diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 366abe67..94233c4d 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -1,20 +1,20 @@ name: Build & Test -on: +on: push: branches: - master pull_request: jobs: - + build: runs-on: macOS-latest steps: - name: Checkout Repository - uses: actions/checkout@v1 + uses: actions/checkout@v3 - name: Install Utilities run: | brew install automake @@ -24,4 +24,4 @@ jobs: pod repo update pod install - name: Build & Test - run: xcodebuild test -workspace geopackage-ios.xcworkspace -scheme geopackage-ios -destination 'platform=iOS Simulator,OS=latest,name=iPhone 11' + run: xcodebuild test -workspace geopackage-ios.xcworkspace -scheme geopackage-ios -destination 'platform=iOS Simulator,OS=latest,name=iPhone 14' diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 914b49cb..35d3780e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,14 +6,14 @@ on: - master jobs: - + build: runs-on: macOS-latest steps: - name: Checkout Repository - uses: actions/checkout@v1 + uses: actions/checkout@v3 - name: Install Utilities run: | brew install automake @@ -23,4 +23,4 @@ jobs: pod repo update pod install - name: Build - run: xcodebuild build-for-testing -workspace geopackage-ios.xcworkspace -scheme geopackage-ios -destination 'platform=iOS Simulator,OS=latest,name=iPhone 11' + run: xcodebuild build-for-testing -workspace geopackage-ios.xcworkspace -scheme geopackage-ios -destination 'platform=iOS Simulator,OS=latest,name=iPhone 14' diff --git a/CHANGELOG.md b/CHANGELOG.md index 36c00806..7a8bed63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,12 @@ Adheres to [Semantic Versioning](http://semver.org/). --- -## 7.4.2 (TBD) +## [7.4.2](https://github.com/ngageoint/geopackage-ios/releases/tag/7.4.2) (02-02-2023) -* TBD +* sf-wkb-ios version 4.1.2 +* sf-wkt-ios version 2.1.2 +* sf-proj-ios version 5.1.2 +* ogc-api-features-json-ios version 4.2.3 ## [7.4.1](https://github.com/ngageoint/geopackage-ios/releases/tag/7.4.1) (01-12-2023) diff --git a/Podfile b/Podfile index abb2a487..ff0e0f17 100644 --- a/Podfile +++ b/Podfile @@ -4,10 +4,10 @@ platform :ios, '12.0' inhibit_all_warnings! target 'geopackage-ios' do - pod 'sf-wkb-ios', '~> 4.1.1' - pod 'sf-wkt-ios', '~> 2.1.1' - pod 'sf-proj-ios', '~> 5.1.1' - pod 'ogc-api-features-json-ios', '~> 4.2.2' + pod 'sf-wkb-ios', '~> 4.1.2' + pod 'sf-wkt-ios', '~> 2.1.2' + pod 'sf-proj-ios', '~> 5.1.2' + pod 'ogc-api-features-json-ios', '~> 4.2.3' pod 'color-ios', '~> 1.0.1' pod 'tiff-ios', '~> 4.0.1' diff --git a/README.md b/README.md index 88a4ac5d..4f1d6022 100644 --- a/README.md +++ b/README.md @@ -34,12 +34,12 @@ Include this repository by specifying it in a Podfile using a supported option. Pull from [CocoaPods](https://cocoapods.org/pods/geopackage-ios): - pod 'geopackage-ios', '~> 7.4.1' + pod 'geopackage-ios', '~> 7.4.2' Pull from GitHub via CocoaPods: pod 'geopackage-ios', :git => 'https://github.com/ngageoint/geopackage-ios.git', :branch => 'master' - pod 'geopackage-ios', :git => 'https://github.com/ngageoint/geopackage-ios.git', :tag => '7.4.1' + pod 'geopackage-ios', :git => 'https://github.com/ngageoint/geopackage-ios.git', :tag => '7.4.2' Include as local project: diff --git a/docs/docs/api/Classes.html b/docs/docs/api/Classes.html index 30ed7d2c..fa8f49f3 100644 --- a/docs/docs/api/Classes.html +++ b/docs/docs/api/Classes.html @@ -17,7 +17,7 @@
-

geopackage-ios 7.4.1 Docs (83% documented)

+

geopackage-ios 7.4.2 Docs (83% documented)

GitHubView on GitHub

@@ -5039,9 +5039,9 @@

Classes

  • @@ -5049,33 +5049,35 @@

    Classes

    -

    Abridged Coordinate Transformation

    +

    Collection

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSAbridgedCoordinateTransformation
    -    : NSObject <CRSCommonOperation, CRSScopeExtentIdentifierRemark>
    +
    @interface OAFCollection : OAFFeaturesObject

    Swift

    -
    class CRSAbridgedCoordinateTransformation : NSObject, CRSCommonOperation, CRSScopeExtentIdentifierRemark
    +
    class OAFCollection : OAFFeaturesObject
    +
  • - - - CRSAxis + + + OAFCollections
    @@ -5083,32 +5085,35 @@

    Declaration

    -

    Axis

    +

    Undocumented

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSAxis : NSObject <CRSIdentifiable>
    +
    @interface OAFCollections : OAFFeaturesObject

    Swift

    -
    class CRSAxis : NSObject, CRSIdentifiable
    +
    class OAFCollections : OAFFeaturesObject
    +
  • @@ -5116,32 +5121,37 @@

    Declaration

    -

    Axis Direction Type

    +

    Coordinate Reference System

    - See more +

    http://www.opengis.net/def/crs/{authority}/{version}/{code}

    + + See more

    Declaration

    Objective-C

    -
    @interface CRSAxisDirectionTypes : NSObject
    +
    @interface OAFCrs : NSObject

    Swift

    -
    class CRSAxisDirectionTypes : NSObject
    +
    class OAFCrs : NSObject
    +
  • @@ -5149,32 +5159,37 @@

    Declaration

    -

    Bound Coordinate Reference System

    +

    The extent of the features in the collection. In the Core only spatial and +temporal extents are specified. Extensions may add additional members to +represent other extents, for example, thermal or pressure ranges.

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSBoundCoordinateReferenceSystem : CRSCoordinateReferenceSystem
    +
    @interface OAFExtent : OAFFeaturesObject

    Swift

    -
    class CRSBoundCoordinateReferenceSystem : CRSCoordinateReferenceSystem
    +
    class OAFExtent : OAFFeaturesObject
    +
  • @@ -5182,32 +5197,35 @@

    Declaration

    -

    Category Type

    +

    Feature Collection

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSCategoryTypes : NSObject
    +
    @interface OAFFeatureCollection : OAFFeaturesObject

    Swift

    -
    class CRSCategoryTypes : NSObject
    +
    class OAFFeatureCollection : OAFFeaturesObject
    +
  • @@ -5215,32 +5233,35 @@

    Declaration

    -

    Common coordinate reference system and coordinate operations object

    +

    Features Converter

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSCommon : CRSObject <CRSIdentifiable>
    +
    @interface OAFFeaturesConverter : NSObject

    Swift

    -
    class CRSCommon : CRSObject, CRSIdentifiable
    +
    class OAFFeaturesConverter : NSObject
    +
  • @@ -5248,32 +5269,35 @@

    Declaration

    -

    Compound Coordinate Reference System

    +

    Features Object

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSCompoundCoordinateReferenceSystem : CRSCoordinateReferenceSystem
    +
    @interface OAFFeaturesObject : NSObject

    Swift

    -
    class CRSCompoundCoordinateReferenceSystem : CRSCoordinateReferenceSystem
    +
    class OAFFeaturesObject : NSObject
    +
  • @@ -5281,32 +5305,35 @@

    Declaration

    -

    Concatenated Operation

    +

    Link

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSConcatenatedOperation : CRSOperation
    +
    @interface OAFLink : OAFFeaturesObject

    Swift

    -
    class CRSConcatenatedOperation : CRSOperation
    +
    class OAFLink : OAFFeaturesObject
    +
  • @@ -5314,32 +5341,35 @@

    Declaration

    -

    Coordinate metadata

    +

    The spatial extent of the features in the collection.

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSCoordinateMetadata : CRSObject
    +
    @interface OAFSpatial : OAFFeaturesObject

    Swift

    -
    class CRSCoordinateMetadata : CRSObject
    +
    class OAFSpatial : OAFFeaturesObject
    +
  • @@ -5347,32 +5377,35 @@

    Declaration

    -

    Coordinate Operation

    +

    The temporal extent of the features in the collection.

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSCoordinateOperation : CRSSimpleOperation
    +
    @interface OAFTemporal : OAFFeaturesObject

    Swift

    -
    class CRSCoordinateOperation : CRSSimpleOperation
    +
    class OAFTemporal : OAFFeaturesObject
    +
  • @@ -5380,32 +5413,35 @@

    Declaration

    -

    Coordinate Reference System

    +

    Feature

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSCoordinateReferenceSystem : CRSCommon
    +
    @interface SFGFeature : SFGGeoJSONObject

    Swift

    -
    class CRSCoordinateReferenceSystem : CRSCommon
    +
    class SFGFeature : SFGGeoJSONObject
    +
  • @@ -5413,32 +5449,35 @@

    Declaration

    -

    Coordinate System

    +

    Feature Collection

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSCoordinateSystem : NSObject <CRSIdentifiable>
    +
    @interface SFGFeatureCollection : SFGGeoJSONObject

    Swift

    -
    class CRSCoordinateSystem : NSObject, CRSIdentifiable
    +
    class SFGFeatureCollection : SFGGeoJSONObject
    +
  • @@ -5446,32 +5485,35 @@

    Declaration

    -

    Coordinate System Type

    +

    Feature Converter

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSCoordinateSystemTypes : NSObject
    +
    @interface SFGFeatureConverter : NSObject

    Swift

    -
    class CRSCoordinateSystemTypes : NSObject
    +
    class SFGFeatureConverter : NSObject
    +
  • @@ -5479,32 +5521,35 @@

    Declaration

    -

    Date and time

    +

    GeoJSON Object

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSDateTime : NSObject
    +
    @interface SFGGeoJSONObject : NSObject

    Swift

    -
    class CRSDateTime : NSObject
    +
    class SFGGeoJSONObject : NSObject
    +
  • @@ -5512,32 +5557,35 @@

    Declaration

    -

    Datum Ensemble

    +

    Geometry

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSDatumEnsemble : NSObject <CRSIdentifiable>
    +
    @interface SFGGeometry : SFGGeoJSONObject

    Swift

    -
    class CRSDatumEnsemble : NSObject, CRSIdentifiable
    +
    class SFGGeometry : SFGGeoJSONObject
    +
  • @@ -5545,32 +5593,35 @@

    Declaration

    -

    Datum Ensemble Member

    +

    Geometry Collection

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSDatumEnsembleMember : NSObject <CRSIdentifiable>
    +
    @interface SFGGeometryCollection : SFGGeometry

    Swift

    -
    class CRSDatumEnsembleMember : NSObject, CRSIdentifiable
    +
    class SFGGeometryCollection : SFGGeometry
    +
  • @@ -5578,33 +5629,35 @@

    Declaration

    -

    Derived Coordinate Reference System

    +

    Geometry Types

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSDerivedCoordinateReferenceSystem
    -    : CRSSimpleCoordinateReferenceSystem
    +
    @interface SFGGeometryTypes : NSObject

    Swift

    -
    class CRSDerivedCoordinateReferenceSystem : CRSSimpleCoordinateReferenceSystem
    +
    class SFGGeometryTypes : NSObject
    +
  • @@ -5612,32 +5665,35 @@

    Declaration

    -

    Deriving Conversion

    +

    Line String

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSDerivingConversion : NSObject <CRSCommonOperation>
    +
    @interface SFGLineString : SFGGeometry

    Swift

    -
    class CRSDerivingConversion : NSObject, CRSCommonOperation
    +
    class SFGLineString : SFGGeometry
    +
  • @@ -5645,32 +5701,35 @@

    Declaration

    -

    Dynamic Coordinate Reference System

    +

    Multi Line String

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSDynamic : NSObject <CRSIdentifiable>
    +
    @interface SFGMultiLineString : SFGGeometry

    Swift

    -
    class CRSDynamic : NSObject, CRSIdentifiable
    +
    class SFGMultiLineString : SFGGeometry
    +
  • @@ -5678,32 +5737,35 @@

    Declaration

    -

    Ellipsoid

    +

    Multi Point

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSEllipsoid : NSObject <CRSIdentifiable>
    +
    @interface SFGMultiPoint : SFGGeometry

    Swift

    -
    class CRSEllipsoid : NSObject, CRSIdentifiable
    +
    class SFGMultiPoint : SFGGeometry
    +
  • @@ -5711,32 +5773,35 @@

    Declaration

    -

    Ellipsoid Type

    +

    Multi Polygon

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSEllipsoidTypes : NSObject
    +
    @interface SFGMultiPolygon : SFGGeometry

    Swift

    -
    class CRSEllipsoidTypes : NSObject
    +
    class SFGMultiPolygon : SFGGeometry
    +
  • @@ -5744,32 +5809,63 @@

    Declaration

    -

    Ellipsoids

    +

    Undocumented

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSEllipsoids : NSObject
    +
    @interface SFGOrderedDictionary : NSMutableDictionary
    +{
    +    NSMutableDictionary *dictionary;
    +    NSMutableArray *array;
    +}
    +
    +- (void)insertObject:(id)anObject forKey:(id<NSCopying>)aKey atIndex:(NSUInteger)anIndex;
    +- (id)keyAtIndex:(NSUInteger)anIndex;
    +- (NSEnumerator *)reverseKeyEnumerator;
    +
    +- (id)objectAtIndexedSubscript:(NSUInteger)idx;
    +
    +- (id)objectForKeyedSubscript:(id)key;
    +- (void)setObject:(id)obj forKeyedSubscript:(id<NSCopying>)key;
    +
    +- (NSUInteger)indexOfKey:(id)anObject;
    +- (NSUInteger)indexOfKey:(id)anObject inRange:(NSRange)range;
    +- (NSUInteger)indexOfKeyIdenticalTo:(id)anObject;
    +- (NSUInteger)indexOfKeyIdenticalTo:(id)anObject inRange:(NSRange)range;
    +- (id)lastKey;
    +
    +- (void)sortUsingFunction:(NSInteger (*)(id, id, void *))compare context:(void *)context;
    +- (void)sortUsingSelector:(SEL)comparator;
    +#if NS_BLOCKS_AVAILABLE
    +- (void)sortUsingComparator:(NSComparator)cmptr;
    +- (void)sortWithOptions:(NSSortOptions)opts usingComparator:(NSComparator)cmptr;
    +#endif
    +
    +@end

    Swift

    -
    class CRSEllipsoids : NSObject
    +
    class SFGOrderedDictionary : NSMutableDictionary
    +
  • @@ -5777,33 +5873,35 @@

    Declaration

    -

    Engineering Coordinate Reference System

    +

    Point

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSEngineeringCoordinateReferenceSystem
    -    : CRSSimpleCoordinateReferenceSystem
    +
    @interface SFGPoint : SFGGeometry

    Swift

    -
    class CRSEngineeringCoordinateReferenceSystem : CRSSimpleCoordinateReferenceSystem
    +
    class SFGPoint : SFGGeometry
    +
  • @@ -5811,32 +5909,35 @@

    Declaration

    -

    Engineering Datum

    +

    Polygon

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSEngineeringDatum : CRSReferenceFrame
    +
    @interface SFGPolygon : SFGGeometry

    Swift

    -
    class CRSEngineeringDatum : CRSReferenceFrame
    +
    class SFGPolygon : SFGGeometry
    +
  • - - - CRSExtent + + + SFGPosition
    @@ -5844,32 +5945,35 @@

    Declaration

    -

    Extent

    +

    Position

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSExtent : NSObject
    +
    @interface SFGPosition : NSObject

    Swift

    -
    class CRSExtent : NSObject
    +
    class SFGPosition : NSObject
    +
  • @@ -5877,32 +5981,36 @@

    Declaration

    -

    Geodetic and Geographic Coordinate Reference System

    +

    Geometry Code utilities to convert between geometry attributes and geometry +codes

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSGeoCoordinateReferenceSystem : CRSSimpleCoordinateReferenceSystem
    +
    @interface SFWBGeometryCodes : NSObject

    Swift

    -
    class CRSGeoCoordinateReferenceSystem : CRSSimpleCoordinateReferenceSystem
    +
    class SFWBGeometryCodes : NSObject
    +
  • @@ -5910,32 +6018,35 @@

    Declaration

    -

    Geodetic and Geographic Datum Ensemble

    +

    Well Known Binary Geometry Reader

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSGeoDatumEnsemble : CRSDatumEnsemble <CRSGeoDatum>
    +
    @interface SFWBGeometryReader : NSObject

    Swift

    -
    class CRSGeoDatumEnsemble : CRSDatumEnsemble, CRSGeoDatum
    +
    class SFWBGeometryReader : NSObject
    +
  • @@ -5943,32 +6054,35 @@

    Declaration

    -

    Geo Datums

    +

    Geometry type info

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSGeoDatums : NSObject
    +
    @interface SFWBGeometryTypeInfo : NSObject

    Swift

    -
    class CRSGeoDatums : NSObject
    +
    class SFWBGeometryTypeInfo : NSObject
    +
  • @@ -5976,32 +6090,35 @@

    Declaration

    -

    Geodetic and Geographic Reference Frame (datum)

    +

    Well Known Binary Geometry Writer

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSGeoReferenceFrame : CRSReferenceFrame <CRSGeoDatum>
    +
    @interface SFWBGeometryWriter : NSObject

    Swift

    -
    class CRSGeoReferenceFrame : CRSReferenceFrame, CRSGeoDatum
    +
    class SFWBGeometryWriter : NSObject
    +
  • @@ -6009,32 +6126,35 @@

    Declaration

    -

    Geographic Bounding Box

    +

    Read through byte data

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSGeographicBoundingBox : NSObject
    +
    @interface TIFFByteReader : NSObject

    Swift

    -
    class CRSGeographicBoundingBox : NSObject
    +
    class TIFFByteReader : NSObject
    +
  • @@ -6042,32 +6162,35 @@

    Declaration

    -

    Identifier (Authority)

    +

    Write byte data

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSIdentifier : NSObject
    +
    @interface TIFFByteWriter : NSObject

    Swift

    -
    class CRSIdentifier : NSObject
    +
    class TIFFByteWriter : NSObject
    +
  • @@ -6075,32 +6198,36 @@

    Declaration

    -

    Keyword

    +

    Undocumented

    - See more

    Declaration

    Objective-C

    -
    @interface CRSKeyword : NSObject
    +
    @interface TIFFConstants : NSObject
    +
    +@end

    Swift

    -
    class CRSKeyword : NSObject
    +
    class TIFFConstants : NSObject
    +
  • @@ -6108,32 +6235,35 @@

    Declaration

    -

    Map Projection

    +

    Deflate Compression

    - See more

    Declaration

    Objective-C

    -
    @interface CRSMapProjection : NSObject <CRSCommonOperation>
    +
    @interface TIFFDeflateCompression
    +    : NSObject <TIFFCompressionDecoder, TIFFCompressionEncoder>

    Swift

    -
    class CRSMapProjection : NSObject, CRSCommonOperation
    +
    class TIFFDeflateCompression : NSObject, TIFFCompressionDecoder, TIFFCompressionEncoder
    +
  • @@ -6141,32 +6271,35 @@

    Declaration

    -

    Well-known text representation of coordinate reference systems object

    +

    Field Tag Types

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSObject : NSObject <CRSScopeExtentIdentifierRemark>
    +
    @interface TIFFFieldTagTypes : NSObject

    Swift

    -
    class CRSObject : NSObject, CRSScopeExtentIdentifierRemark
    +
    class TIFFFieldTagTypes : NSObject
    +
  • @@ -6174,32 +6307,35 @@

    Declaration

    -

    Common Operation

    +

    Field Types

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSOperation : CRSCommon
    +
    @interface TIFFFieldTypes : NSObject

    Swift

    -
    class CRSOperation : CRSCommon
    +
    class TIFFFieldTypes : NSObject
    +
  • @@ -6207,32 +6343,36 @@

    Declaration

    -

    Operation Method

    +

    File Directory, represents all directory entries and can be used to read the +image raster

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSOperationMethod : NSObject <CRSIdentifiable>
    +
    @interface TIFFFileDirectory : NSObject

    Swift

    -
    class CRSOperationMethod : NSObject, CRSIdentifiable
    +
    class TIFFFileDirectory : NSObject
    +
  • @@ -6240,32 +6380,35 @@

    Declaration

    -

    Operation Methods

    +

    TIFF File Directory Entry

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSOperationMethods : NSObject
    +
    @interface TIFFFileDirectoryEntry : NSObject

    Swift

    -
    class CRSOperationMethods : NSObject
    +
    class TIFFFileDirectoryEntry : NSObject
    +
  • @@ -6273,32 +6416,79 @@

    Declaration

    -

    Operation Parameter

    +

    Undocumented

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSOperationParameter : NSObject <CRSIdentifiable>
    +
    @interface TIFFIOUtils : NSObject
    +
    +/**
    + *  Copy a file
    + *
    + *  @param copyFrom file to copy
    + *  @param copyTo   file location to copy to
    + */
    ++(void) copyFile: (NSString *) copyFrom toFile: (NSString *) copyTo;
    +
    +/**
    + *  Copy an input stream to a file
    + *
    + *  @param copyFrom input stream to copy
    + *  @param copyTo   file location to copy to
    + */
    ++(void) copyInputStream: (NSInputStream *) copyFrom toFile: (NSString *) copyTo;
    +
    +/**
    + *  Get the file byte data
    + *
    + *  @param file file path
    + *
    + *  @return byte data
    + */
    ++(NSData *) fileData: (NSString *) file;
    +
    +/**
    + *  Get the input stream byte data
    + *
    + *  @param stream input stream
    + *
    + *  @return input stream byte data
    + */
    ++(NSData *) streamData: (NSInputStream *) stream;
    +
    +/**
    + *  Copy the input stream to an output stream
    + *
    + *  @param copyFrom input stream
    + *  @param copyTo   output stream
    + */
    ++(void) copyInputStream: (NSInputStream *) copyFrom toOutputStream: (NSOutputStream *) copyTo;
    +
    +@end

    Swift

    -
    class CRSOperationParameter : NSObject, CRSIdentifiable
    +
    class TIFFIOUtils : NSObject
    +
  • @@ -6306,32 +6496,35 @@

    Declaration

    -

    Common Operation Parameter Attributes

    +

    TIFF Image containing the File Directories

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSOperationParameters : NSObject
    +
    @interface TIFFImage : NSObject

    Swift

    -
    class CRSOperationParameters : NSObject
    +
    class TIFFImage : NSObject
    +
  • @@ -6339,32 +6532,35 @@

    Declaration

    -

    Coordinate Operation Type

    +

    Coordinates of a window over a portion or the entire image coordinates

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSOperationTypes : NSObject
    +
    @interface TIFFImageWindow : NSObject

    Swift

    -
    class CRSOperationTypes : NSObject
    +
    class TIFFImageWindow : NSObject
    +
  • @@ -6372,33 +6568,35 @@

    Declaration

    -

    Parametric Coordinate Reference System

    +

    LZW Compression

    - See more

    Declaration

    Objective-C

    -
    @interface CRSParametricCoordinateReferenceSystem
    -    : CRSSimpleCoordinateReferenceSystem
    +
    @interface TIFFLZWCompression
    +    : NSObject <TIFFCompressionDecoder, TIFFCompressionEncoder>

    Swift

    -
    class CRSParametricCoordinateReferenceSystem : CRSSimpleCoordinateReferenceSystem
    +
    class TIFFLZWCompression : NSObject, TIFFCompressionDecoder, TIFFCompressionEncoder
    +
  • @@ -6406,32 +6604,35 @@

    Declaration

    -

    Parametric Datum

    +

    Packbits Compression

    - See more

    Declaration

    Objective-C

    -
    @interface CRSParametricDatum : CRSReferenceFrame
    +
    @interface TIFFPackbitsCompression
    +    : NSObject <TIFFCompressionDecoder, TIFFCompressionEncoder>

    Swift

    -
    class CRSParametricDatum : CRSReferenceFrame
    +
    class TIFFPackbitsCompression : NSObject, TIFFCompressionDecoder, TIFFCompressionEncoder
    +
  • @@ -6439,32 +6640,35 @@

    Declaration

    -

    Point Motion Operation

    +

    Differencing Predictor decoder

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSPointMotionOperation : CRSSimpleOperation
    +
    @interface TIFFPredictor : NSObject

    Swift

    -
    class CRSPointMotionOperation : CRSSimpleOperation
    +
    class TIFFPredictor : NSObject
    +
  • @@ -6472,32 +6676,35 @@

    Declaration

    -

    Prime Meridian

    +

    Raster image values

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSPrimeMeridian : NSObject <CRSIdentifiable>
    +
    @interface TIFFRasters : NSObject

    Swift

    -
    class CRSPrimeMeridian : NSObject, CRSIdentifiable
    +
    class TIFFRasters : NSObject
    +
  • @@ -6505,32 +6712,35 @@

    Declaration

    -

    Prime Meridians

    +

    Raw / no compression

    - See more

    Declaration

    Objective-C

    -
    @interface CRSPrimeMeridians : NSObject
    +
    @interface TIFFRawCompression
    +    : NSObject <TIFFCompressionDecoder, TIFFCompressionEncoder>

    Swift

    -
    class CRSPrimeMeridians : NSObject
    +
    class TIFFRawCompression : NSObject, TIFFCompressionDecoder, TIFFCompressionEncoder
    +
  • @@ -6538,31 +6748,35 @@

    Declaration

    -

    PROJ constants

    +

    TIFF reader

    + See more

    Declaration

    Objective-C

    -
    @interface CRSProjConstants : NSObject
    +
    @interface TIFFReader : NSObject

    Swift

    -
    class CRSProjConstants : NSObject
    +
    class TIFFReader : NSObject
    +
  • @@ -6570,32 +6784,36 @@

    Declaration

    -

    PROJ params

    +

    Unsupported compression

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSProjParams : NSObject
    +
    @interface TIFFUnsupportedCompression
    +    : NSObject <TIFFCompressionDecoder, TIFFCompressionEncoder>

    Swift

    -
    class CRSProjParams : NSObject
    +
    class TIFFUnsupportedCompression : NSObject, TIFFCompressionDecoder, TIFFCompressionEncoder
    +
  • @@ -6603,32 +6821,44 @@

    Declaration

    -

    CRS to PROJ parser

    +

    TIFF Writer.

    - See more +

    For a striped TIFF, the FileDirectory setStripOffsets(NSArray) and setStripByteCounts(NSArray) methods are automatically set or adjusted based upon attributes including: + rowsPerStrip + imageHeight + planarConfiguration + samplesPerPixel

    + +

    The Rasters calculateRowsPerStrip(int) and Rasters calculateRowsPerStrip(int, int) methods provide a mechanism + for determining a FileDirectory rowsPerStrip setting.

    + + See more

    Declaration

    Objective-C

    -
    @interface CRSProjParser : NSObject
    +
    @interface TIFFWriter : NSObject

    Swift

    -
    class CRSProjParser : NSObject
    +
    class TIFFWriter : NSObject
    +
  • @@ -6636,33 +6866,36 @@

    Declaration

    -

    Projected Coordinate Reference System

    +

    Color representation with support for hex, RBG, arithmetic RBG, and integer +colors

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSProjectedCoordinateReferenceSystem
    -    : CRSSimpleCoordinateReferenceSystem
    +
    @interface CLRColor : NSObject <NSMutableCopying>

    Swift

    -
    class CRSProjectedCoordinateReferenceSystem : CRSSimpleCoordinateReferenceSystem
    +
    class CLRColor
    +
  • @@ -6670,32 +6903,35 @@

    Declaration

    -

    Well-Known Text reader

    +

    Category Type

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSReader : NSObject
    +
    @interface CRSCategoryTypes : NSObject

    Swift

    -
    class CRSReader : NSObject
    +
    class CRSCategoryTypes : NSObject
    +
  • @@ -6703,34 +6939,35 @@

    Declaration

    -

    Reference Frame (datum)

    - -

    @author osbornb

    +

    Common coordinate reference system and coordinate operations object

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSReferenceFrame : NSObject <CRSIdentifiable>
    +
    @interface CRSCommon : CRSObject <CRSIdentifiable>

    Swift

    -
    class CRSReferenceFrame : NSObject, CRSIdentifiable
    +
    class CRSCommon : CRSObject, CRSIdentifiable
    +
  • @@ -6738,32 +6975,35 @@

    Declaration

    -

    Simple Coordinate Reference System with Coordinate System

    +

    Compound Coordinate Reference System

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSSimpleCoordinateReferenceSystem : CRSCoordinateReferenceSystem
    +
    @interface CRSCompoundCoordinateReferenceSystem : CRSCoordinateReferenceSystem

    Swift

    -
    class CRSSimpleCoordinateReferenceSystem : CRSCoordinateReferenceSystem
    +
    class CRSCompoundCoordinateReferenceSystem : CRSCoordinateReferenceSystem
    +
  • @@ -6771,32 +7011,35 @@

    Declaration

    -

    Simple Operation

    +

    Coordinate Reference System

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSSimpleOperation : CRSOperation <CRSCommonOperation>
    +
    @interface CRSCoordinateReferenceSystem : CRSCommon

    Swift

    -
    class CRSSimpleOperation : CRSOperation, CRSCommonOperation
    +
    class CRSCoordinateReferenceSystem : CRSCommon
    +
  • @@ -6804,33 +7047,35 @@

    Declaration

    -

    Temporal Coordinate Reference System

    +

    Well-known text representation of coordinate reference systems object

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSTemporalCoordinateReferenceSystem
    -    : CRSSimpleCoordinateReferenceSystem
    +
    @interface CRSObject : NSObject <CRSScopeExtentIdentifierRemark>

    Swift

    -
    class CRSTemporalCoordinateReferenceSystem : CRSSimpleCoordinateReferenceSystem
    +
    class CRSObject : NSObject, CRSScopeExtentIdentifierRemark
    +
  • @@ -6838,112 +7083,71 @@

    Declaration

    -

    Undocumented

    +

    Simple Coordinate Reference System with Coordinate System

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSTemporalDatum : NSObject<CRSIdentifiable>
    +                          
    @interface CRSSimpleCoordinateReferenceSystem : CRSCoordinateReferenceSystem
    -/** - * Datum Name - */ -@property (nonatomic, strong) NSString *name; +
    +
    +

    Swift

    +
    class CRSSimpleCoordinateReferenceSystem : CRSCoordinateReferenceSystem
    -/** - * Calendar Identifier - */ -@property (nonatomic, strong) NSString *calendar; +
    +
    + +
    +
    +
  • +
  • +
    + + + + CRSTypes + +
    +
    +
    +
    +
    +
    +

    CRS Type

    -/** - * Origin Description - */ -@property (nonatomic, strong) NSString *origin; + See more +
    +
    +

    Declaration

    +
    +

    Objective-C

    +
    @interface CRSTypes : NSObject
    -/** - * Origin Description date time - */ -@property (nonatomic, strong) CRSDateTime *originDateTime; - -/** - * Identifiers - */ -@property (nonatomic, strong) NSMutableArray<CRSIdentifier *> *identifiers; - -/** - * Create - * - * @return new instance - */ -+(CRSTemporalDatum *) create; - -/** - * Initialize - * - * @return new instance - */ --(instancetype) init; - -/** - * Initialize - * - * @param name - * name - * - * @return new instance - */ --(instancetype) initWithName: (NSString *) name; - -/** - * Has a calendar identifier - * - * @return true if has calendar identifier - */ --(BOOL) hasCalendar; - -/** - * Has an origin - * - * @return true if has origin - */ --(BOOL) hasOrigin; - -/** - * Has an origin date time - * - * @return true if has origin date time - */ --(BOOL) hasOriginDateTime; - -/** - * Set the origin date time - * - * @param origin - * origin date time - */ --(void) setOriginDateTimeWithOrigin: (NSString *) origin; - -@end
    - -
    -
    -

    Swift

    -
    class CRSTemporalDatum : NSObject, CRSIdentifiable
    +
    +
    +

    Swift

    +
    class CRSTypes : NSObject
    +
  • @@ -6951,32 +7155,36 @@

    Declaration

    -

    Temporal Extent

    +

    Abridged Coordinate Transformation

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSTemporalExtent : NSObject
    +
    @interface CRSAbridgedCoordinateTransformation
    +    : NSObject <CRSCommonOperation, CRSScopeExtentIdentifierRemark>

    Swift

    -
    class CRSTemporalExtent : NSObject
    +
    class CRSAbridgedCoordinateTransformation : NSObject, CRSCommonOperation, CRSScopeExtentIdentifierRemark
    +
  • @@ -6984,31 +7192,35 @@

    Declaration

    -

    Well-Known Text constants

    +

    Bound Coordinate Reference System

    + See more

    Declaration

    Objective-C

    -
    @interface CRSTextConstants : NSObject
    +
    @interface CRSBoundCoordinateReferenceSystem : CRSCoordinateReferenceSystem

    Swift

    -
    class CRSTextConstants : NSObject
    +
    class CRSBoundCoordinateReferenceSystem : CRSCoordinateReferenceSystem
    +
  • - - - CRSTextReader + + + CRSAxis
    @@ -7016,32 +7228,35 @@

    Declaration

    -

    Read through text string

    +

    Axis

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSTextReader : NSObject
    +
    @interface CRSAxis : NSObject <CRSIdentifiable>

    Swift

    -
    class CRSTextReader : NSObject
    +
    class CRSAxis : NSObject, CRSIdentifiable
    +
  • @@ -7049,32 +7264,35 @@

    Declaration

    -

    CRS Well-Known Text Utilities

    +

    Axis Direction Type

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSTextUtils : NSObject
    +
    @interface CRSAxisDirectionTypes : NSObject

    Swift

    -
    class CRSTextUtils : NSObject
    +
    class CRSAxisDirectionTypes : NSObject
    +
  • @@ -7082,32 +7300,35 @@

    Declaration

    -

    Triaxial Ellipsoid

    +

    Coordinate System

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSTriaxialEllipsoid : CRSEllipsoid
    +
    @interface CRSCoordinateSystem : NSObject <CRSIdentifiable>

    Swift

    -
    class CRSTriaxialEllipsoid : CRSEllipsoid
    +
    class CRSCoordinateSystem : NSObject, CRSIdentifiable
    +
  • @@ -7115,32 +7336,35 @@

    Declaration

    -

    CRS Type

    +

    Coordinate System Type

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSTypes : NSObject
    +
    @interface CRSCoordinateSystemTypes : NSObject

    Swift

    -
    class CRSTypes : NSObject
    +
    class CRSCoordinateSystemTypes : NSObject
    +
  • - - - CRSUnit + + + CRSDateTime
    @@ -7148,32 +7372,35 @@

    Declaration

    -

    Unit

    +

    Date and time

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSUnit : NSObject <CRSIdentifiable>
    +
    @interface CRSDateTime : NSObject

    Swift

    -
    class CRSUnit : NSObject, CRSIdentifiable
    +
    class CRSDateTime : NSObject
    +
  • @@ -7181,32 +7408,35 @@

    Declaration

    -

    Unit Type

    +

    Datum Ensemble

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSUnitTypes : NSObject
    +
    @interface CRSDatumEnsemble : NSObject <CRSIdentifiable>

    Swift

    -
    class CRSUnitTypes : NSObject
    +
    class CRSDatumEnsemble : NSObject, CRSIdentifiable
    +
  • @@ -7214,32 +7444,35 @@

    Declaration

    -

    Common Units

    +

    Datum Ensemble Member

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSUnits : NSObject
    +
    @interface CRSDatumEnsembleMember : NSObject <CRSIdentifiable>

    Swift

    -
    class CRSUnits : NSObject
    +
    class CRSDatumEnsembleMember : NSObject, CRSIdentifiable
    +
  • - - - CRSUsage + + + CRSDynamic
    @@ -7247,32 +7480,35 @@

    Declaration

    -

    Usage

    +

    Dynamic Coordinate Reference System

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSUsage : NSObject
    +
    @interface CRSDynamic : NSObject <CRSIdentifiable>

    Swift

    -
    class CRSUsage : NSObject
    +
    class CRSDynamic : NSObject, CRSIdentifiable
    +
  • @@ -7280,33 +7516,35 @@

    Declaration

    -

    Vertical Coordinate Reference System

    +

    Extent

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSVerticalCoordinateReferenceSystem
    -    : CRSSimpleCoordinateReferenceSystem
    +
    @interface CRSExtent : NSObject

    Swift

    -
    class CRSVerticalCoordinateReferenceSystem : CRSSimpleCoordinateReferenceSystem
    +
    class CRSExtent : NSObject
    +
  • @@ -7314,32 +7552,35 @@

    Declaration

    -

    Vertical Datum Ensemble

    +

    Geographic Bounding Box

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSVerticalDatumEnsemble : CRSDatumEnsemble
    +
    @interface CRSGeographicBoundingBox : NSObject

    Swift

    -
    class CRSVerticalDatumEnsemble : CRSDatumEnsemble
    +
    class CRSGeographicBoundingBox : NSObject
    +
  • @@ -7347,32 +7588,35 @@

    Declaration

    -

    Vertical Extent

    +

    Identifier (Authority)

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSVerticalExtent : NSObject
    +
    @interface CRSIdentifier : NSObject

    Swift

    -
    class CRSVerticalExtent : NSObject
    +
    class CRSIdentifier : NSObject
    +
  • @@ -7380,32 +7624,37 @@

    Declaration

    -

    Vertical Reference Frame (datum)

    +

    Reference Frame (datum)

    - See more +

    @author osbornb

    + + See more

    Declaration

    Objective-C

    -
    @interface CRSVerticalReferenceFrame : CRSReferenceFrame
    +
    @interface CRSReferenceFrame : NSObject <CRSIdentifiable>

    Swift

    -
    class CRSVerticalReferenceFrame : CRSReferenceFrame
    +
    class CRSReferenceFrame : NSObject, CRSIdentifiable
    +
  • @@ -7413,32 +7662,35 @@

    Declaration

    -

    Well-Known Text writer

    +

    Temporal Extent

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSWriter : NSObject
    +
    @interface CRSTemporalExtent : NSObject

    Swift

    -
    class CRSWriter : NSObject
    +
    class CRSTemporalExtent : NSObject
    +
  • - - - OAFCollection + + + CRSUnit
    @@ -7446,32 +7698,35 @@

    Declaration

    -

    Collection

    +

    Unit

    - See more + See more

    Declaration

    Objective-C

    -
    @interface OAFCollection : OAFFeaturesObject
    +
    @interface CRSUnit : NSObject <CRSIdentifiable>

    Swift

    -
    class OAFCollection : OAFFeaturesObject
    +
    class CRSUnit : NSObject, CRSIdentifiable
    +
  • @@ -7479,32 +7734,35 @@

    Declaration

    -

    Undocumented

    +

    Unit Type

    - See more + See more

    Declaration

    Objective-C

    -
    @interface OAFCollections : OAFFeaturesObject
    +
    @interface CRSUnitTypes : NSObject

    Swift

    -
    class OAFCollections : OAFFeaturesObject
    +
    class CRSUnitTypes : NSObject
    +
  • - - - OAFCrs + + + CRSUnits
    @@ -7512,34 +7770,35 @@

    Declaration

    -

    Coordinate Reference System

    - -

    http://www.opengis.net/def/crs/{authority}/{version}/{code}

    +

    Common Units

    - See more + See more

    Declaration

    Objective-C

    -
    @interface OAFCrs : NSObject
    +
    @interface CRSUnits : NSObject

    Swift

    -
    class OAFCrs : NSObject
    +
    class CRSUnits : NSObject
    +
  • - - - OAFExtent + + + CRSUsage
    @@ -7547,34 +7806,35 @@

    Declaration

    -

    The extent of the features in the collection. In the Core only spatial and -temporal extents are specified. Extensions may add additional members to -represent other extents, for example, thermal or pressure ranges.

    +

    Usage

    - See more + See more

    Declaration

    Objective-C

    -
    @interface OAFExtent : OAFFeaturesObject
    +
    @interface CRSUsage : NSObject

    Swift

    -
    class OAFExtent : OAFFeaturesObject
    +
    class CRSUsage : NSObject
    +
  • @@ -7582,32 +7842,35 @@

    Declaration

    -

    Feature Collection

    +

    Vertical Extent

    - See more + See more

    Declaration

    Objective-C

    -
    @interface OAFFeatureCollection : OAFFeaturesObject
    +
    @interface CRSVerticalExtent : NSObject

    Swift

    -
    class OAFFeatureCollection : OAFFeaturesObject
    +
    class CRSVerticalExtent : NSObject
    +
  • @@ -7615,32 +7878,36 @@

    Declaration

    -

    Features Converter

    +

    Derived Coordinate Reference System

    - See more + See more

    Declaration

    Objective-C

    -
    @interface OAFFeaturesConverter : NSObject
    +
    @interface CRSDerivedCoordinateReferenceSystem
    +    : CRSSimpleCoordinateReferenceSystem

    Swift

    -
    class OAFFeaturesConverter : NSObject
    +
    class CRSDerivedCoordinateReferenceSystem : CRSSimpleCoordinateReferenceSystem
    +
  • @@ -7648,32 +7915,35 @@

    Declaration

    -

    Features Object

    +

    Deriving Conversion

    - See more + See more

    Declaration

    Objective-C

    -
    @interface OAFFeaturesObject : NSObject
    +
    @interface CRSDerivingConversion : NSObject <CRSCommonOperation>

    Swift

    -
    class OAFFeaturesObject : NSObject
    +
    class CRSDerivingConversion : NSObject, CRSCommonOperation
    +
  • @@ -7681,32 +7951,36 @@

    Declaration

    -

    Link

    +

    Engineering Coordinate Reference System

    - See more + See more

    Declaration

    Objective-C

    -
    @interface OAFLink : OAFFeaturesObject
    +
    @interface CRSEngineeringCoordinateReferenceSystem
    +    : CRSSimpleCoordinateReferenceSystem

    Swift

    -
    class OAFLink : OAFFeaturesObject
    +
    class CRSEngineeringCoordinateReferenceSystem : CRSSimpleCoordinateReferenceSystem
    +
  • @@ -7714,32 +7988,35 @@

    Declaration

    -

    The spatial extent of the features in the collection.

    +

    Engineering Datum

    - See more + See more

    Declaration

    Objective-C

    -
    @interface OAFSpatial : OAFFeaturesObject
    +
    @interface CRSEngineeringDatum : CRSReferenceFrame

    Swift

    -
    class OAFSpatial : OAFFeaturesObject
    +
    class CRSEngineeringDatum : CRSReferenceFrame
    +
  • @@ -7747,32 +8024,35 @@

    Declaration

    -

    The temporal extent of the features in the collection.

    +

    Ellipsoid

    - See more + See more

    Declaration

    Objective-C

    -
    @interface OAFTemporal : OAFFeaturesObject
    +
    @interface CRSEllipsoid : NSObject <CRSIdentifiable>

    Swift

    -
    class OAFTemporal : OAFFeaturesObject
    +
    class CRSEllipsoid : NSObject, CRSIdentifiable
    +
  • @@ -7780,32 +8060,35 @@

    Declaration

    -

    Collection of projections for a single coordinate authority

    +

    Ellipsoid Type

    - See more + See more

    Declaration

    Objective-C

    -
    @interface PROJAuthorityProjections : NSObject
    +
    @interface CRSEllipsoidTypes : NSObject

    Swift

    -
    class PROJAuthorityProjections : NSObject
    +
    class CRSEllipsoidTypes : NSObject
    +
  • @@ -7813,66 +8096,71 @@

    Declaration

    -

    Coordinate Reference System Well-known text parser

    +

    Ellipsoids

    - See more + See more

    Declaration

    Objective-C

    -
    @interface PROJCRSParser : NSObject
    +
    @interface CRSEllipsoids : NSObject

    Swift

    -
    class PROJCRSParser : NSObject
    +
    class CRSEllipsoids : NSObject
    +
  • -

    Undocumented

    +

    Geodetic and Geographic Coordinate Reference System

    + See more

    Declaration

    Objective-C

    -
    @interface PROJConstants : NSObject
    -
    -@end
    +
    @interface CRSGeoCoordinateReferenceSystem : CRSSimpleCoordinateReferenceSystem

    Swift

    -
    class PROJConstants : NSObject
    +
    class CRSGeoCoordinateReferenceSystem : CRSSimpleCoordinateReferenceSystem
    +
  • @@ -7880,53 +8168,35 @@

    Declaration

    -

    Undocumented

    +

    Geodetic and Geographic Datum Ensemble

    - See more + See more

    Declaration

    Objective-C

    -
    @interface PROJIOUtils : NSObject
    -
    -/**
    - *  Get the path of the property list file with name
    - *
    - *  @param name plist base file name
    - *
    - *  @return property list file path
    - */
    -+(NSString *) propertyListPathWithName: (NSString *) name;
    -
    -/**
    - *  Get the path of the resource file with name and file type
    - *
    - *  @param name file name
    - *  @param type extension type
    - *
    - *  @return file resource path
    - */
    -+(NSString *) resourcePathWithName: (NSString *) name andType: (NSString *) type;
    -
    -@end
    +
    @interface CRSGeoDatumEnsemble : CRSDatumEnsemble <CRSGeoDatum>

    Swift

    -
    class PROJIOUtils : NSObject
    +
    class CRSGeoDatumEnsemble : CRSDatumEnsemble, CRSGeoDatum
    +
  • @@ -7934,32 +8204,35 @@

    Declaration

    -

    3D Location Coordinate

    +

    Geo Datums

    - See more + See more

    Declaration

    Objective-C

    -
    @interface PROJLocationCoordinate3D : NSObject
    +
    @interface CRSGeoDatums : NSObject

    Swift

    -
    class PROJLocationCoordinate3D : NSObject
    +
    class CRSGeoDatums : NSObject
    +
  • @@ -7967,32 +8240,35 @@

    Declaration

    -

    Single Projection for an authority and code

    +

    Geodetic and Geographic Reference Frame (datum)

    - See more + See more

    Declaration

    Objective-C

    -
    @interface PROJProjection : NSObject
    +
    @interface CRSGeoReferenceFrame : CRSReferenceFrame <CRSGeoDatum>

    Swift

    -
    class PROJProjection : NSObject
    +
    class CRSGeoReferenceFrame : CRSReferenceFrame, CRSGeoDatum
    +
  • @@ -8000,33 +8276,35 @@

    Declaration

    -

    Undocumented

    +

    Prime Meridian

    + See more

    Declaration

    Objective-C

    -
    @interface PROJProjectionConstants : NSObject
    -
    -@end
    +
    @interface CRSPrimeMeridian : NSObject <CRSIdentifiable>

    Swift

    -
    class PROJProjectionConstants : NSObject
    +
    class CRSPrimeMeridian : NSObject, CRSIdentifiable
    +
  • @@ -8034,32 +8312,35 @@

    Declaration

    -

    Projection factory for coordinate projections and transformations

    +

    Prime Meridians

    - See more + See more

    Declaration

    Objective-C

    -
    @interface PROJProjectionFactory : NSObject
    +
    @interface CRSPrimeMeridians : NSObject

    Swift

    -
    class PROJProjectionFactory : NSObject
    +
    class CRSPrimeMeridians : NSObject
    +
  • @@ -8067,33 +8348,35 @@

    Declaration

    -

    Undocumented

    +

    Triaxial Ellipsoid

    + See more

    Declaration

    Objective-C

    -
    @interface PROJProjectionFactoryTypes : NSObject
    -
    -@end
    +
    @interface CRSTriaxialEllipsoid : CRSEllipsoid

    Swift

    -
    class PROJProjectionFactoryTypes : NSObject
    +
    class CRSTriaxialEllipsoid : CRSEllipsoid
    +
  • @@ -8101,32 +8384,35 @@

    Declaration

    -

    Retrieves the proj4 projection parameter string for an authority and coordinate code

    +

    Coordinate metadata

    - See more + See more

    Declaration

    Objective-C

    -
    @interface PROJProjectionRetriever : NSObject
    +
    @interface CRSCoordinateMetadata : CRSObject

    Swift

    -
    class PROJProjectionRetriever : NSObject
    +
    class CRSCoordinateMetadata : CRSObject
    +
  • @@ -8134,32 +8420,35 @@

    Declaration

    -

    Projection transformation between a from and to projection

    +

    Concatenated Operation

    - See more + See more

    Declaration

    Objective-C

    -
    @interface PROJProjectionTransform : NSObject
    +
    @interface CRSConcatenatedOperation : CRSOperation

    Swift

    -
    class PROJProjectionTransform : NSObject
    +
    class CRSConcatenatedOperation : CRSOperation
    +
  • @@ -8167,32 +8456,35 @@

    Declaration

    -

    Collection of projections by authority

    +

    Coordinate Operation

    - See more + See more

    Declaration

    Objective-C

    -
    @interface PROJProjections : NSObject
    +
    @interface CRSCoordinateOperation : CRSSimpleOperation

    Swift

    -
    class PROJProjections : NSObject
    +
    class CRSCoordinateOperation : CRSSimpleOperation
    +
  • - - - PROJUnits + + + CRSOperation
    @@ -8200,33 +8492,35 @@

    Declaration

    -

    Undocumented

    +

    Common Operation

    + See more

    Declaration

    Objective-C

    -
    @interface PROJUnits : NSObject
    -
    -@end
    +
    @interface CRSOperation : CRSCommon

    Swift

    -
    class PROJUnits : NSObject
    +
    class CRSOperation : CRSCommon
    +
  • @@ -8234,32 +8528,35 @@

    Declaration

    -

    Feature

    +

    Operation Method

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFGFeature : SFGGeoJSONObject
    +
    @interface CRSOperationMethod : NSObject <CRSIdentifiable>

    Swift

    -
    class SFGFeature : SFGGeoJSONObject
    +
    class CRSOperationMethod : NSObject, CRSIdentifiable
    +
  • @@ -8267,32 +8564,35 @@

    Declaration

    -

    Feature Collection

    +

    Operation Methods

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFGFeatureCollection : SFGGeoJSONObject
    +
    @interface CRSOperationMethods : NSObject

    Swift

    -
    class SFGFeatureCollection : SFGGeoJSONObject
    +
    class CRSOperationMethods : NSObject
    +
  • @@ -8300,32 +8600,35 @@

    Declaration

    -

    Feature Converter

    +

    Operation Parameter

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFGFeatureConverter : NSObject
    +
    @interface CRSOperationParameter : NSObject <CRSIdentifiable>

    Swift

    -
    class SFGFeatureConverter : NSObject
    +
    class CRSOperationParameter : NSObject, CRSIdentifiable
    +
  • @@ -8333,32 +8636,35 @@

    Declaration

    -

    GeoJSON Object

    +

    Common Operation Parameter Attributes

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFGGeoJSONObject : NSObject
    +
    @interface CRSOperationParameters : NSObject

    Swift

    -
    class SFGGeoJSONObject : NSObject
    +
    class CRSOperationParameters : NSObject
    +
  • @@ -8366,32 +8672,35 @@

    Declaration

    -

    Geometry

    +

    Coordinate Operation Type

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFGGeometry : SFGGeoJSONObject
    +
    @interface CRSOperationTypes : NSObject

    Swift

    -
    class SFGGeometry : SFGGeoJSONObject
    +
    class CRSOperationTypes : NSObject
    +
  • @@ -8399,32 +8708,35 @@

    Declaration

    -

    Geometry Collection

    +

    Point Motion Operation

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFGGeometryCollection : SFGGeometry
    +
    @interface CRSPointMotionOperation : CRSSimpleOperation

    Swift

    -
    class SFGGeometryCollection : SFGGeometry
    +
    class CRSPointMotionOperation : CRSSimpleOperation
    +
  • @@ -8432,32 +8744,35 @@

    Declaration

    -

    Geometry Types

    +

    Simple Operation

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFGGeometryTypes : NSObject
    +
    @interface CRSSimpleOperation : CRSOperation <CRSCommonOperation>

    Swift

    -
    class SFGGeometryTypes : NSObject
    +
    class CRSSimpleOperation : CRSOperation, CRSCommonOperation
    +
  • @@ -8465,32 +8780,36 @@

    Declaration

    -

    Line String

    +

    Parametric Coordinate Reference System

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFGLineString : SFGGeometry
    +
    @interface CRSParametricCoordinateReferenceSystem
    +    : CRSSimpleCoordinateReferenceSystem

    Swift

    -
    class SFGLineString : SFGGeometry
    +
    class CRSParametricCoordinateReferenceSystem : CRSSimpleCoordinateReferenceSystem
    +
  • @@ -8498,32 +8817,35 @@

    Declaration

    -

    Multi Line String

    +

    Parametric Datum

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFGMultiLineString : SFGGeometry
    +
    @interface CRSParametricDatum : CRSReferenceFrame

    Swift

    -
    class SFGMultiLineString : SFGGeometry
    +
    class CRSParametricDatum : CRSReferenceFrame
    +
  • @@ -8531,32 +8853,35 @@

    Declaration

    -

    Multi Point

    +

    Map Projection

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFGMultiPoint : SFGGeometry
    +
    @interface CRSMapProjection : NSObject <CRSCommonOperation>

    Swift

    -
    class SFGMultiPoint : SFGGeometry
    +
    class CRSMapProjection : NSObject, CRSCommonOperation
    +
  • @@ -8564,32 +8889,36 @@

    Declaration

    -

    Multi Polygon

    +

    Projected Coordinate Reference System

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFGMultiPolygon : SFGGeometry
    +
    @interface CRSProjectedCoordinateReferenceSystem
    +    : CRSSimpleCoordinateReferenceSystem

    Swift

    -
    class SFGMultiPolygon : SFGGeometry
    +
    class CRSProjectedCoordinateReferenceSystem : CRSSimpleCoordinateReferenceSystem
    +
  • @@ -8597,60 +8926,36 @@

    Declaration

    -

    Undocumented

    +

    Temporal Coordinate Reference System

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFGOrderedDictionary : NSMutableDictionary
    -{
    -    NSMutableDictionary *dictionary;
    -    NSMutableArray *array;
    -}
    -
    -- (void)insertObject:(id)anObject forKey:(id<NSCopying>)aKey atIndex:(NSUInteger)anIndex;
    -- (id)keyAtIndex:(NSUInteger)anIndex;
    -- (NSEnumerator *)reverseKeyEnumerator;
    -
    -- (id)objectAtIndexedSubscript:(NSUInteger)idx;
    -
    -- (id)objectForKeyedSubscript:(id)key;
    -- (void)setObject:(id)obj forKeyedSubscript:(id<NSCopying>)key;
    -
    -- (NSUInteger)indexOfKey:(id)anObject;
    -- (NSUInteger)indexOfKey:(id)anObject inRange:(NSRange)range;
    -- (NSUInteger)indexOfKeyIdenticalTo:(id)anObject;
    -- (NSUInteger)indexOfKeyIdenticalTo:(id)anObject inRange:(NSRange)range;
    -- (id)lastKey;
    -
    -- (void)sortUsingFunction:(NSInteger (*)(id, id, void *))compare context:(void *)context;
    -- (void)sortUsingSelector:(SEL)comparator;
    -#if NS_BLOCKS_AVAILABLE
    -- (void)sortUsingComparator:(NSComparator)cmptr;
    -- (void)sortWithOptions:(NSSortOptions)opts usingComparator:(NSComparator)cmptr;
    -#endif
    -
    -@end
    +
    @interface CRSTemporalCoordinateReferenceSystem
    +    : CRSSimpleCoordinateReferenceSystem

    Swift

    -
    class SFGOrderedDictionary : NSMutableDictionary
    +
    class CRSTemporalCoordinateReferenceSystem : CRSSimpleCoordinateReferenceSystem
    +
  • @@ -8658,65 +8963,115 @@

    Declaration

    -

    Point

    +

    Undocumented

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFGPoint : SFGGeometry
    +
    @interface CRSTemporalDatum : NSObject<CRSIdentifiable>
     
    -                        
    -
    -

    Swift

    -
    class SFGPoint : SFGGeometry
    +/** + * Datum Name + */ +@property (nonatomic, strong) NSString *name; -
    -
    -
    -
    -
  • -
  • -
    - - - - SFGPolygon - -
    -
    -
    -
    -
    -
    -

    Polygon

    +/** + * Calendar Identifier + */ +@property (nonatomic, strong) NSString *calendar; + +/** + * Origin Description + */ +@property (nonatomic, strong) NSString *origin; + +/** + * Origin Description date time + */ +@property (nonatomic, strong) CRSDateTime *originDateTime; + +/** + * Identifiers + */ +@property (nonatomic, strong) NSMutableArray<CRSIdentifier *> *identifiers; + +/** + * Create + * + * @return new instance + */ ++(CRSTemporalDatum *) create; + +/** + * Initialize + * + * @return new instance + */ +-(instancetype) init; + +/** + * Initialize + * + * @param name + * name + * + * @return new instance + */ +-(instancetype) initWithName: (NSString *) name; + +/** + * Has a calendar identifier + * + * @return true if has calendar identifier + */ +-(BOOL) hasCalendar; + +/** + * Has an origin + * + * @return true if has origin + */ +-(BOOL) hasOrigin; - See more -
    -
    -

    Declaration

    -
    -

    Objective-C

    -
    @interface SFGPolygon : SFGGeometry
    +/** + * Has an origin date time + * + * @return true if has origin date time + */ +-(BOOL) hasOriginDateTime; + +/** + * Set the origin date time + * + * @param origin + * origin date time + */ +-(void) setOriginDateTimeWithOrigin: (NSString *) origin; + +@end

    Swift

    -
    class SFGPolygon : SFGGeometry
    +
    class CRSTemporalDatum : NSObject, CRSIdentifiable
    +
  • @@ -8724,32 +9079,34 @@

    Declaration

    -

    Position

    +

    PROJ constants

    - See more

    Declaration

    Objective-C

    -
    @interface SFGPosition : NSObject
    +
    @interface CRSProjConstants : NSObject

    Swift

    -
    class SFGPosition : NSObject
    +
    class CRSProjConstants : NSObject
    +
  • @@ -8757,32 +9114,35 @@

    Declaration

    -

    Read through byte data

    +

    PROJ params

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFByteReader : NSObject
    +
    @interface CRSProjParams : NSObject

    Swift

    -
    class SFByteReader : NSObject
    +
    class CRSProjParams : NSObject
    +
  • @@ -8790,32 +9150,35 @@

    Declaration

    -

    Write byte data

    +

    CRS to PROJ parser

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFByteWriter : NSObject
    +
    @interface CRSProjParser : NSObject

    Swift

    -
    class SFByteWriter : NSObject
    +
    class CRSProjParser : NSObject
    +
  • @@ -8823,33 +9186,36 @@

    Declaration

    -

    Calculate the centroid from curve based geometries. Implementation based on -the JTS (Java Topology Suite) CentroidLine.

    +

    Vertical Coordinate Reference System

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFCentroidCurve : NSObject
    +
    @interface CRSVerticalCoordinateReferenceSystem
    +    : CRSSimpleCoordinateReferenceSystem

    Swift

    -
    class SFCentroidCurve : NSObject
    +
    class CRSVerticalCoordinateReferenceSystem : CRSSimpleCoordinateReferenceSystem
    +
  • @@ -8857,33 +9223,35 @@

    Declaration

    -

    Calculate the centroid from point based geometries. Implementation based on -the JTS (Java Topology Suite) CentroidPoint.

    +

    Vertical Datum Ensemble

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFCentroidPoint : NSObject
    +
    @interface CRSVerticalDatumEnsemble : CRSDatumEnsemble

    Swift

    -
    class SFCentroidPoint : NSObject
    +
    class CRSVerticalDatumEnsemble : CRSDatumEnsemble
    +
  • @@ -8891,33 +9259,35 @@

    Declaration

    -

    Calculate the centroid from surface based geometries. Implementation based on -the JTS (Java Topology Suite) CentroidArea.

    +

    Vertical Reference Frame (datum)

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFCentroidSurface : NSObject
    +
    @interface CRSVerticalReferenceFrame : CRSReferenceFrame

    Swift

    -
    class SFCentroidSurface : NSObject
    +
    class CRSVerticalReferenceFrame : CRSReferenceFrame
    +
  • @@ -8925,32 +9295,35 @@

    Declaration

    -

    Circular String, Curve sub type

    +

    Keyword

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFCircularString : SFLineString
    +
    @interface CRSKeyword : NSObject

    Swift

    -
    class SFCircularString : SFLineString
    +
    class CRSKeyword : NSObject
    +
  • @@ -8958,32 +9331,35 @@

    Declaration

    -

    Compound Curve, Curve sub type

    +

    Well-Known Text reader

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFCompoundCurve : SFCurve
    +
    @interface CRSReader : NSObject

    Swift

    -
    class SFCompoundCurve : SFCurve
    +
    class CRSReader : NSObject
    +
  • @@ -8991,36 +9367,34 @@

    Declaration

    -

    The base type for all 1-dimensional geometry types. A 1-dimensional geometry -is a geometry that has a length, but no area. A curve is considered simple if -it does not intersect itself (except at the start and end point). A curve is -considered closed its start and end point are coincident. A simple, closed -curve is called a ring.

    +

    Well-Known Text constants

    - See more

    Declaration

    Objective-C

    -
    @interface SFCurve : SFGeometry
    +
    @interface CRSTextConstants : NSObject

    Swift

    -
    class SFCurve : SFGeometry
    +
    class CRSTextConstants : NSObject
    +
  • @@ -9028,33 +9402,35 @@

    Declaration

    -

    A planar surface defined by an exterior ring and zero or more interior ring. -Each ring is defined by a Curve instance.

    +

    Read through text string

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFCurvePolygon : SFSurface
    +
    @interface CRSTextReader : NSObject

    Swift

    -
    class SFCurvePolygon : SFSurface
    +
    class CRSTextReader : NSObject
    +
  • @@ -9062,32 +9438,35 @@

    Declaration

    -

    Centroid calculations for geometries in degrees

    +

    CRS Well-Known Text Utilities

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFDegreesCentroid : NSObject
    +
    @interface CRSTextUtils : NSObject

    Swift

    -
    class SFDegreesCentroid : NSObject
    +
    class CRSTextUtils : NSObject
    +
  • - - - SFEvent + + + CRSWriter
    @@ -9095,32 +9474,35 @@

    Declaration

    -

    Event element

    +

    Well-Known Text writer

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFEvent : NSObject
    +
    @interface CRSWriter : NSObject

    Swift

    -
    class SFEvent : NSObject
    +
    class CRSWriter : NSObject
    +
  • @@ -9128,32 +9510,35 @@

    Declaration

    -

    Event queue for processing events

    +

    Collection of projections for a single coordinate authority

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFEventQueue : NSObject
    +
    @interface PROJAuthorityProjections : NSObject

    Swift

    -
    class SFEventQueue : NSObject
    +
    class PROJAuthorityProjections : NSObject
    +
  • @@ -9161,33 +9546,35 @@

    Declaration

    -

    Undocumented

    +

    Coordinate Reference System Well-known text parser

    + See more

    Declaration

    Objective-C

    -
    @interface SFEventTypes : NSObject
    -
    -@end
    +
    @interface PROJCRSParser : NSObject

    Swift

    -
    class SFEventTypes : NSObject
    +
    class PROJCRSParser : NSObject
    +
  • @@ -9195,33 +9582,36 @@

    Declaration

    -

    Extended Geometry Collection providing abstract geometry collection type -support

    +

    Undocumented

    - See more

    Declaration

    Objective-C

    -
    @interface SFExtendedGeometryCollection : SFGeometryCollection
    +
    @interface PROJConstants : NSObject
    +
    +@end

    Swift

    -
    class SFExtendedGeometryCollection : SFGeometryCollection
    +
    class PROJConstants : NSObject
    +
  • @@ -9231,31 +9621,54 @@

    Declaration

    Undocumented

    + See more

    Declaration

    Objective-C

    -
    @interface SFFiniteFilterTypes : NSObject
    +                          
    @interface PROJIOUtils : NSObject
    +
    +/**
    + *  Get the path of the property list file with name
    + *
    + *  @param name plist base file name
    + *
    + *  @return property list file path
    + */
    ++(NSString *) propertyListPathWithName: (NSString *) name;
    +
    +/**
    + *  Get the path of the resource file with name and file type
    + *
    + *  @param name file name
    + *  @param type extension type
    + *
    + *  @return file resource path
    + */
    ++(NSString *) resourcePathWithName: (NSString *) name andType: (NSString *) type;
     
     @end

    Swift

    -
    class SFFiniteFilterTypes : NSObject
    +
    class PROJIOUtils : NSObject
    +
  • @@ -9263,32 +9676,35 @@

    Declaration

    -

    The root of the geometry type hierarchy

    +

    3D Location Coordinate

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFGeometry : NSObject <NSMutableCopying, NSSecureCoding>
    +
    @interface PROJLocationCoordinate3D : NSObject

    Swift

    -
    class SFGeometry : NSObject, NSMutableCopying, NSSecureCoding
    +
    class PROJLocationCoordinate3D : NSObject
    +
  • @@ -9296,32 +9712,35 @@

    Declaration

    -

    A collection of zero or more Geometry instances.

    +

    Single Projection for an authority and code

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFGeometryCollection : SFGeometry
    +
    @interface PROJProjection : NSObject

    Swift

    -
    class SFGeometryCollection : SFGeometry
    +
    class PROJProjection : NSObject
    +
  • @@ -9336,26 +9755,29 @@

    Declaration

    Declaration

    Objective-C

    -
    @interface SFGeometryConstants : NSObject
    +                          
    @interface PROJProjectionConstants : NSObject
     
     @end

    Swift

    -
    class SFGeometryConstants : NSObject
    +
    class PROJProjectionConstants : NSObject
    +
  • @@ -9363,32 +9785,35 @@

    Declaration

    -

    Geometry envelope containing x and y range with optional z and m range

    +

    Projection factory for coordinate projections and transformations

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFGeometryEnvelope : NSObject <NSMutableCopying, NSSecureCoding>
    +
    @interface PROJProjectionFactory : NSObject

    Swift

    -
    class SFGeometryEnvelope : NSObject, NSMutableCopying, NSSecureCoding
    +
    class PROJProjectionFactory : NSObject
    +
  • @@ -9396,32 +9821,36 @@

    Declaration

    -

    Builds an envelope from a Geometry

    +

    Undocumented

    - See more

    Declaration

    Objective-C

    -
    @interface SFGeometryEnvelopeBuilder : NSObject
    +
    @interface PROJProjectionFactoryTypes : NSObject
    +
    +@end

    Swift

    -
    class SFGeometryEnvelopeBuilder : NSObject
    +
    class PROJProjectionFactoryTypes : NSObject
    +
  • @@ -9429,32 +9858,35 @@

    Declaration

    -

    String representation of a Geometry

    +

    Retrieves the proj4 projection parameter string for an authority and coordinate code

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFGeometryPrinter : NSObject
    +
    @interface PROJProjectionRetriever : NSObject

    Swift

    -
    class SFGeometryPrinter : NSObject
    +
    class PROJProjectionRetriever : NSObject
    +
  • @@ -9462,52 +9894,35 @@

    Declaration

    -

    Undocumented

    +

    Projection transformation between a from and to projection

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFGeometryTypes : NSObject
    -
    -/**
    - *  Get the name of the geometry type
    - *
    - *  @param geometryType geometry type enum
    - *
    - *  @return geometry type name
    - */
    -+(NSString *) name: (enum SFGeometryType) geometryType;
    -
    -/**
    - *  Get the geometry type of the name
    - *
    - *  @param name geometry type name
    - *
    - *  @return geometry type
    - */
    -+(enum SFGeometryType) fromName: (NSString *) name;
    -
    -@end
    +
    @interface PROJProjectionTransform : NSObject

    Swift

    -
    class SFGeometryTypes : NSObject
    +
    class PROJProjectionTransform : NSObject
    +
  • @@ -9515,32 +9930,35 @@

    Declaration

    -

    Utilities for Geometry objects

    +

    Collection of projections by authority

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFGeometryUtils : NSObject
    +
    @interface PROJProjections : NSObject

    Swift

    -
    class SFGeometryUtils : NSObject
    +
    class PROJProjections : NSObject
    +
  • - - - SFLine + + + PROJUnits
    @@ -9548,32 +9966,36 @@

    Declaration

    -

    A LineString with exactly 2 Points.

    +

    Undocumented

    - See more

    Declaration

    Objective-C

    -
    @interface SFLine : SFLineString
    +
    @interface PROJUnits : NSObject
    +
    +@end

    Swift

    -
    class SFLine : SFLineString
    +
    class PROJUnits : NSObject
    +
  • @@ -9581,32 +10003,35 @@

    Declaration

    -

    A Curve that connects two or more points in space.

    +

    Circular String, Curve sub type

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFLineString : SFCurve
    +
    @interface SFCircularString : SFLineString

    Swift

    -
    class SFLineString : SFCurve
    +
    class SFCircularString : SFLineString
    +
  • @@ -9614,66 +10039,75 @@

    Declaration

    -

    A LineString that is both closed and simple.

    +

    Compound Curve, Curve sub type

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFLinearRing : SFLineString
    +
    @interface SFCompoundCurve : SFCurve

    Swift

    -
    class SFLinearRing : SFLineString
    +
    class SFCompoundCurve : SFCurve
    +
  • - - - SFMultiCurve + + + SFCurve
    -
    -

    A restricted form of GeometryCollection where each Geometry in the collection -must be of type Curve.

    +
    +

    The base type for all 1-dimensional geometry types. A 1-dimensional geometry +is a geometry that has a length, but no area. A curve is considered simple if +it does not intersect itself (except at the start and end point). A curve is +considered closed its start and end point are coincident. A simple, closed +curve is called a ring.

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFMultiCurve : SFGeometryCollection
    +
    @interface SFCurve : SFGeometry

    Swift

    -
    class SFMultiCurve : SFGeometryCollection
    +
    class SFCurve : SFGeometry
    +
  • @@ -9681,33 +10115,36 @@

    Declaration

    -

    A restricted form of MultiCurve where each Curve in the collection must be of -type LineString.

    +

    A planar surface defined by an exterior ring and zero or more interior ring. +Each ring is defined by a Curve instance.

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFMultiLineString : SFMultiCurve
    +
    @interface SFCurvePolygon : SFSurface

    Swift

    -
    class SFMultiLineString : SFMultiCurve
    +
    class SFCurvePolygon : SFSurface
    +
  • - - - SFMultiPoint + + + SFGeometry
    @@ -9715,33 +10152,35 @@

    Declaration

    -

    A restricted form of GeometryCollection where each Geometry in the collection -must be of type Point.

    +

    The root of the geometry type hierarchy

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFMultiPoint : SFGeometryCollection
    +
    @interface SFGeometry : NSObject <NSMutableCopying, NSSecureCoding>

    Swift

    -
    class SFMultiPoint : SFGeometryCollection
    +
    class SFGeometry : NSObject, NSMutableCopying, NSSecureCoding
    +
  • @@ -9749,33 +10188,35 @@

    Declaration

    -

    A restricted form of MultiSurface where each Surface in the collection must -be of type Polygon.

    +

    A collection of zero or more Geometry instances.

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFMultiPolygon : SFMultiSurface
    +
    @interface SFGeometryCollection : SFGeometry

    Swift

    -
    class SFMultiPolygon : SFMultiSurface
    +
    class SFGeometryCollection : SFGeometry
    +
  • @@ -9783,33 +10224,35 @@

    Declaration

    -

    A restricted form of GeometryCollection where each Geometry in the collection -must be of type Surface.

    +

    Geometry envelope containing x and y range with optional z and m range

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFMultiSurface : SFGeometryCollection
    +
    @interface SFGeometryEnvelope : NSObject <NSMutableCopying, NSSecureCoding>

    Swift

    -
    class SFMultiSurface : SFGeometryCollection
    +
    class SFGeometryEnvelope : NSObject, NSMutableCopying, NSSecureCoding
    +
  • - - - SFPoint + + + SFGeometryTypes
    @@ -9817,33 +10260,55 @@

    Declaration

    -

    A single location in space. Each point has an X and Y coordinate. A point MAY -optionally also have a Z and/or an M value.

    +

    Undocumented

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFPoint : SFGeometry
    +
    @interface SFGeometryTypes : NSObject
    +
    +/**
    + *  Get the name of the geometry type
    + *
    + *  @param geometryType geometry type enum
    + *
    + *  @return geometry type name
    + */
    ++(NSString *) name: (enum SFGeometryType) geometryType;
    +
    +/**
    + *  Get the geometry type of the name
    + *
    + *  @param name geometry type name
    + *
    + *  @return geometry type
    + */
    ++(enum SFGeometryType) fromName: (NSString *) name;
    +
    +@end

    Swift

    -
    class SFPoint : SFGeometry
    +
    class SFGeometryTypes : NSObject
    +
  • @@ -9851,33 +10316,35 @@

    Declaration

    -

    Point filter for finite checks on x and y properties, optionally filter on z -and m properties and non finite values (NaN or infinity)

    +

    A LineString with exactly 2 Points.

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFPointFiniteFilter : NSObject <SFGeometryFilter>
    +
    @interface SFLine : SFLineString

    Swift

    -
    class SFPointFiniteFilter : NSObject, SFGeometryFilter
    +
    class SFLine : SFLineString
    +
  • - - - SFPolygon + + + SFLineString
    @@ -9885,33 +10352,35 @@

    Declaration

    -

    A restricted form of CurvePolygon where each ring is defined as a simple, -closed LineString.

    +

    A Curve that connects two or more points in space.

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFPolygon : SFCurvePolygon
    +
    @interface SFLineString : SFCurve

    Swift

    -
    class SFPolygon : SFCurvePolygon
    +
    class SFLineString : SFCurve
    +
  • @@ -9919,32 +10388,35 @@

    Declaration

    -

    Contiguous collection of polygons which share common boundary segments.

    +

    A LineString that is both closed and simple.

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFPolyhedralSurface : SFSurface
    +
    @interface SFLinearRing : SFLineString

    Swift

    -
    class SFPolyhedralSurface : SFSurface
    +
    class SFLinearRing : SFLineString
    +
  • - - - SFSegment + + + SFMultiCurve
    @@ -9952,32 +10424,36 @@

    Declaration

    -

    Line segment of an edge between two points

    +

    A restricted form of GeometryCollection where each Geometry in the collection +must be of type Curve.

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFSegment : NSObject
    +
    @interface SFMultiCurve : SFGeometryCollection

    Swift

    -
    class SFSegment : NSObject
    +
    class SFMultiCurve : SFGeometryCollection
    +
  • @@ -9985,43 +10461,36 @@

    Declaration

    -

    Shamos-Hoey simple polygon detection

    - -

    Based upon C++ implementation: - http://geomalgorithms.com/a09-_intersect-3.html

    - -

    C++ implementation license:

    - -

    Copyright 2001 softSurfer, 2012 Dan Sunday This code may be freely used and - modified for any purpose providing that this copyright notice is included - with it. SoftSurfer makes no warranty for this code, and cannot be held - liable for any real or imagined damage resulting from its use. Users of this - code must verify correctness for their application.

    +

    A restricted form of MultiCurve where each Curve in the collection must be of +type LineString.

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFShamosHoey : NSObject
    +
    @interface SFMultiLineString : SFMultiCurve

    Swift

    -
    class SFShamosHoey : NSObject
    +
    class SFMultiLineString : SFMultiCurve
    +
  • - - - SFSurface + + + SFMultiPoint
    @@ -10029,33 +10498,36 @@

    Declaration

    -

    The base type for all 2-dimensional geometry types. A 2-dimensional geometry -is a geometry that has an area.

    +

    A restricted form of GeometryCollection where each Geometry in the collection +must be of type Point.

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFSurface : SFGeometry
    +
    @interface SFMultiPoint : SFGeometryCollection

    Swift

    -
    class SFSurface : SFGeometry
    +
    class SFMultiPoint : SFGeometryCollection
    +
  • @@ -10063,32 +10535,36 @@

    Declaration

    -

    Sweep Line algorithm

    +

    A restricted form of MultiSurface where each Surface in the collection must +be of type Polygon.

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFSweepLine : NSObject
    +
    @interface SFMultiPolygon : SFMultiSurface

    Swift

    -
    class SFSweepLine : NSObject
    +
    class SFMultiPolygon : SFMultiSurface
    +
  • - - - SFTIN + + + SFMultiSurface
    @@ -10096,33 +10572,36 @@

    Declaration

    -

    A tetrahedron (4 triangular faces), corner at the origin and each unit -coordinate digit.

    +

    A restricted form of GeometryCollection where each Geometry in the collection +must be of type Surface.

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFTIN : SFPolyhedralSurface
    +
    @interface SFMultiSurface : SFGeometryCollection

    Swift

    -
    class SFTIN : SFPolyhedralSurface
    +
    class SFMultiSurface : SFGeometryCollection
    +
  • - - - SFTextReader + + + SFPoint
    @@ -10130,32 +10609,36 @@

    Declaration

    -

    Read through text string

    +

    A single location in space. Each point has an X and Y coordinate. A point MAY +optionally also have a Z and/or an M value.

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFTextReader : NSObject
    +
    @interface SFPoint : SFGeometry

    Swift

    -
    class SFTextReader : NSObject
    +
    class SFPoint : SFGeometry
    +
  • - - - SFTriangle + + + SFPolygon
    @@ -10163,32 +10646,36 @@

    Declaration

    -

    Triangle

    +

    A restricted form of CurvePolygon where each ring is defined as a simple, +closed LineString.

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFTriangle : SFPolygon
    +
    @interface SFPolygon : SFCurvePolygon

    Swift

    -
    class SFTriangle : SFPolygon
    +
    class SFPolygon : SFCurvePolygon
    +
  • @@ -10196,32 +10683,35 @@

    Declaration

    -

    Geometry Projection Transform

    +

    Contiguous collection of polygons which share common boundary segments.

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFPGeometryTransform : PROJProjectionTransform
    +
    @interface SFPolyhedralSurface : SFSurface

    Swift

    -
    class SFPGeometryTransform : PROJProjectionTransform
    +
    class SFPolyhedralSurface : SFSurface
    +
  • @@ -10229,33 +10719,36 @@

    Declaration

    -

    Geometry Code utilities to convert between geometry attributes and geometry -codes

    +

    The base type for all 2-dimensional geometry types. A 2-dimensional geometry +is a geometry that has an area.

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFWBGeometryCodes : NSObject
    +
    @interface SFSurface : SFGeometry

    Swift

    -
    class SFWBGeometryCodes : NSObject
    +
    class SFSurface : SFGeometry
    +
  • @@ -10263,32 +10756,36 @@

    Declaration

    -

    Well Known Binary Geometry Reader

    +

    A tetrahedron (4 triangular faces), corner at the origin and each unit +coordinate digit.

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFWBGeometryReader : NSObject
    +
    @interface SFTIN : SFPolyhedralSurface

    Swift

    -
    class SFWBGeometryReader : NSObject
    +
    class SFTIN : SFPolyhedralSurface
    +
  • @@ -10296,32 +10793,35 @@

    Declaration

    -

    Geometry type info

    +

    Triangle

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFWBGeometryTypeInfo : NSObject
    +
    @interface SFTriangle : SFPolygon

    Swift

    -
    class SFWBGeometryTypeInfo : NSObject
    +
    class SFTriangle : SFPolygon
    +
  • @@ -10329,32 +10829,36 @@

    Declaration

    -

    Well Known Binary Geometry Writer

    +

    Extended Geometry Collection providing abstract geometry collection type +support

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFWBGeometryWriter : NSObject
    +
    @interface SFExtendedGeometryCollection : SFGeometryCollection

    Swift

    -
    class SFWBGeometryWriter : NSObject
    +
    class SFExtendedGeometryCollection : SFGeometryCollection
    +
  • @@ -10364,30 +10868,33 @@

    Declaration

    Read through byte data

    - See more + See more

    Declaration

    Objective-C

    -
    @interface TIFFByteReader : NSObject
    +
    @interface SFByteReader : NSObject

    Swift

    -
    class TIFFByteReader : NSObject
    +
    class SFByteReader : NSObject
    +
  • @@ -10397,30 +10904,33 @@

    Declaration

    Write byte data

    - See more + See more

    Declaration

    Objective-C

    -
    @interface TIFFByteWriter : NSObject
    +
    @interface SFByteWriter : NSObject

    Swift

    -
    class TIFFByteWriter : NSObject
    +
    class SFByteWriter : NSObject
    +
  • @@ -10435,26 +10945,29 @@

    Declaration

    Declaration

    Objective-C

    -
    @interface TIFFConstants : NSObject
    +                          
    @interface SFGeometryConstants : NSObject
     
     @end

    Swift

    -
    class TIFFConstants : NSObject
    +
    class SFGeometryConstants : NSObject
    +
  • - - - TIFFDeflateCompression + + + SFGeometryEnvelopeBuilder
    @@ -10462,32 +10975,35 @@

    Declaration

    -

    Deflate Compression

    +

    Builds an envelope from a Geometry

    + See more

    Declaration

    Objective-C

    -
    @interface TIFFDeflateCompression
    -    : NSObject <TIFFCompressionDecoder, TIFFCompressionEncoder>
    +
    @interface SFGeometryEnvelopeBuilder : NSObject

    Swift

    -
    class TIFFDeflateCompression : NSObject, TIFFCompressionDecoder, TIFFCompressionEncoder
    +
    class SFGeometryEnvelopeBuilder : NSObject
    +
  • - - - TIFFFieldTagTypes + + + SFGeometryPrinter
    @@ -10495,32 +11011,35 @@

    Declaration

    -

    Field Tag Types

    +

    String representation of a Geometry

    - See more + See more

    Declaration

    Objective-C

    -
    @interface TIFFFieldTagTypes : NSObject
    +
    @interface SFGeometryPrinter : NSObject

    Swift

    -
    class TIFFFieldTagTypes : NSObject
    +
    class SFGeometryPrinter : NSObject
    +
  • - - - TIFFFieldTypes + + + SFGeometryUtils
    @@ -10528,32 +11047,35 @@

    Declaration

    -

    Field Types

    +

    Utilities for Geometry objects

    - See more + See more

    Declaration

    Objective-C

    -
    @interface TIFFFieldTypes : NSObject
    +
    @interface SFGeometryUtils : NSObject

    Swift

    -
    class TIFFFieldTypes : NSObject
    +
    class SFGeometryUtils : NSObject
    +
  • - - - TIFFFileDirectory + + + SFTextReader
    @@ -10561,33 +11083,35 @@

    Declaration

    -

    File Directory, represents all directory entries and can be used to read the -image raster

    +

    Read through text string

    - See more + See more

    Declaration

    Objective-C

    -
    @interface TIFFFileDirectory : NSObject
    +
    @interface SFTextReader : NSObject

    Swift

    -
    class TIFFFileDirectory : NSObject
    +
    class SFTextReader : NSObject
    +
  • - - - TIFFFileDirectoryEntry + + + SFCentroidCurve
    @@ -10595,32 +11119,36 @@

    Declaration

    -

    TIFF File Directory Entry

    +

    Calculate the centroid from curve based geometries. Implementation based on +the JTS (Java Topology Suite) CentroidLine.

    - See more + See more

    Declaration

    Objective-C

    -
    @interface TIFFFileDirectoryEntry : NSObject
    +
    @interface SFCentroidCurve : NSObject

    Swift

    -
    class TIFFFileDirectoryEntry : NSObject
    +
    class SFCentroidCurve : NSObject
    +
  • - - - TIFFIOUtils + + + SFCentroidPoint
    @@ -10628,76 +11156,36 @@

    Declaration

    -

    Undocumented

    +

    Calculate the centroid from point based geometries. Implementation based on +the JTS (Java Topology Suite) CentroidPoint.

    - See more + See more

    Declaration

    Objective-C

    -
    @interface TIFFIOUtils : NSObject
    -
    -/**
    - *  Copy a file
    - *
    - *  @param copyFrom file to copy
    - *  @param copyTo   file location to copy to
    - */
    -+(void) copyFile: (NSString *) copyFrom toFile: (NSString *) copyTo;
    -
    -/**
    - *  Copy an input stream to a file
    - *
    - *  @param copyFrom input stream to copy
    - *  @param copyTo   file location to copy to
    - */
    -+(void) copyInputStream: (NSInputStream *) copyFrom toFile: (NSString *) copyTo;
    -
    -/**
    - *  Get the file byte data
    - *
    - *  @param file file path
    - *
    - *  @return byte data
    - */
    -+(NSData *) fileData: (NSString *) file;
    -
    -/**
    - *  Get the input stream byte data
    - *
    - *  @param stream input stream
    - *
    - *  @return input stream byte data
    - */
    -+(NSData *) streamData: (NSInputStream *) stream;
    -
    -/**
    - *  Copy the input stream to an output stream
    - *
    - *  @param copyFrom input stream
    - *  @param copyTo   output stream
    - */
    -+(void) copyInputStream: (NSInputStream *) copyFrom toOutputStream: (NSOutputStream *) copyTo;
    -
    -@end
    +
    @interface SFCentroidPoint : NSObject

    Swift

    -
    class TIFFIOUtils : NSObject
    +
    class SFCentroidPoint : NSObject
    +
  • - - - TIFFImage + + + SFCentroidSurface
    @@ -10705,32 +11193,36 @@

    Declaration

    -

    TIFF Image containing the File Directories

    +

    Calculate the centroid from surface based geometries. Implementation based on +the JTS (Java Topology Suite) CentroidArea.

    - See more + See more

    Declaration

    Objective-C

    -
    @interface TIFFImage : NSObject
    +
    @interface SFCentroidSurface : NSObject

    Swift

    -
    class TIFFImage : NSObject
    +
    class SFCentroidSurface : NSObject
    +
  • - - - TIFFImageWindow + + + SFDegreesCentroid
    @@ -10738,32 +11230,35 @@

    Declaration

    -

    Coordinates of a window over a portion or the entire image coordinates

    +

    Centroid calculations for geometries in degrees

    - See more + See more

    Declaration

    Objective-C

    -
    @interface TIFFImageWindow : NSObject
    +
    @interface SFDegreesCentroid : NSObject

    Swift

    -
    class TIFFImageWindow : NSObject
    +
    class SFDegreesCentroid : NSObject
    +
  • - - - TIFFLZWCompression + + + SFFiniteFilterTypes
    @@ -10771,32 +11266,36 @@

    Declaration

    -

    LZW Compression

    +

    Undocumented

    Declaration

    Objective-C

    -
    @interface TIFFLZWCompression
    -    : NSObject <TIFFCompressionDecoder, TIFFCompressionEncoder>
    +
    @interface SFFiniteFilterTypes : NSObject
    +
    +@end

    Swift

    -
    class TIFFLZWCompression : NSObject, TIFFCompressionDecoder, TIFFCompressionEncoder
    +
    class SFFiniteFilterTypes : NSObject
    +
  • - - - TIFFPackbitsCompression + + + SFPointFiniteFilter
    @@ -10804,32 +11303,36 @@

    Declaration

    -

    Packbits Compression

    +

    Point filter for finite checks on x and y properties, optionally filter on z +and m properties and non finite values (NaN or infinity)

    + See more

    Declaration

    Objective-C

    -
    @interface TIFFPackbitsCompression
    -    : NSObject <TIFFCompressionDecoder, TIFFCompressionEncoder>
    +
    @interface SFPointFiniteFilter : NSObject <SFGeometryFilter>

    Swift

    -
    class TIFFPackbitsCompression : NSObject, TIFFCompressionDecoder, TIFFCompressionEncoder
    +
    class SFPointFiniteFilter : NSObject, SFGeometryFilter
    +
  • - - - TIFFPredictor + + + SFEvent
    @@ -10837,32 +11340,35 @@

    Declaration

    -

    Differencing Predictor decoder

    +

    Event element

    - See more + See more

    Declaration

    Objective-C

    -
    @interface TIFFPredictor : NSObject
    +
    @interface SFEvent : NSObject

    Swift

    -
    class TIFFPredictor : NSObject
    +
    class SFEvent : NSObject
    +
  • - - - TIFFRasters + + + SFEventQueue
    @@ -10870,32 +11376,35 @@

    Declaration

    -

    Raster image values

    +

    Event queue for processing events

    - See more + See more

    Declaration

    Objective-C

    -
    @interface TIFFRasters : NSObject
    +
    @interface SFEventQueue : NSObject

    Swift

    -
    class TIFFRasters : NSObject
    +
    class SFEventQueue : NSObject
    +
  • - - - TIFFRawCompression + + + SFEventTypes
    @@ -10903,32 +11412,36 @@

    Declaration

    -

    Raw / no compression

    +

    Undocumented

    Declaration

    Objective-C

    -
    @interface TIFFRawCompression
    -    : NSObject <TIFFCompressionDecoder, TIFFCompressionEncoder>
    +
    @interface SFEventTypes : NSObject
    +
    +@end

    Swift

    -
    class TIFFRawCompression : NSObject, TIFFCompressionDecoder, TIFFCompressionEncoder
    +
    class SFEventTypes : NSObject
    +
  • - - - TIFFReader + + + SFSegment
    @@ -10936,32 +11449,35 @@

    Declaration

    -

    TIFF reader

    +

    Line segment of an edge between two points

    - See more + See more

    Declaration

    Objective-C

    -
    @interface TIFFReader : NSObject
    +
    @interface SFSegment : NSObject

    Swift

    -
    class TIFFReader : NSObject
    +
    class SFSegment : NSObject
    +
  • - - - TIFFUnsupportedCompression + + + SFShamosHoey
    @@ -10969,33 +11485,46 @@

    Declaration

    -

    Unsupported compression

    +

    Shamos-Hoey simple polygon detection

    - See more +

    Based upon C++ implementation: + http://geomalgorithms.com/a09-_intersect-3.html

    + +

    C++ implementation license:

    + +

    Copyright 2001 softSurfer, 2012 Dan Sunday This code may be freely used and + modified for any purpose providing that this copyright notice is included + with it. SoftSurfer makes no warranty for this code, and cannot be held + liable for any real or imagined damage resulting from its use. Users of this + code must verify correctness for their application.

    + + See more

    Declaration

    Objective-C

    -
    @interface TIFFUnsupportedCompression
    -    : NSObject <TIFFCompressionDecoder, TIFFCompressionEncoder>
    +
    @interface SFShamosHoey : NSObject

    Swift

    -
    class TIFFUnsupportedCompression : NSObject, TIFFCompressionDecoder, TIFFCompressionEncoder
    +
    class SFShamosHoey : NSObject
    +
  • - - - TIFFWriter + + + SFSweepLine
    @@ -11003,41 +11532,35 @@

    Declaration

    -

    TIFF Writer.

    - -

    For a striped TIFF, the FileDirectory setStripOffsets(NSArray) and setStripByteCounts(NSArray) methods are automatically set or adjusted based upon attributes including: - rowsPerStrip - imageHeight - planarConfiguration - samplesPerPixel

    - -

    The Rasters calculateRowsPerStrip(int) and Rasters calculateRowsPerStrip(int, int) methods provide a mechanism - for determining a FileDirectory rowsPerStrip setting.

    +

    Sweep Line algorithm

    - See more + See more

    Declaration

    Objective-C

    -
    @interface TIFFWriter : NSObject
    +
    @interface SFSweepLine : NSObject

    Swift

    -
    class TIFFWriter : NSObject
    +
    class SFSweepLine : NSObject
    +
  • - - - CLRColor + + + SFPGeometryTransform
    @@ -11045,26 +11568,25 @@

    Declaration

    -

    Color representation with support for hex, RBG, arithmetic RBG, and integer -colors

    +

    Geometry Projection Transform

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CLRColor : NSObject <NSMutableCopying>
    +
    @interface SFPGeometryTransform : PROJProjectionTransform

    Swift

    -
    class CLRColor : NSObject, NSMutableCopying
    +
    class SFPGeometryTransform : PROJProjectionTransform
    @@ -11100,7 +11622,7 @@

    Declaration

    @@ -11136,7 +11658,7 @@

    Declaration

    @@ -11172,7 +11694,7 @@

    Declaration

    @@ -11208,7 +11730,7 @@

    Declaration

    @@ -11245,7 +11767,7 @@

    Declaration

    @@ -11281,7 +11803,7 @@

    Declaration

    @@ -11317,7 +11839,7 @@

    Declaration

    @@ -11353,7 +11875,7 @@

    Declaration

    @@ -11389,7 +11911,7 @@

    Declaration

    @@ -11425,7 +11947,7 @@

    Declaration

    @@ -11461,7 +11983,7 @@

    Declaration

    @@ -11497,7 +12019,7 @@

    Declaration

    @@ -11533,7 +12055,7 @@

    Declaration

    @@ -11569,7 +12091,7 @@

    Declaration

    @@ -11605,7 +12127,7 @@

    Declaration

    @@ -11641,7 +12163,7 @@

    Declaration

    @@ -11679,7 +12201,7 @@

    Declaration

    @@ -11715,7 +12237,7 @@

    Declaration

    @@ -11892,7 +12414,7 @@

    Declaration

    @@ -11928,7 +12450,7 @@

    Declaration

    @@ -11964,7 +12486,7 @@

    Declaration

    @@ -12000,7 +12522,7 @@

    Declaration

    @@ -12074,7 +12596,7 @@

    Declaration

    @@ -12110,7 +12632,7 @@

    Declaration

    @@ -12146,7 +12668,7 @@

    Declaration

    @@ -12182,7 +12704,7 @@

    Declaration

    @@ -12218,7 +12740,7 @@

    Declaration

    @@ -12254,7 +12776,7 @@

    Declaration

    @@ -12290,7 +12812,7 @@

    Declaration

    @@ -12326,7 +12848,7 @@

    Declaration

    @@ -12362,7 +12884,7 @@

    Declaration

    @@ -12398,7 +12920,7 @@

    Declaration

    @@ -12434,7 +12956,7 @@

    Declaration

    @@ -12470,7 +12992,7 @@

    Declaration

    @@ -12506,7 +13028,7 @@

    Declaration

    @@ -12543,7 +13065,7 @@

    Declaration

    @@ -12579,7 +13101,7 @@

    Declaration

    @@ -12616,7 +13138,7 @@

    Declaration

    @@ -12652,7 +13174,7 @@

    Declaration

    @@ -12688,7 +13210,7 @@

    Declaration

    @@ -12724,7 +13246,7 @@

    Declaration

    @@ -12760,7 +13282,7 @@

    Declaration

    @@ -12796,7 +13318,7 @@

    Declaration

    @@ -12832,7 +13354,7 @@

    Declaration

    @@ -12868,7 +13390,7 @@

    Declaration

    @@ -12904,7 +13426,7 @@

    Declaration

    @@ -12940,7 +13462,7 @@

    Declaration

    @@ -12976,7 +13498,7 @@

    Declaration

    @@ -13012,7 +13534,7 @@

    Declaration

    @@ -13048,7 +13570,7 @@

    Declaration

    @@ -13084,7 +13606,7 @@

    Declaration

    @@ -13120,7 +13642,7 @@

    Declaration

    @@ -13156,7 +13678,7 @@

    Declaration

    @@ -13193,7 +13715,7 @@

    Declaration

    @@ -13229,7 +13751,7 @@

    Declaration

    @@ -13265,7 +13787,7 @@

    Declaration

    @@ -13301,7 +13823,7 @@

    Declaration

    @@ -13337,7 +13859,7 @@

    Declaration

    @@ -13373,7 +13895,7 @@

    Declaration

    @@ -13456,7 +13978,7 @@

    Declaration

    @@ -13492,7 +14014,7 @@

    Declaration

    @@ -13528,7 +14050,7 @@

    Declaration

    @@ -13564,7 +14086,7 @@

    Declaration

    @@ -13600,7 +14122,7 @@

    Declaration

    @@ -13636,7 +14158,7 @@

    Declaration

    @@ -13672,7 +14194,7 @@

    Declaration

    @@ -13707,7 +14229,7 @@

    Declaration

    @@ -13743,7 +14265,7 @@

    Declaration

    @@ -13846,7 +14368,7 @@

    Declaration

    @@ -13882,7 +14404,7 @@

    Declaration

    @@ -13918,7 +14440,7 @@

    Declaration

    @@ -13955,7 +14477,7 @@

    Declaration

    @@ -13991,7 +14513,7 @@

    Declaration

    @@ -14028,7 +14550,7 @@

    Declaration

    @@ -14064,7 +14586,7 @@

    Declaration

    @@ -14137,7 +14659,7 @@

    Declaration

    @@ -14173,7 +14695,7 @@

    Declaration

    @@ -14210,7 +14732,7 @@

    Declaration

    @@ -14246,7 +14768,7 @@

    Declaration

    @@ -14282,7 +14804,7 @@

    Declaration

    @@ -14319,7 +14841,7 @@

    Declaration

    @@ -14356,7 +14878,7 @@

    Declaration

    @@ -14392,7 +14914,7 @@

    Declaration

    @@ -14428,7 +14950,7 @@

    Declaration

    @@ -14466,7 +14988,7 @@

    Declaration

    @@ -14503,7 +15025,7 @@

    Declaration

    @@ -14539,7 +15061,7 @@

    Declaration

    @@ -14575,7 +15097,7 @@

    Declaration

    @@ -14616,7 +15138,7 @@

    Declaration

    @@ -14652,7 +15174,7 @@

    Declaration

    @@ -14690,7 +15212,7 @@

    Declaration

    @@ -14728,7 +15250,7 @@

    Declaration

    @@ -14766,7 +15288,7 @@

    Declaration

    @@ -14804,7 +15326,7 @@

    Declaration

    @@ -14860,7 +15382,7 @@

    Declaration

    @@ -14896,7 +15418,7 @@

    Declaration

    @@ -14932,7 +15454,7 @@

    Declaration

    @@ -14968,7 +15490,7 @@

    Declaration

    @@ -15005,7 +15527,7 @@

    Declaration

    @@ -15041,7 +15563,7 @@

    Declaration

    @@ -15077,7 +15599,7 @@

    Declaration

    @@ -15113,7 +15635,7 @@

    Declaration

    @@ -15150,7 +15672,7 @@

    Declaration

    @@ -15186,7 +15708,7 @@

    Declaration

    @@ -15222,7 +15744,7 @@

    Declaration

    @@ -15278,7 +15800,7 @@

    Declaration

    @@ -15334,7 +15856,7 @@

    Declaration

    @@ -15370,7 +15892,7 @@

    Declaration

    @@ -15406,7 +15928,7 @@

    Declaration

    @@ -15443,7 +15965,7 @@

    Declaration

    @@ -15479,7 +16001,7 @@

    Declaration

    @@ -15517,7 +16039,7 @@

    Declaration

    @@ -15553,7 +16075,7 @@

    Declaration

    @@ -15590,7 +16112,7 @@

    Declaration

    @@ -15626,7 +16148,7 @@

    Declaration

    @@ -15664,7 +16186,7 @@

    Declaration

    @@ -15699,7 +16221,7 @@

    Declaration

    @@ -15735,7 +16257,7 @@

    Declaration

    @@ -15771,7 +16293,7 @@

    Declaration

    @@ -15811,7 +16333,7 @@

    Declaration

    @@ -15847,7 +16369,7 @@

    Declaration

    @@ -15889,7 +16411,7 @@

    Declaration

    @@ -15925,7 +16447,7 @@

    Declaration

    @@ -15961,7 +16483,7 @@

    Declaration

    @@ -15997,7 +16519,7 @@

    Declaration

    @@ -16033,7 +16555,7 @@

    Declaration

    @@ -16069,7 +16591,7 @@

    Declaration

    @@ -16105,7 +16627,7 @@

    Declaration

    @@ -16141,7 +16663,7 @@

    Declaration

    @@ -16177,7 +16699,7 @@

    Declaration

    @@ -16216,7 +16738,7 @@

    Declaration

    @@ -16255,7 +16777,7 @@

    Declaration

    @@ -16623,7 +17145,7 @@

    Declaration

    @@ -16660,7 +17182,7 @@

    Declaration

    @@ -16697,7 +17219,7 @@

    Declaration

    @@ -16733,7 +17255,7 @@

    Declaration

    @@ -16769,7 +17291,7 @@

    Declaration

    @@ -16825,7 +17347,7 @@

    Declaration

    @@ -16864,7 +17386,7 @@

    Declaration

    @@ -16900,7 +17422,7 @@

    Declaration

    @@ -16938,7 +17460,7 @@

    Declaration

    @@ -16975,7 +17497,7 @@

    Declaration

    @@ -17011,7 +17533,7 @@

    Declaration

    @@ -17047,7 +17569,7 @@

    Declaration

    @@ -17083,7 +17605,7 @@

    Declaration

    @@ -17119,7 +17641,7 @@

    Declaration

    @@ -17155,7 +17677,7 @@

    Declaration

    @@ -17191,7 +17713,7 @@

    Declaration

    @@ -17227,7 +17749,7 @@

    Declaration

    @@ -17263,7 +17785,7 @@

    Declaration

    @@ -17299,7 +17821,7 @@

    Declaration

    @@ -17335,7 +17857,7 @@

    Declaration

    @@ -17371,7 +17893,7 @@

    Declaration

    @@ -17407,7 +17929,7 @@

    Declaration

    @@ -17443,7 +17965,7 @@

    Declaration

    @@ -17479,7 +18001,7 @@

    Declaration

    @@ -17515,7 +18037,7 @@

    Declaration

    @@ -17553,7 +18075,7 @@

    Declaration

    @@ -17616,7 +18138,7 @@

    Declaration

    @@ -17652,7 +18174,7 @@

    Declaration

    @@ -17688,7 +18210,7 @@

    Declaration

    @@ -17724,7 +18246,7 @@

    Declaration

    @@ -17760,7 +18282,7 @@

    Declaration

    @@ -17796,7 +18318,7 @@

    Declaration

    @@ -17861,7 +18383,7 @@

    Declaration

    @@ -17897,7 +18419,7 @@

    Declaration

    @@ -17933,7 +18455,7 @@

    Declaration

    @@ -17969,7 +18491,7 @@

    Declaration

    @@ -18005,7 +18527,7 @@

    Declaration

    @@ -18041,7 +18563,7 @@

    Declaration

    @@ -18077,7 +18599,7 @@

    Declaration

    @@ -18113,7 +18635,7 @@

    Declaration

    @@ -18149,7 +18671,7 @@

    Declaration

    @@ -18186,7 +18708,7 @@

    Declaration

    @@ -18224,7 +18746,7 @@

    Declaration

    @@ -18260,7 +18782,7 @@

    Declaration

    @@ -18296,7 +18818,7 @@

    Declaration

    @@ -18334,7 +18856,7 @@

    Declaration

    @@ -18377,7 +18899,7 @@

    Declaration

    @@ -18413,7 +18935,7 @@

    Declaration

    @@ -18449,7 +18971,7 @@

    Declaration

    @@ -18485,7 +19007,7 @@

    Declaration

    @@ -18521,7 +19043,7 @@

    Declaration

    @@ -18557,7 +19079,7 @@

    Declaration

    @@ -18594,7 +19116,7 @@

    Declaration

    @@ -18630,7 +19152,7 @@

    Declaration

    @@ -18667,7 +19189,7 @@

    Declaration

    @@ -18704,7 +19226,7 @@

    Declaration

    @@ -18740,7 +19262,7 @@

    Declaration

    @@ -18776,7 +19298,7 @@

    Declaration

    @@ -18813,7 +19335,7 @@

    Declaration

    @@ -18850,7 +19372,7 @@

    Declaration

    @@ -18886,7 +19408,7 @@

    Declaration

    @@ -18922,7 +19444,7 @@

    Declaration

    @@ -18978,7 +19500,7 @@

    Declaration

    @@ -19015,7 +19537,7 @@

    Declaration

    @@ -19051,7 +19573,7 @@

    Declaration

    @@ -19087,7 +19609,7 @@

    Declaration

    @@ -19123,7 +19645,7 @@

    Declaration

    @@ -19159,7 +19681,7 @@

    Declaration

    @@ -19195,7 +19717,7 @@

    Declaration

    @@ -19231,7 +19753,7 @@

    Declaration

    @@ -19267,7 +19789,7 @@

    Declaration

    @@ -19303,7 +19825,7 @@

    Declaration

    @@ -19339,7 +19861,7 @@

    Declaration

    @@ -19376,7 +19898,7 @@

    Declaration

    @@ -19412,7 +19934,7 @@

    Declaration

    @@ -19448,7 +19970,7 @@

    Declaration

    @@ -19484,7 +20006,7 @@

    Declaration

    @@ -19520,7 +20042,7 @@

    Declaration

    @@ -19651,7 +20173,7 @@

    Declaration

    @@ -19687,7 +20209,7 @@

    Declaration

    @@ -19723,7 +20245,7 @@

    Declaration

    @@ -19759,7 +20281,7 @@

    Declaration

    @@ -19795,7 +20317,7 @@

    Declaration

    @@ -19831,7 +20353,7 @@

    Declaration

    @@ -19867,7 +20389,7 @@

    Declaration

    @@ -19903,7 +20425,7 @@

    Declaration

    @@ -19959,7 +20481,7 @@

    Declaration

    @@ -19995,7 +20517,7 @@

    Declaration

    @@ -20031,7 +20553,7 @@

    Declaration

    @@ -20067,7 +20589,7 @@

    Declaration

    @@ -20103,7 +20625,7 @@

    Declaration

    @@ -20139,7 +20661,7 @@

    Declaration

    @@ -20175,7 +20697,7 @@

    Declaration

    @@ -20211,7 +20733,7 @@

    Declaration

    @@ -20247,7 +20769,7 @@

    Declaration

    @@ -20284,7 +20806,7 @@

    Declaration

    @@ -20321,7 +20843,7 @@

    Declaration

    @@ -20357,7 +20879,7 @@

    Declaration

    @@ -20393,7 +20915,7 @@

    Declaration

    @@ -20429,7 +20951,7 @@

    Declaration

    @@ -20485,7 +21007,7 @@

    Declaration

    @@ -20708,7 +21230,7 @@

    Declaration

    @@ -20744,7 +21266,7 @@

    Declaration

    @@ -20780,7 +21302,7 @@

    Declaration

    @@ -20816,7 +21338,7 @@

    Declaration

    @@ -20852,7 +21374,7 @@

    Declaration

    @@ -21115,7 +21637,7 @@

    Declaration

    @@ -21151,7 +21673,7 @@

    Declaration

    @@ -21187,7 +21709,7 @@

    Declaration

    @@ -21223,7 +21745,7 @@

    Declaration

    @@ -21260,7 +21782,7 @@

    Declaration

    @@ -21299,7 +21821,7 @@

    Declaration

    @@ -21335,7 +21857,7 @@

    Declaration

    @@ -21372,7 +21894,7 @@

    Declaration

    @@ -21408,7 +21930,7 @@

    Declaration

    @@ -21444,7 +21966,7 @@

    Declaration

    @@ -21480,7 +22002,7 @@

    Declaration

    @@ -21516,7 +22038,7 @@

    Declaration

    @@ -21552,7 +22074,7 @@

    Declaration

    @@ -21700,7 +22222,7 @@

    Declaration

    @@ -21737,7 +22259,7 @@

    Declaration

    @@ -21773,7 +22295,7 @@

    Declaration

    @@ -21809,7 +22331,7 @@

    Declaration

    @@ -21846,7 +22368,7 @@

    Declaration

    @@ -21886,7 +22408,7 @@

    Declaration

    @@ -21926,7 +22448,7 @@

    Declaration

    @@ -21962,7 +22484,7 @@

    Declaration

    @@ -22000,7 +22522,7 @@

    Declaration

    @@ -22036,7 +22558,7 @@

    Declaration

    @@ -22072,7 +22594,7 @@

    Declaration

    @@ -22108,7 +22630,7 @@

    Declaration

    @@ -22144,7 +22666,7 @@

    Declaration

    @@ -22180,7 +22702,7 @@

    Declaration

    @@ -22216,7 +22738,7 @@

    Declaration

    @@ -22252,7 +22774,7 @@

    Declaration

    @@ -22288,7 +22810,7 @@

    Declaration

    @@ -22324,7 +22846,7 @@

    Declaration

    @@ -22360,7 +22882,7 @@

    Declaration

    @@ -22396,7 +22918,7 @@

    Declaration

    @@ -22432,7 +22954,7 @@

    Declaration

    @@ -22468,7 +22990,7 @@

    Declaration

    @@ -22504,7 +23026,7 @@

    Declaration

    @@ -22540,7 +23062,7 @@

    Declaration

    @@ -22576,7 +23098,7 @@

    Declaration

    @@ -22612,7 +23134,7 @@

    Declaration

    @@ -22787,7 +23309,7 @@

    Declaration

    @@ -22823,7 +23345,7 @@

    Declaration

    @@ -22859,7 +23381,7 @@

    Declaration

    @@ -22895,7 +23417,7 @@

    Declaration

    @@ -22931,7 +23453,7 @@

    Declaration

    @@ -22967,7 +23489,7 @@

    Declaration

    @@ -23003,7 +23525,7 @@

    Declaration

    @@ -23039,7 +23561,7 @@

    Declaration

    @@ -23075,7 +23597,7 @@

    Declaration

    @@ -23111,7 +23633,7 @@

    Declaration

    @@ -23147,7 +23669,7 @@

    Declaration

    @@ -23183,7 +23705,7 @@

    Declaration

    @@ -23219,7 +23741,7 @@

    Declaration

    @@ -23255,7 +23777,7 @@

    Declaration

    @@ -23292,7 +23814,7 @@

    Declaration

    @@ -23328,7 +23850,7 @@

    Declaration

    @@ -23364,7 +23886,7 @@

    Declaration

    @@ -23401,7 +23923,7 @@

    Declaration

    @@ -23437,7 +23959,7 @@

    Declaration

    @@ -23473,7 +23995,7 @@

    Declaration

    @@ -23509,7 +24031,7 @@

    Declaration

    @@ -23545,7 +24067,7 @@

    Declaration

    @@ -23581,7 +24103,7 @@

    Declaration

    @@ -23617,7 +24139,7 @@

    Declaration

    @@ -23653,7 +24175,7 @@

    Declaration

    @@ -23689,7 +24211,7 @@

    Declaration

    @@ -23725,7 +24247,7 @@

    Declaration

    @@ -23761,7 +24283,7 @@

    Declaration

    @@ -23771,7 +24293,7 @@

    Declaration

    diff --git a/docs/docs/api/Classes/CLRColor.html b/docs/docs/api/Classes/CLRColor.html index 275b86f9..3c662502 100644 --- a/docs/docs/api/Classes/CLRColor.html +++ b/docs/docs/api/Classes/CLRColor.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5038,7 +5038,7 @@

    CLRColor

    Swift

    -
    class CLRColor : NSObject, NSMutableCopying
    +
    class CLRColor
    @@ -5046,7 +5046,7 @@

    CLRColor

    colors

    @@ -5082,7 +5082,7 @@

    Declaration

    @@ -5117,7 +5117,7 @@

    Declaration

    @@ -5152,7 +5152,7 @@

    Declaration

    @@ -5187,7 +5187,7 @@

    Declaration

    @@ -5226,7 +5226,7 @@

    Return Value

    color

    @@ -5265,7 +5265,7 @@

    Return Value

    color

    @@ -5304,7 +5304,7 @@

    Return Value

    color

    @@ -5343,7 +5343,7 @@

    Return Value

    color

    @@ -5382,7 +5382,7 @@

    Return Value

    color

    @@ -5421,7 +5421,7 @@

    Return Value

    color

    @@ -5460,7 +5460,7 @@

    Return Value

    color

    @@ -5499,7 +5499,7 @@

    Return Value

    color

    @@ -5538,7 +5538,7 @@

    Return Value

    color

    @@ -5577,7 +5577,7 @@

    Return Value

    color

    @@ -5616,7 +5616,7 @@

    Return Value

    color

    @@ -5655,7 +5655,7 @@

    Return Value

    color

    @@ -5694,7 +5694,7 @@

    Return Value

    color

    @@ -5733,7 +5733,7 @@

    Return Value

    color

    @@ -5772,7 +5772,7 @@

    Return Value

    color

    @@ -5811,7 +5811,7 @@

    Return Value

    color

    @@ -5865,7 +5865,7 @@

    Return Value

    color

    @@ -5931,7 +5931,7 @@

    Return Value

    color

    @@ -5997,7 +5997,7 @@

    Return Value

    color

    @@ -6076,7 +6076,7 @@

    Return Value

    color

    @@ -6168,7 +6168,7 @@

    Return Value

    color

    @@ -6260,7 +6260,7 @@

    Return Value

    color

    @@ -6337,7 +6337,7 @@

    Return Value

    color

    @@ -6429,7 +6429,7 @@

    Return Value

    color

    @@ -6521,7 +6521,7 @@

    Return Value

    color

    @@ -6600,7 +6600,7 @@

    Return Value

    color

    @@ -6692,7 +6692,7 @@

    Return Value

    color

    @@ -6772,7 +6772,7 @@

    Return Value

    color

    @@ -6864,7 +6864,7 @@

    Return Value

    color

    @@ -6917,7 +6917,7 @@

    Return Value

    color

    @@ -6970,7 +6970,7 @@

    Return Value

    color

    @@ -7009,7 +7009,7 @@

    Return Value

    new color

    @@ -7039,7 +7039,7 @@

    Declaration

    Swift

    -
    init!(hex color: String!)
    +
    init!(hex color: Any!)
    @@ -7068,7 +7068,7 @@

    Return Value

    new color

    @@ -7098,7 +7098,7 @@

    Declaration

    Swift

    -
    init!(hex color: String!, andOpacity opacity: Float)
    +
    init!(hex color: Any!, andOpacity opacity: Float)
    @@ -7139,7 +7139,7 @@

    Return Value

    new color

    @@ -7169,7 +7169,7 @@

    Declaration

    Swift

    -
    init!(hex color: String!, andAlpha alpha: Int32)
    +
    init!(hex color: Any!, andAlpha alpha: Int32)
    @@ -7210,7 +7210,7 @@

    Return Value

    new color

    @@ -7242,7 +7242,7 @@

    Declaration

    Swift

    -
    init!(hexRed red: String!, andGreen green: String!, andBlue blue: String!)
    +
    init!(hexRed red: Any!, andGreen green: Any!, andBlue blue: Any!)
    @@ -7294,7 +7294,7 @@

    Return Value

    new color

    @@ -7327,7 +7327,7 @@

    Declaration

    Swift

    -
    init!(hexRed red: String!, andGreen green: String!, andBlue blue: String!, andAlpha alpha: String!)
    +
    init!(hexRed red: Any!, andGreen green: Any!, andBlue blue: Any!, andAlpha alpha: Any!)
    @@ -7391,7 +7391,7 @@

    Return Value

    new color

    @@ -7424,7 +7424,7 @@

    Declaration

    Swift

    -
    init!(hexRed red: String!, andGreen green: String!, andBlue blue: String!, andOpacity opacity: Float)
    +
    init!(hexRed red: Any!, andGreen green: Any!, andBlue blue: Any!, andOpacity opacity: Float)
    @@ -7488,7 +7488,7 @@

    Return Value

    new color

    @@ -7570,7 +7570,7 @@

    Return Value

    new color

    @@ -7667,7 +7667,7 @@

    Return Value

    new color

    @@ -7764,7 +7764,7 @@

    Return Value

    new color

    @@ -7848,7 +7848,7 @@

    Return Value

    new color

    @@ -7945,7 +7945,7 @@

    Return Value

    new color

    @@ -8030,7 +8030,7 @@

    Return Value

    new color

    @@ -8127,7 +8127,7 @@

    Return Value

    new color

    @@ -8185,7 +8185,7 @@

    Return Value

    new color

    @@ -8243,7 +8243,7 @@

    Return Value

    new color

    @@ -8301,7 +8301,7 @@

    Return Value

    new color

    @@ -8331,7 +8331,7 @@

    Declaration

    Swift

    -
    func setColorWithHex(_ color: String!)
    +
    func setColorWithHex(_ color: Any!)
    @@ -8356,7 +8356,7 @@

    Parameters

    @@ -8386,7 +8386,7 @@

    Declaration

    Swift

    -
    func setColorWithHex(_ color: String!, andOpacity opacity: Float)
    +
    func setColorWithHex(_ color: Any!, andOpacity opacity: Float)
    @@ -8423,7 +8423,7 @@

    Parameters

    @@ -8453,7 +8453,7 @@

    Declaration

    Swift

    -
    func setColorWithHex(_ color: String!, andAlpha alpha: Int32)
    +
    func setColorWithHex(_ color: Any!, andAlpha alpha: Int32)
    @@ -8490,7 +8490,7 @@

    Parameters

    @@ -8522,7 +8522,7 @@

    Declaration

    Swift

    -
    func setColorWithHexRed(_ red: String!, andGreen green: String!, andBlue blue: String!)
    +
    func setColorWithHexRed(_ red: Any!, andGreen green: Any!, andBlue blue: Any!)
    @@ -8570,7 +8570,7 @@

    Parameters

    @@ -8603,7 +8603,7 @@

    Declaration

    Swift

    -
    func setColorWithHexRed(_ red: String!, andGreen green: String!, andBlue blue: String!, andAlpha alpha: String!)
    +
    func setColorWithHexRed(_ red: Any!, andGreen green: Any!, andBlue blue: Any!, andAlpha alpha: Any!)
    @@ -8663,7 +8663,7 @@

    Parameters

    @@ -8696,7 +8696,7 @@

    Declaration

    Swift

    -
    func setColorWithHexRed(_ red: String!, andGreen green: String!, andBlue blue: String!, andOpacity opacity: Float)
    +
    func setColorWithHexRed(_ red: Any!, andGreen green: Any!, andBlue blue: Any!, andOpacity opacity: Float)
    @@ -8756,7 +8756,7 @@

    Parameters

    @@ -8834,7 +8834,7 @@

    Parameters

    @@ -8927,7 +8927,7 @@

    Parameters

    @@ -9020,7 +9020,7 @@

    Parameters

    @@ -9100,7 +9100,7 @@

    Parameters

    @@ -9193,7 +9193,7 @@

    Parameters

    @@ -9273,7 +9273,7 @@

    Parameters

    @@ -9366,7 +9366,7 @@

    Parameters

    @@ -9420,7 +9420,7 @@

    Parameters

    @@ -9474,7 +9474,7 @@

    Parameters

    @@ -9504,7 +9504,7 @@

    Declaration

    Swift

    -
    func setRedHex(_ red: String!)
    +
    func setRedHex(_ red: Any!)
    @@ -9528,7 +9528,7 @@

    Parameters

    @@ -9558,7 +9558,7 @@

    Declaration

    Swift

    -
    func setGreenHex(_ green: String!)
    +
    func setGreenHex(_ green: Any!)
    @@ -9582,7 +9582,7 @@

    Parameters

    @@ -9612,7 +9612,7 @@

    Declaration

    Swift

    -
    func setBlueHex(_ blue: String!)
    +
    func setBlueHex(_ blue: Any!)
    @@ -9636,7 +9636,7 @@

    Parameters

    @@ -9666,7 +9666,7 @@

    Declaration

    Swift

    -
    func setAlphaHex(_ alpha: String!)
    +
    func setAlphaHex(_ alpha: Any!)
    @@ -9690,7 +9690,7 @@

    Parameters

    @@ -9744,7 +9744,7 @@

    Parameters

    @@ -9798,7 +9798,7 @@

    Parameters

    @@ -9852,7 +9852,7 @@

    Parameters

    @@ -9906,7 +9906,7 @@

    Parameters

    @@ -9960,7 +9960,7 @@

    Parameters

    @@ -9990,7 +9990,7 @@

    Declaration

    Swift

    -
    func isOpaque() -> Bool
    +
    func isOpaque() -> Any!
    @@ -9999,7 +9999,7 @@

    Return Value

    true if opaque

    @@ -10038,7 +10038,7 @@

    Return Value

    color

    @@ -10068,7 +10068,7 @@

    Declaration

    Swift

    -
    func colorHex() -> String!
    +
    func colorHex() -> Any!
    @@ -10077,7 +10077,7 @@

    Return Value

    hex color in the format #RRGGBB

    @@ -10107,7 +10107,7 @@

    Declaration

    Swift

    -
    func colorHexWithAlpha() -> String!
    +
    func colorHexWithAlpha() -> Any!
    @@ -10116,7 +10116,7 @@

    Return Value

    hex color in the format #AARRGGBB

    @@ -10146,7 +10146,7 @@

    Declaration

    Swift

    -
    func colorHexShorthand() -> String!
    +
    func colorHexShorthand() -> Any!
    @@ -10155,7 +10155,7 @@

    Return Value

    hex color in the format #RGB or #RRGGBB

    @@ -10185,7 +10185,7 @@

    Declaration

    Swift

    -
    func colorHexShorthandWithAlpha() -> String!
    +
    func colorHexShorthandWithAlpha() -> Any!
    @@ -10194,7 +10194,7 @@

    Return Value

    hex color in the format #ARGB or #AARRGGBB

    @@ -10233,7 +10233,7 @@

    Return Value

    integer color

    @@ -10272,7 +10272,7 @@

    Return Value

    unsigned integer color

    @@ -10311,7 +10311,7 @@

    Return Value

    integer color

    @@ -10350,7 +10350,7 @@

    Return Value

    unsigned integer color

    @@ -10380,7 +10380,7 @@

    Declaration

    Swift

    -
    func redHex() -> String!
    +
    func redHex() -> Any!
    @@ -10389,7 +10389,7 @@

    Return Value

    red hex color in format RR

    @@ -10419,7 +10419,7 @@

    Declaration

    Swift

    -
    func greenHex() -> String!
    +
    func greenHex() -> Any!
    @@ -10428,7 +10428,7 @@

    Return Value

    green hex color in format GG

    @@ -10458,7 +10458,7 @@

    Declaration

    Swift

    -
    func blueHex() -> String!
    +
    func blueHex() -> Any!
    @@ -10467,7 +10467,7 @@

    Return Value

    blue hex color in format BB

    @@ -10497,7 +10497,7 @@

    Declaration

    Swift

    -
    func alphaHex() -> String!
    +
    func alphaHex() -> Any!
    @@ -10506,7 +10506,7 @@

    Return Value

    alpha hex color in format AA

    @@ -10536,7 +10536,7 @@

    Declaration

    Swift

    -
    func redHexShorthand() -> String!
    +
    func redHexShorthand() -> Any!
    @@ -10545,7 +10545,7 @@

    Return Value

    red hex color in format R or RR

    @@ -10575,7 +10575,7 @@

    Declaration

    Swift

    -
    func greenHexShorthand() -> String!
    +
    func greenHexShorthand() -> Any!
    @@ -10584,7 +10584,7 @@

    Return Value

    green hex color in format G or GG

    @@ -10614,7 +10614,7 @@

    Declaration

    Swift

    -
    func blueHexShorthand() -> String!
    +
    func blueHexShorthand() -> Any!
    @@ -10623,7 +10623,7 @@

    Return Value

    blue hex color in format B or BB

    @@ -10653,7 +10653,7 @@

    Declaration

    Swift

    -
    func alphaHexShorthand() -> String!
    +
    func alphaHexShorthand() -> Any!
    @@ -10662,7 +10662,7 @@

    Return Value

    alpha hex color in format A or AA

    @@ -10701,7 +10701,7 @@

    Return Value

    red integer color inclusively between 0 and 255

    @@ -10740,7 +10740,7 @@

    Return Value

    green integer color inclusively between 0 and 255

    @@ -10779,7 +10779,7 @@

    Return Value

    blue integer color inclusively between 0 and 255

    @@ -10818,7 +10818,7 @@

    Return Value

    alpha integer color inclusively between 0 and 255

    @@ -10857,7 +10857,7 @@

    Return Value

    alpha float color inclusively between 0.0 and 1.0

    @@ -10896,7 +10896,7 @@

    Return Value

    HSL array where: 0 = hue, 1 = saturation, 2 = lightness

    @@ -10935,7 +10935,7 @@

    Return Value

    hue value

    @@ -10974,7 +10974,7 @@

    Return Value

    saturation value

    @@ -11013,7 +11013,7 @@

    Return Value

    lightness value

    @@ -11023,7 +11023,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/CRSAbridgedCoordinateTransformation.html b/docs/docs/api/Classes/CRSAbridgedCoordinateTransformation.html index b6f341a2..77a86f0f 100644 --- a/docs/docs/api/Classes/CRSAbridgedCoordinateTransformation.html +++ b/docs/docs/api/Classes/CRSAbridgedCoordinateTransformation.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,6 +5045,9 @@

    CRSAbridgedCoordinateTransformation

    Abridged Coordinate Transformation

    +
    @@ -5078,6 +5081,9 @@

    Declaration

    +
  • @@ -5110,6 +5116,9 @@

    Declaration

    + @@ -5142,6 +5151,9 @@

    Declaration

    + @@ -5174,6 +5186,9 @@

    Declaration

    + @@ -5206,6 +5221,9 @@

    Declaration

    + @@ -5238,6 +5256,9 @@

    Declaration

    + @@ -5274,6 +5295,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5310,6 +5334,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5378,6 +5405,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5386,7 +5416,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/CRSAxis.html b/docs/docs/api/Classes/CRSAxis.html index 2a598260..dcbf13da 100644 --- a/docs/docs/api/Classes/CRSAxis.html +++ b/docs/docs/api/Classes/CRSAxis.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSAxis

    Axis

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5109,6 +5115,9 @@

    Declaration

    + @@ -5141,6 +5150,9 @@

    Declaration

    + @@ -5173,6 +5185,9 @@

    Declaration

    + @@ -5205,6 +5220,9 @@

    Declaration

    + @@ -5237,6 +5255,9 @@

    Declaration

    + @@ -5269,6 +5290,9 @@

    Declaration

    + @@ -5301,6 +5325,9 @@

    Declaration

    + @@ -5333,6 +5360,9 @@

    Declaration

    + @@ -5365,6 +5395,9 @@

    Declaration

    + @@ -5397,6 +5430,9 @@

    Declaration

    + @@ -5433,6 +5469,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5469,6 +5508,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5537,6 +5579,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5573,6 +5618,9 @@

    Declaration

    Return Value

    true if has name

    + @@ -5609,6 +5657,9 @@

    Declaration

    Return Value

    true if has abbreviation

    + @@ -5645,6 +5696,9 @@

    Declaration

    Return Value

    true if has meridian

    + @@ -5681,6 +5735,9 @@

    Declaration

    Return Value

    true if has bearing

    + @@ -5717,6 +5774,9 @@

    Declaration

    Return Value

    true if has order

    + @@ -5753,6 +5813,9 @@

    Declaration

    Return Value

    true if has unit

    + @@ -5761,7 +5824,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/CRSAxisDirectionTypes.html b/docs/docs/api/Classes/CRSAxisDirectionTypes.html index 5be850fa..f13202af 100644 --- a/docs/docs/api/Classes/CRSAxisDirectionTypes.html +++ b/docs/docs/api/Classes/CRSAxisDirectionTypes.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSAxisDirectionTypes

    Axis Direction Type

    +
    @@ -5100,6 +5103,9 @@

    Parameters

    Return Value

    type name

    +
    @@ -5155,6 +5161,9 @@

    Parameters

    Return Value

    type

    + @@ -5163,7 +5172,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/CRSBoundCoordinateReferenceSystem.html b/docs/docs/api/Classes/CRSBoundCoordinateReferenceSystem.html index b5bca6cb..9ae61d69 100644 --- a/docs/docs/api/Classes/CRSBoundCoordinateReferenceSystem.html +++ b/docs/docs/api/Classes/CRSBoundCoordinateReferenceSystem.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSBoundCoordinateReferenceSystem

    Bound Coordinate Reference System

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5109,6 +5115,9 @@

    Declaration

    + @@ -5141,6 +5150,9 @@

    Declaration

    + @@ -5177,6 +5189,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5213,6 +5228,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5295,6 +5313,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5303,7 +5324,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/CRSCategoryTypes.html b/docs/docs/api/Classes/CRSCategoryTypes.html index 40472c3f..bdf202f5 100644 --- a/docs/docs/api/Classes/CRSCategoryTypes.html +++ b/docs/docs/api/Classes/CRSCategoryTypes.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSCategoryTypes

    Category Type

    +
    @@ -5100,6 +5103,9 @@

    Parameters

    Return Value

    type name

    +
    @@ -5155,6 +5161,9 @@

    Parameters

    Return Value

    type

    + @@ -5163,7 +5172,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/CRSCommon.html b/docs/docs/api/Classes/CRSCommon.html index 96d2eb15..ca67cf62 100644 --- a/docs/docs/api/Classes/CRSCommon.html +++ b/docs/docs/api/Classes/CRSCommon.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSCommon

    Common coordinate reference system and coordinate operations object

    +
    @@ -5072,6 +5075,9 @@

    Declaration

    + @@ -5099,6 +5105,9 @@

    Declaration

    + @@ -5126,6 +5135,9 @@

    Declaration

    + @@ -5153,6 +5165,9 @@

    Declaration

    + @@ -5189,6 +5204,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5244,6 +5262,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5311,6 +5332,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5319,7 +5343,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/CRSCompoundCoordinateReferenceSystem.html b/docs/docs/api/Classes/CRSCompoundCoordinateReferenceSystem.html index dfbbddf8..235a6f64 100644 --- a/docs/docs/api/Classes/CRSCompoundCoordinateReferenceSystem.html +++ b/docs/docs/api/Classes/CRSCompoundCoordinateReferenceSystem.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSCompoundCoordinateReferenceSystem

    Compound Coordinate Reference System

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5113,6 +5119,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5149,6 +5158,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5216,6 +5228,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5252,6 +5267,9 @@

    Declaration

    Return Value

    coordinate reference systems count

    + @@ -5308,6 +5326,9 @@

    Parameters

    Return Value

    coordinate reference system

    + @@ -5359,6 +5380,9 @@

    Parameters

    + @@ -5411,6 +5435,9 @@

    Parameters

    + @@ -5419,7 +5446,7 @@

    Parameters

    diff --git a/docs/docs/api/Classes/CRSConcatenatedOperation.html b/docs/docs/api/Classes/CRSConcatenatedOperation.html index 33512a71..4bdeb79a 100644 --- a/docs/docs/api/Classes/CRSConcatenatedOperation.html +++ b/docs/docs/api/Classes/CRSConcatenatedOperation.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSConcatenatedOperation

    Concatenated Operation

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5109,6 +5115,9 @@

    Declaration

    + @@ -5145,6 +5154,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5181,6 +5193,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5262,6 +5277,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5298,6 +5316,9 @@

    Declaration

    Return Value

    operations count

    + @@ -5353,6 +5374,9 @@

    Parameters

    Return Value

    operation

    + @@ -5404,6 +5428,9 @@

    Parameters

    + @@ -5455,6 +5482,9 @@

    Parameters

    + @@ -5463,7 +5493,7 @@

    Parameters

    diff --git a/docs/docs/api/Classes/CRSCoordinateMetadata.html b/docs/docs/api/Classes/CRSCoordinateMetadata.html index 05a60534..7a61e2fb 100644 --- a/docs/docs/api/Classes/CRSCoordinateMetadata.html +++ b/docs/docs/api/Classes/CRSCoordinateMetadata.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSCoordinateMetadata

    Coordinate metadata

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5109,6 +5115,9 @@

    Declaration

    + @@ -5141,6 +5150,9 @@

    Declaration

    + @@ -5177,6 +5189,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5213,6 +5228,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5269,6 +5287,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5338,6 +5359,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5407,6 +5431,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5443,6 +5470,9 @@

    Declaration

    Return Value

    true if has coordinate epoch

    + @@ -5451,7 +5481,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/CRSCoordinateOperation.html b/docs/docs/api/Classes/CRSCoordinateOperation.html index 60424c3d..e6f5cb0b 100644 --- a/docs/docs/api/Classes/CRSCoordinateOperation.html +++ b/docs/docs/api/Classes/CRSCoordinateOperation.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSCoordinateOperation

    Coordinate Operation

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5109,6 +5115,9 @@

    Declaration

    + @@ -5145,6 +5154,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5181,6 +5193,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5275,6 +5290,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5311,6 +5329,9 @@

    Declaration

    Return Value

    true if has interpolation crs

    + @@ -5319,7 +5340,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/CRSCoordinateReferenceSystem.html b/docs/docs/api/Classes/CRSCoordinateReferenceSystem.html index 5aefa274..e9859a19 100644 --- a/docs/docs/api/Classes/CRSCoordinateReferenceSystem.html +++ b/docs/docs/api/Classes/CRSCoordinateReferenceSystem.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSCoordinateReferenceSystem

    Coordinate Reference System

    +
    @@ -5081,6 +5084,9 @@

    Declaration

    Return Value

    new instance

    +
    @@ -5136,6 +5142,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5203,6 +5212,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5211,7 +5223,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/CRSCoordinateSystem.html b/docs/docs/api/Classes/CRSCoordinateSystem.html index 8882563f..310163ef 100644 --- a/docs/docs/api/Classes/CRSCoordinateSystem.html +++ b/docs/docs/api/Classes/CRSCoordinateSystem.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSCoordinateSystem

    Coordinate System

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5109,6 +5115,9 @@

    Declaration

    + @@ -5141,6 +5150,9 @@

    Declaration

    + @@ -5173,6 +5185,9 @@

    Declaration

    + @@ -5205,6 +5220,9 @@

    Declaration

    + @@ -5241,6 +5259,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5277,6 +5298,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5358,6 +5382,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5439,6 +5466,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5475,6 +5505,9 @@

    Declaration

    Return Value

    axes count

    + @@ -5530,6 +5563,9 @@

    Parameters

    Return Value

    axis

    + @@ -5581,6 +5617,9 @@

    Parameters

    + @@ -5632,6 +5671,9 @@

    Parameters

    + @@ -5668,6 +5710,9 @@

    Declaration

    Return Value

    true if has unit

    + @@ -5704,6 +5749,9 @@

    Declaration

    Return Value

    unit

    + @@ -5712,7 +5760,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/CRSCoordinateSystemTypes.html b/docs/docs/api/Classes/CRSCoordinateSystemTypes.html index e9f3e7f6..55be9ae0 100644 --- a/docs/docs/api/Classes/CRSCoordinateSystemTypes.html +++ b/docs/docs/api/Classes/CRSCoordinateSystemTypes.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSCoordinateSystemTypes

    Coordinate System Type

    +
    @@ -5100,6 +5103,9 @@

    Parameters

    Return Value

    type name

    +
    @@ -5155,6 +5161,9 @@

    Parameters

    Return Value

    type

    + @@ -5163,7 +5172,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/CRSDateTime.html b/docs/docs/api/Classes/CRSDateTime.html index 634b3a5c..199b9200 100644 --- a/docs/docs/api/Classes/CRSDateTime.html +++ b/docs/docs/api/Classes/CRSDateTime.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSDateTime

    Date and time

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5109,6 +5115,9 @@

    Declaration

    + @@ -5141,6 +5150,9 @@

    Declaration

    + @@ -5173,6 +5185,9 @@

    Declaration

    + @@ -5205,6 +5220,9 @@

    Declaration

    + @@ -5237,6 +5255,9 @@

    Declaration

    + @@ -5269,6 +5290,9 @@

    Declaration

    + @@ -5301,6 +5325,9 @@

    Declaration

    + @@ -5333,6 +5360,9 @@

    Declaration

    + @@ -5365,6 +5395,9 @@

    Declaration

    + @@ -5420,6 +5453,9 @@

    Parameters

    Return Value

    date time

    + @@ -5475,6 +5511,9 @@

    Parameters

    Return Value

    date time or null

    + @@ -5511,6 +5550,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5547,6 +5589,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5602,6 +5647,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5638,6 +5686,9 @@

    Declaration

    Return Value

    true if ordinal day

    + @@ -5674,6 +5725,9 @@

    Declaration

    Return Value

    true if has time

    + @@ -5710,6 +5764,9 @@

    Declaration

    Return Value

    true if has month

    + @@ -5746,6 +5803,9 @@

    Declaration

    Return Value

    true if has day

    + @@ -5782,6 +5842,9 @@

    Declaration

    Return Value

    true if has hour

    + @@ -5818,6 +5881,9 @@

    Declaration

    Return Value

    true if has minute

    + @@ -5854,6 +5920,9 @@

    Declaration

    Return Value

    true if has second

    + @@ -5890,6 +5959,9 @@

    Declaration

    Return Value

    true if has fraction

    + @@ -5926,6 +5998,9 @@

    Declaration

    Return Value

    true if has time zone hour

    + @@ -5962,6 +6037,9 @@

    Declaration

    Return Value

    true if has time zone minute

    + @@ -5998,6 +6076,9 @@

    Declaration

    Return Value

    true if UTC

    + @@ -6030,6 +6111,9 @@

    Declaration

    + @@ -6038,7 +6122,7 @@

    Declaration

    diff --git a/docs/docs/api/Classes/CRSDatumEnsemble.html b/docs/docs/api/Classes/CRSDatumEnsemble.html index 71114113..b2c083c1 100644 --- a/docs/docs/api/Classes/CRSDatumEnsemble.html +++ b/docs/docs/api/Classes/CRSDatumEnsemble.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSDatumEnsemble

    Datum Ensemble

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5109,6 +5115,9 @@

    Declaration

    + @@ -5141,6 +5150,9 @@

    Declaration

    + @@ -5173,6 +5185,9 @@

    Declaration

    + @@ -5205,6 +5220,9 @@

    Declaration

    + @@ -5241,6 +5259,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5322,6 +5343,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5403,6 +5427,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5484,6 +5511,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5565,6 +5595,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5601,6 +5634,9 @@

    Declaration

    Return Value

    members count

    + @@ -5656,6 +5692,9 @@

    Parameters

    Return Value

    member

    + @@ -5707,6 +5746,9 @@

    Parameters

    + @@ -5758,6 +5800,9 @@

    Parameters

    + @@ -5766,7 +5811,7 @@

    Parameters

    diff --git a/docs/docs/api/Classes/CRSDatumEnsembleMember.html b/docs/docs/api/Classes/CRSDatumEnsembleMember.html index e921cebb..a3191568 100644 --- a/docs/docs/api/Classes/CRSDatumEnsembleMember.html +++ b/docs/docs/api/Classes/CRSDatumEnsembleMember.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSDatumEnsembleMember

    Datum Ensemble Member

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5109,6 +5115,9 @@

    Declaration

    + @@ -5145,6 +5154,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5181,6 +5193,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5236,6 +5251,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5244,7 +5262,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/CRSDerivedCoordinateReferenceSystem.html b/docs/docs/api/Classes/CRSDerivedCoordinateReferenceSystem.html index 1e7f0196..c56975cc 100644 --- a/docs/docs/api/Classes/CRSDerivedCoordinateReferenceSystem.html +++ b/docs/docs/api/Classes/CRSDerivedCoordinateReferenceSystem.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,6 +5045,9 @@

    CRSDerivedCoordinateReferenceSystem

    Derived Coordinate Reference System

    +
    @@ -5078,6 +5081,9 @@

    Declaration

    + @@ -5110,6 +5116,9 @@

    Declaration

    + @@ -5146,6 +5155,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5182,6 +5194,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5276,6 +5291,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5312,6 +5330,9 @@

    Declaration

    Return Value

    base name

    + @@ -5348,6 +5369,9 @@

    Declaration

    Return Value

    base type

    + @@ -5384,6 +5408,9 @@

    Declaration

    Return Value

    base identifiers

    + @@ -5420,6 +5447,9 @@

    Declaration

    Return Value

    true if has base identifiers

    + @@ -5428,7 +5458,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/CRSDerivingConversion.html b/docs/docs/api/Classes/CRSDerivingConversion.html index 942b96c9..c112a6a3 100644 --- a/docs/docs/api/Classes/CRSDerivingConversion.html +++ b/docs/docs/api/Classes/CRSDerivingConversion.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSDerivingConversion

    Deriving Conversion

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5109,6 +5115,9 @@

    Declaration

    + @@ -5141,6 +5150,9 @@

    Declaration

    + @@ -5177,6 +5189,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5213,6 +5228,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5281,6 +5299,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5289,7 +5310,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/CRSDynamic.html b/docs/docs/api/Classes/CRSDynamic.html index dc3538c9..cd931a5a 100644 --- a/docs/docs/api/Classes/CRSDynamic.html +++ b/docs/docs/api/Classes/CRSDynamic.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSDynamic

    Dynamic Coordinate Reference System

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5109,6 +5115,9 @@

    Declaration

    + @@ -5141,6 +5150,9 @@

    Declaration

    + @@ -5173,6 +5185,9 @@

    Declaration

    + @@ -5209,6 +5224,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5245,6 +5263,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5300,6 +5321,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5355,6 +5379,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5391,6 +5418,9 @@

    Declaration

    Return Value

    true if has deformation model name

    + @@ -5399,7 +5429,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/CRSEllipsoid.html b/docs/docs/api/Classes/CRSEllipsoid.html index 3465aab7..461ed249 100644 --- a/docs/docs/api/Classes/CRSEllipsoid.html +++ b/docs/docs/api/Classes/CRSEllipsoid.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSEllipsoid

    Ellipsoid

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5109,6 +5115,9 @@

    Declaration

    + @@ -5141,6 +5150,9 @@

    Declaration

    + @@ -5173,6 +5185,9 @@

    Declaration

    + @@ -5205,6 +5220,9 @@

    Declaration

    + @@ -5237,6 +5255,9 @@

    Declaration

    + @@ -5269,6 +5290,9 @@

    Declaration

    + @@ -5305,6 +5329,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5341,6 +5368,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5422,6 +5452,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5503,6 +5536,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5539,6 +5575,9 @@

    Declaration

    Return Value

    ellipsoid type

    + @@ -5575,6 +5614,9 @@

    Declaration

    Return Value

    true if has unit (length)

    + @@ -5611,6 +5653,9 @@

    Declaration

    Return Value

    pole radius

    + @@ -5647,6 +5692,9 @@

    Declaration

    Return Value

    pole radius

    + @@ -5655,7 +5703,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/CRSEllipsoidTypes.html b/docs/docs/api/Classes/CRSEllipsoidTypes.html index 9335a48c..81fd66e8 100644 --- a/docs/docs/api/Classes/CRSEllipsoidTypes.html +++ b/docs/docs/api/Classes/CRSEllipsoidTypes.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSEllipsoidTypes

    Ellipsoid Type

    +
    @@ -5100,6 +5103,9 @@

    Parameters

    Return Value

    type name

    +
    @@ -5155,6 +5161,9 @@

    Parameters

    Return Value

    type

    + @@ -5163,7 +5172,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/CRSEllipsoids.html b/docs/docs/api/Classes/CRSEllipsoids.html index 1d0fd6c7..ee259a97 100644 --- a/docs/docs/api/Classes/CRSEllipsoids.html +++ b/docs/docs/api/Classes/CRSEllipsoids.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSEllipsoids

    Ellipsoids

    +
    @@ -5100,6 +5103,9 @@

    Parameters

    Return Value

    ellipsoid

    +
    @@ -5155,6 +5161,9 @@

    Parameters

    Return Value

    ellipsoid or nil

    + @@ -5191,6 +5200,9 @@

    Declaration

    Return Value

    type

    + @@ -5227,6 +5239,9 @@

    Declaration

    Return Value

    name

    + @@ -5263,6 +5278,9 @@

    Declaration

    Return Value

    names

    + @@ -5299,6 +5317,9 @@

    Declaration

    Return Value

    short name

    + @@ -5335,6 +5356,9 @@

    Declaration

    Return Value

    equator radius

    + @@ -5371,6 +5395,9 @@

    Declaration

    Return Value

    reciprocal flattening

    + @@ -5407,6 +5434,9 @@

    Declaration

    Return Value

    a

    + @@ -5443,6 +5473,9 @@

    Declaration

    Return Value

    b

    + @@ -5479,6 +5512,9 @@

    Declaration

    Return Value

    eccentricity squared

    + @@ -5487,7 +5523,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/CRSEngineeringCoordinateReferenceSystem.html b/docs/docs/api/Classes/CRSEngineeringCoordinateReferenceSystem.html index 22a3aece..745c98a9 100644 --- a/docs/docs/api/Classes/CRSEngineeringCoordinateReferenceSystem.html +++ b/docs/docs/api/Classes/CRSEngineeringCoordinateReferenceSystem.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,6 +5045,9 @@

    CRSEngineeringCoordinateReferenceSystem

    Engineering Coordinate Reference System

    +
    @@ -5078,6 +5081,9 @@

    Declaration

    + @@ -5114,6 +5120,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5150,6 +5159,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5231,6 +5243,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5239,7 +5254,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/CRSEngineeringDatum.html b/docs/docs/api/Classes/CRSEngineeringDatum.html index 9fdf964b..21a5fc18 100644 --- a/docs/docs/api/Classes/CRSEngineeringDatum.html +++ b/docs/docs/api/Classes/CRSEngineeringDatum.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSEngineeringDatum

    Engineering Datum

    +
    @@ -5081,6 +5084,9 @@

    Declaration

    Return Value

    new instance

    +
    @@ -5117,6 +5123,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5172,6 +5181,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5180,7 +5192,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/CRSExtent.html b/docs/docs/api/Classes/CRSExtent.html index d1f0d926..d12af117 100644 --- a/docs/docs/api/Classes/CRSExtent.html +++ b/docs/docs/api/Classes/CRSExtent.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSExtent

    Extent

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5109,6 +5115,9 @@

    Declaration

    + @@ -5141,6 +5150,9 @@

    Declaration

    + @@ -5173,6 +5185,9 @@

    Declaration

    + @@ -5209,6 +5224,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5245,6 +5263,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5281,6 +5302,9 @@

    Declaration

    Return Value

    true if has area description

    + @@ -5317,6 +5341,9 @@

    Declaration

    Return Value

    true if has geographic bounding box

    + @@ -5353,6 +5380,9 @@

    Declaration

    Return Value

    true if has vertical extent

    + @@ -5389,6 +5419,9 @@

    Declaration

    Return Value

    true if has temporal extent

    + @@ -5397,7 +5430,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/CRSGeoCoordinateReferenceSystem.html b/docs/docs/api/Classes/CRSGeoCoordinateReferenceSystem.html index 3289de6b..d8cbcc52 100644 --- a/docs/docs/api/Classes/CRSGeoCoordinateReferenceSystem.html +++ b/docs/docs/api/Classes/CRSGeoCoordinateReferenceSystem.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSGeoCoordinateReferenceSystem

    Geodetic and Geographic Coordinate Reference System

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5109,6 +5115,9 @@

    Declaration

    + @@ -5141,6 +5150,9 @@

    Declaration

    + @@ -5177,6 +5189,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5213,6 +5228,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5268,6 +5286,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5362,6 +5383,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5456,6 +5480,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5563,6 +5590,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5599,6 +5629,9 @@

    Declaration

    Return Value

    true if has reference frame

    + @@ -5635,6 +5668,9 @@

    Declaration

    Return Value

    true if has datum ensemble

    + @@ -5671,6 +5707,9 @@

    Declaration

    Return Value

    true if has dynamic

    + @@ -5707,6 +5746,9 @@

    Declaration

    Return Value

    geo datum

    + @@ -5715,7 +5757,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/CRSGeoDatumEnsemble.html b/docs/docs/api/Classes/CRSGeoDatumEnsemble.html index f57bb346..13fc47f3 100644 --- a/docs/docs/api/Classes/CRSGeoDatumEnsemble.html +++ b/docs/docs/api/Classes/CRSGeoDatumEnsemble.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSGeoDatumEnsemble

    Geodetic and Geographic Datum Ensemble

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5109,6 +5115,9 @@

    Declaration

    + @@ -5145,6 +5154,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5181,6 +5193,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5288,6 +5303,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5395,6 +5413,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5403,7 +5424,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/CRSGeoDatums.html b/docs/docs/api/Classes/CRSGeoDatums.html index 45f24473..be76754b 100644 --- a/docs/docs/api/Classes/CRSGeoDatums.html +++ b/docs/docs/api/Classes/CRSGeoDatums.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSGeoDatums

    Geo Datums

    +
    @@ -5100,6 +5103,9 @@

    Parameters

    Return Value

    geo datum

    +
    @@ -5155,6 +5161,9 @@

    Parameters

    Return Value

    geo datum or nil

    + @@ -5191,6 +5200,9 @@

    Declaration

    Return Value

    type

    + @@ -5227,6 +5239,9 @@

    Declaration

    Return Value

    code

    + @@ -5263,6 +5278,9 @@

    Declaration

    Return Value

    name

    + @@ -5299,6 +5317,9 @@

    Declaration

    Return Value

    names

    + @@ -5335,6 +5356,9 @@

    Declaration

    Return Value

    transform

    + @@ -5371,6 +5395,9 @@

    Declaration

    Return Value

    ellipsoid

    + @@ -5379,7 +5406,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/CRSGeoReferenceFrame.html b/docs/docs/api/Classes/CRSGeoReferenceFrame.html index 6631a6bc..da351072 100644 --- a/docs/docs/api/Classes/CRSGeoReferenceFrame.html +++ b/docs/docs/api/Classes/CRSGeoReferenceFrame.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSGeoReferenceFrame

    Geodetic and Geographic Reference Frame (datum)

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5109,6 +5115,9 @@

    Declaration

    + @@ -5145,6 +5154,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5181,6 +5193,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5236,6 +5251,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5304,6 +5322,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5385,6 +5406,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5393,7 +5417,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/CRSGeographicBoundingBox.html b/docs/docs/api/Classes/CRSGeographicBoundingBox.html index f25bb18a..7ad3b236 100644 --- a/docs/docs/api/Classes/CRSGeographicBoundingBox.html +++ b/docs/docs/api/Classes/CRSGeographicBoundingBox.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSGeographicBoundingBox

    Geographic Bounding Box

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5109,6 +5115,9 @@

    Declaration

    + @@ -5141,6 +5150,9 @@

    Declaration

    + @@ -5173,6 +5185,9 @@

    Declaration

    + @@ -5205,6 +5220,9 @@

    Declaration

    + @@ -5237,6 +5255,9 @@

    Declaration

    + @@ -5269,6 +5290,9 @@

    Declaration

    + @@ -5301,6 +5325,9 @@

    Declaration

    + @@ -5337,6 +5364,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5373,6 +5403,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5467,6 +5500,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5561,6 +5597,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5569,7 +5608,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/CRSIdentifier.html b/docs/docs/api/Classes/CRSIdentifier.html index 4cdee8da..5a740ce5 100644 --- a/docs/docs/api/Classes/CRSIdentifier.html +++ b/docs/docs/api/Classes/CRSIdentifier.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSIdentifier

    Identifier (Authority)

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5109,6 +5115,9 @@

    Declaration

    + @@ -5141,6 +5150,9 @@

    Declaration

    + @@ -5173,6 +5185,9 @@

    Declaration

    + @@ -5205,6 +5220,9 @@

    Declaration

    + @@ -5241,6 +5259,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5277,6 +5298,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5345,6 +5369,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5381,6 +5408,9 @@

    Declaration

    Return Value

    name and unique identifier

    + @@ -5436,6 +5466,9 @@

    Parameters

    Return Value

    name and unique identifier

    + @@ -5472,6 +5505,9 @@

    Declaration

    Return Value

    true if has version

    + @@ -5508,6 +5544,9 @@

    Declaration

    Return Value

    true if has authority citation

    + @@ -5544,6 +5583,9 @@

    Declaration

    Return Value

    true if has id uri

    + @@ -5552,7 +5594,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/CRSKeyword.html b/docs/docs/api/Classes/CRSKeyword.html index 1cde78f4..efd241c0 100644 --- a/docs/docs/api/Classes/CRSKeyword.html +++ b/docs/docs/api/Classes/CRSKeyword.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSKeyword

    Keyword

    +
    @@ -5081,6 +5084,9 @@

    Declaration

    Return Value

    type

    +
    @@ -5117,6 +5123,9 @@

    Declaration

    Return Value

    name

    + @@ -5153,6 +5162,9 @@

    Declaration

    Return Value

    keywords

    + @@ -5208,6 +5220,9 @@

    Parameters

    Return Value

    type object

    + @@ -5263,6 +5278,9 @@

    Parameters

    Return Value

    type

    + @@ -5318,6 +5336,9 @@

    Parameters

    Return Value

    type object

    + @@ -5373,6 +5394,9 @@

    Parameters

    Return Value

    type

    + @@ -5428,6 +5452,9 @@

    Parameters

    Return Value

    type objects

    + @@ -5483,6 +5510,9 @@

    Parameters

    Return Value

    types

    + @@ -5538,6 +5568,9 @@

    Parameters

    Return Value

    type objects

    + @@ -5593,6 +5626,9 @@

    Parameters

    Return Value

    types

    + @@ -5648,6 +5684,9 @@

    Parameters

    Return Value

    type object

    + @@ -5703,6 +5742,9 @@

    Parameters

    Return Value

    type name

    + @@ -5711,7 +5753,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/CRSMapProjection.html b/docs/docs/api/Classes/CRSMapProjection.html index 6e8c767f..ad1bad32 100644 --- a/docs/docs/api/Classes/CRSMapProjection.html +++ b/docs/docs/api/Classes/CRSMapProjection.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSMapProjection

    Map Projection

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5109,6 +5115,9 @@

    Declaration

    + @@ -5141,6 +5150,9 @@

    Declaration

    + @@ -5177,6 +5189,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5213,6 +5228,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5281,6 +5299,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5289,7 +5310,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/CRSObject.html b/docs/docs/api/Classes/CRSObject.html index 8b97c3a2..d888040e 100644 --- a/docs/docs/api/Classes/CRSObject.html +++ b/docs/docs/api/Classes/CRSObject.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSObject

    Well-known text representation of coordinate reference systems object

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5110,6 +5116,9 @@

    Declaration

    + @@ -5146,6 +5155,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5201,6 +5213,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5237,6 +5252,9 @@

    Declaration

    Return Value

    category type

    + @@ -5274,6 +5292,9 @@

    Declaration

    Return Value

    true if extras

    + @@ -5311,6 +5332,9 @@

    Declaration

    Return Value

    number of extras

    + @@ -5366,6 +5390,9 @@

    Parameters

    Return Value

    extra value or null

    + @@ -5429,6 +5456,9 @@

    Parameters

    + @@ -5480,6 +5510,9 @@

    Parameters

    + @@ -5488,7 +5521,7 @@

    Parameters

    diff --git a/docs/docs/api/Classes/CRSOperation.html b/docs/docs/api/Classes/CRSOperation.html index f1ac769c..62e5d514 100644 --- a/docs/docs/api/Classes/CRSOperation.html +++ b/docs/docs/api/Classes/CRSOperation.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSOperation

    Common Operation

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5109,6 +5115,9 @@

    Declaration

    + @@ -5141,6 +5150,9 @@

    Declaration

    + @@ -5173,6 +5185,9 @@

    Declaration

    + @@ -5228,6 +5243,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5309,6 +5327,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5345,6 +5366,9 @@

    Declaration

    Return Value

    true if has operation version

    + @@ -5381,6 +5405,9 @@

    Declaration

    Return Value

    true if has coordinate operation accuracy

    + @@ -5389,7 +5416,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/CRSOperationMethod.html b/docs/docs/api/Classes/CRSOperationMethod.html index 42f47486..7adc5ced 100644 --- a/docs/docs/api/Classes/CRSOperationMethod.html +++ b/docs/docs/api/Classes/CRSOperationMethod.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSOperationMethod

    Operation Method

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5109,6 +5115,9 @@

    Declaration

    + @@ -5141,6 +5150,9 @@

    Declaration

    + @@ -5173,6 +5185,9 @@

    Declaration

    + @@ -5209,6 +5224,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5245,6 +5263,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5300,6 +5321,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5355,6 +5379,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5391,6 +5418,9 @@

    Declaration

    Return Value

    true if has parameters

    + @@ -5427,6 +5457,9 @@

    Declaration

    Return Value

    parameters count

    + @@ -5482,6 +5515,9 @@

    Parameters

    Return Value

    parameter

    + @@ -5533,6 +5569,9 @@

    Parameters

    + @@ -5584,6 +5623,9 @@

    Parameters

    + @@ -5620,6 +5662,9 @@

    Declaration

    Return Value

    true if has common method type

    + @@ -5652,6 +5697,9 @@

    Declaration

    + @@ -5660,7 +5708,7 @@

    Declaration

    diff --git a/docs/docs/api/Classes/CRSOperationMethods.html b/docs/docs/api/Classes/CRSOperationMethods.html index 969d14bd..6fac4acc 100644 --- a/docs/docs/api/Classes/CRSOperationMethods.html +++ b/docs/docs/api/Classes/CRSOperationMethods.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSOperationMethods

    Operation Methods

    +
    @@ -5081,6 +5084,9 @@

    Declaration

    Return Value

    type

    +
    @@ -5117,6 +5123,9 @@

    Declaration

    Return Value

    name

    + @@ -5153,6 +5162,9 @@

    Declaration

    Return Value

    operation type

    + @@ -5189,6 +5201,9 @@

    Declaration

    Return Value

    aliases

    + @@ -5225,6 +5240,9 @@

    Declaration

    Return Value

    code

    + @@ -5261,6 +5279,9 @@

    Declaration

    Return Value

    parameter codes

    + @@ -5297,6 +5318,9 @@

    Declaration

    Return Value

    parameter count

    + @@ -5352,6 +5376,9 @@

    Parameters

    Return Value

    parameter code

    + @@ -5407,6 +5434,9 @@

    Parameters

    Return Value

    parameter

    + @@ -5443,6 +5473,9 @@

    Declaration

    Return Value

    parameters

    + @@ -5498,6 +5531,9 @@

    Parameters

    Return Value

    parameter

    + @@ -5553,6 +5589,9 @@

    Parameters

    Return Value

    method

    + @@ -5608,6 +5647,9 @@

    Parameters

    Return Value

    methods

    + @@ -5663,6 +5705,9 @@

    Parameters

    Return Value

    method

    + @@ -5671,7 +5716,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/CRSOperationParameter.html b/docs/docs/api/Classes/CRSOperationParameter.html index a42b56e7..a95fcbcf 100644 --- a/docs/docs/api/Classes/CRSOperationParameter.html +++ b/docs/docs/api/Classes/CRSOperationParameter.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSOperationParameter

    Operation Parameter

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5109,6 +5115,9 @@

    Declaration

    + @@ -5141,6 +5150,9 @@

    Declaration

    + @@ -5173,6 +5185,9 @@

    Declaration

    + @@ -5205,6 +5220,9 @@

    Declaration

    + @@ -5237,6 +5255,9 @@

    Declaration

    + @@ -5269,6 +5290,9 @@

    Declaration

    + @@ -5305,6 +5329,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5341,6 +5368,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5408,6 +5438,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5475,6 +5508,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5556,6 +5592,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5637,6 +5676,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5705,6 +5747,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5773,6 +5818,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5854,6 +5902,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5935,6 +5986,9 @@

    Parameters

    Return Value

    new instance

    + @@ -6002,6 +6056,9 @@

    Parameters

    Return Value

    new instance

    + @@ -6038,6 +6095,9 @@

    Declaration

    Return Value

    true if has unit

    + @@ -6074,6 +6134,9 @@

    Declaration

    Return Value

    true if file

    + @@ -6110,6 +6173,9 @@

    Declaration

    Return Value

    true if has common parameter type

    + @@ -6142,6 +6208,9 @@

    Declaration

    + @@ -6150,7 +6219,7 @@

    Declaration

    diff --git a/docs/docs/api/Classes/CRSOperationParameters.html b/docs/docs/api/Classes/CRSOperationParameters.html index 875b91c0..ec54e7c9 100644 --- a/docs/docs/api/Classes/CRSOperationParameters.html +++ b/docs/docs/api/Classes/CRSOperationParameters.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSOperationParameters

    Common Operation Parameter Attributes

    +
    @@ -5081,6 +5084,9 @@

    Declaration

    Return Value

    type

    +
    @@ -5117,6 +5123,9 @@

    Declaration

    Return Value

    code

    + @@ -5153,6 +5162,9 @@

    Declaration

    Return Value

    name

    + @@ -5189,6 +5201,9 @@

    Declaration

    Return Value

    operation type

    + @@ -5225,6 +5240,9 @@

    Declaration

    Return Value

    aliases

    + @@ -5261,6 +5279,9 @@

    Declaration

    Return Value

    unit type

    + @@ -5316,6 +5337,9 @@

    Parameters

    Return Value

    parameter

    + @@ -5371,6 +5395,9 @@

    Parameters

    Return Value

    parameter

    + @@ -5426,6 +5453,9 @@

    Parameters

    Return Value

    parameters

    + @@ -5481,6 +5511,9 @@

    Parameters

    Return Value

    parameter

    + @@ -5489,7 +5522,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/CRSOperationTypes.html b/docs/docs/api/Classes/CRSOperationTypes.html index 1c6f262f..69e7c9eb 100644 --- a/docs/docs/api/Classes/CRSOperationTypes.html +++ b/docs/docs/api/Classes/CRSOperationTypes.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSOperationTypes

    Coordinate Operation Type

    +
    @@ -5100,6 +5103,9 @@

    Parameters

    Return Value

    type name

    +
    @@ -5155,6 +5161,9 @@

    Parameters

    Return Value

    type

    + @@ -5163,7 +5172,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/CRSParametricCoordinateReferenceSystem.html b/docs/docs/api/Classes/CRSParametricCoordinateReferenceSystem.html index dd655ce7..67c32524 100644 --- a/docs/docs/api/Classes/CRSParametricCoordinateReferenceSystem.html +++ b/docs/docs/api/Classes/CRSParametricCoordinateReferenceSystem.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,6 +5045,9 @@

    CRSParametricCoordinateReferenceSystem

    Parametric Coordinate Reference System

    +
    @@ -5078,6 +5081,9 @@

    Declaration

    + @@ -5114,6 +5120,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5150,6 +5159,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5231,6 +5243,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5239,7 +5254,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/CRSParametricDatum.html b/docs/docs/api/Classes/CRSParametricDatum.html index 7f2cb45b..0aad7518 100644 --- a/docs/docs/api/Classes/CRSParametricDatum.html +++ b/docs/docs/api/Classes/CRSParametricDatum.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSParametricDatum

    Parametric Datum

    +
    @@ -5081,6 +5084,9 @@

    Declaration

    Return Value

    new instance

    +
    @@ -5117,6 +5123,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5172,6 +5181,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5180,7 +5192,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/CRSPointMotionOperation.html b/docs/docs/api/Classes/CRSPointMotionOperation.html index 4a0712ec..5d85ad50 100644 --- a/docs/docs/api/Classes/CRSPointMotionOperation.html +++ b/docs/docs/api/Classes/CRSPointMotionOperation.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSPointMotionOperation

    Point Motion Operation

    +
    @@ -5081,6 +5084,9 @@

    Declaration

    Return Value

    new instance

    +
    @@ -5117,6 +5123,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5198,6 +5207,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5206,7 +5218,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/CRSPrimeMeridian.html b/docs/docs/api/Classes/CRSPrimeMeridian.html index a5307f5d..5155488d 100644 --- a/docs/docs/api/Classes/CRSPrimeMeridian.html +++ b/docs/docs/api/Classes/CRSPrimeMeridian.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSPrimeMeridian

    Prime Meridian

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5109,6 +5115,9 @@

    Declaration

    + @@ -5141,6 +5150,9 @@

    Declaration

    + @@ -5173,6 +5185,9 @@

    Declaration

    + @@ -5205,6 +5220,9 @@

    Declaration

    + @@ -5241,6 +5259,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5277,6 +5298,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5344,6 +5368,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5412,6 +5439,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5449,6 +5479,9 @@

    Return Value

    true if has International Reference Meridian longitude unit (angle)

    + @@ -5457,7 +5490,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/CRSPrimeMeridians.html b/docs/docs/api/Classes/CRSPrimeMeridians.html index 85457aed..1b65574c 100644 --- a/docs/docs/api/Classes/CRSPrimeMeridians.html +++ b/docs/docs/api/Classes/CRSPrimeMeridians.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSPrimeMeridians

    Prime Meridians

    +
    @@ -5100,6 +5103,9 @@

    Parameters

    Return Value

    prime meridian

    +
    @@ -5155,6 +5161,9 @@

    Parameters

    Return Value

    prime meridian or nil

    + @@ -5191,6 +5200,9 @@

    Declaration

    Return Value

    type

    + @@ -5227,6 +5239,9 @@

    Declaration

    Return Value

    name

    + @@ -5263,6 +5278,9 @@

    Declaration

    Return Value

    offset longitude in radians

    + @@ -5299,6 +5317,9 @@

    Declaration

    Return Value

    offset longitude in degrees

    + @@ -5307,7 +5328,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/CRSProjParams.html b/docs/docs/api/Classes/CRSProjParams.html index f80a1a5d..a31237ae 100644 --- a/docs/docs/api/Classes/CRSProjParams.html +++ b/docs/docs/api/Classes/CRSProjParams.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSProjParams

    PROJ params

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5104,6 +5110,9 @@

    Declaration

    + @@ -5136,6 +5145,9 @@

    Declaration

    + @@ -5168,6 +5180,9 @@

    Declaration

    + @@ -5200,6 +5215,9 @@

    Declaration

    + @@ -5232,6 +5250,9 @@

    Declaration

    + @@ -5264,6 +5285,9 @@

    Declaration

    + @@ -5296,6 +5320,9 @@

    Declaration

    + @@ -5328,6 +5355,9 @@

    Declaration

    + @@ -5360,6 +5390,9 @@

    Declaration

    + @@ -5392,6 +5425,9 @@

    Declaration

    + @@ -5424,6 +5460,9 @@

    Declaration

    + @@ -5456,6 +5495,9 @@

    Declaration

    + @@ -5488,6 +5530,9 @@

    Declaration

    + @@ -5520,6 +5565,9 @@

    Declaration

    + @@ -5552,6 +5600,9 @@

    Declaration

    + @@ -5584,6 +5635,9 @@

    Declaration

    + @@ -5616,6 +5670,9 @@

    Declaration

    + @@ -5648,6 +5705,9 @@

    Declaration

    + @@ -5680,6 +5740,9 @@

    Declaration

    + @@ -5712,6 +5775,9 @@

    Declaration

    + @@ -5744,6 +5810,9 @@

    Declaration

    + @@ -5776,6 +5845,9 @@

    Declaration

    + @@ -5808,6 +5880,9 @@

    Declaration

    + @@ -5840,6 +5915,9 @@

    Declaration

    + @@ -5872,6 +5950,9 @@

    Declaration

    + @@ -5904,6 +5985,9 @@

    Declaration

    + @@ -5936,6 +6020,9 @@

    Declaration

    + @@ -5968,6 +6055,9 @@

    Declaration

    + @@ -6000,6 +6090,9 @@

    Declaration

    + @@ -6032,6 +6125,9 @@

    Declaration

    + @@ -6064,6 +6160,9 @@

    Declaration

    + @@ -6096,6 +6195,9 @@

    Declaration

    + @@ -6128,6 +6230,9 @@

    Declaration

    + @@ -6159,6 +6264,9 @@

    Declaration

    Return Value

    new params

    + @@ -6195,6 +6303,9 @@

    Declaration

    Return Value

    new params

    + @@ -6203,7 +6314,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/CRSProjParser.html b/docs/docs/api/Classes/CRSProjParser.html index f7497853..b20e39fb 100644 --- a/docs/docs/api/Classes/CRSProjParser.html +++ b/docs/docs/api/Classes/CRSProjParser.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSProjParser

    CRS to PROJ parser

    +
    @@ -5100,6 +5103,9 @@

    Parameters

    Return Value

    params

    +
    @@ -5155,6 +5161,9 @@

    Parameters

    Return Value

    params text

    + @@ -5210,6 +5219,9 @@

    Parameters

    Return Value

    params

    + @@ -5265,6 +5277,9 @@

    Parameters

    Return Value

    params text

    + @@ -5320,6 +5335,9 @@

    Parameters

    Return Value

    params

    + @@ -5375,6 +5393,9 @@

    Parameters

    Return Value

    params text

    + @@ -5431,6 +5452,9 @@

    Parameters

    Return Value

    params

    + @@ -5487,6 +5511,9 @@

    Parameters

    Return Value

    params text

    + @@ -5543,6 +5570,9 @@

    Parameters

    Return Value

    params

    + @@ -5599,6 +5629,9 @@

    Parameters

    Return Value

    params text

    + @@ -5607,7 +5640,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/CRSProjectedCoordinateReferenceSystem.html b/docs/docs/api/Classes/CRSProjectedCoordinateReferenceSystem.html index 7e038fe8..e79c4931 100644 --- a/docs/docs/api/Classes/CRSProjectedCoordinateReferenceSystem.html +++ b/docs/docs/api/Classes/CRSProjectedCoordinateReferenceSystem.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,6 +5045,9 @@

    CRSProjectedCoordinateReferenceSystem

    Projected Coordinate Reference System

    +
    @@ -5078,6 +5081,9 @@

    Declaration

    + @@ -5110,6 +5116,9 @@

    Declaration

    + @@ -5146,6 +5155,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5182,6 +5194,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5302,6 +5317,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5422,6 +5440,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5555,6 +5576,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5591,6 +5615,9 @@

    Declaration

    Return Value

    base name

    + @@ -5642,6 +5669,9 @@

    Parameters

    + @@ -5678,6 +5708,9 @@

    Declaration

    Return Value

    base type

    + @@ -5729,6 +5762,9 @@

    Parameters

    + @@ -5765,6 +5801,9 @@

    Declaration

    Return Value

    reference frame

    + @@ -5801,6 +5840,9 @@

    Declaration

    Return Value

    true if has reference frame

    + @@ -5852,6 +5894,9 @@

    Parameters

    + @@ -5888,6 +5933,9 @@

    Declaration

    Return Value

    datum ensemble

    + @@ -5924,6 +5972,9 @@

    Declaration

    Return Value

    true if has datum ensemble

    + @@ -5975,6 +6026,9 @@

    Parameters

    + @@ -6011,6 +6065,9 @@

    Declaration

    Return Value

    dynamic coordinate reference system

    + @@ -6047,6 +6104,9 @@

    Declaration

    Return Value

    true if has dynamic

    + @@ -6098,6 +6158,9 @@

    Parameters

    + @@ -6134,6 +6197,9 @@

    Declaration

    Return Value

    geo datum

    + @@ -6170,6 +6236,9 @@

    Declaration

    Return Value

    base identifiers

    + @@ -6206,6 +6275,9 @@

    Declaration

    Return Value

    true if has base identifiers

    + @@ -6242,6 +6314,9 @@

    Declaration

    Return Value

    base identifiers count

    + @@ -6297,6 +6372,9 @@

    Parameters

    Return Value

    base identifier

    + @@ -6348,6 +6426,9 @@

    Parameters

    + @@ -6399,6 +6480,9 @@

    Parameters

    + @@ -6450,6 +6534,9 @@

    Parameters

    + @@ -6486,6 +6573,9 @@

    Declaration

    Return Value

    unit (ellipsoidal angle)

    + @@ -6522,6 +6612,9 @@

    Declaration

    Return Value

    true if has unit (ellipsoidal angle)

    + @@ -6573,6 +6666,9 @@

    Parameters

    + @@ -6581,7 +6677,7 @@

    Parameters

    diff --git a/docs/docs/api/Classes/CRSReader.html b/docs/docs/api/Classes/CRSReader.html index 0690128c..6cf70e37 100644 --- a/docs/docs/api/Classes/CRSReader.html +++ b/docs/docs/api/Classes/CRSReader.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSReader

    Well-Known Text reader

    +
    @@ -5100,6 +5103,9 @@

    Parameters

    Return Value

    Coordinate Reference System

    +
    @@ -5167,6 +5173,9 @@

    Parameters

    Return Value

    Coordinate Reference System

    + @@ -5234,6 +5243,9 @@

    Parameters

    Return Value

    Coordinate Reference System

    + @@ -5301,6 +5313,9 @@

    Parameters

    Return Value

    Coordinate Reference System

    + @@ -5382,6 +5397,9 @@

    Parameters

    Return Value

    Coordinate Reference System

    + @@ -5463,6 +5481,9 @@

    Parameters

    Return Value

    Coordinate Reference System

    + @@ -5519,6 +5540,9 @@

    Parameters

    Return Value

    Coordinate Reference System

    + @@ -5587,6 +5611,9 @@

    Parameters

    Return Value

    Coordinate Reference System

    + @@ -5643,6 +5670,9 @@

    Parameters

    Return Value

    Simple Coordinate Reference System

    + @@ -5712,6 +5742,9 @@

    Parameters

    Return Value

    Simple Coordinate Reference System

    + @@ -5768,6 +5801,9 @@

    Parameters

    Return Value

    Geodetic or Geographic Coordinate Reference System

    + @@ -5823,6 +5859,9 @@

    Parameters

    Return Value

    Geodetic Coordinate Reference System

    + @@ -5878,6 +5917,9 @@

    Parameters

    Return Value

    Geographic Coordinate Reference System

    + @@ -5933,6 +5975,9 @@

    Parameters

    Return Value

    Projected Coordinate Reference System

    + @@ -5990,6 +6035,9 @@

    Parameters

    Return Value

    Projected Geodetic Coordinate Reference System

    + @@ -6047,6 +6095,9 @@

    Parameters

    Return Value

    Projected Geographic Coordinate Reference System

    + @@ -6102,6 +6153,9 @@

    Parameters

    Return Value

    Vertical Coordinate Reference System

    + @@ -6157,6 +6211,9 @@

    Parameters

    Return Value

    Engineering Coordinate Reference System

    + @@ -6212,6 +6269,9 @@

    Parameters

    Return Value

    Parametric Coordinate Reference System

    + @@ -6267,6 +6327,9 @@

    Parameters

    Return Value

    Temporal Coordinate Reference System

    + @@ -6322,6 +6385,9 @@

    Parameters

    Return Value

    Derived Coordinate Reference System

    + @@ -6377,6 +6443,9 @@

    Parameters

    Return Value

    Compound Coordinate Reference System

    + @@ -6432,6 +6501,9 @@

    Parameters

    Return Value

    Coordinate Metadata

    + @@ -6487,6 +6559,9 @@

    Parameters

    Return Value

    Coordinate Operation

    + @@ -6542,6 +6617,9 @@

    Parameters

    Return Value

    Point Motion Operation

    + @@ -6597,6 +6675,9 @@

    Parameters

    Return Value

    Concatenated Operation

    + @@ -6652,6 +6733,9 @@

    Parameters

    Return Value

    Bound Coordinate Reference System

    + @@ -6708,6 +6792,9 @@

    Parameters

    Return Value

    Geodetic or Geographic Coordinate Reference System

    + @@ -6764,6 +6851,9 @@

    Parameters

    Return Value

    Geodetic Coordinate Reference System

    + @@ -6820,6 +6910,9 @@

    Parameters

    Return Value

    Geographic Coordinate Reference System

    + @@ -6876,6 +6969,9 @@

    Parameters

    Return Value

    Projected Coordinate Reference System

    + @@ -6933,6 +7029,9 @@

    Parameters

    Return Value

    Projected Geodetic Coordinate Reference System

    + @@ -6990,6 +7089,9 @@

    Parameters

    Return Value

    Projected Geographic Coordinate Reference System

    + @@ -7022,6 +7124,9 @@

    Declaration

    + @@ -7073,6 +7178,9 @@

    Parameters

    + @@ -7124,6 +7232,9 @@

    Parameters

    + @@ -7187,6 +7298,9 @@

    Parameters

    + @@ -7250,6 +7364,9 @@

    Parameters

    + @@ -7301,6 +7418,9 @@

    Parameters

    + @@ -7352,6 +7472,9 @@

    Parameters

    + @@ -7415,6 +7538,9 @@

    Parameters

    + @@ -7478,6 +7604,9 @@

    Parameters

    + @@ -7514,6 +7643,9 @@

    Declaration

    Return Value

    text reader

    + @@ -7546,6 +7678,9 @@

    Declaration

    + @@ -7582,6 +7717,9 @@

    Declaration

    Return Value

    CRS

    + @@ -7618,6 +7756,9 @@

    Declaration

    Return Value

    Coordinate Reference System

    + @@ -7654,6 +7795,9 @@

    Declaration

    Return Value

    Simple Coordinate Reference System

    + @@ -7690,6 +7834,9 @@

    Declaration

    Return Value

    keyword

    + @@ -7726,6 +7873,9 @@

    Declaration

    Return Value

    keyword type

    + @@ -7762,6 +7912,9 @@

    Declaration

    Return Value

    keywords

    + @@ -7798,6 +7951,9 @@

    Declaration

    Return Value

    keyword types

    + @@ -7854,6 +8010,9 @@

    Parameters

    Return Value

    keyword read

    + @@ -7910,6 +8069,9 @@

    Parameters

    Return Value

    keyword read

    + @@ -7965,6 +8127,9 @@

    Parameters

    Return Value

    next keyword or null

    + @@ -8020,6 +8185,9 @@

    Parameters

    Return Value

    next keyword or null

    + @@ -8090,6 +8258,9 @@

    Parameters

    Return Value

    keyword read

    + @@ -8160,6 +8331,9 @@

    Parameters

    Return Value

    keyword read

    + @@ -8196,6 +8370,9 @@

    Declaration

    Return Value

    keyword

    + @@ -8232,6 +8409,9 @@

    Declaration

    Return Value

    keyword type

    + @@ -8268,6 +8448,9 @@

    Declaration

    Return Value

    keywords

    + @@ -8304,6 +8487,9 @@

    Declaration

    Return Value

    keyword types

    + @@ -8340,6 +8526,9 @@

    Declaration

    Return Value

    keyword

    + @@ -8376,6 +8565,9 @@

    Declaration

    Return Value

    keyword type

    + @@ -8412,6 +8604,9 @@

    Declaration

    Return Value

    keywords

    + @@ -8448,6 +8643,9 @@

    Declaration

    Return Value

    keyword types

    + @@ -8503,6 +8701,9 @@

    Parameters

    Return Value

    keyword

    + @@ -8558,6 +8759,9 @@

    Parameters

    Return Value

    keyword type

    + @@ -8613,6 +8817,9 @@

    Parameters

    Return Value

    keywords

    + @@ -8668,6 +8875,9 @@

    Parameters

    Return Value

    keyword types

    + @@ -8700,6 +8910,9 @@

    Declaration

    + @@ -8736,6 +8949,9 @@

    Declaration

    Return Value

    true if next token is a left delimiter

    + @@ -8769,6 +8985,9 @@

    Declaration

    + @@ -8805,6 +9024,9 @@

    Declaration

    Return Value

    true if next token is a right delimiter

    + @@ -8837,6 +9059,9 @@

    Declaration

    + @@ -8873,6 +9098,9 @@

    Declaration

    Return Value

    true if next token is a separator

    + @@ -8905,6 +9133,9 @@

    Declaration

    + @@ -8960,6 +9191,9 @@

    Parameters

    Return Value

    token

    + @@ -8996,6 +9230,9 @@

    Declaration

    Return Value

    geodetic, geographic, or derived coordinate reference system

    + @@ -9032,6 +9269,9 @@

    Declaration

    Return Value

    projected coordinate reference system

    + @@ -9068,6 +9308,9 @@

    Declaration

    Return Value

    projected geodetic coordinate reference system

    + @@ -9104,6 +9347,9 @@

    Declaration

    Return Value

    projected geographic coordinate reference system

    + @@ -9160,6 +9406,9 @@

    Parameters

    Return Value

    projected coordinate reference system

    + @@ -9196,6 +9445,9 @@

    Declaration

    Return Value

    vertical coordinate reference system

    + @@ -9232,6 +9484,9 @@

    Declaration

    Return Value

    engineering coordinate reference system

    + @@ -9268,6 +9523,9 @@

    Declaration

    Return Value

    parametric coordinate reference system

    + @@ -9304,6 +9562,9 @@

    Declaration

    Return Value

    temporal coordinate reference system

    + @@ -9340,6 +9601,9 @@

    Declaration

    Return Value

    derived coordinate reference system

    + @@ -9376,6 +9640,9 @@

    Declaration

    Return Value

    compound coordinate reference system

    + @@ -9412,6 +9679,9 @@

    Declaration

    Return Value

    coordinate metadata

    + @@ -9448,6 +9718,9 @@

    Declaration

    Return Value

    coordinate operation

    + @@ -9484,6 +9757,9 @@

    Declaration

    Return Value

    point motion operation

    + @@ -9520,6 +9796,9 @@

    Declaration

    Return Value

    concatenated operation

    + @@ -9556,6 +9835,9 @@

    Declaration

    Return Value

    bound coordinate reference system

    + @@ -9609,6 +9891,9 @@

    Parameters

    + @@ -9645,6 +9930,9 @@

    Declaration

    Return Value

    geo reference frame

    + @@ -9701,6 +9989,9 @@

    Parameters

    Return Value

    geo reference frame

    + @@ -9737,6 +10028,9 @@

    Declaration

    Return Value

    vertical reference frame

    + @@ -9793,6 +10087,9 @@

    Parameters

    Return Value

    vertical reference frame

    + @@ -9829,6 +10126,9 @@

    Declaration

    Return Value

    engineering datum

    + @@ -9885,6 +10185,9 @@

    Parameters

    Return Value

    engineering datum

    + @@ -9921,6 +10224,9 @@

    Declaration

    Return Value

    parametric datum

    + @@ -9977,6 +10283,9 @@

    Parameters

    Return Value

    parametric datum

    + @@ -10013,6 +10322,9 @@

    Declaration

    Return Value

    reference frame

    + @@ -10069,6 +10381,9 @@

    Parameters

    Return Value

    reference frame

    + @@ -10105,6 +10420,9 @@

    Declaration

    Return Value

    geo datum ensemble

    + @@ -10141,6 +10459,9 @@

    Declaration

    Return Value

    vertical datum ensemble

    + @@ -10177,6 +10498,9 @@

    Declaration

    Return Value

    datum ensemble

    + @@ -10213,6 +10537,9 @@

    Declaration

    Return Value

    datum ensemble member

    + @@ -10249,6 +10576,9 @@

    Declaration

    Return Value

    dynamic

    + @@ -10285,6 +10615,9 @@

    Declaration

    Return Value

    prime meridian

    + @@ -10321,6 +10654,9 @@

    Declaration

    Return Value

    ellipsoid

    + @@ -10357,6 +10693,9 @@

    Declaration

    Return Value

    unit

    + @@ -10393,6 +10732,9 @@

    Declaration

    Return Value

    angle unit

    + @@ -10429,6 +10771,9 @@

    Declaration

    Return Value

    length unit

    + @@ -10465,6 +10810,9 @@

    Declaration

    Return Value

    parametric unit

    + @@ -10501,6 +10849,9 @@

    Declaration

    Return Value

    scale unit

    + @@ -10537,6 +10888,9 @@

    Declaration

    Return Value

    time unit

    + @@ -10592,6 +10946,9 @@

    Parameters

    Return Value

    unit

    + @@ -10628,6 +10985,9 @@

    Declaration

    Return Value

    identifiers

    + @@ -10664,6 +11024,9 @@

    Declaration

    Return Value

    identifier

    + @@ -10700,6 +11063,9 @@

    Declaration

    Return Value

    coordinate system

    + @@ -10736,6 +11102,9 @@

    Declaration

    Return Value

    axes

    + @@ -10792,6 +11161,9 @@

    Parameters

    Return Value

    axes

    + @@ -10828,6 +11200,9 @@

    Declaration

    Return Value

    axis

    + @@ -10883,6 +11258,9 @@

    Parameters

    Return Value

    axis

    + @@ -10919,6 +11297,9 @@

    Declaration

    Return Value

    remark

    + @@ -10955,6 +11336,9 @@

    Declaration

    Return Value

    usages

    + @@ -10991,6 +11375,9 @@

    Declaration

    Return Value

    usage

    + @@ -11027,6 +11414,9 @@

    Declaration

    Return Value

    scope

    + @@ -11063,6 +11453,9 @@

    Declaration

    Return Value

    extent

    + @@ -11099,6 +11492,9 @@

    Declaration

    Return Value

    area description

    + @@ -11135,6 +11531,9 @@

    Declaration

    Return Value

    geographic bounding box

    + @@ -11171,6 +11570,9 @@

    Declaration

    Return Value

    vertical extent

    + @@ -11207,6 +11609,9 @@

    Declaration

    Return Value

    temporal extent

    + @@ -11243,6 +11648,9 @@

    Declaration

    Return Value

    map projection

    + @@ -11279,6 +11687,9 @@

    Declaration

    Return Value

    operation method

    + @@ -11315,6 +11726,9 @@

    Declaration

    Return Value

    operation parameters

    + @@ -11371,6 +11785,9 @@

    Parameters

    Return Value

    operation parameters

    + @@ -11426,6 +11843,9 @@

    Parameters

    Return Value

    operation parameter

    + @@ -11462,6 +11882,9 @@

    Declaration

    Return Value

    temporal datum

    + @@ -11498,6 +11921,9 @@

    Declaration

    Return Value

    deriving conversion

    + @@ -11534,6 +11960,9 @@

    Declaration

    Return Value

    derived parameters

    + @@ -11590,6 +12019,9 @@

    Parameters

    Return Value

    operation parameters

    + @@ -11626,6 +12058,9 @@

    Declaration

    Return Value

    operation parameter file

    + @@ -11662,6 +12097,9 @@

    Declaration

    Return Value

    parameters

    + @@ -11698,6 +12136,9 @@

    Declaration

    Return Value

    operation version

    + @@ -11734,6 +12175,9 @@

    Declaration

    Return Value

    source crs

    + @@ -11770,6 +12214,9 @@

    Declaration

    Return Value

    target crs

    + @@ -11806,6 +12253,9 @@

    Declaration

    Return Value

    interpolation crs

    + @@ -11862,6 +12312,9 @@

    Parameters

    Return Value

    crs

    + @@ -11898,6 +12351,9 @@

    Declaration

    Return Value

    operation accuracy

    + @@ -11934,6 +12390,9 @@

    Declaration

    Return Value

    parameters

    + @@ -11970,6 +12429,9 @@

    Declaration

    Return Value

    abridged coordinate transformation

    + @@ -12006,6 +12468,9 @@

    Declaration

    Return Value

    parameters

    + @@ -12042,6 +12507,9 @@

    Declaration

    Return Value

    geodetic or geographic coordinate reference system

    + @@ -12078,6 +12546,9 @@

    Declaration

    Return Value

    geodetic coordinate reference system

    + @@ -12114,6 +12585,9 @@

    Declaration

    Return Value

    geographic coordinate reference system

    + @@ -12170,6 +12644,9 @@

    Parameters

    Return Value

    geodetic or geographic coordinate reference system

    + @@ -12206,6 +12683,9 @@

    Declaration

    Return Value

    projected coordinate reference system

    + @@ -12242,6 +12722,9 @@

    Declaration

    Return Value

    projected geodetic coordinate reference system

    + @@ -12278,6 +12761,9 @@

    Declaration

    Return Value

    projected geographic coordinate reference system

    + @@ -12334,6 +12820,9 @@

    Parameters

    Return Value

    projected coordinate reference system

    + @@ -12398,6 +12887,9 @@

    Parameters

    + @@ -12434,6 +12926,9 @@

    Declaration

    Return Value

    vertical coordinate reference system

    + @@ -12470,6 +12965,9 @@

    Declaration

    Return Value

    engineering coordinate reference system

    + @@ -12506,6 +13004,9 @@

    Declaration

    Return Value

    map projection

    + @@ -12575,6 +13076,9 @@

    Parameters

    Return Value

    coordinate system

    + @@ -12611,6 +13115,9 @@

    Declaration

    Return Value

    vertical reference frame

    + @@ -12667,6 +13174,9 @@

    Parameters

    Return Value

    vertical reference frame

    + @@ -12703,6 +13213,9 @@

    Declaration

    Return Value

    engineering datum

    + @@ -12759,6 +13272,9 @@

    Parameters

    Return Value

    engineering datum

    + @@ -12795,6 +13311,9 @@

    Declaration

    Return Value

    reference frame

    + @@ -12851,6 +13370,9 @@

    Parameters

    Return Value

    reference frame

    + @@ -12887,6 +13409,9 @@

    Declaration

    Return Value

    abridged transformation

    + @@ -12923,6 +13448,9 @@

    Declaration

    Return Value

    extensions

    + @@ -12931,7 +13459,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/CRSReferenceFrame.html b/docs/docs/api/Classes/CRSReferenceFrame.html index 0d99498f..fce39541 100644 --- a/docs/docs/api/Classes/CRSReferenceFrame.html +++ b/docs/docs/api/Classes/CRSReferenceFrame.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5046,6 +5046,9 @@

    CRSReferenceFrame

    @author osbornb

    +
    @@ -5079,6 +5082,9 @@

    Declaration

    +
    @@ -5111,6 +5117,9 @@

    Declaration

    + @@ -5143,6 +5152,9 @@

    Declaration

    + @@ -5175,6 +5187,9 @@

    Declaration

    + @@ -5230,6 +5245,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5297,6 +5315,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5333,6 +5354,9 @@

    Declaration

    Return Value

    true if has datum anchor description

    + @@ -5341,7 +5365,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/CRSSimpleCoordinateReferenceSystem.html b/docs/docs/api/Classes/CRSSimpleCoordinateReferenceSystem.html index 789cee19..35a365c5 100644 --- a/docs/docs/api/Classes/CRSSimpleCoordinateReferenceSystem.html +++ b/docs/docs/api/Classes/CRSSimpleCoordinateReferenceSystem.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSSimpleCoordinateReferenceSystem

    Simple Coordinate Reference System with Coordinate System

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5113,6 +5119,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5168,6 +5177,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5235,6 +5247,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5316,6 +5331,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5324,7 +5342,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/CRSSimpleOperation.html b/docs/docs/api/Classes/CRSSimpleOperation.html index ebed4d73..68ed8536 100644 --- a/docs/docs/api/Classes/CRSSimpleOperation.html +++ b/docs/docs/api/Classes/CRSSimpleOperation.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSSimpleOperation

    Simple Operation

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5132,6 +5138,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5226,6 +5235,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5234,7 +5246,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/CRSTemporalCoordinateReferenceSystem.html b/docs/docs/api/Classes/CRSTemporalCoordinateReferenceSystem.html index 7527b860..4d072772 100644 --- a/docs/docs/api/Classes/CRSTemporalCoordinateReferenceSystem.html +++ b/docs/docs/api/Classes/CRSTemporalCoordinateReferenceSystem.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,6 +5045,9 @@

    CRSTemporalCoordinateReferenceSystem

    Temporal Coordinate Reference System

    +
    @@ -5078,6 +5081,9 @@

    Declaration

    + @@ -5114,6 +5120,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5150,6 +5159,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5231,6 +5243,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5239,7 +5254,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/CRSTemporalDatum.html b/docs/docs/api/Classes/CRSTemporalDatum.html index bd67dbee..29418829 100644 --- a/docs/docs/api/Classes/CRSTemporalDatum.html +++ b/docs/docs/api/Classes/CRSTemporalDatum.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5124,6 +5124,9 @@

    CRSTemporalDatum

    Undocumented

    +
    @@ -5157,6 +5160,9 @@

    Declaration

    + @@ -5189,6 +5195,9 @@

    Declaration

    + @@ -5221,6 +5230,9 @@

    Declaration

    + @@ -5253,6 +5265,9 @@

    Declaration

    + @@ -5285,6 +5300,9 @@

    Declaration

    + @@ -5321,6 +5339,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5357,6 +5378,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5412,6 +5436,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5448,6 +5475,9 @@

    Declaration

    Return Value

    true if has calendar identifier

    + @@ -5484,6 +5514,9 @@

    Declaration

    Return Value

    true if has origin

    + @@ -5520,6 +5553,9 @@

    Declaration

    Return Value

    true if has origin date time

    + @@ -5571,6 +5607,9 @@

    Parameters

    + @@ -5579,7 +5618,7 @@

    Parameters

    diff --git a/docs/docs/api/Classes/CRSTemporalExtent.html b/docs/docs/api/Classes/CRSTemporalExtent.html index dabdd7b9..0d6f7882 100644 --- a/docs/docs/api/Classes/CRSTemporalExtent.html +++ b/docs/docs/api/Classes/CRSTemporalExtent.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSTemporalExtent

    Temporal Extent

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5109,6 +5115,9 @@

    Declaration

    + @@ -5141,6 +5150,9 @@

    Declaration

    + @@ -5173,6 +5185,9 @@

    Declaration

    + @@ -5209,6 +5224,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5245,6 +5263,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5312,6 +5333,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5380,6 +5404,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5416,6 +5443,9 @@

    Declaration

    Return Value

    true if has start date time

    + @@ -5467,6 +5497,9 @@

    Parameters

    + @@ -5503,6 +5536,9 @@

    Declaration

    Return Value

    true if has end date time

    + @@ -5554,6 +5590,9 @@

    Parameters

    + @@ -5562,7 +5601,7 @@

    Parameters

    diff --git a/docs/docs/api/Classes/CRSTextReader.html b/docs/docs/api/Classes/CRSTextReader.html index f7730c55..05a1bb1c 100644 --- a/docs/docs/api/Classes/CRSTextReader.html +++ b/docs/docs/api/Classes/CRSTextReader.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSTextReader

    Read through text string

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5132,6 +5138,9 @@

    Parameters

    Return Value

    new text reader

    + @@ -5200,6 +5209,9 @@

    Parameters

    Return Value

    new text reader

    + @@ -5255,6 +5267,9 @@

    Parameters

    Return Value

    new text reader

    + @@ -5323,6 +5338,9 @@

    Parameters

    Return Value

    new text reader

    + @@ -5359,6 +5377,9 @@

    Declaration

    Return Value

    text

    + @@ -5391,6 +5412,9 @@

    Declaration

    + @@ -5429,6 +5453,9 @@

    Declaration

    Return Value

    token

    + @@ -5465,6 +5492,9 @@

    Declaration

    Return Value

    next token

    + @@ -5522,6 +5552,9 @@

    Return Value

    @throws IOException upon read error

    + @@ -5573,6 +5606,9 @@

    Parameters

    + @@ -5609,6 +5645,9 @@

    Declaration

    Return Value

    token

    + @@ -5645,6 +5684,9 @@

    Declaration

    Return Value

    next token

    + @@ -5700,6 +5742,9 @@

    Parameters

    Return Value

    token

    + @@ -5736,6 +5781,9 @@

    Declaration

    Return Value

    signed double

    + @@ -5772,6 +5820,9 @@

    Declaration

    Return Value

    unsigned double

    + @@ -5808,6 +5859,9 @@

    Declaration

    Return Value

    signed integer

    + @@ -5844,6 +5898,9 @@

    Declaration

    Return Value

    unsigned integer

    + @@ -5852,7 +5909,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/CRSTextUtils.html b/docs/docs/api/Classes/CRSTextUtils.html index e2cfe91f..b91c5a9f 100644 --- a/docs/docs/api/Classes/CRSTextUtils.html +++ b/docs/docs/api/Classes/CRSTextUtils.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSTextUtils

    CRS Well-Known Text Utilities

    +
    @@ -5100,6 +5103,9 @@

    Parameters

    Return Value

    true if left delimiter

    +
    @@ -5155,6 +5161,9 @@

    Parameters

    Return Value

    true if right delimiter

    + @@ -5210,6 +5219,9 @@

    Parameters

    Return Value

    true if a spatial type

    + @@ -5265,6 +5277,9 @@

    Parameters

    Return Value

    true if a spatial type

    + @@ -5320,6 +5335,9 @@

    Parameters

    Return Value

    true if a spatial type

    + @@ -5375,6 +5393,9 @@

    Parameters

    Return Value

    unit type

    + @@ -5430,6 +5451,9 @@

    Parameters

    Return Value

    unit type

    + @@ -5485,6 +5509,9 @@

    Parameters

    Return Value

    coordinate reference system type

    + @@ -5540,6 +5567,9 @@

    Parameters

    Return Value

    integer

    + @@ -5595,6 +5625,9 @@

    Parameters

    Return Value

    double

    + @@ -5650,6 +5683,9 @@

    Parameters

    Return Value

    decimal number

    + @@ -5705,6 +5741,9 @@

    Parameters

    Return Value

    text value

    + @@ -5760,6 +5799,9 @@

    Parameters

    Return Value

    text value

    + @@ -5815,6 +5857,9 @@

    Parameters

    Return Value

    pretty wkt

    + @@ -5870,6 +5915,9 @@

    Parameters

    Return Value

    pretty wkt

    + @@ -5925,6 +5973,9 @@

    Parameters

    Return Value

    pretty wkt

    + @@ -5992,6 +6043,9 @@

    Parameters

    Return Value

    pretty wkt

    + @@ -6073,6 +6127,9 @@

    Parameters

    Return Value

    pretty wkt

    + @@ -6081,7 +6138,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/CRSTriaxialEllipsoid.html b/docs/docs/api/Classes/CRSTriaxialEllipsoid.html index 81edd9c7..900a0c07 100644 --- a/docs/docs/api/Classes/CRSTriaxialEllipsoid.html +++ b/docs/docs/api/Classes/CRSTriaxialEllipsoid.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSTriaxialEllipsoid

    Triaxial Ellipsoid

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5109,6 +5115,9 @@

    Declaration

    + @@ -5141,6 +5150,9 @@

    Declaration

    + @@ -5173,6 +5185,9 @@

    Declaration

    + @@ -5209,6 +5224,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5245,6 +5263,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5339,6 +5360,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5433,6 +5457,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5441,7 +5468,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/CRSTypes.html b/docs/docs/api/Classes/CRSTypes.html index 53a39368..9a780432 100644 --- a/docs/docs/api/Classes/CRSTypes.html +++ b/docs/docs/api/Classes/CRSTypes.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSTypes

    CRS Type

    +
    @@ -5100,6 +5103,9 @@

    Parameters

    Return Value

    type name

    +
    @@ -5155,6 +5161,9 @@

    Parameters

    Return Value

    type names

    + @@ -5210,6 +5219,9 @@

    Parameters

    Return Value

    type

    + @@ -5265,6 +5277,9 @@

    Parameters

    Return Value

    category type

    + @@ -5273,7 +5288,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/CRSUnit.html b/docs/docs/api/Classes/CRSUnit.html index f643beba..285effc2 100644 --- a/docs/docs/api/Classes/CRSUnit.html +++ b/docs/docs/api/Classes/CRSUnit.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSUnit

    Unit

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5109,6 +5115,9 @@

    Declaration

    + @@ -5141,6 +5150,9 @@

    Declaration

    + @@ -5173,6 +5185,9 @@

    Declaration

    + @@ -5205,6 +5220,9 @@

    Declaration

    + @@ -5241,6 +5259,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5308,6 +5329,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5389,6 +5413,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5470,6 +5497,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5506,6 +5536,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5573,6 +5606,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5654,6 +5690,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5735,6 +5774,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5771,6 +5813,9 @@

    Declaration

    Return Value

    true if has conversion factor

    + @@ -5807,6 +5852,9 @@

    Declaration

    Return Value

    true if equal names

    + @@ -5815,7 +5863,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/CRSUnitTypes.html b/docs/docs/api/Classes/CRSUnitTypes.html index b7523568..1f696c69 100644 --- a/docs/docs/api/Classes/CRSUnitTypes.html +++ b/docs/docs/api/Classes/CRSUnitTypes.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSUnitTypes

    Unit Type

    +
    @@ -5100,6 +5103,9 @@

    Parameters

    Return Value

    type name

    +
    @@ -5155,6 +5161,9 @@

    Parameters

    Return Value

    type

    + @@ -5163,7 +5172,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/CRSUnits.html b/docs/docs/api/Classes/CRSUnits.html index 9d9a7c32..93184b3d 100644 --- a/docs/docs/api/Classes/CRSUnits.html +++ b/docs/docs/api/Classes/CRSUnits.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSUnits

    Common Units

    +
    @@ -5100,6 +5103,9 @@

    Parameters

    Return Value

    unit

    +
    @@ -5155,6 +5161,9 @@

    Parameters

    Return Value

    unit

    + @@ -5210,6 +5219,9 @@

    Parameters

    Return Value

    units type

    + @@ -5265,6 +5277,9 @@

    Parameters

    Return Value

    units type

    + @@ -5301,6 +5316,9 @@

    Declaration

    Return Value

    micrometre unit

    + @@ -5337,6 +5355,9 @@

    Declaration

    Return Value

    millimetre unit

    + @@ -5373,6 +5394,9 @@

    Declaration

    Return Value

    metre unit

    + @@ -5409,6 +5433,9 @@

    Declaration

    Return Value

    kilometre unit

    + @@ -5445,6 +5472,9 @@

    Declaration

    Return Value

    German legal metre unit

    + @@ -5481,6 +5511,9 @@

    Declaration

    Return Value

    US survey foot unit

    + @@ -5517,6 +5550,9 @@

    Declaration

    Return Value

    foot unit

    + @@ -5553,6 +5589,9 @@

    Declaration

    Return Value

    microradian unit

    + @@ -5589,6 +5628,9 @@

    Declaration

    Return Value

    milliradian unit

    + @@ -5625,6 +5667,9 @@

    Declaration

    Return Value

    radian unit

    + @@ -5661,6 +5706,9 @@

    Declaration

    Return Value

    arc-second unit

    + @@ -5697,6 +5745,9 @@

    Declaration

    Return Value

    arc-minute unit

    + @@ -5733,6 +5784,9 @@

    Declaration

    Return Value

    degree unit

    + @@ -5769,6 +5823,9 @@

    Declaration

    Return Value

    grad unit

    + @@ -5805,6 +5862,9 @@

    Declaration

    Return Value

    unity unit

    + @@ -5841,6 +5901,9 @@

    Declaration

    Return Value

    bin unit

    + @@ -5877,6 +5940,9 @@

    Declaration

    Return Value

    parts per million unit

    + @@ -5913,6 +5979,9 @@

    Declaration

    Return Value

    pascal unit

    + @@ -5949,6 +6018,9 @@

    Declaration

    Return Value

    hectopascal unit

    + @@ -5985,6 +6057,9 @@

    Declaration

    Return Value

    microsecond unit

    + @@ -6021,6 +6096,9 @@

    Declaration

    Return Value

    millisecond unit

    + @@ -6057,6 +6135,9 @@

    Declaration

    Return Value

    second unit

    + @@ -6093,6 +6174,9 @@

    Declaration

    Return Value

    minute unit

    + @@ -6129,6 +6213,9 @@

    Declaration

    Return Value

    hour unit

    + @@ -6165,6 +6252,9 @@

    Declaration

    Return Value

    day unit

    + @@ -6201,6 +6291,9 @@

    Declaration

    Return Value

    year unit

    + @@ -6237,6 +6330,9 @@

    Declaration

    Return Value

    calendar second unit

    + @@ -6273,6 +6369,9 @@

    Declaration

    Return Value

    calendar month unit

    + @@ -6328,6 +6427,9 @@

    Parameters

    Return Value

    unit type

    + @@ -6383,6 +6485,9 @@

    Parameters

    Return Value

    default unit or null if no default

    + @@ -6450,6 +6555,9 @@

    Parameters

    Return Value

    true if can convert

    + @@ -6532,6 +6640,9 @@

    Parameters

    Return Value

    converted value

    + @@ -6540,7 +6651,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/CRSUsage.html b/docs/docs/api/Classes/CRSUsage.html index d31302bc..66bd5231 100644 --- a/docs/docs/api/Classes/CRSUsage.html +++ b/docs/docs/api/Classes/CRSUsage.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSUsage

    Usage

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5109,6 +5115,9 @@

    Declaration

    + @@ -5145,6 +5154,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5181,6 +5193,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5248,6 +5263,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5256,7 +5274,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/CRSVerticalCoordinateReferenceSystem.html b/docs/docs/api/Classes/CRSVerticalCoordinateReferenceSystem.html index 3ce1660d..2981d31e 100644 --- a/docs/docs/api/Classes/CRSVerticalCoordinateReferenceSystem.html +++ b/docs/docs/api/Classes/CRSVerticalCoordinateReferenceSystem.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,6 +5045,9 @@

    CRSVerticalCoordinateReferenceSystem

    Vertical Coordinate Reference System

    +
    @@ -5078,6 +5081,9 @@

    Declaration

    + @@ -5110,6 +5116,9 @@

    Declaration

    + @@ -5142,6 +5151,9 @@

    Declaration

    + @@ -5174,6 +5186,9 @@

    Declaration

    + @@ -5206,6 +5221,9 @@

    Declaration

    + @@ -5242,6 +5260,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5278,6 +5299,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5359,6 +5383,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5440,6 +5467,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5534,6 +5564,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5570,6 +5603,9 @@

    Declaration

    Return Value

    true if has vertical reference frame

    + @@ -5606,6 +5642,9 @@

    Declaration

    Return Value

    true if has vertical datum ensemble

    + @@ -5642,6 +5681,9 @@

    Declaration

    Return Value

    true if has dynamic

    + @@ -5678,6 +5720,9 @@

    Declaration

    Return Value

    true if has geoid model name

    + @@ -5714,6 +5759,9 @@

    Declaration

    Return Value

    true if has geoid model identifier

    + @@ -5722,7 +5770,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/CRSVerticalDatumEnsemble.html b/docs/docs/api/Classes/CRSVerticalDatumEnsemble.html index 12658b0b..3df7b3a2 100644 --- a/docs/docs/api/Classes/CRSVerticalDatumEnsemble.html +++ b/docs/docs/api/Classes/CRSVerticalDatumEnsemble.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSVerticalDatumEnsemble

    Vertical Datum Ensemble

    +
    @@ -5081,6 +5084,9 @@

    Declaration

    Return Value

    new instance

    +
    @@ -5117,6 +5123,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5198,6 +5207,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5279,6 +5291,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5287,7 +5302,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/CRSVerticalExtent.html b/docs/docs/api/Classes/CRSVerticalExtent.html index 31af1ec8..d7436d85 100644 --- a/docs/docs/api/Classes/CRSVerticalExtent.html +++ b/docs/docs/api/Classes/CRSVerticalExtent.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSVerticalExtent

    Vertical Extent

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5109,6 +5115,9 @@

    Declaration

    + @@ -5141,6 +5150,9 @@

    Declaration

    + @@ -5173,6 +5185,9 @@

    Declaration

    + @@ -5205,6 +5220,9 @@

    Declaration

    + @@ -5241,6 +5259,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5277,6 +5298,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5345,6 +5369,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5413,6 +5440,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5494,6 +5524,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5575,6 +5608,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5611,6 +5647,9 @@

    Declaration

    Return Value

    true if has unit (length)

    + @@ -5619,7 +5658,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/CRSVerticalReferenceFrame.html b/docs/docs/api/Classes/CRSVerticalReferenceFrame.html index e64ee5ca..6d7edc91 100644 --- a/docs/docs/api/Classes/CRSVerticalReferenceFrame.html +++ b/docs/docs/api/Classes/CRSVerticalReferenceFrame.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSVerticalReferenceFrame

    Vertical Reference Frame (datum)

    +
    @@ -5081,6 +5084,9 @@

    Declaration

    Return Value

    new instance

    +
    @@ -5117,6 +5123,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5172,6 +5181,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5180,7 +5192,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/CRSWriter.html b/docs/docs/api/Classes/CRSWriter.html index be493175..b92e4dcd 100644 --- a/docs/docs/api/Classes/CRSWriter.html +++ b/docs/docs/api/Classes/CRSWriter.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSWriter

    Well-Known Text writer

    +
    @@ -5100,6 +5103,9 @@

    Parameters

    Return Value

    well-known text

    +
    @@ -5156,6 +5162,9 @@

    Parameters

    Return Value

    well-known pretty text

    + @@ -5212,6 +5221,9 @@

    Parameters

    Return Value

    well-known pretty text

    + @@ -5267,6 +5279,9 @@

    Parameters

    Return Value

    well-known pretty text

    + @@ -5334,6 +5349,9 @@

    Parameters

    Return Value

    well-known pretty text

    + @@ -5415,6 +5433,9 @@

    Parameters

    Return Value

    well-known pretty text

    + @@ -5470,6 +5491,9 @@

    Parameters

    Return Value

    well-known pretty text

    + @@ -5525,6 +5549,9 @@

    Parameters

    Return Value

    well-known pretty text

    + @@ -5580,6 +5607,9 @@

    Parameters

    Return Value

    well-known pretty text

    + @@ -5647,6 +5677,9 @@

    Parameters

    Return Value

    well-known pretty text

    + @@ -5728,6 +5761,9 @@

    Parameters

    Return Value

    well-known pretty text

    + @@ -5764,6 +5800,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5800,6 +5839,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5851,6 +5893,9 @@

    Parameters

    + @@ -5887,6 +5932,9 @@

    Declaration

    Return Value

    text

    + @@ -5938,6 +5986,9 @@

    Parameters

    + @@ -5989,6 +6040,9 @@

    Parameters

    + @@ -6040,6 +6094,9 @@

    Parameters

    + @@ -6072,6 +6129,9 @@

    Declaration

    + @@ -6104,6 +6164,9 @@

    Declaration

    + @@ -6136,6 +6199,9 @@

    Declaration

    + @@ -6187,6 +6253,9 @@

    Parameters

    + @@ -6238,6 +6307,9 @@

    Parameters

    + @@ -6289,6 +6361,9 @@

    Parameters

    + @@ -6340,6 +6415,9 @@

    Parameters

    + @@ -6391,6 +6469,9 @@

    Parameters

    + @@ -6455,6 +6536,9 @@

    Parameters

    + @@ -6519,6 +6603,9 @@

    Parameters

    + @@ -6570,6 +6657,9 @@

    Parameters

    + @@ -6621,6 +6711,9 @@

    Parameters

    + @@ -6672,6 +6765,9 @@

    Parameters

    + @@ -6723,6 +6819,9 @@

    Parameters

    + @@ -6774,6 +6873,9 @@

    Parameters

    + @@ -6825,6 +6927,9 @@

    Parameters

    + @@ -6876,6 +6981,9 @@

    Parameters

    + @@ -6927,6 +7035,9 @@

    Parameters

    + @@ -6978,6 +7089,9 @@

    Parameters

    + @@ -7029,6 +7143,9 @@

    Parameters

    + @@ -7080,6 +7197,9 @@

    Parameters

    + @@ -7131,6 +7251,9 @@

    Parameters

    + @@ -7182,6 +7305,9 @@

    Parameters

    + @@ -7233,6 +7359,9 @@

    Parameters

    + @@ -7284,6 +7413,9 @@

    Parameters

    + @@ -7335,6 +7467,9 @@

    Parameters

    + @@ -7386,6 +7521,9 @@

    Parameters

    + @@ -7437,6 +7575,9 @@

    Parameters

    + @@ -7488,6 +7629,9 @@

    Parameters

    + @@ -7540,6 +7684,9 @@

    Parameters

    + @@ -7591,6 +7738,9 @@

    Parameters

    + @@ -7642,6 +7792,9 @@

    Parameters

    + @@ -7693,6 +7846,9 @@

    Parameters

    + @@ -7744,6 +7900,9 @@

    Parameters

    + @@ -7795,6 +7954,9 @@

    Parameters

    + @@ -7846,6 +8008,9 @@

    Parameters

    + @@ -7897,6 +8062,9 @@

    Parameters

    + @@ -7948,6 +8116,9 @@

    Parameters

    + @@ -7999,6 +8170,9 @@

    Parameters

    + @@ -8050,6 +8224,9 @@

    Parameters

    + @@ -8101,6 +8278,9 @@

    Parameters

    + @@ -8152,6 +8332,9 @@

    Parameters

    + @@ -8203,6 +8386,9 @@

    Parameters

    + @@ -8254,6 +8440,9 @@

    Parameters

    + @@ -8305,6 +8494,9 @@

    Parameters

    + @@ -8356,6 +8548,9 @@

    Parameters

    + @@ -8407,6 +8602,9 @@

    Parameters

    + @@ -8459,6 +8657,9 @@

    Parameters

    + @@ -8510,6 +8711,9 @@

    Parameters

    + @@ -8561,6 +8765,9 @@

    Parameters

    + @@ -8612,6 +8819,9 @@

    Parameters

    + @@ -8663,6 +8873,9 @@

    Parameters

    + @@ -8714,6 +8927,9 @@

    Parameters

    + @@ -8765,6 +8981,9 @@

    Parameters

    + @@ -8816,6 +9035,9 @@

    Parameters

    + @@ -8868,6 +9090,9 @@

    Parameters

    + @@ -8919,6 +9144,9 @@

    Parameters

    + @@ -8970,6 +9198,9 @@

    Parameters

    + @@ -9021,6 +9252,9 @@

    Parameters

    + @@ -9072,6 +9306,9 @@

    Parameters

    + @@ -9136,6 +9373,9 @@

    Parameters

    + @@ -9187,6 +9427,9 @@

    Parameters

    + @@ -9239,6 +9482,9 @@

    Parameters

    + @@ -9247,7 +9493,7 @@

    Parameters

    diff --git a/docs/docs/api/Classes/GPKGAlterTable.html b/docs/docs/api/Classes/GPKGAlterTable.html index ce432d6f..17a20706 100644 --- a/docs/docs/api/Classes/GPKGAlterTable.html +++ b/docs/docs/api/Classes/GPKGAlterTable.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGAlterTable

    Builds and performs alter table statements

    @@ -5104,7 +5104,7 @@

    Return Value

    alter table SQL prefix

    @@ -5184,7 +5184,7 @@

    Parameters

    @@ -5255,7 +5255,7 @@

    Return Value

    rename table SQL

    @@ -5348,7 +5348,7 @@

    Parameters

    @@ -5432,7 +5432,7 @@

    Return Value

    rename table SQL

    @@ -5525,7 +5525,7 @@

    Parameters

    @@ -5609,7 +5609,7 @@

    Return Value

    add column SQL

    @@ -5689,7 +5689,7 @@

    Parameters

    @@ -5769,7 +5769,7 @@

    Parameters

    @@ -5849,7 +5849,7 @@

    Parameters

    @@ -5929,7 +5929,7 @@

    Parameters

    @@ -6009,7 +6009,7 @@

    Parameters

    @@ -6089,7 +6089,7 @@

    Parameters

    @@ -6169,7 +6169,7 @@

    Parameters

    @@ -6249,7 +6249,7 @@

    Parameters

    @@ -6329,7 +6329,7 @@

    Parameters

    @@ -6422,7 +6422,7 @@

    Parameters

    @@ -6502,7 +6502,7 @@

    Parameters

    @@ -6595,7 +6595,7 @@

    Parameters

    @@ -6672,7 +6672,7 @@

    Parameters

    @@ -6767,7 +6767,7 @@

    Parameters

    @@ -6862,7 +6862,7 @@

    Parameters

    @@ -6872,7 +6872,7 @@

    Parameters

    diff --git a/docs/docs/api/Classes/GPKGAttributesColumn.html b/docs/docs/api/Classes/GPKGAttributesColumn.html index 96aef3d5..06e79847 100644 --- a/docs/docs/api/Classes/GPKGAttributesColumn.html +++ b/docs/docs/api/Classes/GPKGAttributesColumn.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGAttributesColumn

    Attributes column

    @@ -5104,7 +5104,7 @@

    Return Value

    attributes column

    @@ -5175,7 +5175,7 @@

    Return Value

    attributes column

    @@ -5246,7 +5246,7 @@

    Return Value

    attributes column

    @@ -5330,7 +5330,7 @@

    Return Value

    attributes column

    @@ -5401,7 +5401,7 @@

    Return Value

    attributes column

    @@ -5485,7 +5485,7 @@

    Return Value

    attributes column

    @@ -5569,7 +5569,7 @@

    Return Value

    attributes column

    @@ -5666,7 +5666,7 @@

    Return Value

    attributes column

    @@ -5763,7 +5763,7 @@

    Return Value

    attributes column

    @@ -5873,7 +5873,7 @@

    Return Value

    attributes column

    @@ -5957,7 +5957,7 @@

    Return Value

    attributes column

    @@ -6054,7 +6054,7 @@

    Return Value

    attributes column

    @@ -6164,7 +6164,7 @@

    Return Value

    attributes column

    @@ -6287,7 +6287,7 @@

    Return Value

    attributes column

    @@ -6346,7 +6346,7 @@

    Return Value

    attributes column

    @@ -6495,7 +6495,7 @@

    Return Value

    new attributes column

    @@ -6505,7 +6505,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGAttributesColumns.html b/docs/docs/api/Classes/GPKGAttributesColumns.html index 8b443756..5c7644ab 100644 --- a/docs/docs/api/Classes/GPKGAttributesColumns.html +++ b/docs/docs/api/Classes/GPKGAttributesColumns.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGAttributesColumns

    Collection of attributes columns

    @@ -5117,7 +5117,7 @@

    Return Value

    new attributes columns

    @@ -5201,7 +5201,7 @@

    Return Value

    new attributes columns

    @@ -5260,7 +5260,7 @@

    Return Value

    new attributes columns

    @@ -5270,7 +5270,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGAttributesDao.html b/docs/docs/api/Classes/GPKGAttributesDao.html index 74486798..e03ec108 100644 --- a/docs/docs/api/Classes/GPKGAttributesDao.html +++ b/docs/docs/api/Classes/GPKGAttributesDao.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGAttributesDao

    Attributes DAO for reading attributes user data tables

    @@ -5117,7 +5117,7 @@

    Return Value

    new attributes dao

    @@ -5156,7 +5156,7 @@

    Return Value

    attributes table

    @@ -5214,7 +5214,7 @@

    Return Value

    attributes row

    @@ -5272,7 +5272,7 @@

    Return Value

    attributes row

    @@ -5330,7 +5330,7 @@

    Return Value

    attributes row

    @@ -5369,7 +5369,7 @@

    Return Value

    attributes row

    @@ -5379,7 +5379,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGAttributesRow.html b/docs/docs/api/Classes/GPKGAttributesRow.html index 9e98a2ab..c5da75f9 100644 --- a/docs/docs/api/Classes/GPKGAttributesRow.html +++ b/docs/docs/api/Classes/GPKGAttributesRow.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGAttributesRow

    Attributes Row containing the values from a single results row

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5200,7 +5200,7 @@

    Return Value

    new attributes row

    @@ -5258,7 +5258,7 @@

    Return Value

    new attributes row

    @@ -5268,7 +5268,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGAttributesTable.html b/docs/docs/api/Classes/GPKGAttributesTable.html index 8088b53a..7ab70a1b 100644 --- a/docs/docs/api/Classes/GPKGAttributesTable.html +++ b/docs/docs/api/Classes/GPKGAttributesTable.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGAttributesTable

    Undocumented

    @@ -5117,7 +5117,7 @@

    Return Value

    new attributes table

    @@ -5156,7 +5156,7 @@

    Return Value

    columns

    @@ -5166,7 +5166,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGAttributesTableMetadata.html b/docs/docs/api/Classes/GPKGAttributesTableMetadata.html index 87d85e71..a9d5d4c5 100644 --- a/docs/docs/api/Classes/GPKGAttributesTableMetadata.html +++ b/docs/docs/api/Classes/GPKGAttributesTableMetadata.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGAttributesTableMetadata

    Undocumented

    @@ -5085,7 +5085,7 @@

    Return Value

    metadata

    @@ -5143,7 +5143,7 @@

    Return Value

    metadata

    @@ -5201,7 +5201,7 @@

    Return Value

    metadata

    @@ -5272,7 +5272,7 @@

    Return Value

    metadata

    @@ -5344,7 +5344,7 @@

    Return Value

    metadata

    @@ -5429,7 +5429,7 @@

    Return Value

    metadata

    @@ -5514,7 +5514,7 @@

    Return Value

    metadata

    @@ -5612,7 +5612,7 @@

    Return Value

    metadata

    @@ -5697,7 +5697,7 @@

    Return Value

    metadata

    @@ -5795,7 +5795,7 @@

    Return Value

    metadata

    @@ -5893,7 +5893,7 @@

    Return Value

    metadata

    @@ -6004,7 +6004,7 @@

    Return Value

    metadata

    @@ -6063,7 +6063,7 @@

    Return Value

    metadata

    @@ -6135,7 +6135,7 @@

    Return Value

    metadata

    @@ -6194,7 +6194,7 @@

    Return Value

    metadata

    @@ -6265,7 +6265,7 @@

    Return Value

    metadata

    @@ -6349,7 +6349,7 @@

    Return Value

    metadata

    @@ -6434,7 +6434,7 @@

    Return Value

    metadata

    @@ -6532,7 +6532,7 @@

    Return Value

    metadata

    @@ -6630,7 +6630,7 @@

    Return Value

    metadata

    @@ -6741,7 +6741,7 @@

    Return Value

    metadata

    @@ -6839,7 +6839,7 @@

    Return Value

    metadata

    @@ -6950,7 +6950,7 @@

    Return Value

    metadata

    @@ -7061,7 +7061,7 @@

    Return Value

    metadata

    @@ -7185,7 +7185,7 @@

    Return Value

    metadata

    @@ -7257,7 +7257,7 @@

    Return Value

    metadata

    @@ -7342,7 +7342,7 @@

    Return Value

    metadata

    @@ -7414,7 +7414,7 @@

    Return Value

    metadata

    @@ -7449,7 +7449,7 @@

    Declaration

    @@ -7488,7 +7488,7 @@

    Return Value

    new attributes table metadata

    @@ -7586,7 +7586,7 @@

    Return Value

    new attributes table metadata

    @@ -7697,7 +7697,7 @@

    Return Value

    new attributes table metadata

    @@ -7808,7 +7808,7 @@

    Return Value

    new attributes table metadata

    @@ -7932,7 +7932,7 @@

    Return Value

    new attributes table metadata

    @@ -8016,7 +8016,7 @@

    Return Value

    new attributes table metadata

    @@ -8113,7 +8113,7 @@

    Return Value

    new attributes table metadata

    @@ -8123,7 +8123,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGAttributesTableReader.html b/docs/docs/api/Classes/GPKGAttributesTableReader.html index 552ee505..2b4117a4 100644 --- a/docs/docs/api/Classes/GPKGAttributesTableReader.html +++ b/docs/docs/api/Classes/GPKGAttributesTableReader.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGAttributesTableReader

    Reads the metadata from an existing attributes table

    @@ -5104,7 +5104,7 @@

    Return Value

    new attributes table reader

    @@ -5162,7 +5162,7 @@

    Return Value

    attributes table

    @@ -5172,7 +5172,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGBaseDao.html b/docs/docs/api/Classes/GPKGBaseDao.html index ef5f2f5c..b299b0c1 100644 --- a/docs/docs/api/Classes/GPKGBaseDao.html +++ b/docs/docs/api/Classes/GPKGBaseDao.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGBaseDao

    Base Data Access Object

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5151,7 +5151,7 @@

    Declaration

    @@ -5186,7 +5186,7 @@

    Declaration

    @@ -5221,7 +5221,7 @@

    Declaration

    @@ -5256,7 +5256,7 @@

    Declaration

    @@ -5291,7 +5291,7 @@

    Declaration

    @@ -5349,7 +5349,7 @@

    Return Value

    new base dao

    @@ -5384,7 +5384,7 @@

    Declaration

    @@ -5423,7 +5423,7 @@

    Return Value

    column count

    @@ -5481,7 +5481,7 @@

    Return Value

    column name

    @@ -5520,7 +5520,7 @@

    Return Value

    true if a table or view exists

    @@ -5559,7 +5559,7 @@

    Return Value

    true if a table or view exists

    @@ -5598,7 +5598,7 @@

    Return Value

    true if a table exists

    @@ -5637,7 +5637,7 @@

    Return Value

    true if a view exists

    @@ -5672,7 +5672,7 @@

    Declaration

    @@ -5711,7 +5711,7 @@

    Return Value

    id column name

    @@ -5769,7 +5769,7 @@

    Return Value

    projection

    @@ -5804,7 +5804,7 @@

    Declaration

    @@ -5862,7 +5862,7 @@

    Return Value

    true if exists

    @@ -5920,7 +5920,7 @@

    Return Value

    true if exists

    @@ -5978,7 +5978,7 @@

    Return Value

    true if exists

    @@ -6032,7 +6032,7 @@

    Parameters

    @@ -6090,7 +6090,7 @@

    Return Value

    result set

    @@ -6161,7 +6161,7 @@

    Return Value

    result set

    @@ -6219,7 +6219,7 @@

    Return Value

    object

    @@ -6290,7 +6290,7 @@

    Return Value

    object

    @@ -6348,7 +6348,7 @@

    Return Value

    result set

    @@ -6419,7 +6419,7 @@

    Return Value

    result set

    @@ -6477,7 +6477,7 @@

    Return Value

    object

    @@ -6548,7 +6548,7 @@

    Return Value

    object

    @@ -6606,7 +6606,7 @@

    Return Value

    result

    @@ -6677,7 +6677,7 @@

    Return Value

    result

    @@ -6716,7 +6716,7 @@

    Return Value

    result set

    @@ -6755,7 +6755,7 @@

    Return Value

    result set

    @@ -6813,7 +6813,7 @@

    Return Value

    result

    @@ -6871,7 +6871,7 @@

    Return Value

    result

    @@ -6942,7 +6942,7 @@

    Return Value

    result

    @@ -6981,7 +6981,7 @@

    Return Value

    SQL

    @@ -7039,7 +7039,7 @@

    Return Value

    SQL

    @@ -7078,7 +7078,7 @@

    Return Value

    SQL

    @@ -7136,7 +7136,7 @@

    Return Value

    SQL

    @@ -7194,7 +7194,7 @@

    Return Value

    SQL

    @@ -7265,7 +7265,7 @@

    Return Value

    SQL

    @@ -7323,7 +7323,7 @@

    Return Value

    object

    @@ -7381,7 +7381,7 @@

    Return Value

    object

    @@ -7439,7 +7439,7 @@

    Return Value

    object result set

    @@ -7497,7 +7497,7 @@

    Return Value

    object

    @@ -7555,7 +7555,7 @@

    Return Value

    result set

    @@ -7625,7 +7625,7 @@

    Return Value

    result set

    @@ -7683,7 +7683,7 @@

    Return Value

    single column values

    @@ -7754,7 +7754,7 @@

    Return Value

    result set

    @@ -7838,7 +7838,7 @@

    Return Value

    result

    @@ -7922,7 +7922,7 @@

    Return Value

    result

    @@ -8019,7 +8019,7 @@

    Return Value

    result

    @@ -8089,7 +8089,7 @@

    Return Value

    count

    @@ -8173,7 +8173,7 @@

    Return Value

    count

    @@ -8270,7 +8270,7 @@

    Return Value

    count

    @@ -8380,7 +8380,7 @@

    Return Value

    result set

    @@ -8503,7 +8503,7 @@

    Return Value

    result

    @@ -8626,7 +8626,7 @@

    Return Value

    result

    @@ -8762,7 +8762,7 @@

    Return Value

    result

    @@ -8872,7 +8872,7 @@

    Return Value

    count

    @@ -8995,7 +8995,7 @@

    Return Value

    count

    @@ -9131,7 +9131,7 @@

    Return Value

    count

    @@ -9202,7 +9202,7 @@

    Return Value

    result set

    @@ -9286,7 +9286,7 @@

    Return Value

    result

    @@ -9370,7 +9370,7 @@

    Return Value

    result

    @@ -9467,7 +9467,7 @@

    Return Value

    result

    @@ -9538,7 +9538,7 @@

    Return Value

    count

    @@ -9622,7 +9622,7 @@

    Return Value

    count

    @@ -9719,7 +9719,7 @@

    Return Value

    count

    @@ -9790,7 +9790,7 @@

    Return Value

    result

    @@ -9874,7 +9874,7 @@

    Return Value

    result

    @@ -9958,7 +9958,7 @@

    Return Value

    result

    @@ -10055,7 +10055,7 @@

    Return Value

    result

    @@ -10125,7 +10125,7 @@

    Return Value

    count

    @@ -10209,7 +10209,7 @@

    Return Value

    count

    @@ -10306,7 +10306,7 @@

    Return Value

    count

    @@ -10416,7 +10416,7 @@

    Return Value

    result

    @@ -10539,7 +10539,7 @@

    Return Value

    result

    @@ -10662,7 +10662,7 @@

    Return Value

    result

    @@ -10798,7 +10798,7 @@

    Return Value

    result

    @@ -10908,7 +10908,7 @@

    Return Value

    count

    @@ -11031,7 +11031,7 @@

    Return Value

    count

    @@ -11167,7 +11167,7 @@

    Return Value

    count

    @@ -11238,7 +11238,7 @@

    Return Value

    result

    @@ -11322,7 +11322,7 @@

    Return Value

    result

    @@ -11406,7 +11406,7 @@

    Return Value

    result

    @@ -11503,7 +11503,7 @@

    Return Value

    result

    @@ -11574,7 +11574,7 @@

    Return Value

    count

    @@ -11658,7 +11658,7 @@

    Return Value

    count

    @@ -11755,7 +11755,7 @@

    Return Value

    count

    @@ -11813,7 +11813,7 @@

    Return Value

    result

    @@ -11884,7 +11884,7 @@

    Return Value

    result

    @@ -11955,7 +11955,7 @@

    Return Value

    result

    @@ -12039,7 +12039,7 @@

    Return Value

    result

    @@ -12097,7 +12097,7 @@

    Return Value

    count

    @@ -12168,7 +12168,7 @@

    Return Value

    count

    @@ -12252,7 +12252,7 @@

    Return Value

    count

    @@ -12311,7 +12311,7 @@

    Return Value

    result set

    @@ -12382,7 +12382,7 @@

    Return Value

    result

    @@ -12453,7 +12453,7 @@

    Return Value

    result

    @@ -12537,7 +12537,7 @@

    Return Value

    result

    @@ -12595,7 +12595,7 @@

    Return Value

    count

    @@ -12666,7 +12666,7 @@

    Return Value

    count

    @@ -12750,7 +12750,7 @@

    Return Value

    count

    @@ -12808,7 +12808,7 @@

    Return Value

    result

    @@ -12879,7 +12879,7 @@

    Return Value

    result

    @@ -12950,7 +12950,7 @@

    Return Value

    result

    @@ -13034,7 +13034,7 @@

    Return Value

    result

    @@ -13092,7 +13092,7 @@

    Return Value

    count

    @@ -13162,7 +13162,7 @@

    Return Value

    count

    @@ -13246,7 +13246,7 @@

    Return Value

    count

    @@ -13317,7 +13317,7 @@

    Return Value

    result

    @@ -13401,7 +13401,7 @@

    Return Value

    result

    @@ -13485,7 +13485,7 @@

    Return Value

    result

    @@ -13582,7 +13582,7 @@

    Return Value

    result

    @@ -13653,7 +13653,7 @@

    Return Value

    count

    @@ -13737,7 +13737,7 @@

    Return Value

    count

    @@ -13834,7 +13834,7 @@

    Return Value

    count

    @@ -13905,7 +13905,7 @@

    Return Value

    result

    @@ -13989,7 +13989,7 @@

    Return Value

    result

    @@ -14073,7 +14073,7 @@

    Return Value

    result

    @@ -14170,7 +14170,7 @@

    Return Value

    result

    @@ -14241,7 +14241,7 @@

    Return Value

    count

    @@ -14325,7 +14325,7 @@

    Return Value

    count

    @@ -14422,7 +14422,7 @@

    Return Value

    count

    @@ -14506,7 +14506,7 @@

    Return Value

    result

    @@ -14603,7 +14603,7 @@

    Return Value

    result

    @@ -14700,7 +14700,7 @@

    Return Value

    result

    @@ -14810,7 +14810,7 @@

    Return Value

    result

    @@ -14894,7 +14894,7 @@

    Return Value

    count

    @@ -14991,7 +14991,7 @@

    Return Value

    count

    @@ -15101,7 +15101,7 @@

    Return Value

    count

    @@ -15185,7 +15185,7 @@

    Return Value

    result

    @@ -15282,7 +15282,7 @@

    Return Value

    result

    @@ -15379,7 +15379,7 @@

    Return Value

    result

    @@ -15489,7 +15489,7 @@

    Return Value

    result

    @@ -15573,7 +15573,7 @@

    Return Value

    count

    @@ -15670,7 +15670,7 @@

    Return Value

    count

    @@ -15780,7 +15780,7 @@

    Return Value

    count

    @@ -15851,7 +15851,7 @@

    Return Value

    result

    @@ -15935,7 +15935,7 @@

    Return Value

    result

    @@ -16019,7 +16019,7 @@

    Return Value

    result

    @@ -16116,7 +16116,7 @@

    Return Value

    result

    @@ -16186,7 +16186,7 @@

    Return Value

    count

    @@ -16270,7 +16270,7 @@

    Return Value

    count

    @@ -16367,7 +16367,7 @@

    Return Value

    count

    @@ -16451,7 +16451,7 @@

    Return Value

    result

    @@ -16548,7 +16548,7 @@

    Return Value

    result

    @@ -16645,7 +16645,7 @@

    Return Value

    result

    @@ -16755,7 +16755,7 @@

    Return Value

    result

    @@ -16839,7 +16839,7 @@

    Return Value

    count

    @@ -16936,7 +16936,7 @@

    Return Value

    count

    @@ -17046,7 +17046,7 @@

    Return Value

    count

    @@ -17143,7 +17143,7 @@

    Return Value

    result

    @@ -17253,7 +17253,7 @@

    Return Value

    result

    @@ -17363,7 +17363,7 @@

    Return Value

    result

    @@ -17486,7 +17486,7 @@

    Return Value

    result

    @@ -17558,7 +17558,7 @@

    Return Value

    result

    @@ -17643,7 +17643,7 @@

    Return Value

    result

    @@ -17728,7 +17728,7 @@

    Return Value

    result

    @@ -17826,7 +17826,7 @@

    Return Value

    result

    @@ -17937,7 +17937,7 @@

    Return Value

    result

    @@ -18061,7 +18061,7 @@

    Return Value

    result

    @@ -18146,7 +18146,7 @@

    Return Value

    result

    @@ -18244,7 +18244,7 @@

    Return Value

    result

    @@ -18342,7 +18342,7 @@

    Return Value

    result

    @@ -18453,7 +18453,7 @@

    Return Value

    result

    @@ -18577,7 +18577,7 @@

    Return Value

    result

    @@ -18714,7 +18714,7 @@

    Return Value

    result

    @@ -18799,7 +18799,7 @@

    Return Value

    result

    @@ -18897,7 +18897,7 @@

    Return Value

    result

    @@ -18995,7 +18995,7 @@

    Return Value

    result

    @@ -19106,7 +19106,7 @@

    Return Value

    result

    @@ -19230,7 +19230,7 @@

    Return Value

    result

    @@ -19367,7 +19367,7 @@

    Return Value

    result

    @@ -19465,7 +19465,7 @@

    Return Value

    result

    @@ -19576,7 +19576,7 @@

    Return Value

    result

    @@ -19687,7 +19687,7 @@

    Return Value

    result

    @@ -19811,7 +19811,7 @@

    Return Value

    result

    @@ -19948,7 +19948,7 @@

    Return Value

    result

    @@ -20098,7 +20098,7 @@

    Return Value

    result

    @@ -20184,7 +20184,7 @@

    Return Value

    result

    @@ -20283,7 +20283,7 @@

    Return Value

    result

    @@ -20382,7 +20382,7 @@

    Return Value

    result

    @@ -20494,7 +20494,7 @@

    Return Value

    result

    @@ -20619,7 +20619,7 @@

    Return Value

    result

    @@ -20757,7 +20757,7 @@

    Return Value

    result

    @@ -20855,7 +20855,7 @@

    Return Value

    result

    @@ -20966,7 +20966,7 @@

    Return Value

    result

    @@ -21077,7 +21077,7 @@

    Return Value

    result

    @@ -21201,7 +21201,7 @@

    Return Value

    result

    @@ -21338,7 +21338,7 @@

    Return Value

    result

    @@ -21488,7 +21488,7 @@

    Return Value

    result

    @@ -21586,7 +21586,7 @@

    Return Value

    result

    @@ -21697,7 +21697,7 @@

    Return Value

    result

    @@ -21808,7 +21808,7 @@

    Return Value

    result

    @@ -21932,7 +21932,7 @@

    Return Value

    result

    @@ -22069,7 +22069,7 @@

    Return Value

    result

    @@ -22219,7 +22219,7 @@

    Return Value

    result

    @@ -22330,7 +22330,7 @@

    Return Value

    result

    @@ -22454,7 +22454,7 @@

    Return Value

    result

    @@ -22578,7 +22578,7 @@

    Return Value

    result

    @@ -22715,7 +22715,7 @@

    Return Value

    result

    @@ -22865,7 +22865,7 @@

    Return Value

    result

    @@ -23028,7 +23028,7 @@

    Return Value

    result

    @@ -23113,7 +23113,7 @@

    Return Value

    result

    @@ -23211,7 +23211,7 @@

    Return Value

    result

    @@ -23309,7 +23309,7 @@

    Return Value

    result

    @@ -23420,7 +23420,7 @@

    Return Value

    result

    @@ -23544,7 +23544,7 @@

    Return Value

    result

    @@ -23681,7 +23681,7 @@

    Return Value

    result

    @@ -23778,7 +23778,7 @@

    Return Value

    result

    @@ -23889,7 +23889,7 @@

    Return Value

    result

    @@ -24000,7 +24000,7 @@

    Return Value

    result

    @@ -24124,7 +24124,7 @@

    Return Value

    result

    @@ -24261,7 +24261,7 @@

    Return Value

    result

    @@ -24411,7 +24411,7 @@

    Return Value

    result

    @@ -24509,7 +24509,7 @@

    Return Value

    result

    @@ -24620,7 +24620,7 @@

    Return Value

    result

    @@ -24731,7 +24731,7 @@

    Return Value

    result

    @@ -24855,7 +24855,7 @@

    Return Value

    result

    @@ -24992,7 +24992,7 @@

    Return Value

    result

    @@ -25142,7 +25142,7 @@

    Return Value

    result

    @@ -25253,7 +25253,7 @@

    Return Value

    result

    @@ -25377,7 +25377,7 @@

    Return Value

    result

    @@ -25501,7 +25501,7 @@

    Return Value

    result

    @@ -25638,7 +25638,7 @@

    Return Value

    result

    @@ -25788,7 +25788,7 @@

    Return Value

    result

    @@ -25951,7 +25951,7 @@

    Return Value

    result

    @@ -26050,7 +26050,7 @@

    Return Value

    result

    @@ -26162,7 +26162,7 @@

    Return Value

    result

    @@ -26274,7 +26274,7 @@

    Return Value

    result

    @@ -26399,7 +26399,7 @@

    Return Value

    result

    @@ -26537,7 +26537,7 @@

    Return Value

    result

    @@ -26688,7 +26688,7 @@

    Return Value

    result

    @@ -26799,7 +26799,7 @@

    Return Value

    result

    @@ -26923,7 +26923,7 @@

    Return Value

    result

    @@ -27047,7 +27047,7 @@

    Return Value

    result

    @@ -27184,7 +27184,7 @@

    Return Value

    result

    @@ -27334,7 +27334,7 @@

    Return Value

    result

    @@ -27497,7 +27497,7 @@

    Return Value

    result

    @@ -27608,7 +27608,7 @@

    Return Value

    result

    @@ -27732,7 +27732,7 @@

    Return Value

    result

    @@ -27856,7 +27856,7 @@

    Return Value

    result

    @@ -27993,7 +27993,7 @@

    Return Value

    result

    @@ -28143,7 +28143,7 @@

    Return Value

    result

    @@ -28306,7 +28306,7 @@

    Return Value

    result

    @@ -28430,7 +28430,7 @@

    Return Value

    result

    @@ -28567,7 +28567,7 @@

    Return Value

    result

    @@ -28704,7 +28704,7 @@

    Return Value

    result

    @@ -28854,7 +28854,7 @@

    Return Value

    result

    @@ -29017,7 +29017,7 @@

    Return Value

    result

    @@ -29193,7 +29193,7 @@

    Return Value

    result

    @@ -29292,7 +29292,7 @@

    Return Value

    result

    @@ -29404,7 +29404,7 @@

    Return Value

    result

    @@ -29516,7 +29516,7 @@

    Return Value

    result

    @@ -29641,7 +29641,7 @@

    Return Value

    result

    @@ -29779,7 +29779,7 @@

    Return Value

    result

    @@ -29930,7 +29930,7 @@

    Return Value

    result

    @@ -30041,7 +30041,7 @@

    Return Value

    result

    @@ -30165,7 +30165,7 @@

    Return Value

    result

    @@ -30289,7 +30289,7 @@

    Return Value

    result

    @@ -30426,7 +30426,7 @@

    Return Value

    result

    @@ -30576,7 +30576,7 @@

    Return Value

    result

    @@ -30739,7 +30739,7 @@

    Return Value

    result

    @@ -30850,7 +30850,7 @@

    Return Value

    result

    @@ -30974,7 +30974,7 @@

    Return Value

    result

    @@ -31098,7 +31098,7 @@

    Return Value

    result

    @@ -31235,7 +31235,7 @@

    Return Value

    result

    @@ -31385,7 +31385,7 @@

    Return Value

    result

    @@ -31548,7 +31548,7 @@

    Return Value

    result

    @@ -31672,7 +31672,7 @@

    Return Value

    result

    @@ -31809,7 +31809,7 @@

    Return Value

    result

    @@ -31946,7 +31946,7 @@

    Return Value

    result

    @@ -32096,7 +32096,7 @@

    Return Value

    result

    @@ -32259,7 +32259,7 @@

    Return Value

    result

    @@ -32435,7 +32435,7 @@

    Return Value

    result

    @@ -32520,7 +32520,7 @@

    Return Value

    result

    @@ -32618,7 +32618,7 @@

    Return Value

    result

    @@ -32716,7 +32716,7 @@

    Return Value

    result

    @@ -32827,7 +32827,7 @@

    Return Value

    result

    @@ -32951,7 +32951,7 @@

    Return Value

    result

    @@ -33088,7 +33088,7 @@

    Return Value

    result

    @@ -33186,7 +33186,7 @@

    Return Value

    result

    @@ -33297,7 +33297,7 @@

    Return Value

    result

    @@ -33408,7 +33408,7 @@

    Return Value

    result

    @@ -33532,7 +33532,7 @@

    Return Value

    result

    @@ -33669,7 +33669,7 @@

    Return Value

    result

    @@ -33819,7 +33819,7 @@

    Return Value

    result

    @@ -33917,7 +33917,7 @@

    Return Value

    result

    @@ -34028,7 +34028,7 @@

    Return Value

    result

    @@ -34139,7 +34139,7 @@

    Return Value

    result

    @@ -34263,7 +34263,7 @@

    Return Value

    result

    @@ -34400,7 +34400,7 @@

    Return Value

    result

    @@ -34550,7 +34550,7 @@

    Return Value

    result

    @@ -34661,7 +34661,7 @@

    Return Value

    result

    @@ -34785,7 +34785,7 @@

    Return Value

    result

    @@ -34909,7 +34909,7 @@

    Return Value

    result

    @@ -35046,7 +35046,7 @@

    Return Value

    result

    @@ -35196,7 +35196,7 @@

    Return Value

    result

    @@ -35359,7 +35359,7 @@

    Return Value

    result

    @@ -35457,7 +35457,7 @@

    Return Value

    result

    @@ -35568,7 +35568,7 @@

    Return Value

    result

    @@ -35679,7 +35679,7 @@

    Return Value

    result

    @@ -35803,7 +35803,7 @@

    Return Value

    result

    @@ -35940,7 +35940,7 @@

    Return Value

    result

    @@ -36090,7 +36090,7 @@

    Return Value

    result

    @@ -36201,7 +36201,7 @@

    Return Value

    result

    @@ -36325,7 +36325,7 @@

    Return Value

    result

    @@ -36449,7 +36449,7 @@

    Return Value

    result

    @@ -36586,7 +36586,7 @@

    Return Value

    result

    @@ -36736,7 +36736,7 @@

    Return Value

    result

    @@ -36899,7 +36899,7 @@

    Return Value

    result

    @@ -37010,7 +37010,7 @@

    Return Value

    result

    @@ -37134,7 +37134,7 @@

    Return Value

    result

    @@ -37258,7 +37258,7 @@

    Return Value

    result

    @@ -37395,7 +37395,7 @@

    Return Value

    result

    @@ -37545,7 +37545,7 @@

    Return Value

    result

    @@ -37708,7 +37708,7 @@

    Return Value

    result

    @@ -37832,7 +37832,7 @@

    Return Value

    result

    @@ -37969,7 +37969,7 @@

    Return Value

    result

    @@ -38106,7 +38106,7 @@

    Return Value

    result

    @@ -38256,7 +38256,7 @@

    Return Value

    result

    @@ -38419,7 +38419,7 @@

    Return Value

    result

    @@ -38595,7 +38595,7 @@

    Return Value

    result

    @@ -38707,7 +38707,7 @@

    Return Value

    result

    @@ -38832,7 +38832,7 @@

    Return Value

    result

    @@ -38957,7 +38957,7 @@

    Return Value

    result

    @@ -39095,7 +39095,7 @@

    Return Value

    result

    @@ -39246,7 +39246,7 @@

    Return Value

    result

    @@ -39410,7 +39410,7 @@

    Return Value

    result

    @@ -39534,7 +39534,7 @@

    Return Value

    result

    @@ -39671,7 +39671,7 @@

    Return Value

    result

    @@ -39808,7 +39808,7 @@

    Return Value

    result

    @@ -39958,7 +39958,7 @@

    Return Value

    result

    @@ -40121,7 +40121,7 @@

    Return Value

    result

    @@ -40297,7 +40297,7 @@

    Return Value

    result

    @@ -40421,7 +40421,7 @@

    Return Value

    result

    @@ -40558,7 +40558,7 @@

    Return Value

    result

    @@ -40695,7 +40695,7 @@

    Return Value

    result

    @@ -40845,7 +40845,7 @@

    Return Value

    result

    @@ -41008,7 +41008,7 @@

    Return Value

    result

    @@ -41184,7 +41184,7 @@

    Return Value

    result

    @@ -41321,7 +41321,7 @@

    Return Value

    result

    @@ -41471,7 +41471,7 @@

    Return Value

    result

    @@ -41621,7 +41621,7 @@

    Return Value

    result

    @@ -41784,7 +41784,7 @@

    Return Value

    result

    @@ -41960,7 +41960,7 @@

    Return Value

    result

    @@ -42149,7 +42149,7 @@

    Return Value

    result

    @@ -42273,7 +42273,7 @@

    Return Value

    result

    @@ -42410,7 +42410,7 @@

    Return Value

    result

    @@ -42573,7 +42573,7 @@

    Return Value

    result

    @@ -42710,7 +42710,7 @@

    Return Value

    result

    @@ -42860,7 +42860,7 @@

    Return Value

    result

    @@ -43036,7 +43036,7 @@

    Return Value

    result

    @@ -43133,7 +43133,7 @@

    Return Value

    count

    @@ -43243,7 +43243,7 @@

    Return Value

    count

    @@ -43366,7 +43366,7 @@

    Return Value

    count

    @@ -43424,7 +43424,7 @@

    Return Value

    result

    @@ -43494,7 +43494,7 @@

    Return Value

    result

    @@ -43565,7 +43565,7 @@

    Return Value

    result

    @@ -43649,7 +43649,7 @@

    Return Value

    result

    @@ -43720,7 +43720,7 @@

    Return Value

    result

    @@ -43804,7 +43804,7 @@

    Return Value

    result

    @@ -43888,7 +43888,7 @@

    Return Value

    result

    @@ -43985,7 +43985,7 @@

    Return Value

    result

    @@ -44043,7 +44043,7 @@

    Return Value

    SQL

    @@ -44113,7 +44113,7 @@

    Return Value

    SQL

    @@ -44171,7 +44171,7 @@

    Return Value

    SQL

    @@ -44241,7 +44241,7 @@

    Return Value

    SQL

    @@ -44299,7 +44299,7 @@

    Return Value

    SQL

    @@ -44370,7 +44370,7 @@

    Return Value

    SQL

    @@ -44441,7 +44441,7 @@

    Return Value

    SQL

    @@ -44525,7 +44525,7 @@

    Return Value

    SQL

    @@ -44635,7 +44635,7 @@

    Return Value

    result

    @@ -44758,7 +44758,7 @@

    Return Value

    result

    @@ -44881,7 +44881,7 @@

    Return Value

    result

    @@ -45017,7 +45017,7 @@

    Return Value

    result

    @@ -45140,7 +45140,7 @@

    Return Value

    result set

    @@ -45276,7 +45276,7 @@

    Return Value

    result

    @@ -45412,7 +45412,7 @@

    Return Value

    result

    @@ -45561,7 +45561,7 @@

    Return Value

    result

    @@ -45671,7 +45671,7 @@

    Return Value

    result

    @@ -45768,7 +45768,7 @@

    Return Value

    result

    @@ -45891,7 +45891,7 @@

    Return Value

    result

    @@ -46001,7 +46001,7 @@

    Return Value

    result

    @@ -46059,7 +46059,7 @@

    Return Value

    true if paginated

    @@ -46117,7 +46117,7 @@

    Return Value

    object paginated results

    @@ -46188,7 +46188,7 @@

    Return Value

    object paginated results

    @@ -46247,7 +46247,7 @@

    Return Value

    result

    @@ -46318,7 +46318,7 @@

    Return Value

    result

    @@ -46389,7 +46389,7 @@

    Return Value

    result

    @@ -46474,7 +46474,7 @@

    Return Value

    result

    @@ -46546,7 +46546,7 @@

    Return Value

    result

    @@ -46631,7 +46631,7 @@

    Return Value

    result

    @@ -46716,7 +46716,7 @@

    Return Value

    result

    @@ -46814,7 +46814,7 @@

    Return Value

    result

    @@ -46899,7 +46899,7 @@

    Return Value

    result

    @@ -46997,7 +46997,7 @@

    Return Value

    result

    @@ -47095,7 +47095,7 @@

    Return Value

    result

    @@ -47206,7 +47206,7 @@

    Return Value

    result

    @@ -47304,7 +47304,7 @@

    Return Value

    result

    @@ -47415,7 +47415,7 @@

    Return Value

    result

    @@ -47526,7 +47526,7 @@

    Return Value

    result

    @@ -47650,7 +47650,7 @@

    Return Value

    result

    @@ -47722,7 +47722,7 @@

    Return Value

    result

    @@ -47807,7 +47807,7 @@

    Return Value

    result

    @@ -47892,7 +47892,7 @@

    Return Value

    result

    @@ -47990,7 +47990,7 @@

    Return Value

    result

    @@ -48075,7 +48075,7 @@

    Return Value

    result

    @@ -48173,7 +48173,7 @@

    Return Value

    result

    @@ -48271,7 +48271,7 @@

    Return Value

    result

    @@ -48382,7 +48382,7 @@

    Return Value

    result

    @@ -48480,7 +48480,7 @@

    Return Value

    result

    @@ -48591,7 +48591,7 @@

    Return Value

    result

    @@ -48702,7 +48702,7 @@

    Return Value

    result

    @@ -48826,7 +48826,7 @@

    Return Value

    result

    @@ -48937,7 +48937,7 @@

    Return Value

    result

    @@ -49061,7 +49061,7 @@

    Return Value

    result

    @@ -49185,7 +49185,7 @@

    Return Value

    result

    @@ -49322,7 +49322,7 @@

    Return Value

    result

    @@ -49420,7 +49420,7 @@

    Return Value

    result

    @@ -49531,7 +49531,7 @@

    Return Value

    result

    @@ -49642,7 +49642,7 @@

    Return Value

    result

    @@ -49766,7 +49766,7 @@

    Return Value

    result

    @@ -49877,7 +49877,7 @@

    Return Value

    result

    @@ -50001,7 +50001,7 @@

    Return Value

    result

    @@ -50125,7 +50125,7 @@

    Return Value

    result

    @@ -50262,7 +50262,7 @@

    Return Value

    result

    @@ -50386,7 +50386,7 @@

    Return Value

    result

    @@ -50523,7 +50523,7 @@

    Return Value

    result

    @@ -50660,7 +50660,7 @@

    Return Value

    result

    @@ -50810,7 +50810,7 @@

    Return Value

    result

    @@ -50947,7 +50947,7 @@

    Return Value

    result

    @@ -51097,7 +51097,7 @@

    Return Value

    result

    @@ -51247,7 +51247,7 @@

    Return Value

    result

    @@ -51410,7 +51410,7 @@

    Return Value

    result

    @@ -51508,7 +51508,7 @@

    Return Value

    result

    @@ -51619,7 +51619,7 @@

    Return Value

    result

    @@ -51756,7 +51756,7 @@

    Return Value

    result

    @@ -51867,7 +51867,7 @@

    Return Value

    result

    @@ -51991,7 +51991,7 @@

    Return Value

    result

    @@ -52141,7 +52141,7 @@

    Return Value

    result

    @@ -52211,7 +52211,7 @@

    Return Value

    limit

    @@ -52269,7 +52269,7 @@

    Return Value

    true if exists

    @@ -52327,7 +52327,7 @@

    Return Value

    true if exists

    @@ -52385,7 +52385,7 @@

    Return Value

    object

    @@ -52420,7 +52420,7 @@

    Declaration

    @@ -52455,7 +52455,7 @@

    Declaration

    @@ -52490,7 +52490,7 @@

    Declaration

    @@ -52529,7 +52529,7 @@

    Return Value

    true if in transaction

    @@ -52587,7 +52587,7 @@

    Return Value

    rows updated

    @@ -52671,7 +52671,7 @@

    Return Value

    rows updated

    @@ -52729,7 +52729,7 @@

    Return Value

    rows deleted

    @@ -52787,7 +52787,7 @@

    Return Value

    rows deleted

    @@ -52845,7 +52845,7 @@

    Return Value

    rows deleted

    @@ -52903,7 +52903,7 @@

    Return Value

    rows deleted

    @@ -52973,7 +52973,7 @@

    Return Value

    rows deleted

    @@ -53031,7 +53031,7 @@

    Return Value

    rows deleted

    @@ -53070,7 +53070,7 @@

    Return Value

    rows deleted

    @@ -53128,7 +53128,7 @@

    Return Value

    insertion id

    @@ -53186,7 +53186,7 @@

    Return Value

    insertion id

    @@ -53244,7 +53244,7 @@

    Return Value

    insertion id if created

    @@ -53302,7 +53302,7 @@

    Return Value

    insertion id if created

    @@ -53341,7 +53341,7 @@

    Return Value

    true if has an id

    @@ -53399,7 +53399,7 @@

    Return Value

    id value

    @@ -53457,7 +53457,7 @@

    Return Value

    id values in an array

    @@ -53523,7 +53523,7 @@

    Parameters

    @@ -53589,7 +53589,7 @@

    Parameters

    @@ -53647,7 +53647,7 @@

    Return Value

    column values

    @@ -53705,7 +53705,7 @@

    Return Value

    pk where clause

    @@ -53763,7 +53763,7 @@

    Return Value

    pk where args

    @@ -53821,7 +53821,7 @@

    Return Value

    where clause

    @@ -53879,7 +53879,7 @@

    Return Value

    where clause

    @@ -53950,7 +53950,7 @@

    Return Value

    where clause

    @@ -54008,7 +54008,7 @@

    Return Value

    where clause

    @@ -54079,7 +54079,7 @@

    Return Value

    where clause

    @@ -54149,7 +54149,7 @@

    Return Value

    where clause

    @@ -54220,7 +54220,7 @@

    Return Value

    where clause

    @@ -54304,7 +54304,7 @@

    Return Value

    where clause

    @@ -54375,7 +54375,7 @@

    Return Value

    where clause

    @@ -54446,7 +54446,7 @@

    Return Value

    where clause

    @@ -54504,7 +54504,7 @@

    Return Value

    where args

    @@ -54562,7 +54562,7 @@

    Return Value

    where args

    @@ -54620,7 +54620,7 @@

    Return Value

    where args

    @@ -54678,7 +54678,7 @@

    Return Value

    where args

    @@ -54736,7 +54736,7 @@

    Return Value

    where args

    @@ -54807,7 +54807,7 @@

    Return Value

    where clause

    @@ -54879,7 +54879,7 @@

    Return Value

    where args

    @@ -54918,7 +54918,7 @@

    Return Value

    count

    @@ -54976,7 +54976,7 @@

    Return Value

    count

    @@ -55046,7 +55046,7 @@

    Return Value

    count

    @@ -55104,7 +55104,7 @@

    Return Value

    count

    @@ -55174,7 +55174,7 @@

    Return Value

    count

    @@ -55244,7 +55244,7 @@

    Return Value

    count

    @@ -55328,7 +55328,7 @@

    Return Value

    count

    @@ -55412,7 +55412,7 @@

    Return Value

    count

    @@ -55509,7 +55509,7 @@

    Return Value

    count

    @@ -55567,7 +55567,7 @@

    Return Value

    min or null

    @@ -55651,7 +55651,7 @@

    Return Value

    min or nil

    @@ -55709,7 +55709,7 @@

    Return Value

    max or null

    @@ -55793,7 +55793,7 @@

    Return Value

    max or nil

    @@ -55863,7 +55863,7 @@

    Return Value

    single result object

    @@ -55948,7 +55948,7 @@

    Return Value

    single result object

    @@ -56032,7 +56032,7 @@

    Return Value

    result, null if no result

    @@ -56129,7 +56129,7 @@

    Return Value

    result, null if no result

    @@ -56200,7 +56200,7 @@

    Return Value

    single column result strings

    @@ -56285,7 +56285,7 @@

    Return Value

    single column results

    @@ -56369,7 +56369,7 @@

    Return Value

    single column results

    @@ -56467,7 +56467,7 @@

    Return Value

    single column results

    @@ -56564,7 +56564,7 @@

    Return Value

    single column results

    @@ -56675,7 +56675,7 @@

    Return Value

    single column results

    @@ -56746,7 +56746,7 @@

    Return Value

    results

    @@ -56830,7 +56830,7 @@

    Return Value

    results

    @@ -56901,7 +56901,7 @@

    Return Value

    single row results

    @@ -56985,7 +56985,7 @@

    Return Value

    single row results

    @@ -57069,7 +57069,7 @@

    Return Value

    results

    @@ -57166,7 +57166,7 @@

    Return Value

    results

    @@ -57233,7 +57233,7 @@

    Parameters

    @@ -57299,7 +57299,7 @@

    Parameters

    @@ -57353,7 +57353,7 @@

    Parameters

    @@ -57407,7 +57407,7 @@

    Parameters

    @@ -57461,7 +57461,7 @@

    Parameters

    @@ -57515,7 +57515,7 @@

    Parameters

    @@ -57525,7 +57525,7 @@

    Parameters

    diff --git a/docs/docs/api/Classes/GPKGBaseExtension.html b/docs/docs/api/Classes/GPKGBaseExtension.html index 6c72fdc4..44b2040e 100644 --- a/docs/docs/api/Classes/GPKGBaseExtension.html +++ b/docs/docs/api/Classes/GPKGBaseExtension.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGBaseExtension

    Abstract base GeoPackage extension

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5174,7 +5174,7 @@

    Return Value

    new base extension

    @@ -5232,7 +5232,7 @@

    Return Value

    new base extension

    @@ -5343,7 +5343,7 @@

    Return Value

    extension

    @@ -5401,7 +5401,7 @@

    Return Value

    extension results

    @@ -5459,7 +5459,7 @@

    Return Value

    true if extension exists

    @@ -5530,7 +5530,7 @@

    Return Value

    extension results

    @@ -5601,7 +5601,7 @@

    Return Value

    true if extension exists

    @@ -5685,7 +5685,7 @@

    Return Value

    extension

    @@ -5769,7 +5769,7 @@

    Return Value

    true if extension exists

    @@ -5804,7 +5804,7 @@

    Declaration

    @@ -5814,7 +5814,7 @@

    Declaration

    diff --git a/docs/docs/api/Classes/GPKGBoundedOverlay.html b/docs/docs/api/Classes/GPKGBoundedOverlay.html index c5f9c757..7c271aa2 100644 --- a/docs/docs/api/Classes/GPKGBoundedOverlay.html +++ b/docs/docs/api/Classes/GPKGBoundedOverlay.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGBoundedOverlay

    Abstract overlay which provides bounding returned tiles by zoom levels and/or a bounding box

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5151,7 +5151,7 @@

    Declaration

    @@ -5190,7 +5190,7 @@

    Return Value

    new bounded overlay

    @@ -5257,7 +5257,7 @@

    Parameters

    @@ -5315,7 +5315,7 @@

    Return Value

    bounding box

    @@ -5397,7 +5397,7 @@

    Return Value

    true if there is a tile

    @@ -5481,7 +5481,7 @@

    Return Value

    true if there is a tile

    @@ -5565,7 +5565,7 @@

    Return Value

    tile

    @@ -5649,7 +5649,7 @@

    Return Value

    true if within the bounds

    @@ -5707,7 +5707,7 @@

    Return Value

    true if within the zoom bounds

    @@ -5791,7 +5791,7 @@

    Return Value

    true if within the bounding box bounds

    @@ -5801,7 +5801,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGBoundingBox.html b/docs/docs/api/Classes/GPKGBoundingBox.html index 8ea01891..0dbccb4d 100644 --- a/docs/docs/api/Classes/GPKGBoundingBox.html +++ b/docs/docs/api/Classes/GPKGBoundingBox.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGBoundingBox

    Bounding box with longitude and latitude range

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5151,7 +5151,7 @@

    Declaration

    @@ -5186,7 +5186,7 @@

    Declaration

    @@ -5225,7 +5225,7 @@

    Return Value

    new bounding box

    @@ -5264,7 +5264,7 @@

    Return Value

    new bounding box

    @@ -5303,7 +5303,7 @@

    Return Value

    new bounding box

    @@ -5342,7 +5342,7 @@

    Return Value

    new bounding box

    @@ -5439,7 +5439,7 @@

    Return Value

    new bounding box

    @@ -5536,7 +5536,7 @@

    Return Value

    new bounding box

    @@ -5594,7 +5594,7 @@

    Return Value

    new bounding box

    @@ -5652,7 +5652,7 @@

    Return Value

    new bounding box

    @@ -5710,7 +5710,7 @@

    Return Value

    new bounding box

    @@ -5749,7 +5749,7 @@

    Return Value

    longitude range

    @@ -5788,7 +5788,7 @@

    Return Value

    longitude range

    @@ -5827,7 +5827,7 @@

    Return Value

    latitude range

    @@ -5866,7 +5866,7 @@

    Return Value

    latitude range

    @@ -5905,7 +5905,7 @@

    Return Value

    centroid point

    @@ -5963,7 +5963,7 @@

    Return Value

    centroid point

    @@ -6021,7 +6021,7 @@

    Return Value

    centroid point

    @@ -6092,7 +6092,7 @@

    Return Value

    centroid point

    @@ -6131,7 +6131,7 @@

    Return Value

    centroid point

    @@ -6189,7 +6189,7 @@

    Return Value

    centroid point

    @@ -6228,7 +6228,7 @@

    Return Value

    geometry envelope

    @@ -6287,7 +6287,7 @@

    Return Value

    geometry envelope

    @@ -6326,7 +6326,7 @@

    Return Value

    geometry, polygon or point

    @@ -6384,7 +6384,7 @@

    Return Value

    geometry, polygon or point

    @@ -6442,7 +6442,7 @@

    Return Value

    true if equal, false if not

    @@ -6481,7 +6481,7 @@

    Return Value

    map rectangle

    @@ -6520,7 +6520,7 @@

    Return Value

    Coordinate Region

    @@ -6559,7 +6559,7 @@

    Return Value

    Span

    @@ -6598,7 +6598,7 @@

    Return Value

    center location

    @@ -6637,7 +6637,7 @@

    Return Value

    bounding box size

    @@ -6696,7 +6696,7 @@

    Return Value

    complementary bounding box or nil if none

    @@ -6735,7 +6735,7 @@

    Return Value

    complementary bounding box or nil if none

    @@ -6774,7 +6774,7 @@

    Return Value

    complementary bounding box or nil if none

    @@ -6835,7 +6835,7 @@

    Return Value

    bounded bounding box

    @@ -6874,7 +6874,7 @@

    Return Value

    bounded bounding box

    @@ -6913,7 +6913,7 @@

    Return Value

    bounded bounding box

    @@ -6974,7 +6974,7 @@

    Return Value

    expanded bounding box

    @@ -7015,7 +7015,7 @@

    Return Value

    expanded bounding box

    @@ -7056,7 +7056,7 @@

    Return Value

    expanded bounding box

    @@ -7114,7 +7114,7 @@

    Return Value

    transformed bounding box

    @@ -7172,7 +7172,7 @@

    Return Value

    true if intersects

    @@ -7243,7 +7243,7 @@

    Return Value

    true if intersects

    @@ -7301,7 +7301,7 @@

    Return Value

    bounding box

    @@ -7372,7 +7372,7 @@

    Return Value

    bounding box

    @@ -7430,7 +7430,7 @@

    Return Value

    bounding box

    @@ -7488,7 +7488,7 @@

    Return Value

    true if contains

    @@ -7527,7 +7527,7 @@

    Return Value

    new square expanded bounding box

    @@ -7587,7 +7587,7 @@

    Return Value

    new square expanded bounding box

    @@ -7626,7 +7626,7 @@

    Return Value

    true if a single point bounds

    @@ -7636,7 +7636,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGColumnConstraints.html b/docs/docs/api/Classes/GPKGColumnConstraints.html index 776d93a5..ebd4abe9 100644 --- a/docs/docs/api/Classes/GPKGColumnConstraints.html +++ b/docs/docs/api/Classes/GPKGColumnConstraints.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGColumnConstraints

    Column Constraints

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5174,7 +5174,7 @@

    Return Value

    new column constraints

    @@ -5228,7 +5228,7 @@

    Parameters

    @@ -5282,7 +5282,7 @@

    Parameters

    @@ -5336,7 +5336,7 @@

    Parameters

    @@ -5394,7 +5394,7 @@

    Return Value

    constraint

    @@ -5433,7 +5433,7 @@

    Return Value

    constraints count

    @@ -5487,7 +5487,7 @@

    Parameters

    @@ -5526,7 +5526,7 @@

    Return Value

    true if has constraints

    @@ -5536,7 +5536,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGColumnValue.html b/docs/docs/api/Classes/GPKGColumnValue.html index 15c36dfb..5b2fe651 100644 --- a/docs/docs/api/Classes/GPKGColumnValue.html +++ b/docs/docs/api/Classes/GPKGColumnValue.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5046,7 +5046,7 @@

    GPKGColumnValue

    tolerance for floating point numbers

    @@ -5082,7 +5082,7 @@

    Declaration

    @@ -5117,7 +5117,7 @@

    Declaration

    @@ -5175,7 +5175,7 @@

    Return Value

    new column value

    @@ -5246,7 +5246,7 @@

    Return Value

    new column value

    @@ -5256,7 +5256,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGColumnValues.html b/docs/docs/api/Classes/GPKGColumnValues.html index f253eb63..2af9e7c3 100644 --- a/docs/docs/api/Classes/GPKGColumnValues.html +++ b/docs/docs/api/Classes/GPKGColumnValues.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGColumnValues

    Collection of column values

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5155,7 +5155,7 @@

    Return Value

    new column values

    @@ -5194,7 +5194,7 @@

    Return Value

    column value count

    @@ -5260,7 +5260,7 @@

    Parameters

    @@ -5318,7 +5318,7 @@

    Return Value

    value

    @@ -5328,7 +5328,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGCompositeOverlay.html b/docs/docs/api/Classes/GPKGCompositeOverlay.html index 6a2d4fc9..d35ea2be 100644 --- a/docs/docs/api/Classes/GPKGCompositeOverlay.html +++ b/docs/docs/api/Classes/GPKGCompositeOverlay.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGCompositeOverlay

    Composite overlay comprised of multiple overlays, checking each in order for a tile

    @@ -5085,7 +5085,7 @@

    Return Value

    new composite overlay

    @@ -5143,7 +5143,7 @@

    Return Value

    new composite overlay

    @@ -5201,7 +5201,7 @@

    Return Value

    new composite overlay

    @@ -5255,7 +5255,7 @@

    Parameters

    @@ -5309,7 +5309,7 @@

    Parameters

    @@ -5344,7 +5344,7 @@

    Declaration

    @@ -5354,7 +5354,7 @@

    Declaration

    diff --git a/docs/docs/api/Classes/GPKGCompressFormats.html b/docs/docs/api/Classes/GPKGCompressFormats.html index a228c74d..bdb4e82e 100644 --- a/docs/docs/api/Classes/GPKGCompressFormats.html +++ b/docs/docs/api/Classes/GPKGCompressFormats.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5065,7 +5065,7 @@

    GPKGCompressFormats

    Undocumented

    @@ -5124,7 +5124,7 @@

    Return Value

    compress format name

    @@ -5182,7 +5182,7 @@

    Return Value

    compress format

    @@ -5192,7 +5192,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGConnection.html b/docs/docs/api/Classes/GPKGConnection.html index c8049c2a..8bf891b4 100644 --- a/docs/docs/api/Classes/GPKGConnection.html +++ b/docs/docs/api/Classes/GPKGConnection.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGConnection

    GeoPackage database connection

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5174,7 +5174,7 @@

    Return Value

    new connection

    @@ -5245,7 +5245,7 @@

    Return Value

    new connection

    @@ -5280,7 +5280,7 @@

    Declaration

    @@ -5338,7 +5338,7 @@

    Return Value

    result set

    @@ -5408,7 +5408,7 @@

    Return Value

    result set

    @@ -5544,7 +5544,7 @@

    Return Value

    result set

    @@ -5693,7 +5693,7 @@

    Return Value

    result set

    @@ -5842,7 +5842,7 @@

    Return Value

    result set

    @@ -6004,7 +6004,7 @@

    Return Value

    result set

    @@ -6127,7 +6127,7 @@

    Return Value

    SQL

    @@ -6263,7 +6263,7 @@

    Return Value

    SQL

    @@ -6399,7 +6399,7 @@

    Return Value

    SQL

    @@ -6548,7 +6548,7 @@

    Return Value

    SQL

    @@ -6606,7 +6606,7 @@

    Return Value

    count

    @@ -6676,7 +6676,7 @@

    Return Value

    count

    @@ -6734,7 +6734,7 @@

    Return Value

    count

    @@ -6804,7 +6804,7 @@

    Return Value

    count

    @@ -6888,7 +6888,7 @@

    Return Value

    count

    @@ -6958,7 +6958,7 @@

    Return Value

    count

    @@ -7042,7 +7042,7 @@

    Return Value

    count

    @@ -7139,7 +7139,7 @@

    Return Value

    count

    @@ -7249,7 +7249,7 @@

    Return Value

    count

    @@ -7319,7 +7319,7 @@

    Return Value

    min or nil

    @@ -7416,7 +7416,7 @@

    Return Value

    min or nil

    @@ -7486,7 +7486,7 @@

    Return Value

    max or nil

    @@ -7583,7 +7583,7 @@

    Return Value

    max or nil

    @@ -7618,7 +7618,7 @@

    Declaration

    @@ -7653,7 +7653,7 @@

    Declaration

    @@ -7688,7 +7688,7 @@

    Declaration

    @@ -7723,7 +7723,7 @@

    Declaration

    @@ -7762,7 +7762,7 @@

    Return Value

    true if in transaction

    @@ -7803,7 +7803,7 @@

    Return Value

    violations and not enabled

    @@ -7842,7 +7842,7 @@

    Return Value

    true if enabled, false if disabled

    @@ -7900,7 +7900,7 @@

    Return Value

    previous foreign keys value

    @@ -7940,7 +7940,7 @@

    Return Value

    violation. see SQLite PRAGMA foreign_key_check

    @@ -7999,7 +7999,7 @@

    Return Value

    violation. see SQLite PRAGMA foreign_key_check

    @@ -8057,7 +8057,7 @@

    Return Value

    insertion id

    @@ -8115,7 +8115,7 @@

    Return Value

    updated rows

    @@ -8199,7 +8199,7 @@

    Return Value

    updated rows

    @@ -8296,7 +8296,7 @@

    Return Value

    updated rows

    @@ -8367,7 +8367,7 @@

    Return Value

    insertion id

    @@ -8425,7 +8425,7 @@

    Return Value

    deleted rows

    @@ -8495,7 +8495,7 @@

    Return Value

    deleted rows

    @@ -8579,7 +8579,7 @@

    Return Value

    deleted rows

    @@ -8633,7 +8633,7 @@

    Parameters

    @@ -8687,7 +8687,7 @@

    Parameters

    @@ -8741,7 +8741,7 @@

    Parameters

    @@ -8808,7 +8808,7 @@

    Parameters

    @@ -8866,7 +8866,7 @@

    Return Value

    removed statement or nil if not found

    @@ -8924,7 +8924,7 @@

    Return Value

    true if exists

    @@ -8982,7 +8982,7 @@

    Return Value

    true if exists

    @@ -9040,7 +9040,7 @@

    Return Value

    true if exists

    @@ -9111,7 +9111,7 @@

    Return Value

    true if column exists

    @@ -9191,7 +9191,7 @@

    Parameters

    @@ -9261,7 +9261,7 @@

    Return Value

    single result object

    @@ -9346,7 +9346,7 @@

    Return Value

    single result object

    @@ -9430,7 +9430,7 @@

    Return Value

    result, null if no result

    @@ -9527,7 +9527,7 @@

    Return Value

    result, null if no result

    @@ -9598,7 +9598,7 @@

    Return Value

    single column result strings

    @@ -9683,7 +9683,7 @@

    Return Value

    single column results

    @@ -9767,7 +9767,7 @@

    Return Value

    single column results

    @@ -9865,7 +9865,7 @@

    Return Value

    single column results

    @@ -9962,7 +9962,7 @@

    Return Value

    single column results

    @@ -10073,7 +10073,7 @@

    Return Value

    single column results

    @@ -10144,7 +10144,7 @@

    Return Value

    results

    @@ -10228,7 +10228,7 @@

    Return Value

    results

    @@ -10299,7 +10299,7 @@

    Return Value

    single row results

    @@ -10383,7 +10383,7 @@

    Return Value

    single row results

    @@ -10467,7 +10467,7 @@

    Return Value

    results

    @@ -10564,7 +10564,7 @@

    Return Value

    results

    @@ -10599,7 +10599,7 @@

    Declaration

    @@ -10653,7 +10653,7 @@

    Parameters

    @@ -10692,7 +10692,7 @@

    Return Value

    application id

    @@ -10731,7 +10731,7 @@

    Return Value

    application id integer

    @@ -10770,7 +10770,7 @@

    Return Value

    application id hex string

    @@ -10828,7 +10828,7 @@

    Return Value

    application id

    @@ -10863,7 +10863,7 @@

    Declaration

    @@ -10917,7 +10917,7 @@

    Parameters

    @@ -10956,7 +10956,7 @@

    Return Value

    user version

    @@ -10995,7 +10995,7 @@

    Return Value

    user version major

    @@ -11034,7 +11034,7 @@

    Return Value

    user version minor

    @@ -11073,7 +11073,7 @@

    Return Value

    user version patch

    @@ -11127,7 +11127,7 @@

    Parameters

    @@ -11207,7 +11207,7 @@

    Parameters

    @@ -11261,7 +11261,7 @@

    Parameters

    @@ -11315,7 +11315,7 @@

    Parameters

    @@ -11325,7 +11325,7 @@

    Parameters

    diff --git a/docs/docs/api/Classes/GPKGConnectionFunction.html b/docs/docs/api/Classes/GPKGConnectionFunction.html index d28d4e3a..72860037 100644 --- a/docs/docs/api/Classes/GPKGConnectionFunction.html +++ b/docs/docs/api/Classes/GPKGConnectionFunction.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGConnectionFunction

    GeoPackage connection function wrapper

    @@ -5130,7 +5130,7 @@

    Return Value

    new connection function

    @@ -5169,7 +5169,7 @@

    Return Value

    function

    @@ -5208,7 +5208,7 @@

    Return Value

    function name

    @@ -5247,7 +5247,7 @@

    Return Value

    function arguments count

    @@ -5257,7 +5257,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGConnectionPool.html b/docs/docs/api/Classes/GPKGConnectionPool.html index b16ba5ac..b810a0ab 100644 --- a/docs/docs/api/Classes/GPKGConnectionPool.html +++ b/docs/docs/api/Classes/GPKGConnectionPool.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5046,7 +5046,7 @@

    GPKGConnectionPool

    Opens connections as needed and keeps a configured amount of connections open for us.

    @@ -5086,7 +5086,7 @@

    Return Value

    open connection per pool

    @@ -5140,7 +5140,7 @@

    Parameters

    @@ -5179,7 +5179,7 @@

    Return Value

    check connections flag

    @@ -5233,7 +5233,7 @@

    Parameters

    @@ -5272,7 +5272,7 @@

    Return Value

    check frequency in seconds

    @@ -5326,7 +5326,7 @@

    Parameters

    @@ -5365,7 +5365,7 @@

    Return Value

    warning time in seconds

    @@ -5419,7 +5419,7 @@

    Parameters

    @@ -5458,7 +5458,7 @@

    Return Value

    maintain stack traces flag

    @@ -5512,7 +5512,7 @@

    Parameters

    @@ -5570,7 +5570,7 @@

    Return Value

    new connection

    @@ -5605,7 +5605,7 @@

    Declaration

    @@ -5644,7 +5644,7 @@

    Return Value

    connection

    @@ -5683,7 +5683,7 @@

    Return Value

    connection for result sets

    @@ -5722,7 +5722,7 @@

    Return Value

    connection for writing

    @@ -5757,7 +5757,7 @@

    Declaration

    @@ -5792,7 +5792,7 @@

    Declaration

    @@ -5827,7 +5827,7 @@

    Declaration

    @@ -5862,7 +5862,7 @@

    Declaration

    @@ -5901,7 +5901,7 @@

    Return Value

    true if in transaction

    @@ -5959,7 +5959,7 @@

    Return Value

    true if released

    @@ -6017,7 +6017,7 @@

    Return Value

    true if released

    @@ -6056,7 +6056,7 @@

    Return Value

    connection count

    @@ -6110,7 +6110,7 @@

    Parameters

    @@ -6164,7 +6164,7 @@

    Parameters

    @@ -6218,7 +6218,7 @@

    Parameters

    @@ -6285,7 +6285,7 @@

    Parameters

    @@ -6343,7 +6343,7 @@

    Return Value

    removed statement or nil if not found

    @@ -6382,7 +6382,7 @@

    Return Value

    removed statement count

    @@ -6392,7 +6392,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGConstraint.html b/docs/docs/api/Classes/GPKGConstraint.html index 309be379..4c843a31 100644 --- a/docs/docs/api/Classes/GPKGConstraint.html +++ b/docs/docs/api/Classes/GPKGConstraint.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGConstraint

    Table or column constraint

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5151,7 +5151,7 @@

    Declaration

    @@ -5205,7 +5205,7 @@

    Parameters

    @@ -5272,7 +5272,7 @@

    Parameters

    @@ -5339,7 +5339,7 @@

    Parameters

    @@ -5419,7 +5419,7 @@

    Parameters

    @@ -5458,7 +5458,7 @@

    Return Value

    name SQL

    @@ -5497,7 +5497,7 @@

    Return Value

    sql constraint

    @@ -5536,7 +5536,7 @@

    Return Value

    sort order

    @@ -5546,7 +5546,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGConstraintParser.html b/docs/docs/api/Classes/GPKGConstraintParser.html index 355b53c8..1da54139 100644 --- a/docs/docs/api/Classes/GPKGConstraintParser.html +++ b/docs/docs/api/Classes/GPKGConstraintParser.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGConstraintParser

    SQL constraint parser from create table statements

    @@ -5104,7 +5104,7 @@

    Return Value

    constraints

    @@ -5162,7 +5162,7 @@

    Return Value

    constraints

    @@ -5220,7 +5220,7 @@

    Return Value

    constraint or null

    @@ -5278,7 +5278,7 @@

    Return Value

    true if a table constraint

    @@ -5336,7 +5336,7 @@

    Return Value

    constraint type or null

    @@ -5406,7 +5406,7 @@

    Return Value

    true if the constraint type

    @@ -5464,7 +5464,7 @@

    Return Value

    constraint or null

    @@ -5522,7 +5522,7 @@

    Return Value

    true if a column constraint

    @@ -5580,7 +5580,7 @@

    Return Value

    constraint type or null

    @@ -5651,7 +5651,7 @@

    Return Value

    true if the constraint type

    @@ -5709,7 +5709,7 @@

    Return Value

    constraint or null

    @@ -5767,7 +5767,7 @@

    Return Value

    true if a constraint

    @@ -5825,7 +5825,7 @@

    Return Value

    constraint type or null

    @@ -5895,7 +5895,7 @@

    Return Value

    true if the constraint type

    @@ -5953,7 +5953,7 @@

    Return Value

    constraint name or null

    @@ -6011,7 +6011,7 @@

    Return Value

    array with name or null at index 0, definition at index 1

    @@ -6021,7 +6021,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGConstraintTypes.html b/docs/docs/api/Classes/GPKGConstraintTypes.html index 922270e0..219c3fad 100644 --- a/docs/docs/api/Classes/GPKGConstraintTypes.html +++ b/docs/docs/api/Classes/GPKGConstraintTypes.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5092,7 +5092,7 @@

    GPKGConstraintTypes

    Undocumented

    @@ -5151,7 +5151,7 @@

    Return Value

    constrainttype name

    @@ -5209,7 +5209,7 @@

    Return Value

    constraint type

    @@ -5267,7 +5267,7 @@

    Return Value

    constraint type or null

    @@ -5325,7 +5325,7 @@

    Return Value

    constraint type or null

    @@ -5383,7 +5383,7 @@

    Return Value

    constraint type or null

    @@ -5393,7 +5393,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGConstraints.html b/docs/docs/api/Classes/GPKGConstraints.html index a55090fb..0a2bd96a 100644 --- a/docs/docs/api/Classes/GPKGConstraints.html +++ b/docs/docs/api/Classes/GPKGConstraints.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGConstraints

    User table or column constraints

    @@ -5085,7 +5085,7 @@

    Return Value

    new constraints

    @@ -5143,7 +5143,7 @@

    Return Value

    new constraints

    @@ -5197,7 +5197,7 @@

    Parameters

    @@ -5251,7 +5251,7 @@

    Parameters

    @@ -5305,7 +5305,7 @@

    Parameters

    @@ -5344,7 +5344,7 @@

    Return Value

    true if has constraints

    @@ -5402,7 +5402,7 @@

    Return Value

    true if has constraints

    @@ -5441,7 +5441,7 @@

    Return Value

    size

    @@ -5499,7 +5499,7 @@

    Return Value

    size

    @@ -5538,7 +5538,7 @@

    Return Value

    constraints

    @@ -5596,7 +5596,7 @@

    Return Value

    constraint

    @@ -5654,7 +5654,7 @@

    Return Value

    constraints

    @@ -5693,7 +5693,7 @@

    Return Value

    cleared constraints

    @@ -5751,7 +5751,7 @@

    Return Value

    cleared constraints

    @@ -5761,7 +5761,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGContentValues.html b/docs/docs/api/Classes/GPKGContentValues.html index 48150581..d48ebfad 100644 --- a/docs/docs/api/Classes/GPKGContentValues.html +++ b/docs/docs/api/Classes/GPKGContentValues.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGContentValues

    Content Values mapping between columns and values

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5120,7 +5120,7 @@

    Return Value

    new content values

    @@ -5186,7 +5186,7 @@

    Parameters

    @@ -5240,7 +5240,7 @@

    Parameters

    @@ -5279,7 +5279,7 @@

    Return Value

    mapping count

    @@ -5337,7 +5337,7 @@

    Return Value

    value

    @@ -5376,7 +5376,7 @@

    Return Value

    all keys

    @@ -5434,7 +5434,7 @@

    Return Value

    key string

    @@ -5444,7 +5444,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGContents.html b/docs/docs/api/Classes/GPKGContents.html index 820bc611..6fb2046b 100644 --- a/docs/docs/api/Classes/GPKGContents.html +++ b/docs/docs/api/Classes/GPKGContents.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5047,7 +5047,7 @@

    GPKGContents

    available for access and/or update.

    @@ -5083,7 +5083,7 @@

    Declaration

    @@ -5120,7 +5120,7 @@

    Declaration

    @@ -5155,7 +5155,7 @@

    Declaration

    @@ -5190,7 +5190,7 @@

    Declaration

    @@ -5226,7 +5226,7 @@

    Declaration

    @@ -5261,7 +5261,7 @@

    Declaration

    @@ -5296,7 +5296,7 @@

    Declaration

    @@ -5331,7 +5331,7 @@

    Declaration

    @@ -5366,7 +5366,7 @@

    Declaration

    @@ -5401,7 +5401,7 @@

    Declaration

    @@ -5435,7 +5435,7 @@

    Return Value

    Contents Data Type

    @@ -5484,7 +5484,7 @@

    Parameters

    @@ -5546,7 +5546,7 @@

    Parameters

    @@ -5585,7 +5585,7 @@

    Return Value

    true if features type

    @@ -5624,7 +5624,7 @@

    Return Value

    true if features type or unknown

    @@ -5663,7 +5663,7 @@

    Return Value

    true if tiles type

    @@ -5702,7 +5702,7 @@

    Return Value

    true if tiles type or unknown

    @@ -5741,7 +5741,7 @@

    Return Value

    true if attributes type

    @@ -5780,7 +5780,7 @@

    Return Value

    true if attributes type or unknown

    @@ -5834,7 +5834,7 @@

    Parameters

    @@ -5873,7 +5873,7 @@

    Return Value

    bounding box

    @@ -5927,7 +5927,7 @@

    Parameters

    @@ -5937,7 +5937,7 @@

    Parameters

    diff --git a/docs/docs/api/Classes/GPKGContentsDao.html b/docs/docs/api/Classes/GPKGContentsDao.html index 5f9d7ea3..1d37c5c8 100644 --- a/docs/docs/api/Classes/GPKGContentsDao.html +++ b/docs/docs/api/Classes/GPKGContentsDao.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGContentsDao

    Contents Data Access Object

    @@ -5104,7 +5104,7 @@

    Return Value

    dao

    @@ -5162,7 +5162,7 @@

    Return Value

    new contents dao

    @@ -5220,7 +5220,7 @@

    Return Value

    table names

    @@ -5278,7 +5278,7 @@

    Return Value

    table names

    @@ -5336,7 +5336,7 @@

    Return Value

    table names

    @@ -5394,7 +5394,7 @@

    Return Value

    table names

    @@ -5452,7 +5452,7 @@

    Return Value

    contents result set

    @@ -5510,7 +5510,7 @@

    Return Value

    contents result set

    @@ -5568,7 +5568,7 @@

    Return Value

    contents result set

    @@ -5626,7 +5626,7 @@

    Return Value

    contents result set

    @@ -5665,7 +5665,7 @@

    Return Value

    table names

    @@ -5723,7 +5723,7 @@

    Return Value

    rows deleted

    @@ -5793,7 +5793,7 @@

    Return Value

    rows deleted

    @@ -5851,7 +5851,7 @@

    Return Value

    rows deleted

    @@ -5922,7 +5922,7 @@

    Return Value

    rows deleted

    @@ -5992,7 +5992,7 @@

    Return Value

    rows deleted

    @@ -6076,7 +6076,7 @@

    Return Value

    rows deleted

    @@ -6134,7 +6134,7 @@

    Return Value

    rows deleted

    @@ -6204,7 +6204,7 @@

    Return Value

    rows deleted

    @@ -6262,7 +6262,7 @@

    Return Value

    rows deleted

    @@ -6332,7 +6332,7 @@

    Return Value

    rows deleted

    @@ -6386,7 +6386,7 @@

    Parameters

    @@ -6444,7 +6444,7 @@

    Return Value

    srs

    @@ -6502,7 +6502,7 @@

    Return Value

    geometry columns

    @@ -6560,7 +6560,7 @@

    Return Value

    tile matrix set

    @@ -6618,7 +6618,7 @@

    Return Value

    result set

    @@ -6676,7 +6676,7 @@

    Return Value

    bounding box

    @@ -6734,7 +6734,7 @@

    Return Value

    bounding box

    @@ -6805,7 +6805,7 @@

    Return Value

    bounding box

    @@ -6876,7 +6876,7 @@

    Return Value

    bounding box

    @@ -6886,7 +6886,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGContentsDataTypes.html b/docs/docs/api/Classes/GPKGContentsDataTypes.html index 4b411c47..8134d07f 100644 --- a/docs/docs/api/Classes/GPKGContentsDataTypes.html +++ b/docs/docs/api/Classes/GPKGContentsDataTypes.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5186,7 +5186,7 @@

    GPKGContentsDataTypes

    Undocumented

    @@ -5245,7 +5245,7 @@

    Return Value

    contents data type name

    @@ -5303,7 +5303,7 @@

    Return Value

    contents data type

    @@ -5361,7 +5361,7 @@

    Return Value

    true if a core contents data type

    @@ -5419,7 +5419,7 @@

    Return Value

    contents data type if core, null if not

    @@ -5477,7 +5477,7 @@

    Return Value

    true if a core contents data type

    @@ -5543,7 +5543,7 @@

    Parameters

    @@ -5613,7 +5613,7 @@

    Return Value

    true if matching core types

    @@ -5697,7 +5697,7 @@

    Return Value

    true if matching core types or matched unknown

    @@ -5755,7 +5755,7 @@

    Return Value

    true if a features type

    @@ -5825,7 +5825,7 @@

    Return Value

    true if a features type or matched unknown

    @@ -5883,7 +5883,7 @@

    Return Value

    true if a tiles type

    @@ -5953,7 +5953,7 @@

    Return Value

    true if a tiles type or matched unknown

    @@ -6011,7 +6011,7 @@

    Return Value

    true if an attributes type

    @@ -6081,7 +6081,7 @@

    Return Value

    true if an attributes type or matched unknown

    @@ -6091,7 +6091,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGContentsId.html b/docs/docs/api/Classes/GPKGContentsId.html index 5b07ea18..61f49e9c 100644 --- a/docs/docs/api/Classes/GPKGContentsId.html +++ b/docs/docs/api/Classes/GPKGContentsId.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGContentsId

    Contents Id object, for maintaining a unique identifier for contents tables

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5151,7 +5151,7 @@

    Declaration

    @@ -5190,7 +5190,7 @@

    Return Value

    new contents id

    @@ -5200,7 +5200,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGContentsIdDao.html b/docs/docs/api/Classes/GPKGContentsIdDao.html index c126ec56..9490d69a 100644 --- a/docs/docs/api/Classes/GPKGContentsIdDao.html +++ b/docs/docs/api/Classes/GPKGContentsIdDao.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGContentsIdDao

    Contents Id Data Access Object

    @@ -5104,7 +5104,7 @@

    Return Value

    dao

    @@ -5162,7 +5162,7 @@

    Return Value

    new contents id dao

    @@ -5220,7 +5220,7 @@

    Return Value

    contents id

    @@ -5274,7 +5274,7 @@

    Parameters

    @@ -5332,7 +5332,7 @@

    Return Value

    contents

    @@ -5390,7 +5390,7 @@

    Return Value

    contents id

    @@ -5448,7 +5448,7 @@

    Return Value

    rows deleted

    @@ -5458,7 +5458,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGContentsIdExtension.html b/docs/docs/api/Classes/GPKGContentsIdExtension.html index 7c635b61..525c6ded 100644 --- a/docs/docs/api/Classes/GPKGContentsIdExtension.html +++ b/docs/docs/api/Classes/GPKGContentsIdExtension.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5049,7 +5049,7 @@

    GPKGContentsIdExtension

    http://ngageoint.github.io/GeoPackage/docs/extensions/contents-id.html

    @@ -5108,7 +5108,7 @@

    Return Value

    new contents id extension

    @@ -5147,7 +5147,7 @@

    Return Value

    contents id dao

    @@ -5186,7 +5186,7 @@

    Return Value

    extension name

    @@ -5225,7 +5225,7 @@

    Return Value

    extension definition

    @@ -5264,7 +5264,7 @@

    Return Value

    true if has extension

    @@ -5322,7 +5322,7 @@

    Return Value

    contents id

    @@ -5380,7 +5380,7 @@

    Return Value

    contents id or null

    @@ -5438,7 +5438,7 @@

    Return Value

    contents id or null

    @@ -5496,7 +5496,7 @@

    Return Value

    contents id or null

    @@ -5554,7 +5554,7 @@

    Return Value

    contents id or null

    @@ -5612,7 +5612,7 @@

    Return Value

    new contents id

    @@ -5670,7 +5670,7 @@

    Return Value

    new contents id

    @@ -5728,7 +5728,7 @@

    Return Value

    new contents id

    @@ -5786,7 +5786,7 @@

    Return Value

    new contents id

    @@ -5844,7 +5844,7 @@

    Return Value

    new or existing contents id

    @@ -5902,7 +5902,7 @@

    Return Value

    new or existing contents id

    @@ -5960,7 +5960,7 @@

    Return Value

    new or existing contents id

    @@ -6018,7 +6018,7 @@

    Return Value

    new or existing contents id

    @@ -6076,7 +6076,7 @@

    Return Value

    true if deleted

    @@ -6134,7 +6134,7 @@

    Return Value

    true if deleted

    @@ -6173,7 +6173,7 @@

    Return Value

    newly created contents ids count

    @@ -6231,7 +6231,7 @@

    Return Value

    newly created contents ids count

    @@ -6289,7 +6289,7 @@

    Return Value

    newly created contents ids count

    @@ -6328,7 +6328,7 @@

    Return Value

    deleted contents ids count

    @@ -6386,7 +6386,7 @@

    Return Value

    deleted contents ids count

    @@ -6444,7 +6444,7 @@

    Return Value

    deleted contents ids count

    @@ -6483,7 +6483,7 @@

    Return Value

    contents ids

    @@ -6522,7 +6522,7 @@

    Return Value

    count

    @@ -6580,7 +6580,7 @@

    Return Value

    contents ids

    @@ -6638,7 +6638,7 @@

    Return Value

    contents ids

    @@ -6677,7 +6677,7 @@

    Return Value

    table names without contents ids

    @@ -6735,7 +6735,7 @@

    Return Value

    table names without contents ids

    @@ -6793,7 +6793,7 @@

    Return Value

    table names without contents ids

    @@ -6832,7 +6832,7 @@

    Return Value

    extensions object

    @@ -6871,7 +6871,7 @@

    Return Value

    extensions object or null if one does not exist

    @@ -6906,7 +6906,7 @@

    Declaration

    @@ -6945,7 +6945,7 @@

    Return Value

    contents id dao

    @@ -7003,7 +7003,7 @@

    Return Value

    contents id dao

    @@ -7061,7 +7061,7 @@

    Return Value

    contents id dao

    @@ -7100,7 +7100,7 @@

    Return Value

    true if created

    @@ -7110,7 +7110,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGContentsIdTableCreator.html b/docs/docs/api/Classes/GPKGContentsIdTableCreator.html index 6559a1f6..c23ecc0e 100644 --- a/docs/docs/api/Classes/GPKGContentsIdTableCreator.html +++ b/docs/docs/api/Classes/GPKGContentsIdTableCreator.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGContentsIdTableCreator

    Contents Id Extension Table Creator

    @@ -5104,7 +5104,7 @@

    Return Value

    new contents id table creator

    @@ -5143,7 +5143,7 @@

    Return Value

    executed statements

    @@ -5153,7 +5153,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGCoverageData.html b/docs/docs/api/Classes/GPKGCoverageData.html index e99ffa68..ec111e2b 100644 --- a/docs/docs/api/Classes/GPKGCoverageData.html +++ b/docs/docs/api/Classes/GPKGCoverageData.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5047,7 +5047,7 @@

    GPKGCoverageData

    http://docs.opengeospatial.org/is/17-066r1/17-066r1.html

    @@ -5150,7 +5150,7 @@

    Parameters

    @@ -5218,7 +5218,7 @@

    Parameters

    @@ -5300,7 +5300,7 @@

    Parameters

    @@ -5385,7 +5385,7 @@

    Return Value

    coverage data

    @@ -5420,7 +5420,7 @@

    Declaration

    @@ -5455,7 +5455,7 @@

    Declaration

    @@ -5490,7 +5490,7 @@

    Declaration

    @@ -5525,7 +5525,7 @@

    Declaration

    @@ -5561,7 +5561,7 @@

    Declaration

    @@ -5597,7 +5597,7 @@

    Declaration

    @@ -5632,7 +5632,7 @@

    Declaration

    @@ -5662,7 +5662,7 @@

    Declaration

    @@ -5692,7 +5692,7 @@

    Declaration

    @@ -5727,7 +5727,7 @@

    Declaration

    @@ -5762,7 +5762,7 @@

    Declaration

    @@ -5872,7 +5872,7 @@

    Return Value

    new instance

    @@ -5911,7 +5911,7 @@

    Return Value

    tile matrix set

    @@ -5950,7 +5950,7 @@

    Return Value

    gridded coverage dao

    @@ -5989,7 +5989,7 @@

    Return Value

    gridded tile dao

    @@ -6028,7 +6028,7 @@

    Return Value

    request projection

    @@ -6067,7 +6067,7 @@

    Return Value

    coverage data projection

    @@ -6106,7 +6106,7 @@

    Return Value

    coverage data bounding box

    @@ -6145,7 +6145,7 @@

    Return Value

    true if the same

    @@ -6184,7 +6184,7 @@

    Return Value

    extensions array

    @@ -6223,7 +6223,7 @@

    Return Value

    true if has extension

    @@ -6282,7 +6282,7 @@

    Return Value

    2d gridded coverage dao

    @@ -6341,7 +6341,7 @@

    Return Value

    2d gridded coverage dao

    @@ -6380,7 +6380,7 @@

    Return Value

    true if created

    @@ -6439,7 +6439,7 @@

    Return Value

    2d gridded tile dao

    @@ -6497,7 +6497,7 @@

    Return Value

    2d gridded tile dao

    @@ -6536,7 +6536,7 @@

    Return Value

    true if created

    @@ -6575,7 +6575,7 @@

    Return Value

    gridded coverage

    @@ -6614,7 +6614,7 @@

    Return Value

    gridded coverage

    @@ -6653,7 +6653,7 @@

    Return Value

    gridded tile result set

    @@ -6711,7 +6711,7 @@

    Return Value

    gridded tile

    @@ -6769,7 +6769,7 @@

    Return Value

    gridded tile

    @@ -6808,7 +6808,7 @@

    Return Value

    data null value or null

    @@ -6866,7 +6866,7 @@

    Return Value

    true if equivalent to data null

    @@ -6924,7 +6924,7 @@

    Return Value

    table names

    @@ -7022,7 +7022,7 @@

    Return Value

    unsigned short pixel value

    @@ -7121,7 +7121,7 @@

    Return Value

    unsigned short pixel value

    @@ -7192,7 +7192,7 @@

    Return Value

    coverage data value

    @@ -7263,7 +7263,7 @@

    Return Value

    coverage data values

    @@ -7347,7 +7347,7 @@

    Return Value

    coverage data values

    @@ -7419,7 +7419,7 @@

    Return Value

    tile table

    @@ -7490,7 +7490,7 @@

    Return Value

    unsigned short pixel value

    @@ -7587,7 +7587,7 @@

    Return Value

    pixel value

    @@ -7684,7 +7684,7 @@

    Return Value

    pixel value

    @@ -7755,7 +7755,7 @@

    Return Value

    coverage data value

    @@ -7826,7 +7826,7 @@

    Return Value

    coverage data values

    @@ -7910,7 +7910,7 @@

    Return Value

    coverage data values

    @@ -7981,7 +7981,7 @@

    Return Value

    pixel value

    @@ -8040,7 +8040,7 @@

    Return Value

    coverage data image

    @@ -8137,7 +8137,7 @@

    Return Value

    coverage data value

    @@ -8234,7 +8234,7 @@

    Return Value

    coverage data value

    @@ -8305,7 +8305,7 @@

    Return Value

    coverage data values

    @@ -8404,7 +8404,7 @@

    Return Value

    coverage data image tile data

    @@ -8476,7 +8476,7 @@

    Return Value

    coverage data image tile data

    @@ -8574,7 +8574,7 @@

    Return Value

    coverage data value

    @@ -8645,7 +8645,7 @@

    Return Value

    coverage data value

    @@ -8704,7 +8704,7 @@

    Return Value

    coverage data results

    @@ -8790,7 +8790,7 @@

    Return Value

    coverage data results

    @@ -8849,7 +8849,7 @@

    Return Value

    coverage data results

    @@ -8934,7 +8934,7 @@

    Return Value

    coverage data results

    @@ -8995,7 +8995,7 @@

    Return Value

    coverage data results

    @@ -9056,7 +9056,7 @@

    Return Value

    coverage data results

    @@ -9138,7 +9138,7 @@

    Return Value

    coverage data value

    @@ -9148,7 +9148,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGCoverageDataAlgorithms.html b/docs/docs/api/Classes/GPKGCoverageDataAlgorithms.html index b7bcb74e..a363f199 100644 --- a/docs/docs/api/Classes/GPKGCoverageDataAlgorithms.html +++ b/docs/docs/api/Classes/GPKGCoverageDataAlgorithms.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5065,7 +5065,7 @@

    GPKGCoverageDataAlgorithms

    Undocumented

    @@ -5124,7 +5124,7 @@

    Return Value

    algorithm name

    @@ -5182,7 +5182,7 @@

    Return Value

    algorithm type

    @@ -5192,7 +5192,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGCoverageDataPng.html b/docs/docs/api/Classes/GPKGCoverageDataPng.html index 6cab5eaa..6648ee7f 100644 --- a/docs/docs/api/Classes/GPKGCoverageDataPng.html +++ b/docs/docs/api/Classes/GPKGCoverageDataPng.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGCoverageDataPng

    Tiled Gridded Coverage Data, PNG Encoding, Extension

    @@ -5156,7 +5156,7 @@

    Return Value

    new instance

    @@ -5227,7 +5227,7 @@

    Return Value

    new instance

    @@ -5311,7 +5311,7 @@

    Return Value

    new instance

    @@ -5393,7 +5393,7 @@

    Return Value

    unsigned short pixel value

    @@ -5477,7 +5477,7 @@

    Return Value

    unsigned short pixel value

    @@ -5535,7 +5535,7 @@

    Return Value

    unsigned short pixel values

    @@ -5593,7 +5593,7 @@

    Return Value

    unsigned short pixel values

    @@ -5647,7 +5647,7 @@

    Parameters

    @@ -5744,7 +5744,7 @@

    Return Value

    coverage data value

    @@ -5815,7 +5815,7 @@

    Return Value

    coverage data values

    @@ -5904,7 +5904,7 @@

    Return Value

    coverage data image tile

    @@ -5993,7 +5993,7 @@

    Return Value

    coverage data image tile

    @@ -6079,7 +6079,7 @@

    Return Value

    coverage data image tile bytes

    @@ -6138,7 +6138,7 @@

    Return Value

    coverage data image tile

    @@ -6197,7 +6197,7 @@

    Return Value

    coverage data image tile bytes

    @@ -6295,7 +6295,7 @@

    Return Value

    coverage data image tile

    @@ -6367,7 +6367,7 @@

    Return Value

    coverage data image tile

    @@ -6425,7 +6425,7 @@

    Return Value

    image bytes

    @@ -6522,7 +6522,7 @@

    Return Value

    pixel value

    @@ -6593,7 +6593,7 @@

    Return Value

    pixel array

    @@ -6651,7 +6651,7 @@

    Return Value

    unsigned short pixel array

    @@ -6710,7 +6710,7 @@

    Return Value

    unsigned short pixel array

    @@ -6781,7 +6781,7 @@

    Return Value

    unsigned short pixel array

    @@ -6853,7 +6853,7 @@

    Return Value

    unsigned short pixel array

    @@ -6925,7 +6925,7 @@

    Return Value

    coverage data tiles

    @@ -6935,7 +6935,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGCoverageDataPngImage.html b/docs/docs/api/Classes/GPKGCoverageDataPngImage.html index 2cf268cf..2900be7c 100644 --- a/docs/docs/api/Classes/GPKGCoverageDataPngImage.html +++ b/docs/docs/api/Classes/GPKGCoverageDataPngImage.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGCoverageDataPngImage

    Coverage Data PNG image

    @@ -5104,7 +5104,7 @@

    Return Value

    new instance

    @@ -5143,7 +5143,7 @@

    Return Value

    image

    @@ -5182,7 +5182,7 @@

    Return Value

    image data

    @@ -5252,7 +5252,7 @@

    Return Value

    pixel value

    @@ -5262,7 +5262,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGCoverageDataRequest.html b/docs/docs/api/Classes/GPKGCoverageDataRequest.html index 7cd6b1a8..ca57e364 100644 --- a/docs/docs/api/Classes/GPKGCoverageDataRequest.html +++ b/docs/docs/api/Classes/GPKGCoverageDataRequest.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGCoverageDataRequest

    Coverage Data request to retrieve coverage data values for a point or bounding box

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5139,7 +5139,7 @@

    Return Value

    new coverage data request

    @@ -5210,7 +5210,7 @@

    Return Value

    new coverage data request

    @@ -5249,7 +5249,7 @@

    Return Value

    bounding box

    @@ -5288,7 +5288,7 @@

    Return Value

    true if a point request

    @@ -5348,7 +5348,7 @@

    Return Value

    overlap bounding box

    @@ -5358,7 +5358,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGCoverageDataResults.html b/docs/docs/api/Classes/GPKGCoverageDataResults.html index dcffe661..668210be 100644 --- a/docs/docs/api/Classes/GPKGCoverageDataResults.html +++ b/docs/docs/api/Classes/GPKGCoverageDataResults.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5046,7 +5046,7 @@

    GPKGCoverageDataResults

    requested area from a tile matrix zoom level

    @@ -5118,7 +5118,7 @@

    Return Value

    new coverage data results

    @@ -5157,7 +5157,7 @@

    Return Value

    coverage data values

    @@ -5196,7 +5196,7 @@

    Return Value

    tile matrix

    @@ -5235,7 +5235,7 @@

    Return Value

    height

    @@ -5274,7 +5274,7 @@

    Return Value

    width

    @@ -5344,7 +5344,7 @@

    Return Value

    coverage data value

    @@ -5383,7 +5383,7 @@

    Return Value

    zoom level

    @@ -5393,7 +5393,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGCoverageDataSourcePixel.html b/docs/docs/api/Classes/GPKGCoverageDataSourcePixel.html index 951c921f..8b95d8b0 100644 --- a/docs/docs/api/Classes/GPKGCoverageDataSourcePixel.html +++ b/docs/docs/api/Classes/GPKGCoverageDataSourcePixel.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGCoverageDataSourcePixel

    Contains values relevant to a source pixel location when finding a coverage data value

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5151,7 +5151,7 @@

    Declaration

    @@ -5186,7 +5186,7 @@

    Declaration

    @@ -5283,7 +5283,7 @@

    Return Value

    new value source pixel

    @@ -5293,7 +5293,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGCoverageDataTiff.html b/docs/docs/api/Classes/GPKGCoverageDataTiff.html index 7c93ed96..2f21f094 100644 --- a/docs/docs/api/Classes/GPKGCoverageDataTiff.html +++ b/docs/docs/api/Classes/GPKGCoverageDataTiff.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGCoverageDataTiff

    Tiled Gridded Coverage Data, TIFF Encoding, Extension

    @@ -5156,7 +5156,7 @@

    Return Value

    new instance

    @@ -5227,7 +5227,7 @@

    Return Value

    new instance

    @@ -5311,7 +5311,7 @@

    Return Value

    new instance

    @@ -5393,7 +5393,7 @@

    Return Value

    float pixel value

    @@ -5451,7 +5451,7 @@

    Return Value

    pixel values array

    @@ -5509,7 +5509,7 @@

    Return Value

    float pixel values

    @@ -5563,7 +5563,7 @@

    Parameters

    @@ -5660,7 +5660,7 @@

    Return Value

    coverage data value

    @@ -5745,7 +5745,7 @@

    Return Value

    coverage data image tile

    @@ -5830,7 +5830,7 @@

    Return Value

    coverage data image tile

    @@ -5916,7 +5916,7 @@

    Return Value

    coverage data image tile bytes

    @@ -5976,7 +5976,7 @@

    Return Value

    coverage data image tile

    @@ -6035,7 +6035,7 @@

    Return Value

    coverage data image tile bytes

    @@ -6134,7 +6134,7 @@

    Return Value

    coverage data image tile

    @@ -6207,7 +6207,7 @@

    Return Value

    coverage data image tile

    @@ -6278,7 +6278,7 @@

    Return Value

    image

    @@ -6371,7 +6371,7 @@

    Parameters

    @@ -6465,7 +6465,7 @@

    Return Value

    pixel value

    @@ -6535,7 +6535,7 @@

    Return Value

    pixel array

    @@ -6593,7 +6593,7 @@

    Return Value

    float pixel array

    @@ -6651,7 +6651,7 @@

    Return Value

    float pixel array

    @@ -6722,7 +6722,7 @@

    Return Value

    float pixel array

    @@ -6793,7 +6793,7 @@

    Return Value

    float pixel array

    @@ -6865,7 +6865,7 @@

    Return Value

    coverage data tiles

    @@ -6875,7 +6875,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGCoverageDataTiffImage.html b/docs/docs/api/Classes/GPKGCoverageDataTiffImage.html index e5626540..12b6c83a 100644 --- a/docs/docs/api/Classes/GPKGCoverageDataTiffImage.html +++ b/docs/docs/api/Classes/GPKGCoverageDataTiffImage.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGCoverageDataTiffImage

    Coverage Data TIFF image

    @@ -5104,7 +5104,7 @@

    Return Value

    new instance

    @@ -5162,7 +5162,7 @@

    Return Value

    new instance

    @@ -5201,7 +5201,7 @@

    Return Value

    image data

    @@ -5240,7 +5240,7 @@

    Return Value

    file directory

    @@ -5279,7 +5279,7 @@

    Return Value

    rasters

    @@ -5314,7 +5314,7 @@

    Declaration

    @@ -5384,7 +5384,7 @@

    Return Value

    pixel value

    @@ -5394,7 +5394,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGCoverageDataTileMatrixResults.html b/docs/docs/api/Classes/GPKGCoverageDataTileMatrixResults.html index dbc5155f..81e3bbc6 100644 --- a/docs/docs/api/Classes/GPKGCoverageDataTileMatrixResults.html +++ b/docs/docs/api/Classes/GPKGCoverageDataTileMatrixResults.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5046,7 +5046,7 @@

    GPKGCoverageDataTileMatrixResults

    and the tile matrix where found

    @@ -5118,7 +5118,7 @@

    Return Value

    new instance

    @@ -5157,7 +5157,7 @@

    Return Value

    tile matrix

    @@ -5196,7 +5196,7 @@

    Return Value

    tile results

    @@ -5206,7 +5206,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGCrsWktExtension.html b/docs/docs/api/Classes/GPKGCrsWktExtension.html index afe4ae68..a41df796 100644 --- a/docs/docs/api/Classes/GPKGCrsWktExtension.html +++ b/docs/docs/api/Classes/GPKGCrsWktExtension.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5047,7 +5047,7 @@

    GPKGCrsWktExtension

    http://www.geopackage.org/spec/#extension_crs_wkt

    @@ -5083,7 +5083,7 @@

    Declaration

    @@ -5118,7 +5118,7 @@

    Declaration

    @@ -5153,7 +5153,7 @@

    Declaration

    @@ -5188,7 +5188,7 @@

    Declaration

    @@ -5223,7 +5223,7 @@

    Declaration

    @@ -5258,7 +5258,7 @@

    Declaration

    @@ -5293,7 +5293,7 @@

    Declaration

    @@ -5351,7 +5351,7 @@

    Return Value

    new instance

    @@ -5409,7 +5409,7 @@

    Return Value

    new instance

    @@ -5448,7 +5448,7 @@

    Return Value

    extension

    @@ -5507,7 +5507,7 @@

    Return Value

    extension

    @@ -5546,7 +5546,7 @@

    Return Value

    true if has extension

    @@ -5605,7 +5605,7 @@

    Return Value

    true if has extension minimum

    @@ -5663,7 +5663,7 @@

    Return Value

    true if has extension

    @@ -5721,7 +5721,7 @@

    Return Value

    extension name

    @@ -5787,7 +5787,7 @@

    Parameters

    @@ -5845,7 +5845,7 @@

    Return Value

    definition

    @@ -5911,7 +5911,7 @@

    Parameters

    @@ -5969,7 +5969,7 @@

    Return Value

    epoch

    @@ -6008,7 +6008,7 @@

    Return Value

    true if has column

    @@ -6047,7 +6047,7 @@

    Return Value

    true if has column

    @@ -6082,7 +6082,7 @@

    Declaration

    @@ -6136,7 +6136,7 @@

    Parameters

    @@ -6146,7 +6146,7 @@

    Parameters

    diff --git a/docs/docs/api/Classes/GPKGCrsWktExtensionVersions.html b/docs/docs/api/Classes/GPKGCrsWktExtensionVersions.html index 165a2e3c..ea344f74 100644 --- a/docs/docs/api/Classes/GPKGCrsWktExtensionVersions.html +++ b/docs/docs/api/Classes/GPKGCrsWktExtensionVersions.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5046,7 +5046,7 @@

    GPKGCrsWktExtensionVersions

    version enumeration

    @@ -5082,7 +5082,7 @@

    Declaration

    @@ -5117,7 +5117,7 @@

    Declaration

    @@ -5175,7 +5175,7 @@

    Return Value

    version

    @@ -5233,7 +5233,7 @@

    Return Value

    extension name suffix

    @@ -5304,7 +5304,7 @@

    Return Value

    true if at or above the minimum version

    @@ -5362,7 +5362,7 @@

    Return Value

    versions at minimum

    @@ -5372,7 +5372,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGDataColumnConstraints.html b/docs/docs/api/Classes/GPKGDataColumnConstraints.html index a7a1af32..dd78561b 100644 --- a/docs/docs/api/Classes/GPKGDataColumnConstraints.html +++ b/docs/docs/api/Classes/GPKGDataColumnConstraints.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGDataColumnConstraints

    Contains data to specify restrictions on basic data type column values

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5152,7 +5152,7 @@

    Declaration

    @@ -5187,7 +5187,7 @@

    Declaration

    @@ -5223,7 +5223,7 @@

    Declaration

    @@ -5258,7 +5258,7 @@

    Declaration

    @@ -5294,7 +5294,7 @@

    Declaration

    @@ -5330,7 +5330,7 @@

    Declaration

    @@ -5369,7 +5369,7 @@

    Return Value

    data column constraint type

    @@ -5424,7 +5424,7 @@

    Parameters

    @@ -5478,7 +5478,7 @@

    Parameters

    @@ -5532,7 +5532,7 @@

    Parameters

    @@ -5586,7 +5586,7 @@

    Parameters

    @@ -5640,7 +5640,7 @@

    Parameters

    @@ -5650,7 +5650,7 @@

    Parameters

    diff --git a/docs/docs/api/Classes/GPKGDataColumnConstraintsDao.html b/docs/docs/api/Classes/GPKGDataColumnConstraintsDao.html index 0e122a56..c87e07e7 100644 --- a/docs/docs/api/Classes/GPKGDataColumnConstraintsDao.html +++ b/docs/docs/api/Classes/GPKGDataColumnConstraintsDao.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGDataColumnConstraintsDao

    Data Column Constraints Data Access Object

    @@ -5104,7 +5104,7 @@

    Return Value

    dao

    @@ -5162,7 +5162,7 @@

    Return Value

    new data column constraints dao

    @@ -5220,7 +5220,7 @@

    Return Value

    rows deleted

    @@ -5278,7 +5278,7 @@

    Return Value

    rows deleted

    @@ -5348,7 +5348,7 @@

    Return Value

    rows deleted

    @@ -5406,7 +5406,7 @@

    Return Value

    result set

    @@ -5492,7 +5492,7 @@

    Return Value

    data column constraints

    @@ -5502,7 +5502,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGDataColumns.html b/docs/docs/api/Classes/GPKGDataColumns.html index c3a3c2ad..2b0582c6 100644 --- a/docs/docs/api/Classes/GPKGDataColumns.html +++ b/docs/docs/api/Classes/GPKGDataColumns.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5052,7 +5052,7 @@

    GPKGDataColumns

    suitability of GeoPackage contents for specific purposes.

    @@ -5088,7 +5088,7 @@

    Declaration

    @@ -5123,7 +5123,7 @@

    Declaration

    @@ -5158,7 +5158,7 @@

    Declaration

    @@ -5193,7 +5193,7 @@

    Declaration

    @@ -5228,7 +5228,7 @@

    Declaration

    @@ -5263,7 +5263,7 @@

    Declaration

    @@ -5299,7 +5299,7 @@

    Declaration

    @@ -5353,7 +5353,7 @@

    Parameters

    @@ -5407,7 +5407,7 @@

    Parameters

    @@ -5417,7 +5417,7 @@

    Parameters

    diff --git a/docs/docs/api/Classes/GPKGDataColumnsDao.html b/docs/docs/api/Classes/GPKGDataColumnsDao.html index 4b2491ab..5f8f6d26 100644 --- a/docs/docs/api/Classes/GPKGDataColumnsDao.html +++ b/docs/docs/api/Classes/GPKGDataColumnsDao.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGDataColumnsDao

    Data Columns Data Access Object

    @@ -5104,7 +5104,7 @@

    Return Value

    dao

    @@ -5162,7 +5162,7 @@

    Return Value

    new data columns dao

    @@ -5220,7 +5220,7 @@

    Return Value

    contents

    @@ -5278,7 +5278,7 @@

    Return Value

    result set

    @@ -5349,7 +5349,7 @@

    Return Value

    GPKGDataColumns

    @@ -5407,7 +5407,7 @@

    Return Value

    result set

    @@ -5465,7 +5465,7 @@

    Return Value

    rows deleted

    @@ -5475,7 +5475,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGDataTypes.html b/docs/docs/api/Classes/GPKGDataTypes.html index e5bcf323..e6574a94 100644 --- a/docs/docs/api/Classes/GPKGDataTypes.html +++ b/docs/docs/api/Classes/GPKGDataTypes.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5083,7 +5083,7 @@

    GPKGDataTypes

    Undocumented

    @@ -5142,7 +5142,7 @@

    Return Value

    data type name

    @@ -5200,7 +5200,7 @@

    Return Value

    data type

    @@ -5258,7 +5258,7 @@

    Return Value

    class type

    @@ -5316,7 +5316,7 @@

    Return Value

    SQLite type

    @@ -5326,7 +5326,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGDateConverter.html b/docs/docs/api/Classes/GPKGDateConverter.html index 117abd22..af595225 100644 --- a/docs/docs/api/Classes/GPKGDateConverter.html +++ b/docs/docs/api/Classes/GPKGDateConverter.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGDateConverter

    Date converter between database date formats and date objects

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5115,7 +5115,7 @@

    Return Value

    date converter

    @@ -5173,7 +5173,7 @@

    Return Value

    date converter

    @@ -5207,7 +5207,7 @@

    Return Value

    date converter

    @@ -5246,7 +5246,7 @@

    Return Value

    date converter

    @@ -5304,7 +5304,7 @@

    Return Value

    date converter

    @@ -5362,7 +5362,7 @@

    Return Value

    date converter

    @@ -5416,7 +5416,7 @@

    Parameters

    @@ -5470,7 +5470,7 @@

    Parameters

    @@ -5524,7 +5524,7 @@

    Parameters

    @@ -5582,7 +5582,7 @@

    Return Value

    formatted string date

    @@ -5640,7 +5640,7 @@

    Return Value

    date

    @@ -5698,7 +5698,7 @@

    Return Value

    date, or nil if the dateTimeString is nil or empty

    @@ -5769,7 +5769,7 @@

    Return Value

    date, or nil if the dateTimeString is nil or empty

    @@ -5840,7 +5840,7 @@

    Return Value

    string formatted date

    @@ -5898,7 +5898,7 @@

    Return Value

    string formatted date

    @@ -5956,7 +5956,7 @@

    Return Value

    string formatted date

    @@ -6027,7 +6027,7 @@

    Return Value

    string formatted date

    @@ -6085,7 +6085,7 @@

    Return Value

    date formatter

    @@ -6143,7 +6143,7 @@

    Return Value

    true if a function, false if the value should be parsed

    @@ -6153,7 +6153,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGDbConnection.html b/docs/docs/api/Classes/GPKGDbConnection.html index 8561f565..2de4bdfa 100644 --- a/docs/docs/api/Classes/GPKGDbConnection.html +++ b/docs/docs/api/Classes/GPKGDbConnection.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGDbConnection

    Single database connection to a database file opened as part of a connection pool. Wraps a sqlite3 connection.

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5152,7 +5152,7 @@

    Return Value

    db connection

    @@ -5236,7 +5236,7 @@

    Return Value

    db connection

    @@ -5307,7 +5307,7 @@

    Return Value

    db connection

    @@ -5391,7 +5391,7 @@

    Return Value

    db connection

    @@ -5430,7 +5430,7 @@

    Return Value

    connection id

    @@ -5469,7 +5469,7 @@

    Return Value

    connection

    @@ -5504,7 +5504,7 @@

    Declaration

    @@ -5543,7 +5543,7 @@

    Return Value

    stack trace, nil when not checked out or not maintaining stack traces

    @@ -5582,7 +5582,7 @@

    Return Value

    date of checkout, nil if not checked out

    @@ -5623,7 +5623,7 @@

    Declaration

    @@ -5663,7 +5663,7 @@

    Return Value

    true if write releasable

    @@ -5673,7 +5673,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGDgiwgCoordinateReferenceSystems.html b/docs/docs/api/Classes/GPKGDgiwgCoordinateReferenceSystems.html index d7ca828e..b83537ee 100644 --- a/docs/docs/api/Classes/GPKGDgiwgCoordinateReferenceSystems.html +++ b/docs/docs/api/Classes/GPKGDgiwgCoordinateReferenceSystems.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGDgiwgCoordinateReferenceSystems

    Coordinate Reference Systems

    @@ -5105,7 +5105,7 @@

    Return Value

    CRS

    @@ -5144,7 +5144,7 @@

    Return Value

    type

    @@ -5183,7 +5183,7 @@

    Return Value

    authority

    @@ -5222,7 +5222,7 @@

    Return Value

    code

    @@ -5261,7 +5261,7 @@

    Return Value

    authority:code

    @@ -5300,7 +5300,7 @@

    Return Value

    name

    @@ -5339,7 +5339,7 @@

    Return Value

    CRS type

    @@ -5378,7 +5378,7 @@

    Return Value

    dimension

    @@ -5417,7 +5417,7 @@

    Return Value

    well-known text

    @@ -5456,7 +5456,7 @@

    Return Value

    description

    @@ -5495,7 +5495,7 @@

    Return Value

    bounding box

    @@ -5534,7 +5534,7 @@

    Return Value

    bounding box

    @@ -5573,7 +5573,7 @@

    Return Value

    data types

    @@ -5612,7 +5612,7 @@

    Return Value

    data type names

    @@ -5670,7 +5670,7 @@

    Return Value

    true if type

    @@ -5728,7 +5728,7 @@

    Return Value

    true if valid for data type

    @@ -5767,7 +5767,7 @@

    Return Value

    contents data types

    @@ -5806,7 +5806,7 @@

    Return Value

    tiles data types

    @@ -5845,7 +5845,7 @@

    Return Value

    true if has tiles data types

    @@ -5884,7 +5884,7 @@

    Return Value

    features data types

    @@ -5923,7 +5923,7 @@

    Return Value

    true if has features data types

    @@ -5981,7 +5981,7 @@

    Return Value

    data types

    @@ -6020,7 +6020,7 @@

    Return Value

    Spatial Reference System

    @@ -6059,7 +6059,7 @@

    Return Value

    srs

    @@ -6098,7 +6098,7 @@

    Return Value

    srs

    @@ -6202,7 +6202,7 @@

    Return Value

    Spatial Reference System

    @@ -6307,7 +6307,7 @@

    Return Value

    Spatial Reference System

    @@ -6366,7 +6366,7 @@

    Return Value

    crs

    @@ -6425,7 +6425,7 @@

    Return Value

    crs

    @@ -6497,7 +6497,7 @@

    Return Value

    crs

    @@ -6556,7 +6556,7 @@

    Return Value

    coordinate reference systems

    @@ -6616,7 +6616,7 @@

    Return Value

    coordinate reference systems

    @@ -6626,7 +6626,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGDgiwgDataTypes.html b/docs/docs/api/Classes/GPKGDgiwgDataTypes.html index 738fdf71..5d4de2cd 100644 --- a/docs/docs/api/Classes/GPKGDgiwgDataTypes.html +++ b/docs/docs/api/Classes/GPKGDgiwgDataTypes.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5112,7 +5112,7 @@

    GPKGDgiwgDataTypes

    Undocumented

    @@ -5152,7 +5152,7 @@

    Return Value

    contents data type

    @@ -5191,7 +5191,7 @@

    Return Value

    name

    @@ -5230,7 +5230,7 @@

    Return Value

    dimension

    @@ -5269,7 +5269,7 @@

    Return Value

    true if features

    @@ -5308,7 +5308,7 @@

    Return Value

    true if tiles

    @@ -5347,7 +5347,7 @@

    Return Value

    true if 2D

    @@ -5386,7 +5386,7 @@

    Return Value

    true if 3D

    @@ -5425,7 +5425,7 @@

    Return Value

    z value

    @@ -5483,7 +5483,7 @@

    Return Value

    data types

    @@ -5493,7 +5493,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGDgiwgFile.html b/docs/docs/api/Classes/GPKGDgiwgFile.html index 590ca9ed..32e3c62e 100644 --- a/docs/docs/api/Classes/GPKGDgiwgFile.html +++ b/docs/docs/api/Classes/GPKGDgiwgFile.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGDgiwgFile

    DGIWG (Defence Geospatial Information Working Group) GeoPackage File

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5174,7 +5174,7 @@

    Return Value

    new file

    @@ -5245,7 +5245,7 @@

    Return Value

    new file

    @@ -5315,7 +5315,7 @@

    Return Value

    new file

    @@ -5354,7 +5354,7 @@

    Return Value

    file name

    @@ -5408,7 +5408,7 @@

    Parameters

    @@ -5418,7 +5418,7 @@

    Parameters

    diff --git a/docs/docs/api/Classes/GPKGDgiwgFileName.html b/docs/docs/api/Classes/GPKGDgiwgFileName.html index b2db6261..efe8ec3a 100644 --- a/docs/docs/api/Classes/GPKGDgiwgFileName.html +++ b/docs/docs/api/Classes/GPKGDgiwgFileName.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGDgiwgFileName

    DGIWG (Defence Geospatial Information Working Group) GeoPackage File Name

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5151,7 +5151,7 @@

    Declaration

    @@ -5186,7 +5186,7 @@

    Declaration

    @@ -5221,7 +5221,7 @@

    Declaration

    @@ -5256,7 +5256,7 @@

    Declaration

    @@ -5291,7 +5291,7 @@

    Declaration

    @@ -5326,7 +5326,7 @@

    Declaration

    @@ -5365,7 +5365,7 @@

    Return Value

    new file name

    @@ -5423,7 +5423,7 @@

    Return Value

    new file name

    @@ -5462,7 +5462,7 @@

    Return Value

    zoom level part 1

    @@ -5501,7 +5501,7 @@

    Return Value

    true if has zoom level part 1

    @@ -5540,7 +5540,7 @@

    Return Value

    zoom level part 2

    @@ -5579,7 +5579,7 @@

    Return Value

    true if has zoom level part 2

    @@ -5645,7 +5645,7 @@

    Parameters

    @@ -5712,7 +5712,7 @@

    Parameters

    @@ -5751,7 +5751,7 @@

    Return Value

    major version

    @@ -5790,7 +5790,7 @@

    Return Value

    true if has major version

    @@ -5829,7 +5829,7 @@

    Return Value

    minor version

    @@ -5868,7 +5868,7 @@

    Return Value

    true if has minor version

    @@ -5934,7 +5934,7 @@

    Parameters

    @@ -5973,7 +5973,7 @@

    Return Value

    true if has additional elements

    @@ -6027,7 +6027,7 @@

    Parameters

    @@ -6066,7 +6066,7 @@

    Return Value

    true if informative

    @@ -6105,7 +6105,7 @@

    Return Value

    file name

    @@ -6144,7 +6144,7 @@

    Return Value

    file name with extension

    @@ -6202,7 +6202,7 @@

    Return Value

    space replaced value

    @@ -6212,7 +6212,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGDgiwgGeoPackage.html b/docs/docs/api/Classes/GPKGDgiwgGeoPackage.html index 218f0d20..754b7a7f 100644 --- a/docs/docs/api/Classes/GPKGDgiwgGeoPackage.html +++ b/docs/docs/api/Classes/GPKGDgiwgGeoPackage.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5046,7 +5046,7 @@

    GPKGDgiwgGeoPackage

    implementation

    @@ -5105,7 +5105,7 @@

    Return Value

    new DGIWG GeoPackage

    @@ -5144,7 +5144,7 @@

    Return Value

    DGIWG file

    @@ -5183,7 +5183,7 @@

    Return Value

    DGIWG file name

    @@ -5222,7 +5222,7 @@

    Return Value

    true if valid

    @@ -5261,7 +5261,7 @@

    Return Value

    validation errors

    @@ -5300,7 +5300,7 @@

    Return Value

    validation errors, null if not yet validated

    @@ -5358,7 +5358,7 @@

    Return Value

    validation errors

    @@ -5416,7 +5416,7 @@

    Return Value

    validation errors

    @@ -5488,7 +5488,7 @@

    Return Value

    created tile matrix set

    @@ -5586,7 +5586,7 @@

    Return Value

    created tile matrix set

    @@ -5697,7 +5697,7 @@

    Return Value

    created tile matrix set

    @@ -5782,7 +5782,7 @@

    Return Value

    created tile matrix set

    @@ -5893,7 +5893,7 @@

    Return Value

    created tile matrix set

    @@ -6017,7 +6017,7 @@

    Return Value

    created tile matrix set

    @@ -6101,7 +6101,7 @@

    Return Value

    created tile matrix set

    @@ -6211,7 +6211,7 @@

    Return Value

    created tile matrix set

    @@ -6334,7 +6334,7 @@

    Return Value

    created tile matrix set

    @@ -6440,7 +6440,7 @@

    Parameters

    @@ -6559,7 +6559,7 @@

    Parameters

    @@ -6652,7 +6652,7 @@

    Parameters

    @@ -6758,7 +6758,7 @@

    Parameters

    @@ -6851,7 +6851,7 @@

    Parameters

    @@ -6957,7 +6957,7 @@

    Parameters

    @@ -7076,7 +7076,7 @@

    Parameters

    @@ -7161,7 +7161,7 @@

    Return Value

    created geometry columns

    @@ -7259,7 +7259,7 @@

    Return Value

    created geometry columns

    @@ -7370,7 +7370,7 @@

    Return Value

    created geometry columns

    @@ -7494,7 +7494,7 @@

    Return Value

    created geometry columns

    @@ -7592,7 +7592,7 @@

    Return Value

    created geometry columns

    @@ -7703,7 +7703,7 @@

    Return Value

    created geometry columns

    @@ -7827,7 +7827,7 @@

    Return Value

    created geometry columns

    @@ -7964,7 +7964,7 @@

    Return Value

    created geometry columns

    @@ -8075,7 +8075,7 @@

    Return Value

    created geometry columns

    @@ -8199,7 +8199,7 @@

    Return Value

    created geometry columns

    @@ -8336,7 +8336,7 @@

    Return Value

    created geometry columns

    @@ -8486,7 +8486,7 @@

    Return Value

    created geometry columns

    @@ -8553,7 +8553,7 @@

    Parameters

    @@ -8607,7 +8607,7 @@

    Parameters

    @@ -8674,7 +8674,7 @@

    Parameters

    @@ -8728,7 +8728,7 @@

    Parameters

    @@ -8799,7 +8799,7 @@

    Return Value

    metadata reference

    @@ -8870,7 +8870,7 @@

    Return Value

    metadata reference

    @@ -8955,7 +8955,7 @@

    Return Value

    metadata reference

    @@ -9052,7 +9052,7 @@

    Return Value

    metadata reference

    @@ -9091,7 +9091,7 @@

    Return Value

    metadata references

    @@ -9131,7 +9131,7 @@

    Return Value

    metadata references

    @@ -9189,7 +9189,7 @@

    Return Value

    metadata references

    @@ -9199,7 +9199,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGDgiwgGeoPackageFactory.html b/docs/docs/api/Classes/GPKGDgiwgGeoPackageFactory.html index e4c0024d..3b913fab 100644 --- a/docs/docs/api/Classes/GPKGDgiwgGeoPackageFactory.html +++ b/docs/docs/api/Classes/GPKGDgiwgGeoPackageFactory.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGDgiwgGeoPackageFactory

    DGIWG GeoPackage Factory to get a DGIWG GeoPackage Manager

    @@ -5085,7 +5085,7 @@

    Return Value

    GeoPackage manager

    @@ -5095,7 +5095,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGDgiwgGeoPackageManager.html b/docs/docs/api/Classes/GPKGDgiwgGeoPackageManager.html index 5d23e41a..3ab14cc5 100644 --- a/docs/docs/api/Classes/GPKGDgiwgGeoPackageManager.html +++ b/docs/docs/api/Classes/GPKGDgiwgGeoPackageManager.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5046,7 +5046,7 @@

    GPKGDgiwgGeoPackageManager

    to create and open GeoPackages

    @@ -5086,7 +5086,7 @@

    Return Value

    new DGIWG GeoPackage Manager

    @@ -5157,7 +5157,7 @@

    Return Value

    GeoPackage file if created

    @@ -5241,7 +5241,7 @@

    Return Value

    GeoPackage file if created

    @@ -5325,7 +5325,7 @@

    Return Value

    GeoPackage file if created

    @@ -5422,7 +5422,7 @@

    Return Value

    GeoPackage file if created

    @@ -5480,7 +5480,7 @@

    Return Value

    open GeoPackage

    @@ -5550,7 +5550,7 @@

    Return Value

    open GeoPackage

    @@ -5608,7 +5608,7 @@

    Return Value

    open GeoPackage

    @@ -5679,7 +5679,7 @@

    Return Value

    open GeoPackage

    @@ -5737,7 +5737,7 @@

    Return Value

    true if deleted

    @@ -5807,7 +5807,7 @@

    Return Value

    true if deleted

    @@ -5865,7 +5865,7 @@

    Return Value

    true if valid

    @@ -5923,7 +5923,7 @@

    Return Value

    validation errors

    @@ -5933,7 +5933,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGDgiwgMetadata.html b/docs/docs/api/Classes/GPKGDgiwgMetadata.html index 937dd34a..8deae439 100644 --- a/docs/docs/api/Classes/GPKGDgiwgMetadata.html +++ b/docs/docs/api/Classes/GPKGDgiwgMetadata.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGDgiwgMetadata

    DGIWG (Defence Geospatial Information Working Group) Metadata utilities

    @@ -5117,7 +5117,7 @@

    Return Value

    metadata

    @@ -5188,7 +5188,7 @@

    Return Value

    metadata

    @@ -5272,7 +5272,7 @@

    Return Value

    metadata

    @@ -5311,7 +5311,7 @@

    Return Value

    metadata reference

    @@ -5370,7 +5370,7 @@

    Return Value

    metadata reference

    @@ -5428,7 +5428,7 @@

    Return Value

    metadata references

    @@ -5487,7 +5487,7 @@

    Return Value

    metadata references

    @@ -5558,7 +5558,7 @@

    Return Value

    metadata references

    @@ -5568,7 +5568,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGDgiwgRequirements.html b/docs/docs/api/Classes/GPKGDgiwgRequirements.html index 9407032b..60b0b8b1 100644 --- a/docs/docs/api/Classes/GPKGDgiwgRequirements.html +++ b/docs/docs/api/Classes/GPKGDgiwgRequirements.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5082,7 +5082,7 @@

    GPKGDgiwgRequirements

    Undocumented

    @@ -5122,7 +5122,7 @@

    Return Value

    number

    @@ -5161,7 +5161,7 @@

    Return Value

    name

    @@ -5200,7 +5200,7 @@

    Return Value

    identifier

    @@ -5239,7 +5239,7 @@

    Return Value

    identifier

    @@ -5278,7 +5278,7 @@

    Return Value

    description

    @@ -5288,7 +5288,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGDgiwgUtils.html b/docs/docs/api/Classes/GPKGDgiwgUtils.html index c5e97985..d2dc074d 100644 --- a/docs/docs/api/Classes/GPKGDgiwgUtils.html +++ b/docs/docs/api/Classes/GPKGDgiwgUtils.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGDgiwgUtils

    DGIWG (Defence Geospatial Information Working Group) GeoPackage utilities

    @@ -5183,7 +5183,7 @@

    Return Value

    created tile matrix set

    @@ -5315,7 +5315,7 @@

    Parameters

    @@ -5434,7 +5434,7 @@

    Parameters

    @@ -5553,7 +5553,7 @@

    Parameters

    @@ -5685,7 +5685,7 @@

    Parameters

    @@ -5848,7 +5848,7 @@

    Return Value

    created tile matrix set

    @@ -5928,7 +5928,7 @@

    Parameters

    @@ -5995,7 +5995,7 @@

    Parameters

    @@ -6076,7 +6076,7 @@

    Parameters

    @@ -6144,7 +6144,7 @@

    Parameters

    @@ -6229,7 +6229,7 @@

    Return Value

    metadata reference

    @@ -6314,7 +6314,7 @@

    Return Value

    metadata reference

    @@ -6412,7 +6412,7 @@

    Return Value

    metadata reference

    @@ -6522,7 +6522,7 @@

    Return Value

    metadata reference

    @@ -6532,7 +6532,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGDgiwgValidate.html b/docs/docs/api/Classes/GPKGDgiwgValidate.html index 3562ce2c..698fff99 100644 --- a/docs/docs/api/Classes/GPKGDgiwgValidate.html +++ b/docs/docs/api/Classes/GPKGDgiwgValidate.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5046,7 +5046,7 @@

    GPKGDgiwgValidate

    validations

    @@ -5105,7 +5105,7 @@

    Return Value

    true if valid

    @@ -5163,7 +5163,7 @@

    Return Value

    validation errors

    @@ -5221,7 +5221,7 @@

    Return Value

    validation errors

    @@ -5292,7 +5292,7 @@

    Return Value

    validation errors

    @@ -5363,7 +5363,7 @@

    Return Value

    validation errors

    @@ -5421,7 +5421,7 @@

    Return Value

    validation errors

    @@ -5492,7 +5492,7 @@

    Return Value

    validation errors

    @@ -5564,7 +5564,7 @@

    Return Value

    validation errors

    @@ -5636,7 +5636,7 @@

    Return Value

    validation errors

    @@ -5708,7 +5708,7 @@

    Return Value

    validation errors

    @@ -5718,7 +5718,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGDgiwgValidationError.html b/docs/docs/api/Classes/GPKGDgiwgValidationError.html index 77f75de0..0e819e0b 100644 --- a/docs/docs/api/Classes/GPKGDgiwgValidationError.html +++ b/docs/docs/api/Classes/GPKGDgiwgValidationError.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGDgiwgValidationError

    DGIWG (Defence Geospatial Information Working Group) validation error

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5151,7 +5151,7 @@

    Declaration

    @@ -5186,7 +5186,7 @@

    Declaration

    @@ -5221,7 +5221,7 @@

    Declaration

    @@ -5256,7 +5256,7 @@

    Declaration

    @@ -5362,7 +5362,7 @@

    Parameters

    @@ -5468,7 +5468,7 @@

    Parameters

    @@ -5574,7 +5574,7 @@

    Parameters

    @@ -5667,7 +5667,7 @@

    Parameters

    @@ -5747,7 +5747,7 @@

    Parameters

    @@ -5814,7 +5814,7 @@

    Parameters

    @@ -5920,7 +5920,7 @@

    Parameters

    @@ -6026,7 +6026,7 @@

    Parameters

    @@ -6145,7 +6145,7 @@

    Parameters

    @@ -6264,7 +6264,7 @@

    Parameters

    @@ -6383,7 +6383,7 @@

    Parameters

    @@ -6502,7 +6502,7 @@

    Parameters

    @@ -6621,7 +6621,7 @@

    Parameters

    @@ -6740,7 +6740,7 @@

    Parameters

    @@ -6750,7 +6750,7 @@

    Parameters

    diff --git a/docs/docs/api/Classes/GPKGDgiwgValidationErrors.html b/docs/docs/api/Classes/GPKGDgiwgValidationErrors.html index 570437a1..31890d49 100644 --- a/docs/docs/api/Classes/GPKGDgiwgValidationErrors.html +++ b/docs/docs/api/Classes/GPKGDgiwgValidationErrors.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGDgiwgValidationErrors

    DGIWG (Defence Geospatial Information Working Group) validation errors

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5135,7 +5135,7 @@

    Parameters

    @@ -5189,7 +5189,7 @@

    Parameters

    @@ -5243,7 +5243,7 @@

    Parameters

    @@ -5297,7 +5297,7 @@

    Parameters

    @@ -5351,7 +5351,7 @@

    Parameters

    @@ -5405,7 +5405,7 @@

    Parameters

    @@ -5444,7 +5444,7 @@

    Return Value

    true if valid

    @@ -5483,7 +5483,7 @@

    Return Value

    true if has errors

    @@ -5522,7 +5522,7 @@

    Return Value

    error count

    @@ -5561,7 +5561,7 @@

    Return Value

    errors

    @@ -5619,7 +5619,7 @@

    Return Value

    error

    @@ -5629,7 +5629,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGDgiwgValidationKey.html b/docs/docs/api/Classes/GPKGDgiwgValidationKey.html index 65ecd571..122d8e98 100644 --- a/docs/docs/api/Classes/GPKGDgiwgValidationKey.html +++ b/docs/docs/api/Classes/GPKGDgiwgValidationKey.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5046,7 +5046,7 @@

    GPKGDgiwgValidationKey

    value

    @@ -5082,7 +5082,7 @@

    Declaration

    @@ -5117,7 +5117,7 @@

    Declaration

    @@ -5183,7 +5183,7 @@

    Parameters

    @@ -5249,7 +5249,7 @@

    Parameters

    @@ -5259,7 +5259,7 @@

    Parameters

    diff --git a/docs/docs/api/Classes/GPKGDgiwgWellKnownText.html b/docs/docs/api/Classes/GPKGDgiwgWellKnownText.html index e97bb31d..a3c65d94 100644 --- a/docs/docs/api/Classes/GPKGDgiwgWellKnownText.html +++ b/docs/docs/api/Classes/GPKGDgiwgWellKnownText.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5046,7 +5046,7 @@

    GPKGDgiwgWellKnownText

    constants

    @@ -5082,7 +5082,7 @@

    Declaration

    @@ -5117,7 +5117,7 @@

    Declaration

    @@ -5152,7 +5152,7 @@

    Declaration

    @@ -5187,7 +5187,7 @@

    Declaration

    @@ -5222,7 +5222,7 @@

    Declaration

    @@ -5257,7 +5257,7 @@

    Declaration

    @@ -5292,7 +5292,7 @@

    Declaration

    @@ -5327,7 +5327,7 @@

    Declaration

    @@ -5362,7 +5362,7 @@

    Declaration

    @@ -5397,7 +5397,7 @@

    Declaration

    @@ -5455,7 +5455,7 @@

    Return Value

    UTM Zone Well-Known Text

    @@ -5617,7 +5617,7 @@

    Return Value

    well-known text

    @@ -5792,7 +5792,7 @@

    Return Value

    well-known text

    @@ -5827,7 +5827,7 @@

    Declaration

    @@ -5862,7 +5862,7 @@

    Declaration

    @@ -5872,7 +5872,7 @@

    Declaration

    diff --git a/docs/docs/api/Classes/GPKGDublinCoreMetadata.html b/docs/docs/api/Classes/GPKGDublinCoreMetadata.html index 96096fb9..60dbc572 100644 --- a/docs/docs/api/Classes/GPKGDublinCoreMetadata.html +++ b/docs/docs/api/Classes/GPKGDublinCoreMetadata.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGDublinCoreMetadata

    Dublin Core Metadata Initiative

    @@ -5116,7 +5116,7 @@

    Return Value

    true if has column

    @@ -5186,7 +5186,7 @@

    Return Value

    true if has column

    @@ -5257,7 +5257,7 @@

    Return Value

    column

    @@ -5328,7 +5328,7 @@

    Return Value

    column

    @@ -5398,7 +5398,7 @@

    Return Value

    value

    @@ -5478,7 +5478,7 @@

    Parameters

    @@ -5488,7 +5488,7 @@

    Parameters

    diff --git a/docs/docs/api/Classes/GPKGDublinCoreTypes.html b/docs/docs/api/Classes/GPKGDublinCoreTypes.html index c8044886..c7228c8a 100644 --- a/docs/docs/api/Classes/GPKGDublinCoreTypes.html +++ b/docs/docs/api/Classes/GPKGDublinCoreTypes.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5074,7 +5074,7 @@

    GPKGDublinCoreTypes

    Undocumented

    @@ -5133,7 +5133,7 @@

    Return Value

    Dublin Core Metadata type name

    @@ -5191,7 +5191,7 @@

    Return Value

    Dublin Core Metadata type

    @@ -5249,7 +5249,7 @@

    Return Value

    synonyms

    @@ -5259,7 +5259,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGExtendedRelation.html b/docs/docs/api/Classes/GPKGExtendedRelation.html index 26f21958..76af1db2 100644 --- a/docs/docs/api/Classes/GPKGExtendedRelation.html +++ b/docs/docs/api/Classes/GPKGExtendedRelation.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGExtendedRelation

    Describes the relationships between a base table, a related data table, and a mapping table

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5151,7 +5151,7 @@

    Declaration

    @@ -5186,7 +5186,7 @@

    Declaration

    @@ -5221,7 +5221,7 @@

    Declaration

    @@ -5256,7 +5256,7 @@

    Declaration

    @@ -5291,7 +5291,7 @@

    Declaration

    @@ -5330,7 +5330,7 @@

    Return Value

    new extended relation

    @@ -5365,7 +5365,7 @@

    Declaration

    @@ -5399,7 +5399,7 @@

    Return Value

    relation type

    @@ -5409,7 +5409,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGExtendedRelationsDao.html b/docs/docs/api/Classes/GPKGExtendedRelationsDao.html index 7f29364a..03e61e98 100644 --- a/docs/docs/api/Classes/GPKGExtendedRelationsDao.html +++ b/docs/docs/api/Classes/GPKGExtendedRelationsDao.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGExtendedRelationsDao

    Extended Relations Data Access Object

    @@ -5104,7 +5104,7 @@

    Return Value

    dao

    @@ -5162,7 +5162,7 @@

    Return Value

    new tile scaling dao

    @@ -5220,7 +5220,7 @@

    Return Value

    extended relation

    @@ -5278,7 +5278,7 @@

    Return Value

    first extended relation

    @@ -5317,7 +5317,7 @@

    Return Value

    base table names

    @@ -5356,7 +5356,7 @@

    Return Value

    related table names

    @@ -5414,7 +5414,7 @@

    Return Value

    extended relations results

    @@ -5472,7 +5472,7 @@

    Return Value

    extended relations results

    @@ -5530,7 +5530,7 @@

    Return Value

    extended relations results

    @@ -5653,7 +5653,7 @@

    Return Value

    extended relations results

    @@ -5663,7 +5663,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGExtensionManagement.html b/docs/docs/api/Classes/GPKGExtensionManagement.html index 114acadf..84fab0d5 100644 --- a/docs/docs/api/Classes/GPKGExtensionManagement.html +++ b/docs/docs/api/Classes/GPKGExtensionManagement.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGExtensionManagement

    Extension Management for deleting and copying extensions

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5135,7 +5135,7 @@

    Parameters

    @@ -5174,7 +5174,7 @@

    Return Value

    author

    @@ -5228,7 +5228,7 @@

    Parameters

    @@ -5263,7 +5263,7 @@

    Declaration

    @@ -5329,7 +5329,7 @@

    Parameters

    @@ -5339,7 +5339,7 @@

    Parameters

    diff --git a/docs/docs/api/Classes/GPKGExtensionManager.html b/docs/docs/api/Classes/GPKGExtensionManager.html index 4bbe5952..822bec21 100644 --- a/docs/docs/api/Classes/GPKGExtensionManager.html +++ b/docs/docs/api/Classes/GPKGExtensionManager.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGExtensionManager

    GeoPackage Extension Manager for deleting and copying extensions

    @@ -5100,7 +5100,7 @@

    Parameters

    @@ -5154,7 +5154,7 @@

    Parameters

    @@ -5208,7 +5208,7 @@

    Parameters

    @@ -5243,7 +5243,7 @@

    Declaration

    @@ -5310,7 +5310,7 @@

    Parameters

    @@ -5364,7 +5364,7 @@

    Parameters

    @@ -5399,7 +5399,7 @@

    Declaration

    @@ -5466,7 +5466,7 @@

    Parameters

    @@ -5520,7 +5520,7 @@

    Parameters

    @@ -5555,7 +5555,7 @@

    Declaration

    @@ -5622,7 +5622,7 @@

    Parameters

    @@ -5676,7 +5676,7 @@

    Parameters

    @@ -5711,7 +5711,7 @@

    Declaration

    @@ -5777,7 +5777,7 @@

    Parameters

    @@ -5831,7 +5831,7 @@

    Parameters

    @@ -5866,7 +5866,7 @@

    Declaration

    @@ -5932,7 +5932,7 @@

    Parameters

    @@ -5967,7 +5967,7 @@

    Declaration

    @@ -5977,7 +5977,7 @@

    Declaration

    diff --git a/docs/docs/api/Classes/GPKGExtensions.html b/docs/docs/api/Classes/GPKGExtensions.html index 1f521044..506db760 100644 --- a/docs/docs/api/Classes/GPKGExtensions.html +++ b/docs/docs/api/Classes/GPKGExtensions.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5050,7 +5050,7 @@

    GPKGExtensions

    error message if it does not.

    @@ -5088,7 +5088,7 @@

    Declaration

    @@ -5124,7 +5124,7 @@

    Declaration

    @@ -5160,7 +5160,7 @@

    Declaration

    @@ -5196,7 +5196,7 @@

    Declaration

    @@ -5232,7 +5232,7 @@

    Declaration

    @@ -5271,7 +5271,7 @@

    Return Value

    extension scope type

    @@ -5325,7 +5325,7 @@

    Parameters

    @@ -5392,7 +5392,7 @@

    Parameters

    @@ -5431,7 +5431,7 @@

    Return Value

    author

    @@ -5470,7 +5470,7 @@

    Return Value

    extension name

    @@ -5541,7 +5541,7 @@

    Return Value

    extension name

    @@ -5599,7 +5599,7 @@

    Return Value

    extension name

    @@ -5657,7 +5657,7 @@

    Return Value

    author

    @@ -5715,7 +5715,7 @@

    Return Value

    extension name, no author

    @@ -5725,7 +5725,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGExtensionsDao.html b/docs/docs/api/Classes/GPKGExtensionsDao.html index dac077ff..e81e9a4d 100644 --- a/docs/docs/api/Classes/GPKGExtensionsDao.html +++ b/docs/docs/api/Classes/GPKGExtensionsDao.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGExtensionsDao

    Extensions Data Access Object

    @@ -5104,7 +5104,7 @@

    Return Value

    dao

    @@ -5162,7 +5162,7 @@

    Return Value

    new extensions dao

    @@ -5220,7 +5220,7 @@

    Return Value

    rows deleted

    @@ -5291,7 +5291,7 @@

    Return Value

    rows deleted

    @@ -5375,7 +5375,7 @@

    Return Value

    rows deleted

    @@ -5433,7 +5433,7 @@

    Return Value

    rows deleted

    @@ -5491,7 +5491,7 @@

    Return Value

    result set

    @@ -5549,7 +5549,7 @@

    Return Value

    count

    @@ -5620,7 +5620,7 @@

    Return Value

    result set

    @@ -5691,7 +5691,7 @@

    Return Value

    count

    @@ -5775,7 +5775,7 @@

    Return Value

    result set

    @@ -5785,7 +5785,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGFeatureCache.html b/docs/docs/api/Classes/GPKGFeatureCache.html index b19fe0a5..d7435a06 100644 --- a/docs/docs/api/Classes/GPKGFeatureCache.html +++ b/docs/docs/api/Classes/GPKGFeatureCache.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGFeatureCache

    Feature Row Cache for a single feature table

    @@ -5085,7 +5085,7 @@

    Return Value

    new feature cache

    @@ -5143,7 +5143,7 @@

    Return Value

    new feature cache

    @@ -5182,7 +5182,7 @@

    Return Value

    max size

    @@ -5240,7 +5240,7 @@

    Return Value

    feature row or null

    @@ -5298,7 +5298,7 @@

    Return Value

    feature row or null

    @@ -5356,7 +5356,7 @@

    Return Value

    previous cached feature row or null

    @@ -5414,7 +5414,7 @@

    Return Value

    removed feature row or null

    @@ -5472,7 +5472,7 @@

    Return Value

    removed feature row or null

    @@ -5530,7 +5530,7 @@

    Return Value

    removed feature row or null

    @@ -5565,7 +5565,7 @@

    Declaration

    @@ -5619,7 +5619,7 @@

    Parameters

    @@ -5673,7 +5673,7 @@

    Parameters

    @@ -5683,7 +5683,7 @@

    Parameters

    diff --git a/docs/docs/api/Classes/GPKGFeatureCacheTables.html b/docs/docs/api/Classes/GPKGFeatureCacheTables.html index 5559aeba..6f55a02a 100644 --- a/docs/docs/api/Classes/GPKGFeatureCacheTables.html +++ b/docs/docs/api/Classes/GPKGFeatureCacheTables.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGFeatureCacheTables

    Feature Row Cache for multiple feature tables in a single GeoPackage

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5120,7 +5120,7 @@

    Return Value

    new feature cache tables

    @@ -5178,7 +5178,7 @@

    Return Value

    new feature cache tables

    @@ -5217,7 +5217,7 @@

    Return Value

    feature table names

    @@ -5275,7 +5275,7 @@

    Return Value

    feature row cache

    @@ -5333,7 +5333,7 @@

    Return Value

    feature row cache

    @@ -5391,7 +5391,7 @@

    Return Value

    max size

    @@ -5461,7 +5461,7 @@

    Return Value

    feature row or null

    @@ -5519,7 +5519,7 @@

    Return Value

    previous cached feature row or null

    @@ -5577,7 +5577,7 @@

    Return Value

    removed feature row or null

    @@ -5647,7 +5647,7 @@

    Return Value

    removed feature row or null

    @@ -5701,7 +5701,7 @@

    Parameters

    @@ -5736,7 +5736,7 @@

    Declaration

    @@ -5802,7 +5802,7 @@

    Parameters

    @@ -5856,7 +5856,7 @@

    Parameters

    @@ -5923,7 +5923,7 @@

    Parameters

    @@ -5977,7 +5977,7 @@

    Parameters

    @@ -5987,7 +5987,7 @@

    Parameters

    diff --git a/docs/docs/api/Classes/GPKGFeatureColumn.html b/docs/docs/api/Classes/GPKGFeatureColumn.html index 8cc10ea8..74850bb0 100644 --- a/docs/docs/api/Classes/GPKGFeatureColumn.html +++ b/docs/docs/api/Classes/GPKGFeatureColumn.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGFeatureColumn

    Feature column

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5139,7 +5139,7 @@

    Return Value

    feature column

    @@ -5210,7 +5210,7 @@

    Return Value

    feature column

    @@ -5281,7 +5281,7 @@

    Return Value

    feature column

    @@ -5365,7 +5365,7 @@

    Return Value

    feature column

    @@ -5436,7 +5436,7 @@

    Return Value

    feature column

    @@ -5520,7 +5520,7 @@

    Return Value

    feature column

    @@ -5617,7 +5617,7 @@

    Return Value

    feature column

    @@ -5727,7 +5727,7 @@

    Return Value

    feature column

    @@ -5798,7 +5798,7 @@

    Return Value

    feature column

    @@ -5882,7 +5882,7 @@

    Return Value

    feature column

    @@ -5966,7 +5966,7 @@

    Return Value

    feature column

    @@ -6063,7 +6063,7 @@

    Return Value

    feature column

    @@ -6160,7 +6160,7 @@

    Return Value

    feature column

    @@ -6270,7 +6270,7 @@

    Return Value

    feature column

    @@ -6354,7 +6354,7 @@

    Return Value

    feature column

    @@ -6451,7 +6451,7 @@

    Return Value

    feature column

    @@ -6561,7 +6561,7 @@

    Return Value

    feature column

    @@ -6684,7 +6684,7 @@

    Return Value

    feature column

    @@ -6743,7 +6743,7 @@

    Return Value

    feature column

    @@ -6905,7 +6905,7 @@

    Return Value

    new feature column

    @@ -6944,7 +6944,7 @@

    Return Value

    true if a geometry column

    @@ -6954,7 +6954,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGFeatureColumns.html b/docs/docs/api/Classes/GPKGFeatureColumns.html index ae5f53c5..93698a3a 100644 --- a/docs/docs/api/Classes/GPKGFeatureColumns.html +++ b/docs/docs/api/Classes/GPKGFeatureColumns.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGFeatureColumns

    Collection of feature columns

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5200,7 +5200,7 @@

    Return Value

    new feature columns

    @@ -5297,7 +5297,7 @@

    Return Value

    new feature columns

    @@ -5355,7 +5355,7 @@

    Return Value

    new feature columns

    @@ -5394,7 +5394,7 @@

    Return Value

    true if has a geometry column

    @@ -5433,7 +5433,7 @@

    Return Value

    geometry feature column

    @@ -5443,7 +5443,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGFeatureDao.html b/docs/docs/api/Classes/GPKGFeatureDao.html index c30358c2..20254d8f 100644 --- a/docs/docs/api/Classes/GPKGFeatureDao.html +++ b/docs/docs/api/Classes/GPKGFeatureDao.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGFeatureDao

    Feature DAO for reading feature user data tables

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5213,7 +5213,7 @@

    Return Value

    new feature dao

    @@ -5252,7 +5252,7 @@

    Return Value

    feature table

    @@ -5310,7 +5310,7 @@

    Return Value

    feature row

    @@ -5368,7 +5368,7 @@

    Return Value

    feature row

    @@ -5426,7 +5426,7 @@

    Return Value

    feature row

    @@ -5465,7 +5465,7 @@

    Return Value

    feature row

    @@ -5504,7 +5504,7 @@

    Return Value

    geometry column name

    @@ -5543,7 +5543,7 @@

    Return Value

    geometry type

    @@ -5582,7 +5582,7 @@

    Return Value

    srs

    @@ -5621,7 +5621,7 @@

    Return Value

    srs id

    @@ -5660,7 +5660,7 @@

    Return Value

    id column

    @@ -5699,7 +5699,7 @@

    Return Value

    id column name

    @@ -5738,7 +5738,7 @@

    Return Value

    column names

    @@ -5748,7 +5748,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGFeatureGenerator.html b/docs/docs/api/Classes/GPKGFeatureGenerator.html index a6f17d12..63203bfe 100644 --- a/docs/docs/api/Classes/GPKGFeatureGenerator.html +++ b/docs/docs/api/Classes/GPKGFeatureGenerator.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGFeatureGenerator

    Feature Generator

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5151,7 +5151,7 @@

    Declaration

    @@ -5186,7 +5186,7 @@

    Declaration

    @@ -5221,7 +5221,7 @@

    Declaration

    @@ -5260,7 +5260,7 @@

    Return Value

    projection

    @@ -5331,7 +5331,7 @@

    Return Value

    new feature generator

    @@ -5370,7 +5370,7 @@

    Return Value

    GeoPackage

    @@ -5409,7 +5409,7 @@

    Return Value

    table name

    @@ -5448,7 +5448,7 @@

    Return Value

    true if active

    @@ -5487,7 +5487,7 @@

    Return Value

    geometry columns

    @@ -5526,7 +5526,7 @@

    Return Value

    columns

    @@ -5565,7 +5565,7 @@

    Return Value

    srs

    @@ -5604,7 +5604,7 @@

    Return Value

    feature DAO

    @@ -5643,7 +5643,7 @@

    Return Value

    generated count

    @@ -5713,7 +5713,7 @@

    Parameters

    @@ -5751,7 +5751,7 @@

    Declaration

    @@ -5790,7 +5790,7 @@

    Return Value

    projection

    @@ -5848,7 +5848,7 @@

    Return Value

    geometry data

    @@ -5928,7 +5928,7 @@

    Parameters

    @@ -5999,7 +5999,7 @@

    Return Value

    projection

    @@ -6009,7 +6009,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGFeatureIndexFeatureResults.html b/docs/docs/api/Classes/GPKGFeatureIndexFeatureResults.html index cb51e937..f557fee6 100644 --- a/docs/docs/api/Classes/GPKGFeatureIndexFeatureResults.html +++ b/docs/docs/api/Classes/GPKGFeatureIndexFeatureResults.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5046,7 +5046,7 @@

    GPKGFeatureIndexFeatureResults

    DAO

    @@ -5118,7 +5118,7 @@

    Return Value

    feature index feature results

    @@ -5128,7 +5128,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGFeatureIndexGeoPackageResults.html b/docs/docs/api/Classes/GPKGFeatureIndexGeoPackageResults.html index 0c622eb9..dfe311d1 100644 --- a/docs/docs/api/Classes/GPKGFeatureIndexGeoPackageResults.html +++ b/docs/docs/api/Classes/GPKGFeatureIndexGeoPackageResults.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5046,7 +5046,7 @@

    GPKGFeatureIndexGeoPackageResults

    retrieved from GeoPackage index extension results

    @@ -5119,7 +5119,7 @@

    Return Value

    feature index geopackage results

    @@ -5129,7 +5129,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGFeatureIndexListResults.html b/docs/docs/api/Classes/GPKGFeatureIndexListResults.html index 49fe7141..c276c906 100644 --- a/docs/docs/api/Classes/GPKGFeatureIndexListResults.html +++ b/docs/docs/api/Classes/GPKGFeatureIndexListResults.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGFeatureIndexListResults

    Feature Index Results Feature Row list implementation

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5135,7 +5135,7 @@

    Parameters

    @@ -5189,7 +5189,7 @@

    Parameters

    @@ -5243,7 +5243,7 @@

    Parameters

    @@ -5297,7 +5297,7 @@

    Parameters

    @@ -5307,7 +5307,7 @@

    Parameters

    diff --git a/docs/docs/api/Classes/GPKGFeatureIndexLocation.html b/docs/docs/api/Classes/GPKGFeatureIndexLocation.html index e26541b9..0fe0e24c 100644 --- a/docs/docs/api/Classes/GPKGFeatureIndexLocation.html +++ b/docs/docs/api/Classes/GPKGFeatureIndexLocation.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGFeatureIndexLocation

    Feature Index Location to iterate over indexed feature index types

    @@ -5104,7 +5104,7 @@

    Return Value

    new feature index location

    @@ -5114,7 +5114,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGFeatureIndexManager.html b/docs/docs/api/Classes/GPKGFeatureIndexManager.html index f2492b63..a41e04c2 100644 --- a/docs/docs/api/Classes/GPKGFeatureIndexManager.html +++ b/docs/docs/api/Classes/GPKGFeatureIndexManager.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5046,7 +5046,7 @@

    GPKGFeatureIndexManager

    within a GeoPackage using the Geometry Index Extension

    @@ -5082,7 +5082,7 @@

    Declaration

    @@ -5118,7 +5118,7 @@

    Declaration

    @@ -5189,7 +5189,7 @@

    Return Value

    new feature index manager

    @@ -5260,7 +5260,7 @@

    Return Value

    new feature index manager

    @@ -5295,7 +5295,7 @@

    Declaration

    @@ -5334,7 +5334,7 @@

    Return Value

    feature DAO

    @@ -5373,7 +5373,7 @@

    Return Value

    feature table index

    @@ -5412,7 +5412,7 @@

    Return Value

    feature indexer

    @@ -5451,7 +5451,7 @@

    Return Value

    RTree index table DAO

    @@ -5490,7 +5490,7 @@

    Return Value

    ordered index types

    @@ -5546,7 +5546,7 @@

    Parameters

    @@ -5602,7 +5602,7 @@

    Parameters

    @@ -5656,7 +5656,7 @@

    Parameters

    @@ -5710,7 +5710,7 @@

    Parameters

    @@ -5749,7 +5749,7 @@

    Return Value

    count

    @@ -5807,7 +5807,7 @@

    Return Value

    largest count of indexed features

    @@ -5865,7 +5865,7 @@

    Return Value

    count

    @@ -5923,7 +5923,7 @@

    Return Value

    count

    @@ -5994,7 +5994,7 @@

    Return Value

    largest count of indexed features

    @@ -6065,7 +6065,7 @@

    Return Value

    count

    @@ -6125,7 +6125,7 @@

    Return Value

    true if indexed

    @@ -6198,7 +6198,7 @@

    Return Value

    true if indexed from any type

    @@ -6270,7 +6270,7 @@

    Return Value

    true if indexed

    @@ -6309,7 +6309,7 @@

    Return Value

    true if deleted

    @@ -6348,7 +6348,7 @@

    Return Value

    true if deleted

    @@ -6406,7 +6406,7 @@

    Return Value

    true if deleted from any type

    @@ -6464,7 +6464,7 @@

    Return Value

    true if deleted

    @@ -6522,7 +6522,7 @@

    Return Value

    true if deleted

    @@ -6593,7 +6593,7 @@

    Return Value

    true if deleted from any type

    @@ -6664,7 +6664,7 @@

    Return Value

    true if deleted

    @@ -6722,7 +6722,7 @@

    Return Value

    true if deleted

    @@ -6793,7 +6793,7 @@

    Return Value

    true if deleted from any type

    @@ -6864,7 +6864,7 @@

    Return Value

    true if deleted

    @@ -6922,7 +6922,7 @@

    Return Value

    true if deleted from any type

    @@ -6980,7 +6980,7 @@

    Return Value

    true if deleted from any type

    @@ -7019,7 +7019,7 @@

    Return Value

    indexed types

    @@ -7058,7 +7058,7 @@

    Return Value

    true if indexed

    @@ -7116,7 +7116,7 @@

    Return Value

    true if indexed

    @@ -7155,7 +7155,7 @@

    Return Value

    last indexed date or null

    @@ -7213,7 +7213,7 @@

    Return Value

    last indexed date or null

    @@ -7252,7 +7252,7 @@

    Return Value

    feature index location

    @@ -7291,7 +7291,7 @@

    Return Value

    feature index type

    @@ -7330,7 +7330,7 @@

    Return Value

    feature table id column name

    @@ -7369,7 +7369,7 @@

    Return Value

    feature index results, close when done

    @@ -7427,7 +7427,7 @@

    Return Value

    feature index results, close when done

    @@ -7485,7 +7485,7 @@

    Return Value

    feature index results, close when done

    @@ -7556,7 +7556,7 @@

    Return Value

    feature index results, close when done

    @@ -7614,7 +7614,7 @@

    Return Value

    count

    @@ -7684,7 +7684,7 @@

    Return Value

    count

    @@ -7723,7 +7723,7 @@

    Return Value

    count

    @@ -7782,7 +7782,7 @@

    Return Value

    feature index results, close when done

    @@ -7853,7 +7853,7 @@

    Return Value

    feature index results, close when done

    @@ -7924,7 +7924,7 @@

    Return Value

    feature index results, close when done

    @@ -8008,7 +8008,7 @@

    Return Value

    feature index results, close when done

    @@ -8066,7 +8066,7 @@

    Return Value

    feature index results, close when done

    @@ -8137,7 +8137,7 @@

    Return Value

    feature index results, close when done

    @@ -8221,7 +8221,7 @@

    Return Value

    feature index results, close when done

    @@ -8279,7 +8279,7 @@

    Return Value

    feature index results, close when done

    @@ -8350,7 +8350,7 @@

    Return Value

    feature index results, close when done

    @@ -8421,7 +8421,7 @@

    Return Value

    feature index results, close when done

    @@ -8505,7 +8505,7 @@

    Return Value

    feature index results, close when done

    @@ -8563,7 +8563,7 @@

    Return Value

    count

    @@ -8633,7 +8633,7 @@

    Return Value

    count

    @@ -8717,7 +8717,7 @@

    Return Value

    count

    @@ -8788,7 +8788,7 @@

    Return Value

    feature index results, close when done

    @@ -8872,7 +8872,7 @@

    Return Value

    feature index results, close when done

    @@ -8956,7 +8956,7 @@

    Return Value

    feature index results, close when done

    @@ -9053,7 +9053,7 @@

    Return Value

    feature index results, close when done

    @@ -9123,7 +9123,7 @@

    Return Value

    count

    @@ -9207,7 +9207,7 @@

    Return Value

    count

    @@ -9304,7 +9304,7 @@

    Return Value

    count

    @@ -9343,7 +9343,7 @@

    Return Value

    bounding box

    @@ -9401,7 +9401,7 @@

    Return Value

    bounding box

    @@ -9461,7 +9461,7 @@

    Return Value

    feature index results, close when done

    @@ -9533,7 +9533,7 @@

    Return Value

    feature index results, close when done

    @@ -9605,7 +9605,7 @@

    Return Value

    feature index results, close when done

    @@ -9690,7 +9690,7 @@

    Return Value

    feature index results, close when done

    @@ -9749,7 +9749,7 @@

    Return Value

    count

    @@ -9821,7 +9821,7 @@

    Return Value

    count

    @@ -9906,7 +9906,7 @@

    Return Value

    count

    @@ -9979,7 +9979,7 @@

    Return Value

    feature index results, close when done

    @@ -10064,7 +10064,7 @@

    Return Value

    feature index results, close when done

    @@ -10149,7 +10149,7 @@

    Return Value

    feature index results, close when done

    @@ -10247,7 +10247,7 @@

    Return Value

    feature index results, close when done

    @@ -10319,7 +10319,7 @@

    Return Value

    count

    @@ -10404,7 +10404,7 @@

    Return Value

    count

    @@ -10490,7 +10490,7 @@

    Return Value

    count

    @@ -10562,7 +10562,7 @@

    Return Value

    feature index results, close when done

    @@ -10647,7 +10647,7 @@

    Return Value

    feature index results, close when done

    @@ -10732,7 +10732,7 @@

    Return Value

    feature index results, close when done

    @@ -10830,7 +10830,7 @@

    Return Value

    feature index results, close when done

    @@ -10902,7 +10902,7 @@

    Return Value

    count

    @@ -10987,7 +10987,7 @@

    Return Value

    count

    @@ -11085,7 +11085,7 @@

    Return Value

    count

    @@ -11170,7 +11170,7 @@

    Return Value

    feature index results, close when done

    @@ -11268,7 +11268,7 @@

    Return Value

    feature index results, close when done

    @@ -11366,7 +11366,7 @@

    Return Value

    feature index results, close when done

    @@ -11477,7 +11477,7 @@

    Return Value

    feature index results, close when done

    @@ -11562,7 +11562,7 @@

    Return Value

    count

    @@ -11660,7 +11660,7 @@

    Return Value

    count

    @@ -11771,7 +11771,7 @@

    Return Value

    count

    @@ -11829,7 +11829,7 @@

    Return Value

    feature index results, close when done

    @@ -11900,7 +11900,7 @@

    Return Value

    feature index results, close when done

    @@ -11971,7 +11971,7 @@

    Return Value

    feature index results, close when done

    @@ -12055,7 +12055,7 @@

    Return Value

    feature index results, close when done

    @@ -12113,7 +12113,7 @@

    Return Value

    count

    @@ -12184,7 +12184,7 @@

    Return Value

    count

    @@ -12268,7 +12268,7 @@

    Return Value

    count

    @@ -12339,7 +12339,7 @@

    Return Value

    feature index results, close when done

    @@ -12423,7 +12423,7 @@

    Return Value

    feature index results, close when done

    @@ -12507,7 +12507,7 @@

    Return Value

    feature index results, close when done

    @@ -12604,7 +12604,7 @@

    Return Value

    feature index results, close when done

    @@ -12675,7 +12675,7 @@

    Return Value

    count

    @@ -12759,7 +12759,7 @@

    Return Value

    count

    @@ -12856,7 +12856,7 @@

    Return Value

    count

    @@ -12927,7 +12927,7 @@

    Return Value

    feature index results, close when done

    @@ -13011,7 +13011,7 @@

    Return Value

    feature index results, close when done

    @@ -13095,7 +13095,7 @@

    Return Value

    feature index results, close when done

    @@ -13192,7 +13192,7 @@

    Return Value

    feature index results, close when done

    @@ -13263,7 +13263,7 @@

    Return Value

    count

    @@ -13347,7 +13347,7 @@

    Return Value

    count

    @@ -13444,7 +13444,7 @@

    Return Value

    count

    @@ -13528,7 +13528,7 @@

    Return Value

    feature index results, close when done

    @@ -13625,7 +13625,7 @@

    Return Value

    feature index results, close when done

    @@ -13722,7 +13722,7 @@

    Return Value

    feature index results, close when done

    @@ -13832,7 +13832,7 @@

    Return Value

    feature index results, close when done

    @@ -13916,7 +13916,7 @@

    Return Value

    count

    @@ -14013,7 +14013,7 @@

    Return Value

    count

    @@ -14123,7 +14123,7 @@

    Return Value

    count

    @@ -14195,7 +14195,7 @@

    Return Value

    feature index results, close when done

    @@ -14280,7 +14280,7 @@

    Return Value

    feature index results, close when done

    @@ -14365,7 +14365,7 @@

    Return Value

    feature index results, close when done

    @@ -14437,7 +14437,7 @@

    Return Value

    count

    @@ -14522,7 +14522,7 @@

    Return Value

    count

    @@ -14620,7 +14620,7 @@

    Return Value

    count

    @@ -14706,7 +14706,7 @@

    Return Value

    feature index results, close when done

    @@ -14804,7 +14804,7 @@

    Return Value

    feature index results, close when done

    @@ -14902,7 +14902,7 @@

    Return Value

    feature index results, close when done

    @@ -15013,7 +15013,7 @@

    Return Value

    feature index results, close when done

    @@ -15098,7 +15098,7 @@

    Return Value

    count

    @@ -15196,7 +15196,7 @@

    Return Value

    count

    @@ -15307,7 +15307,7 @@

    Return Value

    count

    @@ -15392,7 +15392,7 @@

    Return Value

    feature index results, close when done

    @@ -15490,7 +15490,7 @@

    Return Value

    feature index results, close when done

    @@ -15588,7 +15588,7 @@

    Return Value

    feature index results, close when done

    @@ -15699,7 +15699,7 @@

    Return Value

    feature index results, close when done

    @@ -15784,7 +15784,7 @@

    Return Value

    count

    @@ -15882,7 +15882,7 @@

    Return Value

    count

    @@ -15993,7 +15993,7 @@

    Return Value

    count

    @@ -16091,7 +16091,7 @@

    Return Value

    feature index results, close when done

    @@ -16202,7 +16202,7 @@

    Return Value

    feature index results, close when done

    @@ -16313,7 +16313,7 @@

    Return Value

    feature index results, close when done

    @@ -16437,7 +16437,7 @@

    Return Value

    feature index results, close when done

    @@ -16535,7 +16535,7 @@

    Return Value

    count

    @@ -16646,7 +16646,7 @@

    Return Value

    count

    @@ -16770,7 +16770,7 @@

    Return Value

    count

    @@ -16828,7 +16828,7 @@

    Return Value

    true if paginated

    @@ -16886,7 +16886,7 @@

    Return Value

    feature paginated results

    @@ -16957,7 +16957,7 @@

    Return Value

    feature paginated results

    @@ -17016,7 +17016,7 @@

    Return Value

    feature index results, close when done

    @@ -17088,7 +17088,7 @@

    Return Value

    feature index results, close when done

    @@ -17160,7 +17160,7 @@

    Return Value

    feature index results, close when done

    @@ -17245,7 +17245,7 @@

    Return Value

    feature index results, close when done

    @@ -17317,7 +17317,7 @@

    Return Value

    feature index results, close when done

    @@ -17402,7 +17402,7 @@

    Return Value

    feature index results, close when done

    @@ -17487,7 +17487,7 @@

    Return Value

    feature index results, close when done

    @@ -17585,7 +17585,7 @@

    Return Value

    feature index results, close when done

    @@ -17658,7 +17658,7 @@

    Return Value

    feature index results, close when done

    @@ -17744,7 +17744,7 @@

    Return Value

    feature index results, close when done

    @@ -17830,7 +17830,7 @@

    Return Value

    feature index results, close when done

    @@ -17929,7 +17929,7 @@

    Return Value

    feature index results, close when done

    @@ -18015,7 +18015,7 @@

    Return Value

    feature index results, close when done

    @@ -18114,7 +18114,7 @@

    Return Value

    feature index results, close when done

    @@ -18213,7 +18213,7 @@

    Return Value

    feature index results, close when done

    @@ -18325,7 +18325,7 @@

    Return Value

    feature index results, close when done

    @@ -18398,7 +18398,7 @@

    Return Value

    feature index results, close when done

    @@ -18484,7 +18484,7 @@

    Return Value

    feature index results, close when done

    @@ -18570,7 +18570,7 @@

    Return Value

    feature index results, close when done

    @@ -18669,7 +18669,7 @@

    Return Value

    feature index results, close when done

    @@ -18755,7 +18755,7 @@

    Return Value

    feature index results, close when done

    @@ -18854,7 +18854,7 @@

    Return Value

    feature index results, close when done

    @@ -18953,7 +18953,7 @@

    Return Value

    feature index results, close when done

    @@ -19065,7 +19065,7 @@

    Return Value

    feature index results, close when done

    @@ -19151,7 +19151,7 @@

    Return Value

    feature index results, close when done

    @@ -19250,7 +19250,7 @@

    Return Value

    feature index results, close when done

    @@ -19349,7 +19349,7 @@

    Return Value

    feature index results, close when done

    @@ -19461,7 +19461,7 @@

    Return Value

    feature index results, close when done

    @@ -19560,7 +19560,7 @@

    Return Value

    feature index results, close when done

    @@ -19672,7 +19672,7 @@

    Return Value

    feature index results, close when done

    @@ -19784,7 +19784,7 @@

    Return Value

    feature index results, close when done

    @@ -19909,7 +19909,7 @@

    Return Value

    feature index results, close when done

    @@ -19981,7 +19981,7 @@

    Return Value

    feature index results, close when done

    @@ -20066,7 +20066,7 @@

    Return Value

    feature index results, close when done

    @@ -20151,7 +20151,7 @@

    Return Value

    feature index results, close when done

    @@ -20249,7 +20249,7 @@

    Return Value

    feature index results, close when done

    @@ -20334,7 +20334,7 @@

    Return Value

    feature index results, close when done

    @@ -20432,7 +20432,7 @@

    Return Value

    feature index results, close when done

    @@ -20530,7 +20530,7 @@

    Return Value

    feature index results, close when done

    @@ -20641,7 +20641,7 @@

    Return Value

    feature index results, close when done

    @@ -20727,7 +20727,7 @@

    Return Value

    feature index results, close when done

    @@ -20826,7 +20826,7 @@

    Return Value

    feature index results, close when done

    @@ -20925,7 +20925,7 @@

    Return Value

    feature index results, close when done

    @@ -21037,7 +21037,7 @@

    Return Value

    feature index results, close when done

    @@ -21136,7 +21136,7 @@

    Return Value

    feature index results, close when done

    @@ -21248,7 +21248,7 @@

    Return Value

    feature index results, close when done

    @@ -21360,7 +21360,7 @@

    Return Value

    feature index results, close when done

    @@ -21485,7 +21485,7 @@

    Return Value

    feature index results, close when done

    @@ -21570,7 +21570,7 @@

    Return Value

    feature index results, close when done

    @@ -21668,7 +21668,7 @@

    Return Value

    feature index results, close when done

    @@ -21766,7 +21766,7 @@

    Return Value

    feature index results, close when done

    @@ -21877,7 +21877,7 @@

    Return Value

    feature index results, close when done

    @@ -21975,7 +21975,7 @@

    Return Value

    feature index results, close when done

    @@ -22086,7 +22086,7 @@

    Return Value

    feature index results, close when done

    @@ -22197,7 +22197,7 @@

    Return Value

    feature index results, close when done

    @@ -22321,7 +22321,7 @@

    Return Value

    feature index results, close when done

    @@ -22420,7 +22420,7 @@

    Return Value

    feature index results, close when done

    @@ -22532,7 +22532,7 @@

    Return Value

    feature index results, close when done

    @@ -22644,7 +22644,7 @@

    Return Value

    feature index results, close when done

    @@ -22769,7 +22769,7 @@

    Return Value

    feature index results, close when done

    @@ -22881,7 +22881,7 @@

    Return Value

    feature index results, close when done

    @@ -23006,7 +23006,7 @@

    Return Value

    feature index results, close when done

    @@ -23131,7 +23131,7 @@

    Return Value

    feature index results, close when done

    @@ -23269,7 +23269,7 @@

    Return Value

    feature index results, close when done

    @@ -23343,7 +23343,7 @@

    Return Value

    feature index results, close when done

    @@ -23430,7 +23430,7 @@

    Return Value

    feature index results, close when done

    @@ -23516,7 +23516,7 @@

    Return Value

    feature index results, close when done

    @@ -23615,7 +23615,7 @@

    Return Value

    feature index results, close when done

    @@ -23702,7 +23702,7 @@

    Return Value

    feature index results, close when done

    @@ -23802,7 +23802,7 @@

    Return Value

    feature index results, close when done

    @@ -23901,7 +23901,7 @@

    Return Value

    feature index results, close when done

    @@ -24013,7 +24013,7 @@

    Return Value

    feature index results, close when done

    @@ -24100,7 +24100,7 @@

    Return Value

    feature index results, close when done

    @@ -24200,7 +24200,7 @@

    Return Value

    feature index results, close when done

    @@ -24299,7 +24299,7 @@

    Return Value

    feature index results, close when done

    @@ -24411,7 +24411,7 @@

    Return Value

    feature index results, close when done

    @@ -24511,7 +24511,7 @@

    Return Value

    feature index results, close when done

    @@ -24624,7 +24624,7 @@

    Return Value

    feature index results, close when done

    @@ -24736,7 +24736,7 @@

    Return Value

    feature index results, close when done

    @@ -24861,7 +24861,7 @@

    Return Value

    feature index results, close when done

    @@ -24948,7 +24948,7 @@

    Return Value

    feature index results, close when done

    @@ -25048,7 +25048,7 @@

    Return Value

    feature index results, close when done

    @@ -25147,7 +25147,7 @@

    Return Value

    feature index results, close when done

    @@ -25259,7 +25259,7 @@

    Return Value

    feature index results, close when done

    @@ -25359,7 +25359,7 @@

    Return Value

    feature index results, close when done

    @@ -25472,7 +25472,7 @@

    Return Value

    feature index results, close when done

    @@ -25584,7 +25584,7 @@

    Return Value

    feature index results, close when done

    @@ -25709,7 +25709,7 @@

    Return Value

    feature index results, close when done

    @@ -25809,7 +25809,7 @@

    Return Value

    feature index results, close when done

    @@ -25922,7 +25922,7 @@

    Return Value

    feature index results, close when done

    @@ -26034,7 +26034,7 @@

    Return Value

    feature index results, close when done

    @@ -26159,7 +26159,7 @@

    Return Value

    feature index results, close when done

    @@ -26272,7 +26272,7 @@

    Return Value

    feature index results, close when done

    @@ -26398,7 +26398,7 @@

    Return Value

    feature index results, close when done

    @@ -26523,7 +26523,7 @@

    Return Value

    feature index results, close when done

    @@ -26661,7 +26661,7 @@

    Return Value

    feature index results, close when done

    @@ -26748,7 +26748,7 @@

    Return Value

    feature index results, close when done

    @@ -26848,7 +26848,7 @@

    Return Value

    feature index results, close when done

    @@ -26947,7 +26947,7 @@

    Return Value

    feature index results, close when done

    @@ -27059,7 +27059,7 @@

    Return Value

    feature index results, close when done

    @@ -27159,7 +27159,7 @@

    Return Value

    feature index results, close when done

    @@ -27272,7 +27272,7 @@

    Return Value

    feature index results, close when done

    @@ -27384,7 +27384,7 @@

    Return Value

    feature index results, close when done

    @@ -27509,7 +27509,7 @@

    Return Value

    feature index results, close when done

    @@ -27609,7 +27609,7 @@

    Return Value

    feature index results, close when done

    @@ -27722,7 +27722,7 @@

    Return Value

    feature index results, close when done

    @@ -27834,7 +27834,7 @@

    Return Value

    feature index results, close when done

    @@ -27959,7 +27959,7 @@

    Return Value

    feature index results, close when done

    @@ -28072,7 +28072,7 @@

    Return Value

    feature index results, close when done

    @@ -28198,7 +28198,7 @@

    Return Value

    feature index results, close when done

    @@ -28323,7 +28323,7 @@

    Return Value

    feature index results, close when done

    @@ -28461,7 +28461,7 @@

    Return Value

    feature index results, close when done

    @@ -28561,7 +28561,7 @@

    Return Value

    feature index results, close when done

    @@ -28674,7 +28674,7 @@

    Return Value

    feature index results, close when done

    @@ -28786,7 +28786,7 @@

    Return Value

    feature index results, close when done

    @@ -28911,7 +28911,7 @@

    Return Value

    feature index results, close when done

    @@ -29024,7 +29024,7 @@

    Return Value

    feature index results, close when done

    @@ -29150,7 +29150,7 @@

    Return Value

    feature index results, close when done

    @@ -29275,7 +29275,7 @@

    Return Value

    feature index results, close when done

    @@ -29413,7 +29413,7 @@

    Return Value

    feature index results, close when done

    @@ -29526,7 +29526,7 @@

    Return Value

    feature index results, close when done

    @@ -29652,7 +29652,7 @@

    Return Value

    feature index results, close when done

    @@ -29777,7 +29777,7 @@

    Return Value

    feature index results, close when done

    @@ -29915,7 +29915,7 @@

    Return Value

    feature index results, close when done

    @@ -30041,7 +30041,7 @@

    Return Value

    feature index results, close when done

    @@ -30180,7 +30180,7 @@

    Return Value

    feature index results, close when done

    @@ -30318,7 +30318,7 @@

    Return Value

    feature index results, close when done

    @@ -30469,7 +30469,7 @@

    Return Value

    feature index results, close when done

    @@ -30542,7 +30542,7 @@

    Return Value

    feature index results, close when done

    @@ -30628,7 +30628,7 @@

    Return Value

    feature index results, close when done

    @@ -30714,7 +30714,7 @@

    Return Value

    feature index results, close when done

    @@ -30813,7 +30813,7 @@

    Return Value

    feature index results, close when done

    @@ -30899,7 +30899,7 @@

    Return Value

    feature index results, close when done

    @@ -30998,7 +30998,7 @@

    Return Value

    feature index results, close when done

    @@ -31097,7 +31097,7 @@

    Return Value

    feature index results, close when done

    @@ -31209,7 +31209,7 @@

    Return Value

    feature index results, close when done

    @@ -31295,7 +31295,7 @@

    Return Value

    feature index results, close when done

    @@ -31394,7 +31394,7 @@

    Return Value

    feature index results, close when done

    @@ -31493,7 +31493,7 @@

    Return Value

    feature index results, close when done

    @@ -31605,7 +31605,7 @@

    Return Value

    feature index results, close when done

    @@ -31704,7 +31704,7 @@

    Return Value

    feature index results, close when done

    @@ -31816,7 +31816,7 @@

    Return Value

    feature index results, close when done

    @@ -31928,7 +31928,7 @@

    Return Value

    feature index results, close when done

    @@ -32053,7 +32053,7 @@

    Return Value

    feature index results, close when done

    @@ -32139,7 +32139,7 @@

    Return Value

    feature index results, close when done

    @@ -32238,7 +32238,7 @@

    Return Value

    feature index results, close when done

    @@ -32337,7 +32337,7 @@

    Return Value

    feature index results, close when done

    @@ -32449,7 +32449,7 @@

    Return Value

    feature index results, close when done

    @@ -32548,7 +32548,7 @@

    Return Value

    feature index results, close when done

    @@ -32660,7 +32660,7 @@

    Return Value

    feature index results, close when done

    @@ -32772,7 +32772,7 @@

    Return Value

    feature index results, close when done

    @@ -32897,7 +32897,7 @@

    Return Value

    feature index results, close when done

    @@ -32996,7 +32996,7 @@

    Return Value

    feature index results, close when done

    @@ -33108,7 +33108,7 @@

    Return Value

    feature index results, close when done

    @@ -33220,7 +33220,7 @@

    Return Value

    feature index results, close when done

    @@ -33345,7 +33345,7 @@

    Return Value

    feature index results, close when done

    @@ -33457,7 +33457,7 @@

    Return Value

    feature index results, close when done

    @@ -33582,7 +33582,7 @@

    Return Value

    feature index results, close when done

    @@ -33707,7 +33707,7 @@

    Return Value

    feature index results, close when done

    @@ -33845,7 +33845,7 @@

    Return Value

    feature index results, close when done

    @@ -33931,7 +33931,7 @@

    Return Value

    feature index results, close when done

    @@ -34030,7 +34030,7 @@

    Return Value

    feature index results, close when done

    @@ -34129,7 +34129,7 @@

    Return Value

    feature index results, close when done

    @@ -34241,7 +34241,7 @@

    Return Value

    feature index results, close when done

    @@ -34340,7 +34340,7 @@

    Return Value

    feature index results, close when done

    @@ -34452,7 +34452,7 @@

    Return Value

    feature index results, close when done

    @@ -34564,7 +34564,7 @@

    Return Value

    feature index results, close when done

    @@ -34689,7 +34689,7 @@

    Return Value

    feature index results, close when done

    @@ -34788,7 +34788,7 @@

    Return Value

    feature index results, close when done

    @@ -34900,7 +34900,7 @@

    Return Value

    feature index results, close when done

    @@ -35012,7 +35012,7 @@

    Return Value

    feature index results, close when done

    @@ -35137,7 +35137,7 @@

    Return Value

    feature index results, close when done

    @@ -35249,7 +35249,7 @@

    Return Value

    feature index results, close when done

    @@ -35374,7 +35374,7 @@

    Return Value

    feature index results, close when done

    @@ -35499,7 +35499,7 @@

    Return Value

    feature index results, close when done

    @@ -35637,7 +35637,7 @@

    Return Value

    feature index results, close when done

    @@ -35736,7 +35736,7 @@

    Return Value

    feature index results, close when done

    @@ -35848,7 +35848,7 @@

    Return Value

    feature index results, close when done

    @@ -35960,7 +35960,7 @@

    Return Value

    feature index results, close when done

    @@ -36085,7 +36085,7 @@

    Return Value

    feature index results, close when done

    @@ -36197,7 +36197,7 @@

    Return Value

    feature index results, close when done

    @@ -36322,7 +36322,7 @@

    Return Value

    feature index results, close when done

    @@ -36447,7 +36447,7 @@

    Return Value

    feature index results, close when done

    @@ -36585,7 +36585,7 @@

    Return Value

    feature index results, close when done

    @@ -36697,7 +36697,7 @@

    Return Value

    feature index results, close when done

    @@ -36822,7 +36822,7 @@

    Return Value

    feature index results, close when done

    @@ -36947,7 +36947,7 @@

    Return Value

    feature index results, close when done

    @@ -37085,7 +37085,7 @@

    Return Value

    feature index results, close when done

    @@ -37210,7 +37210,7 @@

    Return Value

    feature index results, close when done

    @@ -37348,7 +37348,7 @@

    Return Value

    feature index results, close when done

    @@ -37486,7 +37486,7 @@

    Return Value

    feature index results, close when done

    @@ -37637,7 +37637,7 @@

    Return Value

    feature index results, close when done

    @@ -37724,7 +37724,7 @@

    Return Value

    feature index results, close when done

    @@ -37824,7 +37824,7 @@

    Return Value

    feature index results, close when done

    @@ -37923,7 +37923,7 @@

    Return Value

    feature index results, close when done

    @@ -38035,7 +38035,7 @@

    Return Value

    feature index results, close when done

    @@ -38135,7 +38135,7 @@

    Return Value

    feature index results, close when done

    @@ -38248,7 +38248,7 @@

    Return Value

    feature index results, close when done

    @@ -38360,7 +38360,7 @@

    Return Value

    feature index results, close when done

    @@ -38485,7 +38485,7 @@

    Return Value

    feature index results, close when done

    @@ -38585,7 +38585,7 @@

    Return Value

    feature index results, close when done

    @@ -38698,7 +38698,7 @@

    Return Value

    feature index results, close when done

    @@ -38810,7 +38810,7 @@

    Return Value

    feature index results, close when done

    @@ -38935,7 +38935,7 @@

    Return Value

    feature index results, close when done

    @@ -39048,7 +39048,7 @@

    Return Value

    feature index results, close when done

    @@ -39174,7 +39174,7 @@

    Return Value

    feature index results, close when done

    @@ -39299,7 +39299,7 @@

    Return Value

    feature index results, close when done

    @@ -39437,7 +39437,7 @@

    Return Value

    feature index results, close when done

    @@ -39537,7 +39537,7 @@

    Return Value

    feature index results, close when done

    @@ -39650,7 +39650,7 @@

    Return Value

    feature index results, close when done

    @@ -39762,7 +39762,7 @@

    Return Value

    feature index results, close when done

    @@ -39887,7 +39887,7 @@

    Return Value

    feature index results, close when done

    @@ -40000,7 +40000,7 @@

    Return Value

    feature index results, close when done

    @@ -40126,7 +40126,7 @@

    Return Value

    feature index results, close when done

    @@ -40251,7 +40251,7 @@

    Return Value

    feature index results, close when done

    @@ -40389,7 +40389,7 @@

    Return Value

    feature index results, close when done

    @@ -40502,7 +40502,7 @@

    Return Value

    feature index results, close when done

    @@ -40628,7 +40628,7 @@

    Return Value

    feature index results, close when done

    @@ -40753,7 +40753,7 @@

    Return Value

    feature index results, close when done

    @@ -40891,7 +40891,7 @@

    Return Value

    feature index results, close when done

    @@ -41017,7 +41017,7 @@

    Return Value

    feature index results, close when done

    @@ -41156,7 +41156,7 @@

    Return Value

    feature index results, close when done

    @@ -41294,7 +41294,7 @@

    Return Value

    feature index results, close when done

    @@ -41445,7 +41445,7 @@

    Return Value

    feature index results, close when done

    @@ -41545,7 +41545,7 @@

    Return Value

    feature index results, close when done

    @@ -41658,7 +41658,7 @@

    Return Value

    feature index results, close when done

    @@ -41770,7 +41770,7 @@

    Return Value

    feature index results, close when done

    @@ -41895,7 +41895,7 @@

    Return Value

    feature index results, close when done

    @@ -42008,7 +42008,7 @@

    Return Value

    feature index results, close when done

    @@ -42134,7 +42134,7 @@

    Return Value

    feature index results, close when done

    @@ -42259,7 +42259,7 @@

    Return Value

    feature index results, close when done

    @@ -42397,7 +42397,7 @@

    Return Value

    feature index results, close when done

    @@ -42510,7 +42510,7 @@

    Return Value

    feature index results, close when done

    @@ -42636,7 +42636,7 @@

    Return Value

    feature index results, close when done

    @@ -42761,7 +42761,7 @@

    Return Value

    feature index results, close when done

    @@ -42899,7 +42899,7 @@

    Return Value

    feature index results, close when done

    @@ -43025,7 +43025,7 @@

    Return Value

    feature index results, close when done

    @@ -43164,7 +43164,7 @@

    Return Value

    feature index results, close when done

    @@ -43302,7 +43302,7 @@

    Return Value

    feature index results, close when done

    @@ -43453,7 +43453,7 @@

    Return Value

    feature index results, close when done

    @@ -43566,7 +43566,7 @@

    Return Value

    feature index results, close when done

    @@ -43692,7 +43692,7 @@

    Return Value

    feature index results, close when done

    @@ -43817,7 +43817,7 @@

    Return Value

    feature index results, close when done

    @@ -43955,7 +43955,7 @@

    Return Value

    feature index results, close when done

    @@ -44081,7 +44081,7 @@

    Return Value

    feature index results, close when done

    @@ -44220,7 +44220,7 @@

    Return Value

    feature index results, close when done

    @@ -44358,7 +44358,7 @@

    Return Value

    feature index results, close when done

    @@ -44509,7 +44509,7 @@

    Return Value

    feature index results, close when done

    @@ -44635,7 +44635,7 @@

    Return Value

    feature index results, close when done

    @@ -44774,7 +44774,7 @@

    Return Value

    feature index results, close when done

    @@ -44912,7 +44912,7 @@

    Return Value

    feature index results, close when done

    @@ -45063,7 +45063,7 @@

    Return Value

    feature index results, close when done

    @@ -45202,7 +45202,7 @@

    Return Value

    feature index results, close when done

    @@ -45354,7 +45354,7 @@

    Return Value

    feature index results, close when done

    @@ -45505,7 +45505,7 @@

    Return Value

    feature index results, close when done

    @@ -45669,7 +45669,7 @@

    Return Value

    feature index results, close when done

    @@ -45679,7 +45679,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGFeatureIndexMetadataResults.html b/docs/docs/api/Classes/GPKGFeatureIndexMetadataResults.html index 37972ea9..d41e40ec 100644 --- a/docs/docs/api/Classes/GPKGFeatureIndexMetadataResults.html +++ b/docs/docs/api/Classes/GPKGFeatureIndexMetadataResults.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5046,7 +5046,7 @@

    GPKGFeatureIndexMetadataResults

    retrieved from Metadata index results

    @@ -5118,7 +5118,7 @@

    Return Value

    feature index metadata results

    @@ -5128,7 +5128,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGFeatureIndexRTreeResults.html b/docs/docs/api/Classes/GPKGFeatureIndexRTreeResults.html index 96d11ebe..d91ee33b 100644 --- a/docs/docs/api/Classes/GPKGFeatureIndexRTreeResults.html +++ b/docs/docs/api/Classes/GPKGFeatureIndexRTreeResults.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5046,7 +5046,7 @@

    GPKGFeatureIndexRTreeResults

    RTree results

    @@ -5118,7 +5118,7 @@

    Return Value

    feature index RTree results

    @@ -5128,7 +5128,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGFeatureIndexResultSetResults.html b/docs/docs/api/Classes/GPKGFeatureIndexResultSetResults.html index 6d671441..dfd856bb 100644 --- a/docs/docs/api/Classes/GPKGFeatureIndexResultSetResults.html +++ b/docs/docs/api/Classes/GPKGFeatureIndexResultSetResults.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGFeatureIndexResultSetResults

    Feature Index Results Result Set implementation

    @@ -5104,7 +5104,7 @@

    Return Value

    feature index results

    @@ -5143,7 +5143,7 @@

    Return Value

    results

    @@ -5153,7 +5153,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGFeatureIndexResults.html b/docs/docs/api/Classes/GPKGFeatureIndexResults.html index fcd78e02..b49081db 100644 --- a/docs/docs/api/Classes/GPKGFeatureIndexResults.html +++ b/docs/docs/api/Classes/GPKGFeatureIndexResults.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGFeatureIndexResults

    Feature Index Results fast enumeration to iterate on feature rows in a for loop

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5120,7 +5120,7 @@

    Return Value

    feature index results

    @@ -5159,7 +5159,7 @@

    Return Value

    count

    @@ -5198,7 +5198,7 @@

    Return Value

    true if feature row to retrieve

    @@ -5237,7 +5237,7 @@

    Return Value

    feature row

    @@ -5276,7 +5276,7 @@

    Return Value

    feature id

    @@ -5311,7 +5311,7 @@

    Declaration

    @@ -5321,7 +5321,7 @@

    Declaration

    diff --git a/docs/docs/api/Classes/GPKGFeatureIndexTypes.html b/docs/docs/api/Classes/GPKGFeatureIndexTypes.html index 1f25b045..4bd4d02f 100644 --- a/docs/docs/api/Classes/GPKGFeatureIndexTypes.html +++ b/docs/docs/api/Classes/GPKGFeatureIndexTypes.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5065,7 +5065,7 @@

    GPKGFeatureIndexTypes

    Undocumented

    @@ -5124,7 +5124,7 @@

    Return Value

    feature index type name

    @@ -5182,7 +5182,7 @@

    Return Value

    feature index type

    @@ -5192,7 +5192,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGFeatureIndexer.html b/docs/docs/api/Classes/GPKGFeatureIndexer.html index 51756b21..a5949c08 100644 --- a/docs/docs/api/Classes/GPKGFeatureIndexer.html +++ b/docs/docs/api/Classes/GPKGFeatureIndexer.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGFeatureIndexer

    Feature Indexer, indexes feature geometries into a table for searching

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5151,7 +5151,7 @@

    Declaration

    @@ -5209,7 +5209,7 @@

    Return Value

    new feature indexer

    @@ -5248,7 +5248,7 @@

    Return Value

    primary key column name

    @@ -5283,7 +5283,7 @@

    Declaration

    @@ -5322,7 +5322,7 @@

    Return Value

    indexed count

    @@ -5380,7 +5380,7 @@

    Return Value

    indexed count

    @@ -5435,7 +5435,7 @@

    Parameters

    @@ -5474,7 +5474,7 @@

    Return Value

    true if index deleted

    @@ -5532,7 +5532,7 @@

    Return Value

    true if deleted

    @@ -5590,7 +5590,7 @@

    Return Value

    true if deleted

    @@ -5629,7 +5629,7 @@

    Return Value

    true if indexed, false if not

    @@ -5668,7 +5668,7 @@

    Return Value

    last indexed date or null

    @@ -5707,7 +5707,7 @@

    Return Value

    tolerance

    @@ -5761,7 +5761,7 @@

    Parameters

    @@ -5800,7 +5800,7 @@

    Return Value

    geometry metadata results

    @@ -5858,7 +5858,7 @@

    Return Value

    geometry metadata results

    @@ -5897,7 +5897,7 @@

    Return Value

    geometry metadata results

    @@ -5936,7 +5936,7 @@

    Return Value

    count

    @@ -5975,7 +5975,7 @@

    Return Value

    feature results

    @@ -6033,7 +6033,7 @@

    Return Value

    feature results

    @@ -6091,7 +6091,7 @@

    Return Value

    feature results

    @@ -6162,7 +6162,7 @@

    Return Value

    feature results

    @@ -6201,7 +6201,7 @@

    Return Value

    count

    @@ -6259,7 +6259,7 @@

    Return Value

    count

    @@ -6329,7 +6329,7 @@

    Return Value

    count

    @@ -6387,7 +6387,7 @@

    Return Value

    feature results

    @@ -6458,7 +6458,7 @@

    Return Value

    feature results

    @@ -6529,7 +6529,7 @@

    Return Value

    feature results

    @@ -6613,7 +6613,7 @@

    Return Value

    feature results

    @@ -6671,7 +6671,7 @@

    Return Value

    count

    @@ -6742,7 +6742,7 @@

    Return Value

    count

    @@ -6826,7 +6826,7 @@

    Return Value

    count

    @@ -6884,7 +6884,7 @@

    Return Value

    feature results

    @@ -6955,7 +6955,7 @@

    Return Value

    feature results

    @@ -7026,7 +7026,7 @@

    Return Value

    feature results

    @@ -7110,7 +7110,7 @@

    Return Value

    feature results

    @@ -7168,7 +7168,7 @@

    Return Value

    count

    @@ -7238,7 +7238,7 @@

    Return Value

    count

    @@ -7322,7 +7322,7 @@

    Return Value

    count

    @@ -7393,7 +7393,7 @@

    Return Value

    feature results

    @@ -7477,7 +7477,7 @@

    Return Value

    feature results

    @@ -7561,7 +7561,7 @@

    Return Value

    feature results

    @@ -7658,7 +7658,7 @@

    Return Value

    feature results

    @@ -7728,7 +7728,7 @@

    Return Value

    count

    @@ -7812,7 +7812,7 @@

    Return Value

    count

    @@ -7909,7 +7909,7 @@

    Return Value

    count

    @@ -7948,7 +7948,7 @@

    Return Value

    bounding box

    @@ -8006,7 +8006,7 @@

    Return Value

    bounding box

    @@ -8065,7 +8065,7 @@

    Return Value

    geometry metadata results

    @@ -8137,7 +8137,7 @@

    Return Value

    geometry metadata results

    @@ -8196,7 +8196,7 @@

    Return Value

    geometry metadata results

    @@ -8255,7 +8255,7 @@

    Return Value

    count

    @@ -8313,7 +8313,7 @@

    Return Value

    feature results

    @@ -8384,7 +8384,7 @@

    Return Value

    feature results

    @@ -8455,7 +8455,7 @@

    Return Value

    feature results

    @@ -8539,7 +8539,7 @@

    Return Value

    feature results

    @@ -8597,7 +8597,7 @@

    Return Value

    count

    @@ -8668,7 +8668,7 @@

    Return Value

    count

    @@ -8752,7 +8752,7 @@

    Return Value

    count

    @@ -8823,7 +8823,7 @@

    Return Value

    feature results

    @@ -8907,7 +8907,7 @@

    Return Value

    feature results

    @@ -8991,7 +8991,7 @@

    Return Value

    feature results

    @@ -9088,7 +9088,7 @@

    Return Value

    feature results

    @@ -9159,7 +9159,7 @@

    Return Value

    count

    @@ -9243,7 +9243,7 @@

    Return Value

    count

    @@ -9340,7 +9340,7 @@

    Return Value

    count

    @@ -9411,7 +9411,7 @@

    Return Value

    feature results

    @@ -9495,7 +9495,7 @@

    Return Value

    feature results

    @@ -9579,7 +9579,7 @@

    Return Value

    feature results

    @@ -9676,7 +9676,7 @@

    Return Value

    feature results

    @@ -9747,7 +9747,7 @@

    Return Value

    count

    @@ -9831,7 +9831,7 @@

    Return Value

    count

    @@ -9928,7 +9928,7 @@

    Return Value

    count

    @@ -10012,7 +10012,7 @@

    Return Value

    feature results

    @@ -10109,7 +10109,7 @@

    Return Value

    feature results

    @@ -10206,7 +10206,7 @@

    Return Value

    feature results

    @@ -10316,7 +10316,7 @@

    Return Value

    feature results

    @@ -10400,7 +10400,7 @@

    Return Value

    count

    @@ -10497,7 +10497,7 @@

    Return Value

    count

    @@ -10607,7 +10607,7 @@

    Return Value

    count

    @@ -10679,7 +10679,7 @@

    Return Value

    geometry metadata results

    @@ -10764,7 +10764,7 @@

    Return Value

    geometry metadata results

    @@ -10836,7 +10836,7 @@

    Return Value

    geometry metadata results

    @@ -10908,7 +10908,7 @@

    Return Value

    count

    @@ -10979,7 +10979,7 @@

    Return Value

    feature results

    @@ -11063,7 +11063,7 @@

    Return Value

    feature results

    @@ -11147,7 +11147,7 @@

    Return Value

    feature results

    @@ -11244,7 +11244,7 @@

    Return Value

    feature results

    @@ -11315,7 +11315,7 @@

    Return Value

    count

    @@ -11399,7 +11399,7 @@

    Return Value

    count

    @@ -11496,7 +11496,7 @@

    Return Value

    count

    @@ -11580,7 +11580,7 @@

    Return Value

    feature results

    @@ -11677,7 +11677,7 @@

    Return Value

    feature results

    @@ -11774,7 +11774,7 @@

    Return Value

    feature results

    @@ -11884,7 +11884,7 @@

    Return Value

    feature results

    @@ -11968,7 +11968,7 @@

    Return Value

    count

    @@ -12065,7 +12065,7 @@

    Return Value

    count

    @@ -12175,7 +12175,7 @@

    Return Value

    count

    @@ -12259,7 +12259,7 @@

    Return Value

    feature results

    @@ -12356,7 +12356,7 @@

    Return Value

    feature results

    @@ -12453,7 +12453,7 @@

    Return Value

    feature results

    @@ -12563,7 +12563,7 @@

    Return Value

    feature results

    @@ -12647,7 +12647,7 @@

    Return Value

    count

    @@ -12744,7 +12744,7 @@

    Return Value

    count

    @@ -12854,7 +12854,7 @@

    Return Value

    count

    @@ -12951,7 +12951,7 @@

    Return Value

    feature results

    @@ -13061,7 +13061,7 @@

    Return Value

    feature results

    @@ -13171,7 +13171,7 @@

    Return Value

    feature results

    @@ -13294,7 +13294,7 @@

    Return Value

    feature results

    @@ -13391,7 +13391,7 @@

    Return Value

    count

    @@ -13501,7 +13501,7 @@

    Return Value

    count

    @@ -13624,7 +13624,7 @@

    Return Value

    count

    @@ -13682,7 +13682,7 @@

    Return Value

    geometry metadata results

    @@ -13753,7 +13753,7 @@

    Return Value

    geometry metadata results

    @@ -13811,7 +13811,7 @@

    Return Value

    geometry metadata results

    @@ -13869,7 +13869,7 @@

    Return Value

    count

    @@ -13927,7 +13927,7 @@

    Return Value

    feature results

    @@ -13998,7 +13998,7 @@

    Return Value

    feature results

    @@ -14069,7 +14069,7 @@

    Return Value

    feature results

    @@ -14153,7 +14153,7 @@

    Return Value

    feature results

    @@ -14211,7 +14211,7 @@

    Return Value

    count

    @@ -14282,7 +14282,7 @@

    Return Value

    count

    @@ -14366,7 +14366,7 @@

    Return Value

    count

    @@ -14437,7 +14437,7 @@

    Return Value

    feature results

    @@ -14521,7 +14521,7 @@

    Return Value

    feature results

    @@ -14605,7 +14605,7 @@

    Return Value

    feature results

    @@ -14702,7 +14702,7 @@

    Return Value

    feature results

    @@ -14773,7 +14773,7 @@

    Return Value

    count

    @@ -14857,7 +14857,7 @@

    Return Value

    count

    @@ -14954,7 +14954,7 @@

    Return Value

    count

    @@ -15025,7 +15025,7 @@

    Return Value

    feature results

    @@ -15109,7 +15109,7 @@

    Return Value

    feature results

    @@ -15193,7 +15193,7 @@

    Return Value

    feature results

    @@ -15290,7 +15290,7 @@

    Return Value

    feature results

    @@ -15361,7 +15361,7 @@

    Return Value

    count

    @@ -15445,7 +15445,7 @@

    Return Value

    count

    @@ -15542,7 +15542,7 @@

    Return Value

    count

    @@ -15626,7 +15626,7 @@

    Return Value

    feature results

    @@ -15723,7 +15723,7 @@

    Return Value

    feature results

    @@ -15820,7 +15820,7 @@

    Return Value

    feature results

    @@ -15930,7 +15930,7 @@

    Return Value

    feature results

    @@ -16014,7 +16014,7 @@

    Return Value

    count

    @@ -16111,7 +16111,7 @@

    Return Value

    count

    @@ -16221,7 +16221,7 @@

    Return Value

    count

    @@ -16280,7 +16280,7 @@

    Return Value

    geometry metadata

    @@ -16338,7 +16338,7 @@

    Return Value

    geometry id

    @@ -16396,7 +16396,7 @@

    Return Value

    feature row

    @@ -16455,7 +16455,7 @@

    Return Value

    feature row

    @@ -16514,7 +16514,7 @@

    Return Value

    feature results

    @@ -16586,7 +16586,7 @@

    Return Value

    feature results

    @@ -16658,7 +16658,7 @@

    Return Value

    feature results

    @@ -16743,7 +16743,7 @@

    Return Value

    feature results

    @@ -16815,7 +16815,7 @@

    Return Value

    feature results

    @@ -16900,7 +16900,7 @@

    Return Value

    feature results

    @@ -16985,7 +16985,7 @@

    Return Value

    feature results

    @@ -17083,7 +17083,7 @@

    Return Value

    feature results

    @@ -17156,7 +17156,7 @@

    Return Value

    feature results

    @@ -17242,7 +17242,7 @@

    Return Value

    feature results

    @@ -17328,7 +17328,7 @@

    Return Value

    feature results

    @@ -17427,7 +17427,7 @@

    Return Value

    feature results

    @@ -17513,7 +17513,7 @@

    Return Value

    feature results

    @@ -17612,7 +17612,7 @@

    Return Value

    feature results

    @@ -17711,7 +17711,7 @@

    Return Value

    feature results

    @@ -17823,7 +17823,7 @@

    Return Value

    feature results

    @@ -17896,7 +17896,7 @@

    Return Value

    feature results

    @@ -17982,7 +17982,7 @@

    Return Value

    feature results

    @@ -18068,7 +18068,7 @@

    Return Value

    feature results

    @@ -18167,7 +18167,7 @@

    Return Value

    feature results

    @@ -18253,7 +18253,7 @@

    Return Value

    feature results

    @@ -18352,7 +18352,7 @@

    Return Value

    feature results

    @@ -18451,7 +18451,7 @@

    Return Value

    feature results

    @@ -18563,7 +18563,7 @@

    Return Value

    feature results

    @@ -18649,7 +18649,7 @@

    Return Value

    feature results

    @@ -18748,7 +18748,7 @@

    Return Value

    feature results

    @@ -18847,7 +18847,7 @@

    Return Value

    feature results

    @@ -18959,7 +18959,7 @@

    Return Value

    feature results

    @@ -19058,7 +19058,7 @@

    Return Value

    feature results

    @@ -19170,7 +19170,7 @@

    Return Value

    feature results

    @@ -19282,7 +19282,7 @@

    Return Value

    feature results

    @@ -19407,7 +19407,7 @@

    Return Value

    feature results

    @@ -19479,7 +19479,7 @@

    Return Value

    feature results

    @@ -19564,7 +19564,7 @@

    Return Value

    feature results

    @@ -19649,7 +19649,7 @@

    Return Value

    feature results

    @@ -19747,7 +19747,7 @@

    Return Value

    feature results

    @@ -19832,7 +19832,7 @@

    Return Value

    feature results

    @@ -19930,7 +19930,7 @@

    Return Value

    feature results

    @@ -20028,7 +20028,7 @@

    Return Value

    feature results

    @@ -20139,7 +20139,7 @@

    Return Value

    feature results

    @@ -20225,7 +20225,7 @@

    Return Value

    feature results

    @@ -20324,7 +20324,7 @@

    Return Value

    feature results

    @@ -20423,7 +20423,7 @@

    Return Value

    feature results

    @@ -20535,7 +20535,7 @@

    Return Value

    feature results

    @@ -20634,7 +20634,7 @@

    Return Value

    feature results

    @@ -20746,7 +20746,7 @@

    Return Value

    feature results

    @@ -20858,7 +20858,7 @@

    Return Value

    feature results

    @@ -20983,7 +20983,7 @@

    Return Value

    feature results

    @@ -21068,7 +21068,7 @@

    Return Value

    feature results

    @@ -21166,7 +21166,7 @@

    Return Value

    feature results

    @@ -21264,7 +21264,7 @@

    Return Value

    feature results

    @@ -21375,7 +21375,7 @@

    Return Value

    feature results

    @@ -21473,7 +21473,7 @@

    Return Value

    feature results

    @@ -21584,7 +21584,7 @@

    Return Value

    feature results

    @@ -21695,7 +21695,7 @@

    Return Value

    feature results

    @@ -21819,7 +21819,7 @@

    Return Value

    feature results

    @@ -21918,7 +21918,7 @@

    Return Value

    feature results

    @@ -22030,7 +22030,7 @@

    Return Value

    feature results

    @@ -22142,7 +22142,7 @@

    Return Value

    feature results

    @@ -22267,7 +22267,7 @@

    Return Value

    feature results

    @@ -22379,7 +22379,7 @@

    Return Value

    feature results

    @@ -22504,7 +22504,7 @@

    Return Value

    feature results

    @@ -22629,7 +22629,7 @@

    Return Value

    feature results

    @@ -22767,7 +22767,7 @@

    Return Value

    feature results

    @@ -22839,7 +22839,7 @@

    Return Value

    cursor

    @@ -22924,7 +22924,7 @@

    Return Value

    cursor

    @@ -23009,7 +23009,7 @@

    Return Value

    cursor

    @@ -23107,7 +23107,7 @@

    Return Value

    cursor

    @@ -23192,7 +23192,7 @@

    Return Value

    cursor

    @@ -23290,7 +23290,7 @@

    Return Value

    cursor

    @@ -23388,7 +23388,7 @@

    Return Value

    cursor

    @@ -23499,7 +23499,7 @@

    Return Value

    cursor

    @@ -23584,7 +23584,7 @@

    Return Value

    cursor

    @@ -23682,7 +23682,7 @@

    Return Value

    cursor

    @@ -23780,7 +23780,7 @@

    Return Value

    cursor

    @@ -23891,7 +23891,7 @@

    Return Value

    cursor

    @@ -23989,7 +23989,7 @@

    Return Value

    cursor

    @@ -24100,7 +24100,7 @@

    Return Value

    cursor

    @@ -24211,7 +24211,7 @@

    Return Value

    cursor

    @@ -24335,7 +24335,7 @@

    Return Value

    cursor

    @@ -24408,7 +24408,7 @@

    Return Value

    feature results

    @@ -24494,7 +24494,7 @@

    Return Value

    feature results

    @@ -24580,7 +24580,7 @@

    Return Value

    feature results

    @@ -24679,7 +24679,7 @@

    Return Value

    feature results

    @@ -24765,7 +24765,7 @@

    Return Value

    feature results

    @@ -24864,7 +24864,7 @@

    Return Value

    feature results

    @@ -24963,7 +24963,7 @@

    Return Value

    feature results

    @@ -25075,7 +25075,7 @@

    Return Value

    feature results

    @@ -25161,7 +25161,7 @@

    Return Value

    feature results

    @@ -25260,7 +25260,7 @@

    Return Value

    feature results

    @@ -25359,7 +25359,7 @@

    Return Value

    feature results

    @@ -25471,7 +25471,7 @@

    Return Value

    feature results

    @@ -25570,7 +25570,7 @@

    Return Value

    feature results

    @@ -25682,7 +25682,7 @@

    Return Value

    feature results

    @@ -25794,7 +25794,7 @@

    Return Value

    feature results

    @@ -25919,7 +25919,7 @@

    Return Value

    feature results

    @@ -26005,7 +26005,7 @@

    Return Value

    feature results

    @@ -26104,7 +26104,7 @@

    Return Value

    feature results

    @@ -26203,7 +26203,7 @@

    Return Value

    feature results

    @@ -26315,7 +26315,7 @@

    Return Value

    feature results

    @@ -26414,7 +26414,7 @@

    Return Value

    feature results

    @@ -26526,7 +26526,7 @@

    Return Value

    feature results

    @@ -26638,7 +26638,7 @@

    Return Value

    feature results

    @@ -26763,7 +26763,7 @@

    Return Value

    feature results

    @@ -26862,7 +26862,7 @@

    Return Value

    feature results

    @@ -26974,7 +26974,7 @@

    Return Value

    feature results

    @@ -27086,7 +27086,7 @@

    Return Value

    feature results

    @@ -27211,7 +27211,7 @@

    Return Value

    feature results

    @@ -27323,7 +27323,7 @@

    Return Value

    feature results

    @@ -27448,7 +27448,7 @@

    Return Value

    feature results

    @@ -27573,7 +27573,7 @@

    Return Value

    feature results

    @@ -27711,7 +27711,7 @@

    Return Value

    feature results

    @@ -27797,7 +27797,7 @@

    Return Value

    feature results

    @@ -27896,7 +27896,7 @@

    Return Value

    feature results

    @@ -27995,7 +27995,7 @@

    Return Value

    feature results

    @@ -28107,7 +28107,7 @@

    Return Value

    feature results

    @@ -28206,7 +28206,7 @@

    Return Value

    feature results

    @@ -28318,7 +28318,7 @@

    Return Value

    feature results

    @@ -28430,7 +28430,7 @@

    Return Value

    feature results

    @@ -28555,7 +28555,7 @@

    Return Value

    feature results

    @@ -28654,7 +28654,7 @@

    Return Value

    feature results

    @@ -28766,7 +28766,7 @@

    Return Value

    feature results

    @@ -28878,7 +28878,7 @@

    Return Value

    feature results

    @@ -29003,7 +29003,7 @@

    Return Value

    feature results

    @@ -29115,7 +29115,7 @@

    Return Value

    feature results

    @@ -29240,7 +29240,7 @@

    Return Value

    feature results

    @@ -29365,7 +29365,7 @@

    Return Value

    feature results

    @@ -29503,7 +29503,7 @@

    Return Value

    feature results

    @@ -29602,7 +29602,7 @@

    Return Value

    feature results

    @@ -29714,7 +29714,7 @@

    Return Value

    feature results

    @@ -29826,7 +29826,7 @@

    Return Value

    feature results

    @@ -29951,7 +29951,7 @@

    Return Value

    feature results

    @@ -30063,7 +30063,7 @@

    Return Value

    feature results

    @@ -30188,7 +30188,7 @@

    Return Value

    feature results

    @@ -30313,7 +30313,7 @@

    Return Value

    feature results

    @@ -30451,7 +30451,7 @@

    Return Value

    feature results

    @@ -30563,7 +30563,7 @@

    Return Value

    feature results

    @@ -30688,7 +30688,7 @@

    Return Value

    feature results

    @@ -30813,7 +30813,7 @@

    Return Value

    feature results

    @@ -30951,7 +30951,7 @@

    Return Value

    feature results

    @@ -31076,7 +31076,7 @@

    Return Value

    feature results

    @@ -31214,7 +31214,7 @@

    Return Value

    feature results

    @@ -31352,7 +31352,7 @@

    Return Value

    feature results

    @@ -31503,7 +31503,7 @@

    Return Value

    feature results

    @@ -31588,7 +31588,7 @@

    Return Value

    cursor

    @@ -31686,7 +31686,7 @@

    Return Value

    cursor

    @@ -31784,7 +31784,7 @@

    Return Value

    cursor

    @@ -31895,7 +31895,7 @@

    Return Value

    cursor

    @@ -31993,7 +31993,7 @@

    Return Value

    cursor

    @@ -32104,7 +32104,7 @@

    Return Value

    cursor

    @@ -32215,7 +32215,7 @@

    Return Value

    cursor

    @@ -32339,7 +32339,7 @@

    Return Value

    cursor

    @@ -32437,7 +32437,7 @@

    Return Value

    cursor

    @@ -32548,7 +32548,7 @@

    Return Value

    cursor

    @@ -32659,7 +32659,7 @@

    Return Value

    cursor

    @@ -32783,7 +32783,7 @@

    Return Value

    cursor

    @@ -32894,7 +32894,7 @@

    Return Value

    cursor

    @@ -33018,7 +33018,7 @@

    Return Value

    cursor

    @@ -33142,7 +33142,7 @@

    Return Value

    cursor

    @@ -33279,7 +33279,7 @@

    Return Value

    cursor

    @@ -33366,7 +33366,7 @@

    Return Value

    feature results

    @@ -33466,7 +33466,7 @@

    Return Value

    feature results

    @@ -33565,7 +33565,7 @@

    Return Value

    feature results

    @@ -33677,7 +33677,7 @@

    Return Value

    feature results

    @@ -33777,7 +33777,7 @@

    Return Value

    feature results

    @@ -33890,7 +33890,7 @@

    Return Value

    feature results

    @@ -34002,7 +34002,7 @@

    Return Value

    feature results

    @@ -34127,7 +34127,7 @@

    Return Value

    feature results

    @@ -34227,7 +34227,7 @@

    Return Value

    feature results

    @@ -34340,7 +34340,7 @@

    Return Value

    feature results

    @@ -34452,7 +34452,7 @@

    Return Value

    feature results

    @@ -34577,7 +34577,7 @@

    Return Value

    feature results

    @@ -34690,7 +34690,7 @@

    Return Value

    feature results

    @@ -34816,7 +34816,7 @@

    Return Value

    feature results

    @@ -34941,7 +34941,7 @@

    Return Value

    feature results

    @@ -35079,7 +35079,7 @@

    Return Value

    feature results

    @@ -35179,7 +35179,7 @@

    Return Value

    feature results

    @@ -35292,7 +35292,7 @@

    Return Value

    feature results

    @@ -35404,7 +35404,7 @@

    Return Value

    feature results

    @@ -35529,7 +35529,7 @@

    Return Value

    feature results

    @@ -35642,7 +35642,7 @@

    Return Value

    feature results

    @@ -35768,7 +35768,7 @@

    Return Value

    feature results

    @@ -35893,7 +35893,7 @@

    Return Value

    feature results

    @@ -36031,7 +36031,7 @@

    Return Value

    feature results

    @@ -36144,7 +36144,7 @@

    Return Value

    feature results

    @@ -36270,7 +36270,7 @@

    Return Value

    feature results

    @@ -36395,7 +36395,7 @@

    Return Value

    feature results

    @@ -36533,7 +36533,7 @@

    Return Value

    feature results

    @@ -36659,7 +36659,7 @@

    Return Value

    feature results

    @@ -36798,7 +36798,7 @@

    Return Value

    feature results

    @@ -36936,7 +36936,7 @@

    Return Value

    feature results

    @@ -37087,7 +37087,7 @@

    Return Value

    feature results

    @@ -37187,7 +37187,7 @@

    Return Value

    feature results

    @@ -37300,7 +37300,7 @@

    Return Value

    feature results

    @@ -37412,7 +37412,7 @@

    Return Value

    feature results

    @@ -37537,7 +37537,7 @@

    Return Value

    feature results

    @@ -37650,7 +37650,7 @@

    Return Value

    feature results

    @@ -37776,7 +37776,7 @@

    Return Value

    feature results

    @@ -37901,7 +37901,7 @@

    Return Value

    feature results

    @@ -38039,7 +38039,7 @@

    Return Value

    feature results

    @@ -38152,7 +38152,7 @@

    Return Value

    feature results

    @@ -38278,7 +38278,7 @@

    Return Value

    feature results

    @@ -38403,7 +38403,7 @@

    Return Value

    feature results

    @@ -38541,7 +38541,7 @@

    Return Value

    feature results

    @@ -38667,7 +38667,7 @@

    Return Value

    feature results

    @@ -38806,7 +38806,7 @@

    Return Value

    feature results

    @@ -38944,7 +38944,7 @@

    Return Value

    feature results

    @@ -39095,7 +39095,7 @@

    Return Value

    feature results

    @@ -39208,7 +39208,7 @@

    Return Value

    feature results

    @@ -39334,7 +39334,7 @@

    Return Value

    feature results

    @@ -39459,7 +39459,7 @@

    Return Value

    feature results

    @@ -39597,7 +39597,7 @@

    Return Value

    feature results

    @@ -39723,7 +39723,7 @@

    Return Value

    feature results

    @@ -39862,7 +39862,7 @@

    Return Value

    feature results

    @@ -40000,7 +40000,7 @@

    Return Value

    feature results

    @@ -40151,7 +40151,7 @@

    Return Value

    feature results

    @@ -40277,7 +40277,7 @@

    Return Value

    feature results

    @@ -40416,7 +40416,7 @@

    Return Value

    feature results

    @@ -40554,7 +40554,7 @@

    Return Value

    feature results

    @@ -40705,7 +40705,7 @@

    Return Value

    feature results

    @@ -40844,7 +40844,7 @@

    Return Value

    feature results

    @@ -40996,7 +40996,7 @@

    Return Value

    feature results

    @@ -41147,7 +41147,7 @@

    Return Value

    feature results

    @@ -41311,7 +41311,7 @@

    Return Value

    feature results

    @@ -41383,7 +41383,7 @@

    Return Value

    cursor

    @@ -41468,7 +41468,7 @@

    Return Value

    cursor

    @@ -41553,7 +41553,7 @@

    Return Value

    cursor

    @@ -41651,7 +41651,7 @@

    Return Value

    cursor

    @@ -41736,7 +41736,7 @@

    Return Value

    cursor

    @@ -41834,7 +41834,7 @@

    Return Value

    cursor

    @@ -41932,7 +41932,7 @@

    Return Value

    cursor

    @@ -42043,7 +42043,7 @@

    Return Value

    cursor

    @@ -42128,7 +42128,7 @@

    Return Value

    cursor

    @@ -42226,7 +42226,7 @@

    Return Value

    cursor

    @@ -42324,7 +42324,7 @@

    Return Value

    cursor

    @@ -42435,7 +42435,7 @@

    Return Value

    cursor

    @@ -42533,7 +42533,7 @@

    Return Value

    cursor

    @@ -42644,7 +42644,7 @@

    Return Value

    cursor

    @@ -42755,7 +42755,7 @@

    Return Value

    cursor

    @@ -42879,7 +42879,7 @@

    Return Value

    cursor

    @@ -42952,7 +42952,7 @@

    Return Value

    feature results

    @@ -43038,7 +43038,7 @@

    Return Value

    feature results

    @@ -43124,7 +43124,7 @@

    Return Value

    feature results

    @@ -43223,7 +43223,7 @@

    Return Value

    feature results

    @@ -43309,7 +43309,7 @@

    Return Value

    feature results

    @@ -43408,7 +43408,7 @@

    Return Value

    feature results

    @@ -43507,7 +43507,7 @@

    Return Value

    feature results

    @@ -43619,7 +43619,7 @@

    Return Value

    feature results

    @@ -43705,7 +43705,7 @@

    Return Value

    feature results

    @@ -43804,7 +43804,7 @@

    Return Value

    feature results

    @@ -43903,7 +43903,7 @@

    Return Value

    feature results

    @@ -44015,7 +44015,7 @@

    Return Value

    feature results

    @@ -44114,7 +44114,7 @@

    Return Value

    feature results

    @@ -44226,7 +44226,7 @@

    Return Value

    feature results

    @@ -44338,7 +44338,7 @@

    Return Value

    feature results

    @@ -44463,7 +44463,7 @@

    Return Value

    feature results

    @@ -44549,7 +44549,7 @@

    Return Value

    feature results

    @@ -44648,7 +44648,7 @@

    Return Value

    feature results

    @@ -44747,7 +44747,7 @@

    Return Value

    feature results

    @@ -44859,7 +44859,7 @@

    Return Value

    feature results

    @@ -44958,7 +44958,7 @@

    Return Value

    feature results

    @@ -45070,7 +45070,7 @@

    Return Value

    feature results

    @@ -45182,7 +45182,7 @@

    Return Value

    feature results

    @@ -45307,7 +45307,7 @@

    Return Value

    feature results

    @@ -45406,7 +45406,7 @@

    Return Value

    feature results

    @@ -45518,7 +45518,7 @@

    Return Value

    feature results

    @@ -45630,7 +45630,7 @@

    Return Value

    feature results

    @@ -45755,7 +45755,7 @@

    Return Value

    feature results

    @@ -45867,7 +45867,7 @@

    Return Value

    feature results

    @@ -45992,7 +45992,7 @@

    Return Value

    feature results

    @@ -46117,7 +46117,7 @@

    Return Value

    feature results

    @@ -46255,7 +46255,7 @@

    Return Value

    feature results

    @@ -46341,7 +46341,7 @@

    Return Value

    feature results

    @@ -46440,7 +46440,7 @@

    Return Value

    feature results

    @@ -46539,7 +46539,7 @@

    Return Value

    feature results

    @@ -46651,7 +46651,7 @@

    Return Value

    feature results

    @@ -46750,7 +46750,7 @@

    Return Value

    feature results

    @@ -46862,7 +46862,7 @@

    Return Value

    feature results

    @@ -46974,7 +46974,7 @@

    Return Value

    feature results

    @@ -47099,7 +47099,7 @@

    Return Value

    feature results

    @@ -47198,7 +47198,7 @@

    Return Value

    feature results

    @@ -47310,7 +47310,7 @@

    Return Value

    feature results

    @@ -47422,7 +47422,7 @@

    Return Value

    feature results

    @@ -47547,7 +47547,7 @@

    Return Value

    feature results

    @@ -47659,7 +47659,7 @@

    Return Value

    feature results

    @@ -47784,7 +47784,7 @@

    Return Value

    feature results

    @@ -47909,7 +47909,7 @@

    Return Value

    feature results

    @@ -48047,7 +48047,7 @@

    Return Value

    feature results

    @@ -48146,7 +48146,7 @@

    Return Value

    feature results

    @@ -48258,7 +48258,7 @@

    Return Value

    feature results

    @@ -48370,7 +48370,7 @@

    Return Value

    feature results

    @@ -48495,7 +48495,7 @@

    Return Value

    feature results

    @@ -48607,7 +48607,7 @@

    Return Value

    feature results

    @@ -48732,7 +48732,7 @@

    Return Value

    feature results

    @@ -48857,7 +48857,7 @@

    Return Value

    feature results

    @@ -48995,7 +48995,7 @@

    Return Value

    feature results

    @@ -49107,7 +49107,7 @@

    Return Value

    feature results

    @@ -49232,7 +49232,7 @@

    Return Value

    feature results

    @@ -49357,7 +49357,7 @@

    Return Value

    feature results

    @@ -49495,7 +49495,7 @@

    Return Value

    feature results

    @@ -49620,7 +49620,7 @@

    Return Value

    feature results

    @@ -49758,7 +49758,7 @@

    Return Value

    feature results

    @@ -49896,7 +49896,7 @@

    Return Value

    feature results

    @@ -50047,7 +50047,7 @@

    Return Value

    feature results

    @@ -50057,7 +50057,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGFeatureIndexerIdQuery.html b/docs/docs/api/Classes/GPKGFeatureIndexerIdQuery.html index 02072f6f..da91fbe5 100644 --- a/docs/docs/api/Classes/GPKGFeatureIndexerIdQuery.html +++ b/docs/docs/api/Classes/GPKGFeatureIndexerIdQuery.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGFeatureIndexerIdQuery

    Feature Indexer Id query with nested SQL and arguments

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5135,7 +5135,7 @@

    Parameters

    @@ -5189,7 +5189,7 @@

    Parameters

    @@ -5228,7 +5228,7 @@

    Return Value

    count

    @@ -5267,7 +5267,7 @@

    Return Value

    ids

    @@ -5325,7 +5325,7 @@

    Return Value

    true if has id

    @@ -5383,7 +5383,7 @@

    Return Value

    true if has id

    @@ -5422,7 +5422,7 @@

    Return Value

    true if above the maximum allowed query arguments

    @@ -5480,7 +5480,7 @@

    Return Value

    true if above the maximum allowed query arguments

    @@ -5538,7 +5538,7 @@

    Return Value

    true if above the maximum allowed query arguments

    @@ -5577,7 +5577,7 @@

    Return Value

    SQL

    @@ -5616,7 +5616,7 @@

    Return Value

    args

    @@ -5626,7 +5626,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGFeatureIndexerIdResultSet.html b/docs/docs/api/Classes/GPKGFeatureIndexerIdResultSet.html index 753ebe7c..8763a88a 100644 --- a/docs/docs/api/Classes/GPKGFeatureIndexerIdResultSet.html +++ b/docs/docs/api/Classes/GPKGFeatureIndexerIdResultSet.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGFeatureIndexerIdResultSet

    Feature Indexer Id result set to filter on matching queried ids

    @@ -5117,7 +5117,7 @@

    Return Value

    new feature indexer id result set

    @@ -5127,7 +5127,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGFeatureInfoBuilder.html b/docs/docs/api/Classes/GPKGFeatureInfoBuilder.html index f7419693..08bad523 100644 --- a/docs/docs/api/Classes/GPKGFeatureInfoBuilder.html +++ b/docs/docs/api/Classes/GPKGFeatureInfoBuilder.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5272,7 +5272,7 @@

    GPKGFeatureInfoBuilder

    Undocumented

    @@ -5308,7 +5308,7 @@

    Declaration

    @@ -5343,7 +5343,7 @@

    Declaration

    @@ -5378,7 +5378,7 @@

    Declaration

    @@ -5413,7 +5413,7 @@

    Declaration

    @@ -5448,7 +5448,7 @@

    Declaration

    @@ -5502,7 +5502,7 @@

    Parameters

    @@ -5569,7 +5569,7 @@

    Parameters

    @@ -5608,7 +5608,7 @@

    Return Value

    geometry type

    @@ -5662,7 +5662,7 @@

    Parameters

    @@ -5721,7 +5721,7 @@

    Return Value

    results message or null if no results

    @@ -5795,7 +5795,7 @@

    Return Value

    results message or null if no results

    @@ -5882,7 +5882,7 @@

    Return Value

    results message or null if no results

    @@ -5983,7 +5983,7 @@

    Return Value

    results message or null if no results

    @@ -6072,7 +6072,7 @@

    Return Value

    results message or null if no results

    @@ -6175,7 +6175,7 @@

    Return Value

    results message or null if no results

    @@ -6317,7 +6317,7 @@

    Return Value

    results message or null if no results

    @@ -6473,7 +6473,7 @@

    Return Value

    results message or null if no results

    @@ -6559,7 +6559,7 @@

    Return Value

    feature table data or nil if no results

    @@ -6658,7 +6658,7 @@

    Return Value

    feature table data or nil if notresults

    @@ -6745,7 +6745,7 @@

    Return Value

    table data or nil if no results

    @@ -6845,7 +6845,7 @@

    Return Value

    table data or nil if no results

    @@ -6984,7 +6984,7 @@

    Return Value

    feature table data or null if no results

    @@ -7136,7 +7136,7 @@

    Return Value

    feature table data or null if no results

    @@ -7146,7 +7146,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGFeatureOverlay.html b/docs/docs/api/Classes/GPKGFeatureOverlay.html index 9a37a4f3..e655e628 100644 --- a/docs/docs/api/Classes/GPKGFeatureOverlay.html +++ b/docs/docs/api/Classes/GPKGFeatureOverlay.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGFeatureOverlay

    Feature Tile Overlay which draws tiles from a feature table

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5139,7 +5139,7 @@

    Return Value

    new feature overlay

    @@ -5193,7 +5193,7 @@

    Parameters

    @@ -5247,7 +5247,7 @@

    Parameters

    @@ -5282,7 +5282,7 @@

    Declaration

    @@ -5292,7 +5292,7 @@

    Declaration

    diff --git a/docs/docs/api/Classes/GPKGFeatureOverlayQuery.html b/docs/docs/api/Classes/GPKGFeatureOverlayQuery.html index 8dd92ffe..a823dc64 100644 --- a/docs/docs/api/Classes/GPKGFeatureOverlayQuery.html +++ b/docs/docs/api/Classes/GPKGFeatureOverlayQuery.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGFeatureOverlayQuery

    Used to query the features represented by tiles, either being drawn from or linked to the features

    @@ -5082,7 +5082,7 @@

    Declaration

    @@ -5117,7 +5117,7 @@

    Declaration

    @@ -5152,7 +5152,7 @@

    Declaration

    @@ -5187,7 +5187,7 @@

    Declaration

    @@ -5245,7 +5245,7 @@

    Return Value

    new feature overlay query

    @@ -5316,7 +5316,7 @@

    Return Value

    new feature overlay query

    @@ -5355,7 +5355,7 @@

    Return Value

    bounded overlay

    @@ -5394,7 +5394,7 @@

    Return Value

    feature tiles

    @@ -5433,7 +5433,7 @@

    Return Value

    feature info builder

    @@ -5468,7 +5468,7 @@

    Declaration

    @@ -5539,7 +5539,7 @@

    Return Value

    true if on

    @@ -5610,7 +5610,7 @@

    Return Value

    true if on

    @@ -5681,7 +5681,7 @@

    Return Value

    tile feature count

    @@ -5751,7 +5751,7 @@

    Return Value

    tile feature count

    @@ -5822,7 +5822,7 @@

    Return Value

    tile feature count

    @@ -5892,7 +5892,7 @@

    Return Value

    tile feature count

    @@ -5963,7 +5963,7 @@

    Return Value

    tile feature count

    @@ -6034,7 +6034,7 @@

    Return Value

    tile feature count

    @@ -6104,7 +6104,7 @@

    Return Value

    tile feature count

    @@ -6174,7 +6174,7 @@

    Return Value

    tile feature count

    @@ -6245,7 +6245,7 @@

    Return Value

    WGS84 bounding box

    @@ -6316,7 +6316,7 @@

    Return Value

    WGS84 bounding box

    @@ -6387,7 +6387,7 @@

    Return Value

    WGS84 bounding box

    @@ -6458,7 +6458,7 @@

    Return Value

    WGS84 bounding box

    @@ -6530,7 +6530,7 @@

    Return Value

    WGS84 bounding box

    @@ -6602,7 +6602,7 @@

    Return Value

    WGS84 bounding box

    @@ -6673,7 +6673,7 @@

    Return Value

    WGS84 bounding box

    @@ -6743,7 +6743,7 @@

    Return Value

    WGS84 bounding box

    @@ -6827,7 +6827,7 @@

    Return Value

    WGS84 bounding box

    @@ -6911,7 +6911,7 @@

    Return Value

    WGS84 bounding box

    @@ -6995,7 +6995,7 @@

    Return Value

    WGS84 bounding box

    @@ -7079,7 +7079,7 @@

    Return Value

    WGS84 bounding box

    @@ -7163,7 +7163,7 @@

    Return Value

    WGS84 bounding box

    @@ -7247,7 +7247,7 @@

    Return Value

    WGS84 bounding box

    @@ -7331,7 +7331,7 @@

    Return Value

    WGS84 bounding box

    @@ -7415,7 +7415,7 @@

    Return Value

    WGS84 bounding box

    @@ -7473,7 +7473,7 @@

    Return Value

    true if more than the max features, false if less than or no configured max features

    @@ -7532,7 +7532,7 @@

    Return Value

    feature index results, must be closed

    @@ -7604,7 +7604,7 @@

    Return Value

    feature index results, must be closed

    @@ -7676,7 +7676,7 @@

    Return Value

    feature index results, must be closed

    @@ -7761,7 +7761,7 @@

    Return Value

    feature index results, must be closed

    @@ -7800,7 +7800,7 @@

    Return Value

    true if indexed

    @@ -7859,7 +7859,7 @@

    Return Value

    max features message

    @@ -7930,7 +7930,7 @@

    Return Value

    information message on what was clicked, or nil

    @@ -8002,7 +8002,7 @@

    Return Value

    information message on what was clicked, or nil

    @@ -8086,7 +8086,7 @@

    Return Value

    information message on what was clicked, or nil

    @@ -8172,7 +8172,7 @@

    Return Value

    information message on what was clicked, or nil

    @@ -8258,7 +8258,7 @@

    Return Value

    information message on what was clicked, or nil

    @@ -8357,7 +8357,7 @@

    Return Value

    information message on what was clicked, or nil

    @@ -8456,7 +8456,7 @@

    Return Value

    information message on what was clicked, or nil

    @@ -8568,7 +8568,7 @@

    Return Value

    information message on what was clicked, or nil

    @@ -8640,7 +8640,7 @@

    Return Value

    table data on what was clicked, or nil

    @@ -8713,7 +8713,7 @@

    Return Value

    table data on what was clicked, or nil

    @@ -8798,7 +8798,7 @@

    Return Value

    table data on what was clicked, or nil

    @@ -8884,7 +8884,7 @@

    Return Value

    table data on what was clicked, or nil

    @@ -8970,7 +8970,7 @@

    Return Value

    table data on what was clicked, or nil

    @@ -9069,7 +9069,7 @@

    Return Value

    table data on what was clicked, or nil

    @@ -9168,7 +9168,7 @@

    Return Value

    table data on what was clicked, or nil

    @@ -9280,7 +9280,7 @@

    Return Value

    table data on what was clicked, or nil

    @@ -9290,7 +9290,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGFeaturePreview.html b/docs/docs/api/Classes/GPKGFeaturePreview.html index 2d38d7cb..7df67cb7 100644 --- a/docs/docs/api/Classes/GPKGFeaturePreview.html +++ b/docs/docs/api/Classes/GPKGFeaturePreview.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5157,7 +5157,7 @@

    GPKGFeaturePreview

    Undocumented

    @@ -5194,7 +5194,7 @@

    Declaration

    @@ -5229,7 +5229,7 @@

    Declaration

    @@ -5264,7 +5264,7 @@

    Declaration

    @@ -5299,7 +5299,7 @@

    Declaration

    @@ -5334,7 +5334,7 @@

    Declaration

    @@ -5405,7 +5405,7 @@

    Return Value

    new feature tile context

    @@ -5476,7 +5476,7 @@

    Return Value

    new feature tile context

    @@ -5547,7 +5547,7 @@

    Return Value

    new feature tile context

    @@ -5586,7 +5586,7 @@

    Return Value

    GeoPackage

    @@ -5625,7 +5625,7 @@

    Return Value

    feature tiles

    @@ -5664,7 +5664,7 @@

    Return Value

    columns

    @@ -5718,7 +5718,7 @@

    Parameters

    @@ -5772,7 +5772,7 @@

    Parameters

    @@ -5826,7 +5826,7 @@

    Parameters

    @@ -5865,7 +5865,7 @@

    Return Value

    preview image

    @@ -5900,7 +5900,7 @@

    Declaration

    @@ -5910,7 +5910,7 @@

    Declaration

    diff --git a/docs/docs/api/Classes/GPKGFeatureRow.html b/docs/docs/api/Classes/GPKGFeatureRow.html index 6b3d9d65..a7a83096 100644 --- a/docs/docs/api/Classes/GPKGFeatureRow.html +++ b/docs/docs/api/Classes/GPKGFeatureRow.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGFeatureRow

    Feature Row containing the values from a single result set row

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5200,7 +5200,7 @@

    Return Value

    new feature row

    @@ -5258,7 +5258,7 @@

    Return Value

    new feature row

    @@ -5297,7 +5297,7 @@

    Return Value

    geometry column index

    @@ -5336,7 +5336,7 @@

    Return Value

    geometry feature column

    @@ -5375,7 +5375,7 @@

    Return Value

    geometry column name

    @@ -5414,7 +5414,7 @@

    Return Value

    geometry data

    @@ -5468,7 +5468,7 @@

    Parameters

    @@ -5507,7 +5507,7 @@

    Return Value

    geometry

    @@ -5546,7 +5546,7 @@

    Return Value

    geometry type

    @@ -5585,7 +5585,7 @@

    Return Value

    geometry envelope

    @@ -5595,7 +5595,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGFeatureRowData.html b/docs/docs/api/Classes/GPKGFeatureRowData.html index 09bc47e9..c8889e35 100644 --- a/docs/docs/api/Classes/GPKGFeatureRowData.html +++ b/docs/docs/api/Classes/GPKGFeatureRowData.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGFeatureRowData

    Represents the values of a single feature row

    @@ -5104,7 +5104,7 @@

    Return Value

    new instance

    @@ -5175,7 +5175,7 @@

    Return Value

    new instance

    @@ -5259,7 +5259,7 @@

    Return Value

    new instance

    @@ -5298,7 +5298,7 @@

    Return Value

    values

    @@ -5337,7 +5337,7 @@

    Return Value

    id column name

    @@ -5376,7 +5376,7 @@

    Return Value

    id

    @@ -5415,7 +5415,7 @@

    Return Value

    geometry column name

    @@ -5454,7 +5454,7 @@

    Return Value

    geometry data

    @@ -5493,7 +5493,7 @@

    Return Value

    geometry

    @@ -5532,7 +5532,7 @@

    Return Value

    geometry type

    @@ -5571,7 +5571,7 @@

    Return Value

    geometry envelope

    @@ -5610,7 +5610,7 @@

    Return Value

    JSON compatible object

    @@ -5668,7 +5668,7 @@

    Return Value

    JSON compatible object

    @@ -5726,7 +5726,7 @@

    Return Value

    JSON compatible object

    @@ -5797,7 +5797,7 @@

    Return Value

    JSON compatible object

    @@ -5807,7 +5807,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGFeatureShape.html b/docs/docs/api/Classes/GPKGFeatureShape.html index 30765349..ac58d798 100644 --- a/docs/docs/api/Classes/GPKGFeatureShape.html +++ b/docs/docs/api/Classes/GPKGFeatureShape.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5140,7 +5140,7 @@

    GPKGFeatureShape

    Undocumented

    @@ -5199,7 +5199,7 @@

    Return Value

    new feature shape

    @@ -5238,7 +5238,7 @@

    Return Value

    feature id

    @@ -5277,7 +5277,7 @@

    Return Value

    map shapes

    @@ -5316,7 +5316,7 @@

    Return Value

    map metadata shapes

    @@ -5370,7 +5370,7 @@

    Parameters

    @@ -5424,7 +5424,7 @@

    Parameters

    @@ -5463,7 +5463,7 @@

    Return Value

    map shapes count

    @@ -5502,7 +5502,7 @@

    Return Value

    true if has map shapes

    @@ -5541,7 +5541,7 @@

    Return Value

    map metadata shapes count

    @@ -5580,7 +5580,7 @@

    Return Value

    true if has map metadata shapes

    @@ -5634,7 +5634,7 @@

    Parameters

    @@ -5688,7 +5688,7 @@

    Parameters

    @@ -5742,7 +5742,7 @@

    Parameters

    @@ -5752,7 +5752,7 @@

    Parameters

    diff --git a/docs/docs/api/Classes/GPKGFeatureShapes.html b/docs/docs/api/Classes/GPKGFeatureShapes.html index e82a75c1..14b11f2c 100644 --- a/docs/docs/api/Classes/GPKGFeatureShapes.html +++ b/docs/docs/api/Classes/GPKGFeatureShapes.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGFeatureShapes

    Mantains a collection of feature map shapes by database, table name, and feature id

    @@ -5085,7 +5085,7 @@

    Return Value

    new feature shapes

    @@ -5124,7 +5124,7 @@

    Return Value

    databases to tables mapping

    @@ -5163,7 +5163,7 @@

    Return Value

    databases count

    @@ -5222,7 +5222,7 @@

    Return Value

    tables to feature ids mapping

    @@ -5280,7 +5280,7 @@

    Return Value

    tables count

    @@ -5352,7 +5352,7 @@

    Return Value

    feature ids to map shapes mapping

    @@ -5423,7 +5423,7 @@

    Return Value

    feature ids count

    @@ -5507,7 +5507,7 @@

    Return Value

    feature shape

    @@ -5591,7 +5591,7 @@

    Return Value

    map shapes count

    @@ -5684,7 +5684,7 @@

    Parameters

    @@ -5777,7 +5777,7 @@

    Parameters

    @@ -5857,7 +5857,7 @@

    Parameters

    @@ -5915,7 +5915,7 @@

    Return Value

    count of removed features

    @@ -5986,7 +5986,7 @@

    Return Value

    count of removed features

    @@ -6057,7 +6057,7 @@

    Return Value

    count of removed features

    @@ -6128,7 +6128,7 @@

    Return Value

    count of removed features

    @@ -6212,7 +6212,7 @@

    Return Value

    count of removed features

    @@ -6296,7 +6296,7 @@

    Return Value

    count of removed features

    @@ -6380,7 +6380,7 @@

    Return Value

    count of removed features

    @@ -6477,7 +6477,7 @@

    Return Value

    count of removed features

    @@ -6574,7 +6574,7 @@

    Return Value

    count of removed features

    @@ -6632,7 +6632,7 @@

    Return Value

    count of removed features

    @@ -6703,7 +6703,7 @@

    Return Value

    count of removed features

    @@ -6787,7 +6787,7 @@

    Return Value

    count of removed features

    @@ -6871,7 +6871,7 @@

    Return Value

    count of removed features

    @@ -6968,7 +6968,7 @@

    Return Value

    count of removed features

    @@ -7053,7 +7053,7 @@

    Return Value

    true if removed

    @@ -7088,7 +7088,7 @@

    Declaration

    @@ -7098,7 +7098,7 @@

    Declaration

    diff --git a/docs/docs/api/Classes/GPKGFeatureStyle.html b/docs/docs/api/Classes/GPKGFeatureStyle.html index 9f0deecb..b40adaee 100644 --- a/docs/docs/api/Classes/GPKGFeatureStyle.html +++ b/docs/docs/api/Classes/GPKGFeatureStyle.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGFeatureStyle

    Feature Style, including a style and icon, for a single feature geometry

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5155,7 +5155,7 @@

    Return Value

    new feature style

    @@ -5213,7 +5213,7 @@

    Return Value

    new feature style

    @@ -5271,7 +5271,7 @@

    Return Value

    new feature style

    @@ -5341,7 +5341,7 @@

    Return Value

    new feature style

    @@ -5380,7 +5380,7 @@

    Return Value

    true if has style row

    @@ -5419,7 +5419,7 @@

    Return Value

    true if has icon row

    @@ -5460,7 +5460,7 @@

    Return Value

    true if the icon exists and should be used over a style

    @@ -5470,7 +5470,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGFeatureStyleExtension.html b/docs/docs/api/Classes/GPKGFeatureStyleExtension.html index 361a7395..6c5377a0 100644 --- a/docs/docs/api/Classes/GPKGFeatureStyleExtension.html +++ b/docs/docs/api/Classes/GPKGFeatureStyleExtension.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5047,7 +5047,7 @@

    GPKGFeatureStyleExtension

    http://ngageoint.github.io/GeoPackage/docs/extensions/feature-style.html

    @@ -5106,7 +5106,7 @@

    Return Value

    new feature style extension

    @@ -5145,7 +5145,7 @@

    Return Value

    list of feature table names

    @@ -5184,7 +5184,7 @@

    Return Value

    extension name

    @@ -5223,7 +5223,7 @@

    Return Value

    true if has extension

    @@ -5281,7 +5281,7 @@

    Return Value

    extension

    @@ -5339,7 +5339,7 @@

    Return Value

    true if has extension

    @@ -5378,7 +5378,7 @@

    Return Value

    related tables extension

    @@ -5417,7 +5417,7 @@

    Return Value

    contents id extension

    @@ -5456,7 +5456,7 @@

    Return Value

    true if created, false if the table already existed

    @@ -5495,7 +5495,7 @@

    Return Value

    true if created, false if the table already existed

    @@ -5550,7 +5550,7 @@

    Parameters

    @@ -5609,7 +5609,7 @@

    Return Value

    true if has a relationship

    @@ -5663,7 +5663,7 @@

    Parameters

    @@ -5721,7 +5721,7 @@

    Return Value

    true if relationship exists

    @@ -5775,7 +5775,7 @@

    Parameters

    @@ -5833,7 +5833,7 @@

    Return Value

    true if relationship exists

    @@ -5887,7 +5887,7 @@

    Parameters

    @@ -5945,7 +5945,7 @@

    Return Value

    true if relationship exists

    @@ -5999,7 +5999,7 @@

    Parameters

    @@ -6057,7 +6057,7 @@

    Return Value

    true if relationship exists

    @@ -6128,7 +6128,7 @@

    Return Value

    mapping table name

    @@ -6167,7 +6167,7 @@

    Return Value

    extended relations

    @@ -6206,7 +6206,7 @@

    Return Value

    true if has style table relations

    @@ -6245,7 +6245,7 @@

    Return Value

    extended relations

    @@ -6284,7 +6284,7 @@

    Return Value

    true if has icon table relations

    @@ -6320,7 +6320,7 @@

    Declaration

    @@ -6375,7 +6375,7 @@

    Parameters

    @@ -6429,7 +6429,7 @@

    Parameters

    @@ -6483,7 +6483,7 @@

    Parameters

    @@ -6537,7 +6537,7 @@

    Parameters

    @@ -6591,7 +6591,7 @@

    Parameters

    @@ -6626,7 +6626,7 @@

    Declaration

    @@ -6684,7 +6684,7 @@

    Return Value

    style mapping DAO

    @@ -6742,7 +6742,7 @@

    Return Value

    table style mapping DAO

    @@ -6800,7 +6800,7 @@

    Return Value

    icon mapping DAO

    @@ -6858,7 +6858,7 @@

    Return Value

    table icon mapping DAO

    @@ -6897,7 +6897,7 @@

    Return Value

    style DAO

    @@ -6936,7 +6936,7 @@

    Return Value

    icon DAO

    @@ -6995,7 +6995,7 @@

    Return Value

    table feature styles or null

    @@ -7053,7 +7053,7 @@

    Return Value

    table feature styles or null

    @@ -7111,7 +7111,7 @@

    Return Value

    table styles or null

    @@ -7169,7 +7169,7 @@

    Return Value

    table styles or null

    @@ -7240,7 +7240,7 @@

    Return Value

    style row

    @@ -7298,7 +7298,7 @@

    Return Value

    style row

    @@ -7356,7 +7356,7 @@

    Return Value

    table icons or null

    @@ -7414,7 +7414,7 @@

    Return Value

    table icons or null

    @@ -7472,7 +7472,7 @@

    Return Value

    icon row

    @@ -7543,7 +7543,7 @@

    Return Value

    icon row

    @@ -7602,7 +7602,7 @@

    Return Value

    style rows mapped by ids

    @@ -7661,7 +7661,7 @@

    Return Value

    style rows mapped by ids

    @@ -7720,7 +7720,7 @@

    Return Value

    icon rows mapped by ids

    @@ -7779,7 +7779,7 @@

    Return Value

    icon rows mapped by ids

    @@ -7837,7 +7837,7 @@

    Return Value

    feature styles or null

    @@ -7908,7 +7908,7 @@

    Return Value

    feature styles or null

    @@ -7979,7 +7979,7 @@

    Return Value

    feature styles or null

    @@ -8039,7 +8039,7 @@

    Return Value

    feature style

    @@ -8113,7 +8113,7 @@

    Return Value

    feature style

    @@ -8174,7 +8174,7 @@

    Return Value

    feature style

    @@ -8261,7 +8261,7 @@

    Return Value

    feature style

    @@ -8348,7 +8348,7 @@

    Return Value

    feature style

    @@ -8421,7 +8421,7 @@

    Return Value

    feature style

    @@ -8494,7 +8494,7 @@

    Return Value

    feature style

    @@ -8552,7 +8552,7 @@

    Return Value

    styles or null

    @@ -8623,7 +8623,7 @@

    Return Value

    styles or null

    @@ -8694,7 +8694,7 @@

    Return Value

    styles or null

    @@ -8754,7 +8754,7 @@

    Return Value

    style row

    @@ -8827,7 +8827,7 @@

    Return Value

    style row

    @@ -8886,7 +8886,7 @@

    Return Value

    style row

    @@ -8972,7 +8972,7 @@

    Return Value

    style row

    @@ -9058,7 +9058,7 @@

    Return Value

    style row

    @@ -9130,7 +9130,7 @@

    Return Value

    style row

    @@ -9202,7 +9202,7 @@

    Return Value

    style row

    @@ -9302,7 +9302,7 @@

    Return Value

    style row

    @@ -9402,7 +9402,7 @@

    Return Value

    style row

    @@ -9488,7 +9488,7 @@

    Return Value

    style row

    @@ -9574,7 +9574,7 @@

    Return Value

    style row

    @@ -9632,7 +9632,7 @@

    Return Value

    icons or null

    @@ -9702,7 +9702,7 @@

    Return Value

    icons or null

    @@ -9773,7 +9773,7 @@

    Return Value

    icons or null

    @@ -9833,7 +9833,7 @@

    Return Value

    icon row

    @@ -9906,7 +9906,7 @@

    Return Value

    icon row

    @@ -9965,7 +9965,7 @@

    Return Value

    icon row

    @@ -10050,7 +10050,7 @@

    Return Value

    icon row

    @@ -10135,7 +10135,7 @@

    Return Value

    icon row

    @@ -10207,7 +10207,7 @@

    Return Value

    icon row

    @@ -10279,7 +10279,7 @@

    Return Value

    icon row

    @@ -10379,7 +10379,7 @@

    Return Value

    icon row

    @@ -10479,7 +10479,7 @@

    Return Value

    icon row

    @@ -10565,7 +10565,7 @@

    Return Value

    icon row

    @@ -10651,7 +10651,7 @@

    Return Value

    icon row

    @@ -10718,7 +10718,7 @@

    Parameters

    @@ -10785,7 +10785,7 @@

    Parameters

    @@ -10852,7 +10852,7 @@

    Parameters

    @@ -10919,7 +10919,7 @@

    Parameters

    @@ -10986,7 +10986,7 @@

    Parameters

    @@ -11053,7 +11053,7 @@

    Parameters

    @@ -11133,7 +11133,7 @@

    Parameters

    @@ -11213,7 +11213,7 @@

    Parameters

    @@ -11280,7 +11280,7 @@

    Parameters

    @@ -11347,7 +11347,7 @@

    Parameters

    @@ -11414,7 +11414,7 @@

    Parameters

    @@ -11481,7 +11481,7 @@

    Parameters

    @@ -11561,7 +11561,7 @@

    Parameters

    @@ -11641,7 +11641,7 @@

    Parameters

    @@ -11708,7 +11708,7 @@

    Parameters

    @@ -11788,7 +11788,7 @@

    Parameters

    @@ -11868,7 +11868,7 @@

    Parameters

    @@ -11935,7 +11935,7 @@

    Parameters

    @@ -12016,7 +12016,7 @@

    Parameters

    @@ -12083,7 +12083,7 @@

    Parameters

    @@ -12176,7 +12176,7 @@

    Parameters

    @@ -12269,7 +12269,7 @@

    Parameters

    @@ -12349,7 +12349,7 @@

    Parameters

    @@ -12429,7 +12429,7 @@

    Parameters

    @@ -12496,7 +12496,7 @@

    Parameters

    @@ -12576,7 +12576,7 @@

    Parameters

    @@ -12656,7 +12656,7 @@

    Parameters

    @@ -12723,7 +12723,7 @@

    Parameters

    @@ -12803,7 +12803,7 @@

    Parameters

    @@ -12870,7 +12870,7 @@

    Parameters

    @@ -12963,7 +12963,7 @@

    Parameters

    @@ -13056,7 +13056,7 @@

    Parameters

    @@ -13136,7 +13136,7 @@

    Parameters

    @@ -13216,7 +13216,7 @@

    Parameters

    @@ -13283,7 +13283,7 @@

    Parameters

    @@ -13363,7 +13363,7 @@

    Parameters

    @@ -13443,7 +13443,7 @@

    Parameters

    @@ -13510,7 +13510,7 @@

    Parameters

    @@ -13590,7 +13590,7 @@

    Parameters

    @@ -13657,7 +13657,7 @@

    Parameters

    @@ -13751,7 +13751,7 @@

    Parameters

    @@ -13845,7 +13845,7 @@

    Parameters

    @@ -13925,7 +13925,7 @@

    Parameters

    @@ -14005,7 +14005,7 @@

    Parameters

    @@ -14060,7 +14060,7 @@

    Parameters

    @@ -14115,7 +14115,7 @@

    Parameters

    @@ -14169,7 +14169,7 @@

    Parameters

    @@ -14223,7 +14223,7 @@

    Parameters

    @@ -14277,7 +14277,7 @@

    Parameters

    @@ -14331,7 +14331,7 @@

    Parameters

    @@ -14385,7 +14385,7 @@

    Parameters

    @@ -14439,7 +14439,7 @@

    Parameters

    @@ -14493,7 +14493,7 @@

    Parameters

    @@ -14547,7 +14547,7 @@

    Parameters

    @@ -14601,7 +14601,7 @@

    Parameters

    @@ -14655,7 +14655,7 @@

    Parameters

    @@ -14722,7 +14722,7 @@

    Parameters

    @@ -14789,7 +14789,7 @@

    Parameters

    @@ -14843,7 +14843,7 @@

    Parameters

    @@ -14897,7 +14897,7 @@

    Parameters

    @@ -14951,7 +14951,7 @@

    Parameters

    @@ -15005,7 +15005,7 @@

    Parameters

    @@ -15072,7 +15072,7 @@

    Parameters

    @@ -15139,7 +15139,7 @@

    Parameters

    @@ -15193,7 +15193,7 @@

    Parameters

    @@ -15247,7 +15247,7 @@

    Parameters

    @@ -15301,7 +15301,7 @@

    Parameters

    @@ -15355,7 +15355,7 @@

    Parameters

    @@ -15409,7 +15409,7 @@

    Parameters

    @@ -15475,7 +15475,7 @@

    Parameters

    @@ -15542,7 +15542,7 @@

    Parameters

    @@ -15596,7 +15596,7 @@

    Parameters

    @@ -15663,7 +15663,7 @@

    Parameters

    @@ -15730,7 +15730,7 @@

    Parameters

    @@ -15784,7 +15784,7 @@

    Parameters

    @@ -15851,7 +15851,7 @@

    Parameters

    @@ -15931,7 +15931,7 @@

    Parameters

    @@ -16011,7 +16011,7 @@

    Parameters

    @@ -16065,7 +16065,7 @@

    Parameters

    @@ -16119,7 +16119,7 @@

    Parameters

    @@ -16173,7 +16173,7 @@

    Parameters

    @@ -16239,7 +16239,7 @@

    Parameters

    @@ -16306,7 +16306,7 @@

    Parameters

    @@ -16360,7 +16360,7 @@

    Parameters

    @@ -16427,7 +16427,7 @@

    Parameters

    @@ -16494,7 +16494,7 @@

    Parameters

    @@ -16548,7 +16548,7 @@

    Parameters

    @@ -16615,7 +16615,7 @@

    Parameters

    @@ -16695,7 +16695,7 @@

    Parameters

    @@ -16775,7 +16775,7 @@

    Parameters

    @@ -16833,7 +16833,7 @@

    Return Value

    mappings count

    @@ -16891,7 +16891,7 @@

    Return Value

    mappings count

    @@ -16949,7 +16949,7 @@

    Return Value

    true if mapping exists

    @@ -17007,7 +17007,7 @@

    Return Value

    true if mapping exists

    @@ -17065,7 +17065,7 @@

    Return Value

    number of mapping rows deleted

    @@ -17123,7 +17123,7 @@

    Return Value

    number of mapping rows deleted

    @@ -17181,7 +17181,7 @@

    Return Value

    number of rows deleted between the style and mapping tables

    @@ -17239,7 +17239,7 @@

    Return Value

    number of style rows deleted

    @@ -17297,7 +17297,7 @@

    Return Value

    number of rows deleted between the style and mapping tables

    @@ -17355,7 +17355,7 @@

    Return Value

    number of style rows deleted

    @@ -17425,7 +17425,7 @@

    Return Value

    deleted count

    @@ -17496,7 +17496,7 @@

    Return Value

    deleted count

    @@ -17554,7 +17554,7 @@

    Return Value

    deleted count

    @@ -17612,7 +17612,7 @@

    Return Value

    deleted count

    @@ -17651,7 +17651,7 @@

    Return Value

    deleted count

    @@ -17690,7 +17690,7 @@

    Return Value

    deleted count

    @@ -17748,7 +17748,7 @@

    Return Value

    mappings count

    @@ -17806,7 +17806,7 @@

    Return Value

    mappings count

    @@ -17864,7 +17864,7 @@

    Return Value

    true if mapping exists

    @@ -17922,7 +17922,7 @@

    Return Value

    true if mapping exists

    @@ -17980,7 +17980,7 @@

    Return Value

    number of mapping rows deleted

    @@ -18038,7 +18038,7 @@

    Return Value

    number of mapping rows deleted

    @@ -18096,7 +18096,7 @@

    Return Value

    number of rows deleted between the icon and mapping tables

    @@ -18154,7 +18154,7 @@

    Return Value

    number of icon rows deleted

    @@ -18212,7 +18212,7 @@

    Return Value

    number of rows deleted between the icon and mapping tables

    @@ -18270,7 +18270,7 @@

    Return Value

    number of icon rows deleted

    @@ -18340,7 +18340,7 @@

    Return Value

    deleted count

    @@ -18411,7 +18411,7 @@

    Return Value

    deleted count

    @@ -18469,7 +18469,7 @@

    Return Value

    deleted count

    @@ -18527,7 +18527,7 @@

    Return Value

    deleted count

    @@ -18566,7 +18566,7 @@

    Return Value

    deleted count

    @@ -18605,7 +18605,7 @@

    Return Value

    deleted count

    @@ -18664,7 +18664,7 @@

    Return Value

    style row ids

    @@ -18722,7 +18722,7 @@

    Return Value

    style row ids

    @@ -18781,7 +18781,7 @@

    Return Value

    icon row ids

    @@ -18839,7 +18839,7 @@

    Return Value

    icon row ids

    @@ -18897,7 +18897,7 @@

    Return Value

    style row ids

    @@ -18955,7 +18955,7 @@

    Return Value

    style row ids

    @@ -19013,7 +19013,7 @@

    Return Value

    icon row ids

    @@ -19071,7 +19071,7 @@

    Return Value

    icon row ids

    @@ -19129,7 +19129,7 @@

    Return Value

    pixel bounds

    @@ -19200,7 +19200,7 @@

    Return Value

    pixel bounds

    @@ -19258,7 +19258,7 @@

    Return Value

    pixel bounds

    @@ -19329,7 +19329,7 @@

    Return Value

    pixel bounds

    @@ -19396,7 +19396,7 @@

    Parameters

    @@ -19476,7 +19476,7 @@

    Parameters

    @@ -19534,7 +19534,7 @@

    Return Value

    pixel bounds

    @@ -19605,7 +19605,7 @@

    Return Value

    pixel bounds

    @@ -19672,7 +19672,7 @@

    Parameters

    @@ -19752,7 +19752,7 @@

    Parameters

    @@ -19762,7 +19762,7 @@

    Parameters

    diff --git a/docs/docs/api/Classes/GPKGFeatureStyles.html b/docs/docs/api/Classes/GPKGFeatureStyles.html index 176d133b..6294b322 100644 --- a/docs/docs/api/Classes/GPKGFeatureStyles.html +++ b/docs/docs/api/Classes/GPKGFeatureStyles.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5046,7 +5046,7 @@

    GPKGFeatureStyles

    feature table default

    @@ -5082,7 +5082,7 @@

    Declaration

    @@ -5117,7 +5117,7 @@

    Declaration

    @@ -5156,7 +5156,7 @@

    Return Value

    new feature styles

    @@ -5214,7 +5214,7 @@

    Return Value

    new feature styles

    @@ -5272,7 +5272,7 @@

    Return Value

    new feature styles

    @@ -5342,7 +5342,7 @@

    Return Value

    new feature styles

    @@ -5352,7 +5352,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGFeatureTable.html b/docs/docs/api/Classes/GPKGFeatureTable.html index 07f86584..32e4dada 100644 --- a/docs/docs/api/Classes/GPKGFeatureTable.html +++ b/docs/docs/api/Classes/GPKGFeatureTable.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGFeatureTable

    Represents a user feature table

    @@ -5117,7 +5117,7 @@

    Return Value

    new feature table

    @@ -5188,7 +5188,7 @@

    Return Value

    new feature table

    @@ -5272,7 +5272,7 @@

    Return Value

    new feature table

    @@ -5311,7 +5311,7 @@

    Return Value

    columns

    @@ -5350,7 +5350,7 @@

    Return Value

    geometry column index

    @@ -5389,7 +5389,7 @@

    Return Value

    geometry feature column

    @@ -5428,7 +5428,7 @@

    Return Value

    geometry column name

    @@ -5467,7 +5467,7 @@

    Return Value

    column names

    @@ -5477,7 +5477,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGFeatureTableData.html b/docs/docs/api/Classes/GPKGFeatureTableData.html index 204bd42f..0cbf4880 100644 --- a/docs/docs/api/Classes/GPKGFeatureTableData.html +++ b/docs/docs/api/Classes/GPKGFeatureTableData.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGFeatureTableData

    Represents a collection of rows from a feature table

    @@ -5116,7 +5116,7 @@

    Return Value

    new instance

    @@ -5200,7 +5200,7 @@

    Return Value

    new instance

    @@ -5239,7 +5239,7 @@

    Return Value

    table name

    @@ -5278,7 +5278,7 @@

    Return Value

    count of rows

    @@ -5317,7 +5317,7 @@

    Return Value

    feature rows

    @@ -5356,7 +5356,7 @@

    Return Value

    JSON compatible object

    @@ -5414,7 +5414,7 @@

    Return Value

    JSON compatible object

    @@ -5472,7 +5472,7 @@

    Return Value

    JSON compatible object

    @@ -5543,7 +5543,7 @@

    Return Value

    JSON compatible object

    @@ -5553,7 +5553,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGFeatureTableIndex.html b/docs/docs/api/Classes/GPKGFeatureTableIndex.html index 50f8c52f..76dbf879 100644 --- a/docs/docs/api/Classes/GPKGFeatureTableIndex.html +++ b/docs/docs/api/Classes/GPKGFeatureTableIndex.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5051,7 +5051,7 @@

    GPKGFeatureTableIndex

    http://ngageoint.github.io/GeoPackage/docs/extensions/geometry-index.html

    @@ -5087,7 +5087,7 @@

    Declaration

    @@ -5122,7 +5122,7 @@

    Declaration

    @@ -5157,7 +5157,7 @@

    Declaration

    @@ -5228,7 +5228,7 @@

    Return Value

    new feature table index

    @@ -5267,7 +5267,7 @@

    Return Value

    feature dao

    @@ -5306,7 +5306,7 @@

    Return Value

    extension name

    @@ -5345,7 +5345,7 @@

    Return Value

    extension definition

    @@ -5384,7 +5384,7 @@

    Return Value

    projection

    @@ -5423,7 +5423,7 @@

    Return Value

    table name

    @@ -5462,7 +5462,7 @@

    Return Value

    column name

    @@ -5501,7 +5501,7 @@

    Return Value

    primary key column name

    @@ -5536,7 +5536,7 @@

    Declaration

    @@ -5575,7 +5575,7 @@

    Return Value

    count

    @@ -5633,7 +5633,7 @@

    Return Value

    count

    @@ -5692,7 +5692,7 @@

    Return Value

    true if indexed

    @@ -5731,7 +5731,7 @@

    Return Value

    true if index deleted

    @@ -5789,7 +5789,7 @@

    Return Value

    deleted rows, should be 0 or 1

    @@ -5847,7 +5847,7 @@

    Return Value

    deleted rows, should be 0 or 1

    @@ -5886,7 +5886,7 @@

    Return Value

    true if indexed

    @@ -5925,7 +5925,7 @@

    Return Value

    table index

    @@ -5964,7 +5964,7 @@

    Return Value

    last indexed date or null

    @@ -6003,7 +6003,7 @@

    Return Value

    extensions object or null if one does not exist

    @@ -6042,7 +6042,7 @@

    Return Value

    table index dao

    @@ -6100,7 +6100,7 @@

    Return Value

    table index dao

    @@ -6158,7 +6158,7 @@

    Return Value

    table index dao

    @@ -6197,7 +6197,7 @@

    Return Value

    true if created

    @@ -6236,7 +6236,7 @@

    Return Value

    geometry index dao

    @@ -6295,7 +6295,7 @@

    Return Value

    geometry index dao

    @@ -6354,7 +6354,7 @@

    Return Value

    geometry index dao

    @@ -6393,7 +6393,7 @@

    Return Value

    true if created

    @@ -6432,7 +6432,7 @@

    Return Value

    true if indexed

    @@ -6471,7 +6471,7 @@

    Return Value

    true if unindexed

    @@ -6510,7 +6510,7 @@

    Return Value

    geometry indices result set

    @@ -6549,7 +6549,7 @@

    Return Value

    SQL

    @@ -6588,7 +6588,7 @@

    Return Value

    count

    @@ -6627,7 +6627,7 @@

    Return Value

    bounding box

    @@ -6685,7 +6685,7 @@

    Return Value

    bounding box

    @@ -6744,7 +6744,7 @@

    Return Value

    geometry indices result set

    @@ -6816,7 +6816,7 @@

    Return Value

    geometry indices iterator

    @@ -6875,7 +6875,7 @@

    Return Value

    count

    @@ -6947,7 +6947,7 @@

    Return Value

    count

    @@ -7005,7 +7005,7 @@

    Return Value

    geometry indices result set

    @@ -7063,7 +7063,7 @@

    Return Value

    where clause

    @@ -7121,7 +7121,7 @@

    Return Value

    where clause arguments

    @@ -7179,7 +7179,7 @@

    Return Value

    SQL

    @@ -7237,7 +7237,7 @@

    Return Value

    count

    @@ -7295,7 +7295,7 @@

    Return Value

    geometry index

    @@ -7353,7 +7353,7 @@

    Return Value

    feature row

    @@ -7412,7 +7412,7 @@

    Return Value

    feature row

    @@ -7470,7 +7470,7 @@

    Return Value

    SQL

    @@ -7509,7 +7509,7 @@

    Return Value

    feature results

    @@ -7567,7 +7567,7 @@

    Return Value

    feature results

    @@ -7625,7 +7625,7 @@

    Return Value

    feature results

    @@ -7696,7 +7696,7 @@

    Return Value

    feature results

    @@ -7735,7 +7735,7 @@

    Return Value

    count

    @@ -7793,7 +7793,7 @@

    Return Value

    count

    @@ -7863,7 +7863,7 @@

    Return Value

    count

    @@ -7921,7 +7921,7 @@

    Return Value

    feature results

    @@ -7992,7 +7992,7 @@

    Return Value

    feature results

    @@ -8063,7 +8063,7 @@

    Return Value

    feature results

    @@ -8147,7 +8147,7 @@

    Return Value

    feature results

    @@ -8205,7 +8205,7 @@

    Return Value

    count

    @@ -8276,7 +8276,7 @@

    Return Value

    count

    @@ -8360,7 +8360,7 @@

    Return Value

    count

    @@ -8418,7 +8418,7 @@

    Return Value

    feature results

    @@ -8489,7 +8489,7 @@

    Return Value

    feature results

    @@ -8560,7 +8560,7 @@

    Return Value

    feature results

    @@ -8644,7 +8644,7 @@

    Return Value

    feature results

    @@ -8702,7 +8702,7 @@

    Return Value

    count

    @@ -8772,7 +8772,7 @@

    Return Value

    count

    @@ -8856,7 +8856,7 @@

    Return Value

    count

    @@ -8927,7 +8927,7 @@

    Return Value

    feature results

    @@ -9011,7 +9011,7 @@

    Return Value

    feature results

    @@ -9095,7 +9095,7 @@

    Return Value

    feature results

    @@ -9192,7 +9192,7 @@

    Return Value

    feature results

    @@ -9262,7 +9262,7 @@

    Return Value

    count

    @@ -9346,7 +9346,7 @@

    Return Value

    count

    @@ -9443,7 +9443,7 @@

    Return Value

    count

    @@ -9501,7 +9501,7 @@

    Return Value

    feature results

    @@ -9572,7 +9572,7 @@

    Return Value

    feature results

    @@ -9643,7 +9643,7 @@

    Return Value

    feature results

    @@ -9727,7 +9727,7 @@

    Return Value

    feature results

    @@ -9785,7 +9785,7 @@

    Return Value

    count

    @@ -9856,7 +9856,7 @@

    Return Value

    count

    @@ -9940,7 +9940,7 @@

    Return Value

    count

    @@ -10011,7 +10011,7 @@

    Return Value

    feature results

    @@ -10095,7 +10095,7 @@

    Return Value

    feature results

    @@ -10179,7 +10179,7 @@

    Return Value

    feature results

    @@ -10276,7 +10276,7 @@

    Return Value

    feature results

    @@ -10347,7 +10347,7 @@

    Return Value

    count

    @@ -10431,7 +10431,7 @@

    Return Value

    count

    @@ -10528,7 +10528,7 @@

    Return Value

    count

    @@ -10599,7 +10599,7 @@

    Return Value

    feature results

    @@ -10683,7 +10683,7 @@

    Return Value

    feature results

    @@ -10767,7 +10767,7 @@

    Return Value

    feature results

    @@ -10864,7 +10864,7 @@

    Return Value

    feature results

    @@ -10935,7 +10935,7 @@

    Return Value

    count

    @@ -11019,7 +11019,7 @@

    Return Value

    count

    @@ -11116,7 +11116,7 @@

    Return Value

    count

    @@ -11200,7 +11200,7 @@

    Return Value

    feature results

    @@ -11297,7 +11297,7 @@

    Return Value

    feature results

    @@ -11394,7 +11394,7 @@

    Return Value

    feature results

    @@ -11504,7 +11504,7 @@

    Return Value

    feature results

    @@ -11588,7 +11588,7 @@

    Return Value

    count

    @@ -11685,7 +11685,7 @@

    Return Value

    count

    @@ -11795,7 +11795,7 @@

    Return Value

    count

    @@ -11866,7 +11866,7 @@

    Return Value

    feature results

    @@ -11950,7 +11950,7 @@

    Return Value

    feature results

    @@ -12034,7 +12034,7 @@

    Return Value

    feature results

    @@ -12131,7 +12131,7 @@

    Return Value

    feature results

    @@ -12202,7 +12202,7 @@

    Return Value

    count

    @@ -12286,7 +12286,7 @@

    Return Value

    count

    @@ -12383,7 +12383,7 @@

    Return Value

    count

    @@ -12467,7 +12467,7 @@

    Return Value

    feature results

    @@ -12564,7 +12564,7 @@

    Return Value

    feature results

    @@ -12661,7 +12661,7 @@

    Return Value

    feature results

    @@ -12771,7 +12771,7 @@

    Return Value

    feature results

    @@ -12855,7 +12855,7 @@

    Return Value

    count

    @@ -12952,7 +12952,7 @@

    Return Value

    count

    @@ -13062,7 +13062,7 @@

    Return Value

    count

    @@ -13146,7 +13146,7 @@

    Return Value

    feature results

    @@ -13243,7 +13243,7 @@

    Return Value

    feature results

    @@ -13340,7 +13340,7 @@

    Return Value

    feature results

    @@ -13450,7 +13450,7 @@

    Return Value

    feature results

    @@ -13534,7 +13534,7 @@

    Return Value

    count

    @@ -13631,7 +13631,7 @@

    Return Value

    count

    @@ -13741,7 +13741,7 @@

    Return Value

    count

    @@ -13838,7 +13838,7 @@

    Return Value

    feature results

    @@ -13948,7 +13948,7 @@

    Return Value

    feature results

    @@ -14058,7 +14058,7 @@

    Return Value

    feature results

    @@ -14181,7 +14181,7 @@

    Return Value

    feature results

    @@ -14278,7 +14278,7 @@

    Return Value

    count

    @@ -14388,7 +14388,7 @@

    Return Value

    count

    @@ -14511,7 +14511,7 @@

    Return Value

    count

    @@ -14569,7 +14569,7 @@

    Return Value

    feature results

    @@ -14640,7 +14640,7 @@

    Return Value

    feature results

    @@ -14711,7 +14711,7 @@

    Return Value

    feature results

    @@ -14795,7 +14795,7 @@

    Return Value

    feature results

    @@ -14853,7 +14853,7 @@

    Return Value

    count

    @@ -14924,7 +14924,7 @@

    Return Value

    count

    @@ -15008,7 +15008,7 @@

    Return Value

    count

    @@ -15079,7 +15079,7 @@

    Return Value

    feature results

    @@ -15163,7 +15163,7 @@

    Return Value

    feature results

    @@ -15247,7 +15247,7 @@

    Return Value

    feature results

    @@ -15344,7 +15344,7 @@

    Return Value

    feature results

    @@ -15415,7 +15415,7 @@

    Return Value

    count

    @@ -15499,7 +15499,7 @@

    Return Value

    count

    @@ -15596,7 +15596,7 @@

    Return Value

    count

    @@ -15667,7 +15667,7 @@

    Return Value

    feature results

    @@ -15751,7 +15751,7 @@

    Return Value

    feature results

    @@ -15835,7 +15835,7 @@

    Return Value

    feature results

    @@ -15932,7 +15932,7 @@

    Return Value

    feature results

    @@ -16003,7 +16003,7 @@

    Return Value

    count

    @@ -16087,7 +16087,7 @@

    Return Value

    count

    @@ -16184,7 +16184,7 @@

    Return Value

    count

    @@ -16268,7 +16268,7 @@

    Return Value

    feature results

    @@ -16365,7 +16365,7 @@

    Return Value

    feature results

    @@ -16462,7 +16462,7 @@

    Return Value

    feature results

    @@ -16572,7 +16572,7 @@

    Return Value

    feature results

    @@ -16656,7 +16656,7 @@

    Return Value

    count

    @@ -16753,7 +16753,7 @@

    Return Value

    count

    @@ -16863,7 +16863,7 @@

    Return Value

    count

    @@ -16922,7 +16922,7 @@

    Return Value

    feature results

    @@ -16994,7 +16994,7 @@

    Return Value

    feature results

    @@ -17066,7 +17066,7 @@

    Return Value

    feature results

    @@ -17151,7 +17151,7 @@

    Return Value

    feature results

    @@ -17223,7 +17223,7 @@

    Return Value

    feature results

    @@ -17308,7 +17308,7 @@

    Return Value

    feature results

    @@ -17393,7 +17393,7 @@

    Return Value

    feature results

    @@ -17491,7 +17491,7 @@

    Return Value

    feature results

    @@ -17564,7 +17564,7 @@

    Return Value

    feature results

    @@ -17650,7 +17650,7 @@

    Return Value

    feature results

    @@ -17736,7 +17736,7 @@

    Return Value

    feature results

    @@ -17835,7 +17835,7 @@

    Return Value

    feature results

    @@ -17921,7 +17921,7 @@

    Return Value

    feature results

    @@ -18020,7 +18020,7 @@

    Return Value

    feature results

    @@ -18119,7 +18119,7 @@

    Return Value

    feature results

    @@ -18231,7 +18231,7 @@

    Return Value

    feature results

    @@ -18304,7 +18304,7 @@

    Return Value

    feature results

    @@ -18390,7 +18390,7 @@

    Return Value

    feature results

    @@ -18476,7 +18476,7 @@

    Return Value

    feature results

    @@ -18575,7 +18575,7 @@

    Return Value

    feature results

    @@ -18661,7 +18661,7 @@

    Return Value

    feature results

    @@ -18760,7 +18760,7 @@

    Return Value

    feature results

    @@ -18859,7 +18859,7 @@

    Return Value

    feature results

    @@ -18971,7 +18971,7 @@

    Return Value

    feature results

    @@ -19057,7 +19057,7 @@

    Return Value

    feature results

    @@ -19156,7 +19156,7 @@

    Return Value

    feature results

    @@ -19255,7 +19255,7 @@

    Return Value

    feature results

    @@ -19367,7 +19367,7 @@

    Return Value

    feature results

    @@ -19466,7 +19466,7 @@

    Return Value

    feature results

    @@ -19578,7 +19578,7 @@

    Return Value

    feature results

    @@ -19690,7 +19690,7 @@

    Return Value

    feature results

    @@ -19815,7 +19815,7 @@

    Return Value

    feature results

    @@ -19887,7 +19887,7 @@

    Return Value

    feature results

    @@ -19972,7 +19972,7 @@

    Return Value

    feature results

    @@ -20057,7 +20057,7 @@

    Return Value

    feature results

    @@ -20155,7 +20155,7 @@

    Return Value

    feature results

    @@ -20240,7 +20240,7 @@

    Return Value

    feature results

    @@ -20338,7 +20338,7 @@

    Return Value

    feature results

    @@ -20436,7 +20436,7 @@

    Return Value

    feature results

    @@ -20547,7 +20547,7 @@

    Return Value

    feature results

    @@ -20633,7 +20633,7 @@

    Return Value

    feature results

    @@ -20732,7 +20732,7 @@

    Return Value

    feature results

    @@ -20831,7 +20831,7 @@

    Return Value

    feature results

    @@ -20943,7 +20943,7 @@

    Return Value

    feature results

    @@ -21042,7 +21042,7 @@

    Return Value

    feature results

    @@ -21154,7 +21154,7 @@

    Return Value

    feature results

    @@ -21266,7 +21266,7 @@

    Return Value

    feature results

    @@ -21391,7 +21391,7 @@

    Return Value

    feature results

    @@ -21476,7 +21476,7 @@

    Return Value

    feature results

    @@ -21574,7 +21574,7 @@

    Return Value

    feature results

    @@ -21672,7 +21672,7 @@

    Return Value

    feature results

    @@ -21783,7 +21783,7 @@

    Return Value

    feature results

    @@ -21881,7 +21881,7 @@

    Return Value

    feature results

    @@ -21992,7 +21992,7 @@

    Return Value

    feature results

    @@ -22103,7 +22103,7 @@

    Return Value

    feature results

    @@ -22227,7 +22227,7 @@

    Return Value

    feature results

    @@ -22326,7 +22326,7 @@

    Return Value

    feature results

    @@ -22438,7 +22438,7 @@

    Return Value

    feature results

    @@ -22550,7 +22550,7 @@

    Return Value

    feature results

    @@ -22675,7 +22675,7 @@

    Return Value

    feature results

    @@ -22787,7 +22787,7 @@

    Return Value

    feature results

    @@ -22912,7 +22912,7 @@

    Return Value

    feature results

    @@ -23037,7 +23037,7 @@

    Return Value

    feature results

    @@ -23175,7 +23175,7 @@

    Return Value

    feature results

    @@ -23248,7 +23248,7 @@

    Return Value

    feature results

    @@ -23334,7 +23334,7 @@

    Return Value

    feature results

    @@ -23420,7 +23420,7 @@

    Return Value

    feature results

    @@ -23519,7 +23519,7 @@

    Return Value

    feature results

    @@ -23605,7 +23605,7 @@

    Return Value

    feature results

    @@ -23704,7 +23704,7 @@

    Return Value

    feature results

    @@ -23803,7 +23803,7 @@

    Return Value

    feature results

    @@ -23915,7 +23915,7 @@

    Return Value

    feature results

    @@ -24001,7 +24001,7 @@

    Return Value

    feature results

    @@ -24100,7 +24100,7 @@

    Return Value

    feature results

    @@ -24199,7 +24199,7 @@

    Return Value

    feature results

    @@ -24311,7 +24311,7 @@

    Return Value

    feature results

    @@ -24410,7 +24410,7 @@

    Return Value

    feature results

    @@ -24522,7 +24522,7 @@

    Return Value

    feature results

    @@ -24634,7 +24634,7 @@

    Return Value

    feature results

    @@ -24759,7 +24759,7 @@

    Return Value

    feature results

    @@ -24845,7 +24845,7 @@

    Return Value

    feature results

    @@ -24944,7 +24944,7 @@

    Return Value

    feature results

    @@ -25043,7 +25043,7 @@

    Return Value

    feature results

    @@ -25155,7 +25155,7 @@

    Return Value

    feature results

    @@ -25254,7 +25254,7 @@

    Return Value

    feature results

    @@ -25366,7 +25366,7 @@

    Return Value

    feature results

    @@ -25478,7 +25478,7 @@

    Return Value

    feature results

    @@ -25603,7 +25603,7 @@

    Return Value

    feature results

    @@ -25702,7 +25702,7 @@

    Return Value

    feature results

    @@ -25814,7 +25814,7 @@

    Return Value

    feature results

    @@ -25926,7 +25926,7 @@

    Return Value

    feature results

    @@ -26051,7 +26051,7 @@

    Return Value

    feature results

    @@ -26163,7 +26163,7 @@

    Return Value

    feature results

    @@ -26288,7 +26288,7 @@

    Return Value

    feature results

    @@ -26413,7 +26413,7 @@

    Return Value

    feature results

    @@ -26551,7 +26551,7 @@

    Return Value

    feature results

    @@ -26637,7 +26637,7 @@

    Return Value

    feature results

    @@ -26736,7 +26736,7 @@

    Return Value

    feature results

    @@ -26835,7 +26835,7 @@

    Return Value

    feature results

    @@ -26947,7 +26947,7 @@

    Return Value

    feature results

    @@ -27046,7 +27046,7 @@

    Return Value

    feature results

    @@ -27158,7 +27158,7 @@

    Return Value

    feature results

    @@ -27270,7 +27270,7 @@

    Return Value

    feature results

    @@ -27395,7 +27395,7 @@

    Return Value

    feature results

    @@ -27494,7 +27494,7 @@

    Return Value

    feature results

    @@ -27606,7 +27606,7 @@

    Return Value

    feature results

    @@ -27718,7 +27718,7 @@

    Return Value

    feature results

    @@ -27843,7 +27843,7 @@

    Return Value

    feature results

    @@ -27955,7 +27955,7 @@

    Return Value

    feature results

    @@ -28080,7 +28080,7 @@

    Return Value

    feature results

    @@ -28205,7 +28205,7 @@

    Return Value

    feature results

    @@ -28343,7 +28343,7 @@

    Return Value

    feature results

    @@ -28442,7 +28442,7 @@

    Return Value

    feature results

    @@ -28554,7 +28554,7 @@

    Return Value

    feature results

    @@ -28666,7 +28666,7 @@

    Return Value

    feature results

    @@ -28791,7 +28791,7 @@

    Return Value

    feature results

    @@ -28903,7 +28903,7 @@

    Return Value

    feature results

    @@ -29028,7 +29028,7 @@

    Return Value

    feature results

    @@ -29153,7 +29153,7 @@

    Return Value

    feature results

    @@ -29291,7 +29291,7 @@

    Return Value

    feature results

    @@ -29403,7 +29403,7 @@

    Return Value

    feature results

    @@ -29528,7 +29528,7 @@

    Return Value

    feature results

    @@ -29653,7 +29653,7 @@

    Return Value

    feature results

    @@ -29791,7 +29791,7 @@

    Return Value

    feature results

    @@ -29916,7 +29916,7 @@

    Return Value

    feature results

    @@ -30054,7 +30054,7 @@

    Return Value

    feature results

    @@ -30192,7 +30192,7 @@

    Return Value

    feature results

    @@ -30343,7 +30343,7 @@

    Return Value

    feature results

    @@ -30430,7 +30430,7 @@

    Return Value

    feature results

    @@ -30530,7 +30530,7 @@

    Return Value

    feature results

    @@ -30629,7 +30629,7 @@

    Return Value

    feature results

    @@ -30741,7 +30741,7 @@

    Return Value

    feature results

    @@ -30841,7 +30841,7 @@

    Return Value

    feature results

    @@ -30954,7 +30954,7 @@

    Return Value

    feature results

    @@ -31066,7 +31066,7 @@

    Return Value

    feature results

    @@ -31191,7 +31191,7 @@

    Return Value

    feature results

    @@ -31291,7 +31291,7 @@

    Return Value

    feature results

    @@ -31404,7 +31404,7 @@

    Return Value

    feature results

    @@ -31516,7 +31516,7 @@

    Return Value

    feature results

    @@ -31641,7 +31641,7 @@

    Return Value

    feature results

    @@ -31754,7 +31754,7 @@

    Return Value

    feature results

    @@ -31880,7 +31880,7 @@

    Return Value

    feature results

    @@ -32005,7 +32005,7 @@

    Return Value

    feature results

    @@ -32143,7 +32143,7 @@

    Return Value

    feature results

    @@ -32243,7 +32243,7 @@

    Return Value

    feature results

    @@ -32356,7 +32356,7 @@

    Return Value

    feature results

    @@ -32468,7 +32468,7 @@

    Return Value

    feature results

    @@ -32593,7 +32593,7 @@

    Return Value

    feature results

    @@ -32706,7 +32706,7 @@

    Return Value

    feature results

    @@ -32832,7 +32832,7 @@

    Return Value

    feature results

    @@ -32957,7 +32957,7 @@

    Return Value

    feature results

    @@ -33095,7 +33095,7 @@

    Return Value

    feature results

    @@ -33208,7 +33208,7 @@

    Return Value

    feature results

    @@ -33334,7 +33334,7 @@

    Return Value

    feature results

    @@ -33459,7 +33459,7 @@

    Return Value

    feature results

    @@ -33597,7 +33597,7 @@

    Return Value

    feature results

    @@ -33723,7 +33723,7 @@

    Return Value

    feature results

    @@ -33862,7 +33862,7 @@

    Return Value

    feature results

    @@ -34000,7 +34000,7 @@

    Return Value

    feature results

    @@ -34151,7 +34151,7 @@

    Return Value

    feature results

    @@ -34251,7 +34251,7 @@

    Return Value

    feature results

    @@ -34364,7 +34364,7 @@

    Return Value

    feature results

    @@ -34476,7 +34476,7 @@

    Return Value

    feature results

    @@ -34601,7 +34601,7 @@

    Return Value

    feature results

    @@ -34714,7 +34714,7 @@

    Return Value

    feature results

    @@ -34840,7 +34840,7 @@

    Return Value

    feature results

    @@ -34965,7 +34965,7 @@

    Return Value

    feature results

    @@ -35103,7 +35103,7 @@

    Return Value

    feature results

    @@ -35216,7 +35216,7 @@

    Return Value

    feature results

    @@ -35342,7 +35342,7 @@

    Return Value

    feature results

    @@ -35467,7 +35467,7 @@

    Return Value

    feature results

    @@ -35605,7 +35605,7 @@

    Return Value

    feature results

    @@ -35731,7 +35731,7 @@

    Return Value

    feature results

    @@ -35870,7 +35870,7 @@

    Return Value

    feature results

    @@ -36008,7 +36008,7 @@

    Return Value

    feature results

    @@ -36159,7 +36159,7 @@

    Return Value

    feature results

    @@ -36272,7 +36272,7 @@

    Return Value

    feature results

    @@ -36398,7 +36398,7 @@

    Return Value

    feature results

    @@ -36523,7 +36523,7 @@

    Return Value

    feature results

    @@ -36661,7 +36661,7 @@

    Return Value

    feature results

    @@ -36787,7 +36787,7 @@

    Return Value

    feature results

    @@ -36926,7 +36926,7 @@

    Return Value

    feature results

    @@ -37064,7 +37064,7 @@

    Return Value

    feature results

    @@ -37215,7 +37215,7 @@

    Return Value

    feature results

    @@ -37341,7 +37341,7 @@

    Return Value

    feature results

    @@ -37480,7 +37480,7 @@

    Return Value

    feature results

    @@ -37618,7 +37618,7 @@

    Return Value

    feature results

    @@ -37769,7 +37769,7 @@

    Return Value

    feature results

    @@ -37908,7 +37908,7 @@

    Return Value

    feature results

    @@ -38060,7 +38060,7 @@

    Return Value

    feature results

    @@ -38211,7 +38211,7 @@

    Return Value

    feature results

    @@ -38375,7 +38375,7 @@

    Return Value

    feature results

    @@ -38448,7 +38448,7 @@

    Return Value

    feature results

    @@ -38534,7 +38534,7 @@

    Return Value

    feature results

    @@ -38620,7 +38620,7 @@

    Return Value

    feature results

    @@ -38719,7 +38719,7 @@

    Return Value

    feature results

    @@ -38805,7 +38805,7 @@

    Return Value

    feature results

    @@ -38904,7 +38904,7 @@

    Return Value

    feature results

    @@ -39003,7 +39003,7 @@

    Return Value

    feature results

    @@ -39115,7 +39115,7 @@

    Return Value

    feature results

    @@ -39201,7 +39201,7 @@

    Return Value

    feature results

    @@ -39300,7 +39300,7 @@

    Return Value

    feature results

    @@ -39399,7 +39399,7 @@

    Return Value

    feature results

    @@ -39511,7 +39511,7 @@

    Return Value

    feature results

    @@ -39610,7 +39610,7 @@

    Return Value

    feature results

    @@ -39722,7 +39722,7 @@

    Return Value

    feature results

    @@ -39834,7 +39834,7 @@

    Return Value

    feature results

    @@ -39959,7 +39959,7 @@

    Return Value

    feature results

    @@ -40045,7 +40045,7 @@

    Return Value

    feature results

    @@ -40144,7 +40144,7 @@

    Return Value

    feature results

    @@ -40243,7 +40243,7 @@

    Return Value

    feature results

    @@ -40355,7 +40355,7 @@

    Return Value

    feature results

    @@ -40454,7 +40454,7 @@

    Return Value

    feature results

    @@ -40566,7 +40566,7 @@

    Return Value

    feature results

    @@ -40678,7 +40678,7 @@

    Return Value

    feature results

    @@ -40803,7 +40803,7 @@

    Return Value

    feature results

    @@ -40902,7 +40902,7 @@

    Return Value

    feature results

    @@ -41014,7 +41014,7 @@

    Return Value

    feature results

    @@ -41126,7 +41126,7 @@

    Return Value

    feature results

    @@ -41251,7 +41251,7 @@

    Return Value

    feature results

    @@ -41363,7 +41363,7 @@

    Return Value

    feature results

    @@ -41488,7 +41488,7 @@

    Return Value

    feature results

    @@ -41613,7 +41613,7 @@

    Return Value

    feature results

    @@ -41751,7 +41751,7 @@

    Return Value

    feature results

    @@ -41837,7 +41837,7 @@

    Return Value

    feature results

    @@ -41936,7 +41936,7 @@

    Return Value

    feature results

    @@ -42035,7 +42035,7 @@

    Return Value

    feature results

    @@ -42147,7 +42147,7 @@

    Return Value

    feature results

    @@ -42246,7 +42246,7 @@

    Return Value

    feature results

    @@ -42358,7 +42358,7 @@

    Return Value

    feature results

    @@ -42470,7 +42470,7 @@

    Return Value

    feature results

    @@ -42595,7 +42595,7 @@

    Return Value

    feature results

    @@ -42694,7 +42694,7 @@

    Return Value

    feature results

    @@ -42806,7 +42806,7 @@

    Return Value

    feature results

    @@ -42918,7 +42918,7 @@

    Return Value

    feature results

    @@ -43043,7 +43043,7 @@

    Return Value

    feature results

    @@ -43155,7 +43155,7 @@

    Return Value

    feature results

    @@ -43280,7 +43280,7 @@

    Return Value

    feature results

    @@ -43405,7 +43405,7 @@

    Return Value

    feature results

    @@ -43543,7 +43543,7 @@

    Return Value

    feature results

    @@ -43642,7 +43642,7 @@

    Return Value

    feature results

    @@ -43754,7 +43754,7 @@

    Return Value

    feature results

    @@ -43866,7 +43866,7 @@

    Return Value

    feature results

    @@ -43991,7 +43991,7 @@

    Return Value

    feature results

    @@ -44103,7 +44103,7 @@

    Return Value

    feature results

    @@ -44228,7 +44228,7 @@

    Return Value

    feature results

    @@ -44353,7 +44353,7 @@

    Return Value

    feature results

    @@ -44491,7 +44491,7 @@

    Return Value

    feature results

    @@ -44603,7 +44603,7 @@

    Return Value

    feature results

    @@ -44728,7 +44728,7 @@

    Return Value

    feature results

    @@ -44853,7 +44853,7 @@

    Return Value

    feature results

    @@ -44991,7 +44991,7 @@

    Return Value

    feature results

    @@ -45116,7 +45116,7 @@

    Return Value

    feature results

    @@ -45254,7 +45254,7 @@

    Return Value

    feature results

    @@ -45392,7 +45392,7 @@

    Return Value

    feature results

    @@ -45543,7 +45543,7 @@

    Return Value

    feature results

    @@ -45553,7 +45553,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGFeatureTableMetadata.html b/docs/docs/api/Classes/GPKGFeatureTableMetadata.html index 5f540083..38224058 100644 --- a/docs/docs/api/Classes/GPKGFeatureTableMetadata.html +++ b/docs/docs/api/Classes/GPKGFeatureTableMetadata.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGFeatureTableMetadata

    Feature Table Metadata for defining table creation information

    @@ -5085,7 +5085,7 @@

    Return Value

    metadata

    @@ -5143,7 +5143,7 @@

    Return Value

    metadata

    @@ -5202,7 +5202,7 @@

    Return Value

    metadata

    @@ -5274,7 +5274,7 @@

    Return Value

    metadata

    @@ -5346,7 +5346,7 @@

    Return Value

    metadata

    @@ -5431,7 +5431,7 @@

    Return Value

    metadata

    @@ -5503,7 +5503,7 @@

    Return Value

    metadata

    @@ -5588,7 +5588,7 @@

    Return Value

    metadata

    @@ -5673,7 +5673,7 @@

    Return Value

    metadata

    @@ -5771,7 +5771,7 @@

    Return Value

    metadata

    @@ -5843,7 +5843,7 @@

    Return Value

    metadata

    @@ -5928,7 +5928,7 @@

    Return Value

    metadata

    @@ -6013,7 +6013,7 @@

    Return Value

    metadata

    @@ -6111,7 +6111,7 @@

    Return Value

    metadata

    @@ -6196,7 +6196,7 @@

    Return Value

    metadata

    @@ -6294,7 +6294,7 @@

    Return Value

    metadata

    @@ -6392,7 +6392,7 @@

    Return Value

    metadata

    @@ -6503,7 +6503,7 @@

    Return Value

    metadata

    @@ -6575,7 +6575,7 @@

    Return Value

    metadata

    @@ -6660,7 +6660,7 @@

    Return Value

    metadata

    @@ -6732,7 +6732,7 @@

    Return Value

    metadata

    @@ -6817,7 +6817,7 @@

    Return Value

    metadata

    @@ -6875,7 +6875,7 @@

    Return Value

    metadata

    @@ -6946,7 +6946,7 @@

    Return Value

    metadata

    @@ -7018,7 +7018,7 @@

    Return Value

    metadata

    @@ -7103,7 +7103,7 @@

    Return Value

    metadata

    @@ -7188,7 +7188,7 @@

    Return Value

    metadata

    @@ -7286,7 +7286,7 @@

    Return Value

    metadata

    @@ -7371,7 +7371,7 @@

    Return Value

    metadata

    @@ -7469,7 +7469,7 @@

    Return Value

    metadata

    @@ -7567,7 +7567,7 @@

    Return Value

    metadata

    @@ -7678,7 +7678,7 @@

    Return Value

    metadata

    @@ -7763,7 +7763,7 @@

    Return Value

    metadata

    @@ -7861,7 +7861,7 @@

    Return Value

    metadata

    @@ -7959,7 +7959,7 @@

    Return Value

    metadata

    @@ -8070,7 +8070,7 @@

    Return Value

    metadata

    @@ -8168,7 +8168,7 @@

    Return Value

    metadata

    @@ -8279,7 +8279,7 @@

    Return Value

    metadata

    @@ -8390,7 +8390,7 @@

    Return Value

    metadata

    @@ -8514,7 +8514,7 @@

    Return Value

    metadata

    @@ -8599,7 +8599,7 @@

    Return Value

    metadata

    @@ -8697,7 +8697,7 @@

    Return Value

    metadata

    @@ -8782,7 +8782,7 @@

    Return Value

    metadata

    @@ -8880,7 +8880,7 @@

    Return Value

    metadata

    @@ -8915,7 +8915,7 @@

    Declaration

    @@ -8950,7 +8950,7 @@

    Declaration

    @@ -8989,7 +8989,7 @@

    Return Value

    new feature table metadata

    @@ -9087,7 +9087,7 @@

    Return Value

    new feature table metadata

    @@ -9198,7 +9198,7 @@

    Return Value

    new feature table metadata

    @@ -9309,7 +9309,7 @@

    Return Value

    new feature table metadata

    @@ -9433,7 +9433,7 @@

    Return Value

    new feature table metadata

    @@ -9517,7 +9517,7 @@

    Return Value

    new feature table metadata

    @@ -9614,7 +9614,7 @@

    Return Value

    new feature table metadata

    @@ -9653,7 +9653,7 @@

    Return Value

    column name

    @@ -9692,7 +9692,7 @@

    Return Value

    geometry type

    @@ -9702,7 +9702,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGFeatureTableReader.html b/docs/docs/api/Classes/GPKGFeatureTableReader.html index 40a62a36..9c89b6a1 100644 --- a/docs/docs/api/Classes/GPKGFeatureTableReader.html +++ b/docs/docs/api/Classes/GPKGFeatureTableReader.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGFeatureTableReader

    Reads the metadata from an existing feature table

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5139,7 +5139,7 @@

    Return Value

    new feature table reader

    @@ -5210,7 +5210,7 @@

    Return Value

    new feature table reader

    @@ -5268,7 +5268,7 @@

    Return Value

    new feature table reader

    @@ -5326,7 +5326,7 @@

    Return Value

    feature table

    @@ -5336,7 +5336,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGFeatureTableStyles.html b/docs/docs/api/Classes/GPKGFeatureTableStyles.html index bc22ab96..ad62c8b9 100644 --- a/docs/docs/api/Classes/GPKGFeatureTableStyles.html +++ b/docs/docs/api/Classes/GPKGFeatureTableStyles.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGFeatureTableStyles

    Feature Table Styles, styles and icons for an individual feature table

    @@ -5117,7 +5117,7 @@

    Return Value

    new feature table styles

    @@ -5188,7 +5188,7 @@

    Return Value

    new feature table styles

    @@ -5259,7 +5259,7 @@

    Return Value

    new feature table styles

    @@ -5330,7 +5330,7 @@

    Return Value

    new feature table styles

    @@ -5369,7 +5369,7 @@

    Return Value

    feature style extension

    @@ -5408,7 +5408,7 @@

    Return Value

    feature table name

    @@ -5447,7 +5447,7 @@

    Return Value

    true if has extension

    @@ -5483,7 +5483,7 @@

    Declaration

    @@ -5523,7 +5523,7 @@

    Return Value

    true if has a relationship

    @@ -5558,7 +5558,7 @@

    Declaration

    @@ -5597,7 +5597,7 @@

    Return Value

    true if relationship exists

    @@ -5632,7 +5632,7 @@

    Declaration

    @@ -5671,7 +5671,7 @@

    Return Value

    true if relationship exists

    @@ -5706,7 +5706,7 @@

    Declaration

    @@ -5745,7 +5745,7 @@

    Return Value

    true if relationship exists

    @@ -5780,7 +5780,7 @@

    Declaration

    @@ -5819,7 +5819,7 @@

    Return Value

    true if relationship exists

    @@ -5855,7 +5855,7 @@

    Declaration

    @@ -5890,7 +5890,7 @@

    Declaration

    @@ -5925,7 +5925,7 @@

    Declaration

    @@ -5960,7 +5960,7 @@

    Declaration

    @@ -5995,7 +5995,7 @@

    Declaration

    @@ -6034,7 +6034,7 @@

    Return Value

    style mapping DAO

    @@ -6073,7 +6073,7 @@

    Return Value

    table style mapping DAO

    @@ -6112,7 +6112,7 @@

    Return Value

    icon mapping DAO

    @@ -6151,7 +6151,7 @@

    Return Value

    table icon mapping DAO

    @@ -6190,7 +6190,7 @@

    Return Value

    style DAO

    @@ -6229,7 +6229,7 @@

    Return Value

    icon DAO

    @@ -6268,7 +6268,7 @@

    Return Value

    table feature styles or null

    @@ -6307,7 +6307,7 @@

    Return Value

    table styles or null

    @@ -6346,7 +6346,7 @@

    Return Value

    cached table styles

    @@ -6404,7 +6404,7 @@

    Return Value

    style row

    @@ -6443,7 +6443,7 @@

    Return Value

    style row

    @@ -6482,7 +6482,7 @@

    Return Value

    table icons or null

    @@ -6521,7 +6521,7 @@

    Return Value

    cached table icons

    @@ -6579,7 +6579,7 @@

    Return Value

    icon row

    @@ -6618,7 +6618,7 @@

    Return Value

    icon row

    @@ -6657,7 +6657,7 @@

    Return Value

    style rows mapped by ids

    @@ -6696,7 +6696,7 @@

    Return Value

    style rows mapped by ids

    @@ -6735,7 +6735,7 @@

    Return Value

    icon rows mapped by ids

    @@ -6774,7 +6774,7 @@

    Return Value

    icon rows mapped by ids

    @@ -6832,7 +6832,7 @@

    Return Value

    feature styles or null

    @@ -6890,7 +6890,7 @@

    Return Value

    feature styles or null

    @@ -6948,7 +6948,7 @@

    Return Value

    feature styles or null

    @@ -7008,7 +7008,7 @@

    Return Value

    feature style

    @@ -7082,7 +7082,7 @@

    Return Value

    feature style

    @@ -7143,7 +7143,7 @@

    Return Value

    feature style

    @@ -7216,7 +7216,7 @@

    Return Value

    feature style

    @@ -7290,7 +7290,7 @@

    Return Value

    feature style

    @@ -7350,7 +7350,7 @@

    Return Value

    feature style

    @@ -7410,7 +7410,7 @@

    Return Value

    feature style

    @@ -7468,7 +7468,7 @@

    Return Value

    styles or null

    @@ -7526,7 +7526,7 @@

    Return Value

    styles or null

    @@ -7584,7 +7584,7 @@

    Return Value

    styles or null

    @@ -7644,7 +7644,7 @@

    Return Value

    style row

    @@ -7717,7 +7717,7 @@

    Return Value

    style row

    @@ -7776,7 +7776,7 @@

    Return Value

    style row

    @@ -7849,7 +7849,7 @@

    Return Value

    style row

    @@ -7922,7 +7922,7 @@

    Return Value

    style row

    @@ -7981,7 +7981,7 @@

    Return Value

    style row

    @@ -8040,7 +8040,7 @@

    Return Value

    style row

    @@ -8098,7 +8098,7 @@

    Return Value

    icons or null

    @@ -8156,7 +8156,7 @@

    Return Value

    icons or null

    @@ -8214,7 +8214,7 @@

    Return Value

    icons or null

    @@ -8274,7 +8274,7 @@

    Return Value

    icon row

    @@ -8347,7 +8347,7 @@

    Return Value

    icon row

    @@ -8406,7 +8406,7 @@

    Return Value

    icon row

    @@ -8478,7 +8478,7 @@

    Return Value

    icon row

    @@ -8550,7 +8550,7 @@

    Return Value

    icon row

    @@ -8609,7 +8609,7 @@

    Return Value

    icon row

    @@ -8668,7 +8668,7 @@

    Return Value

    icon row

    @@ -8722,7 +8722,7 @@

    Parameters

    @@ -8776,7 +8776,7 @@

    Parameters

    @@ -8830,7 +8830,7 @@

    Parameters

    @@ -8897,7 +8897,7 @@

    Parameters

    @@ -8951,7 +8951,7 @@

    Parameters

    @@ -9005,7 +9005,7 @@

    Parameters

    @@ -9072,7 +9072,7 @@

    Parameters

    @@ -9139,7 +9139,7 @@

    Parameters

    @@ -9206,7 +9206,7 @@

    Parameters

    @@ -9273,7 +9273,7 @@

    Parameters

    @@ -9340,7 +9340,7 @@

    Parameters

    @@ -9421,7 +9421,7 @@

    Parameters

    @@ -9488,7 +9488,7 @@

    Parameters

    @@ -9568,7 +9568,7 @@

    Parameters

    @@ -9648,7 +9648,7 @@

    Parameters

    @@ -9715,7 +9715,7 @@

    Parameters

    @@ -9782,7 +9782,7 @@

    Parameters

    @@ -9848,7 +9848,7 @@

    Parameters

    @@ -9914,7 +9914,7 @@

    Parameters

    @@ -9980,7 +9980,7 @@

    Parameters

    @@ -10046,7 +10046,7 @@

    Parameters

    @@ -10126,7 +10126,7 @@

    Parameters

    @@ -10193,7 +10193,7 @@

    Parameters

    @@ -10273,7 +10273,7 @@

    Parameters

    @@ -10353,7 +10353,7 @@

    Parameters

    @@ -10419,7 +10419,7 @@

    Parameters

    @@ -10486,7 +10486,7 @@

    Parameters

    @@ -10552,7 +10552,7 @@

    Parameters

    @@ -10618,7 +10618,7 @@

    Parameters

    @@ -10684,7 +10684,7 @@

    Parameters

    @@ -10750,7 +10750,7 @@

    Parameters

    @@ -10830,7 +10830,7 @@

    Parameters

    @@ -10897,7 +10897,7 @@

    Parameters

    @@ -10978,7 +10978,7 @@

    Parameters

    @@ -11059,7 +11059,7 @@

    Parameters

    @@ -11125,7 +11125,7 @@

    Parameters

    @@ -11191,7 +11191,7 @@

    Parameters

    @@ -11227,7 +11227,7 @@

    Declaration

    @@ -11262,7 +11262,7 @@

    Declaration

    @@ -11297,7 +11297,7 @@

    Declaration

    @@ -11332,7 +11332,7 @@

    Declaration

    @@ -11367,7 +11367,7 @@

    Declaration

    @@ -11402,7 +11402,7 @@

    Declaration

    @@ -11456,7 +11456,7 @@

    Parameters

    @@ -11491,7 +11491,7 @@

    Declaration

    @@ -11526,7 +11526,7 @@

    Declaration

    @@ -11580,7 +11580,7 @@

    Parameters

    @@ -11615,7 +11615,7 @@

    Declaration

    @@ -11650,7 +11650,7 @@

    Declaration

    @@ -11685,7 +11685,7 @@

    Declaration

    @@ -11720,7 +11720,7 @@

    Declaration

    @@ -11755,7 +11755,7 @@

    Declaration

    @@ -11809,7 +11809,7 @@

    Parameters

    @@ -11863,7 +11863,7 @@

    Parameters

    @@ -11917,7 +11917,7 @@

    Parameters

    @@ -11971,7 +11971,7 @@

    Parameters

    @@ -12025,7 +12025,7 @@

    Parameters

    @@ -12079,7 +12079,7 @@

    Parameters

    @@ -12133,7 +12133,7 @@

    Parameters

    @@ -12200,7 +12200,7 @@

    Parameters

    @@ -12267,7 +12267,7 @@

    Parameters

    @@ -12334,7 +12334,7 @@

    Parameters

    @@ -12369,7 +12369,7 @@

    Declaration

    @@ -12423,7 +12423,7 @@

    Parameters

    @@ -12477,7 +12477,7 @@

    Parameters

    @@ -12531,7 +12531,7 @@

    Parameters

    @@ -12585,7 +12585,7 @@

    Parameters

    @@ -12639,7 +12639,7 @@

    Parameters

    @@ -12693,7 +12693,7 @@

    Parameters

    @@ -12747,7 +12747,7 @@

    Parameters

    @@ -12814,7 +12814,7 @@

    Parameters

    @@ -12881,7 +12881,7 @@

    Parameters

    @@ -12948,7 +12948,7 @@

    Parameters

    @@ -12987,7 +12987,7 @@

    Return Value

    style row ids

    @@ -13026,7 +13026,7 @@

    Return Value

    icon row ids

    @@ -13065,7 +13065,7 @@

    Return Value

    style row ids

    @@ -13104,7 +13104,7 @@

    Return Value

    icon row ids

    @@ -13143,7 +13143,7 @@

    Return Value

    pixel bounds

    @@ -13201,7 +13201,7 @@

    Return Value

    pixel bounds

    @@ -13211,7 +13211,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGFeatureTileContext.html b/docs/docs/api/Classes/GPKGFeatureTileContext.html index 16bd12d9..2f1039c7 100644 --- a/docs/docs/api/Classes/GPKGFeatureTileContext.html +++ b/docs/docs/api/Classes/GPKGFeatureTileContext.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5046,7 +5046,7 @@

    GPKGFeatureTileContext

    Draw Order: polygons, lines, points, icons

    @@ -5117,7 +5117,7 @@

    Return Value

    new feature tile context

    @@ -5156,7 +5156,7 @@

    Return Value

    polygon context

    @@ -5195,7 +5195,7 @@

    Return Value

    line context

    @@ -5234,7 +5234,7 @@

    Return Value

    point context

    @@ -5273,7 +5273,7 @@

    Return Value

    icon context

    @@ -5312,7 +5312,7 @@

    Return Value

    image

    @@ -5347,7 +5347,7 @@

    Declaration

    @@ -5357,7 +5357,7 @@

    Declaration

    diff --git a/docs/docs/api/Classes/GPKGFeatureTileGenerator.html b/docs/docs/api/Classes/GPKGFeatureTileGenerator.html index 52bb1578..40d579d0 100644 --- a/docs/docs/api/Classes/GPKGFeatureTileGenerator.html +++ b/docs/docs/api/Classes/GPKGFeatureTileGenerator.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGFeatureTileGenerator

    Creates a set of tiles within a GeoPackage by generating tiles from features

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5217,7 +5217,7 @@

    Return Value

    new feature tile generator

    @@ -5362,7 +5362,7 @@

    Parameters

    @@ -5481,7 +5481,7 @@

    Parameters

    @@ -5613,7 +5613,7 @@

    Parameters

    @@ -5623,7 +5623,7 @@

    Parameters

    diff --git a/docs/docs/api/Classes/GPKGFeatureTileLink.html b/docs/docs/api/Classes/GPKGFeatureTileLink.html index 9b10d50b..dcab4c11 100644 --- a/docs/docs/api/Classes/GPKGFeatureTileLink.html +++ b/docs/docs/api/Classes/GPKGFeatureTileLink.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGFeatureTileLink

    Feature Tile Link object, for linking a feature and tile table together

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5126,7 +5126,7 @@

    Declaration

    diff --git a/docs/docs/api/Classes/GPKGFeatureTileLinkDao.html b/docs/docs/api/Classes/GPKGFeatureTileLinkDao.html index e5a26dce..fa01c41f 100644 --- a/docs/docs/api/Classes/GPKGFeatureTileLinkDao.html +++ b/docs/docs/api/Classes/GPKGFeatureTileLinkDao.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGFeatureTileLinkDao

    Feature Tile Link Data Access Object

    @@ -5104,7 +5104,7 @@

    Return Value

    dao

    @@ -5162,7 +5162,7 @@

    Return Value

    new feature tile link dao

    @@ -5233,7 +5233,7 @@

    Return Value

    feature tile link or nil

    @@ -5291,7 +5291,7 @@

    Return Value

    result set

    @@ -5349,7 +5349,7 @@

    Return Value

    result set

    @@ -5420,7 +5420,7 @@

    Return Value

    rows deleted

    @@ -5478,7 +5478,7 @@

    Return Value

    rows deleted

    @@ -5488,7 +5488,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGFeatureTileLinkTableCreator.html b/docs/docs/api/Classes/GPKGFeatureTileLinkTableCreator.html index a1381038..b57f300b 100644 --- a/docs/docs/api/Classes/GPKGFeatureTileLinkTableCreator.html +++ b/docs/docs/api/Classes/GPKGFeatureTileLinkTableCreator.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGFeatureTileLinkTableCreator

    Feature Tile Link Extension Table Creator

    @@ -5104,7 +5104,7 @@

    Return Value

    new feature tile link table creator

    @@ -5143,7 +5143,7 @@

    Return Value

    tables created

    @@ -5153,7 +5153,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGFeatureTilePointIcon.html b/docs/docs/api/Classes/GPKGFeatureTilePointIcon.html index a1601e99..60dc5d2b 100644 --- a/docs/docs/api/Classes/GPKGFeatureTilePointIcon.html +++ b/docs/docs/api/Classes/GPKGFeatureTilePointIcon.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGFeatureTilePointIcon

    Point icon in place of a drawn circle

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5174,7 +5174,7 @@

    Return Value

    new feature tile point icon

    @@ -5209,7 +5209,7 @@

    Declaration

    @@ -5244,7 +5244,7 @@

    Declaration

    @@ -5283,7 +5283,7 @@

    Return Value

    icon image

    @@ -5322,7 +5322,7 @@

    Return Value

    icon width

    @@ -5361,7 +5361,7 @@

    Return Value

    icon height

    @@ -5371,7 +5371,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGFeatureTileTableLinker.html b/docs/docs/api/Classes/GPKGFeatureTileTableLinker.html index eeeb9bb0..bb0e7916 100644 --- a/docs/docs/api/Classes/GPKGFeatureTileTableLinker.html +++ b/docs/docs/api/Classes/GPKGFeatureTileTableLinker.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5048,7 +5048,7 @@

    GPKGFeatureTileTableLinker

    http://ngageoint.github.io/GeoPackage/docs/extensions/feature-tile-link.html

    @@ -5107,7 +5107,7 @@

    Return Value

    new feature tile table linker

    @@ -5146,7 +5146,7 @@

    Return Value

    feature tile link dao

    @@ -5185,7 +5185,7 @@

    Return Value

    extension name

    @@ -5224,7 +5224,7 @@

    Return Value

    extension definition

    @@ -5291,7 +5291,7 @@

    Parameters

    @@ -5362,7 +5362,7 @@

    Return Value

    true if linked

    @@ -5433,7 +5433,7 @@

    Return Value

    feature tile link

    @@ -5491,7 +5491,7 @@

    Return Value

    feature tile link results

    @@ -5549,7 +5549,7 @@

    Return Value

    feature tile link results

    @@ -5620,7 +5620,7 @@

    Return Value

    true if deleted

    @@ -5678,7 +5678,7 @@

    Return Value

    links deleted

    @@ -5717,7 +5717,7 @@

    Return Value

    true if has extension

    @@ -5756,7 +5756,7 @@

    Return Value

    extensions object or null if one does not exist

    @@ -5795,7 +5795,7 @@

    Return Value

    feature tile link dao

    @@ -5854,7 +5854,7 @@

    Return Value

    feature tile link dao

    @@ -5913,7 +5913,7 @@

    Return Value

    feature tile link dao

    @@ -5952,7 +5952,7 @@

    Return Value

    true if created

    @@ -6010,7 +6010,7 @@

    Return Value

    feature tile link

    @@ -6068,7 +6068,7 @@

    Return Value

    tiles tables

    @@ -6126,7 +6126,7 @@

    Return Value

    feature tables

    @@ -6184,7 +6184,7 @@

    Return Value

    tiles DAOs

    @@ -6242,7 +6242,7 @@

    Return Value

    feature DAOs

    @@ -6252,7 +6252,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGFeatureTiles.html b/docs/docs/api/Classes/GPKGFeatureTiles.html index 8bd6db0a..a161570b 100644 --- a/docs/docs/api/Classes/GPKGFeatureTiles.html +++ b/docs/docs/api/Classes/GPKGFeatureTiles.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5046,7 +5046,7 @@

    GPKGFeatureTiles

    from those features.

    @@ -5082,7 +5082,7 @@

    Declaration

    @@ -5117,7 +5117,7 @@

    Declaration

    @@ -5152,7 +5152,7 @@

    Declaration

    @@ -5187,7 +5187,7 @@

    Declaration

    @@ -5222,7 +5222,7 @@

    Declaration

    @@ -5257,7 +5257,7 @@

    Declaration

    @@ -5292,7 +5292,7 @@

    Declaration

    @@ -5327,7 +5327,7 @@

    Declaration

    @@ -5362,7 +5362,7 @@

    Declaration

    @@ -5397,7 +5397,7 @@

    Declaration

    @@ -5432,7 +5432,7 @@

    Declaration

    @@ -5467,7 +5467,7 @@

    Declaration

    @@ -5502,7 +5502,7 @@

    Declaration

    @@ -5537,7 +5537,7 @@

    Declaration

    @@ -5572,7 +5572,7 @@

    Declaration

    @@ -5607,7 +5607,7 @@

    Declaration

    @@ -5643,7 +5643,7 @@

    Declaration

    @@ -5679,7 +5679,7 @@

    Declaration

    @@ -5714,7 +5714,7 @@

    Declaration

    @@ -5749,7 +5749,7 @@

    Declaration

    @@ -5784,7 +5784,7 @@

    Declaration

    @@ -5819,7 +5819,7 @@

    Declaration

    @@ -5877,7 +5877,7 @@

    Return Value

    new feature tiles

    @@ -5948,7 +5948,7 @@

    Return Value

    new feature tiles

    @@ -6032,7 +6032,7 @@

    Return Value

    new feature tiles

    @@ -6103,7 +6103,7 @@

    Return Value

    new feature tiles

    @@ -6187,7 +6187,7 @@

    Return Value

    new feature tiles

    @@ -6284,7 +6284,7 @@

    Return Value

    new feature tiles

    @@ -6394,7 +6394,7 @@

    Return Value

    new feature tiles

    @@ -6433,7 +6433,7 @@

    Return Value

    feature dao

    @@ -6468,7 +6468,7 @@

    Declaration

    @@ -6504,7 +6504,7 @@

    Declaration

    @@ -6558,7 +6558,7 @@

    Parameters

    @@ -6597,7 +6597,7 @@

    Return Value

    true if an index query

    @@ -6632,7 +6632,7 @@

    Declaration

    @@ -6667,7 +6667,7 @@

    Declaration

    @@ -6702,7 +6702,7 @@

    Declaration

    @@ -6756,7 +6756,7 @@

    Parameters

    @@ -6791,7 +6791,7 @@

    Declaration

    @@ -6845,7 +6845,7 @@

    Parameters

    @@ -6880,7 +6880,7 @@

    Declaration

    @@ -6934,7 +6934,7 @@

    Parameters

    @@ -7016,7 +7016,7 @@

    Return Value

    tile data, or nil

    @@ -7098,7 +7098,7 @@

    Return Value

    tile image, or nil

    @@ -7180,7 +7180,7 @@

    Return Value

    tile image, or nil

    @@ -7262,7 +7262,7 @@

    Return Value

    feature count

    @@ -7321,7 +7321,7 @@

    Return Value

    feature count

    @@ -7405,7 +7405,7 @@

    Return Value

    feature index results

    @@ -7464,7 +7464,7 @@

    Return Value

    feature index results

    @@ -7536,7 +7536,7 @@

    Return Value

    bounding box

    @@ -7596,7 +7596,7 @@

    Return Value

    bounding box

    @@ -7669,7 +7669,7 @@

    Return Value

    bounding box

    @@ -7752,7 +7752,7 @@

    Return Value

    tile image, or nil

    @@ -7791,7 +7791,7 @@

    Return Value

    pixel bounds

    @@ -7849,7 +7849,7 @@

    Return Value

    pixel bounds

    @@ -7933,7 +7933,7 @@

    Return Value

    tile image

    @@ -8017,7 +8017,7 @@

    Return Value

    tile image

    @@ -8101,7 +8101,7 @@

    Return Value

    tile image

    @@ -8111,7 +8111,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGGeoPackage.html b/docs/docs/api/Classes/GPKGGeoPackage.html index 2fbbeaee..2a38fd6d 100644 --- a/docs/docs/api/Classes/GPKGGeoPackage.html +++ b/docs/docs/api/Classes/GPKGGeoPackage.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGGeoPackage

    A single GeoPackage database connection

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5151,7 +5151,7 @@

    Declaration

    @@ -5186,7 +5186,7 @@

    Declaration

    @@ -5221,7 +5221,7 @@

    Declaration

    @@ -5293,7 +5293,7 @@

    Return Value

    new GeoPackage

    @@ -5328,7 +5328,7 @@

    Declaration

    @@ -5367,7 +5367,7 @@

    Return Value

    table creator

    @@ -5406,7 +5406,7 @@

    Return Value

    application id

    @@ -5445,7 +5445,7 @@

    Return Value

    application id integer

    @@ -5484,7 +5484,7 @@

    Return Value

    application id hex string

    @@ -5523,7 +5523,7 @@

    Return Value

    user version

    @@ -5562,7 +5562,7 @@

    Return Value

    major user version

    @@ -5601,7 +5601,7 @@

    Return Value

    minor user version

    @@ -5640,7 +5640,7 @@

    Return Value

    patch user version

    @@ -5679,7 +5679,7 @@

    Return Value

    feature table names

    @@ -5718,7 +5718,7 @@

    Return Value

    tile table names

    @@ -5757,7 +5757,7 @@

    Return Value

    attributes table names

    @@ -5815,7 +5815,7 @@

    Return Value

    table names

    @@ -5873,7 +5873,7 @@

    Return Value

    table names

    @@ -5931,7 +5931,7 @@

    Return Value

    table names

    @@ -5989,7 +5989,7 @@

    Return Value

    table names

    @@ -6047,7 +6047,7 @@

    Return Value

    contents

    @@ -6105,7 +6105,7 @@

    Return Value

    contents

    @@ -6163,7 +6163,7 @@

    Return Value

    contents

    @@ -6221,7 +6221,7 @@

    Return Value

    contents

    @@ -6260,7 +6260,7 @@

    Return Value

    feature and tile table names

    @@ -6318,7 +6318,7 @@

    Return Value

    true if a feature table

    @@ -6376,7 +6376,7 @@

    Return Value

    true if a tile table

    @@ -6434,7 +6434,7 @@

    Return Value

    true if a tile table

    @@ -6504,7 +6504,7 @@

    Return Value

    true if the type of table

    @@ -6574,7 +6574,7 @@

    Return Value

    true if the type of table

    @@ -6644,7 +6644,7 @@

    Return Value

    true if the type of table

    @@ -6714,7 +6714,7 @@

    Return Value

    true if the type of table

    @@ -6772,7 +6772,7 @@

    Return Value

    true if a user contents table

    @@ -6830,7 +6830,7 @@

    Return Value

    true if a table

    @@ -6888,7 +6888,7 @@

    Return Value

    true if a view

    @@ -6946,7 +6946,7 @@

    Return Value

    true if a table or view

    @@ -7004,7 +7004,7 @@

    Return Value

    contents

    @@ -7062,7 +7062,7 @@

    Return Value

    table type

    @@ -7120,7 +7120,7 @@

    Return Value

    table type or -1 if not an enumerated type

    @@ -7159,7 +7159,7 @@

    Return Value

    number of feature tables

    @@ -7198,7 +7198,7 @@

    Return Value

    number of tile tables

    @@ -7237,7 +7237,7 @@

    Return Value

    number of feature and tile tables

    @@ -7296,7 +7296,7 @@

    Return Value

    bounding box

    @@ -7355,7 +7355,7 @@

    Return Value

    bounding box

    @@ -7427,7 +7427,7 @@

    Return Value

    bounding box

    @@ -7486,7 +7486,7 @@

    Return Value

    bounding box

    @@ -7558,7 +7558,7 @@

    Return Value

    bounding box

    @@ -7617,7 +7617,7 @@

    Return Value

    bounding box

    @@ -7689,7 +7689,7 @@

    Return Value

    bounding box

    @@ -7748,7 +7748,7 @@

    Return Value

    bounding box

    @@ -7820,7 +7820,7 @@

    Return Value

    bounding box

    @@ -7892,7 +7892,7 @@

    Return Value

    bounding box

    @@ -7977,7 +7977,7 @@

    Return Value

    bounding box

    @@ -8036,7 +8036,7 @@

    Return Value

    bounding box

    @@ -8108,7 +8108,7 @@

    Return Value

    bounding box

    @@ -8180,7 +8180,7 @@

    Return Value

    bounding box

    @@ -8265,7 +8265,7 @@

    Return Value

    bounding box

    @@ -8323,7 +8323,7 @@

    Return Value

    projection

    @@ -8381,7 +8381,7 @@

    Return Value

    projection

    @@ -8465,7 +8465,7 @@

    Return Value

    bounding box

    @@ -8504,7 +8504,7 @@

    Return Value

    Spatial Reference System DAO

    @@ -8543,7 +8543,7 @@

    Return Value

    Contents DAO

    @@ -8582,7 +8582,7 @@

    Return Value

    Geometry Columns DAO

    @@ -8621,7 +8621,7 @@

    Return Value

    true if created

    @@ -8679,7 +8679,7 @@

    Parameters

    @@ -8739,7 +8739,7 @@

    Return Value

    feature table

    @@ -8778,7 +8778,7 @@

    Return Value

    Tile Matrix Set DAO

    @@ -8817,7 +8817,7 @@

    Return Value

    true if created

    @@ -8856,7 +8856,7 @@

    Return Value

    Tile Matrix DAO

    @@ -8895,7 +8895,7 @@

    Return Value

    true if created

    @@ -8953,7 +8953,7 @@

    Parameters

    @@ -9013,7 +9013,7 @@

    Return Value

    tile table

    @@ -9071,7 +9071,7 @@

    Parameters

    @@ -9131,7 +9131,7 @@

    Return Value

    attributes table

    @@ -9170,7 +9170,7 @@

    Return Value

    Extensions DAO

    @@ -9209,7 +9209,7 @@

    Return Value

    true if created

    @@ -9263,7 +9263,7 @@

    Parameters

    @@ -9317,7 +9317,7 @@

    Parameters

    @@ -9352,7 +9352,7 @@

    Declaration

    @@ -9411,7 +9411,7 @@

    Return Value

    Feature DAO

    @@ -9469,7 +9469,7 @@

    Return Value

    Feature DAO

    @@ -9527,7 +9527,7 @@

    Return Value

    feature dao

    @@ -9585,7 +9585,7 @@

    Return Value

    Feature DAO

    @@ -9643,7 +9643,7 @@

    Return Value

    Tile DAO

    @@ -9701,7 +9701,7 @@

    Return Value

    Tile DAO

    @@ -9759,7 +9759,7 @@

    Return Value

    tile dao

    @@ -9817,7 +9817,7 @@

    Return Value

    Tile DAO

    @@ -9875,7 +9875,7 @@

    Return Value

    attributes dao

    @@ -9933,7 +9933,7 @@

    Return Value

    attributes dao

    @@ -9991,7 +9991,7 @@

    Return Value

    attributes dao

    @@ -10049,7 +10049,7 @@

    Return Value

    user custom dao

    @@ -10107,7 +10107,7 @@

    Return Value

    user custom dao

    @@ -10161,7 +10161,7 @@

    Parameters

    @@ -10196,7 +10196,7 @@

    Declaration

    @@ -10231,7 +10231,7 @@

    Declaration

    @@ -10266,7 +10266,7 @@

    Declaration

    @@ -10305,7 +10305,7 @@

    Return Value

    true if in transaction

    @@ -10346,7 +10346,7 @@

    Return Value

    violations and not enabled

    @@ -10385,7 +10385,7 @@

    Return Value

    true if enabled, false if disabled

    @@ -10443,7 +10443,7 @@

    Return Value

    previous foreign keys value

    @@ -10484,7 +10484,7 @@

    Declaration

    @@ -10539,7 +10539,7 @@

    Parameters

    @@ -10605,7 +10605,7 @@

    Parameters

    @@ -10671,7 +10671,7 @@

    Parameters

    @@ -10738,7 +10738,7 @@

    Parameters

    @@ -10804,7 +10804,7 @@

    Parameters

    @@ -10839,7 +10839,7 @@

    Declaration

    @@ -10909,7 +10909,7 @@

    Return Value

    result set

    @@ -10948,7 +10948,7 @@

    Return Value

    nil if check passed, open result set with results if failed

    @@ -11006,7 +11006,7 @@

    Return Value

    null if check passed, open result set with results if failed

    @@ -11045,7 +11045,7 @@

    Return Value

    nil if check passed, open result set with results if failed

    @@ -11084,7 +11084,7 @@

    Return Value

    nil if check passed, open result set with results if failed

    @@ -11138,7 +11138,7 @@

    Parameters

    @@ -11148,7 +11148,7 @@

    Parameters

    diff --git a/docs/docs/api/Classes/GPKGGeoPackageCache.html b/docs/docs/api/Classes/GPKGGeoPackageCache.html index fd241df3..5d6116da 100644 --- a/docs/docs/api/Classes/GPKGGeoPackageCache.html +++ b/docs/docs/api/Classes/GPKGGeoPackageCache.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGGeoPackageCache

    GeoPackage Cache to maintain opened GeoPackages

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5139,7 +5139,7 @@

    Return Value

    new cache

    @@ -5197,7 +5197,7 @@

    Return Value

    open GeoPackage

    @@ -5255,7 +5255,7 @@

    Return Value

    open GeoPackage

    @@ -5294,7 +5294,7 @@

    Return Value

    cached GeoPackage names

    @@ -5333,7 +5333,7 @@

    Return Value

    cached GeoPackages

    @@ -5391,7 +5391,7 @@

    Return Value

    true if has cached GeoPackage

    @@ -5449,7 +5449,7 @@

    Return Value

    cached GeoPackage

    @@ -5507,7 +5507,7 @@

    Return Value

    true if exists

    @@ -5542,7 +5542,7 @@

    Declaration

    @@ -5596,7 +5596,7 @@

    Parameters

    @@ -5650,7 +5650,7 @@

    Parameters

    @@ -5709,7 +5709,7 @@

    Return Value

    removed GeoPackage

    @@ -5745,7 +5745,7 @@

    Declaration

    @@ -5803,7 +5803,7 @@

    Return Value

    true if found and closed

    @@ -5857,7 +5857,7 @@

    Parameters

    @@ -5911,7 +5911,7 @@

    Parameters

    @@ -5965,7 +5965,7 @@

    Parameters

    @@ -6023,7 +6023,7 @@

    Return Value

    true if closed

    @@ -6082,7 +6082,7 @@

    Return Value

    true if closed

    @@ -6092,7 +6092,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGGeoPackageFactory.html b/docs/docs/api/Classes/GPKGGeoPackageFactory.html index 37a0fba8..0e70ae50 100644 --- a/docs/docs/api/Classes/GPKGGeoPackageFactory.html +++ b/docs/docs/api/Classes/GPKGGeoPackageFactory.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGGeoPackageFactory

    GeoPackage Factory to get a GeoPackage Manager

    @@ -5085,7 +5085,7 @@

    Return Value

    GeoPackage Manager

    @@ -5095,7 +5095,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGGeoPackageManager.html b/docs/docs/api/Classes/GPKGGeoPackageManager.html index b438a573..2417d81c 100644 --- a/docs/docs/api/Classes/GPKGGeoPackageManager.html +++ b/docs/docs/api/Classes/GPKGGeoPackageManager.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGGeoPackageManager

    GeoPackage Database management. Maintains an active connection to the metadata database, close when done.

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5151,7 +5151,7 @@

    Declaration

    @@ -5186,7 +5186,7 @@

    Declaration

    @@ -5221,7 +5221,7 @@

    Declaration

    @@ -5260,7 +5260,7 @@

    Return Value

    manager

    @@ -5295,7 +5295,7 @@

    Declaration

    @@ -5334,7 +5334,7 @@

    Return Value

    database names

    @@ -5392,7 +5392,7 @@

    Return Value

    database names

    @@ -5450,7 +5450,7 @@

    Return Value

    database names

    @@ -5489,7 +5489,7 @@

    Return Value

    database count

    @@ -5547,7 +5547,7 @@

    Return Value

    path

    @@ -5605,7 +5605,7 @@

    Return Value

    documents path

    @@ -5663,7 +5663,7 @@

    Return Value

    true if exists, false if not

    @@ -5721,7 +5721,7 @@

    Return Value

    bytes

    @@ -5779,7 +5779,7 @@

    Return Value

    string size

    @@ -5837,7 +5837,7 @@

    Return Value

    true if deleted

    @@ -5907,7 +5907,7 @@

    Return Value

    true if deleted

    @@ -5946,7 +5946,7 @@

    Return Value

    true if deleted

    @@ -6004,7 +6004,7 @@

    Return Value

    true if deleted

    @@ -6062,7 +6062,7 @@

    Return Value

    true if created

    @@ -6132,7 +6132,7 @@

    Return Value

    true if created

    @@ -6190,7 +6190,7 @@

    Return Value

    true if imported

    @@ -6260,7 +6260,7 @@

    Return Value

    true if imported

    @@ -6331,7 +6331,7 @@

    Return Value

    true if imported

    @@ -6401,7 +6401,7 @@

    Return Value

    true if imported

    @@ -6485,7 +6485,7 @@

    Return Value

    true if imported

    @@ -6569,7 +6569,7 @@

    Return Value

    true if imported

    @@ -6653,7 +6653,7 @@

    Return Value

    true if imported

    @@ -6737,7 +6737,7 @@

    Return Value

    true if imported

    @@ -6834,7 +6834,7 @@

    Return Value

    true if imported

    @@ -6931,7 +6931,7 @@

    Return Value

    true if imported

    @@ -7041,7 +7041,7 @@

    Return Value

    true if imported

    @@ -7095,7 +7095,7 @@

    Parameters

    @@ -7162,7 +7162,7 @@

    Parameters

    @@ -7228,7 +7228,7 @@

    Parameters

    @@ -7308,7 +7308,7 @@

    Parameters

    @@ -7388,7 +7388,7 @@

    Parameters

    @@ -7481,7 +7481,7 @@

    Parameters

    @@ -7561,7 +7561,7 @@

    Parameters

    @@ -7654,7 +7654,7 @@

    Parameters

    @@ -7734,7 +7734,7 @@

    Parameters

    @@ -7827,7 +7827,7 @@

    Parameters

    @@ -7920,7 +7920,7 @@

    Parameters

    @@ -8026,7 +8026,7 @@

    Parameters

    @@ -8119,7 +8119,7 @@

    Parameters

    @@ -8225,7 +8225,7 @@

    Parameters

    @@ -8331,7 +8331,7 @@

    Parameters

    @@ -8450,7 +8450,7 @@

    Parameters

    @@ -8521,7 +8521,7 @@

    Return Value

    exported file

    @@ -8605,7 +8605,7 @@

    Return Value

    exported file

    @@ -8663,7 +8663,7 @@

    Return Value

    GeoPackage

    @@ -8721,7 +8721,7 @@

    Return Value

    true if valid, false if not

    @@ -8779,7 +8779,7 @@

    Return Value

    true if valid, false if not

    @@ -8837,7 +8837,7 @@

    Return Value

    true if valid, false if not

    @@ -8907,7 +8907,7 @@

    Return Value

    true if copied

    @@ -8991,7 +8991,7 @@

    Return Value

    true if copied

    @@ -9061,7 +9061,7 @@

    Return Value

    true if renamed

    @@ -9145,7 +9145,7 @@

    Return Value

    true if renamed

    @@ -9215,7 +9215,7 @@

    Return Value

    true if moved

    @@ -9285,7 +9285,7 @@

    Return Value

    true if imported successfully

    @@ -9295,7 +9295,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGGeoPackageMetadata.html b/docs/docs/api/Classes/GPKGGeoPackageMetadata.html index e5762070..9ce68f36 100644 --- a/docs/docs/api/Classes/GPKGGeoPackageMetadata.html +++ b/docs/docs/api/Classes/GPKGGeoPackageMetadata.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGGeoPackageMetadata

    GeoPackage Metadata

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5151,7 +5151,7 @@

    Declaration

    @@ -5161,7 +5161,7 @@

    Declaration

    diff --git a/docs/docs/api/Classes/GPKGGeoPackageMetadataDao.html b/docs/docs/api/Classes/GPKGGeoPackageMetadataDao.html index 9e6b4780..c75fece7 100644 --- a/docs/docs/api/Classes/GPKGGeoPackageMetadataDao.html +++ b/docs/docs/api/Classes/GPKGGeoPackageMetadataDao.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGGeoPackageMetadataDao

    GeoPackage Metadata Data Access Object

    @@ -5104,7 +5104,7 @@

    Return Value

    new GeoPackage metadata DAO

    @@ -5162,7 +5162,7 @@

    Return Value

    true if deleted

    @@ -5220,7 +5220,7 @@

    Return Value

    true if deleted

    @@ -5291,7 +5291,7 @@

    Return Value

    true if renamed

    @@ -5361,7 +5361,7 @@

    Return Value

    true if renamed

    @@ -5400,7 +5400,7 @@

    Return Value

    all metadata

    @@ -5439,7 +5439,7 @@

    Return Value

    metadata names

    @@ -5478,7 +5478,7 @@

    Return Value

    sorted metadata names

    @@ -5536,7 +5536,7 @@

    Return Value

    metadata

    @@ -5594,7 +5594,7 @@

    Return Value

    metadata

    @@ -5652,7 +5652,7 @@

    Return Value

    existing or created metadata

    @@ -5710,7 +5710,7 @@

    Return Value

    true if exists

    @@ -5780,7 +5780,7 @@

    Return Value

    metadata names

    @@ -5851,7 +5851,7 @@

    Return Value

    metadata names

    @@ -5861,7 +5861,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGGeoPackageMetadataTableCreator.html b/docs/docs/api/Classes/GPKGGeoPackageMetadataTableCreator.html index 7f58e9d8..b1960756 100644 --- a/docs/docs/api/Classes/GPKGGeoPackageMetadataTableCreator.html +++ b/docs/docs/api/Classes/GPKGGeoPackageMetadataTableCreator.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGGeoPackageMetadataTableCreator

    GeoPackage Metadata Table Creator

    @@ -5104,7 +5104,7 @@

    Return Value

    new metadata table creator

    @@ -5143,7 +5143,7 @@

    Return Value

    tables created

    @@ -5182,7 +5182,7 @@

    Return Value

    tables created

    @@ -5221,7 +5221,7 @@

    Return Value

    tables created

    @@ -5256,7 +5256,7 @@

    Declaration

    @@ -5266,7 +5266,7 @@

    Declaration

    diff --git a/docs/docs/api/Classes/GPKGGeoPackageOverlay.html b/docs/docs/api/Classes/GPKGGeoPackageOverlay.html index a0df1da5..66ac277e 100644 --- a/docs/docs/api/Classes/GPKGGeoPackageOverlay.html +++ b/docs/docs/api/Classes/GPKGGeoPackageOverlay.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGGeoPackageOverlay

    GeoPackage Tile Overlay

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5120,7 +5120,7 @@

    Return Value

    map rectangle

    @@ -5178,7 +5178,7 @@

    Return Value

    new tile dao

    @@ -5262,7 +5262,7 @@

    Return Value

    new tile dao

    @@ -5333,7 +5333,7 @@

    Return Value

    new tile dao

    @@ -5430,7 +5430,7 @@

    Return Value

    new tile dao

    @@ -5440,7 +5440,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGGeoPackageTableCreator.html b/docs/docs/api/Classes/GPKGGeoPackageTableCreator.html index 17c6b40e..f0457e61 100644 --- a/docs/docs/api/Classes/GPKGGeoPackageTableCreator.html +++ b/docs/docs/api/Classes/GPKGGeoPackageTableCreator.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGGeoPackageTableCreator

    Executes database scripts to create GeoPackage tables

    @@ -5104,7 +5104,7 @@

    Return Value

    new GeoPackage table creator

    @@ -5143,7 +5143,7 @@

    Return Value

    tables created

    @@ -5182,7 +5182,7 @@

    Return Value

    tables created

    @@ -5221,7 +5221,7 @@

    Return Value

    tables created

    @@ -5260,7 +5260,7 @@

    Return Value

    tables created

    @@ -5299,7 +5299,7 @@

    Return Value

    tables created

    @@ -5338,7 +5338,7 @@

    Return Value

    tables created

    @@ -5377,7 +5377,7 @@

    Return Value

    tables created

    @@ -5416,7 +5416,7 @@

    Return Value

    tables created

    @@ -5455,7 +5455,7 @@

    Return Value

    tables created

    @@ -5494,7 +5494,7 @@

    Return Value

    tables created

    @@ -5533,7 +5533,7 @@

    Return Value

    executed statements

    @@ -5572,7 +5572,7 @@

    Return Value

    executed statements

    @@ -5611,7 +5611,7 @@

    Return Value

    executed statements

    @@ -5650,7 +5650,7 @@

    Return Value

    executed statements

    @@ -5704,7 +5704,7 @@

    Parameters

    @@ -5739,7 +5739,7 @@

    Declaration

    @@ -5793,7 +5793,7 @@

    Parameters

    @@ -5847,7 +5847,7 @@

    Parameters

    @@ -5857,7 +5857,7 @@

    Parameters

    diff --git a/docs/docs/api/Classes/GPKGGeoPackageTile.html b/docs/docs/api/Classes/GPKGGeoPackageTile.html index e2038ade..bf23b380 100644 --- a/docs/docs/api/Classes/GPKGGeoPackageTile.html +++ b/docs/docs/api/Classes/GPKGGeoPackageTile.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGGeoPackageTile

    GeoPackage tile wrapper containing tile dimensions and raw image data

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5151,7 +5151,7 @@

    Declaration

    @@ -5235,7 +5235,7 @@

    Return Value

    new instance

    @@ -5245,7 +5245,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGGeoPackageTileRetriever.html b/docs/docs/api/Classes/GPKGGeoPackageTileRetriever.html index 0f4ff373..4ee07032 100644 --- a/docs/docs/api/Classes/GPKGGeoPackageTileRetriever.html +++ b/docs/docs/api/Classes/GPKGGeoPackageTileRetriever.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGGeoPackageTileRetriever

    GeoPackage Tile Retriever, retrieves a tile from a GeoPackage from XYZ coordinates

    @@ -5104,7 +5104,7 @@

    Return Value

    new instance

    @@ -5188,7 +5188,7 @@

    Return Value

    new instance

    @@ -5227,7 +5227,7 @@

    Return Value

    web mercator bounding box

    @@ -5266,7 +5266,7 @@

    Return Value

    tile scaling options

    @@ -5320,7 +5320,7 @@

    Parameters

    @@ -5330,7 +5330,7 @@

    Parameters

    diff --git a/docs/docs/api/Classes/GPKGGeoPackageValidate.html b/docs/docs/api/Classes/GPKGGeoPackageValidate.html index 59f66ff1..bfd7b5f3 100644 --- a/docs/docs/api/Classes/GPKGGeoPackageValidate.html +++ b/docs/docs/api/Classes/GPKGGeoPackageValidate.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGGeoPackageValidate

    Performs GeoPackage validations

    @@ -5104,7 +5104,7 @@

    Return Value

    true if GeoPackage extension

    @@ -5162,7 +5162,7 @@

    Return Value

    true if GeoPackage extension

    @@ -5216,7 +5216,7 @@

    Parameters

    @@ -5274,7 +5274,7 @@

    Return Value

    GeoPackage name with extension

    @@ -5332,7 +5332,7 @@

    Return Value

    true if has minimum tables

    @@ -5386,7 +5386,7 @@

    Parameters

    @@ -5396,7 +5396,7 @@

    Parameters

    diff --git a/docs/docs/api/Classes/GPKGGeometryColumns.html b/docs/docs/api/Classes/GPKGGeometryColumns.html index 02e84c29..1a8ae1b8 100644 --- a/docs/docs/api/Classes/GPKGGeometryColumns.html +++ b/docs/docs/api/Classes/GPKGGeometryColumns.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5046,7 +5046,7 @@

    GPKGGeometryColumns

    contain user data representing features.

    @@ -5082,7 +5082,7 @@

    Declaration

    @@ -5117,7 +5117,7 @@

    Declaration

    @@ -5153,7 +5153,7 @@

    Declaration

    @@ -5188,7 +5188,7 @@

    Declaration

    @@ -5223,7 +5223,7 @@

    Declaration

    @@ -5258,7 +5258,7 @@

    Declaration

    @@ -5297,7 +5297,7 @@

    Return Value

    geometry type

    @@ -5351,7 +5351,7 @@

    Parameters

    @@ -5405,7 +5405,7 @@

    Parameters

    @@ -5459,7 +5459,7 @@

    Parameters

    @@ -5469,7 +5469,7 @@

    Parameters

    diff --git a/docs/docs/api/Classes/GPKGGeometryColumnsDao.html b/docs/docs/api/Classes/GPKGGeometryColumnsDao.html index f1fba890..c44dd24b 100644 --- a/docs/docs/api/Classes/GPKGGeometryColumnsDao.html +++ b/docs/docs/api/Classes/GPKGGeometryColumnsDao.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGGeometryColumnsDao

    Geometry Columns Data Access Object

    @@ -5104,7 +5104,7 @@

    Return Value

    dao

    @@ -5162,7 +5162,7 @@

    Return Value

    new geometry columns dao

    @@ -5220,7 +5220,7 @@

    Return Value

    geometry columns

    @@ -5259,7 +5259,7 @@

    Return Value

    feature tables

    @@ -5317,7 +5317,7 @@

    Return Value

    srs

    @@ -5375,7 +5375,7 @@

    Return Value

    contents

    @@ -5385,7 +5385,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGGeometryCrop.html b/docs/docs/api/Classes/GPKGGeometryCrop.html index b44c0e33..6a5bb213 100644 --- a/docs/docs/api/Classes/GPKGGeometryCrop.html +++ b/docs/docs/api/Classes/GPKGGeometryCrop.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGGeometryCrop

    Geometry Crop utilities

    @@ -5114,7 +5114,7 @@

    Parameters

    @@ -5194,7 +5194,7 @@

    Parameters

    @@ -5266,7 +5266,7 @@

    Return Value

    cropped geometry

    @@ -5350,7 +5350,7 @@

    Return Value

    cropped geometry

    @@ -5408,7 +5408,7 @@

    Return Value

    envelope

    @@ -5418,7 +5418,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGGeometryData.html b/docs/docs/api/Classes/GPKGGeometryData.html index 95eead19..072709f0 100644 --- a/docs/docs/api/Classes/GPKGGeometryData.html +++ b/docs/docs/api/Classes/GPKGGeometryData.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGGeometryData

    GeoPackage Geometry Data

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5151,7 +5151,7 @@

    Declaration

    @@ -5186,7 +5186,7 @@

    Declaration

    @@ -5221,7 +5221,7 @@

    Declaration

    @@ -5256,7 +5256,7 @@

    Declaration

    @@ -5291,7 +5291,7 @@

    Declaration

    @@ -5330,7 +5330,7 @@

    Return Value

    geometry filter

    @@ -5384,7 +5384,7 @@

    Parameters

    @@ -5423,7 +5423,7 @@

    Return Value

    SRS id

    @@ -5477,7 +5477,7 @@

    Parameters

    @@ -5516,7 +5516,7 @@

    Return Value

    byte order

    @@ -5570,7 +5570,7 @@

    Parameters

    @@ -5609,7 +5609,7 @@

    Return Value

    geometry data

    @@ -5648,7 +5648,7 @@

    Return Value

    geometry data

    @@ -5688,7 +5688,7 @@

    Return Value

    geometry data

    @@ -5746,7 +5746,7 @@

    Return Value

    geometry data

    @@ -5817,7 +5817,7 @@

    Return Value

    geometry data

    @@ -5888,7 +5888,7 @@

    Return Value

    geometry data

    @@ -5928,7 +5928,7 @@

    Return Value

    geometry data

    @@ -5969,7 +5969,7 @@

    Return Value

    geometry data

    @@ -6040,7 +6040,7 @@

    Return Value

    geometry data

    @@ -6113,7 +6113,7 @@

    Return Value

    geometry data

    @@ -6171,7 +6171,7 @@

    Return Value

    geometry data

    @@ -6211,7 +6211,7 @@

    Return Value

    geometry data

    @@ -6295,7 +6295,7 @@

    Return Value

    geometry data

    @@ -6353,7 +6353,7 @@

    Return Value

    geometry data

    @@ -6393,7 +6393,7 @@

    Return Value

    geometry data

    @@ -6433,7 +6433,7 @@

    Return Value

    geometry data

    @@ -6503,7 +6503,7 @@

    Return Value

    geometry data

    @@ -6574,7 +6574,7 @@

    Return Value

    geometry data

    @@ -6614,7 +6614,7 @@

    Return Value

    geometry data

    @@ -6655,7 +6655,7 @@

    Return Value

    geometry data

    @@ -6727,7 +6727,7 @@

    Return Value

    geometry data

    @@ -6799,7 +6799,7 @@

    Return Value

    geometry data

    @@ -6857,7 +6857,7 @@

    Return Value

    geometry

    @@ -6897,7 +6897,7 @@

    Return Value

    geometry data

    @@ -6937,7 +6937,7 @@

    Return Value

    geometry data

    @@ -7008,7 +7008,7 @@

    Return Value

    geometry data

    @@ -7079,7 +7079,7 @@

    Return Value

    geometry data

    @@ -7119,7 +7119,7 @@

    Return Value

    geometry data

    @@ -7160,7 +7160,7 @@

    Return Value

    geometry data

    @@ -7232,7 +7232,7 @@

    Return Value

    geometry data

    @@ -7304,7 +7304,7 @@

    Return Value

    geometry data

    @@ -7362,7 +7362,7 @@

    Return Value

    geometry

    @@ -7402,7 +7402,7 @@

    Return Value

    GeoPackage geometry byte data

    @@ -7442,7 +7442,7 @@

    Return Value

    GeoPackage geometry byte data

    @@ -7512,7 +7512,7 @@

    Return Value

    GeoPackage geometry byte data

    @@ -7583,7 +7583,7 @@

    Return Value

    GeoPackage geometry byte data

    @@ -7623,7 +7623,7 @@

    Return Value

    GeoPackage geometry byte data

    @@ -7663,7 +7663,7 @@

    Return Value

    GeoPackage geometry byte data

    @@ -7733,7 +7733,7 @@

    Return Value

    GeoPackage geometry byte data

    @@ -7804,7 +7804,7 @@

    Return Value

    GeoPackage geometry byte data

    @@ -7844,7 +7844,7 @@

    Return Value

    GeoPackage geometry byte data

    @@ -7884,7 +7884,7 @@

    Return Value

    GeoPackage geometry byte data

    @@ -7954,7 +7954,7 @@

    Return Value

    GeoPackage geometry byte data

    @@ -8025,7 +8025,7 @@

    Return Value

    GeoPackage geometry byte data

    @@ -8083,7 +8083,7 @@

    Return Value

    well-known byte data

    @@ -8141,7 +8141,7 @@

    Return Value

    well-known byte data

    @@ -8199,7 +8199,7 @@

    Return Value

    well-known byte data

    @@ -8257,7 +8257,7 @@

    Return Value

    well-known byte data

    @@ -8315,7 +8315,7 @@

    Return Value

    well-known text

    @@ -8373,7 +8373,7 @@

    Return Value

    well-known text

    @@ -8431,7 +8431,7 @@

    Return Value

    well-known text

    @@ -8489,7 +8489,7 @@

    Return Value

    well-known text

    @@ -8528,7 +8528,7 @@

    Return Value

    new geometry data

    @@ -8567,7 +8567,7 @@

    Return Value

    new geometry data

    @@ -8638,7 +8638,7 @@

    Return Value

    new geometry data

    @@ -8696,7 +8696,7 @@

    Return Value

    new geometry data

    @@ -8767,7 +8767,7 @@

    Return Value

    new geometry data

    @@ -8851,7 +8851,7 @@

    Return Value

    new geometry data

    @@ -8891,7 +8891,7 @@

    Return Value

    new geometry data

    @@ -8975,7 +8975,7 @@

    Return Value

    new geometry data

    @@ -9033,7 +9033,7 @@

    Return Value

    new geometry data

    @@ -9091,7 +9091,7 @@

    Return Value

    new geometry data

    @@ -9145,7 +9145,7 @@

    Parameters

    @@ -9184,7 +9184,7 @@

    Return Value

    byte data

    @@ -9223,7 +9223,7 @@

    Return Value

    bounding box

    @@ -9262,7 +9262,7 @@

    Return Value

    geometry

    @@ -9316,7 +9316,7 @@

    Parameters

    @@ -9382,7 +9382,7 @@

    Parameters

    @@ -9436,7 +9436,7 @@

    Parameters

    @@ -9472,7 +9472,7 @@

    Declaration

    @@ -9530,7 +9530,7 @@

    Return Value

    geometry byte data

    @@ -9588,7 +9588,7 @@

    Return Value

    geometry byte data

    @@ -9642,7 +9642,7 @@

    Parameters

    @@ -9696,7 +9696,7 @@

    Parameters

    @@ -9731,7 +9731,7 @@

    Declaration

    @@ -9766,7 +9766,7 @@

    Declaration

    @@ -9801,7 +9801,7 @@

    Declaration

    @@ -9841,7 +9841,7 @@

    Return Value

    byte data

    @@ -9880,7 +9880,7 @@

    Return Value

    header byte data

    @@ -9919,7 +9919,7 @@

    Return Value

    wkb byte data

    @@ -9958,7 +9958,7 @@

    Return Value

    well-known text string

    @@ -9998,7 +9998,7 @@

    Return Value

    geometry envelope

    @@ -10037,7 +10037,7 @@

    Return Value

    geometry envelope

    @@ -10077,7 +10077,7 @@

    Return Value

    bounding box

    @@ -10116,7 +10116,7 @@

    Return Value

    bounding box

    @@ -10176,7 +10176,7 @@

    Return Value

    flag indicator

    @@ -10234,7 +10234,7 @@

    Return Value

    transformed geometry data

    @@ -10244,7 +10244,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGGeometryExtensions.html b/docs/docs/api/Classes/GPKGGeometryExtensions.html index bc596d70..3699eb45 100644 --- a/docs/docs/api/Classes/GPKGGeometryExtensions.html +++ b/docs/docs/api/Classes/GPKGGeometryExtensions.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5047,7 +5047,7 @@

    GPKGGeometryExtensions

    https://www.geopackage.org/spec/#extension_geometry_types

    @@ -5083,7 +5083,7 @@

    Declaration

    @@ -5125,7 +5125,7 @@

    Declaration

    @@ -5183,7 +5183,7 @@

    Return Value

    new instance

    @@ -5267,7 +5267,7 @@

    Return Value

    extension

    @@ -5351,7 +5351,7 @@

    Return Value

    true if has extension

    @@ -5409,7 +5409,7 @@

    Return Value

    true if an extension

    @@ -5467,7 +5467,7 @@

    Return Value

    true if non standard

    @@ -5525,7 +5525,7 @@

    Return Value

    true if a GeoPackage extension

    @@ -5583,7 +5583,7 @@

    Return Value

    extension name

    @@ -5687,7 +5687,7 @@

    Return Value

    interoperability concerns. (GeoPackage version 1.2)

    @@ -5791,7 +5791,7 @@

    Return Value

    interoperability concerns. (GeoPackage version 1.2)

    @@ -5870,7 +5870,7 @@

    Return Value

    interoperability concerns. (GeoPackage version 1.2)

    @@ -5880,7 +5880,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGGeometryIndex.html b/docs/docs/api/Classes/GPKGGeometryIndex.html index fd837d04..2c543ed1 100644 --- a/docs/docs/api/Classes/GPKGGeometryIndex.html +++ b/docs/docs/api/Classes/GPKGGeometryIndex.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGGeometryIndex

    Geometry Index object, for indexing geometries within user feature tables

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5151,7 +5151,7 @@

    Declaration

    @@ -5186,7 +5186,7 @@

    Declaration

    @@ -5221,7 +5221,7 @@

    Declaration

    @@ -5256,7 +5256,7 @@

    Declaration

    @@ -5291,7 +5291,7 @@

    Declaration

    @@ -5326,7 +5326,7 @@

    Declaration

    @@ -5361,7 +5361,7 @@

    Declaration

    @@ -5396,7 +5396,7 @@

    Declaration

    @@ -5450,7 +5450,7 @@

    Parameters

    @@ -5460,7 +5460,7 @@

    Parameters

    diff --git a/docs/docs/api/Classes/GPKGGeometryIndexDao.html b/docs/docs/api/Classes/GPKGGeometryIndexDao.html index 3ff1a850..2726ee82 100644 --- a/docs/docs/api/Classes/GPKGGeometryIndexDao.html +++ b/docs/docs/api/Classes/GPKGGeometryIndexDao.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGGeometryIndexDao

    Geometry Index Data Access Object

    @@ -5104,7 +5104,7 @@

    Return Value

    dao

    @@ -5162,7 +5162,7 @@

    Return Value

    new geometry index dao

    @@ -5220,7 +5220,7 @@

    Return Value

    table index

    @@ -5278,7 +5278,7 @@

    Return Value

    geometry index results

    @@ -5336,7 +5336,7 @@

    Return Value

    count

    @@ -5420,7 +5420,7 @@

    Return Value

    geometry index

    @@ -5430,7 +5430,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGGeometryIndexTableCreator.html b/docs/docs/api/Classes/GPKGGeometryIndexTableCreator.html index 6dacc64f..81d9bf0d 100644 --- a/docs/docs/api/Classes/GPKGGeometryIndexTableCreator.html +++ b/docs/docs/api/Classes/GPKGGeometryIndexTableCreator.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGGeometryIndexTableCreator

    Geometry Index Extension Table Creator

    @@ -5104,7 +5104,7 @@

    Return Value

    new geometry index table creator

    @@ -5143,7 +5143,7 @@

    Return Value

    tables created

    @@ -5182,7 +5182,7 @@

    Return Value

    tables created

    @@ -5221,7 +5221,7 @@

    Return Value

    executed statements

    @@ -5260,7 +5260,7 @@

    Return Value

    executed statements

    @@ -5270,7 +5270,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGGeometryMetadata.html b/docs/docs/api/Classes/GPKGGeometryMetadata.html index c31f63f2..d6f21e0f 100644 --- a/docs/docs/api/Classes/GPKGGeometryMetadata.html +++ b/docs/docs/api/Classes/GPKGGeometryMetadata.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGGeometryMetadata

    Geometry Metadata

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5151,7 +5151,7 @@

    Declaration

    @@ -5186,7 +5186,7 @@

    Declaration

    @@ -5221,7 +5221,7 @@

    Declaration

    @@ -5256,7 +5256,7 @@

    Declaration

    @@ -5291,7 +5291,7 @@

    Declaration

    @@ -5326,7 +5326,7 @@

    Declaration

    @@ -5361,7 +5361,7 @@

    Declaration

    @@ -5396,7 +5396,7 @@

    Declaration

    @@ -5431,7 +5431,7 @@

    Declaration

    @@ -5470,7 +5470,7 @@

    Return Value

    columns

    @@ -5480,7 +5480,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGGeometryMetadataDao.html b/docs/docs/api/Classes/GPKGGeometryMetadataDao.html index 75dbf78c..8f01cbfe 100644 --- a/docs/docs/api/Classes/GPKGGeometryMetadataDao.html +++ b/docs/docs/api/Classes/GPKGGeometryMetadataDao.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGGeometryMetadataDao

    Geometry Metadata Data Access Object

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5139,7 +5139,7 @@

    Return Value

    new Geometry Metadata DAO

    @@ -5237,7 +5237,7 @@

    Return Value

    geometry metadata

    @@ -5335,7 +5335,7 @@

    Return Value

    geometry metadata

    @@ -5433,7 +5433,7 @@

    Return Value

    geometry metadata

    @@ -5491,7 +5491,7 @@

    Return Value

    true if deleted

    @@ -5549,7 +5549,7 @@

    Return Value

    true if deleted

    @@ -5607,7 +5607,7 @@

    Return Value

    true if deleted

    @@ -5678,7 +5678,7 @@

    Return Value

    true if deleted

    @@ -5749,7 +5749,7 @@

    Return Value

    true if deleted

    @@ -5833,7 +5833,7 @@

    Return Value

    true if deleted

    @@ -5917,7 +5917,7 @@

    Return Value

    true if deleted

    @@ -5975,7 +5975,7 @@

    Return Value

    true if created or updated

    @@ -6033,7 +6033,7 @@

    Return Value

    true if updated

    @@ -6091,7 +6091,7 @@

    Return Value

    true if exists

    @@ -6149,7 +6149,7 @@

    Return Value

    geometry metadata

    @@ -6233,7 +6233,7 @@

    Return Value

    geometry metadata

    @@ -6317,7 +6317,7 @@

    Return Value

    geometry metadata

    @@ -6388,7 +6388,7 @@

    Return Value

    result set

    @@ -6459,7 +6459,7 @@

    Return Value

    result set

    @@ -6543,7 +6543,7 @@

    Return Value

    result set

    @@ -6614,7 +6614,7 @@

    Return Value

    count

    @@ -6685,7 +6685,7 @@

    Return Value

    bounding box

    @@ -6756,7 +6756,7 @@

    Return Value

    bounding box

    @@ -6827,7 +6827,7 @@

    Return Value

    result set

    @@ -6898,7 +6898,7 @@

    Return Value

    result set

    @@ -6982,7 +6982,7 @@

    Return Value

    result set

    @@ -7053,7 +7053,7 @@

    Return Value

    count

    @@ -7092,7 +7092,7 @@

    Return Value

    SQL

    @@ -7163,7 +7163,7 @@

    Return Value

    SQL args

    @@ -7247,7 +7247,7 @@

    Return Value

    result set

    @@ -7331,7 +7331,7 @@

    Return Value

    result set

    @@ -7428,7 +7428,7 @@

    Return Value

    result set

    @@ -7512,7 +7512,7 @@

    Return Value

    count

    @@ -7596,7 +7596,7 @@

    Return Value

    result set

    @@ -7680,7 +7680,7 @@

    Return Value

    result set

    @@ -7777,7 +7777,7 @@

    Return Value

    result set

    @@ -7861,7 +7861,7 @@

    Return Value

    count

    @@ -7945,7 +7945,7 @@

    Return Value

    result set

    @@ -8029,7 +8029,7 @@

    Return Value

    result set

    @@ -8126,7 +8126,7 @@

    Return Value

    result set

    @@ -8210,7 +8210,7 @@

    Return Value

    count

    @@ -8346,7 +8346,7 @@

    Return Value

    result set

    @@ -8430,7 +8430,7 @@

    Return Value

    result set

    @@ -8514,7 +8514,7 @@

    Return Value

    result set

    @@ -8611,7 +8611,7 @@

    Return Value

    result set

    @@ -8695,7 +8695,7 @@

    Return Value

    count

    @@ -8831,7 +8831,7 @@

    Return Value

    result set

    @@ -8889,7 +8889,7 @@

    Return Value

    SQL

    @@ -8973,7 +8973,7 @@

    Return Value

    SQL args

    @@ -9031,7 +9031,7 @@

    Return Value

    GeoPackage id

    @@ -9089,7 +9089,7 @@

    Return Value

    id

    @@ -9099,7 +9099,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGGeometryUtils.html b/docs/docs/api/Classes/GPKGGeometryUtils.html index 3a481f98..24abc598 100644 --- a/docs/docs/api/Classes/GPKGGeometryUtils.html +++ b/docs/docs/api/Classes/GPKGGeometryUtils.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGGeometryUtils

    Geometry Utilities

    @@ -5106,7 +5106,7 @@

    Return Value

    The path’s area in square meters.

    @@ -5168,7 +5168,7 @@

    Return Value

    The loop’s area in square meters.

    @@ -5226,7 +5226,7 @@

    Return Value

    true if points create a closed polygon

    @@ -5284,7 +5284,7 @@

    Return Value

    radians

    @@ -5342,7 +5342,7 @@

    Return Value

    degrees

    @@ -5352,7 +5352,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGGriddedCoverage.html b/docs/docs/api/Classes/GPKGGriddedCoverage.html index 0c3a907a..e29ea5cf 100644 --- a/docs/docs/api/Classes/GPKGGriddedCoverage.html +++ b/docs/docs/api/Classes/GPKGGriddedCoverage.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGGriddedCoverage

    Gridded Coverage object

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5151,7 +5151,7 @@

    Declaration

    @@ -5186,7 +5186,7 @@

    Declaration

    @@ -5221,7 +5221,7 @@

    Declaration

    @@ -5256,7 +5256,7 @@

    Declaration

    @@ -5291,7 +5291,7 @@

    Declaration

    @@ -5326,7 +5326,7 @@

    Declaration

    @@ -5361,7 +5361,7 @@

    Declaration

    @@ -5396,7 +5396,7 @@

    Declaration

    @@ -5431,7 +5431,7 @@

    Declaration

    @@ -5485,7 +5485,7 @@

    Parameters

    @@ -5524,7 +5524,7 @@

    Return Value

    data type

    @@ -5578,7 +5578,7 @@

    Parameters

    @@ -5617,7 +5617,7 @@

    Return Value

    scale as a multiple relative to the unit of measure

    @@ -5656,7 +5656,7 @@

    Return Value

    offset to the 0 value

    @@ -5695,7 +5695,7 @@

    Return Value

    smallest value that has meaning for this dataset

    @@ -5734,7 +5734,7 @@

    Return Value

    encoding type

    @@ -5789,7 +5789,7 @@

    Parameters

    @@ -5799,7 +5799,7 @@

    Parameters

    diff --git a/docs/docs/api/Classes/GPKGGriddedCoverageDao.html b/docs/docs/api/Classes/GPKGGriddedCoverageDao.html index 4ca531b7..c16e8e3a 100644 --- a/docs/docs/api/Classes/GPKGGriddedCoverageDao.html +++ b/docs/docs/api/Classes/GPKGGriddedCoverageDao.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGGriddedCoverageDao

    Gridded Coverage Data Access Object

    @@ -5104,7 +5104,7 @@

    Return Value

    dao

    @@ -5162,7 +5162,7 @@

    Return Value

    new gridded coverage dao

    @@ -5221,7 +5221,7 @@

    Return Value

    gridded coverage

    @@ -5279,7 +5279,7 @@

    Return Value

    gridded coverage

    @@ -5337,7 +5337,7 @@

    Return Value

    deleted count

    @@ -5395,7 +5395,7 @@

    Return Value

    deleted count

    @@ -5453,7 +5453,7 @@

    Return Value

    tile matrix set

    @@ -5463,7 +5463,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGGriddedCoverageDataTypes.html b/docs/docs/api/Classes/GPKGGriddedCoverageDataTypes.html index 51202ab3..7fea53d2 100644 --- a/docs/docs/api/Classes/GPKGGriddedCoverageDataTypes.html +++ b/docs/docs/api/Classes/GPKGGriddedCoverageDataTypes.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5065,7 +5065,7 @@

    GPKGGriddedCoverageDataTypes

    Undocumented

    @@ -5124,7 +5124,7 @@

    Return Value

    gridded coverage data type name

    @@ -5182,7 +5182,7 @@

    Return Value

    gridded coverage data type

    @@ -5192,7 +5192,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGGriddedCoverageEncodingTypes.html b/docs/docs/api/Classes/GPKGGriddedCoverageEncodingTypes.html index 8694eb4f..0ef63d67 100644 --- a/docs/docs/api/Classes/GPKGGriddedCoverageEncodingTypes.html +++ b/docs/docs/api/Classes/GPKGGriddedCoverageEncodingTypes.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5065,7 +5065,7 @@

    GPKGGriddedCoverageEncodingTypes

    Undocumented

    @@ -5125,7 +5125,7 @@

    Return Value

    gridded coverage encoding type name

    @@ -5183,7 +5183,7 @@

    Return Value

    gridded coverage encoding type

    @@ -5193,7 +5193,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGGriddedTile.html b/docs/docs/api/Classes/GPKGGriddedTile.html index 24eb1522..91387e3f 100644 --- a/docs/docs/api/Classes/GPKGGriddedTile.html +++ b/docs/docs/api/Classes/GPKGGriddedTile.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGGriddedTile

    Gridded Tile object

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5151,7 +5151,7 @@

    Declaration

    @@ -5186,7 +5186,7 @@

    Declaration

    @@ -5221,7 +5221,7 @@

    Declaration

    @@ -5256,7 +5256,7 @@

    Declaration

    @@ -5291,7 +5291,7 @@

    Declaration

    @@ -5326,7 +5326,7 @@

    Declaration

    @@ -5361,7 +5361,7 @@

    Declaration

    @@ -5415,7 +5415,7 @@

    Parameters

    @@ -5454,7 +5454,7 @@

    Return Value

    scale as a multiple relative to the unit of measure

    @@ -5493,7 +5493,7 @@

    Return Value

    offset to the 0 value

    @@ -5503,7 +5503,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGGriddedTileDao.html b/docs/docs/api/Classes/GPKGGriddedTileDao.html index 5b063ccf..25cd5f4b 100644 --- a/docs/docs/api/Classes/GPKGGriddedTileDao.html +++ b/docs/docs/api/Classes/GPKGGriddedTileDao.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGGriddedTileDao

    Gridded Tile Data Access Object

    @@ -5104,7 +5104,7 @@

    Return Value

    dao

    @@ -5162,7 +5162,7 @@

    Return Value

    new gridded tile dao

    @@ -5220,7 +5220,7 @@

    Return Value

    gridded tile result set

    @@ -5278,7 +5278,7 @@

    Return Value

    gridded tile result set

    @@ -5349,7 +5349,7 @@

    Return Value

    gridded tile

    @@ -5407,7 +5407,7 @@

    Return Value

    deleted count

    @@ -5465,7 +5465,7 @@

    Return Value

    deleted count

    @@ -5523,7 +5523,7 @@

    Return Value

    contents

    @@ -5533,7 +5533,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGIOUtils.html b/docs/docs/api/Classes/GPKGIOUtils.html index 7b439478..81e31c71 100644 --- a/docs/docs/api/Classes/GPKGIOUtils.html +++ b/docs/docs/api/Classes/GPKGIOUtils.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5232,7 +5232,7 @@

    GPKGIOUtils

    Undocumented

    @@ -5291,7 +5291,7 @@

    Return Value

    property list file path

    @@ -5361,7 +5361,7 @@

    Return Value

    file resource path

    @@ -5400,7 +5400,7 @@

    Return Value

    documents directory

    @@ -5458,7 +5458,7 @@

    Return Value

    documents sub directory path

    @@ -5497,7 +5497,7 @@

    Return Value

    GeoPackage directory

    @@ -5536,7 +5536,7 @@

    Return Value

    GeoPackage database directory

    @@ -5575,7 +5575,7 @@

    Return Value

    GeoPackage metadata directory

    @@ -5614,7 +5614,7 @@

    Return Value

    GeoPackage metadata database file path

    @@ -5668,7 +5668,7 @@

    Parameters

    @@ -5726,7 +5726,7 @@

    Return Value

    sub path

    @@ -5792,7 +5792,7 @@

    Parameters

    @@ -5858,7 +5858,7 @@

    Parameters

    @@ -5938,7 +5938,7 @@

    Parameters

    @@ -5996,7 +5996,7 @@

    Return Value

    byte data

    @@ -6054,7 +6054,7 @@

    Return Value

    input stream byte data

    @@ -6112,7 +6112,7 @@

    Return Value

    input stream string

    @@ -6183,7 +6183,7 @@

    Return Value

    input stream string

    @@ -6250,7 +6250,7 @@

    Parameters

    @@ -6330,7 +6330,7 @@

    Parameters

    @@ -6388,7 +6388,7 @@

    Return Value

    true if deleted

    @@ -6446,7 +6446,7 @@

    Return Value

    byte text

    @@ -6504,7 +6504,7 @@

    Return Value

    decoded url

    @@ -6514,7 +6514,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGIconCache.html b/docs/docs/api/Classes/GPKGIconCache.html index ed2f5d41..9ef0a242 100644 --- a/docs/docs/api/Classes/GPKGIconCache.html +++ b/docs/docs/api/Classes/GPKGIconCache.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGIconCache

    Icon Cache of icon images

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5120,7 +5120,7 @@

    Return Value

    new icon cache

    @@ -5178,7 +5178,7 @@

    Return Value

    new icon cache

    @@ -5236,7 +5236,7 @@

    Return Value

    icon image or nil

    @@ -5294,7 +5294,7 @@

    Return Value

    icon image or nil

    @@ -5352,7 +5352,7 @@

    Return Value

    icon image or nil

    @@ -5422,7 +5422,7 @@

    Return Value

    previous cached icon image or nil

    @@ -5492,7 +5492,7 @@

    Return Value

    previous cached icon image or nil

    @@ -5562,7 +5562,7 @@

    Return Value

    previous cached icon image or nil

    @@ -5620,7 +5620,7 @@

    Return Value

    removed icon image or nil

    @@ -5678,7 +5678,7 @@

    Return Value

    removed icon image or nil

    @@ -5736,7 +5736,7 @@

    Return Value

    removed icon image or nil

    @@ -5771,7 +5771,7 @@

    Declaration

    @@ -5825,7 +5825,7 @@

    Parameters

    @@ -5883,7 +5883,7 @@

    Return Value

    icon image

    @@ -5941,7 +5941,7 @@

    Return Value

    icon image

    @@ -6011,7 +6011,7 @@

    Return Value

    icon image

    @@ -6021,7 +6021,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGIconDao.html b/docs/docs/api/Classes/GPKGIconDao.html index c5708945..cbd9088d 100644 --- a/docs/docs/api/Classes/GPKGIconDao.html +++ b/docs/docs/api/Classes/GPKGIconDao.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGIconDao

    Icon DAO for reading icon tables

    @@ -5104,7 +5104,7 @@

    Return Value

    new icon dao

    @@ -5143,7 +5143,7 @@

    Return Value

    icon table

    @@ -5201,7 +5201,7 @@

    Return Value

    icon row

    @@ -5240,7 +5240,7 @@

    Return Value

    icon row

    @@ -5298,7 +5298,7 @@

    Return Value

    icon rows

    @@ -5356,7 +5356,7 @@

    Return Value

    icon row

    @@ -5366,7 +5366,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGIconRow.html b/docs/docs/api/Classes/GPKGIconRow.html index 15b43cdf..38a2752c 100644 --- a/docs/docs/api/Classes/GPKGIconRow.html +++ b/docs/docs/api/Classes/GPKGIconRow.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGIconRow

    Icon Row containing the values from a single result set row

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5200,7 +5200,7 @@

    Return Value

    new icon row

    @@ -5258,7 +5258,7 @@

    Return Value

    new icon row

    @@ -5297,7 +5297,7 @@

    Return Value

    icon table

    @@ -5336,7 +5336,7 @@

    Return Value

    name column index

    @@ -5375,7 +5375,7 @@

    Return Value

    name column

    @@ -5414,7 +5414,7 @@

    Return Value

    name

    @@ -5468,7 +5468,7 @@

    Parameters

    @@ -5507,7 +5507,7 @@

    Return Value

    description column index

    @@ -5546,7 +5546,7 @@

    Return Value

    description column

    @@ -5585,7 +5585,7 @@

    Return Value

    description

    @@ -5639,7 +5639,7 @@

    Parameters

    @@ -5678,7 +5678,7 @@

    Return Value

    width column index

    @@ -5717,7 +5717,7 @@

    Return Value

    width column

    @@ -5756,7 +5756,7 @@

    Return Value

    width

    @@ -5810,7 +5810,7 @@

    Parameters

    @@ -5864,7 +5864,7 @@

    Parameters

    @@ -5903,7 +5903,7 @@

    Return Value

    derived width

    @@ -5942,7 +5942,7 @@

    Return Value

    height column index

    @@ -5981,7 +5981,7 @@

    Return Value

    height column

    @@ -6020,7 +6020,7 @@

    Return Value

    height

    @@ -6074,7 +6074,7 @@

    Parameters

    @@ -6128,7 +6128,7 @@

    Parameters

    @@ -6167,7 +6167,7 @@

    Return Value

    derived height

    @@ -6207,7 +6207,7 @@

    Return Value

    derived dimensions array with two values, width at index 0, height at index 1

    @@ -6246,7 +6246,7 @@

    Return Value

    anchor u column index

    @@ -6285,7 +6285,7 @@

    Return Value

    anchor u column

    @@ -6324,7 +6324,7 @@

    Return Value

    anchor u

    @@ -6380,7 +6380,7 @@

    Parameters

    @@ -6436,7 +6436,7 @@

    Parameters

    @@ -6475,7 +6475,7 @@

    Return Value

    anchor u value

    @@ -6514,7 +6514,7 @@

    Return Value

    anchor v column index

    @@ -6553,7 +6553,7 @@

    Return Value

    anchor v column

    @@ -6592,7 +6592,7 @@

    Return Value

    anchor v

    @@ -6648,7 +6648,7 @@

    Parameters

    @@ -6704,7 +6704,7 @@

    Parameters

    @@ -6743,7 +6743,7 @@

    Return Value

    anchor v value

    @@ -6753,7 +6753,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGIconTable.html b/docs/docs/api/Classes/GPKGIconTable.html index c32aaec2..446cb357 100644 --- a/docs/docs/api/Classes/GPKGIconTable.html +++ b/docs/docs/api/Classes/GPKGIconTable.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGIconTable

    Icon Table

    @@ -5085,7 +5085,7 @@

    Return Value

    new icon table

    @@ -5143,7 +5143,7 @@

    Return Value

    new icon table

    @@ -5182,7 +5182,7 @@

    Return Value

    name column index

    @@ -5221,7 +5221,7 @@

    Return Value

    name column

    @@ -5260,7 +5260,7 @@

    Return Value

    description column index

    @@ -5299,7 +5299,7 @@

    Return Value

    description column

    @@ -5338,7 +5338,7 @@

    Return Value

    opacity column index

    @@ -5377,7 +5377,7 @@

    Return Value

    width column

    @@ -5416,7 +5416,7 @@

    Return Value

    height column index

    @@ -5455,7 +5455,7 @@

    Return Value

    height column

    @@ -5494,7 +5494,7 @@

    Return Value

    anchor u column index

    @@ -5533,7 +5533,7 @@

    Return Value

    anchor u column

    @@ -5572,7 +5572,7 @@

    Return Value

    anchor v column index

    @@ -5611,7 +5611,7 @@

    Return Value

    anchor v column

    @@ -5621,7 +5621,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGIcons.html b/docs/docs/api/Classes/GPKGIcons.html index 0fefd929..848c47d1 100644 --- a/docs/docs/api/Classes/GPKGIcons.html +++ b/docs/docs/api/Classes/GPKGIcons.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGIcons

    Icons for a single feature geometry or feature table default

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5120,7 +5120,7 @@

    Return Value

    new icons

    @@ -5178,7 +5178,7 @@

    Return Value

    new icons

    @@ -5232,7 +5232,7 @@

    Parameters

    @@ -5299,7 +5299,7 @@

    Parameters

    @@ -5338,7 +5338,7 @@

    Return Value

    default icon

    @@ -5377,7 +5377,7 @@

    Return Value

    geometry types to icon mapping

    @@ -5416,7 +5416,7 @@

    Return Value

    icon

    @@ -5474,7 +5474,7 @@

    Return Value

    icon

    @@ -5513,7 +5513,7 @@

    Return Value

    true if empty, false if at least one icon

    @@ -5552,7 +5552,7 @@

    Return Value

    true if default icon exists

    @@ -5562,7 +5562,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGImageConverter.html b/docs/docs/api/Classes/GPKGImageConverter.html index 2f7bae62..5e844452 100644 --- a/docs/docs/api/Classes/GPKGImageConverter.html +++ b/docs/docs/api/Classes/GPKGImageConverter.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGImageConverter

    Conversions between images and image byte data

    @@ -5104,7 +5104,7 @@

    Return Value

    image

    @@ -5174,7 +5174,7 @@

    Return Value

    image

    @@ -5244,7 +5244,7 @@

    Return Value

    byte data

    @@ -5328,7 +5328,7 @@

    Return Value

    byte data

    @@ -5338,7 +5338,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGLocationBoundingBox.html b/docs/docs/api/Classes/GPKGLocationBoundingBox.html index 180314c7..dec7ade6 100644 --- a/docs/docs/api/Classes/GPKGLocationBoundingBox.html +++ b/docs/docs/api/Classes/GPKGLocationBoundingBox.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGLocationBoundingBox

    Location Bounding Box, contains left, up, right, and down coordinates

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5151,7 +5151,7 @@

    Declaration

    @@ -5186,7 +5186,7 @@

    Declaration

    @@ -5244,7 +5244,7 @@

    Return Value

    new location boundingbox

    @@ -5341,7 +5341,7 @@

    Return Value

    new location boundingbox

    @@ -5380,7 +5380,7 @@

    Return Value

    west coordinate

    @@ -5419,7 +5419,7 @@

    Return Value

    northwest coordinate

    @@ -5458,7 +5458,7 @@

    Return Value

    north coordinate

    @@ -5497,7 +5497,7 @@

    Return Value

    northeast coordinate

    @@ -5536,7 +5536,7 @@

    Return Value

    east coordinate

    @@ -5575,7 +5575,7 @@

    Return Value

    southeast coordinate

    @@ -5614,7 +5614,7 @@

    Return Value

    south coordinate

    @@ -5653,7 +5653,7 @@

    Return Value

    southwest coordinate

    @@ -5663,7 +5663,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGManualFeatureQuery.html b/docs/docs/api/Classes/GPKGManualFeatureQuery.html index d2f3d31a..16560be3 100644 --- a/docs/docs/api/Classes/GPKGManualFeatureQuery.html +++ b/docs/docs/api/Classes/GPKGManualFeatureQuery.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5046,7 +5046,7 @@

    GPKGManualFeatureQuery

    See GPKGFeatureIndexManager for performing indexed queries.

    @@ -5082,7 +5082,7 @@

    Declaration

    @@ -5117,7 +5117,7 @@

    Declaration

    @@ -5175,7 +5175,7 @@

    Return Value

    new manual feature query

    @@ -5214,7 +5214,7 @@

    Return Value

    feature DAO

    @@ -5253,7 +5253,7 @@

    Return Value

    feature results

    @@ -5311,7 +5311,7 @@

    Return Value

    feature results

    @@ -5369,7 +5369,7 @@

    Return Value

    feature results

    @@ -5440,7 +5440,7 @@

    Return Value

    feature results

    @@ -5479,7 +5479,7 @@

    Return Value

    count

    @@ -5518,7 +5518,7 @@

    Return Value

    count

    @@ -5576,7 +5576,7 @@

    Return Value

    count

    @@ -5646,7 +5646,7 @@

    Return Value

    count

    @@ -5704,7 +5704,7 @@

    Return Value

    feature results

    @@ -5775,7 +5775,7 @@

    Return Value

    feature results

    @@ -5846,7 +5846,7 @@

    Return Value

    feature results

    @@ -5930,7 +5930,7 @@

    Return Value

    feature results

    @@ -5988,7 +5988,7 @@

    Return Value

    count

    @@ -6059,7 +6059,7 @@

    Return Value

    count

    @@ -6143,7 +6143,7 @@

    Return Value

    count

    @@ -6201,7 +6201,7 @@

    Return Value

    feature results

    @@ -6271,7 +6271,7 @@

    Return Value

    feature results

    @@ -6342,7 +6342,7 @@

    Return Value

    feature results

    @@ -6426,7 +6426,7 @@

    Return Value

    feature results

    @@ -6484,7 +6484,7 @@

    Return Value

    count

    @@ -6554,7 +6554,7 @@

    Return Value

    count

    @@ -6638,7 +6638,7 @@

    Return Value

    count

    @@ -6709,7 +6709,7 @@

    Return Value

    feature results

    @@ -6793,7 +6793,7 @@

    Return Value

    feature results

    @@ -6877,7 +6877,7 @@

    Return Value

    feature results

    @@ -6974,7 +6974,7 @@

    Return Value

    feature results

    @@ -7044,7 +7044,7 @@

    Return Value

    count

    @@ -7128,7 +7128,7 @@

    Return Value

    count

    @@ -7225,7 +7225,7 @@

    Return Value

    count

    @@ -7264,7 +7264,7 @@

    Return Value

    bounding box

    @@ -7322,7 +7322,7 @@

    Return Value

    bounding box

    @@ -7381,7 +7381,7 @@

    Return Value

    results

    @@ -7453,7 +7453,7 @@

    Return Value

    results

    @@ -7525,7 +7525,7 @@

    Return Value

    results

    @@ -7610,7 +7610,7 @@

    Return Value

    results

    @@ -7668,7 +7668,7 @@

    Return Value

    count

    @@ -7740,7 +7740,7 @@

    Return Value

    results

    @@ -7825,7 +7825,7 @@

    Return Value

    results

    @@ -7910,7 +7910,7 @@

    Return Value

    results

    @@ -8008,7 +8008,7 @@

    Return Value

    results

    @@ -8079,7 +8079,7 @@

    Return Value

    count

    @@ -8151,7 +8151,7 @@

    Return Value

    results

    @@ -8236,7 +8236,7 @@

    Return Value

    results

    @@ -8321,7 +8321,7 @@

    Return Value

    results

    @@ -8419,7 +8419,7 @@

    Return Value

    results

    @@ -8490,7 +8490,7 @@

    Return Value

    count

    @@ -8575,7 +8575,7 @@

    Return Value

    results

    @@ -8673,7 +8673,7 @@

    Return Value

    results

    @@ -8771,7 +8771,7 @@

    Return Value

    results

    @@ -8882,7 +8882,7 @@

    Return Value

    results

    @@ -8966,7 +8966,7 @@

    Return Value

    count

    @@ -9039,7 +9039,7 @@

    Return Value

    results

    @@ -9125,7 +9125,7 @@

    Return Value

    results

    @@ -9211,7 +9211,7 @@

    Return Value

    results

    @@ -9298,7 +9298,7 @@

    Return Value

    results

    @@ -9370,7 +9370,7 @@

    Return Value

    count

    @@ -9456,7 +9456,7 @@

    Return Value

    results

    @@ -9555,7 +9555,7 @@

    Return Value

    results

    @@ -9654,7 +9654,7 @@

    Return Value

    results

    @@ -9766,7 +9766,7 @@

    Return Value

    results

    @@ -9851,7 +9851,7 @@

    Return Value

    count

    @@ -9937,7 +9937,7 @@

    Return Value

    results

    @@ -10036,7 +10036,7 @@

    Return Value

    results

    @@ -10135,7 +10135,7 @@

    Return Value

    results

    @@ -10247,7 +10247,7 @@

    Return Value

    results

    @@ -10332,7 +10332,7 @@

    Return Value

    count

    @@ -10431,7 +10431,7 @@

    Return Value

    results

    @@ -10543,7 +10543,7 @@

    Return Value

    results

    @@ -10655,7 +10655,7 @@

    Return Value

    results

    @@ -10780,7 +10780,7 @@

    Return Value

    results

    @@ -10878,7 +10878,7 @@

    Return Value

    count

    @@ -10937,7 +10937,7 @@

    Return Value

    results

    @@ -11009,7 +11009,7 @@

    Return Value

    results

    @@ -11081,7 +11081,7 @@

    Return Value

    results

    @@ -11166,7 +11166,7 @@

    Return Value

    results

    @@ -11224,7 +11224,7 @@

    Return Value

    count

    @@ -11296,7 +11296,7 @@

    Return Value

    results

    @@ -11381,7 +11381,7 @@

    Return Value

    results

    @@ -11466,7 +11466,7 @@

    Return Value

    results

    @@ -11564,7 +11564,7 @@

    Return Value

    results

    @@ -11635,7 +11635,7 @@

    Return Value

    count

    @@ -11707,7 +11707,7 @@

    Return Value

    results

    @@ -11792,7 +11792,7 @@

    Return Value

    results

    @@ -11877,7 +11877,7 @@

    Return Value

    results

    @@ -11975,7 +11975,7 @@

    Return Value

    results

    @@ -12046,7 +12046,7 @@

    Return Value

    count

    @@ -12131,7 +12131,7 @@

    Return Value

    results

    @@ -12229,7 +12229,7 @@

    Return Value

    results

    @@ -12327,7 +12327,7 @@

    Return Value

    results

    @@ -12438,7 +12438,7 @@

    Return Value

    results

    @@ -12522,7 +12522,7 @@

    Return Value

    count

    @@ -12619,7 +12619,7 @@

    Return Value

    results

    @@ -12729,7 +12729,7 @@

    Return Value

    results

    @@ -12840,7 +12840,7 @@

    Return Value

    results

    @@ -12964,7 +12964,7 @@

    Return Value

    results

    @@ -13061,7 +13061,7 @@

    Return Value

    count

    @@ -13172,7 +13172,7 @@

    Return Value

    results

    @@ -13296,7 +13296,7 @@

    Return Value

    results

    @@ -13420,7 +13420,7 @@

    Return Value

    results

    @@ -13557,7 +13557,7 @@

    Return Value

    results

    @@ -13667,7 +13667,7 @@

    Return Value

    count

    @@ -13777,7 +13777,7 @@

    Return Value

    results

    @@ -13900,7 +13900,7 @@

    Return Value

    results

    @@ -14024,7 +14024,7 @@

    Return Value

    results

    @@ -14161,7 +14161,7 @@

    Return Value

    results

    @@ -14271,7 +14271,7 @@

    Return Value

    count

    @@ -14394,7 +14394,7 @@

    Return Value

    results

    @@ -14530,7 +14530,7 @@

    Return Value

    results

    @@ -14667,7 +14667,7 @@

    Return Value

    results

    @@ -14817,7 +14817,7 @@

    Return Value

    results

    @@ -14940,7 +14940,7 @@

    Return Value

    count

    @@ -14999,7 +14999,7 @@

    Return Value

    feature results

    @@ -15070,7 +15070,7 @@

    Return Value

    feature results

    @@ -15142,7 +15142,7 @@

    Return Value

    feature results

    @@ -15227,7 +15227,7 @@

    Return Value

    feature results

    @@ -15298,7 +15298,7 @@

    Return Value

    feature results

    @@ -15383,7 +15383,7 @@

    Return Value

    feature results

    @@ -15468,7 +15468,7 @@

    Return Value

    feature results

    @@ -15566,7 +15566,7 @@

    Return Value

    feature results

    @@ -15638,7 +15638,7 @@

    Return Value

    feature results

    @@ -15723,7 +15723,7 @@

    Return Value

    feature results

    @@ -15808,7 +15808,7 @@

    Return Value

    feature results

    @@ -15906,7 +15906,7 @@

    Return Value

    feature results

    @@ -15991,7 +15991,7 @@

    Return Value

    feature results

    @@ -16089,7 +16089,7 @@

    Return Value

    feature results

    @@ -16187,7 +16187,7 @@

    Return Value

    feature results

    @@ -16298,7 +16298,7 @@

    Return Value

    feature results

    @@ -16370,7 +16370,7 @@

    Return Value

    feature results

    @@ -16455,7 +16455,7 @@

    Return Value

    feature results

    @@ -16540,7 +16540,7 @@

    Return Value

    feature results

    @@ -16638,7 +16638,7 @@

    Return Value

    feature results

    @@ -16723,7 +16723,7 @@

    Return Value

    feature results

    @@ -16821,7 +16821,7 @@

    Return Value

    feature results

    @@ -16919,7 +16919,7 @@

    Return Value

    feature results

    @@ -17030,7 +17030,7 @@

    Return Value

    feature results

    @@ -17115,7 +17115,7 @@

    Return Value

    feature results

    @@ -17213,7 +17213,7 @@

    Return Value

    feature results

    @@ -17311,7 +17311,7 @@

    Return Value

    feature results

    @@ -17422,7 +17422,7 @@

    Return Value

    feature results

    @@ -17520,7 +17520,7 @@

    Return Value

    feature results

    @@ -17631,7 +17631,7 @@

    Return Value

    feature results

    @@ -17742,7 +17742,7 @@

    Return Value

    feature results

    @@ -17866,7 +17866,7 @@

    Return Value

    feature results

    @@ -17937,7 +17937,7 @@

    Return Value

    feature results

    @@ -18022,7 +18022,7 @@

    Return Value

    feature results

    @@ -18107,7 +18107,7 @@

    Return Value

    feature results

    @@ -18205,7 +18205,7 @@

    Return Value

    feature results

    @@ -18290,7 +18290,7 @@

    Return Value

    feature results

    @@ -18388,7 +18388,7 @@

    Return Value

    feature results

    @@ -18486,7 +18486,7 @@

    Return Value

    feature results

    @@ -18597,7 +18597,7 @@

    Return Value

    feature results

    @@ -18682,7 +18682,7 @@

    Return Value

    feature results

    @@ -18780,7 +18780,7 @@

    Return Value

    feature results

    @@ -18878,7 +18878,7 @@

    Return Value

    feature results

    @@ -18989,7 +18989,7 @@

    Return Value

    feature results

    @@ -19087,7 +19087,7 @@

    Return Value

    feature results

    @@ -19198,7 +19198,7 @@

    Return Value

    feature results

    @@ -19309,7 +19309,7 @@

    Return Value

    feature results

    @@ -19433,7 +19433,7 @@

    Return Value

    feature results

    @@ -19518,7 +19518,7 @@

    Return Value

    feature results

    @@ -19616,7 +19616,7 @@

    Return Value

    feature results

    @@ -19714,7 +19714,7 @@

    Return Value

    feature results

    @@ -19825,7 +19825,7 @@

    Return Value

    feature results

    @@ -19923,7 +19923,7 @@

    Return Value

    feature results

    @@ -20034,7 +20034,7 @@

    Return Value

    feature results

    @@ -20145,7 +20145,7 @@

    Return Value

    feature results

    @@ -20269,7 +20269,7 @@

    Return Value

    feature results

    @@ -20367,7 +20367,7 @@

    Return Value

    feature results

    @@ -20478,7 +20478,7 @@

    Return Value

    feature results

    @@ -20589,7 +20589,7 @@

    Return Value

    feature results

    @@ -20713,7 +20713,7 @@

    Return Value

    feature results

    @@ -20850,7 +20850,7 @@

    Return Value

    feature results

    @@ -21004,7 +21004,7 @@

    Return Value

    results

    @@ -21197,7 +21197,7 @@

    Return Value

    results

    @@ -21207,7 +21207,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGManualFeatureQueryResults.html b/docs/docs/api/Classes/GPKGManualFeatureQueryResults.html index de33c0f3..da8dab3d 100644 --- a/docs/docs/api/Classes/GPKGManualFeatureQueryResults.html +++ b/docs/docs/api/Classes/GPKGManualFeatureQueryResults.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGManualFeatureQueryResults

    Manual Feature Query Results which includes the ids used to read each row

    @@ -5117,7 +5117,7 @@

    Return Value

    feature index results

    @@ -5201,7 +5201,7 @@

    Return Value

    feature index results

    @@ -5240,7 +5240,7 @@

    Return Value

    feature DAO

    @@ -5279,7 +5279,7 @@

    Return Value

    columns

    @@ -5318,7 +5318,7 @@

    Return Value

    feature ids

    @@ -5328,7 +5328,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGMapPoint.html b/docs/docs/api/Classes/GPKGMapPoint.html index 346735a4..b080a9d3 100644 --- a/docs/docs/api/Classes/GPKGMapPoint.html +++ b/docs/docs/api/Classes/GPKGMapPoint.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGMapPoint

    Map point annotation

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5151,7 +5151,7 @@

    Declaration

    @@ -5186,7 +5186,7 @@

    Declaration

    @@ -5221,7 +5221,7 @@

    Declaration

    @@ -5256,7 +5256,7 @@

    Declaration

    @@ -5291,7 +5291,7 @@

    Declaration

    @@ -5349,7 +5349,7 @@

    Return Value

    new map point

    @@ -5419,7 +5419,7 @@

    Return Value

    new map point

    @@ -5477,7 +5477,7 @@

    Return Value

    new map point

    @@ -5535,7 +5535,7 @@

    Return Value

    new map point

    @@ -5574,7 +5574,7 @@

    Return Value

    number id

    @@ -5628,7 +5628,7 @@

    Parameters

    @@ -5638,7 +5638,7 @@

    Parameters

    diff --git a/docs/docs/api/Classes/GPKGMapPointOptions.html b/docs/docs/api/Classes/GPKGMapPointOptions.html index 719c2454..5d17a3b2 100644 --- a/docs/docs/api/Classes/GPKGMapPointOptions.html +++ b/docs/docs/api/Classes/GPKGMapPointOptions.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGMapPointOptions

    Map Point options including style and atributes

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5122,7 +5122,7 @@

    Declaration

    @@ -5157,7 +5157,7 @@

    Declaration

    @@ -5192,7 +5192,7 @@

    Declaration

    @@ -5227,7 +5227,7 @@

    Declaration

    @@ -5262,7 +5262,7 @@

    Declaration

    @@ -5301,7 +5301,7 @@

    Return Value

    new map point options

    @@ -5336,7 +5336,7 @@

    Declaration

    @@ -5371,7 +5371,7 @@

    Declaration

    @@ -5441,7 +5441,7 @@

    Parameters

    @@ -5451,7 +5451,7 @@

    Parameters

    diff --git a/docs/docs/api/Classes/GPKGMapShape.html b/docs/docs/api/Classes/GPKGMapShape.html index fd3b88ef..697bb755 100644 --- a/docs/docs/api/Classes/GPKGMapShape.html +++ b/docs/docs/api/Classes/GPKGMapShape.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGMapShape

    Map shape object

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5151,7 +5151,7 @@

    Declaration

    @@ -5235,7 +5235,7 @@

    Return Value

    new map shape

    @@ -5289,7 +5289,7 @@

    Parameters

    @@ -5355,7 +5355,7 @@

    Parameters

    @@ -5409,7 +5409,7 @@

    Parameters

    @@ -5448,7 +5448,7 @@

    Return Value

    true if a valid shape

    @@ -5487,7 +5487,7 @@

    Return Value

    bounding box

    @@ -5541,7 +5541,7 @@

    Parameters

    @@ -5551,7 +5551,7 @@

    Parameters

    diff --git a/docs/docs/api/Classes/GPKGMapShapeConverter.html b/docs/docs/api/Classes/GPKGMapShapeConverter.html index 6bfab178..7270924e 100644 --- a/docs/docs/api/Classes/GPKGMapShapeConverter.html +++ b/docs/docs/api/Classes/GPKGMapShapeConverter.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGMapShapeConverter

    Provides conversion methods between Well-Known Binary geometry objects and Map shapes. Includes adding shapes to map view functionality.

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5111,7 +5111,7 @@

    Declaration

    @@ -5141,7 +5141,7 @@

    Declaration

    @@ -5171,7 +5171,7 @@

    Declaration

    @@ -5207,7 +5207,7 @@

    Declaration

    @@ -5243,7 +5243,7 @@

    Declaration

    @@ -5282,7 +5282,7 @@

    Return Value

    new map shape converter

    @@ -5340,7 +5340,7 @@

    Return Value

    new map shape converter

    @@ -5394,7 +5394,7 @@

    Parameters

    @@ -5452,7 +5452,7 @@

    Return Value

    wgs84 point

    @@ -5510,7 +5510,7 @@

    Return Value

    projection point

    @@ -5568,7 +5568,7 @@

    Return Value

    map point

    @@ -5626,7 +5626,7 @@

    Return Value

    MK map point

    @@ -5684,7 +5684,7 @@

    Return Value

    wkb point

    @@ -5768,7 +5768,7 @@

    Return Value

    wkb point

    @@ -5826,7 +5826,7 @@

    Return Value

    wkb point

    @@ -5910,7 +5910,7 @@

    Return Value

    wkb point

    @@ -5968,7 +5968,7 @@

    Return Value

    polyline

    @@ -6026,7 +6026,7 @@

    Return Value

    wkb line string

    @@ -6110,7 +6110,7 @@

    Return Value

    wkb line string

    @@ -6181,7 +6181,7 @@

    Return Value

    wkb line string

    @@ -6278,7 +6278,7 @@

    Return Value

    wkb line string

    @@ -6336,7 +6336,7 @@

    Return Value

    wkb line string

    @@ -6420,7 +6420,7 @@

    Return Value

    wkb line string

    @@ -6478,7 +6478,7 @@

    Return Value

    wkb circular string

    @@ -6562,7 +6562,7 @@

    Return Value

    wkb circular string

    @@ -6642,7 +6642,7 @@

    Parameters

    @@ -6709,7 +6709,7 @@

    Parameters

    @@ -6767,7 +6767,7 @@

    Return Value

    MK polygon

    @@ -6825,7 +6825,7 @@

    Return Value

    MK polygon

    @@ -6883,7 +6883,7 @@

    Return Value

    WKB polygon

    @@ -6967,7 +6967,7 @@

    Return Value

    WKB polygon

    @@ -7051,7 +7051,7 @@

    Return Value

    WKB polygon

    @@ -7161,7 +7161,7 @@

    Return Value

    WKB polygon

    @@ -7232,7 +7232,7 @@

    Return Value

    WKB polygon

    @@ -7329,7 +7329,7 @@

    Return Value

    WKB polygon

    @@ -7388,7 +7388,7 @@

    Return Value

    line string with shortest longitude distance points

    @@ -7446,7 +7446,7 @@

    Return Value

    multi point

    @@ -7504,7 +7504,7 @@

    Return Value

    wkb multi point

    @@ -7588,7 +7588,7 @@

    Return Value

    wkb multi point

    @@ -7646,7 +7646,7 @@

    Return Value

    wkb multi point

    @@ -7730,7 +7730,7 @@

    Return Value

    wkb multi point

    @@ -7789,7 +7789,7 @@

    Return Value

    multi polyline

    @@ -7848,7 +7848,7 @@

    Return Value

    wkb multi line string

    @@ -7932,7 +7932,7 @@

    Return Value

    wkb multi line string

    @@ -7991,7 +7991,7 @@

    Return Value

    wkb multi line string

    @@ -8076,7 +8076,7 @@

    Return Value

    wkb multi line string

    @@ -8135,7 +8135,7 @@

    Return Value

    wkb compound curve

    @@ -8220,7 +8220,7 @@

    Return Value

    wkb compound curve

    @@ -8279,7 +8279,7 @@

    Return Value

    wkb multi line string

    @@ -8364,7 +8364,7 @@

    Return Value

    wkb multi line string

    @@ -8423,7 +8423,7 @@

    Return Value

    wkb compound curve

    @@ -8508,7 +8508,7 @@

    Return Value

    wkb compound curve

    @@ -8567,7 +8567,7 @@

    Return Value

    multi polygon

    @@ -8625,7 +8625,7 @@

    Return Value

    wkb multi polygon

    @@ -8709,7 +8709,7 @@

    Return Value

    wkb multi polygon

    @@ -8767,7 +8767,7 @@

    Return Value

    wkb multi polygon

    @@ -8851,7 +8851,7 @@

    Return Value

    wkb multi polygon

    @@ -8910,7 +8910,7 @@

    Return Value

    wkb multi polygon

    @@ -8995,7 +8995,7 @@

    Return Value

    wkb multi polygon

    @@ -9054,7 +9054,7 @@

    Return Value

    multi polyline

    @@ -9112,7 +9112,7 @@

    Return Value

    wkb compound curve

    @@ -9196,7 +9196,7 @@

    Return Value

    wkb compound curve

    @@ -9255,7 +9255,7 @@

    Return Value

    multi polygon

    @@ -9314,7 +9314,7 @@

    Return Value

    wkb polyhedral surface

    @@ -9399,7 +9399,7 @@

    Return Value

    wkb polyhedral surface

    @@ -9458,7 +9458,7 @@

    Return Value

    wkb polyhedral surface

    @@ -9543,7 +9543,7 @@

    Return Value

    wkb polyhedral surface

    @@ -9601,7 +9601,7 @@

    Return Value

    map shape

    @@ -9660,7 +9660,7 @@

    Return Value

    array of Map shapes

    @@ -9731,7 +9731,7 @@

    Return Value

    map shape

    @@ -9802,7 +9802,7 @@

    Return Value

    map shape

    @@ -9873,7 +9873,7 @@

    Return Value

    map point

    @@ -9957,7 +9957,7 @@

    Return Value

    map point

    @@ -10041,7 +10041,7 @@

    Return Value

    map point

    @@ -10112,7 +10112,7 @@

    Return Value

    polyline

    @@ -10183,7 +10183,7 @@

    Return Value

    polygon

    @@ -10254,7 +10254,7 @@

    Return Value

    multi point

    @@ -10338,7 +10338,7 @@

    Return Value

    multi point

    @@ -10409,7 +10409,7 @@

    Return Value

    multi polyline

    @@ -10480,7 +10480,7 @@

    Return Value

    multi polygon

    @@ -10551,7 +10551,7 @@

    Return Value

    map shapes

    @@ -10701,7 +10701,7 @@

    Return Value

    map shape points

    @@ -10811,7 +10811,7 @@

    Return Value

    map points

    @@ -10909,7 +10909,7 @@

    Return Value

    polyline points

    @@ -11033,7 +11033,7 @@

    Return Value

    polygon points

    @@ -11144,7 +11144,7 @@

    Return Value

    multi polyline points

    @@ -11268,7 +11268,7 @@

    Return Value

    multi polygon points

    @@ -11326,7 +11326,7 @@

    Return Value

    location coordinates

    @@ -11385,7 +11385,7 @@

    Return Value

    location coordinates

    @@ -11443,7 +11443,7 @@

    Return Value

    wkb geometry

    @@ -11501,7 +11501,7 @@

    Return Value

    bounding box in web mercator

    @@ -11559,7 +11559,7 @@

    Return Value

    bounding box in WGS84

    @@ -11617,7 +11617,7 @@

    Return Value

    bounding box in the feature projection

    @@ -11675,7 +11675,7 @@

    Return Value

    bounding box in the feature projection

    @@ -11685,7 +11685,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGMapShapePoints.html b/docs/docs/api/Classes/GPKGMapShapePoints.html index 632d26fd..1a8f8dad 100644 --- a/docs/docs/api/Classes/GPKGMapShapePoints.html +++ b/docs/docs/api/Classes/GPKGMapShapePoints.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGMapShapePoints

    Map Shape with map points and corresponding shape point objects

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5155,7 +5155,7 @@

    Return Value

    new map shape points

    @@ -5222,7 +5222,7 @@

    Parameters

    @@ -5289,7 +5289,7 @@

    Parameters

    @@ -5343,7 +5343,7 @@

    Parameters

    @@ -5397,7 +5397,7 @@

    Parameters

    @@ -5451,7 +5451,7 @@

    Parameters

    @@ -5505,7 +5505,7 @@

    Parameters

    @@ -5563,7 +5563,7 @@

    Return Value

    true if contains point

    @@ -5621,7 +5621,7 @@

    Return Value

    true if contains point id

    @@ -5679,7 +5679,7 @@

    Return Value

    shape points

    @@ -5737,7 +5737,7 @@

    Return Value

    shape points

    @@ -5807,7 +5807,7 @@

    Return Value

    true if deleted

    @@ -5861,7 +5861,7 @@

    Parameters

    @@ -5915,7 +5915,7 @@

    Parameters

    @@ -5954,7 +5954,7 @@

    Return Value

    true if valid

    @@ -6021,7 +6021,7 @@

    Parameters

    @@ -6088,7 +6088,7 @@

    Parameters

    @@ -6154,7 +6154,7 @@

    Parameters

    @@ -6208,7 +6208,7 @@

    Parameters

    @@ -6247,7 +6247,7 @@

    Return Value

    size

    @@ -6286,7 +6286,7 @@

    Return Value

    true if empty

    @@ -6296,7 +6296,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGMapShapeTypes.html b/docs/docs/api/Classes/GPKGMapShapeTypes.html index 63caa6a1..d9d207cd 100644 --- a/docs/docs/api/Classes/GPKGMapShapeTypes.html +++ b/docs/docs/api/Classes/GPKGMapShapeTypes.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5065,7 +5065,7 @@

    GPKGMapShapeTypes

    Undocumented

    @@ -5124,7 +5124,7 @@

    Return Value

    shape type name

    @@ -5182,7 +5182,7 @@

    Return Value

    shape type

    @@ -5192,7 +5192,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGMapTolerance.html b/docs/docs/api/Classes/GPKGMapTolerance.html index bc8103aa..4b5c055c 100644 --- a/docs/docs/api/Classes/GPKGMapTolerance.html +++ b/docs/docs/api/Classes/GPKGMapTolerance.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGMapTolerance

    Map tolerance values distance and screen distances

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5155,7 +5155,7 @@

    Return Value

    new map tolerance

    @@ -5225,7 +5225,7 @@

    Return Value

    new map tolerance

    @@ -5235,7 +5235,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGMapUtils.html b/docs/docs/api/Classes/GPKGMapUtils.html index d92c8ce5..b6d89ef5 100644 --- a/docs/docs/api/Classes/GPKGMapUtils.html +++ b/docs/docs/api/Classes/GPKGMapUtils.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGMapUtils

    Map utility methods

    @@ -5104,7 +5104,7 @@

    Return Value

    current zoom level

    @@ -5162,7 +5162,7 @@

    Return Value

    current zoom level

    @@ -5222,7 +5222,7 @@

    Return Value

    tolerance distance in meters

    @@ -5321,7 +5321,7 @@

    Return Value

    tolerance distance in meters

    @@ -5407,7 +5407,7 @@

    Return Value

    tolerance distance in meters

    @@ -5479,7 +5479,7 @@

    Return Value

    WGS84 bounding box

    @@ -5538,7 +5538,7 @@

    Return Value

    current bounding box

    @@ -5625,7 +5625,7 @@

    Return Value

    bounding box

    @@ -5725,7 +5725,7 @@

    Return Value

    bounding box

    @@ -5838,7 +5838,7 @@

    Return Value

    bounding box

    @@ -5964,7 +5964,7 @@

    Return Value

    bounding box

    @@ -6053,7 +6053,7 @@

    Return Value

    bounding box

    @@ -6156,7 +6156,7 @@

    Return Value

    bounding box

    @@ -6272,7 +6272,7 @@

    Return Value

    bounding box

    @@ -6401,7 +6401,7 @@

    Return Value

    bounding box

    @@ -6487,7 +6487,7 @@

    Return Value

    bounding box

    @@ -6586,7 +6586,7 @@

    Return Value

    bounding box

    @@ -6698,7 +6698,7 @@

    Return Value

    bounding box

    @@ -6823,7 +6823,7 @@

    Return Value

    bounding box

    @@ -6909,7 +6909,7 @@

    Return Value

    bounding box

    @@ -6995,7 +6995,7 @@

    Return Value

    bounding box

    @@ -7094,7 +7094,7 @@

    Return Value

    bounding box

    @@ -7206,7 +7206,7 @@

    Return Value

    bounding box

    @@ -7331,7 +7331,7 @@

    Return Value

    bounding box

    @@ -7417,7 +7417,7 @@

    Return Value

    bounding box

    @@ -7516,7 +7516,7 @@

    Return Value

    bounding box

    @@ -7628,7 +7628,7 @@

    Return Value

    bounding box

    @@ -7753,7 +7753,7 @@

    Return Value

    bounding box

    @@ -7839,7 +7839,7 @@

    Return Value

    bounding box

    @@ -7938,7 +7938,7 @@

    Return Value

    bounding box

    @@ -8050,7 +8050,7 @@

    Return Value

    bounding box

    @@ -8175,7 +8175,7 @@

    Return Value

    bounding box

    @@ -8234,7 +8234,7 @@

    Return Value

    bounding box

    @@ -8323,7 +8323,7 @@

    Return Value

    bounding box

    @@ -8409,7 +8409,7 @@

    Return Value

    bounding box

    @@ -8494,7 +8494,7 @@

    Return Value

    tolerance distance in meters and screen pixels

    @@ -8592,7 +8592,7 @@

    Return Value

    tolerance distance in meters and screen pixels

    @@ -8703,7 +8703,7 @@

    Return Value

    tolerance distance in meters and screen pixels

    @@ -8827,7 +8827,7 @@

    Return Value

    tolerance distance in meters and screen pixels

    @@ -8913,7 +8913,7 @@

    Return Value

    tolerance distance in meters and screen pixels

    @@ -9012,7 +9012,7 @@

    Return Value

    tolerance distance in meters and screen pixels

    @@ -9124,7 +9124,7 @@

    Return Value

    tolerance distance in meters and screen pixels

    @@ -9249,7 +9249,7 @@

    Return Value

    tolerance distance in meters and screen pixels

    @@ -9348,7 +9348,7 @@

    Return Value

    tolerance distance in meters and screen pixels

    @@ -9433,7 +9433,7 @@

    Return Value

    tolerance distance in meters and screen pixels

    @@ -9531,7 +9531,7 @@

    Return Value

    tolerance distance in meters and screen pixels

    @@ -9642,7 +9642,7 @@

    Return Value

    tolerance distance in meters and screen pixels

    @@ -9766,7 +9766,7 @@

    Return Value

    tolerance distance in meters and screen pixels

    @@ -9865,7 +9865,7 @@

    Return Value

    tolerance distance in meters and screen pixels

    @@ -9937,7 +9937,7 @@

    Return Value

    tolerance distance in meters and screen pixels

    @@ -10022,7 +10022,7 @@

    Return Value

    tolerance distance in meters

    @@ -10120,7 +10120,7 @@

    Return Value

    tolerance distance in meters

    @@ -10231,7 +10231,7 @@

    Return Value

    tolerance distance in meters

    @@ -10355,7 +10355,7 @@

    Return Value

    tolerance distance in meters

    @@ -10441,7 +10441,7 @@

    Return Value

    tolerance distance in meters

    @@ -10540,7 +10540,7 @@

    Return Value

    tolerance distance in meters

    @@ -10652,7 +10652,7 @@

    Return Value

    tolerance distance in meters

    @@ -10777,7 +10777,7 @@

    Return Value

    tolerance distance in meters

    @@ -10862,7 +10862,7 @@

    Return Value

    tolerance distance in meters

    @@ -10960,7 +10960,7 @@

    Return Value

    tolerance distance in meters

    @@ -11071,7 +11071,7 @@

    Return Value

    tolerance distance in meters

    @@ -11195,7 +11195,7 @@

    Return Value

    tolerance distance in meters

    @@ -11267,7 +11267,7 @@

    Return Value

    tolerance distance in meters

    @@ -11340,7 +11340,7 @@

    Return Value

    tolerance distance in meters

    @@ -11412,7 +11412,7 @@

    Return Value

    tolerance screen pixels

    @@ -11473,7 +11473,7 @@

    Return Value

    complementary path

    @@ -11534,7 +11534,7 @@

    Return Value

    complementary path

    @@ -11595,7 +11595,7 @@

    Return Value

    complementary path

    @@ -11669,7 +11669,7 @@

    Return Value

    complementary path

    @@ -11753,7 +11753,7 @@

    Return Value

    true if location is on shape

    @@ -11837,7 +11837,7 @@

    Return Value

    true if location is near map point

    @@ -11921,7 +11921,7 @@

    Return Value

    true if location 1 is near location 2

    @@ -12005,7 +12005,7 @@

    Return Value

    true if location is near multi point

    @@ -12089,7 +12089,7 @@

    Return Value

    true if location is on polyline

    @@ -12173,7 +12173,7 @@

    Return Value

    true if location is on multi polyline

    @@ -12257,7 +12257,7 @@

    Return Value

    true if location is on the polygon

    @@ -12341,7 +12341,7 @@

    Return Value

    true if location is on the multi polygon

    @@ -12425,7 +12425,7 @@

    Return Value

    distance when on shape, -1.0 when distance not calculated, nil when not on shape

    @@ -12509,7 +12509,7 @@

    Return Value

    distance when on point, nil when not

    @@ -12593,7 +12593,7 @@

    Return Value

    distance when on location, nil when not

    @@ -12677,7 +12677,7 @@

    Return Value

    distance when on multi point, nil when not

    @@ -12687,7 +12687,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGMappedColumn.html b/docs/docs/api/Classes/GPKGMappedColumn.html index 1c861f28..6326e7b9 100644 --- a/docs/docs/api/Classes/GPKGMappedColumn.html +++ b/docs/docs/api/Classes/GPKGMappedColumn.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGMappedColumn

    Mapped column, to a column and potentially from a differently named column

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5151,7 +5151,7 @@

    Declaration

    @@ -5186,7 +5186,7 @@

    Declaration

    @@ -5221,7 +5221,7 @@

    Declaration

    @@ -5256,7 +5256,7 @@

    Declaration

    @@ -5291,7 +5291,7 @@

    Declaration

    @@ -5349,7 +5349,7 @@

    Return Value

    new mapped column

    @@ -5420,7 +5420,7 @@

    Return Value

    new mapped column

    @@ -5517,7 +5517,7 @@

    Return Value

    new mapped column

    @@ -5601,7 +5601,7 @@

    Return Value

    new mapped column

    @@ -5659,7 +5659,7 @@

    Return Value

    new mapped column

    @@ -5717,7 +5717,7 @@

    Return Value

    new mapped column

    @@ -5756,7 +5756,7 @@

    Return Value

    true if the to and from column names are different

    @@ -5795,7 +5795,7 @@

    Return Value

    true if has a default value

    @@ -5834,7 +5834,7 @@

    Return Value

    default value as string

    @@ -5873,7 +5873,7 @@

    Return Value

    true if has a constant value

    @@ -5912,7 +5912,7 @@

    Return Value

    constant value as string

    @@ -5951,7 +5951,7 @@

    Return Value

    true if has a where value

    @@ -5990,7 +5990,7 @@

    Return Value

    where value as string

    @@ -6057,7 +6057,7 @@

    Parameters

    @@ -6067,7 +6067,7 @@

    Parameters

    diff --git a/docs/docs/api/Classes/GPKGMediaDao.html b/docs/docs/api/Classes/GPKGMediaDao.html index 3c84ca82..22f5782d 100644 --- a/docs/docs/api/Classes/GPKGMediaDao.html +++ b/docs/docs/api/Classes/GPKGMediaDao.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGMediaDao

    User Media DAO for reading user media data tables

    @@ -5104,7 +5104,7 @@

    Return Value

    new media dao

    @@ -5175,7 +5175,7 @@

    Return Value

    new media dao

    @@ -5214,7 +5214,7 @@

    Return Value

    media table

    @@ -5272,7 +5272,7 @@

    Return Value

    media row

    @@ -5311,7 +5311,7 @@

    Return Value

    media row

    @@ -5369,7 +5369,7 @@

    Return Value

    media rows

    @@ -5379,7 +5379,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGMediaRow.html b/docs/docs/api/Classes/GPKGMediaRow.html index a7973b9b..ae51cafb 100644 --- a/docs/docs/api/Classes/GPKGMediaRow.html +++ b/docs/docs/api/Classes/GPKGMediaRow.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGMediaRow

    User Media Row containing the values from a single result set row

    @@ -5130,7 +5130,7 @@

    Return Value

    new media row

    @@ -5188,7 +5188,7 @@

    Return Value

    new media row

    @@ -5227,7 +5227,7 @@

    Return Value

    media table

    @@ -5266,7 +5266,7 @@

    Return Value

    data column index

    @@ -5305,7 +5305,7 @@

    Return Value

    data column

    @@ -5344,7 +5344,7 @@

    Return Value

    data

    @@ -5398,7 +5398,7 @@

    Parameters

    @@ -5440,7 +5440,7 @@

    Return Value

    Image Source Container Properties

    @@ -5479,7 +5479,7 @@

    Return Value

    data image

    @@ -5537,7 +5537,7 @@

    Return Value

    data image

    @@ -5603,7 +5603,7 @@

    Parameters

    @@ -5683,7 +5683,7 @@

    Parameters

    @@ -5722,7 +5722,7 @@

    Return Value

    content type column index

    @@ -5761,7 +5761,7 @@

    Return Value

    content type column

    @@ -5800,7 +5800,7 @@

    Return Value

    content type

    @@ -5854,7 +5854,7 @@

    Parameters

    @@ -5864,7 +5864,7 @@

    Parameters

    diff --git a/docs/docs/api/Classes/GPKGMediaTable.html b/docs/docs/api/Classes/GPKGMediaTable.html index 28b80afe..c6cffa4a 100644 --- a/docs/docs/api/Classes/GPKGMediaTable.html +++ b/docs/docs/api/Classes/GPKGMediaTable.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGMediaTable

    Media Requirements Class User-Defined Related Data Table

    @@ -5085,7 +5085,7 @@

    Return Value

    relation type

    @@ -5143,7 +5143,7 @@

    Return Value

    media table

    @@ -5182,7 +5182,7 @@

    Return Value

    user custom columns

    @@ -5241,7 +5241,7 @@

    Return Value

    user custom columns

    @@ -5300,7 +5300,7 @@

    Return Value

    user custom columns

    @@ -5372,7 +5372,7 @@

    Return Value

    user custom columns

    @@ -5431,7 +5431,7 @@

    Return Value

    user custom columns

    @@ -5503,7 +5503,7 @@

    Return Value

    user custom columns

    @@ -5575,7 +5575,7 @@

    Return Value

    user custom columns

    @@ -5661,7 +5661,7 @@

    Return Value

    user custom columns

    @@ -5719,7 +5719,7 @@

    Return Value

    id column

    @@ -5790,7 +5790,7 @@

    Return Value

    id column

    @@ -5861,7 +5861,7 @@

    Return Value

    id column

    @@ -5945,7 +5945,7 @@

    Return Value

    id column

    @@ -5984,7 +5984,7 @@

    Return Value

    data column

    @@ -6042,7 +6042,7 @@

    Return Value

    data column

    @@ -6081,7 +6081,7 @@

    Return Value

    content type column

    @@ -6139,7 +6139,7 @@

    Return Value

    content type column

    @@ -6178,7 +6178,7 @@

    Return Value

    required columns count

    @@ -6217,7 +6217,7 @@

    Return Value

    required columns

    @@ -6276,7 +6276,7 @@

    Return Value

    required columns

    @@ -6347,7 +6347,7 @@

    Return Value

    new media table

    @@ -6431,7 +6431,7 @@

    Return Value

    new media table

    @@ -6489,7 +6489,7 @@

    Return Value

    new media table

    @@ -6528,7 +6528,7 @@

    Return Value

    id column index

    @@ -6567,7 +6567,7 @@

    Return Value

    id column

    @@ -6606,7 +6606,7 @@

    Return Value

    data column index

    @@ -6645,7 +6645,7 @@

    Return Value

    data column

    @@ -6684,7 +6684,7 @@

    Return Value

    content type column index

    @@ -6723,7 +6723,7 @@

    Return Value

    content type column

    @@ -6733,7 +6733,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGMediaTableMetadata.html b/docs/docs/api/Classes/GPKGMediaTableMetadata.html index 7c5f2285..8cb8edc3 100644 --- a/docs/docs/api/Classes/GPKGMediaTableMetadata.html +++ b/docs/docs/api/Classes/GPKGMediaTableMetadata.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGMediaTableMetadata

    Media Table Metadata for defining table creation information

    @@ -5085,7 +5085,7 @@

    Return Value

    metadata

    @@ -5143,7 +5143,7 @@

    Return Value

    metadata

    @@ -5214,7 +5214,7 @@

    Return Value

    metadata

    @@ -5286,7 +5286,7 @@

    Return Value

    metadata

    @@ -5371,7 +5371,7 @@

    Return Value

    metadata

    @@ -5442,7 +5442,7 @@

    Return Value

    metadata

    @@ -5526,7 +5526,7 @@

    Return Value

    metadata

    @@ -5611,7 +5611,7 @@

    Return Value

    metadata

    @@ -5709,7 +5709,7 @@

    Return Value

    metadata

    @@ -5744,7 +5744,7 @@

    Declaration

    @@ -5825,7 +5825,7 @@

    Parameters

    @@ -5919,7 +5919,7 @@

    Parameters

    @@ -5929,7 +5929,7 @@

    Parameters

    diff --git a/docs/docs/api/Classes/GPKGMetadata.html b/docs/docs/api/Classes/GPKGMetadata.html index fe6efef3..d3c43eb7 100644 --- a/docs/docs/api/Classes/GPKGMetadata.html +++ b/docs/docs/api/Classes/GPKGMetadata.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5046,7 +5046,7 @@

    GPKGMetadata

    authoritative metadata specification

    @@ -5082,7 +5082,7 @@

    Declaration

    @@ -5118,7 +5118,7 @@

    Declaration

    @@ -5153,7 +5153,7 @@

    Declaration

    @@ -5188,7 +5188,7 @@

    Declaration

    @@ -5223,7 +5223,7 @@

    Declaration

    @@ -5262,7 +5262,7 @@

    Return Value

    metadata scope type

    @@ -5316,7 +5316,7 @@

    Parameters

    @@ -5374,7 +5374,7 @@

    Return Value

    metadata scope

    @@ -5384,7 +5384,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGMetadataDao.html b/docs/docs/api/Classes/GPKGMetadataDao.html index 032a4469..4eafd91b 100644 --- a/docs/docs/api/Classes/GPKGMetadataDao.html +++ b/docs/docs/api/Classes/GPKGMetadataDao.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGMetadataDao

    Metadata Data Access Object

    @@ -5104,7 +5104,7 @@

    Return Value

    dao

    @@ -5162,7 +5162,7 @@

    Return Value

    new metadata dao

    @@ -5220,7 +5220,7 @@

    Return Value

    rows deleted

    @@ -5278,7 +5278,7 @@

    Return Value

    rows deleted

    @@ -5348,7 +5348,7 @@

    Return Value

    rows deleted

    @@ -5406,7 +5406,7 @@

    Return Value

    rows deleted

    @@ -5464,7 +5464,7 @@

    Return Value

    rows deleted

    @@ -5474,7 +5474,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGMetadataDb.html b/docs/docs/api/Classes/GPKGMetadataDb.html index 0c2b6406..154d36c0 100644 --- a/docs/docs/api/Classes/GPKGMetadataDb.html +++ b/docs/docs/api/Classes/GPKGMetadataDb.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGMetadataDb

    GeoPackage Metadata Database

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5120,7 +5120,7 @@

    Return Value

    new metadata database

    @@ -5155,7 +5155,7 @@

    Declaration

    @@ -5194,7 +5194,7 @@

    Return Value

    GeoPackage Metadata DAO

    @@ -5233,7 +5233,7 @@

    Return Value

    Table Metadata DAO

    @@ -5272,7 +5272,7 @@

    Return Value

    Geometry Metadata DAO

    @@ -5311,7 +5311,7 @@

    Return Value

    true if deleted

    @@ -5321,7 +5321,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGMetadataExtension.html b/docs/docs/api/Classes/GPKGMetadataExtension.html index 3d4e99a0..9aff4138 100644 --- a/docs/docs/api/Classes/GPKGMetadataExtension.html +++ b/docs/docs/api/Classes/GPKGMetadataExtension.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5047,7 +5047,7 @@

    GPKGMetadataExtension

    https://www.geopackage.org/spec/#extension_metadata

    @@ -5083,7 +5083,7 @@

    Declaration

    @@ -5118,7 +5118,7 @@

    Declaration

    @@ -5176,7 +5176,7 @@

    Return Value

    new instance

    @@ -5215,7 +5215,7 @@

    Return Value

    extensions

    @@ -5254,7 +5254,7 @@

    Return Value

    true if has extension

    @@ -5289,7 +5289,7 @@

    Declaration

    @@ -5328,7 +5328,7 @@

    Return Value

    Metadata DAO

    @@ -5386,7 +5386,7 @@

    Return Value

    Metadata DAO

    @@ -5444,7 +5444,7 @@

    Return Value

    Metadata DAO

    @@ -5483,7 +5483,7 @@

    Return Value

    true if created

    @@ -5522,7 +5522,7 @@

    Return Value

    Metadata Reference DAO

    @@ -5581,7 +5581,7 @@

    Return Value

    Metadata Reference DAO

    @@ -5640,7 +5640,7 @@

    Return Value

    Metadata Reference DAO

    @@ -5679,7 +5679,7 @@

    Return Value

    true if created

    @@ -5689,7 +5689,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGMetadataReference.html b/docs/docs/api/Classes/GPKGMetadataReference.html index e5be9ca1..5dcb3983 100644 --- a/docs/docs/api/Classes/GPKGMetadataReference.html +++ b/docs/docs/api/Classes/GPKGMetadataReference.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5046,7 +5046,7 @@

    GPKGMetadataReference

    tables

    @@ -5083,7 +5083,7 @@

    Declaration

    @@ -5119,7 +5119,7 @@

    Declaration

    @@ -5156,7 +5156,7 @@

    Declaration

    @@ -5193,7 +5193,7 @@

    Declaration

    @@ -5229,7 +5229,7 @@

    Declaration

    @@ -5265,7 +5265,7 @@

    Declaration

    @@ -5302,7 +5302,7 @@

    Declaration

    @@ -5341,7 +5341,7 @@

    Return Value

    reference scope type

    @@ -5395,7 +5395,7 @@

    Parameters

    @@ -5449,7 +5449,7 @@

    Parameters

    @@ -5503,7 +5503,7 @@

    Parameters

    @@ -5513,7 +5513,7 @@

    Parameters

    diff --git a/docs/docs/api/Classes/GPKGMetadataReferenceDao.html b/docs/docs/api/Classes/GPKGMetadataReferenceDao.html index e335dec7..1de92cdb 100644 --- a/docs/docs/api/Classes/GPKGMetadataReferenceDao.html +++ b/docs/docs/api/Classes/GPKGMetadataReferenceDao.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGMetadataReferenceDao

    Metadata Reference Data Access Object

    @@ -5104,7 +5104,7 @@

    Return Value

    dao

    @@ -5162,7 +5162,7 @@

    Return Value

    new metadata reference dao

    @@ -5220,7 +5220,7 @@

    Return Value

    rows deleted

    @@ -5279,7 +5279,7 @@

    Return Value

    rows updated

    @@ -5350,7 +5350,7 @@

    Return Value

    result set

    @@ -5408,7 +5408,7 @@

    Return Value

    result set

    @@ -5466,7 +5466,7 @@

    Return Value

    result set

    @@ -5524,7 +5524,7 @@

    Return Value

    result set

    @@ -5582,7 +5582,7 @@

    Return Value

    rows deleted

    @@ -5592,7 +5592,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGMetadataScope.html b/docs/docs/api/Classes/GPKGMetadataScope.html index 83cf111f..4769d90d 100644 --- a/docs/docs/api/Classes/GPKGMetadataScope.html +++ b/docs/docs/api/Classes/GPKGMetadataScope.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGMetadataScope

    Metadata Scopes as defined in spec Table 16. Metadata Scopes

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5151,7 +5151,7 @@

    Declaration

    @@ -5161,7 +5161,7 @@

    Declaration

    diff --git a/docs/docs/api/Classes/GPKGMultiPoint.html b/docs/docs/api/Classes/GPKGMultiPoint.html index 82912165..ccb9ba4f 100644 --- a/docs/docs/api/Classes/GPKGMultiPoint.html +++ b/docs/docs/api/Classes/GPKGMultiPoint.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGMultiPoint

    Multi point shape

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5120,7 +5120,7 @@

    Return Value

    new multi point

    @@ -5174,7 +5174,7 @@

    Parameters

    @@ -5228,7 +5228,7 @@

    Parameters

    @@ -5238,7 +5238,7 @@

    Parameters

    diff --git a/docs/docs/api/Classes/GPKGMultiPolygon.html b/docs/docs/api/Classes/GPKGMultiPolygon.html index 63d575e3..123766fe 100644 --- a/docs/docs/api/Classes/GPKGMultiPolygon.html +++ b/docs/docs/api/Classes/GPKGMultiPolygon.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGMultiPolygon

    Multi polygon shape

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5120,7 +5120,7 @@

    Return Value

    new multi polygon

    @@ -5174,7 +5174,7 @@

    Parameters

    @@ -5228,7 +5228,7 @@

    Parameters

    @@ -5294,7 +5294,7 @@

    Parameters

    @@ -5304,7 +5304,7 @@

    Parameters

    diff --git a/docs/docs/api/Classes/GPKGMultiPolygonPoints.html b/docs/docs/api/Classes/GPKGMultiPolygonPoints.html index 17b6d72b..2627f78d 100644 --- a/docs/docs/api/Classes/GPKGMultiPolygonPoints.html +++ b/docs/docs/api/Classes/GPKGMultiPolygonPoints.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGMultiPolygonPoints

    Multiple Polygon Points shape

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5120,7 +5120,7 @@

    Return Value

    new multiple polygon points

    @@ -5174,7 +5174,7 @@

    Parameters

    @@ -5228,7 +5228,7 @@

    Parameters

    @@ -5282,7 +5282,7 @@

    Parameters

    @@ -5348,7 +5348,7 @@

    Parameters

    @@ -5387,7 +5387,7 @@

    Return Value

    true if valid

    @@ -5426,7 +5426,7 @@

    Return Value

    true if deleted

    @@ -5436,7 +5436,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGMultiPolyline.html b/docs/docs/api/Classes/GPKGMultiPolyline.html index 722c18e9..2c2ce3a7 100644 --- a/docs/docs/api/Classes/GPKGMultiPolyline.html +++ b/docs/docs/api/Classes/GPKGMultiPolyline.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGMultiPolyline

    Multi polyline shape

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5120,7 +5120,7 @@

    Return Value

    new multi polyline

    @@ -5174,7 +5174,7 @@

    Parameters

    @@ -5228,7 +5228,7 @@

    Parameters

    @@ -5294,7 +5294,7 @@

    Parameters

    @@ -5304,7 +5304,7 @@

    Parameters

    diff --git a/docs/docs/api/Classes/GPKGMultiPolylinePoints.html b/docs/docs/api/Classes/GPKGMultiPolylinePoints.html index e455fef8..75a0b975 100644 --- a/docs/docs/api/Classes/GPKGMultiPolylinePoints.html +++ b/docs/docs/api/Classes/GPKGMultiPolylinePoints.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGMultiPolylinePoints

    Multiple Polyline Points shape

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5120,7 +5120,7 @@

    Return Value

    new multiple polyline points

    @@ -5174,7 +5174,7 @@

    Parameters

    @@ -5228,7 +5228,7 @@

    Parameters

    @@ -5282,7 +5282,7 @@

    Parameters

    @@ -5348,7 +5348,7 @@

    Parameters

    @@ -5387,7 +5387,7 @@

    Return Value

    true if valid

    @@ -5426,7 +5426,7 @@

    Return Value

    true if deleted

    @@ -5436,7 +5436,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGMultipleFeatureIndexResults.html b/docs/docs/api/Classes/GPKGMultipleFeatureIndexResults.html index 35698f97..fee37a01 100644 --- a/docs/docs/api/Classes/GPKGMultipleFeatureIndexResults.html +++ b/docs/docs/api/Classes/GPKGMultipleFeatureIndexResults.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5046,7 +5046,7 @@

    GPKGMultipleFeatureIndexResults

    Feature Index Results

    @@ -5101,7 +5101,7 @@

    Parameters

    @@ -5169,7 +5169,7 @@

    Parameters

    @@ -5224,7 +5224,7 @@

    Parameters

    @@ -5234,7 +5234,7 @@

    Parameters

    diff --git a/docs/docs/api/Classes/GPKGNGAExtensions.html b/docs/docs/api/Classes/GPKGNGAExtensions.html index 60c3a9b5..8d46af84 100644 --- a/docs/docs/api/Classes/GPKGNGAExtensions.html +++ b/docs/docs/api/Classes/GPKGNGAExtensions.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5047,7 +5047,7 @@

    GPKGNGAExtensions

    http://ngageoint.github.io/GeoPackage/docs/extensions/

    @@ -5102,7 +5102,7 @@

    Parameters

    @@ -5160,7 +5160,7 @@

    Return Value

    new instance

    @@ -5214,7 +5214,7 @@

    Parameters

    @@ -5250,7 +5250,7 @@

    Declaration

    @@ -5317,7 +5317,7 @@

    Parameters

    @@ -5371,7 +5371,7 @@

    Parameters

    @@ -5407,7 +5407,7 @@

    Declaration

    @@ -5474,7 +5474,7 @@

    Parameters

    @@ -5528,7 +5528,7 @@

    Parameters

    @@ -5564,7 +5564,7 @@

    Declaration

    @@ -5630,7 +5630,7 @@

    Parameters

    @@ -5685,7 +5685,7 @@

    Parameters

    @@ -5720,7 +5720,7 @@

    Declaration

    @@ -5774,7 +5774,7 @@

    Parameters

    @@ -5810,7 +5810,7 @@

    Declaration

    @@ -5848,7 +5848,7 @@

    Declaration

    @@ -5902,7 +5902,7 @@

    Parameters

    @@ -5938,7 +5938,7 @@

    Declaration

    @@ -6004,7 +6004,7 @@

    Parameters

    @@ -6014,7 +6014,7 @@

    Parameters

    diff --git a/docs/docs/api/Classes/GPKGNetworkUtils.html b/docs/docs/api/Classes/GPKGNetworkUtils.html index 5a220fb8..76939d2d 100644 --- a/docs/docs/api/Classes/GPKGNetworkUtils.html +++ b/docs/docs/api/Classes/GPKGNetworkUtils.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGNetworkUtils

    Network Utilities

    @@ -5130,7 +5130,7 @@

    Return Value

    response data

    @@ -5201,7 +5201,7 @@

    Return Value

    response data

    @@ -5211,7 +5211,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGNumberFeaturesTile.html b/docs/docs/api/Classes/GPKGNumberFeaturesTile.html index 295442d3..5ab00688 100644 --- a/docs/docs/api/Classes/GPKGNumberFeaturesTile.html +++ b/docs/docs/api/Classes/GPKGNumberFeaturesTile.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5049,7 +5049,7 @@

    GPKGNumberFeaturesTile

    the text paint object).

    @@ -5085,7 +5085,7 @@

    Declaration

    @@ -5120,7 +5120,7 @@

    Declaration

    @@ -5155,7 +5155,7 @@

    Declaration

    @@ -5190,7 +5190,7 @@

    Declaration

    @@ -5225,7 +5225,7 @@

    Declaration

    @@ -5260,7 +5260,7 @@

    Declaration

    @@ -5295,7 +5295,7 @@

    Declaration

    @@ -5330,7 +5330,7 @@

    Declaration

    @@ -5365,7 +5365,7 @@

    Declaration

    @@ -5400,7 +5400,7 @@

    Declaration

    @@ -5435,7 +5435,7 @@

    Declaration

    @@ -5470,7 +5470,7 @@

    Declaration

    @@ -5505,7 +5505,7 @@

    Declaration

    @@ -5540,7 +5540,7 @@

    Declaration

    @@ -5575,7 +5575,7 @@

    Declaration

    @@ -5610,7 +5610,7 @@

    Declaration

    @@ -5649,7 +5649,7 @@

    Return Value

    new number feature tile

    @@ -5659,7 +5659,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGOAPIFeatureGenerator.html b/docs/docs/api/Classes/GPKGOAPIFeatureGenerator.html index 558336ce..776f49bc 100644 --- a/docs/docs/api/Classes/GPKGOAPIFeatureGenerator.html +++ b/docs/docs/api/Classes/GPKGOAPIFeatureGenerator.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGOAPIFeatureGenerator

    OGC API Features Generator

    @@ -5082,7 +5082,7 @@

    Declaration

    @@ -5117,7 +5117,7 @@

    Declaration

    @@ -5152,7 +5152,7 @@

    Declaration

    @@ -5187,7 +5187,7 @@

    Declaration

    @@ -5222,7 +5222,7 @@

    Declaration

    @@ -5319,7 +5319,7 @@

    Return Value

    new OAPI feature generator

    @@ -5358,7 +5358,7 @@

    Return Value

    server

    @@ -5397,7 +5397,7 @@

    Return Value

    collection id

    @@ -5451,7 +5451,7 @@

    Parameters

    @@ -5505,7 +5505,7 @@

    Parameters

    @@ -5544,7 +5544,7 @@

    Return Value

    projections

    @@ -5602,7 +5602,7 @@

    Return Value

    projections

    @@ -5660,7 +5660,7 @@

    Return Value

    projections

    @@ -5718,7 +5718,7 @@

    Return Value

    true to request the projection (non null and non default)

    @@ -5776,7 +5776,7 @@

    Return Value

    true if default projection

    @@ -5815,7 +5815,7 @@

    Return Value

    collection

    @@ -5825,7 +5825,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGObjectPaginatedResults.html b/docs/docs/api/Classes/GPKGObjectPaginatedResults.html index 72116782..e72e22f9 100644 --- a/docs/docs/api/Classes/GPKGObjectPaginatedResults.html +++ b/docs/docs/api/Classes/GPKGObjectPaginatedResults.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGObjectPaginatedResults

    Paginated Object Results for iterating and querying through chunks

    @@ -5117,7 +5117,7 @@

    Return Value

    new object paginated results

    @@ -5188,7 +5188,7 @@

    Return Value

    new object paginated results

    @@ -5227,7 +5227,7 @@

    Return Value

    base DAO

    @@ -5266,7 +5266,7 @@

    Return Value

    object

    @@ -5276,7 +5276,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGObjectResultSet.html b/docs/docs/api/Classes/GPKGObjectResultSet.html index a0760438..08781185 100644 --- a/docs/docs/api/Classes/GPKGObjectResultSet.html +++ b/docs/docs/api/Classes/GPKGObjectResultSet.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGObjectResultSet

    Object wrapped Result set

    @@ -5117,7 +5117,7 @@

    Return Value

    new object result set

    @@ -5188,7 +5188,7 @@

    Return Value

    new object result set

    @@ -5227,7 +5227,7 @@

    Return Value

    DAO

    @@ -5266,7 +5266,7 @@

    Return Value

    result set

    @@ -5305,7 +5305,7 @@

    Return Value

    count

    @@ -5344,7 +5344,7 @@

    Return Value

    true if a result found, false if no more results

    @@ -5383,7 +5383,7 @@

    Return Value

    reset code

    @@ -5441,7 +5441,7 @@

    Return Value

    true if result at position found

    @@ -5480,7 +5480,7 @@

    Return Value

    object

    @@ -5515,7 +5515,7 @@

    Declaration

    @@ -5525,7 +5525,7 @@

    Declaration

    diff --git a/docs/docs/api/Classes/GPKGOverlayFactory.html b/docs/docs/api/Classes/GPKGOverlayFactory.html index 8cbe15f2..60c8e3d4 100644 --- a/docs/docs/api/Classes/GPKGOverlayFactory.html +++ b/docs/docs/api/Classes/GPKGOverlayFactory.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGOverlayFactory

    Get a tile provider for the Tile DAO

    @@ -5104,7 +5104,7 @@

    Return Value

    tile overlay

    @@ -5175,7 +5175,7 @@

    Return Value

    tile overlay

    @@ -5233,7 +5233,7 @@

    Return Value

    bounded overlay

    @@ -5304,7 +5304,7 @@

    Return Value

    bounded overlay

    @@ -5376,7 +5376,7 @@

    Return Value

    composite overlay

    @@ -5448,7 +5448,7 @@

    Return Value

    composite overlay

    @@ -5507,7 +5507,7 @@

    Return Value

    composite overlay

    @@ -5579,7 +5579,7 @@

    Return Value

    linked bounded overlay

    @@ -5589,7 +5589,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGPaginatedResults.html b/docs/docs/api/Classes/GPKGPaginatedResults.html index d650d6f1..94467001 100644 --- a/docs/docs/api/Classes/GPKGPaginatedResults.html +++ b/docs/docs/api/Classes/GPKGPaginatedResults.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGPaginatedResults

    Paginated Results for iterating and querying through chunks

    @@ -5104,7 +5104,7 @@

    Return Value

    true if paginated

    @@ -5162,7 +5162,7 @@

    Return Value

    pagination or nil if not paginated

    @@ -5220,7 +5220,7 @@

    Return Value

    new paginated results

    @@ -5255,7 +5255,7 @@

    Declaration

    @@ -5290,7 +5290,7 @@

    Declaration

    @@ -5348,7 +5348,7 @@

    Return Value

    new paginated results

    @@ -5387,7 +5387,7 @@

    Return Value

    SQL arguments

    @@ -5426,7 +5426,7 @@

    Return Value

    current Result Set

    @@ -5465,7 +5465,7 @@

    Return Value

    count

    @@ -5504,7 +5504,7 @@

    Return Value

    SQL statement

    @@ -5543,7 +5543,7 @@

    Return Value

    SQL arguments

    @@ -5582,7 +5582,7 @@

    Return Value

    true if a result found, false if no more results

    @@ -5621,7 +5621,7 @@

    Return Value

    row value array

    @@ -5660,7 +5660,7 @@

    Return Value

    row value

    @@ -5699,7 +5699,7 @@

    Return Value

    id value

    @@ -5734,7 +5734,7 @@

    Declaration

    @@ -5744,7 +5744,7 @@

    Declaration

    diff --git a/docs/docs/api/Classes/GPKGPagination.html b/docs/docs/api/Classes/GPKGPagination.html index 9f4ec805..90f9016b 100644 --- a/docs/docs/api/Classes/GPKGPagination.html +++ b/docs/docs/api/Classes/GPKGPagination.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGPagination

    Query pagination configuration

    @@ -5104,7 +5104,7 @@

    Return Value

    pagination or null if not found

    @@ -5175,7 +5175,7 @@

    Return Value

    modified SQL statement

    @@ -5210,7 +5210,7 @@

    Declaration

    @@ -5245,7 +5245,7 @@

    Declaration

    @@ -5303,7 +5303,7 @@

    Return Value

    new pagination

    @@ -5373,7 +5373,7 @@

    Return Value

    new pagination

    @@ -5443,7 +5443,7 @@

    Return Value

    new pagination

    @@ -5482,7 +5482,7 @@

    Return Value

    true if limit above 0

    @@ -5521,7 +5521,7 @@

    Return Value

    true if has an offset

    @@ -5556,7 +5556,7 @@

    Declaration

    @@ -5610,7 +5610,7 @@

    Parameters

    @@ -5669,7 +5669,7 @@

    Return Value

    modified SQL statement

    @@ -5679,7 +5679,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGPixelBounds.html b/docs/docs/api/Classes/GPKGPixelBounds.html index e4252258..41bcdebc 100644 --- a/docs/docs/api/Classes/GPKGPixelBounds.html +++ b/docs/docs/api/Classes/GPKGPixelBounds.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5046,7 +5046,7 @@

    GPKGPixelBounds

    up, right, and down pixels

    @@ -5082,7 +5082,7 @@

    Declaration

    @@ -5117,7 +5117,7 @@

    Declaration

    @@ -5152,7 +5152,7 @@

    Declaration

    @@ -5187,7 +5187,7 @@

    Declaration

    @@ -5226,7 +5226,7 @@

    Return Value

    new pixel bounds

    @@ -5284,7 +5284,7 @@

    Return Value

    new pixel bounds

    @@ -5354,7 +5354,7 @@

    Return Value

    new pixel bounds

    @@ -5451,7 +5451,7 @@

    Return Value

    new pixel bounds

    @@ -5490,7 +5490,7 @@

    Return Value

    new pixel bounds

    @@ -5548,7 +5548,7 @@

    Return Value

    new pixel bounds

    @@ -5618,7 +5618,7 @@

    Return Value

    new pixel bounds

    @@ -5715,7 +5715,7 @@

    Return Value

    new pixel bounds

    @@ -5769,7 +5769,7 @@

    Parameters

    @@ -5823,7 +5823,7 @@

    Parameters

    @@ -5877,7 +5877,7 @@

    Parameters

    @@ -5931,7 +5931,7 @@

    Parameters

    @@ -5985,7 +5985,7 @@

    Parameters

    @@ -6039,7 +6039,7 @@

    Parameters

    @@ -6093,7 +6093,7 @@

    Parameters

    @@ -6132,7 +6132,7 @@

    Return Value

    pixel width

    @@ -6171,7 +6171,7 @@

    Return Value

    pixel height

    @@ -6210,7 +6210,7 @@

    Return Value

    pixel area

    @@ -6220,7 +6220,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGPlatteCarreOptimize.html b/docs/docs/api/Classes/GPKGPlatteCarreOptimize.html index 4699074e..4efc58b1 100644 --- a/docs/docs/api/Classes/GPKGPlatteCarreOptimize.html +++ b/docs/docs/api/Classes/GPKGPlatteCarreOptimize.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGPlatteCarreOptimize

    Platte Carre (WGS84) XYZ tiling optimizations

    @@ -5085,7 +5085,7 @@

    Return Value

    platte carre optimize

    @@ -5124,7 +5124,7 @@

    Return Value

    platte carre optimize

    @@ -5163,7 +5163,7 @@

    Return Value

    new platte carre optimize

    @@ -5221,7 +5221,7 @@

    Return Value

    new platte carre optimize

    @@ -5231,7 +5231,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGPolygon.html b/docs/docs/api/Classes/GPKGPolygon.html index 34224e9a..25df4f40 100644 --- a/docs/docs/api/Classes/GPKGPolygon.html +++ b/docs/docs/api/Classes/GPKGPolygon.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGPolygon

    MapKit Polygon with Style Options

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5091,7 +5091,7 @@

    Declaration

    diff --git a/docs/docs/api/Classes/GPKGPolygonHolePoints.html b/docs/docs/api/Classes/GPKGPolygonHolePoints.html index a9c10186..2157e890 100644 --- a/docs/docs/api/Classes/GPKGPolygonHolePoints.html +++ b/docs/docs/api/Classes/GPKGPolygonHolePoints.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGPolygonHolePoints

    Polygon hole points shape

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5174,7 +5174,7 @@

    Return Value

    new polygon hole points

    @@ -5228,7 +5228,7 @@

    Parameters

    @@ -5282,7 +5282,7 @@

    Parameters

    @@ -5321,7 +5321,7 @@

    Return Value

    true if valid

    @@ -5360,7 +5360,7 @@

    Return Value

    true if deleted

    @@ -5370,7 +5370,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGPolygonOptions.html b/docs/docs/api/Classes/GPKGPolygonOptions.html index 6c6ad491..59c49125 100644 --- a/docs/docs/api/Classes/GPKGPolygonOptions.html +++ b/docs/docs/api/Classes/GPKGPolygonOptions.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGPolygonOptions

    Polygon Style Options

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5151,7 +5151,7 @@

    Declaration

    @@ -5161,7 +5161,7 @@

    Declaration

    diff --git a/docs/docs/api/Classes/GPKGPolygonPoints.html b/docs/docs/api/Classes/GPKGPolygonPoints.html index 344876bd..2a6af683 100644 --- a/docs/docs/api/Classes/GPKGPolygonPoints.html +++ b/docs/docs/api/Classes/GPKGPolygonPoints.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5046,7 +5046,7 @@

    GPKGPolygonPoints

    Polygon points shape

    @@ -5082,7 +5082,7 @@

    Declaration

    @@ -5117,7 +5117,7 @@

    Declaration

    @@ -5152,7 +5152,7 @@

    Declaration

    @@ -5191,7 +5191,7 @@

    Return Value

    new polygon points

    @@ -5245,7 +5245,7 @@

    Parameters

    @@ -5299,7 +5299,7 @@

    Parameters

    @@ -5353,7 +5353,7 @@

    Parameters

    @@ -5407,7 +5407,7 @@

    Parameters

    @@ -5446,7 +5446,7 @@

    Return Value

    true if valid

    @@ -5485,7 +5485,7 @@

    Return Value

    true if deleted

    @@ -5495,7 +5495,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGPolyline.html b/docs/docs/api/Classes/GPKGPolyline.html index 6ca197c8..a17236aa 100644 --- a/docs/docs/api/Classes/GPKGPolyline.html +++ b/docs/docs/api/Classes/GPKGPolyline.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGPolyline

    MapKit Polyline with Style Options

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5091,7 +5091,7 @@

    Declaration

    diff --git a/docs/docs/api/Classes/GPKGPolylineOptions.html b/docs/docs/api/Classes/GPKGPolylineOptions.html index 97568561..a5bf5bc0 100644 --- a/docs/docs/api/Classes/GPKGPolylineOptions.html +++ b/docs/docs/api/Classes/GPKGPolylineOptions.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGPolylineOptions

    Polyline Style Options

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5126,7 +5126,7 @@

    Declaration

    diff --git a/docs/docs/api/Classes/GPKGPolylinePoints.html b/docs/docs/api/Classes/GPKGPolylinePoints.html index 8e20c0f6..eeddef77 100644 --- a/docs/docs/api/Classes/GPKGPolylinePoints.html +++ b/docs/docs/api/Classes/GPKGPolylinePoints.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGPolylinePoints

    Polyline points shape

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5155,7 +5155,7 @@

    Return Value

    new polyline points

    @@ -5209,7 +5209,7 @@

    Parameters

    @@ -5263,7 +5263,7 @@

    Parameters

    @@ -5317,7 +5317,7 @@

    Parameters

    @@ -5356,7 +5356,7 @@

    Return Value

    true if valid

    @@ -5395,7 +5395,7 @@

    Return Value

    true if deleted

    @@ -5405,7 +5405,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGProperties.html b/docs/docs/api/Classes/GPKGProperties.html index d47cde58..509c8f49 100644 --- a/docs/docs/api/Classes/GPKGProperties.html +++ b/docs/docs/api/Classes/GPKGProperties.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGProperties

    GeoPackage property loader

    @@ -5117,7 +5117,7 @@

    Return Value

    string value

    @@ -5175,7 +5175,7 @@

    Return Value

    string value

    @@ -5245,7 +5245,7 @@

    Return Value

    string value

    @@ -5316,7 +5316,7 @@

    Return Value

    string value

    @@ -5400,7 +5400,7 @@

    Return Value

    string value

    @@ -5458,7 +5458,7 @@

    Return Value

    number value

    @@ -5529,7 +5529,7 @@

    Return Value

    number value

    @@ -5600,7 +5600,7 @@

    Return Value

    number value

    @@ -5684,7 +5684,7 @@

    Return Value

    number value

    @@ -5742,7 +5742,7 @@

    Return Value

    bool value

    @@ -5812,7 +5812,7 @@

    Return Value

    bool value

    @@ -5883,7 +5883,7 @@

    Return Value

    bool value

    @@ -5967,7 +5967,7 @@

    Return Value

    bool value

    @@ -6025,7 +6025,7 @@

    Return Value

    array value

    @@ -6096,7 +6096,7 @@

    Return Value

    array value

    @@ -6167,7 +6167,7 @@

    Return Value

    array value

    @@ -6251,7 +6251,7 @@

    Return Value

    array value

    @@ -6309,7 +6309,7 @@

    Return Value

    dictionary value

    @@ -6380,7 +6380,7 @@

    Return Value

    dictionary value

    @@ -6451,7 +6451,7 @@

    Return Value

    dictionary value

    @@ -6535,7 +6535,7 @@

    Return Value

    dictionary value

    @@ -6545,7 +6545,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGPropertiesExtension.html b/docs/docs/api/Classes/GPKGPropertiesExtension.html index 76ef57d2..00143066 100644 --- a/docs/docs/api/Classes/GPKGPropertiesExtension.html +++ b/docs/docs/api/Classes/GPKGPropertiesExtension.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5048,7 +5048,7 @@

    GPKGPropertiesExtension

    http://ngageoint.github.io/GeoPackage/docs/extensions/properties.html

    @@ -5107,7 +5107,7 @@

    Return Value

    new properties extension

    @@ -5146,7 +5146,7 @@

    Return Value

    extension

    @@ -5185,7 +5185,7 @@

    Return Value

    true if has extension

    @@ -5224,7 +5224,7 @@

    Return Value

    extension name

    @@ -5263,7 +5263,7 @@

    Return Value

    extension definition

    @@ -5302,7 +5302,7 @@

    Return Value

    property count

    @@ -5341,7 +5341,7 @@

    Return Value

    list of properties

    @@ -5380,7 +5380,7 @@

    Return Value

    true if has property

    @@ -5419,7 +5419,7 @@

    Return Value

    number of total property values

    @@ -5477,7 +5477,7 @@

    Return Value

    number of values

    @@ -5535,7 +5535,7 @@

    Return Value

    true if has a single value

    @@ -5593,7 +5593,7 @@

    Return Value

    true if has any values

    @@ -5651,7 +5651,7 @@

    Return Value

    value or null

    @@ -5709,7 +5709,7 @@

    Return Value

    list of values

    @@ -5779,7 +5779,7 @@

    Return Value

    true if property has the value

    @@ -5849,7 +5849,7 @@

    Return Value

    true if added, false if already existed

    @@ -5907,7 +5907,7 @@

    Return Value

    deleted values count

    @@ -5977,7 +5977,7 @@

    Return Value

    deleted values count

    @@ -6016,7 +6016,7 @@

    Return Value

    deleted values count

    @@ -6051,7 +6051,7 @@

    Declaration

    @@ -6061,7 +6061,7 @@

    Declaration

    diff --git a/docs/docs/api/Classes/GPKGPropertiesManager.html b/docs/docs/api/Classes/GPKGPropertiesManager.html index 1f2e17d0..80686c88 100644 --- a/docs/docs/api/Classes/GPKGPropertiesManager.html +++ b/docs/docs/api/Classes/GPKGPropertiesManager.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5377,7 +5377,7 @@

    GPKGPropertiesManager

    Undocumented

    @@ -5417,7 +5417,7 @@

    Return Value

    new properties manager

    @@ -5475,7 +5475,7 @@

    Return Value

    new properties manager

    @@ -5533,7 +5533,7 @@

    Return Value

    new properties manager

    @@ -5591,7 +5591,7 @@

    Return Value

    new properties manager

    @@ -5650,7 +5650,7 @@

    Return Value

    properties extension

    @@ -5689,7 +5689,7 @@

    Return Value

    names

    @@ -5728,7 +5728,7 @@

    Return Value

    GeoPackage count

    @@ -5767,7 +5767,7 @@

    Return Value

    collection of GeoPackages

    @@ -5825,7 +5825,7 @@

    Return Value

    true if exists

    @@ -5883,7 +5883,7 @@

    Return Value

    GeoPackage

    @@ -5937,7 +5937,7 @@

    Parameters

    @@ -5991,7 +5991,7 @@

    Parameters

    @@ -6026,7 +6026,7 @@

    Declaration

    @@ -6084,7 +6084,7 @@

    Return Value

    removed GeoPackage

    @@ -6119,7 +6119,7 @@

    Declaration

    @@ -6159,7 +6159,7 @@

    Return Value

    true if found, removed, and closed

    @@ -6217,7 +6217,7 @@

    Return Value

    true if found and closed

    @@ -6271,7 +6271,7 @@

    Parameters

    @@ -6325,7 +6325,7 @@

    Parameters

    @@ -6364,7 +6364,7 @@

    Return Value

    property count

    @@ -6403,7 +6403,7 @@

    Return Value

    set of properties

    @@ -6461,7 +6461,7 @@

    Return Value

    GeoPackages

    @@ -6519,7 +6519,7 @@

    Return Value

    GeoPackages

    @@ -6577,7 +6577,7 @@

    Return Value

    number of values

    @@ -6635,7 +6635,7 @@

    Return Value

    true if has any values

    @@ -6693,7 +6693,7 @@

    Return Value

    set of values

    @@ -6764,7 +6764,7 @@

    Return Value

    GeoPackages

    @@ -6835,7 +6835,7 @@

    Return Value

    GeoPackages

    @@ -6905,7 +6905,7 @@

    Return Value

    number of GeoPackages added to

    @@ -6989,7 +6989,7 @@

    Return Value

    true if added

    @@ -7047,7 +7047,7 @@

    Return Value

    number of GeoPackages deleted from

    @@ -7117,7 +7117,7 @@

    Return Value

    true if deleted

    @@ -7187,7 +7187,7 @@

    Return Value

    number of GeoPackages deleted from

    @@ -7271,7 +7271,7 @@

    Return Value

    true if deleted

    @@ -7310,7 +7310,7 @@

    Return Value

    number of GeoPackages deleted from

    @@ -7368,7 +7368,7 @@

    Return Value

    true if any deleted

    @@ -7403,7 +7403,7 @@

    Declaration

    @@ -7457,7 +7457,7 @@

    Parameters

    @@ -7467,7 +7467,7 @@

    Parameters

    diff --git a/docs/docs/api/Classes/GPKGRTreeIndexExtension.html b/docs/docs/api/Classes/GPKGRTreeIndexExtension.html index c3215253..f143ecc3 100644 --- a/docs/docs/api/Classes/GPKGRTreeIndexExtension.html +++ b/docs/docs/api/Classes/GPKGRTreeIndexExtension.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5047,7 +5047,7 @@

    GPKGRTreeIndexExtension

    https://www.geopackage.org/spec/#extension_rtree

    @@ -5083,7 +5083,7 @@

    Declaration

    @@ -5118,7 +5118,7 @@

    Declaration

    @@ -5176,7 +5176,7 @@

    Return Value

    new instance

    @@ -5234,7 +5234,7 @@

    Return Value

    RTree Index Table DAO

    @@ -5292,7 +5292,7 @@

    Return Value

    RTree Index Table DAO

    @@ -5351,7 +5351,7 @@

    Return Value

    extension

    @@ -5422,7 +5422,7 @@

    Return Value

    extension

    @@ -5480,7 +5480,7 @@

    Return Value

    true if has extension

    @@ -5551,7 +5551,7 @@

    Return Value

    true if has extension

    @@ -5609,7 +5609,7 @@

    Return Value

    true if has extension

    @@ -5648,7 +5648,7 @@

    Return Value

    true if has extension

    @@ -5707,7 +5707,7 @@

    Return Value

    true if has extension and functions created

    @@ -5779,7 +5779,7 @@

    Return Value

    true if has extension and functions created

    @@ -5819,7 +5819,7 @@

    Return Value

    true if has extension and functions created

    @@ -5878,7 +5878,7 @@

    Return Value

    extension

    @@ -5964,7 +5964,7 @@

    Return Value

    extension

    @@ -6018,7 +6018,7 @@

    Parameters

    @@ -6085,7 +6085,7 @@

    Parameters

    @@ -6121,7 +6121,7 @@

    Declaration

    @@ -6156,7 +6156,7 @@

    Declaration

    @@ -6191,7 +6191,7 @@

    Declaration

    @@ -6226,7 +6226,7 @@

    Declaration

    @@ -6261,7 +6261,7 @@

    Declaration

    @@ -6296,7 +6296,7 @@

    Declaration

    @@ -6350,7 +6350,7 @@

    Parameters

    @@ -6430,7 +6430,7 @@

    Parameters

    @@ -6484,7 +6484,7 @@

    Parameters

    @@ -6564,7 +6564,7 @@

    Parameters

    @@ -6649,7 +6649,7 @@

    Parameters

    @@ -6735,7 +6735,7 @@

    Parameters

    @@ -6821,7 +6821,7 @@

    Parameters

    @@ -6909,7 +6909,7 @@

    Parameters

    @@ -6996,7 +6996,7 @@

    Parameters

    @@ -7081,7 +7081,7 @@

    Parameters

    @@ -7136,7 +7136,7 @@

    Parameters

    @@ -7204,7 +7204,7 @@

    Parameters

    @@ -7259,7 +7259,7 @@

    Parameters

    @@ -7295,7 +7295,7 @@

    Declaration

    @@ -7349,7 +7349,7 @@

    Parameters

    @@ -7416,7 +7416,7 @@

    Parameters

    @@ -7470,7 +7470,7 @@

    Parameters

    @@ -7537,7 +7537,7 @@

    Parameters

    @@ -7592,7 +7592,7 @@

    Parameters

    @@ -7664,7 +7664,7 @@

    Return Value

    true if dropped

    @@ -7718,7 +7718,7 @@

    Parameters

    @@ -7785,7 +7785,7 @@

    Parameters

    @@ -7852,7 +7852,7 @@

    Parameters

    @@ -7919,7 +7919,7 @@

    Parameters

    @@ -7986,7 +7986,7 @@

    Parameters

    @@ -8053,7 +8053,7 @@

    Parameters

    @@ -8120,7 +8120,7 @@

    Parameters

    @@ -8187,7 +8187,7 @@

    Parameters

    @@ -8267,7 +8267,7 @@

    Parameters

    @@ -8277,7 +8277,7 @@

    Parameters

    diff --git a/docs/docs/api/Classes/GPKGRTreeIndexTableDao.html b/docs/docs/api/Classes/GPKGRTreeIndexTableDao.html index c100d646..1f4ba44d 100644 --- a/docs/docs/api/Classes/GPKGRTreeIndexTableDao.html +++ b/docs/docs/api/Classes/GPKGRTreeIndexTableDao.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGRTreeIndexTableDao

    Undocumented

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5196,7 +5196,7 @@

    Parameters

    @@ -5235,7 +5235,7 @@

    Return Value

    true if has extension

    @@ -5274,7 +5274,7 @@

    Return Value

    extension

    @@ -5309,7 +5309,7 @@

    Declaration

    @@ -5348,7 +5348,7 @@

    Return Value

    RTree index extension

    @@ -5387,7 +5387,7 @@

    Return Value

    feature DAO

    @@ -5445,7 +5445,7 @@

    Return Value

    RTree Index Table row

    @@ -5503,7 +5503,7 @@

    Return Value

    RTree Index Table row

    @@ -5561,7 +5561,7 @@

    Return Value

    RTree Index Table row

    @@ -5619,7 +5619,7 @@

    Return Value

    feature row

    @@ -5677,7 +5677,7 @@

    Return Value

    feature row

    @@ -5735,7 +5735,7 @@

    Return Value

    feature row

    @@ -5793,7 +5793,7 @@

    Return Value

    feature row

    @@ -5832,7 +5832,7 @@

    Return Value

    feature results

    @@ -5890,7 +5890,7 @@

    Return Value

    feature results

    @@ -5948,7 +5948,7 @@

    Return Value

    feature results

    @@ -6019,7 +6019,7 @@

    Return Value

    feature results

    @@ -6058,7 +6058,7 @@

    Return Value

    count

    @@ -6116,7 +6116,7 @@

    Return Value

    count

    @@ -6186,7 +6186,7 @@

    Return Value

    count

    @@ -6244,7 +6244,7 @@

    Return Value

    feature results

    @@ -6315,7 +6315,7 @@

    Return Value

    feature results

    @@ -6386,7 +6386,7 @@

    Return Value

    feature results

    @@ -6470,7 +6470,7 @@

    Return Value

    feature results

    @@ -6528,7 +6528,7 @@

    Return Value

    count

    @@ -6599,7 +6599,7 @@

    Return Value

    count

    @@ -6683,7 +6683,7 @@

    Return Value

    count

    @@ -6741,7 +6741,7 @@

    Return Value

    feature results

    @@ -6812,7 +6812,7 @@

    Return Value

    feature results

    @@ -6883,7 +6883,7 @@

    Return Value

    feature results

    @@ -6967,7 +6967,7 @@

    Return Value

    feature results

    @@ -7025,7 +7025,7 @@

    Return Value

    count

    @@ -7095,7 +7095,7 @@

    Return Value

    count

    @@ -7179,7 +7179,7 @@

    Return Value

    count

    @@ -7250,7 +7250,7 @@

    Return Value

    feature results

    @@ -7334,7 +7334,7 @@

    Return Value

    feature results

    @@ -7418,7 +7418,7 @@

    Return Value

    feature results

    @@ -7515,7 +7515,7 @@

    Return Value

    feature results

    @@ -7585,7 +7585,7 @@

    Return Value

    count

    @@ -7669,7 +7669,7 @@

    Return Value

    count

    @@ -7766,7 +7766,7 @@

    Return Value

    count

    @@ -7824,7 +7824,7 @@

    Return Value

    results

    @@ -7895,7 +7895,7 @@

    Return Value

    results

    @@ -7966,7 +7966,7 @@

    Return Value

    results

    @@ -8050,7 +8050,7 @@

    Return Value

    results

    @@ -8108,7 +8108,7 @@

    Return Value

    count

    @@ -8179,7 +8179,7 @@

    Return Value

    count

    @@ -8263,7 +8263,7 @@

    Return Value

    count

    @@ -8321,7 +8321,7 @@

    Return Value

    feature results

    @@ -8392,7 +8392,7 @@

    Return Value

    feature results

    @@ -8463,7 +8463,7 @@

    Return Value

    feature results

    @@ -8547,7 +8547,7 @@

    Return Value

    feature results

    @@ -8605,7 +8605,7 @@

    Return Value

    count

    @@ -8676,7 +8676,7 @@

    Return Value

    count

    @@ -8760,7 +8760,7 @@

    Return Value

    count

    @@ -8831,7 +8831,7 @@

    Return Value

    feature results

    @@ -8915,7 +8915,7 @@

    Return Value

    feature results

    @@ -8999,7 +8999,7 @@

    Return Value

    feature results

    @@ -9096,7 +9096,7 @@

    Return Value

    feature results

    @@ -9167,7 +9167,7 @@

    Return Value

    count

    @@ -9251,7 +9251,7 @@

    Return Value

    count

    @@ -9348,7 +9348,7 @@

    Return Value

    count

    @@ -9419,7 +9419,7 @@

    Return Value

    feature results

    @@ -9503,7 +9503,7 @@

    Return Value

    feature results

    @@ -9587,7 +9587,7 @@

    Return Value

    feature results

    @@ -9684,7 +9684,7 @@

    Return Value

    feature results

    @@ -9755,7 +9755,7 @@

    Return Value

    count

    @@ -9839,7 +9839,7 @@

    Return Value

    count

    @@ -9936,7 +9936,7 @@

    Return Value

    count

    @@ -10020,7 +10020,7 @@

    Return Value

    feature results

    @@ -10117,7 +10117,7 @@

    Return Value

    feature results

    @@ -10214,7 +10214,7 @@

    Return Value

    feature results

    @@ -10324,7 +10324,7 @@

    Return Value

    feature results

    @@ -10408,7 +10408,7 @@

    Return Value

    count

    @@ -10505,7 +10505,7 @@

    Return Value

    count

    @@ -10615,7 +10615,7 @@

    Return Value

    count

    @@ -10686,7 +10686,7 @@

    Return Value

    results

    @@ -10770,7 +10770,7 @@

    Return Value

    results

    @@ -10854,7 +10854,7 @@

    Return Value

    results

    @@ -10951,7 +10951,7 @@

    Return Value

    results

    @@ -11022,7 +11022,7 @@

    Return Value

    count

    @@ -11106,7 +11106,7 @@

    Return Value

    count

    @@ -11203,7 +11203,7 @@

    Return Value

    count

    @@ -11274,7 +11274,7 @@

    Return Value

    feature results

    @@ -11358,7 +11358,7 @@

    Return Value

    feature results

    @@ -11442,7 +11442,7 @@

    Return Value

    feature results

    @@ -11539,7 +11539,7 @@

    Return Value

    feature results

    @@ -11610,7 +11610,7 @@

    Return Value

    count

    @@ -11694,7 +11694,7 @@

    Return Value

    count

    @@ -11791,7 +11791,7 @@

    Return Value

    count

    @@ -11875,7 +11875,7 @@

    Return Value

    feature results

    @@ -11972,7 +11972,7 @@

    Return Value

    feature results

    @@ -12069,7 +12069,7 @@

    Return Value

    feature results

    @@ -12179,7 +12179,7 @@

    Return Value

    feature results

    @@ -12263,7 +12263,7 @@

    Return Value

    count

    @@ -12360,7 +12360,7 @@

    Return Value

    count

    @@ -12470,7 +12470,7 @@

    Return Value

    count

    @@ -12554,7 +12554,7 @@

    Return Value

    feature results

    @@ -12651,7 +12651,7 @@

    Return Value

    feature results

    @@ -12748,7 +12748,7 @@

    Return Value

    feature results

    @@ -12858,7 +12858,7 @@

    Return Value

    feature results

    @@ -12942,7 +12942,7 @@

    Return Value

    count

    @@ -13039,7 +13039,7 @@

    Return Value

    count

    @@ -13149,7 +13149,7 @@

    Return Value

    count

    @@ -13246,7 +13246,7 @@

    Return Value

    feature results

    @@ -13356,7 +13356,7 @@

    Return Value

    feature results

    @@ -13466,7 +13466,7 @@

    Return Value

    feature results

    @@ -13589,7 +13589,7 @@

    Return Value

    feature results

    @@ -13686,7 +13686,7 @@

    Return Value

    count

    @@ -13796,7 +13796,7 @@

    Return Value

    count

    @@ -13919,7 +13919,7 @@

    Return Value

    count

    @@ -13977,7 +13977,7 @@

    Return Value

    results

    @@ -14048,7 +14048,7 @@

    Return Value

    results

    @@ -14119,7 +14119,7 @@

    Return Value

    results

    @@ -14203,7 +14203,7 @@

    Return Value

    results

    @@ -14261,7 +14261,7 @@

    Return Value

    count

    @@ -14332,7 +14332,7 @@

    Return Value

    count

    @@ -14416,7 +14416,7 @@

    Return Value

    count

    @@ -14474,7 +14474,7 @@

    Return Value

    feature results

    @@ -14545,7 +14545,7 @@

    Return Value

    feature results

    @@ -14616,7 +14616,7 @@

    Return Value

    feature results

    @@ -14700,7 +14700,7 @@

    Return Value

    feature results

    @@ -14758,7 +14758,7 @@

    Return Value

    count

    @@ -14829,7 +14829,7 @@

    Return Value

    count

    @@ -14913,7 +14913,7 @@

    Return Value

    count

    @@ -14984,7 +14984,7 @@

    Return Value

    feature results

    @@ -15068,7 +15068,7 @@

    Return Value

    feature results

    @@ -15152,7 +15152,7 @@

    Return Value

    feature results

    @@ -15249,7 +15249,7 @@

    Return Value

    feature results

    @@ -15320,7 +15320,7 @@

    Return Value

    count

    @@ -15404,7 +15404,7 @@

    Return Value

    count

    @@ -15501,7 +15501,7 @@

    Return Value

    count

    @@ -15572,7 +15572,7 @@

    Return Value

    feature results

    @@ -15656,7 +15656,7 @@

    Return Value

    feature results

    @@ -15740,7 +15740,7 @@

    Return Value

    feature results

    @@ -15837,7 +15837,7 @@

    Return Value

    feature results

    @@ -15908,7 +15908,7 @@

    Return Value

    count

    @@ -15992,7 +15992,7 @@

    Return Value

    count

    @@ -16089,7 +16089,7 @@

    Return Value

    count

    @@ -16173,7 +16173,7 @@

    Return Value

    feature results

    @@ -16270,7 +16270,7 @@

    Return Value

    feature results

    @@ -16367,7 +16367,7 @@

    Return Value

    feature results

    @@ -16477,7 +16477,7 @@

    Return Value

    feature results

    @@ -16561,7 +16561,7 @@

    Return Value

    count

    @@ -16658,7 +16658,7 @@

    Return Value

    count

    @@ -16768,7 +16768,7 @@

    Return Value

    count

    @@ -16865,7 +16865,7 @@

    Return Value

    results

    @@ -16975,7 +16975,7 @@

    Return Value

    results

    @@ -17085,7 +17085,7 @@

    Return Value

    results

    @@ -17208,7 +17208,7 @@

    Return Value

    results

    @@ -17305,7 +17305,7 @@

    Return Value

    count

    @@ -17415,7 +17415,7 @@

    Return Value

    count

    @@ -17538,7 +17538,7 @@

    Return Value

    count

    @@ -17635,7 +17635,7 @@

    Return Value

    results

    @@ -17745,7 +17745,7 @@

    Return Value

    results

    @@ -17855,7 +17855,7 @@

    Return Value

    results

    @@ -17978,7 +17978,7 @@

    Return Value

    results

    @@ -18075,7 +18075,7 @@

    Return Value

    results

    @@ -18185,7 +18185,7 @@

    Return Value

    count

    @@ -18308,7 +18308,7 @@

    Return Value

    count

    @@ -18418,7 +18418,7 @@

    Return Value

    results

    @@ -18541,7 +18541,7 @@

    Return Value

    results

    @@ -18664,7 +18664,7 @@

    Return Value

    results

    @@ -18800,7 +18800,7 @@

    Return Value

    results

    @@ -18910,7 +18910,7 @@

    Return Value

    results

    @@ -19033,7 +19033,7 @@

    Return Value

    count

    @@ -19169,7 +19169,7 @@

    Return Value

    count

    @@ -19279,7 +19279,7 @@

    Return Value

    results

    @@ -19402,7 +19402,7 @@

    Return Value

    results

    @@ -19525,7 +19525,7 @@

    Return Value

    results

    @@ -19661,7 +19661,7 @@

    Return Value

    results

    @@ -19771,7 +19771,7 @@

    Return Value

    results

    @@ -19894,7 +19894,7 @@

    Return Value

    count

    @@ -20030,7 +20030,7 @@

    Return Value

    count

    @@ -20153,7 +20153,7 @@

    Return Value

    results

    @@ -20289,7 +20289,7 @@

    Return Value

    results

    @@ -20425,7 +20425,7 @@

    Return Value

    results

    @@ -20574,7 +20574,7 @@

    Return Value

    results

    @@ -20697,7 +20697,7 @@

    Return Value

    results

    @@ -20833,7 +20833,7 @@

    Return Value

    count

    @@ -20982,7 +20982,7 @@

    Return Value

    count

    @@ -21041,7 +21041,7 @@

    Return Value

    results

    @@ -21113,7 +21113,7 @@

    Return Value

    results

    @@ -21185,7 +21185,7 @@

    Return Value

    results

    @@ -21270,7 +21270,7 @@

    Return Value

    results

    @@ -21342,7 +21342,7 @@

    Return Value

    results

    @@ -21427,7 +21427,7 @@

    Return Value

    results

    @@ -21512,7 +21512,7 @@

    Return Value

    results

    @@ -21610,7 +21610,7 @@

    Return Value

    results

    @@ -21683,7 +21683,7 @@

    Return Value

    results

    @@ -21769,7 +21769,7 @@

    Return Value

    results

    @@ -21855,7 +21855,7 @@

    Return Value

    results

    @@ -21954,7 +21954,7 @@

    Return Value

    results

    @@ -22040,7 +22040,7 @@

    Return Value

    results

    @@ -22139,7 +22139,7 @@

    Return Value

    results

    @@ -22238,7 +22238,7 @@

    Return Value

    results

    @@ -22350,7 +22350,7 @@

    Return Value

    feature results

    @@ -22423,7 +22423,7 @@

    Return Value

    results

    @@ -22509,7 +22509,7 @@

    Return Value

    results

    @@ -22595,7 +22595,7 @@

    Return Value

    results

    @@ -22694,7 +22694,7 @@

    Return Value

    results

    @@ -22780,7 +22780,7 @@

    Return Value

    results

    @@ -22879,7 +22879,7 @@

    Return Value

    results

    @@ -22978,7 +22978,7 @@

    Return Value

    results

    @@ -23090,7 +23090,7 @@

    Return Value

    results

    @@ -23176,7 +23176,7 @@

    Return Value

    results

    @@ -23275,7 +23275,7 @@

    Return Value

    results

    @@ -23374,7 +23374,7 @@

    Return Value

    results

    @@ -23486,7 +23486,7 @@

    Return Value

    results

    @@ -23585,7 +23585,7 @@

    Return Value

    results

    @@ -23697,7 +23697,7 @@

    Return Value

    results

    @@ -23809,7 +23809,7 @@

    Return Value

    results

    @@ -23934,7 +23934,7 @@

    Return Value

    results

    @@ -24006,7 +24006,7 @@

    Return Value

    results

    @@ -24091,7 +24091,7 @@

    Return Value

    results

    @@ -24176,7 +24176,7 @@

    Return Value

    results

    @@ -24274,7 +24274,7 @@

    Return Value

    results

    @@ -24359,7 +24359,7 @@

    Return Value

    results

    @@ -24457,7 +24457,7 @@

    Return Value

    results

    @@ -24555,7 +24555,7 @@

    Return Value

    results

    @@ -24666,7 +24666,7 @@

    Return Value

    results

    @@ -24752,7 +24752,7 @@

    Return Value

    results

    @@ -24851,7 +24851,7 @@

    Return Value

    results

    @@ -24950,7 +24950,7 @@

    Return Value

    results

    @@ -25062,7 +25062,7 @@

    Return Value

    results

    @@ -25161,7 +25161,7 @@

    Return Value

    results

    @@ -25273,7 +25273,7 @@

    Return Value

    results

    @@ -25385,7 +25385,7 @@

    Return Value

    results

    @@ -25510,7 +25510,7 @@

    Return Value

    results

    @@ -25595,7 +25595,7 @@

    Return Value

    results

    @@ -25693,7 +25693,7 @@

    Return Value

    results

    @@ -25791,7 +25791,7 @@

    Return Value

    results

    @@ -25902,7 +25902,7 @@

    Return Value

    results

    @@ -26000,7 +26000,7 @@

    Return Value

    results

    @@ -26111,7 +26111,7 @@

    Return Value

    results

    @@ -26222,7 +26222,7 @@

    Return Value

    results

    @@ -26346,7 +26346,7 @@

    Return Value

    results

    @@ -26445,7 +26445,7 @@

    Return Value

    results

    @@ -26557,7 +26557,7 @@

    Return Value

    results

    @@ -26669,7 +26669,7 @@

    Return Value

    results

    @@ -26794,7 +26794,7 @@

    Return Value

    results

    @@ -26906,7 +26906,7 @@

    Return Value

    results

    @@ -27031,7 +27031,7 @@

    Return Value

    results

    @@ -27156,7 +27156,7 @@

    Return Value

    results

    @@ -27294,7 +27294,7 @@

    Return Value

    feature results

    @@ -27366,7 +27366,7 @@

    Return Value

    results

    @@ -27451,7 +27451,7 @@

    Return Value

    results

    @@ -27536,7 +27536,7 @@

    Return Value

    results

    @@ -27634,7 +27634,7 @@

    Return Value

    results

    @@ -27719,7 +27719,7 @@

    Return Value

    results

    @@ -27817,7 +27817,7 @@

    Return Value

    results

    @@ -27915,7 +27915,7 @@

    Return Value

    results

    @@ -28026,7 +28026,7 @@

    Return Value

    results

    @@ -28111,7 +28111,7 @@

    Return Value

    results

    @@ -28209,7 +28209,7 @@

    Return Value

    results

    @@ -28307,7 +28307,7 @@

    Return Value

    results

    @@ -28418,7 +28418,7 @@

    Return Value

    results

    @@ -28516,7 +28516,7 @@

    Return Value

    results

    @@ -28627,7 +28627,7 @@

    Return Value

    results

    @@ -28738,7 +28738,7 @@

    Return Value

    results

    @@ -28862,7 +28862,7 @@

    Return Value

    results

    @@ -28935,7 +28935,7 @@

    Return Value

    results

    @@ -29021,7 +29021,7 @@

    Return Value

    results

    @@ -29107,7 +29107,7 @@

    Return Value

    results

    @@ -29206,7 +29206,7 @@

    Return Value

    results

    @@ -29292,7 +29292,7 @@

    Return Value

    results

    @@ -29391,7 +29391,7 @@

    Return Value

    results

    @@ -29490,7 +29490,7 @@

    Return Value

    results

    @@ -29602,7 +29602,7 @@

    Return Value

    results

    @@ -29688,7 +29688,7 @@

    Return Value

    results

    @@ -29787,7 +29787,7 @@

    Return Value

    results

    @@ -29886,7 +29886,7 @@

    Return Value

    results

    @@ -29998,7 +29998,7 @@

    Return Value

    results

    @@ -30097,7 +30097,7 @@

    Return Value

    results

    @@ -30209,7 +30209,7 @@

    Return Value

    results

    @@ -30321,7 +30321,7 @@

    Return Value

    results

    @@ -30446,7 +30446,7 @@

    Return Value

    results

    @@ -30532,7 +30532,7 @@

    Return Value

    results

    @@ -30631,7 +30631,7 @@

    Return Value

    results

    @@ -30730,7 +30730,7 @@

    Return Value

    results

    @@ -30842,7 +30842,7 @@

    Return Value

    results

    @@ -30941,7 +30941,7 @@

    Return Value

    results

    @@ -31053,7 +31053,7 @@

    Return Value

    results

    @@ -31165,7 +31165,7 @@

    Return Value

    results

    @@ -31290,7 +31290,7 @@

    Return Value

    results

    @@ -31389,7 +31389,7 @@

    Return Value

    results

    @@ -31501,7 +31501,7 @@

    Return Value

    results

    @@ -31613,7 +31613,7 @@

    Return Value

    results

    @@ -31738,7 +31738,7 @@

    Return Value

    results

    @@ -31850,7 +31850,7 @@

    Return Value

    results

    @@ -31975,7 +31975,7 @@

    Return Value

    results

    @@ -32100,7 +32100,7 @@

    Return Value

    results

    @@ -32238,7 +32238,7 @@

    Return Value

    results

    @@ -32324,7 +32324,7 @@

    Return Value

    results

    @@ -32423,7 +32423,7 @@

    Return Value

    results

    @@ -32522,7 +32522,7 @@

    Return Value

    results

    @@ -32634,7 +32634,7 @@

    Return Value

    results

    @@ -32733,7 +32733,7 @@

    Return Value

    results

    @@ -32845,7 +32845,7 @@

    Return Value

    results

    @@ -32957,7 +32957,7 @@

    Return Value

    results

    @@ -33082,7 +33082,7 @@

    Return Value

    results

    @@ -33181,7 +33181,7 @@

    Return Value

    results

    @@ -33293,7 +33293,7 @@

    Return Value

    results

    @@ -33405,7 +33405,7 @@

    Return Value

    results

    @@ -33530,7 +33530,7 @@

    Return Value

    results

    @@ -33642,7 +33642,7 @@

    Return Value

    results

    @@ -33767,7 +33767,7 @@

    Return Value

    results

    @@ -33892,7 +33892,7 @@

    Return Value

    results

    @@ -34030,7 +34030,7 @@

    Return Value

    results

    @@ -34129,7 +34129,7 @@

    Return Value

    results

    @@ -34241,7 +34241,7 @@

    Return Value

    results

    @@ -34353,7 +34353,7 @@

    Return Value

    results

    @@ -34478,7 +34478,7 @@

    Return Value

    results

    @@ -34590,7 +34590,7 @@

    Return Value

    results

    @@ -34715,7 +34715,7 @@

    Return Value

    results

    @@ -34840,7 +34840,7 @@

    Return Value

    results

    @@ -34978,7 +34978,7 @@

    Return Value

    results

    @@ -35090,7 +35090,7 @@

    Return Value

    results

    @@ -35215,7 +35215,7 @@

    Return Value

    results

    @@ -35340,7 +35340,7 @@

    Return Value

    results

    @@ -35478,7 +35478,7 @@

    Return Value

    results

    @@ -35603,7 +35603,7 @@

    Return Value

    results

    @@ -35741,7 +35741,7 @@

    Return Value

    results

    @@ -35879,7 +35879,7 @@

    Return Value

    results

    @@ -36030,7 +36030,7 @@

    Return Value

    results

    @@ -36115,7 +36115,7 @@

    Return Value

    results

    @@ -36213,7 +36213,7 @@

    Return Value

    results

    @@ -36311,7 +36311,7 @@

    Return Value

    results

    @@ -36422,7 +36422,7 @@

    Return Value

    results

    @@ -36520,7 +36520,7 @@

    Return Value

    results

    @@ -36631,7 +36631,7 @@

    Return Value

    results

    @@ -36742,7 +36742,7 @@

    Return Value

    results

    @@ -36866,7 +36866,7 @@

    Return Value

    results

    @@ -36964,7 +36964,7 @@

    Return Value

    results

    @@ -37075,7 +37075,7 @@

    Return Value

    results

    @@ -37186,7 +37186,7 @@

    Return Value

    results

    @@ -37310,7 +37310,7 @@

    Return Value

    results

    @@ -37421,7 +37421,7 @@

    Return Value

    results

    @@ -37545,7 +37545,7 @@

    Return Value

    results

    @@ -37669,7 +37669,7 @@

    Return Value

    results

    @@ -37806,7 +37806,7 @@

    Return Value

    results

    @@ -37893,7 +37893,7 @@

    Return Value

    results

    @@ -37993,7 +37993,7 @@

    Return Value

    results

    @@ -38092,7 +38092,7 @@

    Return Value

    results

    @@ -38204,7 +38204,7 @@

    Return Value

    results

    @@ -38304,7 +38304,7 @@

    Return Value

    results

    @@ -38417,7 +38417,7 @@

    Return Value

    results

    @@ -38529,7 +38529,7 @@

    Return Value

    results

    @@ -38654,7 +38654,7 @@

    Return Value

    results

    @@ -38754,7 +38754,7 @@

    Return Value

    results

    @@ -38867,7 +38867,7 @@

    Return Value

    results

    @@ -38979,7 +38979,7 @@

    Return Value

    results

    @@ -39104,7 +39104,7 @@

    Return Value

    results

    @@ -39217,7 +39217,7 @@

    Return Value

    results

    @@ -39343,7 +39343,7 @@

    Return Value

    results

    @@ -39468,7 +39468,7 @@

    Return Value

    results

    @@ -39606,7 +39606,7 @@

    Return Value

    results

    @@ -39706,7 +39706,7 @@

    Return Value

    results

    @@ -39819,7 +39819,7 @@

    Return Value

    results

    @@ -39931,7 +39931,7 @@

    Return Value

    results

    @@ -40056,7 +40056,7 @@

    Return Value

    results

    @@ -40169,7 +40169,7 @@

    Return Value

    results

    @@ -40295,7 +40295,7 @@

    Return Value

    results

    @@ -40420,7 +40420,7 @@

    Return Value

    results

    @@ -40558,7 +40558,7 @@

    Return Value

    results

    @@ -40671,7 +40671,7 @@

    Return Value

    results

    @@ -40797,7 +40797,7 @@

    Return Value

    results

    @@ -40922,7 +40922,7 @@

    Return Value

    results

    @@ -41060,7 +41060,7 @@

    Return Value

    results

    @@ -41186,7 +41186,7 @@

    Return Value

    results

    @@ -41325,7 +41325,7 @@

    Return Value

    results

    @@ -41463,7 +41463,7 @@

    Return Value

    results

    @@ -41614,7 +41614,7 @@

    Return Value

    results

    @@ -41714,7 +41714,7 @@

    Return Value

    results

    @@ -41827,7 +41827,7 @@

    Return Value

    results

    @@ -41939,7 +41939,7 @@

    Return Value

    results

    @@ -42064,7 +42064,7 @@

    Return Value

    results

    @@ -42177,7 +42177,7 @@

    Return Value

    results

    @@ -42303,7 +42303,7 @@

    Return Value

    results

    @@ -42428,7 +42428,7 @@

    Return Value

    results

    @@ -42566,7 +42566,7 @@

    Return Value

    results

    @@ -42679,7 +42679,7 @@

    Return Value

    results

    @@ -42805,7 +42805,7 @@

    Return Value

    results

    @@ -42930,7 +42930,7 @@

    Return Value

    results

    @@ -43068,7 +43068,7 @@

    Return Value

    results

    @@ -43194,7 +43194,7 @@

    Return Value

    results

    @@ -43333,7 +43333,7 @@

    Return Value

    results

    @@ -43471,7 +43471,7 @@

    Return Value

    results

    @@ -43622,7 +43622,7 @@

    Return Value

    results

    @@ -43735,7 +43735,7 @@

    Return Value

    results

    @@ -43861,7 +43861,7 @@

    Return Value

    results

    @@ -43986,7 +43986,7 @@

    Return Value

    results

    @@ -44124,7 +44124,7 @@

    Return Value

    results

    @@ -44250,7 +44250,7 @@

    Return Value

    results

    @@ -44389,7 +44389,7 @@

    Return Value

    results

    @@ -44527,7 +44527,7 @@

    Return Value

    results

    @@ -44678,7 +44678,7 @@

    Return Value

    results

    @@ -44804,7 +44804,7 @@

    Return Value

    results

    @@ -44943,7 +44943,7 @@

    Return Value

    results

    @@ -45081,7 +45081,7 @@

    Return Value

    results

    @@ -45232,7 +45232,7 @@

    Return Value

    results

    @@ -45371,7 +45371,7 @@

    Return Value

    results

    @@ -45523,7 +45523,7 @@

    Return Value

    results

    @@ -45674,7 +45674,7 @@

    Return Value

    results

    @@ -45838,7 +45838,7 @@

    Return Value

    results

    @@ -45910,7 +45910,7 @@

    Return Value

    results

    @@ -45995,7 +45995,7 @@

    Return Value

    results

    @@ -46080,7 +46080,7 @@

    Return Value

    results

    @@ -46178,7 +46178,7 @@

    Return Value

    results

    @@ -46263,7 +46263,7 @@

    Return Value

    results

    @@ -46361,7 +46361,7 @@

    Return Value

    results

    @@ -46459,7 +46459,7 @@

    Return Value

    results

    @@ -46570,7 +46570,7 @@

    Return Value

    results

    @@ -46655,7 +46655,7 @@

    Return Value

    results

    @@ -46753,7 +46753,7 @@

    Return Value

    results

    @@ -46851,7 +46851,7 @@

    Return Value

    results

    @@ -46962,7 +46962,7 @@

    Return Value

    results

    @@ -47060,7 +47060,7 @@

    Return Value

    results

    @@ -47171,7 +47171,7 @@

    Return Value

    results

    @@ -47282,7 +47282,7 @@

    Return Value

    results

    @@ -47406,7 +47406,7 @@

    Return Value

    results

    @@ -47479,7 +47479,7 @@

    Return Value

    results

    @@ -47565,7 +47565,7 @@

    Return Value

    results

    @@ -47651,7 +47651,7 @@

    Return Value

    results

    @@ -47750,7 +47750,7 @@

    Return Value

    results

    @@ -47836,7 +47836,7 @@

    Return Value

    results

    @@ -47935,7 +47935,7 @@

    Return Value

    results

    @@ -48034,7 +48034,7 @@

    Return Value

    results

    @@ -48146,7 +48146,7 @@

    Return Value

    results

    @@ -48232,7 +48232,7 @@

    Return Value

    results

    @@ -48331,7 +48331,7 @@

    Return Value

    results

    @@ -48430,7 +48430,7 @@

    Return Value

    results

    @@ -48542,7 +48542,7 @@

    Return Value

    results

    @@ -48641,7 +48641,7 @@

    Return Value

    results

    @@ -48753,7 +48753,7 @@

    Return Value

    results

    @@ -48865,7 +48865,7 @@

    Return Value

    results

    @@ -48990,7 +48990,7 @@

    Return Value

    results

    @@ -49076,7 +49076,7 @@

    Return Value

    results

    @@ -49175,7 +49175,7 @@

    Return Value

    results

    @@ -49274,7 +49274,7 @@

    Return Value

    results

    @@ -49386,7 +49386,7 @@

    Return Value

    results

    @@ -49485,7 +49485,7 @@

    Return Value

    results

    @@ -49597,7 +49597,7 @@

    Return Value

    results

    @@ -49709,7 +49709,7 @@

    Return Value

    results

    @@ -49834,7 +49834,7 @@

    Return Value

    results

    @@ -49933,7 +49933,7 @@

    Return Value

    results

    @@ -50045,7 +50045,7 @@

    Return Value

    results

    @@ -50157,7 +50157,7 @@

    Return Value

    results

    @@ -50282,7 +50282,7 @@

    Return Value

    results

    @@ -50394,7 +50394,7 @@

    Return Value

    results

    @@ -50519,7 +50519,7 @@

    Return Value

    results

    @@ -50644,7 +50644,7 @@

    Return Value

    results

    @@ -50782,7 +50782,7 @@

    Return Value

    results

    @@ -50868,7 +50868,7 @@

    Return Value

    results

    @@ -50967,7 +50967,7 @@

    Return Value

    results

    @@ -51066,7 +51066,7 @@

    Return Value

    results

    @@ -51178,7 +51178,7 @@

    Return Value

    results

    @@ -51277,7 +51277,7 @@

    Return Value

    results

    @@ -51389,7 +51389,7 @@

    Return Value

    results

    @@ -51501,7 +51501,7 @@

    Return Value

    results

    @@ -51626,7 +51626,7 @@

    Return Value

    results

    @@ -51725,7 +51725,7 @@

    Return Value

    results

    @@ -51837,7 +51837,7 @@

    Return Value

    results

    @@ -51949,7 +51949,7 @@

    Return Value

    results

    @@ -52074,7 +52074,7 @@

    Return Value

    results

    @@ -52186,7 +52186,7 @@

    Return Value

    results

    @@ -52311,7 +52311,7 @@

    Return Value

    results

    @@ -52436,7 +52436,7 @@

    Return Value

    results

    @@ -52574,7 +52574,7 @@

    Return Value

    results

    @@ -52673,7 +52673,7 @@

    Return Value

    results

    @@ -52785,7 +52785,7 @@

    Return Value

    results

    @@ -52897,7 +52897,7 @@

    Return Value

    results

    @@ -53022,7 +53022,7 @@

    Return Value

    results

    @@ -53134,7 +53134,7 @@

    Return Value

    results

    @@ -53259,7 +53259,7 @@

    Return Value

    results

    @@ -53384,7 +53384,7 @@

    Return Value

    results

    @@ -53522,7 +53522,7 @@

    Return Value

    results

    @@ -53634,7 +53634,7 @@

    Return Value

    results

    @@ -53759,7 +53759,7 @@

    Return Value

    results

    @@ -53884,7 +53884,7 @@

    Return Value

    results

    @@ -54022,7 +54022,7 @@

    Return Value

    results

    @@ -54147,7 +54147,7 @@

    Return Value

    results

    @@ -54285,7 +54285,7 @@

    Return Value

    results

    @@ -54423,7 +54423,7 @@

    Return Value

    results

    @@ -54574,7 +54574,7 @@

    Return Value

    feature results

    @@ -54685,7 +54685,7 @@

    Return Value

    results

    @@ -54809,7 +54809,7 @@

    Return Value

    results

    @@ -54933,7 +54933,7 @@

    Return Value

    results

    @@ -55070,7 +55070,7 @@

    Return Value

    results

    @@ -55194,7 +55194,7 @@

    Return Value

    results

    @@ -55331,7 +55331,7 @@

    Return Value

    results

    @@ -55468,7 +55468,7 @@

    Return Value

    results

    @@ -55618,7 +55618,7 @@

    Return Value

    results

    @@ -55742,7 +55742,7 @@

    Return Value

    results

    @@ -55879,7 +55879,7 @@

    Return Value

    results

    @@ -56016,7 +56016,7 @@

    Return Value

    results

    @@ -56166,7 +56166,7 @@

    Return Value

    results

    @@ -56303,7 +56303,7 @@

    Return Value

    results

    @@ -56453,7 +56453,7 @@

    Return Value

    results

    @@ -56603,7 +56603,7 @@

    Return Value

    results

    @@ -56766,7 +56766,7 @@

    Return Value

    results

    @@ -56877,7 +56877,7 @@

    Return Value

    results

    @@ -57001,7 +57001,7 @@

    Return Value

    results

    @@ -57125,7 +57125,7 @@

    Return Value

    results

    @@ -57262,7 +57262,7 @@

    Return Value

    results

    @@ -57386,7 +57386,7 @@

    Return Value

    results

    @@ -57523,7 +57523,7 @@

    Return Value

    results

    @@ -57660,7 +57660,7 @@

    Return Value

    results

    @@ -57810,7 +57810,7 @@

    Return Value

    results

    @@ -57935,7 +57935,7 @@

    Return Value

    results

    @@ -58073,7 +58073,7 @@

    Return Value

    results

    @@ -58211,7 +58211,7 @@

    Return Value

    results

    @@ -58362,7 +58362,7 @@

    Return Value

    results

    @@ -58500,7 +58500,7 @@

    Return Value

    results

    @@ -58651,7 +58651,7 @@

    Return Value

    results

    @@ -58802,7 +58802,7 @@

    Return Value

    results

    @@ -58966,7 +58966,7 @@

    Return Value

    results

    @@ -59090,7 +59090,7 @@

    Return Value

    results

    @@ -59227,7 +59227,7 @@

    Return Value

    results

    @@ -59364,7 +59364,7 @@

    Return Value

    results

    @@ -59514,7 +59514,7 @@

    Return Value

    results

    @@ -59652,7 +59652,7 @@

    Return Value

    results

    @@ -59803,7 +59803,7 @@

    Return Value

    results

    @@ -59954,7 +59954,7 @@

    Return Value

    results

    @@ -60118,7 +60118,7 @@

    Return Value

    results

    @@ -60256,7 +60256,7 @@

    Return Value

    results

    @@ -60407,7 +60407,7 @@

    Return Value

    results

    @@ -60558,7 +60558,7 @@

    Return Value

    results

    @@ -60722,7 +60722,7 @@

    Return Value

    results

    @@ -60873,7 +60873,7 @@

    Return Value

    results

    @@ -61037,7 +61037,7 @@

    Return Value

    results

    @@ -61201,7 +61201,7 @@

    Return Value

    results

    @@ -61378,7 +61378,7 @@

    Return Value

    results

    @@ -61502,7 +61502,7 @@

    Return Value

    results

    @@ -61639,7 +61639,7 @@

    Return Value

    results

    @@ -61776,7 +61776,7 @@

    Return Value

    results

    @@ -61926,7 +61926,7 @@

    Return Value

    results

    @@ -62063,7 +62063,7 @@

    Return Value

    results

    @@ -62213,7 +62213,7 @@

    Return Value

    results

    @@ -62363,7 +62363,7 @@

    Return Value

    results

    @@ -62526,7 +62526,7 @@

    Return Value

    results

    @@ -62664,7 +62664,7 @@

    Return Value

    results

    @@ -62815,7 +62815,7 @@

    Return Value

    results

    @@ -62966,7 +62966,7 @@

    Return Value

    results

    @@ -63130,7 +63130,7 @@

    Return Value

    results

    @@ -63281,7 +63281,7 @@

    Return Value

    results

    @@ -63445,7 +63445,7 @@

    Return Value

    results

    @@ -63609,7 +63609,7 @@

    Return Value

    results

    @@ -63786,7 +63786,7 @@

    Return Value

    results

    @@ -63923,7 +63923,7 @@

    Return Value

    results

    @@ -64073,7 +64073,7 @@

    Return Value

    results

    @@ -64223,7 +64223,7 @@

    Return Value

    results

    @@ -64386,7 +64386,7 @@

    Return Value

    results

    @@ -64536,7 +64536,7 @@

    Return Value

    results

    @@ -64699,7 +64699,7 @@

    Return Value

    results

    @@ -64862,7 +64862,7 @@

    Return Value

    results

    @@ -65038,7 +65038,7 @@

    Return Value

    results

    @@ -65189,7 +65189,7 @@

    Return Value

    results

    @@ -65353,7 +65353,7 @@

    Return Value

    results

    @@ -65517,7 +65517,7 @@

    Return Value

    results

    @@ -65694,7 +65694,7 @@

    Return Value

    results

    @@ -65858,7 +65858,7 @@

    Return Value

    results

    @@ -66035,7 +66035,7 @@

    Return Value

    results

    @@ -66212,7 +66212,7 @@

    Return Value

    results

    @@ -66402,7 +66402,7 @@

    Return Value

    results

    @@ -66412,7 +66412,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGRTreeIndexTableRow.html b/docs/docs/api/Classes/GPKGRTreeIndexTableRow.html index 85459f8f..7b7fa8d8 100644 --- a/docs/docs/api/Classes/GPKGRTreeIndexTableRow.html +++ b/docs/docs/api/Classes/GPKGRTreeIndexTableRow.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGRTreeIndexTableRow

    Undocumented

    @@ -5104,7 +5104,7 @@

    Return Value

    new rtree index table row

    @@ -5143,7 +5143,7 @@

    Return Value

    min x

    @@ -5182,7 +5182,7 @@

    Return Value

    max x

    @@ -5221,7 +5221,7 @@

    Return Value

    min y

    @@ -5260,7 +5260,7 @@

    Return Value

    max y

    @@ -5270,7 +5270,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGRawConstraint.html b/docs/docs/api/Classes/GPKGRawConstraint.html index 4bab5268..77e6958f 100644 --- a/docs/docs/api/Classes/GPKGRawConstraint.html +++ b/docs/docs/api/Classes/GPKGRawConstraint.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGRawConstraint

    Table raw or unparsed constraint

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5135,7 +5135,7 @@

    Parameters

    @@ -5202,7 +5202,7 @@

    Parameters

    @@ -5282,7 +5282,7 @@

    Parameters

    @@ -5348,7 +5348,7 @@

    Parameters

    @@ -5428,7 +5428,7 @@

    Parameters

    @@ -5521,7 +5521,7 @@

    Parameters

    @@ -5575,7 +5575,7 @@

    Parameters

    @@ -5629,7 +5629,7 @@

    Parameters

    @@ -5639,7 +5639,7 @@

    Parameters

    diff --git a/docs/docs/api/Classes/GPKGRelatedTablesExtension.html b/docs/docs/api/Classes/GPKGRelatedTablesExtension.html index 5453dc80..a1854e05 100644 --- a/docs/docs/api/Classes/GPKGRelatedTablesExtension.html +++ b/docs/docs/api/Classes/GPKGRelatedTablesExtension.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5047,7 +5047,7 @@

    GPKGRelatedTablesExtension

    http://docs.opengeospatial.org/is/18-000/18-000.html

    @@ -5106,7 +5106,7 @@

    Return Value

    new related tables

    @@ -5145,7 +5145,7 @@

    Return Value

    extension name

    @@ -5184,7 +5184,7 @@

    Return Value

    extension definition

    @@ -5223,7 +5223,7 @@

    Return Value

    true if has extension

    @@ -5281,7 +5281,7 @@

    Return Value

    true if has extension

    @@ -5320,7 +5320,7 @@

    Return Value

    extended relations DAO

    @@ -5379,7 +5379,7 @@

    Return Value

    extended relations dao

    @@ -5438,7 +5438,7 @@

    Return Value

    extended relations dao

    @@ -5477,7 +5477,7 @@

    Return Value

    true if created

    @@ -5535,7 +5535,7 @@

    Return Value

    the column name

    @@ -5589,7 +5589,7 @@

    Parameters

    @@ -5628,7 +5628,7 @@

    Return Value

    a list of ExtendedRelation objects

    @@ -5727,7 +5727,7 @@

    Return Value

    The relationship that was added

    @@ -5839,7 +5839,7 @@

    Return Value

    The relationship that was added

    @@ -5938,7 +5938,7 @@

    Return Value

    The relationship that was added

    @@ -6037,7 +6037,7 @@

    Return Value

    The relationship that was added

    @@ -6149,7 +6149,7 @@

    Return Value

    The relationship that was added

    @@ -6248,7 +6248,7 @@

    Return Value

    The relationship that was added

    @@ -6334,7 +6334,7 @@

    Return Value

    The relationship that was added

    @@ -6420,7 +6420,7 @@

    Return Value

    The relationship that was added

    @@ -6506,7 +6506,7 @@

    Return Value

    The relationship that was added

    @@ -6592,7 +6592,7 @@

    Return Value

    The relationship that was added

    @@ -6691,7 +6691,7 @@

    Return Value

    The relationship that was added

    @@ -6790,7 +6790,7 @@

    Return Value

    The relationship that was added

    @@ -6876,7 +6876,7 @@

    Return Value

    The relationship that was added

    @@ -6963,7 +6963,7 @@

    Return Value

    The relationship that was added

    @@ -7050,7 +7050,7 @@

    Return Value

    The relationship that was added

    @@ -7136,7 +7136,7 @@

    Return Value

    The relationship that was added

    @@ -7224,7 +7224,7 @@

    Return Value

    The relationship that was added

    @@ -7313,7 +7313,7 @@

    Return Value

    The relationship that was added

    @@ -7400,7 +7400,7 @@

    Return Value

    The relationship that was added

    @@ -7488,7 +7488,7 @@

    Return Value

    The relationship that was added

    @@ -7576,7 +7576,7 @@

    Return Value

    The relationship that was added

    @@ -7665,7 +7665,7 @@

    Return Value

    The relationship that was added

    @@ -7751,7 +7751,7 @@

    Return Value

    The relationship that was added

    @@ -7837,7 +7837,7 @@

    Return Value

    The relationship that was added

    @@ -7923,7 +7923,7 @@

    Return Value

    The relationship that was added

    @@ -8009,7 +8009,7 @@

    Return Value

    The relationship that was added

    @@ -8069,7 +8069,7 @@

    Return Value

    true if table was created, false if the table already existed

    @@ -8129,7 +8129,7 @@

    Return Value

    true if table was created, false if the table already existed

    @@ -8189,7 +8189,7 @@

    Return Value

    true if created, false if the table already existed

    @@ -8269,7 +8269,7 @@

    Parameters

    @@ -8362,7 +8362,7 @@

    Parameters

    @@ -8416,7 +8416,7 @@

    Parameters

    @@ -8496,7 +8496,7 @@

    Parameters

    @@ -8550,7 +8550,7 @@

    Parameters

    @@ -8604,7 +8604,7 @@

    Parameters

    @@ -8639,7 +8639,7 @@

    Declaration

    @@ -8711,7 +8711,7 @@

    Return Value

    true if has relations

    @@ -8782,7 +8782,7 @@

    Return Value

    extended relations

    @@ -8867,7 +8867,7 @@

    Return Value

    true if has relations

    @@ -8951,7 +8951,7 @@

    Return Value

    extended relations

    @@ -9049,7 +9049,7 @@

    Return Value

    true if has relations

    @@ -9146,7 +9146,7 @@

    Return Value

    extended relations

    @@ -9270,7 +9270,7 @@

    Return Value

    true if has relations

    @@ -9393,7 +9393,7 @@

    Return Value

    extended relations

    @@ -9464,7 +9464,7 @@

    Return Value

    custom relation name

    @@ -9522,7 +9522,7 @@

    Return Value

    extended relations

    @@ -9580,7 +9580,7 @@

    Return Value

    true if has extended relations

    @@ -9638,7 +9638,7 @@

    Return Value

    extended relations

    @@ -9696,7 +9696,7 @@

    Return Value

    true if has extended relations

    @@ -9754,7 +9754,7 @@

    Return Value

    extended relations

    @@ -9812,7 +9812,7 @@

    Return Value

    true if has extended relations

    @@ -9870,7 +9870,7 @@

    Return Value

    user custom dao

    @@ -9929,7 +9929,7 @@

    Return Value

    user mapping dao

    @@ -9987,7 +9987,7 @@

    Return Value

    user mapping dao

    @@ -10045,7 +10045,7 @@

    Return Value

    media DAO

    @@ -10103,7 +10103,7 @@

    Return Value

    media DAO

    @@ -10161,7 +10161,7 @@

    Return Value

    media DAO

    @@ -10220,7 +10220,7 @@

    Return Value

    simple attributes DAO

    @@ -10279,7 +10279,7 @@

    Return Value

    simple attributes DAO

    @@ -10338,7 +10338,7 @@

    Return Value

    simple attributes DAO

    @@ -10410,7 +10410,7 @@

    Return Value

    IDs representing the matching related IDs

    @@ -10481,7 +10481,7 @@

    Return Value

    IDs representing the matching related IDs

    @@ -10553,7 +10553,7 @@

    Return Value

    IDs representing the matching base IDs

    @@ -10624,7 +10624,7 @@

    Return Value

    IDs representing the matching base IDs

    @@ -10708,7 +10708,7 @@

    Return Value

    true if mapping exists

    @@ -10778,7 +10778,7 @@

    Return Value

    mappings count

    @@ -10848,7 +10848,7 @@

    Return Value

    true if mapping exists

    @@ -10919,7 +10919,7 @@

    Return Value

    mappings count

    @@ -10990,7 +10990,7 @@

    Return Value

    true if mapping exists

    @@ -11061,7 +11061,7 @@

    Return Value

    mappings count

    @@ -11132,7 +11132,7 @@

    Return Value

    true if mapping exists

    @@ -11202,7 +11202,7 @@

    Return Value

    rows deleted

    @@ -11273,7 +11273,7 @@

    Return Value

    rows deleted

    @@ -11344,7 +11344,7 @@

    Return Value

    rows deleted

    @@ -11415,7 +11415,7 @@

    Return Value

    mappings count

    @@ -11486,7 +11486,7 @@

    Return Value

    true if mapping exists

    @@ -11557,7 +11557,7 @@

    Return Value

    mappings count

    @@ -11628,7 +11628,7 @@

    Return Value

    true if mapping exists

    @@ -11699,7 +11699,7 @@

    Return Value

    mappings count

    @@ -11770,7 +11770,7 @@

    Return Value

    true if mapping exists

    @@ -11841,7 +11841,7 @@

    Return Value

    rows deleted

    @@ -11912,7 +11912,7 @@

    Return Value

    rows deleted

    @@ -11983,7 +11983,7 @@

    Return Value

    rows deleted

    @@ -12053,7 +12053,7 @@

    Return Value

    mappings count

    @@ -12123,7 +12123,7 @@

    Return Value

    true if mapping exists

    @@ -12193,7 +12193,7 @@

    Return Value

    rows deleted

    @@ -12203,7 +12203,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGRelationTypes.html b/docs/docs/api/Classes/GPKGRelationTypes.html index 5bfdaa10..fb98d45a 100644 --- a/docs/docs/api/Classes/GPKGRelationTypes.html +++ b/docs/docs/api/Classes/GPKGRelationTypes.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5072,7 +5072,7 @@

    GPKGRelationTypes

    Undocumented

    @@ -5131,7 +5131,7 @@

    Return Value

    relation type name

    @@ -5189,7 +5189,7 @@

    Return Value

    relation type

    @@ -5243,7 +5243,7 @@

    Parameters

    @@ -5253,7 +5253,7 @@

    Parameters

    diff --git a/docs/docs/api/Classes/GPKGResultSet.html b/docs/docs/api/Classes/GPKGResultSet.html index 6cf23f28..001badb4 100644 --- a/docs/docs/api/Classes/GPKGResultSet.html +++ b/docs/docs/api/Classes/GPKGResultSet.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGResultSet

    Result set from a database query

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5151,7 +5151,7 @@

    Declaration

    @@ -5186,7 +5186,7 @@

    Declaration

    @@ -5221,7 +5221,7 @@

    Declaration

    @@ -5256,7 +5256,7 @@

    Declaration

    @@ -5291,7 +5291,7 @@

    Declaration

    @@ -5326,7 +5326,7 @@

    Declaration

    @@ -5436,7 +5436,7 @@

    Return Value

    new result set

    @@ -5494,7 +5494,7 @@

    Return Value

    new result set

    @@ -5533,7 +5533,7 @@

    Return Value

    true if a result found, false if no more results

    @@ -5572,7 +5572,7 @@

    Return Value

    reset code

    @@ -5630,7 +5630,7 @@

    Return Value

    true if result at position found

    @@ -5665,7 +5665,7 @@

    Declaration

    @@ -5700,7 +5700,7 @@

    Declaration

    @@ -5739,7 +5739,7 @@

    Return Value

    count

    @@ -5778,7 +5778,7 @@

    Return Value

    row value

    @@ -5817,7 +5817,7 @@

    Return Value

    row value array

    @@ -5871,7 +5871,7 @@

    Parameters

    @@ -5929,7 +5929,7 @@

    Return Value

    value

    @@ -5987,7 +5987,7 @@

    Return Value

    value

    @@ -6045,7 +6045,7 @@

    Return Value

    index

    @@ -6103,7 +6103,7 @@

    Return Value

    column type

    @@ -6161,7 +6161,7 @@

    Return Value

    string value

    @@ -6219,7 +6219,7 @@

    Return Value

    int number

    @@ -6277,7 +6277,7 @@

    Return Value

    blob data

    @@ -6335,7 +6335,7 @@

    Return Value

    long number

    @@ -6393,7 +6393,7 @@

    Return Value

    double number

    @@ -6432,7 +6432,7 @@

    Return Value

    result count

    @@ -6486,7 +6486,7 @@

    Parameters

    @@ -6525,7 +6525,7 @@

    Return Value

    id value

    @@ -6564,7 +6564,7 @@

    Return Value

    id value, or -1 if none

    @@ -6574,7 +6574,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGRow.html b/docs/docs/api/Classes/GPKGRow.html index ab5c82f9..f4cceff3 100644 --- a/docs/docs/api/Classes/GPKGRow.html +++ b/docs/docs/api/Classes/GPKGRow.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGRow

    Result row

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5155,7 +5155,7 @@

    Return Value

    new row

    @@ -5213,7 +5213,7 @@

    Return Value

    new row

    @@ -5284,7 +5284,7 @@

    Return Value

    new row

    @@ -5323,7 +5323,7 @@

    Return Value

    new row

    @@ -5381,7 +5381,7 @@

    Return Value

    new row

    @@ -5452,7 +5452,7 @@

    Return Value

    new row

    @@ -5491,7 +5491,7 @@

    Return Value

    count

    @@ -5549,7 +5549,7 @@

    Return Value

    column name

    @@ -5607,7 +5607,7 @@

    Return Value

    value

    @@ -5665,7 +5665,7 @@

    Return Value

    value

    @@ -5675,7 +5675,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGRowPaginatedResults.html b/docs/docs/api/Classes/GPKGRowPaginatedResults.html index 6d0e1d18..ef816be5 100644 --- a/docs/docs/api/Classes/GPKGRowPaginatedResults.html +++ b/docs/docs/api/Classes/GPKGRowPaginatedResults.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGRowPaginatedResults

    Paginated Row Results for iterating and querying through chunks

    @@ -5117,7 +5117,7 @@

    Return Value

    new row paginated results

    @@ -5188,7 +5188,7 @@

    Return Value

    new row paginated results

    @@ -5227,7 +5227,7 @@

    Return Value

    user DAO

    @@ -5266,7 +5266,7 @@

    Return Value

    user row

    @@ -5276,7 +5276,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGRowResultSet.html b/docs/docs/api/Classes/GPKGRowResultSet.html index 62cb54da..0f23264c 100644 --- a/docs/docs/api/Classes/GPKGRowResultSet.html +++ b/docs/docs/api/Classes/GPKGRowResultSet.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGRowResultSet

    User Row wrapped Result set

    @@ -5117,7 +5117,7 @@

    Return Value

    new row result set

    @@ -5188,7 +5188,7 @@

    Return Value

    new row result set

    @@ -5227,7 +5227,7 @@

    Return Value

    DAO

    @@ -5266,7 +5266,7 @@

    Return Value

    user row

    @@ -5276,7 +5276,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGSQLiteMaster.html b/docs/docs/api/Classes/GPKGSQLiteMaster.html index 4b141ecf..3dda2691 100644 --- a/docs/docs/api/Classes/GPKGSQLiteMaster.html +++ b/docs/docs/api/Classes/GPKGSQLiteMaster.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGSQLiteMaster

    SQLite Master table queries (sqlite_master)

    @@ -5085,7 +5085,7 @@

    Return Value

    count

    @@ -5124,7 +5124,7 @@

    Return Value

    columns

    @@ -5182,7 +5182,7 @@

    Return Value

    type

    @@ -5240,7 +5240,7 @@

    Return Value

    type string

    @@ -5298,7 +5298,7 @@

    Return Value

    name

    @@ -5356,7 +5356,7 @@

    Return Value

    name

    @@ -5414,7 +5414,7 @@

    Return Value

    name

    @@ -5472,7 +5472,7 @@

    Return Value

    name

    @@ -5542,7 +5542,7 @@

    Return Value

    value

    @@ -5600,7 +5600,7 @@

    Return Value

    row column values

    @@ -5671,7 +5671,7 @@

    Return Value

    value

    @@ -5729,7 +5729,7 @@

    Return Value

    column index

    @@ -5787,7 +5787,7 @@

    Return Value

    constraints

    @@ -5845,7 +5845,7 @@

    Return Value

    columns

    @@ -5903,7 +5903,7 @@

    Return Value

    types

    @@ -5961,7 +5961,7 @@

    Return Value

    count

    @@ -6019,7 +6019,7 @@

    Return Value

    SQLiteMaster result

    @@ -6089,7 +6089,7 @@

    Return Value

    count

    @@ -6160,7 +6160,7 @@

    Return Value

    SQLiteMaster result

    @@ -6231,7 +6231,7 @@

    Return Value

    SQLiteMaster result

    @@ -6315,7 +6315,7 @@

    Return Value

    SQLiteMaster result

    @@ -6386,7 +6386,7 @@

    Return Value

    SQLiteMaster result

    @@ -6457,7 +6457,7 @@

    Return Value

    SQLiteMaster result

    @@ -6541,7 +6541,7 @@

    Return Value

    SQLiteMaster result

    @@ -6625,7 +6625,7 @@

    Return Value

    SQLiteMaster result

    @@ -6696,7 +6696,7 @@

    Return Value

    count

    @@ -6780,7 +6780,7 @@

    Return Value

    SQLiteMaster result

    @@ -6864,7 +6864,7 @@

    Return Value

    count

    @@ -6961,7 +6961,7 @@

    Return Value

    SQLiteMaster result

    @@ -7032,7 +7032,7 @@

    Return Value

    count

    @@ -7116,7 +7116,7 @@

    Return Value

    SQLiteMaster result

    @@ -7200,7 +7200,7 @@

    Return Value

    count

    @@ -7297,7 +7297,7 @@

    Return Value

    SQLiteMaster result

    @@ -7368,7 +7368,7 @@

    Return Value

    SQLiteMaster result

    @@ -7439,7 +7439,7 @@

    Return Value

    count

    @@ -7523,7 +7523,7 @@

    Return Value

    SQLiteMaster result

    @@ -7607,7 +7607,7 @@

    Return Value

    SQLiteMaster result

    @@ -7691,7 +7691,7 @@

    Return Value

    count

    @@ -7788,7 +7788,7 @@

    Return Value

    SQLiteMaster result

    @@ -7872,7 +7872,7 @@

    Return Value

    count

    @@ -7969,7 +7969,7 @@

    Return Value

    SQLiteMaster result

    @@ -8040,7 +8040,7 @@

    Return Value

    SQLiteMaster result

    @@ -8124,7 +8124,7 @@

    Return Value

    SQLiteMaster result

    @@ -8195,7 +8195,7 @@

    Return Value

    count

    @@ -8267,7 +8267,7 @@

    Return Value

    SQL constraints

    @@ -8277,7 +8277,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGSQLiteMasterColumns.html b/docs/docs/api/Classes/GPKGSQLiteMasterColumns.html index 9c45b0ff..343020bc 100644 --- a/docs/docs/api/Classes/GPKGSQLiteMasterColumns.html +++ b/docs/docs/api/Classes/GPKGSQLiteMasterColumns.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGSQLiteMasterColumns

    SQLite Master table (sqlite_master) column keywords

    @@ -5104,7 +5104,7 @@

    Return Value

    SQLite Master column keyword type name

    @@ -5162,7 +5162,7 @@

    Return Value

    SQLite Master column keyword type

    @@ -5201,7 +5201,7 @@

    Return Value

    SQLite Master column keyword type values

    @@ -5211,7 +5211,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGSQLiteMasterQuery.html b/docs/docs/api/Classes/GPKGSQLiteMasterQuery.html index 570e346f..5b5476b4 100644 --- a/docs/docs/api/Classes/GPKGSQLiteMasterQuery.html +++ b/docs/docs/api/Classes/GPKGSQLiteMasterQuery.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGSQLiteMasterQuery

    Query on the SQLiteMaster table

    @@ -5113,7 +5113,7 @@

    Parameters

    @@ -5193,7 +5193,7 @@

    Parameters

    @@ -5247,7 +5247,7 @@

    Parameters

    @@ -5301,7 +5301,7 @@

    Parameters

    @@ -5340,7 +5340,7 @@

    Return Value

    true if has a query

    @@ -5379,7 +5379,7 @@

    Return Value

    sql

    @@ -5418,7 +5418,7 @@

    Return Value

    arguments

    @@ -5457,7 +5457,7 @@

    Return Value

    query

    @@ -5496,7 +5496,7 @@

    Return Value

    query

    @@ -5535,7 +5535,7 @@

    Return Value

    query

    @@ -5606,7 +5606,7 @@

    Return Value

    query

    @@ -5690,7 +5690,7 @@

    Return Value

    query

    @@ -5763,7 +5763,7 @@

    Return Value

    query

    @@ -5849,7 +5849,7 @@

    Return Value

    query

    @@ -5922,7 +5922,7 @@

    Return Value

    query

    @@ -6008,7 +6008,7 @@

    Return Value

    query

    @@ -6066,7 +6066,7 @@

    Return Value

    query

    @@ -6076,7 +6076,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGSQLiteMasterTypes.html b/docs/docs/api/Classes/GPKGSQLiteMasterTypes.html index 13ed1cb8..2e799310 100644 --- a/docs/docs/api/Classes/GPKGSQLiteMasterTypes.html +++ b/docs/docs/api/Classes/GPKGSQLiteMasterTypes.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGSQLiteMasterTypes

    SQLite Master table (sqlite_master) type column keywords

    @@ -5104,7 +5104,7 @@

    Return Value

    SQLite Master table type name

    @@ -5162,7 +5162,7 @@

    Return Value

    SQLite Master table type

    @@ -5172,7 +5172,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGSchemaExtension.html b/docs/docs/api/Classes/GPKGSchemaExtension.html index ed2b3917..3911e01e 100644 --- a/docs/docs/api/Classes/GPKGSchemaExtension.html +++ b/docs/docs/api/Classes/GPKGSchemaExtension.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5047,7 +5047,7 @@

    GPKGSchemaExtension

    https://www.geopackage.org/spec/#extension_schema

    @@ -5083,7 +5083,7 @@

    Declaration

    @@ -5118,7 +5118,7 @@

    Declaration

    @@ -5176,7 +5176,7 @@

    Return Value

    new instance

    @@ -5215,7 +5215,7 @@

    Return Value

    extensions

    @@ -5254,7 +5254,7 @@

    Return Value

    true if has extension

    @@ -5289,7 +5289,7 @@

    Declaration

    @@ -5328,7 +5328,7 @@

    Return Value

    Data Columns DAO

    @@ -5387,7 +5387,7 @@

    Return Value

    Data Columns DAO

    @@ -5445,7 +5445,7 @@

    Return Value

    Data Columns DAO

    @@ -5484,7 +5484,7 @@

    Return Value

    true if created

    @@ -5523,7 +5523,7 @@

    Return Value

    Data Column Constraints DAO

    @@ -5582,7 +5582,7 @@

    Return Value

    Data Column Constraints DAO

    @@ -5641,7 +5641,7 @@

    Return Value

    Data Column Constraints DAO

    @@ -5680,7 +5680,7 @@

    Return Value

    true if created

    @@ -5690,7 +5690,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGSessionTaskData.html b/docs/docs/api/Classes/GPKGSessionTaskData.html index 4a581009..dec881fd 100644 --- a/docs/docs/api/Classes/GPKGSessionTaskData.html +++ b/docs/docs/api/Classes/GPKGSessionTaskData.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGSessionTaskData

    GeoPackage additional session task data stored as an associated object

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5151,7 +5151,7 @@

    Declaration

    @@ -5186,7 +5186,7 @@

    Declaration

    @@ -5221,7 +5221,7 @@

    Declaration

    @@ -5231,7 +5231,7 @@

    Declaration

    diff --git a/docs/docs/api/Classes/GPKGSimpleAttributesDao.html b/docs/docs/api/Classes/GPKGSimpleAttributesDao.html index c5abcc0a..48602ce3 100644 --- a/docs/docs/api/Classes/GPKGSimpleAttributesDao.html +++ b/docs/docs/api/Classes/GPKGSimpleAttributesDao.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGSimpleAttributesDao

    User Simple Attributes DAO for reading user simple attributes data tables

    @@ -5104,7 +5104,7 @@

    Return Value

    new simple attributes dao

    @@ -5175,7 +5175,7 @@

    Return Value

    new simple attributes dao

    @@ -5214,7 +5214,7 @@

    Return Value

    simple attributes table

    @@ -5272,7 +5272,7 @@

    Return Value

    simple attributes row

    @@ -5311,7 +5311,7 @@

    Return Value

    simple attributes row

    @@ -5369,7 +5369,7 @@

    Return Value

    simple attributes rows

    @@ -5379,7 +5379,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGSimpleAttributesRow.html b/docs/docs/api/Classes/GPKGSimpleAttributesRow.html index f65bd051..ae310885 100644 --- a/docs/docs/api/Classes/GPKGSimpleAttributesRow.html +++ b/docs/docs/api/Classes/GPKGSimpleAttributesRow.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGSimpleAttributesRow

    User Simple Attributes Row containing the values from a single result set row

    @@ -5130,7 +5130,7 @@

    Return Value

    new simple attributes row

    @@ -5189,7 +5189,7 @@

    Return Value

    new simple attributes row

    @@ -5228,7 +5228,7 @@

    Return Value

    simple attributes table

    @@ -5238,7 +5238,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGSimpleAttributesTable.html b/docs/docs/api/Classes/GPKGSimpleAttributesTable.html index 4e6f3c34..6e2d3391 100644 --- a/docs/docs/api/Classes/GPKGSimpleAttributesTable.html +++ b/docs/docs/api/Classes/GPKGSimpleAttributesTable.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGSimpleAttributesTable

    Simple Attributes Requirements Class User-Defined Related Data Table

    @@ -5085,7 +5085,7 @@

    Return Value

    relation type

    @@ -5144,7 +5144,7 @@

    Return Value

    simple attributes table

    @@ -5183,7 +5183,7 @@

    Return Value

    user custom columns

    @@ -5242,7 +5242,7 @@

    Return Value

    user custom columns

    @@ -5301,7 +5301,7 @@

    Return Value

    user custom columns

    @@ -5373,7 +5373,7 @@

    Return Value

    user custom columns

    @@ -5432,7 +5432,7 @@

    Return Value

    user custom columns

    @@ -5504,7 +5504,7 @@

    Return Value

    user custom columns

    @@ -5576,7 +5576,7 @@

    Return Value

    user custom columns

    @@ -5662,7 +5662,7 @@

    Return Value

    user custom columns

    @@ -5720,7 +5720,7 @@

    Return Value

    id column

    @@ -5791,7 +5791,7 @@

    Return Value

    id column

    @@ -5862,7 +5862,7 @@

    Return Value

    id column

    @@ -5946,7 +5946,7 @@

    Return Value

    id column

    @@ -5985,7 +5985,7 @@

    Return Value

    required columns count

    @@ -6024,7 +6024,7 @@

    Return Value

    required columns

    @@ -6083,7 +6083,7 @@

    Return Value

    required columns

    @@ -6154,7 +6154,7 @@

    Return Value

    new simple attributes table

    @@ -6238,7 +6238,7 @@

    Return Value

    new simple attributes table

    @@ -6296,7 +6296,7 @@

    Return Value

    new simple attributes table

    @@ -6335,7 +6335,7 @@

    Return Value

    id column index

    @@ -6374,7 +6374,7 @@

    Return Value

    id column

    @@ -6432,7 +6432,7 @@

    Return Value

    true if a simple column

    @@ -6490,7 +6490,7 @@

    Return Value

    true if a simple column

    @@ -6500,7 +6500,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGSimpleAttributesTableMetadata.html b/docs/docs/api/Classes/GPKGSimpleAttributesTableMetadata.html index 3951dc57..501cc75f 100644 --- a/docs/docs/api/Classes/GPKGSimpleAttributesTableMetadata.html +++ b/docs/docs/api/Classes/GPKGSimpleAttributesTableMetadata.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGSimpleAttributesTableMetadata

    Simple Attributes Table Metadata for defining table creation information

    @@ -5085,7 +5085,7 @@

    Return Value

    metadata

    @@ -5143,7 +5143,7 @@

    Return Value

    metadata

    @@ -5214,7 +5214,7 @@

    Return Value

    metadata

    @@ -5286,7 +5286,7 @@

    Return Value

    metadata

    @@ -5371,7 +5371,7 @@

    Return Value

    metadata

    @@ -5456,7 +5456,7 @@

    Return Value

    metadata

    @@ -5554,7 +5554,7 @@

    Return Value

    metadata

    @@ -5589,7 +5589,7 @@

    Declaration

    @@ -5669,7 +5669,7 @@

    Parameters

    @@ -5762,7 +5762,7 @@

    Parameters

    @@ -5772,7 +5772,7 @@

    Parameters

    diff --git a/docs/docs/api/Classes/GPKGSpatialReferenceSystem.html b/docs/docs/api/Classes/GPKGSpatialReferenceSystem.html index 18f1b038..729f0666 100644 --- a/docs/docs/api/Classes/GPKGSpatialReferenceSystem.html +++ b/docs/docs/api/Classes/GPKGSpatialReferenceSystem.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5048,7 +5048,7 @@

    GPKGSpatialReferenceSystem

    tables to locations on the earth.

    @@ -5084,7 +5084,7 @@

    Declaration

    @@ -5119,7 +5119,7 @@

    Declaration

    @@ -5154,7 +5154,7 @@

    Declaration

    @@ -5189,7 +5189,7 @@

    Declaration

    @@ -5224,7 +5224,7 @@

    Declaration

    @@ -5259,7 +5259,7 @@

    Declaration

    @@ -5294,7 +5294,7 @@

    Declaration

    @@ -5329,7 +5329,7 @@

    Declaration

    @@ -5368,7 +5368,7 @@

    Return Value

    projection

    @@ -5407,7 +5407,7 @@

    Return Value

    definition

    @@ -5467,7 +5467,7 @@

    Return Value

    projection transform

    @@ -5521,7 +5521,7 @@

    Parameters

    @@ -5531,7 +5531,7 @@

    Parameters

    diff --git a/docs/docs/api/Classes/GPKGSpatialReferenceSystemDao.html b/docs/docs/api/Classes/GPKGSpatialReferenceSystemDao.html index bcc0bf23..41499d5c 100644 --- a/docs/docs/api/Classes/GPKGSpatialReferenceSystemDao.html +++ b/docs/docs/api/Classes/GPKGSpatialReferenceSystemDao.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGSpatialReferenceSystemDao

    Spatial Reference System Data Access Object

    @@ -5105,7 +5105,7 @@

    Return Value

    dao

    @@ -5163,7 +5163,7 @@

    Return Value

    new spatial reference system dao

    @@ -5217,7 +5217,7 @@

    Parameters

    @@ -5257,7 +5257,7 @@

    Return Value

    true if has extension

    @@ -5297,7 +5297,7 @@

    Return Value

    true if has extension

    @@ -5337,7 +5337,7 @@

    Return Value

    wgs84 srs

    @@ -5377,7 +5377,7 @@

    Return Value

    undefined cartesian srs

    @@ -5417,7 +5417,7 @@

    Return Value

    undefined geographic srs

    @@ -5457,7 +5457,7 @@

    Return Value

    web mercator srs

    @@ -5496,7 +5496,7 @@

    Return Value

    spatial reference system

    @@ -5554,7 +5554,7 @@

    Return Value

    definition or null

    @@ -5612,7 +5612,7 @@

    Return Value

    epoch or null

    @@ -5666,7 +5666,7 @@

    Parameters

    @@ -5720,7 +5720,7 @@

    Parameters

    @@ -5787,7 +5787,7 @@

    Parameters

    @@ -5853,7 +5853,7 @@

    Parameters

    @@ -5907,7 +5907,7 @@

    Parameters

    @@ -5965,7 +5965,7 @@

    Return Value

    srs

    @@ -6037,7 +6037,7 @@

    Return Value

    srs

    @@ -6095,7 +6095,7 @@

    Return Value

    srs

    @@ -6166,7 +6166,7 @@

    Return Value

    srs

    @@ -6224,7 +6224,7 @@

    Return Value

    srs

    @@ -6282,7 +6282,7 @@

    Return Value

    rows deleted

    @@ -6340,7 +6340,7 @@

    Return Value

    rows deleted

    @@ -6410,7 +6410,7 @@

    Return Value

    rows deleted

    @@ -6468,7 +6468,7 @@

    Return Value

    rows deleted

    @@ -6526,7 +6526,7 @@

    Return Value

    rows deleted

    @@ -6584,7 +6584,7 @@

    Return Value

    result set

    @@ -6642,7 +6642,7 @@

    Return Value

    result set

    @@ -6700,7 +6700,7 @@

    Return Value

    result set

    @@ -6710,7 +6710,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGSqlLiteQueryBuilder.html b/docs/docs/api/Classes/GPKGSqlLiteQueryBuilder.html index 0207fb13..e2835184 100644 --- a/docs/docs/api/Classes/GPKGSqlLiteQueryBuilder.html +++ b/docs/docs/api/Classes/GPKGSqlLiteQueryBuilder.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGSqlLiteQueryBuilder

    SQL Builder

    @@ -5195,7 +5195,7 @@

    Return Value

    query sql

    @@ -5344,7 +5344,7 @@

    Return Value

    query sql

    @@ -5411,7 +5411,7 @@

    Parameters

    @@ -5421,7 +5421,7 @@

    Parameters

    diff --git a/docs/docs/api/Classes/GPKGSqlUtils.html b/docs/docs/api/Classes/GPKGSqlUtils.html index be91aead..e06c01a5 100644 --- a/docs/docs/api/Classes/GPKGSqlUtils.html +++ b/docs/docs/api/Classes/GPKGSqlUtils.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGSqlUtils

    SQL utility methods

    @@ -5113,7 +5113,7 @@

    Parameters

    @@ -5180,7 +5180,7 @@

    Parameters

    @@ -5264,7 +5264,7 @@

    Return Value

    result set

    @@ -5439,7 +5439,7 @@

    Return Value

    result set

    @@ -5588,7 +5588,7 @@

    Return Value

    result set

    @@ -5672,7 +5672,7 @@

    Return Value

    count

    @@ -5743,7 +5743,7 @@

    Return Value

    count

    @@ -5827,7 +5827,7 @@

    Return Value

    count

    @@ -5924,7 +5924,7 @@

    Return Value

    count

    @@ -5995,7 +5995,7 @@

    Return Value

    count

    @@ -6079,7 +6079,7 @@

    Return Value

    count

    @@ -6163,7 +6163,7 @@

    Return Value

    count

    @@ -6260,7 +6260,7 @@

    Return Value

    count

    @@ -6370,7 +6370,7 @@

    Return Value

    count

    @@ -6493,7 +6493,7 @@

    Return Value

    count

    @@ -6603,7 +6603,7 @@

    Return Value

    result, null if no result

    @@ -6727,7 +6727,7 @@

    Return Value

    single column results

    @@ -6837,7 +6837,7 @@

    Return Value

    results

    @@ -6907,7 +6907,7 @@

    Return Value

    value

    @@ -6991,7 +6991,7 @@

    Return Value

    value

    @@ -7075,7 +7075,7 @@

    Return Value

    value

    @@ -7172,7 +7172,7 @@

    Return Value

    value

    @@ -7256,7 +7256,7 @@

    Return Value

    integer value

    @@ -7340,7 +7340,7 @@

    Return Value

    float value

    @@ -7410,7 +7410,7 @@

    Return Value

    object

    @@ -7494,7 +7494,7 @@

    Return Value

    min or nil

    @@ -7604,7 +7604,7 @@

    Return Value

    min or nil

    @@ -7688,7 +7688,7 @@

    Return Value

    max or nil

    @@ -7798,7 +7798,7 @@

    Return Value

    max or nil

    @@ -7869,7 +7869,7 @@

    Return Value

    insertion id

    @@ -7953,7 +7953,7 @@

    Return Value

    insertion id

    @@ -8024,7 +8024,7 @@

    Return Value

    updated rows

    @@ -8108,7 +8108,7 @@

    Return Value

    updated rows

    @@ -8205,7 +8205,7 @@

    Return Value

    updated rows

    @@ -8315,7 +8315,7 @@

    Return Value

    updated rows

    @@ -8386,7 +8386,7 @@

    Return Value

    deleted rows

    @@ -8470,7 +8470,7 @@

    Return Value

    deleted rows

    @@ -8554,7 +8554,7 @@

    Return Value

    deleted rows

    @@ -8651,7 +8651,7 @@

    Return Value

    deleted rows

    @@ -8705,7 +8705,7 @@

    Parameters

    @@ -8759,7 +8759,7 @@

    Parameters

    @@ -8813,7 +8813,7 @@

    Parameters

    @@ -8871,7 +8871,7 @@

    Return Value

    sql string

    @@ -8929,7 +8929,7 @@

    Return Value

    quoted name

    @@ -8987,7 +8987,7 @@

    Return Value

    quoted names

    @@ -9045,7 +9045,7 @@

    Return Value

    unquoted names

    @@ -9103,7 +9103,7 @@

    Return Value

    create table SQL

    @@ -9163,7 +9163,7 @@

    Return Value

    column SQL

    @@ -9223,7 +9223,7 @@

    Return Value

    column definition SQL

    @@ -9281,7 +9281,7 @@

    Return Value

    default value

    @@ -9352,7 +9352,7 @@

    Return Value

    default value

    @@ -9432,7 +9432,7 @@

    Parameters

    @@ -9490,7 +9490,7 @@

    Return Value

    true if enabled, false if disabled

    @@ -9560,7 +9560,7 @@

    Return Value

    previous foreign keys value

    @@ -9618,7 +9618,7 @@

    Return Value

    foreign keys SQL

    @@ -9677,7 +9677,7 @@

    Return Value

    violation. see SQLite PRAGMA foreign_key_check

    @@ -9749,7 +9749,7 @@

    Return Value

    violation. see SQLite PRAGMA foreign_key_check

    @@ -9788,7 +9788,7 @@

    Return Value

    foreign key check SQL

    @@ -9846,7 +9846,7 @@

    Return Value

    foreign key check SQL

    @@ -9885,7 +9885,7 @@

    Return Value

    integrity check SQL

    @@ -9924,7 +9924,7 @@

    Return Value

    quick check SQL

    @@ -9990,7 +9990,7 @@

    Parameters

    @@ -10048,7 +10048,7 @@

    Return Value

    drop table SQL

    @@ -10114,7 +10114,7 @@

    Parameters

    @@ -10172,7 +10172,7 @@

    Return Value

    drop view SQL

    @@ -10239,7 +10239,7 @@

    Parameters

    @@ -10297,7 +10297,7 @@

    Return Value

    transfer SQL

    @@ -10405,7 +10405,7 @@

    Parameters

    @@ -10526,7 +10526,7 @@

    Parameters

    @@ -10611,7 +10611,7 @@

    Return Value

    unused table name

    @@ -10695,7 +10695,7 @@

    Return Value

    updated SQL, null if SQL contains a deleted column

    @@ -10793,7 +10793,7 @@

    Return Value

    updated SQL, null if SQL contains a deleted column

    @@ -10864,7 +10864,7 @@

    Return Value

    updated SQL, null if SQL contains a deleted column

    @@ -10950,7 +10950,7 @@

    Return Value

    null if not modified, SQL value if replaced at least once

    @@ -11036,7 +11036,7 @@

    Return Value

    new name

    @@ -11138,7 +11138,7 @@

    Return Value

    new name

    @@ -11192,7 +11192,7 @@

    Parameters

    @@ -11246,7 +11246,7 @@

    Parameters

    @@ -11256,7 +11256,7 @@

    Parameters

    diff --git a/docs/docs/api/Classes/GPKGSqliteConnection.html b/docs/docs/api/Classes/GPKGSqliteConnection.html index b1c9a12f..89d69fef 100644 --- a/docs/docs/api/Classes/GPKGSqliteConnection.html +++ b/docs/docs/api/Classes/GPKGSqliteConnection.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGSqliteConnection

    Single sqlite3 connection to a database file opened as part of a connection pool

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5178,7 +5178,7 @@

    Return Value

    new sql connection

    @@ -5217,7 +5217,7 @@

    Return Value

    connection id

    @@ -5256,7 +5256,7 @@

    Return Value

    connection

    @@ -5291,7 +5291,7 @@

    Declaration

    @@ -5326,7 +5326,7 @@

    Declaration

    @@ -5361,7 +5361,7 @@

    Declaration

    @@ -5400,7 +5400,7 @@

    Return Value

    stack trace, nil when not checked out or not maintaining stack traces

    @@ -5439,7 +5439,7 @@

    Return Value

    date of checkout, nil if not checked out

    @@ -5478,7 +5478,7 @@

    Return Value

    true if releasable

    @@ -5488,7 +5488,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGStyleCache.html b/docs/docs/api/Classes/GPKGStyleCache.html index 56fd562b..42f5a48e 100644 --- a/docs/docs/api/Classes/GPKGStyleCache.html +++ b/docs/docs/api/Classes/GPKGStyleCache.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGStyleCache

    Style utilities for populating points and shapes. Caches icons for a single GeoPackage

    @@ -5100,7 +5100,7 @@

    Parameters

    @@ -5167,7 +5167,7 @@

    Parameters

    @@ -5222,7 +5222,7 @@

    Parameters

    @@ -5290,7 +5290,7 @@

    Parameters

    @@ -5325,7 +5325,7 @@

    Declaration

    @@ -5364,7 +5364,7 @@

    Return Value

    feature style extension

    @@ -5435,7 +5435,7 @@

    Return Value

    true if icon or style was set into the map point

    @@ -5506,7 +5506,7 @@

    Return Value

    true if icon or style was set into the marker options

    @@ -5577,7 +5577,7 @@

    Return Value

    true if icon was set into the marker options

    @@ -5635,7 +5635,7 @@

    Return Value

    icon bitmap

    @@ -5706,7 +5706,7 @@

    Return Value

    true if style was set into the marker options

    @@ -5777,7 +5777,7 @@

    Return Value

    true if style was set into the polyline

    @@ -5848,7 +5848,7 @@

    Return Value

    true if style was set into the polyline

    @@ -5919,7 +5919,7 @@

    Return Value

    true if style was set into the polyline

    @@ -5990,7 +5990,7 @@

    Return Value

    true if style was set into the polygon

    @@ -6061,7 +6061,7 @@

    Return Value

    true if style was set into the polygon

    @@ -6132,7 +6132,7 @@

    Return Value

    true if style was set into the polygon

    @@ -6142,7 +6142,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGStyleDao.html b/docs/docs/api/Classes/GPKGStyleDao.html index b9f1732d..06fcd9f1 100644 --- a/docs/docs/api/Classes/GPKGStyleDao.html +++ b/docs/docs/api/Classes/GPKGStyleDao.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGStyleDao

    Style DAO for reading style tables

    @@ -5104,7 +5104,7 @@

    Return Value

    new style dao

    @@ -5143,7 +5143,7 @@

    Return Value

    style table

    @@ -5201,7 +5201,7 @@

    Return Value

    style row

    @@ -5240,7 +5240,7 @@

    Return Value

    style row

    @@ -5298,7 +5298,7 @@

    Return Value

    style row

    @@ -5308,7 +5308,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGStyleMappingDao.html b/docs/docs/api/Classes/GPKGStyleMappingDao.html index 6428d52b..425f3662 100644 --- a/docs/docs/api/Classes/GPKGStyleMappingDao.html +++ b/docs/docs/api/Classes/GPKGStyleMappingDao.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGStyleMappingDao

    Style Mapping DAO for reading style mapping data tables

    @@ -5104,7 +5104,7 @@

    Return Value

    new style mapping dao

    @@ -5143,7 +5143,7 @@

    Return Value

    style mapping table

    @@ -5201,7 +5201,7 @@

    Return Value

    style mapping row

    @@ -5240,7 +5240,7 @@

    Return Value

    style mapping row

    @@ -5298,7 +5298,7 @@

    Return Value

    style mappings rows

    @@ -5368,7 +5368,7 @@

    Return Value

    rows deleted

    @@ -5378,7 +5378,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGStyleMappingRow.html b/docs/docs/api/Classes/GPKGStyleMappingRow.html index 9ef8c26f..80911b50 100644 --- a/docs/docs/api/Classes/GPKGStyleMappingRow.html +++ b/docs/docs/api/Classes/GPKGStyleMappingRow.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGStyleMappingRow

    Style Mapping Row containing the values from a single result set row

    @@ -5130,7 +5130,7 @@

    Return Value

    new style mapping row

    @@ -5188,7 +5188,7 @@

    Return Value

    new style mapping row

    @@ -5227,7 +5227,7 @@

    Return Value

    style mapping table

    @@ -5266,7 +5266,7 @@

    Return Value

    geometry type name column index

    @@ -5305,7 +5305,7 @@

    Return Value

    geometry type name column

    @@ -5344,7 +5344,7 @@

    Return Value

    geometry type name

    @@ -5383,7 +5383,7 @@

    Return Value

    geometry type

    @@ -5437,7 +5437,7 @@

    Parameters

    @@ -5447,7 +5447,7 @@

    Parameters

    diff --git a/docs/docs/api/Classes/GPKGStyleMappingTable.html b/docs/docs/api/Classes/GPKGStyleMappingTable.html index d89bcfc0..fa75b388 100644 --- a/docs/docs/api/Classes/GPKGStyleMappingTable.html +++ b/docs/docs/api/Classes/GPKGStyleMappingTable.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGStyleMappingTable

    Feature Style mapping table

    @@ -5104,7 +5104,7 @@

    Return Value

    new style mapping table

    @@ -5162,7 +5162,7 @@

    Return Value

    new style mapping table

    @@ -5201,7 +5201,7 @@

    Return Value

    geometry type name column index

    @@ -5240,7 +5240,7 @@

    Return Value

    geometry type name column

    @@ -5250,7 +5250,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGStyleRow.html b/docs/docs/api/Classes/GPKGStyleRow.html index b33ae93b..3ba1f803 100644 --- a/docs/docs/api/Classes/GPKGStyleRow.html +++ b/docs/docs/api/Classes/GPKGStyleRow.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGStyleRow

    Style Row containing the values from a single result set row

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5200,7 +5200,7 @@

    Return Value

    new style row

    @@ -5258,7 +5258,7 @@

    Return Value

    new style row

    @@ -5297,7 +5297,7 @@

    Return Value

    style table

    @@ -5336,7 +5336,7 @@

    Return Value

    name column index

    @@ -5375,7 +5375,7 @@

    Return Value

    name column

    @@ -5414,7 +5414,7 @@

    Return Value

    name

    @@ -5468,7 +5468,7 @@

    Parameters

    @@ -5507,7 +5507,7 @@

    Return Value

    description column index

    @@ -5546,7 +5546,7 @@

    Return Value

    description column

    @@ -5585,7 +5585,7 @@

    Return Value

    description

    @@ -5639,7 +5639,7 @@

    Parameters

    @@ -5678,7 +5678,7 @@

    Return Value

    color column index

    @@ -5717,7 +5717,7 @@

    Return Value

    color column

    @@ -5756,7 +5756,7 @@

    Return Value

    color

    @@ -5795,7 +5795,7 @@

    Return Value

    true if has a color

    @@ -5834,7 +5834,7 @@

    Return Value

    color

    @@ -5888,7 +5888,7 @@

    Parameters

    @@ -5942,7 +5942,7 @@

    Parameters

    @@ -5981,7 +5981,7 @@

    Return Value

    color

    @@ -6020,7 +6020,7 @@

    Return Value

    color

    @@ -6059,7 +6059,7 @@

    Return Value

    opacity column index

    @@ -6098,7 +6098,7 @@

    Return Value

    opacity column

    @@ -6137,7 +6137,7 @@

    Return Value

    opacity

    @@ -6191,7 +6191,7 @@

    Parameters

    @@ -6245,7 +6245,7 @@

    Parameters

    @@ -6284,7 +6284,7 @@

    Return Value

    opacity

    @@ -6323,7 +6323,7 @@

    Return Value

    width column index

    @@ -6362,7 +6362,7 @@

    Return Value

    width column

    @@ -6401,7 +6401,7 @@

    Return Value

    width

    @@ -6456,7 +6456,7 @@

    Parameters

    @@ -6511,7 +6511,7 @@

    Parameters

    @@ -6550,7 +6550,7 @@

    Return Value

    width

    @@ -6589,7 +6589,7 @@

    Return Value

    fill color column index

    @@ -6628,7 +6628,7 @@

    Return Value

    fill color column

    @@ -6667,7 +6667,7 @@

    Return Value

    fill color

    @@ -6706,7 +6706,7 @@

    Return Value

    true if has a fill color

    @@ -6745,7 +6745,7 @@

    Return Value

    fill color

    @@ -6799,7 +6799,7 @@

    Parameters

    @@ -6853,7 +6853,7 @@

    Parameters

    @@ -6892,7 +6892,7 @@

    Return Value

    fill opacity column index

    @@ -6931,7 +6931,7 @@

    Return Value

    fill opacity column

    @@ -6970,7 +6970,7 @@

    Return Value

    fill opacity

    @@ -7025,7 +7025,7 @@

    Parameters

    @@ -7080,7 +7080,7 @@

    Parameters

    @@ -7119,7 +7119,7 @@

    Return Value

    fill opacity

    @@ -7129,7 +7129,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGStyleTable.html b/docs/docs/api/Classes/GPKGStyleTable.html index b94a56b6..8f45577a 100644 --- a/docs/docs/api/Classes/GPKGStyleTable.html +++ b/docs/docs/api/Classes/GPKGStyleTable.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGStyleTable

    Style Table

    @@ -5085,7 +5085,7 @@

    Return Value

    new style table

    @@ -5143,7 +5143,7 @@

    Return Value

    new style table

    @@ -5182,7 +5182,7 @@

    Return Value

    name column index

    @@ -5221,7 +5221,7 @@

    Return Value

    name column

    @@ -5260,7 +5260,7 @@

    Return Value

    description column index

    @@ -5299,7 +5299,7 @@

    Return Value

    description column

    @@ -5338,7 +5338,7 @@

    Return Value

    color column index

    @@ -5377,7 +5377,7 @@

    Return Value

    color column

    @@ -5416,7 +5416,7 @@

    Return Value

    opacity column index

    @@ -5455,7 +5455,7 @@

    Return Value

    opacity column

    @@ -5494,7 +5494,7 @@

    Return Value

    width column index

    @@ -5533,7 +5533,7 @@

    Return Value

    width column

    @@ -5572,7 +5572,7 @@

    Return Value

    fill color column index

    @@ -5611,7 +5611,7 @@

    Return Value

    fill color column

    @@ -5650,7 +5650,7 @@

    Return Value

    fill opacity column index

    @@ -5689,7 +5689,7 @@

    Return Value

    fill opacity column

    @@ -5699,7 +5699,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGStyleUtils.html b/docs/docs/api/Classes/GPKGStyleUtils.html index b2505284..19eb389f 100644 --- a/docs/docs/api/Classes/GPKGStyleUtils.html +++ b/docs/docs/api/Classes/GPKGStyleUtils.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGStyleUtils

    Style utilities for populating points and shapes

    @@ -5130,7 +5130,7 @@

    Return Value

    true if icon or style was set into the map point

    @@ -5227,7 +5227,7 @@

    Return Value

    true if icon or style was set into the map point

    @@ -5312,7 +5312,7 @@

    Return Value

    true if icon or style was set into the map point

    @@ -5410,7 +5410,7 @@

    Return Value

    true if icon or style was set into the map point

    @@ -5481,7 +5481,7 @@

    Return Value

    true if icon or style was set into the map point

    @@ -5565,7 +5565,7 @@

    Return Value

    true if icon or style was set into the map point

    @@ -5636,7 +5636,7 @@

    Return Value

    true if icon was set into the map point

    @@ -5720,7 +5720,7 @@

    Return Value

    true if icon was set into the map point

    @@ -5778,7 +5778,7 @@

    Return Value

    icon image

    @@ -5849,7 +5849,7 @@

    Return Value

    icon image

    @@ -5920,7 +5920,7 @@

    Return Value

    true if style was set into the marker point

    @@ -6004,7 +6004,7 @@

    Return Value

    true if style was set into the polyline

    @@ -6089,7 +6089,7 @@

    Return Value

    true if style was set into the polyline

    @@ -6160,7 +6160,7 @@

    Return Value

    true if style was set into the polyline

    @@ -6231,7 +6231,7 @@

    Return Value

    true if style was set into the polyline

    @@ -6315,7 +6315,7 @@

    Return Value

    true if style was set into the polygon

    @@ -6400,7 +6400,7 @@

    Return Value

    true if style was set into the polygon

    @@ -6471,7 +6471,7 @@

    Return Value

    true if style was set into the polygon

    @@ -6542,7 +6542,7 @@

    Return Value

    true if style was set into the polygon

    @@ -6552,7 +6552,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGStyles.html b/docs/docs/api/Classes/GPKGStyles.html index d24a4e33..9e7043bc 100644 --- a/docs/docs/api/Classes/GPKGStyles.html +++ b/docs/docs/api/Classes/GPKGStyles.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGStyles

    Styles for a single feature geometry or feature table default

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5120,7 +5120,7 @@

    Return Value

    new styles

    @@ -5178,7 +5178,7 @@

    Return Value

    new styles

    @@ -5232,7 +5232,7 @@

    Parameters

    @@ -5299,7 +5299,7 @@

    Parameters

    @@ -5338,7 +5338,7 @@

    Return Value

    default style

    @@ -5377,7 +5377,7 @@

    Return Value

    geometry types to style mapping

    @@ -5416,7 +5416,7 @@

    Return Value

    style

    @@ -5474,7 +5474,7 @@

    Return Value

    style

    @@ -5513,7 +5513,7 @@

    Return Value

    true if empty, false if at least one style

    @@ -5552,7 +5552,7 @@

    Return Value

    true if default style exists

    @@ -5562,7 +5562,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGTableColumn.html b/docs/docs/api/Classes/GPKGTableColumn.html index c4384f10..ff0df59a 100644 --- a/docs/docs/api/Classes/GPKGTableColumn.html +++ b/docs/docs/api/Classes/GPKGTableColumn.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGTableColumn

    Table Column from Table Info

    @@ -5204,7 +5204,7 @@

    Parameters

    @@ -5243,7 +5243,7 @@

    Return Value

    column index

    @@ -5282,7 +5282,7 @@

    Return Value

    column name

    @@ -5321,7 +5321,7 @@

    Return Value

    column type

    @@ -5360,7 +5360,7 @@

    Return Value

    column data type, may be null

    @@ -5418,7 +5418,7 @@

    Return Value

    true if the data type

    @@ -5457,7 +5457,7 @@

    Return Value

    max value or null if no max

    @@ -5496,7 +5496,7 @@

    Return Value

    true if not nullable

    @@ -5535,7 +5535,7 @@

    Return Value

    default value as a string

    @@ -5574,7 +5574,7 @@

    Return Value

    default value

    @@ -5613,7 +5613,7 @@

    Return Value

    true if primary key column

    @@ -5623,7 +5623,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGTableConstraints.html b/docs/docs/api/Classes/GPKGTableConstraints.html index f80bd7fe..e102c43d 100644 --- a/docs/docs/api/Classes/GPKGTableConstraints.html +++ b/docs/docs/api/Classes/GPKGTableConstraints.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGTableConstraints

    Table Constraints including column constraint

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5135,7 +5135,7 @@

    Parameters

    @@ -5189,7 +5189,7 @@

    Parameters

    @@ -5228,7 +5228,7 @@

    Return Value

    table constraints

    @@ -5286,7 +5286,7 @@

    Return Value

    table constraint

    @@ -5325,7 +5325,7 @@

    Return Value

    table constraints count

    @@ -5392,7 +5392,7 @@

    Parameters

    @@ -5459,7 +5459,7 @@

    Parameters

    @@ -5513,7 +5513,7 @@

    Parameters

    @@ -5568,7 +5568,7 @@

    Parameters

    @@ -5623,7 +5623,7 @@

    Parameters

    @@ -5662,7 +5662,7 @@

    Return Value

    column constraints

    @@ -5701,7 +5701,7 @@

    Return Value

    column names

    @@ -5759,7 +5759,7 @@

    Return Value

    constraints

    @@ -5830,7 +5830,7 @@

    Return Value

    column constraint

    @@ -5888,7 +5888,7 @@

    Return Value

    column constraints count

    @@ -5942,7 +5942,7 @@

    Parameters

    @@ -5981,7 +5981,7 @@

    Return Value

    true if has constraints

    @@ -6020,7 +6020,7 @@

    Return Value

    true if has table constraints

    @@ -6059,7 +6059,7 @@

    Return Value

    true if has column constraints

    @@ -6117,7 +6117,7 @@

    Return Value

    true if has column constraints

    @@ -6127,7 +6127,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGTableCreator.html b/docs/docs/api/Classes/GPKGTableCreator.html index b239126b..a4e9f7d8 100644 --- a/docs/docs/api/Classes/GPKGTableCreator.html +++ b/docs/docs/api/Classes/GPKGTableCreator.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGTableCreator

    Executes database scripts to create tables

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5139,7 +5139,7 @@

    Return Value

    new table creator

    @@ -5178,7 +5178,7 @@

    Return Value

    properties name or nil for base

    @@ -5236,7 +5236,7 @@

    Return Value

    SQL statements executed

    @@ -5306,7 +5306,7 @@

    Return Value

    SQL statements executed

    @@ -5364,7 +5364,7 @@

    Return Value

    SQL statements executed

    @@ -5435,7 +5435,7 @@

    Return Value

    SQL statements executed

    @@ -5489,7 +5489,7 @@

    Parameters

    @@ -5547,7 +5547,7 @@

    Return Value

    statements

    @@ -5618,7 +5618,7 @@

    Return Value

    statements

    @@ -5689,7 +5689,7 @@

    Return Value

    statements

    @@ -5699,7 +5699,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGTableIndex.html b/docs/docs/api/Classes/GPKGTableIndex.html index 82d9bee6..77552621 100644 --- a/docs/docs/api/Classes/GPKGTableIndex.html +++ b/docs/docs/api/Classes/GPKGTableIndex.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGTableIndex

    Table Index object, for indexing data within user tables

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5126,7 +5126,7 @@

    Declaration

    diff --git a/docs/docs/api/Classes/GPKGTableIndexDao.html b/docs/docs/api/Classes/GPKGTableIndexDao.html index c57f3555..0dbb5c01 100644 --- a/docs/docs/api/Classes/GPKGTableIndexDao.html +++ b/docs/docs/api/Classes/GPKGTableIndexDao.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGTableIndexDao

    Table Index Data Access Object

    @@ -5104,7 +5104,7 @@

    Return Value

    dao

    @@ -5162,7 +5162,7 @@

    Return Value

    new table index dao

    @@ -5220,7 +5220,7 @@

    Return Value

    rows deleted

    @@ -5278,7 +5278,7 @@

    Return Value

    rows deleted

    @@ -5348,7 +5348,7 @@

    Return Value

    rows deleted

    @@ -5406,7 +5406,7 @@

    Return Value

    rows deleted

    @@ -5464,7 +5464,7 @@

    Return Value

    rows deleted

    @@ -5518,7 +5518,7 @@

    Parameters

    @@ -5576,7 +5576,7 @@

    Return Value

    result set

    @@ -5634,7 +5634,7 @@

    Return Value

    count

    @@ -5673,7 +5673,7 @@

    Return Value

    rows deleted

    @@ -5683,7 +5683,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGTableInfo.html b/docs/docs/api/Classes/GPKGTableInfo.html index 5fac6eb9..894ec08b 100644 --- a/docs/docs/api/Classes/GPKGTableInfo.html +++ b/docs/docs/api/Classes/GPKGTableInfo.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGTableInfo

    Table Info queries (table_info)

    @@ -5085,7 +5085,7 @@

    Return Value

    table name

    @@ -5124,7 +5124,7 @@

    Return Value

    column count

    @@ -5163,7 +5163,7 @@

    Return Value

    columns

    @@ -5221,7 +5221,7 @@

    Return Value

    column

    @@ -5279,7 +5279,7 @@

    Return Value

    true if has column

    @@ -5337,7 +5337,7 @@

    Return Value

    column or null if does not exist

    @@ -5376,7 +5376,7 @@

    Return Value

    true if has at least one primary key

    @@ -5415,7 +5415,7 @@

    Return Value

    primary key columns

    @@ -5454,7 +5454,7 @@

    Return Value

    single or first primary key, null if no primary key

    @@ -5525,7 +5525,7 @@

    Return Value

    table info or null if no table

    @@ -5583,7 +5583,7 @@

    Return Value

    data type or null

    @@ -5653,7 +5653,7 @@

    Return Value

    default value

    @@ -5725,7 +5725,7 @@

    Return Value

    default value

    @@ -5735,7 +5735,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGTableMapping.html b/docs/docs/api/Classes/GPKGTableMapping.html index 06fa114f..0b94a7fa 100644 --- a/docs/docs/api/Classes/GPKGTableMapping.html +++ b/docs/docs/api/Classes/GPKGTableMapping.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5046,7 +5046,7 @@

    GPKGTableMapping

    information

    @@ -5082,7 +5082,7 @@

    Declaration

    @@ -5117,7 +5117,7 @@

    Declaration

    @@ -5152,7 +5152,7 @@

    Declaration

    @@ -5187,7 +5187,7 @@

    Declaration

    @@ -5226,7 +5226,7 @@

    Return Value

    new table mapping

    @@ -5297,7 +5297,7 @@

    Return Value

    new table mapping

    @@ -5355,7 +5355,7 @@

    Return Value

    new table mapping

    @@ -5426,7 +5426,7 @@

    Return Value

    new table mapping

    @@ -5497,7 +5497,7 @@

    Return Value

    new table mapping

    @@ -5555,7 +5555,7 @@

    Return Value

    new table mapping

    @@ -5626,7 +5626,7 @@

    Return Value

    new table mapping

    @@ -5665,7 +5665,7 @@

    Return Value

    true if a new table

    @@ -5719,7 +5719,7 @@

    Parameters

    @@ -5773,7 +5773,7 @@

    Parameters

    @@ -5831,7 +5831,7 @@

    Return Value

    removed mapped column or null

    @@ -5870,7 +5870,7 @@

    Return Value

    column names

    @@ -5909,7 +5909,7 @@

    Return Value

    columns

    @@ -5967,7 +5967,7 @@

    Return Value

    mapped column

    @@ -6021,7 +6021,7 @@

    Parameters

    @@ -6079,7 +6079,7 @@

    Return Value

    true if removed

    @@ -6118,7 +6118,7 @@

    Return Value

    dropped columns

    @@ -6176,7 +6176,7 @@

    Return Value

    true if a dropped column

    @@ -6215,7 +6215,7 @@

    Return Value

    true if where clause

    @@ -6225,7 +6225,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGTableMetadata.html b/docs/docs/api/Classes/GPKGTableMetadata.html index 19d34798..ae06585c 100644 --- a/docs/docs/api/Classes/GPKGTableMetadata.html +++ b/docs/docs/api/Classes/GPKGTableMetadata.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGTableMetadata

    Table Metadata

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5151,7 +5151,7 @@

    Declaration

    @@ -5161,7 +5161,7 @@

    Declaration

    diff --git a/docs/docs/api/Classes/GPKGTableMetadataDao.html b/docs/docs/api/Classes/GPKGTableMetadataDao.html index b3bfd41c..8a777ced 100644 --- a/docs/docs/api/Classes/GPKGTableMetadataDao.html +++ b/docs/docs/api/Classes/GPKGTableMetadataDao.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGTableMetadataDao

    Table Metadata Data Access Object

    @@ -5104,7 +5104,7 @@

    Return Value

    new table metadata

    @@ -5162,7 +5162,7 @@

    Return Value

    true if deleted

    @@ -5220,7 +5220,7 @@

    Return Value

    true if deleted

    @@ -5278,7 +5278,7 @@

    Return Value

    true if deleted

    @@ -5349,7 +5349,7 @@

    Return Value

    true if deleted

    @@ -5420,7 +5420,7 @@

    Return Value

    true if deleted

    @@ -5491,7 +5491,7 @@

    Return Value

    true if updated

    @@ -5575,7 +5575,7 @@

    Return Value

    true if updated

    @@ -5659,7 +5659,7 @@

    Return Value

    true if updated

    @@ -5730,7 +5730,7 @@

    Return Value

    table metadata

    @@ -5801,7 +5801,7 @@

    Return Value

    table metadata

    @@ -5872,7 +5872,7 @@

    Return Value

    table metadata

    @@ -5930,7 +5930,7 @@

    Return Value

    GeoPackage id

    @@ -5940,7 +5940,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGTileBoundingBoxUtils.html b/docs/docs/api/Classes/GPKGTileBoundingBoxUtils.html index 9328a099..8f781fed 100644 --- a/docs/docs/api/Classes/GPKGTileBoundingBoxUtils.html +++ b/docs/docs/api/Classes/GPKGTileBoundingBoxUtils.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGTileBoundingBoxUtils

    Tile Bounding Box utility methods

    @@ -5117,7 +5117,7 @@

    Return Value

    bounding box

    @@ -5201,7 +5201,7 @@

    Return Value

    bounding box

    @@ -5285,7 +5285,7 @@

    Return Value

    bounding box

    @@ -5382,7 +5382,7 @@

    Return Value

    bounding box

    @@ -5452,7 +5452,7 @@

    Return Value

    YES if within the bounding box

    @@ -5536,7 +5536,7 @@

    Return Value

    YES if within the bounding box

    @@ -5607,7 +5607,7 @@

    Return Value

    bounding box

    @@ -5691,7 +5691,7 @@

    Return Value

    x pixel

    @@ -5775,7 +5775,7 @@

    Return Value

    longitude

    @@ -5873,7 +5873,7 @@

    Return Value

    longitude

    @@ -5957,7 +5957,7 @@

    Return Value

    y pixel

    @@ -6041,7 +6041,7 @@

    Return Value

    latitude

    @@ -6139,7 +6139,7 @@

    Return Value

    latitude

    @@ -6221,7 +6221,7 @@

    Return Value

    bounding box

    @@ -6305,7 +6305,7 @@

    Return Value

    web mercator bounding box

    @@ -6376,7 +6376,7 @@

    Return Value

    web mercator bounding box

    @@ -6473,7 +6473,7 @@

    Return Value

    bounding box

    @@ -6583,7 +6583,7 @@

    Return Value

    bounding box

    @@ -6681,7 +6681,7 @@

    Return Value

    bounding box

    @@ -6765,7 +6765,7 @@

    Return Value

    bounding box

    @@ -6862,7 +6862,7 @@

    Return Value

    bounding box

    @@ -6947,7 +6947,7 @@

    Return Value

    bounding box

    @@ -7018,7 +7018,7 @@

    Return Value

    bounding box

    @@ -7115,7 +7115,7 @@

    Return Value

    bounding box

    @@ -7226,7 +7226,7 @@

    Return Value

    bounding box

    @@ -7324,7 +7324,7 @@

    Return Value

    bounding box

    @@ -7409,7 +7409,7 @@

    Return Value

    bounding box

    @@ -7507,7 +7507,7 @@

    Return Value

    bounding box

    @@ -7592,7 +7592,7 @@

    Return Value

    bounding box

    @@ -7662,7 +7662,7 @@

    Return Value

    tile grid

    @@ -7746,7 +7746,7 @@

    Return Value

    tile grid

    @@ -7817,7 +7817,7 @@

    Return Value

    tile grid

    @@ -7889,7 +7889,7 @@

    Return Value

    tile grid

    @@ -7973,7 +7973,7 @@

    Return Value

    bounding box

    @@ -8043,7 +8043,7 @@

    Return Value

    WGS84 bounding box

    @@ -8115,7 +8115,7 @@

    Return Value

    web mercator bounding box

    @@ -8199,7 +8199,7 @@

    Return Value

    bounding box

    @@ -8270,7 +8270,7 @@

    Return Value

    WGS84 bounding box

    @@ -8342,7 +8342,7 @@

    Return Value

    web mercator bounding box

    @@ -8401,7 +8401,7 @@

    Return Value

    web mercator bounding box

    @@ -8459,7 +8459,7 @@

    Return Value

    meters

    @@ -8517,7 +8517,7 @@

    Return Value

    zoom level

    @@ -8588,7 +8588,7 @@

    Return Value

    tile size

    @@ -8659,7 +8659,7 @@

    Return Value

    zoom level

    @@ -8729,7 +8729,7 @@

    Return Value

    tile size in units

    @@ -8787,7 +8787,7 @@

    Return Value

    degrees

    @@ -8845,7 +8845,7 @@

    Return Value

    degrees

    @@ -8903,7 +8903,7 @@

    Return Value

    tiles per side

    @@ -8961,7 +8961,7 @@

    Return Value

    tile size in meters

    @@ -9031,7 +9031,7 @@

    Return Value

    tolerance distance in meters

    @@ -9115,7 +9115,7 @@

    Return Value

    tolerance distance in meters

    @@ -9185,7 +9185,7 @@

    Return Value

    opposite y format

    @@ -9243,7 +9243,7 @@

    Return Value

    zoom level

    @@ -9340,7 +9340,7 @@

    Return Value

    tile grid

    @@ -9424,7 +9424,7 @@

    Return Value

    tile column

    @@ -9508,7 +9508,7 @@

    Return Value

    tile row

    @@ -9607,7 +9607,7 @@

    Return Value

    bounding box

    @@ -9718,7 +9718,7 @@

    Return Value

    bounding box

    @@ -9804,7 +9804,7 @@

    Return Value

    bounding box

    @@ -9902,7 +9902,7 @@

    Return Value

    bounding box

    @@ -9962,7 +9962,7 @@

    Return Value

    zoom level

    @@ -10046,7 +10046,7 @@

    Return Value

    to location

    @@ -10117,7 +10117,7 @@

    Return Value

    bearing

    @@ -10188,7 +10188,7 @@

    Return Value

    distance in meters

    @@ -10259,7 +10259,7 @@

    Return Value

    between point

    @@ -10317,7 +10317,7 @@

    Return Value

    bounding box

    @@ -10376,7 +10376,7 @@

    Return Value

    bounding box

    @@ -10435,7 +10435,7 @@

    Return Value

    bounding box

    @@ -10533,7 +10533,7 @@

    Return Value

    rectangle

    @@ -10632,7 +10632,7 @@

    Return Value

    rectangle

    @@ -10703,7 +10703,7 @@

    Return Value

    tile grid

    @@ -10787,7 +10787,7 @@

    Return Value

    tile grid

    @@ -10858,7 +10858,7 @@

    Return Value

    tile grid

    @@ -10930,7 +10930,7 @@

    Return Value

    tile grid

    @@ -11012,7 +11012,7 @@

    Return Value

    web mercator bounding box

    @@ -11083,7 +11083,7 @@

    Return Value

    wgs84 bounding box

    @@ -11141,7 +11141,7 @@

    Return Value

    tiles per latitude side

    @@ -11199,7 +11199,7 @@

    Return Value

    tiles per longitude side

    @@ -11257,7 +11257,7 @@

    Return Value

    degrees

    @@ -11315,7 +11315,7 @@

    Return Value

    degrees

    @@ -11400,7 +11400,7 @@

    Return Value

    tile grid at new zoom level

    @@ -11472,7 +11472,7 @@

    Return Value

    tile grid at new zoom level

    @@ -11544,7 +11544,7 @@

    Return Value

    tile grid at new zoom level

    @@ -11615,7 +11615,7 @@

    Return Value

    tile grid min value at new zoom level

    @@ -11686,7 +11686,7 @@

    Return Value

    tile grid max value at new zoom level

    @@ -11757,7 +11757,7 @@

    Return Value

    tile grid min value at new zoom level

    @@ -11828,7 +11828,7 @@

    Return Value

    tile grid max value at new zoom level

    @@ -11838,7 +11838,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGTileColumn.html b/docs/docs/api/Classes/GPKGTileColumn.html index 9af5193e..97c1cb87 100644 --- a/docs/docs/api/Classes/GPKGTileColumn.html +++ b/docs/docs/api/Classes/GPKGTileColumn.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGTileColumn

    Tile column

    @@ -5085,7 +5085,7 @@

    Return Value

    tile column

    @@ -5143,7 +5143,7 @@

    Return Value

    tile column

    @@ -5201,7 +5201,7 @@

    Return Value

    tile column

    @@ -5272,7 +5272,7 @@

    Return Value

    tile column

    @@ -5311,7 +5311,7 @@

    Return Value

    tile column

    @@ -5369,7 +5369,7 @@

    Return Value

    tile column

    @@ -5408,7 +5408,7 @@

    Return Value

    tile column

    @@ -5466,7 +5466,7 @@

    Return Value

    tile column

    @@ -5505,7 +5505,7 @@

    Return Value

    tile column

    @@ -5563,7 +5563,7 @@

    Return Value

    tile column

    @@ -5602,7 +5602,7 @@

    Return Value

    tile column

    @@ -5660,7 +5660,7 @@

    Return Value

    tile column

    @@ -5731,7 +5731,7 @@

    Return Value

    tile column

    @@ -5815,7 +5815,7 @@

    Return Value

    tile column

    @@ -5899,7 +5899,7 @@

    Return Value

    tile column

    @@ -5996,7 +5996,7 @@

    Return Value

    tile column

    @@ -6093,7 +6093,7 @@

    Return Value

    tile column

    @@ -6203,7 +6203,7 @@

    Return Value

    tile column

    @@ -6287,7 +6287,7 @@

    Return Value

    tile column

    @@ -6384,7 +6384,7 @@

    Return Value

    tile column

    @@ -6494,7 +6494,7 @@

    Return Value

    tile column

    @@ -6617,7 +6617,7 @@

    Return Value

    tile column

    @@ -6675,7 +6675,7 @@

    Return Value

    tile column

    @@ -6824,7 +6824,7 @@

    Return Value

    new tile column

    @@ -6834,7 +6834,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGTileColumns.html b/docs/docs/api/Classes/GPKGTileColumns.html index d225e207..f32b02e3 100644 --- a/docs/docs/api/Classes/GPKGTileColumns.html +++ b/docs/docs/api/Classes/GPKGTileColumns.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGTileColumns

    Collection of tile columns

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5151,7 +5151,7 @@

    Declaration

    @@ -5186,7 +5186,7 @@

    Declaration

    @@ -5257,7 +5257,7 @@

    Return Value

    new tile columns

    @@ -5341,7 +5341,7 @@

    Return Value

    new tile columns

    @@ -5399,7 +5399,7 @@

    Return Value

    new tile columns

    @@ -5438,7 +5438,7 @@

    Return Value

    true if has a zoom level column

    @@ -5477,7 +5477,7 @@

    Return Value

    zoom level tile column

    @@ -5516,7 +5516,7 @@

    Return Value

    true if has a tile column column

    @@ -5555,7 +5555,7 @@

    Return Value

    tile column column

    @@ -5594,7 +5594,7 @@

    Return Value

    true if has a tile row column

    @@ -5633,7 +5633,7 @@

    Return Value

    tile row column

    @@ -5672,7 +5672,7 @@

    Return Value

    true if has a tile data column

    @@ -5711,7 +5711,7 @@

    Return Value

    tile data column

    @@ -5721,7 +5721,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGTileCreator.html b/docs/docs/api/Classes/GPKGTileCreator.html index b8a58969..6b160088 100644 --- a/docs/docs/api/Classes/GPKGTileCreator.html +++ b/docs/docs/api/Classes/GPKGTileCreator.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5184,7 +5184,7 @@

    GPKGTileCreator

    Undocumented

    @@ -5220,7 +5220,7 @@

    Declaration

    @@ -5317,7 +5317,7 @@

    Return Value

    new instance

    @@ -5375,7 +5375,7 @@

    Return Value

    new instance

    @@ -5459,7 +5459,7 @@

    Return Value

    new instance

    @@ -5530,7 +5530,7 @@

    Return Value

    new instance

    @@ -5569,7 +5569,7 @@

    Return Value

    tile DAO

    @@ -5608,7 +5608,7 @@

    Return Value

    tile width

    @@ -5647,7 +5647,7 @@

    Return Value

    tile height

    @@ -5686,7 +5686,7 @@

    Return Value

    tile matrix set

    @@ -5725,7 +5725,7 @@

    Return Value

    request projection

    @@ -5764,7 +5764,7 @@

    Return Value

    tiles projection

    @@ -5803,7 +5803,7 @@

    Return Value

    tile set bounding box

    @@ -5842,7 +5842,7 @@

    Return Value

    true if the same projection

    @@ -5881,7 +5881,7 @@

    Return Value

    true if the same

    @@ -5939,7 +5939,7 @@

    Return Value

    true if a tile exists

    @@ -5998,7 +5998,7 @@

    Return Value

    tile

    @@ -6070,7 +6070,7 @@

    Return Value

    tile

    @@ -6080,7 +6080,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGTileDao.html b/docs/docs/api/Classes/GPKGTileDao.html index 611d2e55..279be36a 100644 --- a/docs/docs/api/Classes/GPKGTileDao.html +++ b/docs/docs/api/Classes/GPKGTileDao.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGTileDao

    Tile DAO for reading tile user tables

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5151,7 +5151,7 @@

    Declaration

    @@ -5186,7 +5186,7 @@

    Declaration

    @@ -5221,7 +5221,7 @@

    Declaration

    @@ -5256,7 +5256,7 @@

    Declaration

    @@ -5291,7 +5291,7 @@

    Declaration

    @@ -5326,7 +5326,7 @@

    Declaration

    @@ -5423,7 +5423,7 @@

    Return Value

    new tile dao

    @@ -5481,7 +5481,7 @@

    Return Value

    bounding box of zoom level, or nil if no tiles

    @@ -5552,7 +5552,7 @@

    Return Value

    bounding box of zoom level, or nil if no tiles

    @@ -5610,7 +5610,7 @@

    Return Value

    tile grid at zoom level, nil if no tile matrix at zoom level

    @@ -5649,7 +5649,7 @@

    Return Value

    tile table

    @@ -5707,7 +5707,7 @@

    Return Value

    tile row

    @@ -5765,7 +5765,7 @@

    Return Value

    tile row

    @@ -5823,7 +5823,7 @@

    Return Value

    tile row

    @@ -5862,7 +5862,7 @@

    Return Value

    tile row

    @@ -5899,7 +5899,7 @@

    Declaration

    @@ -5957,7 +5957,7 @@

    Return Value

    tile matrix

    @@ -5996,7 +5996,7 @@

    Return Value

    tile matrix

    @@ -6035,7 +6035,7 @@

    Return Value

    srs

    @@ -6074,7 +6074,7 @@

    Return Value

    srs id

    @@ -6158,7 +6158,7 @@

    Return Value

    tile row

    @@ -6216,7 +6216,7 @@

    Return Value

    result set

    @@ -6274,7 +6274,7 @@

    Return Value

    result set

    @@ -6345,7 +6345,7 @@

    Return Value

    result set

    @@ -6415,7 +6415,7 @@

    Return Value

    result set

    @@ -6473,7 +6473,7 @@

    Return Value

    zoom level

    @@ -6543,7 +6543,7 @@

    Return Value

    zoom level

    @@ -6602,7 +6602,7 @@

    Return Value

    zoom level

    @@ -6673,7 +6673,7 @@

    Return Value

    zoom level

    @@ -6734,7 +6734,7 @@

    Return Value

    approximate zoom level

    @@ -6808,7 +6808,7 @@

    Return Value

    approximate zoom level

    @@ -6879,7 +6879,7 @@

    Return Value

    result set

    @@ -6963,7 +6963,7 @@

    Return Value

    result set

    @@ -7021,7 +7021,7 @@

    Return Value

    tile grid of tiles at the zoom level

    @@ -7105,7 +7105,7 @@

    Return Value

    number deleted, should be 0 or 1

    @@ -7163,7 +7163,7 @@

    Return Value

    count

    @@ -7202,7 +7202,7 @@

    Return Value

    max distance length with tiles

    @@ -7241,7 +7241,7 @@

    Return Value

    min distance length with tiles

    @@ -7280,7 +7280,7 @@

    Return Value

    true if XYZ tile format

    @@ -7319,7 +7319,7 @@

    Return Value

    map zoom level range, min at index 0, max at index 1

    @@ -7358,7 +7358,7 @@

    Return Value

    map min zoom level

    @@ -7397,7 +7397,7 @@

    Return Value

    map max zoom level

    @@ -7455,7 +7455,7 @@

    Return Value

    map zoom level

    @@ -7513,7 +7513,7 @@

    Return Value

    map zoom level

    @@ -7552,7 +7552,7 @@

    Return Value

    tile matrix set DAO

    @@ -7591,7 +7591,7 @@

    Return Value

    tile matrix DAO

    @@ -7601,7 +7601,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGTileDaoUtils.html b/docs/docs/api/Classes/GPKGTileDaoUtils.html index 352a7a59..6bf9f371 100644 --- a/docs/docs/api/Classes/GPKGTileDaoUtils.html +++ b/docs/docs/api/Classes/GPKGTileDaoUtils.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGTileDaoUtils

    Tile Data Access Object utilities

    @@ -5117,7 +5117,7 @@

    Parameters

    @@ -5214,7 +5214,7 @@

    Return Value

    zoom level

    @@ -5324,7 +5324,7 @@

    Return Value

    tile matrix zoom level

    @@ -5423,7 +5423,7 @@

    Return Value

    tile matrix zoom level

    @@ -5535,7 +5535,7 @@

    Return Value

    tile matrix zoom level

    @@ -5636,7 +5636,7 @@

    Return Value

    actual or approximate tile matrix zoom level

    @@ -5750,7 +5750,7 @@

    Return Value

    actual or approximate tile matrix zoom level

    @@ -5820,7 +5820,7 @@

    Return Value

    max length

    @@ -5890,7 +5890,7 @@

    Return Value

    min length

    @@ -5975,7 +5975,7 @@

    Return Value

    map zoom level range, min at index 0, max at index 1

    @@ -6059,7 +6059,7 @@

    Return Value

    map min zoom level

    @@ -6143,7 +6143,7 @@

    Return Value

    map max zoom level

    @@ -6227,7 +6227,7 @@

    Return Value

    map zoom level

    @@ -6237,7 +6237,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGTileGenerator.html b/docs/docs/api/Classes/GPKGTileGenerator.html index ed6cddbc..d8b754c8 100644 --- a/docs/docs/api/Classes/GPKGTileGenerator.html +++ b/docs/docs/api/Classes/GPKGTileGenerator.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGTileGenerator

    Creates a set of tiles within a GeoPackage

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5151,7 +5151,7 @@

    Declaration

    @@ -5186,7 +5186,7 @@

    Declaration

    @@ -5221,7 +5221,7 @@

    Declaration

    @@ -5256,7 +5256,7 @@

    Declaration

    @@ -5291,7 +5291,7 @@

    Declaration

    @@ -5326,7 +5326,7 @@

    Declaration

    @@ -5361,7 +5361,7 @@

    Declaration

    @@ -5396,7 +5396,7 @@

    Declaration

    @@ -5431,7 +5431,7 @@

    Declaration

    @@ -5468,7 +5468,7 @@

    Declaration

    @@ -5503,7 +5503,7 @@

    Declaration

    @@ -5538,7 +5538,7 @@

    Declaration

    @@ -5573,7 +5573,7 @@

    Declaration

    @@ -5608,7 +5608,7 @@

    Declaration

    @@ -5643,7 +5643,7 @@

    Declaration

    @@ -5678,7 +5678,7 @@

    Declaration

    @@ -5775,7 +5775,7 @@

    Return Value

    new tile generator

    @@ -5885,7 +5885,7 @@

    Return Value

    new tile generator

    @@ -6008,7 +6008,7 @@

    Return Value

    new tile generator

    @@ -6118,7 +6118,7 @@

    Return Value

    new tile generator

    @@ -6157,7 +6157,7 @@

    Return Value

    min zoom

    @@ -6196,7 +6196,7 @@

    Return Value

    max zoom

    @@ -6254,7 +6254,7 @@

    Return Value

    true if zoom level added

    @@ -6324,7 +6324,7 @@

    Return Value

    true if at least one zoom level added

    @@ -6382,7 +6382,7 @@

    Return Value

    true if at least one zoom level added

    @@ -6440,7 +6440,7 @@

    Return Value

    original or expanded bounding box

    @@ -6494,7 +6494,7 @@

    Parameters

    @@ -6548,7 +6548,7 @@

    Parameters

    @@ -6587,7 +6587,7 @@

    Return Value

    tile count

    @@ -6626,7 +6626,7 @@

    Return Value

    tiles generated

    @@ -6661,7 +6661,7 @@

    Declaration

    @@ -6671,7 +6671,7 @@

    Declaration

    diff --git a/docs/docs/api/Classes/GPKGTileGrid.html b/docs/docs/api/Classes/GPKGTileGrid.html index c631f28e..dad9457d 100644 --- a/docs/docs/api/Classes/GPKGTileGrid.html +++ b/docs/docs/api/Classes/GPKGTileGrid.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGTileGrid

    Tile grid with x and y ranges

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5151,7 +5151,7 @@

    Declaration

    @@ -5186,7 +5186,7 @@

    Declaration

    @@ -5283,7 +5283,7 @@

    Return Value

    new tile grid

    @@ -5322,7 +5322,7 @@

    Return Value

    tile count

    @@ -5361,7 +5361,7 @@

    Return Value

    width

    @@ -5400,7 +5400,7 @@

    Return Value

    height

    @@ -5458,7 +5458,7 @@

    Return Value

    true if equal, false if not

    @@ -5468,7 +5468,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGTileMatrix.html b/docs/docs/api/Classes/GPKGTileMatrix.html index 1d7f5b59..40a09a1a 100644 --- a/docs/docs/api/Classes/GPKGTileMatrix.html +++ b/docs/docs/api/Classes/GPKGTileMatrix.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5049,7 +5049,7 @@

    GPKGTileMatrix

    2, irregular intervals, or regular intervals other than factors of 2.

    @@ -5085,7 +5085,7 @@

    Declaration

    @@ -5120,7 +5120,7 @@

    Declaration

    @@ -5155,7 +5155,7 @@

    Declaration

    @@ -5190,7 +5190,7 @@

    Declaration

    @@ -5225,7 +5225,7 @@

    Declaration

    @@ -5260,7 +5260,7 @@

    Declaration

    @@ -5295,7 +5295,7 @@

    Declaration

    @@ -5330,7 +5330,7 @@

    Declaration

    @@ -5384,7 +5384,7 @@

    Parameters

    @@ -5438,7 +5438,7 @@

    Parameters

    @@ -5492,7 +5492,7 @@

    Parameters

    @@ -5502,7 +5502,7 @@

    Parameters

    diff --git a/docs/docs/api/Classes/GPKGTileMatrixDao.html b/docs/docs/api/Classes/GPKGTileMatrixDao.html index 911001b2..6426eda4 100644 --- a/docs/docs/api/Classes/GPKGTileMatrixDao.html +++ b/docs/docs/api/Classes/GPKGTileMatrixDao.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGTileMatrixDao

    Tile Matrix Data Access Object

    @@ -5104,7 +5104,7 @@

    Return Value

    dao

    @@ -5162,7 +5162,7 @@

    Return Value

    new tile matrix dao

    @@ -5220,7 +5220,7 @@

    Return Value

    contents

    @@ -5278,7 +5278,7 @@

    Return Value

    result set

    @@ -5336,7 +5336,7 @@

    Return Value

    tile matrices

    @@ -5394,7 +5394,7 @@

    Return Value

    rows deleted

    @@ -5404,7 +5404,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGTileMatrixSet.html b/docs/docs/api/Classes/GPKGTileMatrixSet.html index 9f2cc441..83c54814 100644 --- a/docs/docs/api/Classes/GPKGTileMatrixSet.html +++ b/docs/docs/api/Classes/GPKGTileMatrixSet.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5047,7 +5047,7 @@

    GPKGTileMatrixSet

    pyramid user data table.

    @@ -5083,7 +5083,7 @@

    Declaration

    @@ -5118,7 +5118,7 @@

    Declaration

    @@ -5153,7 +5153,7 @@

    Declaration

    @@ -5188,7 +5188,7 @@

    Declaration

    @@ -5223,7 +5223,7 @@

    Declaration

    @@ -5258,7 +5258,7 @@

    Declaration

    @@ -5312,7 +5312,7 @@

    Parameters

    @@ -5366,7 +5366,7 @@

    Parameters

    @@ -5405,7 +5405,7 @@

    Return Value

    bounding box

    @@ -5459,7 +5459,7 @@

    Parameters

    @@ -5469,7 +5469,7 @@

    Parameters

    diff --git a/docs/docs/api/Classes/GPKGTileMatrixSetDao.html b/docs/docs/api/Classes/GPKGTileMatrixSetDao.html index 213b2348..4ad6bca9 100644 --- a/docs/docs/api/Classes/GPKGTileMatrixSetDao.html +++ b/docs/docs/api/Classes/GPKGTileMatrixSetDao.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGTileMatrixSetDao

    Tile Matrix Set Data Access Object

    @@ -5104,7 +5104,7 @@

    Return Value

    dao

    @@ -5162,7 +5162,7 @@

    Return Value

    new tile matrix set dao

    @@ -5201,7 +5201,7 @@

    Return Value

    tile tables

    @@ -5259,7 +5259,7 @@

    Return Value

    srs

    @@ -5317,7 +5317,7 @@

    Return Value

    contents

    @@ -5389,7 +5389,7 @@

    Return Value

    bounding box

    @@ -5399,7 +5399,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGTileReprojection.html b/docs/docs/api/Classes/GPKGTileReprojection.html index 7e46f8ab..f469700d 100644 --- a/docs/docs/api/Classes/GPKGTileReprojection.html +++ b/docs/docs/api/Classes/GPKGTileReprojection.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGTileReprojection

    Tile Reprojection for reprojecting an existing tile table

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5151,7 +5151,7 @@

    Declaration

    @@ -5186,7 +5186,7 @@

    Declaration

    @@ -5221,7 +5221,7 @@

    Declaration

    @@ -5305,7 +5305,7 @@

    Return Value

    tile reprojection

    @@ -5402,7 +5402,7 @@

    Return Value

    tile reprojection

    @@ -5513,7 +5513,7 @@

    Return Value

    tile reprojection

    @@ -5610,7 +5610,7 @@

    Return Value

    tile reprojection

    @@ -5694,7 +5694,7 @@

    Return Value

    tile reprojection

    @@ -5765,7 +5765,7 @@

    Return Value

    tile reprojection

    @@ -5863,7 +5863,7 @@

    Return Value

    tile reprojection

    @@ -5947,7 +5947,7 @@

    Return Value

    tile reprojection

    @@ -6032,7 +6032,7 @@

    Return Value

    tile reprojection

    @@ -6130,7 +6130,7 @@

    Return Value

    tile reprojection

    @@ -6241,7 +6241,7 @@

    Return Value

    tile reprojection

    @@ -6339,7 +6339,7 @@

    Return Value

    tile reprojection

    @@ -6423,7 +6423,7 @@

    Return Value

    created tiles

    @@ -6520,7 +6520,7 @@

    Return Value

    created tiles

    @@ -6630,7 +6630,7 @@

    Return Value

    created tiles

    @@ -6727,7 +6727,7 @@

    Return Value

    created tiles

    @@ -6811,7 +6811,7 @@

    Return Value

    created tiles

    @@ -6882,7 +6882,7 @@

    Return Value

    created tiles

    @@ -6979,7 +6979,7 @@

    Return Value

    created tiles

    @@ -7063,7 +7063,7 @@

    Return Value

    created tiles

    @@ -7147,7 +7147,7 @@

    Return Value

    created tiles

    @@ -7244,7 +7244,7 @@

    Return Value

    created tiles

    @@ -7354,7 +7354,7 @@

    Return Value

    created tiles

    @@ -7451,7 +7451,7 @@

    Return Value

    created tiles

    @@ -7548,7 +7548,7 @@

    Return Value

    tile reprojection

    @@ -7619,7 +7619,7 @@

    Return Value

    tile reprojection

    @@ -7703,7 +7703,7 @@

    Return Value

    tile reprojection

    @@ -7742,7 +7742,7 @@

    Return Value

    zoom configs

    @@ -7800,7 +7800,7 @@

    Return Value

    zoom config

    @@ -7858,7 +7858,7 @@

    Return Value

    zoom config

    @@ -7912,7 +7912,7 @@

    Parameters

    @@ -7978,7 +7978,7 @@

    Parameters

    @@ -8036,7 +8036,7 @@

    Return Value

    reprojected to zoom level

    @@ -8102,7 +8102,7 @@

    Parameters

    @@ -8160,7 +8160,7 @@

    Return Value

    reprojected tile width

    @@ -8226,7 +8226,7 @@

    Parameters

    @@ -8284,7 +8284,7 @@

    Return Value

    reprojected tile height

    @@ -8350,7 +8350,7 @@

    Parameters

    @@ -8408,7 +8408,7 @@

    Return Value

    reprojected matrix width

    @@ -8474,7 +8474,7 @@

    Parameters

    @@ -8532,7 +8532,7 @@

    Return Value

    reprojected matrix height

    @@ -8571,7 +8571,7 @@

    Return Value

    created tiles

    @@ -8641,7 +8641,7 @@

    Return Value

    created tiles

    @@ -8699,7 +8699,7 @@

    Return Value

    created tiles

    @@ -8757,7 +8757,7 @@

    Return Value

    created tiles

    @@ -8767,7 +8767,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGTileReprojectionOptimize.html b/docs/docs/api/Classes/GPKGTileReprojectionOptimize.html index c015aaa8..b1b79202 100644 --- a/docs/docs/api/Classes/GPKGTileReprojectionOptimize.html +++ b/docs/docs/api/Classes/GPKGTileReprojectionOptimize.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGTileReprojectionOptimize

    Tile Reprojection Optimizations

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5120,7 +5120,7 @@

    Return Value

    tile reprojection optimize

    @@ -5159,7 +5159,7 @@

    Return Value

    tile reprojection optimize

    @@ -5198,7 +5198,7 @@

    Return Value

    tile reprojection optimize

    @@ -5237,7 +5237,7 @@

    Return Value

    tile reprojection optimize

    @@ -5276,7 +5276,7 @@

    Return Value

    new tile reprojection optimize

    @@ -5334,7 +5334,7 @@

    Return Value

    new tile reprojection optimize

    @@ -5373,7 +5373,7 @@

    Return Value

    projection

    @@ -5412,7 +5412,7 @@

    Return Value

    tile grid

    @@ -5451,7 +5451,7 @@

    Return Value

    bounding box

    @@ -5522,7 +5522,7 @@

    Return Value

    tile grid

    @@ -5593,7 +5593,7 @@

    Return Value

    bounding box

    @@ -5603,7 +5603,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGTileReprojectionZoom.html b/docs/docs/api/Classes/GPKGTileReprojectionZoom.html index 975d94f5..edb3c65a 100644 --- a/docs/docs/api/Classes/GPKGTileReprojectionZoom.html +++ b/docs/docs/api/Classes/GPKGTileReprojectionZoom.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGTileReprojectionZoom

    Optional Tile Reprojection configuration for a zoom level

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5151,7 +5151,7 @@

    Declaration

    @@ -5186,7 +5186,7 @@

    Declaration

    @@ -5221,7 +5221,7 @@

    Declaration

    @@ -5279,7 +5279,7 @@

    Return Value

    tile reprojection zoom

    @@ -5318,7 +5318,7 @@

    Return Value

    zoom level

    @@ -5357,7 +5357,7 @@

    Return Value

    true if has value

    @@ -5396,7 +5396,7 @@

    Return Value

    true if has value

    @@ -5435,7 +5435,7 @@

    Return Value

    true if has value

    @@ -5474,7 +5474,7 @@

    Return Value

    true if has value

    @@ -5513,7 +5513,7 @@

    Return Value

    true if has value

    @@ -5523,7 +5523,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGTileRow.html b/docs/docs/api/Classes/GPKGTileRow.html index 5490d568..eef7dce4 100644 --- a/docs/docs/api/Classes/GPKGTileRow.html +++ b/docs/docs/api/Classes/GPKGTileRow.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGTileRow

    Tile Row containing the values from a single results row

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5200,7 +5200,7 @@

    Return Value

    new tile row

    @@ -5258,7 +5258,7 @@

    Return Value

    new tile row

    @@ -5297,7 +5297,7 @@

    Return Value

    zoom level column index

    @@ -5336,7 +5336,7 @@

    Return Value

    zoom level column

    @@ -5375,7 +5375,7 @@

    Return Value

    zoom level

    @@ -5429,7 +5429,7 @@

    Parameters

    @@ -5468,7 +5468,7 @@

    Return Value

    tile column column index

    @@ -5507,7 +5507,7 @@

    Return Value

    tile column column

    @@ -5546,7 +5546,7 @@

    Return Value

    tile column

    @@ -5600,7 +5600,7 @@

    Parameters

    @@ -5639,7 +5639,7 @@

    Return Value

    tile row column index

    @@ -5678,7 +5678,7 @@

    Return Value

    tile row column

    @@ -5717,7 +5717,7 @@

    Return Value

    tile row

    @@ -5771,7 +5771,7 @@

    Parameters

    @@ -5810,7 +5810,7 @@

    Return Value

    tile data column index

    @@ -5849,7 +5849,7 @@

    Return Value

    tile data column

    @@ -5888,7 +5888,7 @@

    Return Value

    tile data

    @@ -5942,7 +5942,7 @@

    Parameters

    @@ -5981,7 +5981,7 @@

    Return Value

    tile image

    @@ -6039,7 +6039,7 @@

    Return Value

    tile image

    @@ -6106,7 +6106,7 @@

    Parameters

    @@ -6186,7 +6186,7 @@

    Parameters

    @@ -6196,7 +6196,7 @@

    Parameters

    diff --git a/docs/docs/api/Classes/GPKGTileScaling.html b/docs/docs/api/Classes/GPKGTileScaling.html index 444d9985..22cefdfb 100644 --- a/docs/docs/api/Classes/GPKGTileScaling.html +++ b/docs/docs/api/Classes/GPKGTileScaling.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5046,7 +5046,7 @@

    GPKGTileScaling

    tiles

    @@ -5082,7 +5082,7 @@

    Declaration

    @@ -5117,7 +5117,7 @@

    Declaration

    @@ -5152,7 +5152,7 @@

    Declaration

    @@ -5187,7 +5187,7 @@

    Declaration

    @@ -5226,7 +5226,7 @@

    Return Value

    new tile scaling

    @@ -5323,7 +5323,7 @@

    Return Value

    new tile scaling

    @@ -5420,7 +5420,7 @@

    Return Value

    new tile scaling

    @@ -5504,7 +5504,7 @@

    Return Value

    new tile scaling

    @@ -5558,7 +5558,7 @@

    Parameters

    @@ -5597,7 +5597,7 @@

    Return Value

    tile scaling type

    @@ -5651,7 +5651,7 @@

    Parameters

    @@ -5690,7 +5690,7 @@

    Return Value

    true if zoom in for tiles is allowed

    @@ -5729,7 +5729,7 @@

    Return Value

    true if zoom out for tiles is allowed

    @@ -5739,7 +5739,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGTileScalingDao.html b/docs/docs/api/Classes/GPKGTileScalingDao.html index b6119e0c..5db77297 100644 --- a/docs/docs/api/Classes/GPKGTileScalingDao.html +++ b/docs/docs/api/Classes/GPKGTileScalingDao.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGTileScalingDao

    Tile Scaling Data Access Object

    @@ -5104,7 +5104,7 @@

    Return Value

    dao

    @@ -5162,7 +5162,7 @@

    Return Value

    new tile scaling dao

    @@ -5172,7 +5172,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGTileScalingTableCreator.html b/docs/docs/api/Classes/GPKGTileScalingTableCreator.html index 29198515..129278a5 100644 --- a/docs/docs/api/Classes/GPKGTileScalingTableCreator.html +++ b/docs/docs/api/Classes/GPKGTileScalingTableCreator.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGTileScalingTableCreator

    Tile Scaling Extension Table Creator

    @@ -5104,7 +5104,7 @@

    Return Value

    new table scaling table creator

    @@ -5143,7 +5143,7 @@

    Return Value

    tables created

    @@ -5153,7 +5153,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGTileScalingTypes.html b/docs/docs/api/Classes/GPKGTileScalingTypes.html index 69320f86..f3e54419 100644 --- a/docs/docs/api/Classes/GPKGTileScalingTypes.html +++ b/docs/docs/api/Classes/GPKGTileScalingTypes.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5065,7 +5065,7 @@

    GPKGTileScalingTypes

    Undocumented

    @@ -5124,7 +5124,7 @@

    Return Value

    tile scaling type name

    @@ -5182,7 +5182,7 @@

    Return Value

    tile scaling type

    @@ -5192,7 +5192,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGTileTable.html b/docs/docs/api/Classes/GPKGTileTable.html index 2f96931f..a43b8496 100644 --- a/docs/docs/api/Classes/GPKGTileTable.html +++ b/docs/docs/api/Classes/GPKGTileTable.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGTileTable

    Represents a user tile table

    @@ -5104,7 +5104,7 @@

    Return Value

    new tile table

    @@ -5175,7 +5175,7 @@

    Return Value

    new tile table

    @@ -5214,7 +5214,7 @@

    Return Value

    zoom level index

    @@ -5253,7 +5253,7 @@

    Return Value

    zoom level tile column

    @@ -5292,7 +5292,7 @@

    Return Value

    tile column index

    @@ -5331,7 +5331,7 @@

    Return Value

    tile column column

    @@ -5370,7 +5370,7 @@

    Return Value

    tile row index

    @@ -5409,7 +5409,7 @@

    Return Value

    tile row column

    @@ -5448,7 +5448,7 @@

    Return Value

    tile data index

    @@ -5487,7 +5487,7 @@

    Return Value

    tile data column

    @@ -5526,7 +5526,7 @@

    Return Value

    columns

    @@ -5584,7 +5584,7 @@

    Return Value

    tile columns

    @@ -5642,7 +5642,7 @@

    Return Value

    columns

    @@ -5713,7 +5713,7 @@

    Return Value

    tile columns

    @@ -5752,7 +5752,7 @@

    Return Value

    columns

    @@ -5762,7 +5762,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGTileTableMetadata.html b/docs/docs/api/Classes/GPKGTileTableMetadata.html index 581e1eca..a6cb3978 100644 --- a/docs/docs/api/Classes/GPKGTileTableMetadata.html +++ b/docs/docs/api/Classes/GPKGTileTableMetadata.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGTileTableMetadata

    Tile Table Metadata for defining table creation information

    @@ -5085,7 +5085,7 @@

    Return Value

    metadata

    @@ -5143,7 +5143,7 @@

    Return Value

    metadata

    @@ -5227,7 +5227,7 @@

    Return Value

    metadata

    @@ -5324,7 +5324,7 @@

    Return Value

    metadata

    @@ -5422,7 +5422,7 @@

    Return Value

    metadata

    @@ -5533,7 +5533,7 @@

    Return Value

    metadata

    @@ -5644,7 +5644,7 @@

    Return Value

    metadata

    @@ -5768,7 +5768,7 @@

    Return Value

    metadata

    @@ -5865,7 +5865,7 @@

    Return Value

    metadata

    @@ -5975,7 +5975,7 @@

    Return Value

    metadata

    @@ -6086,7 +6086,7 @@

    Return Value

    metadata

    @@ -6210,7 +6210,7 @@

    Return Value

    metadata

    @@ -6334,7 +6334,7 @@

    Return Value

    metadata

    @@ -6471,7 +6471,7 @@

    Return Value

    metadata

    @@ -6506,7 +6506,7 @@

    Declaration

    @@ -6541,7 +6541,7 @@

    Declaration

    @@ -6576,7 +6576,7 @@

    Declaration

    @@ -6611,7 +6611,7 @@

    Declaration

    @@ -6650,7 +6650,7 @@

    Return Value

    new tile table metadata

    @@ -6760,7 +6760,7 @@

    Return Value

    new tile table metadata

    @@ -6883,7 +6883,7 @@

    Return Value

    new tile table metadata

    @@ -7006,7 +7006,7 @@

    Return Value

    new tile table metadata

    @@ -7142,7 +7142,7 @@

    Return Value

    new tile table metadata

    @@ -7152,7 +7152,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGTileTableReader.html b/docs/docs/api/Classes/GPKGTileTableReader.html index b01afe86..e6529917 100644 --- a/docs/docs/api/Classes/GPKGTileTableReader.html +++ b/docs/docs/api/Classes/GPKGTileTableReader.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGTileTableReader

    Reads the metadata from an existing tile table

    @@ -5104,7 +5104,7 @@

    Return Value

    new tile table reader

    @@ -5162,7 +5162,7 @@

    Return Value

    tile table

    @@ -5172,7 +5172,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGTileTableScaling.html b/docs/docs/api/Classes/GPKGTileTableScaling.html index 8dbd23a7..e7d26344 100644 --- a/docs/docs/api/Classes/GPKGTileTableScaling.html +++ b/docs/docs/api/Classes/GPKGTileTableScaling.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5048,7 +5048,7 @@

    GPKGTileTableScaling

    http://ngageoint.github.io/GeoPackage/docs/extensions/tile-scaling.html

    @@ -5120,7 +5120,7 @@

    Return Value

    new tile table scaling

    @@ -5191,7 +5191,7 @@

    Return Value

    new tile table scaling

    @@ -5262,7 +5262,7 @@

    Return Value

    new tile table scaling

    @@ -5333,7 +5333,7 @@

    Return Value

    new tile table scaling

    @@ -5372,7 +5372,7 @@

    Return Value

    table name

    @@ -5411,7 +5411,7 @@

    Return Value

    tile scaling dao

    @@ -5450,7 +5450,7 @@

    Return Value

    extension name

    @@ -5489,7 +5489,7 @@

    Return Value

    extension definition

    @@ -5528,7 +5528,7 @@

    Return Value

    true if has extension

    @@ -5567,7 +5567,7 @@

    Return Value

    tile scaling

    @@ -5622,7 +5622,7 @@

    Parameters

    @@ -5677,7 +5677,7 @@

    Parameters

    @@ -5731,7 +5731,7 @@

    Parameters

    @@ -5770,7 +5770,7 @@

    Return Value

    true if deleted

    @@ -5809,7 +5809,7 @@

    Return Value

    extensions object or null if one does not exist

    @@ -5848,7 +5848,7 @@

    Return Value

    tile scaling dao

    @@ -5907,7 +5907,7 @@

    Return Value

    tile scaling dao

    @@ -5965,7 +5965,7 @@

    Return Value

    tile scaling dao

    @@ -6004,7 +6004,7 @@

    Return Value

    true if created

    @@ -6014,7 +6014,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGTileUtils.html b/docs/docs/api/Classes/GPKGTileUtils.html index ae5c2412..e7cdd6fa 100644 --- a/docs/docs/api/Classes/GPKGTileUtils.html +++ b/docs/docs/api/Classes/GPKGTileUtils.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGTileUtils

    Tile utilities and constants

    @@ -5085,7 +5085,7 @@

    Return Value

    default tile length

    @@ -5143,7 +5143,7 @@

    Return Value

    default tile length

    @@ -5153,7 +5153,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGUTMZone.html b/docs/docs/api/Classes/GPKGUTMZone.html index 9de55555..4b94008f 100644 --- a/docs/docs/api/Classes/GPKGUTMZone.html +++ b/docs/docs/api/Classes/GPKGUTMZone.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGUTMZone

    UTM Zone utilities

    @@ -5105,7 +5105,7 @@

    Return Value

    UTM Zone

    @@ -5164,7 +5164,7 @@

    Return Value

    latitude direction

    @@ -5222,7 +5222,7 @@

    Return Value

    central meridian

    @@ -5281,7 +5281,7 @@

    Return Value

    false northing

    @@ -5339,7 +5339,7 @@

    Return Value

    true if UTM zone

    @@ -5397,7 +5397,7 @@

    Return Value

    true if UTM north zone

    @@ -5455,7 +5455,7 @@

    Return Value

    true if UTM south zone

    @@ -5465,7 +5465,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGUniqueConstraint.html b/docs/docs/api/Classes/GPKGUniqueConstraint.html index 2ba2281b..5bb23541 100644 --- a/docs/docs/api/Classes/GPKGUniqueConstraint.html +++ b/docs/docs/api/Classes/GPKGUniqueConstraint.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGUniqueConstraint

    Table unique constraint for one or more columns

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5170,7 +5170,7 @@

    Parameters

    @@ -5224,7 +5224,7 @@

    Parameters

    @@ -5290,7 +5290,7 @@

    Parameters

    @@ -5344,7 +5344,7 @@

    Parameters

    @@ -5398,7 +5398,7 @@

    Parameters

    @@ -5465,7 +5465,7 @@

    Parameters

    @@ -5532,7 +5532,7 @@

    Parameters

    @@ -5586,7 +5586,7 @@

    Parameters

    @@ -5640,7 +5640,7 @@

    Parameters

    @@ -5650,7 +5650,7 @@

    Parameters

    diff --git a/docs/docs/api/Classes/GPKGUrlTileGenerator.html b/docs/docs/api/Classes/GPKGUrlTileGenerator.html index 4acf84a8..ef24c4ec 100644 --- a/docs/docs/api/Classes/GPKGUrlTileGenerator.html +++ b/docs/docs/api/Classes/GPKGUrlTileGenerator.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGUrlTileGenerator

    Creates a set of tiles within a GeoPackage by downloading the tiles from a URL

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5226,7 +5226,7 @@

    Return Value

    new url tile generator

    @@ -5349,7 +5349,7 @@

    Return Value

    new url tile generator

    @@ -5485,7 +5485,7 @@

    Return Value

    new url tile generator

    @@ -5608,7 +5608,7 @@

    Return Value

    new url tile generator

    @@ -5647,7 +5647,7 @@

    Return Value

    header map

    @@ -5705,7 +5705,7 @@

    Return Value

    field values

    @@ -5771,7 +5771,7 @@

    Parameters

    @@ -5838,7 +5838,7 @@

    Parameters

    @@ -5848,7 +5848,7 @@

    Parameters

    diff --git a/docs/docs/api/Classes/GPKGUserColumn.html b/docs/docs/api/Classes/GPKGUserColumn.html index c3f3ec3c..2ffcabe6 100644 --- a/docs/docs/api/Classes/GPKGUserColumn.html +++ b/docs/docs/api/Classes/GPKGUserColumn.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGUserColumn

    Metadata about a single column from a user table

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5151,7 +5151,7 @@

    Declaration

    @@ -5186,7 +5186,7 @@

    Declaration

    @@ -5221,7 +5221,7 @@

    Declaration

    @@ -5256,7 +5256,7 @@

    Declaration

    @@ -5291,7 +5291,7 @@

    Declaration

    @@ -5326,7 +5326,7 @@

    Declaration

    @@ -5361,7 +5361,7 @@

    Declaration

    @@ -5396,7 +5396,7 @@

    Declaration

    @@ -5533,7 +5533,7 @@

    Return Value

    new user column

    @@ -5683,7 +5683,7 @@

    Return Value

    new user column

    @@ -5737,7 +5737,7 @@

    Parameters

    @@ -5808,7 +5808,7 @@

    Return Value

    type name

    @@ -5847,7 +5847,7 @@

    Return Value

    true if has a valid index

    @@ -5882,7 +5882,7 @@

    Declaration

    @@ -5940,7 +5940,7 @@

    Return Value

    true if named the provided name

    @@ -5979,7 +5979,7 @@

    Return Value

    true if has max value

    @@ -6018,7 +6018,7 @@

    Return Value

    true if has default value

    @@ -6057,7 +6057,7 @@

    Return Value

    true if has constraints

    @@ -6115,7 +6115,7 @@

    Return Value

    true if has constraints

    @@ -6154,7 +6154,7 @@

    Return Value

    constraints

    @@ -6212,7 +6212,7 @@

    Return Value

    constraints

    @@ -6251,7 +6251,7 @@

    Return Value

    cleared constraints

    @@ -6309,7 +6309,7 @@

    Return Value

    cleared constraints

    @@ -6368,7 +6368,7 @@

    Return Value

    cleared constraints

    @@ -6404,7 +6404,7 @@

    Declaration

    @@ -6458,7 +6458,7 @@

    Parameters

    @@ -6512,7 +6512,7 @@

    Parameters

    @@ -6566,7 +6566,7 @@

    Parameters

    @@ -6633,7 +6633,7 @@

    Parameters

    @@ -6713,7 +6713,7 @@

    Parameters

    @@ -6793,7 +6793,7 @@

    Parameters

    @@ -6847,7 +6847,7 @@

    Parameters

    @@ -6901,7 +6901,7 @@

    Parameters

    @@ -6955,7 +6955,7 @@

    Parameters

    @@ -6990,7 +6990,7 @@

    Declaration

    @@ -7025,7 +7025,7 @@

    Declaration

    @@ -7079,7 +7079,7 @@

    Parameters

    @@ -7114,7 +7114,7 @@

    Declaration

    @@ -7149,7 +7149,7 @@

    Declaration

    @@ -7184,7 +7184,7 @@

    Declaration

    @@ -7219,7 +7219,7 @@

    Declaration

    @@ -7254,7 +7254,7 @@

    Declaration

    @@ -7289,7 +7289,7 @@

    Declaration

    @@ -7324,7 +7324,7 @@

    Declaration

    @@ -7382,7 +7382,7 @@

    Return Value

    SQL or null

    @@ -7392,7 +7392,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGUserColumns.html b/docs/docs/api/Classes/GPKGUserColumns.html index 68ad6d70..cbe358e7 100644 --- a/docs/docs/api/Classes/GPKGUserColumns.html +++ b/docs/docs/api/Classes/GPKGUserColumns.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5046,7 +5046,7 @@

    GPKGUserColumns

    table columns or a subset from a query

    @@ -5082,7 +5082,7 @@

    Declaration

    @@ -5118,7 +5118,7 @@

    Declaration

    @@ -5153,7 +5153,7 @@

    Declaration

    @@ -5188,7 +5188,7 @@

    Declaration

    @@ -5272,7 +5272,7 @@

    Return Value

    new user columns

    @@ -5330,7 +5330,7 @@

    Return Value

    new user columns

    @@ -5365,7 +5365,7 @@

    Declaration

    @@ -5445,7 +5445,7 @@

    Parameters

    @@ -5512,7 +5512,7 @@

    Parameters

    @@ -5578,7 +5578,7 @@

    Parameters

    @@ -5636,7 +5636,7 @@

    Return Value

    index

    @@ -5707,7 +5707,7 @@

    Return Value

    index

    @@ -5746,7 +5746,7 @@

    Return Value

    column names

    @@ -5804,7 +5804,7 @@

    Return Value

    column name

    @@ -5843,7 +5843,7 @@

    Return Value

    columns

    @@ -5901,7 +5901,7 @@

    Return Value

    column

    @@ -5959,7 +5959,7 @@

    Return Value

    column

    @@ -6017,7 +6017,7 @@

    Return Value

    true if has the column

    @@ -6056,7 +6056,7 @@

    Return Value

    column count

    @@ -6095,7 +6095,7 @@

    Return Value

    true if has an id column

    @@ -6134,7 +6134,7 @@

    Return Value

    id column index

    @@ -6173,7 +6173,7 @@

    Return Value

    id column

    @@ -6212,7 +6212,7 @@

    Return Value

    id column name

    @@ -6251,7 +6251,7 @@

    Return Value

    true if has a primary key

    @@ -6290,7 +6290,7 @@

    Return Value

    primary key column index

    @@ -6329,7 +6329,7 @@

    Return Value

    pk index

    @@ -6368,7 +6368,7 @@

    Return Value

    primary key column name

    @@ -6426,7 +6426,7 @@

    Return Value

    columns

    @@ -6480,7 +6480,7 @@

    Parameters

    @@ -6547,7 +6547,7 @@

    Parameters

    @@ -6614,7 +6614,7 @@

    Parameters

    @@ -6680,7 +6680,7 @@

    Parameters

    @@ -6734,7 +6734,7 @@

    Parameters

    @@ -6788,7 +6788,7 @@

    Parameters

    @@ -6842,7 +6842,7 @@

    Parameters

    @@ -6896,7 +6896,7 @@

    Parameters

    @@ -6906,7 +6906,7 @@

    Parameters

    diff --git a/docs/docs/api/Classes/GPKGUserCustomColumn.html b/docs/docs/api/Classes/GPKGUserCustomColumn.html index 6eaf983f..0af627cf 100644 --- a/docs/docs/api/Classes/GPKGUserCustomColumn.html +++ b/docs/docs/api/Classes/GPKGUserCustomColumn.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGUserCustomColumn

    User Custom column

    @@ -5104,7 +5104,7 @@

    Return Value

    user custom column

    @@ -5175,7 +5175,7 @@

    Return Value

    user custom column

    @@ -5246,7 +5246,7 @@

    Return Value

    user custom column

    @@ -5330,7 +5330,7 @@

    Return Value

    user custom column

    @@ -5401,7 +5401,7 @@

    Return Value

    user custom column

    @@ -5485,7 +5485,7 @@

    Return Value

    user custom column

    @@ -5569,7 +5569,7 @@

    Return Value

    user custom column

    @@ -5666,7 +5666,7 @@

    Return Value

    user custom column

    @@ -5763,7 +5763,7 @@

    Return Value

    user custom column

    @@ -5873,7 +5873,7 @@

    Return Value

    user custom column

    @@ -5957,7 +5957,7 @@

    Return Value

    user custom column

    @@ -6054,7 +6054,7 @@

    Return Value

    user custom column

    @@ -6164,7 +6164,7 @@

    Return Value

    user custom column

    @@ -6287,7 +6287,7 @@

    Return Value

    user custom column

    @@ -6346,7 +6346,7 @@

    Return Value

    user custom column

    @@ -6356,7 +6356,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGUserCustomColumns.html b/docs/docs/api/Classes/GPKGUserCustomColumns.html index 33add63f..d8790fcf 100644 --- a/docs/docs/api/Classes/GPKGUserCustomColumns.html +++ b/docs/docs/api/Classes/GPKGUserCustomColumns.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGUserCustomColumns

    Collection of user custom columns

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5152,7 +5152,7 @@

    Return Value

    new user custom columns

    @@ -5236,7 +5236,7 @@

    Return Value

    new user custom columns

    @@ -5320,7 +5320,7 @@

    Return Value

    new user custom columns

    @@ -5417,7 +5417,7 @@

    Return Value

    new user custom columns

    @@ -5476,7 +5476,7 @@

    Return Value

    new user custom columns

    @@ -5486,7 +5486,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGUserCustomDao.html b/docs/docs/api/Classes/GPKGUserCustomDao.html index 3bedfbab..4d814310 100644 --- a/docs/docs/api/Classes/GPKGUserCustomDao.html +++ b/docs/docs/api/Classes/GPKGUserCustomDao.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGUserCustomDao

    User Custom DAO for reading user custom data tables

    @@ -5117,7 +5117,7 @@

    Return Value

    new user custom dao

    @@ -5175,7 +5175,7 @@

    Return Value

    new user custom dao

    @@ -5246,7 +5246,7 @@

    Return Value

    new user custom dao

    @@ -5285,7 +5285,7 @@

    Return Value

    user custom table

    @@ -5343,7 +5343,7 @@

    Return Value

    user custom row

    @@ -5401,7 +5401,7 @@

    Return Value

    user custom row

    @@ -5440,7 +5440,7 @@

    Return Value

    user custom row

    @@ -5498,7 +5498,7 @@

    Return Value

    count

    @@ -5582,7 +5582,7 @@

    Return Value

    user custom DAO

    @@ -5592,7 +5592,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGUserCustomRow.html b/docs/docs/api/Classes/GPKGUserCustomRow.html index ee8b8577..ed1b8ea3 100644 --- a/docs/docs/api/Classes/GPKGUserCustomRow.html +++ b/docs/docs/api/Classes/GPKGUserCustomRow.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGUserCustomRow

    User Custom Row containing the values from a single results row

    @@ -5130,7 +5130,7 @@

    Return Value

    new user custom row

    @@ -5188,7 +5188,7 @@

    Return Value

    new user custom row

    @@ -5246,7 +5246,7 @@

    Return Value

    new user custom row

    @@ -5285,7 +5285,7 @@

    Return Value

    user custom table

    @@ -5324,7 +5324,7 @@

    Return Value

    user custom columns

    @@ -5334,7 +5334,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGUserCustomTable.html b/docs/docs/api/Classes/GPKGUserCustomTable.html index 3dcca626..b2192546 100644 --- a/docs/docs/api/Classes/GPKGUserCustomTable.html +++ b/docs/docs/api/Classes/GPKGUserCustomTable.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGUserCustomTable

    Represents a user custom table

    @@ -5117,7 +5117,7 @@

    Return Value

    new user custom table

    @@ -5201,7 +5201,7 @@

    Return Value

    new user custom table

    @@ -5259,7 +5259,7 @@

    Return Value

    new user custom table

    @@ -5317,7 +5317,7 @@

    Return Value

    new user custom table

    @@ -5356,7 +5356,7 @@

    Return Value

    columns

    @@ -5366,7 +5366,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGUserCustomTableReader.html b/docs/docs/api/Classes/GPKGUserCustomTableReader.html index fc9a2e72..fd4b690f 100644 --- a/docs/docs/api/Classes/GPKGUserCustomTableReader.html +++ b/docs/docs/api/Classes/GPKGUserCustomTableReader.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGUserCustomTableReader

    Reads the metadata from an existing user custom table

    @@ -5104,7 +5104,7 @@

    Return Value

    new user custom table reader

    @@ -5162,7 +5162,7 @@

    Return Value

    user custom table

    @@ -5233,7 +5233,7 @@

    Return Value

    table

    @@ -5243,7 +5243,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGUserDao.html b/docs/docs/api/Classes/GPKGUserDao.html index 4f4c2487..5d4c119f 100644 --- a/docs/docs/api/Classes/GPKGUserDao.html +++ b/docs/docs/api/Classes/GPKGUserDao.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGUserDao

    Abstract User DAO for reading user tables

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5187,7 +5187,7 @@

    Return Value

    new user dao

    @@ -5226,7 +5226,7 @@

    Return Value

    true if has a primary key

    @@ -5265,7 +5265,7 @@

    Return Value

    primary key column index

    @@ -5304,7 +5304,7 @@

    Return Value

    primary key column

    @@ -5343,7 +5343,7 @@

    Return Value

    primary key column name

    @@ -5382,7 +5382,7 @@

    Return Value

    columns

    @@ -5440,7 +5440,7 @@

    Return Value

    user row

    @@ -5498,7 +5498,7 @@

    Return Value

    user row

    @@ -5556,7 +5556,7 @@

    Return Value

    row result set

    @@ -5627,7 +5627,7 @@

    Return Value

    user row

    @@ -5666,7 +5666,7 @@

    Return Value

    bounding box

    @@ -5724,7 +5724,7 @@

    Return Value

    bounding box of user table data

    @@ -5796,7 +5796,7 @@

    Return Value

    projected bounding box

    @@ -5835,7 +5835,7 @@

    Return Value

    contents

    @@ -5874,7 +5874,7 @@

    Return Value

    zoom level

    @@ -5932,7 +5932,7 @@

    Return Value

    row

    @@ -6003,7 +6003,7 @@

    Return Value

    row

    @@ -6061,7 +6061,7 @@

    Return Value

    row paginated results

    @@ -6132,7 +6132,7 @@

    Return Value

    row paginated results

    @@ -6171,7 +6171,7 @@

    Return Value

    true if the primary key is modifiable

    @@ -6225,7 +6225,7 @@

    Parameters

    @@ -6264,7 +6264,7 @@

    Return Value

    true if values are validated against column types

    @@ -6318,7 +6318,7 @@

    Parameters

    @@ -6372,7 +6372,7 @@

    Parameters

    @@ -6439,7 +6439,7 @@

    Parameters

    @@ -6493,7 +6493,7 @@

    Parameters

    @@ -6547,7 +6547,7 @@

    Parameters

    @@ -6601,7 +6601,7 @@

    Parameters

    @@ -6655,7 +6655,7 @@

    Parameters

    @@ -6665,7 +6665,7 @@

    Parameters

    diff --git a/docs/docs/api/Classes/GPKGUserMappingDao.html b/docs/docs/api/Classes/GPKGUserMappingDao.html index c401d841..8d531c5c 100644 --- a/docs/docs/api/Classes/GPKGUserMappingDao.html +++ b/docs/docs/api/Classes/GPKGUserMappingDao.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGUserMappingDao

    User Mapping DAO for reading user mapping data tables

    @@ -5104,7 +5104,7 @@

    Return Value

    new user mapping dao

    @@ -5175,7 +5175,7 @@

    Return Value

    new user mapping dao

    @@ -5214,7 +5214,7 @@

    Return Value

    user mapping table

    @@ -5272,7 +5272,7 @@

    Return Value

    user mapping row

    @@ -5311,7 +5311,7 @@

    Return Value

    user mapping row

    @@ -5369,7 +5369,7 @@

    Return Value

    result set

    @@ -5427,7 +5427,7 @@

    Return Value

    result set

    @@ -5485,7 +5485,7 @@

    Return Value

    count

    @@ -5543,7 +5543,7 @@

    Return Value

    count

    @@ -5601,7 +5601,7 @@

    Return Value

    result set

    @@ -5659,7 +5659,7 @@

    Return Value

    result set

    @@ -5717,7 +5717,7 @@

    Return Value

    count

    @@ -5775,7 +5775,7 @@

    Return Value

    count

    @@ -5833,7 +5833,7 @@

    Return Value

    result set

    @@ -5903,7 +5903,7 @@

    Return Value

    result set

    @@ -5942,7 +5942,7 @@

    Return Value

    list of unique base ids

    @@ -5981,7 +5981,7 @@

    Return Value

    list of unique related ids

    @@ -6039,7 +6039,7 @@

    Return Value

    count

    @@ -6109,7 +6109,7 @@

    Return Value

    count

    @@ -6167,7 +6167,7 @@

    Return Value

    rows deleted

    @@ -6225,7 +6225,7 @@

    Return Value

    rows deleted

    @@ -6283,7 +6283,7 @@

    Return Value

    rows deleted

    @@ -6341,7 +6341,7 @@

    Return Value

    rows deleted

    @@ -6399,7 +6399,7 @@

    Return Value

    rows deleted

    @@ -6469,7 +6469,7 @@

    Return Value

    rows deleted

    @@ -6479,7 +6479,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGUserMappingRow.html b/docs/docs/api/Classes/GPKGUserMappingRow.html index e8e37e2f..46418818 100644 --- a/docs/docs/api/Classes/GPKGUserMappingRow.html +++ b/docs/docs/api/Classes/GPKGUserMappingRow.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGUserMappingRow

    User Mapping Row containing the values from a single result set row

    @@ -5130,7 +5130,7 @@

    Return Value

    new user mapping row

    @@ -5188,7 +5188,7 @@

    Return Value

    new user mapping row

    @@ -5227,7 +5227,7 @@

    Return Value

    user mapping table

    @@ -5266,7 +5266,7 @@

    Return Value

    base ID column index

    @@ -5305,7 +5305,7 @@

    Return Value

    base ID column

    @@ -5344,7 +5344,7 @@

    Return Value

    base ID

    @@ -5398,7 +5398,7 @@

    Parameters

    @@ -5437,7 +5437,7 @@

    Return Value

    related ID column index

    @@ -5476,7 +5476,7 @@

    Return Value

    related ID column

    @@ -5515,7 +5515,7 @@

    Return Value

    related ID

    @@ -5569,7 +5569,7 @@

    Parameters

    @@ -5579,7 +5579,7 @@

    Parameters

    diff --git a/docs/docs/api/Classes/GPKGUserMappingTable.html b/docs/docs/api/Classes/GPKGUserMappingTable.html index ef0cf67d..4c4deb03 100644 --- a/docs/docs/api/Classes/GPKGUserMappingTable.html +++ b/docs/docs/api/Classes/GPKGUserMappingTable.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGUserMappingTable

    Contains user mapping table factory and utility methods

    @@ -5104,7 +5104,7 @@

    Return Value

    user mapping table

    @@ -5177,7 +5177,7 @@

    Return Value

    user mapping table

    @@ -5216,7 +5216,7 @@

    Return Value

    user custom columns

    @@ -5275,7 +5275,7 @@

    Return Value

    user custom columns

    @@ -5314,7 +5314,7 @@

    Return Value

    base id column

    @@ -5372,7 +5372,7 @@

    Return Value

    base id column

    @@ -5411,7 +5411,7 @@

    Return Value

    related id column

    @@ -5469,7 +5469,7 @@

    Return Value

    related id column

    @@ -5508,7 +5508,7 @@

    Return Value

    required columns count

    @@ -5547,7 +5547,7 @@

    Return Value

    required columns

    @@ -5618,7 +5618,7 @@

    Return Value

    new user mapping table

    @@ -5676,7 +5676,7 @@

    Return Value

    new user mapping table

    @@ -5715,7 +5715,7 @@

    Return Value

    base id column index

    @@ -5754,7 +5754,7 @@

    Return Value

    base id column

    @@ -5793,7 +5793,7 @@

    Return Value

    related id column index

    @@ -5832,7 +5832,7 @@

    Return Value

    related id column

    @@ -5842,7 +5842,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGUserRelatedTable.html b/docs/docs/api/Classes/GPKGUserRelatedTable.html index 6daf00a2..d749e0da 100644 --- a/docs/docs/api/Classes/GPKGUserRelatedTable.html +++ b/docs/docs/api/Classes/GPKGUserRelatedTable.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGUserRelatedTable

    User Defined Related Table

    @@ -5143,7 +5143,7 @@

    Return Value

    new user related table

    @@ -5253,7 +5253,7 @@

    Return Value

    new user related table

    @@ -5337,7 +5337,7 @@

    Return Value

    new user related table

    @@ -5376,7 +5376,7 @@

    Return Value

    relation name

    @@ -5386,7 +5386,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGUserRow.html b/docs/docs/api/Classes/GPKGUserRow.html index f984c17f..dc0f3234 100644 --- a/docs/docs/api/Classes/GPKGUserRow.html +++ b/docs/docs/api/Classes/GPKGUserRow.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGUserRow

    User Row containing the values from a single result row

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5151,7 +5151,7 @@

    Declaration

    @@ -5235,7 +5235,7 @@

    Return Value

    new user row

    @@ -5293,7 +5293,7 @@

    Return Value

    new user row

    @@ -5351,7 +5351,7 @@

    Return Value

    new user row

    @@ -5390,7 +5390,7 @@

    Return Value

    table name

    @@ -5429,7 +5429,7 @@

    Return Value

    column count

    @@ -5468,7 +5468,7 @@

    Return Value

    column names

    @@ -5526,7 +5526,7 @@

    Return Value

    column name

    @@ -5584,7 +5584,7 @@

    Return Value

    index

    @@ -5642,7 +5642,7 @@

    Return Value

    value

    @@ -5700,7 +5700,7 @@

    Return Value

    value

    @@ -5758,7 +5758,7 @@

    Return Value

    value

    @@ -5816,7 +5816,7 @@

    Return Value

    value

    @@ -5874,7 +5874,7 @@

    Return Value

    value

    @@ -5932,7 +5932,7 @@

    Return Value

    value

    @@ -5990,7 +5990,7 @@

    Return Value

    value

    @@ -6048,7 +6048,7 @@

    Return Value

    row column type

    @@ -6106,7 +6106,7 @@

    Return Value

    row column type

    @@ -6164,7 +6164,7 @@

    Return Value

    row column type

    @@ -6222,7 +6222,7 @@

    Return Value

    row column type

    @@ -6280,7 +6280,7 @@

    Return Value

    column

    @@ -6338,7 +6338,7 @@

    Return Value

    column

    @@ -6396,7 +6396,7 @@

    Return Value

    true if has the column

    @@ -6435,7 +6435,7 @@

    Return Value

    id value

    @@ -6474,7 +6474,7 @@

    Return Value

    id value

    @@ -6513,7 +6513,7 @@

    Return Value

    true if has an id column

    @@ -6552,7 +6552,7 @@

    Return Value

    true if has an id

    @@ -6591,7 +6591,7 @@

    Return Value

    id column index

    @@ -6630,7 +6630,7 @@

    Return Value

    id column

    @@ -6669,7 +6669,7 @@

    Return Value

    id column name

    @@ -6708,7 +6708,7 @@

    Return Value

    pk value

    @@ -6747,7 +6747,7 @@

    Return Value

    true if has a pk column

    @@ -6786,7 +6786,7 @@

    Return Value

    true if has an pk

    @@ -6825,7 +6825,7 @@

    Return Value

    pk index

    @@ -6864,7 +6864,7 @@

    Return Value

    pk column

    @@ -6903,7 +6903,7 @@

    Return Value

    primary key column name

    @@ -6969,7 +6969,7 @@

    Parameters

    @@ -7035,7 +7035,7 @@

    Parameters

    @@ -7102,7 +7102,7 @@

    Parameters

    @@ -7156,7 +7156,7 @@

    Parameters

    @@ -7191,7 +7191,7 @@

    Declaration

    @@ -7272,7 +7272,7 @@

    Parameters

    @@ -7342,7 +7342,7 @@

    Return Value

    copy value

    @@ -7352,7 +7352,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGUserRowSync.html b/docs/docs/api/Classes/GPKGUserRowSync.html index 419ac770..9fe7ed26 100644 --- a/docs/docs/api/Classes/GPKGUserRowSync.html +++ b/docs/docs/api/Classes/GPKGUserRowSync.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5046,7 +5046,7 @@

    GPKGUserRowSync

    near simultaneous asynchronous requests are made

    @@ -5086,7 +5086,7 @@

    Return Value

    new user row sync

    @@ -5148,7 +5148,7 @@

    Return Value

    should read row and set using “setRow: (GPKGUserRow *) row withId: (int) id”

    @@ -5210,7 +5210,7 @@

    Return Value

    should read row and set using “setRow: (GPKGUserRow *) row withNumber: (NSNumber *) id”

    @@ -5276,7 +5276,7 @@

    Parameters

    @@ -5342,7 +5342,7 @@

    Parameters

    @@ -5352,7 +5352,7 @@

    Parameters

    diff --git a/docs/docs/api/Classes/GPKGUserTable.html b/docs/docs/api/Classes/GPKGUserTable.html index 70f8136d..ec335c4d 100644 --- a/docs/docs/api/Classes/GPKGUserTable.html +++ b/docs/docs/api/Classes/GPKGUserTable.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGUserTable

    Abstract user table

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5139,7 +5139,7 @@

    Return Value

    new user table

    @@ -5197,7 +5197,7 @@

    Return Value

    new user table

    @@ -5236,7 +5236,7 @@

    Return Value

    data type

    @@ -5294,7 +5294,7 @@

    Return Value

    contents or default data type

    @@ -5353,7 +5353,7 @@

    Return Value

    user columns

    @@ -5412,7 +5412,7 @@

    Return Value

    user columns

    @@ -5451,7 +5451,7 @@

    Return Value

    user columns

    @@ -5509,7 +5509,7 @@

    Return Value

    index

    @@ -5548,7 +5548,7 @@

    Return Value

    column names

    @@ -5606,7 +5606,7 @@

    Return Value

    column name

    @@ -5645,7 +5645,7 @@

    Return Value

    columns

    @@ -5690,7 +5690,7 @@

    Return Value

    columns

    @@ -5748,7 +5748,7 @@

    Return Value

    column

    @@ -5806,7 +5806,7 @@

    Return Value

    column

    @@ -5864,7 +5864,7 @@

    Return Value

    true if has the column

    @@ -5903,7 +5903,7 @@

    Return Value

    column count

    @@ -5942,7 +5942,7 @@

    Return Value

    table name

    @@ -5996,7 +5996,7 @@

    Parameters

    @@ -6035,7 +6035,7 @@

    Return Value

    true if has an id column

    @@ -6074,7 +6074,7 @@

    Return Value

    id column index

    @@ -6113,7 +6113,7 @@

    Return Value

    id column

    @@ -6152,7 +6152,7 @@

    Return Value

    id column name

    @@ -6191,7 +6191,7 @@

    Return Value

    true if has a primary key

    @@ -6230,7 +6230,7 @@

    Return Value

    primary key column index

    @@ -6269,7 +6269,7 @@

    Return Value

    pk column

    @@ -6308,7 +6308,7 @@

    Return Value

    primary key column name

    @@ -6362,7 +6362,7 @@

    Parameters

    @@ -6416,7 +6416,7 @@

    Parameters

    @@ -6470,7 +6470,7 @@

    Parameters

    @@ -6509,7 +6509,7 @@

    Return Value

    true if has constraints

    @@ -6567,7 +6567,7 @@

    Return Value

    true if has constraints

    @@ -6606,7 +6606,7 @@

    Return Value

    constraints

    @@ -6664,7 +6664,7 @@

    Return Value

    constraints

    @@ -6703,7 +6703,7 @@

    Return Value

    cleared constraints

    @@ -6761,7 +6761,7 @@

    Return Value

    columns

    @@ -6800,7 +6800,7 @@

    Return Value

    true if the primary key is modifiable

    @@ -6854,7 +6854,7 @@

    Parameters

    @@ -6893,7 +6893,7 @@

    Return Value

    true if values are validated against column types

    @@ -6947,7 +6947,7 @@

    Parameters

    @@ -7001,7 +7001,7 @@

    Parameters

    @@ -7068,7 +7068,7 @@

    Parameters

    @@ -7135,7 +7135,7 @@

    Parameters

    @@ -7201,7 +7201,7 @@

    Parameters

    @@ -7255,7 +7255,7 @@

    Parameters

    @@ -7309,7 +7309,7 @@

    Parameters

    @@ -7363,7 +7363,7 @@

    Parameters

    @@ -7417,7 +7417,7 @@

    Parameters

    @@ -7427,7 +7427,7 @@

    Parameters

    diff --git a/docs/docs/api/Classes/GPKGUserTableMetadata.html b/docs/docs/api/Classes/GPKGUserTableMetadata.html index 67c47a70..7981b3c6 100644 --- a/docs/docs/api/Classes/GPKGUserTableMetadata.html +++ b/docs/docs/api/Classes/GPKGUserTableMetadata.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGUserTableMetadata

    User Table Metadata for defining table creation information

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5151,7 +5151,7 @@

    Declaration

    @@ -5186,7 +5186,7 @@

    Declaration

    @@ -5221,7 +5221,7 @@

    Declaration

    @@ -5256,7 +5256,7 @@

    Declaration

    @@ -5291,7 +5291,7 @@

    Declaration

    @@ -5326,7 +5326,7 @@

    Declaration

    @@ -5365,7 +5365,7 @@

    Return Value

    new user table metadata

    @@ -5404,7 +5404,7 @@

    Return Value

    default data type

    @@ -5443,7 +5443,7 @@

    Return Value

    table columns

    @@ -5453,7 +5453,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGUserTableReader.html b/docs/docs/api/Classes/GPKGUserTableReader.html index d5e1a7e9..138064bb 100644 --- a/docs/docs/api/Classes/GPKGUserTableReader.html +++ b/docs/docs/api/Classes/GPKGUserTableReader.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGUserTableReader

    Reads the metadata from an existing user table

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5139,7 +5139,7 @@

    Return Value

    new table reader

    @@ -5197,7 +5197,7 @@

    Return Value

    user table

    @@ -5207,7 +5207,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGUtils.html b/docs/docs/api/Classes/GPKGUtils.html index 7c76b030..edb11f70 100644 --- a/docs/docs/api/Classes/GPKGUtils.html +++ b/docs/docs/api/Classes/GPKGUtils.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGUtils

    GeoPackage utility methods

    @@ -5112,7 +5112,7 @@

    Parameters

    @@ -5192,7 +5192,7 @@

    Parameters

    @@ -5272,7 +5272,7 @@

    Parameters

    @@ -5342,7 +5342,7 @@

    Return Value

    object

    @@ -5408,7 +5408,7 @@

    Parameters

    @@ -5478,7 +5478,7 @@

    Return Value

    YES if contains

    @@ -5558,7 +5558,7 @@

    Parameters

    @@ -5628,7 +5628,7 @@

    Return Value

    object

    @@ -5690,7 +5690,7 @@

    Return Value

    color

    @@ -5748,7 +5748,7 @@

    Return Value

    decimal number

    @@ -5818,7 +5818,7 @@

    Return Value

    true if equal within epsilon

    @@ -5902,7 +5902,7 @@

    Return Value

    true if equal within epsilon

    @@ -5973,7 +5973,7 @@

    Return Value

    true if equal within epsilon

    @@ -6057,7 +6057,7 @@

    Return Value

    true if equal within epsilon

    @@ -6067,7 +6067,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGWebMercatorOptimize.html b/docs/docs/api/Classes/GPKGWebMercatorOptimize.html index 08307e30..f6c866bc 100644 --- a/docs/docs/api/Classes/GPKGWebMercatorOptimize.html +++ b/docs/docs/api/Classes/GPKGWebMercatorOptimize.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGWebMercatorOptimize

    Web Mercator XYZ tiling optimizations

    @@ -5085,7 +5085,7 @@

    Return Value

    web mercator optimize

    @@ -5124,7 +5124,7 @@

    Return Value

    web mercator optimize

    @@ -5163,7 +5163,7 @@

    Return Value

    new web mercator optimize

    @@ -5221,7 +5221,7 @@

    Return Value

    new web mercator optimize

    @@ -5231,7 +5231,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGWebPExtension.html b/docs/docs/api/Classes/GPKGWebPExtension.html index c3a0baba..5f6f0afb 100644 --- a/docs/docs/api/Classes/GPKGWebPExtension.html +++ b/docs/docs/api/Classes/GPKGWebPExtension.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5047,7 +5047,7 @@

    GPKGWebPExtension

    https://www.geopackage.org/spec/#extension_tiles_webp

    @@ -5083,7 +5083,7 @@

    Declaration

    @@ -5118,7 +5118,7 @@

    Declaration

    @@ -5176,7 +5176,7 @@

    Return Value

    new instance

    @@ -5234,7 +5234,7 @@

    Return Value

    extension

    @@ -5292,7 +5292,7 @@

    Return Value

    true if has extension

    @@ -5302,7 +5302,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGXYZOverlay.html b/docs/docs/api/Classes/GPKGXYZOverlay.html index 0a03a864..8d58b948 100644 --- a/docs/docs/api/Classes/GPKGXYZOverlay.html +++ b/docs/docs/api/Classes/GPKGXYZOverlay.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGXYZOverlay

    XYZ Overlay, assumes XYZ tiles

    @@ -5104,7 +5104,7 @@

    Return Value

    new xyz overlay

    @@ -5114,7 +5114,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGXYZTileRetriever.html b/docs/docs/api/Classes/GPKGXYZTileRetriever.html index 8104e9db..79115ea9 100644 --- a/docs/docs/api/Classes/GPKGXYZTileRetriever.html +++ b/docs/docs/api/Classes/GPKGXYZTileRetriever.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGXYZTileRetriever

    XYZ Tile Retriever, assumes XYZ tiles

    @@ -5104,7 +5104,7 @@

    Return Value

    new instance

    @@ -5114,7 +5114,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/GPKGZoomOtherExtension.html b/docs/docs/api/Classes/GPKGZoomOtherExtension.html index 04a50c04..2549cbdb 100644 --- a/docs/docs/api/Classes/GPKGZoomOtherExtension.html +++ b/docs/docs/api/Classes/GPKGZoomOtherExtension.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5047,7 +5047,7 @@

    GPKGZoomOtherExtension

    https://www.geopackage.org/spec/#extension_zoom_other_intervals

    @@ -5083,7 +5083,7 @@

    Declaration

    @@ -5118,7 +5118,7 @@

    Declaration

    @@ -5176,7 +5176,7 @@

    Return Value

    new instance

    @@ -5234,7 +5234,7 @@

    Return Value

    extension

    @@ -5292,7 +5292,7 @@

    Return Value

    true if has extension

    @@ -5302,7 +5302,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/OAFCollection.html b/docs/docs/api/Classes/OAFCollection.html index 06ab9755..37f3c86a 100644 --- a/docs/docs/api/Classes/OAFCollection.html +++ b/docs/docs/api/Classes/OAFCollection.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    OAFCollection

    Collection

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5109,6 +5115,9 @@

    Declaration

    + @@ -5141,6 +5150,9 @@

    Declaration

    + @@ -5173,6 +5185,9 @@

    Declaration

    + @@ -5205,6 +5220,9 @@

    Declaration

    + @@ -5238,6 +5256,9 @@

    Declaration

    + @@ -5271,6 +5292,9 @@

    Declaration

    + @@ -5307,6 +5331,9 @@

    Declaration

    Return Value

    new collection

    + @@ -5362,6 +5389,9 @@

    Parameters

    Return Value

    new collection

    + @@ -5417,6 +5447,9 @@

    Parameters

    Return Value

    new collection

    + @@ -5468,6 +5501,9 @@

    Parameters

    + @@ -5519,6 +5555,9 @@

    Parameters

    + @@ -5527,7 +5566,7 @@

    Parameters

    diff --git a/docs/docs/api/Classes/OAFCollections.html b/docs/docs/api/Classes/OAFCollections.html index 41cfe8a5..a7a8ebc1 100644 --- a/docs/docs/api/Classes/OAFCollections.html +++ b/docs/docs/api/Classes/OAFCollections.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    OAFCollections

    Undocumented

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5109,6 +5115,9 @@

    Declaration

    + @@ -5145,6 +5154,9 @@

    Declaration

    Return Value

    new collections

    + @@ -5200,6 +5212,9 @@

    Parameters

    Return Value

    new collections

    + @@ -5251,6 +5266,9 @@

    Parameters

    + @@ -5302,6 +5320,9 @@

    Parameters

    + @@ -5310,7 +5331,7 @@

    Parameters

    diff --git a/docs/docs/api/Classes/OAFCrs.html b/docs/docs/api/Classes/OAFCrs.html index 0a11d0a0..27be3869 100644 --- a/docs/docs/api/Classes/OAFCrs.html +++ b/docs/docs/api/Classes/OAFCrs.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5046,6 +5046,9 @@

    OAFCrs

    http://www.opengis.net/def/crs/{authority}/{version}/{code}

    +
    @@ -5079,6 +5082,9 @@

    Declaration

    +
    @@ -5111,6 +5117,9 @@

    Declaration

    + @@ -5143,6 +5152,9 @@

    Declaration

    + @@ -5179,6 +5191,9 @@

    Declaration

    Return Value

    new crs

    + @@ -5234,6 +5249,9 @@

    Parameters

    Return Value

    new crs

    + @@ -5315,6 +5333,9 @@

    Parameters

    Return Value

    new crs

    + @@ -5370,6 +5391,9 @@

    Parameters

    Return Value

    true if a valid CRS and values were set

    + @@ -5406,6 +5430,9 @@

    Declaration

    Return Value

    true if valid

    + @@ -5414,7 +5441,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/OAFExtent.html b/docs/docs/api/Classes/OAFExtent.html index 0197f4c7..a40e8ddf 100644 --- a/docs/docs/api/Classes/OAFExtent.html +++ b/docs/docs/api/Classes/OAFExtent.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5046,6 +5046,9 @@

    OAFExtent

    temporal extents are specified. Extensions may add additional members to represent other extents, for example, thermal or pressure ranges.

    +
    @@ -5079,6 +5082,9 @@

    Declaration

    +
    @@ -5111,6 +5117,9 @@

    Declaration

    + @@ -5147,6 +5156,9 @@

    Declaration

    Return Value

    new extent

    + @@ -5202,6 +5214,9 @@

    Parameters

    Return Value

    new extent

    + @@ -5210,7 +5225,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/OAFFeatureCollection.html b/docs/docs/api/Classes/OAFFeatureCollection.html index 95ff8c94..0fe8616c 100644 --- a/docs/docs/api/Classes/OAFFeatureCollection.html +++ b/docs/docs/api/Classes/OAFFeatureCollection.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    OAFFeatureCollection

    Feature Collection

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5109,6 +5115,9 @@

    Declaration

    + @@ -5141,6 +5150,9 @@

    Declaration

    + @@ -5173,6 +5185,9 @@

    Declaration

    + @@ -5205,6 +5220,9 @@

    Declaration

    + @@ -5241,6 +5259,9 @@

    Declaration

    Return Value

    new feature collection

    + @@ -5297,6 +5318,9 @@

    Parameters

    Return Value

    new feature collection

    + @@ -5352,6 +5376,9 @@

    Parameters

    Return Value

    new feature collection

    + @@ -5388,6 +5415,9 @@

    Declaration

    Return Value

    relation links

    + @@ -5396,7 +5426,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/OAFFeaturesConverter.html b/docs/docs/api/Classes/OAFFeaturesConverter.html index 18a92b3d..61f8deac 100644 --- a/docs/docs/api/Classes/OAFFeaturesConverter.html +++ b/docs/docs/api/Classes/OAFFeaturesConverter.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    OAFFeaturesConverter

    Features Converter

    +
    @@ -5100,6 +5103,9 @@

    Parameters

    Return Value

    collections

    +
    @@ -5155,6 +5161,9 @@

    Parameters

    Return Value

    collections

    + @@ -5210,6 +5219,9 @@

    Parameters

    Return Value

    collection

    + @@ -5265,6 +5277,9 @@

    Parameters

    Return Value

    collection

    + @@ -5320,6 +5335,9 @@

    Parameters

    Return Value

    feature collection

    + @@ -5375,6 +5393,9 @@

    Parameters

    Return Value

    feature collection

    + @@ -5431,6 +5452,9 @@

    Parameters

    Return Value

    feature collection

    + @@ -5487,6 +5511,9 @@

    Parameters

    Return Value

    feature collection

    + @@ -5542,6 +5569,9 @@

    Parameters

    Return Value

    link

    + @@ -5597,6 +5627,9 @@

    Parameters

    Return Value

    link

    + @@ -5652,6 +5685,9 @@

    Parameters

    Return Value

    spatial

    + @@ -5707,6 +5743,9 @@

    Parameters

    Return Value

    spatial

    + @@ -5762,6 +5801,9 @@

    Parameters

    Return Value

    temporal

    + @@ -5817,6 +5859,9 @@

    Parameters

    Return Value

    temporal

    + @@ -5872,6 +5917,9 @@

    Parameters

    Return Value

    extent

    + @@ -5927,6 +5975,9 @@

    Parameters

    Return Value

    extent

    + @@ -5982,6 +6033,9 @@

    Parameters

    Return Value

    string value

    + @@ -6037,6 +6091,9 @@

    Parameters

    Return Value

    object map

    + @@ -6092,6 +6149,9 @@

    Parameters

    Return Value

    object map

    + @@ -6100,7 +6160,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/OAFFeaturesObject.html b/docs/docs/api/Classes/OAFFeaturesObject.html index 8774d1c9..dbce0ff4 100644 --- a/docs/docs/api/Classes/OAFFeaturesObject.html +++ b/docs/docs/api/Classes/OAFFeaturesObject.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    OAFFeaturesObject

    Features Object

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5113,6 +5119,9 @@

    Declaration

    Return Value

    new object

    + @@ -5168,6 +5177,9 @@

    Parameters

    Return Value

    new object

    + @@ -5204,6 +5216,9 @@

    Declaration

    Return Value

    JSON tree

    + @@ -5255,6 +5270,9 @@

    Parameters

    + @@ -5291,6 +5309,9 @@

    Declaration

    Return Value

    JSON keys

    + @@ -5299,7 +5320,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/OAFLink.html b/docs/docs/api/Classes/OAFLink.html index adb2700f..3d37156c 100644 --- a/docs/docs/api/Classes/OAFLink.html +++ b/docs/docs/api/Classes/OAFLink.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    OAFLink

    Link

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5109,6 +5115,9 @@

    Declaration

    + @@ -5141,6 +5150,9 @@

    Declaration

    + @@ -5173,6 +5185,9 @@

    Declaration

    + @@ -5205,6 +5220,9 @@

    Declaration

    + @@ -5237,6 +5255,9 @@

    Declaration

    + @@ -5273,6 +5294,9 @@

    Declaration

    Return Value

    new link

    + @@ -5328,6 +5352,9 @@

    Parameters

    Return Value

    new link

    + @@ -5383,6 +5410,9 @@

    Parameters

    Return Value

    new link

    + @@ -5391,7 +5421,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/OAFSpatial.html b/docs/docs/api/Classes/OAFSpatial.html index dd6cd89f..5af219ed 100644 --- a/docs/docs/api/Classes/OAFSpatial.html +++ b/docs/docs/api/Classes/OAFSpatial.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    OAFSpatial

    The spatial extent of the features in the collection.

    +
    @@ -5079,6 +5082,9 @@

    Declaration

    + @@ -5115,6 +5121,9 @@

    Declaration

    + @@ -5151,6 +5160,9 @@

    Declaration

    Return Value

    new spatial

    + @@ -5206,6 +5218,9 @@

    Parameters

    Return Value

    new spatial

    + @@ -5214,7 +5229,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/OAFTemporal.html b/docs/docs/api/Classes/OAFTemporal.html index a01ccedd..b26dc4fc 100644 --- a/docs/docs/api/Classes/OAFTemporal.html +++ b/docs/docs/api/Classes/OAFTemporal.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    OAFTemporal

    The temporal extent of the features in the collection.

    +
    @@ -5079,6 +5082,9 @@

    Declaration

    + @@ -5115,6 +5121,9 @@

    Declaration

    + @@ -5151,6 +5160,9 @@

    Declaration

    Return Value

    new temporal

    + @@ -5206,6 +5218,9 @@

    Parameters

    Return Value

    new temporal

    + @@ -5214,7 +5229,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/PROJAuthorityProjections.html b/docs/docs/api/Classes/PROJAuthorityProjections.html index 628501e7..bd7629aa 100644 --- a/docs/docs/api/Classes/PROJAuthorityProjections.html +++ b/docs/docs/api/Classes/PROJAuthorityProjections.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    PROJAuthorityProjections

    Collection of projections for a single coordinate authority

    +
    @@ -5100,6 +5103,9 @@

    Parameters

    Return Value

    new authority projections

    +
    @@ -5136,6 +5142,9 @@

    Declaration

    Return Value

    authority

    + @@ -5191,6 +5200,9 @@

    Parameters

    Return Value

    projection

    + @@ -5246,6 +5258,9 @@

    Parameters

    Return Value

    projection

    + @@ -5301,6 +5316,9 @@

    Parameters

    Return Value

    true if has the projection

    + @@ -5356,6 +5374,9 @@

    Parameters

    Return Value

    true if has the projection

    + @@ -5411,6 +5432,9 @@

    Parameters

    Return Value

    true if has the projection

    + @@ -5462,6 +5486,9 @@

    Parameters

    + @@ -5494,6 +5521,9 @@

    Declaration

    + @@ -5545,6 +5575,9 @@

    Parameters

    + @@ -5596,6 +5629,9 @@

    Parameters

    + @@ -5647,6 +5683,9 @@

    Parameters

    + @@ -5683,6 +5722,9 @@

    Declaration

    Return Value

    count

    + @@ -5719,6 +5761,9 @@

    Declaration

    Return Value

    true if empty

    + @@ -5755,6 +5800,9 @@

    Declaration

    Return Value

    projection codes

    + @@ -5791,6 +5839,9 @@

    Declaration

    Return Value

    projections

    + @@ -5799,7 +5850,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/PROJCRSParser.html b/docs/docs/api/Classes/PROJCRSParser.html index d8122bf8..b6f43b99 100644 --- a/docs/docs/api/Classes/PROJCRSParser.html +++ b/docs/docs/api/Classes/PROJCRSParser.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    PROJCRSParser

    Coordinate Reference System Well-known text parser

    +
    @@ -5100,6 +5103,9 @@

    Parameters

    Return Value

    coordinate reference system

    +
    @@ -5155,6 +5161,9 @@

    Parameters

    Return Value

    coordinate reference system

    + @@ -5211,6 +5220,9 @@

    Parameters

    Return Value

    coordinate reference system

    + @@ -5266,6 +5278,9 @@

    Parameters

    Return Value

    coordinate reference system

    + @@ -5321,6 +5336,9 @@

    Parameters

    Return Value

    coordinate reference system

    + @@ -5329,7 +5347,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/PROJIOUtils.html b/docs/docs/api/Classes/PROJIOUtils.html index 12d06c99..9f3f22b7 100644 --- a/docs/docs/api/Classes/PROJIOUtils.html +++ b/docs/docs/api/Classes/PROJIOUtils.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5065,6 +5065,9 @@

    PROJIOUtils

    Undocumented

    +
    @@ -5121,6 +5124,9 @@

    Parameters

    Return Value

    property list file path

    +
    @@ -5188,6 +5194,9 @@

    Parameters

    Return Value

    file resource path

    + @@ -5196,7 +5205,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/PROJLocationCoordinate3D.html b/docs/docs/api/Classes/PROJLocationCoordinate3D.html index cc948eb0..964dc867 100644 --- a/docs/docs/api/Classes/PROJLocationCoordinate3D.html +++ b/docs/docs/api/Classes/PROJLocationCoordinate3D.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    PROJLocationCoordinate3D

    3D Location Coordinate

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5109,6 +5115,9 @@

    Declaration

    + @@ -5165,6 +5174,9 @@

    Parameters

    Return Value

    new coordinate

    + @@ -5234,6 +5246,9 @@

    Parameters

    Return Value

    new coordinate

    + @@ -5289,6 +5304,9 @@

    Parameters

    Return Value

    new coordinate

    + @@ -5357,6 +5375,9 @@

    Parameters

    Return Value

    new coordinate

    + @@ -5393,6 +5414,9 @@

    Declaration

    Return Value

    true if 3D, false if 2D

    + @@ -5401,7 +5425,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/PROJProjection.html b/docs/docs/api/Classes/PROJProjection.html index c8cfd84f..88650c48 100644 --- a/docs/docs/api/Classes/PROJProjection.html +++ b/docs/docs/api/Classes/PROJProjection.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    PROJProjection

    Single Projection for an authority and code

    +
    @@ -5121,6 +5124,9 @@

    Parameters

    Return Value

    new projection

    +
    @@ -5197,6 +5203,9 @@

    Parameters

    Return Value

    new projection

    + @@ -5273,6 +5282,9 @@

    Parameters

    Return Value

    new projection

    + @@ -5362,6 +5374,9 @@

    Parameters

    Return Value

    new projection

    + @@ -5451,6 +5466,9 @@

    Parameters

    Return Value

    new projection

    + @@ -5540,6 +5558,9 @@

    Parameters

    Return Value

    new projection

    + @@ -5642,6 +5663,9 @@

    Parameters

    Return Value

    new projection

    + @@ -5744,6 +5768,9 @@

    Parameters

    Return Value

    new projection

    + @@ -5846,6 +5873,9 @@

    Parameters

    Return Value

    new projection

    + @@ -5927,6 +5957,9 @@

    Parameters

    Return Value

    new projection

    + @@ -6008,6 +6041,9 @@

    Parameters

    Return Value

    new projection

    + @@ -6089,6 +6125,9 @@

    Parameters

    Return Value

    new projection

    + @@ -6183,6 +6222,9 @@

    Parameters

    Return Value

    new projection

    + @@ -6277,6 +6319,9 @@

    Parameters

    Return Value

    new projection

    + @@ -6371,6 +6416,9 @@

    Parameters

    Return Value

    new projection

    + @@ -6478,6 +6526,9 @@

    Parameters

    Return Value

    new projection

    + @@ -6585,6 +6636,9 @@

    Parameters

    Return Value

    new projection

    + @@ -6692,6 +6746,9 @@

    Parameters

    Return Value

    new projection

    + @@ -6724,6 +6781,9 @@

    Declaration

    + @@ -6760,6 +6820,9 @@

    Declaration

    Return Value

    authority

    + @@ -6796,6 +6859,9 @@

    Declaration

    Return Value

    code

    + @@ -6832,6 +6898,9 @@

    Declaration

    Return Value

    coordinate reference system

    + @@ -6868,6 +6937,9 @@

    Declaration

    Return Value

    true if a lat lon crs

    + @@ -6904,6 +6976,9 @@

    Declaration

    Return Value

    definition

    + @@ -6940,6 +7015,9 @@

    Declaration

    Return Value

    coordinate reference system

    + @@ -6996,6 +7074,9 @@

    Parameters

    Return Value

    transform

    + @@ -7066,6 +7147,9 @@

    Parameters

    Return Value

    transform

    + @@ -7136,6 +7220,9 @@

    Parameters

    Return Value

    transform

    + @@ -7193,6 +7280,9 @@

    Parameters

    Return Value

    transform

    + @@ -7248,6 +7338,9 @@

    Parameters

    Return Value

    meters

    + @@ -7284,6 +7377,9 @@

    Declaration

    Return Value

    unit

    + @@ -7339,6 +7435,9 @@

    Parameters

    Return Value

    true if in the provided unit

    + @@ -7406,6 +7505,9 @@

    Parameters

    Return Value

    true if equal

    + @@ -7473,6 +7575,9 @@

    Parameters

    Return Value

    true if equal

    + @@ -7528,6 +7633,9 @@

    Parameters

    Return Value

    true if equal

    + @@ -7536,7 +7644,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/PROJProjectionFactory.html b/docs/docs/api/Classes/PROJProjectionFactory.html index 159859e4..42327aee 100644 --- a/docs/docs/api/Classes/PROJProjectionFactory.html +++ b/docs/docs/api/Classes/PROJProjectionFactory.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    PROJProjectionFactory

    Projection factory for coordinate projections and transformations

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5113,6 +5119,9 @@

    Declaration

    Return Value

    order set copy

    + @@ -5149,6 +5158,9 @@

    Declaration

    Return Value

    order set copy without cache

    + @@ -5200,6 +5212,9 @@

    Parameters

    + @@ -5251,6 +5266,9 @@

    Parameters

    + @@ -5288,6 +5306,9 @@

    Declaration

    Return Value

    projection factory retrieval order

    + @@ -5344,6 +5365,9 @@

    Parameters

    Return Value

    projection factory retrieval order

    + @@ -5399,6 +5423,9 @@

    Parameters

    Return Value

    projection

    + @@ -5454,6 +5481,9 @@

    Parameters

    Return Value

    projection

    + @@ -5509,6 +5539,9 @@

    Parameters

    Return Value

    projection

    + @@ -5564,6 +5597,9 @@

    Parameters

    Return Value

    projection

    + @@ -5619,6 +5655,9 @@

    Parameters

    Return Value

    projection

    + @@ -5674,6 +5713,9 @@

    Parameters

    Return Value

    projection

    + @@ -5742,6 +5784,9 @@

    Parameters

    Return Value

    projection

    + @@ -5810,6 +5855,9 @@

    Parameters

    Return Value

    projection

    + @@ -5878,6 +5926,9 @@

    Parameters

    Return Value

    projection

    + @@ -5946,6 +5997,9 @@

    Parameters

    Return Value

    projection

    + @@ -6014,6 +6068,9 @@

    Parameters

    Return Value

    projection

    + @@ -6082,6 +6139,9 @@

    Parameters

    Return Value

    projection

    + @@ -6163,6 +6223,9 @@

    Parameters

    Return Value

    projection

    + @@ -6244,6 +6307,9 @@

    Parameters

    Return Value

    projection

    + @@ -6325,6 +6391,9 @@

    Parameters

    Return Value

    projection

    + @@ -6406,6 +6475,9 @@

    Parameters

    Return Value

    projection

    + @@ -6487,6 +6559,9 @@

    Parameters

    Return Value

    projection

    + @@ -6568,6 +6643,9 @@

    Parameters

    Return Value

    projection

    + @@ -6649,6 +6727,9 @@

    Parameters

    Return Value

    projection

    + @@ -6730,6 +6811,9 @@

    Parameters

    Return Value

    projection

    + @@ -6811,6 +6895,9 @@

    Parameters

    Return Value

    projection

    + @@ -6892,6 +6979,9 @@

    Parameters

    Return Value

    projection

    + @@ -6973,6 +7063,9 @@

    Parameters

    Return Value

    projection

    + @@ -7054,6 +7147,9 @@

    Parameters

    Return Value

    projection

    + @@ -7149,6 +7245,9 @@

    Parameters

    Return Value

    projection

    + @@ -7244,6 +7343,9 @@

    Parameters

    Return Value

    projection

    + @@ -7339,6 +7441,9 @@

    Parameters

    Return Value

    projection

    + @@ -7434,6 +7539,9 @@

    Parameters

    Return Value

    projection

    + @@ -7529,6 +7637,9 @@

    Parameters

    Return Value

    projection

    + @@ -7624,6 +7735,9 @@

    Parameters

    Return Value

    projection

    + @@ -7732,6 +7846,9 @@

    Parameters

    Return Value

    projection

    + @@ -7840,6 +7957,9 @@

    Parameters

    Return Value

    projection

    + @@ -7895,6 +8015,9 @@

    Parameters

    Return Value

    projection

    + @@ -7950,6 +8073,9 @@

    Parameters

    Return Value

    projection

    + @@ -7986,6 +8112,9 @@

    Declaration

    Return Value

    projections

    + @@ -8041,6 +8170,9 @@

    Parameters

    Return Value

    authority projections

    + @@ -8097,6 +8229,9 @@

    Parameters

    Return Value

    [authority, code]

    + @@ -8129,6 +8264,9 @@

    Declaration

    + @@ -8180,6 +8318,9 @@

    Parameters

    + @@ -8243,6 +8384,9 @@

    Parameters

    + @@ -8306,6 +8450,9 @@

    Parameters

    + @@ -8369,6 +8516,9 @@

    Parameters

    + @@ -8420,6 +8570,9 @@

    Parameters

    + @@ -8471,6 +8624,9 @@

    Parameters

    + @@ -8479,7 +8635,7 @@

    Parameters

    diff --git a/docs/docs/api/Classes/PROJProjectionRetriever.html b/docs/docs/api/Classes/PROJProjectionRetriever.html index 55b4d7c4..34bcc404 100644 --- a/docs/docs/api/Classes/PROJProjectionRetriever.html +++ b/docs/docs/api/Classes/PROJProjectionRetriever.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    PROJProjectionRetriever

    Retrieves the proj4 projection parameter string for an authority and coordinate code

    +
    @@ -5100,6 +5103,9 @@

    Parameters

    Return Value

    projection string

    +
    @@ -5168,6 +5174,9 @@

    Parameters

    Return Value

    proj4 projection

    + @@ -5236,6 +5245,9 @@

    Parameters

    Return Value

    proj4 projection

    + @@ -5292,6 +5304,9 @@

    Parameters

    Return Value

    projection properties

    + @@ -5347,6 +5362,9 @@

    Parameters

    Return Value

    projection properties

    + @@ -5379,6 +5397,9 @@

    Declaration

    + @@ -5430,6 +5451,9 @@

    Parameters

    + @@ -5493,6 +5517,9 @@

    Parameters

    + @@ -5556,6 +5583,9 @@

    Parameters

    + @@ -5613,6 +5643,9 @@

    Parameters

    Return Value

    property file name

    + @@ -5677,6 +5710,9 @@

    Parameters

    + @@ -5755,6 +5791,9 @@

    Parameters

    + @@ -5833,6 +5872,9 @@

    Parameters

    + @@ -5841,7 +5883,7 @@

    Parameters

    diff --git a/docs/docs/api/Classes/PROJProjectionTransform.html b/docs/docs/api/Classes/PROJProjectionTransform.html index b8e4ff73..2792c2df 100644 --- a/docs/docs/api/Classes/PROJProjectionTransform.html +++ b/docs/docs/api/Classes/PROJProjectionTransform.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    PROJProjectionTransform

    Projection transformation between a from and to projection

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5109,6 +5115,9 @@

    Declaration

    + @@ -5173,6 +5182,9 @@

    Parameters

    Return Value

    new projection transform

    + @@ -5236,6 +5248,9 @@

    Parameters

    Return Value

    new projection transform

    + @@ -5325,6 +5340,9 @@

    Parameters

    Return Value

    new projection transform

    + @@ -5414,6 +5432,9 @@

    Parameters

    Return Value

    new projection transform

    + @@ -5478,6 +5499,9 @@

    Parameters

    Return Value

    new projection transform

    + @@ -5555,6 +5579,9 @@

    Parameters

    Return Value

    new projection transform

    + @@ -5618,6 +5645,9 @@

    Parameters

    Return Value

    new projection transform

    + @@ -5695,6 +5725,9 @@

    Parameters

    Return Value

    new projection transform

    + @@ -5746,6 +5779,9 @@

    Parameters

    Return Value

    new projection transform

    + @@ -5814,6 +5850,9 @@

    Parameters

    Return Value

    new projection transform

    + @@ -5881,6 +5920,9 @@

    Parameters

    Return Value

    new projection transform

    + @@ -5975,6 +6017,9 @@

    Parameters

    Return Value

    new projection transform

    + @@ -6069,6 +6114,9 @@

    Parameters

    Return Value

    new projection transform

    + @@ -6137,6 +6185,9 @@

    Parameters

    Return Value

    new projection transform

    + @@ -6218,6 +6269,9 @@

    Parameters

    Return Value

    new projection transform

    + @@ -6286,6 +6340,9 @@

    Parameters

    Return Value

    new projection transform

    + @@ -6367,6 +6424,9 @@

    Parameters

    Return Value

    new projection transform

    + @@ -6423,6 +6483,9 @@

    Parameters

    Return Value

    new projection transform

    + @@ -6455,6 +6518,9 @@

    Declaration

    + @@ -6510,6 +6576,9 @@

    Parameters

    Return Value

    transformed location coordinate

    + @@ -6565,6 +6634,9 @@

    Parameters

    Return Value

    transformed 3d location coordinate

    + @@ -6632,6 +6704,9 @@

    Parameters

    Return Value

    transformed coordinates as [x, y]

    + @@ -6726,6 +6801,9 @@

    Parameters

    Return Value

    transformed coordinate bounds as [minX, minY, maxX, maxY]

    + @@ -6762,6 +6840,9 @@

    Declaration

    Return Value

    true if the same projection

    + @@ -6798,6 +6879,9 @@

    Declaration

    Return Value

    inverse transformation

    + @@ -6806,7 +6890,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/PROJProjections.html b/docs/docs/api/Classes/PROJProjections.html index faefe613..e38ddf41 100644 --- a/docs/docs/api/Classes/PROJProjections.html +++ b/docs/docs/api/Classes/PROJProjections.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    PROJProjections

    Collection of projections by authority

    +
    @@ -5081,6 +5084,9 @@

    Declaration

    Return Value

    new projections

    +
    @@ -5136,6 +5142,9 @@

    Parameters

    Return Value

    authority projections

    + @@ -5204,6 +5213,9 @@

    Parameters

    Return Value

    projection

    + @@ -5259,6 +5271,9 @@

    Parameters

    Return Value

    true if has the projection

    + @@ -5327,6 +5342,9 @@

    Parameters

    Return Value

    true if has a projection

    + @@ -5378,6 +5396,9 @@

    Parameters

    + @@ -5410,6 +5431,9 @@

    Declaration

    + @@ -5461,6 +5485,9 @@

    Parameters

    + @@ -5524,6 +5551,9 @@

    Parameters

    + @@ -5587,6 +5617,9 @@

    Parameters

    + @@ -5638,6 +5671,9 @@

    Parameters

    + @@ -5674,6 +5710,9 @@

    Declaration

    Return Value

    count

    + @@ -5710,6 +5749,9 @@

    Declaration

    Return Value

    authorities

    + @@ -5746,6 +5788,9 @@

    Declaration

    Return Value

    count

    + @@ -5782,6 +5827,9 @@

    Declaration

    Return Value

    true if empty

    + @@ -5790,7 +5838,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/SFByteReader.html b/docs/docs/api/Classes/SFByteReader.html index 4544b916..cb58ea1f 100644 --- a/docs/docs/api/Classes/SFByteReader.html +++ b/docs/docs/api/Classes/SFByteReader.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    SFByteReader

    Read through byte data

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5109,6 +5115,9 @@

    Declaration

    + @@ -5141,6 +5150,9 @@

    Declaration

    + @@ -5196,6 +5208,9 @@

    Parameters

    Return Value

    new byte reader

    + @@ -5264,6 +5279,9 @@

    Parameters

    Return Value

    new byte reader

    + @@ -5319,6 +5337,9 @@

    Parameters

    Return Value

    string value

    + @@ -5355,6 +5376,9 @@

    Declaration

    Return Value

    byte

    + @@ -5410,6 +5434,9 @@

    Parameters

    Return Value

    data value

    + @@ -5446,6 +5473,9 @@

    Declaration

    Return Value

    integer

    + @@ -5482,6 +5512,9 @@

    Declaration

    Return Value

    double

    + @@ -5490,7 +5523,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/SFByteWriter.html b/docs/docs/api/Classes/SFByteWriter.html index 4002e987..a92beb5f 100644 --- a/docs/docs/api/Classes/SFByteWriter.html +++ b/docs/docs/api/Classes/SFByteWriter.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    SFByteWriter

    Write byte data

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5109,6 +5115,9 @@

    Declaration

    + @@ -5141,6 +5150,9 @@

    Declaration

    + @@ -5177,6 +5189,9 @@

    Declaration

    Return Value

    new byte writer

    + @@ -5232,6 +5247,9 @@

    Parameters

    Return Value

    new byte writer

    + @@ -5264,6 +5282,9 @@

    Declaration

    + @@ -5300,6 +5321,9 @@

    Declaration

    Return Value

    byte data

    + @@ -5336,6 +5360,9 @@

    Declaration

    Return Value

    bytes written

    + @@ -5387,6 +5414,9 @@

    Parameters

    + @@ -5438,6 +5468,9 @@

    Parameters

    + @@ -5489,6 +5522,9 @@

    Parameters

    + @@ -5540,6 +5576,9 @@

    Parameters

    + @@ -5591,6 +5630,9 @@

    Parameters

    + @@ -5599,7 +5641,7 @@

    Parameters

    diff --git a/docs/docs/api/Classes/SFCentroidCurve.html b/docs/docs/api/Classes/SFCentroidCurve.html index 13cf4ecb..a763224b 100644 --- a/docs/docs/api/Classes/SFCentroidCurve.html +++ b/docs/docs/api/Classes/SFCentroidCurve.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,6 +5045,9 @@

    SFCentroidCurve

    Calculate the centroid from curve based geometries. Implementation based on the JTS (Java Topology Suite) CentroidLine.

    +
    @@ -5082,6 +5085,9 @@

    Declaration

    Return Value

    new instance

    +
    @@ -5137,6 +5143,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5189,6 +5198,9 @@

    Parameters

    + @@ -5225,6 +5237,9 @@

    Declaration

    Return Value

    centroid point

    + @@ -5233,7 +5248,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/SFCentroidPoint.html b/docs/docs/api/Classes/SFCentroidPoint.html index 7b3db9b4..be3e4381 100644 --- a/docs/docs/api/Classes/SFCentroidPoint.html +++ b/docs/docs/api/Classes/SFCentroidPoint.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,6 +5045,9 @@

    SFCentroidPoint

    Calculate the centroid from point based geometries. Implementation based on the JTS (Java Topology Suite) CentroidPoint.

    +
    @@ -5082,6 +5085,9 @@

    Declaration

    Return Value

    new instance

    +
    @@ -5137,6 +5143,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5188,6 +5197,9 @@

    Parameters

    + @@ -5224,6 +5236,9 @@

    Declaration

    Return Value

    centroid point

    + @@ -5232,7 +5247,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/SFCentroidSurface.html b/docs/docs/api/Classes/SFCentroidSurface.html index 0626d4ed..648c6e3a 100644 --- a/docs/docs/api/Classes/SFCentroidSurface.html +++ b/docs/docs/api/Classes/SFCentroidSurface.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,6 +5045,9 @@

    SFCentroidSurface

    Calculate the centroid from surface based geometries. Implementation based on the JTS (Java Topology Suite) CentroidArea.

    +
    @@ -5082,6 +5085,9 @@

    Declaration

    Return Value

    new instance

    +
    @@ -5137,6 +5143,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5189,6 +5198,9 @@

    Parameters

    + @@ -5225,6 +5237,9 @@

    Declaration

    Return Value

    centroid point

    + @@ -5233,7 +5248,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/SFCircularString.html b/docs/docs/api/Classes/SFCircularString.html index 25908fd3..bf92a720 100644 --- a/docs/docs/api/Classes/SFCircularString.html +++ b/docs/docs/api/Classes/SFCircularString.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    SFCircularString

    Circular String, Curve sub type

    +
    @@ -5076,6 +5079,9 @@

    Declaration

    Return Value

    new circular string

    +
    @@ -5138,6 +5144,9 @@

    Parameters

    Return Value

    new circular string

    + @@ -5189,6 +5198,9 @@

    Parameters

    Return Value

    new circular string

    + @@ -5240,6 +5252,9 @@

    Parameters

    Return Value

    new circular string

    + @@ -5276,6 +5291,9 @@

    Declaration

    Return Value

    new circular string

    + @@ -5343,6 +5361,9 @@

    Parameters

    Return Value

    new circular string

    + @@ -5398,6 +5419,9 @@

    Parameters

    Return Value

    new circular string

    + @@ -5453,6 +5477,9 @@

    Parameters

    Return Value

    new circular string

    + @@ -5461,7 +5488,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/SFCompoundCurve.html b/docs/docs/api/Classes/SFCompoundCurve.html index d751f1e9..b9da3ac4 100644 --- a/docs/docs/api/Classes/SFCompoundCurve.html +++ b/docs/docs/api/Classes/SFCompoundCurve.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    SFCompoundCurve

    Compound Curve, Curve sub type

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5108,6 +5114,9 @@

    Declaration

    Return Value

    new compound curve

    + @@ -5170,6 +5179,9 @@

    Parameters

    Return Value

    new compound curve

    + @@ -5221,6 +5233,9 @@

    Parameters

    Return Value

    new compound curve

    + @@ -5271,6 +5286,9 @@

    Parameters

    Return Value

    new compound curve

    + @@ -5322,6 +5340,9 @@

    Parameters

    Return Value

    new compound curve

    + @@ -5358,6 +5379,9 @@

    Declaration

    Return Value

    new compound curve

    + @@ -5425,6 +5449,9 @@

    Parameters

    Return Value

    new compound curve

    + @@ -5481,6 +5508,9 @@

    Parameters

    Return Value

    new compound curve

    + @@ -5536,6 +5566,9 @@

    Parameters

    Return Value

    new compound curve

    + @@ -5591,6 +5624,9 @@

    Parameters

    Return Value

    new compound curve

    + @@ -5642,6 +5678,9 @@

    Parameters

    + @@ -5693,6 +5732,9 @@

    Parameters

    + @@ -5729,6 +5771,9 @@

    Declaration

    Return Value

    line string count

    + @@ -5784,6 +5829,9 @@

    Parameters

    Return Value

    line string

    + @@ -5792,7 +5840,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/SFCurve.html b/docs/docs/api/Classes/SFCurve.html index 8e84f077..2314ff5b 100644 --- a/docs/docs/api/Classes/SFCurve.html +++ b/docs/docs/api/Classes/SFCurve.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5048,6 +5048,9 @@

    SFCurve

    considered closed its start and end point are coincident. A simple, closed curve is called a ring.

    +
    @@ -5130,6 +5133,9 @@

    Parameters

    Return Value

    new curve

    +
    @@ -5166,6 +5172,9 @@

    Declaration

    Return Value

    start point

    + @@ -5202,6 +5211,9 @@

    Declaration

    Return Value

    end point

    + @@ -5238,6 +5250,9 @@

    Declaration

    Return Value

    true if closed

    + @@ -5274,6 +5289,9 @@

    Declaration

    Return Value

    true if a ring

    + @@ -5282,7 +5300,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/SFCurvePolygon.html b/docs/docs/api/Classes/SFCurvePolygon.html index f710c368..0a209533 100644 --- a/docs/docs/api/Classes/SFCurvePolygon.html +++ b/docs/docs/api/Classes/SFCurvePolygon.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,6 +5045,9 @@

    SFCurvePolygon

    A planar surface defined by an exterior ring and zero or more interior ring. Each ring is defined by a Curve instance.

    +
    @@ -5078,6 +5081,9 @@

    Declaration

    +
    @@ -5109,6 +5115,9 @@

    Declaration

    Return Value

    new curve polygon

    + @@ -5171,6 +5180,9 @@

    Parameters

    Return Value

    new curve polygon

    + @@ -5221,6 +5233,9 @@

    Parameters

    Return Value

    new curve polygon

    + @@ -5271,6 +5286,9 @@

    Parameters

    Return Value

    new curve polygon

    + @@ -5321,6 +5339,9 @@

    Parameters

    Return Value

    new curve polygon

    + @@ -5357,6 +5378,9 @@

    Declaration

    Return Value

    new curve polygon

    + @@ -5424,6 +5448,9 @@

    Parameters

    Return Value

    new curve polygon

    + @@ -5479,6 +5506,9 @@

    Parameters

    Return Value

    new curve polygon

    + @@ -5534,6 +5564,9 @@

    Parameters

    Return Value

    new curve polygon

    + @@ -5615,6 +5648,9 @@

    Parameters

    Return Value

    new curve polygon

    + @@ -5670,6 +5706,9 @@

    Parameters

    Return Value

    new curve polygon

    + @@ -5721,6 +5760,9 @@

    Parameters

    + @@ -5772,6 +5814,9 @@

    Parameters

    + @@ -5808,6 +5853,9 @@

    Declaration

    Return Value

    ring count

    + @@ -5864,6 +5912,9 @@

    Parameters

    Return Value

    ring

    + @@ -5900,6 +5951,9 @@

    Declaration

    Return Value

    exterior ring

    + @@ -5936,6 +5990,9 @@

    Declaration

    Return Value

    number of interior rings

    + @@ -5991,6 +6048,9 @@

    Parameters

    Return Value

    interior ring

    + @@ -5999,7 +6059,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/SFDegreesCentroid.html b/docs/docs/api/Classes/SFDegreesCentroid.html index 8478ab1f..ba3e8ed5 100644 --- a/docs/docs/api/Classes/SFDegreesCentroid.html +++ b/docs/docs/api/Classes/SFDegreesCentroid.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    SFDegreesCentroid

    Centroid calculations for geometries in degrees

    +
    @@ -5100,6 +5103,9 @@

    Parameters

    Return Value

    centroid point

    +
    @@ -5155,6 +5161,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5191,6 +5200,9 @@

    Declaration

    Return Value

    centroid point

    + @@ -5199,7 +5211,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/SFEvent.html b/docs/docs/api/Classes/SFEvent.html index a30c86a5..3e8ca427 100644 --- a/docs/docs/api/Classes/SFEvent.html +++ b/docs/docs/api/Classes/SFEvent.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    SFEvent

    Event element

    +
    @@ -5139,6 +5142,9 @@

    Parameters

    Return Value

    event

    +
    @@ -5175,6 +5181,9 @@

    Declaration

    Return Value

    edge number

    + @@ -5211,6 +5220,9 @@

    Declaration

    Return Value

    polygon ring number

    + @@ -5247,6 +5259,9 @@

    Declaration

    Return Value

    polygon point

    + @@ -5283,6 +5298,9 @@

    Declaration

    Return Value

    event type

    + @@ -5319,6 +5337,9 @@

    Declaration

    Return Value

    sorted events

    + @@ -5327,7 +5348,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/SFEventQueue.html b/docs/docs/api/Classes/SFEventQueue.html index 0b37e51e..fdd82242 100644 --- a/docs/docs/api/Classes/SFEventQueue.html +++ b/docs/docs/api/Classes/SFEventQueue.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    SFEventQueue

    Event queue for processing events

    +
    @@ -5100,6 +5103,9 @@

    Parameters

    Return Value

    event queue

    +
    @@ -5155,6 +5161,9 @@

    Parameters

    Return Value

    event queue

    + @@ -5191,6 +5200,9 @@

    Declaration

    Return Value

    events

    + @@ -5199,7 +5211,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/SFExtendedGeometryCollection.html b/docs/docs/api/Classes/SFExtendedGeometryCollection.html index fa5814d9..890d7a03 100644 --- a/docs/docs/api/Classes/SFExtendedGeometryCollection.html +++ b/docs/docs/api/Classes/SFExtendedGeometryCollection.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,6 +5045,9 @@

    SFExtendedGeometryCollection

    Extended Geometry Collection providing abstract geometry collection type support

    +
    @@ -5098,6 +5101,9 @@

    Parameters

    Return Value

    new extended geometry collection

    +
    @@ -5150,6 +5156,9 @@

    Parameters

    Return Value

    new extended geometry collection

    + @@ -5206,6 +5215,9 @@

    Parameters

    Return Value

    new extended geometry collection

    + @@ -5262,6 +5274,9 @@

    Parameters

    Return Value

    new extended geometry collection

    + @@ -5294,6 +5309,9 @@

    Declaration

    + @@ -5302,7 +5320,7 @@

    Declaration

    diff --git a/docs/docs/api/Classes/SFGFeature.html b/docs/docs/api/Classes/SFGFeature.html index fad0c39b..e85c5d25 100644 --- a/docs/docs/api/Classes/SFGFeature.html +++ b/docs/docs/api/Classes/SFGFeature.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    SFGFeature

    Feature

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5109,6 +5115,9 @@

    Declaration

    + @@ -5141,6 +5150,9 @@

    Declaration

    + @@ -5172,6 +5184,9 @@

    Declaration

    Return Value

    new feature

    + @@ -5222,6 +5237,9 @@

    Parameters

    Return Value

    new feature

    + @@ -5272,6 +5290,9 @@

    Parameters

    Return Value

    new feature

    + @@ -5308,6 +5329,9 @@

    Declaration

    Return Value

    new feature

    + @@ -5363,6 +5387,9 @@

    Parameters

    Return Value

    new feature

    + @@ -5418,6 +5445,9 @@

    Parameters

    Return Value

    new feature

    + @@ -5454,6 +5484,9 @@

    Declaration

    Return Value

    simple feature geometry

    + @@ -5490,6 +5523,9 @@

    Declaration

    Return Value

    geometry type

    + @@ -5498,7 +5534,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/SFGFeatureCollection.html b/docs/docs/api/Classes/SFGFeatureCollection.html index ab6009f9..3dacdee6 100644 --- a/docs/docs/api/Classes/SFGFeatureCollection.html +++ b/docs/docs/api/Classes/SFGFeatureCollection.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    SFGFeatureCollection

    Feature Collection

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5108,6 +5114,9 @@

    Declaration

    Return Value

    new feature collection

    + @@ -5158,6 +5167,9 @@

    Parameters

    Return Value

    new feature collection

    + @@ -5209,6 +5221,9 @@

    Parameters

    Return Value

    new feature collection

    + @@ -5259,6 +5274,9 @@

    Parameters

    Return Value

    new feature

    + @@ -5295,6 +5313,9 @@

    Declaration

    Return Value

    new feature collection

    + @@ -5350,6 +5371,9 @@

    Parameters

    Return Value

    new feature collection

    + @@ -5405,6 +5429,9 @@

    Parameters

    Return Value

    new feature collection

    + @@ -5460,6 +5487,9 @@

    Parameters

    Return Value

    new feature

    + @@ -5511,6 +5541,9 @@

    Parameters

    + @@ -5562,6 +5595,9 @@

    Parameters

    + @@ -5598,6 +5634,9 @@

    Declaration

    Return Value

    feature count

    + @@ -5653,6 +5692,9 @@

    Parameters

    Return Value

    feature

    + @@ -5689,6 +5731,9 @@

    Declaration

    Return Value

    geometry type

    + @@ -5725,6 +5770,9 @@

    Declaration

    Return Value

    properties

    + @@ -5733,7 +5781,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/SFGFeatureConverter.html b/docs/docs/api/Classes/SFGFeatureConverter.html index 16bfc36a..e97dfed4 100644 --- a/docs/docs/api/Classes/SFGFeatureConverter.html +++ b/docs/docs/api/Classes/SFGFeatureConverter.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    SFGFeatureConverter

    Feature Converter

    +
    @@ -5100,6 +5103,9 @@

    Parameters

    Return Value

    feature

    +
    @@ -5155,6 +5161,9 @@

    Parameters

    Return Value

    feature

    + @@ -5210,6 +5219,9 @@

    Parameters

    Return Value

    feature

    + @@ -5265,6 +5277,9 @@

    Parameters

    Return Value

    feature collection

    + @@ -5320,6 +5335,9 @@

    Parameters

    Return Value

    feature collection

    + @@ -5376,6 +5394,9 @@

    Parameters

    Return Value

    feature collection

    + @@ -5432,6 +5453,9 @@

    Parameters

    Return Value

    feature collection

    + @@ -5487,6 +5511,9 @@

    Parameters

    Return Value

    GeoJSON object

    + @@ -5542,6 +5569,9 @@

    Parameters

    Return Value

    GeoJSON object

    + @@ -5597,6 +5627,9 @@

    Parameters

    Return Value

    string value

    + @@ -5652,6 +5685,9 @@

    Parameters

    Return Value

    string value

    + @@ -5707,6 +5743,9 @@

    Parameters

    Return Value

    JSON string

    + @@ -5762,6 +5801,9 @@

    Parameters

    Return Value

    object map

    + @@ -5817,6 +5859,9 @@

    Parameters

    Return Value

    object map

    + @@ -5872,6 +5917,9 @@

    Parameters

    Return Value

    tree

    + @@ -5927,6 +5975,9 @@

    Parameters

    Return Value

    tree

    + @@ -5983,6 +6034,9 @@

    Parameters

    Return Value

    object map

    + @@ -6038,6 +6092,9 @@

    Parameters

    Return Value

    object map

    + @@ -6093,6 +6150,9 @@

    Parameters

    Return Value

    geometry

    + @@ -6148,6 +6208,9 @@

    Parameters

    Return Value

    geometry

    + @@ -6203,6 +6266,9 @@

    Parameters

    Return Value

    geometry

    + @@ -6258,6 +6324,9 @@

    Parameters

    Return Value

    point

    + @@ -6313,6 +6382,9 @@

    Parameters

    Return Value

    line string

    + @@ -6368,6 +6440,9 @@

    Parameters

    Return Value

    polygon

    + @@ -6423,6 +6498,9 @@

    Parameters

    Return Value

    multi point

    + @@ -6478,6 +6556,9 @@

    Parameters

    Return Value

    multi line string

    + @@ -6533,6 +6614,9 @@

    Parameters

    Return Value

    multi polygon

    + @@ -6588,6 +6672,9 @@

    Parameters

    Return Value

    geometry collection

    + @@ -6596,7 +6683,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/SFGGeoJSONObject.html b/docs/docs/api/Classes/SFGGeoJSONObject.html index ca219ba7..43825b11 100644 --- a/docs/docs/api/Classes/SFGGeoJSONObject.html +++ b/docs/docs/api/Classes/SFGGeoJSONObject.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    SFGGeoJSONObject

    GeoJSON Object

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5109,6 +5115,9 @@

    Declaration

    + @@ -5145,6 +5154,9 @@

    Declaration

    Return Value

    new object

    + @@ -5200,6 +5212,9 @@

    Parameters

    Return Value

    new object

    + @@ -5236,6 +5251,9 @@

    Declaration

    Return Value

    GeoJSON object type

    + @@ -5272,6 +5290,9 @@

    Declaration

    Return Value

    JSON tree

    + @@ -5323,6 +5344,9 @@

    Parameters

    + @@ -5359,6 +5383,9 @@

    Declaration

    Return Value

    JSON keys

    + @@ -5395,6 +5422,9 @@

    Declaration

    Return Value

    type

    + @@ -5403,7 +5433,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/SFGGeometry.html b/docs/docs/api/Classes/SFGGeometry.html index 085b1f51..850aaff4 100644 --- a/docs/docs/api/Classes/SFGGeometry.html +++ b/docs/docs/api/Classes/SFGGeometry.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    SFGGeometry

    Geometry

    +
    @@ -5081,6 +5084,9 @@

    Declaration

    Return Value

    new geometry

    +
    @@ -5136,6 +5142,9 @@

    Parameters

    Return Value

    new geometry

    + @@ -5191,6 +5200,9 @@

    Parameters

    Return Value

    new geometry

    + @@ -5227,6 +5239,9 @@

    Declaration

    Return Value

    geometry type

    + @@ -5263,6 +5278,9 @@

    Declaration

    Return Value

    simple geometry

    + @@ -5299,6 +5317,9 @@

    Declaration

    Return Value

    coordinates

    + @@ -5350,6 +5371,9 @@

    Parameters

    + @@ -5386,6 +5410,9 @@

    Declaration

    Return Value

    coordinates

    + @@ -5394,7 +5421,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/SFGGeometryCollection.html b/docs/docs/api/Classes/SFGGeometryCollection.html index e1d7b259..6decf14a 100644 --- a/docs/docs/api/Classes/SFGGeometryCollection.html +++ b/docs/docs/api/Classes/SFGGeometryCollection.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    SFGGeometryCollection

    Geometry Collection

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5108,6 +5114,9 @@

    Declaration

    Return Value

    new geometry collection

    + @@ -5159,6 +5168,9 @@

    Parameters

    Return Value

    new geometry collection

    + @@ -5210,6 +5222,9 @@

    Parameters

    Return Value

    new geometry collection

    + @@ -5261,6 +5276,9 @@

    Parameters

    Return Value

    new geometry collection

    + @@ -5311,6 +5329,9 @@

    Parameters

    Return Value

    new geometry collection

    + @@ -5347,6 +5368,9 @@

    Declaration

    Return Value

    new geometry collection

    + @@ -5402,6 +5426,9 @@

    Parameters

    Return Value

    new geometry collection

    + @@ -5457,6 +5484,9 @@

    Parameters

    Return Value

    new geometry collection

    + @@ -5513,6 +5543,9 @@

    Parameters

    Return Value

    new geometry collection

    + @@ -5568,6 +5601,9 @@

    Parameters

    Return Value

    new geometry collection

    + @@ -5604,6 +5640,9 @@

    Declaration

    Return Value

    geometry collection

    + @@ -5655,6 +5694,9 @@

    Parameters

    + @@ -5711,6 +5753,9 @@

    Parameters

    Return Value

    geometries

    + @@ -5767,6 +5812,9 @@

    Parameters

    Return Value

    geometry collection

    + @@ -5803,6 +5851,9 @@

    Declaration

    Return Value

    geometries

    + @@ -5811,7 +5862,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/SFGGeometryTypes.html b/docs/docs/api/Classes/SFGGeometryTypes.html index 5a68009d..821417d2 100644 --- a/docs/docs/api/Classes/SFGGeometryTypes.html +++ b/docs/docs/api/Classes/SFGGeometryTypes.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    SFGGeometryTypes

    Geometry Types

    +
    @@ -5081,6 +5084,9 @@

    Declaration

    Return Value

    type

    +
    @@ -5117,6 +5123,9 @@

    Declaration

    Return Value

    simple geometry type

    + @@ -5153,6 +5162,9 @@

    Declaration

    Return Value

    name

    + @@ -5208,6 +5220,9 @@

    Parameters

    Return Value

    geometry type

    + @@ -5263,6 +5278,9 @@

    Parameters

    Return Value

    geometry name

    + @@ -5318,6 +5336,9 @@

    Parameters

    Return Value

    geometry type

    + @@ -5326,7 +5347,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/SFGLineString.html b/docs/docs/api/Classes/SFGLineString.html index 107b20cc..988fd309 100644 --- a/docs/docs/api/Classes/SFGLineString.html +++ b/docs/docs/api/Classes/SFGLineString.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    SFGLineString

    Line String

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5108,6 +5114,9 @@

    Declaration

    Return Value

    new line string

    + @@ -5158,6 +5167,9 @@

    Parameters

    Return Value

    new line string

    + @@ -5208,6 +5220,9 @@

    Parameters

    Return Value

    new line string

    + @@ -5258,6 +5273,9 @@

    Parameters

    Return Value

    new line string

    + @@ -5308,6 +5326,9 @@

    Parameters

    Return Value

    new line string

    + @@ -5344,6 +5365,9 @@

    Declaration

    Return Value

    new line string

    + @@ -5399,6 +5423,9 @@

    Parameters

    Return Value

    new line string

    + @@ -5454,6 +5481,9 @@

    Parameters

    Return Value

    new line string

    + @@ -5509,6 +5539,9 @@

    Parameters

    Return Value

    new line string

    + @@ -5564,6 +5597,9 @@

    Parameters

    Return Value

    new line string

    + @@ -5600,6 +5636,9 @@

    Declaration

    Return Value

    line string

    + @@ -5651,6 +5690,9 @@

    Parameters

    + @@ -5659,7 +5701,7 @@

    Parameters

    diff --git a/docs/docs/api/Classes/SFGMultiLineString.html b/docs/docs/api/Classes/SFGMultiLineString.html index c42ce4a9..7f60e35a 100644 --- a/docs/docs/api/Classes/SFGMultiLineString.html +++ b/docs/docs/api/Classes/SFGMultiLineString.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    SFGMultiLineString

    Multi Line String

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5108,6 +5114,9 @@

    Declaration

    Return Value

    new multi line string

    + @@ -5158,6 +5167,9 @@

    Parameters

    Return Value

    new multi line string

    + @@ -5209,6 +5221,9 @@

    Parameters

    Return Value

    new multi line string

    + @@ -5260,6 +5275,9 @@

    Parameters

    Return Value

    new multi line string

    + @@ -5310,6 +5328,9 @@

    Parameters

    Return Value

    new multi line string

    + @@ -5346,6 +5367,9 @@

    Declaration

    Return Value

    new multi line string

    + @@ -5401,6 +5425,9 @@

    Parameters

    Return Value

    new multi line string

    + @@ -5456,6 +5483,9 @@

    Parameters

    Return Value

    new multi line string

    + @@ -5511,6 +5541,9 @@

    Parameters

    Return Value

    new multi line string

    + @@ -5566,6 +5599,9 @@

    Parameters

    Return Value

    new multi line string

    + @@ -5602,6 +5638,9 @@

    Declaration

    Return Value

    multi line string

    + @@ -5653,6 +5692,9 @@

    Parameters

    + @@ -5661,7 +5703,7 @@

    Parameters

    diff --git a/docs/docs/api/Classes/SFGMultiPoint.html b/docs/docs/api/Classes/SFGMultiPoint.html index 445856a5..d35256dd 100644 --- a/docs/docs/api/Classes/SFGMultiPoint.html +++ b/docs/docs/api/Classes/SFGMultiPoint.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    SFGMultiPoint

    Multi Point

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5108,6 +5114,9 @@

    Declaration

    Return Value

    new multi point

    + @@ -5158,6 +5167,9 @@

    Parameters

    Return Value

    new multi point

    + @@ -5208,6 +5220,9 @@

    Parameters

    Return Value

    new multi point

    + @@ -5258,6 +5273,9 @@

    Parameters

    Return Value

    new multi point

    + @@ -5308,6 +5326,9 @@

    Parameters

    Return Value

    new multi point

    + @@ -5344,6 +5365,9 @@

    Declaration

    Return Value

    new multi point

    + @@ -5399,6 +5423,9 @@

    Parameters

    Return Value

    new multi point

    + @@ -5454,6 +5481,9 @@

    Parameters

    Return Value

    new multi point

    + @@ -5509,6 +5539,9 @@

    Parameters

    Return Value

    new multi point

    + @@ -5564,6 +5597,9 @@

    Parameters

    Return Value

    new multi point

    + @@ -5600,6 +5636,9 @@

    Declaration

    Return Value

    multi point

    + @@ -5651,6 +5690,9 @@

    Parameters

    + @@ -5659,7 +5701,7 @@

    Parameters

    diff --git a/docs/docs/api/Classes/SFGMultiPolygon.html b/docs/docs/api/Classes/SFGMultiPolygon.html index ee579083..3bb94331 100644 --- a/docs/docs/api/Classes/SFGMultiPolygon.html +++ b/docs/docs/api/Classes/SFGMultiPolygon.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    SFGMultiPolygon

    Multi Polygon

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5108,6 +5114,9 @@

    Declaration

    Return Value

    new multi polygon

    + @@ -5158,6 +5167,9 @@

    Parameters

    Return Value

    new multi polygon

    + @@ -5208,6 +5220,9 @@

    Parameters

    Return Value

    new multi polygon

    + @@ -5259,6 +5274,9 @@

    Parameters

    Return Value

    new multi polygon

    + @@ -5309,6 +5327,9 @@

    Parameters

    Return Value

    new multi polygon

    + @@ -5345,6 +5366,9 @@

    Declaration

    Return Value

    new multi polygon

    + @@ -5400,6 +5424,9 @@

    Parameters

    Return Value

    new multi polygon

    + @@ -5455,6 +5482,9 @@

    Parameters

    Return Value

    new multi polygon

    + @@ -5510,6 +5540,9 @@

    Parameters

    Return Value

    new multi polygon

    + @@ -5565,6 +5598,9 @@

    Parameters

    Return Value

    new multi polygon

    + @@ -5601,6 +5637,9 @@

    Declaration

    Return Value

    multi polygon

    + @@ -5652,6 +5691,9 @@

    Parameters

    + @@ -5660,7 +5702,7 @@

    Parameters

    diff --git a/docs/docs/api/Classes/SFGOrderedDictionary.html b/docs/docs/api/Classes/SFGOrderedDictionary.html index b8890862..974d2b22 100644 --- a/docs/docs/api/Classes/SFGOrderedDictionary.html +++ b/docs/docs/api/Classes/SFGOrderedDictionary.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5072,6 +5072,9 @@

    SFGOrderedDictionary

    Undocumented

    +
    @@ -5100,6 +5103,9 @@

    Declaration

    + @@ -5127,6 +5133,9 @@

    Declaration

    + @@ -5159,6 +5168,9 @@

    Declaration

    + @@ -5191,6 +5203,9 @@

    Declaration

    + @@ -5223,6 +5238,9 @@

    Declaration

    + @@ -5255,6 +5273,9 @@

    Declaration

    + @@ -5287,6 +5308,9 @@

    Declaration

    + @@ -5319,6 +5343,9 @@

    Declaration

    + @@ -5351,6 +5378,9 @@

    Declaration

    + @@ -5383,6 +5413,9 @@

    Declaration

    + @@ -5415,6 +5448,9 @@

    Declaration

    + @@ -5447,6 +5483,9 @@

    Declaration

    + @@ -5479,6 +5518,9 @@

    Declaration

    + @@ -5511,6 +5553,9 @@

    Declaration

    + @@ -5543,6 +5588,9 @@

    Declaration

    + @@ -5575,6 +5623,9 @@

    Declaration

    + @@ -5607,6 +5658,9 @@

    Declaration

    + @@ -5615,7 +5669,7 @@

    Declaration

    diff --git a/docs/docs/api/Classes/SFGPoint.html b/docs/docs/api/Classes/SFGPoint.html index 94f3cbe4..3a2b2180 100644 --- a/docs/docs/api/Classes/SFGPoint.html +++ b/docs/docs/api/Classes/SFGPoint.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    SFGPoint

    Point

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5108,6 +5114,9 @@

    Declaration

    Return Value

    new point

    + @@ -5158,6 +5167,9 @@

    Parameters

    Return Value

    new point

    + @@ -5208,6 +5220,9 @@

    Parameters

    Return Value

    new point

    + @@ -5258,6 +5273,9 @@

    Parameters

    Return Value

    new point

    + @@ -5308,6 +5326,9 @@

    Parameters

    Return Value

    new point

    + @@ -5344,6 +5365,9 @@

    Declaration

    Return Value

    new point

    + @@ -5399,6 +5423,9 @@

    Parameters

    Return Value

    new point

    + @@ -5454,6 +5481,9 @@

    Parameters

    Return Value

    new point

    + @@ -5509,6 +5539,9 @@

    Parameters

    Return Value

    new point

    + @@ -5564,6 +5597,9 @@

    Parameters

    Return Value

    new point

    + @@ -5600,6 +5636,9 @@

    Declaration

    Return Value

    simple point

    + @@ -5608,7 +5647,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/SFGPolygon.html b/docs/docs/api/Classes/SFGPolygon.html index c9e8a72f..a49142f1 100644 --- a/docs/docs/api/Classes/SFGPolygon.html +++ b/docs/docs/api/Classes/SFGPolygon.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    SFGPolygon

    Polygon

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5108,6 +5114,9 @@

    Declaration

    Return Value

    new polygon

    + @@ -5158,6 +5167,9 @@

    Parameters

    Return Value

    new polygon

    + @@ -5208,6 +5220,9 @@

    Parameters

    Return Value

    new polygon

    + @@ -5258,6 +5273,9 @@

    Parameters

    Return Value

    new polygon

    + @@ -5308,6 +5326,9 @@

    Parameters

    Return Value

    new polygon

    + @@ -5344,6 +5365,9 @@

    Declaration

    Return Value

    new polygon

    + @@ -5399,6 +5423,9 @@

    Parameters

    Return Value

    new polygon

    + @@ -5454,6 +5481,9 @@

    Parameters

    Return Value

    new polygon

    + @@ -5509,6 +5539,9 @@

    Parameters

    Return Value

    new polygon

    + @@ -5564,6 +5597,9 @@

    Parameters

    Return Value

    new polygon

    + @@ -5600,6 +5636,9 @@

    Declaration

    Return Value

    polygon

    + @@ -5651,6 +5690,9 @@

    Parameters

    + @@ -5659,7 +5701,7 @@

    Parameters

    diff --git a/docs/docs/api/Classes/SFGPosition.html b/docs/docs/api/Classes/SFGPosition.html index 19b05c18..8dd9aa3a 100644 --- a/docs/docs/api/Classes/SFGPosition.html +++ b/docs/docs/api/Classes/SFGPosition.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    SFGPosition

    Position

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5127,6 +5133,9 @@

    Parameters

    Return Value

    new position

    + @@ -5190,6 +5199,9 @@

    Parameters

    Return Value

    new position

    + @@ -5253,6 +5265,9 @@

    Parameters

    Return Value

    new position

    + @@ -5329,6 +5344,9 @@

    Parameters

    Return Value

    new position

    + @@ -5405,6 +5423,9 @@

    Parameters

    Return Value

    new position

    + @@ -5494,6 +5515,9 @@

    Parameters

    Return Value

    new position

    + @@ -5583,6 +5607,9 @@

    Parameters

    Return Value

    new position

    + @@ -5673,6 +5700,9 @@

    Parameters

    Return Value

    new position

    + @@ -5763,6 +5793,9 @@

    Parameters

    Return Value

    new position

    + @@ -5813,6 +5846,9 @@

    Parameters

    Return Value

    new position

    + @@ -5868,6 +5904,9 @@

    Parameters

    Return Value

    new position

    + @@ -5936,6 +5975,9 @@

    Parameters

    Return Value

    new position

    + @@ -6004,6 +6046,9 @@

    Parameters

    Return Value

    new position

    + @@ -6085,6 +6130,9 @@

    Parameters

    Return Value

    new position

    + @@ -6166,6 +6214,9 @@

    Parameters

    Return Value

    new position

    + @@ -6260,6 +6311,9 @@

    Parameters

    Return Value

    new position

    + @@ -6354,6 +6408,9 @@

    Parameters

    Return Value

    new position

    + @@ -6449,6 +6506,9 @@

    Parameters

    Return Value

    new position

    + @@ -6544,6 +6604,9 @@

    Parameters

    Return Value

    new position

    + @@ -6599,6 +6662,9 @@

    Parameters

    Return Value

    new position

    + @@ -6635,6 +6701,9 @@

    Declaration

    Return Value

    true if additional elements

    + @@ -6671,6 +6740,9 @@

    Declaration

    Return Value

    additional elements

    + @@ -6707,6 +6779,9 @@

    Declaration

    Return Value

    x

    + @@ -6743,6 +6818,9 @@

    Declaration

    Return Value

    y

    + @@ -6779,6 +6857,9 @@

    Declaration

    Return Value

    z

    + @@ -6815,6 +6896,9 @@

    Declaration

    Return Value

    m

    + @@ -6851,6 +6935,9 @@

    Declaration

    Return Value

    true if has z value

    + @@ -6887,6 +6974,9 @@

    Declaration

    Return Value

    true if has m value

    + @@ -6923,6 +7013,9 @@

    Declaration

    Return Value

    simple point

    + @@ -6931,7 +7024,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/SFGeometry.html b/docs/docs/api/Classes/SFGeometry.html index 6e2ab14c..e65723cb 100644 --- a/docs/docs/api/Classes/SFGeometry.html +++ b/docs/docs/api/Classes/SFGeometry.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    SFGeometry

    The root of the geometry type hierarchy

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5109,6 +5115,9 @@

    Declaration

    + @@ -5141,6 +5150,9 @@

    Declaration

    + @@ -5222,6 +5234,9 @@

    Parameters

    Return Value

    new geometry

    + @@ -5258,6 +5273,9 @@

    Declaration

    Return Value

    true if has z coordinates

    + @@ -5294,6 +5312,9 @@

    Declaration

    Return Value

    true if has m coordinates

    + @@ -5330,6 +5351,9 @@

    Declaration

    Return Value

    geometry envelope

    + @@ -5381,6 +5405,9 @@

    Parameters

    + @@ -5417,6 +5444,9 @@

    Declaration

    Return Value

    dimension

    + @@ -5456,6 +5486,9 @@

    Declaration

    Return Value

    centroid point

    + @@ -5495,6 +5528,9 @@

    Declaration

    Return Value

    centroid point

    + @@ -5531,6 +5567,9 @@

    Declaration

    Return Value

    true if empty

    + @@ -5568,6 +5607,9 @@

    Declaration

    Return Value

    true if simple

    + @@ -5619,6 +5661,9 @@

    Parameters

    + @@ -5627,7 +5672,7 @@

    Parameters

    diff --git a/docs/docs/api/Classes/SFGeometryCollection.html b/docs/docs/api/Classes/SFGeometryCollection.html index 72a45840..cbfd7bca 100644 --- a/docs/docs/api/Classes/SFGeometryCollection.html +++ b/docs/docs/api/Classes/SFGeometryCollection.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    SFGeometryCollection

    A collection of zero or more Geometry instances.

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5108,6 +5114,9 @@

    Declaration

    Return Value

    new geometry collection

    + @@ -5171,6 +5180,9 @@

    Parameters

    Return Value

    new geometry collection

    + @@ -5222,6 +5234,9 @@

    Parameters

    Return Value

    new geometry collection

    + @@ -5272,6 +5287,9 @@

    Parameters

    Return Value

    new geometry collection

    + @@ -5323,6 +5341,9 @@

    Parameters

    Return Value

    new geometry collection

    + @@ -5359,6 +5380,9 @@

    Declaration

    Return Value

    new geometry collection

    + @@ -5426,6 +5450,9 @@

    Parameters

    Return Value

    new geometry collection

    + @@ -5481,6 +5508,9 @@

    Parameters

    Return Value

    new geometry collection

    + @@ -5536,6 +5566,9 @@

    Parameters

    Return Value

    new geometry collection

    + @@ -5617,6 +5650,9 @@

    Parameters

    Return Value

    new geometry collection

    + @@ -5673,6 +5709,9 @@

    Parameters

    Return Value

    new geometry collection

    + @@ -5724,6 +5763,9 @@

    Parameters

    + @@ -5775,6 +5817,9 @@

    Parameters

    + @@ -5811,6 +5856,9 @@

    Declaration

    Return Value

    geometry count

    + @@ -5866,6 +5914,9 @@

    Parameters

    Return Value

    geometry

    + @@ -5908,6 +5959,9 @@

    Return Value

    MULTISURFACE, GEOMETRYCOLLECTION

    + @@ -5945,6 +5999,9 @@

    Declaration

    Return Value

    true if a multi point or contains only points

    + @@ -5982,6 +6039,9 @@

    Declaration

    Return Value

    multi point

    + @@ -6019,6 +6079,9 @@

    Declaration

    Return Value

    true if a multi line string or contains only line strings

    + @@ -6056,6 +6119,9 @@

    Declaration

    Return Value

    multi line string

    + @@ -6093,6 +6159,9 @@

    Declaration

    Return Value

    true if a multi polygon or contains only polygons

    + @@ -6130,6 +6199,9 @@

    Declaration

    Return Value

    multi polygon

    + @@ -6167,6 +6239,9 @@

    Declaration

    Return Value

    true if contains only curves

    + @@ -6203,6 +6278,9 @@

    Declaration

    Return Value

    multi curve

    + @@ -6240,6 +6318,9 @@

    Declaration

    Return Value

    true if contains only surfaces

    + @@ -6276,6 +6357,9 @@

    Declaration

    Return Value

    multi surface

    + @@ -6312,6 +6396,9 @@

    Declaration

    Return Value

    geometry collection

    + @@ -6320,7 +6407,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/SFGeometryEnvelope.html b/docs/docs/api/Classes/SFGeometryEnvelope.html index afb665bf..74c83f3a 100644 --- a/docs/docs/api/Classes/SFGeometryEnvelope.html +++ b/docs/docs/api/Classes/SFGeometryEnvelope.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    SFGeometryEnvelope

    Geometry envelope containing x and y range with optional z and m range

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5109,6 +5115,9 @@

    Declaration

    + @@ -5141,6 +5150,9 @@

    Declaration

    + @@ -5173,6 +5185,9 @@

    Declaration

    + @@ -5205,6 +5220,9 @@

    Declaration

    + @@ -5237,6 +5255,9 @@

    Declaration

    + @@ -5269,6 +5290,9 @@

    Declaration

    + @@ -5301,6 +5325,9 @@

    Declaration

    + @@ -5333,6 +5360,9 @@

    Declaration

    + @@ -5365,6 +5395,9 @@

    Declaration

    + @@ -5396,6 +5429,9 @@

    Declaration

    Return Value

    new geometry envelope

    + @@ -5458,6 +5494,9 @@

    Parameters

    Return Value

    new geometry envelope

    + @@ -5547,6 +5586,9 @@

    Parameters

    Return Value

    new geometry envelope

    + @@ -5636,6 +5678,9 @@

    Parameters

    Return Value

    new geometry envelope

    + @@ -5751,6 +5796,9 @@

    Parameters

    Return Value

    new geometry envelope

    + @@ -5866,6 +5914,9 @@

    Parameters

    Return Value

    new geometry envelope

    + @@ -6007,6 +6058,9 @@

    Parameters

    Return Value

    new geometry envelope

    + @@ -6148,6 +6202,9 @@

    Parameters

    Return Value

    new geometry envelope

    + @@ -6199,6 +6256,9 @@

    Parameters

    Return Value

    new geometry envelope

    + @@ -6235,6 +6295,9 @@

    Declaration

    Return Value

    new geometry envelope

    + @@ -6302,6 +6365,9 @@

    Parameters

    Return Value

    new geometry envelope

    + @@ -6396,6 +6462,9 @@

    Parameters

    Return Value

    new geometry envelope

    + @@ -6490,6 +6559,9 @@

    Parameters

    Return Value

    new geometry envelope

    + @@ -6610,6 +6682,9 @@

    Parameters

    Return Value

    new geometry envelope

    + @@ -6730,6 +6805,9 @@

    Parameters

    Return Value

    new geometry envelope

    + @@ -6876,6 +6954,9 @@

    Parameters

    Return Value

    new geometry envelope

    + @@ -7022,6 +7103,9 @@

    Parameters

    Return Value

    new geometry envelope

    + @@ -7077,6 +7161,9 @@

    Parameters

    Return Value

    new geometry envelope

    + @@ -7128,6 +7215,9 @@

    Parameters

    + @@ -7179,6 +7269,9 @@

    Parameters

    + @@ -7230,6 +7323,9 @@

    Parameters

    + @@ -7281,6 +7377,9 @@

    Parameters

    + @@ -7332,6 +7431,9 @@

    Parameters

    + @@ -7383,6 +7485,9 @@

    Parameters

    + @@ -7434,6 +7539,9 @@

    Parameters

    + @@ -7485,6 +7593,9 @@

    Parameters

    + @@ -7521,6 +7632,9 @@

    Declaration

    Return Value

    has z

    + @@ -7557,6 +7671,9 @@

    Declaration

    Return Value

    has m

    + @@ -7593,6 +7710,9 @@

    Declaration

    Return Value

    x range

    + @@ -7629,6 +7749,9 @@

    Declaration

    Return Value

    y range

    + @@ -7665,6 +7788,9 @@

    Declaration

    Return Value

    z range

    + @@ -7701,6 +7827,9 @@

    Declaration

    Return Value

    m range

    + @@ -7737,6 +7866,9 @@

    Declaration

    Return Value

    true if a single point bounds

    + @@ -7773,6 +7905,9 @@

    Declaration

    Return Value

    top left point

    + @@ -7809,6 +7944,9 @@

    Declaration

    Return Value

    bottom left point

    + @@ -7845,6 +7983,9 @@

    Declaration

    Return Value

    bottom right point

    + @@ -7881,6 +8022,9 @@

    Declaration

    Return Value

    top right point

    + @@ -7917,6 +8061,9 @@

    Declaration

    Return Value

    left line

    + @@ -7953,6 +8100,9 @@

    Declaration

    Return Value

    bottom line

    + @@ -7989,6 +8139,9 @@

    Declaration

    Return Value

    right line

    + @@ -8025,6 +8178,9 @@

    Declaration

    Return Value

    top line

    + @@ -8061,6 +8217,9 @@

    Declaration

    Return Value

    mid x

    + @@ -8097,6 +8256,9 @@

    Declaration

    Return Value

    mid y

    + @@ -8133,6 +8295,9 @@

    Declaration

    Return Value

    centroid point

    + @@ -8169,6 +8334,9 @@

    Declaration

    Return Value

    true if empty

    + @@ -8224,6 +8392,9 @@

    Parameters

    Return Value

    true if intersects

    + @@ -8292,6 +8463,9 @@

    Parameters

    Return Value

    true if intersects

    + @@ -8347,6 +8521,9 @@

    Parameters

    Return Value

    geometry envelope

    + @@ -8415,6 +8592,9 @@

    Parameters

    Return Value

    geometry envelope

    + @@ -8470,6 +8650,9 @@

    Parameters

    Return Value

    geometry envelope

    + @@ -8525,6 +8708,9 @@

    Parameters

    Return Value

    true if contains

    + @@ -8592,6 +8778,9 @@

    Parameters

    Return Value

    true if contains

    + @@ -8659,6 +8848,9 @@

    Parameters

    Return Value

    true if contains

    + @@ -8738,6 +8930,9 @@

    Parameters

    Return Value

    true if contains

    + @@ -8793,6 +8988,9 @@

    Parameters

    Return Value

    true if contains

    + @@ -8861,6 +9059,9 @@

    Parameters

    Return Value

    true if contains

    + @@ -8897,6 +9098,9 @@

    Declaration

    Return Value

    geometry, polygon or point

    + @@ -8905,7 +9109,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/SFGeometryEnvelopeBuilder.html b/docs/docs/api/Classes/SFGeometryEnvelopeBuilder.html index d018edb6..74732533 100644 --- a/docs/docs/api/Classes/SFGeometryEnvelopeBuilder.html +++ b/docs/docs/api/Classes/SFGeometryEnvelopeBuilder.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    SFGeometryEnvelopeBuilder

    Builds an envelope from a Geometry

    +
    @@ -5100,6 +5103,9 @@

    Parameters

    Return Value

    geometry envelope

    +
    @@ -5164,6 +5170,9 @@

    Parameters

    + @@ -5219,6 +5228,9 @@

    Parameters

    Return Value

    geometry, polygon or point

    + @@ -5227,7 +5239,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/SFGeometryPrinter.html b/docs/docs/api/Classes/SFGeometryPrinter.html index 0a76b094..d387f737 100644 --- a/docs/docs/api/Classes/SFGeometryPrinter.html +++ b/docs/docs/api/Classes/SFGeometryPrinter.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    SFGeometryPrinter

    String representation of a Geometry

    +
    @@ -5100,6 +5103,9 @@

    Parameters

    Return Value

    geometry string

    +
    @@ -5108,7 +5114,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/SFGeometryTypes.html b/docs/docs/api/Classes/SFGeometryTypes.html index 9a807bf0..fa42ffd2 100644 --- a/docs/docs/api/Classes/SFGeometryTypes.html +++ b/docs/docs/api/Classes/SFGeometryTypes.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5064,6 +5064,9 @@

    SFGeometryTypes

    Undocumented

    +
    @@ -5120,6 +5123,9 @@

    Parameters

    Return Value

    geometry type name

    +
    @@ -5175,6 +5181,9 @@

    Parameters

    Return Value

    geometry type

    + @@ -5183,7 +5192,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/SFGeometryUtils.html b/docs/docs/api/Classes/SFGeometryUtils.html index 2211b3c5..e2b9518b 100644 --- a/docs/docs/api/Classes/SFGeometryUtils.html +++ b/docs/docs/api/Classes/SFGeometryUtils.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    SFGeometryUtils

    Utilities for Geometry objects

    +
    @@ -5101,6 +5104,9 @@

    Parameters

    Return Value

    dimension (0, 1, or 2)

    +
    @@ -5168,6 +5174,9 @@

    Parameters

    Return Value

    distance

    + @@ -5223,6 +5232,9 @@

    Parameters

    Return Value

    distance

    + @@ -5290,6 +5302,9 @@

    Parameters

    Return Value

    bearing angle in degrees between 0 and 360

    + @@ -5346,6 +5361,9 @@

    Return Value

    bearing angle in degrees between 0 inclusively and 360 exclusively

    + @@ -5401,6 +5419,9 @@

    Parameters

    Return Value

    true if north bearing

    + @@ -5456,6 +5477,9 @@

    Parameters

    Return Value

    true if east bearing

    + @@ -5511,6 +5535,9 @@

    Parameters

    Return Value

    true if south bearing

    + @@ -5566,6 +5593,9 @@

    Parameters

    Return Value

    true if west bearing

    + @@ -5621,6 +5651,9 @@

    Parameters

    Return Value

    radians

    + @@ -5676,6 +5709,9 @@

    Parameters

    Return Value

    degrees

    + @@ -5734,6 +5770,9 @@

    Parameters

    Return Value

    centroid point

    + @@ -5792,6 +5831,9 @@

    Parameters

    Return Value

    centroid point

    + @@ -5845,6 +5887,9 @@

    Parameters

    + @@ -5898,6 +5943,9 @@

    Parameters

    + @@ -5972,6 +6020,9 @@

    Parameters

    + @@ -6025,6 +6076,9 @@

    Parameters

    + @@ -6078,6 +6132,9 @@

    Parameters

    + @@ -6151,6 +6208,9 @@

    Parameters

    + @@ -6221,6 +6281,9 @@

    Parameters

    Return Value

    simplified points

    + @@ -6303,6 +6366,9 @@

    Parameters

    Return Value

    distance in meters

    + @@ -6370,6 +6436,9 @@

    Parameters

    Return Value

    true if in the polygon

    + @@ -6451,6 +6520,9 @@

    Parameters

    Return Value

    true if in the polygon

    + @@ -6518,6 +6590,9 @@

    Parameters

    Return Value

    true if in the polygon

    + @@ -6599,6 +6674,9 @@

    Parameters

    Return Value

    true if in the polygon

    + @@ -6666,6 +6744,9 @@

    Parameters

    Return Value

    true if in the polygon

    + @@ -6747,6 +6828,9 @@

    Parameters

    Return Value

    true if in the polygon

    + @@ -6814,6 +6898,9 @@

    Parameters

    Return Value

    true if on the polygon edge

    + @@ -6895,6 +6982,9 @@

    Parameters

    Return Value

    true if on the polygon edge

    + @@ -6962,6 +7052,9 @@

    Parameters

    Return Value

    true if on the polygon edge

    + @@ -7043,6 +7136,9 @@

    Parameters

    Return Value

    true if on the polygon edge

    + @@ -7110,6 +7206,9 @@

    Parameters

    Return Value

    true if on the polygon edge

    + @@ -7191,6 +7290,9 @@

    Parameters

    Return Value

    true if on the polygon edge

    + @@ -7247,6 +7349,9 @@

    Parameters

    Return Value

    true if the first and last points are the same

    + @@ -7303,6 +7408,9 @@

    Parameters

    Return Value

    true if the first and last points are the same

    + @@ -7359,6 +7467,9 @@

    Parameters

    Return Value

    true if the first and last points are the same

    + @@ -7426,6 +7537,9 @@

    Parameters

    Return Value

    true if on the line

    + @@ -7507,6 +7621,9 @@

    Parameters

    Return Value

    true if on the line

    + @@ -7574,6 +7691,9 @@

    Parameters

    Return Value

    true if on the line

    + @@ -7655,6 +7775,9 @@

    Parameters

    Return Value

    true if on the line

    + @@ -7736,6 +7859,9 @@

    Parameters

    Return Value

    true if on the path

    + @@ -7830,6 +7956,9 @@

    Parameters

    Return Value

    true if on the path

    + @@ -7897,6 +8026,9 @@

    Parameters

    Return Value

    intersection point or null if no intersection

    + @@ -7991,6 +8123,9 @@

    Parameters

    Return Value

    intersection point or null if no intersection

    + @@ -8046,6 +8181,9 @@

    Parameters

    Return Value

    geometry in meters

    + @@ -8101,6 +8239,9 @@

    Parameters

    Return Value

    point in meters

    + @@ -8168,6 +8309,9 @@

    Parameters

    Return Value

    point in meters

    + @@ -8223,6 +8367,9 @@

    Parameters

    Return Value

    multi point in meters

    + @@ -8278,6 +8425,9 @@

    Parameters

    Return Value

    line string in meters

    + @@ -8333,6 +8483,9 @@

    Parameters

    Return Value

    line in meters

    + @@ -8389,6 +8542,9 @@

    Parameters

    Return Value

    multi line string in meters

    + @@ -8444,6 +8600,9 @@

    Parameters

    Return Value

    polygon in meters

    + @@ -8500,6 +8659,9 @@

    Parameters

    Return Value

    multi polygon in meters

    + @@ -8556,6 +8718,9 @@

    Parameters

    Return Value

    circular string in meters

    + @@ -8612,6 +8777,9 @@

    Parameters

    Return Value

    compound curve in meters

    + @@ -8668,6 +8836,9 @@

    Parameters

    Return Value

    curve polygon in meters

    + @@ -8724,6 +8895,9 @@

    Parameters

    Return Value

    polyhedral surface in meters

    + @@ -8779,6 +8953,9 @@

    Parameters

    Return Value

    TIN in meters

    + @@ -8834,6 +9011,9 @@

    Parameters

    Return Value

    triangle in meters

    + @@ -8889,6 +9069,9 @@

    Parameters

    Return Value

    geometry in degrees

    + @@ -8944,6 +9127,9 @@

    Parameters

    Return Value

    point in degrees

    + @@ -9011,6 +9197,9 @@

    Parameters

    Return Value

    point in degrees

    + @@ -9066,6 +9255,9 @@

    Parameters

    Return Value

    multi point in degrees

    + @@ -9121,6 +9313,9 @@

    Parameters

    Return Value

    line string in degrees

    + @@ -9176,6 +9371,9 @@

    Parameters

    Return Value

    line in degrees

    + @@ -9232,6 +9430,9 @@

    Parameters

    Return Value

    multi line string in degrees

    + @@ -9287,6 +9488,9 @@

    Parameters

    Return Value

    polygon in degrees

    + @@ -9343,6 +9547,9 @@

    Parameters

    Return Value

    multi polygon in degrees

    + @@ -9399,6 +9606,9 @@

    Parameters

    Return Value

    circular string in degrees

    + @@ -9455,6 +9665,9 @@

    Parameters

    Return Value

    compound curve in degrees

    + @@ -9511,6 +9724,9 @@

    Parameters

    Return Value

    curve polygon in degrees

    + @@ -9567,6 +9783,9 @@

    Parameters

    Return Value

    polyhedral surface in degrees

    + @@ -9622,6 +9841,9 @@

    Parameters

    Return Value

    TIN in degrees

    + @@ -9677,6 +9899,9 @@

    Parameters

    Return Value

    triangle in degrees

    + @@ -9713,6 +9938,9 @@

    Declaration

    Return Value

    geometry envelope

    + @@ -9750,6 +9978,9 @@

    Declaration

    Return Value

    geometry envelope

    + @@ -9786,6 +10017,9 @@

    Declaration

    Return Value

    geometry envelope

    + @@ -9822,6 +10056,9 @@

    Declaration

    Return Value

    geometry envelope

    + @@ -9879,6 +10116,9 @@

    Parameters

    Return Value

    cropped geometry in meters or null

    + @@ -9949,6 +10189,9 @@

    Parameters

    Return Value

    cropped geometry in meters or null

    + @@ -10017,6 +10260,9 @@

    Parameters

    Return Value

    cropped point or null

    + @@ -10087,6 +10333,9 @@

    Parameters

    Return Value

    cropped points in meters or null

    + @@ -10155,6 +10404,9 @@

    Parameters

    Return Value

    cropped multi point or null

    + @@ -10225,6 +10477,9 @@

    Parameters

    Return Value

    cropped line string in meters or null

    + @@ -10294,6 +10549,9 @@

    Parameters

    Return Value

    cropped line in meters or null

    + @@ -10364,6 +10622,9 @@

    Parameters

    Return Value

    cropped multi line string in meters or null

    + @@ -10434,6 +10695,9 @@

    Parameters

    Return Value

    cropped polygon in meters or null

    + @@ -10504,6 +10768,9 @@

    Parameters

    Return Value

    cropped multi polygon in meters or null

    + @@ -10574,6 +10841,9 @@

    Parameters

    Return Value

    cropped circular string in meters or null

    + @@ -10644,6 +10914,9 @@

    Parameters

    Return Value

    cropped compound curve in meters or null

    + @@ -10714,6 +10987,9 @@

    Parameters

    Return Value

    cropped curve polygon in meters or null

    + @@ -10785,6 +11061,9 @@

    Parameters

    Return Value

    cropped polyhedral surface in meters or null

    + @@ -10854,6 +11133,9 @@

    Parameters

    Return Value

    cropped TIN in meters or null

    + @@ -10924,6 +11206,9 @@

    Parameters

    Return Value

    cropped triangle in meters or null

    + @@ -10992,6 +11277,9 @@

    Parameters

    Return Value

    true if equal

    + @@ -11074,6 +11362,9 @@

    Parameters

    Return Value

    true if equal

    + @@ -11144,6 +11435,9 @@

    Parameters

    Return Value

    true if contains

    + @@ -11214,6 +11508,9 @@

    Parameters

    Return Value

    true if contains

    + @@ -11269,6 +11566,9 @@

    Parameters

    + @@ -11325,6 +11625,9 @@

    Parameters

    + @@ -11379,6 +11682,9 @@

    Parameters

    + @@ -11435,6 +11741,9 @@

    Parameters

    + @@ -11503,6 +11812,9 @@

    Parameters

    + @@ -11558,6 +11870,9 @@

    Parameters

    Return Value

    true if has z

    + @@ -11613,6 +11928,9 @@

    Parameters

    Return Value

    true if has m

    + @@ -11671,6 +11989,9 @@

    Parameters

    Return Value

    list of increasing parent types

    + @@ -11727,6 +12048,9 @@

    Return Value

    parent geometry type or null if argument is GEOMETRY (no parent type)

    + @@ -11783,6 +12107,9 @@

    Parameters

    Return Value

    child type hierarchy, null if no children

    + @@ -11838,6 +12165,9 @@

    Parameters

    Return Value

    child geometry types, empty list if no child types

    + @@ -11893,6 +12223,9 @@

    Parameters

    Return Value

    encoded dta

    + @@ -11948,6 +12281,9 @@

    Parameters

    Return Value

    geometry

    + @@ -11956,7 +12292,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/SFLine.html b/docs/docs/api/Classes/SFLine.html index b76b7cd1..26d2b333 100644 --- a/docs/docs/api/Classes/SFLine.html +++ b/docs/docs/api/Classes/SFLine.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    SFLine

    A LineString with exactly 2 Points.

    +
    @@ -5076,6 +5079,9 @@

    Declaration

    Return Value

    new line

    +
    @@ -5138,6 +5144,9 @@

    Parameters

    Return Value

    new line

    + @@ -5188,6 +5197,9 @@

    Parameters

    Return Value

    new line

    + @@ -5250,6 +5262,9 @@

    Parameters

    Return Value

    new line

    + @@ -5300,6 +5315,9 @@

    Parameters

    Return Value

    new line

    + @@ -5336,6 +5354,9 @@

    Declaration

    Return Value

    new line

    + @@ -5403,6 +5424,9 @@

    Parameters

    Return Value

    new line

    + @@ -5458,6 +5482,9 @@

    Parameters

    Return Value

    new line

    + @@ -5525,6 +5552,9 @@

    Parameters

    Return Value

    new line

    + @@ -5580,6 +5610,9 @@

    Parameters

    Return Value

    new line

    + @@ -5588,7 +5621,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/SFLineString.html b/docs/docs/api/Classes/SFLineString.html index f6ff16b0..27caa645 100644 --- a/docs/docs/api/Classes/SFLineString.html +++ b/docs/docs/api/Classes/SFLineString.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    SFLineString

    A Curve that connects two or more points in space.

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5108,6 +5114,9 @@

    Declaration

    Return Value

    new line string

    + @@ -5170,6 +5179,9 @@

    Parameters

    Return Value

    new line string

    + @@ -5220,6 +5232,9 @@

    Parameters

    Return Value

    new line string

    + @@ -5270,6 +5285,9 @@

    Parameters

    Return Value

    new line string

    + @@ -5306,6 +5324,9 @@

    Declaration

    Return Value

    new line string

    + @@ -5373,6 +5394,9 @@

    Parameters

    Return Value

    new line string

    + @@ -5428,6 +5452,9 @@

    Parameters

    Return Value

    new line string

    + @@ -5509,6 +5536,9 @@

    Parameters

    Return Value

    new line string

    + @@ -5564,6 +5594,9 @@

    Parameters

    Return Value

    new line string

    + @@ -5615,6 +5648,9 @@

    Parameters

    + @@ -5666,6 +5702,9 @@

    Parameters

    + @@ -5702,6 +5741,9 @@

    Declaration

    Return Value

    point count

    + @@ -5757,6 +5799,9 @@

    Parameters

    Return Value

    point

    + @@ -5765,7 +5810,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/SFLinearRing.html b/docs/docs/api/Classes/SFLinearRing.html index ea64f037..03c26248 100644 --- a/docs/docs/api/Classes/SFLinearRing.html +++ b/docs/docs/api/Classes/SFLinearRing.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    SFLinearRing

    A LineString that is both closed and simple.

    +
    @@ -5076,6 +5079,9 @@

    Declaration

    Return Value

    new linear ring

    +
    @@ -5138,6 +5144,9 @@

    Parameters

    Return Value

    new linear ring

    + @@ -5188,6 +5197,9 @@

    Parameters

    Return Value

    new linear ring

    + @@ -5238,6 +5250,9 @@

    Parameters

    Return Value

    new linear ring

    + @@ -5274,6 +5289,9 @@

    Declaration

    Return Value

    new linear ring

    + @@ -5341,6 +5359,9 @@

    Parameters

    Return Value

    new linear ring

    + @@ -5396,6 +5417,9 @@

    Parameters

    Return Value

    new linear ring

    + @@ -5451,6 +5475,9 @@

    Parameters

    Return Value

    new linear ring

    + @@ -5459,7 +5486,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/SFMultiCurve.html b/docs/docs/api/Classes/SFMultiCurve.html index b3d44c36..9e6f6f9e 100644 --- a/docs/docs/api/Classes/SFMultiCurve.html +++ b/docs/docs/api/Classes/SFMultiCurve.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,6 +5045,9 @@

    SFMultiCurve

    A restricted form of GeometryCollection where each Geometry in the collection must be of type Curve.

    +
    @@ -5127,6 +5130,9 @@

    Parameters

    Return Value

    new multi curve

    +
    @@ -5163,6 +5169,9 @@

    Declaration

    Return Value

    curves

    + @@ -5214,6 +5223,9 @@

    Parameters

    + @@ -5265,6 +5277,9 @@

    Parameters

    + @@ -5316,6 +5331,9 @@

    Parameters

    + @@ -5352,6 +5370,9 @@

    Declaration

    Return Value

    curve count

    + @@ -5407,6 +5428,9 @@

    Parameters

    Return Value

    curve

    + @@ -5444,6 +5468,9 @@

    Declaration

    Return Value

    true if closed

    + @@ -5452,7 +5479,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/SFMultiLineString.html b/docs/docs/api/Classes/SFMultiLineString.html index 43cfc25c..cedf2b44 100644 --- a/docs/docs/api/Classes/SFMultiLineString.html +++ b/docs/docs/api/Classes/SFMultiLineString.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,6 +5045,9 @@

    SFMultiLineString

    A restricted form of MultiCurve where each Curve in the collection must be of type LineString.

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    Return Value

    new multi line string

    +
    @@ -5139,6 +5145,9 @@

    Parameters

    Return Value

    new multi line string

    + @@ -5190,6 +5199,9 @@

    Parameters

    Return Value

    new multi line string

    + @@ -5240,6 +5252,9 @@

    Parameters

    Return Value

    new multi line string

    + @@ -5291,6 +5306,9 @@

    Parameters

    Return Value

    new multi line string

    + @@ -5327,6 +5345,9 @@

    Declaration

    Return Value

    new multi line string

    + @@ -5394,6 +5415,9 @@

    Parameters

    Return Value

    new multi line string

    + @@ -5450,6 +5474,9 @@

    Parameters

    Return Value

    new multi line string

    + @@ -5505,6 +5532,9 @@

    Parameters

    Return Value

    new multi line string

    + @@ -5560,6 +5590,9 @@

    Parameters

    Return Value

    new multi line string

    + @@ -5596,6 +5629,9 @@

    Declaration

    Return Value

    line strings

    + @@ -5647,6 +5683,9 @@

    Parameters

    + @@ -5698,6 +5737,9 @@

    Parameters

    + @@ -5749,6 +5791,9 @@

    Parameters

    + @@ -5785,6 +5830,9 @@

    Declaration

    Return Value

    line string count

    + @@ -5840,6 +5888,9 @@

    Parameters

    Return Value

    line string

    + @@ -5848,7 +5899,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/SFMultiPoint.html b/docs/docs/api/Classes/SFMultiPoint.html index bdc10d69..f2332e87 100644 --- a/docs/docs/api/Classes/SFMultiPoint.html +++ b/docs/docs/api/Classes/SFMultiPoint.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,6 +5045,9 @@

    SFMultiPoint

    A restricted form of GeometryCollection where each Geometry in the collection must be of type Point.

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    Return Value

    new multi point

    +
    @@ -5139,6 +5145,9 @@

    Parameters

    Return Value

    new multi point

    + @@ -5189,6 +5198,9 @@

    Parameters

    Return Value

    new multi point

    + @@ -5239,6 +5251,9 @@

    Parameters

    Return Value

    new multi point

    + @@ -5289,6 +5304,9 @@

    Parameters

    Return Value

    new multi point

    + @@ -5325,6 +5343,9 @@

    Declaration

    Return Value

    new multi point

    + @@ -5392,6 +5413,9 @@

    Parameters

    Return Value

    new multi point

    + @@ -5447,6 +5471,9 @@

    Parameters

    Return Value

    new multi point

    + @@ -5502,6 +5529,9 @@

    Parameters

    Return Value

    new multi point

    + @@ -5557,6 +5587,9 @@

    Parameters

    Return Value

    new multi point

    + @@ -5593,6 +5626,9 @@

    Declaration

    Return Value

    points

    + @@ -5644,6 +5680,9 @@

    Parameters

    + @@ -5695,6 +5734,9 @@

    Parameters

    + @@ -5746,6 +5788,9 @@

    Parameters

    + @@ -5782,6 +5827,9 @@

    Declaration

    Return Value

    point count

    + @@ -5837,6 +5885,9 @@

    Parameters

    Return Value

    point

    + @@ -5845,7 +5896,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/SFMultiPolygon.html b/docs/docs/api/Classes/SFMultiPolygon.html index ad1329e4..6967c6bb 100644 --- a/docs/docs/api/Classes/SFMultiPolygon.html +++ b/docs/docs/api/Classes/SFMultiPolygon.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,6 +5045,9 @@

    SFMultiPolygon

    A restricted form of MultiSurface where each Surface in the collection must be of type Polygon.

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    Return Value

    new multi polygon

    +
    @@ -5139,6 +5145,9 @@

    Parameters

    Return Value

    new multi polygon

    + @@ -5190,6 +5199,9 @@

    Parameters

    Return Value

    new multi polygon

    + @@ -5240,6 +5252,9 @@

    Parameters

    Return Value

    new multi polygon

    + @@ -5290,6 +5305,9 @@

    Parameters

    Return Value

    new multi polygon

    + @@ -5326,6 +5344,9 @@

    Declaration

    Return Value

    new multi polygon

    + @@ -5393,6 +5414,9 @@

    Parameters

    Return Value

    new multi polygon

    + @@ -5448,6 +5472,9 @@

    Parameters

    Return Value

    new multi polygon

    + @@ -5503,6 +5530,9 @@

    Parameters

    Return Value

    new multi polygon

    + @@ -5558,6 +5588,9 @@

    Parameters

    Return Value

    new multi polygon

    + @@ -5594,6 +5627,9 @@

    Declaration

    Return Value

    polygons

    + @@ -5645,6 +5681,9 @@

    Parameters

    + @@ -5696,6 +5735,9 @@

    Parameters

    + @@ -5747,6 +5789,9 @@

    Parameters

    + @@ -5783,6 +5828,9 @@

    Declaration

    Return Value

    polygon count

    + @@ -5838,6 +5886,9 @@

    Parameters

    Return Value

    polygon

    + @@ -5846,7 +5897,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/SFMultiSurface.html b/docs/docs/api/Classes/SFMultiSurface.html index 85fb16f3..82350333 100644 --- a/docs/docs/api/Classes/SFMultiSurface.html +++ b/docs/docs/api/Classes/SFMultiSurface.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,6 +5045,9 @@

    SFMultiSurface

    A restricted form of GeometryCollection where each Geometry in the collection must be of type Surface.

    +
    @@ -5127,6 +5130,9 @@

    Parameters

    Return Value

    new multi surface

    +
    @@ -5163,6 +5169,9 @@

    Declaration

    Return Value

    surfaces

    + @@ -5214,6 +5223,9 @@

    Parameters

    + @@ -5265,6 +5277,9 @@

    Parameters

    + @@ -5316,6 +5331,9 @@

    Parameters

    + @@ -5352,6 +5370,9 @@

    Declaration

    Return Value

    surface count

    + @@ -5407,6 +5428,9 @@

    Parameters

    Return Value

    surface

    + @@ -5415,7 +5439,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/SFPGeometryTransform.html b/docs/docs/api/Classes/SFPGeometryTransform.html index 0f9ae184..c0c7d5e9 100644 --- a/docs/docs/api/Classes/SFPGeometryTransform.html +++ b/docs/docs/api/Classes/SFPGeometryTransform.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    SFPGeometryTransform

    Geometry Projection Transform

    +
    @@ -5109,6 +5112,9 @@

    Parameters

    Return Value

    new projection transform

    +
    @@ -5171,6 +5177,9 @@

    Parameters

    Return Value

    new projection transform

    + @@ -5260,6 +5269,9 @@

    Parameters

    Return Value

    new projection transform

    + @@ -5349,6 +5361,9 @@

    Parameters

    Return Value

    new projection transform

    + @@ -5413,6 +5428,9 @@

    Parameters

    Return Value

    new projection transform

    + @@ -5490,6 +5508,9 @@

    Parameters

    Return Value

    new projection transform

    + @@ -5553,6 +5574,9 @@

    Parameters

    Return Value

    new projection transform

    + @@ -5629,6 +5653,9 @@

    Parameters

    Return Value

    new projection transform

    + @@ -5697,6 +5724,9 @@

    Parameters

    Return Value

    new projection transform

    + @@ -5764,6 +5794,9 @@

    Parameters

    Return Value

    new projection transform

    + @@ -5858,6 +5891,9 @@

    Parameters

    Return Value

    new projection transform

    + @@ -5952,6 +5988,9 @@

    Parameters

    Return Value

    new projection transform

    + @@ -6020,6 +6059,9 @@

    Parameters

    Return Value

    new projection transform

    + @@ -6101,6 +6143,9 @@

    Parameters

    Return Value

    new projection transform

    + @@ -6169,6 +6214,9 @@

    Parameters

    Return Value

    new projection transform

    + @@ -6250,6 +6298,9 @@

    Parameters

    Return Value

    new projection transform

    + @@ -6306,6 +6357,9 @@

    Parameters

    Return Value

    new projection transform

    + @@ -6362,6 +6416,9 @@

    Parameters

    Return Value

    geometry envelope

    + @@ -6417,6 +6474,9 @@

    Parameters

    Return Value

    projected geometry

    + @@ -6472,6 +6532,9 @@

    Parameters

    Return Value

    projected point

    + @@ -6527,6 +6590,9 @@

    Parameters

    Return Value

    transformed points

    + @@ -6582,6 +6648,9 @@

    Parameters

    Return Value

    projected line string

    + @@ -6637,6 +6706,9 @@

    Parameters

    Return Value

    projected polygon

    + @@ -6692,6 +6764,9 @@

    Parameters

    Return Value

    projected multi point

    + @@ -6748,6 +6823,9 @@

    Parameters

    Return Value

    projected multi line string

    + @@ -6803,6 +6881,9 @@

    Parameters

    Return Value

    projected multi polygon

    + @@ -6859,6 +6940,9 @@

    Parameters

    Return Value

    projected circular string

    + @@ -6914,6 +6998,9 @@

    Parameters

    Return Value

    projected compound curve

    + @@ -6969,6 +7056,9 @@

    Parameters

    Return Value

    projected curve polygon

    + @@ -7025,6 +7115,9 @@

    Parameters

    Return Value

    projected polyhedrals surface

    + @@ -7080,6 +7173,9 @@

    Parameters

    Return Value

    projected tin

    + @@ -7135,6 +7231,9 @@

    Parameters

    Return Value

    projected triangle

    + @@ -7191,6 +7290,9 @@

    Parameters

    Return Value

    projected geometry collection

    + @@ -7227,6 +7329,9 @@

    Declaration

    Return Value

    inverse transformation

    + @@ -7235,7 +7340,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/SFPoint.html b/docs/docs/api/Classes/SFPoint.html index f914221e..36cb5e85 100644 --- a/docs/docs/api/Classes/SFPoint.html +++ b/docs/docs/api/Classes/SFPoint.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,6 +5045,9 @@

    SFPoint

    A single location in space. Each point has an X and Y coordinate. A point MAY optionally also have a Z and/or an M value.

    +
    @@ -5078,6 +5081,9 @@

    Declaration

    +
    @@ -5110,6 +5116,9 @@

    Declaration

    + @@ -5142,6 +5151,9 @@

    Declaration

    + @@ -5174,6 +5186,9 @@

    Declaration

    + @@ -5205,6 +5220,9 @@

    Declaration

    Return Value

    new point

    + @@ -5267,6 +5285,9 @@

    Parameters

    Return Value

    new point

    + @@ -5329,6 +5350,9 @@

    Parameters

    Return Value

    new point

    + @@ -5405,6 +5429,9 @@

    Parameters

    Return Value

    new point

    + @@ -5481,6 +5508,9 @@

    Parameters

    Return Value

    new point

    + @@ -5555,6 +5585,9 @@

    Parameters

    Return Value

    new point

    + @@ -5644,6 +5677,9 @@

    Parameters

    Return Value

    new point

    + @@ -5733,6 +5769,9 @@

    Parameters

    Return Value

    new point

    + @@ -5822,6 +5861,9 @@

    Parameters

    Return Value

    new point

    + @@ -5911,6 +5953,9 @@

    Parameters

    Return Value

    new point

    + @@ -6000,6 +6045,9 @@

    Parameters

    Return Value

    new point

    + @@ -6050,6 +6098,9 @@

    Parameters

    Return Value

    new point

    + @@ -6086,6 +6137,9 @@

    Declaration

    Return Value

    new point

    + @@ -6153,6 +6207,9 @@

    Parameters

    Return Value

    new point

    + @@ -6220,6 +6277,9 @@

    Parameters

    Return Value

    new point

    + @@ -6301,6 +6361,9 @@

    Parameters

    Return Value

    new point

    + @@ -6382,6 +6445,9 @@

    Parameters

    Return Value

    new point

    + @@ -6463,6 +6529,9 @@

    Parameters

    Return Value

    new point

    + @@ -6557,6 +6626,9 @@

    Parameters

    Return Value

    new point

    + @@ -6651,6 +6723,9 @@

    Parameters

    Return Value

    new point

    + @@ -6745,6 +6820,9 @@

    Parameters

    Return Value

    new point

    + @@ -6839,6 +6917,9 @@

    Parameters

    Return Value

    new point

    + @@ -6933,6 +7014,9 @@

    Parameters

    Return Value

    new point

    + @@ -6988,6 +7072,9 @@

    Parameters

    Return Value

    new point

    + @@ -7039,6 +7126,9 @@

    Parameters

    + @@ -7090,6 +7180,9 @@

    Parameters

    + @@ -7141,6 +7234,9 @@

    Parameters

    + @@ -7192,6 +7288,183 @@

    Parameters

    + + + + +
  • +
    + + + + -isEqualXToPoint: + +
    +
    +
    +
    +
    +
    +

    Indicates if x values are equal

    + +
    +
    +

    Declaration

    +
    +

    Objective-C

    +
    - (BOOL)isEqualXToPoint:(SFPoint *)point;
    + +
    +
    +

    Swift

    +
    func isEqualX(to point: SFPoint!) -> Bool
    + +
    +
    +
    +

    Parameters

    + + + + + + + +
    + + point + + +
    +

    point to compare

    +
    +
    +
    +
    +

    Return Value

    +

    true if x is equal

    +
    + +
    +
    +
  • +
  • +
    + + + + -isEqualYToPoint: + +
    +
    +
    +
    +
    +
    +

    Indicates if y values are equal

    + +
    +
    +

    Declaration

    +
    +

    Objective-C

    +
    - (BOOL)isEqualYToPoint:(SFPoint *)point;
    + +
    +
    +

    Swift

    +
    func isEqualY(to point: SFPoint!) -> Bool
    + +
    +
    +
    +

    Parameters

    + + + + + + + +
    + + point + + +
    +

    point to compare

    +
    +
    +
    +
    +

    Return Value

    +

    true if y is equal

    +
    + +
    +
    +
  • +
  • +
    + + + + -isEqualXYToPoint: + +
    +
    +
    +
    +
    +
    +

    Indicates if x and y values are equal

    + +
    +
    +

    Declaration

    +
    +

    Objective-C

    +
    - (BOOL)isEqualXYToPoint:(SFPoint *)point;
    + +
    +
    +

    Swift

    +
    func isEqualXY(to point: SFPoint!) -> Bool
    + +
    +
    +
    +

    Parameters

    + + + + + + + +
    + + point + + +
    +

    point to compare

    +
    +
    +
    +
    +

    Return Value

    +

    true if x and y are equal

    +
    +
  • @@ -7200,7 +7473,7 @@

    Parameters

    diff --git a/docs/docs/api/Classes/SFPointFiniteFilter.html b/docs/docs/api/Classes/SFPointFiniteFilter.html index 5a83618d..c84e7733 100644 --- a/docs/docs/api/Classes/SFPointFiniteFilter.html +++ b/docs/docs/api/Classes/SFPointFiniteFilter.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,6 +5045,9 @@

    SFPointFiniteFilter

    Point filter for finite checks on x and y properties, optionally filter on z and m properties and non finite values (NaN or infinity)

    +
    @@ -5078,6 +5081,9 @@

    Declaration

    +
    @@ -5110,6 +5116,9 @@

    Declaration

    + @@ -5142,6 +5151,9 @@

    Declaration

    + @@ -5178,6 +5190,9 @@

    Declaration

    Return Value

    new point finite filter

    + @@ -5233,6 +5248,9 @@

    Parameters

    Return Value

    new point finite filter

    + @@ -5300,6 +5318,9 @@

    Parameters

    Return Value

    new point finite filter

    + @@ -5367,6 +5388,9 @@

    Parameters

    Return Value

    new point finite filter

    + @@ -5448,6 +5472,9 @@

    Parameters

    Return Value

    new point finite filter

    + @@ -5503,6 +5530,9 @@

    Parameters

    Return Value

    new point finite filter

    + @@ -5558,6 +5588,9 @@

    Parameters

    Return Value

    new point finite filter

    + @@ -5625,6 +5658,9 @@

    Parameters

    Return Value

    new point finite filter

    + @@ -5633,7 +5669,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/SFPolygon.html b/docs/docs/api/Classes/SFPolygon.html index 8c15e88a..395887b7 100644 --- a/docs/docs/api/Classes/SFPolygon.html +++ b/docs/docs/api/Classes/SFPolygon.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,6 +5045,9 @@

    SFPolygon

    A restricted form of CurvePolygon where each ring is defined as a simple, closed LineString.

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    Return Value

    new polygon

    +
    @@ -5139,6 +5145,9 @@

    Parameters

    Return Value

    new polygon

    + @@ -5189,6 +5198,9 @@

    Parameters

    Return Value

    new polygon

    + @@ -5239,6 +5251,9 @@

    Parameters

    Return Value

    new polygon

    + @@ -5289,6 +5304,9 @@

    Parameters

    Return Value

    new polygon

    + @@ -5325,6 +5343,9 @@

    Declaration

    Return Value

    new polygon

    + @@ -5392,6 +5413,9 @@

    Parameters

    Return Value

    new polygon

    + @@ -5447,6 +5471,9 @@

    Parameters

    Return Value

    new polygon

    + @@ -5502,6 +5529,9 @@

    Parameters

    Return Value

    new polygon

    + @@ -5583,6 +5613,9 @@

    Parameters

    Return Value

    new polygon

    + @@ -5638,6 +5671,9 @@

    Parameters

    Return Value

    new polygon

    + @@ -5674,6 +5710,9 @@

    Declaration

    Return Value

    line string rings

    + @@ -5725,6 +5764,9 @@

    Parameters

    + @@ -5781,6 +5823,9 @@

    Parameters

    Return Value

    ring

    + @@ -5817,6 +5862,9 @@

    Declaration

    Return Value

    exterior ring

    + @@ -5872,6 +5920,9 @@

    Parameters

    Return Value

    interior ring

    + @@ -5880,7 +5931,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/SFPolyhedralSurface.html b/docs/docs/api/Classes/SFPolyhedralSurface.html index aabd00cf..cccf6a36 100644 --- a/docs/docs/api/Classes/SFPolyhedralSurface.html +++ b/docs/docs/api/Classes/SFPolyhedralSurface.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    SFPolyhedralSurface

    Contiguous collection of polygons which share common boundary segments.

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5108,6 +5114,9 @@

    Declaration

    Return Value

    new polyhedral surface

    + @@ -5171,6 +5180,9 @@

    Parameters

    Return Value

    new polyhedral surface

    + @@ -5222,6 +5234,9 @@

    Parameters

    Return Value

    new polyhedral surface

    + @@ -5272,6 +5287,9 @@

    Parameters

    Return Value

    new polyhedral surface

    + @@ -5323,6 +5341,9 @@

    Parameters

    Return Value

    new polyhedral surface

    + @@ -5359,6 +5380,9 @@

    Declaration

    Return Value

    new polyhedral surface

    + @@ -5426,6 +5450,9 @@

    Parameters

    Return Value

    new polyhedral surface

    + @@ -5481,6 +5508,9 @@

    Parameters

    Return Value

    new polyhedral surface

    + @@ -5536,6 +5566,9 @@

    Parameters

    Return Value

    new polyhedral surface

    + @@ -5617,6 +5650,9 @@

    Parameters

    Return Value

    new polyhedral surface

    + @@ -5673,6 +5709,9 @@

    Parameters

    Return Value

    new polyhedral surface

    + @@ -5709,6 +5748,9 @@

    Declaration

    Return Value

    patches

    + @@ -5760,6 +5802,9 @@

    Parameters

    + @@ -5811,6 +5856,9 @@

    Parameters

    + @@ -5862,6 +5910,9 @@

    Parameters

    + @@ -5913,6 +5964,9 @@

    Parameters

    + @@ -5964,6 +6018,9 @@

    Parameters

    + @@ -6000,6 +6057,9 @@

    Declaration

    Return Value

    polygon count

    + @@ -6036,6 +6096,9 @@

    Declaration

    Return Value

    patch count

    + @@ -6091,6 +6154,9 @@

    Parameters

    Return Value

    polygon

    + @@ -6146,6 +6212,9 @@

    Parameters

    Return Value

    polygon patch

    + @@ -6154,7 +6223,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/SFSegment.html b/docs/docs/api/Classes/SFSegment.html index ed547a36..4d141881 100644 --- a/docs/docs/api/Classes/SFSegment.html +++ b/docs/docs/api/Classes/SFSegment.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    SFSegment

    Line segment of an edge between two points

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5109,6 +5115,9 @@

    Declaration

    + @@ -5203,6 +5212,9 @@

    Parameters

    Return Value

    segment

    + @@ -5239,6 +5251,9 @@

    Declaration

    Return Value

    edge number

    + @@ -5275,6 +5290,9 @@

    Declaration

    Return Value

    polygon ring number

    + @@ -5311,6 +5329,9 @@

    Declaration

    Return Value

    left point

    + @@ -5347,6 +5368,9 @@

    Declaration

    Return Value

    right point

    + @@ -5355,7 +5379,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/SFShamosHoey.html b/docs/docs/api/Classes/SFShamosHoey.html index 31e91e98..593710f8 100644 --- a/docs/docs/api/Classes/SFShamosHoey.html +++ b/docs/docs/api/Classes/SFShamosHoey.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5055,6 +5055,9 @@

    SFShamosHoey

    liable for any real or imagined damage resulting from its use. Users of this code must verify correctness for their application.

    +
    @@ -5111,6 +5114,9 @@

    Parameters

    Return Value

    true if simple, false if intersects

    +
    @@ -5166,6 +5172,9 @@

    Parameters

    Return Value

    true if simple, false if intersects

    + @@ -5221,6 +5230,9 @@

    Parameters

    Return Value

    true if simple, false if intersects

    + @@ -5276,6 +5288,9 @@

    Parameters

    Return Value

    true if simple, false if intersects

    + @@ -5331,6 +5346,9 @@

    Parameters

    Return Value

    true if simple, false if intersects

    + @@ -5339,7 +5357,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/SFSurface.html b/docs/docs/api/Classes/SFSurface.html index cfdeaefc..e9f4b3bc 100644 --- a/docs/docs/api/Classes/SFSurface.html +++ b/docs/docs/api/Classes/SFSurface.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,6 +5045,9 @@

    SFSurface

    The base type for all 2-dimensional geometry types. A 2-dimensional geometry is a geometry that has an area.

    +
    @@ -5127,6 +5130,9 @@

    Parameters

    Return Value

    new surface

    +
    @@ -5135,7 +5141,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/SFSweepLine.html b/docs/docs/api/Classes/SFSweepLine.html index 6b003c7e..dada53d4 100644 --- a/docs/docs/api/Classes/SFSweepLine.html +++ b/docs/docs/api/Classes/SFSweepLine.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    SFSweepLine

    Sweep Line algorithm

    +
    @@ -5100,6 +5103,9 @@

    Parameters

    Return Value

    sweep line

    +
    @@ -5155,6 +5161,9 @@

    Parameters

    Return Value

    added segment

    + @@ -5210,6 +5219,9 @@

    Parameters

    Return Value

    segment

    + @@ -5278,6 +5290,9 @@

    Parameters

    Return Value

    true if intersection, false if not

    + @@ -5329,6 +5344,9 @@

    Parameters

    + @@ -5397,6 +5415,9 @@

    Parameters

    Return Value

    NSOrderedDescending if p1 > p2, NSOrderedAscending if p1 < p2, NSOrderedSame if equal

    + @@ -5405,7 +5426,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/SFTIN.html b/docs/docs/api/Classes/SFTIN.html index 3d1cadfc..27528df3 100644 --- a/docs/docs/api/Classes/SFTIN.html +++ b/docs/docs/api/Classes/SFTIN.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,6 +5045,9 @@

    SFTIN

    A tetrahedron (4 triangular faces), corner at the origin and each unit coordinate digit.

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    Return Value

    new tin

    +
    @@ -5139,6 +5145,9 @@

    Parameters

    Return Value

    new tin

    + @@ -5189,6 +5198,9 @@

    Parameters

    Return Value

    new tin

    + @@ -5239,6 +5251,9 @@

    Parameters

    Return Value

    new tin

    + @@ -5289,6 +5304,9 @@

    Parameters

    Return Value

    new tin

    + @@ -5325,6 +5343,9 @@

    Declaration

    Return Value

    new tin

    + @@ -5392,6 +5413,9 @@

    Parameters

    Return Value

    new tin

    + @@ -5447,6 +5471,9 @@

    Parameters

    Return Value

    new tin

    + @@ -5502,6 +5529,9 @@

    Parameters

    Return Value

    new tin

    + @@ -5557,6 +5587,9 @@

    Parameters

    Return Value

    new tin

    + @@ -5565,7 +5598,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/SFTextReader.html b/docs/docs/api/Classes/SFTextReader.html index 37c2a892..38c36c47 100644 --- a/docs/docs/api/Classes/SFTextReader.html +++ b/docs/docs/api/Classes/SFTextReader.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    SFTextReader

    Read through text string

    +
    @@ -5100,6 +5103,9 @@

    Parameters

    Return Value

    new text reader

    +
    @@ -5136,6 +5142,9 @@

    Declaration

    Return Value

    text

    + @@ -5174,6 +5183,9 @@

    Declaration

    Return Value

    token

    + @@ -5210,6 +5222,9 @@

    Declaration

    Return Value

    next token

    + @@ -5246,6 +5261,9 @@

    Declaration

    Return Value

    double

    + @@ -5254,7 +5272,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/SFTriangle.html b/docs/docs/api/Classes/SFTriangle.html index 5c2340c2..147b7205 100644 --- a/docs/docs/api/Classes/SFTriangle.html +++ b/docs/docs/api/Classes/SFTriangle.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    SFTriangle

    Triangle

    +
    @@ -5076,6 +5079,9 @@

    Declaration

    Return Value

    new triangle

    +
    @@ -5138,6 +5144,9 @@

    Parameters

    Return Value

    new triangle

    + @@ -5188,6 +5197,9 @@

    Parameters

    Return Value

    new triangle

    + @@ -5238,6 +5250,9 @@

    Parameters

    Return Value

    new triangle

    + @@ -5288,6 +5303,9 @@

    Parameters

    Return Value

    new triangle

    + @@ -5324,6 +5342,9 @@

    Declaration

    Return Value

    new triangle

    + @@ -5391,6 +5412,9 @@

    Parameters

    Return Value

    new triangle

    + @@ -5446,6 +5470,9 @@

    Parameters

    Return Value

    new triangle

    + @@ -5501,6 +5528,9 @@

    Parameters

    Return Value

    new triangle

    + @@ -5556,6 +5586,9 @@

    Parameters

    Return Value

    new triangle

    + @@ -5564,7 +5597,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/SFWBGeometryCodes.html b/docs/docs/api/Classes/SFWBGeometryCodes.html index 29920803..13d3c59d 100644 --- a/docs/docs/api/Classes/SFWBGeometryCodes.html +++ b/docs/docs/api/Classes/SFWBGeometryCodes.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,6 +5045,9 @@

    SFWBGeometryCodes

    Geometry Code utilities to convert between geometry attributes and geometry codes

    +
    @@ -5101,6 +5104,9 @@

    Parameters

    Return Value

    geometry code

    +
    @@ -5156,6 +5162,9 @@

    Parameters

    Return Value

    geometry code

    + @@ -5237,6 +5246,125 @@

    Parameters

    Return Value

    geometry code

    + + + + +
  • +
    + + + + +wkbCodeFromGeometry: + +
    +
    +
    +
    +
    +
    +

    Get the well-known binary writable geometry code from the geometry

    + +
    +
    +

    Declaration

    +
    +

    Objective-C

    +
    + (int)wkbCodeFromGeometry:(SFGeometry *)geometry;
    + +
    +
    +

    Swift

    +
    class func wkbCode(from geometry: SFGeometry!) -> Int32
    + +
    +
    +
    +

    Parameters

    + + + + + + + +
    + + geometry + + +
    +

    geometry

    +
    +
    +
    +
    +

    Return Value

    +

    geometry code

    +
    + +
    +
    +
  • +
  • + +
    +
    +
    +
    +
    +

    Get the well-known binary writable geometry type from the geometry

    + +
    +
    +

    Declaration

    +
    +

    Objective-C

    +
    + (enum SFGeometryType)wkbGeometryTypeFromGeometry:(SFGeometry *)geometry;
    + +
    +
    +

    Swift

    +
    class func wkbGeometryType(from geometry: SFGeometry!) -> SFGeometryType
    + +
    +
    +
    +

    Parameters

    + + + + + + + +
    + + geometry + + +
    +

    geometry

    +
    +
    +
    +
    +

    Return Value

    +

    geometry type

    +
    +
  • @@ -5292,6 +5420,9 @@

    Parameters

    Return Value

    geometry type

    + @@ -5347,6 +5478,9 @@

    Parameters

    Return Value

    true is has Z

    + @@ -5402,6 +5536,9 @@

    Parameters

    Return Value

    true is has M

    + @@ -5458,6 +5595,9 @@

    Parameters

    Return Value

    geometry mode

    + @@ -5466,7 +5606,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/SFWBGeometryReader.html b/docs/docs/api/Classes/SFWBGeometryReader.html index 5df32dda..b5b6dfc5 100644 --- a/docs/docs/api/Classes/SFWBGeometryReader.html +++ b/docs/docs/api/Classes/SFWBGeometryReader.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    SFWBGeometryReader

    Well Known Binary Geometry Reader

    +
    @@ -5100,6 +5103,9 @@

    Parameters

    Return Value

    geometry

    +
    @@ -5168,6 +5174,9 @@

    Parameters

    Return Value

    geometry

    + @@ -5236,6 +5245,9 @@

    Parameters

    Return Value

    geometry

    + @@ -5317,6 +5329,9 @@

    Parameters

    Return Value

    geometry

    + @@ -5368,6 +5383,9 @@

    Parameters

    + @@ -5419,6 +5437,9 @@

    Parameters

    + @@ -5455,6 +5476,9 @@

    Declaration

    Return Value

    byte reader

    + @@ -5491,6 +5515,9 @@

    Declaration

    Return Value

    geometry

    + @@ -5546,6 +5573,9 @@

    Parameters

    Return Value

    geometry

    + @@ -5601,6 +5631,9 @@

    Parameters

    Return Value

    geometry

    + @@ -5669,6 +5702,9 @@

    Parameters

    Return Value

    geometry

    + @@ -5750,6 +5786,9 @@

    Parameters

    Return Value

    geometry

    + @@ -5786,6 +5825,9 @@

    Declaration

    Return Value

    geometry type info

    + @@ -5853,6 +5895,9 @@

    Parameters

    Return Value

    point

    + @@ -5920,6 +5965,9 @@

    Parameters

    Return Value

    line string

    + @@ -6001,6 +6049,9 @@

    Parameters

    Return Value

    line string

    + @@ -6068,6 +6119,9 @@

    Parameters

    Return Value

    polygon

    + @@ -6149,6 +6203,9 @@

    Parameters

    Return Value

    polygon

    + @@ -6216,6 +6273,9 @@

    Parameters

    Return Value

    multi point

    + @@ -6297,6 +6357,9 @@

    Parameters

    Return Value

    multi point

    + @@ -6365,6 +6428,9 @@

    Parameters

    Return Value

    multi line string

    + @@ -6447,6 +6513,9 @@

    Parameters

    Return Value

    multi line string

    + @@ -6514,6 +6583,9 @@

    Parameters

    Return Value

    multi polygon

    + @@ -6596,6 +6668,9 @@

    Parameters

    Return Value

    multi polygon

    + @@ -6664,6 +6739,9 @@

    Parameters

    Return Value

    geometry collection

    + @@ -6746,6 +6824,9 @@

    Parameters

    Return Value

    geometry collection

    + @@ -6813,6 +6894,9 @@

    Parameters

    Return Value

    circular string

    + @@ -6895,6 +6979,9 @@

    Parameters

    Return Value

    circular string

    + @@ -6962,6 +7049,9 @@

    Parameters

    Return Value

    compound curve

    + @@ -7044,6 +7134,9 @@

    Parameters

    Return Value

    compound curve

    + @@ -7111,6 +7204,9 @@

    Parameters

    Return Value

    curve polygon

    + @@ -7193,6 +7289,9 @@

    Parameters

    Return Value

    curve polygon

    + @@ -7261,6 +7360,9 @@

    Parameters

    Return Value

    polyhedral surface

    + @@ -7343,6 +7445,9 @@

    Parameters

    Return Value

    polyhedral surface

    + @@ -7410,6 +7515,9 @@

    Parameters

    Return Value

    TIN

    + @@ -7491,6 +7599,9 @@

    Parameters

    Return Value

    TIN

    + @@ -7558,6 +7669,9 @@

    Parameters

    Return Value

    triangle

    + @@ -7639,6 +7753,9 @@

    Parameters

    Return Value

    triangle

    + @@ -7694,6 +7811,9 @@

    Parameters

    Return Value

    geometry

    + @@ -7762,6 +7882,9 @@

    Parameters

    Return Value

    geometry

    + @@ -7830,6 +7953,9 @@

    Parameters

    Return Value

    geometry

    + @@ -7911,6 +8037,9 @@

    Parameters

    Return Value

    geometry

    + @@ -8005,6 +8134,9 @@

    Parameters

    Return Value

    geometry

    + @@ -8060,6 +8192,9 @@

    Parameters

    Return Value

    geometry type info

    + @@ -8141,6 +8276,9 @@

    Parameters

    Return Value

    point

    + @@ -8222,6 +8360,9 @@

    Parameters

    Return Value

    line string

    + @@ -8316,6 +8457,9 @@

    Parameters

    Return Value

    line string

    + @@ -8397,6 +8541,9 @@

    Parameters

    Return Value

    polygon

    + @@ -8491,6 +8638,9 @@

    Parameters

    Return Value

    polygon

    + @@ -8572,6 +8722,9 @@

    Parameters

    Return Value

    multi point

    + @@ -8666,6 +8819,9 @@

    Parameters

    Return Value

    multi point

    + @@ -8747,6 +8903,9 @@

    Parameters

    Return Value

    multi line string

    + @@ -8842,6 +9001,9 @@

    Parameters

    Return Value

    multi line string

    + @@ -8923,6 +9085,9 @@

    Parameters

    Return Value

    multi polygon

    + @@ -9018,6 +9183,9 @@

    Parameters

    Return Value

    multi polygon

    + @@ -9100,6 +9268,9 @@

    Parameters

    Return Value

    geometry collection

    + @@ -9195,6 +9366,9 @@

    Parameters

    Return Value

    geometry collection

    + @@ -9276,6 +9450,9 @@

    Parameters

    Return Value

    circular string

    + @@ -9371,6 +9548,9 @@

    Parameters

    Return Value

    circular string

    + @@ -9452,6 +9632,9 @@

    Parameters

    Return Value

    compound curve

    + @@ -9547,6 +9730,9 @@

    Parameters

    Return Value

    compound curve

    + @@ -9628,6 +9814,9 @@

    Parameters

    Return Value

    curve polygon

    + @@ -9723,6 +9912,9 @@

    Parameters

    Return Value

    curve polygon

    + @@ -9804,6 +9996,9 @@

    Parameters

    Return Value

    polyhedral surface

    + @@ -9899,6 +10094,9 @@

    Parameters

    Return Value

    polyhedral surface

    + @@ -9980,6 +10178,9 @@

    Parameters

    Return Value

    TIN

    + @@ -10074,6 +10275,9 @@

    Parameters

    Return Value

    TIN

    + @@ -10155,6 +10359,9 @@

    Parameters

    Return Value

    triangle

    + @@ -10249,6 +10456,9 @@

    Parameters

    Return Value

    triangle

    + @@ -10257,7 +10467,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/SFWBGeometryTypeInfo.html b/docs/docs/api/Classes/SFWBGeometryTypeInfo.html index 3adc442f..67b48685 100644 --- a/docs/docs/api/Classes/SFWBGeometryTypeInfo.html +++ b/docs/docs/api/Classes/SFWBGeometryTypeInfo.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    SFWBGeometryTypeInfo

    Geometry type info

    +
    @@ -5135,6 +5138,9 @@

    Parameters

    +
    @@ -5171,6 +5177,9 @@

    Declaration

    Return Value

    geometry type code

    + @@ -5207,6 +5216,9 @@

    Declaration

    Return Value

    geometry type

    + @@ -5243,6 +5255,9 @@

    Declaration

    Return Value

    true if has z values

    + @@ -5279,6 +5294,9 @@

    Declaration

    Return Value

    true if has m values

    + @@ -5287,7 +5305,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/SFWBGeometryWriter.html b/docs/docs/api/Classes/SFWBGeometryWriter.html index 50a69fcd..df6f19d8 100644 --- a/docs/docs/api/Classes/SFWBGeometryWriter.html +++ b/docs/docs/api/Classes/SFWBGeometryWriter.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    SFWBGeometryWriter

    Well Known Binary Geometry Writer

    +
    @@ -5100,6 +5103,9 @@

    Parameters

    Return Value

    well-known bytes

    +
    @@ -5168,6 +5174,9 @@

    Parameters

    Return Value

    well-known bytes

    + @@ -5200,6 +5209,9 @@

    Declaration

    + @@ -5251,6 +5263,9 @@

    Parameters

    + @@ -5302,6 +5317,9 @@

    Parameters

    + @@ -5338,6 +5356,9 @@

    Declaration

    Return Value

    byte writer

    + @@ -5374,6 +5395,9 @@

    Declaration

    Return Value

    written byte data

    + @@ -5406,6 +5430,9 @@

    Declaration

    + @@ -5457,6 +5484,9 @@

    Parameters

    + @@ -5508,6 +5538,9 @@

    Parameters

    + @@ -5559,6 +5592,9 @@

    Parameters

    + @@ -5610,6 +5646,9 @@

    Parameters

    + @@ -5661,6 +5700,9 @@

    Parameters

    + @@ -5712,6 +5754,9 @@

    Parameters

    + @@ -5763,6 +5808,9 @@

    Parameters

    + @@ -5814,6 +5862,9 @@

    Parameters

    + @@ -5865,6 +5916,9 @@

    Parameters

    + @@ -5916,6 +5970,9 @@

    Parameters

    + @@ -5967,6 +6024,9 @@

    Parameters

    + @@ -6018,6 +6078,9 @@

    Parameters

    + @@ -6069,6 +6132,9 @@

    Parameters

    + @@ -6120,6 +6186,9 @@

    Parameters

    + @@ -6183,6 +6252,9 @@

    Parameters

    + @@ -6246,6 +6318,9 @@

    Parameters

    + @@ -6310,6 +6385,9 @@

    Parameters

    + @@ -6373,6 +6451,9 @@

    Parameters

    + @@ -6437,6 +6518,9 @@

    Parameters

    + @@ -6501,6 +6585,9 @@

    Parameters

    + @@ -6565,6 +6652,9 @@

    Parameters

    + @@ -6629,6 +6719,9 @@

    Parameters

    + @@ -6693,6 +6786,9 @@

    Parameters

    + @@ -6757,6 +6853,9 @@

    Parameters

    + @@ -6821,6 +6920,9 @@

    Parameters

    + @@ -6885,6 +6987,9 @@

    Parameters

    + @@ -6948,6 +7053,9 @@

    Parameters

    + @@ -7011,6 +7119,9 @@

    Parameters

    + @@ -7019,7 +7130,7 @@

    Parameters

    diff --git a/docs/docs/api/Classes/TIFFByteReader.html b/docs/docs/api/Classes/TIFFByteReader.html index 8ab90756..9d79f0da 100644 --- a/docs/docs/api/Classes/TIFFByteReader.html +++ b/docs/docs/api/Classes/TIFFByteReader.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    TIFFByteReader

    Read through byte data

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5109,6 +5115,9 @@

    Declaration

    + @@ -5141,6 +5150,9 @@

    Declaration

    + @@ -5196,6 +5208,9 @@

    Parameters

    Return Value

    new byte reader

    + @@ -5264,6 +5279,9 @@

    Parameters

    Return Value

    new byte reader

    + @@ -5300,6 +5318,9 @@

    Declaration

    Return Value

    true more bytes left to read

    + @@ -5355,6 +5376,9 @@

    Parameters

    Return Value

    true more bytes left to read

    + @@ -5410,6 +5434,9 @@

    Parameters

    Return Value

    true if has at least the number of bytes left

    + @@ -5477,6 +5504,9 @@

    Parameters

    Return Value

    true if has at least the number of bytes left

    + @@ -5533,6 +5563,9 @@

    Return Value

    String @throws UnsupportedEncodingException

    + @@ -5601,6 +5634,9 @@

    Return Value

    String @throws UnsupportedEncodingException

    + @@ -5637,6 +5673,9 @@

    Declaration

    Return Value

    byte

    + @@ -5692,6 +5731,9 @@

    Parameters

    Return Value

    byte

    + @@ -5728,6 +5770,9 @@

    Declaration

    Return Value

    unsigned byte as short

    + @@ -5783,6 +5828,9 @@

    Parameters

    Return Value

    unsigned byte as short

    + @@ -5838,6 +5886,9 @@

    Parameters

    Return Value

    bytes

    + @@ -5905,6 +5956,9 @@

    Parameters

    Return Value

    bytes

    + @@ -5941,6 +5995,9 @@

    Declaration

    Return Value

    short

    + @@ -5996,6 +6053,9 @@

    Parameters

    Return Value

    short

    + @@ -6032,6 +6092,9 @@

    Declaration

    Return Value

    unsigned short as int

    + @@ -6087,6 +6150,9 @@

    Parameters

    Return Value

    unsigned short as int

    + @@ -6123,6 +6189,9 @@

    Declaration

    Return Value

    integer

    + @@ -6178,6 +6247,9 @@

    Parameters

    Return Value

    integer

    + @@ -6214,6 +6286,9 @@

    Declaration

    Return Value

    unsigned int as long

    + @@ -6269,6 +6344,9 @@

    Parameters

    Return Value

    unsigned int as long

    + @@ -6305,6 +6383,9 @@

    Declaration

    Return Value

    float

    + @@ -6360,6 +6441,9 @@

    Parameters

    Return Value

    float

    + @@ -6396,6 +6480,9 @@

    Declaration

    Return Value

    double

    + @@ -6451,6 +6538,9 @@

    Parameters

    Return Value

    double

    + @@ -6487,6 +6577,9 @@

    Declaration

    Return Value

    byte length

    + @@ -6495,7 +6588,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/TIFFByteWriter.html b/docs/docs/api/Classes/TIFFByteWriter.html index ac642fbc..d63b7bcc 100644 --- a/docs/docs/api/Classes/TIFFByteWriter.html +++ b/docs/docs/api/Classes/TIFFByteWriter.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    TIFFByteWriter

    Write byte data

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5109,6 +5115,9 @@

    Declaration

    + @@ -5141,6 +5150,9 @@

    Declaration

    + @@ -5177,6 +5189,9 @@

    Declaration

    Return Value

    new byte writer

    + @@ -5232,6 +5247,9 @@

    Parameters

    Return Value

    new byte writer

    + @@ -5264,6 +5282,9 @@

    Declaration

    + @@ -5300,6 +5321,9 @@

    Declaration

    Return Value

    byte data

    + @@ -5336,6 +5360,9 @@

    Declaration

    Return Value

    bytes written

    + @@ -5391,6 +5418,9 @@

    Parameters

    Return Value

    bytes written

    + @@ -5442,6 +5472,9 @@

    Parameters

    + @@ -5493,6 +5526,9 @@

    Parameters

    + @@ -5544,6 +5580,9 @@

    Parameters

    + @@ -5595,6 +5634,9 @@

    Parameters

    + @@ -5646,6 +5688,9 @@

    Parameters

    + @@ -5697,6 +5742,9 @@

    Parameters

    + @@ -5748,6 +5796,9 @@

    Parameters

    + @@ -5799,6 +5850,9 @@

    Parameters

    + @@ -5850,6 +5904,9 @@

    Parameters

    + @@ -5901,6 +5958,9 @@

    Parameters

    + @@ -5952,6 +6012,9 @@

    Parameters

    + @@ -6003,6 +6066,9 @@

    Parameters

    + @@ -6054,6 +6120,9 @@

    Parameters

    + @@ -6105,6 +6174,9 @@

    Parameters

    + @@ -6156,6 +6228,9 @@

    Parameters

    + @@ -6207,6 +6282,9 @@

    Parameters

    + @@ -6258,6 +6336,9 @@

    Parameters

    + @@ -6266,7 +6347,7 @@

    Parameters

    diff --git a/docs/docs/api/Classes/TIFFFieldTagTypes.html b/docs/docs/api/Classes/TIFFFieldTagTypes.html index 39ae5d00..85f003ae 100644 --- a/docs/docs/api/Classes/TIFFFieldTagTypes.html +++ b/docs/docs/api/Classes/TIFFFieldTagTypes.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    TIFFFieldTagTypes

    Field Tag Types

    +
    @@ -5100,6 +5103,9 @@

    Parameters

    Return Value

    tag id

    +
    @@ -5155,6 +5161,9 @@

    Parameters

    Return Value

    true if array type

    + @@ -5210,6 +5219,9 @@

    Parameters

    Return Value

    field tag type

    + @@ -5218,7 +5230,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/TIFFFieldTypes.html b/docs/docs/api/Classes/TIFFFieldTypes.html index d1db9c7d..b2f8d209 100644 --- a/docs/docs/api/Classes/TIFFFieldTypes.html +++ b/docs/docs/api/Classes/TIFFFieldTypes.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    TIFFFieldTypes

    Field Types

    +
    @@ -5100,6 +5103,9 @@

    Parameters

    Return Value

    field type value

    +
    @@ -5155,6 +5161,9 @@

    Parameters

    Return Value

    number of bytes

    + @@ -5210,6 +5219,9 @@

    Parameters

    Return Value

    number of bits

    + @@ -5265,6 +5277,9 @@

    Parameters

    Return Value

    field type

    + @@ -5333,6 +5348,9 @@

    Parameters

    Return Value

    field type

    + @@ -5388,6 +5406,9 @@

    Parameters

    Return Value

    sample format

    + @@ -5396,7 +5417,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/TIFFFileDirectory.html b/docs/docs/api/Classes/TIFFFileDirectory.html index b9772e89..dd0134de 100644 --- a/docs/docs/api/Classes/TIFFFileDirectory.html +++ b/docs/docs/api/Classes/TIFFFileDirectory.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,6 +5045,9 @@

    TIFFFileDirectory

    File Directory, represents all directory entries and can be used to read the image raster

    +
    @@ -5078,6 +5081,9 @@

    Declaration

    +
    @@ -5143,6 +5149,9 @@

    Parameters

    + @@ -5221,6 +5230,9 @@

    Parameters

    + @@ -5253,6 +5265,9 @@

    Declaration

    + @@ -5304,6 +5319,9 @@

    Parameters

    + @@ -5369,6 +5387,9 @@

    Parameters

    + @@ -5420,6 +5441,9 @@

    Parameters

    + @@ -5472,6 +5496,9 @@

    Parameters

    + @@ -5508,6 +5535,9 @@

    Declaration

    Return Value

    byte reader

    + @@ -5544,6 +5574,9 @@

    Declaration

    Return Value

    true if tiled

    + @@ -5580,6 +5613,9 @@

    Declaration

    Return Value

    compression decoder

    + @@ -5616,6 +5652,9 @@

    Declaration

    Return Value

    entry count

    + @@ -5672,6 +5711,9 @@

    Parameters

    Return Value

    file directory entry

    + @@ -5708,6 +5750,9 @@

    Declaration

    Return Value

    file directory entries

    + @@ -5744,6 +5789,9 @@

    Declaration

    Return Value

    field tag type mapping

    + @@ -5780,6 +5828,9 @@

    Declaration

    Return Value

    image width

    + @@ -5831,6 +5882,9 @@

    Parameters

    + @@ -5882,6 +5936,9 @@

    Parameters

    + @@ -5918,6 +5975,9 @@

    Declaration

    Return Value

    image height

    + @@ -5969,6 +6029,9 @@

    Parameters

    + @@ -6020,6 +6083,9 @@

    Parameters

    + @@ -6056,6 +6122,9 @@

    Declaration

    Return Value

    bits per sample

    + @@ -6107,6 +6176,9 @@

    Parameters

    + @@ -6158,6 +6230,9 @@

    Parameters

    + @@ -6194,6 +6269,9 @@

    Declaration

    Return Value

    max bits per sample

    + @@ -6230,6 +6308,9 @@

    Declaration

    Return Value

    compression

    + @@ -6281,6 +6362,9 @@

    Parameters

    + @@ -6317,6 +6401,9 @@

    Declaration

    Return Value

    photometric interpretation

    + @@ -6368,6 +6455,9 @@

    Parameters

    + @@ -6404,6 +6494,9 @@

    Declaration

    Return Value

    strip offsets

    + @@ -6455,6 +6548,9 @@

    Parameters

    + @@ -6506,6 +6602,9 @@

    Parameters

    + @@ -6557,6 +6656,9 @@

    Parameters

    + @@ -6608,6 +6710,9 @@

    Parameters

    + @@ -6644,6 +6749,9 @@

    Declaration

    Return Value

    samples per pixel

    + @@ -6695,6 +6803,9 @@

    Parameters

    + @@ -6731,6 +6842,9 @@

    Declaration

    Return Value

    rows per strip

    + @@ -6782,6 +6896,9 @@

    Parameters

    + @@ -6833,6 +6950,9 @@

    Parameters

    + @@ -6869,6 +6989,9 @@

    Declaration

    Return Value

    strip byte counts

    + @@ -6920,6 +7043,9 @@

    Parameters

    + @@ -6971,6 +7097,9 @@

    Parameters

    + @@ -7022,6 +7151,9 @@

    Parameters

    + @@ -7073,6 +7205,9 @@

    Parameters

    + @@ -7109,6 +7244,9 @@

    Declaration

    Return Value

    x resolution

    + @@ -7160,6 +7298,9 @@

    Parameters

    + @@ -7211,6 +7352,9 @@

    Parameters

    + @@ -7247,6 +7391,9 @@

    Declaration

    Return Value

    y resolution

    + @@ -7298,6 +7445,9 @@

    Parameters

    + @@ -7349,6 +7499,9 @@

    Parameters

    + @@ -7385,6 +7538,9 @@

    Declaration

    Return Value

    planar configuration

    + @@ -7436,6 +7592,9 @@

    Parameters

    + @@ -7472,6 +7631,9 @@

    Declaration

    Return Value

    resolution unit

    + @@ -7523,6 +7685,9 @@

    Parameters

    + @@ -7559,6 +7724,9 @@

    Declaration

    Return Value

    model pixel scale

    + @@ -7610,6 +7778,9 @@

    Parameters

    + @@ -7646,6 +7817,9 @@

    Declaration

    Return Value

    model tiepoint

    + @@ -7697,6 +7871,9 @@

    Parameters

    + @@ -7733,6 +7910,9 @@

    Declaration

    Return Value

    color map

    + @@ -7784,6 +7964,9 @@

    Parameters

    + @@ -7835,6 +8018,9 @@

    Parameters

    + @@ -7871,6 +8057,9 @@

    Declaration

    Return Value

    tile width

    + @@ -7922,6 +8111,9 @@

    Parameters

    + @@ -7973,6 +8165,9 @@

    Parameters

    + @@ -8009,6 +8204,9 @@

    Declaration

    Return Value

    tile height

    + @@ -8060,6 +8258,9 @@

    Parameters

    + @@ -8111,6 +8312,9 @@

    Parameters

    + @@ -8147,6 +8351,9 @@

    Declaration

    Return Value

    tile offsets

    + @@ -8198,6 +8405,9 @@

    Parameters

    + @@ -8249,6 +8459,9 @@

    Parameters

    + @@ -8285,6 +8498,9 @@

    Declaration

    Return Value

    tile byte counts

    + @@ -8336,6 +8552,9 @@

    Parameters

    + @@ -8387,6 +8606,9 @@

    Parameters

    + @@ -8438,6 +8660,9 @@

    Parameters

    + @@ -8489,6 +8714,9 @@

    Parameters

    + @@ -8525,6 +8753,9 @@

    Declaration

    Return Value

    sample format

    + @@ -8576,6 +8807,9 @@

    Parameters

    + @@ -8627,6 +8861,9 @@

    Parameters

    + @@ -8663,6 +8900,9 @@

    Declaration

    Return Value

    max sample format

    + @@ -8699,6 +8939,9 @@

    Declaration

    Return Value

    predictor

    + @@ -8750,6 +8993,9 @@

    Parameters

    + @@ -8786,6 +9032,9 @@

    Declaration

    Return Value

    rasters

    + @@ -8822,6 +9071,9 @@

    Declaration

    Return Value

    rasters

    + @@ -8877,6 +9129,9 @@

    Parameters

    Return Value

    rasters

    + @@ -8932,6 +9187,9 @@

    Parameters

    Return Value

    rasters

    + @@ -8987,6 +9245,9 @@

    Parameters

    Return Value

    rasters

    + @@ -9043,6 +9304,9 @@

    Parameters

    Return Value

    rasters

    + @@ -9111,6 +9375,9 @@

    Parameters

    Return Value

    rasters

    + @@ -9180,6 +9447,9 @@

    Parameters

    Return Value

    rasters

    + @@ -9248,6 +9518,9 @@

    Parameters

    Return Value

    rasters

    + @@ -9329,6 +9602,9 @@

    Parameters

    Return Value

    rasters

    + @@ -9410,6 +9686,9 @@

    Parameters

    Return Value

    rasters

    + @@ -9504,6 +9783,9 @@

    Parameters

    Return Value

    rasters

    + @@ -9559,6 +9841,9 @@

    Parameters

    Return Value

    field type

    + @@ -9614,6 +9899,9 @@

    Parameters

    Return Value

    short value

    + @@ -9678,6 +9966,9 @@

    Parameters

    + @@ -9733,6 +10024,9 @@

    Parameters

    Return Value

    number value

    + @@ -9797,6 +10091,9 @@

    Parameters

    + @@ -9852,6 +10149,9 @@

    Parameters

    Return Value

    string value

    + @@ -9916,6 +10216,9 @@

    Parameters

    + @@ -9972,6 +10275,9 @@

    Parameters

    Return Value

    short list value

    + @@ -10036,6 +10342,9 @@

    Parameters

    + @@ -10092,6 +10401,9 @@

    Parameters

    Return Value

    max short value

    + @@ -10148,6 +10460,9 @@

    Parameters

    Return Value

    number list value

    + @@ -10212,6 +10527,9 @@

    Parameters

    + @@ -10268,6 +10586,9 @@

    Parameters

    Return Value

    long list value

    + @@ -10332,6 +10653,9 @@

    Parameters

    + @@ -10396,6 +10720,9 @@

    Parameters

    + @@ -10432,6 +10759,9 @@

    Declaration

    Return Value

    size in bytes

    + @@ -10469,6 +10799,9 @@

    Declaration

    Return Value

    size in bytes

    + @@ -10477,7 +10810,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/TIFFFileDirectoryEntry.html b/docs/docs/api/Classes/TIFFFileDirectoryEntry.html index 7b8c0d58..c9f9d212 100644 --- a/docs/docs/api/Classes/TIFFFileDirectoryEntry.html +++ b/docs/docs/api/Classes/TIFFFileDirectoryEntry.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    TIFFFileDirectoryEntry

    TIFF File Directory Entry

    +
    @@ -5135,6 +5138,9 @@

    Parameters

    +
    @@ -5171,6 +5177,9 @@

    Declaration

    Return Value

    field tag type

    + @@ -5207,6 +5216,9 @@

    Declaration

    Return Value

    field type

    + @@ -5243,6 +5255,9 @@

    Declaration

    Return Value

    type count

    + @@ -5279,6 +5294,9 @@

    Declaration

    Return Value

    values

    + @@ -5316,6 +5334,9 @@

    Declaration

    Return Value

    size in bytes

    + @@ -5352,6 +5373,9 @@

    Declaration

    Return Value

    size in bytes

    + @@ -5360,7 +5384,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/TIFFIOUtils.html b/docs/docs/api/Classes/TIFFIOUtils.html index d338d487..9ceeda32 100644 --- a/docs/docs/api/Classes/TIFFIOUtils.html +++ b/docs/docs/api/Classes/TIFFIOUtils.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5088,6 +5088,9 @@

    TIFFIOUtils

    Undocumented

    +
    @@ -5152,6 +5155,9 @@

    Parameters

    +
    @@ -5215,6 +5221,9 @@

    Parameters

    + @@ -5270,6 +5279,9 @@

    Parameters

    Return Value

    byte data

    + @@ -5325,6 +5337,9 @@

    Parameters

    Return Value

    input stream byte data

    + @@ -5389,6 +5404,9 @@

    Parameters

    + @@ -5397,7 +5415,7 @@

    Parameters

    diff --git a/docs/docs/api/Classes/TIFFImage.html b/docs/docs/api/Classes/TIFFImage.html index 4a167ee7..9edc35a0 100644 --- a/docs/docs/api/Classes/TIFFImage.html +++ b/docs/docs/api/Classes/TIFFImage.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    TIFFImage

    TIFF Image containing the File Directories

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5128,6 +5134,9 @@

    Parameters

    + @@ -5180,6 +5189,9 @@

    Parameters

    + @@ -5231,6 +5243,9 @@

    Parameters

    + @@ -5267,6 +5282,9 @@

    Declaration

    Return Value

    file directories

    + @@ -5303,6 +5321,9 @@

    Declaration

    Return Value

    file directory

    + @@ -5358,6 +5379,9 @@

    Parameters

    Return Value

    file directory

    + @@ -5394,6 +5418,9 @@

    Declaration

    Return Value

    size in bytes

    + @@ -5431,6 +5458,9 @@

    Declaration

    Return Value

    size in bytes

    + @@ -5439,7 +5469,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/TIFFImageWindow.html b/docs/docs/api/Classes/TIFFImageWindow.html index a8013d90..199ecf23 100644 --- a/docs/docs/api/Classes/TIFFImageWindow.html +++ b/docs/docs/api/Classes/TIFFImageWindow.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    TIFFImageWindow

    Coordinates of a window over a portion or the entire image coordinates

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5109,6 +5115,9 @@

    Declaration

    + @@ -5141,6 +5150,9 @@

    Declaration

    + @@ -5173,6 +5185,9 @@

    Declaration

    + @@ -5263,6 +5278,9 @@

    Parameters

    + @@ -5326,6 +5344,9 @@

    Parameters

    + @@ -5377,6 +5398,9 @@

    Parameters

    + @@ -5385,7 +5409,7 @@

    Parameters

    diff --git a/docs/docs/api/Classes/TIFFPredictor.html b/docs/docs/api/Classes/TIFFPredictor.html index 2a1abbc5..8836fa1e 100644 --- a/docs/docs/api/Classes/TIFFPredictor.html +++ b/docs/docs/api/Classes/TIFFPredictor.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    TIFFPredictor

    Differencing Predictor decoder

    +
    @@ -5165,6 +5168,9 @@

    Parameters

    Return Value

    decoded or original bytes

    +
    @@ -5173,7 +5179,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/TIFFRasters.html b/docs/docs/api/Classes/TIFFRasters.html index ed92760e..94bc7d7e 100644 --- a/docs/docs/api/Classes/TIFFRasters.html +++ b/docs/docs/api/Classes/TIFFRasters.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    TIFFRasters

    Raster image values

    +
    @@ -5148,6 +5151,9 @@

    Parameters

    +
    @@ -5251,6 +5257,9 @@

    Parameters

    + @@ -5367,6 +5376,9 @@

    Parameters

    + @@ -5457,6 +5469,9 @@

    Parameters

    + @@ -5547,6 +5562,9 @@

    Parameters

    + @@ -5583,6 +5601,9 @@

    Declaration

    Return Value

    true if results exist

    + @@ -5619,6 +5640,9 @@

    Declaration

    Return Value

    true if results exist

    + @@ -5696,6 +5720,9 @@

    Parameters

    + @@ -5759,6 +5786,9 @@

    Parameters

    + @@ -5795,6 +5825,9 @@

    Declaration

    Return Value

    width

    + @@ -5831,6 +5864,9 @@

    Declaration

    Return Value

    height

    + @@ -5867,6 +5903,9 @@

    Declaration

    Return Value

    number of pixels

    + @@ -5903,6 +5942,9 @@

    Declaration

    Return Value

    samples per pixel

    + @@ -5939,6 +5981,9 @@

    Declaration

    Return Value

    bits per sample

    + @@ -5975,6 +6020,9 @@

    Declaration

    Return Value

    sample values

    + @@ -6027,6 +6075,9 @@

    Parameters

    + @@ -6063,6 +6114,9 @@

    Declaration

    Return Value

    interleaved values

    + @@ -6114,6 +6168,9 @@

    Parameters

    + @@ -6181,6 +6238,9 @@

    Parameters

    Return Value

    pixel sample values

    + @@ -6256,6 +6316,9 @@

    Parameters

    + @@ -6335,6 +6398,9 @@

    Parameters

    Return Value

    pixel sample

    + @@ -6425,6 +6491,9 @@

    Parameters

    + @@ -6493,6 +6562,9 @@

    Parameters

    Return Value

    first pixel sample

    + @@ -6569,6 +6641,9 @@

    Parameters

    + @@ -6636,6 +6711,9 @@

    Parameters

    Return Value

    sample index

    + @@ -6703,6 +6781,9 @@

    Parameters

    Return Value

    interleave index

    + @@ -6739,6 +6820,9 @@

    Declaration

    Return Value

    bytes

    + @@ -6775,6 +6859,9 @@

    Declaration

    Return Value

    bytes

    + @@ -6830,6 +6917,9 @@

    Parameters

    Return Value

    bytes

    + @@ -6885,6 +6975,9 @@

    Parameters

    Return Value

    rows per strip

    + @@ -6953,6 +7046,9 @@

    Parameters

    Return Value

    rows per strip

    + @@ -7031,6 +7127,9 @@

    Parameters

    + @@ -7096,6 +7195,9 @@

    Parameters

    + @@ -7174,6 +7276,9 @@

    Parameters

    + @@ -7239,6 +7344,9 @@

    Parameters

    + @@ -7309,6 +7417,9 @@

    Parameters

    Return Value

    bits per sample array

    + @@ -7317,7 +7428,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/TIFFReader.html b/docs/docs/api/Classes/TIFFReader.html index 81031ee6..7afe7f4b 100644 --- a/docs/docs/api/Classes/TIFFReader.html +++ b/docs/docs/api/Classes/TIFFReader.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    TIFFReader

    TIFF reader

    +
    @@ -5100,6 +5103,9 @@

    Parameters

    Return Value

    TIFF image

    +
    @@ -5167,6 +5173,9 @@

    Parameters

    Return Value

    TIFF image

    + @@ -5222,6 +5231,9 @@

    Parameters

    Return Value

    TIFF image

    + @@ -5289,6 +5301,9 @@

    Parameters

    Return Value

    TIFF image

    + @@ -5344,6 +5359,9 @@

    Parameters

    Return Value

    TIFF image

    + @@ -5411,6 +5429,9 @@

    Parameters

    Return Value

    TIFF image

    + @@ -5466,6 +5487,9 @@

    Parameters

    Return Value

    TIFF image

    + @@ -5533,6 +5557,9 @@

    Parameters

    Return Value

    TIFF image

    + @@ -5541,7 +5568,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/TIFFUnsupportedCompression.html b/docs/docs/api/Classes/TIFFUnsupportedCompression.html index e86dc1f0..d3c0bde2 100644 --- a/docs/docs/api/Classes/TIFFUnsupportedCompression.html +++ b/docs/docs/api/Classes/TIFFUnsupportedCompression.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,6 +5045,9 @@

    TIFFUnsupportedCompression

    Unsupported compression

    +
    @@ -5101,6 +5104,9 @@

    Parameters

    Return Value

    new unsupported compression

    +
    @@ -5109,7 +5115,7 @@

    Return Value

    diff --git a/docs/docs/api/Classes/TIFFWriter.html b/docs/docs/api/Classes/TIFFWriter.html index 5d73df46..33ca6160 100644 --- a/docs/docs/api/Classes/TIFFWriter.html +++ b/docs/docs/api/Classes/TIFFWriter.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5053,6 +5053,9 @@

    TIFFWriter

    The Rasters calculateRowsPerStrip(int) and Rasters calculateRowsPerStrip(int, int) methods provide a mechanism for determining a FileDirectory rowsPerStrip setting.

    +
    @@ -5117,6 +5120,9 @@

    Parameters

    +
    @@ -5194,6 +5200,9 @@

    Parameters

    + @@ -5249,6 +5258,9 @@

    Parameters

    Return Value

    tiff bytes

    + @@ -5317,6 +5329,9 @@

    Parameters

    Return Value

    tiff bytes

    + @@ -5381,6 +5396,9 @@

    Parameters

    + @@ -5389,7 +5407,7 @@

    Parameters

    diff --git a/docs/docs/api/Constants.html b/docs/docs/api/Constants.html index e4a84de3..eb8d7003 100644 --- a/docs/docs/api/Constants.html +++ b/docs/docs/api/Constants.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5039,9 +5039,9 @@

    Constants

  • @@ -5049,31 +5049,34 @@

    Constants

    -

    Axis Direction Type names

    +

    id property name

    Declaration

    Objective-C

    -
    extern NSString *const CRS_AXIS_AFT_NAME
    +
    extern NSString *const OAF_ID

    Swift

    -
    let CRS_AXIS_AFT_NAME: String
    +
    let OAF_ID: String
    +
  • @@ -5081,31 +5084,34 @@

    Declaration

    -

    Undocumented

    +

    description property name

    Declaration

    Objective-C

    -
    extern NSString * const CRS_AXIS_AWAY_FROM_NAME
    +
    extern NSString *const OAF_DESCRIPTION

    Swift

    -
    let CRS_AXIS_AWAY_FROM_NAME: String
    +
    let OAF_DESCRIPTION: String
    +
  • @@ -5113,31 +5119,34 @@

    Declaration

    -

    Undocumented

    +

    extent property name

    Declaration

    Objective-C

    -
    extern NSString * const CRS_AXIS_CLOCKWISE_NAME
    +
    extern NSString *const OAF_EXTENT

    Swift

    -
    let CRS_AXIS_CLOCKWISE_NAME: String
    +
    let OAF_EXTENT: String
    +
  • @@ -5145,31 +5154,34 @@

    Declaration

    -

    Undocumented

    +

    item type property name

    Declaration

    Objective-C

    -
    extern NSString * const CRS_AXIS_COLUMN_NEGATIVE_NAME
    +
    extern NSString *const OAF_ITEM_TYPE

    Swift

    -
    let CRS_AXIS_COLUMN_NEGATIVE_NAME: String
    +
    let OAF_ITEM_TYPE: String
    +
  • @@ -5177,31 +5189,34 @@

    Declaration

    -

    Undocumented

    +

    collections property name

    Declaration

    Objective-C

    -
    extern NSString * const CRS_AXIS_COLUMN_POSITIVE_NAME
    +
    extern NSString *const OAF_COLLECTIONS

    Swift

    -
    let CRS_AXIS_COLUMN_POSITIVE_NAME: String
    +
    let OAF_COLLECTIONS: String
    +
  • @@ -5209,31 +5224,34 @@

    Declaration

    -

    Undocumented

    +

    CRS pattern

    Declaration

    Objective-C

    -
    extern NSString * const CRS_AXIS_COUNTER_CLOCKWISE_NAME
    +
    extern NSString *const OAF_CRS_PATTERN

    Swift

    -
    let CRS_AXIS_COUNTER_CLOCKWISE_NAME: String
    +
    let OAF_CRS_PATTERN: String
    +
  • @@ -5241,31 +5259,34 @@

    Declaration

    -

    Undocumented

    +

    CRS pattern authority group

    Declaration

    Objective-C

    -
    extern NSString * const CRS_AXIS_DISPLAY_DOWN_NAME
    +
    extern const int OAF_CRS_PATTERN_AUTHORITY_GROUP

    Swift

    -
    let CRS_AXIS_DISPLAY_DOWN_NAME: String
    +
    let OAF_CRS_PATTERN_AUTHORITY_GROUP: Int32
    +
  • @@ -5273,31 +5294,34 @@

    Declaration

    -

    Undocumented

    +

    CRS pattern code group

    Declaration

    Objective-C

    -
    extern NSString * const CRS_AXIS_DISPLAY_LEFT_NAME
    +
    extern const int OAF_CRS_PATTERN_VERSION_GROUP

    Swift

    -
    let CRS_AXIS_DISPLAY_LEFT_NAME: String
    +
    let OAF_CRS_PATTERN_VERSION_GROUP: Int32
    +
  • @@ -5305,31 +5329,34 @@

    Declaration

    -

    Undocumented

    +

    CRS pattern code group

    Declaration

    Objective-C

    -
    extern NSString * const CRS_AXIS_DISPLAY_RIGHT_NAME
    +
    extern const int OAF_CRS_PATTERN_CODE_GROUP

    Swift

    -
    let CRS_AXIS_DISPLAY_RIGHT_NAME: String
    +
    let OAF_CRS_PATTERN_CODE_GROUP: Int32
    +
  • @@ -5337,31 +5364,34 @@

    Declaration

    -

    Undocumented

    +

    Base CRS URL

    Declaration

    Objective-C

    -
    extern NSString * const CRS_AXIS_DISPLAY_UP_NAME
    +
    extern NSString *const OAF_CRS_BASE_URL

    Swift

    -
    let CRS_AXIS_DISPLAY_UP_NAME: String
    +
    let OAF_CRS_BASE_URL: String
    +
  • @@ -5369,31 +5399,34 @@

    Declaration

    -

    Undocumented

    +

    spatial property name

    Declaration

    Objective-C

    -
    extern NSString * const CRS_AXIS_DOWN_NAME
    +
    extern NSString *const OAF_SPATIAL

    Swift

    -
    let CRS_AXIS_DOWN_NAME: String
    +
    let OAF_SPATIAL: String
    +
  • @@ -5401,31 +5434,34 @@

    Declaration

    -

    Undocumented

    +

    temporal property name

    Declaration

    Objective-C

    -
    extern NSString * const CRS_AXIS_EAST_NAME
    +
    extern NSString *const OAF_TEMPORAL

    Swift

    -
    let CRS_AXIS_EAST_NAME: String
    +
    let OAF_TEMPORAL: String
    +
  • @@ -5433,31 +5469,34 @@

    Declaration

    -

    Undocumented

    +

    Links property name

    Declaration

    Objective-C

    -
    extern NSString * const CRS_AXIS_EAST_NORTH_EAST_NAME
    +
    extern NSString *const OAF_LINKS

    Swift

    -
    let CRS_AXIS_EAST_NORTH_EAST_NAME: String
    +
    let OAF_LINKS: String
    +
  • @@ -5465,31 +5504,34 @@

    Declaration

    -

    Undocumented

    +

    Time Stamp property name

    Declaration

    Objective-C

    -
    extern NSString * const CRS_AXIS_EAST_SOUTH_EAST_NAME
    +
    extern NSString *const OAF_TIME_STAMP

    Swift

    -
    let CRS_AXIS_EAST_SOUTH_EAST_NAME: String
    +
    let OAF_TIME_STAMP: String
    +
  • @@ -5497,31 +5539,34 @@

    Declaration

    -

    Undocumented

    +

    Number Matched property name

    Declaration

    Objective-C

    -
    extern NSString * const CRS_AXIS_FORWARD_NAME
    +
    extern NSString *const OAF_NUMBER_MATCHED

    Swift

    -
    let CRS_AXIS_FORWARD_NAME: String
    +
    let OAF_NUMBER_MATCHED: String
    +
  • @@ -5529,31 +5574,34 @@

    Declaration

    -

    Undocumented

    +

    Number Returned property name

    Declaration

    Objective-C

    -
    extern NSString * const CRS_AXIS_FUTURE_NAME
    +
    extern NSString *const OAF_NUMBER_RETURNED

    Swift

    -
    let CRS_AXIS_FUTURE_NAME: String
    +
    let OAF_NUMBER_RETURNED: String
    +
  • @@ -5561,31 +5609,34 @@

    Declaration

    -

    Undocumented

    +

    Link relation for next

    Declaration

    Objective-C

    -
    extern NSString * const CRS_AXIS_GEOCENTRIC_X_NAME
    +
    extern NSString *const OAF_LINK_RELATION_NEXT

    Swift

    -
    let CRS_AXIS_GEOCENTRIC_X_NAME: String
    +
    let OAF_LINK_RELATION_NEXT: String
    +
  • @@ -5593,31 +5644,34 @@

    Declaration

    -

    Undocumented

    +

    Limit default

    Declaration

    Objective-C

    -
    extern NSString * const CRS_AXIS_GEOCENTRIC_Y_NAME
    +
    extern const int OAF_LIMIT_DEFAULT

    Swift

    -
    let CRS_AXIS_GEOCENTRIC_Y_NAME: String
    +
    let OAF_LIMIT_DEFAULT: Int32
    +
  • @@ -5625,31 +5679,34 @@

    Declaration

    -

    Undocumented

    +

    href property name

    Declaration

    Objective-C

    -
    extern NSString * const CRS_AXIS_GEOCENTRIC_Z_NAME
    +
    extern NSString *const OAF_HREF

    Swift

    -
    let CRS_AXIS_GEOCENTRIC_Z_NAME: String
    +
    let OAF_HREF: String
    +
  • @@ -5657,31 +5714,34 @@

    Declaration

    -

    Undocumented

    +

    rel property name

    Declaration

    Objective-C

    -
    extern NSString * const CRS_AXIS_NORTH_NAME
    +
    extern NSString *const OAF_REL

    Swift

    -
    let CRS_AXIS_NORTH_NAME: String
    +
    let OAF_REL: String
    +
  • @@ -5689,31 +5749,34 @@

    Declaration

    -

    Undocumented

    +

    type property name

    Declaration

    Objective-C

    -
    extern NSString * const CRS_AXIS_NORTH_EAST_NAME
    +
    extern NSString *const OAF_TYPE

    Swift

    -
    let CRS_AXIS_NORTH_EAST_NAME: String
    +
    let OAF_TYPE: String
    +
  • @@ -5721,31 +5784,34 @@

    Declaration

    -

    Undocumented

    +

    hreflang property name

    Declaration

    Objective-C

    -
    extern NSString * const CRS_AXIS_NORTH_NORTH_EAST_NAME
    +
    extern NSString *const OAF_HREFLANG

    Swift

    -
    let CRS_AXIS_NORTH_NORTH_EAST_NAME: String
    +
    let OAF_HREFLANG: String
    +
  • @@ -5753,31 +5819,34 @@

    Declaration

    -

    Undocumented

    +

    title property name

    Declaration

    Objective-C

    -
    extern NSString * const CRS_AXIS_NORTH_NORTH_WEST_NAME
    +
    extern NSString *const OAF_TITLE

    Swift

    -
    let CRS_AXIS_NORTH_NORTH_WEST_NAME: String
    +
    let OAF_TITLE: String
    +
  • @@ -5785,31 +5854,34 @@

    Declaration

    -

    Undocumented

    +

    length property name

    Declaration

    Objective-C

    -
    extern NSString * const CRS_AXIS_NORTH_WEST_NAME
    +
    extern NSString *const OAF_LENGTH

    Swift

    -
    let CRS_AXIS_NORTH_WEST_NAME: String
    +
    let OAF_LENGTH: String
    +
  • @@ -5817,31 +5889,34 @@

    Declaration

    -

    Undocumented

    +

    bbox property name

    Declaration

    Objective-C

    -
    extern NSString * const CRS_AXIS_PAST_NAME
    +
    extern NSString *const OAF_BBOX

    Swift

    -
    let CRS_AXIS_PAST_NAME: String
    +
    let OAF_BBOX: String
    +
  • @@ -5849,31 +5924,34 @@

    Declaration

    -

    Undocumented

    +

    crs property name

    Declaration

    Objective-C

    -
    extern NSString * const CRS_AXIS_PORT_NAME
    +
    extern NSString *const OAF_CRS

    Swift

    -
    let CRS_AXIS_PORT_NAME: String
    +
    let OAF_CRS: String
    +
  • @@ -5881,31 +5959,34 @@

    Declaration

    -

    Undocumented

    +

    interval property name

    Declaration

    Objective-C

    -
    extern NSString * const CRS_AXIS_ROW_NEGATIVE_NAME
    +
    extern NSString *const OAF_INTERVAL

    Swift

    -
    let CRS_AXIS_ROW_NEGATIVE_NAME: String
    +
    let OAF_INTERVAL: String
    +
  • @@ -5913,31 +5994,34 @@

    Declaration

    -

    Undocumented

    +

    trs property name

    Declaration

    Objective-C

    -
    extern NSString * const CRS_AXIS_ROW_POSITIVE_NAME
    +
    extern NSString *const OAF_TRS

    Swift

    -
    let CRS_AXIS_ROW_POSITIVE_NAME: String
    +
    let OAF_TRS: String
    +
  • @@ -5952,24 +6036,22 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_AXIS_SOUTH_NAME
    - -
    -
    -

    Swift

    -
    let CRS_AXIS_SOUTH_NAME: String
    +
    extern char const pj_release[]
    +
  • @@ -5984,24 +6066,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_AXIS_SOUTH_EAST_NAME
    +
    extern int pj_errno

    Swift

    -
    let CRS_AXIS_SOUTH_EAST_NAME: String
    +
    var pj_errno: Int32
    +
  • @@ -6016,24 +6101,22 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_AXIS_SOUTH_SOUTH_EAST_NAME
    - -
    -
    -

    Swift

    -
    let CRS_AXIS_SOUTH_SOUTH_EAST_NAME: String
    +
    extern struct PJ_LIST pj_list[]
    +
  • @@ -6048,24 +6131,22 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_AXIS_SOUTH_SOUTH_WEST_NAME
    - -
    -
    -

    Swift

    -
    let CRS_AXIS_SOUTH_SOUTH_WEST_NAME: String
    +
    extern struct PJ_SELFTEST_LIST pj_selftest_list[]
    +
  • @@ -6080,24 +6161,22 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_AXIS_SOUTH_WEST_NAME
    - -
    -
    -

    Swift

    -
    let CRS_AXIS_SOUTH_WEST_NAME: String
    +
    extern struct PJ_ELLPS pj_ellps[]
    +
  • @@ -6112,24 +6191,22 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_AXIS_STARBOARD_NAME
    - -
    -
    -

    Swift

    -
    let CRS_AXIS_STARBOARD_NAME: String
    +
    extern struct PJ_UNITS pj_units[]
    +
  • @@ -6144,24 +6221,22 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_AXIS_TOWARDS_NAME
    - -
    -
    -

    Swift

    -
    let CRS_AXIS_TOWARDS_NAME: String
    +
    extern struct PJ_DATUMS pj_datums[]
    +
  • @@ -6176,24 +6251,22 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_AXIS_UNSPECIFIED_NAME
    - -
    -
    -

    Swift

    -
    let CRS_AXIS_UNSPECIFIED_NAME: String
    +
    extern struct PJ_PRIME_MERIDIANS pj_prime_meridians[]
    +
  • @@ -6201,31 +6274,34 @@

    Declaration

    -

    Undocumented

    +

    Feature type

    Declaration

    Objective-C

    -
    extern NSString * const CRS_AXIS_UP_NAME
    +
    extern NSString *const SFG_TYPE_FEATURE

    Swift

    -
    let CRS_AXIS_UP_NAME: String
    +
    let SFG_TYPE_FEATURE: String
    +
  • @@ -6233,31 +6309,34 @@

    Declaration

    -

    Undocumented

    +

    Id key

    Declaration

    Objective-C

    -
    extern NSString * const CRS_AXIS_WEST_NAME
    +
    extern NSString *const SFG_MEMBER_ID

    Swift

    -
    let CRS_AXIS_WEST_NAME: String
    +
    let SFG_MEMBER_ID: String
    +
  • @@ -6265,31 +6344,34 @@

    Declaration

    -

    Undocumented

    +

    Geometry key

    Declaration

    Objective-C

    -
    extern NSString * const CRS_AXIS_WEST_NORTH_WEST_NAME
    +
    extern NSString *const SFG_MEMBER_GEOMETRY

    Swift

    -
    let CRS_AXIS_WEST_NORTH_WEST_NAME: String
    +
    let SFG_MEMBER_GEOMETRY: String
    +
  • @@ -6297,31 +6379,34 @@

    Declaration

    -

    Undocumented

    +

    Properties key

    Declaration

    Objective-C

    -
    extern NSString * const CRS_AXIS_WEST_SOUTH_WEST_NAME
    +
    extern NSString *const SFG_MEMBER_PROPERTIES

    Swift

    -
    let CRS_AXIS_WEST_SOUTH_WEST_NAME: String
    +
    let SFG_MEMBER_PROPERTIES: String
    +
  • @@ -6329,31 +6414,34 @@

    Declaration

    -

    Category Type names

    +

    Feature Collection type

    Declaration

    Objective-C

    -
    extern NSString *const CRS_CATEGORY_CRS_NAME
    +
    extern NSString *const SFG_TYPE_FEATURE_COLLECTION

    Swift

    -
    let CRS_CATEGORY_CRS_NAME: String
    +
    let SFG_TYPE_FEATURE_COLLECTION: String
    +
  • @@ -6361,31 +6449,34 @@

    Declaration

    -

    Undocumented

    +

    Features key

    Declaration

    Objective-C

    -
    extern NSString * const CRS_CATEGORY_OPERATION_NAME
    +
    extern NSString *const SFG_MEMBER_FEATURES

    Swift

    -
    let CRS_CATEGORY_OPERATION_NAME: String
    +
    let SFG_MEMBER_FEATURES: String
    +
  • @@ -6393,31 +6484,34 @@

    Declaration

    -

    Undocumented

    +

    Type key

    Declaration

    Objective-C

    -
    extern NSString * const CRS_CATEGORY_METADATA_NAME
    +
    extern NSString *const SFG_MEMBER_TYPE

    Swift

    -
    let CRS_CATEGORY_METADATA_NAME: String
    +
    let SFG_MEMBER_TYPE: String
    +
  • @@ -6425,31 +6519,34 @@

    Declaration

    -

    Coordinate System Type names

    +

    Bounding Box key

    Declaration

    Objective-C

    -
    extern NSString *const CRS_CS_AFFINE_NAME
    +
    extern NSString *const SFG_MEMBER_BBOX

    Swift

    -
    let CRS_CS_AFFINE_NAME: String
    +
    let SFG_MEMBER_BBOX: String
    +
  • @@ -6457,31 +6554,34 @@

    Declaration

    -

    Undocumented

    +

    Coordinates key

    Declaration

    Objective-C

    -
    extern NSString * const CRS_CS_CARTESIAN_NAME
    +
    extern NSString *const SFG_MEMBER_COORDINATES

    Swift

    -
    let CRS_CS_CARTESIAN_NAME: String
    +
    let SFG_MEMBER_COORDINATES: String
    +
  • @@ -6489,31 +6589,34 @@

    Declaration

    -

    Undocumented

    +

    Geometries key

    Declaration

    Objective-C

    -
    extern NSString * const CRS_CS_CYLINDRICAL_NAME
    +
    extern NSString *const SFG_MEMBER_GEOMETRIES

    Swift

    -
    let CRS_CS_CYLINDRICAL_NAME: String
    +
    let SFG_MEMBER_GEOMETRIES: String
    +
  • @@ -6521,31 +6624,34 @@

    Declaration

    -

    Undocumented

    +

    Little Endian byte order string

    Declaration

    Objective-C

    -
    extern NSString * const CRS_CS_ELLIPSOIDAL_NAME
    +
    extern NSString *const TIFF_BYTE_ORDER_LITTLE_ENDIAN

    Swift

    -
    let CRS_CS_ELLIPSOIDAL_NAME: String
    +
    let TIFF_BYTE_ORDER_LITTLE_ENDIAN: String
    +
  • @@ -6553,31 +6659,34 @@

    Declaration

    -

    Undocumented

    +

    Big Endian byte order string

    Declaration

    Objective-C

    -
    extern NSString * const CRS_CS_LINEAR_NAME
    +
    extern NSString *const TIFF_BYTE_ORDER_BIG_ENDIAN

    Swift

    -
    let CRS_CS_LINEAR_NAME: String
    +
    let TIFF_BYTE_ORDER_BIG_ENDIAN: String
    +
  • @@ -6585,31 +6694,34 @@

    Declaration

    -

    Undocumented

    +

    TIFF File Identifier

    Declaration

    Objective-C

    -
    extern NSString * const CRS_CS_ORDINAL_NAME
    +
    extern const NSInteger TIFF_FILE_IDENTIFIER

    Swift

    -
    let CRS_CS_ORDINAL_NAME: String
    +
    let TIFF_FILE_IDENTIFIER: Int
    +
  • @@ -6617,31 +6729,34 @@

    Declaration

    -

    Undocumented

    +

    TIFF header bytes

    Declaration

    Objective-C

    -
    extern NSString * const CRS_CS_PARAMETRIC_NAME
    +
    extern const NSInteger TIFF_HEADER_BYTES

    Swift

    -
    let CRS_CS_PARAMETRIC_NAME: String
    +
    let TIFF_HEADER_BYTES: Int
    +
  • @@ -6649,31 +6764,34 @@

    Declaration

    -

    Undocumented

    +

    Image File Directory header / number of entries bytes

    Declaration

    Objective-C

    -
    extern NSString * const CRS_CS_POLAR_NAME
    +
    extern const NSInteger TIFF_IFD_HEADER_BYTES

    Swift

    -
    let CRS_CS_POLAR_NAME: String
    +
    let TIFF_IFD_HEADER_BYTES: Int
    +
  • @@ -6681,31 +6799,34 @@

    Declaration

    -

    Undocumented

    +

    Image File Directory offset to the next IFD bytes

    Declaration

    Objective-C

    -
    extern NSString * const CRS_CS_SPHERICAL_NAME
    +
    extern const NSInteger TIFF_IFD_OFFSET_BYTES

    Swift

    -
    let CRS_CS_SPHERICAL_NAME: String
    +
    let TIFF_IFD_OFFSET_BYTES: Int
    +
  • @@ -6713,31 +6834,34 @@

    Declaration

    -

    Undocumented

    +

    Image File Directory entry bytes

    Declaration

    Objective-C

    -
    extern NSString * const CRS_CS_TEMPORAL_COUNT_NAME
    +
    extern const NSInteger TIFF_IFD_ENTRY_BYTES

    Swift

    -
    let CRS_CS_TEMPORAL_COUNT_NAME: String
    +
    let TIFF_IFD_ENTRY_BYTES: Int
    +
  • @@ -6745,31 +6869,34 @@

    Declaration

    -

    Undocumented

    +

    Default max bytes per strip when writing strips

    Declaration

    Objective-C

    -
    extern NSString * const CRS_CS_TEMPORAL_DATE_TIME_NAME
    +
    extern const NSInteger TIFF_DEFAULT_MAX_BYTES_PER_STRIP

    Swift

    -
    let CRS_CS_TEMPORAL_DATE_TIME_NAME: String
    +
    let TIFF_DEFAULT_MAX_BYTES_PER_STRIP: Int
    +
  • @@ -6784,24 +6911,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_CS_TEMPORAL_MEASURE_NAME
    +
    extern NSInteger const TIFF_COMPRESSION_NO

    Swift

    -
    let CRS_CS_TEMPORAL_MEASURE_NAME: String
    +
    let TIFF_COMPRESSION_NO: Int
    +
  • @@ -6816,24 +6946,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_CS_VERTICAL_NAME
    +
    extern NSInteger const TIFF_COMPRESSION_CCITT_HUFFMAN

    Swift

    -
    let CRS_CS_VERTICAL_NAME: String
    +
    let TIFF_COMPRESSION_CCITT_HUFFMAN: Int
    +
  • @@ -6841,31 +6974,34 @@

    Declaration

    -

    Ellipsoid Type names

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern NSString *const CRS_ELLIPSOID_OBLATE_NAME
    +
    extern NSInteger const TIFF_COMPRESSION_T4

    Swift

    -
    let CRS_ELLIPSOID_OBLATE_NAME: String
    +
    let TIFF_COMPRESSION_T4: Int
    +
  • @@ -6880,24 +7016,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_ELLIPSOID_TRIAXIAL_NAME
    +
    extern NSInteger const TIFF_COMPRESSION_T6

    Swift

    -
    let CRS_ELLIPSOID_TRIAXIAL_NAME: String
    +
    let TIFF_COMPRESSION_T6: Int
    +
  • @@ -6905,31 +7044,34 @@

    Declaration

    -

    Coordinate Operation Type names

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern NSString *const CRS_OPERATION_COORDINATE_NAME
    +
    extern NSInteger const TIFF_COMPRESSION_LZW

    Swift

    -
    let CRS_OPERATION_COORDINATE_NAME: String
    +
    let TIFF_COMPRESSION_LZW: Int
    +
  • @@ -6944,24 +7086,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_OPERATION_POINT_MOTION_NAME
    +
    extern NSInteger const TIFF_COMPRESSION_JPEG_OLD

    Swift

    -
    let CRS_OPERATION_POINT_MOTION_NAME: String
    +
    let TIFF_COMPRESSION_JPEG_OLD: Int
    +
  • @@ -6976,24 +7121,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_OPERATION_MAP_PROJECTION_NAME
    +
    extern NSInteger const TIFF_COMPRESSION_JPEG_NEW

    Swift

    -
    let CRS_OPERATION_MAP_PROJECTION_NAME: String
    +
    let TIFF_COMPRESSION_JPEG_NEW: Int
    +
  • @@ -7008,30 +7156,37 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_OPERATION_DERIVING_CONVERSION_NAME
    +
    extern NSInteger const TIFF_COMPRESSION_DEFLATE

    Swift

    -
    let CRS_OPERATION_DERIVING_CONVERSION_NAME: String
    +
    let TIFF_COMPRESSION_DEFLATE: Int
    +
  • +
    +

    Deprecated

    + +

    Undocumented

    @@ -7040,24 +7195,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_OPERATION_ABRIDGED_COORDINATE_TRANSFORMATION_NAME
    +
    extern NSInteger const TIFF_COMPRESSION_PKZIP_DEFLATE

    Swift

    -
    let CRS_OPERATION_ABRIDGED_COORDINATE_TRANSFORMATION_NAME: String
    +
    let TIFF_COMPRESSION_PKZIP_DEFLATE: Int
    +
  • @@ -7072,24 +7230,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_PARAM_PROJ
    +
    extern NSInteger const TIFF_COMPRESSION_PACKBITS

    Swift

    -
    let CRS_PROJ_PARAM_PROJ: String
    +
    let TIFF_COMPRESSION_PACKBITS: Int
    +
  • @@ -7104,24 +7265,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_PARAM_ZONE
    +
    extern NSInteger const TIFF_EXTRA_SAMPLES_UNSPECIFIED

    Swift

    -
    let CRS_PROJ_PARAM_ZONE: String
    +
    let TIFF_EXTRA_SAMPLES_UNSPECIFIED: Int
    +
  • @@ -7136,24 +7300,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_PARAM_SOUTH
    +
    extern NSInteger const TIFF_EXTRA_SAMPLES_ASSOCIATED_ALPHA

    Swift

    -
    let CRS_PROJ_PARAM_SOUTH: String
    +
    let TIFF_EXTRA_SAMPLES_ASSOCIATED_ALPHA: Int
    +
  • @@ -7168,24 +7335,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_PARAM_LAT_1
    +
    extern NSInteger const TIFF_EXTRA_SAMPLES_UNASSOCIATED_ALPHA

    Swift

    -
    let CRS_PROJ_PARAM_LAT_1: String
    +
    let TIFF_EXTRA_SAMPLES_UNASSOCIATED_ALPHA: Int
    +
  • @@ -7200,24 +7370,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_PARAM_LAT_2
    +
    extern NSInteger const TIFF_FILL_ORDER_LOWER_COLUMN_HIGHER_ORDER

    Swift

    -
    let CRS_PROJ_PARAM_LAT_2: String
    +
    let TIFF_FILL_ORDER_LOWER_COLUMN_HIGHER_ORDER: Int
    +
  • @@ -7232,24 +7405,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_PARAM_LAT_0
    +
    extern NSInteger const TIFF_FILL_ORDER_LOWER_COLUMN_LOWER_ORDER

    Swift

    -
    let CRS_PROJ_PARAM_LAT_0: String
    +
    let TIFF_FILL_ORDER_LOWER_COLUMN_LOWER_ORDER: Int
    +
  • @@ -7264,24 +7440,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_PARAM_LAT_TS
    +
    extern NSInteger const TIFF_GRAY_RESPONSE_TENTHS

    Swift

    -
    let CRS_PROJ_PARAM_LAT_TS: String
    +
    let TIFF_GRAY_RESPONSE_TENTHS: Int
    +
  • @@ -7296,24 +7475,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_PARAM_LON_0
    +
    extern NSInteger const TIFF_GRAY_RESPONSE_HUNDREDTHS

    Swift

    -
    let CRS_PROJ_PARAM_LON_0: String
    +
    let TIFF_GRAY_RESPONSE_HUNDREDTHS: Int
    +
  • @@ -7328,24 +7510,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_PARAM_LONC
    +
    extern NSInteger const TIFF_GRAY_RESPONSE_THOUSANDTHS

    Swift

    -
    let CRS_PROJ_PARAM_LONC: String
    +
    let TIFF_GRAY_RESPONSE_THOUSANDTHS: Int
    +
  • @@ -7360,24 +7545,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_PARAM_ALPHA
    +
    extern NSInteger const TIFF_GRAY_RESPONSE_TEN_THOUSANDTHS

    Swift

    -
    let CRS_PROJ_PARAM_ALPHA: String
    +
    let TIFF_GRAY_RESPONSE_TEN_THOUSANDTHS: Int
    +
  • @@ -7392,24 +7580,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_PARAM_K_0
    +
    extern NSInteger const TIFF_GRAY_RESPONSE_HUNDRED_THOUSANDTHS

    Swift

    -
    let CRS_PROJ_PARAM_K_0: String
    +
    let TIFF_GRAY_RESPONSE_HUNDRED_THOUSANDTHS: Int
    +
  • @@ -7424,24 +7615,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_PARAM_X_0
    +
    extern NSInteger const TIFF_ORIENTATION_TOP_ROW_LEFT_COLUMN

    Swift

    -
    let CRS_PROJ_PARAM_X_0: String
    +
    let TIFF_ORIENTATION_TOP_ROW_LEFT_COLUMN: Int
    +
  • @@ -7456,24 +7650,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_PARAM_Y_0
    +
    extern NSInteger const TIFF_ORIENTATION_TOP_ROW_RIGHT_COLUMN

    Swift

    -
    let CRS_PROJ_PARAM_Y_0: String
    +
    let TIFF_ORIENTATION_TOP_ROW_RIGHT_COLUMN: Int
    +
  • @@ -7488,24 +7685,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_PARAM_AXIS
    +
    extern NSInteger const TIFF_ORIENTATION_BOTTOM_ROW_RIGHT_COLUMN

    Swift

    -
    let CRS_PROJ_PARAM_AXIS: String
    +
    let TIFF_ORIENTATION_BOTTOM_ROW_RIGHT_COLUMN: Int
    +
  • @@ -7520,24 +7720,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_PARAM_DATUM
    +
    extern NSInteger const TIFF_ORIENTATION_BOTTOM_ROW_LEFT_COLUMN

    Swift

    -
    let CRS_PROJ_PARAM_DATUM: String
    +
    let TIFF_ORIENTATION_BOTTOM_ROW_LEFT_COLUMN: Int
    +
  • @@ -7552,24 +7755,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_PARAM_NO_UOFF
    +
    extern NSInteger const TIFF_ORIENTATION_LEFT_ROW_TOP_COLUMN

    Swift

    -
    let CRS_PROJ_PARAM_NO_UOFF: String
    +
    let TIFF_ORIENTATION_LEFT_ROW_TOP_COLUMN: Int
    +
  • @@ -7584,24 +7790,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_PARAM_GAMMA
    +
    extern NSInteger const TIFF_ORIENTATION_RIGHT_ROW_TOP_COLUMN

    Swift

    -
    let CRS_PROJ_PARAM_GAMMA: String
    +
    let TIFF_ORIENTATION_RIGHT_ROW_TOP_COLUMN: Int
    +
  • @@ -7616,24 +7825,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_PARAM_A
    +
    extern NSInteger const TIFF_ORIENTATION_RIGHT_ROW_BOTTOM_COLUMN

    Swift

    -
    let CRS_PROJ_PARAM_A: String
    +
    let TIFF_ORIENTATION_RIGHT_ROW_BOTTOM_COLUMN: Int
    +
  • @@ -7648,24 +7860,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_PARAM_B
    +
    extern NSInteger const TIFF_ORIENTATION_LEFT_ROW_BOTTOM_COLUMN

    Swift

    -
    let CRS_PROJ_PARAM_B: String
    +
    let TIFF_ORIENTATION_LEFT_ROW_BOTTOM_COLUMN: Int
    +
  • @@ -7680,24 +7895,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_PARAM_ELLPS
    +
    extern NSInteger const TIFF_PHOTOMETRIC_INTERPRETATION_WHITE_IS_ZERO

    Swift

    -
    let CRS_PROJ_PARAM_ELLPS: String
    +
    let TIFF_PHOTOMETRIC_INTERPRETATION_WHITE_IS_ZERO: Int
    +
  • @@ -7712,24 +7930,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_PARAM_TOWGS84
    +
    extern NSInteger const TIFF_PHOTOMETRIC_INTERPRETATION_BLACK_IS_ZERO

    Swift

    -
    let CRS_PROJ_PARAM_TOWGS84: String
    +
    let TIFF_PHOTOMETRIC_INTERPRETATION_BLACK_IS_ZERO: Int
    +
  • @@ -7744,24 +7965,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_PARAM_PM
    +
    extern NSInteger const TIFF_PHOTOMETRIC_INTERPRETATION_RGB

    Swift

    -
    let CRS_PROJ_PARAM_PM: String
    +
    let TIFF_PHOTOMETRIC_INTERPRETATION_RGB: Int
    +
  • @@ -7776,24 +8000,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_PARAM_UNITS
    +
    extern NSInteger const TIFF_PHOTOMETRIC_INTERPRETATION_PALETTE

    Swift

    -
    let CRS_PROJ_PARAM_UNITS: String
    +
    let TIFF_PHOTOMETRIC_INTERPRETATION_PALETTE: Int
    +
  • @@ -7808,24 +8035,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_PARAM_TO_METER
    +
    extern NSInteger const TIFF_PHOTOMETRIC_INTERPRETATION_TRANSPARENCY

    Swift

    -
    let CRS_PROJ_PARAM_TO_METER: String
    +
    let TIFF_PHOTOMETRIC_INTERPRETATION_TRANSPARENCY: Int
    +
  • @@ -7840,24 +8070,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_PARAM_NADGRIDS
    +
    extern NSInteger const TIFF_PLANAR_CONFIGURATION_CHUNKY

    Swift

    -
    let CRS_PROJ_PARAM_NADGRIDS: String
    +
    let TIFF_PLANAR_CONFIGURATION_CHUNKY: Int
    +
  • @@ -7872,24 +8105,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_PARAM_WKTEXT
    +
    extern NSInteger const TIFF_PLANAR_CONFIGURATION_PLANAR

    Swift

    -
    let CRS_PROJ_PARAM_WKTEXT: String
    +
    let TIFF_PLANAR_CONFIGURATION_PLANAR: Int
    +
  • @@ -7904,24 +8140,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_PARAM_NO_DEFS
    +
    extern NSInteger const TIFF_RESOLUTION_UNIT_NO

    Swift

    -
    let CRS_PROJ_PARAM_NO_DEFS: String
    +
    let TIFF_RESOLUTION_UNIT_NO: Int
    +
  • @@ -7936,24 +8175,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_NAME_AEA
    +
    extern NSInteger const TIFF_RESOLUTION_UNIT_INCH

    Swift

    -
    let CRS_PROJ_NAME_AEA: String
    +
    let TIFF_RESOLUTION_UNIT_INCH: Int
    +
  • @@ -7968,24 +8210,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_NAME_CASS
    +
    extern NSInteger const TIFF_RESOLUTION_UNIT_CENTIMETER

    Swift

    -
    let CRS_PROJ_NAME_CASS: String
    +
    let TIFF_RESOLUTION_UNIT_CENTIMETER: Int
    +
  • @@ -8000,24 +8245,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_NAME_CEA
    +
    extern NSInteger const TIFF_SAMPLE_FORMAT_UNSIGNED_INT

    Swift

    -
    let CRS_PROJ_NAME_CEA: String
    +
    let TIFF_SAMPLE_FORMAT_UNSIGNED_INT: Int
    +
  • @@ -8032,24 +8280,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_NAME_EQC
    +
    extern NSInteger const TIFF_SAMPLE_FORMAT_SIGNED_INT

    Swift

    -
    let CRS_PROJ_NAME_EQC: String
    +
    let TIFF_SAMPLE_FORMAT_SIGNED_INT: Int
    +
  • @@ -8064,24 +8315,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_NAME_KROVAK
    +
    extern NSInteger const TIFF_SAMPLE_FORMAT_FLOAT

    Swift

    -
    let CRS_PROJ_NAME_KROVAK: String
    +
    let TIFF_SAMPLE_FORMAT_FLOAT: Int
    +
  • @@ -8096,24 +8350,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_NAME_LAEA
    +
    extern NSInteger const TIFF_SAMPLE_FORMAT_UNDEFINED

    Swift

    -
    let CRS_PROJ_NAME_LAEA: String
    +
    let TIFF_SAMPLE_FORMAT_UNDEFINED: Int
    +
  • @@ -8128,24 +8385,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_NAME_LCC
    +
    extern NSInteger const TIFF_SUBFILE_TYPE_FULL

    Swift

    -
    let CRS_PROJ_NAME_LCC: String
    +
    let TIFF_SUBFILE_TYPE_FULL: Int
    +
  • @@ -8160,24 +8420,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_NAME_LONGLAT
    +
    extern NSInteger const TIFF_SUBFILE_TYPE_REDUCED

    Swift

    -
    let CRS_PROJ_NAME_LONGLAT: String
    +
    let TIFF_SUBFILE_TYPE_REDUCED: Int
    +
  • @@ -8192,24 +8455,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_NAME_MERC
    +
    extern NSInteger const TIFF_SAMPLE_FORMAT_SINGLE_PAGE_MULTI_PAGE

    Swift

    -
    let CRS_PROJ_NAME_MERC: String
    +
    let TIFF_SAMPLE_FORMAT_SINGLE_PAGE_MULTI_PAGE: Int
    +
  • @@ -8224,24 +8490,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_NAME_NZMG
    +
    extern NSInteger const TIFF_THRESHHOLDING_NO

    Swift

    -
    let CRS_PROJ_NAME_NZMG: String
    +
    let TIFF_THRESHHOLDING_NO: Int
    +
  • @@ -8256,24 +8525,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_NAME_OMERC
    +
    extern NSInteger const TIFF_THRESHHOLDING_ORDERED

    Swift

    -
    let CRS_PROJ_NAME_OMERC: String
    +
    let TIFF_THRESHHOLDING_ORDERED: Int
    +
  • @@ -8288,24 +8560,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_NAME_POLY
    +
    extern NSInteger const TIFF_THRESHHOLDING_RANDOM

    Swift

    -
    let CRS_PROJ_NAME_POLY: String
    +
    let TIFF_THRESHHOLDING_RANDOM: Int
    +
  • @@ -8320,24 +8595,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_NAME_SOMERC
    +
    extern NSInteger const TIFF_PREDICTOR_NO

    Swift

    -
    let CRS_PROJ_NAME_SOMERC: String
    +
    let TIFF_PREDICTOR_NO: Int
    +
  • @@ -8352,24 +8630,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_NAME_STERE
    +
    extern NSInteger const TIFF_PREDICTOR_HORIZONTAL

    Swift

    -
    let CRS_PROJ_NAME_STERE: String
    +
    let TIFF_PREDICTOR_HORIZONTAL: Int
    +
  • @@ -8384,24 +8665,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_NAME_STEREA
    +
    extern NSInteger const TIFF_PREDICTOR_FLOATINGPOINT

    Swift

    -
    let CRS_PROJ_NAME_STEREA: String
    +
    let TIFF_PREDICTOR_FLOATINGPOINT: Int
    +
  • @@ -8409,31 +8693,34 @@

    Declaration

    -

    Undocumented

    +

    Category Type names

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_NAME_TMERC
    +
    extern NSString *const CRS_CATEGORY_CRS_NAME

    Swift

    -
    let CRS_PROJ_NAME_TMERC: String
    +
    let CRS_CATEGORY_CRS_NAME: String
    +
  • @@ -8448,24 +8735,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_NAME_UTM
    +
    extern NSString * const CRS_CATEGORY_OPERATION_NAME

    Swift

    -
    let CRS_PROJ_NAME_UTM: String
    +
    let CRS_CATEGORY_OPERATION_NAME: String
    +
  • @@ -8480,24 +8770,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_AXIS_EAST
    +
    extern NSString * const CRS_CATEGORY_METADATA_NAME

    Swift

    -
    let CRS_PROJ_AXIS_EAST: String
    +
    let CRS_CATEGORY_METADATA_NAME: String
    +
  • @@ -8505,31 +8798,34 @@

    Declaration

    -

    Undocumented

    +

    CRS Type names

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_AXIS_WEST
    +
    extern NSString *const CRS_TYPE_BOUND_NAME

    Swift

    -
    let CRS_PROJ_AXIS_WEST: String
    +
    let CRS_TYPE_BOUND_NAME: String
    +
  • @@ -8544,24 +8840,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_AXIS_NORTH
    +
    extern NSString * const CRS_TYPE_COMPOUND_NAME

    Swift

    -
    let CRS_PROJ_AXIS_NORTH: String
    +
    let CRS_TYPE_COMPOUND_NAME: String
    +
  • @@ -8576,24 +8875,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_AXIS_SOUTH
    +
    extern NSString * const CRS_TYPE_CONCATENATED_OPERATION_NAME

    Swift

    -
    let CRS_PROJ_AXIS_SOUTH: String
    +
    let CRS_TYPE_CONCATENATED_OPERATION_NAME: String
    +
  • @@ -8608,24 +8910,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_AXIS_UP
    +
    extern NSString * const CRS_TYPE_COORDINATE_METADATA_NAME

    Swift

    -
    let CRS_PROJ_AXIS_UP: String
    +
    let CRS_TYPE_COORDINATE_METADATA_NAME: String
    +
  • @@ -8640,24 +8945,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_AXIS_DOWN
    +
    extern NSString * const CRS_TYPE_COORDINATE_OPERATION_NAME

    Swift

    -
    let CRS_PROJ_AXIS_DOWN: String
    +
    let CRS_TYPE_COORDINATE_OPERATION_NAME: String
    +
  • @@ -8672,24 +8980,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_AXIS_WEST_SOUTH_UP
    +
    extern NSString * const CRS_TYPE_DERIVED_NAME

    Swift

    -
    let CRS_PROJ_AXIS_WEST_SOUTH_UP: String
    +
    let CRS_TYPE_DERIVED_NAME: String
    +
  • @@ -8704,24 +9015,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_UNITS_METRE
    +
    extern NSString * const CRS_TYPE_ENGINEERING_NAME

    Swift

    -
    let CRS_PROJ_UNITS_METRE: String
    +
    let CRS_TYPE_ENGINEERING_NAME: String
    +
  • @@ -8736,24 +9050,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_UNITS_US_SURVEY_FOOT
    +
    extern NSString * const CRS_TYPE_GEODETIC_NAME

    Swift

    -
    let CRS_PROJ_UNITS_US_SURVEY_FOOT: String
    +
    let CRS_TYPE_GEODETIC_NAME: String
    +
  • @@ -8768,24 +9085,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_UNITS_FOOT
    +
    extern NSString * const CRS_TYPE_GEOGRAPHIC_NAME

    Swift

    -
    let CRS_PROJ_UNITS_FOOT: String
    +
    let CRS_TYPE_GEOGRAPHIC_NAME: String
    +
  • @@ -8800,24 +9120,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_UNITS_DEGREE
    +
    extern NSString * const CRS_TYPE_PARAMETRIC_NAME

    Swift

    -
    let CRS_PROJ_UNITS_DEGREE: String
    +
    let CRS_TYPE_PARAMETRIC_NAME: String
    +
  • @@ -8832,24 +9155,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_PSEUDO_MERCATOR
    +
    extern NSString * const CRS_TYPE_POINT_MOTION_OPERATION_NAME

    Swift

    -
    let CRS_PROJ_PSEUDO_MERCATOR: String
    +
    let CRS_TYPE_POINT_MOTION_OPERATION_NAME: String
    +
  • @@ -8864,24 +9190,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_SWISS_OBLIQUE_MERCATOR
    +
    extern NSString * const CRS_TYPE_PROJECTED_NAME

    Swift

    -
    let CRS_PROJ_SWISS_OBLIQUE_MERCATOR: String
    +
    let CRS_TYPE_PROJECTED_NAME: String
    +
  • @@ -8896,24 +9225,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_SWISS_OBLIQUE_MERCATOR_COMPAT
    +
    extern NSString * const CRS_TYPE_TEMPORAL_NAME

    Swift

    -
    let CRS_PROJ_SWISS_OBLIQUE_MERCATOR_COMPAT: String
    +
    let CRS_TYPE_TEMPORAL_NAME: String
    +
  • @@ -8928,24 +9260,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_UTM_ZONE
    +
    extern NSString * const CRS_TYPE_VERTICAL_NAME

    Swift

    -
    let CRS_PROJ_UTM_ZONE: String
    +
    let CRS_TYPE_VERTICAL_NAME: String
    +
  • @@ -8953,31 +9288,34 @@

    Declaration

    -

    Undocumented

    +

    Axis Direction Type names

    Declaration

    Objective-C

    -
    extern NSString * const CRS_WKT_SEPARATOR
    +
    extern NSString *const CRS_AXIS_AFT_NAME

    Swift

    -
    let CRS_WKT_SEPARATOR: String
    +
    let CRS_AXIS_AFT_NAME: String
    +
  • @@ -8992,24 +9330,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_WKT_LEFT_DELIMITER
    +
    extern NSString * const CRS_AXIS_AWAY_FROM_NAME

    Swift

    -
    let CRS_WKT_LEFT_DELIMITER: String
    +
    let CRS_AXIS_AWAY_FROM_NAME: String
    +
  • @@ -9024,24 +9365,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_WKT_LEFT_DELIMITER_COMPAT
    +
    extern NSString * const CRS_AXIS_CLOCKWISE_NAME

    Swift

    -
    let CRS_WKT_LEFT_DELIMITER_COMPAT: String
    +
    let CRS_AXIS_CLOCKWISE_NAME: String
    +
  • @@ -9056,24 +9400,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_WKT_RIGHT_DELIMITER
    +
    extern NSString * const CRS_AXIS_COLUMN_NEGATIVE_NAME

    Swift

    -
    let CRS_WKT_RIGHT_DELIMITER: String
    +
    let CRS_AXIS_COLUMN_NEGATIVE_NAME: String
    +
  • @@ -9088,24 +9435,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_WKT_RIGHT_DELIMITER_COMPAT
    +
    extern NSString * const CRS_AXIS_COLUMN_POSITIVE_NAME

    Swift

    -
    let CRS_WKT_RIGHT_DELIMITER_COMPAT: String
    +
    let CRS_AXIS_COLUMN_POSITIVE_NAME: String
    +
  • @@ -9120,24 +9470,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_WKT_AXIS_ABBREV_LEFT_DELIMITER
    +
    extern NSString * const CRS_AXIS_COUNTER_CLOCKWISE_NAME

    Swift

    -
    let CRS_WKT_AXIS_ABBREV_LEFT_DELIMITER: String
    +
    let CRS_AXIS_COUNTER_CLOCKWISE_NAME: String
    +
  • @@ -9152,24 +9505,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_WKT_AXIS_ABBREV_RIGHT_DELIMITER
    +
    extern NSString * const CRS_AXIS_DISPLAY_DOWN_NAME

    Swift

    -
    let CRS_WKT_AXIS_ABBREV_RIGHT_DELIMITER: String
    +
    let CRS_AXIS_DISPLAY_DOWN_NAME: String
    +
  • @@ -9184,24 +9540,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_WKT_AXIS_DIRECTION_OTHER
    +
    extern NSString * const CRS_AXIS_DISPLAY_LEFT_NAME

    Swift

    -
    let CRS_WKT_AXIS_DIRECTION_OTHER: String
    +
    let CRS_AXIS_DISPLAY_LEFT_NAME: String
    +
  • @@ -9216,24 +9575,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_WKT_AXIS_NAME_LON
    +
    extern NSString * const CRS_AXIS_DISPLAY_RIGHT_NAME

    Swift

    -
    let CRS_WKT_AXIS_NAME_LON: String
    +
    let CRS_AXIS_DISPLAY_RIGHT_NAME: String
    +
  • @@ -9248,24 +9610,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_WKT_AXIS_NAME_LAT
    +
    extern NSString * const CRS_AXIS_DISPLAY_UP_NAME

    Swift

    -
    let CRS_WKT_AXIS_NAME_LAT: String
    +
    let CRS_AXIS_DISPLAY_UP_NAME: String
    +
  • @@ -9280,24 +9645,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_WKT_AXIS_NAME_X
    +
    extern NSString * const CRS_AXIS_DOWN_NAME

    Swift

    -
    let CRS_WKT_AXIS_NAME_X: String
    +
    let CRS_AXIS_DOWN_NAME: String
    +
  • @@ -9312,24 +9680,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_WKT_AXIS_NAME_Y
    +
    extern NSString * const CRS_AXIS_EAST_NAME

    Swift

    -
    let CRS_WKT_AXIS_NAME_Y: String
    +
    let CRS_AXIS_EAST_NAME: String
    +
  • @@ -9344,24 +9715,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_WKT_AXIS_NAME_Z
    +
    extern NSString * const CRS_AXIS_EAST_NORTH_EAST_NAME

    Swift

    -
    let CRS_WKT_AXIS_NAME_Z: String
    +
    let CRS_AXIS_EAST_NORTH_EAST_NAME: String
    +
  • @@ -9376,24 +9750,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_WKT_DATUM_TYPE
    +
    extern NSString * const CRS_AXIS_EAST_SOUTH_EAST_NAME

    Swift

    -
    let CRS_WKT_DATUM_TYPE: String
    +
    let CRS_AXIS_EAST_SOUTH_EAST_NAME: String
    +
  • @@ -9401,31 +9778,34 @@

    Declaration

    -

    CRS Type names

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern NSString *const CRS_TYPE_BOUND_NAME
    +
    extern NSString * const CRS_AXIS_FORWARD_NAME

    Swift

    -
    let CRS_TYPE_BOUND_NAME: String
    +
    let CRS_AXIS_FORWARD_NAME: String
    +
  • @@ -9440,24 +9820,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_TYPE_COMPOUND_NAME
    +
    extern NSString * const CRS_AXIS_FUTURE_NAME

    Swift

    -
    let CRS_TYPE_COMPOUND_NAME: String
    +
    let CRS_AXIS_FUTURE_NAME: String
    +
  • @@ -9472,24 +9855,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_TYPE_CONCATENATED_OPERATION_NAME
    +
    extern NSString * const CRS_AXIS_GEOCENTRIC_X_NAME

    Swift

    -
    let CRS_TYPE_CONCATENATED_OPERATION_NAME: String
    +
    let CRS_AXIS_GEOCENTRIC_X_NAME: String
    +
  • @@ -9504,24 +9890,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_TYPE_COORDINATE_METADATA_NAME
    +
    extern NSString * const CRS_AXIS_GEOCENTRIC_Y_NAME

    Swift

    -
    let CRS_TYPE_COORDINATE_METADATA_NAME: String
    +
    let CRS_AXIS_GEOCENTRIC_Y_NAME: String
    +
  • @@ -9536,24 +9925,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_TYPE_COORDINATE_OPERATION_NAME
    +
    extern NSString * const CRS_AXIS_GEOCENTRIC_Z_NAME

    Swift

    -
    let CRS_TYPE_COORDINATE_OPERATION_NAME: String
    +
    let CRS_AXIS_GEOCENTRIC_Z_NAME: String
    +
  • @@ -9568,24 +9960,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_TYPE_DERIVED_NAME
    +
    extern NSString * const CRS_AXIS_NORTH_NAME

    Swift

    -
    let CRS_TYPE_DERIVED_NAME: String
    +
    let CRS_AXIS_NORTH_NAME: String
    +
  • @@ -9600,24 +9995,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_TYPE_ENGINEERING_NAME
    +
    extern NSString * const CRS_AXIS_NORTH_EAST_NAME

    Swift

    -
    let CRS_TYPE_ENGINEERING_NAME: String
    +
    let CRS_AXIS_NORTH_EAST_NAME: String
    +
  • @@ -9632,24 +10030,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_TYPE_GEODETIC_NAME
    +
    extern NSString * const CRS_AXIS_NORTH_NORTH_EAST_NAME

    Swift

    -
    let CRS_TYPE_GEODETIC_NAME: String
    +
    let CRS_AXIS_NORTH_NORTH_EAST_NAME: String
    +
  • @@ -9664,24 +10065,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_TYPE_GEOGRAPHIC_NAME
    +
    extern NSString * const CRS_AXIS_NORTH_NORTH_WEST_NAME

    Swift

    -
    let CRS_TYPE_GEOGRAPHIC_NAME: String
    +
    let CRS_AXIS_NORTH_NORTH_WEST_NAME: String
    +
  • @@ -9696,24 +10100,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_TYPE_PARAMETRIC_NAME
    +
    extern NSString * const CRS_AXIS_NORTH_WEST_NAME

    Swift

    -
    let CRS_TYPE_PARAMETRIC_NAME: String
    +
    let CRS_AXIS_NORTH_WEST_NAME: String
    +
  • @@ -9728,24 +10135,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_TYPE_POINT_MOTION_OPERATION_NAME
    +
    extern NSString * const CRS_AXIS_PAST_NAME

    Swift

    -
    let CRS_TYPE_POINT_MOTION_OPERATION_NAME: String
    +
    let CRS_AXIS_PAST_NAME: String
    +
  • @@ -9760,24 +10170,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_TYPE_PROJECTED_NAME
    +
    extern NSString * const CRS_AXIS_PORT_NAME

    Swift

    -
    let CRS_TYPE_PROJECTED_NAME: String
    +
    let CRS_AXIS_PORT_NAME: String
    +
  • @@ -9792,24 +10205,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_TYPE_TEMPORAL_NAME
    +
    extern NSString * const CRS_AXIS_ROW_NEGATIVE_NAME

    Swift

    -
    let CRS_TYPE_TEMPORAL_NAME: String
    +
    let CRS_AXIS_ROW_NEGATIVE_NAME: String
    +
  • @@ -9824,24 +10240,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_TYPE_VERTICAL_NAME
    +
    extern NSString * const CRS_AXIS_ROW_POSITIVE_NAME

    Swift

    -
    let CRS_TYPE_VERTICAL_NAME: String
    +
    let CRS_AXIS_ROW_POSITIVE_NAME: String
    +
  • @@ -9849,31 +10268,34 @@

    Declaration

    -

    Unit Type names

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern NSString *const CRS_UNIT_ANGLE_NAME
    +
    extern NSString * const CRS_AXIS_SOUTH_NAME

    Swift

    -
    let CRS_UNIT_ANGLE_NAME: String
    +
    let CRS_AXIS_SOUTH_NAME: String
    +
  • @@ -9888,24 +10310,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_UNIT_LENGTH_NAME
    +
    extern NSString * const CRS_AXIS_SOUTH_EAST_NAME

    Swift

    -
    let CRS_UNIT_LENGTH_NAME: String
    +
    let CRS_AXIS_SOUTH_EAST_NAME: String
    +
  • @@ -9920,24 +10345,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_UNIT_PARAMETRIC_NAME
    +
    extern NSString * const CRS_AXIS_SOUTH_SOUTH_EAST_NAME

    Swift

    -
    let CRS_UNIT_PARAMETRIC_NAME: String
    +
    let CRS_AXIS_SOUTH_SOUTH_EAST_NAME: String
    +
  • @@ -9952,24 +10380,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_UNIT_SCALE_NAME
    +
    extern NSString * const CRS_AXIS_SOUTH_SOUTH_WEST_NAME

    Swift

    -
    let CRS_UNIT_SCALE_NAME: String
    +
    let CRS_AXIS_SOUTH_SOUTH_WEST_NAME: String
    +
  • @@ -9984,24 +10415,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_UNIT_TIME_NAME
    +
    extern NSString * const CRS_AXIS_SOUTH_WEST_NAME

    Swift

    -
    let CRS_UNIT_TIME_NAME: String
    +
    let CRS_AXIS_SOUTH_WEST_NAME: String
    +
  • @@ -10016,24 +10450,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_UNIT_NAME
    +
    extern NSString * const CRS_AXIS_STARBOARD_NAME

    Swift

    -
    let CRS_UNIT_NAME: String
    +
    let CRS_AXIS_STARBOARD_NAME: String
    +
  • @@ -10048,24 +10485,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_UNITS_MICROMETRE_NAME
    +
    extern NSString * const CRS_AXIS_TOWARDS_NAME

    Swift

    -
    let CRS_UNITS_MICROMETRE_NAME: String
    +
    let CRS_AXIS_TOWARDS_NAME: String
    +
  • @@ -10080,24 +10520,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_UNITS_MILLIMETRE_NAME
    +
    extern NSString * const CRS_AXIS_UNSPECIFIED_NAME

    Swift

    -
    let CRS_UNITS_MILLIMETRE_NAME: String
    +
    let CRS_AXIS_UNSPECIFIED_NAME: String
    +
  • @@ -10112,24 +10555,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_UNITS_METRE_NAME
    +
    extern NSString * const CRS_AXIS_UP_NAME

    Swift

    -
    let CRS_UNITS_METRE_NAME: String
    +
    let CRS_AXIS_UP_NAME: String
    +
  • @@ -10144,24 +10590,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_UNITS_KILOMETRE_NAME
    +
    extern NSString * const CRS_AXIS_WEST_NAME

    Swift

    -
    let CRS_UNITS_KILOMETRE_NAME: String
    +
    let CRS_AXIS_WEST_NAME: String
    +
  • @@ -10176,24 +10625,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_UNITS_GERMAN_LEGAL_METRE_NAME
    +
    extern NSString * const CRS_AXIS_WEST_NORTH_WEST_NAME

    Swift

    -
    let CRS_UNITS_GERMAN_LEGAL_METRE_NAME: String
    +
    let CRS_AXIS_WEST_NORTH_WEST_NAME: String
    +
  • @@ -10208,24 +10660,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_UNITS_US_SURVEY_FOOT_NAME
    +
    extern NSString * const CRS_AXIS_WEST_SOUTH_WEST_NAME

    Swift

    -
    let CRS_UNITS_US_SURVEY_FOOT_NAME: String
    +
    let CRS_AXIS_WEST_SOUTH_WEST_NAME: String
    +
  • @@ -10233,31 +10688,34 @@

    Declaration

    -

    Undocumented

    +

    Coordinate System Type names

    Declaration

    Objective-C

    -
    extern NSString * const CRS_UNITS_FOOT_NAME
    +
    extern NSString *const CRS_CS_AFFINE_NAME

    Swift

    -
    let CRS_UNITS_FOOT_NAME: String
    +
    let CRS_CS_AFFINE_NAME: String
    +
  • @@ -10272,24 +10730,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_UNITS_MICRORADIAN_NAME
    +
    extern NSString * const CRS_CS_CARTESIAN_NAME

    Swift

    -
    let CRS_UNITS_MICRORADIAN_NAME: String
    +
    let CRS_CS_CARTESIAN_NAME: String
    +
  • @@ -10304,24 +10765,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_UNITS_MILLIRADIAN_NAME
    +
    extern NSString * const CRS_CS_CYLINDRICAL_NAME

    Swift

    -
    let CRS_UNITS_MILLIRADIAN_NAME: String
    +
    let CRS_CS_CYLINDRICAL_NAME: String
    +
  • @@ -10336,24 +10800,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_UNITS_RADIAN_NAME
    +
    extern NSString * const CRS_CS_ELLIPSOIDAL_NAME

    Swift

    -
    let CRS_UNITS_RADIAN_NAME: String
    +
    let CRS_CS_ELLIPSOIDAL_NAME: String
    +
  • @@ -10368,24 +10835,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_UNITS_ARC_SECOND_NAME
    +
    extern NSString * const CRS_CS_LINEAR_NAME

    Swift

    -
    let CRS_UNITS_ARC_SECOND_NAME: String
    +
    let CRS_CS_LINEAR_NAME: String
    +
  • @@ -10400,24 +10870,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_UNITS_ARC_MINUTE_NAME
    +
    extern NSString * const CRS_CS_ORDINAL_NAME

    Swift

    -
    let CRS_UNITS_ARC_MINUTE_NAME: String
    +
    let CRS_CS_ORDINAL_NAME: String
    +
  • @@ -10432,24 +10905,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_UNITS_DEGREE_NAME
    +
    extern NSString * const CRS_CS_PARAMETRIC_NAME

    Swift

    -
    let CRS_UNITS_DEGREE_NAME: String
    +
    let CRS_CS_PARAMETRIC_NAME: String
    +
  • @@ -10464,24 +10940,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_UNITS_GRAD_NAME
    +
    extern NSString * const CRS_CS_POLAR_NAME

    Swift

    -
    let CRS_UNITS_GRAD_NAME: String
    +
    let CRS_CS_POLAR_NAME: String
    +
  • @@ -10496,24 +10975,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_UNITS_UNITY_NAME
    +
    extern NSString * const CRS_CS_SPHERICAL_NAME

    Swift

    -
    let CRS_UNITS_UNITY_NAME: String
    +
    let CRS_CS_SPHERICAL_NAME: String
    +
  • @@ -10528,24 +11010,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_UNITS_BIN_NAME
    +
    extern NSString * const CRS_CS_TEMPORAL_COUNT_NAME

    Swift

    -
    let CRS_UNITS_BIN_NAME: String
    +
    let CRS_CS_TEMPORAL_COUNT_NAME: String
    +
  • @@ -10560,24 +11045,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_UNITS_PARTS_PER_MILLION_NAME
    +
    extern NSString * const CRS_CS_TEMPORAL_DATE_TIME_NAME

    Swift

    -
    let CRS_UNITS_PARTS_PER_MILLION_NAME: String
    +
    let CRS_CS_TEMPORAL_DATE_TIME_NAME: String
    +
  • @@ -10592,24 +11080,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_UNITS_PASCAL_NAME
    +
    extern NSString * const CRS_CS_TEMPORAL_MEASURE_NAME

    Swift

    -
    let CRS_UNITS_PASCAL_NAME: String
    +
    let CRS_CS_TEMPORAL_MEASURE_NAME: String
    +
  • @@ -10624,24 +11115,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_UNITS_HECTOPASCAL_NAME
    +
    extern NSString * const CRS_CS_VERTICAL_NAME

    Swift

    -
    let CRS_UNITS_HECTOPASCAL_NAME: String
    +
    let CRS_CS_VERTICAL_NAME: String
    +
  • @@ -10649,31 +11143,34 @@

    Declaration

    -

    Undocumented

    +

    Unit Type names

    Declaration

    Objective-C

    -
    extern NSString * const CRS_UNITS_MICROSECOND_NAME
    +
    extern NSString *const CRS_UNIT_ANGLE_NAME

    Swift

    -
    let CRS_UNITS_MICROSECOND_NAME: String
    +
    let CRS_UNIT_ANGLE_NAME: String
    +
  • @@ -10688,24 +11185,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_UNITS_MILLISECOND_NAME
    +
    extern NSString * const CRS_UNIT_LENGTH_NAME

    Swift

    -
    let CRS_UNITS_MILLISECOND_NAME: String
    +
    let CRS_UNIT_LENGTH_NAME: String
    +
  • @@ -10720,24 +11220,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_UNITS_SECOND_NAME
    +
    extern NSString * const CRS_UNIT_PARAMETRIC_NAME

    Swift

    -
    let CRS_UNITS_SECOND_NAME: String
    +
    let CRS_UNIT_PARAMETRIC_NAME: String
    +
  • @@ -10752,24 +11255,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_UNITS_MINUTE_NAME
    +
    extern NSString * const CRS_UNIT_SCALE_NAME

    Swift

    -
    let CRS_UNITS_MINUTE_NAME: String
    +
    let CRS_UNIT_SCALE_NAME: String
    +
  • @@ -10784,24 +11290,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_UNITS_HOUR_NAME
    +
    extern NSString * const CRS_UNIT_TIME_NAME

    Swift

    -
    let CRS_UNITS_HOUR_NAME: String
    +
    let CRS_UNIT_TIME_NAME: String
    +
  • @@ -10816,24 +11325,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_UNITS_DAY_NAME
    +
    extern NSString * const CRS_UNIT_NAME

    Swift

    -
    let CRS_UNITS_DAY_NAME: String
    +
    let CRS_UNIT_NAME: String
    +
  • @@ -10848,24 +11360,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_UNITS_YEAR_NAME
    +
    extern NSString * const CRS_UNITS_MICROMETRE_NAME

    Swift

    -
    let CRS_UNITS_YEAR_NAME: String
    +
    let CRS_UNITS_MICROMETRE_NAME: String
    +
  • @@ -10880,24 +11395,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_UNITS_CALENDAR_SECOND_NAME
    +
    extern NSString * const CRS_UNITS_MILLIMETRE_NAME

    Swift

    -
    let CRS_UNITS_CALENDAR_SECOND_NAME: String
    +
    let CRS_UNITS_MILLIMETRE_NAME: String
    +
  • @@ -10912,24 +11430,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_UNITS_CALENDAR_MONTH_NAME
    +
    extern NSString * const CRS_UNITS_METRE_NAME

    Swift

    -
    let CRS_UNITS_CALENDAR_MONTH_NAME: String
    +
    let CRS_UNITS_METRE_NAME: String
    +
  • @@ -10937,31 +11458,34 @@

    Declaration

    -

    id property name

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern NSString *const OAF_ID
    +
    extern NSString * const CRS_UNITS_KILOMETRE_NAME

    Swift

    -
    let OAF_ID: String
    +
    let CRS_UNITS_KILOMETRE_NAME: String
    +
  • @@ -10969,31 +11493,34 @@

    Declaration

    -

    description property name

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern NSString *const OAF_DESCRIPTION
    +
    extern NSString * const CRS_UNITS_GERMAN_LEGAL_METRE_NAME

    Swift

    -
    let OAF_DESCRIPTION: String
    +
    let CRS_UNITS_GERMAN_LEGAL_METRE_NAME: String
    +
  • @@ -11001,31 +11528,34 @@

    Declaration

    -

    extent property name

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern NSString *const OAF_EXTENT
    +
    extern NSString * const CRS_UNITS_US_SURVEY_FOOT_NAME

    Swift

    -
    let OAF_EXTENT: String
    +
    let CRS_UNITS_US_SURVEY_FOOT_NAME: String
    +
  • @@ -11033,31 +11563,34 @@

    Declaration

    -

    item type property name

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern NSString *const OAF_ITEM_TYPE
    +
    extern NSString * const CRS_UNITS_FOOT_NAME

    Swift

    -
    let OAF_ITEM_TYPE: String
    +
    let CRS_UNITS_FOOT_NAME: String
    +
  • @@ -11065,31 +11598,34 @@

    Declaration

    -

    collections property name

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern NSString *const OAF_COLLECTIONS
    +
    extern NSString * const CRS_UNITS_MICRORADIAN_NAME

    Swift

    -
    let OAF_COLLECTIONS: String
    +
    let CRS_UNITS_MICRORADIAN_NAME: String
    +
  • @@ -11097,31 +11633,34 @@

    Declaration

    -

    CRS pattern

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern NSString *const OAF_CRS_PATTERN
    +
    extern NSString * const CRS_UNITS_MILLIRADIAN_NAME

    Swift

    -
    let OAF_CRS_PATTERN: String
    +
    let CRS_UNITS_MILLIRADIAN_NAME: String
    +
  • @@ -11129,31 +11668,34 @@

    Declaration

    -

    CRS pattern authority group

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern const int OAF_CRS_PATTERN_AUTHORITY_GROUP
    +
    extern NSString * const CRS_UNITS_RADIAN_NAME

    Swift

    -
    let OAF_CRS_PATTERN_AUTHORITY_GROUP: Int32
    +
    let CRS_UNITS_RADIAN_NAME: String
    +
  • @@ -11161,31 +11703,34 @@

    Declaration

    -

    CRS pattern code group

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern const int OAF_CRS_PATTERN_VERSION_GROUP
    +
    extern NSString * const CRS_UNITS_ARC_SECOND_NAME

    Swift

    -
    let OAF_CRS_PATTERN_VERSION_GROUP: Int32
    +
    let CRS_UNITS_ARC_SECOND_NAME: String
    +
  • @@ -11193,31 +11738,34 @@

    Declaration

    -

    CRS pattern code group

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern const int OAF_CRS_PATTERN_CODE_GROUP
    +
    extern NSString * const CRS_UNITS_ARC_MINUTE_NAME

    Swift

    -
    let OAF_CRS_PATTERN_CODE_GROUP: Int32
    +
    let CRS_UNITS_ARC_MINUTE_NAME: String
    +
  • @@ -11225,31 +11773,34 @@

    Declaration

    -

    Base CRS URL

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern NSString *const OAF_CRS_BASE_URL
    +
    extern NSString * const CRS_UNITS_DEGREE_NAME

    Swift

    -
    let OAF_CRS_BASE_URL: String
    +
    let CRS_UNITS_DEGREE_NAME: String
    +
  • @@ -11257,31 +11808,34 @@

    Declaration

    -

    spatial property name

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern NSString *const OAF_SPATIAL
    +
    extern NSString * const CRS_UNITS_GRAD_NAME

    Swift

    -
    let OAF_SPATIAL: String
    +
    let CRS_UNITS_GRAD_NAME: String
    +
  • @@ -11289,31 +11843,34 @@

    Declaration

    -

    temporal property name

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern NSString *const OAF_TEMPORAL
    +
    extern NSString * const CRS_UNITS_UNITY_NAME

    Swift

    -
    let OAF_TEMPORAL: String
    +
    let CRS_UNITS_UNITY_NAME: String
    +
  • @@ -11321,31 +11878,34 @@

    Declaration

    -

    Links property name

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern NSString *const OAF_LINKS
    +
    extern NSString * const CRS_UNITS_BIN_NAME

    Swift

    -
    let OAF_LINKS: String
    +
    let CRS_UNITS_BIN_NAME: String
    +
  • @@ -11353,31 +11913,34 @@

    Declaration

    -

    Time Stamp property name

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern NSString *const OAF_TIME_STAMP
    +
    extern NSString * const CRS_UNITS_PARTS_PER_MILLION_NAME

    Swift

    -
    let OAF_TIME_STAMP: String
    +
    let CRS_UNITS_PARTS_PER_MILLION_NAME: String
    +
  • @@ -11385,31 +11948,34 @@

    Declaration

    -

    Number Matched property name

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern NSString *const OAF_NUMBER_MATCHED
    +
    extern NSString * const CRS_UNITS_PASCAL_NAME

    Swift

    -
    let OAF_NUMBER_MATCHED: String
    +
    let CRS_UNITS_PASCAL_NAME: String
    +
  • @@ -11417,31 +11983,34 @@

    Declaration

    -

    Number Returned property name

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern NSString *const OAF_NUMBER_RETURNED
    +
    extern NSString * const CRS_UNITS_HECTOPASCAL_NAME

    Swift

    -
    let OAF_NUMBER_RETURNED: String
    +
    let CRS_UNITS_HECTOPASCAL_NAME: String
    +
  • @@ -11449,31 +12018,34 @@

    Declaration

    -

    Link relation for next

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern NSString *const OAF_LINK_RELATION_NEXT
    +
    extern NSString * const CRS_UNITS_MICROSECOND_NAME

    Swift

    -
    let OAF_LINK_RELATION_NEXT: String
    +
    let CRS_UNITS_MICROSECOND_NAME: String
    +
  • @@ -11481,31 +12053,34 @@

    Declaration

    -

    Limit default

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern const int OAF_LIMIT_DEFAULT
    +
    extern NSString * const CRS_UNITS_MILLISECOND_NAME

    Swift

    -
    let OAF_LIMIT_DEFAULT: Int32
    +
    let CRS_UNITS_MILLISECOND_NAME: String
    +
  • @@ -11513,31 +12088,34 @@

    Declaration

    -

    href property name

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern NSString *const OAF_HREF
    +
    extern NSString * const CRS_UNITS_SECOND_NAME

    Swift

    -
    let OAF_HREF: String
    +
    let CRS_UNITS_SECOND_NAME: String
    +
  • @@ -11545,31 +12123,34 @@

    Declaration

    -

    rel property name

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern NSString *const OAF_REL
    +
    extern NSString * const CRS_UNITS_MINUTE_NAME

    Swift

    -
    let OAF_REL: String
    +
    let CRS_UNITS_MINUTE_NAME: String
    +
  • @@ -11577,31 +12158,34 @@

    Declaration

    -

    type property name

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern NSString *const OAF_TYPE
    +
    extern NSString * const CRS_UNITS_HOUR_NAME

    Swift

    -
    let OAF_TYPE: String
    +
    let CRS_UNITS_HOUR_NAME: String
    +
  • @@ -11609,31 +12193,34 @@

    Declaration

    -

    hreflang property name

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern NSString *const OAF_HREFLANG
    +
    extern NSString * const CRS_UNITS_DAY_NAME

    Swift

    -
    let OAF_HREFLANG: String
    +
    let CRS_UNITS_DAY_NAME: String
    +
  • @@ -11641,31 +12228,34 @@

    Declaration

    -

    title property name

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern NSString *const OAF_TITLE
    +
    extern NSString * const CRS_UNITS_YEAR_NAME

    Swift

    -
    let OAF_TITLE: String
    +
    let CRS_UNITS_YEAR_NAME: String
    +
  • @@ -11673,31 +12263,34 @@

    Declaration

    -

    length property name

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern NSString *const OAF_LENGTH
    +
    extern NSString * const CRS_UNITS_CALENDAR_SECOND_NAME

    Swift

    -
    let OAF_LENGTH: String
    +
    let CRS_UNITS_CALENDAR_SECOND_NAME: String
    +
  • @@ -11705,31 +12298,34 @@

    Declaration

    -

    bbox property name

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern NSString *const OAF_BBOX
    +
    extern NSString * const CRS_UNITS_CALENDAR_MONTH_NAME

    Swift

    -
    let OAF_BBOX: String
    +
    let CRS_UNITS_CALENDAR_MONTH_NAME: String
    +
  • @@ -11737,31 +12333,34 @@

    Declaration

    -

    crs property name

    +

    Ellipsoid Type names

    Declaration

    Objective-C

    -
    extern NSString *const OAF_CRS
    +
    extern NSString *const CRS_ELLIPSOID_OBLATE_NAME

    Swift

    -
    let OAF_CRS: String
    +
    let CRS_ELLIPSOID_OBLATE_NAME: String
    +
  • @@ -11769,31 +12368,34 @@

    Declaration

    -

    interval property name

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern NSString *const OAF_INTERVAL
    +
    extern NSString * const CRS_ELLIPSOID_TRIAXIAL_NAME

    Swift

    -
    let OAF_INTERVAL: String
    +
    let CRS_ELLIPSOID_TRIAXIAL_NAME: String
    +
  • @@ -11801,31 +12403,34 @@

    Declaration

    -

    trs property name

    +

    Coordinate Operation Type names

    Declaration

    Objective-C

    -
    extern NSString *const OAF_TRS
    +
    extern NSString *const CRS_OPERATION_COORDINATE_NAME

    Swift

    -
    let OAF_TRS: String
    +
    let CRS_OPERATION_COORDINATE_NAME: String
    +
  • @@ -11840,24 +12445,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const PROJ_BUNDLE_NAME
    +
    extern NSString * const CRS_OPERATION_POINT_MOTION_NAME

    Swift

    -
    let PROJ_BUNDLE_NAME: String
    +
    let CRS_OPERATION_POINT_MOTION_NAME: String
    +
  • @@ -11872,24 +12480,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const PROJ_PROPERTY_LIST_TYPE
    +
    extern NSString * const CRS_OPERATION_MAP_PROJECTION_NAME

    Swift

    -
    let PROJ_PROPERTY_LIST_TYPE: String
    +
    let CRS_OPERATION_MAP_PROJECTION_NAME: String
    +
  • @@ -11897,31 +12508,34 @@

    Declaration

    -

    Projection constants

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern NSString *const PROJ_PROPERTIES
    +
    extern NSString * const CRS_OPERATION_DERIVING_CONVERSION_NAME

    Swift

    -
    let PROJ_PROPERTIES: String
    +
    let CRS_OPERATION_DERIVING_CONVERSION_NAME: String
    +
  • @@ -11936,24 +12550,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const PROJ_AUTHORITY_EPSG
    +
    extern NSString * const CRS_OPERATION_ABRIDGED_COORDINATE_TRANSFORMATION_NAME

    Swift

    -
    let PROJ_AUTHORITY_EPSG: String
    +
    let CRS_OPERATION_ABRIDGED_COORDINATE_TRANSFORMATION_NAME: String
    +
  • @@ -11968,24 +12585,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const PROJ_AUTHORITY_NONE
    +
    extern NSString * const CRS_PROJ_PARAM_PROJ

    Swift

    -
    let PROJ_AUTHORITY_NONE: String
    +
    let CRS_PROJ_PARAM_PROJ: String
    +
  • @@ -12000,24 +12620,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const PROJ_AUTHORITY_OGC
    +
    extern NSString * const CRS_PROJ_PARAM_ZONE

    Swift

    -
    let PROJ_AUTHORITY_OGC: String
    +
    let CRS_PROJ_PARAM_ZONE: String
    +
  • @@ -12032,24 +12655,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const PROJ_AUTHORITY_NSG
    +
    extern NSString * const CRS_PROJ_PARAM_SOUTH

    Swift

    -
    let PROJ_AUTHORITY_NSG: String
    +
    let CRS_PROJ_PARAM_SOUTH: String
    +
  • @@ -12064,24 +12690,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern int const PROJ_UNDEFINED_CARTESIAN
    +
    extern NSString * const CRS_PROJ_PARAM_LAT_1

    Swift

    -
    let PROJ_UNDEFINED_CARTESIAN: Int32
    +
    let CRS_PROJ_PARAM_LAT_1: String
    +
  • @@ -12096,24 +12725,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern int const PROJ_UNDEFINED_GEOGRAPHIC
    +
    extern NSString * const CRS_PROJ_PARAM_LAT_2

    Swift

    -
    let PROJ_UNDEFINED_GEOGRAPHIC: Int32
    +
    let CRS_PROJ_PARAM_LAT_2: String
    +
  • @@ -12128,24 +12760,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern int const PROJ_EPSG_WORLD_GEODETIC_SYSTEM
    +
    extern NSString * const CRS_PROJ_PARAM_LAT_0

    Swift

    -
    let PROJ_EPSG_WORLD_GEODETIC_SYSTEM: Int32
    +
    let CRS_PROJ_PARAM_LAT_0: String
    +
  • @@ -12160,24 +12795,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern int const PROJ_EPSG_WEB_MERCATOR
    +
    extern NSString * const CRS_PROJ_PARAM_LAT_TS

    Swift

    -
    let PROJ_EPSG_WEB_MERCATOR: Int32
    +
    let CRS_PROJ_PARAM_LAT_TS: String
    +
  • @@ -12192,24 +12830,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern int const PROJ_EPSG_WORLD_GEODETIC_SYSTEM_GEOGRAPHICAL_3D
    +
    extern NSString * const CRS_PROJ_PARAM_LON_0

    Swift

    -
    let PROJ_EPSG_WORLD_GEODETIC_SYSTEM_GEOGRAPHICAL_3D: Int32
    +
    let CRS_PROJ_PARAM_LON_0: String
    +
  • @@ -12224,24 +12865,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const PROJ_OGC_CRS84
    +
    extern NSString * const CRS_PROJ_PARAM_LONC

    Swift

    -
    let PROJ_OGC_CRS84: String
    +
    let CRS_PROJ_PARAM_LONC: String
    +
  • @@ -12256,24 +12900,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern double const PROJ_WEB_MERCATOR_MAX_LAT_RANGE
    +
    extern NSString * const CRS_PROJ_PARAM_ALPHA

    Swift

    -
    let PROJ_WEB_MERCATOR_MAX_LAT_RANGE: Double
    +
    let CRS_PROJ_PARAM_ALPHA: String
    +
  • @@ -12288,24 +12935,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern double const PROJ_WEB_MERCATOR_MIN_LAT_RANGE
    +
    extern NSString * const CRS_PROJ_PARAM_K_0

    Swift

    -
    let PROJ_WEB_MERCATOR_MIN_LAT_RANGE: Double
    +
    let CRS_PROJ_PARAM_K_0: String
    +
  • @@ -12320,24 +12970,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern double const PROJ_WEB_MERCATOR_HALF_WORLD_WIDTH
    +
    extern NSString * const CRS_PROJ_PARAM_X_0

    Swift

    -
    let PROJ_WEB_MERCATOR_HALF_WORLD_WIDTH: Double
    +
    let CRS_PROJ_PARAM_X_0: String
    +
  • @@ -12352,24 +13005,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern double const PROJ_MERCATOR_RADIUS
    +
    extern NSString * const CRS_PROJ_PARAM_Y_0

    Swift

    -
    let PROJ_MERCATOR_RADIUS: Double
    +
    let CRS_PROJ_PARAM_Y_0: String
    +
  • @@ -12384,24 +13040,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern double const PROJ_WGS84_HALF_WORLD_LON_WIDTH
    +
    extern NSString * const CRS_PROJ_PARAM_AXIS

    Swift

    -
    let PROJ_WGS84_HALF_WORLD_LON_WIDTH: Double
    +
    let CRS_PROJ_PARAM_AXIS: String
    +
  • @@ -12416,24 +13075,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern double const PROJ_WGS84_HALF_WORLD_LAT_HEIGHT
    +
    extern NSString * const CRS_PROJ_PARAM_DATUM

    Swift

    -
    let PROJ_WGS84_HALF_WORLD_LAT_HEIGHT: Double
    +
    let CRS_PROJ_PARAM_DATUM: String
    +
  • @@ -12448,12 +13110,17 @@

    Declaration

    Declaration

    Objective-C

    -
    extern char const pj_release[]
    +
    extern NSString * const CRS_PROJ_PARAM_NO_UOFF
    + +
    +
    +

    Swift

    +
    let CRS_PROJ_PARAM_NO_UOFF: String
    @@ -12461,9 +13128,9 @@

    Declaration

  • @@ -12478,17 +13145,17 @@

    Declaration

    Declaration

    Objective-C

    -
    extern int pj_errno
    +
    extern NSString * const CRS_PROJ_PARAM_GAMMA

    Swift

    -
    var pj_errno: Int32
    +
    let CRS_PROJ_PARAM_GAMMA: String
    @@ -12496,9 +13163,9 @@

    Declaration

  • @@ -12513,12 +13180,17 @@

    Declaration

    Declaration

    Objective-C

    -
    extern struct PJ_LIST pj_list[]
    +
    extern NSString * const CRS_PROJ_PARAM_A
    + +
    +
    +

    Swift

    +
    let CRS_PROJ_PARAM_A: String
    @@ -12526,9 +13198,9 @@

    Declaration

  • @@ -12543,12 +13215,17 @@

    Declaration

    Declaration

    Objective-C

    -
    extern struct PJ_SELFTEST_LIST pj_selftest_list[]
    +
    extern NSString * const CRS_PROJ_PARAM_B
    + +
    +
    +

    Swift

    +
    let CRS_PROJ_PARAM_B: String
    @@ -12556,9 +13233,9 @@

    Declaration

  • @@ -12573,12 +13250,17 @@

    Declaration

    Declaration

    Objective-C

    -
    extern struct PJ_ELLPS pj_ellps[]
    +
    extern NSString * const CRS_PROJ_PARAM_ELLPS
    + +
    +
    +

    Swift

    +
    let CRS_PROJ_PARAM_ELLPS: String
    @@ -12586,9 +13268,9 @@

    Declaration

  • @@ -12603,12 +13285,17 @@

    Declaration

    Declaration

    Objective-C

    -
    extern struct PJ_UNITS pj_units[]
    +
    extern NSString * const CRS_PROJ_PARAM_TOWGS84
    + +
    +
    +

    Swift

    +
    let CRS_PROJ_PARAM_TOWGS84: String
    @@ -12616,9 +13303,9 @@

    Declaration

  • @@ -12633,12 +13320,17 @@

    Declaration

    Declaration

    Objective-C

    -
    extern struct PJ_DATUMS pj_datums[]
    +
    extern NSString * const CRS_PROJ_PARAM_PM
    + +
    +
    +

    Swift

    +
    let CRS_PROJ_PARAM_PM: String
    @@ -12646,9 +13338,9 @@

    Declaration

  • @@ -12663,12 +13355,17 @@

    Declaration

    Declaration

    Objective-C

    -
    extern struct PJ_PRIME_MERIDIANS pj_prime_meridians[]
    +
    extern NSString * const CRS_PROJ_PARAM_UNITS
    + +
    +
    +

    Swift

    +
    let CRS_PROJ_PARAM_UNITS: String
    @@ -12676,9 +13373,9 @@

    Declaration

  • @@ -12686,31 +13383,34 @@

    Declaration

    -

    Feature type

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern NSString *const SFG_TYPE_FEATURE
    +
    extern NSString * const CRS_PROJ_PARAM_TO_METER

    Swift

    -
    let SFG_TYPE_FEATURE: String
    +
    let CRS_PROJ_PARAM_TO_METER: String
    +
  • @@ -12718,31 +13418,34 @@

    Declaration

    -

    Id key

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern NSString *const SFG_MEMBER_ID
    +
    extern NSString * const CRS_PROJ_PARAM_NADGRIDS

    Swift

    -
    let SFG_MEMBER_ID: String
    +
    let CRS_PROJ_PARAM_NADGRIDS: String
    +
  • @@ -12750,31 +13453,34 @@

    Declaration

    -

    Geometry key

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern NSString *const SFG_MEMBER_GEOMETRY
    +
    extern NSString * const CRS_PROJ_PARAM_WKTEXT

    Swift

    -
    let SFG_MEMBER_GEOMETRY: String
    +
    let CRS_PROJ_PARAM_WKTEXT: String
    +
  • @@ -12782,31 +13488,34 @@

    Declaration

    -

    Properties key

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern NSString *const SFG_MEMBER_PROPERTIES
    +
    extern NSString * const CRS_PROJ_PARAM_NO_DEFS

    Swift

    -
    let SFG_MEMBER_PROPERTIES: String
    +
    let CRS_PROJ_PARAM_NO_DEFS: String
    +
  • @@ -12814,31 +13523,34 @@

    Declaration

    -

    Feature Collection type

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern NSString *const SFG_TYPE_FEATURE_COLLECTION
    +
    extern NSString * const CRS_PROJ_NAME_AEA

    Swift

    -
    let SFG_TYPE_FEATURE_COLLECTION: String
    +
    let CRS_PROJ_NAME_AEA: String
    +
  • @@ -12846,31 +13558,34 @@

    Declaration

    -

    Features key

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern NSString *const SFG_MEMBER_FEATURES
    +
    extern NSString * const CRS_PROJ_NAME_CASS

    Swift

    -
    let SFG_MEMBER_FEATURES: String
    +
    let CRS_PROJ_NAME_CASS: String
    +
  • @@ -12878,31 +13593,34 @@

    Declaration

    -

    Type key

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern NSString *const SFG_MEMBER_TYPE
    +
    extern NSString * const CRS_PROJ_NAME_CEA

    Swift

    -
    let SFG_MEMBER_TYPE: String
    +
    let CRS_PROJ_NAME_CEA: String
    +
  • @@ -12910,31 +13628,34 @@

    Declaration

    -

    Bounding Box key

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern NSString *const SFG_MEMBER_BBOX
    +
    extern NSString * const CRS_PROJ_NAME_EQC

    Swift

    -
    let SFG_MEMBER_BBOX: String
    +
    let CRS_PROJ_NAME_EQC: String
    +
  • @@ -12942,31 +13663,34 @@

    Declaration

    -

    Coordinates key

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern NSString *const SFG_MEMBER_COORDINATES
    +
    extern NSString * const CRS_PROJ_NAME_KROVAK

    Swift

    -
    let SFG_MEMBER_COORDINATES: String
    +
    let CRS_PROJ_NAME_KROVAK: String
    +
  • @@ -12974,31 +13698,34 @@

    Declaration

    -

    Geometries key

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern NSString *const SFG_MEMBER_GEOMETRIES
    +
    extern NSString * const CRS_PROJ_NAME_LAEA

    Swift

    -
    let SFG_MEMBER_GEOMETRIES: String
    +
    let CRS_PROJ_NAME_LAEA: String
    +
  • @@ -13006,31 +13733,34 @@

    Declaration

    -

    Default read byte order

    +

    Undocumented

    Declaration

    Objective-C

    -
    static CFByteOrder DEFAULT_READ_BYTE_ORDER = CFByteOrderBigEndian
    +
    extern NSString * const CRS_PROJ_NAME_LCC

    Swift

    -
    var DEFAULT_READ_BYTE_ORDER: CFByteOrder
    +
    let CRS_PROJ_NAME_LCC: String
    +
  • @@ -13038,31 +13768,34 @@

    Declaration

    -

    Default write byte order

    +

    Undocumented

    Declaration

    Objective-C

    -
    static CFByteOrder DEFAULT_WRITE_BYTE_ORDER = CFByteOrderBigEndian
    +
    extern NSString * const CRS_PROJ_NAME_LONGLAT

    Swift

    -
    var DEFAULT_WRITE_BYTE_ORDER: CFByteOrder
    +
    let CRS_PROJ_NAME_LONGLAT: String
    +
  • @@ -13070,31 +13803,34 @@

    Declaration

    -

    Default epsilon for point in or on line tolerance

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern const double SF_DEFAULT_LINE_EPSILON
    +
    extern NSString * const CRS_PROJ_NAME_MERC

    Swift

    -
    let SF_DEFAULT_LINE_EPSILON: Double
    +
    let CRS_PROJ_NAME_MERC: String
    +
  • @@ -13102,31 +13838,34 @@

    Declaration

    -

    Default epsilon for point equality

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern const double SF_DEFAULT_EQUAL_EPSILON
    +
    extern NSString * const CRS_PROJ_NAME_NZMG

    Swift

    -
    let SF_DEFAULT_EQUAL_EPSILON: Double
    +
    let CRS_PROJ_NAME_NZMG: String
    +
  • @@ -13134,31 +13873,34 @@

    Declaration

    -

    Web Mercator Latitude Range

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern const double SF_WEB_MERCATOR_MAX_LAT_RANGE
    +
    extern NSString * const CRS_PROJ_NAME_OMERC

    Swift

    -
    let SF_WEB_MERCATOR_MAX_LAT_RANGE: Double
    +
    let CRS_PROJ_NAME_OMERC: String
    +
  • @@ -13166,31 +13908,34 @@

    Declaration

    -

    Web Mercator Latitude Range

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern const double SF_WEB_MERCATOR_MIN_LAT_RANGE
    +
    extern NSString * const CRS_PROJ_NAME_POLY

    Swift

    -
    let SF_WEB_MERCATOR_MIN_LAT_RANGE: Double
    +
    let CRS_PROJ_NAME_POLY: String
    +
  • @@ -13198,31 +13943,34 @@

    Declaration

    -

    Half the world distance in either direction

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern const double SF_WEB_MERCATOR_HALF_WORLD_WIDTH
    +
    extern NSString * const CRS_PROJ_NAME_SOMERC

    Swift

    -
    let SF_WEB_MERCATOR_HALF_WORLD_WIDTH: Double
    +
    let CRS_PROJ_NAME_SOMERC: String
    +
  • @@ -13230,31 +13978,34 @@

    Declaration

    -

    Half the world longitude width for WGS84

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern const double SF_WGS84_HALF_WORLD_LON_WIDTH
    +
    extern NSString * const CRS_PROJ_NAME_STERE

    Swift

    -
    let SF_WGS84_HALF_WORLD_LON_WIDTH: Double
    +
    let CRS_PROJ_NAME_STERE: String
    +
  • @@ -13262,31 +14013,34 @@

    Declaration

    -

    Half the world latitude height for WGS84

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern const double SF_WGS84_HALF_WORLD_LAT_HEIGHT
    +
    extern NSString * const CRS_PROJ_NAME_STEREA

    Swift

    -
    let SF_WGS84_HALF_WORLD_LAT_HEIGHT: Double
    +
    let CRS_PROJ_NAME_STEREA: String
    +
  • @@ -13294,31 +14048,34 @@

    Declaration

    -

    Minimum latitude degrees value convertible to meters

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern const double SF_DEGREES_TO_METERS_MIN_LAT
    +
    extern NSString * const CRS_PROJ_NAME_TMERC

    Swift

    -
    let SF_DEGREES_TO_METERS_MIN_LAT: Double
    +
    let CRS_PROJ_NAME_TMERC: String
    +
  • @@ -13326,31 +14083,34 @@

    Declaration

    -

    Absolute north bearing in degrees

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern const double SF_BEARING_NORTH
    +
    extern NSString * const CRS_PROJ_NAME_UTM

    Swift

    -
    let SF_BEARING_NORTH: Double
    +
    let CRS_PROJ_NAME_UTM: String
    +
  • @@ -13358,31 +14118,34 @@

    Declaration

    -

    Absolute east bearing in degrees

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern const double SF_BEARING_EAST
    +
    extern NSString * const CRS_PROJ_AXIS_EAST

    Swift

    -
    let SF_BEARING_EAST: Double
    +
    let CRS_PROJ_AXIS_EAST: String
    +
  • @@ -13390,31 +14153,34 @@

    Declaration

    -

    Absolute south bearing in degrees

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern const double SF_BEARING_SOUTH
    +
    extern NSString * const CRS_PROJ_AXIS_WEST

    Swift

    -
    let SF_BEARING_SOUTH: Double
    +
    let CRS_PROJ_AXIS_WEST: String
    +
  • @@ -13422,31 +14188,34 @@

    Declaration

    -

    Absolute west bearing degrees

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern const double SF_BEARING_WEST
    +
    extern NSString * const CRS_PROJ_AXIS_NORTH

    Swift

    -
    let SF_BEARING_WEST: Double
    +
    let CRS_PROJ_AXIS_NORTH: String
    +
  • @@ -13454,31 +14223,34 @@

    Declaration

    -

    Radians to Degrees conversion

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern const double SF_RADIANS_TO_DEGREES
    +
    extern NSString * const CRS_PROJ_AXIS_SOUTH

    Swift

    -
    let SF_RADIANS_TO_DEGREES: Double
    +
    let CRS_PROJ_AXIS_SOUTH: String
    +
  • @@ -13486,31 +14258,34 @@

    Declaration

    -

    Degrees to Radians conversion

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern const double SF_DEGREES_TO_RADIANS
    +
    extern NSString * const CRS_PROJ_AXIS_UP

    Swift

    -
    let SF_DEGREES_TO_RADIANS: Double
    +
    let CRS_PROJ_AXIS_UP: String
    +
  • @@ -13518,31 +14293,34 @@

    Declaration

    -

    Geometry type names

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern NSString *const SF_GEOMETRY_NAME
    +
    extern NSString * const CRS_PROJ_AXIS_DOWN

    Swift

    -
    let SF_GEOMETRY_NAME: String
    +
    let CRS_PROJ_AXIS_DOWN: String
    +
  • @@ -13557,24 +14335,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const SF_POINT_NAME
    +
    extern NSString * const CRS_PROJ_AXIS_WEST_SOUTH_UP

    Swift

    -
    let SF_POINT_NAME: String
    +
    let CRS_PROJ_AXIS_WEST_SOUTH_UP: String
    +
  • @@ -13589,24 +14370,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const SF_LINESTRING_NAME
    +
    extern NSString * const CRS_PROJ_UNITS_METRE

    Swift

    -
    let SF_LINESTRING_NAME: String
    +
    let CRS_PROJ_UNITS_METRE: String
    +
  • @@ -13621,24 +14405,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const SF_POLYGON_NAME
    +
    extern NSString * const CRS_PROJ_UNITS_US_SURVEY_FOOT

    Swift

    -
    let SF_POLYGON_NAME: String
    +
    let CRS_PROJ_UNITS_US_SURVEY_FOOT: String
    +
  • @@ -13653,24 +14440,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const SF_MULTIPOINT_NAME
    +
    extern NSString * const CRS_PROJ_UNITS_FOOT

    Swift

    -
    let SF_MULTIPOINT_NAME: String
    +
    let CRS_PROJ_UNITS_FOOT: String
    +
  • @@ -13685,24 +14475,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const SF_MULTILINESTRING_NAME
    +
    extern NSString * const CRS_PROJ_UNITS_DEGREE

    Swift

    -
    let SF_MULTILINESTRING_NAME: String
    +
    let CRS_PROJ_UNITS_DEGREE: String
    +
  • @@ -13717,24 +14510,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const SF_MULTIPOLYGON_NAME
    +
    extern NSString * const CRS_PROJ_PSEUDO_MERCATOR

    Swift

    -
    let SF_MULTIPOLYGON_NAME: String
    +
    let CRS_PROJ_PSEUDO_MERCATOR: String
    +
  • @@ -13749,24 +14545,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const SF_GEOMETRYCOLLECTION_NAME
    +
    extern NSString * const CRS_PROJ_SWISS_OBLIQUE_MERCATOR

    Swift

    -
    let SF_GEOMETRYCOLLECTION_NAME: String
    +
    let CRS_PROJ_SWISS_OBLIQUE_MERCATOR: String
    +
  • @@ -13781,24 +14580,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const SF_CIRCULARSTRING_NAME
    +
    extern NSString * const CRS_PROJ_SWISS_OBLIQUE_MERCATOR_COMPAT

    Swift

    -
    let SF_CIRCULARSTRING_NAME: String
    +
    let CRS_PROJ_SWISS_OBLIQUE_MERCATOR_COMPAT: String
    +
  • @@ -13813,24 +14615,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const SF_COMPOUNDCURVE_NAME
    +
    extern NSString * const CRS_PROJ_UTM_ZONE

    Swift

    -
    let SF_COMPOUNDCURVE_NAME: String
    +
    let CRS_PROJ_UTM_ZONE: String
    +
  • @@ -13845,24 +14650,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const SF_CURVEPOLYGON_NAME
    +
    extern NSString * const CRS_WKT_SEPARATOR

    Swift

    -
    let SF_CURVEPOLYGON_NAME: String
    +
    let CRS_WKT_SEPARATOR: String
    +
  • @@ -13877,24 +14685,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const SF_MULTICURVE_NAME
    +
    extern NSString * const CRS_WKT_LEFT_DELIMITER

    Swift

    -
    let SF_MULTICURVE_NAME: String
    +
    let CRS_WKT_LEFT_DELIMITER: String
    +
  • @@ -13909,24 +14720,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const SF_MULTISURFACE_NAME
    +
    extern NSString * const CRS_WKT_LEFT_DELIMITER_COMPAT

    Swift

    -
    let SF_MULTISURFACE_NAME: String
    +
    let CRS_WKT_LEFT_DELIMITER_COMPAT: String
    +
  • @@ -13941,24 +14755,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const SF_CURVE_NAME
    +
    extern NSString * const CRS_WKT_RIGHT_DELIMITER

    Swift

    -
    let SF_CURVE_NAME: String
    +
    let CRS_WKT_RIGHT_DELIMITER: String
    +
  • @@ -13973,24 +14790,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const SF_SURFACE_NAME
    +
    extern NSString * const CRS_WKT_RIGHT_DELIMITER_COMPAT

    Swift

    -
    let SF_SURFACE_NAME: String
    +
    let CRS_WKT_RIGHT_DELIMITER_COMPAT: String
    +
  • @@ -14005,24 +14825,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const SF_POLYHEDRALSURFACE_NAME
    +
    extern NSString * const CRS_WKT_AXIS_ABBREV_LEFT_DELIMITER

    Swift

    -
    let SF_POLYHEDRALSURFACE_NAME: String
    +
    let CRS_WKT_AXIS_ABBREV_LEFT_DELIMITER: String
    +
  • @@ -14037,24 +14860,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const SF_TIN_NAME
    +
    extern NSString * const CRS_WKT_AXIS_ABBREV_RIGHT_DELIMITER

    Swift

    -
    let SF_TIN_NAME: String
    +
    let CRS_WKT_AXIS_ABBREV_RIGHT_DELIMITER: String
    +
  • @@ -14069,24 +14895,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const SF_TRIANGLE_NAME
    +
    extern NSString * const CRS_WKT_AXIS_DIRECTION_OTHER

    Swift

    -
    let SF_TRIANGLE_NAME: String
    +
    let CRS_WKT_AXIS_DIRECTION_OTHER: String
    +
  • @@ -14101,24 +14930,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const SF_NONE_NAME
    +
    extern NSString * const CRS_WKT_AXIS_NAME_LON

    Swift

    -
    let SF_NONE_NAME: String
    +
    let CRS_WKT_AXIS_NAME_LON: String
    +
  • @@ -14126,31 +14958,34 @@

    Declaration

    -

    Little Endian byte order string

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern NSString *const TIFF_BYTE_ORDER_LITTLE_ENDIAN
    +
    extern NSString * const CRS_WKT_AXIS_NAME_LAT

    Swift

    -
    let TIFF_BYTE_ORDER_LITTLE_ENDIAN: String
    +
    let CRS_WKT_AXIS_NAME_LAT: String
    +
  • @@ -14158,31 +14993,34 @@

    Declaration

    -

    Big Endian byte order string

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern NSString *const TIFF_BYTE_ORDER_BIG_ENDIAN
    +
    extern NSString * const CRS_WKT_AXIS_NAME_X

    Swift

    -
    let TIFF_BYTE_ORDER_BIG_ENDIAN: String
    +
    let CRS_WKT_AXIS_NAME_X: String
    +
  • @@ -14190,31 +15028,34 @@

    Declaration

    -

    TIFF File Identifier

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern const NSInteger TIFF_FILE_IDENTIFIER
    +
    extern NSString * const CRS_WKT_AXIS_NAME_Y

    Swift

    -
    let TIFF_FILE_IDENTIFIER: Int
    +
    let CRS_WKT_AXIS_NAME_Y: String
    +
  • @@ -14222,31 +15063,34 @@

    Declaration

    -

    TIFF header bytes

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern const NSInteger TIFF_HEADER_BYTES
    +
    extern NSString * const CRS_WKT_AXIS_NAME_Z

    Swift

    -
    let TIFF_HEADER_BYTES: Int
    +
    let CRS_WKT_AXIS_NAME_Z: String
    +
  • @@ -14254,31 +15098,34 @@

    Declaration

    -

    Image File Directory header / number of entries bytes

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern const NSInteger TIFF_IFD_HEADER_BYTES
    +
    extern NSString * const CRS_WKT_DATUM_TYPE

    Swift

    -
    let TIFF_IFD_HEADER_BYTES: Int
    +
    let CRS_WKT_DATUM_TYPE: String
    +
  • @@ -14286,31 +15133,34 @@

    Declaration

    -

    Image File Directory offset to the next IFD bytes

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern const NSInteger TIFF_IFD_OFFSET_BYTES
    +
    extern NSString * const PROJ_BUNDLE_NAME

    Swift

    -
    let TIFF_IFD_OFFSET_BYTES: Int
    +
    let PROJ_BUNDLE_NAME: String
    +
  • @@ -14318,31 +15168,34 @@

    Declaration

    -

    Image File Directory entry bytes

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern const NSInteger TIFF_IFD_ENTRY_BYTES
    +
    extern NSString * const PROJ_PROPERTY_LIST_TYPE

    Swift

    -
    let TIFF_IFD_ENTRY_BYTES: Int
    +
    let PROJ_PROPERTY_LIST_TYPE: String
    +
  • @@ -14350,31 +15203,34 @@

    Declaration

    -

    Default max bytes per strip when writing strips

    +

    Projection constants

    Declaration

    Objective-C

    -
    extern const NSInteger TIFF_DEFAULT_MAX_BYTES_PER_STRIP
    +
    extern NSString *const PROJ_PROPERTIES

    Swift

    -
    let TIFF_DEFAULT_MAX_BYTES_PER_STRIP: Int
    +
    let PROJ_PROPERTIES: String
    +
  • @@ -14389,24 +15245,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_COMPRESSION_NO
    +
    extern NSString * const PROJ_AUTHORITY_EPSG

    Swift

    -
    let TIFF_COMPRESSION_NO: Int
    +
    let PROJ_AUTHORITY_EPSG: String
    +
  • @@ -14421,24 +15280,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_COMPRESSION_CCITT_HUFFMAN
    +
    extern NSString * const PROJ_AUTHORITY_NONE

    Swift

    -
    let TIFF_COMPRESSION_CCITT_HUFFMAN: Int
    +
    let PROJ_AUTHORITY_NONE: String
    +
  • @@ -14453,24 +15315,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_COMPRESSION_T4
    +
    extern NSString * const PROJ_AUTHORITY_OGC

    Swift

    -
    let TIFF_COMPRESSION_T4: Int
    +
    let PROJ_AUTHORITY_OGC: String
    +
  • @@ -14485,24 +15350,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_COMPRESSION_T6
    +
    extern NSString * const PROJ_AUTHORITY_NSG

    Swift

    -
    let TIFF_COMPRESSION_T6: Int
    +
    let PROJ_AUTHORITY_NSG: String
    +
  • @@ -14517,24 +15385,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_COMPRESSION_LZW
    +
    extern int const PROJ_UNDEFINED_CARTESIAN

    Swift

    -
    let TIFF_COMPRESSION_LZW: Int
    +
    let PROJ_UNDEFINED_CARTESIAN: Int32
    +
  • @@ -14549,24 +15420,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_COMPRESSION_JPEG_OLD
    +
    extern int const PROJ_UNDEFINED_GEOGRAPHIC

    Swift

    -
    let TIFF_COMPRESSION_JPEG_OLD: Int
    +
    let PROJ_UNDEFINED_GEOGRAPHIC: Int32
    +
  • @@ -14581,24 +15455,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_COMPRESSION_JPEG_NEW
    +
    extern int const PROJ_EPSG_WORLD_GEODETIC_SYSTEM

    Swift

    -
    let TIFF_COMPRESSION_JPEG_NEW: Int
    +
    let PROJ_EPSG_WORLD_GEODETIC_SYSTEM: Int32
    +
  • @@ -14613,34 +15490,33 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_COMPRESSION_DEFLATE
    +
    extern int const PROJ_EPSG_WEB_MERCATOR

    Swift

    -
    let TIFF_COMPRESSION_DEFLATE: Int
    +
    let PROJ_EPSG_WEB_MERCATOR: Int32
    +
  • -
    -

    Deprecated

    - -

    Undocumented

    @@ -14649,24 +15525,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_COMPRESSION_PKZIP_DEFLATE
    +
    extern int const PROJ_EPSG_WORLD_GEODETIC_SYSTEM_GEOGRAPHICAL_3D

    Swift

    -
    let TIFF_COMPRESSION_PKZIP_DEFLATE: Int
    +
    let PROJ_EPSG_WORLD_GEODETIC_SYSTEM_GEOGRAPHICAL_3D: Int32
    +
  • @@ -14681,24 +15560,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_COMPRESSION_PACKBITS
    +
    extern NSString * const PROJ_OGC_CRS84

    Swift

    -
    let TIFF_COMPRESSION_PACKBITS: Int
    +
    let PROJ_OGC_CRS84: String
    +
  • @@ -14713,24 +15595,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_EXTRA_SAMPLES_UNSPECIFIED
    +
    extern double const PROJ_WEB_MERCATOR_MAX_LAT_RANGE

    Swift

    -
    let TIFF_EXTRA_SAMPLES_UNSPECIFIED: Int
    +
    let PROJ_WEB_MERCATOR_MAX_LAT_RANGE: Double
    +
  • @@ -14745,24 +15630,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_EXTRA_SAMPLES_ASSOCIATED_ALPHA
    +
    extern double const PROJ_WEB_MERCATOR_MIN_LAT_RANGE

    Swift

    -
    let TIFF_EXTRA_SAMPLES_ASSOCIATED_ALPHA: Int
    +
    let PROJ_WEB_MERCATOR_MIN_LAT_RANGE: Double
    +
  • @@ -14777,24 +15665,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_EXTRA_SAMPLES_UNASSOCIATED_ALPHA
    +
    extern double const PROJ_WEB_MERCATOR_HALF_WORLD_WIDTH

    Swift

    -
    let TIFF_EXTRA_SAMPLES_UNASSOCIATED_ALPHA: Int
    +
    let PROJ_WEB_MERCATOR_HALF_WORLD_WIDTH: Double
    +
  • @@ -14809,24 +15700,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_FILL_ORDER_LOWER_COLUMN_HIGHER_ORDER
    +
    extern double const PROJ_MERCATOR_RADIUS

    Swift

    -
    let TIFF_FILL_ORDER_LOWER_COLUMN_HIGHER_ORDER: Int
    +
    let PROJ_MERCATOR_RADIUS: Double
    +
  • @@ -14841,24 +15735,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_FILL_ORDER_LOWER_COLUMN_LOWER_ORDER
    +
    extern double const PROJ_WGS84_HALF_WORLD_LON_WIDTH

    Swift

    -
    let TIFF_FILL_ORDER_LOWER_COLUMN_LOWER_ORDER: Int
    +
    let PROJ_WGS84_HALF_WORLD_LON_WIDTH: Double
    +
  • @@ -14873,24 +15770,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_GRAY_RESPONSE_TENTHS
    +
    extern double const PROJ_WGS84_HALF_WORLD_LAT_HEIGHT

    Swift

    -
    let TIFF_GRAY_RESPONSE_TENTHS: Int
    +
    let PROJ_WGS84_HALF_WORLD_LAT_HEIGHT: Double
    +
  • @@ -14898,31 +15798,34 @@

    Declaration

    -

    Undocumented

    +

    Geometry type names

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_GRAY_RESPONSE_HUNDREDTHS
    +
    extern NSString *const SF_GEOMETRY_NAME

    Swift

    -
    let TIFF_GRAY_RESPONSE_HUNDREDTHS: Int
    +
    let SF_GEOMETRY_NAME: String
    +
  • @@ -14937,24 +15840,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_GRAY_RESPONSE_THOUSANDTHS
    +
    extern NSString * const SF_POINT_NAME

    Swift

    -
    let TIFF_GRAY_RESPONSE_THOUSANDTHS: Int
    +
    let SF_POINT_NAME: String
    +
  • @@ -14969,24 +15875,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_GRAY_RESPONSE_TEN_THOUSANDTHS
    +
    extern NSString * const SF_LINESTRING_NAME

    Swift

    -
    let TIFF_GRAY_RESPONSE_TEN_THOUSANDTHS: Int
    +
    let SF_LINESTRING_NAME: String
    +
  • @@ -15001,24 +15910,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_GRAY_RESPONSE_HUNDRED_THOUSANDTHS
    +
    extern NSString * const SF_POLYGON_NAME

    Swift

    -
    let TIFF_GRAY_RESPONSE_HUNDRED_THOUSANDTHS: Int
    +
    let SF_POLYGON_NAME: String
    +
  • @@ -15033,24 +15945,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_ORIENTATION_TOP_ROW_LEFT_COLUMN
    +
    extern NSString * const SF_MULTIPOINT_NAME

    Swift

    -
    let TIFF_ORIENTATION_TOP_ROW_LEFT_COLUMN: Int
    +
    let SF_MULTIPOINT_NAME: String
    +
  • @@ -15065,24 +15980,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_ORIENTATION_TOP_ROW_RIGHT_COLUMN
    +
    extern NSString * const SF_MULTILINESTRING_NAME

    Swift

    -
    let TIFF_ORIENTATION_TOP_ROW_RIGHT_COLUMN: Int
    +
    let SF_MULTILINESTRING_NAME: String
    +
  • @@ -15097,24 +16015,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_ORIENTATION_BOTTOM_ROW_RIGHT_COLUMN
    +
    extern NSString * const SF_MULTIPOLYGON_NAME

    Swift

    -
    let TIFF_ORIENTATION_BOTTOM_ROW_RIGHT_COLUMN: Int
    +
    let SF_MULTIPOLYGON_NAME: String
    +
  • @@ -15129,24 +16050,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_ORIENTATION_BOTTOM_ROW_LEFT_COLUMN
    +
    extern NSString * const SF_GEOMETRYCOLLECTION_NAME

    Swift

    -
    let TIFF_ORIENTATION_BOTTOM_ROW_LEFT_COLUMN: Int
    +
    let SF_GEOMETRYCOLLECTION_NAME: String
    +
  • @@ -15161,24 +16085,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_ORIENTATION_LEFT_ROW_TOP_COLUMN
    +
    extern NSString * const SF_CIRCULARSTRING_NAME

    Swift

    -
    let TIFF_ORIENTATION_LEFT_ROW_TOP_COLUMN: Int
    +
    let SF_CIRCULARSTRING_NAME: String
    +
  • @@ -15193,24 +16120,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_ORIENTATION_RIGHT_ROW_TOP_COLUMN
    +
    extern NSString * const SF_COMPOUNDCURVE_NAME

    Swift

    -
    let TIFF_ORIENTATION_RIGHT_ROW_TOP_COLUMN: Int
    +
    let SF_COMPOUNDCURVE_NAME: String
    +
  • @@ -15225,24 +16155,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_ORIENTATION_RIGHT_ROW_BOTTOM_COLUMN
    +
    extern NSString * const SF_CURVEPOLYGON_NAME

    Swift

    -
    let TIFF_ORIENTATION_RIGHT_ROW_BOTTOM_COLUMN: Int
    +
    let SF_CURVEPOLYGON_NAME: String
    +
  • @@ -15257,24 +16190,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_ORIENTATION_LEFT_ROW_BOTTOM_COLUMN
    +
    extern NSString * const SF_MULTICURVE_NAME

    Swift

    -
    let TIFF_ORIENTATION_LEFT_ROW_BOTTOM_COLUMN: Int
    +
    let SF_MULTICURVE_NAME: String
    +
  • @@ -15289,24 +16225,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_PHOTOMETRIC_INTERPRETATION_WHITE_IS_ZERO
    +
    extern NSString * const SF_MULTISURFACE_NAME

    Swift

    -
    let TIFF_PHOTOMETRIC_INTERPRETATION_WHITE_IS_ZERO: Int
    +
    let SF_MULTISURFACE_NAME: String
    +
  • @@ -15321,24 +16260,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_PHOTOMETRIC_INTERPRETATION_BLACK_IS_ZERO
    +
    extern NSString * const SF_CURVE_NAME

    Swift

    -
    let TIFF_PHOTOMETRIC_INTERPRETATION_BLACK_IS_ZERO: Int
    +
    let SF_CURVE_NAME: String
    +
  • @@ -15353,24 +16295,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_PHOTOMETRIC_INTERPRETATION_RGB
    +
    extern NSString * const SF_SURFACE_NAME

    Swift

    -
    let TIFF_PHOTOMETRIC_INTERPRETATION_RGB: Int
    +
    let SF_SURFACE_NAME: String
    +
  • @@ -15385,24 +16330,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_PHOTOMETRIC_INTERPRETATION_PALETTE
    +
    extern NSString * const SF_POLYHEDRALSURFACE_NAME

    Swift

    -
    let TIFF_PHOTOMETRIC_INTERPRETATION_PALETTE: Int
    +
    let SF_POLYHEDRALSURFACE_NAME: String
    +
  • @@ -15417,24 +16365,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_PHOTOMETRIC_INTERPRETATION_TRANSPARENCY
    +
    extern NSString * const SF_TIN_NAME

    Swift

    -
    let TIFF_PHOTOMETRIC_INTERPRETATION_TRANSPARENCY: Int
    +
    let SF_TIN_NAME: String
    +
  • @@ -15449,24 +16400,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_PLANAR_CONFIGURATION_CHUNKY
    +
    extern NSString * const SF_TRIANGLE_NAME

    Swift

    -
    let TIFF_PLANAR_CONFIGURATION_CHUNKY: Int
    +
    let SF_TRIANGLE_NAME: String
    +
  • @@ -15481,24 +16435,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_PLANAR_CONFIGURATION_PLANAR
    +
    extern NSString * const SF_NONE_NAME

    Swift

    -
    let TIFF_PLANAR_CONFIGURATION_PLANAR: Int
    +
    let SF_NONE_NAME: String
    +
  • @@ -15506,31 +16463,34 @@

    Declaration

    -

    Undocumented

    +

    Default read byte order

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_RESOLUTION_UNIT_NO
    +
    static CFByteOrder DEFAULT_READ_BYTE_ORDER = CFByteOrderBigEndian

    Swift

    -
    let TIFF_RESOLUTION_UNIT_NO: Int
    +
    var DEFAULT_READ_BYTE_ORDER: CFByteOrder
    +
  • @@ -15538,31 +16498,34 @@

    Declaration

    -

    Undocumented

    +

    Default write byte order

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_RESOLUTION_UNIT_INCH
    +
    static CFByteOrder DEFAULT_WRITE_BYTE_ORDER = CFByteOrderBigEndian

    Swift

    -
    let TIFF_RESOLUTION_UNIT_INCH: Int
    +
    var DEFAULT_WRITE_BYTE_ORDER: CFByteOrder
    +
  • @@ -15570,31 +16533,34 @@

    Declaration

    -

    Undocumented

    +

    Default epsilon for point in or on line tolerance

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_RESOLUTION_UNIT_CENTIMETER
    +
    extern const double SF_DEFAULT_LINE_EPSILON

    Swift

    -
    let TIFF_RESOLUTION_UNIT_CENTIMETER: Int
    +
    let SF_DEFAULT_LINE_EPSILON: Double
    +
  • @@ -15602,31 +16568,34 @@

    Declaration

    -

    Undocumented

    +

    Default epsilon for point equality

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_SAMPLE_FORMAT_UNSIGNED_INT
    +
    extern const double SF_DEFAULT_EQUAL_EPSILON

    Swift

    -
    let TIFF_SAMPLE_FORMAT_UNSIGNED_INT: Int
    +
    let SF_DEFAULT_EQUAL_EPSILON: Double
    +
  • @@ -15634,31 +16603,34 @@

    Declaration

    -

    Undocumented

    +

    Web Mercator Latitude Range

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_SAMPLE_FORMAT_SIGNED_INT
    +
    extern const double SF_WEB_MERCATOR_MAX_LAT_RANGE

    Swift

    -
    let TIFF_SAMPLE_FORMAT_SIGNED_INT: Int
    +
    let SF_WEB_MERCATOR_MAX_LAT_RANGE: Double
    +
  • @@ -15666,31 +16638,34 @@

    Declaration

    -

    Undocumented

    +

    Web Mercator Latitude Range

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_SAMPLE_FORMAT_FLOAT
    +
    extern const double SF_WEB_MERCATOR_MIN_LAT_RANGE

    Swift

    -
    let TIFF_SAMPLE_FORMAT_FLOAT: Int
    +
    let SF_WEB_MERCATOR_MIN_LAT_RANGE: Double
    +
  • @@ -15698,31 +16673,34 @@

    Declaration

    -

    Undocumented

    +

    Half the world distance in either direction

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_SAMPLE_FORMAT_UNDEFINED
    +
    extern const double SF_WEB_MERCATOR_HALF_WORLD_WIDTH

    Swift

    -
    let TIFF_SAMPLE_FORMAT_UNDEFINED: Int
    +
    let SF_WEB_MERCATOR_HALF_WORLD_WIDTH: Double
    +
  • @@ -15730,31 +16708,34 @@

    Declaration

    -

    Undocumented

    +

    Half the world longitude width for WGS84

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_SUBFILE_TYPE_FULL
    +
    extern const double SF_WGS84_HALF_WORLD_LON_WIDTH

    Swift

    -
    let TIFF_SUBFILE_TYPE_FULL: Int
    +
    let SF_WGS84_HALF_WORLD_LON_WIDTH: Double
    +
  • @@ -15762,31 +16743,34 @@

    Declaration

    -

    Undocumented

    +

    Half the world latitude height for WGS84

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_SUBFILE_TYPE_REDUCED
    +
    extern const double SF_WGS84_HALF_WORLD_LAT_HEIGHT

    Swift

    -
    let TIFF_SUBFILE_TYPE_REDUCED: Int
    +
    let SF_WGS84_HALF_WORLD_LAT_HEIGHT: Double
    +
  • @@ -15794,31 +16778,34 @@

    Declaration

    -

    Undocumented

    +

    Minimum latitude degrees value convertible to meters

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_SAMPLE_FORMAT_SINGLE_PAGE_MULTI_PAGE
    +
    extern const double SF_DEGREES_TO_METERS_MIN_LAT

    Swift

    -
    let TIFF_SAMPLE_FORMAT_SINGLE_PAGE_MULTI_PAGE: Int
    +
    let SF_DEGREES_TO_METERS_MIN_LAT: Double
    +
  • @@ -15826,31 +16813,34 @@

    Declaration

    -

    Undocumented

    +

    Absolute north bearing in degrees

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_THRESHHOLDING_NO
    +
    extern const double SF_BEARING_NORTH

    Swift

    -
    let TIFF_THRESHHOLDING_NO: Int
    +
    let SF_BEARING_NORTH: Double
    +
  • @@ -15858,31 +16848,34 @@

    Declaration

    -

    Undocumented

    +

    Absolute east bearing in degrees

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_THRESHHOLDING_ORDERED
    +
    extern const double SF_BEARING_EAST

    Swift

    -
    let TIFF_THRESHHOLDING_ORDERED: Int
    +
    let SF_BEARING_EAST: Double
    +
  • @@ -15890,31 +16883,34 @@

    Declaration

    -

    Undocumented

    +

    Absolute south bearing in degrees

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_THRESHHOLDING_RANDOM
    +
    extern const double SF_BEARING_SOUTH

    Swift

    -
    let TIFF_THRESHHOLDING_RANDOM: Int
    +
    let SF_BEARING_SOUTH: Double
    +
  • @@ -15922,31 +16918,34 @@

    Declaration

    -

    Undocumented

    +

    Absolute west bearing degrees

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_PREDICTOR_NO
    +
    extern const double SF_BEARING_WEST

    Swift

    -
    let TIFF_PREDICTOR_NO: Int
    +
    let SF_BEARING_WEST: Double
    +
  • @@ -15954,31 +16953,34 @@

    Declaration

    -

    Undocumented

    +

    Radians to Degrees conversion

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_PREDICTOR_HORIZONTAL
    +
    extern const double SF_RADIANS_TO_DEGREES

    Swift

    -
    let TIFF_PREDICTOR_HORIZONTAL: Int
    +
    let SF_RADIANS_TO_DEGREES: Double
    +
  • @@ -15986,22 +16988,25 @@

    Declaration

    -

    Undocumented

    +

    Degrees to Radians conversion

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_PREDICTOR_FLOATINGPOINT
    +
    extern const double SF_DEGREES_TO_RADIANS

    Swift

    -
    let TIFF_PREDICTOR_FLOATINGPOINT: Int
    +
    let SF_DEGREES_TO_RADIANS: Double
    +
  • @@ -16035,7 +17040,7 @@

    Declaration

    @@ -16070,7 +17075,7 @@

    Declaration

    @@ -16105,7 +17110,7 @@

    Declaration

    @@ -16140,7 +17145,7 @@

    Declaration

    @@ -16175,7 +17180,7 @@

    Declaration

    @@ -16210,7 +17215,7 @@

    Declaration

    @@ -16245,7 +17250,7 @@

    Declaration

    @@ -16280,7 +17285,7 @@

    Declaration

    @@ -16315,7 +17320,7 @@

    Declaration

    @@ -16350,7 +17355,7 @@

    Declaration

    @@ -16389,7 +17394,7 @@

    Declaration

    @@ -16424,7 +17429,7 @@

    Declaration

    @@ -16459,7 +17464,7 @@

    Declaration

    @@ -16494,7 +17499,7 @@

    Declaration

    @@ -16529,7 +17534,7 @@

    Declaration

    @@ -16564,7 +17569,7 @@

    Declaration

    @@ -16599,7 +17604,7 @@

    Declaration

    @@ -16634,7 +17639,7 @@

    Declaration

    @@ -16669,7 +17674,7 @@

    Declaration

    @@ -16704,7 +17709,7 @@

    Declaration

    @@ -16739,7 +17744,7 @@

    Declaration

    @@ -16774,7 +17779,7 @@

    Declaration

    @@ -16809,7 +17814,7 @@

    Declaration

    @@ -16844,7 +17849,7 @@

    Declaration

    @@ -16879,7 +17884,7 @@

    Declaration

    @@ -16914,7 +17919,7 @@

    Declaration

    @@ -16949,7 +17954,7 @@

    Declaration

    @@ -16984,7 +17989,7 @@

    Declaration

    @@ -17019,7 +18024,7 @@

    Declaration

    @@ -17054,7 +18059,7 @@

    Declaration

    @@ -17089,7 +18094,7 @@

    Declaration

    @@ -17124,7 +18129,7 @@

    Declaration

    @@ -17159,7 +18164,7 @@

    Declaration

    @@ -17194,7 +18199,7 @@

    Declaration

    @@ -17229,7 +18234,7 @@

    Declaration

    @@ -17264,7 +18269,7 @@

    Declaration

    @@ -17299,7 +18304,7 @@

    Declaration

    @@ -17334,7 +18339,7 @@

    Declaration

    @@ -17369,7 +18374,7 @@

    Declaration

    @@ -17404,7 +18409,7 @@

    Declaration

    @@ -17439,7 +18444,7 @@

    Declaration

    @@ -17474,7 +18479,7 @@

    Declaration

    @@ -17509,7 +18514,7 @@

    Declaration

    @@ -17544,7 +18549,7 @@

    Declaration

    @@ -17579,7 +18584,7 @@

    Declaration

    @@ -17614,7 +18619,7 @@

    Declaration

    @@ -17649,7 +18654,7 @@

    Declaration

    @@ -17684,7 +18689,7 @@

    Declaration

    @@ -17719,7 +18724,7 @@

    Declaration

    @@ -17754,7 +18759,7 @@

    Declaration

    @@ -17789,7 +18794,7 @@

    Declaration

    @@ -17824,7 +18829,7 @@

    Declaration

    @@ -17859,7 +18864,7 @@

    Declaration

    @@ -17894,7 +18899,7 @@

    Declaration

    @@ -17929,7 +18934,7 @@

    Declaration

    @@ -17964,7 +18969,7 @@

    Declaration

    @@ -17999,7 +19004,7 @@

    Declaration

    @@ -18034,7 +19039,7 @@

    Declaration

    @@ -18069,7 +19074,7 @@

    Declaration

    @@ -18104,7 +19109,7 @@

    Declaration

    @@ -18139,7 +19144,7 @@

    Declaration

    @@ -18174,7 +19179,7 @@

    Declaration

    @@ -18209,7 +19214,7 @@

    Declaration

    @@ -18244,7 +19249,7 @@

    Declaration

    @@ -18279,7 +19284,7 @@

    Declaration

    @@ -18314,7 +19319,7 @@

    Declaration

    @@ -18349,7 +19354,7 @@

    Declaration

    @@ -18384,7 +19389,7 @@

    Declaration

    @@ -18419,7 +19424,7 @@

    Declaration

    @@ -18454,7 +19459,7 @@

    Declaration

    @@ -18489,7 +19494,7 @@

    Declaration

    @@ -18524,7 +19529,7 @@

    Declaration

    @@ -18559,7 +19564,7 @@

    Declaration

    @@ -18594,7 +19599,7 @@

    Declaration

    @@ -18629,7 +19634,7 @@

    Declaration

    @@ -18664,7 +19669,7 @@

    Declaration

    @@ -18699,7 +19704,7 @@

    Declaration

    @@ -18734,7 +19739,7 @@

    Declaration

    @@ -18769,7 +19774,7 @@

    Declaration

    @@ -18804,7 +19809,7 @@

    Declaration

    @@ -18839,7 +19844,7 @@

    Declaration

    @@ -18874,7 +19879,7 @@

    Declaration

    @@ -18909,7 +19914,7 @@

    Declaration

    @@ -18944,7 +19949,7 @@

    Declaration

    @@ -18979,7 +19984,7 @@

    Declaration

    @@ -19014,7 +20019,7 @@

    Declaration

    @@ -19049,7 +20054,7 @@

    Declaration

    @@ -19084,7 +20089,7 @@

    Declaration

    @@ -19119,7 +20124,7 @@

    Declaration

    @@ -19154,7 +20159,7 @@

    Declaration

    @@ -19189,7 +20194,7 @@

    Declaration

    @@ -19224,7 +20229,7 @@

    Declaration

    @@ -19259,7 +20264,7 @@

    Declaration

    @@ -19294,7 +20299,7 @@

    Declaration

    @@ -19329,7 +20334,7 @@

    Declaration

    @@ -19364,7 +20369,7 @@

    Declaration

    @@ -19399,7 +20404,7 @@

    Declaration

    @@ -19434,7 +20439,7 @@

    Declaration

    @@ -19469,7 +20474,7 @@

    Declaration

    @@ -19504,7 +20509,7 @@

    Declaration

    @@ -19539,7 +20544,7 @@

    Declaration

    @@ -19574,7 +20579,7 @@

    Declaration

    @@ -19609,7 +20614,7 @@

    Declaration

    @@ -19644,7 +20649,7 @@

    Declaration

    @@ -19679,7 +20684,7 @@

    Declaration

    @@ -19714,7 +20719,7 @@

    Declaration

    @@ -19749,7 +20754,7 @@

    Declaration

    @@ -19784,7 +20789,7 @@

    Declaration

    @@ -19819,7 +20824,7 @@

    Declaration

    @@ -19854,7 +20859,7 @@

    Declaration

    @@ -19889,7 +20894,7 @@

    Declaration

    @@ -19924,7 +20929,7 @@

    Declaration

    @@ -19959,7 +20964,7 @@

    Declaration

    @@ -19994,7 +20999,7 @@

    Declaration

    @@ -20029,7 +21034,7 @@

    Declaration

    @@ -20064,7 +21069,7 @@

    Declaration

    @@ -20099,7 +21104,7 @@

    Declaration

    @@ -20134,7 +21139,7 @@

    Declaration

    @@ -20169,7 +21174,7 @@

    Declaration

    @@ -20204,7 +21209,7 @@

    Declaration

    @@ -20239,7 +21244,7 @@

    Declaration

    @@ -20274,7 +21279,7 @@

    Declaration

    @@ -20309,7 +21314,7 @@

    Declaration

    @@ -20344,7 +21349,7 @@

    Declaration

    @@ -20379,7 +21384,7 @@

    Declaration

    @@ -20414,7 +21419,7 @@

    Declaration

    @@ -20449,7 +21454,7 @@

    Declaration

    @@ -20484,7 +21489,7 @@

    Declaration

    @@ -20519,7 +21524,7 @@

    Declaration

    @@ -20554,7 +21559,7 @@

    Declaration

    @@ -20589,7 +21594,7 @@

    Declaration

    @@ -20624,7 +21629,7 @@

    Declaration

    @@ -20659,7 +21664,7 @@

    Declaration

    @@ -20694,7 +21699,7 @@

    Declaration

    @@ -20729,7 +21734,7 @@

    Declaration

    @@ -20764,7 +21769,7 @@

    Declaration

    @@ -20799,7 +21804,7 @@

    Declaration

    @@ -20834,7 +21839,7 @@

    Declaration

    @@ -20869,7 +21874,7 @@

    Declaration

    @@ -20904,7 +21909,7 @@

    Declaration

    @@ -20939,7 +21944,7 @@

    Declaration

    @@ -20974,7 +21979,7 @@

    Declaration

    @@ -21009,7 +22014,7 @@

    Declaration

    @@ -21044,7 +22049,7 @@

    Declaration

    @@ -21079,7 +22084,7 @@

    Declaration

    @@ -21114,7 +22119,7 @@

    Declaration

    @@ -21149,7 +22154,7 @@

    Declaration

    @@ -21184,7 +22189,7 @@

    Declaration

    @@ -21219,7 +22224,7 @@

    Declaration

    @@ -21254,7 +22259,7 @@

    Declaration

    @@ -21289,7 +22294,7 @@

    Declaration

    @@ -21324,7 +22329,7 @@

    Declaration

    @@ -21359,7 +22364,7 @@

    Declaration

    @@ -21394,7 +22399,7 @@

    Declaration

    @@ -21429,7 +22434,7 @@

    Declaration

    @@ -21464,7 +22469,7 @@

    Declaration

    @@ -21499,7 +22504,7 @@

    Declaration

    @@ -21534,7 +22539,7 @@

    Declaration

    @@ -21569,7 +22574,7 @@

    Declaration

    @@ -21604,7 +22609,7 @@

    Declaration

    @@ -21639,7 +22644,7 @@

    Declaration

    @@ -21674,7 +22679,7 @@

    Declaration

    @@ -21709,7 +22714,7 @@

    Declaration

    @@ -21744,7 +22749,7 @@

    Declaration

    @@ -21779,7 +22784,7 @@

    Declaration

    @@ -21814,7 +22819,7 @@

    Declaration

    @@ -21849,7 +22854,7 @@

    Declaration

    @@ -21884,7 +22889,7 @@

    Declaration

    @@ -21919,7 +22924,7 @@

    Declaration

    @@ -21954,7 +22959,7 @@

    Declaration

    @@ -21989,7 +22994,7 @@

    Declaration

    @@ -22024,7 +23029,7 @@

    Declaration

    @@ -22059,7 +23064,7 @@

    Declaration

    @@ -22094,7 +23099,7 @@

    Declaration

    @@ -22129,7 +23134,7 @@

    Declaration

    @@ -22164,7 +23169,7 @@

    Declaration

    @@ -22199,7 +23204,7 @@

    Declaration

    @@ -22234,7 +23239,7 @@

    Declaration

    @@ -22269,7 +23274,7 @@

    Declaration

    @@ -22304,7 +23309,7 @@

    Declaration

    @@ -22339,7 +23344,7 @@

    Declaration

    @@ -22374,7 +23379,7 @@

    Declaration

    @@ -22409,7 +23414,7 @@

    Declaration

    @@ -22444,7 +23449,7 @@

    Declaration

    @@ -22479,7 +23484,7 @@

    Declaration

    @@ -22514,7 +23519,7 @@

    Declaration

    @@ -22549,7 +23554,7 @@

    Declaration

    @@ -22584,7 +23589,7 @@

    Declaration

    @@ -22619,7 +23624,7 @@

    Declaration

    @@ -22654,7 +23659,7 @@

    Declaration

    @@ -22689,7 +23694,7 @@

    Declaration

    @@ -22724,7 +23729,7 @@

    Declaration

    @@ -22759,7 +23764,7 @@

    Declaration

    @@ -22794,7 +23799,7 @@

    Declaration

    @@ -22829,7 +23834,7 @@

    Declaration

    @@ -22864,7 +23869,7 @@

    Declaration

    @@ -22899,7 +23904,7 @@

    Declaration

    @@ -22934,7 +23939,7 @@

    Declaration

    @@ -22969,7 +23974,7 @@

    Declaration

    @@ -23004,7 +24009,7 @@

    Declaration

    @@ -23039,7 +24044,7 @@

    Declaration

    @@ -23074,7 +24079,7 @@

    Declaration

    @@ -23109,7 +24114,7 @@

    Declaration

    @@ -23144,7 +24149,7 @@

    Declaration

    @@ -23179,7 +24184,7 @@

    Declaration

    @@ -23214,7 +24219,7 @@

    Declaration

    @@ -23249,7 +24254,7 @@

    Declaration

    @@ -23284,7 +24289,7 @@

    Declaration

    @@ -23319,7 +24324,7 @@

    Declaration

    @@ -23354,7 +24359,7 @@

    Declaration

    @@ -23389,7 +24394,7 @@

    Declaration

    @@ -23424,7 +24429,7 @@

    Declaration

    @@ -23459,7 +24464,7 @@

    Declaration

    @@ -23494,7 +24499,7 @@

    Declaration

    @@ -23529,7 +24534,7 @@

    Declaration

    @@ -23564,7 +24569,7 @@

    Declaration

    @@ -23599,7 +24604,7 @@

    Declaration

    @@ -23634,7 +24639,7 @@

    Declaration

    @@ -23669,7 +24674,7 @@

    Declaration

    @@ -23704,7 +24709,7 @@

    Declaration

    @@ -23739,7 +24744,7 @@

    Declaration

    @@ -23774,7 +24779,7 @@

    Declaration

    @@ -23809,7 +24814,7 @@

    Declaration

    @@ -23844,7 +24849,7 @@

    Declaration

    @@ -23879,7 +24884,7 @@

    Declaration

    @@ -23914,7 +24919,7 @@

    Declaration

    @@ -23949,7 +24954,7 @@

    Declaration

    @@ -23984,7 +24989,7 @@

    Declaration

    @@ -24019,7 +25024,7 @@

    Declaration

    @@ -24054,7 +25059,7 @@

    Declaration

    @@ -24089,7 +25094,7 @@

    Declaration

    @@ -24124,7 +25129,7 @@

    Declaration

    @@ -24159,7 +25164,7 @@

    Declaration

    @@ -24194,7 +25199,7 @@

    Declaration

    @@ -24229,7 +25234,7 @@

    Declaration

    @@ -24264,7 +25269,7 @@

    Declaration

    @@ -24299,7 +25304,7 @@

    Declaration

    @@ -24334,7 +25339,7 @@

    Declaration

    @@ -24369,7 +25374,7 @@

    Declaration

    @@ -24404,7 +25409,7 @@

    Declaration

    @@ -24439,7 +25444,7 @@

    Declaration

    @@ -24474,7 +25479,7 @@

    Declaration

    @@ -24509,7 +25514,7 @@

    Declaration

    @@ -24544,7 +25549,7 @@

    Declaration

    @@ -24579,7 +25584,7 @@

    Declaration

    @@ -24614,7 +25619,7 @@

    Declaration

    @@ -24649,7 +25654,7 @@

    Declaration

    @@ -24684,7 +25689,7 @@

    Declaration

    @@ -24719,7 +25724,7 @@

    Declaration

    @@ -24754,7 +25759,7 @@

    Declaration

    @@ -24789,7 +25794,7 @@

    Declaration

    @@ -24824,7 +25829,7 @@

    Declaration

    @@ -24859,7 +25864,7 @@

    Declaration

    @@ -24894,7 +25899,7 @@

    Declaration

    @@ -24929,7 +25934,7 @@

    Declaration

    @@ -24964,7 +25969,7 @@

    Declaration

    @@ -24999,7 +26004,7 @@

    Declaration

    @@ -25034,7 +26039,7 @@

    Declaration

    @@ -25069,7 +26074,7 @@

    Declaration

    @@ -25104,7 +26109,7 @@

    Declaration

    @@ -25139,7 +26144,7 @@

    Declaration

    @@ -25174,7 +26179,7 @@

    Declaration

    @@ -25209,7 +26214,7 @@

    Declaration

    @@ -25244,7 +26249,7 @@

    Declaration

    @@ -25279,7 +26284,7 @@

    Declaration

    @@ -25314,7 +26319,7 @@

    Declaration

    @@ -25349,7 +26354,7 @@

    Declaration

    @@ -25384,7 +26389,7 @@

    Declaration

    @@ -25419,7 +26424,7 @@

    Declaration

    @@ -25454,7 +26459,7 @@

    Declaration

    @@ -25489,7 +26494,7 @@

    Declaration

    @@ -25524,7 +26529,7 @@

    Declaration

    @@ -25559,7 +26564,7 @@

    Declaration

    @@ -25594,7 +26599,7 @@

    Declaration

    @@ -25629,7 +26634,7 @@

    Declaration

    @@ -25664,7 +26669,7 @@

    Declaration

    @@ -25699,7 +26704,7 @@

    Declaration

    @@ -25734,7 +26739,7 @@

    Declaration

    @@ -25769,7 +26774,7 @@

    Declaration

    @@ -25804,7 +26809,7 @@

    Declaration

    @@ -25839,7 +26844,7 @@

    Declaration

    @@ -25874,7 +26879,7 @@

    Declaration

    @@ -25909,7 +26914,7 @@

    Declaration

    @@ -25944,7 +26949,7 @@

    Declaration

    @@ -25979,7 +26984,7 @@

    Declaration

    @@ -26014,7 +27019,7 @@

    Declaration

    @@ -26049,7 +27054,7 @@

    Declaration

    @@ -26084,7 +27089,7 @@

    Declaration

    @@ -26119,7 +27124,7 @@

    Declaration

    @@ -26154,7 +27159,7 @@

    Declaration

    @@ -26189,7 +27194,7 @@

    Declaration

    @@ -26224,7 +27229,7 @@

    Declaration

    @@ -26259,7 +27264,7 @@

    Declaration

    @@ -26294,7 +27299,7 @@

    Declaration

    @@ -26329,7 +27334,7 @@

    Declaration

    @@ -26364,7 +27369,7 @@

    Declaration

    @@ -26399,7 +27404,7 @@

    Declaration

    @@ -26434,7 +27439,7 @@

    Declaration

    @@ -26469,7 +27474,7 @@

    Declaration

    @@ -26504,7 +27509,7 @@

    Declaration

    @@ -26539,7 +27544,7 @@

    Declaration

    @@ -26574,7 +27579,7 @@

    Declaration

    @@ -26609,7 +27614,7 @@

    Declaration

    @@ -26644,7 +27649,7 @@

    Declaration

    @@ -26679,7 +27684,7 @@

    Declaration

    @@ -26714,7 +27719,7 @@

    Declaration

    @@ -26749,7 +27754,7 @@

    Declaration

    @@ -26784,7 +27789,7 @@

    Declaration

    @@ -26819,7 +27824,7 @@

    Declaration

    @@ -26854,7 +27859,7 @@

    Declaration

    @@ -26889,7 +27894,7 @@

    Declaration

    @@ -26924,7 +27929,7 @@

    Declaration

    @@ -26959,7 +27964,7 @@

    Declaration

    @@ -26994,7 +27999,7 @@

    Declaration

    @@ -27029,7 +28034,7 @@

    Declaration

    @@ -27064,7 +28069,7 @@

    Declaration

    @@ -27099,7 +28104,7 @@

    Declaration

    @@ -27134,7 +28139,7 @@

    Declaration

    @@ -27169,7 +28174,7 @@

    Declaration

    @@ -27204,7 +28209,7 @@

    Declaration

    @@ -27239,7 +28244,7 @@

    Declaration

    @@ -27274,7 +28279,7 @@

    Declaration

    @@ -27309,7 +28314,7 @@

    Declaration

    @@ -27345,7 +28350,7 @@

    Declaration

    @@ -27380,7 +28385,7 @@

    Declaration

    @@ -27415,7 +28420,7 @@

    Declaration

    @@ -27451,7 +28456,7 @@

    Declaration

    @@ -27486,7 +28491,7 @@

    Declaration

    @@ -27521,7 +28526,7 @@

    Declaration

    @@ -27557,7 +28562,7 @@

    Declaration

    @@ -27592,7 +28597,7 @@

    Declaration

    @@ -27627,7 +28632,7 @@

    Declaration

    @@ -27663,7 +28668,7 @@

    Declaration

    @@ -27698,7 +28703,7 @@

    Declaration

    @@ -27733,7 +28738,7 @@

    Declaration

    @@ -27768,7 +28773,7 @@

    Declaration

    @@ -27803,7 +28808,7 @@

    Declaration

    @@ -27838,7 +28843,7 @@

    Declaration

    @@ -27873,7 +28878,7 @@

    Declaration

    @@ -27908,7 +28913,7 @@

    Declaration

    @@ -27943,7 +28948,7 @@

    Declaration

    @@ -27980,7 +28985,7 @@

    Declaration

    @@ -28015,7 +29020,7 @@

    Declaration

    @@ -28050,7 +29055,7 @@

    Declaration

    @@ -28085,7 +29090,7 @@

    Declaration

    @@ -28120,7 +29125,7 @@

    Declaration

    @@ -28155,7 +29160,7 @@

    Declaration

    @@ -28190,7 +29195,7 @@

    Declaration

    @@ -28225,7 +29230,7 @@

    Declaration

    @@ -28260,7 +29265,7 @@

    Declaration

    @@ -28295,7 +29300,7 @@

    Declaration

    @@ -28330,7 +29335,7 @@

    Declaration

    @@ -28365,7 +29370,7 @@

    Declaration

    @@ -28400,7 +29405,7 @@

    Declaration

    @@ -28435,7 +29440,7 @@

    Declaration

    @@ -28470,7 +29475,7 @@

    Declaration

    @@ -28505,7 +29510,7 @@

    Declaration

    @@ -28540,7 +29545,7 @@

    Declaration

    @@ -28575,7 +29580,7 @@

    Declaration

    @@ -28610,7 +29615,7 @@

    Declaration

    @@ -28645,7 +29650,7 @@

    Declaration

    @@ -28680,7 +29685,7 @@

    Declaration

    @@ -28715,7 +29720,7 @@

    Declaration

    @@ -28750,7 +29755,7 @@

    Declaration

    @@ -28785,7 +29790,7 @@

    Declaration

    @@ -28820,7 +29825,7 @@

    Declaration

    @@ -28855,7 +29860,7 @@

    Declaration

    @@ -28890,7 +29895,7 @@

    Declaration

    @@ -28925,7 +29930,7 @@

    Declaration

    @@ -28960,7 +29965,7 @@

    Declaration

    @@ -28995,7 +30000,7 @@

    Declaration

    @@ -29030,7 +30035,7 @@

    Declaration

    @@ -29065,7 +30070,7 @@

    Declaration

    @@ -29100,7 +30105,7 @@

    Declaration

    @@ -29135,7 +30140,7 @@

    Declaration

    @@ -29170,7 +30175,7 @@

    Declaration

    @@ -29205,7 +30210,7 @@

    Declaration

    @@ -29240,7 +30245,7 @@

    Declaration

    @@ -29275,7 +30280,7 @@

    Declaration

    @@ -29310,7 +30315,7 @@

    Declaration

    @@ -29345,7 +30350,7 @@

    Declaration

    @@ -29380,7 +30385,7 @@

    Declaration

    @@ -29415,7 +30420,7 @@

    Declaration

    @@ -29450,7 +30455,7 @@

    Declaration

    @@ -29485,7 +30490,7 @@

    Declaration

    @@ -29520,7 +30525,7 @@

    Declaration

    @@ -29555,7 +30560,7 @@

    Declaration

    @@ -29590,7 +30595,7 @@

    Declaration

    @@ -29625,7 +30630,7 @@

    Declaration

    @@ -29660,7 +30665,7 @@

    Declaration

    @@ -29695,7 +30700,7 @@

    Declaration

    @@ -29730,7 +30735,7 @@

    Declaration

    @@ -29765,7 +30770,7 @@

    Declaration

    @@ -29800,7 +30805,7 @@

    Declaration

    @@ -29835,7 +30840,7 @@

    Declaration

    @@ -29870,7 +30875,7 @@

    Declaration

    @@ -29905,7 +30910,7 @@

    Declaration

    @@ -29940,7 +30945,7 @@

    Declaration

    @@ -29975,7 +30980,7 @@

    Declaration

    @@ -30010,7 +31015,7 @@

    Declaration

    @@ -30045,7 +31050,7 @@

    Declaration

    @@ -30080,7 +31085,7 @@

    Declaration

    @@ -30115,7 +31120,7 @@

    Declaration

    @@ -30150,7 +31155,7 @@

    Declaration

    @@ -30185,7 +31190,7 @@

    Declaration

    @@ -30220,7 +31225,7 @@

    Declaration

    @@ -30255,7 +31260,7 @@

    Declaration

    @@ -30290,7 +31295,7 @@

    Declaration

    @@ -30325,7 +31330,7 @@

    Declaration

    @@ -30360,7 +31365,7 @@

    Declaration

    @@ -30395,7 +31400,7 @@

    Declaration

    @@ -30430,7 +31435,7 @@

    Declaration

    @@ -30465,7 +31470,7 @@

    Declaration

    @@ -30500,7 +31505,7 @@

    Declaration

    @@ -30535,7 +31540,7 @@

    Declaration

    @@ -30570,7 +31575,7 @@

    Declaration

    @@ -30605,7 +31610,7 @@

    Declaration

    @@ -30640,7 +31645,7 @@

    Declaration

    @@ -30675,7 +31680,7 @@

    Declaration

    @@ -30710,7 +31715,7 @@

    Declaration

    @@ -30745,7 +31750,7 @@

    Declaration

    @@ -30780,7 +31785,7 @@

    Declaration

    @@ -30815,7 +31820,7 @@

    Declaration

    @@ -30850,7 +31855,7 @@

    Declaration

    @@ -30885,7 +31890,7 @@

    Declaration

    @@ -30920,7 +31925,7 @@

    Declaration

    @@ -30955,7 +31960,7 @@

    Declaration

    @@ -30990,7 +31995,7 @@

    Declaration

    @@ -31025,7 +32030,7 @@

    Declaration

    @@ -31060,7 +32065,7 @@

    Declaration

    @@ -31095,7 +32100,7 @@

    Declaration

    @@ -31130,7 +32135,7 @@

    Declaration

    @@ -31165,7 +32170,7 @@

    Declaration

    @@ -31200,7 +32205,7 @@

    Declaration

    @@ -31235,7 +32240,7 @@

    Declaration

    @@ -31270,7 +32275,7 @@

    Declaration

    @@ -31305,7 +32310,7 @@

    Declaration

    @@ -31340,7 +32345,7 @@

    Declaration

    @@ -31375,7 +32380,7 @@

    Declaration

    @@ -31410,7 +32415,7 @@

    Declaration

    @@ -31445,7 +32450,7 @@

    Declaration

    @@ -31480,7 +32485,7 @@

    Declaration

    @@ -31515,7 +32520,7 @@

    Declaration

    @@ -31550,7 +32555,7 @@

    Declaration

    @@ -31585,7 +32590,7 @@

    Declaration

    @@ -31620,7 +32625,7 @@

    Declaration

    @@ -31655,7 +32660,7 @@

    Declaration

    @@ -31690,7 +32695,7 @@

    Declaration

    @@ -31725,7 +32730,7 @@

    Declaration

    @@ -31760,7 +32765,7 @@

    Declaration

    @@ -31795,7 +32800,7 @@

    Declaration

    @@ -31830,7 +32835,7 @@

    Declaration

    @@ -31865,7 +32870,7 @@

    Declaration

    @@ -31900,7 +32905,7 @@

    Declaration

    @@ -31935,7 +32940,7 @@

    Declaration

    @@ -31970,7 +32975,7 @@

    Declaration

    @@ -32005,7 +33010,7 @@

    Declaration

    @@ -32040,7 +33045,7 @@

    Declaration

    @@ -32075,7 +33080,7 @@

    Declaration

    @@ -32110,7 +33115,7 @@

    Declaration

    @@ -32145,7 +33150,7 @@

    Declaration

    @@ -32180,7 +33185,7 @@

    Declaration

    @@ -32215,7 +33220,7 @@

    Declaration

    @@ -32250,7 +33255,7 @@

    Declaration

    @@ -32285,7 +33290,7 @@

    Declaration

    @@ -32320,7 +33325,7 @@

    Declaration

    @@ -32355,7 +33360,7 @@

    Declaration

    @@ -32385,7 +33390,7 @@

    Declaration

    @@ -32415,7 +33420,7 @@

    Declaration

    @@ -32450,7 +33455,7 @@

    Declaration

    @@ -32485,7 +33490,7 @@

    Declaration

    @@ -32520,7 +33525,7 @@

    Declaration

    @@ -32555,7 +33560,7 @@

    Declaration

    @@ -32590,7 +33595,7 @@

    Declaration

    @@ -32625,7 +33630,7 @@

    Declaration

    @@ -32660,7 +33665,7 @@

    Declaration

    @@ -32695,7 +33700,7 @@

    Declaration

    @@ -32730,7 +33735,7 @@

    Declaration

    @@ -32765,7 +33770,7 @@

    Declaration

    @@ -32800,7 +33805,7 @@

    Declaration

    @@ -32835,7 +33840,7 @@

    Declaration

    @@ -32870,7 +33875,7 @@

    Declaration

    @@ -32905,7 +33910,7 @@

    Declaration

    @@ -32940,7 +33945,7 @@

    Declaration

    @@ -32975,7 +33980,7 @@

    Declaration

    @@ -33010,7 +34015,7 @@

    Declaration

    @@ -33045,7 +34050,7 @@

    Declaration

    @@ -33080,7 +34085,7 @@

    Declaration

    @@ -33115,7 +34120,7 @@

    Declaration

    @@ -33150,7 +34155,7 @@

    Declaration

    @@ -33185,7 +34190,7 @@

    Declaration

    @@ -33220,7 +34225,7 @@

    Declaration

    @@ -33255,7 +34260,7 @@

    Declaration

    @@ -33290,7 +34295,7 @@

    Declaration

    @@ -33325,7 +34330,7 @@

    Declaration

    @@ -33360,7 +34365,7 @@

    Declaration

    @@ -33395,7 +34400,7 @@

    Declaration

    @@ -33430,7 +34435,7 @@

    Declaration

    @@ -33465,7 +34470,7 @@

    Declaration

    @@ -33500,7 +34505,7 @@

    Declaration

    @@ -33535,7 +34540,7 @@

    Declaration

    @@ -33570,7 +34575,7 @@

    Declaration

    @@ -33605,7 +34610,7 @@

    Declaration

    @@ -33640,7 +34645,7 @@

    Declaration

    @@ -33675,7 +34680,7 @@

    Declaration

    @@ -33710,7 +34715,7 @@

    Declaration

    @@ -33745,7 +34750,7 @@

    Declaration

    @@ -33780,7 +34785,7 @@

    Declaration

    @@ -33815,7 +34820,7 @@

    Declaration

    @@ -33850,7 +34855,7 @@

    Declaration

    @@ -33885,7 +34890,7 @@

    Declaration

    @@ -33920,7 +34925,7 @@

    Declaration

    @@ -33955,7 +34960,7 @@

    Declaration

    @@ -33990,7 +34995,7 @@

    Declaration

    @@ -34025,7 +35030,7 @@

    Declaration

    @@ -34060,7 +35065,7 @@

    Declaration

    @@ -34095,7 +35100,7 @@

    Declaration

    @@ -34130,7 +35135,7 @@

    Declaration

    @@ -34165,7 +35170,7 @@

    Declaration

    @@ -34200,7 +35205,7 @@

    Declaration

    @@ -34235,7 +35240,7 @@

    Declaration

    @@ -34270,7 +35275,7 @@

    Declaration

    @@ -34305,7 +35310,7 @@

    Declaration

    @@ -34340,7 +35345,7 @@

    Declaration

    @@ -34375,7 +35380,7 @@

    Declaration

    @@ -34410,7 +35415,7 @@

    Declaration

    @@ -34445,7 +35450,7 @@

    Declaration

    @@ -34480,7 +35485,7 @@

    Declaration

    @@ -34515,7 +35520,7 @@

    Declaration

    @@ -34550,7 +35555,7 @@

    Declaration

    @@ -34585,7 +35590,7 @@

    Declaration

    @@ -34620,7 +35625,7 @@

    Declaration

    @@ -34655,7 +35660,7 @@

    Declaration

    @@ -34690,7 +35695,7 @@

    Declaration

    @@ -34725,7 +35730,7 @@

    Declaration

    @@ -34760,7 +35765,7 @@

    Declaration

    @@ -34795,7 +35800,7 @@

    Declaration

    @@ -34830,7 +35835,7 @@

    Declaration

    @@ -34865,7 +35870,7 @@

    Declaration

    @@ -34900,7 +35905,7 @@

    Declaration

    @@ -34935,7 +35940,7 @@

    Declaration

    @@ -34970,7 +35975,7 @@

    Declaration

    @@ -35005,7 +36010,7 @@

    Declaration

    @@ -35040,7 +36045,7 @@

    Declaration

    @@ -35075,7 +36080,7 @@

    Declaration

    @@ -35110,7 +36115,7 @@

    Declaration

    @@ -35145,7 +36150,7 @@

    Declaration

    @@ -35180,7 +36185,7 @@

    Declaration

    @@ -35215,7 +36220,7 @@

    Declaration

    @@ -35250,7 +36255,7 @@

    Declaration

    @@ -35285,7 +36290,7 @@

    Declaration

    @@ -35320,7 +36325,7 @@

    Declaration

    @@ -35355,7 +36360,7 @@

    Declaration

    @@ -35390,7 +36395,7 @@

    Declaration

    @@ -35425,7 +36430,7 @@

    Declaration

    @@ -35460,7 +36465,7 @@

    Declaration

    @@ -35495,7 +36500,7 @@

    Declaration

    @@ -35530,7 +36535,7 @@

    Declaration

    @@ -35565,7 +36570,7 @@

    Declaration

    @@ -35600,7 +36605,7 @@

    Declaration

    @@ -35635,7 +36640,7 @@

    Declaration

    @@ -35670,7 +36675,7 @@

    Declaration

    @@ -35705,7 +36710,7 @@

    Declaration

    @@ -35740,7 +36745,7 @@

    Declaration

    @@ -35775,7 +36780,7 @@

    Declaration

    @@ -35810,7 +36815,7 @@

    Declaration

    @@ -35845,7 +36850,7 @@

    Declaration

    @@ -35880,7 +36885,7 @@

    Declaration

    @@ -35915,7 +36920,7 @@

    Declaration

    @@ -35950,7 +36955,7 @@

    Declaration

    @@ -35985,7 +36990,7 @@

    Declaration

    @@ -36020,7 +37025,7 @@

    Declaration

    @@ -36055,7 +37060,7 @@

    Declaration

    @@ -36090,7 +37095,7 @@

    Declaration

    @@ -36125,7 +37130,7 @@

    Declaration

    @@ -36160,7 +37165,7 @@

    Declaration

    @@ -36195,7 +37200,7 @@

    Declaration

    @@ -36230,7 +37235,7 @@

    Declaration

    @@ -36265,7 +37270,7 @@

    Declaration

    @@ -36300,7 +37305,7 @@

    Declaration

    @@ -36335,7 +37340,7 @@

    Declaration

    @@ -36370,7 +37375,7 @@

    Declaration

    @@ -36405,7 +37410,7 @@

    Declaration

    @@ -36440,7 +37445,7 @@

    Declaration

    @@ -36475,7 +37480,7 @@

    Declaration

    @@ -36510,7 +37515,7 @@

    Declaration

    @@ -36545,7 +37550,7 @@

    Declaration

    @@ -36580,7 +37585,7 @@

    Declaration

    @@ -36615,7 +37620,7 @@

    Declaration

    @@ -36650,7 +37655,7 @@

    Declaration

    @@ -36685,7 +37690,7 @@

    Declaration

    @@ -36720,7 +37725,7 @@

    Declaration

    @@ -36755,7 +37760,7 @@

    Declaration

    @@ -36790,7 +37795,7 @@

    Declaration

    @@ -36825,7 +37830,7 @@

    Declaration

    @@ -36860,7 +37865,7 @@

    Declaration

    @@ -36895,7 +37900,7 @@

    Declaration

    @@ -36905,7 +37910,7 @@

    Declaration

    diff --git a/docs/docs/api/Enums.html b/docs/docs/api/Enums.html index 3026eef5..8ec0dce0 100644 --- a/docs/docs/api/Enums.html +++ b/docs/docs/api/Enums.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5039,9 +5039,9 @@

    Enumerations

  • @@ -5049,32 +5049,35 @@

    Enumerations

    -

    Axis Direction Type

    +

    Geometry Type enumeration

    - See more + See more

    Declaration

    Objective-C

    -
    enum CRSAxisDirectionType {}
    +
    enum SFGGeometryType {}

    Swift

    -
    struct CRSAxisDirectionType : Equatable, RawRepresentable
    +
    struct SFGGeometryType : Equatable, RawRepresentable
    +
  • @@ -5082,32 +5085,35 @@

    Declaration

    -

    Well-known text representation of coordinate reference systems category type

    +

    Field tag type enumeration

    - See more + See more

    Declaration

    Objective-C

    -
    enum CRSCategoryType {}
    +
    enum TIFFFieldTagType {}

    Swift

    -
    struct CRSCategoryType : Equatable, RawRepresentable
    +
    struct TIFFFieldTagType : Equatable, RawRepresentable
    +
  • @@ -5115,32 +5121,35 @@

    Declaration

    -

    Coordinate System Type

    +

    Field tag type enumeration

    - See more + See more

    Declaration

    Objective-C

    -
    enum CRSCoordinateSystemType {}
    +
    enum TIFFFieldType {}

    Swift

    -
    struct CRSCoordinateSystemType : Equatable, RawRepresentable
    +
    struct TIFFFieldType : Equatable, RawRepresentable
    +
  • @@ -5148,32 +5157,35 @@

    Declaration

    -

    Ellipsoid Type

    +

    Well-known text representation of coordinate reference systems category type

    - See more + See more

    Declaration

    Objective-C

    -
    enum CRSEllipsoidType {}
    +
    enum CRSCategoryType {}

    Swift

    -
    struct CRSEllipsoidType : Equatable, RawRepresentable
    +
    struct CRSCategoryType : Equatable, RawRepresentable
    +
  • @@ -5181,32 +5193,35 @@

    Declaration

    -

    Common Ellipsoids

    +

    Well-known text representation of coordinate reference systems category type

    - See more + See more

    Declaration

    Objective-C

    -
    enum CRSEllipsoidsType {}
    +
    enum CRSType {}

    Swift

    -
    struct CRSEllipsoidsType : Equatable, RawRepresentable
    +
    struct CRSType : Equatable, RawRepresentable
    +
  • @@ -5214,32 +5229,35 @@

    Declaration

    -

    Common Geo Datums

    +

    Axis Direction Type

    - See more + See more

    Declaration

    Objective-C

    -
    enum CRSGeoDatumType {}
    +
    enum CRSAxisDirectionType {}

    Swift

    -
    struct CRSGeoDatumType : Equatable, RawRepresentable
    +
    struct CRSAxisDirectionType : Equatable, RawRepresentable
    +
  • @@ -5247,32 +5265,35 @@

    Declaration

    -

    Coordinate Reference System Keyword

    +

    Coordinate System Type

    - See more + See more

    Declaration

    Objective-C

    -
    enum CRSKeywordType {}
    +
    enum CRSCoordinateSystemType {}

    Swift

    -
    struct CRSKeywordType : Equatable, RawRepresentable
    +
    struct CRSCoordinateSystemType : Equatable, RawRepresentable
    +
  • @@ -5280,32 +5301,35 @@

    Declaration

    -

    Common Operation Methods

    +

    Unit Type

    - See more + See more

    Declaration

    Objective-C

    -
    enum CRSOperationMethodType {}
    +
    enum CRSUnitType {}

    Swift

    -
    struct CRSOperationMethodType : Equatable, RawRepresentable
    +
    struct CRSUnitType : Equatable, RawRepresentable
    +
  • @@ -5313,32 +5337,35 @@

    Declaration

    -

    Common Operation Parameters

    +

    Common Unit Type

    - See more + See more

    Declaration

    Objective-C

    -
    enum CRSOperationParameterType {}
    +
    enum CRSUnitsType {}

    Swift

    -
    struct CRSOperationParameterType : Equatable, RawRepresentable
    +
    struct CRSUnitsType : Equatable, RawRepresentable
    +
  • @@ -5346,32 +5373,35 @@

    Declaration

    -

    Coordinate Operation type

    +

    Ellipsoid Type

    - See more + See more

    Declaration

    Objective-C

    -
    enum CRSOperationType {}
    +
    enum CRSEllipsoidType {}

    Swift

    -
    struct CRSOperationType : Equatable, RawRepresentable
    +
    struct CRSEllipsoidType : Equatable, RawRepresentable
    +
  • @@ -5379,32 +5409,35 @@

    Declaration

    -

    Common Prime Meridians

    +

    Common Ellipsoids

    - See more + See more

    Declaration

    Objective-C

    -
    enum CRSPrimeMeridianType {}
    +
    enum CRSEllipsoidsType {}

    Swift

    -
    struct CRSPrimeMeridianType : Equatable, RawRepresentable
    +
    struct CRSEllipsoidsType : Equatable, RawRepresentable
    +
  • - - - CRSType + + + CRSGeoDatumType
    @@ -5412,32 +5445,35 @@

    Declaration

    -

    Well-known text representation of coordinate reference systems category type

    +

    Common Geo Datums

    - See more + See more

    Declaration

    Objective-C

    -
    enum CRSType {}
    +
    enum CRSGeoDatumType {}

    Swift

    -
    struct CRSType : Equatable, RawRepresentable
    +
    struct CRSGeoDatumType : Equatable, RawRepresentable
    +
  • @@ -5445,32 +5481,35 @@

    Declaration

    -

    Unit Type

    +

    Common Prime Meridians

    - See more + See more

    Declaration

    Objective-C

    -
    enum CRSUnitType {}
    +
    enum CRSPrimeMeridianType {}

    Swift

    -
    struct CRSUnitType : Equatable, RawRepresentable
    +
    struct CRSPrimeMeridianType : Equatable, RawRepresentable
    +
  • @@ -5478,32 +5517,35 @@

    Declaration

    -

    Common Unit Type

    +

    Common Operation Methods

    - See more + See more

    Declaration

    Objective-C

    -
    enum CRSUnitsType {}
    +
    enum CRSOperationMethodType {}

    Swift

    -
    struct CRSUnitsType : Equatable, RawRepresentable
    +
    struct CRSOperationMethodType : Equatable, RawRepresentable
    +
  • @@ -5511,32 +5553,35 @@

    Declaration

    -

    Well-known text representation of coordinate reference systems category type

    +

    Common Operation Parameters

    - See more + See more

    Declaration

    Objective-C

    -
    enum PROJProjectionFactoryType {}
    +
    enum CRSOperationParameterType {}

    Swift

    -
    struct PROJProjectionFactoryType : Equatable, RawRepresentable
    +
    struct CRSOperationParameterType : Equatable, RawRepresentable
    +
  • @@ -5544,32 +5589,35 @@

    Declaration

    -

    Enumeration of projection units

    +

    Coordinate Operation type

    - See more + See more

    Declaration

    Objective-C

    -
    enum PROJUnit {}
    +
    enum CRSOperationType {}

    Swift

    -
    struct PROJUnit : Equatable, RawRepresentable
    +
    struct CRSOperationType : Equatable, RawRepresentable
    +
  • @@ -5577,32 +5625,35 @@

    Declaration

    -

    Geometry Type enumeration

    +

    Coordinate Reference System Keyword

    - See more + See more

    Declaration

    Objective-C

    -
    enum SFGGeometryType {}
    +
    enum CRSKeywordType {}

    Swift

    -
    struct SFGGeometryType : Equatable, RawRepresentable
    +
    struct CRSKeywordType : Equatable, RawRepresentable
    +
  • @@ -5610,32 +5661,35 @@

    Declaration

    -

    Event type of the point direction

    +

    Well-known text representation of coordinate reference systems category type

    - See more + See more

    Declaration

    Objective-C

    -
    enum SFEventType {}
    +
    enum PROJProjectionFactoryType {}

    Swift

    -
    struct SFEventType : Equatable, RawRepresentable
    +
    struct PROJProjectionFactoryType : Equatable, RawRepresentable
    +
  • @@ -5643,24 +5697,26 @@

    Declaration

    -

    Finite Filter Type, including finite values and optionally one of either -infinite or NaN values

    +

    Enumeration of projection units

    - See more + See more

    Declaration

    Objective-C

    -
    enum SFFiniteFilterType {}
    +
    enum PROJUnit {}

    Swift

    -
    struct SFFiniteFilterType : Equatable, RawRepresentable
    +
    struct PROJUnit : Equatable, RawRepresentable
    +
  • @@ -5694,15 +5750,18 @@

    Declaration

    +
  • @@ -5710,32 +5769,36 @@

    Declaration

    -

    Field tag type enumeration

    +

    Finite Filter Type, including finite values and optionally one of either +infinite or NaN values

    - See more + See more

    Declaration

    Objective-C

    -
    enum TIFFFieldTagType {}
    +
    enum SFFiniteFilterType {}

    Swift

    -
    struct TIFFFieldTagType : Equatable, RawRepresentable
    +
    struct SFFiniteFilterType : Equatable, RawRepresentable
    +
  • @@ -5743,23 +5806,26 @@

    Declaration

    -

    Field tag type enumeration

    +

    Event type of the point direction

    - See more + See more

    Declaration

    Objective-C

    -
    enum TIFFFieldType {}
    +
    enum SFEventType {}

    Swift

    -
    struct TIFFFieldType : Equatable, RawRepresentable
    +
    struct SFEventType : Equatable, RawRepresentable
    +
  • @@ -5794,7 +5860,7 @@

    Declaration

    @@ -5830,7 +5896,7 @@

    Declaration

    @@ -5866,7 +5932,7 @@

    Declaration

    @@ -5902,7 +5968,7 @@

    Declaration

    @@ -5938,7 +6004,7 @@

    Declaration

    @@ -5975,7 +6041,7 @@

    Declaration

    @@ -6011,7 +6077,7 @@

    Declaration

    @@ -6047,7 +6113,7 @@

    Declaration

    @@ -6083,7 +6149,7 @@

    Declaration

    @@ -6119,7 +6185,7 @@

    Declaration

    @@ -6155,7 +6221,7 @@

    Declaration

    @@ -6191,7 +6257,7 @@

    Declaration

    @@ -6227,7 +6293,7 @@

    Declaration

    @@ -6263,7 +6329,7 @@

    Declaration

    @@ -6299,7 +6365,7 @@

    Declaration

    @@ -6336,7 +6402,7 @@

    Declaration

    @@ -6372,7 +6438,7 @@

    Declaration

    @@ -6408,7 +6474,7 @@

    Declaration

    @@ -6444,7 +6510,7 @@

    Declaration

    @@ -6480,7 +6546,7 @@

    Declaration

    @@ -6516,7 +6582,7 @@

    Declaration

    @@ -6552,7 +6618,7 @@

    Declaration

    @@ -6588,7 +6654,7 @@

    Declaration

    @@ -6598,7 +6664,7 @@

    Declaration

    diff --git a/docs/docs/api/Enums/CRSAxisDirectionType.html b/docs/docs/api/Enums/CRSAxisDirectionType.html index 9fbe92e3..c2ef0d0d 100644 --- a/docs/docs/api/Enums/CRSAxisDirectionType.html +++ b/docs/docs/api/Enums/CRSAxisDirectionType.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSAxisDirectionType

    Axis Direction Type

    +
    @@ -5072,6 +5075,9 @@

    Declaration

    + @@ -5099,6 +5105,9 @@

    Declaration

    + @@ -5126,6 +5135,9 @@

    Declaration

    + @@ -5153,6 +5165,9 @@

    Declaration

    + @@ -5180,6 +5195,9 @@

    Declaration

    + @@ -5207,6 +5225,9 @@

    Declaration

    + @@ -5234,6 +5255,9 @@

    Declaration

    + @@ -5261,6 +5285,9 @@

    Declaration

    + @@ -5288,6 +5315,9 @@

    Declaration

    + @@ -5315,6 +5345,9 @@

    Declaration

    + @@ -5342,6 +5375,9 @@

    Declaration

    + @@ -5369,6 +5405,9 @@

    Declaration

    + @@ -5396,6 +5435,9 @@

    Declaration

    + @@ -5423,6 +5465,9 @@

    Declaration

    + @@ -5450,6 +5495,9 @@

    Declaration

    + @@ -5477,6 +5525,9 @@

    Declaration

    + @@ -5504,6 +5555,9 @@

    Declaration

    + @@ -5531,6 +5585,9 @@

    Declaration

    + @@ -5558,6 +5615,9 @@

    Declaration

    + @@ -5585,6 +5645,9 @@

    Declaration

    + @@ -5612,6 +5675,9 @@

    Declaration

    + @@ -5639,6 +5705,9 @@

    Declaration

    + @@ -5666,6 +5735,9 @@

    Declaration

    + @@ -5693,6 +5765,9 @@

    Declaration

    + @@ -5720,6 +5795,9 @@

    Declaration

    + @@ -5747,6 +5825,9 @@

    Declaration

    + @@ -5774,6 +5855,9 @@

    Declaration

    + @@ -5801,6 +5885,9 @@

    Declaration

    + @@ -5828,6 +5915,9 @@

    Declaration

    + @@ -5855,6 +5945,9 @@

    Declaration

    + @@ -5882,6 +5975,9 @@

    Declaration

    + @@ -5909,6 +6005,9 @@

    Declaration

    + @@ -5936,6 +6035,9 @@

    Declaration

    + @@ -5963,6 +6065,9 @@

    Declaration

    + @@ -5990,6 +6095,9 @@

    Declaration

    + @@ -6017,6 +6125,9 @@

    Declaration

    + @@ -6044,6 +6155,9 @@

    Declaration

    + @@ -6071,6 +6185,9 @@

    Declaration

    + @@ -6098,6 +6215,9 @@

    Declaration

    + @@ -6125,6 +6245,9 @@

    Declaration

    + @@ -6133,7 +6256,7 @@

    Declaration

    diff --git a/docs/docs/api/Enums/CRSCategoryType.html b/docs/docs/api/Enums/CRSCategoryType.html index bf27c602..feb27643 100644 --- a/docs/docs/api/Enums/CRSCategoryType.html +++ b/docs/docs/api/Enums/CRSCategoryType.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSCategoryType

    Well-known text representation of coordinate reference systems category type

    +
    @@ -5072,6 +5075,9 @@

    Declaration

    + @@ -5099,6 +5105,9 @@

    Declaration

    + @@ -5126,6 +5135,9 @@

    Declaration

    + @@ -5134,7 +5146,7 @@

    Declaration

    diff --git a/docs/docs/api/Enums/CRSCoordinateSystemType.html b/docs/docs/api/Enums/CRSCoordinateSystemType.html index 1b75ac69..350d89e1 100644 --- a/docs/docs/api/Enums/CRSCoordinateSystemType.html +++ b/docs/docs/api/Enums/CRSCoordinateSystemType.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSCoordinateSystemType

    Coordinate System Type

    +
    @@ -5072,6 +5075,9 @@

    Declaration

    + @@ -5099,6 +5105,9 @@

    Declaration

    + @@ -5126,6 +5135,9 @@

    Declaration

    + @@ -5153,6 +5165,9 @@

    Declaration

    + @@ -5180,6 +5195,9 @@

    Declaration

    + @@ -5207,6 +5225,9 @@

    Declaration

    + @@ -5234,6 +5255,9 @@

    Declaration

    + @@ -5261,6 +5285,9 @@

    Declaration

    + @@ -5288,6 +5315,9 @@

    Declaration

    + @@ -5315,6 +5345,9 @@

    Declaration

    + @@ -5342,6 +5375,9 @@

    Declaration

    + @@ -5369,6 +5405,9 @@

    Declaration

    + @@ -5396,6 +5435,9 @@

    Declaration

    + @@ -5404,7 +5446,7 @@

    Declaration

    diff --git a/docs/docs/api/Enums/CRSEllipsoidType.html b/docs/docs/api/Enums/CRSEllipsoidType.html index 851a6046..5c30980f 100644 --- a/docs/docs/api/Enums/CRSEllipsoidType.html +++ b/docs/docs/api/Enums/CRSEllipsoidType.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSEllipsoidType

    Ellipsoid Type

    +
    @@ -5072,6 +5075,9 @@

    Declaration

    + @@ -5099,6 +5105,9 @@

    Declaration

    + @@ -5107,7 +5116,7 @@

    Declaration

    diff --git a/docs/docs/api/Enums/CRSEllipsoidsType.html b/docs/docs/api/Enums/CRSEllipsoidsType.html index 398d4874..b8c3460e 100644 --- a/docs/docs/api/Enums/CRSEllipsoidsType.html +++ b/docs/docs/api/Enums/CRSEllipsoidsType.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSEllipsoidsType

    Common Ellipsoids

    +
    @@ -5072,6 +5075,9 @@

    Declaration

    + @@ -5099,6 +5105,9 @@

    Declaration

    + @@ -5126,6 +5135,9 @@

    Declaration

    + @@ -5153,6 +5165,9 @@

    Declaration

    + @@ -5180,6 +5195,9 @@

    Declaration

    + @@ -5207,6 +5225,9 @@

    Declaration

    + @@ -5234,6 +5255,9 @@

    Declaration

    + @@ -5261,6 +5285,9 @@

    Declaration

    + @@ -5288,6 +5315,9 @@

    Declaration

    + @@ -5315,6 +5345,9 @@

    Declaration

    + @@ -5342,6 +5375,9 @@

    Declaration

    + @@ -5369,6 +5405,9 @@

    Declaration

    + @@ -5396,6 +5435,9 @@

    Declaration

    + @@ -5423,6 +5465,9 @@

    Declaration

    + @@ -5450,6 +5495,9 @@

    Declaration

    + @@ -5477,6 +5525,9 @@

    Declaration

    + @@ -5504,6 +5555,9 @@

    Declaration

    + @@ -5531,6 +5585,9 @@

    Declaration

    + @@ -5558,6 +5615,9 @@

    Declaration

    + @@ -5585,6 +5645,9 @@

    Declaration

    + @@ -5612,6 +5675,9 @@

    Declaration

    + @@ -5639,6 +5705,9 @@

    Declaration

    + @@ -5666,6 +5735,9 @@

    Declaration

    + @@ -5693,6 +5765,9 @@

    Declaration

    + @@ -5720,6 +5795,9 @@

    Declaration

    + @@ -5747,6 +5825,9 @@

    Declaration

    + @@ -5774,6 +5855,9 @@

    Declaration

    + @@ -5801,6 +5885,9 @@

    Declaration

    + @@ -5828,6 +5915,9 @@

    Declaration

    + @@ -5855,6 +5945,9 @@

    Declaration

    + @@ -5882,6 +5975,9 @@

    Declaration

    + @@ -5909,6 +6005,9 @@

    Declaration

    + @@ -5936,6 +6035,9 @@

    Declaration

    + @@ -5963,6 +6065,9 @@

    Declaration

    + @@ -5990,6 +6095,9 @@

    Declaration

    + @@ -6017,6 +6125,9 @@

    Declaration

    + @@ -6044,6 +6155,9 @@

    Declaration

    + @@ -6071,6 +6185,9 @@

    Declaration

    + @@ -6098,6 +6215,9 @@

    Declaration

    + @@ -6125,6 +6245,9 @@

    Declaration

    + @@ -6152,6 +6275,9 @@

    Declaration

    + @@ -6179,6 +6305,9 @@

    Declaration

    + @@ -6206,6 +6335,9 @@

    Declaration

    + @@ -6233,6 +6365,9 @@

    Declaration

    + @@ -6260,6 +6395,9 @@

    Declaration

    + @@ -6268,7 +6406,7 @@

    Declaration

    diff --git a/docs/docs/api/Enums/CRSGeoDatumType.html b/docs/docs/api/Enums/CRSGeoDatumType.html index 8aa664e3..e3c96c8d 100644 --- a/docs/docs/api/Enums/CRSGeoDatumType.html +++ b/docs/docs/api/Enums/CRSGeoDatumType.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSGeoDatumType

    Common Geo Datums

    +
    @@ -5072,6 +5075,9 @@

    Declaration

    + @@ -5099,6 +5105,9 @@

    Declaration

    + @@ -5126,6 +5135,9 @@

    Declaration

    + @@ -5153,6 +5165,9 @@

    Declaration

    + @@ -5180,6 +5195,9 @@

    Declaration

    + @@ -5207,6 +5225,9 @@

    Declaration

    + @@ -5234,6 +5255,9 @@

    Declaration

    + @@ -5261,6 +5285,9 @@

    Declaration

    + @@ -5288,6 +5315,9 @@

    Declaration

    + @@ -5315,6 +5345,9 @@

    Declaration

    + @@ -5342,6 +5375,9 @@

    Declaration

    + @@ -5350,7 +5386,7 @@

    Declaration

    diff --git a/docs/docs/api/Enums/CRSKeywordType.html b/docs/docs/api/Enums/CRSKeywordType.html index 9b793d5d..a221abff 100644 --- a/docs/docs/api/Enums/CRSKeywordType.html +++ b/docs/docs/api/Enums/CRSKeywordType.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSKeywordType

    Coordinate Reference System Keyword

    +
    @@ -5072,6 +5075,9 @@

    Declaration

    + @@ -5099,6 +5105,9 @@

    Declaration

    + @@ -5126,6 +5135,9 @@

    Declaration

    + @@ -5153,6 +5165,9 @@

    Declaration

    + @@ -5180,6 +5195,9 @@

    Declaration

    + @@ -5207,6 +5225,9 @@

    Declaration

    + @@ -5234,6 +5255,9 @@

    Declaration

    + @@ -5261,6 +5285,9 @@

    Declaration

    + @@ -5288,6 +5315,9 @@

    Declaration

    + @@ -5315,6 +5345,9 @@

    Declaration

    + @@ -5342,6 +5375,9 @@

    Declaration

    + @@ -5369,6 +5405,9 @@

    Declaration

    + @@ -5396,6 +5435,9 @@

    Declaration

    + @@ -5423,6 +5465,9 @@

    Declaration

    + @@ -5450,6 +5495,9 @@

    Declaration

    + @@ -5477,6 +5525,9 @@

    Declaration

    + @@ -5504,6 +5555,9 @@

    Declaration

    + @@ -5531,6 +5585,9 @@

    Declaration

    + @@ -5558,6 +5615,9 @@

    Declaration

    + @@ -5585,6 +5645,9 @@

    Declaration

    + @@ -5612,6 +5675,9 @@

    Declaration

    + @@ -5639,6 +5705,9 @@

    Declaration

    + @@ -5666,6 +5735,9 @@

    Declaration

    + @@ -5693,6 +5765,9 @@

    Declaration

    + @@ -5720,6 +5795,9 @@

    Declaration

    + @@ -5747,6 +5825,9 @@

    Declaration

    + @@ -5774,6 +5855,9 @@

    Declaration

    + @@ -5801,6 +5885,9 @@

    Declaration

    + @@ -5828,6 +5915,9 @@

    Declaration

    + @@ -5855,6 +5945,9 @@

    Declaration

    + @@ -5882,6 +5975,9 @@

    Declaration

    + @@ -5909,6 +6005,9 @@

    Declaration

    + @@ -5936,6 +6035,9 @@

    Declaration

    + @@ -5963,6 +6065,9 @@

    Declaration

    + @@ -5990,6 +6095,9 @@

    Declaration

    + @@ -6017,6 +6125,9 @@

    Declaration

    + @@ -6044,6 +6155,9 @@

    Declaration

    + @@ -6071,6 +6185,9 @@

    Declaration

    + @@ -6098,6 +6215,9 @@

    Declaration

    + @@ -6125,6 +6245,9 @@

    Declaration

    + @@ -6152,6 +6275,9 @@

    Declaration

    + @@ -6179,6 +6305,9 @@

    Declaration

    + @@ -6206,6 +6335,9 @@

    Declaration

    + @@ -6233,6 +6365,9 @@

    Declaration

    + @@ -6260,6 +6395,9 @@

    Declaration

    + @@ -6287,6 +6425,9 @@

    Declaration

    + @@ -6314,6 +6455,9 @@

    Declaration

    + @@ -6341,6 +6485,9 @@

    Declaration

    + @@ -6368,6 +6515,9 @@

    Declaration

    + @@ -6395,6 +6545,9 @@

    Declaration

    + @@ -6422,6 +6575,9 @@

    Declaration

    + @@ -6449,6 +6605,9 @@

    Declaration

    + @@ -6476,6 +6635,9 @@

    Declaration

    + @@ -6503,6 +6665,9 @@

    Declaration

    + @@ -6530,6 +6695,9 @@

    Declaration

    + @@ -6557,6 +6725,9 @@

    Declaration

    + @@ -6584,6 +6755,9 @@

    Declaration

    + @@ -6611,6 +6785,9 @@

    Declaration

    + @@ -6638,6 +6815,9 @@

    Declaration

    + @@ -6665,6 +6845,9 @@

    Declaration

    + @@ -6692,6 +6875,9 @@

    Declaration

    + @@ -6719,6 +6905,9 @@

    Declaration

    + @@ -6746,6 +6935,9 @@

    Declaration

    + @@ -6773,6 +6965,9 @@

    Declaration

    + @@ -6800,6 +6995,9 @@

    Declaration

    + @@ -6827,6 +7025,9 @@

    Declaration

    + @@ -6854,6 +7055,9 @@

    Declaration

    + @@ -6881,6 +7085,9 @@

    Declaration

    + @@ -6908,6 +7115,9 @@

    Declaration

    + @@ -6935,6 +7145,9 @@

    Declaration

    + @@ -6962,6 +7175,9 @@

    Declaration

    + @@ -6989,6 +7205,9 @@

    Declaration

    + @@ -7016,6 +7235,9 @@

    Declaration

    + @@ -7043,6 +7265,9 @@

    Declaration

    + @@ -7070,6 +7295,9 @@

    Declaration

    + @@ -7097,6 +7325,9 @@

    Declaration

    + @@ -7124,6 +7355,9 @@

    Declaration

    + @@ -7151,6 +7385,9 @@

    Declaration

    + @@ -7178,6 +7415,9 @@

    Declaration

    + @@ -7186,7 +7426,7 @@

    Declaration

    diff --git a/docs/docs/api/Enums/CRSOperationMethodType.html b/docs/docs/api/Enums/CRSOperationMethodType.html index 81877896..8c257a71 100644 --- a/docs/docs/api/Enums/CRSOperationMethodType.html +++ b/docs/docs/api/Enums/CRSOperationMethodType.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSOperationMethodType

    Common Operation Methods

    +
    @@ -5072,6 +5075,9 @@

    Declaration

    + @@ -5099,6 +5105,9 @@

    Declaration

    + @@ -5126,6 +5135,9 @@

    Declaration

    + @@ -5153,6 +5165,9 @@

    Declaration

    + @@ -5180,6 +5195,9 @@

    Declaration

    + @@ -5207,6 +5225,9 @@

    Declaration

    + @@ -5234,6 +5255,9 @@

    Declaration

    + @@ -5261,6 +5285,9 @@

    Declaration

    + @@ -5288,6 +5315,9 @@

    Declaration

    + @@ -5315,6 +5345,9 @@

    Declaration

    + @@ -5342,6 +5375,9 @@

    Declaration

    + @@ -5369,6 +5405,9 @@

    Declaration

    + @@ -5396,6 +5435,9 @@

    Declaration

    + @@ -5423,6 +5465,9 @@

    Declaration

    + @@ -5450,6 +5495,9 @@

    Declaration

    + @@ -5477,6 +5525,9 @@

    Declaration

    + @@ -5504,6 +5555,9 @@

    Declaration

    + @@ -5531,6 +5585,9 @@

    Declaration

    + @@ -5558,6 +5615,9 @@

    Declaration

    + @@ -5585,6 +5645,9 @@

    Declaration

    + @@ -5612,6 +5675,9 @@

    Declaration

    + @@ -5639,6 +5705,9 @@

    Declaration

    + @@ -5666,6 +5735,9 @@

    Declaration

    + @@ -5693,6 +5765,9 @@

    Declaration

    + @@ -5720,6 +5795,9 @@

    Declaration

    + @@ -5747,6 +5825,9 @@

    Declaration

    + @@ -5774,6 +5855,9 @@

    Declaration

    + @@ -5801,6 +5885,9 @@

    Declaration

    + @@ -5828,6 +5915,9 @@

    Declaration

    + @@ -5855,6 +5945,9 @@

    Declaration

    + @@ -5863,7 +5956,7 @@

    Declaration

    diff --git a/docs/docs/api/Enums/CRSOperationParameterType.html b/docs/docs/api/Enums/CRSOperationParameterType.html index 906cb9e3..e936549d 100644 --- a/docs/docs/api/Enums/CRSOperationParameterType.html +++ b/docs/docs/api/Enums/CRSOperationParameterType.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSOperationParameterType

    Common Operation Parameters

    +
    @@ -5072,6 +5075,9 @@

    Declaration

    + @@ -5099,6 +5105,9 @@

    Declaration

    + @@ -5126,6 +5135,9 @@

    Declaration

    + @@ -5153,6 +5165,9 @@

    Declaration

    + @@ -5180,6 +5195,9 @@

    Declaration

    + @@ -5207,6 +5225,9 @@

    Declaration

    + @@ -5234,6 +5255,9 @@

    Declaration

    + @@ -5261,6 +5285,9 @@

    Declaration

    + @@ -5288,6 +5315,9 @@

    Declaration

    + @@ -5315,6 +5345,9 @@

    Declaration

    + @@ -5342,6 +5375,9 @@

    Declaration

    + @@ -5369,6 +5405,9 @@

    Declaration

    + @@ -5396,6 +5435,9 @@

    Declaration

    + @@ -5423,6 +5465,9 @@

    Declaration

    + @@ -5450,6 +5495,9 @@

    Declaration

    + @@ -5477,6 +5525,9 @@

    Declaration

    + @@ -5504,6 +5555,9 @@

    Declaration

    + @@ -5531,6 +5585,9 @@

    Declaration

    + @@ -5558,6 +5615,9 @@

    Declaration

    + @@ -5585,6 +5645,9 @@

    Declaration

    + @@ -5612,6 +5675,9 @@

    Declaration

    + @@ -5639,6 +5705,9 @@

    Declaration

    + @@ -5666,6 +5735,9 @@

    Declaration

    + @@ -5693,6 +5765,9 @@

    Declaration

    + @@ -5720,6 +5795,9 @@

    Declaration

    + @@ -5747,6 +5825,9 @@

    Declaration

    + @@ -5774,6 +5855,9 @@

    Declaration

    + @@ -5801,6 +5885,9 @@

    Declaration

    + @@ -5828,6 +5915,9 @@

    Declaration

    + @@ -5855,6 +5945,9 @@

    Declaration

    + @@ -5882,6 +5975,9 @@

    Declaration

    + @@ -5909,6 +6005,9 @@

    Declaration

    + @@ -5936,6 +6035,9 @@

    Declaration

    + @@ -5963,6 +6065,9 @@

    Declaration

    + @@ -5990,6 +6095,9 @@

    Declaration

    + @@ -6017,6 +6125,9 @@

    Declaration

    + @@ -6044,6 +6155,9 @@

    Declaration

    + @@ -6052,7 +6166,7 @@

    Declaration

    diff --git a/docs/docs/api/Enums/CRSOperationType.html b/docs/docs/api/Enums/CRSOperationType.html index 60ca4233..0aaf4e78 100644 --- a/docs/docs/api/Enums/CRSOperationType.html +++ b/docs/docs/api/Enums/CRSOperationType.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSOperationType

    Coordinate Operation type

    +
    @@ -5072,6 +5075,9 @@

    Declaration

    + @@ -5099,6 +5105,9 @@

    Declaration

    + @@ -5126,6 +5135,9 @@

    Declaration

    + @@ -5153,6 +5165,9 @@

    Declaration

    + @@ -5180,6 +5195,9 @@

    Declaration

    + @@ -5188,7 +5206,7 @@

    Declaration

    diff --git a/docs/docs/api/Enums/CRSPrimeMeridianType.html b/docs/docs/api/Enums/CRSPrimeMeridianType.html index a07436b1..e98b5e89 100644 --- a/docs/docs/api/Enums/CRSPrimeMeridianType.html +++ b/docs/docs/api/Enums/CRSPrimeMeridianType.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSPrimeMeridianType

    Common Prime Meridians

    +
    @@ -5072,6 +5075,9 @@

    Declaration

    + @@ -5099,6 +5105,9 @@

    Declaration

    + @@ -5126,6 +5135,9 @@

    Declaration

    + @@ -5153,6 +5165,9 @@

    Declaration

    + @@ -5180,6 +5195,9 @@

    Declaration

    + @@ -5207,6 +5225,9 @@

    Declaration

    + @@ -5234,6 +5255,9 @@

    Declaration

    + @@ -5261,6 +5285,9 @@

    Declaration

    + @@ -5288,6 +5315,9 @@

    Declaration

    + @@ -5315,6 +5345,9 @@

    Declaration

    + @@ -5342,6 +5375,9 @@

    Declaration

    + @@ -5369,6 +5405,9 @@

    Declaration

    + @@ -5396,6 +5435,9 @@

    Declaration

    + @@ -5404,7 +5446,7 @@

    Declaration

    diff --git a/docs/docs/api/Enums/CRSType.html b/docs/docs/api/Enums/CRSType.html index 84defbb9..9664230d 100644 --- a/docs/docs/api/Enums/CRSType.html +++ b/docs/docs/api/Enums/CRSType.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSType

    Well-known text representation of coordinate reference systems category type

    +
    @@ -5072,6 +5075,9 @@

    Declaration

    + @@ -5099,6 +5105,9 @@

    Declaration

    + @@ -5126,6 +5135,9 @@

    Declaration

    + @@ -5153,6 +5165,9 @@

    Declaration

    + @@ -5180,6 +5195,9 @@

    Declaration

    + @@ -5207,6 +5225,9 @@

    Declaration

    + @@ -5234,6 +5255,9 @@

    Declaration

    + @@ -5261,6 +5285,9 @@

    Declaration

    + @@ -5288,6 +5315,9 @@

    Declaration

    + @@ -5315,6 +5345,9 @@

    Declaration

    + @@ -5342,6 +5375,9 @@

    Declaration

    + @@ -5369,6 +5405,9 @@

    Declaration

    + @@ -5396,6 +5435,9 @@

    Declaration

    + @@ -5423,6 +5465,9 @@

    Declaration

    + @@ -5431,7 +5476,7 @@

    Declaration

    diff --git a/docs/docs/api/Enums/CRSUnitType.html b/docs/docs/api/Enums/CRSUnitType.html index e98b53f7..0d48a319 100644 --- a/docs/docs/api/Enums/CRSUnitType.html +++ b/docs/docs/api/Enums/CRSUnitType.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSUnitType

    Unit Type

    +
    @@ -5072,6 +5075,9 @@

    Declaration

    + @@ -5099,6 +5105,9 @@

    Declaration

    + @@ -5126,6 +5135,9 @@

    Declaration

    + @@ -5153,6 +5165,9 @@

    Declaration

    + @@ -5180,6 +5195,9 @@

    Declaration

    + @@ -5207,6 +5225,9 @@

    Declaration

    + @@ -5234,6 +5255,9 @@

    Declaration

    + @@ -5242,7 +5266,7 @@

    Declaration

    diff --git a/docs/docs/api/Enums/CRSUnitsType.html b/docs/docs/api/Enums/CRSUnitsType.html index bba20902..c3a8d994 100644 --- a/docs/docs/api/Enums/CRSUnitsType.html +++ b/docs/docs/api/Enums/CRSUnitsType.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSUnitsType

    Common Unit Type

    +
    @@ -5072,6 +5075,9 @@

    Declaration

    + @@ -5099,6 +5105,9 @@

    Declaration

    + @@ -5126,6 +5135,9 @@

    Declaration

    + @@ -5153,6 +5165,9 @@

    Declaration

    + @@ -5180,6 +5195,9 @@

    Declaration

    + @@ -5207,6 +5225,9 @@

    Declaration

    + @@ -5234,6 +5255,9 @@

    Declaration

    + @@ -5261,6 +5285,9 @@

    Declaration

    + @@ -5288,6 +5315,9 @@

    Declaration

    + @@ -5315,6 +5345,9 @@

    Declaration

    + @@ -5342,6 +5375,9 @@

    Declaration

    + @@ -5369,6 +5405,9 @@

    Declaration

    + @@ -5396,6 +5435,9 @@

    Declaration

    + @@ -5423,6 +5465,9 @@

    Declaration

    + @@ -5450,6 +5495,9 @@

    Declaration

    + @@ -5477,6 +5525,9 @@

    Declaration

    + @@ -5504,6 +5555,9 @@

    Declaration

    + @@ -5531,6 +5585,9 @@

    Declaration

    + @@ -5558,6 +5615,9 @@

    Declaration

    + @@ -5585,6 +5645,9 @@

    Declaration

    + @@ -5612,6 +5675,9 @@

    Declaration

    + @@ -5639,6 +5705,9 @@

    Declaration

    + @@ -5666,6 +5735,9 @@

    Declaration

    + @@ -5693,6 +5765,9 @@

    Declaration

    + @@ -5720,6 +5795,9 @@

    Declaration

    + @@ -5747,6 +5825,9 @@

    Declaration

    + @@ -5774,6 +5855,9 @@

    Declaration

    + @@ -5801,6 +5885,9 @@

    Declaration

    + @@ -5809,7 +5896,7 @@

    Declaration

    diff --git a/docs/docs/api/Enums/GPKGCompressFormat.html b/docs/docs/api/Enums/GPKGCompressFormat.html index a8abda45..12f96d7f 100644 --- a/docs/docs/api/Enums/GPKGCompressFormat.html +++ b/docs/docs/api/Enums/GPKGCompressFormat.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGCompressFormat

    Enumeration of image compression formats

    @@ -5076,7 +5076,7 @@

    Declaration

    @@ -5106,7 +5106,7 @@

    Declaration

    @@ -5136,7 +5136,7 @@

    Declaration

    @@ -5146,7 +5146,7 @@

    Declaration

    diff --git a/docs/docs/api/Enums/GPKGConstraintType.html b/docs/docs/api/Enums/GPKGConstraintType.html index ce3ca3df..5b7d7a31 100644 --- a/docs/docs/api/Enums/GPKGConstraintType.html +++ b/docs/docs/api/Enums/GPKGConstraintType.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGConstraintType

    Enumeration of constraint types

    @@ -5076,7 +5076,7 @@

    Declaration

    @@ -5106,7 +5106,7 @@

    Declaration

    @@ -5136,7 +5136,7 @@

    Declaration

    @@ -5166,7 +5166,7 @@

    Declaration

    @@ -5196,7 +5196,7 @@

    Declaration

    @@ -5226,7 +5226,7 @@

    Declaration

    @@ -5256,7 +5256,7 @@

    Declaration

    @@ -5286,7 +5286,7 @@

    Declaration

    @@ -5296,7 +5296,7 @@

    Declaration

    diff --git a/docs/docs/api/Enums/GPKGContentsDataType.html b/docs/docs/api/Enums/GPKGContentsDataType.html index a3b744bc..634d1bf5 100644 --- a/docs/docs/api/Enums/GPKGContentsDataType.html +++ b/docs/docs/api/Enums/GPKGContentsDataType.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGContentsDataType

    Enumeration of column data types

    @@ -5076,7 +5076,7 @@

    Declaration

    @@ -5106,7 +5106,7 @@

    Declaration

    @@ -5136,7 +5136,7 @@

    Declaration

    @@ -5146,7 +5146,7 @@

    Declaration

    diff --git a/docs/docs/api/Enums/GPKGCoverageDataAlgorithm.html b/docs/docs/api/Enums/GPKGCoverageDataAlgorithm.html index 9de83f2c..e3f25fa3 100644 --- a/docs/docs/api/Enums/GPKGCoverageDataAlgorithm.html +++ b/docs/docs/api/Enums/GPKGCoverageDataAlgorithm.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGCoverageDataAlgorithm

    Tile Gridded Coverage Data Algorithm interpolation enumeration types

    @@ -5077,7 +5077,7 @@

    Declaration

    @@ -5108,7 +5108,7 @@

    Declaration

    @@ -5138,7 +5138,7 @@

    Declaration

    @@ -5148,7 +5148,7 @@

    Declaration

    diff --git a/docs/docs/api/Enums/GPKGCrsWktExtensionVersion.html b/docs/docs/api/Enums/GPKGCrsWktExtensionVersion.html index 142d32f7..28680cfb 100644 --- a/docs/docs/api/Enums/GPKGCrsWktExtensionVersion.html +++ b/docs/docs/api/Enums/GPKGCrsWktExtensionVersion.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGCrsWktExtensionVersion

    Enumeration of crs wkt extension versions

    @@ -5076,7 +5076,7 @@

    Declaration

    @@ -5106,7 +5106,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    diff --git a/docs/docs/api/Enums/GPKGDataColumnConstraintType.html b/docs/docs/api/Enums/GPKGDataColumnConstraintType.html index 3d8832da..802a7968 100644 --- a/docs/docs/api/Enums/GPKGDataColumnConstraintType.html +++ b/docs/docs/api/Enums/GPKGDataColumnConstraintType.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGDataColumnConstraintType

    Data Column Constraint Type enumeration

    @@ -5076,7 +5076,7 @@

    Declaration

    @@ -5106,7 +5106,7 @@

    Declaration

    @@ -5136,7 +5136,7 @@

    Declaration

    @@ -5146,7 +5146,7 @@

    Declaration

    diff --git a/docs/docs/api/Enums/GPKGDataType.html b/docs/docs/api/Enums/GPKGDataType.html index 5038755c..5848fa89 100644 --- a/docs/docs/api/Enums/GPKGDataType.html +++ b/docs/docs/api/Enums/GPKGDataType.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGDataType

    Enumeration of column data types

    @@ -5076,7 +5076,7 @@

    Declaration

    @@ -5106,7 +5106,7 @@

    Declaration

    @@ -5136,7 +5136,7 @@

    Declaration

    @@ -5166,7 +5166,7 @@

    Declaration

    @@ -5196,7 +5196,7 @@

    Declaration

    @@ -5226,7 +5226,7 @@

    Declaration

    @@ -5256,7 +5256,7 @@

    Declaration

    @@ -5286,7 +5286,7 @@

    Declaration

    @@ -5316,7 +5316,7 @@

    Declaration

    @@ -5346,7 +5346,7 @@

    Declaration

    @@ -5376,7 +5376,7 @@

    Declaration

    @@ -5406,7 +5406,7 @@

    Declaration

    @@ -5436,7 +5436,7 @@

    Declaration

    @@ -5446,7 +5446,7 @@

    Declaration

    diff --git a/docs/docs/api/Enums/GPKGDgiwgCoordinateReferenceSystem.html b/docs/docs/api/Enums/GPKGDgiwgCoordinateReferenceSystem.html index 8644e830..5556fab5 100644 --- a/docs/docs/api/Enums/GPKGDgiwgCoordinateReferenceSystem.html +++ b/docs/docs/api/Enums/GPKGDgiwgCoordinateReferenceSystem.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5046,7 +5046,7 @@

    GPKGDgiwgCoordinateReferenceSystem

    Systems

    @@ -5077,7 +5077,7 @@

    Declaration

    @@ -5107,7 +5107,7 @@

    Declaration

    @@ -5137,7 +5137,7 @@

    Declaration

    @@ -5167,7 +5167,7 @@

    Declaration

    @@ -5197,7 +5197,7 @@

    Declaration

    @@ -5227,7 +5227,7 @@

    Declaration

    @@ -5257,7 +5257,7 @@

    Declaration

    @@ -5287,7 +5287,7 @@

    Declaration

    @@ -5317,7 +5317,7 @@

    Declaration

    @@ -5347,7 +5347,7 @@

    Declaration

    @@ -5377,7 +5377,7 @@

    Declaration

    @@ -5407,7 +5407,7 @@

    Declaration

    @@ -5437,7 +5437,7 @@

    Declaration

    @@ -5467,7 +5467,7 @@

    Declaration

    @@ -5497,7 +5497,7 @@

    Declaration

    @@ -5527,7 +5527,7 @@

    Declaration

    @@ -5557,7 +5557,7 @@

    Declaration

    @@ -5587,7 +5587,7 @@

    Declaration

    @@ -5617,7 +5617,7 @@

    Declaration

    @@ -5647,7 +5647,7 @@

    Declaration

    @@ -5677,7 +5677,7 @@

    Declaration

    @@ -5707,7 +5707,7 @@

    Declaration

    @@ -5737,7 +5737,7 @@

    Declaration

    @@ -5767,7 +5767,7 @@

    Declaration

    @@ -5797,7 +5797,7 @@

    Declaration

    @@ -5827,7 +5827,7 @@

    Declaration

    @@ -5857,7 +5857,7 @@

    Declaration

    @@ -5887,7 +5887,7 @@

    Declaration

    @@ -5917,7 +5917,7 @@

    Declaration

    @@ -5947,7 +5947,7 @@

    Declaration

    @@ -5977,7 +5977,7 @@

    Declaration

    @@ -6007,7 +6007,7 @@

    Declaration

    @@ -6037,7 +6037,7 @@

    Declaration

    @@ -6067,7 +6067,7 @@

    Declaration

    @@ -6097,7 +6097,7 @@

    Declaration

    @@ -6127,7 +6127,7 @@

    Declaration

    @@ -6157,7 +6157,7 @@

    Declaration

    @@ -6187,7 +6187,7 @@

    Declaration

    @@ -6217,7 +6217,7 @@

    Declaration

    @@ -6247,7 +6247,7 @@

    Declaration

    @@ -6277,7 +6277,7 @@

    Declaration

    @@ -6307,7 +6307,7 @@

    Declaration

    @@ -6337,7 +6337,7 @@

    Declaration

    @@ -6367,7 +6367,7 @@

    Declaration

    @@ -6397,7 +6397,7 @@

    Declaration

    @@ -6427,7 +6427,7 @@

    Declaration

    @@ -6457,7 +6457,7 @@

    Declaration

    @@ -6487,7 +6487,7 @@

    Declaration

    @@ -6517,7 +6517,7 @@

    Declaration

    @@ -6547,7 +6547,7 @@

    Declaration

    @@ -6577,7 +6577,7 @@

    Declaration

    @@ -6607,7 +6607,7 @@

    Declaration

    @@ -6637,7 +6637,7 @@

    Declaration

    @@ -6667,7 +6667,7 @@

    Declaration

    @@ -6697,7 +6697,7 @@

    Declaration

    @@ -6727,7 +6727,7 @@

    Declaration

    @@ -6757,7 +6757,7 @@

    Declaration

    @@ -6787,7 +6787,7 @@

    Declaration

    @@ -6817,7 +6817,7 @@

    Declaration

    @@ -6847,7 +6847,7 @@

    Declaration

    @@ -6877,7 +6877,7 @@

    Declaration

    @@ -6907,7 +6907,7 @@

    Declaration

    @@ -6937,7 +6937,7 @@

    Declaration

    @@ -6967,7 +6967,7 @@

    Declaration

    @@ -6997,7 +6997,7 @@

    Declaration

    @@ -7027,7 +7027,7 @@

    Declaration

    @@ -7057,7 +7057,7 @@

    Declaration

    @@ -7087,7 +7087,7 @@

    Declaration

    @@ -7117,7 +7117,7 @@

    Declaration

    @@ -7147,7 +7147,7 @@

    Declaration

    @@ -7177,7 +7177,7 @@

    Declaration

    @@ -7207,7 +7207,7 @@

    Declaration

    @@ -7237,7 +7237,7 @@

    Declaration

    @@ -7267,7 +7267,7 @@

    Declaration

    @@ -7297,7 +7297,7 @@

    Declaration

    @@ -7327,7 +7327,7 @@

    Declaration

    @@ -7357,7 +7357,7 @@

    Declaration

    @@ -7387,7 +7387,7 @@

    Declaration

    @@ -7417,7 +7417,7 @@

    Declaration

    @@ -7447,7 +7447,7 @@

    Declaration

    @@ -7477,7 +7477,7 @@

    Declaration

    @@ -7507,7 +7507,7 @@

    Declaration

    @@ -7537,7 +7537,7 @@

    Declaration

    @@ -7567,7 +7567,7 @@

    Declaration

    @@ -7597,7 +7597,7 @@

    Declaration

    @@ -7627,7 +7627,7 @@

    Declaration

    @@ -7657,7 +7657,7 @@

    Declaration

    @@ -7687,7 +7687,7 @@

    Declaration

    @@ -7717,7 +7717,7 @@

    Declaration

    @@ -7747,7 +7747,7 @@

    Declaration

    @@ -7777,7 +7777,7 @@

    Declaration

    @@ -7807,7 +7807,7 @@

    Declaration

    @@ -7837,7 +7837,7 @@

    Declaration

    @@ -7867,7 +7867,7 @@

    Declaration

    @@ -7897,7 +7897,7 @@

    Declaration

    @@ -7927,7 +7927,7 @@

    Declaration

    @@ -7957,7 +7957,7 @@

    Declaration

    @@ -7987,7 +7987,7 @@

    Declaration

    @@ -8017,7 +8017,7 @@

    Declaration

    @@ -8047,7 +8047,7 @@

    Declaration

    @@ -8077,7 +8077,7 @@

    Declaration

    @@ -8107,7 +8107,7 @@

    Declaration

    @@ -8137,7 +8137,7 @@

    Declaration

    @@ -8167,7 +8167,7 @@

    Declaration

    @@ -8197,7 +8197,7 @@

    Declaration

    @@ -8227,7 +8227,7 @@

    Declaration

    @@ -8257,7 +8257,7 @@

    Declaration

    @@ -8287,7 +8287,7 @@

    Declaration

    @@ -8317,7 +8317,7 @@

    Declaration

    @@ -8347,7 +8347,7 @@

    Declaration

    @@ -8377,7 +8377,7 @@

    Declaration

    @@ -8407,7 +8407,7 @@

    Declaration

    @@ -8437,7 +8437,7 @@

    Declaration

    @@ -8467,7 +8467,7 @@

    Declaration

    @@ -8497,7 +8497,7 @@

    Declaration

    @@ -8527,7 +8527,7 @@

    Declaration

    @@ -8557,7 +8557,7 @@

    Declaration

    @@ -8587,7 +8587,7 @@

    Declaration

    @@ -8617,7 +8617,7 @@

    Declaration

    @@ -8647,7 +8647,7 @@

    Declaration

    @@ -8677,7 +8677,7 @@

    Declaration

    @@ -8707,7 +8707,7 @@

    Declaration

    @@ -8737,7 +8737,7 @@

    Declaration

    @@ -8767,7 +8767,7 @@

    Declaration

    @@ -8797,7 +8797,7 @@

    Declaration

    @@ -8827,7 +8827,7 @@

    Declaration

    @@ -8857,7 +8857,7 @@

    Declaration

    @@ -8887,7 +8887,7 @@

    Declaration

    @@ -8917,7 +8917,7 @@

    Declaration

    @@ -8927,7 +8927,7 @@

    Declaration

    diff --git a/docs/docs/api/Enums/GPKGDgiwgDataType.html b/docs/docs/api/Enums/GPKGDgiwgDataType.html index bb94f1f4..f2a31254 100644 --- a/docs/docs/api/Enums/GPKGDgiwgDataType.html +++ b/docs/docs/api/Enums/GPKGDgiwgDataType.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGDgiwgDataType

    DGIWG (Defence Geospatial Information Working Group) Data Types

    @@ -5076,7 +5076,7 @@

    Declaration

    @@ -5106,7 +5106,7 @@

    Declaration

    @@ -5136,7 +5136,7 @@

    Declaration

    @@ -5166,7 +5166,7 @@

    Declaration

    @@ -5176,7 +5176,7 @@

    Declaration

    diff --git a/docs/docs/api/Enums/GPKGDgiwgRequirement.html b/docs/docs/api/Enums/GPKGDgiwgRequirement.html index 5ea774a5..5199ade7 100644 --- a/docs/docs/api/Enums/GPKGDgiwgRequirement.html +++ b/docs/docs/api/Enums/GPKGDgiwgRequirement.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGDgiwgRequirement

    DGIWG (Defence Geospatial Information Working Group) Requirements

    @@ -5076,7 +5076,7 @@

    Declaration

    @@ -5106,7 +5106,7 @@

    Declaration

    @@ -5136,7 +5136,7 @@

    Declaration

    @@ -5166,7 +5166,7 @@

    Declaration

    @@ -5196,7 +5196,7 @@

    Declaration

    @@ -5226,7 +5226,7 @@

    Declaration

    @@ -5256,7 +5256,7 @@

    Declaration

    @@ -5286,7 +5286,7 @@

    Declaration

    @@ -5316,7 +5316,7 @@

    Declaration

    @@ -5346,7 +5346,7 @@

    Declaration

    @@ -5376,7 +5376,7 @@

    Declaration

    @@ -5406,7 +5406,7 @@

    Declaration

    @@ -5436,7 +5436,7 @@

    Declaration

    @@ -5466,7 +5466,7 @@

    Declaration

    @@ -5496,7 +5496,7 @@

    Declaration

    @@ -5526,7 +5526,7 @@

    Declaration

    @@ -5556,7 +5556,7 @@

    Declaration

    @@ -5586,7 +5586,7 @@

    Declaration

    @@ -5616,7 +5616,7 @@

    Declaration

    @@ -5646,7 +5646,7 @@

    Declaration

    @@ -5676,7 +5676,7 @@

    Declaration

    @@ -5706,7 +5706,7 @@

    Declaration

    @@ -5736,7 +5736,7 @@

    Declaration

    @@ -5766,7 +5766,7 @@

    Declaration

    @@ -5796,7 +5796,7 @@

    Declaration

    @@ -5826,7 +5826,7 @@

    Declaration

    @@ -5856,7 +5856,7 @@

    Declaration

    @@ -5886,7 +5886,7 @@

    Declaration

    @@ -5896,7 +5896,7 @@

    Declaration

    diff --git a/docs/docs/api/Enums/GPKGDublinCoreType.html b/docs/docs/api/Enums/GPKGDublinCoreType.html index 190b33c9..c43556b0 100644 --- a/docs/docs/api/Enums/GPKGDublinCoreType.html +++ b/docs/docs/api/Enums/GPKGDublinCoreType.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGDublinCoreType

    Dublin Core Metadata Initiative term types

    @@ -5077,7 +5077,7 @@

    Declaration

    @@ -5107,7 +5107,7 @@

    Declaration

    @@ -5137,7 +5137,7 @@

    Declaration

    @@ -5167,7 +5167,7 @@

    Declaration

    @@ -5197,7 +5197,7 @@

    Declaration

    @@ -5227,7 +5227,7 @@

    Declaration

    @@ -5237,7 +5237,7 @@

    Declaration

    diff --git a/docs/docs/api/Enums/GPKGExtensionScopeType.html b/docs/docs/api/Enums/GPKGExtensionScopeType.html index 74370a6b..056a79c3 100644 --- a/docs/docs/api/Enums/GPKGExtensionScopeType.html +++ b/docs/docs/api/Enums/GPKGExtensionScopeType.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGExtensionScopeType

    Extension scope type enumeration

    @@ -5076,7 +5076,7 @@

    Declaration

    @@ -5106,7 +5106,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    diff --git a/docs/docs/api/Enums/GPKGFeatureIndexType.html b/docs/docs/api/Enums/GPKGFeatureIndexType.html index e455c259..afda267c 100644 --- a/docs/docs/api/Enums/GPKGFeatureIndexType.html +++ b/docs/docs/api/Enums/GPKGFeatureIndexType.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGFeatureIndexType

    Enumeration of feature index types

    @@ -5076,7 +5076,7 @@

    Declaration

    @@ -5106,7 +5106,7 @@

    Declaration

    @@ -5136,7 +5136,7 @@

    Declaration

    @@ -5166,7 +5166,7 @@

    Declaration

    @@ -5176,7 +5176,7 @@

    Declaration

    diff --git a/docs/docs/api/Enums/GPKGGriddedCoverageDataType.html b/docs/docs/api/Enums/GPKGGriddedCoverageDataType.html index 7a0cc95e..884aef64 100644 --- a/docs/docs/api/Enums/GPKGGriddedCoverageDataType.html +++ b/docs/docs/api/Enums/GPKGGriddedCoverageDataType.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGGriddedCoverageDataType

    Gridded Coverage data type enumeration

    @@ -5076,7 +5076,7 @@

    Declaration

    @@ -5106,7 +5106,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    diff --git a/docs/docs/api/Enums/GPKGGriddedCoverageEncodingType.html b/docs/docs/api/Enums/GPKGGriddedCoverageEncodingType.html index 17c7a9f4..c66b4517 100644 --- a/docs/docs/api/Enums/GPKGGriddedCoverageEncodingType.html +++ b/docs/docs/api/Enums/GPKGGriddedCoverageEncodingType.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGGriddedCoverageEncodingType

    Gridded Coverage encoding type enumeration

    @@ -5076,7 +5076,7 @@

    Declaration

    @@ -5106,7 +5106,7 @@

    Declaration

    @@ -5137,7 +5137,7 @@

    Declaration

    @@ -5147,7 +5147,7 @@

    Declaration

    diff --git a/docs/docs/api/Enums/GPKGMapShapeType.html b/docs/docs/api/Enums/GPKGMapShapeType.html index 7fc68874..dc91026e 100644 --- a/docs/docs/api/Enums/GPKGMapShapeType.html +++ b/docs/docs/api/Enums/GPKGMapShapeType.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGMapShapeType

    Enumeration of map shape types

    @@ -5076,7 +5076,7 @@

    Declaration

    @@ -5106,7 +5106,7 @@

    Declaration

    @@ -5136,7 +5136,7 @@

    Declaration

    @@ -5166,7 +5166,7 @@

    Declaration

    @@ -5196,7 +5196,7 @@

    Declaration

    @@ -5226,7 +5226,7 @@

    Declaration

    @@ -5256,7 +5256,7 @@

    Declaration

    @@ -5286,7 +5286,7 @@

    Declaration

    @@ -5316,7 +5316,7 @@

    Declaration

    @@ -5346,7 +5346,7 @@

    Declaration

    @@ -5376,7 +5376,7 @@

    Declaration

    @@ -5386,7 +5386,7 @@

    Declaration

    diff --git a/docs/docs/api/Enums/GPKGMetadataScopeType.html b/docs/docs/api/Enums/GPKGMetadataScopeType.html index 717c274f..e8570cae 100644 --- a/docs/docs/api/Enums/GPKGMetadataScopeType.html +++ b/docs/docs/api/Enums/GPKGMetadataScopeType.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGMetadataScopeType

    Metadata Scope Type enumeration

    @@ -5076,7 +5076,7 @@

    Declaration

    @@ -5106,7 +5106,7 @@

    Declaration

    @@ -5136,7 +5136,7 @@

    Declaration

    @@ -5166,7 +5166,7 @@

    Declaration

    @@ -5196,7 +5196,7 @@

    Declaration

    @@ -5226,7 +5226,7 @@

    Declaration

    @@ -5256,7 +5256,7 @@

    Declaration

    @@ -5286,7 +5286,7 @@

    Declaration

    @@ -5316,7 +5316,7 @@

    Declaration

    @@ -5346,7 +5346,7 @@

    Declaration

    @@ -5376,7 +5376,7 @@

    Declaration

    @@ -5406,7 +5406,7 @@

    Declaration

    @@ -5436,7 +5436,7 @@

    Declaration

    @@ -5466,7 +5466,7 @@

    Declaration

    @@ -5496,7 +5496,7 @@

    Declaration

    @@ -5526,7 +5526,7 @@

    Declaration

    @@ -5556,7 +5556,7 @@

    Declaration

    @@ -5586,7 +5586,7 @@

    Declaration

    @@ -5616,7 +5616,7 @@

    Declaration

    @@ -5646,7 +5646,7 @@

    Declaration

    @@ -5656,7 +5656,7 @@

    Declaration

    diff --git a/docs/docs/api/Enums/GPKGPolygonOrientation.html b/docs/docs/api/Enums/GPKGPolygonOrientation.html index 53dc5579..c44b8d4e 100644 --- a/docs/docs/api/Enums/GPKGPolygonOrientation.html +++ b/docs/docs/api/Enums/GPKGPolygonOrientation.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGPolygonOrientation

    Orientation types of polygon exterior and hole rings

    @@ -5076,7 +5076,7 @@

    Declaration

    @@ -5106,7 +5106,7 @@

    Declaration

    @@ -5136,7 +5136,7 @@

    Declaration

    @@ -5146,7 +5146,7 @@

    Declaration

    diff --git a/docs/docs/api/Enums/GPKGReferenceScopeType.html b/docs/docs/api/Enums/GPKGReferenceScopeType.html index 0aea5f23..4b901031 100644 --- a/docs/docs/api/Enums/GPKGReferenceScopeType.html +++ b/docs/docs/api/Enums/GPKGReferenceScopeType.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGReferenceScopeType

    Reference Scope Type enumeration

    @@ -5076,7 +5076,7 @@

    Declaration

    @@ -5106,7 +5106,7 @@

    Declaration

    @@ -5136,7 +5136,7 @@

    Declaration

    @@ -5166,7 +5166,7 @@

    Declaration

    @@ -5196,7 +5196,7 @@

    Declaration

    @@ -5206,7 +5206,7 @@

    Declaration

    diff --git a/docs/docs/api/Enums/GPKGRelationType.html b/docs/docs/api/Enums/GPKGRelationType.html index fb9b3f5f..2bde1fe4 100644 --- a/docs/docs/api/Enums/GPKGRelationType.html +++ b/docs/docs/api/Enums/GPKGRelationType.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGRelationType

    Spec supported User-Defined Related Data Tables

    @@ -5076,7 +5076,7 @@

    Declaration

    @@ -5106,7 +5106,7 @@

    Declaration

    @@ -5136,7 +5136,7 @@

    Declaration

    @@ -5166,7 +5166,7 @@

    Declaration

    @@ -5196,7 +5196,7 @@

    Declaration

    @@ -5206,7 +5206,7 @@

    Declaration

    diff --git a/docs/docs/api/Enums/GPKGSQLiteMasterColumn.html b/docs/docs/api/Enums/GPKGSQLiteMasterColumn.html index dcea8ca1..94e989d4 100644 --- a/docs/docs/api/Enums/GPKGSQLiteMasterColumn.html +++ b/docs/docs/api/Enums/GPKGSQLiteMasterColumn.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGSQLiteMasterColumn

    Enumeration of SQLite Master column keywords

    @@ -5076,7 +5076,7 @@

    Declaration

    @@ -5106,7 +5106,7 @@

    Declaration

    @@ -5136,7 +5136,7 @@

    Declaration

    @@ -5166,7 +5166,7 @@

    Declaration

    @@ -5196,7 +5196,7 @@

    Declaration

    @@ -5206,7 +5206,7 @@

    Declaration

    diff --git a/docs/docs/api/Enums/GPKGSQLiteMasterType.html b/docs/docs/api/Enums/GPKGSQLiteMasterType.html index 4591f3f8..ba7e0a3d 100644 --- a/docs/docs/api/Enums/GPKGSQLiteMasterType.html +++ b/docs/docs/api/Enums/GPKGSQLiteMasterType.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGSQLiteMasterType

    Enumeration of SQLite Master table types

    @@ -5076,7 +5076,7 @@

    Declaration

    @@ -5106,7 +5106,7 @@

    Declaration

    @@ -5136,7 +5136,7 @@

    Declaration

    @@ -5166,7 +5166,7 @@

    Declaration

    @@ -5176,7 +5176,7 @@

    Declaration

    diff --git a/docs/docs/api/Enums/GPKGTileScalingType.html b/docs/docs/api/Enums/GPKGTileScalingType.html index c905ff96..fbb31104 100644 --- a/docs/docs/api/Enums/GPKGTileScalingType.html +++ b/docs/docs/api/Enums/GPKGTileScalingType.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5046,7 +5046,7 @@

    GPKGTileScalingType

    zoom levels in place of missing tiles

    @@ -5077,7 +5077,7 @@

    Declaration

    @@ -5107,7 +5107,7 @@

    Declaration

    @@ -5137,7 +5137,7 @@

    Declaration

    @@ -5167,7 +5167,7 @@

    Declaration

    @@ -5198,7 +5198,7 @@

    Declaration

    @@ -5229,7 +5229,7 @@

    Declaration

    @@ -5239,7 +5239,7 @@

    Declaration

    diff --git a/docs/docs/api/Enums/PROJProjectionFactoryType.html b/docs/docs/api/Enums/PROJProjectionFactoryType.html index cc96e65b..98e867ab 100644 --- a/docs/docs/api/Enums/PROJProjectionFactoryType.html +++ b/docs/docs/api/Enums/PROJProjectionFactoryType.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    PROJProjectionFactoryType

    Well-known text representation of coordinate reference systems category type

    +
    @@ -5072,6 +5075,9 @@

    Declaration

    + @@ -5099,6 +5105,9 @@

    Declaration

    + @@ -5126,6 +5135,9 @@

    Declaration

    + @@ -5153,6 +5165,9 @@

    Declaration

    + @@ -5161,7 +5176,7 @@

    Declaration

    diff --git a/docs/docs/api/Enums/PROJUnit.html b/docs/docs/api/Enums/PROJUnit.html index ed3d5b0f..0f8d9424 100644 --- a/docs/docs/api/Enums/PROJUnit.html +++ b/docs/docs/api/Enums/PROJUnit.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    PROJUnit

    Enumeration of projection units

    +
    @@ -5072,6 +5075,9 @@

    Declaration

    + @@ -5099,6 +5105,9 @@

    Declaration

    + @@ -5126,6 +5135,9 @@

    Declaration

    + @@ -5134,7 +5146,7 @@

    Declaration

    diff --git a/docs/docs/api/Enums/SFEventType.html b/docs/docs/api/Enums/SFEventType.html index 819711cd..62a244ab 100644 --- a/docs/docs/api/Enums/SFEventType.html +++ b/docs/docs/api/Enums/SFEventType.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    SFEventType

    Event type of the point direction

    +
    @@ -5072,6 +5075,9 @@

    Declaration

    + @@ -5099,6 +5105,9 @@

    Declaration

    + @@ -5107,7 +5116,7 @@

    Declaration

    diff --git a/docs/docs/api/Enums/SFFiniteFilterType.html b/docs/docs/api/Enums/SFFiniteFilterType.html index 8d85d3ff..b2ed2ec1 100644 --- a/docs/docs/api/Enums/SFFiniteFilterType.html +++ b/docs/docs/api/Enums/SFFiniteFilterType.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,6 +5045,9 @@

    SFFiniteFilterType

    Finite Filter Type, including finite values and optionally one of either infinite or NaN values

    +
    @@ -5073,6 +5076,9 @@

    Declaration

    +
    @@ -5100,6 +5106,9 @@

    Declaration

    + @@ -5127,6 +5136,9 @@

    Declaration

    + @@ -5135,7 +5147,7 @@

    Declaration

    diff --git a/docs/docs/api/Enums/SFGGeometryType.html b/docs/docs/api/Enums/SFGGeometryType.html index 8eddeb42..ea252a17 100644 --- a/docs/docs/api/Enums/SFGGeometryType.html +++ b/docs/docs/api/Enums/SFGGeometryType.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    SFGGeometryType

    Geometry Type enumeration

    +
    @@ -5072,6 +5075,9 @@

    Declaration

    + @@ -5099,6 +5105,9 @@

    Declaration

    + @@ -5126,6 +5135,9 @@

    Declaration

    + @@ -5153,6 +5165,9 @@

    Declaration

    + @@ -5180,6 +5195,9 @@

    Declaration

    + @@ -5207,6 +5225,9 @@

    Declaration

    + @@ -5234,6 +5255,9 @@

    Declaration

    + @@ -5261,6 +5285,9 @@

    Declaration

    + @@ -5269,7 +5296,7 @@

    Declaration

    diff --git a/docs/docs/api/Enums/SFGeometryType.html b/docs/docs/api/Enums/SFGeometryType.html index f78c6701..b2b4af90 100644 --- a/docs/docs/api/Enums/SFGeometryType.html +++ b/docs/docs/api/Enums/SFGeometryType.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    SFGeometryType

    Geometry Type enumeration

    +
    @@ -5072,6 +5075,9 @@

    Declaration

    + @@ -5099,6 +5105,9 @@

    Declaration

    + @@ -5126,6 +5135,9 @@

    Declaration

    + @@ -5153,6 +5165,9 @@

    Declaration

    + @@ -5180,6 +5195,9 @@

    Declaration

    + @@ -5207,6 +5225,9 @@

    Declaration

    + @@ -5234,6 +5255,9 @@

    Declaration

    + @@ -5261,6 +5285,9 @@

    Declaration

    + @@ -5288,6 +5315,9 @@

    Declaration

    + @@ -5315,6 +5345,9 @@

    Declaration

    + @@ -5342,6 +5375,9 @@

    Declaration

    + @@ -5369,6 +5405,9 @@

    Declaration

    + @@ -5396,6 +5435,9 @@

    Declaration

    + @@ -5423,6 +5465,9 @@

    Declaration

    + @@ -5450,6 +5495,9 @@

    Declaration

    + @@ -5477,6 +5525,9 @@

    Declaration

    + @@ -5504,6 +5555,9 @@

    Declaration

    + @@ -5531,6 +5585,9 @@

    Declaration

    + @@ -5558,6 +5615,9 @@

    Declaration

    + @@ -5566,7 +5626,7 @@

    Declaration

    diff --git a/docs/docs/api/Enums/TIFFFieldTagType.html b/docs/docs/api/Enums/TIFFFieldTagType.html index b6661e40..1ba698c5 100644 --- a/docs/docs/api/Enums/TIFFFieldTagType.html +++ b/docs/docs/api/Enums/TIFFFieldTagType.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    TIFFFieldTagType

    Field tag type enumeration

    +
    @@ -5072,6 +5075,9 @@

    Declaration

    + @@ -5099,6 +5105,9 @@

    Declaration

    + @@ -5126,6 +5135,9 @@

    Declaration

    + @@ -5153,6 +5165,9 @@

    Declaration

    + @@ -5180,6 +5195,9 @@

    Declaration

    + @@ -5207,6 +5225,9 @@

    Declaration

    + @@ -5234,6 +5255,9 @@

    Declaration

    + @@ -5261,6 +5285,9 @@

    Declaration

    + @@ -5288,6 +5315,9 @@

    Declaration

    + @@ -5315,6 +5345,9 @@

    Declaration

    + @@ -5342,6 +5375,9 @@

    Declaration

    + @@ -5369,6 +5405,9 @@

    Declaration

    + @@ -5396,6 +5435,9 @@

    Declaration

    + @@ -5423,6 +5465,9 @@

    Declaration

    + @@ -5450,6 +5495,9 @@

    Declaration

    + @@ -5477,6 +5525,9 @@

    Declaration

    + @@ -5504,6 +5555,9 @@

    Declaration

    + @@ -5531,6 +5585,9 @@

    Declaration

    + @@ -5558,6 +5615,9 @@

    Declaration

    + @@ -5585,6 +5645,9 @@

    Declaration

    + @@ -5612,6 +5675,9 @@

    Declaration

    + @@ -5639,6 +5705,9 @@

    Declaration

    + @@ -5666,6 +5735,9 @@

    Declaration

    + @@ -5693,6 +5765,9 @@

    Declaration

    + @@ -5720,6 +5795,9 @@

    Declaration

    + @@ -5747,6 +5825,9 @@

    Declaration

    + @@ -5774,6 +5855,9 @@

    Declaration

    + @@ -5801,6 +5885,9 @@

    Declaration

    + @@ -5828,6 +5915,9 @@

    Declaration

    + @@ -5855,6 +5945,9 @@

    Declaration

    + @@ -5882,6 +5975,9 @@

    Declaration

    + @@ -5909,6 +6005,9 @@

    Declaration

    + @@ -5936,6 +6035,9 @@

    Declaration

    + @@ -5963,6 +6065,9 @@

    Declaration

    + @@ -5990,6 +6095,9 @@

    Declaration

    + @@ -6017,6 +6125,9 @@

    Declaration

    + @@ -6044,6 +6155,9 @@

    Declaration

    + @@ -6071,6 +6185,9 @@

    Declaration

    + @@ -6098,6 +6215,9 @@

    Declaration

    + @@ -6125,6 +6245,9 @@

    Declaration

    + @@ -6152,6 +6275,9 @@

    Declaration

    + @@ -6179,6 +6305,9 @@

    Declaration

    + @@ -6206,6 +6335,9 @@

    Declaration

    + @@ -6233,6 +6365,9 @@

    Declaration

    + @@ -6260,6 +6395,9 @@

    Declaration

    + @@ -6287,6 +6425,9 @@

    Declaration

    + @@ -6314,6 +6455,9 @@

    Declaration

    + @@ -6341,6 +6485,9 @@

    Declaration

    + @@ -6368,6 +6515,9 @@

    Declaration

    + @@ -6395,6 +6545,9 @@

    Declaration

    + @@ -6422,6 +6575,9 @@

    Declaration

    + @@ -6449,6 +6605,9 @@

    Declaration

    + @@ -6476,6 +6635,9 @@

    Declaration

    + @@ -6503,6 +6665,9 @@

    Declaration

    + @@ -6530,6 +6695,9 @@

    Declaration

    + @@ -6557,6 +6725,9 @@

    Declaration

    + @@ -6584,6 +6755,9 @@

    Declaration

    + @@ -6611,6 +6785,9 @@

    Declaration

    + @@ -6638,6 +6815,9 @@

    Declaration

    + @@ -6665,6 +6845,9 @@

    Declaration

    + @@ -6692,6 +6875,9 @@

    Declaration

    + @@ -6719,6 +6905,9 @@

    Declaration

    + @@ -6746,6 +6935,9 @@

    Declaration

    + @@ -6773,6 +6965,9 @@

    Declaration

    + @@ -6800,6 +6995,9 @@

    Declaration

    + @@ -6827,6 +7025,9 @@

    Declaration

    + @@ -6854,6 +7055,9 @@

    Declaration

    + @@ -6881,6 +7085,9 @@

    Declaration

    + @@ -6908,6 +7115,9 @@

    Declaration

    + @@ -6935,6 +7145,9 @@

    Declaration

    + @@ -6962,6 +7175,9 @@

    Declaration

    + @@ -6989,6 +7205,9 @@

    Declaration

    + @@ -7016,6 +7235,9 @@

    Declaration

    + @@ -7043,6 +7265,9 @@

    Declaration

    + @@ -7070,6 +7295,9 @@

    Declaration

    + @@ -7097,6 +7325,9 @@

    Declaration

    + @@ -7124,6 +7355,9 @@

    Declaration

    + @@ -7151,6 +7385,9 @@

    Declaration

    + @@ -7178,6 +7415,9 @@

    Declaration

    + @@ -7205,6 +7445,9 @@

    Declaration

    + @@ -7232,6 +7475,9 @@

    Declaration

    + @@ -7259,6 +7505,9 @@

    Declaration

    + @@ -7286,6 +7535,9 @@

    Declaration

    + @@ -7313,6 +7565,9 @@

    Declaration

    + @@ -7340,6 +7595,9 @@

    Declaration

    + @@ -7367,6 +7625,9 @@

    Declaration

    + @@ -7394,6 +7655,9 @@

    Declaration

    + @@ -7421,6 +7685,9 @@

    Declaration

    + @@ -7448,6 +7715,9 @@

    Declaration

    + @@ -7475,6 +7745,9 @@

    Declaration

    + @@ -7502,6 +7775,9 @@

    Declaration

    + @@ -7529,6 +7805,9 @@

    Declaration

    + @@ -7556,6 +7835,9 @@

    Declaration

    + @@ -7583,6 +7865,9 @@

    Declaration

    + @@ -7610,6 +7895,9 @@

    Declaration

    + @@ -7637,6 +7925,9 @@

    Declaration

    + @@ -7664,6 +7955,9 @@

    Declaration

    + @@ -7691,6 +7985,9 @@

    Declaration

    + @@ -7718,6 +8015,9 @@

    Declaration

    + @@ -7745,6 +8045,9 @@

    Declaration

    + @@ -7772,6 +8075,9 @@

    Declaration

    + @@ -7799,6 +8105,9 @@

    Declaration

    + @@ -7826,6 +8135,9 @@

    Declaration

    + @@ -7853,6 +8165,9 @@

    Declaration

    + @@ -7880,6 +8195,9 @@

    Declaration

    + @@ -7907,6 +8225,9 @@

    Declaration

    + @@ -7934,6 +8255,9 @@

    Declaration

    + @@ -7961,6 +8285,9 @@

    Declaration

    + @@ -7988,6 +8315,9 @@

    Declaration

    + @@ -7996,7 +8326,7 @@

    Declaration

    diff --git a/docs/docs/api/Enums/TIFFFieldType.html b/docs/docs/api/Enums/TIFFFieldType.html index c5fd9ebe..7792eb6f 100644 --- a/docs/docs/api/Enums/TIFFFieldType.html +++ b/docs/docs/api/Enums/TIFFFieldType.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    TIFFFieldType

    Field tag type enumeration

    +
    @@ -5072,6 +5075,9 @@

    Declaration

    + @@ -5099,6 +5105,9 @@

    Declaration

    + @@ -5126,6 +5135,9 @@

    Declaration

    + @@ -5153,6 +5165,9 @@

    Declaration

    + @@ -5180,6 +5195,9 @@

    Declaration

    + @@ -5207,6 +5225,9 @@

    Declaration

    + @@ -5234,6 +5255,9 @@

    Declaration

    + @@ -5261,6 +5285,9 @@

    Declaration

    + @@ -5288,6 +5315,9 @@

    Declaration

    + @@ -5315,6 +5345,9 @@

    Declaration

    + @@ -5342,6 +5375,9 @@

    Declaration

    + @@ -5369,6 +5405,9 @@

    Declaration

    + @@ -5377,7 +5416,7 @@

    Declaration

    diff --git a/docs/docs/api/Functions.html b/docs/docs/api/Functions.html index 4ec8eb53..294e56f5 100644 --- a/docs/docs/api/Functions.html +++ b/docs/docs/api/Functions.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5066,7 +5066,7 @@

    Declaration

    @@ -5101,7 +5101,7 @@

    Declaration

    @@ -5136,7 +5136,7 @@

    Declaration

    @@ -5171,7 +5171,7 @@

    Declaration

    @@ -5207,7 +5207,7 @@

    Declaration

    @@ -5243,7 +5243,7 @@

    Declaration

    @@ -5280,7 +5280,7 @@

    Declaration

    @@ -5317,7 +5317,7 @@

    Declaration

    @@ -5352,7 +5352,7 @@

    Declaration

    @@ -5389,7 +5389,7 @@

    Declaration

    @@ -5424,7 +5424,7 @@

    Declaration

    @@ -5459,7 +5459,7 @@

    Declaration

    @@ -5494,7 +5494,7 @@

    Declaration

    @@ -5529,7 +5529,7 @@

    Declaration

    @@ -5564,7 +5564,7 @@

    Declaration

    @@ -5599,7 +5599,7 @@

    Declaration

    @@ -5634,7 +5634,7 @@

    Declaration

    @@ -5669,7 +5669,7 @@

    Declaration

    @@ -5704,7 +5704,7 @@

    Declaration

    @@ -5739,7 +5739,7 @@

    Declaration

    @@ -5774,7 +5774,7 @@

    Declaration

    @@ -5809,7 +5809,7 @@

    Declaration

    @@ -5844,7 +5844,7 @@

    Declaration

    @@ -5879,7 +5879,7 @@

    Declaration

    @@ -5914,7 +5914,7 @@

    Declaration

    @@ -5949,7 +5949,7 @@

    Declaration

    @@ -5984,7 +5984,7 @@

    Declaration

    @@ -6019,7 +6019,7 @@

    Declaration

    @@ -6054,7 +6054,7 @@

    Declaration

    @@ -6089,7 +6089,7 @@

    Declaration

    @@ -6124,7 +6124,7 @@

    Declaration

    @@ -6159,7 +6159,7 @@

    Declaration

    @@ -6194,7 +6194,7 @@

    Declaration

    @@ -6229,7 +6229,7 @@

    Declaration

    @@ -6264,7 +6264,7 @@

    Declaration

    @@ -6299,7 +6299,7 @@

    Declaration

    @@ -6334,7 +6334,7 @@

    Declaration

    @@ -6369,7 +6369,7 @@

    Declaration

    @@ -6404,7 +6404,7 @@

    Declaration

    @@ -6439,7 +6439,7 @@

    Declaration

    @@ -6474,7 +6474,7 @@

    Declaration

    @@ -6509,7 +6509,7 @@

    Declaration

    @@ -6544,7 +6544,7 @@

    Declaration

    @@ -6579,7 +6579,7 @@

    Declaration

    @@ -6614,7 +6614,7 @@

    Declaration

    @@ -6649,7 +6649,7 @@

    Declaration

    @@ -6684,7 +6684,7 @@

    Declaration

    @@ -6719,7 +6719,7 @@

    Declaration

    @@ -6749,7 +6749,7 @@

    Declaration

    @@ -6784,7 +6784,7 @@

    Declaration

    @@ -6819,7 +6819,7 @@

    Declaration

    @@ -6854,7 +6854,7 @@

    Declaration

    @@ -6889,7 +6889,7 @@

    Declaration

    @@ -6924,7 +6924,7 @@

    Declaration

    @@ -6959,7 +6959,7 @@

    Declaration

    @@ -6994,7 +6994,7 @@

    Declaration

    @@ -7029,7 +7029,7 @@

    Declaration

    @@ -7064,7 +7064,7 @@

    Declaration

    @@ -7099,7 +7099,7 @@

    Declaration

    @@ -7134,7 +7134,7 @@

    Declaration

    @@ -7182,7 +7182,7 @@

    Declaration

    @@ -7217,7 +7217,7 @@

    Declaration

    @@ -7252,7 +7252,7 @@

    Declaration

    @@ -7287,7 +7287,7 @@

    Declaration

    @@ -7322,7 +7322,7 @@

    Declaration

    @@ -7357,7 +7357,7 @@

    Declaration

    @@ -7392,7 +7392,7 @@

    Declaration

    @@ -7427,7 +7427,7 @@

    Declaration

    @@ -7462,7 +7462,7 @@

    Declaration

    @@ -7497,7 +7497,7 @@

    Declaration

    @@ -7532,7 +7532,7 @@

    Declaration

    @@ -7567,7 +7567,7 @@

    Declaration

    @@ -7602,7 +7602,7 @@

    Declaration

    @@ -7637,7 +7637,7 @@

    Declaration

    @@ -7672,7 +7672,7 @@

    Declaration

    @@ -7707,7 +7707,7 @@

    Declaration

    @@ -7742,7 +7742,7 @@

    Declaration

    @@ -7777,7 +7777,7 @@

    Declaration

    @@ -7812,7 +7812,7 @@

    Declaration

    @@ -7847,7 +7847,7 @@

    Declaration

    @@ -7882,7 +7882,7 @@

    Declaration

    @@ -7917,7 +7917,7 @@

    Declaration

    @@ -7952,7 +7952,7 @@

    Declaration

    @@ -7987,7 +7987,7 @@

    Declaration

    @@ -8022,7 +8022,7 @@

    Declaration

    @@ -8057,7 +8057,7 @@

    Declaration

    @@ -8092,7 +8092,7 @@

    Declaration

    @@ -8127,7 +8127,7 @@

    Declaration

    @@ -8162,7 +8162,7 @@

    Declaration

    @@ -8197,7 +8197,7 @@

    Declaration

    @@ -8232,7 +8232,7 @@

    Declaration

    @@ -8267,7 +8267,7 @@

    Declaration

    @@ -8302,7 +8302,7 @@

    Declaration

    @@ -8337,7 +8337,7 @@

    Declaration

    @@ -8372,7 +8372,7 @@

    Declaration

    @@ -8407,7 +8407,7 @@

    Declaration

    @@ -8442,7 +8442,7 @@

    Declaration

    @@ -8477,7 +8477,7 @@

    Declaration

    @@ -8512,7 +8512,7 @@

    Declaration

    @@ -8547,7 +8547,7 @@

    Declaration

    @@ -8582,7 +8582,7 @@

    Declaration

    @@ -8617,7 +8617,7 @@

    Declaration

    @@ -8652,7 +8652,7 @@

    Declaration

    @@ -8687,7 +8687,7 @@

    Declaration

    @@ -8722,7 +8722,7 @@

    Declaration

    @@ -8757,7 +8757,7 @@

    Declaration

    @@ -8792,7 +8792,7 @@

    Declaration

    @@ -8827,7 +8827,7 @@

    Declaration

    @@ -8862,7 +8862,7 @@

    Declaration

    @@ -8897,7 +8897,7 @@

    Declaration

    @@ -8932,7 +8932,7 @@

    Declaration

    @@ -8972,7 +8972,7 @@

    Declaration

    @@ -9009,7 +9009,7 @@

    Declaration

    @@ -9047,7 +9047,7 @@

    Declaration

    @@ -9082,7 +9082,7 @@

    Declaration

    @@ -9117,7 +9117,7 @@

    Declaration

    @@ -9152,7 +9152,7 @@

    Declaration

    @@ -9187,7 +9187,7 @@

    Declaration

    @@ -9222,7 +9222,7 @@

    Declaration

    @@ -9257,7 +9257,7 @@

    Declaration

    @@ -9292,7 +9292,7 @@

    Declaration

    @@ -9329,7 +9329,7 @@

    Declaration

    @@ -9368,7 +9368,7 @@

    Declaration

    @@ -9403,7 +9403,7 @@

    Declaration

    @@ -9438,7 +9438,7 @@

    Declaration

    @@ -9473,7 +9473,7 @@

    Declaration

    @@ -9508,7 +9508,7 @@

    Declaration

    @@ -9543,7 +9543,7 @@

    Declaration

    @@ -9578,7 +9578,7 @@

    Declaration

    @@ -9613,7 +9613,7 @@

    Declaration

    @@ -9648,7 +9648,7 @@

    Declaration

    @@ -9683,7 +9683,7 @@

    Declaration

    @@ -9718,7 +9718,7 @@

    Declaration

    @@ -9753,7 +9753,7 @@

    Declaration

    @@ -9788,7 +9788,7 @@

    Declaration

    @@ -9823,7 +9823,7 @@

    Declaration

    @@ -9858,7 +9858,7 @@

    Declaration

    @@ -9893,7 +9893,7 @@

    Declaration

    @@ -9903,7 +9903,7 @@

    Declaration

    diff --git a/docs/docs/api/Protocols.html b/docs/docs/api/Protocols.html index f5678550..b1290829 100644 --- a/docs/docs/api/Protocols.html +++ b/docs/docs/api/Protocols.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5039,9 +5039,9 @@

    Protocols

  • @@ -5049,32 +5049,35 @@

    Protocols

    -

    Common Operation interface

    +

    Compression Decoder interface

    - See more + See more

    Declaration

    Objective-C

    -
    @protocol CRSCommonOperation <CRSIdentifiable>
    +
    @protocol TIFFCompressionDecoder <NSObject>

    Swift

    -
    protocol CRSCommonOperation : CRSIdentifiable
    +
    protocol TIFFCompressionDecoder : NSObjectProtocol
    +
  • @@ -5082,23 +5085,26 @@

    Declaration

    -

    Common Operation interface

    +

    Compression Encoder interface

    - See more + See more

    Declaration

    Objective-C

    -
    @protocol CRSGeoDatum <CRSIdentifiable>
    +
    @protocol TIFFCompressionEncoder <NSObject>

    Swift

    -
    protocol CRSGeoDatum : CRSIdentifiable
    +
    protocol TIFFCompressionEncoder : NSObjectProtocol
    +
  • @@ -5132,6 +5138,9 @@

    Declaration

    + @@ -5165,15 +5174,18 @@

    Declaration

    +
  • @@ -5181,33 +5193,35 @@

    Declaration

    -

    Geometry Filter to filter included geometries and modify them during -construction

    +

    Common Operation interface

    - See more + See more

    Declaration

    Objective-C

    -
    @protocol SFGeometryFilter <NSObject>
    +
    @protocol CRSGeoDatum <CRSIdentifiable>

    Swift

    -
    protocol SFGeometryFilter : NSObjectProtocol
    +
    protocol CRSGeoDatum : CRSIdentifiable
    +
  • @@ -5215,32 +5229,35 @@

    Declaration

    -

    Compression Decoder interface

    +

    Common Operation interface

    - See more + See more

    Declaration

    Objective-C

    -
    @protocol TIFFCompressionDecoder <NSObject>
    +
    @protocol CRSCommonOperation <CRSIdentifiable>

    Swift

    -
    protocol TIFFCompressionDecoder : NSObjectProtocol
    +
    protocol CRSCommonOperation : CRSIdentifiable
    +
  • @@ -5248,23 +5265,27 @@

    Declaration

    -

    Compression Encoder interface

    +

    Geometry Filter to filter included geometries and modify them during +construction

    - See more + See more

    Declaration

    Objective-C

    -
    @protocol TIFFCompressionEncoder <NSObject>
    +
    @protocol SFGeometryFilter <NSObject>

    Swift

    -
    protocol TIFFCompressionEncoder : NSObjectProtocol
    +
    protocol SFGeometryFilter : NSObjectProtocol
    +
  • @@ -5299,7 +5320,7 @@

    Declaration

    @@ -5335,7 +5356,7 @@

    Declaration

    @@ -5371,7 +5392,7 @@

    Declaration

    @@ -5407,7 +5428,7 @@

    Declaration

    @@ -5443,7 +5464,7 @@

    Declaration

    @@ -5480,7 +5501,7 @@

    Declaration

    @@ -5516,7 +5537,7 @@

    Declaration

    @@ -5526,7 +5547,7 @@

    Declaration

    diff --git a/docs/docs/api/Protocols/CRSCommonOperation.html b/docs/docs/api/Protocols/CRSCommonOperation.html index 09490238..0df286f4 100644 --- a/docs/docs/api/Protocols/CRSCommonOperation.html +++ b/docs/docs/api/Protocols/CRSCommonOperation.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSCommonOperation

    Common Operation interface

    +
    @@ -5081,6 +5084,9 @@

    Declaration

    Return Value

    operation type

    +
    @@ -5117,6 +5123,9 @@

    Declaration

    Return Value

    name

    + @@ -5168,6 +5177,9 @@

    Parameters

    + @@ -5204,6 +5216,9 @@

    Declaration

    Return Value

    operation version

    + @@ -5240,6 +5255,9 @@

    Declaration

    Return Value

    true if has operation version

    + @@ -5291,6 +5309,9 @@

    Parameters

    + @@ -5327,6 +5348,9 @@

    Declaration

    Return Value

    method

    + @@ -5378,6 +5402,9 @@

    Parameters

    + @@ -5386,7 +5413,7 @@

    Parameters

    diff --git a/docs/docs/api/Protocols/CRSGeoDatum.html b/docs/docs/api/Protocols/CRSGeoDatum.html index 6c6ac58d..dc891d58 100644 --- a/docs/docs/api/Protocols/CRSGeoDatum.html +++ b/docs/docs/api/Protocols/CRSGeoDatum.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSGeoDatum

    Common Operation interface

    +
    @@ -5081,6 +5084,9 @@

    Declaration

    Return Value

    datum name

    +
    @@ -5132,6 +5138,9 @@

    Parameters

    + @@ -5168,6 +5177,9 @@

    Declaration

    Return Value

    ellipsoid

    + @@ -5219,6 +5231,9 @@

    Parameters

    + @@ -5255,6 +5270,9 @@

    Declaration

    Return Value

    prime meridian

    + @@ -5291,6 +5309,9 @@

    Declaration

    Return Value

    true if has prime meridian

    + @@ -5342,6 +5363,9 @@

    Parameters

    + @@ -5350,7 +5374,7 @@

    Parameters

    diff --git a/docs/docs/api/Protocols/CRSIdentifiable.html b/docs/docs/api/Protocols/CRSIdentifiable.html index bb42d77f..91bbbc87 100644 --- a/docs/docs/api/Protocols/CRSIdentifiable.html +++ b/docs/docs/api/Protocols/CRSIdentifiable.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSIdentifiable

    Identifiable object interface

    +
    @@ -5081,6 +5084,9 @@

    Declaration

    Return Value

    identifiers

    +
    @@ -5117,6 +5123,9 @@

    Declaration

    Return Value

    true if has identifiers

    + @@ -5153,6 +5162,9 @@

    Declaration

    Return Value

    identifiers count

    + @@ -5208,6 +5220,9 @@

    Parameters

    Return Value

    identifier

    + @@ -5259,6 +5274,9 @@

    Parameters

    + @@ -5310,6 +5328,9 @@

    Parameters

    + @@ -5361,6 +5382,9 @@

    Parameters

    + @@ -5369,7 +5393,7 @@

    Parameters

    diff --git a/docs/docs/api/Protocols/CRSScopeExtentIdentifierRemark.html b/docs/docs/api/Protocols/CRSScopeExtentIdentifierRemark.html index c02046f2..978ad7fd 100644 --- a/docs/docs/api/Protocols/CRSScopeExtentIdentifierRemark.html +++ b/docs/docs/api/Protocols/CRSScopeExtentIdentifierRemark.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSScopeExtentIdentifierRemark

    Interface Scope, Extent, Identifier, and Remark values

    +
    @@ -5081,6 +5084,9 @@

    Declaration

    Return Value

    name

    +
    @@ -5132,6 +5138,9 @@

    Parameters

    + @@ -5168,6 +5177,9 @@

    Declaration

    Return Value

    usages

    + @@ -5204,6 +5216,9 @@

    Declaration

    Return Value

    true if has usages

    + @@ -5240,6 +5255,9 @@

    Declaration

    Return Value

    usages count

    + @@ -5295,6 +5313,9 @@

    Parameters

    Return Value

    usage

    + @@ -5346,6 +5367,9 @@

    Parameters

    + @@ -5397,6 +5421,9 @@

    Parameters

    + @@ -5448,6 +5475,9 @@

    Parameters

    + @@ -5484,6 +5514,9 @@

    Declaration

    Return Value

    remark

    + @@ -5520,6 +5553,9 @@

    Declaration

    Return Value

    true if has remark

    + @@ -5571,6 +5607,9 @@

    Parameters

    + @@ -5579,7 +5618,7 @@

    Parameters

    diff --git a/docs/docs/api/Protocols/GPKGCoverageDataImage.html b/docs/docs/api/Protocols/GPKGCoverageDataImage.html index 2e707085..5fc983b2 100644 --- a/docs/docs/api/Protocols/GPKGCoverageDataImage.html +++ b/docs/docs/api/Protocols/GPKGCoverageDataImage.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGCoverageDataImage

    Coverage Data image interface

    @@ -5085,7 +5085,7 @@

    Return Value

    width

    @@ -5124,7 +5124,7 @@

    Return Value

    height

    @@ -5134,7 +5134,7 @@

    Return Value

    diff --git a/docs/docs/api/Protocols/GPKGCustomFeaturesTile.html b/docs/docs/api/Protocols/GPKGCustomFeaturesTile.html index da6ea73f..0ea62adf 100644 --- a/docs/docs/api/Protocols/GPKGCustomFeaturesTile.html +++ b/docs/docs/api/Protocols/GPKGCustomFeaturesTile.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5046,7 +5046,7 @@

    GPKGCustomFeaturesTile

    The tile drawn will be used instead of drawing all of the features.

    @@ -5144,7 +5144,7 @@

    Return Value

    image

    @@ -5256,7 +5256,7 @@

    Return Value

    image

    @@ -5266,7 +5266,7 @@

    Return Value

    diff --git a/docs/docs/api/Protocols/GPKGMapPointInitializer.html b/docs/docs/api/Protocols/GPKGMapPointInitializer.html index 9758dfa5..67a32d13 100644 --- a/docs/docs/api/Protocols/GPKGMapPointInitializer.html +++ b/docs/docs/api/Protocols/GPKGMapPointInitializer.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGMapPointInitializer

    Map Point initializer protocol to perform point additional initialization when a point is added to a map view

    @@ -5100,7 +5100,7 @@

    Parameters

    @@ -5110,7 +5110,7 @@

    Parameters

    diff --git a/docs/docs/api/Protocols/GPKGProgress.html b/docs/docs/api/Protocols/GPKGProgress.html index 7fb88c69..236c7031 100644 --- a/docs/docs/api/Protocols/GPKGProgress.html +++ b/docs/docs/api/Protocols/GPKGProgress.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGProgress

    GeoPackage Progress protocol for receiving progress information callbacks and handling cancellations

    @@ -5100,7 +5100,7 @@

    Parameters

    @@ -5154,7 +5154,7 @@

    Parameters

    @@ -5193,7 +5193,7 @@

    Return Value

    true if active, false if canceled

    @@ -5232,7 +5232,7 @@

    Return Value

    true to cleanup progress made, false to preserve progress

    @@ -5267,7 +5267,7 @@

    Declaration

    @@ -5321,7 +5321,7 @@

    Parameters

    @@ -5331,7 +5331,7 @@

    Parameters

    diff --git a/docs/docs/api/Protocols/GPKGShapePoints.html b/docs/docs/api/Protocols/GPKGShapePoints.html index fd5d095b..5cecfd6f 100644 --- a/docs/docs/api/Protocols/GPKGShapePoints.html +++ b/docs/docs/api/Protocols/GPKGShapePoints.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGShapePoints

    Shape points protocol, defining the interface for shapes comprised of points

    @@ -5085,7 +5085,7 @@

    Return Value

    points

    @@ -5151,7 +5151,7 @@

    Parameters

    @@ -5205,7 +5205,7 @@

    Parameters

    @@ -5271,7 +5271,7 @@

    Parameters

    @@ -5325,7 +5325,7 @@

    Parameters

    @@ -5335,7 +5335,7 @@

    Parameters

    diff --git a/docs/docs/api/Protocols/GPKGShapeWithChildrenPoints.html b/docs/docs/api/Protocols/GPKGShapeWithChildrenPoints.html index 904dbb70..6ae75cdf 100644 --- a/docs/docs/api/Protocols/GPKGShapeWithChildrenPoints.html +++ b/docs/docs/api/Protocols/GPKGShapeWithChildrenPoints.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGShapeWithChildrenPoints

    Shape with children protocol defining the interface for shapes with children points

    @@ -5085,7 +5085,7 @@

    Return Value

    shape points

    @@ -5095,7 +5095,7 @@

    Return Value

    diff --git a/docs/docs/api/Protocols/GPKGTileRetriever.html b/docs/docs/api/Protocols/GPKGTileRetriever.html index d2823a39..fa411ea1 100644 --- a/docs/docs/api/Protocols/GPKGTileRetriever.html +++ b/docs/docs/api/Protocols/GPKGTileRetriever.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGTileRetriever

    Interface defining the get tile retrieval method

    @@ -5128,7 +5128,7 @@

    Return Value

    true if a tile exists

    @@ -5212,7 +5212,7 @@

    Return Value

    tile with dimensions and bytes

    @@ -5222,7 +5222,7 @@

    Return Value

    diff --git a/docs/docs/api/Protocols/SFGeometryFilter.html b/docs/docs/api/Protocols/SFGeometryFilter.html index 0d848e5a..44896134 100644 --- a/docs/docs/api/Protocols/SFGeometryFilter.html +++ b/docs/docs/api/Protocols/SFGeometryFilter.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,6 +5045,9 @@

    SFGeometryFilter

    Geometry Filter to filter included geometries and modify them during construction

    +
    @@ -5115,6 +5118,9 @@

    Parameters

    Return Value

    true if passes filter and geometry should be included

    +
    @@ -5123,7 +5129,7 @@

    Return Value

    diff --git a/docs/docs/api/Protocols/TIFFCompressionDecoder.html b/docs/docs/api/Protocols/TIFFCompressionDecoder.html index 0ace6e8a..d3a7f3f7 100644 --- a/docs/docs/api/Protocols/TIFFCompressionDecoder.html +++ b/docs/docs/api/Protocols/TIFFCompressionDecoder.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    TIFFCompressionDecoder

    Compression Decoder interface

    +
    @@ -5112,6 +5115,9 @@

    Parameters

    Return Value

    decoded data

    +
    @@ -5120,7 +5126,7 @@

    Return Value

    diff --git a/docs/docs/api/Protocols/TIFFCompressionEncoder.html b/docs/docs/api/Protocols/TIFFCompressionEncoder.html index 96bbdd86..1621d140 100644 --- a/docs/docs/api/Protocols/TIFFCompressionEncoder.html +++ b/docs/docs/api/Protocols/TIFFCompressionEncoder.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    TIFFCompressionEncoder

    Compression Encoder interface

    +
    @@ -5082,6 +5085,9 @@

    Declaration

    Return Value

    true for row encoding

    +
    @@ -5149,6 +5155,9 @@

    Parameters

    Return Value

    encoded data

    + @@ -5157,7 +5166,7 @@

    Return Value

    diff --git a/docs/docs/api/Structs.html b/docs/docs/api/Structs.html index fc9cd35c..df80685f 100644 --- a/docs/docs/api/Structs.html +++ b/docs/docs/api/Structs.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5073,7 +5073,7 @@

    Declaration

    @@ -5109,7 +5109,7 @@

    Declaration

    @@ -5149,7 +5149,7 @@

    Declaration

    @@ -5188,7 +5188,7 @@

    Declaration

    @@ -5229,7 +5229,7 @@

    Declaration

    @@ -5269,7 +5269,7 @@

    Declaration

    @@ -5310,7 +5310,7 @@

    Declaration

    @@ -5349,7 +5349,7 @@

    Declaration

    @@ -5388,7 +5388,7 @@

    Declaration

    @@ -5432,7 +5432,7 @@

    Declaration

    @@ -5471,7 +5471,7 @@

    Declaration

    @@ -5513,7 +5513,7 @@

    Declaration

    @@ -5563,7 +5563,7 @@

    Declaration

    @@ -5608,7 +5608,7 @@

    Declaration

    @@ -5647,7 +5647,7 @@

    Declaration

    @@ -5683,7 +5683,7 @@

    Declaration

    @@ -5693,7 +5693,7 @@

    Declaration

    diff --git a/docs/docs/api/Structs/ARG_list.html b/docs/docs/api/Structs/ARG_list.html index a4b3773f..d1abafbf 100644 --- a/docs/docs/api/Structs/ARG_list.html +++ b/docs/docs/api/Structs/ARG_list.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5048,7 +5048,7 @@

    ARG_list

    Undocumented

    @@ -5084,7 +5084,7 @@

    Declaration

    @@ -5119,7 +5119,7 @@

    Declaration

    @@ -5154,7 +5154,7 @@

    Declaration

    @@ -5164,7 +5164,7 @@

    Declaration

    diff --git a/docs/docs/api/Structs/CTABLE.html b/docs/docs/api/Structs/CTABLE.html index 8d335757..894054d7 100644 --- a/docs/docs/api/Structs/CTABLE.html +++ b/docs/docs/api/Structs/CTABLE.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5051,7 +5051,7 @@

    CTABLE

    Undocumented

    @@ -5087,7 +5087,7 @@

    Declaration

    @@ -5122,7 +5122,7 @@

    Declaration

    @@ -5157,7 +5157,7 @@

    Declaration

    @@ -5192,7 +5192,7 @@

    Declaration

    @@ -5227,7 +5227,7 @@

    Declaration

    @@ -5237,7 +5237,7 @@

    Declaration

    diff --git a/docs/docs/api/Structs/DERIVS.html b/docs/docs/api/Structs/DERIVS.html index 8c1db188..7c726972 100644 --- a/docs/docs/api/Structs/DERIVS.html +++ b/docs/docs/api/Structs/DERIVS.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5048,7 +5048,7 @@

    DERIVS

    Undocumented

    @@ -5084,7 +5084,7 @@

    Declaration

    @@ -5119,7 +5119,7 @@

    Declaration

    @@ -5154,7 +5154,7 @@

    Declaration

    @@ -5189,7 +5189,7 @@

    Declaration

    @@ -5199,7 +5199,7 @@

    Declaration

    diff --git a/docs/docs/api/Structs/FACTORS.html b/docs/docs/api/Structs/FACTORS.html index 50e3468d..3c721123 100644 --- a/docs/docs/api/Structs/FACTORS.html +++ b/docs/docs/api/Structs/FACTORS.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5053,7 +5053,7 @@

    FACTORS

    Undocumented

    @@ -5089,7 +5089,7 @@

    Declaration

    @@ -5124,7 +5124,7 @@

    Declaration

    @@ -5159,7 +5159,7 @@

    Declaration

    @@ -5194,7 +5194,7 @@

    Declaration

    @@ -5229,7 +5229,7 @@

    Declaration

    @@ -5264,7 +5264,7 @@

    Declaration

    @@ -5299,7 +5299,7 @@

    Declaration

    @@ -5334,7 +5334,7 @@

    Declaration

    @@ -5369,7 +5369,7 @@

    Declaration

    @@ -5404,7 +5404,7 @@

    Declaration

    @@ -5414,7 +5414,7 @@

    Declaration

    diff --git a/docs/docs/api/Structs/GPKGBoundingBoxSize.html b/docs/docs/api/Structs/GPKGBoundingBoxSize.html index 98e36fe4..09cd1baa 100644 --- a/docs/docs/api/Structs/GPKGBoundingBoxSize.html +++ b/docs/docs/api/Structs/GPKGBoundingBoxSize.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGBoundingBoxSize

    Bounding box width and height struct

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5126,7 +5126,7 @@

    Declaration

    diff --git a/docs/docs/api/Structs/PJ_DATUMS.html b/docs/docs/api/Structs/PJ_DATUMS.html index d3ea8dc7..b4651942 100644 --- a/docs/docs/api/Structs/PJ_DATUMS.html +++ b/docs/docs/api/Structs/PJ_DATUMS.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5050,7 +5050,7 @@

    PJ_DATUMS

    Undocumented

    @@ -5086,7 +5086,7 @@

    Declaration

    @@ -5121,7 +5121,7 @@

    Declaration

    @@ -5156,7 +5156,7 @@

    Declaration

    @@ -5191,7 +5191,7 @@

    Declaration

    @@ -5201,7 +5201,7 @@

    Declaration

    diff --git a/docs/docs/api/Structs/PJ_ELLPS.html b/docs/docs/api/Structs/PJ_ELLPS.html index bb9ffeef..0fa99b88 100644 --- a/docs/docs/api/Structs/PJ_ELLPS.html +++ b/docs/docs/api/Structs/PJ_ELLPS.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5050,7 +5050,7 @@

    PJ_ELLPS

    Undocumented

    @@ -5086,7 +5086,7 @@

    Declaration

    @@ -5121,7 +5121,7 @@

    Declaration

    @@ -5156,7 +5156,7 @@

    Declaration

    @@ -5191,7 +5191,7 @@

    Declaration

    @@ -5201,7 +5201,7 @@

    Declaration

    diff --git a/docs/docs/api/Structs/PJ_LIST.html b/docs/docs/api/Structs/PJ_LIST.html index 2e7ce06b..bd9ecf78 100644 --- a/docs/docs/api/Structs/PJ_LIST.html +++ b/docs/docs/api/Structs/PJ_LIST.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5049,7 +5049,7 @@

    PJ_LIST

    Undocumented

    @@ -5085,7 +5085,7 @@

    Declaration

    @@ -5120,7 +5120,7 @@

    Declaration

    @@ -5155,7 +5155,7 @@

    Declaration

    @@ -5165,7 +5165,7 @@

    Declaration

    diff --git a/docs/docs/api/Structs/PJ_PRIME_MERIDIANS.html b/docs/docs/api/Structs/PJ_PRIME_MERIDIANS.html index d14dbee0..ae0fbaef 100644 --- a/docs/docs/api/Structs/PJ_PRIME_MERIDIANS.html +++ b/docs/docs/api/Structs/PJ_PRIME_MERIDIANS.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5048,7 +5048,7 @@

    PJ_PRIME_MERIDIANS

    Undocumented

    @@ -5084,7 +5084,7 @@

    Declaration

    @@ -5119,7 +5119,7 @@

    Declaration

    @@ -5129,7 +5129,7 @@

    Declaration

    diff --git a/docs/docs/api/Structs/PJ_SELFTEST_LIST.html b/docs/docs/api/Structs/PJ_SELFTEST_LIST.html index 4611bb16..f5c2c0fc 100644 --- a/docs/docs/api/Structs/PJ_SELFTEST_LIST.html +++ b/docs/docs/api/Structs/PJ_SELFTEST_LIST.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5048,7 +5048,7 @@

    PJ_SELFTEST_LIST

    Undocumented

    @@ -5084,7 +5084,7 @@

    Declaration

    @@ -5119,7 +5119,7 @@

    Declaration

    @@ -5129,7 +5129,7 @@

    Declaration

    diff --git a/docs/docs/api/Structs/PJ_UNITS.html b/docs/docs/api/Structs/PJ_UNITS.html index 6e021794..80ca119b 100644 --- a/docs/docs/api/Structs/PJ_UNITS.html +++ b/docs/docs/api/Structs/PJ_UNITS.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5049,7 +5049,7 @@

    PJ_UNITS

    Undocumented

    @@ -5085,7 +5085,7 @@

    Declaration

    @@ -5120,7 +5120,7 @@

    Declaration

    @@ -5155,7 +5155,7 @@

    Declaration

    @@ -5165,7 +5165,7 @@

    Declaration

    diff --git a/docs/docs/api/Structs/PJconsts.html b/docs/docs/api/Structs/PJconsts.html index 98e45eec..6e660449 100644 --- a/docs/docs/api/Structs/PJconsts.html +++ b/docs/docs/api/Structs/PJconsts.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    PJconsts

    Undocumented

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5151,7 +5151,7 @@

    Declaration

    @@ -5186,7 +5186,7 @@

    Declaration

    @@ -5221,7 +5221,7 @@

    Declaration

    @@ -5256,7 +5256,7 @@

    Declaration

    @@ -5291,7 +5291,7 @@

    Declaration

    @@ -5326,7 +5326,7 @@

    Declaration

    @@ -5361,7 +5361,7 @@

    Declaration

    @@ -5396,7 +5396,7 @@

    Declaration

    @@ -5431,7 +5431,7 @@

    Declaration

    @@ -5466,7 +5466,7 @@

    Declaration

    @@ -5501,7 +5501,7 @@

    Declaration

    @@ -5536,7 +5536,7 @@

    Declaration

    @@ -5571,7 +5571,7 @@

    Declaration

    @@ -5606,7 +5606,7 @@

    Declaration

    @@ -5641,7 +5641,7 @@

    Declaration

    @@ -5676,7 +5676,7 @@

    Declaration

    @@ -5711,7 +5711,7 @@

    Declaration

    @@ -5746,7 +5746,7 @@

    Declaration

    @@ -5781,7 +5781,7 @@

    Declaration

    @@ -5816,7 +5816,7 @@

    Declaration

    @@ -5851,7 +5851,7 @@

    Declaration

    @@ -5886,7 +5886,7 @@

    Declaration

    @@ -5921,7 +5921,7 @@

    Declaration

    @@ -5956,7 +5956,7 @@

    Declaration

    @@ -5991,7 +5991,7 @@

    Declaration

    @@ -6026,7 +6026,7 @@

    Declaration

    @@ -6061,7 +6061,7 @@

    Declaration

    @@ -6096,7 +6096,7 @@

    Declaration

    @@ -6131,7 +6131,7 @@

    Declaration

    @@ -6166,7 +6166,7 @@

    Declaration

    @@ -6201,7 +6201,7 @@

    Declaration

    @@ -6236,7 +6236,7 @@

    Declaration

    @@ -6271,7 +6271,7 @@

    Declaration

    @@ -6306,7 +6306,7 @@

    Declaration

    @@ -6341,7 +6341,7 @@

    Declaration

    @@ -6376,7 +6376,7 @@

    Declaration

    @@ -6411,7 +6411,7 @@

    Declaration

    @@ -6446,7 +6446,7 @@

    Declaration

    @@ -6481,7 +6481,7 @@

    Declaration

    @@ -6516,7 +6516,7 @@

    Declaration

    @@ -6551,7 +6551,7 @@

    Declaration

    @@ -6586,7 +6586,7 @@

    Declaration

    @@ -6621,7 +6621,7 @@

    Declaration

    @@ -6656,7 +6656,7 @@

    Declaration

    @@ -6691,7 +6691,7 @@

    Declaration

    @@ -6726,7 +6726,7 @@

    Declaration

    @@ -6761,7 +6761,7 @@

    Declaration

    @@ -6796,7 +6796,7 @@

    Declaration

    @@ -6831,7 +6831,7 @@

    Declaration

    @@ -6866,7 +6866,7 @@

    Declaration

    @@ -6876,7 +6876,7 @@

    Declaration

    diff --git a/docs/docs/api/Structs/PW_COEF.html b/docs/docs/api/Structs/PW_COEF.html index 54ab5ec9..f3c43509 100644 --- a/docs/docs/api/Structs/PW_COEF.html +++ b/docs/docs/api/Structs/PW_COEF.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5048,7 +5048,7 @@

    PW_COEF

    Undocumented

    @@ -5084,7 +5084,7 @@

    Declaration

    @@ -5119,7 +5119,7 @@

    Declaration

    @@ -5129,7 +5129,7 @@

    Declaration

    diff --git a/docs/docs/api/Structs/_PJ_GridCatalog.html b/docs/docs/api/Structs/_PJ_GridCatalog.html index 4c9afce9..e3be4fbe 100644 --- a/docs/docs/api/Structs/_PJ_GridCatalog.html +++ b/docs/docs/api/Structs/_PJ_GridCatalog.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5054,7 +5054,7 @@

    _PJ_GridCatalog

    Undocumented

    @@ -5090,7 +5090,7 @@

    Declaration

    @@ -5125,7 +5125,7 @@

    Declaration

    @@ -5160,7 +5160,7 @@

    Declaration

    @@ -5195,7 +5195,7 @@

    Declaration

    @@ -5230,7 +5230,7 @@

    Declaration

    @@ -5240,7 +5240,7 @@

    Declaration

    diff --git a/docs/docs/api/Structs/_pj_gi.html b/docs/docs/api/Structs/_pj_gi.html index 1bd64b91..28ab7835 100644 --- a/docs/docs/api/Structs/_pj_gi.html +++ b/docs/docs/api/Structs/_pj_gi.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5059,7 +5059,7 @@

    _pj_gi

    Undocumented

    @@ -5095,7 +5095,7 @@

    Declaration

    @@ -5130,7 +5130,7 @@

    Declaration

    @@ -5165,7 +5165,7 @@

    Declaration

    @@ -5200,7 +5200,7 @@

    Declaration

    @@ -5235,7 +5235,7 @@

    Declaration

    @@ -5270,7 +5270,7 @@

    Declaration

    @@ -5305,7 +5305,7 @@

    Declaration

    @@ -5340,7 +5340,7 @@

    Declaration

    @@ -5350,7 +5350,7 @@

    Declaration

    diff --git a/docs/docs/api/Structs/projFileAPI_t.html b/docs/docs/api/Structs/projFileAPI_t.html index 01e8c189..24180565 100644 --- a/docs/docs/api/Structs/projFileAPI_t.html +++ b/docs/docs/api/Structs/projFileAPI_t.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5051,7 +5051,7 @@

    projFileAPI_t

    Undocumented

    @@ -5087,7 +5087,7 @@

    Declaration

    @@ -5122,7 +5122,7 @@

    Declaration

    @@ -5157,7 +5157,7 @@

    Declaration

    @@ -5192,7 +5192,7 @@

    Declaration

    @@ -5227,7 +5227,7 @@

    Declaration

    @@ -5237,7 +5237,7 @@

    Declaration

    diff --git a/docs/docs/api/Type Definitions.html b/docs/docs/api/Type Definitions.html index 33012b5a..06e063bc 100644 --- a/docs/docs/api/Type Definitions.html +++ b/docs/docs/api/Type Definitions.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5066,7 +5066,7 @@

    Declaration

    @@ -5101,7 +5101,7 @@

    Declaration

    @@ -5136,7 +5136,7 @@

    Declaration

    @@ -5178,7 +5178,7 @@

    Declaration

    @@ -5215,7 +5215,7 @@

    Declaration

    @@ -5246,7 +5246,7 @@

    Declaration

    @@ -5277,7 +5277,7 @@

    Declaration

    @@ -5308,7 +5308,7 @@

    Declaration

    @@ -5339,7 +5339,7 @@

    Declaration

    @@ -5375,7 +5375,7 @@

    Declaration

    @@ -5414,7 +5414,7 @@

    Declaration

    @@ -5514,7 +5514,7 @@

    Declaration

    @@ -5545,7 +5545,7 @@

    Declaration

    @@ -5576,7 +5576,7 @@

    Declaration

    @@ -5626,7 +5626,7 @@

    Declaration

    @@ -5665,7 +5665,7 @@

    Declaration

    @@ -5710,7 +5710,7 @@

    Declaration

    @@ -5747,7 +5747,7 @@

    Declaration

    @@ -5757,7 +5757,7 @@

    Declaration

    diff --git a/docs/docs/api/Type Definitions/COMPLEX.html b/docs/docs/api/Type Definitions/COMPLEX.html index 22a884ae..46a70a02 100644 --- a/docs/docs/api/Type Definitions/COMPLEX.html +++ b/docs/docs/api/Type Definitions/COMPLEX.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5040,7 +5040,7 @@

    COMPLEX

    Undocumented

    @@ -5077,7 +5077,7 @@

    Declaration

    @@ -5087,7 +5087,7 @@

    Declaration

    diff --git a/docs/docs/api/Type Definitions/COMPLEX/.html b/docs/docs/api/Type Definitions/COMPLEX/.html index acef2556..6173ece3 100644 --- a/docs/docs/api/Type Definitions/COMPLEX/.html +++ b/docs/docs/api/Type Definitions/COMPLEX/.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    Undocumented

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5126,7 +5126,7 @@

    Declaration

    diff --git a/docs/docs/api/Type Definitions/FLP.html b/docs/docs/api/Type Definitions/FLP.html index b5e3323c..0d75d073 100644 --- a/docs/docs/api/Type Definitions/FLP.html +++ b/docs/docs/api/Type Definitions/FLP.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5040,7 +5040,7 @@

    FLP

    Undocumented

    @@ -5077,7 +5077,7 @@

    Declaration

    @@ -5087,7 +5087,7 @@

    Declaration

    diff --git a/docs/docs/api/Type Definitions/FLP/.html b/docs/docs/api/Type Definitions/FLP/.html index 40fd5b0b..8eb3fad8 100644 --- a/docs/docs/api/Type Definitions/FLP/.html +++ b/docs/docs/api/Type Definitions/FLP/.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    Undocumented

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5126,7 +5126,7 @@

    Declaration

    diff --git a/docs/docs/api/Type Definitions/ILP.html b/docs/docs/api/Type Definitions/ILP.html index 83198cc8..197d1c33 100644 --- a/docs/docs/api/Type Definitions/ILP.html +++ b/docs/docs/api/Type Definitions/ILP.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5040,7 +5040,7 @@

    ILP

    Undocumented

    @@ -5077,7 +5077,7 @@

    Declaration

    @@ -5087,7 +5087,7 @@

    Declaration

    diff --git a/docs/docs/api/Type Definitions/ILP/.html b/docs/docs/api/Type Definitions/ILP/.html index 0b8be5ee..86c0b24f 100644 --- a/docs/docs/api/Type Definitions/ILP/.html +++ b/docs/docs/api/Type Definitions/ILP/.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    Undocumented

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5126,7 +5126,7 @@

    Declaration

    diff --git a/docs/docs/api/Type Definitions/PJ.html b/docs/docs/api/Type Definitions/PJ.html index 69228546..e3fe3ea4 100644 --- a/docs/docs/api/Type Definitions/PJ.html +++ b/docs/docs/api/Type Definitions/PJ.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5109,7 +5109,7 @@

    PJ

    Undocumented

    @@ -5210,7 +5210,7 @@

    Declaration

    @@ -5220,7 +5220,7 @@

    Declaration

    diff --git a/docs/docs/api/Type Definitions/PJ/PJconsts.html b/docs/docs/api/Type Definitions/PJ/PJconsts.html index a4bd097b..2be71dba 100644 --- a/docs/docs/api/Type Definitions/PJ/PJconsts.html +++ b/docs/docs/api/Type Definitions/PJ/PJconsts.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5109,7 +5109,7 @@

    PJconsts

    Undocumented

    @@ -5145,7 +5145,7 @@

    Declaration

    @@ -5180,7 +5180,7 @@

    Declaration

    @@ -5215,7 +5215,7 @@

    Declaration

    @@ -5250,7 +5250,7 @@

    Declaration

    @@ -5285,7 +5285,7 @@

    Declaration

    @@ -5320,7 +5320,7 @@

    Declaration

    @@ -5355,7 +5355,7 @@

    Declaration

    @@ -5390,7 +5390,7 @@

    Declaration

    @@ -5425,7 +5425,7 @@

    Declaration

    @@ -5460,7 +5460,7 @@

    Declaration

    @@ -5495,7 +5495,7 @@

    Declaration

    @@ -5530,7 +5530,7 @@

    Declaration

    @@ -5565,7 +5565,7 @@

    Declaration

    @@ -5600,7 +5600,7 @@

    Declaration

    @@ -5635,7 +5635,7 @@

    Declaration

    @@ -5670,7 +5670,7 @@

    Declaration

    @@ -5705,7 +5705,7 @@

    Declaration

    @@ -5740,7 +5740,7 @@

    Declaration

    @@ -5775,7 +5775,7 @@

    Declaration

    @@ -5810,7 +5810,7 @@

    Declaration

    @@ -5845,7 +5845,7 @@

    Declaration

    @@ -5880,7 +5880,7 @@

    Declaration

    @@ -5915,7 +5915,7 @@

    Declaration

    @@ -5950,7 +5950,7 @@

    Declaration

    @@ -5985,7 +5985,7 @@

    Declaration

    @@ -6020,7 +6020,7 @@

    Declaration

    @@ -6055,7 +6055,7 @@

    Declaration

    @@ -6090,7 +6090,7 @@

    Declaration

    @@ -6125,7 +6125,7 @@

    Declaration

    @@ -6160,7 +6160,7 @@

    Declaration

    @@ -6195,7 +6195,7 @@

    Declaration

    @@ -6230,7 +6230,7 @@

    Declaration

    @@ -6265,7 +6265,7 @@

    Declaration

    @@ -6300,7 +6300,7 @@

    Declaration

    @@ -6335,7 +6335,7 @@

    Declaration

    @@ -6370,7 +6370,7 @@

    Declaration

    @@ -6405,7 +6405,7 @@

    Declaration

    @@ -6440,7 +6440,7 @@

    Declaration

    @@ -6475,7 +6475,7 @@

    Declaration

    @@ -6510,7 +6510,7 @@

    Declaration

    @@ -6545,7 +6545,7 @@

    Declaration

    @@ -6580,7 +6580,7 @@

    Declaration

    @@ -6615,7 +6615,7 @@

    Declaration

    @@ -6650,7 +6650,7 @@

    Declaration

    @@ -6685,7 +6685,7 @@

    Declaration

    @@ -6720,7 +6720,7 @@

    Declaration

    @@ -6755,7 +6755,7 @@

    Declaration

    @@ -6790,7 +6790,7 @@

    Declaration

    @@ -6825,7 +6825,7 @@

    Declaration

    @@ -6860,7 +6860,7 @@

    Declaration

    @@ -6895,7 +6895,7 @@

    Declaration

    @@ -6930,7 +6930,7 @@

    Declaration

    @@ -6940,7 +6940,7 @@

    Declaration

    diff --git a/docs/docs/api/Type Definitions/PJ_GRIDINFO.html b/docs/docs/api/Type Definitions/PJ_GRIDINFO.html index acd27ec7..28e92814 100644 --- a/docs/docs/api/Type Definitions/PJ_GRIDINFO.html +++ b/docs/docs/api/Type Definitions/PJ_GRIDINFO.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5059,7 +5059,7 @@

    PJ_GRIDINFO

    Undocumented

    @@ -5110,7 +5110,7 @@

    Declaration

    @@ -5120,7 +5120,7 @@

    Declaration

    diff --git a/docs/docs/api/Type Definitions/PJ_GRIDINFO/_pj_gi.html b/docs/docs/api/Type Definitions/PJ_GRIDINFO/_pj_gi.html index 6c1bb023..8a2a6c2e 100644 --- a/docs/docs/api/Type Definitions/PJ_GRIDINFO/_pj_gi.html +++ b/docs/docs/api/Type Definitions/PJ_GRIDINFO/_pj_gi.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5059,7 +5059,7 @@

    _pj_gi

    Undocumented

    @@ -5095,7 +5095,7 @@

    Declaration

    @@ -5130,7 +5130,7 @@

    Declaration

    @@ -5165,7 +5165,7 @@

    Declaration

    @@ -5200,7 +5200,7 @@

    Declaration

    @@ -5235,7 +5235,7 @@

    Declaration

    @@ -5270,7 +5270,7 @@

    Declaration

    @@ -5305,7 +5305,7 @@

    Declaration

    @@ -5340,7 +5340,7 @@

    Declaration

    @@ -5350,7 +5350,7 @@

    Declaration

    diff --git a/docs/docs/api/Type Definitions/PJ_GridCatalog.html b/docs/docs/api/Type Definitions/PJ_GridCatalog.html index a03cd77f..88c397a6 100644 --- a/docs/docs/api/Type Definitions/PJ_GridCatalog.html +++ b/docs/docs/api/Type Definitions/PJ_GridCatalog.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5054,7 +5054,7 @@

    PJ_GridCatalog

    Undocumented

    @@ -5100,7 +5100,7 @@

    Declaration

    @@ -5110,7 +5110,7 @@

    Declaration

    diff --git a/docs/docs/api/Type Definitions/PJ_GridCatalog/_PJ_GridCatalog.html b/docs/docs/api/Type Definitions/PJ_GridCatalog/_PJ_GridCatalog.html index 6ebb0f25..afc2b308 100644 --- a/docs/docs/api/Type Definitions/PJ_GridCatalog/_PJ_GridCatalog.html +++ b/docs/docs/api/Type Definitions/PJ_GridCatalog/_PJ_GridCatalog.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5054,7 +5054,7 @@

    _PJ_GridCatalog

    Undocumented

    @@ -5090,7 +5090,7 @@

    Declaration

    @@ -5125,7 +5125,7 @@

    Declaration

    @@ -5160,7 +5160,7 @@

    Declaration

    @@ -5195,7 +5195,7 @@

    Declaration

    @@ -5230,7 +5230,7 @@

    Declaration

    @@ -5240,7 +5240,7 @@

    Declaration

    diff --git a/docs/docs/api/Type Definitions/PJ_GridCatalogEntry.html b/docs/docs/api/Type Definitions/PJ_GridCatalogEntry.html index bb43c82f..169e0dda 100644 --- a/docs/docs/api/Type Definitions/PJ_GridCatalogEntry.html +++ b/docs/docs/api/Type Definitions/PJ_GridCatalogEntry.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5048,7 +5048,7 @@

    PJ_GridCatalogEntry

    Undocumented

    @@ -5093,7 +5093,7 @@

    Declaration

    @@ -5103,7 +5103,7 @@

    Declaration

    diff --git a/docs/docs/api/Type Definitions/PJ_GridCatalogEntry/.html b/docs/docs/api/Type Definitions/PJ_GridCatalogEntry/.html index fd08f858..72e65b6a 100644 --- a/docs/docs/api/Type Definitions/PJ_GridCatalogEntry/.html +++ b/docs/docs/api/Type Definitions/PJ_GridCatalogEntry/.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5053,7 +5053,7 @@

    Undocumented

    @@ -5089,7 +5089,7 @@

    Declaration

    @@ -5124,7 +5124,7 @@

    Declaration

    @@ -5159,7 +5159,7 @@

    Declaration

    @@ -5194,7 +5194,7 @@

    Declaration

    @@ -5229,7 +5229,7 @@

    Declaration

    @@ -5264,7 +5264,7 @@

    Declaration

    @@ -5274,7 +5274,7 @@

    Declaration

    diff --git a/docs/docs/api/Type Definitions/PJ_Region.html b/docs/docs/api/Type Definitions/PJ_Region.html index 23c363d2..c5e61b65 100644 --- a/docs/docs/api/Type Definitions/PJ_Region.html +++ b/docs/docs/api/Type Definitions/PJ_Region.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    PJ_Region

    Undocumented

    @@ -5087,7 +5087,7 @@

    Declaration

    @@ -5097,7 +5097,7 @@

    Declaration

    diff --git a/docs/docs/api/Type Definitions/PJ_Region/.html b/docs/docs/api/Type Definitions/PJ_Region/.html index df4f2c99..5eb0857f 100644 --- a/docs/docs/api/Type Definitions/PJ_Region/.html +++ b/docs/docs/api/Type Definitions/PJ_Region/.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5050,7 +5050,7 @@

    Undocumented

    @@ -5086,7 +5086,7 @@

    Declaration

    @@ -5121,7 +5121,7 @@

    Declaration

    @@ -5156,7 +5156,7 @@

    Declaration

    @@ -5191,7 +5191,7 @@

    Declaration

    @@ -5201,7 +5201,7 @@

    Declaration

    diff --git a/docs/docs/api/Type Definitions/PROJVALUE.html b/docs/docs/api/Type Definitions/PROJVALUE.html index fa40a5ad..e41322b0 100644 --- a/docs/docs/api/Type Definitions/PROJVALUE.html +++ b/docs/docs/api/Type Definitions/PROJVALUE.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5040,7 +5040,7 @@

    PROJVALUE

    Undocumented

    @@ -5077,7 +5077,7 @@

    Declaration

    @@ -5087,7 +5087,7 @@

    Declaration

    diff --git a/docs/docs/api/Type Definitions/PROJVALUE/.html b/docs/docs/api/Type Definitions/PROJVALUE/.html index b1f4c84a..6aff1eb8 100644 --- a/docs/docs/api/Type Definitions/PROJVALUE/.html +++ b/docs/docs/api/Type Definitions/PROJVALUE/.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    Undocumented

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5151,7 +5151,7 @@

    Declaration

    @@ -5161,7 +5161,7 @@

    Declaration

    diff --git a/docs/docs/api/Type Definitions/Tseries.html b/docs/docs/api/Type Definitions/Tseries.html index 750dbadf..48bdcd37 100644 --- a/docs/docs/api/Type Definitions/Tseries.html +++ b/docs/docs/api/Type Definitions/Tseries.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5046,7 +5046,7 @@

    Tseries

    Undocumented

    @@ -5089,7 +5089,7 @@

    Declaration

    @@ -5099,7 +5099,7 @@

    Declaration

    diff --git a/docs/docs/api/Type Definitions/Tseries/.html b/docs/docs/api/Type Definitions/Tseries/.html index 7c19eb60..93553152 100644 --- a/docs/docs/api/Type Definitions/Tseries/.html +++ b/docs/docs/api/Type Definitions/Tseries/.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5051,7 +5051,7 @@

    Undocumented

    @@ -5087,7 +5087,7 @@

    Declaration

    @@ -5122,7 +5122,7 @@

    Declaration

    @@ -5157,7 +5157,7 @@

    Declaration

    @@ -5192,7 +5192,7 @@

    Declaration

    @@ -5227,7 +5227,7 @@

    Declaration

    @@ -5262,7 +5262,7 @@

    Declaration

    @@ -5297,7 +5297,7 @@

    Declaration

    @@ -5307,7 +5307,7 @@

    Declaration

    diff --git a/docs/docs/api/Type Definitions/paralist.html b/docs/docs/api/Type Definitions/paralist.html index 24aa6883..bb06d4cb 100644 --- a/docs/docs/api/Type Definitions/paralist.html +++ b/docs/docs/api/Type Definitions/paralist.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5048,7 +5048,7 @@

    paralist

    Undocumented

    @@ -5088,7 +5088,7 @@

    Declaration

    @@ -5098,7 +5098,7 @@

    Declaration

    diff --git a/docs/docs/api/Type Definitions/paralist/ARG_list.html b/docs/docs/api/Type Definitions/paralist/ARG_list.html index a85898bf..341b67c1 100644 --- a/docs/docs/api/Type Definitions/paralist/ARG_list.html +++ b/docs/docs/api/Type Definitions/paralist/ARG_list.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5048,7 +5048,7 @@

    ARG_list

    Undocumented

    @@ -5084,7 +5084,7 @@

    Declaration

    @@ -5119,7 +5119,7 @@

    Declaration

    @@ -5154,7 +5154,7 @@

    Declaration

    @@ -5164,7 +5164,7 @@

    Declaration

    diff --git a/docs/docs/api/Type Definitions/projCtx_t.html b/docs/docs/api/Type Definitions/projCtx_t.html index 873ab113..e3672c89 100644 --- a/docs/docs/api/Type Definitions/projCtx_t.html +++ b/docs/docs/api/Type Definitions/projCtx_t.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5046,7 +5046,7 @@

    projCtx_t

    Undocumented

    @@ -5089,7 +5089,7 @@

    Declaration

    @@ -5099,7 +5099,7 @@

    Declaration

    diff --git a/docs/docs/api/Type Definitions/projCtx_t/.html b/docs/docs/api/Type Definitions/projCtx_t/.html index 08de2c45..8eba3a93 100644 --- a/docs/docs/api/Type Definitions/projCtx_t/.html +++ b/docs/docs/api/Type Definitions/projCtx_t/.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5051,7 +5051,7 @@

    Undocumented

    @@ -5087,7 +5087,7 @@

    Declaration

    @@ -5122,7 +5122,7 @@

    Declaration

    @@ -5157,7 +5157,7 @@

    Declaration

    @@ -5192,7 +5192,7 @@

    Declaration

    @@ -5227,7 +5227,7 @@

    Declaration

    @@ -5237,7 +5237,7 @@

    Declaration

    diff --git a/docs/docs/api/Type Definitions/projFileAPI.html b/docs/docs/api/Type Definitions/projFileAPI.html index 05a098e2..826266d5 100644 --- a/docs/docs/api/Type Definitions/projFileAPI.html +++ b/docs/docs/api/Type Definitions/projFileAPI.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5051,7 +5051,7 @@

    projFileAPI

    Undocumented

    @@ -5094,7 +5094,7 @@

    Declaration

    @@ -5104,7 +5104,7 @@

    Declaration

    diff --git a/docs/docs/api/Type Definitions/projFileAPI/projFileAPI_t.html b/docs/docs/api/Type Definitions/projFileAPI/projFileAPI_t.html index 58229c9f..9ee4b5ac 100644 --- a/docs/docs/api/Type Definitions/projFileAPI/projFileAPI_t.html +++ b/docs/docs/api/Type Definitions/projFileAPI/projFileAPI_t.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5051,7 +5051,7 @@

    projFileAPI_t

    Undocumented

    @@ -5087,7 +5087,7 @@

    Declaration

    @@ -5122,7 +5122,7 @@

    Declaration

    @@ -5157,7 +5157,7 @@

    Declaration

    @@ -5192,7 +5192,7 @@

    Declaration

    @@ -5227,7 +5227,7 @@

    Declaration

    @@ -5237,7 +5237,7 @@

    Declaration

    diff --git a/docs/docs/api/Type Definitions/projUV.html b/docs/docs/api/Type Definitions/projUV.html index 4596ac24..47c20c1a 100644 --- a/docs/docs/api/Type Definitions/projUV.html +++ b/docs/docs/api/Type Definitions/projUV.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5040,7 +5040,7 @@

    projUV

    Undocumented

    @@ -5077,7 +5077,7 @@

    Declaration

    @@ -5087,7 +5087,7 @@

    Declaration

    diff --git a/docs/docs/api/Type Definitions/projUV/.html b/docs/docs/api/Type Definitions/projUV/.html index 061ff884..7d4529dc 100644 --- a/docs/docs/api/Type Definitions/projUV/.html +++ b/docs/docs/api/Type Definitions/projUV/.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    Undocumented

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5126,7 +5126,7 @@

    Declaration

    diff --git a/docs/docs/api/Type Definitions/projUVW.html b/docs/docs/api/Type Definitions/projUVW.html index 25941332..098f11c4 100644 --- a/docs/docs/api/Type Definitions/projUVW.html +++ b/docs/docs/api/Type Definitions/projUVW.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5040,7 +5040,7 @@

    projUVW

    Undocumented

    @@ -5077,7 +5077,7 @@

    Declaration

    @@ -5087,7 +5087,7 @@

    Declaration

    diff --git a/docs/docs/api/Type Definitions/projUVW/.html b/docs/docs/api/Type Definitions/projUVW/.html index 6cde14cc..b7061e99 100644 --- a/docs/docs/api/Type Definitions/projUVW/.html +++ b/docs/docs/api/Type Definitions/projUVW/.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    Undocumented

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5151,7 +5151,7 @@

    Declaration

    @@ -5161,7 +5161,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes.html index 30ed7d2c..fa8f49f3 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5039,9 +5039,9 @@

    Classes

  • @@ -5049,33 +5049,35 @@

    Classes

    -

    Abridged Coordinate Transformation

    +

    Collection

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSAbridgedCoordinateTransformation
    -    : NSObject <CRSCommonOperation, CRSScopeExtentIdentifierRemark>
    +
    @interface OAFCollection : OAFFeaturesObject

    Swift

    -
    class CRSAbridgedCoordinateTransformation : NSObject, CRSCommonOperation, CRSScopeExtentIdentifierRemark
    +
    class OAFCollection : OAFFeaturesObject
    +
  • - - - CRSAxis + + + OAFCollections
    @@ -5083,32 +5085,35 @@

    Declaration

    -

    Axis

    +

    Undocumented

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSAxis : NSObject <CRSIdentifiable>
    +
    @interface OAFCollections : OAFFeaturesObject

    Swift

    -
    class CRSAxis : NSObject, CRSIdentifiable
    +
    class OAFCollections : OAFFeaturesObject
    +
  • @@ -5116,32 +5121,37 @@

    Declaration

    -

    Axis Direction Type

    +

    Coordinate Reference System

    - See more +

    http://www.opengis.net/def/crs/{authority}/{version}/{code}

    + + See more

    Declaration

    Objective-C

    -
    @interface CRSAxisDirectionTypes : NSObject
    +
    @interface OAFCrs : NSObject

    Swift

    -
    class CRSAxisDirectionTypes : NSObject
    +
    class OAFCrs : NSObject
    +
  • @@ -5149,32 +5159,37 @@

    Declaration

    -

    Bound Coordinate Reference System

    +

    The extent of the features in the collection. In the Core only spatial and +temporal extents are specified. Extensions may add additional members to +represent other extents, for example, thermal or pressure ranges.

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSBoundCoordinateReferenceSystem : CRSCoordinateReferenceSystem
    +
    @interface OAFExtent : OAFFeaturesObject

    Swift

    -
    class CRSBoundCoordinateReferenceSystem : CRSCoordinateReferenceSystem
    +
    class OAFExtent : OAFFeaturesObject
    +
  • @@ -5182,32 +5197,35 @@

    Declaration

    -

    Category Type

    +

    Feature Collection

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSCategoryTypes : NSObject
    +
    @interface OAFFeatureCollection : OAFFeaturesObject

    Swift

    -
    class CRSCategoryTypes : NSObject
    +
    class OAFFeatureCollection : OAFFeaturesObject
    +
  • @@ -5215,32 +5233,35 @@

    Declaration

    -

    Common coordinate reference system and coordinate operations object

    +

    Features Converter

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSCommon : CRSObject <CRSIdentifiable>
    +
    @interface OAFFeaturesConverter : NSObject

    Swift

    -
    class CRSCommon : CRSObject, CRSIdentifiable
    +
    class OAFFeaturesConverter : NSObject
    +
  • @@ -5248,32 +5269,35 @@

    Declaration

    -

    Compound Coordinate Reference System

    +

    Features Object

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSCompoundCoordinateReferenceSystem : CRSCoordinateReferenceSystem
    +
    @interface OAFFeaturesObject : NSObject

    Swift

    -
    class CRSCompoundCoordinateReferenceSystem : CRSCoordinateReferenceSystem
    +
    class OAFFeaturesObject : NSObject
    +
  • @@ -5281,32 +5305,35 @@

    Declaration

    -

    Concatenated Operation

    +

    Link

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSConcatenatedOperation : CRSOperation
    +
    @interface OAFLink : OAFFeaturesObject

    Swift

    -
    class CRSConcatenatedOperation : CRSOperation
    +
    class OAFLink : OAFFeaturesObject
    +
  • @@ -5314,32 +5341,35 @@

    Declaration

    -

    Coordinate metadata

    +

    The spatial extent of the features in the collection.

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSCoordinateMetadata : CRSObject
    +
    @interface OAFSpatial : OAFFeaturesObject

    Swift

    -
    class CRSCoordinateMetadata : CRSObject
    +
    class OAFSpatial : OAFFeaturesObject
    +
  • @@ -5347,32 +5377,35 @@

    Declaration

    -

    Coordinate Operation

    +

    The temporal extent of the features in the collection.

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSCoordinateOperation : CRSSimpleOperation
    +
    @interface OAFTemporal : OAFFeaturesObject

    Swift

    -
    class CRSCoordinateOperation : CRSSimpleOperation
    +
    class OAFTemporal : OAFFeaturesObject
    +
  • @@ -5380,32 +5413,35 @@

    Declaration

    -

    Coordinate Reference System

    +

    Feature

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSCoordinateReferenceSystem : CRSCommon
    +
    @interface SFGFeature : SFGGeoJSONObject

    Swift

    -
    class CRSCoordinateReferenceSystem : CRSCommon
    +
    class SFGFeature : SFGGeoJSONObject
    +
  • @@ -5413,32 +5449,35 @@

    Declaration

    -

    Coordinate System

    +

    Feature Collection

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSCoordinateSystem : NSObject <CRSIdentifiable>
    +
    @interface SFGFeatureCollection : SFGGeoJSONObject

    Swift

    -
    class CRSCoordinateSystem : NSObject, CRSIdentifiable
    +
    class SFGFeatureCollection : SFGGeoJSONObject
    +
  • @@ -5446,32 +5485,35 @@

    Declaration

    -

    Coordinate System Type

    +

    Feature Converter

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSCoordinateSystemTypes : NSObject
    +
    @interface SFGFeatureConverter : NSObject

    Swift

    -
    class CRSCoordinateSystemTypes : NSObject
    +
    class SFGFeatureConverter : NSObject
    +
  • @@ -5479,32 +5521,35 @@

    Declaration

    -

    Date and time

    +

    GeoJSON Object

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSDateTime : NSObject
    +
    @interface SFGGeoJSONObject : NSObject

    Swift

    -
    class CRSDateTime : NSObject
    +
    class SFGGeoJSONObject : NSObject
    +
  • @@ -5512,32 +5557,35 @@

    Declaration

    -

    Datum Ensemble

    +

    Geometry

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSDatumEnsemble : NSObject <CRSIdentifiable>
    +
    @interface SFGGeometry : SFGGeoJSONObject

    Swift

    -
    class CRSDatumEnsemble : NSObject, CRSIdentifiable
    +
    class SFGGeometry : SFGGeoJSONObject
    +
  • @@ -5545,32 +5593,35 @@

    Declaration

    -

    Datum Ensemble Member

    +

    Geometry Collection

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSDatumEnsembleMember : NSObject <CRSIdentifiable>
    +
    @interface SFGGeometryCollection : SFGGeometry

    Swift

    -
    class CRSDatumEnsembleMember : NSObject, CRSIdentifiable
    +
    class SFGGeometryCollection : SFGGeometry
    +
  • @@ -5578,33 +5629,35 @@

    Declaration

    -

    Derived Coordinate Reference System

    +

    Geometry Types

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSDerivedCoordinateReferenceSystem
    -    : CRSSimpleCoordinateReferenceSystem
    +
    @interface SFGGeometryTypes : NSObject

    Swift

    -
    class CRSDerivedCoordinateReferenceSystem : CRSSimpleCoordinateReferenceSystem
    +
    class SFGGeometryTypes : NSObject
    +
  • @@ -5612,32 +5665,35 @@

    Declaration

    -

    Deriving Conversion

    +

    Line String

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSDerivingConversion : NSObject <CRSCommonOperation>
    +
    @interface SFGLineString : SFGGeometry

    Swift

    -
    class CRSDerivingConversion : NSObject, CRSCommonOperation
    +
    class SFGLineString : SFGGeometry
    +
  • @@ -5645,32 +5701,35 @@

    Declaration

    -

    Dynamic Coordinate Reference System

    +

    Multi Line String

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSDynamic : NSObject <CRSIdentifiable>
    +
    @interface SFGMultiLineString : SFGGeometry

    Swift

    -
    class CRSDynamic : NSObject, CRSIdentifiable
    +
    class SFGMultiLineString : SFGGeometry
    +
  • @@ -5678,32 +5737,35 @@

    Declaration

    -

    Ellipsoid

    +

    Multi Point

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSEllipsoid : NSObject <CRSIdentifiable>
    +
    @interface SFGMultiPoint : SFGGeometry

    Swift

    -
    class CRSEllipsoid : NSObject, CRSIdentifiable
    +
    class SFGMultiPoint : SFGGeometry
    +
  • @@ -5711,32 +5773,35 @@

    Declaration

    -

    Ellipsoid Type

    +

    Multi Polygon

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSEllipsoidTypes : NSObject
    +
    @interface SFGMultiPolygon : SFGGeometry

    Swift

    -
    class CRSEllipsoidTypes : NSObject
    +
    class SFGMultiPolygon : SFGGeometry
    +
  • @@ -5744,32 +5809,63 @@

    Declaration

    -

    Ellipsoids

    +

    Undocumented

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSEllipsoids : NSObject
    +
    @interface SFGOrderedDictionary : NSMutableDictionary
    +{
    +    NSMutableDictionary *dictionary;
    +    NSMutableArray *array;
    +}
    +
    +- (void)insertObject:(id)anObject forKey:(id<NSCopying>)aKey atIndex:(NSUInteger)anIndex;
    +- (id)keyAtIndex:(NSUInteger)anIndex;
    +- (NSEnumerator *)reverseKeyEnumerator;
    +
    +- (id)objectAtIndexedSubscript:(NSUInteger)idx;
    +
    +- (id)objectForKeyedSubscript:(id)key;
    +- (void)setObject:(id)obj forKeyedSubscript:(id<NSCopying>)key;
    +
    +- (NSUInteger)indexOfKey:(id)anObject;
    +- (NSUInteger)indexOfKey:(id)anObject inRange:(NSRange)range;
    +- (NSUInteger)indexOfKeyIdenticalTo:(id)anObject;
    +- (NSUInteger)indexOfKeyIdenticalTo:(id)anObject inRange:(NSRange)range;
    +- (id)lastKey;
    +
    +- (void)sortUsingFunction:(NSInteger (*)(id, id, void *))compare context:(void *)context;
    +- (void)sortUsingSelector:(SEL)comparator;
    +#if NS_BLOCKS_AVAILABLE
    +- (void)sortUsingComparator:(NSComparator)cmptr;
    +- (void)sortWithOptions:(NSSortOptions)opts usingComparator:(NSComparator)cmptr;
    +#endif
    +
    +@end

    Swift

    -
    class CRSEllipsoids : NSObject
    +
    class SFGOrderedDictionary : NSMutableDictionary
    +
  • @@ -5777,33 +5873,35 @@

    Declaration

    -

    Engineering Coordinate Reference System

    +

    Point

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSEngineeringCoordinateReferenceSystem
    -    : CRSSimpleCoordinateReferenceSystem
    +
    @interface SFGPoint : SFGGeometry

    Swift

    -
    class CRSEngineeringCoordinateReferenceSystem : CRSSimpleCoordinateReferenceSystem
    +
    class SFGPoint : SFGGeometry
    +
  • @@ -5811,32 +5909,35 @@

    Declaration

    -

    Engineering Datum

    +

    Polygon

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSEngineeringDatum : CRSReferenceFrame
    +
    @interface SFGPolygon : SFGGeometry

    Swift

    -
    class CRSEngineeringDatum : CRSReferenceFrame
    +
    class SFGPolygon : SFGGeometry
    +
  • - - - CRSExtent + + + SFGPosition
    @@ -5844,32 +5945,35 @@

    Declaration

    -

    Extent

    +

    Position

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSExtent : NSObject
    +
    @interface SFGPosition : NSObject

    Swift

    -
    class CRSExtent : NSObject
    +
    class SFGPosition : NSObject
    +
  • @@ -5877,32 +5981,36 @@

    Declaration

    -

    Geodetic and Geographic Coordinate Reference System

    +

    Geometry Code utilities to convert between geometry attributes and geometry +codes

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSGeoCoordinateReferenceSystem : CRSSimpleCoordinateReferenceSystem
    +
    @interface SFWBGeometryCodes : NSObject

    Swift

    -
    class CRSGeoCoordinateReferenceSystem : CRSSimpleCoordinateReferenceSystem
    +
    class SFWBGeometryCodes : NSObject
    +
  • @@ -5910,32 +6018,35 @@

    Declaration

    -

    Geodetic and Geographic Datum Ensemble

    +

    Well Known Binary Geometry Reader

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSGeoDatumEnsemble : CRSDatumEnsemble <CRSGeoDatum>
    +
    @interface SFWBGeometryReader : NSObject

    Swift

    -
    class CRSGeoDatumEnsemble : CRSDatumEnsemble, CRSGeoDatum
    +
    class SFWBGeometryReader : NSObject
    +
  • @@ -5943,32 +6054,35 @@

    Declaration

    -

    Geo Datums

    +

    Geometry type info

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSGeoDatums : NSObject
    +
    @interface SFWBGeometryTypeInfo : NSObject

    Swift

    -
    class CRSGeoDatums : NSObject
    +
    class SFWBGeometryTypeInfo : NSObject
    +
  • @@ -5976,32 +6090,35 @@

    Declaration

    -

    Geodetic and Geographic Reference Frame (datum)

    +

    Well Known Binary Geometry Writer

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSGeoReferenceFrame : CRSReferenceFrame <CRSGeoDatum>
    +
    @interface SFWBGeometryWriter : NSObject

    Swift

    -
    class CRSGeoReferenceFrame : CRSReferenceFrame, CRSGeoDatum
    +
    class SFWBGeometryWriter : NSObject
    +
  • @@ -6009,32 +6126,35 @@

    Declaration

    -

    Geographic Bounding Box

    +

    Read through byte data

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSGeographicBoundingBox : NSObject
    +
    @interface TIFFByteReader : NSObject

    Swift

    -
    class CRSGeographicBoundingBox : NSObject
    +
    class TIFFByteReader : NSObject
    +
  • @@ -6042,32 +6162,35 @@

    Declaration

    -

    Identifier (Authority)

    +

    Write byte data

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSIdentifier : NSObject
    +
    @interface TIFFByteWriter : NSObject

    Swift

    -
    class CRSIdentifier : NSObject
    +
    class TIFFByteWriter : NSObject
    +
  • @@ -6075,32 +6198,36 @@

    Declaration

    -

    Keyword

    +

    Undocumented

    - See more

    Declaration

    Objective-C

    -
    @interface CRSKeyword : NSObject
    +
    @interface TIFFConstants : NSObject
    +
    +@end

    Swift

    -
    class CRSKeyword : NSObject
    +
    class TIFFConstants : NSObject
    +
  • @@ -6108,32 +6235,35 @@

    Declaration

    -

    Map Projection

    +

    Deflate Compression

    - See more

    Declaration

    Objective-C

    -
    @interface CRSMapProjection : NSObject <CRSCommonOperation>
    +
    @interface TIFFDeflateCompression
    +    : NSObject <TIFFCompressionDecoder, TIFFCompressionEncoder>

    Swift

    -
    class CRSMapProjection : NSObject, CRSCommonOperation
    +
    class TIFFDeflateCompression : NSObject, TIFFCompressionDecoder, TIFFCompressionEncoder
    +
  • @@ -6141,32 +6271,35 @@

    Declaration

    -

    Well-known text representation of coordinate reference systems object

    +

    Field Tag Types

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSObject : NSObject <CRSScopeExtentIdentifierRemark>
    +
    @interface TIFFFieldTagTypes : NSObject

    Swift

    -
    class CRSObject : NSObject, CRSScopeExtentIdentifierRemark
    +
    class TIFFFieldTagTypes : NSObject
    +
  • @@ -6174,32 +6307,35 @@

    Declaration

    -

    Common Operation

    +

    Field Types

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSOperation : CRSCommon
    +
    @interface TIFFFieldTypes : NSObject

    Swift

    -
    class CRSOperation : CRSCommon
    +
    class TIFFFieldTypes : NSObject
    +
  • @@ -6207,32 +6343,36 @@

    Declaration

    -

    Operation Method

    +

    File Directory, represents all directory entries and can be used to read the +image raster

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSOperationMethod : NSObject <CRSIdentifiable>
    +
    @interface TIFFFileDirectory : NSObject

    Swift

    -
    class CRSOperationMethod : NSObject, CRSIdentifiable
    +
    class TIFFFileDirectory : NSObject
    +
  • @@ -6240,32 +6380,35 @@

    Declaration

    -

    Operation Methods

    +

    TIFF File Directory Entry

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSOperationMethods : NSObject
    +
    @interface TIFFFileDirectoryEntry : NSObject

    Swift

    -
    class CRSOperationMethods : NSObject
    +
    class TIFFFileDirectoryEntry : NSObject
    +
  • @@ -6273,32 +6416,79 @@

    Declaration

    -

    Operation Parameter

    +

    Undocumented

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSOperationParameter : NSObject <CRSIdentifiable>
    +
    @interface TIFFIOUtils : NSObject
    +
    +/**
    + *  Copy a file
    + *
    + *  @param copyFrom file to copy
    + *  @param copyTo   file location to copy to
    + */
    ++(void) copyFile: (NSString *) copyFrom toFile: (NSString *) copyTo;
    +
    +/**
    + *  Copy an input stream to a file
    + *
    + *  @param copyFrom input stream to copy
    + *  @param copyTo   file location to copy to
    + */
    ++(void) copyInputStream: (NSInputStream *) copyFrom toFile: (NSString *) copyTo;
    +
    +/**
    + *  Get the file byte data
    + *
    + *  @param file file path
    + *
    + *  @return byte data
    + */
    ++(NSData *) fileData: (NSString *) file;
    +
    +/**
    + *  Get the input stream byte data
    + *
    + *  @param stream input stream
    + *
    + *  @return input stream byte data
    + */
    ++(NSData *) streamData: (NSInputStream *) stream;
    +
    +/**
    + *  Copy the input stream to an output stream
    + *
    + *  @param copyFrom input stream
    + *  @param copyTo   output stream
    + */
    ++(void) copyInputStream: (NSInputStream *) copyFrom toOutputStream: (NSOutputStream *) copyTo;
    +
    +@end

    Swift

    -
    class CRSOperationParameter : NSObject, CRSIdentifiable
    +
    class TIFFIOUtils : NSObject
    +
  • @@ -6306,32 +6496,35 @@

    Declaration

    -

    Common Operation Parameter Attributes

    +

    TIFF Image containing the File Directories

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSOperationParameters : NSObject
    +
    @interface TIFFImage : NSObject

    Swift

    -
    class CRSOperationParameters : NSObject
    +
    class TIFFImage : NSObject
    +
  • @@ -6339,32 +6532,35 @@

    Declaration

    -

    Coordinate Operation Type

    +

    Coordinates of a window over a portion or the entire image coordinates

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSOperationTypes : NSObject
    +
    @interface TIFFImageWindow : NSObject

    Swift

    -
    class CRSOperationTypes : NSObject
    +
    class TIFFImageWindow : NSObject
    +
  • @@ -6372,33 +6568,35 @@

    Declaration

    -

    Parametric Coordinate Reference System

    +

    LZW Compression

    - See more

    Declaration

    Objective-C

    -
    @interface CRSParametricCoordinateReferenceSystem
    -    : CRSSimpleCoordinateReferenceSystem
    +
    @interface TIFFLZWCompression
    +    : NSObject <TIFFCompressionDecoder, TIFFCompressionEncoder>

    Swift

    -
    class CRSParametricCoordinateReferenceSystem : CRSSimpleCoordinateReferenceSystem
    +
    class TIFFLZWCompression : NSObject, TIFFCompressionDecoder, TIFFCompressionEncoder
    +
  • @@ -6406,32 +6604,35 @@

    Declaration

    -

    Parametric Datum

    +

    Packbits Compression

    - See more

    Declaration

    Objective-C

    -
    @interface CRSParametricDatum : CRSReferenceFrame
    +
    @interface TIFFPackbitsCompression
    +    : NSObject <TIFFCompressionDecoder, TIFFCompressionEncoder>

    Swift

    -
    class CRSParametricDatum : CRSReferenceFrame
    +
    class TIFFPackbitsCompression : NSObject, TIFFCompressionDecoder, TIFFCompressionEncoder
    +
  • @@ -6439,32 +6640,35 @@

    Declaration

    -

    Point Motion Operation

    +

    Differencing Predictor decoder

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSPointMotionOperation : CRSSimpleOperation
    +
    @interface TIFFPredictor : NSObject

    Swift

    -
    class CRSPointMotionOperation : CRSSimpleOperation
    +
    class TIFFPredictor : NSObject
    +
  • @@ -6472,32 +6676,35 @@

    Declaration

    -

    Prime Meridian

    +

    Raster image values

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSPrimeMeridian : NSObject <CRSIdentifiable>
    +
    @interface TIFFRasters : NSObject

    Swift

    -
    class CRSPrimeMeridian : NSObject, CRSIdentifiable
    +
    class TIFFRasters : NSObject
    +
  • @@ -6505,32 +6712,35 @@

    Declaration

    -

    Prime Meridians

    +

    Raw / no compression

    - See more

    Declaration

    Objective-C

    -
    @interface CRSPrimeMeridians : NSObject
    +
    @interface TIFFRawCompression
    +    : NSObject <TIFFCompressionDecoder, TIFFCompressionEncoder>

    Swift

    -
    class CRSPrimeMeridians : NSObject
    +
    class TIFFRawCompression : NSObject, TIFFCompressionDecoder, TIFFCompressionEncoder
    +
  • @@ -6538,31 +6748,35 @@

    Declaration

    -

    PROJ constants

    +

    TIFF reader

    + See more

    Declaration

    Objective-C

    -
    @interface CRSProjConstants : NSObject
    +
    @interface TIFFReader : NSObject

    Swift

    -
    class CRSProjConstants : NSObject
    +
    class TIFFReader : NSObject
    +
  • @@ -6570,32 +6784,36 @@

    Declaration

    -

    PROJ params

    +

    Unsupported compression

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSProjParams : NSObject
    +
    @interface TIFFUnsupportedCompression
    +    : NSObject <TIFFCompressionDecoder, TIFFCompressionEncoder>

    Swift

    -
    class CRSProjParams : NSObject
    +
    class TIFFUnsupportedCompression : NSObject, TIFFCompressionDecoder, TIFFCompressionEncoder
    +
  • @@ -6603,32 +6821,44 @@

    Declaration

    -

    CRS to PROJ parser

    +

    TIFF Writer.

    - See more +

    For a striped TIFF, the FileDirectory setStripOffsets(NSArray) and setStripByteCounts(NSArray) methods are automatically set or adjusted based upon attributes including: + rowsPerStrip + imageHeight + planarConfiguration + samplesPerPixel

    + +

    The Rasters calculateRowsPerStrip(int) and Rasters calculateRowsPerStrip(int, int) methods provide a mechanism + for determining a FileDirectory rowsPerStrip setting.

    + + See more

    Declaration

    Objective-C

    -
    @interface CRSProjParser : NSObject
    +
    @interface TIFFWriter : NSObject

    Swift

    -
    class CRSProjParser : NSObject
    +
    class TIFFWriter : NSObject
    +
  • @@ -6636,33 +6866,36 @@

    Declaration

    -

    Projected Coordinate Reference System

    +

    Color representation with support for hex, RBG, arithmetic RBG, and integer +colors

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSProjectedCoordinateReferenceSystem
    -    : CRSSimpleCoordinateReferenceSystem
    +
    @interface CLRColor : NSObject <NSMutableCopying>

    Swift

    -
    class CRSProjectedCoordinateReferenceSystem : CRSSimpleCoordinateReferenceSystem
    +
    class CLRColor
    +
  • @@ -6670,32 +6903,35 @@

    Declaration

    -

    Well-Known Text reader

    +

    Category Type

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSReader : NSObject
    +
    @interface CRSCategoryTypes : NSObject

    Swift

    -
    class CRSReader : NSObject
    +
    class CRSCategoryTypes : NSObject
    +
  • @@ -6703,34 +6939,35 @@

    Declaration

    -

    Reference Frame (datum)

    - -

    @author osbornb

    +

    Common coordinate reference system and coordinate operations object

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSReferenceFrame : NSObject <CRSIdentifiable>
    +
    @interface CRSCommon : CRSObject <CRSIdentifiable>

    Swift

    -
    class CRSReferenceFrame : NSObject, CRSIdentifiable
    +
    class CRSCommon : CRSObject, CRSIdentifiable
    +
  • @@ -6738,32 +6975,35 @@

    Declaration

    -

    Simple Coordinate Reference System with Coordinate System

    +

    Compound Coordinate Reference System

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSSimpleCoordinateReferenceSystem : CRSCoordinateReferenceSystem
    +
    @interface CRSCompoundCoordinateReferenceSystem : CRSCoordinateReferenceSystem

    Swift

    -
    class CRSSimpleCoordinateReferenceSystem : CRSCoordinateReferenceSystem
    +
    class CRSCompoundCoordinateReferenceSystem : CRSCoordinateReferenceSystem
    +
  • @@ -6771,32 +7011,35 @@

    Declaration

    -

    Simple Operation

    +

    Coordinate Reference System

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSSimpleOperation : CRSOperation <CRSCommonOperation>
    +
    @interface CRSCoordinateReferenceSystem : CRSCommon

    Swift

    -
    class CRSSimpleOperation : CRSOperation, CRSCommonOperation
    +
    class CRSCoordinateReferenceSystem : CRSCommon
    +
  • @@ -6804,33 +7047,35 @@

    Declaration

    -

    Temporal Coordinate Reference System

    +

    Well-known text representation of coordinate reference systems object

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSTemporalCoordinateReferenceSystem
    -    : CRSSimpleCoordinateReferenceSystem
    +
    @interface CRSObject : NSObject <CRSScopeExtentIdentifierRemark>

    Swift

    -
    class CRSTemporalCoordinateReferenceSystem : CRSSimpleCoordinateReferenceSystem
    +
    class CRSObject : NSObject, CRSScopeExtentIdentifierRemark
    +
  • @@ -6838,112 +7083,71 @@

    Declaration

    -

    Undocumented

    +

    Simple Coordinate Reference System with Coordinate System

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSTemporalDatum : NSObject<CRSIdentifiable>
    +                          
    @interface CRSSimpleCoordinateReferenceSystem : CRSCoordinateReferenceSystem
    -/** - * Datum Name - */ -@property (nonatomic, strong) NSString *name; +
    +
    +

    Swift

    +
    class CRSSimpleCoordinateReferenceSystem : CRSCoordinateReferenceSystem
    -/** - * Calendar Identifier - */ -@property (nonatomic, strong) NSString *calendar; +
    +
    + +
    +
    +
  • +
  • +
    + + + + CRSTypes + +
    +
    +
    +
    +
    +
    +

    CRS Type

    -/** - * Origin Description - */ -@property (nonatomic, strong) NSString *origin; + See more +
    +
    +

    Declaration

    +
    +

    Objective-C

    +
    @interface CRSTypes : NSObject
    -/** - * Origin Description date time - */ -@property (nonatomic, strong) CRSDateTime *originDateTime; - -/** - * Identifiers - */ -@property (nonatomic, strong) NSMutableArray<CRSIdentifier *> *identifiers; - -/** - * Create - * - * @return new instance - */ -+(CRSTemporalDatum *) create; - -/** - * Initialize - * - * @return new instance - */ --(instancetype) init; - -/** - * Initialize - * - * @param name - * name - * - * @return new instance - */ --(instancetype) initWithName: (NSString *) name; - -/** - * Has a calendar identifier - * - * @return true if has calendar identifier - */ --(BOOL) hasCalendar; - -/** - * Has an origin - * - * @return true if has origin - */ --(BOOL) hasOrigin; - -/** - * Has an origin date time - * - * @return true if has origin date time - */ --(BOOL) hasOriginDateTime; - -/** - * Set the origin date time - * - * @param origin - * origin date time - */ --(void) setOriginDateTimeWithOrigin: (NSString *) origin; - -@end
    - -
    -
    -

    Swift

    -
    class CRSTemporalDatum : NSObject, CRSIdentifiable
    +
    +
    +

    Swift

    +
    class CRSTypes : NSObject
    +
  • @@ -6951,32 +7155,36 @@

    Declaration

    -

    Temporal Extent

    +

    Abridged Coordinate Transformation

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSTemporalExtent : NSObject
    +
    @interface CRSAbridgedCoordinateTransformation
    +    : NSObject <CRSCommonOperation, CRSScopeExtentIdentifierRemark>

    Swift

    -
    class CRSTemporalExtent : NSObject
    +
    class CRSAbridgedCoordinateTransformation : NSObject, CRSCommonOperation, CRSScopeExtentIdentifierRemark
    +
  • @@ -6984,31 +7192,35 @@

    Declaration

    -

    Well-Known Text constants

    +

    Bound Coordinate Reference System

    + See more

    Declaration

    Objective-C

    -
    @interface CRSTextConstants : NSObject
    +
    @interface CRSBoundCoordinateReferenceSystem : CRSCoordinateReferenceSystem

    Swift

    -
    class CRSTextConstants : NSObject
    +
    class CRSBoundCoordinateReferenceSystem : CRSCoordinateReferenceSystem
    +
  • - - - CRSTextReader + + + CRSAxis
    @@ -7016,32 +7228,35 @@

    Declaration

    -

    Read through text string

    +

    Axis

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSTextReader : NSObject
    +
    @interface CRSAxis : NSObject <CRSIdentifiable>

    Swift

    -
    class CRSTextReader : NSObject
    +
    class CRSAxis : NSObject, CRSIdentifiable
    +
  • @@ -7049,32 +7264,35 @@

    Declaration

    -

    CRS Well-Known Text Utilities

    +

    Axis Direction Type

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSTextUtils : NSObject
    +
    @interface CRSAxisDirectionTypes : NSObject

    Swift

    -
    class CRSTextUtils : NSObject
    +
    class CRSAxisDirectionTypes : NSObject
    +
  • @@ -7082,32 +7300,35 @@

    Declaration

    -

    Triaxial Ellipsoid

    +

    Coordinate System

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSTriaxialEllipsoid : CRSEllipsoid
    +
    @interface CRSCoordinateSystem : NSObject <CRSIdentifiable>

    Swift

    -
    class CRSTriaxialEllipsoid : CRSEllipsoid
    +
    class CRSCoordinateSystem : NSObject, CRSIdentifiable
    +
  • @@ -7115,32 +7336,35 @@

    Declaration

    -

    CRS Type

    +

    Coordinate System Type

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSTypes : NSObject
    +
    @interface CRSCoordinateSystemTypes : NSObject

    Swift

    -
    class CRSTypes : NSObject
    +
    class CRSCoordinateSystemTypes : NSObject
    +
  • - - - CRSUnit + + + CRSDateTime
    @@ -7148,32 +7372,35 @@

    Declaration

    -

    Unit

    +

    Date and time

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSUnit : NSObject <CRSIdentifiable>
    +
    @interface CRSDateTime : NSObject

    Swift

    -
    class CRSUnit : NSObject, CRSIdentifiable
    +
    class CRSDateTime : NSObject
    +
  • @@ -7181,32 +7408,35 @@

    Declaration

    -

    Unit Type

    +

    Datum Ensemble

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSUnitTypes : NSObject
    +
    @interface CRSDatumEnsemble : NSObject <CRSIdentifiable>

    Swift

    -
    class CRSUnitTypes : NSObject
    +
    class CRSDatumEnsemble : NSObject, CRSIdentifiable
    +
  • @@ -7214,32 +7444,35 @@

    Declaration

    -

    Common Units

    +

    Datum Ensemble Member

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSUnits : NSObject
    +
    @interface CRSDatumEnsembleMember : NSObject <CRSIdentifiable>

    Swift

    -
    class CRSUnits : NSObject
    +
    class CRSDatumEnsembleMember : NSObject, CRSIdentifiable
    +
  • - - - CRSUsage + + + CRSDynamic
    @@ -7247,32 +7480,35 @@

    Declaration

    -

    Usage

    +

    Dynamic Coordinate Reference System

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSUsage : NSObject
    +
    @interface CRSDynamic : NSObject <CRSIdentifiable>

    Swift

    -
    class CRSUsage : NSObject
    +
    class CRSDynamic : NSObject, CRSIdentifiable
    +
  • @@ -7280,33 +7516,35 @@

    Declaration

    -

    Vertical Coordinate Reference System

    +

    Extent

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSVerticalCoordinateReferenceSystem
    -    : CRSSimpleCoordinateReferenceSystem
    +
    @interface CRSExtent : NSObject

    Swift

    -
    class CRSVerticalCoordinateReferenceSystem : CRSSimpleCoordinateReferenceSystem
    +
    class CRSExtent : NSObject
    +
  • @@ -7314,32 +7552,35 @@

    Declaration

    -

    Vertical Datum Ensemble

    +

    Geographic Bounding Box

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSVerticalDatumEnsemble : CRSDatumEnsemble
    +
    @interface CRSGeographicBoundingBox : NSObject

    Swift

    -
    class CRSVerticalDatumEnsemble : CRSDatumEnsemble
    +
    class CRSGeographicBoundingBox : NSObject
    +
  • @@ -7347,32 +7588,35 @@

    Declaration

    -

    Vertical Extent

    +

    Identifier (Authority)

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSVerticalExtent : NSObject
    +
    @interface CRSIdentifier : NSObject

    Swift

    -
    class CRSVerticalExtent : NSObject
    +
    class CRSIdentifier : NSObject
    +
  • @@ -7380,32 +7624,37 @@

    Declaration

    -

    Vertical Reference Frame (datum)

    +

    Reference Frame (datum)

    - See more +

    @author osbornb

    + + See more

    Declaration

    Objective-C

    -
    @interface CRSVerticalReferenceFrame : CRSReferenceFrame
    +
    @interface CRSReferenceFrame : NSObject <CRSIdentifiable>

    Swift

    -
    class CRSVerticalReferenceFrame : CRSReferenceFrame
    +
    class CRSReferenceFrame : NSObject, CRSIdentifiable
    +
  • @@ -7413,32 +7662,35 @@

    Declaration

    -

    Well-Known Text writer

    +

    Temporal Extent

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CRSWriter : NSObject
    +
    @interface CRSTemporalExtent : NSObject

    Swift

    -
    class CRSWriter : NSObject
    +
    class CRSTemporalExtent : NSObject
    +
  • - - - OAFCollection + + + CRSUnit
    @@ -7446,32 +7698,35 @@

    Declaration

    -

    Collection

    +

    Unit

    - See more + See more

    Declaration

    Objective-C

    -
    @interface OAFCollection : OAFFeaturesObject
    +
    @interface CRSUnit : NSObject <CRSIdentifiable>

    Swift

    -
    class OAFCollection : OAFFeaturesObject
    +
    class CRSUnit : NSObject, CRSIdentifiable
    +
  • @@ -7479,32 +7734,35 @@

    Declaration

    -

    Undocumented

    +

    Unit Type

    - See more + See more

    Declaration

    Objective-C

    -
    @interface OAFCollections : OAFFeaturesObject
    +
    @interface CRSUnitTypes : NSObject

    Swift

    -
    class OAFCollections : OAFFeaturesObject
    +
    class CRSUnitTypes : NSObject
    +
  • - - - OAFCrs + + + CRSUnits
    @@ -7512,34 +7770,35 @@

    Declaration

    -

    Coordinate Reference System

    - -

    http://www.opengis.net/def/crs/{authority}/{version}/{code}

    +

    Common Units

    - See more + See more

    Declaration

    Objective-C

    -
    @interface OAFCrs : NSObject
    +
    @interface CRSUnits : NSObject

    Swift

    -
    class OAFCrs : NSObject
    +
    class CRSUnits : NSObject
    +
  • - - - OAFExtent + + + CRSUsage
    @@ -7547,34 +7806,35 @@

    Declaration

    -

    The extent of the features in the collection. In the Core only spatial and -temporal extents are specified. Extensions may add additional members to -represent other extents, for example, thermal or pressure ranges.

    +

    Usage

    - See more + See more

    Declaration

    Objective-C

    -
    @interface OAFExtent : OAFFeaturesObject
    +
    @interface CRSUsage : NSObject

    Swift

    -
    class OAFExtent : OAFFeaturesObject
    +
    class CRSUsage : NSObject
    +
  • @@ -7582,32 +7842,35 @@

    Declaration

    -

    Feature Collection

    +

    Vertical Extent

    - See more + See more

    Declaration

    Objective-C

    -
    @interface OAFFeatureCollection : OAFFeaturesObject
    +
    @interface CRSVerticalExtent : NSObject

    Swift

    -
    class OAFFeatureCollection : OAFFeaturesObject
    +
    class CRSVerticalExtent : NSObject
    +
  • @@ -7615,32 +7878,36 @@

    Declaration

    -

    Features Converter

    +

    Derived Coordinate Reference System

    - See more + See more

    Declaration

    Objective-C

    -
    @interface OAFFeaturesConverter : NSObject
    +
    @interface CRSDerivedCoordinateReferenceSystem
    +    : CRSSimpleCoordinateReferenceSystem

    Swift

    -
    class OAFFeaturesConverter : NSObject
    +
    class CRSDerivedCoordinateReferenceSystem : CRSSimpleCoordinateReferenceSystem
    +
  • @@ -7648,32 +7915,35 @@

    Declaration

    -

    Features Object

    +

    Deriving Conversion

    - See more + See more

    Declaration

    Objective-C

    -
    @interface OAFFeaturesObject : NSObject
    +
    @interface CRSDerivingConversion : NSObject <CRSCommonOperation>

    Swift

    -
    class OAFFeaturesObject : NSObject
    +
    class CRSDerivingConversion : NSObject, CRSCommonOperation
    +
  • @@ -7681,32 +7951,36 @@

    Declaration

    -

    Link

    +

    Engineering Coordinate Reference System

    - See more + See more

    Declaration

    Objective-C

    -
    @interface OAFLink : OAFFeaturesObject
    +
    @interface CRSEngineeringCoordinateReferenceSystem
    +    : CRSSimpleCoordinateReferenceSystem

    Swift

    -
    class OAFLink : OAFFeaturesObject
    +
    class CRSEngineeringCoordinateReferenceSystem : CRSSimpleCoordinateReferenceSystem
    +
  • @@ -7714,32 +7988,35 @@

    Declaration

    -

    The spatial extent of the features in the collection.

    +

    Engineering Datum

    - See more + See more

    Declaration

    Objective-C

    -
    @interface OAFSpatial : OAFFeaturesObject
    +
    @interface CRSEngineeringDatum : CRSReferenceFrame

    Swift

    -
    class OAFSpatial : OAFFeaturesObject
    +
    class CRSEngineeringDatum : CRSReferenceFrame
    +
  • @@ -7747,32 +8024,35 @@

    Declaration

    -

    The temporal extent of the features in the collection.

    +

    Ellipsoid

    - See more + See more

    Declaration

    Objective-C

    -
    @interface OAFTemporal : OAFFeaturesObject
    +
    @interface CRSEllipsoid : NSObject <CRSIdentifiable>

    Swift

    -
    class OAFTemporal : OAFFeaturesObject
    +
    class CRSEllipsoid : NSObject, CRSIdentifiable
    +
  • @@ -7780,32 +8060,35 @@

    Declaration

    -

    Collection of projections for a single coordinate authority

    +

    Ellipsoid Type

    - See more + See more

    Declaration

    Objective-C

    -
    @interface PROJAuthorityProjections : NSObject
    +
    @interface CRSEllipsoidTypes : NSObject

    Swift

    -
    class PROJAuthorityProjections : NSObject
    +
    class CRSEllipsoidTypes : NSObject
    +
  • @@ -7813,66 +8096,71 @@

    Declaration

    -

    Coordinate Reference System Well-known text parser

    +

    Ellipsoids

    - See more + See more

    Declaration

    Objective-C

    -
    @interface PROJCRSParser : NSObject
    +
    @interface CRSEllipsoids : NSObject

    Swift

    -
    class PROJCRSParser : NSObject
    +
    class CRSEllipsoids : NSObject
    +
  • -

    Undocumented

    +

    Geodetic and Geographic Coordinate Reference System

    + See more

    Declaration

    Objective-C

    -
    @interface PROJConstants : NSObject
    -
    -@end
    +
    @interface CRSGeoCoordinateReferenceSystem : CRSSimpleCoordinateReferenceSystem

    Swift

    -
    class PROJConstants : NSObject
    +
    class CRSGeoCoordinateReferenceSystem : CRSSimpleCoordinateReferenceSystem
    +
  • @@ -7880,53 +8168,35 @@

    Declaration

    -

    Undocumented

    +

    Geodetic and Geographic Datum Ensemble

    - See more + See more

    Declaration

    Objective-C

    -
    @interface PROJIOUtils : NSObject
    -
    -/**
    - *  Get the path of the property list file with name
    - *
    - *  @param name plist base file name
    - *
    - *  @return property list file path
    - */
    -+(NSString *) propertyListPathWithName: (NSString *) name;
    -
    -/**
    - *  Get the path of the resource file with name and file type
    - *
    - *  @param name file name
    - *  @param type extension type
    - *
    - *  @return file resource path
    - */
    -+(NSString *) resourcePathWithName: (NSString *) name andType: (NSString *) type;
    -
    -@end
    +
    @interface CRSGeoDatumEnsemble : CRSDatumEnsemble <CRSGeoDatum>

    Swift

    -
    class PROJIOUtils : NSObject
    +
    class CRSGeoDatumEnsemble : CRSDatumEnsemble, CRSGeoDatum
    +
  • @@ -7934,32 +8204,35 @@

    Declaration

    -

    3D Location Coordinate

    +

    Geo Datums

    - See more + See more

    Declaration

    Objective-C

    -
    @interface PROJLocationCoordinate3D : NSObject
    +
    @interface CRSGeoDatums : NSObject

    Swift

    -
    class PROJLocationCoordinate3D : NSObject
    +
    class CRSGeoDatums : NSObject
    +
  • @@ -7967,32 +8240,35 @@

    Declaration

    -

    Single Projection for an authority and code

    +

    Geodetic and Geographic Reference Frame (datum)

    - See more + See more

    Declaration

    Objective-C

    -
    @interface PROJProjection : NSObject
    +
    @interface CRSGeoReferenceFrame : CRSReferenceFrame <CRSGeoDatum>

    Swift

    -
    class PROJProjection : NSObject
    +
    class CRSGeoReferenceFrame : CRSReferenceFrame, CRSGeoDatum
    +
  • @@ -8000,33 +8276,35 @@

    Declaration

    -

    Undocumented

    +

    Prime Meridian

    + See more

    Declaration

    Objective-C

    -
    @interface PROJProjectionConstants : NSObject
    -
    -@end
    +
    @interface CRSPrimeMeridian : NSObject <CRSIdentifiable>

    Swift

    -
    class PROJProjectionConstants : NSObject
    +
    class CRSPrimeMeridian : NSObject, CRSIdentifiable
    +
  • @@ -8034,32 +8312,35 @@

    Declaration

    -

    Projection factory for coordinate projections and transformations

    +

    Prime Meridians

    - See more + See more

    Declaration

    Objective-C

    -
    @interface PROJProjectionFactory : NSObject
    +
    @interface CRSPrimeMeridians : NSObject

    Swift

    -
    class PROJProjectionFactory : NSObject
    +
    class CRSPrimeMeridians : NSObject
    +
  • @@ -8067,33 +8348,35 @@

    Declaration

    -

    Undocumented

    +

    Triaxial Ellipsoid

    + See more

    Declaration

    Objective-C

    -
    @interface PROJProjectionFactoryTypes : NSObject
    -
    -@end
    +
    @interface CRSTriaxialEllipsoid : CRSEllipsoid

    Swift

    -
    class PROJProjectionFactoryTypes : NSObject
    +
    class CRSTriaxialEllipsoid : CRSEllipsoid
    +
  • @@ -8101,32 +8384,35 @@

    Declaration

    -

    Retrieves the proj4 projection parameter string for an authority and coordinate code

    +

    Coordinate metadata

    - See more + See more

    Declaration

    Objective-C

    -
    @interface PROJProjectionRetriever : NSObject
    +
    @interface CRSCoordinateMetadata : CRSObject

    Swift

    -
    class PROJProjectionRetriever : NSObject
    +
    class CRSCoordinateMetadata : CRSObject
    +
  • @@ -8134,32 +8420,35 @@

    Declaration

    -

    Projection transformation between a from and to projection

    +

    Concatenated Operation

    - See more + See more

    Declaration

    Objective-C

    -
    @interface PROJProjectionTransform : NSObject
    +
    @interface CRSConcatenatedOperation : CRSOperation

    Swift

    -
    class PROJProjectionTransform : NSObject
    +
    class CRSConcatenatedOperation : CRSOperation
    +
  • @@ -8167,32 +8456,35 @@

    Declaration

    -

    Collection of projections by authority

    +

    Coordinate Operation

    - See more + See more

    Declaration

    Objective-C

    -
    @interface PROJProjections : NSObject
    +
    @interface CRSCoordinateOperation : CRSSimpleOperation

    Swift

    -
    class PROJProjections : NSObject
    +
    class CRSCoordinateOperation : CRSSimpleOperation
    +
  • - - - PROJUnits + + + CRSOperation
    @@ -8200,33 +8492,35 @@

    Declaration

    -

    Undocumented

    +

    Common Operation

    + See more

    Declaration

    Objective-C

    -
    @interface PROJUnits : NSObject
    -
    -@end
    +
    @interface CRSOperation : CRSCommon

    Swift

    -
    class PROJUnits : NSObject
    +
    class CRSOperation : CRSCommon
    +
  • @@ -8234,32 +8528,35 @@

    Declaration

    -

    Feature

    +

    Operation Method

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFGFeature : SFGGeoJSONObject
    +
    @interface CRSOperationMethod : NSObject <CRSIdentifiable>

    Swift

    -
    class SFGFeature : SFGGeoJSONObject
    +
    class CRSOperationMethod : NSObject, CRSIdentifiable
    +
  • @@ -8267,32 +8564,35 @@

    Declaration

    -

    Feature Collection

    +

    Operation Methods

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFGFeatureCollection : SFGGeoJSONObject
    +
    @interface CRSOperationMethods : NSObject

    Swift

    -
    class SFGFeatureCollection : SFGGeoJSONObject
    +
    class CRSOperationMethods : NSObject
    +
  • @@ -8300,32 +8600,35 @@

    Declaration

    -

    Feature Converter

    +

    Operation Parameter

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFGFeatureConverter : NSObject
    +
    @interface CRSOperationParameter : NSObject <CRSIdentifiable>

    Swift

    -
    class SFGFeatureConverter : NSObject
    +
    class CRSOperationParameter : NSObject, CRSIdentifiable
    +
  • @@ -8333,32 +8636,35 @@

    Declaration

    -

    GeoJSON Object

    +

    Common Operation Parameter Attributes

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFGGeoJSONObject : NSObject
    +
    @interface CRSOperationParameters : NSObject

    Swift

    -
    class SFGGeoJSONObject : NSObject
    +
    class CRSOperationParameters : NSObject
    +
  • @@ -8366,32 +8672,35 @@

    Declaration

    -

    Geometry

    +

    Coordinate Operation Type

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFGGeometry : SFGGeoJSONObject
    +
    @interface CRSOperationTypes : NSObject

    Swift

    -
    class SFGGeometry : SFGGeoJSONObject
    +
    class CRSOperationTypes : NSObject
    +
  • @@ -8399,32 +8708,35 @@

    Declaration

    -

    Geometry Collection

    +

    Point Motion Operation

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFGGeometryCollection : SFGGeometry
    +
    @interface CRSPointMotionOperation : CRSSimpleOperation

    Swift

    -
    class SFGGeometryCollection : SFGGeometry
    +
    class CRSPointMotionOperation : CRSSimpleOperation
    +
  • @@ -8432,32 +8744,35 @@

    Declaration

    -

    Geometry Types

    +

    Simple Operation

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFGGeometryTypes : NSObject
    +
    @interface CRSSimpleOperation : CRSOperation <CRSCommonOperation>

    Swift

    -
    class SFGGeometryTypes : NSObject
    +
    class CRSSimpleOperation : CRSOperation, CRSCommonOperation
    +
  • @@ -8465,32 +8780,36 @@

    Declaration

    -

    Line String

    +

    Parametric Coordinate Reference System

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFGLineString : SFGGeometry
    +
    @interface CRSParametricCoordinateReferenceSystem
    +    : CRSSimpleCoordinateReferenceSystem

    Swift

    -
    class SFGLineString : SFGGeometry
    +
    class CRSParametricCoordinateReferenceSystem : CRSSimpleCoordinateReferenceSystem
    +
  • @@ -8498,32 +8817,35 @@

    Declaration

    -

    Multi Line String

    +

    Parametric Datum

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFGMultiLineString : SFGGeometry
    +
    @interface CRSParametricDatum : CRSReferenceFrame

    Swift

    -
    class SFGMultiLineString : SFGGeometry
    +
    class CRSParametricDatum : CRSReferenceFrame
    +
  • @@ -8531,32 +8853,35 @@

    Declaration

    -

    Multi Point

    +

    Map Projection

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFGMultiPoint : SFGGeometry
    +
    @interface CRSMapProjection : NSObject <CRSCommonOperation>

    Swift

    -
    class SFGMultiPoint : SFGGeometry
    +
    class CRSMapProjection : NSObject, CRSCommonOperation
    +
  • @@ -8564,32 +8889,36 @@

    Declaration

    -

    Multi Polygon

    +

    Projected Coordinate Reference System

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFGMultiPolygon : SFGGeometry
    +
    @interface CRSProjectedCoordinateReferenceSystem
    +    : CRSSimpleCoordinateReferenceSystem

    Swift

    -
    class SFGMultiPolygon : SFGGeometry
    +
    class CRSProjectedCoordinateReferenceSystem : CRSSimpleCoordinateReferenceSystem
    +
  • @@ -8597,60 +8926,36 @@

    Declaration

    -

    Undocumented

    +

    Temporal Coordinate Reference System

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFGOrderedDictionary : NSMutableDictionary
    -{
    -    NSMutableDictionary *dictionary;
    -    NSMutableArray *array;
    -}
    -
    -- (void)insertObject:(id)anObject forKey:(id<NSCopying>)aKey atIndex:(NSUInteger)anIndex;
    -- (id)keyAtIndex:(NSUInteger)anIndex;
    -- (NSEnumerator *)reverseKeyEnumerator;
    -
    -- (id)objectAtIndexedSubscript:(NSUInteger)idx;
    -
    -- (id)objectForKeyedSubscript:(id)key;
    -- (void)setObject:(id)obj forKeyedSubscript:(id<NSCopying>)key;
    -
    -- (NSUInteger)indexOfKey:(id)anObject;
    -- (NSUInteger)indexOfKey:(id)anObject inRange:(NSRange)range;
    -- (NSUInteger)indexOfKeyIdenticalTo:(id)anObject;
    -- (NSUInteger)indexOfKeyIdenticalTo:(id)anObject inRange:(NSRange)range;
    -- (id)lastKey;
    -
    -- (void)sortUsingFunction:(NSInteger (*)(id, id, void *))compare context:(void *)context;
    -- (void)sortUsingSelector:(SEL)comparator;
    -#if NS_BLOCKS_AVAILABLE
    -- (void)sortUsingComparator:(NSComparator)cmptr;
    -- (void)sortWithOptions:(NSSortOptions)opts usingComparator:(NSComparator)cmptr;
    -#endif
    -
    -@end
    +
    @interface CRSTemporalCoordinateReferenceSystem
    +    : CRSSimpleCoordinateReferenceSystem

    Swift

    -
    class SFGOrderedDictionary : NSMutableDictionary
    +
    class CRSTemporalCoordinateReferenceSystem : CRSSimpleCoordinateReferenceSystem
    +
  • @@ -8658,65 +8963,115 @@

    Declaration

    -

    Point

    +

    Undocumented

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFGPoint : SFGGeometry
    +
    @interface CRSTemporalDatum : NSObject<CRSIdentifiable>
     
    -                        
    -
    -

    Swift

    -
    class SFGPoint : SFGGeometry
    +/** + * Datum Name + */ +@property (nonatomic, strong) NSString *name; -
    -
    -
    -
    -
  • -
  • -
    - - - - SFGPolygon - -
    -
    -
    -
    -
    -
    -

    Polygon

    +/** + * Calendar Identifier + */ +@property (nonatomic, strong) NSString *calendar; + +/** + * Origin Description + */ +@property (nonatomic, strong) NSString *origin; + +/** + * Origin Description date time + */ +@property (nonatomic, strong) CRSDateTime *originDateTime; + +/** + * Identifiers + */ +@property (nonatomic, strong) NSMutableArray<CRSIdentifier *> *identifiers; + +/** + * Create + * + * @return new instance + */ ++(CRSTemporalDatum *) create; + +/** + * Initialize + * + * @return new instance + */ +-(instancetype) init; + +/** + * Initialize + * + * @param name + * name + * + * @return new instance + */ +-(instancetype) initWithName: (NSString *) name; + +/** + * Has a calendar identifier + * + * @return true if has calendar identifier + */ +-(BOOL) hasCalendar; + +/** + * Has an origin + * + * @return true if has origin + */ +-(BOOL) hasOrigin; - See more -
    -
    -

    Declaration

    -
    -

    Objective-C

    -
    @interface SFGPolygon : SFGGeometry
    +/** + * Has an origin date time + * + * @return true if has origin date time + */ +-(BOOL) hasOriginDateTime; + +/** + * Set the origin date time + * + * @param origin + * origin date time + */ +-(void) setOriginDateTimeWithOrigin: (NSString *) origin; + +@end

    Swift

    -
    class SFGPolygon : SFGGeometry
    +
    class CRSTemporalDatum : NSObject, CRSIdentifiable
    +
  • @@ -8724,32 +9079,34 @@

    Declaration

    -

    Position

    +

    PROJ constants

    - See more

    Declaration

    Objective-C

    -
    @interface SFGPosition : NSObject
    +
    @interface CRSProjConstants : NSObject

    Swift

    -
    class SFGPosition : NSObject
    +
    class CRSProjConstants : NSObject
    +
  • @@ -8757,32 +9114,35 @@

    Declaration

    -

    Read through byte data

    +

    PROJ params

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFByteReader : NSObject
    +
    @interface CRSProjParams : NSObject

    Swift

    -
    class SFByteReader : NSObject
    +
    class CRSProjParams : NSObject
    +
  • @@ -8790,32 +9150,35 @@

    Declaration

    -

    Write byte data

    +

    CRS to PROJ parser

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFByteWriter : NSObject
    +
    @interface CRSProjParser : NSObject

    Swift

    -
    class SFByteWriter : NSObject
    +
    class CRSProjParser : NSObject
    +
  • @@ -8823,33 +9186,36 @@

    Declaration

    -

    Calculate the centroid from curve based geometries. Implementation based on -the JTS (Java Topology Suite) CentroidLine.

    +

    Vertical Coordinate Reference System

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFCentroidCurve : NSObject
    +
    @interface CRSVerticalCoordinateReferenceSystem
    +    : CRSSimpleCoordinateReferenceSystem

    Swift

    -
    class SFCentroidCurve : NSObject
    +
    class CRSVerticalCoordinateReferenceSystem : CRSSimpleCoordinateReferenceSystem
    +
  • @@ -8857,33 +9223,35 @@

    Declaration

    -

    Calculate the centroid from point based geometries. Implementation based on -the JTS (Java Topology Suite) CentroidPoint.

    +

    Vertical Datum Ensemble

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFCentroidPoint : NSObject
    +
    @interface CRSVerticalDatumEnsemble : CRSDatumEnsemble

    Swift

    -
    class SFCentroidPoint : NSObject
    +
    class CRSVerticalDatumEnsemble : CRSDatumEnsemble
    +
  • @@ -8891,33 +9259,35 @@

    Declaration

    -

    Calculate the centroid from surface based geometries. Implementation based on -the JTS (Java Topology Suite) CentroidArea.

    +

    Vertical Reference Frame (datum)

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFCentroidSurface : NSObject
    +
    @interface CRSVerticalReferenceFrame : CRSReferenceFrame

    Swift

    -
    class SFCentroidSurface : NSObject
    +
    class CRSVerticalReferenceFrame : CRSReferenceFrame
    +
  • @@ -8925,32 +9295,35 @@

    Declaration

    -

    Circular String, Curve sub type

    +

    Keyword

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFCircularString : SFLineString
    +
    @interface CRSKeyword : NSObject

    Swift

    -
    class SFCircularString : SFLineString
    +
    class CRSKeyword : NSObject
    +
  • @@ -8958,32 +9331,35 @@

    Declaration

    -

    Compound Curve, Curve sub type

    +

    Well-Known Text reader

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFCompoundCurve : SFCurve
    +
    @interface CRSReader : NSObject

    Swift

    -
    class SFCompoundCurve : SFCurve
    +
    class CRSReader : NSObject
    +
  • @@ -8991,36 +9367,34 @@

    Declaration

    -

    The base type for all 1-dimensional geometry types. A 1-dimensional geometry -is a geometry that has a length, but no area. A curve is considered simple if -it does not intersect itself (except at the start and end point). A curve is -considered closed its start and end point are coincident. A simple, closed -curve is called a ring.

    +

    Well-Known Text constants

    - See more

    Declaration

    Objective-C

    -
    @interface SFCurve : SFGeometry
    +
    @interface CRSTextConstants : NSObject

    Swift

    -
    class SFCurve : SFGeometry
    +
    class CRSTextConstants : NSObject
    +
  • @@ -9028,33 +9402,35 @@

    Declaration

    -

    A planar surface defined by an exterior ring and zero or more interior ring. -Each ring is defined by a Curve instance.

    +

    Read through text string

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFCurvePolygon : SFSurface
    +
    @interface CRSTextReader : NSObject

    Swift

    -
    class SFCurvePolygon : SFSurface
    +
    class CRSTextReader : NSObject
    +
  • @@ -9062,32 +9438,35 @@

    Declaration

    -

    Centroid calculations for geometries in degrees

    +

    CRS Well-Known Text Utilities

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFDegreesCentroid : NSObject
    +
    @interface CRSTextUtils : NSObject

    Swift

    -
    class SFDegreesCentroid : NSObject
    +
    class CRSTextUtils : NSObject
    +
  • - - - SFEvent + + + CRSWriter
    @@ -9095,32 +9474,35 @@

    Declaration

    -

    Event element

    +

    Well-Known Text writer

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFEvent : NSObject
    +
    @interface CRSWriter : NSObject

    Swift

    -
    class SFEvent : NSObject
    +
    class CRSWriter : NSObject
    +
  • @@ -9128,32 +9510,35 @@

    Declaration

    -

    Event queue for processing events

    +

    Collection of projections for a single coordinate authority

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFEventQueue : NSObject
    +
    @interface PROJAuthorityProjections : NSObject

    Swift

    -
    class SFEventQueue : NSObject
    +
    class PROJAuthorityProjections : NSObject
    +
  • @@ -9161,33 +9546,35 @@

    Declaration

    -

    Undocumented

    +

    Coordinate Reference System Well-known text parser

    + See more

    Declaration

    Objective-C

    -
    @interface SFEventTypes : NSObject
    -
    -@end
    +
    @interface PROJCRSParser : NSObject

    Swift

    -
    class SFEventTypes : NSObject
    +
    class PROJCRSParser : NSObject
    +
  • @@ -9195,33 +9582,36 @@

    Declaration

    -

    Extended Geometry Collection providing abstract geometry collection type -support

    +

    Undocumented

    - See more

    Declaration

    Objective-C

    -
    @interface SFExtendedGeometryCollection : SFGeometryCollection
    +
    @interface PROJConstants : NSObject
    +
    +@end

    Swift

    -
    class SFExtendedGeometryCollection : SFGeometryCollection
    +
    class PROJConstants : NSObject
    +
  • @@ -9231,31 +9621,54 @@

    Declaration

    Undocumented

    + See more

    Declaration

    Objective-C

    -
    @interface SFFiniteFilterTypes : NSObject
    +                          
    @interface PROJIOUtils : NSObject
    +
    +/**
    + *  Get the path of the property list file with name
    + *
    + *  @param name plist base file name
    + *
    + *  @return property list file path
    + */
    ++(NSString *) propertyListPathWithName: (NSString *) name;
    +
    +/**
    + *  Get the path of the resource file with name and file type
    + *
    + *  @param name file name
    + *  @param type extension type
    + *
    + *  @return file resource path
    + */
    ++(NSString *) resourcePathWithName: (NSString *) name andType: (NSString *) type;
     
     @end

    Swift

    -
    class SFFiniteFilterTypes : NSObject
    +
    class PROJIOUtils : NSObject
    +
  • @@ -9263,32 +9676,35 @@

    Declaration

    -

    The root of the geometry type hierarchy

    +

    3D Location Coordinate

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFGeometry : NSObject <NSMutableCopying, NSSecureCoding>
    +
    @interface PROJLocationCoordinate3D : NSObject

    Swift

    -
    class SFGeometry : NSObject, NSMutableCopying, NSSecureCoding
    +
    class PROJLocationCoordinate3D : NSObject
    +
  • @@ -9296,32 +9712,35 @@

    Declaration

    -

    A collection of zero or more Geometry instances.

    +

    Single Projection for an authority and code

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFGeometryCollection : SFGeometry
    +
    @interface PROJProjection : NSObject

    Swift

    -
    class SFGeometryCollection : SFGeometry
    +
    class PROJProjection : NSObject
    +
  • @@ -9336,26 +9755,29 @@

    Declaration

    Declaration

    Objective-C

    -
    @interface SFGeometryConstants : NSObject
    +                          
    @interface PROJProjectionConstants : NSObject
     
     @end

    Swift

    -
    class SFGeometryConstants : NSObject
    +
    class PROJProjectionConstants : NSObject
    +
  • @@ -9363,32 +9785,35 @@

    Declaration

    -

    Geometry envelope containing x and y range with optional z and m range

    +

    Projection factory for coordinate projections and transformations

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFGeometryEnvelope : NSObject <NSMutableCopying, NSSecureCoding>
    +
    @interface PROJProjectionFactory : NSObject

    Swift

    -
    class SFGeometryEnvelope : NSObject, NSMutableCopying, NSSecureCoding
    +
    class PROJProjectionFactory : NSObject
    +
  • @@ -9396,32 +9821,36 @@

    Declaration

    -

    Builds an envelope from a Geometry

    +

    Undocumented

    - See more

    Declaration

    Objective-C

    -
    @interface SFGeometryEnvelopeBuilder : NSObject
    +
    @interface PROJProjectionFactoryTypes : NSObject
    +
    +@end

    Swift

    -
    class SFGeometryEnvelopeBuilder : NSObject
    +
    class PROJProjectionFactoryTypes : NSObject
    +
  • @@ -9429,32 +9858,35 @@

    Declaration

    -

    String representation of a Geometry

    +

    Retrieves the proj4 projection parameter string for an authority and coordinate code

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFGeometryPrinter : NSObject
    +
    @interface PROJProjectionRetriever : NSObject

    Swift

    -
    class SFGeometryPrinter : NSObject
    +
    class PROJProjectionRetriever : NSObject
    +
  • @@ -9462,52 +9894,35 @@

    Declaration

    -

    Undocumented

    +

    Projection transformation between a from and to projection

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFGeometryTypes : NSObject
    -
    -/**
    - *  Get the name of the geometry type
    - *
    - *  @param geometryType geometry type enum
    - *
    - *  @return geometry type name
    - */
    -+(NSString *) name: (enum SFGeometryType) geometryType;
    -
    -/**
    - *  Get the geometry type of the name
    - *
    - *  @param name geometry type name
    - *
    - *  @return geometry type
    - */
    -+(enum SFGeometryType) fromName: (NSString *) name;
    -
    -@end
    +
    @interface PROJProjectionTransform : NSObject

    Swift

    -
    class SFGeometryTypes : NSObject
    +
    class PROJProjectionTransform : NSObject
    +
  • @@ -9515,32 +9930,35 @@

    Declaration

    -

    Utilities for Geometry objects

    +

    Collection of projections by authority

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFGeometryUtils : NSObject
    +
    @interface PROJProjections : NSObject

    Swift

    -
    class SFGeometryUtils : NSObject
    +
    class PROJProjections : NSObject
    +
  • - - - SFLine + + + PROJUnits
    @@ -9548,32 +9966,36 @@

    Declaration

    -

    A LineString with exactly 2 Points.

    +

    Undocumented

    - See more

    Declaration

    Objective-C

    -
    @interface SFLine : SFLineString
    +
    @interface PROJUnits : NSObject
    +
    +@end

    Swift

    -
    class SFLine : SFLineString
    +
    class PROJUnits : NSObject
    +
  • @@ -9581,32 +10003,35 @@

    Declaration

    -

    A Curve that connects two or more points in space.

    +

    Circular String, Curve sub type

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFLineString : SFCurve
    +
    @interface SFCircularString : SFLineString

    Swift

    -
    class SFLineString : SFCurve
    +
    class SFCircularString : SFLineString
    +
  • @@ -9614,66 +10039,75 @@

    Declaration

    -

    A LineString that is both closed and simple.

    +

    Compound Curve, Curve sub type

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFLinearRing : SFLineString
    +
    @interface SFCompoundCurve : SFCurve

    Swift

    -
    class SFLinearRing : SFLineString
    +
    class SFCompoundCurve : SFCurve
    +
  • - - - SFMultiCurve + + + SFCurve
    -
    -

    A restricted form of GeometryCollection where each Geometry in the collection -must be of type Curve.

    +
    +

    The base type for all 1-dimensional geometry types. A 1-dimensional geometry +is a geometry that has a length, but no area. A curve is considered simple if +it does not intersect itself (except at the start and end point). A curve is +considered closed its start and end point are coincident. A simple, closed +curve is called a ring.

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFMultiCurve : SFGeometryCollection
    +
    @interface SFCurve : SFGeometry

    Swift

    -
    class SFMultiCurve : SFGeometryCollection
    +
    class SFCurve : SFGeometry
    +
  • @@ -9681,33 +10115,36 @@

    Declaration

    -

    A restricted form of MultiCurve where each Curve in the collection must be of -type LineString.

    +

    A planar surface defined by an exterior ring and zero or more interior ring. +Each ring is defined by a Curve instance.

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFMultiLineString : SFMultiCurve
    +
    @interface SFCurvePolygon : SFSurface

    Swift

    -
    class SFMultiLineString : SFMultiCurve
    +
    class SFCurvePolygon : SFSurface
    +
  • - - - SFMultiPoint + + + SFGeometry
    @@ -9715,33 +10152,35 @@

    Declaration

    -

    A restricted form of GeometryCollection where each Geometry in the collection -must be of type Point.

    +

    The root of the geometry type hierarchy

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFMultiPoint : SFGeometryCollection
    +
    @interface SFGeometry : NSObject <NSMutableCopying, NSSecureCoding>

    Swift

    -
    class SFMultiPoint : SFGeometryCollection
    +
    class SFGeometry : NSObject, NSMutableCopying, NSSecureCoding
    +
  • @@ -9749,33 +10188,35 @@

    Declaration

    -

    A restricted form of MultiSurface where each Surface in the collection must -be of type Polygon.

    +

    A collection of zero or more Geometry instances.

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFMultiPolygon : SFMultiSurface
    +
    @interface SFGeometryCollection : SFGeometry

    Swift

    -
    class SFMultiPolygon : SFMultiSurface
    +
    class SFGeometryCollection : SFGeometry
    +
  • @@ -9783,33 +10224,35 @@

    Declaration

    -

    A restricted form of GeometryCollection where each Geometry in the collection -must be of type Surface.

    +

    Geometry envelope containing x and y range with optional z and m range

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFMultiSurface : SFGeometryCollection
    +
    @interface SFGeometryEnvelope : NSObject <NSMutableCopying, NSSecureCoding>

    Swift

    -
    class SFMultiSurface : SFGeometryCollection
    +
    class SFGeometryEnvelope : NSObject, NSMutableCopying, NSSecureCoding
    +
  • - - - SFPoint + + + SFGeometryTypes
    @@ -9817,33 +10260,55 @@

    Declaration

    -

    A single location in space. Each point has an X and Y coordinate. A point MAY -optionally also have a Z and/or an M value.

    +

    Undocumented

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFPoint : SFGeometry
    +
    @interface SFGeometryTypes : NSObject
    +
    +/**
    + *  Get the name of the geometry type
    + *
    + *  @param geometryType geometry type enum
    + *
    + *  @return geometry type name
    + */
    ++(NSString *) name: (enum SFGeometryType) geometryType;
    +
    +/**
    + *  Get the geometry type of the name
    + *
    + *  @param name geometry type name
    + *
    + *  @return geometry type
    + */
    ++(enum SFGeometryType) fromName: (NSString *) name;
    +
    +@end

    Swift

    -
    class SFPoint : SFGeometry
    +
    class SFGeometryTypes : NSObject
    +
  • @@ -9851,33 +10316,35 @@

    Declaration

    -

    Point filter for finite checks on x and y properties, optionally filter on z -and m properties and non finite values (NaN or infinity)

    +

    A LineString with exactly 2 Points.

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFPointFiniteFilter : NSObject <SFGeometryFilter>
    +
    @interface SFLine : SFLineString

    Swift

    -
    class SFPointFiniteFilter : NSObject, SFGeometryFilter
    +
    class SFLine : SFLineString
    +
  • - - - SFPolygon + + + SFLineString
    @@ -9885,33 +10352,35 @@

    Declaration

    -

    A restricted form of CurvePolygon where each ring is defined as a simple, -closed LineString.

    +

    A Curve that connects two or more points in space.

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFPolygon : SFCurvePolygon
    +
    @interface SFLineString : SFCurve

    Swift

    -
    class SFPolygon : SFCurvePolygon
    +
    class SFLineString : SFCurve
    +
  • @@ -9919,32 +10388,35 @@

    Declaration

    -

    Contiguous collection of polygons which share common boundary segments.

    +

    A LineString that is both closed and simple.

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFPolyhedralSurface : SFSurface
    +
    @interface SFLinearRing : SFLineString

    Swift

    -
    class SFPolyhedralSurface : SFSurface
    +
    class SFLinearRing : SFLineString
    +
  • - - - SFSegment + + + SFMultiCurve
    @@ -9952,32 +10424,36 @@

    Declaration

    -

    Line segment of an edge between two points

    +

    A restricted form of GeometryCollection where each Geometry in the collection +must be of type Curve.

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFSegment : NSObject
    +
    @interface SFMultiCurve : SFGeometryCollection

    Swift

    -
    class SFSegment : NSObject
    +
    class SFMultiCurve : SFGeometryCollection
    +
  • @@ -9985,43 +10461,36 @@

    Declaration

    -

    Shamos-Hoey simple polygon detection

    - -

    Based upon C++ implementation: - http://geomalgorithms.com/a09-_intersect-3.html

    - -

    C++ implementation license:

    - -

    Copyright 2001 softSurfer, 2012 Dan Sunday This code may be freely used and - modified for any purpose providing that this copyright notice is included - with it. SoftSurfer makes no warranty for this code, and cannot be held - liable for any real or imagined damage resulting from its use. Users of this - code must verify correctness for their application.

    +

    A restricted form of MultiCurve where each Curve in the collection must be of +type LineString.

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFShamosHoey : NSObject
    +
    @interface SFMultiLineString : SFMultiCurve

    Swift

    -
    class SFShamosHoey : NSObject
    +
    class SFMultiLineString : SFMultiCurve
    +
  • - - - SFSurface + + + SFMultiPoint
    @@ -10029,33 +10498,36 @@

    Declaration

    -

    The base type for all 2-dimensional geometry types. A 2-dimensional geometry -is a geometry that has an area.

    +

    A restricted form of GeometryCollection where each Geometry in the collection +must be of type Point.

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFSurface : SFGeometry
    +
    @interface SFMultiPoint : SFGeometryCollection

    Swift

    -
    class SFSurface : SFGeometry
    +
    class SFMultiPoint : SFGeometryCollection
    +
  • @@ -10063,32 +10535,36 @@

    Declaration

    -

    Sweep Line algorithm

    +

    A restricted form of MultiSurface where each Surface in the collection must +be of type Polygon.

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFSweepLine : NSObject
    +
    @interface SFMultiPolygon : SFMultiSurface

    Swift

    -
    class SFSweepLine : NSObject
    +
    class SFMultiPolygon : SFMultiSurface
    +
  • - - - SFTIN + + + SFMultiSurface
    @@ -10096,33 +10572,36 @@

    Declaration

    -

    A tetrahedron (4 triangular faces), corner at the origin and each unit -coordinate digit.

    +

    A restricted form of GeometryCollection where each Geometry in the collection +must be of type Surface.

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFTIN : SFPolyhedralSurface
    +
    @interface SFMultiSurface : SFGeometryCollection

    Swift

    -
    class SFTIN : SFPolyhedralSurface
    +
    class SFMultiSurface : SFGeometryCollection
    +
  • - - - SFTextReader + + + SFPoint
    @@ -10130,32 +10609,36 @@

    Declaration

    -

    Read through text string

    +

    A single location in space. Each point has an X and Y coordinate. A point MAY +optionally also have a Z and/or an M value.

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFTextReader : NSObject
    +
    @interface SFPoint : SFGeometry

    Swift

    -
    class SFTextReader : NSObject
    +
    class SFPoint : SFGeometry
    +
  • - - - SFTriangle + + + SFPolygon
    @@ -10163,32 +10646,36 @@

    Declaration

    -

    Triangle

    +

    A restricted form of CurvePolygon where each ring is defined as a simple, +closed LineString.

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFTriangle : SFPolygon
    +
    @interface SFPolygon : SFCurvePolygon

    Swift

    -
    class SFTriangle : SFPolygon
    +
    class SFPolygon : SFCurvePolygon
    +
  • @@ -10196,32 +10683,35 @@

    Declaration

    -

    Geometry Projection Transform

    +

    Contiguous collection of polygons which share common boundary segments.

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFPGeometryTransform : PROJProjectionTransform
    +
    @interface SFPolyhedralSurface : SFSurface

    Swift

    -
    class SFPGeometryTransform : PROJProjectionTransform
    +
    class SFPolyhedralSurface : SFSurface
    +
  • @@ -10229,33 +10719,36 @@

    Declaration

    -

    Geometry Code utilities to convert between geometry attributes and geometry -codes

    +

    The base type for all 2-dimensional geometry types. A 2-dimensional geometry +is a geometry that has an area.

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFWBGeometryCodes : NSObject
    +
    @interface SFSurface : SFGeometry

    Swift

    -
    class SFWBGeometryCodes : NSObject
    +
    class SFSurface : SFGeometry
    +
  • @@ -10263,32 +10756,36 @@

    Declaration

    -

    Well Known Binary Geometry Reader

    +

    A tetrahedron (4 triangular faces), corner at the origin and each unit +coordinate digit.

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFWBGeometryReader : NSObject
    +
    @interface SFTIN : SFPolyhedralSurface

    Swift

    -
    class SFWBGeometryReader : NSObject
    +
    class SFTIN : SFPolyhedralSurface
    +
  • @@ -10296,32 +10793,35 @@

    Declaration

    -

    Geometry type info

    +

    Triangle

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFWBGeometryTypeInfo : NSObject
    +
    @interface SFTriangle : SFPolygon

    Swift

    -
    class SFWBGeometryTypeInfo : NSObject
    +
    class SFTriangle : SFPolygon
    +
  • @@ -10329,32 +10829,36 @@

    Declaration

    -

    Well Known Binary Geometry Writer

    +

    Extended Geometry Collection providing abstract geometry collection type +support

    - See more + See more

    Declaration

    Objective-C

    -
    @interface SFWBGeometryWriter : NSObject
    +
    @interface SFExtendedGeometryCollection : SFGeometryCollection

    Swift

    -
    class SFWBGeometryWriter : NSObject
    +
    class SFExtendedGeometryCollection : SFGeometryCollection
    +
  • @@ -10364,30 +10868,33 @@

    Declaration

    Read through byte data

    - See more + See more

    Declaration

    Objective-C

    -
    @interface TIFFByteReader : NSObject
    +
    @interface SFByteReader : NSObject

    Swift

    -
    class TIFFByteReader : NSObject
    +
    class SFByteReader : NSObject
    +
  • @@ -10397,30 +10904,33 @@

    Declaration

    Write byte data

    - See more + See more

    Declaration

    Objective-C

    -
    @interface TIFFByteWriter : NSObject
    +
    @interface SFByteWriter : NSObject

    Swift

    -
    class TIFFByteWriter : NSObject
    +
    class SFByteWriter : NSObject
    +
  • @@ -10435,26 +10945,29 @@

    Declaration

    Declaration

    Objective-C

    -
    @interface TIFFConstants : NSObject
    +                          
    @interface SFGeometryConstants : NSObject
     
     @end

    Swift

    -
    class TIFFConstants : NSObject
    +
    class SFGeometryConstants : NSObject
    +
  • @@ -10462,32 +10975,35 @@

    Declaration

    -

    Deflate Compression

    +

    Builds an envelope from a Geometry

    + See more

    Declaration

    Objective-C

    -
    @interface TIFFDeflateCompression
    -    : NSObject <TIFFCompressionDecoder, TIFFCompressionEncoder>
    +
    @interface SFGeometryEnvelopeBuilder : NSObject

    Swift

    -
    class TIFFDeflateCompression : NSObject, TIFFCompressionDecoder, TIFFCompressionEncoder
    +
    class SFGeometryEnvelopeBuilder : NSObject
    +
  • @@ -10495,32 +11011,35 @@

    Declaration

    -

    Field Tag Types

    +

    String representation of a Geometry

    - See more + See more

    Declaration

    Objective-C

    -
    @interface TIFFFieldTagTypes : NSObject
    +
    @interface SFGeometryPrinter : NSObject

    Swift

    -
    class TIFFFieldTagTypes : NSObject
    +
    class SFGeometryPrinter : NSObject
    +
  • @@ -10528,32 +11047,35 @@

    Declaration

    -

    Field Types

    +

    Utilities for Geometry objects

    - See more + See more

    Declaration

    Objective-C

    -
    @interface TIFFFieldTypes : NSObject
    +
    @interface SFGeometryUtils : NSObject

    Swift

    -
    class TIFFFieldTypes : NSObject
    +
    class SFGeometryUtils : NSObject
    +
  • @@ -10561,33 +11083,35 @@

    Declaration

    -

    File Directory, represents all directory entries and can be used to read the -image raster

    +

    Read through text string

    - See more + See more

    Declaration

    Objective-C

    -
    @interface TIFFFileDirectory : NSObject
    +
    @interface SFTextReader : NSObject

    Swift

    -
    class TIFFFileDirectory : NSObject
    +
    class SFTextReader : NSObject
    +
  • @@ -10595,32 +11119,36 @@

    Declaration

    -

    TIFF File Directory Entry

    +

    Calculate the centroid from curve based geometries. Implementation based on +the JTS (Java Topology Suite) CentroidLine.

    - See more + See more

    Declaration

    Objective-C

    -
    @interface TIFFFileDirectoryEntry : NSObject
    +
    @interface SFCentroidCurve : NSObject

    Swift

    -
    class TIFFFileDirectoryEntry : NSObject
    +
    class SFCentroidCurve : NSObject
    +
  • @@ -10628,76 +11156,36 @@

    Declaration

    -

    Undocumented

    +

    Calculate the centroid from point based geometries. Implementation based on +the JTS (Java Topology Suite) CentroidPoint.

    - See more + See more

    Declaration

    Objective-C

    -
    @interface TIFFIOUtils : NSObject
    -
    -/**
    - *  Copy a file
    - *
    - *  @param copyFrom file to copy
    - *  @param copyTo   file location to copy to
    - */
    -+(void) copyFile: (NSString *) copyFrom toFile: (NSString *) copyTo;
    -
    -/**
    - *  Copy an input stream to a file
    - *
    - *  @param copyFrom input stream to copy
    - *  @param copyTo   file location to copy to
    - */
    -+(void) copyInputStream: (NSInputStream *) copyFrom toFile: (NSString *) copyTo;
    -
    -/**
    - *  Get the file byte data
    - *
    - *  @param file file path
    - *
    - *  @return byte data
    - */
    -+(NSData *) fileData: (NSString *) file;
    -
    -/**
    - *  Get the input stream byte data
    - *
    - *  @param stream input stream
    - *
    - *  @return input stream byte data
    - */
    -+(NSData *) streamData: (NSInputStream *) stream;
    -
    -/**
    - *  Copy the input stream to an output stream
    - *
    - *  @param copyFrom input stream
    - *  @param copyTo   output stream
    - */
    -+(void) copyInputStream: (NSInputStream *) copyFrom toOutputStream: (NSOutputStream *) copyTo;
    -
    -@end
    +
    @interface SFCentroidPoint : NSObject

    Swift

    -
    class TIFFIOUtils : NSObject
    +
    class SFCentroidPoint : NSObject
    +
  • @@ -10705,32 +11193,36 @@

    Declaration

    -

    TIFF Image containing the File Directories

    +

    Calculate the centroid from surface based geometries. Implementation based on +the JTS (Java Topology Suite) CentroidArea.

    - See more + See more

    Declaration

    Objective-C

    -
    @interface TIFFImage : NSObject
    +
    @interface SFCentroidSurface : NSObject

    Swift

    -
    class TIFFImage : NSObject
    +
    class SFCentroidSurface : NSObject
    +
  • @@ -10738,32 +11230,35 @@

    Declaration

    -

    Coordinates of a window over a portion or the entire image coordinates

    +

    Centroid calculations for geometries in degrees

    - See more + See more

    Declaration

    Objective-C

    -
    @interface TIFFImageWindow : NSObject
    +
    @interface SFDegreesCentroid : NSObject

    Swift

    -
    class TIFFImageWindow : NSObject
    +
    class SFDegreesCentroid : NSObject
    +
  • @@ -10771,32 +11266,36 @@

    Declaration

    -

    LZW Compression

    +

    Undocumented

    Declaration

    Objective-C

    -
    @interface TIFFLZWCompression
    -    : NSObject <TIFFCompressionDecoder, TIFFCompressionEncoder>
    +
    @interface SFFiniteFilterTypes : NSObject
    +
    +@end

    Swift

    -
    class TIFFLZWCompression : NSObject, TIFFCompressionDecoder, TIFFCompressionEncoder
    +
    class SFFiniteFilterTypes : NSObject
    +
  • @@ -10804,32 +11303,36 @@

    Declaration

    -

    Packbits Compression

    +

    Point filter for finite checks on x and y properties, optionally filter on z +and m properties and non finite values (NaN or infinity)

    + See more

    Declaration

    Objective-C

    -
    @interface TIFFPackbitsCompression
    -    : NSObject <TIFFCompressionDecoder, TIFFCompressionEncoder>
    +
    @interface SFPointFiniteFilter : NSObject <SFGeometryFilter>

    Swift

    -
    class TIFFPackbitsCompression : NSObject, TIFFCompressionDecoder, TIFFCompressionEncoder
    +
    class SFPointFiniteFilter : NSObject, SFGeometryFilter
    +
  • - - - TIFFPredictor + + + SFEvent
    @@ -10837,32 +11340,35 @@

    Declaration

    -

    Differencing Predictor decoder

    +

    Event element

    - See more + See more

    Declaration

    Objective-C

    -
    @interface TIFFPredictor : NSObject
    +
    @interface SFEvent : NSObject

    Swift

    -
    class TIFFPredictor : NSObject
    +
    class SFEvent : NSObject
    +
  • @@ -10870,32 +11376,35 @@

    Declaration

    -

    Raster image values

    +

    Event queue for processing events

    - See more + See more

    Declaration

    Objective-C

    -
    @interface TIFFRasters : NSObject
    +
    @interface SFEventQueue : NSObject

    Swift

    -
    class TIFFRasters : NSObject
    +
    class SFEventQueue : NSObject
    +
  • @@ -10903,32 +11412,36 @@

    Declaration

    -

    Raw / no compression

    +

    Undocumented

    Declaration

    Objective-C

    -
    @interface TIFFRawCompression
    -    : NSObject <TIFFCompressionDecoder, TIFFCompressionEncoder>
    +
    @interface SFEventTypes : NSObject
    +
    +@end

    Swift

    -
    class TIFFRawCompression : NSObject, TIFFCompressionDecoder, TIFFCompressionEncoder
    +
    class SFEventTypes : NSObject
    +
  • - - - TIFFReader + + + SFSegment
    @@ -10936,32 +11449,35 @@

    Declaration

    -

    TIFF reader

    +

    Line segment of an edge between two points

    - See more + See more

    Declaration

    Objective-C

    -
    @interface TIFFReader : NSObject
    +
    @interface SFSegment : NSObject

    Swift

    -
    class TIFFReader : NSObject
    +
    class SFSegment : NSObject
    +
  • @@ -10969,33 +11485,46 @@

    Declaration

    -

    Unsupported compression

    +

    Shamos-Hoey simple polygon detection

    - See more +

    Based upon C++ implementation: + http://geomalgorithms.com/a09-_intersect-3.html

    + +

    C++ implementation license:

    + +

    Copyright 2001 softSurfer, 2012 Dan Sunday This code may be freely used and + modified for any purpose providing that this copyright notice is included + with it. SoftSurfer makes no warranty for this code, and cannot be held + liable for any real or imagined damage resulting from its use. Users of this + code must verify correctness for their application.

    + + See more

    Declaration

    Objective-C

    -
    @interface TIFFUnsupportedCompression
    -    : NSObject <TIFFCompressionDecoder, TIFFCompressionEncoder>
    +
    @interface SFShamosHoey : NSObject

    Swift

    -
    class TIFFUnsupportedCompression : NSObject, TIFFCompressionDecoder, TIFFCompressionEncoder
    +
    class SFShamosHoey : NSObject
    +
  • - - - TIFFWriter + + + SFSweepLine
    @@ -11003,41 +11532,35 @@

    Declaration

    -

    TIFF Writer.

    - -

    For a striped TIFF, the FileDirectory setStripOffsets(NSArray) and setStripByteCounts(NSArray) methods are automatically set or adjusted based upon attributes including: - rowsPerStrip - imageHeight - planarConfiguration - samplesPerPixel

    - -

    The Rasters calculateRowsPerStrip(int) and Rasters calculateRowsPerStrip(int, int) methods provide a mechanism - for determining a FileDirectory rowsPerStrip setting.

    +

    Sweep Line algorithm

    - See more + See more

    Declaration

    Objective-C

    -
    @interface TIFFWriter : NSObject
    +
    @interface SFSweepLine : NSObject

    Swift

    -
    class TIFFWriter : NSObject
    +
    class SFSweepLine : NSObject
    +
  • @@ -11045,26 +11568,25 @@

    Declaration

    -

    Color representation with support for hex, RBG, arithmetic RBG, and integer -colors

    +

    Geometry Projection Transform

    - See more + See more

    Declaration

    Objective-C

    -
    @interface CLRColor : NSObject <NSMutableCopying>
    +
    @interface SFPGeometryTransform : PROJProjectionTransform

    Swift

    -
    class CLRColor : NSObject, NSMutableCopying
    +
    class SFPGeometryTransform : PROJProjectionTransform
    @@ -11100,7 +11622,7 @@

    Declaration

    @@ -11136,7 +11658,7 @@

    Declaration

    @@ -11172,7 +11694,7 @@

    Declaration

    @@ -11208,7 +11730,7 @@

    Declaration

    @@ -11245,7 +11767,7 @@

    Declaration

    @@ -11281,7 +11803,7 @@

    Declaration

    @@ -11317,7 +11839,7 @@

    Declaration

    @@ -11353,7 +11875,7 @@

    Declaration

    @@ -11389,7 +11911,7 @@

    Declaration

    @@ -11425,7 +11947,7 @@

    Declaration

    @@ -11461,7 +11983,7 @@

    Declaration

    @@ -11497,7 +12019,7 @@

    Declaration

    @@ -11533,7 +12055,7 @@

    Declaration

    @@ -11569,7 +12091,7 @@

    Declaration

    @@ -11605,7 +12127,7 @@

    Declaration

    @@ -11641,7 +12163,7 @@

    Declaration

    @@ -11679,7 +12201,7 @@

    Declaration

    @@ -11715,7 +12237,7 @@

    Declaration

    @@ -11892,7 +12414,7 @@

    Declaration

    @@ -11928,7 +12450,7 @@

    Declaration

    @@ -11964,7 +12486,7 @@

    Declaration

    @@ -12000,7 +12522,7 @@

    Declaration

    @@ -12074,7 +12596,7 @@

    Declaration

    @@ -12110,7 +12632,7 @@

    Declaration

    @@ -12146,7 +12668,7 @@

    Declaration

    @@ -12182,7 +12704,7 @@

    Declaration

    @@ -12218,7 +12740,7 @@

    Declaration

    @@ -12254,7 +12776,7 @@

    Declaration

    @@ -12290,7 +12812,7 @@

    Declaration

    @@ -12326,7 +12848,7 @@

    Declaration

    @@ -12362,7 +12884,7 @@

    Declaration

    @@ -12398,7 +12920,7 @@

    Declaration

    @@ -12434,7 +12956,7 @@

    Declaration

    @@ -12470,7 +12992,7 @@

    Declaration

    @@ -12506,7 +13028,7 @@

    Declaration

    @@ -12543,7 +13065,7 @@

    Declaration

    @@ -12579,7 +13101,7 @@

    Declaration

    @@ -12616,7 +13138,7 @@

    Declaration

    @@ -12652,7 +13174,7 @@

    Declaration

    @@ -12688,7 +13210,7 @@

    Declaration

    @@ -12724,7 +13246,7 @@

    Declaration

    @@ -12760,7 +13282,7 @@

    Declaration

    @@ -12796,7 +13318,7 @@

    Declaration

    @@ -12832,7 +13354,7 @@

    Declaration

    @@ -12868,7 +13390,7 @@

    Declaration

    @@ -12904,7 +13426,7 @@

    Declaration

    @@ -12940,7 +13462,7 @@

    Declaration

    @@ -12976,7 +13498,7 @@

    Declaration

    @@ -13012,7 +13534,7 @@

    Declaration

    @@ -13048,7 +13570,7 @@

    Declaration

    @@ -13084,7 +13606,7 @@

    Declaration

    @@ -13120,7 +13642,7 @@

    Declaration

    @@ -13156,7 +13678,7 @@

    Declaration

    @@ -13193,7 +13715,7 @@

    Declaration

    @@ -13229,7 +13751,7 @@

    Declaration

    @@ -13265,7 +13787,7 @@

    Declaration

    @@ -13301,7 +13823,7 @@

    Declaration

    @@ -13337,7 +13859,7 @@

    Declaration

    @@ -13373,7 +13895,7 @@

    Declaration

    @@ -13456,7 +13978,7 @@

    Declaration

    @@ -13492,7 +14014,7 @@

    Declaration

    @@ -13528,7 +14050,7 @@

    Declaration

    @@ -13564,7 +14086,7 @@

    Declaration

    @@ -13600,7 +14122,7 @@

    Declaration

    @@ -13636,7 +14158,7 @@

    Declaration

    @@ -13672,7 +14194,7 @@

    Declaration

    @@ -13707,7 +14229,7 @@

    Declaration

    @@ -13743,7 +14265,7 @@

    Declaration

    @@ -13846,7 +14368,7 @@

    Declaration

    @@ -13882,7 +14404,7 @@

    Declaration

    @@ -13918,7 +14440,7 @@

    Declaration

    @@ -13955,7 +14477,7 @@

    Declaration

    @@ -13991,7 +14513,7 @@

    Declaration

    @@ -14028,7 +14550,7 @@

    Declaration

    @@ -14064,7 +14586,7 @@

    Declaration

    @@ -14137,7 +14659,7 @@

    Declaration

    @@ -14173,7 +14695,7 @@

    Declaration

    @@ -14210,7 +14732,7 @@

    Declaration

    @@ -14246,7 +14768,7 @@

    Declaration

    @@ -14282,7 +14804,7 @@

    Declaration

    @@ -14319,7 +14841,7 @@

    Declaration

    @@ -14356,7 +14878,7 @@

    Declaration

    @@ -14392,7 +14914,7 @@

    Declaration

    @@ -14428,7 +14950,7 @@

    Declaration

    @@ -14466,7 +14988,7 @@

    Declaration

    @@ -14503,7 +15025,7 @@

    Declaration

    @@ -14539,7 +15061,7 @@

    Declaration

    @@ -14575,7 +15097,7 @@

    Declaration

    @@ -14616,7 +15138,7 @@

    Declaration

    @@ -14652,7 +15174,7 @@

    Declaration

    @@ -14690,7 +15212,7 @@

    Declaration

    @@ -14728,7 +15250,7 @@

    Declaration

    @@ -14766,7 +15288,7 @@

    Declaration

    @@ -14804,7 +15326,7 @@

    Declaration

    @@ -14860,7 +15382,7 @@

    Declaration

    @@ -14896,7 +15418,7 @@

    Declaration

    @@ -14932,7 +15454,7 @@

    Declaration

    @@ -14968,7 +15490,7 @@

    Declaration

    @@ -15005,7 +15527,7 @@

    Declaration

    @@ -15041,7 +15563,7 @@

    Declaration

    @@ -15077,7 +15599,7 @@

    Declaration

    @@ -15113,7 +15635,7 @@

    Declaration

    @@ -15150,7 +15672,7 @@

    Declaration

    @@ -15186,7 +15708,7 @@

    Declaration

    @@ -15222,7 +15744,7 @@

    Declaration

    @@ -15278,7 +15800,7 @@

    Declaration

    @@ -15334,7 +15856,7 @@

    Declaration

    @@ -15370,7 +15892,7 @@

    Declaration

    @@ -15406,7 +15928,7 @@

    Declaration

    @@ -15443,7 +15965,7 @@

    Declaration

    @@ -15479,7 +16001,7 @@

    Declaration

    @@ -15517,7 +16039,7 @@

    Declaration

    @@ -15553,7 +16075,7 @@

    Declaration

    @@ -15590,7 +16112,7 @@

    Declaration

    @@ -15626,7 +16148,7 @@

    Declaration

    @@ -15664,7 +16186,7 @@

    Declaration

    @@ -15699,7 +16221,7 @@

    Declaration

    @@ -15735,7 +16257,7 @@

    Declaration

    @@ -15771,7 +16293,7 @@

    Declaration

    @@ -15811,7 +16333,7 @@

    Declaration

    @@ -15847,7 +16369,7 @@

    Declaration

    @@ -15889,7 +16411,7 @@

    Declaration

    @@ -15925,7 +16447,7 @@

    Declaration

    @@ -15961,7 +16483,7 @@

    Declaration

    @@ -15997,7 +16519,7 @@

    Declaration

    @@ -16033,7 +16555,7 @@

    Declaration

    @@ -16069,7 +16591,7 @@

    Declaration

    @@ -16105,7 +16627,7 @@

    Declaration

    @@ -16141,7 +16663,7 @@

    Declaration

    @@ -16177,7 +16699,7 @@

    Declaration

    @@ -16216,7 +16738,7 @@

    Declaration

    @@ -16255,7 +16777,7 @@

    Declaration

    @@ -16623,7 +17145,7 @@

    Declaration

    @@ -16660,7 +17182,7 @@

    Declaration

    @@ -16697,7 +17219,7 @@

    Declaration

    @@ -16733,7 +17255,7 @@

    Declaration

    @@ -16769,7 +17291,7 @@

    Declaration

    @@ -16825,7 +17347,7 @@

    Declaration

    @@ -16864,7 +17386,7 @@

    Declaration

    @@ -16900,7 +17422,7 @@

    Declaration

    @@ -16938,7 +17460,7 @@

    Declaration

    @@ -16975,7 +17497,7 @@

    Declaration

    @@ -17011,7 +17533,7 @@

    Declaration

    @@ -17047,7 +17569,7 @@

    Declaration

    @@ -17083,7 +17605,7 @@

    Declaration

    @@ -17119,7 +17641,7 @@

    Declaration

    @@ -17155,7 +17677,7 @@

    Declaration

    @@ -17191,7 +17713,7 @@

    Declaration

    @@ -17227,7 +17749,7 @@

    Declaration

    @@ -17263,7 +17785,7 @@

    Declaration

    @@ -17299,7 +17821,7 @@

    Declaration

    @@ -17335,7 +17857,7 @@

    Declaration

    @@ -17371,7 +17893,7 @@

    Declaration

    @@ -17407,7 +17929,7 @@

    Declaration

    @@ -17443,7 +17965,7 @@

    Declaration

    @@ -17479,7 +18001,7 @@

    Declaration

    @@ -17515,7 +18037,7 @@

    Declaration

    @@ -17553,7 +18075,7 @@

    Declaration

    @@ -17616,7 +18138,7 @@

    Declaration

    @@ -17652,7 +18174,7 @@

    Declaration

    @@ -17688,7 +18210,7 @@

    Declaration

    @@ -17724,7 +18246,7 @@

    Declaration

    @@ -17760,7 +18282,7 @@

    Declaration

    @@ -17796,7 +18318,7 @@

    Declaration

    @@ -17861,7 +18383,7 @@

    Declaration

    @@ -17897,7 +18419,7 @@

    Declaration

    @@ -17933,7 +18455,7 @@

    Declaration

    @@ -17969,7 +18491,7 @@

    Declaration

    @@ -18005,7 +18527,7 @@

    Declaration

    @@ -18041,7 +18563,7 @@

    Declaration

    @@ -18077,7 +18599,7 @@

    Declaration

    @@ -18113,7 +18635,7 @@

    Declaration

    @@ -18149,7 +18671,7 @@

    Declaration

    @@ -18186,7 +18708,7 @@

    Declaration

    @@ -18224,7 +18746,7 @@

    Declaration

    @@ -18260,7 +18782,7 @@

    Declaration

    @@ -18296,7 +18818,7 @@

    Declaration

    @@ -18334,7 +18856,7 @@

    Declaration

    @@ -18377,7 +18899,7 @@

    Declaration

    @@ -18413,7 +18935,7 @@

    Declaration

    @@ -18449,7 +18971,7 @@

    Declaration

    @@ -18485,7 +19007,7 @@

    Declaration

    @@ -18521,7 +19043,7 @@

    Declaration

    @@ -18557,7 +19079,7 @@

    Declaration

    @@ -18594,7 +19116,7 @@

    Declaration

    @@ -18630,7 +19152,7 @@

    Declaration

    @@ -18667,7 +19189,7 @@

    Declaration

    @@ -18704,7 +19226,7 @@

    Declaration

    @@ -18740,7 +19262,7 @@

    Declaration

    @@ -18776,7 +19298,7 @@

    Declaration

    @@ -18813,7 +19335,7 @@

    Declaration

    @@ -18850,7 +19372,7 @@

    Declaration

    @@ -18886,7 +19408,7 @@

    Declaration

    @@ -18922,7 +19444,7 @@

    Declaration

    @@ -18978,7 +19500,7 @@

    Declaration

    @@ -19015,7 +19537,7 @@

    Declaration

    @@ -19051,7 +19573,7 @@

    Declaration

    @@ -19087,7 +19609,7 @@

    Declaration

    @@ -19123,7 +19645,7 @@

    Declaration

    @@ -19159,7 +19681,7 @@

    Declaration

    @@ -19195,7 +19717,7 @@

    Declaration

    @@ -19231,7 +19753,7 @@

    Declaration

    @@ -19267,7 +19789,7 @@

    Declaration

    @@ -19303,7 +19825,7 @@

    Declaration

    @@ -19339,7 +19861,7 @@

    Declaration

    @@ -19376,7 +19898,7 @@

    Declaration

    @@ -19412,7 +19934,7 @@

    Declaration

    @@ -19448,7 +19970,7 @@

    Declaration

    @@ -19484,7 +20006,7 @@

    Declaration

    @@ -19520,7 +20042,7 @@

    Declaration

    @@ -19651,7 +20173,7 @@

    Declaration

    @@ -19687,7 +20209,7 @@

    Declaration

    @@ -19723,7 +20245,7 @@

    Declaration

    @@ -19759,7 +20281,7 @@

    Declaration

    @@ -19795,7 +20317,7 @@

    Declaration

    @@ -19831,7 +20353,7 @@

    Declaration

    @@ -19867,7 +20389,7 @@

    Declaration

    @@ -19903,7 +20425,7 @@

    Declaration

    @@ -19959,7 +20481,7 @@

    Declaration

    @@ -19995,7 +20517,7 @@

    Declaration

    @@ -20031,7 +20553,7 @@

    Declaration

    @@ -20067,7 +20589,7 @@

    Declaration

    @@ -20103,7 +20625,7 @@

    Declaration

    @@ -20139,7 +20661,7 @@

    Declaration

    @@ -20175,7 +20697,7 @@

    Declaration

    @@ -20211,7 +20733,7 @@

    Declaration

    @@ -20247,7 +20769,7 @@

    Declaration

    @@ -20284,7 +20806,7 @@

    Declaration

    @@ -20321,7 +20843,7 @@

    Declaration

    @@ -20357,7 +20879,7 @@

    Declaration

    @@ -20393,7 +20915,7 @@

    Declaration

    @@ -20429,7 +20951,7 @@

    Declaration

    @@ -20485,7 +21007,7 @@

    Declaration

    @@ -20708,7 +21230,7 @@

    Declaration

    @@ -20744,7 +21266,7 @@

    Declaration

    @@ -20780,7 +21302,7 @@

    Declaration

    @@ -20816,7 +21338,7 @@

    Declaration

    @@ -20852,7 +21374,7 @@

    Declaration

    @@ -21115,7 +21637,7 @@

    Declaration

    @@ -21151,7 +21673,7 @@

    Declaration

    @@ -21187,7 +21709,7 @@

    Declaration

    @@ -21223,7 +21745,7 @@

    Declaration

    @@ -21260,7 +21782,7 @@

    Declaration

    @@ -21299,7 +21821,7 @@

    Declaration

    @@ -21335,7 +21857,7 @@

    Declaration

    @@ -21372,7 +21894,7 @@

    Declaration

    @@ -21408,7 +21930,7 @@

    Declaration

    @@ -21444,7 +21966,7 @@

    Declaration

    @@ -21480,7 +22002,7 @@

    Declaration

    @@ -21516,7 +22038,7 @@

    Declaration

    @@ -21552,7 +22074,7 @@

    Declaration

    @@ -21700,7 +22222,7 @@

    Declaration

    @@ -21737,7 +22259,7 @@

    Declaration

    @@ -21773,7 +22295,7 @@

    Declaration

    @@ -21809,7 +22331,7 @@

    Declaration

    @@ -21846,7 +22368,7 @@

    Declaration

    @@ -21886,7 +22408,7 @@

    Declaration

    @@ -21926,7 +22448,7 @@

    Declaration

    @@ -21962,7 +22484,7 @@

    Declaration

    @@ -22000,7 +22522,7 @@

    Declaration

    @@ -22036,7 +22558,7 @@

    Declaration

    @@ -22072,7 +22594,7 @@

    Declaration

    @@ -22108,7 +22630,7 @@

    Declaration

    @@ -22144,7 +22666,7 @@

    Declaration

    @@ -22180,7 +22702,7 @@

    Declaration

    @@ -22216,7 +22738,7 @@

    Declaration

    @@ -22252,7 +22774,7 @@

    Declaration

    @@ -22288,7 +22810,7 @@

    Declaration

    @@ -22324,7 +22846,7 @@

    Declaration

    @@ -22360,7 +22882,7 @@

    Declaration

    @@ -22396,7 +22918,7 @@

    Declaration

    @@ -22432,7 +22954,7 @@

    Declaration

    @@ -22468,7 +22990,7 @@

    Declaration

    @@ -22504,7 +23026,7 @@

    Declaration

    @@ -22540,7 +23062,7 @@

    Declaration

    @@ -22576,7 +23098,7 @@

    Declaration

    @@ -22612,7 +23134,7 @@

    Declaration

    @@ -22787,7 +23309,7 @@

    Declaration

    @@ -22823,7 +23345,7 @@

    Declaration

    @@ -22859,7 +23381,7 @@

    Declaration

    @@ -22895,7 +23417,7 @@

    Declaration

    @@ -22931,7 +23453,7 @@

    Declaration

    @@ -22967,7 +23489,7 @@

    Declaration

    @@ -23003,7 +23525,7 @@

    Declaration

    @@ -23039,7 +23561,7 @@

    Declaration

    @@ -23075,7 +23597,7 @@

    Declaration

    @@ -23111,7 +23633,7 @@

    Declaration

    @@ -23147,7 +23669,7 @@

    Declaration

    @@ -23183,7 +23705,7 @@

    Declaration

    @@ -23219,7 +23741,7 @@

    Declaration

    @@ -23255,7 +23777,7 @@

    Declaration

    @@ -23292,7 +23814,7 @@

    Declaration

    @@ -23328,7 +23850,7 @@

    Declaration

    @@ -23364,7 +23886,7 @@

    Declaration

    @@ -23401,7 +23923,7 @@

    Declaration

    @@ -23437,7 +23959,7 @@

    Declaration

    @@ -23473,7 +23995,7 @@

    Declaration

    @@ -23509,7 +24031,7 @@

    Declaration

    @@ -23545,7 +24067,7 @@

    Declaration

    @@ -23581,7 +24103,7 @@

    Declaration

    @@ -23617,7 +24139,7 @@

    Declaration

    @@ -23653,7 +24175,7 @@

    Declaration

    @@ -23689,7 +24211,7 @@

    Declaration

    @@ -23725,7 +24247,7 @@

    Declaration

    @@ -23761,7 +24283,7 @@

    Declaration

    @@ -23771,7 +24293,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CLRColor.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CLRColor.html index 275b86f9..3c662502 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CLRColor.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CLRColor.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5038,7 +5038,7 @@

    CLRColor

    Swift

    -
    class CLRColor : NSObject, NSMutableCopying
    +
    class CLRColor
    @@ -5046,7 +5046,7 @@

    CLRColor

    colors

    @@ -5082,7 +5082,7 @@

    Declaration

    @@ -5117,7 +5117,7 @@

    Declaration

    @@ -5152,7 +5152,7 @@

    Declaration

    @@ -5187,7 +5187,7 @@

    Declaration

    @@ -5226,7 +5226,7 @@

    Return Value

    color

    @@ -5265,7 +5265,7 @@

    Return Value

    color

    @@ -5304,7 +5304,7 @@

    Return Value

    color

    @@ -5343,7 +5343,7 @@

    Return Value

    color

    @@ -5382,7 +5382,7 @@

    Return Value

    color

    @@ -5421,7 +5421,7 @@

    Return Value

    color

    @@ -5460,7 +5460,7 @@

    Return Value

    color

    @@ -5499,7 +5499,7 @@

    Return Value

    color

    @@ -5538,7 +5538,7 @@

    Return Value

    color

    @@ -5577,7 +5577,7 @@

    Return Value

    color

    @@ -5616,7 +5616,7 @@

    Return Value

    color

    @@ -5655,7 +5655,7 @@

    Return Value

    color

    @@ -5694,7 +5694,7 @@

    Return Value

    color

    @@ -5733,7 +5733,7 @@

    Return Value

    color

    @@ -5772,7 +5772,7 @@

    Return Value

    color

    @@ -5811,7 +5811,7 @@

    Return Value

    color

    @@ -5865,7 +5865,7 @@

    Return Value

    color

    @@ -5931,7 +5931,7 @@

    Return Value

    color

    @@ -5997,7 +5997,7 @@

    Return Value

    color

    @@ -6076,7 +6076,7 @@

    Return Value

    color

    @@ -6168,7 +6168,7 @@

    Return Value

    color

    @@ -6260,7 +6260,7 @@

    Return Value

    color

    @@ -6337,7 +6337,7 @@

    Return Value

    color

    @@ -6429,7 +6429,7 @@

    Return Value

    color

    @@ -6521,7 +6521,7 @@

    Return Value

    color

    @@ -6600,7 +6600,7 @@

    Return Value

    color

    @@ -6692,7 +6692,7 @@

    Return Value

    color

    @@ -6772,7 +6772,7 @@

    Return Value

    color

    @@ -6864,7 +6864,7 @@

    Return Value

    color

    @@ -6917,7 +6917,7 @@

    Return Value

    color

    @@ -6970,7 +6970,7 @@

    Return Value

    color

    @@ -7009,7 +7009,7 @@

    Return Value

    new color

    @@ -7039,7 +7039,7 @@

    Declaration

    Swift

    -
    init!(hex color: String!)
    +
    init!(hex color: Any!)
    @@ -7068,7 +7068,7 @@

    Return Value

    new color

    @@ -7098,7 +7098,7 @@

    Declaration

    Swift

    -
    init!(hex color: String!, andOpacity opacity: Float)
    +
    init!(hex color: Any!, andOpacity opacity: Float)
    @@ -7139,7 +7139,7 @@

    Return Value

    new color

    @@ -7169,7 +7169,7 @@

    Declaration

    Swift

    -
    init!(hex color: String!, andAlpha alpha: Int32)
    +
    init!(hex color: Any!, andAlpha alpha: Int32)
    @@ -7210,7 +7210,7 @@

    Return Value

    new color

    @@ -7242,7 +7242,7 @@

    Declaration

    Swift

    -
    init!(hexRed red: String!, andGreen green: String!, andBlue blue: String!)
    +
    init!(hexRed red: Any!, andGreen green: Any!, andBlue blue: Any!)
    @@ -7294,7 +7294,7 @@

    Return Value

    new color

    @@ -7327,7 +7327,7 @@

    Declaration

    Swift

    -
    init!(hexRed red: String!, andGreen green: String!, andBlue blue: String!, andAlpha alpha: String!)
    +
    init!(hexRed red: Any!, andGreen green: Any!, andBlue blue: Any!, andAlpha alpha: Any!)
    @@ -7391,7 +7391,7 @@

    Return Value

    new color

    @@ -7424,7 +7424,7 @@

    Declaration

    Swift

    -
    init!(hexRed red: String!, andGreen green: String!, andBlue blue: String!, andOpacity opacity: Float)
    +
    init!(hexRed red: Any!, andGreen green: Any!, andBlue blue: Any!, andOpacity opacity: Float)
    @@ -7488,7 +7488,7 @@

    Return Value

    new color

    @@ -7570,7 +7570,7 @@

    Return Value

    new color

    @@ -7667,7 +7667,7 @@

    Return Value

    new color

    @@ -7764,7 +7764,7 @@

    Return Value

    new color

    @@ -7848,7 +7848,7 @@

    Return Value

    new color

    @@ -7945,7 +7945,7 @@

    Return Value

    new color

    @@ -8030,7 +8030,7 @@

    Return Value

    new color

    @@ -8127,7 +8127,7 @@

    Return Value

    new color

    @@ -8185,7 +8185,7 @@

    Return Value

    new color

    @@ -8243,7 +8243,7 @@

    Return Value

    new color

    @@ -8301,7 +8301,7 @@

    Return Value

    new color

    @@ -8331,7 +8331,7 @@

    Declaration

    Swift

    -
    func setColorWithHex(_ color: String!)
    +
    func setColorWithHex(_ color: Any!)
    @@ -8356,7 +8356,7 @@

    Parameters

    @@ -8386,7 +8386,7 @@

    Declaration

    Swift

    -
    func setColorWithHex(_ color: String!, andOpacity opacity: Float)
    +
    func setColorWithHex(_ color: Any!, andOpacity opacity: Float)
    @@ -8423,7 +8423,7 @@

    Parameters

    @@ -8453,7 +8453,7 @@

    Declaration

    Swift

    -
    func setColorWithHex(_ color: String!, andAlpha alpha: Int32)
    +
    func setColorWithHex(_ color: Any!, andAlpha alpha: Int32)
    @@ -8490,7 +8490,7 @@

    Parameters

    @@ -8522,7 +8522,7 @@

    Declaration

    Swift

    -
    func setColorWithHexRed(_ red: String!, andGreen green: String!, andBlue blue: String!)
    +
    func setColorWithHexRed(_ red: Any!, andGreen green: Any!, andBlue blue: Any!)
    @@ -8570,7 +8570,7 @@

    Parameters

    @@ -8603,7 +8603,7 @@

    Declaration

    Swift

    -
    func setColorWithHexRed(_ red: String!, andGreen green: String!, andBlue blue: String!, andAlpha alpha: String!)
    +
    func setColorWithHexRed(_ red: Any!, andGreen green: Any!, andBlue blue: Any!, andAlpha alpha: Any!)
    @@ -8663,7 +8663,7 @@

    Parameters

    @@ -8696,7 +8696,7 @@

    Declaration

    Swift

    -
    func setColorWithHexRed(_ red: String!, andGreen green: String!, andBlue blue: String!, andOpacity opacity: Float)
    +
    func setColorWithHexRed(_ red: Any!, andGreen green: Any!, andBlue blue: Any!, andOpacity opacity: Float)
    @@ -8756,7 +8756,7 @@

    Parameters

    @@ -8834,7 +8834,7 @@

    Parameters

    @@ -8927,7 +8927,7 @@

    Parameters

    @@ -9020,7 +9020,7 @@

    Parameters

    @@ -9100,7 +9100,7 @@

    Parameters

    @@ -9193,7 +9193,7 @@

    Parameters

    @@ -9273,7 +9273,7 @@

    Parameters

    @@ -9366,7 +9366,7 @@

    Parameters

    @@ -9420,7 +9420,7 @@

    Parameters

    @@ -9474,7 +9474,7 @@

    Parameters

    @@ -9504,7 +9504,7 @@

    Declaration

    Swift

    -
    func setRedHex(_ red: String!)
    +
    func setRedHex(_ red: Any!)
    @@ -9528,7 +9528,7 @@

    Parameters

    @@ -9558,7 +9558,7 @@

    Declaration

    Swift

    -
    func setGreenHex(_ green: String!)
    +
    func setGreenHex(_ green: Any!)
    @@ -9582,7 +9582,7 @@

    Parameters

    @@ -9612,7 +9612,7 @@

    Declaration

    Swift

    -
    func setBlueHex(_ blue: String!)
    +
    func setBlueHex(_ blue: Any!)
    @@ -9636,7 +9636,7 @@

    Parameters

    @@ -9666,7 +9666,7 @@

    Declaration

    Swift

    -
    func setAlphaHex(_ alpha: String!)
    +
    func setAlphaHex(_ alpha: Any!)
    @@ -9690,7 +9690,7 @@

    Parameters

    @@ -9744,7 +9744,7 @@

    Parameters

    @@ -9798,7 +9798,7 @@

    Parameters

    @@ -9852,7 +9852,7 @@

    Parameters

    @@ -9906,7 +9906,7 @@

    Parameters

    @@ -9960,7 +9960,7 @@

    Parameters

    @@ -9990,7 +9990,7 @@

    Declaration

    Swift

    -
    func isOpaque() -> Bool
    +
    func isOpaque() -> Any!
    @@ -9999,7 +9999,7 @@

    Return Value

    true if opaque

    @@ -10038,7 +10038,7 @@

    Return Value

    color

    @@ -10068,7 +10068,7 @@

    Declaration

    Swift

    -
    func colorHex() -> String!
    +
    func colorHex() -> Any!
    @@ -10077,7 +10077,7 @@

    Return Value

    hex color in the format #RRGGBB

    @@ -10107,7 +10107,7 @@

    Declaration

    Swift

    -
    func colorHexWithAlpha() -> String!
    +
    func colorHexWithAlpha() -> Any!
    @@ -10116,7 +10116,7 @@

    Return Value

    hex color in the format #AARRGGBB

    @@ -10146,7 +10146,7 @@

    Declaration

    Swift

    -
    func colorHexShorthand() -> String!
    +
    func colorHexShorthand() -> Any!
    @@ -10155,7 +10155,7 @@

    Return Value

    hex color in the format #RGB or #RRGGBB

    @@ -10185,7 +10185,7 @@

    Declaration

    Swift

    -
    func colorHexShorthandWithAlpha() -> String!
    +
    func colorHexShorthandWithAlpha() -> Any!
    @@ -10194,7 +10194,7 @@

    Return Value

    hex color in the format #ARGB or #AARRGGBB

    @@ -10233,7 +10233,7 @@

    Return Value

    integer color

    @@ -10272,7 +10272,7 @@

    Return Value

    unsigned integer color

    @@ -10311,7 +10311,7 @@

    Return Value

    integer color

    @@ -10350,7 +10350,7 @@

    Return Value

    unsigned integer color

    @@ -10380,7 +10380,7 @@

    Declaration

    Swift

    -
    func redHex() -> String!
    +
    func redHex() -> Any!
    @@ -10389,7 +10389,7 @@

    Return Value

    red hex color in format RR

    @@ -10419,7 +10419,7 @@

    Declaration

    Swift

    -
    func greenHex() -> String!
    +
    func greenHex() -> Any!
    @@ -10428,7 +10428,7 @@

    Return Value

    green hex color in format GG

    @@ -10458,7 +10458,7 @@

    Declaration

    Swift

    -
    func blueHex() -> String!
    +
    func blueHex() -> Any!
    @@ -10467,7 +10467,7 @@

    Return Value

    blue hex color in format BB

    @@ -10497,7 +10497,7 @@

    Declaration

    Swift

    -
    func alphaHex() -> String!
    +
    func alphaHex() -> Any!
    @@ -10506,7 +10506,7 @@

    Return Value

    alpha hex color in format AA

    @@ -10536,7 +10536,7 @@

    Declaration

    Swift

    -
    func redHexShorthand() -> String!
    +
    func redHexShorthand() -> Any!
    @@ -10545,7 +10545,7 @@

    Return Value

    red hex color in format R or RR

    @@ -10575,7 +10575,7 @@

    Declaration

    Swift

    -
    func greenHexShorthand() -> String!
    +
    func greenHexShorthand() -> Any!
    @@ -10584,7 +10584,7 @@

    Return Value

    green hex color in format G or GG

    @@ -10614,7 +10614,7 @@

    Declaration

    Swift

    -
    func blueHexShorthand() -> String!
    +
    func blueHexShorthand() -> Any!
    @@ -10623,7 +10623,7 @@

    Return Value

    blue hex color in format B or BB

    @@ -10653,7 +10653,7 @@

    Declaration

    Swift

    -
    func alphaHexShorthand() -> String!
    +
    func alphaHexShorthand() -> Any!
    @@ -10662,7 +10662,7 @@

    Return Value

    alpha hex color in format A or AA

    @@ -10701,7 +10701,7 @@

    Return Value

    red integer color inclusively between 0 and 255

    @@ -10740,7 +10740,7 @@

    Return Value

    green integer color inclusively between 0 and 255

    @@ -10779,7 +10779,7 @@

    Return Value

    blue integer color inclusively between 0 and 255

    @@ -10818,7 +10818,7 @@

    Return Value

    alpha integer color inclusively between 0 and 255

    @@ -10857,7 +10857,7 @@

    Return Value

    alpha float color inclusively between 0.0 and 1.0

    @@ -10896,7 +10896,7 @@

    Return Value

    HSL array where: 0 = hue, 1 = saturation, 2 = lightness

    @@ -10935,7 +10935,7 @@

    Return Value

    hue value

    @@ -10974,7 +10974,7 @@

    Return Value

    saturation value

    @@ -11013,7 +11013,7 @@

    Return Value

    lightness value

    @@ -11023,7 +11023,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSAbridgedCoordinateTransformation.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSAbridgedCoordinateTransformation.html index b6f341a2..77a86f0f 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSAbridgedCoordinateTransformation.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSAbridgedCoordinateTransformation.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,6 +5045,9 @@

    CRSAbridgedCoordinateTransformation

    Abridged Coordinate Transformation

    +
    @@ -5078,6 +5081,9 @@

    Declaration

    +
  • @@ -5110,6 +5116,9 @@

    Declaration

    + @@ -5142,6 +5151,9 @@

    Declaration

    + @@ -5174,6 +5186,9 @@

    Declaration

    + @@ -5206,6 +5221,9 @@

    Declaration

    + @@ -5238,6 +5256,9 @@

    Declaration

    + @@ -5274,6 +5295,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5310,6 +5334,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5378,6 +5405,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5386,7 +5416,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSAxis.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSAxis.html index 2a598260..dcbf13da 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSAxis.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSAxis.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSAxis

    Axis

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5109,6 +5115,9 @@

    Declaration

    + @@ -5141,6 +5150,9 @@

    Declaration

    + @@ -5173,6 +5185,9 @@

    Declaration

    + @@ -5205,6 +5220,9 @@

    Declaration

    + @@ -5237,6 +5255,9 @@

    Declaration

    + @@ -5269,6 +5290,9 @@

    Declaration

    + @@ -5301,6 +5325,9 @@

    Declaration

    + @@ -5333,6 +5360,9 @@

    Declaration

    + @@ -5365,6 +5395,9 @@

    Declaration

    + @@ -5397,6 +5430,9 @@

    Declaration

    + @@ -5433,6 +5469,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5469,6 +5508,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5537,6 +5579,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5573,6 +5618,9 @@

    Declaration

    Return Value

    true if has name

    + @@ -5609,6 +5657,9 @@

    Declaration

    Return Value

    true if has abbreviation

    + @@ -5645,6 +5696,9 @@

    Declaration

    Return Value

    true if has meridian

    + @@ -5681,6 +5735,9 @@

    Declaration

    Return Value

    true if has bearing

    + @@ -5717,6 +5774,9 @@

    Declaration

    Return Value

    true if has order

    + @@ -5753,6 +5813,9 @@

    Declaration

    Return Value

    true if has unit

    + @@ -5761,7 +5824,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSAxisDirectionTypes.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSAxisDirectionTypes.html index 5be850fa..f13202af 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSAxisDirectionTypes.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSAxisDirectionTypes.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSAxisDirectionTypes

    Axis Direction Type

    +
    @@ -5100,6 +5103,9 @@

    Parameters

    Return Value

    type name

    +
    @@ -5155,6 +5161,9 @@

    Parameters

    Return Value

    type

    + @@ -5163,7 +5172,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSBoundCoordinateReferenceSystem.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSBoundCoordinateReferenceSystem.html index b5bca6cb..9ae61d69 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSBoundCoordinateReferenceSystem.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSBoundCoordinateReferenceSystem.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSBoundCoordinateReferenceSystem

    Bound Coordinate Reference System

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5109,6 +5115,9 @@

    Declaration

    + @@ -5141,6 +5150,9 @@

    Declaration

    + @@ -5177,6 +5189,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5213,6 +5228,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5295,6 +5313,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5303,7 +5324,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSCategoryTypes.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSCategoryTypes.html index 40472c3f..bdf202f5 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSCategoryTypes.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSCategoryTypes.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSCategoryTypes

    Category Type

    +
    @@ -5100,6 +5103,9 @@

    Parameters

    Return Value

    type name

    +
    @@ -5155,6 +5161,9 @@

    Parameters

    Return Value

    type

    + @@ -5163,7 +5172,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSCommon.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSCommon.html index 96d2eb15..ca67cf62 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSCommon.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSCommon.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSCommon

    Common coordinate reference system and coordinate operations object

    +
    @@ -5072,6 +5075,9 @@

    Declaration

    + @@ -5099,6 +5105,9 @@

    Declaration

    + @@ -5126,6 +5135,9 @@

    Declaration

    + @@ -5153,6 +5165,9 @@

    Declaration

    + @@ -5189,6 +5204,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5244,6 +5262,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5311,6 +5332,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5319,7 +5343,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSCompoundCoordinateReferenceSystem.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSCompoundCoordinateReferenceSystem.html index dfbbddf8..235a6f64 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSCompoundCoordinateReferenceSystem.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSCompoundCoordinateReferenceSystem.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSCompoundCoordinateReferenceSystem

    Compound Coordinate Reference System

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5113,6 +5119,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5149,6 +5158,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5216,6 +5228,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5252,6 +5267,9 @@

    Declaration

    Return Value

    coordinate reference systems count

    + @@ -5308,6 +5326,9 @@

    Parameters

    Return Value

    coordinate reference system

    + @@ -5359,6 +5380,9 @@

    Parameters

    + @@ -5411,6 +5435,9 @@

    Parameters

    + @@ -5419,7 +5446,7 @@

    Parameters

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSConcatenatedOperation.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSConcatenatedOperation.html index 33512a71..4bdeb79a 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSConcatenatedOperation.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSConcatenatedOperation.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSConcatenatedOperation

    Concatenated Operation

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5109,6 +5115,9 @@

    Declaration

    + @@ -5145,6 +5154,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5181,6 +5193,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5262,6 +5277,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5298,6 +5316,9 @@

    Declaration

    Return Value

    operations count

    + @@ -5353,6 +5374,9 @@

    Parameters

    Return Value

    operation

    + @@ -5404,6 +5428,9 @@

    Parameters

    + @@ -5455,6 +5482,9 @@

    Parameters

    + @@ -5463,7 +5493,7 @@

    Parameters

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSCoordinateMetadata.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSCoordinateMetadata.html index 05a60534..7a61e2fb 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSCoordinateMetadata.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSCoordinateMetadata.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSCoordinateMetadata

    Coordinate metadata

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5109,6 +5115,9 @@

    Declaration

    + @@ -5141,6 +5150,9 @@

    Declaration

    + @@ -5177,6 +5189,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5213,6 +5228,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5269,6 +5287,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5338,6 +5359,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5407,6 +5431,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5443,6 +5470,9 @@

    Declaration

    Return Value

    true if has coordinate epoch

    + @@ -5451,7 +5481,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSCoordinateOperation.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSCoordinateOperation.html index 60424c3d..e6f5cb0b 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSCoordinateOperation.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSCoordinateOperation.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSCoordinateOperation

    Coordinate Operation

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5109,6 +5115,9 @@

    Declaration

    + @@ -5145,6 +5154,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5181,6 +5193,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5275,6 +5290,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5311,6 +5329,9 @@

    Declaration

    Return Value

    true if has interpolation crs

    + @@ -5319,7 +5340,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSCoordinateReferenceSystem.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSCoordinateReferenceSystem.html index 5aefa274..e9859a19 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSCoordinateReferenceSystem.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSCoordinateReferenceSystem.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSCoordinateReferenceSystem

    Coordinate Reference System

    +
    @@ -5081,6 +5084,9 @@

    Declaration

    Return Value

    new instance

    +
    @@ -5136,6 +5142,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5203,6 +5212,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5211,7 +5223,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSCoordinateSystem.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSCoordinateSystem.html index 8882563f..310163ef 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSCoordinateSystem.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSCoordinateSystem.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSCoordinateSystem

    Coordinate System

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5109,6 +5115,9 @@

    Declaration

    + @@ -5141,6 +5150,9 @@

    Declaration

    + @@ -5173,6 +5185,9 @@

    Declaration

    + @@ -5205,6 +5220,9 @@

    Declaration

    + @@ -5241,6 +5259,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5277,6 +5298,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5358,6 +5382,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5439,6 +5466,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5475,6 +5505,9 @@

    Declaration

    Return Value

    axes count

    + @@ -5530,6 +5563,9 @@

    Parameters

    Return Value

    axis

    + @@ -5581,6 +5617,9 @@

    Parameters

    + @@ -5632,6 +5671,9 @@

    Parameters

    + @@ -5668,6 +5710,9 @@

    Declaration

    Return Value

    true if has unit

    + @@ -5704,6 +5749,9 @@

    Declaration

    Return Value

    unit

    + @@ -5712,7 +5760,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSCoordinateSystemTypes.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSCoordinateSystemTypes.html index e9f3e7f6..55be9ae0 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSCoordinateSystemTypes.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSCoordinateSystemTypes.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSCoordinateSystemTypes

    Coordinate System Type

    +
    @@ -5100,6 +5103,9 @@

    Parameters

    Return Value

    type name

    +
    @@ -5155,6 +5161,9 @@

    Parameters

    Return Value

    type

    + @@ -5163,7 +5172,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSDateTime.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSDateTime.html index 634b3a5c..199b9200 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSDateTime.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSDateTime.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSDateTime

    Date and time

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5109,6 +5115,9 @@

    Declaration

    + @@ -5141,6 +5150,9 @@

    Declaration

    + @@ -5173,6 +5185,9 @@

    Declaration

    + @@ -5205,6 +5220,9 @@

    Declaration

    + @@ -5237,6 +5255,9 @@

    Declaration

    + @@ -5269,6 +5290,9 @@

    Declaration

    + @@ -5301,6 +5325,9 @@

    Declaration

    + @@ -5333,6 +5360,9 @@

    Declaration

    + @@ -5365,6 +5395,9 @@

    Declaration

    + @@ -5420,6 +5453,9 @@

    Parameters

    Return Value

    date time

    + @@ -5475,6 +5511,9 @@

    Parameters

    Return Value

    date time or null

    + @@ -5511,6 +5550,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5547,6 +5589,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5602,6 +5647,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5638,6 +5686,9 @@

    Declaration

    Return Value

    true if ordinal day

    + @@ -5674,6 +5725,9 @@

    Declaration

    Return Value

    true if has time

    + @@ -5710,6 +5764,9 @@

    Declaration

    Return Value

    true if has month

    + @@ -5746,6 +5803,9 @@

    Declaration

    Return Value

    true if has day

    + @@ -5782,6 +5842,9 @@

    Declaration

    Return Value

    true if has hour

    + @@ -5818,6 +5881,9 @@

    Declaration

    Return Value

    true if has minute

    + @@ -5854,6 +5920,9 @@

    Declaration

    Return Value

    true if has second

    + @@ -5890,6 +5959,9 @@

    Declaration

    Return Value

    true if has fraction

    + @@ -5926,6 +5998,9 @@

    Declaration

    Return Value

    true if has time zone hour

    + @@ -5962,6 +6037,9 @@

    Declaration

    Return Value

    true if has time zone minute

    + @@ -5998,6 +6076,9 @@

    Declaration

    Return Value

    true if UTC

    + @@ -6030,6 +6111,9 @@

    Declaration

    + @@ -6038,7 +6122,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSDatumEnsemble.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSDatumEnsemble.html index 71114113..b2c083c1 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSDatumEnsemble.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSDatumEnsemble.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSDatumEnsemble

    Datum Ensemble

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5109,6 +5115,9 @@

    Declaration

    + @@ -5141,6 +5150,9 @@

    Declaration

    + @@ -5173,6 +5185,9 @@

    Declaration

    + @@ -5205,6 +5220,9 @@

    Declaration

    + @@ -5241,6 +5259,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5322,6 +5343,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5403,6 +5427,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5484,6 +5511,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5565,6 +5595,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5601,6 +5634,9 @@

    Declaration

    Return Value

    members count

    + @@ -5656,6 +5692,9 @@

    Parameters

    Return Value

    member

    + @@ -5707,6 +5746,9 @@

    Parameters

    + @@ -5758,6 +5800,9 @@

    Parameters

    + @@ -5766,7 +5811,7 @@

    Parameters

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSDatumEnsembleMember.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSDatumEnsembleMember.html index e921cebb..a3191568 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSDatumEnsembleMember.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSDatumEnsembleMember.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSDatumEnsembleMember

    Datum Ensemble Member

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5109,6 +5115,9 @@

    Declaration

    + @@ -5145,6 +5154,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5181,6 +5193,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5236,6 +5251,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5244,7 +5262,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSDerivedCoordinateReferenceSystem.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSDerivedCoordinateReferenceSystem.html index 1e7f0196..c56975cc 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSDerivedCoordinateReferenceSystem.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSDerivedCoordinateReferenceSystem.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,6 +5045,9 @@

    CRSDerivedCoordinateReferenceSystem

    Derived Coordinate Reference System

    +
    @@ -5078,6 +5081,9 @@

    Declaration

    + @@ -5110,6 +5116,9 @@

    Declaration

    + @@ -5146,6 +5155,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5182,6 +5194,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5276,6 +5291,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5312,6 +5330,9 @@

    Declaration

    Return Value

    base name

    + @@ -5348,6 +5369,9 @@

    Declaration

    Return Value

    base type

    + @@ -5384,6 +5408,9 @@

    Declaration

    Return Value

    base identifiers

    + @@ -5420,6 +5447,9 @@

    Declaration

    Return Value

    true if has base identifiers

    + @@ -5428,7 +5458,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSDerivingConversion.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSDerivingConversion.html index 942b96c9..c112a6a3 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSDerivingConversion.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSDerivingConversion.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSDerivingConversion

    Deriving Conversion

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5109,6 +5115,9 @@

    Declaration

    + @@ -5141,6 +5150,9 @@

    Declaration

    + @@ -5177,6 +5189,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5213,6 +5228,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5281,6 +5299,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5289,7 +5310,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSDynamic.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSDynamic.html index dc3538c9..cd931a5a 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSDynamic.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSDynamic.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSDynamic

    Dynamic Coordinate Reference System

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5109,6 +5115,9 @@

    Declaration

    + @@ -5141,6 +5150,9 @@

    Declaration

    + @@ -5173,6 +5185,9 @@

    Declaration

    + @@ -5209,6 +5224,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5245,6 +5263,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5300,6 +5321,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5355,6 +5379,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5391,6 +5418,9 @@

    Declaration

    Return Value

    true if has deformation model name

    + @@ -5399,7 +5429,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSEllipsoid.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSEllipsoid.html index 3465aab7..461ed249 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSEllipsoid.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSEllipsoid.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSEllipsoid

    Ellipsoid

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5109,6 +5115,9 @@

    Declaration

    + @@ -5141,6 +5150,9 @@

    Declaration

    + @@ -5173,6 +5185,9 @@

    Declaration

    + @@ -5205,6 +5220,9 @@

    Declaration

    + @@ -5237,6 +5255,9 @@

    Declaration

    + @@ -5269,6 +5290,9 @@

    Declaration

    + @@ -5305,6 +5329,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5341,6 +5368,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5422,6 +5452,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5503,6 +5536,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5539,6 +5575,9 @@

    Declaration

    Return Value

    ellipsoid type

    + @@ -5575,6 +5614,9 @@

    Declaration

    Return Value

    true if has unit (length)

    + @@ -5611,6 +5653,9 @@

    Declaration

    Return Value

    pole radius

    + @@ -5647,6 +5692,9 @@

    Declaration

    Return Value

    pole radius

    + @@ -5655,7 +5703,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSEllipsoidTypes.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSEllipsoidTypes.html index 9335a48c..81fd66e8 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSEllipsoidTypes.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSEllipsoidTypes.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSEllipsoidTypes

    Ellipsoid Type

    +
    @@ -5100,6 +5103,9 @@

    Parameters

    Return Value

    type name

    +
    @@ -5155,6 +5161,9 @@

    Parameters

    Return Value

    type

    + @@ -5163,7 +5172,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSEllipsoids.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSEllipsoids.html index 1d0fd6c7..ee259a97 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSEllipsoids.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSEllipsoids.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSEllipsoids

    Ellipsoids

    +
    @@ -5100,6 +5103,9 @@

    Parameters

    Return Value

    ellipsoid

    +
    @@ -5155,6 +5161,9 @@

    Parameters

    Return Value

    ellipsoid or nil

    + @@ -5191,6 +5200,9 @@

    Declaration

    Return Value

    type

    + @@ -5227,6 +5239,9 @@

    Declaration

    Return Value

    name

    + @@ -5263,6 +5278,9 @@

    Declaration

    Return Value

    names

    + @@ -5299,6 +5317,9 @@

    Declaration

    Return Value

    short name

    + @@ -5335,6 +5356,9 @@

    Declaration

    Return Value

    equator radius

    + @@ -5371,6 +5395,9 @@

    Declaration

    Return Value

    reciprocal flattening

    + @@ -5407,6 +5434,9 @@

    Declaration

    Return Value

    a

    + @@ -5443,6 +5473,9 @@

    Declaration

    Return Value

    b

    + @@ -5479,6 +5512,9 @@

    Declaration

    Return Value

    eccentricity squared

    + @@ -5487,7 +5523,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSEngineeringCoordinateReferenceSystem.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSEngineeringCoordinateReferenceSystem.html index 22a3aece..745c98a9 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSEngineeringCoordinateReferenceSystem.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSEngineeringCoordinateReferenceSystem.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,6 +5045,9 @@

    CRSEngineeringCoordinateReferenceSystem

    Engineering Coordinate Reference System

    +
    @@ -5078,6 +5081,9 @@

    Declaration

    + @@ -5114,6 +5120,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5150,6 +5159,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5231,6 +5243,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5239,7 +5254,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSEngineeringDatum.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSEngineeringDatum.html index 9fdf964b..21a5fc18 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSEngineeringDatum.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSEngineeringDatum.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSEngineeringDatum

    Engineering Datum

    +
    @@ -5081,6 +5084,9 @@

    Declaration

    Return Value

    new instance

    +
    @@ -5117,6 +5123,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5172,6 +5181,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5180,7 +5192,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSExtent.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSExtent.html index d1f0d926..d12af117 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSExtent.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSExtent.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSExtent

    Extent

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5109,6 +5115,9 @@

    Declaration

    + @@ -5141,6 +5150,9 @@

    Declaration

    + @@ -5173,6 +5185,9 @@

    Declaration

    + @@ -5209,6 +5224,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5245,6 +5263,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5281,6 +5302,9 @@

    Declaration

    Return Value

    true if has area description

    + @@ -5317,6 +5341,9 @@

    Declaration

    Return Value

    true if has geographic bounding box

    + @@ -5353,6 +5380,9 @@

    Declaration

    Return Value

    true if has vertical extent

    + @@ -5389,6 +5419,9 @@

    Declaration

    Return Value

    true if has temporal extent

    + @@ -5397,7 +5430,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSGeoCoordinateReferenceSystem.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSGeoCoordinateReferenceSystem.html index 3289de6b..d8cbcc52 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSGeoCoordinateReferenceSystem.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSGeoCoordinateReferenceSystem.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSGeoCoordinateReferenceSystem

    Geodetic and Geographic Coordinate Reference System

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5109,6 +5115,9 @@

    Declaration

    + @@ -5141,6 +5150,9 @@

    Declaration

    + @@ -5177,6 +5189,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5213,6 +5228,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5268,6 +5286,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5362,6 +5383,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5456,6 +5480,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5563,6 +5590,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5599,6 +5629,9 @@

    Declaration

    Return Value

    true if has reference frame

    + @@ -5635,6 +5668,9 @@

    Declaration

    Return Value

    true if has datum ensemble

    + @@ -5671,6 +5707,9 @@

    Declaration

    Return Value

    true if has dynamic

    + @@ -5707,6 +5746,9 @@

    Declaration

    Return Value

    geo datum

    + @@ -5715,7 +5757,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSGeoDatumEnsemble.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSGeoDatumEnsemble.html index f57bb346..13fc47f3 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSGeoDatumEnsemble.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSGeoDatumEnsemble.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSGeoDatumEnsemble

    Geodetic and Geographic Datum Ensemble

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5109,6 +5115,9 @@

    Declaration

    + @@ -5145,6 +5154,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5181,6 +5193,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5288,6 +5303,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5395,6 +5413,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5403,7 +5424,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSGeoDatums.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSGeoDatums.html index 45f24473..be76754b 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSGeoDatums.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSGeoDatums.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSGeoDatums

    Geo Datums

    +
    @@ -5100,6 +5103,9 @@

    Parameters

    Return Value

    geo datum

    +
    @@ -5155,6 +5161,9 @@

    Parameters

    Return Value

    geo datum or nil

    + @@ -5191,6 +5200,9 @@

    Declaration

    Return Value

    type

    + @@ -5227,6 +5239,9 @@

    Declaration

    Return Value

    code

    + @@ -5263,6 +5278,9 @@

    Declaration

    Return Value

    name

    + @@ -5299,6 +5317,9 @@

    Declaration

    Return Value

    names

    + @@ -5335,6 +5356,9 @@

    Declaration

    Return Value

    transform

    + @@ -5371,6 +5395,9 @@

    Declaration

    Return Value

    ellipsoid

    + @@ -5379,7 +5406,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSGeoReferenceFrame.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSGeoReferenceFrame.html index 6631a6bc..da351072 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSGeoReferenceFrame.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSGeoReferenceFrame.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSGeoReferenceFrame

    Geodetic and Geographic Reference Frame (datum)

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5109,6 +5115,9 @@

    Declaration

    + @@ -5145,6 +5154,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5181,6 +5193,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5236,6 +5251,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5304,6 +5322,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5385,6 +5406,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5393,7 +5417,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSGeographicBoundingBox.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSGeographicBoundingBox.html index f25bb18a..7ad3b236 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSGeographicBoundingBox.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSGeographicBoundingBox.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSGeographicBoundingBox

    Geographic Bounding Box

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5109,6 +5115,9 @@

    Declaration

    + @@ -5141,6 +5150,9 @@

    Declaration

    + @@ -5173,6 +5185,9 @@

    Declaration

    + @@ -5205,6 +5220,9 @@

    Declaration

    + @@ -5237,6 +5255,9 @@

    Declaration

    + @@ -5269,6 +5290,9 @@

    Declaration

    + @@ -5301,6 +5325,9 @@

    Declaration

    + @@ -5337,6 +5364,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5373,6 +5403,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5467,6 +5500,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5561,6 +5597,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5569,7 +5608,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSIdentifier.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSIdentifier.html index 4cdee8da..5a740ce5 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSIdentifier.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSIdentifier.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSIdentifier

    Identifier (Authority)

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5109,6 +5115,9 @@

    Declaration

    + @@ -5141,6 +5150,9 @@

    Declaration

    + @@ -5173,6 +5185,9 @@

    Declaration

    + @@ -5205,6 +5220,9 @@

    Declaration

    + @@ -5241,6 +5259,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5277,6 +5298,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5345,6 +5369,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5381,6 +5408,9 @@

    Declaration

    Return Value

    name and unique identifier

    + @@ -5436,6 +5466,9 @@

    Parameters

    Return Value

    name and unique identifier

    + @@ -5472,6 +5505,9 @@

    Declaration

    Return Value

    true if has version

    + @@ -5508,6 +5544,9 @@

    Declaration

    Return Value

    true if has authority citation

    + @@ -5544,6 +5583,9 @@

    Declaration

    Return Value

    true if has id uri

    + @@ -5552,7 +5594,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSKeyword.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSKeyword.html index 1cde78f4..efd241c0 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSKeyword.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSKeyword.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSKeyword

    Keyword

    +
    @@ -5081,6 +5084,9 @@

    Declaration

    Return Value

    type

    +
    @@ -5117,6 +5123,9 @@

    Declaration

    Return Value

    name

    + @@ -5153,6 +5162,9 @@

    Declaration

    Return Value

    keywords

    + @@ -5208,6 +5220,9 @@

    Parameters

    Return Value

    type object

    + @@ -5263,6 +5278,9 @@

    Parameters

    Return Value

    type

    + @@ -5318,6 +5336,9 @@

    Parameters

    Return Value

    type object

    + @@ -5373,6 +5394,9 @@

    Parameters

    Return Value

    type

    + @@ -5428,6 +5452,9 @@

    Parameters

    Return Value

    type objects

    + @@ -5483,6 +5510,9 @@

    Parameters

    Return Value

    types

    + @@ -5538,6 +5568,9 @@

    Parameters

    Return Value

    type objects

    + @@ -5593,6 +5626,9 @@

    Parameters

    Return Value

    types

    + @@ -5648,6 +5684,9 @@

    Parameters

    Return Value

    type object

    + @@ -5703,6 +5742,9 @@

    Parameters

    Return Value

    type name

    + @@ -5711,7 +5753,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSMapProjection.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSMapProjection.html index 6e8c767f..ad1bad32 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSMapProjection.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSMapProjection.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSMapProjection

    Map Projection

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5109,6 +5115,9 @@

    Declaration

    + @@ -5141,6 +5150,9 @@

    Declaration

    + @@ -5177,6 +5189,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5213,6 +5228,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5281,6 +5299,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5289,7 +5310,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSObject.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSObject.html index 8b97c3a2..d888040e 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSObject.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSObject.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSObject

    Well-known text representation of coordinate reference systems object

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5110,6 +5116,9 @@

    Declaration

    + @@ -5146,6 +5155,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5201,6 +5213,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5237,6 +5252,9 @@

    Declaration

    Return Value

    category type

    + @@ -5274,6 +5292,9 @@

    Declaration

    Return Value

    true if extras

    + @@ -5311,6 +5332,9 @@

    Declaration

    Return Value

    number of extras

    + @@ -5366,6 +5390,9 @@

    Parameters

    Return Value

    extra value or null

    + @@ -5429,6 +5456,9 @@

    Parameters

    + @@ -5480,6 +5510,9 @@

    Parameters

    + @@ -5488,7 +5521,7 @@

    Parameters

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSOperation.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSOperation.html index f1ac769c..62e5d514 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSOperation.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSOperation.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSOperation

    Common Operation

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5109,6 +5115,9 @@

    Declaration

    + @@ -5141,6 +5150,9 @@

    Declaration

    + @@ -5173,6 +5185,9 @@

    Declaration

    + @@ -5228,6 +5243,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5309,6 +5327,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5345,6 +5366,9 @@

    Declaration

    Return Value

    true if has operation version

    + @@ -5381,6 +5405,9 @@

    Declaration

    Return Value

    true if has coordinate operation accuracy

    + @@ -5389,7 +5416,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSOperationMethod.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSOperationMethod.html index 42f47486..7adc5ced 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSOperationMethod.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSOperationMethod.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSOperationMethod

    Operation Method

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5109,6 +5115,9 @@

    Declaration

    + @@ -5141,6 +5150,9 @@

    Declaration

    + @@ -5173,6 +5185,9 @@

    Declaration

    + @@ -5209,6 +5224,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5245,6 +5263,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5300,6 +5321,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5355,6 +5379,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5391,6 +5418,9 @@

    Declaration

    Return Value

    true if has parameters

    + @@ -5427,6 +5457,9 @@

    Declaration

    Return Value

    parameters count

    + @@ -5482,6 +5515,9 @@

    Parameters

    Return Value

    parameter

    + @@ -5533,6 +5569,9 @@

    Parameters

    + @@ -5584,6 +5623,9 @@

    Parameters

    + @@ -5620,6 +5662,9 @@

    Declaration

    Return Value

    true if has common method type

    + @@ -5652,6 +5697,9 @@

    Declaration

    + @@ -5660,7 +5708,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSOperationMethods.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSOperationMethods.html index 969d14bd..6fac4acc 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSOperationMethods.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSOperationMethods.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSOperationMethods

    Operation Methods

    +
    @@ -5081,6 +5084,9 @@

    Declaration

    Return Value

    type

    +
    @@ -5117,6 +5123,9 @@

    Declaration

    Return Value

    name

    + @@ -5153,6 +5162,9 @@

    Declaration

    Return Value

    operation type

    + @@ -5189,6 +5201,9 @@

    Declaration

    Return Value

    aliases

    + @@ -5225,6 +5240,9 @@

    Declaration

    Return Value

    code

    + @@ -5261,6 +5279,9 @@

    Declaration

    Return Value

    parameter codes

    + @@ -5297,6 +5318,9 @@

    Declaration

    Return Value

    parameter count

    + @@ -5352,6 +5376,9 @@

    Parameters

    Return Value

    parameter code

    + @@ -5407,6 +5434,9 @@

    Parameters

    Return Value

    parameter

    + @@ -5443,6 +5473,9 @@

    Declaration

    Return Value

    parameters

    + @@ -5498,6 +5531,9 @@

    Parameters

    Return Value

    parameter

    + @@ -5553,6 +5589,9 @@

    Parameters

    Return Value

    method

    + @@ -5608,6 +5647,9 @@

    Parameters

    Return Value

    methods

    + @@ -5663,6 +5705,9 @@

    Parameters

    Return Value

    method

    + @@ -5671,7 +5716,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSOperationParameter.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSOperationParameter.html index a42b56e7..a95fcbcf 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSOperationParameter.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSOperationParameter.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSOperationParameter

    Operation Parameter

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5109,6 +5115,9 @@

    Declaration

    + @@ -5141,6 +5150,9 @@

    Declaration

    + @@ -5173,6 +5185,9 @@

    Declaration

    + @@ -5205,6 +5220,9 @@

    Declaration

    + @@ -5237,6 +5255,9 @@

    Declaration

    + @@ -5269,6 +5290,9 @@

    Declaration

    + @@ -5305,6 +5329,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5341,6 +5368,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5408,6 +5438,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5475,6 +5508,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5556,6 +5592,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5637,6 +5676,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5705,6 +5747,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5773,6 +5818,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5854,6 +5902,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5935,6 +5986,9 @@

    Parameters

    Return Value

    new instance

    + @@ -6002,6 +6056,9 @@

    Parameters

    Return Value

    new instance

    + @@ -6038,6 +6095,9 @@

    Declaration

    Return Value

    true if has unit

    + @@ -6074,6 +6134,9 @@

    Declaration

    Return Value

    true if file

    + @@ -6110,6 +6173,9 @@

    Declaration

    Return Value

    true if has common parameter type

    + @@ -6142,6 +6208,9 @@

    Declaration

    + @@ -6150,7 +6219,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSOperationParameters.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSOperationParameters.html index 875b91c0..ec54e7c9 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSOperationParameters.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSOperationParameters.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSOperationParameters

    Common Operation Parameter Attributes

    +
    @@ -5081,6 +5084,9 @@

    Declaration

    Return Value

    type

    +
    @@ -5117,6 +5123,9 @@

    Declaration

    Return Value

    code

    + @@ -5153,6 +5162,9 @@

    Declaration

    Return Value

    name

    + @@ -5189,6 +5201,9 @@

    Declaration

    Return Value

    operation type

    + @@ -5225,6 +5240,9 @@

    Declaration

    Return Value

    aliases

    + @@ -5261,6 +5279,9 @@

    Declaration

    Return Value

    unit type

    + @@ -5316,6 +5337,9 @@

    Parameters

    Return Value

    parameter

    + @@ -5371,6 +5395,9 @@

    Parameters

    Return Value

    parameter

    + @@ -5426,6 +5453,9 @@

    Parameters

    Return Value

    parameters

    + @@ -5481,6 +5511,9 @@

    Parameters

    Return Value

    parameter

    + @@ -5489,7 +5522,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSOperationTypes.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSOperationTypes.html index 1c6f262f..69e7c9eb 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSOperationTypes.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSOperationTypes.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSOperationTypes

    Coordinate Operation Type

    +
    @@ -5100,6 +5103,9 @@

    Parameters

    Return Value

    type name

    +
    @@ -5155,6 +5161,9 @@

    Parameters

    Return Value

    type

    + @@ -5163,7 +5172,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSParametricCoordinateReferenceSystem.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSParametricCoordinateReferenceSystem.html index dd655ce7..67c32524 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSParametricCoordinateReferenceSystem.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSParametricCoordinateReferenceSystem.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,6 +5045,9 @@

    CRSParametricCoordinateReferenceSystem

    Parametric Coordinate Reference System

    +
    @@ -5078,6 +5081,9 @@

    Declaration

    + @@ -5114,6 +5120,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5150,6 +5159,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5231,6 +5243,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5239,7 +5254,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSParametricDatum.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSParametricDatum.html index 7f2cb45b..0aad7518 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSParametricDatum.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSParametricDatum.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSParametricDatum

    Parametric Datum

    +
    @@ -5081,6 +5084,9 @@

    Declaration

    Return Value

    new instance

    +
    @@ -5117,6 +5123,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5172,6 +5181,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5180,7 +5192,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSPointMotionOperation.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSPointMotionOperation.html index 4a0712ec..5d85ad50 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSPointMotionOperation.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSPointMotionOperation.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSPointMotionOperation

    Point Motion Operation

    +
    @@ -5081,6 +5084,9 @@

    Declaration

    Return Value

    new instance

    +
    @@ -5117,6 +5123,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5198,6 +5207,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5206,7 +5218,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSPrimeMeridian.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSPrimeMeridian.html index a5307f5d..5155488d 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSPrimeMeridian.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSPrimeMeridian.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSPrimeMeridian

    Prime Meridian

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5109,6 +5115,9 @@

    Declaration

    + @@ -5141,6 +5150,9 @@

    Declaration

    + @@ -5173,6 +5185,9 @@

    Declaration

    + @@ -5205,6 +5220,9 @@

    Declaration

    + @@ -5241,6 +5259,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5277,6 +5298,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5344,6 +5368,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5412,6 +5439,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5449,6 +5479,9 @@

    Return Value

    true if has International Reference Meridian longitude unit (angle)

    + @@ -5457,7 +5490,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSPrimeMeridians.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSPrimeMeridians.html index 85457aed..1b65574c 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSPrimeMeridians.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSPrimeMeridians.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSPrimeMeridians

    Prime Meridians

    +
    @@ -5100,6 +5103,9 @@

    Parameters

    Return Value

    prime meridian

    +
    @@ -5155,6 +5161,9 @@

    Parameters

    Return Value

    prime meridian or nil

    + @@ -5191,6 +5200,9 @@

    Declaration

    Return Value

    type

    + @@ -5227,6 +5239,9 @@

    Declaration

    Return Value

    name

    + @@ -5263,6 +5278,9 @@

    Declaration

    Return Value

    offset longitude in radians

    + @@ -5299,6 +5317,9 @@

    Declaration

    Return Value

    offset longitude in degrees

    + @@ -5307,7 +5328,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSProjParams.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSProjParams.html index f80a1a5d..a31237ae 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSProjParams.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSProjParams.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSProjParams

    PROJ params

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5104,6 +5110,9 @@

    Declaration

    + @@ -5136,6 +5145,9 @@

    Declaration

    + @@ -5168,6 +5180,9 @@

    Declaration

    + @@ -5200,6 +5215,9 @@

    Declaration

    + @@ -5232,6 +5250,9 @@

    Declaration

    + @@ -5264,6 +5285,9 @@

    Declaration

    + @@ -5296,6 +5320,9 @@

    Declaration

    + @@ -5328,6 +5355,9 @@

    Declaration

    + @@ -5360,6 +5390,9 @@

    Declaration

    + @@ -5392,6 +5425,9 @@

    Declaration

    + @@ -5424,6 +5460,9 @@

    Declaration

    + @@ -5456,6 +5495,9 @@

    Declaration

    + @@ -5488,6 +5530,9 @@

    Declaration

    + @@ -5520,6 +5565,9 @@

    Declaration

    + @@ -5552,6 +5600,9 @@

    Declaration

    + @@ -5584,6 +5635,9 @@

    Declaration

    + @@ -5616,6 +5670,9 @@

    Declaration

    + @@ -5648,6 +5705,9 @@

    Declaration

    + @@ -5680,6 +5740,9 @@

    Declaration

    + @@ -5712,6 +5775,9 @@

    Declaration

    + @@ -5744,6 +5810,9 @@

    Declaration

    + @@ -5776,6 +5845,9 @@

    Declaration

    + @@ -5808,6 +5880,9 @@

    Declaration

    + @@ -5840,6 +5915,9 @@

    Declaration

    + @@ -5872,6 +5950,9 @@

    Declaration

    + @@ -5904,6 +5985,9 @@

    Declaration

    + @@ -5936,6 +6020,9 @@

    Declaration

    + @@ -5968,6 +6055,9 @@

    Declaration

    + @@ -6000,6 +6090,9 @@

    Declaration

    + @@ -6032,6 +6125,9 @@

    Declaration

    + @@ -6064,6 +6160,9 @@

    Declaration

    + @@ -6096,6 +6195,9 @@

    Declaration

    + @@ -6128,6 +6230,9 @@

    Declaration

    + @@ -6159,6 +6264,9 @@

    Declaration

    Return Value

    new params

    + @@ -6195,6 +6303,9 @@

    Declaration

    Return Value

    new params

    + @@ -6203,7 +6314,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSProjParser.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSProjParser.html index f7497853..b20e39fb 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSProjParser.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSProjParser.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSProjParser

    CRS to PROJ parser

    +
    @@ -5100,6 +5103,9 @@

    Parameters

    Return Value

    params

    +
    @@ -5155,6 +5161,9 @@

    Parameters

    Return Value

    params text

    + @@ -5210,6 +5219,9 @@

    Parameters

    Return Value

    params

    + @@ -5265,6 +5277,9 @@

    Parameters

    Return Value

    params text

    + @@ -5320,6 +5335,9 @@

    Parameters

    Return Value

    params

    + @@ -5375,6 +5393,9 @@

    Parameters

    Return Value

    params text

    + @@ -5431,6 +5452,9 @@

    Parameters

    Return Value

    params

    + @@ -5487,6 +5511,9 @@

    Parameters

    Return Value

    params text

    + @@ -5543,6 +5570,9 @@

    Parameters

    Return Value

    params

    + @@ -5599,6 +5629,9 @@

    Parameters

    Return Value

    params text

    + @@ -5607,7 +5640,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSProjectedCoordinateReferenceSystem.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSProjectedCoordinateReferenceSystem.html index 7e038fe8..e79c4931 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSProjectedCoordinateReferenceSystem.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSProjectedCoordinateReferenceSystem.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,6 +5045,9 @@

    CRSProjectedCoordinateReferenceSystem

    Projected Coordinate Reference System

    +
    @@ -5078,6 +5081,9 @@

    Declaration

    + @@ -5110,6 +5116,9 @@

    Declaration

    + @@ -5146,6 +5155,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5182,6 +5194,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5302,6 +5317,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5422,6 +5440,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5555,6 +5576,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5591,6 +5615,9 @@

    Declaration

    Return Value

    base name

    + @@ -5642,6 +5669,9 @@

    Parameters

    + @@ -5678,6 +5708,9 @@

    Declaration

    Return Value

    base type

    + @@ -5729,6 +5762,9 @@

    Parameters

    + @@ -5765,6 +5801,9 @@

    Declaration

    Return Value

    reference frame

    + @@ -5801,6 +5840,9 @@

    Declaration

    Return Value

    true if has reference frame

    + @@ -5852,6 +5894,9 @@

    Parameters

    + @@ -5888,6 +5933,9 @@

    Declaration

    Return Value

    datum ensemble

    + @@ -5924,6 +5972,9 @@

    Declaration

    Return Value

    true if has datum ensemble

    + @@ -5975,6 +6026,9 @@

    Parameters

    + @@ -6011,6 +6065,9 @@

    Declaration

    Return Value

    dynamic coordinate reference system

    + @@ -6047,6 +6104,9 @@

    Declaration

    Return Value

    true if has dynamic

    + @@ -6098,6 +6158,9 @@

    Parameters

    + @@ -6134,6 +6197,9 @@

    Declaration

    Return Value

    geo datum

    + @@ -6170,6 +6236,9 @@

    Declaration

    Return Value

    base identifiers

    + @@ -6206,6 +6275,9 @@

    Declaration

    Return Value

    true if has base identifiers

    + @@ -6242,6 +6314,9 @@

    Declaration

    Return Value

    base identifiers count

    + @@ -6297,6 +6372,9 @@

    Parameters

    Return Value

    base identifier

    + @@ -6348,6 +6426,9 @@

    Parameters

    + @@ -6399,6 +6480,9 @@

    Parameters

    + @@ -6450,6 +6534,9 @@

    Parameters

    + @@ -6486,6 +6573,9 @@

    Declaration

    Return Value

    unit (ellipsoidal angle)

    + @@ -6522,6 +6612,9 @@

    Declaration

    Return Value

    true if has unit (ellipsoidal angle)

    + @@ -6573,6 +6666,9 @@

    Parameters

    + @@ -6581,7 +6677,7 @@

    Parameters

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSReader.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSReader.html index 0690128c..6cf70e37 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSReader.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSReader.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSReader

    Well-Known Text reader

    +
    @@ -5100,6 +5103,9 @@

    Parameters

    Return Value

    Coordinate Reference System

    +
    @@ -5167,6 +5173,9 @@

    Parameters

    Return Value

    Coordinate Reference System

    + @@ -5234,6 +5243,9 @@

    Parameters

    Return Value

    Coordinate Reference System

    + @@ -5301,6 +5313,9 @@

    Parameters

    Return Value

    Coordinate Reference System

    + @@ -5382,6 +5397,9 @@

    Parameters

    Return Value

    Coordinate Reference System

    + @@ -5463,6 +5481,9 @@

    Parameters

    Return Value

    Coordinate Reference System

    + @@ -5519,6 +5540,9 @@

    Parameters

    Return Value

    Coordinate Reference System

    + @@ -5587,6 +5611,9 @@

    Parameters

    Return Value

    Coordinate Reference System

    + @@ -5643,6 +5670,9 @@

    Parameters

    Return Value

    Simple Coordinate Reference System

    + @@ -5712,6 +5742,9 @@

    Parameters

    Return Value

    Simple Coordinate Reference System

    + @@ -5768,6 +5801,9 @@

    Parameters

    Return Value

    Geodetic or Geographic Coordinate Reference System

    + @@ -5823,6 +5859,9 @@

    Parameters

    Return Value

    Geodetic Coordinate Reference System

    + @@ -5878,6 +5917,9 @@

    Parameters

    Return Value

    Geographic Coordinate Reference System

    + @@ -5933,6 +5975,9 @@

    Parameters

    Return Value

    Projected Coordinate Reference System

    + @@ -5990,6 +6035,9 @@

    Parameters

    Return Value

    Projected Geodetic Coordinate Reference System

    + @@ -6047,6 +6095,9 @@

    Parameters

    Return Value

    Projected Geographic Coordinate Reference System

    + @@ -6102,6 +6153,9 @@

    Parameters

    Return Value

    Vertical Coordinate Reference System

    + @@ -6157,6 +6211,9 @@

    Parameters

    Return Value

    Engineering Coordinate Reference System

    + @@ -6212,6 +6269,9 @@

    Parameters

    Return Value

    Parametric Coordinate Reference System

    + @@ -6267,6 +6327,9 @@

    Parameters

    Return Value

    Temporal Coordinate Reference System

    + @@ -6322,6 +6385,9 @@

    Parameters

    Return Value

    Derived Coordinate Reference System

    + @@ -6377,6 +6443,9 @@

    Parameters

    Return Value

    Compound Coordinate Reference System

    + @@ -6432,6 +6501,9 @@

    Parameters

    Return Value

    Coordinate Metadata

    + @@ -6487,6 +6559,9 @@

    Parameters

    Return Value

    Coordinate Operation

    + @@ -6542,6 +6617,9 @@

    Parameters

    Return Value

    Point Motion Operation

    + @@ -6597,6 +6675,9 @@

    Parameters

    Return Value

    Concatenated Operation

    + @@ -6652,6 +6733,9 @@

    Parameters

    Return Value

    Bound Coordinate Reference System

    + @@ -6708,6 +6792,9 @@

    Parameters

    Return Value

    Geodetic or Geographic Coordinate Reference System

    + @@ -6764,6 +6851,9 @@

    Parameters

    Return Value

    Geodetic Coordinate Reference System

    + @@ -6820,6 +6910,9 @@

    Parameters

    Return Value

    Geographic Coordinate Reference System

    + @@ -6876,6 +6969,9 @@

    Parameters

    Return Value

    Projected Coordinate Reference System

    + @@ -6933,6 +7029,9 @@

    Parameters

    Return Value

    Projected Geodetic Coordinate Reference System

    + @@ -6990,6 +7089,9 @@

    Parameters

    Return Value

    Projected Geographic Coordinate Reference System

    + @@ -7022,6 +7124,9 @@

    Declaration

    + @@ -7073,6 +7178,9 @@

    Parameters

    + @@ -7124,6 +7232,9 @@

    Parameters

    + @@ -7187,6 +7298,9 @@

    Parameters

    + @@ -7250,6 +7364,9 @@

    Parameters

    + @@ -7301,6 +7418,9 @@

    Parameters

    + @@ -7352,6 +7472,9 @@

    Parameters

    + @@ -7415,6 +7538,9 @@

    Parameters

    + @@ -7478,6 +7604,9 @@

    Parameters

    + @@ -7514,6 +7643,9 @@

    Declaration

    Return Value

    text reader

    + @@ -7546,6 +7678,9 @@

    Declaration

    + @@ -7582,6 +7717,9 @@

    Declaration

    Return Value

    CRS

    + @@ -7618,6 +7756,9 @@

    Declaration

    Return Value

    Coordinate Reference System

    + @@ -7654,6 +7795,9 @@

    Declaration

    Return Value

    Simple Coordinate Reference System

    + @@ -7690,6 +7834,9 @@

    Declaration

    Return Value

    keyword

    + @@ -7726,6 +7873,9 @@

    Declaration

    Return Value

    keyword type

    + @@ -7762,6 +7912,9 @@

    Declaration

    Return Value

    keywords

    + @@ -7798,6 +7951,9 @@

    Declaration

    Return Value

    keyword types

    + @@ -7854,6 +8010,9 @@

    Parameters

    Return Value

    keyword read

    + @@ -7910,6 +8069,9 @@

    Parameters

    Return Value

    keyword read

    + @@ -7965,6 +8127,9 @@

    Parameters

    Return Value

    next keyword or null

    + @@ -8020,6 +8185,9 @@

    Parameters

    Return Value

    next keyword or null

    + @@ -8090,6 +8258,9 @@

    Parameters

    Return Value

    keyword read

    + @@ -8160,6 +8331,9 @@

    Parameters

    Return Value

    keyword read

    + @@ -8196,6 +8370,9 @@

    Declaration

    Return Value

    keyword

    + @@ -8232,6 +8409,9 @@

    Declaration

    Return Value

    keyword type

    + @@ -8268,6 +8448,9 @@

    Declaration

    Return Value

    keywords

    + @@ -8304,6 +8487,9 @@

    Declaration

    Return Value

    keyword types

    + @@ -8340,6 +8526,9 @@

    Declaration

    Return Value

    keyword

    + @@ -8376,6 +8565,9 @@

    Declaration

    Return Value

    keyword type

    + @@ -8412,6 +8604,9 @@

    Declaration

    Return Value

    keywords

    + @@ -8448,6 +8643,9 @@

    Declaration

    Return Value

    keyword types

    + @@ -8503,6 +8701,9 @@

    Parameters

    Return Value

    keyword

    + @@ -8558,6 +8759,9 @@

    Parameters

    Return Value

    keyword type

    + @@ -8613,6 +8817,9 @@

    Parameters

    Return Value

    keywords

    + @@ -8668,6 +8875,9 @@

    Parameters

    Return Value

    keyword types

    + @@ -8700,6 +8910,9 @@

    Declaration

    + @@ -8736,6 +8949,9 @@

    Declaration

    Return Value

    true if next token is a left delimiter

    + @@ -8769,6 +8985,9 @@

    Declaration

    + @@ -8805,6 +9024,9 @@

    Declaration

    Return Value

    true if next token is a right delimiter

    + @@ -8837,6 +9059,9 @@

    Declaration

    + @@ -8873,6 +9098,9 @@

    Declaration

    Return Value

    true if next token is a separator

    + @@ -8905,6 +9133,9 @@

    Declaration

    + @@ -8960,6 +9191,9 @@

    Parameters

    Return Value

    token

    + @@ -8996,6 +9230,9 @@

    Declaration

    Return Value

    geodetic, geographic, or derived coordinate reference system

    + @@ -9032,6 +9269,9 @@

    Declaration

    Return Value

    projected coordinate reference system

    + @@ -9068,6 +9308,9 @@

    Declaration

    Return Value

    projected geodetic coordinate reference system

    + @@ -9104,6 +9347,9 @@

    Declaration

    Return Value

    projected geographic coordinate reference system

    + @@ -9160,6 +9406,9 @@

    Parameters

    Return Value

    projected coordinate reference system

    + @@ -9196,6 +9445,9 @@

    Declaration

    Return Value

    vertical coordinate reference system

    + @@ -9232,6 +9484,9 @@

    Declaration

    Return Value

    engineering coordinate reference system

    + @@ -9268,6 +9523,9 @@

    Declaration

    Return Value

    parametric coordinate reference system

    + @@ -9304,6 +9562,9 @@

    Declaration

    Return Value

    temporal coordinate reference system

    + @@ -9340,6 +9601,9 @@

    Declaration

    Return Value

    derived coordinate reference system

    + @@ -9376,6 +9640,9 @@

    Declaration

    Return Value

    compound coordinate reference system

    + @@ -9412,6 +9679,9 @@

    Declaration

    Return Value

    coordinate metadata

    + @@ -9448,6 +9718,9 @@

    Declaration

    Return Value

    coordinate operation

    + @@ -9484,6 +9757,9 @@

    Declaration

    Return Value

    point motion operation

    + @@ -9520,6 +9796,9 @@

    Declaration

    Return Value

    concatenated operation

    + @@ -9556,6 +9835,9 @@

    Declaration

    Return Value

    bound coordinate reference system

    + @@ -9609,6 +9891,9 @@

    Parameters

    + @@ -9645,6 +9930,9 @@

    Declaration

    Return Value

    geo reference frame

    + @@ -9701,6 +9989,9 @@

    Parameters

    Return Value

    geo reference frame

    + @@ -9737,6 +10028,9 @@

    Declaration

    Return Value

    vertical reference frame

    + @@ -9793,6 +10087,9 @@

    Parameters

    Return Value

    vertical reference frame

    + @@ -9829,6 +10126,9 @@

    Declaration

    Return Value

    engineering datum

    + @@ -9885,6 +10185,9 @@

    Parameters

    Return Value

    engineering datum

    + @@ -9921,6 +10224,9 @@

    Declaration

    Return Value

    parametric datum

    + @@ -9977,6 +10283,9 @@

    Parameters

    Return Value

    parametric datum

    + @@ -10013,6 +10322,9 @@

    Declaration

    Return Value

    reference frame

    + @@ -10069,6 +10381,9 @@

    Parameters

    Return Value

    reference frame

    + @@ -10105,6 +10420,9 @@

    Declaration

    Return Value

    geo datum ensemble

    + @@ -10141,6 +10459,9 @@

    Declaration

    Return Value

    vertical datum ensemble

    + @@ -10177,6 +10498,9 @@

    Declaration

    Return Value

    datum ensemble

    + @@ -10213,6 +10537,9 @@

    Declaration

    Return Value

    datum ensemble member

    + @@ -10249,6 +10576,9 @@

    Declaration

    Return Value

    dynamic

    + @@ -10285,6 +10615,9 @@

    Declaration

    Return Value

    prime meridian

    + @@ -10321,6 +10654,9 @@

    Declaration

    Return Value

    ellipsoid

    + @@ -10357,6 +10693,9 @@

    Declaration

    Return Value

    unit

    + @@ -10393,6 +10732,9 @@

    Declaration

    Return Value

    angle unit

    + @@ -10429,6 +10771,9 @@

    Declaration

    Return Value

    length unit

    + @@ -10465,6 +10810,9 @@

    Declaration

    Return Value

    parametric unit

    + @@ -10501,6 +10849,9 @@

    Declaration

    Return Value

    scale unit

    + @@ -10537,6 +10888,9 @@

    Declaration

    Return Value

    time unit

    + @@ -10592,6 +10946,9 @@

    Parameters

    Return Value

    unit

    + @@ -10628,6 +10985,9 @@

    Declaration

    Return Value

    identifiers

    + @@ -10664,6 +11024,9 @@

    Declaration

    Return Value

    identifier

    + @@ -10700,6 +11063,9 @@

    Declaration

    Return Value

    coordinate system

    + @@ -10736,6 +11102,9 @@

    Declaration

    Return Value

    axes

    + @@ -10792,6 +11161,9 @@

    Parameters

    Return Value

    axes

    + @@ -10828,6 +11200,9 @@

    Declaration

    Return Value

    axis

    + @@ -10883,6 +11258,9 @@

    Parameters

    Return Value

    axis

    + @@ -10919,6 +11297,9 @@

    Declaration

    Return Value

    remark

    + @@ -10955,6 +11336,9 @@

    Declaration

    Return Value

    usages

    + @@ -10991,6 +11375,9 @@

    Declaration

    Return Value

    usage

    + @@ -11027,6 +11414,9 @@

    Declaration

    Return Value

    scope

    + @@ -11063,6 +11453,9 @@

    Declaration

    Return Value

    extent

    + @@ -11099,6 +11492,9 @@

    Declaration

    Return Value

    area description

    + @@ -11135,6 +11531,9 @@

    Declaration

    Return Value

    geographic bounding box

    + @@ -11171,6 +11570,9 @@

    Declaration

    Return Value

    vertical extent

    + @@ -11207,6 +11609,9 @@

    Declaration

    Return Value

    temporal extent

    + @@ -11243,6 +11648,9 @@

    Declaration

    Return Value

    map projection

    + @@ -11279,6 +11687,9 @@

    Declaration

    Return Value

    operation method

    + @@ -11315,6 +11726,9 @@

    Declaration

    Return Value

    operation parameters

    + @@ -11371,6 +11785,9 @@

    Parameters

    Return Value

    operation parameters

    + @@ -11426,6 +11843,9 @@

    Parameters

    Return Value

    operation parameter

    + @@ -11462,6 +11882,9 @@

    Declaration

    Return Value

    temporal datum

    + @@ -11498,6 +11921,9 @@

    Declaration

    Return Value

    deriving conversion

    + @@ -11534,6 +11960,9 @@

    Declaration

    Return Value

    derived parameters

    + @@ -11590,6 +12019,9 @@

    Parameters

    Return Value

    operation parameters

    + @@ -11626,6 +12058,9 @@

    Declaration

    Return Value

    operation parameter file

    + @@ -11662,6 +12097,9 @@

    Declaration

    Return Value

    parameters

    + @@ -11698,6 +12136,9 @@

    Declaration

    Return Value

    operation version

    + @@ -11734,6 +12175,9 @@

    Declaration

    Return Value

    source crs

    + @@ -11770,6 +12214,9 @@

    Declaration

    Return Value

    target crs

    + @@ -11806,6 +12253,9 @@

    Declaration

    Return Value

    interpolation crs

    + @@ -11862,6 +12312,9 @@

    Parameters

    Return Value

    crs

    + @@ -11898,6 +12351,9 @@

    Declaration

    Return Value

    operation accuracy

    + @@ -11934,6 +12390,9 @@

    Declaration

    Return Value

    parameters

    + @@ -11970,6 +12429,9 @@

    Declaration

    Return Value

    abridged coordinate transformation

    + @@ -12006,6 +12468,9 @@

    Declaration

    Return Value

    parameters

    + @@ -12042,6 +12507,9 @@

    Declaration

    Return Value

    geodetic or geographic coordinate reference system

    + @@ -12078,6 +12546,9 @@

    Declaration

    Return Value

    geodetic coordinate reference system

    + @@ -12114,6 +12585,9 @@

    Declaration

    Return Value

    geographic coordinate reference system

    + @@ -12170,6 +12644,9 @@

    Parameters

    Return Value

    geodetic or geographic coordinate reference system

    + @@ -12206,6 +12683,9 @@

    Declaration

    Return Value

    projected coordinate reference system

    + @@ -12242,6 +12722,9 @@

    Declaration

    Return Value

    projected geodetic coordinate reference system

    + @@ -12278,6 +12761,9 @@

    Declaration

    Return Value

    projected geographic coordinate reference system

    + @@ -12334,6 +12820,9 @@

    Parameters

    Return Value

    projected coordinate reference system

    + @@ -12398,6 +12887,9 @@

    Parameters

    + @@ -12434,6 +12926,9 @@

    Declaration

    Return Value

    vertical coordinate reference system

    + @@ -12470,6 +12965,9 @@

    Declaration

    Return Value

    engineering coordinate reference system

    + @@ -12506,6 +13004,9 @@

    Declaration

    Return Value

    map projection

    + @@ -12575,6 +13076,9 @@

    Parameters

    Return Value

    coordinate system

    + @@ -12611,6 +13115,9 @@

    Declaration

    Return Value

    vertical reference frame

    + @@ -12667,6 +13174,9 @@

    Parameters

    Return Value

    vertical reference frame

    + @@ -12703,6 +13213,9 @@

    Declaration

    Return Value

    engineering datum

    + @@ -12759,6 +13272,9 @@

    Parameters

    Return Value

    engineering datum

    + @@ -12795,6 +13311,9 @@

    Declaration

    Return Value

    reference frame

    + @@ -12851,6 +13370,9 @@

    Parameters

    Return Value

    reference frame

    + @@ -12887,6 +13409,9 @@

    Declaration

    Return Value

    abridged transformation

    + @@ -12923,6 +13448,9 @@

    Declaration

    Return Value

    extensions

    + @@ -12931,7 +13459,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSReferenceFrame.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSReferenceFrame.html index 0d99498f..fce39541 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSReferenceFrame.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSReferenceFrame.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5046,6 +5046,9 @@

    CRSReferenceFrame

    @author osbornb

    +
    @@ -5079,6 +5082,9 @@

    Declaration

    +
    @@ -5111,6 +5117,9 @@

    Declaration

    + @@ -5143,6 +5152,9 @@

    Declaration

    + @@ -5175,6 +5187,9 @@

    Declaration

    + @@ -5230,6 +5245,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5297,6 +5315,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5333,6 +5354,9 @@

    Declaration

    Return Value

    true if has datum anchor description

    + @@ -5341,7 +5365,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSSimpleCoordinateReferenceSystem.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSSimpleCoordinateReferenceSystem.html index 789cee19..35a365c5 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSSimpleCoordinateReferenceSystem.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSSimpleCoordinateReferenceSystem.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSSimpleCoordinateReferenceSystem

    Simple Coordinate Reference System with Coordinate System

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5113,6 +5119,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5168,6 +5177,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5235,6 +5247,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5316,6 +5331,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5324,7 +5342,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSSimpleOperation.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSSimpleOperation.html index ebed4d73..68ed8536 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSSimpleOperation.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSSimpleOperation.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSSimpleOperation

    Simple Operation

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5132,6 +5138,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5226,6 +5235,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5234,7 +5246,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSTemporalCoordinateReferenceSystem.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSTemporalCoordinateReferenceSystem.html index 7527b860..4d072772 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSTemporalCoordinateReferenceSystem.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSTemporalCoordinateReferenceSystem.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,6 +5045,9 @@

    CRSTemporalCoordinateReferenceSystem

    Temporal Coordinate Reference System

    +
    @@ -5078,6 +5081,9 @@

    Declaration

    + @@ -5114,6 +5120,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5150,6 +5159,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5231,6 +5243,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5239,7 +5254,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSTemporalDatum.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSTemporalDatum.html index bd67dbee..29418829 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSTemporalDatum.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSTemporalDatum.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5124,6 +5124,9 @@

    CRSTemporalDatum

    Undocumented

    +
    @@ -5157,6 +5160,9 @@

    Declaration

    + @@ -5189,6 +5195,9 @@

    Declaration

    + @@ -5221,6 +5230,9 @@

    Declaration

    + @@ -5253,6 +5265,9 @@

    Declaration

    + @@ -5285,6 +5300,9 @@

    Declaration

    + @@ -5321,6 +5339,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5357,6 +5378,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5412,6 +5436,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5448,6 +5475,9 @@

    Declaration

    Return Value

    true if has calendar identifier

    + @@ -5484,6 +5514,9 @@

    Declaration

    Return Value

    true if has origin

    + @@ -5520,6 +5553,9 @@

    Declaration

    Return Value

    true if has origin date time

    + @@ -5571,6 +5607,9 @@

    Parameters

    + @@ -5579,7 +5618,7 @@

    Parameters

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSTemporalExtent.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSTemporalExtent.html index dabdd7b9..0d6f7882 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSTemporalExtent.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSTemporalExtent.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSTemporalExtent

    Temporal Extent

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5109,6 +5115,9 @@

    Declaration

    + @@ -5141,6 +5150,9 @@

    Declaration

    + @@ -5173,6 +5185,9 @@

    Declaration

    + @@ -5209,6 +5224,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5245,6 +5263,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5312,6 +5333,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5380,6 +5404,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5416,6 +5443,9 @@

    Declaration

    Return Value

    true if has start date time

    + @@ -5467,6 +5497,9 @@

    Parameters

    + @@ -5503,6 +5536,9 @@

    Declaration

    Return Value

    true if has end date time

    + @@ -5554,6 +5590,9 @@

    Parameters

    + @@ -5562,7 +5601,7 @@

    Parameters

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSTextReader.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSTextReader.html index f7730c55..05a1bb1c 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSTextReader.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSTextReader.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSTextReader

    Read through text string

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5132,6 +5138,9 @@

    Parameters

    Return Value

    new text reader

    + @@ -5200,6 +5209,9 @@

    Parameters

    Return Value

    new text reader

    + @@ -5255,6 +5267,9 @@

    Parameters

    Return Value

    new text reader

    + @@ -5323,6 +5338,9 @@

    Parameters

    Return Value

    new text reader

    + @@ -5359,6 +5377,9 @@

    Declaration

    Return Value

    text

    + @@ -5391,6 +5412,9 @@

    Declaration

    + @@ -5429,6 +5453,9 @@

    Declaration

    Return Value

    token

    + @@ -5465,6 +5492,9 @@

    Declaration

    Return Value

    next token

    + @@ -5522,6 +5552,9 @@

    Return Value

    @throws IOException upon read error

    + @@ -5573,6 +5606,9 @@

    Parameters

    + @@ -5609,6 +5645,9 @@

    Declaration

    Return Value

    token

    + @@ -5645,6 +5684,9 @@

    Declaration

    Return Value

    next token

    + @@ -5700,6 +5742,9 @@

    Parameters

    Return Value

    token

    + @@ -5736,6 +5781,9 @@

    Declaration

    Return Value

    signed double

    + @@ -5772,6 +5820,9 @@

    Declaration

    Return Value

    unsigned double

    + @@ -5808,6 +5859,9 @@

    Declaration

    Return Value

    signed integer

    + @@ -5844,6 +5898,9 @@

    Declaration

    Return Value

    unsigned integer

    + @@ -5852,7 +5909,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSTextUtils.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSTextUtils.html index e2cfe91f..b91c5a9f 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSTextUtils.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSTextUtils.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSTextUtils

    CRS Well-Known Text Utilities

    +
    @@ -5100,6 +5103,9 @@

    Parameters

    Return Value

    true if left delimiter

    +
    @@ -5155,6 +5161,9 @@

    Parameters

    Return Value

    true if right delimiter

    + @@ -5210,6 +5219,9 @@

    Parameters

    Return Value

    true if a spatial type

    + @@ -5265,6 +5277,9 @@

    Parameters

    Return Value

    true if a spatial type

    + @@ -5320,6 +5335,9 @@

    Parameters

    Return Value

    true if a spatial type

    + @@ -5375,6 +5393,9 @@

    Parameters

    Return Value

    unit type

    + @@ -5430,6 +5451,9 @@

    Parameters

    Return Value

    unit type

    + @@ -5485,6 +5509,9 @@

    Parameters

    Return Value

    coordinate reference system type

    + @@ -5540,6 +5567,9 @@

    Parameters

    Return Value

    integer

    + @@ -5595,6 +5625,9 @@

    Parameters

    Return Value

    double

    + @@ -5650,6 +5683,9 @@

    Parameters

    Return Value

    decimal number

    + @@ -5705,6 +5741,9 @@

    Parameters

    Return Value

    text value

    + @@ -5760,6 +5799,9 @@

    Parameters

    Return Value

    text value

    + @@ -5815,6 +5857,9 @@

    Parameters

    Return Value

    pretty wkt

    + @@ -5870,6 +5915,9 @@

    Parameters

    Return Value

    pretty wkt

    + @@ -5925,6 +5973,9 @@

    Parameters

    Return Value

    pretty wkt

    + @@ -5992,6 +6043,9 @@

    Parameters

    Return Value

    pretty wkt

    + @@ -6073,6 +6127,9 @@

    Parameters

    Return Value

    pretty wkt

    + @@ -6081,7 +6138,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSTriaxialEllipsoid.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSTriaxialEllipsoid.html index 81edd9c7..900a0c07 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSTriaxialEllipsoid.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSTriaxialEllipsoid.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSTriaxialEllipsoid

    Triaxial Ellipsoid

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5109,6 +5115,9 @@

    Declaration

    + @@ -5141,6 +5150,9 @@

    Declaration

    + @@ -5173,6 +5185,9 @@

    Declaration

    + @@ -5209,6 +5224,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5245,6 +5263,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5339,6 +5360,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5433,6 +5457,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5441,7 +5468,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSTypes.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSTypes.html index 53a39368..9a780432 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSTypes.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSTypes.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSTypes

    CRS Type

    +
    @@ -5100,6 +5103,9 @@

    Parameters

    Return Value

    type name

    +
    @@ -5155,6 +5161,9 @@

    Parameters

    Return Value

    type names

    + @@ -5210,6 +5219,9 @@

    Parameters

    Return Value

    type

    + @@ -5265,6 +5277,9 @@

    Parameters

    Return Value

    category type

    + @@ -5273,7 +5288,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSUnit.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSUnit.html index f643beba..285effc2 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSUnit.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSUnit.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSUnit

    Unit

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5109,6 +5115,9 @@

    Declaration

    + @@ -5141,6 +5150,9 @@

    Declaration

    + @@ -5173,6 +5185,9 @@

    Declaration

    + @@ -5205,6 +5220,9 @@

    Declaration

    + @@ -5241,6 +5259,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5308,6 +5329,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5389,6 +5413,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5470,6 +5497,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5506,6 +5536,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5573,6 +5606,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5654,6 +5690,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5735,6 +5774,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5771,6 +5813,9 @@

    Declaration

    Return Value

    true if has conversion factor

    + @@ -5807,6 +5852,9 @@

    Declaration

    Return Value

    true if equal names

    + @@ -5815,7 +5863,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSUnitTypes.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSUnitTypes.html index b7523568..1f696c69 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSUnitTypes.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSUnitTypes.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSUnitTypes

    Unit Type

    +
    @@ -5100,6 +5103,9 @@

    Parameters

    Return Value

    type name

    +
    @@ -5155,6 +5161,9 @@

    Parameters

    Return Value

    type

    + @@ -5163,7 +5172,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSUnits.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSUnits.html index 9d9a7c32..93184b3d 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSUnits.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSUnits.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSUnits

    Common Units

    +
    @@ -5100,6 +5103,9 @@

    Parameters

    Return Value

    unit

    +
    @@ -5155,6 +5161,9 @@

    Parameters

    Return Value

    unit

    + @@ -5210,6 +5219,9 @@

    Parameters

    Return Value

    units type

    + @@ -5265,6 +5277,9 @@

    Parameters

    Return Value

    units type

    + @@ -5301,6 +5316,9 @@

    Declaration

    Return Value

    micrometre unit

    + @@ -5337,6 +5355,9 @@

    Declaration

    Return Value

    millimetre unit

    + @@ -5373,6 +5394,9 @@

    Declaration

    Return Value

    metre unit

    + @@ -5409,6 +5433,9 @@

    Declaration

    Return Value

    kilometre unit

    + @@ -5445,6 +5472,9 @@

    Declaration

    Return Value

    German legal metre unit

    + @@ -5481,6 +5511,9 @@

    Declaration

    Return Value

    US survey foot unit

    + @@ -5517,6 +5550,9 @@

    Declaration

    Return Value

    foot unit

    + @@ -5553,6 +5589,9 @@

    Declaration

    Return Value

    microradian unit

    + @@ -5589,6 +5628,9 @@

    Declaration

    Return Value

    milliradian unit

    + @@ -5625,6 +5667,9 @@

    Declaration

    Return Value

    radian unit

    + @@ -5661,6 +5706,9 @@

    Declaration

    Return Value

    arc-second unit

    + @@ -5697,6 +5745,9 @@

    Declaration

    Return Value

    arc-minute unit

    + @@ -5733,6 +5784,9 @@

    Declaration

    Return Value

    degree unit

    + @@ -5769,6 +5823,9 @@

    Declaration

    Return Value

    grad unit

    + @@ -5805,6 +5862,9 @@

    Declaration

    Return Value

    unity unit

    + @@ -5841,6 +5901,9 @@

    Declaration

    Return Value

    bin unit

    + @@ -5877,6 +5940,9 @@

    Declaration

    Return Value

    parts per million unit

    + @@ -5913,6 +5979,9 @@

    Declaration

    Return Value

    pascal unit

    + @@ -5949,6 +6018,9 @@

    Declaration

    Return Value

    hectopascal unit

    + @@ -5985,6 +6057,9 @@

    Declaration

    Return Value

    microsecond unit

    + @@ -6021,6 +6096,9 @@

    Declaration

    Return Value

    millisecond unit

    + @@ -6057,6 +6135,9 @@

    Declaration

    Return Value

    second unit

    + @@ -6093,6 +6174,9 @@

    Declaration

    Return Value

    minute unit

    + @@ -6129,6 +6213,9 @@

    Declaration

    Return Value

    hour unit

    + @@ -6165,6 +6252,9 @@

    Declaration

    Return Value

    day unit

    + @@ -6201,6 +6291,9 @@

    Declaration

    Return Value

    year unit

    + @@ -6237,6 +6330,9 @@

    Declaration

    Return Value

    calendar second unit

    + @@ -6273,6 +6369,9 @@

    Declaration

    Return Value

    calendar month unit

    + @@ -6328,6 +6427,9 @@

    Parameters

    Return Value

    unit type

    + @@ -6383,6 +6485,9 @@

    Parameters

    Return Value

    default unit or null if no default

    + @@ -6450,6 +6555,9 @@

    Parameters

    Return Value

    true if can convert

    + @@ -6532,6 +6640,9 @@

    Parameters

    Return Value

    converted value

    + @@ -6540,7 +6651,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSUsage.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSUsage.html index d31302bc..66bd5231 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSUsage.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSUsage.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSUsage

    Usage

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5109,6 +5115,9 @@

    Declaration

    + @@ -5145,6 +5154,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5181,6 +5193,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5248,6 +5263,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5256,7 +5274,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSVerticalCoordinateReferenceSystem.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSVerticalCoordinateReferenceSystem.html index 3ce1660d..2981d31e 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSVerticalCoordinateReferenceSystem.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSVerticalCoordinateReferenceSystem.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,6 +5045,9 @@

    CRSVerticalCoordinateReferenceSystem

    Vertical Coordinate Reference System

    +
    @@ -5078,6 +5081,9 @@

    Declaration

    + @@ -5110,6 +5116,9 @@

    Declaration

    + @@ -5142,6 +5151,9 @@

    Declaration

    + @@ -5174,6 +5186,9 @@

    Declaration

    + @@ -5206,6 +5221,9 @@

    Declaration

    + @@ -5242,6 +5260,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5278,6 +5299,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5359,6 +5383,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5440,6 +5467,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5534,6 +5564,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5570,6 +5603,9 @@

    Declaration

    Return Value

    true if has vertical reference frame

    + @@ -5606,6 +5642,9 @@

    Declaration

    Return Value

    true if has vertical datum ensemble

    + @@ -5642,6 +5681,9 @@

    Declaration

    Return Value

    true if has dynamic

    + @@ -5678,6 +5720,9 @@

    Declaration

    Return Value

    true if has geoid model name

    + @@ -5714,6 +5759,9 @@

    Declaration

    Return Value

    true if has geoid model identifier

    + @@ -5722,7 +5770,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSVerticalDatumEnsemble.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSVerticalDatumEnsemble.html index 12658b0b..3df7b3a2 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSVerticalDatumEnsemble.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSVerticalDatumEnsemble.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSVerticalDatumEnsemble

    Vertical Datum Ensemble

    +
    @@ -5081,6 +5084,9 @@

    Declaration

    Return Value

    new instance

    +
    @@ -5117,6 +5123,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5198,6 +5207,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5279,6 +5291,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5287,7 +5302,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSVerticalExtent.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSVerticalExtent.html index 31af1ec8..d7436d85 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSVerticalExtent.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSVerticalExtent.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSVerticalExtent

    Vertical Extent

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5109,6 +5115,9 @@

    Declaration

    + @@ -5141,6 +5150,9 @@

    Declaration

    + @@ -5173,6 +5185,9 @@

    Declaration

    + @@ -5205,6 +5220,9 @@

    Declaration

    + @@ -5241,6 +5259,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5277,6 +5298,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5345,6 +5369,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5413,6 +5440,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5494,6 +5524,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5575,6 +5608,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5611,6 +5647,9 @@

    Declaration

    Return Value

    true if has unit (length)

    + @@ -5619,7 +5658,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSVerticalReferenceFrame.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSVerticalReferenceFrame.html index e64ee5ca..6d7edc91 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSVerticalReferenceFrame.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSVerticalReferenceFrame.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSVerticalReferenceFrame

    Vertical Reference Frame (datum)

    +
    @@ -5081,6 +5084,9 @@

    Declaration

    Return Value

    new instance

    +
    @@ -5117,6 +5123,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5172,6 +5181,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5180,7 +5192,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSWriter.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSWriter.html index be493175..b92e4dcd 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSWriter.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/CRSWriter.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSWriter

    Well-Known Text writer

    +
    @@ -5100,6 +5103,9 @@

    Parameters

    Return Value

    well-known text

    +
    @@ -5156,6 +5162,9 @@

    Parameters

    Return Value

    well-known pretty text

    + @@ -5212,6 +5221,9 @@

    Parameters

    Return Value

    well-known pretty text

    + @@ -5267,6 +5279,9 @@

    Parameters

    Return Value

    well-known pretty text

    + @@ -5334,6 +5349,9 @@

    Parameters

    Return Value

    well-known pretty text

    + @@ -5415,6 +5433,9 @@

    Parameters

    Return Value

    well-known pretty text

    + @@ -5470,6 +5491,9 @@

    Parameters

    Return Value

    well-known pretty text

    + @@ -5525,6 +5549,9 @@

    Parameters

    Return Value

    well-known pretty text

    + @@ -5580,6 +5607,9 @@

    Parameters

    Return Value

    well-known pretty text

    + @@ -5647,6 +5677,9 @@

    Parameters

    Return Value

    well-known pretty text

    + @@ -5728,6 +5761,9 @@

    Parameters

    Return Value

    well-known pretty text

    + @@ -5764,6 +5800,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5800,6 +5839,9 @@

    Declaration

    Return Value

    new instance

    + @@ -5851,6 +5893,9 @@

    Parameters

    + @@ -5887,6 +5932,9 @@

    Declaration

    Return Value

    text

    + @@ -5938,6 +5986,9 @@

    Parameters

    + @@ -5989,6 +6040,9 @@

    Parameters

    + @@ -6040,6 +6094,9 @@

    Parameters

    + @@ -6072,6 +6129,9 @@

    Declaration

    + @@ -6104,6 +6164,9 @@

    Declaration

    + @@ -6136,6 +6199,9 @@

    Declaration

    + @@ -6187,6 +6253,9 @@

    Parameters

    + @@ -6238,6 +6307,9 @@

    Parameters

    + @@ -6289,6 +6361,9 @@

    Parameters

    + @@ -6340,6 +6415,9 @@

    Parameters

    + @@ -6391,6 +6469,9 @@

    Parameters

    + @@ -6455,6 +6536,9 @@

    Parameters

    + @@ -6519,6 +6603,9 @@

    Parameters

    + @@ -6570,6 +6657,9 @@

    Parameters

    + @@ -6621,6 +6711,9 @@

    Parameters

    + @@ -6672,6 +6765,9 @@

    Parameters

    + @@ -6723,6 +6819,9 @@

    Parameters

    + @@ -6774,6 +6873,9 @@

    Parameters

    + @@ -6825,6 +6927,9 @@

    Parameters

    + @@ -6876,6 +6981,9 @@

    Parameters

    + @@ -6927,6 +7035,9 @@

    Parameters

    + @@ -6978,6 +7089,9 @@

    Parameters

    + @@ -7029,6 +7143,9 @@

    Parameters

    + @@ -7080,6 +7197,9 @@

    Parameters

    + @@ -7131,6 +7251,9 @@

    Parameters

    + @@ -7182,6 +7305,9 @@

    Parameters

    + @@ -7233,6 +7359,9 @@

    Parameters

    + @@ -7284,6 +7413,9 @@

    Parameters

    + @@ -7335,6 +7467,9 @@

    Parameters

    + @@ -7386,6 +7521,9 @@

    Parameters

    + @@ -7437,6 +7575,9 @@

    Parameters

    + @@ -7488,6 +7629,9 @@

    Parameters

    + @@ -7540,6 +7684,9 @@

    Parameters

    + @@ -7591,6 +7738,9 @@

    Parameters

    + @@ -7642,6 +7792,9 @@

    Parameters

    + @@ -7693,6 +7846,9 @@

    Parameters

    + @@ -7744,6 +7900,9 @@

    Parameters

    + @@ -7795,6 +7954,9 @@

    Parameters

    + @@ -7846,6 +8008,9 @@

    Parameters

    + @@ -7897,6 +8062,9 @@

    Parameters

    + @@ -7948,6 +8116,9 @@

    Parameters

    + @@ -7999,6 +8170,9 @@

    Parameters

    + @@ -8050,6 +8224,9 @@

    Parameters

    + @@ -8101,6 +8278,9 @@

    Parameters

    + @@ -8152,6 +8332,9 @@

    Parameters

    + @@ -8203,6 +8386,9 @@

    Parameters

    + @@ -8254,6 +8440,9 @@

    Parameters

    + @@ -8305,6 +8494,9 @@

    Parameters

    + @@ -8356,6 +8548,9 @@

    Parameters

    + @@ -8407,6 +8602,9 @@

    Parameters

    + @@ -8459,6 +8657,9 @@

    Parameters

    + @@ -8510,6 +8711,9 @@

    Parameters

    + @@ -8561,6 +8765,9 @@

    Parameters

    + @@ -8612,6 +8819,9 @@

    Parameters

    + @@ -8663,6 +8873,9 @@

    Parameters

    + @@ -8714,6 +8927,9 @@

    Parameters

    + @@ -8765,6 +8981,9 @@

    Parameters

    + @@ -8816,6 +9035,9 @@

    Parameters

    + @@ -8868,6 +9090,9 @@

    Parameters

    + @@ -8919,6 +9144,9 @@

    Parameters

    + @@ -8970,6 +9198,9 @@

    Parameters

    + @@ -9021,6 +9252,9 @@

    Parameters

    + @@ -9072,6 +9306,9 @@

    Parameters

    + @@ -9136,6 +9373,9 @@

    Parameters

    + @@ -9187,6 +9427,9 @@

    Parameters

    + @@ -9239,6 +9482,9 @@

    Parameters

    + @@ -9247,7 +9493,7 @@

    Parameters

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGAlterTable.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGAlterTable.html index ce432d6f..17a20706 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGAlterTable.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGAlterTable.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGAlterTable

    Builds and performs alter table statements

    @@ -5104,7 +5104,7 @@

    Return Value

    alter table SQL prefix

    @@ -5184,7 +5184,7 @@

    Parameters

    @@ -5255,7 +5255,7 @@

    Return Value

    rename table SQL

    @@ -5348,7 +5348,7 @@

    Parameters

    @@ -5432,7 +5432,7 @@

    Return Value

    rename table SQL

    @@ -5525,7 +5525,7 @@

    Parameters

    @@ -5609,7 +5609,7 @@

    Return Value

    add column SQL

    @@ -5689,7 +5689,7 @@

    Parameters

    @@ -5769,7 +5769,7 @@

    Parameters

    @@ -5849,7 +5849,7 @@

    Parameters

    @@ -5929,7 +5929,7 @@

    Parameters

    @@ -6009,7 +6009,7 @@

    Parameters

    @@ -6089,7 +6089,7 @@

    Parameters

    @@ -6169,7 +6169,7 @@

    Parameters

    @@ -6249,7 +6249,7 @@

    Parameters

    @@ -6329,7 +6329,7 @@

    Parameters

    @@ -6422,7 +6422,7 @@

    Parameters

    @@ -6502,7 +6502,7 @@

    Parameters

    @@ -6595,7 +6595,7 @@

    Parameters

    @@ -6672,7 +6672,7 @@

    Parameters

    @@ -6767,7 +6767,7 @@

    Parameters

    @@ -6862,7 +6862,7 @@

    Parameters

    @@ -6872,7 +6872,7 @@

    Parameters

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGAttributesColumn.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGAttributesColumn.html index 96aef3d5..06e79847 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGAttributesColumn.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGAttributesColumn.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGAttributesColumn

    Attributes column

    @@ -5104,7 +5104,7 @@

    Return Value

    attributes column

    @@ -5175,7 +5175,7 @@

    Return Value

    attributes column

    @@ -5246,7 +5246,7 @@

    Return Value

    attributes column

    @@ -5330,7 +5330,7 @@

    Return Value

    attributes column

    @@ -5401,7 +5401,7 @@

    Return Value

    attributes column

    @@ -5485,7 +5485,7 @@

    Return Value

    attributes column

    @@ -5569,7 +5569,7 @@

    Return Value

    attributes column

    @@ -5666,7 +5666,7 @@

    Return Value

    attributes column

    @@ -5763,7 +5763,7 @@

    Return Value

    attributes column

    @@ -5873,7 +5873,7 @@

    Return Value

    attributes column

    @@ -5957,7 +5957,7 @@

    Return Value

    attributes column

    @@ -6054,7 +6054,7 @@

    Return Value

    attributes column

    @@ -6164,7 +6164,7 @@

    Return Value

    attributes column

    @@ -6287,7 +6287,7 @@

    Return Value

    attributes column

    @@ -6346,7 +6346,7 @@

    Return Value

    attributes column

    @@ -6495,7 +6495,7 @@

    Return Value

    new attributes column

    @@ -6505,7 +6505,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGAttributesColumns.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGAttributesColumns.html index 8b443756..5c7644ab 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGAttributesColumns.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGAttributesColumns.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGAttributesColumns

    Collection of attributes columns

    @@ -5117,7 +5117,7 @@

    Return Value

    new attributes columns

    @@ -5201,7 +5201,7 @@

    Return Value

    new attributes columns

    @@ -5260,7 +5260,7 @@

    Return Value

    new attributes columns

    @@ -5270,7 +5270,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGAttributesDao.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGAttributesDao.html index 74486798..e03ec108 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGAttributesDao.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGAttributesDao.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGAttributesDao

    Attributes DAO for reading attributes user data tables

    @@ -5117,7 +5117,7 @@

    Return Value

    new attributes dao

    @@ -5156,7 +5156,7 @@

    Return Value

    attributes table

    @@ -5214,7 +5214,7 @@

    Return Value

    attributes row

    @@ -5272,7 +5272,7 @@

    Return Value

    attributes row

    @@ -5330,7 +5330,7 @@

    Return Value

    attributes row

    @@ -5369,7 +5369,7 @@

    Return Value

    attributes row

    @@ -5379,7 +5379,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGAttributesRow.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGAttributesRow.html index 9e98a2ab..c5da75f9 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGAttributesRow.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGAttributesRow.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGAttributesRow

    Attributes Row containing the values from a single results row

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5200,7 +5200,7 @@

    Return Value

    new attributes row

    @@ -5258,7 +5258,7 @@

    Return Value

    new attributes row

    @@ -5268,7 +5268,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGAttributesTable.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGAttributesTable.html index 8088b53a..7ab70a1b 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGAttributesTable.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGAttributesTable.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGAttributesTable

    Undocumented

    @@ -5117,7 +5117,7 @@

    Return Value

    new attributes table

    @@ -5156,7 +5156,7 @@

    Return Value

    columns

    @@ -5166,7 +5166,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGAttributesTableMetadata.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGAttributesTableMetadata.html index 87d85e71..a9d5d4c5 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGAttributesTableMetadata.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGAttributesTableMetadata.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGAttributesTableMetadata

    Undocumented

    @@ -5085,7 +5085,7 @@

    Return Value

    metadata

    @@ -5143,7 +5143,7 @@

    Return Value

    metadata

    @@ -5201,7 +5201,7 @@

    Return Value

    metadata

    @@ -5272,7 +5272,7 @@

    Return Value

    metadata

    @@ -5344,7 +5344,7 @@

    Return Value

    metadata

    @@ -5429,7 +5429,7 @@

    Return Value

    metadata

    @@ -5514,7 +5514,7 @@

    Return Value

    metadata

    @@ -5612,7 +5612,7 @@

    Return Value

    metadata

    @@ -5697,7 +5697,7 @@

    Return Value

    metadata

    @@ -5795,7 +5795,7 @@

    Return Value

    metadata

    @@ -5893,7 +5893,7 @@

    Return Value

    metadata

    @@ -6004,7 +6004,7 @@

    Return Value

    metadata

    @@ -6063,7 +6063,7 @@

    Return Value

    metadata

    @@ -6135,7 +6135,7 @@

    Return Value

    metadata

    @@ -6194,7 +6194,7 @@

    Return Value

    metadata

    @@ -6265,7 +6265,7 @@

    Return Value

    metadata

    @@ -6349,7 +6349,7 @@

    Return Value

    metadata

    @@ -6434,7 +6434,7 @@

    Return Value

    metadata

    @@ -6532,7 +6532,7 @@

    Return Value

    metadata

    @@ -6630,7 +6630,7 @@

    Return Value

    metadata

    @@ -6741,7 +6741,7 @@

    Return Value

    metadata

    @@ -6839,7 +6839,7 @@

    Return Value

    metadata

    @@ -6950,7 +6950,7 @@

    Return Value

    metadata

    @@ -7061,7 +7061,7 @@

    Return Value

    metadata

    @@ -7185,7 +7185,7 @@

    Return Value

    metadata

    @@ -7257,7 +7257,7 @@

    Return Value

    metadata

    @@ -7342,7 +7342,7 @@

    Return Value

    metadata

    @@ -7414,7 +7414,7 @@

    Return Value

    metadata

    @@ -7449,7 +7449,7 @@

    Declaration

    @@ -7488,7 +7488,7 @@

    Return Value

    new attributes table metadata

    @@ -7586,7 +7586,7 @@

    Return Value

    new attributes table metadata

    @@ -7697,7 +7697,7 @@

    Return Value

    new attributes table metadata

    @@ -7808,7 +7808,7 @@

    Return Value

    new attributes table metadata

    @@ -7932,7 +7932,7 @@

    Return Value

    new attributes table metadata

    @@ -8016,7 +8016,7 @@

    Return Value

    new attributes table metadata

    @@ -8113,7 +8113,7 @@

    Return Value

    new attributes table metadata

    @@ -8123,7 +8123,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGAttributesTableReader.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGAttributesTableReader.html index 552ee505..2b4117a4 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGAttributesTableReader.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGAttributesTableReader.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGAttributesTableReader

    Reads the metadata from an existing attributes table

    @@ -5104,7 +5104,7 @@

    Return Value

    new attributes table reader

    @@ -5162,7 +5162,7 @@

    Return Value

    attributes table

    @@ -5172,7 +5172,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGBaseDao.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGBaseDao.html index ef5f2f5c..b299b0c1 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGBaseDao.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGBaseDao.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGBaseDao

    Base Data Access Object

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5151,7 +5151,7 @@

    Declaration

    @@ -5186,7 +5186,7 @@

    Declaration

    @@ -5221,7 +5221,7 @@

    Declaration

    @@ -5256,7 +5256,7 @@

    Declaration

    @@ -5291,7 +5291,7 @@

    Declaration

    @@ -5349,7 +5349,7 @@

    Return Value

    new base dao

    @@ -5384,7 +5384,7 @@

    Declaration

    @@ -5423,7 +5423,7 @@

    Return Value

    column count

    @@ -5481,7 +5481,7 @@

    Return Value

    column name

    @@ -5520,7 +5520,7 @@

    Return Value

    true if a table or view exists

    @@ -5559,7 +5559,7 @@

    Return Value

    true if a table or view exists

    @@ -5598,7 +5598,7 @@

    Return Value

    true if a table exists

    @@ -5637,7 +5637,7 @@

    Return Value

    true if a view exists

    @@ -5672,7 +5672,7 @@

    Declaration

    @@ -5711,7 +5711,7 @@

    Return Value

    id column name

    @@ -5769,7 +5769,7 @@

    Return Value

    projection

    @@ -5804,7 +5804,7 @@

    Declaration

    @@ -5862,7 +5862,7 @@

    Return Value

    true if exists

    @@ -5920,7 +5920,7 @@

    Return Value

    true if exists

    @@ -5978,7 +5978,7 @@

    Return Value

    true if exists

    @@ -6032,7 +6032,7 @@

    Parameters

    @@ -6090,7 +6090,7 @@

    Return Value

    result set

    @@ -6161,7 +6161,7 @@

    Return Value

    result set

    @@ -6219,7 +6219,7 @@

    Return Value

    object

    @@ -6290,7 +6290,7 @@

    Return Value

    object

    @@ -6348,7 +6348,7 @@

    Return Value

    result set

    @@ -6419,7 +6419,7 @@

    Return Value

    result set

    @@ -6477,7 +6477,7 @@

    Return Value

    object

    @@ -6548,7 +6548,7 @@

    Return Value

    object

    @@ -6606,7 +6606,7 @@

    Return Value

    result

    @@ -6677,7 +6677,7 @@

    Return Value

    result

    @@ -6716,7 +6716,7 @@

    Return Value

    result set

    @@ -6755,7 +6755,7 @@

    Return Value

    result set

    @@ -6813,7 +6813,7 @@

    Return Value

    result

    @@ -6871,7 +6871,7 @@

    Return Value

    result

    @@ -6942,7 +6942,7 @@

    Return Value

    result

    @@ -6981,7 +6981,7 @@

    Return Value

    SQL

    @@ -7039,7 +7039,7 @@

    Return Value

    SQL

    @@ -7078,7 +7078,7 @@

    Return Value

    SQL

    @@ -7136,7 +7136,7 @@

    Return Value

    SQL

    @@ -7194,7 +7194,7 @@

    Return Value

    SQL

    @@ -7265,7 +7265,7 @@

    Return Value

    SQL

    @@ -7323,7 +7323,7 @@

    Return Value

    object

    @@ -7381,7 +7381,7 @@

    Return Value

    object

    @@ -7439,7 +7439,7 @@

    Return Value

    object result set

    @@ -7497,7 +7497,7 @@

    Return Value

    object

    @@ -7555,7 +7555,7 @@

    Return Value

    result set

    @@ -7625,7 +7625,7 @@

    Return Value

    result set

    @@ -7683,7 +7683,7 @@

    Return Value

    single column values

    @@ -7754,7 +7754,7 @@

    Return Value

    result set

    @@ -7838,7 +7838,7 @@

    Return Value

    result

    @@ -7922,7 +7922,7 @@

    Return Value

    result

    @@ -8019,7 +8019,7 @@

    Return Value

    result

    @@ -8089,7 +8089,7 @@

    Return Value

    count

    @@ -8173,7 +8173,7 @@

    Return Value

    count

    @@ -8270,7 +8270,7 @@

    Return Value

    count

    @@ -8380,7 +8380,7 @@

    Return Value

    result set

    @@ -8503,7 +8503,7 @@

    Return Value

    result

    @@ -8626,7 +8626,7 @@

    Return Value

    result

    @@ -8762,7 +8762,7 @@

    Return Value

    result

    @@ -8872,7 +8872,7 @@

    Return Value

    count

    @@ -8995,7 +8995,7 @@

    Return Value

    count

    @@ -9131,7 +9131,7 @@

    Return Value

    count

    @@ -9202,7 +9202,7 @@

    Return Value

    result set

    @@ -9286,7 +9286,7 @@

    Return Value

    result

    @@ -9370,7 +9370,7 @@

    Return Value

    result

    @@ -9467,7 +9467,7 @@

    Return Value

    result

    @@ -9538,7 +9538,7 @@

    Return Value

    count

    @@ -9622,7 +9622,7 @@

    Return Value

    count

    @@ -9719,7 +9719,7 @@

    Return Value

    count

    @@ -9790,7 +9790,7 @@

    Return Value

    result

    @@ -9874,7 +9874,7 @@

    Return Value

    result

    @@ -9958,7 +9958,7 @@

    Return Value

    result

    @@ -10055,7 +10055,7 @@

    Return Value

    result

    @@ -10125,7 +10125,7 @@

    Return Value

    count

    @@ -10209,7 +10209,7 @@

    Return Value

    count

    @@ -10306,7 +10306,7 @@

    Return Value

    count

    @@ -10416,7 +10416,7 @@

    Return Value

    result

    @@ -10539,7 +10539,7 @@

    Return Value

    result

    @@ -10662,7 +10662,7 @@

    Return Value

    result

    @@ -10798,7 +10798,7 @@

    Return Value

    result

    @@ -10908,7 +10908,7 @@

    Return Value

    count

    @@ -11031,7 +11031,7 @@

    Return Value

    count

    @@ -11167,7 +11167,7 @@

    Return Value

    count

    @@ -11238,7 +11238,7 @@

    Return Value

    result

    @@ -11322,7 +11322,7 @@

    Return Value

    result

    @@ -11406,7 +11406,7 @@

    Return Value

    result

    @@ -11503,7 +11503,7 @@

    Return Value

    result

    @@ -11574,7 +11574,7 @@

    Return Value

    count

    @@ -11658,7 +11658,7 @@

    Return Value

    count

    @@ -11755,7 +11755,7 @@

    Return Value

    count

    @@ -11813,7 +11813,7 @@

    Return Value

    result

    @@ -11884,7 +11884,7 @@

    Return Value

    result

    @@ -11955,7 +11955,7 @@

    Return Value

    result

    @@ -12039,7 +12039,7 @@

    Return Value

    result

    @@ -12097,7 +12097,7 @@

    Return Value

    count

    @@ -12168,7 +12168,7 @@

    Return Value

    count

    @@ -12252,7 +12252,7 @@

    Return Value

    count

    @@ -12311,7 +12311,7 @@

    Return Value

    result set

    @@ -12382,7 +12382,7 @@

    Return Value

    result

    @@ -12453,7 +12453,7 @@

    Return Value

    result

    @@ -12537,7 +12537,7 @@

    Return Value

    result

    @@ -12595,7 +12595,7 @@

    Return Value

    count

    @@ -12666,7 +12666,7 @@

    Return Value

    count

    @@ -12750,7 +12750,7 @@

    Return Value

    count

    @@ -12808,7 +12808,7 @@

    Return Value

    result

    @@ -12879,7 +12879,7 @@

    Return Value

    result

    @@ -12950,7 +12950,7 @@

    Return Value

    result

    @@ -13034,7 +13034,7 @@

    Return Value

    result

    @@ -13092,7 +13092,7 @@

    Return Value

    count

    @@ -13162,7 +13162,7 @@

    Return Value

    count

    @@ -13246,7 +13246,7 @@

    Return Value

    count

    @@ -13317,7 +13317,7 @@

    Return Value

    result

    @@ -13401,7 +13401,7 @@

    Return Value

    result

    @@ -13485,7 +13485,7 @@

    Return Value

    result

    @@ -13582,7 +13582,7 @@

    Return Value

    result

    @@ -13653,7 +13653,7 @@

    Return Value

    count

    @@ -13737,7 +13737,7 @@

    Return Value

    count

    @@ -13834,7 +13834,7 @@

    Return Value

    count

    @@ -13905,7 +13905,7 @@

    Return Value

    result

    @@ -13989,7 +13989,7 @@

    Return Value

    result

    @@ -14073,7 +14073,7 @@

    Return Value

    result

    @@ -14170,7 +14170,7 @@

    Return Value

    result

    @@ -14241,7 +14241,7 @@

    Return Value

    count

    @@ -14325,7 +14325,7 @@

    Return Value

    count

    @@ -14422,7 +14422,7 @@

    Return Value

    count

    @@ -14506,7 +14506,7 @@

    Return Value

    result

    @@ -14603,7 +14603,7 @@

    Return Value

    result

    @@ -14700,7 +14700,7 @@

    Return Value

    result

    @@ -14810,7 +14810,7 @@

    Return Value

    result

    @@ -14894,7 +14894,7 @@

    Return Value

    count

    @@ -14991,7 +14991,7 @@

    Return Value

    count

    @@ -15101,7 +15101,7 @@

    Return Value

    count

    @@ -15185,7 +15185,7 @@

    Return Value

    result

    @@ -15282,7 +15282,7 @@

    Return Value

    result

    @@ -15379,7 +15379,7 @@

    Return Value

    result

    @@ -15489,7 +15489,7 @@

    Return Value

    result

    @@ -15573,7 +15573,7 @@

    Return Value

    count

    @@ -15670,7 +15670,7 @@

    Return Value

    count

    @@ -15780,7 +15780,7 @@

    Return Value

    count

    @@ -15851,7 +15851,7 @@

    Return Value

    result

    @@ -15935,7 +15935,7 @@

    Return Value

    result

    @@ -16019,7 +16019,7 @@

    Return Value

    result

    @@ -16116,7 +16116,7 @@

    Return Value

    result

    @@ -16186,7 +16186,7 @@

    Return Value

    count

    @@ -16270,7 +16270,7 @@

    Return Value

    count

    @@ -16367,7 +16367,7 @@

    Return Value

    count

    @@ -16451,7 +16451,7 @@

    Return Value

    result

    @@ -16548,7 +16548,7 @@

    Return Value

    result

    @@ -16645,7 +16645,7 @@

    Return Value

    result

    @@ -16755,7 +16755,7 @@

    Return Value

    result

    @@ -16839,7 +16839,7 @@

    Return Value

    count

    @@ -16936,7 +16936,7 @@

    Return Value

    count

    @@ -17046,7 +17046,7 @@

    Return Value

    count

    @@ -17143,7 +17143,7 @@

    Return Value

    result

    @@ -17253,7 +17253,7 @@

    Return Value

    result

    @@ -17363,7 +17363,7 @@

    Return Value

    result

    @@ -17486,7 +17486,7 @@

    Return Value

    result

    @@ -17558,7 +17558,7 @@

    Return Value

    result

    @@ -17643,7 +17643,7 @@

    Return Value

    result

    @@ -17728,7 +17728,7 @@

    Return Value

    result

    @@ -17826,7 +17826,7 @@

    Return Value

    result

    @@ -17937,7 +17937,7 @@

    Return Value

    result

    @@ -18061,7 +18061,7 @@

    Return Value

    result

    @@ -18146,7 +18146,7 @@

    Return Value

    result

    @@ -18244,7 +18244,7 @@

    Return Value

    result

    @@ -18342,7 +18342,7 @@

    Return Value

    result

    @@ -18453,7 +18453,7 @@

    Return Value

    result

    @@ -18577,7 +18577,7 @@

    Return Value

    result

    @@ -18714,7 +18714,7 @@

    Return Value

    result

    @@ -18799,7 +18799,7 @@

    Return Value

    result

    @@ -18897,7 +18897,7 @@

    Return Value

    result

    @@ -18995,7 +18995,7 @@

    Return Value

    result

    @@ -19106,7 +19106,7 @@

    Return Value

    result

    @@ -19230,7 +19230,7 @@

    Return Value

    result

    @@ -19367,7 +19367,7 @@

    Return Value

    result

    @@ -19465,7 +19465,7 @@

    Return Value

    result

    @@ -19576,7 +19576,7 @@

    Return Value

    result

    @@ -19687,7 +19687,7 @@

    Return Value

    result

    @@ -19811,7 +19811,7 @@

    Return Value

    result

    @@ -19948,7 +19948,7 @@

    Return Value

    result

    @@ -20098,7 +20098,7 @@

    Return Value

    result

    @@ -20184,7 +20184,7 @@

    Return Value

    result

    @@ -20283,7 +20283,7 @@

    Return Value

    result

    @@ -20382,7 +20382,7 @@

    Return Value

    result

    @@ -20494,7 +20494,7 @@

    Return Value

    result

    @@ -20619,7 +20619,7 @@

    Return Value

    result

    @@ -20757,7 +20757,7 @@

    Return Value

    result

    @@ -20855,7 +20855,7 @@

    Return Value

    result

    @@ -20966,7 +20966,7 @@

    Return Value

    result

    @@ -21077,7 +21077,7 @@

    Return Value

    result

    @@ -21201,7 +21201,7 @@

    Return Value

    result

    @@ -21338,7 +21338,7 @@

    Return Value

    result

    @@ -21488,7 +21488,7 @@

    Return Value

    result

    @@ -21586,7 +21586,7 @@

    Return Value

    result

    @@ -21697,7 +21697,7 @@

    Return Value

    result

    @@ -21808,7 +21808,7 @@

    Return Value

    result

    @@ -21932,7 +21932,7 @@

    Return Value

    result

    @@ -22069,7 +22069,7 @@

    Return Value

    result

    @@ -22219,7 +22219,7 @@

    Return Value

    result

    @@ -22330,7 +22330,7 @@

    Return Value

    result

    @@ -22454,7 +22454,7 @@

    Return Value

    result

    @@ -22578,7 +22578,7 @@

    Return Value

    result

    @@ -22715,7 +22715,7 @@

    Return Value

    result

    @@ -22865,7 +22865,7 @@

    Return Value

    result

    @@ -23028,7 +23028,7 @@

    Return Value

    result

    @@ -23113,7 +23113,7 @@

    Return Value

    result

    @@ -23211,7 +23211,7 @@

    Return Value

    result

    @@ -23309,7 +23309,7 @@

    Return Value

    result

    @@ -23420,7 +23420,7 @@

    Return Value

    result

    @@ -23544,7 +23544,7 @@

    Return Value

    result

    @@ -23681,7 +23681,7 @@

    Return Value

    result

    @@ -23778,7 +23778,7 @@

    Return Value

    result

    @@ -23889,7 +23889,7 @@

    Return Value

    result

    @@ -24000,7 +24000,7 @@

    Return Value

    result

    @@ -24124,7 +24124,7 @@

    Return Value

    result

    @@ -24261,7 +24261,7 @@

    Return Value

    result

    @@ -24411,7 +24411,7 @@

    Return Value

    result

    @@ -24509,7 +24509,7 @@

    Return Value

    result

    @@ -24620,7 +24620,7 @@

    Return Value

    result

    @@ -24731,7 +24731,7 @@

    Return Value

    result

    @@ -24855,7 +24855,7 @@

    Return Value

    result

    @@ -24992,7 +24992,7 @@

    Return Value

    result

    @@ -25142,7 +25142,7 @@

    Return Value

    result

    @@ -25253,7 +25253,7 @@

    Return Value

    result

    @@ -25377,7 +25377,7 @@

    Return Value

    result

    @@ -25501,7 +25501,7 @@

    Return Value

    result

    @@ -25638,7 +25638,7 @@

    Return Value

    result

    @@ -25788,7 +25788,7 @@

    Return Value

    result

    @@ -25951,7 +25951,7 @@

    Return Value

    result

    @@ -26050,7 +26050,7 @@

    Return Value

    result

    @@ -26162,7 +26162,7 @@

    Return Value

    result

    @@ -26274,7 +26274,7 @@

    Return Value

    result

    @@ -26399,7 +26399,7 @@

    Return Value

    result

    @@ -26537,7 +26537,7 @@

    Return Value

    result

    @@ -26688,7 +26688,7 @@

    Return Value

    result

    @@ -26799,7 +26799,7 @@

    Return Value

    result

    @@ -26923,7 +26923,7 @@

    Return Value

    result

    @@ -27047,7 +27047,7 @@

    Return Value

    result

    @@ -27184,7 +27184,7 @@

    Return Value

    result

    @@ -27334,7 +27334,7 @@

    Return Value

    result

    @@ -27497,7 +27497,7 @@

    Return Value

    result

    @@ -27608,7 +27608,7 @@

    Return Value

    result

    @@ -27732,7 +27732,7 @@

    Return Value

    result

    @@ -27856,7 +27856,7 @@

    Return Value

    result

    @@ -27993,7 +27993,7 @@

    Return Value

    result

    @@ -28143,7 +28143,7 @@

    Return Value

    result

    @@ -28306,7 +28306,7 @@

    Return Value

    result

    @@ -28430,7 +28430,7 @@

    Return Value

    result

    @@ -28567,7 +28567,7 @@

    Return Value

    result

    @@ -28704,7 +28704,7 @@

    Return Value

    result

    @@ -28854,7 +28854,7 @@

    Return Value

    result

    @@ -29017,7 +29017,7 @@

    Return Value

    result

    @@ -29193,7 +29193,7 @@

    Return Value

    result

    @@ -29292,7 +29292,7 @@

    Return Value

    result

    @@ -29404,7 +29404,7 @@

    Return Value

    result

    @@ -29516,7 +29516,7 @@

    Return Value

    result

    @@ -29641,7 +29641,7 @@

    Return Value

    result

    @@ -29779,7 +29779,7 @@

    Return Value

    result

    @@ -29930,7 +29930,7 @@

    Return Value

    result

    @@ -30041,7 +30041,7 @@

    Return Value

    result

    @@ -30165,7 +30165,7 @@

    Return Value

    result

    @@ -30289,7 +30289,7 @@

    Return Value

    result

    @@ -30426,7 +30426,7 @@

    Return Value

    result

    @@ -30576,7 +30576,7 @@

    Return Value

    result

    @@ -30739,7 +30739,7 @@

    Return Value

    result

    @@ -30850,7 +30850,7 @@

    Return Value

    result

    @@ -30974,7 +30974,7 @@

    Return Value

    result

    @@ -31098,7 +31098,7 @@

    Return Value

    result

    @@ -31235,7 +31235,7 @@

    Return Value

    result

    @@ -31385,7 +31385,7 @@

    Return Value

    result

    @@ -31548,7 +31548,7 @@

    Return Value

    result

    @@ -31672,7 +31672,7 @@

    Return Value

    result

    @@ -31809,7 +31809,7 @@

    Return Value

    result

    @@ -31946,7 +31946,7 @@

    Return Value

    result

    @@ -32096,7 +32096,7 @@

    Return Value

    result

    @@ -32259,7 +32259,7 @@

    Return Value

    result

    @@ -32435,7 +32435,7 @@

    Return Value

    result

    @@ -32520,7 +32520,7 @@

    Return Value

    result

    @@ -32618,7 +32618,7 @@

    Return Value

    result

    @@ -32716,7 +32716,7 @@

    Return Value

    result

    @@ -32827,7 +32827,7 @@

    Return Value

    result

    @@ -32951,7 +32951,7 @@

    Return Value

    result

    @@ -33088,7 +33088,7 @@

    Return Value

    result

    @@ -33186,7 +33186,7 @@

    Return Value

    result

    @@ -33297,7 +33297,7 @@

    Return Value

    result

    @@ -33408,7 +33408,7 @@

    Return Value

    result

    @@ -33532,7 +33532,7 @@

    Return Value

    result

    @@ -33669,7 +33669,7 @@

    Return Value

    result

    @@ -33819,7 +33819,7 @@

    Return Value

    result

    @@ -33917,7 +33917,7 @@

    Return Value

    result

    @@ -34028,7 +34028,7 @@

    Return Value

    result

    @@ -34139,7 +34139,7 @@

    Return Value

    result

    @@ -34263,7 +34263,7 @@

    Return Value

    result

    @@ -34400,7 +34400,7 @@

    Return Value

    result

    @@ -34550,7 +34550,7 @@

    Return Value

    result

    @@ -34661,7 +34661,7 @@

    Return Value

    result

    @@ -34785,7 +34785,7 @@

    Return Value

    result

    @@ -34909,7 +34909,7 @@

    Return Value

    result

    @@ -35046,7 +35046,7 @@

    Return Value

    result

    @@ -35196,7 +35196,7 @@

    Return Value

    result

    @@ -35359,7 +35359,7 @@

    Return Value

    result

    @@ -35457,7 +35457,7 @@

    Return Value

    result

    @@ -35568,7 +35568,7 @@

    Return Value

    result

    @@ -35679,7 +35679,7 @@

    Return Value

    result

    @@ -35803,7 +35803,7 @@

    Return Value

    result

    @@ -35940,7 +35940,7 @@

    Return Value

    result

    @@ -36090,7 +36090,7 @@

    Return Value

    result

    @@ -36201,7 +36201,7 @@

    Return Value

    result

    @@ -36325,7 +36325,7 @@

    Return Value

    result

    @@ -36449,7 +36449,7 @@

    Return Value

    result

    @@ -36586,7 +36586,7 @@

    Return Value

    result

    @@ -36736,7 +36736,7 @@

    Return Value

    result

    @@ -36899,7 +36899,7 @@

    Return Value

    result

    @@ -37010,7 +37010,7 @@

    Return Value

    result

    @@ -37134,7 +37134,7 @@

    Return Value

    result

    @@ -37258,7 +37258,7 @@

    Return Value

    result

    @@ -37395,7 +37395,7 @@

    Return Value

    result

    @@ -37545,7 +37545,7 @@

    Return Value

    result

    @@ -37708,7 +37708,7 @@

    Return Value

    result

    @@ -37832,7 +37832,7 @@

    Return Value

    result

    @@ -37969,7 +37969,7 @@

    Return Value

    result

    @@ -38106,7 +38106,7 @@

    Return Value

    result

    @@ -38256,7 +38256,7 @@

    Return Value

    result

    @@ -38419,7 +38419,7 @@

    Return Value

    result

    @@ -38595,7 +38595,7 @@

    Return Value

    result

    @@ -38707,7 +38707,7 @@

    Return Value

    result

    @@ -38832,7 +38832,7 @@

    Return Value

    result

    @@ -38957,7 +38957,7 @@

    Return Value

    result

    @@ -39095,7 +39095,7 @@

    Return Value

    result

    @@ -39246,7 +39246,7 @@

    Return Value

    result

    @@ -39410,7 +39410,7 @@

    Return Value

    result

    @@ -39534,7 +39534,7 @@

    Return Value

    result

    @@ -39671,7 +39671,7 @@

    Return Value

    result

    @@ -39808,7 +39808,7 @@

    Return Value

    result

    @@ -39958,7 +39958,7 @@

    Return Value

    result

    @@ -40121,7 +40121,7 @@

    Return Value

    result

    @@ -40297,7 +40297,7 @@

    Return Value

    result

    @@ -40421,7 +40421,7 @@

    Return Value

    result

    @@ -40558,7 +40558,7 @@

    Return Value

    result

    @@ -40695,7 +40695,7 @@

    Return Value

    result

    @@ -40845,7 +40845,7 @@

    Return Value

    result

    @@ -41008,7 +41008,7 @@

    Return Value

    result

    @@ -41184,7 +41184,7 @@

    Return Value

    result

    @@ -41321,7 +41321,7 @@

    Return Value

    result

    @@ -41471,7 +41471,7 @@

    Return Value

    result

    @@ -41621,7 +41621,7 @@

    Return Value

    result

    @@ -41784,7 +41784,7 @@

    Return Value

    result

    @@ -41960,7 +41960,7 @@

    Return Value

    result

    @@ -42149,7 +42149,7 @@

    Return Value

    result

    @@ -42273,7 +42273,7 @@

    Return Value

    result

    @@ -42410,7 +42410,7 @@

    Return Value

    result

    @@ -42573,7 +42573,7 @@

    Return Value

    result

    @@ -42710,7 +42710,7 @@

    Return Value

    result

    @@ -42860,7 +42860,7 @@

    Return Value

    result

    @@ -43036,7 +43036,7 @@

    Return Value

    result

    @@ -43133,7 +43133,7 @@

    Return Value

    count

    @@ -43243,7 +43243,7 @@

    Return Value

    count

    @@ -43366,7 +43366,7 @@

    Return Value

    count

    @@ -43424,7 +43424,7 @@

    Return Value

    result

    @@ -43494,7 +43494,7 @@

    Return Value

    result

    @@ -43565,7 +43565,7 @@

    Return Value

    result

    @@ -43649,7 +43649,7 @@

    Return Value

    result

    @@ -43720,7 +43720,7 @@

    Return Value

    result

    @@ -43804,7 +43804,7 @@

    Return Value

    result

    @@ -43888,7 +43888,7 @@

    Return Value

    result

    @@ -43985,7 +43985,7 @@

    Return Value

    result

    @@ -44043,7 +44043,7 @@

    Return Value

    SQL

    @@ -44113,7 +44113,7 @@

    Return Value

    SQL

    @@ -44171,7 +44171,7 @@

    Return Value

    SQL

    @@ -44241,7 +44241,7 @@

    Return Value

    SQL

    @@ -44299,7 +44299,7 @@

    Return Value

    SQL

    @@ -44370,7 +44370,7 @@

    Return Value

    SQL

    @@ -44441,7 +44441,7 @@

    Return Value

    SQL

    @@ -44525,7 +44525,7 @@

    Return Value

    SQL

    @@ -44635,7 +44635,7 @@

    Return Value

    result

    @@ -44758,7 +44758,7 @@

    Return Value

    result

    @@ -44881,7 +44881,7 @@

    Return Value

    result

    @@ -45017,7 +45017,7 @@

    Return Value

    result

    @@ -45140,7 +45140,7 @@

    Return Value

    result set

    @@ -45276,7 +45276,7 @@

    Return Value

    result

    @@ -45412,7 +45412,7 @@

    Return Value

    result

    @@ -45561,7 +45561,7 @@

    Return Value

    result

    @@ -45671,7 +45671,7 @@

    Return Value

    result

    @@ -45768,7 +45768,7 @@

    Return Value

    result

    @@ -45891,7 +45891,7 @@

    Return Value

    result

    @@ -46001,7 +46001,7 @@

    Return Value

    result

    @@ -46059,7 +46059,7 @@

    Return Value

    true if paginated

    @@ -46117,7 +46117,7 @@

    Return Value

    object paginated results

    @@ -46188,7 +46188,7 @@

    Return Value

    object paginated results

    @@ -46247,7 +46247,7 @@

    Return Value

    result

    @@ -46318,7 +46318,7 @@

    Return Value

    result

    @@ -46389,7 +46389,7 @@

    Return Value

    result

    @@ -46474,7 +46474,7 @@

    Return Value

    result

    @@ -46546,7 +46546,7 @@

    Return Value

    result

    @@ -46631,7 +46631,7 @@

    Return Value

    result

    @@ -46716,7 +46716,7 @@

    Return Value

    result

    @@ -46814,7 +46814,7 @@

    Return Value

    result

    @@ -46899,7 +46899,7 @@

    Return Value

    result

    @@ -46997,7 +46997,7 @@

    Return Value

    result

    @@ -47095,7 +47095,7 @@

    Return Value

    result

    @@ -47206,7 +47206,7 @@

    Return Value

    result

    @@ -47304,7 +47304,7 @@

    Return Value

    result

    @@ -47415,7 +47415,7 @@

    Return Value

    result

    @@ -47526,7 +47526,7 @@

    Return Value

    result

    @@ -47650,7 +47650,7 @@

    Return Value

    result

    @@ -47722,7 +47722,7 @@

    Return Value

    result

    @@ -47807,7 +47807,7 @@

    Return Value

    result

    @@ -47892,7 +47892,7 @@

    Return Value

    result

    @@ -47990,7 +47990,7 @@

    Return Value

    result

    @@ -48075,7 +48075,7 @@

    Return Value

    result

    @@ -48173,7 +48173,7 @@

    Return Value

    result

    @@ -48271,7 +48271,7 @@

    Return Value

    result

    @@ -48382,7 +48382,7 @@

    Return Value

    result

    @@ -48480,7 +48480,7 @@

    Return Value

    result

    @@ -48591,7 +48591,7 @@

    Return Value

    result

    @@ -48702,7 +48702,7 @@

    Return Value

    result

    @@ -48826,7 +48826,7 @@

    Return Value

    result

    @@ -48937,7 +48937,7 @@

    Return Value

    result

    @@ -49061,7 +49061,7 @@

    Return Value

    result

    @@ -49185,7 +49185,7 @@

    Return Value

    result

    @@ -49322,7 +49322,7 @@

    Return Value

    result

    @@ -49420,7 +49420,7 @@

    Return Value

    result

    @@ -49531,7 +49531,7 @@

    Return Value

    result

    @@ -49642,7 +49642,7 @@

    Return Value

    result

    @@ -49766,7 +49766,7 @@

    Return Value

    result

    @@ -49877,7 +49877,7 @@

    Return Value

    result

    @@ -50001,7 +50001,7 @@

    Return Value

    result

    @@ -50125,7 +50125,7 @@

    Return Value

    result

    @@ -50262,7 +50262,7 @@

    Return Value

    result

    @@ -50386,7 +50386,7 @@

    Return Value

    result

    @@ -50523,7 +50523,7 @@

    Return Value

    result

    @@ -50660,7 +50660,7 @@

    Return Value

    result

    @@ -50810,7 +50810,7 @@

    Return Value

    result

    @@ -50947,7 +50947,7 @@

    Return Value

    result

    @@ -51097,7 +51097,7 @@

    Return Value

    result

    @@ -51247,7 +51247,7 @@

    Return Value

    result

    @@ -51410,7 +51410,7 @@

    Return Value

    result

    @@ -51508,7 +51508,7 @@

    Return Value

    result

    @@ -51619,7 +51619,7 @@

    Return Value

    result

    @@ -51756,7 +51756,7 @@

    Return Value

    result

    @@ -51867,7 +51867,7 @@

    Return Value

    result

    @@ -51991,7 +51991,7 @@

    Return Value

    result

    @@ -52141,7 +52141,7 @@

    Return Value

    result

    @@ -52211,7 +52211,7 @@

    Return Value

    limit

    @@ -52269,7 +52269,7 @@

    Return Value

    true if exists

    @@ -52327,7 +52327,7 @@

    Return Value

    true if exists

    @@ -52385,7 +52385,7 @@

    Return Value

    object

    @@ -52420,7 +52420,7 @@

    Declaration

    @@ -52455,7 +52455,7 @@

    Declaration

    @@ -52490,7 +52490,7 @@

    Declaration

    @@ -52529,7 +52529,7 @@

    Return Value

    true if in transaction

    @@ -52587,7 +52587,7 @@

    Return Value

    rows updated

    @@ -52671,7 +52671,7 @@

    Return Value

    rows updated

    @@ -52729,7 +52729,7 @@

    Return Value

    rows deleted

    @@ -52787,7 +52787,7 @@

    Return Value

    rows deleted

    @@ -52845,7 +52845,7 @@

    Return Value

    rows deleted

    @@ -52903,7 +52903,7 @@

    Return Value

    rows deleted

    @@ -52973,7 +52973,7 @@

    Return Value

    rows deleted

    @@ -53031,7 +53031,7 @@

    Return Value

    rows deleted

    @@ -53070,7 +53070,7 @@

    Return Value

    rows deleted

    @@ -53128,7 +53128,7 @@

    Return Value

    insertion id

    @@ -53186,7 +53186,7 @@

    Return Value

    insertion id

    @@ -53244,7 +53244,7 @@

    Return Value

    insertion id if created

    @@ -53302,7 +53302,7 @@

    Return Value

    insertion id if created

    @@ -53341,7 +53341,7 @@

    Return Value

    true if has an id

    @@ -53399,7 +53399,7 @@

    Return Value

    id value

    @@ -53457,7 +53457,7 @@

    Return Value

    id values in an array

    @@ -53523,7 +53523,7 @@

    Parameters

    @@ -53589,7 +53589,7 @@

    Parameters

    @@ -53647,7 +53647,7 @@

    Return Value

    column values

    @@ -53705,7 +53705,7 @@

    Return Value

    pk where clause

    @@ -53763,7 +53763,7 @@

    Return Value

    pk where args

    @@ -53821,7 +53821,7 @@

    Return Value

    where clause

    @@ -53879,7 +53879,7 @@

    Return Value

    where clause

    @@ -53950,7 +53950,7 @@

    Return Value

    where clause

    @@ -54008,7 +54008,7 @@

    Return Value

    where clause

    @@ -54079,7 +54079,7 @@

    Return Value

    where clause

    @@ -54149,7 +54149,7 @@

    Return Value

    where clause

    @@ -54220,7 +54220,7 @@

    Return Value

    where clause

    @@ -54304,7 +54304,7 @@

    Return Value

    where clause

    @@ -54375,7 +54375,7 @@

    Return Value

    where clause

    @@ -54446,7 +54446,7 @@

    Return Value

    where clause

    @@ -54504,7 +54504,7 @@

    Return Value

    where args

    @@ -54562,7 +54562,7 @@

    Return Value

    where args

    @@ -54620,7 +54620,7 @@

    Return Value

    where args

    @@ -54678,7 +54678,7 @@

    Return Value

    where args

    @@ -54736,7 +54736,7 @@

    Return Value

    where args

    @@ -54807,7 +54807,7 @@

    Return Value

    where clause

    @@ -54879,7 +54879,7 @@

    Return Value

    where args

    @@ -54918,7 +54918,7 @@

    Return Value

    count

    @@ -54976,7 +54976,7 @@

    Return Value

    count

    @@ -55046,7 +55046,7 @@

    Return Value

    count

    @@ -55104,7 +55104,7 @@

    Return Value

    count

    @@ -55174,7 +55174,7 @@

    Return Value

    count

    @@ -55244,7 +55244,7 @@

    Return Value

    count

    @@ -55328,7 +55328,7 @@

    Return Value

    count

    @@ -55412,7 +55412,7 @@

    Return Value

    count

    @@ -55509,7 +55509,7 @@

    Return Value

    count

    @@ -55567,7 +55567,7 @@

    Return Value

    min or null

    @@ -55651,7 +55651,7 @@

    Return Value

    min or nil

    @@ -55709,7 +55709,7 @@

    Return Value

    max or null

    @@ -55793,7 +55793,7 @@

    Return Value

    max or nil

    @@ -55863,7 +55863,7 @@

    Return Value

    single result object

    @@ -55948,7 +55948,7 @@

    Return Value

    single result object

    @@ -56032,7 +56032,7 @@

    Return Value

    result, null if no result

    @@ -56129,7 +56129,7 @@

    Return Value

    result, null if no result

    @@ -56200,7 +56200,7 @@

    Return Value

    single column result strings

    @@ -56285,7 +56285,7 @@

    Return Value

    single column results

    @@ -56369,7 +56369,7 @@

    Return Value

    single column results

    @@ -56467,7 +56467,7 @@

    Return Value

    single column results

    @@ -56564,7 +56564,7 @@

    Return Value

    single column results

    @@ -56675,7 +56675,7 @@

    Return Value

    single column results

    @@ -56746,7 +56746,7 @@

    Return Value

    results

    @@ -56830,7 +56830,7 @@

    Return Value

    results

    @@ -56901,7 +56901,7 @@

    Return Value

    single row results

    @@ -56985,7 +56985,7 @@

    Return Value

    single row results

    @@ -57069,7 +57069,7 @@

    Return Value

    results

    @@ -57166,7 +57166,7 @@

    Return Value

    results

    @@ -57233,7 +57233,7 @@

    Parameters

    @@ -57299,7 +57299,7 @@

    Parameters

    @@ -57353,7 +57353,7 @@

    Parameters

    @@ -57407,7 +57407,7 @@

    Parameters

    @@ -57461,7 +57461,7 @@

    Parameters

    @@ -57515,7 +57515,7 @@

    Parameters

    @@ -57525,7 +57525,7 @@

    Parameters

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGBaseExtension.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGBaseExtension.html index 6c72fdc4..44b2040e 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGBaseExtension.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGBaseExtension.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGBaseExtension

    Abstract base GeoPackage extension

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5174,7 +5174,7 @@

    Return Value

    new base extension

    @@ -5232,7 +5232,7 @@

    Return Value

    new base extension

    @@ -5343,7 +5343,7 @@

    Return Value

    extension

    @@ -5401,7 +5401,7 @@

    Return Value

    extension results

    @@ -5459,7 +5459,7 @@

    Return Value

    true if extension exists

    @@ -5530,7 +5530,7 @@

    Return Value

    extension results

    @@ -5601,7 +5601,7 @@

    Return Value

    true if extension exists

    @@ -5685,7 +5685,7 @@

    Return Value

    extension

    @@ -5769,7 +5769,7 @@

    Return Value

    true if extension exists

    @@ -5804,7 +5804,7 @@

    Declaration

    @@ -5814,7 +5814,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGBoundedOverlay.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGBoundedOverlay.html index c5f9c757..7c271aa2 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGBoundedOverlay.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGBoundedOverlay.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGBoundedOverlay

    Abstract overlay which provides bounding returned tiles by zoom levels and/or a bounding box

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5151,7 +5151,7 @@

    Declaration

    @@ -5190,7 +5190,7 @@

    Return Value

    new bounded overlay

    @@ -5257,7 +5257,7 @@

    Parameters

    @@ -5315,7 +5315,7 @@

    Return Value

    bounding box

    @@ -5397,7 +5397,7 @@

    Return Value

    true if there is a tile

    @@ -5481,7 +5481,7 @@

    Return Value

    true if there is a tile

    @@ -5565,7 +5565,7 @@

    Return Value

    tile

    @@ -5649,7 +5649,7 @@

    Return Value

    true if within the bounds

    @@ -5707,7 +5707,7 @@

    Return Value

    true if within the zoom bounds

    @@ -5791,7 +5791,7 @@

    Return Value

    true if within the bounding box bounds

    @@ -5801,7 +5801,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGBoundingBox.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGBoundingBox.html index 8ea01891..0dbccb4d 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGBoundingBox.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGBoundingBox.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGBoundingBox

    Bounding box with longitude and latitude range

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5151,7 +5151,7 @@

    Declaration

    @@ -5186,7 +5186,7 @@

    Declaration

    @@ -5225,7 +5225,7 @@

    Return Value

    new bounding box

    @@ -5264,7 +5264,7 @@

    Return Value

    new bounding box

    @@ -5303,7 +5303,7 @@

    Return Value

    new bounding box

    @@ -5342,7 +5342,7 @@

    Return Value

    new bounding box

    @@ -5439,7 +5439,7 @@

    Return Value

    new bounding box

    @@ -5536,7 +5536,7 @@

    Return Value

    new bounding box

    @@ -5594,7 +5594,7 @@

    Return Value

    new bounding box

    @@ -5652,7 +5652,7 @@

    Return Value

    new bounding box

    @@ -5710,7 +5710,7 @@

    Return Value

    new bounding box

    @@ -5749,7 +5749,7 @@

    Return Value

    longitude range

    @@ -5788,7 +5788,7 @@

    Return Value

    longitude range

    @@ -5827,7 +5827,7 @@

    Return Value

    latitude range

    @@ -5866,7 +5866,7 @@

    Return Value

    latitude range

    @@ -5905,7 +5905,7 @@

    Return Value

    centroid point

    @@ -5963,7 +5963,7 @@

    Return Value

    centroid point

    @@ -6021,7 +6021,7 @@

    Return Value

    centroid point

    @@ -6092,7 +6092,7 @@

    Return Value

    centroid point

    @@ -6131,7 +6131,7 @@

    Return Value

    centroid point

    @@ -6189,7 +6189,7 @@

    Return Value

    centroid point

    @@ -6228,7 +6228,7 @@

    Return Value

    geometry envelope

    @@ -6287,7 +6287,7 @@

    Return Value

    geometry envelope

    @@ -6326,7 +6326,7 @@

    Return Value

    geometry, polygon or point

    @@ -6384,7 +6384,7 @@

    Return Value

    geometry, polygon or point

    @@ -6442,7 +6442,7 @@

    Return Value

    true if equal, false if not

    @@ -6481,7 +6481,7 @@

    Return Value

    map rectangle

    @@ -6520,7 +6520,7 @@

    Return Value

    Coordinate Region

    @@ -6559,7 +6559,7 @@

    Return Value

    Span

    @@ -6598,7 +6598,7 @@

    Return Value

    center location

    @@ -6637,7 +6637,7 @@

    Return Value

    bounding box size

    @@ -6696,7 +6696,7 @@

    Return Value

    complementary bounding box or nil if none

    @@ -6735,7 +6735,7 @@

    Return Value

    complementary bounding box or nil if none

    @@ -6774,7 +6774,7 @@

    Return Value

    complementary bounding box or nil if none

    @@ -6835,7 +6835,7 @@

    Return Value

    bounded bounding box

    @@ -6874,7 +6874,7 @@

    Return Value

    bounded bounding box

    @@ -6913,7 +6913,7 @@

    Return Value

    bounded bounding box

    @@ -6974,7 +6974,7 @@

    Return Value

    expanded bounding box

    @@ -7015,7 +7015,7 @@

    Return Value

    expanded bounding box

    @@ -7056,7 +7056,7 @@

    Return Value

    expanded bounding box

    @@ -7114,7 +7114,7 @@

    Return Value

    transformed bounding box

    @@ -7172,7 +7172,7 @@

    Return Value

    true if intersects

    @@ -7243,7 +7243,7 @@

    Return Value

    true if intersects

    @@ -7301,7 +7301,7 @@

    Return Value

    bounding box

    @@ -7372,7 +7372,7 @@

    Return Value

    bounding box

    @@ -7430,7 +7430,7 @@

    Return Value

    bounding box

    @@ -7488,7 +7488,7 @@

    Return Value

    true if contains

    @@ -7527,7 +7527,7 @@

    Return Value

    new square expanded bounding box

    @@ -7587,7 +7587,7 @@

    Return Value

    new square expanded bounding box

    @@ -7626,7 +7626,7 @@

    Return Value

    true if a single point bounds

    @@ -7636,7 +7636,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGColumnConstraints.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGColumnConstraints.html index 776d93a5..ebd4abe9 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGColumnConstraints.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGColumnConstraints.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGColumnConstraints

    Column Constraints

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5174,7 +5174,7 @@

    Return Value

    new column constraints

    @@ -5228,7 +5228,7 @@

    Parameters

    @@ -5282,7 +5282,7 @@

    Parameters

    @@ -5336,7 +5336,7 @@

    Parameters

    @@ -5394,7 +5394,7 @@

    Return Value

    constraint

    @@ -5433,7 +5433,7 @@

    Return Value

    constraints count

    @@ -5487,7 +5487,7 @@

    Parameters

    @@ -5526,7 +5526,7 @@

    Return Value

    true if has constraints

    @@ -5536,7 +5536,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGColumnValue.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGColumnValue.html index 15c36dfb..5b2fe651 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGColumnValue.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGColumnValue.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5046,7 +5046,7 @@

    GPKGColumnValue

    tolerance for floating point numbers

    @@ -5082,7 +5082,7 @@

    Declaration

    @@ -5117,7 +5117,7 @@

    Declaration

    @@ -5175,7 +5175,7 @@

    Return Value

    new column value

    @@ -5246,7 +5246,7 @@

    Return Value

    new column value

    @@ -5256,7 +5256,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGColumnValues.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGColumnValues.html index f253eb63..2af9e7c3 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGColumnValues.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGColumnValues.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGColumnValues

    Collection of column values

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5155,7 +5155,7 @@

    Return Value

    new column values

    @@ -5194,7 +5194,7 @@

    Return Value

    column value count

    @@ -5260,7 +5260,7 @@

    Parameters

    @@ -5318,7 +5318,7 @@

    Return Value

    value

    @@ -5328,7 +5328,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGCompositeOverlay.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGCompositeOverlay.html index 6a2d4fc9..d35ea2be 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGCompositeOverlay.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGCompositeOverlay.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGCompositeOverlay

    Composite overlay comprised of multiple overlays, checking each in order for a tile

    @@ -5085,7 +5085,7 @@

    Return Value

    new composite overlay

    @@ -5143,7 +5143,7 @@

    Return Value

    new composite overlay

    @@ -5201,7 +5201,7 @@

    Return Value

    new composite overlay

    @@ -5255,7 +5255,7 @@

    Parameters

    @@ -5309,7 +5309,7 @@

    Parameters

    @@ -5344,7 +5344,7 @@

    Declaration

    @@ -5354,7 +5354,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGCompressFormats.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGCompressFormats.html index a228c74d..bdb4e82e 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGCompressFormats.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGCompressFormats.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5065,7 +5065,7 @@

    GPKGCompressFormats

    Undocumented

    @@ -5124,7 +5124,7 @@

    Return Value

    compress format name

    @@ -5182,7 +5182,7 @@

    Return Value

    compress format

    @@ -5192,7 +5192,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGConnection.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGConnection.html index c8049c2a..8bf891b4 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGConnection.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGConnection.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGConnection

    GeoPackage database connection

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5174,7 +5174,7 @@

    Return Value

    new connection

    @@ -5245,7 +5245,7 @@

    Return Value

    new connection

    @@ -5280,7 +5280,7 @@

    Declaration

    @@ -5338,7 +5338,7 @@

    Return Value

    result set

    @@ -5408,7 +5408,7 @@

    Return Value

    result set

    @@ -5544,7 +5544,7 @@

    Return Value

    result set

    @@ -5693,7 +5693,7 @@

    Return Value

    result set

    @@ -5842,7 +5842,7 @@

    Return Value

    result set

    @@ -6004,7 +6004,7 @@

    Return Value

    result set

    @@ -6127,7 +6127,7 @@

    Return Value

    SQL

    @@ -6263,7 +6263,7 @@

    Return Value

    SQL

    @@ -6399,7 +6399,7 @@

    Return Value

    SQL

    @@ -6548,7 +6548,7 @@

    Return Value

    SQL

    @@ -6606,7 +6606,7 @@

    Return Value

    count

    @@ -6676,7 +6676,7 @@

    Return Value

    count

    @@ -6734,7 +6734,7 @@

    Return Value

    count

    @@ -6804,7 +6804,7 @@

    Return Value

    count

    @@ -6888,7 +6888,7 @@

    Return Value

    count

    @@ -6958,7 +6958,7 @@

    Return Value

    count

    @@ -7042,7 +7042,7 @@

    Return Value

    count

    @@ -7139,7 +7139,7 @@

    Return Value

    count

    @@ -7249,7 +7249,7 @@

    Return Value

    count

    @@ -7319,7 +7319,7 @@

    Return Value

    min or nil

    @@ -7416,7 +7416,7 @@

    Return Value

    min or nil

    @@ -7486,7 +7486,7 @@

    Return Value

    max or nil

    @@ -7583,7 +7583,7 @@

    Return Value

    max or nil

    @@ -7618,7 +7618,7 @@

    Declaration

    @@ -7653,7 +7653,7 @@

    Declaration

    @@ -7688,7 +7688,7 @@

    Declaration

    @@ -7723,7 +7723,7 @@

    Declaration

    @@ -7762,7 +7762,7 @@

    Return Value

    true if in transaction

    @@ -7803,7 +7803,7 @@

    Return Value

    violations and not enabled

    @@ -7842,7 +7842,7 @@

    Return Value

    true if enabled, false if disabled

    @@ -7900,7 +7900,7 @@

    Return Value

    previous foreign keys value

    @@ -7940,7 +7940,7 @@

    Return Value

    violation. see SQLite PRAGMA foreign_key_check

    @@ -7999,7 +7999,7 @@

    Return Value

    violation. see SQLite PRAGMA foreign_key_check

    @@ -8057,7 +8057,7 @@

    Return Value

    insertion id

    @@ -8115,7 +8115,7 @@

    Return Value

    updated rows

    @@ -8199,7 +8199,7 @@

    Return Value

    updated rows

    @@ -8296,7 +8296,7 @@

    Return Value

    updated rows

    @@ -8367,7 +8367,7 @@

    Return Value

    insertion id

    @@ -8425,7 +8425,7 @@

    Return Value

    deleted rows

    @@ -8495,7 +8495,7 @@

    Return Value

    deleted rows

    @@ -8579,7 +8579,7 @@

    Return Value

    deleted rows

    @@ -8633,7 +8633,7 @@

    Parameters

    @@ -8687,7 +8687,7 @@

    Parameters

    @@ -8741,7 +8741,7 @@

    Parameters

    @@ -8808,7 +8808,7 @@

    Parameters

    @@ -8866,7 +8866,7 @@

    Return Value

    removed statement or nil if not found

    @@ -8924,7 +8924,7 @@

    Return Value

    true if exists

    @@ -8982,7 +8982,7 @@

    Return Value

    true if exists

    @@ -9040,7 +9040,7 @@

    Return Value

    true if exists

    @@ -9111,7 +9111,7 @@

    Return Value

    true if column exists

    @@ -9191,7 +9191,7 @@

    Parameters

    @@ -9261,7 +9261,7 @@

    Return Value

    single result object

    @@ -9346,7 +9346,7 @@

    Return Value

    single result object

    @@ -9430,7 +9430,7 @@

    Return Value

    result, null if no result

    @@ -9527,7 +9527,7 @@

    Return Value

    result, null if no result

    @@ -9598,7 +9598,7 @@

    Return Value

    single column result strings

    @@ -9683,7 +9683,7 @@

    Return Value

    single column results

    @@ -9767,7 +9767,7 @@

    Return Value

    single column results

    @@ -9865,7 +9865,7 @@

    Return Value

    single column results

    @@ -9962,7 +9962,7 @@

    Return Value

    single column results

    @@ -10073,7 +10073,7 @@

    Return Value

    single column results

    @@ -10144,7 +10144,7 @@

    Return Value

    results

    @@ -10228,7 +10228,7 @@

    Return Value

    results

    @@ -10299,7 +10299,7 @@

    Return Value

    single row results

    @@ -10383,7 +10383,7 @@

    Return Value

    single row results

    @@ -10467,7 +10467,7 @@

    Return Value

    results

    @@ -10564,7 +10564,7 @@

    Return Value

    results

    @@ -10599,7 +10599,7 @@

    Declaration

    @@ -10653,7 +10653,7 @@

    Parameters

    @@ -10692,7 +10692,7 @@

    Return Value

    application id

    @@ -10731,7 +10731,7 @@

    Return Value

    application id integer

    @@ -10770,7 +10770,7 @@

    Return Value

    application id hex string

    @@ -10828,7 +10828,7 @@

    Return Value

    application id

    @@ -10863,7 +10863,7 @@

    Declaration

    @@ -10917,7 +10917,7 @@

    Parameters

    @@ -10956,7 +10956,7 @@

    Return Value

    user version

    @@ -10995,7 +10995,7 @@

    Return Value

    user version major

    @@ -11034,7 +11034,7 @@

    Return Value

    user version minor

    @@ -11073,7 +11073,7 @@

    Return Value

    user version patch

    @@ -11127,7 +11127,7 @@

    Parameters

    @@ -11207,7 +11207,7 @@

    Parameters

    @@ -11261,7 +11261,7 @@

    Parameters

    @@ -11315,7 +11315,7 @@

    Parameters

    @@ -11325,7 +11325,7 @@

    Parameters

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGConnectionFunction.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGConnectionFunction.html index d28d4e3a..72860037 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGConnectionFunction.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGConnectionFunction.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGConnectionFunction

    GeoPackage connection function wrapper

    @@ -5130,7 +5130,7 @@

    Return Value

    new connection function

    @@ -5169,7 +5169,7 @@

    Return Value

    function

    @@ -5208,7 +5208,7 @@

    Return Value

    function name

    @@ -5247,7 +5247,7 @@

    Return Value

    function arguments count

    @@ -5257,7 +5257,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGConnectionPool.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGConnectionPool.html index b16ba5ac..b810a0ab 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGConnectionPool.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGConnectionPool.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5046,7 +5046,7 @@

    GPKGConnectionPool

    Opens connections as needed and keeps a configured amount of connections open for us.

    @@ -5086,7 +5086,7 @@

    Return Value

    open connection per pool

    @@ -5140,7 +5140,7 @@

    Parameters

    @@ -5179,7 +5179,7 @@

    Return Value

    check connections flag

    @@ -5233,7 +5233,7 @@

    Parameters

    @@ -5272,7 +5272,7 @@

    Return Value

    check frequency in seconds

    @@ -5326,7 +5326,7 @@

    Parameters

    @@ -5365,7 +5365,7 @@

    Return Value

    warning time in seconds

    @@ -5419,7 +5419,7 @@

    Parameters

    @@ -5458,7 +5458,7 @@

    Return Value

    maintain stack traces flag

    @@ -5512,7 +5512,7 @@

    Parameters

    @@ -5570,7 +5570,7 @@

    Return Value

    new connection

    @@ -5605,7 +5605,7 @@

    Declaration

    @@ -5644,7 +5644,7 @@

    Return Value

    connection

    @@ -5683,7 +5683,7 @@

    Return Value

    connection for result sets

    @@ -5722,7 +5722,7 @@

    Return Value

    connection for writing

    @@ -5757,7 +5757,7 @@

    Declaration

    @@ -5792,7 +5792,7 @@

    Declaration

    @@ -5827,7 +5827,7 @@

    Declaration

    @@ -5862,7 +5862,7 @@

    Declaration

    @@ -5901,7 +5901,7 @@

    Return Value

    true if in transaction

    @@ -5959,7 +5959,7 @@

    Return Value

    true if released

    @@ -6017,7 +6017,7 @@

    Return Value

    true if released

    @@ -6056,7 +6056,7 @@

    Return Value

    connection count

    @@ -6110,7 +6110,7 @@

    Parameters

    @@ -6164,7 +6164,7 @@

    Parameters

    @@ -6218,7 +6218,7 @@

    Parameters

    @@ -6285,7 +6285,7 @@

    Parameters

    @@ -6343,7 +6343,7 @@

    Return Value

    removed statement or nil if not found

    @@ -6382,7 +6382,7 @@

    Return Value

    removed statement count

    @@ -6392,7 +6392,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGConstraint.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGConstraint.html index 309be379..4c843a31 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGConstraint.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGConstraint.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGConstraint

    Table or column constraint

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5151,7 +5151,7 @@

    Declaration

    @@ -5205,7 +5205,7 @@

    Parameters

    @@ -5272,7 +5272,7 @@

    Parameters

    @@ -5339,7 +5339,7 @@

    Parameters

    @@ -5419,7 +5419,7 @@

    Parameters

    @@ -5458,7 +5458,7 @@

    Return Value

    name SQL

    @@ -5497,7 +5497,7 @@

    Return Value

    sql constraint

    @@ -5536,7 +5536,7 @@

    Return Value

    sort order

    @@ -5546,7 +5546,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGConstraintParser.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGConstraintParser.html index 355b53c8..1da54139 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGConstraintParser.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGConstraintParser.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGConstraintParser

    SQL constraint parser from create table statements

    @@ -5104,7 +5104,7 @@

    Return Value

    constraints

    @@ -5162,7 +5162,7 @@

    Return Value

    constraints

    @@ -5220,7 +5220,7 @@

    Return Value

    constraint or null

    @@ -5278,7 +5278,7 @@

    Return Value

    true if a table constraint

    @@ -5336,7 +5336,7 @@

    Return Value

    constraint type or null

    @@ -5406,7 +5406,7 @@

    Return Value

    true if the constraint type

    @@ -5464,7 +5464,7 @@

    Return Value

    constraint or null

    @@ -5522,7 +5522,7 @@

    Return Value

    true if a column constraint

    @@ -5580,7 +5580,7 @@

    Return Value

    constraint type or null

    @@ -5651,7 +5651,7 @@

    Return Value

    true if the constraint type

    @@ -5709,7 +5709,7 @@

    Return Value

    constraint or null

    @@ -5767,7 +5767,7 @@

    Return Value

    true if a constraint

    @@ -5825,7 +5825,7 @@

    Return Value

    constraint type or null

    @@ -5895,7 +5895,7 @@

    Return Value

    true if the constraint type

    @@ -5953,7 +5953,7 @@

    Return Value

    constraint name or null

    @@ -6011,7 +6011,7 @@

    Return Value

    array with name or null at index 0, definition at index 1

    @@ -6021,7 +6021,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGConstraintTypes.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGConstraintTypes.html index 922270e0..219c3fad 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGConstraintTypes.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGConstraintTypes.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5092,7 +5092,7 @@

    GPKGConstraintTypes

    Undocumented

    @@ -5151,7 +5151,7 @@

    Return Value

    constrainttype name

    @@ -5209,7 +5209,7 @@

    Return Value

    constraint type

    @@ -5267,7 +5267,7 @@

    Return Value

    constraint type or null

    @@ -5325,7 +5325,7 @@

    Return Value

    constraint type or null

    @@ -5383,7 +5383,7 @@

    Return Value

    constraint type or null

    @@ -5393,7 +5393,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGConstraints.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGConstraints.html index a55090fb..0a2bd96a 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGConstraints.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGConstraints.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGConstraints

    User table or column constraints

    @@ -5085,7 +5085,7 @@

    Return Value

    new constraints

    @@ -5143,7 +5143,7 @@

    Return Value

    new constraints

    @@ -5197,7 +5197,7 @@

    Parameters

    @@ -5251,7 +5251,7 @@

    Parameters

    @@ -5305,7 +5305,7 @@

    Parameters

    @@ -5344,7 +5344,7 @@

    Return Value

    true if has constraints

    @@ -5402,7 +5402,7 @@

    Return Value

    true if has constraints

    @@ -5441,7 +5441,7 @@

    Return Value

    size

    @@ -5499,7 +5499,7 @@

    Return Value

    size

    @@ -5538,7 +5538,7 @@

    Return Value

    constraints

    @@ -5596,7 +5596,7 @@

    Return Value

    constraint

    @@ -5654,7 +5654,7 @@

    Return Value

    constraints

    @@ -5693,7 +5693,7 @@

    Return Value

    cleared constraints

    @@ -5751,7 +5751,7 @@

    Return Value

    cleared constraints

    @@ -5761,7 +5761,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGContentValues.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGContentValues.html index 48150581..d48ebfad 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGContentValues.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGContentValues.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGContentValues

    Content Values mapping between columns and values

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5120,7 +5120,7 @@

    Return Value

    new content values

    @@ -5186,7 +5186,7 @@

    Parameters

    @@ -5240,7 +5240,7 @@

    Parameters

    @@ -5279,7 +5279,7 @@

    Return Value

    mapping count

    @@ -5337,7 +5337,7 @@

    Return Value

    value

    @@ -5376,7 +5376,7 @@

    Return Value

    all keys

    @@ -5434,7 +5434,7 @@

    Return Value

    key string

    @@ -5444,7 +5444,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGContents.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGContents.html index 820bc611..6fb2046b 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGContents.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGContents.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5047,7 +5047,7 @@

    GPKGContents

    available for access and/or update.

    @@ -5083,7 +5083,7 @@

    Declaration

    @@ -5120,7 +5120,7 @@

    Declaration

    @@ -5155,7 +5155,7 @@

    Declaration

    @@ -5190,7 +5190,7 @@

    Declaration

    @@ -5226,7 +5226,7 @@

    Declaration

    @@ -5261,7 +5261,7 @@

    Declaration

    @@ -5296,7 +5296,7 @@

    Declaration

    @@ -5331,7 +5331,7 @@

    Declaration

    @@ -5366,7 +5366,7 @@

    Declaration

    @@ -5401,7 +5401,7 @@

    Declaration

    @@ -5435,7 +5435,7 @@

    Return Value

    Contents Data Type

    @@ -5484,7 +5484,7 @@

    Parameters

    @@ -5546,7 +5546,7 @@

    Parameters

    @@ -5585,7 +5585,7 @@

    Return Value

    true if features type

    @@ -5624,7 +5624,7 @@

    Return Value

    true if features type or unknown

    @@ -5663,7 +5663,7 @@

    Return Value

    true if tiles type

    @@ -5702,7 +5702,7 @@

    Return Value

    true if tiles type or unknown

    @@ -5741,7 +5741,7 @@

    Return Value

    true if attributes type

    @@ -5780,7 +5780,7 @@

    Return Value

    true if attributes type or unknown

    @@ -5834,7 +5834,7 @@

    Parameters

    @@ -5873,7 +5873,7 @@

    Return Value

    bounding box

    @@ -5927,7 +5927,7 @@

    Parameters

    @@ -5937,7 +5937,7 @@

    Parameters

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGContentsDao.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGContentsDao.html index 5f9d7ea3..1d37c5c8 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGContentsDao.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGContentsDao.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGContentsDao

    Contents Data Access Object

    @@ -5104,7 +5104,7 @@

    Return Value

    dao

    @@ -5162,7 +5162,7 @@

    Return Value

    new contents dao

    @@ -5220,7 +5220,7 @@

    Return Value

    table names

    @@ -5278,7 +5278,7 @@

    Return Value

    table names

    @@ -5336,7 +5336,7 @@

    Return Value

    table names

    @@ -5394,7 +5394,7 @@

    Return Value

    table names

    @@ -5452,7 +5452,7 @@

    Return Value

    contents result set

    @@ -5510,7 +5510,7 @@

    Return Value

    contents result set

    @@ -5568,7 +5568,7 @@

    Return Value

    contents result set

    @@ -5626,7 +5626,7 @@

    Return Value

    contents result set

    @@ -5665,7 +5665,7 @@

    Return Value

    table names

    @@ -5723,7 +5723,7 @@

    Return Value

    rows deleted

    @@ -5793,7 +5793,7 @@

    Return Value

    rows deleted

    @@ -5851,7 +5851,7 @@

    Return Value

    rows deleted

    @@ -5922,7 +5922,7 @@

    Return Value

    rows deleted

    @@ -5992,7 +5992,7 @@

    Return Value

    rows deleted

    @@ -6076,7 +6076,7 @@

    Return Value

    rows deleted

    @@ -6134,7 +6134,7 @@

    Return Value

    rows deleted

    @@ -6204,7 +6204,7 @@

    Return Value

    rows deleted

    @@ -6262,7 +6262,7 @@

    Return Value

    rows deleted

    @@ -6332,7 +6332,7 @@

    Return Value

    rows deleted

    @@ -6386,7 +6386,7 @@

    Parameters

    @@ -6444,7 +6444,7 @@

    Return Value

    srs

    @@ -6502,7 +6502,7 @@

    Return Value

    geometry columns

    @@ -6560,7 +6560,7 @@

    Return Value

    tile matrix set

    @@ -6618,7 +6618,7 @@

    Return Value

    result set

    @@ -6676,7 +6676,7 @@

    Return Value

    bounding box

    @@ -6734,7 +6734,7 @@

    Return Value

    bounding box

    @@ -6805,7 +6805,7 @@

    Return Value

    bounding box

    @@ -6876,7 +6876,7 @@

    Return Value

    bounding box

    @@ -6886,7 +6886,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGContentsDataTypes.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGContentsDataTypes.html index 4b411c47..8134d07f 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGContentsDataTypes.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGContentsDataTypes.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5186,7 +5186,7 @@

    GPKGContentsDataTypes

    Undocumented

    @@ -5245,7 +5245,7 @@

    Return Value

    contents data type name

    @@ -5303,7 +5303,7 @@

    Return Value

    contents data type

    @@ -5361,7 +5361,7 @@

    Return Value

    true if a core contents data type

    @@ -5419,7 +5419,7 @@

    Return Value

    contents data type if core, null if not

    @@ -5477,7 +5477,7 @@

    Return Value

    true if a core contents data type

    @@ -5543,7 +5543,7 @@

    Parameters

    @@ -5613,7 +5613,7 @@

    Return Value

    true if matching core types

    @@ -5697,7 +5697,7 @@

    Return Value

    true if matching core types or matched unknown

    @@ -5755,7 +5755,7 @@

    Return Value

    true if a features type

    @@ -5825,7 +5825,7 @@

    Return Value

    true if a features type or matched unknown

    @@ -5883,7 +5883,7 @@

    Return Value

    true if a tiles type

    @@ -5953,7 +5953,7 @@

    Return Value

    true if a tiles type or matched unknown

    @@ -6011,7 +6011,7 @@

    Return Value

    true if an attributes type

    @@ -6081,7 +6081,7 @@

    Return Value

    true if an attributes type or matched unknown

    @@ -6091,7 +6091,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGContentsId.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGContentsId.html index 5b07ea18..61f49e9c 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGContentsId.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGContentsId.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGContentsId

    Contents Id object, for maintaining a unique identifier for contents tables

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5151,7 +5151,7 @@

    Declaration

    @@ -5190,7 +5190,7 @@

    Return Value

    new contents id

    @@ -5200,7 +5200,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGContentsIdDao.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGContentsIdDao.html index c126ec56..9490d69a 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGContentsIdDao.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGContentsIdDao.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGContentsIdDao

    Contents Id Data Access Object

    @@ -5104,7 +5104,7 @@

    Return Value

    dao

    @@ -5162,7 +5162,7 @@

    Return Value

    new contents id dao

    @@ -5220,7 +5220,7 @@

    Return Value

    contents id

    @@ -5274,7 +5274,7 @@

    Parameters

    @@ -5332,7 +5332,7 @@

    Return Value

    contents

    @@ -5390,7 +5390,7 @@

    Return Value

    contents id

    @@ -5448,7 +5448,7 @@

    Return Value

    rows deleted

    @@ -5458,7 +5458,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGContentsIdExtension.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGContentsIdExtension.html index 7c635b61..525c6ded 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGContentsIdExtension.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGContentsIdExtension.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5049,7 +5049,7 @@

    GPKGContentsIdExtension

    http://ngageoint.github.io/GeoPackage/docs/extensions/contents-id.html

    @@ -5108,7 +5108,7 @@

    Return Value

    new contents id extension

    @@ -5147,7 +5147,7 @@

    Return Value

    contents id dao

    @@ -5186,7 +5186,7 @@

    Return Value

    extension name

    @@ -5225,7 +5225,7 @@

    Return Value

    extension definition

    @@ -5264,7 +5264,7 @@

    Return Value

    true if has extension

    @@ -5322,7 +5322,7 @@

    Return Value

    contents id

    @@ -5380,7 +5380,7 @@

    Return Value

    contents id or null

    @@ -5438,7 +5438,7 @@

    Return Value

    contents id or null

    @@ -5496,7 +5496,7 @@

    Return Value

    contents id or null

    @@ -5554,7 +5554,7 @@

    Return Value

    contents id or null

    @@ -5612,7 +5612,7 @@

    Return Value

    new contents id

    @@ -5670,7 +5670,7 @@

    Return Value

    new contents id

    @@ -5728,7 +5728,7 @@

    Return Value

    new contents id

    @@ -5786,7 +5786,7 @@

    Return Value

    new contents id

    @@ -5844,7 +5844,7 @@

    Return Value

    new or existing contents id

    @@ -5902,7 +5902,7 @@

    Return Value

    new or existing contents id

    @@ -5960,7 +5960,7 @@

    Return Value

    new or existing contents id

    @@ -6018,7 +6018,7 @@

    Return Value

    new or existing contents id

    @@ -6076,7 +6076,7 @@

    Return Value

    true if deleted

    @@ -6134,7 +6134,7 @@

    Return Value

    true if deleted

    @@ -6173,7 +6173,7 @@

    Return Value

    newly created contents ids count

    @@ -6231,7 +6231,7 @@

    Return Value

    newly created contents ids count

    @@ -6289,7 +6289,7 @@

    Return Value

    newly created contents ids count

    @@ -6328,7 +6328,7 @@

    Return Value

    deleted contents ids count

    @@ -6386,7 +6386,7 @@

    Return Value

    deleted contents ids count

    @@ -6444,7 +6444,7 @@

    Return Value

    deleted contents ids count

    @@ -6483,7 +6483,7 @@

    Return Value

    contents ids

    @@ -6522,7 +6522,7 @@

    Return Value

    count

    @@ -6580,7 +6580,7 @@

    Return Value

    contents ids

    @@ -6638,7 +6638,7 @@

    Return Value

    contents ids

    @@ -6677,7 +6677,7 @@

    Return Value

    table names without contents ids

    @@ -6735,7 +6735,7 @@

    Return Value

    table names without contents ids

    @@ -6793,7 +6793,7 @@

    Return Value

    table names without contents ids

    @@ -6832,7 +6832,7 @@

    Return Value

    extensions object

    @@ -6871,7 +6871,7 @@

    Return Value

    extensions object or null if one does not exist

    @@ -6906,7 +6906,7 @@

    Declaration

    @@ -6945,7 +6945,7 @@

    Return Value

    contents id dao

    @@ -7003,7 +7003,7 @@

    Return Value

    contents id dao

    @@ -7061,7 +7061,7 @@

    Return Value

    contents id dao

    @@ -7100,7 +7100,7 @@

    Return Value

    true if created

    @@ -7110,7 +7110,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGContentsIdTableCreator.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGContentsIdTableCreator.html index 6559a1f6..c23ecc0e 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGContentsIdTableCreator.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGContentsIdTableCreator.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGContentsIdTableCreator

    Contents Id Extension Table Creator

    @@ -5104,7 +5104,7 @@

    Return Value

    new contents id table creator

    @@ -5143,7 +5143,7 @@

    Return Value

    executed statements

    @@ -5153,7 +5153,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGCoverageData.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGCoverageData.html index e99ffa68..ec111e2b 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGCoverageData.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGCoverageData.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5047,7 +5047,7 @@

    GPKGCoverageData

    http://docs.opengeospatial.org/is/17-066r1/17-066r1.html

    @@ -5150,7 +5150,7 @@

    Parameters

    @@ -5218,7 +5218,7 @@

    Parameters

    @@ -5300,7 +5300,7 @@

    Parameters

    @@ -5385,7 +5385,7 @@

    Return Value

    coverage data

    @@ -5420,7 +5420,7 @@

    Declaration

    @@ -5455,7 +5455,7 @@

    Declaration

    @@ -5490,7 +5490,7 @@

    Declaration

    @@ -5525,7 +5525,7 @@

    Declaration

    @@ -5561,7 +5561,7 @@

    Declaration

    @@ -5597,7 +5597,7 @@

    Declaration

    @@ -5632,7 +5632,7 @@

    Declaration

    @@ -5662,7 +5662,7 @@

    Declaration

    @@ -5692,7 +5692,7 @@

    Declaration

    @@ -5727,7 +5727,7 @@

    Declaration

    @@ -5762,7 +5762,7 @@

    Declaration

    @@ -5872,7 +5872,7 @@

    Return Value

    new instance

    @@ -5911,7 +5911,7 @@

    Return Value

    tile matrix set

    @@ -5950,7 +5950,7 @@

    Return Value

    gridded coverage dao

    @@ -5989,7 +5989,7 @@

    Return Value

    gridded tile dao

    @@ -6028,7 +6028,7 @@

    Return Value

    request projection

    @@ -6067,7 +6067,7 @@

    Return Value

    coverage data projection

    @@ -6106,7 +6106,7 @@

    Return Value

    coverage data bounding box

    @@ -6145,7 +6145,7 @@

    Return Value

    true if the same

    @@ -6184,7 +6184,7 @@

    Return Value

    extensions array

    @@ -6223,7 +6223,7 @@

    Return Value

    true if has extension

    @@ -6282,7 +6282,7 @@

    Return Value

    2d gridded coverage dao

    @@ -6341,7 +6341,7 @@

    Return Value

    2d gridded coverage dao

    @@ -6380,7 +6380,7 @@

    Return Value

    true if created

    @@ -6439,7 +6439,7 @@

    Return Value

    2d gridded tile dao

    @@ -6497,7 +6497,7 @@

    Return Value

    2d gridded tile dao

    @@ -6536,7 +6536,7 @@

    Return Value

    true if created

    @@ -6575,7 +6575,7 @@

    Return Value

    gridded coverage

    @@ -6614,7 +6614,7 @@

    Return Value

    gridded coverage

    @@ -6653,7 +6653,7 @@

    Return Value

    gridded tile result set

    @@ -6711,7 +6711,7 @@

    Return Value

    gridded tile

    @@ -6769,7 +6769,7 @@

    Return Value

    gridded tile

    @@ -6808,7 +6808,7 @@

    Return Value

    data null value or null

    @@ -6866,7 +6866,7 @@

    Return Value

    true if equivalent to data null

    @@ -6924,7 +6924,7 @@

    Return Value

    table names

    @@ -7022,7 +7022,7 @@

    Return Value

    unsigned short pixel value

    @@ -7121,7 +7121,7 @@

    Return Value

    unsigned short pixel value

    @@ -7192,7 +7192,7 @@

    Return Value

    coverage data value

    @@ -7263,7 +7263,7 @@

    Return Value

    coverage data values

    @@ -7347,7 +7347,7 @@

    Return Value

    coverage data values

    @@ -7419,7 +7419,7 @@

    Return Value

    tile table

    @@ -7490,7 +7490,7 @@

    Return Value

    unsigned short pixel value

    @@ -7587,7 +7587,7 @@

    Return Value

    pixel value

    @@ -7684,7 +7684,7 @@

    Return Value

    pixel value

    @@ -7755,7 +7755,7 @@

    Return Value

    coverage data value

    @@ -7826,7 +7826,7 @@

    Return Value

    coverage data values

    @@ -7910,7 +7910,7 @@

    Return Value

    coverage data values

    @@ -7981,7 +7981,7 @@

    Return Value

    pixel value

    @@ -8040,7 +8040,7 @@

    Return Value

    coverage data image

    @@ -8137,7 +8137,7 @@

    Return Value

    coverage data value

    @@ -8234,7 +8234,7 @@

    Return Value

    coverage data value

    @@ -8305,7 +8305,7 @@

    Return Value

    coverage data values

    @@ -8404,7 +8404,7 @@

    Return Value

    coverage data image tile data

    @@ -8476,7 +8476,7 @@

    Return Value

    coverage data image tile data

    @@ -8574,7 +8574,7 @@

    Return Value

    coverage data value

    @@ -8645,7 +8645,7 @@

    Return Value

    coverage data value

    @@ -8704,7 +8704,7 @@

    Return Value

    coverage data results

    @@ -8790,7 +8790,7 @@

    Return Value

    coverage data results

    @@ -8849,7 +8849,7 @@

    Return Value

    coverage data results

    @@ -8934,7 +8934,7 @@

    Return Value

    coverage data results

    @@ -8995,7 +8995,7 @@

    Return Value

    coverage data results

    @@ -9056,7 +9056,7 @@

    Return Value

    coverage data results

    @@ -9138,7 +9138,7 @@

    Return Value

    coverage data value

    @@ -9148,7 +9148,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGCoverageDataAlgorithms.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGCoverageDataAlgorithms.html index b7bcb74e..a363f199 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGCoverageDataAlgorithms.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGCoverageDataAlgorithms.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5065,7 +5065,7 @@

    GPKGCoverageDataAlgorithms

    Undocumented

    @@ -5124,7 +5124,7 @@

    Return Value

    algorithm name

    @@ -5182,7 +5182,7 @@

    Return Value

    algorithm type

    @@ -5192,7 +5192,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGCoverageDataPng.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGCoverageDataPng.html index 6cab5eaa..6648ee7f 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGCoverageDataPng.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGCoverageDataPng.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGCoverageDataPng

    Tiled Gridded Coverage Data, PNG Encoding, Extension

    @@ -5156,7 +5156,7 @@

    Return Value

    new instance

    @@ -5227,7 +5227,7 @@

    Return Value

    new instance

    @@ -5311,7 +5311,7 @@

    Return Value

    new instance

    @@ -5393,7 +5393,7 @@

    Return Value

    unsigned short pixel value

    @@ -5477,7 +5477,7 @@

    Return Value

    unsigned short pixel value

    @@ -5535,7 +5535,7 @@

    Return Value

    unsigned short pixel values

    @@ -5593,7 +5593,7 @@

    Return Value

    unsigned short pixel values

    @@ -5647,7 +5647,7 @@

    Parameters

    @@ -5744,7 +5744,7 @@

    Return Value

    coverage data value

    @@ -5815,7 +5815,7 @@

    Return Value

    coverage data values

    @@ -5904,7 +5904,7 @@

    Return Value

    coverage data image tile

    @@ -5993,7 +5993,7 @@

    Return Value

    coverage data image tile

    @@ -6079,7 +6079,7 @@

    Return Value

    coverage data image tile bytes

    @@ -6138,7 +6138,7 @@

    Return Value

    coverage data image tile

    @@ -6197,7 +6197,7 @@

    Return Value

    coverage data image tile bytes

    @@ -6295,7 +6295,7 @@

    Return Value

    coverage data image tile

    @@ -6367,7 +6367,7 @@

    Return Value

    coverage data image tile

    @@ -6425,7 +6425,7 @@

    Return Value

    image bytes

    @@ -6522,7 +6522,7 @@

    Return Value

    pixel value

    @@ -6593,7 +6593,7 @@

    Return Value

    pixel array

    @@ -6651,7 +6651,7 @@

    Return Value

    unsigned short pixel array

    @@ -6710,7 +6710,7 @@

    Return Value

    unsigned short pixel array

    @@ -6781,7 +6781,7 @@

    Return Value

    unsigned short pixel array

    @@ -6853,7 +6853,7 @@

    Return Value

    unsigned short pixel array

    @@ -6925,7 +6925,7 @@

    Return Value

    coverage data tiles

    @@ -6935,7 +6935,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGCoverageDataPngImage.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGCoverageDataPngImage.html index 2cf268cf..2900be7c 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGCoverageDataPngImage.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGCoverageDataPngImage.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGCoverageDataPngImage

    Coverage Data PNG image

    @@ -5104,7 +5104,7 @@

    Return Value

    new instance

    @@ -5143,7 +5143,7 @@

    Return Value

    image

    @@ -5182,7 +5182,7 @@

    Return Value

    image data

    @@ -5252,7 +5252,7 @@

    Return Value

    pixel value

    @@ -5262,7 +5262,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGCoverageDataRequest.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGCoverageDataRequest.html index 7cd6b1a8..ca57e364 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGCoverageDataRequest.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGCoverageDataRequest.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGCoverageDataRequest

    Coverage Data request to retrieve coverage data values for a point or bounding box

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5139,7 +5139,7 @@

    Return Value

    new coverage data request

    @@ -5210,7 +5210,7 @@

    Return Value

    new coverage data request

    @@ -5249,7 +5249,7 @@

    Return Value

    bounding box

    @@ -5288,7 +5288,7 @@

    Return Value

    true if a point request

    @@ -5348,7 +5348,7 @@

    Return Value

    overlap bounding box

    @@ -5358,7 +5358,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGCoverageDataResults.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGCoverageDataResults.html index dcffe661..668210be 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGCoverageDataResults.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGCoverageDataResults.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5046,7 +5046,7 @@

    GPKGCoverageDataResults

    requested area from a tile matrix zoom level

    @@ -5118,7 +5118,7 @@

    Return Value

    new coverage data results

    @@ -5157,7 +5157,7 @@

    Return Value

    coverage data values

    @@ -5196,7 +5196,7 @@

    Return Value

    tile matrix

    @@ -5235,7 +5235,7 @@

    Return Value

    height

    @@ -5274,7 +5274,7 @@

    Return Value

    width

    @@ -5344,7 +5344,7 @@

    Return Value

    coverage data value

    @@ -5383,7 +5383,7 @@

    Return Value

    zoom level

    @@ -5393,7 +5393,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGCoverageDataSourcePixel.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGCoverageDataSourcePixel.html index 951c921f..8b95d8b0 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGCoverageDataSourcePixel.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGCoverageDataSourcePixel.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGCoverageDataSourcePixel

    Contains values relevant to a source pixel location when finding a coverage data value

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5151,7 +5151,7 @@

    Declaration

    @@ -5186,7 +5186,7 @@

    Declaration

    @@ -5283,7 +5283,7 @@

    Return Value

    new value source pixel

    @@ -5293,7 +5293,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGCoverageDataTiff.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGCoverageDataTiff.html index 7c93ed96..2f21f094 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGCoverageDataTiff.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGCoverageDataTiff.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGCoverageDataTiff

    Tiled Gridded Coverage Data, TIFF Encoding, Extension

    @@ -5156,7 +5156,7 @@

    Return Value

    new instance

    @@ -5227,7 +5227,7 @@

    Return Value

    new instance

    @@ -5311,7 +5311,7 @@

    Return Value

    new instance

    @@ -5393,7 +5393,7 @@

    Return Value

    float pixel value

    @@ -5451,7 +5451,7 @@

    Return Value

    pixel values array

    @@ -5509,7 +5509,7 @@

    Return Value

    float pixel values

    @@ -5563,7 +5563,7 @@

    Parameters

    @@ -5660,7 +5660,7 @@

    Return Value

    coverage data value

    @@ -5745,7 +5745,7 @@

    Return Value

    coverage data image tile

    @@ -5830,7 +5830,7 @@

    Return Value

    coverage data image tile

    @@ -5916,7 +5916,7 @@

    Return Value

    coverage data image tile bytes

    @@ -5976,7 +5976,7 @@

    Return Value

    coverage data image tile

    @@ -6035,7 +6035,7 @@

    Return Value

    coverage data image tile bytes

    @@ -6134,7 +6134,7 @@

    Return Value

    coverage data image tile

    @@ -6207,7 +6207,7 @@

    Return Value

    coverage data image tile

    @@ -6278,7 +6278,7 @@

    Return Value

    image

    @@ -6371,7 +6371,7 @@

    Parameters

    @@ -6465,7 +6465,7 @@

    Return Value

    pixel value

    @@ -6535,7 +6535,7 @@

    Return Value

    pixel array

    @@ -6593,7 +6593,7 @@

    Return Value

    float pixel array

    @@ -6651,7 +6651,7 @@

    Return Value

    float pixel array

    @@ -6722,7 +6722,7 @@

    Return Value

    float pixel array

    @@ -6793,7 +6793,7 @@

    Return Value

    float pixel array

    @@ -6865,7 +6865,7 @@

    Return Value

    coverage data tiles

    @@ -6875,7 +6875,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGCoverageDataTiffImage.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGCoverageDataTiffImage.html index e5626540..12b6c83a 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGCoverageDataTiffImage.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGCoverageDataTiffImage.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGCoverageDataTiffImage

    Coverage Data TIFF image

    @@ -5104,7 +5104,7 @@

    Return Value

    new instance

    @@ -5162,7 +5162,7 @@

    Return Value

    new instance

    @@ -5201,7 +5201,7 @@

    Return Value

    image data

    @@ -5240,7 +5240,7 @@

    Return Value

    file directory

    @@ -5279,7 +5279,7 @@

    Return Value

    rasters

    @@ -5314,7 +5314,7 @@

    Declaration

    @@ -5384,7 +5384,7 @@

    Return Value

    pixel value

    @@ -5394,7 +5394,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGCoverageDataTileMatrixResults.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGCoverageDataTileMatrixResults.html index dbc5155f..81e3bbc6 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGCoverageDataTileMatrixResults.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGCoverageDataTileMatrixResults.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5046,7 +5046,7 @@

    GPKGCoverageDataTileMatrixResults

    and the tile matrix where found

    @@ -5118,7 +5118,7 @@

    Return Value

    new instance

    @@ -5157,7 +5157,7 @@

    Return Value

    tile matrix

    @@ -5196,7 +5196,7 @@

    Return Value

    tile results

    @@ -5206,7 +5206,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGCrsWktExtension.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGCrsWktExtension.html index afe4ae68..a41df796 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGCrsWktExtension.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGCrsWktExtension.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5047,7 +5047,7 @@

    GPKGCrsWktExtension

    http://www.geopackage.org/spec/#extension_crs_wkt

    @@ -5083,7 +5083,7 @@

    Declaration

    @@ -5118,7 +5118,7 @@

    Declaration

    @@ -5153,7 +5153,7 @@

    Declaration

    @@ -5188,7 +5188,7 @@

    Declaration

    @@ -5223,7 +5223,7 @@

    Declaration

    @@ -5258,7 +5258,7 @@

    Declaration

    @@ -5293,7 +5293,7 @@

    Declaration

    @@ -5351,7 +5351,7 @@

    Return Value

    new instance

    @@ -5409,7 +5409,7 @@

    Return Value

    new instance

    @@ -5448,7 +5448,7 @@

    Return Value

    extension

    @@ -5507,7 +5507,7 @@

    Return Value

    extension

    @@ -5546,7 +5546,7 @@

    Return Value

    true if has extension

    @@ -5605,7 +5605,7 @@

    Return Value

    true if has extension minimum

    @@ -5663,7 +5663,7 @@

    Return Value

    true if has extension

    @@ -5721,7 +5721,7 @@

    Return Value

    extension name

    @@ -5787,7 +5787,7 @@

    Parameters

    @@ -5845,7 +5845,7 @@

    Return Value

    definition

    @@ -5911,7 +5911,7 @@

    Parameters

    @@ -5969,7 +5969,7 @@

    Return Value

    epoch

    @@ -6008,7 +6008,7 @@

    Return Value

    true if has column

    @@ -6047,7 +6047,7 @@

    Return Value

    true if has column

    @@ -6082,7 +6082,7 @@

    Declaration

    @@ -6136,7 +6136,7 @@

    Parameters

    @@ -6146,7 +6146,7 @@

    Parameters

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGCrsWktExtensionVersions.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGCrsWktExtensionVersions.html index 165a2e3c..ea344f74 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGCrsWktExtensionVersions.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGCrsWktExtensionVersions.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5046,7 +5046,7 @@

    GPKGCrsWktExtensionVersions

    version enumeration

    @@ -5082,7 +5082,7 @@

    Declaration

    @@ -5117,7 +5117,7 @@

    Declaration

    @@ -5175,7 +5175,7 @@

    Return Value

    version

    @@ -5233,7 +5233,7 @@

    Return Value

    extension name suffix

    @@ -5304,7 +5304,7 @@

    Return Value

    true if at or above the minimum version

    @@ -5362,7 +5362,7 @@

    Return Value

    versions at minimum

    @@ -5372,7 +5372,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGDataColumnConstraints.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGDataColumnConstraints.html index a7a1af32..dd78561b 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGDataColumnConstraints.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGDataColumnConstraints.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGDataColumnConstraints

    Contains data to specify restrictions on basic data type column values

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5152,7 +5152,7 @@

    Declaration

    @@ -5187,7 +5187,7 @@

    Declaration

    @@ -5223,7 +5223,7 @@

    Declaration

    @@ -5258,7 +5258,7 @@

    Declaration

    @@ -5294,7 +5294,7 @@

    Declaration

    @@ -5330,7 +5330,7 @@

    Declaration

    @@ -5369,7 +5369,7 @@

    Return Value

    data column constraint type

    @@ -5424,7 +5424,7 @@

    Parameters

    @@ -5478,7 +5478,7 @@

    Parameters

    @@ -5532,7 +5532,7 @@

    Parameters

    @@ -5586,7 +5586,7 @@

    Parameters

    @@ -5640,7 +5640,7 @@

    Parameters

    @@ -5650,7 +5650,7 @@

    Parameters

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGDataColumnConstraintsDao.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGDataColumnConstraintsDao.html index 0e122a56..c87e07e7 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGDataColumnConstraintsDao.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGDataColumnConstraintsDao.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGDataColumnConstraintsDao

    Data Column Constraints Data Access Object

    @@ -5104,7 +5104,7 @@

    Return Value

    dao

    @@ -5162,7 +5162,7 @@

    Return Value

    new data column constraints dao

    @@ -5220,7 +5220,7 @@

    Return Value

    rows deleted

    @@ -5278,7 +5278,7 @@

    Return Value

    rows deleted

    @@ -5348,7 +5348,7 @@

    Return Value

    rows deleted

    @@ -5406,7 +5406,7 @@

    Return Value

    result set

    @@ -5492,7 +5492,7 @@

    Return Value

    data column constraints

    @@ -5502,7 +5502,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGDataColumns.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGDataColumns.html index c3a3c2ad..2b0582c6 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGDataColumns.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGDataColumns.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5052,7 +5052,7 @@

    GPKGDataColumns

    suitability of GeoPackage contents for specific purposes.

    @@ -5088,7 +5088,7 @@

    Declaration

    @@ -5123,7 +5123,7 @@

    Declaration

    @@ -5158,7 +5158,7 @@

    Declaration

    @@ -5193,7 +5193,7 @@

    Declaration

    @@ -5228,7 +5228,7 @@

    Declaration

    @@ -5263,7 +5263,7 @@

    Declaration

    @@ -5299,7 +5299,7 @@

    Declaration

    @@ -5353,7 +5353,7 @@

    Parameters

    @@ -5407,7 +5407,7 @@

    Parameters

    @@ -5417,7 +5417,7 @@

    Parameters

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGDataColumnsDao.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGDataColumnsDao.html index 4b2491ab..5f8f6d26 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGDataColumnsDao.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGDataColumnsDao.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGDataColumnsDao

    Data Columns Data Access Object

    @@ -5104,7 +5104,7 @@

    Return Value

    dao

    @@ -5162,7 +5162,7 @@

    Return Value

    new data columns dao

    @@ -5220,7 +5220,7 @@

    Return Value

    contents

    @@ -5278,7 +5278,7 @@

    Return Value

    result set

    @@ -5349,7 +5349,7 @@

    Return Value

    GPKGDataColumns

    @@ -5407,7 +5407,7 @@

    Return Value

    result set

    @@ -5465,7 +5465,7 @@

    Return Value

    rows deleted

    @@ -5475,7 +5475,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGDataTypes.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGDataTypes.html index e5bcf323..e6574a94 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGDataTypes.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGDataTypes.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5083,7 +5083,7 @@

    GPKGDataTypes

    Undocumented

    @@ -5142,7 +5142,7 @@

    Return Value

    data type name

    @@ -5200,7 +5200,7 @@

    Return Value

    data type

    @@ -5258,7 +5258,7 @@

    Return Value

    class type

    @@ -5316,7 +5316,7 @@

    Return Value

    SQLite type

    @@ -5326,7 +5326,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGDateConverter.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGDateConverter.html index 117abd22..af595225 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGDateConverter.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGDateConverter.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGDateConverter

    Date converter between database date formats and date objects

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5115,7 +5115,7 @@

    Return Value

    date converter

    @@ -5173,7 +5173,7 @@

    Return Value

    date converter

    @@ -5207,7 +5207,7 @@

    Return Value

    date converter

    @@ -5246,7 +5246,7 @@

    Return Value

    date converter

    @@ -5304,7 +5304,7 @@

    Return Value

    date converter

    @@ -5362,7 +5362,7 @@

    Return Value

    date converter

    @@ -5416,7 +5416,7 @@

    Parameters

    @@ -5470,7 +5470,7 @@

    Parameters

    @@ -5524,7 +5524,7 @@

    Parameters

    @@ -5582,7 +5582,7 @@

    Return Value

    formatted string date

    @@ -5640,7 +5640,7 @@

    Return Value

    date

    @@ -5698,7 +5698,7 @@

    Return Value

    date, or nil if the dateTimeString is nil or empty

    @@ -5769,7 +5769,7 @@

    Return Value

    date, or nil if the dateTimeString is nil or empty

    @@ -5840,7 +5840,7 @@

    Return Value

    string formatted date

    @@ -5898,7 +5898,7 @@

    Return Value

    string formatted date

    @@ -5956,7 +5956,7 @@

    Return Value

    string formatted date

    @@ -6027,7 +6027,7 @@

    Return Value

    string formatted date

    @@ -6085,7 +6085,7 @@

    Return Value

    date formatter

    @@ -6143,7 +6143,7 @@

    Return Value

    true if a function, false if the value should be parsed

    @@ -6153,7 +6153,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGDbConnection.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGDbConnection.html index 8561f565..2de4bdfa 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGDbConnection.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGDbConnection.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGDbConnection

    Single database connection to a database file opened as part of a connection pool. Wraps a sqlite3 connection.

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5152,7 +5152,7 @@

    Return Value

    db connection

    @@ -5236,7 +5236,7 @@

    Return Value

    db connection

    @@ -5307,7 +5307,7 @@

    Return Value

    db connection

    @@ -5391,7 +5391,7 @@

    Return Value

    db connection

    @@ -5430,7 +5430,7 @@

    Return Value

    connection id

    @@ -5469,7 +5469,7 @@

    Return Value

    connection

    @@ -5504,7 +5504,7 @@

    Declaration

    @@ -5543,7 +5543,7 @@

    Return Value

    stack trace, nil when not checked out or not maintaining stack traces

    @@ -5582,7 +5582,7 @@

    Return Value

    date of checkout, nil if not checked out

    @@ -5623,7 +5623,7 @@

    Declaration

    @@ -5663,7 +5663,7 @@

    Return Value

    true if write releasable

    @@ -5673,7 +5673,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGDgiwgCoordinateReferenceSystems.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGDgiwgCoordinateReferenceSystems.html index d7ca828e..b83537ee 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGDgiwgCoordinateReferenceSystems.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGDgiwgCoordinateReferenceSystems.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGDgiwgCoordinateReferenceSystems

    Coordinate Reference Systems

    @@ -5105,7 +5105,7 @@

    Return Value

    CRS

    @@ -5144,7 +5144,7 @@

    Return Value

    type

    @@ -5183,7 +5183,7 @@

    Return Value

    authority

    @@ -5222,7 +5222,7 @@

    Return Value

    code

    @@ -5261,7 +5261,7 @@

    Return Value

    authority:code

    @@ -5300,7 +5300,7 @@

    Return Value

    name

    @@ -5339,7 +5339,7 @@

    Return Value

    CRS type

    @@ -5378,7 +5378,7 @@

    Return Value

    dimension

    @@ -5417,7 +5417,7 @@

    Return Value

    well-known text

    @@ -5456,7 +5456,7 @@

    Return Value

    description

    @@ -5495,7 +5495,7 @@

    Return Value

    bounding box

    @@ -5534,7 +5534,7 @@

    Return Value

    bounding box

    @@ -5573,7 +5573,7 @@

    Return Value

    data types

    @@ -5612,7 +5612,7 @@

    Return Value

    data type names

    @@ -5670,7 +5670,7 @@

    Return Value

    true if type

    @@ -5728,7 +5728,7 @@

    Return Value

    true if valid for data type

    @@ -5767,7 +5767,7 @@

    Return Value

    contents data types

    @@ -5806,7 +5806,7 @@

    Return Value

    tiles data types

    @@ -5845,7 +5845,7 @@

    Return Value

    true if has tiles data types

    @@ -5884,7 +5884,7 @@

    Return Value

    features data types

    @@ -5923,7 +5923,7 @@

    Return Value

    true if has features data types

    @@ -5981,7 +5981,7 @@

    Return Value

    data types

    @@ -6020,7 +6020,7 @@

    Return Value

    Spatial Reference System

    @@ -6059,7 +6059,7 @@

    Return Value

    srs

    @@ -6098,7 +6098,7 @@

    Return Value

    srs

    @@ -6202,7 +6202,7 @@

    Return Value

    Spatial Reference System

    @@ -6307,7 +6307,7 @@

    Return Value

    Spatial Reference System

    @@ -6366,7 +6366,7 @@

    Return Value

    crs

    @@ -6425,7 +6425,7 @@

    Return Value

    crs

    @@ -6497,7 +6497,7 @@

    Return Value

    crs

    @@ -6556,7 +6556,7 @@

    Return Value

    coordinate reference systems

    @@ -6616,7 +6616,7 @@

    Return Value

    coordinate reference systems

    @@ -6626,7 +6626,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGDgiwgDataTypes.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGDgiwgDataTypes.html index 738fdf71..5d4de2cd 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGDgiwgDataTypes.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGDgiwgDataTypes.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5112,7 +5112,7 @@

    GPKGDgiwgDataTypes

    Undocumented

    @@ -5152,7 +5152,7 @@

    Return Value

    contents data type

    @@ -5191,7 +5191,7 @@

    Return Value

    name

    @@ -5230,7 +5230,7 @@

    Return Value

    dimension

    @@ -5269,7 +5269,7 @@

    Return Value

    true if features

    @@ -5308,7 +5308,7 @@

    Return Value

    true if tiles

    @@ -5347,7 +5347,7 @@

    Return Value

    true if 2D

    @@ -5386,7 +5386,7 @@

    Return Value

    true if 3D

    @@ -5425,7 +5425,7 @@

    Return Value

    z value

    @@ -5483,7 +5483,7 @@

    Return Value

    data types

    @@ -5493,7 +5493,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGDgiwgFile.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGDgiwgFile.html index 590ca9ed..32e3c62e 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGDgiwgFile.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGDgiwgFile.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGDgiwgFile

    DGIWG (Defence Geospatial Information Working Group) GeoPackage File

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5174,7 +5174,7 @@

    Return Value

    new file

    @@ -5245,7 +5245,7 @@

    Return Value

    new file

    @@ -5315,7 +5315,7 @@

    Return Value

    new file

    @@ -5354,7 +5354,7 @@

    Return Value

    file name

    @@ -5408,7 +5408,7 @@

    Parameters

    @@ -5418,7 +5418,7 @@

    Parameters

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGDgiwgFileName.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGDgiwgFileName.html index b2db6261..efe8ec3a 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGDgiwgFileName.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGDgiwgFileName.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGDgiwgFileName

    DGIWG (Defence Geospatial Information Working Group) GeoPackage File Name

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5151,7 +5151,7 @@

    Declaration

    @@ -5186,7 +5186,7 @@

    Declaration

    @@ -5221,7 +5221,7 @@

    Declaration

    @@ -5256,7 +5256,7 @@

    Declaration

    @@ -5291,7 +5291,7 @@

    Declaration

    @@ -5326,7 +5326,7 @@

    Declaration

    @@ -5365,7 +5365,7 @@

    Return Value

    new file name

    @@ -5423,7 +5423,7 @@

    Return Value

    new file name

    @@ -5462,7 +5462,7 @@

    Return Value

    zoom level part 1

    @@ -5501,7 +5501,7 @@

    Return Value

    true if has zoom level part 1

    @@ -5540,7 +5540,7 @@

    Return Value

    zoom level part 2

    @@ -5579,7 +5579,7 @@

    Return Value

    true if has zoom level part 2

    @@ -5645,7 +5645,7 @@

    Parameters

    @@ -5712,7 +5712,7 @@

    Parameters

    @@ -5751,7 +5751,7 @@

    Return Value

    major version

    @@ -5790,7 +5790,7 @@

    Return Value

    true if has major version

    @@ -5829,7 +5829,7 @@

    Return Value

    minor version

    @@ -5868,7 +5868,7 @@

    Return Value

    true if has minor version

    @@ -5934,7 +5934,7 @@

    Parameters

    @@ -5973,7 +5973,7 @@

    Return Value

    true if has additional elements

    @@ -6027,7 +6027,7 @@

    Parameters

    @@ -6066,7 +6066,7 @@

    Return Value

    true if informative

    @@ -6105,7 +6105,7 @@

    Return Value

    file name

    @@ -6144,7 +6144,7 @@

    Return Value

    file name with extension

    @@ -6202,7 +6202,7 @@

    Return Value

    space replaced value

    @@ -6212,7 +6212,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGDgiwgGeoPackage.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGDgiwgGeoPackage.html index 218f0d20..754b7a7f 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGDgiwgGeoPackage.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGDgiwgGeoPackage.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5046,7 +5046,7 @@

    GPKGDgiwgGeoPackage

    implementation

    @@ -5105,7 +5105,7 @@

    Return Value

    new DGIWG GeoPackage

    @@ -5144,7 +5144,7 @@

    Return Value

    DGIWG file

    @@ -5183,7 +5183,7 @@

    Return Value

    DGIWG file name

    @@ -5222,7 +5222,7 @@

    Return Value

    true if valid

    @@ -5261,7 +5261,7 @@

    Return Value

    validation errors

    @@ -5300,7 +5300,7 @@

    Return Value

    validation errors, null if not yet validated

    @@ -5358,7 +5358,7 @@

    Return Value

    validation errors

    @@ -5416,7 +5416,7 @@

    Return Value

    validation errors

    @@ -5488,7 +5488,7 @@

    Return Value

    created tile matrix set

    @@ -5586,7 +5586,7 @@

    Return Value

    created tile matrix set

    @@ -5697,7 +5697,7 @@

    Return Value

    created tile matrix set

    @@ -5782,7 +5782,7 @@

    Return Value

    created tile matrix set

    @@ -5893,7 +5893,7 @@

    Return Value

    created tile matrix set

    @@ -6017,7 +6017,7 @@

    Return Value

    created tile matrix set

    @@ -6101,7 +6101,7 @@

    Return Value

    created tile matrix set

    @@ -6211,7 +6211,7 @@

    Return Value

    created tile matrix set

    @@ -6334,7 +6334,7 @@

    Return Value

    created tile matrix set

    @@ -6440,7 +6440,7 @@

    Parameters

    @@ -6559,7 +6559,7 @@

    Parameters

    @@ -6652,7 +6652,7 @@

    Parameters

    @@ -6758,7 +6758,7 @@

    Parameters

    @@ -6851,7 +6851,7 @@

    Parameters

    @@ -6957,7 +6957,7 @@

    Parameters

    @@ -7076,7 +7076,7 @@

    Parameters

    @@ -7161,7 +7161,7 @@

    Return Value

    created geometry columns

    @@ -7259,7 +7259,7 @@

    Return Value

    created geometry columns

    @@ -7370,7 +7370,7 @@

    Return Value

    created geometry columns

    @@ -7494,7 +7494,7 @@

    Return Value

    created geometry columns

    @@ -7592,7 +7592,7 @@

    Return Value

    created geometry columns

    @@ -7703,7 +7703,7 @@

    Return Value

    created geometry columns

    @@ -7827,7 +7827,7 @@

    Return Value

    created geometry columns

    @@ -7964,7 +7964,7 @@

    Return Value

    created geometry columns

    @@ -8075,7 +8075,7 @@

    Return Value

    created geometry columns

    @@ -8199,7 +8199,7 @@

    Return Value

    created geometry columns

    @@ -8336,7 +8336,7 @@

    Return Value

    created geometry columns

    @@ -8486,7 +8486,7 @@

    Return Value

    created geometry columns

    @@ -8553,7 +8553,7 @@

    Parameters

    @@ -8607,7 +8607,7 @@

    Parameters

    @@ -8674,7 +8674,7 @@

    Parameters

    @@ -8728,7 +8728,7 @@

    Parameters

    @@ -8799,7 +8799,7 @@

    Return Value

    metadata reference

    @@ -8870,7 +8870,7 @@

    Return Value

    metadata reference

    @@ -8955,7 +8955,7 @@

    Return Value

    metadata reference

    @@ -9052,7 +9052,7 @@

    Return Value

    metadata reference

    @@ -9091,7 +9091,7 @@

    Return Value

    metadata references

    @@ -9131,7 +9131,7 @@

    Return Value

    metadata references

    @@ -9189,7 +9189,7 @@

    Return Value

    metadata references

    @@ -9199,7 +9199,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGDgiwgGeoPackageFactory.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGDgiwgGeoPackageFactory.html index e4c0024d..3b913fab 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGDgiwgGeoPackageFactory.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGDgiwgGeoPackageFactory.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGDgiwgGeoPackageFactory

    DGIWG GeoPackage Factory to get a DGIWG GeoPackage Manager

    @@ -5085,7 +5085,7 @@

    Return Value

    GeoPackage manager

    @@ -5095,7 +5095,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGDgiwgGeoPackageManager.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGDgiwgGeoPackageManager.html index 5d23e41a..3ab14cc5 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGDgiwgGeoPackageManager.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGDgiwgGeoPackageManager.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5046,7 +5046,7 @@

    GPKGDgiwgGeoPackageManager

    to create and open GeoPackages

    @@ -5086,7 +5086,7 @@

    Return Value

    new DGIWG GeoPackage Manager

    @@ -5157,7 +5157,7 @@

    Return Value

    GeoPackage file if created

    @@ -5241,7 +5241,7 @@

    Return Value

    GeoPackage file if created

    @@ -5325,7 +5325,7 @@

    Return Value

    GeoPackage file if created

    @@ -5422,7 +5422,7 @@

    Return Value

    GeoPackage file if created

    @@ -5480,7 +5480,7 @@

    Return Value

    open GeoPackage

    @@ -5550,7 +5550,7 @@

    Return Value

    open GeoPackage

    @@ -5608,7 +5608,7 @@

    Return Value

    open GeoPackage

    @@ -5679,7 +5679,7 @@

    Return Value

    open GeoPackage

    @@ -5737,7 +5737,7 @@

    Return Value

    true if deleted

    @@ -5807,7 +5807,7 @@

    Return Value

    true if deleted

    @@ -5865,7 +5865,7 @@

    Return Value

    true if valid

    @@ -5923,7 +5923,7 @@

    Return Value

    validation errors

    @@ -5933,7 +5933,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGDgiwgMetadata.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGDgiwgMetadata.html index 937dd34a..8deae439 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGDgiwgMetadata.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGDgiwgMetadata.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGDgiwgMetadata

    DGIWG (Defence Geospatial Information Working Group) Metadata utilities

    @@ -5117,7 +5117,7 @@

    Return Value

    metadata

    @@ -5188,7 +5188,7 @@

    Return Value

    metadata

    @@ -5272,7 +5272,7 @@

    Return Value

    metadata

    @@ -5311,7 +5311,7 @@

    Return Value

    metadata reference

    @@ -5370,7 +5370,7 @@

    Return Value

    metadata reference

    @@ -5428,7 +5428,7 @@

    Return Value

    metadata references

    @@ -5487,7 +5487,7 @@

    Return Value

    metadata references

    @@ -5558,7 +5558,7 @@

    Return Value

    metadata references

    @@ -5568,7 +5568,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGDgiwgRequirements.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGDgiwgRequirements.html index 9407032b..60b0b8b1 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGDgiwgRequirements.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGDgiwgRequirements.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5082,7 +5082,7 @@

    GPKGDgiwgRequirements

    Undocumented

    @@ -5122,7 +5122,7 @@

    Return Value

    number

    @@ -5161,7 +5161,7 @@

    Return Value

    name

    @@ -5200,7 +5200,7 @@

    Return Value

    identifier

    @@ -5239,7 +5239,7 @@

    Return Value

    identifier

    @@ -5278,7 +5278,7 @@

    Return Value

    description

    @@ -5288,7 +5288,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGDgiwgUtils.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGDgiwgUtils.html index c5e97985..d2dc074d 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGDgiwgUtils.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGDgiwgUtils.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGDgiwgUtils

    DGIWG (Defence Geospatial Information Working Group) GeoPackage utilities

    @@ -5183,7 +5183,7 @@

    Return Value

    created tile matrix set

    @@ -5315,7 +5315,7 @@

    Parameters

    @@ -5434,7 +5434,7 @@

    Parameters

    @@ -5553,7 +5553,7 @@

    Parameters

    @@ -5685,7 +5685,7 @@

    Parameters

    @@ -5848,7 +5848,7 @@

    Return Value

    created tile matrix set

    @@ -5928,7 +5928,7 @@

    Parameters

    @@ -5995,7 +5995,7 @@

    Parameters

    @@ -6076,7 +6076,7 @@

    Parameters

    @@ -6144,7 +6144,7 @@

    Parameters

    @@ -6229,7 +6229,7 @@

    Return Value

    metadata reference

    @@ -6314,7 +6314,7 @@

    Return Value

    metadata reference

    @@ -6412,7 +6412,7 @@

    Return Value

    metadata reference

    @@ -6522,7 +6522,7 @@

    Return Value

    metadata reference

    @@ -6532,7 +6532,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGDgiwgValidate.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGDgiwgValidate.html index 3562ce2c..698fff99 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGDgiwgValidate.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGDgiwgValidate.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5046,7 +5046,7 @@

    GPKGDgiwgValidate

    validations

    @@ -5105,7 +5105,7 @@

    Return Value

    true if valid

    @@ -5163,7 +5163,7 @@

    Return Value

    validation errors

    @@ -5221,7 +5221,7 @@

    Return Value

    validation errors

    @@ -5292,7 +5292,7 @@

    Return Value

    validation errors

    @@ -5363,7 +5363,7 @@

    Return Value

    validation errors

    @@ -5421,7 +5421,7 @@

    Return Value

    validation errors

    @@ -5492,7 +5492,7 @@

    Return Value

    validation errors

    @@ -5564,7 +5564,7 @@

    Return Value

    validation errors

    @@ -5636,7 +5636,7 @@

    Return Value

    validation errors

    @@ -5708,7 +5708,7 @@

    Return Value

    validation errors

    @@ -5718,7 +5718,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGDgiwgValidationError.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGDgiwgValidationError.html index 77f75de0..0e819e0b 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGDgiwgValidationError.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGDgiwgValidationError.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGDgiwgValidationError

    DGIWG (Defence Geospatial Information Working Group) validation error

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5151,7 +5151,7 @@

    Declaration

    @@ -5186,7 +5186,7 @@

    Declaration

    @@ -5221,7 +5221,7 @@

    Declaration

    @@ -5256,7 +5256,7 @@

    Declaration

    @@ -5362,7 +5362,7 @@

    Parameters

    @@ -5468,7 +5468,7 @@

    Parameters

    @@ -5574,7 +5574,7 @@

    Parameters

    @@ -5667,7 +5667,7 @@

    Parameters

    @@ -5747,7 +5747,7 @@

    Parameters

    @@ -5814,7 +5814,7 @@

    Parameters

    @@ -5920,7 +5920,7 @@

    Parameters

    @@ -6026,7 +6026,7 @@

    Parameters

    @@ -6145,7 +6145,7 @@

    Parameters

    @@ -6264,7 +6264,7 @@

    Parameters

    @@ -6383,7 +6383,7 @@

    Parameters

    @@ -6502,7 +6502,7 @@

    Parameters

    @@ -6621,7 +6621,7 @@

    Parameters

    @@ -6740,7 +6740,7 @@

    Parameters

    @@ -6750,7 +6750,7 @@

    Parameters

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGDgiwgValidationErrors.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGDgiwgValidationErrors.html index 570437a1..31890d49 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGDgiwgValidationErrors.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGDgiwgValidationErrors.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGDgiwgValidationErrors

    DGIWG (Defence Geospatial Information Working Group) validation errors

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5135,7 +5135,7 @@

    Parameters

    @@ -5189,7 +5189,7 @@

    Parameters

    @@ -5243,7 +5243,7 @@

    Parameters

    @@ -5297,7 +5297,7 @@

    Parameters

    @@ -5351,7 +5351,7 @@

    Parameters

    @@ -5405,7 +5405,7 @@

    Parameters

    @@ -5444,7 +5444,7 @@

    Return Value

    true if valid

    @@ -5483,7 +5483,7 @@

    Return Value

    true if has errors

    @@ -5522,7 +5522,7 @@

    Return Value

    error count

    @@ -5561,7 +5561,7 @@

    Return Value

    errors

    @@ -5619,7 +5619,7 @@

    Return Value

    error

    @@ -5629,7 +5629,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGDgiwgValidationKey.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGDgiwgValidationKey.html index 65ecd571..122d8e98 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGDgiwgValidationKey.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGDgiwgValidationKey.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5046,7 +5046,7 @@

    GPKGDgiwgValidationKey

    value

    @@ -5082,7 +5082,7 @@

    Declaration

    @@ -5117,7 +5117,7 @@

    Declaration

    @@ -5183,7 +5183,7 @@

    Parameters

    @@ -5249,7 +5249,7 @@

    Parameters

    @@ -5259,7 +5259,7 @@

    Parameters

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGDgiwgWellKnownText.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGDgiwgWellKnownText.html index e97bb31d..a3c65d94 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGDgiwgWellKnownText.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGDgiwgWellKnownText.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5046,7 +5046,7 @@

    GPKGDgiwgWellKnownText

    constants

    @@ -5082,7 +5082,7 @@

    Declaration

    @@ -5117,7 +5117,7 @@

    Declaration

    @@ -5152,7 +5152,7 @@

    Declaration

    @@ -5187,7 +5187,7 @@

    Declaration

    @@ -5222,7 +5222,7 @@

    Declaration

    @@ -5257,7 +5257,7 @@

    Declaration

    @@ -5292,7 +5292,7 @@

    Declaration

    @@ -5327,7 +5327,7 @@

    Declaration

    @@ -5362,7 +5362,7 @@

    Declaration

    @@ -5397,7 +5397,7 @@

    Declaration

    @@ -5455,7 +5455,7 @@

    Return Value

    UTM Zone Well-Known Text

    @@ -5617,7 +5617,7 @@

    Return Value

    well-known text

    @@ -5792,7 +5792,7 @@

    Return Value

    well-known text

    @@ -5827,7 +5827,7 @@

    Declaration

    @@ -5862,7 +5862,7 @@

    Declaration

    @@ -5872,7 +5872,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGDublinCoreMetadata.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGDublinCoreMetadata.html index 96096fb9..60dbc572 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGDublinCoreMetadata.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGDublinCoreMetadata.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGDublinCoreMetadata

    Dublin Core Metadata Initiative

    @@ -5116,7 +5116,7 @@

    Return Value

    true if has column

    @@ -5186,7 +5186,7 @@

    Return Value

    true if has column

    @@ -5257,7 +5257,7 @@

    Return Value

    column

    @@ -5328,7 +5328,7 @@

    Return Value

    column

    @@ -5398,7 +5398,7 @@

    Return Value

    value

    @@ -5478,7 +5478,7 @@

    Parameters

    @@ -5488,7 +5488,7 @@

    Parameters

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGDublinCoreTypes.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGDublinCoreTypes.html index c8044886..c7228c8a 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGDublinCoreTypes.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGDublinCoreTypes.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5074,7 +5074,7 @@

    GPKGDublinCoreTypes

    Undocumented

    @@ -5133,7 +5133,7 @@

    Return Value

    Dublin Core Metadata type name

    @@ -5191,7 +5191,7 @@

    Return Value

    Dublin Core Metadata type

    @@ -5249,7 +5249,7 @@

    Return Value

    synonyms

    @@ -5259,7 +5259,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGExtendedRelation.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGExtendedRelation.html index 26f21958..76af1db2 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGExtendedRelation.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGExtendedRelation.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGExtendedRelation

    Describes the relationships between a base table, a related data table, and a mapping table

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5151,7 +5151,7 @@

    Declaration

    @@ -5186,7 +5186,7 @@

    Declaration

    @@ -5221,7 +5221,7 @@

    Declaration

    @@ -5256,7 +5256,7 @@

    Declaration

    @@ -5291,7 +5291,7 @@

    Declaration

    @@ -5330,7 +5330,7 @@

    Return Value

    new extended relation

    @@ -5365,7 +5365,7 @@

    Declaration

    @@ -5399,7 +5399,7 @@

    Return Value

    relation type

    @@ -5409,7 +5409,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGExtendedRelationsDao.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGExtendedRelationsDao.html index 7f29364a..03e61e98 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGExtendedRelationsDao.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGExtendedRelationsDao.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGExtendedRelationsDao

    Extended Relations Data Access Object

    @@ -5104,7 +5104,7 @@

    Return Value

    dao

    @@ -5162,7 +5162,7 @@

    Return Value

    new tile scaling dao

    @@ -5220,7 +5220,7 @@

    Return Value

    extended relation

    @@ -5278,7 +5278,7 @@

    Return Value

    first extended relation

    @@ -5317,7 +5317,7 @@

    Return Value

    base table names

    @@ -5356,7 +5356,7 @@

    Return Value

    related table names

    @@ -5414,7 +5414,7 @@

    Return Value

    extended relations results

    @@ -5472,7 +5472,7 @@

    Return Value

    extended relations results

    @@ -5530,7 +5530,7 @@

    Return Value

    extended relations results

    @@ -5653,7 +5653,7 @@

    Return Value

    extended relations results

    @@ -5663,7 +5663,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGExtensionManagement.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGExtensionManagement.html index 114acadf..84fab0d5 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGExtensionManagement.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGExtensionManagement.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGExtensionManagement

    Extension Management for deleting and copying extensions

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5135,7 +5135,7 @@

    Parameters

    @@ -5174,7 +5174,7 @@

    Return Value

    author

    @@ -5228,7 +5228,7 @@

    Parameters

    @@ -5263,7 +5263,7 @@

    Declaration

    @@ -5329,7 +5329,7 @@

    Parameters

    @@ -5339,7 +5339,7 @@

    Parameters

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGExtensionManager.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGExtensionManager.html index 4bbe5952..822bec21 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGExtensionManager.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGExtensionManager.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGExtensionManager

    GeoPackage Extension Manager for deleting and copying extensions

    @@ -5100,7 +5100,7 @@

    Parameters

    @@ -5154,7 +5154,7 @@

    Parameters

    @@ -5208,7 +5208,7 @@

    Parameters

    @@ -5243,7 +5243,7 @@

    Declaration

    @@ -5310,7 +5310,7 @@

    Parameters

    @@ -5364,7 +5364,7 @@

    Parameters

    @@ -5399,7 +5399,7 @@

    Declaration

    @@ -5466,7 +5466,7 @@

    Parameters

    @@ -5520,7 +5520,7 @@

    Parameters

    @@ -5555,7 +5555,7 @@

    Declaration

    @@ -5622,7 +5622,7 @@

    Parameters

    @@ -5676,7 +5676,7 @@

    Parameters

    @@ -5711,7 +5711,7 @@

    Declaration

    @@ -5777,7 +5777,7 @@

    Parameters

    @@ -5831,7 +5831,7 @@

    Parameters

    @@ -5866,7 +5866,7 @@

    Declaration

    @@ -5932,7 +5932,7 @@

    Parameters

    @@ -5967,7 +5967,7 @@

    Declaration

    @@ -5977,7 +5977,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGExtensions.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGExtensions.html index 1f521044..506db760 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGExtensions.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGExtensions.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5050,7 +5050,7 @@

    GPKGExtensions

    error message if it does not.

    @@ -5088,7 +5088,7 @@

    Declaration

    @@ -5124,7 +5124,7 @@

    Declaration

    @@ -5160,7 +5160,7 @@

    Declaration

    @@ -5196,7 +5196,7 @@

    Declaration

    @@ -5232,7 +5232,7 @@

    Declaration

    @@ -5271,7 +5271,7 @@

    Return Value

    extension scope type

    @@ -5325,7 +5325,7 @@

    Parameters

    @@ -5392,7 +5392,7 @@

    Parameters

    @@ -5431,7 +5431,7 @@

    Return Value

    author

    @@ -5470,7 +5470,7 @@

    Return Value

    extension name

    @@ -5541,7 +5541,7 @@

    Return Value

    extension name

    @@ -5599,7 +5599,7 @@

    Return Value

    extension name

    @@ -5657,7 +5657,7 @@

    Return Value

    author

    @@ -5715,7 +5715,7 @@

    Return Value

    extension name, no author

    @@ -5725,7 +5725,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGExtensionsDao.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGExtensionsDao.html index dac077ff..e81e9a4d 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGExtensionsDao.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGExtensionsDao.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGExtensionsDao

    Extensions Data Access Object

    @@ -5104,7 +5104,7 @@

    Return Value

    dao

    @@ -5162,7 +5162,7 @@

    Return Value

    new extensions dao

    @@ -5220,7 +5220,7 @@

    Return Value

    rows deleted

    @@ -5291,7 +5291,7 @@

    Return Value

    rows deleted

    @@ -5375,7 +5375,7 @@

    Return Value

    rows deleted

    @@ -5433,7 +5433,7 @@

    Return Value

    rows deleted

    @@ -5491,7 +5491,7 @@

    Return Value

    result set

    @@ -5549,7 +5549,7 @@

    Return Value

    count

    @@ -5620,7 +5620,7 @@

    Return Value

    result set

    @@ -5691,7 +5691,7 @@

    Return Value

    count

    @@ -5775,7 +5775,7 @@

    Return Value

    result set

    @@ -5785,7 +5785,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureCache.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureCache.html index b19fe0a5..d7435a06 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureCache.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureCache.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGFeatureCache

    Feature Row Cache for a single feature table

    @@ -5085,7 +5085,7 @@

    Return Value

    new feature cache

    @@ -5143,7 +5143,7 @@

    Return Value

    new feature cache

    @@ -5182,7 +5182,7 @@

    Return Value

    max size

    @@ -5240,7 +5240,7 @@

    Return Value

    feature row or null

    @@ -5298,7 +5298,7 @@

    Return Value

    feature row or null

    @@ -5356,7 +5356,7 @@

    Return Value

    previous cached feature row or null

    @@ -5414,7 +5414,7 @@

    Return Value

    removed feature row or null

    @@ -5472,7 +5472,7 @@

    Return Value

    removed feature row or null

    @@ -5530,7 +5530,7 @@

    Return Value

    removed feature row or null

    @@ -5565,7 +5565,7 @@

    Declaration

    @@ -5619,7 +5619,7 @@

    Parameters

    @@ -5673,7 +5673,7 @@

    Parameters

    @@ -5683,7 +5683,7 @@

    Parameters

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureCacheTables.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureCacheTables.html index 5559aeba..6f55a02a 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureCacheTables.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureCacheTables.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGFeatureCacheTables

    Feature Row Cache for multiple feature tables in a single GeoPackage

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5120,7 +5120,7 @@

    Return Value

    new feature cache tables

    @@ -5178,7 +5178,7 @@

    Return Value

    new feature cache tables

    @@ -5217,7 +5217,7 @@

    Return Value

    feature table names

    @@ -5275,7 +5275,7 @@

    Return Value

    feature row cache

    @@ -5333,7 +5333,7 @@

    Return Value

    feature row cache

    @@ -5391,7 +5391,7 @@

    Return Value

    max size

    @@ -5461,7 +5461,7 @@

    Return Value

    feature row or null

    @@ -5519,7 +5519,7 @@

    Return Value

    previous cached feature row or null

    @@ -5577,7 +5577,7 @@

    Return Value

    removed feature row or null

    @@ -5647,7 +5647,7 @@

    Return Value

    removed feature row or null

    @@ -5701,7 +5701,7 @@

    Parameters

    @@ -5736,7 +5736,7 @@

    Declaration

    @@ -5802,7 +5802,7 @@

    Parameters

    @@ -5856,7 +5856,7 @@

    Parameters

    @@ -5923,7 +5923,7 @@

    Parameters

    @@ -5977,7 +5977,7 @@

    Parameters

    @@ -5987,7 +5987,7 @@

    Parameters

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureColumn.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureColumn.html index 8cc10ea8..74850bb0 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureColumn.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureColumn.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGFeatureColumn

    Feature column

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5139,7 +5139,7 @@

    Return Value

    feature column

    @@ -5210,7 +5210,7 @@

    Return Value

    feature column

    @@ -5281,7 +5281,7 @@

    Return Value

    feature column

    @@ -5365,7 +5365,7 @@

    Return Value

    feature column

    @@ -5436,7 +5436,7 @@

    Return Value

    feature column

    @@ -5520,7 +5520,7 @@

    Return Value

    feature column

    @@ -5617,7 +5617,7 @@

    Return Value

    feature column

    @@ -5727,7 +5727,7 @@

    Return Value

    feature column

    @@ -5798,7 +5798,7 @@

    Return Value

    feature column

    @@ -5882,7 +5882,7 @@

    Return Value

    feature column

    @@ -5966,7 +5966,7 @@

    Return Value

    feature column

    @@ -6063,7 +6063,7 @@

    Return Value

    feature column

    @@ -6160,7 +6160,7 @@

    Return Value

    feature column

    @@ -6270,7 +6270,7 @@

    Return Value

    feature column

    @@ -6354,7 +6354,7 @@

    Return Value

    feature column

    @@ -6451,7 +6451,7 @@

    Return Value

    feature column

    @@ -6561,7 +6561,7 @@

    Return Value

    feature column

    @@ -6684,7 +6684,7 @@

    Return Value

    feature column

    @@ -6743,7 +6743,7 @@

    Return Value

    feature column

    @@ -6905,7 +6905,7 @@

    Return Value

    new feature column

    @@ -6944,7 +6944,7 @@

    Return Value

    true if a geometry column

    @@ -6954,7 +6954,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureColumns.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureColumns.html index ae5f53c5..93698a3a 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureColumns.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureColumns.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGFeatureColumns

    Collection of feature columns

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5200,7 +5200,7 @@

    Return Value

    new feature columns

    @@ -5297,7 +5297,7 @@

    Return Value

    new feature columns

    @@ -5355,7 +5355,7 @@

    Return Value

    new feature columns

    @@ -5394,7 +5394,7 @@

    Return Value

    true if has a geometry column

    @@ -5433,7 +5433,7 @@

    Return Value

    geometry feature column

    @@ -5443,7 +5443,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureDao.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureDao.html index c30358c2..20254d8f 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureDao.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureDao.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGFeatureDao

    Feature DAO for reading feature user data tables

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5213,7 +5213,7 @@

    Return Value

    new feature dao

    @@ -5252,7 +5252,7 @@

    Return Value

    feature table

    @@ -5310,7 +5310,7 @@

    Return Value

    feature row

    @@ -5368,7 +5368,7 @@

    Return Value

    feature row

    @@ -5426,7 +5426,7 @@

    Return Value

    feature row

    @@ -5465,7 +5465,7 @@

    Return Value

    feature row

    @@ -5504,7 +5504,7 @@

    Return Value

    geometry column name

    @@ -5543,7 +5543,7 @@

    Return Value

    geometry type

    @@ -5582,7 +5582,7 @@

    Return Value

    srs

    @@ -5621,7 +5621,7 @@

    Return Value

    srs id

    @@ -5660,7 +5660,7 @@

    Return Value

    id column

    @@ -5699,7 +5699,7 @@

    Return Value

    id column name

    @@ -5738,7 +5738,7 @@

    Return Value

    column names

    @@ -5748,7 +5748,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureGenerator.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureGenerator.html index a6f17d12..63203bfe 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureGenerator.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureGenerator.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGFeatureGenerator

    Feature Generator

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5151,7 +5151,7 @@

    Declaration

    @@ -5186,7 +5186,7 @@

    Declaration

    @@ -5221,7 +5221,7 @@

    Declaration

    @@ -5260,7 +5260,7 @@

    Return Value

    projection

    @@ -5331,7 +5331,7 @@

    Return Value

    new feature generator

    @@ -5370,7 +5370,7 @@

    Return Value

    GeoPackage

    @@ -5409,7 +5409,7 @@

    Return Value

    table name

    @@ -5448,7 +5448,7 @@

    Return Value

    true if active

    @@ -5487,7 +5487,7 @@

    Return Value

    geometry columns

    @@ -5526,7 +5526,7 @@

    Return Value

    columns

    @@ -5565,7 +5565,7 @@

    Return Value

    srs

    @@ -5604,7 +5604,7 @@

    Return Value

    feature DAO

    @@ -5643,7 +5643,7 @@

    Return Value

    generated count

    @@ -5713,7 +5713,7 @@

    Parameters

    @@ -5751,7 +5751,7 @@

    Declaration

    @@ -5790,7 +5790,7 @@

    Return Value

    projection

    @@ -5848,7 +5848,7 @@

    Return Value

    geometry data

    @@ -5928,7 +5928,7 @@

    Parameters

    @@ -5999,7 +5999,7 @@

    Return Value

    projection

    @@ -6009,7 +6009,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureIndexFeatureResults.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureIndexFeatureResults.html index cb51e937..f557fee6 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureIndexFeatureResults.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureIndexFeatureResults.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5046,7 +5046,7 @@

    GPKGFeatureIndexFeatureResults

    DAO

    @@ -5118,7 +5118,7 @@

    Return Value

    feature index feature results

    @@ -5128,7 +5128,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureIndexGeoPackageResults.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureIndexGeoPackageResults.html index 0c622eb9..dfe311d1 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureIndexGeoPackageResults.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureIndexGeoPackageResults.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5046,7 +5046,7 @@

    GPKGFeatureIndexGeoPackageResults

    retrieved from GeoPackage index extension results

    @@ -5119,7 +5119,7 @@

    Return Value

    feature index geopackage results

    @@ -5129,7 +5129,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureIndexListResults.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureIndexListResults.html index 49fe7141..c276c906 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureIndexListResults.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureIndexListResults.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGFeatureIndexListResults

    Feature Index Results Feature Row list implementation

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5135,7 +5135,7 @@

    Parameters

    @@ -5189,7 +5189,7 @@

    Parameters

    @@ -5243,7 +5243,7 @@

    Parameters

    @@ -5297,7 +5297,7 @@

    Parameters

    @@ -5307,7 +5307,7 @@

    Parameters

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureIndexLocation.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureIndexLocation.html index e26541b9..0fe0e24c 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureIndexLocation.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureIndexLocation.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGFeatureIndexLocation

    Feature Index Location to iterate over indexed feature index types

    @@ -5104,7 +5104,7 @@

    Return Value

    new feature index location

    @@ -5114,7 +5114,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureIndexManager.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureIndexManager.html index f2492b63..a41e04c2 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureIndexManager.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureIndexManager.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5046,7 +5046,7 @@

    GPKGFeatureIndexManager

    within a GeoPackage using the Geometry Index Extension

    @@ -5082,7 +5082,7 @@

    Declaration

    @@ -5118,7 +5118,7 @@

    Declaration

    @@ -5189,7 +5189,7 @@

    Return Value

    new feature index manager

    @@ -5260,7 +5260,7 @@

    Return Value

    new feature index manager

    @@ -5295,7 +5295,7 @@

    Declaration

    @@ -5334,7 +5334,7 @@

    Return Value

    feature DAO

    @@ -5373,7 +5373,7 @@

    Return Value

    feature table index

    @@ -5412,7 +5412,7 @@

    Return Value

    feature indexer

    @@ -5451,7 +5451,7 @@

    Return Value

    RTree index table DAO

    @@ -5490,7 +5490,7 @@

    Return Value

    ordered index types

    @@ -5546,7 +5546,7 @@

    Parameters

    @@ -5602,7 +5602,7 @@

    Parameters

    @@ -5656,7 +5656,7 @@

    Parameters

    @@ -5710,7 +5710,7 @@

    Parameters

    @@ -5749,7 +5749,7 @@

    Return Value

    count

    @@ -5807,7 +5807,7 @@

    Return Value

    largest count of indexed features

    @@ -5865,7 +5865,7 @@

    Return Value

    count

    @@ -5923,7 +5923,7 @@

    Return Value

    count

    @@ -5994,7 +5994,7 @@

    Return Value

    largest count of indexed features

    @@ -6065,7 +6065,7 @@

    Return Value

    count

    @@ -6125,7 +6125,7 @@

    Return Value

    true if indexed

    @@ -6198,7 +6198,7 @@

    Return Value

    true if indexed from any type

    @@ -6270,7 +6270,7 @@

    Return Value

    true if indexed

    @@ -6309,7 +6309,7 @@

    Return Value

    true if deleted

    @@ -6348,7 +6348,7 @@

    Return Value

    true if deleted

    @@ -6406,7 +6406,7 @@

    Return Value

    true if deleted from any type

    @@ -6464,7 +6464,7 @@

    Return Value

    true if deleted

    @@ -6522,7 +6522,7 @@

    Return Value

    true if deleted

    @@ -6593,7 +6593,7 @@

    Return Value

    true if deleted from any type

    @@ -6664,7 +6664,7 @@

    Return Value

    true if deleted

    @@ -6722,7 +6722,7 @@

    Return Value

    true if deleted

    @@ -6793,7 +6793,7 @@

    Return Value

    true if deleted from any type

    @@ -6864,7 +6864,7 @@

    Return Value

    true if deleted

    @@ -6922,7 +6922,7 @@

    Return Value

    true if deleted from any type

    @@ -6980,7 +6980,7 @@

    Return Value

    true if deleted from any type

    @@ -7019,7 +7019,7 @@

    Return Value

    indexed types

    @@ -7058,7 +7058,7 @@

    Return Value

    true if indexed

    @@ -7116,7 +7116,7 @@

    Return Value

    true if indexed

    @@ -7155,7 +7155,7 @@

    Return Value

    last indexed date or null

    @@ -7213,7 +7213,7 @@

    Return Value

    last indexed date or null

    @@ -7252,7 +7252,7 @@

    Return Value

    feature index location

    @@ -7291,7 +7291,7 @@

    Return Value

    feature index type

    @@ -7330,7 +7330,7 @@

    Return Value

    feature table id column name

    @@ -7369,7 +7369,7 @@

    Return Value

    feature index results, close when done

    @@ -7427,7 +7427,7 @@

    Return Value

    feature index results, close when done

    @@ -7485,7 +7485,7 @@

    Return Value

    feature index results, close when done

    @@ -7556,7 +7556,7 @@

    Return Value

    feature index results, close when done

    @@ -7614,7 +7614,7 @@

    Return Value

    count

    @@ -7684,7 +7684,7 @@

    Return Value

    count

    @@ -7723,7 +7723,7 @@

    Return Value

    count

    @@ -7782,7 +7782,7 @@

    Return Value

    feature index results, close when done

    @@ -7853,7 +7853,7 @@

    Return Value

    feature index results, close when done

    @@ -7924,7 +7924,7 @@

    Return Value

    feature index results, close when done

    @@ -8008,7 +8008,7 @@

    Return Value

    feature index results, close when done

    @@ -8066,7 +8066,7 @@

    Return Value

    feature index results, close when done

    @@ -8137,7 +8137,7 @@

    Return Value

    feature index results, close when done

    @@ -8221,7 +8221,7 @@

    Return Value

    feature index results, close when done

    @@ -8279,7 +8279,7 @@

    Return Value

    feature index results, close when done

    @@ -8350,7 +8350,7 @@

    Return Value

    feature index results, close when done

    @@ -8421,7 +8421,7 @@

    Return Value

    feature index results, close when done

    @@ -8505,7 +8505,7 @@

    Return Value

    feature index results, close when done

    @@ -8563,7 +8563,7 @@

    Return Value

    count

    @@ -8633,7 +8633,7 @@

    Return Value

    count

    @@ -8717,7 +8717,7 @@

    Return Value

    count

    @@ -8788,7 +8788,7 @@

    Return Value

    feature index results, close when done

    @@ -8872,7 +8872,7 @@

    Return Value

    feature index results, close when done

    @@ -8956,7 +8956,7 @@

    Return Value

    feature index results, close when done

    @@ -9053,7 +9053,7 @@

    Return Value

    feature index results, close when done

    @@ -9123,7 +9123,7 @@

    Return Value

    count

    @@ -9207,7 +9207,7 @@

    Return Value

    count

    @@ -9304,7 +9304,7 @@

    Return Value

    count

    @@ -9343,7 +9343,7 @@

    Return Value

    bounding box

    @@ -9401,7 +9401,7 @@

    Return Value

    bounding box

    @@ -9461,7 +9461,7 @@

    Return Value

    feature index results, close when done

    @@ -9533,7 +9533,7 @@

    Return Value

    feature index results, close when done

    @@ -9605,7 +9605,7 @@

    Return Value

    feature index results, close when done

    @@ -9690,7 +9690,7 @@

    Return Value

    feature index results, close when done

    @@ -9749,7 +9749,7 @@

    Return Value

    count

    @@ -9821,7 +9821,7 @@

    Return Value

    count

    @@ -9906,7 +9906,7 @@

    Return Value

    count

    @@ -9979,7 +9979,7 @@

    Return Value

    feature index results, close when done

    @@ -10064,7 +10064,7 @@

    Return Value

    feature index results, close when done

    @@ -10149,7 +10149,7 @@

    Return Value

    feature index results, close when done

    @@ -10247,7 +10247,7 @@

    Return Value

    feature index results, close when done

    @@ -10319,7 +10319,7 @@

    Return Value

    count

    @@ -10404,7 +10404,7 @@

    Return Value

    count

    @@ -10490,7 +10490,7 @@

    Return Value

    count

    @@ -10562,7 +10562,7 @@

    Return Value

    feature index results, close when done

    @@ -10647,7 +10647,7 @@

    Return Value

    feature index results, close when done

    @@ -10732,7 +10732,7 @@

    Return Value

    feature index results, close when done

    @@ -10830,7 +10830,7 @@

    Return Value

    feature index results, close when done

    @@ -10902,7 +10902,7 @@

    Return Value

    count

    @@ -10987,7 +10987,7 @@

    Return Value

    count

    @@ -11085,7 +11085,7 @@

    Return Value

    count

    @@ -11170,7 +11170,7 @@

    Return Value

    feature index results, close when done

    @@ -11268,7 +11268,7 @@

    Return Value

    feature index results, close when done

    @@ -11366,7 +11366,7 @@

    Return Value

    feature index results, close when done

    @@ -11477,7 +11477,7 @@

    Return Value

    feature index results, close when done

    @@ -11562,7 +11562,7 @@

    Return Value

    count

    @@ -11660,7 +11660,7 @@

    Return Value

    count

    @@ -11771,7 +11771,7 @@

    Return Value

    count

    @@ -11829,7 +11829,7 @@

    Return Value

    feature index results, close when done

    @@ -11900,7 +11900,7 @@

    Return Value

    feature index results, close when done

    @@ -11971,7 +11971,7 @@

    Return Value

    feature index results, close when done

    @@ -12055,7 +12055,7 @@

    Return Value

    feature index results, close when done

    @@ -12113,7 +12113,7 @@

    Return Value

    count

    @@ -12184,7 +12184,7 @@

    Return Value

    count

    @@ -12268,7 +12268,7 @@

    Return Value

    count

    @@ -12339,7 +12339,7 @@

    Return Value

    feature index results, close when done

    @@ -12423,7 +12423,7 @@

    Return Value

    feature index results, close when done

    @@ -12507,7 +12507,7 @@

    Return Value

    feature index results, close when done

    @@ -12604,7 +12604,7 @@

    Return Value

    feature index results, close when done

    @@ -12675,7 +12675,7 @@

    Return Value

    count

    @@ -12759,7 +12759,7 @@

    Return Value

    count

    @@ -12856,7 +12856,7 @@

    Return Value

    count

    @@ -12927,7 +12927,7 @@

    Return Value

    feature index results, close when done

    @@ -13011,7 +13011,7 @@

    Return Value

    feature index results, close when done

    @@ -13095,7 +13095,7 @@

    Return Value

    feature index results, close when done

    @@ -13192,7 +13192,7 @@

    Return Value

    feature index results, close when done

    @@ -13263,7 +13263,7 @@

    Return Value

    count

    @@ -13347,7 +13347,7 @@

    Return Value

    count

    @@ -13444,7 +13444,7 @@

    Return Value

    count

    @@ -13528,7 +13528,7 @@

    Return Value

    feature index results, close when done

    @@ -13625,7 +13625,7 @@

    Return Value

    feature index results, close when done

    @@ -13722,7 +13722,7 @@

    Return Value

    feature index results, close when done

    @@ -13832,7 +13832,7 @@

    Return Value

    feature index results, close when done

    @@ -13916,7 +13916,7 @@

    Return Value

    count

    @@ -14013,7 +14013,7 @@

    Return Value

    count

    @@ -14123,7 +14123,7 @@

    Return Value

    count

    @@ -14195,7 +14195,7 @@

    Return Value

    feature index results, close when done

    @@ -14280,7 +14280,7 @@

    Return Value

    feature index results, close when done

    @@ -14365,7 +14365,7 @@

    Return Value

    feature index results, close when done

    @@ -14437,7 +14437,7 @@

    Return Value

    count

    @@ -14522,7 +14522,7 @@

    Return Value

    count

    @@ -14620,7 +14620,7 @@

    Return Value

    count

    @@ -14706,7 +14706,7 @@

    Return Value

    feature index results, close when done

    @@ -14804,7 +14804,7 @@

    Return Value

    feature index results, close when done

    @@ -14902,7 +14902,7 @@

    Return Value

    feature index results, close when done

    @@ -15013,7 +15013,7 @@

    Return Value

    feature index results, close when done

    @@ -15098,7 +15098,7 @@

    Return Value

    count

    @@ -15196,7 +15196,7 @@

    Return Value

    count

    @@ -15307,7 +15307,7 @@

    Return Value

    count

    @@ -15392,7 +15392,7 @@

    Return Value

    feature index results, close when done

    @@ -15490,7 +15490,7 @@

    Return Value

    feature index results, close when done

    @@ -15588,7 +15588,7 @@

    Return Value

    feature index results, close when done

    @@ -15699,7 +15699,7 @@

    Return Value

    feature index results, close when done

    @@ -15784,7 +15784,7 @@

    Return Value

    count

    @@ -15882,7 +15882,7 @@

    Return Value

    count

    @@ -15993,7 +15993,7 @@

    Return Value

    count

    @@ -16091,7 +16091,7 @@

    Return Value

    feature index results, close when done

    @@ -16202,7 +16202,7 @@

    Return Value

    feature index results, close when done

    @@ -16313,7 +16313,7 @@

    Return Value

    feature index results, close when done

    @@ -16437,7 +16437,7 @@

    Return Value

    feature index results, close when done

    @@ -16535,7 +16535,7 @@

    Return Value

    count

    @@ -16646,7 +16646,7 @@

    Return Value

    count

    @@ -16770,7 +16770,7 @@

    Return Value

    count

    @@ -16828,7 +16828,7 @@

    Return Value

    true if paginated

    @@ -16886,7 +16886,7 @@

    Return Value

    feature paginated results

    @@ -16957,7 +16957,7 @@

    Return Value

    feature paginated results

    @@ -17016,7 +17016,7 @@

    Return Value

    feature index results, close when done

    @@ -17088,7 +17088,7 @@

    Return Value

    feature index results, close when done

    @@ -17160,7 +17160,7 @@

    Return Value

    feature index results, close when done

    @@ -17245,7 +17245,7 @@

    Return Value

    feature index results, close when done

    @@ -17317,7 +17317,7 @@

    Return Value

    feature index results, close when done

    @@ -17402,7 +17402,7 @@

    Return Value

    feature index results, close when done

    @@ -17487,7 +17487,7 @@

    Return Value

    feature index results, close when done

    @@ -17585,7 +17585,7 @@

    Return Value

    feature index results, close when done

    @@ -17658,7 +17658,7 @@

    Return Value

    feature index results, close when done

    @@ -17744,7 +17744,7 @@

    Return Value

    feature index results, close when done

    @@ -17830,7 +17830,7 @@

    Return Value

    feature index results, close when done

    @@ -17929,7 +17929,7 @@

    Return Value

    feature index results, close when done

    @@ -18015,7 +18015,7 @@

    Return Value

    feature index results, close when done

    @@ -18114,7 +18114,7 @@

    Return Value

    feature index results, close when done

    @@ -18213,7 +18213,7 @@

    Return Value

    feature index results, close when done

    @@ -18325,7 +18325,7 @@

    Return Value

    feature index results, close when done

    @@ -18398,7 +18398,7 @@

    Return Value

    feature index results, close when done

    @@ -18484,7 +18484,7 @@

    Return Value

    feature index results, close when done

    @@ -18570,7 +18570,7 @@

    Return Value

    feature index results, close when done

    @@ -18669,7 +18669,7 @@

    Return Value

    feature index results, close when done

    @@ -18755,7 +18755,7 @@

    Return Value

    feature index results, close when done

    @@ -18854,7 +18854,7 @@

    Return Value

    feature index results, close when done

    @@ -18953,7 +18953,7 @@

    Return Value

    feature index results, close when done

    @@ -19065,7 +19065,7 @@

    Return Value

    feature index results, close when done

    @@ -19151,7 +19151,7 @@

    Return Value

    feature index results, close when done

    @@ -19250,7 +19250,7 @@

    Return Value

    feature index results, close when done

    @@ -19349,7 +19349,7 @@

    Return Value

    feature index results, close when done

    @@ -19461,7 +19461,7 @@

    Return Value

    feature index results, close when done

    @@ -19560,7 +19560,7 @@

    Return Value

    feature index results, close when done

    @@ -19672,7 +19672,7 @@

    Return Value

    feature index results, close when done

    @@ -19784,7 +19784,7 @@

    Return Value

    feature index results, close when done

    @@ -19909,7 +19909,7 @@

    Return Value

    feature index results, close when done

    @@ -19981,7 +19981,7 @@

    Return Value

    feature index results, close when done

    @@ -20066,7 +20066,7 @@

    Return Value

    feature index results, close when done

    @@ -20151,7 +20151,7 @@

    Return Value

    feature index results, close when done

    @@ -20249,7 +20249,7 @@

    Return Value

    feature index results, close when done

    @@ -20334,7 +20334,7 @@

    Return Value

    feature index results, close when done

    @@ -20432,7 +20432,7 @@

    Return Value

    feature index results, close when done

    @@ -20530,7 +20530,7 @@

    Return Value

    feature index results, close when done

    @@ -20641,7 +20641,7 @@

    Return Value

    feature index results, close when done

    @@ -20727,7 +20727,7 @@

    Return Value

    feature index results, close when done

    @@ -20826,7 +20826,7 @@

    Return Value

    feature index results, close when done

    @@ -20925,7 +20925,7 @@

    Return Value

    feature index results, close when done

    @@ -21037,7 +21037,7 @@

    Return Value

    feature index results, close when done

    @@ -21136,7 +21136,7 @@

    Return Value

    feature index results, close when done

    @@ -21248,7 +21248,7 @@

    Return Value

    feature index results, close when done

    @@ -21360,7 +21360,7 @@

    Return Value

    feature index results, close when done

    @@ -21485,7 +21485,7 @@

    Return Value

    feature index results, close when done

    @@ -21570,7 +21570,7 @@

    Return Value

    feature index results, close when done

    @@ -21668,7 +21668,7 @@

    Return Value

    feature index results, close when done

    @@ -21766,7 +21766,7 @@

    Return Value

    feature index results, close when done

    @@ -21877,7 +21877,7 @@

    Return Value

    feature index results, close when done

    @@ -21975,7 +21975,7 @@

    Return Value

    feature index results, close when done

    @@ -22086,7 +22086,7 @@

    Return Value

    feature index results, close when done

    @@ -22197,7 +22197,7 @@

    Return Value

    feature index results, close when done

    @@ -22321,7 +22321,7 @@

    Return Value

    feature index results, close when done

    @@ -22420,7 +22420,7 @@

    Return Value

    feature index results, close when done

    @@ -22532,7 +22532,7 @@

    Return Value

    feature index results, close when done

    @@ -22644,7 +22644,7 @@

    Return Value

    feature index results, close when done

    @@ -22769,7 +22769,7 @@

    Return Value

    feature index results, close when done

    @@ -22881,7 +22881,7 @@

    Return Value

    feature index results, close when done

    @@ -23006,7 +23006,7 @@

    Return Value

    feature index results, close when done

    @@ -23131,7 +23131,7 @@

    Return Value

    feature index results, close when done

    @@ -23269,7 +23269,7 @@

    Return Value

    feature index results, close when done

    @@ -23343,7 +23343,7 @@

    Return Value

    feature index results, close when done

    @@ -23430,7 +23430,7 @@

    Return Value

    feature index results, close when done

    @@ -23516,7 +23516,7 @@

    Return Value

    feature index results, close when done

    @@ -23615,7 +23615,7 @@

    Return Value

    feature index results, close when done

    @@ -23702,7 +23702,7 @@

    Return Value

    feature index results, close when done

    @@ -23802,7 +23802,7 @@

    Return Value

    feature index results, close when done

    @@ -23901,7 +23901,7 @@

    Return Value

    feature index results, close when done

    @@ -24013,7 +24013,7 @@

    Return Value

    feature index results, close when done

    @@ -24100,7 +24100,7 @@

    Return Value

    feature index results, close when done

    @@ -24200,7 +24200,7 @@

    Return Value

    feature index results, close when done

    @@ -24299,7 +24299,7 @@

    Return Value

    feature index results, close when done

    @@ -24411,7 +24411,7 @@

    Return Value

    feature index results, close when done

    @@ -24511,7 +24511,7 @@

    Return Value

    feature index results, close when done

    @@ -24624,7 +24624,7 @@

    Return Value

    feature index results, close when done

    @@ -24736,7 +24736,7 @@

    Return Value

    feature index results, close when done

    @@ -24861,7 +24861,7 @@

    Return Value

    feature index results, close when done

    @@ -24948,7 +24948,7 @@

    Return Value

    feature index results, close when done

    @@ -25048,7 +25048,7 @@

    Return Value

    feature index results, close when done

    @@ -25147,7 +25147,7 @@

    Return Value

    feature index results, close when done

    @@ -25259,7 +25259,7 @@

    Return Value

    feature index results, close when done

    @@ -25359,7 +25359,7 @@

    Return Value

    feature index results, close when done

    @@ -25472,7 +25472,7 @@

    Return Value

    feature index results, close when done

    @@ -25584,7 +25584,7 @@

    Return Value

    feature index results, close when done

    @@ -25709,7 +25709,7 @@

    Return Value

    feature index results, close when done

    @@ -25809,7 +25809,7 @@

    Return Value

    feature index results, close when done

    @@ -25922,7 +25922,7 @@

    Return Value

    feature index results, close when done

    @@ -26034,7 +26034,7 @@

    Return Value

    feature index results, close when done

    @@ -26159,7 +26159,7 @@

    Return Value

    feature index results, close when done

    @@ -26272,7 +26272,7 @@

    Return Value

    feature index results, close when done

    @@ -26398,7 +26398,7 @@

    Return Value

    feature index results, close when done

    @@ -26523,7 +26523,7 @@

    Return Value

    feature index results, close when done

    @@ -26661,7 +26661,7 @@

    Return Value

    feature index results, close when done

    @@ -26748,7 +26748,7 @@

    Return Value

    feature index results, close when done

    @@ -26848,7 +26848,7 @@

    Return Value

    feature index results, close when done

    @@ -26947,7 +26947,7 @@

    Return Value

    feature index results, close when done

    @@ -27059,7 +27059,7 @@

    Return Value

    feature index results, close when done

    @@ -27159,7 +27159,7 @@

    Return Value

    feature index results, close when done

    @@ -27272,7 +27272,7 @@

    Return Value

    feature index results, close when done

    @@ -27384,7 +27384,7 @@

    Return Value

    feature index results, close when done

    @@ -27509,7 +27509,7 @@

    Return Value

    feature index results, close when done

    @@ -27609,7 +27609,7 @@

    Return Value

    feature index results, close when done

    @@ -27722,7 +27722,7 @@

    Return Value

    feature index results, close when done

    @@ -27834,7 +27834,7 @@

    Return Value

    feature index results, close when done

    @@ -27959,7 +27959,7 @@

    Return Value

    feature index results, close when done

    @@ -28072,7 +28072,7 @@

    Return Value

    feature index results, close when done

    @@ -28198,7 +28198,7 @@

    Return Value

    feature index results, close when done

    @@ -28323,7 +28323,7 @@

    Return Value

    feature index results, close when done

    @@ -28461,7 +28461,7 @@

    Return Value

    feature index results, close when done

    @@ -28561,7 +28561,7 @@

    Return Value

    feature index results, close when done

    @@ -28674,7 +28674,7 @@

    Return Value

    feature index results, close when done

    @@ -28786,7 +28786,7 @@

    Return Value

    feature index results, close when done

    @@ -28911,7 +28911,7 @@

    Return Value

    feature index results, close when done

    @@ -29024,7 +29024,7 @@

    Return Value

    feature index results, close when done

    @@ -29150,7 +29150,7 @@

    Return Value

    feature index results, close when done

    @@ -29275,7 +29275,7 @@

    Return Value

    feature index results, close when done

    @@ -29413,7 +29413,7 @@

    Return Value

    feature index results, close when done

    @@ -29526,7 +29526,7 @@

    Return Value

    feature index results, close when done

    @@ -29652,7 +29652,7 @@

    Return Value

    feature index results, close when done

    @@ -29777,7 +29777,7 @@

    Return Value

    feature index results, close when done

    @@ -29915,7 +29915,7 @@

    Return Value

    feature index results, close when done

    @@ -30041,7 +30041,7 @@

    Return Value

    feature index results, close when done

    @@ -30180,7 +30180,7 @@

    Return Value

    feature index results, close when done

    @@ -30318,7 +30318,7 @@

    Return Value

    feature index results, close when done

    @@ -30469,7 +30469,7 @@

    Return Value

    feature index results, close when done

    @@ -30542,7 +30542,7 @@

    Return Value

    feature index results, close when done

    @@ -30628,7 +30628,7 @@

    Return Value

    feature index results, close when done

    @@ -30714,7 +30714,7 @@

    Return Value

    feature index results, close when done

    @@ -30813,7 +30813,7 @@

    Return Value

    feature index results, close when done

    @@ -30899,7 +30899,7 @@

    Return Value

    feature index results, close when done

    @@ -30998,7 +30998,7 @@

    Return Value

    feature index results, close when done

    @@ -31097,7 +31097,7 @@

    Return Value

    feature index results, close when done

    @@ -31209,7 +31209,7 @@

    Return Value

    feature index results, close when done

    @@ -31295,7 +31295,7 @@

    Return Value

    feature index results, close when done

    @@ -31394,7 +31394,7 @@

    Return Value

    feature index results, close when done

    @@ -31493,7 +31493,7 @@

    Return Value

    feature index results, close when done

    @@ -31605,7 +31605,7 @@

    Return Value

    feature index results, close when done

    @@ -31704,7 +31704,7 @@

    Return Value

    feature index results, close when done

    @@ -31816,7 +31816,7 @@

    Return Value

    feature index results, close when done

    @@ -31928,7 +31928,7 @@

    Return Value

    feature index results, close when done

    @@ -32053,7 +32053,7 @@

    Return Value

    feature index results, close when done

    @@ -32139,7 +32139,7 @@

    Return Value

    feature index results, close when done

    @@ -32238,7 +32238,7 @@

    Return Value

    feature index results, close when done

    @@ -32337,7 +32337,7 @@

    Return Value

    feature index results, close when done

    @@ -32449,7 +32449,7 @@

    Return Value

    feature index results, close when done

    @@ -32548,7 +32548,7 @@

    Return Value

    feature index results, close when done

    @@ -32660,7 +32660,7 @@

    Return Value

    feature index results, close when done

    @@ -32772,7 +32772,7 @@

    Return Value

    feature index results, close when done

    @@ -32897,7 +32897,7 @@

    Return Value

    feature index results, close when done

    @@ -32996,7 +32996,7 @@

    Return Value

    feature index results, close when done

    @@ -33108,7 +33108,7 @@

    Return Value

    feature index results, close when done

    @@ -33220,7 +33220,7 @@

    Return Value

    feature index results, close when done

    @@ -33345,7 +33345,7 @@

    Return Value

    feature index results, close when done

    @@ -33457,7 +33457,7 @@

    Return Value

    feature index results, close when done

    @@ -33582,7 +33582,7 @@

    Return Value

    feature index results, close when done

    @@ -33707,7 +33707,7 @@

    Return Value

    feature index results, close when done

    @@ -33845,7 +33845,7 @@

    Return Value

    feature index results, close when done

    @@ -33931,7 +33931,7 @@

    Return Value

    feature index results, close when done

    @@ -34030,7 +34030,7 @@

    Return Value

    feature index results, close when done

    @@ -34129,7 +34129,7 @@

    Return Value

    feature index results, close when done

    @@ -34241,7 +34241,7 @@

    Return Value

    feature index results, close when done

    @@ -34340,7 +34340,7 @@

    Return Value

    feature index results, close when done

    @@ -34452,7 +34452,7 @@

    Return Value

    feature index results, close when done

    @@ -34564,7 +34564,7 @@

    Return Value

    feature index results, close when done

    @@ -34689,7 +34689,7 @@

    Return Value

    feature index results, close when done

    @@ -34788,7 +34788,7 @@

    Return Value

    feature index results, close when done

    @@ -34900,7 +34900,7 @@

    Return Value

    feature index results, close when done

    @@ -35012,7 +35012,7 @@

    Return Value

    feature index results, close when done

    @@ -35137,7 +35137,7 @@

    Return Value

    feature index results, close when done

    @@ -35249,7 +35249,7 @@

    Return Value

    feature index results, close when done

    @@ -35374,7 +35374,7 @@

    Return Value

    feature index results, close when done

    @@ -35499,7 +35499,7 @@

    Return Value

    feature index results, close when done

    @@ -35637,7 +35637,7 @@

    Return Value

    feature index results, close when done

    @@ -35736,7 +35736,7 @@

    Return Value

    feature index results, close when done

    @@ -35848,7 +35848,7 @@

    Return Value

    feature index results, close when done

    @@ -35960,7 +35960,7 @@

    Return Value

    feature index results, close when done

    @@ -36085,7 +36085,7 @@

    Return Value

    feature index results, close when done

    @@ -36197,7 +36197,7 @@

    Return Value

    feature index results, close when done

    @@ -36322,7 +36322,7 @@

    Return Value

    feature index results, close when done

    @@ -36447,7 +36447,7 @@

    Return Value

    feature index results, close when done

    @@ -36585,7 +36585,7 @@

    Return Value

    feature index results, close when done

    @@ -36697,7 +36697,7 @@

    Return Value

    feature index results, close when done

    @@ -36822,7 +36822,7 @@

    Return Value

    feature index results, close when done

    @@ -36947,7 +36947,7 @@

    Return Value

    feature index results, close when done

    @@ -37085,7 +37085,7 @@

    Return Value

    feature index results, close when done

    @@ -37210,7 +37210,7 @@

    Return Value

    feature index results, close when done

    @@ -37348,7 +37348,7 @@

    Return Value

    feature index results, close when done

    @@ -37486,7 +37486,7 @@

    Return Value

    feature index results, close when done

    @@ -37637,7 +37637,7 @@

    Return Value

    feature index results, close when done

    @@ -37724,7 +37724,7 @@

    Return Value

    feature index results, close when done

    @@ -37824,7 +37824,7 @@

    Return Value

    feature index results, close when done

    @@ -37923,7 +37923,7 @@

    Return Value

    feature index results, close when done

    @@ -38035,7 +38035,7 @@

    Return Value

    feature index results, close when done

    @@ -38135,7 +38135,7 @@

    Return Value

    feature index results, close when done

    @@ -38248,7 +38248,7 @@

    Return Value

    feature index results, close when done

    @@ -38360,7 +38360,7 @@

    Return Value

    feature index results, close when done

    @@ -38485,7 +38485,7 @@

    Return Value

    feature index results, close when done

    @@ -38585,7 +38585,7 @@

    Return Value

    feature index results, close when done

    @@ -38698,7 +38698,7 @@

    Return Value

    feature index results, close when done

    @@ -38810,7 +38810,7 @@

    Return Value

    feature index results, close when done

    @@ -38935,7 +38935,7 @@

    Return Value

    feature index results, close when done

    @@ -39048,7 +39048,7 @@

    Return Value

    feature index results, close when done

    @@ -39174,7 +39174,7 @@

    Return Value

    feature index results, close when done

    @@ -39299,7 +39299,7 @@

    Return Value

    feature index results, close when done

    @@ -39437,7 +39437,7 @@

    Return Value

    feature index results, close when done

    @@ -39537,7 +39537,7 @@

    Return Value

    feature index results, close when done

    @@ -39650,7 +39650,7 @@

    Return Value

    feature index results, close when done

    @@ -39762,7 +39762,7 @@

    Return Value

    feature index results, close when done

    @@ -39887,7 +39887,7 @@

    Return Value

    feature index results, close when done

    @@ -40000,7 +40000,7 @@

    Return Value

    feature index results, close when done

    @@ -40126,7 +40126,7 @@

    Return Value

    feature index results, close when done

    @@ -40251,7 +40251,7 @@

    Return Value

    feature index results, close when done

    @@ -40389,7 +40389,7 @@

    Return Value

    feature index results, close when done

    @@ -40502,7 +40502,7 @@

    Return Value

    feature index results, close when done

    @@ -40628,7 +40628,7 @@

    Return Value

    feature index results, close when done

    @@ -40753,7 +40753,7 @@

    Return Value

    feature index results, close when done

    @@ -40891,7 +40891,7 @@

    Return Value

    feature index results, close when done

    @@ -41017,7 +41017,7 @@

    Return Value

    feature index results, close when done

    @@ -41156,7 +41156,7 @@

    Return Value

    feature index results, close when done

    @@ -41294,7 +41294,7 @@

    Return Value

    feature index results, close when done

    @@ -41445,7 +41445,7 @@

    Return Value

    feature index results, close when done

    @@ -41545,7 +41545,7 @@

    Return Value

    feature index results, close when done

    @@ -41658,7 +41658,7 @@

    Return Value

    feature index results, close when done

    @@ -41770,7 +41770,7 @@

    Return Value

    feature index results, close when done

    @@ -41895,7 +41895,7 @@

    Return Value

    feature index results, close when done

    @@ -42008,7 +42008,7 @@

    Return Value

    feature index results, close when done

    @@ -42134,7 +42134,7 @@

    Return Value

    feature index results, close when done

    @@ -42259,7 +42259,7 @@

    Return Value

    feature index results, close when done

    @@ -42397,7 +42397,7 @@

    Return Value

    feature index results, close when done

    @@ -42510,7 +42510,7 @@

    Return Value

    feature index results, close when done

    @@ -42636,7 +42636,7 @@

    Return Value

    feature index results, close when done

    @@ -42761,7 +42761,7 @@

    Return Value

    feature index results, close when done

    @@ -42899,7 +42899,7 @@

    Return Value

    feature index results, close when done

    @@ -43025,7 +43025,7 @@

    Return Value

    feature index results, close when done

    @@ -43164,7 +43164,7 @@

    Return Value

    feature index results, close when done

    @@ -43302,7 +43302,7 @@

    Return Value

    feature index results, close when done

    @@ -43453,7 +43453,7 @@

    Return Value

    feature index results, close when done

    @@ -43566,7 +43566,7 @@

    Return Value

    feature index results, close when done

    @@ -43692,7 +43692,7 @@

    Return Value

    feature index results, close when done

    @@ -43817,7 +43817,7 @@

    Return Value

    feature index results, close when done

    @@ -43955,7 +43955,7 @@

    Return Value

    feature index results, close when done

    @@ -44081,7 +44081,7 @@

    Return Value

    feature index results, close when done

    @@ -44220,7 +44220,7 @@

    Return Value

    feature index results, close when done

    @@ -44358,7 +44358,7 @@

    Return Value

    feature index results, close when done

    @@ -44509,7 +44509,7 @@

    Return Value

    feature index results, close when done

    @@ -44635,7 +44635,7 @@

    Return Value

    feature index results, close when done

    @@ -44774,7 +44774,7 @@

    Return Value

    feature index results, close when done

    @@ -44912,7 +44912,7 @@

    Return Value

    feature index results, close when done

    @@ -45063,7 +45063,7 @@

    Return Value

    feature index results, close when done

    @@ -45202,7 +45202,7 @@

    Return Value

    feature index results, close when done

    @@ -45354,7 +45354,7 @@

    Return Value

    feature index results, close when done

    @@ -45505,7 +45505,7 @@

    Return Value

    feature index results, close when done

    @@ -45669,7 +45669,7 @@

    Return Value

    feature index results, close when done

    @@ -45679,7 +45679,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureIndexMetadataResults.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureIndexMetadataResults.html index 37972ea9..d41e40ec 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureIndexMetadataResults.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureIndexMetadataResults.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5046,7 +5046,7 @@

    GPKGFeatureIndexMetadataResults

    retrieved from Metadata index results

    @@ -5118,7 +5118,7 @@

    Return Value

    feature index metadata results

    @@ -5128,7 +5128,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureIndexRTreeResults.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureIndexRTreeResults.html index 96d11ebe..d91ee33b 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureIndexRTreeResults.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureIndexRTreeResults.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5046,7 +5046,7 @@

    GPKGFeatureIndexRTreeResults

    RTree results

    @@ -5118,7 +5118,7 @@

    Return Value

    feature index RTree results

    @@ -5128,7 +5128,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureIndexResultSetResults.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureIndexResultSetResults.html index 6d671441..dfd856bb 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureIndexResultSetResults.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureIndexResultSetResults.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGFeatureIndexResultSetResults

    Feature Index Results Result Set implementation

    @@ -5104,7 +5104,7 @@

    Return Value

    feature index results

    @@ -5143,7 +5143,7 @@

    Return Value

    results

    @@ -5153,7 +5153,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureIndexResults.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureIndexResults.html index fcd78e02..b49081db 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureIndexResults.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureIndexResults.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGFeatureIndexResults

    Feature Index Results fast enumeration to iterate on feature rows in a for loop

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5120,7 +5120,7 @@

    Return Value

    feature index results

    @@ -5159,7 +5159,7 @@

    Return Value

    count

    @@ -5198,7 +5198,7 @@

    Return Value

    true if feature row to retrieve

    @@ -5237,7 +5237,7 @@

    Return Value

    feature row

    @@ -5276,7 +5276,7 @@

    Return Value

    feature id

    @@ -5311,7 +5311,7 @@

    Declaration

    @@ -5321,7 +5321,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureIndexTypes.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureIndexTypes.html index 1f25b045..4bd4d02f 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureIndexTypes.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureIndexTypes.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5065,7 +5065,7 @@

    GPKGFeatureIndexTypes

    Undocumented

    @@ -5124,7 +5124,7 @@

    Return Value

    feature index type name

    @@ -5182,7 +5182,7 @@

    Return Value

    feature index type

    @@ -5192,7 +5192,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureIndexer.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureIndexer.html index 51756b21..a5949c08 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureIndexer.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureIndexer.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGFeatureIndexer

    Feature Indexer, indexes feature geometries into a table for searching

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5151,7 +5151,7 @@

    Declaration

    @@ -5209,7 +5209,7 @@

    Return Value

    new feature indexer

    @@ -5248,7 +5248,7 @@

    Return Value

    primary key column name

    @@ -5283,7 +5283,7 @@

    Declaration

    @@ -5322,7 +5322,7 @@

    Return Value

    indexed count

    @@ -5380,7 +5380,7 @@

    Return Value

    indexed count

    @@ -5435,7 +5435,7 @@

    Parameters

    @@ -5474,7 +5474,7 @@

    Return Value

    true if index deleted

    @@ -5532,7 +5532,7 @@

    Return Value

    true if deleted

    @@ -5590,7 +5590,7 @@

    Return Value

    true if deleted

    @@ -5629,7 +5629,7 @@

    Return Value

    true if indexed, false if not

    @@ -5668,7 +5668,7 @@

    Return Value

    last indexed date or null

    @@ -5707,7 +5707,7 @@

    Return Value

    tolerance

    @@ -5761,7 +5761,7 @@

    Parameters

    @@ -5800,7 +5800,7 @@

    Return Value

    geometry metadata results

    @@ -5858,7 +5858,7 @@

    Return Value

    geometry metadata results

    @@ -5897,7 +5897,7 @@

    Return Value

    geometry metadata results

    @@ -5936,7 +5936,7 @@

    Return Value

    count

    @@ -5975,7 +5975,7 @@

    Return Value

    feature results

    @@ -6033,7 +6033,7 @@

    Return Value

    feature results

    @@ -6091,7 +6091,7 @@

    Return Value

    feature results

    @@ -6162,7 +6162,7 @@

    Return Value

    feature results

    @@ -6201,7 +6201,7 @@

    Return Value

    count

    @@ -6259,7 +6259,7 @@

    Return Value

    count

    @@ -6329,7 +6329,7 @@

    Return Value

    count

    @@ -6387,7 +6387,7 @@

    Return Value

    feature results

    @@ -6458,7 +6458,7 @@

    Return Value

    feature results

    @@ -6529,7 +6529,7 @@

    Return Value

    feature results

    @@ -6613,7 +6613,7 @@

    Return Value

    feature results

    @@ -6671,7 +6671,7 @@

    Return Value

    count

    @@ -6742,7 +6742,7 @@

    Return Value

    count

    @@ -6826,7 +6826,7 @@

    Return Value

    count

    @@ -6884,7 +6884,7 @@

    Return Value

    feature results

    @@ -6955,7 +6955,7 @@

    Return Value

    feature results

    @@ -7026,7 +7026,7 @@

    Return Value

    feature results

    @@ -7110,7 +7110,7 @@

    Return Value

    feature results

    @@ -7168,7 +7168,7 @@

    Return Value

    count

    @@ -7238,7 +7238,7 @@

    Return Value

    count

    @@ -7322,7 +7322,7 @@

    Return Value

    count

    @@ -7393,7 +7393,7 @@

    Return Value

    feature results

    @@ -7477,7 +7477,7 @@

    Return Value

    feature results

    @@ -7561,7 +7561,7 @@

    Return Value

    feature results

    @@ -7658,7 +7658,7 @@

    Return Value

    feature results

    @@ -7728,7 +7728,7 @@

    Return Value

    count

    @@ -7812,7 +7812,7 @@

    Return Value

    count

    @@ -7909,7 +7909,7 @@

    Return Value

    count

    @@ -7948,7 +7948,7 @@

    Return Value

    bounding box

    @@ -8006,7 +8006,7 @@

    Return Value

    bounding box

    @@ -8065,7 +8065,7 @@

    Return Value

    geometry metadata results

    @@ -8137,7 +8137,7 @@

    Return Value

    geometry metadata results

    @@ -8196,7 +8196,7 @@

    Return Value

    geometry metadata results

    @@ -8255,7 +8255,7 @@

    Return Value

    count

    @@ -8313,7 +8313,7 @@

    Return Value

    feature results

    @@ -8384,7 +8384,7 @@

    Return Value

    feature results

    @@ -8455,7 +8455,7 @@

    Return Value

    feature results

    @@ -8539,7 +8539,7 @@

    Return Value

    feature results

    @@ -8597,7 +8597,7 @@

    Return Value

    count

    @@ -8668,7 +8668,7 @@

    Return Value

    count

    @@ -8752,7 +8752,7 @@

    Return Value

    count

    @@ -8823,7 +8823,7 @@

    Return Value

    feature results

    @@ -8907,7 +8907,7 @@

    Return Value

    feature results

    @@ -8991,7 +8991,7 @@

    Return Value

    feature results

    @@ -9088,7 +9088,7 @@

    Return Value

    feature results

    @@ -9159,7 +9159,7 @@

    Return Value

    count

    @@ -9243,7 +9243,7 @@

    Return Value

    count

    @@ -9340,7 +9340,7 @@

    Return Value

    count

    @@ -9411,7 +9411,7 @@

    Return Value

    feature results

    @@ -9495,7 +9495,7 @@

    Return Value

    feature results

    @@ -9579,7 +9579,7 @@

    Return Value

    feature results

    @@ -9676,7 +9676,7 @@

    Return Value

    feature results

    @@ -9747,7 +9747,7 @@

    Return Value

    count

    @@ -9831,7 +9831,7 @@

    Return Value

    count

    @@ -9928,7 +9928,7 @@

    Return Value

    count

    @@ -10012,7 +10012,7 @@

    Return Value

    feature results

    @@ -10109,7 +10109,7 @@

    Return Value

    feature results

    @@ -10206,7 +10206,7 @@

    Return Value

    feature results

    @@ -10316,7 +10316,7 @@

    Return Value

    feature results

    @@ -10400,7 +10400,7 @@

    Return Value

    count

    @@ -10497,7 +10497,7 @@

    Return Value

    count

    @@ -10607,7 +10607,7 @@

    Return Value

    count

    @@ -10679,7 +10679,7 @@

    Return Value

    geometry metadata results

    @@ -10764,7 +10764,7 @@

    Return Value

    geometry metadata results

    @@ -10836,7 +10836,7 @@

    Return Value

    geometry metadata results

    @@ -10908,7 +10908,7 @@

    Return Value

    count

    @@ -10979,7 +10979,7 @@

    Return Value

    feature results

    @@ -11063,7 +11063,7 @@

    Return Value

    feature results

    @@ -11147,7 +11147,7 @@

    Return Value

    feature results

    @@ -11244,7 +11244,7 @@

    Return Value

    feature results

    @@ -11315,7 +11315,7 @@

    Return Value

    count

    @@ -11399,7 +11399,7 @@

    Return Value

    count

    @@ -11496,7 +11496,7 @@

    Return Value

    count

    @@ -11580,7 +11580,7 @@

    Return Value

    feature results

    @@ -11677,7 +11677,7 @@

    Return Value

    feature results

    @@ -11774,7 +11774,7 @@

    Return Value

    feature results

    @@ -11884,7 +11884,7 @@

    Return Value

    feature results

    @@ -11968,7 +11968,7 @@

    Return Value

    count

    @@ -12065,7 +12065,7 @@

    Return Value

    count

    @@ -12175,7 +12175,7 @@

    Return Value

    count

    @@ -12259,7 +12259,7 @@

    Return Value

    feature results

    @@ -12356,7 +12356,7 @@

    Return Value

    feature results

    @@ -12453,7 +12453,7 @@

    Return Value

    feature results

    @@ -12563,7 +12563,7 @@

    Return Value

    feature results

    @@ -12647,7 +12647,7 @@

    Return Value

    count

    @@ -12744,7 +12744,7 @@

    Return Value

    count

    @@ -12854,7 +12854,7 @@

    Return Value

    count

    @@ -12951,7 +12951,7 @@

    Return Value

    feature results

    @@ -13061,7 +13061,7 @@

    Return Value

    feature results

    @@ -13171,7 +13171,7 @@

    Return Value

    feature results

    @@ -13294,7 +13294,7 @@

    Return Value

    feature results

    @@ -13391,7 +13391,7 @@

    Return Value

    count

    @@ -13501,7 +13501,7 @@

    Return Value

    count

    @@ -13624,7 +13624,7 @@

    Return Value

    count

    @@ -13682,7 +13682,7 @@

    Return Value

    geometry metadata results

    @@ -13753,7 +13753,7 @@

    Return Value

    geometry metadata results

    @@ -13811,7 +13811,7 @@

    Return Value

    geometry metadata results

    @@ -13869,7 +13869,7 @@

    Return Value

    count

    @@ -13927,7 +13927,7 @@

    Return Value

    feature results

    @@ -13998,7 +13998,7 @@

    Return Value

    feature results

    @@ -14069,7 +14069,7 @@

    Return Value

    feature results

    @@ -14153,7 +14153,7 @@

    Return Value

    feature results

    @@ -14211,7 +14211,7 @@

    Return Value

    count

    @@ -14282,7 +14282,7 @@

    Return Value

    count

    @@ -14366,7 +14366,7 @@

    Return Value

    count

    @@ -14437,7 +14437,7 @@

    Return Value

    feature results

    @@ -14521,7 +14521,7 @@

    Return Value

    feature results

    @@ -14605,7 +14605,7 @@

    Return Value

    feature results

    @@ -14702,7 +14702,7 @@

    Return Value

    feature results

    @@ -14773,7 +14773,7 @@

    Return Value

    count

    @@ -14857,7 +14857,7 @@

    Return Value

    count

    @@ -14954,7 +14954,7 @@

    Return Value

    count

    @@ -15025,7 +15025,7 @@

    Return Value

    feature results

    @@ -15109,7 +15109,7 @@

    Return Value

    feature results

    @@ -15193,7 +15193,7 @@

    Return Value

    feature results

    @@ -15290,7 +15290,7 @@

    Return Value

    feature results

    @@ -15361,7 +15361,7 @@

    Return Value

    count

    @@ -15445,7 +15445,7 @@

    Return Value

    count

    @@ -15542,7 +15542,7 @@

    Return Value

    count

    @@ -15626,7 +15626,7 @@

    Return Value

    feature results

    @@ -15723,7 +15723,7 @@

    Return Value

    feature results

    @@ -15820,7 +15820,7 @@

    Return Value

    feature results

    @@ -15930,7 +15930,7 @@

    Return Value

    feature results

    @@ -16014,7 +16014,7 @@

    Return Value

    count

    @@ -16111,7 +16111,7 @@

    Return Value

    count

    @@ -16221,7 +16221,7 @@

    Return Value

    count

    @@ -16280,7 +16280,7 @@

    Return Value

    geometry metadata

    @@ -16338,7 +16338,7 @@

    Return Value

    geometry id

    @@ -16396,7 +16396,7 @@

    Return Value

    feature row

    @@ -16455,7 +16455,7 @@

    Return Value

    feature row

    @@ -16514,7 +16514,7 @@

    Return Value

    feature results

    @@ -16586,7 +16586,7 @@

    Return Value

    feature results

    @@ -16658,7 +16658,7 @@

    Return Value

    feature results

    @@ -16743,7 +16743,7 @@

    Return Value

    feature results

    @@ -16815,7 +16815,7 @@

    Return Value

    feature results

    @@ -16900,7 +16900,7 @@

    Return Value

    feature results

    @@ -16985,7 +16985,7 @@

    Return Value

    feature results

    @@ -17083,7 +17083,7 @@

    Return Value

    feature results

    @@ -17156,7 +17156,7 @@

    Return Value

    feature results

    @@ -17242,7 +17242,7 @@

    Return Value

    feature results

    @@ -17328,7 +17328,7 @@

    Return Value

    feature results

    @@ -17427,7 +17427,7 @@

    Return Value

    feature results

    @@ -17513,7 +17513,7 @@

    Return Value

    feature results

    @@ -17612,7 +17612,7 @@

    Return Value

    feature results

    @@ -17711,7 +17711,7 @@

    Return Value

    feature results

    @@ -17823,7 +17823,7 @@

    Return Value

    feature results

    @@ -17896,7 +17896,7 @@

    Return Value

    feature results

    @@ -17982,7 +17982,7 @@

    Return Value

    feature results

    @@ -18068,7 +18068,7 @@

    Return Value

    feature results

    @@ -18167,7 +18167,7 @@

    Return Value

    feature results

    @@ -18253,7 +18253,7 @@

    Return Value

    feature results

    @@ -18352,7 +18352,7 @@

    Return Value

    feature results

    @@ -18451,7 +18451,7 @@

    Return Value

    feature results

    @@ -18563,7 +18563,7 @@

    Return Value

    feature results

    @@ -18649,7 +18649,7 @@

    Return Value

    feature results

    @@ -18748,7 +18748,7 @@

    Return Value

    feature results

    @@ -18847,7 +18847,7 @@

    Return Value

    feature results

    @@ -18959,7 +18959,7 @@

    Return Value

    feature results

    @@ -19058,7 +19058,7 @@

    Return Value

    feature results

    @@ -19170,7 +19170,7 @@

    Return Value

    feature results

    @@ -19282,7 +19282,7 @@

    Return Value

    feature results

    @@ -19407,7 +19407,7 @@

    Return Value

    feature results

    @@ -19479,7 +19479,7 @@

    Return Value

    feature results

    @@ -19564,7 +19564,7 @@

    Return Value

    feature results

    @@ -19649,7 +19649,7 @@

    Return Value

    feature results

    @@ -19747,7 +19747,7 @@

    Return Value

    feature results

    @@ -19832,7 +19832,7 @@

    Return Value

    feature results

    @@ -19930,7 +19930,7 @@

    Return Value

    feature results

    @@ -20028,7 +20028,7 @@

    Return Value

    feature results

    @@ -20139,7 +20139,7 @@

    Return Value

    feature results

    @@ -20225,7 +20225,7 @@

    Return Value

    feature results

    @@ -20324,7 +20324,7 @@

    Return Value

    feature results

    @@ -20423,7 +20423,7 @@

    Return Value

    feature results

    @@ -20535,7 +20535,7 @@

    Return Value

    feature results

    @@ -20634,7 +20634,7 @@

    Return Value

    feature results

    @@ -20746,7 +20746,7 @@

    Return Value

    feature results

    @@ -20858,7 +20858,7 @@

    Return Value

    feature results

    @@ -20983,7 +20983,7 @@

    Return Value

    feature results

    @@ -21068,7 +21068,7 @@

    Return Value

    feature results

    @@ -21166,7 +21166,7 @@

    Return Value

    feature results

    @@ -21264,7 +21264,7 @@

    Return Value

    feature results

    @@ -21375,7 +21375,7 @@

    Return Value

    feature results

    @@ -21473,7 +21473,7 @@

    Return Value

    feature results

    @@ -21584,7 +21584,7 @@

    Return Value

    feature results

    @@ -21695,7 +21695,7 @@

    Return Value

    feature results

    @@ -21819,7 +21819,7 @@

    Return Value

    feature results

    @@ -21918,7 +21918,7 @@

    Return Value

    feature results

    @@ -22030,7 +22030,7 @@

    Return Value

    feature results

    @@ -22142,7 +22142,7 @@

    Return Value

    feature results

    @@ -22267,7 +22267,7 @@

    Return Value

    feature results

    @@ -22379,7 +22379,7 @@

    Return Value

    feature results

    @@ -22504,7 +22504,7 @@

    Return Value

    feature results

    @@ -22629,7 +22629,7 @@

    Return Value

    feature results

    @@ -22767,7 +22767,7 @@

    Return Value

    feature results

    @@ -22839,7 +22839,7 @@

    Return Value

    cursor

    @@ -22924,7 +22924,7 @@

    Return Value

    cursor

    @@ -23009,7 +23009,7 @@

    Return Value

    cursor

    @@ -23107,7 +23107,7 @@

    Return Value

    cursor

    @@ -23192,7 +23192,7 @@

    Return Value

    cursor

    @@ -23290,7 +23290,7 @@

    Return Value

    cursor

    @@ -23388,7 +23388,7 @@

    Return Value

    cursor

    @@ -23499,7 +23499,7 @@

    Return Value

    cursor

    @@ -23584,7 +23584,7 @@

    Return Value

    cursor

    @@ -23682,7 +23682,7 @@

    Return Value

    cursor

    @@ -23780,7 +23780,7 @@

    Return Value

    cursor

    @@ -23891,7 +23891,7 @@

    Return Value

    cursor

    @@ -23989,7 +23989,7 @@

    Return Value

    cursor

    @@ -24100,7 +24100,7 @@

    Return Value

    cursor

    @@ -24211,7 +24211,7 @@

    Return Value

    cursor

    @@ -24335,7 +24335,7 @@

    Return Value

    cursor

    @@ -24408,7 +24408,7 @@

    Return Value

    feature results

    @@ -24494,7 +24494,7 @@

    Return Value

    feature results

    @@ -24580,7 +24580,7 @@

    Return Value

    feature results

    @@ -24679,7 +24679,7 @@

    Return Value

    feature results

    @@ -24765,7 +24765,7 @@

    Return Value

    feature results

    @@ -24864,7 +24864,7 @@

    Return Value

    feature results

    @@ -24963,7 +24963,7 @@

    Return Value

    feature results

    @@ -25075,7 +25075,7 @@

    Return Value

    feature results

    @@ -25161,7 +25161,7 @@

    Return Value

    feature results

    @@ -25260,7 +25260,7 @@

    Return Value

    feature results

    @@ -25359,7 +25359,7 @@

    Return Value

    feature results

    @@ -25471,7 +25471,7 @@

    Return Value

    feature results

    @@ -25570,7 +25570,7 @@

    Return Value

    feature results

    @@ -25682,7 +25682,7 @@

    Return Value

    feature results

    @@ -25794,7 +25794,7 @@

    Return Value

    feature results

    @@ -25919,7 +25919,7 @@

    Return Value

    feature results

    @@ -26005,7 +26005,7 @@

    Return Value

    feature results

    @@ -26104,7 +26104,7 @@

    Return Value

    feature results

    @@ -26203,7 +26203,7 @@

    Return Value

    feature results

    @@ -26315,7 +26315,7 @@

    Return Value

    feature results

    @@ -26414,7 +26414,7 @@

    Return Value

    feature results

    @@ -26526,7 +26526,7 @@

    Return Value

    feature results

    @@ -26638,7 +26638,7 @@

    Return Value

    feature results

    @@ -26763,7 +26763,7 @@

    Return Value

    feature results

    @@ -26862,7 +26862,7 @@

    Return Value

    feature results

    @@ -26974,7 +26974,7 @@

    Return Value

    feature results

    @@ -27086,7 +27086,7 @@

    Return Value

    feature results

    @@ -27211,7 +27211,7 @@

    Return Value

    feature results

    @@ -27323,7 +27323,7 @@

    Return Value

    feature results

    @@ -27448,7 +27448,7 @@

    Return Value

    feature results

    @@ -27573,7 +27573,7 @@

    Return Value

    feature results

    @@ -27711,7 +27711,7 @@

    Return Value

    feature results

    @@ -27797,7 +27797,7 @@

    Return Value

    feature results

    @@ -27896,7 +27896,7 @@

    Return Value

    feature results

    @@ -27995,7 +27995,7 @@

    Return Value

    feature results

    @@ -28107,7 +28107,7 @@

    Return Value

    feature results

    @@ -28206,7 +28206,7 @@

    Return Value

    feature results

    @@ -28318,7 +28318,7 @@

    Return Value

    feature results

    @@ -28430,7 +28430,7 @@

    Return Value

    feature results

    @@ -28555,7 +28555,7 @@

    Return Value

    feature results

    @@ -28654,7 +28654,7 @@

    Return Value

    feature results

    @@ -28766,7 +28766,7 @@

    Return Value

    feature results

    @@ -28878,7 +28878,7 @@

    Return Value

    feature results

    @@ -29003,7 +29003,7 @@

    Return Value

    feature results

    @@ -29115,7 +29115,7 @@

    Return Value

    feature results

    @@ -29240,7 +29240,7 @@

    Return Value

    feature results

    @@ -29365,7 +29365,7 @@

    Return Value

    feature results

    @@ -29503,7 +29503,7 @@

    Return Value

    feature results

    @@ -29602,7 +29602,7 @@

    Return Value

    feature results

    @@ -29714,7 +29714,7 @@

    Return Value

    feature results

    @@ -29826,7 +29826,7 @@

    Return Value

    feature results

    @@ -29951,7 +29951,7 @@

    Return Value

    feature results

    @@ -30063,7 +30063,7 @@

    Return Value

    feature results

    @@ -30188,7 +30188,7 @@

    Return Value

    feature results

    @@ -30313,7 +30313,7 @@

    Return Value

    feature results

    @@ -30451,7 +30451,7 @@

    Return Value

    feature results

    @@ -30563,7 +30563,7 @@

    Return Value

    feature results

    @@ -30688,7 +30688,7 @@

    Return Value

    feature results

    @@ -30813,7 +30813,7 @@

    Return Value

    feature results

    @@ -30951,7 +30951,7 @@

    Return Value

    feature results

    @@ -31076,7 +31076,7 @@

    Return Value

    feature results

    @@ -31214,7 +31214,7 @@

    Return Value

    feature results

    @@ -31352,7 +31352,7 @@

    Return Value

    feature results

    @@ -31503,7 +31503,7 @@

    Return Value

    feature results

    @@ -31588,7 +31588,7 @@

    Return Value

    cursor

    @@ -31686,7 +31686,7 @@

    Return Value

    cursor

    @@ -31784,7 +31784,7 @@

    Return Value

    cursor

    @@ -31895,7 +31895,7 @@

    Return Value

    cursor

    @@ -31993,7 +31993,7 @@

    Return Value

    cursor

    @@ -32104,7 +32104,7 @@

    Return Value

    cursor

    @@ -32215,7 +32215,7 @@

    Return Value

    cursor

    @@ -32339,7 +32339,7 @@

    Return Value

    cursor

    @@ -32437,7 +32437,7 @@

    Return Value

    cursor

    @@ -32548,7 +32548,7 @@

    Return Value

    cursor

    @@ -32659,7 +32659,7 @@

    Return Value

    cursor

    @@ -32783,7 +32783,7 @@

    Return Value

    cursor

    @@ -32894,7 +32894,7 @@

    Return Value

    cursor

    @@ -33018,7 +33018,7 @@

    Return Value

    cursor

    @@ -33142,7 +33142,7 @@

    Return Value

    cursor

    @@ -33279,7 +33279,7 @@

    Return Value

    cursor

    @@ -33366,7 +33366,7 @@

    Return Value

    feature results

    @@ -33466,7 +33466,7 @@

    Return Value

    feature results

    @@ -33565,7 +33565,7 @@

    Return Value

    feature results

    @@ -33677,7 +33677,7 @@

    Return Value

    feature results

    @@ -33777,7 +33777,7 @@

    Return Value

    feature results

    @@ -33890,7 +33890,7 @@

    Return Value

    feature results

    @@ -34002,7 +34002,7 @@

    Return Value

    feature results

    @@ -34127,7 +34127,7 @@

    Return Value

    feature results

    @@ -34227,7 +34227,7 @@

    Return Value

    feature results

    @@ -34340,7 +34340,7 @@

    Return Value

    feature results

    @@ -34452,7 +34452,7 @@

    Return Value

    feature results

    @@ -34577,7 +34577,7 @@

    Return Value

    feature results

    @@ -34690,7 +34690,7 @@

    Return Value

    feature results

    @@ -34816,7 +34816,7 @@

    Return Value

    feature results

    @@ -34941,7 +34941,7 @@

    Return Value

    feature results

    @@ -35079,7 +35079,7 @@

    Return Value

    feature results

    @@ -35179,7 +35179,7 @@

    Return Value

    feature results

    @@ -35292,7 +35292,7 @@

    Return Value

    feature results

    @@ -35404,7 +35404,7 @@

    Return Value

    feature results

    @@ -35529,7 +35529,7 @@

    Return Value

    feature results

    @@ -35642,7 +35642,7 @@

    Return Value

    feature results

    @@ -35768,7 +35768,7 @@

    Return Value

    feature results

    @@ -35893,7 +35893,7 @@

    Return Value

    feature results

    @@ -36031,7 +36031,7 @@

    Return Value

    feature results

    @@ -36144,7 +36144,7 @@

    Return Value

    feature results

    @@ -36270,7 +36270,7 @@

    Return Value

    feature results

    @@ -36395,7 +36395,7 @@

    Return Value

    feature results

    @@ -36533,7 +36533,7 @@

    Return Value

    feature results

    @@ -36659,7 +36659,7 @@

    Return Value

    feature results

    @@ -36798,7 +36798,7 @@

    Return Value

    feature results

    @@ -36936,7 +36936,7 @@

    Return Value

    feature results

    @@ -37087,7 +37087,7 @@

    Return Value

    feature results

    @@ -37187,7 +37187,7 @@

    Return Value

    feature results

    @@ -37300,7 +37300,7 @@

    Return Value

    feature results

    @@ -37412,7 +37412,7 @@

    Return Value

    feature results

    @@ -37537,7 +37537,7 @@

    Return Value

    feature results

    @@ -37650,7 +37650,7 @@

    Return Value

    feature results

    @@ -37776,7 +37776,7 @@

    Return Value

    feature results

    @@ -37901,7 +37901,7 @@

    Return Value

    feature results

    @@ -38039,7 +38039,7 @@

    Return Value

    feature results

    @@ -38152,7 +38152,7 @@

    Return Value

    feature results

    @@ -38278,7 +38278,7 @@

    Return Value

    feature results

    @@ -38403,7 +38403,7 @@

    Return Value

    feature results

    @@ -38541,7 +38541,7 @@

    Return Value

    feature results

    @@ -38667,7 +38667,7 @@

    Return Value

    feature results

    @@ -38806,7 +38806,7 @@

    Return Value

    feature results

    @@ -38944,7 +38944,7 @@

    Return Value

    feature results

    @@ -39095,7 +39095,7 @@

    Return Value

    feature results

    @@ -39208,7 +39208,7 @@

    Return Value

    feature results

    @@ -39334,7 +39334,7 @@

    Return Value

    feature results

    @@ -39459,7 +39459,7 @@

    Return Value

    feature results

    @@ -39597,7 +39597,7 @@

    Return Value

    feature results

    @@ -39723,7 +39723,7 @@

    Return Value

    feature results

    @@ -39862,7 +39862,7 @@

    Return Value

    feature results

    @@ -40000,7 +40000,7 @@

    Return Value

    feature results

    @@ -40151,7 +40151,7 @@

    Return Value

    feature results

    @@ -40277,7 +40277,7 @@

    Return Value

    feature results

    @@ -40416,7 +40416,7 @@

    Return Value

    feature results

    @@ -40554,7 +40554,7 @@

    Return Value

    feature results

    @@ -40705,7 +40705,7 @@

    Return Value

    feature results

    @@ -40844,7 +40844,7 @@

    Return Value

    feature results

    @@ -40996,7 +40996,7 @@

    Return Value

    feature results

    @@ -41147,7 +41147,7 @@

    Return Value

    feature results

    @@ -41311,7 +41311,7 @@

    Return Value

    feature results

    @@ -41383,7 +41383,7 @@

    Return Value

    cursor

    @@ -41468,7 +41468,7 @@

    Return Value

    cursor

    @@ -41553,7 +41553,7 @@

    Return Value

    cursor

    @@ -41651,7 +41651,7 @@

    Return Value

    cursor

    @@ -41736,7 +41736,7 @@

    Return Value

    cursor

    @@ -41834,7 +41834,7 @@

    Return Value

    cursor

    @@ -41932,7 +41932,7 @@

    Return Value

    cursor

    @@ -42043,7 +42043,7 @@

    Return Value

    cursor

    @@ -42128,7 +42128,7 @@

    Return Value

    cursor

    @@ -42226,7 +42226,7 @@

    Return Value

    cursor

    @@ -42324,7 +42324,7 @@

    Return Value

    cursor

    @@ -42435,7 +42435,7 @@

    Return Value

    cursor

    @@ -42533,7 +42533,7 @@

    Return Value

    cursor

    @@ -42644,7 +42644,7 @@

    Return Value

    cursor

    @@ -42755,7 +42755,7 @@

    Return Value

    cursor

    @@ -42879,7 +42879,7 @@

    Return Value

    cursor

    @@ -42952,7 +42952,7 @@

    Return Value

    feature results

    @@ -43038,7 +43038,7 @@

    Return Value

    feature results

    @@ -43124,7 +43124,7 @@

    Return Value

    feature results

    @@ -43223,7 +43223,7 @@

    Return Value

    feature results

    @@ -43309,7 +43309,7 @@

    Return Value

    feature results

    @@ -43408,7 +43408,7 @@

    Return Value

    feature results

    @@ -43507,7 +43507,7 @@

    Return Value

    feature results

    @@ -43619,7 +43619,7 @@

    Return Value

    feature results

    @@ -43705,7 +43705,7 @@

    Return Value

    feature results

    @@ -43804,7 +43804,7 @@

    Return Value

    feature results

    @@ -43903,7 +43903,7 @@

    Return Value

    feature results

    @@ -44015,7 +44015,7 @@

    Return Value

    feature results

    @@ -44114,7 +44114,7 @@

    Return Value

    feature results

    @@ -44226,7 +44226,7 @@

    Return Value

    feature results

    @@ -44338,7 +44338,7 @@

    Return Value

    feature results

    @@ -44463,7 +44463,7 @@

    Return Value

    feature results

    @@ -44549,7 +44549,7 @@

    Return Value

    feature results

    @@ -44648,7 +44648,7 @@

    Return Value

    feature results

    @@ -44747,7 +44747,7 @@

    Return Value

    feature results

    @@ -44859,7 +44859,7 @@

    Return Value

    feature results

    @@ -44958,7 +44958,7 @@

    Return Value

    feature results

    @@ -45070,7 +45070,7 @@

    Return Value

    feature results

    @@ -45182,7 +45182,7 @@

    Return Value

    feature results

    @@ -45307,7 +45307,7 @@

    Return Value

    feature results

    @@ -45406,7 +45406,7 @@

    Return Value

    feature results

    @@ -45518,7 +45518,7 @@

    Return Value

    feature results

    @@ -45630,7 +45630,7 @@

    Return Value

    feature results

    @@ -45755,7 +45755,7 @@

    Return Value

    feature results

    @@ -45867,7 +45867,7 @@

    Return Value

    feature results

    @@ -45992,7 +45992,7 @@

    Return Value

    feature results

    @@ -46117,7 +46117,7 @@

    Return Value

    feature results

    @@ -46255,7 +46255,7 @@

    Return Value

    feature results

    @@ -46341,7 +46341,7 @@

    Return Value

    feature results

    @@ -46440,7 +46440,7 @@

    Return Value

    feature results

    @@ -46539,7 +46539,7 @@

    Return Value

    feature results

    @@ -46651,7 +46651,7 @@

    Return Value

    feature results

    @@ -46750,7 +46750,7 @@

    Return Value

    feature results

    @@ -46862,7 +46862,7 @@

    Return Value

    feature results

    @@ -46974,7 +46974,7 @@

    Return Value

    feature results

    @@ -47099,7 +47099,7 @@

    Return Value

    feature results

    @@ -47198,7 +47198,7 @@

    Return Value

    feature results

    @@ -47310,7 +47310,7 @@

    Return Value

    feature results

    @@ -47422,7 +47422,7 @@

    Return Value

    feature results

    @@ -47547,7 +47547,7 @@

    Return Value

    feature results

    @@ -47659,7 +47659,7 @@

    Return Value

    feature results

    @@ -47784,7 +47784,7 @@

    Return Value

    feature results

    @@ -47909,7 +47909,7 @@

    Return Value

    feature results

    @@ -48047,7 +48047,7 @@

    Return Value

    feature results

    @@ -48146,7 +48146,7 @@

    Return Value

    feature results

    @@ -48258,7 +48258,7 @@

    Return Value

    feature results

    @@ -48370,7 +48370,7 @@

    Return Value

    feature results

    @@ -48495,7 +48495,7 @@

    Return Value

    feature results

    @@ -48607,7 +48607,7 @@

    Return Value

    feature results

    @@ -48732,7 +48732,7 @@

    Return Value

    feature results

    @@ -48857,7 +48857,7 @@

    Return Value

    feature results

    @@ -48995,7 +48995,7 @@

    Return Value

    feature results

    @@ -49107,7 +49107,7 @@

    Return Value

    feature results

    @@ -49232,7 +49232,7 @@

    Return Value

    feature results

    @@ -49357,7 +49357,7 @@

    Return Value

    feature results

    @@ -49495,7 +49495,7 @@

    Return Value

    feature results

    @@ -49620,7 +49620,7 @@

    Return Value

    feature results

    @@ -49758,7 +49758,7 @@

    Return Value

    feature results

    @@ -49896,7 +49896,7 @@

    Return Value

    feature results

    @@ -50047,7 +50047,7 @@

    Return Value

    feature results

    @@ -50057,7 +50057,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureIndexerIdQuery.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureIndexerIdQuery.html index 02072f6f..da91fbe5 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureIndexerIdQuery.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureIndexerIdQuery.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGFeatureIndexerIdQuery

    Feature Indexer Id query with nested SQL and arguments

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5135,7 +5135,7 @@

    Parameters

    @@ -5189,7 +5189,7 @@

    Parameters

    @@ -5228,7 +5228,7 @@

    Return Value

    count

    @@ -5267,7 +5267,7 @@

    Return Value

    ids

    @@ -5325,7 +5325,7 @@

    Return Value

    true if has id

    @@ -5383,7 +5383,7 @@

    Return Value

    true if has id

    @@ -5422,7 +5422,7 @@

    Return Value

    true if above the maximum allowed query arguments

    @@ -5480,7 +5480,7 @@

    Return Value

    true if above the maximum allowed query arguments

    @@ -5538,7 +5538,7 @@

    Return Value

    true if above the maximum allowed query arguments

    @@ -5577,7 +5577,7 @@

    Return Value

    SQL

    @@ -5616,7 +5616,7 @@

    Return Value

    args

    @@ -5626,7 +5626,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureIndexerIdResultSet.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureIndexerIdResultSet.html index 753ebe7c..8763a88a 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureIndexerIdResultSet.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureIndexerIdResultSet.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGFeatureIndexerIdResultSet

    Feature Indexer Id result set to filter on matching queried ids

    @@ -5117,7 +5117,7 @@

    Return Value

    new feature indexer id result set

    @@ -5127,7 +5127,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureInfoBuilder.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureInfoBuilder.html index f7419693..08bad523 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureInfoBuilder.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureInfoBuilder.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5272,7 +5272,7 @@

    GPKGFeatureInfoBuilder

    Undocumented

    @@ -5308,7 +5308,7 @@

    Declaration

    @@ -5343,7 +5343,7 @@

    Declaration

    @@ -5378,7 +5378,7 @@

    Declaration

    @@ -5413,7 +5413,7 @@

    Declaration

    @@ -5448,7 +5448,7 @@

    Declaration

    @@ -5502,7 +5502,7 @@

    Parameters

    @@ -5569,7 +5569,7 @@

    Parameters

    @@ -5608,7 +5608,7 @@

    Return Value

    geometry type

    @@ -5662,7 +5662,7 @@

    Parameters

    @@ -5721,7 +5721,7 @@

    Return Value

    results message or null if no results

    @@ -5795,7 +5795,7 @@

    Return Value

    results message or null if no results

    @@ -5882,7 +5882,7 @@

    Return Value

    results message or null if no results

    @@ -5983,7 +5983,7 @@

    Return Value

    results message or null if no results

    @@ -6072,7 +6072,7 @@

    Return Value

    results message or null if no results

    @@ -6175,7 +6175,7 @@

    Return Value

    results message or null if no results

    @@ -6317,7 +6317,7 @@

    Return Value

    results message or null if no results

    @@ -6473,7 +6473,7 @@

    Return Value

    results message or null if no results

    @@ -6559,7 +6559,7 @@

    Return Value

    feature table data or nil if no results

    @@ -6658,7 +6658,7 @@

    Return Value

    feature table data or nil if notresults

    @@ -6745,7 +6745,7 @@

    Return Value

    table data or nil if no results

    @@ -6845,7 +6845,7 @@

    Return Value

    table data or nil if no results

    @@ -6984,7 +6984,7 @@

    Return Value

    feature table data or null if no results

    @@ -7136,7 +7136,7 @@

    Return Value

    feature table data or null if no results

    @@ -7146,7 +7146,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureOverlay.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureOverlay.html index 9a37a4f3..e655e628 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureOverlay.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureOverlay.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGFeatureOverlay

    Feature Tile Overlay which draws tiles from a feature table

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5139,7 +5139,7 @@

    Return Value

    new feature overlay

    @@ -5193,7 +5193,7 @@

    Parameters

    @@ -5247,7 +5247,7 @@

    Parameters

    @@ -5282,7 +5282,7 @@

    Declaration

    @@ -5292,7 +5292,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureOverlayQuery.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureOverlayQuery.html index 8dd92ffe..a823dc64 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureOverlayQuery.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureOverlayQuery.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGFeatureOverlayQuery

    Used to query the features represented by tiles, either being drawn from or linked to the features

    @@ -5082,7 +5082,7 @@

    Declaration

    @@ -5117,7 +5117,7 @@

    Declaration

    @@ -5152,7 +5152,7 @@

    Declaration

    @@ -5187,7 +5187,7 @@

    Declaration

    @@ -5245,7 +5245,7 @@

    Return Value

    new feature overlay query

    @@ -5316,7 +5316,7 @@

    Return Value

    new feature overlay query

    @@ -5355,7 +5355,7 @@

    Return Value

    bounded overlay

    @@ -5394,7 +5394,7 @@

    Return Value

    feature tiles

    @@ -5433,7 +5433,7 @@

    Return Value

    feature info builder

    @@ -5468,7 +5468,7 @@

    Declaration

    @@ -5539,7 +5539,7 @@

    Return Value

    true if on

    @@ -5610,7 +5610,7 @@

    Return Value

    true if on

    @@ -5681,7 +5681,7 @@

    Return Value

    tile feature count

    @@ -5751,7 +5751,7 @@

    Return Value

    tile feature count

    @@ -5822,7 +5822,7 @@

    Return Value

    tile feature count

    @@ -5892,7 +5892,7 @@

    Return Value

    tile feature count

    @@ -5963,7 +5963,7 @@

    Return Value

    tile feature count

    @@ -6034,7 +6034,7 @@

    Return Value

    tile feature count

    @@ -6104,7 +6104,7 @@

    Return Value

    tile feature count

    @@ -6174,7 +6174,7 @@

    Return Value

    tile feature count

    @@ -6245,7 +6245,7 @@

    Return Value

    WGS84 bounding box

    @@ -6316,7 +6316,7 @@

    Return Value

    WGS84 bounding box

    @@ -6387,7 +6387,7 @@

    Return Value

    WGS84 bounding box

    @@ -6458,7 +6458,7 @@

    Return Value

    WGS84 bounding box

    @@ -6530,7 +6530,7 @@

    Return Value

    WGS84 bounding box

    @@ -6602,7 +6602,7 @@

    Return Value

    WGS84 bounding box

    @@ -6673,7 +6673,7 @@

    Return Value

    WGS84 bounding box

    @@ -6743,7 +6743,7 @@

    Return Value

    WGS84 bounding box

    @@ -6827,7 +6827,7 @@

    Return Value

    WGS84 bounding box

    @@ -6911,7 +6911,7 @@

    Return Value

    WGS84 bounding box

    @@ -6995,7 +6995,7 @@

    Return Value

    WGS84 bounding box

    @@ -7079,7 +7079,7 @@

    Return Value

    WGS84 bounding box

    @@ -7163,7 +7163,7 @@

    Return Value

    WGS84 bounding box

    @@ -7247,7 +7247,7 @@

    Return Value

    WGS84 bounding box

    @@ -7331,7 +7331,7 @@

    Return Value

    WGS84 bounding box

    @@ -7415,7 +7415,7 @@

    Return Value

    WGS84 bounding box

    @@ -7473,7 +7473,7 @@

    Return Value

    true if more than the max features, false if less than or no configured max features

    @@ -7532,7 +7532,7 @@

    Return Value

    feature index results, must be closed

    @@ -7604,7 +7604,7 @@

    Return Value

    feature index results, must be closed

    @@ -7676,7 +7676,7 @@

    Return Value

    feature index results, must be closed

    @@ -7761,7 +7761,7 @@

    Return Value

    feature index results, must be closed

    @@ -7800,7 +7800,7 @@

    Return Value

    true if indexed

    @@ -7859,7 +7859,7 @@

    Return Value

    max features message

    @@ -7930,7 +7930,7 @@

    Return Value

    information message on what was clicked, or nil

    @@ -8002,7 +8002,7 @@

    Return Value

    information message on what was clicked, or nil

    @@ -8086,7 +8086,7 @@

    Return Value

    information message on what was clicked, or nil

    @@ -8172,7 +8172,7 @@

    Return Value

    information message on what was clicked, or nil

    @@ -8258,7 +8258,7 @@

    Return Value

    information message on what was clicked, or nil

    @@ -8357,7 +8357,7 @@

    Return Value

    information message on what was clicked, or nil

    @@ -8456,7 +8456,7 @@

    Return Value

    information message on what was clicked, or nil

    @@ -8568,7 +8568,7 @@

    Return Value

    information message on what was clicked, or nil

    @@ -8640,7 +8640,7 @@

    Return Value

    table data on what was clicked, or nil

    @@ -8713,7 +8713,7 @@

    Return Value

    table data on what was clicked, or nil

    @@ -8798,7 +8798,7 @@

    Return Value

    table data on what was clicked, or nil

    @@ -8884,7 +8884,7 @@

    Return Value

    table data on what was clicked, or nil

    @@ -8970,7 +8970,7 @@

    Return Value

    table data on what was clicked, or nil

    @@ -9069,7 +9069,7 @@

    Return Value

    table data on what was clicked, or nil

    @@ -9168,7 +9168,7 @@

    Return Value

    table data on what was clicked, or nil

    @@ -9280,7 +9280,7 @@

    Return Value

    table data on what was clicked, or nil

    @@ -9290,7 +9290,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeaturePreview.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeaturePreview.html index 2d38d7cb..7df67cb7 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeaturePreview.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeaturePreview.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5157,7 +5157,7 @@

    GPKGFeaturePreview

    Undocumented

    @@ -5194,7 +5194,7 @@

    Declaration

    @@ -5229,7 +5229,7 @@

    Declaration

    @@ -5264,7 +5264,7 @@

    Declaration

    @@ -5299,7 +5299,7 @@

    Declaration

    @@ -5334,7 +5334,7 @@

    Declaration

    @@ -5405,7 +5405,7 @@

    Return Value

    new feature tile context

    @@ -5476,7 +5476,7 @@

    Return Value

    new feature tile context

    @@ -5547,7 +5547,7 @@

    Return Value

    new feature tile context

    @@ -5586,7 +5586,7 @@

    Return Value

    GeoPackage

    @@ -5625,7 +5625,7 @@

    Return Value

    feature tiles

    @@ -5664,7 +5664,7 @@

    Return Value

    columns

    @@ -5718,7 +5718,7 @@

    Parameters

    @@ -5772,7 +5772,7 @@

    Parameters

    @@ -5826,7 +5826,7 @@

    Parameters

    @@ -5865,7 +5865,7 @@

    Return Value

    preview image

    @@ -5900,7 +5900,7 @@

    Declaration

    @@ -5910,7 +5910,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureRow.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureRow.html index 6b3d9d65..a7a83096 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureRow.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureRow.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGFeatureRow

    Feature Row containing the values from a single result set row

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5200,7 +5200,7 @@

    Return Value

    new feature row

    @@ -5258,7 +5258,7 @@

    Return Value

    new feature row

    @@ -5297,7 +5297,7 @@

    Return Value

    geometry column index

    @@ -5336,7 +5336,7 @@

    Return Value

    geometry feature column

    @@ -5375,7 +5375,7 @@

    Return Value

    geometry column name

    @@ -5414,7 +5414,7 @@

    Return Value

    geometry data

    @@ -5468,7 +5468,7 @@

    Parameters

    @@ -5507,7 +5507,7 @@

    Return Value

    geometry

    @@ -5546,7 +5546,7 @@

    Return Value

    geometry type

    @@ -5585,7 +5585,7 @@

    Return Value

    geometry envelope

    @@ -5595,7 +5595,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureRowData.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureRowData.html index 09bc47e9..c8889e35 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureRowData.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureRowData.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGFeatureRowData

    Represents the values of a single feature row

    @@ -5104,7 +5104,7 @@

    Return Value

    new instance

    @@ -5175,7 +5175,7 @@

    Return Value

    new instance

    @@ -5259,7 +5259,7 @@

    Return Value

    new instance

    @@ -5298,7 +5298,7 @@

    Return Value

    values

    @@ -5337,7 +5337,7 @@

    Return Value

    id column name

    @@ -5376,7 +5376,7 @@

    Return Value

    id

    @@ -5415,7 +5415,7 @@

    Return Value

    geometry column name

    @@ -5454,7 +5454,7 @@

    Return Value

    geometry data

    @@ -5493,7 +5493,7 @@

    Return Value

    geometry

    @@ -5532,7 +5532,7 @@

    Return Value

    geometry type

    @@ -5571,7 +5571,7 @@

    Return Value

    geometry envelope

    @@ -5610,7 +5610,7 @@

    Return Value

    JSON compatible object

    @@ -5668,7 +5668,7 @@

    Return Value

    JSON compatible object

    @@ -5726,7 +5726,7 @@

    Return Value

    JSON compatible object

    @@ -5797,7 +5797,7 @@

    Return Value

    JSON compatible object

    @@ -5807,7 +5807,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureShape.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureShape.html index 30765349..ac58d798 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureShape.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureShape.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5140,7 +5140,7 @@

    GPKGFeatureShape

    Undocumented

    @@ -5199,7 +5199,7 @@

    Return Value

    new feature shape

    @@ -5238,7 +5238,7 @@

    Return Value

    feature id

    @@ -5277,7 +5277,7 @@

    Return Value

    map shapes

    @@ -5316,7 +5316,7 @@

    Return Value

    map metadata shapes

    @@ -5370,7 +5370,7 @@

    Parameters

    @@ -5424,7 +5424,7 @@

    Parameters

    @@ -5463,7 +5463,7 @@

    Return Value

    map shapes count

    @@ -5502,7 +5502,7 @@

    Return Value

    true if has map shapes

    @@ -5541,7 +5541,7 @@

    Return Value

    map metadata shapes count

    @@ -5580,7 +5580,7 @@

    Return Value

    true if has map metadata shapes

    @@ -5634,7 +5634,7 @@

    Parameters

    @@ -5688,7 +5688,7 @@

    Parameters

    @@ -5742,7 +5742,7 @@

    Parameters

    @@ -5752,7 +5752,7 @@

    Parameters

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureShapes.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureShapes.html index e82a75c1..14b11f2c 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureShapes.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureShapes.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGFeatureShapes

    Mantains a collection of feature map shapes by database, table name, and feature id

    @@ -5085,7 +5085,7 @@

    Return Value

    new feature shapes

    @@ -5124,7 +5124,7 @@

    Return Value

    databases to tables mapping

    @@ -5163,7 +5163,7 @@

    Return Value

    databases count

    @@ -5222,7 +5222,7 @@

    Return Value

    tables to feature ids mapping

    @@ -5280,7 +5280,7 @@

    Return Value

    tables count

    @@ -5352,7 +5352,7 @@

    Return Value

    feature ids to map shapes mapping

    @@ -5423,7 +5423,7 @@

    Return Value

    feature ids count

    @@ -5507,7 +5507,7 @@

    Return Value

    feature shape

    @@ -5591,7 +5591,7 @@

    Return Value

    map shapes count

    @@ -5684,7 +5684,7 @@

    Parameters

    @@ -5777,7 +5777,7 @@

    Parameters

    @@ -5857,7 +5857,7 @@

    Parameters

    @@ -5915,7 +5915,7 @@

    Return Value

    count of removed features

    @@ -5986,7 +5986,7 @@

    Return Value

    count of removed features

    @@ -6057,7 +6057,7 @@

    Return Value

    count of removed features

    @@ -6128,7 +6128,7 @@

    Return Value

    count of removed features

    @@ -6212,7 +6212,7 @@

    Return Value

    count of removed features

    @@ -6296,7 +6296,7 @@

    Return Value

    count of removed features

    @@ -6380,7 +6380,7 @@

    Return Value

    count of removed features

    @@ -6477,7 +6477,7 @@

    Return Value

    count of removed features

    @@ -6574,7 +6574,7 @@

    Return Value

    count of removed features

    @@ -6632,7 +6632,7 @@

    Return Value

    count of removed features

    @@ -6703,7 +6703,7 @@

    Return Value

    count of removed features

    @@ -6787,7 +6787,7 @@

    Return Value

    count of removed features

    @@ -6871,7 +6871,7 @@

    Return Value

    count of removed features

    @@ -6968,7 +6968,7 @@

    Return Value

    count of removed features

    @@ -7053,7 +7053,7 @@

    Return Value

    true if removed

    @@ -7088,7 +7088,7 @@

    Declaration

    @@ -7098,7 +7098,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureStyle.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureStyle.html index 9f0deecb..b40adaee 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureStyle.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureStyle.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGFeatureStyle

    Feature Style, including a style and icon, for a single feature geometry

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5155,7 +5155,7 @@

    Return Value

    new feature style

    @@ -5213,7 +5213,7 @@

    Return Value

    new feature style

    @@ -5271,7 +5271,7 @@

    Return Value

    new feature style

    @@ -5341,7 +5341,7 @@

    Return Value

    new feature style

    @@ -5380,7 +5380,7 @@

    Return Value

    true if has style row

    @@ -5419,7 +5419,7 @@

    Return Value

    true if has icon row

    @@ -5460,7 +5460,7 @@

    Return Value

    true if the icon exists and should be used over a style

    @@ -5470,7 +5470,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureStyleExtension.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureStyleExtension.html index 361a7395..6c5377a0 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureStyleExtension.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureStyleExtension.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5047,7 +5047,7 @@

    GPKGFeatureStyleExtension

    http://ngageoint.github.io/GeoPackage/docs/extensions/feature-style.html

    @@ -5106,7 +5106,7 @@

    Return Value

    new feature style extension

    @@ -5145,7 +5145,7 @@

    Return Value

    list of feature table names

    @@ -5184,7 +5184,7 @@

    Return Value

    extension name

    @@ -5223,7 +5223,7 @@

    Return Value

    true if has extension

    @@ -5281,7 +5281,7 @@

    Return Value

    extension

    @@ -5339,7 +5339,7 @@

    Return Value

    true if has extension

    @@ -5378,7 +5378,7 @@

    Return Value

    related tables extension

    @@ -5417,7 +5417,7 @@

    Return Value

    contents id extension

    @@ -5456,7 +5456,7 @@

    Return Value

    true if created, false if the table already existed

    @@ -5495,7 +5495,7 @@

    Return Value

    true if created, false if the table already existed

    @@ -5550,7 +5550,7 @@

    Parameters

    @@ -5609,7 +5609,7 @@

    Return Value

    true if has a relationship

    @@ -5663,7 +5663,7 @@

    Parameters

    @@ -5721,7 +5721,7 @@

    Return Value

    true if relationship exists

    @@ -5775,7 +5775,7 @@

    Parameters

    @@ -5833,7 +5833,7 @@

    Return Value

    true if relationship exists

    @@ -5887,7 +5887,7 @@

    Parameters

    @@ -5945,7 +5945,7 @@

    Return Value

    true if relationship exists

    @@ -5999,7 +5999,7 @@

    Parameters

    @@ -6057,7 +6057,7 @@

    Return Value

    true if relationship exists

    @@ -6128,7 +6128,7 @@

    Return Value

    mapping table name

    @@ -6167,7 +6167,7 @@

    Return Value

    extended relations

    @@ -6206,7 +6206,7 @@

    Return Value

    true if has style table relations

    @@ -6245,7 +6245,7 @@

    Return Value

    extended relations

    @@ -6284,7 +6284,7 @@

    Return Value

    true if has icon table relations

    @@ -6320,7 +6320,7 @@

    Declaration

    @@ -6375,7 +6375,7 @@

    Parameters

    @@ -6429,7 +6429,7 @@

    Parameters

    @@ -6483,7 +6483,7 @@

    Parameters

    @@ -6537,7 +6537,7 @@

    Parameters

    @@ -6591,7 +6591,7 @@

    Parameters

    @@ -6626,7 +6626,7 @@

    Declaration

    @@ -6684,7 +6684,7 @@

    Return Value

    style mapping DAO

    @@ -6742,7 +6742,7 @@

    Return Value

    table style mapping DAO

    @@ -6800,7 +6800,7 @@

    Return Value

    icon mapping DAO

    @@ -6858,7 +6858,7 @@

    Return Value

    table icon mapping DAO

    @@ -6897,7 +6897,7 @@

    Return Value

    style DAO

    @@ -6936,7 +6936,7 @@

    Return Value

    icon DAO

    @@ -6995,7 +6995,7 @@

    Return Value

    table feature styles or null

    @@ -7053,7 +7053,7 @@

    Return Value

    table feature styles or null

    @@ -7111,7 +7111,7 @@

    Return Value

    table styles or null

    @@ -7169,7 +7169,7 @@

    Return Value

    table styles or null

    @@ -7240,7 +7240,7 @@

    Return Value

    style row

    @@ -7298,7 +7298,7 @@

    Return Value

    style row

    @@ -7356,7 +7356,7 @@

    Return Value

    table icons or null

    @@ -7414,7 +7414,7 @@

    Return Value

    table icons or null

    @@ -7472,7 +7472,7 @@

    Return Value

    icon row

    @@ -7543,7 +7543,7 @@

    Return Value

    icon row

    @@ -7602,7 +7602,7 @@

    Return Value

    style rows mapped by ids

    @@ -7661,7 +7661,7 @@

    Return Value

    style rows mapped by ids

    @@ -7720,7 +7720,7 @@

    Return Value

    icon rows mapped by ids

    @@ -7779,7 +7779,7 @@

    Return Value

    icon rows mapped by ids

    @@ -7837,7 +7837,7 @@

    Return Value

    feature styles or null

    @@ -7908,7 +7908,7 @@

    Return Value

    feature styles or null

    @@ -7979,7 +7979,7 @@

    Return Value

    feature styles or null

    @@ -8039,7 +8039,7 @@

    Return Value

    feature style

    @@ -8113,7 +8113,7 @@

    Return Value

    feature style

    @@ -8174,7 +8174,7 @@

    Return Value

    feature style

    @@ -8261,7 +8261,7 @@

    Return Value

    feature style

    @@ -8348,7 +8348,7 @@

    Return Value

    feature style

    @@ -8421,7 +8421,7 @@

    Return Value

    feature style

    @@ -8494,7 +8494,7 @@

    Return Value

    feature style

    @@ -8552,7 +8552,7 @@

    Return Value

    styles or null

    @@ -8623,7 +8623,7 @@

    Return Value

    styles or null

    @@ -8694,7 +8694,7 @@

    Return Value

    styles or null

    @@ -8754,7 +8754,7 @@

    Return Value

    style row

    @@ -8827,7 +8827,7 @@

    Return Value

    style row

    @@ -8886,7 +8886,7 @@

    Return Value

    style row

    @@ -8972,7 +8972,7 @@

    Return Value

    style row

    @@ -9058,7 +9058,7 @@

    Return Value

    style row

    @@ -9130,7 +9130,7 @@

    Return Value

    style row

    @@ -9202,7 +9202,7 @@

    Return Value

    style row

    @@ -9302,7 +9302,7 @@

    Return Value

    style row

    @@ -9402,7 +9402,7 @@

    Return Value

    style row

    @@ -9488,7 +9488,7 @@

    Return Value

    style row

    @@ -9574,7 +9574,7 @@

    Return Value

    style row

    @@ -9632,7 +9632,7 @@

    Return Value

    icons or null

    @@ -9702,7 +9702,7 @@

    Return Value

    icons or null

    @@ -9773,7 +9773,7 @@

    Return Value

    icons or null

    @@ -9833,7 +9833,7 @@

    Return Value

    icon row

    @@ -9906,7 +9906,7 @@

    Return Value

    icon row

    @@ -9965,7 +9965,7 @@

    Return Value

    icon row

    @@ -10050,7 +10050,7 @@

    Return Value

    icon row

    @@ -10135,7 +10135,7 @@

    Return Value

    icon row

    @@ -10207,7 +10207,7 @@

    Return Value

    icon row

    @@ -10279,7 +10279,7 @@

    Return Value

    icon row

    @@ -10379,7 +10379,7 @@

    Return Value

    icon row

    @@ -10479,7 +10479,7 @@

    Return Value

    icon row

    @@ -10565,7 +10565,7 @@

    Return Value

    icon row

    @@ -10651,7 +10651,7 @@

    Return Value

    icon row

    @@ -10718,7 +10718,7 @@

    Parameters

    @@ -10785,7 +10785,7 @@

    Parameters

    @@ -10852,7 +10852,7 @@

    Parameters

    @@ -10919,7 +10919,7 @@

    Parameters

    @@ -10986,7 +10986,7 @@

    Parameters

    @@ -11053,7 +11053,7 @@

    Parameters

    @@ -11133,7 +11133,7 @@

    Parameters

    @@ -11213,7 +11213,7 @@

    Parameters

    @@ -11280,7 +11280,7 @@

    Parameters

    @@ -11347,7 +11347,7 @@

    Parameters

    @@ -11414,7 +11414,7 @@

    Parameters

    @@ -11481,7 +11481,7 @@

    Parameters

    @@ -11561,7 +11561,7 @@

    Parameters

    @@ -11641,7 +11641,7 @@

    Parameters

    @@ -11708,7 +11708,7 @@

    Parameters

    @@ -11788,7 +11788,7 @@

    Parameters

    @@ -11868,7 +11868,7 @@

    Parameters

    @@ -11935,7 +11935,7 @@

    Parameters

    @@ -12016,7 +12016,7 @@

    Parameters

    @@ -12083,7 +12083,7 @@

    Parameters

    @@ -12176,7 +12176,7 @@

    Parameters

    @@ -12269,7 +12269,7 @@

    Parameters

    @@ -12349,7 +12349,7 @@

    Parameters

    @@ -12429,7 +12429,7 @@

    Parameters

    @@ -12496,7 +12496,7 @@

    Parameters

    @@ -12576,7 +12576,7 @@

    Parameters

    @@ -12656,7 +12656,7 @@

    Parameters

    @@ -12723,7 +12723,7 @@

    Parameters

    @@ -12803,7 +12803,7 @@

    Parameters

    @@ -12870,7 +12870,7 @@

    Parameters

    @@ -12963,7 +12963,7 @@

    Parameters

    @@ -13056,7 +13056,7 @@

    Parameters

    @@ -13136,7 +13136,7 @@

    Parameters

    @@ -13216,7 +13216,7 @@

    Parameters

    @@ -13283,7 +13283,7 @@

    Parameters

    @@ -13363,7 +13363,7 @@

    Parameters

    @@ -13443,7 +13443,7 @@

    Parameters

    @@ -13510,7 +13510,7 @@

    Parameters

    @@ -13590,7 +13590,7 @@

    Parameters

    @@ -13657,7 +13657,7 @@

    Parameters

    @@ -13751,7 +13751,7 @@

    Parameters

    @@ -13845,7 +13845,7 @@

    Parameters

    @@ -13925,7 +13925,7 @@

    Parameters

    @@ -14005,7 +14005,7 @@

    Parameters

    @@ -14060,7 +14060,7 @@

    Parameters

    @@ -14115,7 +14115,7 @@

    Parameters

    @@ -14169,7 +14169,7 @@

    Parameters

    @@ -14223,7 +14223,7 @@

    Parameters

    @@ -14277,7 +14277,7 @@

    Parameters

    @@ -14331,7 +14331,7 @@

    Parameters

    @@ -14385,7 +14385,7 @@

    Parameters

    @@ -14439,7 +14439,7 @@

    Parameters

    @@ -14493,7 +14493,7 @@

    Parameters

    @@ -14547,7 +14547,7 @@

    Parameters

    @@ -14601,7 +14601,7 @@

    Parameters

    @@ -14655,7 +14655,7 @@

    Parameters

    @@ -14722,7 +14722,7 @@

    Parameters

    @@ -14789,7 +14789,7 @@

    Parameters

    @@ -14843,7 +14843,7 @@

    Parameters

    @@ -14897,7 +14897,7 @@

    Parameters

    @@ -14951,7 +14951,7 @@

    Parameters

    @@ -15005,7 +15005,7 @@

    Parameters

    @@ -15072,7 +15072,7 @@

    Parameters

    @@ -15139,7 +15139,7 @@

    Parameters

    @@ -15193,7 +15193,7 @@

    Parameters

    @@ -15247,7 +15247,7 @@

    Parameters

    @@ -15301,7 +15301,7 @@

    Parameters

    @@ -15355,7 +15355,7 @@

    Parameters

    @@ -15409,7 +15409,7 @@

    Parameters

    @@ -15475,7 +15475,7 @@

    Parameters

    @@ -15542,7 +15542,7 @@

    Parameters

    @@ -15596,7 +15596,7 @@

    Parameters

    @@ -15663,7 +15663,7 @@

    Parameters

    @@ -15730,7 +15730,7 @@

    Parameters

    @@ -15784,7 +15784,7 @@

    Parameters

    @@ -15851,7 +15851,7 @@

    Parameters

    @@ -15931,7 +15931,7 @@

    Parameters

    @@ -16011,7 +16011,7 @@

    Parameters

    @@ -16065,7 +16065,7 @@

    Parameters

    @@ -16119,7 +16119,7 @@

    Parameters

    @@ -16173,7 +16173,7 @@

    Parameters

    @@ -16239,7 +16239,7 @@

    Parameters

    @@ -16306,7 +16306,7 @@

    Parameters

    @@ -16360,7 +16360,7 @@

    Parameters

    @@ -16427,7 +16427,7 @@

    Parameters

    @@ -16494,7 +16494,7 @@

    Parameters

    @@ -16548,7 +16548,7 @@

    Parameters

    @@ -16615,7 +16615,7 @@

    Parameters

    @@ -16695,7 +16695,7 @@

    Parameters

    @@ -16775,7 +16775,7 @@

    Parameters

    @@ -16833,7 +16833,7 @@

    Return Value

    mappings count

    @@ -16891,7 +16891,7 @@

    Return Value

    mappings count

    @@ -16949,7 +16949,7 @@

    Return Value

    true if mapping exists

    @@ -17007,7 +17007,7 @@

    Return Value

    true if mapping exists

    @@ -17065,7 +17065,7 @@

    Return Value

    number of mapping rows deleted

    @@ -17123,7 +17123,7 @@

    Return Value

    number of mapping rows deleted

    @@ -17181,7 +17181,7 @@

    Return Value

    number of rows deleted between the style and mapping tables

    @@ -17239,7 +17239,7 @@

    Return Value

    number of style rows deleted

    @@ -17297,7 +17297,7 @@

    Return Value

    number of rows deleted between the style and mapping tables

    @@ -17355,7 +17355,7 @@

    Return Value

    number of style rows deleted

    @@ -17425,7 +17425,7 @@

    Return Value

    deleted count

    @@ -17496,7 +17496,7 @@

    Return Value

    deleted count

    @@ -17554,7 +17554,7 @@

    Return Value

    deleted count

    @@ -17612,7 +17612,7 @@

    Return Value

    deleted count

    @@ -17651,7 +17651,7 @@

    Return Value

    deleted count

    @@ -17690,7 +17690,7 @@

    Return Value

    deleted count

    @@ -17748,7 +17748,7 @@

    Return Value

    mappings count

    @@ -17806,7 +17806,7 @@

    Return Value

    mappings count

    @@ -17864,7 +17864,7 @@

    Return Value

    true if mapping exists

    @@ -17922,7 +17922,7 @@

    Return Value

    true if mapping exists

    @@ -17980,7 +17980,7 @@

    Return Value

    number of mapping rows deleted

    @@ -18038,7 +18038,7 @@

    Return Value

    number of mapping rows deleted

    @@ -18096,7 +18096,7 @@

    Return Value

    number of rows deleted between the icon and mapping tables

    @@ -18154,7 +18154,7 @@

    Return Value

    number of icon rows deleted

    @@ -18212,7 +18212,7 @@

    Return Value

    number of rows deleted between the icon and mapping tables

    @@ -18270,7 +18270,7 @@

    Return Value

    number of icon rows deleted

    @@ -18340,7 +18340,7 @@

    Return Value

    deleted count

    @@ -18411,7 +18411,7 @@

    Return Value

    deleted count

    @@ -18469,7 +18469,7 @@

    Return Value

    deleted count

    @@ -18527,7 +18527,7 @@

    Return Value

    deleted count

    @@ -18566,7 +18566,7 @@

    Return Value

    deleted count

    @@ -18605,7 +18605,7 @@

    Return Value

    deleted count

    @@ -18664,7 +18664,7 @@

    Return Value

    style row ids

    @@ -18722,7 +18722,7 @@

    Return Value

    style row ids

    @@ -18781,7 +18781,7 @@

    Return Value

    icon row ids

    @@ -18839,7 +18839,7 @@

    Return Value

    icon row ids

    @@ -18897,7 +18897,7 @@

    Return Value

    style row ids

    @@ -18955,7 +18955,7 @@

    Return Value

    style row ids

    @@ -19013,7 +19013,7 @@

    Return Value

    icon row ids

    @@ -19071,7 +19071,7 @@

    Return Value

    icon row ids

    @@ -19129,7 +19129,7 @@

    Return Value

    pixel bounds

    @@ -19200,7 +19200,7 @@

    Return Value

    pixel bounds

    @@ -19258,7 +19258,7 @@

    Return Value

    pixel bounds

    @@ -19329,7 +19329,7 @@

    Return Value

    pixel bounds

    @@ -19396,7 +19396,7 @@

    Parameters

    @@ -19476,7 +19476,7 @@

    Parameters

    @@ -19534,7 +19534,7 @@

    Return Value

    pixel bounds

    @@ -19605,7 +19605,7 @@

    Return Value

    pixel bounds

    @@ -19672,7 +19672,7 @@

    Parameters

    @@ -19752,7 +19752,7 @@

    Parameters

    @@ -19762,7 +19762,7 @@

    Parameters

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureStyles.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureStyles.html index 176d133b..6294b322 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureStyles.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureStyles.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5046,7 +5046,7 @@

    GPKGFeatureStyles

    feature table default

    @@ -5082,7 +5082,7 @@

    Declaration

    @@ -5117,7 +5117,7 @@

    Declaration

    @@ -5156,7 +5156,7 @@

    Return Value

    new feature styles

    @@ -5214,7 +5214,7 @@

    Return Value

    new feature styles

    @@ -5272,7 +5272,7 @@

    Return Value

    new feature styles

    @@ -5342,7 +5342,7 @@

    Return Value

    new feature styles

    @@ -5352,7 +5352,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureTable.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureTable.html index 07f86584..32e4dada 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureTable.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureTable.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGFeatureTable

    Represents a user feature table

    @@ -5117,7 +5117,7 @@

    Return Value

    new feature table

    @@ -5188,7 +5188,7 @@

    Return Value

    new feature table

    @@ -5272,7 +5272,7 @@

    Return Value

    new feature table

    @@ -5311,7 +5311,7 @@

    Return Value

    columns

    @@ -5350,7 +5350,7 @@

    Return Value

    geometry column index

    @@ -5389,7 +5389,7 @@

    Return Value

    geometry feature column

    @@ -5428,7 +5428,7 @@

    Return Value

    geometry column name

    @@ -5467,7 +5467,7 @@

    Return Value

    column names

    @@ -5477,7 +5477,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureTableData.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureTableData.html index 204bd42f..0cbf4880 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureTableData.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureTableData.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGFeatureTableData

    Represents a collection of rows from a feature table

    @@ -5116,7 +5116,7 @@

    Return Value

    new instance

    @@ -5200,7 +5200,7 @@

    Return Value

    new instance

    @@ -5239,7 +5239,7 @@

    Return Value

    table name

    @@ -5278,7 +5278,7 @@

    Return Value

    count of rows

    @@ -5317,7 +5317,7 @@

    Return Value

    feature rows

    @@ -5356,7 +5356,7 @@

    Return Value

    JSON compatible object

    @@ -5414,7 +5414,7 @@

    Return Value

    JSON compatible object

    @@ -5472,7 +5472,7 @@

    Return Value

    JSON compatible object

    @@ -5543,7 +5543,7 @@

    Return Value

    JSON compatible object

    @@ -5553,7 +5553,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureTableIndex.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureTableIndex.html index 50f8c52f..76dbf879 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureTableIndex.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureTableIndex.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5051,7 +5051,7 @@

    GPKGFeatureTableIndex

    http://ngageoint.github.io/GeoPackage/docs/extensions/geometry-index.html

    @@ -5087,7 +5087,7 @@

    Declaration

    @@ -5122,7 +5122,7 @@

    Declaration

    @@ -5157,7 +5157,7 @@

    Declaration

    @@ -5228,7 +5228,7 @@

    Return Value

    new feature table index

    @@ -5267,7 +5267,7 @@

    Return Value

    feature dao

    @@ -5306,7 +5306,7 @@

    Return Value

    extension name

    @@ -5345,7 +5345,7 @@

    Return Value

    extension definition

    @@ -5384,7 +5384,7 @@

    Return Value

    projection

    @@ -5423,7 +5423,7 @@

    Return Value

    table name

    @@ -5462,7 +5462,7 @@

    Return Value

    column name

    @@ -5501,7 +5501,7 @@

    Return Value

    primary key column name

    @@ -5536,7 +5536,7 @@

    Declaration

    @@ -5575,7 +5575,7 @@

    Return Value

    count

    @@ -5633,7 +5633,7 @@

    Return Value

    count

    @@ -5692,7 +5692,7 @@

    Return Value

    true if indexed

    @@ -5731,7 +5731,7 @@

    Return Value

    true if index deleted

    @@ -5789,7 +5789,7 @@

    Return Value

    deleted rows, should be 0 or 1

    @@ -5847,7 +5847,7 @@

    Return Value

    deleted rows, should be 0 or 1

    @@ -5886,7 +5886,7 @@

    Return Value

    true if indexed

    @@ -5925,7 +5925,7 @@

    Return Value

    table index

    @@ -5964,7 +5964,7 @@

    Return Value

    last indexed date or null

    @@ -6003,7 +6003,7 @@

    Return Value

    extensions object or null if one does not exist

    @@ -6042,7 +6042,7 @@

    Return Value

    table index dao

    @@ -6100,7 +6100,7 @@

    Return Value

    table index dao

    @@ -6158,7 +6158,7 @@

    Return Value

    table index dao

    @@ -6197,7 +6197,7 @@

    Return Value

    true if created

    @@ -6236,7 +6236,7 @@

    Return Value

    geometry index dao

    @@ -6295,7 +6295,7 @@

    Return Value

    geometry index dao

    @@ -6354,7 +6354,7 @@

    Return Value

    geometry index dao

    @@ -6393,7 +6393,7 @@

    Return Value

    true if created

    @@ -6432,7 +6432,7 @@

    Return Value

    true if indexed

    @@ -6471,7 +6471,7 @@

    Return Value

    true if unindexed

    @@ -6510,7 +6510,7 @@

    Return Value

    geometry indices result set

    @@ -6549,7 +6549,7 @@

    Return Value

    SQL

    @@ -6588,7 +6588,7 @@

    Return Value

    count

    @@ -6627,7 +6627,7 @@

    Return Value

    bounding box

    @@ -6685,7 +6685,7 @@

    Return Value

    bounding box

    @@ -6744,7 +6744,7 @@

    Return Value

    geometry indices result set

    @@ -6816,7 +6816,7 @@

    Return Value

    geometry indices iterator

    @@ -6875,7 +6875,7 @@

    Return Value

    count

    @@ -6947,7 +6947,7 @@

    Return Value

    count

    @@ -7005,7 +7005,7 @@

    Return Value

    geometry indices result set

    @@ -7063,7 +7063,7 @@

    Return Value

    where clause

    @@ -7121,7 +7121,7 @@

    Return Value

    where clause arguments

    @@ -7179,7 +7179,7 @@

    Return Value

    SQL

    @@ -7237,7 +7237,7 @@

    Return Value

    count

    @@ -7295,7 +7295,7 @@

    Return Value

    geometry index

    @@ -7353,7 +7353,7 @@

    Return Value

    feature row

    @@ -7412,7 +7412,7 @@

    Return Value

    feature row

    @@ -7470,7 +7470,7 @@

    Return Value

    SQL

    @@ -7509,7 +7509,7 @@

    Return Value

    feature results

    @@ -7567,7 +7567,7 @@

    Return Value

    feature results

    @@ -7625,7 +7625,7 @@

    Return Value

    feature results

    @@ -7696,7 +7696,7 @@

    Return Value

    feature results

    @@ -7735,7 +7735,7 @@

    Return Value

    count

    @@ -7793,7 +7793,7 @@

    Return Value

    count

    @@ -7863,7 +7863,7 @@

    Return Value

    count

    @@ -7921,7 +7921,7 @@

    Return Value

    feature results

    @@ -7992,7 +7992,7 @@

    Return Value

    feature results

    @@ -8063,7 +8063,7 @@

    Return Value

    feature results

    @@ -8147,7 +8147,7 @@

    Return Value

    feature results

    @@ -8205,7 +8205,7 @@

    Return Value

    count

    @@ -8276,7 +8276,7 @@

    Return Value

    count

    @@ -8360,7 +8360,7 @@

    Return Value

    count

    @@ -8418,7 +8418,7 @@

    Return Value

    feature results

    @@ -8489,7 +8489,7 @@

    Return Value

    feature results

    @@ -8560,7 +8560,7 @@

    Return Value

    feature results

    @@ -8644,7 +8644,7 @@

    Return Value

    feature results

    @@ -8702,7 +8702,7 @@

    Return Value

    count

    @@ -8772,7 +8772,7 @@

    Return Value

    count

    @@ -8856,7 +8856,7 @@

    Return Value

    count

    @@ -8927,7 +8927,7 @@

    Return Value

    feature results

    @@ -9011,7 +9011,7 @@

    Return Value

    feature results

    @@ -9095,7 +9095,7 @@

    Return Value

    feature results

    @@ -9192,7 +9192,7 @@

    Return Value

    feature results

    @@ -9262,7 +9262,7 @@

    Return Value

    count

    @@ -9346,7 +9346,7 @@

    Return Value

    count

    @@ -9443,7 +9443,7 @@

    Return Value

    count

    @@ -9501,7 +9501,7 @@

    Return Value

    feature results

    @@ -9572,7 +9572,7 @@

    Return Value

    feature results

    @@ -9643,7 +9643,7 @@

    Return Value

    feature results

    @@ -9727,7 +9727,7 @@

    Return Value

    feature results

    @@ -9785,7 +9785,7 @@

    Return Value

    count

    @@ -9856,7 +9856,7 @@

    Return Value

    count

    @@ -9940,7 +9940,7 @@

    Return Value

    count

    @@ -10011,7 +10011,7 @@

    Return Value

    feature results

    @@ -10095,7 +10095,7 @@

    Return Value

    feature results

    @@ -10179,7 +10179,7 @@

    Return Value

    feature results

    @@ -10276,7 +10276,7 @@

    Return Value

    feature results

    @@ -10347,7 +10347,7 @@

    Return Value

    count

    @@ -10431,7 +10431,7 @@

    Return Value

    count

    @@ -10528,7 +10528,7 @@

    Return Value

    count

    @@ -10599,7 +10599,7 @@

    Return Value

    feature results

    @@ -10683,7 +10683,7 @@

    Return Value

    feature results

    @@ -10767,7 +10767,7 @@

    Return Value

    feature results

    @@ -10864,7 +10864,7 @@

    Return Value

    feature results

    @@ -10935,7 +10935,7 @@

    Return Value

    count

    @@ -11019,7 +11019,7 @@

    Return Value

    count

    @@ -11116,7 +11116,7 @@

    Return Value

    count

    @@ -11200,7 +11200,7 @@

    Return Value

    feature results

    @@ -11297,7 +11297,7 @@

    Return Value

    feature results

    @@ -11394,7 +11394,7 @@

    Return Value

    feature results

    @@ -11504,7 +11504,7 @@

    Return Value

    feature results

    @@ -11588,7 +11588,7 @@

    Return Value

    count

    @@ -11685,7 +11685,7 @@

    Return Value

    count

    @@ -11795,7 +11795,7 @@

    Return Value

    count

    @@ -11866,7 +11866,7 @@

    Return Value

    feature results

    @@ -11950,7 +11950,7 @@

    Return Value

    feature results

    @@ -12034,7 +12034,7 @@

    Return Value

    feature results

    @@ -12131,7 +12131,7 @@

    Return Value

    feature results

    @@ -12202,7 +12202,7 @@

    Return Value

    count

    @@ -12286,7 +12286,7 @@

    Return Value

    count

    @@ -12383,7 +12383,7 @@

    Return Value

    count

    @@ -12467,7 +12467,7 @@

    Return Value

    feature results

    @@ -12564,7 +12564,7 @@

    Return Value

    feature results

    @@ -12661,7 +12661,7 @@

    Return Value

    feature results

    @@ -12771,7 +12771,7 @@

    Return Value

    feature results

    @@ -12855,7 +12855,7 @@

    Return Value

    count

    @@ -12952,7 +12952,7 @@

    Return Value

    count

    @@ -13062,7 +13062,7 @@

    Return Value

    count

    @@ -13146,7 +13146,7 @@

    Return Value

    feature results

    @@ -13243,7 +13243,7 @@

    Return Value

    feature results

    @@ -13340,7 +13340,7 @@

    Return Value

    feature results

    @@ -13450,7 +13450,7 @@

    Return Value

    feature results

    @@ -13534,7 +13534,7 @@

    Return Value

    count

    @@ -13631,7 +13631,7 @@

    Return Value

    count

    @@ -13741,7 +13741,7 @@

    Return Value

    count

    @@ -13838,7 +13838,7 @@

    Return Value

    feature results

    @@ -13948,7 +13948,7 @@

    Return Value

    feature results

    @@ -14058,7 +14058,7 @@

    Return Value

    feature results

    @@ -14181,7 +14181,7 @@

    Return Value

    feature results

    @@ -14278,7 +14278,7 @@

    Return Value

    count

    @@ -14388,7 +14388,7 @@

    Return Value

    count

    @@ -14511,7 +14511,7 @@

    Return Value

    count

    @@ -14569,7 +14569,7 @@

    Return Value

    feature results

    @@ -14640,7 +14640,7 @@

    Return Value

    feature results

    @@ -14711,7 +14711,7 @@

    Return Value

    feature results

    @@ -14795,7 +14795,7 @@

    Return Value

    feature results

    @@ -14853,7 +14853,7 @@

    Return Value

    count

    @@ -14924,7 +14924,7 @@

    Return Value

    count

    @@ -15008,7 +15008,7 @@

    Return Value

    count

    @@ -15079,7 +15079,7 @@

    Return Value

    feature results

    @@ -15163,7 +15163,7 @@

    Return Value

    feature results

    @@ -15247,7 +15247,7 @@

    Return Value

    feature results

    @@ -15344,7 +15344,7 @@

    Return Value

    feature results

    @@ -15415,7 +15415,7 @@

    Return Value

    count

    @@ -15499,7 +15499,7 @@

    Return Value

    count

    @@ -15596,7 +15596,7 @@

    Return Value

    count

    @@ -15667,7 +15667,7 @@

    Return Value

    feature results

    @@ -15751,7 +15751,7 @@

    Return Value

    feature results

    @@ -15835,7 +15835,7 @@

    Return Value

    feature results

    @@ -15932,7 +15932,7 @@

    Return Value

    feature results

    @@ -16003,7 +16003,7 @@

    Return Value

    count

    @@ -16087,7 +16087,7 @@

    Return Value

    count

    @@ -16184,7 +16184,7 @@

    Return Value

    count

    @@ -16268,7 +16268,7 @@

    Return Value

    feature results

    @@ -16365,7 +16365,7 @@

    Return Value

    feature results

    @@ -16462,7 +16462,7 @@

    Return Value

    feature results

    @@ -16572,7 +16572,7 @@

    Return Value

    feature results

    @@ -16656,7 +16656,7 @@

    Return Value

    count

    @@ -16753,7 +16753,7 @@

    Return Value

    count

    @@ -16863,7 +16863,7 @@

    Return Value

    count

    @@ -16922,7 +16922,7 @@

    Return Value

    feature results

    @@ -16994,7 +16994,7 @@

    Return Value

    feature results

    @@ -17066,7 +17066,7 @@

    Return Value

    feature results

    @@ -17151,7 +17151,7 @@

    Return Value

    feature results

    @@ -17223,7 +17223,7 @@

    Return Value

    feature results

    @@ -17308,7 +17308,7 @@

    Return Value

    feature results

    @@ -17393,7 +17393,7 @@

    Return Value

    feature results

    @@ -17491,7 +17491,7 @@

    Return Value

    feature results

    @@ -17564,7 +17564,7 @@

    Return Value

    feature results

    @@ -17650,7 +17650,7 @@

    Return Value

    feature results

    @@ -17736,7 +17736,7 @@

    Return Value

    feature results

    @@ -17835,7 +17835,7 @@

    Return Value

    feature results

    @@ -17921,7 +17921,7 @@

    Return Value

    feature results

    @@ -18020,7 +18020,7 @@

    Return Value

    feature results

    @@ -18119,7 +18119,7 @@

    Return Value

    feature results

    @@ -18231,7 +18231,7 @@

    Return Value

    feature results

    @@ -18304,7 +18304,7 @@

    Return Value

    feature results

    @@ -18390,7 +18390,7 @@

    Return Value

    feature results

    @@ -18476,7 +18476,7 @@

    Return Value

    feature results

    @@ -18575,7 +18575,7 @@

    Return Value

    feature results

    @@ -18661,7 +18661,7 @@

    Return Value

    feature results

    @@ -18760,7 +18760,7 @@

    Return Value

    feature results

    @@ -18859,7 +18859,7 @@

    Return Value

    feature results

    @@ -18971,7 +18971,7 @@

    Return Value

    feature results

    @@ -19057,7 +19057,7 @@

    Return Value

    feature results

    @@ -19156,7 +19156,7 @@

    Return Value

    feature results

    @@ -19255,7 +19255,7 @@

    Return Value

    feature results

    @@ -19367,7 +19367,7 @@

    Return Value

    feature results

    @@ -19466,7 +19466,7 @@

    Return Value

    feature results

    @@ -19578,7 +19578,7 @@

    Return Value

    feature results

    @@ -19690,7 +19690,7 @@

    Return Value

    feature results

    @@ -19815,7 +19815,7 @@

    Return Value

    feature results

    @@ -19887,7 +19887,7 @@

    Return Value

    feature results

    @@ -19972,7 +19972,7 @@

    Return Value

    feature results

    @@ -20057,7 +20057,7 @@

    Return Value

    feature results

    @@ -20155,7 +20155,7 @@

    Return Value

    feature results

    @@ -20240,7 +20240,7 @@

    Return Value

    feature results

    @@ -20338,7 +20338,7 @@

    Return Value

    feature results

    @@ -20436,7 +20436,7 @@

    Return Value

    feature results

    @@ -20547,7 +20547,7 @@

    Return Value

    feature results

    @@ -20633,7 +20633,7 @@

    Return Value

    feature results

    @@ -20732,7 +20732,7 @@

    Return Value

    feature results

    @@ -20831,7 +20831,7 @@

    Return Value

    feature results

    @@ -20943,7 +20943,7 @@

    Return Value

    feature results

    @@ -21042,7 +21042,7 @@

    Return Value

    feature results

    @@ -21154,7 +21154,7 @@

    Return Value

    feature results

    @@ -21266,7 +21266,7 @@

    Return Value

    feature results

    @@ -21391,7 +21391,7 @@

    Return Value

    feature results

    @@ -21476,7 +21476,7 @@

    Return Value

    feature results

    @@ -21574,7 +21574,7 @@

    Return Value

    feature results

    @@ -21672,7 +21672,7 @@

    Return Value

    feature results

    @@ -21783,7 +21783,7 @@

    Return Value

    feature results

    @@ -21881,7 +21881,7 @@

    Return Value

    feature results

    @@ -21992,7 +21992,7 @@

    Return Value

    feature results

    @@ -22103,7 +22103,7 @@

    Return Value

    feature results

    @@ -22227,7 +22227,7 @@

    Return Value

    feature results

    @@ -22326,7 +22326,7 @@

    Return Value

    feature results

    @@ -22438,7 +22438,7 @@

    Return Value

    feature results

    @@ -22550,7 +22550,7 @@

    Return Value

    feature results

    @@ -22675,7 +22675,7 @@

    Return Value

    feature results

    @@ -22787,7 +22787,7 @@

    Return Value

    feature results

    @@ -22912,7 +22912,7 @@

    Return Value

    feature results

    @@ -23037,7 +23037,7 @@

    Return Value

    feature results

    @@ -23175,7 +23175,7 @@

    Return Value

    feature results

    @@ -23248,7 +23248,7 @@

    Return Value

    feature results

    @@ -23334,7 +23334,7 @@

    Return Value

    feature results

    @@ -23420,7 +23420,7 @@

    Return Value

    feature results

    @@ -23519,7 +23519,7 @@

    Return Value

    feature results

    @@ -23605,7 +23605,7 @@

    Return Value

    feature results

    @@ -23704,7 +23704,7 @@

    Return Value

    feature results

    @@ -23803,7 +23803,7 @@

    Return Value

    feature results

    @@ -23915,7 +23915,7 @@

    Return Value

    feature results

    @@ -24001,7 +24001,7 @@

    Return Value

    feature results

    @@ -24100,7 +24100,7 @@

    Return Value

    feature results

    @@ -24199,7 +24199,7 @@

    Return Value

    feature results

    @@ -24311,7 +24311,7 @@

    Return Value

    feature results

    @@ -24410,7 +24410,7 @@

    Return Value

    feature results

    @@ -24522,7 +24522,7 @@

    Return Value

    feature results

    @@ -24634,7 +24634,7 @@

    Return Value

    feature results

    @@ -24759,7 +24759,7 @@

    Return Value

    feature results

    @@ -24845,7 +24845,7 @@

    Return Value

    feature results

    @@ -24944,7 +24944,7 @@

    Return Value

    feature results

    @@ -25043,7 +25043,7 @@

    Return Value

    feature results

    @@ -25155,7 +25155,7 @@

    Return Value

    feature results

    @@ -25254,7 +25254,7 @@

    Return Value

    feature results

    @@ -25366,7 +25366,7 @@

    Return Value

    feature results

    @@ -25478,7 +25478,7 @@

    Return Value

    feature results

    @@ -25603,7 +25603,7 @@

    Return Value

    feature results

    @@ -25702,7 +25702,7 @@

    Return Value

    feature results

    @@ -25814,7 +25814,7 @@

    Return Value

    feature results

    @@ -25926,7 +25926,7 @@

    Return Value

    feature results

    @@ -26051,7 +26051,7 @@

    Return Value

    feature results

    @@ -26163,7 +26163,7 @@

    Return Value

    feature results

    @@ -26288,7 +26288,7 @@

    Return Value

    feature results

    @@ -26413,7 +26413,7 @@

    Return Value

    feature results

    @@ -26551,7 +26551,7 @@

    Return Value

    feature results

    @@ -26637,7 +26637,7 @@

    Return Value

    feature results

    @@ -26736,7 +26736,7 @@

    Return Value

    feature results

    @@ -26835,7 +26835,7 @@

    Return Value

    feature results

    @@ -26947,7 +26947,7 @@

    Return Value

    feature results

    @@ -27046,7 +27046,7 @@

    Return Value

    feature results

    @@ -27158,7 +27158,7 @@

    Return Value

    feature results

    @@ -27270,7 +27270,7 @@

    Return Value

    feature results

    @@ -27395,7 +27395,7 @@

    Return Value

    feature results

    @@ -27494,7 +27494,7 @@

    Return Value

    feature results

    @@ -27606,7 +27606,7 @@

    Return Value

    feature results

    @@ -27718,7 +27718,7 @@

    Return Value

    feature results

    @@ -27843,7 +27843,7 @@

    Return Value

    feature results

    @@ -27955,7 +27955,7 @@

    Return Value

    feature results

    @@ -28080,7 +28080,7 @@

    Return Value

    feature results

    @@ -28205,7 +28205,7 @@

    Return Value

    feature results

    @@ -28343,7 +28343,7 @@

    Return Value

    feature results

    @@ -28442,7 +28442,7 @@

    Return Value

    feature results

    @@ -28554,7 +28554,7 @@

    Return Value

    feature results

    @@ -28666,7 +28666,7 @@

    Return Value

    feature results

    @@ -28791,7 +28791,7 @@

    Return Value

    feature results

    @@ -28903,7 +28903,7 @@

    Return Value

    feature results

    @@ -29028,7 +29028,7 @@

    Return Value

    feature results

    @@ -29153,7 +29153,7 @@

    Return Value

    feature results

    @@ -29291,7 +29291,7 @@

    Return Value

    feature results

    @@ -29403,7 +29403,7 @@

    Return Value

    feature results

    @@ -29528,7 +29528,7 @@

    Return Value

    feature results

    @@ -29653,7 +29653,7 @@

    Return Value

    feature results

    @@ -29791,7 +29791,7 @@

    Return Value

    feature results

    @@ -29916,7 +29916,7 @@

    Return Value

    feature results

    @@ -30054,7 +30054,7 @@

    Return Value

    feature results

    @@ -30192,7 +30192,7 @@

    Return Value

    feature results

    @@ -30343,7 +30343,7 @@

    Return Value

    feature results

    @@ -30430,7 +30430,7 @@

    Return Value

    feature results

    @@ -30530,7 +30530,7 @@

    Return Value

    feature results

    @@ -30629,7 +30629,7 @@

    Return Value

    feature results

    @@ -30741,7 +30741,7 @@

    Return Value

    feature results

    @@ -30841,7 +30841,7 @@

    Return Value

    feature results

    @@ -30954,7 +30954,7 @@

    Return Value

    feature results

    @@ -31066,7 +31066,7 @@

    Return Value

    feature results

    @@ -31191,7 +31191,7 @@

    Return Value

    feature results

    @@ -31291,7 +31291,7 @@

    Return Value

    feature results

    @@ -31404,7 +31404,7 @@

    Return Value

    feature results

    @@ -31516,7 +31516,7 @@

    Return Value

    feature results

    @@ -31641,7 +31641,7 @@

    Return Value

    feature results

    @@ -31754,7 +31754,7 @@

    Return Value

    feature results

    @@ -31880,7 +31880,7 @@

    Return Value

    feature results

    @@ -32005,7 +32005,7 @@

    Return Value

    feature results

    @@ -32143,7 +32143,7 @@

    Return Value

    feature results

    @@ -32243,7 +32243,7 @@

    Return Value

    feature results

    @@ -32356,7 +32356,7 @@

    Return Value

    feature results

    @@ -32468,7 +32468,7 @@

    Return Value

    feature results

    @@ -32593,7 +32593,7 @@

    Return Value

    feature results

    @@ -32706,7 +32706,7 @@

    Return Value

    feature results

    @@ -32832,7 +32832,7 @@

    Return Value

    feature results

    @@ -32957,7 +32957,7 @@

    Return Value

    feature results

    @@ -33095,7 +33095,7 @@

    Return Value

    feature results

    @@ -33208,7 +33208,7 @@

    Return Value

    feature results

    @@ -33334,7 +33334,7 @@

    Return Value

    feature results

    @@ -33459,7 +33459,7 @@

    Return Value

    feature results

    @@ -33597,7 +33597,7 @@

    Return Value

    feature results

    @@ -33723,7 +33723,7 @@

    Return Value

    feature results

    @@ -33862,7 +33862,7 @@

    Return Value

    feature results

    @@ -34000,7 +34000,7 @@

    Return Value

    feature results

    @@ -34151,7 +34151,7 @@

    Return Value

    feature results

    @@ -34251,7 +34251,7 @@

    Return Value

    feature results

    @@ -34364,7 +34364,7 @@

    Return Value

    feature results

    @@ -34476,7 +34476,7 @@

    Return Value

    feature results

    @@ -34601,7 +34601,7 @@

    Return Value

    feature results

    @@ -34714,7 +34714,7 @@

    Return Value

    feature results

    @@ -34840,7 +34840,7 @@

    Return Value

    feature results

    @@ -34965,7 +34965,7 @@

    Return Value

    feature results

    @@ -35103,7 +35103,7 @@

    Return Value

    feature results

    @@ -35216,7 +35216,7 @@

    Return Value

    feature results

    @@ -35342,7 +35342,7 @@

    Return Value

    feature results

    @@ -35467,7 +35467,7 @@

    Return Value

    feature results

    @@ -35605,7 +35605,7 @@

    Return Value

    feature results

    @@ -35731,7 +35731,7 @@

    Return Value

    feature results

    @@ -35870,7 +35870,7 @@

    Return Value

    feature results

    @@ -36008,7 +36008,7 @@

    Return Value

    feature results

    @@ -36159,7 +36159,7 @@

    Return Value

    feature results

    @@ -36272,7 +36272,7 @@

    Return Value

    feature results

    @@ -36398,7 +36398,7 @@

    Return Value

    feature results

    @@ -36523,7 +36523,7 @@

    Return Value

    feature results

    @@ -36661,7 +36661,7 @@

    Return Value

    feature results

    @@ -36787,7 +36787,7 @@

    Return Value

    feature results

    @@ -36926,7 +36926,7 @@

    Return Value

    feature results

    @@ -37064,7 +37064,7 @@

    Return Value

    feature results

    @@ -37215,7 +37215,7 @@

    Return Value

    feature results

    @@ -37341,7 +37341,7 @@

    Return Value

    feature results

    @@ -37480,7 +37480,7 @@

    Return Value

    feature results

    @@ -37618,7 +37618,7 @@

    Return Value

    feature results

    @@ -37769,7 +37769,7 @@

    Return Value

    feature results

    @@ -37908,7 +37908,7 @@

    Return Value

    feature results

    @@ -38060,7 +38060,7 @@

    Return Value

    feature results

    @@ -38211,7 +38211,7 @@

    Return Value

    feature results

    @@ -38375,7 +38375,7 @@

    Return Value

    feature results

    @@ -38448,7 +38448,7 @@

    Return Value

    feature results

    @@ -38534,7 +38534,7 @@

    Return Value

    feature results

    @@ -38620,7 +38620,7 @@

    Return Value

    feature results

    @@ -38719,7 +38719,7 @@

    Return Value

    feature results

    @@ -38805,7 +38805,7 @@

    Return Value

    feature results

    @@ -38904,7 +38904,7 @@

    Return Value

    feature results

    @@ -39003,7 +39003,7 @@

    Return Value

    feature results

    @@ -39115,7 +39115,7 @@

    Return Value

    feature results

    @@ -39201,7 +39201,7 @@

    Return Value

    feature results

    @@ -39300,7 +39300,7 @@

    Return Value

    feature results

    @@ -39399,7 +39399,7 @@

    Return Value

    feature results

    @@ -39511,7 +39511,7 @@

    Return Value

    feature results

    @@ -39610,7 +39610,7 @@

    Return Value

    feature results

    @@ -39722,7 +39722,7 @@

    Return Value

    feature results

    @@ -39834,7 +39834,7 @@

    Return Value

    feature results

    @@ -39959,7 +39959,7 @@

    Return Value

    feature results

    @@ -40045,7 +40045,7 @@

    Return Value

    feature results

    @@ -40144,7 +40144,7 @@

    Return Value

    feature results

    @@ -40243,7 +40243,7 @@

    Return Value

    feature results

    @@ -40355,7 +40355,7 @@

    Return Value

    feature results

    @@ -40454,7 +40454,7 @@

    Return Value

    feature results

    @@ -40566,7 +40566,7 @@

    Return Value

    feature results

    @@ -40678,7 +40678,7 @@

    Return Value

    feature results

    @@ -40803,7 +40803,7 @@

    Return Value

    feature results

    @@ -40902,7 +40902,7 @@

    Return Value

    feature results

    @@ -41014,7 +41014,7 @@

    Return Value

    feature results

    @@ -41126,7 +41126,7 @@

    Return Value

    feature results

    @@ -41251,7 +41251,7 @@

    Return Value

    feature results

    @@ -41363,7 +41363,7 @@

    Return Value

    feature results

    @@ -41488,7 +41488,7 @@

    Return Value

    feature results

    @@ -41613,7 +41613,7 @@

    Return Value

    feature results

    @@ -41751,7 +41751,7 @@

    Return Value

    feature results

    @@ -41837,7 +41837,7 @@

    Return Value

    feature results

    @@ -41936,7 +41936,7 @@

    Return Value

    feature results

    @@ -42035,7 +42035,7 @@

    Return Value

    feature results

    @@ -42147,7 +42147,7 @@

    Return Value

    feature results

    @@ -42246,7 +42246,7 @@

    Return Value

    feature results

    @@ -42358,7 +42358,7 @@

    Return Value

    feature results

    @@ -42470,7 +42470,7 @@

    Return Value

    feature results

    @@ -42595,7 +42595,7 @@

    Return Value

    feature results

    @@ -42694,7 +42694,7 @@

    Return Value

    feature results

    @@ -42806,7 +42806,7 @@

    Return Value

    feature results

    @@ -42918,7 +42918,7 @@

    Return Value

    feature results

    @@ -43043,7 +43043,7 @@

    Return Value

    feature results

    @@ -43155,7 +43155,7 @@

    Return Value

    feature results

    @@ -43280,7 +43280,7 @@

    Return Value

    feature results

    @@ -43405,7 +43405,7 @@

    Return Value

    feature results

    @@ -43543,7 +43543,7 @@

    Return Value

    feature results

    @@ -43642,7 +43642,7 @@

    Return Value

    feature results

    @@ -43754,7 +43754,7 @@

    Return Value

    feature results

    @@ -43866,7 +43866,7 @@

    Return Value

    feature results

    @@ -43991,7 +43991,7 @@

    Return Value

    feature results

    @@ -44103,7 +44103,7 @@

    Return Value

    feature results

    @@ -44228,7 +44228,7 @@

    Return Value

    feature results

    @@ -44353,7 +44353,7 @@

    Return Value

    feature results

    @@ -44491,7 +44491,7 @@

    Return Value

    feature results

    @@ -44603,7 +44603,7 @@

    Return Value

    feature results

    @@ -44728,7 +44728,7 @@

    Return Value

    feature results

    @@ -44853,7 +44853,7 @@

    Return Value

    feature results

    @@ -44991,7 +44991,7 @@

    Return Value

    feature results

    @@ -45116,7 +45116,7 @@

    Return Value

    feature results

    @@ -45254,7 +45254,7 @@

    Return Value

    feature results

    @@ -45392,7 +45392,7 @@

    Return Value

    feature results

    @@ -45543,7 +45543,7 @@

    Return Value

    feature results

    @@ -45553,7 +45553,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureTableMetadata.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureTableMetadata.html index 5f540083..38224058 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureTableMetadata.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureTableMetadata.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGFeatureTableMetadata

    Feature Table Metadata for defining table creation information

    @@ -5085,7 +5085,7 @@

    Return Value

    metadata

    @@ -5143,7 +5143,7 @@

    Return Value

    metadata

    @@ -5202,7 +5202,7 @@

    Return Value

    metadata

    @@ -5274,7 +5274,7 @@

    Return Value

    metadata

    @@ -5346,7 +5346,7 @@

    Return Value

    metadata

    @@ -5431,7 +5431,7 @@

    Return Value

    metadata

    @@ -5503,7 +5503,7 @@

    Return Value

    metadata

    @@ -5588,7 +5588,7 @@

    Return Value

    metadata

    @@ -5673,7 +5673,7 @@

    Return Value

    metadata

    @@ -5771,7 +5771,7 @@

    Return Value

    metadata

    @@ -5843,7 +5843,7 @@

    Return Value

    metadata

    @@ -5928,7 +5928,7 @@

    Return Value

    metadata

    @@ -6013,7 +6013,7 @@

    Return Value

    metadata

    @@ -6111,7 +6111,7 @@

    Return Value

    metadata

    @@ -6196,7 +6196,7 @@

    Return Value

    metadata

    @@ -6294,7 +6294,7 @@

    Return Value

    metadata

    @@ -6392,7 +6392,7 @@

    Return Value

    metadata

    @@ -6503,7 +6503,7 @@

    Return Value

    metadata

    @@ -6575,7 +6575,7 @@

    Return Value

    metadata

    @@ -6660,7 +6660,7 @@

    Return Value

    metadata

    @@ -6732,7 +6732,7 @@

    Return Value

    metadata

    @@ -6817,7 +6817,7 @@

    Return Value

    metadata

    @@ -6875,7 +6875,7 @@

    Return Value

    metadata

    @@ -6946,7 +6946,7 @@

    Return Value

    metadata

    @@ -7018,7 +7018,7 @@

    Return Value

    metadata

    @@ -7103,7 +7103,7 @@

    Return Value

    metadata

    @@ -7188,7 +7188,7 @@

    Return Value

    metadata

    @@ -7286,7 +7286,7 @@

    Return Value

    metadata

    @@ -7371,7 +7371,7 @@

    Return Value

    metadata

    @@ -7469,7 +7469,7 @@

    Return Value

    metadata

    @@ -7567,7 +7567,7 @@

    Return Value

    metadata

    @@ -7678,7 +7678,7 @@

    Return Value

    metadata

    @@ -7763,7 +7763,7 @@

    Return Value

    metadata

    @@ -7861,7 +7861,7 @@

    Return Value

    metadata

    @@ -7959,7 +7959,7 @@

    Return Value

    metadata

    @@ -8070,7 +8070,7 @@

    Return Value

    metadata

    @@ -8168,7 +8168,7 @@

    Return Value

    metadata

    @@ -8279,7 +8279,7 @@

    Return Value

    metadata

    @@ -8390,7 +8390,7 @@

    Return Value

    metadata

    @@ -8514,7 +8514,7 @@

    Return Value

    metadata

    @@ -8599,7 +8599,7 @@

    Return Value

    metadata

    @@ -8697,7 +8697,7 @@

    Return Value

    metadata

    @@ -8782,7 +8782,7 @@

    Return Value

    metadata

    @@ -8880,7 +8880,7 @@

    Return Value

    metadata

    @@ -8915,7 +8915,7 @@

    Declaration

    @@ -8950,7 +8950,7 @@

    Declaration

    @@ -8989,7 +8989,7 @@

    Return Value

    new feature table metadata

    @@ -9087,7 +9087,7 @@

    Return Value

    new feature table metadata

    @@ -9198,7 +9198,7 @@

    Return Value

    new feature table metadata

    @@ -9309,7 +9309,7 @@

    Return Value

    new feature table metadata

    @@ -9433,7 +9433,7 @@

    Return Value

    new feature table metadata

    @@ -9517,7 +9517,7 @@

    Return Value

    new feature table metadata

    @@ -9614,7 +9614,7 @@

    Return Value

    new feature table metadata

    @@ -9653,7 +9653,7 @@

    Return Value

    column name

    @@ -9692,7 +9692,7 @@

    Return Value

    geometry type

    @@ -9702,7 +9702,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureTableReader.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureTableReader.html index 40a62a36..9c89b6a1 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureTableReader.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureTableReader.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGFeatureTableReader

    Reads the metadata from an existing feature table

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5139,7 +5139,7 @@

    Return Value

    new feature table reader

    @@ -5210,7 +5210,7 @@

    Return Value

    new feature table reader

    @@ -5268,7 +5268,7 @@

    Return Value

    new feature table reader

    @@ -5326,7 +5326,7 @@

    Return Value

    feature table

    @@ -5336,7 +5336,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureTableStyles.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureTableStyles.html index bc22ab96..ad62c8b9 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureTableStyles.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureTableStyles.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGFeatureTableStyles

    Feature Table Styles, styles and icons for an individual feature table

    @@ -5117,7 +5117,7 @@

    Return Value

    new feature table styles

    @@ -5188,7 +5188,7 @@

    Return Value

    new feature table styles

    @@ -5259,7 +5259,7 @@

    Return Value

    new feature table styles

    @@ -5330,7 +5330,7 @@

    Return Value

    new feature table styles

    @@ -5369,7 +5369,7 @@

    Return Value

    feature style extension

    @@ -5408,7 +5408,7 @@

    Return Value

    feature table name

    @@ -5447,7 +5447,7 @@

    Return Value

    true if has extension

    @@ -5483,7 +5483,7 @@

    Declaration

    @@ -5523,7 +5523,7 @@

    Return Value

    true if has a relationship

    @@ -5558,7 +5558,7 @@

    Declaration

    @@ -5597,7 +5597,7 @@

    Return Value

    true if relationship exists

    @@ -5632,7 +5632,7 @@

    Declaration

    @@ -5671,7 +5671,7 @@

    Return Value

    true if relationship exists

    @@ -5706,7 +5706,7 @@

    Declaration

    @@ -5745,7 +5745,7 @@

    Return Value

    true if relationship exists

    @@ -5780,7 +5780,7 @@

    Declaration

    @@ -5819,7 +5819,7 @@

    Return Value

    true if relationship exists

    @@ -5855,7 +5855,7 @@

    Declaration

    @@ -5890,7 +5890,7 @@

    Declaration

    @@ -5925,7 +5925,7 @@

    Declaration

    @@ -5960,7 +5960,7 @@

    Declaration

    @@ -5995,7 +5995,7 @@

    Declaration

    @@ -6034,7 +6034,7 @@

    Return Value

    style mapping DAO

    @@ -6073,7 +6073,7 @@

    Return Value

    table style mapping DAO

    @@ -6112,7 +6112,7 @@

    Return Value

    icon mapping DAO

    @@ -6151,7 +6151,7 @@

    Return Value

    table icon mapping DAO

    @@ -6190,7 +6190,7 @@

    Return Value

    style DAO

    @@ -6229,7 +6229,7 @@

    Return Value

    icon DAO

    @@ -6268,7 +6268,7 @@

    Return Value

    table feature styles or null

    @@ -6307,7 +6307,7 @@

    Return Value

    table styles or null

    @@ -6346,7 +6346,7 @@

    Return Value

    cached table styles

    @@ -6404,7 +6404,7 @@

    Return Value

    style row

    @@ -6443,7 +6443,7 @@

    Return Value

    style row

    @@ -6482,7 +6482,7 @@

    Return Value

    table icons or null

    @@ -6521,7 +6521,7 @@

    Return Value

    cached table icons

    @@ -6579,7 +6579,7 @@

    Return Value

    icon row

    @@ -6618,7 +6618,7 @@

    Return Value

    icon row

    @@ -6657,7 +6657,7 @@

    Return Value

    style rows mapped by ids

    @@ -6696,7 +6696,7 @@

    Return Value

    style rows mapped by ids

    @@ -6735,7 +6735,7 @@

    Return Value

    icon rows mapped by ids

    @@ -6774,7 +6774,7 @@

    Return Value

    icon rows mapped by ids

    @@ -6832,7 +6832,7 @@

    Return Value

    feature styles or null

    @@ -6890,7 +6890,7 @@

    Return Value

    feature styles or null

    @@ -6948,7 +6948,7 @@

    Return Value

    feature styles or null

    @@ -7008,7 +7008,7 @@

    Return Value

    feature style

    @@ -7082,7 +7082,7 @@

    Return Value

    feature style

    @@ -7143,7 +7143,7 @@

    Return Value

    feature style

    @@ -7216,7 +7216,7 @@

    Return Value

    feature style

    @@ -7290,7 +7290,7 @@

    Return Value

    feature style

    @@ -7350,7 +7350,7 @@

    Return Value

    feature style

    @@ -7410,7 +7410,7 @@

    Return Value

    feature style

    @@ -7468,7 +7468,7 @@

    Return Value

    styles or null

    @@ -7526,7 +7526,7 @@

    Return Value

    styles or null

    @@ -7584,7 +7584,7 @@

    Return Value

    styles or null

    @@ -7644,7 +7644,7 @@

    Return Value

    style row

    @@ -7717,7 +7717,7 @@

    Return Value

    style row

    @@ -7776,7 +7776,7 @@

    Return Value

    style row

    @@ -7849,7 +7849,7 @@

    Return Value

    style row

    @@ -7922,7 +7922,7 @@

    Return Value

    style row

    @@ -7981,7 +7981,7 @@

    Return Value

    style row

    @@ -8040,7 +8040,7 @@

    Return Value

    style row

    @@ -8098,7 +8098,7 @@

    Return Value

    icons or null

    @@ -8156,7 +8156,7 @@

    Return Value

    icons or null

    @@ -8214,7 +8214,7 @@

    Return Value

    icons or null

    @@ -8274,7 +8274,7 @@

    Return Value

    icon row

    @@ -8347,7 +8347,7 @@

    Return Value

    icon row

    @@ -8406,7 +8406,7 @@

    Return Value

    icon row

    @@ -8478,7 +8478,7 @@

    Return Value

    icon row

    @@ -8550,7 +8550,7 @@

    Return Value

    icon row

    @@ -8609,7 +8609,7 @@

    Return Value

    icon row

    @@ -8668,7 +8668,7 @@

    Return Value

    icon row

    @@ -8722,7 +8722,7 @@

    Parameters

    @@ -8776,7 +8776,7 @@

    Parameters

    @@ -8830,7 +8830,7 @@

    Parameters

    @@ -8897,7 +8897,7 @@

    Parameters

    @@ -8951,7 +8951,7 @@

    Parameters

    @@ -9005,7 +9005,7 @@

    Parameters

    @@ -9072,7 +9072,7 @@

    Parameters

    @@ -9139,7 +9139,7 @@

    Parameters

    @@ -9206,7 +9206,7 @@

    Parameters

    @@ -9273,7 +9273,7 @@

    Parameters

    @@ -9340,7 +9340,7 @@

    Parameters

    @@ -9421,7 +9421,7 @@

    Parameters

    @@ -9488,7 +9488,7 @@

    Parameters

    @@ -9568,7 +9568,7 @@

    Parameters

    @@ -9648,7 +9648,7 @@

    Parameters

    @@ -9715,7 +9715,7 @@

    Parameters

    @@ -9782,7 +9782,7 @@

    Parameters

    @@ -9848,7 +9848,7 @@

    Parameters

    @@ -9914,7 +9914,7 @@

    Parameters

    @@ -9980,7 +9980,7 @@

    Parameters

    @@ -10046,7 +10046,7 @@

    Parameters

    @@ -10126,7 +10126,7 @@

    Parameters

    @@ -10193,7 +10193,7 @@

    Parameters

    @@ -10273,7 +10273,7 @@

    Parameters

    @@ -10353,7 +10353,7 @@

    Parameters

    @@ -10419,7 +10419,7 @@

    Parameters

    @@ -10486,7 +10486,7 @@

    Parameters

    @@ -10552,7 +10552,7 @@

    Parameters

    @@ -10618,7 +10618,7 @@

    Parameters

    @@ -10684,7 +10684,7 @@

    Parameters

    @@ -10750,7 +10750,7 @@

    Parameters

    @@ -10830,7 +10830,7 @@

    Parameters

    @@ -10897,7 +10897,7 @@

    Parameters

    @@ -10978,7 +10978,7 @@

    Parameters

    @@ -11059,7 +11059,7 @@

    Parameters

    @@ -11125,7 +11125,7 @@

    Parameters

    @@ -11191,7 +11191,7 @@

    Parameters

    @@ -11227,7 +11227,7 @@

    Declaration

    @@ -11262,7 +11262,7 @@

    Declaration

    @@ -11297,7 +11297,7 @@

    Declaration

    @@ -11332,7 +11332,7 @@

    Declaration

    @@ -11367,7 +11367,7 @@

    Declaration

    @@ -11402,7 +11402,7 @@

    Declaration

    @@ -11456,7 +11456,7 @@

    Parameters

    @@ -11491,7 +11491,7 @@

    Declaration

    @@ -11526,7 +11526,7 @@

    Declaration

    @@ -11580,7 +11580,7 @@

    Parameters

    @@ -11615,7 +11615,7 @@

    Declaration

    @@ -11650,7 +11650,7 @@

    Declaration

    @@ -11685,7 +11685,7 @@

    Declaration

    @@ -11720,7 +11720,7 @@

    Declaration

    @@ -11755,7 +11755,7 @@

    Declaration

    @@ -11809,7 +11809,7 @@

    Parameters

    @@ -11863,7 +11863,7 @@

    Parameters

    @@ -11917,7 +11917,7 @@

    Parameters

    @@ -11971,7 +11971,7 @@

    Parameters

    @@ -12025,7 +12025,7 @@

    Parameters

    @@ -12079,7 +12079,7 @@

    Parameters

    @@ -12133,7 +12133,7 @@

    Parameters

    @@ -12200,7 +12200,7 @@

    Parameters

    @@ -12267,7 +12267,7 @@

    Parameters

    @@ -12334,7 +12334,7 @@

    Parameters

    @@ -12369,7 +12369,7 @@

    Declaration

    @@ -12423,7 +12423,7 @@

    Parameters

    @@ -12477,7 +12477,7 @@

    Parameters

    @@ -12531,7 +12531,7 @@

    Parameters

    @@ -12585,7 +12585,7 @@

    Parameters

    @@ -12639,7 +12639,7 @@

    Parameters

    @@ -12693,7 +12693,7 @@

    Parameters

    @@ -12747,7 +12747,7 @@

    Parameters

    @@ -12814,7 +12814,7 @@

    Parameters

    @@ -12881,7 +12881,7 @@

    Parameters

    @@ -12948,7 +12948,7 @@

    Parameters

    @@ -12987,7 +12987,7 @@

    Return Value

    style row ids

    @@ -13026,7 +13026,7 @@

    Return Value

    icon row ids

    @@ -13065,7 +13065,7 @@

    Return Value

    style row ids

    @@ -13104,7 +13104,7 @@

    Return Value

    icon row ids

    @@ -13143,7 +13143,7 @@

    Return Value

    pixel bounds

    @@ -13201,7 +13201,7 @@

    Return Value

    pixel bounds

    @@ -13211,7 +13211,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureTileContext.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureTileContext.html index 16bd12d9..2f1039c7 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureTileContext.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureTileContext.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5046,7 +5046,7 @@

    GPKGFeatureTileContext

    Draw Order: polygons, lines, points, icons

    @@ -5117,7 +5117,7 @@

    Return Value

    new feature tile context

    @@ -5156,7 +5156,7 @@

    Return Value

    polygon context

    @@ -5195,7 +5195,7 @@

    Return Value

    line context

    @@ -5234,7 +5234,7 @@

    Return Value

    point context

    @@ -5273,7 +5273,7 @@

    Return Value

    icon context

    @@ -5312,7 +5312,7 @@

    Return Value

    image

    @@ -5347,7 +5347,7 @@

    Declaration

    @@ -5357,7 +5357,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureTileGenerator.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureTileGenerator.html index 52bb1578..40d579d0 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureTileGenerator.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureTileGenerator.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGFeatureTileGenerator

    Creates a set of tiles within a GeoPackage by generating tiles from features

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5217,7 +5217,7 @@

    Return Value

    new feature tile generator

    @@ -5362,7 +5362,7 @@

    Parameters

    @@ -5481,7 +5481,7 @@

    Parameters

    @@ -5613,7 +5613,7 @@

    Parameters

    @@ -5623,7 +5623,7 @@

    Parameters

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureTileLink.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureTileLink.html index 9b10d50b..dcab4c11 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureTileLink.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureTileLink.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGFeatureTileLink

    Feature Tile Link object, for linking a feature and tile table together

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5126,7 +5126,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureTileLinkDao.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureTileLinkDao.html index e5a26dce..fa01c41f 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureTileLinkDao.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureTileLinkDao.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGFeatureTileLinkDao

    Feature Tile Link Data Access Object

    @@ -5104,7 +5104,7 @@

    Return Value

    dao

    @@ -5162,7 +5162,7 @@

    Return Value

    new feature tile link dao

    @@ -5233,7 +5233,7 @@

    Return Value

    feature tile link or nil

    @@ -5291,7 +5291,7 @@

    Return Value

    result set

    @@ -5349,7 +5349,7 @@

    Return Value

    result set

    @@ -5420,7 +5420,7 @@

    Return Value

    rows deleted

    @@ -5478,7 +5478,7 @@

    Return Value

    rows deleted

    @@ -5488,7 +5488,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureTileLinkTableCreator.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureTileLinkTableCreator.html index a1381038..b57f300b 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureTileLinkTableCreator.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureTileLinkTableCreator.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGFeatureTileLinkTableCreator

    Feature Tile Link Extension Table Creator

    @@ -5104,7 +5104,7 @@

    Return Value

    new feature tile link table creator

    @@ -5143,7 +5143,7 @@

    Return Value

    tables created

    @@ -5153,7 +5153,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureTilePointIcon.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureTilePointIcon.html index a1601e99..60dc5d2b 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureTilePointIcon.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureTilePointIcon.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGFeatureTilePointIcon

    Point icon in place of a drawn circle

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5174,7 +5174,7 @@

    Return Value

    new feature tile point icon

    @@ -5209,7 +5209,7 @@

    Declaration

    @@ -5244,7 +5244,7 @@

    Declaration

    @@ -5283,7 +5283,7 @@

    Return Value

    icon image

    @@ -5322,7 +5322,7 @@

    Return Value

    icon width

    @@ -5361,7 +5361,7 @@

    Return Value

    icon height

    @@ -5371,7 +5371,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureTileTableLinker.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureTileTableLinker.html index eeeb9bb0..bb0e7916 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureTileTableLinker.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureTileTableLinker.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5048,7 +5048,7 @@

    GPKGFeatureTileTableLinker

    http://ngageoint.github.io/GeoPackage/docs/extensions/feature-tile-link.html

    @@ -5107,7 +5107,7 @@

    Return Value

    new feature tile table linker

    @@ -5146,7 +5146,7 @@

    Return Value

    feature tile link dao

    @@ -5185,7 +5185,7 @@

    Return Value

    extension name

    @@ -5224,7 +5224,7 @@

    Return Value

    extension definition

    @@ -5291,7 +5291,7 @@

    Parameters

    @@ -5362,7 +5362,7 @@

    Return Value

    true if linked

    @@ -5433,7 +5433,7 @@

    Return Value

    feature tile link

    @@ -5491,7 +5491,7 @@

    Return Value

    feature tile link results

    @@ -5549,7 +5549,7 @@

    Return Value

    feature tile link results

    @@ -5620,7 +5620,7 @@

    Return Value

    true if deleted

    @@ -5678,7 +5678,7 @@

    Return Value

    links deleted

    @@ -5717,7 +5717,7 @@

    Return Value

    true if has extension

    @@ -5756,7 +5756,7 @@

    Return Value

    extensions object or null if one does not exist

    @@ -5795,7 +5795,7 @@

    Return Value

    feature tile link dao

    @@ -5854,7 +5854,7 @@

    Return Value

    feature tile link dao

    @@ -5913,7 +5913,7 @@

    Return Value

    feature tile link dao

    @@ -5952,7 +5952,7 @@

    Return Value

    true if created

    @@ -6010,7 +6010,7 @@

    Return Value

    feature tile link

    @@ -6068,7 +6068,7 @@

    Return Value

    tiles tables

    @@ -6126,7 +6126,7 @@

    Return Value

    feature tables

    @@ -6184,7 +6184,7 @@

    Return Value

    tiles DAOs

    @@ -6242,7 +6242,7 @@

    Return Value

    feature DAOs

    @@ -6252,7 +6252,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureTiles.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureTiles.html index 8bd6db0a..a161570b 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureTiles.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGFeatureTiles.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5046,7 +5046,7 @@

    GPKGFeatureTiles

    from those features.

    @@ -5082,7 +5082,7 @@

    Declaration

    @@ -5117,7 +5117,7 @@

    Declaration

    @@ -5152,7 +5152,7 @@

    Declaration

    @@ -5187,7 +5187,7 @@

    Declaration

    @@ -5222,7 +5222,7 @@

    Declaration

    @@ -5257,7 +5257,7 @@

    Declaration

    @@ -5292,7 +5292,7 @@

    Declaration

    @@ -5327,7 +5327,7 @@

    Declaration

    @@ -5362,7 +5362,7 @@

    Declaration

    @@ -5397,7 +5397,7 @@

    Declaration

    @@ -5432,7 +5432,7 @@

    Declaration

    @@ -5467,7 +5467,7 @@

    Declaration

    @@ -5502,7 +5502,7 @@

    Declaration

    @@ -5537,7 +5537,7 @@

    Declaration

    @@ -5572,7 +5572,7 @@

    Declaration

    @@ -5607,7 +5607,7 @@

    Declaration

    @@ -5643,7 +5643,7 @@

    Declaration

    @@ -5679,7 +5679,7 @@

    Declaration

    @@ -5714,7 +5714,7 @@

    Declaration

    @@ -5749,7 +5749,7 @@

    Declaration

    @@ -5784,7 +5784,7 @@

    Declaration

    @@ -5819,7 +5819,7 @@

    Declaration

    @@ -5877,7 +5877,7 @@

    Return Value

    new feature tiles

    @@ -5948,7 +5948,7 @@

    Return Value

    new feature tiles

    @@ -6032,7 +6032,7 @@

    Return Value

    new feature tiles

    @@ -6103,7 +6103,7 @@

    Return Value

    new feature tiles

    @@ -6187,7 +6187,7 @@

    Return Value

    new feature tiles

    @@ -6284,7 +6284,7 @@

    Return Value

    new feature tiles

    @@ -6394,7 +6394,7 @@

    Return Value

    new feature tiles

    @@ -6433,7 +6433,7 @@

    Return Value

    feature dao

    @@ -6468,7 +6468,7 @@

    Declaration

    @@ -6504,7 +6504,7 @@

    Declaration

    @@ -6558,7 +6558,7 @@

    Parameters

    @@ -6597,7 +6597,7 @@

    Return Value

    true if an index query

    @@ -6632,7 +6632,7 @@

    Declaration

    @@ -6667,7 +6667,7 @@

    Declaration

    @@ -6702,7 +6702,7 @@

    Declaration

    @@ -6756,7 +6756,7 @@

    Parameters

    @@ -6791,7 +6791,7 @@

    Declaration

    @@ -6845,7 +6845,7 @@

    Parameters

    @@ -6880,7 +6880,7 @@

    Declaration

    @@ -6934,7 +6934,7 @@

    Parameters

    @@ -7016,7 +7016,7 @@

    Return Value

    tile data, or nil

    @@ -7098,7 +7098,7 @@

    Return Value

    tile image, or nil

    @@ -7180,7 +7180,7 @@

    Return Value

    tile image, or nil

    @@ -7262,7 +7262,7 @@

    Return Value

    feature count

    @@ -7321,7 +7321,7 @@

    Return Value

    feature count

    @@ -7405,7 +7405,7 @@

    Return Value

    feature index results

    @@ -7464,7 +7464,7 @@

    Return Value

    feature index results

    @@ -7536,7 +7536,7 @@

    Return Value

    bounding box

    @@ -7596,7 +7596,7 @@

    Return Value

    bounding box

    @@ -7669,7 +7669,7 @@

    Return Value

    bounding box

    @@ -7752,7 +7752,7 @@

    Return Value

    tile image, or nil

    @@ -7791,7 +7791,7 @@

    Return Value

    pixel bounds

    @@ -7849,7 +7849,7 @@

    Return Value

    pixel bounds

    @@ -7933,7 +7933,7 @@

    Return Value

    tile image

    @@ -8017,7 +8017,7 @@

    Return Value

    tile image

    @@ -8101,7 +8101,7 @@

    Return Value

    tile image

    @@ -8111,7 +8111,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGeoPackage.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGeoPackage.html index 2fbbeaee..2a38fd6d 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGeoPackage.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGeoPackage.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGGeoPackage

    A single GeoPackage database connection

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5151,7 +5151,7 @@

    Declaration

    @@ -5186,7 +5186,7 @@

    Declaration

    @@ -5221,7 +5221,7 @@

    Declaration

    @@ -5293,7 +5293,7 @@

    Return Value

    new GeoPackage

    @@ -5328,7 +5328,7 @@

    Declaration

    @@ -5367,7 +5367,7 @@

    Return Value

    table creator

    @@ -5406,7 +5406,7 @@

    Return Value

    application id

    @@ -5445,7 +5445,7 @@

    Return Value

    application id integer

    @@ -5484,7 +5484,7 @@

    Return Value

    application id hex string

    @@ -5523,7 +5523,7 @@

    Return Value

    user version

    @@ -5562,7 +5562,7 @@

    Return Value

    major user version

    @@ -5601,7 +5601,7 @@

    Return Value

    minor user version

    @@ -5640,7 +5640,7 @@

    Return Value

    patch user version

    @@ -5679,7 +5679,7 @@

    Return Value

    feature table names

    @@ -5718,7 +5718,7 @@

    Return Value

    tile table names

    @@ -5757,7 +5757,7 @@

    Return Value

    attributes table names

    @@ -5815,7 +5815,7 @@

    Return Value

    table names

    @@ -5873,7 +5873,7 @@

    Return Value

    table names

    @@ -5931,7 +5931,7 @@

    Return Value

    table names

    @@ -5989,7 +5989,7 @@

    Return Value

    table names

    @@ -6047,7 +6047,7 @@

    Return Value

    contents

    @@ -6105,7 +6105,7 @@

    Return Value

    contents

    @@ -6163,7 +6163,7 @@

    Return Value

    contents

    @@ -6221,7 +6221,7 @@

    Return Value

    contents

    @@ -6260,7 +6260,7 @@

    Return Value

    feature and tile table names

    @@ -6318,7 +6318,7 @@

    Return Value

    true if a feature table

    @@ -6376,7 +6376,7 @@

    Return Value

    true if a tile table

    @@ -6434,7 +6434,7 @@

    Return Value

    true if a tile table

    @@ -6504,7 +6504,7 @@

    Return Value

    true if the type of table

    @@ -6574,7 +6574,7 @@

    Return Value

    true if the type of table

    @@ -6644,7 +6644,7 @@

    Return Value

    true if the type of table

    @@ -6714,7 +6714,7 @@

    Return Value

    true if the type of table

    @@ -6772,7 +6772,7 @@

    Return Value

    true if a user contents table

    @@ -6830,7 +6830,7 @@

    Return Value

    true if a table

    @@ -6888,7 +6888,7 @@

    Return Value

    true if a view

    @@ -6946,7 +6946,7 @@

    Return Value

    true if a table or view

    @@ -7004,7 +7004,7 @@

    Return Value

    contents

    @@ -7062,7 +7062,7 @@

    Return Value

    table type

    @@ -7120,7 +7120,7 @@

    Return Value

    table type or -1 if not an enumerated type

    @@ -7159,7 +7159,7 @@

    Return Value

    number of feature tables

    @@ -7198,7 +7198,7 @@

    Return Value

    number of tile tables

    @@ -7237,7 +7237,7 @@

    Return Value

    number of feature and tile tables

    @@ -7296,7 +7296,7 @@

    Return Value

    bounding box

    @@ -7355,7 +7355,7 @@

    Return Value

    bounding box

    @@ -7427,7 +7427,7 @@

    Return Value

    bounding box

    @@ -7486,7 +7486,7 @@

    Return Value

    bounding box

    @@ -7558,7 +7558,7 @@

    Return Value

    bounding box

    @@ -7617,7 +7617,7 @@

    Return Value

    bounding box

    @@ -7689,7 +7689,7 @@

    Return Value

    bounding box

    @@ -7748,7 +7748,7 @@

    Return Value

    bounding box

    @@ -7820,7 +7820,7 @@

    Return Value

    bounding box

    @@ -7892,7 +7892,7 @@

    Return Value

    bounding box

    @@ -7977,7 +7977,7 @@

    Return Value

    bounding box

    @@ -8036,7 +8036,7 @@

    Return Value

    bounding box

    @@ -8108,7 +8108,7 @@

    Return Value

    bounding box

    @@ -8180,7 +8180,7 @@

    Return Value

    bounding box

    @@ -8265,7 +8265,7 @@

    Return Value

    bounding box

    @@ -8323,7 +8323,7 @@

    Return Value

    projection

    @@ -8381,7 +8381,7 @@

    Return Value

    projection

    @@ -8465,7 +8465,7 @@

    Return Value

    bounding box

    @@ -8504,7 +8504,7 @@

    Return Value

    Spatial Reference System DAO

    @@ -8543,7 +8543,7 @@

    Return Value

    Contents DAO

    @@ -8582,7 +8582,7 @@

    Return Value

    Geometry Columns DAO

    @@ -8621,7 +8621,7 @@

    Return Value

    true if created

    @@ -8679,7 +8679,7 @@

    Parameters

    @@ -8739,7 +8739,7 @@

    Return Value

    feature table

    @@ -8778,7 +8778,7 @@

    Return Value

    Tile Matrix Set DAO

    @@ -8817,7 +8817,7 @@

    Return Value

    true if created

    @@ -8856,7 +8856,7 @@

    Return Value

    Tile Matrix DAO

    @@ -8895,7 +8895,7 @@

    Return Value

    true if created

    @@ -8953,7 +8953,7 @@

    Parameters

    @@ -9013,7 +9013,7 @@

    Return Value

    tile table

    @@ -9071,7 +9071,7 @@

    Parameters

    @@ -9131,7 +9131,7 @@

    Return Value

    attributes table

    @@ -9170,7 +9170,7 @@

    Return Value

    Extensions DAO

    @@ -9209,7 +9209,7 @@

    Return Value

    true if created

    @@ -9263,7 +9263,7 @@

    Parameters

    @@ -9317,7 +9317,7 @@

    Parameters

    @@ -9352,7 +9352,7 @@

    Declaration

    @@ -9411,7 +9411,7 @@

    Return Value

    Feature DAO

    @@ -9469,7 +9469,7 @@

    Return Value

    Feature DAO

    @@ -9527,7 +9527,7 @@

    Return Value

    feature dao

    @@ -9585,7 +9585,7 @@

    Return Value

    Feature DAO

    @@ -9643,7 +9643,7 @@

    Return Value

    Tile DAO

    @@ -9701,7 +9701,7 @@

    Return Value

    Tile DAO

    @@ -9759,7 +9759,7 @@

    Return Value

    tile dao

    @@ -9817,7 +9817,7 @@

    Return Value

    Tile DAO

    @@ -9875,7 +9875,7 @@

    Return Value

    attributes dao

    @@ -9933,7 +9933,7 @@

    Return Value

    attributes dao

    @@ -9991,7 +9991,7 @@

    Return Value

    attributes dao

    @@ -10049,7 +10049,7 @@

    Return Value

    user custom dao

    @@ -10107,7 +10107,7 @@

    Return Value

    user custom dao

    @@ -10161,7 +10161,7 @@

    Parameters

    @@ -10196,7 +10196,7 @@

    Declaration

    @@ -10231,7 +10231,7 @@

    Declaration

    @@ -10266,7 +10266,7 @@

    Declaration

    @@ -10305,7 +10305,7 @@

    Return Value

    true if in transaction

    @@ -10346,7 +10346,7 @@

    Return Value

    violations and not enabled

    @@ -10385,7 +10385,7 @@

    Return Value

    true if enabled, false if disabled

    @@ -10443,7 +10443,7 @@

    Return Value

    previous foreign keys value

    @@ -10484,7 +10484,7 @@

    Declaration

    @@ -10539,7 +10539,7 @@

    Parameters

    @@ -10605,7 +10605,7 @@

    Parameters

    @@ -10671,7 +10671,7 @@

    Parameters

    @@ -10738,7 +10738,7 @@

    Parameters

    @@ -10804,7 +10804,7 @@

    Parameters

    @@ -10839,7 +10839,7 @@

    Declaration

    @@ -10909,7 +10909,7 @@

    Return Value

    result set

    @@ -10948,7 +10948,7 @@

    Return Value

    nil if check passed, open result set with results if failed

    @@ -11006,7 +11006,7 @@

    Return Value

    null if check passed, open result set with results if failed

    @@ -11045,7 +11045,7 @@

    Return Value

    nil if check passed, open result set with results if failed

    @@ -11084,7 +11084,7 @@

    Return Value

    nil if check passed, open result set with results if failed

    @@ -11138,7 +11138,7 @@

    Parameters

    @@ -11148,7 +11148,7 @@

    Parameters

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGeoPackageCache.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGeoPackageCache.html index fd241df3..5d6116da 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGeoPackageCache.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGeoPackageCache.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGGeoPackageCache

    GeoPackage Cache to maintain opened GeoPackages

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5139,7 +5139,7 @@

    Return Value

    new cache

    @@ -5197,7 +5197,7 @@

    Return Value

    open GeoPackage

    @@ -5255,7 +5255,7 @@

    Return Value

    open GeoPackage

    @@ -5294,7 +5294,7 @@

    Return Value

    cached GeoPackage names

    @@ -5333,7 +5333,7 @@

    Return Value

    cached GeoPackages

    @@ -5391,7 +5391,7 @@

    Return Value

    true if has cached GeoPackage

    @@ -5449,7 +5449,7 @@

    Return Value

    cached GeoPackage

    @@ -5507,7 +5507,7 @@

    Return Value

    true if exists

    @@ -5542,7 +5542,7 @@

    Declaration

    @@ -5596,7 +5596,7 @@

    Parameters

    @@ -5650,7 +5650,7 @@

    Parameters

    @@ -5709,7 +5709,7 @@

    Return Value

    removed GeoPackage

    @@ -5745,7 +5745,7 @@

    Declaration

    @@ -5803,7 +5803,7 @@

    Return Value

    true if found and closed

    @@ -5857,7 +5857,7 @@

    Parameters

    @@ -5911,7 +5911,7 @@

    Parameters

    @@ -5965,7 +5965,7 @@

    Parameters

    @@ -6023,7 +6023,7 @@

    Return Value

    true if closed

    @@ -6082,7 +6082,7 @@

    Return Value

    true if closed

    @@ -6092,7 +6092,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGeoPackageFactory.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGeoPackageFactory.html index 37a0fba8..0e70ae50 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGeoPackageFactory.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGeoPackageFactory.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGGeoPackageFactory

    GeoPackage Factory to get a GeoPackage Manager

    @@ -5085,7 +5085,7 @@

    Return Value

    GeoPackage Manager

    @@ -5095,7 +5095,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGeoPackageManager.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGeoPackageManager.html index b438a573..2417d81c 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGeoPackageManager.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGeoPackageManager.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGGeoPackageManager

    GeoPackage Database management. Maintains an active connection to the metadata database, close when done.

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5151,7 +5151,7 @@

    Declaration

    @@ -5186,7 +5186,7 @@

    Declaration

    @@ -5221,7 +5221,7 @@

    Declaration

    @@ -5260,7 +5260,7 @@

    Return Value

    manager

    @@ -5295,7 +5295,7 @@

    Declaration

    @@ -5334,7 +5334,7 @@

    Return Value

    database names

    @@ -5392,7 +5392,7 @@

    Return Value

    database names

    @@ -5450,7 +5450,7 @@

    Return Value

    database names

    @@ -5489,7 +5489,7 @@

    Return Value

    database count

    @@ -5547,7 +5547,7 @@

    Return Value

    path

    @@ -5605,7 +5605,7 @@

    Return Value

    documents path

    @@ -5663,7 +5663,7 @@

    Return Value

    true if exists, false if not

    @@ -5721,7 +5721,7 @@

    Return Value

    bytes

    @@ -5779,7 +5779,7 @@

    Return Value

    string size

    @@ -5837,7 +5837,7 @@

    Return Value

    true if deleted

    @@ -5907,7 +5907,7 @@

    Return Value

    true if deleted

    @@ -5946,7 +5946,7 @@

    Return Value

    true if deleted

    @@ -6004,7 +6004,7 @@

    Return Value

    true if deleted

    @@ -6062,7 +6062,7 @@

    Return Value

    true if created

    @@ -6132,7 +6132,7 @@

    Return Value

    true if created

    @@ -6190,7 +6190,7 @@

    Return Value

    true if imported

    @@ -6260,7 +6260,7 @@

    Return Value

    true if imported

    @@ -6331,7 +6331,7 @@

    Return Value

    true if imported

    @@ -6401,7 +6401,7 @@

    Return Value

    true if imported

    @@ -6485,7 +6485,7 @@

    Return Value

    true if imported

    @@ -6569,7 +6569,7 @@

    Return Value

    true if imported

    @@ -6653,7 +6653,7 @@

    Return Value

    true if imported

    @@ -6737,7 +6737,7 @@

    Return Value

    true if imported

    @@ -6834,7 +6834,7 @@

    Return Value

    true if imported

    @@ -6931,7 +6931,7 @@

    Return Value

    true if imported

    @@ -7041,7 +7041,7 @@

    Return Value

    true if imported

    @@ -7095,7 +7095,7 @@

    Parameters

    @@ -7162,7 +7162,7 @@

    Parameters

    @@ -7228,7 +7228,7 @@

    Parameters

    @@ -7308,7 +7308,7 @@

    Parameters

    @@ -7388,7 +7388,7 @@

    Parameters

    @@ -7481,7 +7481,7 @@

    Parameters

    @@ -7561,7 +7561,7 @@

    Parameters

    @@ -7654,7 +7654,7 @@

    Parameters

    @@ -7734,7 +7734,7 @@

    Parameters

    @@ -7827,7 +7827,7 @@

    Parameters

    @@ -7920,7 +7920,7 @@

    Parameters

    @@ -8026,7 +8026,7 @@

    Parameters

    @@ -8119,7 +8119,7 @@

    Parameters

    @@ -8225,7 +8225,7 @@

    Parameters

    @@ -8331,7 +8331,7 @@

    Parameters

    @@ -8450,7 +8450,7 @@

    Parameters

    @@ -8521,7 +8521,7 @@

    Return Value

    exported file

    @@ -8605,7 +8605,7 @@

    Return Value

    exported file

    @@ -8663,7 +8663,7 @@

    Return Value

    GeoPackage

    @@ -8721,7 +8721,7 @@

    Return Value

    true if valid, false if not

    @@ -8779,7 +8779,7 @@

    Return Value

    true if valid, false if not

    @@ -8837,7 +8837,7 @@

    Return Value

    true if valid, false if not

    @@ -8907,7 +8907,7 @@

    Return Value

    true if copied

    @@ -8991,7 +8991,7 @@

    Return Value

    true if copied

    @@ -9061,7 +9061,7 @@

    Return Value

    true if renamed

    @@ -9145,7 +9145,7 @@

    Return Value

    true if renamed

    @@ -9215,7 +9215,7 @@

    Return Value

    true if moved

    @@ -9285,7 +9285,7 @@

    Return Value

    true if imported successfully

    @@ -9295,7 +9295,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGeoPackageMetadata.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGeoPackageMetadata.html index e5762070..9ce68f36 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGeoPackageMetadata.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGeoPackageMetadata.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGGeoPackageMetadata

    GeoPackage Metadata

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5151,7 +5151,7 @@

    Declaration

    @@ -5161,7 +5161,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGeoPackageMetadataDao.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGeoPackageMetadataDao.html index 9e6b4780..c75fece7 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGeoPackageMetadataDao.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGeoPackageMetadataDao.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGGeoPackageMetadataDao

    GeoPackage Metadata Data Access Object

    @@ -5104,7 +5104,7 @@

    Return Value

    new GeoPackage metadata DAO

    @@ -5162,7 +5162,7 @@

    Return Value

    true if deleted

    @@ -5220,7 +5220,7 @@

    Return Value

    true if deleted

    @@ -5291,7 +5291,7 @@

    Return Value

    true if renamed

    @@ -5361,7 +5361,7 @@

    Return Value

    true if renamed

    @@ -5400,7 +5400,7 @@

    Return Value

    all metadata

    @@ -5439,7 +5439,7 @@

    Return Value

    metadata names

    @@ -5478,7 +5478,7 @@

    Return Value

    sorted metadata names

    @@ -5536,7 +5536,7 @@

    Return Value

    metadata

    @@ -5594,7 +5594,7 @@

    Return Value

    metadata

    @@ -5652,7 +5652,7 @@

    Return Value

    existing or created metadata

    @@ -5710,7 +5710,7 @@

    Return Value

    true if exists

    @@ -5780,7 +5780,7 @@

    Return Value

    metadata names

    @@ -5851,7 +5851,7 @@

    Return Value

    metadata names

    @@ -5861,7 +5861,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGeoPackageMetadataTableCreator.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGeoPackageMetadataTableCreator.html index 7f58e9d8..b1960756 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGeoPackageMetadataTableCreator.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGeoPackageMetadataTableCreator.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGGeoPackageMetadataTableCreator

    GeoPackage Metadata Table Creator

    @@ -5104,7 +5104,7 @@

    Return Value

    new metadata table creator

    @@ -5143,7 +5143,7 @@

    Return Value

    tables created

    @@ -5182,7 +5182,7 @@

    Return Value

    tables created

    @@ -5221,7 +5221,7 @@

    Return Value

    tables created

    @@ -5256,7 +5256,7 @@

    Declaration

    @@ -5266,7 +5266,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGeoPackageOverlay.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGeoPackageOverlay.html index a0df1da5..66ac277e 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGeoPackageOverlay.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGeoPackageOverlay.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGGeoPackageOverlay

    GeoPackage Tile Overlay

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5120,7 +5120,7 @@

    Return Value

    map rectangle

    @@ -5178,7 +5178,7 @@

    Return Value

    new tile dao

    @@ -5262,7 +5262,7 @@

    Return Value

    new tile dao

    @@ -5333,7 +5333,7 @@

    Return Value

    new tile dao

    @@ -5430,7 +5430,7 @@

    Return Value

    new tile dao

    @@ -5440,7 +5440,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGeoPackageTableCreator.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGeoPackageTableCreator.html index 17c6b40e..f0457e61 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGeoPackageTableCreator.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGeoPackageTableCreator.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGGeoPackageTableCreator

    Executes database scripts to create GeoPackage tables

    @@ -5104,7 +5104,7 @@

    Return Value

    new GeoPackage table creator

    @@ -5143,7 +5143,7 @@

    Return Value

    tables created

    @@ -5182,7 +5182,7 @@

    Return Value

    tables created

    @@ -5221,7 +5221,7 @@

    Return Value

    tables created

    @@ -5260,7 +5260,7 @@

    Return Value

    tables created

    @@ -5299,7 +5299,7 @@

    Return Value

    tables created

    @@ -5338,7 +5338,7 @@

    Return Value

    tables created

    @@ -5377,7 +5377,7 @@

    Return Value

    tables created

    @@ -5416,7 +5416,7 @@

    Return Value

    tables created

    @@ -5455,7 +5455,7 @@

    Return Value

    tables created

    @@ -5494,7 +5494,7 @@

    Return Value

    tables created

    @@ -5533,7 +5533,7 @@

    Return Value

    executed statements

    @@ -5572,7 +5572,7 @@

    Return Value

    executed statements

    @@ -5611,7 +5611,7 @@

    Return Value

    executed statements

    @@ -5650,7 +5650,7 @@

    Return Value

    executed statements

    @@ -5704,7 +5704,7 @@

    Parameters

    @@ -5739,7 +5739,7 @@

    Declaration

    @@ -5793,7 +5793,7 @@

    Parameters

    @@ -5847,7 +5847,7 @@

    Parameters

    @@ -5857,7 +5857,7 @@

    Parameters

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGeoPackageTile.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGeoPackageTile.html index e2038ade..bf23b380 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGeoPackageTile.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGeoPackageTile.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGGeoPackageTile

    GeoPackage tile wrapper containing tile dimensions and raw image data

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5151,7 +5151,7 @@

    Declaration

    @@ -5235,7 +5235,7 @@

    Return Value

    new instance

    @@ -5245,7 +5245,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGeoPackageTileRetriever.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGeoPackageTileRetriever.html index 0f4ff373..4ee07032 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGeoPackageTileRetriever.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGeoPackageTileRetriever.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGGeoPackageTileRetriever

    GeoPackage Tile Retriever, retrieves a tile from a GeoPackage from XYZ coordinates

    @@ -5104,7 +5104,7 @@

    Return Value

    new instance

    @@ -5188,7 +5188,7 @@

    Return Value

    new instance

    @@ -5227,7 +5227,7 @@

    Return Value

    web mercator bounding box

    @@ -5266,7 +5266,7 @@

    Return Value

    tile scaling options

    @@ -5320,7 +5320,7 @@

    Parameters

    @@ -5330,7 +5330,7 @@

    Parameters

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGeoPackageValidate.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGeoPackageValidate.html index 59f66ff1..bfd7b5f3 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGeoPackageValidate.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGeoPackageValidate.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGGeoPackageValidate

    Performs GeoPackage validations

    @@ -5104,7 +5104,7 @@

    Return Value

    true if GeoPackage extension

    @@ -5162,7 +5162,7 @@

    Return Value

    true if GeoPackage extension

    @@ -5216,7 +5216,7 @@

    Parameters

    @@ -5274,7 +5274,7 @@

    Return Value

    GeoPackage name with extension

    @@ -5332,7 +5332,7 @@

    Return Value

    true if has minimum tables

    @@ -5386,7 +5386,7 @@

    Parameters

    @@ -5396,7 +5396,7 @@

    Parameters

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGeometryColumns.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGeometryColumns.html index 02e84c29..1a8ae1b8 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGeometryColumns.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGeometryColumns.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5046,7 +5046,7 @@

    GPKGGeometryColumns

    contain user data representing features.

    @@ -5082,7 +5082,7 @@

    Declaration

    @@ -5117,7 +5117,7 @@

    Declaration

    @@ -5153,7 +5153,7 @@

    Declaration

    @@ -5188,7 +5188,7 @@

    Declaration

    @@ -5223,7 +5223,7 @@

    Declaration

    @@ -5258,7 +5258,7 @@

    Declaration

    @@ -5297,7 +5297,7 @@

    Return Value

    geometry type

    @@ -5351,7 +5351,7 @@

    Parameters

    @@ -5405,7 +5405,7 @@

    Parameters

    @@ -5459,7 +5459,7 @@

    Parameters

    @@ -5469,7 +5469,7 @@

    Parameters

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGeometryColumnsDao.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGeometryColumnsDao.html index f1fba890..c44dd24b 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGeometryColumnsDao.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGeometryColumnsDao.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGGeometryColumnsDao

    Geometry Columns Data Access Object

    @@ -5104,7 +5104,7 @@

    Return Value

    dao

    @@ -5162,7 +5162,7 @@

    Return Value

    new geometry columns dao

    @@ -5220,7 +5220,7 @@

    Return Value

    geometry columns

    @@ -5259,7 +5259,7 @@

    Return Value

    feature tables

    @@ -5317,7 +5317,7 @@

    Return Value

    srs

    @@ -5375,7 +5375,7 @@

    Return Value

    contents

    @@ -5385,7 +5385,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGeometryCrop.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGeometryCrop.html index b44c0e33..6a5bb213 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGeometryCrop.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGeometryCrop.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGGeometryCrop

    Geometry Crop utilities

    @@ -5114,7 +5114,7 @@

    Parameters

    @@ -5194,7 +5194,7 @@

    Parameters

    @@ -5266,7 +5266,7 @@

    Return Value

    cropped geometry

    @@ -5350,7 +5350,7 @@

    Return Value

    cropped geometry

    @@ -5408,7 +5408,7 @@

    Return Value

    envelope

    @@ -5418,7 +5418,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGeometryData.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGeometryData.html index 95eead19..072709f0 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGeometryData.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGeometryData.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGGeometryData

    GeoPackage Geometry Data

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5151,7 +5151,7 @@

    Declaration

    @@ -5186,7 +5186,7 @@

    Declaration

    @@ -5221,7 +5221,7 @@

    Declaration

    @@ -5256,7 +5256,7 @@

    Declaration

    @@ -5291,7 +5291,7 @@

    Declaration

    @@ -5330,7 +5330,7 @@

    Return Value

    geometry filter

    @@ -5384,7 +5384,7 @@

    Parameters

    @@ -5423,7 +5423,7 @@

    Return Value

    SRS id

    @@ -5477,7 +5477,7 @@

    Parameters

    @@ -5516,7 +5516,7 @@

    Return Value

    byte order

    @@ -5570,7 +5570,7 @@

    Parameters

    @@ -5609,7 +5609,7 @@

    Return Value

    geometry data

    @@ -5648,7 +5648,7 @@

    Return Value

    geometry data

    @@ -5688,7 +5688,7 @@

    Return Value

    geometry data

    @@ -5746,7 +5746,7 @@

    Return Value

    geometry data

    @@ -5817,7 +5817,7 @@

    Return Value

    geometry data

    @@ -5888,7 +5888,7 @@

    Return Value

    geometry data

    @@ -5928,7 +5928,7 @@

    Return Value

    geometry data

    @@ -5969,7 +5969,7 @@

    Return Value

    geometry data

    @@ -6040,7 +6040,7 @@

    Return Value

    geometry data

    @@ -6113,7 +6113,7 @@

    Return Value

    geometry data

    @@ -6171,7 +6171,7 @@

    Return Value

    geometry data

    @@ -6211,7 +6211,7 @@

    Return Value

    geometry data

    @@ -6295,7 +6295,7 @@

    Return Value

    geometry data

    @@ -6353,7 +6353,7 @@

    Return Value

    geometry data

    @@ -6393,7 +6393,7 @@

    Return Value

    geometry data

    @@ -6433,7 +6433,7 @@

    Return Value

    geometry data

    @@ -6503,7 +6503,7 @@

    Return Value

    geometry data

    @@ -6574,7 +6574,7 @@

    Return Value

    geometry data

    @@ -6614,7 +6614,7 @@

    Return Value

    geometry data

    @@ -6655,7 +6655,7 @@

    Return Value

    geometry data

    @@ -6727,7 +6727,7 @@

    Return Value

    geometry data

    @@ -6799,7 +6799,7 @@

    Return Value

    geometry data

    @@ -6857,7 +6857,7 @@

    Return Value

    geometry

    @@ -6897,7 +6897,7 @@

    Return Value

    geometry data

    @@ -6937,7 +6937,7 @@

    Return Value

    geometry data

    @@ -7008,7 +7008,7 @@

    Return Value

    geometry data

    @@ -7079,7 +7079,7 @@

    Return Value

    geometry data

    @@ -7119,7 +7119,7 @@

    Return Value

    geometry data

    @@ -7160,7 +7160,7 @@

    Return Value

    geometry data

    @@ -7232,7 +7232,7 @@

    Return Value

    geometry data

    @@ -7304,7 +7304,7 @@

    Return Value

    geometry data

    @@ -7362,7 +7362,7 @@

    Return Value

    geometry

    @@ -7402,7 +7402,7 @@

    Return Value

    GeoPackage geometry byte data

    @@ -7442,7 +7442,7 @@

    Return Value

    GeoPackage geometry byte data

    @@ -7512,7 +7512,7 @@

    Return Value

    GeoPackage geometry byte data

    @@ -7583,7 +7583,7 @@

    Return Value

    GeoPackage geometry byte data

    @@ -7623,7 +7623,7 @@

    Return Value

    GeoPackage geometry byte data

    @@ -7663,7 +7663,7 @@

    Return Value

    GeoPackage geometry byte data

    @@ -7733,7 +7733,7 @@

    Return Value

    GeoPackage geometry byte data

    @@ -7804,7 +7804,7 @@

    Return Value

    GeoPackage geometry byte data

    @@ -7844,7 +7844,7 @@

    Return Value

    GeoPackage geometry byte data

    @@ -7884,7 +7884,7 @@

    Return Value

    GeoPackage geometry byte data

    @@ -7954,7 +7954,7 @@

    Return Value

    GeoPackage geometry byte data

    @@ -8025,7 +8025,7 @@

    Return Value

    GeoPackage geometry byte data

    @@ -8083,7 +8083,7 @@

    Return Value

    well-known byte data

    @@ -8141,7 +8141,7 @@

    Return Value

    well-known byte data

    @@ -8199,7 +8199,7 @@

    Return Value

    well-known byte data

    @@ -8257,7 +8257,7 @@

    Return Value

    well-known byte data

    @@ -8315,7 +8315,7 @@

    Return Value

    well-known text

    @@ -8373,7 +8373,7 @@

    Return Value

    well-known text

    @@ -8431,7 +8431,7 @@

    Return Value

    well-known text

    @@ -8489,7 +8489,7 @@

    Return Value

    well-known text

    @@ -8528,7 +8528,7 @@

    Return Value

    new geometry data

    @@ -8567,7 +8567,7 @@

    Return Value

    new geometry data

    @@ -8638,7 +8638,7 @@

    Return Value

    new geometry data

    @@ -8696,7 +8696,7 @@

    Return Value

    new geometry data

    @@ -8767,7 +8767,7 @@

    Return Value

    new geometry data

    @@ -8851,7 +8851,7 @@

    Return Value

    new geometry data

    @@ -8891,7 +8891,7 @@

    Return Value

    new geometry data

    @@ -8975,7 +8975,7 @@

    Return Value

    new geometry data

    @@ -9033,7 +9033,7 @@

    Return Value

    new geometry data

    @@ -9091,7 +9091,7 @@

    Return Value

    new geometry data

    @@ -9145,7 +9145,7 @@

    Parameters

    @@ -9184,7 +9184,7 @@

    Return Value

    byte data

    @@ -9223,7 +9223,7 @@

    Return Value

    bounding box

    @@ -9262,7 +9262,7 @@

    Return Value

    geometry

    @@ -9316,7 +9316,7 @@

    Parameters

    @@ -9382,7 +9382,7 @@

    Parameters

    @@ -9436,7 +9436,7 @@

    Parameters

    @@ -9472,7 +9472,7 @@

    Declaration

    @@ -9530,7 +9530,7 @@

    Return Value

    geometry byte data

    @@ -9588,7 +9588,7 @@

    Return Value

    geometry byte data

    @@ -9642,7 +9642,7 @@

    Parameters

    @@ -9696,7 +9696,7 @@

    Parameters

    @@ -9731,7 +9731,7 @@

    Declaration

    @@ -9766,7 +9766,7 @@

    Declaration

    @@ -9801,7 +9801,7 @@

    Declaration

    @@ -9841,7 +9841,7 @@

    Return Value

    byte data

    @@ -9880,7 +9880,7 @@

    Return Value

    header byte data

    @@ -9919,7 +9919,7 @@

    Return Value

    wkb byte data

    @@ -9958,7 +9958,7 @@

    Return Value

    well-known text string

    @@ -9998,7 +9998,7 @@

    Return Value

    geometry envelope

    @@ -10037,7 +10037,7 @@

    Return Value

    geometry envelope

    @@ -10077,7 +10077,7 @@

    Return Value

    bounding box

    @@ -10116,7 +10116,7 @@

    Return Value

    bounding box

    @@ -10176,7 +10176,7 @@

    Return Value

    flag indicator

    @@ -10234,7 +10234,7 @@

    Return Value

    transformed geometry data

    @@ -10244,7 +10244,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGeometryExtensions.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGeometryExtensions.html index bc596d70..3699eb45 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGeometryExtensions.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGeometryExtensions.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5047,7 +5047,7 @@

    GPKGGeometryExtensions

    https://www.geopackage.org/spec/#extension_geometry_types

    @@ -5083,7 +5083,7 @@

    Declaration

    @@ -5125,7 +5125,7 @@

    Declaration

    @@ -5183,7 +5183,7 @@

    Return Value

    new instance

    @@ -5267,7 +5267,7 @@

    Return Value

    extension

    @@ -5351,7 +5351,7 @@

    Return Value

    true if has extension

    @@ -5409,7 +5409,7 @@

    Return Value

    true if an extension

    @@ -5467,7 +5467,7 @@

    Return Value

    true if non standard

    @@ -5525,7 +5525,7 @@

    Return Value

    true if a GeoPackage extension

    @@ -5583,7 +5583,7 @@

    Return Value

    extension name

    @@ -5687,7 +5687,7 @@

    Return Value

    interoperability concerns. (GeoPackage version 1.2)

    @@ -5791,7 +5791,7 @@

    Return Value

    interoperability concerns. (GeoPackage version 1.2)

    @@ -5870,7 +5870,7 @@

    Return Value

    interoperability concerns. (GeoPackage version 1.2)

    @@ -5880,7 +5880,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGeometryIndex.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGeometryIndex.html index fd837d04..2c543ed1 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGeometryIndex.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGeometryIndex.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGGeometryIndex

    Geometry Index object, for indexing geometries within user feature tables

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5151,7 +5151,7 @@

    Declaration

    @@ -5186,7 +5186,7 @@

    Declaration

    @@ -5221,7 +5221,7 @@

    Declaration

    @@ -5256,7 +5256,7 @@

    Declaration

    @@ -5291,7 +5291,7 @@

    Declaration

    @@ -5326,7 +5326,7 @@

    Declaration

    @@ -5361,7 +5361,7 @@

    Declaration

    @@ -5396,7 +5396,7 @@

    Declaration

    @@ -5450,7 +5450,7 @@

    Parameters

    @@ -5460,7 +5460,7 @@

    Parameters

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGeometryIndexDao.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGeometryIndexDao.html index 3ff1a850..2726ee82 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGeometryIndexDao.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGeometryIndexDao.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGGeometryIndexDao

    Geometry Index Data Access Object

    @@ -5104,7 +5104,7 @@

    Return Value

    dao

    @@ -5162,7 +5162,7 @@

    Return Value

    new geometry index dao

    @@ -5220,7 +5220,7 @@

    Return Value

    table index

    @@ -5278,7 +5278,7 @@

    Return Value

    geometry index results

    @@ -5336,7 +5336,7 @@

    Return Value

    count

    @@ -5420,7 +5420,7 @@

    Return Value

    geometry index

    @@ -5430,7 +5430,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGeometryIndexTableCreator.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGeometryIndexTableCreator.html index 6dacc64f..81d9bf0d 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGeometryIndexTableCreator.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGeometryIndexTableCreator.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGGeometryIndexTableCreator

    Geometry Index Extension Table Creator

    @@ -5104,7 +5104,7 @@

    Return Value

    new geometry index table creator

    @@ -5143,7 +5143,7 @@

    Return Value

    tables created

    @@ -5182,7 +5182,7 @@

    Return Value

    tables created

    @@ -5221,7 +5221,7 @@

    Return Value

    executed statements

    @@ -5260,7 +5260,7 @@

    Return Value

    executed statements

    @@ -5270,7 +5270,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGeometryMetadata.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGeometryMetadata.html index c31f63f2..d6f21e0f 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGeometryMetadata.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGeometryMetadata.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGGeometryMetadata

    Geometry Metadata

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5151,7 +5151,7 @@

    Declaration

    @@ -5186,7 +5186,7 @@

    Declaration

    @@ -5221,7 +5221,7 @@

    Declaration

    @@ -5256,7 +5256,7 @@

    Declaration

    @@ -5291,7 +5291,7 @@

    Declaration

    @@ -5326,7 +5326,7 @@

    Declaration

    @@ -5361,7 +5361,7 @@

    Declaration

    @@ -5396,7 +5396,7 @@

    Declaration

    @@ -5431,7 +5431,7 @@

    Declaration

    @@ -5470,7 +5470,7 @@

    Return Value

    columns

    @@ -5480,7 +5480,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGeometryMetadataDao.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGeometryMetadataDao.html index 75dbf78c..8f01cbfe 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGeometryMetadataDao.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGeometryMetadataDao.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGGeometryMetadataDao

    Geometry Metadata Data Access Object

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5139,7 +5139,7 @@

    Return Value

    new Geometry Metadata DAO

    @@ -5237,7 +5237,7 @@

    Return Value

    geometry metadata

    @@ -5335,7 +5335,7 @@

    Return Value

    geometry metadata

    @@ -5433,7 +5433,7 @@

    Return Value

    geometry metadata

    @@ -5491,7 +5491,7 @@

    Return Value

    true if deleted

    @@ -5549,7 +5549,7 @@

    Return Value

    true if deleted

    @@ -5607,7 +5607,7 @@

    Return Value

    true if deleted

    @@ -5678,7 +5678,7 @@

    Return Value

    true if deleted

    @@ -5749,7 +5749,7 @@

    Return Value

    true if deleted

    @@ -5833,7 +5833,7 @@

    Return Value

    true if deleted

    @@ -5917,7 +5917,7 @@

    Return Value

    true if deleted

    @@ -5975,7 +5975,7 @@

    Return Value

    true if created or updated

    @@ -6033,7 +6033,7 @@

    Return Value

    true if updated

    @@ -6091,7 +6091,7 @@

    Return Value

    true if exists

    @@ -6149,7 +6149,7 @@

    Return Value

    geometry metadata

    @@ -6233,7 +6233,7 @@

    Return Value

    geometry metadata

    @@ -6317,7 +6317,7 @@

    Return Value

    geometry metadata

    @@ -6388,7 +6388,7 @@

    Return Value

    result set

    @@ -6459,7 +6459,7 @@

    Return Value

    result set

    @@ -6543,7 +6543,7 @@

    Return Value

    result set

    @@ -6614,7 +6614,7 @@

    Return Value

    count

    @@ -6685,7 +6685,7 @@

    Return Value

    bounding box

    @@ -6756,7 +6756,7 @@

    Return Value

    bounding box

    @@ -6827,7 +6827,7 @@

    Return Value

    result set

    @@ -6898,7 +6898,7 @@

    Return Value

    result set

    @@ -6982,7 +6982,7 @@

    Return Value

    result set

    @@ -7053,7 +7053,7 @@

    Return Value

    count

    @@ -7092,7 +7092,7 @@

    Return Value

    SQL

    @@ -7163,7 +7163,7 @@

    Return Value

    SQL args

    @@ -7247,7 +7247,7 @@

    Return Value

    result set

    @@ -7331,7 +7331,7 @@

    Return Value

    result set

    @@ -7428,7 +7428,7 @@

    Return Value

    result set

    @@ -7512,7 +7512,7 @@

    Return Value

    count

    @@ -7596,7 +7596,7 @@

    Return Value

    result set

    @@ -7680,7 +7680,7 @@

    Return Value

    result set

    @@ -7777,7 +7777,7 @@

    Return Value

    result set

    @@ -7861,7 +7861,7 @@

    Return Value

    count

    @@ -7945,7 +7945,7 @@

    Return Value

    result set

    @@ -8029,7 +8029,7 @@

    Return Value

    result set

    @@ -8126,7 +8126,7 @@

    Return Value

    result set

    @@ -8210,7 +8210,7 @@

    Return Value

    count

    @@ -8346,7 +8346,7 @@

    Return Value

    result set

    @@ -8430,7 +8430,7 @@

    Return Value

    result set

    @@ -8514,7 +8514,7 @@

    Return Value

    result set

    @@ -8611,7 +8611,7 @@

    Return Value

    result set

    @@ -8695,7 +8695,7 @@

    Return Value

    count

    @@ -8831,7 +8831,7 @@

    Return Value

    result set

    @@ -8889,7 +8889,7 @@

    Return Value

    SQL

    @@ -8973,7 +8973,7 @@

    Return Value

    SQL args

    @@ -9031,7 +9031,7 @@

    Return Value

    GeoPackage id

    @@ -9089,7 +9089,7 @@

    Return Value

    id

    @@ -9099,7 +9099,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGeometryUtils.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGeometryUtils.html index 3a481f98..24abc598 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGeometryUtils.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGeometryUtils.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGGeometryUtils

    Geometry Utilities

    @@ -5106,7 +5106,7 @@

    Return Value

    The path’s area in square meters.

    @@ -5168,7 +5168,7 @@

    Return Value

    The loop’s area in square meters.

    @@ -5226,7 +5226,7 @@

    Return Value

    true if points create a closed polygon

    @@ -5284,7 +5284,7 @@

    Return Value

    radians

    @@ -5342,7 +5342,7 @@

    Return Value

    degrees

    @@ -5352,7 +5352,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGriddedCoverage.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGriddedCoverage.html index 0c3a907a..e29ea5cf 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGriddedCoverage.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGriddedCoverage.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGGriddedCoverage

    Gridded Coverage object

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5151,7 +5151,7 @@

    Declaration

    @@ -5186,7 +5186,7 @@

    Declaration

    @@ -5221,7 +5221,7 @@

    Declaration

    @@ -5256,7 +5256,7 @@

    Declaration

    @@ -5291,7 +5291,7 @@

    Declaration

    @@ -5326,7 +5326,7 @@

    Declaration

    @@ -5361,7 +5361,7 @@

    Declaration

    @@ -5396,7 +5396,7 @@

    Declaration

    @@ -5431,7 +5431,7 @@

    Declaration

    @@ -5485,7 +5485,7 @@

    Parameters

    @@ -5524,7 +5524,7 @@

    Return Value

    data type

    @@ -5578,7 +5578,7 @@

    Parameters

    @@ -5617,7 +5617,7 @@

    Return Value

    scale as a multiple relative to the unit of measure

    @@ -5656,7 +5656,7 @@

    Return Value

    offset to the 0 value

    @@ -5695,7 +5695,7 @@

    Return Value

    smallest value that has meaning for this dataset

    @@ -5734,7 +5734,7 @@

    Return Value

    encoding type

    @@ -5789,7 +5789,7 @@

    Parameters

    @@ -5799,7 +5799,7 @@

    Parameters

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGriddedCoverageDao.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGriddedCoverageDao.html index 4ca531b7..c16e8e3a 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGriddedCoverageDao.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGriddedCoverageDao.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGGriddedCoverageDao

    Gridded Coverage Data Access Object

    @@ -5104,7 +5104,7 @@

    Return Value

    dao

    @@ -5162,7 +5162,7 @@

    Return Value

    new gridded coverage dao

    @@ -5221,7 +5221,7 @@

    Return Value

    gridded coverage

    @@ -5279,7 +5279,7 @@

    Return Value

    gridded coverage

    @@ -5337,7 +5337,7 @@

    Return Value

    deleted count

    @@ -5395,7 +5395,7 @@

    Return Value

    deleted count

    @@ -5453,7 +5453,7 @@

    Return Value

    tile matrix set

    @@ -5463,7 +5463,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGriddedCoverageDataTypes.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGriddedCoverageDataTypes.html index 51202ab3..7fea53d2 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGriddedCoverageDataTypes.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGriddedCoverageDataTypes.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5065,7 +5065,7 @@

    GPKGGriddedCoverageDataTypes

    Undocumented

    @@ -5124,7 +5124,7 @@

    Return Value

    gridded coverage data type name

    @@ -5182,7 +5182,7 @@

    Return Value

    gridded coverage data type

    @@ -5192,7 +5192,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGriddedCoverageEncodingTypes.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGriddedCoverageEncodingTypes.html index 8694eb4f..0ef63d67 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGriddedCoverageEncodingTypes.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGriddedCoverageEncodingTypes.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5065,7 +5065,7 @@

    GPKGGriddedCoverageEncodingTypes

    Undocumented

    @@ -5125,7 +5125,7 @@

    Return Value

    gridded coverage encoding type name

    @@ -5183,7 +5183,7 @@

    Return Value

    gridded coverage encoding type

    @@ -5193,7 +5193,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGriddedTile.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGriddedTile.html index 24eb1522..91387e3f 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGriddedTile.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGriddedTile.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGGriddedTile

    Gridded Tile object

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5151,7 +5151,7 @@

    Declaration

    @@ -5186,7 +5186,7 @@

    Declaration

    @@ -5221,7 +5221,7 @@

    Declaration

    @@ -5256,7 +5256,7 @@

    Declaration

    @@ -5291,7 +5291,7 @@

    Declaration

    @@ -5326,7 +5326,7 @@

    Declaration

    @@ -5361,7 +5361,7 @@

    Declaration

    @@ -5415,7 +5415,7 @@

    Parameters

    @@ -5454,7 +5454,7 @@

    Return Value

    scale as a multiple relative to the unit of measure

    @@ -5493,7 +5493,7 @@

    Return Value

    offset to the 0 value

    @@ -5503,7 +5503,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGriddedTileDao.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGriddedTileDao.html index 5b063ccf..25cd5f4b 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGriddedTileDao.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGGriddedTileDao.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGGriddedTileDao

    Gridded Tile Data Access Object

    @@ -5104,7 +5104,7 @@

    Return Value

    dao

    @@ -5162,7 +5162,7 @@

    Return Value

    new gridded tile dao

    @@ -5220,7 +5220,7 @@

    Return Value

    gridded tile result set

    @@ -5278,7 +5278,7 @@

    Return Value

    gridded tile result set

    @@ -5349,7 +5349,7 @@

    Return Value

    gridded tile

    @@ -5407,7 +5407,7 @@

    Return Value

    deleted count

    @@ -5465,7 +5465,7 @@

    Return Value

    deleted count

    @@ -5523,7 +5523,7 @@

    Return Value

    contents

    @@ -5533,7 +5533,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGIOUtils.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGIOUtils.html index 7b439478..81e31c71 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGIOUtils.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGIOUtils.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5232,7 +5232,7 @@

    GPKGIOUtils

    Undocumented

    @@ -5291,7 +5291,7 @@

    Return Value

    property list file path

    @@ -5361,7 +5361,7 @@

    Return Value

    file resource path

    @@ -5400,7 +5400,7 @@

    Return Value

    documents directory

    @@ -5458,7 +5458,7 @@

    Return Value

    documents sub directory path

    @@ -5497,7 +5497,7 @@

    Return Value

    GeoPackage directory

    @@ -5536,7 +5536,7 @@

    Return Value

    GeoPackage database directory

    @@ -5575,7 +5575,7 @@

    Return Value

    GeoPackage metadata directory

    @@ -5614,7 +5614,7 @@

    Return Value

    GeoPackage metadata database file path

    @@ -5668,7 +5668,7 @@

    Parameters

    @@ -5726,7 +5726,7 @@

    Return Value

    sub path

    @@ -5792,7 +5792,7 @@

    Parameters

    @@ -5858,7 +5858,7 @@

    Parameters

    @@ -5938,7 +5938,7 @@

    Parameters

    @@ -5996,7 +5996,7 @@

    Return Value

    byte data

    @@ -6054,7 +6054,7 @@

    Return Value

    input stream byte data

    @@ -6112,7 +6112,7 @@

    Return Value

    input stream string

    @@ -6183,7 +6183,7 @@

    Return Value

    input stream string

    @@ -6250,7 +6250,7 @@

    Parameters

    @@ -6330,7 +6330,7 @@

    Parameters

    @@ -6388,7 +6388,7 @@

    Return Value

    true if deleted

    @@ -6446,7 +6446,7 @@

    Return Value

    byte text

    @@ -6504,7 +6504,7 @@

    Return Value

    decoded url

    @@ -6514,7 +6514,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGIconCache.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGIconCache.html index ed2f5d41..9ef0a242 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGIconCache.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGIconCache.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGIconCache

    Icon Cache of icon images

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5120,7 +5120,7 @@

    Return Value

    new icon cache

    @@ -5178,7 +5178,7 @@

    Return Value

    new icon cache

    @@ -5236,7 +5236,7 @@

    Return Value

    icon image or nil

    @@ -5294,7 +5294,7 @@

    Return Value

    icon image or nil

    @@ -5352,7 +5352,7 @@

    Return Value

    icon image or nil

    @@ -5422,7 +5422,7 @@

    Return Value

    previous cached icon image or nil

    @@ -5492,7 +5492,7 @@

    Return Value

    previous cached icon image or nil

    @@ -5562,7 +5562,7 @@

    Return Value

    previous cached icon image or nil

    @@ -5620,7 +5620,7 @@

    Return Value

    removed icon image or nil

    @@ -5678,7 +5678,7 @@

    Return Value

    removed icon image or nil

    @@ -5736,7 +5736,7 @@

    Return Value

    removed icon image or nil

    @@ -5771,7 +5771,7 @@

    Declaration

    @@ -5825,7 +5825,7 @@

    Parameters

    @@ -5883,7 +5883,7 @@

    Return Value

    icon image

    @@ -5941,7 +5941,7 @@

    Return Value

    icon image

    @@ -6011,7 +6011,7 @@

    Return Value

    icon image

    @@ -6021,7 +6021,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGIconDao.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGIconDao.html index c5708945..cbd9088d 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGIconDao.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGIconDao.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGIconDao

    Icon DAO for reading icon tables

    @@ -5104,7 +5104,7 @@

    Return Value

    new icon dao

    @@ -5143,7 +5143,7 @@

    Return Value

    icon table

    @@ -5201,7 +5201,7 @@

    Return Value

    icon row

    @@ -5240,7 +5240,7 @@

    Return Value

    icon row

    @@ -5298,7 +5298,7 @@

    Return Value

    icon rows

    @@ -5356,7 +5356,7 @@

    Return Value

    icon row

    @@ -5366,7 +5366,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGIconRow.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGIconRow.html index 15b43cdf..38a2752c 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGIconRow.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGIconRow.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGIconRow

    Icon Row containing the values from a single result set row

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5200,7 +5200,7 @@

    Return Value

    new icon row

    @@ -5258,7 +5258,7 @@

    Return Value

    new icon row

    @@ -5297,7 +5297,7 @@

    Return Value

    icon table

    @@ -5336,7 +5336,7 @@

    Return Value

    name column index

    @@ -5375,7 +5375,7 @@

    Return Value

    name column

    @@ -5414,7 +5414,7 @@

    Return Value

    name

    @@ -5468,7 +5468,7 @@

    Parameters

    @@ -5507,7 +5507,7 @@

    Return Value

    description column index

    @@ -5546,7 +5546,7 @@

    Return Value

    description column

    @@ -5585,7 +5585,7 @@

    Return Value

    description

    @@ -5639,7 +5639,7 @@

    Parameters

    @@ -5678,7 +5678,7 @@

    Return Value

    width column index

    @@ -5717,7 +5717,7 @@

    Return Value

    width column

    @@ -5756,7 +5756,7 @@

    Return Value

    width

    @@ -5810,7 +5810,7 @@

    Parameters

    @@ -5864,7 +5864,7 @@

    Parameters

    @@ -5903,7 +5903,7 @@

    Return Value

    derived width

    @@ -5942,7 +5942,7 @@

    Return Value

    height column index

    @@ -5981,7 +5981,7 @@

    Return Value

    height column

    @@ -6020,7 +6020,7 @@

    Return Value

    height

    @@ -6074,7 +6074,7 @@

    Parameters

    @@ -6128,7 +6128,7 @@

    Parameters

    @@ -6167,7 +6167,7 @@

    Return Value

    derived height

    @@ -6207,7 +6207,7 @@

    Return Value

    derived dimensions array with two values, width at index 0, height at index 1

    @@ -6246,7 +6246,7 @@

    Return Value

    anchor u column index

    @@ -6285,7 +6285,7 @@

    Return Value

    anchor u column

    @@ -6324,7 +6324,7 @@

    Return Value

    anchor u

    @@ -6380,7 +6380,7 @@

    Parameters

    @@ -6436,7 +6436,7 @@

    Parameters

    @@ -6475,7 +6475,7 @@

    Return Value

    anchor u value

    @@ -6514,7 +6514,7 @@

    Return Value

    anchor v column index

    @@ -6553,7 +6553,7 @@

    Return Value

    anchor v column

    @@ -6592,7 +6592,7 @@

    Return Value

    anchor v

    @@ -6648,7 +6648,7 @@

    Parameters

    @@ -6704,7 +6704,7 @@

    Parameters

    @@ -6743,7 +6743,7 @@

    Return Value

    anchor v value

    @@ -6753,7 +6753,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGIconTable.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGIconTable.html index c32aaec2..446cb357 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGIconTable.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGIconTable.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGIconTable

    Icon Table

    @@ -5085,7 +5085,7 @@

    Return Value

    new icon table

    @@ -5143,7 +5143,7 @@

    Return Value

    new icon table

    @@ -5182,7 +5182,7 @@

    Return Value

    name column index

    @@ -5221,7 +5221,7 @@

    Return Value

    name column

    @@ -5260,7 +5260,7 @@

    Return Value

    description column index

    @@ -5299,7 +5299,7 @@

    Return Value

    description column

    @@ -5338,7 +5338,7 @@

    Return Value

    opacity column index

    @@ -5377,7 +5377,7 @@

    Return Value

    width column

    @@ -5416,7 +5416,7 @@

    Return Value

    height column index

    @@ -5455,7 +5455,7 @@

    Return Value

    height column

    @@ -5494,7 +5494,7 @@

    Return Value

    anchor u column index

    @@ -5533,7 +5533,7 @@

    Return Value

    anchor u column

    @@ -5572,7 +5572,7 @@

    Return Value

    anchor v column index

    @@ -5611,7 +5611,7 @@

    Return Value

    anchor v column

    @@ -5621,7 +5621,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGIcons.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGIcons.html index 0fefd929..848c47d1 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGIcons.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGIcons.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGIcons

    Icons for a single feature geometry or feature table default

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5120,7 +5120,7 @@

    Return Value

    new icons

    @@ -5178,7 +5178,7 @@

    Return Value

    new icons

    @@ -5232,7 +5232,7 @@

    Parameters

    @@ -5299,7 +5299,7 @@

    Parameters

    @@ -5338,7 +5338,7 @@

    Return Value

    default icon

    @@ -5377,7 +5377,7 @@

    Return Value

    geometry types to icon mapping

    @@ -5416,7 +5416,7 @@

    Return Value

    icon

    @@ -5474,7 +5474,7 @@

    Return Value

    icon

    @@ -5513,7 +5513,7 @@

    Return Value

    true if empty, false if at least one icon

    @@ -5552,7 +5552,7 @@

    Return Value

    true if default icon exists

    @@ -5562,7 +5562,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGImageConverter.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGImageConverter.html index 2f7bae62..5e844452 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGImageConverter.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGImageConverter.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGImageConverter

    Conversions between images and image byte data

    @@ -5104,7 +5104,7 @@

    Return Value

    image

    @@ -5174,7 +5174,7 @@

    Return Value

    image

    @@ -5244,7 +5244,7 @@

    Return Value

    byte data

    @@ -5328,7 +5328,7 @@

    Return Value

    byte data

    @@ -5338,7 +5338,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGLocationBoundingBox.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGLocationBoundingBox.html index 180314c7..dec7ade6 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGLocationBoundingBox.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGLocationBoundingBox.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGLocationBoundingBox

    Location Bounding Box, contains left, up, right, and down coordinates

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5151,7 +5151,7 @@

    Declaration

    @@ -5186,7 +5186,7 @@

    Declaration

    @@ -5244,7 +5244,7 @@

    Return Value

    new location boundingbox

    @@ -5341,7 +5341,7 @@

    Return Value

    new location boundingbox

    @@ -5380,7 +5380,7 @@

    Return Value

    west coordinate

    @@ -5419,7 +5419,7 @@

    Return Value

    northwest coordinate

    @@ -5458,7 +5458,7 @@

    Return Value

    north coordinate

    @@ -5497,7 +5497,7 @@

    Return Value

    northeast coordinate

    @@ -5536,7 +5536,7 @@

    Return Value

    east coordinate

    @@ -5575,7 +5575,7 @@

    Return Value

    southeast coordinate

    @@ -5614,7 +5614,7 @@

    Return Value

    south coordinate

    @@ -5653,7 +5653,7 @@

    Return Value

    southwest coordinate

    @@ -5663,7 +5663,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGManualFeatureQuery.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGManualFeatureQuery.html index d2f3d31a..16560be3 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGManualFeatureQuery.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGManualFeatureQuery.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5046,7 +5046,7 @@

    GPKGManualFeatureQuery

    See GPKGFeatureIndexManager for performing indexed queries.

    @@ -5082,7 +5082,7 @@

    Declaration

    @@ -5117,7 +5117,7 @@

    Declaration

    @@ -5175,7 +5175,7 @@

    Return Value

    new manual feature query

    @@ -5214,7 +5214,7 @@

    Return Value

    feature DAO

    @@ -5253,7 +5253,7 @@

    Return Value

    feature results

    @@ -5311,7 +5311,7 @@

    Return Value

    feature results

    @@ -5369,7 +5369,7 @@

    Return Value

    feature results

    @@ -5440,7 +5440,7 @@

    Return Value

    feature results

    @@ -5479,7 +5479,7 @@

    Return Value

    count

    @@ -5518,7 +5518,7 @@

    Return Value

    count

    @@ -5576,7 +5576,7 @@

    Return Value

    count

    @@ -5646,7 +5646,7 @@

    Return Value

    count

    @@ -5704,7 +5704,7 @@

    Return Value

    feature results

    @@ -5775,7 +5775,7 @@

    Return Value

    feature results

    @@ -5846,7 +5846,7 @@

    Return Value

    feature results

    @@ -5930,7 +5930,7 @@

    Return Value

    feature results

    @@ -5988,7 +5988,7 @@

    Return Value

    count

    @@ -6059,7 +6059,7 @@

    Return Value

    count

    @@ -6143,7 +6143,7 @@

    Return Value

    count

    @@ -6201,7 +6201,7 @@

    Return Value

    feature results

    @@ -6271,7 +6271,7 @@

    Return Value

    feature results

    @@ -6342,7 +6342,7 @@

    Return Value

    feature results

    @@ -6426,7 +6426,7 @@

    Return Value

    feature results

    @@ -6484,7 +6484,7 @@

    Return Value

    count

    @@ -6554,7 +6554,7 @@

    Return Value

    count

    @@ -6638,7 +6638,7 @@

    Return Value

    count

    @@ -6709,7 +6709,7 @@

    Return Value

    feature results

    @@ -6793,7 +6793,7 @@

    Return Value

    feature results

    @@ -6877,7 +6877,7 @@

    Return Value

    feature results

    @@ -6974,7 +6974,7 @@

    Return Value

    feature results

    @@ -7044,7 +7044,7 @@

    Return Value

    count

    @@ -7128,7 +7128,7 @@

    Return Value

    count

    @@ -7225,7 +7225,7 @@

    Return Value

    count

    @@ -7264,7 +7264,7 @@

    Return Value

    bounding box

    @@ -7322,7 +7322,7 @@

    Return Value

    bounding box

    @@ -7381,7 +7381,7 @@

    Return Value

    results

    @@ -7453,7 +7453,7 @@

    Return Value

    results

    @@ -7525,7 +7525,7 @@

    Return Value

    results

    @@ -7610,7 +7610,7 @@

    Return Value

    results

    @@ -7668,7 +7668,7 @@

    Return Value

    count

    @@ -7740,7 +7740,7 @@

    Return Value

    results

    @@ -7825,7 +7825,7 @@

    Return Value

    results

    @@ -7910,7 +7910,7 @@

    Return Value

    results

    @@ -8008,7 +8008,7 @@

    Return Value

    results

    @@ -8079,7 +8079,7 @@

    Return Value

    count

    @@ -8151,7 +8151,7 @@

    Return Value

    results

    @@ -8236,7 +8236,7 @@

    Return Value

    results

    @@ -8321,7 +8321,7 @@

    Return Value

    results

    @@ -8419,7 +8419,7 @@

    Return Value

    results

    @@ -8490,7 +8490,7 @@

    Return Value

    count

    @@ -8575,7 +8575,7 @@

    Return Value

    results

    @@ -8673,7 +8673,7 @@

    Return Value

    results

    @@ -8771,7 +8771,7 @@

    Return Value

    results

    @@ -8882,7 +8882,7 @@

    Return Value

    results

    @@ -8966,7 +8966,7 @@

    Return Value

    count

    @@ -9039,7 +9039,7 @@

    Return Value

    results

    @@ -9125,7 +9125,7 @@

    Return Value

    results

    @@ -9211,7 +9211,7 @@

    Return Value

    results

    @@ -9298,7 +9298,7 @@

    Return Value

    results

    @@ -9370,7 +9370,7 @@

    Return Value

    count

    @@ -9456,7 +9456,7 @@

    Return Value

    results

    @@ -9555,7 +9555,7 @@

    Return Value

    results

    @@ -9654,7 +9654,7 @@

    Return Value

    results

    @@ -9766,7 +9766,7 @@

    Return Value

    results

    @@ -9851,7 +9851,7 @@

    Return Value

    count

    @@ -9937,7 +9937,7 @@

    Return Value

    results

    @@ -10036,7 +10036,7 @@

    Return Value

    results

    @@ -10135,7 +10135,7 @@

    Return Value

    results

    @@ -10247,7 +10247,7 @@

    Return Value

    results

    @@ -10332,7 +10332,7 @@

    Return Value

    count

    @@ -10431,7 +10431,7 @@

    Return Value

    results

    @@ -10543,7 +10543,7 @@

    Return Value

    results

    @@ -10655,7 +10655,7 @@

    Return Value

    results

    @@ -10780,7 +10780,7 @@

    Return Value

    results

    @@ -10878,7 +10878,7 @@

    Return Value

    count

    @@ -10937,7 +10937,7 @@

    Return Value

    results

    @@ -11009,7 +11009,7 @@

    Return Value

    results

    @@ -11081,7 +11081,7 @@

    Return Value

    results

    @@ -11166,7 +11166,7 @@

    Return Value

    results

    @@ -11224,7 +11224,7 @@

    Return Value

    count

    @@ -11296,7 +11296,7 @@

    Return Value

    results

    @@ -11381,7 +11381,7 @@

    Return Value

    results

    @@ -11466,7 +11466,7 @@

    Return Value

    results

    @@ -11564,7 +11564,7 @@

    Return Value

    results

    @@ -11635,7 +11635,7 @@

    Return Value

    count

    @@ -11707,7 +11707,7 @@

    Return Value

    results

    @@ -11792,7 +11792,7 @@

    Return Value

    results

    @@ -11877,7 +11877,7 @@

    Return Value

    results

    @@ -11975,7 +11975,7 @@

    Return Value

    results

    @@ -12046,7 +12046,7 @@

    Return Value

    count

    @@ -12131,7 +12131,7 @@

    Return Value

    results

    @@ -12229,7 +12229,7 @@

    Return Value

    results

    @@ -12327,7 +12327,7 @@

    Return Value

    results

    @@ -12438,7 +12438,7 @@

    Return Value

    results

    @@ -12522,7 +12522,7 @@

    Return Value

    count

    @@ -12619,7 +12619,7 @@

    Return Value

    results

    @@ -12729,7 +12729,7 @@

    Return Value

    results

    @@ -12840,7 +12840,7 @@

    Return Value

    results

    @@ -12964,7 +12964,7 @@

    Return Value

    results

    @@ -13061,7 +13061,7 @@

    Return Value

    count

    @@ -13172,7 +13172,7 @@

    Return Value

    results

    @@ -13296,7 +13296,7 @@

    Return Value

    results

    @@ -13420,7 +13420,7 @@

    Return Value

    results

    @@ -13557,7 +13557,7 @@

    Return Value

    results

    @@ -13667,7 +13667,7 @@

    Return Value

    count

    @@ -13777,7 +13777,7 @@

    Return Value

    results

    @@ -13900,7 +13900,7 @@

    Return Value

    results

    @@ -14024,7 +14024,7 @@

    Return Value

    results

    @@ -14161,7 +14161,7 @@

    Return Value

    results

    @@ -14271,7 +14271,7 @@

    Return Value

    count

    @@ -14394,7 +14394,7 @@

    Return Value

    results

    @@ -14530,7 +14530,7 @@

    Return Value

    results

    @@ -14667,7 +14667,7 @@

    Return Value

    results

    @@ -14817,7 +14817,7 @@

    Return Value

    results

    @@ -14940,7 +14940,7 @@

    Return Value

    count

    @@ -14999,7 +14999,7 @@

    Return Value

    feature results

    @@ -15070,7 +15070,7 @@

    Return Value

    feature results

    @@ -15142,7 +15142,7 @@

    Return Value

    feature results

    @@ -15227,7 +15227,7 @@

    Return Value

    feature results

    @@ -15298,7 +15298,7 @@

    Return Value

    feature results

    @@ -15383,7 +15383,7 @@

    Return Value

    feature results

    @@ -15468,7 +15468,7 @@

    Return Value

    feature results

    @@ -15566,7 +15566,7 @@

    Return Value

    feature results

    @@ -15638,7 +15638,7 @@

    Return Value

    feature results

    @@ -15723,7 +15723,7 @@

    Return Value

    feature results

    @@ -15808,7 +15808,7 @@

    Return Value

    feature results

    @@ -15906,7 +15906,7 @@

    Return Value

    feature results

    @@ -15991,7 +15991,7 @@

    Return Value

    feature results

    @@ -16089,7 +16089,7 @@

    Return Value

    feature results

    @@ -16187,7 +16187,7 @@

    Return Value

    feature results

    @@ -16298,7 +16298,7 @@

    Return Value

    feature results

    @@ -16370,7 +16370,7 @@

    Return Value

    feature results

    @@ -16455,7 +16455,7 @@

    Return Value

    feature results

    @@ -16540,7 +16540,7 @@

    Return Value

    feature results

    @@ -16638,7 +16638,7 @@

    Return Value

    feature results

    @@ -16723,7 +16723,7 @@

    Return Value

    feature results

    @@ -16821,7 +16821,7 @@

    Return Value

    feature results

    @@ -16919,7 +16919,7 @@

    Return Value

    feature results

    @@ -17030,7 +17030,7 @@

    Return Value

    feature results

    @@ -17115,7 +17115,7 @@

    Return Value

    feature results

    @@ -17213,7 +17213,7 @@

    Return Value

    feature results

    @@ -17311,7 +17311,7 @@

    Return Value

    feature results

    @@ -17422,7 +17422,7 @@

    Return Value

    feature results

    @@ -17520,7 +17520,7 @@

    Return Value

    feature results

    @@ -17631,7 +17631,7 @@

    Return Value

    feature results

    @@ -17742,7 +17742,7 @@

    Return Value

    feature results

    @@ -17866,7 +17866,7 @@

    Return Value

    feature results

    @@ -17937,7 +17937,7 @@

    Return Value

    feature results

    @@ -18022,7 +18022,7 @@

    Return Value

    feature results

    @@ -18107,7 +18107,7 @@

    Return Value

    feature results

    @@ -18205,7 +18205,7 @@

    Return Value

    feature results

    @@ -18290,7 +18290,7 @@

    Return Value

    feature results

    @@ -18388,7 +18388,7 @@

    Return Value

    feature results

    @@ -18486,7 +18486,7 @@

    Return Value

    feature results

    @@ -18597,7 +18597,7 @@

    Return Value

    feature results

    @@ -18682,7 +18682,7 @@

    Return Value

    feature results

    @@ -18780,7 +18780,7 @@

    Return Value

    feature results

    @@ -18878,7 +18878,7 @@

    Return Value

    feature results

    @@ -18989,7 +18989,7 @@

    Return Value

    feature results

    @@ -19087,7 +19087,7 @@

    Return Value

    feature results

    @@ -19198,7 +19198,7 @@

    Return Value

    feature results

    @@ -19309,7 +19309,7 @@

    Return Value

    feature results

    @@ -19433,7 +19433,7 @@

    Return Value

    feature results

    @@ -19518,7 +19518,7 @@

    Return Value

    feature results

    @@ -19616,7 +19616,7 @@

    Return Value

    feature results

    @@ -19714,7 +19714,7 @@

    Return Value

    feature results

    @@ -19825,7 +19825,7 @@

    Return Value

    feature results

    @@ -19923,7 +19923,7 @@

    Return Value

    feature results

    @@ -20034,7 +20034,7 @@

    Return Value

    feature results

    @@ -20145,7 +20145,7 @@

    Return Value

    feature results

    @@ -20269,7 +20269,7 @@

    Return Value

    feature results

    @@ -20367,7 +20367,7 @@

    Return Value

    feature results

    @@ -20478,7 +20478,7 @@

    Return Value

    feature results

    @@ -20589,7 +20589,7 @@

    Return Value

    feature results

    @@ -20713,7 +20713,7 @@

    Return Value

    feature results

    @@ -20850,7 +20850,7 @@

    Return Value

    feature results

    @@ -21004,7 +21004,7 @@

    Return Value

    results

    @@ -21197,7 +21197,7 @@

    Return Value

    results

    @@ -21207,7 +21207,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGManualFeatureQueryResults.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGManualFeatureQueryResults.html index de33c0f3..da8dab3d 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGManualFeatureQueryResults.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGManualFeatureQueryResults.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGManualFeatureQueryResults

    Manual Feature Query Results which includes the ids used to read each row

    @@ -5117,7 +5117,7 @@

    Return Value

    feature index results

    @@ -5201,7 +5201,7 @@

    Return Value

    feature index results

    @@ -5240,7 +5240,7 @@

    Return Value

    feature DAO

    @@ -5279,7 +5279,7 @@

    Return Value

    columns

    @@ -5318,7 +5318,7 @@

    Return Value

    feature ids

    @@ -5328,7 +5328,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMapPoint.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMapPoint.html index 346735a4..b080a9d3 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMapPoint.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMapPoint.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGMapPoint

    Map point annotation

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5151,7 +5151,7 @@

    Declaration

    @@ -5186,7 +5186,7 @@

    Declaration

    @@ -5221,7 +5221,7 @@

    Declaration

    @@ -5256,7 +5256,7 @@

    Declaration

    @@ -5291,7 +5291,7 @@

    Declaration

    @@ -5349,7 +5349,7 @@

    Return Value

    new map point

    @@ -5419,7 +5419,7 @@

    Return Value

    new map point

    @@ -5477,7 +5477,7 @@

    Return Value

    new map point

    @@ -5535,7 +5535,7 @@

    Return Value

    new map point

    @@ -5574,7 +5574,7 @@

    Return Value

    number id

    @@ -5628,7 +5628,7 @@

    Parameters

    @@ -5638,7 +5638,7 @@

    Parameters

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMapPointOptions.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMapPointOptions.html index 719c2454..5d17a3b2 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMapPointOptions.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMapPointOptions.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGMapPointOptions

    Map Point options including style and atributes

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5122,7 +5122,7 @@

    Declaration

    @@ -5157,7 +5157,7 @@

    Declaration

    @@ -5192,7 +5192,7 @@

    Declaration

    @@ -5227,7 +5227,7 @@

    Declaration

    @@ -5262,7 +5262,7 @@

    Declaration

    @@ -5301,7 +5301,7 @@

    Return Value

    new map point options

    @@ -5336,7 +5336,7 @@

    Declaration

    @@ -5371,7 +5371,7 @@

    Declaration

    @@ -5441,7 +5441,7 @@

    Parameters

    @@ -5451,7 +5451,7 @@

    Parameters

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMapShape.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMapShape.html index fd3b88ef..697bb755 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMapShape.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMapShape.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGMapShape

    Map shape object

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5151,7 +5151,7 @@

    Declaration

    @@ -5235,7 +5235,7 @@

    Return Value

    new map shape

    @@ -5289,7 +5289,7 @@

    Parameters

    @@ -5355,7 +5355,7 @@

    Parameters

    @@ -5409,7 +5409,7 @@

    Parameters

    @@ -5448,7 +5448,7 @@

    Return Value

    true if a valid shape

    @@ -5487,7 +5487,7 @@

    Return Value

    bounding box

    @@ -5541,7 +5541,7 @@

    Parameters

    @@ -5551,7 +5551,7 @@

    Parameters

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMapShapeConverter.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMapShapeConverter.html index 6bfab178..7270924e 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMapShapeConverter.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMapShapeConverter.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGMapShapeConverter

    Provides conversion methods between Well-Known Binary geometry objects and Map shapes. Includes adding shapes to map view functionality.

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5111,7 +5111,7 @@

    Declaration

    @@ -5141,7 +5141,7 @@

    Declaration

    @@ -5171,7 +5171,7 @@

    Declaration

    @@ -5207,7 +5207,7 @@

    Declaration

    @@ -5243,7 +5243,7 @@

    Declaration

    @@ -5282,7 +5282,7 @@

    Return Value

    new map shape converter

    @@ -5340,7 +5340,7 @@

    Return Value

    new map shape converter

    @@ -5394,7 +5394,7 @@

    Parameters

    @@ -5452,7 +5452,7 @@

    Return Value

    wgs84 point

    @@ -5510,7 +5510,7 @@

    Return Value

    projection point

    @@ -5568,7 +5568,7 @@

    Return Value

    map point

    @@ -5626,7 +5626,7 @@

    Return Value

    MK map point

    @@ -5684,7 +5684,7 @@

    Return Value

    wkb point

    @@ -5768,7 +5768,7 @@

    Return Value

    wkb point

    @@ -5826,7 +5826,7 @@

    Return Value

    wkb point

    @@ -5910,7 +5910,7 @@

    Return Value

    wkb point

    @@ -5968,7 +5968,7 @@

    Return Value

    polyline

    @@ -6026,7 +6026,7 @@

    Return Value

    wkb line string

    @@ -6110,7 +6110,7 @@

    Return Value

    wkb line string

    @@ -6181,7 +6181,7 @@

    Return Value

    wkb line string

    @@ -6278,7 +6278,7 @@

    Return Value

    wkb line string

    @@ -6336,7 +6336,7 @@

    Return Value

    wkb line string

    @@ -6420,7 +6420,7 @@

    Return Value

    wkb line string

    @@ -6478,7 +6478,7 @@

    Return Value

    wkb circular string

    @@ -6562,7 +6562,7 @@

    Return Value

    wkb circular string

    @@ -6642,7 +6642,7 @@

    Parameters

    @@ -6709,7 +6709,7 @@

    Parameters

    @@ -6767,7 +6767,7 @@

    Return Value

    MK polygon

    @@ -6825,7 +6825,7 @@

    Return Value

    MK polygon

    @@ -6883,7 +6883,7 @@

    Return Value

    WKB polygon

    @@ -6967,7 +6967,7 @@

    Return Value

    WKB polygon

    @@ -7051,7 +7051,7 @@

    Return Value

    WKB polygon

    @@ -7161,7 +7161,7 @@

    Return Value

    WKB polygon

    @@ -7232,7 +7232,7 @@

    Return Value

    WKB polygon

    @@ -7329,7 +7329,7 @@

    Return Value

    WKB polygon

    @@ -7388,7 +7388,7 @@

    Return Value

    line string with shortest longitude distance points

    @@ -7446,7 +7446,7 @@

    Return Value

    multi point

    @@ -7504,7 +7504,7 @@

    Return Value

    wkb multi point

    @@ -7588,7 +7588,7 @@

    Return Value

    wkb multi point

    @@ -7646,7 +7646,7 @@

    Return Value

    wkb multi point

    @@ -7730,7 +7730,7 @@

    Return Value

    wkb multi point

    @@ -7789,7 +7789,7 @@

    Return Value

    multi polyline

    @@ -7848,7 +7848,7 @@

    Return Value

    wkb multi line string

    @@ -7932,7 +7932,7 @@

    Return Value

    wkb multi line string

    @@ -7991,7 +7991,7 @@

    Return Value

    wkb multi line string

    @@ -8076,7 +8076,7 @@

    Return Value

    wkb multi line string

    @@ -8135,7 +8135,7 @@

    Return Value

    wkb compound curve

    @@ -8220,7 +8220,7 @@

    Return Value

    wkb compound curve

    @@ -8279,7 +8279,7 @@

    Return Value

    wkb multi line string

    @@ -8364,7 +8364,7 @@

    Return Value

    wkb multi line string

    @@ -8423,7 +8423,7 @@

    Return Value

    wkb compound curve

    @@ -8508,7 +8508,7 @@

    Return Value

    wkb compound curve

    @@ -8567,7 +8567,7 @@

    Return Value

    multi polygon

    @@ -8625,7 +8625,7 @@

    Return Value

    wkb multi polygon

    @@ -8709,7 +8709,7 @@

    Return Value

    wkb multi polygon

    @@ -8767,7 +8767,7 @@

    Return Value

    wkb multi polygon

    @@ -8851,7 +8851,7 @@

    Return Value

    wkb multi polygon

    @@ -8910,7 +8910,7 @@

    Return Value

    wkb multi polygon

    @@ -8995,7 +8995,7 @@

    Return Value

    wkb multi polygon

    @@ -9054,7 +9054,7 @@

    Return Value

    multi polyline

    @@ -9112,7 +9112,7 @@

    Return Value

    wkb compound curve

    @@ -9196,7 +9196,7 @@

    Return Value

    wkb compound curve

    @@ -9255,7 +9255,7 @@

    Return Value

    multi polygon

    @@ -9314,7 +9314,7 @@

    Return Value

    wkb polyhedral surface

    @@ -9399,7 +9399,7 @@

    Return Value

    wkb polyhedral surface

    @@ -9458,7 +9458,7 @@

    Return Value

    wkb polyhedral surface

    @@ -9543,7 +9543,7 @@

    Return Value

    wkb polyhedral surface

    @@ -9601,7 +9601,7 @@

    Return Value

    map shape

    @@ -9660,7 +9660,7 @@

    Return Value

    array of Map shapes

    @@ -9731,7 +9731,7 @@

    Return Value

    map shape

    @@ -9802,7 +9802,7 @@

    Return Value

    map shape

    @@ -9873,7 +9873,7 @@

    Return Value

    map point

    @@ -9957,7 +9957,7 @@

    Return Value

    map point

    @@ -10041,7 +10041,7 @@

    Return Value

    map point

    @@ -10112,7 +10112,7 @@

    Return Value

    polyline

    @@ -10183,7 +10183,7 @@

    Return Value

    polygon

    @@ -10254,7 +10254,7 @@

    Return Value

    multi point

    @@ -10338,7 +10338,7 @@

    Return Value

    multi point

    @@ -10409,7 +10409,7 @@

    Return Value

    multi polyline

    @@ -10480,7 +10480,7 @@

    Return Value

    multi polygon

    @@ -10551,7 +10551,7 @@

    Return Value

    map shapes

    @@ -10701,7 +10701,7 @@

    Return Value

    map shape points

    @@ -10811,7 +10811,7 @@

    Return Value

    map points

    @@ -10909,7 +10909,7 @@

    Return Value

    polyline points

    @@ -11033,7 +11033,7 @@

    Return Value

    polygon points

    @@ -11144,7 +11144,7 @@

    Return Value

    multi polyline points

    @@ -11268,7 +11268,7 @@

    Return Value

    multi polygon points

    @@ -11326,7 +11326,7 @@

    Return Value

    location coordinates

    @@ -11385,7 +11385,7 @@

    Return Value

    location coordinates

    @@ -11443,7 +11443,7 @@

    Return Value

    wkb geometry

    @@ -11501,7 +11501,7 @@

    Return Value

    bounding box in web mercator

    @@ -11559,7 +11559,7 @@

    Return Value

    bounding box in WGS84

    @@ -11617,7 +11617,7 @@

    Return Value

    bounding box in the feature projection

    @@ -11675,7 +11675,7 @@

    Return Value

    bounding box in the feature projection

    @@ -11685,7 +11685,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMapShapePoints.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMapShapePoints.html index 632d26fd..1a8f8dad 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMapShapePoints.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMapShapePoints.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGMapShapePoints

    Map Shape with map points and corresponding shape point objects

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5155,7 +5155,7 @@

    Return Value

    new map shape points

    @@ -5222,7 +5222,7 @@

    Parameters

    @@ -5289,7 +5289,7 @@

    Parameters

    @@ -5343,7 +5343,7 @@

    Parameters

    @@ -5397,7 +5397,7 @@

    Parameters

    @@ -5451,7 +5451,7 @@

    Parameters

    @@ -5505,7 +5505,7 @@

    Parameters

    @@ -5563,7 +5563,7 @@

    Return Value

    true if contains point

    @@ -5621,7 +5621,7 @@

    Return Value

    true if contains point id

    @@ -5679,7 +5679,7 @@

    Return Value

    shape points

    @@ -5737,7 +5737,7 @@

    Return Value

    shape points

    @@ -5807,7 +5807,7 @@

    Return Value

    true if deleted

    @@ -5861,7 +5861,7 @@

    Parameters

    @@ -5915,7 +5915,7 @@

    Parameters

    @@ -5954,7 +5954,7 @@

    Return Value

    true if valid

    @@ -6021,7 +6021,7 @@

    Parameters

    @@ -6088,7 +6088,7 @@

    Parameters

    @@ -6154,7 +6154,7 @@

    Parameters

    @@ -6208,7 +6208,7 @@

    Parameters

    @@ -6247,7 +6247,7 @@

    Return Value

    size

    @@ -6286,7 +6286,7 @@

    Return Value

    true if empty

    @@ -6296,7 +6296,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMapShapeTypes.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMapShapeTypes.html index 63caa6a1..d9d207cd 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMapShapeTypes.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMapShapeTypes.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5065,7 +5065,7 @@

    GPKGMapShapeTypes

    Undocumented

    @@ -5124,7 +5124,7 @@

    Return Value

    shape type name

    @@ -5182,7 +5182,7 @@

    Return Value

    shape type

    @@ -5192,7 +5192,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMapTolerance.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMapTolerance.html index bc8103aa..4b5c055c 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMapTolerance.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMapTolerance.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGMapTolerance

    Map tolerance values distance and screen distances

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5155,7 +5155,7 @@

    Return Value

    new map tolerance

    @@ -5225,7 +5225,7 @@

    Return Value

    new map tolerance

    @@ -5235,7 +5235,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMapUtils.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMapUtils.html index d92c8ce5..b6d89ef5 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMapUtils.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMapUtils.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGMapUtils

    Map utility methods

    @@ -5104,7 +5104,7 @@

    Return Value

    current zoom level

    @@ -5162,7 +5162,7 @@

    Return Value

    current zoom level

    @@ -5222,7 +5222,7 @@

    Return Value

    tolerance distance in meters

    @@ -5321,7 +5321,7 @@

    Return Value

    tolerance distance in meters

    @@ -5407,7 +5407,7 @@

    Return Value

    tolerance distance in meters

    @@ -5479,7 +5479,7 @@

    Return Value

    WGS84 bounding box

    @@ -5538,7 +5538,7 @@

    Return Value

    current bounding box

    @@ -5625,7 +5625,7 @@

    Return Value

    bounding box

    @@ -5725,7 +5725,7 @@

    Return Value

    bounding box

    @@ -5838,7 +5838,7 @@

    Return Value

    bounding box

    @@ -5964,7 +5964,7 @@

    Return Value

    bounding box

    @@ -6053,7 +6053,7 @@

    Return Value

    bounding box

    @@ -6156,7 +6156,7 @@

    Return Value

    bounding box

    @@ -6272,7 +6272,7 @@

    Return Value

    bounding box

    @@ -6401,7 +6401,7 @@

    Return Value

    bounding box

    @@ -6487,7 +6487,7 @@

    Return Value

    bounding box

    @@ -6586,7 +6586,7 @@

    Return Value

    bounding box

    @@ -6698,7 +6698,7 @@

    Return Value

    bounding box

    @@ -6823,7 +6823,7 @@

    Return Value

    bounding box

    @@ -6909,7 +6909,7 @@

    Return Value

    bounding box

    @@ -6995,7 +6995,7 @@

    Return Value

    bounding box

    @@ -7094,7 +7094,7 @@

    Return Value

    bounding box

    @@ -7206,7 +7206,7 @@

    Return Value

    bounding box

    @@ -7331,7 +7331,7 @@

    Return Value

    bounding box

    @@ -7417,7 +7417,7 @@

    Return Value

    bounding box

    @@ -7516,7 +7516,7 @@

    Return Value

    bounding box

    @@ -7628,7 +7628,7 @@

    Return Value

    bounding box

    @@ -7753,7 +7753,7 @@

    Return Value

    bounding box

    @@ -7839,7 +7839,7 @@

    Return Value

    bounding box

    @@ -7938,7 +7938,7 @@

    Return Value

    bounding box

    @@ -8050,7 +8050,7 @@

    Return Value

    bounding box

    @@ -8175,7 +8175,7 @@

    Return Value

    bounding box

    @@ -8234,7 +8234,7 @@

    Return Value

    bounding box

    @@ -8323,7 +8323,7 @@

    Return Value

    bounding box

    @@ -8409,7 +8409,7 @@

    Return Value

    bounding box

    @@ -8494,7 +8494,7 @@

    Return Value

    tolerance distance in meters and screen pixels

    @@ -8592,7 +8592,7 @@

    Return Value

    tolerance distance in meters and screen pixels

    @@ -8703,7 +8703,7 @@

    Return Value

    tolerance distance in meters and screen pixels

    @@ -8827,7 +8827,7 @@

    Return Value

    tolerance distance in meters and screen pixels

    @@ -8913,7 +8913,7 @@

    Return Value

    tolerance distance in meters and screen pixels

    @@ -9012,7 +9012,7 @@

    Return Value

    tolerance distance in meters and screen pixels

    @@ -9124,7 +9124,7 @@

    Return Value

    tolerance distance in meters and screen pixels

    @@ -9249,7 +9249,7 @@

    Return Value

    tolerance distance in meters and screen pixels

    @@ -9348,7 +9348,7 @@

    Return Value

    tolerance distance in meters and screen pixels

    @@ -9433,7 +9433,7 @@

    Return Value

    tolerance distance in meters and screen pixels

    @@ -9531,7 +9531,7 @@

    Return Value

    tolerance distance in meters and screen pixels

    @@ -9642,7 +9642,7 @@

    Return Value

    tolerance distance in meters and screen pixels

    @@ -9766,7 +9766,7 @@

    Return Value

    tolerance distance in meters and screen pixels

    @@ -9865,7 +9865,7 @@

    Return Value

    tolerance distance in meters and screen pixels

    @@ -9937,7 +9937,7 @@

    Return Value

    tolerance distance in meters and screen pixels

    @@ -10022,7 +10022,7 @@

    Return Value

    tolerance distance in meters

    @@ -10120,7 +10120,7 @@

    Return Value

    tolerance distance in meters

    @@ -10231,7 +10231,7 @@

    Return Value

    tolerance distance in meters

    @@ -10355,7 +10355,7 @@

    Return Value

    tolerance distance in meters

    @@ -10441,7 +10441,7 @@

    Return Value

    tolerance distance in meters

    @@ -10540,7 +10540,7 @@

    Return Value

    tolerance distance in meters

    @@ -10652,7 +10652,7 @@

    Return Value

    tolerance distance in meters

    @@ -10777,7 +10777,7 @@

    Return Value

    tolerance distance in meters

    @@ -10862,7 +10862,7 @@

    Return Value

    tolerance distance in meters

    @@ -10960,7 +10960,7 @@

    Return Value

    tolerance distance in meters

    @@ -11071,7 +11071,7 @@

    Return Value

    tolerance distance in meters

    @@ -11195,7 +11195,7 @@

    Return Value

    tolerance distance in meters

    @@ -11267,7 +11267,7 @@

    Return Value

    tolerance distance in meters

    @@ -11340,7 +11340,7 @@

    Return Value

    tolerance distance in meters

    @@ -11412,7 +11412,7 @@

    Return Value

    tolerance screen pixels

    @@ -11473,7 +11473,7 @@

    Return Value

    complementary path

    @@ -11534,7 +11534,7 @@

    Return Value

    complementary path

    @@ -11595,7 +11595,7 @@

    Return Value

    complementary path

    @@ -11669,7 +11669,7 @@

    Return Value

    complementary path

    @@ -11753,7 +11753,7 @@

    Return Value

    true if location is on shape

    @@ -11837,7 +11837,7 @@

    Return Value

    true if location is near map point

    @@ -11921,7 +11921,7 @@

    Return Value

    true if location 1 is near location 2

    @@ -12005,7 +12005,7 @@

    Return Value

    true if location is near multi point

    @@ -12089,7 +12089,7 @@

    Return Value

    true if location is on polyline

    @@ -12173,7 +12173,7 @@

    Return Value

    true if location is on multi polyline

    @@ -12257,7 +12257,7 @@

    Return Value

    true if location is on the polygon

    @@ -12341,7 +12341,7 @@

    Return Value

    true if location is on the multi polygon

    @@ -12425,7 +12425,7 @@

    Return Value

    distance when on shape, -1.0 when distance not calculated, nil when not on shape

    @@ -12509,7 +12509,7 @@

    Return Value

    distance when on point, nil when not

    @@ -12593,7 +12593,7 @@

    Return Value

    distance when on location, nil when not

    @@ -12677,7 +12677,7 @@

    Return Value

    distance when on multi point, nil when not

    @@ -12687,7 +12687,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMappedColumn.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMappedColumn.html index 1c861f28..6326e7b9 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMappedColumn.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMappedColumn.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGMappedColumn

    Mapped column, to a column and potentially from a differently named column

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5151,7 +5151,7 @@

    Declaration

    @@ -5186,7 +5186,7 @@

    Declaration

    @@ -5221,7 +5221,7 @@

    Declaration

    @@ -5256,7 +5256,7 @@

    Declaration

    @@ -5291,7 +5291,7 @@

    Declaration

    @@ -5349,7 +5349,7 @@

    Return Value

    new mapped column

    @@ -5420,7 +5420,7 @@

    Return Value

    new mapped column

    @@ -5517,7 +5517,7 @@

    Return Value

    new mapped column

    @@ -5601,7 +5601,7 @@

    Return Value

    new mapped column

    @@ -5659,7 +5659,7 @@

    Return Value

    new mapped column

    @@ -5717,7 +5717,7 @@

    Return Value

    new mapped column

    @@ -5756,7 +5756,7 @@

    Return Value

    true if the to and from column names are different

    @@ -5795,7 +5795,7 @@

    Return Value

    true if has a default value

    @@ -5834,7 +5834,7 @@

    Return Value

    default value as string

    @@ -5873,7 +5873,7 @@

    Return Value

    true if has a constant value

    @@ -5912,7 +5912,7 @@

    Return Value

    constant value as string

    @@ -5951,7 +5951,7 @@

    Return Value

    true if has a where value

    @@ -5990,7 +5990,7 @@

    Return Value

    where value as string

    @@ -6057,7 +6057,7 @@

    Parameters

    @@ -6067,7 +6067,7 @@

    Parameters

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMediaDao.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMediaDao.html index 3c84ca82..22f5782d 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMediaDao.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMediaDao.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGMediaDao

    User Media DAO for reading user media data tables

    @@ -5104,7 +5104,7 @@

    Return Value

    new media dao

    @@ -5175,7 +5175,7 @@

    Return Value

    new media dao

    @@ -5214,7 +5214,7 @@

    Return Value

    media table

    @@ -5272,7 +5272,7 @@

    Return Value

    media row

    @@ -5311,7 +5311,7 @@

    Return Value

    media row

    @@ -5369,7 +5369,7 @@

    Return Value

    media rows

    @@ -5379,7 +5379,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMediaRow.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMediaRow.html index a7973b9b..ae51cafb 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMediaRow.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMediaRow.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGMediaRow

    User Media Row containing the values from a single result set row

    @@ -5130,7 +5130,7 @@

    Return Value

    new media row

    @@ -5188,7 +5188,7 @@

    Return Value

    new media row

    @@ -5227,7 +5227,7 @@

    Return Value

    media table

    @@ -5266,7 +5266,7 @@

    Return Value

    data column index

    @@ -5305,7 +5305,7 @@

    Return Value

    data column

    @@ -5344,7 +5344,7 @@

    Return Value

    data

    @@ -5398,7 +5398,7 @@

    Parameters

    @@ -5440,7 +5440,7 @@

    Return Value

    Image Source Container Properties

    @@ -5479,7 +5479,7 @@

    Return Value

    data image

    @@ -5537,7 +5537,7 @@

    Return Value

    data image

    @@ -5603,7 +5603,7 @@

    Parameters

    @@ -5683,7 +5683,7 @@

    Parameters

    @@ -5722,7 +5722,7 @@

    Return Value

    content type column index

    @@ -5761,7 +5761,7 @@

    Return Value

    content type column

    @@ -5800,7 +5800,7 @@

    Return Value

    content type

    @@ -5854,7 +5854,7 @@

    Parameters

    @@ -5864,7 +5864,7 @@

    Parameters

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMediaTable.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMediaTable.html index 28b80afe..c6cffa4a 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMediaTable.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMediaTable.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGMediaTable

    Media Requirements Class User-Defined Related Data Table

    @@ -5085,7 +5085,7 @@

    Return Value

    relation type

    @@ -5143,7 +5143,7 @@

    Return Value

    media table

    @@ -5182,7 +5182,7 @@

    Return Value

    user custom columns

    @@ -5241,7 +5241,7 @@

    Return Value

    user custom columns

    @@ -5300,7 +5300,7 @@

    Return Value

    user custom columns

    @@ -5372,7 +5372,7 @@

    Return Value

    user custom columns

    @@ -5431,7 +5431,7 @@

    Return Value

    user custom columns

    @@ -5503,7 +5503,7 @@

    Return Value

    user custom columns

    @@ -5575,7 +5575,7 @@

    Return Value

    user custom columns

    @@ -5661,7 +5661,7 @@

    Return Value

    user custom columns

    @@ -5719,7 +5719,7 @@

    Return Value

    id column

    @@ -5790,7 +5790,7 @@

    Return Value

    id column

    @@ -5861,7 +5861,7 @@

    Return Value

    id column

    @@ -5945,7 +5945,7 @@

    Return Value

    id column

    @@ -5984,7 +5984,7 @@

    Return Value

    data column

    @@ -6042,7 +6042,7 @@

    Return Value

    data column

    @@ -6081,7 +6081,7 @@

    Return Value

    content type column

    @@ -6139,7 +6139,7 @@

    Return Value

    content type column

    @@ -6178,7 +6178,7 @@

    Return Value

    required columns count

    @@ -6217,7 +6217,7 @@

    Return Value

    required columns

    @@ -6276,7 +6276,7 @@

    Return Value

    required columns

    @@ -6347,7 +6347,7 @@

    Return Value

    new media table

    @@ -6431,7 +6431,7 @@

    Return Value

    new media table

    @@ -6489,7 +6489,7 @@

    Return Value

    new media table

    @@ -6528,7 +6528,7 @@

    Return Value

    id column index

    @@ -6567,7 +6567,7 @@

    Return Value

    id column

    @@ -6606,7 +6606,7 @@

    Return Value

    data column index

    @@ -6645,7 +6645,7 @@

    Return Value

    data column

    @@ -6684,7 +6684,7 @@

    Return Value

    content type column index

    @@ -6723,7 +6723,7 @@

    Return Value

    content type column

    @@ -6733,7 +6733,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMediaTableMetadata.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMediaTableMetadata.html index 7c5f2285..8cb8edc3 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMediaTableMetadata.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMediaTableMetadata.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGMediaTableMetadata

    Media Table Metadata for defining table creation information

    @@ -5085,7 +5085,7 @@

    Return Value

    metadata

    @@ -5143,7 +5143,7 @@

    Return Value

    metadata

    @@ -5214,7 +5214,7 @@

    Return Value

    metadata

    @@ -5286,7 +5286,7 @@

    Return Value

    metadata

    @@ -5371,7 +5371,7 @@

    Return Value

    metadata

    @@ -5442,7 +5442,7 @@

    Return Value

    metadata

    @@ -5526,7 +5526,7 @@

    Return Value

    metadata

    @@ -5611,7 +5611,7 @@

    Return Value

    metadata

    @@ -5709,7 +5709,7 @@

    Return Value

    metadata

    @@ -5744,7 +5744,7 @@

    Declaration

    @@ -5825,7 +5825,7 @@

    Parameters

    @@ -5919,7 +5919,7 @@

    Parameters

    @@ -5929,7 +5929,7 @@

    Parameters

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMetadata.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMetadata.html index fe6efef3..d3c43eb7 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMetadata.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMetadata.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5046,7 +5046,7 @@

    GPKGMetadata

    authoritative metadata specification

    @@ -5082,7 +5082,7 @@

    Declaration

    @@ -5118,7 +5118,7 @@

    Declaration

    @@ -5153,7 +5153,7 @@

    Declaration

    @@ -5188,7 +5188,7 @@

    Declaration

    @@ -5223,7 +5223,7 @@

    Declaration

    @@ -5262,7 +5262,7 @@

    Return Value

    metadata scope type

    @@ -5316,7 +5316,7 @@

    Parameters

    @@ -5374,7 +5374,7 @@

    Return Value

    metadata scope

    @@ -5384,7 +5384,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMetadataDao.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMetadataDao.html index 032a4469..4eafd91b 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMetadataDao.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMetadataDao.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGMetadataDao

    Metadata Data Access Object

    @@ -5104,7 +5104,7 @@

    Return Value

    dao

    @@ -5162,7 +5162,7 @@

    Return Value

    new metadata dao

    @@ -5220,7 +5220,7 @@

    Return Value

    rows deleted

    @@ -5278,7 +5278,7 @@

    Return Value

    rows deleted

    @@ -5348,7 +5348,7 @@

    Return Value

    rows deleted

    @@ -5406,7 +5406,7 @@

    Return Value

    rows deleted

    @@ -5464,7 +5464,7 @@

    Return Value

    rows deleted

    @@ -5474,7 +5474,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMetadataDb.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMetadataDb.html index 0c2b6406..154d36c0 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMetadataDb.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMetadataDb.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGMetadataDb

    GeoPackage Metadata Database

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5120,7 +5120,7 @@

    Return Value

    new metadata database

    @@ -5155,7 +5155,7 @@

    Declaration

    @@ -5194,7 +5194,7 @@

    Return Value

    GeoPackage Metadata DAO

    @@ -5233,7 +5233,7 @@

    Return Value

    Table Metadata DAO

    @@ -5272,7 +5272,7 @@

    Return Value

    Geometry Metadata DAO

    @@ -5311,7 +5311,7 @@

    Return Value

    true if deleted

    @@ -5321,7 +5321,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMetadataExtension.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMetadataExtension.html index 3d4e99a0..9aff4138 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMetadataExtension.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMetadataExtension.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5047,7 +5047,7 @@

    GPKGMetadataExtension

    https://www.geopackage.org/spec/#extension_metadata

    @@ -5083,7 +5083,7 @@

    Declaration

    @@ -5118,7 +5118,7 @@

    Declaration

    @@ -5176,7 +5176,7 @@

    Return Value

    new instance

    @@ -5215,7 +5215,7 @@

    Return Value

    extensions

    @@ -5254,7 +5254,7 @@

    Return Value

    true if has extension

    @@ -5289,7 +5289,7 @@

    Declaration

    @@ -5328,7 +5328,7 @@

    Return Value

    Metadata DAO

    @@ -5386,7 +5386,7 @@

    Return Value

    Metadata DAO

    @@ -5444,7 +5444,7 @@

    Return Value

    Metadata DAO

    @@ -5483,7 +5483,7 @@

    Return Value

    true if created

    @@ -5522,7 +5522,7 @@

    Return Value

    Metadata Reference DAO

    @@ -5581,7 +5581,7 @@

    Return Value

    Metadata Reference DAO

    @@ -5640,7 +5640,7 @@

    Return Value

    Metadata Reference DAO

    @@ -5679,7 +5679,7 @@

    Return Value

    true if created

    @@ -5689,7 +5689,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMetadataReference.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMetadataReference.html index e5be9ca1..5dcb3983 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMetadataReference.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMetadataReference.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5046,7 +5046,7 @@

    GPKGMetadataReference

    tables

    @@ -5083,7 +5083,7 @@

    Declaration

    @@ -5119,7 +5119,7 @@

    Declaration

    @@ -5156,7 +5156,7 @@

    Declaration

    @@ -5193,7 +5193,7 @@

    Declaration

    @@ -5229,7 +5229,7 @@

    Declaration

    @@ -5265,7 +5265,7 @@

    Declaration

    @@ -5302,7 +5302,7 @@

    Declaration

    @@ -5341,7 +5341,7 @@

    Return Value

    reference scope type

    @@ -5395,7 +5395,7 @@

    Parameters

    @@ -5449,7 +5449,7 @@

    Parameters

    @@ -5503,7 +5503,7 @@

    Parameters

    @@ -5513,7 +5513,7 @@

    Parameters

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMetadataReferenceDao.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMetadataReferenceDao.html index e335dec7..1de92cdb 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMetadataReferenceDao.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMetadataReferenceDao.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGMetadataReferenceDao

    Metadata Reference Data Access Object

    @@ -5104,7 +5104,7 @@

    Return Value

    dao

    @@ -5162,7 +5162,7 @@

    Return Value

    new metadata reference dao

    @@ -5220,7 +5220,7 @@

    Return Value

    rows deleted

    @@ -5279,7 +5279,7 @@

    Return Value

    rows updated

    @@ -5350,7 +5350,7 @@

    Return Value

    result set

    @@ -5408,7 +5408,7 @@

    Return Value

    result set

    @@ -5466,7 +5466,7 @@

    Return Value

    result set

    @@ -5524,7 +5524,7 @@

    Return Value

    result set

    @@ -5582,7 +5582,7 @@

    Return Value

    rows deleted

    @@ -5592,7 +5592,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMetadataScope.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMetadataScope.html index 83cf111f..4769d90d 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMetadataScope.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMetadataScope.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGMetadataScope

    Metadata Scopes as defined in spec Table 16. Metadata Scopes

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5151,7 +5151,7 @@

    Declaration

    @@ -5161,7 +5161,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMultiPoint.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMultiPoint.html index 82912165..ccb9ba4f 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMultiPoint.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMultiPoint.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGMultiPoint

    Multi point shape

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5120,7 +5120,7 @@

    Return Value

    new multi point

    @@ -5174,7 +5174,7 @@

    Parameters

    @@ -5228,7 +5228,7 @@

    Parameters

    @@ -5238,7 +5238,7 @@

    Parameters

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMultiPolygon.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMultiPolygon.html index 63d575e3..123766fe 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMultiPolygon.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMultiPolygon.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGMultiPolygon

    Multi polygon shape

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5120,7 +5120,7 @@

    Return Value

    new multi polygon

    @@ -5174,7 +5174,7 @@

    Parameters

    @@ -5228,7 +5228,7 @@

    Parameters

    @@ -5294,7 +5294,7 @@

    Parameters

    @@ -5304,7 +5304,7 @@

    Parameters

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMultiPolygonPoints.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMultiPolygonPoints.html index 17b6d72b..2627f78d 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMultiPolygonPoints.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMultiPolygonPoints.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGMultiPolygonPoints

    Multiple Polygon Points shape

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5120,7 +5120,7 @@

    Return Value

    new multiple polygon points

    @@ -5174,7 +5174,7 @@

    Parameters

    @@ -5228,7 +5228,7 @@

    Parameters

    @@ -5282,7 +5282,7 @@

    Parameters

    @@ -5348,7 +5348,7 @@

    Parameters

    @@ -5387,7 +5387,7 @@

    Return Value

    true if valid

    @@ -5426,7 +5426,7 @@

    Return Value

    true if deleted

    @@ -5436,7 +5436,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMultiPolyline.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMultiPolyline.html index 722c18e9..2c2ce3a7 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMultiPolyline.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMultiPolyline.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGMultiPolyline

    Multi polyline shape

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5120,7 +5120,7 @@

    Return Value

    new multi polyline

    @@ -5174,7 +5174,7 @@

    Parameters

    @@ -5228,7 +5228,7 @@

    Parameters

    @@ -5294,7 +5294,7 @@

    Parameters

    @@ -5304,7 +5304,7 @@

    Parameters

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMultiPolylinePoints.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMultiPolylinePoints.html index e455fef8..75a0b975 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMultiPolylinePoints.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMultiPolylinePoints.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGMultiPolylinePoints

    Multiple Polyline Points shape

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5120,7 +5120,7 @@

    Return Value

    new multiple polyline points

    @@ -5174,7 +5174,7 @@

    Parameters

    @@ -5228,7 +5228,7 @@

    Parameters

    @@ -5282,7 +5282,7 @@

    Parameters

    @@ -5348,7 +5348,7 @@

    Parameters

    @@ -5387,7 +5387,7 @@

    Return Value

    true if valid

    @@ -5426,7 +5426,7 @@

    Return Value

    true if deleted

    @@ -5436,7 +5436,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMultipleFeatureIndexResults.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMultipleFeatureIndexResults.html index 35698f97..fee37a01 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMultipleFeatureIndexResults.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGMultipleFeatureIndexResults.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5046,7 +5046,7 @@

    GPKGMultipleFeatureIndexResults

    Feature Index Results

    @@ -5101,7 +5101,7 @@

    Parameters

    @@ -5169,7 +5169,7 @@

    Parameters

    @@ -5224,7 +5224,7 @@

    Parameters

    @@ -5234,7 +5234,7 @@

    Parameters

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGNGAExtensions.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGNGAExtensions.html index 60c3a9b5..8d46af84 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGNGAExtensions.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGNGAExtensions.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5047,7 +5047,7 @@

    GPKGNGAExtensions

    http://ngageoint.github.io/GeoPackage/docs/extensions/

    @@ -5102,7 +5102,7 @@

    Parameters

    @@ -5160,7 +5160,7 @@

    Return Value

    new instance

    @@ -5214,7 +5214,7 @@

    Parameters

    @@ -5250,7 +5250,7 @@

    Declaration

    @@ -5317,7 +5317,7 @@

    Parameters

    @@ -5371,7 +5371,7 @@

    Parameters

    @@ -5407,7 +5407,7 @@

    Declaration

    @@ -5474,7 +5474,7 @@

    Parameters

    @@ -5528,7 +5528,7 @@

    Parameters

    @@ -5564,7 +5564,7 @@

    Declaration

    @@ -5630,7 +5630,7 @@

    Parameters

    @@ -5685,7 +5685,7 @@

    Parameters

    @@ -5720,7 +5720,7 @@

    Declaration

    @@ -5774,7 +5774,7 @@

    Parameters

    @@ -5810,7 +5810,7 @@

    Declaration

    @@ -5848,7 +5848,7 @@

    Declaration

    @@ -5902,7 +5902,7 @@

    Parameters

    @@ -5938,7 +5938,7 @@

    Declaration

    @@ -6004,7 +6004,7 @@

    Parameters

    @@ -6014,7 +6014,7 @@

    Parameters

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGNetworkUtils.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGNetworkUtils.html index 5a220fb8..76939d2d 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGNetworkUtils.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGNetworkUtils.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGNetworkUtils

    Network Utilities

    @@ -5130,7 +5130,7 @@

    Return Value

    response data

    @@ -5201,7 +5201,7 @@

    Return Value

    response data

    @@ -5211,7 +5211,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGNumberFeaturesTile.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGNumberFeaturesTile.html index 295442d3..5ab00688 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGNumberFeaturesTile.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGNumberFeaturesTile.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5049,7 +5049,7 @@

    GPKGNumberFeaturesTile

    the text paint object).

    @@ -5085,7 +5085,7 @@

    Declaration

    @@ -5120,7 +5120,7 @@

    Declaration

    @@ -5155,7 +5155,7 @@

    Declaration

    @@ -5190,7 +5190,7 @@

    Declaration

    @@ -5225,7 +5225,7 @@

    Declaration

    @@ -5260,7 +5260,7 @@

    Declaration

    @@ -5295,7 +5295,7 @@

    Declaration

    @@ -5330,7 +5330,7 @@

    Declaration

    @@ -5365,7 +5365,7 @@

    Declaration

    @@ -5400,7 +5400,7 @@

    Declaration

    @@ -5435,7 +5435,7 @@

    Declaration

    @@ -5470,7 +5470,7 @@

    Declaration

    @@ -5505,7 +5505,7 @@

    Declaration

    @@ -5540,7 +5540,7 @@

    Declaration

    @@ -5575,7 +5575,7 @@

    Declaration

    @@ -5610,7 +5610,7 @@

    Declaration

    @@ -5649,7 +5649,7 @@

    Return Value

    new number feature tile

    @@ -5659,7 +5659,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGOAPIFeatureGenerator.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGOAPIFeatureGenerator.html index 558336ce..776f49bc 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGOAPIFeatureGenerator.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGOAPIFeatureGenerator.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGOAPIFeatureGenerator

    OGC API Features Generator

    @@ -5082,7 +5082,7 @@

    Declaration

    @@ -5117,7 +5117,7 @@

    Declaration

    @@ -5152,7 +5152,7 @@

    Declaration

    @@ -5187,7 +5187,7 @@

    Declaration

    @@ -5222,7 +5222,7 @@

    Declaration

    @@ -5319,7 +5319,7 @@

    Return Value

    new OAPI feature generator

    @@ -5358,7 +5358,7 @@

    Return Value

    server

    @@ -5397,7 +5397,7 @@

    Return Value

    collection id

    @@ -5451,7 +5451,7 @@

    Parameters

    @@ -5505,7 +5505,7 @@

    Parameters

    @@ -5544,7 +5544,7 @@

    Return Value

    projections

    @@ -5602,7 +5602,7 @@

    Return Value

    projections

    @@ -5660,7 +5660,7 @@

    Return Value

    projections

    @@ -5718,7 +5718,7 @@

    Return Value

    true to request the projection (non null and non default)

    @@ -5776,7 +5776,7 @@

    Return Value

    true if default projection

    @@ -5815,7 +5815,7 @@

    Return Value

    collection

    @@ -5825,7 +5825,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGObjectPaginatedResults.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGObjectPaginatedResults.html index 72116782..e72e22f9 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGObjectPaginatedResults.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGObjectPaginatedResults.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGObjectPaginatedResults

    Paginated Object Results for iterating and querying through chunks

    @@ -5117,7 +5117,7 @@

    Return Value

    new object paginated results

    @@ -5188,7 +5188,7 @@

    Return Value

    new object paginated results

    @@ -5227,7 +5227,7 @@

    Return Value

    base DAO

    @@ -5266,7 +5266,7 @@

    Return Value

    object

    @@ -5276,7 +5276,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGObjectResultSet.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGObjectResultSet.html index a0760438..08781185 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGObjectResultSet.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGObjectResultSet.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGObjectResultSet

    Object wrapped Result set

    @@ -5117,7 +5117,7 @@

    Return Value

    new object result set

    @@ -5188,7 +5188,7 @@

    Return Value

    new object result set

    @@ -5227,7 +5227,7 @@

    Return Value

    DAO

    @@ -5266,7 +5266,7 @@

    Return Value

    result set

    @@ -5305,7 +5305,7 @@

    Return Value

    count

    @@ -5344,7 +5344,7 @@

    Return Value

    true if a result found, false if no more results

    @@ -5383,7 +5383,7 @@

    Return Value

    reset code

    @@ -5441,7 +5441,7 @@

    Return Value

    true if result at position found

    @@ -5480,7 +5480,7 @@

    Return Value

    object

    @@ -5515,7 +5515,7 @@

    Declaration

    @@ -5525,7 +5525,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGOverlayFactory.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGOverlayFactory.html index 8cbe15f2..60c8e3d4 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGOverlayFactory.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGOverlayFactory.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGOverlayFactory

    Get a tile provider for the Tile DAO

    @@ -5104,7 +5104,7 @@

    Return Value

    tile overlay

    @@ -5175,7 +5175,7 @@

    Return Value

    tile overlay

    @@ -5233,7 +5233,7 @@

    Return Value

    bounded overlay

    @@ -5304,7 +5304,7 @@

    Return Value

    bounded overlay

    @@ -5376,7 +5376,7 @@

    Return Value

    composite overlay

    @@ -5448,7 +5448,7 @@

    Return Value

    composite overlay

    @@ -5507,7 +5507,7 @@

    Return Value

    composite overlay

    @@ -5579,7 +5579,7 @@

    Return Value

    linked bounded overlay

    @@ -5589,7 +5589,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGPaginatedResults.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGPaginatedResults.html index d650d6f1..94467001 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGPaginatedResults.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGPaginatedResults.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGPaginatedResults

    Paginated Results for iterating and querying through chunks

    @@ -5104,7 +5104,7 @@

    Return Value

    true if paginated

    @@ -5162,7 +5162,7 @@

    Return Value

    pagination or nil if not paginated

    @@ -5220,7 +5220,7 @@

    Return Value

    new paginated results

    @@ -5255,7 +5255,7 @@

    Declaration

    @@ -5290,7 +5290,7 @@

    Declaration

    @@ -5348,7 +5348,7 @@

    Return Value

    new paginated results

    @@ -5387,7 +5387,7 @@

    Return Value

    SQL arguments

    @@ -5426,7 +5426,7 @@

    Return Value

    current Result Set

    @@ -5465,7 +5465,7 @@

    Return Value

    count

    @@ -5504,7 +5504,7 @@

    Return Value

    SQL statement

    @@ -5543,7 +5543,7 @@

    Return Value

    SQL arguments

    @@ -5582,7 +5582,7 @@

    Return Value

    true if a result found, false if no more results

    @@ -5621,7 +5621,7 @@

    Return Value

    row value array

    @@ -5660,7 +5660,7 @@

    Return Value

    row value

    @@ -5699,7 +5699,7 @@

    Return Value

    id value

    @@ -5734,7 +5734,7 @@

    Declaration

    @@ -5744,7 +5744,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGPagination.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGPagination.html index 9f4ec805..90f9016b 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGPagination.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGPagination.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGPagination

    Query pagination configuration

    @@ -5104,7 +5104,7 @@

    Return Value

    pagination or null if not found

    @@ -5175,7 +5175,7 @@

    Return Value

    modified SQL statement

    @@ -5210,7 +5210,7 @@

    Declaration

    @@ -5245,7 +5245,7 @@

    Declaration

    @@ -5303,7 +5303,7 @@

    Return Value

    new pagination

    @@ -5373,7 +5373,7 @@

    Return Value

    new pagination

    @@ -5443,7 +5443,7 @@

    Return Value

    new pagination

    @@ -5482,7 +5482,7 @@

    Return Value

    true if limit above 0

    @@ -5521,7 +5521,7 @@

    Return Value

    true if has an offset

    @@ -5556,7 +5556,7 @@

    Declaration

    @@ -5610,7 +5610,7 @@

    Parameters

    @@ -5669,7 +5669,7 @@

    Return Value

    modified SQL statement

    @@ -5679,7 +5679,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGPixelBounds.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGPixelBounds.html index e4252258..41bcdebc 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGPixelBounds.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGPixelBounds.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5046,7 +5046,7 @@

    GPKGPixelBounds

    up, right, and down pixels

    @@ -5082,7 +5082,7 @@

    Declaration

    @@ -5117,7 +5117,7 @@

    Declaration

    @@ -5152,7 +5152,7 @@

    Declaration

    @@ -5187,7 +5187,7 @@

    Declaration

    @@ -5226,7 +5226,7 @@

    Return Value

    new pixel bounds

    @@ -5284,7 +5284,7 @@

    Return Value

    new pixel bounds

    @@ -5354,7 +5354,7 @@

    Return Value

    new pixel bounds

    @@ -5451,7 +5451,7 @@

    Return Value

    new pixel bounds

    @@ -5490,7 +5490,7 @@

    Return Value

    new pixel bounds

    @@ -5548,7 +5548,7 @@

    Return Value

    new pixel bounds

    @@ -5618,7 +5618,7 @@

    Return Value

    new pixel bounds

    @@ -5715,7 +5715,7 @@

    Return Value

    new pixel bounds

    @@ -5769,7 +5769,7 @@

    Parameters

    @@ -5823,7 +5823,7 @@

    Parameters

    @@ -5877,7 +5877,7 @@

    Parameters

    @@ -5931,7 +5931,7 @@

    Parameters

    @@ -5985,7 +5985,7 @@

    Parameters

    @@ -6039,7 +6039,7 @@

    Parameters

    @@ -6093,7 +6093,7 @@

    Parameters

    @@ -6132,7 +6132,7 @@

    Return Value

    pixel width

    @@ -6171,7 +6171,7 @@

    Return Value

    pixel height

    @@ -6210,7 +6210,7 @@

    Return Value

    pixel area

    @@ -6220,7 +6220,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGPlatteCarreOptimize.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGPlatteCarreOptimize.html index 4699074e..4efc58b1 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGPlatteCarreOptimize.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGPlatteCarreOptimize.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGPlatteCarreOptimize

    Platte Carre (WGS84) XYZ tiling optimizations

    @@ -5085,7 +5085,7 @@

    Return Value

    platte carre optimize

    @@ -5124,7 +5124,7 @@

    Return Value

    platte carre optimize

    @@ -5163,7 +5163,7 @@

    Return Value

    new platte carre optimize

    @@ -5221,7 +5221,7 @@

    Return Value

    new platte carre optimize

    @@ -5231,7 +5231,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGPolygon.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGPolygon.html index 34224e9a..25df4f40 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGPolygon.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGPolygon.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGPolygon

    MapKit Polygon with Style Options

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5091,7 +5091,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGPolygonHolePoints.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGPolygonHolePoints.html index a9c10186..2157e890 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGPolygonHolePoints.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGPolygonHolePoints.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGPolygonHolePoints

    Polygon hole points shape

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5174,7 +5174,7 @@

    Return Value

    new polygon hole points

    @@ -5228,7 +5228,7 @@

    Parameters

    @@ -5282,7 +5282,7 @@

    Parameters

    @@ -5321,7 +5321,7 @@

    Return Value

    true if valid

    @@ -5360,7 +5360,7 @@

    Return Value

    true if deleted

    @@ -5370,7 +5370,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGPolygonOptions.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGPolygonOptions.html index 6c6ad491..59c49125 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGPolygonOptions.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGPolygonOptions.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGPolygonOptions

    Polygon Style Options

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5151,7 +5151,7 @@

    Declaration

    @@ -5161,7 +5161,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGPolygonPoints.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGPolygonPoints.html index 344876bd..2a6af683 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGPolygonPoints.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGPolygonPoints.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5046,7 +5046,7 @@

    GPKGPolygonPoints

    Polygon points shape

    @@ -5082,7 +5082,7 @@

    Declaration

    @@ -5117,7 +5117,7 @@

    Declaration

    @@ -5152,7 +5152,7 @@

    Declaration

    @@ -5191,7 +5191,7 @@

    Return Value

    new polygon points

    @@ -5245,7 +5245,7 @@

    Parameters

    @@ -5299,7 +5299,7 @@

    Parameters

    @@ -5353,7 +5353,7 @@

    Parameters

    @@ -5407,7 +5407,7 @@

    Parameters

    @@ -5446,7 +5446,7 @@

    Return Value

    true if valid

    @@ -5485,7 +5485,7 @@

    Return Value

    true if deleted

    @@ -5495,7 +5495,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGPolyline.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGPolyline.html index 6ca197c8..a17236aa 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGPolyline.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGPolyline.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGPolyline

    MapKit Polyline with Style Options

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5091,7 +5091,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGPolylineOptions.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGPolylineOptions.html index 97568561..a5bf5bc0 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGPolylineOptions.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGPolylineOptions.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGPolylineOptions

    Polyline Style Options

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5126,7 +5126,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGPolylinePoints.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGPolylinePoints.html index 8e20c0f6..eeddef77 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGPolylinePoints.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGPolylinePoints.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGPolylinePoints

    Polyline points shape

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5155,7 +5155,7 @@

    Return Value

    new polyline points

    @@ -5209,7 +5209,7 @@

    Parameters

    @@ -5263,7 +5263,7 @@

    Parameters

    @@ -5317,7 +5317,7 @@

    Parameters

    @@ -5356,7 +5356,7 @@

    Return Value

    true if valid

    @@ -5395,7 +5395,7 @@

    Return Value

    true if deleted

    @@ -5405,7 +5405,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGProperties.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGProperties.html index d47cde58..509c8f49 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGProperties.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGProperties.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGProperties

    GeoPackage property loader

    @@ -5117,7 +5117,7 @@

    Return Value

    string value

    @@ -5175,7 +5175,7 @@

    Return Value

    string value

    @@ -5245,7 +5245,7 @@

    Return Value

    string value

    @@ -5316,7 +5316,7 @@

    Return Value

    string value

    @@ -5400,7 +5400,7 @@

    Return Value

    string value

    @@ -5458,7 +5458,7 @@

    Return Value

    number value

    @@ -5529,7 +5529,7 @@

    Return Value

    number value

    @@ -5600,7 +5600,7 @@

    Return Value

    number value

    @@ -5684,7 +5684,7 @@

    Return Value

    number value

    @@ -5742,7 +5742,7 @@

    Return Value

    bool value

    @@ -5812,7 +5812,7 @@

    Return Value

    bool value

    @@ -5883,7 +5883,7 @@

    Return Value

    bool value

    @@ -5967,7 +5967,7 @@

    Return Value

    bool value

    @@ -6025,7 +6025,7 @@

    Return Value

    array value

    @@ -6096,7 +6096,7 @@

    Return Value

    array value

    @@ -6167,7 +6167,7 @@

    Return Value

    array value

    @@ -6251,7 +6251,7 @@

    Return Value

    array value

    @@ -6309,7 +6309,7 @@

    Return Value

    dictionary value

    @@ -6380,7 +6380,7 @@

    Return Value

    dictionary value

    @@ -6451,7 +6451,7 @@

    Return Value

    dictionary value

    @@ -6535,7 +6535,7 @@

    Return Value

    dictionary value

    @@ -6545,7 +6545,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGPropertiesExtension.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGPropertiesExtension.html index 76ef57d2..00143066 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGPropertiesExtension.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGPropertiesExtension.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5048,7 +5048,7 @@

    GPKGPropertiesExtension

    http://ngageoint.github.io/GeoPackage/docs/extensions/properties.html

    @@ -5107,7 +5107,7 @@

    Return Value

    new properties extension

    @@ -5146,7 +5146,7 @@

    Return Value

    extension

    @@ -5185,7 +5185,7 @@

    Return Value

    true if has extension

    @@ -5224,7 +5224,7 @@

    Return Value

    extension name

    @@ -5263,7 +5263,7 @@

    Return Value

    extension definition

    @@ -5302,7 +5302,7 @@

    Return Value

    property count

    @@ -5341,7 +5341,7 @@

    Return Value

    list of properties

    @@ -5380,7 +5380,7 @@

    Return Value

    true if has property

    @@ -5419,7 +5419,7 @@

    Return Value

    number of total property values

    @@ -5477,7 +5477,7 @@

    Return Value

    number of values

    @@ -5535,7 +5535,7 @@

    Return Value

    true if has a single value

    @@ -5593,7 +5593,7 @@

    Return Value

    true if has any values

    @@ -5651,7 +5651,7 @@

    Return Value

    value or null

    @@ -5709,7 +5709,7 @@

    Return Value

    list of values

    @@ -5779,7 +5779,7 @@

    Return Value

    true if property has the value

    @@ -5849,7 +5849,7 @@

    Return Value

    true if added, false if already existed

    @@ -5907,7 +5907,7 @@

    Return Value

    deleted values count

    @@ -5977,7 +5977,7 @@

    Return Value

    deleted values count

    @@ -6016,7 +6016,7 @@

    Return Value

    deleted values count

    @@ -6051,7 +6051,7 @@

    Declaration

    @@ -6061,7 +6061,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGPropertiesManager.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGPropertiesManager.html index 1f2e17d0..80686c88 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGPropertiesManager.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGPropertiesManager.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5377,7 +5377,7 @@

    GPKGPropertiesManager

    Undocumented

    @@ -5417,7 +5417,7 @@

    Return Value

    new properties manager

    @@ -5475,7 +5475,7 @@

    Return Value

    new properties manager

    @@ -5533,7 +5533,7 @@

    Return Value

    new properties manager

    @@ -5591,7 +5591,7 @@

    Return Value

    new properties manager

    @@ -5650,7 +5650,7 @@

    Return Value

    properties extension

    @@ -5689,7 +5689,7 @@

    Return Value

    names

    @@ -5728,7 +5728,7 @@

    Return Value

    GeoPackage count

    @@ -5767,7 +5767,7 @@

    Return Value

    collection of GeoPackages

    @@ -5825,7 +5825,7 @@

    Return Value

    true if exists

    @@ -5883,7 +5883,7 @@

    Return Value

    GeoPackage

    @@ -5937,7 +5937,7 @@

    Parameters

    @@ -5991,7 +5991,7 @@

    Parameters

    @@ -6026,7 +6026,7 @@

    Declaration

    @@ -6084,7 +6084,7 @@

    Return Value

    removed GeoPackage

    @@ -6119,7 +6119,7 @@

    Declaration

    @@ -6159,7 +6159,7 @@

    Return Value

    true if found, removed, and closed

    @@ -6217,7 +6217,7 @@

    Return Value

    true if found and closed

    @@ -6271,7 +6271,7 @@

    Parameters

    @@ -6325,7 +6325,7 @@

    Parameters

    @@ -6364,7 +6364,7 @@

    Return Value

    property count

    @@ -6403,7 +6403,7 @@

    Return Value

    set of properties

    @@ -6461,7 +6461,7 @@

    Return Value

    GeoPackages

    @@ -6519,7 +6519,7 @@

    Return Value

    GeoPackages

    @@ -6577,7 +6577,7 @@

    Return Value

    number of values

    @@ -6635,7 +6635,7 @@

    Return Value

    true if has any values

    @@ -6693,7 +6693,7 @@

    Return Value

    set of values

    @@ -6764,7 +6764,7 @@

    Return Value

    GeoPackages

    @@ -6835,7 +6835,7 @@

    Return Value

    GeoPackages

    @@ -6905,7 +6905,7 @@

    Return Value

    number of GeoPackages added to

    @@ -6989,7 +6989,7 @@

    Return Value

    true if added

    @@ -7047,7 +7047,7 @@

    Return Value

    number of GeoPackages deleted from

    @@ -7117,7 +7117,7 @@

    Return Value

    true if deleted

    @@ -7187,7 +7187,7 @@

    Return Value

    number of GeoPackages deleted from

    @@ -7271,7 +7271,7 @@

    Return Value

    true if deleted

    @@ -7310,7 +7310,7 @@

    Return Value

    number of GeoPackages deleted from

    @@ -7368,7 +7368,7 @@

    Return Value

    true if any deleted

    @@ -7403,7 +7403,7 @@

    Declaration

    @@ -7457,7 +7457,7 @@

    Parameters

    @@ -7467,7 +7467,7 @@

    Parameters

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGRTreeIndexExtension.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGRTreeIndexExtension.html index c3215253..f143ecc3 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGRTreeIndexExtension.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGRTreeIndexExtension.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5047,7 +5047,7 @@

    GPKGRTreeIndexExtension

    https://www.geopackage.org/spec/#extension_rtree

    @@ -5083,7 +5083,7 @@

    Declaration

    @@ -5118,7 +5118,7 @@

    Declaration

    @@ -5176,7 +5176,7 @@

    Return Value

    new instance

    @@ -5234,7 +5234,7 @@

    Return Value

    RTree Index Table DAO

    @@ -5292,7 +5292,7 @@

    Return Value

    RTree Index Table DAO

    @@ -5351,7 +5351,7 @@

    Return Value

    extension

    @@ -5422,7 +5422,7 @@

    Return Value

    extension

    @@ -5480,7 +5480,7 @@

    Return Value

    true if has extension

    @@ -5551,7 +5551,7 @@

    Return Value

    true if has extension

    @@ -5609,7 +5609,7 @@

    Return Value

    true if has extension

    @@ -5648,7 +5648,7 @@

    Return Value

    true if has extension

    @@ -5707,7 +5707,7 @@

    Return Value

    true if has extension and functions created

    @@ -5779,7 +5779,7 @@

    Return Value

    true if has extension and functions created

    @@ -5819,7 +5819,7 @@

    Return Value

    true if has extension and functions created

    @@ -5878,7 +5878,7 @@

    Return Value

    extension

    @@ -5964,7 +5964,7 @@

    Return Value

    extension

    @@ -6018,7 +6018,7 @@

    Parameters

    @@ -6085,7 +6085,7 @@

    Parameters

    @@ -6121,7 +6121,7 @@

    Declaration

    @@ -6156,7 +6156,7 @@

    Declaration

    @@ -6191,7 +6191,7 @@

    Declaration

    @@ -6226,7 +6226,7 @@

    Declaration

    @@ -6261,7 +6261,7 @@

    Declaration

    @@ -6296,7 +6296,7 @@

    Declaration

    @@ -6350,7 +6350,7 @@

    Parameters

    @@ -6430,7 +6430,7 @@

    Parameters

    @@ -6484,7 +6484,7 @@

    Parameters

    @@ -6564,7 +6564,7 @@

    Parameters

    @@ -6649,7 +6649,7 @@

    Parameters

    @@ -6735,7 +6735,7 @@

    Parameters

    @@ -6821,7 +6821,7 @@

    Parameters

    @@ -6909,7 +6909,7 @@

    Parameters

    @@ -6996,7 +6996,7 @@

    Parameters

    @@ -7081,7 +7081,7 @@

    Parameters

    @@ -7136,7 +7136,7 @@

    Parameters

    @@ -7204,7 +7204,7 @@

    Parameters

    @@ -7259,7 +7259,7 @@

    Parameters

    @@ -7295,7 +7295,7 @@

    Declaration

    @@ -7349,7 +7349,7 @@

    Parameters

    @@ -7416,7 +7416,7 @@

    Parameters

    @@ -7470,7 +7470,7 @@

    Parameters

    @@ -7537,7 +7537,7 @@

    Parameters

    @@ -7592,7 +7592,7 @@

    Parameters

    @@ -7664,7 +7664,7 @@

    Return Value

    true if dropped

    @@ -7718,7 +7718,7 @@

    Parameters

    @@ -7785,7 +7785,7 @@

    Parameters

    @@ -7852,7 +7852,7 @@

    Parameters

    @@ -7919,7 +7919,7 @@

    Parameters

    @@ -7986,7 +7986,7 @@

    Parameters

    @@ -8053,7 +8053,7 @@

    Parameters

    @@ -8120,7 +8120,7 @@

    Parameters

    @@ -8187,7 +8187,7 @@

    Parameters

    @@ -8267,7 +8267,7 @@

    Parameters

    @@ -8277,7 +8277,7 @@

    Parameters

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGRTreeIndexTableDao.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGRTreeIndexTableDao.html index c100d646..1f4ba44d 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGRTreeIndexTableDao.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGRTreeIndexTableDao.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGRTreeIndexTableDao

    Undocumented

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5196,7 +5196,7 @@

    Parameters

    @@ -5235,7 +5235,7 @@

    Return Value

    true if has extension

    @@ -5274,7 +5274,7 @@

    Return Value

    extension

    @@ -5309,7 +5309,7 @@

    Declaration

    @@ -5348,7 +5348,7 @@

    Return Value

    RTree index extension

    @@ -5387,7 +5387,7 @@

    Return Value

    feature DAO

    @@ -5445,7 +5445,7 @@

    Return Value

    RTree Index Table row

    @@ -5503,7 +5503,7 @@

    Return Value

    RTree Index Table row

    @@ -5561,7 +5561,7 @@

    Return Value

    RTree Index Table row

    @@ -5619,7 +5619,7 @@

    Return Value

    feature row

    @@ -5677,7 +5677,7 @@

    Return Value

    feature row

    @@ -5735,7 +5735,7 @@

    Return Value

    feature row

    @@ -5793,7 +5793,7 @@

    Return Value

    feature row

    @@ -5832,7 +5832,7 @@

    Return Value

    feature results

    @@ -5890,7 +5890,7 @@

    Return Value

    feature results

    @@ -5948,7 +5948,7 @@

    Return Value

    feature results

    @@ -6019,7 +6019,7 @@

    Return Value

    feature results

    @@ -6058,7 +6058,7 @@

    Return Value

    count

    @@ -6116,7 +6116,7 @@

    Return Value

    count

    @@ -6186,7 +6186,7 @@

    Return Value

    count

    @@ -6244,7 +6244,7 @@

    Return Value

    feature results

    @@ -6315,7 +6315,7 @@

    Return Value

    feature results

    @@ -6386,7 +6386,7 @@

    Return Value

    feature results

    @@ -6470,7 +6470,7 @@

    Return Value

    feature results

    @@ -6528,7 +6528,7 @@

    Return Value

    count

    @@ -6599,7 +6599,7 @@

    Return Value

    count

    @@ -6683,7 +6683,7 @@

    Return Value

    count

    @@ -6741,7 +6741,7 @@

    Return Value

    feature results

    @@ -6812,7 +6812,7 @@

    Return Value

    feature results

    @@ -6883,7 +6883,7 @@

    Return Value

    feature results

    @@ -6967,7 +6967,7 @@

    Return Value

    feature results

    @@ -7025,7 +7025,7 @@

    Return Value

    count

    @@ -7095,7 +7095,7 @@

    Return Value

    count

    @@ -7179,7 +7179,7 @@

    Return Value

    count

    @@ -7250,7 +7250,7 @@

    Return Value

    feature results

    @@ -7334,7 +7334,7 @@

    Return Value

    feature results

    @@ -7418,7 +7418,7 @@

    Return Value

    feature results

    @@ -7515,7 +7515,7 @@

    Return Value

    feature results

    @@ -7585,7 +7585,7 @@

    Return Value

    count

    @@ -7669,7 +7669,7 @@

    Return Value

    count

    @@ -7766,7 +7766,7 @@

    Return Value

    count

    @@ -7824,7 +7824,7 @@

    Return Value

    results

    @@ -7895,7 +7895,7 @@

    Return Value

    results

    @@ -7966,7 +7966,7 @@

    Return Value

    results

    @@ -8050,7 +8050,7 @@

    Return Value

    results

    @@ -8108,7 +8108,7 @@

    Return Value

    count

    @@ -8179,7 +8179,7 @@

    Return Value

    count

    @@ -8263,7 +8263,7 @@

    Return Value

    count

    @@ -8321,7 +8321,7 @@

    Return Value

    feature results

    @@ -8392,7 +8392,7 @@

    Return Value

    feature results

    @@ -8463,7 +8463,7 @@

    Return Value

    feature results

    @@ -8547,7 +8547,7 @@

    Return Value

    feature results

    @@ -8605,7 +8605,7 @@

    Return Value

    count

    @@ -8676,7 +8676,7 @@

    Return Value

    count

    @@ -8760,7 +8760,7 @@

    Return Value

    count

    @@ -8831,7 +8831,7 @@

    Return Value

    feature results

    @@ -8915,7 +8915,7 @@

    Return Value

    feature results

    @@ -8999,7 +8999,7 @@

    Return Value

    feature results

    @@ -9096,7 +9096,7 @@

    Return Value

    feature results

    @@ -9167,7 +9167,7 @@

    Return Value

    count

    @@ -9251,7 +9251,7 @@

    Return Value

    count

    @@ -9348,7 +9348,7 @@

    Return Value

    count

    @@ -9419,7 +9419,7 @@

    Return Value

    feature results

    @@ -9503,7 +9503,7 @@

    Return Value

    feature results

    @@ -9587,7 +9587,7 @@

    Return Value

    feature results

    @@ -9684,7 +9684,7 @@

    Return Value

    feature results

    @@ -9755,7 +9755,7 @@

    Return Value

    count

    @@ -9839,7 +9839,7 @@

    Return Value

    count

    @@ -9936,7 +9936,7 @@

    Return Value

    count

    @@ -10020,7 +10020,7 @@

    Return Value

    feature results

    @@ -10117,7 +10117,7 @@

    Return Value

    feature results

    @@ -10214,7 +10214,7 @@

    Return Value

    feature results

    @@ -10324,7 +10324,7 @@

    Return Value

    feature results

    @@ -10408,7 +10408,7 @@

    Return Value

    count

    @@ -10505,7 +10505,7 @@

    Return Value

    count

    @@ -10615,7 +10615,7 @@

    Return Value

    count

    @@ -10686,7 +10686,7 @@

    Return Value

    results

    @@ -10770,7 +10770,7 @@

    Return Value

    results

    @@ -10854,7 +10854,7 @@

    Return Value

    results

    @@ -10951,7 +10951,7 @@

    Return Value

    results

    @@ -11022,7 +11022,7 @@

    Return Value

    count

    @@ -11106,7 +11106,7 @@

    Return Value

    count

    @@ -11203,7 +11203,7 @@

    Return Value

    count

    @@ -11274,7 +11274,7 @@

    Return Value

    feature results

    @@ -11358,7 +11358,7 @@

    Return Value

    feature results

    @@ -11442,7 +11442,7 @@

    Return Value

    feature results

    @@ -11539,7 +11539,7 @@

    Return Value

    feature results

    @@ -11610,7 +11610,7 @@

    Return Value

    count

    @@ -11694,7 +11694,7 @@

    Return Value

    count

    @@ -11791,7 +11791,7 @@

    Return Value

    count

    @@ -11875,7 +11875,7 @@

    Return Value

    feature results

    @@ -11972,7 +11972,7 @@

    Return Value

    feature results

    @@ -12069,7 +12069,7 @@

    Return Value

    feature results

    @@ -12179,7 +12179,7 @@

    Return Value

    feature results

    @@ -12263,7 +12263,7 @@

    Return Value

    count

    @@ -12360,7 +12360,7 @@

    Return Value

    count

    @@ -12470,7 +12470,7 @@

    Return Value

    count

    @@ -12554,7 +12554,7 @@

    Return Value

    feature results

    @@ -12651,7 +12651,7 @@

    Return Value

    feature results

    @@ -12748,7 +12748,7 @@

    Return Value

    feature results

    @@ -12858,7 +12858,7 @@

    Return Value

    feature results

    @@ -12942,7 +12942,7 @@

    Return Value

    count

    @@ -13039,7 +13039,7 @@

    Return Value

    count

    @@ -13149,7 +13149,7 @@

    Return Value

    count

    @@ -13246,7 +13246,7 @@

    Return Value

    feature results

    @@ -13356,7 +13356,7 @@

    Return Value

    feature results

    @@ -13466,7 +13466,7 @@

    Return Value

    feature results

    @@ -13589,7 +13589,7 @@

    Return Value

    feature results

    @@ -13686,7 +13686,7 @@

    Return Value

    count

    @@ -13796,7 +13796,7 @@

    Return Value

    count

    @@ -13919,7 +13919,7 @@

    Return Value

    count

    @@ -13977,7 +13977,7 @@

    Return Value

    results

    @@ -14048,7 +14048,7 @@

    Return Value

    results

    @@ -14119,7 +14119,7 @@

    Return Value

    results

    @@ -14203,7 +14203,7 @@

    Return Value

    results

    @@ -14261,7 +14261,7 @@

    Return Value

    count

    @@ -14332,7 +14332,7 @@

    Return Value

    count

    @@ -14416,7 +14416,7 @@

    Return Value

    count

    @@ -14474,7 +14474,7 @@

    Return Value

    feature results

    @@ -14545,7 +14545,7 @@

    Return Value

    feature results

    @@ -14616,7 +14616,7 @@

    Return Value

    feature results

    @@ -14700,7 +14700,7 @@

    Return Value

    feature results

    @@ -14758,7 +14758,7 @@

    Return Value

    count

    @@ -14829,7 +14829,7 @@

    Return Value

    count

    @@ -14913,7 +14913,7 @@

    Return Value

    count

    @@ -14984,7 +14984,7 @@

    Return Value

    feature results

    @@ -15068,7 +15068,7 @@

    Return Value

    feature results

    @@ -15152,7 +15152,7 @@

    Return Value

    feature results

    @@ -15249,7 +15249,7 @@

    Return Value

    feature results

    @@ -15320,7 +15320,7 @@

    Return Value

    count

    @@ -15404,7 +15404,7 @@

    Return Value

    count

    @@ -15501,7 +15501,7 @@

    Return Value

    count

    @@ -15572,7 +15572,7 @@

    Return Value

    feature results

    @@ -15656,7 +15656,7 @@

    Return Value

    feature results

    @@ -15740,7 +15740,7 @@

    Return Value

    feature results

    @@ -15837,7 +15837,7 @@

    Return Value

    feature results

    @@ -15908,7 +15908,7 @@

    Return Value

    count

    @@ -15992,7 +15992,7 @@

    Return Value

    count

    @@ -16089,7 +16089,7 @@

    Return Value

    count

    @@ -16173,7 +16173,7 @@

    Return Value

    feature results

    @@ -16270,7 +16270,7 @@

    Return Value

    feature results

    @@ -16367,7 +16367,7 @@

    Return Value

    feature results

    @@ -16477,7 +16477,7 @@

    Return Value

    feature results

    @@ -16561,7 +16561,7 @@

    Return Value

    count

    @@ -16658,7 +16658,7 @@

    Return Value

    count

    @@ -16768,7 +16768,7 @@

    Return Value

    count

    @@ -16865,7 +16865,7 @@

    Return Value

    results

    @@ -16975,7 +16975,7 @@

    Return Value

    results

    @@ -17085,7 +17085,7 @@

    Return Value

    results

    @@ -17208,7 +17208,7 @@

    Return Value

    results

    @@ -17305,7 +17305,7 @@

    Return Value

    count

    @@ -17415,7 +17415,7 @@

    Return Value

    count

    @@ -17538,7 +17538,7 @@

    Return Value

    count

    @@ -17635,7 +17635,7 @@

    Return Value

    results

    @@ -17745,7 +17745,7 @@

    Return Value

    results

    @@ -17855,7 +17855,7 @@

    Return Value

    results

    @@ -17978,7 +17978,7 @@

    Return Value

    results

    @@ -18075,7 +18075,7 @@

    Return Value

    results

    @@ -18185,7 +18185,7 @@

    Return Value

    count

    @@ -18308,7 +18308,7 @@

    Return Value

    count

    @@ -18418,7 +18418,7 @@

    Return Value

    results

    @@ -18541,7 +18541,7 @@

    Return Value

    results

    @@ -18664,7 +18664,7 @@

    Return Value

    results

    @@ -18800,7 +18800,7 @@

    Return Value

    results

    @@ -18910,7 +18910,7 @@

    Return Value

    results

    @@ -19033,7 +19033,7 @@

    Return Value

    count

    @@ -19169,7 +19169,7 @@

    Return Value

    count

    @@ -19279,7 +19279,7 @@

    Return Value

    results

    @@ -19402,7 +19402,7 @@

    Return Value

    results

    @@ -19525,7 +19525,7 @@

    Return Value

    results

    @@ -19661,7 +19661,7 @@

    Return Value

    results

    @@ -19771,7 +19771,7 @@

    Return Value

    results

    @@ -19894,7 +19894,7 @@

    Return Value

    count

    @@ -20030,7 +20030,7 @@

    Return Value

    count

    @@ -20153,7 +20153,7 @@

    Return Value

    results

    @@ -20289,7 +20289,7 @@

    Return Value

    results

    @@ -20425,7 +20425,7 @@

    Return Value

    results

    @@ -20574,7 +20574,7 @@

    Return Value

    results

    @@ -20697,7 +20697,7 @@

    Return Value

    results

    @@ -20833,7 +20833,7 @@

    Return Value

    count

    @@ -20982,7 +20982,7 @@

    Return Value

    count

    @@ -21041,7 +21041,7 @@

    Return Value

    results

    @@ -21113,7 +21113,7 @@

    Return Value

    results

    @@ -21185,7 +21185,7 @@

    Return Value

    results

    @@ -21270,7 +21270,7 @@

    Return Value

    results

    @@ -21342,7 +21342,7 @@

    Return Value

    results

    @@ -21427,7 +21427,7 @@

    Return Value

    results

    @@ -21512,7 +21512,7 @@

    Return Value

    results

    @@ -21610,7 +21610,7 @@

    Return Value

    results

    @@ -21683,7 +21683,7 @@

    Return Value

    results

    @@ -21769,7 +21769,7 @@

    Return Value

    results

    @@ -21855,7 +21855,7 @@

    Return Value

    results

    @@ -21954,7 +21954,7 @@

    Return Value

    results

    @@ -22040,7 +22040,7 @@

    Return Value

    results

    @@ -22139,7 +22139,7 @@

    Return Value

    results

    @@ -22238,7 +22238,7 @@

    Return Value

    results

    @@ -22350,7 +22350,7 @@

    Return Value

    feature results

    @@ -22423,7 +22423,7 @@

    Return Value

    results

    @@ -22509,7 +22509,7 @@

    Return Value

    results

    @@ -22595,7 +22595,7 @@

    Return Value

    results

    @@ -22694,7 +22694,7 @@

    Return Value

    results

    @@ -22780,7 +22780,7 @@

    Return Value

    results

    @@ -22879,7 +22879,7 @@

    Return Value

    results

    @@ -22978,7 +22978,7 @@

    Return Value

    results

    @@ -23090,7 +23090,7 @@

    Return Value

    results

    @@ -23176,7 +23176,7 @@

    Return Value

    results

    @@ -23275,7 +23275,7 @@

    Return Value

    results

    @@ -23374,7 +23374,7 @@

    Return Value

    results

    @@ -23486,7 +23486,7 @@

    Return Value

    results

    @@ -23585,7 +23585,7 @@

    Return Value

    results

    @@ -23697,7 +23697,7 @@

    Return Value

    results

    @@ -23809,7 +23809,7 @@

    Return Value

    results

    @@ -23934,7 +23934,7 @@

    Return Value

    results

    @@ -24006,7 +24006,7 @@

    Return Value

    results

    @@ -24091,7 +24091,7 @@

    Return Value

    results

    @@ -24176,7 +24176,7 @@

    Return Value

    results

    @@ -24274,7 +24274,7 @@

    Return Value

    results

    @@ -24359,7 +24359,7 @@

    Return Value

    results

    @@ -24457,7 +24457,7 @@

    Return Value

    results

    @@ -24555,7 +24555,7 @@

    Return Value

    results

    @@ -24666,7 +24666,7 @@

    Return Value

    results

    @@ -24752,7 +24752,7 @@

    Return Value

    results

    @@ -24851,7 +24851,7 @@

    Return Value

    results

    @@ -24950,7 +24950,7 @@

    Return Value

    results

    @@ -25062,7 +25062,7 @@

    Return Value

    results

    @@ -25161,7 +25161,7 @@

    Return Value

    results

    @@ -25273,7 +25273,7 @@

    Return Value

    results

    @@ -25385,7 +25385,7 @@

    Return Value

    results

    @@ -25510,7 +25510,7 @@

    Return Value

    results

    @@ -25595,7 +25595,7 @@

    Return Value

    results

    @@ -25693,7 +25693,7 @@

    Return Value

    results

    @@ -25791,7 +25791,7 @@

    Return Value

    results

    @@ -25902,7 +25902,7 @@

    Return Value

    results

    @@ -26000,7 +26000,7 @@

    Return Value

    results

    @@ -26111,7 +26111,7 @@

    Return Value

    results

    @@ -26222,7 +26222,7 @@

    Return Value

    results

    @@ -26346,7 +26346,7 @@

    Return Value

    results

    @@ -26445,7 +26445,7 @@

    Return Value

    results

    @@ -26557,7 +26557,7 @@

    Return Value

    results

    @@ -26669,7 +26669,7 @@

    Return Value

    results

    @@ -26794,7 +26794,7 @@

    Return Value

    results

    @@ -26906,7 +26906,7 @@

    Return Value

    results

    @@ -27031,7 +27031,7 @@

    Return Value

    results

    @@ -27156,7 +27156,7 @@

    Return Value

    results

    @@ -27294,7 +27294,7 @@

    Return Value

    feature results

    @@ -27366,7 +27366,7 @@

    Return Value

    results

    @@ -27451,7 +27451,7 @@

    Return Value

    results

    @@ -27536,7 +27536,7 @@

    Return Value

    results

    @@ -27634,7 +27634,7 @@

    Return Value

    results

    @@ -27719,7 +27719,7 @@

    Return Value

    results

    @@ -27817,7 +27817,7 @@

    Return Value

    results

    @@ -27915,7 +27915,7 @@

    Return Value

    results

    @@ -28026,7 +28026,7 @@

    Return Value

    results

    @@ -28111,7 +28111,7 @@

    Return Value

    results

    @@ -28209,7 +28209,7 @@

    Return Value

    results

    @@ -28307,7 +28307,7 @@

    Return Value

    results

    @@ -28418,7 +28418,7 @@

    Return Value

    results

    @@ -28516,7 +28516,7 @@

    Return Value

    results

    @@ -28627,7 +28627,7 @@

    Return Value

    results

    @@ -28738,7 +28738,7 @@

    Return Value

    results

    @@ -28862,7 +28862,7 @@

    Return Value

    results

    @@ -28935,7 +28935,7 @@

    Return Value

    results

    @@ -29021,7 +29021,7 @@

    Return Value

    results

    @@ -29107,7 +29107,7 @@

    Return Value

    results

    @@ -29206,7 +29206,7 @@

    Return Value

    results

    @@ -29292,7 +29292,7 @@

    Return Value

    results

    @@ -29391,7 +29391,7 @@

    Return Value

    results

    @@ -29490,7 +29490,7 @@

    Return Value

    results

    @@ -29602,7 +29602,7 @@

    Return Value

    results

    @@ -29688,7 +29688,7 @@

    Return Value

    results

    @@ -29787,7 +29787,7 @@

    Return Value

    results

    @@ -29886,7 +29886,7 @@

    Return Value

    results

    @@ -29998,7 +29998,7 @@

    Return Value

    results

    @@ -30097,7 +30097,7 @@

    Return Value

    results

    @@ -30209,7 +30209,7 @@

    Return Value

    results

    @@ -30321,7 +30321,7 @@

    Return Value

    results

    @@ -30446,7 +30446,7 @@

    Return Value

    results

    @@ -30532,7 +30532,7 @@

    Return Value

    results

    @@ -30631,7 +30631,7 @@

    Return Value

    results

    @@ -30730,7 +30730,7 @@

    Return Value

    results

    @@ -30842,7 +30842,7 @@

    Return Value

    results

    @@ -30941,7 +30941,7 @@

    Return Value

    results

    @@ -31053,7 +31053,7 @@

    Return Value

    results

    @@ -31165,7 +31165,7 @@

    Return Value

    results

    @@ -31290,7 +31290,7 @@

    Return Value

    results

    @@ -31389,7 +31389,7 @@

    Return Value

    results

    @@ -31501,7 +31501,7 @@

    Return Value

    results

    @@ -31613,7 +31613,7 @@

    Return Value

    results

    @@ -31738,7 +31738,7 @@

    Return Value

    results

    @@ -31850,7 +31850,7 @@

    Return Value

    results

    @@ -31975,7 +31975,7 @@

    Return Value

    results

    @@ -32100,7 +32100,7 @@

    Return Value

    results

    @@ -32238,7 +32238,7 @@

    Return Value

    results

    @@ -32324,7 +32324,7 @@

    Return Value

    results

    @@ -32423,7 +32423,7 @@

    Return Value

    results

    @@ -32522,7 +32522,7 @@

    Return Value

    results

    @@ -32634,7 +32634,7 @@

    Return Value

    results

    @@ -32733,7 +32733,7 @@

    Return Value

    results

    @@ -32845,7 +32845,7 @@

    Return Value

    results

    @@ -32957,7 +32957,7 @@

    Return Value

    results

    @@ -33082,7 +33082,7 @@

    Return Value

    results

    @@ -33181,7 +33181,7 @@

    Return Value

    results

    @@ -33293,7 +33293,7 @@

    Return Value

    results

    @@ -33405,7 +33405,7 @@

    Return Value

    results

    @@ -33530,7 +33530,7 @@

    Return Value

    results

    @@ -33642,7 +33642,7 @@

    Return Value

    results

    @@ -33767,7 +33767,7 @@

    Return Value

    results

    @@ -33892,7 +33892,7 @@

    Return Value

    results

    @@ -34030,7 +34030,7 @@

    Return Value

    results

    @@ -34129,7 +34129,7 @@

    Return Value

    results

    @@ -34241,7 +34241,7 @@

    Return Value

    results

    @@ -34353,7 +34353,7 @@

    Return Value

    results

    @@ -34478,7 +34478,7 @@

    Return Value

    results

    @@ -34590,7 +34590,7 @@

    Return Value

    results

    @@ -34715,7 +34715,7 @@

    Return Value

    results

    @@ -34840,7 +34840,7 @@

    Return Value

    results

    @@ -34978,7 +34978,7 @@

    Return Value

    results

    @@ -35090,7 +35090,7 @@

    Return Value

    results

    @@ -35215,7 +35215,7 @@

    Return Value

    results

    @@ -35340,7 +35340,7 @@

    Return Value

    results

    @@ -35478,7 +35478,7 @@

    Return Value

    results

    @@ -35603,7 +35603,7 @@

    Return Value

    results

    @@ -35741,7 +35741,7 @@

    Return Value

    results

    @@ -35879,7 +35879,7 @@

    Return Value

    results

    @@ -36030,7 +36030,7 @@

    Return Value

    results

    @@ -36115,7 +36115,7 @@

    Return Value

    results

    @@ -36213,7 +36213,7 @@

    Return Value

    results

    @@ -36311,7 +36311,7 @@

    Return Value

    results

    @@ -36422,7 +36422,7 @@

    Return Value

    results

    @@ -36520,7 +36520,7 @@

    Return Value

    results

    @@ -36631,7 +36631,7 @@

    Return Value

    results

    @@ -36742,7 +36742,7 @@

    Return Value

    results

    @@ -36866,7 +36866,7 @@

    Return Value

    results

    @@ -36964,7 +36964,7 @@

    Return Value

    results

    @@ -37075,7 +37075,7 @@

    Return Value

    results

    @@ -37186,7 +37186,7 @@

    Return Value

    results

    @@ -37310,7 +37310,7 @@

    Return Value

    results

    @@ -37421,7 +37421,7 @@

    Return Value

    results

    @@ -37545,7 +37545,7 @@

    Return Value

    results

    @@ -37669,7 +37669,7 @@

    Return Value

    results

    @@ -37806,7 +37806,7 @@

    Return Value

    results

    @@ -37893,7 +37893,7 @@

    Return Value

    results

    @@ -37993,7 +37993,7 @@

    Return Value

    results

    @@ -38092,7 +38092,7 @@

    Return Value

    results

    @@ -38204,7 +38204,7 @@

    Return Value

    results

    @@ -38304,7 +38304,7 @@

    Return Value

    results

    @@ -38417,7 +38417,7 @@

    Return Value

    results

    @@ -38529,7 +38529,7 @@

    Return Value

    results

    @@ -38654,7 +38654,7 @@

    Return Value

    results

    @@ -38754,7 +38754,7 @@

    Return Value

    results

    @@ -38867,7 +38867,7 @@

    Return Value

    results

    @@ -38979,7 +38979,7 @@

    Return Value

    results

    @@ -39104,7 +39104,7 @@

    Return Value

    results

    @@ -39217,7 +39217,7 @@

    Return Value

    results

    @@ -39343,7 +39343,7 @@

    Return Value

    results

    @@ -39468,7 +39468,7 @@

    Return Value

    results

    @@ -39606,7 +39606,7 @@

    Return Value

    results

    @@ -39706,7 +39706,7 @@

    Return Value

    results

    @@ -39819,7 +39819,7 @@

    Return Value

    results

    @@ -39931,7 +39931,7 @@

    Return Value

    results

    @@ -40056,7 +40056,7 @@

    Return Value

    results

    @@ -40169,7 +40169,7 @@

    Return Value

    results

    @@ -40295,7 +40295,7 @@

    Return Value

    results

    @@ -40420,7 +40420,7 @@

    Return Value

    results

    @@ -40558,7 +40558,7 @@

    Return Value

    results

    @@ -40671,7 +40671,7 @@

    Return Value

    results

    @@ -40797,7 +40797,7 @@

    Return Value

    results

    @@ -40922,7 +40922,7 @@

    Return Value

    results

    @@ -41060,7 +41060,7 @@

    Return Value

    results

    @@ -41186,7 +41186,7 @@

    Return Value

    results

    @@ -41325,7 +41325,7 @@

    Return Value

    results

    @@ -41463,7 +41463,7 @@

    Return Value

    results

    @@ -41614,7 +41614,7 @@

    Return Value

    results

    @@ -41714,7 +41714,7 @@

    Return Value

    results

    @@ -41827,7 +41827,7 @@

    Return Value

    results

    @@ -41939,7 +41939,7 @@

    Return Value

    results

    @@ -42064,7 +42064,7 @@

    Return Value

    results

    @@ -42177,7 +42177,7 @@

    Return Value

    results

    @@ -42303,7 +42303,7 @@

    Return Value

    results

    @@ -42428,7 +42428,7 @@

    Return Value

    results

    @@ -42566,7 +42566,7 @@

    Return Value

    results

    @@ -42679,7 +42679,7 @@

    Return Value

    results

    @@ -42805,7 +42805,7 @@

    Return Value

    results

    @@ -42930,7 +42930,7 @@

    Return Value

    results

    @@ -43068,7 +43068,7 @@

    Return Value

    results

    @@ -43194,7 +43194,7 @@

    Return Value

    results

    @@ -43333,7 +43333,7 @@

    Return Value

    results

    @@ -43471,7 +43471,7 @@

    Return Value

    results

    @@ -43622,7 +43622,7 @@

    Return Value

    results

    @@ -43735,7 +43735,7 @@

    Return Value

    results

    @@ -43861,7 +43861,7 @@

    Return Value

    results

    @@ -43986,7 +43986,7 @@

    Return Value

    results

    @@ -44124,7 +44124,7 @@

    Return Value

    results

    @@ -44250,7 +44250,7 @@

    Return Value

    results

    @@ -44389,7 +44389,7 @@

    Return Value

    results

    @@ -44527,7 +44527,7 @@

    Return Value

    results

    @@ -44678,7 +44678,7 @@

    Return Value

    results

    @@ -44804,7 +44804,7 @@

    Return Value

    results

    @@ -44943,7 +44943,7 @@

    Return Value

    results

    @@ -45081,7 +45081,7 @@

    Return Value

    results

    @@ -45232,7 +45232,7 @@

    Return Value

    results

    @@ -45371,7 +45371,7 @@

    Return Value

    results

    @@ -45523,7 +45523,7 @@

    Return Value

    results

    @@ -45674,7 +45674,7 @@

    Return Value

    results

    @@ -45838,7 +45838,7 @@

    Return Value

    results

    @@ -45910,7 +45910,7 @@

    Return Value

    results

    @@ -45995,7 +45995,7 @@

    Return Value

    results

    @@ -46080,7 +46080,7 @@

    Return Value

    results

    @@ -46178,7 +46178,7 @@

    Return Value

    results

    @@ -46263,7 +46263,7 @@

    Return Value

    results

    @@ -46361,7 +46361,7 @@

    Return Value

    results

    @@ -46459,7 +46459,7 @@

    Return Value

    results

    @@ -46570,7 +46570,7 @@

    Return Value

    results

    @@ -46655,7 +46655,7 @@

    Return Value

    results

    @@ -46753,7 +46753,7 @@

    Return Value

    results

    @@ -46851,7 +46851,7 @@

    Return Value

    results

    @@ -46962,7 +46962,7 @@

    Return Value

    results

    @@ -47060,7 +47060,7 @@

    Return Value

    results

    @@ -47171,7 +47171,7 @@

    Return Value

    results

    @@ -47282,7 +47282,7 @@

    Return Value

    results

    @@ -47406,7 +47406,7 @@

    Return Value

    results

    @@ -47479,7 +47479,7 @@

    Return Value

    results

    @@ -47565,7 +47565,7 @@

    Return Value

    results

    @@ -47651,7 +47651,7 @@

    Return Value

    results

    @@ -47750,7 +47750,7 @@

    Return Value

    results

    @@ -47836,7 +47836,7 @@

    Return Value

    results

    @@ -47935,7 +47935,7 @@

    Return Value

    results

    @@ -48034,7 +48034,7 @@

    Return Value

    results

    @@ -48146,7 +48146,7 @@

    Return Value

    results

    @@ -48232,7 +48232,7 @@

    Return Value

    results

    @@ -48331,7 +48331,7 @@

    Return Value

    results

    @@ -48430,7 +48430,7 @@

    Return Value

    results

    @@ -48542,7 +48542,7 @@

    Return Value

    results

    @@ -48641,7 +48641,7 @@

    Return Value

    results

    @@ -48753,7 +48753,7 @@

    Return Value

    results

    @@ -48865,7 +48865,7 @@

    Return Value

    results

    @@ -48990,7 +48990,7 @@

    Return Value

    results

    @@ -49076,7 +49076,7 @@

    Return Value

    results

    @@ -49175,7 +49175,7 @@

    Return Value

    results

    @@ -49274,7 +49274,7 @@

    Return Value

    results

    @@ -49386,7 +49386,7 @@

    Return Value

    results

    @@ -49485,7 +49485,7 @@

    Return Value

    results

    @@ -49597,7 +49597,7 @@

    Return Value

    results

    @@ -49709,7 +49709,7 @@

    Return Value

    results

    @@ -49834,7 +49834,7 @@

    Return Value

    results

    @@ -49933,7 +49933,7 @@

    Return Value

    results

    @@ -50045,7 +50045,7 @@

    Return Value

    results

    @@ -50157,7 +50157,7 @@

    Return Value

    results

    @@ -50282,7 +50282,7 @@

    Return Value

    results

    @@ -50394,7 +50394,7 @@

    Return Value

    results

    @@ -50519,7 +50519,7 @@

    Return Value

    results

    @@ -50644,7 +50644,7 @@

    Return Value

    results

    @@ -50782,7 +50782,7 @@

    Return Value

    results

    @@ -50868,7 +50868,7 @@

    Return Value

    results

    @@ -50967,7 +50967,7 @@

    Return Value

    results

    @@ -51066,7 +51066,7 @@

    Return Value

    results

    @@ -51178,7 +51178,7 @@

    Return Value

    results

    @@ -51277,7 +51277,7 @@

    Return Value

    results

    @@ -51389,7 +51389,7 @@

    Return Value

    results

    @@ -51501,7 +51501,7 @@

    Return Value

    results

    @@ -51626,7 +51626,7 @@

    Return Value

    results

    @@ -51725,7 +51725,7 @@

    Return Value

    results

    @@ -51837,7 +51837,7 @@

    Return Value

    results

    @@ -51949,7 +51949,7 @@

    Return Value

    results

    @@ -52074,7 +52074,7 @@

    Return Value

    results

    @@ -52186,7 +52186,7 @@

    Return Value

    results

    @@ -52311,7 +52311,7 @@

    Return Value

    results

    @@ -52436,7 +52436,7 @@

    Return Value

    results

    @@ -52574,7 +52574,7 @@

    Return Value

    results

    @@ -52673,7 +52673,7 @@

    Return Value

    results

    @@ -52785,7 +52785,7 @@

    Return Value

    results

    @@ -52897,7 +52897,7 @@

    Return Value

    results

    @@ -53022,7 +53022,7 @@

    Return Value

    results

    @@ -53134,7 +53134,7 @@

    Return Value

    results

    @@ -53259,7 +53259,7 @@

    Return Value

    results

    @@ -53384,7 +53384,7 @@

    Return Value

    results

    @@ -53522,7 +53522,7 @@

    Return Value

    results

    @@ -53634,7 +53634,7 @@

    Return Value

    results

    @@ -53759,7 +53759,7 @@

    Return Value

    results

    @@ -53884,7 +53884,7 @@

    Return Value

    results

    @@ -54022,7 +54022,7 @@

    Return Value

    results

    @@ -54147,7 +54147,7 @@

    Return Value

    results

    @@ -54285,7 +54285,7 @@

    Return Value

    results

    @@ -54423,7 +54423,7 @@

    Return Value

    results

    @@ -54574,7 +54574,7 @@

    Return Value

    feature results

    @@ -54685,7 +54685,7 @@

    Return Value

    results

    @@ -54809,7 +54809,7 @@

    Return Value

    results

    @@ -54933,7 +54933,7 @@

    Return Value

    results

    @@ -55070,7 +55070,7 @@

    Return Value

    results

    @@ -55194,7 +55194,7 @@

    Return Value

    results

    @@ -55331,7 +55331,7 @@

    Return Value

    results

    @@ -55468,7 +55468,7 @@

    Return Value

    results

    @@ -55618,7 +55618,7 @@

    Return Value

    results

    @@ -55742,7 +55742,7 @@

    Return Value

    results

    @@ -55879,7 +55879,7 @@

    Return Value

    results

    @@ -56016,7 +56016,7 @@

    Return Value

    results

    @@ -56166,7 +56166,7 @@

    Return Value

    results

    @@ -56303,7 +56303,7 @@

    Return Value

    results

    @@ -56453,7 +56453,7 @@

    Return Value

    results

    @@ -56603,7 +56603,7 @@

    Return Value

    results

    @@ -56766,7 +56766,7 @@

    Return Value

    results

    @@ -56877,7 +56877,7 @@

    Return Value

    results

    @@ -57001,7 +57001,7 @@

    Return Value

    results

    @@ -57125,7 +57125,7 @@

    Return Value

    results

    @@ -57262,7 +57262,7 @@

    Return Value

    results

    @@ -57386,7 +57386,7 @@

    Return Value

    results

    @@ -57523,7 +57523,7 @@

    Return Value

    results

    @@ -57660,7 +57660,7 @@

    Return Value

    results

    @@ -57810,7 +57810,7 @@

    Return Value

    results

    @@ -57935,7 +57935,7 @@

    Return Value

    results

    @@ -58073,7 +58073,7 @@

    Return Value

    results

    @@ -58211,7 +58211,7 @@

    Return Value

    results

    @@ -58362,7 +58362,7 @@

    Return Value

    results

    @@ -58500,7 +58500,7 @@

    Return Value

    results

    @@ -58651,7 +58651,7 @@

    Return Value

    results

    @@ -58802,7 +58802,7 @@

    Return Value

    results

    @@ -58966,7 +58966,7 @@

    Return Value

    results

    @@ -59090,7 +59090,7 @@

    Return Value

    results

    @@ -59227,7 +59227,7 @@

    Return Value

    results

    @@ -59364,7 +59364,7 @@

    Return Value

    results

    @@ -59514,7 +59514,7 @@

    Return Value

    results

    @@ -59652,7 +59652,7 @@

    Return Value

    results

    @@ -59803,7 +59803,7 @@

    Return Value

    results

    @@ -59954,7 +59954,7 @@

    Return Value

    results

    @@ -60118,7 +60118,7 @@

    Return Value

    results

    @@ -60256,7 +60256,7 @@

    Return Value

    results

    @@ -60407,7 +60407,7 @@

    Return Value

    results

    @@ -60558,7 +60558,7 @@

    Return Value

    results

    @@ -60722,7 +60722,7 @@

    Return Value

    results

    @@ -60873,7 +60873,7 @@

    Return Value

    results

    @@ -61037,7 +61037,7 @@

    Return Value

    results

    @@ -61201,7 +61201,7 @@

    Return Value

    results

    @@ -61378,7 +61378,7 @@

    Return Value

    results

    @@ -61502,7 +61502,7 @@

    Return Value

    results

    @@ -61639,7 +61639,7 @@

    Return Value

    results

    @@ -61776,7 +61776,7 @@

    Return Value

    results

    @@ -61926,7 +61926,7 @@

    Return Value

    results

    @@ -62063,7 +62063,7 @@

    Return Value

    results

    @@ -62213,7 +62213,7 @@

    Return Value

    results

    @@ -62363,7 +62363,7 @@

    Return Value

    results

    @@ -62526,7 +62526,7 @@

    Return Value

    results

    @@ -62664,7 +62664,7 @@

    Return Value

    results

    @@ -62815,7 +62815,7 @@

    Return Value

    results

    @@ -62966,7 +62966,7 @@

    Return Value

    results

    @@ -63130,7 +63130,7 @@

    Return Value

    results

    @@ -63281,7 +63281,7 @@

    Return Value

    results

    @@ -63445,7 +63445,7 @@

    Return Value

    results

    @@ -63609,7 +63609,7 @@

    Return Value

    results

    @@ -63786,7 +63786,7 @@

    Return Value

    results

    @@ -63923,7 +63923,7 @@

    Return Value

    results

    @@ -64073,7 +64073,7 @@

    Return Value

    results

    @@ -64223,7 +64223,7 @@

    Return Value

    results

    @@ -64386,7 +64386,7 @@

    Return Value

    results

    @@ -64536,7 +64536,7 @@

    Return Value

    results

    @@ -64699,7 +64699,7 @@

    Return Value

    results

    @@ -64862,7 +64862,7 @@

    Return Value

    results

    @@ -65038,7 +65038,7 @@

    Return Value

    results

    @@ -65189,7 +65189,7 @@

    Return Value

    results

    @@ -65353,7 +65353,7 @@

    Return Value

    results

    @@ -65517,7 +65517,7 @@

    Return Value

    results

    @@ -65694,7 +65694,7 @@

    Return Value

    results

    @@ -65858,7 +65858,7 @@

    Return Value

    results

    @@ -66035,7 +66035,7 @@

    Return Value

    results

    @@ -66212,7 +66212,7 @@

    Return Value

    results

    @@ -66402,7 +66402,7 @@

    Return Value

    results

    @@ -66412,7 +66412,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGRTreeIndexTableRow.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGRTreeIndexTableRow.html index 85459f8f..7b7fa8d8 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGRTreeIndexTableRow.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGRTreeIndexTableRow.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGRTreeIndexTableRow

    Undocumented

    @@ -5104,7 +5104,7 @@

    Return Value

    new rtree index table row

    @@ -5143,7 +5143,7 @@

    Return Value

    min x

    @@ -5182,7 +5182,7 @@

    Return Value

    max x

    @@ -5221,7 +5221,7 @@

    Return Value

    min y

    @@ -5260,7 +5260,7 @@

    Return Value

    max y

    @@ -5270,7 +5270,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGRawConstraint.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGRawConstraint.html index 4bab5268..77e6958f 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGRawConstraint.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGRawConstraint.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGRawConstraint

    Table raw or unparsed constraint

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5135,7 +5135,7 @@

    Parameters

    @@ -5202,7 +5202,7 @@

    Parameters

    @@ -5282,7 +5282,7 @@

    Parameters

    @@ -5348,7 +5348,7 @@

    Parameters

    @@ -5428,7 +5428,7 @@

    Parameters

    @@ -5521,7 +5521,7 @@

    Parameters

    @@ -5575,7 +5575,7 @@

    Parameters

    @@ -5629,7 +5629,7 @@

    Parameters

    @@ -5639,7 +5639,7 @@

    Parameters

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGRelatedTablesExtension.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGRelatedTablesExtension.html index 5453dc80..a1854e05 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGRelatedTablesExtension.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGRelatedTablesExtension.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5047,7 +5047,7 @@

    GPKGRelatedTablesExtension

    http://docs.opengeospatial.org/is/18-000/18-000.html

    @@ -5106,7 +5106,7 @@

    Return Value

    new related tables

    @@ -5145,7 +5145,7 @@

    Return Value

    extension name

    @@ -5184,7 +5184,7 @@

    Return Value

    extension definition

    @@ -5223,7 +5223,7 @@

    Return Value

    true if has extension

    @@ -5281,7 +5281,7 @@

    Return Value

    true if has extension

    @@ -5320,7 +5320,7 @@

    Return Value

    extended relations DAO

    @@ -5379,7 +5379,7 @@

    Return Value

    extended relations dao

    @@ -5438,7 +5438,7 @@

    Return Value

    extended relations dao

    @@ -5477,7 +5477,7 @@

    Return Value

    true if created

    @@ -5535,7 +5535,7 @@

    Return Value

    the column name

    @@ -5589,7 +5589,7 @@

    Parameters

    @@ -5628,7 +5628,7 @@

    Return Value

    a list of ExtendedRelation objects

    @@ -5727,7 +5727,7 @@

    Return Value

    The relationship that was added

    @@ -5839,7 +5839,7 @@

    Return Value

    The relationship that was added

    @@ -5938,7 +5938,7 @@

    Return Value

    The relationship that was added

    @@ -6037,7 +6037,7 @@

    Return Value

    The relationship that was added

    @@ -6149,7 +6149,7 @@

    Return Value

    The relationship that was added

    @@ -6248,7 +6248,7 @@

    Return Value

    The relationship that was added

    @@ -6334,7 +6334,7 @@

    Return Value

    The relationship that was added

    @@ -6420,7 +6420,7 @@

    Return Value

    The relationship that was added

    @@ -6506,7 +6506,7 @@

    Return Value

    The relationship that was added

    @@ -6592,7 +6592,7 @@

    Return Value

    The relationship that was added

    @@ -6691,7 +6691,7 @@

    Return Value

    The relationship that was added

    @@ -6790,7 +6790,7 @@

    Return Value

    The relationship that was added

    @@ -6876,7 +6876,7 @@

    Return Value

    The relationship that was added

    @@ -6963,7 +6963,7 @@

    Return Value

    The relationship that was added

    @@ -7050,7 +7050,7 @@

    Return Value

    The relationship that was added

    @@ -7136,7 +7136,7 @@

    Return Value

    The relationship that was added

    @@ -7224,7 +7224,7 @@

    Return Value

    The relationship that was added

    @@ -7313,7 +7313,7 @@

    Return Value

    The relationship that was added

    @@ -7400,7 +7400,7 @@

    Return Value

    The relationship that was added

    @@ -7488,7 +7488,7 @@

    Return Value

    The relationship that was added

    @@ -7576,7 +7576,7 @@

    Return Value

    The relationship that was added

    @@ -7665,7 +7665,7 @@

    Return Value

    The relationship that was added

    @@ -7751,7 +7751,7 @@

    Return Value

    The relationship that was added

    @@ -7837,7 +7837,7 @@

    Return Value

    The relationship that was added

    @@ -7923,7 +7923,7 @@

    Return Value

    The relationship that was added

    @@ -8009,7 +8009,7 @@

    Return Value

    The relationship that was added

    @@ -8069,7 +8069,7 @@

    Return Value

    true if table was created, false if the table already existed

    @@ -8129,7 +8129,7 @@

    Return Value

    true if table was created, false if the table already existed

    @@ -8189,7 +8189,7 @@

    Return Value

    true if created, false if the table already existed

    @@ -8269,7 +8269,7 @@

    Parameters

    @@ -8362,7 +8362,7 @@

    Parameters

    @@ -8416,7 +8416,7 @@

    Parameters

    @@ -8496,7 +8496,7 @@

    Parameters

    @@ -8550,7 +8550,7 @@

    Parameters

    @@ -8604,7 +8604,7 @@

    Parameters

    @@ -8639,7 +8639,7 @@

    Declaration

    @@ -8711,7 +8711,7 @@

    Return Value

    true if has relations

    @@ -8782,7 +8782,7 @@

    Return Value

    extended relations

    @@ -8867,7 +8867,7 @@

    Return Value

    true if has relations

    @@ -8951,7 +8951,7 @@

    Return Value

    extended relations

    @@ -9049,7 +9049,7 @@

    Return Value

    true if has relations

    @@ -9146,7 +9146,7 @@

    Return Value

    extended relations

    @@ -9270,7 +9270,7 @@

    Return Value

    true if has relations

    @@ -9393,7 +9393,7 @@

    Return Value

    extended relations

    @@ -9464,7 +9464,7 @@

    Return Value

    custom relation name

    @@ -9522,7 +9522,7 @@

    Return Value

    extended relations

    @@ -9580,7 +9580,7 @@

    Return Value

    true if has extended relations

    @@ -9638,7 +9638,7 @@

    Return Value

    extended relations

    @@ -9696,7 +9696,7 @@

    Return Value

    true if has extended relations

    @@ -9754,7 +9754,7 @@

    Return Value

    extended relations

    @@ -9812,7 +9812,7 @@

    Return Value

    true if has extended relations

    @@ -9870,7 +9870,7 @@

    Return Value

    user custom dao

    @@ -9929,7 +9929,7 @@

    Return Value

    user mapping dao

    @@ -9987,7 +9987,7 @@

    Return Value

    user mapping dao

    @@ -10045,7 +10045,7 @@

    Return Value

    media DAO

    @@ -10103,7 +10103,7 @@

    Return Value

    media DAO

    @@ -10161,7 +10161,7 @@

    Return Value

    media DAO

    @@ -10220,7 +10220,7 @@

    Return Value

    simple attributes DAO

    @@ -10279,7 +10279,7 @@

    Return Value

    simple attributes DAO

    @@ -10338,7 +10338,7 @@

    Return Value

    simple attributes DAO

    @@ -10410,7 +10410,7 @@

    Return Value

    IDs representing the matching related IDs

    @@ -10481,7 +10481,7 @@

    Return Value

    IDs representing the matching related IDs

    @@ -10553,7 +10553,7 @@

    Return Value

    IDs representing the matching base IDs

    @@ -10624,7 +10624,7 @@

    Return Value

    IDs representing the matching base IDs

    @@ -10708,7 +10708,7 @@

    Return Value

    true if mapping exists

    @@ -10778,7 +10778,7 @@

    Return Value

    mappings count

    @@ -10848,7 +10848,7 @@

    Return Value

    true if mapping exists

    @@ -10919,7 +10919,7 @@

    Return Value

    mappings count

    @@ -10990,7 +10990,7 @@

    Return Value

    true if mapping exists

    @@ -11061,7 +11061,7 @@

    Return Value

    mappings count

    @@ -11132,7 +11132,7 @@

    Return Value

    true if mapping exists

    @@ -11202,7 +11202,7 @@

    Return Value

    rows deleted

    @@ -11273,7 +11273,7 @@

    Return Value

    rows deleted

    @@ -11344,7 +11344,7 @@

    Return Value

    rows deleted

    @@ -11415,7 +11415,7 @@

    Return Value

    mappings count

    @@ -11486,7 +11486,7 @@

    Return Value

    true if mapping exists

    @@ -11557,7 +11557,7 @@

    Return Value

    mappings count

    @@ -11628,7 +11628,7 @@

    Return Value

    true if mapping exists

    @@ -11699,7 +11699,7 @@

    Return Value

    mappings count

    @@ -11770,7 +11770,7 @@

    Return Value

    true if mapping exists

    @@ -11841,7 +11841,7 @@

    Return Value

    rows deleted

    @@ -11912,7 +11912,7 @@

    Return Value

    rows deleted

    @@ -11983,7 +11983,7 @@

    Return Value

    rows deleted

    @@ -12053,7 +12053,7 @@

    Return Value

    mappings count

    @@ -12123,7 +12123,7 @@

    Return Value

    true if mapping exists

    @@ -12193,7 +12193,7 @@

    Return Value

    rows deleted

    @@ -12203,7 +12203,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGRelationTypes.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGRelationTypes.html index 5bfdaa10..fb98d45a 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGRelationTypes.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGRelationTypes.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5072,7 +5072,7 @@

    GPKGRelationTypes

    Undocumented

    @@ -5131,7 +5131,7 @@

    Return Value

    relation type name

    @@ -5189,7 +5189,7 @@

    Return Value

    relation type

    @@ -5243,7 +5243,7 @@

    Parameters

    @@ -5253,7 +5253,7 @@

    Parameters

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGResultSet.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGResultSet.html index 6cf23f28..001badb4 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGResultSet.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGResultSet.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGResultSet

    Result set from a database query

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5151,7 +5151,7 @@

    Declaration

    @@ -5186,7 +5186,7 @@

    Declaration

    @@ -5221,7 +5221,7 @@

    Declaration

    @@ -5256,7 +5256,7 @@

    Declaration

    @@ -5291,7 +5291,7 @@

    Declaration

    @@ -5326,7 +5326,7 @@

    Declaration

    @@ -5436,7 +5436,7 @@

    Return Value

    new result set

    @@ -5494,7 +5494,7 @@

    Return Value

    new result set

    @@ -5533,7 +5533,7 @@

    Return Value

    true if a result found, false if no more results

    @@ -5572,7 +5572,7 @@

    Return Value

    reset code

    @@ -5630,7 +5630,7 @@

    Return Value

    true if result at position found

    @@ -5665,7 +5665,7 @@

    Declaration

    @@ -5700,7 +5700,7 @@

    Declaration

    @@ -5739,7 +5739,7 @@

    Return Value

    count

    @@ -5778,7 +5778,7 @@

    Return Value

    row value

    @@ -5817,7 +5817,7 @@

    Return Value

    row value array

    @@ -5871,7 +5871,7 @@

    Parameters

    @@ -5929,7 +5929,7 @@

    Return Value

    value

    @@ -5987,7 +5987,7 @@

    Return Value

    value

    @@ -6045,7 +6045,7 @@

    Return Value

    index

    @@ -6103,7 +6103,7 @@

    Return Value

    column type

    @@ -6161,7 +6161,7 @@

    Return Value

    string value

    @@ -6219,7 +6219,7 @@

    Return Value

    int number

    @@ -6277,7 +6277,7 @@

    Return Value

    blob data

    @@ -6335,7 +6335,7 @@

    Return Value

    long number

    @@ -6393,7 +6393,7 @@

    Return Value

    double number

    @@ -6432,7 +6432,7 @@

    Return Value

    result count

    @@ -6486,7 +6486,7 @@

    Parameters

    @@ -6525,7 +6525,7 @@

    Return Value

    id value

    @@ -6564,7 +6564,7 @@

    Return Value

    id value, or -1 if none

    @@ -6574,7 +6574,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGRow.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGRow.html index ab5c82f9..f4cceff3 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGRow.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGRow.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGRow

    Result row

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5155,7 +5155,7 @@

    Return Value

    new row

    @@ -5213,7 +5213,7 @@

    Return Value

    new row

    @@ -5284,7 +5284,7 @@

    Return Value

    new row

    @@ -5323,7 +5323,7 @@

    Return Value

    new row

    @@ -5381,7 +5381,7 @@

    Return Value

    new row

    @@ -5452,7 +5452,7 @@

    Return Value

    new row

    @@ -5491,7 +5491,7 @@

    Return Value

    count

    @@ -5549,7 +5549,7 @@

    Return Value

    column name

    @@ -5607,7 +5607,7 @@

    Return Value

    value

    @@ -5665,7 +5665,7 @@

    Return Value

    value

    @@ -5675,7 +5675,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGRowPaginatedResults.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGRowPaginatedResults.html index 6d0e1d18..ef816be5 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGRowPaginatedResults.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGRowPaginatedResults.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGRowPaginatedResults

    Paginated Row Results for iterating and querying through chunks

    @@ -5117,7 +5117,7 @@

    Return Value

    new row paginated results

    @@ -5188,7 +5188,7 @@

    Return Value

    new row paginated results

    @@ -5227,7 +5227,7 @@

    Return Value

    user DAO

    @@ -5266,7 +5266,7 @@

    Return Value

    user row

    @@ -5276,7 +5276,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGRowResultSet.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGRowResultSet.html index 62cb54da..0f23264c 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGRowResultSet.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGRowResultSet.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGRowResultSet

    User Row wrapped Result set

    @@ -5117,7 +5117,7 @@

    Return Value

    new row result set

    @@ -5188,7 +5188,7 @@

    Return Value

    new row result set

    @@ -5227,7 +5227,7 @@

    Return Value

    DAO

    @@ -5266,7 +5266,7 @@

    Return Value

    user row

    @@ -5276,7 +5276,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGSQLiteMaster.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGSQLiteMaster.html index 4b141ecf..3dda2691 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGSQLiteMaster.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGSQLiteMaster.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGSQLiteMaster

    SQLite Master table queries (sqlite_master)

    @@ -5085,7 +5085,7 @@

    Return Value

    count

    @@ -5124,7 +5124,7 @@

    Return Value

    columns

    @@ -5182,7 +5182,7 @@

    Return Value

    type

    @@ -5240,7 +5240,7 @@

    Return Value

    type string

    @@ -5298,7 +5298,7 @@

    Return Value

    name

    @@ -5356,7 +5356,7 @@

    Return Value

    name

    @@ -5414,7 +5414,7 @@

    Return Value

    name

    @@ -5472,7 +5472,7 @@

    Return Value

    name

    @@ -5542,7 +5542,7 @@

    Return Value

    value

    @@ -5600,7 +5600,7 @@

    Return Value

    row column values

    @@ -5671,7 +5671,7 @@

    Return Value

    value

    @@ -5729,7 +5729,7 @@

    Return Value

    column index

    @@ -5787,7 +5787,7 @@

    Return Value

    constraints

    @@ -5845,7 +5845,7 @@

    Return Value

    columns

    @@ -5903,7 +5903,7 @@

    Return Value

    types

    @@ -5961,7 +5961,7 @@

    Return Value

    count

    @@ -6019,7 +6019,7 @@

    Return Value

    SQLiteMaster result

    @@ -6089,7 +6089,7 @@

    Return Value

    count

    @@ -6160,7 +6160,7 @@

    Return Value

    SQLiteMaster result

    @@ -6231,7 +6231,7 @@

    Return Value

    SQLiteMaster result

    @@ -6315,7 +6315,7 @@

    Return Value

    SQLiteMaster result

    @@ -6386,7 +6386,7 @@

    Return Value

    SQLiteMaster result

    @@ -6457,7 +6457,7 @@

    Return Value

    SQLiteMaster result

    @@ -6541,7 +6541,7 @@

    Return Value

    SQLiteMaster result

    @@ -6625,7 +6625,7 @@

    Return Value

    SQLiteMaster result

    @@ -6696,7 +6696,7 @@

    Return Value

    count

    @@ -6780,7 +6780,7 @@

    Return Value

    SQLiteMaster result

    @@ -6864,7 +6864,7 @@

    Return Value

    count

    @@ -6961,7 +6961,7 @@

    Return Value

    SQLiteMaster result

    @@ -7032,7 +7032,7 @@

    Return Value

    count

    @@ -7116,7 +7116,7 @@

    Return Value

    SQLiteMaster result

    @@ -7200,7 +7200,7 @@

    Return Value

    count

    @@ -7297,7 +7297,7 @@

    Return Value

    SQLiteMaster result

    @@ -7368,7 +7368,7 @@

    Return Value

    SQLiteMaster result

    @@ -7439,7 +7439,7 @@

    Return Value

    count

    @@ -7523,7 +7523,7 @@

    Return Value

    SQLiteMaster result

    @@ -7607,7 +7607,7 @@

    Return Value

    SQLiteMaster result

    @@ -7691,7 +7691,7 @@

    Return Value

    count

    @@ -7788,7 +7788,7 @@

    Return Value

    SQLiteMaster result

    @@ -7872,7 +7872,7 @@

    Return Value

    count

    @@ -7969,7 +7969,7 @@

    Return Value

    SQLiteMaster result

    @@ -8040,7 +8040,7 @@

    Return Value

    SQLiteMaster result

    @@ -8124,7 +8124,7 @@

    Return Value

    SQLiteMaster result

    @@ -8195,7 +8195,7 @@

    Return Value

    count

    @@ -8267,7 +8267,7 @@

    Return Value

    SQL constraints

    @@ -8277,7 +8277,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGSQLiteMasterColumns.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGSQLiteMasterColumns.html index 9c45b0ff..343020bc 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGSQLiteMasterColumns.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGSQLiteMasterColumns.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGSQLiteMasterColumns

    SQLite Master table (sqlite_master) column keywords

    @@ -5104,7 +5104,7 @@

    Return Value

    SQLite Master column keyword type name

    @@ -5162,7 +5162,7 @@

    Return Value

    SQLite Master column keyword type

    @@ -5201,7 +5201,7 @@

    Return Value

    SQLite Master column keyword type values

    @@ -5211,7 +5211,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGSQLiteMasterQuery.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGSQLiteMasterQuery.html index 570e346f..5b5476b4 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGSQLiteMasterQuery.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGSQLiteMasterQuery.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGSQLiteMasterQuery

    Query on the SQLiteMaster table

    @@ -5113,7 +5113,7 @@

    Parameters

    @@ -5193,7 +5193,7 @@

    Parameters

    @@ -5247,7 +5247,7 @@

    Parameters

    @@ -5301,7 +5301,7 @@

    Parameters

    @@ -5340,7 +5340,7 @@

    Return Value

    true if has a query

    @@ -5379,7 +5379,7 @@

    Return Value

    sql

    @@ -5418,7 +5418,7 @@

    Return Value

    arguments

    @@ -5457,7 +5457,7 @@

    Return Value

    query

    @@ -5496,7 +5496,7 @@

    Return Value

    query

    @@ -5535,7 +5535,7 @@

    Return Value

    query

    @@ -5606,7 +5606,7 @@

    Return Value

    query

    @@ -5690,7 +5690,7 @@

    Return Value

    query

    @@ -5763,7 +5763,7 @@

    Return Value

    query

    @@ -5849,7 +5849,7 @@

    Return Value

    query

    @@ -5922,7 +5922,7 @@

    Return Value

    query

    @@ -6008,7 +6008,7 @@

    Return Value

    query

    @@ -6066,7 +6066,7 @@

    Return Value

    query

    @@ -6076,7 +6076,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGSQLiteMasterTypes.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGSQLiteMasterTypes.html index 13ed1cb8..2e799310 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGSQLiteMasterTypes.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGSQLiteMasterTypes.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGSQLiteMasterTypes

    SQLite Master table (sqlite_master) type column keywords

    @@ -5104,7 +5104,7 @@

    Return Value

    SQLite Master table type name

    @@ -5162,7 +5162,7 @@

    Return Value

    SQLite Master table type

    @@ -5172,7 +5172,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGSchemaExtension.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGSchemaExtension.html index ed2b3917..3911e01e 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGSchemaExtension.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGSchemaExtension.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5047,7 +5047,7 @@

    GPKGSchemaExtension

    https://www.geopackage.org/spec/#extension_schema

    @@ -5083,7 +5083,7 @@

    Declaration

    @@ -5118,7 +5118,7 @@

    Declaration

    @@ -5176,7 +5176,7 @@

    Return Value

    new instance

    @@ -5215,7 +5215,7 @@

    Return Value

    extensions

    @@ -5254,7 +5254,7 @@

    Return Value

    true if has extension

    @@ -5289,7 +5289,7 @@

    Declaration

    @@ -5328,7 +5328,7 @@

    Return Value

    Data Columns DAO

    @@ -5387,7 +5387,7 @@

    Return Value

    Data Columns DAO

    @@ -5445,7 +5445,7 @@

    Return Value

    Data Columns DAO

    @@ -5484,7 +5484,7 @@

    Return Value

    true if created

    @@ -5523,7 +5523,7 @@

    Return Value

    Data Column Constraints DAO

    @@ -5582,7 +5582,7 @@

    Return Value

    Data Column Constraints DAO

    @@ -5641,7 +5641,7 @@

    Return Value

    Data Column Constraints DAO

    @@ -5680,7 +5680,7 @@

    Return Value

    true if created

    @@ -5690,7 +5690,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGSessionTaskData.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGSessionTaskData.html index 4a581009..dec881fd 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGSessionTaskData.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGSessionTaskData.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGSessionTaskData

    GeoPackage additional session task data stored as an associated object

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5151,7 +5151,7 @@

    Declaration

    @@ -5186,7 +5186,7 @@

    Declaration

    @@ -5221,7 +5221,7 @@

    Declaration

    @@ -5231,7 +5231,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGSimpleAttributesDao.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGSimpleAttributesDao.html index c5abcc0a..48602ce3 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGSimpleAttributesDao.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGSimpleAttributesDao.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGSimpleAttributesDao

    User Simple Attributes DAO for reading user simple attributes data tables

    @@ -5104,7 +5104,7 @@

    Return Value

    new simple attributes dao

    @@ -5175,7 +5175,7 @@

    Return Value

    new simple attributes dao

    @@ -5214,7 +5214,7 @@

    Return Value

    simple attributes table

    @@ -5272,7 +5272,7 @@

    Return Value

    simple attributes row

    @@ -5311,7 +5311,7 @@

    Return Value

    simple attributes row

    @@ -5369,7 +5369,7 @@

    Return Value

    simple attributes rows

    @@ -5379,7 +5379,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGSimpleAttributesRow.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGSimpleAttributesRow.html index f65bd051..ae310885 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGSimpleAttributesRow.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGSimpleAttributesRow.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGSimpleAttributesRow

    User Simple Attributes Row containing the values from a single result set row

    @@ -5130,7 +5130,7 @@

    Return Value

    new simple attributes row

    @@ -5189,7 +5189,7 @@

    Return Value

    new simple attributes row

    @@ -5228,7 +5228,7 @@

    Return Value

    simple attributes table

    @@ -5238,7 +5238,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGSimpleAttributesTable.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGSimpleAttributesTable.html index 4e6f3c34..6e2d3391 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGSimpleAttributesTable.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGSimpleAttributesTable.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGSimpleAttributesTable

    Simple Attributes Requirements Class User-Defined Related Data Table

    @@ -5085,7 +5085,7 @@

    Return Value

    relation type

    @@ -5144,7 +5144,7 @@

    Return Value

    simple attributes table

    @@ -5183,7 +5183,7 @@

    Return Value

    user custom columns

    @@ -5242,7 +5242,7 @@

    Return Value

    user custom columns

    @@ -5301,7 +5301,7 @@

    Return Value

    user custom columns

    @@ -5373,7 +5373,7 @@

    Return Value

    user custom columns

    @@ -5432,7 +5432,7 @@

    Return Value

    user custom columns

    @@ -5504,7 +5504,7 @@

    Return Value

    user custom columns

    @@ -5576,7 +5576,7 @@

    Return Value

    user custom columns

    @@ -5662,7 +5662,7 @@

    Return Value

    user custom columns

    @@ -5720,7 +5720,7 @@

    Return Value

    id column

    @@ -5791,7 +5791,7 @@

    Return Value

    id column

    @@ -5862,7 +5862,7 @@

    Return Value

    id column

    @@ -5946,7 +5946,7 @@

    Return Value

    id column

    @@ -5985,7 +5985,7 @@

    Return Value

    required columns count

    @@ -6024,7 +6024,7 @@

    Return Value

    required columns

    @@ -6083,7 +6083,7 @@

    Return Value

    required columns

    @@ -6154,7 +6154,7 @@

    Return Value

    new simple attributes table

    @@ -6238,7 +6238,7 @@

    Return Value

    new simple attributes table

    @@ -6296,7 +6296,7 @@

    Return Value

    new simple attributes table

    @@ -6335,7 +6335,7 @@

    Return Value

    id column index

    @@ -6374,7 +6374,7 @@

    Return Value

    id column

    @@ -6432,7 +6432,7 @@

    Return Value

    true if a simple column

    @@ -6490,7 +6490,7 @@

    Return Value

    true if a simple column

    @@ -6500,7 +6500,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGSimpleAttributesTableMetadata.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGSimpleAttributesTableMetadata.html index 3951dc57..501cc75f 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGSimpleAttributesTableMetadata.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGSimpleAttributesTableMetadata.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGSimpleAttributesTableMetadata

    Simple Attributes Table Metadata for defining table creation information

    @@ -5085,7 +5085,7 @@

    Return Value

    metadata

    @@ -5143,7 +5143,7 @@

    Return Value

    metadata

    @@ -5214,7 +5214,7 @@

    Return Value

    metadata

    @@ -5286,7 +5286,7 @@

    Return Value

    metadata

    @@ -5371,7 +5371,7 @@

    Return Value

    metadata

    @@ -5456,7 +5456,7 @@

    Return Value

    metadata

    @@ -5554,7 +5554,7 @@

    Return Value

    metadata

    @@ -5589,7 +5589,7 @@

    Declaration

    @@ -5669,7 +5669,7 @@

    Parameters

    @@ -5762,7 +5762,7 @@

    Parameters

    @@ -5772,7 +5772,7 @@

    Parameters

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGSpatialReferenceSystem.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGSpatialReferenceSystem.html index 18f1b038..729f0666 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGSpatialReferenceSystem.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGSpatialReferenceSystem.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5048,7 +5048,7 @@

    GPKGSpatialReferenceSystem

    tables to locations on the earth.

    @@ -5084,7 +5084,7 @@

    Declaration

    @@ -5119,7 +5119,7 @@

    Declaration

    @@ -5154,7 +5154,7 @@

    Declaration

    @@ -5189,7 +5189,7 @@

    Declaration

    @@ -5224,7 +5224,7 @@

    Declaration

    @@ -5259,7 +5259,7 @@

    Declaration

    @@ -5294,7 +5294,7 @@

    Declaration

    @@ -5329,7 +5329,7 @@

    Declaration

    @@ -5368,7 +5368,7 @@

    Return Value

    projection

    @@ -5407,7 +5407,7 @@

    Return Value

    definition

    @@ -5467,7 +5467,7 @@

    Return Value

    projection transform

    @@ -5521,7 +5521,7 @@

    Parameters

    @@ -5531,7 +5531,7 @@

    Parameters

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGSpatialReferenceSystemDao.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGSpatialReferenceSystemDao.html index bcc0bf23..41499d5c 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGSpatialReferenceSystemDao.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGSpatialReferenceSystemDao.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGSpatialReferenceSystemDao

    Spatial Reference System Data Access Object

    @@ -5105,7 +5105,7 @@

    Return Value

    dao

    @@ -5163,7 +5163,7 @@

    Return Value

    new spatial reference system dao

    @@ -5217,7 +5217,7 @@

    Parameters

    @@ -5257,7 +5257,7 @@

    Return Value

    true if has extension

    @@ -5297,7 +5297,7 @@

    Return Value

    true if has extension

    @@ -5337,7 +5337,7 @@

    Return Value

    wgs84 srs

    @@ -5377,7 +5377,7 @@

    Return Value

    undefined cartesian srs

    @@ -5417,7 +5417,7 @@

    Return Value

    undefined geographic srs

    @@ -5457,7 +5457,7 @@

    Return Value

    web mercator srs

    @@ -5496,7 +5496,7 @@

    Return Value

    spatial reference system

    @@ -5554,7 +5554,7 @@

    Return Value

    definition or null

    @@ -5612,7 +5612,7 @@

    Return Value

    epoch or null

    @@ -5666,7 +5666,7 @@

    Parameters

    @@ -5720,7 +5720,7 @@

    Parameters

    @@ -5787,7 +5787,7 @@

    Parameters

    @@ -5853,7 +5853,7 @@

    Parameters

    @@ -5907,7 +5907,7 @@

    Parameters

    @@ -5965,7 +5965,7 @@

    Return Value

    srs

    @@ -6037,7 +6037,7 @@

    Return Value

    srs

    @@ -6095,7 +6095,7 @@

    Return Value

    srs

    @@ -6166,7 +6166,7 @@

    Return Value

    srs

    @@ -6224,7 +6224,7 @@

    Return Value

    srs

    @@ -6282,7 +6282,7 @@

    Return Value

    rows deleted

    @@ -6340,7 +6340,7 @@

    Return Value

    rows deleted

    @@ -6410,7 +6410,7 @@

    Return Value

    rows deleted

    @@ -6468,7 +6468,7 @@

    Return Value

    rows deleted

    @@ -6526,7 +6526,7 @@

    Return Value

    rows deleted

    @@ -6584,7 +6584,7 @@

    Return Value

    result set

    @@ -6642,7 +6642,7 @@

    Return Value

    result set

    @@ -6700,7 +6700,7 @@

    Return Value

    result set

    @@ -6710,7 +6710,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGSqlLiteQueryBuilder.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGSqlLiteQueryBuilder.html index 0207fb13..e2835184 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGSqlLiteQueryBuilder.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGSqlLiteQueryBuilder.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGSqlLiteQueryBuilder

    SQL Builder

    @@ -5195,7 +5195,7 @@

    Return Value

    query sql

    @@ -5344,7 +5344,7 @@

    Return Value

    query sql

    @@ -5411,7 +5411,7 @@

    Parameters

    @@ -5421,7 +5421,7 @@

    Parameters

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGSqlUtils.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGSqlUtils.html index be91aead..e06c01a5 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGSqlUtils.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGSqlUtils.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGSqlUtils

    SQL utility methods

    @@ -5113,7 +5113,7 @@

    Parameters

    @@ -5180,7 +5180,7 @@

    Parameters

    @@ -5264,7 +5264,7 @@

    Return Value

    result set

    @@ -5439,7 +5439,7 @@

    Return Value

    result set

    @@ -5588,7 +5588,7 @@

    Return Value

    result set

    @@ -5672,7 +5672,7 @@

    Return Value

    count

    @@ -5743,7 +5743,7 @@

    Return Value

    count

    @@ -5827,7 +5827,7 @@

    Return Value

    count

    @@ -5924,7 +5924,7 @@

    Return Value

    count

    @@ -5995,7 +5995,7 @@

    Return Value

    count

    @@ -6079,7 +6079,7 @@

    Return Value

    count

    @@ -6163,7 +6163,7 @@

    Return Value

    count

    @@ -6260,7 +6260,7 @@

    Return Value

    count

    @@ -6370,7 +6370,7 @@

    Return Value

    count

    @@ -6493,7 +6493,7 @@

    Return Value

    count

    @@ -6603,7 +6603,7 @@

    Return Value

    result, null if no result

    @@ -6727,7 +6727,7 @@

    Return Value

    single column results

    @@ -6837,7 +6837,7 @@

    Return Value

    results

    @@ -6907,7 +6907,7 @@

    Return Value

    value

    @@ -6991,7 +6991,7 @@

    Return Value

    value

    @@ -7075,7 +7075,7 @@

    Return Value

    value

    @@ -7172,7 +7172,7 @@

    Return Value

    value

    @@ -7256,7 +7256,7 @@

    Return Value

    integer value

    @@ -7340,7 +7340,7 @@

    Return Value

    float value

    @@ -7410,7 +7410,7 @@

    Return Value

    object

    @@ -7494,7 +7494,7 @@

    Return Value

    min or nil

    @@ -7604,7 +7604,7 @@

    Return Value

    min or nil

    @@ -7688,7 +7688,7 @@

    Return Value

    max or nil

    @@ -7798,7 +7798,7 @@

    Return Value

    max or nil

    @@ -7869,7 +7869,7 @@

    Return Value

    insertion id

    @@ -7953,7 +7953,7 @@

    Return Value

    insertion id

    @@ -8024,7 +8024,7 @@

    Return Value

    updated rows

    @@ -8108,7 +8108,7 @@

    Return Value

    updated rows

    @@ -8205,7 +8205,7 @@

    Return Value

    updated rows

    @@ -8315,7 +8315,7 @@

    Return Value

    updated rows

    @@ -8386,7 +8386,7 @@

    Return Value

    deleted rows

    @@ -8470,7 +8470,7 @@

    Return Value

    deleted rows

    @@ -8554,7 +8554,7 @@

    Return Value

    deleted rows

    @@ -8651,7 +8651,7 @@

    Return Value

    deleted rows

    @@ -8705,7 +8705,7 @@

    Parameters

    @@ -8759,7 +8759,7 @@

    Parameters

    @@ -8813,7 +8813,7 @@

    Parameters

    @@ -8871,7 +8871,7 @@

    Return Value

    sql string

    @@ -8929,7 +8929,7 @@

    Return Value

    quoted name

    @@ -8987,7 +8987,7 @@

    Return Value

    quoted names

    @@ -9045,7 +9045,7 @@

    Return Value

    unquoted names

    @@ -9103,7 +9103,7 @@

    Return Value

    create table SQL

    @@ -9163,7 +9163,7 @@

    Return Value

    column SQL

    @@ -9223,7 +9223,7 @@

    Return Value

    column definition SQL

    @@ -9281,7 +9281,7 @@

    Return Value

    default value

    @@ -9352,7 +9352,7 @@

    Return Value

    default value

    @@ -9432,7 +9432,7 @@

    Parameters

    @@ -9490,7 +9490,7 @@

    Return Value

    true if enabled, false if disabled

    @@ -9560,7 +9560,7 @@

    Return Value

    previous foreign keys value

    @@ -9618,7 +9618,7 @@

    Return Value

    foreign keys SQL

    @@ -9677,7 +9677,7 @@

    Return Value

    violation. see SQLite PRAGMA foreign_key_check

    @@ -9749,7 +9749,7 @@

    Return Value

    violation. see SQLite PRAGMA foreign_key_check

    @@ -9788,7 +9788,7 @@

    Return Value

    foreign key check SQL

    @@ -9846,7 +9846,7 @@

    Return Value

    foreign key check SQL

    @@ -9885,7 +9885,7 @@

    Return Value

    integrity check SQL

    @@ -9924,7 +9924,7 @@

    Return Value

    quick check SQL

    @@ -9990,7 +9990,7 @@

    Parameters

    @@ -10048,7 +10048,7 @@

    Return Value

    drop table SQL

    @@ -10114,7 +10114,7 @@

    Parameters

    @@ -10172,7 +10172,7 @@

    Return Value

    drop view SQL

    @@ -10239,7 +10239,7 @@

    Parameters

    @@ -10297,7 +10297,7 @@

    Return Value

    transfer SQL

    @@ -10405,7 +10405,7 @@

    Parameters

    @@ -10526,7 +10526,7 @@

    Parameters

    @@ -10611,7 +10611,7 @@

    Return Value

    unused table name

    @@ -10695,7 +10695,7 @@

    Return Value

    updated SQL, null if SQL contains a deleted column

    @@ -10793,7 +10793,7 @@

    Return Value

    updated SQL, null if SQL contains a deleted column

    @@ -10864,7 +10864,7 @@

    Return Value

    updated SQL, null if SQL contains a deleted column

    @@ -10950,7 +10950,7 @@

    Return Value

    null if not modified, SQL value if replaced at least once

    @@ -11036,7 +11036,7 @@

    Return Value

    new name

    @@ -11138,7 +11138,7 @@

    Return Value

    new name

    @@ -11192,7 +11192,7 @@

    Parameters

    @@ -11246,7 +11246,7 @@

    Parameters

    @@ -11256,7 +11256,7 @@

    Parameters

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGSqliteConnection.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGSqliteConnection.html index b1c9a12f..89d69fef 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGSqliteConnection.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGSqliteConnection.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGSqliteConnection

    Single sqlite3 connection to a database file opened as part of a connection pool

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5178,7 +5178,7 @@

    Return Value

    new sql connection

    @@ -5217,7 +5217,7 @@

    Return Value

    connection id

    @@ -5256,7 +5256,7 @@

    Return Value

    connection

    @@ -5291,7 +5291,7 @@

    Declaration

    @@ -5326,7 +5326,7 @@

    Declaration

    @@ -5361,7 +5361,7 @@

    Declaration

    @@ -5400,7 +5400,7 @@

    Return Value

    stack trace, nil when not checked out or not maintaining stack traces

    @@ -5439,7 +5439,7 @@

    Return Value

    date of checkout, nil if not checked out

    @@ -5478,7 +5478,7 @@

    Return Value

    true if releasable

    @@ -5488,7 +5488,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGStyleCache.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGStyleCache.html index 56fd562b..42f5a48e 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGStyleCache.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGStyleCache.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGStyleCache

    Style utilities for populating points and shapes. Caches icons for a single GeoPackage

    @@ -5100,7 +5100,7 @@

    Parameters

    @@ -5167,7 +5167,7 @@

    Parameters

    @@ -5222,7 +5222,7 @@

    Parameters

    @@ -5290,7 +5290,7 @@

    Parameters

    @@ -5325,7 +5325,7 @@

    Declaration

    @@ -5364,7 +5364,7 @@

    Return Value

    feature style extension

    @@ -5435,7 +5435,7 @@

    Return Value

    true if icon or style was set into the map point

    @@ -5506,7 +5506,7 @@

    Return Value

    true if icon or style was set into the marker options

    @@ -5577,7 +5577,7 @@

    Return Value

    true if icon was set into the marker options

    @@ -5635,7 +5635,7 @@

    Return Value

    icon bitmap

    @@ -5706,7 +5706,7 @@

    Return Value

    true if style was set into the marker options

    @@ -5777,7 +5777,7 @@

    Return Value

    true if style was set into the polyline

    @@ -5848,7 +5848,7 @@

    Return Value

    true if style was set into the polyline

    @@ -5919,7 +5919,7 @@

    Return Value

    true if style was set into the polyline

    @@ -5990,7 +5990,7 @@

    Return Value

    true if style was set into the polygon

    @@ -6061,7 +6061,7 @@

    Return Value

    true if style was set into the polygon

    @@ -6132,7 +6132,7 @@

    Return Value

    true if style was set into the polygon

    @@ -6142,7 +6142,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGStyleDao.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGStyleDao.html index b9f1732d..06fcd9f1 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGStyleDao.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGStyleDao.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGStyleDao

    Style DAO for reading style tables

    @@ -5104,7 +5104,7 @@

    Return Value

    new style dao

    @@ -5143,7 +5143,7 @@

    Return Value

    style table

    @@ -5201,7 +5201,7 @@

    Return Value

    style row

    @@ -5240,7 +5240,7 @@

    Return Value

    style row

    @@ -5298,7 +5298,7 @@

    Return Value

    style row

    @@ -5308,7 +5308,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGStyleMappingDao.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGStyleMappingDao.html index 6428d52b..425f3662 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGStyleMappingDao.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGStyleMappingDao.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGStyleMappingDao

    Style Mapping DAO for reading style mapping data tables

    @@ -5104,7 +5104,7 @@

    Return Value

    new style mapping dao

    @@ -5143,7 +5143,7 @@

    Return Value

    style mapping table

    @@ -5201,7 +5201,7 @@

    Return Value

    style mapping row

    @@ -5240,7 +5240,7 @@

    Return Value

    style mapping row

    @@ -5298,7 +5298,7 @@

    Return Value

    style mappings rows

    @@ -5368,7 +5368,7 @@

    Return Value

    rows deleted

    @@ -5378,7 +5378,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGStyleMappingRow.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGStyleMappingRow.html index 9ef8c26f..80911b50 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGStyleMappingRow.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGStyleMappingRow.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGStyleMappingRow

    Style Mapping Row containing the values from a single result set row

    @@ -5130,7 +5130,7 @@

    Return Value

    new style mapping row

    @@ -5188,7 +5188,7 @@

    Return Value

    new style mapping row

    @@ -5227,7 +5227,7 @@

    Return Value

    style mapping table

    @@ -5266,7 +5266,7 @@

    Return Value

    geometry type name column index

    @@ -5305,7 +5305,7 @@

    Return Value

    geometry type name column

    @@ -5344,7 +5344,7 @@

    Return Value

    geometry type name

    @@ -5383,7 +5383,7 @@

    Return Value

    geometry type

    @@ -5437,7 +5437,7 @@

    Parameters

    @@ -5447,7 +5447,7 @@

    Parameters

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGStyleMappingTable.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGStyleMappingTable.html index d89bcfc0..fa75b388 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGStyleMappingTable.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGStyleMappingTable.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGStyleMappingTable

    Feature Style mapping table

    @@ -5104,7 +5104,7 @@

    Return Value

    new style mapping table

    @@ -5162,7 +5162,7 @@

    Return Value

    new style mapping table

    @@ -5201,7 +5201,7 @@

    Return Value

    geometry type name column index

    @@ -5240,7 +5240,7 @@

    Return Value

    geometry type name column

    @@ -5250,7 +5250,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGStyleRow.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGStyleRow.html index b33ae93b..3ba1f803 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGStyleRow.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGStyleRow.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGStyleRow

    Style Row containing the values from a single result set row

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5200,7 +5200,7 @@

    Return Value

    new style row

    @@ -5258,7 +5258,7 @@

    Return Value

    new style row

    @@ -5297,7 +5297,7 @@

    Return Value

    style table

    @@ -5336,7 +5336,7 @@

    Return Value

    name column index

    @@ -5375,7 +5375,7 @@

    Return Value

    name column

    @@ -5414,7 +5414,7 @@

    Return Value

    name

    @@ -5468,7 +5468,7 @@

    Parameters

    @@ -5507,7 +5507,7 @@

    Return Value

    description column index

    @@ -5546,7 +5546,7 @@

    Return Value

    description column

    @@ -5585,7 +5585,7 @@

    Return Value

    description

    @@ -5639,7 +5639,7 @@

    Parameters

    @@ -5678,7 +5678,7 @@

    Return Value

    color column index

    @@ -5717,7 +5717,7 @@

    Return Value

    color column

    @@ -5756,7 +5756,7 @@

    Return Value

    color

    @@ -5795,7 +5795,7 @@

    Return Value

    true if has a color

    @@ -5834,7 +5834,7 @@

    Return Value

    color

    @@ -5888,7 +5888,7 @@

    Parameters

    @@ -5942,7 +5942,7 @@

    Parameters

    @@ -5981,7 +5981,7 @@

    Return Value

    color

    @@ -6020,7 +6020,7 @@

    Return Value

    color

    @@ -6059,7 +6059,7 @@

    Return Value

    opacity column index

    @@ -6098,7 +6098,7 @@

    Return Value

    opacity column

    @@ -6137,7 +6137,7 @@

    Return Value

    opacity

    @@ -6191,7 +6191,7 @@

    Parameters

    @@ -6245,7 +6245,7 @@

    Parameters

    @@ -6284,7 +6284,7 @@

    Return Value

    opacity

    @@ -6323,7 +6323,7 @@

    Return Value

    width column index

    @@ -6362,7 +6362,7 @@

    Return Value

    width column

    @@ -6401,7 +6401,7 @@

    Return Value

    width

    @@ -6456,7 +6456,7 @@

    Parameters

    @@ -6511,7 +6511,7 @@

    Parameters

    @@ -6550,7 +6550,7 @@

    Return Value

    width

    @@ -6589,7 +6589,7 @@

    Return Value

    fill color column index

    @@ -6628,7 +6628,7 @@

    Return Value

    fill color column

    @@ -6667,7 +6667,7 @@

    Return Value

    fill color

    @@ -6706,7 +6706,7 @@

    Return Value

    true if has a fill color

    @@ -6745,7 +6745,7 @@

    Return Value

    fill color

    @@ -6799,7 +6799,7 @@

    Parameters

    @@ -6853,7 +6853,7 @@

    Parameters

    @@ -6892,7 +6892,7 @@

    Return Value

    fill opacity column index

    @@ -6931,7 +6931,7 @@

    Return Value

    fill opacity column

    @@ -6970,7 +6970,7 @@

    Return Value

    fill opacity

    @@ -7025,7 +7025,7 @@

    Parameters

    @@ -7080,7 +7080,7 @@

    Parameters

    @@ -7119,7 +7119,7 @@

    Return Value

    fill opacity

    @@ -7129,7 +7129,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGStyleTable.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGStyleTable.html index b94a56b6..8f45577a 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGStyleTable.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGStyleTable.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGStyleTable

    Style Table

    @@ -5085,7 +5085,7 @@

    Return Value

    new style table

    @@ -5143,7 +5143,7 @@

    Return Value

    new style table

    @@ -5182,7 +5182,7 @@

    Return Value

    name column index

    @@ -5221,7 +5221,7 @@

    Return Value

    name column

    @@ -5260,7 +5260,7 @@

    Return Value

    description column index

    @@ -5299,7 +5299,7 @@

    Return Value

    description column

    @@ -5338,7 +5338,7 @@

    Return Value

    color column index

    @@ -5377,7 +5377,7 @@

    Return Value

    color column

    @@ -5416,7 +5416,7 @@

    Return Value

    opacity column index

    @@ -5455,7 +5455,7 @@

    Return Value

    opacity column

    @@ -5494,7 +5494,7 @@

    Return Value

    width column index

    @@ -5533,7 +5533,7 @@

    Return Value

    width column

    @@ -5572,7 +5572,7 @@

    Return Value

    fill color column index

    @@ -5611,7 +5611,7 @@

    Return Value

    fill color column

    @@ -5650,7 +5650,7 @@

    Return Value

    fill opacity column index

    @@ -5689,7 +5689,7 @@

    Return Value

    fill opacity column

    @@ -5699,7 +5699,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGStyleUtils.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGStyleUtils.html index b2505284..19eb389f 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGStyleUtils.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGStyleUtils.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGStyleUtils

    Style utilities for populating points and shapes

    @@ -5130,7 +5130,7 @@

    Return Value

    true if icon or style was set into the map point

    @@ -5227,7 +5227,7 @@

    Return Value

    true if icon or style was set into the map point

    @@ -5312,7 +5312,7 @@

    Return Value

    true if icon or style was set into the map point

    @@ -5410,7 +5410,7 @@

    Return Value

    true if icon or style was set into the map point

    @@ -5481,7 +5481,7 @@

    Return Value

    true if icon or style was set into the map point

    @@ -5565,7 +5565,7 @@

    Return Value

    true if icon or style was set into the map point

    @@ -5636,7 +5636,7 @@

    Return Value

    true if icon was set into the map point

    @@ -5720,7 +5720,7 @@

    Return Value

    true if icon was set into the map point

    @@ -5778,7 +5778,7 @@

    Return Value

    icon image

    @@ -5849,7 +5849,7 @@

    Return Value

    icon image

    @@ -5920,7 +5920,7 @@

    Return Value

    true if style was set into the marker point

    @@ -6004,7 +6004,7 @@

    Return Value

    true if style was set into the polyline

    @@ -6089,7 +6089,7 @@

    Return Value

    true if style was set into the polyline

    @@ -6160,7 +6160,7 @@

    Return Value

    true if style was set into the polyline

    @@ -6231,7 +6231,7 @@

    Return Value

    true if style was set into the polyline

    @@ -6315,7 +6315,7 @@

    Return Value

    true if style was set into the polygon

    @@ -6400,7 +6400,7 @@

    Return Value

    true if style was set into the polygon

    @@ -6471,7 +6471,7 @@

    Return Value

    true if style was set into the polygon

    @@ -6542,7 +6542,7 @@

    Return Value

    true if style was set into the polygon

    @@ -6552,7 +6552,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGStyles.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGStyles.html index d24a4e33..9e7043bc 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGStyles.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGStyles.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGStyles

    Styles for a single feature geometry or feature table default

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5120,7 +5120,7 @@

    Return Value

    new styles

    @@ -5178,7 +5178,7 @@

    Return Value

    new styles

    @@ -5232,7 +5232,7 @@

    Parameters

    @@ -5299,7 +5299,7 @@

    Parameters

    @@ -5338,7 +5338,7 @@

    Return Value

    default style

    @@ -5377,7 +5377,7 @@

    Return Value

    geometry types to style mapping

    @@ -5416,7 +5416,7 @@

    Return Value

    style

    @@ -5474,7 +5474,7 @@

    Return Value

    style

    @@ -5513,7 +5513,7 @@

    Return Value

    true if empty, false if at least one style

    @@ -5552,7 +5552,7 @@

    Return Value

    true if default style exists

    @@ -5562,7 +5562,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTableColumn.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTableColumn.html index c4384f10..ff0df59a 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTableColumn.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTableColumn.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGTableColumn

    Table Column from Table Info

    @@ -5204,7 +5204,7 @@

    Parameters

    @@ -5243,7 +5243,7 @@

    Return Value

    column index

    @@ -5282,7 +5282,7 @@

    Return Value

    column name

    @@ -5321,7 +5321,7 @@

    Return Value

    column type

    @@ -5360,7 +5360,7 @@

    Return Value

    column data type, may be null

    @@ -5418,7 +5418,7 @@

    Return Value

    true if the data type

    @@ -5457,7 +5457,7 @@

    Return Value

    max value or null if no max

    @@ -5496,7 +5496,7 @@

    Return Value

    true if not nullable

    @@ -5535,7 +5535,7 @@

    Return Value

    default value as a string

    @@ -5574,7 +5574,7 @@

    Return Value

    default value

    @@ -5613,7 +5613,7 @@

    Return Value

    true if primary key column

    @@ -5623,7 +5623,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTableConstraints.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTableConstraints.html index f80bd7fe..e102c43d 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTableConstraints.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTableConstraints.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGTableConstraints

    Table Constraints including column constraint

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5135,7 +5135,7 @@

    Parameters

    @@ -5189,7 +5189,7 @@

    Parameters

    @@ -5228,7 +5228,7 @@

    Return Value

    table constraints

    @@ -5286,7 +5286,7 @@

    Return Value

    table constraint

    @@ -5325,7 +5325,7 @@

    Return Value

    table constraints count

    @@ -5392,7 +5392,7 @@

    Parameters

    @@ -5459,7 +5459,7 @@

    Parameters

    @@ -5513,7 +5513,7 @@

    Parameters

    @@ -5568,7 +5568,7 @@

    Parameters

    @@ -5623,7 +5623,7 @@

    Parameters

    @@ -5662,7 +5662,7 @@

    Return Value

    column constraints

    @@ -5701,7 +5701,7 @@

    Return Value

    column names

    @@ -5759,7 +5759,7 @@

    Return Value

    constraints

    @@ -5830,7 +5830,7 @@

    Return Value

    column constraint

    @@ -5888,7 +5888,7 @@

    Return Value

    column constraints count

    @@ -5942,7 +5942,7 @@

    Parameters

    @@ -5981,7 +5981,7 @@

    Return Value

    true if has constraints

    @@ -6020,7 +6020,7 @@

    Return Value

    true if has table constraints

    @@ -6059,7 +6059,7 @@

    Return Value

    true if has column constraints

    @@ -6117,7 +6117,7 @@

    Return Value

    true if has column constraints

    @@ -6127,7 +6127,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTableCreator.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTableCreator.html index b239126b..a4e9f7d8 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTableCreator.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTableCreator.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGTableCreator

    Executes database scripts to create tables

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5139,7 +5139,7 @@

    Return Value

    new table creator

    @@ -5178,7 +5178,7 @@

    Return Value

    properties name or nil for base

    @@ -5236,7 +5236,7 @@

    Return Value

    SQL statements executed

    @@ -5306,7 +5306,7 @@

    Return Value

    SQL statements executed

    @@ -5364,7 +5364,7 @@

    Return Value

    SQL statements executed

    @@ -5435,7 +5435,7 @@

    Return Value

    SQL statements executed

    @@ -5489,7 +5489,7 @@

    Parameters

    @@ -5547,7 +5547,7 @@

    Return Value

    statements

    @@ -5618,7 +5618,7 @@

    Return Value

    statements

    @@ -5689,7 +5689,7 @@

    Return Value

    statements

    @@ -5699,7 +5699,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTableIndex.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTableIndex.html index 82d9bee6..77552621 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTableIndex.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTableIndex.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGTableIndex

    Table Index object, for indexing data within user tables

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5126,7 +5126,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTableIndexDao.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTableIndexDao.html index c57f3555..0dbb5c01 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTableIndexDao.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTableIndexDao.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGTableIndexDao

    Table Index Data Access Object

    @@ -5104,7 +5104,7 @@

    Return Value

    dao

    @@ -5162,7 +5162,7 @@

    Return Value

    new table index dao

    @@ -5220,7 +5220,7 @@

    Return Value

    rows deleted

    @@ -5278,7 +5278,7 @@

    Return Value

    rows deleted

    @@ -5348,7 +5348,7 @@

    Return Value

    rows deleted

    @@ -5406,7 +5406,7 @@

    Return Value

    rows deleted

    @@ -5464,7 +5464,7 @@

    Return Value

    rows deleted

    @@ -5518,7 +5518,7 @@

    Parameters

    @@ -5576,7 +5576,7 @@

    Return Value

    result set

    @@ -5634,7 +5634,7 @@

    Return Value

    count

    @@ -5673,7 +5673,7 @@

    Return Value

    rows deleted

    @@ -5683,7 +5683,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTableInfo.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTableInfo.html index 5fac6eb9..894ec08b 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTableInfo.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTableInfo.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGTableInfo

    Table Info queries (table_info)

    @@ -5085,7 +5085,7 @@

    Return Value

    table name

    @@ -5124,7 +5124,7 @@

    Return Value

    column count

    @@ -5163,7 +5163,7 @@

    Return Value

    columns

    @@ -5221,7 +5221,7 @@

    Return Value

    column

    @@ -5279,7 +5279,7 @@

    Return Value

    true if has column

    @@ -5337,7 +5337,7 @@

    Return Value

    column or null if does not exist

    @@ -5376,7 +5376,7 @@

    Return Value

    true if has at least one primary key

    @@ -5415,7 +5415,7 @@

    Return Value

    primary key columns

    @@ -5454,7 +5454,7 @@

    Return Value

    single or first primary key, null if no primary key

    @@ -5525,7 +5525,7 @@

    Return Value

    table info or null if no table

    @@ -5583,7 +5583,7 @@

    Return Value

    data type or null

    @@ -5653,7 +5653,7 @@

    Return Value

    default value

    @@ -5725,7 +5725,7 @@

    Return Value

    default value

    @@ -5735,7 +5735,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTableMapping.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTableMapping.html index 06fa114f..0b94a7fa 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTableMapping.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTableMapping.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5046,7 +5046,7 @@

    GPKGTableMapping

    information

    @@ -5082,7 +5082,7 @@

    Declaration

    @@ -5117,7 +5117,7 @@

    Declaration

    @@ -5152,7 +5152,7 @@

    Declaration

    @@ -5187,7 +5187,7 @@

    Declaration

    @@ -5226,7 +5226,7 @@

    Return Value

    new table mapping

    @@ -5297,7 +5297,7 @@

    Return Value

    new table mapping

    @@ -5355,7 +5355,7 @@

    Return Value

    new table mapping

    @@ -5426,7 +5426,7 @@

    Return Value

    new table mapping

    @@ -5497,7 +5497,7 @@

    Return Value

    new table mapping

    @@ -5555,7 +5555,7 @@

    Return Value

    new table mapping

    @@ -5626,7 +5626,7 @@

    Return Value

    new table mapping

    @@ -5665,7 +5665,7 @@

    Return Value

    true if a new table

    @@ -5719,7 +5719,7 @@

    Parameters

    @@ -5773,7 +5773,7 @@

    Parameters

    @@ -5831,7 +5831,7 @@

    Return Value

    removed mapped column or null

    @@ -5870,7 +5870,7 @@

    Return Value

    column names

    @@ -5909,7 +5909,7 @@

    Return Value

    columns

    @@ -5967,7 +5967,7 @@

    Return Value

    mapped column

    @@ -6021,7 +6021,7 @@

    Parameters

    @@ -6079,7 +6079,7 @@

    Return Value

    true if removed

    @@ -6118,7 +6118,7 @@

    Return Value

    dropped columns

    @@ -6176,7 +6176,7 @@

    Return Value

    true if a dropped column

    @@ -6215,7 +6215,7 @@

    Return Value

    true if where clause

    @@ -6225,7 +6225,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTableMetadata.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTableMetadata.html index 19d34798..ae06585c 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTableMetadata.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTableMetadata.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGTableMetadata

    Table Metadata

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5151,7 +5151,7 @@

    Declaration

    @@ -5161,7 +5161,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTableMetadataDao.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTableMetadataDao.html index b3bfd41c..8a777ced 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTableMetadataDao.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTableMetadataDao.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGTableMetadataDao

    Table Metadata Data Access Object

    @@ -5104,7 +5104,7 @@

    Return Value

    new table metadata

    @@ -5162,7 +5162,7 @@

    Return Value

    true if deleted

    @@ -5220,7 +5220,7 @@

    Return Value

    true if deleted

    @@ -5278,7 +5278,7 @@

    Return Value

    true if deleted

    @@ -5349,7 +5349,7 @@

    Return Value

    true if deleted

    @@ -5420,7 +5420,7 @@

    Return Value

    true if deleted

    @@ -5491,7 +5491,7 @@

    Return Value

    true if updated

    @@ -5575,7 +5575,7 @@

    Return Value

    true if updated

    @@ -5659,7 +5659,7 @@

    Return Value

    true if updated

    @@ -5730,7 +5730,7 @@

    Return Value

    table metadata

    @@ -5801,7 +5801,7 @@

    Return Value

    table metadata

    @@ -5872,7 +5872,7 @@

    Return Value

    table metadata

    @@ -5930,7 +5930,7 @@

    Return Value

    GeoPackage id

    @@ -5940,7 +5940,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileBoundingBoxUtils.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileBoundingBoxUtils.html index 9328a099..8f781fed 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileBoundingBoxUtils.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileBoundingBoxUtils.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGTileBoundingBoxUtils

    Tile Bounding Box utility methods

    @@ -5117,7 +5117,7 @@

    Return Value

    bounding box

    @@ -5201,7 +5201,7 @@

    Return Value

    bounding box

    @@ -5285,7 +5285,7 @@

    Return Value

    bounding box

    @@ -5382,7 +5382,7 @@

    Return Value

    bounding box

    @@ -5452,7 +5452,7 @@

    Return Value

    YES if within the bounding box

    @@ -5536,7 +5536,7 @@

    Return Value

    YES if within the bounding box

    @@ -5607,7 +5607,7 @@

    Return Value

    bounding box

    @@ -5691,7 +5691,7 @@

    Return Value

    x pixel

    @@ -5775,7 +5775,7 @@

    Return Value

    longitude

    @@ -5873,7 +5873,7 @@

    Return Value

    longitude

    @@ -5957,7 +5957,7 @@

    Return Value

    y pixel

    @@ -6041,7 +6041,7 @@

    Return Value

    latitude

    @@ -6139,7 +6139,7 @@

    Return Value

    latitude

    @@ -6221,7 +6221,7 @@

    Return Value

    bounding box

    @@ -6305,7 +6305,7 @@

    Return Value

    web mercator bounding box

    @@ -6376,7 +6376,7 @@

    Return Value

    web mercator bounding box

    @@ -6473,7 +6473,7 @@

    Return Value

    bounding box

    @@ -6583,7 +6583,7 @@

    Return Value

    bounding box

    @@ -6681,7 +6681,7 @@

    Return Value

    bounding box

    @@ -6765,7 +6765,7 @@

    Return Value

    bounding box

    @@ -6862,7 +6862,7 @@

    Return Value

    bounding box

    @@ -6947,7 +6947,7 @@

    Return Value

    bounding box

    @@ -7018,7 +7018,7 @@

    Return Value

    bounding box

    @@ -7115,7 +7115,7 @@

    Return Value

    bounding box

    @@ -7226,7 +7226,7 @@

    Return Value

    bounding box

    @@ -7324,7 +7324,7 @@

    Return Value

    bounding box

    @@ -7409,7 +7409,7 @@

    Return Value

    bounding box

    @@ -7507,7 +7507,7 @@

    Return Value

    bounding box

    @@ -7592,7 +7592,7 @@

    Return Value

    bounding box

    @@ -7662,7 +7662,7 @@

    Return Value

    tile grid

    @@ -7746,7 +7746,7 @@

    Return Value

    tile grid

    @@ -7817,7 +7817,7 @@

    Return Value

    tile grid

    @@ -7889,7 +7889,7 @@

    Return Value

    tile grid

    @@ -7973,7 +7973,7 @@

    Return Value

    bounding box

    @@ -8043,7 +8043,7 @@

    Return Value

    WGS84 bounding box

    @@ -8115,7 +8115,7 @@

    Return Value

    web mercator bounding box

    @@ -8199,7 +8199,7 @@

    Return Value

    bounding box

    @@ -8270,7 +8270,7 @@

    Return Value

    WGS84 bounding box

    @@ -8342,7 +8342,7 @@

    Return Value

    web mercator bounding box

    @@ -8401,7 +8401,7 @@

    Return Value

    web mercator bounding box

    @@ -8459,7 +8459,7 @@

    Return Value

    meters

    @@ -8517,7 +8517,7 @@

    Return Value

    zoom level

    @@ -8588,7 +8588,7 @@

    Return Value

    tile size

    @@ -8659,7 +8659,7 @@

    Return Value

    zoom level

    @@ -8729,7 +8729,7 @@

    Return Value

    tile size in units

    @@ -8787,7 +8787,7 @@

    Return Value

    degrees

    @@ -8845,7 +8845,7 @@

    Return Value

    degrees

    @@ -8903,7 +8903,7 @@

    Return Value

    tiles per side

    @@ -8961,7 +8961,7 @@

    Return Value

    tile size in meters

    @@ -9031,7 +9031,7 @@

    Return Value

    tolerance distance in meters

    @@ -9115,7 +9115,7 @@

    Return Value

    tolerance distance in meters

    @@ -9185,7 +9185,7 @@

    Return Value

    opposite y format

    @@ -9243,7 +9243,7 @@

    Return Value

    zoom level

    @@ -9340,7 +9340,7 @@

    Return Value

    tile grid

    @@ -9424,7 +9424,7 @@

    Return Value

    tile column

    @@ -9508,7 +9508,7 @@

    Return Value

    tile row

    @@ -9607,7 +9607,7 @@

    Return Value

    bounding box

    @@ -9718,7 +9718,7 @@

    Return Value

    bounding box

    @@ -9804,7 +9804,7 @@

    Return Value

    bounding box

    @@ -9902,7 +9902,7 @@

    Return Value

    bounding box

    @@ -9962,7 +9962,7 @@

    Return Value

    zoom level

    @@ -10046,7 +10046,7 @@

    Return Value

    to location

    @@ -10117,7 +10117,7 @@

    Return Value

    bearing

    @@ -10188,7 +10188,7 @@

    Return Value

    distance in meters

    @@ -10259,7 +10259,7 @@

    Return Value

    between point

    @@ -10317,7 +10317,7 @@

    Return Value

    bounding box

    @@ -10376,7 +10376,7 @@

    Return Value

    bounding box

    @@ -10435,7 +10435,7 @@

    Return Value

    bounding box

    @@ -10533,7 +10533,7 @@

    Return Value

    rectangle

    @@ -10632,7 +10632,7 @@

    Return Value

    rectangle

    @@ -10703,7 +10703,7 @@

    Return Value

    tile grid

    @@ -10787,7 +10787,7 @@

    Return Value

    tile grid

    @@ -10858,7 +10858,7 @@

    Return Value

    tile grid

    @@ -10930,7 +10930,7 @@

    Return Value

    tile grid

    @@ -11012,7 +11012,7 @@

    Return Value

    web mercator bounding box

    @@ -11083,7 +11083,7 @@

    Return Value

    wgs84 bounding box

    @@ -11141,7 +11141,7 @@

    Return Value

    tiles per latitude side

    @@ -11199,7 +11199,7 @@

    Return Value

    tiles per longitude side

    @@ -11257,7 +11257,7 @@

    Return Value

    degrees

    @@ -11315,7 +11315,7 @@

    Return Value

    degrees

    @@ -11400,7 +11400,7 @@

    Return Value

    tile grid at new zoom level

    @@ -11472,7 +11472,7 @@

    Return Value

    tile grid at new zoom level

    @@ -11544,7 +11544,7 @@

    Return Value

    tile grid at new zoom level

    @@ -11615,7 +11615,7 @@

    Return Value

    tile grid min value at new zoom level

    @@ -11686,7 +11686,7 @@

    Return Value

    tile grid max value at new zoom level

    @@ -11757,7 +11757,7 @@

    Return Value

    tile grid min value at new zoom level

    @@ -11828,7 +11828,7 @@

    Return Value

    tile grid max value at new zoom level

    @@ -11838,7 +11838,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileColumn.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileColumn.html index 9af5193e..97c1cb87 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileColumn.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileColumn.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGTileColumn

    Tile column

    @@ -5085,7 +5085,7 @@

    Return Value

    tile column

    @@ -5143,7 +5143,7 @@

    Return Value

    tile column

    @@ -5201,7 +5201,7 @@

    Return Value

    tile column

    @@ -5272,7 +5272,7 @@

    Return Value

    tile column

    @@ -5311,7 +5311,7 @@

    Return Value

    tile column

    @@ -5369,7 +5369,7 @@

    Return Value

    tile column

    @@ -5408,7 +5408,7 @@

    Return Value

    tile column

    @@ -5466,7 +5466,7 @@

    Return Value

    tile column

    @@ -5505,7 +5505,7 @@

    Return Value

    tile column

    @@ -5563,7 +5563,7 @@

    Return Value

    tile column

    @@ -5602,7 +5602,7 @@

    Return Value

    tile column

    @@ -5660,7 +5660,7 @@

    Return Value

    tile column

    @@ -5731,7 +5731,7 @@

    Return Value

    tile column

    @@ -5815,7 +5815,7 @@

    Return Value

    tile column

    @@ -5899,7 +5899,7 @@

    Return Value

    tile column

    @@ -5996,7 +5996,7 @@

    Return Value

    tile column

    @@ -6093,7 +6093,7 @@

    Return Value

    tile column

    @@ -6203,7 +6203,7 @@

    Return Value

    tile column

    @@ -6287,7 +6287,7 @@

    Return Value

    tile column

    @@ -6384,7 +6384,7 @@

    Return Value

    tile column

    @@ -6494,7 +6494,7 @@

    Return Value

    tile column

    @@ -6617,7 +6617,7 @@

    Return Value

    tile column

    @@ -6675,7 +6675,7 @@

    Return Value

    tile column

    @@ -6824,7 +6824,7 @@

    Return Value

    new tile column

    @@ -6834,7 +6834,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileColumns.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileColumns.html index d225e207..f32b02e3 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileColumns.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileColumns.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGTileColumns

    Collection of tile columns

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5151,7 +5151,7 @@

    Declaration

    @@ -5186,7 +5186,7 @@

    Declaration

    @@ -5257,7 +5257,7 @@

    Return Value

    new tile columns

    @@ -5341,7 +5341,7 @@

    Return Value

    new tile columns

    @@ -5399,7 +5399,7 @@

    Return Value

    new tile columns

    @@ -5438,7 +5438,7 @@

    Return Value

    true if has a zoom level column

    @@ -5477,7 +5477,7 @@

    Return Value

    zoom level tile column

    @@ -5516,7 +5516,7 @@

    Return Value

    true if has a tile column column

    @@ -5555,7 +5555,7 @@

    Return Value

    tile column column

    @@ -5594,7 +5594,7 @@

    Return Value

    true if has a tile row column

    @@ -5633,7 +5633,7 @@

    Return Value

    tile row column

    @@ -5672,7 +5672,7 @@

    Return Value

    true if has a tile data column

    @@ -5711,7 +5711,7 @@

    Return Value

    tile data column

    @@ -5721,7 +5721,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileCreator.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileCreator.html index b8a58969..6b160088 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileCreator.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileCreator.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5184,7 +5184,7 @@

    GPKGTileCreator

    Undocumented

    @@ -5220,7 +5220,7 @@

    Declaration

    @@ -5317,7 +5317,7 @@

    Return Value

    new instance

    @@ -5375,7 +5375,7 @@

    Return Value

    new instance

    @@ -5459,7 +5459,7 @@

    Return Value

    new instance

    @@ -5530,7 +5530,7 @@

    Return Value

    new instance

    @@ -5569,7 +5569,7 @@

    Return Value

    tile DAO

    @@ -5608,7 +5608,7 @@

    Return Value

    tile width

    @@ -5647,7 +5647,7 @@

    Return Value

    tile height

    @@ -5686,7 +5686,7 @@

    Return Value

    tile matrix set

    @@ -5725,7 +5725,7 @@

    Return Value

    request projection

    @@ -5764,7 +5764,7 @@

    Return Value

    tiles projection

    @@ -5803,7 +5803,7 @@

    Return Value

    tile set bounding box

    @@ -5842,7 +5842,7 @@

    Return Value

    true if the same projection

    @@ -5881,7 +5881,7 @@

    Return Value

    true if the same

    @@ -5939,7 +5939,7 @@

    Return Value

    true if a tile exists

    @@ -5998,7 +5998,7 @@

    Return Value

    tile

    @@ -6070,7 +6070,7 @@

    Return Value

    tile

    @@ -6080,7 +6080,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileDao.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileDao.html index 611d2e55..279be36a 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileDao.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileDao.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGTileDao

    Tile DAO for reading tile user tables

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5151,7 +5151,7 @@

    Declaration

    @@ -5186,7 +5186,7 @@

    Declaration

    @@ -5221,7 +5221,7 @@

    Declaration

    @@ -5256,7 +5256,7 @@

    Declaration

    @@ -5291,7 +5291,7 @@

    Declaration

    @@ -5326,7 +5326,7 @@

    Declaration

    @@ -5423,7 +5423,7 @@

    Return Value

    new tile dao

    @@ -5481,7 +5481,7 @@

    Return Value

    bounding box of zoom level, or nil if no tiles

    @@ -5552,7 +5552,7 @@

    Return Value

    bounding box of zoom level, or nil if no tiles

    @@ -5610,7 +5610,7 @@

    Return Value

    tile grid at zoom level, nil if no tile matrix at zoom level

    @@ -5649,7 +5649,7 @@

    Return Value

    tile table

    @@ -5707,7 +5707,7 @@

    Return Value

    tile row

    @@ -5765,7 +5765,7 @@

    Return Value

    tile row

    @@ -5823,7 +5823,7 @@

    Return Value

    tile row

    @@ -5862,7 +5862,7 @@

    Return Value

    tile row

    @@ -5899,7 +5899,7 @@

    Declaration

    @@ -5957,7 +5957,7 @@

    Return Value

    tile matrix

    @@ -5996,7 +5996,7 @@

    Return Value

    tile matrix

    @@ -6035,7 +6035,7 @@

    Return Value

    srs

    @@ -6074,7 +6074,7 @@

    Return Value

    srs id

    @@ -6158,7 +6158,7 @@

    Return Value

    tile row

    @@ -6216,7 +6216,7 @@

    Return Value

    result set

    @@ -6274,7 +6274,7 @@

    Return Value

    result set

    @@ -6345,7 +6345,7 @@

    Return Value

    result set

    @@ -6415,7 +6415,7 @@

    Return Value

    result set

    @@ -6473,7 +6473,7 @@

    Return Value

    zoom level

    @@ -6543,7 +6543,7 @@

    Return Value

    zoom level

    @@ -6602,7 +6602,7 @@

    Return Value

    zoom level

    @@ -6673,7 +6673,7 @@

    Return Value

    zoom level

    @@ -6734,7 +6734,7 @@

    Return Value

    approximate zoom level

    @@ -6808,7 +6808,7 @@

    Return Value

    approximate zoom level

    @@ -6879,7 +6879,7 @@

    Return Value

    result set

    @@ -6963,7 +6963,7 @@

    Return Value

    result set

    @@ -7021,7 +7021,7 @@

    Return Value

    tile grid of tiles at the zoom level

    @@ -7105,7 +7105,7 @@

    Return Value

    number deleted, should be 0 or 1

    @@ -7163,7 +7163,7 @@

    Return Value

    count

    @@ -7202,7 +7202,7 @@

    Return Value

    max distance length with tiles

    @@ -7241,7 +7241,7 @@

    Return Value

    min distance length with tiles

    @@ -7280,7 +7280,7 @@

    Return Value

    true if XYZ tile format

    @@ -7319,7 +7319,7 @@

    Return Value

    map zoom level range, min at index 0, max at index 1

    @@ -7358,7 +7358,7 @@

    Return Value

    map min zoom level

    @@ -7397,7 +7397,7 @@

    Return Value

    map max zoom level

    @@ -7455,7 +7455,7 @@

    Return Value

    map zoom level

    @@ -7513,7 +7513,7 @@

    Return Value

    map zoom level

    @@ -7552,7 +7552,7 @@

    Return Value

    tile matrix set DAO

    @@ -7591,7 +7591,7 @@

    Return Value

    tile matrix DAO

    @@ -7601,7 +7601,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileDaoUtils.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileDaoUtils.html index 352a7a59..6bf9f371 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileDaoUtils.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileDaoUtils.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGTileDaoUtils

    Tile Data Access Object utilities

    @@ -5117,7 +5117,7 @@

    Parameters

    @@ -5214,7 +5214,7 @@

    Return Value

    zoom level

    @@ -5324,7 +5324,7 @@

    Return Value

    tile matrix zoom level

    @@ -5423,7 +5423,7 @@

    Return Value

    tile matrix zoom level

    @@ -5535,7 +5535,7 @@

    Return Value

    tile matrix zoom level

    @@ -5636,7 +5636,7 @@

    Return Value

    actual or approximate tile matrix zoom level

    @@ -5750,7 +5750,7 @@

    Return Value

    actual or approximate tile matrix zoom level

    @@ -5820,7 +5820,7 @@

    Return Value

    max length

    @@ -5890,7 +5890,7 @@

    Return Value

    min length

    @@ -5975,7 +5975,7 @@

    Return Value

    map zoom level range, min at index 0, max at index 1

    @@ -6059,7 +6059,7 @@

    Return Value

    map min zoom level

    @@ -6143,7 +6143,7 @@

    Return Value

    map max zoom level

    @@ -6227,7 +6227,7 @@

    Return Value

    map zoom level

    @@ -6237,7 +6237,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileGenerator.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileGenerator.html index ed6cddbc..d8b754c8 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileGenerator.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileGenerator.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGTileGenerator

    Creates a set of tiles within a GeoPackage

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5151,7 +5151,7 @@

    Declaration

    @@ -5186,7 +5186,7 @@

    Declaration

    @@ -5221,7 +5221,7 @@

    Declaration

    @@ -5256,7 +5256,7 @@

    Declaration

    @@ -5291,7 +5291,7 @@

    Declaration

    @@ -5326,7 +5326,7 @@

    Declaration

    @@ -5361,7 +5361,7 @@

    Declaration

    @@ -5396,7 +5396,7 @@

    Declaration

    @@ -5431,7 +5431,7 @@

    Declaration

    @@ -5468,7 +5468,7 @@

    Declaration

    @@ -5503,7 +5503,7 @@

    Declaration

    @@ -5538,7 +5538,7 @@

    Declaration

    @@ -5573,7 +5573,7 @@

    Declaration

    @@ -5608,7 +5608,7 @@

    Declaration

    @@ -5643,7 +5643,7 @@

    Declaration

    @@ -5678,7 +5678,7 @@

    Declaration

    @@ -5775,7 +5775,7 @@

    Return Value

    new tile generator

    @@ -5885,7 +5885,7 @@

    Return Value

    new tile generator

    @@ -6008,7 +6008,7 @@

    Return Value

    new tile generator

    @@ -6118,7 +6118,7 @@

    Return Value

    new tile generator

    @@ -6157,7 +6157,7 @@

    Return Value

    min zoom

    @@ -6196,7 +6196,7 @@

    Return Value

    max zoom

    @@ -6254,7 +6254,7 @@

    Return Value

    true if zoom level added

    @@ -6324,7 +6324,7 @@

    Return Value

    true if at least one zoom level added

    @@ -6382,7 +6382,7 @@

    Return Value

    true if at least one zoom level added

    @@ -6440,7 +6440,7 @@

    Return Value

    original or expanded bounding box

    @@ -6494,7 +6494,7 @@

    Parameters

    @@ -6548,7 +6548,7 @@

    Parameters

    @@ -6587,7 +6587,7 @@

    Return Value

    tile count

    @@ -6626,7 +6626,7 @@

    Return Value

    tiles generated

    @@ -6661,7 +6661,7 @@

    Declaration

    @@ -6671,7 +6671,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileGrid.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileGrid.html index c631f28e..dad9457d 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileGrid.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileGrid.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGTileGrid

    Tile grid with x and y ranges

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5151,7 +5151,7 @@

    Declaration

    @@ -5186,7 +5186,7 @@

    Declaration

    @@ -5283,7 +5283,7 @@

    Return Value

    new tile grid

    @@ -5322,7 +5322,7 @@

    Return Value

    tile count

    @@ -5361,7 +5361,7 @@

    Return Value

    width

    @@ -5400,7 +5400,7 @@

    Return Value

    height

    @@ -5458,7 +5458,7 @@

    Return Value

    true if equal, false if not

    @@ -5468,7 +5468,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileMatrix.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileMatrix.html index 1d7f5b59..40a09a1a 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileMatrix.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileMatrix.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5049,7 +5049,7 @@

    GPKGTileMatrix

    2, irregular intervals, or regular intervals other than factors of 2.

    @@ -5085,7 +5085,7 @@

    Declaration

    @@ -5120,7 +5120,7 @@

    Declaration

    @@ -5155,7 +5155,7 @@

    Declaration

    @@ -5190,7 +5190,7 @@

    Declaration

    @@ -5225,7 +5225,7 @@

    Declaration

    @@ -5260,7 +5260,7 @@

    Declaration

    @@ -5295,7 +5295,7 @@

    Declaration

    @@ -5330,7 +5330,7 @@

    Declaration

    @@ -5384,7 +5384,7 @@

    Parameters

    @@ -5438,7 +5438,7 @@

    Parameters

    @@ -5492,7 +5492,7 @@

    Parameters

    @@ -5502,7 +5502,7 @@

    Parameters

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileMatrixDao.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileMatrixDao.html index 911001b2..6426eda4 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileMatrixDao.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileMatrixDao.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGTileMatrixDao

    Tile Matrix Data Access Object

    @@ -5104,7 +5104,7 @@

    Return Value

    dao

    @@ -5162,7 +5162,7 @@

    Return Value

    new tile matrix dao

    @@ -5220,7 +5220,7 @@

    Return Value

    contents

    @@ -5278,7 +5278,7 @@

    Return Value

    result set

    @@ -5336,7 +5336,7 @@

    Return Value

    tile matrices

    @@ -5394,7 +5394,7 @@

    Return Value

    rows deleted

    @@ -5404,7 +5404,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileMatrixSet.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileMatrixSet.html index 9f2cc441..83c54814 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileMatrixSet.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileMatrixSet.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5047,7 +5047,7 @@

    GPKGTileMatrixSet

    pyramid user data table.

    @@ -5083,7 +5083,7 @@

    Declaration

    @@ -5118,7 +5118,7 @@

    Declaration

    @@ -5153,7 +5153,7 @@

    Declaration

    @@ -5188,7 +5188,7 @@

    Declaration

    @@ -5223,7 +5223,7 @@

    Declaration

    @@ -5258,7 +5258,7 @@

    Declaration

    @@ -5312,7 +5312,7 @@

    Parameters

    @@ -5366,7 +5366,7 @@

    Parameters

    @@ -5405,7 +5405,7 @@

    Return Value

    bounding box

    @@ -5459,7 +5459,7 @@

    Parameters

    @@ -5469,7 +5469,7 @@

    Parameters

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileMatrixSetDao.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileMatrixSetDao.html index 213b2348..4ad6bca9 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileMatrixSetDao.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileMatrixSetDao.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGTileMatrixSetDao

    Tile Matrix Set Data Access Object

    @@ -5104,7 +5104,7 @@

    Return Value

    dao

    @@ -5162,7 +5162,7 @@

    Return Value

    new tile matrix set dao

    @@ -5201,7 +5201,7 @@

    Return Value

    tile tables

    @@ -5259,7 +5259,7 @@

    Return Value

    srs

    @@ -5317,7 +5317,7 @@

    Return Value

    contents

    @@ -5389,7 +5389,7 @@

    Return Value

    bounding box

    @@ -5399,7 +5399,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileReprojection.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileReprojection.html index 7e46f8ab..f469700d 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileReprojection.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileReprojection.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGTileReprojection

    Tile Reprojection for reprojecting an existing tile table

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5151,7 +5151,7 @@

    Declaration

    @@ -5186,7 +5186,7 @@

    Declaration

    @@ -5221,7 +5221,7 @@

    Declaration

    @@ -5305,7 +5305,7 @@

    Return Value

    tile reprojection

    @@ -5402,7 +5402,7 @@

    Return Value

    tile reprojection

    @@ -5513,7 +5513,7 @@

    Return Value

    tile reprojection

    @@ -5610,7 +5610,7 @@

    Return Value

    tile reprojection

    @@ -5694,7 +5694,7 @@

    Return Value

    tile reprojection

    @@ -5765,7 +5765,7 @@

    Return Value

    tile reprojection

    @@ -5863,7 +5863,7 @@

    Return Value

    tile reprojection

    @@ -5947,7 +5947,7 @@

    Return Value

    tile reprojection

    @@ -6032,7 +6032,7 @@

    Return Value

    tile reprojection

    @@ -6130,7 +6130,7 @@

    Return Value

    tile reprojection

    @@ -6241,7 +6241,7 @@

    Return Value

    tile reprojection

    @@ -6339,7 +6339,7 @@

    Return Value

    tile reprojection

    @@ -6423,7 +6423,7 @@

    Return Value

    created tiles

    @@ -6520,7 +6520,7 @@

    Return Value

    created tiles

    @@ -6630,7 +6630,7 @@

    Return Value

    created tiles

    @@ -6727,7 +6727,7 @@

    Return Value

    created tiles

    @@ -6811,7 +6811,7 @@

    Return Value

    created tiles

    @@ -6882,7 +6882,7 @@

    Return Value

    created tiles

    @@ -6979,7 +6979,7 @@

    Return Value

    created tiles

    @@ -7063,7 +7063,7 @@

    Return Value

    created tiles

    @@ -7147,7 +7147,7 @@

    Return Value

    created tiles

    @@ -7244,7 +7244,7 @@

    Return Value

    created tiles

    @@ -7354,7 +7354,7 @@

    Return Value

    created tiles

    @@ -7451,7 +7451,7 @@

    Return Value

    created tiles

    @@ -7548,7 +7548,7 @@

    Return Value

    tile reprojection

    @@ -7619,7 +7619,7 @@

    Return Value

    tile reprojection

    @@ -7703,7 +7703,7 @@

    Return Value

    tile reprojection

    @@ -7742,7 +7742,7 @@

    Return Value

    zoom configs

    @@ -7800,7 +7800,7 @@

    Return Value

    zoom config

    @@ -7858,7 +7858,7 @@

    Return Value

    zoom config

    @@ -7912,7 +7912,7 @@

    Parameters

    @@ -7978,7 +7978,7 @@

    Parameters

    @@ -8036,7 +8036,7 @@

    Return Value

    reprojected to zoom level

    @@ -8102,7 +8102,7 @@

    Parameters

    @@ -8160,7 +8160,7 @@

    Return Value

    reprojected tile width

    @@ -8226,7 +8226,7 @@

    Parameters

    @@ -8284,7 +8284,7 @@

    Return Value

    reprojected tile height

    @@ -8350,7 +8350,7 @@

    Parameters

    @@ -8408,7 +8408,7 @@

    Return Value

    reprojected matrix width

    @@ -8474,7 +8474,7 @@

    Parameters

    @@ -8532,7 +8532,7 @@

    Return Value

    reprojected matrix height

    @@ -8571,7 +8571,7 @@

    Return Value

    created tiles

    @@ -8641,7 +8641,7 @@

    Return Value

    created tiles

    @@ -8699,7 +8699,7 @@

    Return Value

    created tiles

    @@ -8757,7 +8757,7 @@

    Return Value

    created tiles

    @@ -8767,7 +8767,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileReprojectionOptimize.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileReprojectionOptimize.html index c015aaa8..b1b79202 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileReprojectionOptimize.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileReprojectionOptimize.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGTileReprojectionOptimize

    Tile Reprojection Optimizations

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5120,7 +5120,7 @@

    Return Value

    tile reprojection optimize

    @@ -5159,7 +5159,7 @@

    Return Value

    tile reprojection optimize

    @@ -5198,7 +5198,7 @@

    Return Value

    tile reprojection optimize

    @@ -5237,7 +5237,7 @@

    Return Value

    tile reprojection optimize

    @@ -5276,7 +5276,7 @@

    Return Value

    new tile reprojection optimize

    @@ -5334,7 +5334,7 @@

    Return Value

    new tile reprojection optimize

    @@ -5373,7 +5373,7 @@

    Return Value

    projection

    @@ -5412,7 +5412,7 @@

    Return Value

    tile grid

    @@ -5451,7 +5451,7 @@

    Return Value

    bounding box

    @@ -5522,7 +5522,7 @@

    Return Value

    tile grid

    @@ -5593,7 +5593,7 @@

    Return Value

    bounding box

    @@ -5603,7 +5603,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileReprojectionZoom.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileReprojectionZoom.html index 975d94f5..edb3c65a 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileReprojectionZoom.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileReprojectionZoom.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGTileReprojectionZoom

    Optional Tile Reprojection configuration for a zoom level

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5151,7 +5151,7 @@

    Declaration

    @@ -5186,7 +5186,7 @@

    Declaration

    @@ -5221,7 +5221,7 @@

    Declaration

    @@ -5279,7 +5279,7 @@

    Return Value

    tile reprojection zoom

    @@ -5318,7 +5318,7 @@

    Return Value

    zoom level

    @@ -5357,7 +5357,7 @@

    Return Value

    true if has value

    @@ -5396,7 +5396,7 @@

    Return Value

    true if has value

    @@ -5435,7 +5435,7 @@

    Return Value

    true if has value

    @@ -5474,7 +5474,7 @@

    Return Value

    true if has value

    @@ -5513,7 +5513,7 @@

    Return Value

    true if has value

    @@ -5523,7 +5523,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileRow.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileRow.html index 5490d568..eef7dce4 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileRow.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileRow.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGTileRow

    Tile Row containing the values from a single results row

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5200,7 +5200,7 @@

    Return Value

    new tile row

    @@ -5258,7 +5258,7 @@

    Return Value

    new tile row

    @@ -5297,7 +5297,7 @@

    Return Value

    zoom level column index

    @@ -5336,7 +5336,7 @@

    Return Value

    zoom level column

    @@ -5375,7 +5375,7 @@

    Return Value

    zoom level

    @@ -5429,7 +5429,7 @@

    Parameters

    @@ -5468,7 +5468,7 @@

    Return Value

    tile column column index

    @@ -5507,7 +5507,7 @@

    Return Value

    tile column column

    @@ -5546,7 +5546,7 @@

    Return Value

    tile column

    @@ -5600,7 +5600,7 @@

    Parameters

    @@ -5639,7 +5639,7 @@

    Return Value

    tile row column index

    @@ -5678,7 +5678,7 @@

    Return Value

    tile row column

    @@ -5717,7 +5717,7 @@

    Return Value

    tile row

    @@ -5771,7 +5771,7 @@

    Parameters

    @@ -5810,7 +5810,7 @@

    Return Value

    tile data column index

    @@ -5849,7 +5849,7 @@

    Return Value

    tile data column

    @@ -5888,7 +5888,7 @@

    Return Value

    tile data

    @@ -5942,7 +5942,7 @@

    Parameters

    @@ -5981,7 +5981,7 @@

    Return Value

    tile image

    @@ -6039,7 +6039,7 @@

    Return Value

    tile image

    @@ -6106,7 +6106,7 @@

    Parameters

    @@ -6186,7 +6186,7 @@

    Parameters

    @@ -6196,7 +6196,7 @@

    Parameters

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileScaling.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileScaling.html index 444d9985..22cefdfb 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileScaling.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileScaling.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5046,7 +5046,7 @@

    GPKGTileScaling

    tiles

    @@ -5082,7 +5082,7 @@

    Declaration

    @@ -5117,7 +5117,7 @@

    Declaration

    @@ -5152,7 +5152,7 @@

    Declaration

    @@ -5187,7 +5187,7 @@

    Declaration

    @@ -5226,7 +5226,7 @@

    Return Value

    new tile scaling

    @@ -5323,7 +5323,7 @@

    Return Value

    new tile scaling

    @@ -5420,7 +5420,7 @@

    Return Value

    new tile scaling

    @@ -5504,7 +5504,7 @@

    Return Value

    new tile scaling

    @@ -5558,7 +5558,7 @@

    Parameters

    @@ -5597,7 +5597,7 @@

    Return Value

    tile scaling type

    @@ -5651,7 +5651,7 @@

    Parameters

    @@ -5690,7 +5690,7 @@

    Return Value

    true if zoom in for tiles is allowed

    @@ -5729,7 +5729,7 @@

    Return Value

    true if zoom out for tiles is allowed

    @@ -5739,7 +5739,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileScalingDao.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileScalingDao.html index b6119e0c..5db77297 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileScalingDao.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileScalingDao.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGTileScalingDao

    Tile Scaling Data Access Object

    @@ -5104,7 +5104,7 @@

    Return Value

    dao

    @@ -5162,7 +5162,7 @@

    Return Value

    new tile scaling dao

    @@ -5172,7 +5172,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileScalingTableCreator.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileScalingTableCreator.html index 29198515..129278a5 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileScalingTableCreator.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileScalingTableCreator.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGTileScalingTableCreator

    Tile Scaling Extension Table Creator

    @@ -5104,7 +5104,7 @@

    Return Value

    new table scaling table creator

    @@ -5143,7 +5143,7 @@

    Return Value

    tables created

    @@ -5153,7 +5153,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileScalingTypes.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileScalingTypes.html index 69320f86..f3e54419 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileScalingTypes.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileScalingTypes.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5065,7 +5065,7 @@

    GPKGTileScalingTypes

    Undocumented

    @@ -5124,7 +5124,7 @@

    Return Value

    tile scaling type name

    @@ -5182,7 +5182,7 @@

    Return Value

    tile scaling type

    @@ -5192,7 +5192,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileTable.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileTable.html index 2f96931f..a43b8496 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileTable.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileTable.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGTileTable

    Represents a user tile table

    @@ -5104,7 +5104,7 @@

    Return Value

    new tile table

    @@ -5175,7 +5175,7 @@

    Return Value

    new tile table

    @@ -5214,7 +5214,7 @@

    Return Value

    zoom level index

    @@ -5253,7 +5253,7 @@

    Return Value

    zoom level tile column

    @@ -5292,7 +5292,7 @@

    Return Value

    tile column index

    @@ -5331,7 +5331,7 @@

    Return Value

    tile column column

    @@ -5370,7 +5370,7 @@

    Return Value

    tile row index

    @@ -5409,7 +5409,7 @@

    Return Value

    tile row column

    @@ -5448,7 +5448,7 @@

    Return Value

    tile data index

    @@ -5487,7 +5487,7 @@

    Return Value

    tile data column

    @@ -5526,7 +5526,7 @@

    Return Value

    columns

    @@ -5584,7 +5584,7 @@

    Return Value

    tile columns

    @@ -5642,7 +5642,7 @@

    Return Value

    columns

    @@ -5713,7 +5713,7 @@

    Return Value

    tile columns

    @@ -5752,7 +5752,7 @@

    Return Value

    columns

    @@ -5762,7 +5762,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileTableMetadata.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileTableMetadata.html index 581e1eca..a6cb3978 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileTableMetadata.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileTableMetadata.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGTileTableMetadata

    Tile Table Metadata for defining table creation information

    @@ -5085,7 +5085,7 @@

    Return Value

    metadata

    @@ -5143,7 +5143,7 @@

    Return Value

    metadata

    @@ -5227,7 +5227,7 @@

    Return Value

    metadata

    @@ -5324,7 +5324,7 @@

    Return Value

    metadata

    @@ -5422,7 +5422,7 @@

    Return Value

    metadata

    @@ -5533,7 +5533,7 @@

    Return Value

    metadata

    @@ -5644,7 +5644,7 @@

    Return Value

    metadata

    @@ -5768,7 +5768,7 @@

    Return Value

    metadata

    @@ -5865,7 +5865,7 @@

    Return Value

    metadata

    @@ -5975,7 +5975,7 @@

    Return Value

    metadata

    @@ -6086,7 +6086,7 @@

    Return Value

    metadata

    @@ -6210,7 +6210,7 @@

    Return Value

    metadata

    @@ -6334,7 +6334,7 @@

    Return Value

    metadata

    @@ -6471,7 +6471,7 @@

    Return Value

    metadata

    @@ -6506,7 +6506,7 @@

    Declaration

    @@ -6541,7 +6541,7 @@

    Declaration

    @@ -6576,7 +6576,7 @@

    Declaration

    @@ -6611,7 +6611,7 @@

    Declaration

    @@ -6650,7 +6650,7 @@

    Return Value

    new tile table metadata

    @@ -6760,7 +6760,7 @@

    Return Value

    new tile table metadata

    @@ -6883,7 +6883,7 @@

    Return Value

    new tile table metadata

    @@ -7006,7 +7006,7 @@

    Return Value

    new tile table metadata

    @@ -7142,7 +7142,7 @@

    Return Value

    new tile table metadata

    @@ -7152,7 +7152,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileTableReader.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileTableReader.html index b01afe86..e6529917 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileTableReader.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileTableReader.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGTileTableReader

    Reads the metadata from an existing tile table

    @@ -5104,7 +5104,7 @@

    Return Value

    new tile table reader

    @@ -5162,7 +5162,7 @@

    Return Value

    tile table

    @@ -5172,7 +5172,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileTableScaling.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileTableScaling.html index 8dbd23a7..e7d26344 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileTableScaling.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileTableScaling.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5048,7 +5048,7 @@

    GPKGTileTableScaling

    http://ngageoint.github.io/GeoPackage/docs/extensions/tile-scaling.html

    @@ -5120,7 +5120,7 @@

    Return Value

    new tile table scaling

    @@ -5191,7 +5191,7 @@

    Return Value

    new tile table scaling

    @@ -5262,7 +5262,7 @@

    Return Value

    new tile table scaling

    @@ -5333,7 +5333,7 @@

    Return Value

    new tile table scaling

    @@ -5372,7 +5372,7 @@

    Return Value

    table name

    @@ -5411,7 +5411,7 @@

    Return Value

    tile scaling dao

    @@ -5450,7 +5450,7 @@

    Return Value

    extension name

    @@ -5489,7 +5489,7 @@

    Return Value

    extension definition

    @@ -5528,7 +5528,7 @@

    Return Value

    true if has extension

    @@ -5567,7 +5567,7 @@

    Return Value

    tile scaling

    @@ -5622,7 +5622,7 @@

    Parameters

    @@ -5677,7 +5677,7 @@

    Parameters

    @@ -5731,7 +5731,7 @@

    Parameters

    @@ -5770,7 +5770,7 @@

    Return Value

    true if deleted

    @@ -5809,7 +5809,7 @@

    Return Value

    extensions object or null if one does not exist

    @@ -5848,7 +5848,7 @@

    Return Value

    tile scaling dao

    @@ -5907,7 +5907,7 @@

    Return Value

    tile scaling dao

    @@ -5965,7 +5965,7 @@

    Return Value

    tile scaling dao

    @@ -6004,7 +6004,7 @@

    Return Value

    true if created

    @@ -6014,7 +6014,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileUtils.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileUtils.html index ae5c2412..e7cdd6fa 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileUtils.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGTileUtils.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGTileUtils

    Tile utilities and constants

    @@ -5085,7 +5085,7 @@

    Return Value

    default tile length

    @@ -5143,7 +5143,7 @@

    Return Value

    default tile length

    @@ -5153,7 +5153,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGUTMZone.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGUTMZone.html index 9de55555..4b94008f 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGUTMZone.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGUTMZone.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGUTMZone

    UTM Zone utilities

    @@ -5105,7 +5105,7 @@

    Return Value

    UTM Zone

    @@ -5164,7 +5164,7 @@

    Return Value

    latitude direction

    @@ -5222,7 +5222,7 @@

    Return Value

    central meridian

    @@ -5281,7 +5281,7 @@

    Return Value

    false northing

    @@ -5339,7 +5339,7 @@

    Return Value

    true if UTM zone

    @@ -5397,7 +5397,7 @@

    Return Value

    true if UTM north zone

    @@ -5455,7 +5455,7 @@

    Return Value

    true if UTM south zone

    @@ -5465,7 +5465,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGUniqueConstraint.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGUniqueConstraint.html index 2ba2281b..5bb23541 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGUniqueConstraint.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGUniqueConstraint.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGUniqueConstraint

    Table unique constraint for one or more columns

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5170,7 +5170,7 @@

    Parameters

    @@ -5224,7 +5224,7 @@

    Parameters

    @@ -5290,7 +5290,7 @@

    Parameters

    @@ -5344,7 +5344,7 @@

    Parameters

    @@ -5398,7 +5398,7 @@

    Parameters

    @@ -5465,7 +5465,7 @@

    Parameters

    @@ -5532,7 +5532,7 @@

    Parameters

    @@ -5586,7 +5586,7 @@

    Parameters

    @@ -5640,7 +5640,7 @@

    Parameters

    @@ -5650,7 +5650,7 @@

    Parameters

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGUrlTileGenerator.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGUrlTileGenerator.html index 4acf84a8..ef24c4ec 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGUrlTileGenerator.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGUrlTileGenerator.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGUrlTileGenerator

    Creates a set of tiles within a GeoPackage by downloading the tiles from a URL

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5226,7 +5226,7 @@

    Return Value

    new url tile generator

    @@ -5349,7 +5349,7 @@

    Return Value

    new url tile generator

    @@ -5485,7 +5485,7 @@

    Return Value

    new url tile generator

    @@ -5608,7 +5608,7 @@

    Return Value

    new url tile generator

    @@ -5647,7 +5647,7 @@

    Return Value

    header map

    @@ -5705,7 +5705,7 @@

    Return Value

    field values

    @@ -5771,7 +5771,7 @@

    Parameters

    @@ -5838,7 +5838,7 @@

    Parameters

    @@ -5848,7 +5848,7 @@

    Parameters

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGUserColumn.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGUserColumn.html index c3f3ec3c..2ffcabe6 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGUserColumn.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGUserColumn.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGUserColumn

    Metadata about a single column from a user table

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5151,7 +5151,7 @@

    Declaration

    @@ -5186,7 +5186,7 @@

    Declaration

    @@ -5221,7 +5221,7 @@

    Declaration

    @@ -5256,7 +5256,7 @@

    Declaration

    @@ -5291,7 +5291,7 @@

    Declaration

    @@ -5326,7 +5326,7 @@

    Declaration

    @@ -5361,7 +5361,7 @@

    Declaration

    @@ -5396,7 +5396,7 @@

    Declaration

    @@ -5533,7 +5533,7 @@

    Return Value

    new user column

    @@ -5683,7 +5683,7 @@

    Return Value

    new user column

    @@ -5737,7 +5737,7 @@

    Parameters

    @@ -5808,7 +5808,7 @@

    Return Value

    type name

    @@ -5847,7 +5847,7 @@

    Return Value

    true if has a valid index

    @@ -5882,7 +5882,7 @@

    Declaration

    @@ -5940,7 +5940,7 @@

    Return Value

    true if named the provided name

    @@ -5979,7 +5979,7 @@

    Return Value

    true if has max value

    @@ -6018,7 +6018,7 @@

    Return Value

    true if has default value

    @@ -6057,7 +6057,7 @@

    Return Value

    true if has constraints

    @@ -6115,7 +6115,7 @@

    Return Value

    true if has constraints

    @@ -6154,7 +6154,7 @@

    Return Value

    constraints

    @@ -6212,7 +6212,7 @@

    Return Value

    constraints

    @@ -6251,7 +6251,7 @@

    Return Value

    cleared constraints

    @@ -6309,7 +6309,7 @@

    Return Value

    cleared constraints

    @@ -6368,7 +6368,7 @@

    Return Value

    cleared constraints

    @@ -6404,7 +6404,7 @@

    Declaration

    @@ -6458,7 +6458,7 @@

    Parameters

    @@ -6512,7 +6512,7 @@

    Parameters

    @@ -6566,7 +6566,7 @@

    Parameters

    @@ -6633,7 +6633,7 @@

    Parameters

    @@ -6713,7 +6713,7 @@

    Parameters

    @@ -6793,7 +6793,7 @@

    Parameters

    @@ -6847,7 +6847,7 @@

    Parameters

    @@ -6901,7 +6901,7 @@

    Parameters

    @@ -6955,7 +6955,7 @@

    Parameters

    @@ -6990,7 +6990,7 @@

    Declaration

    @@ -7025,7 +7025,7 @@

    Declaration

    @@ -7079,7 +7079,7 @@

    Parameters

    @@ -7114,7 +7114,7 @@

    Declaration

    @@ -7149,7 +7149,7 @@

    Declaration

    @@ -7184,7 +7184,7 @@

    Declaration

    @@ -7219,7 +7219,7 @@

    Declaration

    @@ -7254,7 +7254,7 @@

    Declaration

    @@ -7289,7 +7289,7 @@

    Declaration

    @@ -7324,7 +7324,7 @@

    Declaration

    @@ -7382,7 +7382,7 @@

    Return Value

    SQL or null

    @@ -7392,7 +7392,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGUserColumns.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGUserColumns.html index 68ad6d70..cbe358e7 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGUserColumns.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGUserColumns.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5046,7 +5046,7 @@

    GPKGUserColumns

    table columns or a subset from a query

    @@ -5082,7 +5082,7 @@

    Declaration

    @@ -5118,7 +5118,7 @@

    Declaration

    @@ -5153,7 +5153,7 @@

    Declaration

    @@ -5188,7 +5188,7 @@

    Declaration

    @@ -5272,7 +5272,7 @@

    Return Value

    new user columns

    @@ -5330,7 +5330,7 @@

    Return Value

    new user columns

    @@ -5365,7 +5365,7 @@

    Declaration

    @@ -5445,7 +5445,7 @@

    Parameters

    @@ -5512,7 +5512,7 @@

    Parameters

    @@ -5578,7 +5578,7 @@

    Parameters

    @@ -5636,7 +5636,7 @@

    Return Value

    index

    @@ -5707,7 +5707,7 @@

    Return Value

    index

    @@ -5746,7 +5746,7 @@

    Return Value

    column names

    @@ -5804,7 +5804,7 @@

    Return Value

    column name

    @@ -5843,7 +5843,7 @@

    Return Value

    columns

    @@ -5901,7 +5901,7 @@

    Return Value

    column

    @@ -5959,7 +5959,7 @@

    Return Value

    column

    @@ -6017,7 +6017,7 @@

    Return Value

    true if has the column

    @@ -6056,7 +6056,7 @@

    Return Value

    column count

    @@ -6095,7 +6095,7 @@

    Return Value

    true if has an id column

    @@ -6134,7 +6134,7 @@

    Return Value

    id column index

    @@ -6173,7 +6173,7 @@

    Return Value

    id column

    @@ -6212,7 +6212,7 @@

    Return Value

    id column name

    @@ -6251,7 +6251,7 @@

    Return Value

    true if has a primary key

    @@ -6290,7 +6290,7 @@

    Return Value

    primary key column index

    @@ -6329,7 +6329,7 @@

    Return Value

    pk index

    @@ -6368,7 +6368,7 @@

    Return Value

    primary key column name

    @@ -6426,7 +6426,7 @@

    Return Value

    columns

    @@ -6480,7 +6480,7 @@

    Parameters

    @@ -6547,7 +6547,7 @@

    Parameters

    @@ -6614,7 +6614,7 @@

    Parameters

    @@ -6680,7 +6680,7 @@

    Parameters

    @@ -6734,7 +6734,7 @@

    Parameters

    @@ -6788,7 +6788,7 @@

    Parameters

    @@ -6842,7 +6842,7 @@

    Parameters

    @@ -6896,7 +6896,7 @@

    Parameters

    @@ -6906,7 +6906,7 @@

    Parameters

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGUserCustomColumn.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGUserCustomColumn.html index 6eaf983f..0af627cf 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGUserCustomColumn.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGUserCustomColumn.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGUserCustomColumn

    User Custom column

    @@ -5104,7 +5104,7 @@

    Return Value

    user custom column

    @@ -5175,7 +5175,7 @@

    Return Value

    user custom column

    @@ -5246,7 +5246,7 @@

    Return Value

    user custom column

    @@ -5330,7 +5330,7 @@

    Return Value

    user custom column

    @@ -5401,7 +5401,7 @@

    Return Value

    user custom column

    @@ -5485,7 +5485,7 @@

    Return Value

    user custom column

    @@ -5569,7 +5569,7 @@

    Return Value

    user custom column

    @@ -5666,7 +5666,7 @@

    Return Value

    user custom column

    @@ -5763,7 +5763,7 @@

    Return Value

    user custom column

    @@ -5873,7 +5873,7 @@

    Return Value

    user custom column

    @@ -5957,7 +5957,7 @@

    Return Value

    user custom column

    @@ -6054,7 +6054,7 @@

    Return Value

    user custom column

    @@ -6164,7 +6164,7 @@

    Return Value

    user custom column

    @@ -6287,7 +6287,7 @@

    Return Value

    user custom column

    @@ -6346,7 +6346,7 @@

    Return Value

    user custom column

    @@ -6356,7 +6356,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGUserCustomColumns.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGUserCustomColumns.html index 33add63f..d8790fcf 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGUserCustomColumns.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGUserCustomColumns.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGUserCustomColumns

    Collection of user custom columns

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5152,7 +5152,7 @@

    Return Value

    new user custom columns

    @@ -5236,7 +5236,7 @@

    Return Value

    new user custom columns

    @@ -5320,7 +5320,7 @@

    Return Value

    new user custom columns

    @@ -5417,7 +5417,7 @@

    Return Value

    new user custom columns

    @@ -5476,7 +5476,7 @@

    Return Value

    new user custom columns

    @@ -5486,7 +5486,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGUserCustomDao.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGUserCustomDao.html index 3bedfbab..4d814310 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGUserCustomDao.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGUserCustomDao.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGUserCustomDao

    User Custom DAO for reading user custom data tables

    @@ -5117,7 +5117,7 @@

    Return Value

    new user custom dao

    @@ -5175,7 +5175,7 @@

    Return Value

    new user custom dao

    @@ -5246,7 +5246,7 @@

    Return Value

    new user custom dao

    @@ -5285,7 +5285,7 @@

    Return Value

    user custom table

    @@ -5343,7 +5343,7 @@

    Return Value

    user custom row

    @@ -5401,7 +5401,7 @@

    Return Value

    user custom row

    @@ -5440,7 +5440,7 @@

    Return Value

    user custom row

    @@ -5498,7 +5498,7 @@

    Return Value

    count

    @@ -5582,7 +5582,7 @@

    Return Value

    user custom DAO

    @@ -5592,7 +5592,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGUserCustomRow.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGUserCustomRow.html index ee8b8577..ed1b8ea3 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGUserCustomRow.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGUserCustomRow.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGUserCustomRow

    User Custom Row containing the values from a single results row

    @@ -5130,7 +5130,7 @@

    Return Value

    new user custom row

    @@ -5188,7 +5188,7 @@

    Return Value

    new user custom row

    @@ -5246,7 +5246,7 @@

    Return Value

    new user custom row

    @@ -5285,7 +5285,7 @@

    Return Value

    user custom table

    @@ -5324,7 +5324,7 @@

    Return Value

    user custom columns

    @@ -5334,7 +5334,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGUserCustomTable.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGUserCustomTable.html index 3dcca626..b2192546 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGUserCustomTable.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGUserCustomTable.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGUserCustomTable

    Represents a user custom table

    @@ -5117,7 +5117,7 @@

    Return Value

    new user custom table

    @@ -5201,7 +5201,7 @@

    Return Value

    new user custom table

    @@ -5259,7 +5259,7 @@

    Return Value

    new user custom table

    @@ -5317,7 +5317,7 @@

    Return Value

    new user custom table

    @@ -5356,7 +5356,7 @@

    Return Value

    columns

    @@ -5366,7 +5366,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGUserCustomTableReader.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGUserCustomTableReader.html index fc9a2e72..fd4b690f 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGUserCustomTableReader.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGUserCustomTableReader.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGUserCustomTableReader

    Reads the metadata from an existing user custom table

    @@ -5104,7 +5104,7 @@

    Return Value

    new user custom table reader

    @@ -5162,7 +5162,7 @@

    Return Value

    user custom table

    @@ -5233,7 +5233,7 @@

    Return Value

    table

    @@ -5243,7 +5243,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGUserDao.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGUserDao.html index 4f4c2487..5d4c119f 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGUserDao.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGUserDao.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGUserDao

    Abstract User DAO for reading user tables

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5187,7 +5187,7 @@

    Return Value

    new user dao

    @@ -5226,7 +5226,7 @@

    Return Value

    true if has a primary key

    @@ -5265,7 +5265,7 @@

    Return Value

    primary key column index

    @@ -5304,7 +5304,7 @@

    Return Value

    primary key column

    @@ -5343,7 +5343,7 @@

    Return Value

    primary key column name

    @@ -5382,7 +5382,7 @@

    Return Value

    columns

    @@ -5440,7 +5440,7 @@

    Return Value

    user row

    @@ -5498,7 +5498,7 @@

    Return Value

    user row

    @@ -5556,7 +5556,7 @@

    Return Value

    row result set

    @@ -5627,7 +5627,7 @@

    Return Value

    user row

    @@ -5666,7 +5666,7 @@

    Return Value

    bounding box

    @@ -5724,7 +5724,7 @@

    Return Value

    bounding box of user table data

    @@ -5796,7 +5796,7 @@

    Return Value

    projected bounding box

    @@ -5835,7 +5835,7 @@

    Return Value

    contents

    @@ -5874,7 +5874,7 @@

    Return Value

    zoom level

    @@ -5932,7 +5932,7 @@

    Return Value

    row

    @@ -6003,7 +6003,7 @@

    Return Value

    row

    @@ -6061,7 +6061,7 @@

    Return Value

    row paginated results

    @@ -6132,7 +6132,7 @@

    Return Value

    row paginated results

    @@ -6171,7 +6171,7 @@

    Return Value

    true if the primary key is modifiable

    @@ -6225,7 +6225,7 @@

    Parameters

    @@ -6264,7 +6264,7 @@

    Return Value

    true if values are validated against column types

    @@ -6318,7 +6318,7 @@

    Parameters

    @@ -6372,7 +6372,7 @@

    Parameters

    @@ -6439,7 +6439,7 @@

    Parameters

    @@ -6493,7 +6493,7 @@

    Parameters

    @@ -6547,7 +6547,7 @@

    Parameters

    @@ -6601,7 +6601,7 @@

    Parameters

    @@ -6655,7 +6655,7 @@

    Parameters

    @@ -6665,7 +6665,7 @@

    Parameters

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGUserMappingDao.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGUserMappingDao.html index c401d841..8d531c5c 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGUserMappingDao.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGUserMappingDao.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGUserMappingDao

    User Mapping DAO for reading user mapping data tables

    @@ -5104,7 +5104,7 @@

    Return Value

    new user mapping dao

    @@ -5175,7 +5175,7 @@

    Return Value

    new user mapping dao

    @@ -5214,7 +5214,7 @@

    Return Value

    user mapping table

    @@ -5272,7 +5272,7 @@

    Return Value

    user mapping row

    @@ -5311,7 +5311,7 @@

    Return Value

    user mapping row

    @@ -5369,7 +5369,7 @@

    Return Value

    result set

    @@ -5427,7 +5427,7 @@

    Return Value

    result set

    @@ -5485,7 +5485,7 @@

    Return Value

    count

    @@ -5543,7 +5543,7 @@

    Return Value

    count

    @@ -5601,7 +5601,7 @@

    Return Value

    result set

    @@ -5659,7 +5659,7 @@

    Return Value

    result set

    @@ -5717,7 +5717,7 @@

    Return Value

    count

    @@ -5775,7 +5775,7 @@

    Return Value

    count

    @@ -5833,7 +5833,7 @@

    Return Value

    result set

    @@ -5903,7 +5903,7 @@

    Return Value

    result set

    @@ -5942,7 +5942,7 @@

    Return Value

    list of unique base ids

    @@ -5981,7 +5981,7 @@

    Return Value

    list of unique related ids

    @@ -6039,7 +6039,7 @@

    Return Value

    count

    @@ -6109,7 +6109,7 @@

    Return Value

    count

    @@ -6167,7 +6167,7 @@

    Return Value

    rows deleted

    @@ -6225,7 +6225,7 @@

    Return Value

    rows deleted

    @@ -6283,7 +6283,7 @@

    Return Value

    rows deleted

    @@ -6341,7 +6341,7 @@

    Return Value

    rows deleted

    @@ -6399,7 +6399,7 @@

    Return Value

    rows deleted

    @@ -6469,7 +6469,7 @@

    Return Value

    rows deleted

    @@ -6479,7 +6479,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGUserMappingRow.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGUserMappingRow.html index e8e37e2f..46418818 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGUserMappingRow.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGUserMappingRow.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGUserMappingRow

    User Mapping Row containing the values from a single result set row

    @@ -5130,7 +5130,7 @@

    Return Value

    new user mapping row

    @@ -5188,7 +5188,7 @@

    Return Value

    new user mapping row

    @@ -5227,7 +5227,7 @@

    Return Value

    user mapping table

    @@ -5266,7 +5266,7 @@

    Return Value

    base ID column index

    @@ -5305,7 +5305,7 @@

    Return Value

    base ID column

    @@ -5344,7 +5344,7 @@

    Return Value

    base ID

    @@ -5398,7 +5398,7 @@

    Parameters

    @@ -5437,7 +5437,7 @@

    Return Value

    related ID column index

    @@ -5476,7 +5476,7 @@

    Return Value

    related ID column

    @@ -5515,7 +5515,7 @@

    Return Value

    related ID

    @@ -5569,7 +5569,7 @@

    Parameters

    @@ -5579,7 +5579,7 @@

    Parameters

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGUserMappingTable.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGUserMappingTable.html index ef0cf67d..4c4deb03 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGUserMappingTable.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGUserMappingTable.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGUserMappingTable

    Contains user mapping table factory and utility methods

    @@ -5104,7 +5104,7 @@

    Return Value

    user mapping table

    @@ -5177,7 +5177,7 @@

    Return Value

    user mapping table

    @@ -5216,7 +5216,7 @@

    Return Value

    user custom columns

    @@ -5275,7 +5275,7 @@

    Return Value

    user custom columns

    @@ -5314,7 +5314,7 @@

    Return Value

    base id column

    @@ -5372,7 +5372,7 @@

    Return Value

    base id column

    @@ -5411,7 +5411,7 @@

    Return Value

    related id column

    @@ -5469,7 +5469,7 @@

    Return Value

    related id column

    @@ -5508,7 +5508,7 @@

    Return Value

    required columns count

    @@ -5547,7 +5547,7 @@

    Return Value

    required columns

    @@ -5618,7 +5618,7 @@

    Return Value

    new user mapping table

    @@ -5676,7 +5676,7 @@

    Return Value

    new user mapping table

    @@ -5715,7 +5715,7 @@

    Return Value

    base id column index

    @@ -5754,7 +5754,7 @@

    Return Value

    base id column

    @@ -5793,7 +5793,7 @@

    Return Value

    related id column index

    @@ -5832,7 +5832,7 @@

    Return Value

    related id column

    @@ -5842,7 +5842,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGUserRelatedTable.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGUserRelatedTable.html index 6daf00a2..d749e0da 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGUserRelatedTable.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGUserRelatedTable.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGUserRelatedTable

    User Defined Related Table

    @@ -5143,7 +5143,7 @@

    Return Value

    new user related table

    @@ -5253,7 +5253,7 @@

    Return Value

    new user related table

    @@ -5337,7 +5337,7 @@

    Return Value

    new user related table

    @@ -5376,7 +5376,7 @@

    Return Value

    relation name

    @@ -5386,7 +5386,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGUserRow.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGUserRow.html index f984c17f..dc0f3234 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGUserRow.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGUserRow.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGUserRow

    User Row containing the values from a single result row

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5151,7 +5151,7 @@

    Declaration

    @@ -5235,7 +5235,7 @@

    Return Value

    new user row

    @@ -5293,7 +5293,7 @@

    Return Value

    new user row

    @@ -5351,7 +5351,7 @@

    Return Value

    new user row

    @@ -5390,7 +5390,7 @@

    Return Value

    table name

    @@ -5429,7 +5429,7 @@

    Return Value

    column count

    @@ -5468,7 +5468,7 @@

    Return Value

    column names

    @@ -5526,7 +5526,7 @@

    Return Value

    column name

    @@ -5584,7 +5584,7 @@

    Return Value

    index

    @@ -5642,7 +5642,7 @@

    Return Value

    value

    @@ -5700,7 +5700,7 @@

    Return Value

    value

    @@ -5758,7 +5758,7 @@

    Return Value

    value

    @@ -5816,7 +5816,7 @@

    Return Value

    value

    @@ -5874,7 +5874,7 @@

    Return Value

    value

    @@ -5932,7 +5932,7 @@

    Return Value

    value

    @@ -5990,7 +5990,7 @@

    Return Value

    value

    @@ -6048,7 +6048,7 @@

    Return Value

    row column type

    @@ -6106,7 +6106,7 @@

    Return Value

    row column type

    @@ -6164,7 +6164,7 @@

    Return Value

    row column type

    @@ -6222,7 +6222,7 @@

    Return Value

    row column type

    @@ -6280,7 +6280,7 @@

    Return Value

    column

    @@ -6338,7 +6338,7 @@

    Return Value

    column

    @@ -6396,7 +6396,7 @@

    Return Value

    true if has the column

    @@ -6435,7 +6435,7 @@

    Return Value

    id value

    @@ -6474,7 +6474,7 @@

    Return Value

    id value

    @@ -6513,7 +6513,7 @@

    Return Value

    true if has an id column

    @@ -6552,7 +6552,7 @@

    Return Value

    true if has an id

    @@ -6591,7 +6591,7 @@

    Return Value

    id column index

    @@ -6630,7 +6630,7 @@

    Return Value

    id column

    @@ -6669,7 +6669,7 @@

    Return Value

    id column name

    @@ -6708,7 +6708,7 @@

    Return Value

    pk value

    @@ -6747,7 +6747,7 @@

    Return Value

    true if has a pk column

    @@ -6786,7 +6786,7 @@

    Return Value

    true if has an pk

    @@ -6825,7 +6825,7 @@

    Return Value

    pk index

    @@ -6864,7 +6864,7 @@

    Return Value

    pk column

    @@ -6903,7 +6903,7 @@

    Return Value

    primary key column name

    @@ -6969,7 +6969,7 @@

    Parameters

    @@ -7035,7 +7035,7 @@

    Parameters

    @@ -7102,7 +7102,7 @@

    Parameters

    @@ -7156,7 +7156,7 @@

    Parameters

    @@ -7191,7 +7191,7 @@

    Declaration

    @@ -7272,7 +7272,7 @@

    Parameters

    @@ -7342,7 +7342,7 @@

    Return Value

    copy value

    @@ -7352,7 +7352,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGUserRowSync.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGUserRowSync.html index 419ac770..9fe7ed26 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGUserRowSync.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGUserRowSync.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5046,7 +5046,7 @@

    GPKGUserRowSync

    near simultaneous asynchronous requests are made

    @@ -5086,7 +5086,7 @@

    Return Value

    new user row sync

    @@ -5148,7 +5148,7 @@

    Return Value

    should read row and set using “setRow: (GPKGUserRow *) row withId: (int) id”

    @@ -5210,7 +5210,7 @@

    Return Value

    should read row and set using “setRow: (GPKGUserRow *) row withNumber: (NSNumber *) id”

    @@ -5276,7 +5276,7 @@

    Parameters

    @@ -5342,7 +5342,7 @@

    Parameters

    @@ -5352,7 +5352,7 @@

    Parameters

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGUserTable.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGUserTable.html index 70f8136d..ec335c4d 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGUserTable.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGUserTable.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGUserTable

    Abstract user table

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5139,7 +5139,7 @@

    Return Value

    new user table

    @@ -5197,7 +5197,7 @@

    Return Value

    new user table

    @@ -5236,7 +5236,7 @@

    Return Value

    data type

    @@ -5294,7 +5294,7 @@

    Return Value

    contents or default data type

    @@ -5353,7 +5353,7 @@

    Return Value

    user columns

    @@ -5412,7 +5412,7 @@

    Return Value

    user columns

    @@ -5451,7 +5451,7 @@

    Return Value

    user columns

    @@ -5509,7 +5509,7 @@

    Return Value

    index

    @@ -5548,7 +5548,7 @@

    Return Value

    column names

    @@ -5606,7 +5606,7 @@

    Return Value

    column name

    @@ -5645,7 +5645,7 @@

    Return Value

    columns

    @@ -5690,7 +5690,7 @@

    Return Value

    columns

    @@ -5748,7 +5748,7 @@

    Return Value

    column

    @@ -5806,7 +5806,7 @@

    Return Value

    column

    @@ -5864,7 +5864,7 @@

    Return Value

    true if has the column

    @@ -5903,7 +5903,7 @@

    Return Value

    column count

    @@ -5942,7 +5942,7 @@

    Return Value

    table name

    @@ -5996,7 +5996,7 @@

    Parameters

    @@ -6035,7 +6035,7 @@

    Return Value

    true if has an id column

    @@ -6074,7 +6074,7 @@

    Return Value

    id column index

    @@ -6113,7 +6113,7 @@

    Return Value

    id column

    @@ -6152,7 +6152,7 @@

    Return Value

    id column name

    @@ -6191,7 +6191,7 @@

    Return Value

    true if has a primary key

    @@ -6230,7 +6230,7 @@

    Return Value

    primary key column index

    @@ -6269,7 +6269,7 @@

    Return Value

    pk column

    @@ -6308,7 +6308,7 @@

    Return Value

    primary key column name

    @@ -6362,7 +6362,7 @@

    Parameters

    @@ -6416,7 +6416,7 @@

    Parameters

    @@ -6470,7 +6470,7 @@

    Parameters

    @@ -6509,7 +6509,7 @@

    Return Value

    true if has constraints

    @@ -6567,7 +6567,7 @@

    Return Value

    true if has constraints

    @@ -6606,7 +6606,7 @@

    Return Value

    constraints

    @@ -6664,7 +6664,7 @@

    Return Value

    constraints

    @@ -6703,7 +6703,7 @@

    Return Value

    cleared constraints

    @@ -6761,7 +6761,7 @@

    Return Value

    columns

    @@ -6800,7 +6800,7 @@

    Return Value

    true if the primary key is modifiable

    @@ -6854,7 +6854,7 @@

    Parameters

    @@ -6893,7 +6893,7 @@

    Return Value

    true if values are validated against column types

    @@ -6947,7 +6947,7 @@

    Parameters

    @@ -7001,7 +7001,7 @@

    Parameters

    @@ -7068,7 +7068,7 @@

    Parameters

    @@ -7135,7 +7135,7 @@

    Parameters

    @@ -7201,7 +7201,7 @@

    Parameters

    @@ -7255,7 +7255,7 @@

    Parameters

    @@ -7309,7 +7309,7 @@

    Parameters

    @@ -7363,7 +7363,7 @@

    Parameters

    @@ -7417,7 +7417,7 @@

    Parameters

    @@ -7427,7 +7427,7 @@

    Parameters

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGUserTableMetadata.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGUserTableMetadata.html index 67c47a70..7981b3c6 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGUserTableMetadata.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGUserTableMetadata.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGUserTableMetadata

    User Table Metadata for defining table creation information

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5151,7 +5151,7 @@

    Declaration

    @@ -5186,7 +5186,7 @@

    Declaration

    @@ -5221,7 +5221,7 @@

    Declaration

    @@ -5256,7 +5256,7 @@

    Declaration

    @@ -5291,7 +5291,7 @@

    Declaration

    @@ -5326,7 +5326,7 @@

    Declaration

    @@ -5365,7 +5365,7 @@

    Return Value

    new user table metadata

    @@ -5404,7 +5404,7 @@

    Return Value

    default data type

    @@ -5443,7 +5443,7 @@

    Return Value

    table columns

    @@ -5453,7 +5453,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGUserTableReader.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGUserTableReader.html index d5e1a7e9..138064bb 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGUserTableReader.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGUserTableReader.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGUserTableReader

    Reads the metadata from an existing user table

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5139,7 +5139,7 @@

    Return Value

    new table reader

    @@ -5197,7 +5197,7 @@

    Return Value

    user table

    @@ -5207,7 +5207,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGUtils.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGUtils.html index 7c76b030..edb11f70 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGUtils.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGUtils.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGUtils

    GeoPackage utility methods

    @@ -5112,7 +5112,7 @@

    Parameters

    @@ -5192,7 +5192,7 @@

    Parameters

    @@ -5272,7 +5272,7 @@

    Parameters

    @@ -5342,7 +5342,7 @@

    Return Value

    object

    @@ -5408,7 +5408,7 @@

    Parameters

    @@ -5478,7 +5478,7 @@

    Return Value

    YES if contains

    @@ -5558,7 +5558,7 @@

    Parameters

    @@ -5628,7 +5628,7 @@

    Return Value

    object

    @@ -5690,7 +5690,7 @@

    Return Value

    color

    @@ -5748,7 +5748,7 @@

    Return Value

    decimal number

    @@ -5818,7 +5818,7 @@

    Return Value

    true if equal within epsilon

    @@ -5902,7 +5902,7 @@

    Return Value

    true if equal within epsilon

    @@ -5973,7 +5973,7 @@

    Return Value

    true if equal within epsilon

    @@ -6057,7 +6057,7 @@

    Return Value

    true if equal within epsilon

    @@ -6067,7 +6067,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGWebMercatorOptimize.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGWebMercatorOptimize.html index 08307e30..f6c866bc 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGWebMercatorOptimize.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGWebMercatorOptimize.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGWebMercatorOptimize

    Web Mercator XYZ tiling optimizations

    @@ -5085,7 +5085,7 @@

    Return Value

    web mercator optimize

    @@ -5124,7 +5124,7 @@

    Return Value

    web mercator optimize

    @@ -5163,7 +5163,7 @@

    Return Value

    new web mercator optimize

    @@ -5221,7 +5221,7 @@

    Return Value

    new web mercator optimize

    @@ -5231,7 +5231,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGWebPExtension.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGWebPExtension.html index c3a0baba..5f6f0afb 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGWebPExtension.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGWebPExtension.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5047,7 +5047,7 @@

    GPKGWebPExtension

    https://www.geopackage.org/spec/#extension_tiles_webp

    @@ -5083,7 +5083,7 @@

    Declaration

    @@ -5118,7 +5118,7 @@

    Declaration

    @@ -5176,7 +5176,7 @@

    Return Value

    new instance

    @@ -5234,7 +5234,7 @@

    Return Value

    extension

    @@ -5292,7 +5292,7 @@

    Return Value

    true if has extension

    @@ -5302,7 +5302,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGXYZOverlay.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGXYZOverlay.html index 0a03a864..8d58b948 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGXYZOverlay.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGXYZOverlay.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGXYZOverlay

    XYZ Overlay, assumes XYZ tiles

    @@ -5104,7 +5104,7 @@

    Return Value

    new xyz overlay

    @@ -5114,7 +5114,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGXYZTileRetriever.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGXYZTileRetriever.html index 8104e9db..79115ea9 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGXYZTileRetriever.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGXYZTileRetriever.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGXYZTileRetriever

    XYZ Tile Retriever, assumes XYZ tiles

    @@ -5104,7 +5104,7 @@

    Return Value

    new instance

    @@ -5114,7 +5114,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGZoomOtherExtension.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGZoomOtherExtension.html index 04a50c04..2549cbdb 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGZoomOtherExtension.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/GPKGZoomOtherExtension.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5047,7 +5047,7 @@

    GPKGZoomOtherExtension

    https://www.geopackage.org/spec/#extension_zoom_other_intervals

    @@ -5083,7 +5083,7 @@

    Declaration

    @@ -5118,7 +5118,7 @@

    Declaration

    @@ -5176,7 +5176,7 @@

    Return Value

    new instance

    @@ -5234,7 +5234,7 @@

    Return Value

    extension

    @@ -5292,7 +5292,7 @@

    Return Value

    true if has extension

    @@ -5302,7 +5302,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/OAFCollection.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/OAFCollection.html index 06ab9755..37f3c86a 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/OAFCollection.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/OAFCollection.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    OAFCollection

    Collection

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5109,6 +5115,9 @@

    Declaration

    + @@ -5141,6 +5150,9 @@

    Declaration

    + @@ -5173,6 +5185,9 @@

    Declaration

    + @@ -5205,6 +5220,9 @@

    Declaration

    + @@ -5238,6 +5256,9 @@

    Declaration

    + @@ -5271,6 +5292,9 @@

    Declaration

    + @@ -5307,6 +5331,9 @@

    Declaration

    Return Value

    new collection

    + @@ -5362,6 +5389,9 @@

    Parameters

    Return Value

    new collection

    + @@ -5417,6 +5447,9 @@

    Parameters

    Return Value

    new collection

    + @@ -5468,6 +5501,9 @@

    Parameters

    + @@ -5519,6 +5555,9 @@

    Parameters

    + @@ -5527,7 +5566,7 @@

    Parameters

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/OAFCollections.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/OAFCollections.html index 41cfe8a5..a7a8ebc1 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/OAFCollections.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/OAFCollections.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    OAFCollections

    Undocumented

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5109,6 +5115,9 @@

    Declaration

    + @@ -5145,6 +5154,9 @@

    Declaration

    Return Value

    new collections

    + @@ -5200,6 +5212,9 @@

    Parameters

    Return Value

    new collections

    + @@ -5251,6 +5266,9 @@

    Parameters

    + @@ -5302,6 +5320,9 @@

    Parameters

    + @@ -5310,7 +5331,7 @@

    Parameters

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/OAFCrs.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/OAFCrs.html index 0a11d0a0..27be3869 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/OAFCrs.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/OAFCrs.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5046,6 +5046,9 @@

    OAFCrs

    http://www.opengis.net/def/crs/{authority}/{version}/{code}

    +
    @@ -5079,6 +5082,9 @@

    Declaration

    +
    @@ -5111,6 +5117,9 @@

    Declaration

    + @@ -5143,6 +5152,9 @@

    Declaration

    + @@ -5179,6 +5191,9 @@

    Declaration

    Return Value

    new crs

    + @@ -5234,6 +5249,9 @@

    Parameters

    Return Value

    new crs

    + @@ -5315,6 +5333,9 @@

    Parameters

    Return Value

    new crs

    + @@ -5370,6 +5391,9 @@

    Parameters

    Return Value

    true if a valid CRS and values were set

    + @@ -5406,6 +5430,9 @@

    Declaration

    Return Value

    true if valid

    + @@ -5414,7 +5441,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/OAFExtent.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/OAFExtent.html index 0197f4c7..a40e8ddf 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/OAFExtent.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/OAFExtent.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5046,6 +5046,9 @@

    OAFExtent

    temporal extents are specified. Extensions may add additional members to represent other extents, for example, thermal or pressure ranges.

    +
    @@ -5079,6 +5082,9 @@

    Declaration

    +
    @@ -5111,6 +5117,9 @@

    Declaration

    + @@ -5147,6 +5156,9 @@

    Declaration

    Return Value

    new extent

    + @@ -5202,6 +5214,9 @@

    Parameters

    Return Value

    new extent

    + @@ -5210,7 +5225,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/OAFFeatureCollection.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/OAFFeatureCollection.html index 95ff8c94..0fe8616c 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/OAFFeatureCollection.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/OAFFeatureCollection.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    OAFFeatureCollection

    Feature Collection

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5109,6 +5115,9 @@

    Declaration

    + @@ -5141,6 +5150,9 @@

    Declaration

    + @@ -5173,6 +5185,9 @@

    Declaration

    + @@ -5205,6 +5220,9 @@

    Declaration

    + @@ -5241,6 +5259,9 @@

    Declaration

    Return Value

    new feature collection

    + @@ -5297,6 +5318,9 @@

    Parameters

    Return Value

    new feature collection

    + @@ -5352,6 +5376,9 @@

    Parameters

    Return Value

    new feature collection

    + @@ -5388,6 +5415,9 @@

    Declaration

    Return Value

    relation links

    + @@ -5396,7 +5426,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/OAFFeaturesConverter.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/OAFFeaturesConverter.html index 18a92b3d..61f8deac 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/OAFFeaturesConverter.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/OAFFeaturesConverter.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    OAFFeaturesConverter

    Features Converter

    +
    @@ -5100,6 +5103,9 @@

    Parameters

    Return Value

    collections

    +
    @@ -5155,6 +5161,9 @@

    Parameters

    Return Value

    collections

    + @@ -5210,6 +5219,9 @@

    Parameters

    Return Value

    collection

    + @@ -5265,6 +5277,9 @@

    Parameters

    Return Value

    collection

    + @@ -5320,6 +5335,9 @@

    Parameters

    Return Value

    feature collection

    + @@ -5375,6 +5393,9 @@

    Parameters

    Return Value

    feature collection

    + @@ -5431,6 +5452,9 @@

    Parameters

    Return Value

    feature collection

    + @@ -5487,6 +5511,9 @@

    Parameters

    Return Value

    feature collection

    + @@ -5542,6 +5569,9 @@

    Parameters

    Return Value

    link

    + @@ -5597,6 +5627,9 @@

    Parameters

    Return Value

    link

    + @@ -5652,6 +5685,9 @@

    Parameters

    Return Value

    spatial

    + @@ -5707,6 +5743,9 @@

    Parameters

    Return Value

    spatial

    + @@ -5762,6 +5801,9 @@

    Parameters

    Return Value

    temporal

    + @@ -5817,6 +5859,9 @@

    Parameters

    Return Value

    temporal

    + @@ -5872,6 +5917,9 @@

    Parameters

    Return Value

    extent

    + @@ -5927,6 +5975,9 @@

    Parameters

    Return Value

    extent

    + @@ -5982,6 +6033,9 @@

    Parameters

    Return Value

    string value

    + @@ -6037,6 +6091,9 @@

    Parameters

    Return Value

    object map

    + @@ -6092,6 +6149,9 @@

    Parameters

    Return Value

    object map

    + @@ -6100,7 +6160,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/OAFFeaturesObject.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/OAFFeaturesObject.html index 8774d1c9..dbce0ff4 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/OAFFeaturesObject.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/OAFFeaturesObject.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    OAFFeaturesObject

    Features Object

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5113,6 +5119,9 @@

    Declaration

    Return Value

    new object

    + @@ -5168,6 +5177,9 @@

    Parameters

    Return Value

    new object

    + @@ -5204,6 +5216,9 @@

    Declaration

    Return Value

    JSON tree

    + @@ -5255,6 +5270,9 @@

    Parameters

    + @@ -5291,6 +5309,9 @@

    Declaration

    Return Value

    JSON keys

    + @@ -5299,7 +5320,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/OAFLink.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/OAFLink.html index adb2700f..3d37156c 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/OAFLink.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/OAFLink.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    OAFLink

    Link

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5109,6 +5115,9 @@

    Declaration

    + @@ -5141,6 +5150,9 @@

    Declaration

    + @@ -5173,6 +5185,9 @@

    Declaration

    + @@ -5205,6 +5220,9 @@

    Declaration

    + @@ -5237,6 +5255,9 @@

    Declaration

    + @@ -5273,6 +5294,9 @@

    Declaration

    Return Value

    new link

    + @@ -5328,6 +5352,9 @@

    Parameters

    Return Value

    new link

    + @@ -5383,6 +5410,9 @@

    Parameters

    Return Value

    new link

    + @@ -5391,7 +5421,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/OAFSpatial.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/OAFSpatial.html index dd6cd89f..5af219ed 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/OAFSpatial.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/OAFSpatial.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    OAFSpatial

    The spatial extent of the features in the collection.

    +
    @@ -5079,6 +5082,9 @@

    Declaration

    + @@ -5115,6 +5121,9 @@

    Declaration

    + @@ -5151,6 +5160,9 @@

    Declaration

    Return Value

    new spatial

    + @@ -5206,6 +5218,9 @@

    Parameters

    Return Value

    new spatial

    + @@ -5214,7 +5229,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/OAFTemporal.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/OAFTemporal.html index a01ccedd..b26dc4fc 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/OAFTemporal.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/OAFTemporal.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    OAFTemporal

    The temporal extent of the features in the collection.

    +
    @@ -5079,6 +5082,9 @@

    Declaration

    + @@ -5115,6 +5121,9 @@

    Declaration

    + @@ -5151,6 +5160,9 @@

    Declaration

    Return Value

    new temporal

    + @@ -5206,6 +5218,9 @@

    Parameters

    Return Value

    new temporal

    + @@ -5214,7 +5229,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/PROJAuthorityProjections.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/PROJAuthorityProjections.html index 628501e7..bd7629aa 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/PROJAuthorityProjections.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/PROJAuthorityProjections.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    PROJAuthorityProjections

    Collection of projections for a single coordinate authority

    +
    @@ -5100,6 +5103,9 @@

    Parameters

    Return Value

    new authority projections

    +
    @@ -5136,6 +5142,9 @@

    Declaration

    Return Value

    authority

    + @@ -5191,6 +5200,9 @@

    Parameters

    Return Value

    projection

    + @@ -5246,6 +5258,9 @@

    Parameters

    Return Value

    projection

    + @@ -5301,6 +5316,9 @@

    Parameters

    Return Value

    true if has the projection

    + @@ -5356,6 +5374,9 @@

    Parameters

    Return Value

    true if has the projection

    + @@ -5411,6 +5432,9 @@

    Parameters

    Return Value

    true if has the projection

    + @@ -5462,6 +5486,9 @@

    Parameters

    + @@ -5494,6 +5521,9 @@

    Declaration

    + @@ -5545,6 +5575,9 @@

    Parameters

    + @@ -5596,6 +5629,9 @@

    Parameters

    + @@ -5647,6 +5683,9 @@

    Parameters

    + @@ -5683,6 +5722,9 @@

    Declaration

    Return Value

    count

    + @@ -5719,6 +5761,9 @@

    Declaration

    Return Value

    true if empty

    + @@ -5755,6 +5800,9 @@

    Declaration

    Return Value

    projection codes

    + @@ -5791,6 +5839,9 @@

    Declaration

    Return Value

    projections

    + @@ -5799,7 +5850,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/PROJCRSParser.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/PROJCRSParser.html index d8122bf8..b6f43b99 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/PROJCRSParser.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/PROJCRSParser.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    PROJCRSParser

    Coordinate Reference System Well-known text parser

    +
    @@ -5100,6 +5103,9 @@

    Parameters

    Return Value

    coordinate reference system

    +
    @@ -5155,6 +5161,9 @@

    Parameters

    Return Value

    coordinate reference system

    + @@ -5211,6 +5220,9 @@

    Parameters

    Return Value

    coordinate reference system

    + @@ -5266,6 +5278,9 @@

    Parameters

    Return Value

    coordinate reference system

    + @@ -5321,6 +5336,9 @@

    Parameters

    Return Value

    coordinate reference system

    + @@ -5329,7 +5347,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/PROJIOUtils.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/PROJIOUtils.html index 12d06c99..9f3f22b7 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/PROJIOUtils.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/PROJIOUtils.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5065,6 +5065,9 @@

    PROJIOUtils

    Undocumented

    +
    @@ -5121,6 +5124,9 @@

    Parameters

    Return Value

    property list file path

    +
    @@ -5188,6 +5194,9 @@

    Parameters

    Return Value

    file resource path

    + @@ -5196,7 +5205,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/PROJLocationCoordinate3D.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/PROJLocationCoordinate3D.html index cc948eb0..964dc867 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/PROJLocationCoordinate3D.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/PROJLocationCoordinate3D.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    PROJLocationCoordinate3D

    3D Location Coordinate

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5109,6 +5115,9 @@

    Declaration

    + @@ -5165,6 +5174,9 @@

    Parameters

    Return Value

    new coordinate

    + @@ -5234,6 +5246,9 @@

    Parameters

    Return Value

    new coordinate

    + @@ -5289,6 +5304,9 @@

    Parameters

    Return Value

    new coordinate

    + @@ -5357,6 +5375,9 @@

    Parameters

    Return Value

    new coordinate

    + @@ -5393,6 +5414,9 @@

    Declaration

    Return Value

    true if 3D, false if 2D

    + @@ -5401,7 +5425,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/PROJProjection.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/PROJProjection.html index c8cfd84f..88650c48 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/PROJProjection.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/PROJProjection.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    PROJProjection

    Single Projection for an authority and code

    +
    @@ -5121,6 +5124,9 @@

    Parameters

    Return Value

    new projection

    +
    @@ -5197,6 +5203,9 @@

    Parameters

    Return Value

    new projection

    + @@ -5273,6 +5282,9 @@

    Parameters

    Return Value

    new projection

    + @@ -5362,6 +5374,9 @@

    Parameters

    Return Value

    new projection

    + @@ -5451,6 +5466,9 @@

    Parameters

    Return Value

    new projection

    + @@ -5540,6 +5558,9 @@

    Parameters

    Return Value

    new projection

    + @@ -5642,6 +5663,9 @@

    Parameters

    Return Value

    new projection

    + @@ -5744,6 +5768,9 @@

    Parameters

    Return Value

    new projection

    + @@ -5846,6 +5873,9 @@

    Parameters

    Return Value

    new projection

    + @@ -5927,6 +5957,9 @@

    Parameters

    Return Value

    new projection

    + @@ -6008,6 +6041,9 @@

    Parameters

    Return Value

    new projection

    + @@ -6089,6 +6125,9 @@

    Parameters

    Return Value

    new projection

    + @@ -6183,6 +6222,9 @@

    Parameters

    Return Value

    new projection

    + @@ -6277,6 +6319,9 @@

    Parameters

    Return Value

    new projection

    + @@ -6371,6 +6416,9 @@

    Parameters

    Return Value

    new projection

    + @@ -6478,6 +6526,9 @@

    Parameters

    Return Value

    new projection

    + @@ -6585,6 +6636,9 @@

    Parameters

    Return Value

    new projection

    + @@ -6692,6 +6746,9 @@

    Parameters

    Return Value

    new projection

    + @@ -6724,6 +6781,9 @@

    Declaration

    + @@ -6760,6 +6820,9 @@

    Declaration

    Return Value

    authority

    + @@ -6796,6 +6859,9 @@

    Declaration

    Return Value

    code

    + @@ -6832,6 +6898,9 @@

    Declaration

    Return Value

    coordinate reference system

    + @@ -6868,6 +6937,9 @@

    Declaration

    Return Value

    true if a lat lon crs

    + @@ -6904,6 +6976,9 @@

    Declaration

    Return Value

    definition

    + @@ -6940,6 +7015,9 @@

    Declaration

    Return Value

    coordinate reference system

    + @@ -6996,6 +7074,9 @@

    Parameters

    Return Value

    transform

    + @@ -7066,6 +7147,9 @@

    Parameters

    Return Value

    transform

    + @@ -7136,6 +7220,9 @@

    Parameters

    Return Value

    transform

    + @@ -7193,6 +7280,9 @@

    Parameters

    Return Value

    transform

    + @@ -7248,6 +7338,9 @@

    Parameters

    Return Value

    meters

    + @@ -7284,6 +7377,9 @@

    Declaration

    Return Value

    unit

    + @@ -7339,6 +7435,9 @@

    Parameters

    Return Value

    true if in the provided unit

    + @@ -7406,6 +7505,9 @@

    Parameters

    Return Value

    true if equal

    + @@ -7473,6 +7575,9 @@

    Parameters

    Return Value

    true if equal

    + @@ -7528,6 +7633,9 @@

    Parameters

    Return Value

    true if equal

    + @@ -7536,7 +7644,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/PROJProjectionFactory.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/PROJProjectionFactory.html index 159859e4..42327aee 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/PROJProjectionFactory.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/PROJProjectionFactory.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    PROJProjectionFactory

    Projection factory for coordinate projections and transformations

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5113,6 +5119,9 @@

    Declaration

    Return Value

    order set copy

    + @@ -5149,6 +5158,9 @@

    Declaration

    Return Value

    order set copy without cache

    + @@ -5200,6 +5212,9 @@

    Parameters

    + @@ -5251,6 +5266,9 @@

    Parameters

    + @@ -5288,6 +5306,9 @@

    Declaration

    Return Value

    projection factory retrieval order

    + @@ -5344,6 +5365,9 @@

    Parameters

    Return Value

    projection factory retrieval order

    + @@ -5399,6 +5423,9 @@

    Parameters

    Return Value

    projection

    + @@ -5454,6 +5481,9 @@

    Parameters

    Return Value

    projection

    + @@ -5509,6 +5539,9 @@

    Parameters

    Return Value

    projection

    + @@ -5564,6 +5597,9 @@

    Parameters

    Return Value

    projection

    + @@ -5619,6 +5655,9 @@

    Parameters

    Return Value

    projection

    + @@ -5674,6 +5713,9 @@

    Parameters

    Return Value

    projection

    + @@ -5742,6 +5784,9 @@

    Parameters

    Return Value

    projection

    + @@ -5810,6 +5855,9 @@

    Parameters

    Return Value

    projection

    + @@ -5878,6 +5926,9 @@

    Parameters

    Return Value

    projection

    + @@ -5946,6 +5997,9 @@

    Parameters

    Return Value

    projection

    + @@ -6014,6 +6068,9 @@

    Parameters

    Return Value

    projection

    + @@ -6082,6 +6139,9 @@

    Parameters

    Return Value

    projection

    + @@ -6163,6 +6223,9 @@

    Parameters

    Return Value

    projection

    + @@ -6244,6 +6307,9 @@

    Parameters

    Return Value

    projection

    + @@ -6325,6 +6391,9 @@

    Parameters

    Return Value

    projection

    + @@ -6406,6 +6475,9 @@

    Parameters

    Return Value

    projection

    + @@ -6487,6 +6559,9 @@

    Parameters

    Return Value

    projection

    + @@ -6568,6 +6643,9 @@

    Parameters

    Return Value

    projection

    + @@ -6649,6 +6727,9 @@

    Parameters

    Return Value

    projection

    + @@ -6730,6 +6811,9 @@

    Parameters

    Return Value

    projection

    + @@ -6811,6 +6895,9 @@

    Parameters

    Return Value

    projection

    + @@ -6892,6 +6979,9 @@

    Parameters

    Return Value

    projection

    + @@ -6973,6 +7063,9 @@

    Parameters

    Return Value

    projection

    + @@ -7054,6 +7147,9 @@

    Parameters

    Return Value

    projection

    + @@ -7149,6 +7245,9 @@

    Parameters

    Return Value

    projection

    + @@ -7244,6 +7343,9 @@

    Parameters

    Return Value

    projection

    + @@ -7339,6 +7441,9 @@

    Parameters

    Return Value

    projection

    + @@ -7434,6 +7539,9 @@

    Parameters

    Return Value

    projection

    + @@ -7529,6 +7637,9 @@

    Parameters

    Return Value

    projection

    + @@ -7624,6 +7735,9 @@

    Parameters

    Return Value

    projection

    + @@ -7732,6 +7846,9 @@

    Parameters

    Return Value

    projection

    + @@ -7840,6 +7957,9 @@

    Parameters

    Return Value

    projection

    + @@ -7895,6 +8015,9 @@

    Parameters

    Return Value

    projection

    + @@ -7950,6 +8073,9 @@

    Parameters

    Return Value

    projection

    + @@ -7986,6 +8112,9 @@

    Declaration

    Return Value

    projections

    + @@ -8041,6 +8170,9 @@

    Parameters

    Return Value

    authority projections

    + @@ -8097,6 +8229,9 @@

    Parameters

    Return Value

    [authority, code]

    + @@ -8129,6 +8264,9 @@

    Declaration

    + @@ -8180,6 +8318,9 @@

    Parameters

    + @@ -8243,6 +8384,9 @@

    Parameters

    + @@ -8306,6 +8450,9 @@

    Parameters

    + @@ -8369,6 +8516,9 @@

    Parameters

    + @@ -8420,6 +8570,9 @@

    Parameters

    + @@ -8471,6 +8624,9 @@

    Parameters

    + @@ -8479,7 +8635,7 @@

    Parameters

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/PROJProjectionRetriever.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/PROJProjectionRetriever.html index 55b4d7c4..34bcc404 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/PROJProjectionRetriever.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/PROJProjectionRetriever.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    PROJProjectionRetriever

    Retrieves the proj4 projection parameter string for an authority and coordinate code

    +
    @@ -5100,6 +5103,9 @@

    Parameters

    Return Value

    projection string

    +
    @@ -5168,6 +5174,9 @@

    Parameters

    Return Value

    proj4 projection

    + @@ -5236,6 +5245,9 @@

    Parameters

    Return Value

    proj4 projection

    + @@ -5292,6 +5304,9 @@

    Parameters

    Return Value

    projection properties

    + @@ -5347,6 +5362,9 @@

    Parameters

    Return Value

    projection properties

    + @@ -5379,6 +5397,9 @@

    Declaration

    + @@ -5430,6 +5451,9 @@

    Parameters

    + @@ -5493,6 +5517,9 @@

    Parameters

    + @@ -5556,6 +5583,9 @@

    Parameters

    + @@ -5613,6 +5643,9 @@

    Parameters

    Return Value

    property file name

    + @@ -5677,6 +5710,9 @@

    Parameters

    + @@ -5755,6 +5791,9 @@

    Parameters

    + @@ -5833,6 +5872,9 @@

    Parameters

    + @@ -5841,7 +5883,7 @@

    Parameters

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/PROJProjectionTransform.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/PROJProjectionTransform.html index b8e4ff73..2792c2df 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/PROJProjectionTransform.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/PROJProjectionTransform.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    PROJProjectionTransform

    Projection transformation between a from and to projection

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5109,6 +5115,9 @@

    Declaration

    + @@ -5173,6 +5182,9 @@

    Parameters

    Return Value

    new projection transform

    + @@ -5236,6 +5248,9 @@

    Parameters

    Return Value

    new projection transform

    + @@ -5325,6 +5340,9 @@

    Parameters

    Return Value

    new projection transform

    + @@ -5414,6 +5432,9 @@

    Parameters

    Return Value

    new projection transform

    + @@ -5478,6 +5499,9 @@

    Parameters

    Return Value

    new projection transform

    + @@ -5555,6 +5579,9 @@

    Parameters

    Return Value

    new projection transform

    + @@ -5618,6 +5645,9 @@

    Parameters

    Return Value

    new projection transform

    + @@ -5695,6 +5725,9 @@

    Parameters

    Return Value

    new projection transform

    + @@ -5746,6 +5779,9 @@

    Parameters

    Return Value

    new projection transform

    + @@ -5814,6 +5850,9 @@

    Parameters

    Return Value

    new projection transform

    + @@ -5881,6 +5920,9 @@

    Parameters

    Return Value

    new projection transform

    + @@ -5975,6 +6017,9 @@

    Parameters

    Return Value

    new projection transform

    + @@ -6069,6 +6114,9 @@

    Parameters

    Return Value

    new projection transform

    + @@ -6137,6 +6185,9 @@

    Parameters

    Return Value

    new projection transform

    + @@ -6218,6 +6269,9 @@

    Parameters

    Return Value

    new projection transform

    + @@ -6286,6 +6340,9 @@

    Parameters

    Return Value

    new projection transform

    + @@ -6367,6 +6424,9 @@

    Parameters

    Return Value

    new projection transform

    + @@ -6423,6 +6483,9 @@

    Parameters

    Return Value

    new projection transform

    + @@ -6455,6 +6518,9 @@

    Declaration

    + @@ -6510,6 +6576,9 @@

    Parameters

    Return Value

    transformed location coordinate

    + @@ -6565,6 +6634,9 @@

    Parameters

    Return Value

    transformed 3d location coordinate

    + @@ -6632,6 +6704,9 @@

    Parameters

    Return Value

    transformed coordinates as [x, y]

    + @@ -6726,6 +6801,9 @@

    Parameters

    Return Value

    transformed coordinate bounds as [minX, minY, maxX, maxY]

    + @@ -6762,6 +6840,9 @@

    Declaration

    Return Value

    true if the same projection

    + @@ -6798,6 +6879,9 @@

    Declaration

    Return Value

    inverse transformation

    + @@ -6806,7 +6890,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/PROJProjections.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/PROJProjections.html index faefe613..e38ddf41 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/PROJProjections.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/PROJProjections.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    PROJProjections

    Collection of projections by authority

    +
    @@ -5081,6 +5084,9 @@

    Declaration

    Return Value

    new projections

    +
    @@ -5136,6 +5142,9 @@

    Parameters

    Return Value

    authority projections

    + @@ -5204,6 +5213,9 @@

    Parameters

    Return Value

    projection

    + @@ -5259,6 +5271,9 @@

    Parameters

    Return Value

    true if has the projection

    + @@ -5327,6 +5342,9 @@

    Parameters

    Return Value

    true if has a projection

    + @@ -5378,6 +5396,9 @@

    Parameters

    + @@ -5410,6 +5431,9 @@

    Declaration

    + @@ -5461,6 +5485,9 @@

    Parameters

    + @@ -5524,6 +5551,9 @@

    Parameters

    + @@ -5587,6 +5617,9 @@

    Parameters

    + @@ -5638,6 +5671,9 @@

    Parameters

    + @@ -5674,6 +5710,9 @@

    Declaration

    Return Value

    count

    + @@ -5710,6 +5749,9 @@

    Declaration

    Return Value

    authorities

    + @@ -5746,6 +5788,9 @@

    Declaration

    Return Value

    count

    + @@ -5782,6 +5827,9 @@

    Declaration

    Return Value

    true if empty

    + @@ -5790,7 +5838,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFByteReader.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFByteReader.html index 4544b916..cb58ea1f 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFByteReader.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFByteReader.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    SFByteReader

    Read through byte data

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5109,6 +5115,9 @@

    Declaration

    + @@ -5141,6 +5150,9 @@

    Declaration

    + @@ -5196,6 +5208,9 @@

    Parameters

    Return Value

    new byte reader

    + @@ -5264,6 +5279,9 @@

    Parameters

    Return Value

    new byte reader

    + @@ -5319,6 +5337,9 @@

    Parameters

    Return Value

    string value

    + @@ -5355,6 +5376,9 @@

    Declaration

    Return Value

    byte

    + @@ -5410,6 +5434,9 @@

    Parameters

    Return Value

    data value

    + @@ -5446,6 +5473,9 @@

    Declaration

    Return Value

    integer

    + @@ -5482,6 +5512,9 @@

    Declaration

    Return Value

    double

    + @@ -5490,7 +5523,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFByteWriter.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFByteWriter.html index 4002e987..a92beb5f 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFByteWriter.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFByteWriter.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    SFByteWriter

    Write byte data

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5109,6 +5115,9 @@

    Declaration

    + @@ -5141,6 +5150,9 @@

    Declaration

    + @@ -5177,6 +5189,9 @@

    Declaration

    Return Value

    new byte writer

    + @@ -5232,6 +5247,9 @@

    Parameters

    Return Value

    new byte writer

    + @@ -5264,6 +5282,9 @@

    Declaration

    + @@ -5300,6 +5321,9 @@

    Declaration

    Return Value

    byte data

    + @@ -5336,6 +5360,9 @@

    Declaration

    Return Value

    bytes written

    + @@ -5387,6 +5414,9 @@

    Parameters

    + @@ -5438,6 +5468,9 @@

    Parameters

    + @@ -5489,6 +5522,9 @@

    Parameters

    + @@ -5540,6 +5576,9 @@

    Parameters

    + @@ -5591,6 +5630,9 @@

    Parameters

    + @@ -5599,7 +5641,7 @@

    Parameters

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFCentroidCurve.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFCentroidCurve.html index 13cf4ecb..a763224b 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFCentroidCurve.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFCentroidCurve.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,6 +5045,9 @@

    SFCentroidCurve

    Calculate the centroid from curve based geometries. Implementation based on the JTS (Java Topology Suite) CentroidLine.

    +
    @@ -5082,6 +5085,9 @@

    Declaration

    Return Value

    new instance

    +
    @@ -5137,6 +5143,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5189,6 +5198,9 @@

    Parameters

    + @@ -5225,6 +5237,9 @@

    Declaration

    Return Value

    centroid point

    + @@ -5233,7 +5248,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFCentroidPoint.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFCentroidPoint.html index 7b3db9b4..be3e4381 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFCentroidPoint.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFCentroidPoint.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,6 +5045,9 @@

    SFCentroidPoint

    Calculate the centroid from point based geometries. Implementation based on the JTS (Java Topology Suite) CentroidPoint.

    +
    @@ -5082,6 +5085,9 @@

    Declaration

    Return Value

    new instance

    +
    @@ -5137,6 +5143,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5188,6 +5197,9 @@

    Parameters

    + @@ -5224,6 +5236,9 @@

    Declaration

    Return Value

    centroid point

    + @@ -5232,7 +5247,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFCentroidSurface.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFCentroidSurface.html index 0626d4ed..648c6e3a 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFCentroidSurface.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFCentroidSurface.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,6 +5045,9 @@

    SFCentroidSurface

    Calculate the centroid from surface based geometries. Implementation based on the JTS (Java Topology Suite) CentroidArea.

    +
    @@ -5082,6 +5085,9 @@

    Declaration

    Return Value

    new instance

    +
    @@ -5137,6 +5143,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5189,6 +5198,9 @@

    Parameters

    + @@ -5225,6 +5237,9 @@

    Declaration

    Return Value

    centroid point

    + @@ -5233,7 +5248,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFCircularString.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFCircularString.html index 25908fd3..bf92a720 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFCircularString.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFCircularString.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    SFCircularString

    Circular String, Curve sub type

    +
    @@ -5076,6 +5079,9 @@

    Declaration

    Return Value

    new circular string

    +
    @@ -5138,6 +5144,9 @@

    Parameters

    Return Value

    new circular string

    + @@ -5189,6 +5198,9 @@

    Parameters

    Return Value

    new circular string

    + @@ -5240,6 +5252,9 @@

    Parameters

    Return Value

    new circular string

    + @@ -5276,6 +5291,9 @@

    Declaration

    Return Value

    new circular string

    + @@ -5343,6 +5361,9 @@

    Parameters

    Return Value

    new circular string

    + @@ -5398,6 +5419,9 @@

    Parameters

    Return Value

    new circular string

    + @@ -5453,6 +5477,9 @@

    Parameters

    Return Value

    new circular string

    + @@ -5461,7 +5488,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFCompoundCurve.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFCompoundCurve.html index d751f1e9..b9da3ac4 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFCompoundCurve.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFCompoundCurve.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    SFCompoundCurve

    Compound Curve, Curve sub type

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5108,6 +5114,9 @@

    Declaration

    Return Value

    new compound curve

    + @@ -5170,6 +5179,9 @@

    Parameters

    Return Value

    new compound curve

    + @@ -5221,6 +5233,9 @@

    Parameters

    Return Value

    new compound curve

    + @@ -5271,6 +5286,9 @@

    Parameters

    Return Value

    new compound curve

    + @@ -5322,6 +5340,9 @@

    Parameters

    Return Value

    new compound curve

    + @@ -5358,6 +5379,9 @@

    Declaration

    Return Value

    new compound curve

    + @@ -5425,6 +5449,9 @@

    Parameters

    Return Value

    new compound curve

    + @@ -5481,6 +5508,9 @@

    Parameters

    Return Value

    new compound curve

    + @@ -5536,6 +5566,9 @@

    Parameters

    Return Value

    new compound curve

    + @@ -5591,6 +5624,9 @@

    Parameters

    Return Value

    new compound curve

    + @@ -5642,6 +5678,9 @@

    Parameters

    + @@ -5693,6 +5732,9 @@

    Parameters

    + @@ -5729,6 +5771,9 @@

    Declaration

    Return Value

    line string count

    + @@ -5784,6 +5829,9 @@

    Parameters

    Return Value

    line string

    + @@ -5792,7 +5840,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFCurve.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFCurve.html index 8e84f077..2314ff5b 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFCurve.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFCurve.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5048,6 +5048,9 @@

    SFCurve

    considered closed its start and end point are coincident. A simple, closed curve is called a ring.

    +
    @@ -5130,6 +5133,9 @@

    Parameters

    Return Value

    new curve

    +
    @@ -5166,6 +5172,9 @@

    Declaration

    Return Value

    start point

    + @@ -5202,6 +5211,9 @@

    Declaration

    Return Value

    end point

    + @@ -5238,6 +5250,9 @@

    Declaration

    Return Value

    true if closed

    + @@ -5274,6 +5289,9 @@

    Declaration

    Return Value

    true if a ring

    + @@ -5282,7 +5300,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFCurvePolygon.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFCurvePolygon.html index f710c368..0a209533 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFCurvePolygon.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFCurvePolygon.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,6 +5045,9 @@

    SFCurvePolygon

    A planar surface defined by an exterior ring and zero or more interior ring. Each ring is defined by a Curve instance.

    +
    @@ -5078,6 +5081,9 @@

    Declaration

    +
    @@ -5109,6 +5115,9 @@

    Declaration

    Return Value

    new curve polygon

    + @@ -5171,6 +5180,9 @@

    Parameters

    Return Value

    new curve polygon

    + @@ -5221,6 +5233,9 @@

    Parameters

    Return Value

    new curve polygon

    + @@ -5271,6 +5286,9 @@

    Parameters

    Return Value

    new curve polygon

    + @@ -5321,6 +5339,9 @@

    Parameters

    Return Value

    new curve polygon

    + @@ -5357,6 +5378,9 @@

    Declaration

    Return Value

    new curve polygon

    + @@ -5424,6 +5448,9 @@

    Parameters

    Return Value

    new curve polygon

    + @@ -5479,6 +5506,9 @@

    Parameters

    Return Value

    new curve polygon

    + @@ -5534,6 +5564,9 @@

    Parameters

    Return Value

    new curve polygon

    + @@ -5615,6 +5648,9 @@

    Parameters

    Return Value

    new curve polygon

    + @@ -5670,6 +5706,9 @@

    Parameters

    Return Value

    new curve polygon

    + @@ -5721,6 +5760,9 @@

    Parameters

    + @@ -5772,6 +5814,9 @@

    Parameters

    + @@ -5808,6 +5853,9 @@

    Declaration

    Return Value

    ring count

    + @@ -5864,6 +5912,9 @@

    Parameters

    Return Value

    ring

    + @@ -5900,6 +5951,9 @@

    Declaration

    Return Value

    exterior ring

    + @@ -5936,6 +5990,9 @@

    Declaration

    Return Value

    number of interior rings

    + @@ -5991,6 +6048,9 @@

    Parameters

    Return Value

    interior ring

    + @@ -5999,7 +6059,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFDegreesCentroid.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFDegreesCentroid.html index 8478ab1f..ba3e8ed5 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFDegreesCentroid.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFDegreesCentroid.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    SFDegreesCentroid

    Centroid calculations for geometries in degrees

    +
    @@ -5100,6 +5103,9 @@

    Parameters

    Return Value

    centroid point

    +
    @@ -5155,6 +5161,9 @@

    Parameters

    Return Value

    new instance

    + @@ -5191,6 +5200,9 @@

    Declaration

    Return Value

    centroid point

    + @@ -5199,7 +5211,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFEvent.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFEvent.html index a30c86a5..3e8ca427 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFEvent.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFEvent.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    SFEvent

    Event element

    +
    @@ -5139,6 +5142,9 @@

    Parameters

    Return Value

    event

    +
    @@ -5175,6 +5181,9 @@

    Declaration

    Return Value

    edge number

    + @@ -5211,6 +5220,9 @@

    Declaration

    Return Value

    polygon ring number

    + @@ -5247,6 +5259,9 @@

    Declaration

    Return Value

    polygon point

    + @@ -5283,6 +5298,9 @@

    Declaration

    Return Value

    event type

    + @@ -5319,6 +5337,9 @@

    Declaration

    Return Value

    sorted events

    + @@ -5327,7 +5348,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFEventQueue.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFEventQueue.html index 0b37e51e..fdd82242 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFEventQueue.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFEventQueue.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    SFEventQueue

    Event queue for processing events

    +
    @@ -5100,6 +5103,9 @@

    Parameters

    Return Value

    event queue

    +
    @@ -5155,6 +5161,9 @@

    Parameters

    Return Value

    event queue

    + @@ -5191,6 +5200,9 @@

    Declaration

    Return Value

    events

    + @@ -5199,7 +5211,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFExtendedGeometryCollection.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFExtendedGeometryCollection.html index fa5814d9..890d7a03 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFExtendedGeometryCollection.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFExtendedGeometryCollection.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,6 +5045,9 @@

    SFExtendedGeometryCollection

    Extended Geometry Collection providing abstract geometry collection type support

    +
    @@ -5098,6 +5101,9 @@

    Parameters

    Return Value

    new extended geometry collection

    +
    @@ -5150,6 +5156,9 @@

    Parameters

    Return Value

    new extended geometry collection

    + @@ -5206,6 +5215,9 @@

    Parameters

    Return Value

    new extended geometry collection

    + @@ -5262,6 +5274,9 @@

    Parameters

    Return Value

    new extended geometry collection

    + @@ -5294,6 +5309,9 @@

    Declaration

    + @@ -5302,7 +5320,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFGFeature.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFGFeature.html index fad0c39b..e85c5d25 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFGFeature.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFGFeature.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    SFGFeature

    Feature

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5109,6 +5115,9 @@

    Declaration

    + @@ -5141,6 +5150,9 @@

    Declaration

    + @@ -5172,6 +5184,9 @@

    Declaration

    Return Value

    new feature

    + @@ -5222,6 +5237,9 @@

    Parameters

    Return Value

    new feature

    + @@ -5272,6 +5290,9 @@

    Parameters

    Return Value

    new feature

    + @@ -5308,6 +5329,9 @@

    Declaration

    Return Value

    new feature

    + @@ -5363,6 +5387,9 @@

    Parameters

    Return Value

    new feature

    + @@ -5418,6 +5445,9 @@

    Parameters

    Return Value

    new feature

    + @@ -5454,6 +5484,9 @@

    Declaration

    Return Value

    simple feature geometry

    + @@ -5490,6 +5523,9 @@

    Declaration

    Return Value

    geometry type

    + @@ -5498,7 +5534,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFGFeatureCollection.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFGFeatureCollection.html index ab6009f9..3dacdee6 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFGFeatureCollection.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFGFeatureCollection.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    SFGFeatureCollection

    Feature Collection

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5108,6 +5114,9 @@

    Declaration

    Return Value

    new feature collection

    + @@ -5158,6 +5167,9 @@

    Parameters

    Return Value

    new feature collection

    + @@ -5209,6 +5221,9 @@

    Parameters

    Return Value

    new feature collection

    + @@ -5259,6 +5274,9 @@

    Parameters

    Return Value

    new feature

    + @@ -5295,6 +5313,9 @@

    Declaration

    Return Value

    new feature collection

    + @@ -5350,6 +5371,9 @@

    Parameters

    Return Value

    new feature collection

    + @@ -5405,6 +5429,9 @@

    Parameters

    Return Value

    new feature collection

    + @@ -5460,6 +5487,9 @@

    Parameters

    Return Value

    new feature

    + @@ -5511,6 +5541,9 @@

    Parameters

    + @@ -5562,6 +5595,9 @@

    Parameters

    + @@ -5598,6 +5634,9 @@

    Declaration

    Return Value

    feature count

    + @@ -5653,6 +5692,9 @@

    Parameters

    Return Value

    feature

    + @@ -5689,6 +5731,9 @@

    Declaration

    Return Value

    geometry type

    + @@ -5725,6 +5770,9 @@

    Declaration

    Return Value

    properties

    + @@ -5733,7 +5781,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFGFeatureConverter.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFGFeatureConverter.html index 16bfc36a..e97dfed4 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFGFeatureConverter.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFGFeatureConverter.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    SFGFeatureConverter

    Feature Converter

    +
    @@ -5100,6 +5103,9 @@

    Parameters

    Return Value

    feature

    +
    @@ -5155,6 +5161,9 @@

    Parameters

    Return Value

    feature

    + @@ -5210,6 +5219,9 @@

    Parameters

    Return Value

    feature

    + @@ -5265,6 +5277,9 @@

    Parameters

    Return Value

    feature collection

    + @@ -5320,6 +5335,9 @@

    Parameters

    Return Value

    feature collection

    + @@ -5376,6 +5394,9 @@

    Parameters

    Return Value

    feature collection

    + @@ -5432,6 +5453,9 @@

    Parameters

    Return Value

    feature collection

    + @@ -5487,6 +5511,9 @@

    Parameters

    Return Value

    GeoJSON object

    + @@ -5542,6 +5569,9 @@

    Parameters

    Return Value

    GeoJSON object

    + @@ -5597,6 +5627,9 @@

    Parameters

    Return Value

    string value

    + @@ -5652,6 +5685,9 @@

    Parameters

    Return Value

    string value

    + @@ -5707,6 +5743,9 @@

    Parameters

    Return Value

    JSON string

    + @@ -5762,6 +5801,9 @@

    Parameters

    Return Value

    object map

    + @@ -5817,6 +5859,9 @@

    Parameters

    Return Value

    object map

    + @@ -5872,6 +5917,9 @@

    Parameters

    Return Value

    tree

    + @@ -5927,6 +5975,9 @@

    Parameters

    Return Value

    tree

    + @@ -5983,6 +6034,9 @@

    Parameters

    Return Value

    object map

    + @@ -6038,6 +6092,9 @@

    Parameters

    Return Value

    object map

    + @@ -6093,6 +6150,9 @@

    Parameters

    Return Value

    geometry

    + @@ -6148,6 +6208,9 @@

    Parameters

    Return Value

    geometry

    + @@ -6203,6 +6266,9 @@

    Parameters

    Return Value

    geometry

    + @@ -6258,6 +6324,9 @@

    Parameters

    Return Value

    point

    + @@ -6313,6 +6382,9 @@

    Parameters

    Return Value

    line string

    + @@ -6368,6 +6440,9 @@

    Parameters

    Return Value

    polygon

    + @@ -6423,6 +6498,9 @@

    Parameters

    Return Value

    multi point

    + @@ -6478,6 +6556,9 @@

    Parameters

    Return Value

    multi line string

    + @@ -6533,6 +6614,9 @@

    Parameters

    Return Value

    multi polygon

    + @@ -6588,6 +6672,9 @@

    Parameters

    Return Value

    geometry collection

    + @@ -6596,7 +6683,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFGGeoJSONObject.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFGGeoJSONObject.html index ca219ba7..43825b11 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFGGeoJSONObject.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFGGeoJSONObject.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    SFGGeoJSONObject

    GeoJSON Object

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5109,6 +5115,9 @@

    Declaration

    + @@ -5145,6 +5154,9 @@

    Declaration

    Return Value

    new object

    + @@ -5200,6 +5212,9 @@

    Parameters

    Return Value

    new object

    + @@ -5236,6 +5251,9 @@

    Declaration

    Return Value

    GeoJSON object type

    + @@ -5272,6 +5290,9 @@

    Declaration

    Return Value

    JSON tree

    + @@ -5323,6 +5344,9 @@

    Parameters

    + @@ -5359,6 +5383,9 @@

    Declaration

    Return Value

    JSON keys

    + @@ -5395,6 +5422,9 @@

    Declaration

    Return Value

    type

    + @@ -5403,7 +5433,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFGGeometry.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFGGeometry.html index 085b1f51..850aaff4 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFGGeometry.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFGGeometry.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    SFGGeometry

    Geometry

    +
    @@ -5081,6 +5084,9 @@

    Declaration

    Return Value

    new geometry

    +
    @@ -5136,6 +5142,9 @@

    Parameters

    Return Value

    new geometry

    + @@ -5191,6 +5200,9 @@

    Parameters

    Return Value

    new geometry

    + @@ -5227,6 +5239,9 @@

    Declaration

    Return Value

    geometry type

    + @@ -5263,6 +5278,9 @@

    Declaration

    Return Value

    simple geometry

    + @@ -5299,6 +5317,9 @@

    Declaration

    Return Value

    coordinates

    + @@ -5350,6 +5371,9 @@

    Parameters

    + @@ -5386,6 +5410,9 @@

    Declaration

    Return Value

    coordinates

    + @@ -5394,7 +5421,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFGGeometryCollection.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFGGeometryCollection.html index e1d7b259..6decf14a 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFGGeometryCollection.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFGGeometryCollection.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    SFGGeometryCollection

    Geometry Collection

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5108,6 +5114,9 @@

    Declaration

    Return Value

    new geometry collection

    + @@ -5159,6 +5168,9 @@

    Parameters

    Return Value

    new geometry collection

    + @@ -5210,6 +5222,9 @@

    Parameters

    Return Value

    new geometry collection

    + @@ -5261,6 +5276,9 @@

    Parameters

    Return Value

    new geometry collection

    + @@ -5311,6 +5329,9 @@

    Parameters

    Return Value

    new geometry collection

    + @@ -5347,6 +5368,9 @@

    Declaration

    Return Value

    new geometry collection

    + @@ -5402,6 +5426,9 @@

    Parameters

    Return Value

    new geometry collection

    + @@ -5457,6 +5484,9 @@

    Parameters

    Return Value

    new geometry collection

    + @@ -5513,6 +5543,9 @@

    Parameters

    Return Value

    new geometry collection

    + @@ -5568,6 +5601,9 @@

    Parameters

    Return Value

    new geometry collection

    + @@ -5604,6 +5640,9 @@

    Declaration

    Return Value

    geometry collection

    + @@ -5655,6 +5694,9 @@

    Parameters

    + @@ -5711,6 +5753,9 @@

    Parameters

    Return Value

    geometries

    + @@ -5767,6 +5812,9 @@

    Parameters

    Return Value

    geometry collection

    + @@ -5803,6 +5851,9 @@

    Declaration

    Return Value

    geometries

    + @@ -5811,7 +5862,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFGGeometryTypes.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFGGeometryTypes.html index 5a68009d..821417d2 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFGGeometryTypes.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFGGeometryTypes.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    SFGGeometryTypes

    Geometry Types

    +
    @@ -5081,6 +5084,9 @@

    Declaration

    Return Value

    type

    +
    @@ -5117,6 +5123,9 @@

    Declaration

    Return Value

    simple geometry type

    + @@ -5153,6 +5162,9 @@

    Declaration

    Return Value

    name

    + @@ -5208,6 +5220,9 @@

    Parameters

    Return Value

    geometry type

    + @@ -5263,6 +5278,9 @@

    Parameters

    Return Value

    geometry name

    + @@ -5318,6 +5336,9 @@

    Parameters

    Return Value

    geometry type

    + @@ -5326,7 +5347,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFGLineString.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFGLineString.html index 107b20cc..988fd309 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFGLineString.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFGLineString.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    SFGLineString

    Line String

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5108,6 +5114,9 @@

    Declaration

    Return Value

    new line string

    + @@ -5158,6 +5167,9 @@

    Parameters

    Return Value

    new line string

    + @@ -5208,6 +5220,9 @@

    Parameters

    Return Value

    new line string

    + @@ -5258,6 +5273,9 @@

    Parameters

    Return Value

    new line string

    + @@ -5308,6 +5326,9 @@

    Parameters

    Return Value

    new line string

    + @@ -5344,6 +5365,9 @@

    Declaration

    Return Value

    new line string

    + @@ -5399,6 +5423,9 @@

    Parameters

    Return Value

    new line string

    + @@ -5454,6 +5481,9 @@

    Parameters

    Return Value

    new line string

    + @@ -5509,6 +5539,9 @@

    Parameters

    Return Value

    new line string

    + @@ -5564,6 +5597,9 @@

    Parameters

    Return Value

    new line string

    + @@ -5600,6 +5636,9 @@

    Declaration

    Return Value

    line string

    + @@ -5651,6 +5690,9 @@

    Parameters

    + @@ -5659,7 +5701,7 @@

    Parameters

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFGMultiLineString.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFGMultiLineString.html index c42ce4a9..7f60e35a 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFGMultiLineString.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFGMultiLineString.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    SFGMultiLineString

    Multi Line String

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5108,6 +5114,9 @@

    Declaration

    Return Value

    new multi line string

    + @@ -5158,6 +5167,9 @@

    Parameters

    Return Value

    new multi line string

    + @@ -5209,6 +5221,9 @@

    Parameters

    Return Value

    new multi line string

    + @@ -5260,6 +5275,9 @@

    Parameters

    Return Value

    new multi line string

    + @@ -5310,6 +5328,9 @@

    Parameters

    Return Value

    new multi line string

    + @@ -5346,6 +5367,9 @@

    Declaration

    Return Value

    new multi line string

    + @@ -5401,6 +5425,9 @@

    Parameters

    Return Value

    new multi line string

    + @@ -5456,6 +5483,9 @@

    Parameters

    Return Value

    new multi line string

    + @@ -5511,6 +5541,9 @@

    Parameters

    Return Value

    new multi line string

    + @@ -5566,6 +5599,9 @@

    Parameters

    Return Value

    new multi line string

    + @@ -5602,6 +5638,9 @@

    Declaration

    Return Value

    multi line string

    + @@ -5653,6 +5692,9 @@

    Parameters

    + @@ -5661,7 +5703,7 @@

    Parameters

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFGMultiPoint.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFGMultiPoint.html index 445856a5..d35256dd 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFGMultiPoint.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFGMultiPoint.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    SFGMultiPoint

    Multi Point

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5108,6 +5114,9 @@

    Declaration

    Return Value

    new multi point

    + @@ -5158,6 +5167,9 @@

    Parameters

    Return Value

    new multi point

    + @@ -5208,6 +5220,9 @@

    Parameters

    Return Value

    new multi point

    + @@ -5258,6 +5273,9 @@

    Parameters

    Return Value

    new multi point

    + @@ -5308,6 +5326,9 @@

    Parameters

    Return Value

    new multi point

    + @@ -5344,6 +5365,9 @@

    Declaration

    Return Value

    new multi point

    + @@ -5399,6 +5423,9 @@

    Parameters

    Return Value

    new multi point

    + @@ -5454,6 +5481,9 @@

    Parameters

    Return Value

    new multi point

    + @@ -5509,6 +5539,9 @@

    Parameters

    Return Value

    new multi point

    + @@ -5564,6 +5597,9 @@

    Parameters

    Return Value

    new multi point

    + @@ -5600,6 +5636,9 @@

    Declaration

    Return Value

    multi point

    + @@ -5651,6 +5690,9 @@

    Parameters

    + @@ -5659,7 +5701,7 @@

    Parameters

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFGMultiPolygon.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFGMultiPolygon.html index ee579083..3bb94331 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFGMultiPolygon.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFGMultiPolygon.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    SFGMultiPolygon

    Multi Polygon

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5108,6 +5114,9 @@

    Declaration

    Return Value

    new multi polygon

    + @@ -5158,6 +5167,9 @@

    Parameters

    Return Value

    new multi polygon

    + @@ -5208,6 +5220,9 @@

    Parameters

    Return Value

    new multi polygon

    + @@ -5259,6 +5274,9 @@

    Parameters

    Return Value

    new multi polygon

    + @@ -5309,6 +5327,9 @@

    Parameters

    Return Value

    new multi polygon

    + @@ -5345,6 +5366,9 @@

    Declaration

    Return Value

    new multi polygon

    + @@ -5400,6 +5424,9 @@

    Parameters

    Return Value

    new multi polygon

    + @@ -5455,6 +5482,9 @@

    Parameters

    Return Value

    new multi polygon

    + @@ -5510,6 +5540,9 @@

    Parameters

    Return Value

    new multi polygon

    + @@ -5565,6 +5598,9 @@

    Parameters

    Return Value

    new multi polygon

    + @@ -5601,6 +5637,9 @@

    Declaration

    Return Value

    multi polygon

    + @@ -5652,6 +5691,9 @@

    Parameters

    + @@ -5660,7 +5702,7 @@

    Parameters

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFGOrderedDictionary.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFGOrderedDictionary.html index b8890862..974d2b22 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFGOrderedDictionary.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFGOrderedDictionary.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5072,6 +5072,9 @@

    SFGOrderedDictionary

    Undocumented

    +
    @@ -5100,6 +5103,9 @@

    Declaration

    + @@ -5127,6 +5133,9 @@

    Declaration

    + @@ -5159,6 +5168,9 @@

    Declaration

    + @@ -5191,6 +5203,9 @@

    Declaration

    + @@ -5223,6 +5238,9 @@

    Declaration

    + @@ -5255,6 +5273,9 @@

    Declaration

    + @@ -5287,6 +5308,9 @@

    Declaration

    + @@ -5319,6 +5343,9 @@

    Declaration

    + @@ -5351,6 +5378,9 @@

    Declaration

    + @@ -5383,6 +5413,9 @@

    Declaration

    + @@ -5415,6 +5448,9 @@

    Declaration

    + @@ -5447,6 +5483,9 @@

    Declaration

    + @@ -5479,6 +5518,9 @@

    Declaration

    + @@ -5511,6 +5553,9 @@

    Declaration

    + @@ -5543,6 +5588,9 @@

    Declaration

    + @@ -5575,6 +5623,9 @@

    Declaration

    + @@ -5607,6 +5658,9 @@

    Declaration

    + @@ -5615,7 +5669,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFGPoint.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFGPoint.html index 94f3cbe4..3a2b2180 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFGPoint.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFGPoint.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    SFGPoint

    Point

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5108,6 +5114,9 @@

    Declaration

    Return Value

    new point

    + @@ -5158,6 +5167,9 @@

    Parameters

    Return Value

    new point

    + @@ -5208,6 +5220,9 @@

    Parameters

    Return Value

    new point

    + @@ -5258,6 +5273,9 @@

    Parameters

    Return Value

    new point

    + @@ -5308,6 +5326,9 @@

    Parameters

    Return Value

    new point

    + @@ -5344,6 +5365,9 @@

    Declaration

    Return Value

    new point

    + @@ -5399,6 +5423,9 @@

    Parameters

    Return Value

    new point

    + @@ -5454,6 +5481,9 @@

    Parameters

    Return Value

    new point

    + @@ -5509,6 +5539,9 @@

    Parameters

    Return Value

    new point

    + @@ -5564,6 +5597,9 @@

    Parameters

    Return Value

    new point

    + @@ -5600,6 +5636,9 @@

    Declaration

    Return Value

    simple point

    + @@ -5608,7 +5647,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFGPolygon.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFGPolygon.html index c9e8a72f..a49142f1 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFGPolygon.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFGPolygon.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    SFGPolygon

    Polygon

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5108,6 +5114,9 @@

    Declaration

    Return Value

    new polygon

    + @@ -5158,6 +5167,9 @@

    Parameters

    Return Value

    new polygon

    + @@ -5208,6 +5220,9 @@

    Parameters

    Return Value

    new polygon

    + @@ -5258,6 +5273,9 @@

    Parameters

    Return Value

    new polygon

    + @@ -5308,6 +5326,9 @@

    Parameters

    Return Value

    new polygon

    + @@ -5344,6 +5365,9 @@

    Declaration

    Return Value

    new polygon

    + @@ -5399,6 +5423,9 @@

    Parameters

    Return Value

    new polygon

    + @@ -5454,6 +5481,9 @@

    Parameters

    Return Value

    new polygon

    + @@ -5509,6 +5539,9 @@

    Parameters

    Return Value

    new polygon

    + @@ -5564,6 +5597,9 @@

    Parameters

    Return Value

    new polygon

    + @@ -5600,6 +5636,9 @@

    Declaration

    Return Value

    polygon

    + @@ -5651,6 +5690,9 @@

    Parameters

    + @@ -5659,7 +5701,7 @@

    Parameters

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFGPosition.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFGPosition.html index 19b05c18..8dd9aa3a 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFGPosition.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFGPosition.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    SFGPosition

    Position

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5127,6 +5133,9 @@

    Parameters

    Return Value

    new position

    + @@ -5190,6 +5199,9 @@

    Parameters

    Return Value

    new position

    + @@ -5253,6 +5265,9 @@

    Parameters

    Return Value

    new position

    + @@ -5329,6 +5344,9 @@

    Parameters

    Return Value

    new position

    + @@ -5405,6 +5423,9 @@

    Parameters

    Return Value

    new position

    + @@ -5494,6 +5515,9 @@

    Parameters

    Return Value

    new position

    + @@ -5583,6 +5607,9 @@

    Parameters

    Return Value

    new position

    + @@ -5673,6 +5700,9 @@

    Parameters

    Return Value

    new position

    + @@ -5763,6 +5793,9 @@

    Parameters

    Return Value

    new position

    + @@ -5813,6 +5846,9 @@

    Parameters

    Return Value

    new position

    + @@ -5868,6 +5904,9 @@

    Parameters

    Return Value

    new position

    + @@ -5936,6 +5975,9 @@

    Parameters

    Return Value

    new position

    + @@ -6004,6 +6046,9 @@

    Parameters

    Return Value

    new position

    + @@ -6085,6 +6130,9 @@

    Parameters

    Return Value

    new position

    + @@ -6166,6 +6214,9 @@

    Parameters

    Return Value

    new position

    + @@ -6260,6 +6311,9 @@

    Parameters

    Return Value

    new position

    + @@ -6354,6 +6408,9 @@

    Parameters

    Return Value

    new position

    + @@ -6449,6 +6506,9 @@

    Parameters

    Return Value

    new position

    + @@ -6544,6 +6604,9 @@

    Parameters

    Return Value

    new position

    + @@ -6599,6 +6662,9 @@

    Parameters

    Return Value

    new position

    + @@ -6635,6 +6701,9 @@

    Declaration

    Return Value

    true if additional elements

    + @@ -6671,6 +6740,9 @@

    Declaration

    Return Value

    additional elements

    + @@ -6707,6 +6779,9 @@

    Declaration

    Return Value

    x

    + @@ -6743,6 +6818,9 @@

    Declaration

    Return Value

    y

    + @@ -6779,6 +6857,9 @@

    Declaration

    Return Value

    z

    + @@ -6815,6 +6896,9 @@

    Declaration

    Return Value

    m

    + @@ -6851,6 +6935,9 @@

    Declaration

    Return Value

    true if has z value

    + @@ -6887,6 +6974,9 @@

    Declaration

    Return Value

    true if has m value

    + @@ -6923,6 +7013,9 @@

    Declaration

    Return Value

    simple point

    + @@ -6931,7 +7024,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFGeometry.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFGeometry.html index 6e2ab14c..e65723cb 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFGeometry.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFGeometry.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    SFGeometry

    The root of the geometry type hierarchy

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5109,6 +5115,9 @@

    Declaration

    + @@ -5141,6 +5150,9 @@

    Declaration

    + @@ -5222,6 +5234,9 @@

    Parameters

    Return Value

    new geometry

    + @@ -5258,6 +5273,9 @@

    Declaration

    Return Value

    true if has z coordinates

    + @@ -5294,6 +5312,9 @@

    Declaration

    Return Value

    true if has m coordinates

    + @@ -5330,6 +5351,9 @@

    Declaration

    Return Value

    geometry envelope

    + @@ -5381,6 +5405,9 @@

    Parameters

    + @@ -5417,6 +5444,9 @@

    Declaration

    Return Value

    dimension

    + @@ -5456,6 +5486,9 @@

    Declaration

    Return Value

    centroid point

    + @@ -5495,6 +5528,9 @@

    Declaration

    Return Value

    centroid point

    + @@ -5531,6 +5567,9 @@

    Declaration

    Return Value

    true if empty

    + @@ -5568,6 +5607,9 @@

    Declaration

    Return Value

    true if simple

    + @@ -5619,6 +5661,9 @@

    Parameters

    + @@ -5627,7 +5672,7 @@

    Parameters

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFGeometryCollection.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFGeometryCollection.html index 72a45840..cbfd7bca 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFGeometryCollection.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFGeometryCollection.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    SFGeometryCollection

    A collection of zero or more Geometry instances.

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5108,6 +5114,9 @@

    Declaration

    Return Value

    new geometry collection

    + @@ -5171,6 +5180,9 @@

    Parameters

    Return Value

    new geometry collection

    + @@ -5222,6 +5234,9 @@

    Parameters

    Return Value

    new geometry collection

    + @@ -5272,6 +5287,9 @@

    Parameters

    Return Value

    new geometry collection

    + @@ -5323,6 +5341,9 @@

    Parameters

    Return Value

    new geometry collection

    + @@ -5359,6 +5380,9 @@

    Declaration

    Return Value

    new geometry collection

    + @@ -5426,6 +5450,9 @@

    Parameters

    Return Value

    new geometry collection

    + @@ -5481,6 +5508,9 @@

    Parameters

    Return Value

    new geometry collection

    + @@ -5536,6 +5566,9 @@

    Parameters

    Return Value

    new geometry collection

    + @@ -5617,6 +5650,9 @@

    Parameters

    Return Value

    new geometry collection

    + @@ -5673,6 +5709,9 @@

    Parameters

    Return Value

    new geometry collection

    + @@ -5724,6 +5763,9 @@

    Parameters

    + @@ -5775,6 +5817,9 @@

    Parameters

    + @@ -5811,6 +5856,9 @@

    Declaration

    Return Value

    geometry count

    + @@ -5866,6 +5914,9 @@

    Parameters

    Return Value

    geometry

    + @@ -5908,6 +5959,9 @@

    Return Value

    MULTISURFACE, GEOMETRYCOLLECTION

    + @@ -5945,6 +5999,9 @@

    Declaration

    Return Value

    true if a multi point or contains only points

    + @@ -5982,6 +6039,9 @@

    Declaration

    Return Value

    multi point

    + @@ -6019,6 +6079,9 @@

    Declaration

    Return Value

    true if a multi line string or contains only line strings

    + @@ -6056,6 +6119,9 @@

    Declaration

    Return Value

    multi line string

    + @@ -6093,6 +6159,9 @@

    Declaration

    Return Value

    true if a multi polygon or contains only polygons

    + @@ -6130,6 +6199,9 @@

    Declaration

    Return Value

    multi polygon

    + @@ -6167,6 +6239,9 @@

    Declaration

    Return Value

    true if contains only curves

    + @@ -6203,6 +6278,9 @@

    Declaration

    Return Value

    multi curve

    + @@ -6240,6 +6318,9 @@

    Declaration

    Return Value

    true if contains only surfaces

    + @@ -6276,6 +6357,9 @@

    Declaration

    Return Value

    multi surface

    + @@ -6312,6 +6396,9 @@

    Declaration

    Return Value

    geometry collection

    + @@ -6320,7 +6407,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFGeometryEnvelope.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFGeometryEnvelope.html index afb665bf..74c83f3a 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFGeometryEnvelope.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFGeometryEnvelope.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    SFGeometryEnvelope

    Geometry envelope containing x and y range with optional z and m range

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5109,6 +5115,9 @@

    Declaration

    + @@ -5141,6 +5150,9 @@

    Declaration

    + @@ -5173,6 +5185,9 @@

    Declaration

    + @@ -5205,6 +5220,9 @@

    Declaration

    + @@ -5237,6 +5255,9 @@

    Declaration

    + @@ -5269,6 +5290,9 @@

    Declaration

    + @@ -5301,6 +5325,9 @@

    Declaration

    + @@ -5333,6 +5360,9 @@

    Declaration

    + @@ -5365,6 +5395,9 @@

    Declaration

    + @@ -5396,6 +5429,9 @@

    Declaration

    Return Value

    new geometry envelope

    + @@ -5458,6 +5494,9 @@

    Parameters

    Return Value

    new geometry envelope

    + @@ -5547,6 +5586,9 @@

    Parameters

    Return Value

    new geometry envelope

    + @@ -5636,6 +5678,9 @@

    Parameters

    Return Value

    new geometry envelope

    + @@ -5751,6 +5796,9 @@

    Parameters

    Return Value

    new geometry envelope

    + @@ -5866,6 +5914,9 @@

    Parameters

    Return Value

    new geometry envelope

    + @@ -6007,6 +6058,9 @@

    Parameters

    Return Value

    new geometry envelope

    + @@ -6148,6 +6202,9 @@

    Parameters

    Return Value

    new geometry envelope

    + @@ -6199,6 +6256,9 @@

    Parameters

    Return Value

    new geometry envelope

    + @@ -6235,6 +6295,9 @@

    Declaration

    Return Value

    new geometry envelope

    + @@ -6302,6 +6365,9 @@

    Parameters

    Return Value

    new geometry envelope

    + @@ -6396,6 +6462,9 @@

    Parameters

    Return Value

    new geometry envelope

    + @@ -6490,6 +6559,9 @@

    Parameters

    Return Value

    new geometry envelope

    + @@ -6610,6 +6682,9 @@

    Parameters

    Return Value

    new geometry envelope

    + @@ -6730,6 +6805,9 @@

    Parameters

    Return Value

    new geometry envelope

    + @@ -6876,6 +6954,9 @@

    Parameters

    Return Value

    new geometry envelope

    + @@ -7022,6 +7103,9 @@

    Parameters

    Return Value

    new geometry envelope

    + @@ -7077,6 +7161,9 @@

    Parameters

    Return Value

    new geometry envelope

    + @@ -7128,6 +7215,9 @@

    Parameters

    + @@ -7179,6 +7269,9 @@

    Parameters

    + @@ -7230,6 +7323,9 @@

    Parameters

    + @@ -7281,6 +7377,9 @@

    Parameters

    + @@ -7332,6 +7431,9 @@

    Parameters

    + @@ -7383,6 +7485,9 @@

    Parameters

    + @@ -7434,6 +7539,9 @@

    Parameters

    + @@ -7485,6 +7593,9 @@

    Parameters

    + @@ -7521,6 +7632,9 @@

    Declaration

    Return Value

    has z

    + @@ -7557,6 +7671,9 @@

    Declaration

    Return Value

    has m

    + @@ -7593,6 +7710,9 @@

    Declaration

    Return Value

    x range

    + @@ -7629,6 +7749,9 @@

    Declaration

    Return Value

    y range

    + @@ -7665,6 +7788,9 @@

    Declaration

    Return Value

    z range

    + @@ -7701,6 +7827,9 @@

    Declaration

    Return Value

    m range

    + @@ -7737,6 +7866,9 @@

    Declaration

    Return Value

    true if a single point bounds

    + @@ -7773,6 +7905,9 @@

    Declaration

    Return Value

    top left point

    + @@ -7809,6 +7944,9 @@

    Declaration

    Return Value

    bottom left point

    + @@ -7845,6 +7983,9 @@

    Declaration

    Return Value

    bottom right point

    + @@ -7881,6 +8022,9 @@

    Declaration

    Return Value

    top right point

    + @@ -7917,6 +8061,9 @@

    Declaration

    Return Value

    left line

    + @@ -7953,6 +8100,9 @@

    Declaration

    Return Value

    bottom line

    + @@ -7989,6 +8139,9 @@

    Declaration

    Return Value

    right line

    + @@ -8025,6 +8178,9 @@

    Declaration

    Return Value

    top line

    + @@ -8061,6 +8217,9 @@

    Declaration

    Return Value

    mid x

    + @@ -8097,6 +8256,9 @@

    Declaration

    Return Value

    mid y

    + @@ -8133,6 +8295,9 @@

    Declaration

    Return Value

    centroid point

    + @@ -8169,6 +8334,9 @@

    Declaration

    Return Value

    true if empty

    + @@ -8224,6 +8392,9 @@

    Parameters

    Return Value

    true if intersects

    + @@ -8292,6 +8463,9 @@

    Parameters

    Return Value

    true if intersects

    + @@ -8347,6 +8521,9 @@

    Parameters

    Return Value

    geometry envelope

    + @@ -8415,6 +8592,9 @@

    Parameters

    Return Value

    geometry envelope

    + @@ -8470,6 +8650,9 @@

    Parameters

    Return Value

    geometry envelope

    + @@ -8525,6 +8708,9 @@

    Parameters

    Return Value

    true if contains

    + @@ -8592,6 +8778,9 @@

    Parameters

    Return Value

    true if contains

    + @@ -8659,6 +8848,9 @@

    Parameters

    Return Value

    true if contains

    + @@ -8738,6 +8930,9 @@

    Parameters

    Return Value

    true if contains

    + @@ -8793,6 +8988,9 @@

    Parameters

    Return Value

    true if contains

    + @@ -8861,6 +9059,9 @@

    Parameters

    Return Value

    true if contains

    + @@ -8897,6 +9098,9 @@

    Declaration

    Return Value

    geometry, polygon or point

    + @@ -8905,7 +9109,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFGeometryEnvelopeBuilder.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFGeometryEnvelopeBuilder.html index d018edb6..74732533 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFGeometryEnvelopeBuilder.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFGeometryEnvelopeBuilder.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    SFGeometryEnvelopeBuilder

    Builds an envelope from a Geometry

    +
    @@ -5100,6 +5103,9 @@

    Parameters

    Return Value

    geometry envelope

    +
    @@ -5164,6 +5170,9 @@

    Parameters

    + @@ -5219,6 +5228,9 @@

    Parameters

    Return Value

    geometry, polygon or point

    + @@ -5227,7 +5239,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFGeometryPrinter.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFGeometryPrinter.html index 0a76b094..d387f737 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFGeometryPrinter.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFGeometryPrinter.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    SFGeometryPrinter

    String representation of a Geometry

    +
    @@ -5100,6 +5103,9 @@

    Parameters

    Return Value

    geometry string

    +
    @@ -5108,7 +5114,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFGeometryTypes.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFGeometryTypes.html index 9a807bf0..fa42ffd2 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFGeometryTypes.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFGeometryTypes.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5064,6 +5064,9 @@

    SFGeometryTypes

    Undocumented

    +
    @@ -5120,6 +5123,9 @@

    Parameters

    Return Value

    geometry type name

    +
    @@ -5175,6 +5181,9 @@

    Parameters

    Return Value

    geometry type

    + @@ -5183,7 +5192,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFGeometryUtils.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFGeometryUtils.html index 2211b3c5..e2b9518b 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFGeometryUtils.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFGeometryUtils.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    SFGeometryUtils

    Utilities for Geometry objects

    +
    @@ -5101,6 +5104,9 @@

    Parameters

    Return Value

    dimension (0, 1, or 2)

    +
    @@ -5168,6 +5174,9 @@

    Parameters

    Return Value

    distance

    + @@ -5223,6 +5232,9 @@

    Parameters

    Return Value

    distance

    + @@ -5290,6 +5302,9 @@

    Parameters

    Return Value

    bearing angle in degrees between 0 and 360

    + @@ -5346,6 +5361,9 @@

    Return Value

    bearing angle in degrees between 0 inclusively and 360 exclusively

    + @@ -5401,6 +5419,9 @@

    Parameters

    Return Value

    true if north bearing

    + @@ -5456,6 +5477,9 @@

    Parameters

    Return Value

    true if east bearing

    + @@ -5511,6 +5535,9 @@

    Parameters

    Return Value

    true if south bearing

    + @@ -5566,6 +5593,9 @@

    Parameters

    Return Value

    true if west bearing

    + @@ -5621,6 +5651,9 @@

    Parameters

    Return Value

    radians

    + @@ -5676,6 +5709,9 @@

    Parameters

    Return Value

    degrees

    + @@ -5734,6 +5770,9 @@

    Parameters

    Return Value

    centroid point

    + @@ -5792,6 +5831,9 @@

    Parameters

    Return Value

    centroid point

    + @@ -5845,6 +5887,9 @@

    Parameters

    + @@ -5898,6 +5943,9 @@

    Parameters

    + @@ -5972,6 +6020,9 @@

    Parameters

    + @@ -6025,6 +6076,9 @@

    Parameters

    + @@ -6078,6 +6132,9 @@

    Parameters

    + @@ -6151,6 +6208,9 @@

    Parameters

    + @@ -6221,6 +6281,9 @@

    Parameters

    Return Value

    simplified points

    + @@ -6303,6 +6366,9 @@

    Parameters

    Return Value

    distance in meters

    + @@ -6370,6 +6436,9 @@

    Parameters

    Return Value

    true if in the polygon

    + @@ -6451,6 +6520,9 @@

    Parameters

    Return Value

    true if in the polygon

    + @@ -6518,6 +6590,9 @@

    Parameters

    Return Value

    true if in the polygon

    + @@ -6599,6 +6674,9 @@

    Parameters

    Return Value

    true if in the polygon

    + @@ -6666,6 +6744,9 @@

    Parameters

    Return Value

    true if in the polygon

    + @@ -6747,6 +6828,9 @@

    Parameters

    Return Value

    true if in the polygon

    + @@ -6814,6 +6898,9 @@

    Parameters

    Return Value

    true if on the polygon edge

    + @@ -6895,6 +6982,9 @@

    Parameters

    Return Value

    true if on the polygon edge

    + @@ -6962,6 +7052,9 @@

    Parameters

    Return Value

    true if on the polygon edge

    + @@ -7043,6 +7136,9 @@

    Parameters

    Return Value

    true if on the polygon edge

    + @@ -7110,6 +7206,9 @@

    Parameters

    Return Value

    true if on the polygon edge

    + @@ -7191,6 +7290,9 @@

    Parameters

    Return Value

    true if on the polygon edge

    + @@ -7247,6 +7349,9 @@

    Parameters

    Return Value

    true if the first and last points are the same

    + @@ -7303,6 +7408,9 @@

    Parameters

    Return Value

    true if the first and last points are the same

    + @@ -7359,6 +7467,9 @@

    Parameters

    Return Value

    true if the first and last points are the same

    + @@ -7426,6 +7537,9 @@

    Parameters

    Return Value

    true if on the line

    + @@ -7507,6 +7621,9 @@

    Parameters

    Return Value

    true if on the line

    + @@ -7574,6 +7691,9 @@

    Parameters

    Return Value

    true if on the line

    + @@ -7655,6 +7775,9 @@

    Parameters

    Return Value

    true if on the line

    + @@ -7736,6 +7859,9 @@

    Parameters

    Return Value

    true if on the path

    + @@ -7830,6 +7956,9 @@

    Parameters

    Return Value

    true if on the path

    + @@ -7897,6 +8026,9 @@

    Parameters

    Return Value

    intersection point or null if no intersection

    + @@ -7991,6 +8123,9 @@

    Parameters

    Return Value

    intersection point or null if no intersection

    + @@ -8046,6 +8181,9 @@

    Parameters

    Return Value

    geometry in meters

    + @@ -8101,6 +8239,9 @@

    Parameters

    Return Value

    point in meters

    + @@ -8168,6 +8309,9 @@

    Parameters

    Return Value

    point in meters

    + @@ -8223,6 +8367,9 @@

    Parameters

    Return Value

    multi point in meters

    + @@ -8278,6 +8425,9 @@

    Parameters

    Return Value

    line string in meters

    + @@ -8333,6 +8483,9 @@

    Parameters

    Return Value

    line in meters

    + @@ -8389,6 +8542,9 @@

    Parameters

    Return Value

    multi line string in meters

    + @@ -8444,6 +8600,9 @@

    Parameters

    Return Value

    polygon in meters

    + @@ -8500,6 +8659,9 @@

    Parameters

    Return Value

    multi polygon in meters

    + @@ -8556,6 +8718,9 @@

    Parameters

    Return Value

    circular string in meters

    + @@ -8612,6 +8777,9 @@

    Parameters

    Return Value

    compound curve in meters

    + @@ -8668,6 +8836,9 @@

    Parameters

    Return Value

    curve polygon in meters

    + @@ -8724,6 +8895,9 @@

    Parameters

    Return Value

    polyhedral surface in meters

    + @@ -8779,6 +8953,9 @@

    Parameters

    Return Value

    TIN in meters

    + @@ -8834,6 +9011,9 @@

    Parameters

    Return Value

    triangle in meters

    + @@ -8889,6 +9069,9 @@

    Parameters

    Return Value

    geometry in degrees

    + @@ -8944,6 +9127,9 @@

    Parameters

    Return Value

    point in degrees

    + @@ -9011,6 +9197,9 @@

    Parameters

    Return Value

    point in degrees

    + @@ -9066,6 +9255,9 @@

    Parameters

    Return Value

    multi point in degrees

    + @@ -9121,6 +9313,9 @@

    Parameters

    Return Value

    line string in degrees

    + @@ -9176,6 +9371,9 @@

    Parameters

    Return Value

    line in degrees

    + @@ -9232,6 +9430,9 @@

    Parameters

    Return Value

    multi line string in degrees

    + @@ -9287,6 +9488,9 @@

    Parameters

    Return Value

    polygon in degrees

    + @@ -9343,6 +9547,9 @@

    Parameters

    Return Value

    multi polygon in degrees

    + @@ -9399,6 +9606,9 @@

    Parameters

    Return Value

    circular string in degrees

    + @@ -9455,6 +9665,9 @@

    Parameters

    Return Value

    compound curve in degrees

    + @@ -9511,6 +9724,9 @@

    Parameters

    Return Value

    curve polygon in degrees

    + @@ -9567,6 +9783,9 @@

    Parameters

    Return Value

    polyhedral surface in degrees

    + @@ -9622,6 +9841,9 @@

    Parameters

    Return Value

    TIN in degrees

    + @@ -9677,6 +9899,9 @@

    Parameters

    Return Value

    triangle in degrees

    + @@ -9713,6 +9938,9 @@

    Declaration

    Return Value

    geometry envelope

    + @@ -9750,6 +9978,9 @@

    Declaration

    Return Value

    geometry envelope

    + @@ -9786,6 +10017,9 @@

    Declaration

    Return Value

    geometry envelope

    + @@ -9822,6 +10056,9 @@

    Declaration

    Return Value

    geometry envelope

    + @@ -9879,6 +10116,9 @@

    Parameters

    Return Value

    cropped geometry in meters or null

    + @@ -9949,6 +10189,9 @@

    Parameters

    Return Value

    cropped geometry in meters or null

    + @@ -10017,6 +10260,9 @@

    Parameters

    Return Value

    cropped point or null

    + @@ -10087,6 +10333,9 @@

    Parameters

    Return Value

    cropped points in meters or null

    + @@ -10155,6 +10404,9 @@

    Parameters

    Return Value

    cropped multi point or null

    + @@ -10225,6 +10477,9 @@

    Parameters

    Return Value

    cropped line string in meters or null

    + @@ -10294,6 +10549,9 @@

    Parameters

    Return Value

    cropped line in meters or null

    + @@ -10364,6 +10622,9 @@

    Parameters

    Return Value

    cropped multi line string in meters or null

    + @@ -10434,6 +10695,9 @@

    Parameters

    Return Value

    cropped polygon in meters or null

    + @@ -10504,6 +10768,9 @@

    Parameters

    Return Value

    cropped multi polygon in meters or null

    + @@ -10574,6 +10841,9 @@

    Parameters

    Return Value

    cropped circular string in meters or null

    + @@ -10644,6 +10914,9 @@

    Parameters

    Return Value

    cropped compound curve in meters or null

    + @@ -10714,6 +10987,9 @@

    Parameters

    Return Value

    cropped curve polygon in meters or null

    + @@ -10785,6 +11061,9 @@

    Parameters

    Return Value

    cropped polyhedral surface in meters or null

    + @@ -10854,6 +11133,9 @@

    Parameters

    Return Value

    cropped TIN in meters or null

    + @@ -10924,6 +11206,9 @@

    Parameters

    Return Value

    cropped triangle in meters or null

    + @@ -10992,6 +11277,9 @@

    Parameters

    Return Value

    true if equal

    + @@ -11074,6 +11362,9 @@

    Parameters

    Return Value

    true if equal

    + @@ -11144,6 +11435,9 @@

    Parameters

    Return Value

    true if contains

    + @@ -11214,6 +11508,9 @@

    Parameters

    Return Value

    true if contains

    + @@ -11269,6 +11566,9 @@

    Parameters

    + @@ -11325,6 +11625,9 @@

    Parameters

    + @@ -11379,6 +11682,9 @@

    Parameters

    + @@ -11435,6 +11741,9 @@

    Parameters

    + @@ -11503,6 +11812,9 @@

    Parameters

    + @@ -11558,6 +11870,9 @@

    Parameters

    Return Value

    true if has z

    + @@ -11613,6 +11928,9 @@

    Parameters

    Return Value

    true if has m

    + @@ -11671,6 +11989,9 @@

    Parameters

    Return Value

    list of increasing parent types

    + @@ -11727,6 +12048,9 @@

    Return Value

    parent geometry type or null if argument is GEOMETRY (no parent type)

    + @@ -11783,6 +12107,9 @@

    Parameters

    Return Value

    child type hierarchy, null if no children

    + @@ -11838,6 +12165,9 @@

    Parameters

    Return Value

    child geometry types, empty list if no child types

    + @@ -11893,6 +12223,9 @@

    Parameters

    Return Value

    encoded dta

    + @@ -11948,6 +12281,9 @@

    Parameters

    Return Value

    geometry

    + @@ -11956,7 +12292,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFLine.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFLine.html index b76b7cd1..26d2b333 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFLine.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFLine.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    SFLine

    A LineString with exactly 2 Points.

    +
    @@ -5076,6 +5079,9 @@

    Declaration

    Return Value

    new line

    +
    @@ -5138,6 +5144,9 @@

    Parameters

    Return Value

    new line

    + @@ -5188,6 +5197,9 @@

    Parameters

    Return Value

    new line

    + @@ -5250,6 +5262,9 @@

    Parameters

    Return Value

    new line

    + @@ -5300,6 +5315,9 @@

    Parameters

    Return Value

    new line

    + @@ -5336,6 +5354,9 @@

    Declaration

    Return Value

    new line

    + @@ -5403,6 +5424,9 @@

    Parameters

    Return Value

    new line

    + @@ -5458,6 +5482,9 @@

    Parameters

    Return Value

    new line

    + @@ -5525,6 +5552,9 @@

    Parameters

    Return Value

    new line

    + @@ -5580,6 +5610,9 @@

    Parameters

    Return Value

    new line

    + @@ -5588,7 +5621,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFLineString.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFLineString.html index f6ff16b0..27caa645 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFLineString.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFLineString.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    SFLineString

    A Curve that connects two or more points in space.

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5108,6 +5114,9 @@

    Declaration

    Return Value

    new line string

    + @@ -5170,6 +5179,9 @@

    Parameters

    Return Value

    new line string

    + @@ -5220,6 +5232,9 @@

    Parameters

    Return Value

    new line string

    + @@ -5270,6 +5285,9 @@

    Parameters

    Return Value

    new line string

    + @@ -5306,6 +5324,9 @@

    Declaration

    Return Value

    new line string

    + @@ -5373,6 +5394,9 @@

    Parameters

    Return Value

    new line string

    + @@ -5428,6 +5452,9 @@

    Parameters

    Return Value

    new line string

    + @@ -5509,6 +5536,9 @@

    Parameters

    Return Value

    new line string

    + @@ -5564,6 +5594,9 @@

    Parameters

    Return Value

    new line string

    + @@ -5615,6 +5648,9 @@

    Parameters

    + @@ -5666,6 +5702,9 @@

    Parameters

    + @@ -5702,6 +5741,9 @@

    Declaration

    Return Value

    point count

    + @@ -5757,6 +5799,9 @@

    Parameters

    Return Value

    point

    + @@ -5765,7 +5810,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFLinearRing.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFLinearRing.html index ea64f037..03c26248 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFLinearRing.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFLinearRing.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    SFLinearRing

    A LineString that is both closed and simple.

    +
    @@ -5076,6 +5079,9 @@

    Declaration

    Return Value

    new linear ring

    +
    @@ -5138,6 +5144,9 @@

    Parameters

    Return Value

    new linear ring

    + @@ -5188,6 +5197,9 @@

    Parameters

    Return Value

    new linear ring

    + @@ -5238,6 +5250,9 @@

    Parameters

    Return Value

    new linear ring

    + @@ -5274,6 +5289,9 @@

    Declaration

    Return Value

    new linear ring

    + @@ -5341,6 +5359,9 @@

    Parameters

    Return Value

    new linear ring

    + @@ -5396,6 +5417,9 @@

    Parameters

    Return Value

    new linear ring

    + @@ -5451,6 +5475,9 @@

    Parameters

    Return Value

    new linear ring

    + @@ -5459,7 +5486,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFMultiCurve.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFMultiCurve.html index b3d44c36..9e6f6f9e 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFMultiCurve.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFMultiCurve.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,6 +5045,9 @@

    SFMultiCurve

    A restricted form of GeometryCollection where each Geometry in the collection must be of type Curve.

    +
    @@ -5127,6 +5130,9 @@

    Parameters

    Return Value

    new multi curve

    +
    @@ -5163,6 +5169,9 @@

    Declaration

    Return Value

    curves

    + @@ -5214,6 +5223,9 @@

    Parameters

    + @@ -5265,6 +5277,9 @@

    Parameters

    + @@ -5316,6 +5331,9 @@

    Parameters

    + @@ -5352,6 +5370,9 @@

    Declaration

    Return Value

    curve count

    + @@ -5407,6 +5428,9 @@

    Parameters

    Return Value

    curve

    + @@ -5444,6 +5468,9 @@

    Declaration

    Return Value

    true if closed

    + @@ -5452,7 +5479,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFMultiLineString.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFMultiLineString.html index 43cfc25c..cedf2b44 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFMultiLineString.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFMultiLineString.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,6 +5045,9 @@

    SFMultiLineString

    A restricted form of MultiCurve where each Curve in the collection must be of type LineString.

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    Return Value

    new multi line string

    +
    @@ -5139,6 +5145,9 @@

    Parameters

    Return Value

    new multi line string

    + @@ -5190,6 +5199,9 @@

    Parameters

    Return Value

    new multi line string

    + @@ -5240,6 +5252,9 @@

    Parameters

    Return Value

    new multi line string

    + @@ -5291,6 +5306,9 @@

    Parameters

    Return Value

    new multi line string

    + @@ -5327,6 +5345,9 @@

    Declaration

    Return Value

    new multi line string

    + @@ -5394,6 +5415,9 @@

    Parameters

    Return Value

    new multi line string

    + @@ -5450,6 +5474,9 @@

    Parameters

    Return Value

    new multi line string

    + @@ -5505,6 +5532,9 @@

    Parameters

    Return Value

    new multi line string

    + @@ -5560,6 +5590,9 @@

    Parameters

    Return Value

    new multi line string

    + @@ -5596,6 +5629,9 @@

    Declaration

    Return Value

    line strings

    + @@ -5647,6 +5683,9 @@

    Parameters

    + @@ -5698,6 +5737,9 @@

    Parameters

    + @@ -5749,6 +5791,9 @@

    Parameters

    + @@ -5785,6 +5830,9 @@

    Declaration

    Return Value

    line string count

    + @@ -5840,6 +5888,9 @@

    Parameters

    Return Value

    line string

    + @@ -5848,7 +5899,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFMultiPoint.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFMultiPoint.html index bdc10d69..f2332e87 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFMultiPoint.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFMultiPoint.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,6 +5045,9 @@

    SFMultiPoint

    A restricted form of GeometryCollection where each Geometry in the collection must be of type Point.

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    Return Value

    new multi point

    +
    @@ -5139,6 +5145,9 @@

    Parameters

    Return Value

    new multi point

    + @@ -5189,6 +5198,9 @@

    Parameters

    Return Value

    new multi point

    + @@ -5239,6 +5251,9 @@

    Parameters

    Return Value

    new multi point

    + @@ -5289,6 +5304,9 @@

    Parameters

    Return Value

    new multi point

    + @@ -5325,6 +5343,9 @@

    Declaration

    Return Value

    new multi point

    + @@ -5392,6 +5413,9 @@

    Parameters

    Return Value

    new multi point

    + @@ -5447,6 +5471,9 @@

    Parameters

    Return Value

    new multi point

    + @@ -5502,6 +5529,9 @@

    Parameters

    Return Value

    new multi point

    + @@ -5557,6 +5587,9 @@

    Parameters

    Return Value

    new multi point

    + @@ -5593,6 +5626,9 @@

    Declaration

    Return Value

    points

    + @@ -5644,6 +5680,9 @@

    Parameters

    + @@ -5695,6 +5734,9 @@

    Parameters

    + @@ -5746,6 +5788,9 @@

    Parameters

    + @@ -5782,6 +5827,9 @@

    Declaration

    Return Value

    point count

    + @@ -5837,6 +5885,9 @@

    Parameters

    Return Value

    point

    + @@ -5845,7 +5896,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFMultiPolygon.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFMultiPolygon.html index ad1329e4..6967c6bb 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFMultiPolygon.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFMultiPolygon.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,6 +5045,9 @@

    SFMultiPolygon

    A restricted form of MultiSurface where each Surface in the collection must be of type Polygon.

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    Return Value

    new multi polygon

    +
    @@ -5139,6 +5145,9 @@

    Parameters

    Return Value

    new multi polygon

    + @@ -5190,6 +5199,9 @@

    Parameters

    Return Value

    new multi polygon

    + @@ -5240,6 +5252,9 @@

    Parameters

    Return Value

    new multi polygon

    + @@ -5290,6 +5305,9 @@

    Parameters

    Return Value

    new multi polygon

    + @@ -5326,6 +5344,9 @@

    Declaration

    Return Value

    new multi polygon

    + @@ -5393,6 +5414,9 @@

    Parameters

    Return Value

    new multi polygon

    + @@ -5448,6 +5472,9 @@

    Parameters

    Return Value

    new multi polygon

    + @@ -5503,6 +5530,9 @@

    Parameters

    Return Value

    new multi polygon

    + @@ -5558,6 +5588,9 @@

    Parameters

    Return Value

    new multi polygon

    + @@ -5594,6 +5627,9 @@

    Declaration

    Return Value

    polygons

    + @@ -5645,6 +5681,9 @@

    Parameters

    + @@ -5696,6 +5735,9 @@

    Parameters

    + @@ -5747,6 +5789,9 @@

    Parameters

    + @@ -5783,6 +5828,9 @@

    Declaration

    Return Value

    polygon count

    + @@ -5838,6 +5886,9 @@

    Parameters

    Return Value

    polygon

    + @@ -5846,7 +5897,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFMultiSurface.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFMultiSurface.html index 85fb16f3..82350333 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFMultiSurface.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFMultiSurface.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,6 +5045,9 @@

    SFMultiSurface

    A restricted form of GeometryCollection where each Geometry in the collection must be of type Surface.

    +
    @@ -5127,6 +5130,9 @@

    Parameters

    Return Value

    new multi surface

    +
    @@ -5163,6 +5169,9 @@

    Declaration

    Return Value

    surfaces

    + @@ -5214,6 +5223,9 @@

    Parameters

    + @@ -5265,6 +5277,9 @@

    Parameters

    + @@ -5316,6 +5331,9 @@

    Parameters

    + @@ -5352,6 +5370,9 @@

    Declaration

    Return Value

    surface count

    + @@ -5407,6 +5428,9 @@

    Parameters

    Return Value

    surface

    + @@ -5415,7 +5439,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFPGeometryTransform.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFPGeometryTransform.html index 0f9ae184..c0c7d5e9 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFPGeometryTransform.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFPGeometryTransform.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    SFPGeometryTransform

    Geometry Projection Transform

    +
    @@ -5109,6 +5112,9 @@

    Parameters

    Return Value

    new projection transform

    +
    @@ -5171,6 +5177,9 @@

    Parameters

    Return Value

    new projection transform

    + @@ -5260,6 +5269,9 @@

    Parameters

    Return Value

    new projection transform

    + @@ -5349,6 +5361,9 @@

    Parameters

    Return Value

    new projection transform

    + @@ -5413,6 +5428,9 @@

    Parameters

    Return Value

    new projection transform

    + @@ -5490,6 +5508,9 @@

    Parameters

    Return Value

    new projection transform

    + @@ -5553,6 +5574,9 @@

    Parameters

    Return Value

    new projection transform

    + @@ -5629,6 +5653,9 @@

    Parameters

    Return Value

    new projection transform

    + @@ -5697,6 +5724,9 @@

    Parameters

    Return Value

    new projection transform

    + @@ -5764,6 +5794,9 @@

    Parameters

    Return Value

    new projection transform

    + @@ -5858,6 +5891,9 @@

    Parameters

    Return Value

    new projection transform

    + @@ -5952,6 +5988,9 @@

    Parameters

    Return Value

    new projection transform

    + @@ -6020,6 +6059,9 @@

    Parameters

    Return Value

    new projection transform

    + @@ -6101,6 +6143,9 @@

    Parameters

    Return Value

    new projection transform

    + @@ -6169,6 +6214,9 @@

    Parameters

    Return Value

    new projection transform

    + @@ -6250,6 +6298,9 @@

    Parameters

    Return Value

    new projection transform

    + @@ -6306,6 +6357,9 @@

    Parameters

    Return Value

    new projection transform

    + @@ -6362,6 +6416,9 @@

    Parameters

    Return Value

    geometry envelope

    + @@ -6417,6 +6474,9 @@

    Parameters

    Return Value

    projected geometry

    + @@ -6472,6 +6532,9 @@

    Parameters

    Return Value

    projected point

    + @@ -6527,6 +6590,9 @@

    Parameters

    Return Value

    transformed points

    + @@ -6582,6 +6648,9 @@

    Parameters

    Return Value

    projected line string

    + @@ -6637,6 +6706,9 @@

    Parameters

    Return Value

    projected polygon

    + @@ -6692,6 +6764,9 @@

    Parameters

    Return Value

    projected multi point

    + @@ -6748,6 +6823,9 @@

    Parameters

    Return Value

    projected multi line string

    + @@ -6803,6 +6881,9 @@

    Parameters

    Return Value

    projected multi polygon

    + @@ -6859,6 +6940,9 @@

    Parameters

    Return Value

    projected circular string

    + @@ -6914,6 +6998,9 @@

    Parameters

    Return Value

    projected compound curve

    + @@ -6969,6 +7056,9 @@

    Parameters

    Return Value

    projected curve polygon

    + @@ -7025,6 +7115,9 @@

    Parameters

    Return Value

    projected polyhedrals surface

    + @@ -7080,6 +7173,9 @@

    Parameters

    Return Value

    projected tin

    + @@ -7135,6 +7231,9 @@

    Parameters

    Return Value

    projected triangle

    + @@ -7191,6 +7290,9 @@

    Parameters

    Return Value

    projected geometry collection

    + @@ -7227,6 +7329,9 @@

    Declaration

    Return Value

    inverse transformation

    + @@ -7235,7 +7340,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFPoint.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFPoint.html index f914221e..36cb5e85 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFPoint.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFPoint.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,6 +5045,9 @@

    SFPoint

    A single location in space. Each point has an X and Y coordinate. A point MAY optionally also have a Z and/or an M value.

    +
    @@ -5078,6 +5081,9 @@

    Declaration

    +
    @@ -5110,6 +5116,9 @@

    Declaration

    + @@ -5142,6 +5151,9 @@

    Declaration

    + @@ -5174,6 +5186,9 @@

    Declaration

    + @@ -5205,6 +5220,9 @@

    Declaration

    Return Value

    new point

    + @@ -5267,6 +5285,9 @@

    Parameters

    Return Value

    new point

    + @@ -5329,6 +5350,9 @@

    Parameters

    Return Value

    new point

    + @@ -5405,6 +5429,9 @@

    Parameters

    Return Value

    new point

    + @@ -5481,6 +5508,9 @@

    Parameters

    Return Value

    new point

    + @@ -5555,6 +5585,9 @@

    Parameters

    Return Value

    new point

    + @@ -5644,6 +5677,9 @@

    Parameters

    Return Value

    new point

    + @@ -5733,6 +5769,9 @@

    Parameters

    Return Value

    new point

    + @@ -5822,6 +5861,9 @@

    Parameters

    Return Value

    new point

    + @@ -5911,6 +5953,9 @@

    Parameters

    Return Value

    new point

    + @@ -6000,6 +6045,9 @@

    Parameters

    Return Value

    new point

    + @@ -6050,6 +6098,9 @@

    Parameters

    Return Value

    new point

    + @@ -6086,6 +6137,9 @@

    Declaration

    Return Value

    new point

    + @@ -6153,6 +6207,9 @@

    Parameters

    Return Value

    new point

    + @@ -6220,6 +6277,9 @@

    Parameters

    Return Value

    new point

    + @@ -6301,6 +6361,9 @@

    Parameters

    Return Value

    new point

    + @@ -6382,6 +6445,9 @@

    Parameters

    Return Value

    new point

    + @@ -6463,6 +6529,9 @@

    Parameters

    Return Value

    new point

    + @@ -6557,6 +6626,9 @@

    Parameters

    Return Value

    new point

    + @@ -6651,6 +6723,9 @@

    Parameters

    Return Value

    new point

    + @@ -6745,6 +6820,9 @@

    Parameters

    Return Value

    new point

    + @@ -6839,6 +6917,9 @@

    Parameters

    Return Value

    new point

    + @@ -6933,6 +7014,9 @@

    Parameters

    Return Value

    new point

    + @@ -6988,6 +7072,9 @@

    Parameters

    Return Value

    new point

    + @@ -7039,6 +7126,9 @@

    Parameters

    + @@ -7090,6 +7180,9 @@

    Parameters

    + @@ -7141,6 +7234,9 @@

    Parameters

    + @@ -7192,6 +7288,183 @@

    Parameters

    + + + + +
  • +
    + + + + -isEqualXToPoint: + +
    +
    +
    +
    +
    +
    +

    Indicates if x values are equal

    + +
    +
    +

    Declaration

    +
    +

    Objective-C

    +
    - (BOOL)isEqualXToPoint:(SFPoint *)point;
    + +
    +
    +

    Swift

    +
    func isEqualX(to point: SFPoint!) -> Bool
    + +
    +
    +
    +

    Parameters

    + + + + + + + +
    + + point + + +
    +

    point to compare

    +
    +
    +
    +
    +

    Return Value

    +

    true if x is equal

    +
    + +
    +
    +
  • +
  • +
    + + + + -isEqualYToPoint: + +
    +
    +
    +
    +
    +
    +

    Indicates if y values are equal

    + +
    +
    +

    Declaration

    +
    +

    Objective-C

    +
    - (BOOL)isEqualYToPoint:(SFPoint *)point;
    + +
    +
    +

    Swift

    +
    func isEqualY(to point: SFPoint!) -> Bool
    + +
    +
    +
    +

    Parameters

    + + + + + + + +
    + + point + + +
    +

    point to compare

    +
    +
    +
    +
    +

    Return Value

    +

    true if y is equal

    +
    + +
    +
    +
  • +
  • +
    + + + + -isEqualXYToPoint: + +
    +
    +
    +
    +
    +
    +

    Indicates if x and y values are equal

    + +
    +
    +

    Declaration

    +
    +

    Objective-C

    +
    - (BOOL)isEqualXYToPoint:(SFPoint *)point;
    + +
    +
    +

    Swift

    +
    func isEqualXY(to point: SFPoint!) -> Bool
    + +
    +
    +
    +

    Parameters

    + + + + + + + +
    + + point + + +
    +

    point to compare

    +
    +
    +
    +
    +

    Return Value

    +

    true if x and y are equal

    +
    +
  • @@ -7200,7 +7473,7 @@

    Parameters

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFPointFiniteFilter.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFPointFiniteFilter.html index 5a83618d..c84e7733 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFPointFiniteFilter.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFPointFiniteFilter.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,6 +5045,9 @@

    SFPointFiniteFilter

    Point filter for finite checks on x and y properties, optionally filter on z and m properties and non finite values (NaN or infinity)

    +
    @@ -5078,6 +5081,9 @@

    Declaration

    +
    @@ -5110,6 +5116,9 @@

    Declaration

    + @@ -5142,6 +5151,9 @@

    Declaration

    + @@ -5178,6 +5190,9 @@

    Declaration

    Return Value

    new point finite filter

    + @@ -5233,6 +5248,9 @@

    Parameters

    Return Value

    new point finite filter

    + @@ -5300,6 +5318,9 @@

    Parameters

    Return Value

    new point finite filter

    + @@ -5367,6 +5388,9 @@

    Parameters

    Return Value

    new point finite filter

    + @@ -5448,6 +5472,9 @@

    Parameters

    Return Value

    new point finite filter

    + @@ -5503,6 +5530,9 @@

    Parameters

    Return Value

    new point finite filter

    + @@ -5558,6 +5588,9 @@

    Parameters

    Return Value

    new point finite filter

    + @@ -5625,6 +5658,9 @@

    Parameters

    Return Value

    new point finite filter

    + @@ -5633,7 +5669,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFPolygon.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFPolygon.html index 8c15e88a..395887b7 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFPolygon.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFPolygon.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,6 +5045,9 @@

    SFPolygon

    A restricted form of CurvePolygon where each ring is defined as a simple, closed LineString.

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    Return Value

    new polygon

    +
    @@ -5139,6 +5145,9 @@

    Parameters

    Return Value

    new polygon

    + @@ -5189,6 +5198,9 @@

    Parameters

    Return Value

    new polygon

    + @@ -5239,6 +5251,9 @@

    Parameters

    Return Value

    new polygon

    + @@ -5289,6 +5304,9 @@

    Parameters

    Return Value

    new polygon

    + @@ -5325,6 +5343,9 @@

    Declaration

    Return Value

    new polygon

    + @@ -5392,6 +5413,9 @@

    Parameters

    Return Value

    new polygon

    + @@ -5447,6 +5471,9 @@

    Parameters

    Return Value

    new polygon

    + @@ -5502,6 +5529,9 @@

    Parameters

    Return Value

    new polygon

    + @@ -5583,6 +5613,9 @@

    Parameters

    Return Value

    new polygon

    + @@ -5638,6 +5671,9 @@

    Parameters

    Return Value

    new polygon

    + @@ -5674,6 +5710,9 @@

    Declaration

    Return Value

    line string rings

    + @@ -5725,6 +5764,9 @@

    Parameters

    + @@ -5781,6 +5823,9 @@

    Parameters

    Return Value

    ring

    + @@ -5817,6 +5862,9 @@

    Declaration

    Return Value

    exterior ring

    + @@ -5872,6 +5920,9 @@

    Parameters

    Return Value

    interior ring

    + @@ -5880,7 +5931,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFPolyhedralSurface.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFPolyhedralSurface.html index aabd00cf..cccf6a36 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFPolyhedralSurface.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFPolyhedralSurface.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    SFPolyhedralSurface

    Contiguous collection of polygons which share common boundary segments.

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5108,6 +5114,9 @@

    Declaration

    Return Value

    new polyhedral surface

    + @@ -5171,6 +5180,9 @@

    Parameters

    Return Value

    new polyhedral surface

    + @@ -5222,6 +5234,9 @@

    Parameters

    Return Value

    new polyhedral surface

    + @@ -5272,6 +5287,9 @@

    Parameters

    Return Value

    new polyhedral surface

    + @@ -5323,6 +5341,9 @@

    Parameters

    Return Value

    new polyhedral surface

    + @@ -5359,6 +5380,9 @@

    Declaration

    Return Value

    new polyhedral surface

    + @@ -5426,6 +5450,9 @@

    Parameters

    Return Value

    new polyhedral surface

    + @@ -5481,6 +5508,9 @@

    Parameters

    Return Value

    new polyhedral surface

    + @@ -5536,6 +5566,9 @@

    Parameters

    Return Value

    new polyhedral surface

    + @@ -5617,6 +5650,9 @@

    Parameters

    Return Value

    new polyhedral surface

    + @@ -5673,6 +5709,9 @@

    Parameters

    Return Value

    new polyhedral surface

    + @@ -5709,6 +5748,9 @@

    Declaration

    Return Value

    patches

    + @@ -5760,6 +5802,9 @@

    Parameters

    + @@ -5811,6 +5856,9 @@

    Parameters

    + @@ -5862,6 +5910,9 @@

    Parameters

    + @@ -5913,6 +5964,9 @@

    Parameters

    + @@ -5964,6 +6018,9 @@

    Parameters

    + @@ -6000,6 +6057,9 @@

    Declaration

    Return Value

    polygon count

    + @@ -6036,6 +6096,9 @@

    Declaration

    Return Value

    patch count

    + @@ -6091,6 +6154,9 @@

    Parameters

    Return Value

    polygon

    + @@ -6146,6 +6212,9 @@

    Parameters

    Return Value

    polygon patch

    + @@ -6154,7 +6223,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFSegment.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFSegment.html index ed547a36..4d141881 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFSegment.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFSegment.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    SFSegment

    Line segment of an edge between two points

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5109,6 +5115,9 @@

    Declaration

    + @@ -5203,6 +5212,9 @@

    Parameters

    Return Value

    segment

    + @@ -5239,6 +5251,9 @@

    Declaration

    Return Value

    edge number

    + @@ -5275,6 +5290,9 @@

    Declaration

    Return Value

    polygon ring number

    + @@ -5311,6 +5329,9 @@

    Declaration

    Return Value

    left point

    + @@ -5347,6 +5368,9 @@

    Declaration

    Return Value

    right point

    + @@ -5355,7 +5379,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFShamosHoey.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFShamosHoey.html index 31e91e98..593710f8 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFShamosHoey.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFShamosHoey.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5055,6 +5055,9 @@

    SFShamosHoey

    liable for any real or imagined damage resulting from its use. Users of this code must verify correctness for their application.

    +
    @@ -5111,6 +5114,9 @@

    Parameters

    Return Value

    true if simple, false if intersects

    +
    @@ -5166,6 +5172,9 @@

    Parameters

    Return Value

    true if simple, false if intersects

    + @@ -5221,6 +5230,9 @@

    Parameters

    Return Value

    true if simple, false if intersects

    + @@ -5276,6 +5288,9 @@

    Parameters

    Return Value

    true if simple, false if intersects

    + @@ -5331,6 +5346,9 @@

    Parameters

    Return Value

    true if simple, false if intersects

    + @@ -5339,7 +5357,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFSurface.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFSurface.html index cfdeaefc..e9f4b3bc 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFSurface.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFSurface.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,6 +5045,9 @@

    SFSurface

    The base type for all 2-dimensional geometry types. A 2-dimensional geometry is a geometry that has an area.

    +
    @@ -5127,6 +5130,9 @@

    Parameters

    Return Value

    new surface

    +
    @@ -5135,7 +5141,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFSweepLine.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFSweepLine.html index 6b003c7e..dada53d4 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFSweepLine.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFSweepLine.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    SFSweepLine

    Sweep Line algorithm

    +
    @@ -5100,6 +5103,9 @@

    Parameters

    Return Value

    sweep line

    +
    @@ -5155,6 +5161,9 @@

    Parameters

    Return Value

    added segment

    + @@ -5210,6 +5219,9 @@

    Parameters

    Return Value

    segment

    + @@ -5278,6 +5290,9 @@

    Parameters

    Return Value

    true if intersection, false if not

    + @@ -5329,6 +5344,9 @@

    Parameters

    + @@ -5397,6 +5415,9 @@

    Parameters

    Return Value

    NSOrderedDescending if p1 > p2, NSOrderedAscending if p1 < p2, NSOrderedSame if equal

    + @@ -5405,7 +5426,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFTIN.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFTIN.html index 3d1cadfc..27528df3 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFTIN.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFTIN.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,6 +5045,9 @@

    SFTIN

    A tetrahedron (4 triangular faces), corner at the origin and each unit coordinate digit.

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    Return Value

    new tin

    +
    @@ -5139,6 +5145,9 @@

    Parameters

    Return Value

    new tin

    + @@ -5189,6 +5198,9 @@

    Parameters

    Return Value

    new tin

    + @@ -5239,6 +5251,9 @@

    Parameters

    Return Value

    new tin

    + @@ -5289,6 +5304,9 @@

    Parameters

    Return Value

    new tin

    + @@ -5325,6 +5343,9 @@

    Declaration

    Return Value

    new tin

    + @@ -5392,6 +5413,9 @@

    Parameters

    Return Value

    new tin

    + @@ -5447,6 +5471,9 @@

    Parameters

    Return Value

    new tin

    + @@ -5502,6 +5529,9 @@

    Parameters

    Return Value

    new tin

    + @@ -5557,6 +5587,9 @@

    Parameters

    Return Value

    new tin

    + @@ -5565,7 +5598,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFTextReader.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFTextReader.html index 37c2a892..38c36c47 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFTextReader.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFTextReader.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    SFTextReader

    Read through text string

    +
    @@ -5100,6 +5103,9 @@

    Parameters

    Return Value

    new text reader

    +
    @@ -5136,6 +5142,9 @@

    Declaration

    Return Value

    text

    + @@ -5174,6 +5183,9 @@

    Declaration

    Return Value

    token

    + @@ -5210,6 +5222,9 @@

    Declaration

    Return Value

    next token

    + @@ -5246,6 +5261,9 @@

    Declaration

    Return Value

    double

    + @@ -5254,7 +5272,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFTriangle.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFTriangle.html index 5c2340c2..147b7205 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFTriangle.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFTriangle.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    SFTriangle

    Triangle

    +
    @@ -5076,6 +5079,9 @@

    Declaration

    Return Value

    new triangle

    +
    @@ -5138,6 +5144,9 @@

    Parameters

    Return Value

    new triangle

    + @@ -5188,6 +5197,9 @@

    Parameters

    Return Value

    new triangle

    + @@ -5238,6 +5250,9 @@

    Parameters

    Return Value

    new triangle

    + @@ -5288,6 +5303,9 @@

    Parameters

    Return Value

    new triangle

    + @@ -5324,6 +5342,9 @@

    Declaration

    Return Value

    new triangle

    + @@ -5391,6 +5412,9 @@

    Parameters

    Return Value

    new triangle

    + @@ -5446,6 +5470,9 @@

    Parameters

    Return Value

    new triangle

    + @@ -5501,6 +5528,9 @@

    Parameters

    Return Value

    new triangle

    + @@ -5556,6 +5586,9 @@

    Parameters

    Return Value

    new triangle

    + @@ -5564,7 +5597,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFWBGeometryCodes.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFWBGeometryCodes.html index 29920803..13d3c59d 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFWBGeometryCodes.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFWBGeometryCodes.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,6 +5045,9 @@

    SFWBGeometryCodes

    Geometry Code utilities to convert between geometry attributes and geometry codes

    +
    @@ -5101,6 +5104,9 @@

    Parameters

    Return Value

    geometry code

    +
    @@ -5156,6 +5162,9 @@

    Parameters

    Return Value

    geometry code

    + @@ -5237,6 +5246,125 @@

    Parameters

    Return Value

    geometry code

    + + + + +
  • +
    + + + + +wkbCodeFromGeometry: + +
    +
    +
    +
    +
    +
    +

    Get the well-known binary writable geometry code from the geometry

    + +
    +
    +

    Declaration

    +
    +

    Objective-C

    +
    + (int)wkbCodeFromGeometry:(SFGeometry *)geometry;
    + +
    +
    +

    Swift

    +
    class func wkbCode(from geometry: SFGeometry!) -> Int32
    + +
    +
    +
    +

    Parameters

    + + + + + + + +
    + + geometry + + +
    +

    geometry

    +
    +
    +
    +
    +

    Return Value

    +

    geometry code

    +
    + +
    +
    +
  • +
  • + +
    +
    +
    +
    +
    +

    Get the well-known binary writable geometry type from the geometry

    + +
    +
    +

    Declaration

    +
    +

    Objective-C

    +
    + (enum SFGeometryType)wkbGeometryTypeFromGeometry:(SFGeometry *)geometry;
    + +
    +
    +

    Swift

    +
    class func wkbGeometryType(from geometry: SFGeometry!) -> SFGeometryType
    + +
    +
    +
    +

    Parameters

    + + + + + + + +
    + + geometry + + +
    +

    geometry

    +
    +
    +
    +
    +

    Return Value

    +

    geometry type

    +
    +
  • @@ -5292,6 +5420,9 @@

    Parameters

    Return Value

    geometry type

    + @@ -5347,6 +5478,9 @@

    Parameters

    Return Value

    true is has Z

    + @@ -5402,6 +5536,9 @@

    Parameters

    Return Value

    true is has M

    + @@ -5458,6 +5595,9 @@

    Parameters

    Return Value

    geometry mode

    + @@ -5466,7 +5606,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFWBGeometryReader.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFWBGeometryReader.html index 5df32dda..b5b6dfc5 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFWBGeometryReader.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFWBGeometryReader.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    SFWBGeometryReader

    Well Known Binary Geometry Reader

    +
    @@ -5100,6 +5103,9 @@

    Parameters

    Return Value

    geometry

    +
    @@ -5168,6 +5174,9 @@

    Parameters

    Return Value

    geometry

    + @@ -5236,6 +5245,9 @@

    Parameters

    Return Value

    geometry

    + @@ -5317,6 +5329,9 @@

    Parameters

    Return Value

    geometry

    + @@ -5368,6 +5383,9 @@

    Parameters

    + @@ -5419,6 +5437,9 @@

    Parameters

    + @@ -5455,6 +5476,9 @@

    Declaration

    Return Value

    byte reader

    + @@ -5491,6 +5515,9 @@

    Declaration

    Return Value

    geometry

    + @@ -5546,6 +5573,9 @@

    Parameters

    Return Value

    geometry

    + @@ -5601,6 +5631,9 @@

    Parameters

    Return Value

    geometry

    + @@ -5669,6 +5702,9 @@

    Parameters

    Return Value

    geometry

    + @@ -5750,6 +5786,9 @@

    Parameters

    Return Value

    geometry

    + @@ -5786,6 +5825,9 @@

    Declaration

    Return Value

    geometry type info

    + @@ -5853,6 +5895,9 @@

    Parameters

    Return Value

    point

    + @@ -5920,6 +5965,9 @@

    Parameters

    Return Value

    line string

    + @@ -6001,6 +6049,9 @@

    Parameters

    Return Value

    line string

    + @@ -6068,6 +6119,9 @@

    Parameters

    Return Value

    polygon

    + @@ -6149,6 +6203,9 @@

    Parameters

    Return Value

    polygon

    + @@ -6216,6 +6273,9 @@

    Parameters

    Return Value

    multi point

    + @@ -6297,6 +6357,9 @@

    Parameters

    Return Value

    multi point

    + @@ -6365,6 +6428,9 @@

    Parameters

    Return Value

    multi line string

    + @@ -6447,6 +6513,9 @@

    Parameters

    Return Value

    multi line string

    + @@ -6514,6 +6583,9 @@

    Parameters

    Return Value

    multi polygon

    + @@ -6596,6 +6668,9 @@

    Parameters

    Return Value

    multi polygon

    + @@ -6664,6 +6739,9 @@

    Parameters

    Return Value

    geometry collection

    + @@ -6746,6 +6824,9 @@

    Parameters

    Return Value

    geometry collection

    + @@ -6813,6 +6894,9 @@

    Parameters

    Return Value

    circular string

    + @@ -6895,6 +6979,9 @@

    Parameters

    Return Value

    circular string

    + @@ -6962,6 +7049,9 @@

    Parameters

    Return Value

    compound curve

    + @@ -7044,6 +7134,9 @@

    Parameters

    Return Value

    compound curve

    + @@ -7111,6 +7204,9 @@

    Parameters

    Return Value

    curve polygon

    + @@ -7193,6 +7289,9 @@

    Parameters

    Return Value

    curve polygon

    + @@ -7261,6 +7360,9 @@

    Parameters

    Return Value

    polyhedral surface

    + @@ -7343,6 +7445,9 @@

    Parameters

    Return Value

    polyhedral surface

    + @@ -7410,6 +7515,9 @@

    Parameters

    Return Value

    TIN

    + @@ -7491,6 +7599,9 @@

    Parameters

    Return Value

    TIN

    + @@ -7558,6 +7669,9 @@

    Parameters

    Return Value

    triangle

    + @@ -7639,6 +7753,9 @@

    Parameters

    Return Value

    triangle

    + @@ -7694,6 +7811,9 @@

    Parameters

    Return Value

    geometry

    + @@ -7762,6 +7882,9 @@

    Parameters

    Return Value

    geometry

    + @@ -7830,6 +7953,9 @@

    Parameters

    Return Value

    geometry

    + @@ -7911,6 +8037,9 @@

    Parameters

    Return Value

    geometry

    + @@ -8005,6 +8134,9 @@

    Parameters

    Return Value

    geometry

    + @@ -8060,6 +8192,9 @@

    Parameters

    Return Value

    geometry type info

    + @@ -8141,6 +8276,9 @@

    Parameters

    Return Value

    point

    + @@ -8222,6 +8360,9 @@

    Parameters

    Return Value

    line string

    + @@ -8316,6 +8457,9 @@

    Parameters

    Return Value

    line string

    + @@ -8397,6 +8541,9 @@

    Parameters

    Return Value

    polygon

    + @@ -8491,6 +8638,9 @@

    Parameters

    Return Value

    polygon

    + @@ -8572,6 +8722,9 @@

    Parameters

    Return Value

    multi point

    + @@ -8666,6 +8819,9 @@

    Parameters

    Return Value

    multi point

    + @@ -8747,6 +8903,9 @@

    Parameters

    Return Value

    multi line string

    + @@ -8842,6 +9001,9 @@

    Parameters

    Return Value

    multi line string

    + @@ -8923,6 +9085,9 @@

    Parameters

    Return Value

    multi polygon

    + @@ -9018,6 +9183,9 @@

    Parameters

    Return Value

    multi polygon

    + @@ -9100,6 +9268,9 @@

    Parameters

    Return Value

    geometry collection

    + @@ -9195,6 +9366,9 @@

    Parameters

    Return Value

    geometry collection

    + @@ -9276,6 +9450,9 @@

    Parameters

    Return Value

    circular string

    + @@ -9371,6 +9548,9 @@

    Parameters

    Return Value

    circular string

    + @@ -9452,6 +9632,9 @@

    Parameters

    Return Value

    compound curve

    + @@ -9547,6 +9730,9 @@

    Parameters

    Return Value

    compound curve

    + @@ -9628,6 +9814,9 @@

    Parameters

    Return Value

    curve polygon

    + @@ -9723,6 +9912,9 @@

    Parameters

    Return Value

    curve polygon

    + @@ -9804,6 +9996,9 @@

    Parameters

    Return Value

    polyhedral surface

    + @@ -9899,6 +10094,9 @@

    Parameters

    Return Value

    polyhedral surface

    + @@ -9980,6 +10178,9 @@

    Parameters

    Return Value

    TIN

    + @@ -10074,6 +10275,9 @@

    Parameters

    Return Value

    TIN

    + @@ -10155,6 +10359,9 @@

    Parameters

    Return Value

    triangle

    + @@ -10249,6 +10456,9 @@

    Parameters

    Return Value

    triangle

    + @@ -10257,7 +10467,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFWBGeometryTypeInfo.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFWBGeometryTypeInfo.html index 3adc442f..67b48685 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFWBGeometryTypeInfo.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFWBGeometryTypeInfo.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    SFWBGeometryTypeInfo

    Geometry type info

    +
    @@ -5135,6 +5138,9 @@

    Parameters

    +
    @@ -5171,6 +5177,9 @@

    Declaration

    Return Value

    geometry type code

    + @@ -5207,6 +5216,9 @@

    Declaration

    Return Value

    geometry type

    + @@ -5243,6 +5255,9 @@

    Declaration

    Return Value

    true if has z values

    + @@ -5279,6 +5294,9 @@

    Declaration

    Return Value

    true if has m values

    + @@ -5287,7 +5305,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFWBGeometryWriter.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFWBGeometryWriter.html index 50a69fcd..df6f19d8 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFWBGeometryWriter.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/SFWBGeometryWriter.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    SFWBGeometryWriter

    Well Known Binary Geometry Writer

    +
    @@ -5100,6 +5103,9 @@

    Parameters

    Return Value

    well-known bytes

    +
    @@ -5168,6 +5174,9 @@

    Parameters

    Return Value

    well-known bytes

    + @@ -5200,6 +5209,9 @@

    Declaration

    + @@ -5251,6 +5263,9 @@

    Parameters

    + @@ -5302,6 +5317,9 @@

    Parameters

    + @@ -5338,6 +5356,9 @@

    Declaration

    Return Value

    byte writer

    + @@ -5374,6 +5395,9 @@

    Declaration

    Return Value

    written byte data

    + @@ -5406,6 +5430,9 @@

    Declaration

    + @@ -5457,6 +5484,9 @@

    Parameters

    + @@ -5508,6 +5538,9 @@

    Parameters

    + @@ -5559,6 +5592,9 @@

    Parameters

    + @@ -5610,6 +5646,9 @@

    Parameters

    + @@ -5661,6 +5700,9 @@

    Parameters

    + @@ -5712,6 +5754,9 @@

    Parameters

    + @@ -5763,6 +5808,9 @@

    Parameters

    + @@ -5814,6 +5862,9 @@

    Parameters

    + @@ -5865,6 +5916,9 @@

    Parameters

    + @@ -5916,6 +5970,9 @@

    Parameters

    + @@ -5967,6 +6024,9 @@

    Parameters

    + @@ -6018,6 +6078,9 @@

    Parameters

    + @@ -6069,6 +6132,9 @@

    Parameters

    + @@ -6120,6 +6186,9 @@

    Parameters

    + @@ -6183,6 +6252,9 @@

    Parameters

    + @@ -6246,6 +6318,9 @@

    Parameters

    + @@ -6310,6 +6385,9 @@

    Parameters

    + @@ -6373,6 +6451,9 @@

    Parameters

    + @@ -6437,6 +6518,9 @@

    Parameters

    + @@ -6501,6 +6585,9 @@

    Parameters

    + @@ -6565,6 +6652,9 @@

    Parameters

    + @@ -6629,6 +6719,9 @@

    Parameters

    + @@ -6693,6 +6786,9 @@

    Parameters

    + @@ -6757,6 +6853,9 @@

    Parameters

    + @@ -6821,6 +6920,9 @@

    Parameters

    + @@ -6885,6 +6987,9 @@

    Parameters

    + @@ -6948,6 +7053,9 @@

    Parameters

    + @@ -7011,6 +7119,9 @@

    Parameters

    + @@ -7019,7 +7130,7 @@

    Parameters

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/TIFFByteReader.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/TIFFByteReader.html index 8ab90756..9d79f0da 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/TIFFByteReader.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/TIFFByteReader.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    TIFFByteReader

    Read through byte data

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5109,6 +5115,9 @@

    Declaration

    + @@ -5141,6 +5150,9 @@

    Declaration

    + @@ -5196,6 +5208,9 @@

    Parameters

    Return Value

    new byte reader

    + @@ -5264,6 +5279,9 @@

    Parameters

    Return Value

    new byte reader

    + @@ -5300,6 +5318,9 @@

    Declaration

    Return Value

    true more bytes left to read

    + @@ -5355,6 +5376,9 @@

    Parameters

    Return Value

    true more bytes left to read

    + @@ -5410,6 +5434,9 @@

    Parameters

    Return Value

    true if has at least the number of bytes left

    + @@ -5477,6 +5504,9 @@

    Parameters

    Return Value

    true if has at least the number of bytes left

    + @@ -5533,6 +5563,9 @@

    Return Value

    String @throws UnsupportedEncodingException

    + @@ -5601,6 +5634,9 @@

    Return Value

    String @throws UnsupportedEncodingException

    + @@ -5637,6 +5673,9 @@

    Declaration

    Return Value

    byte

    + @@ -5692,6 +5731,9 @@

    Parameters

    Return Value

    byte

    + @@ -5728,6 +5770,9 @@

    Declaration

    Return Value

    unsigned byte as short

    + @@ -5783,6 +5828,9 @@

    Parameters

    Return Value

    unsigned byte as short

    + @@ -5838,6 +5886,9 @@

    Parameters

    Return Value

    bytes

    + @@ -5905,6 +5956,9 @@

    Parameters

    Return Value

    bytes

    + @@ -5941,6 +5995,9 @@

    Declaration

    Return Value

    short

    + @@ -5996,6 +6053,9 @@

    Parameters

    Return Value

    short

    + @@ -6032,6 +6092,9 @@

    Declaration

    Return Value

    unsigned short as int

    + @@ -6087,6 +6150,9 @@

    Parameters

    Return Value

    unsigned short as int

    + @@ -6123,6 +6189,9 @@

    Declaration

    Return Value

    integer

    + @@ -6178,6 +6247,9 @@

    Parameters

    Return Value

    integer

    + @@ -6214,6 +6286,9 @@

    Declaration

    Return Value

    unsigned int as long

    + @@ -6269,6 +6344,9 @@

    Parameters

    Return Value

    unsigned int as long

    + @@ -6305,6 +6383,9 @@

    Declaration

    Return Value

    float

    + @@ -6360,6 +6441,9 @@

    Parameters

    Return Value

    float

    + @@ -6396,6 +6480,9 @@

    Declaration

    Return Value

    double

    + @@ -6451,6 +6538,9 @@

    Parameters

    Return Value

    double

    + @@ -6487,6 +6577,9 @@

    Declaration

    Return Value

    byte length

    + @@ -6495,7 +6588,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/TIFFByteWriter.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/TIFFByteWriter.html index ac642fbc..d63b7bcc 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/TIFFByteWriter.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/TIFFByteWriter.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    TIFFByteWriter

    Write byte data

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5109,6 +5115,9 @@

    Declaration

    + @@ -5141,6 +5150,9 @@

    Declaration

    + @@ -5177,6 +5189,9 @@

    Declaration

    Return Value

    new byte writer

    + @@ -5232,6 +5247,9 @@

    Parameters

    Return Value

    new byte writer

    + @@ -5264,6 +5282,9 @@

    Declaration

    + @@ -5300,6 +5321,9 @@

    Declaration

    Return Value

    byte data

    + @@ -5336,6 +5360,9 @@

    Declaration

    Return Value

    bytes written

    + @@ -5391,6 +5418,9 @@

    Parameters

    Return Value

    bytes written

    + @@ -5442,6 +5472,9 @@

    Parameters

    + @@ -5493,6 +5526,9 @@

    Parameters

    + @@ -5544,6 +5580,9 @@

    Parameters

    + @@ -5595,6 +5634,9 @@

    Parameters

    + @@ -5646,6 +5688,9 @@

    Parameters

    + @@ -5697,6 +5742,9 @@

    Parameters

    + @@ -5748,6 +5796,9 @@

    Parameters

    + @@ -5799,6 +5850,9 @@

    Parameters

    + @@ -5850,6 +5904,9 @@

    Parameters

    + @@ -5901,6 +5958,9 @@

    Parameters

    + @@ -5952,6 +6012,9 @@

    Parameters

    + @@ -6003,6 +6066,9 @@

    Parameters

    + @@ -6054,6 +6120,9 @@

    Parameters

    + @@ -6105,6 +6174,9 @@

    Parameters

    + @@ -6156,6 +6228,9 @@

    Parameters

    + @@ -6207,6 +6282,9 @@

    Parameters

    + @@ -6258,6 +6336,9 @@

    Parameters

    + @@ -6266,7 +6347,7 @@

    Parameters

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/TIFFFieldTagTypes.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/TIFFFieldTagTypes.html index 39ae5d00..85f003ae 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/TIFFFieldTagTypes.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/TIFFFieldTagTypes.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    TIFFFieldTagTypes

    Field Tag Types

    +
    @@ -5100,6 +5103,9 @@

    Parameters

    Return Value

    tag id

    +
    @@ -5155,6 +5161,9 @@

    Parameters

    Return Value

    true if array type

    + @@ -5210,6 +5219,9 @@

    Parameters

    Return Value

    field tag type

    + @@ -5218,7 +5230,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/TIFFFieldTypes.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/TIFFFieldTypes.html index d1db9c7d..b2f8d209 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/TIFFFieldTypes.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/TIFFFieldTypes.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    TIFFFieldTypes

    Field Types

    +
    @@ -5100,6 +5103,9 @@

    Parameters

    Return Value

    field type value

    +
    @@ -5155,6 +5161,9 @@

    Parameters

    Return Value

    number of bytes

    + @@ -5210,6 +5219,9 @@

    Parameters

    Return Value

    number of bits

    + @@ -5265,6 +5277,9 @@

    Parameters

    Return Value

    field type

    + @@ -5333,6 +5348,9 @@

    Parameters

    Return Value

    field type

    + @@ -5388,6 +5406,9 @@

    Parameters

    Return Value

    sample format

    + @@ -5396,7 +5417,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/TIFFFileDirectory.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/TIFFFileDirectory.html index b9772e89..dd0134de 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/TIFFFileDirectory.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/TIFFFileDirectory.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,6 +5045,9 @@

    TIFFFileDirectory

    File Directory, represents all directory entries and can be used to read the image raster

    +
    @@ -5078,6 +5081,9 @@

    Declaration

    +
    @@ -5143,6 +5149,9 @@

    Parameters

    + @@ -5221,6 +5230,9 @@

    Parameters

    + @@ -5253,6 +5265,9 @@

    Declaration

    + @@ -5304,6 +5319,9 @@

    Parameters

    + @@ -5369,6 +5387,9 @@

    Parameters

    + @@ -5420,6 +5441,9 @@

    Parameters

    + @@ -5472,6 +5496,9 @@

    Parameters

    + @@ -5508,6 +5535,9 @@

    Declaration

    Return Value

    byte reader

    + @@ -5544,6 +5574,9 @@

    Declaration

    Return Value

    true if tiled

    + @@ -5580,6 +5613,9 @@

    Declaration

    Return Value

    compression decoder

    + @@ -5616,6 +5652,9 @@

    Declaration

    Return Value

    entry count

    + @@ -5672,6 +5711,9 @@

    Parameters

    Return Value

    file directory entry

    + @@ -5708,6 +5750,9 @@

    Declaration

    Return Value

    file directory entries

    + @@ -5744,6 +5789,9 @@

    Declaration

    Return Value

    field tag type mapping

    + @@ -5780,6 +5828,9 @@

    Declaration

    Return Value

    image width

    + @@ -5831,6 +5882,9 @@

    Parameters

    + @@ -5882,6 +5936,9 @@

    Parameters

    + @@ -5918,6 +5975,9 @@

    Declaration

    Return Value

    image height

    + @@ -5969,6 +6029,9 @@

    Parameters

    + @@ -6020,6 +6083,9 @@

    Parameters

    + @@ -6056,6 +6122,9 @@

    Declaration

    Return Value

    bits per sample

    + @@ -6107,6 +6176,9 @@

    Parameters

    + @@ -6158,6 +6230,9 @@

    Parameters

    + @@ -6194,6 +6269,9 @@

    Declaration

    Return Value

    max bits per sample

    + @@ -6230,6 +6308,9 @@

    Declaration

    Return Value

    compression

    + @@ -6281,6 +6362,9 @@

    Parameters

    + @@ -6317,6 +6401,9 @@

    Declaration

    Return Value

    photometric interpretation

    + @@ -6368,6 +6455,9 @@

    Parameters

    + @@ -6404,6 +6494,9 @@

    Declaration

    Return Value

    strip offsets

    + @@ -6455,6 +6548,9 @@

    Parameters

    + @@ -6506,6 +6602,9 @@

    Parameters

    + @@ -6557,6 +6656,9 @@

    Parameters

    + @@ -6608,6 +6710,9 @@

    Parameters

    + @@ -6644,6 +6749,9 @@

    Declaration

    Return Value

    samples per pixel

    + @@ -6695,6 +6803,9 @@

    Parameters

    + @@ -6731,6 +6842,9 @@

    Declaration

    Return Value

    rows per strip

    + @@ -6782,6 +6896,9 @@

    Parameters

    + @@ -6833,6 +6950,9 @@

    Parameters

    + @@ -6869,6 +6989,9 @@

    Declaration

    Return Value

    strip byte counts

    + @@ -6920,6 +7043,9 @@

    Parameters

    + @@ -6971,6 +7097,9 @@

    Parameters

    + @@ -7022,6 +7151,9 @@

    Parameters

    + @@ -7073,6 +7205,9 @@

    Parameters

    + @@ -7109,6 +7244,9 @@

    Declaration

    Return Value

    x resolution

    + @@ -7160,6 +7298,9 @@

    Parameters

    + @@ -7211,6 +7352,9 @@

    Parameters

    + @@ -7247,6 +7391,9 @@

    Declaration

    Return Value

    y resolution

    + @@ -7298,6 +7445,9 @@

    Parameters

    + @@ -7349,6 +7499,9 @@

    Parameters

    + @@ -7385,6 +7538,9 @@

    Declaration

    Return Value

    planar configuration

    + @@ -7436,6 +7592,9 @@

    Parameters

    + @@ -7472,6 +7631,9 @@

    Declaration

    Return Value

    resolution unit

    + @@ -7523,6 +7685,9 @@

    Parameters

    + @@ -7559,6 +7724,9 @@

    Declaration

    Return Value

    model pixel scale

    + @@ -7610,6 +7778,9 @@

    Parameters

    + @@ -7646,6 +7817,9 @@

    Declaration

    Return Value

    model tiepoint

    + @@ -7697,6 +7871,9 @@

    Parameters

    + @@ -7733,6 +7910,9 @@

    Declaration

    Return Value

    color map

    + @@ -7784,6 +7964,9 @@

    Parameters

    + @@ -7835,6 +8018,9 @@

    Parameters

    + @@ -7871,6 +8057,9 @@

    Declaration

    Return Value

    tile width

    + @@ -7922,6 +8111,9 @@

    Parameters

    + @@ -7973,6 +8165,9 @@

    Parameters

    + @@ -8009,6 +8204,9 @@

    Declaration

    Return Value

    tile height

    + @@ -8060,6 +8258,9 @@

    Parameters

    + @@ -8111,6 +8312,9 @@

    Parameters

    + @@ -8147,6 +8351,9 @@

    Declaration

    Return Value

    tile offsets

    + @@ -8198,6 +8405,9 @@

    Parameters

    + @@ -8249,6 +8459,9 @@

    Parameters

    + @@ -8285,6 +8498,9 @@

    Declaration

    Return Value

    tile byte counts

    + @@ -8336,6 +8552,9 @@

    Parameters

    + @@ -8387,6 +8606,9 @@

    Parameters

    + @@ -8438,6 +8660,9 @@

    Parameters

    + @@ -8489,6 +8714,9 @@

    Parameters

    + @@ -8525,6 +8753,9 @@

    Declaration

    Return Value

    sample format

    + @@ -8576,6 +8807,9 @@

    Parameters

    + @@ -8627,6 +8861,9 @@

    Parameters

    + @@ -8663,6 +8900,9 @@

    Declaration

    Return Value

    max sample format

    + @@ -8699,6 +8939,9 @@

    Declaration

    Return Value

    predictor

    + @@ -8750,6 +8993,9 @@

    Parameters

    + @@ -8786,6 +9032,9 @@

    Declaration

    Return Value

    rasters

    + @@ -8822,6 +9071,9 @@

    Declaration

    Return Value

    rasters

    + @@ -8877,6 +9129,9 @@

    Parameters

    Return Value

    rasters

    + @@ -8932,6 +9187,9 @@

    Parameters

    Return Value

    rasters

    + @@ -8987,6 +9245,9 @@

    Parameters

    Return Value

    rasters

    + @@ -9043,6 +9304,9 @@

    Parameters

    Return Value

    rasters

    + @@ -9111,6 +9375,9 @@

    Parameters

    Return Value

    rasters

    + @@ -9180,6 +9447,9 @@

    Parameters

    Return Value

    rasters

    + @@ -9248,6 +9518,9 @@

    Parameters

    Return Value

    rasters

    + @@ -9329,6 +9602,9 @@

    Parameters

    Return Value

    rasters

    + @@ -9410,6 +9686,9 @@

    Parameters

    Return Value

    rasters

    + @@ -9504,6 +9783,9 @@

    Parameters

    Return Value

    rasters

    + @@ -9559,6 +9841,9 @@

    Parameters

    Return Value

    field type

    + @@ -9614,6 +9899,9 @@

    Parameters

    Return Value

    short value

    + @@ -9678,6 +9966,9 @@

    Parameters

    + @@ -9733,6 +10024,9 @@

    Parameters

    Return Value

    number value

    + @@ -9797,6 +10091,9 @@

    Parameters

    + @@ -9852,6 +10149,9 @@

    Parameters

    Return Value

    string value

    + @@ -9916,6 +10216,9 @@

    Parameters

    + @@ -9972,6 +10275,9 @@

    Parameters

    Return Value

    short list value

    + @@ -10036,6 +10342,9 @@

    Parameters

    + @@ -10092,6 +10401,9 @@

    Parameters

    Return Value

    max short value

    + @@ -10148,6 +10460,9 @@

    Parameters

    Return Value

    number list value

    + @@ -10212,6 +10527,9 @@

    Parameters

    + @@ -10268,6 +10586,9 @@

    Parameters

    Return Value

    long list value

    + @@ -10332,6 +10653,9 @@

    Parameters

    + @@ -10396,6 +10720,9 @@

    Parameters

    + @@ -10432,6 +10759,9 @@

    Declaration

    Return Value

    size in bytes

    + @@ -10469,6 +10799,9 @@

    Declaration

    Return Value

    size in bytes

    + @@ -10477,7 +10810,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/TIFFFileDirectoryEntry.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/TIFFFileDirectoryEntry.html index 7b8c0d58..c9f9d212 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/TIFFFileDirectoryEntry.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/TIFFFileDirectoryEntry.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    TIFFFileDirectoryEntry

    TIFF File Directory Entry

    +
    @@ -5135,6 +5138,9 @@

    Parameters

    +
    @@ -5171,6 +5177,9 @@

    Declaration

    Return Value

    field tag type

    + @@ -5207,6 +5216,9 @@

    Declaration

    Return Value

    field type

    + @@ -5243,6 +5255,9 @@

    Declaration

    Return Value

    type count

    + @@ -5279,6 +5294,9 @@

    Declaration

    Return Value

    values

    + @@ -5316,6 +5334,9 @@

    Declaration

    Return Value

    size in bytes

    + @@ -5352,6 +5373,9 @@

    Declaration

    Return Value

    size in bytes

    + @@ -5360,7 +5384,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/TIFFIOUtils.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/TIFFIOUtils.html index d338d487..9ceeda32 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/TIFFIOUtils.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/TIFFIOUtils.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5088,6 +5088,9 @@

    TIFFIOUtils

    Undocumented

    +
    @@ -5152,6 +5155,9 @@

    Parameters

    +
    @@ -5215,6 +5221,9 @@

    Parameters

    + @@ -5270,6 +5279,9 @@

    Parameters

    Return Value

    byte data

    + @@ -5325,6 +5337,9 @@

    Parameters

    Return Value

    input stream byte data

    + @@ -5389,6 +5404,9 @@

    Parameters

    + @@ -5397,7 +5415,7 @@

    Parameters

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/TIFFImage.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/TIFFImage.html index 4a167ee7..9edc35a0 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/TIFFImage.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/TIFFImage.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    TIFFImage

    TIFF Image containing the File Directories

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5128,6 +5134,9 @@

    Parameters

    + @@ -5180,6 +5189,9 @@

    Parameters

    + @@ -5231,6 +5243,9 @@

    Parameters

    + @@ -5267,6 +5282,9 @@

    Declaration

    Return Value

    file directories

    + @@ -5303,6 +5321,9 @@

    Declaration

    Return Value

    file directory

    + @@ -5358,6 +5379,9 @@

    Parameters

    Return Value

    file directory

    + @@ -5394,6 +5418,9 @@

    Declaration

    Return Value

    size in bytes

    + @@ -5431,6 +5458,9 @@

    Declaration

    Return Value

    size in bytes

    + @@ -5439,7 +5469,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/TIFFImageWindow.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/TIFFImageWindow.html index a8013d90..199ecf23 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/TIFFImageWindow.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/TIFFImageWindow.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    TIFFImageWindow

    Coordinates of a window over a portion or the entire image coordinates

    +
    @@ -5077,6 +5080,9 @@

    Declaration

    + @@ -5109,6 +5115,9 @@

    Declaration

    + @@ -5141,6 +5150,9 @@

    Declaration

    + @@ -5173,6 +5185,9 @@

    Declaration

    + @@ -5263,6 +5278,9 @@

    Parameters

    + @@ -5326,6 +5344,9 @@

    Parameters

    + @@ -5377,6 +5398,9 @@

    Parameters

    + @@ -5385,7 +5409,7 @@

    Parameters

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/TIFFPredictor.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/TIFFPredictor.html index 2a1abbc5..8836fa1e 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/TIFFPredictor.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/TIFFPredictor.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    TIFFPredictor

    Differencing Predictor decoder

    +
    @@ -5165,6 +5168,9 @@

    Parameters

    Return Value

    decoded or original bytes

    +
    @@ -5173,7 +5179,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/TIFFRasters.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/TIFFRasters.html index ed92760e..94bc7d7e 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/TIFFRasters.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/TIFFRasters.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    TIFFRasters

    Raster image values

    +
    @@ -5148,6 +5151,9 @@

    Parameters

    +
    @@ -5251,6 +5257,9 @@

    Parameters

    + @@ -5367,6 +5376,9 @@

    Parameters

    + @@ -5457,6 +5469,9 @@

    Parameters

    + @@ -5547,6 +5562,9 @@

    Parameters

    + @@ -5583,6 +5601,9 @@

    Declaration

    Return Value

    true if results exist

    + @@ -5619,6 +5640,9 @@

    Declaration

    Return Value

    true if results exist

    + @@ -5696,6 +5720,9 @@

    Parameters

    + @@ -5759,6 +5786,9 @@

    Parameters

    + @@ -5795,6 +5825,9 @@

    Declaration

    Return Value

    width

    + @@ -5831,6 +5864,9 @@

    Declaration

    Return Value

    height

    + @@ -5867,6 +5903,9 @@

    Declaration

    Return Value

    number of pixels

    + @@ -5903,6 +5942,9 @@

    Declaration

    Return Value

    samples per pixel

    + @@ -5939,6 +5981,9 @@

    Declaration

    Return Value

    bits per sample

    + @@ -5975,6 +6020,9 @@

    Declaration

    Return Value

    sample values

    + @@ -6027,6 +6075,9 @@

    Parameters

    + @@ -6063,6 +6114,9 @@

    Declaration

    Return Value

    interleaved values

    + @@ -6114,6 +6168,9 @@

    Parameters

    + @@ -6181,6 +6238,9 @@

    Parameters

    Return Value

    pixel sample values

    + @@ -6256,6 +6316,9 @@

    Parameters

    + @@ -6335,6 +6398,9 @@

    Parameters

    Return Value

    pixel sample

    + @@ -6425,6 +6491,9 @@

    Parameters

    + @@ -6493,6 +6562,9 @@

    Parameters

    Return Value

    first pixel sample

    + @@ -6569,6 +6641,9 @@

    Parameters

    + @@ -6636,6 +6711,9 @@

    Parameters

    Return Value

    sample index

    + @@ -6703,6 +6781,9 @@

    Parameters

    Return Value

    interleave index

    + @@ -6739,6 +6820,9 @@

    Declaration

    Return Value

    bytes

    + @@ -6775,6 +6859,9 @@

    Declaration

    Return Value

    bytes

    + @@ -6830,6 +6917,9 @@

    Parameters

    Return Value

    bytes

    + @@ -6885,6 +6975,9 @@

    Parameters

    Return Value

    rows per strip

    + @@ -6953,6 +7046,9 @@

    Parameters

    Return Value

    rows per strip

    + @@ -7031,6 +7127,9 @@

    Parameters

    + @@ -7096,6 +7195,9 @@

    Parameters

    + @@ -7174,6 +7276,9 @@

    Parameters

    + @@ -7239,6 +7344,9 @@

    Parameters

    + @@ -7309,6 +7417,9 @@

    Parameters

    Return Value

    bits per sample array

    + @@ -7317,7 +7428,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/TIFFReader.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/TIFFReader.html index 81031ee6..7afe7f4b 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/TIFFReader.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/TIFFReader.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    TIFFReader

    TIFF reader

    +
    @@ -5100,6 +5103,9 @@

    Parameters

    Return Value

    TIFF image

    +
    @@ -5167,6 +5173,9 @@

    Parameters

    Return Value

    TIFF image

    + @@ -5222,6 +5231,9 @@

    Parameters

    Return Value

    TIFF image

    + @@ -5289,6 +5301,9 @@

    Parameters

    Return Value

    TIFF image

    + @@ -5344,6 +5359,9 @@

    Parameters

    Return Value

    TIFF image

    + @@ -5411,6 +5429,9 @@

    Parameters

    Return Value

    TIFF image

    + @@ -5466,6 +5487,9 @@

    Parameters

    Return Value

    TIFF image

    + @@ -5533,6 +5557,9 @@

    Parameters

    Return Value

    TIFF image

    + @@ -5541,7 +5568,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/TIFFUnsupportedCompression.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/TIFFUnsupportedCompression.html index e86dc1f0..d3c0bde2 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/TIFFUnsupportedCompression.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/TIFFUnsupportedCompression.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,6 +5045,9 @@

    TIFFUnsupportedCompression

    Unsupported compression

    +
    @@ -5101,6 +5104,9 @@

    Parameters

    Return Value

    new unsupported compression

    +
    @@ -5109,7 +5115,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/TIFFWriter.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/TIFFWriter.html index 5d73df46..33ca6160 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/TIFFWriter.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Classes/TIFFWriter.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5053,6 +5053,9 @@

    TIFFWriter

    The Rasters calculateRowsPerStrip(int) and Rasters calculateRowsPerStrip(int, int) methods provide a mechanism for determining a FileDirectory rowsPerStrip setting.

    +
    @@ -5117,6 +5120,9 @@

    Parameters

    +
    @@ -5194,6 +5200,9 @@

    Parameters

    + @@ -5249,6 +5258,9 @@

    Parameters

    Return Value

    tiff bytes

    + @@ -5317,6 +5329,9 @@

    Parameters

    Return Value

    tiff bytes

    + @@ -5381,6 +5396,9 @@

    Parameters

    + @@ -5389,7 +5407,7 @@

    Parameters

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Constants.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Constants.html index e4a84de3..eb8d7003 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Constants.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Constants.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5039,9 +5039,9 @@

    Constants

  • @@ -5049,31 +5049,34 @@

    Constants

    -

    Axis Direction Type names

    +

    id property name

    Declaration

    Objective-C

    -
    extern NSString *const CRS_AXIS_AFT_NAME
    +
    extern NSString *const OAF_ID

    Swift

    -
    let CRS_AXIS_AFT_NAME: String
    +
    let OAF_ID: String
    +
  • @@ -5081,31 +5084,34 @@

    Declaration

    -

    Undocumented

    +

    description property name

    Declaration

    Objective-C

    -
    extern NSString * const CRS_AXIS_AWAY_FROM_NAME
    +
    extern NSString *const OAF_DESCRIPTION

    Swift

    -
    let CRS_AXIS_AWAY_FROM_NAME: String
    +
    let OAF_DESCRIPTION: String
    +
  • @@ -5113,31 +5119,34 @@

    Declaration

    -

    Undocumented

    +

    extent property name

    Declaration

    Objective-C

    -
    extern NSString * const CRS_AXIS_CLOCKWISE_NAME
    +
    extern NSString *const OAF_EXTENT

    Swift

    -
    let CRS_AXIS_CLOCKWISE_NAME: String
    +
    let OAF_EXTENT: String
    +
  • @@ -5145,31 +5154,34 @@

    Declaration

    -

    Undocumented

    +

    item type property name

    Declaration

    Objective-C

    -
    extern NSString * const CRS_AXIS_COLUMN_NEGATIVE_NAME
    +
    extern NSString *const OAF_ITEM_TYPE

    Swift

    -
    let CRS_AXIS_COLUMN_NEGATIVE_NAME: String
    +
    let OAF_ITEM_TYPE: String
    +
  • @@ -5177,31 +5189,34 @@

    Declaration

    -

    Undocumented

    +

    collections property name

    Declaration

    Objective-C

    -
    extern NSString * const CRS_AXIS_COLUMN_POSITIVE_NAME
    +
    extern NSString *const OAF_COLLECTIONS

    Swift

    -
    let CRS_AXIS_COLUMN_POSITIVE_NAME: String
    +
    let OAF_COLLECTIONS: String
    +
  • @@ -5209,31 +5224,34 @@

    Declaration

    -

    Undocumented

    +

    CRS pattern

    Declaration

    Objective-C

    -
    extern NSString * const CRS_AXIS_COUNTER_CLOCKWISE_NAME
    +
    extern NSString *const OAF_CRS_PATTERN

    Swift

    -
    let CRS_AXIS_COUNTER_CLOCKWISE_NAME: String
    +
    let OAF_CRS_PATTERN: String
    +
  • @@ -5241,31 +5259,34 @@

    Declaration

    -

    Undocumented

    +

    CRS pattern authority group

    Declaration

    Objective-C

    -
    extern NSString * const CRS_AXIS_DISPLAY_DOWN_NAME
    +
    extern const int OAF_CRS_PATTERN_AUTHORITY_GROUP

    Swift

    -
    let CRS_AXIS_DISPLAY_DOWN_NAME: String
    +
    let OAF_CRS_PATTERN_AUTHORITY_GROUP: Int32
    +
  • @@ -5273,31 +5294,34 @@

    Declaration

    -

    Undocumented

    +

    CRS pattern code group

    Declaration

    Objective-C

    -
    extern NSString * const CRS_AXIS_DISPLAY_LEFT_NAME
    +
    extern const int OAF_CRS_PATTERN_VERSION_GROUP

    Swift

    -
    let CRS_AXIS_DISPLAY_LEFT_NAME: String
    +
    let OAF_CRS_PATTERN_VERSION_GROUP: Int32
    +
  • @@ -5305,31 +5329,34 @@

    Declaration

    -

    Undocumented

    +

    CRS pattern code group

    Declaration

    Objective-C

    -
    extern NSString * const CRS_AXIS_DISPLAY_RIGHT_NAME
    +
    extern const int OAF_CRS_PATTERN_CODE_GROUP

    Swift

    -
    let CRS_AXIS_DISPLAY_RIGHT_NAME: String
    +
    let OAF_CRS_PATTERN_CODE_GROUP: Int32
    +
  • @@ -5337,31 +5364,34 @@

    Declaration

    -

    Undocumented

    +

    Base CRS URL

    Declaration

    Objective-C

    -
    extern NSString * const CRS_AXIS_DISPLAY_UP_NAME
    +
    extern NSString *const OAF_CRS_BASE_URL

    Swift

    -
    let CRS_AXIS_DISPLAY_UP_NAME: String
    +
    let OAF_CRS_BASE_URL: String
    +
  • @@ -5369,31 +5399,34 @@

    Declaration

    -

    Undocumented

    +

    spatial property name

    Declaration

    Objective-C

    -
    extern NSString * const CRS_AXIS_DOWN_NAME
    +
    extern NSString *const OAF_SPATIAL

    Swift

    -
    let CRS_AXIS_DOWN_NAME: String
    +
    let OAF_SPATIAL: String
    +
  • @@ -5401,31 +5434,34 @@

    Declaration

    -

    Undocumented

    +

    temporal property name

    Declaration

    Objective-C

    -
    extern NSString * const CRS_AXIS_EAST_NAME
    +
    extern NSString *const OAF_TEMPORAL

    Swift

    -
    let CRS_AXIS_EAST_NAME: String
    +
    let OAF_TEMPORAL: String
    +
  • @@ -5433,31 +5469,34 @@

    Declaration

    -

    Undocumented

    +

    Links property name

    Declaration

    Objective-C

    -
    extern NSString * const CRS_AXIS_EAST_NORTH_EAST_NAME
    +
    extern NSString *const OAF_LINKS

    Swift

    -
    let CRS_AXIS_EAST_NORTH_EAST_NAME: String
    +
    let OAF_LINKS: String
    +
  • @@ -5465,31 +5504,34 @@

    Declaration

    -

    Undocumented

    +

    Time Stamp property name

    Declaration

    Objective-C

    -
    extern NSString * const CRS_AXIS_EAST_SOUTH_EAST_NAME
    +
    extern NSString *const OAF_TIME_STAMP

    Swift

    -
    let CRS_AXIS_EAST_SOUTH_EAST_NAME: String
    +
    let OAF_TIME_STAMP: String
    +
  • @@ -5497,31 +5539,34 @@

    Declaration

    -

    Undocumented

    +

    Number Matched property name

    Declaration

    Objective-C

    -
    extern NSString * const CRS_AXIS_FORWARD_NAME
    +
    extern NSString *const OAF_NUMBER_MATCHED

    Swift

    -
    let CRS_AXIS_FORWARD_NAME: String
    +
    let OAF_NUMBER_MATCHED: String
    +
  • @@ -5529,31 +5574,34 @@

    Declaration

    -

    Undocumented

    +

    Number Returned property name

    Declaration

    Objective-C

    -
    extern NSString * const CRS_AXIS_FUTURE_NAME
    +
    extern NSString *const OAF_NUMBER_RETURNED

    Swift

    -
    let CRS_AXIS_FUTURE_NAME: String
    +
    let OAF_NUMBER_RETURNED: String
    +
  • @@ -5561,31 +5609,34 @@

    Declaration

    -

    Undocumented

    +

    Link relation for next

    Declaration

    Objective-C

    -
    extern NSString * const CRS_AXIS_GEOCENTRIC_X_NAME
    +
    extern NSString *const OAF_LINK_RELATION_NEXT

    Swift

    -
    let CRS_AXIS_GEOCENTRIC_X_NAME: String
    +
    let OAF_LINK_RELATION_NEXT: String
    +
  • @@ -5593,31 +5644,34 @@

    Declaration

    -

    Undocumented

    +

    Limit default

    Declaration

    Objective-C

    -
    extern NSString * const CRS_AXIS_GEOCENTRIC_Y_NAME
    +
    extern const int OAF_LIMIT_DEFAULT

    Swift

    -
    let CRS_AXIS_GEOCENTRIC_Y_NAME: String
    +
    let OAF_LIMIT_DEFAULT: Int32
    +
  • @@ -5625,31 +5679,34 @@

    Declaration

    -

    Undocumented

    +

    href property name

    Declaration

    Objective-C

    -
    extern NSString * const CRS_AXIS_GEOCENTRIC_Z_NAME
    +
    extern NSString *const OAF_HREF

    Swift

    -
    let CRS_AXIS_GEOCENTRIC_Z_NAME: String
    +
    let OAF_HREF: String
    +
  • @@ -5657,31 +5714,34 @@

    Declaration

    -

    Undocumented

    +

    rel property name

    Declaration

    Objective-C

    -
    extern NSString * const CRS_AXIS_NORTH_NAME
    +
    extern NSString *const OAF_REL

    Swift

    -
    let CRS_AXIS_NORTH_NAME: String
    +
    let OAF_REL: String
    +
  • @@ -5689,31 +5749,34 @@

    Declaration

    -

    Undocumented

    +

    type property name

    Declaration

    Objective-C

    -
    extern NSString * const CRS_AXIS_NORTH_EAST_NAME
    +
    extern NSString *const OAF_TYPE

    Swift

    -
    let CRS_AXIS_NORTH_EAST_NAME: String
    +
    let OAF_TYPE: String
    +
  • @@ -5721,31 +5784,34 @@

    Declaration

    -

    Undocumented

    +

    hreflang property name

    Declaration

    Objective-C

    -
    extern NSString * const CRS_AXIS_NORTH_NORTH_EAST_NAME
    +
    extern NSString *const OAF_HREFLANG

    Swift

    -
    let CRS_AXIS_NORTH_NORTH_EAST_NAME: String
    +
    let OAF_HREFLANG: String
    +
  • @@ -5753,31 +5819,34 @@

    Declaration

    -

    Undocumented

    +

    title property name

    Declaration

    Objective-C

    -
    extern NSString * const CRS_AXIS_NORTH_NORTH_WEST_NAME
    +
    extern NSString *const OAF_TITLE

    Swift

    -
    let CRS_AXIS_NORTH_NORTH_WEST_NAME: String
    +
    let OAF_TITLE: String
    +
  • @@ -5785,31 +5854,34 @@

    Declaration

    -

    Undocumented

    +

    length property name

    Declaration

    Objective-C

    -
    extern NSString * const CRS_AXIS_NORTH_WEST_NAME
    +
    extern NSString *const OAF_LENGTH

    Swift

    -
    let CRS_AXIS_NORTH_WEST_NAME: String
    +
    let OAF_LENGTH: String
    +
  • @@ -5817,31 +5889,34 @@

    Declaration

    -

    Undocumented

    +

    bbox property name

    Declaration

    Objective-C

    -
    extern NSString * const CRS_AXIS_PAST_NAME
    +
    extern NSString *const OAF_BBOX

    Swift

    -
    let CRS_AXIS_PAST_NAME: String
    +
    let OAF_BBOX: String
    +
  • @@ -5849,31 +5924,34 @@

    Declaration

    -

    Undocumented

    +

    crs property name

    Declaration

    Objective-C

    -
    extern NSString * const CRS_AXIS_PORT_NAME
    +
    extern NSString *const OAF_CRS

    Swift

    -
    let CRS_AXIS_PORT_NAME: String
    +
    let OAF_CRS: String
    +
  • @@ -5881,31 +5959,34 @@

    Declaration

    -

    Undocumented

    +

    interval property name

    Declaration

    Objective-C

    -
    extern NSString * const CRS_AXIS_ROW_NEGATIVE_NAME
    +
    extern NSString *const OAF_INTERVAL

    Swift

    -
    let CRS_AXIS_ROW_NEGATIVE_NAME: String
    +
    let OAF_INTERVAL: String
    +
  • @@ -5913,31 +5994,34 @@

    Declaration

    -

    Undocumented

    +

    trs property name

    Declaration

    Objective-C

    -
    extern NSString * const CRS_AXIS_ROW_POSITIVE_NAME
    +
    extern NSString *const OAF_TRS

    Swift

    -
    let CRS_AXIS_ROW_POSITIVE_NAME: String
    +
    let OAF_TRS: String
    +
  • @@ -5952,24 +6036,22 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_AXIS_SOUTH_NAME
    - -
    -
    -

    Swift

    -
    let CRS_AXIS_SOUTH_NAME: String
    +
    extern char const pj_release[]
    +
  • @@ -5984,24 +6066,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_AXIS_SOUTH_EAST_NAME
    +
    extern int pj_errno

    Swift

    -
    let CRS_AXIS_SOUTH_EAST_NAME: String
    +
    var pj_errno: Int32
    +
  • @@ -6016,24 +6101,22 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_AXIS_SOUTH_SOUTH_EAST_NAME
    - -
    -
    -

    Swift

    -
    let CRS_AXIS_SOUTH_SOUTH_EAST_NAME: String
    +
    extern struct PJ_LIST pj_list[]
    +
  • @@ -6048,24 +6131,22 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_AXIS_SOUTH_SOUTH_WEST_NAME
    - -
    -
    -

    Swift

    -
    let CRS_AXIS_SOUTH_SOUTH_WEST_NAME: String
    +
    extern struct PJ_SELFTEST_LIST pj_selftest_list[]
    +
  • @@ -6080,24 +6161,22 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_AXIS_SOUTH_WEST_NAME
    - -
    -
    -

    Swift

    -
    let CRS_AXIS_SOUTH_WEST_NAME: String
    +
    extern struct PJ_ELLPS pj_ellps[]
    +
  • @@ -6112,24 +6191,22 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_AXIS_STARBOARD_NAME
    - -
    -
    -

    Swift

    -
    let CRS_AXIS_STARBOARD_NAME: String
    +
    extern struct PJ_UNITS pj_units[]
    +
  • @@ -6144,24 +6221,22 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_AXIS_TOWARDS_NAME
    - -
    -
    -

    Swift

    -
    let CRS_AXIS_TOWARDS_NAME: String
    +
    extern struct PJ_DATUMS pj_datums[]
    +
  • @@ -6176,24 +6251,22 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_AXIS_UNSPECIFIED_NAME
    - -
    -
    -

    Swift

    -
    let CRS_AXIS_UNSPECIFIED_NAME: String
    +
    extern struct PJ_PRIME_MERIDIANS pj_prime_meridians[]
    +
  • @@ -6201,31 +6274,34 @@

    Declaration

    -

    Undocumented

    +

    Feature type

    Declaration

    Objective-C

    -
    extern NSString * const CRS_AXIS_UP_NAME
    +
    extern NSString *const SFG_TYPE_FEATURE

    Swift

    -
    let CRS_AXIS_UP_NAME: String
    +
    let SFG_TYPE_FEATURE: String
    +
  • @@ -6233,31 +6309,34 @@

    Declaration

    -

    Undocumented

    +

    Id key

    Declaration

    Objective-C

    -
    extern NSString * const CRS_AXIS_WEST_NAME
    +
    extern NSString *const SFG_MEMBER_ID

    Swift

    -
    let CRS_AXIS_WEST_NAME: String
    +
    let SFG_MEMBER_ID: String
    +
  • @@ -6265,31 +6344,34 @@

    Declaration

    -

    Undocumented

    +

    Geometry key

    Declaration

    Objective-C

    -
    extern NSString * const CRS_AXIS_WEST_NORTH_WEST_NAME
    +
    extern NSString *const SFG_MEMBER_GEOMETRY

    Swift

    -
    let CRS_AXIS_WEST_NORTH_WEST_NAME: String
    +
    let SFG_MEMBER_GEOMETRY: String
    +
  • @@ -6297,31 +6379,34 @@

    Declaration

    -

    Undocumented

    +

    Properties key

    Declaration

    Objective-C

    -
    extern NSString * const CRS_AXIS_WEST_SOUTH_WEST_NAME
    +
    extern NSString *const SFG_MEMBER_PROPERTIES

    Swift

    -
    let CRS_AXIS_WEST_SOUTH_WEST_NAME: String
    +
    let SFG_MEMBER_PROPERTIES: String
    +
  • @@ -6329,31 +6414,34 @@

    Declaration

    -

    Category Type names

    +

    Feature Collection type

    Declaration

    Objective-C

    -
    extern NSString *const CRS_CATEGORY_CRS_NAME
    +
    extern NSString *const SFG_TYPE_FEATURE_COLLECTION

    Swift

    -
    let CRS_CATEGORY_CRS_NAME: String
    +
    let SFG_TYPE_FEATURE_COLLECTION: String
    +
  • @@ -6361,31 +6449,34 @@

    Declaration

    -

    Undocumented

    +

    Features key

    Declaration

    Objective-C

    -
    extern NSString * const CRS_CATEGORY_OPERATION_NAME
    +
    extern NSString *const SFG_MEMBER_FEATURES

    Swift

    -
    let CRS_CATEGORY_OPERATION_NAME: String
    +
    let SFG_MEMBER_FEATURES: String
    +
  • @@ -6393,31 +6484,34 @@

    Declaration

    -

    Undocumented

    +

    Type key

    Declaration

    Objective-C

    -
    extern NSString * const CRS_CATEGORY_METADATA_NAME
    +
    extern NSString *const SFG_MEMBER_TYPE

    Swift

    -
    let CRS_CATEGORY_METADATA_NAME: String
    +
    let SFG_MEMBER_TYPE: String
    +
  • @@ -6425,31 +6519,34 @@

    Declaration

    -

    Coordinate System Type names

    +

    Bounding Box key

    Declaration

    Objective-C

    -
    extern NSString *const CRS_CS_AFFINE_NAME
    +
    extern NSString *const SFG_MEMBER_BBOX

    Swift

    -
    let CRS_CS_AFFINE_NAME: String
    +
    let SFG_MEMBER_BBOX: String
    +
  • @@ -6457,31 +6554,34 @@

    Declaration

    -

    Undocumented

    +

    Coordinates key

    Declaration

    Objective-C

    -
    extern NSString * const CRS_CS_CARTESIAN_NAME
    +
    extern NSString *const SFG_MEMBER_COORDINATES

    Swift

    -
    let CRS_CS_CARTESIAN_NAME: String
    +
    let SFG_MEMBER_COORDINATES: String
    +
  • @@ -6489,31 +6589,34 @@

    Declaration

    -

    Undocumented

    +

    Geometries key

    Declaration

    Objective-C

    -
    extern NSString * const CRS_CS_CYLINDRICAL_NAME
    +
    extern NSString *const SFG_MEMBER_GEOMETRIES

    Swift

    -
    let CRS_CS_CYLINDRICAL_NAME: String
    +
    let SFG_MEMBER_GEOMETRIES: String
    +
  • @@ -6521,31 +6624,34 @@

    Declaration

    -

    Undocumented

    +

    Little Endian byte order string

    Declaration

    Objective-C

    -
    extern NSString * const CRS_CS_ELLIPSOIDAL_NAME
    +
    extern NSString *const TIFF_BYTE_ORDER_LITTLE_ENDIAN

    Swift

    -
    let CRS_CS_ELLIPSOIDAL_NAME: String
    +
    let TIFF_BYTE_ORDER_LITTLE_ENDIAN: String
    +
  • @@ -6553,31 +6659,34 @@

    Declaration

    -

    Undocumented

    +

    Big Endian byte order string

    Declaration

    Objective-C

    -
    extern NSString * const CRS_CS_LINEAR_NAME
    +
    extern NSString *const TIFF_BYTE_ORDER_BIG_ENDIAN

    Swift

    -
    let CRS_CS_LINEAR_NAME: String
    +
    let TIFF_BYTE_ORDER_BIG_ENDIAN: String
    +
  • @@ -6585,31 +6694,34 @@

    Declaration

    -

    Undocumented

    +

    TIFF File Identifier

    Declaration

    Objective-C

    -
    extern NSString * const CRS_CS_ORDINAL_NAME
    +
    extern const NSInteger TIFF_FILE_IDENTIFIER

    Swift

    -
    let CRS_CS_ORDINAL_NAME: String
    +
    let TIFF_FILE_IDENTIFIER: Int
    +
  • @@ -6617,31 +6729,34 @@

    Declaration

    -

    Undocumented

    +

    TIFF header bytes

    Declaration

    Objective-C

    -
    extern NSString * const CRS_CS_PARAMETRIC_NAME
    +
    extern const NSInteger TIFF_HEADER_BYTES

    Swift

    -
    let CRS_CS_PARAMETRIC_NAME: String
    +
    let TIFF_HEADER_BYTES: Int
    +
  • @@ -6649,31 +6764,34 @@

    Declaration

    -

    Undocumented

    +

    Image File Directory header / number of entries bytes

    Declaration

    Objective-C

    -
    extern NSString * const CRS_CS_POLAR_NAME
    +
    extern const NSInteger TIFF_IFD_HEADER_BYTES

    Swift

    -
    let CRS_CS_POLAR_NAME: String
    +
    let TIFF_IFD_HEADER_BYTES: Int
    +
  • @@ -6681,31 +6799,34 @@

    Declaration

    -

    Undocumented

    +

    Image File Directory offset to the next IFD bytes

    Declaration

    Objective-C

    -
    extern NSString * const CRS_CS_SPHERICAL_NAME
    +
    extern const NSInteger TIFF_IFD_OFFSET_BYTES

    Swift

    -
    let CRS_CS_SPHERICAL_NAME: String
    +
    let TIFF_IFD_OFFSET_BYTES: Int
    +
  • @@ -6713,31 +6834,34 @@

    Declaration

    -

    Undocumented

    +

    Image File Directory entry bytes

    Declaration

    Objective-C

    -
    extern NSString * const CRS_CS_TEMPORAL_COUNT_NAME
    +
    extern const NSInteger TIFF_IFD_ENTRY_BYTES

    Swift

    -
    let CRS_CS_TEMPORAL_COUNT_NAME: String
    +
    let TIFF_IFD_ENTRY_BYTES: Int
    +
  • @@ -6745,31 +6869,34 @@

    Declaration

    -

    Undocumented

    +

    Default max bytes per strip when writing strips

    Declaration

    Objective-C

    -
    extern NSString * const CRS_CS_TEMPORAL_DATE_TIME_NAME
    +
    extern const NSInteger TIFF_DEFAULT_MAX_BYTES_PER_STRIP

    Swift

    -
    let CRS_CS_TEMPORAL_DATE_TIME_NAME: String
    +
    let TIFF_DEFAULT_MAX_BYTES_PER_STRIP: Int
    +
  • @@ -6784,24 +6911,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_CS_TEMPORAL_MEASURE_NAME
    +
    extern NSInteger const TIFF_COMPRESSION_NO

    Swift

    -
    let CRS_CS_TEMPORAL_MEASURE_NAME: String
    +
    let TIFF_COMPRESSION_NO: Int
    +
  • @@ -6816,24 +6946,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_CS_VERTICAL_NAME
    +
    extern NSInteger const TIFF_COMPRESSION_CCITT_HUFFMAN

    Swift

    -
    let CRS_CS_VERTICAL_NAME: String
    +
    let TIFF_COMPRESSION_CCITT_HUFFMAN: Int
    +
  • @@ -6841,31 +6974,34 @@

    Declaration

    -

    Ellipsoid Type names

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern NSString *const CRS_ELLIPSOID_OBLATE_NAME
    +
    extern NSInteger const TIFF_COMPRESSION_T4

    Swift

    -
    let CRS_ELLIPSOID_OBLATE_NAME: String
    +
    let TIFF_COMPRESSION_T4: Int
    +
  • @@ -6880,24 +7016,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_ELLIPSOID_TRIAXIAL_NAME
    +
    extern NSInteger const TIFF_COMPRESSION_T6

    Swift

    -
    let CRS_ELLIPSOID_TRIAXIAL_NAME: String
    +
    let TIFF_COMPRESSION_T6: Int
    +
  • @@ -6905,31 +7044,34 @@

    Declaration

    -

    Coordinate Operation Type names

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern NSString *const CRS_OPERATION_COORDINATE_NAME
    +
    extern NSInteger const TIFF_COMPRESSION_LZW

    Swift

    -
    let CRS_OPERATION_COORDINATE_NAME: String
    +
    let TIFF_COMPRESSION_LZW: Int
    +
  • @@ -6944,24 +7086,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_OPERATION_POINT_MOTION_NAME
    +
    extern NSInteger const TIFF_COMPRESSION_JPEG_OLD

    Swift

    -
    let CRS_OPERATION_POINT_MOTION_NAME: String
    +
    let TIFF_COMPRESSION_JPEG_OLD: Int
    +
  • @@ -6976,24 +7121,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_OPERATION_MAP_PROJECTION_NAME
    +
    extern NSInteger const TIFF_COMPRESSION_JPEG_NEW

    Swift

    -
    let CRS_OPERATION_MAP_PROJECTION_NAME: String
    +
    let TIFF_COMPRESSION_JPEG_NEW: Int
    +
  • @@ -7008,30 +7156,37 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_OPERATION_DERIVING_CONVERSION_NAME
    +
    extern NSInteger const TIFF_COMPRESSION_DEFLATE

    Swift

    -
    let CRS_OPERATION_DERIVING_CONVERSION_NAME: String
    +
    let TIFF_COMPRESSION_DEFLATE: Int
    +
  • +
    +

    Deprecated

    + +

    Undocumented

    @@ -7040,24 +7195,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_OPERATION_ABRIDGED_COORDINATE_TRANSFORMATION_NAME
    +
    extern NSInteger const TIFF_COMPRESSION_PKZIP_DEFLATE

    Swift

    -
    let CRS_OPERATION_ABRIDGED_COORDINATE_TRANSFORMATION_NAME: String
    +
    let TIFF_COMPRESSION_PKZIP_DEFLATE: Int
    +
  • @@ -7072,24 +7230,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_PARAM_PROJ
    +
    extern NSInteger const TIFF_COMPRESSION_PACKBITS

    Swift

    -
    let CRS_PROJ_PARAM_PROJ: String
    +
    let TIFF_COMPRESSION_PACKBITS: Int
    +
  • @@ -7104,24 +7265,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_PARAM_ZONE
    +
    extern NSInteger const TIFF_EXTRA_SAMPLES_UNSPECIFIED

    Swift

    -
    let CRS_PROJ_PARAM_ZONE: String
    +
    let TIFF_EXTRA_SAMPLES_UNSPECIFIED: Int
    +
  • @@ -7136,24 +7300,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_PARAM_SOUTH
    +
    extern NSInteger const TIFF_EXTRA_SAMPLES_ASSOCIATED_ALPHA

    Swift

    -
    let CRS_PROJ_PARAM_SOUTH: String
    +
    let TIFF_EXTRA_SAMPLES_ASSOCIATED_ALPHA: Int
    +
  • @@ -7168,24 +7335,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_PARAM_LAT_1
    +
    extern NSInteger const TIFF_EXTRA_SAMPLES_UNASSOCIATED_ALPHA

    Swift

    -
    let CRS_PROJ_PARAM_LAT_1: String
    +
    let TIFF_EXTRA_SAMPLES_UNASSOCIATED_ALPHA: Int
    +
  • @@ -7200,24 +7370,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_PARAM_LAT_2
    +
    extern NSInteger const TIFF_FILL_ORDER_LOWER_COLUMN_HIGHER_ORDER

    Swift

    -
    let CRS_PROJ_PARAM_LAT_2: String
    +
    let TIFF_FILL_ORDER_LOWER_COLUMN_HIGHER_ORDER: Int
    +
  • @@ -7232,24 +7405,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_PARAM_LAT_0
    +
    extern NSInteger const TIFF_FILL_ORDER_LOWER_COLUMN_LOWER_ORDER

    Swift

    -
    let CRS_PROJ_PARAM_LAT_0: String
    +
    let TIFF_FILL_ORDER_LOWER_COLUMN_LOWER_ORDER: Int
    +
  • @@ -7264,24 +7440,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_PARAM_LAT_TS
    +
    extern NSInteger const TIFF_GRAY_RESPONSE_TENTHS

    Swift

    -
    let CRS_PROJ_PARAM_LAT_TS: String
    +
    let TIFF_GRAY_RESPONSE_TENTHS: Int
    +
  • @@ -7296,24 +7475,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_PARAM_LON_0
    +
    extern NSInteger const TIFF_GRAY_RESPONSE_HUNDREDTHS

    Swift

    -
    let CRS_PROJ_PARAM_LON_0: String
    +
    let TIFF_GRAY_RESPONSE_HUNDREDTHS: Int
    +
  • @@ -7328,24 +7510,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_PARAM_LONC
    +
    extern NSInteger const TIFF_GRAY_RESPONSE_THOUSANDTHS

    Swift

    -
    let CRS_PROJ_PARAM_LONC: String
    +
    let TIFF_GRAY_RESPONSE_THOUSANDTHS: Int
    +
  • @@ -7360,24 +7545,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_PARAM_ALPHA
    +
    extern NSInteger const TIFF_GRAY_RESPONSE_TEN_THOUSANDTHS

    Swift

    -
    let CRS_PROJ_PARAM_ALPHA: String
    +
    let TIFF_GRAY_RESPONSE_TEN_THOUSANDTHS: Int
    +
  • @@ -7392,24 +7580,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_PARAM_K_0
    +
    extern NSInteger const TIFF_GRAY_RESPONSE_HUNDRED_THOUSANDTHS

    Swift

    -
    let CRS_PROJ_PARAM_K_0: String
    +
    let TIFF_GRAY_RESPONSE_HUNDRED_THOUSANDTHS: Int
    +
  • @@ -7424,24 +7615,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_PARAM_X_0
    +
    extern NSInteger const TIFF_ORIENTATION_TOP_ROW_LEFT_COLUMN

    Swift

    -
    let CRS_PROJ_PARAM_X_0: String
    +
    let TIFF_ORIENTATION_TOP_ROW_LEFT_COLUMN: Int
    +
  • @@ -7456,24 +7650,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_PARAM_Y_0
    +
    extern NSInteger const TIFF_ORIENTATION_TOP_ROW_RIGHT_COLUMN

    Swift

    -
    let CRS_PROJ_PARAM_Y_0: String
    +
    let TIFF_ORIENTATION_TOP_ROW_RIGHT_COLUMN: Int
    +
  • @@ -7488,24 +7685,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_PARAM_AXIS
    +
    extern NSInteger const TIFF_ORIENTATION_BOTTOM_ROW_RIGHT_COLUMN

    Swift

    -
    let CRS_PROJ_PARAM_AXIS: String
    +
    let TIFF_ORIENTATION_BOTTOM_ROW_RIGHT_COLUMN: Int
    +
  • @@ -7520,24 +7720,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_PARAM_DATUM
    +
    extern NSInteger const TIFF_ORIENTATION_BOTTOM_ROW_LEFT_COLUMN

    Swift

    -
    let CRS_PROJ_PARAM_DATUM: String
    +
    let TIFF_ORIENTATION_BOTTOM_ROW_LEFT_COLUMN: Int
    +
  • @@ -7552,24 +7755,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_PARAM_NO_UOFF
    +
    extern NSInteger const TIFF_ORIENTATION_LEFT_ROW_TOP_COLUMN

    Swift

    -
    let CRS_PROJ_PARAM_NO_UOFF: String
    +
    let TIFF_ORIENTATION_LEFT_ROW_TOP_COLUMN: Int
    +
  • @@ -7584,24 +7790,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_PARAM_GAMMA
    +
    extern NSInteger const TIFF_ORIENTATION_RIGHT_ROW_TOP_COLUMN

    Swift

    -
    let CRS_PROJ_PARAM_GAMMA: String
    +
    let TIFF_ORIENTATION_RIGHT_ROW_TOP_COLUMN: Int
    +
  • @@ -7616,24 +7825,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_PARAM_A
    +
    extern NSInteger const TIFF_ORIENTATION_RIGHT_ROW_BOTTOM_COLUMN

    Swift

    -
    let CRS_PROJ_PARAM_A: String
    +
    let TIFF_ORIENTATION_RIGHT_ROW_BOTTOM_COLUMN: Int
    +
  • @@ -7648,24 +7860,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_PARAM_B
    +
    extern NSInteger const TIFF_ORIENTATION_LEFT_ROW_BOTTOM_COLUMN

    Swift

    -
    let CRS_PROJ_PARAM_B: String
    +
    let TIFF_ORIENTATION_LEFT_ROW_BOTTOM_COLUMN: Int
    +
  • @@ -7680,24 +7895,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_PARAM_ELLPS
    +
    extern NSInteger const TIFF_PHOTOMETRIC_INTERPRETATION_WHITE_IS_ZERO

    Swift

    -
    let CRS_PROJ_PARAM_ELLPS: String
    +
    let TIFF_PHOTOMETRIC_INTERPRETATION_WHITE_IS_ZERO: Int
    +
  • @@ -7712,24 +7930,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_PARAM_TOWGS84
    +
    extern NSInteger const TIFF_PHOTOMETRIC_INTERPRETATION_BLACK_IS_ZERO

    Swift

    -
    let CRS_PROJ_PARAM_TOWGS84: String
    +
    let TIFF_PHOTOMETRIC_INTERPRETATION_BLACK_IS_ZERO: Int
    +
  • @@ -7744,24 +7965,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_PARAM_PM
    +
    extern NSInteger const TIFF_PHOTOMETRIC_INTERPRETATION_RGB

    Swift

    -
    let CRS_PROJ_PARAM_PM: String
    +
    let TIFF_PHOTOMETRIC_INTERPRETATION_RGB: Int
    +
  • @@ -7776,24 +8000,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_PARAM_UNITS
    +
    extern NSInteger const TIFF_PHOTOMETRIC_INTERPRETATION_PALETTE

    Swift

    -
    let CRS_PROJ_PARAM_UNITS: String
    +
    let TIFF_PHOTOMETRIC_INTERPRETATION_PALETTE: Int
    +
  • @@ -7808,24 +8035,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_PARAM_TO_METER
    +
    extern NSInteger const TIFF_PHOTOMETRIC_INTERPRETATION_TRANSPARENCY

    Swift

    -
    let CRS_PROJ_PARAM_TO_METER: String
    +
    let TIFF_PHOTOMETRIC_INTERPRETATION_TRANSPARENCY: Int
    +
  • @@ -7840,24 +8070,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_PARAM_NADGRIDS
    +
    extern NSInteger const TIFF_PLANAR_CONFIGURATION_CHUNKY

    Swift

    -
    let CRS_PROJ_PARAM_NADGRIDS: String
    +
    let TIFF_PLANAR_CONFIGURATION_CHUNKY: Int
    +
  • @@ -7872,24 +8105,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_PARAM_WKTEXT
    +
    extern NSInteger const TIFF_PLANAR_CONFIGURATION_PLANAR

    Swift

    -
    let CRS_PROJ_PARAM_WKTEXT: String
    +
    let TIFF_PLANAR_CONFIGURATION_PLANAR: Int
    +
  • @@ -7904,24 +8140,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_PARAM_NO_DEFS
    +
    extern NSInteger const TIFF_RESOLUTION_UNIT_NO

    Swift

    -
    let CRS_PROJ_PARAM_NO_DEFS: String
    +
    let TIFF_RESOLUTION_UNIT_NO: Int
    +
  • @@ -7936,24 +8175,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_NAME_AEA
    +
    extern NSInteger const TIFF_RESOLUTION_UNIT_INCH

    Swift

    -
    let CRS_PROJ_NAME_AEA: String
    +
    let TIFF_RESOLUTION_UNIT_INCH: Int
    +
  • @@ -7968,24 +8210,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_NAME_CASS
    +
    extern NSInteger const TIFF_RESOLUTION_UNIT_CENTIMETER

    Swift

    -
    let CRS_PROJ_NAME_CASS: String
    +
    let TIFF_RESOLUTION_UNIT_CENTIMETER: Int
    +
  • @@ -8000,24 +8245,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_NAME_CEA
    +
    extern NSInteger const TIFF_SAMPLE_FORMAT_UNSIGNED_INT

    Swift

    -
    let CRS_PROJ_NAME_CEA: String
    +
    let TIFF_SAMPLE_FORMAT_UNSIGNED_INT: Int
    +
  • @@ -8032,24 +8280,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_NAME_EQC
    +
    extern NSInteger const TIFF_SAMPLE_FORMAT_SIGNED_INT

    Swift

    -
    let CRS_PROJ_NAME_EQC: String
    +
    let TIFF_SAMPLE_FORMAT_SIGNED_INT: Int
    +
  • @@ -8064,24 +8315,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_NAME_KROVAK
    +
    extern NSInteger const TIFF_SAMPLE_FORMAT_FLOAT

    Swift

    -
    let CRS_PROJ_NAME_KROVAK: String
    +
    let TIFF_SAMPLE_FORMAT_FLOAT: Int
    +
  • @@ -8096,24 +8350,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_NAME_LAEA
    +
    extern NSInteger const TIFF_SAMPLE_FORMAT_UNDEFINED

    Swift

    -
    let CRS_PROJ_NAME_LAEA: String
    +
    let TIFF_SAMPLE_FORMAT_UNDEFINED: Int
    +
  • @@ -8128,24 +8385,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_NAME_LCC
    +
    extern NSInteger const TIFF_SUBFILE_TYPE_FULL

    Swift

    -
    let CRS_PROJ_NAME_LCC: String
    +
    let TIFF_SUBFILE_TYPE_FULL: Int
    +
  • @@ -8160,24 +8420,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_NAME_LONGLAT
    +
    extern NSInteger const TIFF_SUBFILE_TYPE_REDUCED

    Swift

    -
    let CRS_PROJ_NAME_LONGLAT: String
    +
    let TIFF_SUBFILE_TYPE_REDUCED: Int
    +
  • @@ -8192,24 +8455,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_NAME_MERC
    +
    extern NSInteger const TIFF_SAMPLE_FORMAT_SINGLE_PAGE_MULTI_PAGE

    Swift

    -
    let CRS_PROJ_NAME_MERC: String
    +
    let TIFF_SAMPLE_FORMAT_SINGLE_PAGE_MULTI_PAGE: Int
    +
  • @@ -8224,24 +8490,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_NAME_NZMG
    +
    extern NSInteger const TIFF_THRESHHOLDING_NO

    Swift

    -
    let CRS_PROJ_NAME_NZMG: String
    +
    let TIFF_THRESHHOLDING_NO: Int
    +
  • @@ -8256,24 +8525,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_NAME_OMERC
    +
    extern NSInteger const TIFF_THRESHHOLDING_ORDERED

    Swift

    -
    let CRS_PROJ_NAME_OMERC: String
    +
    let TIFF_THRESHHOLDING_ORDERED: Int
    +
  • @@ -8288,24 +8560,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_NAME_POLY
    +
    extern NSInteger const TIFF_THRESHHOLDING_RANDOM

    Swift

    -
    let CRS_PROJ_NAME_POLY: String
    +
    let TIFF_THRESHHOLDING_RANDOM: Int
    +
  • @@ -8320,24 +8595,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_NAME_SOMERC
    +
    extern NSInteger const TIFF_PREDICTOR_NO

    Swift

    -
    let CRS_PROJ_NAME_SOMERC: String
    +
    let TIFF_PREDICTOR_NO: Int
    +
  • @@ -8352,24 +8630,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_NAME_STERE
    +
    extern NSInteger const TIFF_PREDICTOR_HORIZONTAL

    Swift

    -
    let CRS_PROJ_NAME_STERE: String
    +
    let TIFF_PREDICTOR_HORIZONTAL: Int
    +
  • @@ -8384,24 +8665,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_NAME_STEREA
    +
    extern NSInteger const TIFF_PREDICTOR_FLOATINGPOINT

    Swift

    -
    let CRS_PROJ_NAME_STEREA: String
    +
    let TIFF_PREDICTOR_FLOATINGPOINT: Int
    +
  • @@ -8409,31 +8693,34 @@

    Declaration

    -

    Undocumented

    +

    Category Type names

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_NAME_TMERC
    +
    extern NSString *const CRS_CATEGORY_CRS_NAME

    Swift

    -
    let CRS_PROJ_NAME_TMERC: String
    +
    let CRS_CATEGORY_CRS_NAME: String
    +
  • @@ -8448,24 +8735,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_NAME_UTM
    +
    extern NSString * const CRS_CATEGORY_OPERATION_NAME

    Swift

    -
    let CRS_PROJ_NAME_UTM: String
    +
    let CRS_CATEGORY_OPERATION_NAME: String
    +
  • @@ -8480,24 +8770,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_AXIS_EAST
    +
    extern NSString * const CRS_CATEGORY_METADATA_NAME

    Swift

    -
    let CRS_PROJ_AXIS_EAST: String
    +
    let CRS_CATEGORY_METADATA_NAME: String
    +
  • @@ -8505,31 +8798,34 @@

    Declaration

    -

    Undocumented

    +

    CRS Type names

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_AXIS_WEST
    +
    extern NSString *const CRS_TYPE_BOUND_NAME

    Swift

    -
    let CRS_PROJ_AXIS_WEST: String
    +
    let CRS_TYPE_BOUND_NAME: String
    +
  • @@ -8544,24 +8840,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_AXIS_NORTH
    +
    extern NSString * const CRS_TYPE_COMPOUND_NAME

    Swift

    -
    let CRS_PROJ_AXIS_NORTH: String
    +
    let CRS_TYPE_COMPOUND_NAME: String
    +
  • @@ -8576,24 +8875,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_AXIS_SOUTH
    +
    extern NSString * const CRS_TYPE_CONCATENATED_OPERATION_NAME

    Swift

    -
    let CRS_PROJ_AXIS_SOUTH: String
    +
    let CRS_TYPE_CONCATENATED_OPERATION_NAME: String
    +
  • @@ -8608,24 +8910,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_AXIS_UP
    +
    extern NSString * const CRS_TYPE_COORDINATE_METADATA_NAME

    Swift

    -
    let CRS_PROJ_AXIS_UP: String
    +
    let CRS_TYPE_COORDINATE_METADATA_NAME: String
    +
  • @@ -8640,24 +8945,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_AXIS_DOWN
    +
    extern NSString * const CRS_TYPE_COORDINATE_OPERATION_NAME

    Swift

    -
    let CRS_PROJ_AXIS_DOWN: String
    +
    let CRS_TYPE_COORDINATE_OPERATION_NAME: String
    +
  • @@ -8672,24 +8980,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_AXIS_WEST_SOUTH_UP
    +
    extern NSString * const CRS_TYPE_DERIVED_NAME

    Swift

    -
    let CRS_PROJ_AXIS_WEST_SOUTH_UP: String
    +
    let CRS_TYPE_DERIVED_NAME: String
    +
  • @@ -8704,24 +9015,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_UNITS_METRE
    +
    extern NSString * const CRS_TYPE_ENGINEERING_NAME

    Swift

    -
    let CRS_PROJ_UNITS_METRE: String
    +
    let CRS_TYPE_ENGINEERING_NAME: String
    +
  • @@ -8736,24 +9050,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_UNITS_US_SURVEY_FOOT
    +
    extern NSString * const CRS_TYPE_GEODETIC_NAME

    Swift

    -
    let CRS_PROJ_UNITS_US_SURVEY_FOOT: String
    +
    let CRS_TYPE_GEODETIC_NAME: String
    +
  • @@ -8768,24 +9085,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_UNITS_FOOT
    +
    extern NSString * const CRS_TYPE_GEOGRAPHIC_NAME

    Swift

    -
    let CRS_PROJ_UNITS_FOOT: String
    +
    let CRS_TYPE_GEOGRAPHIC_NAME: String
    +
  • @@ -8800,24 +9120,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_UNITS_DEGREE
    +
    extern NSString * const CRS_TYPE_PARAMETRIC_NAME

    Swift

    -
    let CRS_PROJ_UNITS_DEGREE: String
    +
    let CRS_TYPE_PARAMETRIC_NAME: String
    +
  • @@ -8832,24 +9155,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_PSEUDO_MERCATOR
    +
    extern NSString * const CRS_TYPE_POINT_MOTION_OPERATION_NAME

    Swift

    -
    let CRS_PROJ_PSEUDO_MERCATOR: String
    +
    let CRS_TYPE_POINT_MOTION_OPERATION_NAME: String
    +
  • @@ -8864,24 +9190,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_SWISS_OBLIQUE_MERCATOR
    +
    extern NSString * const CRS_TYPE_PROJECTED_NAME

    Swift

    -
    let CRS_PROJ_SWISS_OBLIQUE_MERCATOR: String
    +
    let CRS_TYPE_PROJECTED_NAME: String
    +
  • @@ -8896,24 +9225,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_SWISS_OBLIQUE_MERCATOR_COMPAT
    +
    extern NSString * const CRS_TYPE_TEMPORAL_NAME

    Swift

    -
    let CRS_PROJ_SWISS_OBLIQUE_MERCATOR_COMPAT: String
    +
    let CRS_TYPE_TEMPORAL_NAME: String
    +
  • @@ -8928,24 +9260,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_PROJ_UTM_ZONE
    +
    extern NSString * const CRS_TYPE_VERTICAL_NAME

    Swift

    -
    let CRS_PROJ_UTM_ZONE: String
    +
    let CRS_TYPE_VERTICAL_NAME: String
    +
  • @@ -8953,31 +9288,34 @@

    Declaration

    -

    Undocumented

    +

    Axis Direction Type names

    Declaration

    Objective-C

    -
    extern NSString * const CRS_WKT_SEPARATOR
    +
    extern NSString *const CRS_AXIS_AFT_NAME

    Swift

    -
    let CRS_WKT_SEPARATOR: String
    +
    let CRS_AXIS_AFT_NAME: String
    +
  • @@ -8992,24 +9330,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_WKT_LEFT_DELIMITER
    +
    extern NSString * const CRS_AXIS_AWAY_FROM_NAME

    Swift

    -
    let CRS_WKT_LEFT_DELIMITER: String
    +
    let CRS_AXIS_AWAY_FROM_NAME: String
    +
  • @@ -9024,24 +9365,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_WKT_LEFT_DELIMITER_COMPAT
    +
    extern NSString * const CRS_AXIS_CLOCKWISE_NAME

    Swift

    -
    let CRS_WKT_LEFT_DELIMITER_COMPAT: String
    +
    let CRS_AXIS_CLOCKWISE_NAME: String
    +
  • @@ -9056,24 +9400,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_WKT_RIGHT_DELIMITER
    +
    extern NSString * const CRS_AXIS_COLUMN_NEGATIVE_NAME

    Swift

    -
    let CRS_WKT_RIGHT_DELIMITER: String
    +
    let CRS_AXIS_COLUMN_NEGATIVE_NAME: String
    +
  • @@ -9088,24 +9435,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_WKT_RIGHT_DELIMITER_COMPAT
    +
    extern NSString * const CRS_AXIS_COLUMN_POSITIVE_NAME

    Swift

    -
    let CRS_WKT_RIGHT_DELIMITER_COMPAT: String
    +
    let CRS_AXIS_COLUMN_POSITIVE_NAME: String
    +
  • @@ -9120,24 +9470,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_WKT_AXIS_ABBREV_LEFT_DELIMITER
    +
    extern NSString * const CRS_AXIS_COUNTER_CLOCKWISE_NAME

    Swift

    -
    let CRS_WKT_AXIS_ABBREV_LEFT_DELIMITER: String
    +
    let CRS_AXIS_COUNTER_CLOCKWISE_NAME: String
    +
  • @@ -9152,24 +9505,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_WKT_AXIS_ABBREV_RIGHT_DELIMITER
    +
    extern NSString * const CRS_AXIS_DISPLAY_DOWN_NAME

    Swift

    -
    let CRS_WKT_AXIS_ABBREV_RIGHT_DELIMITER: String
    +
    let CRS_AXIS_DISPLAY_DOWN_NAME: String
    +
  • @@ -9184,24 +9540,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_WKT_AXIS_DIRECTION_OTHER
    +
    extern NSString * const CRS_AXIS_DISPLAY_LEFT_NAME

    Swift

    -
    let CRS_WKT_AXIS_DIRECTION_OTHER: String
    +
    let CRS_AXIS_DISPLAY_LEFT_NAME: String
    +
  • @@ -9216,24 +9575,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_WKT_AXIS_NAME_LON
    +
    extern NSString * const CRS_AXIS_DISPLAY_RIGHT_NAME

    Swift

    -
    let CRS_WKT_AXIS_NAME_LON: String
    +
    let CRS_AXIS_DISPLAY_RIGHT_NAME: String
    +
  • @@ -9248,24 +9610,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_WKT_AXIS_NAME_LAT
    +
    extern NSString * const CRS_AXIS_DISPLAY_UP_NAME

    Swift

    -
    let CRS_WKT_AXIS_NAME_LAT: String
    +
    let CRS_AXIS_DISPLAY_UP_NAME: String
    +
  • @@ -9280,24 +9645,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_WKT_AXIS_NAME_X
    +
    extern NSString * const CRS_AXIS_DOWN_NAME

    Swift

    -
    let CRS_WKT_AXIS_NAME_X: String
    +
    let CRS_AXIS_DOWN_NAME: String
    +
  • @@ -9312,24 +9680,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_WKT_AXIS_NAME_Y
    +
    extern NSString * const CRS_AXIS_EAST_NAME

    Swift

    -
    let CRS_WKT_AXIS_NAME_Y: String
    +
    let CRS_AXIS_EAST_NAME: String
    +
  • @@ -9344,24 +9715,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_WKT_AXIS_NAME_Z
    +
    extern NSString * const CRS_AXIS_EAST_NORTH_EAST_NAME

    Swift

    -
    let CRS_WKT_AXIS_NAME_Z: String
    +
    let CRS_AXIS_EAST_NORTH_EAST_NAME: String
    +
  • @@ -9376,24 +9750,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_WKT_DATUM_TYPE
    +
    extern NSString * const CRS_AXIS_EAST_SOUTH_EAST_NAME

    Swift

    -
    let CRS_WKT_DATUM_TYPE: String
    +
    let CRS_AXIS_EAST_SOUTH_EAST_NAME: String
    +
  • @@ -9401,31 +9778,34 @@

    Declaration

    -

    CRS Type names

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern NSString *const CRS_TYPE_BOUND_NAME
    +
    extern NSString * const CRS_AXIS_FORWARD_NAME

    Swift

    -
    let CRS_TYPE_BOUND_NAME: String
    +
    let CRS_AXIS_FORWARD_NAME: String
    +
  • @@ -9440,24 +9820,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_TYPE_COMPOUND_NAME
    +
    extern NSString * const CRS_AXIS_FUTURE_NAME

    Swift

    -
    let CRS_TYPE_COMPOUND_NAME: String
    +
    let CRS_AXIS_FUTURE_NAME: String
    +
  • @@ -9472,24 +9855,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_TYPE_CONCATENATED_OPERATION_NAME
    +
    extern NSString * const CRS_AXIS_GEOCENTRIC_X_NAME

    Swift

    -
    let CRS_TYPE_CONCATENATED_OPERATION_NAME: String
    +
    let CRS_AXIS_GEOCENTRIC_X_NAME: String
    +
  • @@ -9504,24 +9890,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_TYPE_COORDINATE_METADATA_NAME
    +
    extern NSString * const CRS_AXIS_GEOCENTRIC_Y_NAME

    Swift

    -
    let CRS_TYPE_COORDINATE_METADATA_NAME: String
    +
    let CRS_AXIS_GEOCENTRIC_Y_NAME: String
    +
  • @@ -9536,24 +9925,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_TYPE_COORDINATE_OPERATION_NAME
    +
    extern NSString * const CRS_AXIS_GEOCENTRIC_Z_NAME

    Swift

    -
    let CRS_TYPE_COORDINATE_OPERATION_NAME: String
    +
    let CRS_AXIS_GEOCENTRIC_Z_NAME: String
    +
  • @@ -9568,24 +9960,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_TYPE_DERIVED_NAME
    +
    extern NSString * const CRS_AXIS_NORTH_NAME

    Swift

    -
    let CRS_TYPE_DERIVED_NAME: String
    +
    let CRS_AXIS_NORTH_NAME: String
    +
  • @@ -9600,24 +9995,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_TYPE_ENGINEERING_NAME
    +
    extern NSString * const CRS_AXIS_NORTH_EAST_NAME

    Swift

    -
    let CRS_TYPE_ENGINEERING_NAME: String
    +
    let CRS_AXIS_NORTH_EAST_NAME: String
    +
  • @@ -9632,24 +10030,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_TYPE_GEODETIC_NAME
    +
    extern NSString * const CRS_AXIS_NORTH_NORTH_EAST_NAME

    Swift

    -
    let CRS_TYPE_GEODETIC_NAME: String
    +
    let CRS_AXIS_NORTH_NORTH_EAST_NAME: String
    +
  • @@ -9664,24 +10065,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_TYPE_GEOGRAPHIC_NAME
    +
    extern NSString * const CRS_AXIS_NORTH_NORTH_WEST_NAME

    Swift

    -
    let CRS_TYPE_GEOGRAPHIC_NAME: String
    +
    let CRS_AXIS_NORTH_NORTH_WEST_NAME: String
    +
  • @@ -9696,24 +10100,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_TYPE_PARAMETRIC_NAME
    +
    extern NSString * const CRS_AXIS_NORTH_WEST_NAME

    Swift

    -
    let CRS_TYPE_PARAMETRIC_NAME: String
    +
    let CRS_AXIS_NORTH_WEST_NAME: String
    +
  • @@ -9728,24 +10135,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_TYPE_POINT_MOTION_OPERATION_NAME
    +
    extern NSString * const CRS_AXIS_PAST_NAME

    Swift

    -
    let CRS_TYPE_POINT_MOTION_OPERATION_NAME: String
    +
    let CRS_AXIS_PAST_NAME: String
    +
  • @@ -9760,24 +10170,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_TYPE_PROJECTED_NAME
    +
    extern NSString * const CRS_AXIS_PORT_NAME

    Swift

    -
    let CRS_TYPE_PROJECTED_NAME: String
    +
    let CRS_AXIS_PORT_NAME: String
    +
  • @@ -9792,24 +10205,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_TYPE_TEMPORAL_NAME
    +
    extern NSString * const CRS_AXIS_ROW_NEGATIVE_NAME

    Swift

    -
    let CRS_TYPE_TEMPORAL_NAME: String
    +
    let CRS_AXIS_ROW_NEGATIVE_NAME: String
    +
  • @@ -9824,24 +10240,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_TYPE_VERTICAL_NAME
    +
    extern NSString * const CRS_AXIS_ROW_POSITIVE_NAME

    Swift

    -
    let CRS_TYPE_VERTICAL_NAME: String
    +
    let CRS_AXIS_ROW_POSITIVE_NAME: String
    +
  • @@ -9849,31 +10268,34 @@

    Declaration

    -

    Unit Type names

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern NSString *const CRS_UNIT_ANGLE_NAME
    +
    extern NSString * const CRS_AXIS_SOUTH_NAME

    Swift

    -
    let CRS_UNIT_ANGLE_NAME: String
    +
    let CRS_AXIS_SOUTH_NAME: String
    +
  • @@ -9888,24 +10310,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_UNIT_LENGTH_NAME
    +
    extern NSString * const CRS_AXIS_SOUTH_EAST_NAME

    Swift

    -
    let CRS_UNIT_LENGTH_NAME: String
    +
    let CRS_AXIS_SOUTH_EAST_NAME: String
    +
  • @@ -9920,24 +10345,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_UNIT_PARAMETRIC_NAME
    +
    extern NSString * const CRS_AXIS_SOUTH_SOUTH_EAST_NAME

    Swift

    -
    let CRS_UNIT_PARAMETRIC_NAME: String
    +
    let CRS_AXIS_SOUTH_SOUTH_EAST_NAME: String
    +
  • @@ -9952,24 +10380,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_UNIT_SCALE_NAME
    +
    extern NSString * const CRS_AXIS_SOUTH_SOUTH_WEST_NAME

    Swift

    -
    let CRS_UNIT_SCALE_NAME: String
    +
    let CRS_AXIS_SOUTH_SOUTH_WEST_NAME: String
    +
  • @@ -9984,24 +10415,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_UNIT_TIME_NAME
    +
    extern NSString * const CRS_AXIS_SOUTH_WEST_NAME

    Swift

    -
    let CRS_UNIT_TIME_NAME: String
    +
    let CRS_AXIS_SOUTH_WEST_NAME: String
    +
  • @@ -10016,24 +10450,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_UNIT_NAME
    +
    extern NSString * const CRS_AXIS_STARBOARD_NAME

    Swift

    -
    let CRS_UNIT_NAME: String
    +
    let CRS_AXIS_STARBOARD_NAME: String
    +
  • @@ -10048,24 +10485,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_UNITS_MICROMETRE_NAME
    +
    extern NSString * const CRS_AXIS_TOWARDS_NAME

    Swift

    -
    let CRS_UNITS_MICROMETRE_NAME: String
    +
    let CRS_AXIS_TOWARDS_NAME: String
    +
  • @@ -10080,24 +10520,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_UNITS_MILLIMETRE_NAME
    +
    extern NSString * const CRS_AXIS_UNSPECIFIED_NAME

    Swift

    -
    let CRS_UNITS_MILLIMETRE_NAME: String
    +
    let CRS_AXIS_UNSPECIFIED_NAME: String
    +
  • @@ -10112,24 +10555,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_UNITS_METRE_NAME
    +
    extern NSString * const CRS_AXIS_UP_NAME

    Swift

    -
    let CRS_UNITS_METRE_NAME: String
    +
    let CRS_AXIS_UP_NAME: String
    +
  • @@ -10144,24 +10590,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_UNITS_KILOMETRE_NAME
    +
    extern NSString * const CRS_AXIS_WEST_NAME

    Swift

    -
    let CRS_UNITS_KILOMETRE_NAME: String
    +
    let CRS_AXIS_WEST_NAME: String
    +
  • @@ -10176,24 +10625,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_UNITS_GERMAN_LEGAL_METRE_NAME
    +
    extern NSString * const CRS_AXIS_WEST_NORTH_WEST_NAME

    Swift

    -
    let CRS_UNITS_GERMAN_LEGAL_METRE_NAME: String
    +
    let CRS_AXIS_WEST_NORTH_WEST_NAME: String
    +
  • @@ -10208,24 +10660,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_UNITS_US_SURVEY_FOOT_NAME
    +
    extern NSString * const CRS_AXIS_WEST_SOUTH_WEST_NAME

    Swift

    -
    let CRS_UNITS_US_SURVEY_FOOT_NAME: String
    +
    let CRS_AXIS_WEST_SOUTH_WEST_NAME: String
    +
  • @@ -10233,31 +10688,34 @@

    Declaration

    -

    Undocumented

    +

    Coordinate System Type names

    Declaration

    Objective-C

    -
    extern NSString * const CRS_UNITS_FOOT_NAME
    +
    extern NSString *const CRS_CS_AFFINE_NAME

    Swift

    -
    let CRS_UNITS_FOOT_NAME: String
    +
    let CRS_CS_AFFINE_NAME: String
    +
  • @@ -10272,24 +10730,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_UNITS_MICRORADIAN_NAME
    +
    extern NSString * const CRS_CS_CARTESIAN_NAME

    Swift

    -
    let CRS_UNITS_MICRORADIAN_NAME: String
    +
    let CRS_CS_CARTESIAN_NAME: String
    +
  • @@ -10304,24 +10765,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_UNITS_MILLIRADIAN_NAME
    +
    extern NSString * const CRS_CS_CYLINDRICAL_NAME

    Swift

    -
    let CRS_UNITS_MILLIRADIAN_NAME: String
    +
    let CRS_CS_CYLINDRICAL_NAME: String
    +
  • @@ -10336,24 +10800,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_UNITS_RADIAN_NAME
    +
    extern NSString * const CRS_CS_ELLIPSOIDAL_NAME

    Swift

    -
    let CRS_UNITS_RADIAN_NAME: String
    +
    let CRS_CS_ELLIPSOIDAL_NAME: String
    +
  • @@ -10368,24 +10835,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_UNITS_ARC_SECOND_NAME
    +
    extern NSString * const CRS_CS_LINEAR_NAME

    Swift

    -
    let CRS_UNITS_ARC_SECOND_NAME: String
    +
    let CRS_CS_LINEAR_NAME: String
    +
  • @@ -10400,24 +10870,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_UNITS_ARC_MINUTE_NAME
    +
    extern NSString * const CRS_CS_ORDINAL_NAME

    Swift

    -
    let CRS_UNITS_ARC_MINUTE_NAME: String
    +
    let CRS_CS_ORDINAL_NAME: String
    +
  • @@ -10432,24 +10905,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_UNITS_DEGREE_NAME
    +
    extern NSString * const CRS_CS_PARAMETRIC_NAME

    Swift

    -
    let CRS_UNITS_DEGREE_NAME: String
    +
    let CRS_CS_PARAMETRIC_NAME: String
    +
  • @@ -10464,24 +10940,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_UNITS_GRAD_NAME
    +
    extern NSString * const CRS_CS_POLAR_NAME

    Swift

    -
    let CRS_UNITS_GRAD_NAME: String
    +
    let CRS_CS_POLAR_NAME: String
    +
  • @@ -10496,24 +10975,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_UNITS_UNITY_NAME
    +
    extern NSString * const CRS_CS_SPHERICAL_NAME

    Swift

    -
    let CRS_UNITS_UNITY_NAME: String
    +
    let CRS_CS_SPHERICAL_NAME: String
    +
  • @@ -10528,24 +11010,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_UNITS_BIN_NAME
    +
    extern NSString * const CRS_CS_TEMPORAL_COUNT_NAME

    Swift

    -
    let CRS_UNITS_BIN_NAME: String
    +
    let CRS_CS_TEMPORAL_COUNT_NAME: String
    +
  • @@ -10560,24 +11045,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_UNITS_PARTS_PER_MILLION_NAME
    +
    extern NSString * const CRS_CS_TEMPORAL_DATE_TIME_NAME

    Swift

    -
    let CRS_UNITS_PARTS_PER_MILLION_NAME: String
    +
    let CRS_CS_TEMPORAL_DATE_TIME_NAME: String
    +
  • @@ -10592,24 +11080,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_UNITS_PASCAL_NAME
    +
    extern NSString * const CRS_CS_TEMPORAL_MEASURE_NAME

    Swift

    -
    let CRS_UNITS_PASCAL_NAME: String
    +
    let CRS_CS_TEMPORAL_MEASURE_NAME: String
    +
  • @@ -10624,24 +11115,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_UNITS_HECTOPASCAL_NAME
    +
    extern NSString * const CRS_CS_VERTICAL_NAME

    Swift

    -
    let CRS_UNITS_HECTOPASCAL_NAME: String
    +
    let CRS_CS_VERTICAL_NAME: String
    +
  • @@ -10649,31 +11143,34 @@

    Declaration

    -

    Undocumented

    +

    Unit Type names

    Declaration

    Objective-C

    -
    extern NSString * const CRS_UNITS_MICROSECOND_NAME
    +
    extern NSString *const CRS_UNIT_ANGLE_NAME

    Swift

    -
    let CRS_UNITS_MICROSECOND_NAME: String
    +
    let CRS_UNIT_ANGLE_NAME: String
    +
  • @@ -10688,24 +11185,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_UNITS_MILLISECOND_NAME
    +
    extern NSString * const CRS_UNIT_LENGTH_NAME

    Swift

    -
    let CRS_UNITS_MILLISECOND_NAME: String
    +
    let CRS_UNIT_LENGTH_NAME: String
    +
  • @@ -10720,24 +11220,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_UNITS_SECOND_NAME
    +
    extern NSString * const CRS_UNIT_PARAMETRIC_NAME

    Swift

    -
    let CRS_UNITS_SECOND_NAME: String
    +
    let CRS_UNIT_PARAMETRIC_NAME: String
    +
  • @@ -10752,24 +11255,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_UNITS_MINUTE_NAME
    +
    extern NSString * const CRS_UNIT_SCALE_NAME

    Swift

    -
    let CRS_UNITS_MINUTE_NAME: String
    +
    let CRS_UNIT_SCALE_NAME: String
    +
  • @@ -10784,24 +11290,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_UNITS_HOUR_NAME
    +
    extern NSString * const CRS_UNIT_TIME_NAME

    Swift

    -
    let CRS_UNITS_HOUR_NAME: String
    +
    let CRS_UNIT_TIME_NAME: String
    +
  • @@ -10816,24 +11325,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_UNITS_DAY_NAME
    +
    extern NSString * const CRS_UNIT_NAME

    Swift

    -
    let CRS_UNITS_DAY_NAME: String
    +
    let CRS_UNIT_NAME: String
    +
  • @@ -10848,24 +11360,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_UNITS_YEAR_NAME
    +
    extern NSString * const CRS_UNITS_MICROMETRE_NAME

    Swift

    -
    let CRS_UNITS_YEAR_NAME: String
    +
    let CRS_UNITS_MICROMETRE_NAME: String
    +
  • @@ -10880,24 +11395,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_UNITS_CALENDAR_SECOND_NAME
    +
    extern NSString * const CRS_UNITS_MILLIMETRE_NAME

    Swift

    -
    let CRS_UNITS_CALENDAR_SECOND_NAME: String
    +
    let CRS_UNITS_MILLIMETRE_NAME: String
    +
  • @@ -10912,24 +11430,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const CRS_UNITS_CALENDAR_MONTH_NAME
    +
    extern NSString * const CRS_UNITS_METRE_NAME

    Swift

    -
    let CRS_UNITS_CALENDAR_MONTH_NAME: String
    +
    let CRS_UNITS_METRE_NAME: String
    +
  • @@ -10937,31 +11458,34 @@

    Declaration

    -

    id property name

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern NSString *const OAF_ID
    +
    extern NSString * const CRS_UNITS_KILOMETRE_NAME

    Swift

    -
    let OAF_ID: String
    +
    let CRS_UNITS_KILOMETRE_NAME: String
    +
  • @@ -10969,31 +11493,34 @@

    Declaration

    -

    description property name

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern NSString *const OAF_DESCRIPTION
    +
    extern NSString * const CRS_UNITS_GERMAN_LEGAL_METRE_NAME

    Swift

    -
    let OAF_DESCRIPTION: String
    +
    let CRS_UNITS_GERMAN_LEGAL_METRE_NAME: String
    +
  • @@ -11001,31 +11528,34 @@

    Declaration

    -

    extent property name

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern NSString *const OAF_EXTENT
    +
    extern NSString * const CRS_UNITS_US_SURVEY_FOOT_NAME

    Swift

    -
    let OAF_EXTENT: String
    +
    let CRS_UNITS_US_SURVEY_FOOT_NAME: String
    +
  • @@ -11033,31 +11563,34 @@

    Declaration

    -

    item type property name

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern NSString *const OAF_ITEM_TYPE
    +
    extern NSString * const CRS_UNITS_FOOT_NAME

    Swift

    -
    let OAF_ITEM_TYPE: String
    +
    let CRS_UNITS_FOOT_NAME: String
    +
  • @@ -11065,31 +11598,34 @@

    Declaration

    -

    collections property name

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern NSString *const OAF_COLLECTIONS
    +
    extern NSString * const CRS_UNITS_MICRORADIAN_NAME

    Swift

    -
    let OAF_COLLECTIONS: String
    +
    let CRS_UNITS_MICRORADIAN_NAME: String
    +
  • @@ -11097,31 +11633,34 @@

    Declaration

    -

    CRS pattern

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern NSString *const OAF_CRS_PATTERN
    +
    extern NSString * const CRS_UNITS_MILLIRADIAN_NAME

    Swift

    -
    let OAF_CRS_PATTERN: String
    +
    let CRS_UNITS_MILLIRADIAN_NAME: String
    +
  • @@ -11129,31 +11668,34 @@

    Declaration

    -

    CRS pattern authority group

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern const int OAF_CRS_PATTERN_AUTHORITY_GROUP
    +
    extern NSString * const CRS_UNITS_RADIAN_NAME

    Swift

    -
    let OAF_CRS_PATTERN_AUTHORITY_GROUP: Int32
    +
    let CRS_UNITS_RADIAN_NAME: String
    +
  • @@ -11161,31 +11703,34 @@

    Declaration

    -

    CRS pattern code group

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern const int OAF_CRS_PATTERN_VERSION_GROUP
    +
    extern NSString * const CRS_UNITS_ARC_SECOND_NAME

    Swift

    -
    let OAF_CRS_PATTERN_VERSION_GROUP: Int32
    +
    let CRS_UNITS_ARC_SECOND_NAME: String
    +
  • @@ -11193,31 +11738,34 @@

    Declaration

    -

    CRS pattern code group

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern const int OAF_CRS_PATTERN_CODE_GROUP
    +
    extern NSString * const CRS_UNITS_ARC_MINUTE_NAME

    Swift

    -
    let OAF_CRS_PATTERN_CODE_GROUP: Int32
    +
    let CRS_UNITS_ARC_MINUTE_NAME: String
    +
  • @@ -11225,31 +11773,34 @@

    Declaration

    -

    Base CRS URL

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern NSString *const OAF_CRS_BASE_URL
    +
    extern NSString * const CRS_UNITS_DEGREE_NAME

    Swift

    -
    let OAF_CRS_BASE_URL: String
    +
    let CRS_UNITS_DEGREE_NAME: String
    +
  • @@ -11257,31 +11808,34 @@

    Declaration

    -

    spatial property name

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern NSString *const OAF_SPATIAL
    +
    extern NSString * const CRS_UNITS_GRAD_NAME

    Swift

    -
    let OAF_SPATIAL: String
    +
    let CRS_UNITS_GRAD_NAME: String
    +
  • @@ -11289,31 +11843,34 @@

    Declaration

    -

    temporal property name

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern NSString *const OAF_TEMPORAL
    +
    extern NSString * const CRS_UNITS_UNITY_NAME

    Swift

    -
    let OAF_TEMPORAL: String
    +
    let CRS_UNITS_UNITY_NAME: String
    +
  • @@ -11321,31 +11878,34 @@

    Declaration

    -

    Links property name

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern NSString *const OAF_LINKS
    +
    extern NSString * const CRS_UNITS_BIN_NAME

    Swift

    -
    let OAF_LINKS: String
    +
    let CRS_UNITS_BIN_NAME: String
    +
  • @@ -11353,31 +11913,34 @@

    Declaration

    -

    Time Stamp property name

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern NSString *const OAF_TIME_STAMP
    +
    extern NSString * const CRS_UNITS_PARTS_PER_MILLION_NAME

    Swift

    -
    let OAF_TIME_STAMP: String
    +
    let CRS_UNITS_PARTS_PER_MILLION_NAME: String
    +
  • @@ -11385,31 +11948,34 @@

    Declaration

    -

    Number Matched property name

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern NSString *const OAF_NUMBER_MATCHED
    +
    extern NSString * const CRS_UNITS_PASCAL_NAME

    Swift

    -
    let OAF_NUMBER_MATCHED: String
    +
    let CRS_UNITS_PASCAL_NAME: String
    +
  • @@ -11417,31 +11983,34 @@

    Declaration

    -

    Number Returned property name

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern NSString *const OAF_NUMBER_RETURNED
    +
    extern NSString * const CRS_UNITS_HECTOPASCAL_NAME

    Swift

    -
    let OAF_NUMBER_RETURNED: String
    +
    let CRS_UNITS_HECTOPASCAL_NAME: String
    +
  • @@ -11449,31 +12018,34 @@

    Declaration

    -

    Link relation for next

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern NSString *const OAF_LINK_RELATION_NEXT
    +
    extern NSString * const CRS_UNITS_MICROSECOND_NAME

    Swift

    -
    let OAF_LINK_RELATION_NEXT: String
    +
    let CRS_UNITS_MICROSECOND_NAME: String
    +
  • @@ -11481,31 +12053,34 @@

    Declaration

    -

    Limit default

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern const int OAF_LIMIT_DEFAULT
    +
    extern NSString * const CRS_UNITS_MILLISECOND_NAME

    Swift

    -
    let OAF_LIMIT_DEFAULT: Int32
    +
    let CRS_UNITS_MILLISECOND_NAME: String
    +
  • @@ -11513,31 +12088,34 @@

    Declaration

    -

    href property name

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern NSString *const OAF_HREF
    +
    extern NSString * const CRS_UNITS_SECOND_NAME

    Swift

    -
    let OAF_HREF: String
    +
    let CRS_UNITS_SECOND_NAME: String
    +
  • @@ -11545,31 +12123,34 @@

    Declaration

    -

    rel property name

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern NSString *const OAF_REL
    +
    extern NSString * const CRS_UNITS_MINUTE_NAME

    Swift

    -
    let OAF_REL: String
    +
    let CRS_UNITS_MINUTE_NAME: String
    +
  • @@ -11577,31 +12158,34 @@

    Declaration

    -

    type property name

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern NSString *const OAF_TYPE
    +
    extern NSString * const CRS_UNITS_HOUR_NAME

    Swift

    -
    let OAF_TYPE: String
    +
    let CRS_UNITS_HOUR_NAME: String
    +
  • @@ -11609,31 +12193,34 @@

    Declaration

    -

    hreflang property name

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern NSString *const OAF_HREFLANG
    +
    extern NSString * const CRS_UNITS_DAY_NAME

    Swift

    -
    let OAF_HREFLANG: String
    +
    let CRS_UNITS_DAY_NAME: String
    +
  • @@ -11641,31 +12228,34 @@

    Declaration

    -

    title property name

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern NSString *const OAF_TITLE
    +
    extern NSString * const CRS_UNITS_YEAR_NAME

    Swift

    -
    let OAF_TITLE: String
    +
    let CRS_UNITS_YEAR_NAME: String
    +
  • @@ -11673,31 +12263,34 @@

    Declaration

    -

    length property name

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern NSString *const OAF_LENGTH
    +
    extern NSString * const CRS_UNITS_CALENDAR_SECOND_NAME

    Swift

    -
    let OAF_LENGTH: String
    +
    let CRS_UNITS_CALENDAR_SECOND_NAME: String
    +
  • @@ -11705,31 +12298,34 @@

    Declaration

    -

    bbox property name

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern NSString *const OAF_BBOX
    +
    extern NSString * const CRS_UNITS_CALENDAR_MONTH_NAME

    Swift

    -
    let OAF_BBOX: String
    +
    let CRS_UNITS_CALENDAR_MONTH_NAME: String
    +
  • @@ -11737,31 +12333,34 @@

    Declaration

    -

    crs property name

    +

    Ellipsoid Type names

    Declaration

    Objective-C

    -
    extern NSString *const OAF_CRS
    +
    extern NSString *const CRS_ELLIPSOID_OBLATE_NAME

    Swift

    -
    let OAF_CRS: String
    +
    let CRS_ELLIPSOID_OBLATE_NAME: String
    +
  • @@ -11769,31 +12368,34 @@

    Declaration

    -

    interval property name

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern NSString *const OAF_INTERVAL
    +
    extern NSString * const CRS_ELLIPSOID_TRIAXIAL_NAME

    Swift

    -
    let OAF_INTERVAL: String
    +
    let CRS_ELLIPSOID_TRIAXIAL_NAME: String
    +
  • @@ -11801,31 +12403,34 @@

    Declaration

    -

    trs property name

    +

    Coordinate Operation Type names

    Declaration

    Objective-C

    -
    extern NSString *const OAF_TRS
    +
    extern NSString *const CRS_OPERATION_COORDINATE_NAME

    Swift

    -
    let OAF_TRS: String
    +
    let CRS_OPERATION_COORDINATE_NAME: String
    +
  • @@ -11840,24 +12445,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const PROJ_BUNDLE_NAME
    +
    extern NSString * const CRS_OPERATION_POINT_MOTION_NAME

    Swift

    -
    let PROJ_BUNDLE_NAME: String
    +
    let CRS_OPERATION_POINT_MOTION_NAME: String
    +
  • @@ -11872,24 +12480,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const PROJ_PROPERTY_LIST_TYPE
    +
    extern NSString * const CRS_OPERATION_MAP_PROJECTION_NAME

    Swift

    -
    let PROJ_PROPERTY_LIST_TYPE: String
    +
    let CRS_OPERATION_MAP_PROJECTION_NAME: String
    +
  • @@ -11897,31 +12508,34 @@

    Declaration

    -

    Projection constants

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern NSString *const PROJ_PROPERTIES
    +
    extern NSString * const CRS_OPERATION_DERIVING_CONVERSION_NAME

    Swift

    -
    let PROJ_PROPERTIES: String
    +
    let CRS_OPERATION_DERIVING_CONVERSION_NAME: String
    +
  • @@ -11936,24 +12550,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const PROJ_AUTHORITY_EPSG
    +
    extern NSString * const CRS_OPERATION_ABRIDGED_COORDINATE_TRANSFORMATION_NAME

    Swift

    -
    let PROJ_AUTHORITY_EPSG: String
    +
    let CRS_OPERATION_ABRIDGED_COORDINATE_TRANSFORMATION_NAME: String
    +
  • @@ -11968,24 +12585,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const PROJ_AUTHORITY_NONE
    +
    extern NSString * const CRS_PROJ_PARAM_PROJ

    Swift

    -
    let PROJ_AUTHORITY_NONE: String
    +
    let CRS_PROJ_PARAM_PROJ: String
    +
  • @@ -12000,24 +12620,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const PROJ_AUTHORITY_OGC
    +
    extern NSString * const CRS_PROJ_PARAM_ZONE

    Swift

    -
    let PROJ_AUTHORITY_OGC: String
    +
    let CRS_PROJ_PARAM_ZONE: String
    +
  • @@ -12032,24 +12655,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const PROJ_AUTHORITY_NSG
    +
    extern NSString * const CRS_PROJ_PARAM_SOUTH

    Swift

    -
    let PROJ_AUTHORITY_NSG: String
    +
    let CRS_PROJ_PARAM_SOUTH: String
    +
  • @@ -12064,24 +12690,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern int const PROJ_UNDEFINED_CARTESIAN
    +
    extern NSString * const CRS_PROJ_PARAM_LAT_1

    Swift

    -
    let PROJ_UNDEFINED_CARTESIAN: Int32
    +
    let CRS_PROJ_PARAM_LAT_1: String
    +
  • @@ -12096,24 +12725,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern int const PROJ_UNDEFINED_GEOGRAPHIC
    +
    extern NSString * const CRS_PROJ_PARAM_LAT_2

    Swift

    -
    let PROJ_UNDEFINED_GEOGRAPHIC: Int32
    +
    let CRS_PROJ_PARAM_LAT_2: String
    +
  • @@ -12128,24 +12760,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern int const PROJ_EPSG_WORLD_GEODETIC_SYSTEM
    +
    extern NSString * const CRS_PROJ_PARAM_LAT_0

    Swift

    -
    let PROJ_EPSG_WORLD_GEODETIC_SYSTEM: Int32
    +
    let CRS_PROJ_PARAM_LAT_0: String
    +
  • @@ -12160,24 +12795,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern int const PROJ_EPSG_WEB_MERCATOR
    +
    extern NSString * const CRS_PROJ_PARAM_LAT_TS

    Swift

    -
    let PROJ_EPSG_WEB_MERCATOR: Int32
    +
    let CRS_PROJ_PARAM_LAT_TS: String
    +
  • @@ -12192,24 +12830,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern int const PROJ_EPSG_WORLD_GEODETIC_SYSTEM_GEOGRAPHICAL_3D
    +
    extern NSString * const CRS_PROJ_PARAM_LON_0

    Swift

    -
    let PROJ_EPSG_WORLD_GEODETIC_SYSTEM_GEOGRAPHICAL_3D: Int32
    +
    let CRS_PROJ_PARAM_LON_0: String
    +
  • @@ -12224,24 +12865,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const PROJ_OGC_CRS84
    +
    extern NSString * const CRS_PROJ_PARAM_LONC

    Swift

    -
    let PROJ_OGC_CRS84: String
    +
    let CRS_PROJ_PARAM_LONC: String
    +
  • @@ -12256,24 +12900,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern double const PROJ_WEB_MERCATOR_MAX_LAT_RANGE
    +
    extern NSString * const CRS_PROJ_PARAM_ALPHA

    Swift

    -
    let PROJ_WEB_MERCATOR_MAX_LAT_RANGE: Double
    +
    let CRS_PROJ_PARAM_ALPHA: String
    +
  • @@ -12288,24 +12935,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern double const PROJ_WEB_MERCATOR_MIN_LAT_RANGE
    +
    extern NSString * const CRS_PROJ_PARAM_K_0

    Swift

    -
    let PROJ_WEB_MERCATOR_MIN_LAT_RANGE: Double
    +
    let CRS_PROJ_PARAM_K_0: String
    +
  • @@ -12320,24 +12970,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern double const PROJ_WEB_MERCATOR_HALF_WORLD_WIDTH
    +
    extern NSString * const CRS_PROJ_PARAM_X_0

    Swift

    -
    let PROJ_WEB_MERCATOR_HALF_WORLD_WIDTH: Double
    +
    let CRS_PROJ_PARAM_X_0: String
    +
  • @@ -12352,24 +13005,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern double const PROJ_MERCATOR_RADIUS
    +
    extern NSString * const CRS_PROJ_PARAM_Y_0

    Swift

    -
    let PROJ_MERCATOR_RADIUS: Double
    +
    let CRS_PROJ_PARAM_Y_0: String
    +
  • @@ -12384,24 +13040,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern double const PROJ_WGS84_HALF_WORLD_LON_WIDTH
    +
    extern NSString * const CRS_PROJ_PARAM_AXIS

    Swift

    -
    let PROJ_WGS84_HALF_WORLD_LON_WIDTH: Double
    +
    let CRS_PROJ_PARAM_AXIS: String
    +
  • @@ -12416,24 +13075,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern double const PROJ_WGS84_HALF_WORLD_LAT_HEIGHT
    +
    extern NSString * const CRS_PROJ_PARAM_DATUM

    Swift

    -
    let PROJ_WGS84_HALF_WORLD_LAT_HEIGHT: Double
    +
    let CRS_PROJ_PARAM_DATUM: String
    +
  • @@ -12448,12 +13110,17 @@

    Declaration

    Declaration

    Objective-C

    -
    extern char const pj_release[]
    +
    extern NSString * const CRS_PROJ_PARAM_NO_UOFF
    + +
    +
    +

    Swift

    +
    let CRS_PROJ_PARAM_NO_UOFF: String
    @@ -12461,9 +13128,9 @@

    Declaration

  • @@ -12478,17 +13145,17 @@

    Declaration

    Declaration

    Objective-C

    -
    extern int pj_errno
    +
    extern NSString * const CRS_PROJ_PARAM_GAMMA

    Swift

    -
    var pj_errno: Int32
    +
    let CRS_PROJ_PARAM_GAMMA: String
    @@ -12496,9 +13163,9 @@

    Declaration

  • @@ -12513,12 +13180,17 @@

    Declaration

    Declaration

    Objective-C

    -
    extern struct PJ_LIST pj_list[]
    +
    extern NSString * const CRS_PROJ_PARAM_A
    + +
    +
    +

    Swift

    +
    let CRS_PROJ_PARAM_A: String
    @@ -12526,9 +13198,9 @@

    Declaration

  • @@ -12543,12 +13215,17 @@

    Declaration

    Declaration

    Objective-C

    -
    extern struct PJ_SELFTEST_LIST pj_selftest_list[]
    +
    extern NSString * const CRS_PROJ_PARAM_B
    + +
    +
    +

    Swift

    +
    let CRS_PROJ_PARAM_B: String
    @@ -12556,9 +13233,9 @@

    Declaration

  • @@ -12573,12 +13250,17 @@

    Declaration

    Declaration

    Objective-C

    -
    extern struct PJ_ELLPS pj_ellps[]
    +
    extern NSString * const CRS_PROJ_PARAM_ELLPS
    + +
    +
    +

    Swift

    +
    let CRS_PROJ_PARAM_ELLPS: String
    @@ -12586,9 +13268,9 @@

    Declaration

  • @@ -12603,12 +13285,17 @@

    Declaration

    Declaration

    Objective-C

    -
    extern struct PJ_UNITS pj_units[]
    +
    extern NSString * const CRS_PROJ_PARAM_TOWGS84
    + +
    +
    +

    Swift

    +
    let CRS_PROJ_PARAM_TOWGS84: String
    @@ -12616,9 +13303,9 @@

    Declaration

  • @@ -12633,12 +13320,17 @@

    Declaration

    Declaration

    Objective-C

    -
    extern struct PJ_DATUMS pj_datums[]
    +
    extern NSString * const CRS_PROJ_PARAM_PM
    + +
    +
    +

    Swift

    +
    let CRS_PROJ_PARAM_PM: String
    @@ -12646,9 +13338,9 @@

    Declaration

  • @@ -12663,12 +13355,17 @@

    Declaration

    Declaration

    Objective-C

    -
    extern struct PJ_PRIME_MERIDIANS pj_prime_meridians[]
    +
    extern NSString * const CRS_PROJ_PARAM_UNITS
    + +
    +
    +

    Swift

    +
    let CRS_PROJ_PARAM_UNITS: String
    @@ -12676,9 +13373,9 @@

    Declaration

  • @@ -12686,31 +13383,34 @@

    Declaration

    -

    Feature type

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern NSString *const SFG_TYPE_FEATURE
    +
    extern NSString * const CRS_PROJ_PARAM_TO_METER

    Swift

    -
    let SFG_TYPE_FEATURE: String
    +
    let CRS_PROJ_PARAM_TO_METER: String
    +
  • @@ -12718,31 +13418,34 @@

    Declaration

    -

    Id key

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern NSString *const SFG_MEMBER_ID
    +
    extern NSString * const CRS_PROJ_PARAM_NADGRIDS

    Swift

    -
    let SFG_MEMBER_ID: String
    +
    let CRS_PROJ_PARAM_NADGRIDS: String
    +
  • @@ -12750,31 +13453,34 @@

    Declaration

    -

    Geometry key

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern NSString *const SFG_MEMBER_GEOMETRY
    +
    extern NSString * const CRS_PROJ_PARAM_WKTEXT

    Swift

    -
    let SFG_MEMBER_GEOMETRY: String
    +
    let CRS_PROJ_PARAM_WKTEXT: String
    +
  • @@ -12782,31 +13488,34 @@

    Declaration

    -

    Properties key

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern NSString *const SFG_MEMBER_PROPERTIES
    +
    extern NSString * const CRS_PROJ_PARAM_NO_DEFS

    Swift

    -
    let SFG_MEMBER_PROPERTIES: String
    +
    let CRS_PROJ_PARAM_NO_DEFS: String
    +
  • @@ -12814,31 +13523,34 @@

    Declaration

    -

    Feature Collection type

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern NSString *const SFG_TYPE_FEATURE_COLLECTION
    +
    extern NSString * const CRS_PROJ_NAME_AEA

    Swift

    -
    let SFG_TYPE_FEATURE_COLLECTION: String
    +
    let CRS_PROJ_NAME_AEA: String
    +
  • @@ -12846,31 +13558,34 @@

    Declaration

    -

    Features key

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern NSString *const SFG_MEMBER_FEATURES
    +
    extern NSString * const CRS_PROJ_NAME_CASS

    Swift

    -
    let SFG_MEMBER_FEATURES: String
    +
    let CRS_PROJ_NAME_CASS: String
    +
  • @@ -12878,31 +13593,34 @@

    Declaration

    -

    Type key

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern NSString *const SFG_MEMBER_TYPE
    +
    extern NSString * const CRS_PROJ_NAME_CEA

    Swift

    -
    let SFG_MEMBER_TYPE: String
    +
    let CRS_PROJ_NAME_CEA: String
    +
  • @@ -12910,31 +13628,34 @@

    Declaration

    -

    Bounding Box key

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern NSString *const SFG_MEMBER_BBOX
    +
    extern NSString * const CRS_PROJ_NAME_EQC

    Swift

    -
    let SFG_MEMBER_BBOX: String
    +
    let CRS_PROJ_NAME_EQC: String
    +
  • @@ -12942,31 +13663,34 @@

    Declaration

    -

    Coordinates key

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern NSString *const SFG_MEMBER_COORDINATES
    +
    extern NSString * const CRS_PROJ_NAME_KROVAK

    Swift

    -
    let SFG_MEMBER_COORDINATES: String
    +
    let CRS_PROJ_NAME_KROVAK: String
    +
  • @@ -12974,31 +13698,34 @@

    Declaration

    -

    Geometries key

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern NSString *const SFG_MEMBER_GEOMETRIES
    +
    extern NSString * const CRS_PROJ_NAME_LAEA

    Swift

    -
    let SFG_MEMBER_GEOMETRIES: String
    +
    let CRS_PROJ_NAME_LAEA: String
    +
  • @@ -13006,31 +13733,34 @@

    Declaration

    -

    Default read byte order

    +

    Undocumented

    Declaration

    Objective-C

    -
    static CFByteOrder DEFAULT_READ_BYTE_ORDER = CFByteOrderBigEndian
    +
    extern NSString * const CRS_PROJ_NAME_LCC

    Swift

    -
    var DEFAULT_READ_BYTE_ORDER: CFByteOrder
    +
    let CRS_PROJ_NAME_LCC: String
    +
  • @@ -13038,31 +13768,34 @@

    Declaration

    -

    Default write byte order

    +

    Undocumented

    Declaration

    Objective-C

    -
    static CFByteOrder DEFAULT_WRITE_BYTE_ORDER = CFByteOrderBigEndian
    +
    extern NSString * const CRS_PROJ_NAME_LONGLAT

    Swift

    -
    var DEFAULT_WRITE_BYTE_ORDER: CFByteOrder
    +
    let CRS_PROJ_NAME_LONGLAT: String
    +
  • @@ -13070,31 +13803,34 @@

    Declaration

    -

    Default epsilon for point in or on line tolerance

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern const double SF_DEFAULT_LINE_EPSILON
    +
    extern NSString * const CRS_PROJ_NAME_MERC

    Swift

    -
    let SF_DEFAULT_LINE_EPSILON: Double
    +
    let CRS_PROJ_NAME_MERC: String
    +
  • @@ -13102,31 +13838,34 @@

    Declaration

    -

    Default epsilon for point equality

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern const double SF_DEFAULT_EQUAL_EPSILON
    +
    extern NSString * const CRS_PROJ_NAME_NZMG

    Swift

    -
    let SF_DEFAULT_EQUAL_EPSILON: Double
    +
    let CRS_PROJ_NAME_NZMG: String
    +
  • @@ -13134,31 +13873,34 @@

    Declaration

    -

    Web Mercator Latitude Range

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern const double SF_WEB_MERCATOR_MAX_LAT_RANGE
    +
    extern NSString * const CRS_PROJ_NAME_OMERC

    Swift

    -
    let SF_WEB_MERCATOR_MAX_LAT_RANGE: Double
    +
    let CRS_PROJ_NAME_OMERC: String
    +
  • @@ -13166,31 +13908,34 @@

    Declaration

    -

    Web Mercator Latitude Range

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern const double SF_WEB_MERCATOR_MIN_LAT_RANGE
    +
    extern NSString * const CRS_PROJ_NAME_POLY

    Swift

    -
    let SF_WEB_MERCATOR_MIN_LAT_RANGE: Double
    +
    let CRS_PROJ_NAME_POLY: String
    +
  • @@ -13198,31 +13943,34 @@

    Declaration

    -

    Half the world distance in either direction

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern const double SF_WEB_MERCATOR_HALF_WORLD_WIDTH
    +
    extern NSString * const CRS_PROJ_NAME_SOMERC

    Swift

    -
    let SF_WEB_MERCATOR_HALF_WORLD_WIDTH: Double
    +
    let CRS_PROJ_NAME_SOMERC: String
    +
  • @@ -13230,31 +13978,34 @@

    Declaration

    -

    Half the world longitude width for WGS84

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern const double SF_WGS84_HALF_WORLD_LON_WIDTH
    +
    extern NSString * const CRS_PROJ_NAME_STERE

    Swift

    -
    let SF_WGS84_HALF_WORLD_LON_WIDTH: Double
    +
    let CRS_PROJ_NAME_STERE: String
    +
  • @@ -13262,31 +14013,34 @@

    Declaration

    -

    Half the world latitude height for WGS84

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern const double SF_WGS84_HALF_WORLD_LAT_HEIGHT
    +
    extern NSString * const CRS_PROJ_NAME_STEREA

    Swift

    -
    let SF_WGS84_HALF_WORLD_LAT_HEIGHT: Double
    +
    let CRS_PROJ_NAME_STEREA: String
    +
  • @@ -13294,31 +14048,34 @@

    Declaration

    -

    Minimum latitude degrees value convertible to meters

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern const double SF_DEGREES_TO_METERS_MIN_LAT
    +
    extern NSString * const CRS_PROJ_NAME_TMERC

    Swift

    -
    let SF_DEGREES_TO_METERS_MIN_LAT: Double
    +
    let CRS_PROJ_NAME_TMERC: String
    +
  • @@ -13326,31 +14083,34 @@

    Declaration

    -

    Absolute north bearing in degrees

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern const double SF_BEARING_NORTH
    +
    extern NSString * const CRS_PROJ_NAME_UTM

    Swift

    -
    let SF_BEARING_NORTH: Double
    +
    let CRS_PROJ_NAME_UTM: String
    +
  • @@ -13358,31 +14118,34 @@

    Declaration

    -

    Absolute east bearing in degrees

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern const double SF_BEARING_EAST
    +
    extern NSString * const CRS_PROJ_AXIS_EAST

    Swift

    -
    let SF_BEARING_EAST: Double
    +
    let CRS_PROJ_AXIS_EAST: String
    +
  • @@ -13390,31 +14153,34 @@

    Declaration

    -

    Absolute south bearing in degrees

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern const double SF_BEARING_SOUTH
    +
    extern NSString * const CRS_PROJ_AXIS_WEST

    Swift

    -
    let SF_BEARING_SOUTH: Double
    +
    let CRS_PROJ_AXIS_WEST: String
    +
  • @@ -13422,31 +14188,34 @@

    Declaration

    -

    Absolute west bearing degrees

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern const double SF_BEARING_WEST
    +
    extern NSString * const CRS_PROJ_AXIS_NORTH

    Swift

    -
    let SF_BEARING_WEST: Double
    +
    let CRS_PROJ_AXIS_NORTH: String
    +
  • @@ -13454,31 +14223,34 @@

    Declaration

    -

    Radians to Degrees conversion

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern const double SF_RADIANS_TO_DEGREES
    +
    extern NSString * const CRS_PROJ_AXIS_SOUTH

    Swift

    -
    let SF_RADIANS_TO_DEGREES: Double
    +
    let CRS_PROJ_AXIS_SOUTH: String
    +
  • @@ -13486,31 +14258,34 @@

    Declaration

    -

    Degrees to Radians conversion

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern const double SF_DEGREES_TO_RADIANS
    +
    extern NSString * const CRS_PROJ_AXIS_UP

    Swift

    -
    let SF_DEGREES_TO_RADIANS: Double
    +
    let CRS_PROJ_AXIS_UP: String
    +
  • @@ -13518,31 +14293,34 @@

    Declaration

    -

    Geometry type names

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern NSString *const SF_GEOMETRY_NAME
    +
    extern NSString * const CRS_PROJ_AXIS_DOWN

    Swift

    -
    let SF_GEOMETRY_NAME: String
    +
    let CRS_PROJ_AXIS_DOWN: String
    +
  • @@ -13557,24 +14335,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const SF_POINT_NAME
    +
    extern NSString * const CRS_PROJ_AXIS_WEST_SOUTH_UP

    Swift

    -
    let SF_POINT_NAME: String
    +
    let CRS_PROJ_AXIS_WEST_SOUTH_UP: String
    +
  • @@ -13589,24 +14370,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const SF_LINESTRING_NAME
    +
    extern NSString * const CRS_PROJ_UNITS_METRE

    Swift

    -
    let SF_LINESTRING_NAME: String
    +
    let CRS_PROJ_UNITS_METRE: String
    +
  • @@ -13621,24 +14405,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const SF_POLYGON_NAME
    +
    extern NSString * const CRS_PROJ_UNITS_US_SURVEY_FOOT

    Swift

    -
    let SF_POLYGON_NAME: String
    +
    let CRS_PROJ_UNITS_US_SURVEY_FOOT: String
    +
  • @@ -13653,24 +14440,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const SF_MULTIPOINT_NAME
    +
    extern NSString * const CRS_PROJ_UNITS_FOOT

    Swift

    -
    let SF_MULTIPOINT_NAME: String
    +
    let CRS_PROJ_UNITS_FOOT: String
    +
  • @@ -13685,24 +14475,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const SF_MULTILINESTRING_NAME
    +
    extern NSString * const CRS_PROJ_UNITS_DEGREE

    Swift

    -
    let SF_MULTILINESTRING_NAME: String
    +
    let CRS_PROJ_UNITS_DEGREE: String
    +
  • @@ -13717,24 +14510,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const SF_MULTIPOLYGON_NAME
    +
    extern NSString * const CRS_PROJ_PSEUDO_MERCATOR

    Swift

    -
    let SF_MULTIPOLYGON_NAME: String
    +
    let CRS_PROJ_PSEUDO_MERCATOR: String
    +
  • @@ -13749,24 +14545,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const SF_GEOMETRYCOLLECTION_NAME
    +
    extern NSString * const CRS_PROJ_SWISS_OBLIQUE_MERCATOR

    Swift

    -
    let SF_GEOMETRYCOLLECTION_NAME: String
    +
    let CRS_PROJ_SWISS_OBLIQUE_MERCATOR: String
    +
  • @@ -13781,24 +14580,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const SF_CIRCULARSTRING_NAME
    +
    extern NSString * const CRS_PROJ_SWISS_OBLIQUE_MERCATOR_COMPAT

    Swift

    -
    let SF_CIRCULARSTRING_NAME: String
    +
    let CRS_PROJ_SWISS_OBLIQUE_MERCATOR_COMPAT: String
    +
  • @@ -13813,24 +14615,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const SF_COMPOUNDCURVE_NAME
    +
    extern NSString * const CRS_PROJ_UTM_ZONE

    Swift

    -
    let SF_COMPOUNDCURVE_NAME: String
    +
    let CRS_PROJ_UTM_ZONE: String
    +
  • @@ -13845,24 +14650,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const SF_CURVEPOLYGON_NAME
    +
    extern NSString * const CRS_WKT_SEPARATOR

    Swift

    -
    let SF_CURVEPOLYGON_NAME: String
    +
    let CRS_WKT_SEPARATOR: String
    +
  • @@ -13877,24 +14685,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const SF_MULTICURVE_NAME
    +
    extern NSString * const CRS_WKT_LEFT_DELIMITER

    Swift

    -
    let SF_MULTICURVE_NAME: String
    +
    let CRS_WKT_LEFT_DELIMITER: String
    +
  • @@ -13909,24 +14720,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const SF_MULTISURFACE_NAME
    +
    extern NSString * const CRS_WKT_LEFT_DELIMITER_COMPAT

    Swift

    -
    let SF_MULTISURFACE_NAME: String
    +
    let CRS_WKT_LEFT_DELIMITER_COMPAT: String
    +
  • @@ -13941,24 +14755,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const SF_CURVE_NAME
    +
    extern NSString * const CRS_WKT_RIGHT_DELIMITER

    Swift

    -
    let SF_CURVE_NAME: String
    +
    let CRS_WKT_RIGHT_DELIMITER: String
    +
  • @@ -13973,24 +14790,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const SF_SURFACE_NAME
    +
    extern NSString * const CRS_WKT_RIGHT_DELIMITER_COMPAT

    Swift

    -
    let SF_SURFACE_NAME: String
    +
    let CRS_WKT_RIGHT_DELIMITER_COMPAT: String
    +
  • @@ -14005,24 +14825,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const SF_POLYHEDRALSURFACE_NAME
    +
    extern NSString * const CRS_WKT_AXIS_ABBREV_LEFT_DELIMITER

    Swift

    -
    let SF_POLYHEDRALSURFACE_NAME: String
    +
    let CRS_WKT_AXIS_ABBREV_LEFT_DELIMITER: String
    +
  • @@ -14037,24 +14860,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const SF_TIN_NAME
    +
    extern NSString * const CRS_WKT_AXIS_ABBREV_RIGHT_DELIMITER

    Swift

    -
    let SF_TIN_NAME: String
    +
    let CRS_WKT_AXIS_ABBREV_RIGHT_DELIMITER: String
    +
  • @@ -14069,24 +14895,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const SF_TRIANGLE_NAME
    +
    extern NSString * const CRS_WKT_AXIS_DIRECTION_OTHER

    Swift

    -
    let SF_TRIANGLE_NAME: String
    +
    let CRS_WKT_AXIS_DIRECTION_OTHER: String
    +
  • @@ -14101,24 +14930,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSString * const SF_NONE_NAME
    +
    extern NSString * const CRS_WKT_AXIS_NAME_LON

    Swift

    -
    let SF_NONE_NAME: String
    +
    let CRS_WKT_AXIS_NAME_LON: String
    +
  • @@ -14126,31 +14958,34 @@

    Declaration

    -

    Little Endian byte order string

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern NSString *const TIFF_BYTE_ORDER_LITTLE_ENDIAN
    +
    extern NSString * const CRS_WKT_AXIS_NAME_LAT

    Swift

    -
    let TIFF_BYTE_ORDER_LITTLE_ENDIAN: String
    +
    let CRS_WKT_AXIS_NAME_LAT: String
    +
  • @@ -14158,31 +14993,34 @@

    Declaration

    -

    Big Endian byte order string

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern NSString *const TIFF_BYTE_ORDER_BIG_ENDIAN
    +
    extern NSString * const CRS_WKT_AXIS_NAME_X

    Swift

    -
    let TIFF_BYTE_ORDER_BIG_ENDIAN: String
    +
    let CRS_WKT_AXIS_NAME_X: String
    +
  • @@ -14190,31 +15028,34 @@

    Declaration

    -

    TIFF File Identifier

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern const NSInteger TIFF_FILE_IDENTIFIER
    +
    extern NSString * const CRS_WKT_AXIS_NAME_Y

    Swift

    -
    let TIFF_FILE_IDENTIFIER: Int
    +
    let CRS_WKT_AXIS_NAME_Y: String
    +
  • @@ -14222,31 +15063,34 @@

    Declaration

    -

    TIFF header bytes

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern const NSInteger TIFF_HEADER_BYTES
    +
    extern NSString * const CRS_WKT_AXIS_NAME_Z

    Swift

    -
    let TIFF_HEADER_BYTES: Int
    +
    let CRS_WKT_AXIS_NAME_Z: String
    +
  • @@ -14254,31 +15098,34 @@

    Declaration

    -

    Image File Directory header / number of entries bytes

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern const NSInteger TIFF_IFD_HEADER_BYTES
    +
    extern NSString * const CRS_WKT_DATUM_TYPE

    Swift

    -
    let TIFF_IFD_HEADER_BYTES: Int
    +
    let CRS_WKT_DATUM_TYPE: String
    +
  • @@ -14286,31 +15133,34 @@

    Declaration

    -

    Image File Directory offset to the next IFD bytes

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern const NSInteger TIFF_IFD_OFFSET_BYTES
    +
    extern NSString * const PROJ_BUNDLE_NAME

    Swift

    -
    let TIFF_IFD_OFFSET_BYTES: Int
    +
    let PROJ_BUNDLE_NAME: String
    +
  • @@ -14318,31 +15168,34 @@

    Declaration

    -

    Image File Directory entry bytes

    +

    Undocumented

    Declaration

    Objective-C

    -
    extern const NSInteger TIFF_IFD_ENTRY_BYTES
    +
    extern NSString * const PROJ_PROPERTY_LIST_TYPE

    Swift

    -
    let TIFF_IFD_ENTRY_BYTES: Int
    +
    let PROJ_PROPERTY_LIST_TYPE: String
    +
  • @@ -14350,31 +15203,34 @@

    Declaration

    -

    Default max bytes per strip when writing strips

    +

    Projection constants

    Declaration

    Objective-C

    -
    extern const NSInteger TIFF_DEFAULT_MAX_BYTES_PER_STRIP
    +
    extern NSString *const PROJ_PROPERTIES

    Swift

    -
    let TIFF_DEFAULT_MAX_BYTES_PER_STRIP: Int
    +
    let PROJ_PROPERTIES: String
    +
  • @@ -14389,24 +15245,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_COMPRESSION_NO
    +
    extern NSString * const PROJ_AUTHORITY_EPSG

    Swift

    -
    let TIFF_COMPRESSION_NO: Int
    +
    let PROJ_AUTHORITY_EPSG: String
    +
  • @@ -14421,24 +15280,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_COMPRESSION_CCITT_HUFFMAN
    +
    extern NSString * const PROJ_AUTHORITY_NONE

    Swift

    -
    let TIFF_COMPRESSION_CCITT_HUFFMAN: Int
    +
    let PROJ_AUTHORITY_NONE: String
    +
  • @@ -14453,24 +15315,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_COMPRESSION_T4
    +
    extern NSString * const PROJ_AUTHORITY_OGC

    Swift

    -
    let TIFF_COMPRESSION_T4: Int
    +
    let PROJ_AUTHORITY_OGC: String
    +
  • @@ -14485,24 +15350,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_COMPRESSION_T6
    +
    extern NSString * const PROJ_AUTHORITY_NSG

    Swift

    -
    let TIFF_COMPRESSION_T6: Int
    +
    let PROJ_AUTHORITY_NSG: String
    +
  • @@ -14517,24 +15385,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_COMPRESSION_LZW
    +
    extern int const PROJ_UNDEFINED_CARTESIAN

    Swift

    -
    let TIFF_COMPRESSION_LZW: Int
    +
    let PROJ_UNDEFINED_CARTESIAN: Int32
    +
  • @@ -14549,24 +15420,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_COMPRESSION_JPEG_OLD
    +
    extern int const PROJ_UNDEFINED_GEOGRAPHIC

    Swift

    -
    let TIFF_COMPRESSION_JPEG_OLD: Int
    +
    let PROJ_UNDEFINED_GEOGRAPHIC: Int32
    +
  • @@ -14581,24 +15455,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_COMPRESSION_JPEG_NEW
    +
    extern int const PROJ_EPSG_WORLD_GEODETIC_SYSTEM

    Swift

    -
    let TIFF_COMPRESSION_JPEG_NEW: Int
    +
    let PROJ_EPSG_WORLD_GEODETIC_SYSTEM: Int32
    +
  • @@ -14613,34 +15490,33 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_COMPRESSION_DEFLATE
    +
    extern int const PROJ_EPSG_WEB_MERCATOR

    Swift

    -
    let TIFF_COMPRESSION_DEFLATE: Int
    +
    let PROJ_EPSG_WEB_MERCATOR: Int32
    +
  • -
    -

    Deprecated

    - -

    Undocumented

    @@ -14649,24 +15525,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_COMPRESSION_PKZIP_DEFLATE
    +
    extern int const PROJ_EPSG_WORLD_GEODETIC_SYSTEM_GEOGRAPHICAL_3D

    Swift

    -
    let TIFF_COMPRESSION_PKZIP_DEFLATE: Int
    +
    let PROJ_EPSG_WORLD_GEODETIC_SYSTEM_GEOGRAPHICAL_3D: Int32
    +
  • @@ -14681,24 +15560,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_COMPRESSION_PACKBITS
    +
    extern NSString * const PROJ_OGC_CRS84

    Swift

    -
    let TIFF_COMPRESSION_PACKBITS: Int
    +
    let PROJ_OGC_CRS84: String
    +
  • @@ -14713,24 +15595,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_EXTRA_SAMPLES_UNSPECIFIED
    +
    extern double const PROJ_WEB_MERCATOR_MAX_LAT_RANGE

    Swift

    -
    let TIFF_EXTRA_SAMPLES_UNSPECIFIED: Int
    +
    let PROJ_WEB_MERCATOR_MAX_LAT_RANGE: Double
    +
  • @@ -14745,24 +15630,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_EXTRA_SAMPLES_ASSOCIATED_ALPHA
    +
    extern double const PROJ_WEB_MERCATOR_MIN_LAT_RANGE

    Swift

    -
    let TIFF_EXTRA_SAMPLES_ASSOCIATED_ALPHA: Int
    +
    let PROJ_WEB_MERCATOR_MIN_LAT_RANGE: Double
    +
  • @@ -14777,24 +15665,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_EXTRA_SAMPLES_UNASSOCIATED_ALPHA
    +
    extern double const PROJ_WEB_MERCATOR_HALF_WORLD_WIDTH

    Swift

    -
    let TIFF_EXTRA_SAMPLES_UNASSOCIATED_ALPHA: Int
    +
    let PROJ_WEB_MERCATOR_HALF_WORLD_WIDTH: Double
    +
  • @@ -14809,24 +15700,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_FILL_ORDER_LOWER_COLUMN_HIGHER_ORDER
    +
    extern double const PROJ_MERCATOR_RADIUS

    Swift

    -
    let TIFF_FILL_ORDER_LOWER_COLUMN_HIGHER_ORDER: Int
    +
    let PROJ_MERCATOR_RADIUS: Double
    +
  • @@ -14841,24 +15735,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_FILL_ORDER_LOWER_COLUMN_LOWER_ORDER
    +
    extern double const PROJ_WGS84_HALF_WORLD_LON_WIDTH

    Swift

    -
    let TIFF_FILL_ORDER_LOWER_COLUMN_LOWER_ORDER: Int
    +
    let PROJ_WGS84_HALF_WORLD_LON_WIDTH: Double
    +
  • @@ -14873,24 +15770,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_GRAY_RESPONSE_TENTHS
    +
    extern double const PROJ_WGS84_HALF_WORLD_LAT_HEIGHT

    Swift

    -
    let TIFF_GRAY_RESPONSE_TENTHS: Int
    +
    let PROJ_WGS84_HALF_WORLD_LAT_HEIGHT: Double
    +
  • @@ -14898,31 +15798,34 @@

    Declaration

    -

    Undocumented

    +

    Geometry type names

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_GRAY_RESPONSE_HUNDREDTHS
    +
    extern NSString *const SF_GEOMETRY_NAME

    Swift

    -
    let TIFF_GRAY_RESPONSE_HUNDREDTHS: Int
    +
    let SF_GEOMETRY_NAME: String
    +
  • @@ -14937,24 +15840,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_GRAY_RESPONSE_THOUSANDTHS
    +
    extern NSString * const SF_POINT_NAME

    Swift

    -
    let TIFF_GRAY_RESPONSE_THOUSANDTHS: Int
    +
    let SF_POINT_NAME: String
    +
  • @@ -14969,24 +15875,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_GRAY_RESPONSE_TEN_THOUSANDTHS
    +
    extern NSString * const SF_LINESTRING_NAME

    Swift

    -
    let TIFF_GRAY_RESPONSE_TEN_THOUSANDTHS: Int
    +
    let SF_LINESTRING_NAME: String
    +
  • @@ -15001,24 +15910,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_GRAY_RESPONSE_HUNDRED_THOUSANDTHS
    +
    extern NSString * const SF_POLYGON_NAME

    Swift

    -
    let TIFF_GRAY_RESPONSE_HUNDRED_THOUSANDTHS: Int
    +
    let SF_POLYGON_NAME: String
    +
  • @@ -15033,24 +15945,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_ORIENTATION_TOP_ROW_LEFT_COLUMN
    +
    extern NSString * const SF_MULTIPOINT_NAME

    Swift

    -
    let TIFF_ORIENTATION_TOP_ROW_LEFT_COLUMN: Int
    +
    let SF_MULTIPOINT_NAME: String
    +
  • @@ -15065,24 +15980,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_ORIENTATION_TOP_ROW_RIGHT_COLUMN
    +
    extern NSString * const SF_MULTILINESTRING_NAME

    Swift

    -
    let TIFF_ORIENTATION_TOP_ROW_RIGHT_COLUMN: Int
    +
    let SF_MULTILINESTRING_NAME: String
    +
  • @@ -15097,24 +16015,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_ORIENTATION_BOTTOM_ROW_RIGHT_COLUMN
    +
    extern NSString * const SF_MULTIPOLYGON_NAME

    Swift

    -
    let TIFF_ORIENTATION_BOTTOM_ROW_RIGHT_COLUMN: Int
    +
    let SF_MULTIPOLYGON_NAME: String
    +
  • @@ -15129,24 +16050,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_ORIENTATION_BOTTOM_ROW_LEFT_COLUMN
    +
    extern NSString * const SF_GEOMETRYCOLLECTION_NAME

    Swift

    -
    let TIFF_ORIENTATION_BOTTOM_ROW_LEFT_COLUMN: Int
    +
    let SF_GEOMETRYCOLLECTION_NAME: String
    +
  • @@ -15161,24 +16085,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_ORIENTATION_LEFT_ROW_TOP_COLUMN
    +
    extern NSString * const SF_CIRCULARSTRING_NAME

    Swift

    -
    let TIFF_ORIENTATION_LEFT_ROW_TOP_COLUMN: Int
    +
    let SF_CIRCULARSTRING_NAME: String
    +
  • @@ -15193,24 +16120,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_ORIENTATION_RIGHT_ROW_TOP_COLUMN
    +
    extern NSString * const SF_COMPOUNDCURVE_NAME

    Swift

    -
    let TIFF_ORIENTATION_RIGHT_ROW_TOP_COLUMN: Int
    +
    let SF_COMPOUNDCURVE_NAME: String
    +
  • @@ -15225,24 +16155,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_ORIENTATION_RIGHT_ROW_BOTTOM_COLUMN
    +
    extern NSString * const SF_CURVEPOLYGON_NAME

    Swift

    -
    let TIFF_ORIENTATION_RIGHT_ROW_BOTTOM_COLUMN: Int
    +
    let SF_CURVEPOLYGON_NAME: String
    +
  • @@ -15257,24 +16190,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_ORIENTATION_LEFT_ROW_BOTTOM_COLUMN
    +
    extern NSString * const SF_MULTICURVE_NAME

    Swift

    -
    let TIFF_ORIENTATION_LEFT_ROW_BOTTOM_COLUMN: Int
    +
    let SF_MULTICURVE_NAME: String
    +
  • @@ -15289,24 +16225,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_PHOTOMETRIC_INTERPRETATION_WHITE_IS_ZERO
    +
    extern NSString * const SF_MULTISURFACE_NAME

    Swift

    -
    let TIFF_PHOTOMETRIC_INTERPRETATION_WHITE_IS_ZERO: Int
    +
    let SF_MULTISURFACE_NAME: String
    +
  • @@ -15321,24 +16260,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_PHOTOMETRIC_INTERPRETATION_BLACK_IS_ZERO
    +
    extern NSString * const SF_CURVE_NAME

    Swift

    -
    let TIFF_PHOTOMETRIC_INTERPRETATION_BLACK_IS_ZERO: Int
    +
    let SF_CURVE_NAME: String
    +
  • @@ -15353,24 +16295,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_PHOTOMETRIC_INTERPRETATION_RGB
    +
    extern NSString * const SF_SURFACE_NAME

    Swift

    -
    let TIFF_PHOTOMETRIC_INTERPRETATION_RGB: Int
    +
    let SF_SURFACE_NAME: String
    +
  • @@ -15385,24 +16330,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_PHOTOMETRIC_INTERPRETATION_PALETTE
    +
    extern NSString * const SF_POLYHEDRALSURFACE_NAME

    Swift

    -
    let TIFF_PHOTOMETRIC_INTERPRETATION_PALETTE: Int
    +
    let SF_POLYHEDRALSURFACE_NAME: String
    +
  • @@ -15417,24 +16365,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_PHOTOMETRIC_INTERPRETATION_TRANSPARENCY
    +
    extern NSString * const SF_TIN_NAME

    Swift

    -
    let TIFF_PHOTOMETRIC_INTERPRETATION_TRANSPARENCY: Int
    +
    let SF_TIN_NAME: String
    +
  • @@ -15449,24 +16400,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_PLANAR_CONFIGURATION_CHUNKY
    +
    extern NSString * const SF_TRIANGLE_NAME

    Swift

    -
    let TIFF_PLANAR_CONFIGURATION_CHUNKY: Int
    +
    let SF_TRIANGLE_NAME: String
    +
  • @@ -15481,24 +16435,27 @@

    Declaration

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_PLANAR_CONFIGURATION_PLANAR
    +
    extern NSString * const SF_NONE_NAME

    Swift

    -
    let TIFF_PLANAR_CONFIGURATION_PLANAR: Int
    +
    let SF_NONE_NAME: String
    +
  • @@ -15506,31 +16463,34 @@

    Declaration

    -

    Undocumented

    +

    Default read byte order

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_RESOLUTION_UNIT_NO
    +
    static CFByteOrder DEFAULT_READ_BYTE_ORDER = CFByteOrderBigEndian

    Swift

    -
    let TIFF_RESOLUTION_UNIT_NO: Int
    +
    var DEFAULT_READ_BYTE_ORDER: CFByteOrder
    +
  • @@ -15538,31 +16498,34 @@

    Declaration

    -

    Undocumented

    +

    Default write byte order

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_RESOLUTION_UNIT_INCH
    +
    static CFByteOrder DEFAULT_WRITE_BYTE_ORDER = CFByteOrderBigEndian

    Swift

    -
    let TIFF_RESOLUTION_UNIT_INCH: Int
    +
    var DEFAULT_WRITE_BYTE_ORDER: CFByteOrder
    +
  • @@ -15570,31 +16533,34 @@

    Declaration

    -

    Undocumented

    +

    Default epsilon for point in or on line tolerance

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_RESOLUTION_UNIT_CENTIMETER
    +
    extern const double SF_DEFAULT_LINE_EPSILON

    Swift

    -
    let TIFF_RESOLUTION_UNIT_CENTIMETER: Int
    +
    let SF_DEFAULT_LINE_EPSILON: Double
    +
  • @@ -15602,31 +16568,34 @@

    Declaration

    -

    Undocumented

    +

    Default epsilon for point equality

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_SAMPLE_FORMAT_UNSIGNED_INT
    +
    extern const double SF_DEFAULT_EQUAL_EPSILON

    Swift

    -
    let TIFF_SAMPLE_FORMAT_UNSIGNED_INT: Int
    +
    let SF_DEFAULT_EQUAL_EPSILON: Double
    +
  • @@ -15634,31 +16603,34 @@

    Declaration

    -

    Undocumented

    +

    Web Mercator Latitude Range

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_SAMPLE_FORMAT_SIGNED_INT
    +
    extern const double SF_WEB_MERCATOR_MAX_LAT_RANGE

    Swift

    -
    let TIFF_SAMPLE_FORMAT_SIGNED_INT: Int
    +
    let SF_WEB_MERCATOR_MAX_LAT_RANGE: Double
    +
  • @@ -15666,31 +16638,34 @@

    Declaration

    -

    Undocumented

    +

    Web Mercator Latitude Range

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_SAMPLE_FORMAT_FLOAT
    +
    extern const double SF_WEB_MERCATOR_MIN_LAT_RANGE

    Swift

    -
    let TIFF_SAMPLE_FORMAT_FLOAT: Int
    +
    let SF_WEB_MERCATOR_MIN_LAT_RANGE: Double
    +
  • @@ -15698,31 +16673,34 @@

    Declaration

    -

    Undocumented

    +

    Half the world distance in either direction

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_SAMPLE_FORMAT_UNDEFINED
    +
    extern const double SF_WEB_MERCATOR_HALF_WORLD_WIDTH

    Swift

    -
    let TIFF_SAMPLE_FORMAT_UNDEFINED: Int
    +
    let SF_WEB_MERCATOR_HALF_WORLD_WIDTH: Double
    +
  • @@ -15730,31 +16708,34 @@

    Declaration

    -

    Undocumented

    +

    Half the world longitude width for WGS84

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_SUBFILE_TYPE_FULL
    +
    extern const double SF_WGS84_HALF_WORLD_LON_WIDTH

    Swift

    -
    let TIFF_SUBFILE_TYPE_FULL: Int
    +
    let SF_WGS84_HALF_WORLD_LON_WIDTH: Double
    +
  • @@ -15762,31 +16743,34 @@

    Declaration

    -

    Undocumented

    +

    Half the world latitude height for WGS84

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_SUBFILE_TYPE_REDUCED
    +
    extern const double SF_WGS84_HALF_WORLD_LAT_HEIGHT

    Swift

    -
    let TIFF_SUBFILE_TYPE_REDUCED: Int
    +
    let SF_WGS84_HALF_WORLD_LAT_HEIGHT: Double
    +
  • @@ -15794,31 +16778,34 @@

    Declaration

    -

    Undocumented

    +

    Minimum latitude degrees value convertible to meters

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_SAMPLE_FORMAT_SINGLE_PAGE_MULTI_PAGE
    +
    extern const double SF_DEGREES_TO_METERS_MIN_LAT

    Swift

    -
    let TIFF_SAMPLE_FORMAT_SINGLE_PAGE_MULTI_PAGE: Int
    +
    let SF_DEGREES_TO_METERS_MIN_LAT: Double
    +
  • @@ -15826,31 +16813,34 @@

    Declaration

    -

    Undocumented

    +

    Absolute north bearing in degrees

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_THRESHHOLDING_NO
    +
    extern const double SF_BEARING_NORTH

    Swift

    -
    let TIFF_THRESHHOLDING_NO: Int
    +
    let SF_BEARING_NORTH: Double
    +
  • @@ -15858,31 +16848,34 @@

    Declaration

    -

    Undocumented

    +

    Absolute east bearing in degrees

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_THRESHHOLDING_ORDERED
    +
    extern const double SF_BEARING_EAST

    Swift

    -
    let TIFF_THRESHHOLDING_ORDERED: Int
    +
    let SF_BEARING_EAST: Double
    +
  • @@ -15890,31 +16883,34 @@

    Declaration

    -

    Undocumented

    +

    Absolute south bearing in degrees

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_THRESHHOLDING_RANDOM
    +
    extern const double SF_BEARING_SOUTH

    Swift

    -
    let TIFF_THRESHHOLDING_RANDOM: Int
    +
    let SF_BEARING_SOUTH: Double
    +
  • @@ -15922,31 +16918,34 @@

    Declaration

    -

    Undocumented

    +

    Absolute west bearing degrees

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_PREDICTOR_NO
    +
    extern const double SF_BEARING_WEST

    Swift

    -
    let TIFF_PREDICTOR_NO: Int
    +
    let SF_BEARING_WEST: Double
    +
  • @@ -15954,31 +16953,34 @@

    Declaration

    -

    Undocumented

    +

    Radians to Degrees conversion

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_PREDICTOR_HORIZONTAL
    +
    extern const double SF_RADIANS_TO_DEGREES

    Swift

    -
    let TIFF_PREDICTOR_HORIZONTAL: Int
    +
    let SF_RADIANS_TO_DEGREES: Double
    +
  • @@ -15986,22 +16988,25 @@

    Declaration

    -

    Undocumented

    +

    Degrees to Radians conversion

    Declaration

    Objective-C

    -
    extern NSInteger const TIFF_PREDICTOR_FLOATINGPOINT
    +
    extern const double SF_DEGREES_TO_RADIANS

    Swift

    -
    let TIFF_PREDICTOR_FLOATINGPOINT: Int
    +
    let SF_DEGREES_TO_RADIANS: Double
    +
  • @@ -16035,7 +17040,7 @@

    Declaration

    @@ -16070,7 +17075,7 @@

    Declaration

    @@ -16105,7 +17110,7 @@

    Declaration

    @@ -16140,7 +17145,7 @@

    Declaration

    @@ -16175,7 +17180,7 @@

    Declaration

    @@ -16210,7 +17215,7 @@

    Declaration

    @@ -16245,7 +17250,7 @@

    Declaration

    @@ -16280,7 +17285,7 @@

    Declaration

    @@ -16315,7 +17320,7 @@

    Declaration

    @@ -16350,7 +17355,7 @@

    Declaration

    @@ -16389,7 +17394,7 @@

    Declaration

    @@ -16424,7 +17429,7 @@

    Declaration

    @@ -16459,7 +17464,7 @@

    Declaration

    @@ -16494,7 +17499,7 @@

    Declaration

    @@ -16529,7 +17534,7 @@

    Declaration

    @@ -16564,7 +17569,7 @@

    Declaration

    @@ -16599,7 +17604,7 @@

    Declaration

    @@ -16634,7 +17639,7 @@

    Declaration

    @@ -16669,7 +17674,7 @@

    Declaration

    @@ -16704,7 +17709,7 @@

    Declaration

    @@ -16739,7 +17744,7 @@

    Declaration

    @@ -16774,7 +17779,7 @@

    Declaration

    @@ -16809,7 +17814,7 @@

    Declaration

    @@ -16844,7 +17849,7 @@

    Declaration

    @@ -16879,7 +17884,7 @@

    Declaration

    @@ -16914,7 +17919,7 @@

    Declaration

    @@ -16949,7 +17954,7 @@

    Declaration

    @@ -16984,7 +17989,7 @@

    Declaration

    @@ -17019,7 +18024,7 @@

    Declaration

    @@ -17054,7 +18059,7 @@

    Declaration

    @@ -17089,7 +18094,7 @@

    Declaration

    @@ -17124,7 +18129,7 @@

    Declaration

    @@ -17159,7 +18164,7 @@

    Declaration

    @@ -17194,7 +18199,7 @@

    Declaration

    @@ -17229,7 +18234,7 @@

    Declaration

    @@ -17264,7 +18269,7 @@

    Declaration

    @@ -17299,7 +18304,7 @@

    Declaration

    @@ -17334,7 +18339,7 @@

    Declaration

    @@ -17369,7 +18374,7 @@

    Declaration

    @@ -17404,7 +18409,7 @@

    Declaration

    @@ -17439,7 +18444,7 @@

    Declaration

    @@ -17474,7 +18479,7 @@

    Declaration

    @@ -17509,7 +18514,7 @@

    Declaration

    @@ -17544,7 +18549,7 @@

    Declaration

    @@ -17579,7 +18584,7 @@

    Declaration

    @@ -17614,7 +18619,7 @@

    Declaration

    @@ -17649,7 +18654,7 @@

    Declaration

    @@ -17684,7 +18689,7 @@

    Declaration

    @@ -17719,7 +18724,7 @@

    Declaration

    @@ -17754,7 +18759,7 @@

    Declaration

    @@ -17789,7 +18794,7 @@

    Declaration

    @@ -17824,7 +18829,7 @@

    Declaration

    @@ -17859,7 +18864,7 @@

    Declaration

    @@ -17894,7 +18899,7 @@

    Declaration

    @@ -17929,7 +18934,7 @@

    Declaration

    @@ -17964,7 +18969,7 @@

    Declaration

    @@ -17999,7 +19004,7 @@

    Declaration

    @@ -18034,7 +19039,7 @@

    Declaration

    @@ -18069,7 +19074,7 @@

    Declaration

    @@ -18104,7 +19109,7 @@

    Declaration

    @@ -18139,7 +19144,7 @@

    Declaration

    @@ -18174,7 +19179,7 @@

    Declaration

    @@ -18209,7 +19214,7 @@

    Declaration

    @@ -18244,7 +19249,7 @@

    Declaration

    @@ -18279,7 +19284,7 @@

    Declaration

    @@ -18314,7 +19319,7 @@

    Declaration

    @@ -18349,7 +19354,7 @@

    Declaration

    @@ -18384,7 +19389,7 @@

    Declaration

    @@ -18419,7 +19424,7 @@

    Declaration

    @@ -18454,7 +19459,7 @@

    Declaration

    @@ -18489,7 +19494,7 @@

    Declaration

    @@ -18524,7 +19529,7 @@

    Declaration

    @@ -18559,7 +19564,7 @@

    Declaration

    @@ -18594,7 +19599,7 @@

    Declaration

    @@ -18629,7 +19634,7 @@

    Declaration

    @@ -18664,7 +19669,7 @@

    Declaration

    @@ -18699,7 +19704,7 @@

    Declaration

    @@ -18734,7 +19739,7 @@

    Declaration

    @@ -18769,7 +19774,7 @@

    Declaration

    @@ -18804,7 +19809,7 @@

    Declaration

    @@ -18839,7 +19844,7 @@

    Declaration

    @@ -18874,7 +19879,7 @@

    Declaration

    @@ -18909,7 +19914,7 @@

    Declaration

    @@ -18944,7 +19949,7 @@

    Declaration

    @@ -18979,7 +19984,7 @@

    Declaration

    @@ -19014,7 +20019,7 @@

    Declaration

    @@ -19049,7 +20054,7 @@

    Declaration

    @@ -19084,7 +20089,7 @@

    Declaration

    @@ -19119,7 +20124,7 @@

    Declaration

    @@ -19154,7 +20159,7 @@

    Declaration

    @@ -19189,7 +20194,7 @@

    Declaration

    @@ -19224,7 +20229,7 @@

    Declaration

    @@ -19259,7 +20264,7 @@

    Declaration

    @@ -19294,7 +20299,7 @@

    Declaration

    @@ -19329,7 +20334,7 @@

    Declaration

    @@ -19364,7 +20369,7 @@

    Declaration

    @@ -19399,7 +20404,7 @@

    Declaration

    @@ -19434,7 +20439,7 @@

    Declaration

    @@ -19469,7 +20474,7 @@

    Declaration

    @@ -19504,7 +20509,7 @@

    Declaration

    @@ -19539,7 +20544,7 @@

    Declaration

    @@ -19574,7 +20579,7 @@

    Declaration

    @@ -19609,7 +20614,7 @@

    Declaration

    @@ -19644,7 +20649,7 @@

    Declaration

    @@ -19679,7 +20684,7 @@

    Declaration

    @@ -19714,7 +20719,7 @@

    Declaration

    @@ -19749,7 +20754,7 @@

    Declaration

    @@ -19784,7 +20789,7 @@

    Declaration

    @@ -19819,7 +20824,7 @@

    Declaration

    @@ -19854,7 +20859,7 @@

    Declaration

    @@ -19889,7 +20894,7 @@

    Declaration

    @@ -19924,7 +20929,7 @@

    Declaration

    @@ -19959,7 +20964,7 @@

    Declaration

    @@ -19994,7 +20999,7 @@

    Declaration

    @@ -20029,7 +21034,7 @@

    Declaration

    @@ -20064,7 +21069,7 @@

    Declaration

    @@ -20099,7 +21104,7 @@

    Declaration

    @@ -20134,7 +21139,7 @@

    Declaration

    @@ -20169,7 +21174,7 @@

    Declaration

    @@ -20204,7 +21209,7 @@

    Declaration

    @@ -20239,7 +21244,7 @@

    Declaration

    @@ -20274,7 +21279,7 @@

    Declaration

    @@ -20309,7 +21314,7 @@

    Declaration

    @@ -20344,7 +21349,7 @@

    Declaration

    @@ -20379,7 +21384,7 @@

    Declaration

    @@ -20414,7 +21419,7 @@

    Declaration

    @@ -20449,7 +21454,7 @@

    Declaration

    @@ -20484,7 +21489,7 @@

    Declaration

    @@ -20519,7 +21524,7 @@

    Declaration

    @@ -20554,7 +21559,7 @@

    Declaration

    @@ -20589,7 +21594,7 @@

    Declaration

    @@ -20624,7 +21629,7 @@

    Declaration

    @@ -20659,7 +21664,7 @@

    Declaration

    @@ -20694,7 +21699,7 @@

    Declaration

    @@ -20729,7 +21734,7 @@

    Declaration

    @@ -20764,7 +21769,7 @@

    Declaration

    @@ -20799,7 +21804,7 @@

    Declaration

    @@ -20834,7 +21839,7 @@

    Declaration

    @@ -20869,7 +21874,7 @@

    Declaration

    @@ -20904,7 +21909,7 @@

    Declaration

    @@ -20939,7 +21944,7 @@

    Declaration

    @@ -20974,7 +21979,7 @@

    Declaration

    @@ -21009,7 +22014,7 @@

    Declaration

    @@ -21044,7 +22049,7 @@

    Declaration

    @@ -21079,7 +22084,7 @@

    Declaration

    @@ -21114,7 +22119,7 @@

    Declaration

    @@ -21149,7 +22154,7 @@

    Declaration

    @@ -21184,7 +22189,7 @@

    Declaration

    @@ -21219,7 +22224,7 @@

    Declaration

    @@ -21254,7 +22259,7 @@

    Declaration

    @@ -21289,7 +22294,7 @@

    Declaration

    @@ -21324,7 +22329,7 @@

    Declaration

    @@ -21359,7 +22364,7 @@

    Declaration

    @@ -21394,7 +22399,7 @@

    Declaration

    @@ -21429,7 +22434,7 @@

    Declaration

    @@ -21464,7 +22469,7 @@

    Declaration

    @@ -21499,7 +22504,7 @@

    Declaration

    @@ -21534,7 +22539,7 @@

    Declaration

    @@ -21569,7 +22574,7 @@

    Declaration

    @@ -21604,7 +22609,7 @@

    Declaration

    @@ -21639,7 +22644,7 @@

    Declaration

    @@ -21674,7 +22679,7 @@

    Declaration

    @@ -21709,7 +22714,7 @@

    Declaration

    @@ -21744,7 +22749,7 @@

    Declaration

    @@ -21779,7 +22784,7 @@

    Declaration

    @@ -21814,7 +22819,7 @@

    Declaration

    @@ -21849,7 +22854,7 @@

    Declaration

    @@ -21884,7 +22889,7 @@

    Declaration

    @@ -21919,7 +22924,7 @@

    Declaration

    @@ -21954,7 +22959,7 @@

    Declaration

    @@ -21989,7 +22994,7 @@

    Declaration

    @@ -22024,7 +23029,7 @@

    Declaration

    @@ -22059,7 +23064,7 @@

    Declaration

    @@ -22094,7 +23099,7 @@

    Declaration

    @@ -22129,7 +23134,7 @@

    Declaration

    @@ -22164,7 +23169,7 @@

    Declaration

    @@ -22199,7 +23204,7 @@

    Declaration

    @@ -22234,7 +23239,7 @@

    Declaration

    @@ -22269,7 +23274,7 @@

    Declaration

    @@ -22304,7 +23309,7 @@

    Declaration

    @@ -22339,7 +23344,7 @@

    Declaration

    @@ -22374,7 +23379,7 @@

    Declaration

    @@ -22409,7 +23414,7 @@

    Declaration

    @@ -22444,7 +23449,7 @@

    Declaration

    @@ -22479,7 +23484,7 @@

    Declaration

    @@ -22514,7 +23519,7 @@

    Declaration

    @@ -22549,7 +23554,7 @@

    Declaration

    @@ -22584,7 +23589,7 @@

    Declaration

    @@ -22619,7 +23624,7 @@

    Declaration

    @@ -22654,7 +23659,7 @@

    Declaration

    @@ -22689,7 +23694,7 @@

    Declaration

    @@ -22724,7 +23729,7 @@

    Declaration

    @@ -22759,7 +23764,7 @@

    Declaration

    @@ -22794,7 +23799,7 @@

    Declaration

    @@ -22829,7 +23834,7 @@

    Declaration

    @@ -22864,7 +23869,7 @@

    Declaration

    @@ -22899,7 +23904,7 @@

    Declaration

    @@ -22934,7 +23939,7 @@

    Declaration

    @@ -22969,7 +23974,7 @@

    Declaration

    @@ -23004,7 +24009,7 @@

    Declaration

    @@ -23039,7 +24044,7 @@

    Declaration

    @@ -23074,7 +24079,7 @@

    Declaration

    @@ -23109,7 +24114,7 @@

    Declaration

    @@ -23144,7 +24149,7 @@

    Declaration

    @@ -23179,7 +24184,7 @@

    Declaration

    @@ -23214,7 +24219,7 @@

    Declaration

    @@ -23249,7 +24254,7 @@

    Declaration

    @@ -23284,7 +24289,7 @@

    Declaration

    @@ -23319,7 +24324,7 @@

    Declaration

    @@ -23354,7 +24359,7 @@

    Declaration

    @@ -23389,7 +24394,7 @@

    Declaration

    @@ -23424,7 +24429,7 @@

    Declaration

    @@ -23459,7 +24464,7 @@

    Declaration

    @@ -23494,7 +24499,7 @@

    Declaration

    @@ -23529,7 +24534,7 @@

    Declaration

    @@ -23564,7 +24569,7 @@

    Declaration

    @@ -23599,7 +24604,7 @@

    Declaration

    @@ -23634,7 +24639,7 @@

    Declaration

    @@ -23669,7 +24674,7 @@

    Declaration

    @@ -23704,7 +24709,7 @@

    Declaration

    @@ -23739,7 +24744,7 @@

    Declaration

    @@ -23774,7 +24779,7 @@

    Declaration

    @@ -23809,7 +24814,7 @@

    Declaration

    @@ -23844,7 +24849,7 @@

    Declaration

    @@ -23879,7 +24884,7 @@

    Declaration

    @@ -23914,7 +24919,7 @@

    Declaration

    @@ -23949,7 +24954,7 @@

    Declaration

    @@ -23984,7 +24989,7 @@

    Declaration

    @@ -24019,7 +25024,7 @@

    Declaration

    @@ -24054,7 +25059,7 @@

    Declaration

    @@ -24089,7 +25094,7 @@

    Declaration

    @@ -24124,7 +25129,7 @@

    Declaration

    @@ -24159,7 +25164,7 @@

    Declaration

    @@ -24194,7 +25199,7 @@

    Declaration

    @@ -24229,7 +25234,7 @@

    Declaration

    @@ -24264,7 +25269,7 @@

    Declaration

    @@ -24299,7 +25304,7 @@

    Declaration

    @@ -24334,7 +25339,7 @@

    Declaration

    @@ -24369,7 +25374,7 @@

    Declaration

    @@ -24404,7 +25409,7 @@

    Declaration

    @@ -24439,7 +25444,7 @@

    Declaration

    @@ -24474,7 +25479,7 @@

    Declaration

    @@ -24509,7 +25514,7 @@

    Declaration

    @@ -24544,7 +25549,7 @@

    Declaration

    @@ -24579,7 +25584,7 @@

    Declaration

    @@ -24614,7 +25619,7 @@

    Declaration

    @@ -24649,7 +25654,7 @@

    Declaration

    @@ -24684,7 +25689,7 @@

    Declaration

    @@ -24719,7 +25724,7 @@

    Declaration

    @@ -24754,7 +25759,7 @@

    Declaration

    @@ -24789,7 +25794,7 @@

    Declaration

    @@ -24824,7 +25829,7 @@

    Declaration

    @@ -24859,7 +25864,7 @@

    Declaration

    @@ -24894,7 +25899,7 @@

    Declaration

    @@ -24929,7 +25934,7 @@

    Declaration

    @@ -24964,7 +25969,7 @@

    Declaration

    @@ -24999,7 +26004,7 @@

    Declaration

    @@ -25034,7 +26039,7 @@

    Declaration

    @@ -25069,7 +26074,7 @@

    Declaration

    @@ -25104,7 +26109,7 @@

    Declaration

    @@ -25139,7 +26144,7 @@

    Declaration

    @@ -25174,7 +26179,7 @@

    Declaration

    @@ -25209,7 +26214,7 @@

    Declaration

    @@ -25244,7 +26249,7 @@

    Declaration

    @@ -25279,7 +26284,7 @@

    Declaration

    @@ -25314,7 +26319,7 @@

    Declaration

    @@ -25349,7 +26354,7 @@

    Declaration

    @@ -25384,7 +26389,7 @@

    Declaration

    @@ -25419,7 +26424,7 @@

    Declaration

    @@ -25454,7 +26459,7 @@

    Declaration

    @@ -25489,7 +26494,7 @@

    Declaration

    @@ -25524,7 +26529,7 @@

    Declaration

    @@ -25559,7 +26564,7 @@

    Declaration

    @@ -25594,7 +26599,7 @@

    Declaration

    @@ -25629,7 +26634,7 @@

    Declaration

    @@ -25664,7 +26669,7 @@

    Declaration

    @@ -25699,7 +26704,7 @@

    Declaration

    @@ -25734,7 +26739,7 @@

    Declaration

    @@ -25769,7 +26774,7 @@

    Declaration

    @@ -25804,7 +26809,7 @@

    Declaration

    @@ -25839,7 +26844,7 @@

    Declaration

    @@ -25874,7 +26879,7 @@

    Declaration

    @@ -25909,7 +26914,7 @@

    Declaration

    @@ -25944,7 +26949,7 @@

    Declaration

    @@ -25979,7 +26984,7 @@

    Declaration

    @@ -26014,7 +27019,7 @@

    Declaration

    @@ -26049,7 +27054,7 @@

    Declaration

    @@ -26084,7 +27089,7 @@

    Declaration

    @@ -26119,7 +27124,7 @@

    Declaration

    @@ -26154,7 +27159,7 @@

    Declaration

    @@ -26189,7 +27194,7 @@

    Declaration

    @@ -26224,7 +27229,7 @@

    Declaration

    @@ -26259,7 +27264,7 @@

    Declaration

    @@ -26294,7 +27299,7 @@

    Declaration

    @@ -26329,7 +27334,7 @@

    Declaration

    @@ -26364,7 +27369,7 @@

    Declaration

    @@ -26399,7 +27404,7 @@

    Declaration

    @@ -26434,7 +27439,7 @@

    Declaration

    @@ -26469,7 +27474,7 @@

    Declaration

    @@ -26504,7 +27509,7 @@

    Declaration

    @@ -26539,7 +27544,7 @@

    Declaration

    @@ -26574,7 +27579,7 @@

    Declaration

    @@ -26609,7 +27614,7 @@

    Declaration

    @@ -26644,7 +27649,7 @@

    Declaration

    @@ -26679,7 +27684,7 @@

    Declaration

    @@ -26714,7 +27719,7 @@

    Declaration

    @@ -26749,7 +27754,7 @@

    Declaration

    @@ -26784,7 +27789,7 @@

    Declaration

    @@ -26819,7 +27824,7 @@

    Declaration

    @@ -26854,7 +27859,7 @@

    Declaration

    @@ -26889,7 +27894,7 @@

    Declaration

    @@ -26924,7 +27929,7 @@

    Declaration

    @@ -26959,7 +27964,7 @@

    Declaration

    @@ -26994,7 +27999,7 @@

    Declaration

    @@ -27029,7 +28034,7 @@

    Declaration

    @@ -27064,7 +28069,7 @@

    Declaration

    @@ -27099,7 +28104,7 @@

    Declaration

    @@ -27134,7 +28139,7 @@

    Declaration

    @@ -27169,7 +28174,7 @@

    Declaration

    @@ -27204,7 +28209,7 @@

    Declaration

    @@ -27239,7 +28244,7 @@

    Declaration

    @@ -27274,7 +28279,7 @@

    Declaration

    @@ -27309,7 +28314,7 @@

    Declaration

    @@ -27345,7 +28350,7 @@

    Declaration

    @@ -27380,7 +28385,7 @@

    Declaration

    @@ -27415,7 +28420,7 @@

    Declaration

    @@ -27451,7 +28456,7 @@

    Declaration

    @@ -27486,7 +28491,7 @@

    Declaration

    @@ -27521,7 +28526,7 @@

    Declaration

    @@ -27557,7 +28562,7 @@

    Declaration

    @@ -27592,7 +28597,7 @@

    Declaration

    @@ -27627,7 +28632,7 @@

    Declaration

    @@ -27663,7 +28668,7 @@

    Declaration

    @@ -27698,7 +28703,7 @@

    Declaration

    @@ -27733,7 +28738,7 @@

    Declaration

    @@ -27768,7 +28773,7 @@

    Declaration

    @@ -27803,7 +28808,7 @@

    Declaration

    @@ -27838,7 +28843,7 @@

    Declaration

    @@ -27873,7 +28878,7 @@

    Declaration

    @@ -27908,7 +28913,7 @@

    Declaration

    @@ -27943,7 +28948,7 @@

    Declaration

    @@ -27980,7 +28985,7 @@

    Declaration

    @@ -28015,7 +29020,7 @@

    Declaration

    @@ -28050,7 +29055,7 @@

    Declaration

    @@ -28085,7 +29090,7 @@

    Declaration

    @@ -28120,7 +29125,7 @@

    Declaration

    @@ -28155,7 +29160,7 @@

    Declaration

    @@ -28190,7 +29195,7 @@

    Declaration

    @@ -28225,7 +29230,7 @@

    Declaration

    @@ -28260,7 +29265,7 @@

    Declaration

    @@ -28295,7 +29300,7 @@

    Declaration

    @@ -28330,7 +29335,7 @@

    Declaration

    @@ -28365,7 +29370,7 @@

    Declaration

    @@ -28400,7 +29405,7 @@

    Declaration

    @@ -28435,7 +29440,7 @@

    Declaration

    @@ -28470,7 +29475,7 @@

    Declaration

    @@ -28505,7 +29510,7 @@

    Declaration

    @@ -28540,7 +29545,7 @@

    Declaration

    @@ -28575,7 +29580,7 @@

    Declaration

    @@ -28610,7 +29615,7 @@

    Declaration

    @@ -28645,7 +29650,7 @@

    Declaration

    @@ -28680,7 +29685,7 @@

    Declaration

    @@ -28715,7 +29720,7 @@

    Declaration

    @@ -28750,7 +29755,7 @@

    Declaration

    @@ -28785,7 +29790,7 @@

    Declaration

    @@ -28820,7 +29825,7 @@

    Declaration

    @@ -28855,7 +29860,7 @@

    Declaration

    @@ -28890,7 +29895,7 @@

    Declaration

    @@ -28925,7 +29930,7 @@

    Declaration

    @@ -28960,7 +29965,7 @@

    Declaration

    @@ -28995,7 +30000,7 @@

    Declaration

    @@ -29030,7 +30035,7 @@

    Declaration

    @@ -29065,7 +30070,7 @@

    Declaration

    @@ -29100,7 +30105,7 @@

    Declaration

    @@ -29135,7 +30140,7 @@

    Declaration

    @@ -29170,7 +30175,7 @@

    Declaration

    @@ -29205,7 +30210,7 @@

    Declaration

    @@ -29240,7 +30245,7 @@

    Declaration

    @@ -29275,7 +30280,7 @@

    Declaration

    @@ -29310,7 +30315,7 @@

    Declaration

    @@ -29345,7 +30350,7 @@

    Declaration

    @@ -29380,7 +30385,7 @@

    Declaration

    @@ -29415,7 +30420,7 @@

    Declaration

    @@ -29450,7 +30455,7 @@

    Declaration

    @@ -29485,7 +30490,7 @@

    Declaration

    @@ -29520,7 +30525,7 @@

    Declaration

    @@ -29555,7 +30560,7 @@

    Declaration

    @@ -29590,7 +30595,7 @@

    Declaration

    @@ -29625,7 +30630,7 @@

    Declaration

    @@ -29660,7 +30665,7 @@

    Declaration

    @@ -29695,7 +30700,7 @@

    Declaration

    @@ -29730,7 +30735,7 @@

    Declaration

    @@ -29765,7 +30770,7 @@

    Declaration

    @@ -29800,7 +30805,7 @@

    Declaration

    @@ -29835,7 +30840,7 @@

    Declaration

    @@ -29870,7 +30875,7 @@

    Declaration

    @@ -29905,7 +30910,7 @@

    Declaration

    @@ -29940,7 +30945,7 @@

    Declaration

    @@ -29975,7 +30980,7 @@

    Declaration

    @@ -30010,7 +31015,7 @@

    Declaration

    @@ -30045,7 +31050,7 @@

    Declaration

    @@ -30080,7 +31085,7 @@

    Declaration

    @@ -30115,7 +31120,7 @@

    Declaration

    @@ -30150,7 +31155,7 @@

    Declaration

    @@ -30185,7 +31190,7 @@

    Declaration

    @@ -30220,7 +31225,7 @@

    Declaration

    @@ -30255,7 +31260,7 @@

    Declaration

    @@ -30290,7 +31295,7 @@

    Declaration

    @@ -30325,7 +31330,7 @@

    Declaration

    @@ -30360,7 +31365,7 @@

    Declaration

    @@ -30395,7 +31400,7 @@

    Declaration

    @@ -30430,7 +31435,7 @@

    Declaration

    @@ -30465,7 +31470,7 @@

    Declaration

    @@ -30500,7 +31505,7 @@

    Declaration

    @@ -30535,7 +31540,7 @@

    Declaration

    @@ -30570,7 +31575,7 @@

    Declaration

    @@ -30605,7 +31610,7 @@

    Declaration

    @@ -30640,7 +31645,7 @@

    Declaration

    @@ -30675,7 +31680,7 @@

    Declaration

    @@ -30710,7 +31715,7 @@

    Declaration

    @@ -30745,7 +31750,7 @@

    Declaration

    @@ -30780,7 +31785,7 @@

    Declaration

    @@ -30815,7 +31820,7 @@

    Declaration

    @@ -30850,7 +31855,7 @@

    Declaration

    @@ -30885,7 +31890,7 @@

    Declaration

    @@ -30920,7 +31925,7 @@

    Declaration

    @@ -30955,7 +31960,7 @@

    Declaration

    @@ -30990,7 +31995,7 @@

    Declaration

    @@ -31025,7 +32030,7 @@

    Declaration

    @@ -31060,7 +32065,7 @@

    Declaration

    @@ -31095,7 +32100,7 @@

    Declaration

    @@ -31130,7 +32135,7 @@

    Declaration

    @@ -31165,7 +32170,7 @@

    Declaration

    @@ -31200,7 +32205,7 @@

    Declaration

    @@ -31235,7 +32240,7 @@

    Declaration

    @@ -31270,7 +32275,7 @@

    Declaration

    @@ -31305,7 +32310,7 @@

    Declaration

    @@ -31340,7 +32345,7 @@

    Declaration

    @@ -31375,7 +32380,7 @@

    Declaration

    @@ -31410,7 +32415,7 @@

    Declaration

    @@ -31445,7 +32450,7 @@

    Declaration

    @@ -31480,7 +32485,7 @@

    Declaration

    @@ -31515,7 +32520,7 @@

    Declaration

    @@ -31550,7 +32555,7 @@

    Declaration

    @@ -31585,7 +32590,7 @@

    Declaration

    @@ -31620,7 +32625,7 @@

    Declaration

    @@ -31655,7 +32660,7 @@

    Declaration

    @@ -31690,7 +32695,7 @@

    Declaration

    @@ -31725,7 +32730,7 @@

    Declaration

    @@ -31760,7 +32765,7 @@

    Declaration

    @@ -31795,7 +32800,7 @@

    Declaration

    @@ -31830,7 +32835,7 @@

    Declaration

    @@ -31865,7 +32870,7 @@

    Declaration

    @@ -31900,7 +32905,7 @@

    Declaration

    @@ -31935,7 +32940,7 @@

    Declaration

    @@ -31970,7 +32975,7 @@

    Declaration

    @@ -32005,7 +33010,7 @@

    Declaration

    @@ -32040,7 +33045,7 @@

    Declaration

    @@ -32075,7 +33080,7 @@

    Declaration

    @@ -32110,7 +33115,7 @@

    Declaration

    @@ -32145,7 +33150,7 @@

    Declaration

    @@ -32180,7 +33185,7 @@

    Declaration

    @@ -32215,7 +33220,7 @@

    Declaration

    @@ -32250,7 +33255,7 @@

    Declaration

    @@ -32285,7 +33290,7 @@

    Declaration

    @@ -32320,7 +33325,7 @@

    Declaration

    @@ -32355,7 +33360,7 @@

    Declaration

    @@ -32385,7 +33390,7 @@

    Declaration

    @@ -32415,7 +33420,7 @@

    Declaration

    @@ -32450,7 +33455,7 @@

    Declaration

    @@ -32485,7 +33490,7 @@

    Declaration

    @@ -32520,7 +33525,7 @@

    Declaration

    @@ -32555,7 +33560,7 @@

    Declaration

    @@ -32590,7 +33595,7 @@

    Declaration

    @@ -32625,7 +33630,7 @@

    Declaration

    @@ -32660,7 +33665,7 @@

    Declaration

    @@ -32695,7 +33700,7 @@

    Declaration

    @@ -32730,7 +33735,7 @@

    Declaration

    @@ -32765,7 +33770,7 @@

    Declaration

    @@ -32800,7 +33805,7 @@

    Declaration

    @@ -32835,7 +33840,7 @@

    Declaration

    @@ -32870,7 +33875,7 @@

    Declaration

    @@ -32905,7 +33910,7 @@

    Declaration

    @@ -32940,7 +33945,7 @@

    Declaration

    @@ -32975,7 +33980,7 @@

    Declaration

    @@ -33010,7 +34015,7 @@

    Declaration

    @@ -33045,7 +34050,7 @@

    Declaration

    @@ -33080,7 +34085,7 @@

    Declaration

    @@ -33115,7 +34120,7 @@

    Declaration

    @@ -33150,7 +34155,7 @@

    Declaration

    @@ -33185,7 +34190,7 @@

    Declaration

    @@ -33220,7 +34225,7 @@

    Declaration

    @@ -33255,7 +34260,7 @@

    Declaration

    @@ -33290,7 +34295,7 @@

    Declaration

    @@ -33325,7 +34330,7 @@

    Declaration

    @@ -33360,7 +34365,7 @@

    Declaration

    @@ -33395,7 +34400,7 @@

    Declaration

    @@ -33430,7 +34435,7 @@

    Declaration

    @@ -33465,7 +34470,7 @@

    Declaration

    @@ -33500,7 +34505,7 @@

    Declaration

    @@ -33535,7 +34540,7 @@

    Declaration

    @@ -33570,7 +34575,7 @@

    Declaration

    @@ -33605,7 +34610,7 @@

    Declaration

    @@ -33640,7 +34645,7 @@

    Declaration

    @@ -33675,7 +34680,7 @@

    Declaration

    @@ -33710,7 +34715,7 @@

    Declaration

    @@ -33745,7 +34750,7 @@

    Declaration

    @@ -33780,7 +34785,7 @@

    Declaration

    @@ -33815,7 +34820,7 @@

    Declaration

    @@ -33850,7 +34855,7 @@

    Declaration

    @@ -33885,7 +34890,7 @@

    Declaration

    @@ -33920,7 +34925,7 @@

    Declaration

    @@ -33955,7 +34960,7 @@

    Declaration

    @@ -33990,7 +34995,7 @@

    Declaration

    @@ -34025,7 +35030,7 @@

    Declaration

    @@ -34060,7 +35065,7 @@

    Declaration

    @@ -34095,7 +35100,7 @@

    Declaration

    @@ -34130,7 +35135,7 @@

    Declaration

    @@ -34165,7 +35170,7 @@

    Declaration

    @@ -34200,7 +35205,7 @@

    Declaration

    @@ -34235,7 +35240,7 @@

    Declaration

    @@ -34270,7 +35275,7 @@

    Declaration

    @@ -34305,7 +35310,7 @@

    Declaration

    @@ -34340,7 +35345,7 @@

    Declaration

    @@ -34375,7 +35380,7 @@

    Declaration

    @@ -34410,7 +35415,7 @@

    Declaration

    @@ -34445,7 +35450,7 @@

    Declaration

    @@ -34480,7 +35485,7 @@

    Declaration

    @@ -34515,7 +35520,7 @@

    Declaration

    @@ -34550,7 +35555,7 @@

    Declaration

    @@ -34585,7 +35590,7 @@

    Declaration

    @@ -34620,7 +35625,7 @@

    Declaration

    @@ -34655,7 +35660,7 @@

    Declaration

    @@ -34690,7 +35695,7 @@

    Declaration

    @@ -34725,7 +35730,7 @@

    Declaration

    @@ -34760,7 +35765,7 @@

    Declaration

    @@ -34795,7 +35800,7 @@

    Declaration

    @@ -34830,7 +35835,7 @@

    Declaration

    @@ -34865,7 +35870,7 @@

    Declaration

    @@ -34900,7 +35905,7 @@

    Declaration

    @@ -34935,7 +35940,7 @@

    Declaration

    @@ -34970,7 +35975,7 @@

    Declaration

    @@ -35005,7 +36010,7 @@

    Declaration

    @@ -35040,7 +36045,7 @@

    Declaration

    @@ -35075,7 +36080,7 @@

    Declaration

    @@ -35110,7 +36115,7 @@

    Declaration

    @@ -35145,7 +36150,7 @@

    Declaration

    @@ -35180,7 +36185,7 @@

    Declaration

    @@ -35215,7 +36220,7 @@

    Declaration

    @@ -35250,7 +36255,7 @@

    Declaration

    @@ -35285,7 +36290,7 @@

    Declaration

    @@ -35320,7 +36325,7 @@

    Declaration

    @@ -35355,7 +36360,7 @@

    Declaration

    @@ -35390,7 +36395,7 @@

    Declaration

    @@ -35425,7 +36430,7 @@

    Declaration

    @@ -35460,7 +36465,7 @@

    Declaration

    @@ -35495,7 +36500,7 @@

    Declaration

    @@ -35530,7 +36535,7 @@

    Declaration

    @@ -35565,7 +36570,7 @@

    Declaration

    @@ -35600,7 +36605,7 @@

    Declaration

    @@ -35635,7 +36640,7 @@

    Declaration

    @@ -35670,7 +36675,7 @@

    Declaration

    @@ -35705,7 +36710,7 @@

    Declaration

    @@ -35740,7 +36745,7 @@

    Declaration

    @@ -35775,7 +36780,7 @@

    Declaration

    @@ -35810,7 +36815,7 @@

    Declaration

    @@ -35845,7 +36850,7 @@

    Declaration

    @@ -35880,7 +36885,7 @@

    Declaration

    @@ -35915,7 +36920,7 @@

    Declaration

    @@ -35950,7 +36955,7 @@

    Declaration

    @@ -35985,7 +36990,7 @@

    Declaration

    @@ -36020,7 +37025,7 @@

    Declaration

    @@ -36055,7 +37060,7 @@

    Declaration

    @@ -36090,7 +37095,7 @@

    Declaration

    @@ -36125,7 +37130,7 @@

    Declaration

    @@ -36160,7 +37165,7 @@

    Declaration

    @@ -36195,7 +37200,7 @@

    Declaration

    @@ -36230,7 +37235,7 @@

    Declaration

    @@ -36265,7 +37270,7 @@

    Declaration

    @@ -36300,7 +37305,7 @@

    Declaration

    @@ -36335,7 +37340,7 @@

    Declaration

    @@ -36370,7 +37375,7 @@

    Declaration

    @@ -36405,7 +37410,7 @@

    Declaration

    @@ -36440,7 +37445,7 @@

    Declaration

    @@ -36475,7 +37480,7 @@

    Declaration

    @@ -36510,7 +37515,7 @@

    Declaration

    @@ -36545,7 +37550,7 @@

    Declaration

    @@ -36580,7 +37585,7 @@

    Declaration

    @@ -36615,7 +37620,7 @@

    Declaration

    @@ -36650,7 +37655,7 @@

    Declaration

    @@ -36685,7 +37690,7 @@

    Declaration

    @@ -36720,7 +37725,7 @@

    Declaration

    @@ -36755,7 +37760,7 @@

    Declaration

    @@ -36790,7 +37795,7 @@

    Declaration

    @@ -36825,7 +37830,7 @@

    Declaration

    @@ -36860,7 +37865,7 @@

    Declaration

    @@ -36895,7 +37900,7 @@

    Declaration

    @@ -36905,7 +37910,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums.html index 3026eef5..8ec0dce0 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5039,9 +5039,9 @@

    Enumerations

  • @@ -5049,32 +5049,35 @@

    Enumerations

    -

    Axis Direction Type

    +

    Geometry Type enumeration

    - See more + See more

    Declaration

    Objective-C

    -
    enum CRSAxisDirectionType {}
    +
    enum SFGGeometryType {}

    Swift

    -
    struct CRSAxisDirectionType : Equatable, RawRepresentable
    +
    struct SFGGeometryType : Equatable, RawRepresentable
    +
  • @@ -5082,32 +5085,35 @@

    Declaration

    -

    Well-known text representation of coordinate reference systems category type

    +

    Field tag type enumeration

    - See more + See more

    Declaration

    Objective-C

    -
    enum CRSCategoryType {}
    +
    enum TIFFFieldTagType {}

    Swift

    -
    struct CRSCategoryType : Equatable, RawRepresentable
    +
    struct TIFFFieldTagType : Equatable, RawRepresentable
    +
  • @@ -5115,32 +5121,35 @@

    Declaration

    -

    Coordinate System Type

    +

    Field tag type enumeration

    - See more + See more

    Declaration

    Objective-C

    -
    enum CRSCoordinateSystemType {}
    +
    enum TIFFFieldType {}

    Swift

    -
    struct CRSCoordinateSystemType : Equatable, RawRepresentable
    +
    struct TIFFFieldType : Equatable, RawRepresentable
    +
  • @@ -5148,32 +5157,35 @@

    Declaration

    -

    Ellipsoid Type

    +

    Well-known text representation of coordinate reference systems category type

    - See more + See more

    Declaration

    Objective-C

    -
    enum CRSEllipsoidType {}
    +
    enum CRSCategoryType {}

    Swift

    -
    struct CRSEllipsoidType : Equatable, RawRepresentable
    +
    struct CRSCategoryType : Equatable, RawRepresentable
    +
  • @@ -5181,32 +5193,35 @@

    Declaration

    -

    Common Ellipsoids

    +

    Well-known text representation of coordinate reference systems category type

    - See more + See more

    Declaration

    Objective-C

    -
    enum CRSEllipsoidsType {}
    +
    enum CRSType {}

    Swift

    -
    struct CRSEllipsoidsType : Equatable, RawRepresentable
    +
    struct CRSType : Equatable, RawRepresentable
    +
  • @@ -5214,32 +5229,35 @@

    Declaration

    -

    Common Geo Datums

    +

    Axis Direction Type

    - See more + See more

    Declaration

    Objective-C

    -
    enum CRSGeoDatumType {}
    +
    enum CRSAxisDirectionType {}

    Swift

    -
    struct CRSGeoDatumType : Equatable, RawRepresentable
    +
    struct CRSAxisDirectionType : Equatable, RawRepresentable
    +
  • @@ -5247,32 +5265,35 @@

    Declaration

    -

    Coordinate Reference System Keyword

    +

    Coordinate System Type

    - See more + See more

    Declaration

    Objective-C

    -
    enum CRSKeywordType {}
    +
    enum CRSCoordinateSystemType {}

    Swift

    -
    struct CRSKeywordType : Equatable, RawRepresentable
    +
    struct CRSCoordinateSystemType : Equatable, RawRepresentable
    +
  • @@ -5280,32 +5301,35 @@

    Declaration

    -

    Common Operation Methods

    +

    Unit Type

    - See more + See more

    Declaration

    Objective-C

    -
    enum CRSOperationMethodType {}
    +
    enum CRSUnitType {}

    Swift

    -
    struct CRSOperationMethodType : Equatable, RawRepresentable
    +
    struct CRSUnitType : Equatable, RawRepresentable
    +
  • @@ -5313,32 +5337,35 @@

    Declaration

    -

    Common Operation Parameters

    +

    Common Unit Type

    - See more + See more

    Declaration

    Objective-C

    -
    enum CRSOperationParameterType {}
    +
    enum CRSUnitsType {}

    Swift

    -
    struct CRSOperationParameterType : Equatable, RawRepresentable
    +
    struct CRSUnitsType : Equatable, RawRepresentable
    +
  • @@ -5346,32 +5373,35 @@

    Declaration

    -

    Coordinate Operation type

    +

    Ellipsoid Type

    - See more + See more

    Declaration

    Objective-C

    -
    enum CRSOperationType {}
    +
    enum CRSEllipsoidType {}

    Swift

    -
    struct CRSOperationType : Equatable, RawRepresentable
    +
    struct CRSEllipsoidType : Equatable, RawRepresentable
    +
  • @@ -5379,32 +5409,35 @@

    Declaration

    -

    Common Prime Meridians

    +

    Common Ellipsoids

    - See more + See more

    Declaration

    Objective-C

    -
    enum CRSPrimeMeridianType {}
    +
    enum CRSEllipsoidsType {}

    Swift

    -
    struct CRSPrimeMeridianType : Equatable, RawRepresentable
    +
    struct CRSEllipsoidsType : Equatable, RawRepresentable
    +
  • - - - CRSType + + + CRSGeoDatumType
    @@ -5412,32 +5445,35 @@

    Declaration

    -

    Well-known text representation of coordinate reference systems category type

    +

    Common Geo Datums

    - See more + See more

    Declaration

    Objective-C

    -
    enum CRSType {}
    +
    enum CRSGeoDatumType {}

    Swift

    -
    struct CRSType : Equatable, RawRepresentable
    +
    struct CRSGeoDatumType : Equatable, RawRepresentable
    +
  • @@ -5445,32 +5481,35 @@

    Declaration

    -

    Unit Type

    +

    Common Prime Meridians

    - See more + See more

    Declaration

    Objective-C

    -
    enum CRSUnitType {}
    +
    enum CRSPrimeMeridianType {}

    Swift

    -
    struct CRSUnitType : Equatable, RawRepresentable
    +
    struct CRSPrimeMeridianType : Equatable, RawRepresentable
    +
  • @@ -5478,32 +5517,35 @@

    Declaration

    -

    Common Unit Type

    +

    Common Operation Methods

    - See more + See more

    Declaration

    Objective-C

    -
    enum CRSUnitsType {}
    +
    enum CRSOperationMethodType {}

    Swift

    -
    struct CRSUnitsType : Equatable, RawRepresentable
    +
    struct CRSOperationMethodType : Equatable, RawRepresentable
    +
  • @@ -5511,32 +5553,35 @@

    Declaration

    -

    Well-known text representation of coordinate reference systems category type

    +

    Common Operation Parameters

    - See more + See more

    Declaration

    Objective-C

    -
    enum PROJProjectionFactoryType {}
    +
    enum CRSOperationParameterType {}

    Swift

    -
    struct PROJProjectionFactoryType : Equatable, RawRepresentable
    +
    struct CRSOperationParameterType : Equatable, RawRepresentable
    +
  • @@ -5544,32 +5589,35 @@

    Declaration

    -

    Enumeration of projection units

    +

    Coordinate Operation type

    - See more + See more

    Declaration

    Objective-C

    -
    enum PROJUnit {}
    +
    enum CRSOperationType {}

    Swift

    -
    struct PROJUnit : Equatable, RawRepresentable
    +
    struct CRSOperationType : Equatable, RawRepresentable
    +
  • @@ -5577,32 +5625,35 @@

    Declaration

    -

    Geometry Type enumeration

    +

    Coordinate Reference System Keyword

    - See more + See more

    Declaration

    Objective-C

    -
    enum SFGGeometryType {}
    +
    enum CRSKeywordType {}

    Swift

    -
    struct SFGGeometryType : Equatable, RawRepresentable
    +
    struct CRSKeywordType : Equatable, RawRepresentable
    +
  • @@ -5610,32 +5661,35 @@

    Declaration

    -

    Event type of the point direction

    +

    Well-known text representation of coordinate reference systems category type

    - See more + See more

    Declaration

    Objective-C

    -
    enum SFEventType {}
    +
    enum PROJProjectionFactoryType {}

    Swift

    -
    struct SFEventType : Equatable, RawRepresentable
    +
    struct PROJProjectionFactoryType : Equatable, RawRepresentable
    +
  • @@ -5643,24 +5697,26 @@

    Declaration

    -

    Finite Filter Type, including finite values and optionally one of either -infinite or NaN values

    +

    Enumeration of projection units

    - See more + See more

    Declaration

    Objective-C

    -
    enum SFFiniteFilterType {}
    +
    enum PROJUnit {}

    Swift

    -
    struct SFFiniteFilterType : Equatable, RawRepresentable
    +
    struct PROJUnit : Equatable, RawRepresentable
    +
  • @@ -5694,15 +5750,18 @@

    Declaration

    +
  • @@ -5710,32 +5769,36 @@

    Declaration

    -

    Field tag type enumeration

    +

    Finite Filter Type, including finite values and optionally one of either +infinite or NaN values

    - See more + See more

    Declaration

    Objective-C

    -
    enum TIFFFieldTagType {}
    +
    enum SFFiniteFilterType {}

    Swift

    -
    struct TIFFFieldTagType : Equatable, RawRepresentable
    +
    struct SFFiniteFilterType : Equatable, RawRepresentable
    +
  • @@ -5743,23 +5806,26 @@

    Declaration

    -

    Field tag type enumeration

    +

    Event type of the point direction

    - See more + See more

    Declaration

    Objective-C

    -
    enum TIFFFieldType {}
    +
    enum SFEventType {}

    Swift

    -
    struct TIFFFieldType : Equatable, RawRepresentable
    +
    struct SFEventType : Equatable, RawRepresentable
    +
  • @@ -5794,7 +5860,7 @@

    Declaration

    @@ -5830,7 +5896,7 @@

    Declaration

    @@ -5866,7 +5932,7 @@

    Declaration

    @@ -5902,7 +5968,7 @@

    Declaration

    @@ -5938,7 +6004,7 @@

    Declaration

    @@ -5975,7 +6041,7 @@

    Declaration

    @@ -6011,7 +6077,7 @@

    Declaration

    @@ -6047,7 +6113,7 @@

    Declaration

    @@ -6083,7 +6149,7 @@

    Declaration

    @@ -6119,7 +6185,7 @@

    Declaration

    @@ -6155,7 +6221,7 @@

    Declaration

    @@ -6191,7 +6257,7 @@

    Declaration

    @@ -6227,7 +6293,7 @@

    Declaration

    @@ -6263,7 +6329,7 @@

    Declaration

    @@ -6299,7 +6365,7 @@

    Declaration

    @@ -6336,7 +6402,7 @@

    Declaration

    @@ -6372,7 +6438,7 @@

    Declaration

    @@ -6408,7 +6474,7 @@

    Declaration

    @@ -6444,7 +6510,7 @@

    Declaration

    @@ -6480,7 +6546,7 @@

    Declaration

    @@ -6516,7 +6582,7 @@

    Declaration

    @@ -6552,7 +6618,7 @@

    Declaration

    @@ -6588,7 +6654,7 @@

    Declaration

    @@ -6598,7 +6664,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/CRSAxisDirectionType.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/CRSAxisDirectionType.html index 9fbe92e3..c2ef0d0d 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/CRSAxisDirectionType.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/CRSAxisDirectionType.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSAxisDirectionType

    Axis Direction Type

    +
    @@ -5072,6 +5075,9 @@

    Declaration

    + @@ -5099,6 +5105,9 @@

    Declaration

    + @@ -5126,6 +5135,9 @@

    Declaration

    + @@ -5153,6 +5165,9 @@

    Declaration

    + @@ -5180,6 +5195,9 @@

    Declaration

    + @@ -5207,6 +5225,9 @@

    Declaration

    + @@ -5234,6 +5255,9 @@

    Declaration

    + @@ -5261,6 +5285,9 @@

    Declaration

    + @@ -5288,6 +5315,9 @@

    Declaration

    + @@ -5315,6 +5345,9 @@

    Declaration

    + @@ -5342,6 +5375,9 @@

    Declaration

    + @@ -5369,6 +5405,9 @@

    Declaration

    + @@ -5396,6 +5435,9 @@

    Declaration

    + @@ -5423,6 +5465,9 @@

    Declaration

    + @@ -5450,6 +5495,9 @@

    Declaration

    + @@ -5477,6 +5525,9 @@

    Declaration

    + @@ -5504,6 +5555,9 @@

    Declaration

    + @@ -5531,6 +5585,9 @@

    Declaration

    + @@ -5558,6 +5615,9 @@

    Declaration

    + @@ -5585,6 +5645,9 @@

    Declaration

    + @@ -5612,6 +5675,9 @@

    Declaration

    + @@ -5639,6 +5705,9 @@

    Declaration

    + @@ -5666,6 +5735,9 @@

    Declaration

    + @@ -5693,6 +5765,9 @@

    Declaration

    + @@ -5720,6 +5795,9 @@

    Declaration

    + @@ -5747,6 +5825,9 @@

    Declaration

    + @@ -5774,6 +5855,9 @@

    Declaration

    + @@ -5801,6 +5885,9 @@

    Declaration

    + @@ -5828,6 +5915,9 @@

    Declaration

    + @@ -5855,6 +5945,9 @@

    Declaration

    + @@ -5882,6 +5975,9 @@

    Declaration

    + @@ -5909,6 +6005,9 @@

    Declaration

    + @@ -5936,6 +6035,9 @@

    Declaration

    + @@ -5963,6 +6065,9 @@

    Declaration

    + @@ -5990,6 +6095,9 @@

    Declaration

    + @@ -6017,6 +6125,9 @@

    Declaration

    + @@ -6044,6 +6155,9 @@

    Declaration

    + @@ -6071,6 +6185,9 @@

    Declaration

    + @@ -6098,6 +6215,9 @@

    Declaration

    + @@ -6125,6 +6245,9 @@

    Declaration

    + @@ -6133,7 +6256,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/CRSCategoryType.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/CRSCategoryType.html index bf27c602..feb27643 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/CRSCategoryType.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/CRSCategoryType.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSCategoryType

    Well-known text representation of coordinate reference systems category type

    +
    @@ -5072,6 +5075,9 @@

    Declaration

    + @@ -5099,6 +5105,9 @@

    Declaration

    + @@ -5126,6 +5135,9 @@

    Declaration

    + @@ -5134,7 +5146,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/CRSCoordinateSystemType.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/CRSCoordinateSystemType.html index 1b75ac69..350d89e1 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/CRSCoordinateSystemType.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/CRSCoordinateSystemType.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSCoordinateSystemType

    Coordinate System Type

    +
    @@ -5072,6 +5075,9 @@

    Declaration

    + @@ -5099,6 +5105,9 @@

    Declaration

    + @@ -5126,6 +5135,9 @@

    Declaration

    + @@ -5153,6 +5165,9 @@

    Declaration

    + @@ -5180,6 +5195,9 @@

    Declaration

    + @@ -5207,6 +5225,9 @@

    Declaration

    + @@ -5234,6 +5255,9 @@

    Declaration

    + @@ -5261,6 +5285,9 @@

    Declaration

    + @@ -5288,6 +5315,9 @@

    Declaration

    + @@ -5315,6 +5345,9 @@

    Declaration

    + @@ -5342,6 +5375,9 @@

    Declaration

    + @@ -5369,6 +5405,9 @@

    Declaration

    + @@ -5396,6 +5435,9 @@

    Declaration

    + @@ -5404,7 +5446,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/CRSEllipsoidType.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/CRSEllipsoidType.html index 851a6046..5c30980f 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/CRSEllipsoidType.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/CRSEllipsoidType.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSEllipsoidType

    Ellipsoid Type

    +
    @@ -5072,6 +5075,9 @@

    Declaration

    + @@ -5099,6 +5105,9 @@

    Declaration

    + @@ -5107,7 +5116,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/CRSEllipsoidsType.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/CRSEllipsoidsType.html index 398d4874..b8c3460e 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/CRSEllipsoidsType.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/CRSEllipsoidsType.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSEllipsoidsType

    Common Ellipsoids

    +
    @@ -5072,6 +5075,9 @@

    Declaration

    + @@ -5099,6 +5105,9 @@

    Declaration

    + @@ -5126,6 +5135,9 @@

    Declaration

    + @@ -5153,6 +5165,9 @@

    Declaration

    + @@ -5180,6 +5195,9 @@

    Declaration

    + @@ -5207,6 +5225,9 @@

    Declaration

    + @@ -5234,6 +5255,9 @@

    Declaration

    + @@ -5261,6 +5285,9 @@

    Declaration

    + @@ -5288,6 +5315,9 @@

    Declaration

    + @@ -5315,6 +5345,9 @@

    Declaration

    + @@ -5342,6 +5375,9 @@

    Declaration

    + @@ -5369,6 +5405,9 @@

    Declaration

    + @@ -5396,6 +5435,9 @@

    Declaration

    + @@ -5423,6 +5465,9 @@

    Declaration

    + @@ -5450,6 +5495,9 @@

    Declaration

    + @@ -5477,6 +5525,9 @@

    Declaration

    + @@ -5504,6 +5555,9 @@

    Declaration

    + @@ -5531,6 +5585,9 @@

    Declaration

    + @@ -5558,6 +5615,9 @@

    Declaration

    + @@ -5585,6 +5645,9 @@

    Declaration

    + @@ -5612,6 +5675,9 @@

    Declaration

    + @@ -5639,6 +5705,9 @@

    Declaration

    + @@ -5666,6 +5735,9 @@

    Declaration

    + @@ -5693,6 +5765,9 @@

    Declaration

    + @@ -5720,6 +5795,9 @@

    Declaration

    + @@ -5747,6 +5825,9 @@

    Declaration

    + @@ -5774,6 +5855,9 @@

    Declaration

    + @@ -5801,6 +5885,9 @@

    Declaration

    + @@ -5828,6 +5915,9 @@

    Declaration

    + @@ -5855,6 +5945,9 @@

    Declaration

    + @@ -5882,6 +5975,9 @@

    Declaration

    + @@ -5909,6 +6005,9 @@

    Declaration

    + @@ -5936,6 +6035,9 @@

    Declaration

    + @@ -5963,6 +6065,9 @@

    Declaration

    + @@ -5990,6 +6095,9 @@

    Declaration

    + @@ -6017,6 +6125,9 @@

    Declaration

    + @@ -6044,6 +6155,9 @@

    Declaration

    + @@ -6071,6 +6185,9 @@

    Declaration

    + @@ -6098,6 +6215,9 @@

    Declaration

    + @@ -6125,6 +6245,9 @@

    Declaration

    + @@ -6152,6 +6275,9 @@

    Declaration

    + @@ -6179,6 +6305,9 @@

    Declaration

    + @@ -6206,6 +6335,9 @@

    Declaration

    + @@ -6233,6 +6365,9 @@

    Declaration

    + @@ -6260,6 +6395,9 @@

    Declaration

    + @@ -6268,7 +6406,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/CRSGeoDatumType.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/CRSGeoDatumType.html index 8aa664e3..e3c96c8d 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/CRSGeoDatumType.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/CRSGeoDatumType.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSGeoDatumType

    Common Geo Datums

    +
    @@ -5072,6 +5075,9 @@

    Declaration

    + @@ -5099,6 +5105,9 @@

    Declaration

    + @@ -5126,6 +5135,9 @@

    Declaration

    + @@ -5153,6 +5165,9 @@

    Declaration

    + @@ -5180,6 +5195,9 @@

    Declaration

    + @@ -5207,6 +5225,9 @@

    Declaration

    + @@ -5234,6 +5255,9 @@

    Declaration

    + @@ -5261,6 +5285,9 @@

    Declaration

    + @@ -5288,6 +5315,9 @@

    Declaration

    + @@ -5315,6 +5345,9 @@

    Declaration

    + @@ -5342,6 +5375,9 @@

    Declaration

    + @@ -5350,7 +5386,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/CRSKeywordType.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/CRSKeywordType.html index 9b793d5d..a221abff 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/CRSKeywordType.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/CRSKeywordType.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSKeywordType

    Coordinate Reference System Keyword

    +
    @@ -5072,6 +5075,9 @@

    Declaration

    + @@ -5099,6 +5105,9 @@

    Declaration

    + @@ -5126,6 +5135,9 @@

    Declaration

    + @@ -5153,6 +5165,9 @@

    Declaration

    + @@ -5180,6 +5195,9 @@

    Declaration

    + @@ -5207,6 +5225,9 @@

    Declaration

    + @@ -5234,6 +5255,9 @@

    Declaration

    + @@ -5261,6 +5285,9 @@

    Declaration

    + @@ -5288,6 +5315,9 @@

    Declaration

    + @@ -5315,6 +5345,9 @@

    Declaration

    + @@ -5342,6 +5375,9 @@

    Declaration

    + @@ -5369,6 +5405,9 @@

    Declaration

    + @@ -5396,6 +5435,9 @@

    Declaration

    + @@ -5423,6 +5465,9 @@

    Declaration

    + @@ -5450,6 +5495,9 @@

    Declaration

    + @@ -5477,6 +5525,9 @@

    Declaration

    + @@ -5504,6 +5555,9 @@

    Declaration

    + @@ -5531,6 +5585,9 @@

    Declaration

    + @@ -5558,6 +5615,9 @@

    Declaration

    + @@ -5585,6 +5645,9 @@

    Declaration

    + @@ -5612,6 +5675,9 @@

    Declaration

    + @@ -5639,6 +5705,9 @@

    Declaration

    + @@ -5666,6 +5735,9 @@

    Declaration

    + @@ -5693,6 +5765,9 @@

    Declaration

    + @@ -5720,6 +5795,9 @@

    Declaration

    + @@ -5747,6 +5825,9 @@

    Declaration

    + @@ -5774,6 +5855,9 @@

    Declaration

    + @@ -5801,6 +5885,9 @@

    Declaration

    + @@ -5828,6 +5915,9 @@

    Declaration

    + @@ -5855,6 +5945,9 @@

    Declaration

    + @@ -5882,6 +5975,9 @@

    Declaration

    + @@ -5909,6 +6005,9 @@

    Declaration

    + @@ -5936,6 +6035,9 @@

    Declaration

    + @@ -5963,6 +6065,9 @@

    Declaration

    + @@ -5990,6 +6095,9 @@

    Declaration

    + @@ -6017,6 +6125,9 @@

    Declaration

    + @@ -6044,6 +6155,9 @@

    Declaration

    + @@ -6071,6 +6185,9 @@

    Declaration

    + @@ -6098,6 +6215,9 @@

    Declaration

    + @@ -6125,6 +6245,9 @@

    Declaration

    + @@ -6152,6 +6275,9 @@

    Declaration

    + @@ -6179,6 +6305,9 @@

    Declaration

    + @@ -6206,6 +6335,9 @@

    Declaration

    + @@ -6233,6 +6365,9 @@

    Declaration

    + @@ -6260,6 +6395,9 @@

    Declaration

    + @@ -6287,6 +6425,9 @@

    Declaration

    + @@ -6314,6 +6455,9 @@

    Declaration

    + @@ -6341,6 +6485,9 @@

    Declaration

    + @@ -6368,6 +6515,9 @@

    Declaration

    + @@ -6395,6 +6545,9 @@

    Declaration

    + @@ -6422,6 +6575,9 @@

    Declaration

    + @@ -6449,6 +6605,9 @@

    Declaration

    + @@ -6476,6 +6635,9 @@

    Declaration

    + @@ -6503,6 +6665,9 @@

    Declaration

    + @@ -6530,6 +6695,9 @@

    Declaration

    + @@ -6557,6 +6725,9 @@

    Declaration

    + @@ -6584,6 +6755,9 @@

    Declaration

    + @@ -6611,6 +6785,9 @@

    Declaration

    + @@ -6638,6 +6815,9 @@

    Declaration

    + @@ -6665,6 +6845,9 @@

    Declaration

    + @@ -6692,6 +6875,9 @@

    Declaration

    + @@ -6719,6 +6905,9 @@

    Declaration

    + @@ -6746,6 +6935,9 @@

    Declaration

    + @@ -6773,6 +6965,9 @@

    Declaration

    + @@ -6800,6 +6995,9 @@

    Declaration

    + @@ -6827,6 +7025,9 @@

    Declaration

    + @@ -6854,6 +7055,9 @@

    Declaration

    + @@ -6881,6 +7085,9 @@

    Declaration

    + @@ -6908,6 +7115,9 @@

    Declaration

    + @@ -6935,6 +7145,9 @@

    Declaration

    + @@ -6962,6 +7175,9 @@

    Declaration

    + @@ -6989,6 +7205,9 @@

    Declaration

    + @@ -7016,6 +7235,9 @@

    Declaration

    + @@ -7043,6 +7265,9 @@

    Declaration

    + @@ -7070,6 +7295,9 @@

    Declaration

    + @@ -7097,6 +7325,9 @@

    Declaration

    + @@ -7124,6 +7355,9 @@

    Declaration

    + @@ -7151,6 +7385,9 @@

    Declaration

    + @@ -7178,6 +7415,9 @@

    Declaration

    + @@ -7186,7 +7426,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/CRSOperationMethodType.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/CRSOperationMethodType.html index 81877896..8c257a71 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/CRSOperationMethodType.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/CRSOperationMethodType.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSOperationMethodType

    Common Operation Methods

    +
    @@ -5072,6 +5075,9 @@

    Declaration

    + @@ -5099,6 +5105,9 @@

    Declaration

    + @@ -5126,6 +5135,9 @@

    Declaration

    + @@ -5153,6 +5165,9 @@

    Declaration

    + @@ -5180,6 +5195,9 @@

    Declaration

    + @@ -5207,6 +5225,9 @@

    Declaration

    + @@ -5234,6 +5255,9 @@

    Declaration

    + @@ -5261,6 +5285,9 @@

    Declaration

    + @@ -5288,6 +5315,9 @@

    Declaration

    + @@ -5315,6 +5345,9 @@

    Declaration

    + @@ -5342,6 +5375,9 @@

    Declaration

    + @@ -5369,6 +5405,9 @@

    Declaration

    + @@ -5396,6 +5435,9 @@

    Declaration

    + @@ -5423,6 +5465,9 @@

    Declaration

    + @@ -5450,6 +5495,9 @@

    Declaration

    + @@ -5477,6 +5525,9 @@

    Declaration

    + @@ -5504,6 +5555,9 @@

    Declaration

    + @@ -5531,6 +5585,9 @@

    Declaration

    + @@ -5558,6 +5615,9 @@

    Declaration

    + @@ -5585,6 +5645,9 @@

    Declaration

    + @@ -5612,6 +5675,9 @@

    Declaration

    + @@ -5639,6 +5705,9 @@

    Declaration

    + @@ -5666,6 +5735,9 @@

    Declaration

    + @@ -5693,6 +5765,9 @@

    Declaration

    + @@ -5720,6 +5795,9 @@

    Declaration

    + @@ -5747,6 +5825,9 @@

    Declaration

    + @@ -5774,6 +5855,9 @@

    Declaration

    + @@ -5801,6 +5885,9 @@

    Declaration

    + @@ -5828,6 +5915,9 @@

    Declaration

    + @@ -5855,6 +5945,9 @@

    Declaration

    + @@ -5863,7 +5956,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/CRSOperationParameterType.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/CRSOperationParameterType.html index 906cb9e3..e936549d 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/CRSOperationParameterType.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/CRSOperationParameterType.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSOperationParameterType

    Common Operation Parameters

    +
    @@ -5072,6 +5075,9 @@

    Declaration

    + @@ -5099,6 +5105,9 @@

    Declaration

    + @@ -5126,6 +5135,9 @@

    Declaration

    + @@ -5153,6 +5165,9 @@

    Declaration

    + @@ -5180,6 +5195,9 @@

    Declaration

    + @@ -5207,6 +5225,9 @@

    Declaration

    + @@ -5234,6 +5255,9 @@

    Declaration

    + @@ -5261,6 +5285,9 @@

    Declaration

    + @@ -5288,6 +5315,9 @@

    Declaration

    + @@ -5315,6 +5345,9 @@

    Declaration

    + @@ -5342,6 +5375,9 @@

    Declaration

    + @@ -5369,6 +5405,9 @@

    Declaration

    + @@ -5396,6 +5435,9 @@

    Declaration

    + @@ -5423,6 +5465,9 @@

    Declaration

    + @@ -5450,6 +5495,9 @@

    Declaration

    + @@ -5477,6 +5525,9 @@

    Declaration

    + @@ -5504,6 +5555,9 @@

    Declaration

    + @@ -5531,6 +5585,9 @@

    Declaration

    + @@ -5558,6 +5615,9 @@

    Declaration

    + @@ -5585,6 +5645,9 @@

    Declaration

    + @@ -5612,6 +5675,9 @@

    Declaration

    + @@ -5639,6 +5705,9 @@

    Declaration

    + @@ -5666,6 +5735,9 @@

    Declaration

    + @@ -5693,6 +5765,9 @@

    Declaration

    + @@ -5720,6 +5795,9 @@

    Declaration

    + @@ -5747,6 +5825,9 @@

    Declaration

    + @@ -5774,6 +5855,9 @@

    Declaration

    + @@ -5801,6 +5885,9 @@

    Declaration

    + @@ -5828,6 +5915,9 @@

    Declaration

    + @@ -5855,6 +5945,9 @@

    Declaration

    + @@ -5882,6 +5975,9 @@

    Declaration

    + @@ -5909,6 +6005,9 @@

    Declaration

    + @@ -5936,6 +6035,9 @@

    Declaration

    + @@ -5963,6 +6065,9 @@

    Declaration

    + @@ -5990,6 +6095,9 @@

    Declaration

    + @@ -6017,6 +6125,9 @@

    Declaration

    + @@ -6044,6 +6155,9 @@

    Declaration

    + @@ -6052,7 +6166,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/CRSOperationType.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/CRSOperationType.html index 60ca4233..0aaf4e78 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/CRSOperationType.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/CRSOperationType.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSOperationType

    Coordinate Operation type

    +
    @@ -5072,6 +5075,9 @@

    Declaration

    + @@ -5099,6 +5105,9 @@

    Declaration

    + @@ -5126,6 +5135,9 @@

    Declaration

    + @@ -5153,6 +5165,9 @@

    Declaration

    + @@ -5180,6 +5195,9 @@

    Declaration

    + @@ -5188,7 +5206,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/CRSPrimeMeridianType.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/CRSPrimeMeridianType.html index a07436b1..e98b5e89 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/CRSPrimeMeridianType.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/CRSPrimeMeridianType.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSPrimeMeridianType

    Common Prime Meridians

    +
    @@ -5072,6 +5075,9 @@

    Declaration

    + @@ -5099,6 +5105,9 @@

    Declaration

    + @@ -5126,6 +5135,9 @@

    Declaration

    + @@ -5153,6 +5165,9 @@

    Declaration

    + @@ -5180,6 +5195,9 @@

    Declaration

    + @@ -5207,6 +5225,9 @@

    Declaration

    + @@ -5234,6 +5255,9 @@

    Declaration

    + @@ -5261,6 +5285,9 @@

    Declaration

    + @@ -5288,6 +5315,9 @@

    Declaration

    + @@ -5315,6 +5345,9 @@

    Declaration

    + @@ -5342,6 +5375,9 @@

    Declaration

    + @@ -5369,6 +5405,9 @@

    Declaration

    + @@ -5396,6 +5435,9 @@

    Declaration

    + @@ -5404,7 +5446,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/CRSType.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/CRSType.html index 84defbb9..9664230d 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/CRSType.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/CRSType.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSType

    Well-known text representation of coordinate reference systems category type

    +
    @@ -5072,6 +5075,9 @@

    Declaration

    + @@ -5099,6 +5105,9 @@

    Declaration

    + @@ -5126,6 +5135,9 @@

    Declaration

    + @@ -5153,6 +5165,9 @@

    Declaration

    + @@ -5180,6 +5195,9 @@

    Declaration

    + @@ -5207,6 +5225,9 @@

    Declaration

    + @@ -5234,6 +5255,9 @@

    Declaration

    + @@ -5261,6 +5285,9 @@

    Declaration

    + @@ -5288,6 +5315,9 @@

    Declaration

    + @@ -5315,6 +5345,9 @@

    Declaration

    + @@ -5342,6 +5375,9 @@

    Declaration

    + @@ -5369,6 +5405,9 @@

    Declaration

    + @@ -5396,6 +5435,9 @@

    Declaration

    + @@ -5423,6 +5465,9 @@

    Declaration

    + @@ -5431,7 +5476,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/CRSUnitType.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/CRSUnitType.html index e98b53f7..0d48a319 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/CRSUnitType.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/CRSUnitType.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSUnitType

    Unit Type

    +
    @@ -5072,6 +5075,9 @@

    Declaration

    + @@ -5099,6 +5105,9 @@

    Declaration

    + @@ -5126,6 +5135,9 @@

    Declaration

    + @@ -5153,6 +5165,9 @@

    Declaration

    + @@ -5180,6 +5195,9 @@

    Declaration

    + @@ -5207,6 +5225,9 @@

    Declaration

    + @@ -5234,6 +5255,9 @@

    Declaration

    + @@ -5242,7 +5266,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/CRSUnitsType.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/CRSUnitsType.html index bba20902..c3a8d994 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/CRSUnitsType.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/CRSUnitsType.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSUnitsType

    Common Unit Type

    +
    @@ -5072,6 +5075,9 @@

    Declaration

    + @@ -5099,6 +5105,9 @@

    Declaration

    + @@ -5126,6 +5135,9 @@

    Declaration

    + @@ -5153,6 +5165,9 @@

    Declaration

    + @@ -5180,6 +5195,9 @@

    Declaration

    + @@ -5207,6 +5225,9 @@

    Declaration

    + @@ -5234,6 +5255,9 @@

    Declaration

    + @@ -5261,6 +5285,9 @@

    Declaration

    + @@ -5288,6 +5315,9 @@

    Declaration

    + @@ -5315,6 +5345,9 @@

    Declaration

    + @@ -5342,6 +5375,9 @@

    Declaration

    + @@ -5369,6 +5405,9 @@

    Declaration

    + @@ -5396,6 +5435,9 @@

    Declaration

    + @@ -5423,6 +5465,9 @@

    Declaration

    + @@ -5450,6 +5495,9 @@

    Declaration

    + @@ -5477,6 +5525,9 @@

    Declaration

    + @@ -5504,6 +5555,9 @@

    Declaration

    + @@ -5531,6 +5585,9 @@

    Declaration

    + @@ -5558,6 +5615,9 @@

    Declaration

    + @@ -5585,6 +5645,9 @@

    Declaration

    + @@ -5612,6 +5675,9 @@

    Declaration

    + @@ -5639,6 +5705,9 @@

    Declaration

    + @@ -5666,6 +5735,9 @@

    Declaration

    + @@ -5693,6 +5765,9 @@

    Declaration

    + @@ -5720,6 +5795,9 @@

    Declaration

    + @@ -5747,6 +5825,9 @@

    Declaration

    + @@ -5774,6 +5855,9 @@

    Declaration

    + @@ -5801,6 +5885,9 @@

    Declaration

    + @@ -5809,7 +5896,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/GPKGCompressFormat.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/GPKGCompressFormat.html index a8abda45..12f96d7f 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/GPKGCompressFormat.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/GPKGCompressFormat.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGCompressFormat

    Enumeration of image compression formats

    @@ -5076,7 +5076,7 @@

    Declaration

    @@ -5106,7 +5106,7 @@

    Declaration

    @@ -5136,7 +5136,7 @@

    Declaration

    @@ -5146,7 +5146,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/GPKGConstraintType.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/GPKGConstraintType.html index ce3ca3df..5b7d7a31 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/GPKGConstraintType.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/GPKGConstraintType.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGConstraintType

    Enumeration of constraint types

    @@ -5076,7 +5076,7 @@

    Declaration

    @@ -5106,7 +5106,7 @@

    Declaration

    @@ -5136,7 +5136,7 @@

    Declaration

    @@ -5166,7 +5166,7 @@

    Declaration

    @@ -5196,7 +5196,7 @@

    Declaration

    @@ -5226,7 +5226,7 @@

    Declaration

    @@ -5256,7 +5256,7 @@

    Declaration

    @@ -5286,7 +5286,7 @@

    Declaration

    @@ -5296,7 +5296,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/GPKGContentsDataType.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/GPKGContentsDataType.html index a3b744bc..634d1bf5 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/GPKGContentsDataType.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/GPKGContentsDataType.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGContentsDataType

    Enumeration of column data types

    @@ -5076,7 +5076,7 @@

    Declaration

    @@ -5106,7 +5106,7 @@

    Declaration

    @@ -5136,7 +5136,7 @@

    Declaration

    @@ -5146,7 +5146,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/GPKGCoverageDataAlgorithm.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/GPKGCoverageDataAlgorithm.html index 9de83f2c..e3f25fa3 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/GPKGCoverageDataAlgorithm.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/GPKGCoverageDataAlgorithm.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGCoverageDataAlgorithm

    Tile Gridded Coverage Data Algorithm interpolation enumeration types

    @@ -5077,7 +5077,7 @@

    Declaration

    @@ -5108,7 +5108,7 @@

    Declaration

    @@ -5138,7 +5138,7 @@

    Declaration

    @@ -5148,7 +5148,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/GPKGCrsWktExtensionVersion.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/GPKGCrsWktExtensionVersion.html index 142d32f7..28680cfb 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/GPKGCrsWktExtensionVersion.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/GPKGCrsWktExtensionVersion.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGCrsWktExtensionVersion

    Enumeration of crs wkt extension versions

    @@ -5076,7 +5076,7 @@

    Declaration

    @@ -5106,7 +5106,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/GPKGDataColumnConstraintType.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/GPKGDataColumnConstraintType.html index 3d8832da..802a7968 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/GPKGDataColumnConstraintType.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/GPKGDataColumnConstraintType.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGDataColumnConstraintType

    Data Column Constraint Type enumeration

    @@ -5076,7 +5076,7 @@

    Declaration

    @@ -5106,7 +5106,7 @@

    Declaration

    @@ -5136,7 +5136,7 @@

    Declaration

    @@ -5146,7 +5146,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/GPKGDataType.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/GPKGDataType.html index 5038755c..5848fa89 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/GPKGDataType.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/GPKGDataType.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGDataType

    Enumeration of column data types

    @@ -5076,7 +5076,7 @@

    Declaration

    @@ -5106,7 +5106,7 @@

    Declaration

    @@ -5136,7 +5136,7 @@

    Declaration

    @@ -5166,7 +5166,7 @@

    Declaration

    @@ -5196,7 +5196,7 @@

    Declaration

    @@ -5226,7 +5226,7 @@

    Declaration

    @@ -5256,7 +5256,7 @@

    Declaration

    @@ -5286,7 +5286,7 @@

    Declaration

    @@ -5316,7 +5316,7 @@

    Declaration

    @@ -5346,7 +5346,7 @@

    Declaration

    @@ -5376,7 +5376,7 @@

    Declaration

    @@ -5406,7 +5406,7 @@

    Declaration

    @@ -5436,7 +5436,7 @@

    Declaration

    @@ -5446,7 +5446,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/GPKGDgiwgCoordinateReferenceSystem.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/GPKGDgiwgCoordinateReferenceSystem.html index 8644e830..5556fab5 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/GPKGDgiwgCoordinateReferenceSystem.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/GPKGDgiwgCoordinateReferenceSystem.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5046,7 +5046,7 @@

    GPKGDgiwgCoordinateReferenceSystem

    Systems

    @@ -5077,7 +5077,7 @@

    Declaration

    @@ -5107,7 +5107,7 @@

    Declaration

    @@ -5137,7 +5137,7 @@

    Declaration

    @@ -5167,7 +5167,7 @@

    Declaration

    @@ -5197,7 +5197,7 @@

    Declaration

    @@ -5227,7 +5227,7 @@

    Declaration

    @@ -5257,7 +5257,7 @@

    Declaration

    @@ -5287,7 +5287,7 @@

    Declaration

    @@ -5317,7 +5317,7 @@

    Declaration

    @@ -5347,7 +5347,7 @@

    Declaration

    @@ -5377,7 +5377,7 @@

    Declaration

    @@ -5407,7 +5407,7 @@

    Declaration

    @@ -5437,7 +5437,7 @@

    Declaration

    @@ -5467,7 +5467,7 @@

    Declaration

    @@ -5497,7 +5497,7 @@

    Declaration

    @@ -5527,7 +5527,7 @@

    Declaration

    @@ -5557,7 +5557,7 @@

    Declaration

    @@ -5587,7 +5587,7 @@

    Declaration

    @@ -5617,7 +5617,7 @@

    Declaration

    @@ -5647,7 +5647,7 @@

    Declaration

    @@ -5677,7 +5677,7 @@

    Declaration

    @@ -5707,7 +5707,7 @@

    Declaration

    @@ -5737,7 +5737,7 @@

    Declaration

    @@ -5767,7 +5767,7 @@

    Declaration

    @@ -5797,7 +5797,7 @@

    Declaration

    @@ -5827,7 +5827,7 @@

    Declaration

    @@ -5857,7 +5857,7 @@

    Declaration

    @@ -5887,7 +5887,7 @@

    Declaration

    @@ -5917,7 +5917,7 @@

    Declaration

    @@ -5947,7 +5947,7 @@

    Declaration

    @@ -5977,7 +5977,7 @@

    Declaration

    @@ -6007,7 +6007,7 @@

    Declaration

    @@ -6037,7 +6037,7 @@

    Declaration

    @@ -6067,7 +6067,7 @@

    Declaration

    @@ -6097,7 +6097,7 @@

    Declaration

    @@ -6127,7 +6127,7 @@

    Declaration

    @@ -6157,7 +6157,7 @@

    Declaration

    @@ -6187,7 +6187,7 @@

    Declaration

    @@ -6217,7 +6217,7 @@

    Declaration

    @@ -6247,7 +6247,7 @@

    Declaration

    @@ -6277,7 +6277,7 @@

    Declaration

    @@ -6307,7 +6307,7 @@

    Declaration

    @@ -6337,7 +6337,7 @@

    Declaration

    @@ -6367,7 +6367,7 @@

    Declaration

    @@ -6397,7 +6397,7 @@

    Declaration

    @@ -6427,7 +6427,7 @@

    Declaration

    @@ -6457,7 +6457,7 @@

    Declaration

    @@ -6487,7 +6487,7 @@

    Declaration

    @@ -6517,7 +6517,7 @@

    Declaration

    @@ -6547,7 +6547,7 @@

    Declaration

    @@ -6577,7 +6577,7 @@

    Declaration

    @@ -6607,7 +6607,7 @@

    Declaration

    @@ -6637,7 +6637,7 @@

    Declaration

    @@ -6667,7 +6667,7 @@

    Declaration

    @@ -6697,7 +6697,7 @@

    Declaration

    @@ -6727,7 +6727,7 @@

    Declaration

    @@ -6757,7 +6757,7 @@

    Declaration

    @@ -6787,7 +6787,7 @@

    Declaration

    @@ -6817,7 +6817,7 @@

    Declaration

    @@ -6847,7 +6847,7 @@

    Declaration

    @@ -6877,7 +6877,7 @@

    Declaration

    @@ -6907,7 +6907,7 @@

    Declaration

    @@ -6937,7 +6937,7 @@

    Declaration

    @@ -6967,7 +6967,7 @@

    Declaration

    @@ -6997,7 +6997,7 @@

    Declaration

    @@ -7027,7 +7027,7 @@

    Declaration

    @@ -7057,7 +7057,7 @@

    Declaration

    @@ -7087,7 +7087,7 @@

    Declaration

    @@ -7117,7 +7117,7 @@

    Declaration

    @@ -7147,7 +7147,7 @@

    Declaration

    @@ -7177,7 +7177,7 @@

    Declaration

    @@ -7207,7 +7207,7 @@

    Declaration

    @@ -7237,7 +7237,7 @@

    Declaration

    @@ -7267,7 +7267,7 @@

    Declaration

    @@ -7297,7 +7297,7 @@

    Declaration

    @@ -7327,7 +7327,7 @@

    Declaration

    @@ -7357,7 +7357,7 @@

    Declaration

    @@ -7387,7 +7387,7 @@

    Declaration

    @@ -7417,7 +7417,7 @@

    Declaration

    @@ -7447,7 +7447,7 @@

    Declaration

    @@ -7477,7 +7477,7 @@

    Declaration

    @@ -7507,7 +7507,7 @@

    Declaration

    @@ -7537,7 +7537,7 @@

    Declaration

    @@ -7567,7 +7567,7 @@

    Declaration

    @@ -7597,7 +7597,7 @@

    Declaration

    @@ -7627,7 +7627,7 @@

    Declaration

    @@ -7657,7 +7657,7 @@

    Declaration

    @@ -7687,7 +7687,7 @@

    Declaration

    @@ -7717,7 +7717,7 @@

    Declaration

    @@ -7747,7 +7747,7 @@

    Declaration

    @@ -7777,7 +7777,7 @@

    Declaration

    @@ -7807,7 +7807,7 @@

    Declaration

    @@ -7837,7 +7837,7 @@

    Declaration

    @@ -7867,7 +7867,7 @@

    Declaration

    @@ -7897,7 +7897,7 @@

    Declaration

    @@ -7927,7 +7927,7 @@

    Declaration

    @@ -7957,7 +7957,7 @@

    Declaration

    @@ -7987,7 +7987,7 @@

    Declaration

    @@ -8017,7 +8017,7 @@

    Declaration

    @@ -8047,7 +8047,7 @@

    Declaration

    @@ -8077,7 +8077,7 @@

    Declaration

    @@ -8107,7 +8107,7 @@

    Declaration

    @@ -8137,7 +8137,7 @@

    Declaration

    @@ -8167,7 +8167,7 @@

    Declaration

    @@ -8197,7 +8197,7 @@

    Declaration

    @@ -8227,7 +8227,7 @@

    Declaration

    @@ -8257,7 +8257,7 @@

    Declaration

    @@ -8287,7 +8287,7 @@

    Declaration

    @@ -8317,7 +8317,7 @@

    Declaration

    @@ -8347,7 +8347,7 @@

    Declaration

    @@ -8377,7 +8377,7 @@

    Declaration

    @@ -8407,7 +8407,7 @@

    Declaration

    @@ -8437,7 +8437,7 @@

    Declaration

    @@ -8467,7 +8467,7 @@

    Declaration

    @@ -8497,7 +8497,7 @@

    Declaration

    @@ -8527,7 +8527,7 @@

    Declaration

    @@ -8557,7 +8557,7 @@

    Declaration

    @@ -8587,7 +8587,7 @@

    Declaration

    @@ -8617,7 +8617,7 @@

    Declaration

    @@ -8647,7 +8647,7 @@

    Declaration

    @@ -8677,7 +8677,7 @@

    Declaration

    @@ -8707,7 +8707,7 @@

    Declaration

    @@ -8737,7 +8737,7 @@

    Declaration

    @@ -8767,7 +8767,7 @@

    Declaration

    @@ -8797,7 +8797,7 @@

    Declaration

    @@ -8827,7 +8827,7 @@

    Declaration

    @@ -8857,7 +8857,7 @@

    Declaration

    @@ -8887,7 +8887,7 @@

    Declaration

    @@ -8917,7 +8917,7 @@

    Declaration

    @@ -8927,7 +8927,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/GPKGDgiwgDataType.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/GPKGDgiwgDataType.html index bb94f1f4..f2a31254 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/GPKGDgiwgDataType.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/GPKGDgiwgDataType.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGDgiwgDataType

    DGIWG (Defence Geospatial Information Working Group) Data Types

    @@ -5076,7 +5076,7 @@

    Declaration

    @@ -5106,7 +5106,7 @@

    Declaration

    @@ -5136,7 +5136,7 @@

    Declaration

    @@ -5166,7 +5166,7 @@

    Declaration

    @@ -5176,7 +5176,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/GPKGDgiwgRequirement.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/GPKGDgiwgRequirement.html index 5ea774a5..5199ade7 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/GPKGDgiwgRequirement.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/GPKGDgiwgRequirement.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGDgiwgRequirement

    DGIWG (Defence Geospatial Information Working Group) Requirements

    @@ -5076,7 +5076,7 @@

    Declaration

    @@ -5106,7 +5106,7 @@

    Declaration

    @@ -5136,7 +5136,7 @@

    Declaration

    @@ -5166,7 +5166,7 @@

    Declaration

    @@ -5196,7 +5196,7 @@

    Declaration

    @@ -5226,7 +5226,7 @@

    Declaration

    @@ -5256,7 +5256,7 @@

    Declaration

    @@ -5286,7 +5286,7 @@

    Declaration

    @@ -5316,7 +5316,7 @@

    Declaration

    @@ -5346,7 +5346,7 @@

    Declaration

    @@ -5376,7 +5376,7 @@

    Declaration

    @@ -5406,7 +5406,7 @@

    Declaration

    @@ -5436,7 +5436,7 @@

    Declaration

    @@ -5466,7 +5466,7 @@

    Declaration

    @@ -5496,7 +5496,7 @@

    Declaration

    @@ -5526,7 +5526,7 @@

    Declaration

    @@ -5556,7 +5556,7 @@

    Declaration

    @@ -5586,7 +5586,7 @@

    Declaration

    @@ -5616,7 +5616,7 @@

    Declaration

    @@ -5646,7 +5646,7 @@

    Declaration

    @@ -5676,7 +5676,7 @@

    Declaration

    @@ -5706,7 +5706,7 @@

    Declaration

    @@ -5736,7 +5736,7 @@

    Declaration

    @@ -5766,7 +5766,7 @@

    Declaration

    @@ -5796,7 +5796,7 @@

    Declaration

    @@ -5826,7 +5826,7 @@

    Declaration

    @@ -5856,7 +5856,7 @@

    Declaration

    @@ -5886,7 +5886,7 @@

    Declaration

    @@ -5896,7 +5896,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/GPKGDublinCoreType.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/GPKGDublinCoreType.html index 190b33c9..c43556b0 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/GPKGDublinCoreType.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/GPKGDublinCoreType.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGDublinCoreType

    Dublin Core Metadata Initiative term types

    @@ -5077,7 +5077,7 @@

    Declaration

    @@ -5107,7 +5107,7 @@

    Declaration

    @@ -5137,7 +5137,7 @@

    Declaration

    @@ -5167,7 +5167,7 @@

    Declaration

    @@ -5197,7 +5197,7 @@

    Declaration

    @@ -5227,7 +5227,7 @@

    Declaration

    @@ -5237,7 +5237,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/GPKGExtensionScopeType.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/GPKGExtensionScopeType.html index 74370a6b..056a79c3 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/GPKGExtensionScopeType.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/GPKGExtensionScopeType.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGExtensionScopeType

    Extension scope type enumeration

    @@ -5076,7 +5076,7 @@

    Declaration

    @@ -5106,7 +5106,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/GPKGFeatureIndexType.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/GPKGFeatureIndexType.html index e455c259..afda267c 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/GPKGFeatureIndexType.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/GPKGFeatureIndexType.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGFeatureIndexType

    Enumeration of feature index types

    @@ -5076,7 +5076,7 @@

    Declaration

    @@ -5106,7 +5106,7 @@

    Declaration

    @@ -5136,7 +5136,7 @@

    Declaration

    @@ -5166,7 +5166,7 @@

    Declaration

    @@ -5176,7 +5176,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/GPKGGriddedCoverageDataType.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/GPKGGriddedCoverageDataType.html index 7a0cc95e..884aef64 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/GPKGGriddedCoverageDataType.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/GPKGGriddedCoverageDataType.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGGriddedCoverageDataType

    Gridded Coverage data type enumeration

    @@ -5076,7 +5076,7 @@

    Declaration

    @@ -5106,7 +5106,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/GPKGGriddedCoverageEncodingType.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/GPKGGriddedCoverageEncodingType.html index 17c7a9f4..c66b4517 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/GPKGGriddedCoverageEncodingType.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/GPKGGriddedCoverageEncodingType.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGGriddedCoverageEncodingType

    Gridded Coverage encoding type enumeration

    @@ -5076,7 +5076,7 @@

    Declaration

    @@ -5106,7 +5106,7 @@

    Declaration

    @@ -5137,7 +5137,7 @@

    Declaration

    @@ -5147,7 +5147,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/GPKGMapShapeType.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/GPKGMapShapeType.html index 7fc68874..dc91026e 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/GPKGMapShapeType.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/GPKGMapShapeType.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGMapShapeType

    Enumeration of map shape types

    @@ -5076,7 +5076,7 @@

    Declaration

    @@ -5106,7 +5106,7 @@

    Declaration

    @@ -5136,7 +5136,7 @@

    Declaration

    @@ -5166,7 +5166,7 @@

    Declaration

    @@ -5196,7 +5196,7 @@

    Declaration

    @@ -5226,7 +5226,7 @@

    Declaration

    @@ -5256,7 +5256,7 @@

    Declaration

    @@ -5286,7 +5286,7 @@

    Declaration

    @@ -5316,7 +5316,7 @@

    Declaration

    @@ -5346,7 +5346,7 @@

    Declaration

    @@ -5376,7 +5376,7 @@

    Declaration

    @@ -5386,7 +5386,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/GPKGMetadataScopeType.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/GPKGMetadataScopeType.html index 717c274f..e8570cae 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/GPKGMetadataScopeType.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/GPKGMetadataScopeType.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGMetadataScopeType

    Metadata Scope Type enumeration

    @@ -5076,7 +5076,7 @@

    Declaration

    @@ -5106,7 +5106,7 @@

    Declaration

    @@ -5136,7 +5136,7 @@

    Declaration

    @@ -5166,7 +5166,7 @@

    Declaration

    @@ -5196,7 +5196,7 @@

    Declaration

    @@ -5226,7 +5226,7 @@

    Declaration

    @@ -5256,7 +5256,7 @@

    Declaration

    @@ -5286,7 +5286,7 @@

    Declaration

    @@ -5316,7 +5316,7 @@

    Declaration

    @@ -5346,7 +5346,7 @@

    Declaration

    @@ -5376,7 +5376,7 @@

    Declaration

    @@ -5406,7 +5406,7 @@

    Declaration

    @@ -5436,7 +5436,7 @@

    Declaration

    @@ -5466,7 +5466,7 @@

    Declaration

    @@ -5496,7 +5496,7 @@

    Declaration

    @@ -5526,7 +5526,7 @@

    Declaration

    @@ -5556,7 +5556,7 @@

    Declaration

    @@ -5586,7 +5586,7 @@

    Declaration

    @@ -5616,7 +5616,7 @@

    Declaration

    @@ -5646,7 +5646,7 @@

    Declaration

    @@ -5656,7 +5656,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/GPKGPolygonOrientation.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/GPKGPolygonOrientation.html index 53dc5579..c44b8d4e 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/GPKGPolygonOrientation.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/GPKGPolygonOrientation.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGPolygonOrientation

    Orientation types of polygon exterior and hole rings

    @@ -5076,7 +5076,7 @@

    Declaration

    @@ -5106,7 +5106,7 @@

    Declaration

    @@ -5136,7 +5136,7 @@

    Declaration

    @@ -5146,7 +5146,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/GPKGReferenceScopeType.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/GPKGReferenceScopeType.html index 0aea5f23..4b901031 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/GPKGReferenceScopeType.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/GPKGReferenceScopeType.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGReferenceScopeType

    Reference Scope Type enumeration

    @@ -5076,7 +5076,7 @@

    Declaration

    @@ -5106,7 +5106,7 @@

    Declaration

    @@ -5136,7 +5136,7 @@

    Declaration

    @@ -5166,7 +5166,7 @@

    Declaration

    @@ -5196,7 +5196,7 @@

    Declaration

    @@ -5206,7 +5206,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/GPKGRelationType.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/GPKGRelationType.html index fb9b3f5f..2bde1fe4 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/GPKGRelationType.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/GPKGRelationType.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGRelationType

    Spec supported User-Defined Related Data Tables

    @@ -5076,7 +5076,7 @@

    Declaration

    @@ -5106,7 +5106,7 @@

    Declaration

    @@ -5136,7 +5136,7 @@

    Declaration

    @@ -5166,7 +5166,7 @@

    Declaration

    @@ -5196,7 +5196,7 @@

    Declaration

    @@ -5206,7 +5206,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/GPKGSQLiteMasterColumn.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/GPKGSQLiteMasterColumn.html index dcea8ca1..94e989d4 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/GPKGSQLiteMasterColumn.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/GPKGSQLiteMasterColumn.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGSQLiteMasterColumn

    Enumeration of SQLite Master column keywords

    @@ -5076,7 +5076,7 @@

    Declaration

    @@ -5106,7 +5106,7 @@

    Declaration

    @@ -5136,7 +5136,7 @@

    Declaration

    @@ -5166,7 +5166,7 @@

    Declaration

    @@ -5196,7 +5196,7 @@

    Declaration

    @@ -5206,7 +5206,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/GPKGSQLiteMasterType.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/GPKGSQLiteMasterType.html index 4591f3f8..ba7e0a3d 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/GPKGSQLiteMasterType.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/GPKGSQLiteMasterType.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGSQLiteMasterType

    Enumeration of SQLite Master table types

    @@ -5076,7 +5076,7 @@

    Declaration

    @@ -5106,7 +5106,7 @@

    Declaration

    @@ -5136,7 +5136,7 @@

    Declaration

    @@ -5166,7 +5166,7 @@

    Declaration

    @@ -5176,7 +5176,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/GPKGTileScalingType.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/GPKGTileScalingType.html index c905ff96..fbb31104 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/GPKGTileScalingType.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/GPKGTileScalingType.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5046,7 +5046,7 @@

    GPKGTileScalingType

    zoom levels in place of missing tiles

    @@ -5077,7 +5077,7 @@

    Declaration

    @@ -5107,7 +5107,7 @@

    Declaration

    @@ -5137,7 +5137,7 @@

    Declaration

    @@ -5167,7 +5167,7 @@

    Declaration

    @@ -5198,7 +5198,7 @@

    Declaration

    @@ -5229,7 +5229,7 @@

    Declaration

    @@ -5239,7 +5239,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/PROJProjectionFactoryType.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/PROJProjectionFactoryType.html index cc96e65b..98e867ab 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/PROJProjectionFactoryType.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/PROJProjectionFactoryType.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    PROJProjectionFactoryType

    Well-known text representation of coordinate reference systems category type

    +
    @@ -5072,6 +5075,9 @@

    Declaration

    + @@ -5099,6 +5105,9 @@

    Declaration

    + @@ -5126,6 +5135,9 @@

    Declaration

    + @@ -5153,6 +5165,9 @@

    Declaration

    + @@ -5161,7 +5176,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/PROJUnit.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/PROJUnit.html index ed3d5b0f..0f8d9424 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/PROJUnit.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/PROJUnit.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    PROJUnit

    Enumeration of projection units

    +
    @@ -5072,6 +5075,9 @@

    Declaration

    + @@ -5099,6 +5105,9 @@

    Declaration

    + @@ -5126,6 +5135,9 @@

    Declaration

    + @@ -5134,7 +5146,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/SFEventType.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/SFEventType.html index 819711cd..62a244ab 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/SFEventType.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/SFEventType.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    SFEventType

    Event type of the point direction

    +
    @@ -5072,6 +5075,9 @@

    Declaration

    + @@ -5099,6 +5105,9 @@

    Declaration

    + @@ -5107,7 +5116,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/SFFiniteFilterType.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/SFFiniteFilterType.html index 8d85d3ff..b2ed2ec1 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/SFFiniteFilterType.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/SFFiniteFilterType.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,6 +5045,9 @@

    SFFiniteFilterType

    Finite Filter Type, including finite values and optionally one of either infinite or NaN values

    +
    @@ -5073,6 +5076,9 @@

    Declaration

    +
    @@ -5100,6 +5106,9 @@

    Declaration

    + @@ -5127,6 +5136,9 @@

    Declaration

    + @@ -5135,7 +5147,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/SFGGeometryType.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/SFGGeometryType.html index 8eddeb42..ea252a17 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/SFGGeometryType.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/SFGGeometryType.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    SFGGeometryType

    Geometry Type enumeration

    +
    @@ -5072,6 +5075,9 @@

    Declaration

    + @@ -5099,6 +5105,9 @@

    Declaration

    + @@ -5126,6 +5135,9 @@

    Declaration

    + @@ -5153,6 +5165,9 @@

    Declaration

    + @@ -5180,6 +5195,9 @@

    Declaration

    + @@ -5207,6 +5225,9 @@

    Declaration

    + @@ -5234,6 +5255,9 @@

    Declaration

    + @@ -5261,6 +5285,9 @@

    Declaration

    + @@ -5269,7 +5296,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/SFGeometryType.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/SFGeometryType.html index f78c6701..b2b4af90 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/SFGeometryType.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/SFGeometryType.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    SFGeometryType

    Geometry Type enumeration

    +
    @@ -5072,6 +5075,9 @@

    Declaration

    + @@ -5099,6 +5105,9 @@

    Declaration

    + @@ -5126,6 +5135,9 @@

    Declaration

    + @@ -5153,6 +5165,9 @@

    Declaration

    + @@ -5180,6 +5195,9 @@

    Declaration

    + @@ -5207,6 +5225,9 @@

    Declaration

    + @@ -5234,6 +5255,9 @@

    Declaration

    + @@ -5261,6 +5285,9 @@

    Declaration

    + @@ -5288,6 +5315,9 @@

    Declaration

    + @@ -5315,6 +5345,9 @@

    Declaration

    + @@ -5342,6 +5375,9 @@

    Declaration

    + @@ -5369,6 +5405,9 @@

    Declaration

    + @@ -5396,6 +5435,9 @@

    Declaration

    + @@ -5423,6 +5465,9 @@

    Declaration

    + @@ -5450,6 +5495,9 @@

    Declaration

    + @@ -5477,6 +5525,9 @@

    Declaration

    + @@ -5504,6 +5555,9 @@

    Declaration

    + @@ -5531,6 +5585,9 @@

    Declaration

    + @@ -5558,6 +5615,9 @@

    Declaration

    + @@ -5566,7 +5626,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/TIFFFieldTagType.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/TIFFFieldTagType.html index b6661e40..1ba698c5 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/TIFFFieldTagType.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/TIFFFieldTagType.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    TIFFFieldTagType

    Field tag type enumeration

    +
    @@ -5072,6 +5075,9 @@

    Declaration

    + @@ -5099,6 +5105,9 @@

    Declaration

    + @@ -5126,6 +5135,9 @@

    Declaration

    + @@ -5153,6 +5165,9 @@

    Declaration

    + @@ -5180,6 +5195,9 @@

    Declaration

    + @@ -5207,6 +5225,9 @@

    Declaration

    + @@ -5234,6 +5255,9 @@

    Declaration

    + @@ -5261,6 +5285,9 @@

    Declaration

    + @@ -5288,6 +5315,9 @@

    Declaration

    + @@ -5315,6 +5345,9 @@

    Declaration

    + @@ -5342,6 +5375,9 @@

    Declaration

    + @@ -5369,6 +5405,9 @@

    Declaration

    + @@ -5396,6 +5435,9 @@

    Declaration

    + @@ -5423,6 +5465,9 @@

    Declaration

    + @@ -5450,6 +5495,9 @@

    Declaration

    + @@ -5477,6 +5525,9 @@

    Declaration

    + @@ -5504,6 +5555,9 @@

    Declaration

    + @@ -5531,6 +5585,9 @@

    Declaration

    + @@ -5558,6 +5615,9 @@

    Declaration

    + @@ -5585,6 +5645,9 @@

    Declaration

    + @@ -5612,6 +5675,9 @@

    Declaration

    + @@ -5639,6 +5705,9 @@

    Declaration

    + @@ -5666,6 +5735,9 @@

    Declaration

    + @@ -5693,6 +5765,9 @@

    Declaration

    + @@ -5720,6 +5795,9 @@

    Declaration

    + @@ -5747,6 +5825,9 @@

    Declaration

    + @@ -5774,6 +5855,9 @@

    Declaration

    + @@ -5801,6 +5885,9 @@

    Declaration

    + @@ -5828,6 +5915,9 @@

    Declaration

    + @@ -5855,6 +5945,9 @@

    Declaration

    + @@ -5882,6 +5975,9 @@

    Declaration

    + @@ -5909,6 +6005,9 @@

    Declaration

    + @@ -5936,6 +6035,9 @@

    Declaration

    + @@ -5963,6 +6065,9 @@

    Declaration

    + @@ -5990,6 +6095,9 @@

    Declaration

    + @@ -6017,6 +6125,9 @@

    Declaration

    + @@ -6044,6 +6155,9 @@

    Declaration

    + @@ -6071,6 +6185,9 @@

    Declaration

    + @@ -6098,6 +6215,9 @@

    Declaration

    + @@ -6125,6 +6245,9 @@

    Declaration

    + @@ -6152,6 +6275,9 @@

    Declaration

    + @@ -6179,6 +6305,9 @@

    Declaration

    + @@ -6206,6 +6335,9 @@

    Declaration

    + @@ -6233,6 +6365,9 @@

    Declaration

    + @@ -6260,6 +6395,9 @@

    Declaration

    + @@ -6287,6 +6425,9 @@

    Declaration

    + @@ -6314,6 +6455,9 @@

    Declaration

    + @@ -6341,6 +6485,9 @@

    Declaration

    + @@ -6368,6 +6515,9 @@

    Declaration

    + @@ -6395,6 +6545,9 @@

    Declaration

    + @@ -6422,6 +6575,9 @@

    Declaration

    + @@ -6449,6 +6605,9 @@

    Declaration

    + @@ -6476,6 +6635,9 @@

    Declaration

    + @@ -6503,6 +6665,9 @@

    Declaration

    + @@ -6530,6 +6695,9 @@

    Declaration

    + @@ -6557,6 +6725,9 @@

    Declaration

    + @@ -6584,6 +6755,9 @@

    Declaration

    + @@ -6611,6 +6785,9 @@

    Declaration

    + @@ -6638,6 +6815,9 @@

    Declaration

    + @@ -6665,6 +6845,9 @@

    Declaration

    + @@ -6692,6 +6875,9 @@

    Declaration

    + @@ -6719,6 +6905,9 @@

    Declaration

    + @@ -6746,6 +6935,9 @@

    Declaration

    + @@ -6773,6 +6965,9 @@

    Declaration

    + @@ -6800,6 +6995,9 @@

    Declaration

    + @@ -6827,6 +7025,9 @@

    Declaration

    + @@ -6854,6 +7055,9 @@

    Declaration

    + @@ -6881,6 +7085,9 @@

    Declaration

    + @@ -6908,6 +7115,9 @@

    Declaration

    + @@ -6935,6 +7145,9 @@

    Declaration

    + @@ -6962,6 +7175,9 @@

    Declaration

    + @@ -6989,6 +7205,9 @@

    Declaration

    + @@ -7016,6 +7235,9 @@

    Declaration

    + @@ -7043,6 +7265,9 @@

    Declaration

    + @@ -7070,6 +7295,9 @@

    Declaration

    + @@ -7097,6 +7325,9 @@

    Declaration

    + @@ -7124,6 +7355,9 @@

    Declaration

    + @@ -7151,6 +7385,9 @@

    Declaration

    + @@ -7178,6 +7415,9 @@

    Declaration

    + @@ -7205,6 +7445,9 @@

    Declaration

    + @@ -7232,6 +7475,9 @@

    Declaration

    + @@ -7259,6 +7505,9 @@

    Declaration

    + @@ -7286,6 +7535,9 @@

    Declaration

    + @@ -7313,6 +7565,9 @@

    Declaration

    + @@ -7340,6 +7595,9 @@

    Declaration

    + @@ -7367,6 +7625,9 @@

    Declaration

    + @@ -7394,6 +7655,9 @@

    Declaration

    + @@ -7421,6 +7685,9 @@

    Declaration

    + @@ -7448,6 +7715,9 @@

    Declaration

    + @@ -7475,6 +7745,9 @@

    Declaration

    + @@ -7502,6 +7775,9 @@

    Declaration

    + @@ -7529,6 +7805,9 @@

    Declaration

    + @@ -7556,6 +7835,9 @@

    Declaration

    + @@ -7583,6 +7865,9 @@

    Declaration

    + @@ -7610,6 +7895,9 @@

    Declaration

    + @@ -7637,6 +7925,9 @@

    Declaration

    + @@ -7664,6 +7955,9 @@

    Declaration

    + @@ -7691,6 +7985,9 @@

    Declaration

    + @@ -7718,6 +8015,9 @@

    Declaration

    + @@ -7745,6 +8045,9 @@

    Declaration

    + @@ -7772,6 +8075,9 @@

    Declaration

    + @@ -7799,6 +8105,9 @@

    Declaration

    + @@ -7826,6 +8135,9 @@

    Declaration

    + @@ -7853,6 +8165,9 @@

    Declaration

    + @@ -7880,6 +8195,9 @@

    Declaration

    + @@ -7907,6 +8225,9 @@

    Declaration

    + @@ -7934,6 +8255,9 @@

    Declaration

    + @@ -7961,6 +8285,9 @@

    Declaration

    + @@ -7988,6 +8315,9 @@

    Declaration

    + @@ -7996,7 +8326,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/TIFFFieldType.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/TIFFFieldType.html index c5fd9ebe..7792eb6f 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/TIFFFieldType.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Enums/TIFFFieldType.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    TIFFFieldType

    Field tag type enumeration

    +
    @@ -5072,6 +5075,9 @@

    Declaration

    + @@ -5099,6 +5105,9 @@

    Declaration

    + @@ -5126,6 +5135,9 @@

    Declaration

    + @@ -5153,6 +5165,9 @@

    Declaration

    + @@ -5180,6 +5195,9 @@

    Declaration

    + @@ -5207,6 +5225,9 @@

    Declaration

    + @@ -5234,6 +5255,9 @@

    Declaration

    + @@ -5261,6 +5285,9 @@

    Declaration

    + @@ -5288,6 +5315,9 @@

    Declaration

    + @@ -5315,6 +5345,9 @@

    Declaration

    + @@ -5342,6 +5375,9 @@

    Declaration

    + @@ -5369,6 +5405,9 @@

    Declaration

    + @@ -5377,7 +5416,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Functions.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Functions.html index 4ec8eb53..294e56f5 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Functions.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Functions.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5066,7 +5066,7 @@

    Declaration

    @@ -5101,7 +5101,7 @@

    Declaration

    @@ -5136,7 +5136,7 @@

    Declaration

    @@ -5171,7 +5171,7 @@

    Declaration

    @@ -5207,7 +5207,7 @@

    Declaration

    @@ -5243,7 +5243,7 @@

    Declaration

    @@ -5280,7 +5280,7 @@

    Declaration

    @@ -5317,7 +5317,7 @@

    Declaration

    @@ -5352,7 +5352,7 @@

    Declaration

    @@ -5389,7 +5389,7 @@

    Declaration

    @@ -5424,7 +5424,7 @@

    Declaration

    @@ -5459,7 +5459,7 @@

    Declaration

    @@ -5494,7 +5494,7 @@

    Declaration

    @@ -5529,7 +5529,7 @@

    Declaration

    @@ -5564,7 +5564,7 @@

    Declaration

    @@ -5599,7 +5599,7 @@

    Declaration

    @@ -5634,7 +5634,7 @@

    Declaration

    @@ -5669,7 +5669,7 @@

    Declaration

    @@ -5704,7 +5704,7 @@

    Declaration

    @@ -5739,7 +5739,7 @@

    Declaration

    @@ -5774,7 +5774,7 @@

    Declaration

    @@ -5809,7 +5809,7 @@

    Declaration

    @@ -5844,7 +5844,7 @@

    Declaration

    @@ -5879,7 +5879,7 @@

    Declaration

    @@ -5914,7 +5914,7 @@

    Declaration

    @@ -5949,7 +5949,7 @@

    Declaration

    @@ -5984,7 +5984,7 @@

    Declaration

    @@ -6019,7 +6019,7 @@

    Declaration

    @@ -6054,7 +6054,7 @@

    Declaration

    @@ -6089,7 +6089,7 @@

    Declaration

    @@ -6124,7 +6124,7 @@

    Declaration

    @@ -6159,7 +6159,7 @@

    Declaration

    @@ -6194,7 +6194,7 @@

    Declaration

    @@ -6229,7 +6229,7 @@

    Declaration

    @@ -6264,7 +6264,7 @@

    Declaration

    @@ -6299,7 +6299,7 @@

    Declaration

    @@ -6334,7 +6334,7 @@

    Declaration

    @@ -6369,7 +6369,7 @@

    Declaration

    @@ -6404,7 +6404,7 @@

    Declaration

    @@ -6439,7 +6439,7 @@

    Declaration

    @@ -6474,7 +6474,7 @@

    Declaration

    @@ -6509,7 +6509,7 @@

    Declaration

    @@ -6544,7 +6544,7 @@

    Declaration

    @@ -6579,7 +6579,7 @@

    Declaration

    @@ -6614,7 +6614,7 @@

    Declaration

    @@ -6649,7 +6649,7 @@

    Declaration

    @@ -6684,7 +6684,7 @@

    Declaration

    @@ -6719,7 +6719,7 @@

    Declaration

    @@ -6749,7 +6749,7 @@

    Declaration

    @@ -6784,7 +6784,7 @@

    Declaration

    @@ -6819,7 +6819,7 @@

    Declaration

    @@ -6854,7 +6854,7 @@

    Declaration

    @@ -6889,7 +6889,7 @@

    Declaration

    @@ -6924,7 +6924,7 @@

    Declaration

    @@ -6959,7 +6959,7 @@

    Declaration

    @@ -6994,7 +6994,7 @@

    Declaration

    @@ -7029,7 +7029,7 @@

    Declaration

    @@ -7064,7 +7064,7 @@

    Declaration

    @@ -7099,7 +7099,7 @@

    Declaration

    @@ -7134,7 +7134,7 @@

    Declaration

    @@ -7182,7 +7182,7 @@

    Declaration

    @@ -7217,7 +7217,7 @@

    Declaration

    @@ -7252,7 +7252,7 @@

    Declaration

    @@ -7287,7 +7287,7 @@

    Declaration

    @@ -7322,7 +7322,7 @@

    Declaration

    @@ -7357,7 +7357,7 @@

    Declaration

    @@ -7392,7 +7392,7 @@

    Declaration

    @@ -7427,7 +7427,7 @@

    Declaration

    @@ -7462,7 +7462,7 @@

    Declaration

    @@ -7497,7 +7497,7 @@

    Declaration

    @@ -7532,7 +7532,7 @@

    Declaration

    @@ -7567,7 +7567,7 @@

    Declaration

    @@ -7602,7 +7602,7 @@

    Declaration

    @@ -7637,7 +7637,7 @@

    Declaration

    @@ -7672,7 +7672,7 @@

    Declaration

    @@ -7707,7 +7707,7 @@

    Declaration

    @@ -7742,7 +7742,7 @@

    Declaration

    @@ -7777,7 +7777,7 @@

    Declaration

    @@ -7812,7 +7812,7 @@

    Declaration

    @@ -7847,7 +7847,7 @@

    Declaration

    @@ -7882,7 +7882,7 @@

    Declaration

    @@ -7917,7 +7917,7 @@

    Declaration

    @@ -7952,7 +7952,7 @@

    Declaration

    @@ -7987,7 +7987,7 @@

    Declaration

    @@ -8022,7 +8022,7 @@

    Declaration

    @@ -8057,7 +8057,7 @@

    Declaration

    @@ -8092,7 +8092,7 @@

    Declaration

    @@ -8127,7 +8127,7 @@

    Declaration

    @@ -8162,7 +8162,7 @@

    Declaration

    @@ -8197,7 +8197,7 @@

    Declaration

    @@ -8232,7 +8232,7 @@

    Declaration

    @@ -8267,7 +8267,7 @@

    Declaration

    @@ -8302,7 +8302,7 @@

    Declaration

    @@ -8337,7 +8337,7 @@

    Declaration

    @@ -8372,7 +8372,7 @@

    Declaration

    @@ -8407,7 +8407,7 @@

    Declaration

    @@ -8442,7 +8442,7 @@

    Declaration

    @@ -8477,7 +8477,7 @@

    Declaration

    @@ -8512,7 +8512,7 @@

    Declaration

    @@ -8547,7 +8547,7 @@

    Declaration

    @@ -8582,7 +8582,7 @@

    Declaration

    @@ -8617,7 +8617,7 @@

    Declaration

    @@ -8652,7 +8652,7 @@

    Declaration

    @@ -8687,7 +8687,7 @@

    Declaration

    @@ -8722,7 +8722,7 @@

    Declaration

    @@ -8757,7 +8757,7 @@

    Declaration

    @@ -8792,7 +8792,7 @@

    Declaration

    @@ -8827,7 +8827,7 @@

    Declaration

    @@ -8862,7 +8862,7 @@

    Declaration

    @@ -8897,7 +8897,7 @@

    Declaration

    @@ -8932,7 +8932,7 @@

    Declaration

    @@ -8972,7 +8972,7 @@

    Declaration

    @@ -9009,7 +9009,7 @@

    Declaration

    @@ -9047,7 +9047,7 @@

    Declaration

    @@ -9082,7 +9082,7 @@

    Declaration

    @@ -9117,7 +9117,7 @@

    Declaration

    @@ -9152,7 +9152,7 @@

    Declaration

    @@ -9187,7 +9187,7 @@

    Declaration

    @@ -9222,7 +9222,7 @@

    Declaration

    @@ -9257,7 +9257,7 @@

    Declaration

    @@ -9292,7 +9292,7 @@

    Declaration

    @@ -9329,7 +9329,7 @@

    Declaration

    @@ -9368,7 +9368,7 @@

    Declaration

    @@ -9403,7 +9403,7 @@

    Declaration

    @@ -9438,7 +9438,7 @@

    Declaration

    @@ -9473,7 +9473,7 @@

    Declaration

    @@ -9508,7 +9508,7 @@

    Declaration

    @@ -9543,7 +9543,7 @@

    Declaration

    @@ -9578,7 +9578,7 @@

    Declaration

    @@ -9613,7 +9613,7 @@

    Declaration

    @@ -9648,7 +9648,7 @@

    Declaration

    @@ -9683,7 +9683,7 @@

    Declaration

    @@ -9718,7 +9718,7 @@

    Declaration

    @@ -9753,7 +9753,7 @@

    Declaration

    @@ -9788,7 +9788,7 @@

    Declaration

    @@ -9823,7 +9823,7 @@

    Declaration

    @@ -9858,7 +9858,7 @@

    Declaration

    @@ -9893,7 +9893,7 @@

    Declaration

    @@ -9903,7 +9903,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Protocols.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Protocols.html index f5678550..b1290829 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Protocols.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Protocols.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5039,9 +5039,9 @@

    Protocols

  • @@ -5049,32 +5049,35 @@

    Protocols

    -

    Common Operation interface

    +

    Compression Decoder interface

    - See more + See more

    Declaration

    Objective-C

    -
    @protocol CRSCommonOperation <CRSIdentifiable>
    +
    @protocol TIFFCompressionDecoder <NSObject>

    Swift

    -
    protocol CRSCommonOperation : CRSIdentifiable
    +
    protocol TIFFCompressionDecoder : NSObjectProtocol
    +
  • @@ -5082,23 +5085,26 @@

    Declaration

    -

    Common Operation interface

    +

    Compression Encoder interface

    - See more + See more

    Declaration

    Objective-C

    -
    @protocol CRSGeoDatum <CRSIdentifiable>
    +
    @protocol TIFFCompressionEncoder <NSObject>

    Swift

    -
    protocol CRSGeoDatum : CRSIdentifiable
    +
    protocol TIFFCompressionEncoder : NSObjectProtocol
    +
  • @@ -5132,6 +5138,9 @@

    Declaration

    + @@ -5165,15 +5174,18 @@

    Declaration

    +
  • @@ -5181,33 +5193,35 @@

    Declaration

    -

    Geometry Filter to filter included geometries and modify them during -construction

    +

    Common Operation interface

    - See more + See more

    Declaration

    Objective-C

    -
    @protocol SFGeometryFilter <NSObject>
    +
    @protocol CRSGeoDatum <CRSIdentifiable>

    Swift

    -
    protocol SFGeometryFilter : NSObjectProtocol
    +
    protocol CRSGeoDatum : CRSIdentifiable
    +
  • @@ -5215,32 +5229,35 @@

    Declaration

    -

    Compression Decoder interface

    +

    Common Operation interface

    - See more + See more

    Declaration

    Objective-C

    -
    @protocol TIFFCompressionDecoder <NSObject>
    +
    @protocol CRSCommonOperation <CRSIdentifiable>

    Swift

    -
    protocol TIFFCompressionDecoder : NSObjectProtocol
    +
    protocol CRSCommonOperation : CRSIdentifiable
    +
  • @@ -5248,23 +5265,27 @@

    Declaration

    -

    Compression Encoder interface

    +

    Geometry Filter to filter included geometries and modify them during +construction

    - See more + See more

    Declaration

    Objective-C

    -
    @protocol TIFFCompressionEncoder <NSObject>
    +
    @protocol SFGeometryFilter <NSObject>

    Swift

    -
    protocol TIFFCompressionEncoder : NSObjectProtocol
    +
    protocol SFGeometryFilter : NSObjectProtocol
    +
  • @@ -5299,7 +5320,7 @@

    Declaration

    @@ -5335,7 +5356,7 @@

    Declaration

    @@ -5371,7 +5392,7 @@

    Declaration

    @@ -5407,7 +5428,7 @@

    Declaration

    @@ -5443,7 +5464,7 @@

    Declaration

    @@ -5480,7 +5501,7 @@

    Declaration

    @@ -5516,7 +5537,7 @@

    Declaration

    @@ -5526,7 +5547,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Protocols/CRSCommonOperation.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Protocols/CRSCommonOperation.html index 09490238..0df286f4 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Protocols/CRSCommonOperation.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Protocols/CRSCommonOperation.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSCommonOperation

    Common Operation interface

    +
    @@ -5081,6 +5084,9 @@

    Declaration

    Return Value

    operation type

    +
    @@ -5117,6 +5123,9 @@

    Declaration

    Return Value

    name

    + @@ -5168,6 +5177,9 @@

    Parameters

    + @@ -5204,6 +5216,9 @@

    Declaration

    Return Value

    operation version

    + @@ -5240,6 +5255,9 @@

    Declaration

    Return Value

    true if has operation version

    + @@ -5291,6 +5309,9 @@

    Parameters

    + @@ -5327,6 +5348,9 @@

    Declaration

    Return Value

    method

    + @@ -5378,6 +5402,9 @@

    Parameters

    + @@ -5386,7 +5413,7 @@

    Parameters

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Protocols/CRSGeoDatum.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Protocols/CRSGeoDatum.html index 6c6ac58d..dc891d58 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Protocols/CRSGeoDatum.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Protocols/CRSGeoDatum.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSGeoDatum

    Common Operation interface

    +
    @@ -5081,6 +5084,9 @@

    Declaration

    Return Value

    datum name

    +
    @@ -5132,6 +5138,9 @@

    Parameters

    + @@ -5168,6 +5177,9 @@

    Declaration

    Return Value

    ellipsoid

    + @@ -5219,6 +5231,9 @@

    Parameters

    + @@ -5255,6 +5270,9 @@

    Declaration

    Return Value

    prime meridian

    + @@ -5291,6 +5309,9 @@

    Declaration

    Return Value

    true if has prime meridian

    + @@ -5342,6 +5363,9 @@

    Parameters

    + @@ -5350,7 +5374,7 @@

    Parameters

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Protocols/CRSIdentifiable.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Protocols/CRSIdentifiable.html index bb42d77f..91bbbc87 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Protocols/CRSIdentifiable.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Protocols/CRSIdentifiable.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSIdentifiable

    Identifiable object interface

    +
    @@ -5081,6 +5084,9 @@

    Declaration

    Return Value

    identifiers

    +
    @@ -5117,6 +5123,9 @@

    Declaration

    Return Value

    true if has identifiers

    + @@ -5153,6 +5162,9 @@

    Declaration

    Return Value

    identifiers count

    + @@ -5208,6 +5220,9 @@

    Parameters

    Return Value

    identifier

    + @@ -5259,6 +5274,9 @@

    Parameters

    + @@ -5310,6 +5328,9 @@

    Parameters

    + @@ -5361,6 +5382,9 @@

    Parameters

    + @@ -5369,7 +5393,7 @@

    Parameters

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Protocols/CRSScopeExtentIdentifierRemark.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Protocols/CRSScopeExtentIdentifierRemark.html index c02046f2..978ad7fd 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Protocols/CRSScopeExtentIdentifierRemark.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Protocols/CRSScopeExtentIdentifierRemark.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    CRSScopeExtentIdentifierRemark

    Interface Scope, Extent, Identifier, and Remark values

    +
    @@ -5081,6 +5084,9 @@

    Declaration

    Return Value

    name

    +
    @@ -5132,6 +5138,9 @@

    Parameters

    + @@ -5168,6 +5177,9 @@

    Declaration

    Return Value

    usages

    + @@ -5204,6 +5216,9 @@

    Declaration

    Return Value

    true if has usages

    + @@ -5240,6 +5255,9 @@

    Declaration

    Return Value

    usages count

    + @@ -5295,6 +5313,9 @@

    Parameters

    Return Value

    usage

    + @@ -5346,6 +5367,9 @@

    Parameters

    + @@ -5397,6 +5421,9 @@

    Parameters

    + @@ -5448,6 +5475,9 @@

    Parameters

    + @@ -5484,6 +5514,9 @@

    Declaration

    Return Value

    remark

    + @@ -5520,6 +5553,9 @@

    Declaration

    Return Value

    true if has remark

    + @@ -5571,6 +5607,9 @@

    Parameters

    + @@ -5579,7 +5618,7 @@

    Parameters

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Protocols/GPKGCoverageDataImage.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Protocols/GPKGCoverageDataImage.html index 2e707085..5fc983b2 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Protocols/GPKGCoverageDataImage.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Protocols/GPKGCoverageDataImage.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGCoverageDataImage

    Coverage Data image interface

    @@ -5085,7 +5085,7 @@

    Return Value

    width

    @@ -5124,7 +5124,7 @@

    Return Value

    height

    @@ -5134,7 +5134,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Protocols/GPKGCustomFeaturesTile.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Protocols/GPKGCustomFeaturesTile.html index da6ea73f..0ea62adf 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Protocols/GPKGCustomFeaturesTile.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Protocols/GPKGCustomFeaturesTile.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5046,7 +5046,7 @@

    GPKGCustomFeaturesTile

    The tile drawn will be used instead of drawing all of the features.

    @@ -5144,7 +5144,7 @@

    Return Value

    image

    @@ -5256,7 +5256,7 @@

    Return Value

    image

    @@ -5266,7 +5266,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Protocols/GPKGMapPointInitializer.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Protocols/GPKGMapPointInitializer.html index 9758dfa5..67a32d13 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Protocols/GPKGMapPointInitializer.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Protocols/GPKGMapPointInitializer.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGMapPointInitializer

    Map Point initializer protocol to perform point additional initialization when a point is added to a map view

    @@ -5100,7 +5100,7 @@

    Parameters

    @@ -5110,7 +5110,7 @@

    Parameters

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Protocols/GPKGProgress.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Protocols/GPKGProgress.html index 7fb88c69..236c7031 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Protocols/GPKGProgress.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Protocols/GPKGProgress.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGProgress

    GeoPackage Progress protocol for receiving progress information callbacks and handling cancellations

    @@ -5100,7 +5100,7 @@

    Parameters

    @@ -5154,7 +5154,7 @@

    Parameters

    @@ -5193,7 +5193,7 @@

    Return Value

    true if active, false if canceled

    @@ -5232,7 +5232,7 @@

    Return Value

    true to cleanup progress made, false to preserve progress

    @@ -5267,7 +5267,7 @@

    Declaration

    @@ -5321,7 +5321,7 @@

    Parameters

    @@ -5331,7 +5331,7 @@

    Parameters

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Protocols/GPKGShapePoints.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Protocols/GPKGShapePoints.html index fd5d095b..5cecfd6f 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Protocols/GPKGShapePoints.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Protocols/GPKGShapePoints.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGShapePoints

    Shape points protocol, defining the interface for shapes comprised of points

    @@ -5085,7 +5085,7 @@

    Return Value

    points

    @@ -5151,7 +5151,7 @@

    Parameters

    @@ -5205,7 +5205,7 @@

    Parameters

    @@ -5271,7 +5271,7 @@

    Parameters

    @@ -5325,7 +5325,7 @@

    Parameters

    @@ -5335,7 +5335,7 @@

    Parameters

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Protocols/GPKGShapeWithChildrenPoints.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Protocols/GPKGShapeWithChildrenPoints.html index 904dbb70..6ae75cdf 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Protocols/GPKGShapeWithChildrenPoints.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Protocols/GPKGShapeWithChildrenPoints.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGShapeWithChildrenPoints

    Shape with children protocol defining the interface for shapes with children points

    @@ -5085,7 +5085,7 @@

    Return Value

    shape points

    @@ -5095,7 +5095,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Protocols/GPKGTileRetriever.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Protocols/GPKGTileRetriever.html index d2823a39..fa411ea1 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Protocols/GPKGTileRetriever.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Protocols/GPKGTileRetriever.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGTileRetriever

    Interface defining the get tile retrieval method

    @@ -5128,7 +5128,7 @@

    Return Value

    true if a tile exists

    @@ -5212,7 +5212,7 @@

    Return Value

    tile with dimensions and bytes

    @@ -5222,7 +5222,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Protocols/SFGeometryFilter.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Protocols/SFGeometryFilter.html index 0d848e5a..44896134 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Protocols/SFGeometryFilter.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Protocols/SFGeometryFilter.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,6 +5045,9 @@

    SFGeometryFilter

    Geometry Filter to filter included geometries and modify them during construction

    +
    @@ -5115,6 +5118,9 @@

    Parameters

    Return Value

    true if passes filter and geometry should be included

    +
    @@ -5123,7 +5129,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Protocols/TIFFCompressionDecoder.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Protocols/TIFFCompressionDecoder.html index 0ace6e8a..d3a7f3f7 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Protocols/TIFFCompressionDecoder.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Protocols/TIFFCompressionDecoder.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    TIFFCompressionDecoder

    Compression Decoder interface

    +
    @@ -5112,6 +5115,9 @@

    Parameters

    Return Value

    decoded data

    +
    @@ -5120,7 +5126,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Protocols/TIFFCompressionEncoder.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Protocols/TIFFCompressionEncoder.html index 96bbdd86..1621d140 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Protocols/TIFFCompressionEncoder.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Protocols/TIFFCompressionEncoder.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5044,6 +5044,9 @@

    TIFFCompressionEncoder

    Compression Encoder interface

    +
    @@ -5082,6 +5085,9 @@

    Declaration

    Return Value

    true for row encoding

    +
    @@ -5149,6 +5155,9 @@

    Parameters

    Return Value

    encoded data

    + @@ -5157,7 +5166,7 @@

    Return Value

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Structs.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Structs.html index fc9cd35c..df80685f 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Structs.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Structs.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5073,7 +5073,7 @@

    Declaration

    @@ -5109,7 +5109,7 @@

    Declaration

    @@ -5149,7 +5149,7 @@

    Declaration

    @@ -5188,7 +5188,7 @@

    Declaration

    @@ -5229,7 +5229,7 @@

    Declaration

    @@ -5269,7 +5269,7 @@

    Declaration

    @@ -5310,7 +5310,7 @@

    Declaration

    @@ -5349,7 +5349,7 @@

    Declaration

    @@ -5388,7 +5388,7 @@

    Declaration

    @@ -5432,7 +5432,7 @@

    Declaration

    @@ -5471,7 +5471,7 @@

    Declaration

    @@ -5513,7 +5513,7 @@

    Declaration

    @@ -5563,7 +5563,7 @@

    Declaration

    @@ -5608,7 +5608,7 @@

    Declaration

    @@ -5647,7 +5647,7 @@

    Declaration

    @@ -5683,7 +5683,7 @@

    Declaration

    @@ -5693,7 +5693,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Structs/ARG_list.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Structs/ARG_list.html index a4b3773f..d1abafbf 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Structs/ARG_list.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Structs/ARG_list.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5048,7 +5048,7 @@

    ARG_list

    Undocumented

    @@ -5084,7 +5084,7 @@

    Declaration

    @@ -5119,7 +5119,7 @@

    Declaration

    @@ -5154,7 +5154,7 @@

    Declaration

    @@ -5164,7 +5164,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Structs/CTABLE.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Structs/CTABLE.html index 8d335757..894054d7 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Structs/CTABLE.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Structs/CTABLE.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5051,7 +5051,7 @@

    CTABLE

    Undocumented

    @@ -5087,7 +5087,7 @@

    Declaration

    @@ -5122,7 +5122,7 @@

    Declaration

    @@ -5157,7 +5157,7 @@

    Declaration

    @@ -5192,7 +5192,7 @@

    Declaration

    @@ -5227,7 +5227,7 @@

    Declaration

    @@ -5237,7 +5237,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Structs/DERIVS.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Structs/DERIVS.html index 8c1db188..7c726972 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Structs/DERIVS.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Structs/DERIVS.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5048,7 +5048,7 @@

    DERIVS

    Undocumented

    @@ -5084,7 +5084,7 @@

    Declaration

    @@ -5119,7 +5119,7 @@

    Declaration

    @@ -5154,7 +5154,7 @@

    Declaration

    @@ -5189,7 +5189,7 @@

    Declaration

    @@ -5199,7 +5199,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Structs/FACTORS.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Structs/FACTORS.html index 50e3468d..3c721123 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Structs/FACTORS.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Structs/FACTORS.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5053,7 +5053,7 @@

    FACTORS

    Undocumented

    @@ -5089,7 +5089,7 @@

    Declaration

    @@ -5124,7 +5124,7 @@

    Declaration

    @@ -5159,7 +5159,7 @@

    Declaration

    @@ -5194,7 +5194,7 @@

    Declaration

    @@ -5229,7 +5229,7 @@

    Declaration

    @@ -5264,7 +5264,7 @@

    Declaration

    @@ -5299,7 +5299,7 @@

    Declaration

    @@ -5334,7 +5334,7 @@

    Declaration

    @@ -5369,7 +5369,7 @@

    Declaration

    @@ -5404,7 +5404,7 @@

    Declaration

    @@ -5414,7 +5414,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Structs/GPKGBoundingBoxSize.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Structs/GPKGBoundingBoxSize.html index 98e36fe4..09cd1baa 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Structs/GPKGBoundingBoxSize.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Structs/GPKGBoundingBoxSize.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    GPKGBoundingBoxSize

    Bounding box width and height struct

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5126,7 +5126,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Structs/PJ_DATUMS.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Structs/PJ_DATUMS.html index d3ea8dc7..b4651942 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Structs/PJ_DATUMS.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Structs/PJ_DATUMS.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5050,7 +5050,7 @@

    PJ_DATUMS

    Undocumented

    @@ -5086,7 +5086,7 @@

    Declaration

    @@ -5121,7 +5121,7 @@

    Declaration

    @@ -5156,7 +5156,7 @@

    Declaration

    @@ -5191,7 +5191,7 @@

    Declaration

    @@ -5201,7 +5201,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Structs/PJ_ELLPS.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Structs/PJ_ELLPS.html index bb9ffeef..0fa99b88 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Structs/PJ_ELLPS.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Structs/PJ_ELLPS.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5050,7 +5050,7 @@

    PJ_ELLPS

    Undocumented

    @@ -5086,7 +5086,7 @@

    Declaration

    @@ -5121,7 +5121,7 @@

    Declaration

    @@ -5156,7 +5156,7 @@

    Declaration

    @@ -5191,7 +5191,7 @@

    Declaration

    @@ -5201,7 +5201,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Structs/PJ_LIST.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Structs/PJ_LIST.html index 2e7ce06b..bd9ecf78 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Structs/PJ_LIST.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Structs/PJ_LIST.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5049,7 +5049,7 @@

    PJ_LIST

    Undocumented

    @@ -5085,7 +5085,7 @@

    Declaration

    @@ -5120,7 +5120,7 @@

    Declaration

    @@ -5155,7 +5155,7 @@

    Declaration

    @@ -5165,7 +5165,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Structs/PJ_PRIME_MERIDIANS.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Structs/PJ_PRIME_MERIDIANS.html index d14dbee0..ae0fbaef 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Structs/PJ_PRIME_MERIDIANS.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Structs/PJ_PRIME_MERIDIANS.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5048,7 +5048,7 @@

    PJ_PRIME_MERIDIANS

    Undocumented

    @@ -5084,7 +5084,7 @@

    Declaration

    @@ -5119,7 +5119,7 @@

    Declaration

    @@ -5129,7 +5129,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Structs/PJ_SELFTEST_LIST.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Structs/PJ_SELFTEST_LIST.html index 4611bb16..f5c2c0fc 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Structs/PJ_SELFTEST_LIST.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Structs/PJ_SELFTEST_LIST.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5048,7 +5048,7 @@

    PJ_SELFTEST_LIST

    Undocumented

    @@ -5084,7 +5084,7 @@

    Declaration

    @@ -5119,7 +5119,7 @@

    Declaration

    @@ -5129,7 +5129,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Structs/PJ_UNITS.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Structs/PJ_UNITS.html index 6e021794..80ca119b 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Structs/PJ_UNITS.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Structs/PJ_UNITS.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5049,7 +5049,7 @@

    PJ_UNITS

    Undocumented

    @@ -5085,7 +5085,7 @@

    Declaration

    @@ -5120,7 +5120,7 @@

    Declaration

    @@ -5155,7 +5155,7 @@

    Declaration

    @@ -5165,7 +5165,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Structs/PJconsts.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Structs/PJconsts.html index 98e45eec..6e660449 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Structs/PJconsts.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Structs/PJconsts.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    PJconsts

    Undocumented

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5151,7 +5151,7 @@

    Declaration

    @@ -5186,7 +5186,7 @@

    Declaration

    @@ -5221,7 +5221,7 @@

    Declaration

    @@ -5256,7 +5256,7 @@

    Declaration

    @@ -5291,7 +5291,7 @@

    Declaration

    @@ -5326,7 +5326,7 @@

    Declaration

    @@ -5361,7 +5361,7 @@

    Declaration

    @@ -5396,7 +5396,7 @@

    Declaration

    @@ -5431,7 +5431,7 @@

    Declaration

    @@ -5466,7 +5466,7 @@

    Declaration

    @@ -5501,7 +5501,7 @@

    Declaration

    @@ -5536,7 +5536,7 @@

    Declaration

    @@ -5571,7 +5571,7 @@

    Declaration

    @@ -5606,7 +5606,7 @@

    Declaration

    @@ -5641,7 +5641,7 @@

    Declaration

    @@ -5676,7 +5676,7 @@

    Declaration

    @@ -5711,7 +5711,7 @@

    Declaration

    @@ -5746,7 +5746,7 @@

    Declaration

    @@ -5781,7 +5781,7 @@

    Declaration

    @@ -5816,7 +5816,7 @@

    Declaration

    @@ -5851,7 +5851,7 @@

    Declaration

    @@ -5886,7 +5886,7 @@

    Declaration

    @@ -5921,7 +5921,7 @@

    Declaration

    @@ -5956,7 +5956,7 @@

    Declaration

    @@ -5991,7 +5991,7 @@

    Declaration

    @@ -6026,7 +6026,7 @@

    Declaration

    @@ -6061,7 +6061,7 @@

    Declaration

    @@ -6096,7 +6096,7 @@

    Declaration

    @@ -6131,7 +6131,7 @@

    Declaration

    @@ -6166,7 +6166,7 @@

    Declaration

    @@ -6201,7 +6201,7 @@

    Declaration

    @@ -6236,7 +6236,7 @@

    Declaration

    @@ -6271,7 +6271,7 @@

    Declaration

    @@ -6306,7 +6306,7 @@

    Declaration

    @@ -6341,7 +6341,7 @@

    Declaration

    @@ -6376,7 +6376,7 @@

    Declaration

    @@ -6411,7 +6411,7 @@

    Declaration

    @@ -6446,7 +6446,7 @@

    Declaration

    @@ -6481,7 +6481,7 @@

    Declaration

    @@ -6516,7 +6516,7 @@

    Declaration

    @@ -6551,7 +6551,7 @@

    Declaration

    @@ -6586,7 +6586,7 @@

    Declaration

    @@ -6621,7 +6621,7 @@

    Declaration

    @@ -6656,7 +6656,7 @@

    Declaration

    @@ -6691,7 +6691,7 @@

    Declaration

    @@ -6726,7 +6726,7 @@

    Declaration

    @@ -6761,7 +6761,7 @@

    Declaration

    @@ -6796,7 +6796,7 @@

    Declaration

    @@ -6831,7 +6831,7 @@

    Declaration

    @@ -6866,7 +6866,7 @@

    Declaration

    @@ -6876,7 +6876,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Structs/PW_COEF.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Structs/PW_COEF.html index 54ab5ec9..f3c43509 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Structs/PW_COEF.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Structs/PW_COEF.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5048,7 +5048,7 @@

    PW_COEF

    Undocumented

    @@ -5084,7 +5084,7 @@

    Declaration

    @@ -5119,7 +5119,7 @@

    Declaration

    @@ -5129,7 +5129,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Structs/_PJ_GridCatalog.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Structs/_PJ_GridCatalog.html index 4c9afce9..e3be4fbe 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Structs/_PJ_GridCatalog.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Structs/_PJ_GridCatalog.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5054,7 +5054,7 @@

    _PJ_GridCatalog

    Undocumented

    @@ -5090,7 +5090,7 @@

    Declaration

    @@ -5125,7 +5125,7 @@

    Declaration

    @@ -5160,7 +5160,7 @@

    Declaration

    @@ -5195,7 +5195,7 @@

    Declaration

    @@ -5230,7 +5230,7 @@

    Declaration

    @@ -5240,7 +5240,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Structs/_pj_gi.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Structs/_pj_gi.html index 1bd64b91..28ab7835 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Structs/_pj_gi.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Structs/_pj_gi.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5059,7 +5059,7 @@

    _pj_gi

    Undocumented

    @@ -5095,7 +5095,7 @@

    Declaration

    @@ -5130,7 +5130,7 @@

    Declaration

    @@ -5165,7 +5165,7 @@

    Declaration

    @@ -5200,7 +5200,7 @@

    Declaration

    @@ -5235,7 +5235,7 @@

    Declaration

    @@ -5270,7 +5270,7 @@

    Declaration

    @@ -5305,7 +5305,7 @@

    Declaration

    @@ -5340,7 +5340,7 @@

    Declaration

    @@ -5350,7 +5350,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Structs/projFileAPI_t.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Structs/projFileAPI_t.html index 01e8c189..24180565 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Structs/projFileAPI_t.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Structs/projFileAPI_t.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5051,7 +5051,7 @@

    projFileAPI_t

    Undocumented

    @@ -5087,7 +5087,7 @@

    Declaration

    @@ -5122,7 +5122,7 @@

    Declaration

    @@ -5157,7 +5157,7 @@

    Declaration

    @@ -5192,7 +5192,7 @@

    Declaration

    @@ -5227,7 +5227,7 @@

    Declaration

    @@ -5237,7 +5237,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions.html index 33012b5a..06e063bc 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5066,7 +5066,7 @@

    Declaration

    @@ -5101,7 +5101,7 @@

    Declaration

    @@ -5136,7 +5136,7 @@

    Declaration

    @@ -5178,7 +5178,7 @@

    Declaration

    @@ -5215,7 +5215,7 @@

    Declaration

    @@ -5246,7 +5246,7 @@

    Declaration

    @@ -5277,7 +5277,7 @@

    Declaration

    @@ -5308,7 +5308,7 @@

    Declaration

    @@ -5339,7 +5339,7 @@

    Declaration

    @@ -5375,7 +5375,7 @@

    Declaration

    @@ -5414,7 +5414,7 @@

    Declaration

    @@ -5514,7 +5514,7 @@

    Declaration

    @@ -5545,7 +5545,7 @@

    Declaration

    @@ -5576,7 +5576,7 @@

    Declaration

    @@ -5626,7 +5626,7 @@

    Declaration

    @@ -5665,7 +5665,7 @@

    Declaration

    @@ -5710,7 +5710,7 @@

    Declaration

    @@ -5747,7 +5747,7 @@

    Declaration

    @@ -5757,7 +5757,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/COMPLEX.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/COMPLEX.html index 22a884ae..46a70a02 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/COMPLEX.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/COMPLEX.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5040,7 +5040,7 @@

    COMPLEX

    Undocumented

    @@ -5077,7 +5077,7 @@

    Declaration

    @@ -5087,7 +5087,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/COMPLEX/.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/COMPLEX/.html index acef2556..6173ece3 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/COMPLEX/.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/COMPLEX/.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    Undocumented

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5126,7 +5126,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/FLP.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/FLP.html index b5e3323c..0d75d073 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/FLP.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/FLP.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5040,7 +5040,7 @@

    FLP

    Undocumented

    @@ -5077,7 +5077,7 @@

    Declaration

    @@ -5087,7 +5087,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/FLP/.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/FLP/.html index 40fd5b0b..8eb3fad8 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/FLP/.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/FLP/.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    Undocumented

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5126,7 +5126,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/ILP.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/ILP.html index 83198cc8..197d1c33 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/ILP.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/ILP.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5040,7 +5040,7 @@

    ILP

    Undocumented

    @@ -5077,7 +5077,7 @@

    Declaration

    @@ -5087,7 +5087,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/ILP/.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/ILP/.html index 0b8be5ee..86c0b24f 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/ILP/.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/ILP/.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    Undocumented

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5126,7 +5126,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/PJ.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/PJ.html index 69228546..e3fe3ea4 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/PJ.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/PJ.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5109,7 +5109,7 @@

    PJ

    Undocumented

    @@ -5210,7 +5210,7 @@

    Declaration

    @@ -5220,7 +5220,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/PJ/PJconsts.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/PJ/PJconsts.html index a4bd097b..2be71dba 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/PJ/PJconsts.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/PJ/PJconsts.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5109,7 +5109,7 @@

    PJconsts

    Undocumented

    @@ -5145,7 +5145,7 @@

    Declaration

    @@ -5180,7 +5180,7 @@

    Declaration

    @@ -5215,7 +5215,7 @@

    Declaration

    @@ -5250,7 +5250,7 @@

    Declaration

    @@ -5285,7 +5285,7 @@

    Declaration

    @@ -5320,7 +5320,7 @@

    Declaration

    @@ -5355,7 +5355,7 @@

    Declaration

    @@ -5390,7 +5390,7 @@

    Declaration

    @@ -5425,7 +5425,7 @@

    Declaration

    @@ -5460,7 +5460,7 @@

    Declaration

    @@ -5495,7 +5495,7 @@

    Declaration

    @@ -5530,7 +5530,7 @@

    Declaration

    @@ -5565,7 +5565,7 @@

    Declaration

    @@ -5600,7 +5600,7 @@

    Declaration

    @@ -5635,7 +5635,7 @@

    Declaration

    @@ -5670,7 +5670,7 @@

    Declaration

    @@ -5705,7 +5705,7 @@

    Declaration

    @@ -5740,7 +5740,7 @@

    Declaration

    @@ -5775,7 +5775,7 @@

    Declaration

    @@ -5810,7 +5810,7 @@

    Declaration

    @@ -5845,7 +5845,7 @@

    Declaration

    @@ -5880,7 +5880,7 @@

    Declaration

    @@ -5915,7 +5915,7 @@

    Declaration

    @@ -5950,7 +5950,7 @@

    Declaration

    @@ -5985,7 +5985,7 @@

    Declaration

    @@ -6020,7 +6020,7 @@

    Declaration

    @@ -6055,7 +6055,7 @@

    Declaration

    @@ -6090,7 +6090,7 @@

    Declaration

    @@ -6125,7 +6125,7 @@

    Declaration

    @@ -6160,7 +6160,7 @@

    Declaration

    @@ -6195,7 +6195,7 @@

    Declaration

    @@ -6230,7 +6230,7 @@

    Declaration

    @@ -6265,7 +6265,7 @@

    Declaration

    @@ -6300,7 +6300,7 @@

    Declaration

    @@ -6335,7 +6335,7 @@

    Declaration

    @@ -6370,7 +6370,7 @@

    Declaration

    @@ -6405,7 +6405,7 @@

    Declaration

    @@ -6440,7 +6440,7 @@

    Declaration

    @@ -6475,7 +6475,7 @@

    Declaration

    @@ -6510,7 +6510,7 @@

    Declaration

    @@ -6545,7 +6545,7 @@

    Declaration

    @@ -6580,7 +6580,7 @@

    Declaration

    @@ -6615,7 +6615,7 @@

    Declaration

    @@ -6650,7 +6650,7 @@

    Declaration

    @@ -6685,7 +6685,7 @@

    Declaration

    @@ -6720,7 +6720,7 @@

    Declaration

    @@ -6755,7 +6755,7 @@

    Declaration

    @@ -6790,7 +6790,7 @@

    Declaration

    @@ -6825,7 +6825,7 @@

    Declaration

    @@ -6860,7 +6860,7 @@

    Declaration

    @@ -6895,7 +6895,7 @@

    Declaration

    @@ -6930,7 +6930,7 @@

    Declaration

    @@ -6940,7 +6940,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/PJ_GRIDINFO.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/PJ_GRIDINFO.html index acd27ec7..28e92814 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/PJ_GRIDINFO.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/PJ_GRIDINFO.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5059,7 +5059,7 @@

    PJ_GRIDINFO

    Undocumented

    @@ -5110,7 +5110,7 @@

    Declaration

    @@ -5120,7 +5120,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/PJ_GRIDINFO/_pj_gi.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/PJ_GRIDINFO/_pj_gi.html index 6c1bb023..8a2a6c2e 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/PJ_GRIDINFO/_pj_gi.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/PJ_GRIDINFO/_pj_gi.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5059,7 +5059,7 @@

    _pj_gi

    Undocumented

    @@ -5095,7 +5095,7 @@

    Declaration

    @@ -5130,7 +5130,7 @@

    Declaration

    @@ -5165,7 +5165,7 @@

    Declaration

    @@ -5200,7 +5200,7 @@

    Declaration

    @@ -5235,7 +5235,7 @@

    Declaration

    @@ -5270,7 +5270,7 @@

    Declaration

    @@ -5305,7 +5305,7 @@

    Declaration

    @@ -5340,7 +5340,7 @@

    Declaration

    @@ -5350,7 +5350,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/PJ_GridCatalog.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/PJ_GridCatalog.html index a03cd77f..88c397a6 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/PJ_GridCatalog.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/PJ_GridCatalog.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5054,7 +5054,7 @@

    PJ_GridCatalog

    Undocumented

    @@ -5100,7 +5100,7 @@

    Declaration

    @@ -5110,7 +5110,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/PJ_GridCatalog/_PJ_GridCatalog.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/PJ_GridCatalog/_PJ_GridCatalog.html index 6ebb0f25..afc2b308 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/PJ_GridCatalog/_PJ_GridCatalog.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/PJ_GridCatalog/_PJ_GridCatalog.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5054,7 +5054,7 @@

    _PJ_GridCatalog

    Undocumented

    @@ -5090,7 +5090,7 @@

    Declaration

    @@ -5125,7 +5125,7 @@

    Declaration

    @@ -5160,7 +5160,7 @@

    Declaration

    @@ -5195,7 +5195,7 @@

    Declaration

    @@ -5230,7 +5230,7 @@

    Declaration

    @@ -5240,7 +5240,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/PJ_GridCatalogEntry.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/PJ_GridCatalogEntry.html index bb43c82f..169e0dda 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/PJ_GridCatalogEntry.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/PJ_GridCatalogEntry.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5048,7 +5048,7 @@

    PJ_GridCatalogEntry

    Undocumented

    @@ -5093,7 +5093,7 @@

    Declaration

    @@ -5103,7 +5103,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/PJ_GridCatalogEntry/.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/PJ_GridCatalogEntry/.html index fd08f858..72e65b6a 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/PJ_GridCatalogEntry/.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/PJ_GridCatalogEntry/.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5053,7 +5053,7 @@

    Undocumented

    @@ -5089,7 +5089,7 @@

    Declaration

    @@ -5124,7 +5124,7 @@

    Declaration

    @@ -5159,7 +5159,7 @@

    Declaration

    @@ -5194,7 +5194,7 @@

    Declaration

    @@ -5229,7 +5229,7 @@

    Declaration

    @@ -5264,7 +5264,7 @@

    Declaration

    @@ -5274,7 +5274,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/PJ_Region.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/PJ_Region.html index 23c363d2..c5e61b65 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/PJ_Region.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/PJ_Region.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    PJ_Region

    Undocumented

    @@ -5087,7 +5087,7 @@

    Declaration

    @@ -5097,7 +5097,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/PJ_Region/.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/PJ_Region/.html index df4f2c99..5eb0857f 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/PJ_Region/.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/PJ_Region/.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5050,7 +5050,7 @@

    Undocumented

    @@ -5086,7 +5086,7 @@

    Declaration

    @@ -5121,7 +5121,7 @@

    Declaration

    @@ -5156,7 +5156,7 @@

    Declaration

    @@ -5191,7 +5191,7 @@

    Declaration

    @@ -5201,7 +5201,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/PROJVALUE.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/PROJVALUE.html index fa40a5ad..e41322b0 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/PROJVALUE.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/PROJVALUE.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5040,7 +5040,7 @@

    PROJVALUE

    Undocumented

    @@ -5077,7 +5077,7 @@

    Declaration

    @@ -5087,7 +5087,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/PROJVALUE/.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/PROJVALUE/.html index b1f4c84a..6aff1eb8 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/PROJVALUE/.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/PROJVALUE/.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    Undocumented

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5151,7 +5151,7 @@

    Declaration

    @@ -5161,7 +5161,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/Tseries.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/Tseries.html index 750dbadf..48bdcd37 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/Tseries.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/Tseries.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5046,7 +5046,7 @@

    Tseries

    Undocumented

    @@ -5089,7 +5089,7 @@

    Declaration

    @@ -5099,7 +5099,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/Tseries/.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/Tseries/.html index 7c19eb60..93553152 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/Tseries/.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/Tseries/.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5051,7 +5051,7 @@

    Undocumented

    @@ -5087,7 +5087,7 @@

    Declaration

    @@ -5122,7 +5122,7 @@

    Declaration

    @@ -5157,7 +5157,7 @@

    Declaration

    @@ -5192,7 +5192,7 @@

    Declaration

    @@ -5227,7 +5227,7 @@

    Declaration

    @@ -5262,7 +5262,7 @@

    Declaration

    @@ -5297,7 +5297,7 @@

    Declaration

    @@ -5307,7 +5307,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/paralist.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/paralist.html index 24aa6883..bb06d4cb 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/paralist.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/paralist.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5048,7 +5048,7 @@

    paralist

    Undocumented

    @@ -5088,7 +5088,7 @@

    Declaration

    @@ -5098,7 +5098,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/paralist/ARG_list.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/paralist/ARG_list.html index a85898bf..341b67c1 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/paralist/ARG_list.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/paralist/ARG_list.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5048,7 +5048,7 @@

    ARG_list

    Undocumented

    @@ -5084,7 +5084,7 @@

    Declaration

    @@ -5119,7 +5119,7 @@

    Declaration

    @@ -5154,7 +5154,7 @@

    Declaration

    @@ -5164,7 +5164,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/projCtx_t.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/projCtx_t.html index 873ab113..e3672c89 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/projCtx_t.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/projCtx_t.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5046,7 +5046,7 @@

    projCtx_t

    Undocumented

    @@ -5089,7 +5089,7 @@

    Declaration

    @@ -5099,7 +5099,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/projCtx_t/.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/projCtx_t/.html index 08de2c45..8eba3a93 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/projCtx_t/.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/projCtx_t/.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5051,7 +5051,7 @@

    Undocumented

    @@ -5087,7 +5087,7 @@

    Declaration

    @@ -5122,7 +5122,7 @@

    Declaration

    @@ -5157,7 +5157,7 @@

    Declaration

    @@ -5192,7 +5192,7 @@

    Declaration

    @@ -5227,7 +5227,7 @@

    Declaration

    @@ -5237,7 +5237,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/projFileAPI.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/projFileAPI.html index 05a098e2..826266d5 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/projFileAPI.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/projFileAPI.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5051,7 +5051,7 @@

    projFileAPI

    Undocumented

    @@ -5094,7 +5094,7 @@

    Declaration

    @@ -5104,7 +5104,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/projFileAPI/projFileAPI_t.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/projFileAPI/projFileAPI_t.html index 58229c9f..9ee4b5ac 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/projFileAPI/projFileAPI_t.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/projFileAPI/projFileAPI_t.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5051,7 +5051,7 @@

    projFileAPI_t

    Undocumented

    @@ -5087,7 +5087,7 @@

    Declaration

    @@ -5122,7 +5122,7 @@

    Declaration

    @@ -5157,7 +5157,7 @@

    Declaration

    @@ -5192,7 +5192,7 @@

    Declaration

    @@ -5227,7 +5227,7 @@

    Declaration

    @@ -5237,7 +5237,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/projUV.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/projUV.html index 4596ac24..47c20c1a 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/projUV.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/projUV.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5040,7 +5040,7 @@

    projUV

    Undocumented

    @@ -5077,7 +5077,7 @@

    Declaration

    @@ -5087,7 +5087,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/projUV/.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/projUV/.html index 061ff884..7d4529dc 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/projUV/.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/projUV/.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    Undocumented

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5126,7 +5126,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/projUVW.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/projUVW.html index 25941332..098f11c4 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/projUVW.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/projUVW.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5040,7 +5040,7 @@

    projUVW

    Undocumented

    @@ -5077,7 +5077,7 @@

    Declaration

    @@ -5087,7 +5087,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/projUVW/.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/projUVW/.html index 6cde14cc..b7061e99 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/projUVW/.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/Type Definitions/projUVW/.html @@ -17,7 +17,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5045,7 +5045,7 @@

    Undocumented

    @@ -5081,7 +5081,7 @@

    Declaration

    @@ -5116,7 +5116,7 @@

    Declaration

    @@ -5151,7 +5151,7 @@

    Declaration

    @@ -5161,7 +5161,7 @@

    Declaration

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/index.html b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/index.html index 2d973a66..dca9f487 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/index.html +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/index.html @@ -16,7 +16,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5059,12 +5059,12 @@

    Getting Started

    Include this repository by specifying it in a Podfile using a supported option.

    Pull from CocoaPods:

    -
    pod 'geopackage-ios', '~> 7.4.1'
    +
    pod 'geopackage-ios', '~> 7.4.2'
     

    Pull from GitHub via CocoaPods:

    pod 'geopackage-ios', :git => 'https://github.com/ngageoint/geopackage-ios.git', :branch => 'master'
    -pod 'geopackage-ios', :git => 'https://github.com/ngageoint/geopackage-ios.git', :tag => '7.4.1'
    +pod 'geopackage-ios', :git => 'https://github.com/ngageoint/geopackage-ios.git', :tag => '7.4.2'
     

    Include as local project:

    @@ -5364,13 +5364,13 @@

    Build

    Build & Test

    +

    See the above note about automake and glibtoolize.

    +

    Build this repository using Xcode and/or CocoaPods:

    pod repo update
     pod install
     
    -

    See the above note about automake and glibtoolize.

    -

    Open geopackage-ios.xcworkspace in Xcode or build from command line:

    xcodebuild -workspace 'geopackage-ios.xcworkspace' -scheme geopackage-ios build
     
    @@ -5392,7 +5392,7 @@

    Remote Dependencies

    diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/search.json b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/search.json index 722e3a42..b0e90900 100644 --- a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/search.json +++ b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/Documents/search.json @@ -1 +1 @@ -{"Structs/GPKGBoundingBoxSize.html#/c:@S@GPKGBoundingBoxSize@FI@width":{"name":"width","abstract":"

    Undocumented

    ","parent_name":"GPKGBoundingBoxSize"},"Structs/GPKGBoundingBoxSize.html#/c:@S@GPKGBoundingBoxSize@FI@height":{"name":"height","abstract":"

    Undocumented

    ","parent_name":"GPKGBoundingBoxSize"},"Structs/PW_COEF.html#/c:@S@PW_COEF@FI@m":{"name":"m","abstract":"

    Undocumented

    ","parent_name":"PW_COEF"},"Structs/PW_COEF.html#/c:@S@PW_COEF@FI@c":{"name":"c","abstract":"

    Undocumented

    ","parent_name":"PW_COEF"},"Structs/_PJ_GridCatalog.html#/c:@S@_PJ_GridCatalog@FI@catalog_name":{"name":"catalog_name","abstract":"

    Undocumented

    ","parent_name":"_PJ_GridCatalog"},"Structs/_PJ_GridCatalog.html#/c:@S@_PJ_GridCatalog@FI@region":{"name":"region","abstract":"

    Undocumented

    ","parent_name":"_PJ_GridCatalog"},"Structs/_PJ_GridCatalog.html#/c:@S@_PJ_GridCatalog@FI@entry_count":{"name":"entry_count","abstract":"

    Undocumented

    ","parent_name":"_PJ_GridCatalog"},"Structs/_PJ_GridCatalog.html#/c:@S@_PJ_GridCatalog@FI@entries":{"name":"entries","abstract":"

    Undocumented

    ","parent_name":"_PJ_GridCatalog"},"Structs/_PJ_GridCatalog.html#/c:@S@_PJ_GridCatalog@FI@next":{"name":"next","abstract":"

    Undocumented

    ","parent_name":"_PJ_GridCatalog"},"Structs/_pj_gi.html#/c:@S@_pj_gi@FI@gridname":{"name":"gridname","abstract":"

    Undocumented

    ","parent_name":"_pj_gi"},"Structs/_pj_gi.html#/c:@S@_pj_gi@FI@filename":{"name":"filename","abstract":"

    Undocumented

    ","parent_name":"_pj_gi"},"Structs/_pj_gi.html#/c:@S@_pj_gi@FI@format":{"name":"format","abstract":"

    Undocumented

    ","parent_name":"_pj_gi"},"Structs/_pj_gi.html#/c:@S@_pj_gi@FI@grid_offset":{"name":"grid_offset","abstract":"

    Undocumented

    ","parent_name":"_pj_gi"},"Structs/_pj_gi.html#/c:@S@_pj_gi@FI@must_swap":{"name":"must_swap","abstract":"

    Undocumented

    ","parent_name":"_pj_gi"},"Structs/_pj_gi.html#/c:@S@_pj_gi@FI@ct":{"name":"ct","abstract":"

    Undocumented

    ","parent_name":"_pj_gi"},"Structs/_pj_gi.html#/c:@S@_pj_gi@FI@next":{"name":"next","abstract":"

    Undocumented

    ","parent_name":"_pj_gi"},"Structs/_pj_gi.html#/c:@S@_pj_gi@FI@child":{"name":"child","abstract":"

    Undocumented

    ","parent_name":"_pj_gi"},"Structs/CTABLE.html#/c:@S@CTABLE@FI@id":{"name":"id","abstract":"

    Undocumented

    ","parent_name":"CTABLE"},"Structs/CTABLE.html#/c:@S@CTABLE@FI@ll":{"name":"ll","abstract":"

    Undocumented

    ","parent_name":"CTABLE"},"Structs/CTABLE.html#/c:@S@CTABLE@FI@del":{"name":"del","abstract":"

    Undocumented

    ","parent_name":"CTABLE"},"Structs/CTABLE.html#/c:@S@CTABLE@FI@lim":{"name":"lim","abstract":"

    Undocumented

    ","parent_name":"CTABLE"},"Structs/CTABLE.html#/c:@S@CTABLE@FI@cvs":{"name":"cvs","abstract":"

    Undocumented

    ","parent_name":"CTABLE"},"Structs/ARG_list.html#/c:@S@ARG_list@FI@next":{"name":"next","abstract":"

    Undocumented

    ","parent_name":"ARG_list"},"Structs/ARG_list.html#/c:@S@ARG_list@FI@used":{"name":"used","abstract":"

    Undocumented

    ","parent_name":"ARG_list"},"Structs/ARG_list.html#/c:@S@ARG_list@FI@param":{"name":"param","abstract":"

    Undocumented

    ","parent_name":"ARG_list"},"Structs/FACTORS.html#/c:@S@FACTORS@FI@der":{"name":"der","abstract":"

    Undocumented

    ","parent_name":"FACTORS"},"Structs/FACTORS.html#/c:@S@FACTORS@FI@h":{"name":"h","abstract":"

    Undocumented

    ","parent_name":"FACTORS"},"Structs/FACTORS.html#/c:@S@FACTORS@FI@k":{"name":"k","abstract":"

    Undocumented

    ","parent_name":"FACTORS"},"Structs/FACTORS.html#/c:@S@FACTORS@FI@omega":{"name":"omega","abstract":"

    Undocumented

    ","parent_name":"FACTORS"},"Structs/FACTORS.html#/c:@S@FACTORS@FI@thetap":{"name":"thetap","abstract":"

    Undocumented

    ","parent_name":"FACTORS"},"Structs/FACTORS.html#/c:@S@FACTORS@FI@conv":{"name":"conv","abstract":"

    Undocumented

    ","parent_name":"FACTORS"},"Structs/FACTORS.html#/c:@S@FACTORS@FI@s":{"name":"s","abstract":"

    Undocumented

    ","parent_name":"FACTORS"},"Structs/FACTORS.html#/c:@S@FACTORS@FI@a":{"name":"a","abstract":"

    Undocumented

    ","parent_name":"FACTORS"},"Structs/FACTORS.html#/c:@S@FACTORS@FI@b":{"name":"b","abstract":"

    Undocumented

    ","parent_name":"FACTORS"},"Structs/FACTORS.html#/c:@S@FACTORS@FI@code":{"name":"code","abstract":"

    Undocumented

    ","parent_name":"FACTORS"},"Structs/DERIVS.html#/c:@S@DERIVS@FI@x_l":{"name":"x_l","abstract":"

    Undocumented

    ","parent_name":"DERIVS"},"Structs/DERIVS.html#/c:@S@DERIVS@FI@x_p":{"name":"x_p","abstract":"

    Undocumented

    ","parent_name":"DERIVS"},"Structs/DERIVS.html#/c:@S@DERIVS@FI@y_l":{"name":"y_l","abstract":"

    Undocumented

    ","parent_name":"DERIVS"},"Structs/DERIVS.html#/c:@S@DERIVS@FI@y_p":{"name":"y_p","abstract":"

    Undocumented

    ","parent_name":"DERIVS"},"Structs/PJ_PRIME_MERIDIANS.html#/c:@S@PJ_PRIME_MERIDIANS@FI@id":{"name":"id","abstract":"

    Undocumented

    ","parent_name":"PJ_PRIME_MERIDIANS"},"Structs/PJ_PRIME_MERIDIANS.html#/c:@S@PJ_PRIME_MERIDIANS@FI@defn":{"name":"defn","abstract":"

    Undocumented

    ","parent_name":"PJ_PRIME_MERIDIANS"},"Structs/PJ_DATUMS.html#/c:@S@PJ_DATUMS@FI@id":{"name":"id","abstract":"

    Undocumented

    ","parent_name":"PJ_DATUMS"},"Structs/PJ_DATUMS.html#/c:@S@PJ_DATUMS@FI@defn":{"name":"defn","abstract":"

    Undocumented

    ","parent_name":"PJ_DATUMS"},"Structs/PJ_DATUMS.html#/c:@S@PJ_DATUMS@FI@ellipse_id":{"name":"ellipse_id","abstract":"

    Undocumented

    ","parent_name":"PJ_DATUMS"},"Structs/PJ_DATUMS.html#/c:@S@PJ_DATUMS@FI@comments":{"name":"comments","abstract":"

    Undocumented

    ","parent_name":"PJ_DATUMS"},"Structs/PJ_UNITS.html#/c:@S@PJ_UNITS@FI@id":{"name":"id","abstract":"

    Undocumented

    ","parent_name":"PJ_UNITS"},"Structs/PJ_UNITS.html#/c:@S@PJ_UNITS@FI@to_meter":{"name":"to_meter","abstract":"

    Undocumented

    ","parent_name":"PJ_UNITS"},"Structs/PJ_UNITS.html#/c:@S@PJ_UNITS@FI@name":{"name":"name","abstract":"

    Undocumented

    ","parent_name":"PJ_UNITS"},"Structs/PJ_ELLPS.html#/c:@S@PJ_ELLPS@FI@id":{"name":"id","abstract":"

    Undocumented

    ","parent_name":"PJ_ELLPS"},"Structs/PJ_ELLPS.html#/c:@S@PJ_ELLPS@FI@major":{"name":"major","abstract":"

    Undocumented

    ","parent_name":"PJ_ELLPS"},"Structs/PJ_ELLPS.html#/c:@S@PJ_ELLPS@FI@ell":{"name":"ell","abstract":"

    Undocumented

    ","parent_name":"PJ_ELLPS"},"Structs/PJ_ELLPS.html#/c:@S@PJ_ELLPS@FI@name":{"name":"name","abstract":"

    Undocumented

    ","parent_name":"PJ_ELLPS"},"Structs/PJ_SELFTEST_LIST.html#/c:@S@PJ_SELFTEST_LIST@FI@id":{"name":"id","abstract":"

    Undocumented

    ","parent_name":"PJ_SELFTEST_LIST"},"Structs/PJ_SELFTEST_LIST.html#/c:@S@PJ_SELFTEST_LIST@FI@testfunc":{"name":"testfunc","abstract":"

    Undocumented

    ","parent_name":"PJ_SELFTEST_LIST"},"Structs/PJ_LIST.html#/c:@S@PJ_LIST@FI@id":{"name":"id","abstract":"

    Undocumented

    ","parent_name":"PJ_LIST"},"Structs/PJ_LIST.html#/c:@S@PJ_LIST@FI@proj":{"name":"proj","abstract":"

    Undocumented

    ","parent_name":"PJ_LIST"},"Structs/PJ_LIST.html#/c:@S@PJ_LIST@FI@descr":{"name":"descr","abstract":"

    Undocumented

    ","parent_name":"PJ_LIST"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@ctx":{"name":"ctx","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@fwd":{"name":"fwd","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@inv":{"name":"inv","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@fwd3d":{"name":"fwd3d","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@inv3d":{"name":"inv3d","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@spc":{"name":"spc","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@pfree":{"name":"pfree","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@descr":{"name":"descr","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@params":{"name":"params","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@over":{"name":"over","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@geoc":{"name":"geoc","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@is_latlong":{"name":"is_latlong","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@is_geocent":{"name":"is_geocent","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@a":{"name":"a","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@a_orig":{"name":"a_orig","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@es":{"name":"es","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@es_orig":{"name":"es_orig","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@e":{"name":"e","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@ra":{"name":"ra","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@one_es":{"name":"one_es","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@rone_es":{"name":"rone_es","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@lam0":{"name":"lam0","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@phi0":{"name":"phi0","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@x0":{"name":"x0","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@y0":{"name":"y0","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@k0":{"name":"k0","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@to_meter":{"name":"to_meter","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@fr_meter":{"name":"fr_meter","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@datum_type":{"name":"datum_type","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@datum_params":{"name":"datum_params","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@_pj_gi":{"name":"_pj_gi","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@gridlist":{"name":"gridlist","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@gridlist_count":{"name":"gridlist_count","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@has_geoid_vgrids":{"name":"has_geoid_vgrids","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@vgridlist_geoid":{"name":"vgridlist_geoid","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@vgridlist_geoid_count":{"name":"vgridlist_geoid_count","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@vto_meter":{"name":"vto_meter","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@vfr_meter":{"name":"vfr_meter","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@from_greenwich":{"name":"from_greenwich","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@long_wrap_center":{"name":"long_wrap_center","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@is_long_wrap_set":{"name":"is_long_wrap_set","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@axis":{"name":"axis","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@catalog_name":{"name":"catalog_name","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@_PJ_GridCatalog":{"name":"_PJ_GridCatalog","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@catalog":{"name":"catalog","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@datum_date":{"name":"datum_date","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@last_before_grid":{"name":"last_before_grid","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@last_before_region":{"name":"last_before_region","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@last_before_date":{"name":"last_before_date","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@last_after_grid":{"name":"last_after_grid","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@last_after_region":{"name":"last_after_region","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@last_after_date":{"name":"last_after_date","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/projFileAPI_t.html#/c:@S@projFileAPI_t@FI@FOpen":{"name":"FOpen","abstract":"

    Undocumented

    ","parent_name":"projFileAPI_t"},"Structs/projFileAPI_t.html#/c:@S@projFileAPI_t@FI@FRead":{"name":"FRead","abstract":"

    Undocumented

    ","parent_name":"projFileAPI_t"},"Structs/projFileAPI_t.html#/c:@S@projFileAPI_t@FI@FSeek":{"name":"FSeek","abstract":"

    Undocumented

    ","parent_name":"projFileAPI_t"},"Structs/projFileAPI_t.html#/c:@S@projFileAPI_t@FI@FTell":{"name":"FTell","abstract":"

    Undocumented

    ","parent_name":"projFileAPI_t"},"Structs/projFileAPI_t.html#/c:@S@projFileAPI_t@FI@FClose":{"name":"FClose","abstract":"

    Undocumented

    ","parent_name":"projFileAPI_t"},"Structs/projFileAPI_t.html":{"name":"projFileAPI_t","abstract":"

    Undocumented

    "},"Structs/PJconsts.html":{"name":"PJconsts","abstract":"

    Undocumented

    "},"Structs/PJ_LIST.html":{"name":"PJ_LIST","abstract":"

    Undocumented

    "},"Structs/PJ_SELFTEST_LIST.html":{"name":"PJ_SELFTEST_LIST","abstract":"

    Undocumented

    "},"Structs/PJ_ELLPS.html":{"name":"PJ_ELLPS","abstract":"

    Undocumented

    "},"Structs/PJ_UNITS.html":{"name":"PJ_UNITS","abstract":"

    Undocumented

    "},"Structs/PJ_DATUMS.html":{"name":"PJ_DATUMS","abstract":"

    Undocumented

    "},"Structs/PJ_PRIME_MERIDIANS.html":{"name":"PJ_PRIME_MERIDIANS","abstract":"

    Undocumented

    "},"Structs/DERIVS.html":{"name":"DERIVS","abstract":"

    Undocumented

    "},"Structs/FACTORS.html":{"name":"FACTORS","abstract":"

    Undocumented

    "},"Structs/ARG_list.html":{"name":"ARG_list","abstract":"

    Undocumented

    "},"Structs/CTABLE.html":{"name":"CTABLE","abstract":"

    Undocumented

    "},"Structs/_pj_gi.html":{"name":"_pj_gi","abstract":"

    Undocumented

    "},"Structs/_PJ_GridCatalog.html":{"name":"_PJ_GridCatalog","abstract":"

    Undocumented

    "},"Structs/PW_COEF.html":{"name":"PW_COEF","abstract":"

    Undocumented

    "},"Structs/GPKGBoundingBoxSize.html":{"name":"GPKGBoundingBoxSize","abstract":"

    Bounding box width and height struct

    "},"Functions.html#/c:@F@pj_fwd":{"name":"pj_fwd","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_inv":{"name":"pj_inv","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_fwd3d":{"name":"pj_fwd3d","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_inv3d":{"name":"pj_inv3d","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_transform":{"name":"pj_transform","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_datum_transform":{"name":"pj_datum_transform","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_geocentric_to_geodetic":{"name":"pj_geocentric_to_geodetic","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_geodetic_to_geocentric":{"name":"pj_geodetic_to_geocentric","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_compare_datums":{"name":"pj_compare_datums","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_apply_gridshift":{"name":"pj_apply_gridshift","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_deallocate_grids":{"name":"pj_deallocate_grids","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_clear_initcache":{"name":"pj_clear_initcache","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_is_latlong":{"name":"pj_is_latlong","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_is_geocent":{"name":"pj_is_geocent","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_get_spheroid_defn":{"name":"pj_get_spheroid_defn","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_pr_list":{"name":"pj_pr_list","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_free":{"name":"pj_free","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_set_finder":{"name":"pj_set_finder","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_set_searchpath":{"name":"pj_set_searchpath","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_init":{"name":"pj_init","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_init_plus":{"name":"pj_init_plus","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_init_ctx":{"name":"pj_init_ctx","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_init_plus_ctx":{"name":"pj_init_plus_ctx","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_get_def":{"name":"pj_get_def","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_latlong_from_proj":{"name":"pj_latlong_from_proj","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_malloc":{"name":"pj_malloc","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_dalloc":{"name":"pj_dalloc","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_calloc":{"name":"pj_calloc","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_dealloc":{"name":"pj_dealloc","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_strerrno":{"name":"pj_strerrno","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_get_errno_ref":{"name":"pj_get_errno_ref","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_get_release":{"name":"pj_get_release","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_acquire_lock":{"name":"pj_acquire_lock","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_release_lock":{"name":"pj_release_lock","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_cleanup_lock":{"name":"pj_cleanup_lock","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_get_default_ctx":{"name":"pj_get_default_ctx","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_get_ctx":{"name":"pj_get_ctx","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_set_ctx":{"name":"pj_set_ctx","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_ctx_alloc":{"name":"pj_ctx_alloc","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_ctx_free":{"name":"pj_ctx_free","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_ctx_get_errno":{"name":"pj_ctx_get_errno","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_ctx_set_errno":{"name":"pj_ctx_set_errno","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_ctx_set_debug":{"name":"pj_ctx_set_debug","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_ctx_set_logger":{"name":"pj_ctx_set_logger","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_ctx_set_app_data":{"name":"pj_ctx_set_app_data","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_ctx_get_app_data":{"name":"pj_ctx_get_app_data","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_ctx_set_fileapi":{"name":"pj_ctx_set_fileapi","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_ctx_get_fileapi":{"name":"pj_ctx_get_fileapi","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_log":{"name":"pj_log","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_stderr_logger":{"name":"pj_stderr_logger","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_get_default_fileapi":{"name":"pj_get_default_fileapi","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_ctx_fopen":{"name":"pj_ctx_fopen","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_ctx_fread":{"name":"pj_ctx_fread","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_ctx_fseek":{"name":"pj_ctx_fseek","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_ctx_ftell":{"name":"pj_ctx_ftell","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_ctx_fclose":{"name":"pj_ctx_fclose","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_ctx_fgets":{"name":"pj_ctx_fgets","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_open_lib":{"name":"pj_open_lib","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_run_selftests":{"name":"pj_run_selftests","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@hypot":{"name":"hypot","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_generic_selftest":{"name":"pj_generic_selftest","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@dmstor":{"name":"dmstor","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@dmstor_ctx":{"name":"dmstor_ctx","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@set_rtodms":{"name":"set_rtodms","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@rtodms":{"name":"rtodms","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@adjlon":{"name":"adjlon","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@aacos":{"name":"aacos","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@aasin":{"name":"aasin","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@asqrt":{"name":"asqrt","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@aatan2":{"name":"aatan2","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_param":{"name":"pj_param","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_mkparam":{"name":"pj_mkparam","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_ell_set":{"name":"pj_ell_set","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_datum_set":{"name":"pj_datum_set","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_prime_meridian_set":{"name":"pj_prime_meridian_set","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_angular_units_set":{"name":"pj_angular_units_set","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_prepare":{"name":"pj_prepare","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_clone_paralist":{"name":"pj_clone_paralist","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_search_initcache":{"name":"pj_search_initcache","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_insert_initcache":{"name":"pj_insert_initcache","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_enfn":{"name":"pj_enfn","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_mlfn":{"name":"pj_mlfn","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_inv_mlfn":{"name":"pj_inv_mlfn","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_qsfn":{"name":"pj_qsfn","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_tsfn":{"name":"pj_tsfn","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_msfn":{"name":"pj_msfn","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_phi2":{"name":"pj_phi2","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_qsfn_":{"name":"pj_qsfn_","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_authset":{"name":"pj_authset","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_authlat":{"name":"pj_authlat","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_zpoly1":{"name":"pj_zpoly1","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_zpolyd1":{"name":"pj_zpolyd1","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_deriv":{"name":"pj_deriv","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_factors":{"name":"pj_factors","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@mk_cheby":{"name":"mk_cheby","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@bpseval":{"name":"bpseval","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@bcheval":{"name":"bcheval","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@biveval":{"name":"biveval","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@vector1":{"name":"vector1","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@vector2":{"name":"vector2","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@freev2":{"name":"freev2","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@bchgen":{"name":"bchgen","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@bch2bps":{"name":"bch2bps","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@nad_intr":{"name":"nad_intr","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@nad_cvt":{"name":"nad_cvt","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@nad_init":{"name":"nad_init","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@nad_ctable_init":{"name":"nad_ctable_init","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@nad_ctable_load":{"name":"nad_ctable_load","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@nad_ctable2_init":{"name":"nad_ctable2_init","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@nad_ctable2_load":{"name":"nad_ctable2_load","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@nad_free":{"name":"nad_free","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_apply_vgridshift":{"name":"pj_apply_vgridshift","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_apply_gridshift_2":{"name":"pj_apply_gridshift_2","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_apply_gridshift_3":{"name":"pj_apply_gridshift_3","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_gridlist_from_nadgrids":{"name":"pj_gridlist_from_nadgrids","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_gridinfo_init":{"name":"pj_gridinfo_init","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_gridinfo_load":{"name":"pj_gridinfo_load","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_gridinfo_free":{"name":"pj_gridinfo_free","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_gc_findcatalog":{"name":"pj_gc_findcatalog","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_gc_readcatalog":{"name":"pj_gc_readcatalog","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_gc_unloadall":{"name":"pj_gc_unloadall","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_gc_apply_gridshift":{"name":"pj_gc_apply_gridshift","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_gc_findgrid":{"name":"pj_gc_findgrid","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_gc_parsedate":{"name":"pj_gc_parsedate","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@proj_mdist_ini":{"name":"proj_mdist_ini","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@proj_mdist":{"name":"proj_mdist","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@proj_inv_mdist":{"name":"proj_inv_mdist","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_gauss_ini":{"name":"pj_gauss_ini","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_gauss":{"name":"pj_gauss","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_inv_gauss":{"name":"pj_inv_gauss","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_get_ellps_ref":{"name":"pj_get_ellps_ref","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_get_datums_ref":{"name":"pj_get_datums_ref","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_get_units_ref":{"name":"pj_get_units_ref","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_get_list_ref":{"name":"pj_get_list_ref","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_get_selftest_list_ref":{"name":"pj_get_selftest_list_ref","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_get_prime_meridians_ref":{"name":"pj_get_prime_meridians_ref","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_atof":{"name":"pj_atof","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_strtod":{"name":"pj_strtod","abstract":"

    Undocumented

    "},"Type%20Definitions/Tseries/.html#/c:@SA@Tseries@FI@a":{"name":"a","abstract":"

    Undocumented

    "},"Type%20Definitions/Tseries/.html#/c:@SA@Tseries@FI@b":{"name":"b","abstract":"

    Undocumented

    "},"Type%20Definitions/Tseries/.html#/c:@SA@Tseries@FI@cu":{"name":"cu","abstract":"

    Undocumented

    "},"Type%20Definitions/Tseries/.html#/c:@SA@Tseries@FI@cv":{"name":"cv","abstract":"

    Undocumented

    "},"Type%20Definitions/Tseries/.html#/c:@SA@Tseries@FI@mu":{"name":"mu","abstract":"

    Undocumented

    "},"Type%20Definitions/Tseries/.html#/c:@SA@Tseries@FI@mv":{"name":"mv","abstract":"

    Undocumented

    "},"Type%20Definitions/Tseries/.html#/c:@SA@Tseries@FI@power":{"name":"power","abstract":"

    Undocumented

    "},"Type%20Definitions/PJ_GridCatalog/_PJ_GridCatalog.html#/c:@S@_PJ_GridCatalog@FI@catalog_name":{"name":"catalog_name","abstract":"

    Undocumented

    ","parent_name":"_PJ_GridCatalog"},"Type%20Definitions/PJ_GridCatalog/_PJ_GridCatalog.html#/c:@S@_PJ_GridCatalog@FI@region":{"name":"region","abstract":"

    Undocumented

    ","parent_name":"_PJ_GridCatalog"},"Type%20Definitions/PJ_GridCatalog/_PJ_GridCatalog.html#/c:@S@_PJ_GridCatalog@FI@entry_count":{"name":"entry_count","abstract":"

    Undocumented

    ","parent_name":"_PJ_GridCatalog"},"Type%20Definitions/PJ_GridCatalog/_PJ_GridCatalog.html#/c:@S@_PJ_GridCatalog@FI@entries":{"name":"entries","abstract":"

    Undocumented

    ","parent_name":"_PJ_GridCatalog"},"Type%20Definitions/PJ_GridCatalog/_PJ_GridCatalog.html#/c:@S@_PJ_GridCatalog@FI@next":{"name":"next","abstract":"

    Undocumented

    ","parent_name":"_PJ_GridCatalog"},"Type%20Definitions/PJ_GridCatalog/_PJ_GridCatalog.html":{"name":"_PJ_GridCatalog","abstract":"

    Undocumented

    ","parent_name":"PJ_GridCatalog"},"Type%20Definitions/PJ_GridCatalogEntry/.html#/c:@SA@PJ_GridCatalogEntry@FI@region":{"name":"region","abstract":"

    Undocumented

    "},"Type%20Definitions/PJ_GridCatalogEntry/.html#/c:@SA@PJ_GridCatalogEntry@FI@priority":{"name":"priority","abstract":"

    Undocumented

    "},"Type%20Definitions/PJ_GridCatalogEntry/.html#/c:@SA@PJ_GridCatalogEntry@FI@date":{"name":"date","abstract":"

    Undocumented

    "},"Type%20Definitions/PJ_GridCatalogEntry/.html#/c:@SA@PJ_GridCatalogEntry@FI@definition":{"name":"definition","abstract":"

    Undocumented

    "},"Type%20Definitions/PJ_GridCatalogEntry/.html#/c:@SA@PJ_GridCatalogEntry@FI@gridinfo":{"name":"gridinfo","abstract":"

    Undocumented

    "},"Type%20Definitions/PJ_GridCatalogEntry/.html#/c:@SA@PJ_GridCatalogEntry@FI@available":{"name":"available","abstract":"

    Undocumented

    "},"Type%20Definitions/PJ_GRIDINFO/_pj_gi.html#/c:@S@_pj_gi@FI@gridname":{"name":"gridname","abstract":"

    Undocumented

    ","parent_name":"_pj_gi"},"Type%20Definitions/PJ_GRIDINFO/_pj_gi.html#/c:@S@_pj_gi@FI@filename":{"name":"filename","abstract":"

    Undocumented

    ","parent_name":"_pj_gi"},"Type%20Definitions/PJ_GRIDINFO/_pj_gi.html#/c:@S@_pj_gi@FI@format":{"name":"format","abstract":"

    Undocumented

    ","parent_name":"_pj_gi"},"Type%20Definitions/PJ_GRIDINFO/_pj_gi.html#/c:@S@_pj_gi@FI@grid_offset":{"name":"grid_offset","abstract":"

    Undocumented

    ","parent_name":"_pj_gi"},"Type%20Definitions/PJ_GRIDINFO/_pj_gi.html#/c:@S@_pj_gi@FI@must_swap":{"name":"must_swap","abstract":"

    Undocumented

    ","parent_name":"_pj_gi"},"Type%20Definitions/PJ_GRIDINFO/_pj_gi.html#/c:@S@_pj_gi@FI@ct":{"name":"ct","abstract":"

    Undocumented

    ","parent_name":"_pj_gi"},"Type%20Definitions/PJ_GRIDINFO/_pj_gi.html#/c:@S@_pj_gi@FI@next":{"name":"next","abstract":"

    Undocumented

    ","parent_name":"_pj_gi"},"Type%20Definitions/PJ_GRIDINFO/_pj_gi.html#/c:@S@_pj_gi@FI@child":{"name":"child","abstract":"

    Undocumented

    ","parent_name":"_pj_gi"},"Type%20Definitions/PJ_GRIDINFO/_pj_gi.html":{"name":"_pj_gi","abstract":"

    Undocumented

    ","parent_name":"PJ_GRIDINFO"},"Type%20Definitions/ILP/.html#/c:@SA@ILP@FI@lam":{"name":"lam","abstract":"

    Undocumented

    "},"Type%20Definitions/ILP/.html#/c:@SA@ILP@FI@phi":{"name":"phi","abstract":"

    Undocumented

    "},"Type%20Definitions/FLP/.html#/c:@SA@FLP@FI@lam":{"name":"lam","abstract":"

    Undocumented

    "},"Type%20Definitions/FLP/.html#/c:@SA@FLP@FI@phi":{"name":"phi","abstract":"

    Undocumented

    "},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@ctx":{"name":"ctx","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@fwd":{"name":"fwd","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@inv":{"name":"inv","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@fwd3d":{"name":"fwd3d","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@inv3d":{"name":"inv3d","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@spc":{"name":"spc","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@pfree":{"name":"pfree","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@descr":{"name":"descr","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@params":{"name":"params","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@over":{"name":"over","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@geoc":{"name":"geoc","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@is_latlong":{"name":"is_latlong","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@is_geocent":{"name":"is_geocent","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@a":{"name":"a","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@a_orig":{"name":"a_orig","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@es":{"name":"es","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@es_orig":{"name":"es_orig","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@e":{"name":"e","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@ra":{"name":"ra","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@one_es":{"name":"one_es","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@rone_es":{"name":"rone_es","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@lam0":{"name":"lam0","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@phi0":{"name":"phi0","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@x0":{"name":"x0","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@y0":{"name":"y0","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@k0":{"name":"k0","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@to_meter":{"name":"to_meter","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@fr_meter":{"name":"fr_meter","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@datum_type":{"name":"datum_type","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@datum_params":{"name":"datum_params","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@_pj_gi":{"name":"_pj_gi","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@gridlist":{"name":"gridlist","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@gridlist_count":{"name":"gridlist_count","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@has_geoid_vgrids":{"name":"has_geoid_vgrids","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@vgridlist_geoid":{"name":"vgridlist_geoid","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@vgridlist_geoid_count":{"name":"vgridlist_geoid_count","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@vto_meter":{"name":"vto_meter","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@vfr_meter":{"name":"vfr_meter","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@from_greenwich":{"name":"from_greenwich","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@long_wrap_center":{"name":"long_wrap_center","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@is_long_wrap_set":{"name":"is_long_wrap_set","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@axis":{"name":"axis","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@catalog_name":{"name":"catalog_name","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@_PJ_GridCatalog":{"name":"_PJ_GridCatalog","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@catalog":{"name":"catalog","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@datum_date":{"name":"datum_date","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@last_before_grid":{"name":"last_before_grid","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@last_before_region":{"name":"last_before_region","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@last_before_date":{"name":"last_before_date","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@last_after_grid":{"name":"last_after_grid","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@last_after_region":{"name":"last_after_region","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@last_after_date":{"name":"last_after_date","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html":{"name":"PJconsts","abstract":"

    Undocumented

    ","parent_name":"PJ"},"Type%20Definitions/paralist/ARG_list.html#/c:@S@ARG_list@FI@next":{"name":"next","abstract":"

    Undocumented

    ","parent_name":"ARG_list"},"Type%20Definitions/paralist/ARG_list.html#/c:@S@ARG_list@FI@used":{"name":"used","abstract":"

    Undocumented

    ","parent_name":"ARG_list"},"Type%20Definitions/paralist/ARG_list.html#/c:@S@ARG_list@FI@param":{"name":"param","abstract":"

    Undocumented

    ","parent_name":"ARG_list"},"Type%20Definitions/paralist/ARG_list.html":{"name":"ARG_list","abstract":"

    Undocumented

    ","parent_name":"paralist"},"Type%20Definitions/PJ_Region/.html#/c:@SA@PJ_Region@FI@ll_long":{"name":"ll_long","abstract":"

    Undocumented

    "},"Type%20Definitions/PJ_Region/.html#/c:@SA@PJ_Region@FI@ll_lat":{"name":"ll_lat","abstract":"

    Undocumented

    "},"Type%20Definitions/PJ_Region/.html#/c:@SA@PJ_Region@FI@ur_long":{"name":"ur_long","abstract":"

    Undocumented

    "},"Type%20Definitions/PJ_Region/.html#/c:@SA@PJ_Region@FI@ur_lat":{"name":"ur_lat","abstract":"

    Undocumented

    "},"Type%20Definitions/PROJVALUE/.html#/c:@UA@PROJVALUE@FI@f":{"name":"f","abstract":"

    Undocumented

    "},"Type%20Definitions/PROJVALUE/.html#/c:@UA@PROJVALUE@FI@i":{"name":"i","abstract":"

    Undocumented

    "},"Type%20Definitions/PROJVALUE/.html#/c:@UA@PROJVALUE@FI@s":{"name":"s","abstract":"

    Undocumented

    "},"Type%20Definitions/projUVW/.html#/c:@SA@projUVW@FI@u":{"name":"u","abstract":"

    Undocumented

    "},"Type%20Definitions/projUVW/.html#/c:@SA@projUVW@FI@v":{"name":"v","abstract":"

    Undocumented

    "},"Type%20Definitions/projUVW/.html#/c:@SA@projUVW@FI@w":{"name":"w","abstract":"

    Undocumented

    "},"Type%20Definitions/COMPLEX/.html#/c:@SA@COMPLEX@FI@r":{"name":"r","abstract":"

    Undocumented

    "},"Type%20Definitions/COMPLEX/.html#/c:@SA@COMPLEX@FI@i":{"name":"i","abstract":"

    Undocumented

    "},"Type%20Definitions/projUV/.html#/c:@SA@projUV@FI@u":{"name":"u","abstract":"

    Undocumented

    "},"Type%20Definitions/projUV/.html#/c:@SA@projUV@FI@v":{"name":"v","abstract":"

    Undocumented

    "},"Type%20Definitions/projCtx_t/.html#/c:@SA@projCtx_t@FI@last_errno":{"name":"last_errno","abstract":"

    Undocumented

    "},"Type%20Definitions/projCtx_t/.html#/c:@SA@projCtx_t@FI@debug_level":{"name":"debug_level","abstract":"

    Undocumented

    "},"Type%20Definitions/projCtx_t/.html#/c:@SA@projCtx_t@FI@logger":{"name":"logger","abstract":"

    Undocumented

    "},"Type%20Definitions/projCtx_t/.html#/c:@SA@projCtx_t@FI@app_data":{"name":"app_data","abstract":"

    Undocumented

    "},"Type%20Definitions/projCtx_t/.html#/c:@SA@projCtx_t@FI@fileapi":{"name":"fileapi","abstract":"

    Undocumented

    "},"Type%20Definitions/projFileAPI/projFileAPI_t.html#/c:@S@projFileAPI_t@FI@FOpen":{"name":"FOpen","abstract":"

    Undocumented

    ","parent_name":"projFileAPI_t"},"Type%20Definitions/projFileAPI/projFileAPI_t.html#/c:@S@projFileAPI_t@FI@FRead":{"name":"FRead","abstract":"

    Undocumented

    ","parent_name":"projFileAPI_t"},"Type%20Definitions/projFileAPI/projFileAPI_t.html#/c:@S@projFileAPI_t@FI@FSeek":{"name":"FSeek","abstract":"

    Undocumented

    ","parent_name":"projFileAPI_t"},"Type%20Definitions/projFileAPI/projFileAPI_t.html#/c:@S@projFileAPI_t@FI@FTell":{"name":"FTell","abstract":"

    Undocumented

    ","parent_name":"projFileAPI_t"},"Type%20Definitions/projFileAPI/projFileAPI_t.html#/c:@S@projFileAPI_t@FI@FClose":{"name":"FClose","abstract":"

    Undocumented

    ","parent_name":"projFileAPI_t"},"Type%20Definitions/projFileAPI/projFileAPI_t.html":{"name":"projFileAPI_t","abstract":"

    Undocumented

    ","parent_name":"projFileAPI"},"Type%20Definitions.html#/c:proj_api.h@T@projPJ":{"name":"projPJ","abstract":"

    Undocumented

    "},"Type%20Definitions.html#/c:proj_api.h@T@projCtx":{"name":"projCtx","abstract":"

    Undocumented

    "},"Type%20Definitions.html#/c:proj_api.h@T@PAFile":{"name":"PAFile","abstract":"

    Undocumented

    "},"Type%20Definitions/projFileAPI.html":{"name":"projFileAPI","abstract":"

    Undocumented

    "},"Type%20Definitions/projCtx_t.html":{"name":"projCtx_t","abstract":"

    Undocumented

    "},"Type%20Definitions/projUV.html":{"name":"projUV","abstract":"

    Undocumented

    "},"Type%20Definitions/COMPLEX.html":{"name":"COMPLEX","abstract":"

    Undocumented

    "},"Type%20Definitions/projUVW.html":{"name":"projUVW","abstract":"

    Undocumented

    "},"Type%20Definitions/PROJVALUE.html":{"name":"PROJVALUE","abstract":"

    Undocumented

    "},"Type%20Definitions/PJ_Region.html":{"name":"PJ_Region","abstract":"

    Undocumented

    "},"Type%20Definitions/paralist.html":{"name":"paralist","abstract":"

    Undocumented

    "},"Type%20Definitions/PJ.html":{"name":"PJ","abstract":"

    Undocumented

    "},"Type%20Definitions/FLP.html":{"name":"FLP","abstract":"

    Undocumented

    "},"Type%20Definitions/ILP.html":{"name":"ILP","abstract":"

    Undocumented

    "},"Type%20Definitions/PJ_GRIDINFO.html":{"name":"PJ_GRIDINFO","abstract":"

    Undocumented

    "},"Type%20Definitions/PJ_GridCatalogEntry.html":{"name":"PJ_GridCatalogEntry","abstract":"

    Undocumented

    "},"Type%20Definitions/PJ_GridCatalog.html":{"name":"PJ_GridCatalog","abstract":"

    Undocumented

    "},"Type%20Definitions/Tseries.html":{"name":"Tseries","abstract":"

    Undocumented

    "},"Protocols/GPKGTileRetriever.html#/c:objc(pl)GPKGTileRetriever(im)hasTileWithX:andY:andZoom:":{"name":"-hasTileWithX:andY:andZoom:","abstract":"

    Check if there is a tile for the x, y, and zoom

    ","parent_name":"GPKGTileRetriever"},"Protocols/GPKGTileRetriever.html#/c:objc(pl)GPKGTileRetriever(im)tileWithX:andY:andZoom:":{"name":"-tileWithX:andY:andZoom:","abstract":"

    Get a tile from the x, y, and zoom

    ","parent_name":"GPKGTileRetriever"},"Protocols/GPKGCustomFeaturesTile.html#/c:objc(pl)GPKGCustomFeaturesTile(im)drawTileWithTileWidth:andTileHeight:andTileFeatureCount:andFeatureIndexResults:":{"name":"-drawTileWithTileWidth:andTileHeight:andTileFeatureCount:andFeatureIndexResults:","abstract":"

    Draw a custom tile

    ","parent_name":"GPKGCustomFeaturesTile"},"Protocols/GPKGCustomFeaturesTile.html#/c:objc(pl)GPKGCustomFeaturesTile(im)drawUnindexedTileWithTileWidth:andTileHeight:andTotalFeatureCount:andFeatureDao:andResults:":{"name":"-drawUnindexedTileWithTileWidth:andTileHeight:andTotalFeatureCount:andFeatureDao:andResults:","abstract":"

    Draw a custom tile when the number of features within the tile is unknown.","parent_name":"GPKGCustomFeaturesTile"},"Protocols/GPKGProgress.html#/c:objc(pl)GPKGProgress(im)setMax:":{"name":"-setMax:","abstract":"

    Set the max progress value

    ","parent_name":"GPKGProgress"},"Protocols/GPKGProgress.html#/c:objc(pl)GPKGProgress(im)addProgress:":{"name":"-addProgress:","abstract":"

    Add to the total progress

    ","parent_name":"GPKGProgress"},"Protocols/GPKGProgress.html#/c:objc(pl)GPKGProgress(im)isActive":{"name":"-isActive","abstract":"

    Is the process still active?

    ","parent_name":"GPKGProgress"},"Protocols/GPKGProgress.html#/c:objc(pl)GPKGProgress(im)cleanupOnCancel":{"name":"-cleanupOnCancel","abstract":"

    Should the progress so far be deleted when canceled (isActive becomes false)

    ","parent_name":"GPKGProgress"},"Protocols/GPKGProgress.html#/c:objc(pl)GPKGProgress(im)completed":{"name":"-completed","abstract":"

    Called when progress is completed

    ","parent_name":"GPKGProgress"},"Protocols/GPKGProgress.html#/c:objc(pl)GPKGProgress(im)failureWithError:":{"name":"-failureWithError:","abstract":"

    Called when the process stops due to an error

    ","parent_name":"GPKGProgress"},"Protocols/GPKGShapeWithChildrenPoints.html#/c:objc(pl)GPKGShapeWithChildrenPoints(im)createChild":{"name":"-createChild","abstract":"

    Create a child shape points

    ","parent_name":"GPKGShapeWithChildrenPoints"},"Protocols/GPKGShapePoints.html#/c:objc(pl)GPKGShapePoints(im)points":{"name":"-points","abstract":"

    Get the points

    ","parent_name":"GPKGShapePoints"},"Protocols/GPKGShapePoints.html#/c:objc(pl)GPKGShapePoints(im)deletePoint:fromMapView:":{"name":"-deletePoint:fromMapView:","abstract":"

    Delete the point from the shape and map view

    ","parent_name":"GPKGShapePoints"},"Protocols/GPKGShapePoints.html#/c:objc(pl)GPKGShapePoints(im)addNewPoint:":{"name":"-addNewPoint:","abstract":"

    Add a new point to the shape

    ","parent_name":"GPKGShapePoints"},"Protocols/GPKGShapePoints.html#/c:objc(pl)GPKGShapePoints(im)hidden:fromMapView:":{"name":"-hidden:fromMapView:","abstract":"

    Updates hidden state of all objects

    ","parent_name":"GPKGShapePoints"},"Protocols/GPKGShapePoints.html#/c:objc(pl)GPKGShapePoints(im)hiddenPoints:":{"name":"-hiddenPoints:","abstract":"

    Updates hidden state of the shape representing points

    ","parent_name":"GPKGShapePoints"},"Protocols/GPKGMapPointInitializer.html#/c:objc(pl)GPKGMapPointInitializer(im)initializeAnnotation:":{"name":"-initializeAnnotation:","abstract":"

    Initialize the map annotation

    ","parent_name":"GPKGMapPointInitializer"},"Protocols/GPKGCoverageDataImage.html#/c:objc(pl)GPKGCoverageDataImage(im)width":{"name":"-width","abstract":"

    Get the width

    ","parent_name":"GPKGCoverageDataImage"},"Protocols/GPKGCoverageDataImage.html#/c:objc(pl)GPKGCoverageDataImage(im)height":{"name":"-height","abstract":"

    Get the height

    ","parent_name":"GPKGCoverageDataImage"},"Protocols/TIFFCompressionEncoder.html#/c:objc(pl)TIFFCompressionEncoder(im)rowEncoding":{"name":"-rowEncoding","abstract":"

    True to encode on a per row basis, false to encode on a per block / strip","parent_name":"TIFFCompressionEncoder"},"Protocols/TIFFCompressionEncoder.html#/c:objc(pl)TIFFCompressionEncoder(im)encodeData:withByteOrder:":{"name":"-encodeData:withByteOrder:","abstract":"

    Encode the data

    ","parent_name":"TIFFCompressionEncoder"},"Protocols/TIFFCompressionDecoder.html#/c:objc(pl)TIFFCompressionDecoder(im)decodeData:withByteOrder:":{"name":"-decodeData:withByteOrder:","abstract":"

    Decode the data

    ","parent_name":"TIFFCompressionDecoder"},"Protocols/SFGeometryFilter.html#/c:objc(pl)SFGeometryFilter(im)filterGeometry:inType:":{"name":"-filterGeometry:inType:","abstract":"

    Filter the geometry

    ","parent_name":"SFGeometryFilter"},"Protocols/CRSScopeExtentIdentifierRemark.html#/c:objc(pl)CRSScopeExtentIdentifierRemark(im)name":{"name":"-name","abstract":"

    Get the name

    ","parent_name":"CRSScopeExtentIdentifierRemark"},"Protocols/CRSScopeExtentIdentifierRemark.html#/c:objc(pl)CRSScopeExtentIdentifierRemark(im)setName:":{"name":"-setName:","abstract":"

    Set the name

    ","parent_name":"CRSScopeExtentIdentifierRemark"},"Protocols/CRSScopeExtentIdentifierRemark.html#/c:objc(pl)CRSScopeExtentIdentifierRemark(im)usages":{"name":"-usages","abstract":"

    Get the usages

    ","parent_name":"CRSScopeExtentIdentifierRemark"},"Protocols/CRSScopeExtentIdentifierRemark.html#/c:objc(pl)CRSScopeExtentIdentifierRemark(im)hasUsages":{"name":"-hasUsages","abstract":"

    Has usages

    ","parent_name":"CRSScopeExtentIdentifierRemark"},"Protocols/CRSScopeExtentIdentifierRemark.html#/c:objc(pl)CRSScopeExtentIdentifierRemark(im)numUsages":{"name":"-numUsages","abstract":"

    Number of usages

    ","parent_name":"CRSScopeExtentIdentifierRemark"},"Protocols/CRSScopeExtentIdentifierRemark.html#/c:objc(pl)CRSScopeExtentIdentifierRemark(im)usageAtIndex:":{"name":"-usageAtIndex:","abstract":"

    Get the usage at the index

    ","parent_name":"CRSScopeExtentIdentifierRemark"},"Protocols/CRSScopeExtentIdentifierRemark.html#/c:objc(pl)CRSScopeExtentIdentifierRemark(im)setUsages:":{"name":"-setUsages:","abstract":"

    Set the usages

    ","parent_name":"CRSScopeExtentIdentifierRemark"},"Protocols/CRSScopeExtentIdentifierRemark.html#/c:objc(pl)CRSScopeExtentIdentifierRemark(im)addUsage:":{"name":"-addUsage:","abstract":"

    Add the usage

    ","parent_name":"CRSScopeExtentIdentifierRemark"},"Protocols/CRSScopeExtentIdentifierRemark.html#/c:objc(pl)CRSScopeExtentIdentifierRemark(im)addUsages:":{"name":"-addUsages:","abstract":"

    Add the usages

    ","parent_name":"CRSScopeExtentIdentifierRemark"},"Protocols/CRSScopeExtentIdentifierRemark.html#/c:objc(pl)CRSScopeExtentIdentifierRemark(im)remark":{"name":"-remark","abstract":"

    Get the remark

    ","parent_name":"CRSScopeExtentIdentifierRemark"},"Protocols/CRSScopeExtentIdentifierRemark.html#/c:objc(pl)CRSScopeExtentIdentifierRemark(im)hasRemark":{"name":"-hasRemark","abstract":"

    Has remark

    ","parent_name":"CRSScopeExtentIdentifierRemark"},"Protocols/CRSScopeExtentIdentifierRemark.html#/c:objc(pl)CRSScopeExtentIdentifierRemark(im)setRemark:":{"name":"-setRemark:","abstract":"

    Set the remark

    ","parent_name":"CRSScopeExtentIdentifierRemark"},"Protocols/CRSIdentifiable.html#/c:objc(pl)CRSIdentifiable(im)identifiers":{"name":"-identifiers","abstract":"

    Get the identifiers

    ","parent_name":"CRSIdentifiable"},"Protocols/CRSIdentifiable.html#/c:objc(pl)CRSIdentifiable(im)hasIdentifiers":{"name":"-hasIdentifiers","abstract":"

    Has identifiers

    ","parent_name":"CRSIdentifiable"},"Protocols/CRSIdentifiable.html#/c:objc(pl)CRSIdentifiable(im)numIdentifiers":{"name":"-numIdentifiers","abstract":"

    Number of identifiers

    ","parent_name":"CRSIdentifiable"},"Protocols/CRSIdentifiable.html#/c:objc(pl)CRSIdentifiable(im)identifierAtIndex:":{"name":"-identifierAtIndex:","abstract":"

    Get the identifier at the index

    ","parent_name":"CRSIdentifiable"},"Protocols/CRSIdentifiable.html#/c:objc(pl)CRSIdentifiable(im)setIdentifiers:":{"name":"-setIdentifiers:","abstract":"

    Set the identifiers

    ","parent_name":"CRSIdentifiable"},"Protocols/CRSIdentifiable.html#/c:objc(pl)CRSIdentifiable(im)addIdentifier:":{"name":"-addIdentifier:","abstract":"

    Add the identifier

    ","parent_name":"CRSIdentifiable"},"Protocols/CRSIdentifiable.html#/c:objc(pl)CRSIdentifiable(im)addIdentifiers:":{"name":"-addIdentifiers:","abstract":"

    Add the identifiers

    ","parent_name":"CRSIdentifiable"},"Protocols/CRSGeoDatum.html#/c:objc(pl)CRSGeoDatum(im)name":{"name":"-name","abstract":"

    Get the datum name

    ","parent_name":"CRSGeoDatum"},"Protocols/CRSGeoDatum.html#/c:objc(pl)CRSGeoDatum(im)setName:":{"name":"-setName:","abstract":"

    Set the datum name

    ","parent_name":"CRSGeoDatum"},"Protocols/CRSGeoDatum.html#/c:objc(pl)CRSGeoDatum(im)ellipsoid":{"name":"-ellipsoid","abstract":"

    Get the ellipsoid

    ","parent_name":"CRSGeoDatum"},"Protocols/CRSGeoDatum.html#/c:objc(pl)CRSGeoDatum(im)setEllipsoid:":{"name":"-setEllipsoid:","abstract":"

    Set the ellipsoid

    ","parent_name":"CRSGeoDatum"},"Protocols/CRSGeoDatum.html#/c:objc(pl)CRSGeoDatum(im)primeMeridian":{"name":"-primeMeridian","abstract":"

    Get the prime meridian

    ","parent_name":"CRSGeoDatum"},"Protocols/CRSGeoDatum.html#/c:objc(pl)CRSGeoDatum(im)hasPrimeMeridian":{"name":"-hasPrimeMeridian","abstract":"

    Has a prime meridian

    ","parent_name":"CRSGeoDatum"},"Protocols/CRSGeoDatum.html#/c:objc(pl)CRSGeoDatum(im)setPrimeMeridian:":{"name":"-setPrimeMeridian:","abstract":"

    Set the prime meridian

    ","parent_name":"CRSGeoDatum"},"Protocols/CRSCommonOperation.html#/c:objc(pl)CRSCommonOperation(im)operationType":{"name":"-operationType","abstract":"

    Get the operation type

    ","parent_name":"CRSCommonOperation"},"Protocols/CRSCommonOperation.html#/c:objc(pl)CRSCommonOperation(im)name":{"name":"-name","abstract":"

    Get the name

    ","parent_name":"CRSCommonOperation"},"Protocols/CRSCommonOperation.html#/c:objc(pl)CRSCommonOperation(im)setName:":{"name":"-setName:","abstract":"

    Set the name

    ","parent_name":"CRSCommonOperation"},"Protocols/CRSCommonOperation.html#/c:objc(pl)CRSCommonOperation(im)version":{"name":"-version","abstract":"

    Get the operation version

    ","parent_name":"CRSCommonOperation"},"Protocols/CRSCommonOperation.html#/c:objc(pl)CRSCommonOperation(im)hasVersion":{"name":"-hasVersion","abstract":"

    Has an operation version

    ","parent_name":"CRSCommonOperation"},"Protocols/CRSCommonOperation.html#/c:objc(pl)CRSCommonOperation(im)setVersion:":{"name":"-setVersion:","abstract":"

    Set the operation version

    ","parent_name":"CRSCommonOperation"},"Protocols/CRSCommonOperation.html#/c:objc(pl)CRSCommonOperation(im)method":{"name":"-method","abstract":"

    Get the method

    ","parent_name":"CRSCommonOperation"},"Protocols/CRSCommonOperation.html#/c:objc(pl)CRSCommonOperation(im)setMethod:":{"name":"-setMethod:","abstract":"

    Set the method

    ","parent_name":"CRSCommonOperation"},"Protocols/CRSCommonOperation.html":{"name":"CRSCommonOperation","abstract":"

    Common Operation interface

    "},"Protocols/CRSGeoDatum.html":{"name":"CRSGeoDatum","abstract":"

    Common Operation interface

    "},"Protocols/CRSIdentifiable.html":{"name":"CRSIdentifiable","abstract":"

    Identifiable object interface

    "},"Protocols/CRSScopeExtentIdentifierRemark.html":{"name":"CRSScopeExtentIdentifierRemark","abstract":"

    Interface Scope, Extent, Identifier, and Remark values

    "},"Protocols/SFGeometryFilter.html":{"name":"SFGeometryFilter","abstract":"

    Geometry Filter to filter included geometries and modify them during"},"Protocols/TIFFCompressionDecoder.html":{"name":"TIFFCompressionDecoder","abstract":"

    Compression Decoder interface

    "},"Protocols/TIFFCompressionEncoder.html":{"name":"TIFFCompressionEncoder","abstract":"

    Compression Encoder interface

    "},"Protocols/GPKGCoverageDataImage.html":{"name":"GPKGCoverageDataImage","abstract":"

    Coverage Data image interface

    "},"Protocols/GPKGMapPointInitializer.html":{"name":"GPKGMapPointInitializer","abstract":"

    Map Point initializer protocol to perform point additional initialization when a point is added to a map view

    "},"Protocols/GPKGShapePoints.html":{"name":"GPKGShapePoints","abstract":"

    Shape points protocol, defining the interface for shapes comprised of points

    "},"Protocols/GPKGShapeWithChildrenPoints.html":{"name":"GPKGShapeWithChildrenPoints","abstract":"

    Shape with children protocol defining the interface for shapes with children points

    "},"Protocols/GPKGProgress.html":{"name":"GPKGProgress","abstract":"

    GeoPackage Progress protocol for receiving progress information callbacks and handling cancellations

    "},"Protocols/GPKGCustomFeaturesTile.html":{"name":"GPKGCustomFeaturesTile","abstract":"

    Interface defining custom feature tile drawing."},"Protocols/GPKGTileRetriever.html":{"name":"GPKGTileRetriever","abstract":"

    Interface defining the get tile retrieval method

    "},"Enums/GPKGCompressFormat.html#/c:@E@GPKGCompressFormat@GPKG_CF_JPEG":{"name":"GPKG_CF_JPEG","abstract":"

    Undocumented

    ","parent_name":"GPKGCompressFormat"},"Enums/GPKGCompressFormat.html#/c:@E@GPKGCompressFormat@GPKG_CF_PNG":{"name":"GPKG_CF_PNG","abstract":"

    Undocumented

    ","parent_name":"GPKGCompressFormat"},"Enums/GPKGCompressFormat.html#/c:@E@GPKGCompressFormat@GPKG_CF_NONE":{"name":"GPKG_CF_NONE","abstract":"

    Undocumented

    ","parent_name":"GPKGCompressFormat"},"Enums/GPKGPolygonOrientation.html#/c:@E@GPKGPolygonOrientation@GPKG_PO_COUNTERCLOCKWISE":{"name":"GPKG_PO_COUNTERCLOCKWISE","abstract":"

    Undocumented

    ","parent_name":"GPKGPolygonOrientation"},"Enums/GPKGPolygonOrientation.html#/c:@E@GPKGPolygonOrientation@GPKG_PO_CLOCKWISE":{"name":"GPKG_PO_CLOCKWISE","abstract":"

    Undocumented

    ","parent_name":"GPKGPolygonOrientation"},"Enums/GPKGPolygonOrientation.html#/c:@E@GPKGPolygonOrientation@GPKG_PO_UNSPECIFIED":{"name":"GPKG_PO_UNSPECIFIED","abstract":"

    Undocumented

    ","parent_name":"GPKGPolygonOrientation"},"Enums/GPKGMapShapeType.html#/c:@E@GPKGMapShapeType@GPKG_MST_POINT":{"name":"GPKG_MST_POINT","abstract":"

    Undocumented

    ","parent_name":"GPKGMapShapeType"},"Enums/GPKGMapShapeType.html#/c:@E@GPKGMapShapeType@GPKG_MST_POLYLINE":{"name":"GPKG_MST_POLYLINE","abstract":"

    Undocumented

    ","parent_name":"GPKGMapShapeType"},"Enums/GPKGMapShapeType.html#/c:@E@GPKGMapShapeType@GPKG_MST_POLYGON":{"name":"GPKG_MST_POLYGON","abstract":"

    Undocumented

    ","parent_name":"GPKGMapShapeType"},"Enums/GPKGMapShapeType.html#/c:@E@GPKGMapShapeType@GPKG_MST_MULTI_POINT":{"name":"GPKG_MST_MULTI_POINT","abstract":"

    Undocumented

    ","parent_name":"GPKGMapShapeType"},"Enums/GPKGMapShapeType.html#/c:@E@GPKGMapShapeType@GPKG_MST_MULTI_POLYLINE":{"name":"GPKG_MST_MULTI_POLYLINE","abstract":"

    Undocumented

    ","parent_name":"GPKGMapShapeType"},"Enums/GPKGMapShapeType.html#/c:@E@GPKGMapShapeType@GPKG_MST_MULTI_POLYGON":{"name":"GPKG_MST_MULTI_POLYGON","abstract":"

    Undocumented

    ","parent_name":"GPKGMapShapeType"},"Enums/GPKGMapShapeType.html#/c:@E@GPKGMapShapeType@GPKG_MST_POLYLINE_POINTS":{"name":"GPKG_MST_POLYLINE_POINTS","abstract":"

    Undocumented

    ","parent_name":"GPKGMapShapeType"},"Enums/GPKGMapShapeType.html#/c:@E@GPKGMapShapeType@GPKG_MST_POLYGON_POINTS":{"name":"GPKG_MST_POLYGON_POINTS","abstract":"

    Undocumented

    ","parent_name":"GPKGMapShapeType"},"Enums/GPKGMapShapeType.html#/c:@E@GPKGMapShapeType@GPKG_MST_MULTI_POLYLINE_POINTS":{"name":"GPKG_MST_MULTI_POLYLINE_POINTS","abstract":"

    Undocumented

    ","parent_name":"GPKGMapShapeType"},"Enums/GPKGMapShapeType.html#/c:@E@GPKGMapShapeType@GPKG_MST_MULTI_POLYGON_POINTS":{"name":"GPKG_MST_MULTI_POLYGON_POINTS","abstract":"

    Undocumented

    ","parent_name":"GPKGMapShapeType"},"Enums/GPKGMapShapeType.html#/c:@E@GPKGMapShapeType@GPKG_MST_COLLECTION":{"name":"GPKG_MST_COLLECTION","abstract":"

    Undocumented

    ","parent_name":"GPKGMapShapeType"},"Enums/GPKGFeatureIndexType.html#/c:@E@GPKGFeatureIndexType@GPKG_FIT_METADATA":{"name":"GPKG_FIT_METADATA","abstract":"

    Undocumented

    ","parent_name":"GPKGFeatureIndexType"},"Enums/GPKGFeatureIndexType.html#/c:@E@GPKGFeatureIndexType@GPKG_FIT_GEOPACKAGE":{"name":"GPKG_FIT_GEOPACKAGE","abstract":"

    Undocumented

    ","parent_name":"GPKGFeatureIndexType"},"Enums/GPKGFeatureIndexType.html#/c:@E@GPKGFeatureIndexType@GPKG_FIT_RTREE":{"name":"GPKG_FIT_RTREE","abstract":"

    Undocumented

    ","parent_name":"GPKGFeatureIndexType"},"Enums/GPKGFeatureIndexType.html#/c:@E@GPKGFeatureIndexType@GPKG_FIT_NONE":{"name":"GPKG_FIT_NONE","abstract":"

    Undocumented

    ","parent_name":"GPKGFeatureIndexType"},"Enums/GPKGDataColumnConstraintType.html#/c:@E@GPKGDataColumnConstraintType@GPKG_DCCT_RANGE":{"name":"GPKG_DCCT_RANGE","abstract":"

    Undocumented

    ","parent_name":"GPKGDataColumnConstraintType"},"Enums/GPKGDataColumnConstraintType.html#/c:@E@GPKGDataColumnConstraintType@GPKG_DCCT_ENUM":{"name":"GPKG_DCCT_ENUM","abstract":"

    Undocumented

    ","parent_name":"GPKGDataColumnConstraintType"},"Enums/GPKGDataColumnConstraintType.html#/c:@E@GPKGDataColumnConstraintType@GPKG_DCCT_GLOB":{"name":"GPKG_DCCT_GLOB","abstract":"

    Undocumented

    ","parent_name":"GPKGDataColumnConstraintType"},"Enums/GPKGDublinCoreType.html#/c:@E@GPKGDublinCoreType@GPKG_DCM_DATE":{"name":"GPKG_DCM_DATE","abstract":"

    A point or period of time associated with an event in the lifecycle of","parent_name":"GPKGDublinCoreType"},"Enums/GPKGDublinCoreType.html#/c:@E@GPKGDublinCoreType@GPKG_DCM_DESCRIPTION":{"name":"GPKG_DCM_DESCRIPTION","abstract":"

    An account of the resource.

    ","parent_name":"GPKGDublinCoreType"},"Enums/GPKGDublinCoreType.html#/c:@E@GPKGDublinCoreType@GPKG_DCM_FORMAT":{"name":"GPKG_DCM_FORMAT","abstract":"

    The file format, physical medium, or dimensions of the resource.

    ","parent_name":"GPKGDublinCoreType"},"Enums/GPKGDublinCoreType.html#/c:@E@GPKGDublinCoreType@GPKG_DCM_IDENTIFIER":{"name":"GPKG_DCM_IDENTIFIER","abstract":"

    An unambiguous reference to the resource within a given context.

    ","parent_name":"GPKGDublinCoreType"},"Enums/GPKGDublinCoreType.html#/c:@E@GPKGDublinCoreType@GPKG_DCM_SOURCE":{"name":"GPKG_DCM_SOURCE","abstract":"

    A related resource from which the described resource is derived.

    ","parent_name":"GPKGDublinCoreType"},"Enums/GPKGDublinCoreType.html#/c:@E@GPKGDublinCoreType@GPKG_DCM_TITLE":{"name":"GPKG_DCM_TITLE","abstract":"

    A name given to the resource.

    ","parent_name":"GPKGDublinCoreType"},"Enums/GPKGRelationType.html#/c:@E@GPKGRelationType@GPKG_RT_FEATURES":{"name":"GPKG_RT_FEATURES","abstract":"

    Link features with other features

    ","parent_name":"GPKGRelationType"},"Enums/GPKGRelationType.html#/c:@E@GPKGRelationType@GPKG_RT_SIMPLE_ATTRIBUTES":{"name":"GPKG_RT_SIMPLE_ATTRIBUTES","abstract":"

    Relate sets of tabular text or numeric data

    ","parent_name":"GPKGRelationType"},"Enums/GPKGRelationType.html#/c:@E@GPKGRelationType@GPKG_RT_MEDIA":{"name":"GPKG_RT_MEDIA","abstract":"

    Relate features or attributes to multimedia files such as pictures and videos

    ","parent_name":"GPKGRelationType"},"Enums/GPKGRelationType.html#/c:@E@GPKGRelationType@GPKG_RT_ATTRIBUTES":{"name":"GPKG_RT_ATTRIBUTES","abstract":"

    Relate features or attributes with attributes

    ","parent_name":"GPKGRelationType"},"Enums/GPKGRelationType.html#/c:@E@GPKGRelationType@GPKG_RT_TILES":{"name":"GPKG_RT_TILES","abstract":"

    Relate features or attributes with tiles

    ","parent_name":"GPKGRelationType"},"Enums/GPKGTileScalingType.html#/c:@E@GPKGTileScalingType@GPKG_TSC_IN":{"name":"GPKG_TSC_IN","abstract":"

    Search for tiles by zooming in

    ","parent_name":"GPKGTileScalingType"},"Enums/GPKGTileScalingType.html#/c:@E@GPKGTileScalingType@GPKG_TSC_OUT":{"name":"GPKG_TSC_OUT","abstract":"

    Search for tiles by zooming out

    ","parent_name":"GPKGTileScalingType"},"Enums/GPKGTileScalingType.html#/c:@E@GPKGTileScalingType@GPKG_TSC_IN_OUT":{"name":"GPKG_TSC_IN_OUT","abstract":"

    Search for tiles by zooming in first, and then zooming out

    ","parent_name":"GPKGTileScalingType"},"Enums/GPKGTileScalingType.html#/c:@E@GPKGTileScalingType@GPKG_TSC_OUT_IN":{"name":"GPKG_TSC_OUT_IN","abstract":"

    Search for tiles by zooming out first, and then zooming in

    ","parent_name":"GPKGTileScalingType"},"Enums/GPKGTileScalingType.html#/c:@E@GPKGTileScalingType@GPKG_TSC_CLOSEST_IN_OUT":{"name":"GPKG_TSC_CLOSEST_IN_OUT","abstract":"

    Search for tiles in closest zoom level order, zoom in levels before zoom","parent_name":"GPKGTileScalingType"},"Enums/GPKGTileScalingType.html#/c:@E@GPKGTileScalingType@GPKG_TSC_CLOSEST_OUT_IN":{"name":"GPKG_TSC_CLOSEST_OUT_IN","abstract":"

    Search for tiles in closest zoom level order, zoom out levels before zoom","parent_name":"GPKGTileScalingType"},"Enums/GPKGReferenceScopeType.html#/c:@E@GPKGReferenceScopeType@GPKG_RST_GEOPACKAGE":{"name":"GPKG_RST_GEOPACKAGE","abstract":"

    Undocumented

    ","parent_name":"GPKGReferenceScopeType"},"Enums/GPKGReferenceScopeType.html#/c:@E@GPKGReferenceScopeType@GPKG_RST_TABLE":{"name":"GPKG_RST_TABLE","abstract":"

    Undocumented

    ","parent_name":"GPKGReferenceScopeType"},"Enums/GPKGReferenceScopeType.html#/c:@E@GPKGReferenceScopeType@GPKG_RST_COLUMN":{"name":"GPKG_RST_COLUMN","abstract":"

    Undocumented

    ","parent_name":"GPKGReferenceScopeType"},"Enums/GPKGReferenceScopeType.html#/c:@E@GPKGReferenceScopeType@GPKG_RST_ROW":{"name":"GPKG_RST_ROW","abstract":"

    Undocumented

    ","parent_name":"GPKGReferenceScopeType"},"Enums/GPKGReferenceScopeType.html#/c:@E@GPKGReferenceScopeType@GPKG_RST_ROW_COL":{"name":"GPKG_RST_ROW_COL","abstract":"

    Undocumented

    ","parent_name":"GPKGReferenceScopeType"},"Enums/GPKGMetadataScopeType.html#/c:@E@GPKGMetadataScopeType@GPKG_MST_UNDEFINED":{"name":"GPKG_MST_UNDEFINED","abstract":"

    Undocumented

    ","parent_name":"GPKGMetadataScopeType"},"Enums/GPKGMetadataScopeType.html#/c:@E@GPKGMetadataScopeType@GPKG_MST_FIELD_SESSION":{"name":"GPKG_MST_FIELD_SESSION","abstract":"

    Undocumented

    ","parent_name":"GPKGMetadataScopeType"},"Enums/GPKGMetadataScopeType.html#/c:@E@GPKGMetadataScopeType@GPKG_MST_COLLECTION_SESSION":{"name":"GPKG_MST_COLLECTION_SESSION","abstract":"

    Undocumented

    ","parent_name":"GPKGMetadataScopeType"},"Enums/GPKGMetadataScopeType.html#/c:@E@GPKGMetadataScopeType@GPKG_MST_SERIES":{"name":"GPKG_MST_SERIES","abstract":"

    Undocumented

    ","parent_name":"GPKGMetadataScopeType"},"Enums/GPKGMetadataScopeType.html#/c:@E@GPKGMetadataScopeType@GPKG_MST_DATASET":{"name":"GPKG_MST_DATASET","abstract":"

    Undocumented

    ","parent_name":"GPKGMetadataScopeType"},"Enums/GPKGMetadataScopeType.html#/c:@E@GPKGMetadataScopeType@GPKG_MST_FEATURE_TYPE":{"name":"GPKG_MST_FEATURE_TYPE","abstract":"

    Undocumented

    ","parent_name":"GPKGMetadataScopeType"},"Enums/GPKGMetadataScopeType.html#/c:@E@GPKGMetadataScopeType@GPKG_MST_FEATURE":{"name":"GPKG_MST_FEATURE","abstract":"

    Undocumented

    ","parent_name":"GPKGMetadataScopeType"},"Enums/GPKGMetadataScopeType.html#/c:@E@GPKGMetadataScopeType@GPKG_MST_ATTRIBUTE_TYPE":{"name":"GPKG_MST_ATTRIBUTE_TYPE","abstract":"

    Undocumented

    ","parent_name":"GPKGMetadataScopeType"},"Enums/GPKGMetadataScopeType.html#/c:@E@GPKGMetadataScopeType@GPKG_MST_ATTRIBUTE":{"name":"GPKG_MST_ATTRIBUTE","abstract":"

    Undocumented

    ","parent_name":"GPKGMetadataScopeType"},"Enums/GPKGMetadataScopeType.html#/c:@E@GPKGMetadataScopeType@GPKG_MST_TILE":{"name":"GPKG_MST_TILE","abstract":"

    Undocumented

    ","parent_name":"GPKGMetadataScopeType"},"Enums/GPKGMetadataScopeType.html#/c:@E@GPKGMetadataScopeType@GPKG_MST_MODEL":{"name":"GPKG_MST_MODEL","abstract":"

    Undocumented

    ","parent_name":"GPKGMetadataScopeType"},"Enums/GPKGMetadataScopeType.html#/c:@E@GPKGMetadataScopeType@GPKG_MST_CATALOG":{"name":"GPKG_MST_CATALOG","abstract":"

    Undocumented

    ","parent_name":"GPKGMetadataScopeType"},"Enums/GPKGMetadataScopeType.html#/c:@E@GPKGMetadataScopeType@GPKG_MST_SCHEMA":{"name":"GPKG_MST_SCHEMA","abstract":"

    Undocumented

    ","parent_name":"GPKGMetadataScopeType"},"Enums/GPKGMetadataScopeType.html#/c:@E@GPKGMetadataScopeType@GPKG_MST_TAXONOMY":{"name":"GPKG_MST_TAXONOMY","abstract":"

    Undocumented

    ","parent_name":"GPKGMetadataScopeType"},"Enums/GPKGMetadataScopeType.html#/c:@E@GPKGMetadataScopeType@GPKG_MST_SOFTWARE":{"name":"GPKG_MST_SOFTWARE","abstract":"

    Undocumented

    ","parent_name":"GPKGMetadataScopeType"},"Enums/GPKGMetadataScopeType.html#/c:@E@GPKGMetadataScopeType@GPKG_MST_SERVICE":{"name":"GPKG_MST_SERVICE","abstract":"

    Undocumented

    ","parent_name":"GPKGMetadataScopeType"},"Enums/GPKGMetadataScopeType.html#/c:@E@GPKGMetadataScopeType@GPKG_MST_COLLECTION_HARDWARE":{"name":"GPKG_MST_COLLECTION_HARDWARE","abstract":"

    Undocumented

    ","parent_name":"GPKGMetadataScopeType"},"Enums/GPKGMetadataScopeType.html#/c:@E@GPKGMetadataScopeType@GPKG_MST_NON_GEOGRAPHIC_DATASET":{"name":"GPKG_MST_NON_GEOGRAPHIC_DATASET","abstract":"

    Undocumented

    ","parent_name":"GPKGMetadataScopeType"},"Enums/GPKGMetadataScopeType.html#/c:@E@GPKGMetadataScopeType@GPKG_MST_DIMENSION_GROUP":{"name":"GPKG_MST_DIMENSION_GROUP","abstract":"

    Undocumented

    ","parent_name":"GPKGMetadataScopeType"},"Enums/GPKGMetadataScopeType.html#/c:@E@GPKGMetadataScopeType@GPKG_MST_STYLE":{"name":"GPKG_MST_STYLE","abstract":"

    Undocumented

    ","parent_name":"GPKGMetadataScopeType"},"Enums/GPKGGriddedCoverageEncodingType.html#/c:@E@GPKGGriddedCoverageEncodingType@GPKG_GCET_CENTER":{"name":"GPKG_GCET_CENTER","abstract":"

    Assume the value is center of grid cell (default)

    ","parent_name":"GPKGGriddedCoverageEncodingType"},"Enums/GPKGGriddedCoverageEncodingType.html#/c:@E@GPKGGriddedCoverageEncodingType@GPKG_GCET_AREA":{"name":"GPKG_GCET_AREA","abstract":"

    Assume the entire grid cell has the same value

    ","parent_name":"GPKGGriddedCoverageEncodingType"},"Enums/GPKGGriddedCoverageEncodingType.html#/c:@E@GPKGGriddedCoverageEncodingType@GPKG_GCET_CORNER":{"name":"GPKG_GCET_CORNER","abstract":"

    A typical use case is for a mesh of elevation values as specified in the","parent_name":"GPKGGriddedCoverageEncodingType"},"Enums/GPKGGriddedCoverageDataType.html#/c:@E@GPKGGriddedCoverageDataType@GPKG_GCDT_INTEGER":{"name":"GPKG_GCDT_INTEGER","abstract":"

    Undocumented

    ","parent_name":"GPKGGriddedCoverageDataType"},"Enums/GPKGGriddedCoverageDataType.html#/c:@E@GPKGGriddedCoverageDataType@GPKG_GCDT_FLOAT":{"name":"GPKG_GCDT_FLOAT","abstract":"

    Undocumented

    ","parent_name":"GPKGGriddedCoverageDataType"},"Enums/GPKGCoverageDataAlgorithm.html#/c:@E@GPKGCoverageDataAlgorithm@GPKG_CDA_NEAREST_NEIGHBOR":{"name":"GPKG_CDA_NEAREST_NEIGHBOR","abstract":"

    Selects the value of the nearest point and does not consider the values","parent_name":"GPKGCoverageDataAlgorithm"},"Enums/GPKGCoverageDataAlgorithm.html#/c:@E@GPKGCoverageDataAlgorithm@GPKG_CDA_BILINEAR":{"name":"GPKG_CDA_BILINEAR","abstract":"

    Performs linear interpolation first in one direction, and then again in","parent_name":"GPKGCoverageDataAlgorithm"},"Enums/GPKGCoverageDataAlgorithm.html#/c:@E@GPKGCoverageDataAlgorithm@GPKG_CDA_BICUBIC":{"name":"GPKG_CDA_BICUBIC","abstract":"

    Considers 16 pixels to interpolate each value

    ","parent_name":"GPKGCoverageDataAlgorithm"},"Enums/GPKGExtensionScopeType.html#/c:@E@GPKGExtensionScopeType@GPKG_EST_READ_WRITE":{"name":"GPKG_EST_READ_WRITE","abstract":"

    Undocumented

    ","parent_name":"GPKGExtensionScopeType"},"Enums/GPKGExtensionScopeType.html#/c:@E@GPKGExtensionScopeType@GPKG_EST_WRITE_ONLY":{"name":"GPKG_EST_WRITE_ONLY","abstract":"

    Undocumented

    ","parent_name":"GPKGExtensionScopeType"},"Enums/GPKGCrsWktExtensionVersion.html#/c:@E@GPKGCrsWktExtensionVersion@GPKG_CRS_WKT_V_1":{"name":"GPKG_CRS_WKT_V_1","abstract":"

    Undocumented

    ","parent_name":"GPKGCrsWktExtensionVersion"},"Enums/GPKGCrsWktExtensionVersion.html#/c:@E@GPKGCrsWktExtensionVersion@GPKG_CRS_WKT_V_1_1":{"name":"GPKG_CRS_WKT_V_1_1","abstract":"

    Undocumented

    ","parent_name":"GPKGCrsWktExtensionVersion"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_GEOPACKAGE_BASE":{"name":"GPKG_DGIWG_REQ_GEOPACKAGE_BASE","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_GEOPACKAGE_OPTIONS":{"name":"GPKG_DGIWG_REQ_GEOPACKAGE_OPTIONS","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_EXTENSIONS_MANDATORY":{"name":"GPKG_DGIWG_REQ_EXTENSIONS_MANDATORY","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_EXTENSIONS_OPTIONAL":{"name":"GPKG_DGIWG_REQ_EXTENSIONS_OPTIONAL","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_EXTENSIONS_NOT_ALLOWED":{"name":"GPKG_DGIWG_REQ_EXTENSIONS_NOT_ALLOWED","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_EXTENSIONS_CONDITIONAL":{"name":"GPKG_DGIWG_REQ_EXTENSIONS_CONDITIONAL","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_CRS_RASTER_ALLOWED":{"name":"GPKG_DGIWG_REQ_CRS_RASTER_ALLOWED","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_CRS_RASTER_TILE_MATRIX_SET":{"name":"GPKG_DGIWG_REQ_CRS_RASTER_TILE_MATRIX_SET","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_CRS_2D_VECTOR":{"name":"GPKG_DGIWG_REQ_CRS_2D_VECTOR","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_CRS_3D_VECTOR":{"name":"GPKG_DGIWG_REQ_CRS_3D_VECTOR","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_CRS_WKT":{"name":"GPKG_DGIWG_REQ_CRS_WKT","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_CRS_COMPOUND":{"name":"GPKG_DGIWG_REQ_CRS_COMPOUND","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_CRS_COMPOUND_WKT":{"name":"GPKG_DGIWG_REQ_CRS_COMPOUND_WKT","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_METADATA_DMF":{"name":"GPKG_DGIWG_REQ_METADATA_DMF","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_METADATA_GPKG":{"name":"GPKG_DGIWG_REQ_METADATA_GPKG","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_METADATA_ROW":{"name":"GPKG_DGIWG_REQ_METADATA_ROW","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_METADATA_USER":{"name":"GPKG_DGIWG_REQ_METADATA_USER","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_METADATA_PRODUCT":{"name":"GPKG_DGIWG_REQ_METADATA_PRODUCT","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_METADATA_PRODUCT_PARTIAL":{"name":"GPKG_DGIWG_REQ_METADATA_PRODUCT_PARTIAL","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_VALIDITY_DATA_VALIDITY":{"name":"GPKG_DGIWG_REQ_VALIDITY_DATA_VALIDITY","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_TILE_SIZE_MATRIX":{"name":"GPKG_DGIWG_REQ_TILE_SIZE_MATRIX","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_TILE_SIZE_DATA":{"name":"GPKG_DGIWG_REQ_TILE_SIZE_DATA","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_ZOOM_FACTOR":{"name":"GPKG_DGIWG_REQ_ZOOM_FACTOR","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_ZOOM_MATRIX_SETS_MULTIPLE":{"name":"GPKG_DGIWG_REQ_ZOOM_MATRIX_SETS_MULTIPLE","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_ZOOM_MATRIX_SETS_ONE":{"name":"GPKG_DGIWG_REQ_ZOOM_MATRIX_SETS_ONE","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_BBOX_CRS":{"name":"GPKG_DGIWG_REQ_BBOX_CRS","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_METADATA_TILE":{"name":"GPKG_DGIWG_REQ_METADATA_TILE","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_METADATA_FEATURE":{"name":"GPKG_DGIWG_REQ_METADATA_FEATURE","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgDataType.html#/c:@E@GPKGDgiwgDataType@GPKG_DGIWG_DT_FEATURES_2D":{"name":"GPKG_DGIWG_DT_FEATURES_2D","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgDataType"},"Enums/GPKGDgiwgDataType.html#/c:@E@GPKGDgiwgDataType@GPKG_DGIWG_DT_FEATURES_3D":{"name":"GPKG_DGIWG_DT_FEATURES_3D","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgDataType"},"Enums/GPKGDgiwgDataType.html#/c:@E@GPKGDgiwgDataType@GPKG_DGIWG_DT_TILES_2D":{"name":"GPKG_DGIWG_DT_TILES_2D","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgDataType"},"Enums/GPKGDgiwgDataType.html#/c:@E@GPKGDgiwgDataType@GPKG_DGIWG_DT_TILES_3D":{"name":"GPKG_DGIWG_DT_TILES_3D","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgDataType"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_3035":{"name":"GPKG_DGIWG_CRS_EPSG_3035","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_3395":{"name":"GPKG_DGIWG_CRS_EPSG_3395","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_3857":{"name":"GPKG_DGIWG_CRS_EPSG_3857","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_3978":{"name":"GPKG_DGIWG_CRS_EPSG_3978","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_4326":{"name":"GPKG_DGIWG_CRS_EPSG_4326","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_4979":{"name":"GPKG_DGIWG_CRS_EPSG_4979","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_5041":{"name":"GPKG_DGIWG_CRS_EPSG_5041","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_5042":{"name":"GPKG_DGIWG_CRS_EPSG_5042","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_9518":{"name":"GPKG_DGIWG_CRS_EPSG_9518","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32601":{"name":"GPKG_DGIWG_CRS_EPSG_32601","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32602":{"name":"GPKG_DGIWG_CRS_EPSG_32602","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32603":{"name":"GPKG_DGIWG_CRS_EPSG_32603","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32604":{"name":"GPKG_DGIWG_CRS_EPSG_32604","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32605":{"name":"GPKG_DGIWG_CRS_EPSG_32605","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32606":{"name":"GPKG_DGIWG_CRS_EPSG_32606","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32607":{"name":"GPKG_DGIWG_CRS_EPSG_32607","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32608":{"name":"GPKG_DGIWG_CRS_EPSG_32608","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32609":{"name":"GPKG_DGIWG_CRS_EPSG_32609","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32610":{"name":"GPKG_DGIWG_CRS_EPSG_32610","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32611":{"name":"GPKG_DGIWG_CRS_EPSG_32611","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32612":{"name":"GPKG_DGIWG_CRS_EPSG_32612","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32613":{"name":"GPKG_DGIWG_CRS_EPSG_32613","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32614":{"name":"GPKG_DGIWG_CRS_EPSG_32614","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32615":{"name":"GPKG_DGIWG_CRS_EPSG_32615","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32616":{"name":"GPKG_DGIWG_CRS_EPSG_32616","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32617":{"name":"GPKG_DGIWG_CRS_EPSG_32617","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32618":{"name":"GPKG_DGIWG_CRS_EPSG_32618","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32619":{"name":"GPKG_DGIWG_CRS_EPSG_32619","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32620":{"name":"GPKG_DGIWG_CRS_EPSG_32620","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32621":{"name":"GPKG_DGIWG_CRS_EPSG_32621","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32622":{"name":"GPKG_DGIWG_CRS_EPSG_32622","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32623":{"name":"GPKG_DGIWG_CRS_EPSG_32623","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32624":{"name":"GPKG_DGIWG_CRS_EPSG_32624","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32625":{"name":"GPKG_DGIWG_CRS_EPSG_32625","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32626":{"name":"GPKG_DGIWG_CRS_EPSG_32626","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32627":{"name":"GPKG_DGIWG_CRS_EPSG_32627","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32628":{"name":"GPKG_DGIWG_CRS_EPSG_32628","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32629":{"name":"GPKG_DGIWG_CRS_EPSG_32629","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32630":{"name":"GPKG_DGIWG_CRS_EPSG_32630","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32631":{"name":"GPKG_DGIWG_CRS_EPSG_32631","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32632":{"name":"GPKG_DGIWG_CRS_EPSG_32632","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32633":{"name":"GPKG_DGIWG_CRS_EPSG_32633","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32634":{"name":"GPKG_DGIWG_CRS_EPSG_32634","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32635":{"name":"GPKG_DGIWG_CRS_EPSG_32635","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32636":{"name":"GPKG_DGIWG_CRS_EPSG_32636","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32637":{"name":"GPKG_DGIWG_CRS_EPSG_32637","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32638":{"name":"GPKG_DGIWG_CRS_EPSG_32638","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32639":{"name":"GPKG_DGIWG_CRS_EPSG_32639","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32640":{"name":"GPKG_DGIWG_CRS_EPSG_32640","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32641":{"name":"GPKG_DGIWG_CRS_EPSG_32641","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32642":{"name":"GPKG_DGIWG_CRS_EPSG_32642","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32643":{"name":"GPKG_DGIWG_CRS_EPSG_32643","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32644":{"name":"GPKG_DGIWG_CRS_EPSG_32644","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32645":{"name":"GPKG_DGIWG_CRS_EPSG_32645","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32646":{"name":"GPKG_DGIWG_CRS_EPSG_32646","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32647":{"name":"GPKG_DGIWG_CRS_EPSG_32647","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32648":{"name":"GPKG_DGIWG_CRS_EPSG_32648","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32649":{"name":"GPKG_DGIWG_CRS_EPSG_32649","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32650":{"name":"GPKG_DGIWG_CRS_EPSG_32650","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32651":{"name":"GPKG_DGIWG_CRS_EPSG_32651","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32652":{"name":"GPKG_DGIWG_CRS_EPSG_32652","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32653":{"name":"GPKG_DGIWG_CRS_EPSG_32653","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32654":{"name":"GPKG_DGIWG_CRS_EPSG_32654","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32655":{"name":"GPKG_DGIWG_CRS_EPSG_32655","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32656":{"name":"GPKG_DGIWG_CRS_EPSG_32656","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32657":{"name":"GPKG_DGIWG_CRS_EPSG_32657","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32658":{"name":"GPKG_DGIWG_CRS_EPSG_32658","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32659":{"name":"GPKG_DGIWG_CRS_EPSG_32659","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32660":{"name":"GPKG_DGIWG_CRS_EPSG_32660","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32701":{"name":"GPKG_DGIWG_CRS_EPSG_32701","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32702":{"name":"GPKG_DGIWG_CRS_EPSG_32702","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32703":{"name":"GPKG_DGIWG_CRS_EPSG_32703","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32704":{"name":"GPKG_DGIWG_CRS_EPSG_32704","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32705":{"name":"GPKG_DGIWG_CRS_EPSG_32705","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32706":{"name":"GPKG_DGIWG_CRS_EPSG_32706","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32707":{"name":"GPKG_DGIWG_CRS_EPSG_32707","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32708":{"name":"GPKG_DGIWG_CRS_EPSG_32708","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32709":{"name":"GPKG_DGIWG_CRS_EPSG_32709","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32710":{"name":"GPKG_DGIWG_CRS_EPSG_32710","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32711":{"name":"GPKG_DGIWG_CRS_EPSG_32711","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32712":{"name":"GPKG_DGIWG_CRS_EPSG_32712","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32713":{"name":"GPKG_DGIWG_CRS_EPSG_32713","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32714":{"name":"GPKG_DGIWG_CRS_EPSG_32714","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32715":{"name":"GPKG_DGIWG_CRS_EPSG_32715","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32716":{"name":"GPKG_DGIWG_CRS_EPSG_32716","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32717":{"name":"GPKG_DGIWG_CRS_EPSG_32717","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32718":{"name":"GPKG_DGIWG_CRS_EPSG_32718","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32719":{"name":"GPKG_DGIWG_CRS_EPSG_32719","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32720":{"name":"GPKG_DGIWG_CRS_EPSG_32720","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32721":{"name":"GPKG_DGIWG_CRS_EPSG_32721","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32722":{"name":"GPKG_DGIWG_CRS_EPSG_32722","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32723":{"name":"GPKG_DGIWG_CRS_EPSG_32723","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32724":{"name":"GPKG_DGIWG_CRS_EPSG_32724","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32725":{"name":"GPKG_DGIWG_CRS_EPSG_32725","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32726":{"name":"GPKG_DGIWG_CRS_EPSG_32726","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32727":{"name":"GPKG_DGIWG_CRS_EPSG_32727","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32728":{"name":"GPKG_DGIWG_CRS_EPSG_32728","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32729":{"name":"GPKG_DGIWG_CRS_EPSG_32729","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32730":{"name":"GPKG_DGIWG_CRS_EPSG_32730","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32731":{"name":"GPKG_DGIWG_CRS_EPSG_32731","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32732":{"name":"GPKG_DGIWG_CRS_EPSG_32732","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32733":{"name":"GPKG_DGIWG_CRS_EPSG_32733","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32734":{"name":"GPKG_DGIWG_CRS_EPSG_32734","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32735":{"name":"GPKG_DGIWG_CRS_EPSG_32735","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32736":{"name":"GPKG_DGIWG_CRS_EPSG_32736","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32737":{"name":"GPKG_DGIWG_CRS_EPSG_32737","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32738":{"name":"GPKG_DGIWG_CRS_EPSG_32738","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32739":{"name":"GPKG_DGIWG_CRS_EPSG_32739","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32740":{"name":"GPKG_DGIWG_CRS_EPSG_32740","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32741":{"name":"GPKG_DGIWG_CRS_EPSG_32741","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32742":{"name":"GPKG_DGIWG_CRS_EPSG_32742","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32743":{"name":"GPKG_DGIWG_CRS_EPSG_32743","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32744":{"name":"GPKG_DGIWG_CRS_EPSG_32744","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32745":{"name":"GPKG_DGIWG_CRS_EPSG_32745","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32746":{"name":"GPKG_DGIWG_CRS_EPSG_32746","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32747":{"name":"GPKG_DGIWG_CRS_EPSG_32747","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32748":{"name":"GPKG_DGIWG_CRS_EPSG_32748","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32749":{"name":"GPKG_DGIWG_CRS_EPSG_32749","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32750":{"name":"GPKG_DGIWG_CRS_EPSG_32750","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32751":{"name":"GPKG_DGIWG_CRS_EPSG_32751","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32752":{"name":"GPKG_DGIWG_CRS_EPSG_32752","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32753":{"name":"GPKG_DGIWG_CRS_EPSG_32753","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32754":{"name":"GPKG_DGIWG_CRS_EPSG_32754","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32755":{"name":"GPKG_DGIWG_CRS_EPSG_32755","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32756":{"name":"GPKG_DGIWG_CRS_EPSG_32756","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32757":{"name":"GPKG_DGIWG_CRS_EPSG_32757","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32758":{"name":"GPKG_DGIWG_CRS_EPSG_32758","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32759":{"name":"GPKG_DGIWG_CRS_EPSG_32759","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32760":{"name":"GPKG_DGIWG_CRS_EPSG_32760","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGConstraintType.html#/c:@E@GPKGConstraintType@GPKG_CT_PRIMARY_KEY":{"name":"GPKG_CT_PRIMARY_KEY","abstract":"

    Undocumented

    ","parent_name":"GPKGConstraintType"},"Enums/GPKGConstraintType.html#/c:@E@GPKGConstraintType@GPKG_CT_UNIQUE":{"name":"GPKG_CT_UNIQUE","abstract":"

    Undocumented

    ","parent_name":"GPKGConstraintType"},"Enums/GPKGConstraintType.html#/c:@E@GPKGConstraintType@GPKG_CT_CHECK":{"name":"GPKG_CT_CHECK","abstract":"

    Undocumented

    ","parent_name":"GPKGConstraintType"},"Enums/GPKGConstraintType.html#/c:@E@GPKGConstraintType@GPKG_CT_FOREIGN_KEY":{"name":"GPKG_CT_FOREIGN_KEY","abstract":"

    Undocumented

    ","parent_name":"GPKGConstraintType"},"Enums/GPKGConstraintType.html#/c:@E@GPKGConstraintType@GPKG_CT_NOT_NULL":{"name":"GPKG_CT_NOT_NULL","abstract":"

    Undocumented

    ","parent_name":"GPKGConstraintType"},"Enums/GPKGConstraintType.html#/c:@E@GPKGConstraintType@GPKG_CT_DEFAULT":{"name":"GPKG_CT_DEFAULT","abstract":"

    Undocumented

    ","parent_name":"GPKGConstraintType"},"Enums/GPKGConstraintType.html#/c:@E@GPKGConstraintType@GPKG_CT_COLLATE":{"name":"GPKG_CT_COLLATE","abstract":"

    Undocumented

    ","parent_name":"GPKGConstraintType"},"Enums/GPKGConstraintType.html#/c:@E@GPKGConstraintType@GPKG_CT_AUTOINCREMENT":{"name":"GPKG_CT_AUTOINCREMENT","abstract":"

    Undocumented

    ","parent_name":"GPKGConstraintType"},"Enums/GPKGSQLiteMasterType.html#/c:@E@GPKGSQLiteMasterType@GPKG_SMT_TABLE":{"name":"GPKG_SMT_TABLE","abstract":"

    Undocumented

    ","parent_name":"GPKGSQLiteMasterType"},"Enums/GPKGSQLiteMasterType.html#/c:@E@GPKGSQLiteMasterType@GPKG_SMT_INDEX":{"name":"GPKG_SMT_INDEX","abstract":"

    Undocumented

    ","parent_name":"GPKGSQLiteMasterType"},"Enums/GPKGSQLiteMasterType.html#/c:@E@GPKGSQLiteMasterType@GPKG_SMT_VIEW":{"name":"GPKG_SMT_VIEW","abstract":"

    Undocumented

    ","parent_name":"GPKGSQLiteMasterType"},"Enums/GPKGSQLiteMasterType.html#/c:@E@GPKGSQLiteMasterType@GPKG_SMT_TRIGGER":{"name":"GPKG_SMT_TRIGGER","abstract":"

    Undocumented

    ","parent_name":"GPKGSQLiteMasterType"},"Enums/GPKGSQLiteMasterColumn.html#/c:@E@GPKGSQLiteMasterColumn@GPKG_SMC_TYPE":{"name":"GPKG_SMC_TYPE","abstract":"

    Undocumented

    ","parent_name":"GPKGSQLiteMasterColumn"},"Enums/GPKGSQLiteMasterColumn.html#/c:@E@GPKGSQLiteMasterColumn@GPKG_SMC_NAME":{"name":"GPKG_SMC_NAME","abstract":"

    Undocumented

    ","parent_name":"GPKGSQLiteMasterColumn"},"Enums/GPKGSQLiteMasterColumn.html#/c:@E@GPKGSQLiteMasterColumn@GPKG_SMC_TBL_NAME":{"name":"GPKG_SMC_TBL_NAME","abstract":"

    Undocumented

    ","parent_name":"GPKGSQLiteMasterColumn"},"Enums/GPKGSQLiteMasterColumn.html#/c:@E@GPKGSQLiteMasterColumn@GPKG_SMC_ROOTPAGE":{"name":"GPKG_SMC_ROOTPAGE","abstract":"

    Undocumented

    ","parent_name":"GPKGSQLiteMasterColumn"},"Enums/GPKGSQLiteMasterColumn.html#/c:@E@GPKGSQLiteMasterColumn@GPKG_SMC_SQL":{"name":"GPKG_SMC_SQL","abstract":"

    Undocumented

    ","parent_name":"GPKGSQLiteMasterColumn"},"Enums/GPKGDataType.html#/c:@E@GPKGDataType@GPKG_DT_BOOLEAN":{"name":"GPKG_DT_BOOLEAN","abstract":"

    Undocumented

    ","parent_name":"GPKGDataType"},"Enums/GPKGDataType.html#/c:@E@GPKGDataType@GPKG_DT_TINYINT":{"name":"GPKG_DT_TINYINT","abstract":"

    Undocumented

    ","parent_name":"GPKGDataType"},"Enums/GPKGDataType.html#/c:@E@GPKGDataType@GPKG_DT_SMALLINT":{"name":"GPKG_DT_SMALLINT","abstract":"

    Undocumented

    ","parent_name":"GPKGDataType"},"Enums/GPKGDataType.html#/c:@E@GPKGDataType@GPKG_DT_MEDIUMINT":{"name":"GPKG_DT_MEDIUMINT","abstract":"

    Undocumented

    ","parent_name":"GPKGDataType"},"Enums/GPKGDataType.html#/c:@E@GPKGDataType@GPKG_DT_INT":{"name":"GPKG_DT_INT","abstract":"

    Undocumented

    ","parent_name":"GPKGDataType"},"Enums/GPKGDataType.html#/c:@E@GPKGDataType@GPKG_DT_INTEGER":{"name":"GPKG_DT_INTEGER","abstract":"

    Undocumented

    ","parent_name":"GPKGDataType"},"Enums/GPKGDataType.html#/c:@E@GPKGDataType@GPKG_DT_FLOAT":{"name":"GPKG_DT_FLOAT","abstract":"

    Undocumented

    ","parent_name":"GPKGDataType"},"Enums/GPKGDataType.html#/c:@E@GPKGDataType@GPKG_DT_DOUBLE":{"name":"GPKG_DT_DOUBLE","abstract":"

    Undocumented

    ","parent_name":"GPKGDataType"},"Enums/GPKGDataType.html#/c:@E@GPKGDataType@GPKG_DT_REAL":{"name":"GPKG_DT_REAL","abstract":"

    Undocumented

    ","parent_name":"GPKGDataType"},"Enums/GPKGDataType.html#/c:@E@GPKGDataType@GPKG_DT_TEXT":{"name":"GPKG_DT_TEXT","abstract":"

    Undocumented

    ","parent_name":"GPKGDataType"},"Enums/GPKGDataType.html#/c:@E@GPKGDataType@GPKG_DT_BLOB":{"name":"GPKG_DT_BLOB","abstract":"

    Undocumented

    ","parent_name":"GPKGDataType"},"Enums/GPKGDataType.html#/c:@E@GPKGDataType@GPKG_DT_DATE":{"name":"GPKG_DT_DATE","abstract":"

    Undocumented

    ","parent_name":"GPKGDataType"},"Enums/GPKGDataType.html#/c:@E@GPKGDataType@GPKG_DT_DATETIME":{"name":"GPKG_DT_DATETIME","abstract":"

    Undocumented

    ","parent_name":"GPKGDataType"},"Enums/GPKGContentsDataType.html#/c:@E@GPKGContentsDataType@GPKG_CDT_FEATURES":{"name":"GPKG_CDT_FEATURES","abstract":"

    Undocumented

    ","parent_name":"GPKGContentsDataType"},"Enums/GPKGContentsDataType.html#/c:@E@GPKGContentsDataType@GPKG_CDT_TILES":{"name":"GPKG_CDT_TILES","abstract":"

    Undocumented

    ","parent_name":"GPKGContentsDataType"},"Enums/GPKGContentsDataType.html#/c:@E@GPKGContentsDataType@GPKG_CDT_ATTRIBUTES":{"name":"GPKG_CDT_ATTRIBUTES","abstract":"

    Undocumented

    ","parent_name":"GPKGContentsDataType"},"Enums/TIFFFieldType.html#/c:@E@TIFFFieldType@TIFF_FIELD_BYTE":{"name":"TIFF_FIELD_BYTE","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldType"},"Enums/TIFFFieldType.html#/c:@E@TIFFFieldType@TIFF_FIELD_ASCII":{"name":"TIFF_FIELD_ASCII","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldType"},"Enums/TIFFFieldType.html#/c:@E@TIFFFieldType@TIFF_FIELD_SHORT":{"name":"TIFF_FIELD_SHORT","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldType"},"Enums/TIFFFieldType.html#/c:@E@TIFFFieldType@TIFF_FIELD_LONG":{"name":"TIFF_FIELD_LONG","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldType"},"Enums/TIFFFieldType.html#/c:@E@TIFFFieldType@TIFF_FIELD_RATIONAL":{"name":"TIFF_FIELD_RATIONAL","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldType"},"Enums/TIFFFieldType.html#/c:@E@TIFFFieldType@TIFF_FIELD_SBYTE":{"name":"TIFF_FIELD_SBYTE","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldType"},"Enums/TIFFFieldType.html#/c:@E@TIFFFieldType@TIFF_FIELD_UNDEFINED":{"name":"TIFF_FIELD_UNDEFINED","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldType"},"Enums/TIFFFieldType.html#/c:@E@TIFFFieldType@TIFF_FIELD_SSHORT":{"name":"TIFF_FIELD_SSHORT","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldType"},"Enums/TIFFFieldType.html#/c:@E@TIFFFieldType@TIFF_FIELD_SLONG":{"name":"TIFF_FIELD_SLONG","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldType"},"Enums/TIFFFieldType.html#/c:@E@TIFFFieldType@TIFF_FIELD_SRATIONAL":{"name":"TIFF_FIELD_SRATIONAL","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldType"},"Enums/TIFFFieldType.html#/c:@E@TIFFFieldType@TIFF_FIELD_FLOAT":{"name":"TIFF_FIELD_FLOAT","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldType"},"Enums/TIFFFieldType.html#/c:@E@TIFFFieldType@TIFF_FIELD_DOUBLE":{"name":"TIFF_FIELD_DOUBLE","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_ARTIST":{"name":"TIFF_TAG_ARTIST","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_BITS_PER_SAMPLE":{"name":"TIFF_TAG_BITS_PER_SAMPLE","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_CELL_LENGTH":{"name":"TIFF_TAG_CELL_LENGTH","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_CELL_WIDTH":{"name":"TIFF_TAG_CELL_WIDTH","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_COLOR_MAP":{"name":"TIFF_TAG_COLOR_MAP","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_COMPRESSION":{"name":"TIFF_TAG_COMPRESSION","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_COPYRIGHT":{"name":"TIFF_TAG_COPYRIGHT","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_DATE_TIME":{"name":"TIFF_TAG_DATE_TIME","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_EXTRA_SAMPLES":{"name":"TIFF_TAG_EXTRA_SAMPLES","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_FILL_ORDER":{"name":"TIFF_TAG_FILL_ORDER","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_FREE_BYTE_COUNTS":{"name":"TIFF_TAG_FREE_BYTE_COUNTS","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_FREE_OFFSETS":{"name":"TIFF_TAG_FREE_OFFSETS","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_GRAY_RESPONSE_CURVE":{"name":"TIFF_TAG_GRAY_RESPONSE_CURVE","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_GRAY_RESPONSE_UNIT":{"name":"TIFF_TAG_GRAY_RESPONSE_UNIT","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_HOST_COMPUTER":{"name":"TIFF_TAG_HOST_COMPUTER","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_IMAGE_DESCRIPTION":{"name":"TIFF_TAG_IMAGE_DESCRIPTION","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_IMAGE_LENGTH":{"name":"TIFF_TAG_IMAGE_LENGTH","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_IMAGE_WIDTH":{"name":"TIFF_TAG_IMAGE_WIDTH","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_MAKE":{"name":"TIFF_TAG_MAKE","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_MAX_SAMPLE_VALUE":{"name":"TIFF_TAG_MAX_SAMPLE_VALUE","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_MIN_SAMPLE_VALUE":{"name":"TIFF_TAG_MIN_SAMPLE_VALUE","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_MODEL":{"name":"TIFF_TAG_MODEL","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_NEW_SUBFILE_TYPE":{"name":"TIFF_TAG_NEW_SUBFILE_TYPE","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_ORIENTATION":{"name":"TIFF_TAG_ORIENTATION","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_PHOTOMETRIC_INTERPRETATION":{"name":"TIFF_TAG_PHOTOMETRIC_INTERPRETATION","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_PLANAR_CONFIGURATION":{"name":"TIFF_TAG_PLANAR_CONFIGURATION","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_RESOLUTION_UNIT":{"name":"TIFF_TAG_RESOLUTION_UNIT","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_ROWS_PER_STRIP":{"name":"TIFF_TAG_ROWS_PER_STRIP","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_SAMPLES_PER_PIXEL":{"name":"TIFF_TAG_SAMPLES_PER_PIXEL","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_SOFTWARE":{"name":"TIFF_TAG_SOFTWARE","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_STRIP_BYTE_COUNTS":{"name":"TIFF_TAG_STRIP_BYTE_COUNTS","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_STRIP_OFFSETS":{"name":"TIFF_TAG_STRIP_OFFSETS","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_SUBFILE_TYPE":{"name":"TIFF_TAG_SUBFILE_TYPE","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_THRESHOLDING":{"name":"TIFF_TAG_THRESHOLDING","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_X_RESOLUTION":{"name":"TIFF_TAG_X_RESOLUTION","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_Y_RESOLUTION":{"name":"TIFF_TAG_Y_RESOLUTION","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_BAD_FAX_LINES":{"name":"TIFF_TAG_BAD_FAX_LINES","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_CLEAN_FAX_DATA":{"name":"TIFF_TAG_CLEAN_FAX_DATA","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_CLIP_PATH":{"name":"TIFF_TAG_CLIP_PATH","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_CONSECUTIVE_BAD_FAX_LINES":{"name":"TIFF_TAG_CONSECUTIVE_BAD_FAX_LINES","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_DECODE":{"name":"TIFF_TAG_DECODE","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_DEFAULT_IMAGE_COLOR":{"name":"TIFF_TAG_DEFAULT_IMAGE_COLOR","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_DOCUMENT_NAME":{"name":"TIFF_TAG_DOCUMENT_NAME","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_DOT_RANGE":{"name":"TIFF_TAG_DOT_RANGE","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_HALFTONE_HINTS":{"name":"TIFF_TAG_HALFTONE_HINTS","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_INDEXED":{"name":"TIFF_TAG_INDEXED","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_JPEG_TABLES":{"name":"TIFF_TAG_JPEG_TABLES","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_PAGE_NAME":{"name":"TIFF_TAG_PAGE_NAME","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_PAGE_NUMBER":{"name":"TIFF_TAG_PAGE_NUMBER","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_PREDICTOR":{"name":"TIFF_TAG_PREDICTOR","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_PRIMARY_CHROMATICITIES":{"name":"TIFF_TAG_PRIMARY_CHROMATICITIES","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_REFERENCE_BLACK_WHITE":{"name":"TIFF_TAG_REFERENCE_BLACK_WHITE","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_SAMPLE_FORMAT":{"name":"TIFF_TAG_SAMPLE_FORMAT","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_S_MIN_SAMPLE_VALUE":{"name":"TIFF_TAG_S_MIN_SAMPLE_VALUE","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_S_MAX_SAMPLE_VALUE":{"name":"TIFF_TAG_S_MAX_SAMPLE_VALUE","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_STRIP_ROW_COUNTS":{"name":"TIFF_TAG_STRIP_ROW_COUNTS","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_SUB_IFDS":{"name":"TIFF_TAG_SUB_IFDS","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_T4_OPTIONS":{"name":"TIFF_TAG_T4_OPTIONS","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_T6_OPTIONS":{"name":"TIFF_TAG_T6_OPTIONS","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_TILE_BYTE_COUNTS":{"name":"TIFF_TAG_TILE_BYTE_COUNTS","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_TILE_LENGTH":{"name":"TIFF_TAG_TILE_LENGTH","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_TILE_OFFSETS":{"name":"TIFF_TAG_TILE_OFFSETS","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_TILE_WIDTH":{"name":"TIFF_TAG_TILE_WIDTH","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_TRANSFER_FUNCTION":{"name":"TIFF_TAG_TRANSFER_FUNCTION","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_WHITE_POINT":{"name":"TIFF_TAG_WHITE_POINT","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_X_CLIP_PATH_UNITS":{"name":"TIFF_TAG_X_CLIP_PATH_UNITS","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_X_POSITION":{"name":"TIFF_TAG_X_POSITION","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_Y_CB_CR_COEFFICIENTS":{"name":"TIFF_TAG_Y_CB_CR_COEFFICIENTS","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_Y_CB_CR_POSITIONING":{"name":"TIFF_TAG_Y_CB_CR_POSITIONING","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_Y_CB_CR_SUB_SAMPLING":{"name":"TIFF_TAG_Y_CB_CR_SUB_SAMPLING","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_Y_CLIP_PATH_UNITS":{"name":"TIFF_TAG_Y_CLIP_PATH_UNITS","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_Y_POSITION":{"name":"TIFF_TAG_Y_POSITION","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_JPEG_PROC":{"name":"TIFF_TAG_JPEG_PROC","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_JPEG_INTERCHANGE_FORMAT":{"name":"TIFF_TAG_JPEG_INTERCHANGE_FORMAT","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_JPEG_INTERCHANGE_FORMAT_LENGTH":{"name":"TIFF_TAG_JPEG_INTERCHANGE_FORMAT_LENGTH","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_JPEG_RESTART_INTERVAL":{"name":"TIFF_TAG_JPEG_RESTART_INTERVAL","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_JPEG_LOSSLESS_PREDICTORS":{"name":"TIFF_TAG_JPEG_LOSSLESS_PREDICTORS","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_JPEG_POINT_TRANSFORMS":{"name":"TIFF_TAG_JPEG_POINT_TRANSFORMS","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_JPEG_Q_TABLES":{"name":"TIFF_TAG_JPEG_Q_TABLES","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_JPEG_DC_TABLES":{"name":"TIFF_TAG_JPEG_DC_TABLES","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_JPEG_AC_TABLES":{"name":"TIFF_TAG_JPEG_AC_TABLES","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_APERTURE_VALUE":{"name":"TIFF_TAG_APERTURE_VALUE","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_COLOR_SPACE":{"name":"TIFF_TAG_COLOR_SPACE","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_DATE_TIME_DIGITIZED":{"name":"TIFF_TAG_DATE_TIME_DIGITIZED","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_DATE_TIME_ORIGINAL":{"name":"TIFF_TAG_DATE_TIME_ORIGINAL","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_EXIF_IFD":{"name":"TIFF_TAG_EXIF_IFD","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_EXIF_VERSION":{"name":"TIFF_TAG_EXIF_VERSION","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_EXPOSURE_TIME":{"name":"TIFF_TAG_EXPOSURE_TIME","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_FILE_SOURCE":{"name":"TIFF_TAG_FILE_SOURCE","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_FLASH":{"name":"TIFF_TAG_FLASH","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_FLASHPIX_VERSION":{"name":"TIFF_TAG_FLASHPIX_VERSION","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_F_NUMBER":{"name":"TIFF_TAG_F_NUMBER","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_IMAGE_UNIQUE_ID":{"name":"TIFF_TAG_IMAGE_UNIQUE_ID","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_LIGHT_SOURCE":{"name":"TIFF_TAG_LIGHT_SOURCE","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_MAKER_NOTE":{"name":"TIFF_TAG_MAKER_NOTE","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_SHUTTER_SPEED_VALUE":{"name":"TIFF_TAG_SHUTTER_SPEED_VALUE","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_USER_COMMENT":{"name":"TIFF_TAG_USER_COMMENT","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_IPTC":{"name":"TIFF_TAG_IPTC","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_ICC_PROFILE":{"name":"TIFF_TAG_ICC_PROFILE","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_XMP":{"name":"TIFF_TAG_XMP","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_GDAL_METADATA":{"name":"TIFF_TAG_GDAL_METADATA","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_GDAL_NODATA":{"name":"TIFF_TAG_GDAL_NODATA","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_PHOTOSHOP":{"name":"TIFF_TAG_PHOTOSHOP","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_MODEL_PIXEL_SCALE":{"name":"TIFF_TAG_MODEL_PIXEL_SCALE","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_MODEL_TIEPOINT":{"name":"TIFF_TAG_MODEL_TIEPOINT","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_MODEL_TRANSFORMATION":{"name":"TIFF_TAG_MODEL_TRANSFORMATION","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_GEO_KEY_DIRECTORY":{"name":"TIFF_TAG_GEO_KEY_DIRECTORY","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_GEO_DOUBLE_PARAMS":{"name":"TIFF_TAG_GEO_DOUBLE_PARAMS","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_GEO_ASCII_PARAMS":{"name":"TIFF_TAG_GEO_ASCII_PARAMS","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/SFGeometryType.html#/c:@E@SFGeometryType@SF_GEOMETRY":{"name":"SF_GEOMETRY","abstract":"

    Undocumented

    ","parent_name":"SFGeometryType"},"Enums/SFGeometryType.html#/c:@E@SFGeometryType@SF_POINT":{"name":"SF_POINT","abstract":"

    Undocumented

    ","parent_name":"SFGeometryType"},"Enums/SFGeometryType.html#/c:@E@SFGeometryType@SF_LINESTRING":{"name":"SF_LINESTRING","abstract":"

    Undocumented

    ","parent_name":"SFGeometryType"},"Enums/SFGeometryType.html#/c:@E@SFGeometryType@SF_POLYGON":{"name":"SF_POLYGON","abstract":"

    Undocumented

    ","parent_name":"SFGeometryType"},"Enums/SFGeometryType.html#/c:@E@SFGeometryType@SF_MULTIPOINT":{"name":"SF_MULTIPOINT","abstract":"

    Undocumented

    ","parent_name":"SFGeometryType"},"Enums/SFGeometryType.html#/c:@E@SFGeometryType@SF_MULTILINESTRING":{"name":"SF_MULTILINESTRING","abstract":"

    Undocumented

    ","parent_name":"SFGeometryType"},"Enums/SFGeometryType.html#/c:@E@SFGeometryType@SF_MULTIPOLYGON":{"name":"SF_MULTIPOLYGON","abstract":"

    Undocumented

    ","parent_name":"SFGeometryType"},"Enums/SFGeometryType.html#/c:@E@SFGeometryType@SF_GEOMETRYCOLLECTION":{"name":"SF_GEOMETRYCOLLECTION","abstract":"

    Undocumented

    ","parent_name":"SFGeometryType"},"Enums/SFGeometryType.html#/c:@E@SFGeometryType@SF_CIRCULARSTRING":{"name":"SF_CIRCULARSTRING","abstract":"

    Undocumented

    ","parent_name":"SFGeometryType"},"Enums/SFGeometryType.html#/c:@E@SFGeometryType@SF_COMPOUNDCURVE":{"name":"SF_COMPOUNDCURVE","abstract":"

    Undocumented

    ","parent_name":"SFGeometryType"},"Enums/SFGeometryType.html#/c:@E@SFGeometryType@SF_CURVEPOLYGON":{"name":"SF_CURVEPOLYGON","abstract":"

    Undocumented

    ","parent_name":"SFGeometryType"},"Enums/SFGeometryType.html#/c:@E@SFGeometryType@SF_MULTICURVE":{"name":"SF_MULTICURVE","abstract":"

    Undocumented

    ","parent_name":"SFGeometryType"},"Enums/SFGeometryType.html#/c:@E@SFGeometryType@SF_MULTISURFACE":{"name":"SF_MULTISURFACE","abstract":"

    Undocumented

    ","parent_name":"SFGeometryType"},"Enums/SFGeometryType.html#/c:@E@SFGeometryType@SF_CURVE":{"name":"SF_CURVE","abstract":"

    Undocumented

    ","parent_name":"SFGeometryType"},"Enums/SFGeometryType.html#/c:@E@SFGeometryType@SF_SURFACE":{"name":"SF_SURFACE","abstract":"

    Undocumented

    ","parent_name":"SFGeometryType"},"Enums/SFGeometryType.html#/c:@E@SFGeometryType@SF_POLYHEDRALSURFACE":{"name":"SF_POLYHEDRALSURFACE","abstract":"

    Undocumented

    ","parent_name":"SFGeometryType"},"Enums/SFGeometryType.html#/c:@E@SFGeometryType@SF_TIN":{"name":"SF_TIN","abstract":"

    Undocumented

    ","parent_name":"SFGeometryType"},"Enums/SFGeometryType.html#/c:@E@SFGeometryType@SF_TRIANGLE":{"name":"SF_TRIANGLE","abstract":"

    Undocumented

    ","parent_name":"SFGeometryType"},"Enums/SFGeometryType.html#/c:@E@SFGeometryType@SF_NONE":{"name":"SF_NONE","abstract":"

    Undocumented

    ","parent_name":"SFGeometryType"},"Enums/SFFiniteFilterType.html#/c:@E@SFFiniteFilterType@SF_FF_FINITE":{"name":"SF_FF_FINITE","abstract":"

    Undocumented

    ","parent_name":"SFFiniteFilterType"},"Enums/SFFiniteFilterType.html#/c:@E@SFFiniteFilterType@SF_FF_FINITE_AND_INFINITE":{"name":"SF_FF_FINITE_AND_INFINITE","abstract":"

    Undocumented

    ","parent_name":"SFFiniteFilterType"},"Enums/SFFiniteFilterType.html#/c:@E@SFFiniteFilterType@SF_FF_FINITE_AND_NAN":{"name":"SF_FF_FINITE_AND_NAN","abstract":"

    Undocumented

    ","parent_name":"SFFiniteFilterType"},"Enums/SFEventType.html#/c:@E@SFEventType@SF_ET_LEFT":{"name":"SF_ET_LEFT","abstract":"

    Undocumented

    ","parent_name":"SFEventType"},"Enums/SFEventType.html#/c:@E@SFEventType@SF_ET_RIGHT":{"name":"SF_ET_RIGHT","abstract":"

    Undocumented

    ","parent_name":"SFEventType"},"Enums/SFGGeometryType.html#/c:@E@SFGGeometryType@SFG_GEOMETRY":{"name":"SFG_GEOMETRY","abstract":"

    Undocumented

    ","parent_name":"SFGGeometryType"},"Enums/SFGGeometryType.html#/c:@E@SFGGeometryType@SFG_POINT":{"name":"SFG_POINT","abstract":"

    Undocumented

    ","parent_name":"SFGGeometryType"},"Enums/SFGGeometryType.html#/c:@E@SFGGeometryType@SFG_LINESTRING":{"name":"SFG_LINESTRING","abstract":"

    Undocumented

    ","parent_name":"SFGGeometryType"},"Enums/SFGGeometryType.html#/c:@E@SFGGeometryType@SFG_POLYGON":{"name":"SFG_POLYGON","abstract":"

    Undocumented

    ","parent_name":"SFGGeometryType"},"Enums/SFGGeometryType.html#/c:@E@SFGGeometryType@SFG_MULTIPOINT":{"name":"SFG_MULTIPOINT","abstract":"

    Undocumented

    ","parent_name":"SFGGeometryType"},"Enums/SFGGeometryType.html#/c:@E@SFGGeometryType@SFG_MULTILINESTRING":{"name":"SFG_MULTILINESTRING","abstract":"

    Undocumented

    ","parent_name":"SFGGeometryType"},"Enums/SFGGeometryType.html#/c:@E@SFGGeometryType@SFG_MULTIPOLYGON":{"name":"SFG_MULTIPOLYGON","abstract":"

    Undocumented

    ","parent_name":"SFGGeometryType"},"Enums/SFGGeometryType.html#/c:@E@SFGGeometryType@SFG_GEOMETRYCOLLECTION":{"name":"SFG_GEOMETRYCOLLECTION","abstract":"

    Undocumented

    ","parent_name":"SFGGeometryType"},"Enums/PROJUnit.html#/c:@E@PROJUnit@PROJ_UNIT_DEGREES":{"name":"PROJ_UNIT_DEGREES","abstract":"

    Undocumented

    ","parent_name":"PROJUnit"},"Enums/PROJUnit.html#/c:@E@PROJUnit@PROJ_UNIT_METERS":{"name":"PROJ_UNIT_METERS","abstract":"

    Undocumented

    ","parent_name":"PROJUnit"},"Enums/PROJUnit.html#/c:@E@PROJUnit@PROJ_UNIT_NONE":{"name":"PROJ_UNIT_NONE","abstract":"

    Undocumented

    ","parent_name":"PROJUnit"},"Enums/PROJProjectionFactoryType.html#/c:@E@PROJProjectionFactoryType@PROJ_FACTORY_CACHE":{"name":"PROJ_FACTORY_CACHE","abstract":"

    Cached projections from previous retrievals

    ","parent_name":"PROJProjectionFactoryType"},"Enums/PROJProjectionFactoryType.html#/c:@E@PROJProjectionFactoryType@PROJ_FACTORY_DEFINITION":{"name":"PROJ_FACTORY_DEFINITION","abstract":"

    Well-Known Text Definition parsing and proj4 conversion

    ","parent_name":"PROJProjectionFactoryType"},"Enums/PROJProjectionFactoryType.html#/c:@E@PROJProjectionFactoryType@PROJ_FACTORY_PARAMETERS":{"name":"PROJ_FACTORY_PARAMETERS","abstract":"

    proj4 creation from proj4 projection parameters

    ","parent_name":"PROJProjectionFactoryType"},"Enums/PROJProjectionFactoryType.html#/c:@E@PROJProjectionFactoryType@PROJ_FACTORY_PROPERTIES":{"name":"PROJ_FACTORY_PROPERTIES","abstract":"

    Creation from project and custom properties of configured proj4 projection parameters

    ","parent_name":"PROJProjectionFactoryType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_MICROMETRE":{"name":"CRS_UNITS_MICROMETRE","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_MILLIMETRE":{"name":"CRS_UNITS_MILLIMETRE","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_METRE":{"name":"CRS_UNITS_METRE","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_KILOMETRE":{"name":"CRS_UNITS_KILOMETRE","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_GERMAN_LEGAL_METRE":{"name":"CRS_UNITS_GERMAN_LEGAL_METRE","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_US_SURVEY_FOOT":{"name":"CRS_UNITS_US_SURVEY_FOOT","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_FOOT":{"name":"CRS_UNITS_FOOT","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_MICRORADIAN":{"name":"CRS_UNITS_MICRORADIAN","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_MILLIRADIAN":{"name":"CRS_UNITS_MILLIRADIAN","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_RADIAN":{"name":"CRS_UNITS_RADIAN","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_ARC_SECOND":{"name":"CRS_UNITS_ARC_SECOND","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_ARC_MINUTE":{"name":"CRS_UNITS_ARC_MINUTE","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_DEGREE":{"name":"CRS_UNITS_DEGREE","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_GRAD":{"name":"CRS_UNITS_GRAD","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_UNITY":{"name":"CRS_UNITS_UNITY","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_BIN":{"name":"CRS_UNITS_BIN","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_PARTS_PER_MILLION":{"name":"CRS_UNITS_PARTS_PER_MILLION","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_PASCAL":{"name":"CRS_UNITS_PASCAL","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_HECTOPASCAL":{"name":"CRS_UNITS_HECTOPASCAL","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_MICROSECOND":{"name":"CRS_UNITS_MICROSECOND","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_MILLISECOND":{"name":"CRS_UNITS_MILLISECOND","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_SECOND":{"name":"CRS_UNITS_SECOND","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_MINUTE":{"name":"CRS_UNITS_MINUTE","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_HOUR":{"name":"CRS_UNITS_HOUR","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_DAY":{"name":"CRS_UNITS_DAY","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_YEAR":{"name":"CRS_UNITS_YEAR","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_CALENDAR_SECOND":{"name":"CRS_UNITS_CALENDAR_SECOND","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_CALENDAR_MONTH":{"name":"CRS_UNITS_CALENDAR_MONTH","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitType.html#/c:@E@CRSUnitType@CRS_UNIT_NONE":{"name":"CRS_UNIT_NONE","abstract":"

    Undocumented

    ","parent_name":"CRSUnitType"},"Enums/CRSUnitType.html#/c:@E@CRSUnitType@CRS_UNIT_ANGLE":{"name":"CRS_UNIT_ANGLE","abstract":"

    Undocumented

    ","parent_name":"CRSUnitType"},"Enums/CRSUnitType.html#/c:@E@CRSUnitType@CRS_UNIT_LENGTH":{"name":"CRS_UNIT_LENGTH","abstract":"

    Undocumented

    ","parent_name":"CRSUnitType"},"Enums/CRSUnitType.html#/c:@E@CRSUnitType@CRS_UNIT_PARAMETRIC":{"name":"CRS_UNIT_PARAMETRIC","abstract":"

    Undocumented

    ","parent_name":"CRSUnitType"},"Enums/CRSUnitType.html#/c:@E@CRSUnitType@CRS_UNIT_SCALE":{"name":"CRS_UNIT_SCALE","abstract":"

    Undocumented

    ","parent_name":"CRSUnitType"},"Enums/CRSUnitType.html#/c:@E@CRSUnitType@CRS_UNIT_TIME":{"name":"CRS_UNIT_TIME","abstract":"

    Undocumented

    ","parent_name":"CRSUnitType"},"Enums/CRSUnitType.html#/c:@E@CRSUnitType@CRS_UNIT":{"name":"CRS_UNIT","abstract":"

    Undocumented

    ","parent_name":"CRSUnitType"},"Enums/CRSType.html#/c:@E@CRSType@CRS_TYPE_BOUND":{"name":"CRS_TYPE_BOUND","abstract":"

    Undocumented

    ","parent_name":"CRSType"},"Enums/CRSType.html#/c:@E@CRSType@CRS_TYPE_COMPOUND":{"name":"CRS_TYPE_COMPOUND","abstract":"

    Undocumented

    ","parent_name":"CRSType"},"Enums/CRSType.html#/c:@E@CRSType@CRS_TYPE_CONCATENATED_OPERATION":{"name":"CRS_TYPE_CONCATENATED_OPERATION","abstract":"

    Undocumented

    ","parent_name":"CRSType"},"Enums/CRSType.html#/c:@E@CRSType@CRS_TYPE_COORDINATE_METADATA":{"name":"CRS_TYPE_COORDINATE_METADATA","abstract":"

    Undocumented

    ","parent_name":"CRSType"},"Enums/CRSType.html#/c:@E@CRSType@CRS_TYPE_COORDINATE_OPERATION":{"name":"CRS_TYPE_COORDINATE_OPERATION","abstract":"

    Undocumented

    ","parent_name":"CRSType"},"Enums/CRSType.html#/c:@E@CRSType@CRS_TYPE_DERIVED":{"name":"CRS_TYPE_DERIVED","abstract":"

    Undocumented

    ","parent_name":"CRSType"},"Enums/CRSType.html#/c:@E@CRSType@CRS_TYPE_ENGINEERING":{"name":"CRS_TYPE_ENGINEERING","abstract":"

    Undocumented

    ","parent_name":"CRSType"},"Enums/CRSType.html#/c:@E@CRSType@CRS_TYPE_GEODETIC":{"name":"CRS_TYPE_GEODETIC","abstract":"

    Undocumented

    ","parent_name":"CRSType"},"Enums/CRSType.html#/c:@E@CRSType@CRS_TYPE_GEOGRAPHIC":{"name":"CRS_TYPE_GEOGRAPHIC","abstract":"

    Undocumented

    ","parent_name":"CRSType"},"Enums/CRSType.html#/c:@E@CRSType@CRS_TYPE_PARAMETRIC":{"name":"CRS_TYPE_PARAMETRIC","abstract":"

    Undocumented

    ","parent_name":"CRSType"},"Enums/CRSType.html#/c:@E@CRSType@CRS_TYPE_POINT_MOTION_OPERATION":{"name":"CRS_TYPE_POINT_MOTION_OPERATION","abstract":"

    Undocumented

    ","parent_name":"CRSType"},"Enums/CRSType.html#/c:@E@CRSType@CRS_TYPE_PROJECTED":{"name":"CRS_TYPE_PROJECTED","abstract":"

    Undocumented

    ","parent_name":"CRSType"},"Enums/CRSType.html#/c:@E@CRSType@CRS_TYPE_TEMPORAL":{"name":"CRS_TYPE_TEMPORAL","abstract":"

    Undocumented

    ","parent_name":"CRSType"},"Enums/CRSType.html#/c:@E@CRSType@CRS_TYPE_VERTICAL":{"name":"CRS_TYPE_VERTICAL","abstract":"

    Undocumented

    ","parent_name":"CRSType"},"Enums/CRSPrimeMeridianType.html#/c:@E@CRSPrimeMeridianType@CRS_PM_GREENWICH":{"name":"CRS_PM_GREENWICH","abstract":"

    Undocumented

    ","parent_name":"CRSPrimeMeridianType"},"Enums/CRSPrimeMeridianType.html#/c:@E@CRSPrimeMeridianType@CRS_PM_LISBON":{"name":"CRS_PM_LISBON","abstract":"

    Undocumented

    ","parent_name":"CRSPrimeMeridianType"},"Enums/CRSPrimeMeridianType.html#/c:@E@CRSPrimeMeridianType@CRS_PM_PARIS":{"name":"CRS_PM_PARIS","abstract":"

    Undocumented

    ","parent_name":"CRSPrimeMeridianType"},"Enums/CRSPrimeMeridianType.html#/c:@E@CRSPrimeMeridianType@CRS_PM_BOGOTA":{"name":"CRS_PM_BOGOTA","abstract":"

    Undocumented

    ","parent_name":"CRSPrimeMeridianType"},"Enums/CRSPrimeMeridianType.html#/c:@E@CRSPrimeMeridianType@CRS_PM_MADRID":{"name":"CRS_PM_MADRID","abstract":"

    Undocumented

    ","parent_name":"CRSPrimeMeridianType"},"Enums/CRSPrimeMeridianType.html#/c:@E@CRSPrimeMeridianType@CRS_PM_ROME":{"name":"CRS_PM_ROME","abstract":"

    Undocumented

    ","parent_name":"CRSPrimeMeridianType"},"Enums/CRSPrimeMeridianType.html#/c:@E@CRSPrimeMeridianType@CRS_PM_BERN":{"name":"CRS_PM_BERN","abstract":"

    Undocumented

    ","parent_name":"CRSPrimeMeridianType"},"Enums/CRSPrimeMeridianType.html#/c:@E@CRSPrimeMeridianType@CRS_PM_JAKARTA":{"name":"CRS_PM_JAKARTA","abstract":"

    Undocumented

    ","parent_name":"CRSPrimeMeridianType"},"Enums/CRSPrimeMeridianType.html#/c:@E@CRSPrimeMeridianType@CRS_PM_FERRO":{"name":"CRS_PM_FERRO","abstract":"

    Undocumented

    ","parent_name":"CRSPrimeMeridianType"},"Enums/CRSPrimeMeridianType.html#/c:@E@CRSPrimeMeridianType@CRS_PM_BRUSSELS":{"name":"CRS_PM_BRUSSELS","abstract":"

    Undocumented

    ","parent_name":"CRSPrimeMeridianType"},"Enums/CRSPrimeMeridianType.html#/c:@E@CRSPrimeMeridianType@CRS_PM_STOCKHOLM":{"name":"CRS_PM_STOCKHOLM","abstract":"

    Undocumented

    ","parent_name":"CRSPrimeMeridianType"},"Enums/CRSPrimeMeridianType.html#/c:@E@CRSPrimeMeridianType@CRS_PM_ATHENS":{"name":"CRS_PM_ATHENS","abstract":"

    Undocumented

    ","parent_name":"CRSPrimeMeridianType"},"Enums/CRSPrimeMeridianType.html#/c:@E@CRSPrimeMeridianType@CRS_PM_OSLO":{"name":"CRS_PM_OSLO","abstract":"

    Undocumented

    ","parent_name":"CRSPrimeMeridianType"},"Enums/CRSOperationType.html#/c:@E@CRSOperationType@CRS_OPERATION_COORDINATE":{"name":"CRS_OPERATION_COORDINATE","abstract":"

    Undocumented

    ","parent_name":"CRSOperationType"},"Enums/CRSOperationType.html#/c:@E@CRSOperationType@CRS_OPERATION_POINT_MOTION":{"name":"CRS_OPERATION_POINT_MOTION","abstract":"

    Undocumented

    ","parent_name":"CRSOperationType"},"Enums/CRSOperationType.html#/c:@E@CRSOperationType@CRS_OPERATION_MAP_PROJECTION":{"name":"CRS_OPERATION_MAP_PROJECTION","abstract":"

    Undocumented

    ","parent_name":"CRSOperationType"},"Enums/CRSOperationType.html#/c:@E@CRSOperationType@CRS_OPERATION_DERIVING_CONVERSION":{"name":"CRS_OPERATION_DERIVING_CONVERSION","abstract":"

    Undocumented

    ","parent_name":"CRSOperationType"},"Enums/CRSOperationType.html#/c:@E@CRSOperationType@CRS_OPERATION_ABRIDGED_COORDINATE_TRANSFORMATION":{"name":"CRS_OPERATION_ABRIDGED_COORDINATE_TRANSFORMATION","abstract":"

    Undocumented

    ","parent_name":"CRSOperationType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_ANGLE_FROM_RECTIFIED_TO_SKEW_GRID":{"name":"CRS_PARAMETER_ANGLE_FROM_RECTIFIED_TO_SKEW_GRID","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_AZIMUTH_OF_INITIAL_LINE":{"name":"CRS_PARAMETER_AZIMUTH_OF_INITIAL_LINE","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_CO_LATITUDE_OF_CONE_AXIS":{"name":"CRS_PARAMETER_CO_LATITUDE_OF_CONE_AXIS","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_EASTING_AT_FALSE_ORIGIN":{"name":"CRS_PARAMETER_EASTING_AT_FALSE_ORIGIN","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_EASTING_AT_PROJECTION_CENTRE":{"name":"CRS_PARAMETER_EASTING_AT_PROJECTION_CENTRE","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_ELLIPSOIDAL_HEIGHT_DIFFERENCE_FILE":{"name":"CRS_PARAMETER_ELLIPSOIDAL_HEIGHT_DIFFERENCE_FILE","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_FALSE_EASTING":{"name":"CRS_PARAMETER_FALSE_EASTING","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_FALSE_NORTHING":{"name":"CRS_PARAMETER_FALSE_NORTHING","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_LATITUDE_AND_LONGITUDE_DIFFERENCE_FILE":{"name":"CRS_PARAMETER_LATITUDE_AND_LONGITUDE_DIFFERENCE_FILE","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_LATITUDE_DIFFERENCE_FILE":{"name":"CRS_PARAMETER_LATITUDE_DIFFERENCE_FILE","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_LATITUDE_OF_1ST_STANDARD_PARALLEL":{"name":"CRS_PARAMETER_LATITUDE_OF_1ST_STANDARD_PARALLEL","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_LATITUDE_OF_2ND_STANDARD_PARALLEL":{"name":"CRS_PARAMETER_LATITUDE_OF_2ND_STANDARD_PARALLEL","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_LATITUDE_OF_FALSE_ORIGIN":{"name":"CRS_PARAMETER_LATITUDE_OF_FALSE_ORIGIN","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_LATITUDE_OF_NATURAL_ORIGIN":{"name":"CRS_PARAMETER_LATITUDE_OF_NATURAL_ORIGIN","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_LATITUDE_OF_PROJECTION_CENTRE":{"name":"CRS_PARAMETER_LATITUDE_OF_PROJECTION_CENTRE","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_LATITUDE_OF_PSEUDO_STANDARD_PARALLEL":{"name":"CRS_PARAMETER_LATITUDE_OF_PSEUDO_STANDARD_PARALLEL","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_LONGITUDE_DIFFERENCE_FILE":{"name":"CRS_PARAMETER_LONGITUDE_DIFFERENCE_FILE","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_LONGITUDE_OF_FALSE_ORIGIN":{"name":"CRS_PARAMETER_LONGITUDE_OF_FALSE_ORIGIN","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_LONGITUDE_OF_NATURAL_ORIGIN":{"name":"CRS_PARAMETER_LONGITUDE_OF_NATURAL_ORIGIN","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_LONGITUDE_OF_ORIGIN":{"name":"CRS_PARAMETER_LONGITUDE_OF_ORIGIN","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_LONGITUDE_OF_PROJECTION_CENTRE":{"name":"CRS_PARAMETER_LONGITUDE_OF_PROJECTION_CENTRE","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_NORTHING_AT_FALSE_ORIGIN":{"name":"CRS_PARAMETER_NORTHING_AT_FALSE_ORIGIN","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_NORTHING_AT_PROJECTION_CENTRE":{"name":"CRS_PARAMETER_NORTHING_AT_PROJECTION_CENTRE","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_ORDINATE_1_OF_EVALUATION_POINT":{"name":"CRS_PARAMETER_ORDINATE_1_OF_EVALUATION_POINT","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_ORDINATE_2_OF_EVALUATION_POINT":{"name":"CRS_PARAMETER_ORDINATE_2_OF_EVALUATION_POINT","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_ORDINATE_3_OF_EVALUATION_POINT":{"name":"CRS_PARAMETER_ORDINATE_3_OF_EVALUATION_POINT","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_SCALE_DIFFERENCE":{"name":"CRS_PARAMETER_SCALE_DIFFERENCE","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_SCALE_FACTOR_AT_NATURAL_ORIGIN":{"name":"CRS_PARAMETER_SCALE_FACTOR_AT_NATURAL_ORIGIN","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_SCALE_FACTOR_ON_INITIAL_LINE":{"name":"CRS_PARAMETER_SCALE_FACTOR_ON_INITIAL_LINE","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_SCALE_FACTOR_ON_PSEUDO_STANDARD_PARALLEL":{"name":"CRS_PARAMETER_SCALE_FACTOR_ON_PSEUDO_STANDARD_PARALLEL","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_VERTICAL_OFFSET":{"name":"CRS_PARAMETER_VERTICAL_OFFSET","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_X_AXIS_ROTATION":{"name":"CRS_PARAMETER_X_AXIS_ROTATION","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_X_AXIS_TRANSLATION":{"name":"CRS_PARAMETER_X_AXIS_TRANSLATION","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_Y_AXIS_ROTATION":{"name":"CRS_PARAMETER_Y_AXIS_ROTATION","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_Y_AXIS_TRANSLATION":{"name":"CRS_PARAMETER_Y_AXIS_TRANSLATION","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_Z_AXIS_ROTATION":{"name":"CRS_PARAMETER_Z_AXIS_ROTATION","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_Z_AXIS_TRANSLATION":{"name":"CRS_PARAMETER_Z_AXIS_TRANSLATION","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_ALBERS_EQUAL_AREA":{"name":"CRS_METHOD_ALBERS_EQUAL_AREA","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_AMERICAN_POLYCONIC":{"name":"CRS_METHOD_AMERICAN_POLYCONIC","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_CASSINI_SOLDNER":{"name":"CRS_METHOD_CASSINI_SOLDNER","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_COORDINATE_FRAME_ROTATION":{"name":"CRS_METHOD_COORDINATE_FRAME_ROTATION","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_EQUIDISTANT_CYLINDRICAL":{"name":"CRS_METHOD_EQUIDISTANT_CYLINDRICAL","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_GEOCENTRIC_TRANSLATIONS":{"name":"CRS_METHOD_GEOCENTRIC_TRANSLATIONS","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_HOTINE_OBLIQUE_MERCATOR_A":{"name":"CRS_METHOD_HOTINE_OBLIQUE_MERCATOR_A","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_HOTINE_OBLIQUE_MERCATOR_B":{"name":"CRS_METHOD_HOTINE_OBLIQUE_MERCATOR_B","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_KROVAK":{"name":"CRS_METHOD_KROVAK","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_LAMBERT_AZIMUTHAL_EQUAL_AREA":{"name":"CRS_METHOD_LAMBERT_AZIMUTHAL_EQUAL_AREA","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_LAMBERT_CONIC_CONFORMAL_1SP":{"name":"CRS_METHOD_LAMBERT_CONIC_CONFORMAL_1SP","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_LAMBERT_CONIC_CONFORMAL_2SP":{"name":"CRS_METHOD_LAMBERT_CONIC_CONFORMAL_2SP","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_LAMBERT_CYLINDRICAL_EQUAL_AREA":{"name":"CRS_METHOD_LAMBERT_CYLINDRICAL_EQUAL_AREA","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_LONGITUDE_ROTATION":{"name":"CRS_METHOD_LONGITUDE_ROTATION","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_MERCATOR_A":{"name":"CRS_METHOD_MERCATOR_A","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_MERCATOR_B":{"name":"CRS_METHOD_MERCATOR_B","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_MOLODENSKY_BADEKAS":{"name":"CRS_METHOD_MOLODENSKY_BADEKAS","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_NADCON":{"name":"CRS_METHOD_NADCON","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_NADCON5":{"name":"CRS_METHOD_NADCON5","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_NEW_ZEALAND_MAP_GRID":{"name":"CRS_METHOD_NEW_ZEALAND_MAP_GRID","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_NTV2":{"name":"CRS_METHOD_NTV2","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_OBLIQUE_STEREOGRAPHIC":{"name":"CRS_METHOD_OBLIQUE_STEREOGRAPHIC","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_POLAR_STEREOGRAPHIC_A":{"name":"CRS_METHOD_POLAR_STEREOGRAPHIC_A","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_POLAR_STEREOGRAPHIC_B":{"name":"CRS_METHOD_POLAR_STEREOGRAPHIC_B","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_POLAR_STEREOGRAPHIC_C":{"name":"CRS_METHOD_POLAR_STEREOGRAPHIC_C","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_POPULAR_VISUALISATION_PSEUDO_MERCATOR":{"name":"CRS_METHOD_POPULAR_VISUALISATION_PSEUDO_MERCATOR","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_POSITION_VECTOR_TRANSFORMATION":{"name":"CRS_METHOD_POSITION_VECTOR_TRANSFORMATION","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_TRANSVERSE_MERCATOR":{"name":"CRS_METHOD_TRANSVERSE_MERCATOR","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_TRANSVERSE_MERCATOR_SOUTH_ORIENTATED":{"name":"CRS_METHOD_TRANSVERSE_MERCATOR_SOUTH_ORIENTATED","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_VERTICAL_OFFSET":{"name":"CRS_METHOD_VERTICAL_OFFSET","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_ABRIDGEDTRANSFORMATION":{"name":"CRS_KEYWORD_ABRIDGEDTRANSFORMATION","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_ANCHOR":{"name":"CRS_KEYWORD_ANCHOR","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_ANGLEUNIT":{"name":"CRS_KEYWORD_ANGLEUNIT","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_AREA":{"name":"CRS_KEYWORD_AREA","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_AXIS":{"name":"CRS_KEYWORD_AXIS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_BASEENGCRS":{"name":"CRS_KEYWORD_BASEENGCRS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_BASEGEODCRS":{"name":"CRS_KEYWORD_BASEGEODCRS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_BASEGEOGCRS":{"name":"CRS_KEYWORD_BASEGEOGCRS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_BASEPARAMCRS":{"name":"CRS_KEYWORD_BASEPARAMCRS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_BASEPROJCRS":{"name":"CRS_KEYWORD_BASEPROJCRS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_BASETIMECRS":{"name":"CRS_KEYWORD_BASETIMECRS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_BASEVERTCRS":{"name":"CRS_KEYWORD_BASEVERTCRS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_BBOX":{"name":"CRS_KEYWORD_BBOX","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_BEARING":{"name":"CRS_KEYWORD_BEARING","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_BOUNDCRS":{"name":"CRS_KEYWORD_BOUNDCRS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_CALENDAR":{"name":"CRS_KEYWORD_CALENDAR","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_CITATION":{"name":"CRS_KEYWORD_CITATION","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_CONVERSION":{"name":"CRS_KEYWORD_CONVERSION","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_COMPOUNDCRS":{"name":"CRS_KEYWORD_COMPOUNDCRS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_CONCATENATEDOPERATION":{"name":"CRS_KEYWORD_CONCATENATEDOPERATION","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_COORDINATEMETADATA":{"name":"CRS_KEYWORD_COORDINATEMETADATA","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_COORDINATEOPERATION":{"name":"CRS_KEYWORD_COORDINATEOPERATION","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_CS":{"name":"CRS_KEYWORD_CS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_DATUM":{"name":"CRS_KEYWORD_DATUM","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_DERIVEDPROJCRS":{"name":"CRS_KEYWORD_DERIVEDPROJCRS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_DERIVINGCONVERSION":{"name":"CRS_KEYWORD_DERIVINGCONVERSION","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_DYNAMIC":{"name":"CRS_KEYWORD_DYNAMIC","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_EDATUM":{"name":"CRS_KEYWORD_EDATUM","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_ELLIPSOID":{"name":"CRS_KEYWORD_ELLIPSOID","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_ENGCRS":{"name":"CRS_KEYWORD_ENGCRS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_ENSEMBLE":{"name":"CRS_KEYWORD_ENSEMBLE","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_ENSEMBLEACCURACY":{"name":"CRS_KEYWORD_ENSEMBLEACCURACY","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_EPOCH":{"name":"CRS_KEYWORD_EPOCH","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_EXTENSION":{"name":"CRS_KEYWORD_EXTENSION","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_FRAMEEPOCH":{"name":"CRS_KEYWORD_FRAMEEPOCH","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_GEOCCS":{"name":"CRS_KEYWORD_GEOCCS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_GEODCRS":{"name":"CRS_KEYWORD_GEODCRS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_GEOGCS":{"name":"CRS_KEYWORD_GEOGCS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_GEOGCRS":{"name":"CRS_KEYWORD_GEOGCRS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_GEOIDMODEL":{"name":"CRS_KEYWORD_GEOIDMODEL","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_ID":{"name":"CRS_KEYWORD_ID","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_INTERPOLATIONCRS":{"name":"CRS_KEYWORD_INTERPOLATIONCRS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_LENGTHUNIT":{"name":"CRS_KEYWORD_LENGTHUNIT","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_LOCAL_CS":{"name":"CRS_KEYWORD_LOCAL_CS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_MEMBER":{"name":"CRS_KEYWORD_MEMBER","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_MERIDIAN":{"name":"CRS_KEYWORD_MERIDIAN","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_METHOD":{"name":"CRS_KEYWORD_METHOD","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_MODEL":{"name":"CRS_KEYWORD_MODEL","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_OPERATIONACCURACY":{"name":"CRS_KEYWORD_OPERATIONACCURACY","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_ORDER":{"name":"CRS_KEYWORD_ORDER","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_PARAMETER":{"name":"CRS_KEYWORD_PARAMETER","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_PARAMETERFILE":{"name":"CRS_KEYWORD_PARAMETERFILE","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_PARAMETRICCRS":{"name":"CRS_KEYWORD_PARAMETRICCRS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_PARAMETRICUNIT":{"name":"CRS_KEYWORD_PARAMETRICUNIT","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_PDATUM":{"name":"CRS_KEYWORD_PDATUM","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_POINTMOTIONOPERATION":{"name":"CRS_KEYWORD_POINTMOTIONOPERATION","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_PRIMEM":{"name":"CRS_KEYWORD_PRIMEM","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_PROJCRS":{"name":"CRS_KEYWORD_PROJCRS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_PROJCS":{"name":"CRS_KEYWORD_PROJCS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_REMARK":{"name":"CRS_KEYWORD_REMARK","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_SCALEUNIT":{"name":"CRS_KEYWORD_SCALEUNIT","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_SCOPE":{"name":"CRS_KEYWORD_SCOPE","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_SOURCECRS":{"name":"CRS_KEYWORD_SOURCECRS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_STEP":{"name":"CRS_KEYWORD_STEP","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_TARGETCRS":{"name":"CRS_KEYWORD_TARGETCRS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_TDATUM":{"name":"CRS_KEYWORD_TDATUM","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_TIMECRS":{"name":"CRS_KEYWORD_TIMECRS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_TIMEEXTENT":{"name":"CRS_KEYWORD_TIMEEXTENT","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_TIMEORIGIN":{"name":"CRS_KEYWORD_TIMEORIGIN","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_TIMEUNIT":{"name":"CRS_KEYWORD_TIMEUNIT","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_TOWGS84":{"name":"CRS_KEYWORD_TOWGS84","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_TRIAXIAL":{"name":"CRS_KEYWORD_TRIAXIAL","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_USAGE":{"name":"CRS_KEYWORD_USAGE","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_URI":{"name":"CRS_KEYWORD_URI","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_VDATUM":{"name":"CRS_KEYWORD_VDATUM","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_VERSION":{"name":"CRS_KEYWORD_VERSION","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_VERT_CS":{"name":"CRS_KEYWORD_VERT_CS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_VERTCRS":{"name":"CRS_KEYWORD_VERTCRS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_VERTICALEXTENT":{"name":"CRS_KEYWORD_VERTICALEXTENT","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSGeoDatumType.html#/c:@E@CRSGeoDatumType@CRS_DATUM_WGS84":{"name":"CRS_DATUM_WGS84","abstract":"

    Undocumented

    ","parent_name":"CRSGeoDatumType"},"Enums/CRSGeoDatumType.html#/c:@E@CRSGeoDatumType@CRS_DATUM_GGRS87":{"name":"CRS_DATUM_GGRS87","abstract":"

    Undocumented

    ","parent_name":"CRSGeoDatumType"},"Enums/CRSGeoDatumType.html#/c:@E@CRSGeoDatumType@CRS_DATUM_NAD83":{"name":"CRS_DATUM_NAD83","abstract":"

    Undocumented

    ","parent_name":"CRSGeoDatumType"},"Enums/CRSGeoDatumType.html#/c:@E@CRSGeoDatumType@CRS_DATUM_ETRS89":{"name":"CRS_DATUM_ETRS89","abstract":"

    Undocumented

    ","parent_name":"CRSGeoDatumType"},"Enums/CRSGeoDatumType.html#/c:@E@CRSGeoDatumType@CRS_DATUM_NAD27":{"name":"CRS_DATUM_NAD27","abstract":"

    Undocumented

    ","parent_name":"CRSGeoDatumType"},"Enums/CRSGeoDatumType.html#/c:@E@CRSGeoDatumType@CRS_DATUM_POTSDAM":{"name":"CRS_DATUM_POTSDAM","abstract":"

    Undocumented

    ","parent_name":"CRSGeoDatumType"},"Enums/CRSGeoDatumType.html#/c:@E@CRSGeoDatumType@CRS_DATUM_CARTHAGE":{"name":"CRS_DATUM_CARTHAGE","abstract":"

    Undocumented

    ","parent_name":"CRSGeoDatumType"},"Enums/CRSGeoDatumType.html#/c:@E@CRSGeoDatumType@CRS_DATUM_HERMANNSKOGEL":{"name":"CRS_DATUM_HERMANNSKOGEL","abstract":"

    Undocumented

    ","parent_name":"CRSGeoDatumType"},"Enums/CRSGeoDatumType.html#/c:@E@CRSGeoDatumType@CRS_DATUM_IRE65":{"name":"CRS_DATUM_IRE65","abstract":"

    Undocumented

    ","parent_name":"CRSGeoDatumType"},"Enums/CRSGeoDatumType.html#/c:@E@CRSGeoDatumType@CRS_DATUM_NZGD49":{"name":"CRS_DATUM_NZGD49","abstract":"

    Undocumented

    ","parent_name":"CRSGeoDatumType"},"Enums/CRSGeoDatumType.html#/c:@E@CRSGeoDatumType@CRS_DATUM_OSGB36":{"name":"CRS_DATUM_OSGB36","abstract":"

    Undocumented

    ","parent_name":"CRSGeoDatumType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_INTERNATIONAL":{"name":"CRS_ELLIPSOIDS_INTERNATIONAL","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_BESSEL":{"name":"CRS_ELLIPSOIDS_BESSEL","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_CLARKE_1866":{"name":"CRS_ELLIPSOIDS_CLARKE_1866","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_CLARKE_1880":{"name":"CRS_ELLIPSOIDS_CLARKE_1880","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_AIRY":{"name":"CRS_ELLIPSOIDS_AIRY","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_WGS60":{"name":"CRS_ELLIPSOIDS_WGS60","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_WGS66":{"name":"CRS_ELLIPSOIDS_WGS66","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_WGS72":{"name":"CRS_ELLIPSOIDS_WGS72","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_WGS84":{"name":"CRS_ELLIPSOIDS_WGS84","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_KRASSOVSKY":{"name":"CRS_ELLIPSOIDS_KRASSOVSKY","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_EVEREST":{"name":"CRS_ELLIPSOIDS_EVEREST","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_INTERNATIONAL_1967":{"name":"CRS_ELLIPSOIDS_INTERNATIONAL_1967","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_GRS80":{"name":"CRS_ELLIPSOIDS_GRS80","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_AUSTRALIAN":{"name":"CRS_ELLIPSOIDS_AUSTRALIAN","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_MERIT":{"name":"CRS_ELLIPSOIDS_MERIT","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_SGS85":{"name":"CRS_ELLIPSOIDS_SGS85","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_IAU76":{"name":"CRS_ELLIPSOIDS_IAU76","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_APL4_9":{"name":"CRS_ELLIPSOIDS_APL4_9","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_NWL9D":{"name":"CRS_ELLIPSOIDS_NWL9D","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_MOD_AIRY":{"name":"CRS_ELLIPSOIDS_MOD_AIRY","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_ANDRAE":{"name":"CRS_ELLIPSOIDS_ANDRAE","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_AUST_SA":{"name":"CRS_ELLIPSOIDS_AUST_SA","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_GRS67":{"name":"CRS_ELLIPSOIDS_GRS67","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_BESS_NAM":{"name":"CRS_ELLIPSOIDS_BESS_NAM","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_CPM":{"name":"CRS_ELLIPSOIDS_CPM","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_DELMBR":{"name":"CRS_ELLIPSOIDS_DELMBR","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_ENGELIS":{"name":"CRS_ELLIPSOIDS_ENGELIS","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_EVRST48":{"name":"CRS_ELLIPSOIDS_EVRST48","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_EVRST56":{"name":"CRS_ELLIPSOIDS_EVRST56","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_EVRTS69":{"name":"CRS_ELLIPSOIDS_EVRTS69","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_EVRTSTSS":{"name":"CRS_ELLIPSOIDS_EVRTSTSS","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_FRSCH60":{"name":"CRS_ELLIPSOIDS_FRSCH60","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_FSRCH60M":{"name":"CRS_ELLIPSOIDS_FSRCH60M","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_FSCHR68":{"name":"CRS_ELLIPSOIDS_FSCHR68","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_HELMERT":{"name":"CRS_ELLIPSOIDS_HELMERT","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_HOUGH":{"name":"CRS_ELLIPSOIDS_HOUGH","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_KAULA":{"name":"CRS_ELLIPSOIDS_KAULA","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_LERCH":{"name":"CRS_ELLIPSOIDS_LERCH","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_MPRTS":{"name":"CRS_ELLIPSOIDS_MPRTS","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_PLESSIS":{"name":"CRS_ELLIPSOIDS_PLESSIS","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_SEASIA":{"name":"CRS_ELLIPSOIDS_SEASIA","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_WALBECK":{"name":"CRS_ELLIPSOIDS_WALBECK","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_NAD27":{"name":"CRS_ELLIPSOIDS_NAD27","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_NAD83":{"name":"CRS_ELLIPSOIDS_NAD83","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_SPHERE":{"name":"CRS_ELLIPSOIDS_SPHERE","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidType.html#/c:@E@CRSEllipsoidType@CRS_ELLIPSOID_OBLATE":{"name":"CRS_ELLIPSOID_OBLATE","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidType"},"Enums/CRSEllipsoidType.html#/c:@E@CRSEllipsoidType@CRS_ELLIPSOID_TRIAXIAL":{"name":"CRS_ELLIPSOID_TRIAXIAL","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidType"},"Enums/CRSCoordinateSystemType.html#/c:@E@CRSCoordinateSystemType@CRS_CS_AFFINE":{"name":"CRS_CS_AFFINE","abstract":"

    Undocumented

    ","parent_name":"CRSCoordinateSystemType"},"Enums/CRSCoordinateSystemType.html#/c:@E@CRSCoordinateSystemType@CRS_CS_CARTESIAN":{"name":"CRS_CS_CARTESIAN","abstract":"

    Undocumented

    ","parent_name":"CRSCoordinateSystemType"},"Enums/CRSCoordinateSystemType.html#/c:@E@CRSCoordinateSystemType@CRS_CS_CYLINDRICAL":{"name":"CRS_CS_CYLINDRICAL","abstract":"

    Undocumented

    ","parent_name":"CRSCoordinateSystemType"},"Enums/CRSCoordinateSystemType.html#/c:@E@CRSCoordinateSystemType@CRS_CS_ELLIPSOIDAL":{"name":"CRS_CS_ELLIPSOIDAL","abstract":"

    Undocumented

    ","parent_name":"CRSCoordinateSystemType"},"Enums/CRSCoordinateSystemType.html#/c:@E@CRSCoordinateSystemType@CRS_CS_LINEAR":{"name":"CRS_CS_LINEAR","abstract":"

    Undocumented

    ","parent_name":"CRSCoordinateSystemType"},"Enums/CRSCoordinateSystemType.html#/c:@E@CRSCoordinateSystemType@CRS_CS_ORDINAL":{"name":"CRS_CS_ORDINAL","abstract":"

    Undocumented

    ","parent_name":"CRSCoordinateSystemType"},"Enums/CRSCoordinateSystemType.html#/c:@E@CRSCoordinateSystemType@CRS_CS_PARAMETRIC":{"name":"CRS_CS_PARAMETRIC","abstract":"

    Undocumented

    ","parent_name":"CRSCoordinateSystemType"},"Enums/CRSCoordinateSystemType.html#/c:@E@CRSCoordinateSystemType@CRS_CS_POLAR":{"name":"CRS_CS_POLAR","abstract":"

    Undocumented

    ","parent_name":"CRSCoordinateSystemType"},"Enums/CRSCoordinateSystemType.html#/c:@E@CRSCoordinateSystemType@CRS_CS_SPHERICAL":{"name":"CRS_CS_SPHERICAL","abstract":"

    Undocumented

    ","parent_name":"CRSCoordinateSystemType"},"Enums/CRSCoordinateSystemType.html#/c:@E@CRSCoordinateSystemType@CRS_CS_TEMPORAL_COUNT":{"name":"CRS_CS_TEMPORAL_COUNT","abstract":"

    Undocumented

    ","parent_name":"CRSCoordinateSystemType"},"Enums/CRSCoordinateSystemType.html#/c:@E@CRSCoordinateSystemType@CRS_CS_TEMPORAL_DATE_TIME":{"name":"CRS_CS_TEMPORAL_DATE_TIME","abstract":"

    Undocumented

    ","parent_name":"CRSCoordinateSystemType"},"Enums/CRSCoordinateSystemType.html#/c:@E@CRSCoordinateSystemType@CRS_CS_TEMPORAL_MEASURE":{"name":"CRS_CS_TEMPORAL_MEASURE","abstract":"

    Undocumented

    ","parent_name":"CRSCoordinateSystemType"},"Enums/CRSCoordinateSystemType.html#/c:@E@CRSCoordinateSystemType@CRS_CS_VERTICAL":{"name":"CRS_CS_VERTICAL","abstract":"

    Undocumented

    ","parent_name":"CRSCoordinateSystemType"},"Enums/CRSCategoryType.html#/c:@E@CRSCategoryType@CRS_CATEGORY_CRS":{"name":"CRS_CATEGORY_CRS","abstract":"

    Undocumented

    ","parent_name":"CRSCategoryType"},"Enums/CRSCategoryType.html#/c:@E@CRSCategoryType@CRS_CATEGORY_OPERATION":{"name":"CRS_CATEGORY_OPERATION","abstract":"

    Undocumented

    ","parent_name":"CRSCategoryType"},"Enums/CRSCategoryType.html#/c:@E@CRSCategoryType@CRS_CATEGORY_METADATA":{"name":"CRS_CATEGORY_METADATA","abstract":"

    Undocumented

    ","parent_name":"CRSCategoryType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_AFT":{"name":"CRS_AXIS_AFT","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_AWAY_FROM":{"name":"CRS_AXIS_AWAY_FROM","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_CLOCKWISE":{"name":"CRS_AXIS_CLOCKWISE","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_COLUMN_NEGATIVE":{"name":"CRS_AXIS_COLUMN_NEGATIVE","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_COLUMN_POSITIVE":{"name":"CRS_AXIS_COLUMN_POSITIVE","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_COUNTER_CLOCKWISE":{"name":"CRS_AXIS_COUNTER_CLOCKWISE","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_DISPLAY_DOWN":{"name":"CRS_AXIS_DISPLAY_DOWN","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_DISPLAY_LEFT":{"name":"CRS_AXIS_DISPLAY_LEFT","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_DISPLAY_RIGHT":{"name":"CRS_AXIS_DISPLAY_RIGHT","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_DISPLAY_UP":{"name":"CRS_AXIS_DISPLAY_UP","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_DOWN":{"name":"CRS_AXIS_DOWN","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_EAST":{"name":"CRS_AXIS_EAST","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_EAST_NORTH_EAST":{"name":"CRS_AXIS_EAST_NORTH_EAST","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_EAST_SOUTH_EAST":{"name":"CRS_AXIS_EAST_SOUTH_EAST","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_FORWARD":{"name":"CRS_AXIS_FORWARD","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_FUTURE":{"name":"CRS_AXIS_FUTURE","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_GEOCENTRIC_X":{"name":"CRS_AXIS_GEOCENTRIC_X","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_GEOCENTRIC_Y":{"name":"CRS_AXIS_GEOCENTRIC_Y","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_GEOCENTRIC_Z":{"name":"CRS_AXIS_GEOCENTRIC_Z","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_NORTH":{"name":"CRS_AXIS_NORTH","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_NORTH_EAST":{"name":"CRS_AXIS_NORTH_EAST","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_NORTH_NORTH_EAST":{"name":"CRS_AXIS_NORTH_NORTH_EAST","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_NORTH_NORTH_WEST":{"name":"CRS_AXIS_NORTH_NORTH_WEST","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_NORTH_WEST":{"name":"CRS_AXIS_NORTH_WEST","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_PAST":{"name":"CRS_AXIS_PAST","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_PORT":{"name":"CRS_AXIS_PORT","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_ROW_NEGATIVE":{"name":"CRS_AXIS_ROW_NEGATIVE","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_ROW_POSITIVE":{"name":"CRS_AXIS_ROW_POSITIVE","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_SOUTH":{"name":"CRS_AXIS_SOUTH","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_SOUTH_EAST":{"name":"CRS_AXIS_SOUTH_EAST","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_SOUTH_SOUTH_EAST":{"name":"CRS_AXIS_SOUTH_SOUTH_EAST","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_SOUTH_SOUTH_WEST":{"name":"CRS_AXIS_SOUTH_SOUTH_WEST","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_SOUTH_WEST":{"name":"CRS_AXIS_SOUTH_WEST","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_STARBOARD":{"name":"CRS_AXIS_STARBOARD","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_TOWARDS":{"name":"CRS_AXIS_TOWARDS","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_UNSPECIFIED":{"name":"CRS_AXIS_UNSPECIFIED","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_UP":{"name":"CRS_AXIS_UP","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_WEST":{"name":"CRS_AXIS_WEST","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_WEST_NORTH_WEST":{"name":"CRS_AXIS_WEST_NORTH_WEST","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_WEST_SOUTH_WEST":{"name":"CRS_AXIS_WEST_SOUTH_WEST","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html":{"name":"CRSAxisDirectionType","abstract":"

    Axis Direction Type

    "},"Enums/CRSCategoryType.html":{"name":"CRSCategoryType","abstract":"

    Well-known text representation of coordinate reference systems category type

    "},"Enums/CRSCoordinateSystemType.html":{"name":"CRSCoordinateSystemType","abstract":"

    Coordinate System Type

    "},"Enums/CRSEllipsoidType.html":{"name":"CRSEllipsoidType","abstract":"

    Ellipsoid Type

    "},"Enums/CRSEllipsoidsType.html":{"name":"CRSEllipsoidsType","abstract":"

    Common Ellipsoids

    "},"Enums/CRSGeoDatumType.html":{"name":"CRSGeoDatumType","abstract":"

    Common Geo Datums

    "},"Enums/CRSKeywordType.html":{"name":"CRSKeywordType","abstract":"

    Coordinate Reference System Keyword

    "},"Enums/CRSOperationMethodType.html":{"name":"CRSOperationMethodType","abstract":"

    Common Operation Methods

    "},"Enums/CRSOperationParameterType.html":{"name":"CRSOperationParameterType","abstract":"

    Common Operation Parameters

    "},"Enums/CRSOperationType.html":{"name":"CRSOperationType","abstract":"

    Coordinate Operation type

    "},"Enums/CRSPrimeMeridianType.html":{"name":"CRSPrimeMeridianType","abstract":"

    Common Prime Meridians

    "},"Enums/CRSType.html":{"name":"CRSType","abstract":"

    Well-known text representation of coordinate reference systems category type

    "},"Enums/CRSUnitType.html":{"name":"CRSUnitType","abstract":"

    Unit Type

    "},"Enums/CRSUnitsType.html":{"name":"CRSUnitsType","abstract":"

    Common Unit Type

    "},"Enums/PROJProjectionFactoryType.html":{"name":"PROJProjectionFactoryType","abstract":"

    Well-known text representation of coordinate reference systems category type

    "},"Enums/PROJUnit.html":{"name":"PROJUnit","abstract":"

    Enumeration of projection units

    "},"Enums/SFGGeometryType.html":{"name":"SFGGeometryType","abstract":"

    Geometry Type enumeration

    "},"Enums/SFEventType.html":{"name":"SFEventType","abstract":"

    Event type of the point direction

    "},"Enums/SFFiniteFilterType.html":{"name":"SFFiniteFilterType","abstract":"

    Finite Filter Type, including finite values and optionally one of either"},"Enums/SFGeometryType.html":{"name":"SFGeometryType","abstract":"

    Geometry Type enumeration

    "},"Enums/TIFFFieldTagType.html":{"name":"TIFFFieldTagType","abstract":"

    Field tag type enumeration

    "},"Enums/TIFFFieldType.html":{"name":"TIFFFieldType","abstract":"

    Field tag type enumeration

    "},"Enums/GPKGContentsDataType.html":{"name":"GPKGContentsDataType","abstract":"

    Enumeration of column data types

    "},"Enums/GPKGDataType.html":{"name":"GPKGDataType","abstract":"

    Enumeration of column data types

    "},"Enums/GPKGSQLiteMasterColumn.html":{"name":"GPKGSQLiteMasterColumn","abstract":"

    Enumeration of SQLite Master column keywords

    "},"Enums/GPKGSQLiteMasterType.html":{"name":"GPKGSQLiteMasterType","abstract":"

    Enumeration of SQLite Master table types

    "},"Enums/GPKGConstraintType.html":{"name":"GPKGConstraintType","abstract":"

    Enumeration of constraint types

    "},"Enums/GPKGDgiwgCoordinateReferenceSystem.html":{"name":"GPKGDgiwgCoordinateReferenceSystem","abstract":"

    DGIWG (Defence Geospatial Information Working Group) Coordinate Reference"},"Enums/GPKGDgiwgDataType.html":{"name":"GPKGDgiwgDataType","abstract":"

    DGIWG (Defence Geospatial Information Working Group) Data Types

    "},"Enums/GPKGDgiwgRequirement.html":{"name":"GPKGDgiwgRequirement","abstract":"

    DGIWG (Defence Geospatial Information Working Group) Requirements

    "},"Enums/GPKGCrsWktExtensionVersion.html":{"name":"GPKGCrsWktExtensionVersion","abstract":"

    Enumeration of crs wkt extension versions

    "},"Enums/GPKGExtensionScopeType.html":{"name":"GPKGExtensionScopeType","abstract":"

    Extension scope type enumeration

    "},"Enums/GPKGCoverageDataAlgorithm.html":{"name":"GPKGCoverageDataAlgorithm","abstract":"

    Tile Gridded Coverage Data Algorithm interpolation enumeration types

    "},"Enums/GPKGGriddedCoverageDataType.html":{"name":"GPKGGriddedCoverageDataType","abstract":"

    Gridded Coverage data type enumeration

    "},"Enums/GPKGGriddedCoverageEncodingType.html":{"name":"GPKGGriddedCoverageEncodingType","abstract":"

    Gridded Coverage encoding type enumeration

    "},"Enums/GPKGMetadataScopeType.html":{"name":"GPKGMetadataScopeType","abstract":"

    Metadata Scope Type enumeration

    "},"Enums/GPKGReferenceScopeType.html":{"name":"GPKGReferenceScopeType","abstract":"

    Reference Scope Type enumeration

    "},"Enums/GPKGTileScalingType.html":{"name":"GPKGTileScalingType","abstract":"

    Tile Scaling Type enumeration for defining scaled tile searching of nearby"},"Enums/GPKGRelationType.html":{"name":"GPKGRelationType","abstract":"

    Spec supported User-Defined Related Data Tables

    "},"Enums/GPKGDublinCoreType.html":{"name":"GPKGDublinCoreType","abstract":"

    Dublin Core Metadata Initiative term types

    "},"Enums/GPKGDataColumnConstraintType.html":{"name":"GPKGDataColumnConstraintType","abstract":"

    Data Column Constraint Type enumeration

    "},"Enums/GPKGFeatureIndexType.html":{"name":"GPKGFeatureIndexType","abstract":"

    Enumeration of feature index types

    "},"Enums/GPKGMapShapeType.html":{"name":"GPKGMapShapeType","abstract":"

    Enumeration of map shape types

    "},"Enums/GPKGPolygonOrientation.html":{"name":"GPKGPolygonOrientation","abstract":"

    Orientation types of polygon exterior and hole rings

    "},"Enums/GPKGCompressFormat.html":{"name":"GPKGCompressFormat","abstract":"

    Enumeration of image compression formats

    "},"Constants.html#/c:@CRS_AXIS_AFT_NAME":{"name":"CRS_AXIS_AFT_NAME","abstract":"

    Axis Direction Type names

    "},"Constants.html#/c:@CRS_AXIS_AWAY_FROM_NAME":{"name":"CRS_AXIS_AWAY_FROM_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_CLOCKWISE_NAME":{"name":"CRS_AXIS_CLOCKWISE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_COLUMN_NEGATIVE_NAME":{"name":"CRS_AXIS_COLUMN_NEGATIVE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_COLUMN_POSITIVE_NAME":{"name":"CRS_AXIS_COLUMN_POSITIVE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_COUNTER_CLOCKWISE_NAME":{"name":"CRS_AXIS_COUNTER_CLOCKWISE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_DISPLAY_DOWN_NAME":{"name":"CRS_AXIS_DISPLAY_DOWN_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_DISPLAY_LEFT_NAME":{"name":"CRS_AXIS_DISPLAY_LEFT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_DISPLAY_RIGHT_NAME":{"name":"CRS_AXIS_DISPLAY_RIGHT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_DISPLAY_UP_NAME":{"name":"CRS_AXIS_DISPLAY_UP_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_DOWN_NAME":{"name":"CRS_AXIS_DOWN_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_EAST_NAME":{"name":"CRS_AXIS_EAST_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_EAST_NORTH_EAST_NAME":{"name":"CRS_AXIS_EAST_NORTH_EAST_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_EAST_SOUTH_EAST_NAME":{"name":"CRS_AXIS_EAST_SOUTH_EAST_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_FORWARD_NAME":{"name":"CRS_AXIS_FORWARD_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_FUTURE_NAME":{"name":"CRS_AXIS_FUTURE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_GEOCENTRIC_X_NAME":{"name":"CRS_AXIS_GEOCENTRIC_X_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_GEOCENTRIC_Y_NAME":{"name":"CRS_AXIS_GEOCENTRIC_Y_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_GEOCENTRIC_Z_NAME":{"name":"CRS_AXIS_GEOCENTRIC_Z_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_NORTH_NAME":{"name":"CRS_AXIS_NORTH_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_NORTH_EAST_NAME":{"name":"CRS_AXIS_NORTH_EAST_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_NORTH_NORTH_EAST_NAME":{"name":"CRS_AXIS_NORTH_NORTH_EAST_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_NORTH_NORTH_WEST_NAME":{"name":"CRS_AXIS_NORTH_NORTH_WEST_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_NORTH_WEST_NAME":{"name":"CRS_AXIS_NORTH_WEST_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_PAST_NAME":{"name":"CRS_AXIS_PAST_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_PORT_NAME":{"name":"CRS_AXIS_PORT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_ROW_NEGATIVE_NAME":{"name":"CRS_AXIS_ROW_NEGATIVE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_ROW_POSITIVE_NAME":{"name":"CRS_AXIS_ROW_POSITIVE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_SOUTH_NAME":{"name":"CRS_AXIS_SOUTH_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_SOUTH_EAST_NAME":{"name":"CRS_AXIS_SOUTH_EAST_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_SOUTH_SOUTH_EAST_NAME":{"name":"CRS_AXIS_SOUTH_SOUTH_EAST_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_SOUTH_SOUTH_WEST_NAME":{"name":"CRS_AXIS_SOUTH_SOUTH_WEST_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_SOUTH_WEST_NAME":{"name":"CRS_AXIS_SOUTH_WEST_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_STARBOARD_NAME":{"name":"CRS_AXIS_STARBOARD_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_TOWARDS_NAME":{"name":"CRS_AXIS_TOWARDS_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_UNSPECIFIED_NAME":{"name":"CRS_AXIS_UNSPECIFIED_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_UP_NAME":{"name":"CRS_AXIS_UP_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_WEST_NAME":{"name":"CRS_AXIS_WEST_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_WEST_NORTH_WEST_NAME":{"name":"CRS_AXIS_WEST_NORTH_WEST_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_WEST_SOUTH_WEST_NAME":{"name":"CRS_AXIS_WEST_SOUTH_WEST_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_CATEGORY_CRS_NAME":{"name":"CRS_CATEGORY_CRS_NAME","abstract":"

    Category Type names

    "},"Constants.html#/c:@CRS_CATEGORY_OPERATION_NAME":{"name":"CRS_CATEGORY_OPERATION_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_CATEGORY_METADATA_NAME":{"name":"CRS_CATEGORY_METADATA_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_CS_AFFINE_NAME":{"name":"CRS_CS_AFFINE_NAME","abstract":"

    Coordinate System Type names

    "},"Constants.html#/c:@CRS_CS_CARTESIAN_NAME":{"name":"CRS_CS_CARTESIAN_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_CS_CYLINDRICAL_NAME":{"name":"CRS_CS_CYLINDRICAL_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_CS_ELLIPSOIDAL_NAME":{"name":"CRS_CS_ELLIPSOIDAL_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_CS_LINEAR_NAME":{"name":"CRS_CS_LINEAR_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_CS_ORDINAL_NAME":{"name":"CRS_CS_ORDINAL_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_CS_PARAMETRIC_NAME":{"name":"CRS_CS_PARAMETRIC_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_CS_POLAR_NAME":{"name":"CRS_CS_POLAR_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_CS_SPHERICAL_NAME":{"name":"CRS_CS_SPHERICAL_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_CS_TEMPORAL_COUNT_NAME":{"name":"CRS_CS_TEMPORAL_COUNT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_CS_TEMPORAL_DATE_TIME_NAME":{"name":"CRS_CS_TEMPORAL_DATE_TIME_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_CS_TEMPORAL_MEASURE_NAME":{"name":"CRS_CS_TEMPORAL_MEASURE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_CS_VERTICAL_NAME":{"name":"CRS_CS_VERTICAL_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_ELLIPSOID_OBLATE_NAME":{"name":"CRS_ELLIPSOID_OBLATE_NAME","abstract":"

    Ellipsoid Type names

    "},"Constants.html#/c:@CRS_ELLIPSOID_TRIAXIAL_NAME":{"name":"CRS_ELLIPSOID_TRIAXIAL_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_OPERATION_COORDINATE_NAME":{"name":"CRS_OPERATION_COORDINATE_NAME","abstract":"

    Coordinate Operation Type names

    "},"Constants.html#/c:@CRS_OPERATION_POINT_MOTION_NAME":{"name":"CRS_OPERATION_POINT_MOTION_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_OPERATION_MAP_PROJECTION_NAME":{"name":"CRS_OPERATION_MAP_PROJECTION_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_OPERATION_DERIVING_CONVERSION_NAME":{"name":"CRS_OPERATION_DERIVING_CONVERSION_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_OPERATION_ABRIDGED_COORDINATE_TRANSFORMATION_NAME":{"name":"CRS_OPERATION_ABRIDGED_COORDINATE_TRANSFORMATION_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_PROJ":{"name":"CRS_PROJ_PARAM_PROJ","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_ZONE":{"name":"CRS_PROJ_PARAM_ZONE","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_SOUTH":{"name":"CRS_PROJ_PARAM_SOUTH","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_LAT_1":{"name":"CRS_PROJ_PARAM_LAT_1","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_LAT_2":{"name":"CRS_PROJ_PARAM_LAT_2","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_LAT_0":{"name":"CRS_PROJ_PARAM_LAT_0","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_LAT_TS":{"name":"CRS_PROJ_PARAM_LAT_TS","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_LON_0":{"name":"CRS_PROJ_PARAM_LON_0","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_LONC":{"name":"CRS_PROJ_PARAM_LONC","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_ALPHA":{"name":"CRS_PROJ_PARAM_ALPHA","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_K_0":{"name":"CRS_PROJ_PARAM_K_0","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_X_0":{"name":"CRS_PROJ_PARAM_X_0","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_Y_0":{"name":"CRS_PROJ_PARAM_Y_0","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_AXIS":{"name":"CRS_PROJ_PARAM_AXIS","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_DATUM":{"name":"CRS_PROJ_PARAM_DATUM","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_NO_UOFF":{"name":"CRS_PROJ_PARAM_NO_UOFF","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_GAMMA":{"name":"CRS_PROJ_PARAM_GAMMA","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_A":{"name":"CRS_PROJ_PARAM_A","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_B":{"name":"CRS_PROJ_PARAM_B","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_ELLPS":{"name":"CRS_PROJ_PARAM_ELLPS","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_TOWGS84":{"name":"CRS_PROJ_PARAM_TOWGS84","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_PM":{"name":"CRS_PROJ_PARAM_PM","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_UNITS":{"name":"CRS_PROJ_PARAM_UNITS","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_TO_METER":{"name":"CRS_PROJ_PARAM_TO_METER","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_NADGRIDS":{"name":"CRS_PROJ_PARAM_NADGRIDS","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_WKTEXT":{"name":"CRS_PROJ_PARAM_WKTEXT","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_NO_DEFS":{"name":"CRS_PROJ_PARAM_NO_DEFS","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_NAME_AEA":{"name":"CRS_PROJ_NAME_AEA","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_NAME_CASS":{"name":"CRS_PROJ_NAME_CASS","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_NAME_CEA":{"name":"CRS_PROJ_NAME_CEA","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_NAME_EQC":{"name":"CRS_PROJ_NAME_EQC","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_NAME_KROVAK":{"name":"CRS_PROJ_NAME_KROVAK","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_NAME_LAEA":{"name":"CRS_PROJ_NAME_LAEA","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_NAME_LCC":{"name":"CRS_PROJ_NAME_LCC","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_NAME_LONGLAT":{"name":"CRS_PROJ_NAME_LONGLAT","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_NAME_MERC":{"name":"CRS_PROJ_NAME_MERC","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_NAME_NZMG":{"name":"CRS_PROJ_NAME_NZMG","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_NAME_OMERC":{"name":"CRS_PROJ_NAME_OMERC","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_NAME_POLY":{"name":"CRS_PROJ_NAME_POLY","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_NAME_SOMERC":{"name":"CRS_PROJ_NAME_SOMERC","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_NAME_STERE":{"name":"CRS_PROJ_NAME_STERE","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_NAME_STEREA":{"name":"CRS_PROJ_NAME_STEREA","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_NAME_TMERC":{"name":"CRS_PROJ_NAME_TMERC","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_NAME_UTM":{"name":"CRS_PROJ_NAME_UTM","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_AXIS_EAST":{"name":"CRS_PROJ_AXIS_EAST","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_AXIS_WEST":{"name":"CRS_PROJ_AXIS_WEST","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_AXIS_NORTH":{"name":"CRS_PROJ_AXIS_NORTH","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_AXIS_SOUTH":{"name":"CRS_PROJ_AXIS_SOUTH","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_AXIS_UP":{"name":"CRS_PROJ_AXIS_UP","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_AXIS_DOWN":{"name":"CRS_PROJ_AXIS_DOWN","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_AXIS_WEST_SOUTH_UP":{"name":"CRS_PROJ_AXIS_WEST_SOUTH_UP","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_UNITS_METRE":{"name":"CRS_PROJ_UNITS_METRE","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_UNITS_US_SURVEY_FOOT":{"name":"CRS_PROJ_UNITS_US_SURVEY_FOOT","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_UNITS_FOOT":{"name":"CRS_PROJ_UNITS_FOOT","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_UNITS_DEGREE":{"name":"CRS_PROJ_UNITS_DEGREE","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PSEUDO_MERCATOR":{"name":"CRS_PROJ_PSEUDO_MERCATOR","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_SWISS_OBLIQUE_MERCATOR":{"name":"CRS_PROJ_SWISS_OBLIQUE_MERCATOR","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_SWISS_OBLIQUE_MERCATOR_COMPAT":{"name":"CRS_PROJ_SWISS_OBLIQUE_MERCATOR_COMPAT","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_UTM_ZONE":{"name":"CRS_PROJ_UTM_ZONE","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_WKT_SEPARATOR":{"name":"CRS_WKT_SEPARATOR","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_WKT_LEFT_DELIMITER":{"name":"CRS_WKT_LEFT_DELIMITER","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_WKT_LEFT_DELIMITER_COMPAT":{"name":"CRS_WKT_LEFT_DELIMITER_COMPAT","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_WKT_RIGHT_DELIMITER":{"name":"CRS_WKT_RIGHT_DELIMITER","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_WKT_RIGHT_DELIMITER_COMPAT":{"name":"CRS_WKT_RIGHT_DELIMITER_COMPAT","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_WKT_AXIS_ABBREV_LEFT_DELIMITER":{"name":"CRS_WKT_AXIS_ABBREV_LEFT_DELIMITER","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_WKT_AXIS_ABBREV_RIGHT_DELIMITER":{"name":"CRS_WKT_AXIS_ABBREV_RIGHT_DELIMITER","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_WKT_AXIS_DIRECTION_OTHER":{"name":"CRS_WKT_AXIS_DIRECTION_OTHER","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_WKT_AXIS_NAME_LON":{"name":"CRS_WKT_AXIS_NAME_LON","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_WKT_AXIS_NAME_LAT":{"name":"CRS_WKT_AXIS_NAME_LAT","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_WKT_AXIS_NAME_X":{"name":"CRS_WKT_AXIS_NAME_X","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_WKT_AXIS_NAME_Y":{"name":"CRS_WKT_AXIS_NAME_Y","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_WKT_AXIS_NAME_Z":{"name":"CRS_WKT_AXIS_NAME_Z","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_WKT_DATUM_TYPE":{"name":"CRS_WKT_DATUM_TYPE","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_TYPE_BOUND_NAME":{"name":"CRS_TYPE_BOUND_NAME","abstract":"

    CRS Type names

    "},"Constants.html#/c:@CRS_TYPE_COMPOUND_NAME":{"name":"CRS_TYPE_COMPOUND_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_TYPE_CONCATENATED_OPERATION_NAME":{"name":"CRS_TYPE_CONCATENATED_OPERATION_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_TYPE_COORDINATE_METADATA_NAME":{"name":"CRS_TYPE_COORDINATE_METADATA_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_TYPE_COORDINATE_OPERATION_NAME":{"name":"CRS_TYPE_COORDINATE_OPERATION_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_TYPE_DERIVED_NAME":{"name":"CRS_TYPE_DERIVED_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_TYPE_ENGINEERING_NAME":{"name":"CRS_TYPE_ENGINEERING_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_TYPE_GEODETIC_NAME":{"name":"CRS_TYPE_GEODETIC_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_TYPE_GEOGRAPHIC_NAME":{"name":"CRS_TYPE_GEOGRAPHIC_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_TYPE_PARAMETRIC_NAME":{"name":"CRS_TYPE_PARAMETRIC_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_TYPE_POINT_MOTION_OPERATION_NAME":{"name":"CRS_TYPE_POINT_MOTION_OPERATION_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_TYPE_PROJECTED_NAME":{"name":"CRS_TYPE_PROJECTED_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_TYPE_TEMPORAL_NAME":{"name":"CRS_TYPE_TEMPORAL_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_TYPE_VERTICAL_NAME":{"name":"CRS_TYPE_VERTICAL_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNIT_ANGLE_NAME":{"name":"CRS_UNIT_ANGLE_NAME","abstract":"

    Unit Type names

    "},"Constants.html#/c:@CRS_UNIT_LENGTH_NAME":{"name":"CRS_UNIT_LENGTH_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNIT_PARAMETRIC_NAME":{"name":"CRS_UNIT_PARAMETRIC_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNIT_SCALE_NAME":{"name":"CRS_UNIT_SCALE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNIT_TIME_NAME":{"name":"CRS_UNIT_TIME_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNIT_NAME":{"name":"CRS_UNIT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_MICROMETRE_NAME":{"name":"CRS_UNITS_MICROMETRE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_MILLIMETRE_NAME":{"name":"CRS_UNITS_MILLIMETRE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_METRE_NAME":{"name":"CRS_UNITS_METRE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_KILOMETRE_NAME":{"name":"CRS_UNITS_KILOMETRE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_GERMAN_LEGAL_METRE_NAME":{"name":"CRS_UNITS_GERMAN_LEGAL_METRE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_US_SURVEY_FOOT_NAME":{"name":"CRS_UNITS_US_SURVEY_FOOT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_FOOT_NAME":{"name":"CRS_UNITS_FOOT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_MICRORADIAN_NAME":{"name":"CRS_UNITS_MICRORADIAN_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_MILLIRADIAN_NAME":{"name":"CRS_UNITS_MILLIRADIAN_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_RADIAN_NAME":{"name":"CRS_UNITS_RADIAN_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_ARC_SECOND_NAME":{"name":"CRS_UNITS_ARC_SECOND_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_ARC_MINUTE_NAME":{"name":"CRS_UNITS_ARC_MINUTE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_DEGREE_NAME":{"name":"CRS_UNITS_DEGREE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_GRAD_NAME":{"name":"CRS_UNITS_GRAD_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_UNITY_NAME":{"name":"CRS_UNITS_UNITY_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_BIN_NAME":{"name":"CRS_UNITS_BIN_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_PARTS_PER_MILLION_NAME":{"name":"CRS_UNITS_PARTS_PER_MILLION_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_PASCAL_NAME":{"name":"CRS_UNITS_PASCAL_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_HECTOPASCAL_NAME":{"name":"CRS_UNITS_HECTOPASCAL_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_MICROSECOND_NAME":{"name":"CRS_UNITS_MICROSECOND_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_MILLISECOND_NAME":{"name":"CRS_UNITS_MILLISECOND_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_SECOND_NAME":{"name":"CRS_UNITS_SECOND_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_MINUTE_NAME":{"name":"CRS_UNITS_MINUTE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_HOUR_NAME":{"name":"CRS_UNITS_HOUR_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_DAY_NAME":{"name":"CRS_UNITS_DAY_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_YEAR_NAME":{"name":"CRS_UNITS_YEAR_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_CALENDAR_SECOND_NAME":{"name":"CRS_UNITS_CALENDAR_SECOND_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_CALENDAR_MONTH_NAME":{"name":"CRS_UNITS_CALENDAR_MONTH_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@OAF_ID":{"name":"OAF_ID","abstract":"

    id property name

    "},"Constants.html#/c:@OAF_DESCRIPTION":{"name":"OAF_DESCRIPTION","abstract":"

    description property name

    "},"Constants.html#/c:@OAF_EXTENT":{"name":"OAF_EXTENT","abstract":"

    extent property name

    "},"Constants.html#/c:@OAF_ITEM_TYPE":{"name":"OAF_ITEM_TYPE","abstract":"

    item type property name

    "},"Constants.html#/c:@OAF_COLLECTIONS":{"name":"OAF_COLLECTIONS","abstract":"

    collections property name

    "},"Constants.html#/c:@OAF_CRS_PATTERN":{"name":"OAF_CRS_PATTERN","abstract":"

    CRS pattern

    "},"Constants.html#/c:@OAF_CRS_PATTERN_AUTHORITY_GROUP":{"name":"OAF_CRS_PATTERN_AUTHORITY_GROUP","abstract":"

    CRS pattern authority group

    "},"Constants.html#/c:@OAF_CRS_PATTERN_VERSION_GROUP":{"name":"OAF_CRS_PATTERN_VERSION_GROUP","abstract":"

    CRS pattern code group

    "},"Constants.html#/c:@OAF_CRS_PATTERN_CODE_GROUP":{"name":"OAF_CRS_PATTERN_CODE_GROUP","abstract":"

    CRS pattern code group

    "},"Constants.html#/c:@OAF_CRS_BASE_URL":{"name":"OAF_CRS_BASE_URL","abstract":"

    Base CRS URL

    "},"Constants.html#/c:@OAF_SPATIAL":{"name":"OAF_SPATIAL","abstract":"

    spatial property name

    "},"Constants.html#/c:@OAF_TEMPORAL":{"name":"OAF_TEMPORAL","abstract":"

    temporal property name

    "},"Constants.html#/c:@OAF_LINKS":{"name":"OAF_LINKS","abstract":"

    Links property name

    "},"Constants.html#/c:@OAF_TIME_STAMP":{"name":"OAF_TIME_STAMP","abstract":"

    Time Stamp property name

    "},"Constants.html#/c:@OAF_NUMBER_MATCHED":{"name":"OAF_NUMBER_MATCHED","abstract":"

    Number Matched property name

    "},"Constants.html#/c:@OAF_NUMBER_RETURNED":{"name":"OAF_NUMBER_RETURNED","abstract":"

    Number Returned property name

    "},"Constants.html#/c:@OAF_LINK_RELATION_NEXT":{"name":"OAF_LINK_RELATION_NEXT","abstract":"

    Link relation for next

    "},"Constants.html#/c:@OAF_LIMIT_DEFAULT":{"name":"OAF_LIMIT_DEFAULT","abstract":"

    Limit default

    "},"Constants.html#/c:@OAF_HREF":{"name":"OAF_HREF","abstract":"

    href property name

    "},"Constants.html#/c:@OAF_REL":{"name":"OAF_REL","abstract":"

    rel property name

    "},"Constants.html#/c:@OAF_TYPE":{"name":"OAF_TYPE","abstract":"

    type property name

    "},"Constants.html#/c:@OAF_HREFLANG":{"name":"OAF_HREFLANG","abstract":"

    hreflang property name

    "},"Constants.html#/c:@OAF_TITLE":{"name":"OAF_TITLE","abstract":"

    title property name

    "},"Constants.html#/c:@OAF_LENGTH":{"name":"OAF_LENGTH","abstract":"

    length property name

    "},"Constants.html#/c:@OAF_BBOX":{"name":"OAF_BBOX","abstract":"

    bbox property name

    "},"Constants.html#/c:@OAF_CRS":{"name":"OAF_CRS","abstract":"

    crs property name

    "},"Constants.html#/c:@OAF_INTERVAL":{"name":"OAF_INTERVAL","abstract":"

    interval property name

    "},"Constants.html#/c:@OAF_TRS":{"name":"OAF_TRS","abstract":"

    trs property name

    "},"Constants.html#/c:@PROJ_BUNDLE_NAME":{"name":"PROJ_BUNDLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@PROJ_PROPERTY_LIST_TYPE":{"name":"PROJ_PROPERTY_LIST_TYPE","abstract":"

    Undocumented

    "},"Constants.html#/c:@PROJ_PROPERTIES":{"name":"PROJ_PROPERTIES","abstract":"

    Projection constants

    "},"Constants.html#/c:@PROJ_AUTHORITY_EPSG":{"name":"PROJ_AUTHORITY_EPSG","abstract":"

    Undocumented

    "},"Constants.html#/c:@PROJ_AUTHORITY_NONE":{"name":"PROJ_AUTHORITY_NONE","abstract":"

    Undocumented

    "},"Constants.html#/c:@PROJ_AUTHORITY_OGC":{"name":"PROJ_AUTHORITY_OGC","abstract":"

    Undocumented

    "},"Constants.html#/c:@PROJ_AUTHORITY_NSG":{"name":"PROJ_AUTHORITY_NSG","abstract":"

    Undocumented

    "},"Constants.html#/c:@PROJ_UNDEFINED_CARTESIAN":{"name":"PROJ_UNDEFINED_CARTESIAN","abstract":"

    Undocumented

    "},"Constants.html#/c:@PROJ_UNDEFINED_GEOGRAPHIC":{"name":"PROJ_UNDEFINED_GEOGRAPHIC","abstract":"

    Undocumented

    "},"Constants.html#/c:@PROJ_EPSG_WORLD_GEODETIC_SYSTEM":{"name":"PROJ_EPSG_WORLD_GEODETIC_SYSTEM","abstract":"

    Undocumented

    "},"Constants.html#/c:@PROJ_EPSG_WEB_MERCATOR":{"name":"PROJ_EPSG_WEB_MERCATOR","abstract":"

    Undocumented

    "},"Constants.html#/c:@PROJ_EPSG_WORLD_GEODETIC_SYSTEM_GEOGRAPHICAL_3D":{"name":"PROJ_EPSG_WORLD_GEODETIC_SYSTEM_GEOGRAPHICAL_3D","abstract":"

    Undocumented

    "},"Constants.html#/c:@PROJ_OGC_CRS84":{"name":"PROJ_OGC_CRS84","abstract":"

    Undocumented

    "},"Constants.html#/c:@PROJ_WEB_MERCATOR_MAX_LAT_RANGE":{"name":"PROJ_WEB_MERCATOR_MAX_LAT_RANGE","abstract":"

    Undocumented

    "},"Constants.html#/c:@PROJ_WEB_MERCATOR_MIN_LAT_RANGE":{"name":"PROJ_WEB_MERCATOR_MIN_LAT_RANGE","abstract":"

    Undocumented

    "},"Constants.html#/c:@PROJ_WEB_MERCATOR_HALF_WORLD_WIDTH":{"name":"PROJ_WEB_MERCATOR_HALF_WORLD_WIDTH","abstract":"

    Undocumented

    "},"Constants.html#/c:@PROJ_MERCATOR_RADIUS":{"name":"PROJ_MERCATOR_RADIUS","abstract":"

    Undocumented

    "},"Constants.html#/c:@PROJ_WGS84_HALF_WORLD_LON_WIDTH":{"name":"PROJ_WGS84_HALF_WORLD_LON_WIDTH","abstract":"

    Undocumented

    "},"Constants.html#/c:@PROJ_WGS84_HALF_WORLD_LAT_HEIGHT":{"name":"PROJ_WGS84_HALF_WORLD_LAT_HEIGHT","abstract":"

    Undocumented

    "},"Constants.html#/c:@pj_release":{"name":"pj_release","abstract":"

    Undocumented

    "},"Constants.html#/c:@pj_errno":{"name":"pj_errno","abstract":"

    Undocumented

    "},"Constants.html#/c:@pj_list":{"name":"pj_list","abstract":"

    Undocumented

    "},"Constants.html#/c:@pj_selftest_list":{"name":"pj_selftest_list","abstract":"

    Undocumented

    "},"Constants.html#/c:@pj_ellps":{"name":"pj_ellps","abstract":"

    Undocumented

    "},"Constants.html#/c:@pj_units":{"name":"pj_units","abstract":"

    Undocumented

    "},"Constants.html#/c:@pj_datums":{"name":"pj_datums","abstract":"

    Undocumented

    "},"Constants.html#/c:@pj_prime_meridians":{"name":"pj_prime_meridians","abstract":"

    Undocumented

    "},"Constants.html#/c:@SFG_TYPE_FEATURE":{"name":"SFG_TYPE_FEATURE","abstract":"

    Feature type

    "},"Constants.html#/c:@SFG_MEMBER_ID":{"name":"SFG_MEMBER_ID","abstract":"

    Id key

    "},"Constants.html#/c:@SFG_MEMBER_GEOMETRY":{"name":"SFG_MEMBER_GEOMETRY","abstract":"

    Geometry key

    "},"Constants.html#/c:@SFG_MEMBER_PROPERTIES":{"name":"SFG_MEMBER_PROPERTIES","abstract":"

    Properties key

    "},"Constants.html#/c:@SFG_TYPE_FEATURE_COLLECTION":{"name":"SFG_TYPE_FEATURE_COLLECTION","abstract":"

    Feature Collection type

    "},"Constants.html#/c:@SFG_MEMBER_FEATURES":{"name":"SFG_MEMBER_FEATURES","abstract":"

    Features key

    "},"Constants.html#/c:@SFG_MEMBER_TYPE":{"name":"SFG_MEMBER_TYPE","abstract":"

    Type key

    "},"Constants.html#/c:@SFG_MEMBER_BBOX":{"name":"SFG_MEMBER_BBOX","abstract":"

    Bounding Box key

    "},"Constants.html#/c:@SFG_MEMBER_COORDINATES":{"name":"SFG_MEMBER_COORDINATES","abstract":"

    Coordinates key

    "},"Constants.html#/c:@SFG_MEMBER_GEOMETRIES":{"name":"SFG_MEMBER_GEOMETRIES","abstract":"

    Geometries key

    "},"Constants.html#/c:SFByteReader.h@DEFAULT_READ_BYTE_ORDER":{"name":"DEFAULT_READ_BYTE_ORDER","abstract":"

    Default read byte order

    "},"Constants.html#/c:SFByteWriter.h@DEFAULT_WRITE_BYTE_ORDER":{"name":"DEFAULT_WRITE_BYTE_ORDER","abstract":"

    Default write byte order

    "},"Constants.html#/c:@SF_DEFAULT_LINE_EPSILON":{"name":"SF_DEFAULT_LINE_EPSILON","abstract":"

    Default epsilon for point in or on line tolerance

    "},"Constants.html#/c:@SF_DEFAULT_EQUAL_EPSILON":{"name":"SF_DEFAULT_EQUAL_EPSILON","abstract":"

    Default epsilon for point equality

    "},"Constants.html#/c:@SF_WEB_MERCATOR_MAX_LAT_RANGE":{"name":"SF_WEB_MERCATOR_MAX_LAT_RANGE","abstract":"

    Web Mercator Latitude Range

    "},"Constants.html#/c:@SF_WEB_MERCATOR_MIN_LAT_RANGE":{"name":"SF_WEB_MERCATOR_MIN_LAT_RANGE","abstract":"

    Web Mercator Latitude Range

    "},"Constants.html#/c:@SF_WEB_MERCATOR_HALF_WORLD_WIDTH":{"name":"SF_WEB_MERCATOR_HALF_WORLD_WIDTH","abstract":"

    Half the world distance in either direction

    "},"Constants.html#/c:@SF_WGS84_HALF_WORLD_LON_WIDTH":{"name":"SF_WGS84_HALF_WORLD_LON_WIDTH","abstract":"

    Half the world longitude width for WGS84

    "},"Constants.html#/c:@SF_WGS84_HALF_WORLD_LAT_HEIGHT":{"name":"SF_WGS84_HALF_WORLD_LAT_HEIGHT","abstract":"

    Half the world latitude height for WGS84

    "},"Constants.html#/c:@SF_DEGREES_TO_METERS_MIN_LAT":{"name":"SF_DEGREES_TO_METERS_MIN_LAT","abstract":"

    Minimum latitude degrees value convertible to meters

    "},"Constants.html#/c:@SF_BEARING_NORTH":{"name":"SF_BEARING_NORTH","abstract":"

    Absolute north bearing in degrees

    "},"Constants.html#/c:@SF_BEARING_EAST":{"name":"SF_BEARING_EAST","abstract":"

    Absolute east bearing in degrees

    "},"Constants.html#/c:@SF_BEARING_SOUTH":{"name":"SF_BEARING_SOUTH","abstract":"

    Absolute south bearing in degrees

    "},"Constants.html#/c:@SF_BEARING_WEST":{"name":"SF_BEARING_WEST","abstract":"

    Absolute west bearing degrees

    "},"Constants.html#/c:@SF_RADIANS_TO_DEGREES":{"name":"SF_RADIANS_TO_DEGREES","abstract":"

    Radians to Degrees conversion

    "},"Constants.html#/c:@SF_DEGREES_TO_RADIANS":{"name":"SF_DEGREES_TO_RADIANS","abstract":"

    Degrees to Radians conversion

    "},"Constants.html#/c:@SF_GEOMETRY_NAME":{"name":"SF_GEOMETRY_NAME","abstract":"

    Geometry type names

    "},"Constants.html#/c:@SF_POINT_NAME":{"name":"SF_POINT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@SF_LINESTRING_NAME":{"name":"SF_LINESTRING_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@SF_POLYGON_NAME":{"name":"SF_POLYGON_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@SF_MULTIPOINT_NAME":{"name":"SF_MULTIPOINT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@SF_MULTILINESTRING_NAME":{"name":"SF_MULTILINESTRING_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@SF_MULTIPOLYGON_NAME":{"name":"SF_MULTIPOLYGON_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@SF_GEOMETRYCOLLECTION_NAME":{"name":"SF_GEOMETRYCOLLECTION_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@SF_CIRCULARSTRING_NAME":{"name":"SF_CIRCULARSTRING_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@SF_COMPOUNDCURVE_NAME":{"name":"SF_COMPOUNDCURVE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@SF_CURVEPOLYGON_NAME":{"name":"SF_CURVEPOLYGON_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@SF_MULTICURVE_NAME":{"name":"SF_MULTICURVE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@SF_MULTISURFACE_NAME":{"name":"SF_MULTISURFACE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@SF_CURVE_NAME":{"name":"SF_CURVE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@SF_SURFACE_NAME":{"name":"SF_SURFACE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@SF_POLYHEDRALSURFACE_NAME":{"name":"SF_POLYHEDRALSURFACE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@SF_TIN_NAME":{"name":"SF_TIN_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@SF_TRIANGLE_NAME":{"name":"SF_TRIANGLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@SF_NONE_NAME":{"name":"SF_NONE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_BYTE_ORDER_LITTLE_ENDIAN":{"name":"TIFF_BYTE_ORDER_LITTLE_ENDIAN","abstract":"

    Little Endian byte order string

    "},"Constants.html#/c:@TIFF_BYTE_ORDER_BIG_ENDIAN":{"name":"TIFF_BYTE_ORDER_BIG_ENDIAN","abstract":"

    Big Endian byte order string

    "},"Constants.html#/c:@TIFF_FILE_IDENTIFIER":{"name":"TIFF_FILE_IDENTIFIER","abstract":"

    TIFF File Identifier

    "},"Constants.html#/c:@TIFF_HEADER_BYTES":{"name":"TIFF_HEADER_BYTES","abstract":"

    TIFF header bytes

    "},"Constants.html#/c:@TIFF_IFD_HEADER_BYTES":{"name":"TIFF_IFD_HEADER_BYTES","abstract":"

    Image File Directory header / number of entries bytes

    "},"Constants.html#/c:@TIFF_IFD_OFFSET_BYTES":{"name":"TIFF_IFD_OFFSET_BYTES","abstract":"

    Image File Directory offset to the next IFD bytes

    "},"Constants.html#/c:@TIFF_IFD_ENTRY_BYTES":{"name":"TIFF_IFD_ENTRY_BYTES","abstract":"

    Image File Directory entry bytes

    "},"Constants.html#/c:@TIFF_DEFAULT_MAX_BYTES_PER_STRIP":{"name":"TIFF_DEFAULT_MAX_BYTES_PER_STRIP","abstract":"

    Default max bytes per strip when writing strips

    "},"Constants.html#/c:@TIFF_COMPRESSION_NO":{"name":"TIFF_COMPRESSION_NO","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_COMPRESSION_CCITT_HUFFMAN":{"name":"TIFF_COMPRESSION_CCITT_HUFFMAN","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_COMPRESSION_T4":{"name":"TIFF_COMPRESSION_T4","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_COMPRESSION_T6":{"name":"TIFF_COMPRESSION_T6","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_COMPRESSION_LZW":{"name":"TIFF_COMPRESSION_LZW","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_COMPRESSION_JPEG_OLD":{"name":"TIFF_COMPRESSION_JPEG_OLD","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_COMPRESSION_JPEG_NEW":{"name":"TIFF_COMPRESSION_JPEG_NEW","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_COMPRESSION_DEFLATE":{"name":"TIFF_COMPRESSION_DEFLATE","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_COMPRESSION_PKZIP_DEFLATE":{"name":"TIFF_COMPRESSION_PKZIP_DEFLATE","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_COMPRESSION_PACKBITS":{"name":"TIFF_COMPRESSION_PACKBITS","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_EXTRA_SAMPLES_UNSPECIFIED":{"name":"TIFF_EXTRA_SAMPLES_UNSPECIFIED","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_EXTRA_SAMPLES_ASSOCIATED_ALPHA":{"name":"TIFF_EXTRA_SAMPLES_ASSOCIATED_ALPHA","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_EXTRA_SAMPLES_UNASSOCIATED_ALPHA":{"name":"TIFF_EXTRA_SAMPLES_UNASSOCIATED_ALPHA","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_FILL_ORDER_LOWER_COLUMN_HIGHER_ORDER":{"name":"TIFF_FILL_ORDER_LOWER_COLUMN_HIGHER_ORDER","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_FILL_ORDER_LOWER_COLUMN_LOWER_ORDER":{"name":"TIFF_FILL_ORDER_LOWER_COLUMN_LOWER_ORDER","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_GRAY_RESPONSE_TENTHS":{"name":"TIFF_GRAY_RESPONSE_TENTHS","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_GRAY_RESPONSE_HUNDREDTHS":{"name":"TIFF_GRAY_RESPONSE_HUNDREDTHS","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_GRAY_RESPONSE_THOUSANDTHS":{"name":"TIFF_GRAY_RESPONSE_THOUSANDTHS","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_GRAY_RESPONSE_TEN_THOUSANDTHS":{"name":"TIFF_GRAY_RESPONSE_TEN_THOUSANDTHS","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_GRAY_RESPONSE_HUNDRED_THOUSANDTHS":{"name":"TIFF_GRAY_RESPONSE_HUNDRED_THOUSANDTHS","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_ORIENTATION_TOP_ROW_LEFT_COLUMN":{"name":"TIFF_ORIENTATION_TOP_ROW_LEFT_COLUMN","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_ORIENTATION_TOP_ROW_RIGHT_COLUMN":{"name":"TIFF_ORIENTATION_TOP_ROW_RIGHT_COLUMN","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_ORIENTATION_BOTTOM_ROW_RIGHT_COLUMN":{"name":"TIFF_ORIENTATION_BOTTOM_ROW_RIGHT_COLUMN","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_ORIENTATION_BOTTOM_ROW_LEFT_COLUMN":{"name":"TIFF_ORIENTATION_BOTTOM_ROW_LEFT_COLUMN","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_ORIENTATION_LEFT_ROW_TOP_COLUMN":{"name":"TIFF_ORIENTATION_LEFT_ROW_TOP_COLUMN","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_ORIENTATION_RIGHT_ROW_TOP_COLUMN":{"name":"TIFF_ORIENTATION_RIGHT_ROW_TOP_COLUMN","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_ORIENTATION_RIGHT_ROW_BOTTOM_COLUMN":{"name":"TIFF_ORIENTATION_RIGHT_ROW_BOTTOM_COLUMN","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_ORIENTATION_LEFT_ROW_BOTTOM_COLUMN":{"name":"TIFF_ORIENTATION_LEFT_ROW_BOTTOM_COLUMN","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_PHOTOMETRIC_INTERPRETATION_WHITE_IS_ZERO":{"name":"TIFF_PHOTOMETRIC_INTERPRETATION_WHITE_IS_ZERO","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_PHOTOMETRIC_INTERPRETATION_BLACK_IS_ZERO":{"name":"TIFF_PHOTOMETRIC_INTERPRETATION_BLACK_IS_ZERO","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_PHOTOMETRIC_INTERPRETATION_RGB":{"name":"TIFF_PHOTOMETRIC_INTERPRETATION_RGB","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_PHOTOMETRIC_INTERPRETATION_PALETTE":{"name":"TIFF_PHOTOMETRIC_INTERPRETATION_PALETTE","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_PHOTOMETRIC_INTERPRETATION_TRANSPARENCY":{"name":"TIFF_PHOTOMETRIC_INTERPRETATION_TRANSPARENCY","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_PLANAR_CONFIGURATION_CHUNKY":{"name":"TIFF_PLANAR_CONFIGURATION_CHUNKY","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_PLANAR_CONFIGURATION_PLANAR":{"name":"TIFF_PLANAR_CONFIGURATION_PLANAR","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_RESOLUTION_UNIT_NO":{"name":"TIFF_RESOLUTION_UNIT_NO","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_RESOLUTION_UNIT_INCH":{"name":"TIFF_RESOLUTION_UNIT_INCH","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_RESOLUTION_UNIT_CENTIMETER":{"name":"TIFF_RESOLUTION_UNIT_CENTIMETER","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_SAMPLE_FORMAT_UNSIGNED_INT":{"name":"TIFF_SAMPLE_FORMAT_UNSIGNED_INT","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_SAMPLE_FORMAT_SIGNED_INT":{"name":"TIFF_SAMPLE_FORMAT_SIGNED_INT","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_SAMPLE_FORMAT_FLOAT":{"name":"TIFF_SAMPLE_FORMAT_FLOAT","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_SAMPLE_FORMAT_UNDEFINED":{"name":"TIFF_SAMPLE_FORMAT_UNDEFINED","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_SUBFILE_TYPE_FULL":{"name":"TIFF_SUBFILE_TYPE_FULL","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_SUBFILE_TYPE_REDUCED":{"name":"TIFF_SUBFILE_TYPE_REDUCED","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_SAMPLE_FORMAT_SINGLE_PAGE_MULTI_PAGE":{"name":"TIFF_SAMPLE_FORMAT_SINGLE_PAGE_MULTI_PAGE","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_THRESHHOLDING_NO":{"name":"TIFF_THRESHHOLDING_NO","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_THRESHHOLDING_ORDERED":{"name":"TIFF_THRESHHOLDING_ORDERED","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_THRESHHOLDING_RANDOM":{"name":"TIFF_THRESHHOLDING_RANDOM","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_PREDICTOR_NO":{"name":"TIFF_PREDICTOR_NO","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_PREDICTOR_HORIZONTAL":{"name":"TIFF_PREDICTOR_HORIZONTAL","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_PREDICTOR_FLOATINGPOINT":{"name":"TIFF_PREDICTOR_FLOATINGPOINT","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DTU_DATE_FORMAT":{"name":"GPKG_DTU_DATE_FORMAT","abstract":"

    Date format

    "},"Constants.html#/c:@GPKG_DTU_DATE_FORMAT2":{"name":"GPKG_DTU_DATE_FORMAT2","abstract":"

    Non standard Date format

    "},"Constants.html#/c:@GPKG_DTU_DATETIME_FORMAT":{"name":"GPKG_DTU_DATETIME_FORMAT","abstract":"

    Date Time format

    "},"Constants.html#/c:@GPKG_DTU_DATETIME_FORMAT2":{"name":"GPKG_DTU_DATETIME_FORMAT2","abstract":"

    Secondary Date Time format w/o milliseconds for parsing string dates

    "},"Constants.html#/c:@GPKG_DTU_FUNCTION_DATE":{"name":"GPKG_DTU_FUNCTION_DATE","abstract":"

    SQLite date function

    "},"Constants.html#/c:@GPKG_DTU_FUNCTION_TIME":{"name":"GPKG_DTU_FUNCTION_TIME","abstract":"

    SQLite time function

    "},"Constants.html#/c:@GPKG_DTU_FUNCTION_DATETIME":{"name":"GPKG_DTU_FUNCTION_DATETIME","abstract":"

    SQLite datetime function

    "},"Constants.html#/c:@GPKG_DTU_FUNCTION_JULIANDAY":{"name":"GPKG_DTU_FUNCTION_JULIANDAY","abstract":"

    SQLite julianday function

    "},"Constants.html#/c:@GPKG_DTU_FUNCTION_STRFTIME":{"name":"GPKG_DTU_FUNCTION_STRFTIME","abstract":"

    SQLite strftime function

    "},"Constants.html#/c:@GPKG_EXTENSION":{"name":"GPKG_EXTENSION","abstract":"

    GeoPackage constants

    "},"Constants.html#/c:@GPKG_EXTENDED_EXTENSION":{"name":"GPKG_EXTENDED_EXTENSION","abstract":"

    @deprecated in GeoPackage version 1.2

    "},"Constants.html#/c:@GPKG_MEDIA_TYPE":{"name":"GPKG_MEDIA_TYPE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_APPLICATION_ID":{"name":"GPKG_APPLICATION_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_USER_VERSION":{"name":"GPKG_USER_VERSION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_METADATA_APPLICATION_ID":{"name":"GPKG_METADATA_APPLICATION_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GEOMETRY_MAGIC_NUMBER":{"name":"GPKG_GEOMETRY_MAGIC_NUMBER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GEOMETRY_VERSION_1":{"name":"GPKG_GEOMETRY_VERSION_1","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_SQLITE_HEADER_PREFIX":{"name":"GPKG_SQLITE_HEADER_PREFIX","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_SQLITE_APPLICATION_ID":{"name":"GPKG_SQLITE_APPLICATION_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_EXTENSION_AUTHOR":{"name":"GPKG_EXTENSION_AUTHOR","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GEOMETRY_EXTENSION_PREFIX":{"name":"GPKG_GEOMETRY_EXTENSION_PREFIX","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_UNDEFINED_DEFINITION":{"name":"GPKG_UNDEFINED_DEFINITION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_BUNDLE_NAME":{"name":"GPKG_BUNDLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROPERTY_LIST_TYPE":{"name":"GPKG_PROPERTY_LIST_TYPE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_RESOURCES_PROPERTIES":{"name":"GPKG_RESOURCES_PROPERTIES","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_EARTH_RADIUS":{"name":"GPKG_EARTH_RADIUS","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CON_TABLE_NAME":{"name":"GPKG_CON_TABLE_NAME","abstract":"

    Contents table constants

    "},"Constants.html#/c:@GPKG_CON_COLUMN_PK":{"name":"GPKG_CON_COLUMN_PK","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CON_COLUMN_TABLE_NAME":{"name":"GPKG_CON_COLUMN_TABLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CON_COLUMN_DATA_TYPE":{"name":"GPKG_CON_COLUMN_DATA_TYPE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CON_COLUMN_IDENTIFIER":{"name":"GPKG_CON_COLUMN_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CON_COLUMN_DESCRIPTION":{"name":"GPKG_CON_COLUMN_DESCRIPTION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CON_COLUMN_LAST_CHANGE":{"name":"GPKG_CON_COLUMN_LAST_CHANGE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CON_COLUMN_MIN_X":{"name":"GPKG_CON_COLUMN_MIN_X","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CON_COLUMN_MIN_Y":{"name":"GPKG_CON_COLUMN_MIN_Y","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CON_COLUMN_MAX_X":{"name":"GPKG_CON_COLUMN_MAX_X","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CON_COLUMN_MAX_Y":{"name":"GPKG_CON_COLUMN_MAX_Y","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CON_COLUMN_SRS_ID":{"name":"GPKG_CON_COLUMN_SRS_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDT_FEATURES_NAME":{"name":"GPKG_CDT_FEATURES_NAME","abstract":"

    Contents data type names

    "},"Constants.html#/c:@GPKG_CDT_TILES_NAME":{"name":"GPKG_CDT_TILES_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDT_ATTRIBUTES_NAME":{"name":"GPKG_CDT_ATTRIBUTES_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DT_BOOLEAN_NAME":{"name":"GPKG_DT_BOOLEAN_NAME","abstract":"

    Data type names

    "},"Constants.html#/c:@GPKG_DT_TINYINT_NAME":{"name":"GPKG_DT_TINYINT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DT_SMALLINT_NAME":{"name":"GPKG_DT_SMALLINT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DT_MEDIUMINT_NAME":{"name":"GPKG_DT_MEDIUMINT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DT_INT_NAME":{"name":"GPKG_DT_INT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DT_INTEGER_NAME":{"name":"GPKG_DT_INTEGER_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DT_FLOAT_NAME":{"name":"GPKG_DT_FLOAT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DT_DOUBLE_NAME":{"name":"GPKG_DT_DOUBLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DT_REAL_NAME":{"name":"GPKG_DT_REAL_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DT_TEXT_NAME":{"name":"GPKG_DT_TEXT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DT_BLOB_NAME":{"name":"GPKG_DT_BLOB_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DT_DATE_NAME":{"name":"GPKG_DT_DATE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DT_DATETIME_NAME":{"name":"GPKG_DT_DATETIME_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_RESOURCES_TABLES":{"name":"GPKG_RESOURCES_TABLES","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_SM_TABLE_NAME":{"name":"GPKG_SM_TABLE_NAME","abstract":"

    Table Name

    "},"Constants.html#/c:@GPKG_SMC_TYPE_NAME":{"name":"GPKG_SMC_TYPE_NAME","abstract":"

    SQLite Master column keyword type names

    "},"Constants.html#/c:@GPKG_SMC_NAME_NAME":{"name":"GPKG_SMC_NAME_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_SMC_TBL_NAME_NAME":{"name":"GPKG_SMC_TBL_NAME_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_SMC_ROOTPAGE_NAME":{"name":"GPKG_SMC_ROOTPAGE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_SMC_SQL_NAME":{"name":"GPKG_SMC_SQL_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_SMT_TABLE_NAME":{"name":"GPKG_SMT_TABLE_NAME","abstract":"

    SQLite Master table type names

    "},"Constants.html#/c:@GPKG_SMT_INDEX_NAME":{"name":"GPKG_SMT_INDEX_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_SMT_VIEW_NAME":{"name":"GPKG_SMT_VIEW_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_SMT_TRIGGER_NAME":{"name":"GPKG_SMT_TRIGGER_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GPM_TABLE_NAME":{"name":"GPKG_GPM_TABLE_NAME","abstract":"

    Table name

    "},"Constants.html#/c:@GPKG_GPM_COLUMN_PK":{"name":"GPKG_GPM_COLUMN_PK","abstract":"

    Column names

    "},"Constants.html#/c:@GPKG_GPM_COLUMN_ID":{"name":"GPKG_GPM_COLUMN_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GPM_COLUMN_NAME":{"name":"GPKG_GPM_COLUMN_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GPM_COLUMN_PATH":{"name":"GPKG_GPM_COLUMN_PATH","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_METADATA_TABLES":{"name":"GPKG_METADATA_TABLES","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GPGM_TABLE_NAME":{"name":"GPKG_GPGM_TABLE_NAME","abstract":"

    Table name

    "},"Constants.html#/c:@GPKG_GPGM_COLUMN_PK1":{"name":"GPKG_GPGM_COLUMN_PK1","abstract":"

    Column names

    "},"Constants.html#/c:@GPKG_GPGM_COLUMN_PK2":{"name":"GPKG_GPGM_COLUMN_PK2","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GPGM_COLUMN_PK3":{"name":"GPKG_GPGM_COLUMN_PK3","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GPGM_COLUMN_GEOPACKAGE_ID":{"name":"GPKG_GPGM_COLUMN_GEOPACKAGE_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GPGM_COLUMN_TABLE_NAME":{"name":"GPKG_GPGM_COLUMN_TABLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GPGM_COLUMN_ID":{"name":"GPKG_GPGM_COLUMN_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GPGM_COLUMN_MIN_X":{"name":"GPKG_GPGM_COLUMN_MIN_X","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GPGM_COLUMN_MAX_X":{"name":"GPKG_GPGM_COLUMN_MAX_X","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GPGM_COLUMN_MIN_Y":{"name":"GPKG_GPGM_COLUMN_MIN_Y","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GPGM_COLUMN_MAX_Y":{"name":"GPKG_GPGM_COLUMN_MAX_Y","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GPGM_COLUMN_MIN_Z":{"name":"GPKG_GPGM_COLUMN_MIN_Z","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GPGM_COLUMN_MAX_Z":{"name":"GPKG_GPGM_COLUMN_MAX_Z","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GPGM_COLUMN_MIN_M":{"name":"GPKG_GPGM_COLUMN_MIN_M","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GPGM_COLUMN_MAX_M":{"name":"GPKG_GPGM_COLUMN_MAX_M","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GPTM_TABLE_NAME":{"name":"GPKG_GPTM_TABLE_NAME","abstract":"

    Table name

    "},"Constants.html#/c:@GPKG_GPTM_COLUMN_PK1":{"name":"GPKG_GPTM_COLUMN_PK1","abstract":"

    Column names

    "},"Constants.html#/c:@GPKG_GPTM_COLUMN_PK2":{"name":"GPKG_GPTM_COLUMN_PK2","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GPTM_COLUMN_GEOPACKAGE_ID":{"name":"GPKG_GPTM_COLUMN_GEOPACKAGE_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GPTM_COLUMN_TABLE_NAME":{"name":"GPKG_GPTM_COLUMN_TABLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GPTM_COLUMN_LAST_INDEXED":{"name":"GPKG_GPTM_COLUMN_LAST_INDEXED","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CONSTRAINT":{"name":"GPKG_CONSTRAINT","abstract":"

    Constraint keyword

    "},"Constants.html#/c:@GPKG_CT_PRIMARY_KEY_NAME":{"name":"GPKG_CT_PRIMARY_KEY_NAME","abstract":"

    Constraint type names

    "},"Constants.html#/c:@GPKG_CT_UNIQUE_NAME":{"name":"GPKG_CT_UNIQUE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CT_CHECK_NAME":{"name":"GPKG_CT_CHECK_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CT_FOREIGN_KEY_NAME":{"name":"GPKG_CT_FOREIGN_KEY_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CT_NOT_NULL_NAME":{"name":"GPKG_CT_NOT_NULL_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CT_DEFAULT_NAME":{"name":"GPKG_CT_DEFAULT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CT_COLLATE_NAME":{"name":"GPKG_CT_COLLATE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CT_AUTOINCREMENT_NAME":{"name":"GPKG_CT_AUTOINCREMENT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TI_CID":{"name":"GPKG_TI_CID","abstract":"

    Index column

    "},"Constants.html#/c:@GPKG_TI_CID_INDEX":{"name":"GPKG_TI_CID_INDEX","abstract":"

    Index column index

    "},"Constants.html#/c:@GPKG_TI_NAME":{"name":"GPKG_TI_NAME","abstract":"

    Name column

    "},"Constants.html#/c:@GPKG_TI_NAME_INDEX":{"name":"GPKG_TI_NAME_INDEX","abstract":"

    Name column index

    "},"Constants.html#/c:@GPKG_TI_TYPE":{"name":"GPKG_TI_TYPE","abstract":"

    Type column

    "},"Constants.html#/c:@GPKG_TI_TYPE_INDEX":{"name":"GPKG_TI_TYPE_INDEX","abstract":"

    Type column index

    "},"Constants.html#/c:@GPKG_TI_NOT_NULL":{"name":"GPKG_TI_NOT_NULL","abstract":"

    Not null column

    "},"Constants.html#/c:@GPKG_TI_NOT_NULL_INDEX":{"name":"GPKG_TI_NOT_NULL_INDEX","abstract":"

    Not null column index

    "},"Constants.html#/c:@GPKG_TI_DFLT_VALUE":{"name":"GPKG_TI_DFLT_VALUE","abstract":"

    Default value column

    "},"Constants.html#/c:@GPKG_TI_DFLT_VALUE_INDEX":{"name":"GPKG_TI_DFLT_VALUE_INDEX","abstract":"

    Default value column index

    "},"Constants.html#/c:@GPKG_TI_PK":{"name":"GPKG_TI_PK","abstract":"

    Primary key column

    "},"Constants.html#/c:@GPKG_TI_PK_INDEX":{"name":"GPKG_TI_PK_INDEX","abstract":"

    Primary key column index

    "},"Constants.html#/c:@GPKG_TI_DEFAULT_NULL":{"name":"GPKG_TI_DEFAULT_NULL","abstract":"

    Default of NULL value

    "},"Constants.html#/c:@GPKG_UNIQUE":{"name":"GPKG_UNIQUE","abstract":"

    Unique keyword

    "},"Constants.html#/c:@GPKG_DGIWG_TILE_WIDTH":{"name":"GPKG_DGIWG_TILE_WIDTH","abstract":"

    Tile Width

    "},"Constants.html#/c:@GPKG_DGIWG_TILE_HEIGHT":{"name":"GPKG_DGIWG_TILE_HEIGHT","abstract":"

    Tile Height

    "},"Constants.html#/c:@GPKG_DGIWG_MIN_ZOOM_LEVEL":{"name":"GPKG_DGIWG_MIN_ZOOM_LEVEL","abstract":"

    Minimum Zoom Level

    "},"Constants.html#/c:@GPKG_DGIWG_MAX_ZOOM_LEVEL":{"name":"GPKG_DGIWG_MAX_ZOOM_LEVEL","abstract":"

    Maximum Zoom Level

    "},"Constants.html#/c:@GPKG_DGIWG_DESCRIPTION_UNKNOWN":{"name":"GPKG_DGIWG_DESCRIPTION_UNKNOWN","abstract":"

    Invalid unknown description

    "},"Constants.html#/c:@GPKG_DGIWG_DESCRIPTION_TBD":{"name":"GPKG_DGIWG_DESCRIPTION_TBD","abstract":"

    Invalid tbd description

    "},"Constants.html#/c:@GPKG_DGIWG_METADATA_MIME_TYPE":{"name":"GPKG_DGIWG_METADATA_MIME_TYPE","abstract":"

    MIME encoding of metadata

    "},"Constants.html#/c:@GPKG_DGIWG_DMF_BASE_URI":{"name":"GPKG_DGIWG_DMF_BASE_URI","abstract":"

    DGIWG Metadata Foundation (DMF) base URI

    "},"Constants.html#/c:@GPKG_DGIWG_DMF_2_0_URI":{"name":"GPKG_DGIWG_DMF_2_0_URI","abstract":"

    DGIWG Metadata Foundation (DMF) 2.0 URI

    "},"Constants.html#/c:@GPKG_DGIWG_DMF_DEFAULT_URI":{"name":"GPKG_DGIWG_DMF_DEFAULT_URI","abstract":"

    DGIWG Metadata Foundation (DMF) Default URI

    "},"Constants.html#/c:@GPKG_DGIWG_NMIS_BASE_URI":{"name":"GPKG_DGIWG_NMIS_BASE_URI","abstract":"

    NMIS base URI

    "},"Constants.html#/c:@GPKG_DGIWG_NMIS_8_0_URI":{"name":"GPKG_DGIWG_NMIS_8_0_URI","abstract":"

    NMIS 8.0 URI

    "},"Constants.html#/c:@GPKG_DGIWG_NMIS_DEFAULT_URI":{"name":"GPKG_DGIWG_NMIS_DEFAULT_URI","abstract":"

    NMIS Default URI

    "},"Constants.html#/c:@GPKG_DGIWG_FN_DELIMITER_ELEMENTS":{"name":"GPKG_DGIWG_FN_DELIMITER_ELEMENTS","abstract":"

    Delimiter between elements

    "},"Constants.html#/c:@GPKG_DGIWG_FN_DELIMITER_WORDS":{"name":"GPKG_DGIWG_FN_DELIMITER_WORDS","abstract":"

    Delimiter between words

    "},"Constants.html#/c:@GPKG_DGIWG_FN_DELIMITER_SCALE":{"name":"GPKG_DGIWG_FN_DELIMITER_SCALE","abstract":"

    Delimiter between zoom scale

    "},"Constants.html#/c:@GPKG_DGIWG_FN_VERSION_PREFIX":{"name":"GPKG_DGIWG_FN_VERSION_PREFIX","abstract":"

    Version prefix

    "},"Constants.html#/c:@GPKG_DGIWG_FN_DATE_FORMAT":{"name":"GPKG_DGIWG_FN_DATE_FORMAT","abstract":"

    Date format

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_GEOPACKAGE_BASE_NAME":{"name":"GPKG_DGIWG_REQ_GEOPACKAGE_BASE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_GEOPACKAGE_OPTIONS_NAME":{"name":"GPKG_DGIWG_REQ_GEOPACKAGE_OPTIONS_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_EXTENSIONS_MANDATORY_NAME":{"name":"GPKG_DGIWG_REQ_EXTENSIONS_MANDATORY_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_EXTENSIONS_OPTIONAL_NAME":{"name":"GPKG_DGIWG_REQ_EXTENSIONS_OPTIONAL_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_EXTENSIONS_NOT_ALLOWED_NAME":{"name":"GPKG_DGIWG_REQ_EXTENSIONS_NOT_ALLOWED_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_EXTENSIONS_CONDITIONAL_NAME":{"name":"GPKG_DGIWG_REQ_EXTENSIONS_CONDITIONAL_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_CRS_RASTER_ALLOWED_NAME":{"name":"GPKG_DGIWG_REQ_CRS_RASTER_ALLOWED_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_CRS_RASTER_TILE_MATRIX_SET_NAME":{"name":"GPKG_DGIWG_REQ_CRS_RASTER_TILE_MATRIX_SET_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_CRS_2D_VECTOR_NAME":{"name":"GPKG_DGIWG_REQ_CRS_2D_VECTOR_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_CRS_3D_VECTOR_NAME":{"name":"GPKG_DGIWG_REQ_CRS_3D_VECTOR_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_CRS_WKT_NAME":{"name":"GPKG_DGIWG_REQ_CRS_WKT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_CRS_COMPOUND_NAME":{"name":"GPKG_DGIWG_REQ_CRS_COMPOUND_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_CRS_COMPOUND_WKT_NAME":{"name":"GPKG_DGIWG_REQ_CRS_COMPOUND_WKT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_METADATA_DMF_NAME":{"name":"GPKG_DGIWG_REQ_METADATA_DMF_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_METADATA_GPKG_NAME":{"name":"GPKG_DGIWG_REQ_METADATA_GPKG_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_METADATA_ROW_NAME":{"name":"GPKG_DGIWG_REQ_METADATA_ROW_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_METADATA_USER_NAME":{"name":"GPKG_DGIWG_REQ_METADATA_USER_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_METADATA_PRODUCT_NAME":{"name":"GPKG_DGIWG_REQ_METADATA_PRODUCT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_METADATA_PRODUCT_PARTIAL_NAME":{"name":"GPKG_DGIWG_REQ_METADATA_PRODUCT_PARTIAL_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_VALIDITY_DATA_VALIDITY_NAME":{"name":"GPKG_DGIWG_REQ_VALIDITY_DATA_VALIDITY_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_TILE_SIZE_MATRIX_NAME":{"name":"GPKG_DGIWG_REQ_TILE_SIZE_MATRIX_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_TILE_SIZE_DATA_NAME":{"name":"GPKG_DGIWG_REQ_TILE_SIZE_DATA_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_ZOOM_FACTOR_NAME":{"name":"GPKG_DGIWG_REQ_ZOOM_FACTOR_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_ZOOM_MATRIX_SETS_MULTIPLE_NAME":{"name":"GPKG_DGIWG_REQ_ZOOM_MATRIX_SETS_MULTIPLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_ZOOM_MATRIX_SETS_ONE_NAME":{"name":"GPKG_DGIWG_REQ_ZOOM_MATRIX_SETS_ONE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_BBOX_CRS_NAME":{"name":"GPKG_DGIWG_REQ_BBOX_CRS_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_METADATA_TILE_NAME":{"name":"GPKG_DGIWG_REQ_METADATA_TILE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_METADATA_FEATURE_NAME":{"name":"GPKG_DGIWG_REQ_METADATA_FEATURE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_GEOPACKAGE_BASE_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_GEOPACKAGE_BASE_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_GEOPACKAGE_OPTIONS_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_GEOPACKAGE_OPTIONS_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_EXTENSIONS_MANDATORY_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_EXTENSIONS_MANDATORY_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_EXTENSIONS_OPTIONAL_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_EXTENSIONS_OPTIONAL_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_EXTENSIONS_NOT_ALLOWED_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_EXTENSIONS_NOT_ALLOWED_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_EXTENSIONS_CONDITIONAL_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_EXTENSIONS_CONDITIONAL_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_CRS_RASTER_ALLOWED_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_CRS_RASTER_ALLOWED_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_CRS_RASTER_TILE_MATRIX_SET_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_CRS_RASTER_TILE_MATRIX_SET_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_CRS_2D_VECTOR_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_CRS_2D_VECTOR_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_CRS_3D_VECTOR_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_CRS_3D_VECTOR_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_CRS_WKT_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_CRS_WKT_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_CRS_COMPOUND_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_CRS_COMPOUND_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_CRS_COMPOUND_WKT_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_CRS_COMPOUND_WKT_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_METADATA_DMF_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_METADATA_DMF_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_METADATA_GPKG_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_METADATA_GPKG_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_METADATA_ROW_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_METADATA_ROW_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_METADATA_USER_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_METADATA_USER_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_METADATA_PRODUCT_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_METADATA_PRODUCT_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_METADATA_PRODUCT_PARTIAL_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_METADATA_PRODUCT_PARTIAL_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_VALIDITY_DATA_VALIDITY_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_VALIDITY_DATA_VALIDITY_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_TILE_SIZE_MATRIX_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_TILE_SIZE_MATRIX_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_TILE_SIZE_DATA_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_TILE_SIZE_DATA_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_ZOOM_FACTOR_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_ZOOM_FACTOR_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_ZOOM_MATRIX_SETS_MULTIPLE_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_ZOOM_MATRIX_SETS_MULTIPLE_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_ZOOM_MATRIX_SETS_ONE_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_ZOOM_MATRIX_SETS_ONE_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_BBOX_CRS_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_BBOX_CRS_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_METADATA_TILE_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_METADATA_TILE_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_METADATA_FEATURE_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_METADATA_FEATURE_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_IDENTIFIER_PREFIX":{"name":"GPKG_DGIWG_REQ_IDENTIFIER_PREFIX","abstract":"

    Identifier prefix

    "},"Constants.html#/c:GPKGDgiwgValidate.h@pixelSizeValidationDelta":{"name":"pixelSizeValidationDelta","abstract":"

    Delta for comparisons between same pixel sizes

    "},"Constants.html#/c:@GPKG_DGIWG_RESOURCES_WKT":{"name":"GPKG_DGIWG_RESOURCES_WKT","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_UTM_NORTH_MIN":{"name":"GPKG_UTM_NORTH_MIN","abstract":"

    North min EPSG code

    "},"Constants.html#/c:@GPKG_UTM_NORTH_MAX":{"name":"GPKG_UTM_NORTH_MAX","abstract":"

    North max EPSG code

    "},"Constants.html#/c:@GPKG_UTM_SOUTH_MIN":{"name":"GPKG_UTM_SOUTH_MIN","abstract":"

    South min EPSG code

    "},"Constants.html#/c:@GPKG_UTM_SOUTH_MAX":{"name":"GPKG_UTM_SOUTH_MAX","abstract":"

    South max EPSG code

    "},"Constants.html#/c:@GPKG_CRS_WKT_EXTENSION_NAME":{"name":"GPKG_CRS_WKT_EXTENSION_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_EX_EXTENSION_NAME_DIVIDER":{"name":"GPKG_EX_EXTENSION_NAME_DIVIDER","abstract":"

    Extension table constants

    "},"Constants.html#/c:@GPKG_EX_TABLE_NAME":{"name":"GPKG_EX_TABLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_EX_COLUMN_TABLE_NAME":{"name":"GPKG_EX_COLUMN_TABLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_EX_COLUMN_COLUMN_NAME":{"name":"GPKG_EX_COLUMN_COLUMN_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_EX_COLUMN_EXTENSION_NAME":{"name":"GPKG_EX_COLUMN_EXTENSION_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_EX_COLUMN_DEFINITION":{"name":"GPKG_EX_COLUMN_DEFINITION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_EX_COLUMN_SCOPE":{"name":"GPKG_EX_COLUMN_SCOPE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_EST_READ_WRITE_NAME":{"name":"GPKG_EST_READ_WRITE_NAME","abstract":"

    Extension scope type enumeration names

    "},"Constants.html#/c:@GPKG_EST_WRITE_ONLY_NAME":{"name":"GPKG_EST_WRITE_ONLY_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_WEBP_EXTENSION_NAME":{"name":"GPKG_WEBP_EXTENSION_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_ZOOM_OTHER_EXTENSION_NAME":{"name":"GPKG_ZOOM_OTHER_EXTENSION_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CD_GRIDDED_COVERAGE":{"name":"GPKG_CD_GRIDDED_COVERAGE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GRIDDED_COVERAGE_EXTENSION_NAME":{"name":"GPKG_GRIDDED_COVERAGE_EXTENSION_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDA_NEAREST_NEIGHBOR_NAME":{"name":"GPKG_CDA_NEAREST_NEIGHBOR_NAME","abstract":"

    Tile Gridded Coverage Data Algorithm names

    "},"Constants.html#/c:@GPKG_CDA_BILINEAR_NAME":{"name":"GPKG_CDA_BILINEAR_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDA_BICUBIC_NAME":{"name":"GPKG_CDA_BICUBIC_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDGC_TABLE_NAME":{"name":"GPKG_CDGC_TABLE_NAME","abstract":"

    Gridded Coverage table constants

    "},"Constants.html#/c:@GPKG_CDGC_COLUMN_PK":{"name":"GPKG_CDGC_COLUMN_PK","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDGC_COLUMN_ID":{"name":"GPKG_CDGC_COLUMN_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDGC_COLUMN_TILE_MATRIX_SET_NAME":{"name":"GPKG_CDGC_COLUMN_TILE_MATRIX_SET_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDGC_COLUMN_DATATYPE":{"name":"GPKG_CDGC_COLUMN_DATATYPE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDGC_COLUMN_SCALE":{"name":"GPKG_CDGC_COLUMN_SCALE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDGC_COLUMN_OFFSET":{"name":"GPKG_CDGC_COLUMN_OFFSET","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDGC_COLUMN_PRECISION":{"name":"GPKG_CDGC_COLUMN_PRECISION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDGC_COLUMN_DATA_NULL":{"name":"GPKG_CDGC_COLUMN_DATA_NULL","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDGC_COLUMN_GRID_CELL_ENCODING":{"name":"GPKG_CDGC_COLUMN_GRID_CELL_ENCODING","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDGC_COLUMN_UOM":{"name":"GPKG_CDGC_COLUMN_UOM","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDGC_COLUMN_FIELD_NAME":{"name":"GPKG_CDGC_COLUMN_FIELD_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDGC_COLUMN_QUANTITY_DEFINITION":{"name":"GPKG_CDGC_COLUMN_QUANTITY_DEFINITION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GCDT_INTEGER_NAME":{"name":"GPKG_GCDT_INTEGER_NAME","abstract":"

    Gridded Coverage data type names

    "},"Constants.html#/c:@GPKG_GCDT_FLOAT_NAME":{"name":"GPKG_GCDT_FLOAT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GCET_CENTER_NAME":{"name":"GPKG_GCET_CENTER_NAME","abstract":"

    Gridded Coverage encoding type names

    "},"Constants.html#/c:@GPKG_GCET_AREA_NAME":{"name":"GPKG_GCET_AREA_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GCET_CORNER_NAME":{"name":"GPKG_GCET_CORNER_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDGT_TABLE_NAME":{"name":"GPKG_CDGT_TABLE_NAME","abstract":"

    Gridded Tile table constants

    "},"Constants.html#/c:@GPKG_CDGT_COLUMN_PK":{"name":"GPKG_CDGT_COLUMN_PK","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDGT_COLUMN_ID":{"name":"GPKG_CDGT_COLUMN_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDGT_COLUMN_TABLE_NAME":{"name":"GPKG_CDGT_COLUMN_TABLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDGT_COLUMN_TABLE_ID":{"name":"GPKG_CDGT_COLUMN_TABLE_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDGT_COLUMN_SCALE":{"name":"GPKG_CDGT_COLUMN_SCALE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDGT_COLUMN_OFFSET":{"name":"GPKG_CDGT_COLUMN_OFFSET","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDGT_COLUMN_MIN":{"name":"GPKG_CDGT_COLUMN_MIN","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDGT_COLUMN_MAX":{"name":"GPKG_CDGT_COLUMN_MAX","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDGT_COLUMN_MEAN":{"name":"GPKG_CDGT_COLUMN_MEAN","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDGT_COLUMN_STANDARD_DEVIATION":{"name":"GPKG_CDGT_COLUMN_STANDARD_DEVIATION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_M_TABLE_NAME":{"name":"GPKG_M_TABLE_NAME","abstract":"

    Metadata table constants

    "},"Constants.html#/c:@GPKG_M_COLUMN_PK":{"name":"GPKG_M_COLUMN_PK","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_M_COLUMN_ID":{"name":"GPKG_M_COLUMN_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_M_COLUMN_SCOPE":{"name":"GPKG_M_COLUMN_SCOPE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_M_COLUMN_STANDARD_URI":{"name":"GPKG_M_COLUMN_STANDARD_URI","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_M_COLUMN_MIME_TYPE":{"name":"GPKG_M_COLUMN_MIME_TYPE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_M_COLUMN_METADATA":{"name":"GPKG_M_COLUMN_METADATA","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_UNDEFINED_NAME":{"name":"GPKG_MST_UNDEFINED_NAME","abstract":"

    Metadata Scope Type enumeration names

    "},"Constants.html#/c:@GPKG_MST_FIELD_SESSION_NAME":{"name":"GPKG_MST_FIELD_SESSION_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_COLLECTION_SESSION_NAME":{"name":"GPKG_MST_COLLECTION_SESSION_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_SERIES_NAME":{"name":"GPKG_MST_SERIES_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_DATASET_NAME":{"name":"GPKG_MST_DATASET_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_FEATURE_TYPE_NAME":{"name":"GPKG_MST_FEATURE_TYPE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_FEATURE_NAME":{"name":"GPKG_MST_FEATURE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_ATTRIBUTE_TYPE_NAME":{"name":"GPKG_MST_ATTRIBUTE_TYPE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_ATTRIBUTE_NAME":{"name":"GPKG_MST_ATTRIBUTE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_TILE_NAME":{"name":"GPKG_MST_TILE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_MODEL_NAME":{"name":"GPKG_MST_MODEL_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_CATALOG_NAME":{"name":"GPKG_MST_CATALOG_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_SCHEMA_NAME":{"name":"GPKG_MST_SCHEMA_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_TAXONOMY_NAME":{"name":"GPKG_MST_TAXONOMY_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_SOFTWARE_NAME":{"name":"GPKG_MST_SOFTWARE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_SERVICE_NAME":{"name":"GPKG_MST_SERVICE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_COLLECTION_HARDWARE_NAME":{"name":"GPKG_MST_COLLECTION_HARDWARE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_NON_GEOGRAPHIC_DATASET_NAME":{"name":"GPKG_MST_NON_GEOGRAPHIC_DATASET_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_DIMENSION_GROUP_NAME":{"name":"GPKG_MST_DIMENSION_GROUP_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_STYLE_NAME":{"name":"GPKG_MST_STYLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_METADATA_EXTENSION_NAME":{"name":"GPKG_METADATA_EXTENSION_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MR_TABLE_NAME":{"name":"GPKG_MR_TABLE_NAME","abstract":"

    Metadata Reference table constants

    "},"Constants.html#/c:@GPKG_MR_COLUMN_REFERENCE_SCOPE":{"name":"GPKG_MR_COLUMN_REFERENCE_SCOPE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MR_COLUMN_TABLE_NAME":{"name":"GPKG_MR_COLUMN_TABLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MR_COLUMN_COLUMN_NAME":{"name":"GPKG_MR_COLUMN_COLUMN_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MR_COLUMN_ROW_ID_VALUE":{"name":"GPKG_MR_COLUMN_ROW_ID_VALUE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MR_COLUMN_TIMESTAMP":{"name":"GPKG_MR_COLUMN_TIMESTAMP","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MR_COLUMN_FILE_ID":{"name":"GPKG_MR_COLUMN_FILE_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MR_COLUMN_PARENT_ID":{"name":"GPKG_MR_COLUMN_PARENT_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_RST_GEOPACKAGE_NAME":{"name":"GPKG_RST_GEOPACKAGE_NAME","abstract":"

    Reference Scope Type enumeration names

    "},"Constants.html#/c:@GPKG_RST_TABLE_NAME":{"name":"GPKG_RST_TABLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_RST_COLUMN_NAME":{"name":"GPKG_RST_COLUMN_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_RST_ROW_NAME":{"name":"GPKG_RST_ROW_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_RST_ROW_COL_NAME":{"name":"GPKG_RST_ROW_COL_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_NGA_EXTENSION_AUTHOR":{"name":"GPKG_NGA_EXTENSION_AUTHOR","abstract":"

    NGA Extension author

    "},"Constants.html#/c:@GPKG_NGA_TABLES":{"name":"GPKG_NGA_TABLES","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CI_TABLE_NAME":{"name":"GPKG_CI_TABLE_NAME","abstract":"

    Contents Id table constants

    "},"Constants.html#/c:@GPKG_CI_COLUMN_PK":{"name":"GPKG_CI_COLUMN_PK","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CI_COLUMN_ID":{"name":"GPKG_CI_COLUMN_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CI_COLUMN_TABLE_NAME":{"name":"GPKG_CI_COLUMN_TABLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_EXTENSION_CONTENTS_ID_NAME_NO_AUTHOR":{"name":"GPKG_EXTENSION_CONTENTS_ID_NAME_NO_AUTHOR","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_EXTENSION_CONTENTS_ID_DEFINITION":{"name":"GPKG_PROP_EXTENSION_CONTENTS_ID_DEFINITION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_EXTENSION_GEOMETRY_INDEX_NAME_NO_AUTHOR":{"name":"GPKG_EXTENSION_GEOMETRY_INDEX_NAME_NO_AUTHOR","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_EXTENSION_GEOMETRY_INDEX_DEFINITION":{"name":"GPKG_PROP_EXTENSION_GEOMETRY_INDEX_DEFINITION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GI_TABLE_NAME":{"name":"GPKG_GI_TABLE_NAME","abstract":"

    Geometry Index table constants

    "},"Constants.html#/c:@GPKG_GI_COLUMN_PK1":{"name":"GPKG_GI_COLUMN_PK1","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GI_COLUMN_PK2":{"name":"GPKG_GI_COLUMN_PK2","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GI_COLUMN_TABLE_NAME":{"name":"GPKG_GI_COLUMN_TABLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GI_COLUMN_GEOM_ID":{"name":"GPKG_GI_COLUMN_GEOM_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GI_COLUMN_MIN_X":{"name":"GPKG_GI_COLUMN_MIN_X","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GI_COLUMN_MAX_X":{"name":"GPKG_GI_COLUMN_MAX_X","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GI_COLUMN_MIN_Y":{"name":"GPKG_GI_COLUMN_MIN_Y","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GI_COLUMN_MAX_Y":{"name":"GPKG_GI_COLUMN_MAX_Y","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GI_COLUMN_MIN_Z":{"name":"GPKG_GI_COLUMN_MIN_Z","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GI_COLUMN_MAX_Z":{"name":"GPKG_GI_COLUMN_MAX_Z","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GI_COLUMN_MIN_M":{"name":"GPKG_GI_COLUMN_MIN_M","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GI_COLUMN_MAX_M":{"name":"GPKG_GI_COLUMN_MAX_M","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TI_TABLE_NAME":{"name":"GPKG_TI_TABLE_NAME","abstract":"

    Table Index table constants

    "},"Constants.html#/c:@GPKG_TI_COLUMN_PK":{"name":"GPKG_TI_COLUMN_PK","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TI_COLUMN_TABLE_NAME":{"name":"GPKG_TI_COLUMN_TABLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TI_COLUMN_LAST_INDEXED":{"name":"GPKG_TI_COLUMN_LAST_INDEXED","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_FTL_TABLE_NAME":{"name":"GPKG_FTL_TABLE_NAME","abstract":"

    Feature Tile Link table constants

    "},"Constants.html#/c:@GPKG_FTL_COLUMN_PK1":{"name":"GPKG_FTL_COLUMN_PK1","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_FTL_COLUMN_PK2":{"name":"GPKG_FTL_COLUMN_PK2","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_FTL_COLUMN_FEATURE_TABLE_NAME":{"name":"GPKG_FTL_COLUMN_FEATURE_TABLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_FTL_COLUMN_TILE_TABLE_NAME":{"name":"GPKG_FTL_COLUMN_TILE_TABLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_EXTENSION_FEATURE_TILE_LINK_NAME_NO_AUTHOR":{"name":"GPKG_EXTENSION_FEATURE_TILE_LINK_NAME_NO_AUTHOR","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_EXTENSION_FEATURE_TILE_LINK_DEFINITION":{"name":"GPKG_PROP_EXTENSION_FEATURE_TILE_LINK_DEFINITION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_EXTENSION_PROPERTIES_NAME_NO_AUTHOR":{"name":"GPKG_EXTENSION_PROPERTIES_NAME_NO_AUTHOR","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_EXTENSION_PROPERTIES_DEFINITION":{"name":"GPKG_PROP_EXTENSION_PROPERTIES_DEFINITION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_EXTENSION_PROPERTIES_TABLE_NAME":{"name":"GPKG_EXTENSION_PROPERTIES_TABLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_EXTENSION_PROPERTIES_COLUMN_PROPERTY":{"name":"GPKG_EXTENSION_PROPERTIES_COLUMN_PROPERTY","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_EXTENSION_PROPERTIES_COLUMN_VALUE":{"name":"GPKG_EXTENSION_PROPERTIES_COLUMN_VALUE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PE_CONTRIBUTOR":{"name":"GPKG_PE_CONTRIBUTOR","abstract":"

    An entity responsible for making contributions to the resource

    "},"Constants.html#/c:@GPKG_PE_COVERAGE":{"name":"GPKG_PE_COVERAGE","abstract":"

    The spatial or temporal topic of the resource, the spatial applicability"},"Constants.html#/c:@GPKG_PE_CREATED":{"name":"GPKG_PE_CREATED","abstract":"

    Date Created - Date of creation of the resource

    "},"Constants.html#/c:@GPKG_PE_CREATOR":{"name":"GPKG_PE_CREATOR","abstract":"

    An entity primarily responsible for making the resource

    "},"Constants.html#/c:@GPKG_PE_DATE":{"name":"GPKG_PE_DATE","abstract":"

    A point or period of time associated with an event in the lifecycle of"},"Constants.html#/c:@GPKG_PE_DESCRIPTION":{"name":"GPKG_PE_DESCRIPTION","abstract":"

    An account of the resource

    "},"Constants.html#/c:@GPKG_PE_IDENTIFIER":{"name":"GPKG_PE_IDENTIFIER","abstract":"

    An unambiguous reference to the resource within a given context

    "},"Constants.html#/c:@GPKG_PE_LICENSE":{"name":"GPKG_PE_LICENSE","abstract":"

    A legal document giving official permission to do something with the"},"Constants.html#/c:@GPKG_PE_MODIFIED":{"name":"GPKG_PE_MODIFIED","abstract":"

    Date Modified - Date on which the resource was changed

    "},"Constants.html#/c:@GPKG_PE_PUBLISHER":{"name":"GPKG_PE_PUBLISHER","abstract":"

    An entity responsible for making the resource available

    "},"Constants.html#/c:@GPKG_PE_REFERENCES":{"name":"GPKG_PE_REFERENCES","abstract":"

    A related resource that is referenced, cited, or otherwise pointed to by"},"Constants.html#/c:@GPKG_PE_RELATION":{"name":"GPKG_PE_RELATION","abstract":"

    A related resource

    "},"Constants.html#/c:@GPKG_PE_SOURCE":{"name":"GPKG_PE_SOURCE","abstract":"

    A related resource from which the described resource is derived

    "},"Constants.html#/c:@GPKG_PE_SPATIAL":{"name":"GPKG_PE_SPATIAL","abstract":"

    Spatial Coverage - Spatial characteristics of the resource

    "},"Constants.html#/c:@GPKG_PE_SUBJECT":{"name":"GPKG_PE_SUBJECT","abstract":"

    The topic of the resource

    "},"Constants.html#/c:@GPKG_PE_TAG":{"name":"GPKG_PE_TAG","abstract":"

    A tag or label of the resource

    "},"Constants.html#/c:@GPKG_PE_TEMPORAL":{"name":"GPKG_PE_TEMPORAL","abstract":"

    Temporal Coverage - Temporal characteristics of the resource

    "},"Constants.html#/c:@GPKG_PE_TITLE":{"name":"GPKG_PE_TITLE","abstract":"

    A name given to the resource

    "},"Constants.html#/c:@GPKG_PE_TYPE":{"name":"GPKG_PE_TYPE","abstract":"

    The nature or genre of the resource

    "},"Constants.html#/c:@GPKG_PE_URI":{"name":"GPKG_PE_URI","abstract":"

    The set of identifiers constructed according to the generic syntax for"},"Constants.html#/c:@GPKG_PE_VALID":{"name":"GPKG_PE_VALID","abstract":"

    Date Valid - Date (often a range) of validity of a resource

    "},"Constants.html#/c:@GPKG_PE_VERSION":{"name":"GPKG_PE_VERSION","abstract":"

    A version of the resource

    "},"Constants.html#/c:@GPKG_TS_TABLE_NAME":{"name":"GPKG_TS_TABLE_NAME","abstract":"

    Tile Scaling table constants

    "},"Constants.html#/c:@GPKG_TS_COLUMN_PK":{"name":"GPKG_TS_COLUMN_PK","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TS_COLUMN_TABLE_NAME":{"name":"GPKG_TS_COLUMN_TABLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TS_COLUMN_SCALING_TYPE":{"name":"GPKG_TS_COLUMN_SCALING_TYPE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TS_COLUMN_ZOOM_IN":{"name":"GPKG_TS_COLUMN_ZOOM_IN","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TS_COLUMN_ZOOM_OUT":{"name":"GPKG_TS_COLUMN_ZOOM_OUT","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TSC_IN_NAME":{"name":"GPKG_TSC_IN_NAME","abstract":"

    Tile Scaling Type names

    "},"Constants.html#/c:@GPKG_TSC_OUT_NAME":{"name":"GPKG_TSC_OUT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TSC_IN_OUT_NAME":{"name":"GPKG_TSC_IN_OUT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TSC_OUT_IN_NAME":{"name":"GPKG_TSC_OUT_IN_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TSC_CLOSEST_IN_OUT_NAME":{"name":"GPKG_TSC_CLOSEST_IN_OUT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TSC_CLOSEST_OUT_IN_NAME":{"name":"GPKG_TSC_CLOSEST_OUT_IN_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_EXTENSION_TILE_SCALING_NAME_NO_AUTHOR":{"name":"GPKG_EXTENSION_TILE_SCALING_NAME_NO_AUTHOR","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_EXTENSION_TILE_SCALING_DEFINITION":{"name":"GPKG_PROP_EXTENSION_TILE_SCALING_DEFINITION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_EXTENSION_FEATURE_STYLE_NAME_NO_AUTHOR":{"name":"GPKG_EXTENSION_FEATURE_STYLE_NAME_NO_AUTHOR","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_EXTENSION_FEATURE_STYLE_DEFINITION":{"name":"GPKG_PROP_EXTENSION_FEATURE_STYLE_DEFINITION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_FSE_TABLE_MAPPING_STYLE":{"name":"GPKG_FSE_TABLE_MAPPING_STYLE","abstract":"

    Table name prefix for mapping styles

    "},"Constants.html#/c:@GPKG_FSE_TABLE_MAPPING_TABLE_STYLE":{"name":"GPKG_FSE_TABLE_MAPPING_TABLE_STYLE","abstract":"

    Table name prefix for mapping style defaults

    "},"Constants.html#/c:@GPKG_FSE_TABLE_MAPPING_ICON":{"name":"GPKG_FSE_TABLE_MAPPING_ICON","abstract":"

    Table name prefix for mapping icons

    "},"Constants.html#/c:@GPKG_FSE_TABLE_MAPPING_TABLE_ICON":{"name":"GPKG_FSE_TABLE_MAPPING_TABLE_ICON","abstract":"

    Table name prefix for mapping icon defaults

    "},"Constants.html#/c:GPKGIconCache.h@DEFAULT_ICON_CACHE_SIZE":{"name":"DEFAULT_ICON_CACHE_SIZE","abstract":"

    Default max number of icon images to retain in cache

    "},"Constants.html#/c:@GPKG_IT_TABLE_NAME":{"name":"GPKG_IT_TABLE_NAME","abstract":"

    Icon Table constants

    "},"Constants.html#/c:@GPKG_IT_COLUMN_NAME":{"name":"GPKG_IT_COLUMN_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_IT_COLUMN_DESCRIPTION":{"name":"GPKG_IT_COLUMN_DESCRIPTION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_IT_COLUMN_WIDTH":{"name":"GPKG_IT_COLUMN_WIDTH","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_IT_COLUMN_HEIGHT":{"name":"GPKG_IT_COLUMN_HEIGHT","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_IT_COLUMN_ANCHOR_U":{"name":"GPKG_IT_COLUMN_ANCHOR_U","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_IT_COLUMN_ANCHOR_V":{"name":"GPKG_IT_COLUMN_ANCHOR_V","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_SMT_COLUMN_GEOMETRY_TYPE_NAME":{"name":"GPKG_SMT_COLUMN_GEOMETRY_TYPE_NAME","abstract":"

    Style Mapping Table constants

    "},"Constants.html#/c:@GPKG_ST_TABLE_NAME":{"name":"GPKG_ST_TABLE_NAME","abstract":"

    Style Table constants

    "},"Constants.html#/c:@GPKG_ST_COLUMN_ID":{"name":"GPKG_ST_COLUMN_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_ST_COLUMN_NAME":{"name":"GPKG_ST_COLUMN_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_ST_COLUMN_DESCRIPTION":{"name":"GPKG_ST_COLUMN_DESCRIPTION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_ST_COLUMN_COLOR":{"name":"GPKG_ST_COLUMN_COLOR","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_ST_COLUMN_OPACITY":{"name":"GPKG_ST_COLUMN_OPACITY","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_ST_COLUMN_WIDTH":{"name":"GPKG_ST_COLUMN_WIDTH","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_ST_COLUMN_FILL_COLOR":{"name":"GPKG_ST_COLUMN_FILL_COLOR","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_ST_COLUMN_FILL_OPACITY":{"name":"GPKG_ST_COLUMN_FILL_OPACITY","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_ER_TABLE_NAME":{"name":"GPKG_ER_TABLE_NAME","abstract":"

    Extended Relation table constants

    "},"Constants.html#/c:@GPKG_ER_COLUMN_PK":{"name":"GPKG_ER_COLUMN_PK","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_ER_COLUMN_ID":{"name":"GPKG_ER_COLUMN_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_ER_COLUMN_BASE_TABLE_NAME":{"name":"GPKG_ER_COLUMN_BASE_TABLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_ER_COLUMN_BASE_PRIMARY_COLUMN":{"name":"GPKG_ER_COLUMN_BASE_PRIMARY_COLUMN","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_ER_COLUMN_RELATED_TABLE_NAME":{"name":"GPKG_ER_COLUMN_RELATED_TABLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_ER_COLUMN_RELATED_PRIMARY_COLUMN":{"name":"GPKG_ER_COLUMN_RELATED_PRIMARY_COLUMN","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_ER_COLUMN_RELATION_NAME":{"name":"GPKG_ER_COLUMN_RELATION_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_ER_COLUMN_MAPPING_TABLE_NAME":{"name":"GPKG_ER_COLUMN_MAPPING_TABLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_EXTENSION_RELATED_TABLES_NAME_NO_AUTHOR":{"name":"GPKG_EXTENSION_RELATED_TABLES_NAME_NO_AUTHOR","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_EXTENSION_RELATED_TABLES_DEFINITION":{"name":"GPKG_PROP_EXTENSION_RELATED_TABLES_DEFINITION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_RT_FEATURES_NAME":{"name":"GPKG_RT_FEATURES_NAME","abstract":"

    Relation Type names

    "},"Constants.html#/c:@GPKG_RT_SIMPLE_ATTRIBUTES_NAME":{"name":"GPKG_RT_SIMPLE_ATTRIBUTES_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_RT_MEDIA_NAME":{"name":"GPKG_RT_MEDIA_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_RT_ATTRIBUTES_NAME":{"name":"GPKG_RT_ATTRIBUTES_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_RT_TILES_NAME":{"name":"GPKG_RT_TILES_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_UMT_COLUMN_BASE_ID":{"name":"GPKG_UMT_COLUMN_BASE_ID","abstract":"

    User Mapping Table constants

    "},"Constants.html#/c:@GPKG_UMT_COLUMN_RELATED_ID":{"name":"GPKG_UMT_COLUMN_RELATED_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DCM_DATE_NAME":{"name":"GPKG_DCM_DATE_NAME","abstract":"

    Dublin Core Metadata Type names

    "},"Constants.html#/c:@GPKG_DCM_DESCRIPTION_NAME":{"name":"GPKG_DCM_DESCRIPTION_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DCM_FORMAT_NAME":{"name":"GPKG_DCM_FORMAT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DCM_IDENTIFIER_NAME":{"name":"GPKG_DCM_IDENTIFIER_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DCM_SOURCE_NAME":{"name":"GPKG_DCM_SOURCE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DCM_TITLE_NAME":{"name":"GPKG_DCM_TITLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DCM_CONTENT_TYPE_NAME":{"name":"GPKG_DCM_CONTENT_TYPE_NAME","abstract":"

    Dublin Core Metadata Synonym names

    "},"Constants.html#/c:@GPKG_DCM_ID_NAME":{"name":"GPKG_DCM_ID_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_RMT_COLUMN_DATA":{"name":"GPKG_RMT_COLUMN_DATA","abstract":"

    Media Table constants

    "},"Constants.html#/c:@GPKG_RMT_COLUMN_CONTENT_TYPE":{"name":"GPKG_RMT_COLUMN_CONTENT_TYPE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_RSAT_COLUMN_ID":{"name":"GPKG_RSAT_COLUMN_ID","abstract":"

    Simple Attributes constants

    "},"Constants.html#/c:@GPKG_RTREE_INDEX_EXTENSION_NAME":{"name":"GPKG_RTREE_INDEX_EXTENSION_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_RTREE_INDEX_PREFIX":{"name":"GPKG_RTREE_INDEX_PREFIX","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_RTREE_INDEX_EXTENSION_COLUMN_ID":{"name":"GPKG_RTREE_INDEX_EXTENSION_COLUMN_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_RTREE_INDEX_EXTENSION_COLUMN_MIN_X":{"name":"GPKG_RTREE_INDEX_EXTENSION_COLUMN_MIN_X","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_RTREE_INDEX_EXTENSION_COLUMN_MAX_X":{"name":"GPKG_RTREE_INDEX_EXTENSION_COLUMN_MAX_X","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_RTREE_INDEX_EXTENSION_COLUMN_MIN_Y":{"name":"GPKG_RTREE_INDEX_EXTENSION_COLUMN_MIN_Y","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_RTREE_INDEX_EXTENSION_COLUMN_MAX_Y":{"name":"GPKG_RTREE_INDEX_EXTENSION_COLUMN_MAX_Y","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_SCHEMA_EXTENSION_NAME":{"name":"GPKG_SCHEMA_EXTENSION_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DC_TABLE_NAME":{"name":"GPKG_DC_TABLE_NAME","abstract":"

    Data Columns table constants

    "},"Constants.html#/c:@GPKG_DC_COLUMN_PK1":{"name":"GPKG_DC_COLUMN_PK1","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DC_COLUMN_PK2":{"name":"GPKG_DC_COLUMN_PK2","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DC_COLUMN_TABLE_NAME":{"name":"GPKG_DC_COLUMN_TABLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DC_COLUMN_COLUMN_NAME":{"name":"GPKG_DC_COLUMN_COLUMN_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DC_COLUMN_NAME":{"name":"GPKG_DC_COLUMN_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DC_COLUMN_TITLE":{"name":"GPKG_DC_COLUMN_TITLE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DC_COLUMN_DESCRIPTION":{"name":"GPKG_DC_COLUMN_DESCRIPTION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DC_COLUMN_MIME_TYPE":{"name":"GPKG_DC_COLUMN_MIME_TYPE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DC_COLUMN_CONSTRAINT_NAME":{"name":"GPKG_DC_COLUMN_CONSTRAINT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DCC_TABLE_NAME":{"name":"GPKG_DCC_TABLE_NAME","abstract":"

    Data Column Constraints table constants

    "},"Constants.html#/c:@GPKG_DCC_COLUMN_CONSTRAINT_NAME":{"name":"GPKG_DCC_COLUMN_CONSTRAINT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DCC_COLUMN_CONSTRAINT_TYPE":{"name":"GPKG_DCC_COLUMN_CONSTRAINT_TYPE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DCC_COLUMN_VALUE":{"name":"GPKG_DCC_COLUMN_VALUE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DCC_COLUMN_MIN":{"name":"GPKG_DCC_COLUMN_MIN","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DCC_COLUMN_MIN_IS_INCLUSIVE":{"name":"GPKG_DCC_COLUMN_MIN_IS_INCLUSIVE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DCC_COLUMN_MAX":{"name":"GPKG_DCC_COLUMN_MAX","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DCC_COLUMN_MAX_IS_INCLUSIVE":{"name":"GPKG_DCC_COLUMN_MAX_IS_INCLUSIVE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DCC_COLUMN_DESCRIPTION":{"name":"GPKG_DCC_COLUMN_DESCRIPTION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DCCT_RANGE_NAME":{"name":"GPKG_DCCT_RANGE_NAME","abstract":"

    Data Column Constraint Type enumeration names

    "},"Constants.html#/c:@GPKG_DCCT_ENUM_NAME":{"name":"GPKG_DCCT_ENUM_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DCCT_GLOB_NAME":{"name":"GPKG_DCCT_GLOB_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GC_TABLE_NAME":{"name":"GPKG_GC_TABLE_NAME","abstract":"

    Geometry Columns table constants

    "},"Constants.html#/c:@GPKG_GC_COLUMN_PK1":{"name":"GPKG_GC_COLUMN_PK1","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GC_COLUMN_PK2":{"name":"GPKG_GC_COLUMN_PK2","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GC_COLUMN_TABLE_NAME":{"name":"GPKG_GC_COLUMN_TABLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GC_COLUMN_COLUMN_NAME":{"name":"GPKG_GC_COLUMN_COLUMN_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GC_COLUMN_GEOMETRY_TYPE_NAME":{"name":"GPKG_GC_COLUMN_GEOMETRY_TYPE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GC_COLUMN_SRS_ID":{"name":"GPKG_GC_COLUMN_SRS_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GC_COLUMN_Z":{"name":"GPKG_GC_COLUMN_Z","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GC_COLUMN_M":{"name":"GPKG_GC_COLUMN_M","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_FIT_METADATA_NAME":{"name":"GPKG_FIT_METADATA_NAME","abstract":"

    Feature index type names

    "},"Constants.html#/c:@GPKG_FIT_GEOPACKAGE_NAME":{"name":"GPKG_FIT_GEOPACKAGE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_FIT_RTREE_NAME":{"name":"GPKG_FIT_RTREE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_FIT_NONE_NAME":{"name":"GPKG_FIT_NONE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:GPKGFeatureCache.h@DEFAULT_FEATURE_CACHE_MAX_SIZE":{"name":"DEFAULT_FEATURE_CACHE_MAX_SIZE","abstract":"

    Default max number of feature rows to retain in cache

    "},"Constants.html#/c:@GPKG_FTM_DEFAULT_COLUMN_NAME":{"name":"GPKG_FTM_DEFAULT_COLUMN_NAME","abstract":"

    Default geometry column name

    "},"Constants.html#/c:@GPKG_MST_POINT_NAME":{"name":"GPKG_MST_POINT_NAME","abstract":"

    Map shape type names

    "},"Constants.html#/c:@GPKG_MST_POLYLINE_NAME":{"name":"GPKG_MST_POLYLINE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_POLYGON_NAME":{"name":"GPKG_MST_POLYGON_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_MULTI_POINT_NAME":{"name":"GPKG_MST_MULTI_POINT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_MULTI_POLYLINE_NAME":{"name":"GPKG_MST_MULTI_POLYLINE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_MULTI_POLYGON_NAME":{"name":"GPKG_MST_MULTI_POLYGON_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_POLYLINE_POINTS_NAME":{"name":"GPKG_MST_POLYLINE_POINTS_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_POLYGON_POINTS_NAME":{"name":"GPKG_MST_POLYGON_POINTS_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_MULTI_POLYLINE_POINTS_NAME":{"name":"GPKG_MST_MULTI_POLYLINE_POINTS_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_MULTI_POLYGON_POINTS_NAME":{"name":"GPKG_MST_MULTI_POLYGON_POINTS_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_COLLECTION_NAME":{"name":"GPKG_MST_COLLECTION_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@geopackage_iosVersionNumber":{"name":"geopackage_iosVersionNumber","abstract":"

    Undocumented

    "},"Constants.html#/c:@geopackage_iosVersionString":{"name":"geopackage_iosVersionString","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CF_JPEG_NAME":{"name":"GPKG_CF_JPEG_NAME","abstract":"

    Image compression format names

    "},"Constants.html#/c:@GPKG_CF_PNG_NAME":{"name":"GPKG_CF_PNG_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CF_NONE_NAME":{"name":"GPKG_CF_NONE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_DIVIDER":{"name":"GPKG_PROP_DIVIDER","abstract":"

    GeoPackage property constants

    "},"Constants.html#/c:@GPKG_PROP_DIR_GEOPACKAGE":{"name":"GPKG_PROP_DIR_GEOPACKAGE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_DIR_DATABASE":{"name":"GPKG_PROP_DIR_DATABASE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_DIR_METADATA":{"name":"GPKG_PROP_DIR_METADATA","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_DIR_METADATA_FILE_DB":{"name":"GPKG_PROP_DIR_METADATA_FILE_DB","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_SRS_WGS_84":{"name":"GPKG_PROP_SRS_WGS_84","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_SRS_UNDEFINED_CARTESIAN":{"name":"GPKG_PROP_SRS_UNDEFINED_CARTESIAN","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_SRS_UNDEFINED_GEOGRAPHIC":{"name":"GPKG_PROP_SRS_UNDEFINED_GEOGRAPHIC","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_SRS_WEB_MERCATOR":{"name":"GPKG_PROP_SRS_WEB_MERCATOR","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_SRS_WGS_84_3D":{"name":"GPKG_PROP_SRS_WGS_84_3D","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_SRS_SRS_NAME":{"name":"GPKG_PROP_SRS_SRS_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_SRS_SRS_ID":{"name":"GPKG_PROP_SRS_SRS_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_SRS_ORGANIZATION":{"name":"GPKG_PROP_SRS_ORGANIZATION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_SRS_ORGANIZATION_COORDSYS_ID":{"name":"GPKG_PROP_SRS_ORGANIZATION_COORDSYS_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_SRS_DEFINITION":{"name":"GPKG_PROP_SRS_DEFINITION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_SRS_DESCRIPTION":{"name":"GPKG_PROP_SRS_DESCRIPTION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_SRS_DEFINITION_12_063":{"name":"GPKG_PROP_SRS_DEFINITION_12_063","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_TILE_GENERATOR_VARIABLE":{"name":"GPKG_PROP_TILE_GENERATOR_VARIABLE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_TILE_GENERATOR_VARIABLE_Z":{"name":"GPKG_PROP_TILE_GENERATOR_VARIABLE_Z","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_TILE_GENERATOR_VARIABLE_X":{"name":"GPKG_PROP_TILE_GENERATOR_VARIABLE_X","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_TILE_GENERATOR_VARIABLE_Y":{"name":"GPKG_PROP_TILE_GENERATOR_VARIABLE_Y","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_TILE_GENERATOR_VARIABLE_MIN_LAT":{"name":"GPKG_PROP_TILE_GENERATOR_VARIABLE_MIN_LAT","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_TILE_GENERATOR_VARIABLE_MAX_LAT":{"name":"GPKG_PROP_TILE_GENERATOR_VARIABLE_MAX_LAT","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_TILE_GENERATOR_VARIABLE_MIN_LON":{"name":"GPKG_PROP_TILE_GENERATOR_VARIABLE_MIN_LON","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_TILE_GENERATOR_VARIABLE_MAX_LON":{"name":"GPKG_PROP_TILE_GENERATOR_VARIABLE_MAX_LON","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_FEATURE_TILES":{"name":"GPKG_PROP_FEATURE_TILES","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_FEATURE_TILES_COMPRESS_FORMAT":{"name":"GPKG_PROP_FEATURE_TILES_COMPRESS_FORMAT","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_FEATURE_POINT_RADIUS":{"name":"GPKG_PROP_FEATURE_POINT_RADIUS","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_FEATURE_LINE_STROKE_WIDTH":{"name":"GPKG_PROP_FEATURE_LINE_STROKE_WIDTH","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_FEATURE_POLYGON_STROKE_WIDTH":{"name":"GPKG_PROP_FEATURE_POLYGON_STROKE_WIDTH","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_FEATURE_POLYGON_FILL":{"name":"GPKG_PROP_FEATURE_POLYGON_FILL","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_DATETIME_FORMATS":{"name":"GPKG_PROP_DATETIME_FORMATS","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_FEATURE_OVERLAY_QUERY":{"name":"GPKG_PROP_FEATURE_OVERLAY_QUERY","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_FEATURE_QUERY_SCREEN_CLICK_PERCENTAGE":{"name":"GPKG_PROP_FEATURE_QUERY_SCREEN_CLICK_PERCENTAGE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_FEATURE_QUERY_MAX_FEATURES_INFO":{"name":"GPKG_PROP_FEATURE_QUERY_MAX_FEATURES_INFO","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_FEATURE_QUERY_FEATURES_INFO":{"name":"GPKG_PROP_FEATURE_QUERY_FEATURES_INFO","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_FEATURE_QUERY_MAX_POINT_DETAILED_INFO":{"name":"GPKG_PROP_FEATURE_QUERY_MAX_POINT_DETAILED_INFO","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_FEATURE_QUERY_MAX_FEATURE_DETAILED_INFO":{"name":"GPKG_PROP_FEATURE_QUERY_MAX_FEATURE_DETAILED_INFO","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_FEATURE_QUERY_DETAILED_INFO_PRINT_POINTS":{"name":"GPKG_PROP_FEATURE_QUERY_DETAILED_INFO_PRINT_POINTS","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_FEATURE_QUERY_DETAILED_INFO_PRINT_FEATURES":{"name":"GPKG_PROP_FEATURE_QUERY_DETAILED_INFO_PRINT_FEATURES","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_CONTENTS_DATA_TYPE":{"name":"GPKG_PROP_CONTENTS_DATA_TYPE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_FEATURE_GENERATOR":{"name":"GPKG_PROP_FEATURE_GENERATOR","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_FEATURE_GENERATOR_DOWNLOAD_ATTEMPTS":{"name":"GPKG_PROP_FEATURE_GENERATOR_DOWNLOAD_ATTEMPTS","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_MAX_ZOOM_LEVEL":{"name":"GPKG_PROP_MAX_ZOOM_LEVEL","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_CONNECTION_POOL":{"name":"GPKG_PROP_CONNECTION_POOL","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_CONNECTION_POOL_OPEN_CONNECTIONS_PER_POOL":{"name":"GPKG_PROP_CONNECTION_POOL_OPEN_CONNECTIONS_PER_POOL","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_CONNECTION_POOL_CHECK_CONNECTIONS":{"name":"GPKG_PROP_CONNECTION_POOL_CHECK_CONNECTIONS","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_CONNECTION_POOL_CHECK_CONNECTIONS_FREQUENCY":{"name":"GPKG_PROP_CONNECTION_POOL_CHECK_CONNECTIONS_FREQUENCY","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_CONNECTION_POOL_CHECK_CONNECTIONS_WARNING_TIME":{"name":"GPKG_PROP_CONNECTION_POOL_CHECK_CONNECTIONS_WARNING_TIME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_CONNECTION_POOL_MAINTAIN_STACK_TRACES":{"name":"GPKG_PROP_CONNECTION_POOL_MAINTAIN_STACK_TRACES","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_MANAGER_VALIDATION":{"name":"GPKG_PROP_MANAGER_VALIDATION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_MANAGER_VALIDATION_IMPORT_HEADER":{"name":"GPKG_PROP_MANAGER_VALIDATION_IMPORT_HEADER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_MANAGER_VALIDATION_IMPORT_INTEGRITY":{"name":"GPKG_PROP_MANAGER_VALIDATION_IMPORT_INTEGRITY","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_MANAGER_VALIDATION_OPEN_HEADER":{"name":"GPKG_PROP_MANAGER_VALIDATION_OPEN_HEADER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_MANAGER_VALIDATION_OPEN_INTEGRITY":{"name":"GPKG_PROP_MANAGER_VALIDATION_OPEN_INTEGRITY","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_COLORS_RED":{"name":"GPKG_PROP_COLORS_RED","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_COLORS_GREEN":{"name":"GPKG_PROP_COLORS_GREEN","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_COLORS_BLUE":{"name":"GPKG_PROP_COLORS_BLUE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_COLORS_ALPHA":{"name":"GPKG_PROP_COLORS_ALPHA","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_COLORS_WHITE":{"name":"GPKG_PROP_COLORS_WHITE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_NUMBER_FEATURE_TILES":{"name":"GPKG_PROP_NUMBER_FEATURE_TILES","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_NUMBER_FEATURE_TILES_TEXT_FONT":{"name":"GPKG_PROP_NUMBER_FEATURE_TILES_TEXT_FONT","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_NUMBER_FEATURE_TILES_TEXT_FONT_SIZE":{"name":"GPKG_PROP_NUMBER_FEATURE_TILES_TEXT_FONT_SIZE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_NUMBER_FEATURE_TILES_TEXT_COLOR":{"name":"GPKG_PROP_NUMBER_FEATURE_TILES_TEXT_COLOR","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_NUMBER_FEATURE_TILES_DRAW_CIRCLE":{"name":"GPKG_PROP_NUMBER_FEATURE_TILES_DRAW_CIRCLE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_NUMBER_FEATURE_TILES_CIRCLE_COLOR":{"name":"GPKG_PROP_NUMBER_FEATURE_TILES_CIRCLE_COLOR","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_NUMBER_FEATURE_TILES_CIRCLE_STROKE_WIDTH":{"name":"GPKG_PROP_NUMBER_FEATURE_TILES_CIRCLE_STROKE_WIDTH","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_NUMBER_FEATURE_TILES_FILL_CIRCLE":{"name":"GPKG_PROP_NUMBER_FEATURE_TILES_FILL_CIRCLE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_NUMBER_FEATURE_TILES_CIRCLE_FILL_COLOR":{"name":"GPKG_PROP_NUMBER_FEATURE_TILES_CIRCLE_FILL_COLOR","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_NUMBER_FEATURE_TILES_DRAW_TILE_BORDER":{"name":"GPKG_PROP_NUMBER_FEATURE_TILES_DRAW_TILE_BORDER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_NUMBER_FEATURE_TILES_TILE_BORDER_COLOR":{"name":"GPKG_PROP_NUMBER_FEATURE_TILES_TILE_BORDER_COLOR","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_NUMBER_FEATURE_TILES_TILE_BORDER_STROKE_WIDTH":{"name":"GPKG_PROP_NUMBER_FEATURE_TILES_TILE_BORDER_STROKE_WIDTH","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_NUMBER_FEATURE_TILES_FILL_TILE":{"name":"GPKG_PROP_NUMBER_FEATURE_TILES_FILL_TILE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_NUMBER_FEATURE_TILES_TILE_FILL_COLOR":{"name":"GPKG_PROP_NUMBER_FEATURE_TILES_TILE_FILL_COLOR","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_NUMBER_FEATURE_TILES_CIRCLE_PADDING_PERCENTAGE":{"name":"GPKG_PROP_NUMBER_FEATURE_TILES_CIRCLE_PADDING_PERCENTAGE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_NUMBER_FEATURE_TILES_DRAW_UNINDEXED_TILES":{"name":"GPKG_PROP_NUMBER_FEATURE_TILES_DRAW_UNINDEXED_TILES","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_NUMBER_FEATURE_TILES_UNINDEXED_TEXT":{"name":"GPKG_PROP_NUMBER_FEATURE_TILES_UNINDEXED_TEXT","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_SRS_TABLE_NAME":{"name":"GPKG_SRS_TABLE_NAME","abstract":"

    Spatial Reference System table constants

    "},"Constants.html#/c:@GPKG_SRS_COLUMN_PK":{"name":"GPKG_SRS_COLUMN_PK","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_SRS_COLUMN_SRS_NAME":{"name":"GPKG_SRS_COLUMN_SRS_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_SRS_COLUMN_SRS_ID":{"name":"GPKG_SRS_COLUMN_SRS_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_SRS_COLUMN_ORGANIZATION":{"name":"GPKG_SRS_COLUMN_ORGANIZATION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_SRS_COLUMN_ORGANIZATION_COORDSYS_ID":{"name":"GPKG_SRS_COLUMN_ORGANIZATION_COORDSYS_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_SRS_COLUMN_DEFINITION":{"name":"GPKG_SRS_COLUMN_DEFINITION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_SRS_COLUMN_DESCRIPTION":{"name":"GPKG_SRS_COLUMN_DESCRIPTION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TU_TILE_DP":{"name":"GPKG_TU_TILE_DP","abstract":"

    Displayed device-independent pixels

    "},"Constants.html#/c:@GPKG_TU_TILE_PIXELS_DEFAULT":{"name":"GPKG_TU_TILE_PIXELS_DEFAULT","abstract":"

    Tile pixels for default dpi tiles

    "},"Constants.html#/c:@GPKG_TU_TILE_PIXELS_HIGH":{"name":"GPKG_TU_TILE_PIXELS_HIGH","abstract":"

    Tile pixels for high dpi tiles

    "},"Constants.html#/c:@GPKG_TU_SCALE_FACTOR_DEFAULT":{"name":"GPKG_TU_SCALE_FACTOR_DEFAULT","abstract":"

    Default display scale factor

    "},"Constants.html#/c:GPKGFeatureTiles.h@DEFAULT_BOUNDING_BOX_CACHE_SIZE":{"name":"DEFAULT_BOUNDING_BOX_CACHE_SIZE","abstract":"

    Default max number of feature bounding boxes to retain in cache

    "},"Constants.html#/c:GPKGFeatureTiles.h@DEFAULT_MAP_SHAPE_CACHE_SIZE":{"name":"DEFAULT_MAP_SHAPE_CACHE_SIZE","abstract":"

    Default max number of feature zoom specific map shapes to retain in cache

    "},"Constants.html#/c:@GPKG_TM_TABLE_NAME":{"name":"GPKG_TM_TABLE_NAME","abstract":"

    Tile Matrix table constants

    "},"Constants.html#/c:@GPKG_TM_COLUMN_PK1":{"name":"GPKG_TM_COLUMN_PK1","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TM_COLUMN_PK2":{"name":"GPKG_TM_COLUMN_PK2","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TM_COLUMN_TABLE_NAME":{"name":"GPKG_TM_COLUMN_TABLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TM_COLUMN_ZOOM_LEVEL":{"name":"GPKG_TM_COLUMN_ZOOM_LEVEL","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TM_COLUMN_MATRIX_WIDTH":{"name":"GPKG_TM_COLUMN_MATRIX_WIDTH","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TM_COLUMN_MATRIX_HEIGHT":{"name":"GPKG_TM_COLUMN_MATRIX_HEIGHT","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TM_COLUMN_TILE_WIDTH":{"name":"GPKG_TM_COLUMN_TILE_WIDTH","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TM_COLUMN_TILE_HEIGHT":{"name":"GPKG_TM_COLUMN_TILE_HEIGHT","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TM_COLUMN_PIXEL_X_SIZE":{"name":"GPKG_TM_COLUMN_PIXEL_X_SIZE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TM_COLUMN_PIXEL_Y_SIZE":{"name":"GPKG_TM_COLUMN_PIXEL_Y_SIZE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TMS_TABLE_NAME":{"name":"GPKG_TMS_TABLE_NAME","abstract":"

    Tile Matrix Set table constants

    "},"Constants.html#/c:@GPKG_TMS_COLUMN_PK":{"name":"GPKG_TMS_COLUMN_PK","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TMS_COLUMN_TABLE_NAME":{"name":"GPKG_TMS_COLUMN_TABLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TMS_COLUMN_SRS_ID":{"name":"GPKG_TMS_COLUMN_SRS_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TMS_COLUMN_MIN_X":{"name":"GPKG_TMS_COLUMN_MIN_X","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TMS_COLUMN_MIN_Y":{"name":"GPKG_TMS_COLUMN_MIN_Y","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TMS_COLUMN_MAX_X":{"name":"GPKG_TMS_COLUMN_MAX_X","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TMS_COLUMN_MAX_Y":{"name":"GPKG_TMS_COLUMN_MAX_Y","abstract":"

    Undocumented

    "},"Constants.html#/c:GPKGTileReprojection.h@pixelSizeDelta":{"name":"pixelSizeDelta","abstract":"

    Delta for comparisons between same pixel sizes

    "},"Constants.html#/c:@GPKG_TC_COLUMN_ID":{"name":"GPKG_TC_COLUMN_ID","abstract":"

    Tile Table constants

    "},"Constants.html#/c:@GPKG_TC_COLUMN_ZOOM_LEVEL":{"name":"GPKG_TC_COLUMN_ZOOM_LEVEL","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TC_COLUMN_TILE_COLUMN":{"name":"GPKG_TC_COLUMN_TILE_COLUMN","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TC_COLUMN_TILE_ROW":{"name":"GPKG_TC_COLUMN_TILE_ROW","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TC_COLUMN_TILE_DATA":{"name":"GPKG_TC_COLUMN_TILE_DATA","abstract":"

    Undocumented

    "},"Constants.html#/c:GPKGUserColumn.h@NO_INDEX":{"name":"NO_INDEX","abstract":"

    User Column index value

    "},"Constants.html#/c:GPKGUserColumn.h@NOT_NULL_CONSTRAINT_ORDER":{"name":"NOT_NULL_CONSTRAINT_ORDER","abstract":"

    Not Null Constraint Order

    "},"Constants.html#/c:GPKGUserColumn.h@DEFAULT_VALUE_CONSTRAINT_ORDER":{"name":"DEFAULT_VALUE_CONSTRAINT_ORDER","abstract":"

    Default Value Constraint Order

    "},"Constants.html#/c:GPKGUserColumn.h@PRIMARY_KEY_CONSTRAINT_ORDER":{"name":"PRIMARY_KEY_CONSTRAINT_ORDER","abstract":"

    Primary Key Constraint Order

    "},"Constants.html#/c:GPKGUserColumn.h@AUTOINCREMENT_CONSTRAINT_ORDER":{"name":"AUTOINCREMENT_CONSTRAINT_ORDER","abstract":"

    Autoincrement Constraint Order

    "},"Constants.html#/c:GPKGUserColumn.h@UNIQUE_CONSTRAINT_ORDER":{"name":"UNIQUE_CONSTRAINT_ORDER","abstract":"

    Unique Constraint Order

    "},"Constants.html#/c:GPKGUserTable.h@DEFAULT_AUTOINCREMENT":{"name":"DEFAULT_AUTOINCREMENT","abstract":"

    Default id autoincrement setting

    "},"Constants.html#/c:GPKGUserTable.h@DEFAULT_PK_NOT_NULL":{"name":"DEFAULT_PK_NOT_NULL","abstract":"

    Default primary key not null setting

    "},"Constants.html#/c:@GPKG_UTM_DEFAULT_ID_COLUMN_NAME":{"name":"GPKG_UTM_DEFAULT_ID_COLUMN_NAME","abstract":"

    Default ID column name

    "},"Classes/GPKGGeoPackageValidate.html#/c:objc(cs)GPKGGeoPackageValidate(cm)hasGeoPackageExtension:":{"name":"+hasGeoPackageExtension:","abstract":"

    Check the file extension to see if it is a GeoPackage

    ","parent_name":"GPKGGeoPackageValidate"},"Classes/GPKGGeoPackageValidate.html#/c:objc(cs)GPKGGeoPackageValidate(cm)isGeoPackageExtension:":{"name":"+isGeoPackageExtension:","abstract":"

    Check if a GeoPackage extension

    ","parent_name":"GPKGGeoPackageValidate"},"Classes/GPKGGeoPackageValidate.html#/c:objc(cs)GPKGGeoPackageValidate(cm)validateGeoPackageExtension:":{"name":"+validateGeoPackageExtension:","abstract":"

    Validate the extension file as a GeoPackage

    ","parent_name":"GPKGGeoPackageValidate"},"Classes/GPKGGeoPackageValidate.html#/c:objc(cs)GPKGGeoPackageValidate(cm)addGeoPackageExtension:":{"name":"+addGeoPackageExtension:","abstract":"

    Add a GeoPackage extension if one does not exist

    ","parent_name":"GPKGGeoPackageValidate"},"Classes/GPKGGeoPackageValidate.html#/c:objc(cs)GPKGGeoPackageValidate(cm)hasMinimumTables:":{"name":"+hasMinimumTables:","abstract":"

    Check the GeoPackage for the minimum required tables

    ","parent_name":"GPKGGeoPackageValidate"},"Classes/GPKGGeoPackageValidate.html#/c:objc(cs)GPKGGeoPackageValidate(cm)validateMinimumTables:":{"name":"+validateMinimumTables:","abstract":"

    Validate the GeoPackage has the minimum required tables

    ","parent_name":"GPKGGeoPackageValidate"},"Classes/GPKGUserCustomTableReader.html#/c:objc(cs)GPKGUserCustomTableReader(im)initWithTable:":{"name":"-initWithTable:","abstract":"

    Initialize

    ","parent_name":"GPKGUserCustomTableReader"},"Classes/GPKGUserCustomTableReader.html#/c:objc(cs)GPKGUserCustomTableReader(im)readUserCustomTableWithConnection:":{"name":"-readUserCustomTableWithConnection:","abstract":"

    Read the user custom table with the database connection

    ","parent_name":"GPKGUserCustomTableReader"},"Classes/GPKGUserCustomTableReader.html#/c:objc(cs)GPKGUserCustomTableReader(cm)readTableWithConnection:andTableName:":{"name":"+readTableWithConnection:andTableName:","abstract":"

    Read the table

    ","parent_name":"GPKGUserCustomTableReader"},"Classes/GPKGUserCustomTable.html#/c:objc(cs)GPKGUserCustomTable(im)initWithTable:andColumns:":{"name":"-initWithTable:andColumns:","abstract":"

    Initializer

    ","parent_name":"GPKGUserCustomTable"},"Classes/GPKGUserCustomTable.html#/c:objc(cs)GPKGUserCustomTable(im)initWithTable:andColumns:andRequiredColumns:":{"name":"-initWithTable:andColumns:andRequiredColumns:","abstract":"

    Initializer

    ","parent_name":"GPKGUserCustomTable"},"Classes/GPKGUserCustomTable.html#/c:objc(cs)GPKGUserCustomTable(im)initWithColumns:":{"name":"-initWithColumns:","abstract":"

    Initializer

    ","parent_name":"GPKGUserCustomTable"},"Classes/GPKGUserCustomTable.html#/c:objc(cs)GPKGUserCustomTable(im)initWithCustomTable:":{"name":"-initWithCustomTable:","abstract":"

    Initialize

    ","parent_name":"GPKGUserCustomTable"},"Classes/GPKGUserCustomTable.html#/c:objc(cs)GPKGUserCustomTable(im)userCustomColumns":{"name":"-userCustomColumns","abstract":"

    Get the user custom columns

    ","parent_name":"GPKGUserCustomTable"},"Classes/GPKGUserCustomRow.html#/c:objc(cs)GPKGUserCustomRow(im)initWithUserCustomTable:andColumns:andValues:":{"name":"-initWithUserCustomTable:andColumns:andValues:","abstract":"

    Initialize

    ","parent_name":"GPKGUserCustomRow"},"Classes/GPKGUserCustomRow.html#/c:objc(cs)GPKGUserCustomRow(im)initWithUserCustomTable:":{"name":"-initWithUserCustomTable:","abstract":"

    Initialize

    ","parent_name":"GPKGUserCustomRow"},"Classes/GPKGUserCustomRow.html#/c:objc(cs)GPKGUserCustomRow(im)initWithUserCustomRow:":{"name":"-initWithUserCustomRow:","abstract":"

    Copy Initialize

    ","parent_name":"GPKGUserCustomRow"},"Classes/GPKGUserCustomRow.html#/c:objc(cs)GPKGUserCustomRow(im)userCustomTable":{"name":"-userCustomTable","abstract":"

    Get the user custom table

    ","parent_name":"GPKGUserCustomRow"},"Classes/GPKGUserCustomRow.html#/c:objc(cs)GPKGUserCustomRow(im)userCustomColumns":{"name":"-userCustomColumns","abstract":"

    Get the user custom columns

    ","parent_name":"GPKGUserCustomRow"},"Classes/GPKGUserCustomDao.html#/c:objc(cs)GPKGUserCustomDao(im)initWithDatabase:andTable:":{"name":"-initWithDatabase:andTable:","abstract":"

    Initializer

    ","parent_name":"GPKGUserCustomDao"},"Classes/GPKGUserCustomDao.html#/c:objc(cs)GPKGUserCustomDao(im)initWithDao:":{"name":"-initWithDao:","abstract":"

    Initializer

    ","parent_name":"GPKGUserCustomDao"},"Classes/GPKGUserCustomDao.html#/c:objc(cs)GPKGUserCustomDao(im)initWithDao:andTable:":{"name":"-initWithDao:andTable:","abstract":"

    Initializer

    ","parent_name":"GPKGUserCustomDao"},"Classes/GPKGUserCustomDao.html#/c:objc(cs)GPKGUserCustomDao(im)userCustomTable":{"name":"-userCustomTable","abstract":"

    Get the user custom table

    ","parent_name":"GPKGUserCustomDao"},"Classes/GPKGUserCustomDao.html#/c:objc(cs)GPKGUserCustomDao(im)row:":{"name":"-row:","abstract":"

    Get the user custom row for the current result in the result set

    ","parent_name":"GPKGUserCustomDao"},"Classes/GPKGUserCustomDao.html#/c:objc(cs)GPKGUserCustomDao(im)rowWithRow:":{"name":"-rowWithRow:","abstract":"

    Get a user custom row from the row

    ","parent_name":"GPKGUserCustomDao"},"Classes/GPKGUserCustomDao.html#/c:objc(cs)GPKGUserCustomDao(im)newRow":{"name":"-newRow","abstract":"

    Create a new user custom row

    ","parent_name":"GPKGUserCustomDao"},"Classes/GPKGUserCustomDao.html#/c:objc(cs)GPKGUserCustomDao(im)countOfResultSet:":{"name":"-countOfResultSet:","abstract":"

    Get the count of the result set and close it

    ","parent_name":"GPKGUserCustomDao"},"Classes/GPKGUserCustomDao.html#/c:objc(cs)GPKGUserCustomDao(cm)readTableWithDatabase:andConnection:andTable:":{"name":"+readTableWithDatabase:andConnection:andTable:","abstract":"

    Read the database table and create a DAO

    ","parent_name":"GPKGUserCustomDao"},"Classes/GPKGUserCustomColumns.html#/c:objc(cs)GPKGUserCustomColumns(py)requiredColumns":{"name":"requiredColumns","abstract":"

    Required columns

    ","parent_name":"GPKGUserCustomColumns"},"Classes/GPKGUserCustomColumns.html#/c:objc(cs)GPKGUserCustomColumns(im)initWithTable:andColumns:":{"name":"-initWithTable:andColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGUserCustomColumns"},"Classes/GPKGUserCustomColumns.html#/c:objc(cs)GPKGUserCustomColumns(im)initWithTable:andColumns:andRequiredColumns:":{"name":"-initWithTable:andColumns:andRequiredColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGUserCustomColumns"},"Classes/GPKGUserCustomColumns.html#/c:objc(cs)GPKGUserCustomColumns(im)initWithTable:andColumns:andCustom:":{"name":"-initWithTable:andColumns:andCustom:","abstract":"

    Initialize

    ","parent_name":"GPKGUserCustomColumns"},"Classes/GPKGUserCustomColumns.html#/c:objc(cs)GPKGUserCustomColumns(im)initWithTable:andColumns:andRequiredColumns:andCustom:":{"name":"-initWithTable:andColumns:andRequiredColumns:andCustom:","abstract":"

    Initialize

    ","parent_name":"GPKGUserCustomColumns"},"Classes/GPKGUserCustomColumns.html#/c:objc(cs)GPKGUserCustomColumns(im)initWithUserCustomColumns:":{"name":"-initWithUserCustomColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGUserCustomColumns"},"Classes/GPKGUserCustomColumn.html#/c:objc(cs)GPKGUserCustomColumn(cm)createPrimaryKeyColumnWithName:":{"name":"+createPrimaryKeyColumnWithName:","abstract":"

    Create a new primary key column

    ","parent_name":"GPKGUserCustomColumn"},"Classes/GPKGUserCustomColumn.html#/c:objc(cs)GPKGUserCustomColumn(cm)createPrimaryKeyColumnWithName:andAutoincrement:":{"name":"+createPrimaryKeyColumnWithName:andAutoincrement:","abstract":"

    Create a new primary key column

    ","parent_name":"GPKGUserCustomColumn"},"Classes/GPKGUserCustomColumn.html#/c:objc(cs)GPKGUserCustomColumn(cm)createPrimaryKeyColumnWithIndex:andName:":{"name":"+createPrimaryKeyColumnWithIndex:andName:","abstract":"

    Create a new primary key column

    ","parent_name":"GPKGUserCustomColumn"},"Classes/GPKGUserCustomColumn.html#/c:objc(cs)GPKGUserCustomColumn(cm)createPrimaryKeyColumnWithIndex:andName:andAutoincrement:":{"name":"+createPrimaryKeyColumnWithIndex:andName:andAutoincrement:","abstract":"

    Create a new primary key column

    ","parent_name":"GPKGUserCustomColumn"},"Classes/GPKGUserCustomColumn.html#/c:objc(cs)GPKGUserCustomColumn(cm)createColumnWithName:andDataType:":{"name":"+createColumnWithName:andDataType:","abstract":"

    Create a new column

    ","parent_name":"GPKGUserCustomColumn"},"Classes/GPKGUserCustomColumn.html#/c:objc(cs)GPKGUserCustomColumn(cm)createColumnWithIndex:andName:andDataType:":{"name":"+createColumnWithIndex:andName:andDataType:","abstract":"

    Create a new column

    ","parent_name":"GPKGUserCustomColumn"},"Classes/GPKGUserCustomColumn.html#/c:objc(cs)GPKGUserCustomColumn(cm)createColumnWithName:andDataType:andNotNull:":{"name":"+createColumnWithName:andDataType:andNotNull:","abstract":"

    Create a new column

    ","parent_name":"GPKGUserCustomColumn"},"Classes/GPKGUserCustomColumn.html#/c:objc(cs)GPKGUserCustomColumn(cm)createColumnWithIndex:andName:andDataType:andNotNull:":{"name":"+createColumnWithIndex:andName:andDataType:andNotNull:","abstract":"

    Create a new column

    ","parent_name":"GPKGUserCustomColumn"},"Classes/GPKGUserCustomColumn.html#/c:objc(cs)GPKGUserCustomColumn(cm)createColumnWithName:andDataType:andNotNull:andDefaultValue:":{"name":"+createColumnWithName:andDataType:andNotNull:andDefaultValue:","abstract":"

    Create a new column

    ","parent_name":"GPKGUserCustomColumn"},"Classes/GPKGUserCustomColumn.html#/c:objc(cs)GPKGUserCustomColumn(cm)createColumnWithIndex:andName:andDataType:andNotNull:andDefaultValue:":{"name":"+createColumnWithIndex:andName:andDataType:andNotNull:andDefaultValue:","abstract":"

    Create a new column

    ","parent_name":"GPKGUserCustomColumn"},"Classes/GPKGUserCustomColumn.html#/c:objc(cs)GPKGUserCustomColumn(cm)createColumnWithName:andDataType:andMax:":{"name":"+createColumnWithName:andDataType:andMax:","abstract":"

    Create a new column

    ","parent_name":"GPKGUserCustomColumn"},"Classes/GPKGUserCustomColumn.html#/c:objc(cs)GPKGUserCustomColumn(cm)createColumnWithIndex:andName:andDataType:andMax:":{"name":"+createColumnWithIndex:andName:andDataType:andMax:","abstract":"

    Create a new column

    ","parent_name":"GPKGUserCustomColumn"},"Classes/GPKGUserCustomColumn.html#/c:objc(cs)GPKGUserCustomColumn(cm)createColumnWithName:andDataType:andMax:andNotNull:andDefaultValue:":{"name":"+createColumnWithName:andDataType:andMax:andNotNull:andDefaultValue:","abstract":"

    Create a new column

    ","parent_name":"GPKGUserCustomColumn"},"Classes/GPKGUserCustomColumn.html#/c:objc(cs)GPKGUserCustomColumn(cm)createColumnWithIndex:andName:andDataType:andMax:andNotNull:andDefaultValue:":{"name":"+createColumnWithIndex:andName:andDataType:andMax:andNotNull:andDefaultValue:","abstract":"

    Create a new column

    ","parent_name":"GPKGUserCustomColumn"},"Classes/GPKGUserCustomColumn.html#/c:objc(cs)GPKGUserCustomColumn(cm)createColumnWithTableColumn:":{"name":"+createColumnWithTableColumn:","abstract":"

    Create a new column

    ","parent_name":"GPKGUserCustomColumn"},"Classes/GPKGUserTableReader.html#/c:objc(cs)GPKGUserTableReader(py)tableName":{"name":"tableName","abstract":"

    Table name

    ","parent_name":"GPKGUserTableReader"},"Classes/GPKGUserTableReader.html#/c:objc(cs)GPKGUserTableReader(im)initWithTable:":{"name":"-initWithTable:","abstract":"

    Initialize

    ","parent_name":"GPKGUserTableReader"},"Classes/GPKGUserTableReader.html#/c:objc(cs)GPKGUserTableReader(im)readTableWithConnection:":{"name":"-readTableWithConnection:","abstract":"

    Read the table

    ","parent_name":"GPKGUserTableReader"},"Classes/GPKGUserTableMetadata.html#/c:objc(cs)GPKGUserTableMetadata(py)tableName":{"name":"tableName","abstract":"

    Table name

    ","parent_name":"GPKGUserTableMetadata"},"Classes/GPKGUserTableMetadata.html#/c:objc(cs)GPKGUserTableMetadata(py)dataType":{"name":"dataType","abstract":"

    Data type

    ","parent_name":"GPKGUserTableMetadata"},"Classes/GPKGUserTableMetadata.html#/c:objc(cs)GPKGUserTableMetadata(py)identifier":{"name":"identifier","abstract":"

    Identifier

    ","parent_name":"GPKGUserTableMetadata"},"Classes/GPKGUserTableMetadata.html#/c:objc(cs)GPKGUserTableMetadata(py)theDescription":{"name":"theDescription","abstract":"

    Description

    ","parent_name":"GPKGUserTableMetadata"},"Classes/GPKGUserTableMetadata.html#/c:objc(cs)GPKGUserTableMetadata(py)idColumnName":{"name":"idColumnName","abstract":"

    ID column name

    ","parent_name":"GPKGUserTableMetadata"},"Classes/GPKGUserTableMetadata.html#/c:objc(cs)GPKGUserTableMetadata(py)autoincrement":{"name":"autoincrement","abstract":"

    ID autoincrement flag

    ","parent_name":"GPKGUserTableMetadata"},"Classes/GPKGUserTableMetadata.html#/c:objc(cs)GPKGUserTableMetadata(py)additionalColumns":{"name":"additionalColumns","abstract":"

    Additional table columns

    ","parent_name":"GPKGUserTableMetadata"},"Classes/GPKGUserTableMetadata.html#/c:objc(cs)GPKGUserTableMetadata(py)columns":{"name":"columns","abstract":"

    Table columns

    ","parent_name":"GPKGUserTableMetadata"},"Classes/GPKGUserTableMetadata.html#/c:objc(cs)GPKGUserTableMetadata(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGUserTableMetadata"},"Classes/GPKGUserTableMetadata.html#/c:objc(cs)GPKGUserTableMetadata(im)defaultDataType":{"name":"-defaultDataType","abstract":"

    Get the default data type

    ","parent_name":"GPKGUserTableMetadata"},"Classes/GPKGUserTableMetadata.html#/c:objc(cs)GPKGUserTableMetadata(im)buildColumns":{"name":"-buildColumns","abstract":"

    Build the table columns

    ","parent_name":"GPKGUserTableMetadata"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(py)contents":{"name":"contents","abstract":"

    Foreign key to Contents

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)initWithColumns:":{"name":"-initWithColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)initWithUserTable:":{"name":"-initWithUserTable:","abstract":"

    Initialize

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)dataType":{"name":"-dataType","abstract":"

    Get the contents data type

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)dataTypeWithDefault:":{"name":"-dataTypeWithDefault:","abstract":"

    Get the contents data type from the contents or use the default

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)createUserColumnsWithColumns:":{"name":"-createUserColumnsWithColumns:","abstract":"

    Create user columns for a subset of table columns

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)createUserColumnsWithNames:":{"name":"-createUserColumnsWithNames:","abstract":"

    Create user columns for a subset of table columns

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)userColumns":{"name":"-userColumns","abstract":"

    Get the user columns

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)columnIndexWithColumnName:":{"name":"-columnIndexWithColumnName:","abstract":"

    Get the column index of the column name

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)columnNames":{"name":"-columnNames","abstract":"

    Get the array of column names

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)columnNameWithIndex:":{"name":"-columnNameWithIndex:","abstract":"

    Get the column name at the index

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)columns":{"name":"-columns","abstract":"

    Get the columns

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)columnsWithNames:":{"name":"-columnsWithNames:","abstract":"

    Get the columns from the column names

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)columnWithIndex:":{"name":"-columnWithIndex:","abstract":"

    Get the column at the index

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)columnWithColumnName:":{"name":"-columnWithColumnName:","abstract":"

    Get the column of the column name

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)hasColumnWithColumnName:":{"name":"-hasColumnWithColumnName:","abstract":"

    Check if the table has the column

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)columnCount":{"name":"-columnCount","abstract":"

    Get the column count

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)tableName":{"name":"-tableName","abstract":"

    Get the table name

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)setTableName:":{"name":"-setTableName:","abstract":"

    Set the table name

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)hasIdColumn":{"name":"-hasIdColumn","abstract":"

    Check if the row has an id column

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)idIndex":{"name":"-idIndex","abstract":"

    Get the id column index

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)idColumn":{"name":"-idColumn","abstract":"

    Get the id column

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)idColumnName":{"name":"-idColumnName","abstract":"

    Get the id column name

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)hasPkColumn":{"name":"-hasPkColumn","abstract":"

    Check if the table has a primary key column

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)pkIndex":{"name":"-pkIndex","abstract":"

    Get the primary key column index

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)pkColumn":{"name":"-pkColumn","abstract":"

    Get the primary key column

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)pkColumnName":{"name":"-pkColumnName","abstract":"

    Get the primary key column name

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)addConstraint:":{"name":"-addConstraint:","abstract":"

    Add constraint

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)addConstraintArray:":{"name":"-addConstraintArray:","abstract":"

    Add constraints

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)addConstraints:":{"name":"-addConstraints:","abstract":"

    Add constraints

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)hasConstraints":{"name":"-hasConstraints","abstract":"

    Check if has constraints

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)hasConstraintsOfType:":{"name":"-hasConstraintsOfType:","abstract":"

    Check if has constraints of the provided type

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)constraints":{"name":"-constraints","abstract":"

    Get the constraints

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)constraintsOfType:":{"name":"-constraintsOfType:","abstract":"

    Get the constraints of the provided type

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)clearConstraints":{"name":"-clearConstraints","abstract":"

    Clear the constraints

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)columnsOfType:":{"name":"-columnsOfType:","abstract":"

    Get the columns with the provided data type

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)isPkModifiable":{"name":"-isPkModifiable","abstract":"

    Is the primary key modifiable

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)setPkModifiable:":{"name":"-setPkModifiable:","abstract":"

    Set if the primary key can be modified

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)isValueValidation":{"name":"-isValueValidation","abstract":"

    Is value validation against column types enabled

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)setValueValidation:":{"name":"-setValueValidation:","abstract":"

    Set if values should validated against column types

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)addColumn:":{"name":"-addColumn:","abstract":"

    Add a new column

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)renameColumn:toColumn:":{"name":"-renameColumn:toColumn:","abstract":"

    Rename a column

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)renameColumnWithName:toColumn:":{"name":"-renameColumnWithName:toColumn:","abstract":"

    Rename a column

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)renameColumnWithIndex:toColumn:":{"name":"-renameColumnWithIndex:toColumn:","abstract":"

    Rename a column

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)dropColumn:":{"name":"-dropColumn:","abstract":"

    Drop a column

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)dropColumnWithName:":{"name":"-dropColumnWithName:","abstract":"

    Drop a column

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)dropColumnWithIndex:":{"name":"-dropColumnWithIndex:","abstract":"

    Drop a column

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)alterColumn:":{"name":"-alterColumn:","abstract":"

    Alter a column

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserRowSync.html#/c:objc(cs)GPKGUserRowSync(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGUserRowSync"},"Classes/GPKGUserRowSync.html#/c:objc(cs)GPKGUserRowSync(im)rowOrLockId:":{"name":"-rowOrLockId:","abstract":"

    Get the row if another same id request has been made by waiting until the","parent_name":"GPKGUserRowSync"},"Classes/GPKGUserRowSync.html#/c:objc(cs)GPKGUserRowSync(im)rowOrLockNumber:":{"name":"-rowOrLockNumber:","abstract":"

    Get the row if another same id number request has been made by waiting until the","parent_name":"GPKGUserRowSync"},"Classes/GPKGUserRowSync.html#/c:objc(cs)GPKGUserRowSync(im)setRow:withId:":{"name":"-setRow:withId:","abstract":"

    Set the row, row id, and notify all waiting threads to retrieve the row.

    ","parent_name":"GPKGUserRowSync"},"Classes/GPKGUserRowSync.html#/c:objc(cs)GPKGUserRowSync(im)setRow:withNumber:":{"name":"-setRow:withNumber:","abstract":"

    Set the row, row id number, and notify all waiting threads to retrieve the row.

    ","parent_name":"GPKGUserRowSync"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(py)table":{"name":"table","abstract":"

    User table

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(py)columns":{"name":"columns","abstract":"

    User columns

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(py)values":{"name":"values","abstract":"

    Array of row values

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)initWithTable:andColumns:andValues:":{"name":"-initWithTable:andColumns:andValues:","abstract":"

    Initialize

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)initWithTable:":{"name":"-initWithTable:","abstract":"

    Initialize

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)initWithRow:":{"name":"-initWithRow:","abstract":"

    Copy Initializer

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)tableName":{"name":"-tableName","abstract":"

    Get the table name

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)columnCount":{"name":"-columnCount","abstract":"

    Get the column count

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)columnNames":{"name":"-columnNames","abstract":"

    Get the column names

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)columnNameWithIndex:":{"name":"-columnNameWithIndex:","abstract":"

    Get the column name at the index

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)columnIndexWithColumnName:":{"name":"-columnIndexWithColumnName:","abstract":"

    Get the column index of the column name

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)valueWithIndex:":{"name":"-valueWithIndex:","abstract":"

    Get the value at the index

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)valueWithColumnName:":{"name":"-valueWithColumnName:","abstract":"

    Get the value of the column name

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)valueWithColumn:":{"name":"-valueWithColumn:","abstract":"

    Get the value of the column

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)valueStringWithIndex:":{"name":"-valueStringWithIndex:","abstract":"

    Get the value at the index as a string

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)valueStringWithColumnName:":{"name":"-valueStringWithColumnName:","abstract":"

    Get the value of the column name as a string

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)databaseValueWithIndex:":{"name":"-databaseValueWithIndex:","abstract":"

    Get the database formatted value at the index

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)databaseValueWithColumnName:":{"name":"-databaseValueWithColumnName:","abstract":"

    Get the datbase formatted value of the column name

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)dataTypeWithIndex:":{"name":"-dataTypeWithIndex:","abstract":"

    Get the data type at the index

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)dataTypeWithColumnName:":{"name":"-dataTypeWithColumnName:","abstract":"

    Get the data type of the column name

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)sqliteTypeWithIndex:":{"name":"-sqliteTypeWithIndex:","abstract":"

    Get the SQLite type at the index

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)sqliteTypeWithColumnName:":{"name":"-sqliteTypeWithColumnName:","abstract":"

    Get the SQLite type of the column name

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)columnWithIndex:":{"name":"-columnWithIndex:","abstract":"

    Get the column at the index

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)columnWithColumnName:":{"name":"-columnWithColumnName:","abstract":"

    Get the column of the column name

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)hasColumnWithColumnName:":{"name":"-hasColumnWithColumnName:","abstract":"

    Check if the row has the column

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)id":{"name":"-id","abstract":"

    Get the id value, which is the value of the primary key

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)idValue":{"name":"-idValue","abstract":"

    Get the id value, which is the value of the primary key

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)hasIdColumn":{"name":"-hasIdColumn","abstract":"

    Check if the row has an id column

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)hasId":{"name":"-hasId","abstract":"

    Check if the row has an id value

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)idIndex":{"name":"-idIndex","abstract":"

    Get the id column index

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)idColumn":{"name":"-idColumn","abstract":"

    Get the id column

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)idColumnName":{"name":"-idColumnName","abstract":"

    Get the id column name

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)pk":{"name":"-pk","abstract":"

    Get the pk value

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)hasPkColumn":{"name":"-hasPkColumn","abstract":"

    Check if the row has an pk column

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)hasPk":{"name":"-hasPk","abstract":"

    Check if the row has an pk value

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)pkIndex":{"name":"-pkIndex","abstract":"

    Get the primary key column index

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)pkColumn":{"name":"-pkColumn","abstract":"

    Get the primary key column

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)pkColumnName":{"name":"-pkColumnName","abstract":"

    Get the primary key column name

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)setValueWithIndex:andValue:":{"name":"-setValueWithIndex:andValue:","abstract":"

    Set the value at the index

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)setValueNoValidationWithIndex:andValue:":{"name":"-setValueNoValidationWithIndex:andValue:","abstract":"

    Set the value at the index without validation

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)setValueWithColumnName:andValue:":{"name":"-setValueWithColumnName:andValue:","abstract":"

    Set the value of the column name

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)setId:":{"name":"-setId:","abstract":"

    Set the primary key id value

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)resetId":{"name":"-resetId","abstract":"

    Clears the id so the row can be used as part of an insert or create

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)validateValueWithColumn:andValue:andValueTypes:":{"name":"-validateValueWithColumn:andValue:andValueTypes:","abstract":"

    Validate the value and its actual value types against the column data","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)copyValue:forColumn:":{"name":"-copyValue:forColumn:","abstract":"

    Copy the value of the data type

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(py)table":{"name":"table","abstract":"

    User table

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(py)projection":{"name":"projection","abstract":"

    Projection

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)initWithDatabase:andTable:":{"name":"-initWithDatabase:andTable:","abstract":"

    Initialize

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)hasPkColumn":{"name":"-hasPkColumn","abstract":"

    Check if the table has a primary key column

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)pkIndex":{"name":"-pkIndex","abstract":"

    Get the primary key column index

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)pkColumn":{"name":"-pkColumn","abstract":"

    Get the primary key column

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)pkColumnName":{"name":"-pkColumnName","abstract":"

    Get the primary key column name

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)columns":{"name":"-columns","abstract":"

    Get the table columns

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)row:":{"name":"-row:","abstract":"

    Get a user row from the current result

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)rowWithRow:":{"name":"-rowWithRow:","abstract":"

    Get a user row from the row

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)results:":{"name":"-results:","abstract":"

    Wrap the result set

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)newRowWithColumns:andValues:":{"name":"-newRowWithColumns:andValues:","abstract":"

    Create a user row

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)boundingBox":{"name":"-boundingBox","abstract":"

    Get the bounding box of the user table data

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)boundingBoxInProjection:":{"name":"-boundingBoxInProjection:","abstract":"

    Get the bounding box of the user table data

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)boundingBox:inProjection:":{"name":"-boundingBox:inProjection:","abstract":"

    Project the provided bounding box in the declared projection to the user","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)contents":{"name":"-contents","abstract":"

    Get the contents

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)zoomLevel":{"name":"-zoomLevel","abstract":"

    Get the approximate zoom level of where the bounding box of the user data fits into the world

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)queryForIdRow:":{"name":"-queryForIdRow:","abstract":"

    Query for the row with the provided id

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)queryWithColumns:forIdRow:":{"name":"-queryWithColumns:forIdRow:","abstract":"

    Query for the row with the provided id

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)paginate:":{"name":"-paginate:","abstract":"

    Paginate the results

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(cm)paginate:withDao:":{"name":"+paginate:withDao:","abstract":"

    Paginate the results

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)isPkModifiable":{"name":"-isPkModifiable","abstract":"

    Is the primary key modifiable

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)setPkModifiable:":{"name":"-setPkModifiable:","abstract":"

    Set if the primary key can be modified

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)isValueValidation":{"name":"-isValueValidation","abstract":"

    Is value validation against column types enabled

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)setValueValidation:":{"name":"-setValueValidation:","abstract":"

    Set if values should validated against column types

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)addColumn:":{"name":"-addColumn:","abstract":"

    Add a new column

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)renameColumn:toColumn:":{"name":"-renameColumn:toColumn:","abstract":"

    Rename column

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)dropColumn:":{"name":"-dropColumn:","abstract":"

    Drop a column

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)dropColumns:":{"name":"-dropColumns:","abstract":"

    Drop columns

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)alterColumn:":{"name":"-alterColumn:","abstract":"

    Alter a column

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)alterColumns:":{"name":"-alterColumns:","abstract":"

    Alter columns

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(py)tableName":{"name":"tableName","abstract":"

    Table name, null when a pre-ordered subset of columns for a query

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(py)custom":{"name":"custom","abstract":"

    Custom column specification flag (subset of table columns or different","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(py)pkModifiable":{"name":"pkModifiable","abstract":"

    Indicates if the primary key is modifiable

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(py)valueValidation":{"name":"valueValidation","abstract":"

    Indicates if values are validated against column types

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)initWithTable:andColumns:andCustom:":{"name":"-initWithTable:andColumns:andCustom:","abstract":"

    Initialize

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)initWithUserColumns:":{"name":"-initWithUserColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)updateColumns":{"name":"-updateColumns","abstract":"

    Update the table columns

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)duplicateCheckWithIndex:andPreviousIndex:andColumn:":{"name":"-duplicateCheckWithIndex:andPreviousIndex:andColumn:","abstract":"

    Check for duplicate column names

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)typeCheckWithExpected:andColumn:":{"name":"-typeCheckWithExpected:andColumn:","abstract":"

    Check for the expected data type

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)missingCheckWithIndex:andColumn:":{"name":"-missingCheckWithIndex:andColumn:","abstract":"

    Check for missing columns

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)columnIndexWithColumnName:":{"name":"-columnIndexWithColumnName:","abstract":"

    Get the column index of the column name

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)columnIndexWithColumnName:andRequired:":{"name":"-columnIndexWithColumnName:andRequired:","abstract":"

    Get the column index of the column name

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)columnNames":{"name":"-columnNames","abstract":"

    Get the array of column names

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)columnNameWithIndex:":{"name":"-columnNameWithIndex:","abstract":"

    Get the column name at the index

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)columns":{"name":"-columns","abstract":"

    Get the list of columns

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)columnWithIndex:":{"name":"-columnWithIndex:","abstract":"

    Get the column at the index

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)columnWithColumnName:":{"name":"-columnWithColumnName:","abstract":"

    Get the column of the column name

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)hasColumnWithColumnName:":{"name":"-hasColumnWithColumnName:","abstract":"

    Check if the table has the column

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)columnCount":{"name":"-columnCount","abstract":"

    Get the column count

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)hasIdColumn":{"name":"-hasIdColumn","abstract":"

    Check if the row has an id column

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)idIndex":{"name":"-idIndex","abstract":"

    Get the id column index

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)idColumn":{"name":"-idColumn","abstract":"

    Get the id column

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)idColumnName":{"name":"-idColumnName","abstract":"

    Get the id column name

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)hasPkColumn":{"name":"-hasPkColumn","abstract":"

    Check if the table has a primary key column

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)pkIndex":{"name":"-pkIndex","abstract":"

    Get the primary key column index

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)pkColumn":{"name":"-pkColumn","abstract":"

    Get the primary key column index

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)pkColumnName":{"name":"-pkColumnName","abstract":"

    Get the primary key column name

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)columnsOfType:":{"name":"-columnsOfType:","abstract":"

    Get the columns with the provided data type

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)addColumn:":{"name":"-addColumn:","abstract":"

    Add a new column

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)renameColumn:toColumn:":{"name":"-renameColumn:toColumn:","abstract":"

    Rename a column

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)renameColumnWithName:toColumn:":{"name":"-renameColumnWithName:toColumn:","abstract":"

    Rename a column

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)renameColumnWithIndex:toColumn:":{"name":"-renameColumnWithIndex:toColumn:","abstract":"

    Rename a column

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)dropColumn:":{"name":"-dropColumn:","abstract":"

    Drop a column

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)dropColumnWithName:":{"name":"-dropColumnWithName:","abstract":"

    Drop a column

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)dropColumnWithIndex:":{"name":"-dropColumnWithIndex:","abstract":"

    Drop a column

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)alterColumn:":{"name":"-alterColumn:","abstract":"

    Alter a column

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(py)name":{"name":"name","abstract":"

    Column name

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(py)max":{"name":"max","abstract":"

    Max size

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(py)notNull":{"name":"notNull","abstract":"

    True if a not null column

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(py)defaultValue":{"name":"defaultValue","abstract":"

    Default column value

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(py)primaryKey":{"name":"primaryKey","abstract":"

    True if a primary key column

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(py)autoincrement":{"name":"autoincrement","abstract":"

    True if primary key is autoincrement

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(py)unique":{"name":"unique","abstract":"

    True if unique column

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(py)type":{"name":"type","abstract":"

    Type

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(py)dataType":{"name":"dataType","abstract":"

    Data type

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)initWithIndex:andName:andDataType:andMax:andNotNull:andDefaultValue:andPrimaryKey:andAutoincrement:":{"name":"-initWithIndex:andName:andDataType:andMax:andNotNull:andDefaultValue:andPrimaryKey:andAutoincrement:","abstract":"

    Initialize

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)initWithIndex:andName:andType:andDataType:andMax:andNotNull:andDefaultValue:andPrimaryKey:andAutoincrement:":{"name":"-initWithIndex:andName:andType:andDataType:andMax:andNotNull:andDefaultValue:andPrimaryKey:andAutoincrement:","abstract":"

    Initialize

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)initWithTableColumn:":{"name":"-initWithTableColumn:","abstract":"

    Initialize

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(cm)nameOfDataType:forColumn:":{"name":"+nameOfDataType:forColumn:","abstract":"

    Get the type name from the data type

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)hasIndex":{"name":"-hasIndex","abstract":"

    Check if the column has a valid index

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)resetIndex":{"name":"-resetIndex","abstract":"

    Reset the column index

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)isNamed:":{"name":"-isNamed:","abstract":"

    Determine if this column is named the provided name

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)hasMax":{"name":"-hasMax","abstract":"

    Determine if the column has a max value

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)hasDefaultValue":{"name":"-hasDefaultValue","abstract":"

    Determine if the column has a default value

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)hasConstraints":{"name":"-hasConstraints","abstract":"

    Check if has constraints

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)hasConstraintsOfType:":{"name":"-hasConstraintsOfType:","abstract":"

    Check if has constraints of the provided type

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)constraints":{"name":"-constraints","abstract":"

    Get the constraints

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)constraintsOfType:":{"name":"-constraintsOfType:","abstract":"

    Get the constraints of the provided type

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)clearConstraints":{"name":"-clearConstraints","abstract":"

    Clear the constraints

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)clearConstraintsWithReset:":{"name":"-clearConstraintsWithReset:","abstract":"

    Clear the constraints

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)clearConstraintsOfType:":{"name":"-clearConstraintsOfType:","abstract":"

    Clear the constraints of the provided type

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)addDefaultConstraints":{"name":"-addDefaultConstraints","abstract":"

    Add the default constraints that are enabled (not null, default value,","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)addConstraint:":{"name":"-addConstraint:","abstract":"

    Add a constraint

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)setConstraintOrder:":{"name":"-setConstraintOrder:","abstract":"

    Set the constraint order by constraint type

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)addConstraintSql:":{"name":"-addConstraintSql:","abstract":"

    Add a constraint

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)addConstraintType:withSql:":{"name":"-addConstraintType:withSql:","abstract":"

    Add a constraint

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)addConstraintType:withOrder:andSql:":{"name":"-addConstraintType:withOrder:andSql:","abstract":"

    Add a constraint

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)addConstraintType:withOrderInt:andSql:":{"name":"-addConstraintType:withOrderInt:andSql:","abstract":"

    Add a constraint

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)addConstraintsArray:":{"name":"-addConstraintsArray:","abstract":"

    Add constraints

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)addColumnConstraints:":{"name":"-addColumnConstraints:","abstract":"

    Add constraints

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)addConstraints:":{"name":"-addConstraints:","abstract":"

    Add constraints

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)addNotNullConstraint":{"name":"-addNotNullConstraint","abstract":"

    Add a not null constraint

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)removeNotNullConstraint":{"name":"-removeNotNullConstraint","abstract":"

    Remove a not null constraint

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)addDefaultValueConstraint:":{"name":"-addDefaultValueConstraint:","abstract":"

    Add a default value constraint

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)removeDefaultValueConstraint":{"name":"-removeDefaultValueConstraint","abstract":"

    Remove a default value constraint

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)addPrimaryKeyConstraint":{"name":"-addPrimaryKeyConstraint","abstract":"

    Add a primary key constraint

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)removePrimaryKeyConstraint":{"name":"-removePrimaryKeyConstraint","abstract":"

    Remove a primary key constraint

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)addAutoincrementConstraint":{"name":"-addAutoincrementConstraint","abstract":"

    Add an autoincrement constraint

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)removeAutoincrementConstraint":{"name":"-removeAutoincrementConstraint","abstract":"

    Remove an autoincrement constraint

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)addUniqueConstraint":{"name":"-addUniqueConstraint","abstract":"

    Add a unique constraint

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)removeUniqueConstraint":{"name":"-removeUniqueConstraint","abstract":"

    Remove a unique constraint

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)buildConstraintSql:":{"name":"-buildConstraintSql:","abstract":"

    Build the SQL for the constraint

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGRowResultSet.html#/c:objc(cs)GPKGRowResultSet(cm)createWithDao:andResults:":{"name":"+createWithDao:andResults:","abstract":"

    Create

    ","parent_name":"GPKGRowResultSet"},"Classes/GPKGRowResultSet.html#/c:objc(cs)GPKGRowResultSet(im)initWithDao:andResults:":{"name":"-initWithDao:andResults:","abstract":"

    Initialize

    ","parent_name":"GPKGRowResultSet"},"Classes/GPKGRowResultSet.html#/c:objc(cs)GPKGRowResultSet(im)dao":{"name":"-dao","abstract":"

    Get the DAO

    ","parent_name":"GPKGRowResultSet"},"Classes/GPKGRowResultSet.html#/c:objc(cs)GPKGRowResultSet(im)row":{"name":"-row","abstract":"

    Get a user row from the current result

    ","parent_name":"GPKGRowResultSet"},"Classes/GPKGRowPaginatedResults.html#/c:objc(cs)GPKGRowPaginatedResults(cm)createWithDao:andResultSet:":{"name":"+createWithDao:andResultSet:","abstract":"

    Create

    ","parent_name":"GPKGRowPaginatedResults"},"Classes/GPKGRowPaginatedResults.html#/c:objc(cs)GPKGRowPaginatedResults(im)initWithDao:andResultSet:":{"name":"-initWithDao:andResultSet:","abstract":"

    Initialize

    ","parent_name":"GPKGRowPaginatedResults"},"Classes/GPKGRowPaginatedResults.html#/c:objc(cs)GPKGRowPaginatedResults(im)dao":{"name":"-dao","abstract":"

    Get the user DAO

    ","parent_name":"GPKGRowPaginatedResults"},"Classes/GPKGRowPaginatedResults.html#/c:objc(cs)GPKGRowPaginatedResults(im)userRow":{"name":"-userRow","abstract":"

    Get a user row from the current result

    ","parent_name":"GPKGRowPaginatedResults"},"Classes/GPKGContentValues.html#/c:objc(cs)GPKGContentValues(py)values":{"name":"values","abstract":"

    Mapping between columns and values

    ","parent_name":"GPKGContentValues"},"Classes/GPKGContentValues.html#/c:objc(cs)GPKGContentValues(im)init":{"name":"-init","abstract":"

    Initializer

    ","parent_name":"GPKGContentValues"},"Classes/GPKGContentValues.html#/c:objc(cs)GPKGContentValues(im)putKey:withValue:":{"name":"-putKey:withValue:","abstract":"

    Put a key value pari

    ","parent_name":"GPKGContentValues"},"Classes/GPKGContentValues.html#/c:objc(cs)GPKGContentValues(im)putNullValueForKey:":{"name":"-putNullValueForKey:","abstract":"

    Put a key null value

    ","parent_name":"GPKGContentValues"},"Classes/GPKGContentValues.html#/c:objc(cs)GPKGContentValues(im)size":{"name":"-size","abstract":"

    Get the number of value mappings

    ","parent_name":"GPKGContentValues"},"Classes/GPKGContentValues.html#/c:objc(cs)GPKGContentValues(im)valueForKey:":{"name":"-valueForKey:","abstract":"

    Get the value of the key

    ","parent_name":"GPKGContentValues"},"Classes/GPKGContentValues.html#/c:objc(cs)GPKGContentValues(im)keySet":{"name":"-keySet","abstract":"

    Get a field key set

    ","parent_name":"GPKGContentValues"},"Classes/GPKGContentValues.html#/c:objc(cs)GPKGContentValues(im)keyAsString:":{"name":"-keyAsString:","abstract":"

    Get the key value as a string

    ","parent_name":"GPKGContentValues"},"Classes/GPKGTileTableReader.html#/c:objc(cs)GPKGTileTableReader(im)initWithTable:":{"name":"-initWithTable:","abstract":"

    Initialize

    ","parent_name":"GPKGTileTableReader"},"Classes/GPKGTileTableReader.html#/c:objc(cs)GPKGTileTableReader(im)readTileTableWithConnection:":{"name":"-readTileTableWithConnection:","abstract":"

    Read the tile table with the database connection

    ","parent_name":"GPKGTileTableReader"},"Classes/GPKGTileTableMetadata.html#/c:objc(cs)GPKGTileTableMetadata(cm)create":{"name":"+create","abstract":"

    Create metadata

    ","parent_name":"GPKGTileTableMetadata"},"Classes/GPKGTileTableMetadata.html#/c:objc(cs)GPKGTileTableMetadata(cm)createWithAutoincrement:":{"name":"+createWithAutoincrement:","abstract":"

    Create metadata

    ","parent_name":"GPKGTileTableMetadata"},"Classes/GPKGTileTableMetadata.html#/c:objc(cs)GPKGTileTableMetadata(cm)createWithTable:andTileBoundingBox:andTileSrsId:":{"name":"+createWithTable:andTileBoundingBox:andTileSrsId:","abstract":"

    Create metadata

    ","parent_name":"GPKGTileTableMetadata"},"Classes/GPKGTileTableMetadata.html#/c:objc(cs)GPKGTileTableMetadata(cm)createWithTable:andAutoincrement:andTileBoundingBox:andTileSrsId:":{"name":"+createWithTable:andAutoincrement:andTileBoundingBox:andTileSrsId:","abstract":"

    Create metadata

    ","parent_name":"GPKGTileTableMetadata"},"Classes/GPKGTileTableMetadata.html#/c:objc(cs)GPKGTileTableMetadata(cm)createWithTable:andContentsBoundingBox:andTileBoundingBox:andTileSrsId:":{"name":"+createWithTable:andContentsBoundingBox:andTileBoundingBox:andTileSrsId:","abstract":"

    Create metadata

    ","parent_name":"GPKGTileTableMetadata"},"Classes/GPKGTileTableMetadata.html#/c:objc(cs)GPKGTileTableMetadata(cm)createWithTable:andAutoincrement:andContentsBoundingBox:andTileBoundingBox:andTileSrsId:":{"name":"+createWithTable:andAutoincrement:andContentsBoundingBox:andTileBoundingBox:andTileSrsId:","abstract":"

    Create metadata

    ","parent_name":"GPKGTileTableMetadata"},"Classes/GPKGTileTableMetadata.html#/c:objc(cs)GPKGTileTableMetadata(cm)createWithTable:andContentsBoundingBox:andContentsSrsId:andTileBoundingBox:andTileSrsId:":{"name":"+createWithTable:andContentsBoundingBox:andContentsSrsId:andTileBoundingBox:andTileSrsId:","abstract":"

    Create metadata

    ","parent_name":"GPKGTileTableMetadata"},"Classes/GPKGTileTableMetadata.html#/c:objc(cs)GPKGTileTableMetadata(cm)createWithTable:andAutoincrement:andContentsBoundingBox:andContentsSrsId:andTileBoundingBox:andTileSrsId:":{"name":"+createWithTable:andAutoincrement:andContentsBoundingBox:andContentsSrsId:andTileBoundingBox:andTileSrsId:","abstract":"

    Create metadata

    ","parent_name":"GPKGTileTableMetadata"},"Classes/GPKGTileTableMetadata.html#/c:objc(cs)GPKGTileTableMetadata(cm)createWithDataType:andTable:andTileBoundingBox:andTileSrsId:":{"name":"+createWithDataType:andTable:andTileBoundingBox:andTileSrsId:","abstract":"

    Create metadata

    ","parent_name":"GPKGTileTableMetadata"},"Classes/GPKGTileTableMetadata.html#/c:objc(cs)GPKGTileTableMetadata(cm)createWithDataType:andTable:andAutoincrement:andTileBoundingBox:andTileSrsId:":{"name":"+createWithDataType:andTable:andAutoincrement:andTileBoundingBox:andTileSrsId:","abstract":"

    Create metadata

    ","parent_name":"GPKGTileTableMetadata"},"Classes/GPKGTileTableMetadata.html#/c:objc(cs)GPKGTileTableMetadata(cm)createWithDataType:andTable:andContentsBoundingBox:andTileBoundingBox:andTileSrsId:":{"name":"+createWithDataType:andTable:andContentsBoundingBox:andTileBoundingBox:andTileSrsId:","abstract":"

    Create metadata

    ","parent_name":"GPKGTileTableMetadata"},"Classes/GPKGTileTableMetadata.html#/c:objc(cs)GPKGTileTableMetadata(cm)createWithDataType:andTable:andAutoincrement:andContentsBoundingBox:andTileBoundingBox:andTileSrsId:":{"name":"+createWithDataType:andTable:andAutoincrement:andContentsBoundingBox:andTileBoundingBox:andTileSrsId:","abstract":"

    Create metadata

    ","parent_name":"GPKGTileTableMetadata"},"Classes/GPKGTileTableMetadata.html#/c:objc(cs)GPKGTileTableMetadata(cm)createWithDataType:andTable:andContentsBoundingBox:andContentsSrsId:andTileBoundingBox:andTileSrsId:":{"name":"+createWithDataType:andTable:andContentsBoundingBox:andContentsSrsId:andTileBoundingBox:andTileSrsId:","abstract":"

    Create metadata

    ","parent_name":"GPKGTileTableMetadata"},"Classes/GPKGTileTableMetadata.html#/c:objc(cs)GPKGTileTableMetadata(cm)createWithDataType:andTable:andAutoincrement:andContentsBoundingBox:andContentsSrsId:andTileBoundingBox:andTileSrsId:":{"name":"+createWithDataType:andTable:andAutoincrement:andContentsBoundingBox:andContentsSrsId:andTileBoundingBox:andTileSrsId:","abstract":"

    Create metadata

    ","parent_name":"GPKGTileTableMetadata"},"Classes/GPKGTileTableMetadata.html#/c:objc(cs)GPKGTileTableMetadata(py)contentsBoundingBox":{"name":"contentsBoundingBox","abstract":"

    Contents bounding box

    ","parent_name":"GPKGTileTableMetadata"},"Classes/GPKGTileTableMetadata.html#/c:objc(cs)GPKGTileTableMetadata(py)contentsSrsId":{"name":"contentsSrsId","abstract":"

    Contents SRS id

    ","parent_name":"GPKGTileTableMetadata"},"Classes/GPKGTileTableMetadata.html#/c:objc(cs)GPKGTileTableMetadata(py)tileBoundingBox":{"name":"tileBoundingBox","abstract":"

    Tile bounding box

    ","parent_name":"GPKGTileTableMetadata"},"Classes/GPKGTileTableMetadata.html#/c:objc(cs)GPKGTileTableMetadata(py)tileSrsId":{"name":"tileSrsId","abstract":"

    Tile SRS id

    ","parent_name":"GPKGTileTableMetadata"},"Classes/GPKGTileTableMetadata.html#/c:objc(cs)GPKGTileTableMetadata(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGTileTableMetadata"},"Classes/GPKGTileTableMetadata.html#/c:objc(cs)GPKGTileTableMetadata(im)initWithTable:andContentsBoundingBox:andContentsSrsId:andTileBoundingBox:andTileSrsId:":{"name":"-initWithTable:andContentsBoundingBox:andContentsSrsId:andTileBoundingBox:andTileSrsId:","abstract":"

    Initialize

    ","parent_name":"GPKGTileTableMetadata"},"Classes/GPKGTileTableMetadata.html#/c:objc(cs)GPKGTileTableMetadata(im)initWithDataType:andTable:andContentsBoundingBox:andContentsSrsId:andTileBoundingBox:andTileSrsId:":{"name":"-initWithDataType:andTable:andContentsBoundingBox:andContentsSrsId:andTileBoundingBox:andTileSrsId:","abstract":"

    Initialize

    ","parent_name":"GPKGTileTableMetadata"},"Classes/GPKGTileTableMetadata.html#/c:objc(cs)GPKGTileTableMetadata(im)initWithTable:andAutoincrement:andContentsBoundingBox:andContentsSrsId:andTileBoundingBox:andTileSrsId:":{"name":"-initWithTable:andAutoincrement:andContentsBoundingBox:andContentsSrsId:andTileBoundingBox:andTileSrsId:","abstract":"

    Initialize

    ","parent_name":"GPKGTileTableMetadata"},"Classes/GPKGTileTableMetadata.html#/c:objc(cs)GPKGTileTableMetadata(im)initWithDataType:andTable:andAutoincrement:andContentsBoundingBox:andContentsSrsId:andTileBoundingBox:andTileSrsId:":{"name":"-initWithDataType:andTable:andAutoincrement:andContentsBoundingBox:andContentsSrsId:andTileBoundingBox:andTileSrsId:","abstract":"

    Initialize

    ","parent_name":"GPKGTileTableMetadata"},"Classes/GPKGTileTable.html#/c:objc(cs)GPKGTileTable(im)initWithTable:":{"name":"-initWithTable:","abstract":"

    Initialize

    ","parent_name":"GPKGTileTable"},"Classes/GPKGTileTable.html#/c:objc(cs)GPKGTileTable(im)initWithTable:andColumns:":{"name":"-initWithTable:andColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGTileTable"},"Classes/GPKGTileTable.html#/c:objc(cs)GPKGTileTable(im)zoomLevelIndex":{"name":"-zoomLevelIndex","abstract":"

    Get the zoom level column index

    ","parent_name":"GPKGTileTable"},"Classes/GPKGTileTable.html#/c:objc(cs)GPKGTileTable(im)zoomLevelColumn":{"name":"-zoomLevelColumn","abstract":"

    Get the zoom level column

    ","parent_name":"GPKGTileTable"},"Classes/GPKGTileTable.html#/c:objc(cs)GPKGTileTable(im)tileColumnIndex":{"name":"-tileColumnIndex","abstract":"

    Get the tile column index

    ","parent_name":"GPKGTileTable"},"Classes/GPKGTileTable.html#/c:objc(cs)GPKGTileTable(im)tileColumnColumn":{"name":"-tileColumnColumn","abstract":"

    Get the tile column column

    ","parent_name":"GPKGTileTable"},"Classes/GPKGTileTable.html#/c:objc(cs)GPKGTileTable(im)tileRowIndex":{"name":"-tileRowIndex","abstract":"

    Get the tile row index

    ","parent_name":"GPKGTileTable"},"Classes/GPKGTileTable.html#/c:objc(cs)GPKGTileTable(im)tileRowColumn":{"name":"-tileRowColumn","abstract":"

    Get the tile row column

    ","parent_name":"GPKGTileTable"},"Classes/GPKGTileTable.html#/c:objc(cs)GPKGTileTable(im)tileDataIndex":{"name":"-tileDataIndex","abstract":"

    Get the tile data index

    ","parent_name":"GPKGTileTable"},"Classes/GPKGTileTable.html#/c:objc(cs)GPKGTileTable(im)tileDataColumn":{"name":"-tileDataColumn","abstract":"

    Get the tile data column

    ","parent_name":"GPKGTileTable"},"Classes/GPKGTileTable.html#/c:objc(cs)GPKGTileTable(cm)createRequiredColumns":{"name":"+createRequiredColumns","abstract":"

    Create the required table columns

    ","parent_name":"GPKGTileTable"},"Classes/GPKGTileTable.html#/c:objc(cs)GPKGTileTable(cm)createRequiredColumnsWithAutoincrement:":{"name":"+createRequiredColumnsWithAutoincrement:","abstract":"

    Create the required table columns

    ","parent_name":"GPKGTileTable"},"Classes/GPKGTileTable.html#/c:objc(cs)GPKGTileTable(cm)createRequiredColumnsWithStartingIndex:":{"name":"+createRequiredColumnsWithStartingIndex:","abstract":"

    Create the required table columns, starting at the provided index

    ","parent_name":"GPKGTileTable"},"Classes/GPKGTileTable.html#/c:objc(cs)GPKGTileTable(cm)createRequiredColumnsWithStartingIndex:andAutoincrement:":{"name":"+createRequiredColumnsWithStartingIndex:andAutoincrement:","abstract":"

    Create the required table columns, starting at the provided index

    ","parent_name":"GPKGTileTable"},"Classes/GPKGTileTable.html#/c:objc(cs)GPKGTileTable(im)tileColumns":{"name":"-tileColumns","abstract":"

    Get the tile columns

    ","parent_name":"GPKGTileTable"},"Classes/GPKGTileRow.html#/c:objc(cs)GPKGTileRow(py)tileTable":{"name":"tileTable","abstract":"

    Tile Table

    ","parent_name":"GPKGTileRow"},"Classes/GPKGTileRow.html#/c:objc(cs)GPKGTileRow(py)tileColumns":{"name":"tileColumns","abstract":"

    Tile Columns

    ","parent_name":"GPKGTileRow"},"Classes/GPKGTileRow.html#/c:objc(cs)GPKGTileRow(im)initWithTileTable:andColumns:andValues:":{"name":"-initWithTileTable:andColumns:andValues:","abstract":"

    Initialize

    ","parent_name":"GPKGTileRow"},"Classes/GPKGTileRow.html#/c:objc(cs)GPKGTileRow(im)initWithTileTable:":{"name":"-initWithTileTable:","abstract":"

    Initialize

    ","parent_name":"GPKGTileRow"},"Classes/GPKGTileRow.html#/c:objc(cs)GPKGTileRow(im)zoomLevelColumnIndex":{"name":"-zoomLevelColumnIndex","abstract":"

    Get the zoom level column index

    ","parent_name":"GPKGTileRow"},"Classes/GPKGTileRow.html#/c:objc(cs)GPKGTileRow(im)zoomLevelColumn":{"name":"-zoomLevelColumn","abstract":"

    Get the zoom level column

    ","parent_name":"GPKGTileRow"},"Classes/GPKGTileRow.html#/c:objc(cs)GPKGTileRow(im)zoomLevel":{"name":"-zoomLevel","abstract":"

    Get the zoom level

    ","parent_name":"GPKGTileRow"},"Classes/GPKGTileRow.html#/c:objc(cs)GPKGTileRow(im)setZoomLevel:":{"name":"-setZoomLevel:","abstract":"

    Set the zoom level

    ","parent_name":"GPKGTileRow"},"Classes/GPKGTileRow.html#/c:objc(cs)GPKGTileRow(im)tileColumnColumnIndex":{"name":"-tileColumnColumnIndex","abstract":"

    Get the tile column column index

    ","parent_name":"GPKGTileRow"},"Classes/GPKGTileRow.html#/c:objc(cs)GPKGTileRow(im)tileColumnColumn":{"name":"-tileColumnColumn","abstract":"

    Get the tile column column

    ","parent_name":"GPKGTileRow"},"Classes/GPKGTileRow.html#/c:objc(cs)GPKGTileRow(im)tileColumn":{"name":"-tileColumn","abstract":"

    Get the tile column

    ","parent_name":"GPKGTileRow"},"Classes/GPKGTileRow.html#/c:objc(cs)GPKGTileRow(im)setTileColumn:":{"name":"-setTileColumn:","abstract":"

    Set the tile column

    ","parent_name":"GPKGTileRow"},"Classes/GPKGTileRow.html#/c:objc(cs)GPKGTileRow(im)tileRowColumnIndex":{"name":"-tileRowColumnIndex","abstract":"

    Get the tile row column index

    ","parent_name":"GPKGTileRow"},"Classes/GPKGTileRow.html#/c:objc(cs)GPKGTileRow(im)tileRowColumn":{"name":"-tileRowColumn","abstract":"

    Get the tile row column

    ","parent_name":"GPKGTileRow"},"Classes/GPKGTileRow.html#/c:objc(cs)GPKGTileRow(im)tileRow":{"name":"-tileRow","abstract":"

    Get the tile row

    ","parent_name":"GPKGTileRow"},"Classes/GPKGTileRow.html#/c:objc(cs)GPKGTileRow(im)setTileRow:":{"name":"-setTileRow:","abstract":"

    Set the tile row

    ","parent_name":"GPKGTileRow"},"Classes/GPKGTileRow.html#/c:objc(cs)GPKGTileRow(im)tileDataColumnIndex":{"name":"-tileDataColumnIndex","abstract":"

    Get the tile data column index

    ","parent_name":"GPKGTileRow"},"Classes/GPKGTileRow.html#/c:objc(cs)GPKGTileRow(im)tileDataColumn":{"name":"-tileDataColumn","abstract":"

    Get the tile data column

    ","parent_name":"GPKGTileRow"},"Classes/GPKGTileRow.html#/c:objc(cs)GPKGTileRow(im)tileData":{"name":"-tileData","abstract":"

    Get the tile data

    ","parent_name":"GPKGTileRow"},"Classes/GPKGTileRow.html#/c:objc(cs)GPKGTileRow(im)setTileData:":{"name":"-setTileData:","abstract":"

    Set the tile data

    ","parent_name":"GPKGTileRow"},"Classes/GPKGTileRow.html#/c:objc(cs)GPKGTileRow(im)tileDataImage":{"name":"-tileDataImage","abstract":"

    Get the tile data as an image

    ","parent_name":"GPKGTileRow"},"Classes/GPKGTileRow.html#/c:objc(cs)GPKGTileRow(im)tileDataImageWithScale:":{"name":"-tileDataImageWithScale:","abstract":"

    Get the tile data as a scaled image

    ","parent_name":"GPKGTileRow"},"Classes/GPKGTileRow.html#/c:objc(cs)GPKGTileRow(im)setTileDataWithImage:andFormat:":{"name":"-setTileDataWithImage:andFormat:","abstract":"

    Set the tile data with an image

    ","parent_name":"GPKGTileRow"},"Classes/GPKGTileRow.html#/c:objc(cs)GPKGTileRow(im)setTileDataWithImage:andFormat:andQuality:":{"name":"-setTileDataWithImage:andFormat:andQuality:","abstract":"

    Set the tile data with an image

    ","parent_name":"GPKGTileRow"},"Classes/GPKGTileDaoUtils.html#/c:objc(cs)GPKGTileDaoUtils(cm)adjustTileMatrixLengthsWithTileMatrixSet:andTileMatrices:":{"name":"+adjustTileMatrixLengthsWithTileMatrixSet:andTileMatrices:","abstract":"

    Adjust the tile matrix lengths if needed. Check if the tile matrix width","parent_name":"GPKGTileDaoUtils"},"Classes/GPKGTileDaoUtils.html#/c:objc(cs)GPKGTileDaoUtils(cm)zoomLevelWithWidths:andHeights:andTileMatrices:andLength:":{"name":"+zoomLevelWithWidths:andHeights:andTileMatrices:andLength:","abstract":"

    Get the zoom level for the provided width and height in the default units

    ","parent_name":"GPKGTileDaoUtils"},"Classes/GPKGTileDaoUtils.html#/c:objc(cs)GPKGTileDaoUtils(cm)zoomLevelWithWidths:andHeights:andTileMatrices:andWidth:andHeight:":{"name":"+zoomLevelWithWidths:andHeights:andTileMatrices:andWidth:andHeight:","abstract":"

    Get the zoom level for the provided width and height in the default units

    ","parent_name":"GPKGTileDaoUtils"},"Classes/GPKGTileDaoUtils.html#/c:objc(cs)GPKGTileDaoUtils(cm)closestZoomLevelWithWidths:andHeights:andTileMatrices:andLength:":{"name":"+closestZoomLevelWithWidths:andHeights:andTileMatrices:andLength:","abstract":"

    Get the closest zoom level for the provided width and height in the","parent_name":"GPKGTileDaoUtils"},"Classes/GPKGTileDaoUtils.html#/c:objc(cs)GPKGTileDaoUtils(cm)closestZoomLevelWithWidths:andHeights:andTileMatrices:andWidth:andHeight:":{"name":"+closestZoomLevelWithWidths:andHeights:andTileMatrices:andWidth:andHeight:","abstract":"

    Get the closest zoom level for the provided width and height in the","parent_name":"GPKGTileDaoUtils"},"Classes/GPKGTileDaoUtils.html#/c:objc(cs)GPKGTileDaoUtils(cm)approximateZoomLevelWithWidths:andHeights:andTileMatrices:andLength:":{"name":"+approximateZoomLevelWithWidths:andHeights:andTileMatrices:andLength:","abstract":"

    Get the approximate zoom level for the provided length in the default","parent_name":"GPKGTileDaoUtils"},"Classes/GPKGTileDaoUtils.html#/c:objc(cs)GPKGTileDaoUtils(cm)approximateZoomLevelWithWidths:andHeights:andTileMatrices:andWidth:andHeight:":{"name":"+approximateZoomLevelWithWidths:andHeights:andTileMatrices:andWidth:andHeight:","abstract":"

    Get the approximate zoom level for the provided width and height in the","parent_name":"GPKGTileDaoUtils"},"Classes/GPKGTileDaoUtils.html#/c:objc(cs)GPKGTileDaoUtils(cm)maxLengthWithWidths:andHeights:":{"name":"+maxLengthWithWidths:andHeights:","abstract":"

    Get the max distance length that matches the tile widths and heights

    ","parent_name":"GPKGTileDaoUtils"},"Classes/GPKGTileDaoUtils.html#/c:objc(cs)GPKGTileDaoUtils(cm)minLengthWithWidths:andHeights:":{"name":"+minLengthWithWidths:andHeights:","abstract":"

    Get the min distance length that matches the tile widths and heights

    ","parent_name":"GPKGTileDaoUtils"},"Classes/GPKGTileDaoUtils.html#/c:objc(cs)GPKGTileDaoUtils(cm)mapZoomRangeWithTileMatrixSetDao:andTileMatrixSet:andTileMatrices:":{"name":"+mapZoomRangeWithTileMatrixSetDao:andTileMatrixSet:andTileMatrices:","abstract":"

    Get the map zoom level range

    ","parent_name":"GPKGTileDaoUtils"},"Classes/GPKGTileDaoUtils.html#/c:objc(cs)GPKGTileDaoUtils(cm)mapMinZoomWithTileMatrixSetDao:andTileMatrixSet:andTileMatrices:":{"name":"+mapMinZoomWithTileMatrixSetDao:andTileMatrixSet:andTileMatrices:","abstract":"

    Get the map min zoom level

    ","parent_name":"GPKGTileDaoUtils"},"Classes/GPKGTileDaoUtils.html#/c:objc(cs)GPKGTileDaoUtils(cm)mapMaxZoomWithTileMatrixSetDao:andTileMatrixSet:andTileMatrices:":{"name":"+mapMaxZoomWithTileMatrixSetDao:andTileMatrixSet:andTileMatrices:","abstract":"

    Get the map max zoom level

    ","parent_name":"GPKGTileDaoUtils"},"Classes/GPKGTileDaoUtils.html#/c:objc(cs)GPKGTileDaoUtils(cm)mapZoomWithTileMatrixSetDao:andTileMatrixSet:andTileMatrix:":{"name":"+mapZoomWithTileMatrixSetDao:andTileMatrixSet:andTileMatrix:","abstract":"

    Get the map zoom level

    ","parent_name":"GPKGTileDaoUtils"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(py)tileMatrixSet":{"name":"tileMatrixSet","abstract":"

    Tile Matrix Set

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(py)tileMatrices":{"name":"tileMatrices","abstract":"

    Tile Matrices

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(py)zoomLevelToTileMatrix":{"name":"zoomLevelToTileMatrix","abstract":"

    Mapping between zoom levels and the tile matrix

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(py)zoomLevels":{"name":"zoomLevels","abstract":"

    Zoom levels

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(py)minZoom":{"name":"minZoom","abstract":"

    Min zoom

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(py)maxZoom":{"name":"maxZoom","abstract":"

    Max zoom

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(py)widths":{"name":"widths","abstract":"

    Array of widths of the tiles at each zoom level in default units

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(py)heights":{"name":"heights","abstract":"

    Array of heights of the tiles at each zoom level in default units

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)initWithDatabase:andTable:andTileMatrixSet:andTileMatrices:":{"name":"-initWithDatabase:andTable:andTileMatrixSet:andTileMatrices:","abstract":"

    Initialize

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)boundingBoxWithZoomLevel:":{"name":"-boundingBoxWithZoomLevel:","abstract":"

    Get the bounding box of tiles at the zoom level

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)boundingBoxWithZoomLevel:inProjection:":{"name":"-boundingBoxWithZoomLevel:inProjection:","abstract":"

    Get the bounding box of tiles at the zoom level

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)tileGridWithZoomLevel:":{"name":"-tileGridWithZoomLevel:","abstract":"

    Get the tile grid of the zoom level

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)tileTable":{"name":"-tileTable","abstract":"

    Get the tile table

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)row:":{"name":"-row:","abstract":"

    Get the tile row for the current result in the result set

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)tileRow:":{"name":"-tileRow:","abstract":"

    Get the tile row for the current result in the result set

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)rowWithRow:":{"name":"-rowWithRow:","abstract":"

    Get the tile row for the row

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)newRow":{"name":"-newRow","abstract":"

    Create a new tile row

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)adjustTileMatrixLengths":{"name":"-adjustTileMatrixLengths","abstract":"

    Adjust the tile matrix lengths if needed. Check if the tile matrix width","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)tileMatrixWithZoomLevel:":{"name":"-tileMatrixWithZoomLevel:","abstract":"

    Get the tile matrix at the zoom level

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)tileMatrixAtMinZoom":{"name":"-tileMatrixAtMinZoom","abstract":"

    Get the tile matrix at the min (first) zoom

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)srs":{"name":"-srs","abstract":"

    Get the Spatial Reference System

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)srsId":{"name":"-srsId","abstract":"

    Get the Spatial Reference System id

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)queryForTileWithColumn:andRow:andZoomLevel:":{"name":"-queryForTileWithColumn:andRow:andZoomLevel:","abstract":"

    Query for a Tile

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)queryforTileWithZoomLevel:":{"name":"-queryforTileWithZoomLevel:","abstract":"

    Query for a Tiles at a zoom level

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)queryForTileDescending:":{"name":"-queryForTileDescending:","abstract":"

    Query for Tiles at a zoom level in descending row and column order

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)queryForTilesInColumn:andZoomLevel:":{"name":"-queryForTilesInColumn:andZoomLevel:","abstract":"

    Query for Tiles at a zoom level and column

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)queryForTilesInRow:andZoomLevel:":{"name":"-queryForTilesInRow:andZoomLevel:","abstract":"

    Query for Tiles at a zoom level and row

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)zoomLevelWithLength:":{"name":"-zoomLevelWithLength:","abstract":"

    Get the zoom level for the provided width and height in the default units

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)zoomLevelWithWidth:andHeight:":{"name":"-zoomLevelWithWidth:andHeight:","abstract":"

    Get the zoom level for the provided width and height in the default units

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)closestZoomLevelWithLength:":{"name":"-closestZoomLevelWithLength:","abstract":"

    Get the closest zoom level for the provided width and height in the","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)closestZoomLevelWithWidth:andHeight:":{"name":"-closestZoomLevelWithWidth:andHeight:","abstract":"

    Get the closest zoom level for the provided width and height in the","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)approximateZoomLevelWithLength:":{"name":"-approximateZoomLevelWithLength:","abstract":"

    Get the approximate zoom level for the provided length in the default","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)approximateZoomLevelWithWidth:andHeight:":{"name":"-approximateZoomLevelWithWidth:andHeight:","abstract":"

    Get the approximate zoom level for the provided width and height in the","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)queryByTileGrid:andZoomLevel:":{"name":"-queryByTileGrid:andZoomLevel:","abstract":"

    Query by tile grid and zoom level

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)queryByTileGrid:andZoomLevel:andOrderBy:":{"name":"-queryByTileGrid:andZoomLevel:andOrderBy:","abstract":"

    Query by tile grid and zoom level

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)queryForTileGridWithZoomLevel:":{"name":"-queryForTileGridWithZoomLevel:","abstract":"

    Query for the bounding tile grid with tiles at the zoom level

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)deleteTileWithColumn:andRow:andZoomLevel:":{"name":"-deleteTileWithColumn:andRow:andZoomLevel:","abstract":"

    Delete a Tile

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)countWithZoomLevel:":{"name":"-countWithZoomLevel:","abstract":"

    Count of Tiles at a zoom level

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)maxLength":{"name":"-maxLength","abstract":"

    Get the max length in default units that contains tiles

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)minLength":{"name":"-minLength","abstract":"

    Get the min length in default units that contains tiles

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)isXYZTiles":{"name":"-isXYZTiles","abstract":"

    Determine if the tiles are in the XYZ tile coordinate format

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)mapZoomRange":{"name":"-mapZoomRange","abstract":"

    Get the map zoom level range

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)mapMinZoom":{"name":"-mapMinZoom","abstract":"

    Get the map min zoom level

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)mapMaxZoom":{"name":"-mapMaxZoom","abstract":"

    Get the map max zoom level

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)mapZoomWithTileMatrix:":{"name":"-mapZoomWithTileMatrix:","abstract":"

    Get the map zoom level from the tile matrix

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)mapZoomWithZoomLevel:":{"name":"-mapZoomWithZoomLevel:","abstract":"

    Get the map zoom level from the tile matrix zoom level

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)tileMatrixSetDao":{"name":"-tileMatrixSetDao","abstract":"

    Get a tile matrix set DAO

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)tileMatrixDao":{"name":"-tileMatrixDao","abstract":"

    Get a tile matrix DAO

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileColumns.html#/c:objc(cs)GPKGTileColumns(py)zoomLevelIndex":{"name":"zoomLevelIndex","abstract":"

    Zoom level column index

    ","parent_name":"GPKGTileColumns"},"Classes/GPKGTileColumns.html#/c:objc(cs)GPKGTileColumns(py)tileColumnIndex":{"name":"tileColumnIndex","abstract":"

    Tile column column index

    ","parent_name":"GPKGTileColumns"},"Classes/GPKGTileColumns.html#/c:objc(cs)GPKGTileColumns(py)tileRowIndex":{"name":"tileRowIndex","abstract":"

    Tile row column index

    ","parent_name":"GPKGTileColumns"},"Classes/GPKGTileColumns.html#/c:objc(cs)GPKGTileColumns(py)tileDataIndex":{"name":"tileDataIndex","abstract":"

    Tile data column index

    ","parent_name":"GPKGTileColumns"},"Classes/GPKGTileColumns.html#/c:objc(cs)GPKGTileColumns(im)initWithTable:andColumns:":{"name":"-initWithTable:andColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGTileColumns"},"Classes/GPKGTileColumns.html#/c:objc(cs)GPKGTileColumns(im)initWithTable:andColumns:andCustom:":{"name":"-initWithTable:andColumns:andCustom:","abstract":"

    Initialize

    ","parent_name":"GPKGTileColumns"},"Classes/GPKGTileColumns.html#/c:objc(cs)GPKGTileColumns(im)initWithTileColumns:":{"name":"-initWithTileColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGTileColumns"},"Classes/GPKGTileColumns.html#/c:objc(cs)GPKGTileColumns(im)hasZoomLevelColumn":{"name":"-hasZoomLevelColumn","abstract":"

    Check if has a zoom level column

    ","parent_name":"GPKGTileColumns"},"Classes/GPKGTileColumns.html#/c:objc(cs)GPKGTileColumns(im)zoomLevelColumn":{"name":"-zoomLevelColumn","abstract":"

    Get the zoom level column

    ","parent_name":"GPKGTileColumns"},"Classes/GPKGTileColumns.html#/c:objc(cs)GPKGTileColumns(im)hasTileColumnColumn":{"name":"-hasTileColumnColumn","abstract":"

    Check if has a tile column column

    ","parent_name":"GPKGTileColumns"},"Classes/GPKGTileColumns.html#/c:objc(cs)GPKGTileColumns(im)tileColumnColumn":{"name":"-tileColumnColumn","abstract":"

    Get the tile column column

    ","parent_name":"GPKGTileColumns"},"Classes/GPKGTileColumns.html#/c:objc(cs)GPKGTileColumns(im)hasTileRowColumn":{"name":"-hasTileRowColumn","abstract":"

    Check if has a tile row column

    ","parent_name":"GPKGTileColumns"},"Classes/GPKGTileColumns.html#/c:objc(cs)GPKGTileColumns(im)tileRowColumn":{"name":"-tileRowColumn","abstract":"

    Get the tile row column

    ","parent_name":"GPKGTileColumns"},"Classes/GPKGTileColumns.html#/c:objc(cs)GPKGTileColumns(im)hasTileDataColumn":{"name":"-hasTileDataColumn","abstract":"

    Check if has a tile data column

    ","parent_name":"GPKGTileColumns"},"Classes/GPKGTileColumns.html#/c:objc(cs)GPKGTileColumns(im)tileDataColumn":{"name":"-tileDataColumn","abstract":"

    Get the tile data column

    ","parent_name":"GPKGTileColumns"},"Classes/GPKGTileColumn.html#/c:objc(cs)GPKGTileColumn(cm)createIdColumn":{"name":"+createIdColumn","abstract":"

    Create an id column

    ","parent_name":"GPKGTileColumn"},"Classes/GPKGTileColumn.html#/c:objc(cs)GPKGTileColumn(cm)createIdColumnWithAutoincrement:":{"name":"+createIdColumnWithAutoincrement:","abstract":"

    Create an id column

    ","parent_name":"GPKGTileColumn"},"Classes/GPKGTileColumn.html#/c:objc(cs)GPKGTileColumn(cm)createIdColumnWithIndex:":{"name":"+createIdColumnWithIndex:","abstract":"

    Create an id column

    ","parent_name":"GPKGTileColumn"},"Classes/GPKGTileColumn.html#/c:objc(cs)GPKGTileColumn(cm)createIdColumnWithIndex:andAutoincrement:":{"name":"+createIdColumnWithIndex:andAutoincrement:","abstract":"

    Create an id column

    ","parent_name":"GPKGTileColumn"},"Classes/GPKGTileColumn.html#/c:objc(cs)GPKGTileColumn(cm)createZoomLevelColumn":{"name":"+createZoomLevelColumn","abstract":"

    Create a zoom level column

    ","parent_name":"GPKGTileColumn"},"Classes/GPKGTileColumn.html#/c:objc(cs)GPKGTileColumn(cm)createZoomLevelColumnWithIndex:":{"name":"+createZoomLevelColumnWithIndex:","abstract":"

    Create a zoom level column

    ","parent_name":"GPKGTileColumn"},"Classes/GPKGTileColumn.html#/c:objc(cs)GPKGTileColumn(cm)createTileColumnColumn":{"name":"+createTileColumnColumn","abstract":"

    Create a tile column column

    ","parent_name":"GPKGTileColumn"},"Classes/GPKGTileColumn.html#/c:objc(cs)GPKGTileColumn(cm)createTileColumnColumnWithIndex:":{"name":"+createTileColumnColumnWithIndex:","abstract":"

    Create a tile column column

    ","parent_name":"GPKGTileColumn"},"Classes/GPKGTileColumn.html#/c:objc(cs)GPKGTileColumn(cm)createTileRowColumn":{"name":"+createTileRowColumn","abstract":"

    Create a tile row column

    ","parent_name":"GPKGTileColumn"},"Classes/GPKGTileColumn.html#/c:objc(cs)GPKGTileColumn(cm)createTileRowColumnWithIndex:":{"name":"+createTileRowColumnWithIndex:","abstract":"

    Create a tile row column

    ","parent_name":"GPKGTileColumn"},"Classes/GPKGTileColumn.html#/c:objc(cs)GPKGTileColumn(cm)createTileDataColumn":{"name":"+createTileDataColumn","abstract":"

    Create a tile data column

    ","parent_name":"GPKGTileColumn"},"Classes/GPKGTileColumn.html#/c:objc(cs)GPKGTileColumn(cm)createTileDataColumnWithIndex:":{"name":"+createTileDataColumnWithIndex:","abstract":"

    Create a tile data column

    ","parent_name":"GPKGTileColumn"},"Classes/GPKGTileColumn.html#/c:objc(cs)GPKGTileColumn(cm)createColumnWithName:andDataType:":{"name":"+createColumnWithName:andDataType:","abstract":"

    Create a new column

    ","parent_name":"GPKGTileColumn"},"Classes/GPKGTileColumn.html#/c:objc(cs)GPKGTileColumn(cm)createColumnWithIndex:andName:andDataType:":{"name":"+createColumnWithIndex:andName:andDataType:","abstract":"

    Create a new column

    ","parent_name":"GPKGTileColumn"},"Classes/GPKGTileColumn.html#/c:objc(cs)GPKGTileColumn(cm)createColumnWithName:andDataType:andNotNull:":{"name":"+createColumnWithName:andDataType:andNotNull:","abstract":"

    Create a new column

    ","parent_name":"GPKGTileColumn"},"Classes/GPKGTileColumn.html#/c:objc(cs)GPKGTileColumn(cm)createColumnWithIndex:andName:andDataType:andNotNull:":{"name":"+createColumnWithIndex:andName:andDataType:andNotNull:","abstract":"

    Create a new column

    ","parent_name":"GPKGTileColumn"},"Classes/GPKGTileColumn.html#/c:objc(cs)GPKGTileColumn(cm)createColumnWithName:andDataType:andNotNull:andDefaultValue:":{"name":"+createColumnWithName:andDataType:andNotNull:andDefaultValue:","abstract":"

    Create a new column

    ","parent_name":"GPKGTileColumn"},"Classes/GPKGTileColumn.html#/c:objc(cs)GPKGTileColumn(cm)createColumnWithIndex:andName:andDataType:andNotNull:andDefaultValue:":{"name":"+createColumnWithIndex:andName:andDataType:andNotNull:andDefaultValue:","abstract":"

    Create a new column

    ","parent_name":"GPKGTileColumn"},"Classes/GPKGTileColumn.html#/c:objc(cs)GPKGTileColumn(cm)createColumnWithName:andDataType:andMax:":{"name":"+createColumnWithName:andDataType:andMax:","abstract":"

    Create a new column

    ","parent_name":"GPKGTileColumn"},"Classes/GPKGTileColumn.html#/c:objc(cs)GPKGTileColumn(cm)createColumnWithIndex:andName:andDataType:andMax:":{"name":"+createColumnWithIndex:andName:andDataType:andMax:","abstract":"

    Create a new column

    ","parent_name":"GPKGTileColumn"},"Classes/GPKGTileColumn.html#/c:objc(cs)GPKGTileColumn(cm)createColumnWithName:andDataType:andMax:andNotNull:andDefaultValue:":{"name":"+createColumnWithName:andDataType:andMax:andNotNull:andDefaultValue:","abstract":"

    Create a new column

    ","parent_name":"GPKGTileColumn"},"Classes/GPKGTileColumn.html#/c:objc(cs)GPKGTileColumn(cm)createColumnWithIndex:andName:andDataType:andMax:andNotNull:andDefaultValue:":{"name":"+createColumnWithIndex:andName:andDataType:andMax:andNotNull:andDefaultValue:","abstract":"

    Create a new column

    ","parent_name":"GPKGTileColumn"},"Classes/GPKGTileColumn.html#/c:objc(cs)GPKGTileColumn(cm)createColumnWithTableColumn:":{"name":"+createColumnWithTableColumn:","abstract":"

    Create a new column

    ","parent_name":"GPKGTileColumn"},"Classes/GPKGTileColumn.html#/c:objc(cs)GPKGTileColumn(im)initWithIndex:andName:andDataType:andMax:andNotNull:andDefaultValue:andPrimaryKey:andAutoincrement:":{"name":"-initWithIndex:andName:andDataType:andMax:andNotNull:andDefaultValue:andPrimaryKey:andAutoincrement:","abstract":"

    Intialize

    ","parent_name":"GPKGTileColumn"},"Classes/GPKGXYZTileRetriever.html#/c:objc(cs)GPKGXYZTileRetriever(im)initWithTileDao:":{"name":"-initWithTileDao:","abstract":"

    Initializer

    ","parent_name":"GPKGXYZTileRetriever"},"Classes/GPKGTileCreator.html#/c:objc(cs)GPKGTileCreator(py)scaling":{"name":"scaling","abstract":"

    Tile Scaling options

    ","parent_name":"GPKGTileCreator"},"Classes/GPKGTileCreator.html#/c:objc(cs)GPKGTileCreator(im)initWithTileDao:andWidth:andHeight:andProjection:":{"name":"-initWithTileDao:andWidth:andHeight:andProjection:","abstract":"

    Initializer, specified tile size and projection

    ","parent_name":"GPKGTileCreator"},"Classes/GPKGTileCreator.html#/c:objc(cs)GPKGTileCreator(im)initWithTileDao:":{"name":"-initWithTileDao:","abstract":"

    Initializer, tile tables tile size and projection

    ","parent_name":"GPKGTileCreator"},"Classes/GPKGTileCreator.html#/c:objc(cs)GPKGTileCreator(im)initWithTileDao:andWidth:andHeight:":{"name":"-initWithTileDao:andWidth:andHeight:","abstract":"

    Initializer, tile tables projection with specified tile size

    ","parent_name":"GPKGTileCreator"},"Classes/GPKGTileCreator.html#/c:objc(cs)GPKGTileCreator(im)initWithTileDao:andProjection:":{"name":"-initWithTileDao:andProjection:","abstract":"

    Initializer, tile tables tile size and requested projection

    ","parent_name":"GPKGTileCreator"},"Classes/GPKGTileCreator.html#/c:objc(cs)GPKGTileCreator(im)tileDao":{"name":"-tileDao","abstract":"

    Get the tile DAO

    ","parent_name":"GPKGTileCreator"},"Classes/GPKGTileCreator.html#/c:objc(cs)GPKGTileCreator(im)width":{"name":"-width","abstract":"

    Get the tile width

    ","parent_name":"GPKGTileCreator"},"Classes/GPKGTileCreator.html#/c:objc(cs)GPKGTileCreator(im)height":{"name":"-height","abstract":"

    Get the tile height

    ","parent_name":"GPKGTileCreator"},"Classes/GPKGTileCreator.html#/c:objc(cs)GPKGTileCreator(im)tileMatrixSet":{"name":"-tileMatrixSet","abstract":"

    Get the tile matrix set

    ","parent_name":"GPKGTileCreator"},"Classes/GPKGTileCreator.html#/c:objc(cs)GPKGTileCreator(im)requestProjection":{"name":"-requestProjection","abstract":"

    Get the requested projection

    ","parent_name":"GPKGTileCreator"},"Classes/GPKGTileCreator.html#/c:objc(cs)GPKGTileCreator(im)tilesProjection":{"name":"-tilesProjection","abstract":"

    Get the tiles projection

    ","parent_name":"GPKGTileCreator"},"Classes/GPKGTileCreator.html#/c:objc(cs)GPKGTileCreator(im)tileSetBoundingBox":{"name":"-tileSetBoundingBox","abstract":"

    Get the tile set bounding box

    ","parent_name":"GPKGTileCreator"},"Classes/GPKGTileCreator.html#/c:objc(cs)GPKGTileCreator(im)sameProjection":{"name":"-sameProjection","abstract":"

    Determine if the requested and tile projections are the same

    ","parent_name":"GPKGTileCreator"},"Classes/GPKGTileCreator.html#/c:objc(cs)GPKGTileCreator(im)sameUnit":{"name":"-sameUnit","abstract":"

    Is the request and tile projection the same unit

    ","parent_name":"GPKGTileCreator"},"Classes/GPKGTileCreator.html#/c:objc(cs)GPKGTileCreator(im)hasTileWithBoundingBox:":{"name":"-hasTileWithBoundingBox:","abstract":"

    Check if the tile table contains a tile for the request bounding box

    ","parent_name":"GPKGTileCreator"},"Classes/GPKGTileCreator.html#/c:objc(cs)GPKGTileCreator(im)tileWithBoundingBox:":{"name":"-tileWithBoundingBox:","abstract":"

    Get the tile from the request bounding box in the request projection

    ","parent_name":"GPKGTileCreator"},"Classes/GPKGTileCreator.html#/c:objc(cs)GPKGTileCreator(im)tileWithBoundingBox:andZoom:":{"name":"-tileWithBoundingBox:andZoom:","abstract":"

    Get the tile from the request bounding box in the request projection, only from the zoom level

    ","parent_name":"GPKGTileCreator"},"Classes/GPKGGeoPackageTileRetriever.html#/c:objc(cs)GPKGGeoPackageTileRetriever(im)initWithTileDao:":{"name":"-initWithTileDao:","abstract":"

    Initializer

    ","parent_name":"GPKGGeoPackageTileRetriever"},"Classes/GPKGGeoPackageTileRetriever.html#/c:objc(cs)GPKGGeoPackageTileRetriever(im)initWithTileDao:andWidth:andHeight:":{"name":"-initWithTileDao:andWidth:andHeight:","abstract":"

    Initializer

    ","parent_name":"GPKGGeoPackageTileRetriever"},"Classes/GPKGGeoPackageTileRetriever.html#/c:objc(cs)GPKGGeoPackageTileRetriever(im)webMercatorBoundingBox":{"name":"-webMercatorBoundingBox","abstract":"

    Get the web mercator bounding box

    ","parent_name":"GPKGGeoPackageTileRetriever"},"Classes/GPKGGeoPackageTileRetriever.html#/c:objc(cs)GPKGGeoPackageTileRetriever(im)scaling":{"name":"-scaling","abstract":"

    Get the Tile Scaling options

    ","parent_name":"GPKGGeoPackageTileRetriever"},"Classes/GPKGGeoPackageTileRetriever.html#/c:objc(cs)GPKGGeoPackageTileRetriever(im)setScaling:":{"name":"-setScaling:","abstract":"

    Set the Tile Scaling options

    ","parent_name":"GPKGGeoPackageTileRetriever"},"Classes/GPKGGeoPackageTile.html#/c:objc(cs)GPKGGeoPackageTile(py)width":{"name":"width","abstract":"

    Tile width

    ","parent_name":"GPKGGeoPackageTile"},"Classes/GPKGGeoPackageTile.html#/c:objc(cs)GPKGGeoPackageTile(py)height":{"name":"height","abstract":"

    Tile height

    ","parent_name":"GPKGGeoPackageTile"},"Classes/GPKGGeoPackageTile.html#/c:objc(cs)GPKGGeoPackageTile(py)data":{"name":"data","abstract":"

    Image data

    ","parent_name":"GPKGGeoPackageTile"},"Classes/GPKGGeoPackageTile.html#/c:objc(cs)GPKGGeoPackageTile(im)initWithWidth:andHeight:andData:":{"name":"-initWithWidth:andHeight:andData:","abstract":"

    Initialize

    ","parent_name":"GPKGGeoPackageTile"},"Classes/GPKGWebMercatorOptimize.html#/c:objc(cs)GPKGWebMercatorOptimize(cm)create":{"name":"+create","abstract":"

    Create with minimal bounds

    ","parent_name":"GPKGWebMercatorOptimize"},"Classes/GPKGWebMercatorOptimize.html#/c:objc(cs)GPKGWebMercatorOptimize(cm)createWorld":{"name":"+createWorld","abstract":"

    Create with world bounds

    ","parent_name":"GPKGWebMercatorOptimize"},"Classes/GPKGWebMercatorOptimize.html#/c:objc(cs)GPKGWebMercatorOptimize(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGWebMercatorOptimize"},"Classes/GPKGWebMercatorOptimize.html#/c:objc(cs)GPKGWebMercatorOptimize(im)initWithWorld:":{"name":"-initWithWorld:","abstract":"

    Initialize

    ","parent_name":"GPKGWebMercatorOptimize"},"Classes/GPKGTileReprojectionZoom.html#/c:objc(cs)GPKGTileReprojectionZoom(py)toZoom":{"name":"toZoom","abstract":"

    Reprojected new zoom level

    ","parent_name":"GPKGTileReprojectionZoom"},"Classes/GPKGTileReprojectionZoom.html#/c:objc(cs)GPKGTileReprojectionZoom(py)matrixWidth":{"name":"matrixWidth","abstract":"

    Number of columns at the zoom level

    ","parent_name":"GPKGTileReprojectionZoom"},"Classes/GPKGTileReprojectionZoom.html#/c:objc(cs)GPKGTileReprojectionZoom(py)matrixHeight":{"name":"matrixHeight","abstract":"

    Number of rows at the zoom level

    ","parent_name":"GPKGTileReprojectionZoom"},"Classes/GPKGTileReprojectionZoom.html#/c:objc(cs)GPKGTileReprojectionZoom(py)tileWidth":{"name":"tileWidth","abstract":"

    Tile width in pixels

    ","parent_name":"GPKGTileReprojectionZoom"},"Classes/GPKGTileReprojectionZoom.html#/c:objc(cs)GPKGTileReprojectionZoom(py)tileHeight":{"name":"tileHeight","abstract":"

    Tile height in pixels

    ","parent_name":"GPKGTileReprojectionZoom"},"Classes/GPKGTileReprojectionZoom.html#/c:objc(cs)GPKGTileReprojectionZoom(im)initWithZoom:":{"name":"-initWithZoom:","abstract":"

    Initialize zoom level reprojection configuration

    ","parent_name":"GPKGTileReprojectionZoom"},"Classes/GPKGTileReprojectionZoom.html#/c:objc(cs)GPKGTileReprojectionZoom(im)zoom":{"name":"-zoom","abstract":"

    Get the zoom level

    ","parent_name":"GPKGTileReprojectionZoom"},"Classes/GPKGTileReprojectionZoom.html#/c:objc(cs)GPKGTileReprojectionZoom(im)hasToZoom":{"name":"-hasToZoom","abstract":"

    Has to zoom level value

    ","parent_name":"GPKGTileReprojectionZoom"},"Classes/GPKGTileReprojectionZoom.html#/c:objc(cs)GPKGTileReprojectionZoom(im)hasMatrixWidth":{"name":"-hasMatrixWidth","abstract":"

    Has matrix width value

    ","parent_name":"GPKGTileReprojectionZoom"},"Classes/GPKGTileReprojectionZoom.html#/c:objc(cs)GPKGTileReprojectionZoom(im)hasMatrixHeight":{"name":"-hasMatrixHeight","abstract":"

    Has matrix height value

    ","parent_name":"GPKGTileReprojectionZoom"},"Classes/GPKGTileReprojectionZoom.html#/c:objc(cs)GPKGTileReprojectionZoom(im)hasTileWidth":{"name":"-hasTileWidth","abstract":"

    Has tile width value

    ","parent_name":"GPKGTileReprojectionZoom"},"Classes/GPKGTileReprojectionZoom.html#/c:objc(cs)GPKGTileReprojectionZoom(im)hasTileHeight":{"name":"-hasTileHeight","abstract":"

    Has tile height value

    ","parent_name":"GPKGTileReprojectionZoom"},"Classes/GPKGTileReprojectionOptimize.html#/c:objc(cs)GPKGTileReprojectionOptimize(py)world":{"name":"world","abstract":"

    World tile coordinate bounds (XYZ), as opposed to minimal tile fitting bounds (default)

    ","parent_name":"GPKGTileReprojectionOptimize"},"Classes/GPKGTileReprojectionOptimize.html#/c:objc(cs)GPKGTileReprojectionOptimize(cm)webMercator":{"name":"+webMercator","abstract":"

    Create a Web Mercator optimization, minimally tile bounded

    ","parent_name":"GPKGTileReprojectionOptimize"},"Classes/GPKGTileReprojectionOptimize.html#/c:objc(cs)GPKGTileReprojectionOptimize(cm)platteCarre":{"name":"+platteCarre","abstract":"

    Create a Platte Carre (WGS84) optimization, minimally tile bounded

    ","parent_name":"GPKGTileReprojectionOptimize"},"Classes/GPKGTileReprojectionOptimize.html#/c:objc(cs)GPKGTileReprojectionOptimize(cm)webMercatorWorld":{"name":"+webMercatorWorld","abstract":"

    Create a Web Mercator optimization, world bounded with XYZ tile coordinates

    ","parent_name":"GPKGTileReprojectionOptimize"},"Classes/GPKGTileReprojectionOptimize.html#/c:objc(cs)GPKGTileReprojectionOptimize(cm)platteCarreWorld":{"name":"+platteCarreWorld","abstract":"

    Create a Platte Carre (WGS84) optimization, world bounded with XYZ tile coordinates

    ","parent_name":"GPKGTileReprojectionOptimize"},"Classes/GPKGTileReprojectionOptimize.html#/c:objc(cs)GPKGTileReprojectionOptimize(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGTileReprojectionOptimize"},"Classes/GPKGTileReprojectionOptimize.html#/c:objc(cs)GPKGTileReprojectionOptimize(im)initWithWorld:":{"name":"-initWithWorld:","abstract":"

    Initialize

    ","parent_name":"GPKGTileReprojectionOptimize"},"Classes/GPKGTileReprojectionOptimize.html#/c:objc(cs)GPKGTileReprojectionOptimize(im)projection":{"name":"-projection","abstract":"

    Get the optimization projection

    ","parent_name":"GPKGTileReprojectionOptimize"},"Classes/GPKGTileReprojectionOptimize.html#/c:objc(cs)GPKGTileReprojectionOptimize(im)tileGrid":{"name":"-tileGrid","abstract":"

    Get the world tile grid of the optimization projection

    ","parent_name":"GPKGTileReprojectionOptimize"},"Classes/GPKGTileReprojectionOptimize.html#/c:objc(cs)GPKGTileReprojectionOptimize(im)boundingBox":{"name":"-boundingBox","abstract":"

    Get the world bounding box of the optimization projection

    ","parent_name":"GPKGTileReprojectionOptimize"},"Classes/GPKGTileReprojectionOptimize.html#/c:objc(cs)GPKGTileReprojectionOptimize(im)tileGridWithBoundingBox:andZoom:":{"name":"-tileGridWithBoundingBox:andZoom:","abstract":"

    Get the tile grid of the bounding box at the zoom

    ","parent_name":"GPKGTileReprojectionOptimize"},"Classes/GPKGTileReprojectionOptimize.html#/c:objc(cs)GPKGTileReprojectionOptimize(im)boundingBoxWithTileGrid:andZoom:":{"name":"-boundingBoxWithTileGrid:andZoom:","abstract":"

    Get the bounding box of the tile grid at the zoom

    ","parent_name":"GPKGTileReprojectionOptimize"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(py)optimize":{"name":"optimize","abstract":"

    Optional optimization

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(py)overwrite":{"name":"overwrite","abstract":"

    Overwrite existing tiles at a zoom level when geographic calculations differ

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(py)tileWidth":{"name":"tileWidth","abstract":"

    Tile width in pixels

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(py)tileHeight":{"name":"tileHeight","abstract":"

    Tile height in pixels

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(py)progress":{"name":"progress","abstract":"

    Progress callbacks

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(cm)createWithGeoPackage:andTable:inProjection:":{"name":"+createWithGeoPackage:andTable:inProjection:","abstract":"

    Create a Reprojection from a GeoPackage tile table, replacing the existing tiles

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(cm)createWithGeoPackage:andTable:toTable:inProjection:":{"name":"+createWithGeoPackage:andTable:toTable:inProjection:","abstract":"

    Create a Reprojection from a GeoPackage tile table to a new tile table within the GeoPackage

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(cm)createWithGeoPackage:andTable:toGeoPackage:andTable:inProjection:":{"name":"+createWithGeoPackage:andTable:toGeoPackage:andTable:inProjection:","abstract":"

    Create a Reprojection from a GeoPackage tile table to a new tile table in a specified GeoPackage

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(cm)createWithTileDao:toGeoPackage:andTable:inProjection:":{"name":"+createWithTileDao:toGeoPackage:andTable:inProjection:","abstract":"

    Create a Reprojection from a tile table to a new tile table in a specified GeoPackage

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(cm)createWithGeoPackage:andTable:toTileDao:":{"name":"+createWithGeoPackage:andTable:toTileDao:","abstract":"

    Create a Reprojection from a GeoPackage tile table to a new tile table

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(cm)createWithTileDao:toTileDao:":{"name":"+createWithTileDao:toTileDao:","abstract":"

    Create a Reprojection from a GeoPackage tile table to a new tile table

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(cm)createWithGeoPackage:andTable:toGeoPackage:andTileDao:":{"name":"+createWithGeoPackage:andTable:toGeoPackage:andTileDao:","abstract":"

    Create a Reprojection from a GeoPackage tile table to a new tile table

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(cm)createWithTileDao:toGeoPackage:andTileDao:":{"name":"+createWithTileDao:toGeoPackage:andTileDao:","abstract":"

    Create a Reprojection from a GeoPackage tile table to a new tile table

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(cm)createWithGeoPackage:andTable:andOptimize:":{"name":"+createWithGeoPackage:andTable:andOptimize:","abstract":"

    Create a Reprojection from a GeoPackage tile table, replacing the existing tiles

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(cm)createWithGeoPackage:andTable:toTable:andOptimize:":{"name":"+createWithGeoPackage:andTable:toTable:andOptimize:","abstract":"

    Create a Reprojection from a GeoPackage tile table to a new tile table within the GeoPackage

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(cm)createWithGeoPackage:andTable:toGeoPackage:andTable:andOptimize:":{"name":"+createWithGeoPackage:andTable:toGeoPackage:andTable:andOptimize:","abstract":"

    Create a Reprojection from a GeoPackage tile table to a new tile table in a specified GeoPackage

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(cm)createWithTileDao:toGeoPackage:andTable:andOptimize:":{"name":"+createWithTileDao:toGeoPackage:andTable:andOptimize:","abstract":"

    Create a Reprojection from a tile table to a new tile table in a specified GeoPackage

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(cm)reprojectGeoPackage:andTable:inProjection:":{"name":"+reprojectGeoPackage:andTable:inProjection:","abstract":"

    Reproject a GeoPackage tile table, replacing the existing tiles

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(cm)reprojectFromGeoPackage:andTable:toTable:inProjection:":{"name":"+reprojectFromGeoPackage:andTable:toTable:inProjection:","abstract":"

    Reproject a GeoPackage tile table to a new tile table within the GeoPackage

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(cm)reprojectFromGeoPackage:andTable:toGeoPackage:andTable:inProjection:":{"name":"+reprojectFromGeoPackage:andTable:toGeoPackage:andTable:inProjection:","abstract":"

    Reproject a GeoPackage tile table to a new tile table in a specified GeoPackage

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(cm)reprojectFromTileDao:toGeoPackage:andTable:inProjection:":{"name":"+reprojectFromTileDao:toGeoPackage:andTable:inProjection:","abstract":"

    Reproject a tile table to a new tile table in a specified GeoPackage

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(cm)reprojectFromGeoPackage:andTable:toTileDao:":{"name":"+reprojectFromGeoPackage:andTable:toTileDao:","abstract":"

    Reproject a GeoPackage tile table to a new tile table

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(cm)reprojectFromTileDao:toTileDao:":{"name":"+reprojectFromTileDao:toTileDao:","abstract":"

    Reproject a GeoPackage tile table to a new tile table

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(cm)reprojectFromGeoPackage:andTable:toGeoPackage:andTileDao:":{"name":"+reprojectFromGeoPackage:andTable:toGeoPackage:andTileDao:","abstract":"

    Reproject a GeoPackage tile table to a new tile table

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(cm)reprojectFromTileDao:toGeoPackage:andTileDao:":{"name":"+reprojectFromTileDao:toGeoPackage:andTileDao:","abstract":"

    Reproject a GeoPackage tile table to a new tile table

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(cm)reprojectGeoPackage:andTable:andOptimize:":{"name":"+reprojectGeoPackage:andTable:andOptimize:","abstract":"

    Reproject a GeoPackage tile table, replacing the existing tiles

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(cm)reprojectFromGeoPackage:andTable:toTable:andOptimize:":{"name":"+reprojectFromGeoPackage:andTable:toTable:andOptimize:","abstract":"

    Reproject a GeoPackage tile table to a new tile table within the GeoPackage

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(cm)reprojectFromGeoPackage:andTable:toGeoPackage:andTable:andOptimize:":{"name":"+reprojectFromGeoPackage:andTable:toGeoPackage:andTable:andOptimize:","abstract":"

    Reproject a GeoPackage tile table to a new tile table in a specified GeoPackage

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(cm)reprojectFromTileDao:toGeoPackage:andTable:andOptimize:":{"name":"+reprojectFromTileDao:toGeoPackage:andTable:andOptimize:","abstract":"

    Reproject a tile table to a new tile table in a specified GeoPackage

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(im)initWithTileDao:toGeoPackage:andTable:inProjection:":{"name":"-initWithTileDao:toGeoPackage:andTable:inProjection:","abstract":"

    Initialize, reproject a tile table to a new tile table in a specified GeoPackage

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(im)initWithTileDao:toTileDao:":{"name":"-initWithTileDao:toTileDao:","abstract":"

    Initialize, reproject a GeoPackage tile table to a new tile table

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(im)initWithTileDao:toGeoPackage:andTileDao:":{"name":"-initWithTileDao:toGeoPackage:andTileDao:","abstract":"

    Initialize, reproject a GeoPackage tile table to a new tile table

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(im)zoomConfigs":{"name":"-zoomConfigs","abstract":"

    Get the zoom level configurations

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(im)configForZoom:":{"name":"-configForZoom:","abstract":"

    Get the zoom level configuration for a zoom level

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(im)configOrCreateForZoom:":{"name":"-configOrCreateForZoom:","abstract":"

    Get the zoom level configuration or create new configuration for a zoom level

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(im)setConfig:":{"name":"-setConfig:","abstract":"

    Set a zoom level configuration for a zoom level

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(im)setToZoom:forZoom:":{"name":"-setToZoom:forZoom:","abstract":"

    Set a reprojected to zoom level for a zoom level

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(im)toZoomForZoom:":{"name":"-toZoomForZoom:","abstract":"

    Get a reprojected to zoom level from a zoom level, defaults as the zoom level if not set

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(im)setTileWidth:forZoom:":{"name":"-setTileWidth:forZoom:","abstract":"

    Set a reprojected tile width for a zoom level

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(im)tileWidthForZoom:":{"name":"-tileWidthForZoom:","abstract":"

    Get a reprojected tile width from a zoom level

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(im)setTileHeight:forZoom:":{"name":"-setTileHeight:forZoom:","abstract":"

    Set a reprojected tile height for a zoom level

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(im)tileHeightForZoom:":{"name":"-tileHeightForZoom:","abstract":"

    Get a reprojected tile height from a zoom level

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(im)setMatrixWidth:forZoom:":{"name":"-setMatrixWidth:forZoom:","abstract":"

    Set a reprojected matrix width for a zoom level

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(im)matrixWidthForZoom:":{"name":"-matrixWidthForZoom:","abstract":"

    Get a reprojected matrix width from a zoom level

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(im)setMatrixHeight:forZoom:":{"name":"-setMatrixHeight:forZoom:","abstract":"

    Set a reprojected matrix height for a zoom level

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(im)matrixHeightForZoom:":{"name":"-matrixHeightForZoom:","abstract":"

    Get a reprojected matrix height from a zoom level

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(im)reproject":{"name":"-reproject","abstract":"

    Reproject the tile table

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(im)reprojectWithMinZoom:andMaxZoom:":{"name":"-reprojectWithMinZoom:andMaxZoom:","abstract":"

    Reproject the tile table within the zoom range

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(im)reprojectWithZooms:":{"name":"-reprojectWithZooms:","abstract":"

    Reproject the tile table for the zoom levels, ordered numerically lowest to highest

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(im)reprojectWithZoom:":{"name":"-reprojectWithZoom:","abstract":"

    Reproject the tile table for the zoom level

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGPlatteCarreOptimize.html#/c:objc(cs)GPKGPlatteCarreOptimize(cm)create":{"name":"+create","abstract":"

    Create with minimal bounds

    ","parent_name":"GPKGPlatteCarreOptimize"},"Classes/GPKGPlatteCarreOptimize.html#/c:objc(cs)GPKGPlatteCarreOptimize(cm)createWorld":{"name":"+createWorld","abstract":"

    Create with world bounds

    ","parent_name":"GPKGPlatteCarreOptimize"},"Classes/GPKGPlatteCarreOptimize.html#/c:objc(cs)GPKGPlatteCarreOptimize(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGPlatteCarreOptimize"},"Classes/GPKGPlatteCarreOptimize.html#/c:objc(cs)GPKGPlatteCarreOptimize(im)initWithWorld:":{"name":"-initWithWorld:","abstract":"

    Initialize

    ","parent_name":"GPKGPlatteCarreOptimize"},"Classes/GPKGXYZOverlay.html#/c:objc(cs)GPKGXYZOverlay(im)initWithTileDao:":{"name":"-initWithTileDao:","abstract":"

    Initialize

    ","parent_name":"GPKGXYZOverlay"},"Classes/GPKGOverlayFactory.html#/c:objc(cs)GPKGOverlayFactory(cm)tileOverlayWithTileDao:":{"name":"+tileOverlayWithTileDao:","abstract":"

    Get a Tile Overlay for the Tile DAO

    ","parent_name":"GPKGOverlayFactory"},"Classes/GPKGOverlayFactory.html#/c:objc(cs)GPKGOverlayFactory(cm)tileOverlayWithTileDao:andScaling:":{"name":"+tileOverlayWithTileDao:andScaling:","abstract":"

    Get a Tile Overlay for the Tile DAO

    ","parent_name":"GPKGOverlayFactory"},"Classes/GPKGOverlayFactory.html#/c:objc(cs)GPKGOverlayFactory(cm)boundedOverlay:":{"name":"+boundedOverlay:","abstract":"

    Get a Bounded Overlay Tile Provider for the Tile DAO

    ","parent_name":"GPKGOverlayFactory"},"Classes/GPKGOverlayFactory.html#/c:objc(cs)GPKGOverlayFactory(cm)boundedOverlay:andScaling:":{"name":"+boundedOverlay:andScaling:","abstract":"

    Get a Bounded Overlay Tile Provider for the Tile DAO

    ","parent_name":"GPKGOverlayFactory"},"Classes/GPKGOverlayFactory.html#/c:objc(cs)GPKGOverlayFactory(cm)compositeOverlayWithTileDao:andOverlay:":{"name":"+compositeOverlayWithTileDao:andOverlay:","abstract":"

    Create a composite overlay by first adding a tile overlay for the tile DAO followed by the provided overlay

    ","parent_name":"GPKGOverlayFactory"},"Classes/GPKGOverlayFactory.html#/c:objc(cs)GPKGOverlayFactory(cm)compositeOverlayWithTileDaos:andOverlay:":{"name":"+compositeOverlayWithTileDaos:andOverlay:","abstract":"

    Create a composite overlay by first adding tile overlays for the tile DAOs followed by the provided overlay

    ","parent_name":"GPKGOverlayFactory"},"Classes/GPKGOverlayFactory.html#/c:objc(cs)GPKGOverlayFactory(cm)compositeOverlayWithTileDaos:":{"name":"+compositeOverlayWithTileDaos:","abstract":"

    Create a composite overlay by adding tile overlays for the tile DAOs

    ","parent_name":"GPKGOverlayFactory"},"Classes/GPKGOverlayFactory.html#/c:objc(cs)GPKGOverlayFactory(cm)linkedFeatureOverlayWithOverlay:andGeoPackage:":{"name":"+linkedFeatureOverlayWithOverlay:andGeoPackage:","abstract":"

    Create a composite overlay linking the feature overly with

    ","parent_name":"GPKGOverlayFactory"},"Classes/GPKGGeoPackageOverlay.html#/c:objc(cs)GPKGGeoPackageOverlay(py)coordinate":{"name":"coordinate","abstract":"

    Coordinate

    ","parent_name":"GPKGGeoPackageOverlay"},"Classes/GPKGGeoPackageOverlay.html#/c:objc(cs)GPKGGeoPackageOverlay(im)boundingMapRect":{"name":"-boundingMapRect","abstract":"

    The projected rectangle that encompasses the overlay. (required) (read-only)

    ","parent_name":"GPKGGeoPackageOverlay"},"Classes/GPKGGeoPackageOverlay.html#/c:objc(cs)GPKGGeoPackageOverlay(im)initWithTileDao:":{"name":"-initWithTileDao:","abstract":"

    Initialize

    ","parent_name":"GPKGGeoPackageOverlay"},"Classes/GPKGGeoPackageOverlay.html#/c:objc(cs)GPKGGeoPackageOverlay(im)initWithTileDao:andWidth:andHeight:":{"name":"-initWithTileDao:andWidth:andHeight:","abstract":"

    Initialize

    ","parent_name":"GPKGGeoPackageOverlay"},"Classes/GPKGGeoPackageOverlay.html#/c:objc(cs)GPKGGeoPackageOverlay(im)initWithTileDao:andScaling:":{"name":"-initWithTileDao:andScaling:","abstract":"

    Initialize

    ","parent_name":"GPKGGeoPackageOverlay"},"Classes/GPKGGeoPackageOverlay.html#/c:objc(cs)GPKGGeoPackageOverlay(im)initWithTileDao:andWidth:andHeight:andScaling:":{"name":"-initWithTileDao:andWidth:andHeight:andScaling:","abstract":"

    Initialize

    ","parent_name":"GPKGGeoPackageOverlay"},"Classes/GPKGFeatureTableData.html#/c:objc(cs)GPKGFeatureTableData(im)initWithName:andCount:":{"name":"-initWithName:andCount:","abstract":"

    Initializer

    ","parent_name":"GPKGFeatureTableData"},"Classes/GPKGFeatureTableData.html#/c:objc(cs)GPKGFeatureTableData(im)initWithName:andCount:andRows:":{"name":"-initWithName:andCount:andRows:","abstract":"

    Initializer

    ","parent_name":"GPKGFeatureTableData"},"Classes/GPKGFeatureTableData.html#/c:objc(cs)GPKGFeatureTableData(im)name":{"name":"-name","abstract":"

    Get the table name

    ","parent_name":"GPKGFeatureTableData"},"Classes/GPKGFeatureTableData.html#/c:objc(cs)GPKGFeatureTableData(im)count":{"name":"-count","abstract":"

    Get the feature row count

    ","parent_name":"GPKGFeatureTableData"},"Classes/GPKGFeatureTableData.html#/c:objc(cs)GPKGFeatureTableData(im)rows":{"name":"-rows","abstract":"

    Get the feature row data

    ","parent_name":"GPKGFeatureTableData"},"Classes/GPKGFeatureTableData.html#/c:objc(cs)GPKGFeatureTableData(im)jsonCompatible":{"name":"-jsonCompatible","abstract":"

    Build a JSON compatible object

    ","parent_name":"GPKGFeatureTableData"},"Classes/GPKGFeatureTableData.html#/c:objc(cs)GPKGFeatureTableData(im)jsonCompatibleWithPoints:":{"name":"-jsonCompatibleWithPoints:","abstract":"

    Build a JSON compatible object

    ","parent_name":"GPKGFeatureTableData"},"Classes/GPKGFeatureTableData.html#/c:objc(cs)GPKGFeatureTableData(im)jsonCompatibleWithGeometries:":{"name":"-jsonCompatibleWithGeometries:","abstract":"

    Build a JSON compatible object

    ","parent_name":"GPKGFeatureTableData"},"Classes/GPKGFeatureTableData.html#/c:objc(cs)GPKGFeatureTableData(im)jsonCompatibleWithPoints:andGeometries:":{"name":"-jsonCompatibleWithPoints:andGeometries:","abstract":"

    Build a JSON compatible object

    ","parent_name":"GPKGFeatureTableData"},"Classes/GPKGFeatureRowData.html#/c:objc(cs)GPKGFeatureRowData(im)initWithValues:":{"name":"-initWithValues:","abstract":"

    Initializer

    ","parent_name":"GPKGFeatureRowData"},"Classes/GPKGFeatureRowData.html#/c:objc(cs)GPKGFeatureRowData(im)initWithValues:andGeometryColumnName:":{"name":"-initWithValues:andGeometryColumnName:","abstract":"

    Initializer

    ","parent_name":"GPKGFeatureRowData"},"Classes/GPKGFeatureRowData.html#/c:objc(cs)GPKGFeatureRowData(im)initWithValues:andIdColumnName:andGeometryColumnName:":{"name":"-initWithValues:andIdColumnName:andGeometryColumnName:","abstract":"

    Initializer

    ","parent_name":"GPKGFeatureRowData"},"Classes/GPKGFeatureRowData.html#/c:objc(cs)GPKGFeatureRowData(im)values":{"name":"-values","abstract":"

    Get the values

    ","parent_name":"GPKGFeatureRowData"},"Classes/GPKGFeatureRowData.html#/c:objc(cs)GPKGFeatureRowData(im)idColumn":{"name":"-idColumn","abstract":"

    Get the id column name

    ","parent_name":"GPKGFeatureRowData"},"Classes/GPKGFeatureRowData.html#/c:objc(cs)GPKGFeatureRowData(im)id":{"name":"-id","abstract":"

    Get the id

    ","parent_name":"GPKGFeatureRowData"},"Classes/GPKGFeatureRowData.html#/c:objc(cs)GPKGFeatureRowData(im)geometryColumn":{"name":"-geometryColumn","abstract":"

    Get the geometry column name

    ","parent_name":"GPKGFeatureRowData"},"Classes/GPKGFeatureRowData.html#/c:objc(cs)GPKGFeatureRowData(im)geometryData":{"name":"-geometryData","abstract":"

    Get the geometry data

    ","parent_name":"GPKGFeatureRowData"},"Classes/GPKGFeatureRowData.html#/c:objc(cs)GPKGFeatureRowData(im)geometry":{"name":"-geometry","abstract":"

    Get the geometry

    ","parent_name":"GPKGFeatureRowData"},"Classes/GPKGFeatureRowData.html#/c:objc(cs)GPKGFeatureRowData(im)geometryType":{"name":"-geometryType","abstract":"

    Get the geometry type

    ","parent_name":"GPKGFeatureRowData"},"Classes/GPKGFeatureRowData.html#/c:objc(cs)GPKGFeatureRowData(im)geometryEnvelope":{"name":"-geometryEnvelope","abstract":"

    Get the geometry envelope

    ","parent_name":"GPKGFeatureRowData"},"Classes/GPKGFeatureRowData.html#/c:objc(cs)GPKGFeatureRowData(im)jsonCompatible":{"name":"-jsonCompatible","abstract":"

    Build a JSON compatible object

    ","parent_name":"GPKGFeatureRowData"},"Classes/GPKGFeatureRowData.html#/c:objc(cs)GPKGFeatureRowData(im)jsonCompatibleWithPoints:":{"name":"-jsonCompatibleWithPoints:","abstract":"

    Build a JSON compatible object

    ","parent_name":"GPKGFeatureRowData"},"Classes/GPKGFeatureRowData.html#/c:objc(cs)GPKGFeatureRowData(im)jsonCompatibleWithGeometries:":{"name":"-jsonCompatibleWithGeometries:","abstract":"

    Build a JSON compatible object

    ","parent_name":"GPKGFeatureRowData"},"Classes/GPKGFeatureRowData.html#/c:objc(cs)GPKGFeatureRowData(im)jsonCompatibleWithPoints:andGeometries:":{"name":"-jsonCompatibleWithPoints:andGeometries:","abstract":"

    Build a JSON compatible object

    ","parent_name":"GPKGFeatureRowData"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(py)screenClickPercentage":{"name":"screenClickPercentage","abstract":"

    Screen click percentage between 0.0 and 1.0 for how close a feature on the screen must be","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(py)maxFeaturesInfo":{"name":"maxFeaturesInfo","abstract":"

    Flag indicating if building info messages for tiles with features over the max is enabled

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(py)featuresInfo":{"name":"featuresInfo","abstract":"

    Flag indicating if building info messages for clicked features is enabled

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(py)stylePixelBounds":{"name":"stylePixelBounds","abstract":"

    Pixel bounds

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)initWithFeatureOverlay:":{"name":"-initWithFeatureOverlay:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)initWithBoundedOverlay:andFeatureTiles:":{"name":"-initWithBoundedOverlay:andFeatureTiles:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)boundedOverlay":{"name":"-boundedOverlay","abstract":"

    Get the bounded overlay

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)featureTiles":{"name":"-featureTiles","abstract":"

    Get the feature tiles

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)featureInfoBuilder":{"name":"-featureInfoBuilder","abstract":"

    Get the feature info builder

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)calculateStylePixelBounds":{"name":"-calculateStylePixelBounds","abstract":"

    Calculate and set the style pixel bounds to enable queries on visible feature styles

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)onAtCurrentZoomWithMapView:andLocationCoordinate:":{"name":"-onAtCurrentZoomWithMapView:andLocationCoordinate:","abstract":"

    Determine if the the feature overlay is on for the current zoom level of the map view at the location coordinate

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)onAtZoom:andLocationCoordinate:":{"name":"-onAtZoom:andLocationCoordinate:","abstract":"

    Determine if the the feature overlay is on for the provided zoom level at the location coordinate

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)tileFeatureCountWithMapPoint:andDoubleZoom:":{"name":"-tileFeatureCountWithMapPoint:andDoubleZoom:","abstract":"

    Get the count of features in the tile at the map point and zoom level

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)tileFeatureCountWithMapPoint:andZoom:":{"name":"-tileFeatureCountWithMapPoint:andZoom:","abstract":"

    Get the count of features in the tile at the map point and zoom level

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)tileFeatureCountWithMKMapPoint:andDoubleZoom:":{"name":"-tileFeatureCountWithMKMapPoint:andDoubleZoom:","abstract":"

    Get the count of features in the tile at the mapkit map point and zoom level

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)tileFeatureCountWithMKMapPoint:andZoom:":{"name":"-tileFeatureCountWithMKMapPoint:andZoom:","abstract":"

    Get the count of features in the tile at the mapkit map point and zoom level

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)tileFeatureCountWithLocationCoordinate:andDoubleZoom:":{"name":"-tileFeatureCountWithLocationCoordinate:andDoubleZoom:","abstract":"

    Get the count of features in the tile at the location coordinate and zoom level

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)tileFeatureCountWithLocationCoordinate:andZoom:":{"name":"-tileFeatureCountWithLocationCoordinate:andZoom:","abstract":"

    Get the count of features in the tile at the location coordinate and zoom level

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)tileFeatureCountWithPoint:andDoubleZoom:":{"name":"-tileFeatureCountWithPoint:andDoubleZoom:","abstract":"

    Get the count of features in the tile at the point and zoom level

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)tileFeatureCountWithPoint:andZoom:":{"name":"-tileFeatureCountWithPoint:andZoom:","abstract":"

    Get the count of features in the tile at the point and zoom level

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(cm)tileBoundsWithMapPoint:andDoubleZoom:":{"name":"+tileBoundsWithMapPoint:andDoubleZoom:","abstract":"

    Get the WGS84 bounds of the tile at the map point and zoom level

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(cm)tileBoundsWithMapPoint:andZoom:":{"name":"+tileBoundsWithMapPoint:andZoom:","abstract":"

    Get the WGS84 bounds of the tile at the map point and zoom level

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(cm)tileBoundsWithMKMapPoint:andDoubleZoom:":{"name":"+tileBoundsWithMKMapPoint:andDoubleZoom:","abstract":"

    Get the WGS84 bounds of the tile at the mapkit map point and zoom level

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(cm)tileBoundsWithMKMapPoint:andZoom:":{"name":"+tileBoundsWithMKMapPoint:andZoom:","abstract":"

    Get the WGS84 bounds of the tile at the mapkit map point and zoom level

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(cm)tileBoundsWithLocationCoordinate:andDoubleZoom:":{"name":"+tileBoundsWithLocationCoordinate:andDoubleZoom:","abstract":"

    Get the WGS84 bounds of the tile at the location coordinate and zoom level

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(cm)tileBoundsWithLocationCoordinate:andZoom:":{"name":"+tileBoundsWithLocationCoordinate:andZoom:","abstract":"

    Get the WGS84 bounds of the tile at the location coordinate and zoom level

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(cm)tileBoundsWithPoint:andDoubleZoom:":{"name":"+tileBoundsWithPoint:andDoubleZoom:","abstract":"

    Get the WGS84 bounds of the tile at the point and zoom level

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(cm)tileBoundsWithPoint:andZoom:":{"name":"+tileBoundsWithPoint:andZoom:","abstract":"

    Get the WGS84 bounds of the tile at the point and zoom level

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(cm)tileBoundsInProjection:withMapPoint:andDoubleZoom:":{"name":"+tileBoundsInProjection:withMapPoint:andDoubleZoom:","abstract":"

    Get the WGS84 bounds of the tile at the map point and zoom level

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(cm)tileBoundsInProjection:withMapPoint:andZoom:":{"name":"+tileBoundsInProjection:withMapPoint:andZoom:","abstract":"

    Get the WGS84 bounds of the tile at the map point and zoom level

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(cm)tileBoundsInProjection:withMKMapPoint:andDoubleZoom:":{"name":"+tileBoundsInProjection:withMKMapPoint:andDoubleZoom:","abstract":"

    Get the WGS84 bounds of the tile at the mapkit map point and zoom level

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(cm)tileBoundsInProjection:withMKMapPoint:andZoom:":{"name":"+tileBoundsInProjection:withMKMapPoint:andZoom:","abstract":"

    Get the WGS84 bounds of the tile at the mapkit map point and zoom level

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(cm)tileBoundsInProjection:withLocationCoordinate:andDoubleZoom:":{"name":"+tileBoundsInProjection:withLocationCoordinate:andDoubleZoom:","abstract":"

    Get the WGS84 bounds of the tile at the location coordinate and zoom level

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(cm)tileBoundsInProjection:withLocationCoordinate:andZoom:":{"name":"+tileBoundsInProjection:withLocationCoordinate:andZoom:","abstract":"

    Get the WGS84 bounds of the tile at the location coordinate and zoom level

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(cm)tileBoundsInProjection:withPoint:andDoubleZoom:":{"name":"+tileBoundsInProjection:withPoint:andDoubleZoom:","abstract":"

    Get the WGS84 bounds of the tile at the point and zoom level

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(cm)tileBoundsInProjection:withPoint:andZoom:":{"name":"+tileBoundsInProjection:withPoint:andZoom:","abstract":"

    Get the WGS84 bounds of the tile at the point and zoom level

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)moreThanMaxFeatures:":{"name":"-moreThanMaxFeatures:","abstract":"

    Determine if the provided count of features in the tile is more than the configured max features per tile

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)queryFeaturesWithBoundingBox:":{"name":"-queryFeaturesWithBoundingBox:","abstract":"

    Query for features in the WGS84 projected bounding box

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)queryFeaturesWithColumns:andBoundingBox:":{"name":"-queryFeaturesWithColumns:andBoundingBox:","abstract":"

    Query for features in the WGS84 projected bounding box

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)queryFeaturesWithBoundingBox:inProjection:":{"name":"-queryFeaturesWithBoundingBox:inProjection:","abstract":"

    Query for features in the bounding box

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)queryFeaturesWithColumns:andBoundingBox:inProjection:":{"name":"-queryFeaturesWithColumns:andBoundingBox:inProjection:","abstract":"

    Query for features in the bounding box

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)isIndexed":{"name":"-isIndexed","abstract":"

    Check if the features are indexed

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)buildMaxFeaturesInfoMessageWithTileFeaturesCount:":{"name":"-buildMaxFeaturesInfoMessageWithTileFeaturesCount:","abstract":"

    Get a max features information message

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)buildMapClickMessageWithCGPoint:andMapView:":{"name":"-buildMapClickMessageWithCGPoint:andMapView:","abstract":"

    Perform a query based upon the map click location and build a info message

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)buildMapClickMessageWithLocationCoordinate:andMapView:":{"name":"-buildMapClickMessageWithLocationCoordinate:andMapView:","abstract":"

    Perform a query based upon the map click location and build a info message

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)buildMapClickMessageWithCGPoint:andMapView:andProjection:":{"name":"-buildMapClickMessageWithCGPoint:andMapView:andProjection:","abstract":"

    Perform a query based upon the map click location and build a info message

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)buildMapClickMessageWithLocationCoordinate:andMapView:andProjection:":{"name":"-buildMapClickMessageWithLocationCoordinate:andMapView:andProjection:","abstract":"

    Perform a query based upon the map click location and build a info message

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)buildMapClickMessageWithLocationCoordinate:andZoom:andMapBounds:":{"name":"-buildMapClickMessageWithLocationCoordinate:andZoom:andMapBounds:","abstract":"

    Perform a query based upon the map click location and build a info message

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)buildMapClickMessageWithLocationCoordinate:andZoom:andMapBounds:andProjection:":{"name":"-buildMapClickMessageWithLocationCoordinate:andZoom:andMapBounds:andProjection:","abstract":"

    Perform a query based upon the map click location and build a info message

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)buildMapClickMessageWithLocationCoordinate:andZoom:andMapBounds:andTolerance:":{"name":"-buildMapClickMessageWithLocationCoordinate:andZoom:andMapBounds:andTolerance:","abstract":"

    Perform a query based upon the map click location and build a info message

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)buildMapClickMessageWithLocationCoordinate:andZoom:andMapBounds:andTolerance:andProjection:":{"name":"-buildMapClickMessageWithLocationCoordinate:andZoom:andMapBounds:andTolerance:andProjection:","abstract":"

    Perform a query based upon the map click location and build a info message

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)buildMapClickTableDataWithCGPoint:andMapView:":{"name":"-buildMapClickTableDataWithCGPoint:andMapView:","abstract":"

    Perform a query based upon the map click location and build feature table data

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)buildMapClickTableDataWithLocationCoordinate:andMapView:":{"name":"-buildMapClickTableDataWithLocationCoordinate:andMapView:","abstract":"

    Perform a query based upon the map click location and build feature table data

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)buildMapClickTableDataWithCGPoint:andMapView:andProjection:":{"name":"-buildMapClickTableDataWithCGPoint:andMapView:andProjection:","abstract":"

    Perform a query based upon the map click location and build feature table data

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)buildMapClickTableDataWithLocationCoordinate:andMapView:andProjection:":{"name":"-buildMapClickTableDataWithLocationCoordinate:andMapView:andProjection:","abstract":"

    Perform a query based upon the map click location and build feature table data

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)buildMapClickTableDataWithLocationCoordinate:andZoom:andMapBounds:":{"name":"-buildMapClickTableDataWithLocationCoordinate:andZoom:andMapBounds:","abstract":"

    Perform a query based upon the map click location and build feature table data

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)buildMapClickTableDataWithLocationCoordinate:andZoom:andMapBounds:andProjection:":{"name":"-buildMapClickTableDataWithLocationCoordinate:andZoom:andMapBounds:andProjection:","abstract":"

    Perform a query based upon the map click location and build feature table data

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)buildMapClickTableDataWithLocationCoordinate:andZoom:andMapBounds:andTolerance:":{"name":"-buildMapClickTableDataWithLocationCoordinate:andZoom:andMapBounds:andTolerance:","abstract":"

    Perform a query based upon the map click location and build feature table data

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)buildMapClickTableDataWithLocationCoordinate:andZoom:andMapBounds:andTolerance:andProjection:":{"name":"-buildMapClickTableDataWithLocationCoordinate:andZoom:andMapBounds:andTolerance:andProjection:","abstract":"

    Perform a query based upon the map click location and build feature table data

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlay.html#/c:objc(cs)GPKGFeatureOverlay(py)featureTiles":{"name":"featureTiles","abstract":"

    Feature tiles

    ","parent_name":"GPKGFeatureOverlay"},"Classes/GPKGFeatureOverlay.html#/c:objc(cs)GPKGFeatureOverlay(im)initWithFeatureTiles:":{"name":"-initWithFeatureTiles:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureOverlay"},"Classes/GPKGFeatureOverlay.html#/c:objc(cs)GPKGFeatureOverlay(im)ignoreTileDaos:":{"name":"-ignoreTileDaos:","abstract":"

    Ignore drawing tiles if they exist in the tile tables represented by the tile daos

    ","parent_name":"GPKGFeatureOverlay"},"Classes/GPKGFeatureOverlay.html#/c:objc(cs)GPKGFeatureOverlay(im)ignoreTileDao:":{"name":"-ignoreTileDao:","abstract":"

    Ignore drawing tiles if they exist in the tile table represented by the tile dao

    ","parent_name":"GPKGFeatureOverlay"},"Classes/GPKGFeatureOverlay.html#/c:objc(cs)GPKGFeatureOverlay(im)clearIgnored":{"name":"-clearIgnored","abstract":"

    Clear all ignored tile tables

    ","parent_name":"GPKGFeatureOverlay"},"Classes/GPKGCompositeOverlay.html#/c:objc(cs)GPKGCompositeOverlay(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGCompositeOverlay"},"Classes/GPKGCompositeOverlay.html#/c:objc(cs)GPKGCompositeOverlay(im)initWithOverlay:":{"name":"-initWithOverlay:","abstract":"

    Initialize

    ","parent_name":"GPKGCompositeOverlay"},"Classes/GPKGCompositeOverlay.html#/c:objc(cs)GPKGCompositeOverlay(im)initWithOverlays:":{"name":"-initWithOverlays:","abstract":"

    Initialize

    ","parent_name":"GPKGCompositeOverlay"},"Classes/GPKGCompositeOverlay.html#/c:objc(cs)GPKGCompositeOverlay(im)addOverlay:":{"name":"-addOverlay:","abstract":"

    Add an overlay

    ","parent_name":"GPKGCompositeOverlay"},"Classes/GPKGCompositeOverlay.html#/c:objc(cs)GPKGCompositeOverlay(im)addOverlays:":{"name":"-addOverlays:","abstract":"

    Add overlays

    ","parent_name":"GPKGCompositeOverlay"},"Classes/GPKGCompositeOverlay.html#/c:objc(cs)GPKGCompositeOverlay(im)clearOverlays":{"name":"-clearOverlays","abstract":"

    Clear the overlays

    ","parent_name":"GPKGCompositeOverlay"},"Classes/GPKGBoundedOverlay.html#/c:objc(cs)GPKGBoundedOverlay(py)minZoom":{"name":"minZoom","abstract":"

    Min zoom

    ","parent_name":"GPKGBoundedOverlay"},"Classes/GPKGBoundedOverlay.html#/c:objc(cs)GPKGBoundedOverlay(py)maxZoom":{"name":"maxZoom","abstract":"

    Max zoom

    ","parent_name":"GPKGBoundedOverlay"},"Classes/GPKGBoundedOverlay.html#/c:objc(cs)GPKGBoundedOverlay(py)webMercatorBoundingBox":{"name":"webMercatorBoundingBox","abstract":"

    Web mercator bounding box

    ","parent_name":"GPKGBoundedOverlay"},"Classes/GPKGBoundedOverlay.html#/c:objc(cs)GPKGBoundedOverlay(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGBoundedOverlay"},"Classes/GPKGBoundedOverlay.html#/c:objc(cs)GPKGBoundedOverlay(im)setBoundingBox:inProjection:":{"name":"-setBoundingBox:inProjection:","abstract":"

    Set the bounding box, provided as the indicated projection

    ","parent_name":"GPKGBoundedOverlay"},"Classes/GPKGBoundedOverlay.html#/c:objc(cs)GPKGBoundedOverlay(im)boundingBoxInProjection:":{"name":"-boundingBoxInProjection:","abstract":"

    Get the bounding box as the provided projection

    ","parent_name":"GPKGBoundedOverlay"},"Classes/GPKGBoundedOverlay.html#/c:objc(cs)GPKGBoundedOverlay(im)hasTileWithX:andY:andZoom:":{"name":"-hasTileWithX:andY:andZoom:","abstract":"

    Determine if there is a tile for the x, y, and zoom

    ","parent_name":"GPKGBoundedOverlay"},"Classes/GPKGBoundedOverlay.html#/c:objc(cs)GPKGBoundedOverlay(im)hasTileToRetrieveWithX:andY:andZoom:":{"name":"-hasTileToRetrieveWithX:andY:andZoom:","abstract":"

    Check if there is a tile to retrieve without performing a tile is within bounds check

    ","parent_name":"GPKGBoundedOverlay"},"Classes/GPKGBoundedOverlay.html#/c:objc(cs)GPKGBoundedOverlay(im)retrieveTileWithX:andY:andZoom:":{"name":"-retrieveTileWithX:andY:andZoom:","abstract":"

    Retrieve the tile

    ","parent_name":"GPKGBoundedOverlay"},"Classes/GPKGBoundedOverlay.html#/c:objc(cs)GPKGBoundedOverlay(im)isWithinBoundsWithX:andY:andZoom:":{"name":"-isWithinBoundsWithX:andY:andZoom:","abstract":"

    Is the tile within the zoom and bounding box bounds

    ","parent_name":"GPKGBoundedOverlay"},"Classes/GPKGBoundedOverlay.html#/c:objc(cs)GPKGBoundedOverlay(im)isWithinZoom:":{"name":"-isWithinZoom:","abstract":"

    Check if the zoom is within the overlay zoom range

    ","parent_name":"GPKGBoundedOverlay"},"Classes/GPKGBoundedOverlay.html#/c:objc(cs)GPKGBoundedOverlay(im)isWithinBoundingBoxWithX:andY:andZoom:":{"name":"-isWithinBoundingBoxWithX:andY:andZoom:","abstract":"

    Check if the tile request is within the desired tile bounds

    ","parent_name":"GPKGBoundedOverlay"},"Classes/GPKGTileMatrixSetDao.html#/c:objc(cs)GPKGTileMatrixSetDao(cm)createWithDatabase:":{"name":"+createWithDatabase:","abstract":"

    Create the DAO

    ","parent_name":"GPKGTileMatrixSetDao"},"Classes/GPKGTileMatrixSetDao.html#/c:objc(cs)GPKGTileMatrixSetDao(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGTileMatrixSetDao"},"Classes/GPKGTileMatrixSetDao.html#/c:objc(cs)GPKGTileMatrixSetDao(im)tileTables":{"name":"-tileTables","abstract":"

    Get the tile table names

    ","parent_name":"GPKGTileMatrixSetDao"},"Classes/GPKGTileMatrixSetDao.html#/c:objc(cs)GPKGTileMatrixSetDao(im)srs:":{"name":"-srs:","abstract":"

    Get the Spatial Reference System of the Tile Matrix Set

    ","parent_name":"GPKGTileMatrixSetDao"},"Classes/GPKGTileMatrixSetDao.html#/c:objc(cs)GPKGTileMatrixSetDao(im)contents:":{"name":"-contents:","abstract":"

    Get the Contents of the Tile Matrix Set

    ","parent_name":"GPKGTileMatrixSetDao"},"Classes/GPKGTileMatrixSetDao.html#/c:objc(cs)GPKGTileMatrixSetDao(im)boundingBoxOfTileMatrixSet:inProjection:":{"name":"-boundingBoxOfTileMatrixSet:inProjection:","abstract":"

    Get a bounding box in the provided projection

    ","parent_name":"GPKGTileMatrixSetDao"},"Classes/GPKGTileMatrixSet.html#/c:objc(cs)GPKGTileMatrixSet(py)tableName":{"name":"tableName","abstract":"

    Tile Pyramid User Data Table Name

    ","parent_name":"GPKGTileMatrixSet"},"Classes/GPKGTileMatrixSet.html#/c:objc(cs)GPKGTileMatrixSet(py)srsId":{"name":"srsId","abstract":"

    Unique identifier for each Spatial Reference System within a GeoPackage

    ","parent_name":"GPKGTileMatrixSet"},"Classes/GPKGTileMatrixSet.html#/c:objc(cs)GPKGTileMatrixSet(py)minX":{"name":"minX","abstract":"

    Bounding box minimum easting or longitude for all content in table_name

    ","parent_name":"GPKGTileMatrixSet"},"Classes/GPKGTileMatrixSet.html#/c:objc(cs)GPKGTileMatrixSet(py)minY":{"name":"minY","abstract":"

    Bounding box minimum northing or latitude for all content in table_name

    ","parent_name":"GPKGTileMatrixSet"},"Classes/GPKGTileMatrixSet.html#/c:objc(cs)GPKGTileMatrixSet(py)maxX":{"name":"maxX","abstract":"

    Bounding box maximum easting or longitude for all content in table_name

    ","parent_name":"GPKGTileMatrixSet"},"Classes/GPKGTileMatrixSet.html#/c:objc(cs)GPKGTileMatrixSet(py)maxY":{"name":"maxY","abstract":"

    Bounding box maximum northing or latitude for all content in table_name

    ","parent_name":"GPKGTileMatrixSet"},"Classes/GPKGTileMatrixSet.html#/c:objc(cs)GPKGTileMatrixSet(im)setContents:":{"name":"-setContents:","abstract":"

    Set the Contents

    ","parent_name":"GPKGTileMatrixSet"},"Classes/GPKGTileMatrixSet.html#/c:objc(cs)GPKGTileMatrixSet(im)setSrs:":{"name":"-setSrs:","abstract":"

    Set the Spatial Reference System

    ","parent_name":"GPKGTileMatrixSet"},"Classes/GPKGTileMatrixSet.html#/c:objc(cs)GPKGTileMatrixSet(im)boundingBox":{"name":"-boundingBox","abstract":"

    Get a bounding box

    ","parent_name":"GPKGTileMatrixSet"},"Classes/GPKGTileMatrixSet.html#/c:objc(cs)GPKGTileMatrixSet(im)setBoundingBox:":{"name":"-setBoundingBox:","abstract":"

    Set a bounding box

    ","parent_name":"GPKGTileMatrixSet"},"Classes/GPKGTileMatrixDao.html#/c:objc(cs)GPKGTileMatrixDao(cm)createWithDatabase:":{"name":"+createWithDatabase:","abstract":"

    Create the DAO

    ","parent_name":"GPKGTileMatrixDao"},"Classes/GPKGTileMatrixDao.html#/c:objc(cs)GPKGTileMatrixDao(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGTileMatrixDao"},"Classes/GPKGTileMatrixDao.html#/c:objc(cs)GPKGTileMatrixDao(im)contents:":{"name":"-contents:","abstract":"

    Get the Contents of the Tile Matrix

    ","parent_name":"GPKGTileMatrixDao"},"Classes/GPKGTileMatrixDao.html#/c:objc(cs)GPKGTileMatrixDao(im)queryForTableName:":{"name":"-queryForTableName:","abstract":"

    Query tile matrices for a table name

    ","parent_name":"GPKGTileMatrixDao"},"Classes/GPKGTileMatrixDao.html#/c:objc(cs)GPKGTileMatrixDao(im)tileMatricesForTableName:":{"name":"-tileMatricesForTableName:","abstract":"

    Query tile matrices for a table name

    ","parent_name":"GPKGTileMatrixDao"},"Classes/GPKGTileMatrixDao.html#/c:objc(cs)GPKGTileMatrixDao(im)deleteByTableName:":{"name":"-deleteByTableName:","abstract":"

    Delete Tile Matrices for a table name

    ","parent_name":"GPKGTileMatrixDao"},"Classes/GPKGTileMatrix.html#/c:objc(cs)GPKGTileMatrix(py)tableName":{"name":"tableName","abstract":"

    Tile Pyramid User Data Table Name

    ","parent_name":"GPKGTileMatrix"},"Classes/GPKGTileMatrix.html#/c:objc(cs)GPKGTileMatrix(py)zoomLevel":{"name":"zoomLevel","abstract":"

    0 ⇐ zoom_level ⇐ max_level for table_name

    ","parent_name":"GPKGTileMatrix"},"Classes/GPKGTileMatrix.html#/c:objc(cs)GPKGTileMatrix(py)matrixWidth":{"name":"matrixWidth","abstract":"

    Number of columns (>= 1) in tile matrix at this zoom level

    ","parent_name":"GPKGTileMatrix"},"Classes/GPKGTileMatrix.html#/c:objc(cs)GPKGTileMatrix(py)matrixHeight":{"name":"matrixHeight","abstract":"

    Number of rows (>= 1) in tile matrix at this zoom level

    ","parent_name":"GPKGTileMatrix"},"Classes/GPKGTileMatrix.html#/c:objc(cs)GPKGTileMatrix(py)tileWidth":{"name":"tileWidth","abstract":"

    Tile width in pixels (>= 1)for this zoom level

    ","parent_name":"GPKGTileMatrix"},"Classes/GPKGTileMatrix.html#/c:objc(cs)GPKGTileMatrix(py)tileHeight":{"name":"tileHeight","abstract":"

    Tile height in pixels (>= 1)for this zoom level

    ","parent_name":"GPKGTileMatrix"},"Classes/GPKGTileMatrix.html#/c:objc(cs)GPKGTileMatrix(py)pixelXSize":{"name":"pixelXSize","abstract":"

    In t_table_name srid units or default meters for srid 0 (>0)

    ","parent_name":"GPKGTileMatrix"},"Classes/GPKGTileMatrix.html#/c:objc(cs)GPKGTileMatrix(py)pixelYSize":{"name":"pixelYSize","abstract":"

    In t_table_name srid units or default meters for srid 0 (>0)

    ","parent_name":"GPKGTileMatrix"},"Classes/GPKGTileMatrix.html#/c:objc(cs)GPKGTileMatrix(im)setContents:":{"name":"-setContents:","abstract":"

    Set the Contents

    ","parent_name":"GPKGTileMatrix"},"Classes/GPKGTileMatrix.html#/c:objc(cs)GPKGTileMatrix(im)setPixelXSizeValue:":{"name":"-setPixelXSizeValue:","abstract":"

    Set the pixel x size

    ","parent_name":"GPKGTileMatrix"},"Classes/GPKGTileMatrix.html#/c:objc(cs)GPKGTileMatrix(im)setPixelYSizeValue:":{"name":"-setPixelYSizeValue:","abstract":"

    Set the pixel y size

    ","parent_name":"GPKGTileMatrix"},"Classes/GPKGNumberFeaturesTile.html#/c:objc(cs)GPKGNumberFeaturesTile(py)textFont":{"name":"textFont","abstract":"

    Text font used for the drawn number

    ","parent_name":"GPKGNumberFeaturesTile"},"Classes/GPKGNumberFeaturesTile.html#/c:objc(cs)GPKGNumberFeaturesTile(py)textFontSize":{"name":"textFontSize","abstract":"

    Text font size used for the drawn number

    ","parent_name":"GPKGNumberFeaturesTile"},"Classes/GPKGNumberFeaturesTile.html#/c:objc(cs)GPKGNumberFeaturesTile(py)textColor":{"name":"textColor","abstract":"

    Text color

    ","parent_name":"GPKGNumberFeaturesTile"},"Classes/GPKGNumberFeaturesTile.html#/c:objc(cs)GPKGNumberFeaturesTile(py)drawCircle":{"name":"drawCircle","abstract":"

    When true, circle is drawn

    ","parent_name":"GPKGNumberFeaturesTile"},"Classes/GPKGNumberFeaturesTile.html#/c:objc(cs)GPKGNumberFeaturesTile(py)circleStrokeWidth":{"name":"circleStrokeWidth","abstract":"

    Circle stroke width

    ","parent_name":"GPKGNumberFeaturesTile"},"Classes/GPKGNumberFeaturesTile.html#/c:objc(cs)GPKGNumberFeaturesTile(py)circleColor":{"name":"circleColor","abstract":"

    Circle color

    ","parent_name":"GPKGNumberFeaturesTile"},"Classes/GPKGNumberFeaturesTile.html#/c:objc(cs)GPKGNumberFeaturesTile(py)fillCircle":{"name":"fillCircle","abstract":"

    When true, circle is filled with color

    ","parent_name":"GPKGNumberFeaturesTile"},"Classes/GPKGNumberFeaturesTile.html#/c:objc(cs)GPKGNumberFeaturesTile(py)circleFillColor":{"name":"circleFillColor","abstract":"

    Circle fill color

    ","parent_name":"GPKGNumberFeaturesTile"},"Classes/GPKGNumberFeaturesTile.html#/c:objc(cs)GPKGNumberFeaturesTile(py)drawTileBorder":{"name":"drawTileBorder","abstract":"

    When true, tile border is drawn

    ","parent_name":"GPKGNumberFeaturesTile"},"Classes/GPKGNumberFeaturesTile.html#/c:objc(cs)GPKGNumberFeaturesTile(py)tileBorderStrokeWidth":{"name":"tileBorderStrokeWidth","abstract":"

    Tile Border stroke width

    ","parent_name":"GPKGNumberFeaturesTile"},"Classes/GPKGNumberFeaturesTile.html#/c:objc(cs)GPKGNumberFeaturesTile(py)tileBorderColor":{"name":"tileBorderColor","abstract":"

    Tile Border color

    ","parent_name":"GPKGNumberFeaturesTile"},"Classes/GPKGNumberFeaturesTile.html#/c:objc(cs)GPKGNumberFeaturesTile(py)fillTile":{"name":"fillTile","abstract":"

    When true, tile is filled with color

    ","parent_name":"GPKGNumberFeaturesTile"},"Classes/GPKGNumberFeaturesTile.html#/c:objc(cs)GPKGNumberFeaturesTile(py)tileFillColor":{"name":"tileFillColor","abstract":"

    Tile fill color

    ","parent_name":"GPKGNumberFeaturesTile"},"Classes/GPKGNumberFeaturesTile.html#/c:objc(cs)GPKGNumberFeaturesTile(py)circlePaddingPercentage":{"name":"circlePaddingPercentage","abstract":"

    The percentage of border to include around the edges of the text in the circle

    ","parent_name":"GPKGNumberFeaturesTile"},"Classes/GPKGNumberFeaturesTile.html#/c:objc(cs)GPKGNumberFeaturesTile(py)drawUnindexedTiles":{"name":"drawUnindexedTiles","abstract":"

    Flag indicating whether tiles should be drawn for feature tables that are not indexed

    ","parent_name":"GPKGNumberFeaturesTile"},"Classes/GPKGNumberFeaturesTile.html#/c:objc(cs)GPKGNumberFeaturesTile(py)unindexedText":{"name":"unindexedText","abstract":"

    Text used when drawing tiles for feature tables that are not indexed

    ","parent_name":"GPKGNumberFeaturesTile"},"Classes/GPKGNumberFeaturesTile.html#/c:objc(cs)GPKGNumberFeaturesTile(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGNumberFeaturesTile"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(py)indexManager":{"name":"indexManager","abstract":"

    When not null, features are retrieved using a feature index

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(py)featureTableStyles":{"name":"featureTableStyles","abstract":"

    Feature Style extension

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(py)tileWidth":{"name":"tileWidth","abstract":"

    Tile width

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(py)tileHeight":{"name":"tileHeight","abstract":"

    Tile height

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(py)compressFormat":{"name":"compressFormat","abstract":"

    Compress format

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(py)pointRadius":{"name":"pointRadius","abstract":"

    Point radius

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(py)pointColor":{"name":"pointColor","abstract":"

    Point color

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(py)pointIcon":{"name":"pointIcon","abstract":"

    Optional point icon in place of a drawn circle

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(py)lineStrokeWidth":{"name":"lineStrokeWidth","abstract":"

    Line stroke width

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(py)lineColor":{"name":"lineColor","abstract":"

    Line color

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(py)polygonStrokeWidth":{"name":"polygonStrokeWidth","abstract":"

    Polygon stroke width

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(py)polygonColor":{"name":"polygonColor","abstract":"

    Polygon color

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(py)fillPolygon":{"name":"fillPolygon","abstract":"

    When true, polygon is filled with color

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(py)polygonFillColor":{"name":"polygonFillColor","abstract":"

    Polygon fill color

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(py)heightOverlap":{"name":"heightOverlap","abstract":"

    Height overlapping pixels between tile images

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(py)widthOverlap":{"name":"widthOverlap","abstract":"

    Width overlapping pixels between tile images

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(py)maxFeaturesPerTile":{"name":"maxFeaturesPerTile","abstract":"

    Optional max features per tile. When more features than this value exist for creating a","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(py)maxFeaturesTileDraw":{"name":"maxFeaturesTileDraw","abstract":"

    When not null and the number of features is greater than the max features per tile,","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(py)simplifyGeometries":{"name":"simplifyGeometries","abstract":"

    When true, geometries are simplified before being drawn. Default is true

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(py)scale":{"name":"scale","abstract":"

    Scale factor from pixels to map points

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(py)cacheBoundingBoxes":{"name":"cacheBoundingBoxes","abstract":"

    When true, geometry bounds are cached. Default is true

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(py)cacheMapShapes":{"name":"cacheMapShapes","abstract":"

    When true, geometry map shapes are cached. Default is true

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)initWithFeatureDao:":{"name":"-initWithFeatureDao:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)initWithFeatureDao:andScale:":{"name":"-initWithFeatureDao:andScale:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)initWithFeatureDao:andWidth:andHeight:":{"name":"-initWithFeatureDao:andWidth:andHeight:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)initWithGeoPackage:andFeatureDao:":{"name":"-initWithGeoPackage:andFeatureDao:","abstract":"

    Initialize, auto creates the index manager for indexed tables and feature styles for styled tables

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)initWithGeoPackage:andFeatureDao:andScale:":{"name":"-initWithGeoPackage:andFeatureDao:andScale:","abstract":"

    Initialize, auto creates the index manager for indexed tables and feature styles for styled tables

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)initWithGeoPackage:andFeatureDao:andWidth:andHeight:":{"name":"-initWithGeoPackage:andFeatureDao:andWidth:andHeight:","abstract":"

    Initialize, auto creates the index manager for indexed tables and feature styles for styled tables

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)initWithGeoPackage:andFeatureDao:andScale:andWidth:andHeight:":{"name":"-initWithGeoPackage:andFeatureDao:andScale:andWidth:andHeight:","abstract":"

    Initialize, auto creates the index manager for indexed tables and feature styles for styled tables

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)featureDao":{"name":"-featureDao","abstract":"

    Get the feature dao

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)close":{"name":"-close","abstract":"

    Close the feature tiles connection

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)calculateDrawOverlap":{"name":"-calculateDrawOverlap","abstract":"

    Call after making changes to the point icon, point radius, or paint stroke widths.","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)setDrawOverlapsWithPixels:":{"name":"-setDrawOverlapsWithPixels:","abstract":"

    Manually set the width and height draw overlap

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)isIndexQuery":{"name":"-isIndexQuery","abstract":"

    Is index query

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)ignoreFeatureTableStyles":{"name":"-ignoreFeatureTableStyles","abstract":"

    Ignore the feature table styles within the GeoPackage

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)clearCache":{"name":"-clearCache","abstract":"

    Clear all caches

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)clearIconCache":{"name":"-clearIconCache","abstract":"

    Clear the icon cache

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)setIconCacheSize:":{"name":"-setIconCacheSize:","abstract":"

    Set / resize the icon cache size

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)clearBoundingBoxCache":{"name":"-clearBoundingBoxCache","abstract":"

    Clear the bounding box cache

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)setBoundingBoxCacheSize:":{"name":"-setBoundingBoxCacheSize:","abstract":"

    Set / resize the bounding box cache size

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)clearMapShapeCache":{"name":"-clearMapShapeCache","abstract":"

    Clear the map shape cache

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)setMapShapeCacheSize:":{"name":"-setMapShapeCacheSize:","abstract":"

    Set / resize the map shape cache size

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)drawTileDataWithX:andY:andZoom:":{"name":"-drawTileDataWithX:andY:andZoom:","abstract":"

    Draw the tile and get the tile data from the x, y, and zoom level

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)drawTileWithX:andY:andZoom:":{"name":"-drawTileWithX:andY:andZoom:","abstract":"

    Draw a tile image from the x, y, and zoom level

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)drawTileQueryIndexWithX:andY:andZoom:":{"name":"-drawTileQueryIndexWithX:andY:andZoom:","abstract":"

    Draw a tile bitmap from the x, y, and zoom level by querying features in the tile location

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)queryIndexedFeaturesCountWithX:andY:andZoom:":{"name":"-queryIndexedFeaturesCountWithX:andY:andZoom:","abstract":"

    Query for feature result count in the x, y, and zoom

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)queryIndexedFeaturesCountWithWebMercatorBoundingBox:":{"name":"-queryIndexedFeaturesCountWithWebMercatorBoundingBox:","abstract":"

    Query for feature result count in the bounding box

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)queryIndexedFeaturesWithX:andY:andZoom:":{"name":"-queryIndexedFeaturesWithX:andY:andZoom:","abstract":"

    Query for feature results in the x, y, and zoom level by querying features in the tile location

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)queryIndexedFeaturesWithWebMercatorBoundingBox:":{"name":"-queryIndexedFeaturesWithWebMercatorBoundingBox:","abstract":"

    Query for feature results in the x, y, and zoom level by querying features in the tile location

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)expandBoundingBox:inProjection:":{"name":"-expandBoundingBox:inProjection:","abstract":"

    Create an expanded bounding box to handle features outside the tile that","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)expandBoundingBox:":{"name":"-expandBoundingBox:","abstract":"

    Create an expanded bounding box to handle features outside the tile that","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)expandBoundingBox:withTileBoundingBox:":{"name":"-expandBoundingBox:withTileBoundingBox:","abstract":"

    Create an expanded bounding box to handle features outside the tile that","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)drawTileQueryAllWithX:andY:andZoom:":{"name":"-drawTileQueryAllWithX:andY:andZoom:","abstract":"

    Draw a tile image from the x, y, and zoom level by querying all features. This could","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)calculateStylePixelBounds":{"name":"-calculateStylePixelBounds","abstract":"

    Calculate style pixel bounds

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)calculateStylePixelBoundsWithScale:":{"name":"-calculateStylePixelBoundsWithScale:","abstract":"

    Calculate style pixel bounds

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)drawTileWithZoom:andBoundingBox:andIndexResults:":{"name":"-drawTileWithZoom:andBoundingBox:andIndexResults:","abstract":"

    Draw a tile image from feature index results

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)drawTileWithZoom:andBoundingBox:andResults:":{"name":"-drawTileWithZoom:andBoundingBox:andResults:","abstract":"

    Draw a tile image from feature geometries in the provided result set

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)drawTileWithZoom:andBoundingBox:andFeatureRows:":{"name":"-drawTileWithZoom:andBoundingBox:andFeatureRows:","abstract":"

    Draw a tile image from the feature rows

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTilePointIcon.html#/c:objc(cs)GPKGFeatureTilePointIcon(py)xOffset":{"name":"xOffset","abstract":"

    X pixel offset

    ","parent_name":"GPKGFeatureTilePointIcon"},"Classes/GPKGFeatureTilePointIcon.html#/c:objc(cs)GPKGFeatureTilePointIcon(py)yOffset":{"name":"yOffset","abstract":"

    Y pixel offset

    ","parent_name":"GPKGFeatureTilePointIcon"},"Classes/GPKGFeatureTilePointIcon.html#/c:objc(cs)GPKGFeatureTilePointIcon(im)initWithIcon:":{"name":"-initWithIcon:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTilePointIcon"},"Classes/GPKGFeatureTilePointIcon.html#/c:objc(cs)GPKGFeatureTilePointIcon(im)pinIcon":{"name":"-pinIcon","abstract":"

    Pin the icon to the point, lower middle on the point

    ","parent_name":"GPKGFeatureTilePointIcon"},"Classes/GPKGFeatureTilePointIcon.html#/c:objc(cs)GPKGFeatureTilePointIcon(im)centerIcon":{"name":"-centerIcon","abstract":"

    Center the icon on the point

    ","parent_name":"GPKGFeatureTilePointIcon"},"Classes/GPKGFeatureTilePointIcon.html#/c:objc(cs)GPKGFeatureTilePointIcon(im)icon":{"name":"-icon","abstract":"

    Get the icon image

    ","parent_name":"GPKGFeatureTilePointIcon"},"Classes/GPKGFeatureTilePointIcon.html#/c:objc(cs)GPKGFeatureTilePointIcon(im)width":{"name":"-width","abstract":"

    Get the icon width

    ","parent_name":"GPKGFeatureTilePointIcon"},"Classes/GPKGFeatureTilePointIcon.html#/c:objc(cs)GPKGFeatureTilePointIcon(im)height":{"name":"-height","abstract":"

    Get the icon height

    ","parent_name":"GPKGFeatureTilePointIcon"},"Classes/GPKGFeatureTileGenerator.html#/c:objc(cs)GPKGFeatureTileGenerator(py)linkTables":{"name":"linkTables","abstract":"

    Flag indicating whether the feature and tile tables should be linked

    ","parent_name":"GPKGFeatureTileGenerator"},"Classes/GPKGFeatureTileGenerator.html#/c:objc(cs)GPKGFeatureTileGenerator(im)initWithGeoPackage:andTableName:andFeatureTiles:andMinZoom:andMaxZoom:andBoundingBox:andProjection:":{"name":"-initWithGeoPackage:andTableName:andFeatureTiles:andMinZoom:andMaxZoom:andBoundingBox:andProjection:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTileGenerator"},"Classes/GPKGFeatureTileGenerator.html#/c:objc(cs)GPKGFeatureTileGenerator(im)initWithGeoPackage:andTableName:andFeatureTiles:andFeatureGeoPackage:andMinZoom:andMaxZoom:andBoundingBox:andProjection:":{"name":"-initWithGeoPackage:andTableName:andFeatureTiles:andFeatureGeoPackage:andMinZoom:andMaxZoom:andBoundingBox:andProjection:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTileGenerator"},"Classes/GPKGFeatureTileGenerator.html#/c:objc(cs)GPKGFeatureTileGenerator(im)initWithGeoPackage:andTableName:andFeatureTiles:andMinZoom:andMaxZoom:andProjection:":{"name":"-initWithGeoPackage:andTableName:andFeatureTiles:andMinZoom:andMaxZoom:andProjection:","abstract":"

    Initialize, find the the bounding box from the feature table

    ","parent_name":"GPKGFeatureTileGenerator"},"Classes/GPKGFeatureTileGenerator.html#/c:objc(cs)GPKGFeatureTileGenerator(im)initWithGeoPackage:andTableName:andFeatureTiles:andFeatureGeoPackage:andMinZoom:andMaxZoom:andProjection:":{"name":"-initWithGeoPackage:andTableName:andFeatureTiles:andFeatureGeoPackage:andMinZoom:andMaxZoom:andProjection:","abstract":"

    Initialize, find the the bounding box from the feature table

    ","parent_name":"GPKGFeatureTileGenerator"},"Classes/GPKGFeatureTileContext.html#/c:objc(cs)GPKGFeatureTileContext(im)initWithWidth:andHeight:":{"name":"-initWithWidth:andHeight:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTileContext"},"Classes/GPKGFeatureTileContext.html#/c:objc(cs)GPKGFeatureTileContext(im)polygonContext":{"name":"-polygonContext","abstract":"

    Get the polygon context

    ","parent_name":"GPKGFeatureTileContext"},"Classes/GPKGFeatureTileContext.html#/c:objc(cs)GPKGFeatureTileContext(im)lineContext":{"name":"-lineContext","abstract":"

    Get the line context

    ","parent_name":"GPKGFeatureTileContext"},"Classes/GPKGFeatureTileContext.html#/c:objc(cs)GPKGFeatureTileContext(im)pointContext":{"name":"-pointContext","abstract":"

    Get the point context

    ","parent_name":"GPKGFeatureTileContext"},"Classes/GPKGFeatureTileContext.html#/c:objc(cs)GPKGFeatureTileContext(im)iconContext":{"name":"-iconContext","abstract":"

    Get the icon context

    ","parent_name":"GPKGFeatureTileContext"},"Classes/GPKGFeatureTileContext.html#/c:objc(cs)GPKGFeatureTileContext(im)createImage":{"name":"-createImage","abstract":"

    Create the final image from the layers, resets the layers

    ","parent_name":"GPKGFeatureTileContext"},"Classes/GPKGFeatureTileContext.html#/c:objc(cs)GPKGFeatureTileContext(im)recycle":{"name":"-recycle","abstract":"

    Recycle the layered contexts

    ","parent_name":"GPKGFeatureTileContext"},"Classes/GPKGFeaturePreview.html#/c:objc(cs)GPKGFeaturePreview(py)manual":{"name":"manual","abstract":"

    Manual bounding box query flag for non indexed and empty contents bounds","parent_name":"GPKGFeaturePreview"},"Classes/GPKGFeaturePreview.html#/c:objc(cs)GPKGFeaturePreview(py)bufferPercentage":{"name":"bufferPercentage","abstract":"

    Buffer percentage for drawing empty non features edges (greater than or equal to 0.0 and less than 0.5)

    ","parent_name":"GPKGFeaturePreview"},"Classes/GPKGFeaturePreview.html#/c:objc(cs)GPKGFeaturePreview(py)where":{"name":"where","abstract":"

    Where clause

    ","parent_name":"GPKGFeaturePreview"},"Classes/GPKGFeaturePreview.html#/c:objc(cs)GPKGFeaturePreview(py)whereArgs":{"name":"whereArgs","abstract":"

    Where clause arguments

    ","parent_name":"GPKGFeaturePreview"},"Classes/GPKGFeaturePreview.html#/c:objc(cs)GPKGFeaturePreview(py)limit":{"name":"limit","abstract":"

    Query feature limit

    ","parent_name":"GPKGFeaturePreview"},"Classes/GPKGFeaturePreview.html#/c:objc(cs)GPKGFeaturePreview(im)initWithGeoPackage:andTableName:":{"name":"-initWithGeoPackage:andTableName:","abstract":"

    Initialize

    ","parent_name":"GPKGFeaturePreview"},"Classes/GPKGFeaturePreview.html#/c:objc(cs)GPKGFeaturePreview(im)initWithGeoPackage:andFeatureDao:":{"name":"-initWithGeoPackage:andFeatureDao:","abstract":"

    Initialize

    ","parent_name":"GPKGFeaturePreview"},"Classes/GPKGFeaturePreview.html#/c:objc(cs)GPKGFeaturePreview(im)initWithGeoPackage:andFeatureTiles:":{"name":"-initWithGeoPackage:andFeatureTiles:","abstract":"

    Initialize

    ","parent_name":"GPKGFeaturePreview"},"Classes/GPKGFeaturePreview.html#/c:objc(cs)GPKGFeaturePreview(im)geoPackage":{"name":"-geoPackage","abstract":"

    Get the GeoPackage

    ","parent_name":"GPKGFeaturePreview"},"Classes/GPKGFeaturePreview.html#/c:objc(cs)GPKGFeaturePreview(im)featureTiles":{"name":"-featureTiles","abstract":"

    Get the feature tiles

    ","parent_name":"GPKGFeaturePreview"},"Classes/GPKGFeaturePreview.html#/c:objc(cs)GPKGFeaturePreview(im)columns":{"name":"-columns","abstract":"

    Get the query columns

    ","parent_name":"GPKGFeaturePreview"},"Classes/GPKGFeaturePreview.html#/c:objc(cs)GPKGFeaturePreview(im)addColumns:":{"name":"-addColumns:","abstract":"

    Add query columns

    ","parent_name":"GPKGFeaturePreview"},"Classes/GPKGFeaturePreview.html#/c:objc(cs)GPKGFeaturePreview(im)addColumn:":{"name":"-addColumn:","abstract":"

    Add a query column

    ","parent_name":"GPKGFeaturePreview"},"Classes/GPKGFeaturePreview.html#/c:objc(cs)GPKGFeaturePreview(im)appendWhere:":{"name":"-appendWhere:","abstract":"

    Append to the where clause

    ","parent_name":"GPKGFeaturePreview"},"Classes/GPKGFeaturePreview.html#/c:objc(cs)GPKGFeaturePreview(im)draw":{"name":"-draw","abstract":"

    Draw a preview image

    ","parent_name":"GPKGFeaturePreview"},"Classes/GPKGFeaturePreview.html#/c:objc(cs)GPKGFeaturePreview(im)close":{"name":"-close","abstract":"

    Close the feature tiles connection

    ","parent_name":"GPKGFeaturePreview"},"Classes/GPKGUrlTileGenerator.html#/c:objc(cs)GPKGUrlTileGenerator(py)tms":{"name":"tms","abstract":"

    TMS URL flag, when true x,y,z converted to TMS when requesting the tile

    ","parent_name":"GPKGUrlTileGenerator"},"Classes/GPKGUrlTileGenerator.html#/c:objc(cs)GPKGUrlTileGenerator(py)httpMethod":{"name":"httpMethod","abstract":"

    The HTTP request method, when nil default is “GET”

    ","parent_name":"GPKGUrlTileGenerator"},"Classes/GPKGUrlTileGenerator.html#/c:objc(cs)GPKGUrlTileGenerator(im)initWithGeoPackage:andTableName:andTileUrl:andBoundingBox:andProjection:":{"name":"-initWithGeoPackage:andTableName:andTileUrl:andBoundingBox:andProjection:","abstract":"

    Initialize

    ","parent_name":"GPKGUrlTileGenerator"},"Classes/GPKGUrlTileGenerator.html#/c:objc(cs)GPKGUrlTileGenerator(im)initWithGeoPackage:andTableName:andTileUrl:andZoom:andBoundingBox:andProjection:":{"name":"-initWithGeoPackage:andTableName:andTileUrl:andZoom:andBoundingBox:andProjection:","abstract":"

    Initialize

    ","parent_name":"GPKGUrlTileGenerator"},"Classes/GPKGUrlTileGenerator.html#/c:objc(cs)GPKGUrlTileGenerator(im)initWithGeoPackage:andTableName:andTileUrl:andMinZoom:andMaxZoom:andBoundingBox:andProjection:":{"name":"-initWithGeoPackage:andTableName:andTileUrl:andMinZoom:andMaxZoom:andBoundingBox:andProjection:","abstract":"

    Initialize

    ","parent_name":"GPKGUrlTileGenerator"},"Classes/GPKGUrlTileGenerator.html#/c:objc(cs)GPKGUrlTileGenerator(im)initWithGeoPackage:andTableName:andTileUrl:andZoomLevels:andBoundingBox:andProjection:":{"name":"-initWithGeoPackage:andTableName:andTileUrl:andZoomLevels:andBoundingBox:andProjection:","abstract":"

    Initialize

    ","parent_name":"GPKGUrlTileGenerator"},"Classes/GPKGUrlTileGenerator.html#/c:objc(cs)GPKGUrlTileGenerator(im)httpHeader":{"name":"-httpHeader","abstract":"

    Get the HTTP Header fields and field values

    ","parent_name":"GPKGUrlTileGenerator"},"Classes/GPKGUrlTileGenerator.html#/c:objc(cs)GPKGUrlTileGenerator(im)httpHeaderValuesforField:":{"name":"-httpHeaderValuesforField:","abstract":"

    Get the HTTP Header field values

    ","parent_name":"GPKGUrlTileGenerator"},"Classes/GPKGUrlTileGenerator.html#/c:objc(cs)GPKGUrlTileGenerator(im)addValue:forHTTPHeaderField:":{"name":"-addValue:forHTTPHeaderField:","abstract":"

    Add a HTTP Header field value, appending to any existing values for the field

    ","parent_name":"GPKGUrlTileGenerator"},"Classes/GPKGUrlTileGenerator.html#/c:objc(cs)GPKGUrlTileGenerator(im)addValues:forHTTPHeaderField:":{"name":"-addValues:forHTTPHeaderField:","abstract":"

    Add HTTP Header field values, appending to any existing values for the field

    ","parent_name":"GPKGUrlTileGenerator"},"Classes/GPKGTileUtils.html#/c:objc(cs)GPKGTileUtils(cm)tileLength":{"name":"+tileLength","abstract":"

    Get the tile side (width and height) dimension based upon the screen resolution

    ","parent_name":"GPKGTileUtils"},"Classes/GPKGTileUtils.html#/c:objc(cs)GPKGTileUtils(cm)tileLengthWithScale:":{"name":"+tileLengthWithScale:","abstract":"

    Get the tile side (width and height) dimension based upon the scale

    ","parent_name":"GPKGTileUtils"},"Classes/GPKGTileGrid.html#/c:objc(cs)GPKGTileGrid(py)minX":{"name":"minX","abstract":"

    Min x

    ","parent_name":"GPKGTileGrid"},"Classes/GPKGTileGrid.html#/c:objc(cs)GPKGTileGrid(py)maxX":{"name":"maxX","abstract":"

    Max x

    ","parent_name":"GPKGTileGrid"},"Classes/GPKGTileGrid.html#/c:objc(cs)GPKGTileGrid(py)minY":{"name":"minY","abstract":"

    Min y

    ","parent_name":"GPKGTileGrid"},"Classes/GPKGTileGrid.html#/c:objc(cs)GPKGTileGrid(py)maxY":{"name":"maxY","abstract":"

    Max y

    ","parent_name":"GPKGTileGrid"},"Classes/GPKGTileGrid.html#/c:objc(cs)GPKGTileGrid(im)initWithMinX:andMinY:andMaxX:andMaxY:":{"name":"-initWithMinX:andMinY:andMaxX:andMaxY:","abstract":"

    Initialize

    ","parent_name":"GPKGTileGrid"},"Classes/GPKGTileGrid.html#/c:objc(cs)GPKGTileGrid(im)count":{"name":"-count","abstract":"

    Get the count of tiles in the grid

    ","parent_name":"GPKGTileGrid"},"Classes/GPKGTileGrid.html#/c:objc(cs)GPKGTileGrid(im)width":{"name":"-width","abstract":"

    Get the grid width

    ","parent_name":"GPKGTileGrid"},"Classes/GPKGTileGrid.html#/c:objc(cs)GPKGTileGrid(im)height":{"name":"-height","abstract":"

    Get the grid height

    ","parent_name":"GPKGTileGrid"},"Classes/GPKGTileGrid.html#/c:objc(cs)GPKGTileGrid(im)equals:":{"name":"-equals:","abstract":"

    Determine if equal to the provided tile grid

    ","parent_name":"GPKGTileGrid"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(py)geoPackage":{"name":"geoPackage","abstract":"

    GeoPackage

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(py)tableName":{"name":"tableName","abstract":"

    Table Name

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(py)zoomLevels":{"name":"zoomLevels","abstract":"

    Zoom levels

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(py)projection":{"name":"projection","abstract":"

    Tiles projection

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(py)totalCount":{"name":"totalCount","abstract":"

    Total tile count

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(py)tileGrids":{"name":"tileGrids","abstract":"

    Tile grids by zoom level

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(py)tileBounds":{"name":"tileBounds","abstract":"

    Tile bounding boxes by zoom level

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(py)boundingBox":{"name":"boundingBox","abstract":"

    Tile bounding box

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(py)compressFormat":{"name":"compressFormat","abstract":"

    Compress format

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(py)compressQuality":{"name":"compressQuality","abstract":"

    Compress quality

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(py)progress":{"name":"progress","abstract":"

    GeoPackage progress for callbacks

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(py)xyzTiles":{"name":"xyzTiles","abstract":"

    True when generating tiles in standard z,x,y tile format, false when generating","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(py)compressScale":{"name":"compressScale","abstract":"

    Compress scale

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(py)tileGridBoundingBox":{"name":"tileGridBoundingBox","abstract":"

    Tile grid bounding box

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(py)matrixHeight":{"name":"matrixHeight","abstract":"

    Matrix height when GeoPackage tile format

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(py)matrixWidth":{"name":"matrixWidth","abstract":"

    Matrix width when GeoPackage tile format

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(py)scaling":{"name":"scaling","abstract":"

    Tile scaling settings

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(py)skipExisting":{"name":"skipExisting","abstract":"

    Skip existing tiles

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(im)initWithGeoPackage:andTableName:andBoundingBox:andProjection:":{"name":"-initWithGeoPackage:andTableName:andBoundingBox:andProjection:","abstract":"

    Initialize

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(im)initWithGeoPackage:andTableName:andZoom:andBoundingBox:andProjection:":{"name":"-initWithGeoPackage:andTableName:andZoom:andBoundingBox:andProjection:","abstract":"

    Initialize

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(im)initWithGeoPackage:andTableName:andMinZoom:andMaxZoom:andBoundingBox:andProjection:":{"name":"-initWithGeoPackage:andTableName:andMinZoom:andMaxZoom:andBoundingBox:andProjection:","abstract":"

    Initialize

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(im)initWithGeoPackage:andTableName:andZoomLevels:andBoundingBox:andProjection:":{"name":"-initWithGeoPackage:andTableName:andZoomLevels:andBoundingBox:andProjection:","abstract":"

    Initialize

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(im)minZoom":{"name":"-minZoom","abstract":"

    Get the min zoom

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(im)maxZoom":{"name":"-maxZoom","abstract":"

    Get the max zoom

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(im)addZoomLevel:":{"name":"-addZoomLevel:","abstract":"

    Add a zoom level

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(im)addZoomLevelsFromMinZoom:toMaxZoom:":{"name":"-addZoomLevelsFromMinZoom:toMaxZoom:","abstract":"

    Add a range of zoom levels

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(im)addZoomLevels:":{"name":"-addZoomLevels:","abstract":"

    Add zoom levels

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(im)boundingBoxAtZoom:":{"name":"-boundingBoxAtZoom:","abstract":"

    Get the bounding box, possibly expanded for the zoom level

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(im)setCompressQualityAsIntPercentage:":{"name":"-setCompressQualityAsIntPercentage:","abstract":"

    Set the compress quality as an integer percentage, 0 to 100

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(im)setCompressScaleAsIntPercentage:":{"name":"-setCompressScaleAsIntPercentage:","abstract":"

    Set the compress scale as an integer percentage, 0 to 100

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(im)tileCount":{"name":"-tileCount","abstract":"

    Get the tile count of tiles to be generated

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(im)generateTiles":{"name":"-generateTiles","abstract":"

    Generate the tiles

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(im)close":{"name":"-close","abstract":"

    Close the GeoPackage

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)overlapWithBoundingBox:andBoundingBox:":{"name":"+overlapWithBoundingBox:andBoundingBox:","abstract":"

    Get the overlapping bounding box between the two bounding boxes

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)overlapWithBoundingBox:andBoundingBox:andAllowEmpty:":{"name":"+overlapWithBoundingBox:andBoundingBox:andAllowEmpty:","abstract":"

    Get the overlapping bounding box between the two bounding boxes

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)overlapWithBoundingBox:andBoundingBox:withMaxLongitude:":{"name":"+overlapWithBoundingBox:andBoundingBox:withMaxLongitude:","abstract":"

    Get the overlapping bounding box between the two bounding boxes adjusting the second box to an Anti-Meridian complementary version based upon the max longitude

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)overlapWithBoundingBox:andBoundingBox:withMaxLongitude:andAllowEmpty:":{"name":"+overlapWithBoundingBox:andBoundingBox:withMaxLongitude:andAllowEmpty:","abstract":"

    Get the overlapping bounding box between the two bounding boxes adjusting the second box to an Anti-Meridian complementary version based upon the max longitude

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)isPoint:inBoundingBox:":{"name":"+isPoint:inBoundingBox:","abstract":"

    Determine if the point is within the bounding box

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)isPoint:inBoundingBox:withMaxLongitude:":{"name":"+isPoint:inBoundingBox:withMaxLongitude:","abstract":"

    Determine if the point is within the bounding box

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)unionWithBoundingBox:andBoundingBox:":{"name":"+unionWithBoundingBox:andBoundingBox:","abstract":"

    Get the union bounding box combining the two bounding boxes

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)xPixelWithWidth:andBoundingBox:andLongitude:":{"name":"+xPixelWithWidth:andBoundingBox:andLongitude:","abstract":"

    Get the X pixel for where the longitude fits into the bounding box

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)longitudeFromPixelWithWidth:andBoundingBox:andPixel:":{"name":"+longitudeFromPixelWithWidth:andBoundingBox:andPixel:","abstract":"

    Get the longitude from the pixel location, bounding box, and image width

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)longitudeFromPixelWithWidth:andBoundingBox:andTileBoundingBox:andPixel:":{"name":"+longitudeFromPixelWithWidth:andBoundingBox:andTileBoundingBox:andPixel:","abstract":"

    Get the longitude from the pixel location, bounding box, tile bounding","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)yPixelWithHeight:andBoundingBox:andLatitude:":{"name":"+yPixelWithHeight:andBoundingBox:andLatitude:","abstract":"

    Get the Y pixel for where the latitude fits into the bounding box

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)latitudeFromPixelWithHeight:andBoundingBox:andPixel:":{"name":"+latitudeFromPixelWithHeight:andBoundingBox:andPixel:","abstract":"

    Get the latitude from the pixel location, bounding box, and image height

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)latitudeFromPixelWithHeight:andBoundingBox:andTileBoundingBox:andPixel:":{"name":"+latitudeFromPixelWithHeight:andBoundingBox:andTileBoundingBox:andPixel:","abstract":"

    Get the latitude from the pixel location, bounding box, tile bounding","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)boundingBoxWithX:andY:andZoom:":{"name":"+boundingBoxWithX:andY:andZoom:","abstract":"

    Get the tile bounding box from the XYZ tile coordinates and zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)webMercatorBoundingBoxWithX:andY:andZoom:":{"name":"+webMercatorBoundingBoxWithX:andY:andZoom:","abstract":"

    Get the Web Mercator tile bounding box from the XYZ tile coordinates and zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)webMercatorBoundingBoxWithTileGrid:andZoom:":{"name":"+webMercatorBoundingBoxWithTileGrid:andZoom:","abstract":"

    Get the Web Mercator tile bounding box from the XYZ tile grid and zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)projectedBoundingBoxWithEpsg:andX:andY:andZoom:":{"name":"+projectedBoundingBoxWithEpsg:andX:andY:andZoom:","abstract":"

    Get the Projected tile bounding box from the XYZ tile coordinates and zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)projectedBoundingBoxWithAuthority:andCode:andX:andY:andZoom:":{"name":"+projectedBoundingBoxWithAuthority:andCode:andX:andY:andZoom:","abstract":"

    Get the Projected tile bounding box from the XYZ tile coordinates and zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)projectedBoundingBoxWithProjection:andX:andY:andZoom:":{"name":"+projectedBoundingBoxWithProjection:andX:andY:andZoom:","abstract":"

    Get the Projected tile bounding box from the XYZ tile coordinates and zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)projectedBoundingBoxWithEpsg:andTileGrid:andZoom:":{"name":"+projectedBoundingBoxWithEpsg:andTileGrid:andZoom:","abstract":"

    Get the Projected tile bounding box from the XYZ tile tileGrid and zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)projectedBoundingBoxWithAuthority:andCode:andTileGrid:andZoom:":{"name":"+projectedBoundingBoxWithAuthority:andCode:andTileGrid:andZoom:","abstract":"

    Get the Projected tile bounding box from the XYZ tile tileGrid and zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)projectedBoundingBoxWithProjection:andTileGrid:andZoom:":{"name":"+projectedBoundingBoxWithProjection:andTileGrid:andZoom:","abstract":"

    Get the Projected tile bounding box from the XYZ tile tileGrid and zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)boundingBoxAsWGS84WithTileGrid:andZoom:":{"name":"+boundingBoxAsWGS84WithTileGrid:andZoom:","abstract":"

    Get the WGS84 tile bounding box from the XYZ tile tileGrid and zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)projectedBoundingBoxFromWGS84WithEpsg:andX:andY:andZoom:":{"name":"+projectedBoundingBoxFromWGS84WithEpsg:andX:andY:andZoom:","abstract":"

    Get the Projected tile bounding box from the WGS84 XYZ tile coordinates and zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)projectedBoundingBoxFromWGS84WithAuthority:andCode:andX:andY:andZoom:":{"name":"+projectedBoundingBoxFromWGS84WithAuthority:andCode:andX:andY:andZoom:","abstract":"

    Get the Projected tile bounding box from the WGS84 XYZ tile coordinates and zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)projectedBoundingBoxFromWGS84WithProjection:andX:andY:andZoom:":{"name":"+projectedBoundingBoxFromWGS84WithProjection:andX:andY:andZoom:","abstract":"

    Get the Projected tile bounding box from the WGS84 XYZ tile coordinates and zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)projectedBoundingBoxFromWGS84WithEpsg:andTileGrid:andZoom:":{"name":"+projectedBoundingBoxFromWGS84WithEpsg:andTileGrid:andZoom:","abstract":"

    Get the Projected tile bounding box from the WGS84 XYZ tile tileGrid and zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)projectedBoundingBoxFromWGS84WithAuthority:andCode:andTileGrid:andZoom:":{"name":"+projectedBoundingBoxFromWGS84WithAuthority:andCode:andTileGrid:andZoom:","abstract":"

    Get the Projected tile bounding box from the WGS84 XYZ tile tileGrid and zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)projectedBoundingBoxFromWGS84WithProjection:andTileGrid:andZoom:":{"name":"+projectedBoundingBoxFromWGS84WithProjection:andTileGrid:andZoom:","abstract":"

    Get the Projected tile bounding box from the WGS84 XYZ tile tileGrid and zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileGridFromWGS84Point:andZoom:":{"name":"+tileGridFromWGS84Point:andZoom:","abstract":"

    Get the tile grid for the location specified as WGS84

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileGridFromPoint:andZoom:andProjection:":{"name":"+tileGridFromPoint:andZoom:andProjection:","abstract":"

    Get the tile grid for the location specified as the projection

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileGridFromWebMercatorPoint:andZoom:":{"name":"+tileGridFromWebMercatorPoint:andZoom:","abstract":"

    Get the tile grid for the location specified as web mercator

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileGridWithWebMercatorBoundingBox:andZoom:":{"name":"+tileGridWithWebMercatorBoundingBox:andZoom:","abstract":"

    Get the tile grid that includes the entire tile bounding box

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileBoundsInProjection:andPoint:andZoom:":{"name":"+tileBoundsInProjection:andPoint:andZoom:","abstract":"

    Get the bounds of the XYZ tile at the point and zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileBoundsForWGS84Point:andZoom:":{"name":"+tileBoundsForWGS84Point:andZoom:","abstract":"

    Get the WGS84 bounds of the XYZ tile at the WGS84 point and zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileBoundsForWebMercatorPoint:andZoom:":{"name":"+tileBoundsForWebMercatorPoint:andZoom:","abstract":"

    Get the web mercator bounds of the XYZ tile at the web mercator point and","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)wgs84TileBoundsInProjection:andPoint:andZoom:":{"name":"+wgs84TileBoundsInProjection:andPoint:andZoom:","abstract":"

    Get the bounds of the WGS84 tile at the point and zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)wgs84TileBoundsForWGS84Point:andZoom:":{"name":"+wgs84TileBoundsForWGS84Point:andZoom:","abstract":"

    Get the WGS84 bounds of the WGS84 tile at the WGS84 point and zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)wgs84TileBoundsForWebMercatorPoint:andZoom:":{"name":"+wgs84TileBoundsForWebMercatorPoint:andZoom:","abstract":"

    Get the web mercator bounds of the WGS84 tile at the web mercator point","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)toWebMercatorWithBoundingBox:":{"name":"+toWebMercatorWithBoundingBox:","abstract":"

    Convert the bounding box coordinates to a new web mercator bounding box

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileSizeWithTilesPerSide:":{"name":"+tileSizeWithTilesPerSide:","abstract":"

    Get the tile size in meters

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)zoomLevelOfTileSize:":{"name":"+zoomLevelOfTileSize:","abstract":"

    Get the zoom level from the tile size in meters

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileSizeWithTilesPerSide:andTotalLength:":{"name":"+tileSizeWithTilesPerSide:andTotalLength:","abstract":"

    Get the tile size in length units

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)zoomLevelOfTileSize:andTotalLength:":{"name":"+zoomLevelOfTileSize:andTotalLength:","abstract":"

    Get the zoom level from the tile size in length units

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileSizeWithZoom:andTotalLength:":{"name":"+tileSizeWithZoom:andTotalLength:","abstract":"

    Get the tile size in length units at the zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileWidthDegreesWithTilesPerSide:":{"name":"+tileWidthDegreesWithTilesPerSide:","abstract":"

    Get the tile width in degrees

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileHeightDegreesWithTilesPerSide:":{"name":"+tileHeightDegreesWithTilesPerSide:","abstract":"

    Get the tile height in degrees

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tilesPerSideWithZoom:":{"name":"+tilesPerSideWithZoom:","abstract":"

    Get the tiles per side, width and height, at the zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileSizeWithZoom:":{"name":"+tileSizeWithZoom:","abstract":"

    Get the tile size in meters at the zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)toleranceDistanceWithZoom:andPixels:":{"name":"+toleranceDistanceWithZoom:andPixels:","abstract":"

    Get the tolerance distance in meters for the zoom level and pixels length

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)toleranceDistanceWithZoom:andPixelWidth:andPixelHeight:":{"name":"+toleranceDistanceWithZoom:andPixelWidth:andPixelHeight:","abstract":"

    Get the tolerance distance in meters for the zoom level and pixels length

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)yAsOppositeTileFormatWithZoom:andY:":{"name":"+yAsOppositeTileFormatWithZoom:andY:","abstract":"

    Get the standard y tile location as TMS or a TMS y location as standard

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)zoomFromTilesPerSide:":{"name":"+zoomFromTilesPerSide:","abstract":"

    Get the zoom level from the tiles per side

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileGridWithTotalBoundingBox:andMatrixWidth:andMatrixHeight:andBoundingBox:":{"name":"+tileGridWithTotalBoundingBox:andMatrixWidth:andMatrixHeight:andBoundingBox:","abstract":"

    Get the tile grid

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileColumnWithTotalBoundingBox:andMatrixWidth:andLongitude:":{"name":"+tileColumnWithTotalBoundingBox:andMatrixWidth:andLongitude:","abstract":"

    Get the tile column of the longitude in constant units

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileRowWithTotalBoundingBox:andMatrixHeight:andLatitude:":{"name":"+tileRowWithTotalBoundingBox:andMatrixHeight:andLatitude:","abstract":"

    Get the tile row of the latitude in constant units

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)boundingBoxWithTotalBoundingBox:andTileMatrix:andTileColumn:andTileRow:":{"name":"+boundingBoxWithTotalBoundingBox:andTileMatrix:andTileColumn:andTileRow:","abstract":"

    Get the bounding box of the tile column and row in the tile","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)boundingBoxWithTotalBoundingBox:andTileMatrixWidth:andTileMatrixHeight:andTileColumn:andTileRow:":{"name":"+boundingBoxWithTotalBoundingBox:andTileMatrixWidth:andTileMatrixHeight:andTileColumn:andTileRow:","abstract":"

    Get the bounding box of the tile column and row in the tile","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)boundingBoxWithTotalBoundingBox:andTileMatrix:andTileGrid:":{"name":"+boundingBoxWithTotalBoundingBox:andTileMatrix:andTileGrid:","abstract":"

    Get the bounding box of the tile grid in the tile matrix","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)boundingBoxWithTotalBoundingBox:andTileMatrixWidth:andTileMatrixHeight:andTileGrid:":{"name":"+boundingBoxWithTotalBoundingBox:andTileMatrixWidth:andTileMatrixHeight:andTileGrid:","abstract":"

    Get the bounding box of the tile grid in the tile width and","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)zoomLevelWithWebMercatorBoundingBox:":{"name":"+zoomLevelWithWebMercatorBoundingBox:","abstract":"

    Get the zoom level of where the web mercator bounding box fits into the","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)locationWithBearing:andDistance:fromLocation:":{"name":"+locationWithBearing:andDistance:fromLocation:","abstract":"

    Get the location bearing a distance from a current location

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)bearingFromLocation:andToLocation:":{"name":"+bearingFromLocation:andToLocation:","abstract":"

    Get the bearing from a location to a location

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)distanceBetweenLocation:andLocation:":{"name":"+distanceBetweenLocation:andLocation:","abstract":"

    Get the distance between two locations

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)pointBetweenFromLocation:andToLocation:":{"name":"+pointBetweenFromLocation:andToLocation:","abstract":"

    Get the location point between two locations

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)boundWebMercatorBoundingBox:":{"name":"+boundWebMercatorBoundingBox:","abstract":"

    Bound the web mercator bounding box within the limits

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)boundWgs84BoundingBoxWithWebMercatorLimits:":{"name":"+boundWgs84BoundingBoxWithWebMercatorLimits:","abstract":"

    Bound the upper and lower bounds of the WGS84 bounding box with web mercator limits

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)boundDegreesBoundingBoxWithWebMercatorLimits:":{"name":"+boundDegreesBoundingBoxWithWebMercatorLimits:","abstract":"

    Bound the upper and lower bounds of the degrees bounding box with web mercator limits

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)rectangleWithWidth:andHeight:andBoundingBox:andSection:":{"name":"+rectangleWithWidth:andHeight:andBoundingBox:andSection:","abstract":"

    Get a rectangle using the tile width, height, bounding box, and the","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)roundedRectangleWithWidth:andHeight:andBoundingBox:andSection:":{"name":"+roundedRectangleWithWidth:andHeight:andBoundingBox:andSection:","abstract":"

    Get a rectangle with rounded point boundaries using the tile","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileGridWGS84FromWGS84Point:andZoom:":{"name":"+tileGridWGS84FromWGS84Point:andZoom:","abstract":"

    Get the WGS84 tile grid for the point specified as WGS84

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileGridWGS84FromPoint:andZoom:andProjection:":{"name":"+tileGridWGS84FromPoint:andZoom:andProjection:","abstract":"

    Get the WGS84 tile grid for the point specified as the projection

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileGridWGS84FromWebMercatorPoint:andZoom:":{"name":"+tileGridWGS84FromWebMercatorPoint:andZoom:","abstract":"

    Get the WGS84 tile grid for the point specified as web mercator

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileGridWithWgs84BoundingBox:andZoom:":{"name":"+tileGridWithWgs84BoundingBox:andZoom:","abstract":"

    Get the WGS84 tile grid that includes the entire tile bounding box

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)wgs84BoundingBoxWithX:andY:andZoom:":{"name":"+wgs84BoundingBoxWithX:andY:andZoom:","abstract":"

    Get the WGS84 tile bounding box from the WGS84 XYZ tile coordinates and zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)wgs84BoundingBoxWithTileGrid:andZoom:":{"name":"+wgs84BoundingBoxWithTileGrid:andZoom:","abstract":"

    Get the WGS84 tile bounding box from the WGS84 tile grid and zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tilesPerWgs84LatSideWithZoom:":{"name":"+tilesPerWgs84LatSideWithZoom:","abstract":"

    Get the tiles per latitude side at the zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tilesPerWgs84LonSideWithZoom:":{"name":"+tilesPerWgs84LonSideWithZoom:","abstract":"

    Get the tiles per longitude side at the zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileSizeLatWithWgs84TilesPerSide:":{"name":"+tileSizeLatWithWgs84TilesPerSide:","abstract":"

    Get the tile height in degrees latitude

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileSizeLonWithWgs84TilesPerSide:":{"name":"+tileSizeLonWithWgs84TilesPerSide:","abstract":"

    Get the tile height in degrees longitude

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileGrid:zoomFrom:to:":{"name":"+tileGrid:zoomFrom:to:","abstract":"

    Get the tile grid starting from the tile grid and current zoom to the new","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileGrid:zoomIncrease:":{"name":"+tileGrid:zoomIncrease:","abstract":"

    Get the tile grid starting from the tile grid and zooming in / increasing","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileGrid:zoomDecrease:":{"name":"+tileGrid:zoomDecrease:","abstract":"

    Get the tile grid starting from the tile grid and zooming out /","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileGridMin:zoomIncrease:":{"name":"+tileGridMin:zoomIncrease:","abstract":"

    Get the new tile grid min value starting from the tile grid min and","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileGridMax:zoomIncrease:":{"name":"+tileGridMax:zoomIncrease:","abstract":"

    Get the new tile grid max value starting from the tile grid max and","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileGridMin:zoomDecrease:":{"name":"+tileGridMin:zoomDecrease:","abstract":"

    Get the new tile grid min value starting from the tile grid min and","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileGridMax:zoomDecrease:":{"name":"+tileGridMax:zoomDecrease:","abstract":"

    Get the new tile grid max value starting from the tile grid max and","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGPixelBounds.html#/c:objc(cs)GPKGPixelBounds(py)left":{"name":"left","abstract":"

    Pixels left of the location

    ","parent_name":"GPKGPixelBounds"},"Classes/GPKGPixelBounds.html#/c:objc(cs)GPKGPixelBounds(py)up":{"name":"up","abstract":"

    Pixels up of the location

    ","parent_name":"GPKGPixelBounds"},"Classes/GPKGPixelBounds.html#/c:objc(cs)GPKGPixelBounds(py)right":{"name":"right","abstract":"

    Pixels right of the location

    ","parent_name":"GPKGPixelBounds"},"Classes/GPKGPixelBounds.html#/c:objc(cs)GPKGPixelBounds(py)down":{"name":"down","abstract":"

    Pixels down of the location

    ","parent_name":"GPKGPixelBounds"},"Classes/GPKGPixelBounds.html#/c:objc(cs)GPKGPixelBounds(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"GPKGPixelBounds"},"Classes/GPKGPixelBounds.html#/c:objc(cs)GPKGPixelBounds(cm)createWithLength:":{"name":"+createWithLength:","abstract":"

    Create

    ","parent_name":"GPKGPixelBounds"},"Classes/GPKGPixelBounds.html#/c:objc(cs)GPKGPixelBounds(cm)createWithWidth:andHeight:":{"name":"+createWithWidth:andHeight:","abstract":"

    Create

    ","parent_name":"GPKGPixelBounds"},"Classes/GPKGPixelBounds.html#/c:objc(cs)GPKGPixelBounds(cm)createWithLeft:andUp:andRight:andDown:":{"name":"+createWithLeft:andUp:andRight:andDown:","abstract":"

    Initialize

    ","parent_name":"GPKGPixelBounds"},"Classes/GPKGPixelBounds.html#/c:objc(cs)GPKGPixelBounds(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGPixelBounds"},"Classes/GPKGPixelBounds.html#/c:objc(cs)GPKGPixelBounds(im)initWithLength:":{"name":"-initWithLength:","abstract":"

    Initialize

    ","parent_name":"GPKGPixelBounds"},"Classes/GPKGPixelBounds.html#/c:objc(cs)GPKGPixelBounds(im)initWithWidth:andHeight:":{"name":"-initWithWidth:andHeight:","abstract":"

    Initialize

    ","parent_name":"GPKGPixelBounds"},"Classes/GPKGPixelBounds.html#/c:objc(cs)GPKGPixelBounds(im)initWithLeft:andUp:andRight:andDown:":{"name":"-initWithLeft:andUp:andRight:andDown:","abstract":"

    Initialize

    ","parent_name":"GPKGPixelBounds"},"Classes/GPKGPixelBounds.html#/c:objc(cs)GPKGPixelBounds(im)expandLeft:":{"name":"-expandLeft:","abstract":"

    Expand the left pixels if greater than the current value

    ","parent_name":"GPKGPixelBounds"},"Classes/GPKGPixelBounds.html#/c:objc(cs)GPKGPixelBounds(im)expandUp:":{"name":"-expandUp:","abstract":"

    Expand the up pixels if greater than the current value

    ","parent_name":"GPKGPixelBounds"},"Classes/GPKGPixelBounds.html#/c:objc(cs)GPKGPixelBounds(im)expandRight:":{"name":"-expandRight:","abstract":"

    Expand the right pixels if greater than the current value

    ","parent_name":"GPKGPixelBounds"},"Classes/GPKGPixelBounds.html#/c:objc(cs)GPKGPixelBounds(im)expandDown:":{"name":"-expandDown:","abstract":"

    Expand the down pixels if greater than the current value

    ","parent_name":"GPKGPixelBounds"},"Classes/GPKGPixelBounds.html#/c:objc(cs)GPKGPixelBounds(im)expandWidth:":{"name":"-expandWidth:","abstract":"

    Expand the width pixels if greater than the current values

    ","parent_name":"GPKGPixelBounds"},"Classes/GPKGPixelBounds.html#/c:objc(cs)GPKGPixelBounds(im)expandHeight:":{"name":"-expandHeight:","abstract":"

    Expand the height pixels if greater than the current values

    ","parent_name":"GPKGPixelBounds"},"Classes/GPKGPixelBounds.html#/c:objc(cs)GPKGPixelBounds(im)expandLength:":{"name":"-expandLength:","abstract":"

    Expand the length pixels in all directions

    ","parent_name":"GPKGPixelBounds"},"Classes/GPKGPixelBounds.html#/c:objc(cs)GPKGPixelBounds(im)width":{"name":"-width","abstract":"

    Get the total pixel width

    ","parent_name":"GPKGPixelBounds"},"Classes/GPKGPixelBounds.html#/c:objc(cs)GPKGPixelBounds(im)height":{"name":"-height","abstract":"

    Get the total pixel height

    ","parent_name":"GPKGPixelBounds"},"Classes/GPKGPixelBounds.html#/c:objc(cs)GPKGPixelBounds(im)area":{"name":"-area","abstract":"

    Get the pixel area

    ","parent_name":"GPKGPixelBounds"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(cm)createWithDatabase:":{"name":"+createWithDatabase:","abstract":"

    Create the DAO

    ","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)setCrsWktExtension:":{"name":"-setCrsWktExtension:","abstract":"

    CRS WKT Extension

    ","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)hasDefinition_12_063":{"name":"-hasDefinition_12_063","abstract":"

    Determine if the SRS table contains the extension definition 12 063","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)hasEpoch":{"name":"-hasEpoch","abstract":"

    Determine if the SRS table contains the extension epoch column for CRS","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)createWgs84":{"name":"-createWgs84","abstract":"

    Creates the required EPSG WGS84 Spatial Reference System (spec","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)createUndefinedCartesian":{"name":"-createUndefinedCartesian","abstract":"

    Creates the required Undefined Cartesian Spatial Reference System (spec","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)createUndefinedGeographic":{"name":"-createUndefinedGeographic","abstract":"

    Creates the required Undefined Geographic Spatial Reference System (spec","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)createWebMercator":{"name":"-createWebMercator","abstract":"

    Creates the Web Mercator Spatial Reference System if it does not already","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)createWgs84Geographical3D":{"name":"-createWgs84Geographical3D","abstract":"

    Creates the required EPSG WGS84 Geographical 3D Spatial Reference System

    ","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)definition_12_063WithSrsId:":{"name":"-definition_12_063WithSrsId:","abstract":"

    Query to get the definition 12 063 value if the extension exists

    ","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)epochWithSrsId:":{"name":"-epochWithSrsId:","abstract":"

    Query to get the epoch value if the extension exists

    ","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)setExtensionWithSrs:":{"name":"-setExtensionWithSrs:","abstract":"

    Query and set the values in the srs object if the extension exists

    ","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)setExtensionWithSrsArray:":{"name":"-setExtensionWithSrsArray:","abstract":"

    Query and set the values in the srs objects if the extension exists

    ","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)updateDefinition_12_063:withSrsId:":{"name":"-updateDefinition_12_063:withSrsId:","abstract":"

    Update the definition 12 063 in the database if the extension exists

    ","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)updateEpoch:withSrsId:":{"name":"-updateEpoch:withSrsId:","abstract":"

    Update the epoch in the database if the extension exists

    ","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)updateExtensionWithSrs:":{"name":"-updateExtensionWithSrs:","abstract":"

    Update the extension if exists

    ","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)srsWithEpsg:":{"name":"-srsWithEpsg:","abstract":"

    Get or Create the Spatial Reference System for the provided epsg

    ","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)srsWithOrganization:andCoordsysId:":{"name":"-srsWithOrganization:andCoordsysId:","abstract":"

    Get or Create the Spatial Reference System for the provided organization","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)srsWithProjection:":{"name":"-srsWithProjection:","abstract":"

    Get or Create the Spatial Reference System from the projection

    ","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)queryForOrganization:andCoordsysId:":{"name":"-queryForOrganization:andCoordsysId:","abstract":"

    Query for the organization coordsys id

    ","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)queryForProjection:":{"name":"-queryForProjection:","abstract":"

    Query for the projection

    ","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)deleteCascade:":{"name":"-deleteCascade:","abstract":"

    Delete the Spatial Reference System, cascading

    ","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)deleteCascadeWithCollection:":{"name":"-deleteCascadeWithCollection:","abstract":"

    Delete the collection of Spatial Reference Systems, cascading

    ","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)deleteCascadeWhere:andWhereArgs:":{"name":"-deleteCascadeWhere:andWhereArgs:","abstract":"

    Delete the Spatial Reference System where, cascading

    ","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)deleteByIdCascade:":{"name":"-deleteByIdCascade:","abstract":"

    Delete the Spatial Reference System by id, cascading

    ","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)deleteIdsCascade:":{"name":"-deleteIdsCascade:","abstract":"

    Delete Spatial Reference Systems by ids, cascading

    ","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)contents:":{"name":"-contents:","abstract":"

    Get Contents referencing the SRS

    ","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)geometryColumns:":{"name":"-geometryColumns:","abstract":"

    Get Geometry Columns referencing the SRS

    ","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)tileMatrixSet:":{"name":"-tileMatrixSet:","abstract":"

    Get Tile Matrix Sets referencing the SRS

    ","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystem.html#/c:objc(cs)GPKGSpatialReferenceSystem(py)srsName":{"name":"srsName","abstract":"

    Human readable name of this SRS

    ","parent_name":"GPKGSpatialReferenceSystem"},"Classes/GPKGSpatialReferenceSystem.html#/c:objc(cs)GPKGSpatialReferenceSystem(py)srsId":{"name":"srsId","abstract":"

    Unique identifier for each Spatial Reference System within a GeoPackage

    ","parent_name":"GPKGSpatialReferenceSystem"},"Classes/GPKGSpatialReferenceSystem.html#/c:objc(cs)GPKGSpatialReferenceSystem(py)organization":{"name":"organization","abstract":"

    Case-insensitive name of the defining organization e.g. EPSG or epsg

    ","parent_name":"GPKGSpatialReferenceSystem"},"Classes/GPKGSpatialReferenceSystem.html#/c:objc(cs)GPKGSpatialReferenceSystem(py)organizationCoordsysId":{"name":"organizationCoordsysId","abstract":"

    Numeric ID of the Spatial Reference System assigned by the organization

    ","parent_name":"GPKGSpatialReferenceSystem"},"Classes/GPKGSpatialReferenceSystem.html#/c:objc(cs)GPKGSpatialReferenceSystem(py)definition":{"name":"definition","abstract":"

    Well-known Text Representation of the Spatial Reference System

    ","parent_name":"GPKGSpatialReferenceSystem"},"Classes/GPKGSpatialReferenceSystem.html#/c:objc(cs)GPKGSpatialReferenceSystem(py)theDescription":{"name":"theDescription","abstract":"

    Human readable description of this SRS

    ","parent_name":"GPKGSpatialReferenceSystem"},"Classes/GPKGSpatialReferenceSystem.html#/c:objc(cs)GPKGSpatialReferenceSystem(py)definition_12_063":{"name":"definition_12_063","abstract":"

    Well-known Text extension Representation of the Spatial Reference System

    ","parent_name":"GPKGSpatialReferenceSystem"},"Classes/GPKGSpatialReferenceSystem.html#/c:objc(cs)GPKGSpatialReferenceSystem(py)epoch":{"name":"epoch","abstract":"

    Coordinate epoch

    ","parent_name":"GPKGSpatialReferenceSystem"},"Classes/GPKGSpatialReferenceSystem.html#/c:objc(cs)GPKGSpatialReferenceSystem(im)projection":{"name":"-projection","abstract":"

    Get the projection for the Spatial Reference System

    ","parent_name":"GPKGSpatialReferenceSystem"},"Classes/GPKGSpatialReferenceSystem.html#/c:objc(cs)GPKGSpatialReferenceSystem(im)projectionDefinition":{"name":"-projectionDefinition","abstract":"

    Get the projection definition

    ","parent_name":"GPKGSpatialReferenceSystem"},"Classes/GPKGSpatialReferenceSystem.html#/c:objc(cs)GPKGSpatialReferenceSystem(im)transformationFromProjection:":{"name":"-transformationFromProjection:","abstract":"

    Get the geometry transform from the provided projection to the Spatial","parent_name":"GPKGSpatialReferenceSystem"},"Classes/GPKGSpatialReferenceSystem.html#/c:objc(cs)GPKGSpatialReferenceSystem(im)setEpochValue:":{"name":"-setEpochValue:","abstract":"

    Set the epoch value

    ","parent_name":"GPKGSpatialReferenceSystem"},"Classes/GPKGProperties.html#/c:objc(cs)GPKGProperties(cm)combineBaseProperty:withProperty:":{"name":"+combineBaseProperty:withProperty:","abstract":"

    Combine the base property with the property to create a single combined property

    ","parent_name":"GPKGProperties"},"Classes/GPKGProperties.html#/c:objc(cs)GPKGProperties(cm)valueOfProperty:":{"name":"+valueOfProperty:","abstract":"

    Get the string value of the property

    ","parent_name":"GPKGProperties"},"Classes/GPKGProperties.html#/c:objc(cs)GPKGProperties(cm)valueOfProperty:andRequired:":{"name":"+valueOfProperty:andRequired:","abstract":"

    Get the string value of the property with required option

    ","parent_name":"GPKGProperties"},"Classes/GPKGProperties.html#/c:objc(cs)GPKGProperties(cm)valueOfBaseProperty:andProperty:":{"name":"+valueOfBaseProperty:andProperty:","abstract":"

    Get the string value of the property combined with the base

    ","parent_name":"GPKGProperties"},"Classes/GPKGProperties.html#/c:objc(cs)GPKGProperties(cm)valueOfBaseProperty:andProperty:andRequired:":{"name":"+valueOfBaseProperty:andProperty:andRequired:","abstract":"

    Get the string value of the property combined with the base with required option

    ","parent_name":"GPKGProperties"},"Classes/GPKGProperties.html#/c:objc(cs)GPKGProperties(cm)numberValueOfProperty:":{"name":"+numberValueOfProperty:","abstract":"

    Get the number value of the property

    ","parent_name":"GPKGProperties"},"Classes/GPKGProperties.html#/c:objc(cs)GPKGProperties(cm)numberValueOfProperty:andRequired:":{"name":"+numberValueOfProperty:andRequired:","abstract":"

    Get the number value of the property with required option

    ","parent_name":"GPKGProperties"},"Classes/GPKGProperties.html#/c:objc(cs)GPKGProperties(cm)numberValueOfBaseProperty:andProperty:":{"name":"+numberValueOfBaseProperty:andProperty:","abstract":"

    Get the number value of the property combined with the base

    ","parent_name":"GPKGProperties"},"Classes/GPKGProperties.html#/c:objc(cs)GPKGProperties(cm)numberValueOfBaseProperty:andProperty:andRequired:":{"name":"+numberValueOfBaseProperty:andProperty:andRequired:","abstract":"

    Get the number value of the property combined with the base with required option

    ","parent_name":"GPKGProperties"},"Classes/GPKGProperties.html#/c:objc(cs)GPKGProperties(cm)boolValueOfProperty:":{"name":"+boolValueOfProperty:","abstract":"

    Get the boolean value of the property

    ","parent_name":"GPKGProperties"},"Classes/GPKGProperties.html#/c:objc(cs)GPKGProperties(cm)boolValueOfProperty:andRequired:":{"name":"+boolValueOfProperty:andRequired:","abstract":"

    Get the boolean value of the property with required option

    ","parent_name":"GPKGProperties"},"Classes/GPKGProperties.html#/c:objc(cs)GPKGProperties(cm)boolValueOfBaseProperty:andProperty:":{"name":"+boolValueOfBaseProperty:andProperty:","abstract":"

    Get the boolean value of the property combined with the base

    ","parent_name":"GPKGProperties"},"Classes/GPKGProperties.html#/c:objc(cs)GPKGProperties(cm)boolValueOfBaseProperty:andProperty:andRequired:":{"name":"+boolValueOfBaseProperty:andProperty:andRequired:","abstract":"

    Get the boolean value of the property combined with the base with required option

    ","parent_name":"GPKGProperties"},"Classes/GPKGProperties.html#/c:objc(cs)GPKGProperties(cm)arrayValueOfProperty:":{"name":"+arrayValueOfProperty:","abstract":"

    Get the array value of the property

    ","parent_name":"GPKGProperties"},"Classes/GPKGProperties.html#/c:objc(cs)GPKGProperties(cm)arrayValueOfProperty:andRequired:":{"name":"+arrayValueOfProperty:andRequired:","abstract":"

    Get the array value of the property with required option

    ","parent_name":"GPKGProperties"},"Classes/GPKGProperties.html#/c:objc(cs)GPKGProperties(cm)arrayValueOfBaseProperty:andProperty:":{"name":"+arrayValueOfBaseProperty:andProperty:","abstract":"

    Get the array value of the property combined with the base

    ","parent_name":"GPKGProperties"},"Classes/GPKGProperties.html#/c:objc(cs)GPKGProperties(cm)arrayValueOfBaseProperty:andProperty:andRequired:":{"name":"+arrayValueOfBaseProperty:andProperty:andRequired:","abstract":"

    Get the array value of the property combined with the base with required option

    ","parent_name":"GPKGProperties"},"Classes/GPKGProperties.html#/c:objc(cs)GPKGProperties(cm)dictionaryValueOfProperty:":{"name":"+dictionaryValueOfProperty:","abstract":"

    Get the dictionary value of the property

    ","parent_name":"GPKGProperties"},"Classes/GPKGProperties.html#/c:objc(cs)GPKGProperties(cm)dictionaryValueOfProperty:andRequired:":{"name":"+dictionaryValueOfProperty:andRequired:","abstract":"

    Get the dictionary value of the property with required option

    ","parent_name":"GPKGProperties"},"Classes/GPKGProperties.html#/c:objc(cs)GPKGProperties(cm)dictionaryValueOfBaseProperty:andProperty:":{"name":"+dictionaryValueOfBaseProperty:andProperty:","abstract":"

    Get the dictionary value of the property combined with the base

    ","parent_name":"GPKGProperties"},"Classes/GPKGProperties.html#/c:objc(cs)GPKGProperties(cm)dictionaryValueOfBaseProperty:andProperty:andRequired:":{"name":"+dictionaryValueOfBaseProperty:andProperty:andRequired:","abstract":"

    Get the dictionary value of the property combined with the base with required option

    ","parent_name":"GPKGProperties"},"Classes/GPKGStyleUtils.html#/c:objc(cs)GPKGStyleUtils(cm)setFeatureStyleWithMapPoint:andGeoPackage:andFeature:":{"name":"+setFeatureStyleWithMapPoint:andGeoPackage:andFeature:","abstract":"

    Set the feature row style (icon or style) into the map point

    ","parent_name":"GPKGStyleUtils"},"Classes/GPKGStyleUtils.html#/c:objc(cs)GPKGStyleUtils(cm)setFeatureStyleWithMapPoint:andGeoPackage:andFeature:andIconCache:":{"name":"+setFeatureStyleWithMapPoint:andGeoPackage:andFeature:andIconCache:","abstract":"

    Set the feature row style (icon or style) into the map point

    ","parent_name":"GPKGStyleUtils"},"Classes/GPKGStyleUtils.html#/c:objc(cs)GPKGStyleUtils(cm)setFeatureStyleWithMapPoint:andExtension:andFeature:":{"name":"+setFeatureStyleWithMapPoint:andExtension:andFeature:","abstract":"

    Set the feature row style (icon or style) into the map point

    ","parent_name":"GPKGStyleUtils"},"Classes/GPKGStyleUtils.html#/c:objc(cs)GPKGStyleUtils(cm)setFeatureStyleWithMapPoint:andExtension:andFeature:andIconCache:":{"name":"+setFeatureStyleWithMapPoint:andExtension:andFeature:andIconCache:","abstract":"

    Set the feature row style (icon or style) into the map point

    ","parent_name":"GPKGStyleUtils"},"Classes/GPKGStyleUtils.html#/c:objc(cs)GPKGStyleUtils(cm)setFeatureStyleWithMapPoint:andFeatureStyle:":{"name":"+setFeatureStyleWithMapPoint:andFeatureStyle:","abstract":"

    Set the feature style (icon or style) into the map point

    ","parent_name":"GPKGStyleUtils"},"Classes/GPKGStyleUtils.html#/c:objc(cs)GPKGStyleUtils(cm)setFeatureStyleWithMapPoint:andFeatureStyle:andIconCache:":{"name":"+setFeatureStyleWithMapPoint:andFeatureStyle:andIconCache:","abstract":"

    Set the feature style (icon or style) into the map point

    ","parent_name":"GPKGStyleUtils"},"Classes/GPKGStyleUtils.html#/c:objc(cs)GPKGStyleUtils(cm)setIconWithMapPoint:andIcon:":{"name":"+setIconWithMapPoint:andIcon:","abstract":"

    Set the icon into the map point

    ","parent_name":"GPKGStyleUtils"},"Classes/GPKGStyleUtils.html#/c:objc(cs)GPKGStyleUtils(cm)setIconWithMapPoint:andIcon:andIconCache:":{"name":"+setIconWithMapPoint:andIcon:andIconCache:","abstract":"

    Set the icon into the map point

    ","parent_name":"GPKGStyleUtils"},"Classes/GPKGStyleUtils.html#/c:objc(cs)GPKGStyleUtils(cm)createIconImageWithIcon:":{"name":"+createIconImageWithIcon:","abstract":"

    Create the icon image

    ","parent_name":"GPKGStyleUtils"},"Classes/GPKGStyleUtils.html#/c:objc(cs)GPKGStyleUtils(cm)createIconImageWithIcon:andIconCache:":{"name":"+createIconImageWithIcon:andIconCache:","abstract":"

    Create the icon image

    ","parent_name":"GPKGStyleUtils"},"Classes/GPKGStyleUtils.html#/c:objc(cs)GPKGStyleUtils(cm)setStyleWithMapPoint:andStyle:":{"name":"+setStyleWithMapPoint:andStyle:","abstract":"

    Set the style into the marker point

    ","parent_name":"GPKGStyleUtils"},"Classes/GPKGStyleUtils.html#/c:objc(cs)GPKGStyleUtils(cm)setFeatureStyleWithPolyline:andGeoPackage:andFeature:":{"name":"+setFeatureStyleWithPolyline:andGeoPackage:andFeature:","abstract":"

    Set the feature row style into the polyline

    ","parent_name":"GPKGStyleUtils"},"Classes/GPKGStyleUtils.html#/c:objc(cs)GPKGStyleUtils(cm)setFeatureStyleWithPolyline:andExtension:andFeature:":{"name":"+setFeatureStyleWithPolyline:andExtension:andFeature:","abstract":"

    Set the feature row style into the polyline

    ","parent_name":"GPKGStyleUtils"},"Classes/GPKGStyleUtils.html#/c:objc(cs)GPKGStyleUtils(cm)setFeatureStyleWithPolyline:andFeatureStyle:":{"name":"+setFeatureStyleWithPolyline:andFeatureStyle:","abstract":"

    Set the feature style into the polyline

    ","parent_name":"GPKGStyleUtils"},"Classes/GPKGStyleUtils.html#/c:objc(cs)GPKGStyleUtils(cm)setStyleWithPolyline:andStyle:":{"name":"+setStyleWithPolyline:andStyle:","abstract":"

    Set the style into the polyline

    ","parent_name":"GPKGStyleUtils"},"Classes/GPKGStyleUtils.html#/c:objc(cs)GPKGStyleUtils(cm)setFeatureStyleWithPolygon:andGeoPackage:andFeature:":{"name":"+setFeatureStyleWithPolygon:andGeoPackage:andFeature:","abstract":"

    Set the feature row style into the polygon

    ","parent_name":"GPKGStyleUtils"},"Classes/GPKGStyleUtils.html#/c:objc(cs)GPKGStyleUtils(cm)setFeatureStyleWithPolygon:andExtension:andFeature:":{"name":"+setFeatureStyleWithPolygon:andExtension:andFeature:","abstract":"

    Set the feature row style into the polygon

    ","parent_name":"GPKGStyleUtils"},"Classes/GPKGStyleUtils.html#/c:objc(cs)GPKGStyleUtils(cm)setFeatureStyleWithPolygon:andFeatureStyle:":{"name":"+setFeatureStyleWithPolygon:andFeatureStyle:","abstract":"

    Set the feature style into the polygon

    ","parent_name":"GPKGStyleUtils"},"Classes/GPKGStyleUtils.html#/c:objc(cs)GPKGStyleUtils(cm)setStyleWithPolygon:andStyle:":{"name":"+setStyleWithPolygon:andStyle:","abstract":"

    Set the style into the polygon

    ","parent_name":"GPKGStyleUtils"},"Classes/GPKGStyleCache.html#/c:objc(cs)GPKGStyleCache(im)initWithGeoPackage:":{"name":"-initWithGeoPackage:","abstract":"

    Initialize

    ","parent_name":"GPKGStyleCache"},"Classes/GPKGStyleCache.html#/c:objc(cs)GPKGStyleCache(im)initWithGeoPackage:andIconCacheSize:":{"name":"-initWithGeoPackage:andIconCacheSize:","abstract":"

    Initialize

    ","parent_name":"GPKGStyleCache"},"Classes/GPKGStyleCache.html#/c:objc(cs)GPKGStyleCache(im)initWithExtension:":{"name":"-initWithExtension:","abstract":"

    Initialize

    ","parent_name":"GPKGStyleCache"},"Classes/GPKGStyleCache.html#/c:objc(cs)GPKGStyleCache(im)initWithExtension:andIconCacheSize:":{"name":"-initWithExtension:andIconCacheSize:","abstract":"

    Initialize

    ","parent_name":"GPKGStyleCache"},"Classes/GPKGStyleCache.html#/c:objc(cs)GPKGStyleCache(im)clear":{"name":"-clear","abstract":"

    Clear the cache

    ","parent_name":"GPKGStyleCache"},"Classes/GPKGStyleCache.html#/c:objc(cs)GPKGStyleCache(im)featureStyleExtension":{"name":"-featureStyleExtension","abstract":"

    Get the feature style extension

    ","parent_name":"GPKGStyleCache"},"Classes/GPKGStyleCache.html#/c:objc(cs)GPKGStyleCache(im)setFeatureStyleWithMapPoint:andFeature:":{"name":"-setFeatureStyleWithMapPoint:andFeature:","abstract":"

    Set the feature row style (icon or style) into the map point

    ","parent_name":"GPKGStyleCache"},"Classes/GPKGStyleCache.html#/c:objc(cs)GPKGStyleCache(im)setFeatureStyleWithMapPoint:andFeatureStyle:":{"name":"-setFeatureStyleWithMapPoint:andFeatureStyle:","abstract":"

    Set the feature style (icon or style) into the marker options

    ","parent_name":"GPKGStyleCache"},"Classes/GPKGStyleCache.html#/c:objc(cs)GPKGStyleCache(im)setIconWithMapPoint:andIcon:":{"name":"-setIconWithMapPoint:andIcon:","abstract":"

    Set the icon into the marker options

    ","parent_name":"GPKGStyleCache"},"Classes/GPKGStyleCache.html#/c:objc(cs)GPKGStyleCache(im)createIconImageWithIcon:":{"name":"-createIconImageWithIcon:","abstract":"

    Create the icon bitmap

    ","parent_name":"GPKGStyleCache"},"Classes/GPKGStyleCache.html#/c:objc(cs)GPKGStyleCache(im)setStyleWithMapPoint:andStyle:":{"name":"-setStyleWithMapPoint:andStyle:","abstract":"

    Set the style into the marker options

    ","parent_name":"GPKGStyleCache"},"Classes/GPKGStyleCache.html#/c:objc(cs)GPKGStyleCache(im)setFeatureStyleWithPolyline:andFeature:":{"name":"-setFeatureStyleWithPolyline:andFeature:","abstract":"

    Set the feature row style into the polyline

    ","parent_name":"GPKGStyleCache"},"Classes/GPKGStyleCache.html#/c:objc(cs)GPKGStyleCache(im)setFeatureStyleWithPolyline:andFeatureStyle:":{"name":"-setFeatureStyleWithPolyline:andFeatureStyle:","abstract":"

    Set the feature style into the polyline

    ","parent_name":"GPKGStyleCache"},"Classes/GPKGStyleCache.html#/c:objc(cs)GPKGStyleCache(im)setStyleWithPolyline:andStyle:":{"name":"-setStyleWithPolyline:andStyle:","abstract":"

    Set the style into the polyline

    ","parent_name":"GPKGStyleCache"},"Classes/GPKGStyleCache.html#/c:objc(cs)GPKGStyleCache(im)setFeatureStyleWithPolygon:andFeature:":{"name":"-setFeatureStyleWithPolygon:andFeature:","abstract":"

    Set the feature row style into the polygon

    ","parent_name":"GPKGStyleCache"},"Classes/GPKGStyleCache.html#/c:objc(cs)GPKGStyleCache(im)setFeatureStyleWithPolygon:andFeatureStyle:":{"name":"-setFeatureStyleWithPolygon:andFeatureStyle:","abstract":"

    Set the feature style into the polygon

    ","parent_name":"GPKGStyleCache"},"Classes/GPKGStyleCache.html#/c:objc(cs)GPKGStyleCache(im)setStyleWithPolygon:andStyle:":{"name":"-setStyleWithPolygon:andStyle:","abstract":"

    Set the style into the polygon

    ","parent_name":"GPKGStyleCache"},"Classes/GPKGFeatureInfoBuilder.html#/c:objc(cs)GPKGFeatureInfoBuilder(py)name":{"name":"name","abstract":"

    Table name used when building text

    ","parent_name":"GPKGFeatureInfoBuilder"},"Classes/GPKGFeatureInfoBuilder.html#/c:objc(cs)GPKGFeatureInfoBuilder(py)maxPointDetailedInfo":{"name":"maxPointDetailedInfo","abstract":"

    Max number of points clicked to return detailed information about

    ","parent_name":"GPKGFeatureInfoBuilder"},"Classes/GPKGFeatureInfoBuilder.html#/c:objc(cs)GPKGFeatureInfoBuilder(py)maxFeatureDetailedInfo":{"name":"maxFeatureDetailedInfo","abstract":"

    Max number of features clicked to return detailed information about

    ","parent_name":"GPKGFeatureInfoBuilder"},"Classes/GPKGFeatureInfoBuilder.html#/c:objc(cs)GPKGFeatureInfoBuilder(py)detailedInfoPrintPoints":{"name":"detailedInfoPrintPoints","abstract":"

    Print Point geometries within detailed info when true

    ","parent_name":"GPKGFeatureInfoBuilder"},"Classes/GPKGFeatureInfoBuilder.html#/c:objc(cs)GPKGFeatureInfoBuilder(py)detailedInfoPrintFeatures":{"name":"detailedInfoPrintFeatures","abstract":"

    Print Feature geometries within detailed info when true

    ","parent_name":"GPKGFeatureInfoBuilder"},"Classes/GPKGFeatureInfoBuilder.html#/c:objc(cs)GPKGFeatureInfoBuilder(im)initWithFeatureDao:":{"name":"-initWithFeatureDao:","abstract":"

    Initializer

    ","parent_name":"GPKGFeatureInfoBuilder"},"Classes/GPKGFeatureInfoBuilder.html#/c:objc(cs)GPKGFeatureInfoBuilder(im)initWithFeatureDao:andStyles:":{"name":"-initWithFeatureDao:andStyles:","abstract":"

    Initializer

    ","parent_name":"GPKGFeatureInfoBuilder"},"Classes/GPKGFeatureInfoBuilder.html#/c:objc(cs)GPKGFeatureInfoBuilder(im)geometryType":{"name":"-geometryType","abstract":"

    Get the geometry type

    ","parent_name":"GPKGFeatureInfoBuilder"},"Classes/GPKGFeatureInfoBuilder.html#/c:objc(cs)GPKGFeatureInfoBuilder(im)ignoreGeometryType:":{"name":"-ignoreGeometryType:","abstract":"

    Add a geomtetry type to ignore

    ","parent_name":"GPKGFeatureInfoBuilder"},"Classes/GPKGFeatureInfoBuilder.html#/c:objc(cs)GPKGFeatureInfoBuilder(im)buildResultsInfoMessageAndCloseWithFeatureIndexResults:":{"name":"-buildResultsInfoMessageAndCloseWithFeatureIndexResults:","abstract":"

    Build a feature results information message and close the results

    ","parent_name":"GPKGFeatureInfoBuilder"},"Classes/GPKGFeatureInfoBuilder.html#/c:objc(cs)GPKGFeatureInfoBuilder(im)buildResultsInfoMessageAndCloseWithFeatureIndexResults:andProjection:":{"name":"-buildResultsInfoMessageAndCloseWithFeatureIndexResults:andProjection:","abstract":"

    Build a feature results information message and close the results

    ","parent_name":"GPKGFeatureInfoBuilder"},"Classes/GPKGFeatureInfoBuilder.html#/c:objc(cs)GPKGFeatureInfoBuilder(im)buildResultsInfoMessageAndCloseWithFeatureIndexResults:andTolerance:andPoint:":{"name":"-buildResultsInfoMessageAndCloseWithFeatureIndexResults:andTolerance:andPoint:","abstract":"

    Build a feature results information message

    ","parent_name":"GPKGFeatureInfoBuilder"},"Classes/GPKGFeatureInfoBuilder.html#/c:objc(cs)GPKGFeatureInfoBuilder(im)buildResultsInfoMessageAndCloseWithFeatureIndexResults:andTolerance:andPoint:andProjection:":{"name":"-buildResultsInfoMessageAndCloseWithFeatureIndexResults:andTolerance:andPoint:andProjection:","abstract":"

    Build a feature results information message

    ","parent_name":"GPKGFeatureInfoBuilder"},"Classes/GPKGFeatureInfoBuilder.html#/c:objc(cs)GPKGFeatureInfoBuilder(im)buildResultsInfoMessageAndCloseWithFeatureIndexResults:andTolerance:andLocationCoordinate:":{"name":"-buildResultsInfoMessageAndCloseWithFeatureIndexResults:andTolerance:andLocationCoordinate:","abstract":"

    Build a feature results information message

    ","parent_name":"GPKGFeatureInfoBuilder"},"Classes/GPKGFeatureInfoBuilder.html#/c:objc(cs)GPKGFeatureInfoBuilder(im)buildResultsInfoMessageAndCloseWithFeatureIndexResults:andTolerance:andLocationCoordinate:andProjection:":{"name":"-buildResultsInfoMessageAndCloseWithFeatureIndexResults:andTolerance:andLocationCoordinate:andProjection:","abstract":"

    Build a feature results information message

    ","parent_name":"GPKGFeatureInfoBuilder"},"Classes/GPKGFeatureInfoBuilder.html#/c:objc(cs)GPKGFeatureInfoBuilder(im)buildResultsInfoMessageAndCloseWithFeatureIndexResults:andTolerance:andLocationCoordinate:andScale:andZoom:andMapView:andScreenPercentage:":{"name":"-buildResultsInfoMessageAndCloseWithFeatureIndexResults:andTolerance:andLocationCoordinate:andScale:andZoom:andMapView:andScreenPercentage:","abstract":"

    Build a feature results information message

    ","parent_name":"GPKGFeatureInfoBuilder"},"Classes/GPKGFeatureInfoBuilder.html#/c:objc(cs)GPKGFeatureInfoBuilder(im)buildResultsInfoMessageAndCloseWithFeatureIndexResults:andTolerance:andLocationCoordinate:andScale:andZoom:andMapView:andScreenPercentage:andProjection:":{"name":"-buildResultsInfoMessageAndCloseWithFeatureIndexResults:andTolerance:andLocationCoordinate:andScale:andZoom:andMapView:andScreenPercentage:andProjection:","abstract":"

    Build a feature results information message

    ","parent_name":"GPKGFeatureInfoBuilder"},"Classes/GPKGFeatureInfoBuilder.html#/c:objc(cs)GPKGFeatureInfoBuilder(im)buildTableDataAndCloseWithFeatureIndexResults:andTolerance:andPoint:":{"name":"-buildTableDataAndCloseWithFeatureIndexResults:andTolerance:andPoint:","abstract":"

    Build feature table data results

    ","parent_name":"GPKGFeatureInfoBuilder"},"Classes/GPKGFeatureInfoBuilder.html#/c:objc(cs)GPKGFeatureInfoBuilder(im)buildTableDataAndCloseWithFeatureIndexResults:andTolerance:andPoint:andProjection:":{"name":"-buildTableDataAndCloseWithFeatureIndexResults:andTolerance:andPoint:andProjection:","abstract":"

    Build feature table data results

    ","parent_name":"GPKGFeatureInfoBuilder"},"Classes/GPKGFeatureInfoBuilder.html#/c:objc(cs)GPKGFeatureInfoBuilder(im)buildTableDataAndCloseWithFeatureIndexResults:andTolerance:andLocationCoordinate:":{"name":"-buildTableDataAndCloseWithFeatureIndexResults:andTolerance:andLocationCoordinate:","abstract":"

    Build feature table data results

    ","parent_name":"GPKGFeatureInfoBuilder"},"Classes/GPKGFeatureInfoBuilder.html#/c:objc(cs)GPKGFeatureInfoBuilder(im)buildTableDataAndCloseWithFeatureIndexResults:andTolerance:andLocationCoordinate:andProjection:":{"name":"-buildTableDataAndCloseWithFeatureIndexResults:andTolerance:andLocationCoordinate:andProjection:","abstract":"

    Build feature table data results

    ","parent_name":"GPKGFeatureInfoBuilder"},"Classes/GPKGFeatureInfoBuilder.html#/c:objc(cs)GPKGFeatureInfoBuilder(im)buildTableDataAndCloseWithFeatureIndexResults:andTolerance:andLocationCoordinate:andScale:andZoom:andMapView:andScreenPercentage:":{"name":"-buildTableDataAndCloseWithFeatureIndexResults:andTolerance:andLocationCoordinate:andScale:andZoom:andMapView:andScreenPercentage:","abstract":"

    Build a feature table data results

    ","parent_name":"GPKGFeatureInfoBuilder"},"Classes/GPKGFeatureInfoBuilder.html#/c:objc(cs)GPKGFeatureInfoBuilder(im)buildTableDataAndCloseWithFeatureIndexResults:andTolerance:andLocationCoordinate:andScale:andZoom:andMapView:andScreenPercentage:andProjection:":{"name":"-buildTableDataAndCloseWithFeatureIndexResults:andTolerance:andLocationCoordinate:andScale:andZoom:andMapView:andScreenPercentage:andProjection:","abstract":"

    Build a feature table data results

    ","parent_name":"GPKGFeatureInfoBuilder"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)currentZoomWithMapView:":{"name":"+currentZoomWithMapView:","abstract":"

    Get the current zoom level of the map view

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)currentRoundedZoomWithMapView:":{"name":"+currentRoundedZoomWithMapView:","abstract":"

    Get the current rounded zoom level of the map view

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceDistanceInMapView:":{"name":"+toleranceDistanceInMapView:","abstract":"

    Get the tolerance distance meters in the current region of the visible map view.","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceDistanceWithWidth:andHeight:andBoundingBox:inProjection:":{"name":"+toleranceDistanceWithWidth:andHeight:andBoundingBox:inProjection:","abstract":"

    Get the tolerance distance meters in the current region of the visible map projected bounds.","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceDistanceWithWidth:andHeight:andBoundingBox:":{"name":"+toleranceDistanceWithWidth:andHeight:andBoundingBox:","abstract":"

    Get the tolerance distance meters in the current region of the visible map bounds.","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)wgs84BoundingBoxOfBoundingBox:inProjection:":{"name":"+wgs84BoundingBoxOfBoundingBox:inProjection:","abstract":"

    Get a WGS84 Bounding Box from a projected bounding box

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)boundingBoxOfMapView:":{"name":"+boundingBoxOfMapView:","abstract":"

    Get the WGS84 bounding box of the current map view screen.","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickLocationBoundingBoxWithCGPoint:andMapView:andScreenPercentage:":{"name":"+buildClickLocationBoundingBoxWithCGPoint:andMapView:andScreenPercentage:","abstract":"

    Build a location bounding box using the click location, map view, and screen percentage tolerance.","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickLocationBoundingBoxWithCGPoint:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+buildClickLocationBoundingBoxWithCGPoint:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Build a location bounding box using the click location, pixel bounds, map view, and screen percentage tolerance.","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickLocationBoundingBoxWithCGPoint:andZoom:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+buildClickLocationBoundingBoxWithCGPoint:andZoom:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Build a location bounding box using the click location, zoom level, pixel bounds, map view, and screen percentage tolerance.","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickLocationBoundingBoxWithCGPoint:andScale:andZoom:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+buildClickLocationBoundingBoxWithCGPoint:andScale:andZoom:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Build a location bounding box using the click location, scale factor, zoom level, pixel bounds, map view, and screen percentage tolerance.","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickLocationBoundingBoxWithLocationCoordinate:andMapView:andScreenPercentage:":{"name":"+buildClickLocationBoundingBoxWithLocationCoordinate:andMapView:andScreenPercentage:","abstract":"

    Build a location bounding box using the click location, scale factor, zoom level, pixel bounds, map view, and screen percentage tolerance.","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickLocationBoundingBoxWithLocationCoordinate:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+buildClickLocationBoundingBoxWithLocationCoordinate:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Build a location bounding box using the click location, scale factor, zoom level, pixel bounds, map view, and screen percentage tolerance.","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickLocationBoundingBoxWithLocationCoordinate:andZoom:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+buildClickLocationBoundingBoxWithLocationCoordinate:andZoom:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Build a location bounding box using the click location, scale factor, zoom level, pixel bounds, map view, and screen percentage tolerance.","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickLocationBoundingBoxWithLocationCoordinate:andScale:andZoom:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+buildClickLocationBoundingBoxWithLocationCoordinate:andScale:andZoom:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Build a location bounding box using the click location, scale factor, zoom level, pixel bounds, map view, and screen percentage tolerance.","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickBoundingBoxWithMapPoint:andMapView:andScreenPercentage:":{"name":"+buildClickBoundingBoxWithMapPoint:andMapView:andScreenPercentage:","abstract":"

    Build a bounding box using the map point click location and map view that can be used to query for features

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickBoundingBoxWithMapPoint:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+buildClickBoundingBoxWithMapPoint:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Build a bounding box using the map point click location and map view that can be used to query for features

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickBoundingBoxWithMapPoint:andZoom:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+buildClickBoundingBoxWithMapPoint:andZoom:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Build a bounding box using the map point click location and map view that can be used to query for features

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickBoundingBoxWithMapPoint:andScale:andZoom:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+buildClickBoundingBoxWithMapPoint:andScale:andZoom:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Build a bounding box using the map point click location and map view that can be used to query for features

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickBoundingBoxWithMKMapPoint:andMapView:andScreenPercentage:":{"name":"+buildClickBoundingBoxWithMKMapPoint:andMapView:andScreenPercentage:","abstract":"

    Build a bounding box using the mapkit map point click location and map view that can be used to query for features

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickBoundingBoxWithPoint:andMapView:andScreenPercentage:":{"name":"+buildClickBoundingBoxWithPoint:andMapView:andScreenPercentage:","abstract":"

    Build a bounding box using the point click location and map view that can be used to query for features

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickBoundingBoxWithPoint:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+buildClickBoundingBoxWithPoint:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Build a bounding box using the point click location and map view that can be used to query for features

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickBoundingBoxWithPoint:andZoom:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+buildClickBoundingBoxWithPoint:andZoom:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Build a bounding box using the point click location and map view that can be used to query for features

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickBoundingBoxWithPoint:andScale:andZoom:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+buildClickBoundingBoxWithPoint:andScale:andZoom:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Build a bounding box using the point click location and map view that can be used to query for features

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickBoundingBoxWithLocationCoordinate:andMapView:andScreenPercentage:":{"name":"+buildClickBoundingBoxWithLocationCoordinate:andMapView:andScreenPercentage:","abstract":"

    Build a bounding box using the location coordinate click location and map view that can be used to query for features

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickBoundingBoxWithLocationCoordinate:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+buildClickBoundingBoxWithLocationCoordinate:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Build a bounding box using the location coordinate click location and map view that can be used to query for features

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickBoundingBoxWithLocationCoordinate:andZoom:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+buildClickBoundingBoxWithLocationCoordinate:andZoom:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Build a bounding box using the location coordinate click location and map view that can be used to query for features

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickBoundingBoxWithLocationCoordinate:andScale:andZoom:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+buildClickBoundingBoxWithLocationCoordinate:andScale:andZoom:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Build a bounding box using the location coordinate click location and map view that can be used to query for features

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickBoundingBoxWithCGPoint:andMapView:andScreenPercentage:":{"name":"+buildClickBoundingBoxWithCGPoint:andMapView:andScreenPercentage:","abstract":"

    Build a bounding box using the cg point click location and map view that can be used to query for features

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickBoundingBoxWithCGPoint:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+buildClickBoundingBoxWithCGPoint:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Build a bounding box using the cg point click location and map view that can be used to query for features

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickBoundingBoxWithCGPoint:andZoom:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+buildClickBoundingBoxWithCGPoint:andZoom:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Build a bounding box using the cg point click location and map view that can be used to query for features

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickBoundingBoxWithCGPoint:andScale:andZoom:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+buildClickBoundingBoxWithCGPoint:andScale:andZoom:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Build a bounding box using the cg point click location and map view that can be used to query for features

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickBoundingBoxWithLocationBoundingBox:":{"name":"+buildClickBoundingBoxWithLocationBoundingBox:","abstract":"

    Build a bounding box using the click location

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickLocationBoundingBoxWithLocationCoordinate:andMapBounds:andScreenPercentage:":{"name":"+buildClickLocationBoundingBoxWithLocationCoordinate:andMapBounds:andScreenPercentage:","abstract":"

    Build a location bounding box using the location coordinate click location and map view bounds

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickBoundingBoxWithLocationCoordinate:andMapBounds:andScreenPercentage:":{"name":"+buildClickBoundingBoxWithLocationCoordinate:andMapBounds:andScreenPercentage:","abstract":"

    Build a bounding box using the location coordinate click location and map view bounds

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceWithPoint:andMapView:andScreenPercentage:":{"name":"+toleranceWithPoint:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance meters and screen pixels from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceWithPoint:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+toleranceWithPoint:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance meters and screen pixels from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceWithPoint:andZoom:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+toleranceWithPoint:andZoom:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance meters and screen pixels from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceWithPoint:andScale:andZoom:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+toleranceWithPoint:andScale:andZoom:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance meters and screen pixels from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceWithLocationCoordinate:andMapView:andScreenPercentage:":{"name":"+toleranceWithLocationCoordinate:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance meters and screen pixels from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceWithLocationCoordinate:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+toleranceWithLocationCoordinate:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance meters and screen pixels from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceWithLocationCoordinate:andZoom:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+toleranceWithLocationCoordinate:andZoom:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance meters and screen pixels from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceWithLocationCoordinate:andScale:andZoom:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+toleranceWithLocationCoordinate:andScale:andZoom:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance meters and screen pixels from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceWithLocationCoordinate:andBoundingBox:andMapView:andScreenPercentage:":{"name":"+toleranceWithLocationCoordinate:andBoundingBox:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance meters and screen pixels from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceWithCGPoint:andMapView:andScreenPercentage:":{"name":"+toleranceWithCGPoint:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance meters and screen pixels from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceWithCGPoint:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+toleranceWithCGPoint:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance meters and screen pixels from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceWithCGPoint:andZoom:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+toleranceWithCGPoint:andZoom:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance meters and screen pixels from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceWithCGPoint:andScale:andZoom:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+toleranceWithCGPoint:andScale:andZoom:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance meters and screen pixels from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceWithCGPoint:andBoundingBox:andMapView:andScreenPercentage:":{"name":"+toleranceWithCGPoint:andBoundingBox:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance meters and screen pixels from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceWithLocationCoordinate:andBoundingBox:":{"name":"+toleranceWithLocationCoordinate:andBoundingBox:","abstract":"

    Get the allowable tolerance distance meters and default screen pixels from the click bounding box

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceDistanceWithPoint:andMapView:andScreenPercentage:":{"name":"+toleranceDistanceWithPoint:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance in meters from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceDistanceWithPoint:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+toleranceDistanceWithPoint:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance in meters from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceDistanceWithPoint:andZoom:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+toleranceDistanceWithPoint:andZoom:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance in meters from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceDistanceWithPoint:andScale:andZoom:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+toleranceDistanceWithPoint:andScale:andZoom:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance in meters from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceDistanceWithLocationCoordinate:andMapView:andScreenPercentage:":{"name":"+toleranceDistanceWithLocationCoordinate:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance in meters from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceDistanceWithLocationCoordinate:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+toleranceDistanceWithLocationCoordinate:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance in meters from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceDistanceWithLocationCoordinate:andZoom:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+toleranceDistanceWithLocationCoordinate:andZoom:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance in meters from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceDistanceWithLocationCoordinate:andScale:andZoom:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+toleranceDistanceWithLocationCoordinate:andScale:andZoom:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance in meters from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceDistanceWithCGPoint:andMapView:andScreenPercentage:":{"name":"+toleranceDistanceWithCGPoint:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance in meters from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceDistanceWithCGPoint:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+toleranceDistanceWithCGPoint:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance in meters from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceDistanceWithCGPoint:andZoom:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+toleranceDistanceWithCGPoint:andZoom:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance in meters from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceDistanceWithCGPoint:andScale:andZoom:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+toleranceDistanceWithCGPoint:andScale:andZoom:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance in meters from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceDistanceWithCGPoint:andBoundingBox:andMapView:":{"name":"+toleranceDistanceWithCGPoint:andBoundingBox:andMapView:","abstract":"

    Get the allowable tolerance distance in meters from the click bounding box

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceDistanceWithLocationCoordinate:andBoundingBox:":{"name":"+toleranceDistanceWithLocationCoordinate:andBoundingBox:","abstract":"

    Get the allowable tolerance distance in meters from the click bounding box

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceScreenWithMapView:andScreenPercentage:":{"name":"+toleranceScreenWithMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance screen pixels from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)complementaryWorldPathOfPolyline:":{"name":"+complementaryWorldPathOfPolyline:","abstract":"

    If the polyline spans the -180 / 180 longitude, builds the complementary path.","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)complementaryWorldPathOfPolygon:":{"name":"+complementaryWorldPathOfPolygon:","abstract":"

    If the polygon spans the -180 / 180 longitude, builds the complementary path.","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)complementaryWorldPathOfMultiPoint:":{"name":"+complementaryWorldPathOfMultiPoint:","abstract":"

    If the multi point spans the -180 / 180 longitude, builds the complementary path.","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)complementaryWorldPathOfPoints:andPointCount:":{"name":"+complementaryWorldPathOfPoints:andPointCount:","abstract":"

    If the points span the -180 / 180 longitude, builds the complementary path.","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)isLocation:onShape:withTolerance:":{"name":"+isLocation:onShape:withTolerance:","abstract":"

    Is the location on or near the shape

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)isLocation:nearMapPoint:withTolerance:":{"name":"+isLocation:nearMapPoint:withTolerance:","abstract":"

    Is the location near the map point

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)isLocation:nearLocation:withTolerance:":{"name":"+isLocation:nearLocation:withTolerance:","abstract":"

    Is the location near the other location

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)isLocation:nearMultiPoint:withTolerance:":{"name":"+isLocation:nearMultiPoint:withTolerance:","abstract":"

    Is the location near the multi point

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)isLocation:onPolyline:withTolerance:":{"name":"+isLocation:onPolyline:withTolerance:","abstract":"

    Is the location on the polyline

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)isLocation:onMultiPolyline:withTolerance:":{"name":"+isLocation:onMultiPolyline:withTolerance:","abstract":"

    Is the location on the multi polyline

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)isLocation:onPolygon:withTolerance:":{"name":"+isLocation:onPolygon:withTolerance:","abstract":"

    Is the location on the polygon

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)isLocation:onMultiPolygon:withTolerance:":{"name":"+isLocation:onMultiPolygon:withTolerance:","abstract":"

    Is the location on the polygon

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)distanceIfLocation:onShape:withTolerance:":{"name":"+distanceIfLocation:onShape:withTolerance:","abstract":"

    Is the location on or near the shape, returning the distance when on the shape

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)distanceIfLocation:nearMapPoint:withTolerance:":{"name":"+distanceIfLocation:nearMapPoint:withTolerance:","abstract":"

    Is the location near the map point, returning the distance when on point

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)distanceIfLocation:nearLocation:withTolerance:":{"name":"+distanceIfLocation:nearLocation:withTolerance:","abstract":"

    Is the location near the other location, returning the distance when on location

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)distanceIfLocation:nearMultiPoint:withTolerance:":{"name":"+distanceIfLocation:nearMultiPoint:withTolerance:","abstract":"

    Is the location near the multi point, returning the nearest distance when on multi point

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapTolerance.html#/c:objc(cs)GPKGMapTolerance(py)distance":{"name":"distance","abstract":"

    Distance tolerance in meters

    ","parent_name":"GPKGMapTolerance"},"Classes/GPKGMapTolerance.html#/c:objc(cs)GPKGMapTolerance(py)screen":{"name":"screen","abstract":"

    Screen tolerance in pixels

    ","parent_name":"GPKGMapTolerance"},"Classes/GPKGMapTolerance.html#/c:objc(cs)GPKGMapTolerance(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGMapTolerance"},"Classes/GPKGMapTolerance.html#/c:objc(cs)GPKGMapTolerance(im)initWithDistance:andScreen:":{"name":"-initWithDistance:andScreen:","abstract":"

    Initialize

    ","parent_name":"GPKGMapTolerance"},"Classes/GPKGNetworkUtils.html#/c:objc(cs)GPKGNetworkUtils(cm)sendSynchronousRequest:returningResponse:error:":{"name":"+sendSynchronousRequest:returningResponse:error:","abstract":"

    Send a synchronous network request

    ","parent_name":"GPKGNetworkUtils"},"Classes/GPKGNetworkUtils.html#/c:objc(cs)GPKGNetworkUtils(cm)sendSynchronousWithRedirectsRequest:withUrl:":{"name":"+sendSynchronousWithRedirectsRequest:withUrl:","abstract":"

    Send a synchronous network request with attempted redirect response updated request

    ","parent_name":"GPKGNetworkUtils"},"Classes/GPKGImageConverter.html#/c:objc(cs)GPKGImageConverter(cm)toImage:":{"name":"+toImage:","abstract":"

    Decode the byte data to an image

    ","parent_name":"GPKGImageConverter"},"Classes/GPKGImageConverter.html#/c:objc(cs)GPKGImageConverter(cm)toImage:withScale:":{"name":"+toImage:withScale:","abstract":"

    Decode the byte data to an image with scale

    ","parent_name":"GPKGImageConverter"},"Classes/GPKGImageConverter.html#/c:objc(cs)GPKGImageConverter(cm)toData:andFormat:":{"name":"+toData:andFormat:","abstract":"

    Compress the image to byte data

    ","parent_name":"GPKGImageConverter"},"Classes/GPKGImageConverter.html#/c:objc(cs)GPKGImageConverter(cm)toData:andFormat:andQuality:":{"name":"+toData:andFormat:andQuality:","abstract":"

    Compress the image to byte data with quality

    ","parent_name":"GPKGImageConverter"},"Classes/GPKGIOUtils.html#/c:objc(cs)GPKGIOUtils(cm)propertyListPathWithName:":{"name":"+propertyListPathWithName:","abstract":"

    Get the path of the property list file with name

    ","parent_name":"GPKGIOUtils"},"Classes/GPKGIOUtils.html#/c:objc(cs)GPKGIOUtils(cm)resourcePathWithName:andType:":{"name":"+resourcePathWithName:andType:","abstract":"

    Get the path of the resource file with name and file type

    ","parent_name":"GPKGIOUtils"},"Classes/GPKGIOUtils.html#/c:objc(cs)GPKGIOUtils(cm)documentsDirectory":{"name":"+documentsDirectory","abstract":"

    Get the documents directory path

    ","parent_name":"GPKGIOUtils"},"Classes/GPKGIOUtils.html#/c:objc(cs)GPKGIOUtils(cm)documentsDirectoryWithSubDirectory:":{"name":"+documentsDirectoryWithSubDirectory:","abstract":"

    Get a sub directory path within the document directory

    ","parent_name":"GPKGIOUtils"},"Classes/GPKGIOUtils.html#/c:objc(cs)GPKGIOUtils(cm)geoPackageDirectory":{"name":"+geoPackageDirectory","abstract":"

    Get the GeoPackage directory path for saving GeoPackage related files

    ","parent_name":"GPKGIOUtils"},"Classes/GPKGIOUtils.html#/c:objc(cs)GPKGIOUtils(cm)databaseDirectory":{"name":"+databaseDirectory","abstract":"

    Get the GeoPackage database directory path for saving GeoPackages

    ","parent_name":"GPKGIOUtils"},"Classes/GPKGIOUtils.html#/c:objc(cs)GPKGIOUtils(cm)metadataDirectory":{"name":"+metadataDirectory","abstract":"

    Get the GeoPackage metadata directory path for saving metadata

    ","parent_name":"GPKGIOUtils"},"Classes/GPKGIOUtils.html#/c:objc(cs)GPKGIOUtils(cm)metadataDatabaseFile":{"name":"+metadataDatabaseFile","abstract":"

    Get the GeoPackage metadata database file path

    ","parent_name":"GPKGIOUtils"},"Classes/GPKGIOUtils.html#/c:objc(cs)GPKGIOUtils(cm)createDirectoryIfNotExists:":{"name":"+createDirectoryIfNotExists:","abstract":"

    Create a directory if it does not exist

    ","parent_name":"GPKGIOUtils"},"Classes/GPKGIOUtils.html#/c:objc(cs)GPKGIOUtils(cm)localDocumentsDirectoryPath:":{"name":"+localDocumentsDirectoryPath:","abstract":"

    Get the local path within the provided directory by removing the documents directory

    ","parent_name":"GPKGIOUtils"},"Classes/GPKGIOUtils.html#/c:objc(cs)GPKGIOUtils(cm)copyFile:toFile:":{"name":"+copyFile:toFile:","abstract":"

    Copy a file

    ","parent_name":"GPKGIOUtils"},"Classes/GPKGIOUtils.html#/c:objc(cs)GPKGIOUtils(cm)copyInputStream:toFile:":{"name":"+copyInputStream:toFile:","abstract":"

    Copy an input stream to a file

    ","parent_name":"GPKGIOUtils"},"Classes/GPKGIOUtils.html#/c:objc(cs)GPKGIOUtils(cm)copyInputStream:toFile:withProgress:":{"name":"+copyInputStream:toFile:withProgress:","abstract":"

    Copy an input stream to a file with progress callbacks

    ","parent_name":"GPKGIOUtils"},"Classes/GPKGIOUtils.html#/c:objc(cs)GPKGIOUtils(cm)fileData:":{"name":"+fileData:","abstract":"

    Get the file byte data

    ","parent_name":"GPKGIOUtils"},"Classes/GPKGIOUtils.html#/c:objc(cs)GPKGIOUtils(cm)streamData:":{"name":"+streamData:","abstract":"

    Get the input stream byte data

    ","parent_name":"GPKGIOUtils"},"Classes/GPKGIOUtils.html#/c:objc(cs)GPKGIOUtils(cm)streamString:":{"name":"+streamString:","abstract":"

    Get the input stream string

    ","parent_name":"GPKGIOUtils"},"Classes/GPKGIOUtils.html#/c:objc(cs)GPKGIOUtils(cm)streamString:withEncoding:":{"name":"+streamString:withEncoding:","abstract":"

    Get the input stream string

    ","parent_name":"GPKGIOUtils"},"Classes/GPKGIOUtils.html#/c:objc(cs)GPKGIOUtils(cm)copyInputStream:toOutputStream:":{"name":"+copyInputStream:toOutputStream:","abstract":"

    Copy the input stream to an output stream

    ","parent_name":"GPKGIOUtils"},"Classes/GPKGIOUtils.html#/c:objc(cs)GPKGIOUtils(cm)copyInputStream:toOutputStream:withProgress:":{"name":"+copyInputStream:toOutputStream:withProgress:","abstract":"

    Copy the input stream to an output stream with progress callbacks

    ","parent_name":"GPKGIOUtils"},"Classes/GPKGIOUtils.html#/c:objc(cs)GPKGIOUtils(cm)deleteFile:":{"name":"+deleteFile:","abstract":"

    Delete the file

    ","parent_name":"GPKGIOUtils"},"Classes/GPKGIOUtils.html#/c:objc(cs)GPKGIOUtils(cm)formatBytes:":{"name":"+formatBytes:","abstract":"

    Format the bytes into readable text

    ","parent_name":"GPKGIOUtils"},"Classes/GPKGIOUtils.html#/c:objc(cs)GPKGIOUtils(cm)decodeUrl:":{"name":"+decodeUrl:","abstract":"

    Decode a URL

    ","parent_name":"GPKGIOUtils"},"Classes/GPKGCompressFormats.html#/c:objc(cs)GPKGCompressFormats(cm)name:":{"name":"+name:","abstract":"

    Get the name of the compress format

    ","parent_name":"GPKGCompressFormats"},"Classes/GPKGCompressFormats.html#/c:objc(cs)GPKGCompressFormats(cm)fromName:":{"name":"+fromName:","abstract":"

    Get the compress format from the name

    ","parent_name":"GPKGCompressFormats"},"Classes/GPKGPolylinePoints.html#/c:objc(cs)GPKGPolylinePoints(py)polyline":{"name":"polyline","abstract":"

    Backing polyline

    ","parent_name":"GPKGPolylinePoints"},"Classes/GPKGPolylinePoints.html#/c:objc(cs)GPKGPolylinePoints(py)points":{"name":"points","abstract":"

    Polyline points

    ","parent_name":"GPKGPolylinePoints"},"Classes/GPKGPolylinePoints.html#/c:objc(cs)GPKGPolylinePoints(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGPolylinePoints"},"Classes/GPKGPolylinePoints.html#/c:objc(cs)GPKGPolylinePoints(im)addPoint:":{"name":"-addPoint:","abstract":"

    Add a point

    ","parent_name":"GPKGPolylinePoints"},"Classes/GPKGPolylinePoints.html#/c:objc(cs)GPKGPolylinePoints(im)updateWithMapView:":{"name":"-updateWithMapView:","abstract":"

    Update the polyline points with the map view

    ","parent_name":"GPKGPolylinePoints"},"Classes/GPKGPolylinePoints.html#/c:objc(cs)GPKGPolylinePoints(im)removeFromMapView:":{"name":"-removeFromMapView:","abstract":"

    Remove the polyline points from the map view

    ","parent_name":"GPKGPolylinePoints"},"Classes/GPKGPolylinePoints.html#/c:objc(cs)GPKGPolylinePoints(im)isValid":{"name":"-isValid","abstract":"

    Determine if the polyline points is valid

    ","parent_name":"GPKGPolylinePoints"},"Classes/GPKGPolylinePoints.html#/c:objc(cs)GPKGPolylinePoints(im)isDeleted":{"name":"-isDeleted","abstract":"

    Determine if the polyline points has been deleted

    ","parent_name":"GPKGPolylinePoints"},"Classes/GPKGPolylineOptions.html#/c:objc(cs)GPKGPolylineOptions(py)strokeColor":{"name":"strokeColor","abstract":"

    The stroke color to use for the path

    ","parent_name":"GPKGPolylineOptions"},"Classes/GPKGPolylineOptions.html#/c:objc(cs)GPKGPolylineOptions(py)lineWidth":{"name":"lineWidth","abstract":"

    The stroke width to use for the path

    ","parent_name":"GPKGPolylineOptions"},"Classes/GPKGPolyline.html#/c:objc(cs)GPKGPolyline(py)options":{"name":"options","abstract":"

    Polyline Style Options

    ","parent_name":"GPKGPolyline"},"Classes/GPKGPolygonPoints.html#/c:objc(cs)GPKGPolygonPoints(py)polygon":{"name":"polygon","abstract":"

    Backing polygon

    ","parent_name":"GPKGPolygonPoints"},"Classes/GPKGPolygonPoints.html#/c:objc(cs)GPKGPolygonPoints(py)points":{"name":"points","abstract":"

    Polygon points

    ","parent_name":"GPKGPolygonPoints"},"Classes/GPKGPolygonPoints.html#/c:objc(cs)GPKGPolygonPoints(py)holes":{"name":"holes","abstract":"

    Polygon holes

    ","parent_name":"GPKGPolygonPoints"},"Classes/GPKGPolygonPoints.html#/c:objc(cs)GPKGPolygonPoints(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGPolygonPoints"},"Classes/GPKGPolygonPoints.html#/c:objc(cs)GPKGPolygonPoints(im)addPoint:":{"name":"-addPoint:","abstract":"

    Add a point

    ","parent_name":"GPKGPolygonPoints"},"Classes/GPKGPolygonPoints.html#/c:objc(cs)GPKGPolygonPoints(im)addHole:":{"name":"-addHole:","abstract":"

    Add a hole

    ","parent_name":"GPKGPolygonPoints"},"Classes/GPKGPolygonPoints.html#/c:objc(cs)GPKGPolygonPoints(im)updateWithMapView:":{"name":"-updateWithMapView:","abstract":"

    Update the polygon points with the map view

    ","parent_name":"GPKGPolygonPoints"},"Classes/GPKGPolygonPoints.html#/c:objc(cs)GPKGPolygonPoints(im)removeFromMapView:":{"name":"-removeFromMapView:","abstract":"

    Remove the polygon points from the map view

    ","parent_name":"GPKGPolygonPoints"},"Classes/GPKGPolygonPoints.html#/c:objc(cs)GPKGPolygonPoints(im)isValid":{"name":"-isValid","abstract":"

    Determine if the polygon points is valid

    ","parent_name":"GPKGPolygonPoints"},"Classes/GPKGPolygonPoints.html#/c:objc(cs)GPKGPolygonPoints(im)isDeleted":{"name":"-isDeleted","abstract":"

    Determine if the polygon points has been deleted

    ","parent_name":"GPKGPolygonPoints"},"Classes/GPKGPolygonOptions.html#/c:objc(cs)GPKGPolygonOptions(py)fillColor":{"name":"fillColor","abstract":"

    The fill color to use for the path

    ","parent_name":"GPKGPolygonOptions"},"Classes/GPKGPolygonOptions.html#/c:objc(cs)GPKGPolygonOptions(py)strokeColor":{"name":"strokeColor","abstract":"

    The stroke color to use for the path

    ","parent_name":"GPKGPolygonOptions"},"Classes/GPKGPolygonOptions.html#/c:objc(cs)GPKGPolygonOptions(py)lineWidth":{"name":"lineWidth","abstract":"

    The stroke width to use for the path

    ","parent_name":"GPKGPolygonOptions"},"Classes/GPKGPolygonHolePoints.html#/c:objc(cs)GPKGPolygonHolePoints(py)parentPolygon":{"name":"parentPolygon","abstract":"

    Parent polygon points

    ","parent_name":"GPKGPolygonHolePoints"},"Classes/GPKGPolygonHolePoints.html#/c:objc(cs)GPKGPolygonHolePoints(py)points":{"name":"points","abstract":"

    Polygon hole points

    ","parent_name":"GPKGPolygonHolePoints"},"Classes/GPKGPolygonHolePoints.html#/c:objc(cs)GPKGPolygonHolePoints(im)initWithPolygonPoints:":{"name":"-initWithPolygonPoints:","abstract":"

    Initialize

    ","parent_name":"GPKGPolygonHolePoints"},"Classes/GPKGPolygonHolePoints.html#/c:objc(cs)GPKGPolygonHolePoints(im)addPoint:":{"name":"-addPoint:","abstract":"

    Add a hole point

    ","parent_name":"GPKGPolygonHolePoints"},"Classes/GPKGPolygonHolePoints.html#/c:objc(cs)GPKGPolygonHolePoints(im)removeFromMapView:":{"name":"-removeFromMapView:","abstract":"

    Remove the polygon hole points from the map view

    ","parent_name":"GPKGPolygonHolePoints"},"Classes/GPKGPolygonHolePoints.html#/c:objc(cs)GPKGPolygonHolePoints(im)isValid":{"name":"-isValid","abstract":"

    Determine if the polygon hole points is valid

    ","parent_name":"GPKGPolygonHolePoints"},"Classes/GPKGPolygonHolePoints.html#/c:objc(cs)GPKGPolygonHolePoints(im)isDeleted":{"name":"-isDeleted","abstract":"

    Determine if the polygon hole points has been deleted

    ","parent_name":"GPKGPolygonHolePoints"},"Classes/GPKGPolygon.html#/c:objc(cs)GPKGPolygon(py)options":{"name":"options","abstract":"

    Polygon Style Options

    ","parent_name":"GPKGPolygon"},"Classes/GPKGMultiPolylinePoints.html#/c:objc(cs)GPKGMultiPolylinePoints(py)polylinePoints":{"name":"polylinePoints","abstract":"

    Polyline points

    ","parent_name":"GPKGMultiPolylinePoints"},"Classes/GPKGMultiPolylinePoints.html#/c:objc(cs)GPKGMultiPolylinePoints(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGMultiPolylinePoints"},"Classes/GPKGMultiPolylinePoints.html#/c:objc(cs)GPKGMultiPolylinePoints(im)addPolylinePoints:":{"name":"-addPolylinePoints:","abstract":"

    Add a polyline points shape

    ","parent_name":"GPKGMultiPolylinePoints"},"Classes/GPKGMultiPolylinePoints.html#/c:objc(cs)GPKGMultiPolylinePoints(im)updateWithMapView:":{"name":"-updateWithMapView:","abstract":"

    Update the multiple polyline points with the map view

    ","parent_name":"GPKGMultiPolylinePoints"},"Classes/GPKGMultiPolylinePoints.html#/c:objc(cs)GPKGMultiPolylinePoints(im)removeFromMapView:":{"name":"-removeFromMapView:","abstract":"

    Remove the multiple polyline points from the map view

    ","parent_name":"GPKGMultiPolylinePoints"},"Classes/GPKGMultiPolylinePoints.html#/c:objc(cs)GPKGMultiPolylinePoints(im)hidden:fromMapView:":{"name":"-hidden:fromMapView:","abstract":"

    Updates hidden state on the map

    ","parent_name":"GPKGMultiPolylinePoints"},"Classes/GPKGMultiPolylinePoints.html#/c:objc(cs)GPKGMultiPolylinePoints(im)isValid":{"name":"-isValid","abstract":"

    Determine if the multiple polyline points is valid

    ","parent_name":"GPKGMultiPolylinePoints"},"Classes/GPKGMultiPolylinePoints.html#/c:objc(cs)GPKGMultiPolylinePoints(im)isDeleted":{"name":"-isDeleted","abstract":"

    Determine if the multiple polyline points has been deleted

    ","parent_name":"GPKGMultiPolylinePoints"},"Classes/GPKGMultiPolyline.html#/c:objc(cs)GPKGMultiPolyline(py)polylines":{"name":"polylines","abstract":"

    Polylines

    ","parent_name":"GPKGMultiPolyline"},"Classes/GPKGMultiPolyline.html#/c:objc(cs)GPKGMultiPolyline(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGMultiPolyline"},"Classes/GPKGMultiPolyline.html#/c:objc(cs)GPKGMultiPolyline(im)addPolyline:":{"name":"-addPolyline:","abstract":"

    Add a polyline

    ","parent_name":"GPKGMultiPolyline"},"Classes/GPKGMultiPolyline.html#/c:objc(cs)GPKGMultiPolyline(im)removeFromMapView:":{"name":"-removeFromMapView:","abstract":"

    Remove the multi polyline from the map view

    ","parent_name":"GPKGMultiPolyline"},"Classes/GPKGMultiPolyline.html#/c:objc(cs)GPKGMultiPolyline(im)hidden:fromMapView:":{"name":"-hidden:fromMapView:","abstract":"

    Updates hidden state on the map

    ","parent_name":"GPKGMultiPolyline"},"Classes/GPKGMultiPolygonPoints.html#/c:objc(cs)GPKGMultiPolygonPoints(py)polygonPoints":{"name":"polygonPoints","abstract":"

    Polygon points

    ","parent_name":"GPKGMultiPolygonPoints"},"Classes/GPKGMultiPolygonPoints.html#/c:objc(cs)GPKGMultiPolygonPoints(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGMultiPolygonPoints"},"Classes/GPKGMultiPolygonPoints.html#/c:objc(cs)GPKGMultiPolygonPoints(im)addPolygonPoints:":{"name":"-addPolygonPoints:","abstract":"

    Add a polygon points shape

    ","parent_name":"GPKGMultiPolygonPoints"},"Classes/GPKGMultiPolygonPoints.html#/c:objc(cs)GPKGMultiPolygonPoints(im)updateWithMapView:":{"name":"-updateWithMapView:","abstract":"

    Update the multiple polygon points with the map view

    ","parent_name":"GPKGMultiPolygonPoints"},"Classes/GPKGMultiPolygonPoints.html#/c:objc(cs)GPKGMultiPolygonPoints(im)removeFromMapView:":{"name":"-removeFromMapView:","abstract":"

    Remove the multiple polygon points from the map view

    ","parent_name":"GPKGMultiPolygonPoints"},"Classes/GPKGMultiPolygonPoints.html#/c:objc(cs)GPKGMultiPolygonPoints(im)hidden:fromMapView:":{"name":"-hidden:fromMapView:","abstract":"

    Updates hidden state on the map

    ","parent_name":"GPKGMultiPolygonPoints"},"Classes/GPKGMultiPolygonPoints.html#/c:objc(cs)GPKGMultiPolygonPoints(im)isValid":{"name":"-isValid","abstract":"

    Determine if the multiple polygon points is valid

    ","parent_name":"GPKGMultiPolygonPoints"},"Classes/GPKGMultiPolygonPoints.html#/c:objc(cs)GPKGMultiPolygonPoints(im)isDeleted":{"name":"-isDeleted","abstract":"

    Determine if the multiple polygon points has been deleted

    ","parent_name":"GPKGMultiPolygonPoints"},"Classes/GPKGMultiPolygon.html#/c:objc(cs)GPKGMultiPolygon(py)polygons":{"name":"polygons","abstract":"

    Polygons

    ","parent_name":"GPKGMultiPolygon"},"Classes/GPKGMultiPolygon.html#/c:objc(cs)GPKGMultiPolygon(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGMultiPolygon"},"Classes/GPKGMultiPolygon.html#/c:objc(cs)GPKGMultiPolygon(im)addPolygon:":{"name":"-addPolygon:","abstract":"

    Add a polygon

    ","parent_name":"GPKGMultiPolygon"},"Classes/GPKGMultiPolygon.html#/c:objc(cs)GPKGMultiPolygon(im)removeFromMapView:":{"name":"-removeFromMapView:","abstract":"

    Remove the multi polygon shape from the map view

    ","parent_name":"GPKGMultiPolygon"},"Classes/GPKGMultiPolygon.html#/c:objc(cs)GPKGMultiPolygon(im)hidden:fromMapView:":{"name":"-hidden:fromMapView:","abstract":"

    Updates hidden state

    ","parent_name":"GPKGMultiPolygon"},"Classes/GPKGMultiPoint.html#/c:objc(cs)GPKGMultiPoint(py)points":{"name":"points","abstract":"

    Points

    ","parent_name":"GPKGMultiPoint"},"Classes/GPKGMultiPoint.html#/c:objc(cs)GPKGMultiPoint(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGMultiPoint"},"Classes/GPKGMultiPoint.html#/c:objc(cs)GPKGMultiPoint(im)addPoint:":{"name":"-addPoint:","abstract":"

    Add a point

    ","parent_name":"GPKGMultiPoint"},"Classes/GPKGMultiPoint.html#/c:objc(cs)GPKGMultiPoint(im)removeFromMapView:":{"name":"-removeFromMapView:","abstract":"

    Remove the multi point from the map view

    ","parent_name":"GPKGMultiPoint"},"Classes/GPKGMapShapeTypes.html#/c:objc(cs)GPKGMapShapeTypes(cm)name:":{"name":"+name:","abstract":"

    Get the name of the shape type

    ","parent_name":"GPKGMapShapeTypes"},"Classes/GPKGMapShapeTypes.html#/c:objc(cs)GPKGMapShapeTypes(cm)fromName:":{"name":"+fromName:","abstract":"

    Get the map shape type of the name

    ","parent_name":"GPKGMapShapeTypes"},"Classes/GPKGMapShapePoints.html#/c:objc(cs)GPKGMapShapePoints(py)shape":{"name":"shape","abstract":"

    Map shape

    ","parent_name":"GPKGMapShapePoints"},"Classes/GPKGMapShapePoints.html#/c:objc(cs)GPKGMapShapePoints(py)shapePoints":{"name":"shapePoints","abstract":"

    Mapping between point ids and shape points they belong to (or NSNull for non shapes)

    ","parent_name":"GPKGMapShapePoints"},"Classes/GPKGMapShapePoints.html#/c:objc(cs)GPKGMapShapePoints(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGMapShapePoints"},"Classes/GPKGMapShapePoints.html#/c:objc(cs)GPKGMapShapePoints(im)addPoint:withShape:":{"name":"-addPoint:withShape:","abstract":"

    Add the point to the shape

    ","parent_name":"GPKGMapShapePoints"},"Classes/GPKGMapShapePoints.html#/c:objc(cs)GPKGMapShapePoints(im)addPointId:withShape:":{"name":"-addPointId:withShape:","abstract":"

    Add the point id to the shape

    ","parent_name":"GPKGMapShapePoints"},"Classes/GPKGMapShapePoints.html#/c:objc(cs)GPKGMapShapePoints(im)addShapePoints:":{"name":"-addShapePoints:","abstract":"

    Add all map points in the shape

    ","parent_name":"GPKGMapShapePoints"},"Classes/GPKGMapShapePoints.html#/c:objc(cs)GPKGMapShapePoints(im)addPoint:":{"name":"-addPoint:","abstract":"

    Add a map point with no shape

    ","parent_name":"GPKGMapShapePoints"},"Classes/GPKGMapShapePoints.html#/c:objc(cs)GPKGMapShapePoints(im)addPoints:":{"name":"-addPoints:","abstract":"

    Add an array of map points with no shape

    ","parent_name":"GPKGMapShapePoints"},"Classes/GPKGMapShapePoints.html#/c:objc(cs)GPKGMapShapePoints(im)addMapShapePoints:":{"name":"-addMapShapePoints:","abstract":"

    Add an embedded map shape points

    ","parent_name":"GPKGMapShapePoints"},"Classes/GPKGMapShapePoints.html#/c:objc(cs)GPKGMapShapePoints(im)containsPoint:":{"name":"-containsPoint:","abstract":"

    Check if contains the shape point

    ","parent_name":"GPKGMapShapePoints"},"Classes/GPKGMapShapePoints.html#/c:objc(cs)GPKGMapShapePoints(im)containsPointId:":{"name":"-containsPointId:","abstract":"

    Check if contains the shape point id

    ","parent_name":"GPKGMapShapePoints"},"Classes/GPKGMapShapePoints.html#/c:objc(cs)GPKGMapShapePoints(im)shapePointsForPoint:":{"name":"-shapePointsForPoint:","abstract":"

    Get the shape points for a map point, only returns a value for shapes that can be edited

    ","parent_name":"GPKGMapShapePoints"},"Classes/GPKGMapShapePoints.html#/c:objc(cs)GPKGMapShapePoints(im)shapePointsForPointId:":{"name":"-shapePointsForPointId:","abstract":"

    Get the shape points for a map point id, only returns a value for shapes that can be edited

    ","parent_name":"GPKGMapShapePoints"},"Classes/GPKGMapShapePoints.html#/c:objc(cs)GPKGMapShapePoints(im)deletePoint:fromMapView:":{"name":"-deletePoint:fromMapView:","abstract":"

    Delete the map point and corresponding shape from the map view

    ","parent_name":"GPKGMapShapePoints"},"Classes/GPKGMapShapePoints.html#/c:objc(cs)GPKGMapShapePoints(im)removeFromMapView:":{"name":"-removeFromMapView:","abstract":"

    Removes all objects added to the map view

    ","parent_name":"GPKGMapShapePoints"},"Classes/GPKGMapShapePoints.html#/c:objc(cs)GPKGMapShapePoints(im)updateWithMapView:":{"name":"-updateWithMapView:","abstract":"

    Updates all objects on the map view that could have changed from moved points

    ","parent_name":"GPKGMapShapePoints"},"Classes/GPKGMapShapePoints.html#/c:objc(cs)GPKGMapShapePoints(im)isValid":{"name":"-isValid","abstract":"

    Determines if the shape is in a valid state

    ","parent_name":"GPKGMapShapePoints"},"Classes/GPKGMapShapePoints.html#/c:objc(cs)GPKGMapShapePoints(cm)addPointAsPolygon:toPoints:":{"name":"+addPointAsPolygon:toPoints:","abstract":"

    Polygon add a map point to the points where it is closest to the surrounding points

    ","parent_name":"GPKGMapShapePoints"},"Classes/GPKGMapShapePoints.html#/c:objc(cs)GPKGMapShapePoints(cm)addPointAsPolyline:toPoints:":{"name":"+addPointAsPolyline:toPoints:","abstract":"

    Polyline add a map point to the points where it is closest to the surrounding points

    ","parent_name":"GPKGMapShapePoints"},"Classes/GPKGMapShapePoints.html#/c:objc(cs)GPKGMapShapePoints(im)hidden:fromMapView:":{"name":"-hidden:fromMapView:","abstract":"

    Updates hidden state of all objects

    ","parent_name":"GPKGMapShapePoints"},"Classes/GPKGMapShapePoints.html#/c:objc(cs)GPKGMapShapePoints(im)hiddenPoints:":{"name":"-hiddenPoints:","abstract":"

    Updates hidden state of the shape representing points

    ","parent_name":"GPKGMapShapePoints"},"Classes/GPKGMapShapePoints.html#/c:objc(cs)GPKGMapShapePoints(im)size":{"name":"-size","abstract":"

    Get the shape markers size

    ","parent_name":"GPKGMapShapePoints"},"Classes/GPKGMapShapePoints.html#/c:objc(cs)GPKGMapShapePoints(im)isEmpty":{"name":"-isEmpty","abstract":"

    Check if the shape markers is empty

    ","parent_name":"GPKGMapShapePoints"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(py)projection":{"name":"projection","abstract":"

    Geometry shape projection

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:@E@GPKGPolygonOrientation":{"name":"GPKGPolygonOrientation","abstract":"

    Orientation types of polygon exterior and hole rings

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(py)exteriorOrientation":{"name":"exteriorOrientation","abstract":"

    Convert polygon exteriors to specified orientation

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(py)holeOrientation":{"name":"holeOrientation","abstract":"

    Convert polygon holes to specified orientation

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(py)drawShortestDirection":{"name":"drawShortestDirection","abstract":"

    When true, draw map points from lines and polygons using the closest longitude direction between points","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(py)simplifyTolerance":{"name":"simplifyTolerance","abstract":"

    Tolerance in meters for simplifying lines and polygons to a similar curve with fewer points","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)initWithProjection:":{"name":"-initWithProjection:","abstract":"

    Initialize

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)setSimplifyToleranceAsDouble:":{"name":"-setSimplifyToleranceAsDouble:","abstract":"

    Set the simplify tolerance in meters to simplify lines and polygons to similar curves with fewer points

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toWgs84WithPoint:":{"name":"-toWgs84WithPoint:","abstract":"

    Transform a projection WKB point to WGS84

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toProjectionWithPoint:":{"name":"-toProjectionWithPoint:","abstract":"

    Transform a WGS84 WKB point to the projection

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toMapPointWithPoint:":{"name":"-toMapPointWithPoint:","abstract":"

    Convert a WKB point to a map point

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toMKMapPointWithPoint:":{"name":"-toMKMapPointWithPoint:","abstract":"

    Convert a WKB point to a MapKit map point

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toPointWithMapPoint:":{"name":"-toPointWithMapPoint:","abstract":"

    Convert a map point to a WKB point

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toPointWithMapPoint:andHasZ:andHasM:":{"name":"-toPointWithMapPoint:andHasZ:andHasM:","abstract":"

    Convert a map point to a WKB point

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toPointWithMKMapPoint:":{"name":"-toPointWithMKMapPoint:","abstract":"

    Convert a MapKit map point to a WKB point

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toPointWithMKMapPoint:andHasZ:andHasM:":{"name":"-toPointWithMKMapPoint:andHasZ:andHasM:","abstract":"

    Convert a MapKit map point to a WKB point

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toMapPolylineWithLineString:":{"name":"-toMapPolylineWithLineString:","abstract":"

    Convert a WKB line string to a polyline

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toLineStringWithMapPolyline:":{"name":"-toLineStringWithMapPolyline:","abstract":"

    Convert a MapKit polyline to a WKB line string

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toLineStringWithMapPolyline:andHasZ:andHasM:":{"name":"-toLineStringWithMapPolyline:andHasZ:andHasM:","abstract":"

    Convert a MapKit polyline to a WKB line string

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toLineStringWithMKMapPoints:andPointCount:":{"name":"-toLineStringWithMKMapPoints:andPointCount:","abstract":"

    Convert a pointer array of MapKit map points to a WKB line string

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toLineStringWithMKMapPoints:andPointCount:andHasZ:andHasM:":{"name":"-toLineStringWithMKMapPoints:andPointCount:andHasZ:andHasM:","abstract":"

    Convert a pointer array of MapKit map points to a WKB line string

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toLineStringWithMapPoints:":{"name":"-toLineStringWithMapPoints:","abstract":"

    Convert an array of map points to a WKB line string

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toLineStringWithMapPoints:andHasZ:andHasM:":{"name":"-toLineStringWithMapPoints:andHasZ:andHasM:","abstract":"

    Convert an array of map points to a WKB line string

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toCircularStringWithMapPoints:":{"name":"-toCircularStringWithMapPoints:","abstract":"

    Convert an array of map points to a WKB circular string

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toCircularStringWithMapPoints:andHasZ:andHasM:":{"name":"-toCircularStringWithMapPoints:andHasZ:andHasM:","abstract":"

    Convert an array of map points to a WKB circular string

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)populateLineString:withMKMapPoints:andPointCount:":{"name":"-populateLineString:withMKMapPoints:andPointCount:","abstract":"

    Populate a WKB line string with MapKit map points from a pointer array

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)populateLineString:withMapPoints:":{"name":"-populateLineString:withMapPoints:","abstract":"

    Populate a WKB line string with an array of map points

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toMapPolygonWithPolygon:":{"name":"-toMapPolygonWithPolygon:","abstract":"

    Convert WKB polygon to a MapKit polygon

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toMapCurvePolygonWithPolygon:":{"name":"-toMapCurvePolygonWithPolygon:","abstract":"

    Convert WKB curve polygon to a MapKit polygon

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toPolygonWithMapPolygon:":{"name":"-toPolygonWithMapPolygon:","abstract":"

    Convert a MapKit polygon to a WKB polygon

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toPolygonWithMapPolygon:andHasZ:andHasM:":{"name":"-toPolygonWithMapPolygon:andHasZ:andHasM:","abstract":"

    Convert a MapKit polygon to a WKB polygon

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toPolygonWithMKMapPoints:andPointCount:andHolePolygons:":{"name":"-toPolygonWithMKMapPoints:andPointCount:andHolePolygons:","abstract":"

    Convert a pointer array of MapKit map points and MapKit polygon holes to a WKB polygon

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toPolygonWithMKMapPoints:andPointCount:andHolePolygons:andHasZ:andHasM:":{"name":"-toPolygonWithMKMapPoints:andPointCount:andHolePolygons:andHasZ:andHasM:","abstract":"

    Convert a pointer array of MapKit map points and MapKit polygon holes to a WKB polygon

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toPolygonWithMapPoints:andHolePoints:":{"name":"-toPolygonWithMapPoints:andHolePoints:","abstract":"

    Convert an array of map points and array of hole map point arrays to a WKB polygon

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toPolygonWithMapPoints:andHolePoints:andHasZ:andHasM:":{"name":"-toPolygonWithMapPoints:andHolePoints:andHasZ:andHasM:","abstract":"

    Convert an array of map points and array of hole map point arrays to a WKB polygon

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)shortestDirectionWithLineString:":{"name":"-shortestDirectionWithLineString:","abstract":"

    When drawShortestDirection is enabled, create a new line string where each point is","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toMapMultiPointWithMultiPoint:":{"name":"-toMapMultiPointWithMultiPoint:","abstract":"

    Convert WKB multi point to multi point

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toMultiPointWithMapMultiPoint:":{"name":"-toMultiPointWithMapMultiPoint:","abstract":"

    Convert multi point to WKB multi point

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toMultiPointWithMapMultiPoint:andHasZ:andHasM:":{"name":"-toMultiPointWithMapMultiPoint:andHasZ:andHasM:","abstract":"

    Convert multi point to WKB multi point

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toMultiPointWithMapPoints:":{"name":"-toMultiPointWithMapPoints:","abstract":"

    Convert map points to WKB multi point

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toMultiPointWithMapPoints:andHasZ:andHasM:":{"name":"-toMultiPointWithMapPoints:andHasZ:andHasM:","abstract":"

    Convert map points to WKB multi point

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toMapMultiPolylineWithMultiLineString:":{"name":"-toMapMultiPolylineWithMultiLineString:","abstract":"

    Convert WKB multi line string to multi polyline

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toMultiLineStringWithMapPolylines:":{"name":"-toMultiLineStringWithMapPolylines:","abstract":"

    Convert polylines to WKB multi line string

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toMultiLineStringWithMapPolylines:andHasZ:andHasM:":{"name":"-toMultiLineStringWithMapPolylines:andHasZ:andHasM:","abstract":"

    Convert polylines to WKB multi line string

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toMultiLineStringWithMapPolylinesArray:":{"name":"-toMultiLineStringWithMapPolylinesArray:","abstract":"

    Convert polyline point arrays to WKB multi line string

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toMultiLineStringWithMapPolylinesArray:andHasZ:andHasM:":{"name":"-toMultiLineStringWithMapPolylinesArray:andHasZ:andHasM:","abstract":"

    Convert polyline point arrays to WKB multi line string

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toCompoundCurveWithMapPolylinesArray:":{"name":"-toCompoundCurveWithMapPolylinesArray:","abstract":"

    Convert polyline point arrays to WKB compound curve

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toCompoundCurveWithMapPolylinesArray:andHasZ:andHasM:":{"name":"-toCompoundCurveWithMapPolylinesArray:andHasZ:andHasM:","abstract":"

    Convert polyline point arrays to WKB compound curve

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toMultiLineStringWithMapMultiPolyline:":{"name":"-toMultiLineStringWithMapMultiPolyline:","abstract":"

    Convert multi polyline to WKB multi line string

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toMultiLineStringWithMapMultiPolyline:andHasZ:andHasM:":{"name":"-toMultiLineStringWithMapMultiPolyline:andHasZ:andHasM:","abstract":"

    Convert multi polyline to WKB multi line string

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toCompoundCurveWithMapMultiPolyline:":{"name":"-toCompoundCurveWithMapMultiPolyline:","abstract":"

    Convert multi polyline to WKB compound curve

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toCompoundCurveWithMapMultiPolyline:andHasZ:andHasM:":{"name":"-toCompoundCurveWithMapMultiPolyline:andHasZ:andHasM:","abstract":"

    Convert multi polyline to WKB compound curve

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toMapMultiPolygonWithMultiPolygon:":{"name":"-toMapMultiPolygonWithMultiPolygon:","abstract":"

    Convert WKB multi polygon to multi polygon

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toMultiPolygonWithMapPolygons:":{"name":"-toMultiPolygonWithMapPolygons:","abstract":"

    Convert polygons to WKB multi polygon

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toMultiPolygonWithMapPolygons:andHasZ:andHasM:":{"name":"-toMultiPolygonWithMapPolygons:andHasZ:andHasM:","abstract":"

    Convert polygons to WKB multi polygon

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)createMultiPolygonWithPolygons:":{"name":"-createMultiPolygonWithPolygons:","abstract":"

    Create WKB multi polygon with WKB polygons

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)createMultiPolygonWithPolygons:andHasZ:andHasM:":{"name":"-createMultiPolygonWithPolygons:andHasZ:andHasM:","abstract":"

    Create WKB multi polygon with WKB polygons

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toMultiPolygonWithMapMultiPolygon:":{"name":"-toMultiPolygonWithMapMultiPolygon:","abstract":"

    Convert multi polygon to WKB multi polygon

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toMultiPolygonWithMapMultiPolygon:andHasZ:andHasM:":{"name":"-toMultiPolygonWithMapMultiPolygon:andHasZ:andHasM:","abstract":"

    Convert multi polygon to WKB multi polygon

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toMapMultiPolylineWithCompoundCurve:":{"name":"-toMapMultiPolylineWithCompoundCurve:","abstract":"

    Convert WKB compound curve to multi polyline

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toCompoundCurveWithMapPolylines:":{"name":"-toCompoundCurveWithMapPolylines:","abstract":"

    Convert polylines to WKB compound curve

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toCompoundCurveWithMapPolylines:andHasZ:andHasM:":{"name":"-toCompoundCurveWithMapPolylines:andHasZ:andHasM:","abstract":"

    Convert polylines to WKB compound curve

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toMapMultiPolygonWithPolyhedralSurface:":{"name":"-toMapMultiPolygonWithPolyhedralSurface:","abstract":"

    Convert WKB polyhedral surface to multi polygon

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toPolyhedralSurfaceWithMapPolygons:":{"name":"-toPolyhedralSurfaceWithMapPolygons:","abstract":"

    Convert polygons to WKB polyhedral surface

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toPolyhedralSurfaceWithMapPolygons:andHasZ:andHasM:":{"name":"-toPolyhedralSurfaceWithMapPolygons:andHasZ:andHasM:","abstract":"

    Convert polygons to WKB polyhedral surface

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toPolyhedralSurfaceWithMapMultiPolygon:":{"name":"-toPolyhedralSurfaceWithMapMultiPolygon:","abstract":"

    Convert multi polygon to WKB polyhedral surface

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toPolyhedralSurfaceWithMapMultiPolygon:andHasZ:andHasM:":{"name":"-toPolyhedralSurfaceWithMapMultiPolygon:andHasZ:andHasM:","abstract":"

    Convert multi polygon to WKB polyhedral surface

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toShapeWithGeometry:":{"name":"-toShapeWithGeometry:","abstract":"

    Convert a WKB Geometry to a Map shape

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toShapesWithGeometryCollection:":{"name":"-toShapesWithGeometryCollection:","abstract":"

    Convert a WKB Geometry Collection to an array of Map shapes

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)addGeometry:toMapView:":{"name":"-addGeometry:toMapView:","abstract":"

    Convert a WKB Geometry to a Map shape and add it to the map view

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(cm)addMapShape:toMapView:":{"name":"+addMapShape:toMapView:","abstract":"

    Add a shape to the map view

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(cm)addMapPoint:toMapView:":{"name":"+addMapPoint:toMapView:","abstract":"

    Add a map point to the map view

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(cm)addMapPoint:toMapView:withPointOptions:":{"name":"+addMapPoint:toMapView:withPointOptions:","abstract":"

    Add a map point to the map view with point options

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(cm)addMKMapPoint:toMapView:withPointOptions:":{"name":"+addMKMapPoint:toMapView:withPointOptions:","abstract":"

    Add a MapKit map point to the map view with point options

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(cm)addMapPolyline:toMapView:":{"name":"+addMapPolyline:toMapView:","abstract":"

    Add polyline to the map view

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(cm)addMapPolygon:toMapView:":{"name":"+addMapPolygon:toMapView:","abstract":"

    Add polygon to the map view

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(cm)addMapMultiPoint:toMapView:":{"name":"+addMapMultiPoint:toMapView:","abstract":"

    Add multi point to the map view

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(cm)addMapMultiPoint:toMapView:withPointOptions:":{"name":"+addMapMultiPoint:toMapView:withPointOptions:","abstract":"

    Add multi point to the map view with point options

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(cm)addMapMultiPolyline:toMapView:":{"name":"+addMapMultiPolyline:toMapView:","abstract":"

    Add multi polyline to the map view

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(cm)addMapMultiPolygon:toMapView:":{"name":"+addMapMultiPolygon:toMapView:","abstract":"

    Add multi polygon to the map view

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)addGeometryCollection:toMapView:":{"name":"-addGeometryCollection:toMapView:","abstract":"

    Convert a WKB geometry collection to a list of Map shapes and add it to the map view

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)addMapShape:asPointsToMapView:withPointOptions:andPolylinePointOptions:andPolygonPointOptions:andPolygonPointHoleOptions:andPolylineOptions:andPolygonOptions:":{"name":"-addMapShape:asPointsToMapView:withPointOptions:andPolylinePointOptions:andPolygonPointOptions:andPolygonPointHoleOptions:andPolylineOptions:andPolygonOptions:","abstract":"

    Add a shape to the map view as points

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)addMKMapPoints:withPointCount:asPointsToMapView:withPointOptions:andIgnoreIdenticalEnds:":{"name":"-addMKMapPoints:withPointCount:asPointsToMapView:withPointOptions:andIgnoreIdenticalEnds:","abstract":"

    Add the MapKit map points to the map view as map points

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)addMapPolyline:asPointsToMapView:withPolylinePointOptions:andPolylineOptions:":{"name":"-addMapPolyline:asPointsToMapView:withPolylinePointOptions:andPolylineOptions:","abstract":"

    Add polyline to the map view as points

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)addMapPolygon:asPointsToMapView:withShapePoints:withPolygonPointOptions:andPolygonPointHoleOptions:andPolygonOptions:":{"name":"-addMapPolygon:asPointsToMapView:withShapePoints:withPolygonPointOptions:andPolygonPointHoleOptions:andPolygonOptions:","abstract":"

    Add polygon to the map view as points

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)addMapMultiPolyline:asPointsToMapView:withShapePoints:withPolylinePointOptions:andPolylineOptions:":{"name":"-addMapMultiPolyline:asPointsToMapView:withShapePoints:withPolylinePointOptions:andPolylineOptions:","abstract":"

    Add multi polyline to the map view as points

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)addMapMultiPolygon:asPointsToMapView:withShapePoints:withPolygonPointOptions:andPolygonPointHoleOptions:andPolygonOptions:":{"name":"-addMapMultiPolygon:asPointsToMapView:withShapePoints:withPolygonPointOptions:andPolygonPointHoleOptions:andPolygonOptions:","abstract":"

    Add multi polygon to the map view as points

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(cm)locationCoordinatesFromPoints:":{"name":"+locationCoordinatesFromPoints:","abstract":"

    Get the location coordinates from the map points

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(cm)locationCoordinatesFromLocations:":{"name":"+locationCoordinatesFromLocations:","abstract":"

    Get the location coordinates from the locations

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toGeometryFromMapShape:":{"name":"-toGeometryFromMapShape:","abstract":"

    Convert a Map Shape to a WKB Geometry

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)boundingBoxToWebMercator:":{"name":"-boundingBoxToWebMercator:","abstract":"

    Transform the bounding box in the feature projection to web mercator

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)boundingBoxToWgs84:":{"name":"-boundingBoxToWgs84:","abstract":"

    Transform the bounding box in the feature projection to WGS84

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)boundingBoxFromWebMercator:":{"name":"-boundingBoxFromWebMercator:","abstract":"

    Transform the bounding box in web mercator to the feature projection

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)boundingBoxFromWgs84:":{"name":"-boundingBoxFromWgs84:","abstract":"

    Transform the bounding box in WGS84 to the feature projection

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShape.html#/c:objc(cs)GPKGMapShape(py)geometryType":{"name":"geometryType","abstract":"

    Geometry type

    ","parent_name":"GPKGMapShape"},"Classes/GPKGMapShape.html#/c:objc(cs)GPKGMapShape(py)shapeType":{"name":"shapeType","abstract":"

    Shape type

    ","parent_name":"GPKGMapShape"},"Classes/GPKGMapShape.html#/c:objc(cs)GPKGMapShape(py)shape":{"name":"shape","abstract":"

    Shape object

    ","parent_name":"GPKGMapShape"},"Classes/GPKGMapShape.html#/c:objc(cs)GPKGMapShape(im)initWithGeometryType:andShapeType:andShape:":{"name":"-initWithGeometryType:andShapeType:andShape:","abstract":"

    Initialize

    ","parent_name":"GPKGMapShape"},"Classes/GPKGMapShape.html#/c:objc(cs)GPKGMapShape(im)removeFromMapView:":{"name":"-removeFromMapView:","abstract":"

    Remove the shape from the map view

    ","parent_name":"GPKGMapShape"},"Classes/GPKGMapShape.html#/c:objc(cs)GPKGMapShape(im)hidden:fromMapView:":{"name":"-hidden:fromMapView:","abstract":"

    Set the shape hidden state

    ","parent_name":"GPKGMapShape"},"Classes/GPKGMapShape.html#/c:objc(cs)GPKGMapShape(im)updateWithMapView:":{"name":"-updateWithMapView:","abstract":"

    Update the shape on the map view

    ","parent_name":"GPKGMapShape"},"Classes/GPKGMapShape.html#/c:objc(cs)GPKGMapShape(im)isValid":{"name":"-isValid","abstract":"

    Determine if the map shape is valid

    ","parent_name":"GPKGMapShape"},"Classes/GPKGMapShape.html#/c:objc(cs)GPKGMapShape(im)boundingBox":{"name":"-boundingBox","abstract":"

    Get a bounding box that includes the entire shape

    ","parent_name":"GPKGMapShape"},"Classes/GPKGMapShape.html#/c:objc(cs)GPKGMapShape(im)expandBoundingBox:":{"name":"-expandBoundingBox:","abstract":"

    Expanding the provided bounding box to include the entire shape

    ","parent_name":"GPKGMapShape"},"Classes/GPKGMapPointOptions.html#/c:objc(cs)GPKGMapPointOptions(py)pinTintColor":{"name":"pinTintColor","abstract":"

    Pin tint color

    ","parent_name":"GPKGMapPointOptions"},"Classes/GPKGMapPointOptions.html#/c:objc(cs)GPKGMapPointOptions(py)pinColor":{"name":"pinColor","abstract":"

    Standard pin annotation color","parent_name":"GPKGMapPointOptions"},"Classes/GPKGMapPointOptions.html#/c:objc(cs)GPKGMapPointOptions(py)image":{"name":"image","abstract":"

    Icon image, replacing the use of a pin color

    ","parent_name":"GPKGMapPointOptions"},"Classes/GPKGMapPointOptions.html#/c:objc(cs)GPKGMapPointOptions(py)imageCenterOffset":{"name":"imageCenterOffset","abstract":"

    Image center offset when drawing the image icon

    ","parent_name":"GPKGMapPointOptions"},"Classes/GPKGMapPointOptions.html#/c:objc(cs)GPKGMapPointOptions(py)draggable":{"name":"draggable","abstract":"

    True if the icon is draggable

    ","parent_name":"GPKGMapPointOptions"},"Classes/GPKGMapPointOptions.html#/c:objc(cs)GPKGMapPointOptions(py)initializer":{"name":"initializer","abstract":"

    Map point initializer for callbacks

    ","parent_name":"GPKGMapPointOptions"},"Classes/GPKGMapPointOptions.html#/c:objc(cs)GPKGMapPointOptions(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGMapPointOptions"},"Classes/GPKGMapPointOptions.html#/c:objc(cs)GPKGMapPointOptions(im)pinImage":{"name":"-pinImage","abstract":"

    Pin the image so the middle bottom of the image is drawn at the location

    ","parent_name":"GPKGMapPointOptions"},"Classes/GPKGMapPointOptions.html#/c:objc(cs)GPKGMapPointOptions(im)centerImage":{"name":"-centerImage","abstract":"

    Center the image so it is drawn with the center at the location

    ","parent_name":"GPKGMapPointOptions"},"Classes/GPKGMapPointOptions.html#/c:objc(cs)GPKGMapPointOptions(im)anchorWithU:andV:":{"name":"-anchorWithU:andV:","abstract":"

    Set the image so that is drawn according to the anchor values

    ","parent_name":"GPKGMapPointOptions"},"Classes/GPKGMapPoint.html#/c:objc(cs)GPKGMapPoint(py)coordinate":{"name":"coordinate","abstract":"

    Coordinate location

    ","parent_name":"GPKGMapPoint"},"Classes/GPKGMapPoint.html#/c:objc(cs)GPKGMapPoint(py)title":{"name":"title","abstract":"

    Title and subtitle

    ","parent_name":"GPKGMapPoint"},"Classes/GPKGMapPoint.html#/c:objc(cs)GPKGMapPoint(py)subtitle":{"name":"subtitle","abstract":"

    Title and subtitle

    ","parent_name":"GPKGMapPoint"},"Classes/GPKGMapPoint.html#/c:objc(cs)GPKGMapPoint(py)id":{"name":"id","abstract":"

    Map Point unique id

    ","parent_name":"GPKGMapPoint"},"Classes/GPKGMapPoint.html#/c:objc(cs)GPKGMapPoint(py)options":{"name":"options","abstract":"

    Map point options

    ","parent_name":"GPKGMapPoint"},"Classes/GPKGMapPoint.html#/c:objc(cs)GPKGMapPoint(py)data":{"name":"data","abstract":"

    Additional map point data stored with the point, any type of object may be stored

    ","parent_name":"GPKGMapPoint"},"Classes/GPKGMapPoint.html#/c:objc(cs)GPKGMapPoint(py)view":{"name":"view","abstract":"

    Map annotation view

    ","parent_name":"GPKGMapPoint"},"Classes/GPKGMapPoint.html#/c:objc(cs)GPKGMapPoint(im)initWithLocation:":{"name":"-initWithLocation:","abstract":"

    Initialize with coordinate

    ","parent_name":"GPKGMapPoint"},"Classes/GPKGMapPoint.html#/c:objc(cs)GPKGMapPoint(im)initWithLatitude:andLongitude:":{"name":"-initWithLatitude:andLongitude:","abstract":"

    Initialize with lat and lon

    ","parent_name":"GPKGMapPoint"},"Classes/GPKGMapPoint.html#/c:objc(cs)GPKGMapPoint(im)initWithPoint:":{"name":"-initWithPoint:","abstract":"

    Initialize with well-known binary point

    ","parent_name":"GPKGMapPoint"},"Classes/GPKGMapPoint.html#/c:objc(cs)GPKGMapPoint(im)initWithMKMapPoint:":{"name":"-initWithMKMapPoint:","abstract":"

    Initialize with MapKit map point

    ","parent_name":"GPKGMapPoint"},"Classes/GPKGMapPoint.html#/c:objc(cs)GPKGMapPoint(im)idAsNumber":{"name":"-idAsNumber","abstract":"

    Get the id as a number

    ","parent_name":"GPKGMapPoint"},"Classes/GPKGMapPoint.html#/c:objc(cs)GPKGMapPoint(im)hidden:":{"name":"-hidden:","abstract":"

    If the view has been set, change the hidden state

    ","parent_name":"GPKGMapPoint"},"Classes/GPKGLocationBoundingBox.html#/c:objc(cs)GPKGLocationBoundingBox(py)leftCoordinate":{"name":"leftCoordinate","abstract":"

    Left coordinate

    ","parent_name":"GPKGLocationBoundingBox"},"Classes/GPKGLocationBoundingBox.html#/c:objc(cs)GPKGLocationBoundingBox(py)upCoordinate":{"name":"upCoordinate","abstract":"

    Up coordinate

    ","parent_name":"GPKGLocationBoundingBox"},"Classes/GPKGLocationBoundingBox.html#/c:objc(cs)GPKGLocationBoundingBox(py)rightCoordinate":{"name":"rightCoordinate","abstract":"

    Right coordinate

    ","parent_name":"GPKGLocationBoundingBox"},"Classes/GPKGLocationBoundingBox.html#/c:objc(cs)GPKGLocationBoundingBox(py)downCoordinate":{"name":"downCoordinate","abstract":"

    Down coordinate

    ","parent_name":"GPKGLocationBoundingBox"},"Classes/GPKGLocationBoundingBox.html#/c:objc(cs)GPKGLocationBoundingBox(im)initWithCoordinate:":{"name":"-initWithCoordinate:","abstract":"

    Initialize

    ","parent_name":"GPKGLocationBoundingBox"},"Classes/GPKGLocationBoundingBox.html#/c:objc(cs)GPKGLocationBoundingBox(im)initWithLeft:andUp:andRight:andDown:":{"name":"-initWithLeft:andUp:andRight:andDown:","abstract":"

    Initialize

    ","parent_name":"GPKGLocationBoundingBox"},"Classes/GPKGLocationBoundingBox.html#/c:objc(cs)GPKGLocationBoundingBox(im)westCoordinate":{"name":"-westCoordinate","abstract":"

    Get the west coordinate

    ","parent_name":"GPKGLocationBoundingBox"},"Classes/GPKGLocationBoundingBox.html#/c:objc(cs)GPKGLocationBoundingBox(im)northwestCoordinate":{"name":"-northwestCoordinate","abstract":"

    Get the northwest coordinate

    ","parent_name":"GPKGLocationBoundingBox"},"Classes/GPKGLocationBoundingBox.html#/c:objc(cs)GPKGLocationBoundingBox(im)northCoordinate":{"name":"-northCoordinate","abstract":"

    Get the north coordinate

    ","parent_name":"GPKGLocationBoundingBox"},"Classes/GPKGLocationBoundingBox.html#/c:objc(cs)GPKGLocationBoundingBox(im)northeastCoordinate":{"name":"-northeastCoordinate","abstract":"

    Get the northeast coordinate

    ","parent_name":"GPKGLocationBoundingBox"},"Classes/GPKGLocationBoundingBox.html#/c:objc(cs)GPKGLocationBoundingBox(im)eastCoordinate":{"name":"-eastCoordinate","abstract":"

    Get the east coordinate

    ","parent_name":"GPKGLocationBoundingBox"},"Classes/GPKGLocationBoundingBox.html#/c:objc(cs)GPKGLocationBoundingBox(im)southeastCoordinate":{"name":"-southeastCoordinate","abstract":"

    Get the southeast coordinate

    ","parent_name":"GPKGLocationBoundingBox"},"Classes/GPKGLocationBoundingBox.html#/c:objc(cs)GPKGLocationBoundingBox(im)southCoordinate":{"name":"-southCoordinate","abstract":"

    Get the south coordinate

    ","parent_name":"GPKGLocationBoundingBox"},"Classes/GPKGLocationBoundingBox.html#/c:objc(cs)GPKGLocationBoundingBox(im)southwestCoordinate":{"name":"-southwestCoordinate","abstract":"

    Get the southwest coordinate

    ","parent_name":"GPKGLocationBoundingBox"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)init":{"name":"-init","abstract":"

    Initializer

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)databases":{"name":"-databases","abstract":"

    Get the mapping between databases and tables

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)databasesCount":{"name":"-databasesCount","abstract":"

    Get the databases count

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)tablesInDatabase:":{"name":"-tablesInDatabase:","abstract":"

    Get the mapping between tables and feature ids for the database

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)tablesCountInDatabase:":{"name":"-tablesCountInDatabase:","abstract":"

    Get the tables count for the database

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)featureIdsInDatabase:withTable:":{"name":"-featureIdsInDatabase:withTable:","abstract":"

    Get the mapping between feature ids and map shapes for the database and table

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)featureIdsCountInDatabase:withTable:":{"name":"-featureIdsCountInDatabase:withTable:","abstract":"

    Get the feature ids count for the database and table

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)featureShapeInDatabase:withTable:withFeatureId:":{"name":"-featureShapeInDatabase:withTable:withFeatureId:","abstract":"

    Get the feature shape for the database, table, and feature id

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)featureShapeCountInDatabase:withTable:withFeatureId:":{"name":"-featureShapeCountInDatabase:withTable:withFeatureId:","abstract":"

    Get the feature shape count for the database, table, and feature id

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)addMapShape:withFeatureId:toDatabase:withTable:":{"name":"-addMapShape:withFeatureId:toDatabase:withTable:","abstract":"

    Add a map shape with the feature id, database, and table

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)addMapMetadataShape:withFeatureId:toDatabase:withTable:":{"name":"-addMapMetadataShape:withFeatureId:toDatabase:withTable:","abstract":"

    Add a map metadata shape with the feature id, database, and table

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)existsWithFeatureId:inDatabase:withTable:":{"name":"-existsWithFeatureId:inDatabase:withTable:","abstract":"

    Check if map shapes exist for the feature id, database, and table

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)removeShapesFromMapView:":{"name":"-removeShapesFromMapView:","abstract":"

    Remove all map shapes from the map

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)removeShapesFromMapView:withExclusion:":{"name":"-removeShapesFromMapView:withExclusion:","abstract":"

    Remove all map shapes from the map, excluding shapes with the excluded type

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)removeShapesFromMapView:withExclusions:":{"name":"-removeShapesFromMapView:withExclusions:","abstract":"

    Remove all map shapes from the map, excluding shapes with the excluded types

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)removeShapesFromMapView:inDatabase:":{"name":"-removeShapesFromMapView:inDatabase:","abstract":"

    Remove all map shapes in the database from the map

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)removeShapesFromMapView:inDatabase:withExclusion:":{"name":"-removeShapesFromMapView:inDatabase:withExclusion:","abstract":"

    Remove all map shapes in the database from the map, excluding shapes with the excluded type

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)removeShapesFromMapView:inDatabase:withExclusions:":{"name":"-removeShapesFromMapView:inDatabase:withExclusions:","abstract":"

    Remove all map shapes in the database from the map, excluding shapes with the excluded types

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)removeShapesFromMapView:inDatabase:withTable:":{"name":"-removeShapesFromMapView:inDatabase:withTable:","abstract":"

    Remove all map shapes in the database and table from the map

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)removeShapesFromMapView:inDatabase:withTable:withExclusion:":{"name":"-removeShapesFromMapView:inDatabase:withTable:withExclusion:","abstract":"

    Remove all map shapes in the database and table from the map, excluding shapes with the excluded type

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)removeShapesFromMapView:inDatabase:withTable:withExclusions:":{"name":"-removeShapesFromMapView:inDatabase:withTable:withExclusions:","abstract":"

    Remove all map shapes in the database and table from the map, excluding shapes with the excluded types

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)removeShapesNotWithinMapView:":{"name":"-removeShapesNotWithinMapView:","abstract":"

    Remove all map shapes that are not visible in the map view

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)removeShapesNotWithinMapView:inDatabase:":{"name":"-removeShapesNotWithinMapView:inDatabase:","abstract":"

    Remove all map shapes in the database that are not visible in the map view

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)removeShapesNotWithinMapView:withBoundingBox:inDatabase:":{"name":"-removeShapesNotWithinMapView:withBoundingBox:inDatabase:","abstract":"

    Remove all map shapes in the database that are not visible in the bounding box

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)removeShapesNotWithinMapView:inDatabase:withTable:":{"name":"-removeShapesNotWithinMapView:inDatabase:withTable:","abstract":"

    Remove all map shapes in the database and table that are not visible in the map view

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)removeShapesNotWithinMapView:withBoundingBox:inDatabase:withTable:":{"name":"-removeShapesNotWithinMapView:withBoundingBox:inDatabase:withTable:","abstract":"

    Remove all map shapes in the database and table that are not visible in the bounding box

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)removeFeatureShapeFromMapView:inDatabase:withTable:withFeatureId:":{"name":"-removeFeatureShapeFromMapView:inDatabase:withTable:withFeatureId:","abstract":"

    Remove the feature shape from the database and table

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)clear":{"name":"-clear","abstract":"

    Clear

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShape.html#/c:objc(cs)GPKGFeatureShape(im)initWithId:":{"name":"-initWithId:","abstract":"

    Initializer

    ","parent_name":"GPKGFeatureShape"},"Classes/GPKGFeatureShape.html#/c:objc(cs)GPKGFeatureShape(im)featureId":{"name":"-featureId","abstract":"

    Get feature id

    ","parent_name":"GPKGFeatureShape"},"Classes/GPKGFeatureShape.html#/c:objc(cs)GPKGFeatureShape(im)shapes":{"name":"-shapes","abstract":"

    Get the map shapes

    ","parent_name":"GPKGFeatureShape"},"Classes/GPKGFeatureShape.html#/c:objc(cs)GPKGFeatureShape(im)metadataShapes":{"name":"-metadataShapes","abstract":"

    Get the map metadata shapes

    ","parent_name":"GPKGFeatureShape"},"Classes/GPKGFeatureShape.html#/c:objc(cs)GPKGFeatureShape(im)addShape:":{"name":"-addShape:","abstract":"

    Add a map shape

    ","parent_name":"GPKGFeatureShape"},"Classes/GPKGFeatureShape.html#/c:objc(cs)GPKGFeatureShape(im)addMetadataShape:":{"name":"-addMetadataShape:","abstract":"

    Add a metadata map shape

    ","parent_name":"GPKGFeatureShape"},"Classes/GPKGFeatureShape.html#/c:objc(cs)GPKGFeatureShape(im)count":{"name":"-count","abstract":"

    Get the count of map shapes

    ","parent_name":"GPKGFeatureShape"},"Classes/GPKGFeatureShape.html#/c:objc(cs)GPKGFeatureShape(im)hasShapes":{"name":"-hasShapes","abstract":"

    Determine if there are map shapes

    ","parent_name":"GPKGFeatureShape"},"Classes/GPKGFeatureShape.html#/c:objc(cs)GPKGFeatureShape(im)countMetadataShapes":{"name":"-countMetadataShapes","abstract":"

    Get the count of map metadata shapes

    ","parent_name":"GPKGFeatureShape"},"Classes/GPKGFeatureShape.html#/c:objc(cs)GPKGFeatureShape(im)hasMetadataShapes":{"name":"-hasMetadataShapes","abstract":"

    Determine if there are map metadata shapes

    ","parent_name":"GPKGFeatureShape"},"Classes/GPKGFeatureShape.html#/c:objc(cs)GPKGFeatureShape(im)removeFromMapView:":{"name":"-removeFromMapView:","abstract":"

    Remove all map shapes and metadata map shapes from the map and feature shape

    ","parent_name":"GPKGFeatureShape"},"Classes/GPKGFeatureShape.html#/c:objc(cs)GPKGFeatureShape(im)removeShapesFromMapView:":{"name":"-removeShapesFromMapView:","abstract":"

    Remove the map shapes from the map and feature shape

    ","parent_name":"GPKGFeatureShape"},"Classes/GPKGFeatureShape.html#/c:objc(cs)GPKGFeatureShape(im)removeMetadataShapesFromMapView:":{"name":"-removeMetadataShapesFromMapView:","abstract":"

    Remove the map metadata shapes from the map and feature shape

    ","parent_name":"GPKGFeatureShape"},"Classes/GPKGGeometryUtils.html#/c:objc(cs)GPKGGeometryUtils(cm)computeAreaOfDegreesPath:":{"name":"+computeAreaOfDegreesPath:","abstract":"

    Returns the area of a closed path on Earth.

    ","parent_name":"GPKGGeometryUtils"},"Classes/GPKGGeometryUtils.html#/c:objc(cs)GPKGGeometryUtils(cm)computeSignedAreaOfDegreesPath:":{"name":"+computeSignedAreaOfDegreesPath:","abstract":"

    Returns the signed area of a closed path on Earth. The sign of the area may be used to","parent_name":"GPKGGeometryUtils"},"Classes/GPKGGeometryUtils.html#/c:objc(cs)GPKGGeometryUtils(cm)isClosedPolygonWithPoints:":{"name":"+isClosedPolygonWithPoints:","abstract":"

    Check if the polygon points create a closed polygon with the first and last points at the same location

    ","parent_name":"GPKGGeometryUtils"},"Classes/GPKGGeometryUtils.html#/c:objc(cs)GPKGGeometryUtils(cm)toRadiansWithDegrees:":{"name":"+toRadiansWithDegrees:","abstract":"

    Convert degrees to radians

    ","parent_name":"GPKGGeometryUtils"},"Classes/GPKGGeometryUtils.html#/c:objc(cs)GPKGGeometryUtils(cm)toDegreesWithRadians:":{"name":"+toDegreesWithRadians:","abstract":"

    Convert radians to degrees

    ","parent_name":"GPKGGeometryUtils"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(py)extended":{"name":"extended","abstract":"

    True if an extended geometry, false if standard

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(py)empty":{"name":"empty","abstract":"

    True if the geometry is empty

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(py)byteOrder":{"name":"byteOrder","abstract":"

    Byte ordering, big or little endian

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(py)envelope":{"name":"envelope","abstract":"

    Geometry envelope

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(py)srsId":{"name":"srsId","abstract":"

    Spatial Reference System Id

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(py)wkbGeometryIndex":{"name":"wkbGeometryIndex","abstract":"

    Well-Known Binary Geometry index of where the bytes start

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(py)geometry":{"name":"geometry","abstract":"

    Geometry

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)geometryFilter":{"name":"+geometryFilter","abstract":"

    Get geometry filter

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)setGeometryFilter:":{"name":"+setGeometryFilter:","abstract":"

    Set the geometry filter

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)defaultSrsId":{"name":"+defaultSrsId","abstract":"

    Get the default SRS id

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)setDefaultSrsId:":{"name":"+setDefaultSrsId:","abstract":"

    Set the default SRS id

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)defaultByteOrder":{"name":"+defaultByteOrder","abstract":"

    Get the default byte order

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)setDefaultByteOrder:":{"name":"+setDefaultByteOrder:","abstract":"

    Set the default byte order

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)create":{"name":"+create","abstract":"

    Create geometry data, default SRS Id of {@link #defaultSrsId}

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createWithGeometry:":{"name":"+createWithGeometry:","abstract":"

    Create geometry data, default SRS Id of {@link #defaultSrsId}

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createAndBuildEnvelopeWithGeometry:":{"name":"+createAndBuildEnvelopeWithGeometry:","abstract":"

    Create geometry data and build the envelope, default SRS Id of","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createWithSrsId:":{"name":"+createWithSrsId:","abstract":"

    Create geometry data

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createWithSrsId:andGeometry:":{"name":"+createWithSrsId:andGeometry:","abstract":"

    Create geometry data

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createAndBuildEnvelopeWithSrsId:andGeometry:":{"name":"+createAndBuildEnvelopeWithSrsId:andGeometry:","abstract":"

    Create geometry data and build the envelope

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createAndWriteWithGeometry:":{"name":"+createAndWriteWithGeometry:","abstract":"

    Create geometry data and write the GeoPackage geometry bytes, default SRS","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createBuildEnvelopeAndWriteWithGeometry:":{"name":"+createBuildEnvelopeAndWriteWithGeometry:","abstract":"

    Create geometry data, build the envelope, and write the GeoPackage","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createAndWriteWithSrsId:andGeometry:":{"name":"+createAndWriteWithSrsId:andGeometry:","abstract":"

    Create geometry data and write the GeoPackage geometry bytes

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createBuildEnvelopeAndWriteWithSrsId:andGeometry:":{"name":"+createBuildEnvelopeAndWriteWithSrsId:andGeometry:","abstract":"

    Create geometry data, build the envelope, and write the GeoPackage","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createWithData:":{"name":"+createWithData:","abstract":"

    Create the geometry data from GeoPackage geometry bytes

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createWithGeometry:andEnvelope:":{"name":"+createWithGeometry:andEnvelope:","abstract":"

    Create the geometry data, default SRS Id of {@link #defaultSrsId()}

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createWithSrsId:andGeometry:andEnvelope:":{"name":"+createWithSrsId:andGeometry:andEnvelope:","abstract":"

    Create the geometry data

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createWithGeometryData:":{"name":"+createWithGeometryData:","abstract":"

    Copy the geometry data and create

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createFromWkb:":{"name":"+createFromWkb:","abstract":"

    Create the geometry data from Well-Known Bytes, default SRS Id of","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createAndBuildEnvelopeFromWkb:":{"name":"+createAndBuildEnvelopeFromWkb:","abstract":"

    Create the geometry data from Well-Known Bytes and build the envelope,","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createFromWkb:withSrsId:":{"name":"+createFromWkb:withSrsId:","abstract":"

    Create the geometry data from Well-Known Bytes

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createAndBuildEnvelopeFromWkb:withSrsId:":{"name":"+createAndBuildEnvelopeFromWkb:withSrsId:","abstract":"

    Create the geometry data from Well-Known Bytes and build the envelope

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createAndWriteFromWkb:":{"name":"+createAndWriteFromWkb:","abstract":"

    Create the geometry data from Well-Known Bytes and write the GeoPackage","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createBuildEnvelopeAndWriteFromWkb:":{"name":"+createBuildEnvelopeAndWriteFromWkb:","abstract":"

    Create the geometry data from Well-Known Bytes, build the envelope, and","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createAndWriteFromWkb:withSrsId:":{"name":"+createAndWriteFromWkb:withSrsId:","abstract":"

    Create the geometry data from Well-Known Bytes and write the GeoPackage","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createBuildEnvelopeAndWriteFromWkb:withSrsId:":{"name":"+createBuildEnvelopeAndWriteFromWkb:withSrsId:","abstract":"

    Create the geometry data from Well-Known Bytes, build the envelope, and","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createGeometryFromWkb:":{"name":"+createGeometryFromWkb:","abstract":"

    Create a geometry from Well-Known Bytes

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createFromWkt:":{"name":"+createFromWkt:","abstract":"

    Create the geometry data from Well-Known Text, default SRS Id of","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createAndBuildEnvelopeFromWkt:":{"name":"+createAndBuildEnvelopeFromWkt:","abstract":"

    Create the geometry data from Well-Known Text and build the envelope,","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createFromWkt:withSrsId:":{"name":"+createFromWkt:withSrsId:","abstract":"

    Create the geometry data from Well-Known Text

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createAndBuildEnvelopeFromWkt:withSrsId:":{"name":"+createAndBuildEnvelopeFromWkt:withSrsId:","abstract":"

    Create the geometry data from Well-Known Text and build the envelope

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createAndWriteFromWkt:":{"name":"+createAndWriteFromWkt:","abstract":"

    Create the geometry data from Well-Known Text and write the GeoPackage","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createBuildEnvelopeAndWriteFromWkt:":{"name":"+createBuildEnvelopeAndWriteFromWkt:","abstract":"

    Create the geometry data from Well-Known Text, build the envelope, and","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createAndWriteFromWkt:withSrsId:":{"name":"+createAndWriteFromWkt:withSrsId:","abstract":"

    Create the geometry data from Well-Known Text and write the GeoPackage","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createBuildEnvelopeAndWriteFromWkt:withSrsId:":{"name":"+createBuildEnvelopeAndWriteFromWkt:withSrsId:","abstract":"

    Create the geometry data from Well-Known Text, build the envelope, and","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createGeometryFromWkt:":{"name":"+createGeometryFromWkt:","abstract":"

    Create a geometry from Well-Known Text

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)dataFromGeometry:":{"name":"+dataFromGeometry:","abstract":"

    GeoPackage geometry bytes from the geometry, default SRS Id of","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)dataAndBuildEnvelopeFromGeometry:":{"name":"+dataAndBuildEnvelopeFromGeometry:","abstract":"

    GeoPackage geometry bytes from the geometry with built envelope, default","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)dataFromGeometry:withSrsId:":{"name":"+dataFromGeometry:withSrsId:","abstract":"

    GeoPackage geometry bytes from the geometry

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)dataAndBuildEnvelopeFromGeometry:withSrsId:":{"name":"+dataAndBuildEnvelopeFromGeometry:withSrsId:","abstract":"

    GeoPackage geometry bytes from the geometry with built envelope

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)dataFromWkb:":{"name":"+dataFromWkb:","abstract":"

    GeoPackage geometry bytes from Well-Known bytes, default SRS Id of","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)dataAndBuildEnvelopeFromWkb:":{"name":"+dataAndBuildEnvelopeFromWkb:","abstract":"

    GeoPackage geometry bytes from Well-Known bytes with built envelope,","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)dataFromWkb:withSrsId:":{"name":"+dataFromWkb:withSrsId:","abstract":"

    GeoPackage geometry bytes from Well-Known bytes

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)dataAndBuildEnvelopeFromWkb:withSrsId:":{"name":"+dataAndBuildEnvelopeFromWkb:withSrsId:","abstract":"

    GeoPackage geometry bytes from Well-Known bytes with built envelope

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)dataFromWkt:":{"name":"+dataFromWkt:","abstract":"

    GeoPackage geometry bytes from Well-Known text, default SRS Id of","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)dataAndBuildEnvelopeFromWkt:":{"name":"+dataAndBuildEnvelopeFromWkt:","abstract":"

    GeoPackage geometry bytes from Well-Known text with built envelope,","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)dataFromWkt:withSrsId:":{"name":"+dataFromWkt:withSrsId:","abstract":"

    GeoPackage geometry bytes from Well-Known text

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)dataAndBuildEnvelopeFromWkt:withSrsId:":{"name":"+dataAndBuildEnvelopeFromWkt:withSrsId:","abstract":"

    GeoPackage geometry bytes from Well-Known text with built envelope

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)wkbFromGeometryData:":{"name":"+wkbFromGeometryData:","abstract":"

    Well-Known Bytes from the geometry data

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)wkbFromGeometry:":{"name":"+wkbFromGeometry:","abstract":"

    Well-Known Bytes from the geometry

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)wkbFromData:":{"name":"+wkbFromData:","abstract":"

    Well-Known Bytes from GeoPackage geometry bytes

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)wkbFromWkt:":{"name":"+wkbFromWkt:","abstract":"

    Well-Known Bytes from Well-Known Text

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)wktFromGeometryData:":{"name":"+wktFromGeometryData:","abstract":"

    Well-Known Text from the geometry data

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)wktFromGeometry:":{"name":"+wktFromGeometry:","abstract":"

    Well-Known Text from the geometry

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)wktFromData:":{"name":"+wktFromData:","abstract":"

    Well-Known Text from GeoPackage Geometry Bytes

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)wktFromWkb:":{"name":"+wktFromWkb:","abstract":"

    Well-Known Text from Well-Known Bytes

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)init":{"name":"-init","abstract":"

    Default Initialize, default SRS Id of {@link #defaultSrsId}

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)initWithGeometry:":{"name":"-initWithGeometry:","abstract":"

    Initialize, default SRS Id of {@link #defaultSrsId}

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)initWithGeometry:andBuildEnvelope:":{"name":"-initWithGeometry:andBuildEnvelope:","abstract":"

    Initialize

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)initWithSrsId:":{"name":"-initWithSrsId:","abstract":"

    Initialize

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)initWithSrsId:andGeometry:":{"name":"-initWithSrsId:andGeometry:","abstract":"

    Initialize

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)initWithSrsId:andGeometry:andBuildEnvelope:":{"name":"-initWithSrsId:andGeometry:andBuildEnvelope:","abstract":"

    Initialize

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)initWithGeometry:andEnvelope:":{"name":"-initWithGeometry:andEnvelope:","abstract":"

    Initialize, default SRS Id of {@link #defaultSrsId}

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)initWithSrsId:andGeometry:andEnvelope:":{"name":"-initWithSrsId:andGeometry:andEnvelope:","abstract":"

    Initialize

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)initWithGeometryData:":{"name":"-initWithGeometryData:","abstract":"

    Copy Initialize

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)initWithData:":{"name":"-initWithData:","abstract":"

    Initialize

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)fromData:":{"name":"-fromData:","abstract":"

    Populate the geometry data from the byte data

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)toData":{"name":"-toData","abstract":"

    Write the geometry to byte data

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)boundingBox":{"name":"-boundingBox","abstract":"

    Get the bounding box of the geometry envelope

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)getOrReadGeometry":{"name":"-getOrReadGeometry","abstract":"

    Get the geometry or read it from geometry bytes

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)setData:":{"name":"-setData:","abstract":"

    Set the byte data

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)setData:andGeometryIndex:":{"name":"-setData:andGeometryIndex:","abstract":"

    Set the byte data

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)setHeaderData:":{"name":"-setHeaderData:","abstract":"

    Set the geometry header byte data

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)setGeometryData:":{"name":"-setGeometryData:","abstract":"

    Set the geometry byte data. Updates the empty flag. Extended flag should be","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)setDataWithGeometry:":{"name":"-setDataWithGeometry:","abstract":"

    Set the geometry and write to bytes

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)setDataAndBuildEnvelopeWithGeometry:":{"name":"-setDataAndBuildEnvelopeWithGeometry:","abstract":"

    Set the geometry, build the envelope, and write to bytes

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)setGeometryFromWkb:":{"name":"-setGeometryFromWkb:","abstract":"

    Set the geometry from Well-Known bytes

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)setGeometryFromWkt:":{"name":"-setGeometryFromWkt:","abstract":"

    Set the geometry from Well-Known text

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)clearData":{"name":"-clearData","abstract":"

    Clear the byte data

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)clearHeaderData":{"name":"-clearHeaderData","abstract":"

    Clear the header byte data and overall byte data

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)clearGeometryData":{"name":"-clearGeometryData","abstract":"

    Clear the geometry byte data and overall byte data

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)data":{"name":"-data","abstract":"

    Get the byte data of the entire GeoPackage geometry including GeoPackage","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)headerData":{"name":"-headerData","abstract":"

    Get the GeoPackage header byte data

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)wkb":{"name":"-wkb","abstract":"

    Get the Well-Known Binary Geometry byte data

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)wkt":{"name":"-wkt","abstract":"

    Get a Well-Known text string from the geometry

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)getOrBuildEnvelope":{"name":"-getOrBuildEnvelope","abstract":"

    Get the envelope if it exists or build, set, and retrieve it from the","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)buildEnvelope":{"name":"-buildEnvelope","abstract":"

    Build, set, and retrieve the envelope from the geometry

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)getOrBuildBoundingBox":{"name":"-getOrBuildBoundingBox","abstract":"

    Get the bounding box of the geometry envelope if it exists or build, set","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)buildBoundingBox":{"name":"-buildBoundingBox","abstract":"

    Build, set, and retrieve the bounding box from the geometry

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)indicatorWithEnvelope:":{"name":"+indicatorWithEnvelope:","abstract":"

    Get the envelope flag indicator","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)transform:":{"name":"-transform:","abstract":"

    Transform the geometry data using the provided projection transform

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryCrop.html#/c:objc(cs)GPKGGeometryCrop(cm)cropGeometryData:inProjection:":{"name":"+cropGeometryData:inProjection:","abstract":"

    Crop the geometry data with a world map envelope, defined in the provided","parent_name":"GPKGGeometryCrop"},"Classes/GPKGGeometryCrop.html#/c:objc(cs)GPKGGeometryCrop(cm)cropGeometryData:withEnvelope:inProjection:":{"name":"+cropGeometryData:withEnvelope:inProjection:","abstract":"

    Crop the geometry data with the envelope, both in the provided projection

    ","parent_name":"GPKGGeometryCrop"},"Classes/GPKGGeometryCrop.html#/c:objc(cs)GPKGGeometryCrop(cm)cropGeometry:inProjection:":{"name":"+cropGeometry:inProjection:","abstract":"

    Crop the geometry with a world map envelope, defined in the provided","parent_name":"GPKGGeometryCrop"},"Classes/GPKGGeometryCrop.html#/c:objc(cs)GPKGGeometryCrop(cm)cropGeometry:withEnvelope:inProjection:":{"name":"+cropGeometry:withEnvelope:inProjection:","abstract":"

    Crop the geometry with the envelope, both in the provided projection

    ","parent_name":"GPKGGeometryCrop"},"Classes/GPKGGeometryCrop.html#/c:objc(cs)GPKGGeometryCrop(cm)envelopeForProjection:":{"name":"+envelopeForProjection:","abstract":"

    Get a geometry envelope for the projection

    ","parent_name":"GPKGGeometryCrop"},"Classes/GPKGManualFeatureQueryResults.html#/c:objc(cs)GPKGManualFeatureQueryResults(im)initWithFeatureDao:andIds:":{"name":"-initWithFeatureDao:andIds:","abstract":"

    Initialize

    ","parent_name":"GPKGManualFeatureQueryResults"},"Classes/GPKGManualFeatureQueryResults.html#/c:objc(cs)GPKGManualFeatureQueryResults(im)initWithFeatureDao:andColumns:andIds:":{"name":"-initWithFeatureDao:andColumns:andIds:","abstract":"

    Initialize

    ","parent_name":"GPKGManualFeatureQueryResults"},"Classes/GPKGManualFeatureQueryResults.html#/c:objc(cs)GPKGManualFeatureQueryResults(im)featureDao":{"name":"-featureDao","abstract":"

    Get the feature DAO

    ","parent_name":"GPKGManualFeatureQueryResults"},"Classes/GPKGManualFeatureQueryResults.html#/c:objc(cs)GPKGManualFeatureQueryResults(im)columns":{"name":"-columns","abstract":"

    Get the feature columns

    ","parent_name":"GPKGManualFeatureQueryResults"},"Classes/GPKGManualFeatureQueryResults.html#/c:objc(cs)GPKGManualFeatureQueryResults(im)featureIds":{"name":"-featureIds","abstract":"

    Get the feature ids

    ","parent_name":"GPKGManualFeatureQueryResults"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(py)chunkLimit":{"name":"chunkLimit","abstract":"

    Query single chunk limit

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(py)tolerance":{"name":"tolerance","abstract":"

    Query range tolerance

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)initWithFeatureDao:":{"name":"-initWithFeatureDao:","abstract":"

    Initialize

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)featureDao":{"name":"-featureDao","abstract":"

    Get the feature DAO

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)query":{"name":"-query","abstract":"

    Query for features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:":{"name":"-queryWithDistinct:","abstract":"

    Query for features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithColumns:":{"name":"-queryWithColumns:","abstract":"

    Query for features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andColumns:":{"name":"-queryWithDistinct:andColumns:","abstract":"

    Query for features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)count":{"name":"-count","abstract":"

    Get the count of features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithGeometries":{"name":"-countWithGeometries","abstract":"

    Get the count of features with non null geometries

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithColumn:":{"name":"-countWithColumn:","abstract":"

    Get a count of results

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithDistinct:andColumn:":{"name":"-countWithDistinct:andColumn:","abstract":"

    Get a count of results

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithFieldValues:":{"name":"-queryWithFieldValues:","abstract":"

    Query for features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andFieldValues:":{"name":"-queryWithDistinct:andFieldValues:","abstract":"

    Query for features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithColumns:andFieldValues:":{"name":"-queryWithColumns:andFieldValues:","abstract":"

    Query for features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andColumns:andFieldValues:":{"name":"-queryWithDistinct:andColumns:andFieldValues:","abstract":"

    Query for features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithFieldValues:":{"name":"-countWithFieldValues:","abstract":"

    Count features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithColumn:andFieldValues:":{"name":"-countWithColumn:andFieldValues:","abstract":"

    Count features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithDistinct:andColumn:andFieldValues:":{"name":"-countWithDistinct:andColumn:andFieldValues:","abstract":"

    Count features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWhere:":{"name":"-queryWhere:","abstract":"

    Query for features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andWhere:":{"name":"-queryWithDistinct:andWhere:","abstract":"

    Query for features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithColumns:andWhere:":{"name":"-queryWithColumns:andWhere:","abstract":"

    Query for features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andColumns:andWhere:":{"name":"-queryWithDistinct:andColumns:andWhere:","abstract":"

    Query for features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWhere:":{"name":"-countWhere:","abstract":"

    Count features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithColumn:andWhere:":{"name":"-countWithColumn:andWhere:","abstract":"

    Count features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithDistinct:andColumn:andWhere:":{"name":"-countWithDistinct:andColumn:andWhere:","abstract":"

    Count features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWhere:andWhereArgs:":{"name":"-queryWhere:andWhereArgs:","abstract":"

    Query for features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andWhere:andWhereArgs:":{"name":"-queryWithDistinct:andWhere:andWhereArgs:","abstract":"

    Query for features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithColumns:andWhere:andWhereArgs:":{"name":"-queryWithColumns:andWhere:andWhereArgs:","abstract":"

    Query for features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andColumns:andWhere:andWhereArgs:":{"name":"-queryWithDistinct:andColumns:andWhere:andWhereArgs:","abstract":"

    Query for features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWhere:andWhereArgs:":{"name":"-countWhere:andWhereArgs:","abstract":"

    Count features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithColumn:andWhere:andWhereArgs:":{"name":"-countWithColumn:andWhere:andWhereArgs:","abstract":"

    Count features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithDistinct:andColumn:andWhere:andWhereArgs:":{"name":"-countWithDistinct:andColumn:andWhere:andWhereArgs:","abstract":"

    Count features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)boundingBox":{"name":"-boundingBox","abstract":"

    Manually build the bounds of the feature table

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)boundingBoxInProjection:":{"name":"-boundingBoxInProjection:","abstract":"

    Manually build the bounds of the feature table in the provided projection

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithBoundingBox:":{"name":"-queryWithBoundingBox:","abstract":"

    Manually query for rows within the bounding box

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andBoundingBox:":{"name":"-queryWithDistinct:andBoundingBox:","abstract":"

    Manually query for rows within the bounding box

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithColumns:andBoundingBox:":{"name":"-queryWithColumns:andBoundingBox:","abstract":"

    Manually query for rows within the bounding box

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andColumns:andBoundingBox:":{"name":"-queryWithDistinct:andColumns:andBoundingBox:","abstract":"

    Manually query for rows within the bounding box

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithBoundingBox:":{"name":"-countWithBoundingBox:","abstract":"

    Manually count the rows within the bounding box

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithBoundingBox:andFieldValues:":{"name":"-queryWithBoundingBox:andFieldValues:","abstract":"

    Manually query for rows within the bounding box

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andBoundingBox:andFieldValues:":{"name":"-queryWithDistinct:andBoundingBox:andFieldValues:","abstract":"

    Manually query for rows within the bounding box

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithColumns:andBoundingBox:andFieldValues:":{"name":"-queryWithColumns:andBoundingBox:andFieldValues:","abstract":"

    Manually query for rows within the bounding box

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andColumns:andBoundingBox:andFieldValues:":{"name":"-queryWithDistinct:andColumns:andBoundingBox:andFieldValues:","abstract":"

    Manually query for rows within the bounding box

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithBoundingBox:andFieldValues:":{"name":"-countWithBoundingBox:andFieldValues:","abstract":"

    Manually count the rows within the bounding box

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithBoundingBox:andWhere:":{"name":"-queryWithBoundingBox:andWhere:","abstract":"

    Manually query for rows within the bounding box

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andBoundingBox:andWhere:":{"name":"-queryWithDistinct:andBoundingBox:andWhere:","abstract":"

    Manually query for rows within the bounding box

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithColumns:andBoundingBox:andWhere:":{"name":"-queryWithColumns:andBoundingBox:andWhere:","abstract":"

    Manually query for rows within the bounding box

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andColumns:andBoundingBox:andWhere:":{"name":"-queryWithDistinct:andColumns:andBoundingBox:andWhere:","abstract":"

    Manually query for rows within the bounding box

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithBoundingBox:andWhere:":{"name":"-countWithBoundingBox:andWhere:","abstract":"

    Manually count the rows within the bounding box

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithBoundingBox:andWhere:andWhereArgs:":{"name":"-queryWithBoundingBox:andWhere:andWhereArgs:","abstract":"

    Manually query for rows within the bounding box

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andBoundingBox:andWhere:andWhereArgs:":{"name":"-queryWithDistinct:andBoundingBox:andWhere:andWhereArgs:","abstract":"

    Manually query for rows within the bounding box

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithColumns:andBoundingBox:andWhere:andWhereArgs:":{"name":"-queryWithColumns:andBoundingBox:andWhere:andWhereArgs:","abstract":"

    Manually query for rows within the bounding box

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:":{"name":"-queryWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:","abstract":"

    Manually query for rows within the bounding box

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithBoundingBox:andWhere:andWhereArgs:":{"name":"-countWithBoundingBox:andWhere:andWhereArgs:","abstract":"

    Manually count the rows within the bounding box

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithBoundingBox:inProjection:":{"name":"-queryWithBoundingBox:inProjection:","abstract":"

    Manually query for rows within the bounding box in the provided","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andBoundingBox:inProjection:":{"name":"-queryWithDistinct:andBoundingBox:inProjection:","abstract":"

    Manually query for rows within the bounding box in the provided","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithColumns:andBoundingBox:inProjection:":{"name":"-queryWithColumns:andBoundingBox:inProjection:","abstract":"

    Manually query for rows within the bounding box in the provided","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andColumns:andBoundingBox:inProjection:":{"name":"-queryWithDistinct:andColumns:andBoundingBox:inProjection:","abstract":"

    Manually query for rows within the bounding box in the provided","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithBoundingBox:inProjection:":{"name":"-countWithBoundingBox:inProjection:","abstract":"

    Manually count the rows within the bounding box in the provided","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithBoundingBox:inProjection:andFieldValues:":{"name":"-queryWithBoundingBox:inProjection:andFieldValues:","abstract":"

    Manually query for rows within the bounding box in the provided","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andBoundingBox:inProjection:andFieldValues:":{"name":"-queryWithDistinct:andBoundingBox:inProjection:andFieldValues:","abstract":"

    Manually query for rows within the bounding box in the provided","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithColumns:andBoundingBox:inProjection:andFieldValues:":{"name":"-queryWithColumns:andBoundingBox:inProjection:andFieldValues:","abstract":"

    Manually query for rows within the bounding box in the provided","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:":{"name":"-queryWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:","abstract":"

    Manually query for rows within the bounding box in the provided","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithBoundingBox:inProjection:andFieldValues:":{"name":"-countWithBoundingBox:inProjection:andFieldValues:","abstract":"

    Manually count the rows within the bounding box in the provided","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithBoundingBox:inProjection:andWhere:":{"name":"-queryWithBoundingBox:inProjection:andWhere:","abstract":"

    Manually query for rows within the bounding box in the provided","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andBoundingBox:inProjection:andWhere:":{"name":"-queryWithDistinct:andBoundingBox:inProjection:andWhere:","abstract":"

    Manually query for rows within the bounding box in the provided","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithColumns:andBoundingBox:inProjection:andWhere:":{"name":"-queryWithColumns:andBoundingBox:inProjection:andWhere:","abstract":"

    Manually query for rows within the bounding box in the provided","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:":{"name":"-queryWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:","abstract":"

    Manually query for rows within the bounding box in the provided","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithBoundingBox:inProjection:andWhere:":{"name":"-countWithBoundingBox:inProjection:andWhere:","abstract":"

    Manually count the rows within the bounding box in the provided","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-queryWithBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Manually query for rows within the bounding box in the provided","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-queryWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Manually query for rows within the bounding box in the provided","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-queryWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Manually query for rows within the bounding box in the provided","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-queryWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Manually query for rows within the bounding box in the provided","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-countWithBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Manually count the rows within the bounding box in the provided","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithEnvelope:":{"name":"-queryWithEnvelope:","abstract":"

    Manually query for rows within the geometry envelope

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andEnvelope:":{"name":"-queryWithDistinct:andEnvelope:","abstract":"

    Manually query for rows within the geometry envelope

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithColumns:andEnvelope:":{"name":"-queryWithColumns:andEnvelope:","abstract":"

    Manually query for rows within the geometry envelope

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andColumns:andEnvelope:":{"name":"-queryWithDistinct:andColumns:andEnvelope:","abstract":"

    Manually query for rows within the geometry envelope

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithEnvelope:":{"name":"-countWithEnvelope:","abstract":"

    Manually count the rows within the geometry envelope

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithEnvelope:andFieldValues:":{"name":"-queryWithEnvelope:andFieldValues:","abstract":"

    Manually query for rows within the geometry envelope

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andEnvelope:andFieldValues:":{"name":"-queryWithDistinct:andEnvelope:andFieldValues:","abstract":"

    Manually query for rows within the geometry envelope

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithColumns:andEnvelope:andFieldValues:":{"name":"-queryWithColumns:andEnvelope:andFieldValues:","abstract":"

    Manually query for rows within the geometry envelope

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andColumns:andEnvelope:andFieldValues:":{"name":"-queryWithDistinct:andColumns:andEnvelope:andFieldValues:","abstract":"

    Manually query for rows within the geometry envelope

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithEnvelope:andFieldValues:":{"name":"-countWithEnvelope:andFieldValues:","abstract":"

    Manually count the rows within the geometry envelope

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithEnvelope:andWhere:":{"name":"-queryWithEnvelope:andWhere:","abstract":"

    Manually query for rows within the geometry envelope

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andEnvelope:andWhere:":{"name":"-queryWithDistinct:andEnvelope:andWhere:","abstract":"

    Manually query for rows within the geometry envelope

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithColumns:andEnvelope:andWhere:":{"name":"-queryWithColumns:andEnvelope:andWhere:","abstract":"

    Manually query for rows within the geometry envelope

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andColumns:andEnvelope:andWhere:":{"name":"-queryWithDistinct:andColumns:andEnvelope:andWhere:","abstract":"

    Manually query for rows within the geometry envelope

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithEnvelope:andWhere:":{"name":"-countWithEnvelope:andWhere:","abstract":"

    Manually count the rows within the geometry envelope

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithEnvelope:andWhere:andWhereArgs:":{"name":"-queryWithEnvelope:andWhere:andWhereArgs:","abstract":"

    Manually query for rows within the geometry envelope

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andEnvelope:andWhere:andWhereArgs:":{"name":"-queryWithDistinct:andEnvelope:andWhere:andWhereArgs:","abstract":"

    Manually query for rows within the geometry envelope

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithColumns:andEnvelope:andWhere:andWhereArgs:":{"name":"-queryWithColumns:andEnvelope:andWhere:andWhereArgs:","abstract":"

    Manually query for rows within the geometry envelope

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:":{"name":"-queryWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:","abstract":"

    Manually query for rows within the geometry envelope

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithEnvelope:andWhere:andWhereArgs:":{"name":"-countWithEnvelope:andWhere:andWhereArgs:","abstract":"

    Manually count the rows within the geometry envelope

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithMinX:andMinY:andMaxX:andMaxY:":{"name":"-queryWithMinX:andMinY:andMaxX:andMaxY:","abstract":"

    Manually query for rows within the bounds

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andMinX:andMinY:andMaxX:andMaxY:":{"name":"-queryWithDistinct:andMinX:andMinY:andMaxX:andMaxY:","abstract":"

    Manually query for rows within the bounds

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithColumns:andMinX:andMinY:andMaxX:andMaxY:":{"name":"-queryWithColumns:andMinX:andMinY:andMaxX:andMaxY:","abstract":"

    Manually query for rows within the bounds

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:":{"name":"-queryWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:","abstract":"

    Manually query for rows within the bounds

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithMinX:andMinY:andMaxX:andMaxY:":{"name":"-countWithMinX:andMinY:andMaxX:andMaxY:","abstract":"

    Manually count the rows within the bounds

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithMinX:andMinY:andMaxX:andMaxY:andFieldValues:":{"name":"-queryWithMinX:andMinY:andMaxX:andMaxY:andFieldValues:","abstract":"

    Manually query for rows within the bounds

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:":{"name":"-queryWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:","abstract":"

    Manually query for rows within the bounds

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithColumns:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:":{"name":"-queryWithColumns:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:","abstract":"

    Manually query for rows within the bounds

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:":{"name":"-queryWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:","abstract":"

    Manually query for rows within the bounds

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithMinX:andMinY:andMaxX:andMaxY:andFieldValues:":{"name":"-countWithMinX:andMinY:andMaxX:andMaxY:andFieldValues:","abstract":"

    Manually count the rows within the bounds

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithMinX:andMinY:andMaxX:andMaxY:andWhere:":{"name":"-queryWithMinX:andMinY:andMaxX:andMaxY:andWhere:","abstract":"

    Manually query for rows within the bounds

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andWhere:":{"name":"-queryWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andWhere:","abstract":"

    Manually query for rows within the bounds

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:":{"name":"-queryWithColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:","abstract":"

    Manually query for rows within the bounds

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:":{"name":"-queryWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:","abstract":"

    Manually query for rows within the bounds

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithMinX:andMinY:andMaxX:andMaxY:andWhere:":{"name":"-countWithMinX:andMinY:andMaxX:andMaxY:andWhere:","abstract":"

    Manually count the rows within the bounds

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:":{"name":"-queryWithMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:","abstract":"

    Manually query for rows within the bounds

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:":{"name":"-queryWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:","abstract":"

    Manually query for rows within the bounds

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:":{"name":"-queryWithColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:","abstract":"

    Manually query for rows within the bounds

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:":{"name":"-queryWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:","abstract":"

    Manually query for rows within the bounds

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:":{"name":"-countWithMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:","abstract":"

    Manually count the rows within the bounds

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithLimit:":{"name":"-queryForChunkWithLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithLimit:andOffset:":{"name":"-queryForChunkWithLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithOrderBy:andLimit:":{"name":"-queryForChunkWithOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andLimit:":{"name":"-queryForChunkWithDistinct:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithColumns:andLimit:":{"name":"-queryForChunkWithColumns:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithColumns:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithColumns:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithColumns:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andColumns:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andColumns:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andColumns:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andColumns:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithFieldValues:andLimit:":{"name":"-queryForChunkWithFieldValues:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithFieldValues:andLimit:andOffset:":{"name":"-queryForChunkWithFieldValues:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithFieldValues:andOrderBy:andLimit:":{"name":"-queryForChunkWithFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andFieldValues:andLimit:":{"name":"-queryForChunkWithDistinct:andFieldValues:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andFieldValues:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andFieldValues:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithColumns:andFieldValues:andLimit:":{"name":"-queryForChunkWithColumns:andFieldValues:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithColumns:andFieldValues:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithColumns:andFieldValues:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithColumns:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andColumns:andFieldValues:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andFieldValues:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andColumns:andFieldValues:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andColumns:andFieldValues:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andColumns:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithWhere:andLimit:":{"name":"-queryForChunkWithWhere:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithWhere:andLimit:andOffset:":{"name":"-queryForChunkWithWhere:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithWhere:andOrderBy:andLimit:":{"name":"-queryForChunkWithWhere:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andWhere:andLimit:":{"name":"-queryForChunkWithDistinct:andWhere:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andWhere:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andWhere:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andWhere:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithColumns:andWhere:andLimit:":{"name":"-queryForChunkWithColumns:andWhere:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithColumns:andWhere:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andWhere:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithColumns:andWhere:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithColumns:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andColumns:andWhere:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andWhere:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andColumns:andWhere:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andWhere:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andColumns:andWhere:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andColumns:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithWhere:andWhereArgs:andLimit:":{"name":"-queryForChunkWithWhere:andWhereArgs:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryForChunkWithWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryForChunkWithWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andWhere:andWhereArgs:andLimit:":{"name":"-queryForChunkWithDistinct:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithColumns:andWhere:andWhereArgs:andLimit:":{"name":"-queryForChunkWithColumns:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithColumns:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Manually query for rows within the geometry envelope, starting at the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Manually query for rows within the bounds, starting at the offset and","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGFeatureTableReader.html#/c:objc(cs)GPKGFeatureTableReader(py)columnName":{"name":"columnName","abstract":"

    Geometry column name

    ","parent_name":"GPKGFeatureTableReader"},"Classes/GPKGFeatureTableReader.html#/c:objc(cs)GPKGFeatureTableReader(im)initWithGeometryColumns:":{"name":"-initWithGeometryColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTableReader"},"Classes/GPKGFeatureTableReader.html#/c:objc(cs)GPKGFeatureTableReader(im)initWithTable:andGeometryColumn:":{"name":"-initWithTable:andGeometryColumn:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTableReader"},"Classes/GPKGFeatureTableReader.html#/c:objc(cs)GPKGFeatureTableReader(im)initWithTable:":{"name":"-initWithTable:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTableReader"},"Classes/GPKGFeatureTableReader.html#/c:objc(cs)GPKGFeatureTableReader(im)readFeatureTableWithConnection:":{"name":"-readFeatureTableWithConnection:","abstract":"

    Read the feature table with the database connection

    ","parent_name":"GPKGFeatureTableReader"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)create":{"name":"+create","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithAutoincrement:":{"name":"+createWithAutoincrement:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithGeometryColumns:":{"name":"+createWithGeometryColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithGeometryColumns:andAutoincrement:":{"name":"+createWithGeometryColumns:andAutoincrement:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithGeometryColumns:andBoundingBox:":{"name":"+createWithGeometryColumns:andBoundingBox:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithGeometryColumns:andAutoincrement:andBoundingBox:":{"name":"+createWithGeometryColumns:andAutoincrement:andBoundingBox:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithGeometryColumns:andIdColumn:":{"name":"+createWithGeometryColumns:andIdColumn:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithGeometryColumns:andIdColumn:andAutoincrement:":{"name":"+createWithGeometryColumns:andIdColumn:andAutoincrement:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithGeometryColumns:andIdColumn:andBoundingBox:":{"name":"+createWithGeometryColumns:andIdColumn:andBoundingBox:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithGeometryColumns:andIdColumn:andAutoincrement:andBoundingBox:":{"name":"+createWithGeometryColumns:andIdColumn:andAutoincrement:andBoundingBox:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithGeometryColumns:andAdditionalColumns:":{"name":"+createWithGeometryColumns:andAdditionalColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithGeometryColumns:andAutoincrement:andAdditionalColumns:":{"name":"+createWithGeometryColumns:andAutoincrement:andAdditionalColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithGeometryColumns:andAdditionalColumns:andBoundingBox:":{"name":"+createWithGeometryColumns:andAdditionalColumns:andBoundingBox:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithGeometryColumns:andAutoincrement:andAdditionalColumns:andBoundingBox:":{"name":"+createWithGeometryColumns:andAutoincrement:andAdditionalColumns:andBoundingBox:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithGeometryColumns:andIdColumn:andAdditionalColumns:":{"name":"+createWithGeometryColumns:andIdColumn:andAdditionalColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithGeometryColumns:andIdColumn:andAutoincrement:andAdditionalColumns:":{"name":"+createWithGeometryColumns:andIdColumn:andAutoincrement:andAdditionalColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithGeometryColumns:andIdColumn:andAdditionalColumns:andBoundingBox:":{"name":"+createWithGeometryColumns:andIdColumn:andAdditionalColumns:andBoundingBox:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithGeometryColumns:andIdColumn:andAutoincrement:andAdditionalColumns:andBoundingBox:":{"name":"+createWithGeometryColumns:andIdColumn:andAutoincrement:andAdditionalColumns:andBoundingBox:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithGeometryColumns:andColumns:":{"name":"+createWithGeometryColumns:andColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithGeometryColumns:andBoundingBox:andColumns:":{"name":"+createWithGeometryColumns:andBoundingBox:andColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithGeometryColumns:andTable:":{"name":"+createWithGeometryColumns:andTable:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithGeometryColumns:andBoundingBox:andTable:":{"name":"+createWithGeometryColumns:andBoundingBox:andTable:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithDataType:":{"name":"+createWithDataType:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithDataType:andAutoincrement:":{"name":"+createWithDataType:andAutoincrement:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithDataType:andGeometryColumns:":{"name":"+createWithDataType:andGeometryColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithDataType:andGeometryColumns:andAutoincrement:":{"name":"+createWithDataType:andGeometryColumns:andAutoincrement:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithDataType:andGeometryColumns:andBoundingBox:":{"name":"+createWithDataType:andGeometryColumns:andBoundingBox:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithDataType:andGeometryColumns:andAutoincrement:andBoundingBox:":{"name":"+createWithDataType:andGeometryColumns:andAutoincrement:andBoundingBox:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithDataType:andGeometryColumns:andIdColumn:":{"name":"+createWithDataType:andGeometryColumns:andIdColumn:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithDataType:andGeometryColumns:andIdColumn:andAutoincrement:":{"name":"+createWithDataType:andGeometryColumns:andIdColumn:andAutoincrement:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithDataType:andGeometryColumns:andIdColumn:andBoundingBox:":{"name":"+createWithDataType:andGeometryColumns:andIdColumn:andBoundingBox:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithDataType:andGeometryColumns:andIdColumn:andAutoincrement:andBoundingBox:":{"name":"+createWithDataType:andGeometryColumns:andIdColumn:andAutoincrement:andBoundingBox:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithDataType:andGeometryColumns:andAdditionalColumns:":{"name":"+createWithDataType:andGeometryColumns:andAdditionalColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithDataType:andGeometryColumns:andAutoincrement:andAdditionalColumns:":{"name":"+createWithDataType:andGeometryColumns:andAutoincrement:andAdditionalColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithDataType:andGeometryColumns:andAdditionalColumns:andBoundingBox:":{"name":"+createWithDataType:andGeometryColumns:andAdditionalColumns:andBoundingBox:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithDataType:andGeometryColumns:andAutoincrement:andAdditionalColumns:andBoundingBox:":{"name":"+createWithDataType:andGeometryColumns:andAutoincrement:andAdditionalColumns:andBoundingBox:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithDataType:andGeometryColumns:andIdColumn:andAdditionalColumns:":{"name":"+createWithDataType:andGeometryColumns:andIdColumn:andAdditionalColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithDataType:andGeometryColumns:andIdColumn:andAutoincrement:andAdditionalColumns:":{"name":"+createWithDataType:andGeometryColumns:andIdColumn:andAutoincrement:andAdditionalColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithDataType:andGeometryColumns:andIdColumn:andAdditionalColumns:andBoundingBox:":{"name":"+createWithDataType:andGeometryColumns:andIdColumn:andAdditionalColumns:andBoundingBox:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithDataType:andGeometryColumns:andIdColumn:andAutoincrement:andAdditionalColumns:andBoundingBox:":{"name":"+createWithDataType:andGeometryColumns:andIdColumn:andAutoincrement:andAdditionalColumns:andBoundingBox:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithDataType:andGeometryColumns:andColumns:":{"name":"+createWithDataType:andGeometryColumns:andColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithDataType:andGeometryColumns:andBoundingBox:andColumns:":{"name":"+createWithDataType:andGeometryColumns:andBoundingBox:andColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithDataType:andGeometryColumns:andTable:":{"name":"+createWithDataType:andGeometryColumns:andTable:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithDataType:andGeometryColumns:andBoundingBox:andTable:":{"name":"+createWithDataType:andGeometryColumns:andBoundingBox:andTable:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(py)boundingBox":{"name":"boundingBox","abstract":"

    Bounding box

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(py)geometryColumns":{"name":"geometryColumns","abstract":"

    Geometry columns

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(im)initWithGeometryColumns:andIdColumn:andAdditionalColumns:andBoundingBox:":{"name":"-initWithGeometryColumns:andIdColumn:andAdditionalColumns:andBoundingBox:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(im)initWithDataType:andGeometryColumns:andIdColumn:andAdditionalColumns:andBoundingBox:":{"name":"-initWithDataType:andGeometryColumns:andIdColumn:andAdditionalColumns:andBoundingBox:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(im)initWithGeometryColumns:andIdColumn:andAutoincrement:andAdditionalColumns:andBoundingBox:":{"name":"-initWithGeometryColumns:andIdColumn:andAutoincrement:andAdditionalColumns:andBoundingBox:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(im)initWithDataType:andGeometryColumns:andIdColumn:andAutoincrement:andAdditionalColumns:andBoundingBox:":{"name":"-initWithDataType:andGeometryColumns:andIdColumn:andAutoincrement:andAdditionalColumns:andBoundingBox:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(im)initWithGeometryColumns:andBoundingBox:andColumns:":{"name":"-initWithGeometryColumns:andBoundingBox:andColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(im)initWithDataType:andGeometryColumns:andBoundingBox:andColumns:":{"name":"-initWithDataType:andGeometryColumns:andBoundingBox:andColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(im)columnName":{"name":"-columnName","abstract":"

    Get the column name

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(im)geometryType":{"name":"-geometryType","abstract":"

    Get the geometry type

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTable.html#/c:objc(cs)GPKGFeatureTable(im)initWithGeometryColumns:andColumns:":{"name":"-initWithGeometryColumns:andColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTable"},"Classes/GPKGFeatureTable.html#/c:objc(cs)GPKGFeatureTable(im)initWithTable:andColumns:":{"name":"-initWithTable:andColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTable"},"Classes/GPKGFeatureTable.html#/c:objc(cs)GPKGFeatureTable(im)initWithTable:andGeometryColumn:andColumns:":{"name":"-initWithTable:andGeometryColumn:andColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTable"},"Classes/GPKGFeatureTable.html#/c:objc(cs)GPKGFeatureTable(im)featureColumns":{"name":"-featureColumns","abstract":"

    Get the feature columns

    ","parent_name":"GPKGFeatureTable"},"Classes/GPKGFeatureTable.html#/c:objc(cs)GPKGFeatureTable(im)geometryColumnIndex":{"name":"-geometryColumnIndex","abstract":"

    Get the geometry column index

    ","parent_name":"GPKGFeatureTable"},"Classes/GPKGFeatureTable.html#/c:objc(cs)GPKGFeatureTable(im)geometryColumn":{"name":"-geometryColumn","abstract":"

    Get the geometry feature column

    ","parent_name":"GPKGFeatureTable"},"Classes/GPKGFeatureTable.html#/c:objc(cs)GPKGFeatureTable(im)geometryColumnName":{"name":"-geometryColumnName","abstract":"

    Get the geometry column name

    ","parent_name":"GPKGFeatureTable"},"Classes/GPKGFeatureTable.html#/c:objc(cs)GPKGFeatureTable(im)idAndGeometryColumnNames":{"name":"-idAndGeometryColumnNames","abstract":"

    Get the Id and Geometry Column names

    ","parent_name":"GPKGFeatureTable"},"Classes/GPKGFeatureRow.html#/c:objc(cs)GPKGFeatureRow(py)featureTable":{"name":"featureTable","abstract":"

    Feature Table

    ","parent_name":"GPKGFeatureRow"},"Classes/GPKGFeatureRow.html#/c:objc(cs)GPKGFeatureRow(py)featureColumns":{"name":"featureColumns","abstract":"

    Feature Columns

    ","parent_name":"GPKGFeatureRow"},"Classes/GPKGFeatureRow.html#/c:objc(cs)GPKGFeatureRow(im)initWithFeatureTable:andColumns:andValues:":{"name":"-initWithFeatureTable:andColumns:andValues:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureRow"},"Classes/GPKGFeatureRow.html#/c:objc(cs)GPKGFeatureRow(im)initWithFeatureTable:":{"name":"-initWithFeatureTable:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureRow"},"Classes/GPKGFeatureRow.html#/c:objc(cs)GPKGFeatureRow(im)geometryColumnIndex":{"name":"-geometryColumnIndex","abstract":"

    Get the geometry column index

    ","parent_name":"GPKGFeatureRow"},"Classes/GPKGFeatureRow.html#/c:objc(cs)GPKGFeatureRow(im)geometryColumn":{"name":"-geometryColumn","abstract":"

    Get the geometry column

    ","parent_name":"GPKGFeatureRow"},"Classes/GPKGFeatureRow.html#/c:objc(cs)GPKGFeatureRow(im)geometryColumnName":{"name":"-geometryColumnName","abstract":"

    Get the geometry column name

    ","parent_name":"GPKGFeatureRow"},"Classes/GPKGFeatureRow.html#/c:objc(cs)GPKGFeatureRow(im)geometry":{"name":"-geometry","abstract":"

    Get the geometry

    ","parent_name":"GPKGFeatureRow"},"Classes/GPKGFeatureRow.html#/c:objc(cs)GPKGFeatureRow(im)setGeometry:":{"name":"-setGeometry:","abstract":"

    Set the geometry

    ","parent_name":"GPKGFeatureRow"},"Classes/GPKGFeatureRow.html#/c:objc(cs)GPKGFeatureRow(im)geometryValue":{"name":"-geometryValue","abstract":"

    Get the simple features geometry value

    ","parent_name":"GPKGFeatureRow"},"Classes/GPKGFeatureRow.html#/c:objc(cs)GPKGFeatureRow(im)geometryType":{"name":"-geometryType","abstract":"

    Get the simple features geometry type

    ","parent_name":"GPKGFeatureRow"},"Classes/GPKGFeatureRow.html#/c:objc(cs)GPKGFeatureRow(im)geometryEnvelope":{"name":"-geometryEnvelope","abstract":"

    Get the geometry envelope

    ","parent_name":"GPKGFeatureRow"},"Classes/GPKGFeatureDao.html#/c:objc(cs)GPKGFeatureDao(py)geometryColumns":{"name":"geometryColumns","abstract":"

    Geometry Columns

    ","parent_name":"GPKGFeatureDao"},"Classes/GPKGFeatureDao.html#/c:objc(cs)GPKGFeatureDao(py)metadataDb":{"name":"metadataDb","abstract":"

    Metadata db

    ","parent_name":"GPKGFeatureDao"},"Classes/GPKGFeatureDao.html#/c:objc(cs)GPKGFeatureDao(im)initWithDatabase:andTable:andGeometryColumns:andMetadataDb:":{"name":"-initWithDatabase:andTable:andGeometryColumns:andMetadataDb:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureDao"},"Classes/GPKGFeatureDao.html#/c:objc(cs)GPKGFeatureDao(im)featureTable":{"name":"-featureTable","abstract":"

    Get the feature table

    ","parent_name":"GPKGFeatureDao"},"Classes/GPKGFeatureDao.html#/c:objc(cs)GPKGFeatureDao(im)row:":{"name":"-row:","abstract":"

    Get the feature row for the current result in the result set

    ","parent_name":"GPKGFeatureDao"},"Classes/GPKGFeatureDao.html#/c:objc(cs)GPKGFeatureDao(im)featureRow:":{"name":"-featureRow:","abstract":"

    Get the feature row for the current result in the result set

    ","parent_name":"GPKGFeatureDao"},"Classes/GPKGFeatureDao.html#/c:objc(cs)GPKGFeatureDao(im)rowWithRow:":{"name":"-rowWithRow:","abstract":"

    Get the feature row for the row

    ","parent_name":"GPKGFeatureDao"},"Classes/GPKGFeatureDao.html#/c:objc(cs)GPKGFeatureDao(im)newRow":{"name":"-newRow","abstract":"

    Create a new feature row

    ","parent_name":"GPKGFeatureDao"},"Classes/GPKGFeatureDao.html#/c:objc(cs)GPKGFeatureDao(im)geometryColumnName":{"name":"-geometryColumnName","abstract":"

    Get the geometry column name

    ","parent_name":"GPKGFeatureDao"},"Classes/GPKGFeatureDao.html#/c:objc(cs)GPKGFeatureDao(im)geometryType":{"name":"-geometryType","abstract":"

    Get the geometry type

    ","parent_name":"GPKGFeatureDao"},"Classes/GPKGFeatureDao.html#/c:objc(cs)GPKGFeatureDao(im)srs":{"name":"-srs","abstract":"

    Get the Spatial Reference System

    ","parent_name":"GPKGFeatureDao"},"Classes/GPKGFeatureDao.html#/c:objc(cs)GPKGFeatureDao(im)srsId":{"name":"-srsId","abstract":"

    Get the Spatial Reference System id

    ","parent_name":"GPKGFeatureDao"},"Classes/GPKGFeatureDao.html#/c:objc(cs)GPKGFeatureDao(im)idColumn":{"name":"-idColumn","abstract":"

    Get the Id Column

    ","parent_name":"GPKGFeatureDao"},"Classes/GPKGFeatureDao.html#/c:objc(cs)GPKGFeatureDao(im)idColumnName":{"name":"-idColumnName","abstract":"

    Get the Id Column name

    ","parent_name":"GPKGFeatureDao"},"Classes/GPKGFeatureDao.html#/c:objc(cs)GPKGFeatureDao(im)idAndGeometryColumnNames":{"name":"-idAndGeometryColumnNames","abstract":"

    Get the Id and Geometry Column names

    ","parent_name":"GPKGFeatureDao"},"Classes/GPKGFeatureColumns.html#/c:objc(cs)GPKGFeatureColumns(py)geometryColumnName":{"name":"geometryColumnName","abstract":"

    Geometry column name

    ","parent_name":"GPKGFeatureColumns"},"Classes/GPKGFeatureColumns.html#/c:objc(cs)GPKGFeatureColumns(py)geometryIndex":{"name":"geometryIndex","abstract":"

    Geometry column index

    ","parent_name":"GPKGFeatureColumns"},"Classes/GPKGFeatureColumns.html#/c:objc(cs)GPKGFeatureColumns(im)initWithTable:andGeometryColumn:andColumns:":{"name":"-initWithTable:andGeometryColumn:andColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureColumns"},"Classes/GPKGFeatureColumns.html#/c:objc(cs)GPKGFeatureColumns(im)initWithTable:andGeometryColumn:andColumns:andCustom:":{"name":"-initWithTable:andGeometryColumn:andColumns:andCustom:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureColumns"},"Classes/GPKGFeatureColumns.html#/c:objc(cs)GPKGFeatureColumns(im)initWithFeatureColumns:":{"name":"-initWithFeatureColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureColumns"},"Classes/GPKGFeatureColumns.html#/c:objc(cs)GPKGFeatureColumns(im)hasGeometryColumn":{"name":"-hasGeometryColumn","abstract":"

    Check if the table has a geometry column

    ","parent_name":"GPKGFeatureColumns"},"Classes/GPKGFeatureColumns.html#/c:objc(cs)GPKGFeatureColumns(im)geometryColumn":{"name":"-geometryColumn","abstract":"

    Get the geometry feature column

    ","parent_name":"GPKGFeatureColumns"},"Classes/GPKGFeatureColumn.html#/c:objc(cs)GPKGFeatureColumn(py)geometryType":{"name":"geometryType","abstract":"

    Geometry type if a geometry column

    ","parent_name":"GPKGFeatureColumn"},"Classes/GPKGFeatureColumn.html#/c:objc(cs)GPKGFeatureColumn(cm)createPrimaryKeyColumnWithName:":{"name":"+createPrimaryKeyColumnWithName:","abstract":"

    Create a new primary key column

    ","parent_name":"GPKGFeatureColumn"},"Classes/GPKGFeatureColumn.html#/c:objc(cs)GPKGFeatureColumn(cm)createPrimaryKeyColumnWithName:andAutoincrement:":{"name":"+createPrimaryKeyColumnWithName:andAutoincrement:","abstract":"

    Create a new primary key column

    ","parent_name":"GPKGFeatureColumn"},"Classes/GPKGFeatureColumn.html#/c:objc(cs)GPKGFeatureColumn(cm)createPrimaryKeyColumnWithIndex:andName:":{"name":"+createPrimaryKeyColumnWithIndex:andName:","abstract":"

    Create a new primary key column

    ","parent_name":"GPKGFeatureColumn"},"Classes/GPKGFeatureColumn.html#/c:objc(cs)GPKGFeatureColumn(cm)createPrimaryKeyColumnWithIndex:andName:andAutoincrement:":{"name":"+createPrimaryKeyColumnWithIndex:andName:andAutoincrement:","abstract":"

    Create a new primary key column

    ","parent_name":"GPKGFeatureColumn"},"Classes/GPKGFeatureColumn.html#/c:objc(cs)GPKGFeatureColumn(cm)createGeometryColumnWithName:andGeometryType:":{"name":"+createGeometryColumnWithName:andGeometryType:","abstract":"

    Create a new geometry column

    ","parent_name":"GPKGFeatureColumn"},"Classes/GPKGFeatureColumn.html#/c:objc(cs)GPKGFeatureColumn(cm)createGeometryColumnWithIndex:andName:andGeometryType:":{"name":"+createGeometryColumnWithIndex:andName:andGeometryType:","abstract":"

    Create a new geometry column

    ","parent_name":"GPKGFeatureColumn"},"Classes/GPKGFeatureColumn.html#/c:objc(cs)GPKGFeatureColumn(cm)createGeometryColumnWithName:andGeometryType:andNotNull:andDefaultValue:":{"name":"+createGeometryColumnWithName:andGeometryType:andNotNull:andDefaultValue:","abstract":"

    Create a new geometry column

    ","parent_name":"GPKGFeatureColumn"},"Classes/GPKGFeatureColumn.html#/c:objc(cs)GPKGFeatureColumn(cm)createGeometryColumnWithIndex:andName:andGeometryType:andNotNull:andDefaultValue:":{"name":"+createGeometryColumnWithIndex:andName:andGeometryType:andNotNull:andDefaultValue:","abstract":"

    Create a new geometry column

    ","parent_name":"GPKGFeatureColumn"},"Classes/GPKGFeatureColumn.html#/c:objc(cs)GPKGFeatureColumn(cm)createColumnWithName:andDataType:":{"name":"+createColumnWithName:andDataType:","abstract":"

    Create a new column

    ","parent_name":"GPKGFeatureColumn"},"Classes/GPKGFeatureColumn.html#/c:objc(cs)GPKGFeatureColumn(cm)createColumnWithIndex:andName:andDataType:":{"name":"+createColumnWithIndex:andName:andDataType:","abstract":"

    Create a new column

    ","parent_name":"GPKGFeatureColumn"},"Classes/GPKGFeatureColumn.html#/c:objc(cs)GPKGFeatureColumn(cm)createColumnWithName:andDataType:andNotNull:":{"name":"+createColumnWithName:andDataType:andNotNull:","abstract":"

    Create a new column

    ","parent_name":"GPKGFeatureColumn"},"Classes/GPKGFeatureColumn.html#/c:objc(cs)GPKGFeatureColumn(cm)createColumnWithIndex:andName:andDataType:andNotNull:":{"name":"+createColumnWithIndex:andName:andDataType:andNotNull:","abstract":"

    Create a new column

    ","parent_name":"GPKGFeatureColumn"},"Classes/GPKGFeatureColumn.html#/c:objc(cs)GPKGFeatureColumn(cm)createColumnWithName:andDataType:andNotNull:andDefaultValue:":{"name":"+createColumnWithName:andDataType:andNotNull:andDefaultValue:","abstract":"

    Create a new column

    ","parent_name":"GPKGFeatureColumn"},"Classes/GPKGFeatureColumn.html#/c:objc(cs)GPKGFeatureColumn(cm)createColumnWithIndex:andName:andDataType:andNotNull:andDefaultValue:":{"name":"+createColumnWithIndex:andName:andDataType:andNotNull:andDefaultValue:","abstract":"

    Create a new column

    ","parent_name":"GPKGFeatureColumn"},"Classes/GPKGFeatureColumn.html#/c:objc(cs)GPKGFeatureColumn(cm)createColumnWithName:andDataType:andMax:":{"name":"+createColumnWithName:andDataType:andMax:","abstract":"

    Create a new column

    ","parent_name":"GPKGFeatureColumn"},"Classes/GPKGFeatureColumn.html#/c:objc(cs)GPKGFeatureColumn(cm)createColumnWithIndex:andName:andDataType:andMax:":{"name":"+createColumnWithIndex:andName:andDataType:andMax:","abstract":"

    Create a new column

    ","parent_name":"GPKGFeatureColumn"},"Classes/GPKGFeatureColumn.html#/c:objc(cs)GPKGFeatureColumn(cm)createColumnWithName:andDataType:andMax:andNotNull:andDefaultValue:":{"name":"+createColumnWithName:andDataType:andMax:andNotNull:andDefaultValue:","abstract":"

    Create a new column

    ","parent_name":"GPKGFeatureColumn"},"Classes/GPKGFeatureColumn.html#/c:objc(cs)GPKGFeatureColumn(cm)createColumnWithIndex:andName:andDataType:andMax:andNotNull:andDefaultValue:":{"name":"+createColumnWithIndex:andName:andDataType:andMax:andNotNull:andDefaultValue:","abstract":"

    Create a new column

    ","parent_name":"GPKGFeatureColumn"},"Classes/GPKGFeatureColumn.html#/c:objc(cs)GPKGFeatureColumn(cm)createColumnWithTableColumn:":{"name":"+createColumnWithTableColumn:","abstract":"

    Create a new column

    ","parent_name":"GPKGFeatureColumn"},"Classes/GPKGFeatureColumn.html#/c:objc(cs)GPKGFeatureColumn(im)initWithIndex:andName:andDataType:andMax:andNotNull:andDefaultValue:andPrimaryKey:andAutoincrement:andGeometryType:":{"name":"-initWithIndex:andName:andDataType:andMax:andNotNull:andDefaultValue:andPrimaryKey:andAutoincrement:andGeometryType:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureColumn"},"Classes/GPKGFeatureColumn.html#/c:objc(cs)GPKGFeatureColumn(im)isGeometry":{"name":"-isGeometry","abstract":"

    Determine if this column is a geometry

    ","parent_name":"GPKGFeatureColumn"},"Classes/GPKGFeatureCacheTables.html#/c:objc(cs)GPKGFeatureCacheTables(py)maxCacheSize":{"name":"maxCacheSize","abstract":"

    Max Cache size

    ","parent_name":"GPKGFeatureCacheTables"},"Classes/GPKGFeatureCacheTables.html#/c:objc(cs)GPKGFeatureCacheTables(im)init":{"name":"-init","abstract":"

    Initialize, created with cache size of GPKGFeatureCache DEFAULT_FEATURE_CACHE_MAX_SIZE

    ","parent_name":"GPKGFeatureCacheTables"},"Classes/GPKGFeatureCacheTables.html#/c:objc(cs)GPKGFeatureCacheTables(im)initWithMaxCacheSize:":{"name":"-initWithMaxCacheSize:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureCacheTables"},"Classes/GPKGFeatureCacheTables.html#/c:objc(cs)GPKGFeatureCacheTables(im)tables":{"name":"-tables","abstract":"

    Get the feature table names with a feature row cache

    ","parent_name":"GPKGFeatureCacheTables"},"Classes/GPKGFeatureCacheTables.html#/c:objc(cs)GPKGFeatureCacheTables(im)cacheForTable:":{"name":"-cacheForTable:","abstract":"

    Get or create a feature row cache for the table name

    ","parent_name":"GPKGFeatureCacheTables"},"Classes/GPKGFeatureCacheTables.html#/c:objc(cs)GPKGFeatureCacheTables(im)cacheForRow:":{"name":"-cacheForRow:","abstract":"

    Get or create a feature row cache for the feature row

    ","parent_name":"GPKGFeatureCacheTables"},"Classes/GPKGFeatureCacheTables.html#/c:objc(cs)GPKGFeatureCacheTables(im)maxSizeForTable:":{"name":"-maxSizeForTable:","abstract":"

    Get the cache max size for the table name

    ","parent_name":"GPKGFeatureCacheTables"},"Classes/GPKGFeatureCacheTables.html#/c:objc(cs)GPKGFeatureCacheTables(im)rowByTable:andId:":{"name":"-rowByTable:andId:","abstract":"

    Get the cached feature row by table name and feature id

    ","parent_name":"GPKGFeatureCacheTables"},"Classes/GPKGFeatureCacheTables.html#/c:objc(cs)GPKGFeatureCacheTables(im)putRow:":{"name":"-putRow:","abstract":"

    Cache the feature row

    ","parent_name":"GPKGFeatureCacheTables"},"Classes/GPKGFeatureCacheTables.html#/c:objc(cs)GPKGFeatureCacheTables(im)removeRow:":{"name":"-removeRow:","abstract":"

    Remove the cached feature row

    ","parent_name":"GPKGFeatureCacheTables"},"Classes/GPKGFeatureCacheTables.html#/c:objc(cs)GPKGFeatureCacheTables(im)removeRowByTable:andId:":{"name":"-removeRowByTable:andId:","abstract":"

    Remove the cached feature row by id

    ","parent_name":"GPKGFeatureCacheTables"},"Classes/GPKGFeatureCacheTables.html#/c:objc(cs)GPKGFeatureCacheTables(im)clearForTable:":{"name":"-clearForTable:","abstract":"

    Clear the feature table cache

    ","parent_name":"GPKGFeatureCacheTables"},"Classes/GPKGFeatureCacheTables.html#/c:objc(cs)GPKGFeatureCacheTables(im)clear":{"name":"-clear","abstract":"

    Clear all caches

    ","parent_name":"GPKGFeatureCacheTables"},"Classes/GPKGFeatureCacheTables.html#/c:objc(cs)GPKGFeatureCacheTables(im)resizeForTable:withMaxCacheSize:":{"name":"-resizeForTable:withMaxCacheSize:","abstract":"

    Resize the feature table cache

    ","parent_name":"GPKGFeatureCacheTables"},"Classes/GPKGFeatureCacheTables.html#/c:objc(cs)GPKGFeatureCacheTables(im)resizeWithMaxCacheSize:":{"name":"-resizeWithMaxCacheSize:","abstract":"

    Resize all caches and update the max cache size

    ","parent_name":"GPKGFeatureCacheTables"},"Classes/GPKGFeatureCacheTables.html#/c:objc(cs)GPKGFeatureCacheTables(im)clearAndResizeForTable:withMaxCacheSize:":{"name":"-clearAndResizeForTable:withMaxCacheSize:","abstract":"

    Clear and resize the feature table cache

    ","parent_name":"GPKGFeatureCacheTables"},"Classes/GPKGFeatureCacheTables.html#/c:objc(cs)GPKGFeatureCacheTables(im)clearAndResizeWithMaxCacheSize:":{"name":"-clearAndResizeWithMaxCacheSize:","abstract":"

    Clear and resize all caches and update the max cache size

    ","parent_name":"GPKGFeatureCacheTables"},"Classes/GPKGFeatureCache.html#/c:objc(cs)GPKGFeatureCache(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureCache"},"Classes/GPKGFeatureCache.html#/c:objc(cs)GPKGFeatureCache(im)initWithMaxSize:":{"name":"-initWithMaxSize:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureCache"},"Classes/GPKGFeatureCache.html#/c:objc(cs)GPKGFeatureCache(im)maxSize":{"name":"-maxSize","abstract":"

    Get the cache max size

    ","parent_name":"GPKGFeatureCache"},"Classes/GPKGFeatureCache.html#/c:objc(cs)GPKGFeatureCache(im)rowById:":{"name":"-rowById:","abstract":"

    Get the cached feature row by feature id

    ","parent_name":"GPKGFeatureCache"},"Classes/GPKGFeatureCache.html#/c:objc(cs)GPKGFeatureCache(im)rowByIdNumber:":{"name":"-rowByIdNumber:","abstract":"

    Get the cached feature row by feature id

    ","parent_name":"GPKGFeatureCache"},"Classes/GPKGFeatureCache.html#/c:objc(cs)GPKGFeatureCache(im)putRow:":{"name":"-putRow:","abstract":"

    Cache the feature row

    ","parent_name":"GPKGFeatureCache"},"Classes/GPKGFeatureCache.html#/c:objc(cs)GPKGFeatureCache(im)removeRow:":{"name":"-removeRow:","abstract":"

    Remove the cached feature row

    ","parent_name":"GPKGFeatureCache"},"Classes/GPKGFeatureCache.html#/c:objc(cs)GPKGFeatureCache(im)removeById:":{"name":"-removeById:","abstract":"

    Remove the cached feature row by id

    ","parent_name":"GPKGFeatureCache"},"Classes/GPKGFeatureCache.html#/c:objc(cs)GPKGFeatureCache(im)removeByIdNumber:":{"name":"-removeByIdNumber:","abstract":"

    Remove the cached feature row by id

    ","parent_name":"GPKGFeatureCache"},"Classes/GPKGFeatureCache.html#/c:objc(cs)GPKGFeatureCache(im)clear":{"name":"-clear","abstract":"

    Clear the cache

    ","parent_name":"GPKGFeatureCache"},"Classes/GPKGFeatureCache.html#/c:objc(cs)GPKGFeatureCache(im)resizeWithMaxSize:":{"name":"-resizeWithMaxSize:","abstract":"

    Resize the cache

    ","parent_name":"GPKGFeatureCache"},"Classes/GPKGFeatureCache.html#/c:objc(cs)GPKGFeatureCache(im)clearAndResizeWithMaxSize:":{"name":"-clearAndResizeWithMaxSize:","abstract":"

    Clear and resize the cache

    ","parent_name":"GPKGFeatureCache"},"Classes/GPKGMultipleFeatureIndexResults.html#/c:objc(cs)GPKGMultipleFeatureIndexResults(im)initWithFeatureIndexResults:":{"name":"-initWithFeatureIndexResults:","abstract":"

    Initializer

    ","parent_name":"GPKGMultipleFeatureIndexResults"},"Classes/GPKGMultipleFeatureIndexResults.html#/c:objc(cs)GPKGMultipleFeatureIndexResults(im)initWithFeatureIndexResults1:andFeatureIndexResults2:":{"name":"-initWithFeatureIndexResults1:andFeatureIndexResults2:","abstract":"

    Initializer

    ","parent_name":"GPKGMultipleFeatureIndexResults"},"Classes/GPKGMultipleFeatureIndexResults.html#/c:objc(cs)GPKGMultipleFeatureIndexResults(im)initWithFeatureIndexResultsArray:":{"name":"-initWithFeatureIndexResultsArray:","abstract":"

    Initializer

    ","parent_name":"GPKGMultipleFeatureIndexResults"},"Classes/GPKGFeatureIndexTypes.html#/c:objc(cs)GPKGFeatureIndexTypes(cm)name:":{"name":"+name:","abstract":"

    Get the name of the feature index type

    ","parent_name":"GPKGFeatureIndexTypes"},"Classes/GPKGFeatureIndexTypes.html#/c:objc(cs)GPKGFeatureIndexTypes(cm)fromName:":{"name":"+fromName:","abstract":"

    Get the feature index type from the feature index type name

    ","parent_name":"GPKGFeatureIndexTypes"},"Classes/GPKGFeatureIndexResults.html#/c:objc(cs)GPKGFeatureIndexResults(py)ids":{"name":"ids","abstract":"

    Flag for iterating over feature ids in place of feature rows

    ","parent_name":"GPKGFeatureIndexResults"},"Classes/GPKGFeatureIndexResults.html#/c:objc(cs)GPKGFeatureIndexResults(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureIndexResults"},"Classes/GPKGFeatureIndexResults.html#/c:objc(cs)GPKGFeatureIndexResults(im)count":{"name":"-count","abstract":"

    Get the count of results

    ","parent_name":"GPKGFeatureIndexResults"},"Classes/GPKGFeatureIndexResults.html#/c:objc(cs)GPKGFeatureIndexResults(im)moveToNext":{"name":"-moveToNext","abstract":"

    Move to the next feature row if additional exist

    ","parent_name":"GPKGFeatureIndexResults"},"Classes/GPKGFeatureIndexResults.html#/c:objc(cs)GPKGFeatureIndexResults(im)featureRow":{"name":"-featureRow","abstract":"

    Get the current location feature row

    ","parent_name":"GPKGFeatureIndexResults"},"Classes/GPKGFeatureIndexResults.html#/c:objc(cs)GPKGFeatureIndexResults(im)featureId":{"name":"-featureId","abstract":"

    Get the current location feature id

    ","parent_name":"GPKGFeatureIndexResults"},"Classes/GPKGFeatureIndexResults.html#/c:objc(cs)GPKGFeatureIndexResults(im)close":{"name":"-close","abstract":"

    Close the results

    ","parent_name":"GPKGFeatureIndexResults"},"Classes/GPKGFeatureIndexResultSetResults.html#/c:objc(cs)GPKGFeatureIndexResultSetResults(im)initWithResults:":{"name":"-initWithResults:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureIndexResultSetResults"},"Classes/GPKGFeatureIndexResultSetResults.html#/c:objc(cs)GPKGFeatureIndexResultSetResults(im)results":{"name":"-results","abstract":"

    Get the results

    ","parent_name":"GPKGFeatureIndexResultSetResults"},"Classes/GPKGFeatureIndexMetadataResults.html#/c:objc(cs)GPKGFeatureIndexMetadataResults(im)initWithFeatureTableIndex:andResults:":{"name":"-initWithFeatureTableIndex:andResults:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureIndexMetadataResults"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(py)indexLocation":{"name":"indexLocation","abstract":"

    Index location

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(py)continueOnError":{"name":"continueOnError","abstract":"

    When an exception occurs on a certain index, continue to other index","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)initWithGeoPackage:andFeatureTable:":{"name":"-initWithGeoPackage:andFeatureTable:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)initWithGeoPackage:andFeatureDao:":{"name":"-initWithGeoPackage:andFeatureDao:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)close":{"name":"-close","abstract":"

    Close the index connections

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)featureDao":{"name":"-featureDao","abstract":"

    Get the feature DAO

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)featureTableIndex":{"name":"-featureTableIndex","abstract":"

    Get the feature table index, used to index inside the GeoPackage as an extension

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)featureIndexer":{"name":"-featureIndexer","abstract":"

    Get the feature indexer, used to index in metadata tables

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)rTreeIndexTableDao":{"name":"-rTreeIndexTableDao","abstract":"

    Get the RTree Index Table DAO

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)indexLocationQueryOrder":{"name":"-indexLocationQueryOrder","abstract":"

    Get the ordered index query locations

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)prioritizeQueryLocationWithType:":{"name":"-prioritizeQueryLocationWithType:","abstract":"

    Prioritize the query location order. The type is placed at the front of the query order,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)prioritizeQueryLocationWithTypes:":{"name":"-prioritizeQueryLocationWithTypes:","abstract":"

    Prioritize the query location order. All types are placed at the front of the query order","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)setIndexLocationOrderWithTypes:":{"name":"-setIndexLocationOrderWithTypes:","abstract":"

    Set the index location order, overriding all previously set types

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)setProgress:":{"name":"-setProgress:","abstract":"

    Set the GeoPackage Progress

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)index":{"name":"-index","abstract":"

    Index the feature table if needed, using the set index location

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)indexFeatureIndexTypes:":{"name":"-indexFeatureIndexTypes:","abstract":"

    Index the feature tables if needed for the index types

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)indexWithFeatureIndexType:":{"name":"-indexWithFeatureIndexType:","abstract":"

    Index the feature table if needed

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)indexWithForce:":{"name":"-indexWithForce:","abstract":"

    Index the feature table, using the set index location

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)indexWithForce:andFeatureIndexTypes:":{"name":"-indexWithForce:andFeatureIndexTypes:","abstract":"

    Index the feature tables for the index types

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)indexWithFeatureIndexType:andForce:":{"name":"-indexWithFeatureIndexType:andForce:","abstract":"

    Index the feature table

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)indexWithFeatureRow:":{"name":"-indexWithFeatureRow:","abstract":"

    Index the feature row, using the set index location.","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)indexWithFeatureRow:andFeatureIndexTypes:":{"name":"-indexWithFeatureRow:andFeatureIndexTypes:","abstract":"

    Index the feature row for the index types.","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)indexWithFeatureIndexType:andFeatureRow:":{"name":"-indexWithFeatureIndexType:andFeatureRow:","abstract":"

    Index the feature row. This method assumes that indexing has been completed and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)deleteIndex":{"name":"-deleteIndex","abstract":"

    Delete the feature index

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)deleteAllIndexes":{"name":"-deleteAllIndexes","abstract":"

    Delete the feature index from all query order locations

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)deleteIndexWithFeatureIndexTypes:":{"name":"-deleteIndexWithFeatureIndexTypes:","abstract":"

    Delete the feature index from the index types

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)deleteIndexWithFeatureIndexType:":{"name":"-deleteIndexWithFeatureIndexType:","abstract":"

    Delete the feature index

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)deleteIndexWithFeatureRow:":{"name":"-deleteIndexWithFeatureRow:","abstract":"

    Delete the feature index for the feature row

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)deleteIndexWithFeatureRow:andFeatureIndexTypes:":{"name":"-deleteIndexWithFeatureRow:andFeatureIndexTypes:","abstract":"

    Delete the feature index for the feature row from the index types

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)deleteIndexWithFeatureIndexType:andFeatureRow:":{"name":"-deleteIndexWithFeatureIndexType:andFeatureRow:","abstract":"

    Delete the feature index for the feature row

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)deleteIndexWithGeomId:":{"name":"-deleteIndexWithGeomId:","abstract":"

    Delete the feature index for the geometry id

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)deleteIndexWithGeomId:andFeatureIndexTypes:":{"name":"-deleteIndexWithGeomId:andFeatureIndexTypes:","abstract":"

    Delete the feature index for the geometry id from the index types

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)deleteIndexWithFeatureIndexType:andGeomId:":{"name":"-deleteIndexWithFeatureIndexType:andGeomId:","abstract":"

    Delete the feature index for the geometry id

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)retainIndexWithFeatureIndexType:":{"name":"-retainIndexWithFeatureIndexType:","abstract":"

    Retain the feature index from the index types and delete the others

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)retainIndexWithFeatureIndexTypes:":{"name":"-retainIndexWithFeatureIndexTypes:","abstract":"

    Retain the feature index from the index types and delete the others

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)indexedTypes":{"name":"-indexedTypes","abstract":"

    Get the indexed types that are currently indexed

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)isIndexed":{"name":"-isIndexed","abstract":"

    Determine if the feature table is indexed

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)isIndexedWithFeatureIndexType:":{"name":"-isIndexedWithFeatureIndexType:","abstract":"

    Is the feature table indexed in the provided type location

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)lastIndexed":{"name":"-lastIndexed","abstract":"

    Get the date last indexed

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)lastIndexedWithFeatureIndexType:":{"name":"-lastIndexedWithFeatureIndexType:","abstract":"

    Get the date last indexed

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)location":{"name":"-location","abstract":"

    Get a feature index location to iterate over indexed types

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)indexedType":{"name":"-indexedType","abstract":"

    Get the first ordered indexed type

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)idColumn":{"name":"-idColumn","abstract":"

    Get the feature table id column name, the default column ordering

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)query":{"name":"-query","abstract":"

    Query for all feature index results

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:":{"name":"-queryWithDistinct:","abstract":"

    Query for all feature index results

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithColumns:":{"name":"-queryWithColumns:","abstract":"

    Query for all feature index results

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andColumns:":{"name":"-queryWithDistinct:andColumns:","abstract":"

    Query for all feature index results

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithColumn:":{"name":"-countWithColumn:","abstract":"

    Query for all feature index count

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithDistinct:andColumn:":{"name":"-countWithDistinct:andColumn:","abstract":"

    Query for all feature index count

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)count":{"name":"-count","abstract":"

    Query for all feature index count

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithFieldValues:":{"name":"-queryWithFieldValues:","abstract":"

    Query for feature index results

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andFieldValues:":{"name":"-queryWithDistinct:andFieldValues:","abstract":"

    Query for feature index results

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithColumns:andFieldValues:":{"name":"-queryWithColumns:andFieldValues:","abstract":"

    Query for feature index results

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andColumns:andFieldValues:":{"name":"-queryWithDistinct:andColumns:andFieldValues:","abstract":"

    Query for feature index results

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithFieldValues:":{"name":"-countWithFieldValues:","abstract":"

    Query for feature index count

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithColumn:andFieldValues:":{"name":"-countWithColumn:andFieldValues:","abstract":"

    Query for feature index count

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithDistinct:andColumn:andFieldValues:":{"name":"-countWithDistinct:andColumn:andFieldValues:","abstract":"

    Query for feature index count

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWhere:":{"name":"-queryWhere:","abstract":"

    Query for feature index results

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andWhere:":{"name":"-queryWithDistinct:andWhere:","abstract":"

    Query for feature index results

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithColumns:andWhere:":{"name":"-queryWithColumns:andWhere:","abstract":"

    Query for feature index results

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andColumns:andWhere:":{"name":"-queryWithDistinct:andColumns:andWhere:","abstract":"

    Query for feature index results

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWhere:":{"name":"-countWhere:","abstract":"

    Query for feature index count

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithColumn:andWhere:":{"name":"-countWithColumn:andWhere:","abstract":"

    Query for feature index count

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithDistinct:andColumn:andWhere:":{"name":"-countWithDistinct:andColumn:andWhere:","abstract":"

    Query for feature index count

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWhere:andWhereArgs:":{"name":"-queryWhere:andWhereArgs:","abstract":"

    Query for feature index results

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andWhere:andWhereArgs:":{"name":"-queryWithDistinct:andWhere:andWhereArgs:","abstract":"

    Query for feature index results

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithColumns:andWhere:andWhereArgs:":{"name":"-queryWithColumns:andWhere:andWhereArgs:","abstract":"

    Query for feature index results

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andColumns:andWhere:andWhereArgs:":{"name":"-queryWithDistinct:andColumns:andWhere:andWhereArgs:","abstract":"

    Query for feature index results

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWhere:andWhereArgs:":{"name":"-countWhere:andWhereArgs:","abstract":"

    Query for feature index count

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithColumn:andWhere:andWhereArgs:":{"name":"-countWithColumn:andWhere:andWhereArgs:","abstract":"

    Query for feature index count

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithDistinct:andColumn:andWhere:andWhereArgs:":{"name":"-countWithDistinct:andColumn:andWhere:andWhereArgs:","abstract":"

    Query for feature index count

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)boundingBox":{"name":"-boundingBox","abstract":"

    Query for the feature index bounds

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)boundingBoxInProjection:":{"name":"-boundingBoxInProjection:","abstract":"

    Query for the feature index bounds and return in the provided projection

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithBoundingBox:":{"name":"-queryWithBoundingBox:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andBoundingBox:":{"name":"-queryWithDistinct:andBoundingBox:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithColumns:andBoundingBox:":{"name":"-queryWithColumns:andBoundingBox:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andColumns:andBoundingBox:":{"name":"-queryWithDistinct:andColumns:andBoundingBox:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithBoundingBox:":{"name":"-countWithBoundingBox:","abstract":"

    Query for feature index count within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithColumn:andBoundingBox:":{"name":"-countWithColumn:andBoundingBox:","abstract":"

    Query for feature index count within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithDistinct:andColumn:andBoundingBox:":{"name":"-countWithDistinct:andColumn:andBoundingBox:","abstract":"

    Query for feature index count within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithBoundingBox:andFieldValues:":{"name":"-queryWithBoundingBox:andFieldValues:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andBoundingBox:andFieldValues:":{"name":"-queryWithDistinct:andBoundingBox:andFieldValues:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithColumns:andBoundingBox:andFieldValues:":{"name":"-queryWithColumns:andBoundingBox:andFieldValues:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andColumns:andBoundingBox:andFieldValues:":{"name":"-queryWithDistinct:andColumns:andBoundingBox:andFieldValues:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithBoundingBox:andFieldValues:":{"name":"-countWithBoundingBox:andFieldValues:","abstract":"

    Query for feature index count within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithColumn:andBoundingBox:andFieldValues:":{"name":"-countWithColumn:andBoundingBox:andFieldValues:","abstract":"

    Query for feature index count within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithDistinct:andColumn:andBoundingBox:andFieldValues:":{"name":"-countWithDistinct:andColumn:andBoundingBox:andFieldValues:","abstract":"

    Query for feature index count within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithBoundingBox:andWhere:":{"name":"-queryWithBoundingBox:andWhere:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andBoundingBox:andWhere:":{"name":"-queryWithDistinct:andBoundingBox:andWhere:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithColumns:andBoundingBox:andWhere:":{"name":"-queryWithColumns:andBoundingBox:andWhere:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andColumns:andBoundingBox:andWhere:":{"name":"-queryWithDistinct:andColumns:andBoundingBox:andWhere:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithBoundingBox:andWhere:":{"name":"-countWithBoundingBox:andWhere:","abstract":"

    Query for feature index count within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithColumn:andBoundingBox:andWhere:":{"name":"-countWithColumn:andBoundingBox:andWhere:","abstract":"

    Query for feature index count within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithDistinct:andColumn:andBoundingBox:andWhere:":{"name":"-countWithDistinct:andColumn:andBoundingBox:andWhere:","abstract":"

    Query for feature index count within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithBoundingBox:andWhere:andWhereArgs:":{"name":"-queryWithBoundingBox:andWhere:andWhereArgs:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andBoundingBox:andWhere:andWhereArgs:":{"name":"-queryWithDistinct:andBoundingBox:andWhere:andWhereArgs:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithColumns:andBoundingBox:andWhere:andWhereArgs:":{"name":"-queryWithColumns:andBoundingBox:andWhere:andWhereArgs:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:":{"name":"-queryWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithBoundingBox:andWhere:andWhereArgs:":{"name":"-countWithBoundingBox:andWhere:andWhereArgs:","abstract":"

    Query for feature index count within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithColumn:andBoundingBox:andWhere:andWhereArgs:":{"name":"-countWithColumn:andBoundingBox:andWhere:andWhereArgs:","abstract":"

    Query for feature index count within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithDistinct:andColumn:andBoundingBox:andWhere:andWhereArgs:":{"name":"-countWithDistinct:andColumn:andBoundingBox:andWhere:andWhereArgs:","abstract":"

    Query for feature index count within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithEnvelope:":{"name":"-queryWithEnvelope:","abstract":"

    Query for feature index results within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andEnvelope:":{"name":"-queryWithDistinct:andEnvelope:","abstract":"

    Query for feature index results within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithColumns:andEnvelope:":{"name":"-queryWithColumns:andEnvelope:","abstract":"

    Query for feature index results within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andColumns:andEnvelope:":{"name":"-queryWithDistinct:andColumns:andEnvelope:","abstract":"

    Query for feature index results within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithEnvelope:":{"name":"-countWithEnvelope:","abstract":"

    Query for feature index count within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithColumn:andEnvelope:":{"name":"-countWithColumn:andEnvelope:","abstract":"

    Query for feature index count within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithDistinct:andColumn:andEnvelope:":{"name":"-countWithDistinct:andColumn:andEnvelope:","abstract":"

    Query for feature index count within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithEnvelope:andFieldValues:":{"name":"-queryWithEnvelope:andFieldValues:","abstract":"

    Query for feature index results within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andEnvelope:andFieldValues:":{"name":"-queryWithDistinct:andEnvelope:andFieldValues:","abstract":"

    Query for feature index results within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithColumns:andEnvelope:andFieldValues:":{"name":"-queryWithColumns:andEnvelope:andFieldValues:","abstract":"

    Query for feature index results within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andColumns:andEnvelope:andFieldValues:":{"name":"-queryWithDistinct:andColumns:andEnvelope:andFieldValues:","abstract":"

    Query for feature index results within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithEnvelope:andFieldValues:":{"name":"-countWithEnvelope:andFieldValues:","abstract":"

    Query for feature index count within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithColumn:andEnvelope:andFieldValues:":{"name":"-countWithColumn:andEnvelope:andFieldValues:","abstract":"

    Query for feature index count within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithDistinct:andColumn:andEnvelope:andFieldValues:":{"name":"-countWithDistinct:andColumn:andEnvelope:andFieldValues:","abstract":"

    Query for feature index count within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithEnvelope:andWhere:":{"name":"-queryWithEnvelope:andWhere:","abstract":"

    Query for feature index results within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andEnvelope:andWhere:":{"name":"-queryWithDistinct:andEnvelope:andWhere:","abstract":"

    Query for feature index results within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithColumns:andEnvelope:andWhere:":{"name":"-queryWithColumns:andEnvelope:andWhere:","abstract":"

    Query for feature index results within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andColumns:andEnvelope:andWhere:":{"name":"-queryWithDistinct:andColumns:andEnvelope:andWhere:","abstract":"

    Query for feature index results within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithEnvelope:andWhere:":{"name":"-countWithEnvelope:andWhere:","abstract":"

    Query for feature index count within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithColumn:andEnvelope:andWhere:":{"name":"-countWithColumn:andEnvelope:andWhere:","abstract":"

    Query for feature index count within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithDistinct:andColumn:andEnvelope:andWhere:":{"name":"-countWithDistinct:andColumn:andEnvelope:andWhere:","abstract":"

    Query for feature index count within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithEnvelope:andWhere:andWhereArgs:":{"name":"-queryWithEnvelope:andWhere:andWhereArgs:","abstract":"

    Query for feature index results within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andEnvelope:andWhere:andWhereArgs:":{"name":"-queryWithDistinct:andEnvelope:andWhere:andWhereArgs:","abstract":"

    Query for feature index results within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithColumns:andEnvelope:andWhere:andWhereArgs:":{"name":"-queryWithColumns:andEnvelope:andWhere:andWhereArgs:","abstract":"

    Query for feature index results within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:":{"name":"-queryWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:","abstract":"

    Query for feature index results within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithEnvelope:andWhere:andWhereArgs:":{"name":"-countWithEnvelope:andWhere:andWhereArgs:","abstract":"

    Query for feature index count within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithColumn:andEnvelope:andWhere:andWhereArgs:":{"name":"-countWithColumn:andEnvelope:andWhere:andWhereArgs:","abstract":"

    Query for feature index count within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithDistinct:andColumn:andEnvelope:andWhere:andWhereArgs:":{"name":"-countWithDistinct:andColumn:andEnvelope:andWhere:andWhereArgs:","abstract":"

    Query for feature index count within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithBoundingBox:inProjection:":{"name":"-queryWithBoundingBox:inProjection:","abstract":"

    Query for feature index results within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andBoundingBox:inProjection:":{"name":"-queryWithDistinct:andBoundingBox:inProjection:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithColumns:andBoundingBox:inProjection:":{"name":"-queryWithColumns:andBoundingBox:inProjection:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithBoundingBox:inProjection:":{"name":"-countWithBoundingBox:inProjection:","abstract":"

    Query for feature index count within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithColumn:andBoundingBox:inProjection:":{"name":"-countWithColumn:andBoundingBox:inProjection:","abstract":"

    Query for feature index count within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithDistinct:andColumn:andBoundingBox:inProjection:":{"name":"-countWithDistinct:andColumn:andBoundingBox:inProjection:","abstract":"

    Query for feature index count within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithBoundingBox:inProjection:andFieldValues:":{"name":"-queryWithBoundingBox:inProjection:andFieldValues:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andBoundingBox:inProjection:andFieldValues:":{"name":"-queryWithDistinct:andBoundingBox:inProjection:andFieldValues:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithColumns:andBoundingBox:inProjection:andFieldValues:":{"name":"-queryWithColumns:andBoundingBox:inProjection:andFieldValues:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:":{"name":"-queryWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithBoundingBox:inProjection:andFieldValues:":{"name":"-countWithBoundingBox:inProjection:andFieldValues:","abstract":"

    Query for feature index count within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithColumn:andBoundingBox:inProjection:andFieldValues:":{"name":"-countWithColumn:andBoundingBox:inProjection:andFieldValues:","abstract":"

    Query for feature index count within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithDistinct:andColumn:andBoundingBox:inProjection:andFieldValues:":{"name":"-countWithDistinct:andColumn:andBoundingBox:inProjection:andFieldValues:","abstract":"

    Query for feature index count within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithBoundingBox:inProjection:andWhere:":{"name":"-queryWithBoundingBox:inProjection:andWhere:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andBoundingBox:inProjection:andWhere:":{"name":"-queryWithDistinct:andBoundingBox:inProjection:andWhere:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithColumns:andBoundingBox:inProjection:andWhere:":{"name":"-queryWithColumns:andBoundingBox:inProjection:andWhere:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:":{"name":"-queryWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithBoundingBox:inProjection:andWhere:":{"name":"-countWithBoundingBox:inProjection:andWhere:","abstract":"

    Query for feature index count within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithColumn:andBoundingBox:inProjection:andWhere:":{"name":"-countWithColumn:andBoundingBox:inProjection:andWhere:","abstract":"

    Query for feature index count within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithDistinct:andColumn:andBoundingBox:inProjection:andWhere:":{"name":"-countWithDistinct:andColumn:andBoundingBox:inProjection:andWhere:","abstract":"

    Query for feature index count within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-queryWithBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-queryWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-queryWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-queryWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-countWithBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Query for feature index count within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithColumn:andBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-countWithColumn:andBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Query for feature index count within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithDistinct:andColumn:andBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-countWithDistinct:andColumn:andBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Query for feature index count within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(cm)isPaginated:":{"name":"+isPaginated:","abstract":"

    Determine if the results are paginated

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)paginate:":{"name":"-paginate:","abstract":"

    Paginate the results

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(cm)paginate:withDao:":{"name":"+paginate:withDao:","abstract":"

    Paginate the results

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithLimit:":{"name":"-queryForChunkWithLimit:","abstract":"

    Query for all feature index results ordered by id, starting at the offset","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithLimit:andOffset:":{"name":"-queryForChunkWithLimit:andOffset:","abstract":"

    Query for all feature index results ordered by id, starting at the offset","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithOrderBy:andLimit:":{"name":"-queryForChunkWithOrderBy:andLimit:","abstract":"

    Query for all feature index results, starting at the offset and returning","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithOrderBy:andLimit:andOffset:","abstract":"

    Query for all feature index results, starting at the offset and returning","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andLimit:":{"name":"-queryForChunkWithDistinct:andLimit:","abstract":"

    Query for all feature index results ordered by id, starting at the offset","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andLimit:andOffset:","abstract":"

    Query for all feature index results ordered by id, starting at the offset","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andOrderBy:andLimit:","abstract":"

    Query for all feature index results, starting at the offset and returning","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andOrderBy:andLimit:andOffset:","abstract":"

    Query for all feature index results, starting at the offset and returning","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andLimit:":{"name":"-queryForChunkWithColumns:andLimit:","abstract":"

    Query for all feature index results ordered by id, starting at the offset","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andLimit:andOffset:","abstract":"

    Query for all feature index results ordered by id, starting at the offset","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andOrderBy:andLimit:","abstract":"

    Query for all feature index results, starting at the offset and returning","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andOrderBy:andLimit:andOffset:","abstract":"

    Query for all feature index results, starting at the offset and returning","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andLimit:","abstract":"

    Query for all feature index results ordered by id, starting at the offset","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andLimit:andOffset:","abstract":"

    Query for all feature index results ordered by id, starting at the offset","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andOrderBy:andLimit:","abstract":"

    Query for all feature index results, starting at the offset and returning","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andOrderBy:andLimit:andOffset:","abstract":"

    Query for all feature index results, starting at the offset and returning","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithFieldValues:andLimit:":{"name":"-queryForChunkWithFieldValues:andLimit:","abstract":"

    Query for feature index results ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithFieldValues:andLimit:andOffset:":{"name":"-queryForChunkWithFieldValues:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithFieldValues:andOrderBy:andLimit:":{"name":"-queryForChunkWithFieldValues:andOrderBy:andLimit:","abstract":"

    Query for feature index results, starting at the offset and returning no","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results, starting at the offset and returning no","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andFieldValues:andLimit:":{"name":"-queryForChunkWithDistinct:andFieldValues:andLimit:","abstract":"

    Query for feature index results ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andFieldValues:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andFieldValues:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andFieldValues:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for feature index results, starting at the offset and returning no","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results, starting at the offset and returning no","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andFieldValues:andLimit:":{"name":"-queryForChunkWithColumns:andFieldValues:andLimit:","abstract":"

    Query for feature index results ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andFieldValues:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andFieldValues:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andFieldValues:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for feature index results, starting at the offset and returning no","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results, starting at the offset and returning no","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andFieldValues:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andFieldValues:andLimit:","abstract":"

    Query for feature index results ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andFieldValues:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andFieldValues:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andFieldValues:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for feature index results, starting at the offset and returning no","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results, starting at the offset and returning no","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithWhere:andLimit:":{"name":"-queryForChunkWithWhere:andLimit:","abstract":"

    Query for feature index results ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithWhere:andLimit:andOffset:":{"name":"-queryForChunkWithWhere:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithWhere:andOrderBy:andLimit:":{"name":"-queryForChunkWithWhere:andOrderBy:andLimit:","abstract":"

    Query for feature index results, starting at the offset and returning no","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results, starting at the offset and returning no","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andWhere:andLimit:":{"name":"-queryForChunkWithDistinct:andWhere:andLimit:","abstract":"

    Query for feature index results ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andWhere:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andWhere:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andWhere:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andWhere:andOrderBy:andLimit:","abstract":"

    Query for feature index results, starting at the offset and returning no","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results, starting at the offset and returning no","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andWhere:andLimit:":{"name":"-queryForChunkWithColumns:andWhere:andLimit:","abstract":"

    Query for feature index results ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andWhere:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andWhere:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andWhere:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andWhere:andOrderBy:andLimit:","abstract":"

    Query for feature index results, starting at the offset and returning no","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results, starting at the offset and returning no","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andWhere:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andWhere:andLimit:","abstract":"

    Query for feature index results ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andWhere:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andWhere:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andWhere:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andWhere:andOrderBy:andLimit:","abstract":"

    Query for feature index results, starting at the offset and returning no","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results, starting at the offset and returning no","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithWhere:andWhereArgs:andLimit:":{"name":"-queryForChunkWithWhere:andWhereArgs:andLimit:","abstract":"

    Query for feature index results ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryForChunkWithWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryForChunkWithWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for feature index results, starting at the offset and returning no","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results, starting at the offset and returning no","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andWhere:andWhereArgs:andLimit:":{"name":"-queryForChunkWithDistinct:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for feature index results ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for feature index results, starting at the offset and returning no","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results, starting at the offset and returning no","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andWhere:andWhereArgs:andLimit:":{"name":"-queryForChunkWithColumns:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for feature index results ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for feature index results, starting at the offset and returning no","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results, starting at the offset and returning no","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for feature index results ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for feature index results, starting at the offset and returning no","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results, starting at the offset and returning no","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:andLimit:":{"name":"-queryForChunkWithBoundingBox:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:andLimit:andOffset:":{"name":"-queryForChunkWithBoundingBox:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:andOrderBy:andLimit:":{"name":"-queryForChunkWithBoundingBox:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithBoundingBox:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:andLimit:":{"name":"-queryForChunkWithDistinct:andBoundingBox:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andBoundingBox:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andBoundingBox:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andBoundingBox:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:andLimit:":{"name":"-queryForChunkWithColumns:andBoundingBox:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andBoundingBox:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andBoundingBox:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andBoundingBox:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:andFieldValues:andLimit:":{"name":"-queryForChunkWithBoundingBox:andFieldValues:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:andFieldValues:andLimit:andOffset:":{"name":"-queryForChunkWithBoundingBox:andFieldValues:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:andFieldValues:andOrderBy:andLimit:":{"name":"-queryForChunkWithBoundingBox:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:andFieldValues:andLimit:":{"name":"-queryForChunkWithDistinct:andBoundingBox:andFieldValues:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:andFieldValues:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andBoundingBox:andFieldValues:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:andFieldValues:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andBoundingBox:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:andFieldValues:andLimit:":{"name":"-queryForChunkWithColumns:andBoundingBox:andFieldValues:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:andFieldValues:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andBoundingBox:andFieldValues:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:andWhere:andLimit:":{"name":"-queryForChunkWithBoundingBox:andWhere:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:andWhere:andLimit:andOffset:":{"name":"-queryForChunkWithBoundingBox:andWhere:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:andWhere:andOrderBy:andLimit:":{"name":"-queryForChunkWithBoundingBox:andWhere:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithBoundingBox:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:andWhere:andLimit:":{"name":"-queryForChunkWithDistinct:andBoundingBox:andWhere:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:andWhere:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andBoundingBox:andWhere:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:andWhere:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andBoundingBox:andWhere:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andBoundingBox:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:andWhere:andLimit:":{"name":"-queryForChunkWithColumns:andBoundingBox:andWhere:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:andWhere:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andBoundingBox:andWhere:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:andWhere:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andBoundingBox:andWhere:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andBoundingBox:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:andWhere:andWhereArgs:andLimit:":{"name":"-queryForChunkWithBoundingBox:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryForChunkWithBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryForChunkWithBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andLimit:":{"name":"-queryForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:":{"name":"-queryForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithEnvelope:andLimit:":{"name":"-queryForChunkWithEnvelope:andLimit:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithEnvelope:andLimit:andOffset:":{"name":"-queryForChunkWithEnvelope:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithEnvelope:andOrderBy:andLimit:":{"name":"-queryForChunkWithEnvelope:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithEnvelope:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithEnvelope:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andEnvelope:andLimit:":{"name":"-queryForChunkWithDistinct:andEnvelope:andLimit:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andEnvelope:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andEnvelope:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andEnvelope:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andEnvelope:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andEnvelope:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andEnvelope:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andEnvelope:andLimit:":{"name":"-queryForChunkWithColumns:andEnvelope:andLimit:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andEnvelope:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andEnvelope:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andEnvelope:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andEnvelope:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andEnvelope:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andEnvelope:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andEnvelope:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andLimit:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andEnvelope:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andEnvelope:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andEnvelope:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithEnvelope:andFieldValues:andLimit:":{"name":"-queryForChunkWithEnvelope:andFieldValues:andLimit:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithEnvelope:andFieldValues:andLimit:andOffset:":{"name":"-queryForChunkWithEnvelope:andFieldValues:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithEnvelope:andFieldValues:andOrderBy:andLimit:":{"name":"-queryForChunkWithEnvelope:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andEnvelope:andFieldValues:andLimit:":{"name":"-queryForChunkWithDistinct:andEnvelope:andFieldValues:andLimit:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andEnvelope:andFieldValues:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andEnvelope:andFieldValues:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andEnvelope:andFieldValues:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andEnvelope:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andEnvelope:andFieldValues:andLimit:":{"name":"-queryForChunkWithColumns:andEnvelope:andFieldValues:andLimit:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andEnvelope:andFieldValues:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andEnvelope:andFieldValues:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andLimit:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithEnvelope:andWhere:andLimit:":{"name":"-queryForChunkWithEnvelope:andWhere:andLimit:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithEnvelope:andWhere:andLimit:andOffset:":{"name":"-queryForChunkWithEnvelope:andWhere:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithEnvelope:andWhere:andOrderBy:andLimit:":{"name":"-queryForChunkWithEnvelope:andWhere:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithEnvelope:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithEnvelope:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andEnvelope:andWhere:andLimit:":{"name":"-queryForChunkWithDistinct:andEnvelope:andWhere:andLimit:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andEnvelope:andWhere:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andEnvelope:andWhere:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andEnvelope:andWhere:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andEnvelope:andWhere:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andEnvelope:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andEnvelope:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andEnvelope:andWhere:andLimit:":{"name":"-queryForChunkWithColumns:andEnvelope:andWhere:andLimit:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andEnvelope:andWhere:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andEnvelope:andWhere:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andEnvelope:andWhere:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andEnvelope:andWhere:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andEnvelope:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andEnvelope:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andEnvelope:andWhere:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andWhere:andLimit:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andEnvelope:andWhere:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andWhere:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andEnvelope:andWhere:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andWhere:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andEnvelope:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithEnvelope:andWhere:andWhereArgs:andLimit:":{"name":"-queryForChunkWithEnvelope:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithEnvelope:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryForChunkWithEnvelope:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryForChunkWithEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andLimit:":{"name":"-queryForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andLimit:":{"name":"-queryForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:inProjection:andLimit:":{"name":"-queryForChunkWithBoundingBox:inProjection:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:inProjection:andLimit:andOffset:":{"name":"-queryForChunkWithBoundingBox:inProjection:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:inProjection:andOrderBy:andLimit:":{"name":"-queryForChunkWithBoundingBox:inProjection:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:inProjection:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithBoundingBox:inProjection:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:inProjection:andLimit:":{"name":"-queryForChunkWithDistinct:andBoundingBox:inProjection:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:inProjection:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andBoundingBox:inProjection:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:inProjection:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andBoundingBox:inProjection:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:inProjection:andLimit:":{"name":"-queryForChunkWithColumns:andBoundingBox:inProjection:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:inProjection:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andBoundingBox:inProjection:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:inProjection:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andBoundingBox:inProjection:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:inProjection:andFieldValues:andLimit:":{"name":"-queryForChunkWithBoundingBox:inProjection:andFieldValues:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:inProjection:andFieldValues:andLimit:andOffset:":{"name":"-queryForChunkWithBoundingBox:inProjection:andFieldValues:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:":{"name":"-queryForChunkWithBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andLimit:":{"name":"-queryForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andLimit:":{"name":"-queryForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:inProjection:andWhere:andLimit:":{"name":"-queryForChunkWithBoundingBox:inProjection:andWhere:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:inProjection:andWhere:andLimit:andOffset:":{"name":"-queryForChunkWithBoundingBox:inProjection:andWhere:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:inProjection:andWhere:andOrderBy:andLimit:":{"name":"-queryForChunkWithBoundingBox:inProjection:andWhere:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andLimit:":{"name":"-queryForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:inProjection:andWhere:andLimit:":{"name":"-queryForChunkWithColumns:andBoundingBox:inProjection:andWhere:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:inProjection:andWhere:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andBoundingBox:inProjection:andWhere:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:":{"name":"-queryForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:":{"name":"-queryForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:":{"name":"-queryForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexLocation.html#/c:objc(cs)GPKGFeatureIndexLocation(im)initWithFeatureIndexManager:":{"name":"-initWithFeatureIndexManager:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureIndexLocation"},"Classes/GPKGFeatureIndexListResults.html#/c:objc(cs)GPKGFeatureIndexListResults(im)init":{"name":"-init","abstract":"

    Initializer

    ","parent_name":"GPKGFeatureIndexListResults"},"Classes/GPKGFeatureIndexListResults.html#/c:objc(cs)GPKGFeatureIndexListResults(im)initWithFeatureRow:":{"name":"-initWithFeatureRow:","abstract":"

    Initializer

    ","parent_name":"GPKGFeatureIndexListResults"},"Classes/GPKGFeatureIndexListResults.html#/c:objc(cs)GPKGFeatureIndexListResults(im)initWithFeatureRows:":{"name":"-initWithFeatureRows:","abstract":"

    Initializer

    ","parent_name":"GPKGFeatureIndexListResults"},"Classes/GPKGFeatureIndexListResults.html#/c:objc(cs)GPKGFeatureIndexListResults(im)addRow:":{"name":"-addRow:","abstract":"

    Add a feature row

    ","parent_name":"GPKGFeatureIndexListResults"},"Classes/GPKGFeatureIndexListResults.html#/c:objc(cs)GPKGFeatureIndexListResults(im)addRows:":{"name":"-addRows:","abstract":"

    Add feature rows

    ","parent_name":"GPKGFeatureIndexListResults"},"Classes/GPKGFeatureIndexGeoPackageResults.html#/c:objc(cs)GPKGFeatureIndexGeoPackageResults(im)initWithFeatureTableIndex:andResults:":{"name":"-initWithFeatureTableIndex:andResults:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureIndexGeoPackageResults"},"Classes/GPKGFeatureIndexFeatureResults.html#/c:objc(cs)GPKGFeatureIndexFeatureResults(im)initWithDao:andResults:":{"name":"-initWithDao:andResults:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureIndexFeatureResults"},"Classes/GPKGGeometryColumnsDao.html#/c:objc(cs)GPKGGeometryColumnsDao(cm)createWithDatabase:":{"name":"+createWithDatabase:","abstract":"

    Create the DAO

    ","parent_name":"GPKGGeometryColumnsDao"},"Classes/GPKGGeometryColumnsDao.html#/c:objc(cs)GPKGGeometryColumnsDao(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGGeometryColumnsDao"},"Classes/GPKGGeometryColumnsDao.html#/c:objc(cs)GPKGGeometryColumnsDao(im)queryForTableName:":{"name":"-queryForTableName:","abstract":"

    Query for the table name

    ","parent_name":"GPKGGeometryColumnsDao"},"Classes/GPKGGeometryColumnsDao.html#/c:objc(cs)GPKGGeometryColumnsDao(im)featureTables":{"name":"-featureTables","abstract":"

    Get the feature table names

    ","parent_name":"GPKGGeometryColumnsDao"},"Classes/GPKGGeometryColumnsDao.html#/c:objc(cs)GPKGGeometryColumnsDao(im)srs:":{"name":"-srs:","abstract":"

    Get the Spatial Reference System of the Geometry Columns

    ","parent_name":"GPKGGeometryColumnsDao"},"Classes/GPKGGeometryColumnsDao.html#/c:objc(cs)GPKGGeometryColumnsDao(im)contents:":{"name":"-contents:","abstract":"

    Get the Contents of the Geometry Columns

    ","parent_name":"GPKGGeometryColumnsDao"},"Classes/GPKGGeometryColumns.html#/c:objc(cs)GPKGGeometryColumns(py)tableName":{"name":"tableName","abstract":"

    Name of the table containing the geometry column

    ","parent_name":"GPKGGeometryColumns"},"Classes/GPKGGeometryColumns.html#/c:objc(cs)GPKGGeometryColumns(py)columnName":{"name":"columnName","abstract":"

    Name of a column in the feature table that is a Geometry Column

    ","parent_name":"GPKGGeometryColumns"},"Classes/GPKGGeometryColumns.html#/c:objc(cs)GPKGGeometryColumns(py)geometryTypeName":{"name":"geometryTypeName","abstract":"

    Name from Geometry Type Codes (Core) or Geometry Type Codes (Extension)","parent_name":"GPKGGeometryColumns"},"Classes/GPKGGeometryColumns.html#/c:objc(cs)GPKGGeometryColumns(py)srsId":{"name":"srsId","abstract":"

    Unique identifier for each Spatial Reference System within a GeoPackage

    ","parent_name":"GPKGGeometryColumns"},"Classes/GPKGGeometryColumns.html#/c:objc(cs)GPKGGeometryColumns(py)z":{"name":"z","abstract":"

    0: z values prohibited; 1: z values mandatory; 2: z values optional

    ","parent_name":"GPKGGeometryColumns"},"Classes/GPKGGeometryColumns.html#/c:objc(cs)GPKGGeometryColumns(py)m":{"name":"m","abstract":"

    0: m values prohibited; 1: m values mandatory; 2: m values optional

    ","parent_name":"GPKGGeometryColumns"},"Classes/GPKGGeometryColumns.html#/c:objc(cs)GPKGGeometryColumns(im)geometryType":{"name":"-geometryType","abstract":"

    Get the geometry type

    ","parent_name":"GPKGGeometryColumns"},"Classes/GPKGGeometryColumns.html#/c:objc(cs)GPKGGeometryColumns(im)setGeometryType:":{"name":"-setGeometryType:","abstract":"

    Set the geometry type

    ","parent_name":"GPKGGeometryColumns"},"Classes/GPKGGeometryColumns.html#/c:objc(cs)GPKGGeometryColumns(im)setContents:":{"name":"-setContents:","abstract":"

    Set the Contents

    ","parent_name":"GPKGGeometryColumns"},"Classes/GPKGGeometryColumns.html#/c:objc(cs)GPKGGeometryColumns(im)setSrs:":{"name":"-setSrs:","abstract":"

    Set the Spatial Reference System

    ","parent_name":"GPKGGeometryColumns"},"Classes/GPKGOAPIFeatureGenerator.html#/c:objc(cs)GPKGOAPIFeatureGenerator(py)limit":{"name":"limit","abstract":"

    The optional limit parameter limits the number of items that are","parent_name":"GPKGOAPIFeatureGenerator"},"Classes/GPKGOAPIFeatureGenerator.html#/c:objc(cs)GPKGOAPIFeatureGenerator(py)time":{"name":"time","abstract":"

    Either a date-time or a period string that adheres to RFC 3339

    ","parent_name":"GPKGOAPIFeatureGenerator"},"Classes/GPKGOAPIFeatureGenerator.html#/c:objc(cs)GPKGOAPIFeatureGenerator(py)period":{"name":"period","abstract":"

    Time period string that adheres to RFC 3339

    ","parent_name":"GPKGOAPIFeatureGenerator"},"Classes/GPKGOAPIFeatureGenerator.html#/c:objc(cs)GPKGOAPIFeatureGenerator(py)totalLimit":{"name":"totalLimit","abstract":"

    Total limit of number of items to request

    ","parent_name":"GPKGOAPIFeatureGenerator"},"Classes/GPKGOAPIFeatureGenerator.html#/c:objc(cs)GPKGOAPIFeatureGenerator(py)downloadAttempts":{"name":"downloadAttempts","abstract":"

    Download attempts per feature request

    ","parent_name":"GPKGOAPIFeatureGenerator"},"Classes/GPKGOAPIFeatureGenerator.html#/c:objc(cs)GPKGOAPIFeatureGenerator(im)initWithGeoPackage:andTable:andServer:andId:":{"name":"-initWithGeoPackage:andTable:andServer:andId:","abstract":"

    Initialize

    ","parent_name":"GPKGOAPIFeatureGenerator"},"Classes/GPKGOAPIFeatureGenerator.html#/c:objc(cs)GPKGOAPIFeatureGenerator(im)server":{"name":"-server","abstract":"

    Get the server

    ","parent_name":"GPKGOAPIFeatureGenerator"},"Classes/GPKGOAPIFeatureGenerator.html#/c:objc(cs)GPKGOAPIFeatureGenerator(im)id":{"name":"-id","abstract":"

    Get the collection id

    ","parent_name":"GPKGOAPIFeatureGenerator"},"Classes/GPKGOAPIFeatureGenerator.html#/c:objc(cs)GPKGOAPIFeatureGenerator(im)setTimeFromDate:":{"name":"-setTimeFromDate:","abstract":"

    Set the time

    ","parent_name":"GPKGOAPIFeatureGenerator"},"Classes/GPKGOAPIFeatureGenerator.html#/c:objc(cs)GPKGOAPIFeatureGenerator(im)setPeriodFromDate:":{"name":"-setPeriodFromDate:","abstract":"

    Set the time period

    ","parent_name":"GPKGOAPIFeatureGenerator"},"Classes/GPKGOAPIFeatureGenerator.html#/c:objc(cs)GPKGOAPIFeatureGenerator(im)projections":{"name":"-projections","abstract":"

    Get the supported projections

    ","parent_name":"GPKGOAPIFeatureGenerator"},"Classes/GPKGOAPIFeatureGenerator.html#/c:objc(cs)GPKGOAPIFeatureGenerator(im)projectionsForURL:":{"name":"-projectionsForURL:","abstract":"

    Get the supported projections

    ","parent_name":"GPKGOAPIFeatureGenerator"},"Classes/GPKGOAPIFeatureGenerator.html#/c:objc(cs)GPKGOAPIFeatureGenerator(im)projectionsForCollection:":{"name":"-projectionsForCollection:","abstract":"

    Get the supported projections

    ","parent_name":"GPKGOAPIFeatureGenerator"},"Classes/GPKGOAPIFeatureGenerator.html#/c:objc(cs)GPKGOAPIFeatureGenerator(im)requestProjection:":{"name":"-requestProjection:","abstract":"

    Determine if the projection should be requested from the server

    ","parent_name":"GPKGOAPIFeatureGenerator"},"Classes/GPKGOAPIFeatureGenerator.html#/c:objc(cs)GPKGOAPIFeatureGenerator(im)isDefaultProjection:":{"name":"-isDefaultProjection:","abstract":"

    Check if the projection is a default projection

    ","parent_name":"GPKGOAPIFeatureGenerator"},"Classes/GPKGOAPIFeatureGenerator.html#/c:objc(cs)GPKGOAPIFeatureGenerator(im)collectionRequest":{"name":"-collectionRequest","abstract":"

    Collection request

    ","parent_name":"GPKGOAPIFeatureGenerator"},"Classes/GPKGFeatureGenerator.html#/c:objc(cs)GPKGFeatureGenerator(py)boundingBox":{"name":"boundingBox","abstract":"

    Features bounding box

    ","parent_name":"GPKGFeatureGenerator"},"Classes/GPKGFeatureGenerator.html#/c:objc(cs)GPKGFeatureGenerator(py)boundingBoxProjection":{"name":"boundingBoxProjection","abstract":"

    Bounding Box projection

    ","parent_name":"GPKGFeatureGenerator"},"Classes/GPKGFeatureGenerator.html#/c:objc(cs)GPKGFeatureGenerator(py)projection":{"name":"projection","abstract":"

    Features projection

    ","parent_name":"GPKGFeatureGenerator"},"Classes/GPKGFeatureGenerator.html#/c:objc(cs)GPKGFeatureGenerator(py)transactionLimit":{"name":"transactionLimit","abstract":"

    Number of rows to save in a single transaction

    ","parent_name":"GPKGFeatureGenerator"},"Classes/GPKGFeatureGenerator.html#/c:objc(cs)GPKGFeatureGenerator(py)progress":{"name":"progress","abstract":"

    Progress callbacks

    ","parent_name":"GPKGFeatureGenerator"},"Classes/GPKGFeatureGenerator.html#/c:objc(cs)GPKGFeatureGenerator(cm)epsgWGS84":{"name":"+epsgWGS84","abstract":"

    Get the EPSG WGS84 projection

    ","parent_name":"GPKGFeatureGenerator"},"Classes/GPKGFeatureGenerator.html#/c:objc(cs)GPKGFeatureGenerator(im)initWithGeoPackage:andTable:":{"name":"-initWithGeoPackage:andTable:","abstract":"

    Initialize with number range

    ","parent_name":"GPKGFeatureGenerator"},"Classes/GPKGFeatureGenerator.html#/c:objc(cs)GPKGFeatureGenerator(im)geoPackage":{"name":"-geoPackage","abstract":"

    Get the GeoPackage

    ","parent_name":"GPKGFeatureGenerator"},"Classes/GPKGFeatureGenerator.html#/c:objc(cs)GPKGFeatureGenerator(im)tableName":{"name":"-tableName","abstract":"

    Get the table name

    ","parent_name":"GPKGFeatureGenerator"},"Classes/GPKGFeatureGenerator.html#/c:objc(cs)GPKGFeatureGenerator(im)isActive":{"name":"-isActive","abstract":"

    Determine if the feature generator should remain active

    ","parent_name":"GPKGFeatureGenerator"},"Classes/GPKGFeatureGenerator.html#/c:objc(cs)GPKGFeatureGenerator(im)geometryColumns":{"name":"-geometryColumns","abstract":"

    Get the geometry columns

    ","parent_name":"GPKGFeatureGenerator"},"Classes/GPKGFeatureGenerator.html#/c:objc(cs)GPKGFeatureGenerator(im)columns":{"name":"-columns","abstract":"

    Get the columns

    ","parent_name":"GPKGFeatureGenerator"},"Classes/GPKGFeatureGenerator.html#/c:objc(cs)GPKGFeatureGenerator(im)srs":{"name":"-srs","abstract":"

    Get the Spatial Reference System

    ","parent_name":"GPKGFeatureGenerator"},"Classes/GPKGFeatureGenerator.html#/c:objc(cs)GPKGFeatureGenerator(im)featureDao":{"name":"-featureDao","abstract":"

    Get the feature DAO

    ","parent_name":"GPKGFeatureGenerator"},"Classes/GPKGFeatureGenerator.html#/c:objc(cs)GPKGFeatureGenerator(im)generateFeatures":{"name":"-generateFeatures","abstract":"

    Generate the features

    ","parent_name":"GPKGFeatureGenerator"},"Classes/GPKGFeatureGenerator.html#/c:objc(cs)GPKGFeatureGenerator(im)createFeatureWithGeometry:andProperties:":{"name":"-createFeatureWithGeometry:andProperties:","abstract":"

    Create the feature

    ","parent_name":"GPKGFeatureGenerator"},"Classes/GPKGFeatureGenerator.html#/c:objc(cs)GPKGFeatureGenerator(im)createSrs":{"name":"-createSrs","abstract":"

    Create the Spatial Reference System

    ","parent_name":"GPKGFeatureGenerator"},"Classes/GPKGFeatureGenerator.html#/c:objc(cs)GPKGFeatureGenerator(im)srsProjection":{"name":"-srsProjection","abstract":"

    Get the projection for creating the Spatial Reference System

    ","parent_name":"GPKGFeatureGenerator"},"Classes/GPKGFeatureGenerator.html#/c:objc(cs)GPKGFeatureGenerator(im)createGeometryData:":{"name":"-createGeometryData:","abstract":"

    Create the geometry data

    ","parent_name":"GPKGFeatureGenerator"},"Classes/GPKGFeatureGenerator.html#/c:objc(cs)GPKGFeatureGenerator(im)addProjectionWithAuthority:andCode:toProjections:":{"name":"-addProjectionWithAuthority:andCode:toProjections:","abstract":"

    Add a projection

    ","parent_name":"GPKGFeatureGenerator"},"Classes/GPKGFeatureGenerator.html#/c:objc(cs)GPKGFeatureGenerator(im)createProjectionWithAuthority:andCode:":{"name":"-createProjectionWithAuthority:andCode:","abstract":"

    Create a projection

    ","parent_name":"GPKGFeatureGenerator"},"Classes/GPKGDataColumnConstraintsDao.html#/c:objc(cs)GPKGDataColumnConstraintsDao(cm)createWithDatabase:":{"name":"+createWithDatabase:","abstract":"

    Create the DAO

    ","parent_name":"GPKGDataColumnConstraintsDao"},"Classes/GPKGDataColumnConstraintsDao.html#/c:objc(cs)GPKGDataColumnConstraintsDao(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGDataColumnConstraintsDao"},"Classes/GPKGDataColumnConstraintsDao.html#/c:objc(cs)GPKGDataColumnConstraintsDao(im)deleteCascade:":{"name":"-deleteCascade:","abstract":"

    Delete the Data Columns Constraints, cascading

    ","parent_name":"GPKGDataColumnConstraintsDao"},"Classes/GPKGDataColumnConstraintsDao.html#/c:objc(cs)GPKGDataColumnConstraintsDao(im)deleteCascadeWithCollection:":{"name":"-deleteCascadeWithCollection:","abstract":"

    Delete the collection of Data Column Constraints, cascading

    ","parent_name":"GPKGDataColumnConstraintsDao"},"Classes/GPKGDataColumnConstraintsDao.html#/c:objc(cs)GPKGDataColumnConstraintsDao(im)deleteCascadeWhere:andWhereArgs:":{"name":"-deleteCascadeWhere:andWhereArgs:","abstract":"

    Delete the Data Columns Constraints where, cascading

    ","parent_name":"GPKGDataColumnConstraintsDao"},"Classes/GPKGDataColumnConstraintsDao.html#/c:objc(cs)GPKGDataColumnConstraintsDao(im)queryByConstraintName:":{"name":"-queryByConstraintName:","abstract":"

    Query by the constraint name

    ","parent_name":"GPKGDataColumnConstraintsDao"},"Classes/GPKGDataColumnConstraintsDao.html#/c:objc(cs)GPKGDataColumnConstraintsDao(im)queryByUniqueConstraintName:andConstraintType:andValue:":{"name":"-queryByUniqueConstraintName:andConstraintType:andValue:","abstract":"

    Query by the unique column values

    ","parent_name":"GPKGDataColumnConstraintsDao"},"Classes/GPKGDataColumnConstraints.html#/c:objc(cs)GPKGDataColumnConstraints(py)constraintName":{"name":"constraintName","abstract":"

    Case sensitive name of constraint

    ","parent_name":"GPKGDataColumnConstraints"},"Classes/GPKGDataColumnConstraints.html#/c:objc(cs)GPKGDataColumnConstraints(py)constraintType":{"name":"constraintType","abstract":"

    Lowercase type name of constraint: range | enum | glob

    ","parent_name":"GPKGDataColumnConstraints"},"Classes/GPKGDataColumnConstraints.html#/c:objc(cs)GPKGDataColumnConstraints(py)value":{"name":"value","abstract":"

    Specified case sensitive value for enum or glob or NULL for range","parent_name":"GPKGDataColumnConstraints"},"Classes/GPKGDataColumnConstraints.html#/c:objc(cs)GPKGDataColumnConstraints(py)min":{"name":"min","abstract":"

    Minimum value for ‘range’ or NULL for ‘enum’ or ‘glob’ constraint_type

    ","parent_name":"GPKGDataColumnConstraints"},"Classes/GPKGDataColumnConstraints.html#/c:objc(cs)GPKGDataColumnConstraints(py)minIsInclusive":{"name":"minIsInclusive","abstract":"

    0 (false) if min value is exclusive, or 1 (true) if min value is","parent_name":"GPKGDataColumnConstraints"},"Classes/GPKGDataColumnConstraints.html#/c:objc(cs)GPKGDataColumnConstraints(py)max":{"name":"max","abstract":"

    Maximum value for ‘range’ or NULL for ‘enum’ or ‘glob’ constraint_type

    ","parent_name":"GPKGDataColumnConstraints"},"Classes/GPKGDataColumnConstraints.html#/c:objc(cs)GPKGDataColumnConstraints(py)maxIsInclusive":{"name":"maxIsInclusive","abstract":"

    0 (false) if max value is exclusive, or 1 (true) if max value is","parent_name":"GPKGDataColumnConstraints"},"Classes/GPKGDataColumnConstraints.html#/c:objc(cs)GPKGDataColumnConstraints(py)theDescription":{"name":"theDescription","abstract":"

    For ranges and globs, describes the constraint; for enums, describes the","parent_name":"GPKGDataColumnConstraints"},"Classes/GPKGDataColumnConstraints.html#/c:objc(cs)GPKGDataColumnConstraints(im)dataColumnConstraintType":{"name":"-dataColumnConstraintType","abstract":"

    Get the data column constraint type

    ","parent_name":"GPKGDataColumnConstraints"},"Classes/GPKGDataColumnConstraints.html#/c:objc(cs)GPKGDataColumnConstraints(im)setDataColumnConstraintType:":{"name":"-setDataColumnConstraintType:","abstract":"

    Set the data column constraint type

    ","parent_name":"GPKGDataColumnConstraints"},"Classes/GPKGDataColumnConstraints.html#/c:objc(cs)GPKGDataColumnConstraints(im)setMinValue:":{"name":"-setMinValue:","abstract":"

    Set the min

    ","parent_name":"GPKGDataColumnConstraints"},"Classes/GPKGDataColumnConstraints.html#/c:objc(cs)GPKGDataColumnConstraints(im)setMinIsInclusiveValue:":{"name":"-setMinIsInclusiveValue:","abstract":"

    Set the min is inclusive value

    ","parent_name":"GPKGDataColumnConstraints"},"Classes/GPKGDataColumnConstraints.html#/c:objc(cs)GPKGDataColumnConstraints(im)setMaxValue:":{"name":"-setMaxValue:","abstract":"

    Set the max

    ","parent_name":"GPKGDataColumnConstraints"},"Classes/GPKGDataColumnConstraints.html#/c:objc(cs)GPKGDataColumnConstraints(im)setMaxIsInclusiveValue:":{"name":"-setMaxIsInclusiveValue:","abstract":"

    Set the max is inclusive value

    ","parent_name":"GPKGDataColumnConstraints"},"Classes/GPKGDataColumnsDao.html#/c:objc(cs)GPKGDataColumnsDao(cm)createWithDatabase:":{"name":"+createWithDatabase:","abstract":"

    Create the DAO

    ","parent_name":"GPKGDataColumnsDao"},"Classes/GPKGDataColumnsDao.html#/c:objc(cs)GPKGDataColumnsDao(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGDataColumnsDao"},"Classes/GPKGDataColumnsDao.html#/c:objc(cs)GPKGDataColumnsDao(im)contents:":{"name":"-contents:","abstract":"

    Get the Contents from the Data Columns

    ","parent_name":"GPKGDataColumnsDao"},"Classes/GPKGDataColumnsDao.html#/c:objc(cs)GPKGDataColumnsDao(im)queryByConstraintName:":{"name":"-queryByConstraintName:","abstract":"

    Query by constraint name

    ","parent_name":"GPKGDataColumnsDao"},"Classes/GPKGDataColumnsDao.html#/c:objc(cs)GPKGDataColumnsDao(im)dataColumnByTableName:andColumnName:":{"name":"-dataColumnByTableName:andColumnName:","abstract":"

    Get DataColumn by column name and table name

    ","parent_name":"GPKGDataColumnsDao"},"Classes/GPKGDataColumnsDao.html#/c:objc(cs)GPKGDataColumnsDao(im)queryByTable:":{"name":"-queryByTable:","abstract":"

    Query by table name

    ","parent_name":"GPKGDataColumnsDao"},"Classes/GPKGDataColumnsDao.html#/c:objc(cs)GPKGDataColumnsDao(im)deleteByTableName:":{"name":"-deleteByTableName:","abstract":"

    Delete by table name

    ","parent_name":"GPKGDataColumnsDao"},"Classes/GPKGDataColumns.html#/c:objc(cs)GPKGDataColumns(py)tableName":{"name":"tableName","abstract":"

    Name of the tiles or feature table

    ","parent_name":"GPKGDataColumns"},"Classes/GPKGDataColumns.html#/c:objc(cs)GPKGDataColumns(py)columnName":{"name":"columnName","abstract":"

    Name of the table column

    ","parent_name":"GPKGDataColumns"},"Classes/GPKGDataColumns.html#/c:objc(cs)GPKGDataColumns(py)name":{"name":"name","abstract":"

    A human-readable identifier (e.g. short name) for the column_name content

    ","parent_name":"GPKGDataColumns"},"Classes/GPKGDataColumns.html#/c:objc(cs)GPKGDataColumns(py)title":{"name":"title","abstract":"

    A human-readable formal title for the column_name content

    ","parent_name":"GPKGDataColumns"},"Classes/GPKGDataColumns.html#/c:objc(cs)GPKGDataColumns(py)theDescription":{"name":"theDescription","abstract":"

    A human-readable description for the column_name content

    ","parent_name":"GPKGDataColumns"},"Classes/GPKGDataColumns.html#/c:objc(cs)GPKGDataColumns(py)mimeType":{"name":"mimeType","abstract":"

    MIME type of column_name if BLOB type, or NULL for other types

    ","parent_name":"GPKGDataColumns"},"Classes/GPKGDataColumns.html#/c:objc(cs)GPKGDataColumns(py)constraintName":{"name":"constraintName","abstract":"

    Case sensitive column value constraint name specified by reference to","parent_name":"GPKGDataColumns"},"Classes/GPKGDataColumns.html#/c:objc(cs)GPKGDataColumns(im)setContents:":{"name":"-setContents:","abstract":"

    Set the Contents

    ","parent_name":"GPKGDataColumns"},"Classes/GPKGDataColumns.html#/c:objc(cs)GPKGDataColumns(im)setConstraint:":{"name":"-setConstraint:","abstract":"

    Set the Data Column Constraints

    ","parent_name":"GPKGDataColumns"},"Classes/GPKGSchemaExtension.html#/c:objc(cs)GPKGSchemaExtension(py)extensionName":{"name":"extensionName","abstract":"

    Extension name

    ","parent_name":"GPKGSchemaExtension"},"Classes/GPKGSchemaExtension.html#/c:objc(cs)GPKGSchemaExtension(py)definition":{"name":"definition","abstract":"

    Extension definition URL

    ","parent_name":"GPKGSchemaExtension"},"Classes/GPKGSchemaExtension.html#/c:objc(cs)GPKGSchemaExtension(im)initWithGeoPackage:":{"name":"-initWithGeoPackage:","abstract":"

    Initialize

    ","parent_name":"GPKGSchemaExtension"},"Classes/GPKGSchemaExtension.html#/c:objc(cs)GPKGSchemaExtension(im)extensionCreate":{"name":"-extensionCreate","abstract":"

    Get or create the extensions

    ","parent_name":"GPKGSchemaExtension"},"Classes/GPKGSchemaExtension.html#/c:objc(cs)GPKGSchemaExtension(im)has":{"name":"-has","abstract":"

    Determine if the GeoPackage has the extension

    ","parent_name":"GPKGSchemaExtension"},"Classes/GPKGSchemaExtension.html#/c:objc(cs)GPKGSchemaExtension(im)removeExtension":{"name":"-removeExtension","abstract":"

    Remove all trace of the extension

    ","parent_name":"GPKGSchemaExtension"},"Classes/GPKGSchemaExtension.html#/c:objc(cs)GPKGSchemaExtension(im)dataColumnsDao":{"name":"-dataColumnsDao","abstract":"

    Get a Data Columns DAO

    ","parent_name":"GPKGSchemaExtension"},"Classes/GPKGSchemaExtension.html#/c:objc(cs)GPKGSchemaExtension(cm)dataColumnsDaoWithGeoPackage:":{"name":"+dataColumnsDaoWithGeoPackage:","abstract":"

    Get a Data Columns DAO

    ","parent_name":"GPKGSchemaExtension"},"Classes/GPKGSchemaExtension.html#/c:objc(cs)GPKGSchemaExtension(cm)dataColumnsDaoWithDatabase:":{"name":"+dataColumnsDaoWithDatabase:","abstract":"

    Get a Data Columns DAO

    ","parent_name":"GPKGSchemaExtension"},"Classes/GPKGSchemaExtension.html#/c:objc(cs)GPKGSchemaExtension(im)createDataColumnsTable":{"name":"-createDataColumnsTable","abstract":"

    Create the Data Columns table if it does not already exist

    ","parent_name":"GPKGSchemaExtension"},"Classes/GPKGSchemaExtension.html#/c:objc(cs)GPKGSchemaExtension(im)dataColumnConstraintsDao":{"name":"-dataColumnConstraintsDao","abstract":"

    Get a Data Column Constraints DAO

    ","parent_name":"GPKGSchemaExtension"},"Classes/GPKGSchemaExtension.html#/c:objc(cs)GPKGSchemaExtension(cm)dataColumnConstraintsDaoWithGeoPackage:":{"name":"+dataColumnConstraintsDaoWithGeoPackage:","abstract":"

    Get a Data Column Constraints DAO

    ","parent_name":"GPKGSchemaExtension"},"Classes/GPKGSchemaExtension.html#/c:objc(cs)GPKGSchemaExtension(cm)dataColumnConstraintsDaoWithDatabase:":{"name":"+dataColumnConstraintsDaoWithDatabase:","abstract":"

    Get a Data Column Constraints DAO

    ","parent_name":"GPKGSchemaExtension"},"Classes/GPKGSchemaExtension.html#/c:objc(cs)GPKGSchemaExtension(im)createDataColumnConstraintsTable":{"name":"-createDataColumnConstraintsTable","abstract":"

    Create the Data Column Constraints table if it does not already exist

    ","parent_name":"GPKGSchemaExtension"},"Classes/GPKGRTreeIndexTableRow.html#/c:objc(cs)GPKGRTreeIndexTableRow(im)initWithUserCustomRow:":{"name":"-initWithUserCustomRow:","abstract":"

    Initialize

    ","parent_name":"GPKGRTreeIndexTableRow"},"Classes/GPKGRTreeIndexTableRow.html#/c:objc(cs)GPKGRTreeIndexTableRow(im)minX":{"name":"-minX","abstract":"

    Get the min x

    ","parent_name":"GPKGRTreeIndexTableRow"},"Classes/GPKGRTreeIndexTableRow.html#/c:objc(cs)GPKGRTreeIndexTableRow(im)maxX":{"name":"-maxX","abstract":"

    Get the max x

    ","parent_name":"GPKGRTreeIndexTableRow"},"Classes/GPKGRTreeIndexTableRow.html#/c:objc(cs)GPKGRTreeIndexTableRow(im)minY":{"name":"-minY","abstract":"

    Get the min y

    ","parent_name":"GPKGRTreeIndexTableRow"},"Classes/GPKGRTreeIndexTableRow.html#/c:objc(cs)GPKGRTreeIndexTableRow(im)maxY":{"name":"-maxY","abstract":"

    Get the max y

    ","parent_name":"GPKGRTreeIndexTableRow"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(py)progress":{"name":"progress","abstract":"

    Progress callbacks

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(py)tolerance":{"name":"tolerance","abstract":"

    Query range tolerance

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)initWithExtension:andDao:andFeatureDao:":{"name":"-initWithExtension:andDao:andFeatureDao:","abstract":"

    Initialize

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)has":{"name":"-has","abstract":"

    Determine if this feature table has the RTree extension

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)create":{"name":"-create","abstract":"

    Create the RTree extension for the feature table

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)delete":{"name":"-delete","abstract":"

    Delete the RTree extension for the feature table

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)rTreeIndexExtension":{"name":"-rTreeIndexExtension","abstract":"

    Get the RTree index extension

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)featureDao":{"name":"-featureDao","abstract":"

    Get the feature DAO

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)row:":{"name":"-row:","abstract":"

    Get the RTree Index Table row from the current result set location

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)rowWithRow:":{"name":"-rowWithRow:","abstract":"

    Get the RTree Index Table row from the row

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)rowFromUserCustomRow:":{"name":"-rowFromUserCustomRow:","abstract":"

    Get the RTree Index Table row from the user custom row

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)featureRowFromRTreeRow:":{"name":"-featureRowFromRTreeRow:","abstract":"

    Get the feature row from the RTree Index Table row

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)featureRow:":{"name":"-featureRow:","abstract":"

    Get the feature row from the result set

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)featureRowWithRow:":{"name":"-featureRowWithRow:","abstract":"

    Get the feature row from the row

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)featureRowFromUserCustomRow:":{"name":"-featureRowFromUserCustomRow:","abstract":"

    Get the feature row from the user custom row

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeatures":{"name":"-queryFeatures","abstract":"

    Query for all features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:":{"name":"-queryFeaturesWithDistinct:","abstract":"

    Query for all features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithColumns:":{"name":"-queryFeaturesWithColumns:","abstract":"

    Query for all features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andColumns:":{"name":"-queryFeaturesWithDistinct:andColumns:","abstract":"

    Query for all features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeatures":{"name":"-countFeatures","abstract":"

    Count features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithColumn:":{"name":"-countFeaturesWithColumn:","abstract":"

    Count features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithDistinct:andColumn:":{"name":"-countFeaturesWithDistinct:andColumn:","abstract":"

    Count features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithFieldValues:":{"name":"-queryFeaturesWithFieldValues:","abstract":"

    Query for features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andFieldValues:","abstract":"

    Query for features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithColumns:andFieldValues:":{"name":"-queryFeaturesWithColumns:andFieldValues:","abstract":"

    Query for features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andColumns:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andColumns:andFieldValues:","abstract":"

    Query for features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithFieldValues:":{"name":"-countFeaturesWithFieldValues:","abstract":"

    Count features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithColumn:andFieldValues:":{"name":"-countFeaturesWithColumn:andFieldValues:","abstract":"

    Count features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithDistinct:andColumn:andFieldValues:":{"name":"-countFeaturesWithDistinct:andColumn:andFieldValues:","abstract":"

    Count features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWhere:":{"name":"-queryFeaturesWhere:","abstract":"

    Query for features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andWhere:":{"name":"-queryFeaturesWithDistinct:andWhere:","abstract":"

    Query for features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithColumns:andWhere:":{"name":"-queryFeaturesWithColumns:andWhere:","abstract":"

    Query for features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andColumns:andWhere:":{"name":"-queryFeaturesWithDistinct:andColumns:andWhere:","abstract":"

    Query for features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWhere:":{"name":"-countFeaturesWhere:","abstract":"

    Count features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithColumn:andWhere:":{"name":"-countFeaturesWithColumn:andWhere:","abstract":"

    Count features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithDistinct:andColumn:andWhere:":{"name":"-countFeaturesWithDistinct:andColumn:andWhere:","abstract":"

    Count features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWhere:andWhereArgs:":{"name":"-queryFeaturesWhere:andWhereArgs:","abstract":"

    Query for features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andWhere:andWhereArgs:","abstract":"

    Query for features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithColumns:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithColumns:andWhere:andWhereArgs:","abstract":"

    Query for features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andColumns:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andColumns:andWhere:andWhereArgs:","abstract":"

    Query for features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWhere:andWhereArgs:":{"name":"-countFeaturesWhere:andWhereArgs:","abstract":"

    Count features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithColumn:andWhere:andWhereArgs:":{"name":"-countFeaturesWithColumn:andWhere:andWhereArgs:","abstract":"

    Count features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithDistinct:andColumn:andWhere:andWhereArgs:":{"name":"-countFeaturesWithDistinct:andColumn:andWhere:andWhereArgs:","abstract":"

    Count features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryWithBoundingBox:":{"name":"-queryWithBoundingBox:","abstract":"

    Query for rows within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryWithDistinct:andBoundingBox:":{"name":"-queryWithDistinct:andBoundingBox:","abstract":"

    Query for rows within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryWithColumns:andBoundingBox:":{"name":"-queryWithColumns:andBoundingBox:","abstract":"

    Query for rows within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryWithDistinct:andColumns:andBoundingBox:":{"name":"-queryWithDistinct:andColumns:andBoundingBox:","abstract":"

    Query for rows within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countWithBoundingBox:":{"name":"-countWithBoundingBox:","abstract":"

    Count the rows within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countWithColumn:andBoundingBox:":{"name":"-countWithColumn:andBoundingBox:","abstract":"

    Count the rows within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countWithDistinct:andColumn:andBoundingBox:":{"name":"-countWithDistinct:andColumn:andBoundingBox:","abstract":"

    Count the rows within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithBoundingBox:":{"name":"-queryFeaturesWithBoundingBox:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andBoundingBox:":{"name":"-queryFeaturesWithDistinct:andBoundingBox:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithColumns:andBoundingBox:":{"name":"-queryFeaturesWithColumns:andBoundingBox:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andColumns:andBoundingBox:":{"name":"-queryFeaturesWithDistinct:andColumns:andBoundingBox:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithBoundingBox:":{"name":"-countFeaturesWithBoundingBox:","abstract":"

    Count the features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithColumn:andBoundingBox:":{"name":"-countFeaturesWithColumn:andBoundingBox:","abstract":"

    Count the features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithDistinct:andColumn:andBoundingBox:":{"name":"-countFeaturesWithDistinct:andColumn:andBoundingBox:","abstract":"

    Count the features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithBoundingBox:andFieldValues:":{"name":"-queryFeaturesWithBoundingBox:andFieldValues:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andBoundingBox:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andBoundingBox:andFieldValues:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithColumns:andBoundingBox:andFieldValues:":{"name":"-queryFeaturesWithColumns:andBoundingBox:andFieldValues:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andColumns:andBoundingBox:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andColumns:andBoundingBox:andFieldValues:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithBoundingBox:andFieldValues:":{"name":"-countFeaturesWithBoundingBox:andFieldValues:","abstract":"

    Count the features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithColumn:andBoundingBox:andFieldValues:":{"name":"-countFeaturesWithColumn:andBoundingBox:andFieldValues:","abstract":"

    Count the features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithDistinct:andColumn:andBoundingBox:andFieldValues:":{"name":"-countFeaturesWithDistinct:andColumn:andBoundingBox:andFieldValues:","abstract":"

    Count the features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithBoundingBox:andWhere:":{"name":"-queryFeaturesWithBoundingBox:andWhere:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andBoundingBox:andWhere:":{"name":"-queryFeaturesWithDistinct:andBoundingBox:andWhere:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithColumns:andBoundingBox:andWhere:":{"name":"-queryFeaturesWithColumns:andBoundingBox:andWhere:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andColumns:andBoundingBox:andWhere:":{"name":"-queryFeaturesWithDistinct:andColumns:andBoundingBox:andWhere:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithBoundingBox:andWhere:":{"name":"-countFeaturesWithBoundingBox:andWhere:","abstract":"

    Count the features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithColumn:andBoundingBox:andWhere:":{"name":"-countFeaturesWithColumn:andBoundingBox:andWhere:","abstract":"

    Count the features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithDistinct:andColumn:andBoundingBox:andWhere:":{"name":"-countFeaturesWithDistinct:andColumn:andBoundingBox:andWhere:","abstract":"

    Count the features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithBoundingBox:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithBoundingBox:andWhere:andWhereArgs:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andBoundingBox:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andBoundingBox:andWhere:andWhereArgs:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithColumns:andBoundingBox:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithColumns:andBoundingBox:andWhere:andWhereArgs:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithBoundingBox:andWhere:andWhereArgs:":{"name":"-countFeaturesWithBoundingBox:andWhere:andWhereArgs:","abstract":"

    Count the features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithColumn:andBoundingBox:andWhere:andWhereArgs:":{"name":"-countFeaturesWithColumn:andBoundingBox:andWhere:andWhereArgs:","abstract":"

    Count the features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithDistinct:andColumn:andBoundingBox:andWhere:andWhereArgs:":{"name":"-countFeaturesWithDistinct:andColumn:andBoundingBox:andWhere:andWhereArgs:","abstract":"

    Count the features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryWithBoundingBox:inProjection:":{"name":"-queryWithBoundingBox:inProjection:","abstract":"

    Query for rows within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryWithDistinct:andBoundingBox:inProjection:":{"name":"-queryWithDistinct:andBoundingBox:inProjection:","abstract":"

    Query for rows within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryWithColumns:andBoundingBox:inProjection:":{"name":"-queryWithColumns:andBoundingBox:inProjection:","abstract":"

    Query for rows within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryWithDistinct:andColumns:andBoundingBox:inProjection:":{"name":"-queryWithDistinct:andColumns:andBoundingBox:inProjection:","abstract":"

    Query for rows within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countWithBoundingBox:inProjection:":{"name":"-countWithBoundingBox:inProjection:","abstract":"

    Count the rows within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countWithColumn:andBoundingBox:inProjection:":{"name":"-countWithColumn:andBoundingBox:inProjection:","abstract":"

    Count the rows within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countWithDistinct:andColumn:andBoundingBox:inProjection:":{"name":"-countWithDistinct:andColumn:andBoundingBox:inProjection:","abstract":"

    Count the rows within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithBoundingBox:inProjection:":{"name":"-queryFeaturesWithBoundingBox:inProjection:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andBoundingBox:inProjection:":{"name":"-queryFeaturesWithDistinct:andBoundingBox:inProjection:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithColumns:andBoundingBox:inProjection:":{"name":"-queryFeaturesWithColumns:andBoundingBox:inProjection:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andColumns:andBoundingBox:inProjection:":{"name":"-queryFeaturesWithDistinct:andColumns:andBoundingBox:inProjection:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithBoundingBox:inProjection:":{"name":"-countFeaturesWithBoundingBox:inProjection:","abstract":"

    Count the features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithColumn:andBoundingBox:inProjection:":{"name":"-countFeaturesWithColumn:andBoundingBox:inProjection:","abstract":"

    Count the features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithDistinct:andColumn:andBoundingBox:inProjection:":{"name":"-countFeaturesWithDistinct:andColumn:andBoundingBox:inProjection:","abstract":"

    Count the features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithBoundingBox:inProjection:andFieldValues:":{"name":"-queryFeaturesWithBoundingBox:inProjection:andFieldValues:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andBoundingBox:inProjection:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andBoundingBox:inProjection:andFieldValues:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithColumns:andBoundingBox:inProjection:andFieldValues:":{"name":"-queryFeaturesWithColumns:andBoundingBox:inProjection:andFieldValues:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithBoundingBox:inProjection:andFieldValues:":{"name":"-countFeaturesWithBoundingBox:inProjection:andFieldValues:","abstract":"

    Count the features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithColumn:andBoundingBox:inProjection:andFieldValues:":{"name":"-countFeaturesWithColumn:andBoundingBox:inProjection:andFieldValues:","abstract":"

    Count the features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithDistinct:andColumn:andBoundingBox:inProjection:andFieldValues:":{"name":"-countFeaturesWithDistinct:andColumn:andBoundingBox:inProjection:andFieldValues:","abstract":"

    Count the features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithBoundingBox:inProjection:andWhere:":{"name":"-queryFeaturesWithBoundingBox:inProjection:andWhere:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andBoundingBox:inProjection:andWhere:":{"name":"-queryFeaturesWithDistinct:andBoundingBox:inProjection:andWhere:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithColumns:andBoundingBox:inProjection:andWhere:":{"name":"-queryFeaturesWithColumns:andBoundingBox:inProjection:andWhere:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:":{"name":"-queryFeaturesWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithBoundingBox:inProjection:andWhere:":{"name":"-countFeaturesWithBoundingBox:inProjection:andWhere:","abstract":"

    Count the features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithColumn:andBoundingBox:inProjection:andWhere:":{"name":"-countFeaturesWithColumn:andBoundingBox:inProjection:andWhere:","abstract":"

    Count the features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithDistinct:andColumn:andBoundingBox:inProjection:andWhere:":{"name":"-countFeaturesWithDistinct:andColumn:andBoundingBox:inProjection:andWhere:","abstract":"

    Count the features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-countFeaturesWithBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Count the features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithColumn:andBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-countFeaturesWithColumn:andBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Count the features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithDistinct:andColumn:andBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-countFeaturesWithDistinct:andColumn:andBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Count the features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryWithEnvelope:":{"name":"-queryWithEnvelope:","abstract":"

    Query for rows within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryWithDistinct:andEnvelope:":{"name":"-queryWithDistinct:andEnvelope:","abstract":"

    Query for rows within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryWithColumns:andEnvelope:":{"name":"-queryWithColumns:andEnvelope:","abstract":"

    Query for rows within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryWithDistinct:andColumns:andEnvelope:":{"name":"-queryWithDistinct:andColumns:andEnvelope:","abstract":"

    Query for rows within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countWithEnvelope:":{"name":"-countWithEnvelope:","abstract":"

    Count the rows within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countWithColumn:andEnvelope:":{"name":"-countWithColumn:andEnvelope:","abstract":"

    Count the rows within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countWithDistinct:andColumn:andEnvelope:":{"name":"-countWithDistinct:andColumn:andEnvelope:","abstract":"

    Count the rows within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithEnvelope:":{"name":"-queryFeaturesWithEnvelope:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andEnvelope:":{"name":"-queryFeaturesWithDistinct:andEnvelope:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithColumns:andEnvelope:":{"name":"-queryFeaturesWithColumns:andEnvelope:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andColumns:andEnvelope:":{"name":"-queryFeaturesWithDistinct:andColumns:andEnvelope:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithEnvelope:":{"name":"-countFeaturesWithEnvelope:","abstract":"

    Count the features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithColumn:andEnvelope:":{"name":"-countFeaturesWithColumn:andEnvelope:","abstract":"

    Count the features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithDistinct:andColumn:andEnvelope:":{"name":"-countFeaturesWithDistinct:andColumn:andEnvelope:","abstract":"

    Count the features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithEnvelope:andFieldValues:":{"name":"-queryFeaturesWithEnvelope:andFieldValues:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andEnvelope:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andEnvelope:andFieldValues:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithColumns:andEnvelope:andFieldValues:":{"name":"-queryFeaturesWithColumns:andEnvelope:andFieldValues:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andColumns:andEnvelope:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andColumns:andEnvelope:andFieldValues:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithEnvelope:andFieldValues:":{"name":"-countFeaturesWithEnvelope:andFieldValues:","abstract":"

    Count the features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithColumn:andEnvelope:andFieldValues:":{"name":"-countFeaturesWithColumn:andEnvelope:andFieldValues:","abstract":"

    Count the features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithDistinct:andColumn:andEnvelope:andFieldValues:":{"name":"-countFeaturesWithDistinct:andColumn:andEnvelope:andFieldValues:","abstract":"

    Count the features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithEnvelope:andWhere:":{"name":"-queryFeaturesWithEnvelope:andWhere:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andEnvelope:andWhere:":{"name":"-queryFeaturesWithDistinct:andEnvelope:andWhere:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithColumns:andEnvelope:andWhere:":{"name":"-queryFeaturesWithColumns:andEnvelope:andWhere:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andColumns:andEnvelope:andWhere:":{"name":"-queryFeaturesWithDistinct:andColumns:andEnvelope:andWhere:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithEnvelope:andWhere:":{"name":"-countFeaturesWithEnvelope:andWhere:","abstract":"

    Count the features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithColumn:andEnvelope:andWhere:":{"name":"-countFeaturesWithColumn:andEnvelope:andWhere:","abstract":"

    Count the features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithDistinct:andColumn:andEnvelope:andWhere:":{"name":"-countFeaturesWithDistinct:andColumn:andEnvelope:andWhere:","abstract":"

    Count the features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithEnvelope:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithEnvelope:andWhere:andWhereArgs:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andEnvelope:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andEnvelope:andWhere:andWhereArgs:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithColumns:andEnvelope:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithColumns:andEnvelope:andWhere:andWhereArgs:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithEnvelope:andWhere:andWhereArgs:":{"name":"-countFeaturesWithEnvelope:andWhere:andWhereArgs:","abstract":"

    Count the features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithColumn:andEnvelope:andWhere:andWhereArgs:":{"name":"-countFeaturesWithColumn:andEnvelope:andWhere:andWhereArgs:","abstract":"

    Count the features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithDistinct:andColumn:andEnvelope:andWhere:andWhereArgs:":{"name":"-countFeaturesWithDistinct:andColumn:andEnvelope:andWhere:andWhereArgs:","abstract":"

    Count the features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryWithMinX:andMinY:andMaxX:andMaxY:":{"name":"-queryWithMinX:andMinY:andMaxX:andMaxY:","abstract":"

    Query for rows within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryWithDistinct:andMinX:andMinY:andMaxX:andMaxY:":{"name":"-queryWithDistinct:andMinX:andMinY:andMaxX:andMaxY:","abstract":"

    Query for rows within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryWithColumns:andMinX:andMinY:andMaxX:andMaxY:":{"name":"-queryWithColumns:andMinX:andMinY:andMaxX:andMaxY:","abstract":"

    Query for rows within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:":{"name":"-queryWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:","abstract":"

    Query for rows within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countWithMinX:andMinY:andMaxX:andMaxY:":{"name":"-countWithMinX:andMinY:andMaxX:andMaxY:","abstract":"

    Count the rows within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countWithColumn:andMinX:andMinY:andMaxX:andMaxY:":{"name":"-countWithColumn:andMinX:andMinY:andMaxX:andMaxY:","abstract":"

    Count the rows within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countWithDistinct:andColumn:andMinX:andMinY:andMaxX:andMaxY:":{"name":"-countWithDistinct:andColumn:andMinX:andMinY:andMaxX:andMaxY:","abstract":"

    Count the rows within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithMinX:andMinY:andMaxX:andMaxY:":{"name":"-queryFeaturesWithMinX:andMinY:andMaxX:andMaxY:","abstract":"

    Query for features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andMinX:andMinY:andMaxX:andMaxY:":{"name":"-queryFeaturesWithDistinct:andMinX:andMinY:andMaxX:andMaxY:","abstract":"

    Query for features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithColumns:andMinX:andMinY:andMaxX:andMaxY:":{"name":"-queryFeaturesWithColumns:andMinX:andMinY:andMaxX:andMaxY:","abstract":"

    Query for features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:":{"name":"-queryFeaturesWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:","abstract":"

    Query for features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithMinX:andMinY:andMaxX:andMaxY:":{"name":"-countFeaturesWithMinX:andMinY:andMaxX:andMaxY:","abstract":"

    Count the features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithColumn:andMinX:andMinY:andMaxX:andMaxY:":{"name":"-countFeaturesWithColumn:andMinX:andMinY:andMaxX:andMaxY:","abstract":"

    Count the features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithDistinct:andColumn:andMinX:andMinY:andMaxX:andMaxY:":{"name":"-countFeaturesWithDistinct:andColumn:andMinX:andMinY:andMaxX:andMaxY:","abstract":"

    Count the features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithMinX:andMinY:andMaxX:andMaxY:andFieldValues:":{"name":"-queryFeaturesWithMinX:andMinY:andMaxX:andMaxY:andFieldValues:","abstract":"

    Query for features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:","abstract":"

    Query for features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithColumns:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:":{"name":"-queryFeaturesWithColumns:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:","abstract":"

    Query for features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:","abstract":"

    Query for features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithMinX:andMinY:andMaxX:andMaxY:andFieldValues:":{"name":"-countFeaturesWithMinX:andMinY:andMaxX:andMaxY:andFieldValues:","abstract":"

    Count the features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithColumn:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:":{"name":"-countFeaturesWithColumn:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:","abstract":"

    Count the features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithDistinct:andColumn:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:":{"name":"-countFeaturesWithDistinct:andColumn:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:","abstract":"

    Count the features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithMinX:andMinY:andMaxX:andMaxY:andWhere:":{"name":"-queryFeaturesWithMinX:andMinY:andMaxX:andMaxY:andWhere:","abstract":"

    Query for features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andWhere:":{"name":"-queryFeaturesWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andWhere:","abstract":"

    Query for features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:":{"name":"-queryFeaturesWithColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:","abstract":"

    Query for features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:":{"name":"-queryFeaturesWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:","abstract":"

    Query for features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithMinX:andMinY:andMaxX:andMaxY:andWhere:":{"name":"-countFeaturesWithMinX:andMinY:andMaxX:andMaxY:andWhere:","abstract":"

    Count the features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithColumn:andMinX:andMinY:andMaxX:andMaxY:andWhere:":{"name":"-countFeaturesWithColumn:andMinX:andMinY:andMaxX:andMaxY:andWhere:","abstract":"

    Count the features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithDistinct:andColumn:andMinX:andMinY:andMaxX:andMaxY:andWhere:":{"name":"-countFeaturesWithDistinct:andColumn:andMinX:andMinY:andMaxX:andMaxY:andWhere:","abstract":"

    Count the features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:","abstract":"

    Query for features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:","abstract":"

    Query for features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:","abstract":"

    Query for features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:","abstract":"

    Query for features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:":{"name":"-countFeaturesWithMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:","abstract":"

    Count the features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithColumn:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:":{"name":"-countFeaturesWithColumn:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:","abstract":"

    Count the features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithDistinct:andColumn:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:":{"name":"-countFeaturesWithDistinct:andColumn:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:","abstract":"

    Count the features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithLimit:":{"name":"-queryFeaturesForChunkWithLimit:","abstract":"

    Query for all features ordered by id, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithLimit:andOffset:":{"name":"-queryFeaturesForChunkWithLimit:andOffset:","abstract":"

    Query for all features ordered by id, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithOrderBy:andLimit:","abstract":"

    Query for all features, starting at the offset and returning no more than","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithOrderBy:andLimit:andOffset:","abstract":"

    Query for all features, starting at the offset and returning no more than","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andLimit:","abstract":"

    Query for all features ordered by id, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andLimit:andOffset:","abstract":"

    Query for all features ordered by id, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andOrderBy:andLimit:","abstract":"

    Query for all features, starting at the offset and returning no more than","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andOrderBy:andLimit:andOffset:","abstract":"

    Query for all features, starting at the offset and returning no more than","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andLimit:","abstract":"

    Query for all features ordered by id, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andLimit:andOffset:","abstract":"

    Query for all features ordered by id, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andOrderBy:andLimit:","abstract":"

    Query for all features, starting at the offset and returning no more than","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andOrderBy:andLimit:andOffset:","abstract":"

    Query for all features, starting at the offset and returning no more than","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andLimit:","abstract":"

    Query for all features ordered by id, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andLimit:andOffset:","abstract":"

    Query for all features ordered by id, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andOrderBy:andLimit:","abstract":"

    Query for all features, starting at the offset and returning no more than","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andOrderBy:andLimit:andOffset:","abstract":"

    Query for all features, starting at the offset and returning no more than","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithFieldValues:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithFieldValues:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andFieldValues:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andFieldValues:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andFieldValues:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithWhere:andLimit:":{"name":"-queryFeaturesForChunkWithWhere:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithWhere:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithWhere:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andWhere:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andWhere:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andWhere:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andWhere:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andWhere:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andWhere:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithWhere:andWhereArgs:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithBoundingBox:andLimit:":{"name":"-queryForChunkWithBoundingBox:andLimit:","abstract":"

    Query for rows within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithBoundingBox:andLimit:andOffset:":{"name":"-queryForChunkWithBoundingBox:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithBoundingBox:andOrderBy:andLimit:":{"name":"-queryForChunkWithBoundingBox:andOrderBy:andLimit:","abstract":"

    Query for rows within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithBoundingBox:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithBoundingBox:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andBoundingBox:andLimit:":{"name":"-queryForChunkWithDistinct:andBoundingBox:andLimit:","abstract":"

    Query for rows within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andBoundingBox:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andBoundingBox:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andBoundingBox:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andBoundingBox:andOrderBy:andLimit:","abstract":"

    Query for rows within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andBoundingBox:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andBoundingBox:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithColumns:andBoundingBox:andLimit:":{"name":"-queryForChunkWithColumns:andBoundingBox:andLimit:","abstract":"

    Query for rows within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithColumns:andBoundingBox:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andBoundingBox:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithColumns:andBoundingBox:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andBoundingBox:andOrderBy:andLimit:","abstract":"

    Query for rows within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithColumns:andBoundingBox:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andBoundingBox:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andColumns:andBoundingBox:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:andLimit:","abstract":"

    Query for rows within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andColumns:andBoundingBox:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andColumns:andBoundingBox:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:andOrderBy:andLimit:","abstract":"

    Query for rows within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andColumns:andBoundingBox:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:andFieldValues:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andFieldValues:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andFieldValues:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:andWhere:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithBoundingBox:inProjection:andLimit:":{"name":"-queryForChunkWithBoundingBox:inProjection:andLimit:","abstract":"

    Query for rows within the bounding box in the provided projection ordered","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithBoundingBox:inProjection:andLimit:andOffset:":{"name":"-queryForChunkWithBoundingBox:inProjection:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box in the provided projection ordered","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithBoundingBox:inProjection:andOrderBy:andLimit:":{"name":"-queryForChunkWithBoundingBox:inProjection:andOrderBy:andLimit:","abstract":"

    Query for rows within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithBoundingBox:inProjection:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithBoundingBox:inProjection:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andBoundingBox:inProjection:andLimit:":{"name":"-queryForChunkWithDistinct:andBoundingBox:inProjection:andLimit:","abstract":"

    Query for rows within the bounding box in the provided projection ordered","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andBoundingBox:inProjection:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andBoundingBox:inProjection:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box in the provided projection ordered","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andBoundingBox:inProjection:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andBoundingBox:inProjection:andOrderBy:andLimit:","abstract":"

    Query for rows within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithColumns:andBoundingBox:inProjection:andLimit:":{"name":"-queryForChunkWithColumns:andBoundingBox:inProjection:andLimit:","abstract":"

    Query for rows within the bounding box in the provided projection ordered","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithColumns:andBoundingBox:inProjection:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andBoundingBox:inProjection:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box in the provided projection ordered","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithColumns:andBoundingBox:inProjection:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andBoundingBox:inProjection:andOrderBy:andLimit:","abstract":"

    Query for rows within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithColumns:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andLimit:","abstract":"

    Query for rows within the bounding box in the provided projection ordered","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box in the provided projection ordered","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andOrderBy:andLimit:","abstract":"

    Query for rows within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:inProjection:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:inProjection:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:inProjection:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:inProjection:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:inProjection:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andFieldValues:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:inProjection:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithEnvelope:andLimit:":{"name":"-queryForChunkWithEnvelope:andLimit:","abstract":"

    Query for rows within the geometry envelope ordered by id, starting at","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithEnvelope:andLimit:andOffset:":{"name":"-queryForChunkWithEnvelope:andLimit:andOffset:","abstract":"

    Query for rows within the geometry envelope ordered by id, starting at","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithEnvelope:andOrderBy:andLimit:":{"name":"-queryForChunkWithEnvelope:andOrderBy:andLimit:","abstract":"

    Query for rows within the geometry envelope, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithEnvelope:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithEnvelope:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the geometry envelope, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andEnvelope:andLimit:":{"name":"-queryForChunkWithDistinct:andEnvelope:andLimit:","abstract":"

    Query for rows within the geometry envelope ordered by id, starting at","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andEnvelope:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andEnvelope:andLimit:andOffset:","abstract":"

    Query for rows within the geometry envelope ordered by id, starting at","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andEnvelope:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andEnvelope:andOrderBy:andLimit:","abstract":"

    Query for rows within the geometry envelope, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andEnvelope:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andEnvelope:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the geometry envelope, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithColumns:andEnvelope:andLimit:":{"name":"-queryForChunkWithColumns:andEnvelope:andLimit:","abstract":"

    Query for rows within the geometry envelope ordered by id, starting at","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithColumns:andEnvelope:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andEnvelope:andLimit:andOffset:","abstract":"

    Query for rows within the geometry envelope ordered by id, starting at","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithColumns:andEnvelope:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andEnvelope:andOrderBy:andLimit:","abstract":"

    Query for rows within the geometry envelope, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithColumns:andEnvelope:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andEnvelope:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the geometry envelope, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andColumns:andEnvelope:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andLimit:","abstract":"

    Query for rows within the geometry envelope ordered by id, starting at","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andColumns:andEnvelope:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andLimit:andOffset:","abstract":"

    Query for rows within the geometry envelope ordered by id, starting at","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andColumns:andEnvelope:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andOrderBy:andLimit:","abstract":"

    Query for rows within the geometry envelope, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andColumns:andEnvelope:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the geometry envelope, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithEnvelope:andLimit:":{"name":"-queryFeaturesForChunkWithEnvelope:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithEnvelope:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithEnvelope:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithEnvelope:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithEnvelope:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithEnvelope:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithEnvelope:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andEnvelope:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andEnvelope:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andEnvelope:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andEnvelope:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andEnvelope:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andEnvelope:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andEnvelope:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andEnvelope:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithEnvelope:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithEnvelope:andFieldValues:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithEnvelope:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithEnvelope:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithEnvelope:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithEnvelope:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andEnvelope:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andFieldValues:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andEnvelope:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andEnvelope:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andEnvelope:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andFieldValues:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andEnvelope:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithEnvelope:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithEnvelope:andWhere:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithEnvelope:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithEnvelope:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithEnvelope:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithEnvelope:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithEnvelope:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithEnvelope:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithEnvelope:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithEnvelope:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithEnvelope:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithEnvelope:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithMinX:andMinY:andMaxX:andMaxY:andLimit:":{"name":"-queryForChunkWithMinX:andMinY:andMaxX:andMaxY:andLimit:","abstract":"

    Query for rows within the bounds ordered by id, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithMinX:andMinY:andMaxX:andMaxY:andLimit:andOffset:":{"name":"-queryForChunkWithMinX:andMinY:andMaxX:andMaxY:andLimit:andOffset:","abstract":"

    Query for rows within the bounds ordered by id, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:":{"name":"-queryForChunkWithMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:","abstract":"

    Query for rows within the bounds, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the bounds, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andLimit:":{"name":"-queryForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andLimit:","abstract":"

    Query for rows within the bounds ordered by id, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andLimit:andOffset:","abstract":"

    Query for rows within the bounds ordered by id, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:","abstract":"

    Query for rows within the bounds, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the bounds, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andLimit:":{"name":"-queryForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andLimit:","abstract":"

    Query for rows within the bounds ordered by id, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andLimit:andOffset:","abstract":"

    Query for rows within the bounds ordered by id, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:","abstract":"

    Query for rows within the bounds, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the bounds, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andLimit:","abstract":"

    Query for rows within the bounds ordered by id, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andLimit:andOffset:","abstract":"

    Query for rows within the bounds ordered by id, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:","abstract":"

    Query for rows within the bounds, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the bounds, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andLimit:":{"name":"-queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andLimit:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andLimit:andOffset:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andLimit:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andLimit:andOffset:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andLimit:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andLimit:andOffset:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andLimit:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andLimit:andOffset:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andFieldValues:andLimit:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:andLimit:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:andLimit:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:andLimit:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andWhere:andLimit:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andWhere:andLimit:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andLimit:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andLimit:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(py)extensionName":{"name":"extensionName","abstract":"

    Extension name

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(py)definition":{"name":"definition","abstract":"

    Extension definition URL

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)initWithGeoPackage:":{"name":"-initWithGeoPackage:","abstract":"

    Initialize

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)tableDaoWithFeatureTable:":{"name":"-tableDaoWithFeatureTable:","abstract":"

    Get a RTree Index Table DAO for the feature table

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)tableDaoWithFeatureDao:":{"name":"-tableDaoWithFeatureDao:","abstract":"

    Get a RTree Index Table DAO for the feature dao

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)extensionCreateWithFeatureTable:":{"name":"-extensionCreateWithFeatureTable:","abstract":"

    Get or create the extension

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)extensionCreateWithTableName:andColumnName:":{"name":"-extensionCreateWithTableName:andColumnName:","abstract":"

    Get or create the extension

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)hasWithFeatureTable:":{"name":"-hasWithFeatureTable:","abstract":"

    Determine if the GeoPackage feature table has the extension

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)hasWithTableName:andColumnName:":{"name":"-hasWithTableName:andColumnName:","abstract":"

    Determine if the GeoPackage table and column has the extension

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)hasWithTableName:":{"name":"-hasWithTableName:","abstract":"

    Determine if the GeoPackage table has the extension

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)has":{"name":"-has","abstract":"

    Determine if the GeoPackage has the extension for any table

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)createFunctionsWithFeatureTable:":{"name":"-createFunctionsWithFeatureTable:","abstract":"

    Check if the feature table has the RTree extension and create the","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)createFunctionsWithTableName:andColumnName:":{"name":"-createFunctionsWithTableName:andColumnName:","abstract":"

    Check if the table and column has the RTree extension and create the","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)createFunctions":{"name":"-createFunctions","abstract":"

    Check if the GeoPackage has the RTree extension and create the functions","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)createWithFeatureTable:":{"name":"-createWithFeatureTable:","abstract":"

    Create the RTree Index extension for the feature table. Creates the SQL","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)createWithTableName:andGeometryColumnName:andIdColumnName:":{"name":"-createWithTableName:andGeometryColumnName:andIdColumnName:","abstract":"

    Create the RTree Index extension for the feature table, geometry column,","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)createRTreeIndexWithFeatureTable:":{"name":"-createRTreeIndexWithFeatureTable:","abstract":"

    Create the RTree Index Virtual Table

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)createRTreeIndexWithTableName:andGeometryColumnName:":{"name":"-createRTreeIndexWithTableName:andGeometryColumnName:","abstract":"

    Create the RTree Index Virtual Table

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)createAllFunctions":{"name":"-createAllFunctions","abstract":"

    Create all connection SQL Functions for min x, max x, min y, max y, and","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)createMinXFunction":{"name":"-createMinXFunction","abstract":"

    Create the min x SQL function

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)createMaxXFunction":{"name":"-createMaxXFunction","abstract":"

    Create the max x SQL function

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)createMinYFunction":{"name":"-createMinYFunction","abstract":"

    Create the min y SQL function

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)createMaxYFunction":{"name":"-createMaxYFunction","abstract":"

    Create the max y SQL function

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)createIsEmptyFunction":{"name":"-createIsEmptyFunction","abstract":"

    Create the is empty SQL function

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)loadRTreeIndexWithFeatureTable:":{"name":"-loadRTreeIndexWithFeatureTable:","abstract":"

    Load the RTree Spatial Index Values

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)loadRTreeIndexWithTableName:andGeometryColumnName:andIdColumnName:":{"name":"-loadRTreeIndexWithTableName:andGeometryColumnName:andIdColumnName:","abstract":"

    Load the RTree Spatial Index Values

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)createAllTriggersWithFeatureTable:":{"name":"-createAllTriggersWithFeatureTable:","abstract":"

    Create Triggers to Maintain Spatial Index Values

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)createAllTriggersWithTableName:andGeometryColumnName:andIdColumnName:":{"name":"-createAllTriggersWithTableName:andGeometryColumnName:andIdColumnName:","abstract":"

    Create Triggers to Maintain Spatial Index Values

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)createInsertTriggerWithTableName:andGeometryColumnName:andIdColumnName:":{"name":"-createInsertTriggerWithTableName:andGeometryColumnName:andIdColumnName:","abstract":"

    Create insert trigger

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)createUpdate1TriggerWithTableName:andGeometryColumnName:andIdColumnName:":{"name":"-createUpdate1TriggerWithTableName:andGeometryColumnName:andIdColumnName:","abstract":"

    Create update 1 trigger

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)createUpdate2TriggerWithTableName:andGeometryColumnName:andIdColumnName:":{"name":"-createUpdate2TriggerWithTableName:andGeometryColumnName:andIdColumnName:","abstract":"

    Create update 2 trigger

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)createUpdate3TriggerWithTableName:andGeometryColumnName:andIdColumnName:":{"name":"-createUpdate3TriggerWithTableName:andGeometryColumnName:andIdColumnName:","abstract":"

    Create update 3 trigger

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)createUpdate4TriggerWithTableName:andGeometryColumnName:andIdColumnName:":{"name":"-createUpdate4TriggerWithTableName:andGeometryColumnName:andIdColumnName:","abstract":"

    Create update 4 trigger

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)createDeleteTriggerWithTableName:andGeometryColumnName:andIdColumnName:":{"name":"-createDeleteTriggerWithTableName:andGeometryColumnName:andIdColumnName:","abstract":"

    Create delete trigger

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)deleteWithFeatureTable:":{"name":"-deleteWithFeatureTable:","abstract":"

    Delete the RTree Index extension for the feature table. Drops the","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)deleteWithTableName:andGeometryColumnName:":{"name":"-deleteWithTableName:andGeometryColumnName:","abstract":"

    Delete the RTree Index extension for the table and geometry column. Drops","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)deleteWithTableName:":{"name":"-deleteWithTableName:","abstract":"

    Delete all RTree Index extensions for the table. Drops the triggers,","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)deleteAll":{"name":"-deleteAll","abstract":"

    Delete all RTree Index extensions. Drops the triggers, RTree tables, and","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)dropWithFeatureTable:":{"name":"-dropWithFeatureTable:","abstract":"

    Drop the the triggers and RTree table for the feature table

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)dropWithTableName:andGeometryColumnName:":{"name":"-dropWithTableName:andGeometryColumnName:","abstract":"

    Drop the the triggers and RTree table for the table and geometry column

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)dropRTreeIndexWithFeatureTable:":{"name":"-dropRTreeIndexWithFeatureTable:","abstract":"

    Drop the RTree Index Virtual Table

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)dropRTreeIndexWithTableName:andGeometryColumnName:":{"name":"-dropRTreeIndexWithTableName:andGeometryColumnName:","abstract":"

    Drop the RTree Index Virtual Table

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)dropTriggersWithFeatureTable:":{"name":"-dropTriggersWithFeatureTable:","abstract":"

    Check if the feature table has the RTree extension and if found, drop the","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)dropTriggersWithTableName:andColumnName:":{"name":"-dropTriggersWithTableName:andColumnName:","abstract":"

    Check if the table and column has the RTree extension and if found, drop","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)dropAllTriggersWithFeatureTable:":{"name":"-dropAllTriggersWithFeatureTable:","abstract":"

    Drop Triggers that Maintain Spatial Index Values

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)dropAllTriggersWithTableName:andGeometryColumnName:":{"name":"-dropAllTriggersWithTableName:andGeometryColumnName:","abstract":"

    Drop Triggers that Maintain Spatial Index Values

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)dropInsertTriggerWithTableName:andGeometryColumnName:":{"name":"-dropInsertTriggerWithTableName:andGeometryColumnName:","abstract":"

    Drop insert trigger

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)dropUpdate1TriggerWithTableName:andGeometryColumnName:":{"name":"-dropUpdate1TriggerWithTableName:andGeometryColumnName:","abstract":"

    Drop update 1 trigger

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)dropUpdate2TriggerWithTableName:andGeometryColumnName:":{"name":"-dropUpdate2TriggerWithTableName:andGeometryColumnName:","abstract":"

    Drop update 2 trigger

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)dropUpdate3TriggerWithTableName:andGeometryColumnName:":{"name":"-dropUpdate3TriggerWithTableName:andGeometryColumnName:","abstract":"

    Drop update 3 trigger

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)dropUpdate4TriggerWithTableName:andGeometryColumnName:":{"name":"-dropUpdate4TriggerWithTableName:andGeometryColumnName:","abstract":"

    Drop update 4 trigger

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)dropDeleteTriggerWithTableName:andGeometryColumnName:":{"name":"-dropDeleteTriggerWithTableName:andGeometryColumnName:","abstract":"

    Drop delete trigger

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)dropTriggerWithTableName:andGeometryColumnName:andTriggerName:":{"name":"-dropTriggerWithTableName:andGeometryColumnName:andTriggerName:","abstract":"

    Drop the trigger for the table, geometry column, and trigger name

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGFeatureIndexRTreeResults.html#/c:objc(cs)GPKGFeatureIndexRTreeResults(im)initWithDao:andResults:":{"name":"-initWithDao:andResults:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureIndexRTreeResults"},"Classes/GPKGSimpleAttributesTableMetadata.html#/c:objc(cs)GPKGSimpleAttributesTableMetadata(cm)create":{"name":"+create","abstract":"

    Create metadata

    ","parent_name":"GPKGSimpleAttributesTableMetadata"},"Classes/GPKGSimpleAttributesTableMetadata.html#/c:objc(cs)GPKGSimpleAttributesTableMetadata(cm)createWithTable:":{"name":"+createWithTable:","abstract":"

    Create metadata

    ","parent_name":"GPKGSimpleAttributesTableMetadata"},"Classes/GPKGSimpleAttributesTableMetadata.html#/c:objc(cs)GPKGSimpleAttributesTableMetadata(cm)createWithTable:andAutoincrement:":{"name":"+createWithTable:andAutoincrement:","abstract":"

    Create metadata

    ","parent_name":"GPKGSimpleAttributesTableMetadata"},"Classes/GPKGSimpleAttributesTableMetadata.html#/c:objc(cs)GPKGSimpleAttributesTableMetadata(cm)createWithTable:andColumns:":{"name":"+createWithTable:andColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGSimpleAttributesTableMetadata"},"Classes/GPKGSimpleAttributesTableMetadata.html#/c:objc(cs)GPKGSimpleAttributesTableMetadata(cm)createWithTable:andAutoincrement:andColumns:":{"name":"+createWithTable:andAutoincrement:andColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGSimpleAttributesTableMetadata"},"Classes/GPKGSimpleAttributesTableMetadata.html#/c:objc(cs)GPKGSimpleAttributesTableMetadata(cm)createWithTable:andIdColumnName:andColumns:":{"name":"+createWithTable:andIdColumnName:andColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGSimpleAttributesTableMetadata"},"Classes/GPKGSimpleAttributesTableMetadata.html#/c:objc(cs)GPKGSimpleAttributesTableMetadata(cm)createWithTable:andIdColumnName:andAutoincrement:andColumns:":{"name":"+createWithTable:andIdColumnName:andAutoincrement:andColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGSimpleAttributesTableMetadata"},"Classes/GPKGSimpleAttributesTableMetadata.html#/c:objc(cs)GPKGSimpleAttributesTableMetadata(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGSimpleAttributesTableMetadata"},"Classes/GPKGSimpleAttributesTableMetadata.html#/c:objc(cs)GPKGSimpleAttributesTableMetadata(im)initWithTable:andIdColumnName:andColumns:":{"name":"-initWithTable:andIdColumnName:andColumns:","abstract":"

    Constructor

    ","parent_name":"GPKGSimpleAttributesTableMetadata"},"Classes/GPKGSimpleAttributesTableMetadata.html#/c:objc(cs)GPKGSimpleAttributesTableMetadata(im)initWithTable:andIdColumnName:andAutoincrement:andColumns:":{"name":"-initWithTable:andIdColumnName:andAutoincrement:andColumns:","abstract":"

    Constructor

    ","parent_name":"GPKGSimpleAttributesTableMetadata"},"Classes/GPKGSimpleAttributesTable.html#/c:objc(cs)GPKGSimpleAttributesTable(cm)relationType":{"name":"+relationType","abstract":"

    User-Defined Simple Attributes Table relation name

    ","parent_name":"GPKGSimpleAttributesTable"},"Classes/GPKGSimpleAttributesTable.html#/c:objc(cs)GPKGSimpleAttributesTable(cm)createWithMetadata:":{"name":"+createWithMetadata:","abstract":"

    Create a simple attributes table with the metadata

    ","parent_name":"GPKGSimpleAttributesTable"},"Classes/GPKGSimpleAttributesTable.html#/c:objc(cs)GPKGSimpleAttributesTable(cm)createRequiredColumns":{"name":"+createRequiredColumns","abstract":"

    Create the required table columns

    ","parent_name":"GPKGSimpleAttributesTable"},"Classes/GPKGSimpleAttributesTable.html#/c:objc(cs)GPKGSimpleAttributesTable(cm)createRequiredColumnsWithAutoincrement:":{"name":"+createRequiredColumnsWithAutoincrement:","abstract":"

    Create the required table columns

    ","parent_name":"GPKGSimpleAttributesTable"},"Classes/GPKGSimpleAttributesTable.html#/c:objc(cs)GPKGSimpleAttributesTable(cm)createRequiredColumnsWithIdColumnName:":{"name":"+createRequiredColumnsWithIdColumnName:","abstract":"

    Create the required table columns with the id column name

    ","parent_name":"GPKGSimpleAttributesTable"},"Classes/GPKGSimpleAttributesTable.html#/c:objc(cs)GPKGSimpleAttributesTable(cm)createRequiredColumnsWithIdColumnName:andAutoincrement:":{"name":"+createRequiredColumnsWithIdColumnName:andAutoincrement:","abstract":"

    Create the required table columns with the id column name

    ","parent_name":"GPKGSimpleAttributesTable"},"Classes/GPKGSimpleAttributesTable.html#/c:objc(cs)GPKGSimpleAttributesTable(cm)createRequiredColumnsWithIndex:":{"name":"+createRequiredColumnsWithIndex:","abstract":"

    Create the required table columns, starting at the provided index

    ","parent_name":"GPKGSimpleAttributesTable"},"Classes/GPKGSimpleAttributesTable.html#/c:objc(cs)GPKGSimpleAttributesTable(cm)createRequiredColumnsWithIndex:andAutoincrement:":{"name":"+createRequiredColumnsWithIndex:andAutoincrement:","abstract":"

    Create the required table columns, starting at the provided index

    ","parent_name":"GPKGSimpleAttributesTable"},"Classes/GPKGSimpleAttributesTable.html#/c:objc(cs)GPKGSimpleAttributesTable(cm)createRequiredColumnsWithIndex:andIdColumnName:":{"name":"+createRequiredColumnsWithIndex:andIdColumnName:","abstract":"

    Create the required table columns with id column name, starting at the provided index

    ","parent_name":"GPKGSimpleAttributesTable"},"Classes/GPKGSimpleAttributesTable.html#/c:objc(cs)GPKGSimpleAttributesTable(cm)createRequiredColumnsWithIndex:andIdColumnName:andAutoincrement:":{"name":"+createRequiredColumnsWithIndex:andIdColumnName:andAutoincrement:","abstract":"

    Create the required table columns with id column name, starting at the","parent_name":"GPKGSimpleAttributesTable"},"Classes/GPKGSimpleAttributesTable.html#/c:objc(cs)GPKGSimpleAttributesTable(cm)createIdColumnWithName:":{"name":"+createIdColumnWithName:","abstract":"

    Create the primary key id column

    ","parent_name":"GPKGSimpleAttributesTable"},"Classes/GPKGSimpleAttributesTable.html#/c:objc(cs)GPKGSimpleAttributesTable(cm)createIdColumnWithName:andAutoincrement:":{"name":"+createIdColumnWithName:andAutoincrement:","abstract":"

    Create the primary key id column

    ","parent_name":"GPKGSimpleAttributesTable"},"Classes/GPKGSimpleAttributesTable.html#/c:objc(cs)GPKGSimpleAttributesTable(cm)createIdColumnWithIndex:andName:":{"name":"+createIdColumnWithIndex:andName:","abstract":"

    Create the primary key id column

    ","parent_name":"GPKGSimpleAttributesTable"},"Classes/GPKGSimpleAttributesTable.html#/c:objc(cs)GPKGSimpleAttributesTable(cm)createIdColumnWithIndex:andName:andAutoincrement:":{"name":"+createIdColumnWithIndex:andName:andAutoincrement:","abstract":"

    Create the primary key id column

    ","parent_name":"GPKGSimpleAttributesTable"},"Classes/GPKGSimpleAttributesTable.html#/c:objc(cs)GPKGSimpleAttributesTable(cm)numRequiredColumns":{"name":"+numRequiredColumns","abstract":"

    Get the number of required columns

    ","parent_name":"GPKGSimpleAttributesTable"},"Classes/GPKGSimpleAttributesTable.html#/c:objc(cs)GPKGSimpleAttributesTable(cm)requiredColumns":{"name":"+requiredColumns","abstract":"

    Get the required columns

    ","parent_name":"GPKGSimpleAttributesTable"},"Classes/GPKGSimpleAttributesTable.html#/c:objc(cs)GPKGSimpleAttributesTable(cm)requiredColumnsWithIdColumnName:":{"name":"+requiredColumnsWithIdColumnName:","abstract":"

    Get the required columns

    ","parent_name":"GPKGSimpleAttributesTable"},"Classes/GPKGSimpleAttributesTable.html#/c:objc(cs)GPKGSimpleAttributesTable(im)initWithTable:andColumns:":{"name":"-initWithTable:andColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGSimpleAttributesTable"},"Classes/GPKGSimpleAttributesTable.html#/c:objc(cs)GPKGSimpleAttributesTable(im)initWithTable:andColumns:andIdColumnName:":{"name":"-initWithTable:andColumns:andIdColumnName:","abstract":"

    Initialize

    ","parent_name":"GPKGSimpleAttributesTable"},"Classes/GPKGSimpleAttributesTable.html#/c:objc(cs)GPKGSimpleAttributesTable(im)initWithTable:":{"name":"-initWithTable:","abstract":"

    Initialize

    ","parent_name":"GPKGSimpleAttributesTable"},"Classes/GPKGSimpleAttributesTable.html#/c:objc(cs)GPKGSimpleAttributesTable(im)idColumnIndex":{"name":"-idColumnIndex","abstract":"

    Get the id column index

    ","parent_name":"GPKGSimpleAttributesTable"},"Classes/GPKGSimpleAttributesTable.html#/c:objc(cs)GPKGSimpleAttributesTable(im)idColumn":{"name":"-idColumn","abstract":"

    Get the id column

    ","parent_name":"GPKGSimpleAttributesTable"},"Classes/GPKGSimpleAttributesTable.html#/c:objc(cs)GPKGSimpleAttributesTable(cm)isSimpleColumn:":{"name":"+isSimpleColumn:","abstract":"

    Determine if the column is a non nullable simple type: TEXT, INTEGER, or REAL

    ","parent_name":"GPKGSimpleAttributesTable"},"Classes/GPKGSimpleAttributesTable.html#/c:objc(cs)GPKGSimpleAttributesTable(cm)isSimpleDataType:":{"name":"+isSimpleDataType:","abstract":"

    Determine if the data type is a simple type: TEXT, INTEGER, or REAL storage classes

    ","parent_name":"GPKGSimpleAttributesTable"},"Classes/GPKGSimpleAttributesRow.html#/c:objc(cs)GPKGSimpleAttributesRow(im)initWithSimpleAttributesTable:andColumns:andValues:":{"name":"-initWithSimpleAttributesTable:andColumns:andValues:","abstract":"

    Initialize

    ","parent_name":"GPKGSimpleAttributesRow"},"Classes/GPKGSimpleAttributesRow.html#/c:objc(cs)GPKGSimpleAttributesRow(im)initWithSimpleAttributesTable:":{"name":"-initWithSimpleAttributesTable:","abstract":"

    Initialize

    ","parent_name":"GPKGSimpleAttributesRow"},"Classes/GPKGSimpleAttributesRow.html#/c:objc(cs)GPKGSimpleAttributesRow(im)simpleAttributesTable":{"name":"-simpleAttributesTable","abstract":"

    Get the simple attributes table

    ","parent_name":"GPKGSimpleAttributesRow"},"Classes/GPKGSimpleAttributesDao.html#/c:objc(cs)GPKGSimpleAttributesDao(im)initWithDao:":{"name":"-initWithDao:","abstract":"

    Initialize

    ","parent_name":"GPKGSimpleAttributesDao"},"Classes/GPKGSimpleAttributesDao.html#/c:objc(cs)GPKGSimpleAttributesDao(im)initWithDao:andTable:":{"name":"-initWithDao:andTable:","abstract":"

    Initialize

    ","parent_name":"GPKGSimpleAttributesDao"},"Classes/GPKGSimpleAttributesDao.html#/c:objc(cs)GPKGSimpleAttributesDao(im)simpleAttributesTable":{"name":"-simpleAttributesTable","abstract":"

    Get the simple attributes table

    ","parent_name":"GPKGSimpleAttributesDao"},"Classes/GPKGSimpleAttributesDao.html#/c:objc(cs)GPKGSimpleAttributesDao(im)row:":{"name":"-row:","abstract":"

    Get the simple attributes row for the current result in the result set

    ","parent_name":"GPKGSimpleAttributesDao"},"Classes/GPKGSimpleAttributesDao.html#/c:objc(cs)GPKGSimpleAttributesDao(im)newRow":{"name":"-newRow","abstract":"

    Create a new simple attributes row

    ","parent_name":"GPKGSimpleAttributesDao"},"Classes/GPKGSimpleAttributesDao.html#/c:objc(cs)GPKGSimpleAttributesDao(im)rowsWithIds:":{"name":"-rowsWithIds:","abstract":"

    Get the simple attributes rows that exist with the provided ids

    ","parent_name":"GPKGSimpleAttributesDao"},"Classes/GPKGMediaTableMetadata.html#/c:objc(cs)GPKGMediaTableMetadata(cm)create":{"name":"+create","abstract":"

    Create metadata

    ","parent_name":"GPKGMediaTableMetadata"},"Classes/GPKGMediaTableMetadata.html#/c:objc(cs)GPKGMediaTableMetadata(cm)createWithTable:":{"name":"+createWithTable:","abstract":"

    Create metadata

    ","parent_name":"GPKGMediaTableMetadata"},"Classes/GPKGMediaTableMetadata.html#/c:objc(cs)GPKGMediaTableMetadata(cm)createWithTable:andAutoincrement:":{"name":"+createWithTable:andAutoincrement:","abstract":"

    Create metadata

    ","parent_name":"GPKGMediaTableMetadata"},"Classes/GPKGMediaTableMetadata.html#/c:objc(cs)GPKGMediaTableMetadata(cm)createWithTable:andAdditionalColumns:":{"name":"+createWithTable:andAdditionalColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGMediaTableMetadata"},"Classes/GPKGMediaTableMetadata.html#/c:objc(cs)GPKGMediaTableMetadata(cm)createWithTable:andAutoincrement:andAdditionalColumns:":{"name":"+createWithTable:andAutoincrement:andAdditionalColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGMediaTableMetadata"},"Classes/GPKGMediaTableMetadata.html#/c:objc(cs)GPKGMediaTableMetadata(cm)createWithTable:andIdColumnName:":{"name":"+createWithTable:andIdColumnName:","abstract":"

    Create metadata

    ","parent_name":"GPKGMediaTableMetadata"},"Classes/GPKGMediaTableMetadata.html#/c:objc(cs)GPKGMediaTableMetadata(cm)createWithTable:andIdColumnName:andAutoincrement:":{"name":"+createWithTable:andIdColumnName:andAutoincrement:","abstract":"

    Create metadata

    ","parent_name":"GPKGMediaTableMetadata"},"Classes/GPKGMediaTableMetadata.html#/c:objc(cs)GPKGMediaTableMetadata(cm)createWithTable:andIdColumnName:andAdditionalColumns:":{"name":"+createWithTable:andIdColumnName:andAdditionalColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGMediaTableMetadata"},"Classes/GPKGMediaTableMetadata.html#/c:objc(cs)GPKGMediaTableMetadata(cm)createWithTable:andIdColumnName:andAutoincrement:andAdditionalColumns:":{"name":"+createWithTable:andIdColumnName:andAutoincrement:andAdditionalColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGMediaTableMetadata"},"Classes/GPKGMediaTableMetadata.html#/c:objc(cs)GPKGMediaTableMetadata(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGMediaTableMetadata"},"Classes/GPKGMediaTableMetadata.html#/c:objc(cs)GPKGMediaTableMetadata(im)initWithTable:andIdColumnName:andAdditionalColumns:":{"name":"-initWithTable:andIdColumnName:andAdditionalColumns:","abstract":"

    Constructor

    ","parent_name":"GPKGMediaTableMetadata"},"Classes/GPKGMediaTableMetadata.html#/c:objc(cs)GPKGMediaTableMetadata(im)initWithTable:andIdColumnName:andAutoincrement:andAdditionalColumns:":{"name":"-initWithTable:andIdColumnName:andAutoincrement:andAdditionalColumns:","abstract":"

    Constructor

    ","parent_name":"GPKGMediaTableMetadata"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(cm)relationType":{"name":"+relationType","abstract":"

    User-Defined Media Table relation name

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(cm)createWithMetadata:":{"name":"+createWithMetadata:","abstract":"

    Create a media table with the metadata

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(cm)createRequiredColumns":{"name":"+createRequiredColumns","abstract":"

    Create the required table columns

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(cm)createRequiredColumnsWithAutoincrement:":{"name":"+createRequiredColumnsWithAutoincrement:","abstract":"

    Create the required table columns

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(cm)createRequiredColumnsWithIdColumnName:":{"name":"+createRequiredColumnsWithIdColumnName:","abstract":"

    Create the required table columns with the id column name

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(cm)createRequiredColumnsWithIdColumnName:andAutoincrement:":{"name":"+createRequiredColumnsWithIdColumnName:andAutoincrement:","abstract":"

    Create the required table columns with the id column name

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(cm)createRequiredColumnsWithIndex:":{"name":"+createRequiredColumnsWithIndex:","abstract":"

    Create the required table columns, starting at the provided index

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(cm)createRequiredColumnsWithIndex:andAutoincrement:":{"name":"+createRequiredColumnsWithIndex:andAutoincrement:","abstract":"

    Create the required table columns, starting at the provided index

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(cm)createRequiredColumnsWithIndex:andIdColumnName:":{"name":"+createRequiredColumnsWithIndex:andIdColumnName:","abstract":"

    Create the required table columns with id column name, starting at the provided index

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(cm)createRequiredColumnsWithIndex:andIdColumnName:andAutoincrement:":{"name":"+createRequiredColumnsWithIndex:andIdColumnName:andAutoincrement:","abstract":"

    Create the required table columns with id column name, starting at the","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(cm)createIdColumnWithName:":{"name":"+createIdColumnWithName:","abstract":"

    Create the primary key id column

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(cm)createIdColumnWithName:andAutoincrement:":{"name":"+createIdColumnWithName:andAutoincrement:","abstract":"

    Create the primary key id column

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(cm)createIdColumnWithIndex:andName:":{"name":"+createIdColumnWithIndex:andName:","abstract":"

    Create the primary key id column

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(cm)createIdColumnWithIndex:andName:andAutoincrement:":{"name":"+createIdColumnWithIndex:andName:andAutoincrement:","abstract":"

    Create the primary key id column

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(cm)createDataColumn":{"name":"+createDataColumn","abstract":"

    Create a data column

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(cm)createDataColumnWithIndex:":{"name":"+createDataColumnWithIndex:","abstract":"

    Create a data column

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(cm)createContentTypeColumn":{"name":"+createContentTypeColumn","abstract":"

    Create a content type column

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(cm)createContentTypeColumnWithIndex:":{"name":"+createContentTypeColumnWithIndex:","abstract":"

    Create a content type column

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(cm)numRequiredColumns":{"name":"+numRequiredColumns","abstract":"

    Get the number of required columns

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(cm)requiredColumns":{"name":"+requiredColumns","abstract":"

    Get the required columns

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(cm)requiredColumnsWithIdColumnName:":{"name":"+requiredColumnsWithIdColumnName:","abstract":"

    Get the required columns

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(im)initWithTable:andColumns:":{"name":"-initWithTable:andColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(im)initWithTable:andColumns:andIdColumnName:":{"name":"-initWithTable:andColumns:andIdColumnName:","abstract":"

    Initialize

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(im)initWithTable:":{"name":"-initWithTable:","abstract":"

    Initialize

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(im)idColumnIndex":{"name":"-idColumnIndex","abstract":"

    Get the id column index

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(im)idColumn":{"name":"-idColumn","abstract":"

    Get the id column

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(im)dataColumnIndex":{"name":"-dataColumnIndex","abstract":"

    Get the data column index

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(im)dataColumn":{"name":"-dataColumn","abstract":"

    Get the data column

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(im)contentTypeColumnIndex":{"name":"-contentTypeColumnIndex","abstract":"

    Get the content type column index

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(im)contentTypeColumn":{"name":"-contentTypeColumn","abstract":"

    Get the content type column

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaRow.html#/c:objc(cs)GPKGMediaRow(im)initWithMediaTable:andColumns:andValues:":{"name":"-initWithMediaTable:andColumns:andValues:","abstract":"

    Initialize

    ","parent_name":"GPKGMediaRow"},"Classes/GPKGMediaRow.html#/c:objc(cs)GPKGMediaRow(im)initWithMediaTable:":{"name":"-initWithMediaTable:","abstract":"

    Initialize

    ","parent_name":"GPKGMediaRow"},"Classes/GPKGMediaRow.html#/c:objc(cs)GPKGMediaRow(im)mediaTable":{"name":"-mediaTable","abstract":"

    Get the media table

    ","parent_name":"GPKGMediaRow"},"Classes/GPKGMediaRow.html#/c:objc(cs)GPKGMediaRow(im)dataColumnIndex":{"name":"-dataColumnIndex","abstract":"

    Get the data column index

    ","parent_name":"GPKGMediaRow"},"Classes/GPKGMediaRow.html#/c:objc(cs)GPKGMediaRow(im)dataColumn":{"name":"-dataColumn","abstract":"

    Get the data column

    ","parent_name":"GPKGMediaRow"},"Classes/GPKGMediaRow.html#/c:objc(cs)GPKGMediaRow(im)data":{"name":"-data","abstract":"

    Get the data

    ","parent_name":"GPKGMediaRow"},"Classes/GPKGMediaRow.html#/c:objc(cs)GPKGMediaRow(im)setData:":{"name":"-setData:","abstract":"

    Set the data

    ","parent_name":"GPKGMediaRow"},"Classes/GPKGMediaRow.html#/c:objc(cs)GPKGMediaRow(im)dataImageSourceProperties":{"name":"-dataImageSourceProperties","abstract":"

    Get the properties that apply to the data image source

    ","parent_name":"GPKGMediaRow"},"Classes/GPKGMediaRow.html#/c:objc(cs)GPKGMediaRow(im)dataImage":{"name":"-dataImage","abstract":"

    Get the data image

    ","parent_name":"GPKGMediaRow"},"Classes/GPKGMediaRow.html#/c:objc(cs)GPKGMediaRow(im)dataImageWithScale:":{"name":"-dataImageWithScale:","abstract":"

    Get the data as a scaled image

    ","parent_name":"GPKGMediaRow"},"Classes/GPKGMediaRow.html#/c:objc(cs)GPKGMediaRow(im)setDataWithImage:andFormat:":{"name":"-setDataWithImage:andFormat:","abstract":"

    Set the data from a full quality image

    ","parent_name":"GPKGMediaRow"},"Classes/GPKGMediaRow.html#/c:objc(cs)GPKGMediaRow(im)setDataWithImage:andFormat:andQuality:":{"name":"-setDataWithImage:andFormat:andQuality:","abstract":"

    Set the data from an image

    ","parent_name":"GPKGMediaRow"},"Classes/GPKGMediaRow.html#/c:objc(cs)GPKGMediaRow(im)contentTypeColumnIndex":{"name":"-contentTypeColumnIndex","abstract":"

    Get the content type column index

    ","parent_name":"GPKGMediaRow"},"Classes/GPKGMediaRow.html#/c:objc(cs)GPKGMediaRow(im)contentTypeColumn":{"name":"-contentTypeColumn","abstract":"

    Get the content type column

    ","parent_name":"GPKGMediaRow"},"Classes/GPKGMediaRow.html#/c:objc(cs)GPKGMediaRow(im)contentType":{"name":"-contentType","abstract":"

    Get the content type

    ","parent_name":"GPKGMediaRow"},"Classes/GPKGMediaRow.html#/c:objc(cs)GPKGMediaRow(im)setContentType:":{"name":"-setContentType:","abstract":"

    Set the content type

    ","parent_name":"GPKGMediaRow"},"Classes/GPKGMediaDao.html#/c:objc(cs)GPKGMediaDao(im)initWithDao:":{"name":"-initWithDao:","abstract":"

    Initialize

    ","parent_name":"GPKGMediaDao"},"Classes/GPKGMediaDao.html#/c:objc(cs)GPKGMediaDao(im)initWithDao:andTable:":{"name":"-initWithDao:andTable:","abstract":"

    Initialize

    ","parent_name":"GPKGMediaDao"},"Classes/GPKGMediaDao.html#/c:objc(cs)GPKGMediaDao(im)mediaTable":{"name":"-mediaTable","abstract":"

    Get the media table

    ","parent_name":"GPKGMediaDao"},"Classes/GPKGMediaDao.html#/c:objc(cs)GPKGMediaDao(im)row:":{"name":"-row:","abstract":"

    Get the media row for the current result in the result set

    ","parent_name":"GPKGMediaDao"},"Classes/GPKGMediaDao.html#/c:objc(cs)GPKGMediaDao(im)newRow":{"name":"-newRow","abstract":"

    Create a new media row

    ","parent_name":"GPKGMediaDao"},"Classes/GPKGMediaDao.html#/c:objc(cs)GPKGMediaDao(im)rowsWithIds:":{"name":"-rowsWithIds:","abstract":"

    Get the media rows that exist with the provided ids

    ","parent_name":"GPKGMediaDao"},"Classes/GPKGDublinCoreTypes.html#/c:objc(cs)GPKGDublinCoreTypes(cm)name:":{"name":"+name:","abstract":"

    Get the name of the Dublin Core Metadata type

    ","parent_name":"GPKGDublinCoreTypes"},"Classes/GPKGDublinCoreTypes.html#/c:objc(cs)GPKGDublinCoreTypes(cm)fromName:":{"name":"+fromName:","abstract":"

    Get the Dublin Core Metadata type from the name

    ","parent_name":"GPKGDublinCoreTypes"},"Classes/GPKGDublinCoreTypes.html#/c:objc(cs)GPKGDublinCoreTypes(cm)synonyms:":{"name":"+synonyms:","abstract":"

    Get the synonymous column names

    ","parent_name":"GPKGDublinCoreTypes"},"Classes/GPKGDublinCoreMetadata.html#/c:objc(cs)GPKGDublinCoreMetadata(cm)hasColumn:inTable:":{"name":"+hasColumn:inTable:","abstract":"

    Check if the table has a column for the Dublin Core Type term

    ","parent_name":"GPKGDublinCoreMetadata"},"Classes/GPKGDublinCoreMetadata.html#/c:objc(cs)GPKGDublinCoreMetadata(cm)hasColumn:inRow:":{"name":"+hasColumn:inRow:","abstract":"

    Check if the row has a column for the Dublin Core Type term

    ","parent_name":"GPKGDublinCoreMetadata"},"Classes/GPKGDublinCoreMetadata.html#/c:objc(cs)GPKGDublinCoreMetadata(cm)column:fromTable:":{"name":"+column:fromTable:","abstract":"

    Get the column from the table for the Dublin Core Type term

    ","parent_name":"GPKGDublinCoreMetadata"},"Classes/GPKGDublinCoreMetadata.html#/c:objc(cs)GPKGDublinCoreMetadata(cm)column:fromRow:":{"name":"+column:fromRow:","abstract":"

    Get the column from the row for the Dublin Core Type term

    ","parent_name":"GPKGDublinCoreMetadata"},"Classes/GPKGDublinCoreMetadata.html#/c:objc(cs)GPKGDublinCoreMetadata(cm)value:fromRow:":{"name":"+value:fromRow:","abstract":"

    Get the value from the row for the Dublin Core Type term

    ","parent_name":"GPKGDublinCoreMetadata"},"Classes/GPKGDublinCoreMetadata.html#/c:objc(cs)GPKGDublinCoreMetadata(cm)setValue:asColumn:inRow:":{"name":"+setValue:asColumn:inRow:","abstract":"

    Set the value in the row for the Dublin Core Type term

    ","parent_name":"GPKGDublinCoreMetadata"},"Classes/GPKGUserRelatedTable.html#/c:objc(cs)GPKGUserRelatedTable(im)initWithTable:andRelation:andDataType:andColumns:":{"name":"-initWithTable:andRelation:andDataType:andColumns:","abstract":"

    Initializer

    ","parent_name":"GPKGUserRelatedTable"},"Classes/GPKGUserRelatedTable.html#/c:objc(cs)GPKGUserRelatedTable(im)initWithTable:andRelation:andDataType:andColumns:andRequiredColumns:":{"name":"-initWithTable:andRelation:andDataType:andColumns:andRequiredColumns:","abstract":"

    Initializer

    ","parent_name":"GPKGUserRelatedTable"},"Classes/GPKGUserRelatedTable.html#/c:objc(cs)GPKGUserRelatedTable(im)initWithRelation:andDataType:andCustomTable:":{"name":"-initWithRelation:andDataType:andCustomTable:","abstract":"

    Initialize

    ","parent_name":"GPKGUserRelatedTable"},"Classes/GPKGUserRelatedTable.html#/c:objc(cs)GPKGUserRelatedTable(im)relationName":{"name":"-relationName","abstract":"

    Get the relation name

    ","parent_name":"GPKGUserRelatedTable"},"Classes/GPKGUserMappingTable.html#/c:objc(cs)GPKGUserMappingTable(cm)createWithName:":{"name":"+createWithName:","abstract":"

    Create a user mapping table with the minimum required columns

    ","parent_name":"GPKGUserMappingTable"},"Classes/GPKGUserMappingTable.html#/c:objc(cs)GPKGUserMappingTable(cm)createWithName:andAdditionalColumns:":{"name":"+createWithName:andAdditionalColumns:","abstract":"

    Create a user mapping table with the minimum required columns followed by","parent_name":"GPKGUserMappingTable"},"Classes/GPKGUserMappingTable.html#/c:objc(cs)GPKGUserMappingTable(cm)createRequiredColumns":{"name":"+createRequiredColumns","abstract":"

    Create the required table columns

    ","parent_name":"GPKGUserMappingTable"},"Classes/GPKGUserMappingTable.html#/c:objc(cs)GPKGUserMappingTable(cm)createRequiredColumnsWithIndex:":{"name":"+createRequiredColumnsWithIndex:","abstract":"

    Create the required table columns, starting at the provided index

    ","parent_name":"GPKGUserMappingTable"},"Classes/GPKGUserMappingTable.html#/c:objc(cs)GPKGUserMappingTable(cm)createBaseIdColumn":{"name":"+createBaseIdColumn","abstract":"

    Create a base id column

    ","parent_name":"GPKGUserMappingTable"},"Classes/GPKGUserMappingTable.html#/c:objc(cs)GPKGUserMappingTable(cm)createBaseIdColumnWithIndex:":{"name":"+createBaseIdColumnWithIndex:","abstract":"

    Create a base id column

    ","parent_name":"GPKGUserMappingTable"},"Classes/GPKGUserMappingTable.html#/c:objc(cs)GPKGUserMappingTable(cm)createRelatedIdColumn":{"name":"+createRelatedIdColumn","abstract":"

    Create a related id column

    ","parent_name":"GPKGUserMappingTable"},"Classes/GPKGUserMappingTable.html#/c:objc(cs)GPKGUserMappingTable(cm)createRelatedIdColumnWithIndex:":{"name":"+createRelatedIdColumnWithIndex:","abstract":"

    Create a related id column

    ","parent_name":"GPKGUserMappingTable"},"Classes/GPKGUserMappingTable.html#/c:objc(cs)GPKGUserMappingTable(cm)numRequiredColumns":{"name":"+numRequiredColumns","abstract":"

    Get the number of required columns

    ","parent_name":"GPKGUserMappingTable"},"Classes/GPKGUserMappingTable.html#/c:objc(cs)GPKGUserMappingTable(cm)requiredColumns":{"name":"+requiredColumns","abstract":"

    Get the required columns

    ","parent_name":"GPKGUserMappingTable"},"Classes/GPKGUserMappingTable.html#/c:objc(cs)GPKGUserMappingTable(im)initWithTable:andColumns:":{"name":"-initWithTable:andColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGUserMappingTable"},"Classes/GPKGUserMappingTable.html#/c:objc(cs)GPKGUserMappingTable(im)initWithTable:":{"name":"-initWithTable:","abstract":"

    Initialize

    ","parent_name":"GPKGUserMappingTable"},"Classes/GPKGUserMappingTable.html#/c:objc(cs)GPKGUserMappingTable(im)baseIdColumnIndex":{"name":"-baseIdColumnIndex","abstract":"

    Get the base id column index

    ","parent_name":"GPKGUserMappingTable"},"Classes/GPKGUserMappingTable.html#/c:objc(cs)GPKGUserMappingTable(im)baseIdColumn":{"name":"-baseIdColumn","abstract":"

    Get the base id column

    ","parent_name":"GPKGUserMappingTable"},"Classes/GPKGUserMappingTable.html#/c:objc(cs)GPKGUserMappingTable(im)relatedIdColumnIndex":{"name":"-relatedIdColumnIndex","abstract":"

    Get the related id column index

    ","parent_name":"GPKGUserMappingTable"},"Classes/GPKGUserMappingTable.html#/c:objc(cs)GPKGUserMappingTable(im)relatedIdColumn":{"name":"-relatedIdColumn","abstract":"

    Get the related id column

    ","parent_name":"GPKGUserMappingTable"},"Classes/GPKGUserMappingRow.html#/c:objc(cs)GPKGUserMappingRow(im)initWithUserMappingTable:andColumns:andValues:":{"name":"-initWithUserMappingTable:andColumns:andValues:","abstract":"

    Initialize

    ","parent_name":"GPKGUserMappingRow"},"Classes/GPKGUserMappingRow.html#/c:objc(cs)GPKGUserMappingRow(im)initWithUserMappingTable:":{"name":"-initWithUserMappingTable:","abstract":"

    Initialize

    ","parent_name":"GPKGUserMappingRow"},"Classes/GPKGUserMappingRow.html#/c:objc(cs)GPKGUserMappingRow(im)userMappingTable":{"name":"-userMappingTable","abstract":"

    Get the user mapping table

    ","parent_name":"GPKGUserMappingRow"},"Classes/GPKGUserMappingRow.html#/c:objc(cs)GPKGUserMappingRow(im)baseIdColumnIndex":{"name":"-baseIdColumnIndex","abstract":"

    Get the base ID column index

    ","parent_name":"GPKGUserMappingRow"},"Classes/GPKGUserMappingRow.html#/c:objc(cs)GPKGUserMappingRow(im)baseIdColumn":{"name":"-baseIdColumn","abstract":"

    Get the base ID column

    ","parent_name":"GPKGUserMappingRow"},"Classes/GPKGUserMappingRow.html#/c:objc(cs)GPKGUserMappingRow(im)baseId":{"name":"-baseId","abstract":"

    Get the base ID

    ","parent_name":"GPKGUserMappingRow"},"Classes/GPKGUserMappingRow.html#/c:objc(cs)GPKGUserMappingRow(im)setBaseId:":{"name":"-setBaseId:","abstract":"

    Set the base ID

    ","parent_name":"GPKGUserMappingRow"},"Classes/GPKGUserMappingRow.html#/c:objc(cs)GPKGUserMappingRow(im)relatedIdColumnIndex":{"name":"-relatedIdColumnIndex","abstract":"

    Get the related ID column index

    ","parent_name":"GPKGUserMappingRow"},"Classes/GPKGUserMappingRow.html#/c:objc(cs)GPKGUserMappingRow(im)relatedIdColumn":{"name":"-relatedIdColumn","abstract":"

    Get the related ID column

    ","parent_name":"GPKGUserMappingRow"},"Classes/GPKGUserMappingRow.html#/c:objc(cs)GPKGUserMappingRow(im)relatedId":{"name":"-relatedId","abstract":"

    Get the related ID

    ","parent_name":"GPKGUserMappingRow"},"Classes/GPKGUserMappingRow.html#/c:objc(cs)GPKGUserMappingRow(im)setRelatedId:":{"name":"-setRelatedId:","abstract":"

    Set the related ID

    ","parent_name":"GPKGUserMappingRow"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)initWithDao:":{"name":"-initWithDao:","abstract":"

    Initialize

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)initWithDao:andTable:":{"name":"-initWithDao:andTable:","abstract":"

    Initialize

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)userMappingTable":{"name":"-userMappingTable","abstract":"

    Get the user mapping table

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)row:":{"name":"-row:","abstract":"

    Get the user mapping row for the current result in the result set

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)newRow":{"name":"-newRow","abstract":"

    Create a new user mapping row

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)queryByBaseIdFromRow:":{"name":"-queryByBaseIdFromRow:","abstract":"

    Query by base id

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)queryByBaseId:":{"name":"-queryByBaseId:","abstract":"

    Query by base id

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)countByBaseIdFromRow:":{"name":"-countByBaseIdFromRow:","abstract":"

    Count by base id

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)countByBaseId:":{"name":"-countByBaseId:","abstract":"

    Count by base id

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)queryByRelatedIdFromRow:":{"name":"-queryByRelatedIdFromRow:","abstract":"

    Query by related id

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)queryByRelatedId:":{"name":"-queryByRelatedId:","abstract":"

    Query by related id

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)countByRelatedIdFromRow:":{"name":"-countByRelatedIdFromRow:","abstract":"

    Count by related id

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)countByRelatedId:":{"name":"-countByRelatedId:","abstract":"

    Count by related id

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)queryByIdsFromRow:":{"name":"-queryByIdsFromRow:","abstract":"

    Query by both base id and related id

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)queryByBaseId:andRelatedId:":{"name":"-queryByBaseId:andRelatedId:","abstract":"

    Query by both base id and related id

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)uniqueBaseIds":{"name":"-uniqueBaseIds","abstract":"

    Get the unique base ids

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)uniqueRelatedIds":{"name":"-uniqueRelatedIds","abstract":"

    Get the unique related ids

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)countByIdsFromRow:":{"name":"-countByIdsFromRow:","abstract":"

    Count by both base id and related id

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)countByBaseId:andRelatedId:":{"name":"-countByBaseId:andRelatedId:","abstract":"

    Count by both base id and related id

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)deleteByBaseIdFromRow:":{"name":"-deleteByBaseIdFromRow:","abstract":"

    Delete user mappings by base id

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)deleteByBaseId:":{"name":"-deleteByBaseId:","abstract":"

    Delete user mappings by base id

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)deleteByRelatedIdFromRow:":{"name":"-deleteByRelatedIdFromRow:","abstract":"

    Delete user mappings by related id

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)deleteByRelatedId:":{"name":"-deleteByRelatedId:","abstract":"

    Delete user mappings by related id

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)deleteByIdsFromRow:":{"name":"-deleteByIdsFromRow:","abstract":"

    Delete user mappings by both base id and related id

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)deleteByBaseId:andRelatedId:":{"name":"-deleteByBaseId:andRelatedId:","abstract":"

    Delete user mappings by both base id and related id

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGRelationTypes.html#/c:objc(cs)GPKGRelationTypes(cm)name:":{"name":"+name:","abstract":"

    Get the name of the relation type

    ","parent_name":"GPKGRelationTypes"},"Classes/GPKGRelationTypes.html#/c:objc(cs)GPKGRelationTypes(cm)fromName:":{"name":"+fromName:","abstract":"

    Get the relation type from the name

    ","parent_name":"GPKGRelationTypes"},"Classes/GPKGRelationTypes.html#/c:objc(cs)GPKGRelationTypes(cm)dataType:":{"name":"+dataType:","abstract":"

    Get the contents data type

    ","parent_name":"GPKGRelationTypes"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)initWithGeoPackage:":{"name":"-initWithGeoPackage:","abstract":"

    Initialize

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)extensionName":{"name":"-extensionName","abstract":"

    Get the extension name

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)extensionDefinition":{"name":"-extensionDefinition","abstract":"

    Get the extension definition

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)has":{"name":"-has","abstract":"

    Determine if the GeoPackage has the extension

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)hasWithMappingTable:":{"name":"-hasWithMappingTable:","abstract":"

    Determine if the GeoPackage has the extension for the mapping table

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)extendedRelationsDao":{"name":"-extendedRelationsDao","abstract":"

    Get the extended relations DAO

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(cm)extendedRelationsDaoWithGeoPackage:":{"name":"+extendedRelationsDaoWithGeoPackage:","abstract":"

    Get a Extended Relations DAO

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(cm)extendedRelationsDaoWithDatabase:":{"name":"+extendedRelationsDaoWithDatabase:","abstract":"

    Get a Extended Relations DAO

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)createExtendedRelationsTable":{"name":"-createExtendedRelationsTable","abstract":"

    Create the Extended Relations Table if it does not exist

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)primaryKeyColumnNameOfTable:":{"name":"-primaryKeyColumnNameOfTable:","abstract":"

    Get the primary key of a table

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)setContentsInTable:":{"name":"-setContentsInTable:","abstract":"

    Set the contents in the user table

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)relationships":{"name":"-relationships","abstract":"

    Returns the relationships defined through this extension

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addRelationshipWithBaseTable:andRelatedTable:andMappingTableName:andRelation:":{"name":"-addRelationshipWithBaseTable:andRelatedTable:andMappingTableName:andRelation:","abstract":"

    Adds a relationship between the base and related table. Creates a default","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addRelationshipWithBaseTable:andRelatedTable:andMappingTableName:andRelationAuthor:andRelationName:":{"name":"-addRelationshipWithBaseTable:andRelatedTable:andMappingTableName:andRelationAuthor:andRelationName:","abstract":"

    Adds a relationship between the base and related table. Creates a default","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addRelationshipWithBaseTable:andRelatedTable:andMappingTableName:andRelationName:":{"name":"-addRelationshipWithBaseTable:andRelatedTable:andMappingTableName:andRelationName:","abstract":"

    Adds a relationship between the base and related table. Creates a default","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addRelationshipWithBaseTable:andRelatedTable:andUserMappingTable:andRelation:":{"name":"-addRelationshipWithBaseTable:andRelatedTable:andUserMappingTable:andRelation:","abstract":"

    Adds a relationship between the base and related table. Creates the user","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addRelationshipWithBaseTable:andRelatedTable:andUserMappingTable:andRelationAuthor:andRelationName:":{"name":"-addRelationshipWithBaseTable:andRelatedTable:andUserMappingTable:andRelationAuthor:andRelationName:","abstract":"

    Adds a relationship between the base and related table. Creates the user","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addRelationshipWithBaseTable:andRelatedTable:andUserMappingTable:andRelationName:":{"name":"-addRelationshipWithBaseTable:andRelatedTable:andUserMappingTable:andRelationName:","abstract":"

    Adds a relationship between the base and related table. Creates the user","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addRelationshipWithBaseTable:andUserRelatedTable:andMappingTableName:":{"name":"-addRelationshipWithBaseTable:andUserRelatedTable:andMappingTableName:","abstract":"

    Adds a relationship between the base and user related table. Creates a","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addRelationshipWithBaseTable:andUserRelatedTable:andUserMappingTable:":{"name":"-addRelationshipWithBaseTable:andUserRelatedTable:andUserMappingTable:","abstract":"

    Adds a relationship between the base and user related table. Creates the","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addRelationshipWithBaseTable:andUserTable:andMappingTableName:":{"name":"-addRelationshipWithBaseTable:andUserTable:andMappingTableName:","abstract":"

    Adds a relationship between the base and user related table. Creates a","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addRelationshipWithBaseTable:andUserTable:andUserMappingTable:":{"name":"-addRelationshipWithBaseTable:andUserTable:andUserMappingTable:","abstract":"

    Adds a relationship between the base and user related table. Creates the","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addRelationshipWithBaseTable:andUserTable:andRelationName:andMappingTableName:":{"name":"-addRelationshipWithBaseTable:andUserTable:andRelationName:andMappingTableName:","abstract":"

    Adds a relationship between the base and user related table. Creates a","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addRelationshipWithBaseTable:andUserTable:andRelationName:andUserMappingTable:":{"name":"-addRelationshipWithBaseTable:andUserTable:andRelationName:andUserMappingTable:","abstract":"

    Adds a relationship between the base and user related table. Creates the","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addFeaturesRelationshipWithBaseTable:andRelatedTable:andMappingTableName:":{"name":"-addFeaturesRelationshipWithBaseTable:andRelatedTable:andMappingTableName:","abstract":"

    Adds a features relationship between the base feature and related feature","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addFeaturesRelationshipWithBaseTable:andRelatedTable:andUserMappingTable:":{"name":"-addFeaturesRelationshipWithBaseTable:andRelatedTable:andUserMappingTable:","abstract":"

    Adds a features relationship between the base feature and related feature","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addMediaRelationshipWithBaseTable:andMediaTable:andMappingTableName:":{"name":"-addMediaRelationshipWithBaseTable:andMediaTable:andMappingTableName:","abstract":"

    Adds a media relationship between the base table and user media related","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addMediaRelationshipWithBaseTable:andMediaTable:andUserMappingTable:":{"name":"-addMediaRelationshipWithBaseTable:andMediaTable:andUserMappingTable:","abstract":"

    Adds a media relationship between the base table and user media related","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addSimpleAttributesRelationshipWithBaseTable:andSimpleAttributesTable:andMappingTableName:":{"name":"-addSimpleAttributesRelationshipWithBaseTable:andSimpleAttributesTable:andMappingTableName:","abstract":"

    Adds a simple attributes relationship between the base table and user","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addSimpleAttributesRelationshipWithBaseTable:andSimpleAttributesTable:andUserMappingTable:":{"name":"-addSimpleAttributesRelationshipWithBaseTable:andSimpleAttributesTable:andUserMappingTable:","abstract":"

    Adds a simple attributes relationship between the base table and user","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addAttributesRelationshipWithBaseTable:andRelatedTable:andMappingTableName:":{"name":"-addAttributesRelationshipWithBaseTable:andRelatedTable:andMappingTableName:","abstract":"

    Adds an attributes relationship between the base table and related","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addAttributesRelationshipWithBaseTable:andRelatedTable:andUserMappingTable:":{"name":"-addAttributesRelationshipWithBaseTable:andRelatedTable:andUserMappingTable:","abstract":"

    Adds an attributes relationship between the base table and related","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addAttributesRelationshipWithBaseTable:andAttributesTable:andMappingTableName:":{"name":"-addAttributesRelationshipWithBaseTable:andAttributesTable:andMappingTableName:","abstract":"

    Adds an attributes relationship between the base table and user","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addAttributesRelationshipWithBaseTable:andAttributesTable:andUserMappingTable:":{"name":"-addAttributesRelationshipWithBaseTable:andAttributesTable:andUserMappingTable:","abstract":"

    Adds an attributes relationship between the base table and user","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addTilesRelationshipWithBaseTable:andRelatedTable:andMappingTableName:":{"name":"-addTilesRelationshipWithBaseTable:andRelatedTable:andMappingTableName:","abstract":"

    Adds a tiles relationship between the base table and related tiles table.","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addTilesRelationshipWithBaseTable:andRelatedTable:andUserMappingTable:":{"name":"-addTilesRelationshipWithBaseTable:andRelatedTable:andUserMappingTable:","abstract":"

    Adds a tiles relationship between the base table and related tiles table.","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addTilesRelationshipWithBaseTable:andTileTable:andMappingTableName:":{"name":"-addTilesRelationshipWithBaseTable:andTileTable:andMappingTableName:","abstract":"

    Adds a tiles relationship between the base table and user tiles related","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addTilesRelationshipWithBaseTable:andTileTable:andUserMappingTable:":{"name":"-addTilesRelationshipWithBaseTable:andTileTable:andUserMappingTable:","abstract":"

    Adds a tiles relationship between the base table and user tiles related","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)createUserMappingTableWithName:":{"name":"-createUserMappingTableWithName:","abstract":"

    Create a default user mapping table and extension row if either does not","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)createUserMappingTable:":{"name":"-createUserMappingTable:","abstract":"

    Create a user mapping table and extension row if either does not exist.","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)createRelatedTable:":{"name":"-createRelatedTable:","abstract":"

    Create a user related table if it does not exist. When not created, there","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)removeRelationshipWithBaseTable:andRelatedTable:andRelation:":{"name":"-removeRelationshipWithBaseTable:andRelatedTable:andRelation:","abstract":"

    Remove a specific relationship from the GeoPackage

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)removeRelationshipWithBaseTable:andRelatedTable:andRelationAuthor:andRelationName:":{"name":"-removeRelationshipWithBaseTable:andRelatedTable:andRelationAuthor:andRelationName:","abstract":"

    Remove a specific relationship from the GeoPackage

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)removeRelationship:":{"name":"-removeRelationship:","abstract":"

    Remove a specific relationship from the GeoPackage

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)removeRelationshipWithBaseTable:andRelatedTable:andRelationName:":{"name":"-removeRelationshipWithBaseTable:andRelatedTable:andRelationName:","abstract":"

    Remove a specific relationship from the GeoPackage

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)removeRelationshipsWithTable:":{"name":"-removeRelationshipsWithTable:","abstract":"

    Remove all relationships that include the table

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)removeRelationshipsWithMappingTable:":{"name":"-removeRelationshipsWithMappingTable:","abstract":"

    Remove all relationships with the mapping table

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)removeExtension":{"name":"-removeExtension","abstract":"

    Remove all trace of the extension

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)hasRelationsWithBaseTable:andRelatedTable:":{"name":"-hasRelationsWithBaseTable:andRelatedTable:","abstract":"

    Determine if has one or more relations matching the base table and","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)relationsWithBaseTable:andRelatedTable:":{"name":"-relationsWithBaseTable:andRelatedTable:","abstract":"

    Get the relations to the base table and related table

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)hasRelationsWithBaseTable:andRelatedTable:andMappingTable:":{"name":"-hasRelationsWithBaseTable:andRelatedTable:andMappingTable:","abstract":"

    Determine if has one or more relations matching the non null provided","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)relationsWithBaseTable:andRelatedTable:andMappingTable:":{"name":"-relationsWithBaseTable:andRelatedTable:andMappingTable:","abstract":"

    Get the relations matching the non null provided values

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)hasRelationsWithBaseTable:andRelatedTable:andRelation:andMappingTable:":{"name":"-hasRelationsWithBaseTable:andRelatedTable:andRelation:andMappingTable:","abstract":"

    Determine if has one or more relations matching the non null provided","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)relationsWithBaseTable:andRelatedTable:andRelation:andMappingTable:":{"name":"-relationsWithBaseTable:andRelatedTable:andRelation:andMappingTable:","abstract":"

    Get the relations matching the non null provided values

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)hasRelationsWithBaseTable:andBaseColumn:andRelatedTable:andRelatedColumn:andRelation:andMappingTable:":{"name":"-hasRelationsWithBaseTable:andBaseColumn:andRelatedTable:andRelatedColumn:andRelation:andMappingTable:","abstract":"

    Determine if has one or more relations matching the non null provided","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)relationsWithBaseTable:andBaseColumn:andRelatedTable:andRelatedColumn:andRelation:andMappingTable:":{"name":"-relationsWithBaseTable:andBaseColumn:andRelatedTable:andRelatedColumn:andRelation:andMappingTable:","abstract":"

    Get the relations matching the non null provided values

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)buildRelationNameWithAuthor:andName:":{"name":"-buildRelationNameWithAuthor:andName:","abstract":"

    Build the custom relation name with author

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)relationsToBaseTable:":{"name":"-relationsToBaseTable:","abstract":"

    Get the relations to the base table

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)hasRelationsToBaseTable:":{"name":"-hasRelationsToBaseTable:","abstract":"

    Determine if there are relations to the base table

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)relationsToRelatedTable:":{"name":"-relationsToRelatedTable:","abstract":"

    Get the relations to the related table

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)hasRelationsToRelatedTable:":{"name":"-hasRelationsToRelatedTable:","abstract":"

    Determine if there are relations to the related table

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)relationsToTable:":{"name":"-relationsToTable:","abstract":"

    Get the relations to the table

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)hasRelationsToTable:":{"name":"-hasRelationsToTable:","abstract":"

    Determine if there are relations to the table

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)userDaoForTableName:":{"name":"-userDaoForTableName:","abstract":"

    Get a User Custom DAO from a table name

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)mappingDaoForRelation:":{"name":"-mappingDaoForRelation:","abstract":"

    Get a User Mapping DAO from an extended relation

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)mappingDaoForTableName:":{"name":"-mappingDaoForTableName:","abstract":"

    Get a User Mapping DAO from a table name

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)mediaDaoForTable:":{"name":"-mediaDaoForTable:","abstract":"

    Get a related media table DAO

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)mediaDaoForRelation:":{"name":"-mediaDaoForRelation:","abstract":"

    Get a related media table DAO

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)mediaDaoForTableName:":{"name":"-mediaDaoForTableName:","abstract":"

    Get a related media table DAO

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)simpleAttributesDaoForTable:":{"name":"-simpleAttributesDaoForTable:","abstract":"

    Get a related simple attributes table DAO

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)simpleAttributesDaoForRelation:":{"name":"-simpleAttributesDaoForRelation:","abstract":"

    Get a related simple attributes table DAO

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)simpleAttributesDaoForTableName:":{"name":"-simpleAttributesDaoForTableName:","abstract":"

    Get a related simple attributes table DAO

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)mappingsForRelation:withBaseId:":{"name":"-mappingsForRelation:withBaseId:","abstract":"

    Get the related id mappings for the base id

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)mappingsForTableName:withBaseId:":{"name":"-mappingsForTableName:withBaseId:","abstract":"

    Get the related id mappings for the base id

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)mappingsForRelation:withRelatedId:":{"name":"-mappingsForRelation:withRelatedId:","abstract":"

    Get the base id mappings for the related id

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)mappingsForTableName:withRelatedId:":{"name":"-mappingsForTableName:withRelatedId:","abstract":"

    Get the base id mappings for the related id

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)hasMappingWithTableName:andBaseId:andRelatedId:":{"name":"-hasMappingWithTableName:andBaseId:andRelatedId:","abstract":"

    Determine if the base id and related id mapping exists

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)countMappingsToBaseTable:andBaseId:":{"name":"-countMappingsToBaseTable:andBaseId:","abstract":"

    Count the number of mappings to the base table and id

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)hasMappingToBaseTable:andBaseId:":{"name":"-hasMappingToBaseTable:andBaseId:","abstract":"

    Determine if a mapping to the base table and id exists

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)countMappingsInRelations:toBaseId:":{"name":"-countMappingsInRelations:toBaseId:","abstract":"

    Count the number of mappings in the extended relations to the base id

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)hasMappingInRelations:toBaseId:":{"name":"-hasMappingInRelations:toBaseId:","abstract":"

    Determine if a mapping in the extended relations to the base id exists

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)countMappingsInRelation:toBaseId:":{"name":"-countMappingsInRelation:toBaseId:","abstract":"

    Count the number of mappings in the extended relation to the base id

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)hasMappingInRelation:toBaseId:":{"name":"-hasMappingInRelation:toBaseId:","abstract":"

    Determine if a mapping in the extended relation to the base id exists

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)deleteMappingsToBaseTable:andBaseId:":{"name":"-deleteMappingsToBaseTable:andBaseId:","abstract":"

    Delete mappings to the base table and id

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)deleteMappingsInRelations:toBaseId:":{"name":"-deleteMappingsInRelations:toBaseId:","abstract":"

    Delete mappings in the extended relations to the base id

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)deleteMappingsInRelation:toBaseId:":{"name":"-deleteMappingsInRelation:toBaseId:","abstract":"

    Delete mappings in the extended relation to the base id

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)countMappingsToRelatedTable:andRelatedId:":{"name":"-countMappingsToRelatedTable:andRelatedId:","abstract":"

    Count the number of mappings to the related table and id

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)hasMappingToRelatedTable:andRelatedId:":{"name":"-hasMappingToRelatedTable:andRelatedId:","abstract":"

    Determine if a mapping to the related table and id exists

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)countMappingsInRelations:toRelatedId:":{"name":"-countMappingsInRelations:toRelatedId:","abstract":"

    Count the number of mappings in the extended relations to the related id

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)hasMappingInRelations:toRelatedId:":{"name":"-hasMappingInRelations:toRelatedId:","abstract":"

    Determine if a mapping in the extended relations to the related id exists

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)countMappingsInRelation:toRelatedId:":{"name":"-countMappingsInRelation:toRelatedId:","abstract":"

    Count the number of mappings in the extended relation to the related id

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)hasMappingInRelation:toRelatedId:":{"name":"-hasMappingInRelation:toRelatedId:","abstract":"

    Determine if a mapping in the extended relation to the related id exists

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)deleteMappingsToRelatedTable:andRelatedId:":{"name":"-deleteMappingsToRelatedTable:andRelatedId:","abstract":"

    Delete mappings to the related table and id

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)deleteMappingsInRelations:toRelatedId:":{"name":"-deleteMappingsInRelations:toRelatedId:","abstract":"

    Delete mappings in the extended relations to the related id

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)deleteMappingsInRelation:toRelatedId:":{"name":"-deleteMappingsInRelation:toRelatedId:","abstract":"

    Delete mappings in the extended relation to the related id

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)countMappingsToTable:andId:":{"name":"-countMappingsToTable:andId:","abstract":"

    Count the number of mappings to the table and id

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)hasMappingToTable:andId:":{"name":"-hasMappingToTable:andId:","abstract":"

    Determine if a mapping to the table and id exists

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)deleteMappingsToTable:andId:":{"name":"-deleteMappingsToTable:andId:","abstract":"

    Delete mappings to the table and id

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGExtendedRelationsDao.html#/c:objc(cs)GPKGExtendedRelationsDao(cm)createWithDatabase:":{"name":"+createWithDatabase:","abstract":"

    Create the DAO

    ","parent_name":"GPKGExtendedRelationsDao"},"Classes/GPKGExtendedRelationsDao.html#/c:objc(cs)GPKGExtendedRelationsDao(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGExtendedRelationsDao"},"Classes/GPKGExtendedRelationsDao.html#/c:objc(cs)GPKGExtendedRelationsDao(im)relation:":{"name":"-relation:","abstract":"

    Get the extended relation for the current result in the result set

    ","parent_name":"GPKGExtendedRelationsDao"},"Classes/GPKGExtendedRelationsDao.html#/c:objc(cs)GPKGExtendedRelationsDao(im)firstRelation:":{"name":"-firstRelation:","abstract":"

    Get the first extended relation in the result set and close it

    ","parent_name":"GPKGExtendedRelationsDao"},"Classes/GPKGExtendedRelationsDao.html#/c:objc(cs)GPKGExtendedRelationsDao(im)baseTables":{"name":"-baseTables","abstract":"

    Get all the base table names

    ","parent_name":"GPKGExtendedRelationsDao"},"Classes/GPKGExtendedRelationsDao.html#/c:objc(cs)GPKGExtendedRelationsDao(im)relatedTables":{"name":"-relatedTables","abstract":"

    Get all the related table names

    ","parent_name":"GPKGExtendedRelationsDao"},"Classes/GPKGExtendedRelationsDao.html#/c:objc(cs)GPKGExtendedRelationsDao(im)relationsToBaseTable:":{"name":"-relationsToBaseTable:","abstract":"

    Get the relations to the base table

    ","parent_name":"GPKGExtendedRelationsDao"},"Classes/GPKGExtendedRelationsDao.html#/c:objc(cs)GPKGExtendedRelationsDao(im)relationsToRelatedTable:":{"name":"-relationsToRelatedTable:","abstract":"

    Get the relations to the related table

    ","parent_name":"GPKGExtendedRelationsDao"},"Classes/GPKGExtendedRelationsDao.html#/c:objc(cs)GPKGExtendedRelationsDao(im)relationsToTable:":{"name":"-relationsToTable:","abstract":"

    Get the relations to the table, both base table and related table

    ","parent_name":"GPKGExtendedRelationsDao"},"Classes/GPKGExtendedRelationsDao.html#/c:objc(cs)GPKGExtendedRelationsDao(im)relationsWithBaseTable:andBaseColumn:andRelatedTable:andRelatedColumn:andRelation:andMappingTable:":{"name":"-relationsWithBaseTable:andBaseColumn:andRelatedTable:andRelatedColumn:andRelation:andMappingTable:","abstract":"

    Get the relations matching the non null provided values

    ","parent_name":"GPKGExtendedRelationsDao"},"Classes/GPKGExtendedRelation.html#/c:objc(cs)GPKGExtendedRelation(py)id":{"name":"id","abstract":"

    Extended Relations primary key

    ","parent_name":"GPKGExtendedRelation"},"Classes/GPKGExtendedRelation.html#/c:objc(cs)GPKGExtendedRelation(py)baseTableName":{"name":"baseTableName","abstract":"

    Name of the table containing the base data (e.g., features) to relate

    ","parent_name":"GPKGExtendedRelation"},"Classes/GPKGExtendedRelation.html#/c:objc(cs)GPKGExtendedRelation(py)basePrimaryColumn":{"name":"basePrimaryColumn","abstract":"

    Name of the primary key column in base_table_name

    ","parent_name":"GPKGExtendedRelation"},"Classes/GPKGExtendedRelation.html#/c:objc(cs)GPKGExtendedRelation(py)relatedTableName":{"name":"relatedTableName","abstract":"

    Name of the table containing the related information

    ","parent_name":"GPKGExtendedRelation"},"Classes/GPKGExtendedRelation.html#/c:objc(cs)GPKGExtendedRelation(py)relatedPrimaryColumn":{"name":"relatedPrimaryColumn","abstract":"

    Name of the primary key column in related_table_name

    ","parent_name":"GPKGExtendedRelation"},"Classes/GPKGExtendedRelation.html#/c:objc(cs)GPKGExtendedRelation(py)relationName":{"name":"relationName","abstract":"

    Name of the relation

    ","parent_name":"GPKGExtendedRelation"},"Classes/GPKGExtendedRelation.html#/c:objc(cs)GPKGExtendedRelation(py)mappingTableName":{"name":"mappingTableName","abstract":"

    Name of a mapping table

    ","parent_name":"GPKGExtendedRelation"},"Classes/GPKGExtendedRelation.html#/c:objc(cs)GPKGExtendedRelation(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGExtendedRelation"},"Classes/GPKGExtendedRelation.html#/c:objc(cs)GPKGExtendedRelation(im)resetId":{"name":"-resetId","abstract":"

    Reset the id so the row can be inserted as new

    ","parent_name":"GPKGExtendedRelation"},"Classes/GPKGExtendedRelation.html#/c:objc(cs)GPKGExtendedRelation(im)relationType":{"name":"-relationType","abstract":"

    Get the relation type

    ","parent_name":"GPKGExtendedRelation"},"Classes/GPKGStyles.html#/c:objc(cs)GPKGStyles(py)tableStyles":{"name":"tableStyles","abstract":"

    Table styles flag

    ","parent_name":"GPKGStyles"},"Classes/GPKGStyles.html#/c:objc(cs)GPKGStyles(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGStyles"},"Classes/GPKGStyles.html#/c:objc(cs)GPKGStyles(im)initAsTableStyles:":{"name":"-initAsTableStyles:","abstract":"

    Initialize

    ","parent_name":"GPKGStyles"},"Classes/GPKGStyles.html#/c:objc(cs)GPKGStyles(im)setDefaultStyle:":{"name":"-setDefaultStyle:","abstract":"

    Set the default style

    ","parent_name":"GPKGStyles"},"Classes/GPKGStyles.html#/c:objc(cs)GPKGStyles(im)setStyle:forGeometryType:":{"name":"-setStyle:forGeometryType:","abstract":"

    Set the style for the geometry type

    ","parent_name":"GPKGStyles"},"Classes/GPKGStyles.html#/c:objc(cs)GPKGStyles(im)defaultStyle":{"name":"-defaultStyle","abstract":"

    Get the default style

    ","parent_name":"GPKGStyles"},"Classes/GPKGStyles.html#/c:objc(cs)GPKGStyles(im)allStyles":{"name":"-allStyles","abstract":"

    Get an unmodifiable mapping between specific geometry types and styles

    ","parent_name":"GPKGStyles"},"Classes/GPKGStyles.html#/c:objc(cs)GPKGStyles(im)style":{"name":"-style","abstract":"

    Get the style, either the default or single geometry type style

    ","parent_name":"GPKGStyles"},"Classes/GPKGStyles.html#/c:objc(cs)GPKGStyles(im)styleForGeometryType:":{"name":"-styleForGeometryType:","abstract":"

    Get the style for the geometry type

    ","parent_name":"GPKGStyles"},"Classes/GPKGStyles.html#/c:objc(cs)GPKGStyles(im)isEmpty":{"name":"-isEmpty","abstract":"

    Determine if this styles is empty

    ","parent_name":"GPKGStyles"},"Classes/GPKGStyles.html#/c:objc(cs)GPKGStyles(im)hasDefault":{"name":"-hasDefault","abstract":"

    Determine if there is a default style

    ","parent_name":"GPKGStyles"},"Classes/GPKGStyleTable.html#/c:objc(cs)GPKGStyleTable(im)init":{"name":"-init","abstract":"

    Initializer

    ","parent_name":"GPKGStyleTable"},"Classes/GPKGStyleTable.html#/c:objc(cs)GPKGStyleTable(im)initWithTable:":{"name":"-initWithTable:","abstract":"

    Initializer

    ","parent_name":"GPKGStyleTable"},"Classes/GPKGStyleTable.html#/c:objc(cs)GPKGStyleTable(im)nameColumnIndex":{"name":"-nameColumnIndex","abstract":"

    Get the name column index

    ","parent_name":"GPKGStyleTable"},"Classes/GPKGStyleTable.html#/c:objc(cs)GPKGStyleTable(im)nameColumn":{"name":"-nameColumn","abstract":"

    Get the name column

    ","parent_name":"GPKGStyleTable"},"Classes/GPKGStyleTable.html#/c:objc(cs)GPKGStyleTable(im)descriptionColumnIndex":{"name":"-descriptionColumnIndex","abstract":"

    Get the description column index

    ","parent_name":"GPKGStyleTable"},"Classes/GPKGStyleTable.html#/c:objc(cs)GPKGStyleTable(im)descriptionColumn":{"name":"-descriptionColumn","abstract":"

    Get the description column

    ","parent_name":"GPKGStyleTable"},"Classes/GPKGStyleTable.html#/c:objc(cs)GPKGStyleTable(im)colorColumnIndex":{"name":"-colorColumnIndex","abstract":"

    Get the color column index

    ","parent_name":"GPKGStyleTable"},"Classes/GPKGStyleTable.html#/c:objc(cs)GPKGStyleTable(im)colorColumn":{"name":"-colorColumn","abstract":"

    Get the color column

    ","parent_name":"GPKGStyleTable"},"Classes/GPKGStyleTable.html#/c:objc(cs)GPKGStyleTable(im)opacityColumnIndex":{"name":"-opacityColumnIndex","abstract":"

    Get the opacity column index

    ","parent_name":"GPKGStyleTable"},"Classes/GPKGStyleTable.html#/c:objc(cs)GPKGStyleTable(im)opacityColumn":{"name":"-opacityColumn","abstract":"

    Get the opacity column

    ","parent_name":"GPKGStyleTable"},"Classes/GPKGStyleTable.html#/c:objc(cs)GPKGStyleTable(im)widthColumnIndex":{"name":"-widthColumnIndex","abstract":"

    Get the width column index

    ","parent_name":"GPKGStyleTable"},"Classes/GPKGStyleTable.html#/c:objc(cs)GPKGStyleTable(im)widthColumn":{"name":"-widthColumn","abstract":"

    Get the width column

    ","parent_name":"GPKGStyleTable"},"Classes/GPKGStyleTable.html#/c:objc(cs)GPKGStyleTable(im)fillColorColumnIndex":{"name":"-fillColorColumnIndex","abstract":"

    Get the fill color column index

    ","parent_name":"GPKGStyleTable"},"Classes/GPKGStyleTable.html#/c:objc(cs)GPKGStyleTable(im)fillColorColumn":{"name":"-fillColorColumn","abstract":"

    Get the fill color column

    ","parent_name":"GPKGStyleTable"},"Classes/GPKGStyleTable.html#/c:objc(cs)GPKGStyleTable(im)fillOpacityColumnIndex":{"name":"-fillOpacityColumnIndex","abstract":"

    Get the fill opacity column index

    ","parent_name":"GPKGStyleTable"},"Classes/GPKGStyleTable.html#/c:objc(cs)GPKGStyleTable(im)fillOpacityColumn":{"name":"-fillOpacityColumn","abstract":"

    Get the fill opacity column

    ","parent_name":"GPKGStyleTable"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(py)tableStyle":{"name":"tableStyle","abstract":"

    Table style flag

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)init":{"name":"-init","abstract":"

    Initializer to create an empty row

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)initWithStyleTable:andColumns:andValues:":{"name":"-initWithStyleTable:andColumns:andValues:","abstract":"

    Initialize

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)initWithStyleTable:":{"name":"-initWithStyleTable:","abstract":"

    Initialize

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)styleTable":{"name":"-styleTable","abstract":"

    Get the style table

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)nameColumnIndex":{"name":"-nameColumnIndex","abstract":"

    Get the name column index

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)nameColumn":{"name":"-nameColumn","abstract":"

    Get the name column

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)name":{"name":"-name","abstract":"

    Get the name

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)setName:":{"name":"-setName:","abstract":"

    Set the name

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)descriptionColumnIndex":{"name":"-descriptionColumnIndex","abstract":"

    Get the description column index

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)descriptionColumn":{"name":"-descriptionColumn","abstract":"

    Get the description column

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)description":{"name":"-description","abstract":"

    Get the description

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)setDescription:":{"name":"-setDescription:","abstract":"

    Set the description

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)colorColumnIndex":{"name":"-colorColumnIndex","abstract":"

    Get the color column index

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)colorColumn":{"name":"-colorColumn","abstract":"

    Get the color column

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)color":{"name":"-color","abstract":"

    Get the style color

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)hasColor":{"name":"-hasColor","abstract":"

    Check if the style has a color

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)hexColor":{"name":"-hexColor","abstract":"

    Get the color

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)setColor:":{"name":"-setColor:","abstract":"

    Set the color

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)setHexColor:":{"name":"-setHexColor:","abstract":"

    Set the color

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)colorOrDefault":{"name":"-colorOrDefault","abstract":"

    Get the color or default value

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)hexColorOrDefault":{"name":"-hexColorOrDefault","abstract":"

    Get the color or default value

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)opacityColumnIndex":{"name":"-opacityColumnIndex","abstract":"

    Get the opacity column index

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)opacityColumn":{"name":"-opacityColumn","abstract":"

    Get the opacity column

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)opacity":{"name":"-opacity","abstract":"

    Get the opacity

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)setOpacity:":{"name":"-setOpacity:","abstract":"

    Set the opacity

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)setOpactiyValue:":{"name":"-setOpactiyValue:","abstract":"

    Set the opacity

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)opacityOrDefault":{"name":"-opacityOrDefault","abstract":"

    Get the opacity or default value

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)widthColumnIndex":{"name":"-widthColumnIndex","abstract":"

    Get the width column index

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)widthColumn":{"name":"-widthColumn","abstract":"

    Get the width column

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)width":{"name":"-width","abstract":"

    Get the width

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)setWidth:":{"name":"-setWidth:","abstract":"

    Set the width

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)setWidthValue:":{"name":"-setWidthValue:","abstract":"

    Set the width

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)widthOrDefault":{"name":"-widthOrDefault","abstract":"

    Get the width value or default width

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)fillColorColumnIndex":{"name":"-fillColorColumnIndex","abstract":"

    Get the fill color column index

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)fillColorColumn":{"name":"-fillColorColumn","abstract":"

    Get the fill color column

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)fillColor":{"name":"-fillColor","abstract":"

    Get the style fill color

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)hasFillColor":{"name":"-hasFillColor","abstract":"

    Check if the style has a fill color

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)fillHexColor":{"name":"-fillHexColor","abstract":"

    Get the fill color

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)setFillColor:":{"name":"-setFillColor:","abstract":"

    Set the fill color

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)setFillHexColor:":{"name":"-setFillHexColor:","abstract":"

    Set the fill color

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)fillOpacityColumnIndex":{"name":"-fillOpacityColumnIndex","abstract":"

    Get the fill opacity column index

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)fillOpacityColumn":{"name":"-fillOpacityColumn","abstract":"

    Get the fill opacity column

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)fillOpacity":{"name":"-fillOpacity","abstract":"

    Get the fill opacity

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)setFillOpacity:":{"name":"-setFillOpacity:","abstract":"

    Set the fill opacity

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)setFillOpacityValue:":{"name":"-setFillOpacityValue:","abstract":"

    Set the fill opacity

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)fillOpacityOrDefault":{"name":"-fillOpacityOrDefault","abstract":"

    Get the fill opacity or default value

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleMappingTable.html#/c:objc(cs)GPKGStyleMappingTable(im)initWithTableName:":{"name":"-initWithTableName:","abstract":"

    Initializer

    ","parent_name":"GPKGStyleMappingTable"},"Classes/GPKGStyleMappingTable.html#/c:objc(cs)GPKGStyleMappingTable(im)initWithTable:":{"name":"-initWithTable:","abstract":"

    Initializer

    ","parent_name":"GPKGStyleMappingTable"},"Classes/GPKGStyleMappingTable.html#/c:objc(cs)GPKGStyleMappingTable(im)geometryTypeNameColumnIndex":{"name":"-geometryTypeNameColumnIndex","abstract":"

    Get the geometry type name column index

    ","parent_name":"GPKGStyleMappingTable"},"Classes/GPKGStyleMappingTable.html#/c:objc(cs)GPKGStyleMappingTable(im)geometryTypeNameColumn":{"name":"-geometryTypeNameColumn","abstract":"

    Get the geometry type name column

    ","parent_name":"GPKGStyleMappingTable"},"Classes/GPKGStyleMappingRow.html#/c:objc(cs)GPKGStyleMappingRow(im)initWithStyleMappingTable:andColumns:andValues:":{"name":"-initWithStyleMappingTable:andColumns:andValues:","abstract":"

    Initialize

    ","parent_name":"GPKGStyleMappingRow"},"Classes/GPKGStyleMappingRow.html#/c:objc(cs)GPKGStyleMappingRow(im)initWithStyleMappingTable:":{"name":"-initWithStyleMappingTable:","abstract":"

    Initialize

    ","parent_name":"GPKGStyleMappingRow"},"Classes/GPKGStyleMappingRow.html#/c:objc(cs)GPKGStyleMappingRow(im)styleMappingTable":{"name":"-styleMappingTable","abstract":"

    Get the style mapping table

    ","parent_name":"GPKGStyleMappingRow"},"Classes/GPKGStyleMappingRow.html#/c:objc(cs)GPKGStyleMappingRow(im)geometryTypeNameColumnIndex":{"name":"-geometryTypeNameColumnIndex","abstract":"

    Get the geometry type name column index

    ","parent_name":"GPKGStyleMappingRow"},"Classes/GPKGStyleMappingRow.html#/c:objc(cs)GPKGStyleMappingRow(im)geometryTypeNameColumn":{"name":"-geometryTypeNameColumn","abstract":"

    Get the geometry type name column

    ","parent_name":"GPKGStyleMappingRow"},"Classes/GPKGStyleMappingRow.html#/c:objc(cs)GPKGStyleMappingRow(im)geometryTypeName":{"name":"-geometryTypeName","abstract":"

    Get the geometry type name

    ","parent_name":"GPKGStyleMappingRow"},"Classes/GPKGStyleMappingRow.html#/c:objc(cs)GPKGStyleMappingRow(im)geometryType":{"name":"-geometryType","abstract":"

    Get the geometry type

    ","parent_name":"GPKGStyleMappingRow"},"Classes/GPKGStyleMappingRow.html#/c:objc(cs)GPKGStyleMappingRow(im)setGeometryType:":{"name":"-setGeometryType:","abstract":"

    Set the geometry type

    ","parent_name":"GPKGStyleMappingRow"},"Classes/GPKGStyleMappingDao.html#/c:objc(cs)GPKGStyleMappingDao(im)initWithDao:":{"name":"-initWithDao:","abstract":"

    Initialize

    ","parent_name":"GPKGStyleMappingDao"},"Classes/GPKGStyleMappingDao.html#/c:objc(cs)GPKGStyleMappingDao(im)styleMappingTable":{"name":"-styleMappingTable","abstract":"

    Get the style mapping table

    ","parent_name":"GPKGStyleMappingDao"},"Classes/GPKGStyleMappingDao.html#/c:objc(cs)GPKGStyleMappingDao(im)row:":{"name":"-row:","abstract":"

    Get the style mapping row for the current result in the result set

    ","parent_name":"GPKGStyleMappingDao"},"Classes/GPKGStyleMappingDao.html#/c:objc(cs)GPKGStyleMappingDao(im)newRow":{"name":"-newRow","abstract":"

    Create a new style mapping row

    ","parent_name":"GPKGStyleMappingDao"},"Classes/GPKGStyleMappingDao.html#/c:objc(cs)GPKGStyleMappingDao(im)queryByBaseFeatureId:":{"name":"-queryByBaseFeatureId:","abstract":"

    Query for style mappings by base id

    ","parent_name":"GPKGStyleMappingDao"},"Classes/GPKGStyleMappingDao.html#/c:objc(cs)GPKGStyleMappingDao(im)deleteByBaseId:andGeometryType:":{"name":"-deleteByBaseId:andGeometryType:","abstract":"

    Delete by base is and geometry type

    ","parent_name":"GPKGStyleMappingDao"},"Classes/GPKGStyleDao.html#/c:objc(cs)GPKGStyleDao(im)initWithDao:":{"name":"-initWithDao:","abstract":"

    Initialize

    ","parent_name":"GPKGStyleDao"},"Classes/GPKGStyleDao.html#/c:objc(cs)GPKGStyleDao(im)styleTable":{"name":"-styleTable","abstract":"

    Get the style table

    ","parent_name":"GPKGStyleDao"},"Classes/GPKGStyleDao.html#/c:objc(cs)GPKGStyleDao(im)row:":{"name":"-row:","abstract":"

    Get the style row for the current result in the result set

    ","parent_name":"GPKGStyleDao"},"Classes/GPKGStyleDao.html#/c:objc(cs)GPKGStyleDao(im)newRow":{"name":"-newRow","abstract":"

    Create a new style row

    ","parent_name":"GPKGStyleDao"},"Classes/GPKGStyleDao.html#/c:objc(cs)GPKGStyleDao(im)queryForRow:":{"name":"-queryForRow:","abstract":"

    Query for the style row from a style mapping row

    ","parent_name":"GPKGStyleDao"},"Classes/GPKGIcons.html#/c:objc(cs)GPKGIcons(py)tableIcons":{"name":"tableIcons","abstract":"

    Table icons flag

    ","parent_name":"GPKGIcons"},"Classes/GPKGIcons.html#/c:objc(cs)GPKGIcons(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGIcons"},"Classes/GPKGIcons.html#/c:objc(cs)GPKGIcons(im)initAsTableIcons:":{"name":"-initAsTableIcons:","abstract":"

    Initialize

    ","parent_name":"GPKGIcons"},"Classes/GPKGIcons.html#/c:objc(cs)GPKGIcons(im)setDefaultIcon:":{"name":"-setDefaultIcon:","abstract":"

    Set the default icon

    ","parent_name":"GPKGIcons"},"Classes/GPKGIcons.html#/c:objc(cs)GPKGIcons(im)setIcon:forGeometryType:":{"name":"-setIcon:forGeometryType:","abstract":"

    Set the icon for the geometry type

    ","parent_name":"GPKGIcons"},"Classes/GPKGIcons.html#/c:objc(cs)GPKGIcons(im)defaultIcon":{"name":"-defaultIcon","abstract":"

    Get the default icon

    ","parent_name":"GPKGIcons"},"Classes/GPKGIcons.html#/c:objc(cs)GPKGIcons(im)allIcons":{"name":"-allIcons","abstract":"

    Get an unmodifiable mapping between specific geometry types and icons

    ","parent_name":"GPKGIcons"},"Classes/GPKGIcons.html#/c:objc(cs)GPKGIcons(im)icon":{"name":"-icon","abstract":"

    Get the icon, either the default or single geometry type icon

    ","parent_name":"GPKGIcons"},"Classes/GPKGIcons.html#/c:objc(cs)GPKGIcons(im)iconForGeometryType:":{"name":"-iconForGeometryType:","abstract":"

    Get the icon for the geometry type

    ","parent_name":"GPKGIcons"},"Classes/GPKGIcons.html#/c:objc(cs)GPKGIcons(im)isEmpty":{"name":"-isEmpty","abstract":"

    Determine if this icons is empty

    ","parent_name":"GPKGIcons"},"Classes/GPKGIcons.html#/c:objc(cs)GPKGIcons(im)hasDefault":{"name":"-hasDefault","abstract":"

    Determine if there is a default icon

    ","parent_name":"GPKGIcons"},"Classes/GPKGIconTable.html#/c:objc(cs)GPKGIconTable(im)init":{"name":"-init","abstract":"

    Initializer

    ","parent_name":"GPKGIconTable"},"Classes/GPKGIconTable.html#/c:objc(cs)GPKGIconTable(im)initWithTable:":{"name":"-initWithTable:","abstract":"

    Initializer

    ","parent_name":"GPKGIconTable"},"Classes/GPKGIconTable.html#/c:objc(cs)GPKGIconTable(im)nameColumnIndex":{"name":"-nameColumnIndex","abstract":"

    Get the name column index

    ","parent_name":"GPKGIconTable"},"Classes/GPKGIconTable.html#/c:objc(cs)GPKGIconTable(im)nameColumn":{"name":"-nameColumn","abstract":"

    Get the name column

    ","parent_name":"GPKGIconTable"},"Classes/GPKGIconTable.html#/c:objc(cs)GPKGIconTable(im)descriptionColumnIndex":{"name":"-descriptionColumnIndex","abstract":"

    Get the description column index

    ","parent_name":"GPKGIconTable"},"Classes/GPKGIconTable.html#/c:objc(cs)GPKGIconTable(im)descriptionColumn":{"name":"-descriptionColumn","abstract":"

    Get the description column

    ","parent_name":"GPKGIconTable"},"Classes/GPKGIconTable.html#/c:objc(cs)GPKGIconTable(im)widthColumnIndex":{"name":"-widthColumnIndex","abstract":"

    Get the width column index

    ","parent_name":"GPKGIconTable"},"Classes/GPKGIconTable.html#/c:objc(cs)GPKGIconTable(im)widthColumn":{"name":"-widthColumn","abstract":"

    Get the width column

    ","parent_name":"GPKGIconTable"},"Classes/GPKGIconTable.html#/c:objc(cs)GPKGIconTable(im)heightColumnIndex":{"name":"-heightColumnIndex","abstract":"

    Get the height column index

    ","parent_name":"GPKGIconTable"},"Classes/GPKGIconTable.html#/c:objc(cs)GPKGIconTable(im)heightColumn":{"name":"-heightColumn","abstract":"

    Get the height column

    ","parent_name":"GPKGIconTable"},"Classes/GPKGIconTable.html#/c:objc(cs)GPKGIconTable(im)anchorUColumnIndex":{"name":"-anchorUColumnIndex","abstract":"

    Get the anchor u column index

    ","parent_name":"GPKGIconTable"},"Classes/GPKGIconTable.html#/c:objc(cs)GPKGIconTable(im)anchorUColumn":{"name":"-anchorUColumn","abstract":"

    Get the anchor u column

    ","parent_name":"GPKGIconTable"},"Classes/GPKGIconTable.html#/c:objc(cs)GPKGIconTable(im)anchorVColumnIndex":{"name":"-anchorVColumnIndex","abstract":"

    Get the anchor v column index

    ","parent_name":"GPKGIconTable"},"Classes/GPKGIconTable.html#/c:objc(cs)GPKGIconTable(im)anchorVColumn":{"name":"-anchorVColumn","abstract":"

    Get the anchor v column

    ","parent_name":"GPKGIconTable"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(py)tableIcon":{"name":"tableIcon","abstract":"

    Table icon flag

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)init":{"name":"-init","abstract":"

    Initializer to create an empty row

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)initWithIconTable:andColumns:andValues:":{"name":"-initWithIconTable:andColumns:andValues:","abstract":"

    Initialize

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)initWithIconTable:":{"name":"-initWithIconTable:","abstract":"

    Initialize

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)iconTable":{"name":"-iconTable","abstract":"

    Get the icon table

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)nameColumnIndex":{"name":"-nameColumnIndex","abstract":"

    Get the name column index

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)nameColumn":{"name":"-nameColumn","abstract":"

    Get the name column

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)name":{"name":"-name","abstract":"

    Get the name

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)setName:":{"name":"-setName:","abstract":"

    Set the name

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)descriptionColumnIndex":{"name":"-descriptionColumnIndex","abstract":"

    Get the description column index

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)descriptionColumn":{"name":"-descriptionColumn","abstract":"

    Get the description column

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)description":{"name":"-description","abstract":"

    Get the description

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)setDescription:":{"name":"-setDescription:","abstract":"

    Set the description

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)widthColumnIndex":{"name":"-widthColumnIndex","abstract":"

    Get the width column index

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)widthColumn":{"name":"-widthColumn","abstract":"

    Get the width column

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)width":{"name":"-width","abstract":"

    Get the width

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)setWidth:":{"name":"-setWidth:","abstract":"

    Set the width

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)setWidthValue:":{"name":"-setWidthValue:","abstract":"

    Set the width

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)derivedWidth":{"name":"-derivedWidth","abstract":"

    Get the width or derived width from the icon data and scaled as needed for the height

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)heightColumnIndex":{"name":"-heightColumnIndex","abstract":"

    Get the height column index

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)heightColumn":{"name":"-heightColumn","abstract":"

    Get the height column

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)height":{"name":"-height","abstract":"

    Get the height

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)setHeight:":{"name":"-setHeight:","abstract":"

    Set the height

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)setHeightValue:":{"name":"-setHeightValue:","abstract":"

    Set the height

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)derivedHeight":{"name":"-derivedHeight","abstract":"

    Get the height or derived height from the icon data and scaled as needed for the width

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)derivedDimensions":{"name":"-derivedDimensions","abstract":"

    Get the derived width and height from the values and icon data, scaled as","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)anchorUColumnIndex":{"name":"-anchorUColumnIndex","abstract":"

    Get the anchor u column index

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)anchorUColumn":{"name":"-anchorUColumn","abstract":"

    Get the anchor u column

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)anchorU":{"name":"-anchorU","abstract":"

    Get the anchor u

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)setAnchorU:":{"name":"-setAnchorU:","abstract":"

    Set the anchor u

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)setAnchorUValue:":{"name":"-setAnchorUValue:","abstract":"

    Set the anchor u

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)anchorUOrDefault":{"name":"-anchorUOrDefault","abstract":"

    Get the anchor u value or the default value of 0.5

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)anchorVColumnIndex":{"name":"-anchorVColumnIndex","abstract":"

    Get the anchor v column index

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)anchorVColumn":{"name":"-anchorVColumn","abstract":"

    Get the anchor v column

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)anchorV":{"name":"-anchorV","abstract":"

    Get the anchor v

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)setAnchorV:":{"name":"-setAnchorV:","abstract":"

    Set the anchor v

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)setAnchorVValue:":{"name":"-setAnchorVValue:","abstract":"

    Set the anchor v

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)anchorVOrDefault":{"name":"-anchorVOrDefault","abstract":"

    Get the anchor v value or the default value of 1.0

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconDao.html#/c:objc(cs)GPKGIconDao(im)initWithDao:":{"name":"-initWithDao:","abstract":"

    Initialize

    ","parent_name":"GPKGIconDao"},"Classes/GPKGIconDao.html#/c:objc(cs)GPKGIconDao(im)iconTable":{"name":"-iconTable","abstract":"

    Get the icon table

    ","parent_name":"GPKGIconDao"},"Classes/GPKGIconDao.html#/c:objc(cs)GPKGIconDao(im)row:":{"name":"-row:","abstract":"

    Get the icon row for the current result in the result set

    ","parent_name":"GPKGIconDao"},"Classes/GPKGIconDao.html#/c:objc(cs)GPKGIconDao(im)newRow":{"name":"-newRow","abstract":"

    Create a new icon row

    ","parent_name":"GPKGIconDao"},"Classes/GPKGIconDao.html#/c:objc(cs)GPKGIconDao(im)rowsWithIds:":{"name":"-rowsWithIds:","abstract":"

    Get the icon rows that exist with the provided ids

    ","parent_name":"GPKGIconDao"},"Classes/GPKGIconDao.html#/c:objc(cs)GPKGIconDao(im)queryForRow:":{"name":"-queryForRow:","abstract":"

    Query for the icon row from a style mapping row

    ","parent_name":"GPKGIconDao"},"Classes/GPKGIconCache.html#/c:objc(cs)GPKGIconCache(py)scale":{"name":"scale","abstract":"

    Screen scale, default is 1.0

    ","parent_name":"GPKGIconCache"},"Classes/GPKGIconCache.html#/c:objc(cs)GPKGIconCache(im)init":{"name":"-init","abstract":"

    Initialize, created with cache size of DEFAULT_ICON_CACHE_SIZE

    ","parent_name":"GPKGIconCache"},"Classes/GPKGIconCache.html#/c:objc(cs)GPKGIconCache(im)initWithSize:":{"name":"-initWithSize:","abstract":"

    Initialize

    ","parent_name":"GPKGIconCache"},"Classes/GPKGIconCache.html#/c:objc(cs)GPKGIconCache(im)imageForRow:":{"name":"-imageForRow:","abstract":"

    Get the cached image for the icon row or nil if not cached

    ","parent_name":"GPKGIconCache"},"Classes/GPKGIconCache.html#/c:objc(cs)GPKGIconCache(im)imageForId:":{"name":"-imageForId:","abstract":"

    Get the cached image for the icon row id or nil if not cached

    ","parent_name":"GPKGIconCache"},"Classes/GPKGIconCache.html#/c:objc(cs)GPKGIconCache(im)imageForIdNumber:":{"name":"-imageForIdNumber:","abstract":"

    Get the cached image for the icon row id or nil if not cached

    ","parent_name":"GPKGIconCache"},"Classes/GPKGIconCache.html#/c:objc(cs)GPKGIconCache(im)putImage:forRow:":{"name":"-putImage:forRow:","abstract":"

    Cache the icon image for the icon row

    ","parent_name":"GPKGIconCache"},"Classes/GPKGIconCache.html#/c:objc(cs)GPKGIconCache(im)putImage:forId:":{"name":"-putImage:forId:","abstract":"

    Cache the icon image for the icon row id

    ","parent_name":"GPKGIconCache"},"Classes/GPKGIconCache.html#/c:objc(cs)GPKGIconCache(im)putImage:forIdNumber:":{"name":"-putImage:forIdNumber:","abstract":"

    Cache the icon image for the icon row id

    ","parent_name":"GPKGIconCache"},"Classes/GPKGIconCache.html#/c:objc(cs)GPKGIconCache(im)removeForRow:":{"name":"-removeForRow:","abstract":"

    Remove the cached image for the icon row

    ","parent_name":"GPKGIconCache"},"Classes/GPKGIconCache.html#/c:objc(cs)GPKGIconCache(im)removeForId:":{"name":"-removeForId:","abstract":"

    Remove the cached image for the icon row id

    ","parent_name":"GPKGIconCache"},"Classes/GPKGIconCache.html#/c:objc(cs)GPKGIconCache(im)removeForIdNumber:":{"name":"-removeForIdNumber:","abstract":"

    Remove the cached image for the icon row id

    ","parent_name":"GPKGIconCache"},"Classes/GPKGIconCache.html#/c:objc(cs)GPKGIconCache(im)clear":{"name":"-clear","abstract":"

    Clear the cache

    ","parent_name":"GPKGIconCache"},"Classes/GPKGIconCache.html#/c:objc(cs)GPKGIconCache(im)resizeWithSize:":{"name":"-resizeWithSize:","abstract":"

    Resize the cache

    ","parent_name":"GPKGIconCache"},"Classes/GPKGIconCache.html#/c:objc(cs)GPKGIconCache(im)createIconForRow:":{"name":"-createIconForRow:","abstract":"

    Create or retrieve from cache an icon image for the icon row

    ","parent_name":"GPKGIconCache"},"Classes/GPKGIconCache.html#/c:objc(cs)GPKGIconCache(cm)createIconNoCacheForRow:":{"name":"+createIconNoCacheForRow:","abstract":"

    Create an icon image for the icon row without caching

    ","parent_name":"GPKGIconCache"},"Classes/GPKGIconCache.html#/c:objc(cs)GPKGIconCache(cm)createIconForRow:fromCache:":{"name":"+createIconForRow:fromCache:","abstract":"

    Create or retrieve from cache an icon image for the icon row

    ","parent_name":"GPKGIconCache"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)initWithGeoPackage:andTable:":{"name":"-initWithGeoPackage:andTable:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)initWithGeoPackage:andGeometryColumns:":{"name":"-initWithGeoPackage:andGeometryColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)initWithGeoPackage:andContents:":{"name":"-initWithGeoPackage:andContents:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)initWithGeoPackage:andTableName:":{"name":"-initWithGeoPackage:andTableName:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)featureStyleExtension":{"name":"-featureStyleExtension","abstract":"

    Get the feature style extension

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)tableName":{"name":"-tableName","abstract":"

    Get the feature table name

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)has":{"name":"-has","abstract":"

    Determine if the GeoPackage has the extension for the table

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)createRelationships":{"name":"-createRelationships","abstract":"

    Create style, icon, table style, and table icon relationships for the","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)hasRelationship":{"name":"-hasRelationship","abstract":"

    Check if feature table has a style, icon, table style, or table icon","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)createStyleRelationship":{"name":"-createStyleRelationship","abstract":"

    Create a style relationship for the feature table

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)hasStyleRelationship":{"name":"-hasStyleRelationship","abstract":"

    Determine if a style relationship exists for the feature table

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)createTableStyleRelationship":{"name":"-createTableStyleRelationship","abstract":"

    Create a feature table style relationship

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)hasTableStyleRelationship":{"name":"-hasTableStyleRelationship","abstract":"

    Determine if feature table style relationship exists

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)createIconRelationship":{"name":"-createIconRelationship","abstract":"

    Create an icon relationship for the feature table

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)hasIconRelationship":{"name":"-hasIconRelationship","abstract":"

    Determine if an icon relationship exists for the feature table

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)createTableIconRelationship":{"name":"-createTableIconRelationship","abstract":"

    Create a feature table icon relationship

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)hasTableIconRelationship":{"name":"-hasTableIconRelationship","abstract":"

    Determine if feature table icon relationship exists

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteRelationships":{"name":"-deleteRelationships","abstract":"

    Delete the style and icon table and row relationships for the feature","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteStyleRelationship":{"name":"-deleteStyleRelationship","abstract":"

    Delete a style relationship for the feature table

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteTableStyleRelationship":{"name":"-deleteTableStyleRelationship","abstract":"

    Delete a table style relationship for the feature table

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteIconRelationship":{"name":"-deleteIconRelationship","abstract":"

    Delete a icon relationship for the feature table

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteTableIconRelationship":{"name":"-deleteTableIconRelationship","abstract":"

    Delete a table icon relationship for the feature table

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)styleMappingDao":{"name":"-styleMappingDao","abstract":"

    Get a Style Mapping DAO

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)tableStyleMappingDao":{"name":"-tableStyleMappingDao","abstract":"

    Get a Table Style Mapping DAO

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)iconMappingDao":{"name":"-iconMappingDao","abstract":"

    Get a Icon Mapping DAO

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)tableIconMappingDao":{"name":"-tableIconMappingDao","abstract":"

    Get a Table Icon Mapping DAO

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)styleDao":{"name":"-styleDao","abstract":"

    Get a style DAO

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)iconDao":{"name":"-iconDao","abstract":"

    Get a icon DAO

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)tableFeatureStyles":{"name":"-tableFeatureStyles","abstract":"

    Get the table feature styles

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)tableStyles":{"name":"-tableStyles","abstract":"

    Get the table styles

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)cachedTableStyles":{"name":"-cachedTableStyles","abstract":"

    Get the cached table styles, querying and caching if needed

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)tableStyleWithGeometryType:":{"name":"-tableStyleWithGeometryType:","abstract":"

    Get the table style of the geometry type

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)tableStyleDefault":{"name":"-tableStyleDefault","abstract":"

    Get the table style default

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)tableIcons":{"name":"-tableIcons","abstract":"

    Get the table icons

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)cachedTableIcons":{"name":"-cachedTableIcons","abstract":"

    Get the cached table icons, querying and caching if needed

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)tableIconWithGeometryType:":{"name":"-tableIconWithGeometryType:","abstract":"

    Get the table icon of the geometry type

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)tableIconDefault":{"name":"-tableIconDefault","abstract":"

    Get the table icon default

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)styles":{"name":"-styles","abstract":"

    Get all styles used by the feature table

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)featureStyles":{"name":"-featureStyles","abstract":"

    Get all styles used by feature rows in the table

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)icons":{"name":"-icons","abstract":"

    Get all icons used by the feature table

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)featureIcons":{"name":"-featureIcons","abstract":"

    Get all icons used by feature rows in the table

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)featureStylesWithFeature:":{"name":"-featureStylesWithFeature:","abstract":"

    Get the feature styles for the feature row

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)featureStylesWithId:":{"name":"-featureStylesWithId:","abstract":"

    Get the feature styles for the feature id

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)featureStylesWithIdNumber:":{"name":"-featureStylesWithIdNumber:","abstract":"

    Get the feature styles for the feature id

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)featureStyleWithFeature:":{"name":"-featureStyleWithFeature:","abstract":"

    Get the feature style (style and icon) of the feature row, searching in","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)featureStyleWithFeature:andGeometryType:":{"name":"-featureStyleWithFeature:andGeometryType:","abstract":"

    Get the feature style (style and icon) of the feature row with the","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)featureStyleDefaultWithFeature:":{"name":"-featureStyleDefaultWithFeature:","abstract":"

    Get the feature style default (style and icon) of the feature row,","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)featureStyleWithId:andGeometryType:":{"name":"-featureStyleWithId:andGeometryType:","abstract":"

    Get the feature style (style and icon) of the feature, searching in","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)featureStyleWithIdNumber:andGeometryType:":{"name":"-featureStyleWithIdNumber:andGeometryType:","abstract":"

    Get the feature style (style and icon) of the feature, searching in","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)featureStyleDefaultWithId:":{"name":"-featureStyleDefaultWithId:","abstract":"

    Get the feature style (style and icon) of the feature, searching in","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)featureStyleDefaultWithIdNumber:":{"name":"-featureStyleDefaultWithIdNumber:","abstract":"

    Get the feature style (style and icon) of the feature, searching in","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)stylesWithFeature:":{"name":"-stylesWithFeature:","abstract":"

    Get the styles for the feature row

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)stylesWithId:":{"name":"-stylesWithId:","abstract":"

    Get the styles for the feature id

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)stylesWithIdNumber:":{"name":"-stylesWithIdNumber:","abstract":"

    Get the styles for the feature id

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)styleWithFeature:":{"name":"-styleWithFeature:","abstract":"

    Get the style of the feature row, searching in order: feature geometry","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)styleWithFeature:andGeometryType:":{"name":"-styleWithFeature:andGeometryType:","abstract":"

    Get the style of the feature row with the provided geometry type,","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)styleDefaultWithFeature:":{"name":"-styleDefaultWithFeature:","abstract":"

    Get the default style of the feature row, searching in order: feature","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)styleWithId:andGeometryType:":{"name":"-styleWithId:andGeometryType:","abstract":"

    Get the style of the feature, searching in order: feature geometry type","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)styleWithIdNumber:andGeometryType:":{"name":"-styleWithIdNumber:andGeometryType:","abstract":"

    Get the style of the feature, searching in order: feature geometry type","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)styleDefaultWithId:":{"name":"-styleDefaultWithId:","abstract":"

    Get the default style of the feature, searching in order: feature default","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)styleDefaultWithIdNumber:":{"name":"-styleDefaultWithIdNumber:","abstract":"

    Get the default style of the feature, searching in order: feature default","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)iconsWithFeature:":{"name":"-iconsWithFeature:","abstract":"

    Get the icons for the feature row

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)iconsWithId:":{"name":"-iconsWithId:","abstract":"

    Get the icons for the feature id

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)iconsWithIdNumber:":{"name":"-iconsWithIdNumber:","abstract":"

    Get the icons for the feature id

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)iconWithFeature:":{"name":"-iconWithFeature:","abstract":"

    Get the icon of the feature row, searching in order: feature geometry","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)iconWithFeature:andGeometryType:":{"name":"-iconWithFeature:andGeometryType:","abstract":"

    Get the icon of the feature row with the provided geometry type,","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)iconDefaultWithFeature:":{"name":"-iconDefaultWithFeature:","abstract":"

    Get the default icon of the feature row, searching in order: feature","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)iconWithId:andGeometryType:":{"name":"-iconWithId:andGeometryType:","abstract":"

    Get the icon of the feature, searching in order: feature geometry type","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)iconWithIdNumber:andGeometryType:":{"name":"-iconWithIdNumber:andGeometryType:","abstract":"

    Get the icon of the feature, searching in order: feature geometry type","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)iconDefaultWithId:":{"name":"-iconDefaultWithId:","abstract":"

    Get the default icon of the feature, searching in order: feature default","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)iconDefaultWithIdNumber:":{"name":"-iconDefaultWithIdNumber:","abstract":"

    Get the default icon of the feature, searching in order: feature default","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setTableFeatureStyles:":{"name":"-setTableFeatureStyles:","abstract":"

    Set the feature table default feature styles

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setTableStyles:":{"name":"-setTableStyles:","abstract":"

    Set the feature table default styles

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setTableStyleDefault:":{"name":"-setTableStyleDefault:","abstract":"

    Set the feature table style default

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setTableStyle:withGeometryType:":{"name":"-setTableStyle:withGeometryType:","abstract":"

    Set the feature table style for the geometry type

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setTableIcons:":{"name":"-setTableIcons:","abstract":"

    Set the feature table default icons

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setTableIconDefault:":{"name":"-setTableIconDefault:","abstract":"

    Set the feature table icon default

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setTableIcon:withGeometryType:":{"name":"-setTableIcon:withGeometryType:","abstract":"

    Set the feature table icon for the geometry type

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setFeatureStyles:withFeature:":{"name":"-setFeatureStyles:withFeature:","abstract":"

    Set the feature styles for the feature row

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setFeatureStyles:withId:":{"name":"-setFeatureStyles:withId:","abstract":"

    Set the feature styles for the feature table and feature id

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setFeatureStyles:withIdNumber:":{"name":"-setFeatureStyles:withIdNumber:","abstract":"

    Set the feature styles for the feature table and feature id

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setFeatureStyle:withFeature:":{"name":"-setFeatureStyle:withFeature:","abstract":"

    Set the feature style (style and icon) of the feature row

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setFeatureStyle:withFeature:andGeometryType:":{"name":"-setFeatureStyle:withFeature:andGeometryType:","abstract":"

    Set the feature style (style and icon) of the feature row for the","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setFeatureStyleDefault:withFeature:":{"name":"-setFeatureStyleDefault:withFeature:","abstract":"

    Set the feature style default (style and icon) of the feature row

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setFeatureStyle:withId:andGeometryType:":{"name":"-setFeatureStyle:withId:andGeometryType:","abstract":"

    Set the feature style (style and icon) of the feature

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setFeatureStyle:withIdNumber:andGeometryType:":{"name":"-setFeatureStyle:withIdNumber:andGeometryType:","abstract":"

    Set the feature style (style and icon) of the feature

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setFeatureStyleDefault:withId:":{"name":"-setFeatureStyleDefault:withId:","abstract":"

    Set the feature style (style and icon) of the feature

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setFeatureStyleDefault:withIdNumber:":{"name":"-setFeatureStyleDefault:withIdNumber:","abstract":"

    Set the feature style (style and icon) of the feature

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setStyles:withFeature:":{"name":"-setStyles:withFeature:","abstract":"

    Set the styles for the feature row

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setStyles:withId:":{"name":"-setStyles:withId:","abstract":"

    Set the styles for the feature table and feature id

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setStyles:withIdNumber:":{"name":"-setStyles:withIdNumber:","abstract":"

    Set the styles for the feature table and feature id

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setStyle:withFeature:":{"name":"-setStyle:withFeature:","abstract":"

    Set the style of the feature row

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setStyle:withFeature:andGeometryType:":{"name":"-setStyle:withFeature:andGeometryType:","abstract":"

    Set the style of the feature row for the specified geometry type

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setStyleDefault:withFeature:":{"name":"-setStyleDefault:withFeature:","abstract":"

    Set the default style of the feature row

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setStyle:withId:andGeometryType:":{"name":"-setStyle:withId:andGeometryType:","abstract":"

    Set the style of the feature

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setStyle:withIdNumber:andGeometryType:":{"name":"-setStyle:withIdNumber:andGeometryType:","abstract":"

    Set the style of the feature

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setStyleDefault:withId:":{"name":"-setStyleDefault:withId:","abstract":"

    Set the default style of the feature

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setStyleDefault:withIdNumber:":{"name":"-setStyleDefault:withIdNumber:","abstract":"

    Set the default style of the feature

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setIcons:withFeature:":{"name":"-setIcons:withFeature:","abstract":"

    Set the icons for the feature row

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setIcons:withId:":{"name":"-setIcons:withId:","abstract":"

    Set the icons for the feature table and feature id

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setIcons:withIdNumber:":{"name":"-setIcons:withIdNumber:","abstract":"

    Set the icons for the feature table and feature id

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setIcon:withFeature:":{"name":"-setIcon:withFeature:","abstract":"

    Set the icon of the feature row

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setIcon:withFeature:andGeometryType:":{"name":"-setIcon:withFeature:andGeometryType:","abstract":"

    Set the icon of the feature row for the specified geometry type

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setIconDefault:withFeature:":{"name":"-setIconDefault:withFeature:","abstract":"

    Set the default icon of the feature row

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setIcon:withId:andGeometryType:":{"name":"-setIcon:withId:andGeometryType:","abstract":"

    Get the icon of the feature, searching in order: feature geometry type","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setIcon:withIdNumber:andGeometryType:":{"name":"-setIcon:withIdNumber:andGeometryType:","abstract":"

    Get the icon of the feature, searching in order: feature geometry type","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setIconDefault:withId:":{"name":"-setIconDefault:withId:","abstract":"

    Set the default icon of the feature

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setIconDefault:withIdNumber:":{"name":"-setIconDefault:withIdNumber:","abstract":"

    Set the default icon of the feature

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteAllFeatureStyles":{"name":"-deleteAllFeatureStyles","abstract":"

    Delete all feature styles including table styles, table icons, style, and","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteAllStyles":{"name":"-deleteAllStyles","abstract":"

    Delete all styles including table styles and feature row styles

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteAllIcons":{"name":"-deleteAllIcons","abstract":"

    Delete all icons including table icons and feature row icons

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteTableFeatureStyles":{"name":"-deleteTableFeatureStyles","abstract":"

    Delete the feature table feature styles

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteTableStyles":{"name":"-deleteTableStyles","abstract":"

    Delete the feature table styles

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteTableStyleDefault":{"name":"-deleteTableStyleDefault","abstract":"

    Delete the feature table default style

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteTableStyleWithGeometryType:":{"name":"-deleteTableStyleWithGeometryType:","abstract":"

    Delete the feature table style for the geometry type

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteTableIcons":{"name":"-deleteTableIcons","abstract":"

    Delete the feature table icons

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteTableIconDefault":{"name":"-deleteTableIconDefault","abstract":"

    Delete the feature table default icon

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteTableIconWithGeometryType:":{"name":"-deleteTableIconWithGeometryType:","abstract":"

    Delete the feature table icon for the geometry type

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)clearCachedTableFeatureStyles":{"name":"-clearCachedTableFeatureStyles","abstract":"

    Clear the cached table feature styles

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)clearCachedTableStyles":{"name":"-clearCachedTableStyles","abstract":"

    Clear the cached table styles

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)clearCachedTableIcons":{"name":"-clearCachedTableIcons","abstract":"

    Clear the cached table icons

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteFeatureStyles":{"name":"-deleteFeatureStyles","abstract":"

    Delete all feature styles

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteStyles":{"name":"-deleteStyles","abstract":"

    Delete all styles

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteStylesWithFeature:":{"name":"-deleteStylesWithFeature:","abstract":"

    Delete feature row styles

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteStylesWithId:":{"name":"-deleteStylesWithId:","abstract":"

    Delete feature row styles

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteStylesWithIdNumber:":{"name":"-deleteStylesWithIdNumber:","abstract":"

    Delete feature row styles

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteStyleDefaultWithFeature:":{"name":"-deleteStyleDefaultWithFeature:","abstract":"

    Delete the feature row default style

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteStyleDefaultWithId:":{"name":"-deleteStyleDefaultWithId:","abstract":"

    Delete the feature row default style

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteStyleDefaultWithIdNumber:":{"name":"-deleteStyleDefaultWithIdNumber:","abstract":"

    Delete the feature row default style

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteStyleWithFeature:":{"name":"-deleteStyleWithFeature:","abstract":"

    Delete the feature row style for the feature row geometry type

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteStyleWithFeature:andGeometryType:":{"name":"-deleteStyleWithFeature:andGeometryType:","abstract":"

    Delete the feature row style for the geometry type

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteStyleWithId:andGeometryType:":{"name":"-deleteStyleWithId:andGeometryType:","abstract":"

    Delete the feature row style for the geometry type

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteStyleWithIdNumber:andGeometryType:":{"name":"-deleteStyleWithIdNumber:andGeometryType:","abstract":"

    Delete the feature row style for the geometry type

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteIcons":{"name":"-deleteIcons","abstract":"

    Delete all icons

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteIconsWithFeature:":{"name":"-deleteIconsWithFeature:","abstract":"

    Delete feature row icons

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteIconsWithId:":{"name":"-deleteIconsWithId:","abstract":"

    Delete feature row icons

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteIconsWithIdNumber:":{"name":"-deleteIconsWithIdNumber:","abstract":"

    Delete feature row icons

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteIconDefaultWithFeature:":{"name":"-deleteIconDefaultWithFeature:","abstract":"

    Delete the feature row default icon

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteIconDefaultWithId:":{"name":"-deleteIconDefaultWithId:","abstract":"

    Delete the feature row default icon

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteIconDefaultWithIdNumber:":{"name":"-deleteIconDefaultWithIdNumber:","abstract":"

    Delete the feature row default icon

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteIconWithFeature:":{"name":"-deleteIconWithFeature:","abstract":"

    Delete the feature row icon for the feature row geometry type

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteIconWithFeature:andGeometryType:":{"name":"-deleteIconWithFeature:andGeometryType:","abstract":"

    Delete the feature row icon for the geometry type

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteIconWithId:andGeometryType:":{"name":"-deleteIconWithId:andGeometryType:","abstract":"

    Delete the feature row icon for the geometry type

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteIconWithIdNumber:andGeometryType:":{"name":"-deleteIconWithIdNumber:andGeometryType:","abstract":"

    Delete the feature row icon for the geometry type

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)allTableStyleIds":{"name":"-allTableStyleIds","abstract":"

    Get all the unique style row ids the table maps to

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)allTableIconIds":{"name":"-allTableIconIds","abstract":"

    Get all the unique icon row ids the table maps to

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)allStyleIds":{"name":"-allStyleIds","abstract":"

    Get all the unique style row ids the features map to

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)allIconIds":{"name":"-allIconIds","abstract":"

    Get all the unique icon row ids the features map to

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)calculatePixelBounds":{"name":"-calculatePixelBounds","abstract":"

    Calculate style pixel bounds

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)calculatePixelBoundsWithScale:":{"name":"-calculatePixelBoundsWithScale:","abstract":"

    Calculate style pixel bounds

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureStyles.html#/c:objc(cs)GPKGFeatureStyles(py)styles":{"name":"styles","abstract":"

    Styles

    ","parent_name":"GPKGFeatureStyles"},"Classes/GPKGFeatureStyles.html#/c:objc(cs)GPKGFeatureStyles(py)icons":{"name":"icons","abstract":"

    Icons

    ","parent_name":"GPKGFeatureStyles"},"Classes/GPKGFeatureStyles.html#/c:objc(cs)GPKGFeatureStyles(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureStyles"},"Classes/GPKGFeatureStyles.html#/c:objc(cs)GPKGFeatureStyles(im)initWithStyles:":{"name":"-initWithStyles:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureStyles"},"Classes/GPKGFeatureStyles.html#/c:objc(cs)GPKGFeatureStyles(im)initWithIcons:":{"name":"-initWithIcons:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureStyles"},"Classes/GPKGFeatureStyles.html#/c:objc(cs)GPKGFeatureStyles(im)initWithStyles:andIcons:":{"name":"-initWithStyles:andIcons:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureStyles"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)initWithGeoPackage:":{"name":"-initWithGeoPackage:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)tables":{"name":"-tables","abstract":"

    Get the feature tables registered with the extension

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)extensionName":{"name":"-extensionName","abstract":"

    Get the extension name

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)has":{"name":"-has","abstract":"

    Determine if the GeoPackage has the extension

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)forTable:":{"name":"-forTable:","abstract":"

    Get the extension for the feature table

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)hasWithTable:":{"name":"-hasWithTable:","abstract":"

    Determine if the GeoPackage has the extension for the feature table

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)relatedTables":{"name":"-relatedTables","abstract":"

    Get the related tables extension

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)contentsId":{"name":"-contentsId","abstract":"

    Get the contents id extension

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)createStyleTable":{"name":"-createStyleTable","abstract":"

    Create style table

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)createIconTable":{"name":"-createIconTable","abstract":"

    Create icon table

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)createRelationshipsWithTable:":{"name":"-createRelationshipsWithTable:","abstract":"

    Create style, icon, table style, and table icon relationships for the","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)hasRelationshipWithTable:":{"name":"-hasRelationshipWithTable:","abstract":"

    Check if feature table has a style, icon, table style, or table icon","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)createStyleRelationshipWithTable:":{"name":"-createStyleRelationshipWithTable:","abstract":"

    Create a style relationship for the feature table

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)hasStyleRelationshipWithTable:":{"name":"-hasStyleRelationshipWithTable:","abstract":"

    Determine if a style relationship exists for the feature table

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)createTableStyleRelationshipWithTable:":{"name":"-createTableStyleRelationshipWithTable:","abstract":"

    Create a feature table style relationship

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)hasTableStyleRelationshipWithTable:":{"name":"-hasTableStyleRelationshipWithTable:","abstract":"

    Determine if a feature table style relationship exists

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)createIconRelationshipWithTable:":{"name":"-createIconRelationshipWithTable:","abstract":"

    Create an icon relationship for the feature table

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)hasIconRelationshipWithTable:":{"name":"-hasIconRelationshipWithTable:","abstract":"

    Determine if an icon relationship exists for the feature table

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)createTableIconRelationshipWithTable:":{"name":"-createTableIconRelationshipWithTable:","abstract":"

    Create a feature table icon relationship

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)hasTableIconRelationshipWithTable:":{"name":"-hasTableIconRelationshipWithTable:","abstract":"

    Determine if a feature table icon relationship exists

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)mappingTableNameWithPrefix:andTable:":{"name":"-mappingTableNameWithPrefix:andTable:","abstract":"

    Get the mapping table name

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)styleTableRelations":{"name":"-styleTableRelations","abstract":"

    Get style table relations

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)hasStyleTableRelations":{"name":"-hasStyleTableRelations","abstract":"

    Determine if there are style table relations

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)iconTableRelations":{"name":"-iconTableRelations","abstract":"

    Get icon table relations

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)hasIconTableRelations":{"name":"-hasIconTableRelations","abstract":"

    Determine if there are icon table relations

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteRelationships":{"name":"-deleteRelationships","abstract":"

    Delete the style and icon table and row relationships for all feature","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteRelationshipsWithTable:":{"name":"-deleteRelationshipsWithTable:","abstract":"

    Delete the style and icon table and row relationships for the feature","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteStyleRelationshipWithTable:":{"name":"-deleteStyleRelationshipWithTable:","abstract":"

    Delete a style relationship for the feature table

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteTableStyleRelationshipWithTable:":{"name":"-deleteTableStyleRelationshipWithTable:","abstract":"

    Delete a table style relationship for the feature table

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteIconRelationshipWithTable:":{"name":"-deleteIconRelationshipWithTable:","abstract":"

    Delete a icon relationship for the feature table

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteTableIconRelationshipWithTable:":{"name":"-deleteTableIconRelationshipWithTable:","abstract":"

    Delete a table icon relationship for the feature table

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)removeExtension":{"name":"-removeExtension","abstract":"

    Completely remove and delete the extension and all styles and icons

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)styleMappingDaoWithTable:":{"name":"-styleMappingDaoWithTable:","abstract":"

    Get a Style Mapping DAO

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)tableStyleMappingDaoWithTable:":{"name":"-tableStyleMappingDaoWithTable:","abstract":"

    Get a Table Style Mapping DAO

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)iconMappingDaoWithTable:":{"name":"-iconMappingDaoWithTable:","abstract":"

    Get a Icon Mapping DAO

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)tableIconMappingDaoWithTable:":{"name":"-tableIconMappingDaoWithTable:","abstract":"

    Get a Table Icon Mapping DAO

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)styleDao":{"name":"-styleDao","abstract":"

    Get a style DAO

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)iconDao":{"name":"-iconDao","abstract":"

    Get a icon DAO

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)tableFeatureStylesWithTable:":{"name":"-tableFeatureStylesWithTable:","abstract":"

    Get the feature table default feature styles

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)tableFeatureStylesWithTableName:":{"name":"-tableFeatureStylesWithTableName:","abstract":"

    Get the feature table default feature styles

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)tableStylesWithTable:":{"name":"-tableStylesWithTable:","abstract":"

    Get the feature table default styles

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)tableStylesWithTableName:":{"name":"-tableStylesWithTableName:","abstract":"

    Get the feature table default styles

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)tableStyleWithTableName:andGeometryType:":{"name":"-tableStyleWithTableName:andGeometryType:","abstract":"

    Get the style of the feature table and geometry type

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)tableStyleDefaultWithTableName:":{"name":"-tableStyleDefaultWithTableName:","abstract":"

    Get the default style of the feature table

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)tableIconsWithTable:":{"name":"-tableIconsWithTable:","abstract":"

    Get the feature table default icons

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)tableIconsWithTableName:":{"name":"-tableIconsWithTableName:","abstract":"

    Get the feature table default icons

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)tableIconDefaultWithTableName:":{"name":"-tableIconDefaultWithTableName:","abstract":"

    Get the default icon of the feature table

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)tableIconWithTableName:andGeometryType:":{"name":"-tableIconWithTableName:andGeometryType:","abstract":"

    Get the icon of the feature table and geometry type

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)stylesWithTableName:":{"name":"-stylesWithTableName:","abstract":"

    Get all styles used by the feature table

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)featureStylesWithTableName:":{"name":"-featureStylesWithTableName:","abstract":"

    Get all styles used by feature rows in the table

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)iconsWithTableName:":{"name":"-iconsWithTableName:","abstract":"

    Get all icons used by the feature table

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)featureIconsWithTableName:":{"name":"-featureIconsWithTableName:","abstract":"

    Get all icons used by feature rows in the table

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)featureStylesWithFeature:":{"name":"-featureStylesWithFeature:","abstract":"

    Get the feature styles for the feature row

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)featureStylesWithTableName:andId:":{"name":"-featureStylesWithTableName:andId:","abstract":"

    Get the feature styles for the feature table and feature id

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)featureStylesWithTableName:andIdNumber:":{"name":"-featureStylesWithTableName:andIdNumber:","abstract":"

    Get the feature styles for the feature table and feature id

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)featureStyleWithFeature:":{"name":"-featureStyleWithFeature:","abstract":"

    Get the feature style (style and icon) of the feature row, searching in","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)featureStyleWithFeature:andGeometryType:":{"name":"-featureStyleWithFeature:andGeometryType:","abstract":"

    Get the feature style (style and icon) of the feature row with the","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)featureStyleDefaultWithFeature:":{"name":"-featureStyleDefaultWithFeature:","abstract":"

    Get the feature style default (style and icon) of the feature row,","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)featureStyleWithTableName:andId:andGeometryType:":{"name":"-featureStyleWithTableName:andId:andGeometryType:","abstract":"

    Get the feature style (style and icon) of the feature, searching in","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)featureStyleWithTableName:andIdNumber:andGeometryType:":{"name":"-featureStyleWithTableName:andIdNumber:andGeometryType:","abstract":"

    Get the feature style (style and icon) of the feature, searching in","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)featureStyleDefaultWithTableName:andId:":{"name":"-featureStyleDefaultWithTableName:andId:","abstract":"

    Get the feature style (style and icon) of the feature, searching in","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)featureStyleDefaultWithTableName:andIdNumber:":{"name":"-featureStyleDefaultWithTableName:andIdNumber:","abstract":"

    Get the feature style (style and icon) of the feature, searching in","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)stylesWithFeature:":{"name":"-stylesWithFeature:","abstract":"

    Get the styles for the feature row

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)stylesWithTableName:andId:":{"name":"-stylesWithTableName:andId:","abstract":"

    Get the styles for the feature table and feature id

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)stylesWithTableName:andIdNumber:":{"name":"-stylesWithTableName:andIdNumber:","abstract":"

    Get the styles for the feature table and feature id

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)styleWithFeature:":{"name":"-styleWithFeature:","abstract":"

    Get the style of the feature row, searching in order: feature geometry","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)styleWithFeature:andGeometryType:":{"name":"-styleWithFeature:andGeometryType:","abstract":"

    Get the style of the feature row with the provided geometry type,","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)styleDefaultWithFeature:":{"name":"-styleDefaultWithFeature:","abstract":"

    Get the default style of the feature row, searching in order: feature","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)styleWithTableName:andId:andGeometryType:":{"name":"-styleWithTableName:andId:andGeometryType:","abstract":"

    Get the style of the feature, searching in order: feature geometry type","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)styleWithTableName:andIdNumber:andGeometryType:":{"name":"-styleWithTableName:andIdNumber:andGeometryType:","abstract":"

    Get the style of the feature, searching in order: feature geometry type","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)styleDefaultWithTableName:andId:":{"name":"-styleDefaultWithTableName:andId:","abstract":"

    Get the default style of the feature, searching in order: feature default","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)styleDefaultWithTableName:andIdNumber:":{"name":"-styleDefaultWithTableName:andIdNumber:","abstract":"

    Get the default style of the feature, searching in order: feature default","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)styleWithTableName:andId:andGeometryType:andTableStyle:":{"name":"-styleWithTableName:andId:andGeometryType:andTableStyle:","abstract":"

    Get the style of the feature, searching in order: feature geometry type","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)styleWithTableName:andIdNumber:andGeometryType:andTableStyle:":{"name":"-styleWithTableName:andIdNumber:andGeometryType:andTableStyle:","abstract":"

    Get the style of the feature, searching in order: feature geometry type","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)styleDefaultWithTableName:andId:andTableStyle:":{"name":"-styleDefaultWithTableName:andId:andTableStyle:","abstract":"

    Get the default style of the feature, searching in order: feature default","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)styleDefaultWithTableName:andIdNumber:andTableStyle:":{"name":"-styleDefaultWithTableName:andIdNumber:andTableStyle:","abstract":"

    Get the default style of the feature, searching in order: feature default","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)iconsWithFeature:":{"name":"-iconsWithFeature:","abstract":"

    Get the icons for the feature row

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)iconsWithTableName:andId:":{"name":"-iconsWithTableName:andId:","abstract":"

    Get the icons for the feature table and feature id

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)iconsWithTableName:andIdNumber:":{"name":"-iconsWithTableName:andIdNumber:","abstract":"

    Get the icons for the feature table and feature id

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)iconWithFeature:":{"name":"-iconWithFeature:","abstract":"

    Get the icon of the feature row, searching in order: feature geometry","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)iconWithFeature:andGeometryType:":{"name":"-iconWithFeature:andGeometryType:","abstract":"

    Get the icon of the feature row with the provided geometry type,","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)iconDefaultWithFeature:":{"name":"-iconDefaultWithFeature:","abstract":"

    Get the default icon of the feature row, searching in order: feature","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)iconWithTableName:andId:andGeometryType:":{"name":"-iconWithTableName:andId:andGeometryType:","abstract":"

    Get the icon of the feature, searching in order: feature geometry type","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)iconWithTableName:andIdNumber:andGeometryType:":{"name":"-iconWithTableName:andIdNumber:andGeometryType:","abstract":"

    Get the icon of the feature, searching in order: feature geometry type","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)iconDefaultWithTableName:andId:":{"name":"-iconDefaultWithTableName:andId:","abstract":"

    Get the default icon of the feature, searching in order: feature default","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)iconDefaultWithTableName:andIdNumber:":{"name":"-iconDefaultWithTableName:andIdNumber:","abstract":"

    Get the default icon of the feature, searching in order: feature default","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)iconWithTableName:andId:andGeometryType:andTableIcon:":{"name":"-iconWithTableName:andId:andGeometryType:andTableIcon:","abstract":"

    Get the icon of the feature, searching in order: feature geometry type","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)iconWithTableName:andIdNumber:andGeometryType:andTableIcon:":{"name":"-iconWithTableName:andIdNumber:andGeometryType:andTableIcon:","abstract":"

    Get the icon of the feature, searching in order: feature geometry type","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)iconDefaultWithTableName:andId:andTableIcon:":{"name":"-iconDefaultWithTableName:andId:andTableIcon:","abstract":"

    Get the default icon of the feature, searching in order: feature default","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)iconDefaultWithTableName:andIdNumber:andTableIcon:":{"name":"-iconDefaultWithTableName:andIdNumber:andTableIcon:","abstract":"

    Get the default icon of the feature, searching in order: feature default","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setTableFeatureStylesWithTable:andFeatureStyles:":{"name":"-setTableFeatureStylesWithTable:andFeatureStyles:","abstract":"

    Set the feature table default feature styles

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setTableFeatureStylesWithTableName:andFeatureStyles:":{"name":"-setTableFeatureStylesWithTableName:andFeatureStyles:","abstract":"

    Set the feature table default feature styles

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setTableStylesWithTable:andStyles:":{"name":"-setTableStylesWithTable:andStyles:","abstract":"

    Set the feature table default styles

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setTableStylesWithTableName:andStyles:":{"name":"-setTableStylesWithTableName:andStyles:","abstract":"

    Set the feature table default styles

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setTableStyleDefaultWithTable:andStyle:":{"name":"-setTableStyleDefaultWithTable:andStyle:","abstract":"

    Set the feature table style default

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setTableStyleDefaultWithTableName:andStyle:":{"name":"-setTableStyleDefaultWithTableName:andStyle:","abstract":"

    Set the feature table style default

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setTableStyleWithTable:andGeometryType:andStyle:":{"name":"-setTableStyleWithTable:andGeometryType:andStyle:","abstract":"

    Set the feature table style for the geometry type

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setTableStyleWithTableName:andGeometryType:andStyle:":{"name":"-setTableStyleWithTableName:andGeometryType:andStyle:","abstract":"

    Set the feature table style for the geometry type

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setTableIconsWithTable:andIcons:":{"name":"-setTableIconsWithTable:andIcons:","abstract":"

    Set the feature table default icons

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setTableIconsWithTableName:andIcons:":{"name":"-setTableIconsWithTableName:andIcons:","abstract":"

    Set the feature table default icons

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setTableIconDefaultWithTable:andIcon:":{"name":"-setTableIconDefaultWithTable:andIcon:","abstract":"

    Set the feature table icon default

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setTableIconDefaultWithTableName:andIcon:":{"name":"-setTableIconDefaultWithTableName:andIcon:","abstract":"

    Set the feature table icon default

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setTableIconWithTable:andGeometryType:andIcon:":{"name":"-setTableIconWithTable:andGeometryType:andIcon:","abstract":"

    Set the feature table icon for the geometry type

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setTableIconWithTableName:andGeometryType:andIcon:":{"name":"-setTableIconWithTableName:andGeometryType:andIcon:","abstract":"

    Set the feature table icon for the geometry type

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setFeatureStylesWithFeature:andFeatureStyles:":{"name":"-setFeatureStylesWithFeature:andFeatureStyles:","abstract":"

    Set the feature styles for the feature row

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setFeatureStylesWithTableName:andId:andFeatureStyles:":{"name":"-setFeatureStylesWithTableName:andId:andFeatureStyles:","abstract":"

    Set the feature styles for the feature table and feature id

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setFeatureStylesWithTableName:andIdNumber:andFeatureStyles:":{"name":"-setFeatureStylesWithTableName:andIdNumber:andFeatureStyles:","abstract":"

    Set the feature styles for the feature table and feature id

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setFeatureStyleWithFeature:andFeatureStyle:":{"name":"-setFeatureStyleWithFeature:andFeatureStyle:","abstract":"

    Set the feature style (style and icon) of the feature row

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setFeatureStyleWithFeature:andGeometryType:andFeatureStyle:":{"name":"-setFeatureStyleWithFeature:andGeometryType:andFeatureStyle:","abstract":"

    Set the feature style (style and icon) of the feature row for the","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setFeatureStyleDefaultWithFeature:andFeatureStyle:":{"name":"-setFeatureStyleDefaultWithFeature:andFeatureStyle:","abstract":"

    Set the feature style default (style and icon) of the feature row

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setFeatureStyleWithTableName:andId:andGeometryType:andFeatureStyle:":{"name":"-setFeatureStyleWithTableName:andId:andGeometryType:andFeatureStyle:","abstract":"

    Set the feature style (style and icon) of the feature

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setFeatureStyleWithTableName:andIdNumber:andGeometryType:andFeatureStyle:":{"name":"-setFeatureStyleWithTableName:andIdNumber:andGeometryType:andFeatureStyle:","abstract":"

    Set the feature style (style and icon) of the feature

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setFeatureStyleDefaultWithTableName:andId:andFeatureStyle:":{"name":"-setFeatureStyleDefaultWithTableName:andId:andFeatureStyle:","abstract":"

    Set the feature style (style and icon) of the feature

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setFeatureStyleDefaultWithTableName:andIdNumber:andFeatureStyle:":{"name":"-setFeatureStyleDefaultWithTableName:andIdNumber:andFeatureStyle:","abstract":"

    Set the feature style (style and icon) of the feature

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setStylesWithFeature:andStyles:":{"name":"-setStylesWithFeature:andStyles:","abstract":"

    Set the styles for the feature row

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setStylesWithTableName:andId:andStyles:":{"name":"-setStylesWithTableName:andId:andStyles:","abstract":"

    Set the styles for the feature table and feature id

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setStylesWithTableName:andIdNumber:andStyles:":{"name":"-setStylesWithTableName:andIdNumber:andStyles:","abstract":"

    Set the styles for the feature table and feature id

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setStyleWithFeature:andStyle:":{"name":"-setStyleWithFeature:andStyle:","abstract":"

    Set the style of the feature row

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setStyleWithFeature:andGeometryType:andStyle:":{"name":"-setStyleWithFeature:andGeometryType:andStyle:","abstract":"

    Set the style of the feature row for the specified geometry type

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setStyleDefaultWithFeature:andStyle:":{"name":"-setStyleDefaultWithFeature:andStyle:","abstract":"

    Set the default style of the feature row

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setStyleWithTableName:andId:andGeometryType:andStyle:":{"name":"-setStyleWithTableName:andId:andGeometryType:andStyle:","abstract":"

    Set the style of the feature

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setStyleWithTableName:andIdNumber:andGeometryType:andStyle:":{"name":"-setStyleWithTableName:andIdNumber:andGeometryType:andStyle:","abstract":"

    Set the style of the feature

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setStyleDefaultWithTableName:andId:andStyle:":{"name":"-setStyleDefaultWithTableName:andId:andStyle:","abstract":"

    Set the default style of the feature

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setStyleDefaultWithTableName:andIdNumber:andStyle:":{"name":"-setStyleDefaultWithTableName:andIdNumber:andStyle:","abstract":"

    Set the default style of the feature

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setIconsWithFeature:andIcons:":{"name":"-setIconsWithFeature:andIcons:","abstract":"

    Set the icons for the feature row

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setIconsWithTableName:andId:andIcons:":{"name":"-setIconsWithTableName:andId:andIcons:","abstract":"

    Set the icons for the feature table and feature id

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setIconsWithTableName:andIdNumber:andIcons:":{"name":"-setIconsWithTableName:andIdNumber:andIcons:","abstract":"

    Set the icons for the feature table and feature id

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setIconWithFeature:andIcon:":{"name":"-setIconWithFeature:andIcon:","abstract":"

    Set the icon of the feature row

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setIconWithFeature:andGeometryType:andIcon:":{"name":"-setIconWithFeature:andGeometryType:andIcon:","abstract":"

    Set the icon of the feature row for the specified geometry type

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setIconDefaultWithFeature:andIcon:":{"name":"-setIconDefaultWithFeature:andIcon:","abstract":"

    Set the default icon of the feature row

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setIconWithTableName:andId:andGeometryType:andIcon:":{"name":"-setIconWithTableName:andId:andGeometryType:andIcon:","abstract":"

    Get the icon of the feature, searching in order: feature geometry type","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setIconWithTableName:andIdNumber:andGeometryType:andIcon:":{"name":"-setIconWithTableName:andIdNumber:andGeometryType:andIcon:","abstract":"

    Get the icon of the feature, searching in order: feature geometry type","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setIconDefaultWithTableName:andId:andIcon:":{"name":"-setIconDefaultWithTableName:andId:andIcon:","abstract":"

    Set the default icon of the feature

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setIconDefaultWithTableName:andIdNumber:andIcon:":{"name":"-setIconDefaultWithTableName:andIdNumber:andIcon:","abstract":"

    Set the default icon of the feature

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteAllFeatureStylesWithTable:":{"name":"-deleteAllFeatureStylesWithTable:","abstract":"

    Delete all feature styles including table styles, table icons, style, and","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteAllFeatureStylesWithTableName:":{"name":"-deleteAllFeatureStylesWithTableName:","abstract":"

    Delete all feature styles including table styles, table icons, style, and","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteAllStylesWithTable:":{"name":"-deleteAllStylesWithTable:","abstract":"

    Delete all styles including table styles and feature row styles

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteAllStylesWithTableName:":{"name":"-deleteAllStylesWithTableName:","abstract":"

    Delete all styles including table styles and feature row styles

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteAllIconsWithTable:":{"name":"-deleteAllIconsWithTable:","abstract":"

    Delete all icons including table icons and feature row icons

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteAllIconsWithTableName:":{"name":"-deleteAllIconsWithTableName:","abstract":"

    Delete all icons including table icons and feature row icons

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteTableFeatureStylesWithTable:":{"name":"-deleteTableFeatureStylesWithTable:","abstract":"

    Delete the feature table feature styles

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteTableFeatureStylesWithTableName:":{"name":"-deleteTableFeatureStylesWithTableName:","abstract":"

    Delete the feature table feature styles

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteTableStylesWithTable:":{"name":"-deleteTableStylesWithTable:","abstract":"

    Delete the feature table styles

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteTableStylesWithTableName:":{"name":"-deleteTableStylesWithTableName:","abstract":"

    Delete the feature table styles

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteTableStyleDefaultWithTable:":{"name":"-deleteTableStyleDefaultWithTable:","abstract":"

    Delete the feature table default style

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteTableStyleDefaultWithTableName:":{"name":"-deleteTableStyleDefaultWithTableName:","abstract":"

    Delete the feature table default style

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteTableStyleWithTable:andGeometryType:":{"name":"-deleteTableStyleWithTable:andGeometryType:","abstract":"

    Delete the feature table style for the geometry type

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteTableStyleWithTableName:andGeometryType:":{"name":"-deleteTableStyleWithTableName:andGeometryType:","abstract":"

    Delete the feature table style for the geometry type

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteTableIconsWithTable:":{"name":"-deleteTableIconsWithTable:","abstract":"

    Delete the feature table icons

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteTableIconsWithTableName:":{"name":"-deleteTableIconsWithTableName:","abstract":"

    Delete the feature table icons

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteTableIconDefaultWithTable:":{"name":"-deleteTableIconDefaultWithTable:","abstract":"

    Delete the feature table default icon

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteTableIconDefaultWithTableName:":{"name":"-deleteTableIconDefaultWithTableName:","abstract":"

    Delete the feature table default icon

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteTableIconWithTable:andGeometryType:":{"name":"-deleteTableIconWithTable:andGeometryType:","abstract":"

    Delete the feature table icon for the geometry type

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteTableIconWithTableName:andGeometryType:":{"name":"-deleteTableIconWithTableName:andGeometryType:","abstract":"

    Delete the feature table icon for the geometry type

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteFeatureStylesWithTable:":{"name":"-deleteFeatureStylesWithTable:","abstract":"

    Delete all feature styles

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteFeatureStylesWithTableName:":{"name":"-deleteFeatureStylesWithTableName:","abstract":"

    Delete all feature styles

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteStylesWithTable:":{"name":"-deleteStylesWithTable:","abstract":"

    Delete all styles

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteStylesWithTableName:":{"name":"-deleteStylesWithTableName:","abstract":"

    Delete all styles

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteStylesWithFeature:":{"name":"-deleteStylesWithFeature:","abstract":"

    Delete feature row styles

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteStylesWithTableName:andId:":{"name":"-deleteStylesWithTableName:andId:","abstract":"

    Delete feature row styles

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteStylesWithTableName:andIdNumber:":{"name":"-deleteStylesWithTableName:andIdNumber:","abstract":"

    Delete feature row styles

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteStyleDefaultWithFeature:":{"name":"-deleteStyleDefaultWithFeature:","abstract":"

    Delete the feature row default style

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteStyleDefaultWithTableName:andId:":{"name":"-deleteStyleDefaultWithTableName:andId:","abstract":"

    Delete the feature row default style

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteStyleDefaultWithTableName:andIdNumber:":{"name":"-deleteStyleDefaultWithTableName:andIdNumber:","abstract":"

    Delete the feature row default style

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteStyleWithFeature:":{"name":"-deleteStyleWithFeature:","abstract":"

    Delete the feature row style for the feature row geometry type

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteStyleWithFeature:andGeometryType:":{"name":"-deleteStyleWithFeature:andGeometryType:","abstract":"

    Delete the feature row style for the geometry type

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteStyleWithTableName:andId:andGeometryType:":{"name":"-deleteStyleWithTableName:andId:andGeometryType:","abstract":"

    Delete the feature row style for the geometry type

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteStyleWithTableName:andIdNumber:andGeometryType:":{"name":"-deleteStyleWithTableName:andIdNumber:andGeometryType:","abstract":"

    Delete the feature row style for the geometry type

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteIconsWithTable:":{"name":"-deleteIconsWithTable:","abstract":"

    Delete all icons

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteIconsWithTableName:":{"name":"-deleteIconsWithTableName:","abstract":"

    Delete all icons

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteIconsWithFeature:":{"name":"-deleteIconsWithFeature:","abstract":"

    Delete feature row icons

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteIconsWithTableName:andId:":{"name":"-deleteIconsWithTableName:andId:","abstract":"

    Delete feature row icons

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteIconsWithTableName:andIdNumber:":{"name":"-deleteIconsWithTableName:andIdNumber:","abstract":"

    Delete feature row icons

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteIconDefaultWithFeature:":{"name":"-deleteIconDefaultWithFeature:","abstract":"

    Delete the feature row default icon

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteIconDefaultWithTableName:andId:":{"name":"-deleteIconDefaultWithTableName:andId:","abstract":"

    Delete the feature row default icon

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteIconDefaultWithTableName:andIdNumber:":{"name":"-deleteIconDefaultWithTableName:andIdNumber:","abstract":"

    Delete the feature row default icon

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteIconWithFeature:":{"name":"-deleteIconWithFeature:","abstract":"

    Delete the feature row icon for the feature row geometry type

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteIconWithFeature:andGeometryType:":{"name":"-deleteIconWithFeature:andGeometryType:","abstract":"

    Delete the feature row icon for the geometry type

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteIconWithTableName:andId:andGeometryType:":{"name":"-deleteIconWithTableName:andId:andGeometryType:","abstract":"

    Delete the feature row icon for the geometry type

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteIconWithTableName:andIdNumber:andGeometryType:":{"name":"-deleteIconWithTableName:andIdNumber:andGeometryType:","abstract":"

    Delete the feature row icon for the geometry type

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)countMappingsToStyleRow:":{"name":"-countMappingsToStyleRow:","abstract":"

    Count the number of mappings to the style row

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)countMappingsToStyleRowId:":{"name":"-countMappingsToStyleRowId:","abstract":"

    Count the number of mappings to the style row id

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)hasMappingToStyleRow:":{"name":"-hasMappingToStyleRow:","abstract":"

    Determine if a mapping to the style row exists

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)hasMappingToStyleRowId:":{"name":"-hasMappingToStyleRowId:","abstract":"

    Determine if a mapping to the style row id exists

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteMappingsToStyleRow:":{"name":"-deleteMappingsToStyleRow:","abstract":"

    Delete style row mappings

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteMappingsToStyleRowId:":{"name":"-deleteMappingsToStyleRowId:","abstract":"

    Delete style row mappings

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteStyleRow:":{"name":"-deleteStyleRow:","abstract":"

    Delete a style row and mappings

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteNotMappedStyleRow:":{"name":"-deleteNotMappedStyleRow:","abstract":"

    Delete a style row only if it has no mappings

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteStyleRowById:":{"name":"-deleteStyleRowById:","abstract":"

    Delete a style row by id and mappings

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteNotMappedStyleRowById:":{"name":"-deleteNotMappedStyleRowById:","abstract":"

    Delete a style row by id only if it has no mappings

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteStyleRowsWhere:andWhereArgs:":{"name":"-deleteStyleRowsWhere:andWhereArgs:","abstract":"

    Delete style rows matching the where clause and mappings to them

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteNotMappedStyleRowsWhere:andWhereArgs:":{"name":"-deleteNotMappedStyleRowsWhere:andWhereArgs:","abstract":"

    Delete style rows matching the where clause if they have no mappings

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteStyleRowsByFieldValues:":{"name":"-deleteStyleRowsByFieldValues:","abstract":"

    Delete style rows matching the field values and mappings to them

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteNotMappedStyleRowsByFieldValues:":{"name":"-deleteNotMappedStyleRowsByFieldValues:","abstract":"

    Delete style rows matching the field values if they have no mappings

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteStyleRows":{"name":"-deleteStyleRows","abstract":"

    Delete all style rows and mappings to them

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteNotMappedStyleRows":{"name":"-deleteNotMappedStyleRows","abstract":"

    Delete all style rows if they have no mappings

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)countMappingsToIconRow:":{"name":"-countMappingsToIconRow:","abstract":"

    Count the number of mappings to the icon row

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)countMappingsToIconRowId:":{"name":"-countMappingsToIconRowId:","abstract":"

    Count the number of mappings to the icon row id

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)hasMappingToIconRow:":{"name":"-hasMappingToIconRow:","abstract":"

    Determine if a mapping to the icon row exists

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)hasMappingToIconRowId:":{"name":"-hasMappingToIconRowId:","abstract":"

    Determine if a mapping to the icon row id exists

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteMappingsToIconRow:":{"name":"-deleteMappingsToIconRow:","abstract":"

    Delete icon row mappings

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteMappingsToIconRowId:":{"name":"-deleteMappingsToIconRowId:","abstract":"

    Delete icon row mappings

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteIconRow:":{"name":"-deleteIconRow:","abstract":"

    Delete an icon row and mappings

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteNotMappedIconRow:":{"name":"-deleteNotMappedIconRow:","abstract":"

    Delete a icon row only if it has no mappings

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteIconRowById:":{"name":"-deleteIconRowById:","abstract":"

    Delete an icon row by id and mappings

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteNotMappedIconRowById:":{"name":"-deleteNotMappedIconRowById:","abstract":"

    Delete a icon row by id only if it has no mappings

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteIconRowsWhere:andWhereArgs:":{"name":"-deleteIconRowsWhere:andWhereArgs:","abstract":"

    Delete icon rows matching the where clause and mappings to them

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteNotMappedIconRowsWhere:andWhereArgs:":{"name":"-deleteNotMappedIconRowsWhere:andWhereArgs:","abstract":"

    Delete icon rows matching the where clause if they have no mappings

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteIconRowsByFieldValues:":{"name":"-deleteIconRowsByFieldValues:","abstract":"

    Delete icon rows matching the field values and mappings to them

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteNotMappedIconRowsByFieldValues:":{"name":"-deleteNotMappedIconRowsByFieldValues:","abstract":"

    Delete icon rows matching the field values if they have no mappings

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteIconRows":{"name":"-deleteIconRows","abstract":"

    Delete all icon rows and mappings to them

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteNotMappedIconRows":{"name":"-deleteNotMappedIconRows","abstract":"

    Delete all icon rows if they have no mappings

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)allTableStyleIdsWithTable:":{"name":"-allTableStyleIdsWithTable:","abstract":"

    Get all the unique style row ids the table maps to

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)allTableStyleIdsWithTableName:":{"name":"-allTableStyleIdsWithTableName:","abstract":"

    Get all the unique style row ids the table maps to

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)allTableIconIdsWithTable:":{"name":"-allTableIconIdsWithTable:","abstract":"

    Get all the unique icon row ids the table maps to

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)allTableIconIdsWithTableName:":{"name":"-allTableIconIdsWithTableName:","abstract":"

    Get all the unique icon row ids the table maps to

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)allStyleIdsWithTable:":{"name":"-allStyleIdsWithTable:","abstract":"

    Get all the unique style row ids the features map to

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)allStyleIdsWithTableName:":{"name":"-allStyleIdsWithTableName:","abstract":"

    Get all the unique style row ids the features map to

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)allIconIdsWithTable:":{"name":"-allIconIdsWithTable:","abstract":"

    Get all the unique icon row ids the features map to

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)allIconIdsWithTableName:":{"name":"-allIconIdsWithTableName:","abstract":"

    Get all the unique icon row ids the features map to

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)calculatePixelBoundsWithTable:":{"name":"-calculatePixelBoundsWithTable:","abstract":"

    Calculate style pixel bounds

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)calculatePixelBoundsWithTable:andScale:":{"name":"-calculatePixelBoundsWithTable:andScale:","abstract":"

    Calculate style pixel bounds for the feature table

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(cm)calculatePixelBoundsWithStyleRow:":{"name":"+calculatePixelBoundsWithStyleRow:","abstract":"

    Calculate style pixel bounds for the style row

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(cm)calculatePixelBoundsWithStyleRow:andScale:":{"name":"+calculatePixelBoundsWithStyleRow:andScale:","abstract":"

    Calculate style pixel bounds for the style row

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(cm)expandPixelBounds:withStyleRow:":{"name":"+expandPixelBounds:withStyleRow:","abstract":"

    Calculate style pixel bounds for the style row

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(cm)expandPixelBounds:withStyleRow:andScale:":{"name":"+expandPixelBounds:withStyleRow:andScale:","abstract":"

    Calculate style pixel bounds for the style row

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(cm)calculatePixelBoundsWithIconRow:":{"name":"+calculatePixelBoundsWithIconRow:","abstract":"

    Calculate style pixel bounds for the icon row

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(cm)calculatePixelBoundsWithIconRow:andScale:":{"name":"+calculatePixelBoundsWithIconRow:andScale:","abstract":"

    Calculate style pixel bounds for the icon row

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(cm)expandPixelBounds:withIconRow:":{"name":"+expandPixelBounds:withIconRow:","abstract":"

    Calculate style pixel bounds for the icon row

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(cm)expandPixelBounds:withIconRow:andScale:":{"name":"+expandPixelBounds:withIconRow:andScale:","abstract":"

    Calculate style pixel bounds for the icon row

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyle.html#/c:objc(cs)GPKGFeatureStyle(py)style":{"name":"style","abstract":"

    Style

    ","parent_name":"GPKGFeatureStyle"},"Classes/GPKGFeatureStyle.html#/c:objc(cs)GPKGFeatureStyle(py)icon":{"name":"icon","abstract":"

    Icon

    ","parent_name":"GPKGFeatureStyle"},"Classes/GPKGFeatureStyle.html#/c:objc(cs)GPKGFeatureStyle(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureStyle"},"Classes/GPKGFeatureStyle.html#/c:objc(cs)GPKGFeatureStyle(im)initWithStyle:":{"name":"-initWithStyle:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureStyle"},"Classes/GPKGFeatureStyle.html#/c:objc(cs)GPKGFeatureStyle(im)initWithIcon:":{"name":"-initWithIcon:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureStyle"},"Classes/GPKGFeatureStyle.html#/c:objc(cs)GPKGFeatureStyle(im)initWithStyle:andIcon:":{"name":"-initWithStyle:andIcon:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureStyle"},"Classes/GPKGFeatureStyle.html#/c:objc(cs)GPKGFeatureStyle(im)hasStyle":{"name":"-hasStyle","abstract":"

    Check if the feature style has a style row

    ","parent_name":"GPKGFeatureStyle"},"Classes/GPKGFeatureStyle.html#/c:objc(cs)GPKGFeatureStyle(im)hasIcon":{"name":"-hasIcon","abstract":"

    Check if the feature style has an icon row

    ","parent_name":"GPKGFeatureStyle"},"Classes/GPKGFeatureStyle.html#/c:objc(cs)GPKGFeatureStyle(im)useIcon":{"name":"-useIcon","abstract":"

    Determine if an icon exists and should be used. Returns false when an","parent_name":"GPKGFeatureStyle"},"Classes/GPKGTileTableScaling.html#/c:objc(cs)GPKGTileTableScaling(im)initWithGeoPackage:andTileMatrixSet:":{"name":"-initWithGeoPackage:andTileMatrixSet:","abstract":"

    Initialize

    ","parent_name":"GPKGTileTableScaling"},"Classes/GPKGTileTableScaling.html#/c:objc(cs)GPKGTileTableScaling(im)initWithGeoPackage:andTileMatrix:":{"name":"-initWithGeoPackage:andTileMatrix:","abstract":"

    Initialize

    ","parent_name":"GPKGTileTableScaling"},"Classes/GPKGTileTableScaling.html#/c:objc(cs)GPKGTileTableScaling(im)initWithGeoPackage:andTileDao:":{"name":"-initWithGeoPackage:andTileDao:","abstract":"

    Initialize

    ","parent_name":"GPKGTileTableScaling"},"Classes/GPKGTileTableScaling.html#/c:objc(cs)GPKGTileTableScaling(im)initWithGeoPackage:andTableName:":{"name":"-initWithGeoPackage:andTableName:","abstract":"

    Initialize

    ","parent_name":"GPKGTileTableScaling"},"Classes/GPKGTileTableScaling.html#/c:objc(cs)GPKGTileTableScaling(im)tableName":{"name":"-tableName","abstract":"

    Get the table name

    ","parent_name":"GPKGTileTableScaling"},"Classes/GPKGTileTableScaling.html#/c:objc(cs)GPKGTileTableScaling(im)dao":{"name":"-dao","abstract":"

    Get the Tile Scaling DAO

    ","parent_name":"GPKGTileTableScaling"},"Classes/GPKGTileTableScaling.html#/c:objc(cs)GPKGTileTableScaling(im)extensionName":{"name":"-extensionName","abstract":"

    Get the extension name

    ","parent_name":"GPKGTileTableScaling"},"Classes/GPKGTileTableScaling.html#/c:objc(cs)GPKGTileTableScaling(im)extensionDefinition":{"name":"-extensionDefinition","abstract":"

    Get the extension definition

    ","parent_name":"GPKGTileTableScaling"},"Classes/GPKGTileTableScaling.html#/c:objc(cs)GPKGTileTableScaling(im)has":{"name":"-has","abstract":"

    Determine if the GeoPackage has the extension

    ","parent_name":"GPKGTileTableScaling"},"Classes/GPKGTileTableScaling.html#/c:objc(cs)GPKGTileTableScaling(im)tileScaling":{"name":"-tileScaling","abstract":"

    Get the tile scaling

    ","parent_name":"GPKGTileTableScaling"},"Classes/GPKGTileTableScaling.html#/c:objc(cs)GPKGTileTableScaling(im)create:":{"name":"-create:","abstract":"

    Create the tile scaling (same as calling","parent_name":"GPKGTileTableScaling"},"Classes/GPKGTileTableScaling.html#/c:objc(cs)GPKGTileTableScaling(im)update:":{"name":"-update:","abstract":"

    Update the tile scaling (same as calling","parent_name":"GPKGTileTableScaling"},"Classes/GPKGTileTableScaling.html#/c:objc(cs)GPKGTileTableScaling(im)createOrUpdate:":{"name":"-createOrUpdate:","abstract":"

    Create or update the tile scaling

    ","parent_name":"GPKGTileTableScaling"},"Classes/GPKGTileTableScaling.html#/c:objc(cs)GPKGTileTableScaling(im)delete":{"name":"-delete","abstract":"

    Delete the tile table scaling for the tile table

    ","parent_name":"GPKGTileTableScaling"},"Classes/GPKGTileTableScaling.html#/c:objc(cs)GPKGTileTableScaling(im)extension":{"name":"-extension","abstract":"

    Get the extension

    ","parent_name":"GPKGTileTableScaling"},"Classes/GPKGTileTableScaling.html#/c:objc(cs)GPKGTileTableScaling(im)tileScalingDao":{"name":"-tileScalingDao","abstract":"

    Get a Tile Scaling DAO

    ","parent_name":"GPKGTileTableScaling"},"Classes/GPKGTileTableScaling.html#/c:objc(cs)GPKGTileTableScaling(cm)tileScalingDaoWithGeoPackage:":{"name":"+tileScalingDaoWithGeoPackage:","abstract":"

    Get a Tile Scaling DAO

    ","parent_name":"GPKGTileTableScaling"},"Classes/GPKGTileTableScaling.html#/c:objc(cs)GPKGTileTableScaling(cm)tileScalingDaoWithDatabase:":{"name":"+tileScalingDaoWithDatabase:","abstract":"

    Get a Tile Scaling DAO

    ","parent_name":"GPKGTileTableScaling"},"Classes/GPKGTileTableScaling.html#/c:objc(cs)GPKGTileTableScaling(im)createTileScalingTable":{"name":"-createTileScalingTable","abstract":"

    Create the Tile Scaling Table if it does not exist

    ","parent_name":"GPKGTileTableScaling"},"Classes/GPKGTileScalingTypes.html#/c:objc(cs)GPKGTileScalingTypes(cm)name:":{"name":"+name:","abstract":"

    Get the name of the tile scaling type

    ","parent_name":"GPKGTileScalingTypes"},"Classes/GPKGTileScalingTypes.html#/c:objc(cs)GPKGTileScalingTypes(cm)fromName:":{"name":"+fromName:","abstract":"

    Get the tile scaling type from the name

    ","parent_name":"GPKGTileScalingTypes"},"Classes/GPKGTileScalingTableCreator.html#/c:objc(cs)GPKGTileScalingTableCreator(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGTileScalingTableCreator"},"Classes/GPKGTileScalingTableCreator.html#/c:objc(cs)GPKGTileScalingTableCreator(im)createTileScaling":{"name":"-createTileScaling","abstract":"

    Create Tile Scaling table

    ","parent_name":"GPKGTileScalingTableCreator"},"Classes/GPKGTileScalingDao.html#/c:objc(cs)GPKGTileScalingDao(cm)createWithDatabase:":{"name":"+createWithDatabase:","abstract":"

    Create the DAO

    ","parent_name":"GPKGTileScalingDao"},"Classes/GPKGTileScalingDao.html#/c:objc(cs)GPKGTileScalingDao(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGTileScalingDao"},"Classes/GPKGTileScaling.html#/c:objc(cs)GPKGTileScaling(py)tableName":{"name":"tableName","abstract":"

    Foreign key to table_name in gpkg_tile_matrix_set

    ","parent_name":"GPKGTileScaling"},"Classes/GPKGTileScaling.html#/c:objc(cs)GPKGTileScaling(py)scalingType":{"name":"scalingType","abstract":"

    Tile Scaling behavior type

    ","parent_name":"GPKGTileScaling"},"Classes/GPKGTileScaling.html#/c:objc(cs)GPKGTileScaling(py)zoomIn":{"name":"zoomIn","abstract":"

    Max zoom levels in to search

    ","parent_name":"GPKGTileScaling"},"Classes/GPKGTileScaling.html#/c:objc(cs)GPKGTileScaling(py)zoomOut":{"name":"zoomOut","abstract":"

    Max zoom levels out to search

    ","parent_name":"GPKGTileScaling"},"Classes/GPKGTileScaling.html#/c:objc(cs)GPKGTileScaling(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGTileScaling"},"Classes/GPKGTileScaling.html#/c:objc(cs)GPKGTileScaling(im)initWithTileMatrixSet:andScalingType:andZoomIn:andZoomOut:":{"name":"-initWithTileMatrixSet:andScalingType:andZoomIn:andZoomOut:","abstract":"

    Initialize

    ","parent_name":"GPKGTileScaling"},"Classes/GPKGTileScaling.html#/c:objc(cs)GPKGTileScaling(im)initWithTableName:andScalingType:andZoomIn:andZoomOut:":{"name":"-initWithTableName:andScalingType:andZoomIn:andZoomOut:","abstract":"

    Initialize

    ","parent_name":"GPKGTileScaling"},"Classes/GPKGTileScaling.html#/c:objc(cs)GPKGTileScaling(im)initWithScalingType:andZoomIn:andZoomOut:":{"name":"-initWithScalingType:andZoomIn:andZoomOut:","abstract":"

    Initialize

    ","parent_name":"GPKGTileScaling"},"Classes/GPKGTileScaling.html#/c:objc(cs)GPKGTileScaling(im)setTileMatrixSet:":{"name":"-setTileMatrixSet:","abstract":"

    Set the tile matrix set

    ","parent_name":"GPKGTileScaling"},"Classes/GPKGTileScaling.html#/c:objc(cs)GPKGTileScaling(im)tileScalingType":{"name":"-tileScalingType","abstract":"

    Get the tile scaling type

    ","parent_name":"GPKGTileScaling"},"Classes/GPKGTileScaling.html#/c:objc(cs)GPKGTileScaling(im)setTileScalingType:":{"name":"-setTileScalingType:","abstract":"

    Set the tile scaling type

    ","parent_name":"GPKGTileScaling"},"Classes/GPKGTileScaling.html#/c:objc(cs)GPKGTileScaling(im)isZoomIn":{"name":"-isZoomIn","abstract":"

    Is zoom in tile search enabled

    ","parent_name":"GPKGTileScaling"},"Classes/GPKGTileScaling.html#/c:objc(cs)GPKGTileScaling(im)isZoomOut":{"name":"-isZoomOut","abstract":"

    Is zoom out tile search enabled

    ","parent_name":"GPKGTileScaling"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)initWithGeoPackage:":{"name":"-initWithGeoPackage:","abstract":"

    Initialize

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)initWithGeoPackages:":{"name":"-initWithGeoPackages:","abstract":"

    Initialize

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)initWithCache:":{"name":"-initWithCache:","abstract":"

    Initialize

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)propertiesExtensionWithGeoPackage:":{"name":"-propertiesExtensionWithGeoPackage:","abstract":"

    Create a properties extension from the GeoPackage

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)geoPackageNames":{"name":"-geoPackageNames","abstract":"

    Get the GeoPackage names

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)numGeoPackages":{"name":"-numGeoPackages","abstract":"

    Get the number of GeoPackages

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)geoPackages":{"name":"-geoPackages","abstract":"

    Get the GeoPackages

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)hasGeoPackageWithName:":{"name":"-hasGeoPackageWithName:","abstract":"

    Checks if the GeoPackage name exists

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)geoPackageWithName:":{"name":"-geoPackageWithName:","abstract":"

    Get the GeoPackage for the GeoPackage name

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)addGeoPackages:":{"name":"-addGeoPackages:","abstract":"

    Add a collection of GeoPackages

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)addGeoPackage:":{"name":"-addGeoPackage:","abstract":"

    Add GeoPackage

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)closeGeoPackages":{"name":"-closeGeoPackages","abstract":"

    Close all GeoPackages in the manager

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)removeGeoPackageWithName:":{"name":"-removeGeoPackageWithName:","abstract":"

    Remove the GeoPackage with the name but does not close it

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)clearGeoPackages":{"name":"-clearGeoPackages","abstract":"

    Clears all cached GeoPackages but does not close them

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)removeAndCloseGeoPackageWithName:":{"name":"-removeAndCloseGeoPackageWithName:","abstract":"

    Remove and close the GeoPackage with name, same as","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)closeGeoPackageWithName:":{"name":"-closeGeoPackageWithName:","abstract":"

    Close the GeoPackage with name

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)closeRetainGeoPackages:":{"name":"-closeRetainGeoPackages:","abstract":"

    Close GeoPackages not specified in the retain GeoPackage names

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)closeGeoPackages:":{"name":"-closeGeoPackages:","abstract":"

    Close GeoPackages with names

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)numProperties":{"name":"-numProperties","abstract":"

    Get the number of unique properties

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)properties":{"name":"-properties","abstract":"

    Get the unique properties

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)hasProperty:":{"name":"-hasProperty:","abstract":"

    Get the GeoPackages with the property name

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)missingProperty:":{"name":"-missingProperty:","abstract":"

    Get the GeoPackages missing the property name

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)numValuesOfProperty:":{"name":"-numValuesOfProperty:","abstract":"

    Get the number of unique values for the property

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)hasValuesWithProperty:":{"name":"-hasValuesWithProperty:","abstract":"

    Check if the property has any values

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)valuesOfProperty:":{"name":"-valuesOfProperty:","abstract":"

    Get the unique values for the property

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)hasValue:withProperty:":{"name":"-hasValue:withProperty:","abstract":"

    Get the GeoPackages with the property name and value

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)missingValue:withProperty:":{"name":"-missingValue:withProperty:","abstract":"

    Get the GeoPackages missing the property name and value

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)addValue:withProperty:":{"name":"-addValue:withProperty:","abstract":"

    Add a property value to all GeoPackages

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)addValue:withProperty:inGeoPackage:":{"name":"-addValue:withProperty:inGeoPackage:","abstract":"

    Add a property value to a specified GeoPackage

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)deleteProperty:":{"name":"-deleteProperty:","abstract":"

    Delete the property and values from all GeoPackages

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)deleteProperty:inGeoPackage:":{"name":"-deleteProperty:inGeoPackage:","abstract":"

    Delete the property and values from a specified GeoPackage

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)deleteValue:withProperty:":{"name":"-deleteValue:withProperty:","abstract":"

    Delete the property value from all GeoPackages

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)deleteValue:withProperty:inGeoPackage:":{"name":"-deleteValue:withProperty:inGeoPackage:","abstract":"

    Delete the property value from a specified GeoPackage

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)deleteAll":{"name":"-deleteAll","abstract":"

    Delete all properties and values from all GeoPackages

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)deleteAllInGeoPackage:":{"name":"-deleteAllInGeoPackage:","abstract":"

    Delete all properties and values from a specified GeoPackage

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)removeExtension":{"name":"-removeExtension","abstract":"

    Remove the extension from all GeoPackages

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)removeExtensionInGeoPackage:":{"name":"-removeExtensionInGeoPackage:","abstract":"

    Remove the extension from a specified GeoPackage

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesExtension.html#/c:objc(cs)GPKGPropertiesExtension(im)initWithGeoPackage:":{"name":"-initWithGeoPackage:","abstract":"

    Initialize

    ","parent_name":"GPKGPropertiesExtension"},"Classes/GPKGPropertiesExtension.html#/c:objc(cs)GPKGPropertiesExtension(im)extensionCreate":{"name":"-extensionCreate","abstract":"

    Get or create the extension

    ","parent_name":"GPKGPropertiesExtension"},"Classes/GPKGPropertiesExtension.html#/c:objc(cs)GPKGPropertiesExtension(im)has":{"name":"-has","abstract":"

    Determine if the GeoPackage has the extension

    ","parent_name":"GPKGPropertiesExtension"},"Classes/GPKGPropertiesExtension.html#/c:objc(cs)GPKGPropertiesExtension(im)extensionName":{"name":"-extensionName","abstract":"

    Get the extension name

    ","parent_name":"GPKGPropertiesExtension"},"Classes/GPKGPropertiesExtension.html#/c:objc(cs)GPKGPropertiesExtension(im)extensionDefinition":{"name":"-extensionDefinition","abstract":"

    Get the extension definition

    ","parent_name":"GPKGPropertiesExtension"},"Classes/GPKGPropertiesExtension.html#/c:objc(cs)GPKGPropertiesExtension(im)numProperties":{"name":"-numProperties","abstract":"

    Get the number of properties

    ","parent_name":"GPKGPropertiesExtension"},"Classes/GPKGPropertiesExtension.html#/c:objc(cs)GPKGPropertiesExtension(im)properties":{"name":"-properties","abstract":"

    Get the properties

    ","parent_name":"GPKGPropertiesExtension"},"Classes/GPKGPropertiesExtension.html#/c:objc(cs)GPKGPropertiesExtension(im)hasProperty:":{"name":"-hasProperty:","abstract":"

    Check if the property exists, same call as {@link #hasValues(String)}

    ","parent_name":"GPKGPropertiesExtension"},"Classes/GPKGPropertiesExtension.html#/c:objc(cs)GPKGPropertiesExtension(im)numValues":{"name":"-numValues","abstract":"

    Get the number of total values combined for all properties

    ","parent_name":"GPKGPropertiesExtension"},"Classes/GPKGPropertiesExtension.html#/c:objc(cs)GPKGPropertiesExtension(im)numValuesOfProperty:":{"name":"-numValuesOfProperty:","abstract":"

    Get the number of values for the property

    ","parent_name":"GPKGPropertiesExtension"},"Classes/GPKGPropertiesExtension.html#/c:objc(cs)GPKGPropertiesExtension(im)hasSingleValueWithProperty:":{"name":"-hasSingleValueWithProperty:","abstract":"

    Check if the property has a single value

    ","parent_name":"GPKGPropertiesExtension"},"Classes/GPKGPropertiesExtension.html#/c:objc(cs)GPKGPropertiesExtension(im)hasValuesWithProperty:":{"name":"-hasValuesWithProperty:","abstract":"

    Check if the property has any values

    ","parent_name":"GPKGPropertiesExtension"},"Classes/GPKGPropertiesExtension.html#/c:objc(cs)GPKGPropertiesExtension(im)valueOfProperty:":{"name":"-valueOfProperty:","abstract":"

    Get the first value for the property

    ","parent_name":"GPKGPropertiesExtension"},"Classes/GPKGPropertiesExtension.html#/c:objc(cs)GPKGPropertiesExtension(im)valuesOfProperty:":{"name":"-valuesOfProperty:","abstract":"

    Get the values for the property

    ","parent_name":"GPKGPropertiesExtension"},"Classes/GPKGPropertiesExtension.html#/c:objc(cs)GPKGPropertiesExtension(im)hasValue:withProperty:":{"name":"-hasValue:withProperty:","abstract":"

    Check if the property has the value

    ","parent_name":"GPKGPropertiesExtension"},"Classes/GPKGPropertiesExtension.html#/c:objc(cs)GPKGPropertiesExtension(im)addValue:withProperty:":{"name":"-addValue:withProperty:","abstract":"

    Add a property value, creating the extension if needed

    ","parent_name":"GPKGPropertiesExtension"},"Classes/GPKGPropertiesExtension.html#/c:objc(cs)GPKGPropertiesExtension(im)deleteProperty:":{"name":"-deleteProperty:","abstract":"

    Delete the property and all the property values

    ","parent_name":"GPKGPropertiesExtension"},"Classes/GPKGPropertiesExtension.html#/c:objc(cs)GPKGPropertiesExtension(im)deleteValue:withProperty:":{"name":"-deleteValue:withProperty:","abstract":"

    Delete the property value

    ","parent_name":"GPKGPropertiesExtension"},"Classes/GPKGPropertiesExtension.html#/c:objc(cs)GPKGPropertiesExtension(im)deleteAll":{"name":"-deleteAll","abstract":"

    Delete all properties and values

    ","parent_name":"GPKGPropertiesExtension"},"Classes/GPKGPropertiesExtension.html#/c:objc(cs)GPKGPropertiesExtension(im)removeExtension":{"name":"-removeExtension","abstract":"

    Remove the extension

    ","parent_name":"GPKGPropertiesExtension"},"Classes/GPKGFeatureTileTableLinker.html#/c:objc(cs)GPKGFeatureTileTableLinker(im)initWithGeoPackage:":{"name":"-initWithGeoPackage:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTileTableLinker"},"Classes/GPKGFeatureTileTableLinker.html#/c:objc(cs)GPKGFeatureTileTableLinker(im)dao":{"name":"-dao","abstract":"

    Get the Feature Tile Link DAO

    ","parent_name":"GPKGFeatureTileTableLinker"},"Classes/GPKGFeatureTileTableLinker.html#/c:objc(cs)GPKGFeatureTileTableLinker(im)extensionName":{"name":"-extensionName","abstract":"

    Get the extension name

    ","parent_name":"GPKGFeatureTileTableLinker"},"Classes/GPKGFeatureTileTableLinker.html#/c:objc(cs)GPKGFeatureTileTableLinker(im)extensionDefinition":{"name":"-extensionDefinition","abstract":"

    Get the extension definition

    ","parent_name":"GPKGFeatureTileTableLinker"},"Classes/GPKGFeatureTileTableLinker.html#/c:objc(cs)GPKGFeatureTileTableLinker(im)linkWithFeatureTable:andTileTable:":{"name":"-linkWithFeatureTable:andTileTable:","abstract":"

    Link a feature and tile table together. Does nothing if already linked.

    ","parent_name":"GPKGFeatureTileTableLinker"},"Classes/GPKGFeatureTileTableLinker.html#/c:objc(cs)GPKGFeatureTileTableLinker(im)isLinkedWithFeatureTable:andTileTable:":{"name":"-isLinkedWithFeatureTable:andTileTable:","abstract":"

    Determine if the feature table is linked to the tile table

    ","parent_name":"GPKGFeatureTileTableLinker"},"Classes/GPKGFeatureTileTableLinker.html#/c:objc(cs)GPKGFeatureTileTableLinker(im)linkFromFeatureTable:andTileTable:":{"name":"-linkFromFeatureTable:andTileTable:","abstract":"

    Get the feature and tile table link if it exists

    ","parent_name":"GPKGFeatureTileTableLinker"},"Classes/GPKGFeatureTileTableLinker.html#/c:objc(cs)GPKGFeatureTileTableLinker(im)queryForFeatureTable:":{"name":"-queryForFeatureTable:","abstract":"

    Query for feature tile links by feature table

    ","parent_name":"GPKGFeatureTileTableLinker"},"Classes/GPKGFeatureTileTableLinker.html#/c:objc(cs)GPKGFeatureTileTableLinker(im)queryForTileTable:":{"name":"-queryForTileTable:","abstract":"

    Query for feature tile links by tile table

    ","parent_name":"GPKGFeatureTileTableLinker"},"Classes/GPKGFeatureTileTableLinker.html#/c:objc(cs)GPKGFeatureTileTableLinker(im)deleteLinkWithFeatureTable:andTileTable:":{"name":"-deleteLinkWithFeatureTable:andTileTable:","abstract":"

    Delete the feature tile table link

    ","parent_name":"GPKGFeatureTileTableLinker"},"Classes/GPKGFeatureTileTableLinker.html#/c:objc(cs)GPKGFeatureTileTableLinker(im)deleteLinksWithTable:":{"name":"-deleteLinksWithTable:","abstract":"

    Delete the feature tile table links for the feature or tile table

    ","parent_name":"GPKGFeatureTileTableLinker"},"Classes/GPKGFeatureTileTableLinker.html#/c:objc(cs)GPKGFeatureTileTableLinker(im)has":{"name":"-has","abstract":"

    Check if has extension

    ","parent_name":"GPKGFeatureTileTableLinker"},"Classes/GPKGFeatureTileTableLinker.html#/c:objc(cs)GPKGFeatureTileTableLinker(im)extension":{"name":"-extension","abstract":"

    Get the extension

    ","parent_name":"GPKGFeatureTileTableLinker"},"Classes/GPKGFeatureTileTableLinker.html#/c:objc(cs)GPKGFeatureTileTableLinker(im)featureTileLinkDao":{"name":"-featureTileLinkDao","abstract":"

    Get a Feature Tile Link DAO

    ","parent_name":"GPKGFeatureTileTableLinker"},"Classes/GPKGFeatureTileTableLinker.html#/c:objc(cs)GPKGFeatureTileTableLinker(cm)featureTileLinkDaoWithGeoPackage:":{"name":"+featureTileLinkDaoWithGeoPackage:","abstract":"

    Get a Feature Tile Link DAO

    ","parent_name":"GPKGFeatureTileTableLinker"},"Classes/GPKGFeatureTileTableLinker.html#/c:objc(cs)GPKGFeatureTileTableLinker(cm)featureTileLinkDaoWithDatabase:":{"name":"+featureTileLinkDaoWithDatabase:","abstract":"

    Get a Feature Tile Link DAO

    ","parent_name":"GPKGFeatureTileTableLinker"},"Classes/GPKGFeatureTileTableLinker.html#/c:objc(cs)GPKGFeatureTileTableLinker(im)createFeatureTileLinkTable":{"name":"-createFeatureTileLinkTable","abstract":"

    Create the Feature Tile Link Table if it does not exist

    ","parent_name":"GPKGFeatureTileTableLinker"},"Classes/GPKGFeatureTileTableLinker.html#/c:objc(cs)GPKGFeatureTileTableLinker(im)linkFromResultSet:":{"name":"-linkFromResultSet:","abstract":"

    Pull the the current result set feature tile link out

    ","parent_name":"GPKGFeatureTileTableLinker"},"Classes/GPKGFeatureTileTableLinker.html#/c:objc(cs)GPKGFeatureTileTableLinker(im)tileTablesForFeatureTable:":{"name":"-tileTablesForFeatureTable:","abstract":"

    Query for the tile table names linked to a feature table

    ","parent_name":"GPKGFeatureTileTableLinker"},"Classes/GPKGFeatureTileTableLinker.html#/c:objc(cs)GPKGFeatureTileTableLinker(im)featureTablesForTileTable:":{"name":"-featureTablesForTileTable:","abstract":"

    Query for the feature table names linked to a tile table

    ","parent_name":"GPKGFeatureTileTableLinker"},"Classes/GPKGFeatureTileTableLinker.html#/c:objc(cs)GPKGFeatureTileTableLinker(im)tileDaosForFeatureTable:":{"name":"-tileDaosForFeatureTable:","abstract":"

    Query for the tile tables linked to a feature table and return tile DAOs to those tables

    ","parent_name":"GPKGFeatureTileTableLinker"},"Classes/GPKGFeatureTileTableLinker.html#/c:objc(cs)GPKGFeatureTileTableLinker(im)featureDaosForTileTable:":{"name":"-featureDaosForTileTable:","abstract":"

    Query for the feature tables linked to a tile table and return feature DAOs to those tables

    ","parent_name":"GPKGFeatureTileTableLinker"},"Classes/GPKGFeatureTileLinkTableCreator.html#/c:objc(cs)GPKGFeatureTileLinkTableCreator(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTileLinkTableCreator"},"Classes/GPKGFeatureTileLinkTableCreator.html#/c:objc(cs)GPKGFeatureTileLinkTableCreator(im)createFeatureTileLink":{"name":"-createFeatureTileLink","abstract":"

    Create Feature Tile Link table

    ","parent_name":"GPKGFeatureTileLinkTableCreator"},"Classes/GPKGFeatureTileLinkDao.html#/c:objc(cs)GPKGFeatureTileLinkDao(cm)createWithDatabase:":{"name":"+createWithDatabase:","abstract":"

    Create the DAO

    ","parent_name":"GPKGFeatureTileLinkDao"},"Classes/GPKGFeatureTileLinkDao.html#/c:objc(cs)GPKGFeatureTileLinkDao(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTileLinkDao"},"Classes/GPKGFeatureTileLinkDao.html#/c:objc(cs)GPKGFeatureTileLinkDao(im)queryForFeatureTable:andTileTable:":{"name":"-queryForFeatureTable:andTileTable:","abstract":"

    Query by feature table name and tile table name for a link

    ","parent_name":"GPKGFeatureTileLinkDao"},"Classes/GPKGFeatureTileLinkDao.html#/c:objc(cs)GPKGFeatureTileLinkDao(im)queryForFeatureTableName:":{"name":"-queryForFeatureTableName:","abstract":"

    Query by feature table name

    ","parent_name":"GPKGFeatureTileLinkDao"},"Classes/GPKGFeatureTileLinkDao.html#/c:objc(cs)GPKGFeatureTileLinkDao(im)queryForTileTableName:":{"name":"-queryForTileTableName:","abstract":"

    Query by tile table name

    ","parent_name":"GPKGFeatureTileLinkDao"},"Classes/GPKGFeatureTileLinkDao.html#/c:objc(cs)GPKGFeatureTileLinkDao(im)deleteByFeatureTable:andTileTable:":{"name":"-deleteByFeatureTable:andTileTable:","abstract":"

    Delete by feature table and tile table names

    ","parent_name":"GPKGFeatureTileLinkDao"},"Classes/GPKGFeatureTileLinkDao.html#/c:objc(cs)GPKGFeatureTileLinkDao(im)deleteByTableName:":{"name":"-deleteByTableName:","abstract":"

    Delete by table name, either feature or tile table name

    ","parent_name":"GPKGFeatureTileLinkDao"},"Classes/GPKGFeatureTileLink.html#/c:objc(cs)GPKGFeatureTileLink(py)featureTableName":{"name":"featureTableName","abstract":"

    Name of the feature table

    ","parent_name":"GPKGFeatureTileLink"},"Classes/GPKGFeatureTileLink.html#/c:objc(cs)GPKGFeatureTileLink(py)tileTableName":{"name":"tileTableName","abstract":"

    Name of the tile table

    ","parent_name":"GPKGFeatureTileLink"},"Classes/GPKGTableIndexDao.html#/c:objc(cs)GPKGTableIndexDao(cm)createWithDatabase:":{"name":"+createWithDatabase:","abstract":"

    Create the DAO

    ","parent_name":"GPKGTableIndexDao"},"Classes/GPKGTableIndexDao.html#/c:objc(cs)GPKGTableIndexDao(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGTableIndexDao"},"Classes/GPKGTableIndexDao.html#/c:objc(cs)GPKGTableIndexDao(im)deleteCascade:":{"name":"-deleteCascade:","abstract":"

    Delete the Table Index, cascading

    ","parent_name":"GPKGTableIndexDao"},"Classes/GPKGTableIndexDao.html#/c:objc(cs)GPKGTableIndexDao(im)deleteCascadeWithCollection:":{"name":"-deleteCascadeWithCollection:","abstract":"

    Delete the collection of Table Indices, cascading

    ","parent_name":"GPKGTableIndexDao"},"Classes/GPKGTableIndexDao.html#/c:objc(cs)GPKGTableIndexDao(im)deleteCascadeWhere:andWhereArgs:":{"name":"-deleteCascadeWhere:andWhereArgs:","abstract":"

    Delete the Table Index where, cascading

    ","parent_name":"GPKGTableIndexDao"},"Classes/GPKGTableIndexDao.html#/c:objc(cs)GPKGTableIndexDao(im)deleteByIdCascade:":{"name":"-deleteByIdCascade:","abstract":"

    Delete the Table Index by id, cascading

    ","parent_name":"GPKGTableIndexDao"},"Classes/GPKGTableIndexDao.html#/c:objc(cs)GPKGTableIndexDao(im)deleteIdsCascade:":{"name":"-deleteIdsCascade:","abstract":"

    Delete the Table Indices by ids, cascading

    ","parent_name":"GPKGTableIndexDao"},"Classes/GPKGTableIndexDao.html#/c:objc(cs)GPKGTableIndexDao(im)deleteTable:":{"name":"-deleteTable:","abstract":"

    Delete the table

    ","parent_name":"GPKGTableIndexDao"},"Classes/GPKGTableIndexDao.html#/c:objc(cs)GPKGTableIndexDao(im)geometryIndices:":{"name":"-geometryIndices:","abstract":"

    Get the Geometry Index results

    ","parent_name":"GPKGTableIndexDao"},"Classes/GPKGTableIndexDao.html#/c:objc(cs)GPKGTableIndexDao(im)geometryIndexCount:":{"name":"-geometryIndexCount:","abstract":"

    Get the count of Geometry Index results

    ","parent_name":"GPKGTableIndexDao"},"Classes/GPKGTableIndexDao.html#/c:objc(cs)GPKGTableIndexDao(im)deleteAllCascade":{"name":"-deleteAllCascade","abstract":"

    Delete all table indices, cascading to geometry indices

    ","parent_name":"GPKGTableIndexDao"},"Classes/GPKGTableIndex.html#/c:objc(cs)GPKGTableIndex(py)tableName":{"name":"tableName","abstract":"

    Name of the table

    ","parent_name":"GPKGTableIndex"},"Classes/GPKGTableIndex.html#/c:objc(cs)GPKGTableIndex(py)lastIndexed":{"name":"lastIndexed","abstract":"

    Last indexed date

    ","parent_name":"GPKGTableIndex"},"Classes/GPKGGeometryIndexTableCreator.html#/c:objc(cs)GPKGGeometryIndexTableCreator(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGGeometryIndexTableCreator"},"Classes/GPKGGeometryIndexTableCreator.html#/c:objc(cs)GPKGGeometryIndexTableCreator(im)createTableIndex":{"name":"-createTableIndex","abstract":"

    Create Table Index table

    ","parent_name":"GPKGGeometryIndexTableCreator"},"Classes/GPKGGeometryIndexTableCreator.html#/c:objc(cs)GPKGGeometryIndexTableCreator(im)createGeometryIndex":{"name":"-createGeometryIndex","abstract":"

    Create Geometry Index table

    ","parent_name":"GPKGGeometryIndexTableCreator"},"Classes/GPKGGeometryIndexTableCreator.html#/c:objc(cs)GPKGGeometryIndexTableCreator(im)indexGeometryIndex":{"name":"-indexGeometryIndex","abstract":"

    Create Geometry Index table column indexes

    ","parent_name":"GPKGGeometryIndexTableCreator"},"Classes/GPKGGeometryIndexTableCreator.html#/c:objc(cs)GPKGGeometryIndexTableCreator(im)unindexGeometryIndex":{"name":"-unindexGeometryIndex","abstract":"

    Un-index (drop) Geometry Index table column indexes

    ","parent_name":"GPKGGeometryIndexTableCreator"},"Classes/GPKGGeometryIndexDao.html#/c:objc(cs)GPKGGeometryIndexDao(cm)createWithDatabase:":{"name":"+createWithDatabase:","abstract":"

    Create the DAO

    ","parent_name":"GPKGGeometryIndexDao"},"Classes/GPKGGeometryIndexDao.html#/c:objc(cs)GPKGGeometryIndexDao(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGGeometryIndexDao"},"Classes/GPKGGeometryIndexDao.html#/c:objc(cs)GPKGGeometryIndexDao(im)tableIndex:":{"name":"-tableIndex:","abstract":"

    Get the Table Index of the Geometry Index

    ","parent_name":"GPKGGeometryIndexDao"},"Classes/GPKGGeometryIndexDao.html#/c:objc(cs)GPKGGeometryIndexDao(im)queryForTableName:":{"name":"-queryForTableName:","abstract":"

    Query by table name

    ","parent_name":"GPKGGeometryIndexDao"},"Classes/GPKGGeometryIndexDao.html#/c:objc(cs)GPKGGeometryIndexDao(im)countByTableName:":{"name":"-countByTableName:","abstract":"

    Count by table name

    ","parent_name":"GPKGGeometryIndexDao"},"Classes/GPKGGeometryIndexDao.html#/c:objc(cs)GPKGGeometryIndexDao(im)populateWithTableIndex:andGeomId:andEnvelope:":{"name":"-populateWithTableIndex:andGeomId:andEnvelope:","abstract":"

    Populate a new geometry index from an envelope

    ","parent_name":"GPKGGeometryIndexDao"},"Classes/GPKGGeometryIndex.html#/c:objc(cs)GPKGGeometryIndex(py)tableName":{"name":"tableName","abstract":"

    Name of the table

    ","parent_name":"GPKGGeometryIndex"},"Classes/GPKGGeometryIndex.html#/c:objc(cs)GPKGGeometryIndex(py)geomId":{"name":"geomId","abstract":"

    Geometry Id column

    ","parent_name":"GPKGGeometryIndex"},"Classes/GPKGGeometryIndex.html#/c:objc(cs)GPKGGeometryIndex(py)minX":{"name":"minX","abstract":"

    Min X

    ","parent_name":"GPKGGeometryIndex"},"Classes/GPKGGeometryIndex.html#/c:objc(cs)GPKGGeometryIndex(py)maxX":{"name":"maxX","abstract":"

    Max X

    ","parent_name":"GPKGGeometryIndex"},"Classes/GPKGGeometryIndex.html#/c:objc(cs)GPKGGeometryIndex(py)minY":{"name":"minY","abstract":"

    Min Y

    ","parent_name":"GPKGGeometryIndex"},"Classes/GPKGGeometryIndex.html#/c:objc(cs)GPKGGeometryIndex(py)maxY":{"name":"maxY","abstract":"

    Max Y

    ","parent_name":"GPKGGeometryIndex"},"Classes/GPKGGeometryIndex.html#/c:objc(cs)GPKGGeometryIndex(py)minZ":{"name":"minZ","abstract":"

    Min Z

    ","parent_name":"GPKGGeometryIndex"},"Classes/GPKGGeometryIndex.html#/c:objc(cs)GPKGGeometryIndex(py)maxZ":{"name":"maxZ","abstract":"

    Max Z

    ","parent_name":"GPKGGeometryIndex"},"Classes/GPKGGeometryIndex.html#/c:objc(cs)GPKGGeometryIndex(py)minM":{"name":"minM","abstract":"

    Min M

    ","parent_name":"GPKGGeometryIndex"},"Classes/GPKGGeometryIndex.html#/c:objc(cs)GPKGGeometryIndex(py)maxM":{"name":"maxM","abstract":"

    Max M

    ","parent_name":"GPKGGeometryIndex"},"Classes/GPKGGeometryIndex.html#/c:objc(cs)GPKGGeometryIndex(im)setTableIndex:":{"name":"-setTableIndex:","abstract":"

    Set the Table Index

    ","parent_name":"GPKGGeometryIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(py)progress":{"name":"progress","abstract":"

    Progress

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(py)chunkLimit":{"name":"chunkLimit","abstract":"

    Query single chunk limit

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(py)tolerance":{"name":"tolerance","abstract":"

    Query range tolerance

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)initWithGeoPackage:andFeatureDao:":{"name":"-initWithGeoPackage:andFeatureDao:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)featureDao":{"name":"-featureDao","abstract":"

    Get the Feature DAO

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)extensionName":{"name":"-extensionName","abstract":"

    Get the extension name

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)extensionDefinition":{"name":"-extensionDefinition","abstract":"

    Get the extension definition

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)projection":{"name":"-projection","abstract":"

    Get the feature projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)tableName":{"name":"-tableName","abstract":"

    Get the table name

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)columnName":{"name":"-columnName","abstract":"

    Get the column name

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)pkColumnName":{"name":"-pkColumnName","abstract":"

    Get the primary key column name

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)close":{"name":"-close","abstract":"

    Close the table index

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)index":{"name":"-index","abstract":"

    Index the feature table if needed

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)indexWithForce:":{"name":"-indexWithForce:","abstract":"

    Index the feature table

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)indexFeatureRow:":{"name":"-indexFeatureRow:","abstract":"

    Index the feature row. This method assumes that indexing has been","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)deleteIndex":{"name":"-deleteIndex","abstract":"

    Delete the feature table index

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)deleteIndexWithGeomId:":{"name":"-deleteIndexWithGeomId:","abstract":"

    Delete the index for the geometry id

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)deleteIndexWithFeatureRow:":{"name":"-deleteIndexWithFeatureRow:","abstract":"

    Delete the index for the feature row

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)isIndexed":{"name":"-isIndexed","abstract":"

    Determine if the feature table is indexed

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)tableIndex":{"name":"-tableIndex","abstract":"

    Get the table index

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)lastIndexed":{"name":"-lastIndexed","abstract":"

    Get the date last indexed

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)extension":{"name":"-extension","abstract":"

    Get the extension

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)tableIndexDao":{"name":"-tableIndexDao","abstract":"

    Get a Table Index DAO

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(cm)tableIndexDaoWithGeoPackage:":{"name":"+tableIndexDaoWithGeoPackage:","abstract":"

    Get a Table Index DAO

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(cm)tableIndexDaoWithDatabase:":{"name":"+tableIndexDaoWithDatabase:","abstract":"

    Get a Table Index DAO

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)createTableIndexTable":{"name":"-createTableIndexTable","abstract":"

    Create the Table Index Table if it does not exist

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)geometryIndexDao":{"name":"-geometryIndexDao","abstract":"

    Get a Geometry Index DAO

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(cm)geometryIndexDaoWithGeoPackage:":{"name":"+geometryIndexDaoWithGeoPackage:","abstract":"

    Get a Geometry Index DAO

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(cm)geometryIndexDaoWithDatabase:":{"name":"+geometryIndexDaoWithDatabase:","abstract":"

    Get a Geometry Index DAO

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)createGeometryIndexTable":{"name":"-createGeometryIndexTable","abstract":"

    Create Geometry Index Table if it does not exist and index it

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)indexGeometryIndexTable":{"name":"-indexGeometryIndexTable","abstract":"

    Index the Geometry Index Table if needed

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)unindexGeometryIndexTable":{"name":"-unindexGeometryIndexTable","abstract":"

    Un-index the Geometry Index Table if needed

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)query":{"name":"-query","abstract":"

    Query for all Geometry Index objects

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryIdsSQL":{"name":"-queryIdsSQL","abstract":"

    Query SQL for all row ids

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)count":{"name":"-count","abstract":"

    Query for all Geometry Index count

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)boundingBox":{"name":"-boundingBox","abstract":"

    Query for the bounds of the feature table index

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)boundingBoxInProjection:":{"name":"-boundingBoxInProjection:","abstract":"

    Query for the feature index bounds and return in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryWithBoundingBox:":{"name":"-queryWithBoundingBox:","abstract":"

    Query for Geometry Index objects within the bounding box, projected","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryWithBoundingBox:inProjection:":{"name":"-queryWithBoundingBox:inProjection:","abstract":"

    Query for Geometry Index objects within the bounding box, projected","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countWithBoundingBox:":{"name":"-countWithBoundingBox:","abstract":"

    Query for Geometry Index count within the bounding box, projected","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countWithBoundingBox:inProjection:":{"name":"-countWithBoundingBox:inProjection:","abstract":"

    Query for Geometry Index count within the bounding box, projected","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryWithEnvelope:":{"name":"-queryWithEnvelope:","abstract":"

    Query for Geometry Index objects within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)whereWithEnvelope:":{"name":"-whereWithEnvelope:","abstract":"

    Build where clause for the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)whereArgsWithEnvelope:":{"name":"-whereArgsWithEnvelope:","abstract":"

    Build where clause arguments for the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryIdsSQLWithEnvelope:":{"name":"-queryIdsSQLWithEnvelope:","abstract":"

    Query SQL for all row ids

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countWithEnvelope:":{"name":"-countWithEnvelope:","abstract":"

    Query for Geometry Index count within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)geometryIndexWithResultSet:":{"name":"-geometryIndexWithResultSet:","abstract":"

    Get the Geometry Index for the current place in the results

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)featureRowWithResultSet:":{"name":"-featureRowWithResultSet:","abstract":"

    Get the feature row for the current place in the results

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)featureRowWithGeometryIndex:":{"name":"-featureRowWithGeometryIndex:","abstract":"

    Get the feature row for the Geometry Index

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryIdsSQLWhere:":{"name":"-queryIdsSQLWhere:","abstract":"

    Build SQL for selecting ids from the query builder

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeatures":{"name":"-queryFeatures","abstract":"

    Query for all Features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:":{"name":"-queryFeaturesWithDistinct:","abstract":"

    Query for all Features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithColumns:":{"name":"-queryFeaturesWithColumns:","abstract":"

    Query for all Features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andColumns:":{"name":"-queryFeaturesWithDistinct:andColumns:","abstract":"

    Query for all Features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeatures":{"name":"-countFeatures","abstract":"

    Count features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithColumn:":{"name":"-countFeaturesWithColumn:","abstract":"

    Count features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithDistinct:andColumn:":{"name":"-countFeaturesWithDistinct:andColumn:","abstract":"

    Count features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithFieldValues:":{"name":"-queryFeaturesWithFieldValues:","abstract":"

    Query for features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andFieldValues:","abstract":"

    Query for features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithColumns:andFieldValues:":{"name":"-queryFeaturesWithColumns:andFieldValues:","abstract":"

    Query for features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andColumns:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andColumns:andFieldValues:","abstract":"

    Query for features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithFieldValues:":{"name":"-countFeaturesWithFieldValues:","abstract":"

    Count features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithColumn:andFieldValues:":{"name":"-countFeaturesWithColumn:andFieldValues:","abstract":"

    Count features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithDistinct:andColumn:andFieldValues:":{"name":"-countFeaturesWithDistinct:andColumn:andFieldValues:","abstract":"

    Count features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWhere:":{"name":"-queryFeaturesWhere:","abstract":"

    Query for features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andWhere:":{"name":"-queryFeaturesWithDistinct:andWhere:","abstract":"

    Query for features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithColumns:andWhere:":{"name":"-queryFeaturesWithColumns:andWhere:","abstract":"

    Query for features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andColumns:andWhere:":{"name":"-queryFeaturesWithDistinct:andColumns:andWhere:","abstract":"

    Query for features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWhere:":{"name":"-countFeaturesWhere:","abstract":"

    Count features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithColumn:andWhere:":{"name":"-countFeaturesWithColumn:andWhere:","abstract":"

    Count features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithDistinct:andColumn:andWhere:":{"name":"-countFeaturesWithDistinct:andColumn:andWhere:","abstract":"

    Count features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWhere:andWhereArgs:":{"name":"-queryFeaturesWhere:andWhereArgs:","abstract":"

    Query for features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andWhere:andWhereArgs:","abstract":"

    Query for features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithColumns:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithColumns:andWhere:andWhereArgs:","abstract":"

    Query for features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andColumns:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andColumns:andWhere:andWhereArgs:","abstract":"

    Query for features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWhere:andWhereArgs:":{"name":"-countFeaturesWhere:andWhereArgs:","abstract":"

    Count features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithColumn:andWhere:andWhereArgs:":{"name":"-countFeaturesWithColumn:andWhere:andWhereArgs:","abstract":"

    Count features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithDistinct:andColumn:andWhere:andWhereArgs:":{"name":"-countFeaturesWithDistinct:andColumn:andWhere:andWhereArgs:","abstract":"

    Count features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithBoundingBox:":{"name":"-queryFeaturesWithBoundingBox:","abstract":"

    Query for Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andBoundingBox:":{"name":"-queryFeaturesWithDistinct:andBoundingBox:","abstract":"

    Query for Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithColumns:andBoundingBox:":{"name":"-queryFeaturesWithColumns:andBoundingBox:","abstract":"

    Query for Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andColumns:andBoundingBox:":{"name":"-queryFeaturesWithDistinct:andColumns:andBoundingBox:","abstract":"

    Query for Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithBoundingBox:":{"name":"-countFeaturesWithBoundingBox:","abstract":"

    Count the Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithColumn:andBoundingBox:":{"name":"-countFeaturesWithColumn:andBoundingBox:","abstract":"

    Count the Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithDistinct:andColumn:andBoundingBox:":{"name":"-countFeaturesWithDistinct:andColumn:andBoundingBox:","abstract":"

    Count the Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithBoundingBox:andFieldValues:":{"name":"-queryFeaturesWithBoundingBox:andFieldValues:","abstract":"

    Query for Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andBoundingBox:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andBoundingBox:andFieldValues:","abstract":"

    Query for Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithColumns:andBoundingBox:andFieldValues:":{"name":"-queryFeaturesWithColumns:andBoundingBox:andFieldValues:","abstract":"

    Query for Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andColumns:andBoundingBox:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andColumns:andBoundingBox:andFieldValues:","abstract":"

    Query for Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithBoundingBox:andFieldValues:":{"name":"-countFeaturesWithBoundingBox:andFieldValues:","abstract":"

    Count the Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithColumn:andBoundingBox:andFieldValues:":{"name":"-countFeaturesWithColumn:andBoundingBox:andFieldValues:","abstract":"

    Count the Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithDistinct:andColumn:andBoundingBox:andFieldValues:":{"name":"-countFeaturesWithDistinct:andColumn:andBoundingBox:andFieldValues:","abstract":"

    Count the Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithBoundingBox:andWhere:":{"name":"-queryFeaturesWithBoundingBox:andWhere:","abstract":"

    Query for Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andBoundingBox:andWhere:":{"name":"-queryFeaturesWithDistinct:andBoundingBox:andWhere:","abstract":"

    Query for Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithColumns:andBoundingBox:andWhere:":{"name":"-queryFeaturesWithColumns:andBoundingBox:andWhere:","abstract":"

    Query for Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andColumns:andBoundingBox:andWhere:":{"name":"-queryFeaturesWithDistinct:andColumns:andBoundingBox:andWhere:","abstract":"

    Query for Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithBoundingBox:andWhere:":{"name":"-countFeaturesWithBoundingBox:andWhere:","abstract":"

    Count the Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithColumn:andBoundingBox:andWhere:":{"name":"-countFeaturesWithColumn:andBoundingBox:andWhere:","abstract":"

    Count the Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithDistinct:andColumn:andBoundingBox:andWhere:":{"name":"-countFeaturesWithDistinct:andColumn:andBoundingBox:andWhere:","abstract":"

    Count the Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithBoundingBox:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithBoundingBox:andWhere:andWhereArgs:","abstract":"

    Query for Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andBoundingBox:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andBoundingBox:andWhere:andWhereArgs:","abstract":"

    Query for Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithColumns:andBoundingBox:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithColumns:andBoundingBox:andWhere:andWhereArgs:","abstract":"

    Query for Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:","abstract":"

    Query for Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithBoundingBox:andWhere:andWhereArgs:":{"name":"-countFeaturesWithBoundingBox:andWhere:andWhereArgs:","abstract":"

    Count the Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithColumn:andBoundingBox:andWhere:andWhereArgs:":{"name":"-countFeaturesWithColumn:andBoundingBox:andWhere:andWhereArgs:","abstract":"

    Count the Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithDistinct:andColumn:andBoundingBox:andWhere:andWhereArgs:":{"name":"-countFeaturesWithDistinct:andColumn:andBoundingBox:andWhere:andWhereArgs:","abstract":"

    Count the Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithBoundingBox:inProjection:":{"name":"-queryFeaturesWithBoundingBox:inProjection:","abstract":"

    Query for Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andBoundingBox:inProjection:":{"name":"-queryFeaturesWithDistinct:andBoundingBox:inProjection:","abstract":"

    Query for Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithColumns:andBoundingBox:inProjection:":{"name":"-queryFeaturesWithColumns:andBoundingBox:inProjection:","abstract":"

    Query for Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andColumns:andBoundingBox:inProjection:":{"name":"-queryFeaturesWithDistinct:andColumns:andBoundingBox:inProjection:","abstract":"

    Query for Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithBoundingBox:inProjection:":{"name":"-countFeaturesWithBoundingBox:inProjection:","abstract":"

    Count the Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithColumn:andBoundingBox:inProjection:":{"name":"-countFeaturesWithColumn:andBoundingBox:inProjection:","abstract":"

    Count the Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithDistinct:andColumn:andBoundingBox:inProjection:":{"name":"-countFeaturesWithDistinct:andColumn:andBoundingBox:inProjection:","abstract":"

    Count the Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithBoundingBox:inProjection:andFieldValues:":{"name":"-queryFeaturesWithBoundingBox:inProjection:andFieldValues:","abstract":"

    Query for Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andBoundingBox:inProjection:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andBoundingBox:inProjection:andFieldValues:","abstract":"

    Query for Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithColumns:andBoundingBox:inProjection:andFieldValues:":{"name":"-queryFeaturesWithColumns:andBoundingBox:inProjection:andFieldValues:","abstract":"

    Query for Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:","abstract":"

    Query for Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithBoundingBox:inProjection:andFieldValues:":{"name":"-countFeaturesWithBoundingBox:inProjection:andFieldValues:","abstract":"

    Count the Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithColumn:andBoundingBox:inProjection:andFieldValues:":{"name":"-countFeaturesWithColumn:andBoundingBox:inProjection:andFieldValues:","abstract":"

    Count the Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithDistinct:andColumn:andBoundingBox:inProjection:andFieldValues:":{"name":"-countFeaturesWithDistinct:andColumn:andBoundingBox:inProjection:andFieldValues:","abstract":"

    Count the Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithBoundingBox:inProjection:andWhere:":{"name":"-queryFeaturesWithBoundingBox:inProjection:andWhere:","abstract":"

    Query for Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andBoundingBox:inProjection:andWhere:":{"name":"-queryFeaturesWithDistinct:andBoundingBox:inProjection:andWhere:","abstract":"

    Query for Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithColumns:andBoundingBox:inProjection:andWhere:":{"name":"-queryFeaturesWithColumns:andBoundingBox:inProjection:andWhere:","abstract":"

    Query for Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:":{"name":"-queryFeaturesWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:","abstract":"

    Query for Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithBoundingBox:inProjection:andWhere:":{"name":"-countFeaturesWithBoundingBox:inProjection:andWhere:","abstract":"

    Count the Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithColumn:andBoundingBox:inProjection:andWhere:":{"name":"-countFeaturesWithColumn:andBoundingBox:inProjection:andWhere:","abstract":"

    Count the Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithDistinct:andColumn:andBoundingBox:inProjection:andWhere:":{"name":"-countFeaturesWithDistinct:andColumn:andBoundingBox:inProjection:andWhere:","abstract":"

    Count the Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Query for Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Query for Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Query for Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Query for Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-countFeaturesWithBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Count the Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithColumn:andBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-countFeaturesWithColumn:andBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Count the Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithDistinct:andColumn:andBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-countFeaturesWithDistinct:andColumn:andBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Count the Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithEnvelope:":{"name":"-queryFeaturesWithEnvelope:","abstract":"

    Query for Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andEnvelope:":{"name":"-queryFeaturesWithDistinct:andEnvelope:","abstract":"

    Query for Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithColumns:andEnvelope:":{"name":"-queryFeaturesWithColumns:andEnvelope:","abstract":"

    Query for Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andColumns:andEnvelope:":{"name":"-queryFeaturesWithDistinct:andColumns:andEnvelope:","abstract":"

    Query for Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithEnvelope:":{"name":"-countFeaturesWithEnvelope:","abstract":"

    Count the Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithColumn:andEnvelope:":{"name":"-countFeaturesWithColumn:andEnvelope:","abstract":"

    Count the Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithDistinct:andColumn:andEnvelope:":{"name":"-countFeaturesWithDistinct:andColumn:andEnvelope:","abstract":"

    Count the Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithEnvelope:andFieldValues:":{"name":"-queryFeaturesWithEnvelope:andFieldValues:","abstract":"

    Query for Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andEnvelope:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andEnvelope:andFieldValues:","abstract":"

    Query for Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithColumns:andEnvelope:andFieldValues:":{"name":"-queryFeaturesWithColumns:andEnvelope:andFieldValues:","abstract":"

    Query for Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andColumns:andEnvelope:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andColumns:andEnvelope:andFieldValues:","abstract":"

    Query for Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithEnvelope:andFieldValues:":{"name":"-countFeaturesWithEnvelope:andFieldValues:","abstract":"

    Count the Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithColumn:andEnvelope:andFieldValues:":{"name":"-countFeaturesWithColumn:andEnvelope:andFieldValues:","abstract":"

    Count the Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithDistinct:andColumn:andEnvelope:andFieldValues:":{"name":"-countFeaturesWithDistinct:andColumn:andEnvelope:andFieldValues:","abstract":"

    Count the Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithEnvelope:andWhere:":{"name":"-queryFeaturesWithEnvelope:andWhere:","abstract":"

    Query for Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andEnvelope:andWhere:":{"name":"-queryFeaturesWithDistinct:andEnvelope:andWhere:","abstract":"

    Query for Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithColumns:andEnvelope:andWhere:":{"name":"-queryFeaturesWithColumns:andEnvelope:andWhere:","abstract":"

    Query for Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andColumns:andEnvelope:andWhere:":{"name":"-queryFeaturesWithDistinct:andColumns:andEnvelope:andWhere:","abstract":"

    Query for Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithEnvelope:andWhere:":{"name":"-countFeaturesWithEnvelope:andWhere:","abstract":"

    Count the Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithColumn:andEnvelope:andWhere:":{"name":"-countFeaturesWithColumn:andEnvelope:andWhere:","abstract":"

    Count the Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithDistinct:andColumn:andEnvelope:andWhere:":{"name":"-countFeaturesWithDistinct:andColumn:andEnvelope:andWhere:","abstract":"

    Count the Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithEnvelope:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithEnvelope:andWhere:andWhereArgs:","abstract":"

    Query for Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andEnvelope:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andEnvelope:andWhere:andWhereArgs:","abstract":"

    Query for Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithColumns:andEnvelope:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithColumns:andEnvelope:andWhere:andWhereArgs:","abstract":"

    Query for Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:","abstract":"

    Query for Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithEnvelope:andWhere:andWhereArgs:":{"name":"-countFeaturesWithEnvelope:andWhere:andWhereArgs:","abstract":"

    Count the Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithColumn:andEnvelope:andWhere:andWhereArgs:":{"name":"-countFeaturesWithColumn:andEnvelope:andWhere:andWhereArgs:","abstract":"

    Count the Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithDistinct:andColumn:andEnvelope:andWhere:andWhereArgs:":{"name":"-countFeaturesWithDistinct:andColumn:andEnvelope:andWhere:andWhereArgs:","abstract":"

    Count the Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithLimit:":{"name":"-queryFeaturesForChunkWithLimit:","abstract":"

    Query for all features ordered by id, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithLimit:andOffset:":{"name":"-queryFeaturesForChunkWithLimit:andOffset:","abstract":"

    Query for all features ordered by id, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithOrderBy:andLimit:","abstract":"

    Query for all features, starting at the offset and returning no more than","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithOrderBy:andLimit:andOffset:","abstract":"

    Query for all features, starting at the offset and returning no more than","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andLimit:","abstract":"

    Query for all features ordered by id, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andLimit:andOffset:","abstract":"

    Query for all features ordered by id, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andOrderBy:andLimit:","abstract":"

    Query for all features, starting at the offset and returning no more than","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andOrderBy:andLimit:andOffset:","abstract":"

    Query for all features, starting at the offset and returning no more than","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andLimit:","abstract":"

    Query for all features ordered by id, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andLimit:andOffset:","abstract":"

    Query for all features ordered by id, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andOrderBy:andLimit:","abstract":"

    Query for all features, starting at the offset and returning no more than","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andOrderBy:andLimit:andOffset:","abstract":"

    Query for all features, starting at the offset and returning no more than","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andLimit:","abstract":"

    Query for all features ordered by id, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andLimit:andOffset:","abstract":"

    Query for all features ordered by id, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andOrderBy:andLimit:","abstract":"

    Query for all features, starting at the offset and returning no more than","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andOrderBy:andLimit:andOffset:","abstract":"

    Query for all features, starting at the offset and returning no more than","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithFieldValues:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithFieldValues:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andFieldValues:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andFieldValues:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andFieldValues:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithWhere:andLimit:":{"name":"-queryFeaturesForChunkWithWhere:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithWhere:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithWhere:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andWhere:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andWhere:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andWhere:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andWhere:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andWhere:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andWhere:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithWhere:andWhereArgs:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:andFieldValues:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andFieldValues:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andFieldValues:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:andWhere:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:inProjection:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:inProjection:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:inProjection:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:inProjection:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:inProjection:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andFieldValues:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:inProjection:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithEnvelope:andLimit:":{"name":"-queryFeaturesForChunkWithEnvelope:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithEnvelope:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithEnvelope:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithEnvelope:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithEnvelope:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithEnvelope:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithEnvelope:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andEnvelope:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andEnvelope:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andEnvelope:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andEnvelope:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andEnvelope:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andEnvelope:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andEnvelope:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andEnvelope:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithEnvelope:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithEnvelope:andFieldValues:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithEnvelope:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithEnvelope:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithEnvelope:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithEnvelope:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andEnvelope:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andFieldValues:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andEnvelope:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andEnvelope:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andEnvelope:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andFieldValues:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andEnvelope:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithEnvelope:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithEnvelope:andWhere:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithEnvelope:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithEnvelope:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithEnvelope:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithEnvelope:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithEnvelope:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithEnvelope:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithEnvelope:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithEnvelope:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithEnvelope:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithEnvelope:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGContentsIdTableCreator.html#/c:objc(cs)GPKGContentsIdTableCreator(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGContentsIdTableCreator"},"Classes/GPKGContentsIdTableCreator.html#/c:objc(cs)GPKGContentsIdTableCreator(im)createContentsId":{"name":"-createContentsId","abstract":"

    Create Contents Id table

    ","parent_name":"GPKGContentsIdTableCreator"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)initWithGeoPackage:":{"name":"-initWithGeoPackage:","abstract":"

    Initialize

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)dao":{"name":"-dao","abstract":"

    Get the Contents Id DAO

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)extensionName":{"name":"-extensionName","abstract":"

    Get the extension name

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)extensionDefinition":{"name":"-extensionDefinition","abstract":"

    Get the extension definition

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)has":{"name":"-has","abstract":"

    Determine if the GeoPackage has the extension

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)contentsId:":{"name":"-contentsId:","abstract":"

    Get the contents id for the current result in the result set

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)forContents:":{"name":"-forContents:","abstract":"

    Get the contents id object

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)forTableName:":{"name":"-forTableName:","abstract":"

    Get the contents id object

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)idForContents:":{"name":"-idForContents:","abstract":"

    Get the contents id

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)idForTableName:":{"name":"-idForTableName:","abstract":"

    Get the contents id

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)createForContents:":{"name":"-createForContents:","abstract":"

    Create a contents id

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)createForTableName:":{"name":"-createForTableName:","abstract":"

    Create a contents id

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)createIdForContents:":{"name":"-createIdForContents:","abstract":"

    Create a contents id

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)createIdForTableName:":{"name":"-createIdForTableName:","abstract":"

    Create a contents id

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)createGetForContents:":{"name":"-createGetForContents:","abstract":"

    Get or create a contents id

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)createGetForTableName:":{"name":"-createGetForTableName:","abstract":"

    Get or create a contents id

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)createGetIdForContents:":{"name":"-createGetIdForContents:","abstract":"

    Get or create a contents id

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)createGetIdForTableName:":{"name":"-createGetIdForTableName:","abstract":"

    Get or create a contents id

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)deleteForContents:":{"name":"-deleteForContents:","abstract":"

    Delete the contents id for the contents

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)deleteForTableName:":{"name":"-deleteForTableName:","abstract":"

    Delete the contents id for the table

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)createIds":{"name":"-createIds","abstract":"

    Create contents ids for contents currently without

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)createIdsForType:":{"name":"-createIdsForType:","abstract":"

    Create contents ids for contents of the data type and currently without

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)createIdsForTypeName:":{"name":"-createIdsForTypeName:","abstract":"

    Create contents ids for contents of the data type and currently without

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)deleteIds":{"name":"-deleteIds","abstract":"

    Delete all contents ids

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)deleteIdsForType:":{"name":"-deleteIdsForType:","abstract":"

    Delete contents ids for contents of the data type

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)deleteIdsForTypeName:":{"name":"-deleteIdsForTypeName:","abstract":"

    Delete contents ids for contents of the data type

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)ids":{"name":"-ids","abstract":"

    Get all contents ids

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)count":{"name":"-count","abstract":"

    Get the count of contents ids

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)idsForType:":{"name":"-idsForType:","abstract":"

    Get by contents data type

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)idsForTypeName:":{"name":"-idsForTypeName:","abstract":"

    Get by contents data type

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)missing":{"name":"-missing","abstract":"

    Get contents without contents ids

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)missingForType:":{"name":"-missingForType:","abstract":"

    Get contents by data type without contents ids

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)missingForTypeName:":{"name":"-missingForTypeName:","abstract":"

    Get contents by data type without contents ids

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)extensionCreate":{"name":"-extensionCreate","abstract":"

    Get or create if needed the extension

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)extension":{"name":"-extension","abstract":"

    Get the extension

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)removeExtension":{"name":"-removeExtension","abstract":"

    Remove all trace of the extension

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)contentsIdDao":{"name":"-contentsIdDao","abstract":"

    Get a Contents Id DAO

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(cm)contentsIdDaoWithGeoPackage:":{"name":"+contentsIdDaoWithGeoPackage:","abstract":"

    Get a Contents Id DAO

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(cm)contentsIdDaoWithDatabase:":{"name":"+contentsIdDaoWithDatabase:","abstract":"

    Get a Contents Id DAO

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)createContentsIdTable":{"name":"-createContentsIdTable","abstract":"

    Create the Contents Id Table if it does not exist

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdDao.html#/c:objc(cs)GPKGContentsIdDao(cm)createWithDatabase:":{"name":"+createWithDatabase:","abstract":"

    Create the DAO

    ","parent_name":"GPKGContentsIdDao"},"Classes/GPKGContentsIdDao.html#/c:objc(cs)GPKGContentsIdDao(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGContentsIdDao"},"Classes/GPKGContentsIdDao.html#/c:objc(cs)GPKGContentsIdDao(im)contentsId:":{"name":"-contentsId:","abstract":"

    Get the contents id for the current result in the result set

    ","parent_name":"GPKGContentsIdDao"},"Classes/GPKGContentsIdDao.html#/c:objc(cs)GPKGContentsIdDao(im)setContents:":{"name":"-setContents:","abstract":"

    Query for and set the contents in the contents id

    ","parent_name":"GPKGContentsIdDao"},"Classes/GPKGContentsIdDao.html#/c:objc(cs)GPKGContentsIdDao(im)contents:":{"name":"-contents:","abstract":"

    Query for the contents for the contents id

    ","parent_name":"GPKGContentsIdDao"},"Classes/GPKGContentsIdDao.html#/c:objc(cs)GPKGContentsIdDao(im)queryForTableName:":{"name":"-queryForTableName:","abstract":"

    Query by table name

    ","parent_name":"GPKGContentsIdDao"},"Classes/GPKGContentsIdDao.html#/c:objc(cs)GPKGContentsIdDao(im)deleteByTableName:":{"name":"-deleteByTableName:","abstract":"

    Delete by table name

    ","parent_name":"GPKGContentsIdDao"},"Classes/GPKGContentsId.html#/c:objc(cs)GPKGContentsId(py)id":{"name":"id","abstract":"

    Id primary key

    ","parent_name":"GPKGContentsId"},"Classes/GPKGContentsId.html#/c:objc(cs)GPKGContentsId(py)contents":{"name":"contents","abstract":"

    Foreign key to Contents by table name

    ","parent_name":"GPKGContentsId"},"Classes/GPKGContentsId.html#/c:objc(cs)GPKGContentsId(py)tableName":{"name":"tableName","abstract":"

    The name of the actual content table, foreign key to gpkg_contents

    ","parent_name":"GPKGContentsId"},"Classes/GPKGContentsId.html#/c:objc(cs)GPKGContentsId(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGContentsId"},"Classes/GPKGNGAExtensions.html#/c:objc(cs)GPKGNGAExtensions(cm)createWithGeoPackage:":{"name":"+createWithGeoPackage:","abstract":"

    Create

    ","parent_name":"GPKGNGAExtensions"},"Classes/GPKGNGAExtensions.html#/c:objc(cs)GPKGNGAExtensions(im)initWithGeoPackage:":{"name":"-initWithGeoPackage:","abstract":"

    Initialize

    ","parent_name":"GPKGNGAExtensions"},"Classes/GPKGNGAExtensions.html#/c:objc(cs)GPKGNGAExtensions(im)deleteGeometryIndexForTable:":{"name":"-deleteGeometryIndexForTable:","abstract":"

    Delete the Geometry Index extension for the table

    ","parent_name":"GPKGNGAExtensions"},"Classes/GPKGNGAExtensions.html#/c:objc(cs)GPKGNGAExtensions(im)deleteGeometryIndexExtension":{"name":"-deleteGeometryIndexExtension","abstract":"

    Delete the Geometry Index extension including the extension entries and","parent_name":"GPKGNGAExtensions"},"Classes/GPKGNGAExtensions.html#/c:objc(cs)GPKGNGAExtensions(im)copyGeometryIndexFromTable:toTable:":{"name":"-copyGeometryIndexFromTable:toTable:","abstract":"

    Copy the Geometry Index extension for the table

    ","parent_name":"GPKGNGAExtensions"},"Classes/GPKGNGAExtensions.html#/c:objc(cs)GPKGNGAExtensions(im)deleteFeatureTileLinkForTable:":{"name":"-deleteFeatureTileLinkForTable:","abstract":"

    Delete the Feature Tile Link extensions for the table

    ","parent_name":"GPKGNGAExtensions"},"Classes/GPKGNGAExtensions.html#/c:objc(cs)GPKGNGAExtensions(im)deleteFeatureTileLinkExtension":{"name":"-deleteFeatureTileLinkExtension","abstract":"

    Delete the Feature Tile Link extension including the extension entries","parent_name":"GPKGNGAExtensions"},"Classes/GPKGNGAExtensions.html#/c:objc(cs)GPKGNGAExtensions(im)copyFeatureTileLinkFromTable:toTable:":{"name":"-copyFeatureTileLinkFromTable:toTable:","abstract":"

    Copy the Feature Tile Link extensions for the table

    ","parent_name":"GPKGNGAExtensions"},"Classes/GPKGNGAExtensions.html#/c:objc(cs)GPKGNGAExtensions(im)deleteTileScalingForTable:":{"name":"-deleteTileScalingForTable:","abstract":"

    Delete the Tile Scaling extensions for the table

    ","parent_name":"GPKGNGAExtensions"},"Classes/GPKGNGAExtensions.html#/c:objc(cs)GPKGNGAExtensions(im)deleteTileScalingExtension":{"name":"-deleteTileScalingExtension","abstract":"

    Delete the Tile Scaling extension including the extension entries and","parent_name":"GPKGNGAExtensions"},"Classes/GPKGNGAExtensions.html#/c:objc(cs)GPKGNGAExtensions(im)copyTileScalingFromTable:toTable:":{"name":"-copyTileScalingFromTable:toTable:","abstract":"

    Copy the Tile Scaling extensions for the table

    ","parent_name":"GPKGNGAExtensions"},"Classes/GPKGNGAExtensions.html#/c:objc(cs)GPKGNGAExtensions(im)deletePropertiesForTable:":{"name":"-deletePropertiesForTable:","abstract":"

    Delete the Properties extension if the deleted table is the properties","parent_name":"GPKGNGAExtensions"},"Classes/GPKGNGAExtensions.html#/c:objc(cs)GPKGNGAExtensions(im)deletePropertiesExtension":{"name":"-deletePropertiesExtension","abstract":"

    Delete the properties extension from the GeoPackage

    ","parent_name":"GPKGNGAExtensions"},"Classes/GPKGNGAExtensions.html#/c:objc(cs)GPKGNGAExtensions(im)deleteFeatureStyleForTable:":{"name":"-deleteFeatureStyleForTable:","abstract":"

    Delete the Feature Style extensions for the table

    ","parent_name":"GPKGNGAExtensions"},"Classes/GPKGNGAExtensions.html#/c:objc(cs)GPKGNGAExtensions(im)deleteFeatureStyleExtension":{"name":"-deleteFeatureStyleExtension","abstract":"

    Delete the Feature Style extension including the extension entries and","parent_name":"GPKGNGAExtensions"},"Classes/GPKGNGAExtensions.html#/c:objc(cs)GPKGNGAExtensions(im)copyFeatureStyleFromTable:toTable:":{"name":"-copyFeatureStyleFromTable:toTable:","abstract":"

    Copy the Feature Style extensions for the table. Relies on","parent_name":"GPKGNGAExtensions"},"Classes/GPKGNGAExtensions.html#/c:objc(cs)GPKGNGAExtensions(im)deleteContentsIdForTable:":{"name":"-deleteContentsIdForTable:","abstract":"

    Delete the Contents Id extensions for the table

    ","parent_name":"GPKGNGAExtensions"},"Classes/GPKGNGAExtensions.html#/c:objc(cs)GPKGNGAExtensions(im)deleteContentsIdExtension":{"name":"-deleteContentsIdExtension","abstract":"

    Delete the Contents Id extension including the extension entries and","parent_name":"GPKGNGAExtensions"},"Classes/GPKGNGAExtensions.html#/c:objc(cs)GPKGNGAExtensions(im)copyContentsIdFromTable:toTable:":{"name":"-copyContentsIdFromTable:toTable:","abstract":"

    Copy the Contents Id extensions for the table

    ","parent_name":"GPKGNGAExtensions"},"Classes/GPKGMetadataReferenceDao.html#/c:objc(cs)GPKGMetadataReferenceDao(cm)createWithDatabase:":{"name":"+createWithDatabase:","abstract":"

    Create the DAO

    ","parent_name":"GPKGMetadataReferenceDao"},"Classes/GPKGMetadataReferenceDao.html#/c:objc(cs)GPKGMetadataReferenceDao(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGMetadataReferenceDao"},"Classes/GPKGMetadataReferenceDao.html#/c:objc(cs)GPKGMetadataReferenceDao(im)deleteByMetadata:":{"name":"-deleteByMetadata:","abstract":"

    Delete metadata references with foreign keys to the metadata file id

    ","parent_name":"GPKGMetadataReferenceDao"},"Classes/GPKGMetadataReferenceDao.html#/c:objc(cs)GPKGMetadataReferenceDao(im)removeMetadataParent:":{"name":"-removeMetadataParent:","abstract":"

    Remove metadata references (by updating the field to null) with foreign","parent_name":"GPKGMetadataReferenceDao"},"Classes/GPKGMetadataReferenceDao.html#/c:objc(cs)GPKGMetadataReferenceDao(im)queryByMetadata:andParent:":{"name":"-queryByMetadata:andParent:","abstract":"

    Query by the metadata ids

    ","parent_name":"GPKGMetadataReferenceDao"},"Classes/GPKGMetadataReferenceDao.html#/c:objc(cs)GPKGMetadataReferenceDao(im)queryByMetadata:":{"name":"-queryByMetadata:","abstract":"

    Query by the metadata ids

    ","parent_name":"GPKGMetadataReferenceDao"},"Classes/GPKGMetadataReferenceDao.html#/c:objc(cs)GPKGMetadataReferenceDao(im)queryByMetadataParent:":{"name":"-queryByMetadataParent:","abstract":"

    Query by the metadata parent ids

    ","parent_name":"GPKGMetadataReferenceDao"},"Classes/GPKGMetadataReferenceDao.html#/c:objc(cs)GPKGMetadataReferenceDao(im)queryByTable:":{"name":"-queryByTable:","abstract":"

    Query by table name

    ","parent_name":"GPKGMetadataReferenceDao"},"Classes/GPKGMetadataReferenceDao.html#/c:objc(cs)GPKGMetadataReferenceDao(im)deleteByTableName:":{"name":"-deleteByTableName:","abstract":"

    Delete by table name

    ","parent_name":"GPKGMetadataReferenceDao"},"Classes/GPKGMetadataReference.html#/c:objc(cs)GPKGMetadataReference(py)referenceScope":{"name":"referenceScope","abstract":"

    Lowercase metadata reference scope; one of ‘geopackage’,","parent_name":"GPKGMetadataReference"},"Classes/GPKGMetadataReference.html#/c:objc(cs)GPKGMetadataReference(py)tableName":{"name":"tableName","abstract":"

    Name of the table to which this metadata reference applies, or NULL for","parent_name":"GPKGMetadataReference"},"Classes/GPKGMetadataReference.html#/c:objc(cs)GPKGMetadataReference(py)columnName":{"name":"columnName","abstract":"

    Name of the column to which this metadata reference applies; NULL for","parent_name":"GPKGMetadataReference"},"Classes/GPKGMetadataReference.html#/c:objc(cs)GPKGMetadataReference(py)rowIdValue":{"name":"rowIdValue","abstract":"

    NULL for reference_scope of ‘geopackage’, ‘table’ or ‘column’, or the","parent_name":"GPKGMetadataReference"},"Classes/GPKGMetadataReference.html#/c:objc(cs)GPKGMetadataReference(py)timestamp":{"name":"timestamp","abstract":"

    timestamp value in ISO 8601 format as defined by the strftime function","parent_name":"GPKGMetadataReference"},"Classes/GPKGMetadataReference.html#/c:objc(cs)GPKGMetadataReference(py)fileId":{"name":"fileId","abstract":"

    gpkg_metadata table id column value for the metadata to which this","parent_name":"GPKGMetadataReference"},"Classes/GPKGMetadataReference.html#/c:objc(cs)GPKGMetadataReference(py)parentId":{"name":"parentId","abstract":"

    gpkg_metadata table id column value for the hierarchical parent","parent_name":"GPKGMetadataReference"},"Classes/GPKGMetadataReference.html#/c:objc(cs)GPKGMetadataReference(im)referenceScopeType":{"name":"-referenceScopeType","abstract":"

    Get the reference scope type

    ","parent_name":"GPKGMetadataReference"},"Classes/GPKGMetadataReference.html#/c:objc(cs)GPKGMetadataReference(im)setReferenceScopeType:":{"name":"-setReferenceScopeType:","abstract":"

    Set the reference scope type

    ","parent_name":"GPKGMetadataReference"},"Classes/GPKGMetadataReference.html#/c:objc(cs)GPKGMetadataReference(im)setMetadata:":{"name":"-setMetadata:","abstract":"

    Set the metadata

    ","parent_name":"GPKGMetadataReference"},"Classes/GPKGMetadataReference.html#/c:objc(cs)GPKGMetadataReference(im)setParentMetadata:":{"name":"-setParentMetadata:","abstract":"

    Set the parent metadata

    ","parent_name":"GPKGMetadataReference"},"Classes/GPKGMetadataScope.html#/c:objc(cs)GPKGMetadataScope(py)name":{"name":"name","abstract":"

    Name (md_scope)

    ","parent_name":"GPKGMetadataScope"},"Classes/GPKGMetadataScope.html#/c:objc(cs)GPKGMetadataScope(py)code":{"name":"code","abstract":"

    Scope code

    ","parent_name":"GPKGMetadataScope"},"Classes/GPKGMetadataScope.html#/c:objc(cs)GPKGMetadataScope(py)definition":{"name":"definition","abstract":"

    Definition

    ","parent_name":"GPKGMetadataScope"},"Classes/GPKGMetadataExtension.html#/c:objc(cs)GPKGMetadataExtension(py)extensionName":{"name":"extensionName","abstract":"

    Extension name

    ","parent_name":"GPKGMetadataExtension"},"Classes/GPKGMetadataExtension.html#/c:objc(cs)GPKGMetadataExtension(py)definition":{"name":"definition","abstract":"

    Extension definition URL

    ","parent_name":"GPKGMetadataExtension"},"Classes/GPKGMetadataExtension.html#/c:objc(cs)GPKGMetadataExtension(im)initWithGeoPackage:":{"name":"-initWithGeoPackage:","abstract":"

    Initialize

    ","parent_name":"GPKGMetadataExtension"},"Classes/GPKGMetadataExtension.html#/c:objc(cs)GPKGMetadataExtension(im)extensionCreate":{"name":"-extensionCreate","abstract":"

    Get or create the extension

    ","parent_name":"GPKGMetadataExtension"},"Classes/GPKGMetadataExtension.html#/c:objc(cs)GPKGMetadataExtension(im)has":{"name":"-has","abstract":"

    Determine if the GeoPackage has the extension

    ","parent_name":"GPKGMetadataExtension"},"Classes/GPKGMetadataExtension.html#/c:objc(cs)GPKGMetadataExtension(im)removeExtension":{"name":"-removeExtension","abstract":"

    Remove all trace of the extension

    ","parent_name":"GPKGMetadataExtension"},"Classes/GPKGMetadataExtension.html#/c:objc(cs)GPKGMetadataExtension(im)metadataDao":{"name":"-metadataDao","abstract":"

    Get a Metadata DAO

    ","parent_name":"GPKGMetadataExtension"},"Classes/GPKGMetadataExtension.html#/c:objc(cs)GPKGMetadataExtension(cm)metadataDaoWithGeoPackage:":{"name":"+metadataDaoWithGeoPackage:","abstract":"

    Get a Metadata DAO

    ","parent_name":"GPKGMetadataExtension"},"Classes/GPKGMetadataExtension.html#/c:objc(cs)GPKGMetadataExtension(cm)metadataDaoWithDatabase:":{"name":"+metadataDaoWithDatabase:","abstract":"

    Get a Metadata DAO

    ","parent_name":"GPKGMetadataExtension"},"Classes/GPKGMetadataExtension.html#/c:objc(cs)GPKGMetadataExtension(im)createMetadataTable":{"name":"-createMetadataTable","abstract":"

    Create the Metadata Table if it does not exist

    ","parent_name":"GPKGMetadataExtension"},"Classes/GPKGMetadataExtension.html#/c:objc(cs)GPKGMetadataExtension(im)metadataReferenceDao":{"name":"-metadataReferenceDao","abstract":"

    Get a Metadata Reference DAO

    ","parent_name":"GPKGMetadataExtension"},"Classes/GPKGMetadataExtension.html#/c:objc(cs)GPKGMetadataExtension(cm)metadataReferenceDaoWithGeoPackage:":{"name":"+metadataReferenceDaoWithGeoPackage:","abstract":"

    Get a Metadata Reference DAO

    ","parent_name":"GPKGMetadataExtension"},"Classes/GPKGMetadataExtension.html#/c:objc(cs)GPKGMetadataExtension(cm)metadataReferenceDaoWithDatabase:":{"name":"+metadataReferenceDaoWithDatabase:","abstract":"

    Get a Metadata Reference DAO

    ","parent_name":"GPKGMetadataExtension"},"Classes/GPKGMetadataExtension.html#/c:objc(cs)GPKGMetadataExtension(im)createMetadataReferenceTable":{"name":"-createMetadataReferenceTable","abstract":"

    Create the Metadata Reference Table if it does not exist

    ","parent_name":"GPKGMetadataExtension"},"Classes/GPKGMetadataDao.html#/c:objc(cs)GPKGMetadataDao(cm)createWithDatabase:":{"name":"+createWithDatabase:","abstract":"

    Create the DAO

    ","parent_name":"GPKGMetadataDao"},"Classes/GPKGMetadataDao.html#/c:objc(cs)GPKGMetadataDao(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGMetadataDao"},"Classes/GPKGMetadataDao.html#/c:objc(cs)GPKGMetadataDao(im)deleteCascade:":{"name":"-deleteCascade:","abstract":"

    Delete the Metadata, cascading

    ","parent_name":"GPKGMetadataDao"},"Classes/GPKGMetadataDao.html#/c:objc(cs)GPKGMetadataDao(im)deleteCascadeWithCollection:":{"name":"-deleteCascadeWithCollection:","abstract":"

    Delete the collection of Metadata, cascading

    ","parent_name":"GPKGMetadataDao"},"Classes/GPKGMetadataDao.html#/c:objc(cs)GPKGMetadataDao(im)deleteCascadeWhere:andWhereArgs:":{"name":"-deleteCascadeWhere:andWhereArgs:","abstract":"

    Delete the Metadata where, cascading

    ","parent_name":"GPKGMetadataDao"},"Classes/GPKGMetadataDao.html#/c:objc(cs)GPKGMetadataDao(im)deleteByIdCascade:":{"name":"-deleteByIdCascade:","abstract":"

    Delete the Metadata by id, cascading

    ","parent_name":"GPKGMetadataDao"},"Classes/GPKGMetadataDao.html#/c:objc(cs)GPKGMetadataDao(im)deleteIdsCascade:":{"name":"-deleteIdsCascade:","abstract":"

    Delete the Metadata with the ids, cascading

    ","parent_name":"GPKGMetadataDao"},"Classes/GPKGMetadata.html#/c:objc(cs)GPKGMetadata(py)id":{"name":"id","abstract":"

    Metadata primary key

    ","parent_name":"GPKGMetadata"},"Classes/GPKGMetadata.html#/c:objc(cs)GPKGMetadata(py)scope":{"name":"scope","abstract":"

    Case sensitive name of the data scope to which this metadata applies; see","parent_name":"GPKGMetadata"},"Classes/GPKGMetadata.html#/c:objc(cs)GPKGMetadata(py)standardUri":{"name":"standardUri","abstract":"

    URI reference to the metadata structure definition authority

    ","parent_name":"GPKGMetadata"},"Classes/GPKGMetadata.html#/c:objc(cs)GPKGMetadata(py)mimeType":{"name":"mimeType","abstract":"

    MIME encoding of metadata

    ","parent_name":"GPKGMetadata"},"Classes/GPKGMetadata.html#/c:objc(cs)GPKGMetadata(py)metadata":{"name":"metadata","abstract":"

    metadata

    ","parent_name":"GPKGMetadata"},"Classes/GPKGMetadata.html#/c:objc(cs)GPKGMetadata(im)metadataScopeType":{"name":"-metadataScopeType","abstract":"

    Get the metadata scope type

    ","parent_name":"GPKGMetadata"},"Classes/GPKGMetadata.html#/c:objc(cs)GPKGMetadata(im)setMetadataScopeType:":{"name":"-setMetadataScopeType:","abstract":"

    Set the metadata scope type

    ","parent_name":"GPKGMetadata"},"Classes/GPKGMetadata.html#/c:objc(cs)GPKGMetadata(cm)fromScopeType:":{"name":"+fromScopeType:","abstract":"

    Get the metadata scope from the metadata scope type

    ","parent_name":"GPKGMetadata"},"Classes/GPKGGriddedTileDao.html#/c:objc(cs)GPKGGriddedTileDao(cm)createWithDatabase:":{"name":"+createWithDatabase:","abstract":"

    Create the DAO

    ","parent_name":"GPKGGriddedTileDao"},"Classes/GPKGGriddedTileDao.html#/c:objc(cs)GPKGGriddedTileDao(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGGriddedTileDao"},"Classes/GPKGGriddedTileDao.html#/c:objc(cs)GPKGGriddedTileDao(im)queryByContents:":{"name":"-queryByContents:","abstract":"

    Query by contents

    ","parent_name":"GPKGGriddedTileDao"},"Classes/GPKGGriddedTileDao.html#/c:objc(cs)GPKGGriddedTileDao(im)queryByTableName:":{"name":"-queryByTableName:","abstract":"

    Query by table name

    ","parent_name":"GPKGGriddedTileDao"},"Classes/GPKGGriddedTileDao.html#/c:objc(cs)GPKGGriddedTileDao(im)queryByTableName:andTileId:":{"name":"-queryByTableName:andTileId:","abstract":"

    Query by table name and table id

    ","parent_name":"GPKGGriddedTileDao"},"Classes/GPKGGriddedTileDao.html#/c:objc(cs)GPKGGriddedTileDao(im)deleteByContents:":{"name":"-deleteByContents:","abstract":"

    Delete by contents

    ","parent_name":"GPKGGriddedTileDao"},"Classes/GPKGGriddedTileDao.html#/c:objc(cs)GPKGGriddedTileDao(im)deleteByTableName:":{"name":"-deleteByTableName:","abstract":"

    Delete by table name

    ","parent_name":"GPKGGriddedTileDao"},"Classes/GPKGGriddedTileDao.html#/c:objc(cs)GPKGGriddedTileDao(im)contents:":{"name":"-contents:","abstract":"

    Get the contents

    ","parent_name":"GPKGGriddedTileDao"},"Classes/GPKGGriddedTile.html#/c:objc(cs)GPKGGriddedTile(py)id":{"name":"id","abstract":"

    Auto increment primary key

    ","parent_name":"GPKGGriddedTile"},"Classes/GPKGGriddedTile.html#/c:objc(cs)GPKGGriddedTile(py)tableName":{"name":"tableName","abstract":"

    Name of tile pyramid user data table

    ","parent_name":"GPKGGriddedTile"},"Classes/GPKGGriddedTile.html#/c:objc(cs)GPKGGriddedTile(py)tableId":{"name":"tableId","abstract":"

    Foreign key to id in tile pyramid user data table

    ","parent_name":"GPKGGriddedTile"},"Classes/GPKGGriddedTile.html#/c:objc(cs)GPKGGriddedTile(py)scale":{"name":"scale","abstract":"

    Scale as a multiple relative to the unit of measure

    ","parent_name":"GPKGGriddedTile"},"Classes/GPKGGriddedTile.html#/c:objc(cs)GPKGGriddedTile(py)offset":{"name":"offset","abstract":"

    The offset to the 0 value

    ","parent_name":"GPKGGriddedTile"},"Classes/GPKGGriddedTile.html#/c:objc(cs)GPKGGriddedTile(py)min":{"name":"min","abstract":"

    Minimum value of this tile

    ","parent_name":"GPKGGriddedTile"},"Classes/GPKGGriddedTile.html#/c:objc(cs)GPKGGriddedTile(py)max":{"name":"max","abstract":"

    Maximum value of this tile

    ","parent_name":"GPKGGriddedTile"},"Classes/GPKGGriddedTile.html#/c:objc(cs)GPKGGriddedTile(py)mean":{"name":"mean","abstract":"

    The arithmetic mean of values in this tile

    ","parent_name":"GPKGGriddedTile"},"Classes/GPKGGriddedTile.html#/c:objc(cs)GPKGGriddedTile(py)standardDeviation":{"name":"standardDeviation","abstract":"

    The standard deviation of values in this tile

    ","parent_name":"GPKGGriddedTile"},"Classes/GPKGGriddedTile.html#/c:objc(cs)GPKGGriddedTile(im)setContents:":{"name":"-setContents:","abstract":"

    Set the contents

    ","parent_name":"GPKGGriddedTile"},"Classes/GPKGGriddedTile.html#/c:objc(cs)GPKGGriddedTile(im)scaleOrDefault":{"name":"-scaleOrDefault","abstract":"

    Get the scale or default value

    ","parent_name":"GPKGGriddedTile"},"Classes/GPKGGriddedTile.html#/c:objc(cs)GPKGGriddedTile(im)offsetOrDefault":{"name":"-offsetOrDefault","abstract":"

    Get the offset or default value

    ","parent_name":"GPKGGriddedTile"},"Classes/GPKGGriddedCoverageEncodingTypes.html#/c:objc(cs)GPKGGriddedCoverageEncodingTypes(cm)name:":{"name":"+name:","abstract":"

    Get the name of the gridded coverage encoding type

    ","parent_name":"GPKGGriddedCoverageEncodingTypes"},"Classes/GPKGGriddedCoverageEncodingTypes.html#/c:objc(cs)GPKGGriddedCoverageEncodingTypes(cm)fromName:":{"name":"+fromName:","abstract":"

    Get the gridded coverage encoding type from the name

    ","parent_name":"GPKGGriddedCoverageEncodingTypes"},"Classes/GPKGGriddedCoverageDataTypes.html#/c:objc(cs)GPKGGriddedCoverageDataTypes(cm)name:":{"name":"+name:","abstract":"

    Get the name of the gridded coverage data type

    ","parent_name":"GPKGGriddedCoverageDataTypes"},"Classes/GPKGGriddedCoverageDataTypes.html#/c:objc(cs)GPKGGriddedCoverageDataTypes(cm)fromName:":{"name":"+fromName:","abstract":"

    Get the gridded coverage data type from the name

    ","parent_name":"GPKGGriddedCoverageDataTypes"},"Classes/GPKGGriddedCoverageDao.html#/c:objc(cs)GPKGGriddedCoverageDao(cm)createWithDatabase:":{"name":"+createWithDatabase:","abstract":"

    Create the DAO

    ","parent_name":"GPKGGriddedCoverageDao"},"Classes/GPKGGriddedCoverageDao.html#/c:objc(cs)GPKGGriddedCoverageDao(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGGriddedCoverageDao"},"Classes/GPKGGriddedCoverageDao.html#/c:objc(cs)GPKGGriddedCoverageDao(im)queryByTileMatrixSet:":{"name":"-queryByTileMatrixSet:","abstract":"

    Query by tile matrix set

    ","parent_name":"GPKGGriddedCoverageDao"},"Classes/GPKGGriddedCoverageDao.html#/c:objc(cs)GPKGGriddedCoverageDao(im)queryByTileMatrixSetName:":{"name":"-queryByTileMatrixSetName:","abstract":"

    Query by tile matrix set name

    ","parent_name":"GPKGGriddedCoverageDao"},"Classes/GPKGGriddedCoverageDao.html#/c:objc(cs)GPKGGriddedCoverageDao(im)deleteByTileMatrixSet:":{"name":"-deleteByTileMatrixSet:","abstract":"

    Delete by tile matrix set

    ","parent_name":"GPKGGriddedCoverageDao"},"Classes/GPKGGriddedCoverageDao.html#/c:objc(cs)GPKGGriddedCoverageDao(im)deleteByTableName:":{"name":"-deleteByTableName:","abstract":"

    Delete by table name

    ","parent_name":"GPKGGriddedCoverageDao"},"Classes/GPKGGriddedCoverageDao.html#/c:objc(cs)GPKGGriddedCoverageDao(im)tileMatrixSet:":{"name":"-tileMatrixSet:","abstract":"

    Get the tile matrix set

    ","parent_name":"GPKGGriddedCoverageDao"},"Classes/GPKGGriddedCoverage.html#/c:objc(cs)GPKGGriddedCoverage(py)id":{"name":"id","abstract":"

    Auto increment primary key

    ","parent_name":"GPKGGriddedCoverage"},"Classes/GPKGGriddedCoverage.html#/c:objc(cs)GPKGGriddedCoverage(py)tileMatrixSetName":{"name":"tileMatrixSetName","abstract":"

    Foreign key to table_name in gpkg_tile_matrix_set

    ","parent_name":"GPKGGriddedCoverage"},"Classes/GPKGGriddedCoverage.html#/c:objc(cs)GPKGGriddedCoverage(py)datatype":{"name":"datatype","abstract":"

    ‘integer’ or ‘float’

    ","parent_name":"GPKGGriddedCoverage"},"Classes/GPKGGriddedCoverage.html#/c:objc(cs)GPKGGriddedCoverage(py)scale":{"name":"scale","abstract":"

    Scale as a multiple relative to the unit of measure

    ","parent_name":"GPKGGriddedCoverage"},"Classes/GPKGGriddedCoverage.html#/c:objc(cs)GPKGGriddedCoverage(py)offset":{"name":"offset","abstract":"

    The offset to the 0 value

    ","parent_name":"GPKGGriddedCoverage"},"Classes/GPKGGriddedCoverage.html#/c:objc(cs)GPKGGriddedCoverage(py)precision":{"name":"precision","abstract":"

    The smallest value that has meaning for this dataset

    ","parent_name":"GPKGGriddedCoverage"},"Classes/GPKGGriddedCoverage.html#/c:objc(cs)GPKGGriddedCoverage(py)dataNull":{"name":"dataNull","abstract":"

    The value that indicates NULL

    ","parent_name":"GPKGGriddedCoverage"},"Classes/GPKGGriddedCoverage.html#/c:objc(cs)GPKGGriddedCoverage(py)gridCellEncoding":{"name":"gridCellEncoding","abstract":"

    Specifies how a value is assigned to a grid cell (pixel)

    ","parent_name":"GPKGGriddedCoverage"},"Classes/GPKGGriddedCoverage.html#/c:objc(cs)GPKGGriddedCoverage(py)uom":{"name":"uom","abstract":"

    Units of Measure for values in the grid coverage

    ","parent_name":"GPKGGriddedCoverage"},"Classes/GPKGGriddedCoverage.html#/c:objc(cs)GPKGGriddedCoverage(py)fieldName":{"name":"fieldName","abstract":"

    Type of Gridded Coverage Data (default is Height)

    ","parent_name":"GPKGGriddedCoverage"},"Classes/GPKGGriddedCoverage.html#/c:objc(cs)GPKGGriddedCoverage(py)quantityDefinition":{"name":"quantityDefinition","abstract":"

    Description of the values contained in the Gridded Coverage

    ","parent_name":"GPKGGriddedCoverage"},"Classes/GPKGGriddedCoverage.html#/c:objc(cs)GPKGGriddedCoverage(im)setTileMatrixSet:":{"name":"-setTileMatrixSet:","abstract":"

    Set the tile matrix set

    ","parent_name":"GPKGGriddedCoverage"},"Classes/GPKGGriddedCoverage.html#/c:objc(cs)GPKGGriddedCoverage(im)griddedCoverageDataType":{"name":"-griddedCoverageDataType","abstract":"

    Get the data type

    ","parent_name":"GPKGGriddedCoverage"},"Classes/GPKGGriddedCoverage.html#/c:objc(cs)GPKGGriddedCoverage(im)setGriddedCoverageDataType:":{"name":"-setGriddedCoverageDataType:","abstract":"

    Set the data type

    ","parent_name":"GPKGGriddedCoverage"},"Classes/GPKGGriddedCoverage.html#/c:objc(cs)GPKGGriddedCoverage(im)scaleOrDefault":{"name":"-scaleOrDefault","abstract":"

    Get the scale or default value

    ","parent_name":"GPKGGriddedCoverage"},"Classes/GPKGGriddedCoverage.html#/c:objc(cs)GPKGGriddedCoverage(im)offsetOrDefault":{"name":"-offsetOrDefault","abstract":"

    Get the offset or default value

    ","parent_name":"GPKGGriddedCoverage"},"Classes/GPKGGriddedCoverage.html#/c:objc(cs)GPKGGriddedCoverage(im)precisionOrDefault":{"name":"-precisionOrDefault","abstract":"

    Get the precision or default value

    ","parent_name":"GPKGGriddedCoverage"},"Classes/GPKGGriddedCoverage.html#/c:objc(cs)GPKGGriddedCoverage(im)gridCellEncodingType":{"name":"-gridCellEncodingType","abstract":"

    Get the encoding type

    ","parent_name":"GPKGGriddedCoverage"},"Classes/GPKGGriddedCoverage.html#/c:objc(cs)GPKGGriddedCoverage(im)setGridCellEncodingType:":{"name":"-setGridCellEncodingType:","abstract":"

    Set the encoding type

    ","parent_name":"GPKGGriddedCoverage"},"Classes/GPKGCoverageDataTileMatrixResults.html#/c:objc(cs)GPKGCoverageDataTileMatrixResults(im)initWithTileMatrix:andTileResults:":{"name":"-initWithTileMatrix:andTileResults:","abstract":"

    Initialize

    ","parent_name":"GPKGCoverageDataTileMatrixResults"},"Classes/GPKGCoverageDataTileMatrixResults.html#/c:objc(cs)GPKGCoverageDataTileMatrixResults(im)tileMatrix":{"name":"-tileMatrix","abstract":"

    Get the tile matrix

    ","parent_name":"GPKGCoverageDataTileMatrixResults"},"Classes/GPKGCoverageDataTileMatrixResults.html#/c:objc(cs)GPKGCoverageDataTileMatrixResults(im)tileResults":{"name":"-tileResults","abstract":"

    Get the tile results

    ","parent_name":"GPKGCoverageDataTileMatrixResults"},"Classes/GPKGCoverageDataTiffImage.html#/c:objc(cs)GPKGCoverageDataTiffImage(im)initWithTileRow:":{"name":"-initWithTileRow:","abstract":"

    Initialize

    ","parent_name":"GPKGCoverageDataTiffImage"},"Classes/GPKGCoverageDataTiffImage.html#/c:objc(cs)GPKGCoverageDataTiffImage(im)initWithFileDirectory:":{"name":"-initWithFileDirectory:","abstract":"

    Initialize

    ","parent_name":"GPKGCoverageDataTiffImage"},"Classes/GPKGCoverageDataTiffImage.html#/c:objc(cs)GPKGCoverageDataTiffImage(im)imageData":{"name":"-imageData","abstract":"

    Get the image data

    ","parent_name":"GPKGCoverageDataTiffImage"},"Classes/GPKGCoverageDataTiffImage.html#/c:objc(cs)GPKGCoverageDataTiffImage(im)directory":{"name":"-directory","abstract":"

    Get the file directory

    ","parent_name":"GPKGCoverageDataTiffImage"},"Classes/GPKGCoverageDataTiffImage.html#/c:objc(cs)GPKGCoverageDataTiffImage(im)rasters":{"name":"-rasters","abstract":"

    Get the rasters, read if needed

    ","parent_name":"GPKGCoverageDataTiffImage"},"Classes/GPKGCoverageDataTiffImage.html#/c:objc(cs)GPKGCoverageDataTiffImage(im)writeTiff":{"name":"-writeTiff","abstract":"

    Write the TIFF file to the image bytes

    ","parent_name":"GPKGCoverageDataTiffImage"},"Classes/GPKGCoverageDataTiffImage.html#/c:objc(cs)GPKGCoverageDataTiffImage(im)pixelAtX:andY:":{"name":"-pixelAtX:andY:","abstract":"

    Get the pixel at the coordinate

    ","parent_name":"GPKGCoverageDataTiffImage"},"Classes/GPKGCoverageDataTiff.html#/c:objc(cs)GPKGCoverageDataTiff(im)initWithGeoPackage:andTileDao:andWidth:andHeight:andProjection:":{"name":"-initWithGeoPackage:andTileDao:andWidth:andHeight:andProjection:","abstract":"

    Initialize

    ","parent_name":"GPKGCoverageDataTiff"},"Classes/GPKGCoverageDataTiff.html#/c:objc(cs)GPKGCoverageDataTiff(im)initWithGeoPackage:andTileDao:":{"name":"-initWithGeoPackage:andTileDao:","abstract":"

    Initialize

    ","parent_name":"GPKGCoverageDataTiff"},"Classes/GPKGCoverageDataTiff.html#/c:objc(cs)GPKGCoverageDataTiff(im)initWithGeoPackage:andTileDao:andProjection:":{"name":"-initWithGeoPackage:andTileDao:andProjection:","abstract":"

    Initialize

    ","parent_name":"GPKGCoverageDataTiff"},"Classes/GPKGCoverageDataTiff.html#/c:objc(cs)GPKGCoverageDataTiff(im)pixelValueWithData:andX:andY:":{"name":"-pixelValueWithData:andX:andY:","abstract":"

    Get the pixel value as a float

    ","parent_name":"GPKGCoverageDataTiff"},"Classes/GPKGCoverageDataTiff.html#/c:objc(cs)GPKGCoverageDataTiff(im)pixelArrayValuesWithData:":{"name":"-pixelArrayValuesWithData:","abstract":"

    Get the pixel values of the image data as an array of decimal numbers

    ","parent_name":"GPKGCoverageDataTiff"},"Classes/GPKGCoverageDataTiff.html#/c:objc(cs)GPKGCoverageDataTiff(im)pixelValuesWithData:":{"name":"-pixelValuesWithData:","abstract":"

    Get the pixel values of the image data as floats

    ","parent_name":"GPKGCoverageDataTiff"},"Classes/GPKGCoverageDataTiff.html#/c:objc(cs)GPKGCoverageDataTiff(cm)validateImageType:":{"name":"+validateImageType:","abstract":"

    Validate the image type

    ","parent_name":"GPKGCoverageDataTiff"},"Classes/GPKGCoverageDataTiff.html#/c:objc(cs)GPKGCoverageDataTiff(im)valueWithGriddedTile:andImage:andX:andY:":{"name":"-valueWithGriddedTile:andImage:andX:andY:","abstract":"

    Get the coverage data value

    ","parent_name":"GPKGCoverageDataTiff"},"Classes/GPKGCoverageDataTiff.html#/c:objc(cs)GPKGCoverageDataTiff(im)drawTileWithFloatPixelValues:andTileWidth:andTileHeight:":{"name":"-drawTileWithFloatPixelValues:andTileWidth:andTileHeight:","abstract":"

    Draw a coverage data image tile from the flat array of float pixel values of","parent_name":"GPKGCoverageDataTiff"},"Classes/GPKGCoverageDataTiff.html#/c:objc(cs)GPKGCoverageDataTiff(im)drawTileWithPixelValues:andTileWidth:andTileHeight:":{"name":"-drawTileWithPixelValues:andTileWidth:andTileHeight:","abstract":"

    Draw a coverage data image tile from the flat array of float pixel values of","parent_name":"GPKGCoverageDataTiff"},"Classes/GPKGCoverageDataTiff.html#/c:objc(cs)GPKGCoverageDataTiff(im)drawTileDataWithPixelValues:andTileWidth:andTileHeight:":{"name":"-drawTileDataWithPixelValues:andTileWidth:andTileHeight:","abstract":"

    Draw a coverage data image tile and format as TIFF bytes from the flat array","parent_name":"GPKGCoverageDataTiff"},"Classes/GPKGCoverageDataTiff.html#/c:objc(cs)GPKGCoverageDataTiff(im)drawTileWithDoubleArrayPixelValues:":{"name":"-drawTileWithDoubleArrayPixelValues:","abstract":"

    Draw a coverage data tile from the double array of float pixel","parent_name":"GPKGCoverageDataTiff"},"Classes/GPKGCoverageDataTiff.html#/c:objc(cs)GPKGCoverageDataTiff(im)drawTileDataWithDoubleArrayPixelValues:":{"name":"-drawTileDataWithDoubleArrayPixelValues:","abstract":"

    Draw a coverage data tile and format as TIFF bytes from the double array of","parent_name":"GPKGCoverageDataTiff"},"Classes/GPKGCoverageDataTiff.html#/c:objc(cs)GPKGCoverageDataTiff(im)drawTileWithGriddedTile:andValues:andTileWidth:andTileHeight:":{"name":"-drawTileWithGriddedTile:andValues:andTileWidth:andTileHeight:","abstract":"

    Draw a coverage data image tile from the flat array of coverage data values of length","parent_name":"GPKGCoverageDataTiff"},"Classes/GPKGCoverageDataTiff.html#/c:objc(cs)GPKGCoverageDataTiff(im)drawTileWithGriddedTile:andDoubleArrayValues:":{"name":"-drawTileWithGriddedTile:andDoubleArrayValues:","abstract":"

    Draw a coverage data image tile from the double array of coverage data values","parent_name":"GPKGCoverageDataTiff"},"Classes/GPKGCoverageDataTiff.html#/c:objc(cs)GPKGCoverageDataTiff(im)createImageWithTileWidth:andTileHeight:":{"name":"-createImageWithTileWidth:andTileHeight:","abstract":"

    Create a new image

    ","parent_name":"GPKGCoverageDataTiff"},"Classes/GPKGCoverageDataTiff.html#/c:objc(cs)GPKGCoverageDataTiff(im)setPixelValueWithImage:andX:andY:andPixelValue:":{"name":"-setPixelValueWithImage:andX:andY:andPixelValue:","abstract":"

    Set the pixel value into the image

    ","parent_name":"GPKGCoverageDataTiff"},"Classes/GPKGCoverageDataTiff.html#/c:objc(cs)GPKGCoverageDataTiff(im)pixelIn:withWidth:atX:andY:":{"name":"-pixelIn:withWidth:atX:andY:","abstract":"

    Get the pixel at the provided x and y with the image width

    ","parent_name":"GPKGCoverageDataTiff"},"Classes/GPKGCoverageDataTiff.html#/c:objc(cs)GPKGCoverageDataTiff(im)pixelValuesFloatToArray:withCount:":{"name":"-pixelValuesFloatToArray:withCount:","abstract":"

    Convert the float pixel array to a NSArray of numbers

    ","parent_name":"GPKGCoverageDataTiff"},"Classes/GPKGCoverageDataTiff.html#/c:objc(cs)GPKGCoverageDataTiff(im)pixelValuesArrayToFloat:":{"name":"-pixelValuesArrayToFloat:","abstract":"

    Convert the pixel array to a float pixel array

    ","parent_name":"GPKGCoverageDataTiff"},"Classes/GPKGCoverageDataTiff.html#/c:objc(cs)GPKGCoverageDataTiff(im)pixelValuesDoubleArrayToFloat:":{"name":"-pixelValuesDoubleArrayToFloat:","abstract":"

    Convert the pixel double array to a float pixel array

    ","parent_name":"GPKGCoverageDataTiff"},"Classes/GPKGCoverageDataTiff.html#/c:objc(cs)GPKGCoverageDataTiff(im)pixelValuesOfValues:withGriddedTile:":{"name":"-pixelValuesOfValues:withGriddedTile:","abstract":"

    Convert the coverage data array to a float pixel array

    ","parent_name":"GPKGCoverageDataTiff"},"Classes/GPKGCoverageDataTiff.html#/c:objc(cs)GPKGCoverageDataTiff(im)pixelValuesOfDoubleArrayValues:withGriddedTile:":{"name":"-pixelValuesOfDoubleArrayValues:withGriddedTile:","abstract":"

    Convert the coverage data values double array to a float pixel array

    ","parent_name":"GPKGCoverageDataTiff"},"Classes/GPKGCoverageDataTiff.html#/c:objc(cs)GPKGCoverageDataTiff(cm)createTileTableWithGeoPackage:andMetadata:":{"name":"+createTileTableWithGeoPackage:andMetadata:","abstract":"

    Create the coverage data tile table with metadata and extension

    ","parent_name":"GPKGCoverageDataTiff"},"Classes/GPKGCoverageDataSourcePixel.html#/c:objc(cs)GPKGCoverageDataSourcePixel(py)pixel":{"name":"pixel","abstract":"

    Pixel value of where the pixel fits into the source

    ","parent_name":"GPKGCoverageDataSourcePixel"},"Classes/GPKGCoverageDataSourcePixel.html#/c:objc(cs)GPKGCoverageDataSourcePixel(py)min":{"name":"min","abstract":"

    Min pixel value

    ","parent_name":"GPKGCoverageDataSourcePixel"},"Classes/GPKGCoverageDataSourcePixel.html#/c:objc(cs)GPKGCoverageDataSourcePixel(py)max":{"name":"max","abstract":"

    Max pixel value

    ","parent_name":"GPKGCoverageDataSourcePixel"},"Classes/GPKGCoverageDataSourcePixel.html#/c:objc(cs)GPKGCoverageDataSourcePixel(py)offset":{"name":"offset","abstract":"

    Offset between the two pixels

    ","parent_name":"GPKGCoverageDataSourcePixel"},"Classes/GPKGCoverageDataSourcePixel.html#/c:objc(cs)GPKGCoverageDataSourcePixel(im)initWithPixel:andMin:andMax:andOffset:":{"name":"-initWithPixel:andMin:andMax:andOffset:","abstract":"

    Initialize

    ","parent_name":"GPKGCoverageDataSourcePixel"},"Classes/GPKGCoverageDataResults.html#/c:objc(cs)GPKGCoverageDataResults(im)initWithValues:andTileMatrix:":{"name":"-initWithValues:andTileMatrix:","abstract":"

    Initialize

    ","parent_name":"GPKGCoverageDataResults"},"Classes/GPKGCoverageDataResults.html#/c:objc(cs)GPKGCoverageDataResults(im)values":{"name":"-values","abstract":"

    Get the double array of coverage data values stored as [row][column]

    ","parent_name":"GPKGCoverageDataResults"},"Classes/GPKGCoverageDataResults.html#/c:objc(cs)GPKGCoverageDataResults(im)tileMatrix":{"name":"-tileMatrix","abstract":"

    Get the tile matrix used to find the coverage data values

    ","parent_name":"GPKGCoverageDataResults"},"Classes/GPKGCoverageDataResults.html#/c:objc(cs)GPKGCoverageDataResults(im)height":{"name":"-height","abstract":"

    Get the results height

    ","parent_name":"GPKGCoverageDataResults"},"Classes/GPKGCoverageDataResults.html#/c:objc(cs)GPKGCoverageDataResults(im)width":{"name":"-width","abstract":"

    Get the results width

    ","parent_name":"GPKGCoverageDataResults"},"Classes/GPKGCoverageDataResults.html#/c:objc(cs)GPKGCoverageDataResults(im)valueAtRow:andColumn:":{"name":"-valueAtRow:andColumn:","abstract":"

    Get the coverage data value at the row and column

    ","parent_name":"GPKGCoverageDataResults"},"Classes/GPKGCoverageDataResults.html#/c:objc(cs)GPKGCoverageDataResults(im)zoomLevel":{"name":"-zoomLevel","abstract":"

    Get the zoom level of the results

    ","parent_name":"GPKGCoverageDataResults"},"Classes/GPKGCoverageDataRequest.html#/c:objc(cs)GPKGCoverageDataRequest(py)projectedBoundingBox":{"name":"projectedBoundingBox","abstract":"

    Bounding box projected to the coverage data projection

    ","parent_name":"GPKGCoverageDataRequest"},"Classes/GPKGCoverageDataRequest.html#/c:objc(cs)GPKGCoverageDataRequest(im)initWithBoundingBox:":{"name":"-initWithBoundingBox:","abstract":"

    Initialize

    ","parent_name":"GPKGCoverageDataRequest"},"Classes/GPKGCoverageDataRequest.html#/c:objc(cs)GPKGCoverageDataRequest(im)initWithLatitude:andLongitude:":{"name":"-initWithLatitude:andLongitude:","abstract":"

    Initialize

    ","parent_name":"GPKGCoverageDataRequest"},"Classes/GPKGCoverageDataRequest.html#/c:objc(cs)GPKGCoverageDataRequest(im)boundingBox":{"name":"-boundingBox","abstract":"

    Get the bounding box

    ","parent_name":"GPKGCoverageDataRequest"},"Classes/GPKGCoverageDataRequest.html#/c:objc(cs)GPKGCoverageDataRequest(im)isPoint":{"name":"-isPoint","abstract":"

    Get if a point request

    ","parent_name":"GPKGCoverageDataRequest"},"Classes/GPKGCoverageDataRequest.html#/c:objc(cs)GPKGCoverageDataRequest(im)overlapWithBoundingBox:":{"name":"-overlapWithBoundingBox:","abstract":"

    Get the bounding box overlap between the projected bounding box and the","parent_name":"GPKGCoverageDataRequest"},"Classes/GPKGCoverageDataPngImage.html#/c:objc(cs)GPKGCoverageDataPngImage(im)initWithTileRow:":{"name":"-initWithTileRow:","abstract":"

    Initialize

    ","parent_name":"GPKGCoverageDataPngImage"},"Classes/GPKGCoverageDataPngImage.html#/c:objc(cs)GPKGCoverageDataPngImage(im)image":{"name":"-image","abstract":"

    Get the image

    ","parent_name":"GPKGCoverageDataPngImage"},"Classes/GPKGCoverageDataPngImage.html#/c:objc(cs)GPKGCoverageDataPngImage(im)imageData":{"name":"-imageData","abstract":"

    Get the image data

    ","parent_name":"GPKGCoverageDataPngImage"},"Classes/GPKGCoverageDataPngImage.html#/c:objc(cs)GPKGCoverageDataPngImage(im)pixelAtX:andY:":{"name":"-pixelAtX:andY:","abstract":"

    Get the pixel at the coordinate

    ","parent_name":"GPKGCoverageDataPngImage"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(im)initWithGeoPackage:andTileDao:andWidth:andHeight:andProjection:":{"name":"-initWithGeoPackage:andTileDao:andWidth:andHeight:andProjection:","abstract":"

    Initialize

    ","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(im)initWithGeoPackage:andTileDao:":{"name":"-initWithGeoPackage:andTileDao:","abstract":"

    Initialize

    ","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(im)initWithGeoPackage:andTileDao:andProjection:":{"name":"-initWithGeoPackage:andTileDao:andProjection:","abstract":"

    Initialize

    ","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(im)pixelValueWithImage:andX:andY:":{"name":"-pixelValueWithImage:andX:andY:","abstract":"

    Get the pixel value as an unsigned short

    ","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(im)pixelValueWithData:andX:andY:":{"name":"-pixelValueWithData:andX:andY:","abstract":"

    Get the pixel value as an unsigned short

    ","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(im)pixelValuesWithImage:":{"name":"-pixelValuesWithImage:","abstract":"

    Get the pixel values of the image as unsigned shorts

    ","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(im)pixelValuesWithData:":{"name":"-pixelValuesWithData:","abstract":"

    Get the pixel values of the image as unsigned shorts

    ","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(cm)validateImageType:":{"name":"+validateImageType:","abstract":"

    Validate that the image type is an unsigned short

    ","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(im)valueWithGriddedTile:andImage:andX:andY:":{"name":"-valueWithGriddedTile:andImage:andX:andY:","abstract":"

    Get the coverage data value

    ","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(im)valuesWithGriddedTile:andImage:":{"name":"-valuesWithGriddedTile:andImage:","abstract":"

    Get the coverage data values

    ","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(im)drawTileWithUnsignedShortPixelValues:andTileWidth:andTileHeight:":{"name":"-drawTileWithUnsignedShortPixelValues:andTileWidth:andTileHeight:","abstract":"

    Draw a coverage data image tile from the flat array of unsigned short","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(im)drawTileWithPixelValues:andTileWidth:andTileHeight:":{"name":"-drawTileWithPixelValues:andTileWidth:andTileHeight:","abstract":"

    Draw a coverage data image tile from the flat array of unsigned short","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(im)drawTileDataWithPixelValues:andTileWidth:andTileHeight:":{"name":"-drawTileDataWithPixelValues:andTileWidth:andTileHeight:","abstract":"

    Draw a coverage data image tile and format as PNG bytes from the flat array","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(im)drawTileWithDoubleArrayPixelValues:":{"name":"-drawTileWithDoubleArrayPixelValues:","abstract":"

    Draw a coverage data tile from the double array of unsigned short pixel","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(im)drawTileDataWithDoubleArrayPixelValues:":{"name":"-drawTileDataWithDoubleArrayPixelValues:","abstract":"

    Draw a coverage data tile and format as PNG bytes from the double array of","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(im)drawTileWithGriddedTile:andValues:andTileWidth:andTileHeight:":{"name":"-drawTileWithGriddedTile:andValues:andTileWidth:andTileHeight:","abstract":"

    Draw a coverage data image tile from the flat array of coverage data values of length","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(im)drawTileWithGriddedTile:andDoubleArrayValues:":{"name":"-drawTileWithGriddedTile:andDoubleArrayValues:","abstract":"

    Draw a coverage data image tile from the double array of coverage data values","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(im)imageData:":{"name":"-imageData:","abstract":"

    Get the image as PNG bytes

    ","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(im)pixelIn:withWidth:atX:andY:":{"name":"-pixelIn:withWidth:atX:andY:","abstract":"

    Get the pixel at the provided x and y with the image width

    ","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(im)pixelValuesUnsignedShortToArray:withCount:":{"name":"-pixelValuesUnsignedShortToArray:withCount:","abstract":"

    Convert the unsigned short pixel array to a NSArray of numbers

    ","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(im)pixelValuesArrayToUnsignedShort:":{"name":"-pixelValuesArrayToUnsignedShort:","abstract":"

    Convert the pixel array to an unsigned short pixel array

    ","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(im)pixelValuesDoubleArrayToUnsignedShort:":{"name":"-pixelValuesDoubleArrayToUnsignedShort:","abstract":"

    Convert the pixel double array to an unsigned short pixel array

    ","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(im)pixelValuesOfValues:withGriddedTile:":{"name":"-pixelValuesOfValues:withGriddedTile:","abstract":"

    Convert the coverage data array to an unsigned short pixel array

    ","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(im)pixelValuesOfDoubleArrayValues:withGriddedTile:":{"name":"-pixelValuesOfDoubleArrayValues:withGriddedTile:","abstract":"

    Convert the coverage data double array to an unsigned short pixel array

    ","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(cm)createTileTableWithGeoPackage:andMetadata:":{"name":"+createTileTableWithGeoPackage:andMetadata:","abstract":"

    Create the coverage data tile table with metadata and extension

    ","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataAlgorithms.html#/c:objc(cs)GPKGCoverageDataAlgorithms(cm)name:":{"name":"+name:","abstract":"

    Get the name of the coverage data algorithm

    ","parent_name":"GPKGCoverageDataAlgorithms"},"Classes/GPKGCoverageDataAlgorithms.html#/c:objc(cs)GPKGCoverageDataAlgorithms(cm)fromName:":{"name":"+fromName:","abstract":"

    Get the coverage data algorithm type from the algorithm name

    ","parent_name":"GPKGCoverageDataAlgorithms"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(cm)coverageDataWithGeoPackage:andTileDao:andWidth:andHeight:andProjection:":{"name":"+coverageDataWithGeoPackage:andTileDao:andWidth:andHeight:andProjection:","abstract":"

    Get a Tiled Gridded Coverage Data

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(cm)coverageDataWithGeoPackage:andTileDao:":{"name":"+coverageDataWithGeoPackage:andTileDao:","abstract":"

    Get a Tiled Gridded Coverage Data, use the coverage data pixel tile size","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(cm)coverageDataWithGeoPackage:andTileDao:andProjection:":{"name":"+coverageDataWithGeoPackage:andTileDao:andProjection:","abstract":"

    Get a Tiled Gridded Coverage Data, use the coverage data pixel tile size","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(cm)createTileTableWithGeoPackage:andMetadata:andDataType:":{"name":"+createTileTableWithGeoPackage:andMetadata:andDataType:","abstract":"

    Create the coverage data tile table with metadata and extension

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(py)extensionName":{"name":"extensionName","abstract":"

    Extension name

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(py)definition":{"name":"definition","abstract":"

    Extension definition URL

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(py)width":{"name":"width","abstract":"

    Coverage Data results width

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(py)height":{"name":"height","abstract":"

    Coverage Data results height

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(py)zoomIn":{"name":"zoomIn","abstract":"

    True if zooming in should be performed to find a tile matrix with","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(py)zoomOut":{"name":"zoomOut","abstract":"

    True if zooming out should be performed to find a tile matrix with","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(py)zoomInBeforeOut":{"name":"zoomInBeforeOut","abstract":"

    True if zoom in in before zooming out, false to zoom out first

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:@E@GPKGCoverageDataAlgorithm":{"name":"GPKGCoverageDataAlgorithm","abstract":"

    Tile Gridded Coverage Data Algorithm interpolation enumeration types

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(py)algorithm":{"name":"algorithm","abstract":"

    Interpolation algorithm

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(py)encoding":{"name":"encoding","abstract":"

    Value pixel encoding type

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(py)tileDao":{"name":"tileDao","abstract":"

    Tile DAO

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)initWithGeoPackage:andTileDao:andWidth:andHeight:andProjection:":{"name":"-initWithGeoPackage:andTileDao:andWidth:andHeight:andProjection:","abstract":"

    Initialize

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)tileMatrixSet":{"name":"-tileMatrixSet","abstract":"

    Get the tile matrix set

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)griddedCoverageDao":{"name":"-griddedCoverageDao","abstract":"

    Get the gridded coverage dao

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)griddedTileDao":{"name":"-griddedTileDao","abstract":"

    Get the gridded tile dao

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)requestProjection":{"name":"-requestProjection","abstract":"

    Get the request projection

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)coverageProjection":{"name":"-coverageProjection","abstract":"

    Get the coverage data projection

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)coverageBoundingBox":{"name":"-coverageBoundingBox","abstract":"

    Get the coverage data bounding box

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)isSameProjection":{"name":"-isSameProjection","abstract":"

    Is the request and coverage data projection the same

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)extensionCreate":{"name":"-extensionCreate","abstract":"

    Get or create the extension

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)has":{"name":"-has","abstract":"

    Determine if the Tile Matrix Set has the extension

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(cm)griddedCoverageDaoWithGeoPackage:":{"name":"+griddedCoverageDaoWithGeoPackage:","abstract":"

    Get a 2D Gridded Coverage DAO

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(cm)griddedCoverageDaoWithDatabase:":{"name":"+griddedCoverageDaoWithDatabase:","abstract":"

    Get a 2D Gridded Coverage DAO

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)createGriddedCoverageTable":{"name":"-createGriddedCoverageTable","abstract":"

    Create the 2D Gridded Coverage Table if it does not exist

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(cm)griddedTileDaoWithGeoPackage:":{"name":"+griddedTileDaoWithGeoPackage:","abstract":"

    Get a 2D Gridded Tile DAO

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(cm)griddedTileDaoWithDatabase:":{"name":"+griddedTileDaoWithDatabase:","abstract":"

    Get a 2D Gridded Tile DAO

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)createGriddedTileTable":{"name":"-createGriddedTileTable","abstract":"

    Create the 2D Gridded Tile Table if it does not exist

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)griddedCoverage":{"name":"-griddedCoverage","abstract":"

    Get the gridded coverage

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)queryGriddedCoverage":{"name":"-queryGriddedCoverage","abstract":"

    Query and update the gridded coverage

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)griddedTile":{"name":"-griddedTile","abstract":"

    Get the gridded tile

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)griddedTileWithResultSet:":{"name":"-griddedTileWithResultSet:","abstract":"

    Get the current gridded tile in the result set

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)griddedTileWithTileId:":{"name":"-griddedTileWithTileId:","abstract":"

    Get the gridded tile by id

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)dataNull":{"name":"-dataNull","abstract":"

    Get the data null value

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)isDataNull:":{"name":"-isDataNull:","abstract":"

    Check the pixel value to see if it is the null equivalent

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(cm)tablesForGeoPackage:":{"name":"+tablesForGeoPackage:","abstract":"

    Get the coverage data tile tables

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)pixelValueWithValues:andWidth:andX:andY:":{"name":"-pixelValueWithValues:andWidth:andX:andY:","abstract":"

    Get the pixel value as an unsigned short at the coordinate from the","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)pixelValueWithUnsignedShortValues:andWidth:andX:andY:":{"name":"-pixelValueWithUnsignedShortValues:andWidth:andX:andY:","abstract":"

    Get the pixel value as an unsigned short at the coordinate from the","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)valueWithGriddedTile:andPixelValue:":{"name":"-valueWithGriddedTile:andPixelValue:","abstract":"

    Get the coverage data value for the unsigned short pixel value

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)valuesWithGriddedTile:andPixelValues:":{"name":"-valuesWithGriddedTile:andPixelValues:","abstract":"

    Get the coverage data values from the unsigned short pixel values

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)valuesWithGriddedTile:andPixelValues:andCount:":{"name":"-valuesWithGriddedTile:andPixelValues:andCount:","abstract":"

    Get the coverage data values from the unsigned short pixel values

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(cm)createTileTableWithGeoPackage:andMetadata:":{"name":"+createTileTableWithGeoPackage:andMetadata:","abstract":"

    Create the coverage data tile table

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)pixelValueWithGriddedTile:andValue:":{"name":"-pixelValueWithGriddedTile:andValue:","abstract":"

    Get the unsigned short pixel value of the coverage data value

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)pixelValueWithFloatValues:andWidth:andX:andY:":{"name":"-pixelValueWithFloatValues:andWidth:andX:andY:","abstract":"

    Get the pixel value at the coordinate from the pixel values

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)pixelValueWithRawFloatValues:andWidth:andX:andY:":{"name":"-pixelValueWithRawFloatValues:andWidth:andX:andY:","abstract":"

    Get the pixel value at the coordinate from the pixel values

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)valueWithGriddedTile:andPixelFloatValue:":{"name":"-valueWithGriddedTile:andPixelFloatValue:","abstract":"

    Get the coverage data value for the pixel value

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)valuesWithGriddedTile:andPixelFloatValues:":{"name":"-valuesWithGriddedTile:andPixelFloatValues:","abstract":"

    Get the coverage data values from the pixel values

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)valuesWithGriddedTile:andPixelFloatValues:andCount:":{"name":"-valuesWithGriddedTile:andPixelFloatValues:andCount:","abstract":"

    Get the coverage data values from the pixel values

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)floatPixelValueWithGriddedTile:andValue:":{"name":"-floatPixelValueWithGriddedTile:andValue:","abstract":"

    Get the pixel value of the coverage data value

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)createImageWithTileRow:":{"name":"-createImageWithTileRow:","abstract":"

    Create a coverage data image

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)valueWithGriddedTile:andTileRow:andX:andY:":{"name":"-valueWithGriddedTile:andTileRow:andX:andY:","abstract":"

    Get the coverage data value of the pixel in the tile row image

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)valueWithGriddedTile:andData:andX:andY:":{"name":"-valueWithGriddedTile:andData:andX:andY:","abstract":"

    Get the coverage data value

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)valuesWithGriddedTile:andData:":{"name":"-valuesWithGriddedTile:andData:","abstract":"

    Get the coverage data values

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)drawTileDataWithGriddedTile:andValues:andTileWidth:andTileHeight:":{"name":"-drawTileDataWithGriddedTile:andValues:andTileWidth:andTileHeight:","abstract":"

    Draw a coverage data image tile and format as PNG bytes from the flat","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)drawTileDataWithGriddedTile:andDoubleArrayValues:":{"name":"-drawTileDataWithGriddedTile:andDoubleArrayValues:","abstract":"

    Draw a coverage data image tile and format as bytes from the double","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)valueWithGriddedTile:andCoverageDataImage:andX:andY:":{"name":"-valueWithGriddedTile:andCoverageDataImage:andX:andY:","abstract":"

    Get the coverage data value from the image at the coordinate

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)valueWithLatitude:andLongitude:":{"name":"-valueWithLatitude:andLongitude:","abstract":"

    Get the coverage data value at the coordinate

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)valuesWithBoundingBox:":{"name":"-valuesWithBoundingBox:","abstract":"

    Get the coverage data values within the bounding box

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)valuesWithBoundingBox:andWidth:andHeight:":{"name":"-valuesWithBoundingBox:andWidth:andHeight:","abstract":"

    Get the coverage data values within the bounding box with the requested width","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)valuesWithCoverageDataRequest:":{"name":"-valuesWithCoverageDataRequest:","abstract":"

    Get the requested coverage data values

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)valuesWithCoverageDataRequest:andWidth:andHeight:":{"name":"-valuesWithCoverageDataRequest:andWidth:andHeight:","abstract":"

    Get the requested coverage data values with the requested width and height

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)valuesUnboundedWithBoundingBox:":{"name":"-valuesUnboundedWithBoundingBox:","abstract":"

    Get the unbounded coverage data values within the bounding box. Unbounded","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)valuesUnboundedWithCoverageDataRequest:":{"name":"-valuesUnboundedWithCoverageDataRequest:","abstract":"

    Get the requested unbounded coverage data values. Unbounded results retrieves","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)valueWithTileRow:andX:andY:":{"name":"-valueWithTileRow:andX:andY:","abstract":"

    Get the coverage data value of the pixel in the tile row image

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGZoomOtherExtension.html#/c:objc(cs)GPKGZoomOtherExtension(py)extensionName":{"name":"extensionName","abstract":"

    Extension name

    ","parent_name":"GPKGZoomOtherExtension"},"Classes/GPKGZoomOtherExtension.html#/c:objc(cs)GPKGZoomOtherExtension(py)definition":{"name":"definition","abstract":"

    Extension definition URL

    ","parent_name":"GPKGZoomOtherExtension"},"Classes/GPKGZoomOtherExtension.html#/c:objc(cs)GPKGZoomOtherExtension(im)initWithGeoPackage:":{"name":"-initWithGeoPackage:","abstract":"

    Initialize

    ","parent_name":"GPKGZoomOtherExtension"},"Classes/GPKGZoomOtherExtension.html#/c:objc(cs)GPKGZoomOtherExtension(im)extensionCreateWithTableName:":{"name":"-extensionCreateWithTableName:","abstract":"

    Get or create the extension

    ","parent_name":"GPKGZoomOtherExtension"},"Classes/GPKGZoomOtherExtension.html#/c:objc(cs)GPKGZoomOtherExtension(im)hasWithTableName:":{"name":"-hasWithTableName:","abstract":"

    Determine if the GeoPackage has the extension

    ","parent_name":"GPKGZoomOtherExtension"},"Classes/GPKGWebPExtension.html#/c:objc(cs)GPKGWebPExtension(py)extensionName":{"name":"extensionName","abstract":"

    Extension name

    ","parent_name":"GPKGWebPExtension"},"Classes/GPKGWebPExtension.html#/c:objc(cs)GPKGWebPExtension(py)definition":{"name":"definition","abstract":"

    Extension definition URL

    ","parent_name":"GPKGWebPExtension"},"Classes/GPKGWebPExtension.html#/c:objc(cs)GPKGWebPExtension(im)initWithGeoPackage:":{"name":"-initWithGeoPackage:","abstract":"

    Initialize

    ","parent_name":"GPKGWebPExtension"},"Classes/GPKGWebPExtension.html#/c:objc(cs)GPKGWebPExtension(im)extensionCreateWithTableName:":{"name":"-extensionCreateWithTableName:","abstract":"

    Get or create the extension

    ","parent_name":"GPKGWebPExtension"},"Classes/GPKGWebPExtension.html#/c:objc(cs)GPKGWebPExtension(im)hasWithTableName:":{"name":"-hasWithTableName:","abstract":"

    Determine if the GeoPackage has the extension

    ","parent_name":"GPKGWebPExtension"},"Classes/GPKGGeometryExtensions.html#/c:objc(cs)GPKGGeometryExtensions(py)geometryTypesDefinition":{"name":"geometryTypesDefinition","abstract":"

    Geometry Types Extension definition URL

    ","parent_name":"GPKGGeometryExtensions"},"Classes/GPKGGeometryExtensions.html#/c:objc(cs)GPKGGeometryExtensions(py)userGeometryTypesDefinition":{"name":"userGeometryTypesDefinition","abstract":"

    User Geometry Types Extension definition URL","parent_name":"GPKGGeometryExtensions"},"Classes/GPKGGeometryExtensions.html#/c:objc(cs)GPKGGeometryExtensions(im)initWithGeoPackage:":{"name":"-initWithGeoPackage:","abstract":"

    Initialize

    ","parent_name":"GPKGGeometryExtensions"},"Classes/GPKGGeometryExtensions.html#/c:objc(cs)GPKGGeometryExtensions(im)extensionCreateWithTable:andColumn:andType:":{"name":"-extensionCreateWithTable:andColumn:andType:","abstract":"

    Get or create the extension, non-linear geometry type

    ","parent_name":"GPKGGeometryExtensions"},"Classes/GPKGGeometryExtensions.html#/c:objc(cs)GPKGGeometryExtensions(im)hasWithTable:andColumn:andType:":{"name":"-hasWithTable:andColumn:andType:","abstract":"

    Determine if the GeoPackage has the extension, non-linear geometry type

    ","parent_name":"GPKGGeometryExtensions"},"Classes/GPKGGeometryExtensions.html#/c:objc(cs)GPKGGeometryExtensions(cm)isExtension:":{"name":"+isExtension:","abstract":"

    Determine if the geometry type is an extension

    ","parent_name":"GPKGGeometryExtensions"},"Classes/GPKGGeometryExtensions.html#/c:objc(cs)GPKGGeometryExtensions(cm)isNonStandard:":{"name":"+isNonStandard:","abstract":"

    Determine if the geometry type is non standard

    ","parent_name":"GPKGGeometryExtensions"},"Classes/GPKGGeometryExtensions.html#/c:objc(cs)GPKGGeometryExtensions(cm)isGeoPackageExtension:":{"name":"+isGeoPackageExtension:","abstract":"

    Determine if the geometry type is a GeoPackage extension

    ","parent_name":"GPKGGeometryExtensions"},"Classes/GPKGGeometryExtensions.html#/c:objc(cs)GPKGGeometryExtensions(cm)extensionName:":{"name":"+extensionName:","abstract":"

    Get the extension name of a GeoPackage extension Geometry

    ","parent_name":"GPKGGeometryExtensions"},"Classes/GPKGGeometryExtensions.html#/c:objc(cs)GPKGGeometryExtensions(im)extensionCreateWithTable:andColumn:andAuthor:andType:":{"name":"-extensionCreateWithTable:andColumn:andAuthor:andType:","abstract":"

    Get or create the extension, user defined geometry type

    ","parent_name":"GPKGGeometryExtensions"},"Classes/GPKGGeometryExtensions.html#/c:objc(cs)GPKGGeometryExtensions(im)hasWithTable:andColumn:andAuthor:andType:":{"name":"-hasWithTable:andColumn:andAuthor:andType:","abstract":"

    Determine if the GeoPackage has the extension, user defined geometry type

    ","parent_name":"GPKGGeometryExtensions"},"Classes/GPKGGeometryExtensions.html#/c:objc(cs)GPKGGeometryExtensions(cm)extensionNameWithAuthor:andType:":{"name":"+extensionNameWithAuthor:andType:","abstract":"

    Get the extension name of an extension Geometry, either user-defined or","parent_name":"GPKGGeometryExtensions"},"Classes/GPKGExtensionsDao.html#/c:objc(cs)GPKGExtensionsDao(cm)createWithDatabase:":{"name":"+createWithDatabase:","abstract":"

    Create the DAO

    ","parent_name":"GPKGExtensionsDao"},"Classes/GPKGExtensionsDao.html#/c:objc(cs)GPKGExtensionsDao(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGExtensionsDao"},"Classes/GPKGExtensionsDao.html#/c:objc(cs)GPKGExtensionsDao(im)deleteByExtension:":{"name":"-deleteByExtension:","abstract":"

    Delete by extension name

    ","parent_name":"GPKGExtensionsDao"},"Classes/GPKGExtensionsDao.html#/c:objc(cs)GPKGExtensionsDao(im)deleteByExtension:andTable:":{"name":"-deleteByExtension:andTable:","abstract":"

    Delete by extension name and table name

    ","parent_name":"GPKGExtensionsDao"},"Classes/GPKGExtensionsDao.html#/c:objc(cs)GPKGExtensionsDao(im)deleteByExtension:andTable:andColumnName:":{"name":"-deleteByExtension:andTable:andColumnName:","abstract":"

    Delete by extension name, table name, and column name

    ","parent_name":"GPKGExtensionsDao"},"Classes/GPKGExtensionsDao.html#/c:objc(cs)GPKGExtensionsDao(im)deleteByTableName:":{"name":"-deleteByTableName:","abstract":"

    Delete by table name

    ","parent_name":"GPKGExtensionsDao"},"Classes/GPKGExtensionsDao.html#/c:objc(cs)GPKGExtensionsDao(im)queryByExtension:":{"name":"-queryByExtension:","abstract":"

    Query by extension name

    ","parent_name":"GPKGExtensionsDao"},"Classes/GPKGExtensionsDao.html#/c:objc(cs)GPKGExtensionsDao(im)countByExtension:":{"name":"-countByExtension:","abstract":"

    Count by extension name

    ","parent_name":"GPKGExtensionsDao"},"Classes/GPKGExtensionsDao.html#/c:objc(cs)GPKGExtensionsDao(im)queryByExtension:andTable:":{"name":"-queryByExtension:andTable:","abstract":"

    Query by extension name and table name

    ","parent_name":"GPKGExtensionsDao"},"Classes/GPKGExtensionsDao.html#/c:objc(cs)GPKGExtensionsDao(im)countByExtension:andTable:":{"name":"-countByExtension:andTable:","abstract":"

    Count by extension name and table name

    ","parent_name":"GPKGExtensionsDao"},"Classes/GPKGExtensionsDao.html#/c:objc(cs)GPKGExtensionsDao(im)queryByExtension:andTable:andColumnName:":{"name":"-queryByExtension:andTable:andColumnName:","abstract":"

    Query by extension name, table name, and column name

    ","parent_name":"GPKGExtensionsDao"},"Classes/GPKGExtensions.html#/c:objc(cs)GPKGExtensions(py)tableName":{"name":"tableName","abstract":"

    Name of the table that requires the extension. When NULL, the extension","parent_name":"GPKGExtensions"},"Classes/GPKGExtensions.html#/c:objc(cs)GPKGExtensions(py)columnName":{"name":"columnName","abstract":"

    Name of the column that requires the extension. When NULL, the extension","parent_name":"GPKGExtensions"},"Classes/GPKGExtensions.html#/c:objc(cs)GPKGExtensions(py)extensionName":{"name":"extensionName","abstract":"

    The case sensitive name of the extension that is required, in the form","parent_name":"GPKGExtensions"},"Classes/GPKGExtensions.html#/c:objc(cs)GPKGExtensions(py)definition":{"name":"definition","abstract":"

    Definition of the extension in the form specfied by the template in","parent_name":"GPKGExtensions"},"Classes/GPKGExtensions.html#/c:objc(cs)GPKGExtensions(py)scope":{"name":"scope","abstract":"

    Indicates scope of extension effects on readers / writers: read-write or","parent_name":"GPKGExtensions"},"Classes/GPKGExtensions.html#/c:objc(cs)GPKGExtensions(im)extensionScopeType":{"name":"-extensionScopeType","abstract":"

    Get the extension scope type

    ","parent_name":"GPKGExtensions"},"Classes/GPKGExtensions.html#/c:objc(cs)GPKGExtensions(im)setExtensionScopeType:":{"name":"-setExtensionScopeType:","abstract":"

    Set the extension scope type

    ","parent_name":"GPKGExtensions"},"Classes/GPKGExtensions.html#/c:objc(cs)GPKGExtensions(im)setExtensionNameWithAuthor:andExtensionName:":{"name":"-setExtensionNameWithAuthor:andExtensionName:","abstract":"

    Set the extension name by combining the required parts

    ","parent_name":"GPKGExtensions"},"Classes/GPKGExtensions.html#/c:objc(cs)GPKGExtensions(im)author":{"name":"-author","abstract":"

    Get the author from the beginning of the extension name

    ","parent_name":"GPKGExtensions"},"Classes/GPKGExtensions.html#/c:objc(cs)GPKGExtensions(im)extensionNameNoAuthor":{"name":"-extensionNameNoAuthor","abstract":"

    Get the extension name with the author prefix removed

    ","parent_name":"GPKGExtensions"},"Classes/GPKGExtensions.html#/c:objc(cs)GPKGExtensions(cm)buildExtensionNameWithAuthor:andExtensionName:":{"name":"+buildExtensionNameWithAuthor:andExtensionName:","abstract":"

    Build the extension name by combining the required parts

    ","parent_name":"GPKGExtensions"},"Classes/GPKGExtensions.html#/c:objc(cs)GPKGExtensions(cm)buildDefaultAuthorExtensionName:":{"name":"+buildDefaultAuthorExtensionName:","abstract":"

    Build the extension name with the default author of GeoPackage

    ","parent_name":"GPKGExtensions"},"Classes/GPKGExtensions.html#/c:objc(cs)GPKGExtensions(cm)authorWithExtensionName:":{"name":"+authorWithExtensionName:","abstract":"

    Get the author from the beginning of the extension name

    ","parent_name":"GPKGExtensions"},"Classes/GPKGExtensions.html#/c:objc(cs)GPKGExtensions(cm)extensionNameNoAuthorWithExtensionName:":{"name":"+extensionNameNoAuthorWithExtensionName:","abstract":"

    Get the extension name with the author prefix removed

    ","parent_name":"GPKGExtensions"},"Classes/GPKGExtensionManager.html#/c:objc(cs)GPKGExtensionManager(cm)createWithGeoPackage:":{"name":"+createWithGeoPackage:","abstract":"

    Create

    ","parent_name":"GPKGExtensionManager"},"Classes/GPKGExtensionManager.html#/c:objc(cs)GPKGExtensionManager(im)initWithGeoPackage:":{"name":"-initWithGeoPackage:","abstract":"

    Initialize

    ","parent_name":"GPKGExtensionManager"},"Classes/GPKGExtensionManager.html#/c:objc(cs)GPKGExtensionManager(im)deleteRTreeSpatialIndexForTable:":{"name":"-deleteRTreeSpatialIndexForTable:","abstract":"

    Delete the RTree Spatial extension for the table

    ","parent_name":"GPKGExtensionManager"},"Classes/GPKGExtensionManager.html#/c:objc(cs)GPKGExtensionManager(im)deleteRTreeSpatialIndexExtension":{"name":"-deleteRTreeSpatialIndexExtension","abstract":"

    Delete the RTree Spatial extension

    ","parent_name":"GPKGExtensionManager"},"Classes/GPKGExtensionManager.html#/c:objc(cs)GPKGExtensionManager(im)copyRTreeSpatialIndexFromTable:toTable:":{"name":"-copyRTreeSpatialIndexFromTable:toTable:","abstract":"

    Copy the RTree Spatial extension for the table

    ","parent_name":"GPKGExtensionManager"},"Classes/GPKGExtensionManager.html#/c:objc(cs)GPKGExtensionManager(im)deleteRelatedTablesForTable:":{"name":"-deleteRelatedTablesForTable:","abstract":"

    Delete the Related Tables extensions for the table

    ","parent_name":"GPKGExtensionManager"},"Classes/GPKGExtensionManager.html#/c:objc(cs)GPKGExtensionManager(im)deleteRelatedTablesExtension":{"name":"-deleteRelatedTablesExtension","abstract":"

    Delete the Related Tables extension

    ","parent_name":"GPKGExtensionManager"},"Classes/GPKGExtensionManager.html#/c:objc(cs)GPKGExtensionManager(im)copyRelatedTablesFromTable:toTable:":{"name":"-copyRelatedTablesFromTable:toTable:","abstract":"

    Copy the Related Tables extensions for the table

    ","parent_name":"GPKGExtensionManager"},"Classes/GPKGExtensionManager.html#/c:objc(cs)GPKGExtensionManager(im)deleteGriddedCoverageForTable:":{"name":"-deleteGriddedCoverageForTable:","abstract":"

    Delete the Gridded Coverage extensions for the table

    ","parent_name":"GPKGExtensionManager"},"Classes/GPKGExtensionManager.html#/c:objc(cs)GPKGExtensionManager(im)deleteGriddedCoverageExtension":{"name":"-deleteGriddedCoverageExtension","abstract":"

    Delete the Gridded Coverage extension

    ","parent_name":"GPKGExtensionManager"},"Classes/GPKGExtensionManager.html#/c:objc(cs)GPKGExtensionManager(im)copyGriddedCoverageFromTable:toTable:":{"name":"-copyGriddedCoverageFromTable:toTable:","abstract":"

    Copy the Gridded Coverage extensions for the table

    ","parent_name":"GPKGExtensionManager"},"Classes/GPKGExtensionManager.html#/c:objc(cs)GPKGExtensionManager(im)deleteSchemaForTable:":{"name":"-deleteSchemaForTable:","abstract":"

    Delete the Schema extensions for the table

    ","parent_name":"GPKGExtensionManager"},"Classes/GPKGExtensionManager.html#/c:objc(cs)GPKGExtensionManager(im)deleteSchemaExtension":{"name":"-deleteSchemaExtension","abstract":"

    Delete the Schema extension

    ","parent_name":"GPKGExtensionManager"},"Classes/GPKGExtensionManager.html#/c:objc(cs)GPKGExtensionManager(im)copySchemaFromTable:toTable:":{"name":"-copySchemaFromTable:toTable:","abstract":"

    Copy the Schema extensions for the table

    ","parent_name":"GPKGExtensionManager"},"Classes/GPKGExtensionManager.html#/c:objc(cs)GPKGExtensionManager(im)deleteMetadataForTable:":{"name":"-deleteMetadataForTable:","abstract":"

    Delete the Metadata extensions for the table

    ","parent_name":"GPKGExtensionManager"},"Classes/GPKGExtensionManager.html#/c:objc(cs)GPKGExtensionManager(im)deleteMetadataExtension":{"name":"-deleteMetadataExtension","abstract":"

    Delete the Metadata extension

    ","parent_name":"GPKGExtensionManager"},"Classes/GPKGExtensionManager.html#/c:objc(cs)GPKGExtensionManager(im)copyMetadataFromTable:toTable:":{"name":"-copyMetadataFromTable:toTable:","abstract":"

    Copy the Metadata extensions for the table

    ","parent_name":"GPKGExtensionManager"},"Classes/GPKGExtensionManager.html#/c:objc(cs)GPKGExtensionManager(im)deleteCrsWktExtension":{"name":"-deleteCrsWktExtension","abstract":"

    Delete the WKT for Coordinate Reference Systems extension

    ","parent_name":"GPKGExtensionManager"},"Classes/GPKGExtensionManagement.html#/c:objc(cs)GPKGExtensionManagement(py)geoPackage":{"name":"geoPackage","abstract":"

    GeoPackage

    ","parent_name":"GPKGExtensionManagement"},"Classes/GPKGExtensionManagement.html#/c:objc(cs)GPKGExtensionManagement(im)initWithGeoPackage:":{"name":"-initWithGeoPackage:","abstract":"

    Initialize

    ","parent_name":"GPKGExtensionManagement"},"Classes/GPKGExtensionManagement.html#/c:objc(cs)GPKGExtensionManagement(im)author":{"name":"-author","abstract":"

    Get the extension author

    ","parent_name":"GPKGExtensionManagement"},"Classes/GPKGExtensionManagement.html#/c:objc(cs)GPKGExtensionManagement(im)deleteExtensionsForTable:":{"name":"-deleteExtensionsForTable:","abstract":"

    Delete all table extensions for the table

    ","parent_name":"GPKGExtensionManagement"},"Classes/GPKGExtensionManagement.html#/c:objc(cs)GPKGExtensionManagement(im)deleteExtensions":{"name":"-deleteExtensions","abstract":"

    Delete all extensions including custom extension tables

    ","parent_name":"GPKGExtensionManagement"},"Classes/GPKGExtensionManagement.html#/c:objc(cs)GPKGExtensionManagement(im)copyExtensionsFromTable:toTable:":{"name":"-copyExtensionsFromTable:toTable:","abstract":"

    Copy all table extensions for the table

    ","parent_name":"GPKGExtensionManagement"},"Classes/GPKGCrsWktExtensionVersions.html#/c:objc(cs)GPKGCrsWktExtensionVersions(cm)first":{"name":"+first","abstract":"

    First version

    ","parent_name":"GPKGCrsWktExtensionVersions"},"Classes/GPKGCrsWktExtensionVersions.html#/c:objc(cs)GPKGCrsWktExtensionVersions(cm)latest":{"name":"+latest","abstract":"

    Latest supported version

    ","parent_name":"GPKGCrsWktExtensionVersions"},"Classes/GPKGCrsWktExtensionVersions.html#/c:objc(cs)GPKGCrsWktExtensionVersions(cm)version:":{"name":"+version:","abstract":"

    Get the version

    ","parent_name":"GPKGCrsWktExtensionVersions"},"Classes/GPKGCrsWktExtensionVersions.html#/c:objc(cs)GPKGCrsWktExtensionVersions(cm)suffix:":{"name":"+suffix:","abstract":"

    Get the extension name suffix

    ","parent_name":"GPKGCrsWktExtensionVersions"},"Classes/GPKGCrsWktExtensionVersions.html#/c:objc(cs)GPKGCrsWktExtensionVersions(cm)isVersion:atMinimum:":{"name":"+isVersion:atMinimum:","abstract":"

    Is the version at or above the minimum version

    ","parent_name":"GPKGCrsWktExtensionVersions"},"Classes/GPKGCrsWktExtensionVersions.html#/c:objc(cs)GPKGCrsWktExtensionVersions(cm)atMinimum:":{"name":"+atMinimum:","abstract":"

    Versions at and above this version

    ","parent_name":"GPKGCrsWktExtensionVersions"},"Classes/GPKGCrsWktExtension.html#/c:objc(cs)GPKGCrsWktExtension(py)extensionName":{"name":"extensionName","abstract":"

    Extension name

    ","parent_name":"GPKGCrsWktExtension"},"Classes/GPKGCrsWktExtension.html#/c:objc(cs)GPKGCrsWktExtension(py)definitionV1":{"name":"definitionV1","abstract":"

    Extension version 1 definition URL

    ","parent_name":"GPKGCrsWktExtension"},"Classes/GPKGCrsWktExtension.html#/c:objc(cs)GPKGCrsWktExtension(py)definitionV1_1":{"name":"definitionV1_1","abstract":"

    Extension version 1.1 definition URL

    ","parent_name":"GPKGCrsWktExtension"},"Classes/GPKGCrsWktExtension.html#/c:objc(cs)GPKGCrsWktExtension(py)definitionColumnName":{"name":"definitionColumnName","abstract":"

    Extension definition column name

    ","parent_name":"GPKGCrsWktExtension"},"Classes/GPKGCrsWktExtension.html#/c:objc(cs)GPKGCrsWktExtension(py)definitionColumnDef":{"name":"definitionColumnDef","abstract":"

    Extension definition column definition

    ","parent_name":"GPKGCrsWktExtension"},"Classes/GPKGCrsWktExtension.html#/c:objc(cs)GPKGCrsWktExtension(py)epochColumnName":{"name":"epochColumnName","abstract":"

    Extension epoch column name

    ","parent_name":"GPKGCrsWktExtension"},"Classes/GPKGCrsWktExtension.html#/c:objc(cs)GPKGCrsWktExtension(py)epochColumnDef":{"name":"epochColumnDef","abstract":"

    Extension epoch column definition

    ","parent_name":"GPKGCrsWktExtension"},"Classes/GPKGCrsWktExtension.html#/c:objc(cs)GPKGCrsWktExtension(im)initWithGeoPackage:":{"name":"-initWithGeoPackage:","abstract":"

    Initialize

    ","parent_name":"GPKGCrsWktExtension"},"Classes/GPKGCrsWktExtension.html#/c:objc(cs)GPKGCrsWktExtension(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGCrsWktExtension"},"Classes/GPKGCrsWktExtension.html#/c:objc(cs)GPKGCrsWktExtension(im)extensionCreate":{"name":"-extensionCreate","abstract":"

    Get or create the latest version of the extension

    ","parent_name":"GPKGCrsWktExtension"},"Classes/GPKGCrsWktExtension.html#/c:objc(cs)GPKGCrsWktExtension(im)extensionCreateVersion:":{"name":"-extensionCreateVersion:","abstract":"

    Get or create the version of the extension

    ","parent_name":"GPKGCrsWktExtension"},"Classes/GPKGCrsWktExtension.html#/c:objc(cs)GPKGCrsWktExtension(im)has":{"name":"-has","abstract":"

    Determine if the GeoPackage has any version of the extension

    ","parent_name":"GPKGCrsWktExtension"},"Classes/GPKGCrsWktExtension.html#/c:objc(cs)GPKGCrsWktExtension(im)hasMinimum:":{"name":"-hasMinimum:","abstract":"

    Determine if the GeoPackage has at least the minimum version of the","parent_name":"GPKGCrsWktExtension"},"Classes/GPKGCrsWktExtension.html#/c:objc(cs)GPKGCrsWktExtension(im)hasVersion:":{"name":"-hasVersion:","abstract":"

    Determine if the GeoPackage has the version of the extension

    ","parent_name":"GPKGCrsWktExtension"},"Classes/GPKGCrsWktExtension.html#/c:objc(cs)GPKGCrsWktExtension(im)extensionName:":{"name":"-extensionName:","abstract":"

    Get the extension name for the version

    ","parent_name":"GPKGCrsWktExtension"},"Classes/GPKGCrsWktExtension.html#/c:objc(cs)GPKGCrsWktExtension(im)updateDefinition:withSrsId:":{"name":"-updateDefinition:withSrsId:","abstract":"

    Update the extension definition

    ","parent_name":"GPKGCrsWktExtension"},"Classes/GPKGCrsWktExtension.html#/c:objc(cs)GPKGCrsWktExtension(im)definitionWithSrsId:":{"name":"-definitionWithSrsId:","abstract":"

    Get the extension definition

    ","parent_name":"GPKGCrsWktExtension"},"Classes/GPKGCrsWktExtension.html#/c:objc(cs)GPKGCrsWktExtension(im)updateEpoch:withSrsId:":{"name":"-updateEpoch:withSrsId:","abstract":"

    Update the extension epoch

    ","parent_name":"GPKGCrsWktExtension"},"Classes/GPKGCrsWktExtension.html#/c:objc(cs)GPKGCrsWktExtension(im)epochWithSrsId:":{"name":"-epochWithSrsId:","abstract":"

    Get the extension epoch

    ","parent_name":"GPKGCrsWktExtension"},"Classes/GPKGCrsWktExtension.html#/c:objc(cs)GPKGCrsWktExtension(im)hasDefinitionColumn":{"name":"-hasDefinitionColumn","abstract":"

    Determine if the GeoPackage SRS table has the extension definition column

    ","parent_name":"GPKGCrsWktExtension"},"Classes/GPKGCrsWktExtension.html#/c:objc(cs)GPKGCrsWktExtension(im)hasEpochColumn":{"name":"-hasEpochColumn","abstract":"

    Determine if the GeoPackage SRS table has the extension epoch column

    ","parent_name":"GPKGCrsWktExtension"},"Classes/GPKGCrsWktExtension.html#/c:objc(cs)GPKGCrsWktExtension(im)removeExtension":{"name":"-removeExtension","abstract":"

    Remove the extension. Leaves the column and values.

    ","parent_name":"GPKGCrsWktExtension"},"Classes/GPKGCrsWktExtension.html#/c:objc(cs)GPKGCrsWktExtension(im)removeExtension:":{"name":"-removeExtension:","abstract":"

    Remove the extension. Leaves the column and values.

    ","parent_name":"GPKGCrsWktExtension"},"Classes/GPKGBaseExtension.html#/c:objc(cs)GPKGBaseExtension(py)geoPackage":{"name":"geoPackage","abstract":"

    GeoPackage

    ","parent_name":"GPKGBaseExtension"},"Classes/GPKGBaseExtension.html#/c:objc(cs)GPKGBaseExtension(py)extensionsDao":{"name":"extensionsDao","abstract":"

    Extensions DAO

    ","parent_name":"GPKGBaseExtension"},"Classes/GPKGBaseExtension.html#/c:objc(cs)GPKGBaseExtension(im)initWithGeoPackage:":{"name":"-initWithGeoPackage:","abstract":"

    Initialize

    ","parent_name":"GPKGBaseExtension"},"Classes/GPKGBaseExtension.html#/c:objc(cs)GPKGBaseExtension(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGBaseExtension"},"Classes/GPKGBaseExtension.html#/c:objc(cs)GPKGBaseExtension(im)extensionCreateWithName:andTableName:andColumnName:andDefinition:andScope:":{"name":"-extensionCreateWithName:andTableName:andColumnName:andDefinition:andScope:","abstract":"

    Get the extension or create as needed

    ","parent_name":"GPKGBaseExtension"},"Classes/GPKGBaseExtension.html#/c:objc(cs)GPKGBaseExtension(im)extensionsWithName:":{"name":"-extensionsWithName:","abstract":"

    Get the extensions for the name, ignoring table name and column name values

    ","parent_name":"GPKGBaseExtension"},"Classes/GPKGBaseExtension.html#/c:objc(cs)GPKGBaseExtension(im)hasWithExtensionName:":{"name":"-hasWithExtensionName:","abstract":"

    Determine if the GeoPackage has at least one extension, ignoring table name and column name values

    ","parent_name":"GPKGBaseExtension"},"Classes/GPKGBaseExtension.html#/c:objc(cs)GPKGBaseExtension(im)extensionsWithName:andTableName:":{"name":"-extensionsWithName:andTableName:","abstract":"

    Get the extensions for the name and table name, ignoring column name values

    ","parent_name":"GPKGBaseExtension"},"Classes/GPKGBaseExtension.html#/c:objc(cs)GPKGBaseExtension(im)hasWithExtensionName:andTableName:":{"name":"-hasWithExtensionName:andTableName:","abstract":"

    Determine if the GeoPackage has at least one extension, ignoring column name values

    ","parent_name":"GPKGBaseExtension"},"Classes/GPKGBaseExtension.html#/c:objc(cs)GPKGBaseExtension(im)extensionWithName:andTableName:andColumnName:":{"name":"-extensionWithName:andTableName:andColumnName:","abstract":"

    Get the extension for the name, table name, and column name

    ","parent_name":"GPKGBaseExtension"},"Classes/GPKGBaseExtension.html#/c:objc(cs)GPKGBaseExtension(im)hasWithExtensionName:andTableName:andColumnName:":{"name":"-hasWithExtensionName:andTableName:andColumnName:","abstract":"

    Determine if the GeoPackage has the extension

    ","parent_name":"GPKGBaseExtension"},"Classes/GPKGBaseExtension.html#/c:objc(cs)GPKGBaseExtension(im)verifyWritable":{"name":"-verifyWritable","abstract":"

    Verify the GeoPackage is writable and throw an exception if it is not

    ","parent_name":"GPKGBaseExtension"},"Classes/GPKGUTMZone.html#/c:objc(cs)GPKGUTMZone(cm)zone:":{"name":"+zone:","abstract":"

    Get the UTM Zone

    ","parent_name":"GPKGUTMZone"},"Classes/GPKGUTMZone.html#/c:objc(cs)GPKGUTMZone(cm)latDirection:":{"name":"+latDirection:","abstract":"

    Get the UTM Zone Latitude Direction

    ","parent_name":"GPKGUTMZone"},"Classes/GPKGUTMZone.html#/c:objc(cs)GPKGUTMZone(cm)centralMeridian:":{"name":"+centralMeridian:","abstract":"

    Get the central meridian

    ","parent_name":"GPKGUTMZone"},"Classes/GPKGUTMZone.html#/c:objc(cs)GPKGUTMZone(cm)falseNorthing:":{"name":"+falseNorthing:","abstract":"

    Get the UTM Zone False Northing

    ","parent_name":"GPKGUTMZone"},"Classes/GPKGUTMZone.html#/c:objc(cs)GPKGUTMZone(cm)isZone:":{"name":"+isZone:","abstract":"

    Is the EPSG a UTM Zone

    ","parent_name":"GPKGUTMZone"},"Classes/GPKGUTMZone.html#/c:objc(cs)GPKGUTMZone(cm)isNorth:":{"name":"+isNorth:","abstract":"

    Is the EPSG a UTM North Zone

    ","parent_name":"GPKGUTMZone"},"Classes/GPKGUTMZone.html#/c:objc(cs)GPKGUTMZone(cm)isSouth:":{"name":"+isSouth:","abstract":"

    Is the EPSG a UTM South Zone

    ","parent_name":"GPKGUTMZone"},"Classes/GPKGDgiwgWellKnownText.html#/c:objc(cs)GPKGDgiwgWellKnownText(cm)epsg3035":{"name":"+epsg3035","abstract":"

    ETRS89-extended / LAEA Europe

    ","parent_name":"GPKGDgiwgWellKnownText"},"Classes/GPKGDgiwgWellKnownText.html#/c:objc(cs)GPKGDgiwgWellKnownText(cm)epsg3395":{"name":"+epsg3395","abstract":"

    WGS 84 / World Mercator

    ","parent_name":"GPKGDgiwgWellKnownText"},"Classes/GPKGDgiwgWellKnownText.html#/c:objc(cs)GPKGDgiwgWellKnownText(cm)epsg3855":{"name":"+epsg3855","abstract":"

    EGM2008 geoid height

    ","parent_name":"GPKGDgiwgWellKnownText"},"Classes/GPKGDgiwgWellKnownText.html#/c:objc(cs)GPKGDgiwgWellKnownText(cm)epsg3857":{"name":"+epsg3857","abstract":"

    WGS 84 / Pseudo-Mercator

    ","parent_name":"GPKGDgiwgWellKnownText"},"Classes/GPKGDgiwgWellKnownText.html#/c:objc(cs)GPKGDgiwgWellKnownText(cm)epsg3978":{"name":"+epsg3978","abstract":"

    NAD83 / Canada Atlas Lambert

    ","parent_name":"GPKGDgiwgWellKnownText"},"Classes/GPKGDgiwgWellKnownText.html#/c:objc(cs)GPKGDgiwgWellKnownText(cm)epsg4326":{"name":"+epsg4326","abstract":"

    WGS 84 Geographic 2D

    ","parent_name":"GPKGDgiwgWellKnownText"},"Classes/GPKGDgiwgWellKnownText.html#/c:objc(cs)GPKGDgiwgWellKnownText(cm)epsg4979":{"name":"+epsg4979","abstract":"

    WGS 84 Geographic 3D

    ","parent_name":"GPKGDgiwgWellKnownText"},"Classes/GPKGDgiwgWellKnownText.html#/c:objc(cs)GPKGDgiwgWellKnownText(cm)epsg5041":{"name":"+epsg5041","abstract":"

    WGS 84 / UPS North (E,N)

    ","parent_name":"GPKGDgiwgWellKnownText"},"Classes/GPKGDgiwgWellKnownText.html#/c:objc(cs)GPKGDgiwgWellKnownText(cm)epsg5042":{"name":"+epsg5042","abstract":"

    WGS 84 / UPS South (E,N)

    ","parent_name":"GPKGDgiwgWellKnownText"},"Classes/GPKGDgiwgWellKnownText.html#/c:objc(cs)GPKGDgiwgWellKnownText(cm)epsg9518":{"name":"+epsg9518","abstract":"

    WGS84 4326 + EGM2008 height 3855

    ","parent_name":"GPKGDgiwgWellKnownText"},"Classes/GPKGDgiwgWellKnownText.html#/c:objc(cs)GPKGDgiwgWellKnownText(cm)utmZone:":{"name":"+utmZone:","abstract":"

    Get the UTM Zone Well-Known Text

    ","parent_name":"GPKGDgiwgWellKnownText"},"Classes/GPKGDgiwgWellKnownText.html#/c:objc(cs)GPKGDgiwgWellKnownText(cm)lambertConicConformal1SPWithEPSG:andName:andCRS:andGeoDatum:andLatitudeOfOrigin:andCentralMeridian:andScaleFactor:andFalseEasting:andFalseNorthing:":{"name":"+lambertConicConformal1SPWithEPSG:andName:andCRS:andGeoDatum:andLatitudeOfOrigin:andCentralMeridian:andScaleFactor:andFalseEasting:andFalseNorthing:","abstract":"

    Get Lambert Conic Conformal 1SP well-known text

    ","parent_name":"GPKGDgiwgWellKnownText"},"Classes/GPKGDgiwgWellKnownText.html#/c:objc(cs)GPKGDgiwgWellKnownText(cm)lambertConicConformal2SPWithEPSG:andName:andCRS:andGeoDatum:andStandardParallel1:andStandardParallel2:andLatitudeOfOrigin:andCentralMeridian:andFalseEasting:andFalseNorthing:":{"name":"+lambertConicConformal2SPWithEPSG:andName:andCRS:andGeoDatum:andStandardParallel1:andStandardParallel2:andLatitudeOfOrigin:andCentralMeridian:andFalseEasting:andFalseNorthing:","abstract":"

    Get Lambert Conic Conformal 2SP well-known text

    ","parent_name":"GPKGDgiwgWellKnownText"},"Classes/GPKGDgiwgWellKnownText.html#/c:objc(cs)GPKGDgiwgWellKnownText(cm)lambertConicConformal1SPDescription":{"name":"+lambertConicConformal1SPDescription","abstract":"

    Get Lambert Conic Conformal 1SP description

    ","parent_name":"GPKGDgiwgWellKnownText"},"Classes/GPKGDgiwgWellKnownText.html#/c:objc(cs)GPKGDgiwgWellKnownText(cm)lambertConicConformal2SPDescription":{"name":"+lambertConicConformal2SPDescription","abstract":"

    Get Lambert Conic Conformal 2SP description

    ","parent_name":"GPKGDgiwgWellKnownText"},"Classes/GPKGDgiwgValidationKey.html#/c:objc(cs)GPKGDgiwgValidationKey(py)column":{"name":"column","abstract":"

    Column name

    ","parent_name":"GPKGDgiwgValidationKey"},"Classes/GPKGDgiwgValidationKey.html#/c:objc(cs)GPKGDgiwgValidationKey(py)value":{"name":"value","abstract":"

    Value

    ","parent_name":"GPKGDgiwgValidationKey"},"Classes/GPKGDgiwgValidationKey.html#/c:objc(cs)GPKGDgiwgValidationKey(im)initWithColumn:andValue:":{"name":"-initWithColumn:andValue:","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgValidationKey"},"Classes/GPKGDgiwgValidationKey.html#/c:objc(cs)GPKGDgiwgValidationKey(im)initWithColumn:andNumber:":{"name":"-initWithColumn:andNumber:","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgValidationKey"},"Classes/GPKGDgiwgValidationErrors.html#/c:objc(cs)GPKGDgiwgValidationErrors(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgValidationErrors"},"Classes/GPKGDgiwgValidationErrors.html#/c:objc(cs)GPKGDgiwgValidationErrors(im)initWithError:":{"name":"-initWithError:","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgValidationErrors"},"Classes/GPKGDgiwgValidationErrors.html#/c:objc(cs)GPKGDgiwgValidationErrors(im)initWithErrors:":{"name":"-initWithErrors:","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgValidationErrors"},"Classes/GPKGDgiwgValidationErrors.html#/c:objc(cs)GPKGDgiwgValidationErrors(im)initWithValidationErrors:":{"name":"-initWithValidationErrors:","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgValidationErrors"},"Classes/GPKGDgiwgValidationErrors.html#/c:objc(cs)GPKGDgiwgValidationErrors(im)addError:":{"name":"-addError:","abstract":"

    Add a validation error

    ","parent_name":"GPKGDgiwgValidationErrors"},"Classes/GPKGDgiwgValidationErrors.html#/c:objc(cs)GPKGDgiwgValidationErrors(im)addErrors:":{"name":"-addErrors:","abstract":"

    Add validation errors

    ","parent_name":"GPKGDgiwgValidationErrors"},"Classes/GPKGDgiwgValidationErrors.html#/c:objc(cs)GPKGDgiwgValidationErrors(im)addValidationErrors:":{"name":"-addValidationErrors:","abstract":"

    Add validation errors

    ","parent_name":"GPKGDgiwgValidationErrors"},"Classes/GPKGDgiwgValidationErrors.html#/c:objc(cs)GPKGDgiwgValidationErrors(im)isValid":{"name":"-isValid","abstract":"

    Check if valid

    ","parent_name":"GPKGDgiwgValidationErrors"},"Classes/GPKGDgiwgValidationErrors.html#/c:objc(cs)GPKGDgiwgValidationErrors(im)hasErrors":{"name":"-hasErrors","abstract":"

    Has errors

    ","parent_name":"GPKGDgiwgValidationErrors"},"Classes/GPKGDgiwgValidationErrors.html#/c:objc(cs)GPKGDgiwgValidationErrors(im)numErrors":{"name":"-numErrors","abstract":"

    Get the number of errors

    ","parent_name":"GPKGDgiwgValidationErrors"},"Classes/GPKGDgiwgValidationErrors.html#/c:objc(cs)GPKGDgiwgValidationErrors(im)errors":{"name":"-errors","abstract":"

    Get the validation errors

    ","parent_name":"GPKGDgiwgValidationErrors"},"Classes/GPKGDgiwgValidationErrors.html#/c:objc(cs)GPKGDgiwgValidationErrors(im)errorAtIndex:":{"name":"-errorAtIndex:","abstract":"

    Get the validation error at the index

    ","parent_name":"GPKGDgiwgValidationErrors"},"Classes/GPKGDgiwgValidationError.html#/c:objc(cs)GPKGDgiwgValidationError(py)table":{"name":"table","abstract":"

    Table name

    ","parent_name":"GPKGDgiwgValidationError"},"Classes/GPKGDgiwgValidationError.html#/c:objc(cs)GPKGDgiwgValidationError(py)column":{"name":"column","abstract":"

    Column name

    ","parent_name":"GPKGDgiwgValidationError"},"Classes/GPKGDgiwgValidationError.html#/c:objc(cs)GPKGDgiwgValidationError(py)value":{"name":"value","abstract":"

    Error causing value

    ","parent_name":"GPKGDgiwgValidationError"},"Classes/GPKGDgiwgValidationError.html#/c:objc(cs)GPKGDgiwgValidationError(py)constraint":{"name":"constraint","abstract":"

    Constraint

    ","parent_name":"GPKGDgiwgValidationError"},"Classes/GPKGDgiwgValidationError.html#/c:objc(cs)GPKGDgiwgValidationError(py)requirement":{"name":"requirement","abstract":"

    Requirement

    ","parent_name":"GPKGDgiwgValidationError"},"Classes/GPKGDgiwgValidationError.html#/c:objc(cs)GPKGDgiwgValidationError(py)primaryKeys":{"name":"primaryKeys","abstract":"

    Row primary keys

    ","parent_name":"GPKGDgiwgValidationError"},"Classes/GPKGDgiwgValidationError.html#/c:objc(cs)GPKGDgiwgValidationError(im)initWithTable:andColumn:andValue:andConstraint:andRequirement:":{"name":"-initWithTable:andColumn:andValue:andConstraint:andRequirement:","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgValidationError"},"Classes/GPKGDgiwgValidationError.html#/c:objc(cs)GPKGDgiwgValidationError(im)initWithTable:andColumn:andNumber:andConstraint:andRequirement:":{"name":"-initWithTable:andColumn:andNumber:andConstraint:andRequirement:","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgValidationError"},"Classes/GPKGDgiwgValidationError.html#/c:objc(cs)GPKGDgiwgValidationError(im)initWithTable:andColumn:andNumber:andConstraintValue:andRequirement:":{"name":"-initWithTable:andColumn:andNumber:andConstraintValue:andRequirement:","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgValidationError"},"Classes/GPKGDgiwgValidationError.html#/c:objc(cs)GPKGDgiwgValidationError(im)initWithTable:andValue:andConstraint:andRequirement:":{"name":"-initWithTable:andValue:andConstraint:andRequirement:","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgValidationError"},"Classes/GPKGDgiwgValidationError.html#/c:objc(cs)GPKGDgiwgValidationError(im)initWithValue:andConstraint:andRequirement:":{"name":"-initWithValue:andConstraint:andRequirement:","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgValidationError"},"Classes/GPKGDgiwgValidationError.html#/c:objc(cs)GPKGDgiwgValidationError(im)initWithConstraint:andRequirement:":{"name":"-initWithConstraint:andRequirement:","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgValidationError"},"Classes/GPKGDgiwgValidationError.html#/c:objc(cs)GPKGDgiwgValidationError(im)initWithTable:andValue:andConstraint:andRequirement:andKey:":{"name":"-initWithTable:andValue:andConstraint:andRequirement:andKey:","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgValidationError"},"Classes/GPKGDgiwgValidationError.html#/c:objc(cs)GPKGDgiwgValidationError(im)initWithTable:andValue:andConstraint:andRequirement:andKeys:":{"name":"-initWithTable:andValue:andConstraint:andRequirement:andKeys:","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgValidationError"},"Classes/GPKGDgiwgValidationError.html#/c:objc(cs)GPKGDgiwgValidationError(im)initWithTable:andColumn:andValue:andConstraint:andRequirement:andKey:":{"name":"-initWithTable:andColumn:andValue:andConstraint:andRequirement:andKey:","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgValidationError"},"Classes/GPKGDgiwgValidationError.html#/c:objc(cs)GPKGDgiwgValidationError(im)initWithTable:andColumn:andValue:andConstraint:andRequirement:andKeys:":{"name":"-initWithTable:andColumn:andValue:andConstraint:andRequirement:andKeys:","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgValidationError"},"Classes/GPKGDgiwgValidationError.html#/c:objc(cs)GPKGDgiwgValidationError(im)initWithTable:andColumn:andNumber:andConstraint:andRequirement:andKey:":{"name":"-initWithTable:andColumn:andNumber:andConstraint:andRequirement:andKey:","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgValidationError"},"Classes/GPKGDgiwgValidationError.html#/c:objc(cs)GPKGDgiwgValidationError(im)initWithTable:andColumn:andNumber:andConstraint:andRequirement:andKeys:":{"name":"-initWithTable:andColumn:andNumber:andConstraint:andRequirement:andKeys:","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgValidationError"},"Classes/GPKGDgiwgValidationError.html#/c:objc(cs)GPKGDgiwgValidationError(im)initWithTable:andColumn:andNumber:andConstraintValue:andRequirement:andKey:":{"name":"-initWithTable:andColumn:andNumber:andConstraintValue:andRequirement:andKey:","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgValidationError"},"Classes/GPKGDgiwgValidationError.html#/c:objc(cs)GPKGDgiwgValidationError(im)initWithTable:andColumn:andNumber:andConstraintValue:andRequirement:andKeys:":{"name":"-initWithTable:andColumn:andNumber:andConstraintValue:andRequirement:andKeys:","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgValidationError"},"Classes/GPKGDgiwgValidate.html#/c:objc(cs)GPKGDgiwgValidate(cm)isValid:":{"name":"+isValid:","abstract":"

    Is the GeoPackage valid according to the DGIWG GeoPackage Profile

    ","parent_name":"GPKGDgiwgValidate"},"Classes/GPKGDgiwgValidate.html#/c:objc(cs)GPKGDgiwgValidate(cm)validate:":{"name":"+validate:","abstract":"

    Validate the GeoPackage against the DGIWG GeoPackage Profile

    ","parent_name":"GPKGDgiwgValidate"},"Classes/GPKGDgiwgValidate.html#/c:objc(cs)GPKGDgiwgValidate(cm)validateBase:":{"name":"+validateBase:","abstract":"

    Validate the base GeoPackage against the DGIWG GeoPackage Profile

    ","parent_name":"GPKGDgiwgValidate"},"Classes/GPKGDgiwgValidate.html#/c:objc(cs)GPKGDgiwgValidate(cm)validateTable:inGeoPackage:":{"name":"+validateTable:inGeoPackage:","abstract":"

    Validate the GeoPackage table against the DGIWG GeoPackage Profile

    ","parent_name":"GPKGDgiwgValidate"},"Classes/GPKGDgiwgValidate.html#/c:objc(cs)GPKGDgiwgValidate(cm)validateTables:inGeoPackage:":{"name":"+validateTables:inGeoPackage:","abstract":"

    Validate the GeoPackage tables against the DGIWG GeoPackage Profile

    ","parent_name":"GPKGDgiwgValidate"},"Classes/GPKGDgiwgValidate.html#/c:objc(cs)GPKGDgiwgValidate(cm)validateMetadata:":{"name":"+validateMetadata:","abstract":"

    Validate the GeoPackage metadata

    ","parent_name":"GPKGDgiwgValidate"},"Classes/GPKGDgiwgValidate.html#/c:objc(cs)GPKGDgiwgValidate(cm)validateTileTable:inGeoPackage:":{"name":"+validateTileTable:inGeoPackage:","abstract":"

    Validate tile table

    ","parent_name":"GPKGDgiwgValidate"},"Classes/GPKGDgiwgValidate.html#/c:objc(cs)GPKGDgiwgValidate(cm)validateCRSWithTileTable:andSRS:":{"name":"+validateCRSWithTileTable:andSRS:","abstract":"

    Validate the tile coordinate reference system

    ","parent_name":"GPKGDgiwgValidate"},"Classes/GPKGDgiwgValidate.html#/c:objc(cs)GPKGDgiwgValidate(cm)validateFeatureTable:inGeoPackage:":{"name":"+validateFeatureTable:inGeoPackage:","abstract":"

    Validate feature table

    ","parent_name":"GPKGDgiwgValidate"},"Classes/GPKGDgiwgValidate.html#/c:objc(cs)GPKGDgiwgValidate(cm)validateCRSWithFeatureTable:andSRS:":{"name":"+validateCRSWithFeatureTable:andSRS:","abstract":"

    Validate the feature coordinate reference system

    ","parent_name":"GPKGDgiwgValidate"},"Classes/GPKGDgiwgUtils.html#/c:objc(cs)GPKGDgiwgUtils(cm)createTilesWithGeoPackage:andTable:andIdentifier:andDescription:andInformativeBounds:andSRS:andExtentBounds:":{"name":"+createTilesWithGeoPackage:andTable:andIdentifier:andDescription:andInformativeBounds:andSRS:andExtentBounds:","abstract":"

    Create tiles table

    ","parent_name":"GPKGDgiwgUtils"},"Classes/GPKGDgiwgUtils.html#/c:objc(cs)GPKGDgiwgUtils(cm)createTileMatricesWithGeoPackage:andTable:andBounds:andMinZoom:andMaxZoom:andWidth:andHeight:":{"name":"+createTileMatricesWithGeoPackage:andTable:andBounds:andMinZoom:andMaxZoom:andWidth:andHeight:","abstract":"

    Create tile matrices for zoom levels

    ","parent_name":"GPKGDgiwgUtils"},"Classes/GPKGDgiwgUtils.html#/c:objc(cs)GPKGDgiwgUtils(cm)createTileMatricesWithGeoPackage:andTable:andBounds:andZoomLevels:andWidth:andHeight:":{"name":"+createTileMatricesWithGeoPackage:andTable:andBounds:andZoomLevels:andWidth:andHeight:","abstract":"

    Create tile matrices for zoom levels

    ","parent_name":"GPKGDgiwgUtils"},"Classes/GPKGDgiwgUtils.html#/c:objc(cs)GPKGDgiwgUtils(cm)createTileMatrixWithGeoPackage:andTable:andBounds:andZoom:andWidth:andHeight:":{"name":"+createTileMatrixWithGeoPackage:andTable:andBounds:andZoom:andWidth:andHeight:","abstract":"

    Create a tile matrix for a zoom level

    ","parent_name":"GPKGDgiwgUtils"},"Classes/GPKGDgiwgUtils.html#/c:objc(cs)GPKGDgiwgUtils(cm)createTileMatrixWithGeoPackage:andTable:andZoom:andWidth:andHeight:andPixelX:andPixelY:":{"name":"+createTileMatrixWithGeoPackage:andTable:andZoom:andWidth:andHeight:andPixelX:andPixelY:","abstract":"

    Create a tile matrix for a zoom level

    ","parent_name":"GPKGDgiwgUtils"},"Classes/GPKGDgiwgUtils.html#/c:objc(cs)GPKGDgiwgUtils(cm)createFeaturesWithGeoPackage:andTable:andIdentifier:andDescription:andBounds:andGeometryType:andDataType:andColumns:andSRS:":{"name":"+createFeaturesWithGeoPackage:andTable:andIdentifier:andDescription:andBounds:andGeometryType:andDataType:andColumns:andSRS:","abstract":"

    Create features table

    ","parent_name":"GPKGDgiwgUtils"},"Classes/GPKGDgiwgUtils.html#/c:objc(cs)GPKGDgiwgUtils(cm)createMetadataWithGeoPackage:andMetadata:andReference:":{"name":"+createMetadataWithGeoPackage:andMetadata:andReference:","abstract":"

    Create metadata and metadata reference

    ","parent_name":"GPKGDgiwgUtils"},"Classes/GPKGDgiwgUtils.html#/c:objc(cs)GPKGDgiwgUtils(cm)createMetadataWithGeoPackage:andMetadata:":{"name":"+createMetadataWithGeoPackage:andMetadata:","abstract":"

    Create metadata

    ","parent_name":"GPKGDgiwgUtils"},"Classes/GPKGDgiwgUtils.html#/c:objc(cs)GPKGDgiwgUtils(cm)createMetadataReferenceWithGeoPackage:andMetadata:andReference:":{"name":"+createMetadataReferenceWithGeoPackage:andMetadata:andReference:","abstract":"

    Create metadata reference

    ","parent_name":"GPKGDgiwgUtils"},"Classes/GPKGDgiwgUtils.html#/c:objc(cs)GPKGDgiwgUtils(cm)createMetadataReferenceWithGeoPackage:andReference:":{"name":"+createMetadataReferenceWithGeoPackage:andReference:","abstract":"

    Create metadata reference

    ","parent_name":"GPKGDgiwgUtils"},"Classes/GPKGDgiwgUtils.html#/c:objc(cs)GPKGDgiwgUtils(cm)createGeoPackageSeriesMetadata:withGeoPackage:andURI:":{"name":"+createGeoPackageSeriesMetadata:withGeoPackage:andURI:","abstract":"

    Create GeoPackage metadata with a series scope and metadata reference

    ","parent_name":"GPKGDgiwgUtils"},"Classes/GPKGDgiwgUtils.html#/c:objc(cs)GPKGDgiwgUtils(cm)createGeoPackageDatasetMetadata:withGeoPackage:andURI:":{"name":"+createGeoPackageDatasetMetadata:withGeoPackage:andURI:","abstract":"

    Create GeoPackage metadata with a dataset scope and metadata reference

    ","parent_name":"GPKGDgiwgUtils"},"Classes/GPKGDgiwgUtils.html#/c:objc(cs)GPKGDgiwgUtils(cm)createGeoPackageMetadata:withGeoPackage:andScope:andURI:":{"name":"+createGeoPackageMetadata:withGeoPackage:andScope:andURI:","abstract":"

    Create GeoPackage metadata and metadata reference

    ","parent_name":"GPKGDgiwgUtils"},"Classes/GPKGDgiwgUtils.html#/c:objc(cs)GPKGDgiwgUtils(cm)createMetadata:withGeoPackage:andScope:andURI:andReference:":{"name":"+createMetadata:withGeoPackage:andScope:andURI:andReference:","abstract":"

    Create metadata and metadata reference

    ","parent_name":"GPKGDgiwgUtils"},"Classes/GPKGDgiwgRequirements.html#/c:objc(cs)GPKGDgiwgRequirements(cm)number:":{"name":"+number:","abstract":"

    Get the requirement number

    ","parent_name":"GPKGDgiwgRequirements"},"Classes/GPKGDgiwgRequirements.html#/c:objc(cs)GPKGDgiwgRequirements(cm)name:":{"name":"+name:","abstract":"

    Get the requirement name

    ","parent_name":"GPKGDgiwgRequirements"},"Classes/GPKGDgiwgRequirements.html#/c:objc(cs)GPKGDgiwgRequirements(cm)identifier:":{"name":"+identifier:","abstract":"

    Get the requirement identifier

    ","parent_name":"GPKGDgiwgRequirements"},"Classes/GPKGDgiwgRequirements.html#/c:objc(cs)GPKGDgiwgRequirements(cm)fullIdentifier:":{"name":"+fullIdentifier:","abstract":"

    Get the full requirement identifier with prefix

    ","parent_name":"GPKGDgiwgRequirements"},"Classes/GPKGDgiwgRequirements.html#/c:objc(cs)GPKGDgiwgRequirements(cm)description:":{"name":"+description:","abstract":"

    Get the description

    ","parent_name":"GPKGDgiwgRequirements"},"Classes/GPKGDgiwgMetadata.html#/c:objc(cs)GPKGDgiwgMetadata(cm)createSeriesMetadata:withURI:":{"name":"+createSeriesMetadata:withURI:","abstract":"

    Create a new metadata object with a series scope

    ","parent_name":"GPKGDgiwgMetadata"},"Classes/GPKGDgiwgMetadata.html#/c:objc(cs)GPKGDgiwgMetadata(cm)createDatasetMetadata:withURI:":{"name":"+createDatasetMetadata:withURI:","abstract":"

    Create a new metadata object with a dataset scope

    ","parent_name":"GPKGDgiwgMetadata"},"Classes/GPKGDgiwgMetadata.html#/c:objc(cs)GPKGDgiwgMetadata(cm)createMetadata:withScope:andURI:":{"name":"+createMetadata:withScope:andURI:","abstract":"

    Create a new metadata object

    ","parent_name":"GPKGDgiwgMetadata"},"Classes/GPKGDgiwgMetadata.html#/c:objc(cs)GPKGDgiwgMetadata(cm)createGeoPackageMetadataReference":{"name":"+createGeoPackageMetadataReference","abstract":"

    Create a new metadata reference object with a GeoPackage scope

    ","parent_name":"GPKGDgiwgMetadata"},"Classes/GPKGDgiwgMetadata.html#/c:objc(cs)GPKGDgiwgMetadata(cm)createMetadataReferenceWithScope:":{"name":"+createMetadataReferenceWithScope:","abstract":"

    Create a new metadata reference object

    ","parent_name":"GPKGDgiwgMetadata"},"Classes/GPKGDgiwgMetadata.html#/c:objc(cs)GPKGDgiwgMetadata(cm)queryGeoPackageDMFMetadata:":{"name":"+queryGeoPackageDMFMetadata:","abstract":"

    Query for GeoPackage DGIWG Metadata Foundation (DMF) metadata

    ","parent_name":"GPKGDgiwgMetadata"},"Classes/GPKGDgiwgMetadata.html#/c:objc(cs)GPKGDgiwgMetadata(cm)queryGeoPackageNASMetadata:":{"name":"+queryGeoPackageNASMetadata:","abstract":"

    Query for GeoPackage NSG Metadata Foundation (NMF) NSG Application Schema","parent_name":"GPKGDgiwgMetadata"},"Classes/GPKGDgiwgMetadata.html#/c:objc(cs)GPKGDgiwgMetadata(cm)queryGeoPackageMetadata:withBaseURI:":{"name":"+queryGeoPackageMetadata:withBaseURI:","abstract":"

    Query for GeoPackage metadata

    ","parent_name":"GPKGDgiwgMetadata"},"Classes/GPKGDgiwgGeoPackageManager.html#/c:objc(cs)GPKGDgiwgGeoPackageManager(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgGeoPackageManager"},"Classes/GPKGDgiwgGeoPackageManager.html#/c:objc(cs)GPKGDgiwgGeoPackageManager(im)create:withMetadata:":{"name":"-create:withMetadata:","abstract":"

    Create a GeoPackage

    ","parent_name":"GPKGDgiwgGeoPackageManager"},"Classes/GPKGDgiwgGeoPackageManager.html#/c:objc(cs)GPKGDgiwgGeoPackageManager(im)create:withURI:andMetadata:":{"name":"-create:withURI:andMetadata:","abstract":"

    Create a GeoPackage

    ","parent_name":"GPKGDgiwgGeoPackageManager"},"Classes/GPKGDgiwgGeoPackageManager.html#/c:objc(cs)GPKGDgiwgGeoPackageManager(im)create:inDirectory:withMetadata:":{"name":"-create:inDirectory:withMetadata:","abstract":"

    Create a new GeoPackage database in specified directory

    ","parent_name":"GPKGDgiwgGeoPackageManager"},"Classes/GPKGDgiwgGeoPackageManager.html#/c:objc(cs)GPKGDgiwgGeoPackageManager(im)create:inDirectory:withURI:andMetadata:":{"name":"-create:inDirectory:withURI:andMetadata:","abstract":"

    Create a new GeoPackage database in specified directory

    ","parent_name":"GPKGDgiwgGeoPackageManager"},"Classes/GPKGDgiwgGeoPackageManager.html#/c:objc(cs)GPKGDgiwgGeoPackageManager(im)open:":{"name":"-open:","abstract":"

    Open the database

    ","parent_name":"GPKGDgiwgGeoPackageManager"},"Classes/GPKGDgiwgGeoPackageManager.html#/c:objc(cs)GPKGDgiwgGeoPackageManager(im)open:andValidate:":{"name":"-open:andValidate:","abstract":"

    Open the database

    ","parent_name":"GPKGDgiwgGeoPackageManager"},"Classes/GPKGDgiwgGeoPackageManager.html#/c:objc(cs)GPKGDgiwgGeoPackageManager(im)openDGIWG:":{"name":"-openDGIWG:","abstract":"

    Open the database

    ","parent_name":"GPKGDgiwgGeoPackageManager"},"Classes/GPKGDgiwgGeoPackageManager.html#/c:objc(cs)GPKGDgiwgGeoPackageManager(im)openDGIWG:andValidate:":{"name":"-openDGIWG:andValidate:","abstract":"

    Open the database

    ","parent_name":"GPKGDgiwgGeoPackageManager"},"Classes/GPKGDgiwgGeoPackageManager.html#/c:objc(cs)GPKGDgiwgGeoPackageManager(im)deleteDGIWG:":{"name":"-deleteDGIWG:","abstract":"

    Delete the database

    ","parent_name":"GPKGDgiwgGeoPackageManager"},"Classes/GPKGDgiwgGeoPackageManager.html#/c:objc(cs)GPKGDgiwgGeoPackageManager(im)deleteDGIWG:andFile:":{"name":"-deleteDGIWG:andFile:","abstract":"

    Delete the database

    ","parent_name":"GPKGDgiwgGeoPackageManager"},"Classes/GPKGDgiwgGeoPackageManager.html#/c:objc(cs)GPKGDgiwgGeoPackageManager(cm)isValid:":{"name":"+isValid:","abstract":"

    Is the GeoPackage valid according to the DGIWG GeoPackage Profile

    ","parent_name":"GPKGDgiwgGeoPackageManager"},"Classes/GPKGDgiwgGeoPackageManager.html#/c:objc(cs)GPKGDgiwgGeoPackageManager(cm)validate:":{"name":"+validate:","abstract":"

    Validate the GeoPackage against the DGIWG GeoPackage Profile

    ","parent_name":"GPKGDgiwgGeoPackageManager"},"Classes/GPKGDgiwgGeoPackageFactory.html#/c:objc(cs)GPKGDgiwgGeoPackageFactory(cm)manager":{"name":"+manager","abstract":"

    Get a GeoPackage Manager

    ","parent_name":"GPKGDgiwgGeoPackageFactory"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)initWithGeoPackage:":{"name":"-initWithGeoPackage:","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)file":{"name":"-file","abstract":"

    Get the DGIWG file

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)fileName":{"name":"-fileName","abstract":"

    Get the DGIWG file name

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)isValid":{"name":"-isValid","abstract":"

    Is the GeoPackage valid according to the DGIWG GeoPackage Profile

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)validate":{"name":"-validate","abstract":"

    Validate the GeoPackage against the DGIWG GeoPackage Profile

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)errors":{"name":"-errors","abstract":"

    Get the most recent {@link #validate()} results

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)validateTable:":{"name":"-validateTable:","abstract":"

    Validate the GeoPackage table against the DGIWG GeoPackage Profile

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)validateTables:":{"name":"-validateTables:","abstract":"

    Validate the GeoPackage tables against the DGIWG GeoPackage Profile

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createTilesWithTable:andCRS:":{"name":"-createTilesWithTable:andCRS:","abstract":"

    Create tiles table

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createTilesWithTable:andIdentifier:andDescription:andCRS:":{"name":"-createTilesWithTable:andIdentifier:andDescription:andCRS:","abstract":"

    Create tiles table

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createTilesWithTable:andIdentifier:andDescription:andInformativeBounds:andCRS:":{"name":"-createTilesWithTable:andIdentifier:andDescription:andInformativeBounds:andCRS:","abstract":"

    Create tiles table

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createTilesWithTable:andCRS:andExtentBounds:":{"name":"-createTilesWithTable:andCRS:andExtentBounds:","abstract":"

    Create tiles table

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createTilesWithTable:andIdentifier:andDescription:andCRS:andExtentBounds:":{"name":"-createTilesWithTable:andIdentifier:andDescription:andCRS:andExtentBounds:","abstract":"

    Create tiles table

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createTilesWithTable:andIdentifier:andDescription:andInformativeBounds:andCRS:andExtentBounds:":{"name":"-createTilesWithTable:andIdentifier:andDescription:andInformativeBounds:andCRS:andExtentBounds:","abstract":"

    Create tiles table

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createTilesWithTable:andSRS:andExtentBounds:":{"name":"-createTilesWithTable:andSRS:andExtentBounds:","abstract":"

    Create tiles table

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createTilesWithTable:andIdentifier:andDescription:andSRS:andExtentBounds:":{"name":"-createTilesWithTable:andIdentifier:andDescription:andSRS:andExtentBounds:","abstract":"

    Create tiles table

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createTilesWithTable:andIdentifier:andDescription:andInformativeBounds:andSRS:andExtentBounds:":{"name":"-createTilesWithTable:andIdentifier:andDescription:andInformativeBounds:andSRS:andExtentBounds:","abstract":"

    Create tiles table

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createTileMatricesWithTileMatrixSet:andMinZoom:andMaxZoom:andWidth:andHeight:":{"name":"-createTileMatricesWithTileMatrixSet:andMinZoom:andMaxZoom:andWidth:andHeight:","abstract":"

    Create tile matrices for zoom levels

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createTileMatricesWithTable:andBounds:andMinZoom:andMaxZoom:andWidth:andHeight:":{"name":"-createTileMatricesWithTable:andBounds:andMinZoom:andMaxZoom:andWidth:andHeight:","abstract":"

    Create tile matrices for zoom levels

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createTileMatricesWithTileMatrixSet:andZoomLevels:andWidth:andHeight:":{"name":"-createTileMatricesWithTileMatrixSet:andZoomLevels:andWidth:andHeight:","abstract":"

    Create tile matrices for zoom levels

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createTileMatricesWithTable:andBounds:andZoomLevels:andWidth:andHeight:":{"name":"-createTileMatricesWithTable:andBounds:andZoomLevels:andWidth:andHeight:","abstract":"

    Create tile matrices for zoom levels

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createTileMatrixWithTileMatrixSet:andZoom:andWidth:andHeight:":{"name":"-createTileMatrixWithTileMatrixSet:andZoom:andWidth:andHeight:","abstract":"

    Create a tile matrix for a zoom level

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createTileMatrixWithTable:andBounds:andZoom:andWidth:andHeight:":{"name":"-createTileMatrixWithTable:andBounds:andZoom:andWidth:andHeight:","abstract":"

    Create a tile matrix for a zoom level

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createTileMatrixWithTable:andZoom:andWidth:andHeight:andPixelX:andPixelY:":{"name":"-createTileMatrixWithTable:andZoom:andWidth:andHeight:andPixelX:andPixelY:","abstract":"

    Create a tile matrix for a zoom level

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createFeaturesWithTable:andGeometryType:andCRS:":{"name":"-createFeaturesWithTable:andGeometryType:andCRS:","abstract":"

    Create features table

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createFeaturesWithTable:andGeometryType:andColumns:andCRS:":{"name":"-createFeaturesWithTable:andGeometryType:andColumns:andCRS:","abstract":"

    Create features table

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createFeaturesWithTable:andIdentifier:andDescription:andGeometryType:andCRS:":{"name":"-createFeaturesWithTable:andIdentifier:andDescription:andGeometryType:andCRS:","abstract":"

    Create features table

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createFeaturesWithTable:andIdentifier:andDescription:andGeometryType:andColumns:andCRS:":{"name":"-createFeaturesWithTable:andIdentifier:andDescription:andGeometryType:andColumns:andCRS:","abstract":"

    Create features table

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createFeaturesWithTable:andBounds:andGeometryType:andCRS:":{"name":"-createFeaturesWithTable:andBounds:andGeometryType:andCRS:","abstract":"

    Create features table

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createFeaturesWithTable:andBounds:andGeometryType:andColumns:andCRS:":{"name":"-createFeaturesWithTable:andBounds:andGeometryType:andColumns:andCRS:","abstract":"

    Create features table

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createFeaturesWithTable:andIdentifier:andDescription:andBounds:andGeometryType:andCRS:":{"name":"-createFeaturesWithTable:andIdentifier:andDescription:andBounds:andGeometryType:andCRS:","abstract":"

    Create features table

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createFeaturesWithTable:andIdentifier:andDescription:andBounds:andGeometryType:andColumns:andCRS:":{"name":"-createFeaturesWithTable:andIdentifier:andDescription:andBounds:andGeometryType:andColumns:andCRS:","abstract":"

    Create features table

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createFeaturesWithTable:andBounds:andGeometryType:andDataType:andSRS:":{"name":"-createFeaturesWithTable:andBounds:andGeometryType:andDataType:andSRS:","abstract":"

    Create features table

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createFeaturesWithTable:andBounds:andGeometryType:andDataType:andColumns:andSRS:":{"name":"-createFeaturesWithTable:andBounds:andGeometryType:andDataType:andColumns:andSRS:","abstract":"

    Create features table

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createFeaturesWithTable:andIdentifier:andDescription:andBounds:andGeometryType:andDataType:andSRS:":{"name":"-createFeaturesWithTable:andIdentifier:andDescription:andBounds:andGeometryType:andDataType:andSRS:","abstract":"

    Create features table

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createFeaturesWithTable:andIdentifier:andDescription:andBounds:andGeometryType:andDataType:andColumns:andSRS:":{"name":"-createFeaturesWithTable:andIdentifier:andDescription:andBounds:andGeometryType:andDataType:andColumns:andSRS:","abstract":"

    Create features table

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createMetadata:andReference:":{"name":"-createMetadata:andReference:","abstract":"

    Create metadata and metadata reference

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createMetadata:":{"name":"-createMetadata:","abstract":"

    Create metadata

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createMetadataReference:withMetadata:":{"name":"-createMetadataReference:withMetadata:","abstract":"

    Create metadata reference

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createMetadataReference:":{"name":"-createMetadataReference:","abstract":"

    Create metadata reference

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createGeoPackageSeriesMetadata:withURI:":{"name":"-createGeoPackageSeriesMetadata:withURI:","abstract":"

    Create GeoPackage metadata with a series scope and metadata reference

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createGeoPackageDatasetMetadata:withURI:":{"name":"-createGeoPackageDatasetMetadata:withURI:","abstract":"

    Create GeoPackage metadata with a dataset scope and metadata reference

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createGeoPackageMetadata:withScope:andURI:":{"name":"-createGeoPackageMetadata:withScope:andURI:","abstract":"

    Create GeoPackage metadata and metadata reference

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createMetadata:withScope:andURI:andReference:":{"name":"-createMetadata:withScope:andURI:andReference:","abstract":"

    Create metadata and metadata reference

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)queryGeoPackageDMFMetadata":{"name":"-queryGeoPackageDMFMetadata","abstract":"

    Query for GeoPackage DGIWG Metadata Foundation (DMF) metadata

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)queryGeoPackageNASMetadata":{"name":"-queryGeoPackageNASMetadata","abstract":"

    Query for GeoPackage NSG Metadata Foundation (NMF) NSG Application Schema","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)queryGeoPackageMetadataWithBaseURI:":{"name":"-queryGeoPackageMetadataWithBaseURI:","abstract":"

    Query for GeoPackage metadata

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(py)producer":{"name":"producer","abstract":"

    GeoPackage producer

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(py)dataProduct":{"name":"dataProduct","abstract":"

    Data Product(s)

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(py)geographicCoverageArea":{"name":"geographicCoverageArea","abstract":"

    Geographic Coverage Area

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(py)zoomLevels":{"name":"zoomLevels","abstract":"

    Zoom Levels

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(py)version":{"name":"version","abstract":"

    Version

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(py)creationDateText":{"name":"creationDateText","abstract":"

    GeoPackage Creation Date

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(py)creationDate":{"name":"creationDate","abstract":"

    GeoPackage Creation Date

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(py)additional":{"name":"additional","abstract":"

    Optional additional elements, for mission or agency specific use

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(im)initWithName:":{"name":"-initWithName:","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(im)zoomLevel1":{"name":"-zoomLevel1","abstract":"

    Get the zoom level part 1, max zoom or scale map units

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(im)hasZoomLevel1":{"name":"-hasZoomLevel1","abstract":"

    Has a zoom level part 1, max zoom or scale map units

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(im)zoomLevel2":{"name":"-zoomLevel2","abstract":"

    Get the zoom level part 2, max zoom or scale surface units

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(im)hasZoomLevel2":{"name":"-hasZoomLevel2","abstract":"

    Has a zoom level part 2, max zoom or scale surface units

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(im)setZoomLevelRangeWithMin:andMax:":{"name":"-setZoomLevelRangeWithMin:andMax:","abstract":"

    Set the zoom level range

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(im)setZoomLevelScaleWithMapUnits:andSurfaceUnits:":{"name":"-setZoomLevelScaleWithMapUnits:andSurfaceUnits:","abstract":"

    Set the zoom level map scale

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(im)majorVersion":{"name":"-majorVersion","abstract":"

    Get the major version

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(im)hasMajorVersion":{"name":"-hasMajorVersion","abstract":"

    Has a major version

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(im)minorVersion":{"name":"-minorVersion","abstract":"

    Get the minor version

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(im)hasMinorVersion":{"name":"-hasMinorVersion","abstract":"

    Has a minor version

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(im)setVersionWithMajor:andMinor:":{"name":"-setVersionWithMajor:andMinor:","abstract":"

    Set the version

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(im)hasAdditional":{"name":"-hasAdditional","abstract":"

    Has additional elements

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(im)addAdditional:":{"name":"-addAdditional:","abstract":"

    Add an additional element

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(im)isInformative":{"name":"-isInformative","abstract":"

    Determine if a complete informative file name

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(im)name":{"name":"-name","abstract":"

    Get the file name

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(im)nameWithExtension":{"name":"-nameWithExtension","abstract":"

    Get the file name with GeoPackage extension

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(im)delimitersToSpaces:":{"name":"-delimitersToSpaces:","abstract":"

    Replace word delimiters with spaces

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFile.html#/c:objc(cs)GPKGDgiwgFile(py)file":{"name":"file","abstract":"

    GeoPackage File

    ","parent_name":"GPKGDgiwgFile"},"Classes/GPKGDgiwgFile.html#/c:objc(cs)GPKGDgiwgFile(py)fileName":{"name":"fileName","abstract":"

    DGIWG File Name

    ","parent_name":"GPKGDgiwgFile"},"Classes/GPKGDgiwgFile.html#/c:objc(cs)GPKGDgiwgFile(im)initWithFile:":{"name":"-initWithFile:","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgFile"},"Classes/GPKGDgiwgFile.html#/c:objc(cs)GPKGDgiwgFile(im)initWithFile:andFileName:":{"name":"-initWithFile:andFileName:","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgFile"},"Classes/GPKGDgiwgFile.html#/c:objc(cs)GPKGDgiwgFile(im)initWithFile:andName:":{"name":"-initWithFile:andName:","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgFile"},"Classes/GPKGDgiwgFile.html#/c:objc(cs)GPKGDgiwgFile(im)name":{"name":"-name","abstract":"

    Get the file name

    ","parent_name":"GPKGDgiwgFile"},"Classes/GPKGDgiwgFile.html#/c:objc(cs)GPKGDgiwgFile(im)setFileNameFromFile:":{"name":"-setFileNameFromFile:","abstract":"

    Set the DGIWG file name

    ","parent_name":"GPKGDgiwgFile"},"Classes/GPKGDgiwgDataTypes.html#/c:objc(cs)GPKGDgiwgDataTypes(cm)dataType:":{"name":"+dataType:","abstract":"

    Get the contents data type

    ","parent_name":"GPKGDgiwgDataTypes"},"Classes/GPKGDgiwgDataTypes.html#/c:objc(cs)GPKGDgiwgDataTypes(cm)name:":{"name":"+name:","abstract":"

    Get the name

    ","parent_name":"GPKGDgiwgDataTypes"},"Classes/GPKGDgiwgDataTypes.html#/c:objc(cs)GPKGDgiwgDataTypes(cm)dimension:":{"name":"+dimension:","abstract":"

    Get the dimension

    ","parent_name":"GPKGDgiwgDataTypes"},"Classes/GPKGDgiwgDataTypes.html#/c:objc(cs)GPKGDgiwgDataTypes(cm)isFeatures:":{"name":"+isFeatures:","abstract":"

    Is a features data type

    ","parent_name":"GPKGDgiwgDataTypes"},"Classes/GPKGDgiwgDataTypes.html#/c:objc(cs)GPKGDgiwgDataTypes(cm)isTiles:":{"name":"+isTiles:","abstract":"

    Is a tiles data type

    ","parent_name":"GPKGDgiwgDataTypes"},"Classes/GPKGDgiwgDataTypes.html#/c:objc(cs)GPKGDgiwgDataTypes(cm)is2D:":{"name":"+is2D:","abstract":"

    Is a 2D data type

    ","parent_name":"GPKGDgiwgDataTypes"},"Classes/GPKGDgiwgDataTypes.html#/c:objc(cs)GPKGDgiwgDataTypes(cm)is3D:":{"name":"+is3D:","abstract":"

    Is a 3D data type

    ","parent_name":"GPKGDgiwgDataTypes"},"Classes/GPKGDgiwgDataTypes.html#/c:objc(cs)GPKGDgiwgDataTypes(cm)z:":{"name":"+z:","abstract":"

    Get a geometry columns z value, 0 for prohibited and 1 for mandatory

    ","parent_name":"GPKGDgiwgDataTypes"},"Classes/GPKGDgiwgDataTypes.html#/c:objc(cs)GPKGDgiwgDataTypes(cm)dataTypes:":{"name":"+dataTypes:","abstract":"

    Get the data types for the contents data type

    ","parent_name":"GPKGDgiwgDataTypes"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(cm)fromType:":{"name":"+fromType:","abstract":"

    Get a CRS by type

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(im)type":{"name":"-type","abstract":"

    Get the type

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(im)authority":{"name":"-authority","abstract":"

    Get the authority

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(im)code":{"name":"-code","abstract":"

    Get the code

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(im)authorityAndCode":{"name":"-authorityAndCode","abstract":"

    Get the authority and code

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(im)name":{"name":"-name","abstract":"

    Get the name

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(im)crsType":{"name":"-crsType","abstract":"

    Get the CRS type

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(im)dimension":{"name":"-dimension","abstract":"

    Get the dimension

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(im)wkt":{"name":"-wkt","abstract":"

    Get the Well-Known Text

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(im)theDescription":{"name":"-theDescription","abstract":"

    Get the description

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(im)bounds":{"name":"-bounds","abstract":"

    Get the bounds

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(im)wgs84Bounds":{"name":"-wgs84Bounds","abstract":"

    Get the WGS84 bounds extent

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(im)dataTypes":{"name":"-dataTypes","abstract":"

    Get the data types

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(im)dataTypeNames":{"name":"-dataTypeNames","abstract":"

    Get the data type names

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(im)isCRSType:":{"name":"-isCRSType:","abstract":"

    Is the CRS Type

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(im)isDataType:":{"name":"-isDataType:","abstract":"

    Is valid for the Data Type

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(im)contentsDataTypes":{"name":"-contentsDataTypes","abstract":"

    Get the contents data types

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(im)tilesDataTypes":{"name":"-tilesDataTypes","abstract":"

    Get the tiles data types

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(im)hasTilesDataTypes":{"name":"-hasTilesDataTypes","abstract":"

    Has tiles data types

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(im)featuresDataTypes":{"name":"-featuresDataTypes","abstract":"

    Get the features data types

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(im)hasFeaturesDataTypes":{"name":"-hasFeaturesDataTypes","abstract":"

    Has features data types

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(im)dataTypes:":{"name":"-dataTypes:","abstract":"

    Get the data types for the contents data type

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(im)createSpatialReferenceSystem":{"name":"-createSpatialReferenceSystem","abstract":"

    Create a Spatial Reference System

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(im)createTilesSpatialReferenceSystem":{"name":"-createTilesSpatialReferenceSystem","abstract":"

    Validate the CRS for tiles and get the SRS

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(im)createFeaturesSpatialReferenceSystem":{"name":"-createFeaturesSpatialReferenceSystem","abstract":"

    Validate the CRS for features and get the SRS

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(cm)createLambertConicConformal1SPWithEPSG:andName:andCRS:andGeoDatum:andLatitudeOfOrigin:andCentralMeridian:andScaleFactor:andFalseEasting:andFalseNorthing:":{"name":"+createLambertConicConformal1SPWithEPSG:andName:andCRS:andGeoDatum:andLatitudeOfOrigin:andCentralMeridian:andScaleFactor:andFalseEasting:andFalseNorthing:","abstract":"

    Create a Lambert Conic Conformal 1SP Spatial Reference System

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(cm)createLambertConicConformal2SPWithEPSG:andName:andCRS:andGeoDatum:andStandardParallel1:andStandardParallel2:andLatitudeOfOrigin:andCentralMeridian:andFalseEasting:andFalseNorthing:":{"name":"+createLambertConicConformal2SPWithEPSG:andName:andCRS:andGeoDatum:andStandardParallel1:andStandardParallel2:andLatitudeOfOrigin:andCentralMeridian:andFalseEasting:andFalseNorthing:","abstract":"

    Create a Lambert Conic Conformal 2SP Spatial Reference System

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(cm)coordinateReferenceSystemWithEPSG:":{"name":"+coordinateReferenceSystemWithEPSG:","abstract":"

    Get the coordinate reference system for the EPSG code

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(cm)coordinateReferenceSystemWithSRS:":{"name":"+coordinateReferenceSystemWithSRS:","abstract":"

    Get the coordinate reference system for the spatial reference system

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(cm)coordinateReferenceSystemWithAuthority:andCode:":{"name":"+coordinateReferenceSystemWithAuthority:andCode:","abstract":"

    Get the coordinate reference system for the authority and code

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(cm)coordinateReferenceSystemsForType:":{"name":"+coordinateReferenceSystemsForType:","abstract":"

    Get the supported coordinate reference systems for the data type

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(cm)coordinateReferenceSystemsForContentsType:":{"name":"+coordinateReferenceSystemsForContentsType:","abstract":"

    Get the supported coordinate reference systems for the contents data type

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGUniqueConstraint.html#/c:objc(cs)GPKGUniqueConstraint(py)columns":{"name":"columns","abstract":"

    Columns included in the unique constraint

    ","parent_name":"GPKGUniqueConstraint"},"Classes/GPKGUniqueConstraint.html#/c:objc(cs)GPKGUniqueConstraint(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGUniqueConstraint"},"Classes/GPKGUniqueConstraint.html#/c:objc(cs)GPKGUniqueConstraint(im)initWithName:":{"name":"-initWithName:","abstract":"

    Initialize

    ","parent_name":"GPKGUniqueConstraint"},"Classes/GPKGUniqueConstraint.html#/c:objc(cs)GPKGUniqueConstraint(im)initWithOrder:":{"name":"-initWithOrder:","abstract":"

    Initialize

    ","parent_name":"GPKGUniqueConstraint"},"Classes/GPKGUniqueConstraint.html#/c:objc(cs)GPKGUniqueConstraint(im)initWithName:andOrder:":{"name":"-initWithName:andOrder:","abstract":"

    Initialize

    ","parent_name":"GPKGUniqueConstraint"},"Classes/GPKGUniqueConstraint.html#/c:objc(cs)GPKGUniqueConstraint(im)initWithColumn:":{"name":"-initWithColumn:","abstract":"

    Initialize

    ","parent_name":"GPKGUniqueConstraint"},"Classes/GPKGUniqueConstraint.html#/c:objc(cs)GPKGUniqueConstraint(im)initWithColumns:":{"name":"-initWithColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGUniqueConstraint"},"Classes/GPKGUniqueConstraint.html#/c:objc(cs)GPKGUniqueConstraint(im)initWithName:andColumn:":{"name":"-initWithName:andColumn:","abstract":"

    Initialize

    ","parent_name":"GPKGUniqueConstraint"},"Classes/GPKGUniqueConstraint.html#/c:objc(cs)GPKGUniqueConstraint(im)initWithName:andColumns:":{"name":"-initWithName:andColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGUniqueConstraint"},"Classes/GPKGUniqueConstraint.html#/c:objc(cs)GPKGUniqueConstraint(im)addColumn:":{"name":"-addColumn:","abstract":"

    Add column

    ","parent_name":"GPKGUniqueConstraint"},"Classes/GPKGUniqueConstraint.html#/c:objc(cs)GPKGUniqueConstraint(im)addColumns:":{"name":"-addColumns:","abstract":"

    Add columns

    ","parent_name":"GPKGUniqueConstraint"},"Classes/GPKGTableInfo.html#/c:objc(cs)GPKGTableInfo(im)tableName":{"name":"-tableName","abstract":"

    Get the table name

    ","parent_name":"GPKGTableInfo"},"Classes/GPKGTableInfo.html#/c:objc(cs)GPKGTableInfo(im)numColumns":{"name":"-numColumns","abstract":"

    Number of columns

    ","parent_name":"GPKGTableInfo"},"Classes/GPKGTableInfo.html#/c:objc(cs)GPKGTableInfo(im)columns":{"name":"-columns","abstract":"

    Get the columns

    ","parent_name":"GPKGTableInfo"},"Classes/GPKGTableInfo.html#/c:objc(cs)GPKGTableInfo(im)columnAtIndex:":{"name":"-columnAtIndex:","abstract":"

    Get the column at the index

    ","parent_name":"GPKGTableInfo"},"Classes/GPKGTableInfo.html#/c:objc(cs)GPKGTableInfo(im)hasColumn:":{"name":"-hasColumn:","abstract":"

    Check if the table has the column

    ","parent_name":"GPKGTableInfo"},"Classes/GPKGTableInfo.html#/c:objc(cs)GPKGTableInfo(im)column:":{"name":"-column:","abstract":"

    Get the column with the name

    ","parent_name":"GPKGTableInfo"},"Classes/GPKGTableInfo.html#/c:objc(cs)GPKGTableInfo(im)hasPrimaryKey":{"name":"-hasPrimaryKey","abstract":"

    Check if the table has one or more primary keys

    ","parent_name":"GPKGTableInfo"},"Classes/GPKGTableInfo.html#/c:objc(cs)GPKGTableInfo(im)primaryKeys":{"name":"-primaryKeys","abstract":"

    Get the primary key columns

    ","parent_name":"GPKGTableInfo"},"Classes/GPKGTableInfo.html#/c:objc(cs)GPKGTableInfo(im)primaryKey":{"name":"-primaryKey","abstract":"

    Get the single or first primary key if one exists

    ","parent_name":"GPKGTableInfo"},"Classes/GPKGTableInfo.html#/c:objc(cs)GPKGTableInfo(cm)infoWithConnection:andTable:":{"name":"+infoWithConnection:andTable:","abstract":"

    Query for the table_info of the table name

    ","parent_name":"GPKGTableInfo"},"Classes/GPKGTableInfo.html#/c:objc(cs)GPKGTableInfo(cm)dataType:":{"name":"+dataType:","abstract":"

    Get the data type from the type value

    ","parent_name":"GPKGTableInfo"},"Classes/GPKGTableInfo.html#/c:objc(cs)GPKGTableInfo(cm)defaultValue:withType:":{"name":"+defaultValue:withType:","abstract":"

    Get the default object value for the string default value and type

    ","parent_name":"GPKGTableInfo"},"Classes/GPKGTableInfo.html#/c:objc(cs)GPKGTableInfo(cm)defaultValue:withDataType:":{"name":"+defaultValue:withDataType:","abstract":"

    Get the default object value for the string default value with the data","parent_name":"GPKGTableInfo"},"Classes/GPKGTableConstraints.html#/c:objc(cs)GPKGTableConstraints(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGTableConstraints"},"Classes/GPKGTableConstraints.html#/c:objc(cs)GPKGTableConstraints(im)addTableConstraint:":{"name":"-addTableConstraint:","abstract":"

    Add a table constraint

    ","parent_name":"GPKGTableConstraints"},"Classes/GPKGTableConstraints.html#/c:objc(cs)GPKGTableConstraints(im)addTableConstraints:":{"name":"-addTableConstraints:","abstract":"

    Add table constraints

    ","parent_name":"GPKGTableConstraints"},"Classes/GPKGTableConstraints.html#/c:objc(cs)GPKGTableConstraints(im)tableConstraints":{"name":"-tableConstraints","abstract":"

    Get the table constraints

    ","parent_name":"GPKGTableConstraints"},"Classes/GPKGTableConstraints.html#/c:objc(cs)GPKGTableConstraints(im)tableConstraintAtIndex:":{"name":"-tableConstraintAtIndex:","abstract":"

    Get the table constraint at the index

    ","parent_name":"GPKGTableConstraints"},"Classes/GPKGTableConstraints.html#/c:objc(cs)GPKGTableConstraints(im)numTableConstraints":{"name":"-numTableConstraints","abstract":"

    Get the number of table constraints

    ","parent_name":"GPKGTableConstraints"},"Classes/GPKGTableConstraints.html#/c:objc(cs)GPKGTableConstraints(im)addColumnConstraint:forColumn:":{"name":"-addColumnConstraint:forColumn:","abstract":"

    Add a column constraint

    ","parent_name":"GPKGTableConstraints"},"Classes/GPKGTableConstraints.html#/c:objc(cs)GPKGTableConstraints(im)addColumnConstraintsInArray:forColumn:":{"name":"-addColumnConstraintsInArray:forColumn:","abstract":"

    Add column constraints

    ","parent_name":"GPKGTableConstraints"},"Classes/GPKGTableConstraints.html#/c:objc(cs)GPKGTableConstraints(im)addColumnConstraints:":{"name":"-addColumnConstraints:","abstract":"

    Add column constraints

    ","parent_name":"GPKGTableConstraints"},"Classes/GPKGTableConstraints.html#/c:objc(cs)GPKGTableConstraints(im)addColumnConstraintsInDictionary:":{"name":"-addColumnConstraintsInDictionary:","abstract":"

    Add column constraints

    ","parent_name":"GPKGTableConstraints"},"Classes/GPKGTableConstraints.html#/c:objc(cs)GPKGTableConstraints(im)addColumnConstraintsInArray:":{"name":"-addColumnConstraintsInArray:","abstract":"

    Add column constraints

    ","parent_name":"GPKGTableConstraints"},"Classes/GPKGTableConstraints.html#/c:objc(cs)GPKGTableConstraints(im)columnConstraints":{"name":"-columnConstraints","abstract":"

    Get the column constraints

    ","parent_name":"GPKGTableConstraints"},"Classes/GPKGTableConstraints.html#/c:objc(cs)GPKGTableConstraints(im)columnsWithConstraints":{"name":"-columnsWithConstraints","abstract":"

    Get the column names with constraints

    ","parent_name":"GPKGTableConstraints"},"Classes/GPKGTableConstraints.html#/c:objc(cs)GPKGTableConstraints(im)columnConstraintsForColumn:":{"name":"-columnConstraintsForColumn:","abstract":"

    Get the column constraints

    ","parent_name":"GPKGTableConstraints"},"Classes/GPKGTableConstraints.html#/c:objc(cs)GPKGTableConstraints(im)columnConstraintForColumn:atIndex:":{"name":"-columnConstraintForColumn:atIndex:","abstract":"

    Get the column constraint at the index

    ","parent_name":"GPKGTableConstraints"},"Classes/GPKGTableConstraints.html#/c:objc(cs)GPKGTableConstraints(im)numConstraintsForColumn:":{"name":"-numConstraintsForColumn:","abstract":"

    Get the number of column constraints for the column name

    ","parent_name":"GPKGTableConstraints"},"Classes/GPKGTableConstraints.html#/c:objc(cs)GPKGTableConstraints(im)addConstraints:":{"name":"-addConstraints:","abstract":"

    Add table constraints

    ","parent_name":"GPKGTableConstraints"},"Classes/GPKGTableConstraints.html#/c:objc(cs)GPKGTableConstraints(im)hasConstraints":{"name":"-hasConstraints","abstract":"

    Check if there are constraints

    ","parent_name":"GPKGTableConstraints"},"Classes/GPKGTableConstraints.html#/c:objc(cs)GPKGTableConstraints(im)hasTableConstraints":{"name":"-hasTableConstraints","abstract":"

    Check if there are table constraints

    ","parent_name":"GPKGTableConstraints"},"Classes/GPKGTableConstraints.html#/c:objc(cs)GPKGTableConstraints(im)hasColumnConstraints":{"name":"-hasColumnConstraints","abstract":"

    Check if there are column constraints

    ","parent_name":"GPKGTableConstraints"},"Classes/GPKGTableConstraints.html#/c:objc(cs)GPKGTableConstraints(im)hasConstraintsForColumn:":{"name":"-hasConstraintsForColumn:","abstract":"

    Check if there are column constraints for the column name

    ","parent_name":"GPKGTableConstraints"},"Classes/GPKGTableColumn.html#/c:objc(cs)GPKGTableColumn(im)initWithIndex:andName:andType:andDataType:andMax:andNotNull:andDefaultValueString:andDefaultValue:andPrimaryKey:":{"name":"-initWithIndex:andName:andType:andDataType:andMax:andNotNull:andDefaultValueString:andDefaultValue:andPrimaryKey:","abstract":"

    Initialize

    ","parent_name":"GPKGTableColumn"},"Classes/GPKGTableColumn.html#/c:objc(cs)GPKGTableColumn(im)index":{"name":"-index","abstract":"

    Get the column index

    ","parent_name":"GPKGTableColumn"},"Classes/GPKGTableColumn.html#/c:objc(cs)GPKGTableColumn(im)name":{"name":"-name","abstract":"

    Get the column name

    ","parent_name":"GPKGTableColumn"},"Classes/GPKGTableColumn.html#/c:objc(cs)GPKGTableColumn(im)type":{"name":"-type","abstract":"

    Get the column type

    ","parent_name":"GPKGTableColumn"},"Classes/GPKGTableColumn.html#/c:objc(cs)GPKGTableColumn(im)dataType":{"name":"-dataType","abstract":"

    Get the column data type

    ","parent_name":"GPKGTableColumn"},"Classes/GPKGTableColumn.html#/c:objc(cs)GPKGTableColumn(im)isDataType:":{"name":"-isDataType:","abstract":"

    Is the column the data type

    ","parent_name":"GPKGTableColumn"},"Classes/GPKGTableColumn.html#/c:objc(cs)GPKGTableColumn(im)max":{"name":"-max","abstract":"

    Get the column max value

    ","parent_name":"GPKGTableColumn"},"Classes/GPKGTableColumn.html#/c:objc(cs)GPKGTableColumn(im)notNull":{"name":"-notNull","abstract":"

    Is this a not null column?

    ","parent_name":"GPKGTableColumn"},"Classes/GPKGTableColumn.html#/c:objc(cs)GPKGTableColumn(im)defaultValueString":{"name":"-defaultValueString","abstract":"

    Get the default value as a string

    ","parent_name":"GPKGTableColumn"},"Classes/GPKGTableColumn.html#/c:objc(cs)GPKGTableColumn(im)defaultValue":{"name":"-defaultValue","abstract":"

    Get the default value

    ","parent_name":"GPKGTableColumn"},"Classes/GPKGTableColumn.html#/c:objc(cs)GPKGTableColumn(im)primaryKey":{"name":"-primaryKey","abstract":"

    Is this a primary key column?

    ","parent_name":"GPKGTableColumn"},"Classes/GPKGRawConstraint.html#/c:objc(cs)GPKGRawConstraint(py)sql":{"name":"sql","abstract":"

    SQL statement

    ","parent_name":"GPKGRawConstraint"},"Classes/GPKGRawConstraint.html#/c:objc(cs)GPKGRawConstraint(im)initWithSql:":{"name":"-initWithSql:","abstract":"

    Initialize

    ","parent_name":"GPKGRawConstraint"},"Classes/GPKGRawConstraint.html#/c:objc(cs)GPKGRawConstraint(im)initWithType:andSql:":{"name":"-initWithType:andSql:","abstract":"

    Initialize

    ","parent_name":"GPKGRawConstraint"},"Classes/GPKGRawConstraint.html#/c:objc(cs)GPKGRawConstraint(im)initWithType:andName:andSql:":{"name":"-initWithType:andName:andSql:","abstract":"

    Initialize

    ","parent_name":"GPKGRawConstraint"},"Classes/GPKGRawConstraint.html#/c:objc(cs)GPKGRawConstraint(im)initWithOrder:andSql:":{"name":"-initWithOrder:andSql:","abstract":"

    Constructor

    ","parent_name":"GPKGRawConstraint"},"Classes/GPKGRawConstraint.html#/c:objc(cs)GPKGRawConstraint(im)initWithType:andOrder:andSql:":{"name":"-initWithType:andOrder:andSql:","abstract":"

    Constructor

    ","parent_name":"GPKGRawConstraint"},"Classes/GPKGRawConstraint.html#/c:objc(cs)GPKGRawConstraint(im)initWithType:andName:andOrder:andSql:":{"name":"-initWithType:andName:andOrder:andSql:","abstract":"

    Constructor

    ","parent_name":"GPKGRawConstraint"},"Classes/GPKGRawConstraint.html#/c:objc(cs)GPKGRawConstraint(im)setTypeFromSql:":{"name":"-setTypeFromSql:","abstract":"

    Set the type from the constraint SQL

    ","parent_name":"GPKGRawConstraint"},"Classes/GPKGRawConstraint.html#/c:objc(cs)GPKGRawConstraint(im)setNameFromSql:":{"name":"-setNameFromSql:","abstract":"

    Set the name from the constraint SQL

    ","parent_name":"GPKGRawConstraint"},"Classes/GPKGConstraints.html#/c:objc(cs)GPKGConstraints(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGConstraints"},"Classes/GPKGConstraints.html#/c:objc(cs)GPKGConstraints(im)initWithConstraints:":{"name":"-initWithConstraints:","abstract":"

    Initialize

    ","parent_name":"GPKGConstraints"},"Classes/GPKGConstraints.html#/c:objc(cs)GPKGConstraints(im)add:":{"name":"-add:","abstract":"

    Add constraint

    ","parent_name":"GPKGConstraints"},"Classes/GPKGConstraints.html#/c:objc(cs)GPKGConstraints(im)addArray:":{"name":"-addArray:","abstract":"

    Add constraints

    ","parent_name":"GPKGConstraints"},"Classes/GPKGConstraints.html#/c:objc(cs)GPKGConstraints(im)addConstraints:":{"name":"-addConstraints:","abstract":"

    Add constraints

    ","parent_name":"GPKGConstraints"},"Classes/GPKGConstraints.html#/c:objc(cs)GPKGConstraints(im)has":{"name":"-has","abstract":"

    Check if has constraints

    ","parent_name":"GPKGConstraints"},"Classes/GPKGConstraints.html#/c:objc(cs)GPKGConstraints(im)hasType:":{"name":"-hasType:","abstract":"

    Check if has constraints of the provided type

    ","parent_name":"GPKGConstraints"},"Classes/GPKGConstraints.html#/c:objc(cs)GPKGConstraints(im)size":{"name":"-size","abstract":"

    Get the number of constraints

    ","parent_name":"GPKGConstraints"},"Classes/GPKGConstraints.html#/c:objc(cs)GPKGConstraints(im)sizeOfType:":{"name":"-sizeOfType:","abstract":"

    Get the number of constraints of the provided type

    ","parent_name":"GPKGConstraints"},"Classes/GPKGConstraints.html#/c:objc(cs)GPKGConstraints(im)all":{"name":"-all","abstract":"

    Get the constraints

    ","parent_name":"GPKGConstraints"},"Classes/GPKGConstraints.html#/c:objc(cs)GPKGConstraints(im)atIndex:":{"name":"-atIndex:","abstract":"

    Get the constraint at the index

    ","parent_name":"GPKGConstraints"},"Classes/GPKGConstraints.html#/c:objc(cs)GPKGConstraints(im)ofType:":{"name":"-ofType:","abstract":"

    Get the constraints of the provided type

    ","parent_name":"GPKGConstraints"},"Classes/GPKGConstraints.html#/c:objc(cs)GPKGConstraints(im)clear":{"name":"-clear","abstract":"

    Clear the constraints

    ","parent_name":"GPKGConstraints"},"Classes/GPKGConstraints.html#/c:objc(cs)GPKGConstraints(im)clearType:":{"name":"-clearType:","abstract":"

    Clear the constraints of the provided type

    ","parent_name":"GPKGConstraints"},"Classes/GPKGConstraintTypes.html#/c:objc(cs)GPKGConstraintTypes(cm)name:":{"name":"+name:","abstract":"

    Get the name of the constraint type

    ","parent_name":"GPKGConstraintTypes"},"Classes/GPKGConstraintTypes.html#/c:objc(cs)GPKGConstraintTypes(cm)fromName:":{"name":"+fromName:","abstract":"

    Get the constraint type from the constraint type name

    ","parent_name":"GPKGConstraintTypes"},"Classes/GPKGConstraintTypes.html#/c:objc(cs)GPKGConstraintTypes(cm)tableTypeOfValue:":{"name":"+tableTypeOfValue:","abstract":"

    Get a matching table constraint type from the value

    ","parent_name":"GPKGConstraintTypes"},"Classes/GPKGConstraintTypes.html#/c:objc(cs)GPKGConstraintTypes(cm)columnTypeOfValue:":{"name":"+columnTypeOfValue:","abstract":"

    Get a matching column constraint type from the value

    ","parent_name":"GPKGConstraintTypes"},"Classes/GPKGConstraintTypes.html#/c:objc(cs)GPKGConstraintTypes(cm)typeOfValue:":{"name":"+typeOfValue:","abstract":"

    Get a matching constraint type from the value

    ","parent_name":"GPKGConstraintTypes"},"Classes/GPKGConstraintParser.html#/c:objc(cs)GPKGConstraintParser(cm)tableConstraintsForSQL:":{"name":"+tableConstraintsForSQL:","abstract":"

    Get the constraints for the table SQL

    ","parent_name":"GPKGConstraintParser"},"Classes/GPKGConstraintParser.html#/c:objc(cs)GPKGConstraintParser(cm)columnConstraintsForSQL:":{"name":"+columnConstraintsForSQL:","abstract":"

    Attempt to get column constraints by parsing the SQL statement

    ","parent_name":"GPKGConstraintParser"},"Classes/GPKGConstraintParser.html#/c:objc(cs)GPKGConstraintParser(cm)tableConstraintForSQL:":{"name":"+tableConstraintForSQL:","abstract":"

    Attempt to get a table constraint by parsing the SQL statement

    ","parent_name":"GPKGConstraintParser"},"Classes/GPKGConstraintParser.html#/c:objc(cs)GPKGConstraintParser(cm)isTableConstraint:":{"name":"+isTableConstraint:","abstract":"

    Check if the SQL is a table type constraint

    ","parent_name":"GPKGConstraintParser"},"Classes/GPKGConstraintParser.html#/c:objc(cs)GPKGConstraintParser(cm)tableTypeForSQL:":{"name":"+tableTypeForSQL:","abstract":"

    Get the table constraint type of the constraint SQL

    ","parent_name":"GPKGConstraintParser"},"Classes/GPKGConstraintParser.html#/c:objc(cs)GPKGConstraintParser(cm)isTableSQL:type:":{"name":"+isTableSQL:type:","abstract":"

    Determine if the table constraint SQL is the constraint type

    ","parent_name":"GPKGConstraintParser"},"Classes/GPKGConstraintParser.html#/c:objc(cs)GPKGConstraintParser(cm)columnConstraintForSQL:":{"name":"+columnConstraintForSQL:","abstract":"

    Attempt to get a column constraint by parsing the SQL statement

    ","parent_name":"GPKGConstraintParser"},"Classes/GPKGConstraintParser.html#/c:objc(cs)GPKGConstraintParser(cm)isColumnConstraint:":{"name":"+isColumnConstraint:","abstract":"

    Check if the SQL is a column type constraint

    ","parent_name":"GPKGConstraintParser"},"Classes/GPKGConstraintParser.html#/c:objc(cs)GPKGConstraintParser(cm)columnTypeForSQL:":{"name":"+columnTypeForSQL:","abstract":"

    Get the column constraint type of the constraint SQL

    ","parent_name":"GPKGConstraintParser"},"Classes/GPKGConstraintParser.html#/c:objc(cs)GPKGConstraintParser(cm)isColumnSQL:type:":{"name":"+isColumnSQL:type:","abstract":"

    Determine if the column constraint SQL is the constraint type

    ","parent_name":"GPKGConstraintParser"},"Classes/GPKGConstraintParser.html#/c:objc(cs)GPKGConstraintParser(cm)constraintForSQL:":{"name":"+constraintForSQL:","abstract":"

    Attempt to get a constraint by parsing the SQL statement

    ","parent_name":"GPKGConstraintParser"},"Classes/GPKGConstraintParser.html#/c:objc(cs)GPKGConstraintParser(cm)isConstraint:":{"name":"+isConstraint:","abstract":"

    Check if the SQL is a constraint

    ","parent_name":"GPKGConstraintParser"},"Classes/GPKGConstraintParser.html#/c:objc(cs)GPKGConstraintParser(cm)typeForSQL:":{"name":"+typeForSQL:","abstract":"

    Get the constraint type of the constraint SQL

    ","parent_name":"GPKGConstraintParser"},"Classes/GPKGConstraintParser.html#/c:objc(cs)GPKGConstraintParser(cm)isSQL:type:":{"name":"+isSQL:type:","abstract":"

    Determine if the constraint SQL is the constraint type

    ","parent_name":"GPKGConstraintParser"},"Classes/GPKGConstraintParser.html#/c:objc(cs)GPKGConstraintParser(cm)nameForSQL:":{"name":"+nameForSQL:","abstract":"

    Get the constraint name if it has one

    ","parent_name":"GPKGConstraintParser"},"Classes/GPKGConstraintParser.html#/c:objc(cs)GPKGConstraintParser(cm)nameAndDefinitionForSQL:":{"name":"+nameAndDefinitionForSQL:","abstract":"

    Get the constraint name and remaining definition

    ","parent_name":"GPKGConstraintParser"},"Classes/GPKGConstraint.html#/c:objc(cs)GPKGConstraint(py)name":{"name":"name","abstract":"

    Optional constraint name

    ","parent_name":"GPKGConstraint"},"Classes/GPKGConstraint.html#/c:objc(cs)GPKGConstraint(py)type":{"name":"type","abstract":"

    Constraint type

    ","parent_name":"GPKGConstraint"},"Classes/GPKGConstraint.html#/c:objc(cs)GPKGConstraint(py)order":{"name":"order","abstract":"

    Optional order

    ","parent_name":"GPKGConstraint"},"Classes/GPKGConstraint.html#/c:objc(cs)GPKGConstraint(im)initWithType:":{"name":"-initWithType:","abstract":"

    Initialize

    ","parent_name":"GPKGConstraint"},"Classes/GPKGConstraint.html#/c:objc(cs)GPKGConstraint(im)initWithType:andName:":{"name":"-initWithType:andName:","abstract":"

    Initialize

    ","parent_name":"GPKGConstraint"},"Classes/GPKGConstraint.html#/c:objc(cs)GPKGConstraint(im)initWithType:andOrder:":{"name":"-initWithType:andOrder:","abstract":"

    Initialize

    ","parent_name":"GPKGConstraint"},"Classes/GPKGConstraint.html#/c:objc(cs)GPKGConstraint(im)initWithType:andName:andOrder:":{"name":"-initWithType:andName:andOrder:","abstract":"

    Initialize

    ","parent_name":"GPKGConstraint"},"Classes/GPKGConstraint.html#/c:objc(cs)GPKGConstraint(im)buildNameSql":{"name":"-buildNameSql","abstract":"

    Build the name SQL

    ","parent_name":"GPKGConstraint"},"Classes/GPKGConstraint.html#/c:objc(cs)GPKGConstraint(im)buildSql":{"name":"-buildSql","abstract":"

    Build the constraint SQL

    ","parent_name":"GPKGConstraint"},"Classes/GPKGConstraint.html#/c:objc(cs)GPKGConstraint(im)sortOrder":{"name":"-sortOrder","abstract":"

    Get the order for maintaining sorted constraints

    ","parent_name":"GPKGConstraint"},"Classes/GPKGColumnConstraints.html#/c:objc(cs)GPKGColumnConstraints(py)name":{"name":"name","abstract":"

    Column name

    ","parent_name":"GPKGColumnConstraints"},"Classes/GPKGColumnConstraints.html#/c:objc(cs)GPKGColumnConstraints(py)constraints":{"name":"constraints","abstract":"

    Column constraints

    ","parent_name":"GPKGColumnConstraints"},"Classes/GPKGColumnConstraints.html#/c:objc(cs)GPKGColumnConstraints(im)initWithName:":{"name":"-initWithName:","abstract":"

    Initialize

    ","parent_name":"GPKGColumnConstraints"},"Classes/GPKGColumnConstraints.html#/c:objc(cs)GPKGColumnConstraints(im)addConstraint:":{"name":"-addConstraint:","abstract":"

    Add a constraint

    ","parent_name":"GPKGColumnConstraints"},"Classes/GPKGColumnConstraints.html#/c:objc(cs)GPKGColumnConstraints(im)addConstraintArray:":{"name":"-addConstraintArray:","abstract":"

    Add constraints

    ","parent_name":"GPKGColumnConstraints"},"Classes/GPKGColumnConstraints.html#/c:objc(cs)GPKGColumnConstraints(im)addConstraints:":{"name":"-addConstraints:","abstract":"

    Add constraints

    ","parent_name":"GPKGColumnConstraints"},"Classes/GPKGColumnConstraints.html#/c:objc(cs)GPKGColumnConstraints(im)constraintAtIndex:":{"name":"-constraintAtIndex:","abstract":"

    Get the constraint at the index

    ","parent_name":"GPKGColumnConstraints"},"Classes/GPKGColumnConstraints.html#/c:objc(cs)GPKGColumnConstraints(im)numConstraints":{"name":"-numConstraints","abstract":"

    Get the number of constraints

    ","parent_name":"GPKGColumnConstraints"},"Classes/GPKGColumnConstraints.html#/c:objc(cs)GPKGColumnConstraints(im)addColumnConstraints:":{"name":"-addColumnConstraints:","abstract":"

    Add constraints

    ","parent_name":"GPKGColumnConstraints"},"Classes/GPKGColumnConstraints.html#/c:objc(cs)GPKGColumnConstraints(im)hasConstraints":{"name":"-hasConstraints","abstract":"

    Check if there are constraints

    ","parent_name":"GPKGColumnConstraints"},"Classes/GPKGSqliteConnection.html#/c:objc(cs)GPKGSqliteConnection(py)reusable":{"name":"reusable","abstract":"

    Reusable connection flag

    ","parent_name":"GPKGSqliteConnection"},"Classes/GPKGSqliteConnection.html#/c:objc(cs)GPKGSqliteConnection(im)initWithId:andConnection:andPool:andStackTrace:":{"name":"-initWithId:andConnection:andPool:andStackTrace:","abstract":"

    Initialize

    ","parent_name":"GPKGSqliteConnection"},"Classes/GPKGSqliteConnection.html#/c:objc(cs)GPKGSqliteConnection(im)connectionId":{"name":"-connectionId","abstract":"

    Get the connection id

    ","parent_name":"GPKGSqliteConnection"},"Classes/GPKGSqliteConnection.html#/c:objc(cs)GPKGSqliteConnection(im)connection":{"name":"-connection","abstract":"

    Get the connection

    ","parent_name":"GPKGSqliteConnection"},"Classes/GPKGSqliteConnection.html#/c:objc(cs)GPKGSqliteConnection(im)releaseConnection":{"name":"-releaseConnection","abstract":"

    Release the connection back to the connection pool

    ","parent_name":"GPKGSqliteConnection"},"Classes/GPKGSqliteConnection.html#/c:objc(cs)GPKGSqliteConnection(im)checkOut":{"name":"-checkOut","abstract":"

    Update the check out attributes using the current thread as the new owner

    ","parent_name":"GPKGSqliteConnection"},"Classes/GPKGSqliteConnection.html#/c:objc(cs)GPKGSqliteConnection(im)checkIn":{"name":"-checkIn","abstract":"

    Clear the check out features upon check in

    ","parent_name":"GPKGSqliteConnection"},"Classes/GPKGSqliteConnection.html#/c:objc(cs)GPKGSqliteConnection(im)stackTrace":{"name":"-stackTrace","abstract":"

    Get the stack trace of when the owning thread checked out the connection.

    ","parent_name":"GPKGSqliteConnection"},"Classes/GPKGSqliteConnection.html#/c:objc(cs)GPKGSqliteConnection(im)dateCheckedOut":{"name":"-dateCheckedOut","abstract":"

    Get the date this connection was checked out

    ","parent_name":"GPKGSqliteConnection"},"Classes/GPKGSqliteConnection.html#/c:objc(cs)GPKGSqliteConnection(im)isReleasable":{"name":"-isReleasable","abstract":"

    Determine if this connection is releasable

    ","parent_name":"GPKGSqliteConnection"},"Classes/GPKGDbConnection.html#/c:objc(cs)GPKGDbConnection(py)resettable":{"name":"resettable","abstract":"

    Upon release of a writable connection, other open connections should be reset

    ","parent_name":"GPKGDbConnection"},"Classes/GPKGDbConnection.html#/c:objc(cs)GPKGDbConnection(im)initWithConnection:andReleasable:":{"name":"-initWithConnection:andReleasable:","abstract":"

    Initialize

    ","parent_name":"GPKGDbConnection"},"Classes/GPKGDbConnection.html#/c:objc(cs)GPKGDbConnection(im)initWithConnection:andReleasable:andWriteReleasable:":{"name":"-initWithConnection:andReleasable:andWriteReleasable:","abstract":"

    Initialize

    ","parent_name":"GPKGDbConnection"},"Classes/GPKGDbConnection.html#/c:objc(cs)GPKGDbConnection(im)initWithDbConnection:andReleasable:":{"name":"-initWithDbConnection:andReleasable:","abstract":"

    Initialize

    ","parent_name":"GPKGDbConnection"},"Classes/GPKGDbConnection.html#/c:objc(cs)GPKGDbConnection(im)initWithDbConnection:andReleasable:andWriteReleasable:":{"name":"-initWithDbConnection:andReleasable:andWriteReleasable:","abstract":"

    Initialize

    ","parent_name":"GPKGDbConnection"},"Classes/GPKGDbConnection.html#/c:objc(cs)GPKGDbConnection(im)connectionId":{"name":"-connectionId","abstract":"

    Get the connection id

    ","parent_name":"GPKGDbConnection"},"Classes/GPKGDbConnection.html#/c:objc(cs)GPKGDbConnection(im)connection":{"name":"-connection","abstract":"

    Get the connection

    ","parent_name":"GPKGDbConnection"},"Classes/GPKGDbConnection.html#/c:objc(cs)GPKGDbConnection(im)releaseConnection":{"name":"-releaseConnection","abstract":"

    Release the connection back to the connection pool. If not releasable, does nothing.

    ","parent_name":"GPKGDbConnection"},"Classes/GPKGDbConnection.html#/c:objc(cs)GPKGDbConnection(im)stackTrace":{"name":"-stackTrace","abstract":"

    Get the stack trace of when the owning thread checked out the connection.

    ","parent_name":"GPKGDbConnection"},"Classes/GPKGDbConnection.html#/c:objc(cs)GPKGDbConnection(im)dateCheckedOut":{"name":"-dateCheckedOut","abstract":"

    Get the date this connection was checked out

    ","parent_name":"GPKGDbConnection"},"Classes/GPKGDbConnection.html#/c:objc(cs)GPKGDbConnection(im)isReleasable":{"name":"-isReleasable","parent_name":"GPKGDbConnection"},"Classes/GPKGDbConnection.html#/c:objc(cs)GPKGDbConnection(im)isWriteReleasable":{"name":"-isWriteReleasable","abstract":"

    Determine if write access is releasable. This is always true when also releasable. This may be true when not releasable","parent_name":"GPKGDbConnection"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(cm)openConnectionsPerPool":{"name":"+openConnectionsPerPool","abstract":"

    Get the number of unused connections to keep open and available for use

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(cm)setOpenConnectionsPerPool:":{"name":"+setOpenConnectionsPerPool:","abstract":"

    Set the number of unused connections to keep open and available for use

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(cm)checkConnections":{"name":"+checkConnections","abstract":"

    Get the check connections state, when true used connections are checked to see if they are left open for long periods of time or indefinitly

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(cm)setCheckConnections:":{"name":"+setCheckConnections:","abstract":"

    Set the check connections state, when true used connections are checked to see if they are left open for long periods of time or indefinitly

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(cm)checkConnectionsFrequency":{"name":"+checkConnectionsFrequency","abstract":"

    Get the check connections frequency in seconds as the minimum time to wait before checking for stale open connections

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(cm)setCheckConnectionsFrequency:":{"name":"+setCheckConnectionsFrequency:","abstract":"

    Set the check connections frequency in seconds as the minimum time to wait before checking for stale open connections

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(cm)checkConnectionsWarningTime":{"name":"+checkConnectionsWarningTime","abstract":"

    Get the check connections warning time in seconds as the time an open connection causes warnings for being stale

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(cm)setCheckConnectionsWarningTime:":{"name":"+setCheckConnectionsWarningTime:","abstract":"

    Set the check connections warning time in seconds as the time an open connection causes warnings for being stale

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(cm)maintainStackTraces":{"name":"+maintainStackTraces","abstract":"

    Get the maintain statck traces state, when check connections is enabled and when true, stack traces are maintained from the thread that checks out a connection

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(cm)setMaintainStackTraces:":{"name":"+setMaintainStackTraces:","abstract":"

    Set the maintain statck traces state, when check connections is enabled and when true, stack traces are maintained from the thread that checks out a connection

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(im)initWithDatabaseFilename:":{"name":"-initWithDatabaseFilename:","abstract":"

    Initialize

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(im)close":{"name":"-close","abstract":"

    Close the connection pool, closing all connections

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(im)connection":{"name":"-connection","abstract":"

    Get a connection for single database reads (do not maintain open result sets), such as counts. The connection must be released when done.

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(im)resultConnection":{"name":"-resultConnection","abstract":"

    Get a connection for database reads that maintain open result sets, such as row queries. The connection must be released when done.

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(im)writeConnection":{"name":"-writeConnection","abstract":"

    Get a connection for database updates. The connection must be released when done.

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(im)beginTransaction":{"name":"-beginTransaction","abstract":"

    Begin an exclusive transaction on the database

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(im)beginResettableTransaction":{"name":"-beginResettableTransaction","abstract":"

    Begin an exclusive transaction on the database, resetting other open connections upon commit

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(im)commitTransaction":{"name":"-commitTransaction","abstract":"

    Commit an active transaction

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(im)rollbackTransaction":{"name":"-rollbackTransaction","abstract":"

    Rollback an active transaction

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(im)inTransaction":{"name":"-inTransaction","abstract":"

    Determine if currently within a transaction

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(im)releaseConnection:":{"name":"-releaseConnection:","abstract":"

    Release a connection, either adding it back to available pool connections or closing it

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(im)releaseConnectionWithId:":{"name":"-releaseConnectionWithId:","abstract":"

    Release a connection by id, either adding it back to available pool connections or closing it

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(im)connectionCount":{"name":"-connectionCount","abstract":"

    Total connection count of open available and used connections

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(im)addWriteFunction:":{"name":"-addWriteFunction:","abstract":"

    Add a custom function to be created on write connections

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(im)addWriteFunctions:":{"name":"-addWriteFunctions:","abstract":"

    Add a custom function to be created on write connections

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(im)execAllConnectionStatement:":{"name":"-execAllConnectionStatement:","abstract":"

    Execute the statement once on all open connections, waiting for used connections

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(im)execPersistentAllConnectionStatement:asName:":{"name":"-execPersistentAllConnectionStatement:asName:","abstract":"

    Execute the statement on all open and new connections, waiting for used connections

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(im)removePersistentAllConnectionStatementWithName:":{"name":"-removePersistentAllConnectionStatementWithName:","abstract":"

    Remove a persistent statement

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(im)clearPersistentStatements":{"name":"-clearPersistentStatements","abstract":"

    Clear all persistent statements

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGTableMetadataDao.html#/c:objc(cs)GPKGTableMetadataDao(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGTableMetadataDao"},"Classes/GPKGTableMetadataDao.html#/c:objc(cs)GPKGTableMetadataDao(im)deleteMetadata:":{"name":"-deleteMetadata:","abstract":"

    Delete table metadata

    ","parent_name":"GPKGTableMetadataDao"},"Classes/GPKGTableMetadataDao.html#/c:objc(cs)GPKGTableMetadataDao(im)deleteByGeoPackageName:":{"name":"-deleteByGeoPackageName:","abstract":"

    Delete table metadata by GeoPackage name

    ","parent_name":"GPKGTableMetadataDao"},"Classes/GPKGTableMetadataDao.html#/c:objc(cs)GPKGTableMetadataDao(im)deleteByGeoPackageId:":{"name":"-deleteByGeoPackageId:","abstract":"

    Delete table metadata by GeoPackage id

    ","parent_name":"GPKGTableMetadataDao"},"Classes/GPKGTableMetadataDao.html#/c:objc(cs)GPKGTableMetadataDao(im)deleteByGeoPackageName:andTableName:":{"name":"-deleteByGeoPackageName:andTableName:","abstract":"

    Delete table metadata by GeoPackage name and table name

    ","parent_name":"GPKGTableMetadataDao"},"Classes/GPKGTableMetadataDao.html#/c:objc(cs)GPKGTableMetadataDao(im)deleteByGeoPackageId:andTableName:":{"name":"-deleteByGeoPackageId:andTableName:","abstract":"

    Delete table metadata by GeoPackage id and table name

    ","parent_name":"GPKGTableMetadataDao"},"Classes/GPKGTableMetadataDao.html#/c:objc(cs)GPKGTableMetadataDao(im)updateLastIndexed:inMetadata:":{"name":"-updateLastIndexed:inMetadata:","abstract":"

    Update last indexed date of table metadata

    ","parent_name":"GPKGTableMetadataDao"},"Classes/GPKGTableMetadataDao.html#/c:objc(cs)GPKGTableMetadataDao(im)updateLastIndexed:withGeoPackageName:andTableName:":{"name":"-updateLastIndexed:withGeoPackageName:andTableName:","abstract":"

    Update last indexed of table metadata

    ","parent_name":"GPKGTableMetadataDao"},"Classes/GPKGTableMetadataDao.html#/c:objc(cs)GPKGTableMetadataDao(im)updateLastIndexed:withGeoPackageId:andTableName:":{"name":"-updateLastIndexed:withGeoPackageId:andTableName:","abstract":"

    Update last indexed of table metadata

    ","parent_name":"GPKGTableMetadataDao"},"Classes/GPKGTableMetadataDao.html#/c:objc(cs)GPKGTableMetadataDao(im)metadataByGeoPackageName:andTableName:":{"name":"-metadataByGeoPackageName:andTableName:","abstract":"

    Get table metadata by GeoPackage name and table name

    ","parent_name":"GPKGTableMetadataDao"},"Classes/GPKGTableMetadataDao.html#/c:objc(cs)GPKGTableMetadataDao(im)metadataByGeoPackageId:andTableName:":{"name":"-metadataByGeoPackageId:andTableName:","abstract":"

    Get table metadata by GeoPackage id and table name

    ","parent_name":"GPKGTableMetadataDao"},"Classes/GPKGTableMetadataDao.html#/c:objc(cs)GPKGTableMetadataDao(im)metadataCreateByGeoPackageName:andTableName:":{"name":"-metadataCreateByGeoPackageName:andTableName:","abstract":"

    Get or create table metadata by GeoPackage table and table name

    ","parent_name":"GPKGTableMetadataDao"},"Classes/GPKGTableMetadataDao.html#/c:objc(cs)GPKGTableMetadataDao(im)geoPackageIdForGeoPackageName:":{"name":"-geoPackageIdForGeoPackageName:","abstract":"

    Get GeoPackage Id for GeoPackage name

    ","parent_name":"GPKGTableMetadataDao"},"Classes/GPKGTableMetadata.html#/c:objc(cs)GPKGTableMetadata(py)geoPackageId":{"name":"geoPackageId","abstract":"

    GeoPackage id

    ","parent_name":"GPKGTableMetadata"},"Classes/GPKGTableMetadata.html#/c:objc(cs)GPKGTableMetadata(py)tableName":{"name":"tableName","abstract":"

    Table name

    ","parent_name":"GPKGTableMetadata"},"Classes/GPKGTableMetadata.html#/c:objc(cs)GPKGTableMetadata(py)lastIndexed":{"name":"lastIndexed","abstract":"

    Last indexed date

    ","parent_name":"GPKGTableMetadata"},"Classes/GPKGMetadataDb.html#/c:objc(cs)GPKGMetadataDb(py)connection":{"name":"connection","abstract":"

    Connection

    ","parent_name":"GPKGMetadataDb"},"Classes/GPKGMetadataDb.html#/c:objc(cs)GPKGMetadataDb(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGMetadataDb"},"Classes/GPKGMetadataDb.html#/c:objc(cs)GPKGMetadataDb(im)close":{"name":"-close","abstract":"

    Close the database

    ","parent_name":"GPKGMetadataDb"},"Classes/GPKGMetadataDb.html#/c:objc(cs)GPKGMetadataDb(im)geoPackageMetadataDao":{"name":"-geoPackageMetadataDao","abstract":"

    Get a GeoPackage Metadata DAO

    ","parent_name":"GPKGMetadataDb"},"Classes/GPKGMetadataDb.html#/c:objc(cs)GPKGMetadataDb(im)tableMetadataDao":{"name":"-tableMetadataDao","abstract":"

    Get a Table Metadata DAO

    ","parent_name":"GPKGMetadataDb"},"Classes/GPKGMetadataDb.html#/c:objc(cs)GPKGMetadataDb(im)geometryMetadataDao":{"name":"-geometryMetadataDao","abstract":"

    Get a Geometry Metadata DAO

    ","parent_name":"GPKGMetadataDb"},"Classes/GPKGMetadataDb.html#/c:objc(cs)GPKGMetadataDb(cm)deleteMetadataFile":{"name":"+deleteMetadataFile","abstract":"

    Delete the metadata database file

    ","parent_name":"GPKGMetadataDb"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(py)tolerance":{"name":"tolerance","abstract":"

    Query range tolerance

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)createMetadataWithGeoPackageName:andTableName:andId:andEnvelope:":{"name":"-createMetadataWithGeoPackageName:andTableName:andId:andEnvelope:","abstract":"

    Create geometry metadata

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)createMetadataWithGeoPackageId:andTableName:andId:andEnvelope:":{"name":"-createMetadataWithGeoPackageId:andTableName:andId:andEnvelope:","abstract":"

    Create geometry metadata

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)populateMetadataWithGeoPackageId:andTableName:andId:andEnvelope:":{"name":"-populateMetadataWithGeoPackageId:andTableName:andId:andEnvelope:","abstract":"

    Populate geometry metadata

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)deleteMetadata:":{"name":"-deleteMetadata:","abstract":"

    Delete geometry metadata

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)deleteByGeoPackageName:":{"name":"-deleteByGeoPackageName:","abstract":"

    Delete geometry metadata by name

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)deleteByGeoPackageId:":{"name":"-deleteByGeoPackageId:","abstract":"

    Delete geometry metadata by GeoPackage id

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)deleteByGeoPackageName:andTableName:":{"name":"-deleteByGeoPackageName:andTableName:","abstract":"

    Delete geometry metadata by GeoPackage name and table name

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)deleteByGeoPackageId:andTableName:":{"name":"-deleteByGeoPackageId:andTableName:","abstract":"

    Delete geometry metadata by GeoPackage id and table name

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)deleteByGeoPackageName:andTableName:andId:":{"name":"-deleteByGeoPackageName:andTableName:andId:","abstract":"

    Delete geometry metadata by GeoPackage name, table name, and geometry id

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)deleteByGeoPackageId:andTableName:andId:":{"name":"-deleteByGeoPackageId:andTableName:andId:","abstract":"

    Delete geometry metadata by GeoPackage id, table name, and geometry id

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)createOrUpdateMetadata:":{"name":"-createOrUpdateMetadata:","abstract":"

    Create of update geometry metadata

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)updateMetadata:":{"name":"-updateMetadata:","abstract":"

    Update geometry metadata

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)existsByMetadata:":{"name":"-existsByMetadata:","abstract":"

    Check if geometry metadata exists

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)metadataByMetadata:":{"name":"-metadataByMetadata:","abstract":"

    Get geometry metadata by metadata

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)metadataByGeoPackageName:andTableName:andId:":{"name":"-metadataByGeoPackageName:andTableName:andId:","abstract":"

    Get geometry metadata by GeoPackage name, table name, and id

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)metadataByGeoPackageId:andTableName:andId:":{"name":"-metadataByGeoPackageId:andTableName:andId:","abstract":"

    Get geometry metadata by GeoPackage id, table name, and id

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)queryByGeoPackageName:andTableName:":{"name":"-queryByGeoPackageName:andTableName:","abstract":"

    Query for geometry metadata

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)queryIdsByGeoPackageName:andTableName:":{"name":"-queryIdsByGeoPackageName:andTableName:","abstract":"

    Query for all table geometry metadata geometry ids

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)queryByGeoPackageName:andTableName:andColumns:":{"name":"-queryByGeoPackageName:andTableName:andColumns:","abstract":"

    Query for all table geometry metadata

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)countByGeoPackageName:andTableName:":{"name":"-countByGeoPackageName:andTableName:","abstract":"

    Query for geometry metadata count

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)boundingBoxByGeoPackageName:andTableName:":{"name":"-boundingBoxByGeoPackageName:andTableName:","abstract":"

    Query for the bounds of the feature table index

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)boundingBoxByGeoPackageId:andTableName:":{"name":"-boundingBoxByGeoPackageId:andTableName:","abstract":"

    Query for the bounds of the feature table index

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)queryByGeoPackageId:andTableName:":{"name":"-queryByGeoPackageId:andTableName:","abstract":"

    Query for geometry metadata

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)queryIdsByGeoPackageId:andTableName:":{"name":"-queryIdsByGeoPackageId:andTableName:","abstract":"

    Query for all table geometry metadata geometry ids

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)queryByGeoPackageId:andTableName:andColumns:":{"name":"-queryByGeoPackageId:andTableName:andColumns:","abstract":"

    Query for all table geometry metadata

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)countByGeoPackageId:andTableName:":{"name":"-countByGeoPackageId:andTableName:","abstract":"

    Query for geometry metadata count

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)querySQL":{"name":"-querySQL","abstract":"

    Get the query SQL for a GeoPackage id and table name

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)querySQLArgsWithGeoPackageId:andTableName:":{"name":"-querySQLArgsWithGeoPackageId:andTableName:","abstract":"

    Get the query SQL args for a GeoPackage id and table name

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)queryByGeoPackageName:andTableName:andBoundingBox:":{"name":"-queryByGeoPackageName:andTableName:andBoundingBox:","abstract":"

    Query for all geometry metadata matching the bounding box in the same projection

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)queryIdsByGeoPackageName:andTableName:andBoundingBox:":{"name":"-queryIdsByGeoPackageName:andTableName:andBoundingBox:","abstract":"

    Query for all table geometry metadata ids matching the bounding box in the same projection

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)queryByGeoPackageName:andTableName:andColumns:andBoundingBox:":{"name":"-queryByGeoPackageName:andTableName:andColumns:andBoundingBox:","abstract":"

    Query for all table geometry metadata matching the bounding box in the same projection

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)countByGeoPackageName:andTableName:andBoundingBox:":{"name":"-countByGeoPackageName:andTableName:andBoundingBox:","abstract":"

    Query for all geometry metadata count matching the bounding box in the same projection

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)queryByGeoPackageId:andTableName:andBoundingBox:":{"name":"-queryByGeoPackageId:andTableName:andBoundingBox:","abstract":"

    Query for all geometry metadata matching the bounding box in the same projection

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)queryIdsByGeoPackageId:andTableName:andBoundingBox:":{"name":"-queryIdsByGeoPackageId:andTableName:andBoundingBox:","abstract":"

    Query for all table geometry metadata ids matching the bounding box in the same projection

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)queryByGeoPackageId:andTableName:andColumns:andBoundingBox:":{"name":"-queryByGeoPackageId:andTableName:andColumns:andBoundingBox:","abstract":"

    Query for all table geometry metadata matching the bounding box in the same projection

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)countByGeoPackageId:andTableName:andBoundingBox:":{"name":"-countByGeoPackageId:andTableName:andBoundingBox:","abstract":"

    Query for all geometry metadata count matching the bounding box in the same projection

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)queryByGeoPackageName:andTableName:andEnvelope:":{"name":"-queryByGeoPackageName:andTableName:andEnvelope:","abstract":"

    Query for all geometry metadata matching the envelope

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)queryIdsByGeoPackageName:andTableName:andEnvelope:":{"name":"-queryIdsByGeoPackageName:andTableName:andEnvelope:","abstract":"

    Query for all table geometry metadata ids matching the envelope

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)queryByGeoPackageName:andTableName:andColumns:andEnvelope:":{"name":"-queryByGeoPackageName:andTableName:andColumns:andEnvelope:","abstract":"

    Query for all table geometry metadata matching the envelope

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)countByGeoPackageName:andTableName:andEnvelope:":{"name":"-countByGeoPackageName:andTableName:andEnvelope:","abstract":"

    Query for all geometry metadata count matching the envelope

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)queryByGeoPackageName:andTableName:andDistinct:andColumns:andEnvelope:andOrderBy:andLimit:":{"name":"-queryByGeoPackageName:andTableName:andDistinct:andColumns:andEnvelope:andOrderBy:andLimit:","abstract":"

    Query for all table geometry metadata matching the envelope

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)queryByGeoPackageId:andTableName:andEnvelope:":{"name":"-queryByGeoPackageId:andTableName:andEnvelope:","abstract":"

    Query for all geometry metadata matching the envelope

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)queryIdsByGeoPackageId:andTableName:andEnvelope:":{"name":"-queryIdsByGeoPackageId:andTableName:andEnvelope:","abstract":"

    Query for all table geometry metadata ids matching the envelope

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)queryByGeoPackageId:andTableName:andColumns:andEnvelope:":{"name":"-queryByGeoPackageId:andTableName:andColumns:andEnvelope:","abstract":"

    Query for all table geometry metadata matching the envelope

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)countByGeoPackageId:andTableName:andEnvelope:":{"name":"-countByGeoPackageId:andTableName:andEnvelope:","abstract":"

    Query for all table geometry metadata count matching the envelope

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)queryByGeoPackageId:andTableName:andDistinct:andColumns:andEnvelope:andOrderBy:andLimit:":{"name":"-queryByGeoPackageId:andTableName:andDistinct:andColumns:andEnvelope:andOrderBy:andLimit:","abstract":"

    Query for all table geometry metadata matching the envelope

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)querySQLWithEnvelope:":{"name":"-querySQLWithEnvelope:","abstract":"

    Get the query SQL for an envelope, GeoPackage id, and table name

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)querySQLArgsWithEnvelope:andGeoPackageId:andTableName:":{"name":"-querySQLArgsWithEnvelope:andGeoPackageId:andTableName:","abstract":"

    Get the query SQL args for an envelope, GeoPackage id, and table name

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)geoPackageIdForGeoPackageName:":{"name":"-geoPackageIdForGeoPackageName:","abstract":"

    Get GeoPackage id for the GeoPackage name

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(cm)idWithResultSet:":{"name":"+idWithResultSet:","abstract":"

    Get the geometry metadata geometry id

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadata.html#/c:objc(cs)GPKGGeometryMetadata(py)geoPackageId":{"name":"geoPackageId","abstract":"

    GeoPackage id

    ","parent_name":"GPKGGeometryMetadata"},"Classes/GPKGGeometryMetadata.html#/c:objc(cs)GPKGGeometryMetadata(py)tableName":{"name":"tableName","abstract":"

    Table name

    ","parent_name":"GPKGGeometryMetadata"},"Classes/GPKGGeometryMetadata.html#/c:objc(cs)GPKGGeometryMetadata(py)id":{"name":"id","abstract":"

    Geometry id

    ","parent_name":"GPKGGeometryMetadata"},"Classes/GPKGGeometryMetadata.html#/c:objc(cs)GPKGGeometryMetadata(py)minX":{"name":"minX","abstract":"

    Min X

    ","parent_name":"GPKGGeometryMetadata"},"Classes/GPKGGeometryMetadata.html#/c:objc(cs)GPKGGeometryMetadata(py)maxX":{"name":"maxX","abstract":"

    Max X

    ","parent_name":"GPKGGeometryMetadata"},"Classes/GPKGGeometryMetadata.html#/c:objc(cs)GPKGGeometryMetadata(py)minY":{"name":"minY","abstract":"

    Min Y

    ","parent_name":"GPKGGeometryMetadata"},"Classes/GPKGGeometryMetadata.html#/c:objc(cs)GPKGGeometryMetadata(py)maxY":{"name":"maxY","abstract":"

    Max Y

    ","parent_name":"GPKGGeometryMetadata"},"Classes/GPKGGeometryMetadata.html#/c:objc(cs)GPKGGeometryMetadata(py)minZ":{"name":"minZ","abstract":"

    Min Z

    ","parent_name":"GPKGGeometryMetadata"},"Classes/GPKGGeometryMetadata.html#/c:objc(cs)GPKGGeometryMetadata(py)maxZ":{"name":"maxZ","abstract":"

    Max Z

    ","parent_name":"GPKGGeometryMetadata"},"Classes/GPKGGeometryMetadata.html#/c:objc(cs)GPKGGeometryMetadata(py)minM":{"name":"minM","abstract":"

    Min M

    ","parent_name":"GPKGGeometryMetadata"},"Classes/GPKGGeometryMetadata.html#/c:objc(cs)GPKGGeometryMetadata(py)maxM":{"name":"maxM","abstract":"

    Max M

    ","parent_name":"GPKGGeometryMetadata"},"Classes/GPKGGeometryMetadata.html#/c:objc(cs)GPKGGeometryMetadata(cm)columns":{"name":"+columns","abstract":"

    Get the columns

    ","parent_name":"GPKGGeometryMetadata"},"Classes/GPKGGeoPackageMetadataTableCreator.html#/c:objc(cs)GPKGGeoPackageMetadataTableCreator(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGGeoPackageMetadataTableCreator"},"Classes/GPKGGeoPackageMetadataTableCreator.html#/c:objc(cs)GPKGGeoPackageMetadataTableCreator(im)createGeoPackageMetadata":{"name":"-createGeoPackageMetadata","abstract":"

    Create GeoPackage metadata table

    ","parent_name":"GPKGGeoPackageMetadataTableCreator"},"Classes/GPKGGeoPackageMetadataTableCreator.html#/c:objc(cs)GPKGGeoPackageMetadataTableCreator(im)createTableMetadata":{"name":"-createTableMetadata","abstract":"

    Create Table metadata table

    ","parent_name":"GPKGGeoPackageMetadataTableCreator"},"Classes/GPKGGeoPackageMetadataTableCreator.html#/c:objc(cs)GPKGGeoPackageMetadataTableCreator(im)createGeometryMetadata":{"name":"-createGeometryMetadata","abstract":"

    Create Geometry metadata table

    ","parent_name":"GPKGGeoPackageMetadataTableCreator"},"Classes/GPKGGeoPackageMetadataTableCreator.html#/c:objc(cs)GPKGGeoPackageMetadataTableCreator(im)createAll":{"name":"-createAll","abstract":"

    Create all GeoPackage Metadata tables

    ","parent_name":"GPKGGeoPackageMetadataTableCreator"},"Classes/GPKGGeoPackageMetadataDao.html#/c:objc(cs)GPKGGeoPackageMetadataDao(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGGeoPackageMetadataDao"},"Classes/GPKGGeoPackageMetadataDao.html#/c:objc(cs)GPKGGeoPackageMetadataDao(im)deleteMetadata:":{"name":"-deleteMetadata:","abstract":"

    Delete the metadata

    ","parent_name":"GPKGGeoPackageMetadataDao"},"Classes/GPKGGeoPackageMetadataDao.html#/c:objc(cs)GPKGGeoPackageMetadataDao(im)deleteByName:":{"name":"-deleteByName:","abstract":"

    Delete metadata by name

    ","parent_name":"GPKGGeoPackageMetadataDao"},"Classes/GPKGGeoPackageMetadataDao.html#/c:objc(cs)GPKGGeoPackageMetadataDao(im)renameMetadata:toNewName:":{"name":"-renameMetadata:toNewName:","abstract":"

    Rename metadata

    ","parent_name":"GPKGGeoPackageMetadataDao"},"Classes/GPKGGeoPackageMetadataDao.html#/c:objc(cs)GPKGGeoPackageMetadataDao(im)renameName:toNewName:":{"name":"-renameName:toNewName:","abstract":"

    Rename metadata

    ","parent_name":"GPKGGeoPackageMetadataDao"},"Classes/GPKGGeoPackageMetadataDao.html#/c:objc(cs)GPKGGeoPackageMetadataDao(im)all":{"name":"-all","abstract":"

    Get all metadata

    ","parent_name":"GPKGGeoPackageMetadataDao"},"Classes/GPKGGeoPackageMetadataDao.html#/c:objc(cs)GPKGGeoPackageMetadataDao(im)allNames":{"name":"-allNames","abstract":"

    Get all metadata names

    ","parent_name":"GPKGGeoPackageMetadataDao"},"Classes/GPKGGeoPackageMetadataDao.html#/c:objc(cs)GPKGGeoPackageMetadataDao(im)allNamesSorted":{"name":"-allNamesSorted","abstract":"

    Get all metadata names sorted

    ","parent_name":"GPKGGeoPackageMetadataDao"},"Classes/GPKGGeoPackageMetadataDao.html#/c:objc(cs)GPKGGeoPackageMetadataDao(im)metadataByName:":{"name":"-metadataByName:","abstract":"

    Get metadata by name

    ","parent_name":"GPKGGeoPackageMetadataDao"},"Classes/GPKGGeoPackageMetadataDao.html#/c:objc(cs)GPKGGeoPackageMetadataDao(im)metadataById:":{"name":"-metadataById:","abstract":"

    Get metadata by id

    ","parent_name":"GPKGGeoPackageMetadataDao"},"Classes/GPKGGeoPackageMetadataDao.html#/c:objc(cs)GPKGGeoPackageMetadataDao(im)metadataCreateByName:":{"name":"-metadataCreateByName:","abstract":"

    Get or create metadata by name

    ","parent_name":"GPKGGeoPackageMetadataDao"},"Classes/GPKGGeoPackageMetadataDao.html#/c:objc(cs)GPKGGeoPackageMetadataDao(im)existsByName:":{"name":"-existsByName:","abstract":"

    Check if the metadata exists

    ","parent_name":"GPKGGeoPackageMetadataDao"},"Classes/GPKGGeoPackageMetadataDao.html#/c:objc(cs)GPKGGeoPackageMetadataDao(im)metadataWhereNameLike:sortedBy:":{"name":"-metadataWhereNameLike:sortedBy:","abstract":"

    Get metadata where the name is like

    ","parent_name":"GPKGGeoPackageMetadataDao"},"Classes/GPKGGeoPackageMetadataDao.html#/c:objc(cs)GPKGGeoPackageMetadataDao(im)metadataWhereNameNotLike:sortedBy:":{"name":"-metadataWhereNameNotLike:sortedBy:","abstract":"

    Get metadata where the name is not like

    ","parent_name":"GPKGGeoPackageMetadataDao"},"Classes/GPKGGeoPackageMetadata.html#/c:objc(cs)GPKGGeoPackageMetadata(py)id":{"name":"id","abstract":"

    GeoPackage id

    ","parent_name":"GPKGGeoPackageMetadata"},"Classes/GPKGGeoPackageMetadata.html#/c:objc(cs)GPKGGeoPackageMetadata(py)name":{"name":"name","abstract":"

    GeoPackage name

    ","parent_name":"GPKGGeoPackageMetadata"},"Classes/GPKGGeoPackageMetadata.html#/c:objc(cs)GPKGGeoPackageMetadata(py)path":{"name":"path","abstract":"

    GeoPackage file path

    ","parent_name":"GPKGGeoPackageMetadata"},"Classes/GPKGSQLiteMasterTypes.html#/c:objc(cs)GPKGSQLiteMasterTypes(cm)name:":{"name":"+name:","abstract":"

    Get the name of the SQLite Master table type

    ","parent_name":"GPKGSQLiteMasterTypes"},"Classes/GPKGSQLiteMasterTypes.html#/c:objc(cs)GPKGSQLiteMasterTypes(cm)fromName:":{"name":"+fromName:","abstract":"

    Get the SQLite Master table type from the SQLite Master table type name

    ","parent_name":"GPKGSQLiteMasterTypes"},"Classes/GPKGSQLiteMasterQuery.html#/c:objc(cs)GPKGSQLiteMasterQuery(im)addColumn:withValue:":{"name":"-addColumn:withValue:","abstract":"

    Add an equality query

    ","parent_name":"GPKGSQLiteMasterQuery"},"Classes/GPKGSQLiteMasterQuery.html#/c:objc(cs)GPKGSQLiteMasterQuery(im)addColumn:withOperation:andValue:":{"name":"-addColumn:withOperation:andValue:","abstract":"

    Add a query

    ","parent_name":"GPKGSQLiteMasterQuery"},"Classes/GPKGSQLiteMasterQuery.html#/c:objc(cs)GPKGSQLiteMasterQuery(im)addIsNullColumn:":{"name":"-addIsNullColumn:","abstract":"

    Add an is null query

    ","parent_name":"GPKGSQLiteMasterQuery"},"Classes/GPKGSQLiteMasterQuery.html#/c:objc(cs)GPKGSQLiteMasterQuery(im)addIsNotNullColumn:":{"name":"-addIsNotNullColumn:","abstract":"

    Add an is not null query

    ","parent_name":"GPKGSQLiteMasterQuery"},"Classes/GPKGSQLiteMasterQuery.html#/c:objc(cs)GPKGSQLiteMasterQuery(im)has":{"name":"-has","abstract":"

    Determine a query has been set

    ","parent_name":"GPKGSQLiteMasterQuery"},"Classes/GPKGSQLiteMasterQuery.html#/c:objc(cs)GPKGSQLiteMasterQuery(im)buildSQL":{"name":"-buildSQL","abstract":"

    Build the query SQL

    ","parent_name":"GPKGSQLiteMasterQuery"},"Classes/GPKGSQLiteMasterQuery.html#/c:objc(cs)GPKGSQLiteMasterQuery(im)arguments":{"name":"-arguments","abstract":"

    Get the query arguments

    ","parent_name":"GPKGSQLiteMasterQuery"},"Classes/GPKGSQLiteMasterQuery.html#/c:objc(cs)GPKGSQLiteMasterQuery(cm)create":{"name":"+create","abstract":"

    Create an empty query that supports a single query

    ","parent_name":"GPKGSQLiteMasterQuery"},"Classes/GPKGSQLiteMasterQuery.html#/c:objc(cs)GPKGSQLiteMasterQuery(cm)createOr":{"name":"+createOr","abstract":"

    Create a query with multiple queries combined by an OR

    ","parent_name":"GPKGSQLiteMasterQuery"},"Classes/GPKGSQLiteMasterQuery.html#/c:objc(cs)GPKGSQLiteMasterQuery(cm)createAnd":{"name":"+createAnd","abstract":"

    Create a query with multiple queries combined by an AND

    ","parent_name":"GPKGSQLiteMasterQuery"},"Classes/GPKGSQLiteMasterQuery.html#/c:objc(cs)GPKGSQLiteMasterQuery(cm)createWithColumn:andValue:":{"name":"+createWithColumn:andValue:","abstract":"

    Create a single equality query

    ","parent_name":"GPKGSQLiteMasterQuery"},"Classes/GPKGSQLiteMasterQuery.html#/c:objc(cs)GPKGSQLiteMasterQuery(cm)createWithColumn:andOperation:andValue:":{"name":"+createWithColumn:andOperation:andValue:","abstract":"

    Create a single query

    ","parent_name":"GPKGSQLiteMasterQuery"},"Classes/GPKGSQLiteMasterQuery.html#/c:objc(cs)GPKGSQLiteMasterQuery(cm)createOrWithColumn:andValues:":{"name":"+createOrWithColumn:andValues:","abstract":"

    Create an equality query with multiple values for a single column","parent_name":"GPKGSQLiteMasterQuery"},"Classes/GPKGSQLiteMasterQuery.html#/c:objc(cs)GPKGSQLiteMasterQuery(cm)createOrWithColumn:andOperation:andValues:":{"name":"+createOrWithColumn:andOperation:andValues:","abstract":"

    Create a query with multiple values for a single column combined with an","parent_name":"GPKGSQLiteMasterQuery"},"Classes/GPKGSQLiteMasterQuery.html#/c:objc(cs)GPKGSQLiteMasterQuery(cm)createAndWithColumn:andValues:":{"name":"+createAndWithColumn:andValues:","abstract":"

    Create an equality query with multiple values for a single column","parent_name":"GPKGSQLiteMasterQuery"},"Classes/GPKGSQLiteMasterQuery.html#/c:objc(cs)GPKGSQLiteMasterQuery(cm)createAndWithColumn:andOperation:andValues:":{"name":"+createAndWithColumn:andOperation:andValues:","abstract":"

    Create a query with multiple values for a single column combined with an","parent_name":"GPKGSQLiteMasterQuery"},"Classes/GPKGSQLiteMasterQuery.html#/c:objc(cs)GPKGSQLiteMasterQuery(cm)createViewQueryWithTable:":{"name":"+createViewQueryWithTable:","abstract":"

    Create a query to find views in the sql column referring to the table

    ","parent_name":"GPKGSQLiteMasterQuery"},"Classes/GPKGSQLiteMasterColumns.html#/c:objc(cs)GPKGSQLiteMasterColumns(cm)name:":{"name":"+name:","abstract":"

    Get the name of the SQLite Master column keyword type

    ","parent_name":"GPKGSQLiteMasterColumns"},"Classes/GPKGSQLiteMasterColumns.html#/c:objc(cs)GPKGSQLiteMasterColumns(cm)fromName:":{"name":"+fromName:","abstract":"

    Get the SQLite Master column keyword type from the SQLite Master column keyword type name

    ","parent_name":"GPKGSQLiteMasterColumns"},"Classes/GPKGSQLiteMasterColumns.html#/c:objc(cs)GPKGSQLiteMasterColumns(cm)values":{"name":"+values","abstract":"

    Get all SQLite Master column keyword type values

    ","parent_name":"GPKGSQLiteMasterColumns"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(im)count":{"name":"-count","abstract":"

    Result count

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(im)columns":{"name":"-columns","abstract":"

    Get the columns in the result

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(im)typeAtRow:":{"name":"-typeAtRow:","abstract":"

    Get the type

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(im)typeStringAtRow:":{"name":"-typeStringAtRow:","abstract":"

    Get the type string

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(im)nameAtRow:":{"name":"-nameAtRow:","abstract":"

    Get the name

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(im)tableNameAtRow:":{"name":"-tableNameAtRow:","abstract":"

    Get the table name

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(im)rootpageAtRow:":{"name":"-rootpageAtRow:","abstract":"

    Get the rootpage

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(im)sqlAtRow:":{"name":"-sqlAtRow:","abstract":"

    Get the sql

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(im)valueAtRow:forColumn:":{"name":"-valueAtRow:forColumn:","abstract":"

    Get the value of the column at the row index

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(im)row:":{"name":"-row:","abstract":"

    Get the row at the row index

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(im)valueInRow:forColumn:":{"name":"-valueInRow:forColumn:","abstract":"

    Get the value in the row at the column index

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(im)columnIndex:":{"name":"-columnIndex:","abstract":"

    Get the column index of the column type

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(im)constraintsAtRow:":{"name":"-constraintsAtRow:","abstract":"

    Get the constraints from table SQL

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)columnsFromColumn:":{"name":"+columnsFromColumn:","abstract":"

    Shortcut to build a column into an array

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)typesFromType:":{"name":"+typesFromType:","abstract":"

    Shortcut to build a type into an array

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)countWithConnection:":{"name":"+countWithConnection:","abstract":"

    Count the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)queryWithConnection:":{"name":"+queryWithConnection:","abstract":"

    Query the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)countWithConnection:andTable:":{"name":"+countWithConnection:andTable:","abstract":"

    Count the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)queryWithConnection:andTable:":{"name":"+queryWithConnection:andTable:","abstract":"

    Query the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)queryWithConnection:andColumns:":{"name":"+queryWithConnection:andColumns:","abstract":"

    Query the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)queryWithConnection:andColumns:andTable:":{"name":"+queryWithConnection:andColumns:andTable:","abstract":"

    Query the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)queryWithConnection:andType:":{"name":"+queryWithConnection:andType:","abstract":"

    Query the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)queryWithConnection:andTypes:":{"name":"+queryWithConnection:andTypes:","abstract":"

    Query the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)queryWithConnection:andType:andTable:":{"name":"+queryWithConnection:andType:andTable:","abstract":"

    Query the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)queryWithConnection:andTypes:andTable:":{"name":"+queryWithConnection:andTypes:andTable:","abstract":"

    Query the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)countWithConnection:andType:":{"name":"+countWithConnection:andType:","abstract":"

    Count the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)queryWithConnection:andColumns:andType:":{"name":"+queryWithConnection:andColumns:andType:","abstract":"

    Query the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)countWithConnection:andType:andTable:":{"name":"+countWithConnection:andType:andTable:","abstract":"

    Count the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)queryWithConnection:andColumns:andType:andTable:":{"name":"+queryWithConnection:andColumns:andType:andTable:","abstract":"

    Query the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)countWithConnection:andTypes:":{"name":"+countWithConnection:andTypes:","abstract":"

    Count the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)queryWithConnection:andColumns:andTypes:":{"name":"+queryWithConnection:andColumns:andTypes:","abstract":"

    Query the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)countWithConnection:andTypes:andTable:":{"name":"+countWithConnection:andTypes:andTable:","abstract":"

    Count the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)queryWithConnection:andColumns:andTypes:andTable:":{"name":"+queryWithConnection:andColumns:andTypes:andTable:","abstract":"

    Query the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)queryWithConnection:andQuery:":{"name":"+queryWithConnection:andQuery:","abstract":"

    Query the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)countWithConnection:andQuery:":{"name":"+countWithConnection:andQuery:","abstract":"

    Count the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)queryWithConnection:andColumns:andQuery:":{"name":"+queryWithConnection:andColumns:andQuery:","abstract":"

    Query the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)queryWithConnection:andType:andQuery:":{"name":"+queryWithConnection:andType:andQuery:","abstract":"

    Query the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)countWithConnection:andType:andQuery:":{"name":"+countWithConnection:andType:andQuery:","abstract":"

    Count the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)queryWithConnection:andColumns:andType:andQuery:":{"name":"+queryWithConnection:andColumns:andType:andQuery:","abstract":"

    Query the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)countWithConnection:andTypes:andQuery:":{"name":"+countWithConnection:andTypes:andQuery:","abstract":"

    Count the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)queryWithConnection:andColumns:andTypes:andQuery:":{"name":"+queryWithConnection:andColumns:andTypes:andQuery:","abstract":"

    Query the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)queryViewsWithConnection:andTable:":{"name":"+queryViewsWithConnection:andTable:","abstract":"

    Query the sqlite_master views on the table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)queryViewsWithConnection:andColumns:andTable:":{"name":"+queryViewsWithConnection:andColumns:andTable:","abstract":"

    Query the sqlite_master views on the table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)countViewsWithConnection:andTable:":{"name":"+countViewsWithConnection:andTable:","abstract":"

    Count the sqlite_master views on the table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)queryForConstraintsWithConnection:andTable:":{"name":"+queryForConstraintsWithConnection:andTable:","abstract":"

    Query for the table constraints

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGObjectResultSet.html#/c:objc(cs)GPKGObjectResultSet(cm)createWithDao:andResults:":{"name":"+createWithDao:andResults:","abstract":"

    Create

    ","parent_name":"GPKGObjectResultSet"},"Classes/GPKGObjectResultSet.html#/c:objc(cs)GPKGObjectResultSet(im)initWithDao:andResults:":{"name":"-initWithDao:andResults:","abstract":"

    Initialize

    ","parent_name":"GPKGObjectResultSet"},"Classes/GPKGObjectResultSet.html#/c:objc(cs)GPKGObjectResultSet(im)dao":{"name":"-dao","abstract":"

    Get the DAO

    ","parent_name":"GPKGObjectResultSet"},"Classes/GPKGObjectResultSet.html#/c:objc(cs)GPKGObjectResultSet(im)resultSet":{"name":"-resultSet","abstract":"

    Get the result set

    ","parent_name":"GPKGObjectResultSet"},"Classes/GPKGObjectResultSet.html#/c:objc(cs)GPKGObjectResultSet(im)count":{"name":"-count","abstract":"

    Get the result set count

    ","parent_name":"GPKGObjectResultSet"},"Classes/GPKGObjectResultSet.html#/c:objc(cs)GPKGObjectResultSet(im)moveToNext":{"name":"-moveToNext","abstract":"

    Move to the next result if one exists

    ","parent_name":"GPKGObjectResultSet"},"Classes/GPKGObjectResultSet.html#/c:objc(cs)GPKGObjectResultSet(im)moveToFirst":{"name":"-moveToFirst","abstract":"

    Move to the first result

    ","parent_name":"GPKGObjectResultSet"},"Classes/GPKGObjectResultSet.html#/c:objc(cs)GPKGObjectResultSet(im)moveToPosition:":{"name":"-moveToPosition:","abstract":"

    Move result to index position

    ","parent_name":"GPKGObjectResultSet"},"Classes/GPKGObjectResultSet.html#/c:objc(cs)GPKGObjectResultSet(im)object":{"name":"-object","abstract":"

    Get the current object from the result set

    ","parent_name":"GPKGObjectResultSet"},"Classes/GPKGObjectResultSet.html#/c:objc(cs)GPKGObjectResultSet(im)close":{"name":"-close","abstract":"

    Close the result set

    ","parent_name":"GPKGObjectResultSet"},"Classes/GPKGObjectPaginatedResults.html#/c:objc(cs)GPKGObjectPaginatedResults(cm)createWithDao:andResultSet:":{"name":"+createWithDao:andResultSet:","abstract":"

    Create

    ","parent_name":"GPKGObjectPaginatedResults"},"Classes/GPKGObjectPaginatedResults.html#/c:objc(cs)GPKGObjectPaginatedResults(im)initWithDao:andResultSet:":{"name":"-initWithDao:andResultSet:","abstract":"

    Initialize

    ","parent_name":"GPKGObjectPaginatedResults"},"Classes/GPKGObjectPaginatedResults.html#/c:objc(cs)GPKGObjectPaginatedResults(im)dao":{"name":"-dao","abstract":"

    Get the base DAO

    ","parent_name":"GPKGObjectPaginatedResults"},"Classes/GPKGObjectPaginatedResults.html#/c:objc(cs)GPKGObjectPaginatedResults(im)object":{"name":"-object","abstract":"

    Get the current object from the result set

    ","parent_name":"GPKGObjectPaginatedResults"},"Classes/GPKGColumnValues.html#/c:objc(cs)GPKGColumnValues(py)values":{"name":"values","abstract":"

    Mapping between columns and values

    ","parent_name":"GPKGColumnValues"},"Classes/GPKGColumnValues.html#/c:objc(cs)GPKGColumnValues(py)columns":{"name":"columns","abstract":"

    Array of columns

    ","parent_name":"GPKGColumnValues"},"Classes/GPKGColumnValues.html#/c:objc(cs)GPKGColumnValues(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGColumnValues"},"Classes/GPKGColumnValues.html#/c:objc(cs)GPKGColumnValues(im)count":{"name":"-count","abstract":"

    Get the column value count

    ","parent_name":"GPKGColumnValues"},"Classes/GPKGColumnValues.html#/c:objc(cs)GPKGColumnValues(im)addColumn:withValue:":{"name":"-addColumn:withValue:","abstract":"

    Add a column and value

    ","parent_name":"GPKGColumnValues"},"Classes/GPKGColumnValues.html#/c:objc(cs)GPKGColumnValues(im)value:":{"name":"-value:","abstract":"

    Get the value of the column

    ","parent_name":"GPKGColumnValues"},"Classes/GPKGColumnValue.html#/c:objc(cs)GPKGColumnValue(py)value":{"name":"value","abstract":"

    Value

    ","parent_name":"GPKGColumnValue"},"Classes/GPKGColumnValue.html#/c:objc(cs)GPKGColumnValue(py)tolerance":{"name":"tolerance","abstract":"

    Value tolerance

    ","parent_name":"GPKGColumnValue"},"Classes/GPKGColumnValue.html#/c:objc(cs)GPKGColumnValue(im)initWithValue:":{"name":"-initWithValue:","abstract":"

    Initialize

    ","parent_name":"GPKGColumnValue"},"Classes/GPKGColumnValue.html#/c:objc(cs)GPKGColumnValue(im)initWithValue:andTolerance:":{"name":"-initWithValue:andTolerance:","abstract":"

    Initialize

    ","parent_name":"GPKGColumnValue"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(py)databaseName":{"name":"databaseName","abstract":"

    Database name

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(py)database":{"name":"database","abstract":"

    Database connection

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(py)idColumns":{"name":"idColumns","abstract":"

    id columns

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(py)autoIncrementId":{"name":"autoIncrementId","abstract":"

    auto increment id flag

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(py)columnNames":{"name":"columnNames","abstract":"

    Columns

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(py)tableName":{"name":"tableName","abstract":"

    Table name

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(py)columnIndex":{"name":"columnIndex","abstract":"

    Mapping between columns and indices

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)initializeColumnIndex":{"name":"-initializeColumnIndex","abstract":"

    Initialize the column index

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)columnCount":{"name":"-columnCount","abstract":"

    Get the column count

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)columnNameWithIndex:":{"name":"-columnNameWithIndex:","abstract":"

    Get the column name at the index

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)tableExists":{"name":"-tableExists","abstract":"

    Check if the DAO is backed by a table or a view

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)isTableOrView":{"name":"-isTableOrView","abstract":"

    Check if the DAO is backed by a table or a view

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)isTable":{"name":"-isTable","abstract":"

    Check if the DAO is backed by a table

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)isView":{"name":"-isView","abstract":"

    Check if the DAO is backed by a view

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)verifyExists":{"name":"-verifyExists","abstract":"

    Verify the DAO is backed by a table or view

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)idColumnName":{"name":"-idColumnName","abstract":"

    Get a single or first id column name

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)projection:":{"name":"-projection:","abstract":"

    Get the projection of the object

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)dropTable":{"name":"-dropTable","abstract":"

    Drop the table

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)tableExistsWithName:":{"name":"-tableExistsWithName:","abstract":"

    Check if the table exists

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)viewExistsWithName:":{"name":"-viewExistsWithName:","abstract":"

    Check if the view exists

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)tableOrViewExists:":{"name":"-tableOrViewExists:","abstract":"

    Check if a table or view exists with the name

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)dropTableWithName:":{"name":"-dropTableWithName:","abstract":"

    Drop the table

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForId:":{"name":"-queryForId:","abstract":"

    Query for id

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithColumns:forId:":{"name":"-queryWithColumns:forId:","abstract":"

    Query for id

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForIdObject:":{"name":"-queryForIdObject:","abstract":"

    Query for id object, first object in the result set

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithColumns:forIdObject:":{"name":"-queryWithColumns:forIdObject:","abstract":"

    Query for id object, first object in the result set

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForMultiId:":{"name":"-queryForMultiId:","abstract":"

    Query for a multiple id where more than one primary key exists

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithColumns:forMultiId:":{"name":"-queryWithColumns:forMultiId:","abstract":"

    Query for a multiple id where more than one primary key exists

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForMultiIdObject:":{"name":"-queryForMultiIdObject:","abstract":"

    Query for a multiple id object where more than one primary key exists, first object in the result set

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithColumns:forMultiIdObject:":{"name":"-queryWithColumns:forMultiIdObject:","abstract":"

    Query for a multiple id object where more than one primary key exists, first object in the result set

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForIdInt:":{"name":"-queryForIdInt:","abstract":"

    Query for the row with the provided id

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithColumns:forIdInt:":{"name":"-queryWithColumns:forIdInt:","abstract":"

    Query for the row with the provided id

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForAll":{"name":"-queryForAll","abstract":"

    Query for all results

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)query":{"name":"-query","abstract":"

    Query for all results

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithDistinct:":{"name":"-queryWithDistinct:","abstract":"

    Query for all rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithColumns:":{"name":"-queryWithColumns:","abstract":"

    Query for all rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithDistinct:andColumns:":{"name":"-queryWithDistinct:andColumns:","abstract":"

    Query for all rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)querySQL":{"name":"-querySQL","abstract":"

    Query SQL for all rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)querySQLWithDistinct:":{"name":"-querySQLWithDistinct:","abstract":"

    Query SQL for all rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryIdsSQL":{"name":"-queryIdsSQL","abstract":"

    Query SQL for all row ids

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryIdsSQLWithDistinct:":{"name":"-queryIdsSQLWithDistinct:","abstract":"

    Query SQL for all row ids

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)querySQLWithColumns:":{"name":"-querySQLWithColumns:","abstract":"

    Query SQL for all rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)querySQLWithDistinct:andColumns:":{"name":"-querySQLWithDistinct:andColumns:","abstract":"

    Query SQL for all rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)object:":{"name":"-object:","abstract":"

    Get the current object from the result set

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)objectWithRow:":{"name":"-objectWithRow:","abstract":"

    Get the object from the row

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)results:":{"name":"-results:","abstract":"

    Wrap the result set

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)firstObject:":{"name":"-firstObject:","abstract":"

    Get the first object from the result set

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)rawQuery:":{"name":"-rawQuery:","abstract":"

    Raw query for results

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)rawQuery:andArgs:":{"name":"-rawQuery:andArgs:","abstract":"

    Raw query for results with args

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)singleColumnResults:":{"name":"-singleColumnResults:","abstract":"

    Get the values from a result set with only one column

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForEqWithField:andValue:":{"name":"-queryForEqWithField:andValue:","abstract":"

    Query for field equality

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForEqWithDistinct:andField:andValue:":{"name":"-queryForEqWithDistinct:andField:andValue:","abstract":"

    Query for the row where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForEqWithColumns:andField:andValue:":{"name":"-queryForEqWithColumns:andField:andValue:","abstract":"

    Query for the row where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForEqWithDistinct:andColumns:andField:andValue:":{"name":"-queryForEqWithDistinct:andColumns:andField:andValue:","abstract":"

    Query for the row where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countForEqWithField:andValue:":{"name":"-countForEqWithField:andValue:","abstract":"

    Count where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countForEqWithColumn:andField:andValue:":{"name":"-countForEqWithColumn:andField:andValue:","abstract":"

    Count where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countForEqWithDistinct:andColumn:andField:andValue:":{"name":"-countForEqWithDistinct:andColumn:andField:andValue:","abstract":"

    Count where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForEqWithField:andValue:andGroupBy:andHaving:andOrderBy:":{"name":"-queryForEqWithField:andValue:andGroupBy:andHaving:andOrderBy:","abstract":"

    Query for field equality

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForEqWithDistinct:andField:andValue:andGroupBy:andHaving:andOrderBy:":{"name":"-queryForEqWithDistinct:andField:andValue:andGroupBy:andHaving:andOrderBy:","abstract":"

    Query for the row where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForEqWithColumns:andField:andValue:andGroupBy:andHaving:andOrderBy:":{"name":"-queryForEqWithColumns:andField:andValue:andGroupBy:andHaving:andOrderBy:","abstract":"

    Query for the row where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForEqWithDistinct:andColumns:andField:andValue:andGroupBy:andHaving:andOrderBy:":{"name":"-queryForEqWithDistinct:andColumns:andField:andValue:andGroupBy:andHaving:andOrderBy:","abstract":"

    Query for the row where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countForEqWithField:andValue:andGroupBy:andHaving:andOrderBy:":{"name":"-countForEqWithField:andValue:andGroupBy:andHaving:andOrderBy:","abstract":"

    Count where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countForEqWithColumn:andField:andValue:andGroupBy:andHaving:andOrderBy:":{"name":"-countForEqWithColumn:andField:andValue:andGroupBy:andHaving:andOrderBy:","abstract":"

    Count where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countForEqWithDistinct:andColumn:andField:andValue:andGroupBy:andHaving:andOrderBy:":{"name":"-countForEqWithDistinct:andColumn:andField:andValue:andGroupBy:andHaving:andOrderBy:","abstract":"

    Count where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForEqWithField:andColumnValue:":{"name":"-queryForEqWithField:andColumnValue:","abstract":"

    Query for field equality

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForEqWithDistinct:andField:andColumnValue:":{"name":"-queryForEqWithDistinct:andField:andColumnValue:","abstract":"

    Query for the row where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForEqWithColumns:andField:andColumnValue:":{"name":"-queryForEqWithColumns:andField:andColumnValue:","abstract":"

    Query for the row where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForEqWithDistinct:andColumns:andField:andColumnValue:":{"name":"-queryForEqWithDistinct:andColumns:andField:andColumnValue:","abstract":"

    Query for the row where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countForEqWithField:andColumnValue:":{"name":"-countForEqWithField:andColumnValue:","abstract":"

    Count where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countForEqWithColumn:andField:andColumnValue:":{"name":"-countForEqWithColumn:andField:andColumnValue:","abstract":"

    Count where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countForEqWithDistinct:andColumn:andField:andColumnValue:":{"name":"-countForEqWithDistinct:andColumn:andField:andColumnValue:","abstract":"

    Count where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForLikeWithField:andValue:":{"name":"-queryForLikeWithField:andValue:","abstract":"

    Query for the row where the field is like the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForLikeWithDistinct:andField:andValue:":{"name":"-queryForLikeWithDistinct:andField:andValue:","abstract":"

    Query for the row where the field is like the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForLikeWithColumns:andField:andValue:":{"name":"-queryForLikeWithColumns:andField:andValue:","abstract":"

    Query for the row where the field is like the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForLikeWithDistinct:andColumns:andField:andValue:":{"name":"-queryForLikeWithDistinct:andColumns:andField:andValue:","abstract":"

    Query for the row where the field is like the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countForLikeWithField:andValue:":{"name":"-countForLikeWithField:andValue:","abstract":"

    Count where the field is like the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countForLikeWithColumn:andField:andValue:":{"name":"-countForLikeWithColumn:andField:andValue:","abstract":"

    Count where the field is like the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countForLikeWithDistinct:andColumn:andField:andValue:":{"name":"-countForLikeWithDistinct:andColumn:andField:andValue:","abstract":"

    Count where the field is like the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForLikeWithField:andValue:andGroupBy:andHaving:andOrderBy:":{"name":"-queryForLikeWithField:andValue:andGroupBy:andHaving:andOrderBy:","abstract":"

    Query for the row where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForLikeWithDistinct:andField:andValue:andGroupBy:andHaving:andOrderBy:":{"name":"-queryForLikeWithDistinct:andField:andValue:andGroupBy:andHaving:andOrderBy:","abstract":"

    Query for the row where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForLikeWithColumns:andField:andValue:andGroupBy:andHaving:andOrderBy:":{"name":"-queryForLikeWithColumns:andField:andValue:andGroupBy:andHaving:andOrderBy:","abstract":"

    Query for the row where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForLikeWithDistinct:andColumns:andField:andValue:andGroupBy:andHaving:andOrderBy:":{"name":"-queryForLikeWithDistinct:andColumns:andField:andValue:andGroupBy:andHaving:andOrderBy:","abstract":"

    Query for the row where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countForLikeWithField:andValue:andGroupBy:andHaving:andOrderBy:":{"name":"-countForLikeWithField:andValue:andGroupBy:andHaving:andOrderBy:","abstract":"

    Count where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countForLikeWithColumn:andField:andValue:andGroupBy:andHaving:andOrderBy:":{"name":"-countForLikeWithColumn:andField:andValue:andGroupBy:andHaving:andOrderBy:","abstract":"

    Count where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countForLikeWithDistinct:andColumn:andField:andValue:andGroupBy:andHaving:andOrderBy:":{"name":"-countForLikeWithDistinct:andColumn:andField:andValue:andGroupBy:andHaving:andOrderBy:","abstract":"

    Count where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForLikeWithField:andColumnValue:":{"name":"-queryForLikeWithField:andColumnValue:","abstract":"

    Query for the row where the field is like the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForLikeWithDistinct:andField:andColumnValue:":{"name":"-queryForLikeWithDistinct:andField:andColumnValue:","abstract":"

    Query for the row where the field is like the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForLikeWithColumns:andField:andColumnValue:":{"name":"-queryForLikeWithColumns:andField:andColumnValue:","abstract":"

    Query for the row where the field is like the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForLikeWithDistinct:andColumns:andField:andColumnValue:":{"name":"-queryForLikeWithDistinct:andColumns:andField:andColumnValue:","abstract":"

    Query for the row where the field is like the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countForLikeWithField:andColumnValue:":{"name":"-countForLikeWithField:andColumnValue:","abstract":"

    Count where the field is like the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countForLikeWithColumn:andField:andColumnValue:":{"name":"-countForLikeWithColumn:andField:andColumnValue:","abstract":"

    Count where the field is like the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countForLikeWithDistinct:andColumn:andField:andColumnValue:":{"name":"-countForLikeWithDistinct:andColumn:andField:andColumnValue:","abstract":"

    Count where the field is like the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForFieldValues:":{"name":"-queryForFieldValues:","abstract":"

    Query for the row where all fields match their values

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithDistinct:forFieldValues:":{"name":"-queryWithDistinct:forFieldValues:","abstract":"

    Query for the row where all fields match their values

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithColumns:forFieldValues:":{"name":"-queryWithColumns:forFieldValues:","abstract":"

    Query for the row where all fields match their values

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithDistinct:andColumns:forFieldValues:":{"name":"-queryWithDistinct:andColumns:forFieldValues:","abstract":"

    Query for the row where all fields match their values

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countForFieldValues:":{"name":"-countForFieldValues:","abstract":"

    Count where all fields match their values

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countWithColumn:forFieldValues:":{"name":"-countWithColumn:forFieldValues:","abstract":"

    Count where all fields match their values

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countWithDistinct:andColumn:forFieldValues:":{"name":"-countWithDistinct:andColumn:forFieldValues:","abstract":"

    Count where all fields match their values

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForColumnValueFieldValues:":{"name":"-queryForColumnValueFieldValues:","abstract":"

    Query for column value field values

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithDistinct:forColumnValueFieldValues:":{"name":"-queryWithDistinct:forColumnValueFieldValues:","abstract":"

    Query for the row where all fields match their values

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithColumns:forColumnValueFieldValues:":{"name":"-queryWithColumns:forColumnValueFieldValues:","abstract":"

    Query for the row where all fields match their values

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithDistinct:andColumns:forColumnValueFieldValues:":{"name":"-queryWithDistinct:andColumns:forColumnValueFieldValues:","abstract":"

    Query for the row where all fields match their values

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countForColumnValueFieldValues:":{"name":"-countForColumnValueFieldValues:","abstract":"

    Count where all fields match their values

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countWithColumn:forColumnValueFieldValues:":{"name":"-countWithColumn:forColumnValueFieldValues:","abstract":"

    Count where all fields match their values

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countWithDistinct:andColumn:forColumnValueFieldValues:":{"name":"-countWithDistinct:andColumn:forColumnValueFieldValues:","abstract":"

    Count where all fields match their values

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithNestedSQL:":{"name":"-queryInWithNestedSQL:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithDistinct:andNestedSQL:":{"name":"-queryInWithDistinct:andNestedSQL:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithColumns:andNestedSQL:":{"name":"-queryInWithColumns:andNestedSQL:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithDistinct:andColumns:andNestedSQL:":{"name":"-queryInWithDistinct:andColumns:andNestedSQL:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countInWithNestedSQL:":{"name":"-countInWithNestedSQL:","abstract":"

    Get the count in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countInWithColumn:andNestedSQL:":{"name":"-countInWithColumn:andNestedSQL:","abstract":"

    Get the count in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countInWithDistinct:andColumn:andNestedSQL:":{"name":"-countInWithDistinct:andColumn:andNestedSQL:","abstract":"

    Get the count in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithNestedSQL:andNestedArgs:":{"name":"-queryInWithNestedSQL:andNestedArgs:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithDistinct:andNestedSQL:andNestedArgs:":{"name":"-queryInWithDistinct:andNestedSQL:andNestedArgs:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithColumns:andNestedSQL:andNestedArgs:":{"name":"-queryInWithColumns:andNestedSQL:andNestedArgs:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithDistinct:andColumns:andNestedSQL:andNestedArgs:":{"name":"-queryInWithDistinct:andColumns:andNestedSQL:andNestedArgs:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countInWithNestedSQL:andNestedArgs:":{"name":"-countInWithNestedSQL:andNestedArgs:","abstract":"

    Get the count in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countInWithColumn:andNestedSQL:andNestedArgs:":{"name":"-countInWithColumn:andNestedSQL:andNestedArgs:","abstract":"

    Get the count in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countInWithDistinct:andColumn:andNestedSQL:andNestedArgs:":{"name":"-countInWithDistinct:andColumn:andNestedSQL:andNestedArgs:","abstract":"

    Get the count in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithNestedSQL:andFieldValues:":{"name":"-queryInWithNestedSQL:andFieldValues:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithDistinct:andNestedSQL:andFieldValues:":{"name":"-queryInWithDistinct:andNestedSQL:andFieldValues:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithColumns:andNestedSQL:andFieldValues:":{"name":"-queryInWithColumns:andNestedSQL:andFieldValues:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithDistinct:andColumns:andNestedSQL:andFieldValues:":{"name":"-queryInWithDistinct:andColumns:andNestedSQL:andFieldValues:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countInWithNestedSQL:andFieldValues:":{"name":"-countInWithNestedSQL:andFieldValues:","abstract":"

    Get the count in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countInWithColumn:andNestedSQL:andFieldValues:":{"name":"-countInWithColumn:andNestedSQL:andFieldValues:","abstract":"

    Get the count in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countInWithDistinct:andColumn:andNestedSQL:andFieldValues:":{"name":"-countInWithDistinct:andColumn:andNestedSQL:andFieldValues:","abstract":"

    Get the count in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithNestedSQL:andNestedArgs:andFieldValues:":{"name":"-queryInWithNestedSQL:andNestedArgs:andFieldValues:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithDistinct:andNestedSQL:andNestedArgs:andFieldValues:":{"name":"-queryInWithDistinct:andNestedSQL:andNestedArgs:andFieldValues:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithColumns:andNestedSQL:andNestedArgs:andFieldValues:":{"name":"-queryInWithColumns:andNestedSQL:andNestedArgs:andFieldValues:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithDistinct:andColumns:andNestedSQL:andNestedArgs:andFieldValues:":{"name":"-queryInWithDistinct:andColumns:andNestedSQL:andNestedArgs:andFieldValues:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countInWithNestedSQL:andNestedArgs:andFieldValues:":{"name":"-countInWithNestedSQL:andNestedArgs:andFieldValues:","abstract":"

    Get the count in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countInWithColumn:andNestedSQL:andNestedArgs:andFieldValues:":{"name":"-countInWithColumn:andNestedSQL:andNestedArgs:andFieldValues:","abstract":"

    Get the count in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countInWithDistinct:andColumn:andNestedSQL:andNestedArgs:andFieldValues:":{"name":"-countInWithDistinct:andColumn:andNestedSQL:andNestedArgs:andFieldValues:","abstract":"

    Get the count in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithNestedSQL:andNestedArgs:andWhere:":{"name":"-queryInWithNestedSQL:andNestedArgs:andWhere:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithDistinct:andNestedSQL:andNestedArgs:andWhere:":{"name":"-queryInWithDistinct:andNestedSQL:andNestedArgs:andWhere:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithColumns:andNestedSQL:andNestedArgs:andWhere:":{"name":"-queryInWithColumns:andNestedSQL:andNestedArgs:andWhere:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:":{"name":"-queryInWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countInWithNestedSQL:andNestedArgs:andWhere:":{"name":"-countInWithNestedSQL:andNestedArgs:andWhere:","abstract":"

    Get the count in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countInWithColumn:andNestedSQL:andNestedArgs:andWhere:":{"name":"-countInWithColumn:andNestedSQL:andNestedArgs:andWhere:","abstract":"

    Get the count in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countInWithDistinct:andColumn:andNestedSQL:andNestedArgs:andWhere:":{"name":"-countInWithDistinct:andColumn:andNestedSQL:andNestedArgs:andWhere:","abstract":"

    Get the count in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithNestedSQL:andWhere:":{"name":"-queryInWithNestedSQL:andWhere:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithDistinct:andNestedSQL:andWhere:":{"name":"-queryInWithDistinct:andNestedSQL:andWhere:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithColumns:andNestedSQL:andWhere:":{"name":"-queryInWithColumns:andNestedSQL:andWhere:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithDistinct:andColumns:andNestedSQL:andWhere:":{"name":"-queryInWithDistinct:andColumns:andNestedSQL:andWhere:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countInWithNestedSQL:andWhere:":{"name":"-countInWithNestedSQL:andWhere:","abstract":"

    Get the count in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countInWithColumn:andNestedSQL:andWhere:":{"name":"-countInWithColumn:andNestedSQL:andWhere:","abstract":"

    Get the count in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countInWithDistinct:andColumn:andNestedSQL:andWhere:":{"name":"-countInWithDistinct:andColumn:andNestedSQL:andWhere:","abstract":"

    Get the count in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithNestedSQL:andWhere:andWhereArgs:":{"name":"-queryInWithNestedSQL:andWhere:andWhereArgs:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithDistinct:andNestedSQL:andWhere:andWhereArgs:":{"name":"-queryInWithDistinct:andNestedSQL:andWhere:andWhereArgs:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithColumns:andNestedSQL:andWhere:andWhereArgs:":{"name":"-queryInWithColumns:andNestedSQL:andWhere:andWhereArgs:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithDistinct:andColumns:andNestedSQL:andWhere:andWhereArgs:":{"name":"-queryInWithDistinct:andColumns:andNestedSQL:andWhere:andWhereArgs:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countInWithNestedSQL:andWhere:andWhereArgs:":{"name":"-countInWithNestedSQL:andWhere:andWhereArgs:","abstract":"

    Get the count in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countInWithColumn:andNestedSQL:andWhere:andWhereArgs:":{"name":"-countInWithColumn:andNestedSQL:andWhere:andWhereArgs:","abstract":"

    Get the count in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countInWithDistinct:andColumn:andNestedSQL:andWhere:andWhereArgs:":{"name":"-countInWithDistinct:andColumn:andNestedSQL:andWhere:andWhereArgs:","abstract":"

    Get the count in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithNestedSQL:andNestedArgs:andWhere:andWhereArgs:":{"name":"-queryInWithNestedSQL:andNestedArgs:andWhere:andWhereArgs:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithDistinct:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:":{"name":"-queryInWithDistinct:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:":{"name":"-queryInWithColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:":{"name":"-queryInWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andLimit:":{"name":"-queryInForChunkWithNestedSQL:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andLimit:andOffset:":{"name":"-queryInForChunkWithNestedSQL:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andOrderBy:andLimit:":{"name":"-queryInForChunkWithNestedSQL:andOrderBy:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithNestedSQL:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithNestedSQL:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithNestedSQL:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andLimit:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andLimit:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andLimit:andOffset:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andOrderBy:andLimit:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andLimit:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andNestedArgs:andLimit:":{"name":"-queryInForChunkWithNestedSQL:andNestedArgs:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andNestedArgs:andLimit:andOffset:":{"name":"-queryInForChunkWithNestedSQL:andNestedArgs:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andNestedArgs:andOrderBy:andLimit:":{"name":"-queryInForChunkWithNestedSQL:andNestedArgs:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andNestedArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithNestedSQL:andNestedArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andNestedArgs:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithNestedSQL:andNestedArgs:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andNestedArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithNestedSQL:andNestedArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andLimit:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andOrderBy:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andLimit:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andLimit:andOffset:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andOrderBy:andLimit:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andOrderBy:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andLimit:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andOrderBy:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andFieldValues:andLimit:":{"name":"-queryInForChunkWithNestedSQL:andFieldValues:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andFieldValues:andLimit:andOffset:":{"name":"-queryInForChunkWithNestedSQL:andFieldValues:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andFieldValues:andOrderBy:andLimit:":{"name":"-queryInForChunkWithNestedSQL:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithNestedSQL:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithNestedSQL:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithNestedSQL:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andFieldValues:andLimit:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andFieldValues:andLimit:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andFieldValues:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andFieldValues:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andFieldValues:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andFieldValues:andLimit:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andFieldValues:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andFieldValues:andLimit:andOffset:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andFieldValues:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andFieldValues:andOrderBy:andLimit:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andFieldValues:andLimit:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andFieldValues:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andFieldValues:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andFieldValues:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andFieldValues:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andNestedArgs:andFieldValues:andLimit:":{"name":"-queryInForChunkWithNestedSQL:andNestedArgs:andFieldValues:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andNestedArgs:andFieldValues:andLimit:andOffset:":{"name":"-queryInForChunkWithNestedSQL:andNestedArgs:andFieldValues:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andNestedArgs:andFieldValues:andOrderBy:andLimit:":{"name":"-queryInForChunkWithNestedSQL:andNestedArgs:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andNestedArgs:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithNestedSQL:andNestedArgs:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andNestedArgs:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithNestedSQL:andNestedArgs:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andNestedArgs:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithNestedSQL:andNestedArgs:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andFieldValues:andLimit:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andFieldValues:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andFieldValues:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andFieldValues:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andFieldValues:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andFieldValues:andLimit:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andFieldValues:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andFieldValues:andLimit:andOffset:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andFieldValues:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andFieldValues:andOrderBy:andLimit:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andFieldValues:andLimit:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andFieldValues:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andFieldValues:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andFieldValues:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andFieldValues:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andNestedArgs:andWhere:andLimit:":{"name":"-queryInForChunkWithNestedSQL:andNestedArgs:andWhere:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andNestedArgs:andWhere:andLimit:andOffset:":{"name":"-queryInForChunkWithNestedSQL:andNestedArgs:andWhere:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andNestedArgs:andWhere:andOrderBy:andLimit:":{"name":"-queryInForChunkWithNestedSQL:andNestedArgs:andWhere:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andNestedArgs:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithNestedSQL:andNestedArgs:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andNestedArgs:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithNestedSQL:andNestedArgs:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andNestedArgs:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithNestedSQL:andNestedArgs:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andWhere:andLimit:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andWhere:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andWhere:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andWhere:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andWhere:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andWhere:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andLimit:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andLimit:andOffset:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andOrderBy:andLimit:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andLimit:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andWhere:andLimit:":{"name":"-queryInForChunkWithNestedSQL:andWhere:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andWhere:andLimit:andOffset:":{"name":"-queryInForChunkWithNestedSQL:andWhere:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andWhere:andOrderBy:andLimit:":{"name":"-queryInForChunkWithNestedSQL:andWhere:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithNestedSQL:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithNestedSQL:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithNestedSQL:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andWhere:andLimit:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andWhere:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andWhere:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andWhere:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andWhere:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andWhere:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andWhere:andLimit:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andWhere:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andWhere:andLimit:andOffset:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andWhere:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andWhere:andOrderBy:andLimit:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andWhere:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andWhere:andLimit:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andWhere:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andWhere:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andWhere:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andWhere:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andWhere:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andWhere:andWhereArgs:andLimit:":{"name":"-queryInForChunkWithNestedSQL:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryInForChunkWithNestedSQL:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryInForChunkWithNestedSQL:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithNestedSQL:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithNestedSQL:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithNestedSQL:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andWhere:andWhereArgs:andLimit:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andWhere:andWhereArgs:andLimit:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andWhere:andWhereArgs:andLimit:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andNestedArgs:andWhere:andWhereArgs:andLimit:":{"name":"-queryInForChunkWithNestedSQL:andNestedArgs:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andNestedArgs:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryInForChunkWithNestedSQL:andNestedArgs:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andNestedArgs:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryInForChunkWithNestedSQL:andNestedArgs:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andNestedArgs:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithNestedSQL:andNestedArgs:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andNestedArgs:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithNestedSQL:andNestedArgs:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andNestedArgs:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithNestedSQL:andNestedArgs:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andLimit:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andLimit:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andLimit:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andLimitValue:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andLimitValue:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andOrderBy:andLimitValue:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andOrderBy:andLimitValue:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimitValue:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimitValue:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andLimitValue:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andLimitValue:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andOrderBy:andLimitValue:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andOrderBy:andLimitValue:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimitValue:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimitValue:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countInWithNestedSQL:andNestedArgs:andWhere:andWhereArgs:":{"name":"-countInWithNestedSQL:andNestedArgs:andWhere:andWhereArgs:","abstract":"

    Get the count in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countInWithColumn:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:":{"name":"-countInWithColumn:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:","abstract":"

    Get the count in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countInWithDistinct:andColumn:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:":{"name":"-countInWithDistinct:andColumn:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:","abstract":"

    Get the count in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWhere:":{"name":"-queryWhere:","abstract":"

    Query for rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithDistinct:andWhere:":{"name":"-queryWithDistinct:andWhere:","abstract":"

    Query for rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithColumns:andWhere:":{"name":"-queryWithColumns:andWhere:","abstract":"

    Query for rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithDistinct:andColumns:andWhere:":{"name":"-queryWithDistinct:andColumns:andWhere:","abstract":"

    Query for rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWhere:andWhereArgs:":{"name":"-queryWhere:andWhereArgs:","abstract":"

    Query for rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithDistinct:andWhere:andWhereArgs:":{"name":"-queryWithDistinct:andWhere:andWhereArgs:","abstract":"

    Query for rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithColumns:andWhere:andWhereArgs:":{"name":"-queryWithColumns:andWhere:andWhereArgs:","abstract":"

    Query for rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithDistinct:andColumns:andWhere:andWhereArgs:":{"name":"-queryWithDistinct:andColumns:andWhere:andWhereArgs:","abstract":"

    Query for rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)querySQLWhere:":{"name":"-querySQLWhere:","abstract":"

    Query SQL for rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)querySQLWithDistinct:andWhere:":{"name":"-querySQLWithDistinct:andWhere:","abstract":"

    Query SQL for rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryIdsSQLWhere:":{"name":"-queryIdsSQLWhere:","abstract":"

    Query SQL for row ids

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryIdsSQLWithDistinct:andWhere:":{"name":"-queryIdsSQLWithDistinct:andWhere:","abstract":"

    Query SQL for row ids

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryMultiIdsSQLWhere:":{"name":"-queryMultiIdsSQLWhere:","abstract":"

    Query SQL for row multi ids

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryMultiIdsSQLWithDistinct:andWhere:":{"name":"-queryMultiIdsSQLWithDistinct:andWhere:","abstract":"

    Query SQL for row multi ids

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)querySQLWithColumns:andWhere:":{"name":"-querySQLWithColumns:andWhere:","abstract":"

    Query SQL for rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)querySQLWithDistinct:andColumns:andWhere:":{"name":"-querySQLWithDistinct:andColumns:andWhere:","abstract":"

    Query SQL for rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:":{"name":"-queryWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:","abstract":"

    Query for rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithDistinct:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:":{"name":"-queryWithDistinct:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:","abstract":"

    Query for rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:":{"name":"-queryWithColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:","abstract":"

    Query for rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithDistinct:andColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:":{"name":"-queryWithDistinct:andColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:","abstract":"

    Query for rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query where

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithDistinct:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryWithDistinct:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryWithColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithDistinct:andColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryWithDistinct:andColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithColumns:andWhere:andWhereArgs:andLimit:":{"name":"-queryWithColumns:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithDistinct:andColumns:andWhere:andWhereArgs:andLimit:":{"name":"-queryWithDistinct:andColumns:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(cm)isPaginated:":{"name":"+isPaginated:","abstract":"

    Determine if the results are paginated

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)paginate:":{"name":"-paginate:","abstract":"

    Paginate the results

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(cm)paginate:withDao:":{"name":"+paginate:withDao:","abstract":"

    Paginate the results

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithLimit:":{"name":"-queryForChunkWithLimit:","abstract":"

    Query for id ordered rows starting at the offset and returning no more","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithLimit:andOffset:":{"name":"-queryForChunkWithLimit:andOffset:","abstract":"

    Query for id ordered rows starting at the offset and returning no more","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andLimit:":{"name":"-queryForChunkWithDistinct:andLimit:","abstract":"

    Query for id ordered rows starting at the offset and returning no more","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andLimit:andOffset:","abstract":"

    Query for id ordered rows starting at the offset and returning no more","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithColumns:andLimit:":{"name":"-queryForChunkWithColumns:andLimit:","abstract":"

    Query for id ordered rows starting at the offset and returning no more","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithColumns:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andLimit:andOffset:","abstract":"

    Query for id ordered rows starting at the offset and returning no more","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andColumns:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andLimit:","abstract":"

    Query for id ordered rows starting at the offset and returning no more","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andColumns:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andLimit:andOffset:","abstract":"

    Query for id ordered rows starting at the offset and returning no more","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithWhere:andWhereArgs:andLimit:":{"name":"-queryForChunkWithWhere:andWhereArgs:andLimit:","abstract":"

    Query for id ordered rows starting at the offset and returning no more","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryForChunkWithWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for id ordered rows starting at the offset and returning no more","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andWhere:andWhereArgs:andLimit:":{"name":"-queryForChunkWithDistinct:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for id ordered rows starting at the offset and returning no more","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for id ordered rows starting at the offset and returning no more","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithColumns:andWhere:andWhereArgs:andLimit:":{"name":"-queryForChunkWithColumns:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for id ordered rows starting at the offset and returning no more","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithColumns:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for id ordered rows starting at the offset and returning no more","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for id ordered rows starting at the offset and returning no more","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for id ordered rows starting at the offset and returning no more","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithOrderBy:andLimit:":{"name":"-queryForChunkWithOrderBy:andLimit:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andOrderBy:andLimit:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithColumns:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andOrderBy:andLimit:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithColumns:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andColumns:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andOrderBy:andLimit:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andColumns:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryForChunkWithWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryForChunkWithGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithColumns:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithColumns:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andColumns:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andColumns:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryForChunkWithWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithColumns:andWhere:andWhereArgs:andLimitValue:":{"name":"-queryForChunkWithColumns:andWhere:andWhereArgs:andLimitValue:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimitValue:":{"name":"-queryForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimitValue:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimitValue:":{"name":"-queryForChunkWithColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimitValue:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andLimitValue:":{"name":"-queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andLimitValue:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimitValue:":{"name":"-queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimitValue:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimitValue:":{"name":"-queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimitValue:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)buildLimitWithLimit:andOffset:":{"name":"-buildLimitWithLimit:andOffset:","abstract":"

    Build a limit String with the limit and offset

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)idExists:":{"name":"-idExists:","abstract":"

    Check if id exists

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)multiIdExists:":{"name":"-multiIdExists:","abstract":"

    Check if multiple id exists

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForSameId:":{"name":"-queryForSameId:","abstract":"

    Query for the same id as the object

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)beginTransaction":{"name":"-beginTransaction","abstract":"

    Begin an exclusive transaction on the database

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)commitTransaction":{"name":"-commitTransaction","abstract":"

    Commit an active transaction

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)rollbackTransaction":{"name":"-rollbackTransaction","abstract":"

    Rollback an active transaction

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)inTransaction":{"name":"-inTransaction","abstract":"

    Determine if currently within a transaction

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)update:":{"name":"-update:","abstract":"

    Update the object

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)updateWithValues:andWhere:andWhereArgs:":{"name":"-updateWithValues:andWhere:andWhereArgs:","abstract":"

    Update where with values

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)delete:":{"name":"-delete:","abstract":"

    Delete object

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)deleteObjects:":{"name":"-deleteObjects:","abstract":"

    Delete objects

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)deleteById:":{"name":"-deleteById:","abstract":"

    Delete by id

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)deleteByMultiId:":{"name":"-deleteByMultiId:","abstract":"

    Delete by multiple id values

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)deleteWhere:andWhereArgs:":{"name":"-deleteWhere:andWhereArgs:","abstract":"

    Delete where

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)deleteByFieldValues:":{"name":"-deleteByFieldValues:","abstract":"

    Delete by field values

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)deleteAll":{"name":"-deleteAll","abstract":"

    Delete all rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)create:":{"name":"-create:","abstract":"

    Create object, same as calling insert

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)insert:":{"name":"-insert:","abstract":"

    Insert object

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)createIfNotExists:":{"name":"-createIfNotExists:","abstract":"

    Create if does not exist

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)createOrUpdate:":{"name":"-createOrUpdate:","abstract":"

    Create if does not exist or update if it does

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)hasId":{"name":"-hasId","abstract":"

    Determine if the table has an id

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)id:":{"name":"-id:","abstract":"

    Get the id of the object

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)multiId:":{"name":"-multiId:","abstract":"

    Get the multiple id values of the object

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)setId:withIdValue:":{"name":"-setId:withIdValue:","abstract":"

    Set the object id

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)setMultiId:withIdValues:":{"name":"-setMultiId:withIdValues:","abstract":"

    Set the object multiple id

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)values:":{"name":"-values:","abstract":"

    Get the column values of the object

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)buildPkWhereWithValue:":{"name":"-buildPkWhereWithValue:","abstract":"

    Build primary key where clause with id value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)buildPkWhereArgsWithValue:":{"name":"-buildPkWhereArgsWithValue:","abstract":"

    Build primary key where args

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)buildPkWhereWithValues:":{"name":"-buildPkWhereWithValues:","abstract":"

    Build primary key where clause with id values

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)buildWhereWithFields:":{"name":"-buildWhereWithFields:","abstract":"

    Build where clause with fields

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)buildWhereWithFields:andOperation:":{"name":"-buildWhereWithFields:andOperation:","abstract":"

    Build where clause with fields

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)buildWhereWithColumnValueFields:":{"name":"-buildWhereWithColumnValueFields:","abstract":"

    Build where clause with column value fields

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)buildWhereWithColumnValueFields:andOperation:":{"name":"-buildWhereWithColumnValueFields:andOperation:","abstract":"

    Build where clause with column value fields

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)buildWhereWithField:andValue:":{"name":"-buildWhereWithField:andValue:","abstract":"

    Build where clause with field and value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)buildWhereLikeWithField:andValue:":{"name":"-buildWhereLikeWithField:andValue:","abstract":"

    Build where LIKE clause with field and value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)buildWhereWithField:andValue:andOperation:":{"name":"-buildWhereWithField:andValue:andOperation:","abstract":"

    Build where clause with field, value, and operation

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)buildWhereWithField:andColumnValue:":{"name":"-buildWhereWithField:andColumnValue:","abstract":"

    Build where clause with field and column value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)buildWhereLikeWithField:andColumnValue:":{"name":"-buildWhereLikeWithField:andColumnValue:","abstract":"

    Build where LIKE clause with field and column value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)buildWhereArgsWithValues:":{"name":"-buildWhereArgsWithValues:","abstract":"

    Build where args with column values

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)buildWhereArgsWithValueArray:":{"name":"-buildWhereArgsWithValueArray:","abstract":"

    Build where args with values

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)buildWhereArgsWithColumnValues:":{"name":"-buildWhereArgsWithColumnValues:","abstract":"

    Build where args with column values

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)buildWhereArgsWithValue:":{"name":"-buildWhereArgsWithValue:","abstract":"

    Build where args with value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)buildWhereArgsWithColumnValue:":{"name":"-buildWhereArgsWithColumnValue:","abstract":"

    Build where args with column value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)buildWhereInWithNestedSQL:andWhere:":{"name":"-buildWhereInWithNestedSQL:andWhere:","abstract":"

    Build where statement for ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)buildWhereInArgsWithNestedArgs:andWhereArgs:":{"name":"-buildWhereInArgsWithNestedArgs:andWhereArgs:","abstract":"

    Build where args for ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)count":{"name":"-count","abstract":"

    Get the total result count

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countWhere:":{"name":"-countWhere:","abstract":"

    Get the count where

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countWhere:andWhereArgs:":{"name":"-countWhere:andWhereArgs:","abstract":"

    Get the count where

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countWithColumn:":{"name":"-countWithColumn:","abstract":"

    Get a count of results

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countWithDistinct:andColumn:":{"name":"-countWithDistinct:andColumn:","abstract":"

    Get a count of results

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countWithColumn:andWhere:":{"name":"-countWithColumn:andWhere:","abstract":"

    Get a count of results

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countWithColumn:andWhere:andWhereArgs:":{"name":"-countWithColumn:andWhere:andWhereArgs:","abstract":"

    Get a count of results

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countWithDistinct:andColumn:andWhere:":{"name":"-countWithDistinct:andColumn:andWhere:","abstract":"

    Get a count of results

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countWithDistinct:andColumn:andWhere:andWhereArgs:":{"name":"-countWithDistinct:andColumn:andWhere:andWhereArgs:","abstract":"

    Get a count of results

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)minOfColumn:":{"name":"-minOfColumn:","abstract":"

    Get the min result of the column

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)minOfColumn:andWhere:andWhereArgs:":{"name":"-minOfColumn:andWhere:andWhereArgs:","abstract":"

    Get the min result of the column

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)maxOfColumn:":{"name":"-maxOfColumn:","abstract":"

    Get the max result of the column

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)maxOfColumn:andWhere:andWhereArgs:":{"name":"-maxOfColumn:andWhere:andWhereArgs:","abstract":"

    Get the max result of the column

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)querySingleResultWithSql:andArgs:":{"name":"-querySingleResultWithSql:andArgs:","abstract":"

    Query the SQL for a single result object in the first column

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)querySingleResultWithSql:andArgs:andDataType:":{"name":"-querySingleResultWithSql:andArgs:andDataType:","abstract":"

    Query the SQL for a single result object in the first column with the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)querySingleResultWithSql:andArgs:andColumn:":{"name":"-querySingleResultWithSql:andArgs:andColumn:","abstract":"

    Query the SQL for a single result object

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)querySingleResultWithSql:andArgs:andColumn:andDataType:":{"name":"-querySingleResultWithSql:andArgs:andColumn:andDataType:","abstract":"

    Query the SQL for a single result object with the expected data type

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)querySingleColumnResultsWithSql:andArgs:":{"name":"-querySingleColumnResultsWithSql:andArgs:","abstract":"

    Query for values from the first column

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)querySingleColumnResultsWithSql:andArgs:andDataType:":{"name":"-querySingleColumnResultsWithSql:andArgs:andDataType:","abstract":"

    Query for values from the first column

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)querySingleColumnResultsWithSql:andArgs:andColumn:":{"name":"-querySingleColumnResultsWithSql:andArgs:andColumn:","abstract":"

    Query for values from a single column

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)querySingleColumnResultsWithSql:andArgs:andColumn:andDataType:":{"name":"-querySingleColumnResultsWithSql:andArgs:andColumn:andDataType:","abstract":"

    Query for values from a single column

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)querySingleColumnResultsWithSql:andArgs:andColumn:andLimit:":{"name":"-querySingleColumnResultsWithSql:andArgs:andColumn:andLimit:","abstract":"

    Query for values from a single column up to the limit

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)querySingleColumnResultsWithSql:andArgs:andColumn:andDataType:andLimit:":{"name":"-querySingleColumnResultsWithSql:andArgs:andColumn:andDataType:andLimit:","abstract":"

    Query for values from a single column up to the limit

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryResultsWithSql:andArgs:":{"name":"-queryResultsWithSql:andArgs:","abstract":"

    Query for values

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryResultsWithSql:andArgs:andDataTypes:":{"name":"-queryResultsWithSql:andArgs:andDataTypes:","abstract":"

    Query for values

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)querySingleRowResultsWithSql:andArgs:":{"name":"-querySingleRowResultsWithSql:andArgs:","abstract":"

    Query for values in a single (first) row

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)querySingleRowResultsWithSql:andArgs:andDataTypes:":{"name":"-querySingleRowResultsWithSql:andArgs:andDataTypes:","abstract":"

    Query for values in a single (first) row

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryResultsWithSql:andArgs:andLimit:":{"name":"-queryResultsWithSql:andArgs:andLimit:","abstract":"

    Query for values

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryResultsWithSql:andArgs:andDataTypes:andLimit:":{"name":"-queryResultsWithSql:andArgs:andDataTypes:andLimit:","abstract":"

    Query for values up to the limit

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)renameColumnWithName:toColumn:":{"name":"-renameColumnWithName:toColumn:","abstract":"

    Rename column

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)renameColumnWithIndex:toColumn:":{"name":"-renameColumnWithIndex:toColumn:","abstract":"

    Rename column

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)dropColumnWithIndex:":{"name":"-dropColumnWithIndex:","abstract":"

    Drop a column

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)dropColumnWithName:":{"name":"-dropColumnWithName:","abstract":"

    Drop a column

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)dropColumnIndexes:":{"name":"-dropColumnIndexes:","abstract":"

    Drop columns

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)dropColumnNames:":{"name":"-dropColumnNames:","abstract":"

    Drop columns

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGTableMapping.html#/c:objc(cs)GPKGTableMapping(py)fromTable":{"name":"fromTable","abstract":"

    From table name

    ","parent_name":"GPKGTableMapping"},"Classes/GPKGTableMapping.html#/c:objc(cs)GPKGTableMapping(py)toTable":{"name":"toTable","abstract":"

    To table name

    ","parent_name":"GPKGTableMapping"},"Classes/GPKGTableMapping.html#/c:objc(cs)GPKGTableMapping(py)transferContent":{"name":"transferContent","abstract":"

    Transfer row content to new table

    ","parent_name":"GPKGTableMapping"},"Classes/GPKGTableMapping.html#/c:objc(cs)GPKGTableMapping(py)where":{"name":"where","abstract":"

    Custom where clause (in addition to column where mappings)

    ","parent_name":"GPKGTableMapping"},"Classes/GPKGTableMapping.html#/c:objc(cs)GPKGTableMapping(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGTableMapping"},"Classes/GPKGTableMapping.html#/c:objc(cs)GPKGTableMapping(im)initWithTableName:andColumns:":{"name":"-initWithTableName:andColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGTableMapping"},"Classes/GPKGTableMapping.html#/c:objc(cs)GPKGTableMapping(im)initWithTable:":{"name":"-initWithTable:","abstract":"

    Initialize

    ","parent_name":"GPKGTableMapping"},"Classes/GPKGTableMapping.html#/c:objc(cs)GPKGTableMapping(im)initWithTable:andDroppedColumns:":{"name":"-initWithTable:andDroppedColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGTableMapping"},"Classes/GPKGTableMapping.html#/c:objc(cs)GPKGTableMapping(im)initWithTable:andNewTable:":{"name":"-initWithTable:andNewTable:","abstract":"

    Initialize

    ","parent_name":"GPKGTableMapping"},"Classes/GPKGTableMapping.html#/c:objc(cs)GPKGTableMapping(im)initWithTableInfo:":{"name":"-initWithTableInfo:","abstract":"

    Initialize

    ","parent_name":"GPKGTableMapping"},"Classes/GPKGTableMapping.html#/c:objc(cs)GPKGTableMapping(im)initWithTableName:andConnection:":{"name":"-initWithTableName:andConnection:","abstract":"

    Initialize

    ","parent_name":"GPKGTableMapping"},"Classes/GPKGTableMapping.html#/c:objc(cs)GPKGTableMapping(im)isNewTable":{"name":"-isNewTable","abstract":"

    Check if the table mapping is to a new table

    ","parent_name":"GPKGTableMapping"},"Classes/GPKGTableMapping.html#/c:objc(cs)GPKGTableMapping(im)addColumn:":{"name":"-addColumn:","abstract":"

    Add a column

    ","parent_name":"GPKGTableMapping"},"Classes/GPKGTableMapping.html#/c:objc(cs)GPKGTableMapping(im)addColumnName:":{"name":"-addColumnName:","abstract":"

    Add a column

    ","parent_name":"GPKGTableMapping"},"Classes/GPKGTableMapping.html#/c:objc(cs)GPKGTableMapping(im)removeColumn:":{"name":"-removeColumn:","abstract":"

    Remove a column

    ","parent_name":"GPKGTableMapping"},"Classes/GPKGTableMapping.html#/c:objc(cs)GPKGTableMapping(im)columnNames":{"name":"-columnNames","abstract":"

    Get the column names

    ","parent_name":"GPKGTableMapping"},"Classes/GPKGTableMapping.html#/c:objc(cs)GPKGTableMapping(im)mappedColumns":{"name":"-mappedColumns","abstract":"

    Get the mapped column values

    ","parent_name":"GPKGTableMapping"},"Classes/GPKGTableMapping.html#/c:objc(cs)GPKGTableMapping(im)columnForName:":{"name":"-columnForName:","abstract":"

    Get the mapped column for the column name

    ","parent_name":"GPKGTableMapping"},"Classes/GPKGTableMapping.html#/c:objc(cs)GPKGTableMapping(im)addDroppedColumn:":{"name":"-addDroppedColumn:","abstract":"

    Add a dropped column

    ","parent_name":"GPKGTableMapping"},"Classes/GPKGTableMapping.html#/c:objc(cs)GPKGTableMapping(im)removeDroppedColumn:":{"name":"-removeDroppedColumn:","abstract":"

    Remove a dropped column

    ","parent_name":"GPKGTableMapping"},"Classes/GPKGTableMapping.html#/c:objc(cs)GPKGTableMapping(im)droppedColumns":{"name":"-droppedColumns","abstract":"

    Get a set of dropped columns

    ","parent_name":"GPKGTableMapping"},"Classes/GPKGTableMapping.html#/c:objc(cs)GPKGTableMapping(im)isDroppedColumn:":{"name":"-isDroppedColumn:","abstract":"

    Check if the column name is a dropped column

    ","parent_name":"GPKGTableMapping"},"Classes/GPKGTableMapping.html#/c:objc(cs)GPKGTableMapping(im)hasWhere":{"name":"-hasWhere","abstract":"

    Check if there is a custom where clause

    ","parent_name":"GPKGTableMapping"},"Classes/GPKGTableCreator.html#/c:objc(cs)GPKGTableCreator(py)db":{"name":"db","abstract":"

    Database connection

    ","parent_name":"GPKGTableCreator"},"Classes/GPKGTableCreator.html#/c:objc(cs)GPKGTableCreator(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGTableCreator"},"Classes/GPKGTableCreator.html#/c:objc(cs)GPKGTableCreator(im)properties":{"name":"-properties","abstract":"

    Get the table creator properties name

    ","parent_name":"GPKGTableCreator"},"Classes/GPKGTableCreator.html#/c:objc(cs)GPKGTableCreator(im)createTable:":{"name":"-createTable:","abstract":"

    Create the table

    ","parent_name":"GPKGTableCreator"},"Classes/GPKGTableCreator.html#/c:objc(cs)GPKGTableCreator(im)createTable:fromProperties:":{"name":"-createTable:fromProperties:","abstract":"

    Create the table

    ","parent_name":"GPKGTableCreator"},"Classes/GPKGTableCreator.html#/c:objc(cs)GPKGTableCreator(im)execSQLForProperty:":{"name":"-execSQLForProperty:","abstract":"

    Execute the SQL statement for the property name

    ","parent_name":"GPKGTableCreator"},"Classes/GPKGTableCreator.html#/c:objc(cs)GPKGTableCreator(im)execSQLForProperty:fromProperties:":{"name":"-execSQLForProperty:fromProperties:","abstract":"

    Execute the SQL statement for the property name

    ","parent_name":"GPKGTableCreator"},"Classes/GPKGTableCreator.html#/c:objc(cs)GPKGTableCreator(im)execSQLStatements:":{"name":"-execSQLStatements:","abstract":"

    Execute the SQL statements

    ","parent_name":"GPKGTableCreator"},"Classes/GPKGTableCreator.html#/c:objc(cs)GPKGTableCreator(cm)readProperty:":{"name":"+readProperty:","abstract":"

    Read the SQL statements for the property name

    ","parent_name":"GPKGTableCreator"},"Classes/GPKGTableCreator.html#/c:objc(cs)GPKGTableCreator(cm)readProperty:fromProperties:":{"name":"+readProperty:fromProperties:","abstract":"

    Read the SQL statements for the property name from the properties

    ","parent_name":"GPKGTableCreator"},"Classes/GPKGTableCreator.html#/c:objc(cs)GPKGTableCreator(cm)readProperty:fromFile:":{"name":"+readProperty:fromFile:","abstract":"

    Read the SQL statements for the property name from the properties file

    ","parent_name":"GPKGTableCreator"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)execWithDatabase:andStatement:":{"name":"+execWithDatabase:andStatement:","abstract":"

    Execute statement on the database

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)execWithSQLiteConnection:andStatement:":{"name":"+execWithSQLiteConnection:andStatement:","abstract":"

    Execute statement on the SQLite connection

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)queryWithDatabase:andStatement:andArgs:":{"name":"+queryWithDatabase:andStatement:andArgs:","abstract":"

    Query statement on the database

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)queryWithDatabase:andDistinct:andTable:andColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"+queryWithDatabase:andDistinct:andTable:andColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query on the database

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)querySQLWithDistinct:andTable:andColumns:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"+querySQLWithDistinct:andTable:andColumns:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Build Query SQL

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)countWithDatabase:andStatement:andArgs:":{"name":"+countWithDatabase:andStatement:andArgs:","abstract":"

    Count on the database

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)countWithDatabase:andTable:":{"name":"+countWithDatabase:andTable:","abstract":"

    Count on the database table where

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)countWithDatabase:andTable:andWhere:":{"name":"+countWithDatabase:andTable:andWhere:","abstract":"

    Count on the database table where

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)countWithDatabase:andTable:andWhere:andWhereArgs:":{"name":"+countWithDatabase:andTable:andWhere:andWhereArgs:","abstract":"

    Count on the database table where

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)countWithDatabase:andCountStatement:":{"name":"+countWithDatabase:andCountStatement:","abstract":"

    Count on the database

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)countWithDatabase:andCountStatement:andArgs:":{"name":"+countWithDatabase:andCountStatement:andArgs:","abstract":"

    Count on the database

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)countWithDatabase:andTable:andColumn:":{"name":"+countWithDatabase:andTable:andColumn:","abstract":"

    Get a count of table results

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)countWithDatabase:andTable:andDistinct:andColumn:":{"name":"+countWithDatabase:andTable:andDistinct:andColumn:","abstract":"

    Get a count of table results

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)countWithDatabase:andTable:andColumn:andWhere:andWhereArgs:":{"name":"+countWithDatabase:andTable:andColumn:andWhere:andWhereArgs:","abstract":"

    Get a count of table results

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)countWithDatabase:andTable:andDistinct:andColumn:andWhere:andWhereArgs:":{"name":"+countWithDatabase:andTable:andDistinct:andColumn:andWhere:andWhereArgs:","abstract":"

    Get a count of table results

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)querySingleResultWithDatabase:andSql:andArgs:andColumn:andDataType:":{"name":"+querySingleResultWithDatabase:andSql:andArgs:andColumn:andDataType:","abstract":"

    Query the SQL for a single result object with the expected data type

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)querySingleColumnResultsWithDatabase:andSql:andArgs:andColumn:andDataType:andLimit:":{"name":"+querySingleColumnResultsWithDatabase:andSql:andArgs:andColumn:andDataType:andLimit:","abstract":"

    Query for values from a single column up to the limit

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)queryResultsWithDatabase:andSql:andArgs:andDataTypes:andLimit:":{"name":"+queryResultsWithDatabase:andSql:andArgs:andDataTypes:andLimit:","abstract":"

    Query for values up to the limit

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)valueInResult:atIndex:":{"name":"+valueInResult:atIndex:","abstract":"

    Get the value from the result set from the provided column

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)valueInResult:atIndex:withDataType:":{"name":"+valueInResult:atIndex:withDataType:","abstract":"

    Get the value from the result set from the provided column

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)valueInResult:atIndex:withType:":{"name":"+valueInResult:atIndex:withType:","abstract":"

    Get the value from the result set from the provided column

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)valueInResult:atIndex:withType:andDataType:":{"name":"+valueInResult:atIndex:withType:andDataType:","abstract":"

    Get the value from the result set from the provided column

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)integerValueInResult:atIndex:withDataType:":{"name":"+integerValueInResult:atIndex:withDataType:","abstract":"

    Get the integer value from the result set of the column

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)floatValueInResult:atIndex:withDataType:":{"name":"+floatValueInResult:atIndex:withDataType:","abstract":"

    Get the float value from the result set of the column

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)value:asDataType:":{"name":"+value:asDataType:","abstract":"

    Get the converted value from the value and data type

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)minWithDatabase:andTable:andColumn:":{"name":"+minWithDatabase:andTable:andColumn:","abstract":"

    Min on the database table column where

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)minWithDatabase:andTable:andColumn:andWhere:andWhereArgs:":{"name":"+minWithDatabase:andTable:andColumn:andWhere:andWhereArgs:","abstract":"

    Min on the database table column where

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)maxWithDatabase:andTable:andColumn:":{"name":"+maxWithDatabase:andTable:andColumn:","abstract":"

    Max on the database table column where

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)maxWithDatabase:andTable:andColumn:andWhere:andWhereArgs:":{"name":"+maxWithDatabase:andTable:andColumn:andWhere:andWhereArgs:","abstract":"

    Max on the database table column where

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)insertWithDatabase:andStatement:":{"name":"+insertWithDatabase:andStatement:","abstract":"

    Insert into database

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)insertWithDatabase:andTable:andValues:":{"name":"+insertWithDatabase:andTable:andValues:","abstract":"

    Insert into database

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)updateWithDatabase:andStatement:":{"name":"+updateWithDatabase:andStatement:","abstract":"

    Update in the database

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)updateWithDatabase:andStatement:andArgs:":{"name":"+updateWithDatabase:andStatement:andArgs:","abstract":"

    Update in the database

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)updateWithDatabase:andTable:andValues:andWhere:":{"name":"+updateWithDatabase:andTable:andValues:andWhere:","abstract":"

    Update in the database

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)updateWithDatabase:andTable:andValues:andWhere:andWhereArgs:":{"name":"+updateWithDatabase:andTable:andValues:andWhere:andWhereArgs:","abstract":"

    Update in the database

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)deleteWithDatabase:andStatement:":{"name":"+deleteWithDatabase:andStatement:","abstract":"

    Delete from the database

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)deleteWithDatabase:andStatement:andArgs:":{"name":"+deleteWithDatabase:andStatement:andArgs:","abstract":"

    Delete from the database

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)deleteWithDatabase:andTable:andWhere:":{"name":"+deleteWithDatabase:andTable:andWhere:","abstract":"

    Delete from the database

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)deleteWithDatabase:andTable:andWhere:andWhereArgs:":{"name":"+deleteWithDatabase:andTable:andWhere:andWhereArgs:","abstract":"

    Delete from the database

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)closeStatement:":{"name":"+closeStatement:","abstract":"

    Close the statement

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)closeResultSet:":{"name":"+closeResultSet:","abstract":"

    Close the result set

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)closeDatabase:":{"name":"+closeDatabase:","abstract":"

    Close the database

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)sqlValueString:":{"name":"+sqlValueString:","abstract":"

    Get the sql string for the value

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)quoteWrapName:":{"name":"+quoteWrapName:","abstract":"

    Wrap the name in double quotes

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)quoteWrapNames:":{"name":"+quoteWrapNames:","abstract":"

    Wrap the names in double quotes

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)quoteUnwrapName:":{"name":"+quoteUnwrapName:","abstract":"

    Remove double quotes from the name

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)createTableSQL:":{"name":"+createTableSQL:","abstract":"

    Create the user defined table SQL

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)columnSQL:":{"name":"+columnSQL:","abstract":"

    Create the column SQL in the format:","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)columnDefinition:":{"name":"+columnDefinition:","abstract":"

    Create the column definition SQL in the format:","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)columnDefaultValue:":{"name":"+columnDefaultValue:","abstract":"

    Get the column default value as a string

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)columnDefaultValue:withType:":{"name":"+columnDefaultValue:withType:","abstract":"

    Get the column default value as a string

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)addColumn:toTable:withConnection:":{"name":"+addColumn:toTable:withConnection:","abstract":"

    Add a column to a table

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)foreignKeysWithConnection:":{"name":"+foreignKeysWithConnection:","abstract":"

    Query for the foreign keys value

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)foreignKeysAsOn:withConnection:":{"name":"+foreignKeysAsOn:withConnection:","abstract":"

    Change the foreign keys state

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)foreignKeysSQLAsOn:":{"name":"+foreignKeysSQLAsOn:","abstract":"

    Create the foreign keys SQL

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)foreignKeyCheckWithConnection:":{"name":"+foreignKeyCheckWithConnection:","abstract":"

    Perform a foreign key check

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)foreignKeyCheckOnTable:withConnection:":{"name":"+foreignKeyCheckOnTable:withConnection:","abstract":"

    Perform a foreign key check

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)foreignKeyCheckSQL":{"name":"+foreignKeyCheckSQL","abstract":"

    Create the foreign key check SQL

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)foreignKeyCheckSQLOnTable:":{"name":"+foreignKeyCheckSQLOnTable:","abstract":"

    Create the foreign key check SQL

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)integrityCheckSQL":{"name":"+integrityCheckSQL","abstract":"

    Create the integrity check SQL

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)quickCheckSQL":{"name":"+quickCheckSQL","abstract":"

    Create the quick check SQL

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)dropTable:withConnection:":{"name":"+dropTable:withConnection:","abstract":"

    Drop the table if it exists

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)dropTableSQL:":{"name":"+dropTableSQL:","abstract":"

    Create the drop table if exists SQL

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)dropView:withConnection:":{"name":"+dropView:withConnection:","abstract":"

    Drop the view if it exists

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)dropViewSQL:":{"name":"+dropViewSQL:","abstract":"

    Create the drop view if exists SQL

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)transferTableContent:withConnection:":{"name":"+transferTableContent:withConnection:","abstract":"

    Transfer table content from one table to another

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)transferTableContentSQL:":{"name":"+transferTableContentSQL:","abstract":"

    Create insert SQL to transfer table content from one table to another

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)transferContentInTable:inColumn:withNewValue:andCurrentValue:withConnection:":{"name":"+transferContentInTable:inColumn:withNewValue:andCurrentValue:withConnection:","abstract":"

    Transfer table content to itself with new rows containing a new column","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)transferContentInTable:inColumn:withNewValue:andCurrentValue:andIdColumn:withConnection:":{"name":"+transferContentInTable:inColumn:withNewValue:andCurrentValue:andIdColumn:withConnection:","abstract":"

    Transfer table content to itself with new rows containing a new column","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)tempTableNameWithPrefix:andBaseName:withConnection:":{"name":"+tempTableNameWithPrefix:andBaseName:withConnection:","abstract":"

    Get an available temporary table name. Starts with prefix_baseName and","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)modifySQL:withName:andTableMapping:":{"name":"+modifySQL:withName:andTableMapping:","abstract":"

    Modify the SQL with a name change and the table mapping modifications

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)modifySQL:withName:andTableMapping:withConnection:":{"name":"+modifySQL:withName:andTableMapping:withConnection:","abstract":"

    Modify the SQL with a name change and the table mapping modifications

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)modifySQL:withTableMapping:":{"name":"+modifySQL:withTableMapping:","abstract":"

    Modify the SQL with table mapping modifications

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)replaceName:inSQL:withReplacement:":{"name":"+replaceName:inSQL:withReplacement:","abstract":"

    Replace the name (table, column, etc) in the SQL with the replacement.","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)createName:andReplace:withReplacement:":{"name":"+createName:andReplace:withReplacement:","abstract":"

    Create a new name by replacing a case insensitive value with a new value.","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)createName:andReplace:withReplacement:withConnection:":{"name":"+createName:andReplace:withReplacement:withConnection:","abstract":"

    Create a new name by replacing a case insensitive value with a new value.","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)vacuumWithConnection:":{"name":"+vacuumWithConnection:","abstract":"

    Rebuild the GeoPackage, repacking it into a minimal amount of disk space

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)boolValueOfNumber:":{"name":"+boolValueOfNumber:","abstract":"

    Get the BOOL value of the number

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlLiteQueryBuilder.html#/c:objc(cs)GPKGSqlLiteQueryBuilder(cm)buildQueryWithDistinct:andTable:andColumns:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"+buildQueryWithDistinct:andTable:andColumns:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Build SQL query

    ","parent_name":"GPKGSqlLiteQueryBuilder"},"Classes/GPKGSqlLiteQueryBuilder.html#/c:objc(cs)GPKGSqlLiteQueryBuilder(cm)buildQueryWithDistinct:andTables:andColumns:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"+buildQueryWithDistinct:andTables:andColumns:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Build SQL query

    ","parent_name":"GPKGSqlLiteQueryBuilder"},"Classes/GPKGSqlLiteQueryBuilder.html#/c:objc(cs)GPKGSqlLiteQueryBuilder(cm)appendColumnsToString:toString:":{"name":"+appendColumnsToString:toString:","abstract":"

    Append columns to the string

    ","parent_name":"GPKGSqlLiteQueryBuilder"},"Classes/GPKGRow.html#/c:objc(cs)GPKGRow(py)columns":{"name":"columns","abstract":"

    Column names

    ","parent_name":"GPKGRow"},"Classes/GPKGRow.html#/c:objc(cs)GPKGRow(py)values":{"name":"values","abstract":"

    Column values

    ","parent_name":"GPKGRow"},"Classes/GPKGRow.html#/c:objc(cs)GPKGRow(cm)create":{"name":"+create","abstract":"

    Initialize

    ","parent_name":"GPKGRow"},"Classes/GPKGRow.html#/c:objc(cs)GPKGRow(cm)createWithValues:":{"name":"+createWithValues:","abstract":"

    Initialize

    ","parent_name":"GPKGRow"},"Classes/GPKGRow.html#/c:objc(cs)GPKGRow(cm)createWithColumns:andValues:":{"name":"+createWithColumns:andValues:","abstract":"

    Initialize

    ","parent_name":"GPKGRow"},"Classes/GPKGRow.html#/c:objc(cs)GPKGRow(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGRow"},"Classes/GPKGRow.html#/c:objc(cs)GPKGRow(im)initWithValues:":{"name":"-initWithValues:","abstract":"

    Initialize

    ","parent_name":"GPKGRow"},"Classes/GPKGRow.html#/c:objc(cs)GPKGRow(im)initWithColumns:andValues:":{"name":"-initWithColumns:andValues:","abstract":"

    Initialize

    ","parent_name":"GPKGRow"},"Classes/GPKGRow.html#/c:objc(cs)GPKGRow(im)count":{"name":"-count","abstract":"

    Get the count of values / columns

    ","parent_name":"GPKGRow"},"Classes/GPKGRow.html#/c:objc(cs)GPKGRow(im)columnAtIndex:":{"name":"-columnAtIndex:","abstract":"

    Get the column name at the column index

    ","parent_name":"GPKGRow"},"Classes/GPKGRow.html#/c:objc(cs)GPKGRow(im)valueAtIndex:":{"name":"-valueAtIndex:","abstract":"

    Get the value at the column index

    ","parent_name":"GPKGRow"},"Classes/GPKGRow.html#/c:objc(cs)GPKGRow(im)valueWithColumn:":{"name":"-valueWithColumn:","abstract":"

    Get the value for the column name

    ","parent_name":"GPKGRow"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(py)statement":{"name":"statement","abstract":"

    SQL statement

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(py)sql":{"name":"sql","abstract":"

    SQL string statement

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(py)args":{"name":"args","abstract":"

    SQL arguments

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(py)count":{"name":"count","abstract":"

    Result count

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(py)connection":{"name":"connection","abstract":"

    SQL Connection

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(py)columnNames":{"name":"columnNames","abstract":"

    Column Names

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(py)columnIndex":{"name":"columnIndex","abstract":"

    Column name to index mapping

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(py)columns":{"name":"columns","abstract":"

    User columns

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(im)initWithStatement:andSql:andArgs:andCount:andConnection:":{"name":"-initWithStatement:andSql:andArgs:andCount:andConnection:","abstract":"

    Initialize

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(im)initWithResultSet:":{"name":"-initWithResultSet:","abstract":"

    Initialize reusing existing result set statement and connection

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(im)moveToNext":{"name":"-moveToNext","abstract":"

    Move to the next result if one exists

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(im)moveToFirst":{"name":"-moveToFirst","abstract":"

    Move to the first result

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(im)moveToPosition:":{"name":"-moveToPosition:","abstract":"

    Move result to index position

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(im)close":{"name":"-close","abstract":"

    Close the result set

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(im)closeStatement":{"name":"-closeStatement","abstract":"

    Close the result set statement, but leave the connection open

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(im)columnCount":{"name":"-columnCount","abstract":"

    Get the column count

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(im)row":{"name":"-row","abstract":"

    Get the row value

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(im)rowValues":{"name":"-rowValues","abstract":"

    Get the row values

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(im)rowPopulateValues:":{"name":"-rowPopulateValues:","abstract":"

    Get a row and populate with values

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(im)valueWithIndex:":{"name":"-valueWithIndex:","abstract":"

    Get value with column index

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(im)valueWithColumnName:":{"name":"-valueWithColumnName:","abstract":"

    Get the value for the column name

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(im)columnIndexWithName:":{"name":"-columnIndexWithName:","abstract":"

    Get column index for column name

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(im)type:":{"name":"-type:","abstract":"

    Get the column type of the column index

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(im)stringWithIndex:":{"name":"-stringWithIndex:","abstract":"

    Get the string value at the column index

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(im)intWithIndex:":{"name":"-intWithIndex:","abstract":"

    Get the int value at the column index

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(im)blobWithIndex:":{"name":"-blobWithIndex:","abstract":"

    Get the blob value at the column index

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(im)longWithIndex:":{"name":"-longWithIndex:","abstract":"

    Get the long value at the column index

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(im)doubleWithIndex:":{"name":"-doubleWithIndex:","abstract":"

    Get the double value at the column index

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(im)countAndClose":{"name":"-countAndClose","abstract":"

    Get the result count and close the result set

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(im)setColumnsFromTable:":{"name":"-setColumnsFromTable:","abstract":"

    Set the columns from the user table

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(im)id":{"name":"-id","abstract":"

    Get the id value

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(im)idValue":{"name":"-idValue","abstract":"

    Get the id value

    ","parent_name":"GPKGResultSet"},"Classes/GPKGPagination.html#/c:objc(cs)GPKGPagination(cm)findInSQL:":{"name":"+findInSQL:","abstract":"

    Find the pagination offset and limit from the SQL statement

    ","parent_name":"GPKGPagination"},"Classes/GPKGPagination.html#/c:objc(cs)GPKGPagination(cm)replaceSQL:withPagination:":{"name":"+replaceSQL:withPagination:","abstract":"

    Replace the pagination limit and offset in the SQL statement

    ","parent_name":"GPKGPagination"},"Classes/GPKGPagination.html#/c:objc(cs)GPKGPagination(py)limit":{"name":"limit","abstract":"

    Limit

    ","parent_name":"GPKGPagination"},"Classes/GPKGPagination.html#/c:objc(cs)GPKGPagination(py)offset":{"name":"offset","abstract":"

    Offset

    ","parent_name":"GPKGPagination"},"Classes/GPKGPagination.html#/c:objc(cs)GPKGPagination(im)initWithLimit:":{"name":"-initWithLimit:","abstract":"

    Initialize

    ","parent_name":"GPKGPagination"},"Classes/GPKGPagination.html#/c:objc(cs)GPKGPagination(im)initWithLimit:andOffsetInt:":{"name":"-initWithLimit:andOffsetInt:","abstract":"

    Initialize

    ","parent_name":"GPKGPagination"},"Classes/GPKGPagination.html#/c:objc(cs)GPKGPagination(im)initWithLimit:andOffset:":{"name":"-initWithLimit:andOffset:","abstract":"

    Initialize

    ","parent_name":"GPKGPagination"},"Classes/GPKGPagination.html#/c:objc(cs)GPKGPagination(im)hasLimit":{"name":"-hasLimit","abstract":"

    Is there positive limit

    ","parent_name":"GPKGPagination"},"Classes/GPKGPagination.html#/c:objc(cs)GPKGPagination(im)hasOffset":{"name":"-hasOffset","abstract":"

    Is there an offset

    ","parent_name":"GPKGPagination"},"Classes/GPKGPagination.html#/c:objc(cs)GPKGPagination(im)incrementOffset":{"name":"-incrementOffset","abstract":"

    If the limit is positive, increment the offset

    ","parent_name":"GPKGPagination"},"Classes/GPKGPagination.html#/c:objc(cs)GPKGPagination(im)incrementOffsetByCount:":{"name":"-incrementOffsetByCount:","abstract":"

    Increment the offset by the count

    ","parent_name":"GPKGPagination"},"Classes/GPKGPagination.html#/c:objc(cs)GPKGPagination(im)replaceSQL:":{"name":"-replaceSQL:","abstract":"

    Replace the limit and offset in the SQL statement with the pagination","parent_name":"GPKGPagination"},"Classes/GPKGPaginatedResults.html#/c:objc(cs)GPKGPaginatedResults(cm)isPaginated:":{"name":"+isPaginated:","abstract":"

    Determine if the result set is paginated

    ","parent_name":"GPKGPaginatedResults"},"Classes/GPKGPaginatedResults.html#/c:objc(cs)GPKGPaginatedResults(cm)pagination:":{"name":"+pagination:","abstract":"

    Get the pagination offset and limit

    ","parent_name":"GPKGPaginatedResults"},"Classes/GPKGPaginatedResults.html#/c:objc(cs)GPKGPaginatedResults(cm)create:":{"name":"+create:","abstract":"

    Create

    ","parent_name":"GPKGPaginatedResults"},"Classes/GPKGPaginatedResults.html#/c:objc(cs)GPKGPaginatedResults(py)pagination":{"name":"pagination","abstract":"

    Paginated query settings

    ","parent_name":"GPKGPaginatedResults"},"Classes/GPKGPaginatedResults.html#/c:objc(cs)GPKGPaginatedResults(py)ids":{"name":"ids","abstract":"

    Flag for iterating over result ids

    ","parent_name":"GPKGPaginatedResults"},"Classes/GPKGPaginatedResults.html#/c:objc(cs)GPKGPaginatedResults(im)initWithResultSet:":{"name":"-initWithResultSet:","abstract":"

    Initialize

    ","parent_name":"GPKGPaginatedResults"},"Classes/GPKGPaginatedResults.html#/c:objc(cs)GPKGPaginatedResults(im)connection":{"name":"-connection","abstract":"

    Get the DB Connection

    ","parent_name":"GPKGPaginatedResults"},"Classes/GPKGPaginatedResults.html#/c:objc(cs)GPKGPaginatedResults(im)resultSet":{"name":"-resultSet","abstract":"

    Get the current paginated Result Set

    ","parent_name":"GPKGPaginatedResults"},"Classes/GPKGPaginatedResults.html#/c:objc(cs)GPKGPaginatedResults(im)count":{"name":"-count","abstract":"

    Get the result count

    ","parent_name":"GPKGPaginatedResults"},"Classes/GPKGPaginatedResults.html#/c:objc(cs)GPKGPaginatedResults(im)sql":{"name":"-sql","abstract":"

    Get the initial SQL statement

    ","parent_name":"GPKGPaginatedResults"},"Classes/GPKGPaginatedResults.html#/c:objc(cs)GPKGPaginatedResults(im)args":{"name":"-args","abstract":"

    Get the SQL arguments

    ","parent_name":"GPKGPaginatedResults"},"Classes/GPKGPaginatedResults.html#/c:objc(cs)GPKGPaginatedResults(im)moveToNext":{"name":"-moveToNext","abstract":"

    Move to the next result if one exists

    ","parent_name":"GPKGPaginatedResults"},"Classes/GPKGPaginatedResults.html#/c:objc(cs)GPKGPaginatedResults(im)rowValues":{"name":"-rowValues","abstract":"

    Get the row values

    ","parent_name":"GPKGPaginatedResults"},"Classes/GPKGPaginatedResults.html#/c:objc(cs)GPKGPaginatedResults(im)row":{"name":"-row","abstract":"

    Get the row value

    ","parent_name":"GPKGPaginatedResults"},"Classes/GPKGPaginatedResults.html#/c:objc(cs)GPKGPaginatedResults(im)id":{"name":"-id","abstract":"

    Get the id value

    ","parent_name":"GPKGPaginatedResults"},"Classes/GPKGPaginatedResults.html#/c:objc(cs)GPKGPaginatedResults(im)close":{"name":"-close","abstract":"

    Close the current results

    ","parent_name":"GPKGPaginatedResults"},"Classes/GPKGMappedColumn.html#/c:objc(cs)GPKGMappedColumn(py)toColumn":{"name":"toColumn","abstract":"

    To column

    ","parent_name":"GPKGMappedColumn"},"Classes/GPKGMappedColumn.html#/c:objc(cs)GPKGMappedColumn(py)fromColumn":{"name":"fromColumn","abstract":"

    From column or null if the same as to column

    ","parent_name":"GPKGMappedColumn"},"Classes/GPKGMappedColumn.html#/c:objc(cs)GPKGMappedColumn(py)defaultValue":{"name":"defaultValue","abstract":"

    Default to column value

    ","parent_name":"GPKGMappedColumn"},"Classes/GPKGMappedColumn.html#/c:objc(cs)GPKGMappedColumn(py)dataType":{"name":"dataType","abstract":"

    Column data type

    ","parent_name":"GPKGMappedColumn"},"Classes/GPKGMappedColumn.html#/c:objc(cs)GPKGMappedColumn(py)constantValue":{"name":"constantValue","abstract":"

    Constant value

    ","parent_name":"GPKGMappedColumn"},"Classes/GPKGMappedColumn.html#/c:objc(cs)GPKGMappedColumn(py)whereValue":{"name":"whereValue","abstract":"

    Where value

    ","parent_name":"GPKGMappedColumn"},"Classes/GPKGMappedColumn.html#/c:objc(cs)GPKGMappedColumn(py)whereOperator":{"name":"whereOperator","abstract":"

    Where value comparison operator (=, <, etc)

    ","parent_name":"GPKGMappedColumn"},"Classes/GPKGMappedColumn.html#/c:objc(cs)GPKGMappedColumn(im)initWithToColumn:":{"name":"-initWithToColumn:","abstract":"

    Initialize

    ","parent_name":"GPKGMappedColumn"},"Classes/GPKGMappedColumn.html#/c:objc(cs)GPKGMappedColumn(im)initWithToColumn:andFromColumn:":{"name":"-initWithToColumn:andFromColumn:","abstract":"

    Initialize

    ","parent_name":"GPKGMappedColumn"},"Classes/GPKGMappedColumn.html#/c:objc(cs)GPKGMappedColumn(im)initWithToColumn:andFromColumn:andDefaultValue:andDataType:":{"name":"-initWithToColumn:andFromColumn:andDefaultValue:andDataType:","abstract":"

    Initialize

    ","parent_name":"GPKGMappedColumn"},"Classes/GPKGMappedColumn.html#/c:objc(cs)GPKGMappedColumn(im)initWithToColumn:andDefaultValue:andDataType:":{"name":"-initWithToColumn:andDefaultValue:andDataType:","abstract":"

    Initialize

    ","parent_name":"GPKGMappedColumn"},"Classes/GPKGMappedColumn.html#/c:objc(cs)GPKGMappedColumn(im)initWithUserColumn:":{"name":"-initWithUserColumn:","abstract":"

    Initialize

    ","parent_name":"GPKGMappedColumn"},"Classes/GPKGMappedColumn.html#/c:objc(cs)GPKGMappedColumn(im)initWithTableColumn:":{"name":"-initWithTableColumn:","abstract":"

    Initialize

    ","parent_name":"GPKGMappedColumn"},"Classes/GPKGMappedColumn.html#/c:objc(cs)GPKGMappedColumn(im)hasNewName":{"name":"-hasNewName","abstract":"

    Determine if the column has a new name

    ","parent_name":"GPKGMappedColumn"},"Classes/GPKGMappedColumn.html#/c:objc(cs)GPKGMappedColumn(im)hasDefaultValue":{"name":"-hasDefaultValue","abstract":"

    Check if the column has a default value

    ","parent_name":"GPKGMappedColumn"},"Classes/GPKGMappedColumn.html#/c:objc(cs)GPKGMappedColumn(im)defaultValueAsString":{"name":"-defaultValueAsString","abstract":"

    Get the default value as a string

    ","parent_name":"GPKGMappedColumn"},"Classes/GPKGMappedColumn.html#/c:objc(cs)GPKGMappedColumn(im)hasConstantValue":{"name":"-hasConstantValue","abstract":"

    Check if the column has a constant value

    ","parent_name":"GPKGMappedColumn"},"Classes/GPKGMappedColumn.html#/c:objc(cs)GPKGMappedColumn(im)constantValueAsString":{"name":"-constantValueAsString","abstract":"

    Get the constant value as a string

    ","parent_name":"GPKGMappedColumn"},"Classes/GPKGMappedColumn.html#/c:objc(cs)GPKGMappedColumn(im)hasWhereValue":{"name":"-hasWhereValue","abstract":"

    Check if the column has a where value

    ","parent_name":"GPKGMappedColumn"},"Classes/GPKGMappedColumn.html#/c:objc(cs)GPKGMappedColumn(im)whereValueAsString":{"name":"-whereValueAsString","abstract":"

    Get the where value as a string

    ","parent_name":"GPKGMappedColumn"},"Classes/GPKGMappedColumn.html#/c:objc(cs)GPKGMappedColumn(im)setWhereValue:withOperator:":{"name":"-setWhereValue:withOperator:","abstract":"

    Set the where value

    ","parent_name":"GPKGMappedColumn"},"Classes/GPKGGeoPackageTableCreator.html#/c:objc(cs)GPKGGeoPackageTableCreator(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGGeoPackageTableCreator"},"Classes/GPKGGeoPackageTableCreator.html#/c:objc(cs)GPKGGeoPackageTableCreator(im)createSpatialReferenceSystem":{"name":"-createSpatialReferenceSystem","abstract":"

    Create Spatial Reference System table

    ","parent_name":"GPKGGeoPackageTableCreator"},"Classes/GPKGGeoPackageTableCreator.html#/c:objc(cs)GPKGGeoPackageTableCreator(im)createContents":{"name":"-createContents","abstract":"

    Create Contents table

    ","parent_name":"GPKGGeoPackageTableCreator"},"Classes/GPKGGeoPackageTableCreator.html#/c:objc(cs)GPKGGeoPackageTableCreator(im)createGeometryColumns":{"name":"-createGeometryColumns","abstract":"

    Create Geometry Columns table

    ","parent_name":"GPKGGeoPackageTableCreator"},"Classes/GPKGGeoPackageTableCreator.html#/c:objc(cs)GPKGGeoPackageTableCreator(im)createTileMatrixSet":{"name":"-createTileMatrixSet","abstract":"

    Creat Tile Matrix Set table

    ","parent_name":"GPKGGeoPackageTableCreator"},"Classes/GPKGGeoPackageTableCreator.html#/c:objc(cs)GPKGGeoPackageTableCreator(im)createTileMatrix":{"name":"-createTileMatrix","abstract":"

    Create Tile Matrix table

    ","parent_name":"GPKGGeoPackageTableCreator"},"Classes/GPKGGeoPackageTableCreator.html#/c:objc(cs)GPKGGeoPackageTableCreator(im)createExtensions":{"name":"-createExtensions","abstract":"

    Create Extensions table

    ","parent_name":"GPKGGeoPackageTableCreator"},"Classes/GPKGGeoPackageTableCreator.html#/c:objc(cs)GPKGGeoPackageTableCreator(im)createDataColumns":{"name":"-createDataColumns","abstract":"

    Create Data Columns table

    ","parent_name":"GPKGGeoPackageTableCreator"},"Classes/GPKGGeoPackageTableCreator.html#/c:objc(cs)GPKGGeoPackageTableCreator(im)createDataColumnConstraints":{"name":"-createDataColumnConstraints","abstract":"

    Create Data Column Constraints table

    ","parent_name":"GPKGGeoPackageTableCreator"},"Classes/GPKGGeoPackageTableCreator.html#/c:objc(cs)GPKGGeoPackageTableCreator(im)createMetadata":{"name":"-createMetadata","abstract":"

    Create Metadata table

    ","parent_name":"GPKGGeoPackageTableCreator"},"Classes/GPKGGeoPackageTableCreator.html#/c:objc(cs)GPKGGeoPackageTableCreator(im)createMetadataReference":{"name":"-createMetadataReference","abstract":"

    Create Metadata Reference table

    ","parent_name":"GPKGGeoPackageTableCreator"},"Classes/GPKGGeoPackageTableCreator.html#/c:objc(cs)GPKGGeoPackageTableCreator(im)createGriddedCoverage":{"name":"-createGriddedCoverage","abstract":"

    Create the Tiled Gridded Coverage Data Coverage extension table

    ","parent_name":"GPKGGeoPackageTableCreator"},"Classes/GPKGGeoPackageTableCreator.html#/c:objc(cs)GPKGGeoPackageTableCreator(im)createGriddedTile":{"name":"-createGriddedTile","abstract":"

    Create the Tiled Gridded Coverage Data Tile extension table

    ","parent_name":"GPKGGeoPackageTableCreator"},"Classes/GPKGGeoPackageTableCreator.html#/c:objc(cs)GPKGGeoPackageTableCreator(im)createExtendedRelations":{"name":"-createExtendedRelations","abstract":"

    Create the Extended Relations table

    ","parent_name":"GPKGGeoPackageTableCreator"},"Classes/GPKGGeoPackageTableCreator.html#/c:objc(cs)GPKGGeoPackageTableCreator(im)createExtensionTable:":{"name":"-createExtensionTable:","abstract":"

    Create an extension table

    ","parent_name":"GPKGGeoPackageTableCreator"},"Classes/GPKGGeoPackageTableCreator.html#/c:objc(cs)GPKGGeoPackageTableCreator(im)createUserTable:":{"name":"-createUserTable:","abstract":"

    Create the user table

    ","parent_name":"GPKGGeoPackageTableCreator"},"Classes/GPKGGeoPackageTableCreator.html#/c:objc(cs)GPKGGeoPackageTableCreator(im)createRequired":{"name":"-createRequired","abstract":"

    Create the minimum required GeoPackage tables

    ","parent_name":"GPKGGeoPackageTableCreator"},"Classes/GPKGGeoPackageTableCreator.html#/c:objc(cs)GPKGGeoPackageTableCreator(im)dropTable:":{"name":"-dropTable:","abstract":"

    Drop the table if it exists

    ","parent_name":"GPKGGeoPackageTableCreator"},"Classes/GPKGGeoPackageTableCreator.html#/c:objc(cs)GPKGGeoPackageTableCreator(im)dropView:":{"name":"-dropView:","abstract":"

    Drop the view if it exists

    ","parent_name":"GPKGGeoPackageTableCreator"},"Classes/GPKGFeatureIndexerIdResultSet.html#/c:objc(cs)GPKGFeatureIndexerIdResultSet(im)initWithResults:andIdQuery:":{"name":"-initWithResults:andIdQuery:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureIndexerIdResultSet"},"Classes/GPKGFeatureIndexerIdQuery.html#/c:objc(cs)GPKGFeatureIndexerIdQuery(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureIndexerIdQuery"},"Classes/GPKGFeatureIndexerIdQuery.html#/c:objc(cs)GPKGFeatureIndexerIdQuery(im)addArgument:":{"name":"-addArgument:","abstract":"

    Add an id argument

    ","parent_name":"GPKGFeatureIndexerIdQuery"},"Classes/GPKGFeatureIndexerIdQuery.html#/c:objc(cs)GPKGFeatureIndexerIdQuery(im)addArgumentInt:":{"name":"-addArgumentInt:","abstract":"

    Add an id argument

    ","parent_name":"GPKGFeatureIndexerIdQuery"},"Classes/GPKGFeatureIndexerIdQuery.html#/c:objc(cs)GPKGFeatureIndexerIdQuery(im)count":{"name":"-count","abstract":"

    Get the number of ids

    ","parent_name":"GPKGFeatureIndexerIdQuery"},"Classes/GPKGFeatureIndexerIdQuery.html#/c:objc(cs)GPKGFeatureIndexerIdQuery(im)ids":{"name":"-ids","abstract":"

    Get the set of ids

    ","parent_name":"GPKGFeatureIndexerIdQuery"},"Classes/GPKGFeatureIndexerIdQuery.html#/c:objc(cs)GPKGFeatureIndexerIdQuery(im)hasId:":{"name":"-hasId:","abstract":"

    Check if the query has the id

    ","parent_name":"GPKGFeatureIndexerIdQuery"},"Classes/GPKGFeatureIndexerIdQuery.html#/c:objc(cs)GPKGFeatureIndexerIdQuery(im)hasIdInt:":{"name":"-hasIdInt:","abstract":"

    Check if the query has the id

    ","parent_name":"GPKGFeatureIndexerIdQuery"},"Classes/GPKGFeatureIndexerIdQuery.html#/c:objc(cs)GPKGFeatureIndexerIdQuery(im)aboveMaxArguments":{"name":"-aboveMaxArguments","abstract":"

    Check if the total number of query arguments is above the maximum allowed in a single query

    ","parent_name":"GPKGFeatureIndexerIdQuery"},"Classes/GPKGFeatureIndexerIdQuery.html#/c:objc(cs)GPKGFeatureIndexerIdQuery(im)aboveMaxArgumentsWithAdditionalArgs:":{"name":"-aboveMaxArgumentsWithAdditionalArgs:","abstract":"

    Check if the total number of query arguments is above the maximum allowed in a single query

    ","parent_name":"GPKGFeatureIndexerIdQuery"},"Classes/GPKGFeatureIndexerIdQuery.html#/c:objc(cs)GPKGFeatureIndexerIdQuery(im)aboveMaxArgumentsWithAdditionalArgsCount:":{"name":"-aboveMaxArgumentsWithAdditionalArgsCount:","abstract":"

    Check if the total number of query arguments is above the maximum allowed in a single query

    ","parent_name":"GPKGFeatureIndexerIdQuery"},"Classes/GPKGFeatureIndexerIdQuery.html#/c:objc(cs)GPKGFeatureIndexerIdQuery(im)sql":{"name":"-sql","abstract":"

    Get the SQL statement

    ","parent_name":"GPKGFeatureIndexerIdQuery"},"Classes/GPKGFeatureIndexerIdQuery.html#/c:objc(cs)GPKGFeatureIndexerIdQuery(im)args":{"name":"-args","abstract":"

    Get the arguments

    ","parent_name":"GPKGFeatureIndexerIdQuery"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(py)featureDao":{"name":"featureDao","abstract":"

    Feature DAO

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(py)progress":{"name":"progress","abstract":"

    Progress callbacks

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(py)chunkLimit":{"name":"chunkLimit","abstract":"

    Query single chunk limit

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)initWithFeatureDao:":{"name":"-initWithFeatureDao:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)pkColumnName":{"name":"-pkColumnName","abstract":"

    Get the primary key column name

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)close":{"name":"-close","abstract":"

    Close the database connection in the feature indexer

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)index":{"name":"-index","abstract":"

    Index the feature table if needed

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)indexWithForce:":{"name":"-indexWithForce:","abstract":"

    Index the feature table

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)indexFeatureRow:":{"name":"-indexFeatureRow:","abstract":"

    Index the feature row. This method assumes that indexing has been completed and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)deleteIndex":{"name":"-deleteIndex","abstract":"

    Delete the feature table index

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)deleteIndexWithFeatureRow:":{"name":"-deleteIndexWithFeatureRow:","abstract":"

    Delete the index for the feature row

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)deleteIndexWithGeomId:":{"name":"-deleteIndexWithGeomId:","abstract":"

    Delete the index for the geometry id

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)isIndexed":{"name":"-isIndexed","abstract":"

    Determine if the database table is indexed after database modifications

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)lastIndexed":{"name":"-lastIndexed","abstract":"

    Get the date last indexed

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)tolerance":{"name":"-tolerance","abstract":"

    Get the query range tolerance

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)setTolerance:":{"name":"-setTolerance:","abstract":"

    Set the query range tolerance

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)query":{"name":"-query","abstract":"

    Query for all Geometry Metadata

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryWithColumns:":{"name":"-queryWithColumns:","abstract":"

    Query for all Geometry Metadata

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryIds":{"name":"-queryIds","abstract":"

    Query for all Geometry Metadata ids

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)count":{"name":"-count","abstract":"

    Query for all Geometry Metadata count

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeatures":{"name":"-queryFeatures","abstract":"

    Query for all features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:":{"name":"-queryFeaturesWithDistinct:","abstract":"

    Query for all features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithColumns:":{"name":"-queryFeaturesWithColumns:","abstract":"

    Query for all features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andColumns:":{"name":"-queryFeaturesWithDistinct:andColumns:","abstract":"

    Query for all features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeatures":{"name":"-countFeatures","abstract":"

    Count features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithColumn:":{"name":"-countFeaturesWithColumn:","abstract":"

    Count features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithDistinct:andColumn:":{"name":"-countFeaturesWithDistinct:andColumn:","abstract":"

    Count features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithFieldValues:":{"name":"-queryFeaturesWithFieldValues:","abstract":"

    Query for features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andFieldValues:","abstract":"

    Query for features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithColumns:andFieldValues:":{"name":"-queryFeaturesWithColumns:andFieldValues:","abstract":"

    Query for features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andColumns:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andColumns:andFieldValues:","abstract":"

    Query for features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithFieldValues:":{"name":"-countFeaturesWithFieldValues:","abstract":"

    Count features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithColumn:andFieldValues:":{"name":"-countFeaturesWithColumn:andFieldValues:","abstract":"

    Count features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithDistinct:andColumn:andFieldValues:":{"name":"-countFeaturesWithDistinct:andColumn:andFieldValues:","abstract":"

    Count features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWhere:":{"name":"-queryFeaturesWhere:","abstract":"

    Query for features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andWhere:":{"name":"-queryFeaturesWithDistinct:andWhere:","abstract":"

    Query for features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithColumns:andWhere:":{"name":"-queryFeaturesWithColumns:andWhere:","abstract":"

    Query for features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andColumns:andWhere:":{"name":"-queryFeaturesWithDistinct:andColumns:andWhere:","abstract":"

    Query for features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWhere:":{"name":"-countFeaturesWhere:","abstract":"

    Count features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithColumn:andWhere:":{"name":"-countFeaturesWithColumn:andWhere:","abstract":"

    Count features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithDistinct:andColumn:andWhere:":{"name":"-countFeaturesWithDistinct:andColumn:andWhere:","abstract":"

    Count features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWhere:andWhereArgs:":{"name":"-queryFeaturesWhere:andWhereArgs:","abstract":"

    Query for features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andWhere:andWhereArgs:","abstract":"

    Query for features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithColumns:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithColumns:andWhere:andWhereArgs:","abstract":"

    Query for features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andColumns:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andColumns:andWhere:andWhereArgs:","abstract":"

    Query for features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWhere:andWhereArgs:":{"name":"-countFeaturesWhere:andWhereArgs:","abstract":"

    Count features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithColumn:andWhere:andWhereArgs:":{"name":"-countFeaturesWithColumn:andWhere:andWhereArgs:","abstract":"

    Count features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithDistinct:andColumn:andWhere:andWhereArgs:":{"name":"-countFeaturesWithDistinct:andColumn:andWhere:andWhereArgs:","abstract":"

    Count features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)boundingBox":{"name":"-boundingBox","abstract":"

    Query for the bounds of the feature table index

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)boundingBoxInProjection:":{"name":"-boundingBoxInProjection:","abstract":"

    Query for the feature index bounds and return in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryWithBoundingBox:":{"name":"-queryWithBoundingBox:","abstract":"

    Query for Geometry Metadata within the bounding box, projected","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryWithColumns:andBoundingBox:":{"name":"-queryWithColumns:andBoundingBox:","abstract":"

    Query for Geometry Metadata within the bounding box, projected","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryIdsWithBoundingBox:":{"name":"-queryIdsWithBoundingBox:","abstract":"

    Query for Geometry Metadata ids within the bounding box, projected","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countWithBoundingBox:":{"name":"-countWithBoundingBox:","abstract":"

    Query for Geometry Metadata count within the bounding box, projected","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithBoundingBox:":{"name":"-queryFeaturesWithBoundingBox:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andBoundingBox:":{"name":"-queryFeaturesWithDistinct:andBoundingBox:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithColumns:andBoundingBox:":{"name":"-queryFeaturesWithColumns:andBoundingBox:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andColumns:andBoundingBox:":{"name":"-queryFeaturesWithDistinct:andColumns:andBoundingBox:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithBoundingBox:":{"name":"-countFeaturesWithBoundingBox:","abstract":"

    Count the features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithColumn:andBoundingBox:":{"name":"-countFeaturesWithColumn:andBoundingBox:","abstract":"

    Count the features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithDistinct:andColumn:andBoundingBox:":{"name":"-countFeaturesWithDistinct:andColumn:andBoundingBox:","abstract":"

    Count the features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithBoundingBox:andFieldValues:":{"name":"-queryFeaturesWithBoundingBox:andFieldValues:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andBoundingBox:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andBoundingBox:andFieldValues:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithColumns:andBoundingBox:andFieldValues:":{"name":"-queryFeaturesWithColumns:andBoundingBox:andFieldValues:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andColumns:andBoundingBox:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andColumns:andBoundingBox:andFieldValues:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithBoundingBox:andFieldValues:":{"name":"-countFeaturesWithBoundingBox:andFieldValues:","abstract":"

    Count the features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithColumn:andBoundingBox:andFieldValues:":{"name":"-countFeaturesWithColumn:andBoundingBox:andFieldValues:","abstract":"

    Count the features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithDistinct:andColumn:andBoundingBox:andFieldValues:":{"name":"-countFeaturesWithDistinct:andColumn:andBoundingBox:andFieldValues:","abstract":"

    Count the features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithBoundingBox:andWhere:":{"name":"-queryFeaturesWithBoundingBox:andWhere:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andBoundingBox:andWhere:":{"name":"-queryFeaturesWithDistinct:andBoundingBox:andWhere:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithColumns:andBoundingBox:andWhere:":{"name":"-queryFeaturesWithColumns:andBoundingBox:andWhere:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andColumns:andBoundingBox:andWhere:":{"name":"-queryFeaturesWithDistinct:andColumns:andBoundingBox:andWhere:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithBoundingBox:andWhere:":{"name":"-countFeaturesWithBoundingBox:andWhere:","abstract":"

    Count the features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithColumn:andBoundingBox:andWhere:":{"name":"-countFeaturesWithColumn:andBoundingBox:andWhere:","abstract":"

    Count the features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithDistinct:andColumn:andBoundingBox:andWhere:":{"name":"-countFeaturesWithDistinct:andColumn:andBoundingBox:andWhere:","abstract":"

    Count the features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithBoundingBox:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithBoundingBox:andWhere:andWhereArgs:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andBoundingBox:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andBoundingBox:andWhere:andWhereArgs:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithColumns:andBoundingBox:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithColumns:andBoundingBox:andWhere:andWhereArgs:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithBoundingBox:andWhere:andWhereArgs:":{"name":"-countFeaturesWithBoundingBox:andWhere:andWhereArgs:","abstract":"

    Count the features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithColumn:andBoundingBox:andWhere:andWhereArgs:":{"name":"-countFeaturesWithColumn:andBoundingBox:andWhere:andWhereArgs:","abstract":"

    Count the features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithDistinct:andColumn:andBoundingBox:andWhere:andWhereArgs:":{"name":"-countFeaturesWithDistinct:andColumn:andBoundingBox:andWhere:andWhereArgs:","abstract":"

    Count the features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryWithBoundingBox:inProjection:":{"name":"-queryWithBoundingBox:inProjection:","abstract":"

    Query for Geometry Metadata within the bounding box in","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryWithColumns:andBoundingBox:inProjection:":{"name":"-queryWithColumns:andBoundingBox:inProjection:","abstract":"

    Query for Geometry Metadata within the bounding box in","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryIdsWithBoundingBox:inProjection:":{"name":"-queryIdsWithBoundingBox:inProjection:","abstract":"

    Query for Geometry Metadata ids within the bounding box in","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countWithBoundingBox:inProjection:":{"name":"-countWithBoundingBox:inProjection:","abstract":"

    Query for Geometry Metadata count within the bounding box in","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithBoundingBox:inProjection:":{"name":"-queryFeaturesWithBoundingBox:inProjection:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andBoundingBox:inProjection:":{"name":"-queryFeaturesWithDistinct:andBoundingBox:inProjection:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithColumns:andBoundingBox:inProjection:":{"name":"-queryFeaturesWithColumns:andBoundingBox:inProjection:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andColumns:andBoundingBox:inProjection:":{"name":"-queryFeaturesWithDistinct:andColumns:andBoundingBox:inProjection:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithBoundingBox:inProjection:":{"name":"-countFeaturesWithBoundingBox:inProjection:","abstract":"

    Count the features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithColumn:andBoundingBox:inProjection:":{"name":"-countFeaturesWithColumn:andBoundingBox:inProjection:","abstract":"

    Count the features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithDistinct:andColumn:andBoundingBox:inProjection:":{"name":"-countFeaturesWithDistinct:andColumn:andBoundingBox:inProjection:","abstract":"

    Count the features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithBoundingBox:inProjection:andFieldValues:":{"name":"-queryFeaturesWithBoundingBox:inProjection:andFieldValues:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andBoundingBox:inProjection:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andBoundingBox:inProjection:andFieldValues:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithColumns:andBoundingBox:inProjection:andFieldValues:":{"name":"-queryFeaturesWithColumns:andBoundingBox:inProjection:andFieldValues:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithBoundingBox:inProjection:andFieldValues:":{"name":"-countFeaturesWithBoundingBox:inProjection:andFieldValues:","abstract":"

    Count the features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithColumn:andBoundingBox:inProjection:andFieldValues:":{"name":"-countFeaturesWithColumn:andBoundingBox:inProjection:andFieldValues:","abstract":"

    Count the features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithDistinct:andColumn:andBoundingBox:inProjection:andFieldValues:":{"name":"-countFeaturesWithDistinct:andColumn:andBoundingBox:inProjection:andFieldValues:","abstract":"

    Count the features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithBoundingBox:inProjection:andWhere:":{"name":"-queryFeaturesWithBoundingBox:inProjection:andWhere:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andBoundingBox:inProjection:andWhere:":{"name":"-queryFeaturesWithDistinct:andBoundingBox:inProjection:andWhere:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithColumns:andBoundingBox:inProjection:andWhere:":{"name":"-queryFeaturesWithColumns:andBoundingBox:inProjection:andWhere:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:":{"name":"-queryFeaturesWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithBoundingBox:inProjection:andWhere:":{"name":"-countFeaturesWithBoundingBox:inProjection:andWhere:","abstract":"

    Count the features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithColumn:andBoundingBox:inProjection:andWhere:":{"name":"-countFeaturesWithColumn:andBoundingBox:inProjection:andWhere:","abstract":"

    Count the features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithDistinct:andColumn:andBoundingBox:inProjection:andWhere:":{"name":"-countFeaturesWithDistinct:andColumn:andBoundingBox:inProjection:andWhere:","abstract":"

    Count the features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-countFeaturesWithBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Count the features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithColumn:andBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-countFeaturesWithColumn:andBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Count the features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithDistinct:andColumn:andBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-countFeaturesWithDistinct:andColumn:andBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Count the features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryWithEnvelope:":{"name":"-queryWithEnvelope:","abstract":"

    Query for Geometry Metadata within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryWithColumns:andEnvelope:":{"name":"-queryWithColumns:andEnvelope:","abstract":"

    Query for Geometry Metadata within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryIdsWithEnvelope:":{"name":"-queryIdsWithEnvelope:","abstract":"

    Query for Geometry Metadata idswithin the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countWithEnvelope:":{"name":"-countWithEnvelope:","abstract":"

    Query for Geometry Metadata count within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithEnvelope:":{"name":"-queryFeaturesWithEnvelope:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andEnvelope:":{"name":"-queryFeaturesWithDistinct:andEnvelope:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithColumns:andEnvelope:":{"name":"-queryFeaturesWithColumns:andEnvelope:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andColumns:andEnvelope:":{"name":"-queryFeaturesWithDistinct:andColumns:andEnvelope:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithEnvelope:":{"name":"-countFeaturesWithEnvelope:","abstract":"

    Count the features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithColumn:andEnvelope:":{"name":"-countFeaturesWithColumn:andEnvelope:","abstract":"

    Count the features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithDistinct:andColumn:andEnvelope:":{"name":"-countFeaturesWithDistinct:andColumn:andEnvelope:","abstract":"

    Count the features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithEnvelope:andFieldValues:":{"name":"-queryFeaturesWithEnvelope:andFieldValues:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andEnvelope:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andEnvelope:andFieldValues:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithColumns:andEnvelope:andFieldValues:":{"name":"-queryFeaturesWithColumns:andEnvelope:andFieldValues:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andColumns:andEnvelope:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andColumns:andEnvelope:andFieldValues:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithEnvelope:andFieldValues:":{"name":"-countFeaturesWithEnvelope:andFieldValues:","abstract":"

    Count the features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithColumn:andEnvelope:andFieldValues:":{"name":"-countFeaturesWithColumn:andEnvelope:andFieldValues:","abstract":"

    Count the features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithDistinct:andColumn:andEnvelope:andFieldValues:":{"name":"-countFeaturesWithDistinct:andColumn:andEnvelope:andFieldValues:","abstract":"

    Count the features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithEnvelope:andWhere:":{"name":"-queryFeaturesWithEnvelope:andWhere:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andEnvelope:andWhere:":{"name":"-queryFeaturesWithDistinct:andEnvelope:andWhere:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithColumns:andEnvelope:andWhere:":{"name":"-queryFeaturesWithColumns:andEnvelope:andWhere:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andColumns:andEnvelope:andWhere:":{"name":"-queryFeaturesWithDistinct:andColumns:andEnvelope:andWhere:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithEnvelope:andWhere:":{"name":"-countFeaturesWithEnvelope:andWhere:","abstract":"

    Count the features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithColumn:andEnvelope:andWhere:":{"name":"-countFeaturesWithColumn:andEnvelope:andWhere:","abstract":"

    Count the features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithDistinct:andColumn:andEnvelope:andWhere:":{"name":"-countFeaturesWithDistinct:andColumn:andEnvelope:andWhere:","abstract":"

    Count the features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithEnvelope:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithEnvelope:andWhere:andWhereArgs:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andEnvelope:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andEnvelope:andWhere:andWhereArgs:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithColumns:andEnvelope:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithColumns:andEnvelope:andWhere:andWhereArgs:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithEnvelope:andWhere:andWhereArgs:":{"name":"-countFeaturesWithEnvelope:andWhere:andWhereArgs:","abstract":"

    Count the features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithColumn:andEnvelope:andWhere:andWhereArgs:":{"name":"-countFeaturesWithColumn:andEnvelope:andWhere:andWhereArgs:","abstract":"

    Count the features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithDistinct:andColumn:andEnvelope:andWhere:andWhereArgs:":{"name":"-countFeaturesWithDistinct:andColumn:andEnvelope:andWhere:andWhereArgs:","abstract":"

    Count the features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)geometryMetadataWithResultSet:":{"name":"-geometryMetadataWithResultSet:","abstract":"

    Get the Geometry Metadata for the current place in the result set

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)geometryIdWithResultSet:":{"name":"-geometryIdWithResultSet:","abstract":"

    Get the Geometry Id for the current place in the result set

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)featureRowWithResultSet:":{"name":"-featureRowWithResultSet:","abstract":"

    Get the feature row for the current place in the result set

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)featureRowWithGeometryMetadata:":{"name":"-featureRowWithGeometryMetadata:","abstract":"

    Get the feature row for the Geometry Metadata

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithLimit:":{"name":"-queryFeaturesForChunkWithLimit:","abstract":"

    Query for all features ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithLimit:andOffset:":{"name":"-queryFeaturesForChunkWithLimit:andOffset:","abstract":"

    Query for all features ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithOrderBy:andLimit:","abstract":"

    Query for all features, starting at the offset and returning no more than","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithOrderBy:andLimit:andOffset:","abstract":"

    Query for all features, starting at the offset and returning no more than","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andLimit:","abstract":"

    Query for all features ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andLimit:andOffset:","abstract":"

    Query for all features ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andOrderBy:andLimit:","abstract":"

    Query for all features, starting at the offset and returning no more than","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andOrderBy:andLimit:andOffset:","abstract":"

    Query for all features, starting at the offset and returning no more than","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andLimit:","abstract":"

    Query for all features ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andLimit:andOffset:","abstract":"

    Query for all features ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andOrderBy:andLimit:","abstract":"

    Query for all features, starting at the offset and returning no more than","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andOrderBy:andLimit:andOffset:","abstract":"

    Query for all features, starting at the offset and returning no more than","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andLimit:","abstract":"

    Query for all features ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andLimit:andOffset:","abstract":"

    Query for all features ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andOrderBy:andLimit:","abstract":"

    Query for all features, starting at the offset and returning no more than","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andOrderBy:andLimit:andOffset:","abstract":"

    Query for all features, starting at the offset and returning no more than","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithFieldValues:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithFieldValues:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andFieldValues:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andFieldValues:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andFieldValues:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithWhere:andLimit:":{"name":"-queryFeaturesForChunkWithWhere:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithWhere:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithWhere:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andWhere:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andWhere:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andWhere:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andWhere:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andWhere:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andWhere:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithWhere:andWhereArgs:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithBoundingBox:andLimit:":{"name":"-queryForChunkWithBoundingBox:andLimit:","abstract":"

    Query for rows within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithBoundingBox:andLimit:andOffset:":{"name":"-queryForChunkWithBoundingBox:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithBoundingBox:andOrderBy:andLimit:":{"name":"-queryForChunkWithBoundingBox:andOrderBy:andLimit:","abstract":"

    Query for rows within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithBoundingBox:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithBoundingBox:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithDistinct:andBoundingBox:andLimit:":{"name":"-queryForChunkWithDistinct:andBoundingBox:andLimit:","abstract":"

    Query for rows within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithDistinct:andBoundingBox:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andBoundingBox:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithDistinct:andBoundingBox:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andBoundingBox:andOrderBy:andLimit:","abstract":"

    Query for rows within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithDistinct:andBoundingBox:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andBoundingBox:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithColumns:andBoundingBox:andLimit:":{"name":"-queryForChunkWithColumns:andBoundingBox:andLimit:","abstract":"

    Query for rows within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithColumns:andBoundingBox:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andBoundingBox:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithColumns:andBoundingBox:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andBoundingBox:andOrderBy:andLimit:","abstract":"

    Query for rows within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithColumns:andBoundingBox:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andBoundingBox:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithDistinct:andColumns:andBoundingBox:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:andLimit:","abstract":"

    Query for rows within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithDistinct:andColumns:andBoundingBox:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithDistinct:andColumns:andBoundingBox:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:andOrderBy:andLimit:","abstract":"

    Query for rows within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithDistinct:andColumns:andBoundingBox:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:andFieldValues:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andFieldValues:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andFieldValues:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:andWhere:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithBoundingBox:inProjection:andLimit:":{"name":"-queryForChunkWithBoundingBox:inProjection:andLimit:","abstract":"

    Query for rows within the bounding box in the provided projection ordered","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithBoundingBox:inProjection:andLimit:andOffset:":{"name":"-queryForChunkWithBoundingBox:inProjection:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box in the provided projection ordered","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithBoundingBox:inProjection:andOrderBy:andLimit:":{"name":"-queryForChunkWithBoundingBox:inProjection:andOrderBy:andLimit:","abstract":"

    Query for rows within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithBoundingBox:inProjection:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithBoundingBox:inProjection:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithDistinct:andBoundingBox:inProjection:andLimit:":{"name":"-queryForChunkWithDistinct:andBoundingBox:inProjection:andLimit:","abstract":"

    Query for rows within the bounding box in the provided projection ordered","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithDistinct:andBoundingBox:inProjection:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andBoundingBox:inProjection:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box in the provided projection ordered","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithDistinct:andBoundingBox:inProjection:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andBoundingBox:inProjection:andOrderBy:andLimit:","abstract":"

    Query for rows within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithDistinct:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithColumns:andBoundingBox:inProjection:andLimit:":{"name":"-queryForChunkWithColumns:andBoundingBox:inProjection:andLimit:","abstract":"

    Query for rows within the bounding box in the provided projection ordered","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithColumns:andBoundingBox:inProjection:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andBoundingBox:inProjection:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box in the provided projection ordered","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithColumns:andBoundingBox:inProjection:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andBoundingBox:inProjection:andOrderBy:andLimit:","abstract":"

    Query for rows within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithColumns:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andLimit:","abstract":"

    Query for rows within the bounding box in the provided projection ordered","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box in the provided projection ordered","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andOrderBy:andLimit:","abstract":"

    Query for rows within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:inProjection:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:inProjection:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:inProjection:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:inProjection:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:inProjection:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andFieldValues:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:inProjection:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithEnvelope:andLimit:":{"name":"-queryForChunkWithEnvelope:andLimit:","abstract":"

    Query for rows within the geometry envelope ordered by id, starting at","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithEnvelope:andLimit:andOffset:":{"name":"-queryForChunkWithEnvelope:andLimit:andOffset:","abstract":"

    Query for rows within the geometry envelope ordered by id, starting at","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithEnvelope:andOrderBy:andLimit:":{"name":"-queryForChunkWithEnvelope:andOrderBy:andLimit:","abstract":"

    Query for rows within the geometry envelope, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithEnvelope:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithEnvelope:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the geometry envelope, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithDistinct:andEnvelope:andLimit:":{"name":"-queryForChunkWithDistinct:andEnvelope:andLimit:","abstract":"

    Query for rows within the geometry envelope ordered by id, starting at","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithDistinct:andEnvelope:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andEnvelope:andLimit:andOffset:","abstract":"

    Query for rows within the geometry envelope ordered by id, starting at","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithDistinct:andEnvelope:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andEnvelope:andOrderBy:andLimit:","abstract":"

    Query for rows within the geometry envelope, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithDistinct:andEnvelope:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andEnvelope:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the geometry envelope, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithColumns:andEnvelope:andLimit:":{"name":"-queryForChunkWithColumns:andEnvelope:andLimit:","abstract":"

    Query for rows within the geometry envelope ordered by id, starting at","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithColumns:andEnvelope:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andEnvelope:andLimit:andOffset:","abstract":"

    Query for rows within the geometry envelope ordered by id, starting at","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithColumns:andEnvelope:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andEnvelope:andOrderBy:andLimit:","abstract":"

    Query for rows within the geometry envelope, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithColumns:andEnvelope:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andEnvelope:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the geometry envelope, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithDistinct:andColumns:andEnvelope:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andLimit:","abstract":"

    Query for rows within the geometry envelope ordered by id, starting at","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithDistinct:andColumns:andEnvelope:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andLimit:andOffset:","abstract":"

    Query for rows within the geometry envelope ordered by id, starting at","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithDistinct:andColumns:andEnvelope:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andOrderBy:andLimit:","abstract":"

    Query for rows within the geometry envelope, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithDistinct:andColumns:andEnvelope:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the geometry envelope, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithEnvelope:andLimit:":{"name":"-queryFeaturesForChunkWithEnvelope:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithEnvelope:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithEnvelope:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithEnvelope:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithEnvelope:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithEnvelope:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithEnvelope:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andEnvelope:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andEnvelope:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andEnvelope:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andEnvelope:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andEnvelope:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andEnvelope:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andEnvelope:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andEnvelope:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithEnvelope:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithEnvelope:andFieldValues:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithEnvelope:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithEnvelope:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithEnvelope:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithEnvelope:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andEnvelope:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andFieldValues:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andEnvelope:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andEnvelope:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andEnvelope:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andFieldValues:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andEnvelope:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithEnvelope:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithEnvelope:andWhere:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithEnvelope:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithEnvelope:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithEnvelope:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithEnvelope:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithEnvelope:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithEnvelope:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithEnvelope:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithEnvelope:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithEnvelope:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithEnvelope:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGDataTypes.html#/c:objc(cs)GPKGDataTypes(cm)name:":{"name":"+name:","abstract":"

    Get the name of the data type

    ","parent_name":"GPKGDataTypes"},"Classes/GPKGDataTypes.html#/c:objc(cs)GPKGDataTypes(cm)fromName:":{"name":"+fromName:","abstract":"

    Get the data type from the data type name

    ","parent_name":"GPKGDataTypes"},"Classes/GPKGDataTypes.html#/c:objc(cs)GPKGDataTypes(cm)classType:":{"name":"+classType:","abstract":"

    Get the object c class type of the data type

    ","parent_name":"GPKGDataTypes"},"Classes/GPKGDataTypes.html#/c:objc(cs)GPKGDataTypes(cm)sqliteType:":{"name":"+sqliteType:","abstract":"

    Get the SQLite type of the data type

    ","parent_name":"GPKGDataTypes"},"Classes/GPKGConnectionFunction.html#/c:objc(cs)GPKGConnectionFunction(im)initWithFunction:withName:andNumArgs:":{"name":"-initWithFunction:withName:andNumArgs:","abstract":"

    Initialize

    ","parent_name":"GPKGConnectionFunction"},"Classes/GPKGConnectionFunction.html#/c:objc(cs)GPKGConnectionFunction(im)function":{"name":"-function","abstract":"

    Get the function

    ","parent_name":"GPKGConnectionFunction"},"Classes/GPKGConnectionFunction.html#/c:objc(cs)GPKGConnectionFunction(im)name":{"name":"-name","abstract":"

    Get the function name

    ","parent_name":"GPKGConnectionFunction"},"Classes/GPKGConnectionFunction.html#/c:objc(cs)GPKGConnectionFunction(im)numArgs":{"name":"-numArgs","abstract":"

    Get the number of function arguments

    ","parent_name":"GPKGConnectionFunction"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(py)name":{"name":"name","abstract":"

    GeoPackage name

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(py)filename":{"name":"filename","abstract":"

    GeoPackage filename

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)initWithDatabaseFilename:":{"name":"-initWithDatabaseFilename:","abstract":"

    Initialize

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)initWithDatabaseFilename:andName:":{"name":"-initWithDatabaseFilename:andName:","abstract":"

    Initialize

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)close":{"name":"-close","abstract":"

    Close the connection

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)rawQuery:":{"name":"-rawQuery:","abstract":"

    Raw query

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)rawQuery:andArgs:":{"name":"-rawQuery:andArgs:","abstract":"

    Raw query

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)queryWithTable:andColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:":{"name":"-queryWithTable:andColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:","abstract":"

    Query table columns where

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)queryWithDistinct:andTable:andColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:":{"name":"-queryWithDistinct:andTable:andColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:","abstract":"

    Query table columns where

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)queryWithTable:andColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryWithTable:andColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query table columns where

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)queryWithDistinct:andTable:andColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryWithDistinct:andTable:andColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query table columns where

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)querySQLWithTable:andColumns:andWhere:andGroupBy:andHaving:andOrderBy:":{"name":"-querySQLWithTable:andColumns:andWhere:andGroupBy:andHaving:andOrderBy:","abstract":"

    Build query SQL

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)querySQLWithDistinct:andTable:andColumns:andWhere:andGroupBy:andHaving:andOrderBy:":{"name":"-querySQLWithDistinct:andTable:andColumns:andWhere:andGroupBy:andHaving:andOrderBy:","abstract":"

    Build query SQL

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)querySQLWithTable:andColumns:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-querySQLWithTable:andColumns:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Build query SQL

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)querySQLWithDistinct:andTable:andColumns:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-querySQLWithDistinct:andTable:andColumns:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Build query SQL

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)count:":{"name":"-count:","abstract":"

    Count statement

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)count:andArgs:":{"name":"-count:andArgs:","abstract":"

    Count statement

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)countWithTable:":{"name":"-countWithTable:","abstract":"

    Count with table

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)countWithTable:andWhere:":{"name":"-countWithTable:andWhere:","abstract":"

    Count with table where

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)countWithTable:andWhere:andWhereArgs:":{"name":"-countWithTable:andWhere:andWhereArgs:","abstract":"

    Count with table where

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)countWithTable:andColumn:":{"name":"-countWithTable:andColumn:","abstract":"

    Get a count of table results

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)countWithTable:andDistinct:andColumn:":{"name":"-countWithTable:andDistinct:andColumn:","abstract":"

    Get a count of table results

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)countWithTable:andColumn:andWhere:andWhereArgs:":{"name":"-countWithTable:andColumn:andWhere:andWhereArgs:","abstract":"

    Get a count of table results

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)countWithTable:andDistinct:andColumn:andWhere:andWhereArgs:":{"name":"-countWithTable:andDistinct:andColumn:andWhere:andWhereArgs:","abstract":"

    Get a count of table results

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)minWithTable:andColumn:":{"name":"-minWithTable:andColumn:","abstract":"

    Get the min result of the column

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)minWithTable:andColumn:andWhere:andWhereArgs:":{"name":"-minWithTable:andColumn:andWhere:andWhereArgs:","abstract":"

    Get the min result of the column

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)maxWithTable:andColumn:":{"name":"-maxWithTable:andColumn:","abstract":"

    Get the max result of the column

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)maxWithTable:andColumn:andWhere:andWhereArgs:":{"name":"-maxWithTable:andColumn:andWhere:andWhereArgs:","abstract":"

    Get the max result of the column

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)beginTransaction":{"name":"-beginTransaction","abstract":"

    Begin an exclusive transaction on the database

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)beginResettableTransaction":{"name":"-beginResettableTransaction","abstract":"

    Begin an exclusive transaction on the database, resetting other open connections upon commit

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)commitTransaction":{"name":"-commitTransaction","abstract":"

    Commit an active transaction

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)rollbackTransaction":{"name":"-rollbackTransaction","abstract":"

    Rollback an active transaction

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)inTransaction":{"name":"-inTransaction","abstract":"

    Determine if currently within a transaction

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)enableForeignKeys":{"name":"-enableForeignKeys","abstract":"

    If foreign keys is disabled and there are no foreign key violations,","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)foreignKeys":{"name":"-foreignKeys","abstract":"

    Query for the foreign keys value

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)foreignKeysAsOn:":{"name":"-foreignKeysAsOn:","abstract":"

    Change the foreign keys state

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)foreignKeyCheck":{"name":"-foreignKeyCheck","abstract":"

    Perform a foreign key check

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)foreignKeyCheckOnTable:":{"name":"-foreignKeyCheckOnTable:","abstract":"

    Perform a foreign key check

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)insert:":{"name":"-insert:","abstract":"

    Insert statement

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)update:":{"name":"-update:","abstract":"

    Update statement

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)updateWithTable:andValues:andWhere:":{"name":"-updateWithTable:andValues:andWhere:","abstract":"

    Update table where

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)updateWithTable:andValues:andWhere:andWhereArgs:":{"name":"-updateWithTable:andValues:andWhere:andWhereArgs:","abstract":"

    Update table where

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)insertWithTable:andValues:":{"name":"-insertWithTable:andValues:","abstract":"

    Insert into table

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)delete:":{"name":"-delete:","abstract":"

    Delete statement

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)deleteWithTable:andWhere:":{"name":"-deleteWithTable:andWhere:","abstract":"

    Delete from table where

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)deleteWithTable:andWhere:andWhereArgs:":{"name":"-deleteWithTable:andWhere:andWhereArgs:","abstract":"

    Delete from table where

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)exec:":{"name":"-exec:","abstract":"

    Execute statement

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)execResettable:":{"name":"-execResettable:","abstract":"

    Execute statement, resetting other open connections

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)execAllConnectionStatement:":{"name":"-execAllConnectionStatement:","abstract":"

    Execute the statement once on all open connections, waiting for used connections

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)execPersistentAllConnectionStatement:asName:":{"name":"-execPersistentAllConnectionStatement:asName:","abstract":"

    Execute the statement on all open and new connections, waiting for used connections

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)removePersistentAllConnectionStatementWithName:":{"name":"-removePersistentAllConnectionStatementWithName:","abstract":"

    Remove a persistent statement

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)tableExists:":{"name":"-tableExists:","abstract":"

    Check if a table exists

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)viewExists:":{"name":"-viewExists:","abstract":"

    Check if a view exists

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)tableOrViewExists:":{"name":"-tableOrViewExists:","abstract":"

    Check if a table or view exists with the name

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)columnExistsWithTableName:andColumnName:":{"name":"-columnExistsWithTableName:andColumnName:","abstract":"

    Check if the table column exists

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)addColumnWithTableName:andColumnName:andColumnDef:":{"name":"-addColumnWithTableName:andColumnName:andColumnDef:","abstract":"

    Add a new column to the table

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)querySingleResultWithSql:andArgs:":{"name":"-querySingleResultWithSql:andArgs:","abstract":"

    Query the SQL for a single result object in the first column

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)querySingleResultWithSql:andArgs:andDataType:":{"name":"-querySingleResultWithSql:andArgs:andDataType:","abstract":"

    Query the SQL for a single result object in the first column with the","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)querySingleResultWithSql:andArgs:andColumn:":{"name":"-querySingleResultWithSql:andArgs:andColumn:","abstract":"

    Query the SQL for a single result object

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)querySingleResultWithSql:andArgs:andColumn:andDataType:":{"name":"-querySingleResultWithSql:andArgs:andColumn:andDataType:","abstract":"

    Query the SQL for a single result object with the expected data type

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)querySingleColumnResultsWithSql:andArgs:":{"name":"-querySingleColumnResultsWithSql:andArgs:","abstract":"

    Query for values from the first column

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)querySingleColumnResultsWithSql:andArgs:andDataType:":{"name":"-querySingleColumnResultsWithSql:andArgs:andDataType:","abstract":"

    Query for values from the first column

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)querySingleColumnResultsWithSql:andArgs:andColumn:":{"name":"-querySingleColumnResultsWithSql:andArgs:andColumn:","abstract":"

    Query for values from a single column

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)querySingleColumnResultsWithSql:andArgs:andColumn:andDataType:":{"name":"-querySingleColumnResultsWithSql:andArgs:andColumn:andDataType:","abstract":"

    Query for values from a single column

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)querySingleColumnResultsWithSql:andArgs:andColumn:andLimit:":{"name":"-querySingleColumnResultsWithSql:andArgs:andColumn:andLimit:","abstract":"

    Query for values from a single column up to the limit

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)querySingleColumnResultsWithSql:andArgs:andColumn:andDataType:andLimit:":{"name":"-querySingleColumnResultsWithSql:andArgs:andColumn:andDataType:andLimit:","abstract":"

    Query for values from a single column up to the limit

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)queryResultsWithSql:andArgs:":{"name":"-queryResultsWithSql:andArgs:","abstract":"

    Query for values

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)queryResultsWithSql:andArgs:andDataTypes:":{"name":"-queryResultsWithSql:andArgs:andDataTypes:","abstract":"

    Query for values

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)querySingleRowResultsWithSql:andArgs:":{"name":"-querySingleRowResultsWithSql:andArgs:","abstract":"

    Query for values in a single (first) row

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)querySingleRowResultsWithSql:andArgs:andDataTypes:":{"name":"-querySingleRowResultsWithSql:andArgs:andDataTypes:","abstract":"

    Query for values in a single (first) row

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)queryResultsWithSql:andArgs:andLimit:":{"name":"-queryResultsWithSql:andArgs:andLimit:","abstract":"

    Query for values

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)queryResultsWithSql:andArgs:andDataTypes:andLimit:":{"name":"-queryResultsWithSql:andArgs:andDataTypes:andLimit:","abstract":"

    Query for values up to the limit

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)setApplicationId":{"name":"-setApplicationId","abstract":"

    Set the GeoPackage application id

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)setApplicationId:":{"name":"-setApplicationId:","abstract":"

    Set the application id

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)applicationId":{"name":"-applicationId","abstract":"

    Get the application id

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)applicationIdNumber":{"name":"-applicationIdNumber","abstract":"

    Get the application id integer

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)applicationIdHex":{"name":"-applicationIdHex","abstract":"

    Get the application id as a hex string prefixed with 0x

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(cm)applicationIdOfNumber:":{"name":"+applicationIdOfNumber:","abstract":"

    Get the application id string value for the application id integer

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)setUserVersion":{"name":"-setUserVersion","abstract":"

    Set the GeoPackage user version

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)setUserVersion:":{"name":"-setUserVersion:","abstract":"

    Set the user version

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)userVersion":{"name":"-userVersion","abstract":"

    Get the user version

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)userVersionMajor":{"name":"-userVersionMajor","abstract":"

    Get the user version major

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)userVersionMinor":{"name":"-userVersionMinor","abstract":"

    Get the user version minor

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)userVersionPatch":{"name":"-userVersionPatch","abstract":"

    Get the user version patch

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)dropTable:":{"name":"-dropTable:","abstract":"

    Drop the table

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)addWriteFunction:withName:andNumArgs:":{"name":"-addWriteFunction:withName:andNumArgs:","abstract":"

    Add a custom function to be created on write connections

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)addWriteFunction:":{"name":"-addWriteFunction:","abstract":"

    Add a custom function to be created on write connections

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)addWriteFunctions:":{"name":"-addWriteFunctions:","abstract":"

    Add a custom function to be created on write connections

    ","parent_name":"GPKGConnection"},"Classes/GPKGAlterTable.html#/c:objc(cs)GPKGAlterTable(cm)alterTable:":{"name":"+alterTable:","abstract":"

    Create the ALTER TABLE SQL command prefix

    ","parent_name":"GPKGAlterTable"},"Classes/GPKGAlterTable.html#/c:objc(cs)GPKGAlterTable(cm)renameTable:toTable:withConnection:":{"name":"+renameTable:toTable:withConnection:","abstract":"

    Rename a table

    ","parent_name":"GPKGAlterTable"},"Classes/GPKGAlterTable.html#/c:objc(cs)GPKGAlterTable(cm)renameTableSQL:toTable:":{"name":"+renameTableSQL:toTable:","abstract":"

    Create the rename table SQL

    ","parent_name":"GPKGAlterTable"},"Classes/GPKGAlterTable.html#/c:objc(cs)GPKGAlterTable(cm)renameColumn:inTable:toColumn:withConnection:":{"name":"+renameColumn:inTable:toColumn:withConnection:","abstract":"

    Rename a column

    ","parent_name":"GPKGAlterTable"},"Classes/GPKGAlterTable.html#/c:objc(cs)GPKGAlterTable(cm)renameColumnSQL:inTable:toColumn:":{"name":"+renameColumnSQL:inTable:toColumn:","abstract":"

    Create the rename column SQL

    ","parent_name":"GPKGAlterTable"},"Classes/GPKGAlterTable.html#/c:objc(cs)GPKGAlterTable(cm)addColumn:withDefinition:toTable:withConnection:":{"name":"+addColumn:withDefinition:toTable:withConnection:","abstract":"

    Add a column

    ","parent_name":"GPKGAlterTable"},"Classes/GPKGAlterTable.html#/c:objc(cs)GPKGAlterTable(cm)addColumnSQL:withDefinition:toTable:":{"name":"+addColumnSQL:withDefinition:toTable:","abstract":"

    Create the add column SQL

    ","parent_name":"GPKGAlterTable"},"Classes/GPKGAlterTable.html#/c:objc(cs)GPKGAlterTable(cm)dropColumn:fromTable:withConnection:":{"name":"+dropColumn:fromTable:withConnection:","abstract":"

    Drop a column

    ","parent_name":"GPKGAlterTable"},"Classes/GPKGAlterTable.html#/c:objc(cs)GPKGAlterTable(cm)dropColumns:fromTable:withConnection:":{"name":"+dropColumns:fromTable:withConnection:","abstract":"

    Drop columns

    ","parent_name":"GPKGAlterTable"},"Classes/GPKGAlterTable.html#/c:objc(cs)GPKGAlterTable(cm)dropColumn:fromTableName:withConnection:":{"name":"+dropColumn:fromTableName:withConnection:","abstract":"

    Drop a column

    ","parent_name":"GPKGAlterTable"},"Classes/GPKGAlterTable.html#/c:objc(cs)GPKGAlterTable(cm)dropColumns:fromTableName:withConnection:":{"name":"+dropColumns:fromTableName:withConnection:","abstract":"

    Drop columns

    ","parent_name":"GPKGAlterTable"},"Classes/GPKGAlterTable.html#/c:objc(cs)GPKGAlterTable(cm)alterColumn:inTable:withConnection:":{"name":"+alterColumn:inTable:withConnection:","abstract":"

    Alter a column

    ","parent_name":"GPKGAlterTable"},"Classes/GPKGAlterTable.html#/c:objc(cs)GPKGAlterTable(cm)alterColumns:inTable:withConnection:":{"name":"+alterColumns:inTable:withConnection:","abstract":"

    Alter columns

    ","parent_name":"GPKGAlterTable"},"Classes/GPKGAlterTable.html#/c:objc(cs)GPKGAlterTable(cm)alterColumn:inTableName:withConnection:":{"name":"+alterColumn:inTableName:withConnection:","abstract":"

    Alter a column

    ","parent_name":"GPKGAlterTable"},"Classes/GPKGAlterTable.html#/c:objc(cs)GPKGAlterTable(cm)alterColumns:inTableName:withConnection:":{"name":"+alterColumns:inTableName:withConnection:","abstract":"

    Alter columns

    ","parent_name":"GPKGAlterTable"},"Classes/GPKGAlterTable.html#/c:objc(cs)GPKGAlterTable(cm)copyTable:toTable:withConnection:":{"name":"+copyTable:toTable:withConnection:","abstract":"

    Copy the table and row content

    ","parent_name":"GPKGAlterTable"},"Classes/GPKGAlterTable.html#/c:objc(cs)GPKGAlterTable(cm)copyTable:toTable:andTransfer:withConnection:":{"name":"+copyTable:toTable:andTransfer:withConnection:","abstract":"

    Copy the table

    ","parent_name":"GPKGAlterTable"},"Classes/GPKGAlterTable.html#/c:objc(cs)GPKGAlterTable(cm)copyTableName:toTable:withConnection:":{"name":"+copyTableName:toTable:withConnection:","abstract":"

    Copy the table and row content

    ","parent_name":"GPKGAlterTable"},"Classes/GPKGAlterTable.html#/c:objc(cs)GPKGAlterTable(cm)copyTableName:toTable:andTransfer:withConnection:":{"name":"+copyTableName:toTable:andTransfer:withConnection:","abstract":"

    Copy the table

    ","parent_name":"GPKGAlterTable"},"Classes/GPKGAlterTable.html#/c:objc(cs)GPKGAlterTable(cm)alterTable:withConnection:":{"name":"+alterTable:withConnection:","abstract":"

    Alter a table with a new table schema assuming a default table mapping.","parent_name":"GPKGAlterTable"},"Classes/GPKGAlterTable.html#/c:objc(cs)GPKGAlterTable(cm)alterTable:withMapping:withConnection:":{"name":"+alterTable:withMapping:withConnection:","abstract":"

    Alter a table with a new table schema and table mapping.","parent_name":"GPKGAlterTable"},"Classes/GPKGAlterTable.html#/c:objc(cs)GPKGAlterTable(cm)alterTableSQL:withMapping:withConnection:":{"name":"+alterTableSQL:withMapping:withConnection:","abstract":"

    Alter a table with a new table SQL creation statement and table mapping.","parent_name":"GPKGAlterTable"},"Classes/GPKGContentsDataTypes.html#/c:objc(cs)GPKGContentsDataTypes(cm)name:":{"name":"+name:","abstract":"

    Get the name of the contents data type

    ","parent_name":"GPKGContentsDataTypes"},"Classes/GPKGContentsDataTypes.html#/c:objc(cs)GPKGContentsDataTypes(cm)fromName:":{"name":"+fromName:","abstract":"

    Get the contents data type from the contents data type name

    ","parent_name":"GPKGContentsDataTypes"},"Classes/GPKGContentsDataTypes.html#/c:objc(cs)GPKGContentsDataTypes(cm)isType:":{"name":"+isType:","abstract":"

    Determine if the type name is a registered data type

    ","parent_name":"GPKGContentsDataTypes"},"Classes/GPKGContentsDataTypes.html#/c:objc(cs)GPKGContentsDataTypes(cm)fromCoreName:":{"name":"+fromCoreName:","abstract":"

    Get the contents data type from a core type name

    ","parent_name":"GPKGContentsDataTypes"},"Classes/GPKGContentsDataTypes.html#/c:objc(cs)GPKGContentsDataTypes(cm)isCoreType:":{"name":"+isCoreType:","abstract":"

    Determine if the type name is a core contents data type

    ","parent_name":"GPKGContentsDataTypes"},"Classes/GPKGContentsDataTypes.html#/c:objc(cs)GPKGContentsDataTypes(cm)setName:asType:":{"name":"+setName:asType:","abstract":"

    Set the type for the contents data type name

    ","parent_name":"GPKGContentsDataTypes"},"Classes/GPKGContentsDataTypes.html#/c:objc(cs)GPKGContentsDataTypes(cm)isName:ofType:":{"name":"+isName:ofType:","abstract":"

    Determine if the contents data type name is the type

    ","parent_name":"GPKGContentsDataTypes"},"Classes/GPKGContentsDataTypes.html#/c:objc(cs)GPKGContentsDataTypes(cm)isName:ofType:andMatchUnknown:":{"name":"+isName:ofType:andMatchUnknown:","abstract":"

    Determine if the contents data type name is the type

    ","parent_name":"GPKGContentsDataTypes"},"Classes/GPKGContentsDataTypes.html#/c:objc(cs)GPKGContentsDataTypes(cm)isFeaturesType:":{"name":"+isFeaturesType:","abstract":"

    Determine if the contents data type name is a features type

    ","parent_name":"GPKGContentsDataTypes"},"Classes/GPKGContentsDataTypes.html#/c:objc(cs)GPKGContentsDataTypes(cm)isFeaturesType:andMatchUnknown:":{"name":"+isFeaturesType:andMatchUnknown:","abstract":"

    Determine if the contents data type name is a features type

    ","parent_name":"GPKGContentsDataTypes"},"Classes/GPKGContentsDataTypes.html#/c:objc(cs)GPKGContentsDataTypes(cm)isTilesType:":{"name":"+isTilesType:","abstract":"

    Determine if the contents data type name is a tiles type

    ","parent_name":"GPKGContentsDataTypes"},"Classes/GPKGContentsDataTypes.html#/c:objc(cs)GPKGContentsDataTypes(cm)isTilesType:andMatchUnknown:":{"name":"+isTilesType:andMatchUnknown:","abstract":"

    Determine if the contents data type name is a tiles type

    ","parent_name":"GPKGContentsDataTypes"},"Classes/GPKGContentsDataTypes.html#/c:objc(cs)GPKGContentsDataTypes(cm)isAttributesType:":{"name":"+isAttributesType:","abstract":"

    Determine if the contents data type name is an attributes type

    ","parent_name":"GPKGContentsDataTypes"},"Classes/GPKGContentsDataTypes.html#/c:objc(cs)GPKGContentsDataTypes(cm)isAttributesType:andMatchUnknown:":{"name":"+isAttributesType:andMatchUnknown:","abstract":"

    Determine if the contents data type name is an attributes type

    ","parent_name":"GPKGContentsDataTypes"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(cm)createWithDatabase:":{"name":"+createWithDatabase:","abstract":"

    Create the DAO

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)tablesByType:":{"name":"-tablesByType:","abstract":"

    Get table names by data type

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)tablesByTypes:":{"name":"-tablesByTypes:","abstract":"

    Get table names by data types

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)tablesByTypeName:":{"name":"-tablesByTypeName:","abstract":"

    Get table names by data type

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)tablesByTypeNames:":{"name":"-tablesByTypeNames:","abstract":"

    Get table names by data types

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)contentsByType:":{"name":"-contentsByType:","abstract":"

    Get contents by data type

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)contentsByTypes:":{"name":"-contentsByTypes:","abstract":"

    Get contents by data types

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)contentsByTypeName:":{"name":"-contentsByTypeName:","abstract":"

    Get contents by data type

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)contentsByTypeNames:":{"name":"-contentsByTypeNames:","abstract":"

    Get contents by data types

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)tables":{"name":"-tables","abstract":"

    Get table names

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)deleteCascade:":{"name":"-deleteCascade:","abstract":"

    Delete the Contents, cascading

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)deleteCascade:andUserTable:":{"name":"-deleteCascade:andUserTable:","abstract":"

    Delete the Contents, cascading optionally including the user table

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)deleteCascadeWithCollection:":{"name":"-deleteCascadeWithCollection:","abstract":"

    Delete the collection of Contents, cascading

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)deleteCascadeWithCollection:andUserTable:":{"name":"-deleteCascadeWithCollection:andUserTable:","abstract":"

    Delete the collection of Contents, cascading optionally including the user table

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)deleteCascadeWhere:andWhereArgs:":{"name":"-deleteCascadeWhere:andWhereArgs:","abstract":"

    Delete the Contents where, cascading

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)deleteCascadeWhere:andWhereArgs:andUserTable:":{"name":"-deleteCascadeWhere:andWhereArgs:andUserTable:","abstract":"

    Delete the Contents where, cascading optionally including the user table

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)deleteByIdCascade:":{"name":"-deleteByIdCascade:","abstract":"

    Delete the Contents by id, cascading

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)deleteByIdCascade:andUserTable:":{"name":"-deleteByIdCascade:andUserTable:","abstract":"

    Delete the Contents by id, cascading optionally including the user table

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)deleteIdsCascade:":{"name":"-deleteIdsCascade:","abstract":"

    Delete the Contents by ids, cascading

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)deleteIdsCascade:andUserTable:":{"name":"-deleteIdsCascade:andUserTable:","abstract":"

    Delete the Contents by ids, cascading optionally including the user table

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)deleteTable:":{"name":"-deleteTable:","abstract":"

    Delete the table

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)srs:":{"name":"-srs:","abstract":"

    Get the Spatial Reference System

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)geometryColumns:":{"name":"-geometryColumns:","abstract":"

    Get the Geometry Columns

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)tileMatrixSet:":{"name":"-tileMatrixSet:","abstract":"

    Get the Tile Matrix Set

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)tileMatrix:":{"name":"-tileMatrix:","abstract":"

    Get the Tile Matrix results

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)boundingBoxInProjection:":{"name":"-boundingBoxInProjection:","abstract":"

    Get the bounding box for all tables in the provided projection

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)boundingBoxOfTable:":{"name":"-boundingBoxOfTable:","abstract":"

    Get the bounding box for the table in the table’s projection

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)boundingBoxOfTable:inProjection:":{"name":"-boundingBoxOfTable:inProjection:","abstract":"

    Get the bounding box for the table in the provided projection

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)boundingBoxOfContents:inProjection:":{"name":"-boundingBoxOfContents:inProjection:","abstract":"

    Get a bounding box in the provided projection

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContents.html#/c:objc(cs)GPKGContents(py)tableName":{"name":"tableName","abstract":"

    The name of the tiles, or feature table

    ","parent_name":"GPKGContents"},"Classes/GPKGContents.html#/c:objc(cs)GPKGContents(py)dataType":{"name":"dataType","abstract":"

    Type of data stored in the table:. “features” per clause Features,","parent_name":"GPKGContents"},"Classes/GPKGContents.html#/c:objc(cs)GPKGContents(py)identifier":{"name":"identifier","abstract":"

    A human-readable identifier (e.g. short name) for the table_name content

    ","parent_name":"GPKGContents"},"Classes/GPKGContents.html#/c:objc(cs)GPKGContents(py)theDescription":{"name":"theDescription","abstract":"

    A human-readable description for the table_name content

    ","parent_name":"GPKGContents"},"Classes/GPKGContents.html#/c:objc(cs)GPKGContents(py)lastChange":{"name":"lastChange","abstract":"

    timestamp value in ISO 8601 format as defined by the strftime function","parent_name":"GPKGContents"},"Classes/GPKGContents.html#/c:objc(cs)GPKGContents(py)minX":{"name":"minX","abstract":"

    Bounding box minimum easting or longitude for all content in table_name

    ","parent_name":"GPKGContents"},"Classes/GPKGContents.html#/c:objc(cs)GPKGContents(py)minY":{"name":"minY","abstract":"

    Bounding box minimum northing or latitude for all content in table_name

    ","parent_name":"GPKGContents"},"Classes/GPKGContents.html#/c:objc(cs)GPKGContents(py)maxX":{"name":"maxX","abstract":"

    Bounding box maximum easting or longitude for all content in table_name

    ","parent_name":"GPKGContents"},"Classes/GPKGContents.html#/c:objc(cs)GPKGContents(py)maxY":{"name":"maxY","abstract":"

    Bounding box maximum northing or latitude for all content in table_name

    ","parent_name":"GPKGContents"},"Classes/GPKGContents.html#/c:objc(cs)GPKGContents(py)srsId":{"name":"srsId","abstract":"

    Unique identifier for each Spatial Reference System within a GeoPackage

    ","parent_name":"GPKGContents"},"Classes/GPKGContents.html#/c:objc(cs)GPKGContents(im)contentsDataType":{"name":"-contentsDataType","abstract":"

    Get the Contents Data Type

    ","parent_name":"GPKGContents"},"Classes/GPKGContents.html#/c:objc(cs)GPKGContents(im)setContentsDataType:":{"name":"-setContentsDataType:","abstract":"

    Set the Contents Data Type

    ","parent_name":"GPKGContents"},"Classes/GPKGContents.html#/c:objc(cs)GPKGContents(im)setDataType:asContentsDataType:":{"name":"-setDataType:asContentsDataType:","abstract":"

    Set the data type name and register the core data type

    ","parent_name":"GPKGContents"},"Classes/GPKGContents.html#/c:objc(cs)GPKGContents(im)isFeaturesType":{"name":"-isFeaturesType","abstract":"

    Determine if the contents data type is features

    ","parent_name":"GPKGContents"},"Classes/GPKGContents.html#/c:objc(cs)GPKGContents(im)isFeaturesTypeOrUnknown":{"name":"-isFeaturesTypeOrUnknown","abstract":"

    Determine if the contents data type is features or unknown

    ","parent_name":"GPKGContents"},"Classes/GPKGContents.html#/c:objc(cs)GPKGContents(im)isTilesType":{"name":"-isTilesType","abstract":"

    Determine if the contents data type is tiles

    ","parent_name":"GPKGContents"},"Classes/GPKGContents.html#/c:objc(cs)GPKGContents(im)isTilesTypeOrUnknown":{"name":"-isTilesTypeOrUnknown","abstract":"

    Determine if the contents data type is tiles or unknown

    ","parent_name":"GPKGContents"},"Classes/GPKGContents.html#/c:objc(cs)GPKGContents(im)isAttributesType":{"name":"-isAttributesType","abstract":"

    Determine if the contents data type is attributes

    ","parent_name":"GPKGContents"},"Classes/GPKGContents.html#/c:objc(cs)GPKGContents(im)isAttributesTypeOrUnknown":{"name":"-isAttributesTypeOrUnknown","abstract":"

    Determine if the contents data type is attributes or unknown

    ","parent_name":"GPKGContents"},"Classes/GPKGContents.html#/c:objc(cs)GPKGContents(im)setSrs:":{"name":"-setSrs:","abstract":"

    Set the Spatial Reference System

    ","parent_name":"GPKGContents"},"Classes/GPKGContents.html#/c:objc(cs)GPKGContents(im)boundingBox":{"name":"-boundingBox","abstract":"

    Get a bounding box

    ","parent_name":"GPKGContents"},"Classes/GPKGContents.html#/c:objc(cs)GPKGContents(im)setBoundingBox:":{"name":"-setBoundingBox:","abstract":"

    Set a bounding box

    ","parent_name":"GPKGContents"},"Classes/GPKGAttributesTableReader.html#/c:objc(cs)GPKGAttributesTableReader(im)initWithTable:":{"name":"-initWithTable:","abstract":"

    Initialize

    ","parent_name":"GPKGAttributesTableReader"},"Classes/GPKGAttributesTableReader.html#/c:objc(cs)GPKGAttributesTableReader(im)readAttributesTableWithConnection:":{"name":"-readAttributesTableWithConnection:","abstract":"

    Read the attributes table with the database connection

    ","parent_name":"GPKGAttributesTableReader"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)create":{"name":"+create","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithAutoincrement:":{"name":"+createWithAutoincrement:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithTable:":{"name":"+createWithTable:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithTable:andAutoincrement:":{"name":"+createWithTable:andAutoincrement:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithTable:andAdditionalColumns:":{"name":"+createWithTable:andAdditionalColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithTable:andAutoincrement:andAdditionalColumns:":{"name":"+createWithTable:andAutoincrement:andAdditionalColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithTable:andAdditionalColumns:andConstraints:":{"name":"+createWithTable:andAdditionalColumns:andConstraints:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithTable:andAutoincrement:andAdditionalColumns:andConstraints:":{"name":"+createWithTable:andAutoincrement:andAdditionalColumns:andConstraints:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithTable:andIdColumn:andAdditionalColumns:":{"name":"+createWithTable:andIdColumn:andAdditionalColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithTable:andIdColumn:andAutoincrement:andAdditionalColumns:":{"name":"+createWithTable:andIdColumn:andAutoincrement:andAdditionalColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithTable:andIdColumn:andAdditionalColumns:andConstraints:":{"name":"+createWithTable:andIdColumn:andAdditionalColumns:andConstraints:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithTable:andIdColumn:andAutoincrement:andAdditionalColumns:andConstraints:":{"name":"+createWithTable:andIdColumn:andAutoincrement:andAdditionalColumns:andConstraints:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithColumns:":{"name":"+createWithColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithColumns:andConstraints:":{"name":"+createWithColumns:andConstraints:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithAttributesTable:":{"name":"+createWithAttributesTable:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithDataType:andTable:":{"name":"+createWithDataType:andTable:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithDataType:andTable:andAutoincrement:":{"name":"+createWithDataType:andTable:andAutoincrement:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithDataType:andTable:andAdditionalColumns:":{"name":"+createWithDataType:andTable:andAdditionalColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithDataType:andTable:andAutoincrement:andAdditionalColumns:":{"name":"+createWithDataType:andTable:andAutoincrement:andAdditionalColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithDataType:andTable:andAdditionalColumns:andConstraints:":{"name":"+createWithDataType:andTable:andAdditionalColumns:andConstraints:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithDataType:andTable:andAutoincrement:andAdditionalColumns:andConstraints:":{"name":"+createWithDataType:andTable:andAutoincrement:andAdditionalColumns:andConstraints:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithDataType:andTable:andIdColumn:andAdditionalColumns:":{"name":"+createWithDataType:andTable:andIdColumn:andAdditionalColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithDataType:andTable:andIdColumn:andAutoincrement:andAdditionalColumns:":{"name":"+createWithDataType:andTable:andIdColumn:andAutoincrement:andAdditionalColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithDataType:andTable:andIdColumn:andAdditionalColumns:andConstraints:":{"name":"+createWithDataType:andTable:andIdColumn:andAdditionalColumns:andConstraints:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithDataType:andTable:andIdColumn:andAutoincrement:andAdditionalColumns:andConstraints:":{"name":"+createWithDataType:andTable:andIdColumn:andAutoincrement:andAdditionalColumns:andConstraints:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithDataType:andColumns:":{"name":"+createWithDataType:andColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithDataType:andColumns:andConstraints:":{"name":"+createWithDataType:andColumns:andConstraints:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithDataType:andAttributesTable:":{"name":"+createWithDataType:andAttributesTable:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(py)constraints":{"name":"constraints","abstract":"

    Constraints

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(im)initWithTable:andIdColumn:andAdditionalColumns:andConstraints:":{"name":"-initWithTable:andIdColumn:andAdditionalColumns:andConstraints:","abstract":"

    Initialize

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(im)initWithDataType:andTable:andIdColumn:andAdditionalColumns:andConstraints:":{"name":"-initWithDataType:andTable:andIdColumn:andAdditionalColumns:andConstraints:","abstract":"

    Initialize

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(im)initWithTable:andIdColumn:andAutoincrement:andAdditionalColumns:andConstraints:":{"name":"-initWithTable:andIdColumn:andAutoincrement:andAdditionalColumns:andConstraints:","abstract":"

    Initialize

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(im)initWithDataType:andTable:andIdColumn:andAutoincrement:andAdditionalColumns:andConstraints:":{"name":"-initWithDataType:andTable:andIdColumn:andAutoincrement:andAdditionalColumns:andConstraints:","abstract":"

    Initialize

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(im)initWithTable:andColumns:andConstraints:":{"name":"-initWithTable:andColumns:andConstraints:","abstract":"

    Initialize

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(im)initWithDataType:andTable:andColumns:andConstraints:":{"name":"-initWithDataType:andTable:andColumns:andConstraints:","abstract":"

    Initialize

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTable.html#/c:objc(cs)GPKGAttributesTable(im)initWithTable:andColumns:":{"name":"-initWithTable:andColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGAttributesTable"},"Classes/GPKGAttributesTable.html#/c:objc(cs)GPKGAttributesTable(im)attributesColumns":{"name":"-attributesColumns","abstract":"

    Get the list of attributes columns

    ","parent_name":"GPKGAttributesTable"},"Classes/GPKGAttributesRow.html#/c:objc(cs)GPKGAttributesRow(py)attributesTable":{"name":"attributesTable","abstract":"

    Attributes Table

    ","parent_name":"GPKGAttributesRow"},"Classes/GPKGAttributesRow.html#/c:objc(cs)GPKGAttributesRow(py)attributesColumns":{"name":"attributesColumns","abstract":"

    Attributes Columns

    ","parent_name":"GPKGAttributesRow"},"Classes/GPKGAttributesRow.html#/c:objc(cs)GPKGAttributesRow(im)initWithAttributesTable:andColumns:andValues:":{"name":"-initWithAttributesTable:andColumns:andValues:","abstract":"

    Initialize

    ","parent_name":"GPKGAttributesRow"},"Classes/GPKGAttributesRow.html#/c:objc(cs)GPKGAttributesRow(im)initWithAttributesTable:":{"name":"-initWithAttributesTable:","abstract":"

    Initialize

    ","parent_name":"GPKGAttributesRow"},"Classes/GPKGAttributesDao.html#/c:objc(cs)GPKGAttributesDao(im)initWithDatabase:andTable:":{"name":"-initWithDatabase:andTable:","abstract":"

    Initialize

    ","parent_name":"GPKGAttributesDao"},"Classes/GPKGAttributesDao.html#/c:objc(cs)GPKGAttributesDao(im)attributesTable":{"name":"-attributesTable","abstract":"

    Get the attributes table

    ","parent_name":"GPKGAttributesDao"},"Classes/GPKGAttributesDao.html#/c:objc(cs)GPKGAttributesDao(im)row:":{"name":"-row:","abstract":"

    Get the attributes row for the current result in the result set

    ","parent_name":"GPKGAttributesDao"},"Classes/GPKGAttributesDao.html#/c:objc(cs)GPKGAttributesDao(im)attributesRow:":{"name":"-attributesRow:","abstract":"

    Get the attributes row for the current result in the result set

    ","parent_name":"GPKGAttributesDao"},"Classes/GPKGAttributesDao.html#/c:objc(cs)GPKGAttributesDao(im)rowWithRow:":{"name":"-rowWithRow:","abstract":"

    Get the attributes row for the row

    ","parent_name":"GPKGAttributesDao"},"Classes/GPKGAttributesDao.html#/c:objc(cs)GPKGAttributesDao(im)newRow":{"name":"-newRow","abstract":"

    Create a new attributes row

    ","parent_name":"GPKGAttributesDao"},"Classes/GPKGAttributesColumns.html#/c:objc(cs)GPKGAttributesColumns(im)initWithTable:andColumns:":{"name":"-initWithTable:andColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGAttributesColumns"},"Classes/GPKGAttributesColumns.html#/c:objc(cs)GPKGAttributesColumns(im)initWithTable:andColumns:andCustom:":{"name":"-initWithTable:andColumns:andCustom:","abstract":"

    Initialize

    ","parent_name":"GPKGAttributesColumns"},"Classes/GPKGAttributesColumns.html#/c:objc(cs)GPKGAttributesColumns(im)initWithAttributesColumns:":{"name":"-initWithAttributesColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGAttributesColumns"},"Classes/GPKGAttributesColumn.html#/c:objc(cs)GPKGAttributesColumn(cm)createPrimaryKeyColumnWithName:":{"name":"+createPrimaryKeyColumnWithName:","abstract":"

    Create a new primary key column

    ","parent_name":"GPKGAttributesColumn"},"Classes/GPKGAttributesColumn.html#/c:objc(cs)GPKGAttributesColumn(cm)createPrimaryKeyColumnWithName:andAutoincrement:":{"name":"+createPrimaryKeyColumnWithName:andAutoincrement:","abstract":"

    Create a new primary key column

    ","parent_name":"GPKGAttributesColumn"},"Classes/GPKGAttributesColumn.html#/c:objc(cs)GPKGAttributesColumn(cm)createPrimaryKeyColumnWithIndex:andName:":{"name":"+createPrimaryKeyColumnWithIndex:andName:","abstract":"

    Create a new primary key column

    ","parent_name":"GPKGAttributesColumn"},"Classes/GPKGAttributesColumn.html#/c:objc(cs)GPKGAttributesColumn(cm)createPrimaryKeyColumnWithIndex:andName:andAutoincrement:":{"name":"+createPrimaryKeyColumnWithIndex:andName:andAutoincrement:","abstract":"

    Create a new primary key column

    ","parent_name":"GPKGAttributesColumn"},"Classes/GPKGAttributesColumn.html#/c:objc(cs)GPKGAttributesColumn(cm)createColumnWithName:andDataType:":{"name":"+createColumnWithName:andDataType:","abstract":"

    Create a new column

    ","parent_name":"GPKGAttributesColumn"},"Classes/GPKGAttributesColumn.html#/c:objc(cs)GPKGAttributesColumn(cm)createColumnWithIndex:andName:andDataType:":{"name":"+createColumnWithIndex:andName:andDataType:","abstract":"

    Create a new column

    ","parent_name":"GPKGAttributesColumn"},"Classes/GPKGAttributesColumn.html#/c:objc(cs)GPKGAttributesColumn(cm)createColumnWithName:andDataType:andNotNull:":{"name":"+createColumnWithName:andDataType:andNotNull:","abstract":"

    Create a new column

    ","parent_name":"GPKGAttributesColumn"},"Classes/GPKGAttributesColumn.html#/c:objc(cs)GPKGAttributesColumn(cm)createColumnWithIndex:andName:andDataType:andNotNull:":{"name":"+createColumnWithIndex:andName:andDataType:andNotNull:","abstract":"

    Create a new column

    ","parent_name":"GPKGAttributesColumn"},"Classes/GPKGAttributesColumn.html#/c:objc(cs)GPKGAttributesColumn(cm)createColumnWithName:andDataType:andNotNull:andDefaultValue:":{"name":"+createColumnWithName:andDataType:andNotNull:andDefaultValue:","abstract":"

    Create a new column

    ","parent_name":"GPKGAttributesColumn"},"Classes/GPKGAttributesColumn.html#/c:objc(cs)GPKGAttributesColumn(cm)createColumnWithIndex:andName:andDataType:andNotNull:andDefaultValue:":{"name":"+createColumnWithIndex:andName:andDataType:andNotNull:andDefaultValue:","abstract":"

    Create a new column

    ","parent_name":"GPKGAttributesColumn"},"Classes/GPKGAttributesColumn.html#/c:objc(cs)GPKGAttributesColumn(cm)createColumnWithName:andDataType:andMax:":{"name":"+createColumnWithName:andDataType:andMax:","abstract":"

    Create a new column

    ","parent_name":"GPKGAttributesColumn"},"Classes/GPKGAttributesColumn.html#/c:objc(cs)GPKGAttributesColumn(cm)createColumnWithIndex:andName:andDataType:andMax:":{"name":"+createColumnWithIndex:andName:andDataType:andMax:","abstract":"

    Create a new column

    ","parent_name":"GPKGAttributesColumn"},"Classes/GPKGAttributesColumn.html#/c:objc(cs)GPKGAttributesColumn(cm)createColumnWithName:andDataType:andMax:andNotNull:andDefaultValue:":{"name":"+createColumnWithName:andDataType:andMax:andNotNull:andDefaultValue:","abstract":"

    Create a new column

    ","parent_name":"GPKGAttributesColumn"},"Classes/GPKGAttributesColumn.html#/c:objc(cs)GPKGAttributesColumn(cm)createColumnWithIndex:andName:andDataType:andMax:andNotNull:andDefaultValue:":{"name":"+createColumnWithIndex:andName:andDataType:andMax:andNotNull:andDefaultValue:","abstract":"

    Create a new column

    ","parent_name":"GPKGAttributesColumn"},"Classes/GPKGAttributesColumn.html#/c:objc(cs)GPKGAttributesColumn(cm)createColumnWithTableColumn:":{"name":"+createColumnWithTableColumn:","abstract":"

    Create a new column

    ","parent_name":"GPKGAttributesColumn"},"Classes/GPKGAttributesColumn.html#/c:objc(cs)GPKGAttributesColumn(im)initWithIndex:andName:andDataType:andMax:andNotNull:andDefaultValue:andPrimaryKey:andAutoincrement:":{"name":"-initWithIndex:andName:andDataType:andMax:andNotNull:andDefaultValue:andPrimaryKey:andAutoincrement:","abstract":"

    Initialize

    ","parent_name":"GPKGAttributesColumn"},"Classes/GPKGUtils.html#/c:objc(cs)GPKGUtils(cm)addObject:toArray:":{"name":"+addObject:toArray:","abstract":"

    Add an object to an array, supports nil to NSNull translations

    ","parent_name":"GPKGUtils"},"Classes/GPKGUtils.html#/c:objc(cs)GPKGUtils(cm)replaceObjectAtIndex:withObject:inArray:":{"name":"+replaceObjectAtIndex:withObject:inArray:","abstract":"

    Replace object at index in array with an object, supports nil to NSNull translations

    ","parent_name":"GPKGUtils"},"Classes/GPKGUtils.html#/c:objc(cs)GPKGUtils(cm)insertObject:atIndex:inArray:":{"name":"+insertObject:atIndex:inArray:","abstract":"

    Insert object in an array, supports nil to NSNull translations

    ","parent_name":"GPKGUtils"},"Classes/GPKGUtils.html#/c:objc(cs)GPKGUtils(cm)objectAtIndex:inArray:":{"name":"+objectAtIndex:inArray:","abstract":"

    Get the object at an index, supports NSNull to nil transations

    ","parent_name":"GPKGUtils"},"Classes/GPKGUtils.html#/c:objc(cs)GPKGUtils(cm)addObject:toSet:":{"name":"+addObject:toSet:","abstract":"

    Add an object to a set, supports nil to NSNull translations

    ","parent_name":"GPKGUtils"},"Classes/GPKGUtils.html#/c:objc(cs)GPKGUtils(cm)containsObject:inSet:":{"name":"+containsObject:inSet:","abstract":"

    Contains object in set, supports NSNull to nil transations

    ","parent_name":"GPKGUtils"},"Classes/GPKGUtils.html#/c:objc(cs)GPKGUtils(cm)setObject:forKey:inDictionary:":{"name":"+setObject:forKey:inDictionary:","abstract":"

    Set object in dictionary with key, supports nil to NSNull translations

    ","parent_name":"GPKGUtils"},"Classes/GPKGUtils.html#/c:objc(cs)GPKGUtils(cm)objectForKey:inDictionary:":{"name":"+objectForKey:inDictionary:","abstract":"

    Get object in dictionary with key, supports NSNull to nil transations

    ","parent_name":"GPKGUtils"},"Classes/GPKGUtils.html#/c:objc(cs)GPKGUtils(cm)color:":{"name":"+color:","abstract":"

    Get the color for the color dictionary. The dictionary should contain the keys for:

    ","parent_name":"GPKGUtils"},"Classes/GPKGUtils.html#/c:objc(cs)GPKGUtils(cm)decimalNumberFromNumber:":{"name":"+decimalNumberFromNumber:","abstract":"

    Get a decimal number from the number

    ","parent_name":"GPKGUtils"},"Classes/GPKGUtils.html#/c:objc(cs)GPKGUtils(cm)compareDouble:withDouble:":{"name":"+compareDouble:withDouble:","abstract":"

    Compare two doubles

    ","parent_name":"GPKGUtils"},"Classes/GPKGUtils.html#/c:objc(cs)GPKGUtils(cm)compareDouble:withDouble:andDelta:":{"name":"+compareDouble:withDouble:andDelta:","abstract":"

    Compare two doubles

    ","parent_name":"GPKGUtils"},"Classes/GPKGUtils.html#/c:objc(cs)GPKGUtils(cm)compareNumberDouble:withNumberDouble:":{"name":"+compareNumberDouble:withNumberDouble:","abstract":"

    Compare two number doubles

    ","parent_name":"GPKGUtils"},"Classes/GPKGUtils.html#/c:objc(cs)GPKGUtils(cm)compareNumberDouble:withNumberDouble:andDelta:":{"name":"+compareNumberDouble:withNumberDouble:andDelta:","abstract":"

    Compare two number doubles

    ","parent_name":"GPKGUtils"},"Classes/GPKGSessionTaskData.html#/c:objc(cs)GPKGSessionTaskData(py)url":{"name":"url","abstract":"

    Original URL request

    ","parent_name":"GPKGSessionTaskData"},"Classes/GPKGSessionTaskData.html#/c:objc(cs)GPKGSessionTaskData(py)name":{"name":"name","abstract":"

    New GeoPackage name

    ","parent_name":"GPKGSessionTaskData"},"Classes/GPKGSessionTaskData.html#/c:objc(cs)GPKGSessionTaskData(py)databasePath":{"name":"databasePath","abstract":"

    The new GeoPackage database path

    ","parent_name":"GPKGSessionTaskData"},"Classes/GPKGSessionTaskData.html#/c:objc(cs)GPKGSessionTaskData(py)documentsDatabasePath":{"name":"documentsDatabasePath","abstract":"

    The full documents GeoPackage database path

    ","parent_name":"GPKGSessionTaskData"},"Classes/GPKGSessionTaskData.html#/c:objc(cs)GPKGSessionTaskData(py)progress":{"name":"progress","abstract":"

    Optional progress callback

    ","parent_name":"GPKGSessionTaskData"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(py)metadataDb":{"name":"metadataDb","abstract":"

    Metadata database connection

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(py)importHeaderValidation":{"name":"importHeaderValidation","abstract":"

    Validate the database header of an imported database

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(py)importIntegrityValidation":{"name":"importIntegrityValidation","abstract":"

    Validate the database integrity of a imported database

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(py)openHeaderValidation":{"name":"openHeaderValidation","abstract":"

    Validate the database header when opening a database

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(py)openIntegrityValidation":{"name":"openIntegrityValidation","abstract":"

    Validate the database integrity when opening a database

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)close":{"name":"-close","abstract":"

    Close the manager connection

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)databases":{"name":"-databases","abstract":"

    List all GeoPackage databases sorted alphabetically

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)databasesLike:":{"name":"-databasesLike:","abstract":"

    List GeoPackage databases that match the provided like argument

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)databasesNotLike:":{"name":"-databasesNotLike:","abstract":"

    List GeoPackage databases that do not match the provided like argument

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)count":{"name":"-count","abstract":"

    Get the count of GeoPackage databases

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)pathForDatabase:":{"name":"-pathForDatabase:","abstract":"

    Get the path of the database

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)documentsPathForDatabase:":{"name":"-documentsPathForDatabase:","abstract":"

    Get the documents path for the database

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)exists:":{"name":"-exists:","abstract":"

    Check if the database exists

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)size:":{"name":"-size:","abstract":"

    Size of the database in bytes

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)readableSize:":{"name":"-readableSize:","abstract":"

    Get a readable version of the database size

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)delete:":{"name":"-delete:","abstract":"

    Delete a database

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)delete:andFile:":{"name":"-delete:andFile:","abstract":"

    Delete a database and optionally the backing file

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)deleteAll":{"name":"-deleteAll","abstract":"

    Delete all databases

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)deleteAllAndFiles:":{"name":"-deleteAllAndFiles:","abstract":"

    Delete all databases and optionally the backing files

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)create:":{"name":"-create:","abstract":"

    Create a new GeoPackage database

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)create:inDirectory:":{"name":"-create:inDirectory:","abstract":"

    Create a new GeoPackage database in specified directory

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromPath:":{"name":"-importGeoPackageFromPath:","abstract":"

    Import a GeoPackage file from a path

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromPath:withName:":{"name":"-importGeoPackageFromPath:withName:","abstract":"

    Import a GeoPackage file from a path and name it

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromPath:inDirectory:":{"name":"-importGeoPackageFromPath:inDirectory:","abstract":"

    Import a GeoPackage file from a path into a directory

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromPath:andOverride:":{"name":"-importGeoPackageFromPath:andOverride:","abstract":"

    Import a GeoPackage file from a path with existing file override option

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromPath:andOverride:andMove:":{"name":"-importGeoPackageFromPath:andOverride:andMove:","abstract":"

    Import a GeoPackage file from a path with existing file override and move instead of copy option

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromPath:inDirectory:andOverride:":{"name":"-importGeoPackageFromPath:inDirectory:andOverride:","abstract":"

    Import a GeoPackage file from a path into a directory with existing file override option

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromPath:withName:andOverride:":{"name":"-importGeoPackageFromPath:withName:andOverride:","abstract":"

    Import a GeoPackage file from a path and name it with existing file override option

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromPath:withName:inDirectory:":{"name":"-importGeoPackageFromPath:withName:inDirectory:","abstract":"

    Import a GeoPackage file from a path and name it into a directory

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromPath:withName:inDirectory:andOverride:":{"name":"-importGeoPackageFromPath:withName:inDirectory:andOverride:","abstract":"

    Import a GeoPackage file from a path and name it into a directory with existing file overide option

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromPath:withName:andOverride:andMove:":{"name":"-importGeoPackageFromPath:withName:andOverride:andMove:","abstract":"

    Import a GeoPackage file from a path and name it with existing file overide and move instead of copy option

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromPath:withName:inDirectory:andOverride:andMove:":{"name":"-importGeoPackageFromPath:withName:inDirectory:andOverride:andMove:","abstract":"

    Import a GeoPackage file from a path and name it into a directory with existing file overide and move instead of copy option

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromUrl:":{"name":"-importGeoPackageFromUrl:","abstract":"

    Import a GeoPackage file from a URL

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromUrl:withSession:":{"name":"-importGeoPackageFromUrl:withSession:","abstract":"

    Import a GeoPackage file from a URL

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromUrl:withName:":{"name":"-importGeoPackageFromUrl:withName:","abstract":"

    Import a GeoPackage file from a URL and name it

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromUrl:withSession:andName:":{"name":"-importGeoPackageFromUrl:withSession:andName:","abstract":"

    Import a GeoPackage file from a URL and name it

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromUrl:withName:inDirectory:":{"name":"-importGeoPackageFromUrl:withName:inDirectory:","abstract":"

    Import a GeoPackage file from a URL and name it into a directory

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromUrl:withSession:andName:inDirectory:":{"name":"-importGeoPackageFromUrl:withSession:andName:inDirectory:","abstract":"

    Import a GeoPackage file from a URL and name it into a directory

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromUrl:withName:andProgress:":{"name":"-importGeoPackageFromUrl:withName:andProgress:","abstract":"

    Import a GeoPackage file from a URL and name it with progress callbacks

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromUrl:withSession:andName:andProgress:":{"name":"-importGeoPackageFromUrl:withSession:andName:andProgress:","abstract":"

    Import a GeoPackage file from a URL and name it with progress callbacks

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromUrl:withName:andOverride:":{"name":"-importGeoPackageFromUrl:withName:andOverride:","abstract":"

    Import a GeoPackage file from a URL and name it with existing file overide option

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromUrl:withSession:andName:andOverride:":{"name":"-importGeoPackageFromUrl:withSession:andName:andOverride:","abstract":"

    Import a GeoPackage file from a URL and name it with existing file overide option

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromUrl:withName:inDirectory:andProgress:":{"name":"-importGeoPackageFromUrl:withName:inDirectory:andProgress:","abstract":"

    Import a GeoPackage file from a URL and name it into a directory with progress callbacks

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromUrl:withSession:andName:inDirectory:andProgress:":{"name":"-importGeoPackageFromUrl:withSession:andName:inDirectory:andProgress:","abstract":"

    Import a GeoPackage file from a URL and name it into a directory with progress callbacks

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromUrl:withName:inDirectory:andOverride:":{"name":"-importGeoPackageFromUrl:withName:inDirectory:andOverride:","abstract":"

    Import a GeoPackage file from a URL and name it into a directory with existing file overide option

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromUrl:withSession:andName:inDirectory:andOverride:":{"name":"-importGeoPackageFromUrl:withSession:andName:inDirectory:andOverride:","abstract":"

    Import a GeoPackage file from a URL and name it into a directory with existing file overide option

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromUrl:withName:inDirectory:andOverride:andProgress:":{"name":"-importGeoPackageFromUrl:withName:inDirectory:andOverride:andProgress:","abstract":"

    Import a GeoPackage file from a URL and name it into a directory with existing file overide option and progress callbacks

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromUrl:withSession:andName:inDirectory:andOverride:andProgress:":{"name":"-importGeoPackageFromUrl:withSession:andName:inDirectory:andOverride:andProgress:","abstract":"

    Import a GeoPackage file from a URL and name it into a directory with existing file overide option and progress callbacks

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)exportGeoPackage:toDirectory:":{"name":"-exportGeoPackage:toDirectory:","abstract":"

    Export a GeoPackage to a directory

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)exportGeoPackage:withName:toDirectory:":{"name":"-exportGeoPackage:withName:toDirectory:","abstract":"

    Export a GeoPackage to a directory and name it

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)open:":{"name":"-open:","abstract":"

    Open a GeoPackage database

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)validate:":{"name":"-validate:","abstract":"

    Validate the database header and integrity.

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)validateHeader:":{"name":"-validateHeader:","abstract":"

    Validate the database header. Checks the beginning bytes for the SQLite header string.

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)validateIntegrity:":{"name":"-validateIntegrity:","abstract":"

    Validate the database integrity. Performs a database integrity ok check.

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)copy:to:":{"name":"-copy:to:","abstract":"

    Copy a GeoPackage into the same directory

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)copy:to:andSameDirectory:":{"name":"-copy:to:andSameDirectory:","abstract":"

    Copy a GeoPackage with same directory option

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)rename:to:":{"name":"-rename:to:","abstract":"

    Rename a GeoPackage and it’s file

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)rename:to:andRenameFile:":{"name":"-rename:to:andRenameFile:","abstract":"

    Rename a GeoPackage with rename file option

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)move:toDirectory:":{"name":"-move:toDirectory:","abstract":"

    Move a GeoPackage to a different directory

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageAsLinkToPath:withName:":{"name":"-importGeoPackageAsLinkToPath:withName:","abstract":"

    Import a GeoPackage linking to an existing file

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageFactory.html#/c:objc(cs)GPKGGeoPackageFactory(cm)manager":{"name":"+manager","abstract":"

    Get a GeoPackage Manager

    ","parent_name":"GPKGGeoPackageFactory"},"Classes/GPKGGeoPackageCache.html#/c:objc(cs)GPKGGeoPackageCache(py)closeQuietly":{"name":"closeQuietly","abstract":"

    Close quietly flag

    ","parent_name":"GPKGGeoPackageCache"},"Classes/GPKGGeoPackageCache.html#/c:objc(cs)GPKGGeoPackageCache(im)initWithManager:":{"name":"-initWithManager:","abstract":"

    Initialize

    ","parent_name":"GPKGGeoPackageCache"},"Classes/GPKGGeoPackageCache.html#/c:objc(cs)GPKGGeoPackageCache(im)geoPackageOpenName:":{"name":"-geoPackageOpenName:","abstract":"

    Get the cached GeoPackage or open and cache the GeoPackage

    ","parent_name":"GPKGGeoPackageCache"},"Classes/GPKGGeoPackageCache.html#/c:objc(cs)GPKGGeoPackageCache(im)geoPackageNoCacheOpenName:":{"name":"-geoPackageNoCacheOpenName:","abstract":"

    Get the cached GeoPackage or open the GeoPackage without caching it

    ","parent_name":"GPKGGeoPackageCache"},"Classes/GPKGGeoPackageCache.html#/c:objc(cs)GPKGGeoPackageCache(im)names":{"name":"-names","abstract":"

    Get the names of the cached GeoPackages

    ","parent_name":"GPKGGeoPackageCache"},"Classes/GPKGGeoPackageCache.html#/c:objc(cs)GPKGGeoPackageCache(im)geoPackages":{"name":"-geoPackages","abstract":"

    Get the cached GeoPackages

    ","parent_name":"GPKGGeoPackageCache"},"Classes/GPKGGeoPackageCache.html#/c:objc(cs)GPKGGeoPackageCache(im)hasName:":{"name":"-hasName:","abstract":"

    Determine if the cache has the GeoPackage name

    ","parent_name":"GPKGGeoPackageCache"},"Classes/GPKGGeoPackageCache.html#/c:objc(cs)GPKGGeoPackageCache(im)geoPackageWithName:":{"name":"-geoPackageWithName:","abstract":"

    Get the GeoPackage with name

    ","parent_name":"GPKGGeoPackageCache"},"Classes/GPKGGeoPackageCache.html#/c:objc(cs)GPKGGeoPackageCache(im)existsWithName:":{"name":"-existsWithName:","abstract":"

    Checks if the GeoPackage name exists in the cache

    ","parent_name":"GPKGGeoPackageCache"},"Classes/GPKGGeoPackageCache.html#/c:objc(cs)GPKGGeoPackageCache(im)closeAll":{"name":"-closeAll","abstract":"

    Close all GeoPackages in the cache

    ","parent_name":"GPKGGeoPackageCache"},"Classes/GPKGGeoPackageCache.html#/c:objc(cs)GPKGGeoPackageCache(im)addGeoPackage:":{"name":"-addGeoPackage:","abstract":"

    Add a GeoPackage to the cache

    ","parent_name":"GPKGGeoPackageCache"},"Classes/GPKGGeoPackageCache.html#/c:objc(cs)GPKGGeoPackageCache(im)addAllGeoPackages:":{"name":"-addAllGeoPackages:","abstract":"

    Add the collection of GeoPackages

    ","parent_name":"GPKGGeoPackageCache"},"Classes/GPKGGeoPackageCache.html#/c:objc(cs)GPKGGeoPackageCache(im)removeByName:":{"name":"-removeByName:","abstract":"

    Remove the GeoPackage with the name but does not close it,","parent_name":"GPKGGeoPackageCache"},"Classes/GPKGGeoPackageCache.html#/c:objc(cs)GPKGGeoPackageCache(im)clear":{"name":"-clear","abstract":"

    Clears all cached GeoPackages but does not close them,","parent_name":"GPKGGeoPackageCache"},"Classes/GPKGGeoPackageCache.html#/c:objc(cs)GPKGGeoPackageCache(im)closeByName:":{"name":"-closeByName:","abstract":"

    Close the GeoPackage with name

    ","parent_name":"GPKGGeoPackageCache"},"Classes/GPKGGeoPackageCache.html#/c:objc(cs)GPKGGeoPackageCache(im)closeRetain:":{"name":"-closeRetain:","abstract":"

    Close GeoPackages not specified in the retain GeoPackage names

    ","parent_name":"GPKGGeoPackageCache"},"Classes/GPKGGeoPackageCache.html#/c:objc(cs)GPKGGeoPackageCache(im)closeNames:":{"name":"-closeNames:","abstract":"

    Close GeoPackages with names

    ","parent_name":"GPKGGeoPackageCache"},"Classes/GPKGGeoPackageCache.html#/c:objc(cs)GPKGGeoPackageCache(im)closeGeoPackage:":{"name":"-closeGeoPackage:","abstract":"

    Close the GeoPackage

    ","parent_name":"GPKGGeoPackageCache"},"Classes/GPKGGeoPackageCache.html#/c:objc(cs)GPKGGeoPackageCache(im)closeGeoPackageIfCached:":{"name":"-closeGeoPackageIfCached:","abstract":"

    Close the GeoPackage if it is cached (same GeoPackage instance)

    ","parent_name":"GPKGGeoPackageCache"},"Classes/GPKGGeoPackageCache.html#/c:objc(cs)GPKGGeoPackageCache(im)closeGeoPackageIfNotCached:":{"name":"-closeGeoPackageIfNotCached:","abstract":"

    Close the GeoPackage if it is not cached (GeoPackage not cached or","parent_name":"GPKGGeoPackageCache"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(py)name":{"name":"name","abstract":"

    GeoPackage name

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(py)path":{"name":"path","abstract":"

    GeoPackage file path

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(py)database":{"name":"database","abstract":"

    Database connection

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(py)writable":{"name":"writable","abstract":"

    Writable GeoPackage flag

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(py)metadataDb":{"name":"metadataDb","abstract":"

    Metadata db

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)initWithConnection:andWritable:andMetadataDb:":{"name":"-initWithConnection:andWritable:andMetadataDb:","abstract":"

    Initialize

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)close":{"name":"-close","abstract":"

    Close the GeoPackage connection

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)tableCreator":{"name":"-tableCreator","abstract":"

    Get the Table Creator

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)applicationId":{"name":"-applicationId","abstract":"

    Get the application id

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)applicationIdNumber":{"name":"-applicationIdNumber","abstract":"

    Get the application id integer

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)applicationIdHex":{"name":"-applicationIdHex","abstract":"

    Get the application id as a hex string prefixed with 0x

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)userVersion":{"name":"-userVersion","abstract":"

    Get the user version

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)userVersionMajor":{"name":"-userVersionMajor","abstract":"

    Get the major user version

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)userVersionMinor":{"name":"-userVersionMinor","abstract":"

    Get the minor user version

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)userVersionPatch":{"name":"-userVersionPatch","abstract":"

    Get the patch user version

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)featureTables":{"name":"-featureTables","abstract":"

    Get the feature tables

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)tileTables":{"name":"-tileTables","abstract":"

    Get the tile tables

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)attributesTables":{"name":"-attributesTables","abstract":"

    Get the attributes tables

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)tablesByType:":{"name":"-tablesByType:","abstract":"

    Get the tables for the contents data type

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)tablesByTypes:":{"name":"-tablesByTypes:","abstract":"

    Get the tables for the contents data types

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)tablesByTypeName:":{"name":"-tablesByTypeName:","abstract":"

    Get the tables for the contents data type

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)tablesByTypeNames:":{"name":"-tablesByTypeNames:","abstract":"

    Get the tables for the contents data types

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)contentsByType:":{"name":"-contentsByType:","abstract":"

    Get the contents for the data type

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)contentsByTypes:":{"name":"-contentsByTypes:","abstract":"

    Get the contents for the data types

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)contentsByTypeName:":{"name":"-contentsByTypeName:","abstract":"

    Get the contents for the data type

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)contentsByTypeNames:":{"name":"-contentsByTypeNames:","abstract":"

    Get the contents for the data types

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)tables":{"name":"-tables","abstract":"

    Get the feature and tile tables

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)isFeatureTable:":{"name":"-isFeatureTable:","abstract":"

    Check if the table is a feature table

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)isTileTable:":{"name":"-isTileTable:","abstract":"

    Check if the table is a tile table

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)isAttributeTable:":{"name":"-isAttributeTable:","abstract":"

    Check if the table is an attribute table

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)isTable:ofType:":{"name":"-isTable:ofType:","abstract":"

    Check if the table is the provided type

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)isTable:ofTypes:":{"name":"-isTable:ofTypes:","abstract":"

    Check if the table is one of the provided types

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)isTable:ofTypeName:":{"name":"-isTable:ofTypeName:","abstract":"

    Check if the table is the provided type

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)isTable:ofTypeNames:":{"name":"-isTable:ofTypeNames:","abstract":"

    Check if the table is one of the provided types

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)isContentsTable:":{"name":"-isContentsTable:","abstract":"

    Check if the table exists as a user contents table

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)isTable:":{"name":"-isTable:","abstract":"

    Check if the table exists

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)isView:":{"name":"-isView:","abstract":"

    Check if the view exists

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)isTableOrView:":{"name":"-isTableOrView:","abstract":"

    Check if the table or view exists

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)contentsOfTable:":{"name":"-contentsOfTable:","abstract":"

    Get the contents of the user table

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)typeOfTable:":{"name":"-typeOfTable:","abstract":"

    Get the contents data type of the user table

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)dataTypeOfTable:":{"name":"-dataTypeOfTable:","abstract":"

    Get the contents data type of the user table

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)featureTableCount":{"name":"-featureTableCount","abstract":"

    Get the feature table count

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)tileTableCount":{"name":"-tileTableCount","abstract":"

    Get the tile table count

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)tableCount":{"name":"-tableCount","abstract":"

    Get the feature and tile table count

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)contentsBoundingBoxInProjection:":{"name":"-contentsBoundingBoxInProjection:","abstract":"

    Get the bounding box for all table contents in the provided projection

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)boundingBoxInProjection:":{"name":"-boundingBoxInProjection:","abstract":"

    Get the bounding box for all tables in the provided projection, including","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)boundingBoxInProjection:andManual:":{"name":"-boundingBoxInProjection:andManual:","abstract":"

    Get the bounding box for all tables in the provided projection, including","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)tableBoundingBoxInProjection:":{"name":"-tableBoundingBoxInProjection:","abstract":"

    Get the bounding box for all tables in the provided projection, using","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)tableBoundingBoxInProjection:andManual:":{"name":"-tableBoundingBoxInProjection:andManual:","abstract":"

    Get the bounding box for all tables in the provided projection, using","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)contentsBoundingBoxOfTable:":{"name":"-contentsBoundingBoxOfTable:","abstract":"

    Get the bounding box from the contents for the table in the table’s","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)contentsBoundingBoxOfTable:inProjection:":{"name":"-contentsBoundingBoxOfTable:inProjection:","abstract":"

    Get the bounding box from the contents for the table in the provided","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)boundingBoxOfTable:":{"name":"-boundingBoxOfTable:","abstract":"

    Get the bounding box for the table in the table’s projection, including","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)boundingBoxOfTable:inProjection:":{"name":"-boundingBoxOfTable:inProjection:","abstract":"

    Get the bounding box for the table in the provided projection, including","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)boundingBoxOfTable:andManual:":{"name":"-boundingBoxOfTable:andManual:","abstract":"

    Get the bounding box for the table in the table’s projection, including","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)boundingBoxOfTable:inProjection:andManual:":{"name":"-boundingBoxOfTable:inProjection:andManual:","abstract":"

    Get the bounding box for the table in the provided projection, including","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)tableBoundingBoxOfTable:":{"name":"-tableBoundingBoxOfTable:","abstract":"

    Get the bounding box for the table in the table’s projection, using only","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)tableBoundingBoxOfTable:inProjection:":{"name":"-tableBoundingBoxOfTable:inProjection:","abstract":"

    Get the bounding box for the table in the provided projection, using only","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)tableBoundingBoxOfTable:andManual:":{"name":"-tableBoundingBoxOfTable:andManual:","abstract":"

    Get the bounding box for the table in the table’s projection, using only","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)tableBoundingBoxOfTable:inProjection:andManual:":{"name":"-tableBoundingBoxOfTable:inProjection:andManual:","abstract":"

    Get the bounding box for the table in the provided projection, using only","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)contentsProjectionOfTable:":{"name":"-contentsProjectionOfTable:","abstract":"

    Get the projection of the table contents

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)projectionOfTable:":{"name":"-projectionOfTable:","abstract":"

    Get the projection of the table

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)featureBoundingBoxOfTable:inProjection:andManual:":{"name":"-featureBoundingBoxOfTable:inProjection:andManual:","abstract":"

    Get the feature table bounding box

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)spatialReferenceSystemDao":{"name":"-spatialReferenceSystemDao","abstract":"

    Get a Spatial Reference System DAO

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)contentsDao":{"name":"-contentsDao","abstract":"

    Get a Contents DAO

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)geometryColumnsDao":{"name":"-geometryColumnsDao","abstract":"

    Get a Geometry Columns DAO

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)createGeometryColumnsTable":{"name":"-createGeometryColumnsTable","abstract":"

    Create the Geometry Columns table if it does not already exist

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)createFeatureTable:":{"name":"-createFeatureTable:","abstract":"

    Create a new feature table","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)createFeatureTableWithMetadata:":{"name":"-createFeatureTableWithMetadata:","abstract":"

    Create a new feature table with GeoPackage metadata including: geometry","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)tileMatrixSetDao":{"name":"-tileMatrixSetDao","abstract":"

    Get a Tile Matrix Set DAO

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)createTileMatrixSetTable":{"name":"-createTileMatrixSetTable","abstract":"

    Create the Tile Matrix Set table if it does not already exist

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)tileMatrixDao":{"name":"-tileMatrixDao","abstract":"

    Get a Tile Matrix DAO

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)createTileMatrixTable":{"name":"-createTileMatrixTable","abstract":"

    Create the Tile Matrix table if it does not already exist

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)createTileTable:":{"name":"-createTileTable:","abstract":"

    Create a new tile table","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)createTileTableWithMetadata:":{"name":"-createTileTableWithMetadata:","abstract":"

    Create a new tile table with GeoPackage metadata including: tile matrix","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)createAttributesTable:":{"name":"-createAttributesTable:","abstract":"

    Create a new attributes table","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)createAttributesTableWithMetadata:":{"name":"-createAttributesTableWithMetadata:","abstract":"

    Create a new attributes table with GeoPackage metadata including: user","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)extensionsDao":{"name":"-extensionsDao","abstract":"

    Get an Extensions DAO

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)createExtensionsTable":{"name":"-createExtensionsTable","abstract":"

    Create the Extensions table if it does not already exist

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)deleteTable:":{"name":"-deleteTable:","abstract":"

    Delete the table and all GeoPackage metadata

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)deleteTableQuietly:":{"name":"-deleteTableQuietly:","abstract":"

    Attempt to delete the table and all GeoPackage metadata quietly

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)verifyWritable":{"name":"-verifyWritable","abstract":"

    Verify the GeoPackage is writable and throw an exception if it is not

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)featureDaoWithGeometryColumns:":{"name":"-featureDaoWithGeometryColumns:","abstract":"

    Get a Feature DAO from Geometry Columns

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)featureDaoWithContents:":{"name":"-featureDaoWithContents:","abstract":"

    Get a Feature DAO from Contents

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)featureDaoWithTable:":{"name":"-featureDaoWithTable:","abstract":"

    Get a Feature DAO from a table

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)featureDaoWithTableName:":{"name":"-featureDaoWithTableName:","abstract":"

    Get a Feature DAO from a table name

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)tileDaoWithTileMatrixSet:":{"name":"-tileDaoWithTileMatrixSet:","abstract":"

    Get a Tile DAO from Tile Matrix Set

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)tileDaoWithContents:":{"name":"-tileDaoWithContents:","abstract":"

    Get a Tile DAO from Contents

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)tileDaoWithTable:":{"name":"-tileDaoWithTable:","abstract":"

    Get a Tile DAO from a table

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)tileDaoWithTableName:":{"name":"-tileDaoWithTableName:","abstract":"

    Get a Tile DAO from a table name

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)attributesDaoWithContents:":{"name":"-attributesDaoWithContents:","abstract":"

    Get an Attributes DAO from Contents

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)attributesDaoWithTable:":{"name":"-attributesDaoWithTable:","abstract":"

    Get an Attributes DAO from a table

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)attributesDaoWithTableName:":{"name":"-attributesDaoWithTableName:","abstract":"

    Get an Attributes DAO from a table name

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)userCustomDaoWithTableName:":{"name":"-userCustomDaoWithTableName:","abstract":"

    Get a User Custom DAO from a table name

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)userCustomDaoWithTable:":{"name":"-userCustomDaoWithTable:","abstract":"

    Get a User Custom DAO from a table

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)execSQL:":{"name":"-execSQL:","abstract":"

    Execute the sql on the GeoPackage database

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)beginTransaction":{"name":"-beginTransaction","abstract":"

    Begin a transaction

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)commitTransaction":{"name":"-commitTransaction","abstract":"

    Commit the transaction

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)rollbackTransaction":{"name":"-rollbackTransaction","abstract":"

    Rollback the transaction

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)inTransaction":{"name":"-inTransaction","abstract":"

    Determine if currently within a transaction

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)enableForeignKeys":{"name":"-enableForeignKeys","abstract":"

    If foreign keys is disabled and there are no foreign key violations,","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)foreignKeys":{"name":"-foreignKeys","abstract":"

    Query for the foreign keys value

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)foreignKeysAsOn:":{"name":"-foreignKeysAsOn:","abstract":"

    Change the foreign keys state

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)dropTable:":{"name":"-dropTable:","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)dropView:":{"name":"-dropView:","abstract":"

    Drop the view if it exists. Drops the view with the view name, not","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)renameTable:toTable:":{"name":"-renameTable:toTable:","abstract":"

    Rename the table

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)copyTable:toTable:":{"name":"-copyTable:toTable:","abstract":"

    Copy the table with transferred contents and extensions

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)copyTableNoExtensions:toTable:":{"name":"-copyTableNoExtensions:toTable:","abstract":"

    Copy the table with transferred contents but no extensions

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)copyTableAsEmpty:toTable:":{"name":"-copyTableAsEmpty:toTable:","abstract":"

    Copy the table but leave the user table empty and without extensions

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)vacuum":{"name":"-vacuum","abstract":"

    Rebuild the GeoPackage, repacking it into a minimal amount of disk space

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)rawQuery:andArgs:":{"name":"-rawQuery:andArgs:","abstract":"

    Perform a raw query on the database

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)foreignKeyCheck":{"name":"-foreignKeyCheck","abstract":"

    Perform a foreign key check on the database

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)foreignKeyCheckOnTable:":{"name":"-foreignKeyCheckOnTable:","abstract":"

    Perform a foreign key check on the database table

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)integrityCheck":{"name":"-integrityCheck","abstract":"

    Perform an integrity check on the database

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)quickCheck":{"name":"-quickCheck","abstract":"

    Perform a quick integrity check on the database

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)createUserTable:":{"name":"-createUserTable:","abstract":"

    Create a new user table

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGDateConverter.html#/c:objc(cs)GPKGDateConverter(py)expected":{"name":"expected","abstract":"

    Is parsing a date value from a string always expected

    ","parent_name":"GPKGDateConverter"},"Classes/GPKGDateConverter.html#/c:objc(cs)GPKGDateConverter(cm)converter":{"name":"+converter","abstract":"

    Get a default date converter for all property configured date and date time formats

    ","parent_name":"GPKGDateConverter"},"Classes/GPKGDateConverter.html#/c:objc(cs)GPKGDateConverter(cm)converter:":{"name":"+converter:","abstract":"

    Get a date converter for the data type

    ","parent_name":"GPKGDateConverter"},"Classes/GPKGDateConverter.html#/c:objc(cs)GPKGDateConverter(cm)dateConverter":{"name":"+dateConverter","abstract":"

    Get a date converter

    ","parent_name":"GPKGDateConverter"},"Classes/GPKGDateConverter.html#/c:objc(cs)GPKGDateConverter(cm)dateTimeConverter":{"name":"+dateTimeConverter","abstract":"

    Get a date time converter

    ","parent_name":"GPKGDateConverter"},"Classes/GPKGDateConverter.html#/c:objc(cs)GPKGDateConverter(cm)createWithFormat:":{"name":"+createWithFormat:","abstract":"

    Get a date converter for the provided format

    ","parent_name":"GPKGDateConverter"},"Classes/GPKGDateConverter.html#/c:objc(cs)GPKGDateConverter(cm)createWithFormats:":{"name":"+createWithFormats:","abstract":"

    Get a date converter for the provided formats

    ","parent_name":"GPKGDateConverter"},"Classes/GPKGDateConverter.html#/c:objc(cs)GPKGDateConverter(im)initWithFormat:":{"name":"-initWithFormat:","abstract":"

    Initialize

    ","parent_name":"GPKGDateConverter"},"Classes/GPKGDateConverter.html#/c:objc(cs)GPKGDateConverter(im)initWithFormats:":{"name":"-initWithFormats:","abstract":"

    Initialize

    ","parent_name":"GPKGDateConverter"},"Classes/GPKGDateConverter.html#/c:objc(cs)GPKGDateConverter(im)addFormat:":{"name":"-addFormat:","abstract":"

    Add date format

    ","parent_name":"GPKGDateConverter"},"Classes/GPKGDateConverter.html#/c:objc(cs)GPKGDateConverter(im)stringValue:":{"name":"-stringValue:","abstract":"

    Get the formatted string date value of the date

    ","parent_name":"GPKGDateConverter"},"Classes/GPKGDateConverter.html#/c:objc(cs)GPKGDateConverter(im)dateValue:":{"name":"-dateValue:","abstract":"

    Get the date value of the formatted string date

    ","parent_name":"GPKGDateConverter"},"Classes/GPKGDateConverter.html#/c:objc(cs)GPKGDateConverter(cm)convertToDateWithString:":{"name":"+convertToDateWithString:","abstract":"

    Convert a datetime string to a date

    ","parent_name":"GPKGDateConverter"},"Classes/GPKGDateConverter.html#/c:objc(cs)GPKGDateConverter(cm)convertToDateWithString:andExpected:":{"name":"+convertToDateWithString:andExpected:","abstract":"

    Convert a datetime string to a date

    ","parent_name":"GPKGDateConverter"},"Classes/GPKGDateConverter.html#/c:objc(cs)GPKGDateConverter(cm)convertToStringWithDate:withFormat:":{"name":"+convertToStringWithDate:withFormat:","abstract":"

    Convert a date to the provided string format

    ","parent_name":"GPKGDateConverter"},"Classes/GPKGDateConverter.html#/c:objc(cs)GPKGDateConverter(cm)convertToDateStringWithDate:":{"name":"+convertToDateStringWithDate:","abstract":"

    Convert a date to the string format: yyyy-MM-dd

    ","parent_name":"GPKGDateConverter"},"Classes/GPKGDateConverter.html#/c:objc(cs)GPKGDateConverter(cm)convertToDateTimeStringWithDate:":{"name":"+convertToDateTimeStringWithDate:","abstract":"

    Convert a date to the string format: yyyy-MM-dd’T'HH:mm:ss.SSS'Z’

    ","parent_name":"GPKGDateConverter"},"Classes/GPKGDateConverter.html#/c:objc(cs)GPKGDateConverter(cm)convertToStringWithDate:andType:":{"name":"+convertToStringWithDate:andType:","abstract":"

    Convert a date to the corresponding data type string format

    ","parent_name":"GPKGDateConverter"},"Classes/GPKGDateConverter.html#/c:objc(cs)GPKGDateConverter(cm)createFormatterWithFormat:":{"name":"+createFormatterWithFormat:","abstract":"

    Create a date formatter with the provided format

    ","parent_name":"GPKGDateConverter"},"Classes/GPKGDateConverter.html#/c:objc(cs)GPKGDateConverter(cm)isFunction:":{"name":"+isFunction:","abstract":"

    Determine if the date/time string value is a SQLite function

    ","parent_name":"GPKGDateConverter"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(py)minLongitude":{"name":"minLongitude","abstract":"

    Longitude range

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(py)maxLongitude":{"name":"maxLongitude","abstract":"

    Undocumented

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(py)minLatitude":{"name":"minLatitude","abstract":"

    Latitude range

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(py)maxLatitude":{"name":"maxLatitude","abstract":"

    Undocumented

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(cm)worldWGS84":{"name":"+worldWGS84","abstract":"

    Create a new WGS84 bounding box with world bounds (degrees)

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(cm)worldWebMercator":{"name":"+worldWebMercator","abstract":"

    Create a new Web Mercator bounding box with world bounds (meters)

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(cm)worldWGS84WithWebMercatorLimits":{"name":"+worldWGS84WithWebMercatorLimits","abstract":"

    Create a new WGS84 bounding box bounded by Web Mercator limits

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)init":{"name":"-init","abstract":"

    Initialize with degrees representing the entire world

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)initWithMinLongitude:andMinLatitude:andMaxLongitude:andMaxLatitude:":{"name":"-initWithMinLongitude:andMinLatitude:andMaxLongitude:andMaxLatitude:","abstract":"

    Initialize with number range

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)initWithMinLongitudeDouble:andMinLatitudeDouble:andMaxLongitudeDouble:andMaxLatitudeDouble:":{"name":"-initWithMinLongitudeDouble:andMinLatitudeDouble:andMaxLongitudeDouble:andMaxLatitudeDouble:","abstract":"

    Initialize with double range

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)initWithBoundingBox:":{"name":"-initWithBoundingBox:","abstract":"

    Initialize with existing bounding box

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)initWithEnvelope:":{"name":"-initWithEnvelope:","abstract":"

    Initialize with geometry envelope

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)initWithGeometry:":{"name":"-initWithGeometry:","abstract":"

    Initialize with geometry

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)longitudeRange":{"name":"-longitudeRange","abstract":"

    Get the longitude range

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)longitudeRangeValue":{"name":"-longitudeRangeValue","abstract":"

    Get the longitude range

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)latitudeRange":{"name":"-latitudeRange","abstract":"

    Get the latitude range

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)latitudeRangeValue":{"name":"-latitudeRangeValue","abstract":"

    Get the latitude range

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)centroid":{"name":"-centroid","abstract":"

    Get the bounding box centroid point

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(cm)centroidOfBoundingBox:":{"name":"+centroidOfBoundingBox:","abstract":"

    Get the bounding box centroid point

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)centroidInProjection:":{"name":"-centroidInProjection:","abstract":"

    Get the centroid for the bounding box and projection

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(cm)centroidOfBoundingBox:inProjection:":{"name":"+centroidOfBoundingBox:inProjection:","abstract":"

    Get the centroid for the bounding box and projection

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)degreesCentroid":{"name":"-degreesCentroid","abstract":"

    Get the centroid for the bounding box in degrees

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(cm)degreesCentroidOfBoundingBox:":{"name":"+degreesCentroidOfBoundingBox:","abstract":"

    Get the centroid for a bounding box in degrees

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)buildEnvelope":{"name":"-buildEnvelope","abstract":"

    Build a Geometry Envelope from the bounding box

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(cm)buildEnvelopeFromBoundingBox:":{"name":"+buildEnvelopeFromBoundingBox:","abstract":"

    Build a Geometry Envelope from the bounding box

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)buildGeometry":{"name":"-buildGeometry","abstract":"

    Build a geometry representation of the bounding box

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(cm)buildGeometryFromBoundingBox:":{"name":"+buildGeometryFromBoundingBox:","abstract":"

    Build a geometry representation of the bounding box

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)equals:":{"name":"-equals:","abstract":"

    Determine if equal to the provided bounding box

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)mapRect":{"name":"-mapRect","abstract":"

    Get a Map Rectangle representing the bounding box

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)coordinateRegion":{"name":"-coordinateRegion","abstract":"

    Get a Coordinate Region of the bounding box

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)span":{"name":"-span","abstract":"

    Get the Span of the bounding box

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)center":{"name":"-center","abstract":"

    Get the center of the bounding box

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)sizeInMeters":{"name":"-sizeInMeters","abstract":"

    Get with width and height of the bounding box in meters

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)complementaryWithMaxLongitude:":{"name":"-complementaryWithMaxLongitude:","abstract":"

    If the bounding box spans the Anti-Meridian, attempt to get a complementary bounding box using the max longitude of the unit projection

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)complementaryWgs84":{"name":"-complementaryWgs84","abstract":"

    If the bounding box spans the Anti-Meridian, attempt to get a complementary WGS84 bounding box

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)complementaryWebMercator":{"name":"-complementaryWebMercator","abstract":"

    If the bounding box spans the Anti-Meridian, attempt to get a complementary Web Mercator bounding box

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)boundCoordinatesWithMaxLongitude:":{"name":"-boundCoordinatesWithMaxLongitude:","abstract":"

    Bound the bounding box longitudes within the min and max possible","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)boundWgs84Coordinates":{"name":"-boundWgs84Coordinates","abstract":"

    Bound the bounding box coordinates within WGS84 range values

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)boundWebMercatorCoordinates":{"name":"-boundWebMercatorCoordinates","abstract":"

    Bound the bounding box coordinates within Web Mercator range values

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)expandCoordinatesWithMaxLongitude:":{"name":"-expandCoordinatesWithMaxLongitude:","abstract":"

    Expand the bounding box max longitude above the max possible projection","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)expandWgs84Coordinates":{"name":"-expandWgs84Coordinates","abstract":"

    Expand the bounding box max longitude above the max WGS84 projection","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)expandWebMercatorCoordinates":{"name":"-expandWebMercatorCoordinates","abstract":"

    Expand the bounding box max longitude above the max Web Mercator","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)transform:":{"name":"-transform:","abstract":"

    Transform the bounding box using the provided projection transform

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)intersects:":{"name":"-intersects:","abstract":"

    Determine if intersects with the provided bounding box

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)intersects:withAllowEmpty:":{"name":"-intersects:withAllowEmpty:","abstract":"

    Determine if intersects with the provided bounding box

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)overlap:":{"name":"-overlap:","abstract":"

    Get the overlapping bounding box with the provided bounding box

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)overlap:withAllowEmpty:":{"name":"-overlap:withAllowEmpty:","abstract":"

    Get the overlapping bounding box with the provided bounding box

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)union:":{"name":"-union:","abstract":"

    Get the union bounding box with the provided bounding box

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)contains:":{"name":"-contains:","abstract":"

    Determine if inclusively contains the provided bounding box

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)squareExpand":{"name":"-squareExpand","abstract":"

    Expand the bounding box to an equally sized width and height bounding box

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)squareExpandWithBuffer:":{"name":"-squareExpandWithBuffer:","abstract":"

    Expand the bounding box to an equally sized width and height bounding box","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)isPoint":{"name":"-isPoint","abstract":"

    Determine if the bounding box is of a single point

    ","parent_name":"GPKGBoundingBox"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(py)redArithmetic":{"name":"redArithmetic","abstract":"

    Red arithmetic color value

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(py)greenArithmetic":{"name":"greenArithmetic","abstract":"

    Green arithmetic color value

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(py)blueArithmetic":{"name":"blueArithmetic","abstract":"

    Blue arithmetic color value

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(py)opacity":{"name":"opacity","abstract":"

    Opacity arithmetic value

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)black":{"name":"+black","abstract":"

    Create a black color

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)blue":{"name":"+blue","abstract":"

    Create a blue color

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)brown":{"name":"+brown","abstract":"

    Create a brown color

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)cyan":{"name":"+cyan","abstract":"

    Create a cyan color

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)darkGray":{"name":"+darkGray","abstract":"

    Create a dark gray color

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)gray":{"name":"+gray","abstract":"

    Create a gray color

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)green":{"name":"+green","abstract":"

    Create a green color

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)lightGray":{"name":"+lightGray","abstract":"

    Create a light gray color

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)magenta":{"name":"+magenta","abstract":"

    Create a magenta color

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)orange":{"name":"+orange","abstract":"

    Create an orange color

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)pink":{"name":"+pink","abstract":"

    Create a pink color

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)purple":{"name":"+purple","abstract":"

    Create a purple color

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)red":{"name":"+red","abstract":"

    Create a red color

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)violet":{"name":"+violet","abstract":"

    Create a violet color

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)white":{"name":"+white","abstract":"

    Create a white color

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)yellow":{"name":"+yellow","abstract":"

    Create a yellow color

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)colorWithHex:":{"name":"+colorWithHex:","abstract":"

    Create the color in hex

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)colorWithHex:andOpacity:":{"name":"+colorWithHex:andOpacity:","abstract":"

    Create the color in hex with an opacity

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)colorWithHex:andAlpha:":{"name":"+colorWithHex:andAlpha:","abstract":"

    Create the color in hex with an alpha

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)colorWithHexRed:andGreen:andBlue:":{"name":"+colorWithHexRed:andGreen:andBlue:","abstract":"

    Create the color with individual hex colors

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)colorWithHexRed:andGreen:andBlue:andAlpha:":{"name":"+colorWithHexRed:andGreen:andBlue:andAlpha:","abstract":"

    Create the color with individual hex colors and alpha

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)colorWithHexRed:andGreen:andBlue:andOpacity:":{"name":"+colorWithHexRed:andGreen:andBlue:andOpacity:","abstract":"

    Create the color with individual hex colors and opacity

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)colorWithRed:andGreen:andBlue:":{"name":"+colorWithRed:andGreen:andBlue:","abstract":"

    Create the color with RGB values

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)colorWithRed:andGreen:andBlue:andAlpha:":{"name":"+colorWithRed:andGreen:andBlue:andAlpha:","abstract":"

    Create the color with RGBA values

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)colorWithRed:andGreen:andBlue:andOpacity:":{"name":"+colorWithRed:andGreen:andBlue:andOpacity:","abstract":"

    Create the color with RGBA values

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)colorWithArithmeticRed:andGreen:andBlue:":{"name":"+colorWithArithmeticRed:andGreen:andBlue:","abstract":"

    Create the color with arithmetic RGB values

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)colorWithArithmeticRed:andGreen:andBlue:andOpacity:":{"name":"+colorWithArithmeticRed:andGreen:andBlue:andOpacity:","abstract":"

    Create the color with arithmetic RGB values

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)colorWithHue:andSaturation:andLightness:":{"name":"+colorWithHue:andSaturation:andLightness:","abstract":"

    Create the color with HSL (hue, saturation, lightness) or HSL (alpha)","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)colorWithHue:andSaturation:andLightness:andAlpha:":{"name":"+colorWithHue:andSaturation:andLightness:andAlpha:","abstract":"

    Create the color with HSLA (hue, saturation, lightness, alpha) values

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)colorWithColor:":{"name":"+colorWithColor:","abstract":"

    Create the color as a single integer

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)colorWithUnsignedColor:":{"name":"+colorWithUnsignedColor:","abstract":"

    Create the color as a single unsigned integer

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)init":{"name":"-init","abstract":"

    Default color initializer, opaque black

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)initWithHex:":{"name":"-initWithHex:","abstract":"

    Create the color in hex

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)initWithHex:andOpacity:":{"name":"-initWithHex:andOpacity:","abstract":"

    Create the color in hex with an opacity

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)initWithHex:andAlpha:":{"name":"-initWithHex:andAlpha:","abstract":"

    Create the color in hex with an alpha

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)initWithHexRed:andGreen:andBlue:":{"name":"-initWithHexRed:andGreen:andBlue:","abstract":"

    Create the color with individual hex colors

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)initWithHexRed:andGreen:andBlue:andAlpha:":{"name":"-initWithHexRed:andGreen:andBlue:andAlpha:","abstract":"

    Create the color with individual hex colors and alpha

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)initWithHexRed:andGreen:andBlue:andOpacity:":{"name":"-initWithHexRed:andGreen:andBlue:andOpacity:","abstract":"

    Create the color with individual hex colors and opacity

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)initWithRed:andGreen:andBlue:":{"name":"-initWithRed:andGreen:andBlue:","abstract":"

    Create the color with RGB values

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)initWithRed:andGreen:andBlue:andAlpha:":{"name":"-initWithRed:andGreen:andBlue:andAlpha:","abstract":"

    Create the color with RGBA values

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)initWithRed:andGreen:andBlue:andOpacity:":{"name":"-initWithRed:andGreen:andBlue:andOpacity:","abstract":"

    Create the color with RGBA values

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)initWithArithmeticRed:andGreen:andBlue:":{"name":"-initWithArithmeticRed:andGreen:andBlue:","abstract":"

    Create the color with arithmetic RGB values

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)initWithArithmeticRed:andGreen:andBlue:andOpacity:":{"name":"-initWithArithmeticRed:andGreen:andBlue:andOpacity:","abstract":"

    Create the color with arithmetic RGB values

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)initWithHue:andSaturation:andLightness:":{"name":"-initWithHue:andSaturation:andLightness:","abstract":"

    Create the color with HSL (hue, saturation, lightness) or HSL (alpha)","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)initWithHue:andSaturation:andLightness:andAlpha:":{"name":"-initWithHue:andSaturation:andLightness:andAlpha:","abstract":"

    Create the color with HSLA (hue, saturation, lightness, alpha) values

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)initWithColor:":{"name":"-initWithColor:","abstract":"

    Create the color as a single integer

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)initWithUnsignedColor:":{"name":"-initWithUnsignedColor:","abstract":"

    Create the color as a single unsigned integer

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)initWithCLRColor:":{"name":"-initWithCLRColor:","abstract":"

    Copy Initialize

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)setColorWithHex:":{"name":"-setColorWithHex:","abstract":"

    Set the color in hex

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)setColorWithHex:andOpacity:":{"name":"-setColorWithHex:andOpacity:","abstract":"

    Set the color in hex with an opacity

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)setColorWithHex:andAlpha:":{"name":"-setColorWithHex:andAlpha:","abstract":"

    Set the color in hex with an alpha

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)setColorWithHexRed:andGreen:andBlue:":{"name":"-setColorWithHexRed:andGreen:andBlue:","abstract":"

    Set the color with individual hex colors

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)setColorWithHexRed:andGreen:andBlue:andAlpha:":{"name":"-setColorWithHexRed:andGreen:andBlue:andAlpha:","abstract":"

    Set the color with individual hex colors and alpha

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)setColorWithHexRed:andGreen:andBlue:andOpacity:":{"name":"-setColorWithHexRed:andGreen:andBlue:andOpacity:","abstract":"

    Set the color with individual hex colors and opacity

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)setColorWithRed:andGreen:andBlue:":{"name":"-setColorWithRed:andGreen:andBlue:","abstract":"

    Set the color with RGB values

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)setColorWithRed:andGreen:andBlue:andAlpha:":{"name":"-setColorWithRed:andGreen:andBlue:andAlpha:","abstract":"

    Set the color with RGBA values

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)setColorWithRed:andGreen:andBlue:andOpacity:":{"name":"-setColorWithRed:andGreen:andBlue:andOpacity:","abstract":"

    Set the color with RGBA values

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)setColorWithArithmeticRed:andGreen:andBlue:":{"name":"-setColorWithArithmeticRed:andGreen:andBlue:","abstract":"

    Set the color with arithmetic RGB values

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)setColorWithArithmeticRed:andGreen:andBlue:andOpacity:":{"name":"-setColorWithArithmeticRed:andGreen:andBlue:andOpacity:","abstract":"

    Set the color with arithmetic RGB values

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)setColorWithHue:andSaturation:andLightness:":{"name":"-setColorWithHue:andSaturation:andLightness:","abstract":"

    Set the color with HSL (hue, saturation, lightness) values

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)setColorWithHue:andSaturation:andLightness:andAlpha:":{"name":"-setColorWithHue:andSaturation:andLightness:andAlpha:","abstract":"

    Set the color with HSLA (hue, saturation, lightness, alpha) values

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)setColor:":{"name":"-setColor:","abstract":"

    Set the color as a single integer

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)setUnsignedColor:":{"name":"-setUnsignedColor:","abstract":"

    Set the color as a single unsigned integer

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)setRedHex:":{"name":"-setRedHex:","abstract":"

    Set the red color in hex

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)setGreenHex:":{"name":"-setGreenHex:","abstract":"

    Set the green color in hex

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)setBlueHex:":{"name":"-setBlueHex:","abstract":"

    Set the blue color in hex

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)setAlphaHex:":{"name":"-setAlphaHex:","abstract":"

    Set the alpha color in hex

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)setRed:":{"name":"-setRed:","abstract":"

    Set the red color as an integer

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)setGreen:":{"name":"-setGreen:","abstract":"

    Set the green color as an integer

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)setBlue:":{"name":"-setBlue:","abstract":"

    Set the blue color as an integer

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)setAlpha:":{"name":"-setAlpha:","abstract":"

    Set the alpha color as an integer

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)setAlphaArithmetic:":{"name":"-setAlphaArithmetic:","abstract":"

    Set the alpha color as an arithmetic float

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)isOpaque":{"name":"-isOpaque","abstract":"

    Check if the color is opaque (opacity or alpha of 1.0, 255, or x00)

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)uiColor":{"name":"-uiColor","abstract":"

    Get a UIColor from this color

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)colorHex":{"name":"-colorHex","abstract":"

    Get the color as a hex string

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)colorHexWithAlpha":{"name":"-colorHexWithAlpha","abstract":"

    Get the color as a hex string with alpha

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)colorHexShorthand":{"name":"-colorHexShorthand","abstract":"

    Get the color as a hex string, shorthanded when possible

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)colorHexShorthandWithAlpha":{"name":"-colorHexShorthandWithAlpha","abstract":"

    Get the color as a hex string with alpha, shorthanded when possible

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)color":{"name":"-color","abstract":"

    Get the color as an integer

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)unsignedColor":{"name":"-unsignedColor","abstract":"

    Get the color as an unsigned integer

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)colorWithAlpha":{"name":"-colorWithAlpha","abstract":"

    Get the color as an integer including the alpha

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)unsignedColorWithAlpha":{"name":"-unsignedColorWithAlpha","abstract":"

    Get the color as an unsigned integer including the alpha

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)redHex":{"name":"-redHex","abstract":"

    Get the red color in hex

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)greenHex":{"name":"-greenHex","abstract":"

    Get the green color in hex

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)blueHex":{"name":"-blueHex","abstract":"

    Get the blue color in hex

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)alphaHex":{"name":"-alphaHex","abstract":"

    Get the alpha color in hex

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)redHexShorthand":{"name":"-redHexShorthand","abstract":"

    Get the red color in hex, shorthand when possible

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)greenHexShorthand":{"name":"-greenHexShorthand","abstract":"

    Get the green color in hex, shorthand when possible

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)blueHexShorthand":{"name":"-blueHexShorthand","abstract":"

    Get the blue color in hex, shorthand when possible

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)alphaHexShorthand":{"name":"-alphaHexShorthand","abstract":"

    Get the alpha color in hex, shorthand when possible

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)red":{"name":"-red","abstract":"

    Get the red color as an integer

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)green":{"name":"-green","abstract":"

    Get the green color as an integer

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)blue":{"name":"-blue","abstract":"

    Get the blue color as an integer

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)alpha":{"name":"-alpha","abstract":"

    Get the alpha color as an integer

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)alphaArithmetic":{"name":"-alphaArithmetic","abstract":"

    Get the alpha color as an arithmetic float

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)hsl":{"name":"-hsl","abstract":"

    Get the HSL (hue, saturation, lightness) values

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)hue":{"name":"-hue","abstract":"

    Get the HSL hue value

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)saturation":{"name":"-saturation","abstract":"

    Get the HSL saturation value

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)lightness":{"name":"-lightness","abstract":"

    Get the HSL lightness value

    ","parent_name":"CLRColor"},"Classes/TIFFWriter.html#/c:objc(cs)TIFFWriter(cm)writeTiffWithFile:andImage:":{"name":"+writeTiffWithFile:andImage:","abstract":"

    Write a TIFF to a file

    ","parent_name":"TIFFWriter"},"Classes/TIFFWriter.html#/c:objc(cs)TIFFWriter(cm)writeTiffWithFile:andWriter:andImage:":{"name":"+writeTiffWithFile:andWriter:andImage:","abstract":"

    Write a TIFF to a file

    ","parent_name":"TIFFWriter"},"Classes/TIFFWriter.html#/c:objc(cs)TIFFWriter(cm)writeTiffToDataWithImage:":{"name":"+writeTiffToDataWithImage:","abstract":"

    Write a TIFF to bytes

    ","parent_name":"TIFFWriter"},"Classes/TIFFWriter.html#/c:objc(cs)TIFFWriter(cm)writeTiffToDataWithWriter:andImage:":{"name":"+writeTiffToDataWithWriter:andImage:","abstract":"

    Write a TIFF to bytes

    ","parent_name":"TIFFWriter"},"Classes/TIFFWriter.html#/c:objc(cs)TIFFWriter(cm)writeTiffWithWriter:andImage:":{"name":"+writeTiffWithWriter:andImage:","abstract":"

    Write a TIFF to a byte writer

    ","parent_name":"TIFFWriter"},"Classes/TIFFUnsupportedCompression.html#/c:objc(cs)TIFFUnsupportedCompression(im)initWithMessage:":{"name":"-initWithMessage:","abstract":"

    Initialize

    ","parent_name":"TIFFUnsupportedCompression"},"Classes/TIFFReader.html#/c:objc(cs)TIFFReader(cm)readTiffFromFile:":{"name":"+readTiffFromFile:","abstract":"

    Read a TIFF from a file

    ","parent_name":"TIFFReader"},"Classes/TIFFReader.html#/c:objc(cs)TIFFReader(cm)readTiffFromFile:andCache:":{"name":"+readTiffFromFile:andCache:","abstract":"

    Read a TIFF from a file

    ","parent_name":"TIFFReader"},"Classes/TIFFReader.html#/c:objc(cs)TIFFReader(cm)readTiffFromStream:":{"name":"+readTiffFromStream:","abstract":"

    Read a TIFF from an input stream

    ","parent_name":"TIFFReader"},"Classes/TIFFReader.html#/c:objc(cs)TIFFReader(cm)readTiffFromStream:andCache:":{"name":"+readTiffFromStream:andCache:","abstract":"

    Read a TIFF from an input stream

    ","parent_name":"TIFFReader"},"Classes/TIFFReader.html#/c:objc(cs)TIFFReader(cm)readTiffFromData:":{"name":"+readTiffFromData:","abstract":"

    Read a TIFF from the bytes

    ","parent_name":"TIFFReader"},"Classes/TIFFReader.html#/c:objc(cs)TIFFReader(cm)readTiffFromData:andCache:":{"name":"+readTiffFromData:andCache:","abstract":"

    Read a TIFF from the bytes

    ","parent_name":"TIFFReader"},"Classes/TIFFReader.html#/c:objc(cs)TIFFReader(cm)readTiffFromReader:":{"name":"+readTiffFromReader:","abstract":"

    Read a TIFF from the byte reader

    ","parent_name":"TIFFReader"},"Classes/TIFFReader.html#/c:objc(cs)TIFFReader(cm)readTiffFromReader:andCache:":{"name":"+readTiffFromReader:andCache:","abstract":"

    Read a TIFF from the byte reader

    ","parent_name":"TIFFReader"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)initWithWidth:andHeight:andSamplesPerPixel:andBitsPerSample:andSampleValues:":{"name":"-initWithWidth:andHeight:andSamplesPerPixel:andBitsPerSample:andSampleValues:","abstract":"

    Initialize

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)initWithWidth:andHeight:andSamplesPerPixel:andBitsPerSample:andInterleaveValues:":{"name":"-initWithWidth:andHeight:andSamplesPerPixel:andBitsPerSample:andInterleaveValues:","abstract":"

    Initialize

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)initWithWidth:andHeight:andSamplesPerPixel:andBitsPerSample:andSampleValues:andInterleaveValues:":{"name":"-initWithWidth:andHeight:andSamplesPerPixel:andBitsPerSample:andSampleValues:andInterleaveValues:","abstract":"

    Initialize

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)initWithWidth:andHeight:andSamplesPerPixel:andBitsPerSample:":{"name":"-initWithWidth:andHeight:andSamplesPerPixel:andBitsPerSample:","abstract":"

    Initialize

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)initWithWidth:andHeight:andSamplesPerPixel:andSingleBitsPerSample:":{"name":"-initWithWidth:andHeight:andSamplesPerPixel:andSingleBitsPerSample:","abstract":"

    Initialize

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)hasSampleValues":{"name":"-hasSampleValues","abstract":"

    True if the results are stored by samples

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)hasInterleaveValues":{"name":"-hasInterleaveValues","abstract":"

    True if the results are stored interleaved

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)addSampleValue:toIndex:andCoordinate:":{"name":"-addSampleValue:toIndex:andCoordinate:","abstract":"

    Add a value to the sample results

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)addInterleaveValue:toCoordinate:":{"name":"-addInterleaveValue:toCoordinate:","abstract":"

    Add a value to the interleaved results

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)width":{"name":"-width","abstract":"

    Get the width of pixels

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)height":{"name":"-height","abstract":"

    Get the height of pixels

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)numPixels":{"name":"-numPixels","abstract":"

    Return the number of pixels

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)samplesPerPixel":{"name":"-samplesPerPixel","abstract":"

    Get the number of samples per pixel

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)bitsPerSample":{"name":"-bitsPerSample","abstract":"

    Get the bits per sample

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)sampleValues":{"name":"-sampleValues","abstract":"

    Get the results stored by samples

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)setSampleValuesAndValidate:":{"name":"-setSampleValuesAndValidate:","abstract":"

    Set the results stored by samples

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)interleaveValues":{"name":"-interleaveValues","abstract":"

    Get the results stored as interleaved pixel samples

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)setInterleaveValuesAndValidate:":{"name":"-setInterleaveValuesAndValidate:","abstract":"

    Set the results stored as interleaved pixel samples

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)pixelAtX:andY:":{"name":"-pixelAtX:andY:","abstract":"

    Get the pixel sample values

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)setPixelAtX:andY:withValues:":{"name":"-setPixelAtX:andY:withValues:","abstract":"

    Set the pixel sample values

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)pixelSampleAtSample:andX:andY:":{"name":"-pixelSampleAtSample:andX:andY:","abstract":"

    Get a pixel sample value

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)setPixelSampleAtSample:andX:andY:withValue:":{"name":"-setPixelSampleAtSample:andX:andY:withValue:","abstract":"

    Set a pixel vample value

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)firstPixelSampleAtX:andY:":{"name":"-firstPixelSampleAtX:andY:","abstract":"

    Get the first pixel sample value, useful for single sample pixels","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)setFirstPixelSampleAtX:andY:withValue:":{"name":"-setFirstPixelSampleAtX:andY:withValue:","abstract":"

    Set the first pixel sample value, useful for single sample pixels","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)sampleIndexAtX:andY:":{"name":"-sampleIndexAtX:andY:","abstract":"

    Get the sample index location

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)interleaveIndexAtX:andY:":{"name":"-interleaveIndexAtX:andY:","abstract":"

    Get the interleave index location

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)size":{"name":"-size","abstract":"

    Size in bytes of the image

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)sizePixel":{"name":"-sizePixel","abstract":"

    Size in bytes of a pixel

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)sizeSample:":{"name":"-sizeSample:","abstract":"

    Size in bytes of a sample

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)calculateRowsPerStripWithPlanarConfiguration:":{"name":"-calculateRowsPerStripWithPlanarConfiguration:","abstract":"

    Calculate the rows per strip to write

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)calculateRowsPerStripWithPlanarConfiguration:andMaxBytesPerStrip:":{"name":"-calculateRowsPerStripWithPlanarConfiguration:andMaxBytesPerStrip:","abstract":"

    Calculate the rows per strip to write

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(cm)createEmptySampleValuesWithSamplesPerPixel:andWidth:andHeight:":{"name":"+createEmptySampleValuesWithSamplesPerPixel:andWidth:andHeight:","abstract":"

    Create an empty sample values array

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(cm)createEmptySampleValuesWithSamplesPerPixel:andPixels:":{"name":"+createEmptySampleValuesWithSamplesPerPixel:andPixels:","abstract":"

    Create an empty sample values array

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(cm)createEmptyInterleaveValuesWithSamplesPerPixel:andWidth:andHeight:":{"name":"+createEmptyInterleaveValuesWithSamplesPerPixel:andWidth:andHeight:","abstract":"

    Create an empty interleave values array

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(cm)createEmptyInterleaveValuesWithSamplesPerPixel:andPixels:":{"name":"+createEmptyInterleaveValuesWithSamplesPerPixel:andPixels:","abstract":"

    Create an empty interleave values array

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(cm)makeBitsPerSampleArrayWithSamplesPerPixel:andBitsPerSample:":{"name":"+makeBitsPerSampleArrayWithSamplesPerPixel:andBitsPerSample:","abstract":"

    Make a bits per sample array where each samples of a pixel has the same","parent_name":"TIFFRasters"},"Classes/TIFFPredictor.html#/c:objc(cs)TIFFPredictor(cm)decodeData:withPredictor:andWidth:andHeight:andBitsPerSample:andPlanarConfiguration:":{"name":"+decodeData:withPredictor:andWidth:andHeight:andBitsPerSample:andPlanarConfiguration:","abstract":"

    Decode the predictor encoded bytes

    ","parent_name":"TIFFPredictor"},"Classes/TIFFImageWindow.html#/c:objc(cs)TIFFImageWindow(py)minX":{"name":"minX","abstract":"

    Min x

    ","parent_name":"TIFFImageWindow"},"Classes/TIFFImageWindow.html#/c:objc(cs)TIFFImageWindow(py)minY":{"name":"minY","abstract":"

    Min y

    ","parent_name":"TIFFImageWindow"},"Classes/TIFFImageWindow.html#/c:objc(cs)TIFFImageWindow(py)maxX":{"name":"maxX","abstract":"

    Max x

    ","parent_name":"TIFFImageWindow"},"Classes/TIFFImageWindow.html#/c:objc(cs)TIFFImageWindow(py)maxY":{"name":"maxY","abstract":"

    Max y

    ","parent_name":"TIFFImageWindow"},"Classes/TIFFImageWindow.html#/c:objc(cs)TIFFImageWindow(im)initWithMinX:andMinY:andMaxX:andMaxY:":{"name":"-initWithMinX:andMinY:andMaxX:andMaxY:","abstract":"

    Initialize

    ","parent_name":"TIFFImageWindow"},"Classes/TIFFImageWindow.html#/c:objc(cs)TIFFImageWindow(im)initWithX:andY:":{"name":"-initWithX:andY:","abstract":"

    Initialize for a single coordinate

    ","parent_name":"TIFFImageWindow"},"Classes/TIFFImageWindow.html#/c:objc(cs)TIFFImageWindow(im)initWithFileDirectory:":{"name":"-initWithFileDirectory:","abstract":"

    Initialize, full image size

    ","parent_name":"TIFFImageWindow"},"Classes/TIFFImage.html#/c:objc(cs)TIFFImage(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"TIFFImage"},"Classes/TIFFImage.html#/c:objc(cs)TIFFImage(im)initWithFileDirectory:":{"name":"-initWithFileDirectory:","abstract":"

    Initialize, single file directory

    ","parent_name":"TIFFImage"},"Classes/TIFFImage.html#/c:objc(cs)TIFFImage(im)initWithFileDirectories:":{"name":"-initWithFileDirectories:","abstract":"

    Initialize, multiple file directories

    ","parent_name":"TIFFImage"},"Classes/TIFFImage.html#/c:objc(cs)TIFFImage(im)addFileDirectory:":{"name":"-addFileDirectory:","abstract":"

    Add a file directory

    ","parent_name":"TIFFImage"},"Classes/TIFFImage.html#/c:objc(cs)TIFFImage(im)fileDirectories":{"name":"-fileDirectories","abstract":"

    Get the file directories

    ","parent_name":"TIFFImage"},"Classes/TIFFImage.html#/c:objc(cs)TIFFImage(im)fileDirectory":{"name":"-fileDirectory","abstract":"

    Get the default, first, or only file directory

    ","parent_name":"TIFFImage"},"Classes/TIFFImage.html#/c:objc(cs)TIFFImage(im)fileDirectoryAtIndex:":{"name":"-fileDirectoryAtIndex:","abstract":"

    Get the file directory at the index

    ","parent_name":"TIFFImage"},"Classes/TIFFImage.html#/c:objc(cs)TIFFImage(im)sizeHeaderAndDirectories":{"name":"-sizeHeaderAndDirectories","abstract":"

    Size in bytes of the TIFF header and file directories with their entries

    ","parent_name":"TIFFImage"},"Classes/TIFFImage.html#/c:objc(cs)TIFFImage(im)sizeHeaderAndDirectoriesWithValues":{"name":"-sizeHeaderAndDirectoriesWithValues","abstract":"

    Size in bytes of the TIFF header and file directories with their entries","parent_name":"TIFFImage"},"Classes/TIFFIOUtils.html#/c:objc(cs)TIFFIOUtils(cm)copyFile:toFile:":{"name":"+copyFile:toFile:","abstract":"

    Copy a file

    ","parent_name":"TIFFIOUtils"},"Classes/TIFFIOUtils.html#/c:objc(cs)TIFFIOUtils(cm)copyInputStream:toFile:":{"name":"+copyInputStream:toFile:","abstract":"

    Copy an input stream to a file

    ","parent_name":"TIFFIOUtils"},"Classes/TIFFIOUtils.html#/c:objc(cs)TIFFIOUtils(cm)fileData:":{"name":"+fileData:","abstract":"

    Get the file byte data

    ","parent_name":"TIFFIOUtils"},"Classes/TIFFIOUtils.html#/c:objc(cs)TIFFIOUtils(cm)streamData:":{"name":"+streamData:","abstract":"

    Get the input stream byte data

    ","parent_name":"TIFFIOUtils"},"Classes/TIFFIOUtils.html#/c:objc(cs)TIFFIOUtils(cm)copyInputStream:toOutputStream:":{"name":"+copyInputStream:toOutputStream:","abstract":"

    Copy the input stream to an output stream

    ","parent_name":"TIFFIOUtils"},"Classes/TIFFFileDirectoryEntry.html#/c:objc(cs)TIFFFileDirectoryEntry(im)initWithFieldTag:andFieldType:andTypeCount:andValues:":{"name":"-initWithFieldTag:andFieldType:andTypeCount:andValues:","abstract":"

    Initialize

    ","parent_name":"TIFFFileDirectoryEntry"},"Classes/TIFFFileDirectoryEntry.html#/c:objc(cs)TIFFFileDirectoryEntry(im)fieldTag":{"name":"-fieldTag","abstract":"

    Get the field tag type

    ","parent_name":"TIFFFileDirectoryEntry"},"Classes/TIFFFileDirectoryEntry.html#/c:objc(cs)TIFFFileDirectoryEntry(im)fieldType":{"name":"-fieldType","abstract":"

    Get the field type

    ","parent_name":"TIFFFileDirectoryEntry"},"Classes/TIFFFileDirectoryEntry.html#/c:objc(cs)TIFFFileDirectoryEntry(im)typeCount":{"name":"-typeCount","abstract":"

    Get the type count

    ","parent_name":"TIFFFileDirectoryEntry"},"Classes/TIFFFileDirectoryEntry.html#/c:objc(cs)TIFFFileDirectoryEntry(im)values":{"name":"-values","abstract":"

    Get the values

    ","parent_name":"TIFFFileDirectoryEntry"},"Classes/TIFFFileDirectoryEntry.html#/c:objc(cs)TIFFFileDirectoryEntry(im)sizeWithValues":{"name":"-sizeWithValues","abstract":"

    Size in bytes of the image file directory entry and its values (not","parent_name":"TIFFFileDirectoryEntry"},"Classes/TIFFFileDirectoryEntry.html#/c:objc(cs)TIFFFileDirectoryEntry(im)sizeOfValues":{"name":"-sizeOfValues","abstract":"

    Size of the values not included in the directory entry bytes

    ","parent_name":"TIFFFileDirectoryEntry"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(py)writeRasters":{"name":"writeRasters","abstract":"

    Rasters to write to the TIFF file

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)initWithEntries:andReader:":{"name":"-initWithEntries:andReader:","abstract":"

    Initialize, for reading TIFF files

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)initWithEntries:andReader:andCacheData:":{"name":"-initWithEntries:andReader:andCacheData:","abstract":"

    Initialize, for reading TIFF files

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)init":{"name":"-init","abstract":"

    Constructor, for writing TIFF files

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)initWithRasters:":{"name":"-initWithRasters:","abstract":"

    Constructor, for writing TIFF files

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)initWithEntries:andRasters:":{"name":"-initWithEntries:andRasters:","abstract":"

    Constructor, for writing TIFF files

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)addEntry:":{"name":"-addEntry:","abstract":"

    Add an entry

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setCacheData:":{"name":"-setCacheData:","abstract":"

    Set whether to cache tiles. Does nothing is already caching tiles, clears","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)reader":{"name":"-reader","abstract":"

    Get the byte reader

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)isTiled":{"name":"-isTiled","abstract":"

    Is this a tiled image

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)decoder":{"name":"-decoder","abstract":"

    Get the compression decoder

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)numEntries":{"name":"-numEntries","abstract":"

    Get the number of entries

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)entryByFieldTagType:":{"name":"-entryByFieldTagType:","abstract":"

    Get a file directory entry from the field tag type

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)entries":{"name":"-entries","abstract":"

    Get the file directory entries

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)fieldTagTypeMapping":{"name":"-fieldTagTypeMapping","abstract":"

    Get the field tag type to file directory entry mapping

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)imageWidth":{"name":"-imageWidth","abstract":"

    Get the image width

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setImageWidth:":{"name":"-setImageWidth:","abstract":"

    Set the image width

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setImageWidthAsLong:":{"name":"-setImageWidthAsLong:","abstract":"

    Set the image width

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)imageHeight":{"name":"-imageHeight","abstract":"

    Get the image height

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setImageHeight:":{"name":"-setImageHeight:","abstract":"

    Set the image height

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setImageHeightAsLong:":{"name":"-setImageHeightAsLong:","abstract":"

    Set the image height

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)bitsPerSample":{"name":"-bitsPerSample","abstract":"

    Get the bits per sample

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setBitsPerSample:":{"name":"-setBitsPerSample:","abstract":"

    Set the bits per sample

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setBitsPerSampleAsSingleValue:":{"name":"-setBitsPerSampleAsSingleValue:","abstract":"

    Set a single value bits per sample

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)maxBitsPerSample":{"name":"-maxBitsPerSample","abstract":"

    Get the max bits per sample

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)compression":{"name":"-compression","abstract":"

    Get the compression

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setCompression:":{"name":"-setCompression:","abstract":"

    Set the compression

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)photometricInterpretation":{"name":"-photometricInterpretation","abstract":"

    Get the photometric interpretation

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setPhotometricInterpretation:":{"name":"-setPhotometricInterpretation:","abstract":"

    Set the photometric interpretation

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)stripOffsets":{"name":"-stripOffsets","abstract":"

    Get the strip offsets

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setStripOffsets:":{"name":"-setStripOffsets:","abstract":"

    Set the strip offsets

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setStripOffsetsAsLongs:":{"name":"-setStripOffsetsAsLongs:","abstract":"

    Set the strip offsets

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setStripOffsetsAsSingleValue:":{"name":"-setStripOffsetsAsSingleValue:","abstract":"

    Set a single value strip offset

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setStripOffsetsAsSingleLongValue:":{"name":"-setStripOffsetsAsSingleLongValue:","abstract":"

    Set a single value strip offset

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)samplesPerPixel":{"name":"-samplesPerPixel","abstract":"

    Get the samples per pixel

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setSamplesPerPixel:":{"name":"-setSamplesPerPixel:","abstract":"

    Set the samples per pixel

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)rowsPerStrip":{"name":"-rowsPerStrip","abstract":"

    Get the rows per strip

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setRowsPerStrip:":{"name":"-setRowsPerStrip:","abstract":"

    Set the rows per strip

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setRowsPerStripAsLong:":{"name":"-setRowsPerStripAsLong:","abstract":"

    Set the rows per strip

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)stripByteCounts":{"name":"-stripByteCounts","abstract":"

    Get the strip byte counts

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setStripByteCounts:":{"name":"-setStripByteCounts:","abstract":"

    Set the strip byte counts

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setStripByteCountsAsLongs:":{"name":"-setStripByteCountsAsLongs:","abstract":"

    Set the strip byte counts

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setStripByteCountsAsSingleValue:":{"name":"-setStripByteCountsAsSingleValue:","abstract":"

    Set a single value strip byte count

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setStripByteCountsAsSingleLongValue:":{"name":"-setStripByteCountsAsSingleLongValue:","abstract":"

    Set a single value strip byte count

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)xResolution":{"name":"-xResolution","abstract":"

    Get the x resolution

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setXResolution:":{"name":"-setXResolution:","abstract":"

    Set the x resolution

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setXResolutionAsSingleValue:":{"name":"-setXResolutionAsSingleValue:","abstract":"

    Set a single value x resolution

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)yResolution":{"name":"-yResolution","abstract":"

    Get the y resolution

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setYResolution:":{"name":"-setYResolution:","abstract":"

    Set the y resolution

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setYResolutionAsSingleValue:":{"name":"-setYResolutionAsSingleValue:","abstract":"

    Set a single value y resolution

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)planarConfiguration":{"name":"-planarConfiguration","abstract":"

    Get the planar configuration

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setPlanarConfiguration:":{"name":"-setPlanarConfiguration:","abstract":"

    Set the planar configuration

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)resolutionUnit":{"name":"-resolutionUnit","abstract":"

    Get the resolution unit

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setResolutionUnit:":{"name":"-setResolutionUnit:","abstract":"

    Set the resolution unit

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)modelPixelScale":{"name":"-modelPixelScale","abstract":"

    Get the model pixel scale

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setModelPixelScale:":{"name":"-setModelPixelScale:","abstract":"

    Set the model pixel scale

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)modelTiepoint":{"name":"-modelTiepoint","abstract":"

    Get the model tiepoint

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setModelTiepoint:":{"name":"-setModelTiepoint:","abstract":"

    Set the model tiepoint

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)colorMap":{"name":"-colorMap","abstract":"

    Get the color map

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setColorMap:":{"name":"-setColorMap:","abstract":"

    Set the color map

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setColorMapAsSingleValue:":{"name":"-setColorMapAsSingleValue:","abstract":"

    Set a single value color map

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)tileWidth":{"name":"-tileWidth","abstract":"

    Get the tile width

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setTileWidth:":{"name":"-setTileWidth:","abstract":"

    Set the tile width

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setTileWidthAsLong:":{"name":"-setTileWidthAsLong:","abstract":"

    Set the tile width

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)tileHeight":{"name":"-tileHeight","abstract":"

    Get the tile height

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setTileHeight:":{"name":"-setTileHeight:","abstract":"

    Set the tile height

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setTileHeightAsLong:":{"name":"-setTileHeightAsLong:","abstract":"

    Set the tile height

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)tileOffsets":{"name":"-tileOffsets","abstract":"

    Get the tile offsets

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setTileOffsets:":{"name":"-setTileOffsets:","abstract":"

    Set the tile offsets

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setTileOffsetsAsSingleValue:":{"name":"-setTileOffsetsAsSingleValue:","abstract":"

    Set a single value tile offset

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)tileByteCounts":{"name":"-tileByteCounts","abstract":"

    Get the tile byte counts

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setTileByteCounts:":{"name":"-setTileByteCounts:","abstract":"

    Set the tile byte counts

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setTileByteCountsAsLongs:":{"name":"-setTileByteCountsAsLongs:","abstract":"

    Set the tile byte counts

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setTileByteCountsAsSingleValue:":{"name":"-setTileByteCountsAsSingleValue:","abstract":"

    Set a single value tile byte count

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setTileByteCountsAsSingleLongValue:":{"name":"-setTileByteCountsAsSingleLongValue:","abstract":"

    Set a single value tile byte count

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)sampleFormat":{"name":"-sampleFormat","abstract":"

    Get the sample format

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setSampleFormat:":{"name":"-setSampleFormat:","abstract":"

    Set the sample format

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setSampleFormatAsSingleValue:":{"name":"-setSampleFormatAsSingleValue:","abstract":"

    Set a single value sample format

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)maxSampleFormat":{"name":"-maxSampleFormat","abstract":"

    Get the max sample format

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)predictor":{"name":"-predictor","abstract":"

    Get the predictor

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setPredictor:":{"name":"-setPredictor:","abstract":"

    Set the predictor

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)readRasters":{"name":"-readRasters","abstract":"

    Read the rasters

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)readInterleavedRasters":{"name":"-readInterleavedRasters","abstract":"

    Read the rasters as interleaved

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)readRastersWithWindow:":{"name":"-readRastersWithWindow:","abstract":"

    Read the rasters

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)readInterleavedRastersWithWindow:":{"name":"-readInterleavedRastersWithWindow:","abstract":"

    Read the rasters as interleaved

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)readRastersWithSamples:":{"name":"-readRastersWithSamples:","abstract":"

    Read the rasters

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)readInterleavedRastersWithSamples:":{"name":"-readInterleavedRastersWithSamples:","abstract":"

    Read the rasters as interleaved

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)readRastersWithWindow:andSamples:":{"name":"-readRastersWithWindow:andSamples:","abstract":"

    Read the rasters

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)readInterleavedRastersWithWindow:andSamples:":{"name":"-readInterleavedRastersWithWindow:andSamples:","abstract":"

    Read the rasters as interleaved

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)readRastersWithSampleValues:andInterleaveValues:":{"name":"-readRastersWithSampleValues:andInterleaveValues:","abstract":"

    Read the rasters

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)readRastersWithWindow:andSampleValues:andInterleaveValues:":{"name":"-readRastersWithWindow:andSampleValues:andInterleaveValues:","abstract":"

    Read the rasters

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)readRastersWithSamples:andSampleValues:andInterleaveValues:":{"name":"-readRastersWithSamples:andSampleValues:andInterleaveValues:","abstract":"

    Read the rasters

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)readRastersWithWindow:andSamples:andSampleValues:andInterleaveValues:":{"name":"-readRastersWithWindow:andSamples:andSampleValues:andInterleaveValues:","abstract":"

    Read the rasters

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)fieldTypeForSample:":{"name":"-fieldTypeForSample:","abstract":"

    Get the field type for the sample

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)shortEntryValueWithFieldTag:":{"name":"-shortEntryValueWithFieldTag:","abstract":"

    Get a short entry value

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setUnsignedShortEntryValue:withFieldTag:":{"name":"-setUnsignedShortEntryValue:withFieldTag:","abstract":"

    Set an unsigned short entry value for the field tag type

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)numberEntryValueWithFieldTag:":{"name":"-numberEntryValueWithFieldTag:","abstract":"

    Get a number entry value

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setUnsignedLongEntryValue:withFieldTag:":{"name":"-setUnsignedLongEntryValue:withFieldTag:","abstract":"

    Set an unsigned long entry value for the field tag type

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)stringEntryValueWithFieldTag:":{"name":"-stringEntryValueWithFieldTag:","abstract":"

    Get a string entry value for the field tag type

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setStringEntryValue:withFieldTag:":{"name":"-setStringEntryValue:withFieldTag:","abstract":"

    Set string value for the field tag type

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)shortListEntryValueWithFieldTag:":{"name":"-shortListEntryValueWithFieldTag:","abstract":"

    Get an short list entry value

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setUnsignedShortListEntryValue:withFieldTag:":{"name":"-setUnsignedShortListEntryValue:withFieldTag:","abstract":"

    Set an unsigned short list of values for the field tag type

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)maxShortEntryValueWithFieldTag:":{"name":"-maxShortEntryValueWithFieldTag:","abstract":"

    Get the max short from short list entry values

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)numberListEntryValueWithFieldTag:":{"name":"-numberListEntryValueWithFieldTag:","abstract":"

    Get a number list entry value

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setNumberListEntryValue:withFieldTag:":{"name":"-setNumberListEntryValue:withFieldTag:","abstract":"

    Set a number list of values for the field tag type

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)longListEntryValueWithFieldTag:":{"name":"-longListEntryValueWithFieldTag:","abstract":"

    Get a long list entry value

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setUnsignedLongListEntryValue:withFieldTag:":{"name":"-setUnsignedLongListEntryValue:withFieldTag:","abstract":"

    Set an unsigned long list of values for the field tag type

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setRationalEntryValue:withFieldTag:":{"name":"-setRationalEntryValue:withFieldTag:","abstract":"

    Set rational value for the field tag type

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)size":{"name":"-size","abstract":"

    Size in bytes of the Image File Directory (all contiguous)

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)sizeWithValues":{"name":"-sizeWithValues","abstract":"

    Size in bytes of the image file directory including entry values (not","parent_name":"TIFFFileDirectory"},"Classes/TIFFFieldTypes.html#/c:objc(cs)TIFFFieldTypes(cm)value:":{"name":"+value:","abstract":"

    Get the field type value

    ","parent_name":"TIFFFieldTypes"},"Classes/TIFFFieldTypes.html#/c:objc(cs)TIFFFieldTypes(cm)bytes:":{"name":"+bytes:","abstract":"

    Get the number of bytes per value

    ","parent_name":"TIFFFieldTypes"},"Classes/TIFFFieldTypes.html#/c:objc(cs)TIFFFieldTypes(cm)bits:":{"name":"+bits:","abstract":"

    Get the number of bits per value

    ","parent_name":"TIFFFieldTypes"},"Classes/TIFFFieldTypes.html#/c:objc(cs)TIFFFieldTypes(cm)typeByValue:":{"name":"+typeByValue:","abstract":"

    Get the field type

    ","parent_name":"TIFFFieldTypes"},"Classes/TIFFFieldTypes.html#/c:objc(cs)TIFFFieldTypes(cm)typeBySampleFormat:andBitsPerSample:":{"name":"+typeBySampleFormat:andBitsPerSample:","abstract":"

    Get the field type of the sample format and bits per sample

    ","parent_name":"TIFFFieldTypes"},"Classes/TIFFFieldTypes.html#/c:objc(cs)TIFFFieldTypes(cm)sampleFormatByType:":{"name":"+sampleFormatByType:","abstract":"

    Get the sample format of the field type

    ","parent_name":"TIFFFieldTypes"},"Classes/TIFFFieldTagTypes.html#/c:objc(cs)TIFFFieldTagTypes(cm)tagId:":{"name":"+tagId:","abstract":"

    Get the tag id

    ","parent_name":"TIFFFieldTagTypes"},"Classes/TIFFFieldTagTypes.html#/c:objc(cs)TIFFFieldTagTypes(cm)isArray:":{"name":"+isArray:","abstract":"

    Is this field an array type

    ","parent_name":"TIFFFieldTagTypes"},"Classes/TIFFFieldTagTypes.html#/c:objc(cs)TIFFFieldTagTypes(cm)typeByTagId:":{"name":"+typeByTagId:","abstract":"

    Get a field tag type by id

    ","parent_name":"TIFFFieldTagTypes"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(py)nextByte":{"name":"nextByte","abstract":"

    Next byte index to write

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(py)os":{"name":"os","abstract":"

    Output stream to write bytes to

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(py)byteOrder":{"name":"byteOrder","abstract":"

    Byte order used to write, little or big endian

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(im)initWithByteOrder:":{"name":"-initWithByteOrder:","abstract":"

    Initialize

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(im)close":{"name":"-close","abstract":"

    Close the byte writer

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(im)data":{"name":"-data","abstract":"

    Get the written byte data

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(im)size":{"name":"-size","abstract":"

    Get the current size in bytes written

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(im)writeString:":{"name":"-writeString:","abstract":"

    Write a string

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(im)writeNumberAsByte:":{"name":"-writeNumberAsByte:","abstract":"

    Write a byte

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(im)writeByte:":{"name":"-writeByte:","abstract":"

    Write a byte

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(im)writeNumberAsUnsignedByte:":{"name":"-writeNumberAsUnsignedByte:","abstract":"

    Write an unsigned byte

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(im)writeUnsignedByte:":{"name":"-writeUnsignedByte:","abstract":"

    Write an unsigned byte

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(im)writeBytesWithData:":{"name":"-writeBytesWithData:","abstract":"

    Write the bytes

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(im)writeNumberAsShort:":{"name":"-writeNumberAsShort:","abstract":"

    Write a short

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(im)writeShort:":{"name":"-writeShort:","abstract":"

    Write a short

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(im)writeNumberAsUnsignedShort:":{"name":"-writeNumberAsUnsignedShort:","abstract":"

    Write an unsigned short

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(im)writeUnsignedShort:":{"name":"-writeUnsignedShort:","abstract":"

    Write an unsigned short

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(im)writeNumberAsInt:":{"name":"-writeNumberAsInt:","abstract":"

    Write an integer

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(im)writeInt:":{"name":"-writeInt:","abstract":"

    Write an integer

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(im)writeNumberAsUnsignedInt:":{"name":"-writeNumberAsUnsignedInt:","abstract":"

    Write an unsigned int

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(im)writeUnsignedInt:":{"name":"-writeUnsignedInt:","abstract":"

    Write an unsigned int

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(im)writeNumberAsFloat:":{"name":"-writeNumberAsFloat:","abstract":"

    Write a float

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(im)writeFloat:":{"name":"-writeFloat:","abstract":"

    Write a float

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(im)writeNumberAsDouble:":{"name":"-writeNumberAsDouble:","abstract":"

    Write a double

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(im)writeDouble:":{"name":"-writeDouble:","abstract":"

    Write a double

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(py)nextByte":{"name":"nextByte","abstract":"

    Next byte index to read

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(py)bytes":{"name":"bytes","abstract":"

    Bytes to read

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(py)byteOrder":{"name":"byteOrder","abstract":"

    Byte order used to read, little or big endian

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)initWithData:":{"name":"-initWithData:","abstract":"

    Initialize

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)initWithData:andByteOrder:":{"name":"-initWithData:andByteOrder:","abstract":"

    Initialize

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)hasByte":{"name":"-hasByte","abstract":"

    Check if there is at least one more byte left to read

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)hasByteWithOffset:":{"name":"-hasByteWithOffset:","abstract":"

    Check if there is at least one more byte left to read

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)hasBytesWithCount:":{"name":"-hasBytesWithCount:","abstract":"

    Check if there are the provided number of bytes left to read

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)hasBytesWithCount:andOffset:":{"name":"-hasBytesWithCount:andOffset:","abstract":"

    Check if there are the provided number of bytes left to read

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)readStringWithCount:":{"name":"-readStringWithCount:","abstract":"

    Read a String from the provided number of bytes

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)readStringWithCount:andOffset:":{"name":"-readStringWithCount:andOffset:","abstract":"

    Read a String from the provided number of bytes

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)readByte":{"name":"-readByte","abstract":"

    Read a single byte

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)readByteWithOffset:":{"name":"-readByteWithOffset:","abstract":"

    Read a byte

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)readUnsignedByte":{"name":"-readUnsignedByte","abstract":"

    Read an unsigned byte

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)readUnsignedByteWithOffset:":{"name":"-readUnsignedByteWithOffset:","abstract":"

    Read an unsigned byte

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)readBytesWithCount:":{"name":"-readBytesWithCount:","abstract":"

    Read a number of bytes

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)readBytesWithCount:andOffset:":{"name":"-readBytesWithCount:andOffset:","abstract":"

    Read a number of bytes

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)readShort":{"name":"-readShort","abstract":"

    Read a short

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)readShortWithOffset:":{"name":"-readShortWithOffset:","abstract":"

    Read a short

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)readUnsignedShort":{"name":"-readUnsignedShort","abstract":"

    Read an unsigned short

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)readUnsignedShortWithOffset:":{"name":"-readUnsignedShortWithOffset:","abstract":"

    Read an unsigned short

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)readInt":{"name":"-readInt","abstract":"

    Read an integer (4 bytes)

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)readIntWithOffset:":{"name":"-readIntWithOffset:","abstract":"

    Read an integer

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)readUnsignedInt":{"name":"-readUnsignedInt","abstract":"

    Read an unsigned int

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)readUnsignedIntWithOffset:":{"name":"-readUnsignedIntWithOffset:","abstract":"

    Read an unsigned int

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)readFloat":{"name":"-readFloat","abstract":"

    Read a float

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)readFloatWithOffset:":{"name":"-readFloatWithOffset:","abstract":"

    Read a float

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)readDouble":{"name":"-readDouble","abstract":"

    Read a double (8 bytes)

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)readDoubleWithOffset:":{"name":"-readDoubleWithOffset:","abstract":"

    Read a double

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)byteLength":{"name":"-byteLength","abstract":"

    Get the byte length

    ","parent_name":"TIFFByteReader"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(cm)writeGeometry:":{"name":"+writeGeometry:","abstract":"

    Write a geometry to well-known bytes

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(cm)writeGeometry:inByteOrder:":{"name":"+writeGeometry:inByteOrder:","abstract":"

    Write a geometry to well-known bytes

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(im)init":{"name":"-init","abstract":"

    Initializer

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(im)initWithByteOrder:":{"name":"-initWithByteOrder:","abstract":"

    Initializer

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(im)initWithWriter:":{"name":"-initWithWriter:","abstract":"

    Initializer

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(im)byteWriter":{"name":"-byteWriter","abstract":"

    Get the byte writer

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(im)data":{"name":"-data","abstract":"

    Get the written byte data

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(im)close":{"name":"-close","abstract":"

    Close the byte writer

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(im)write:":{"name":"-write:","abstract":"

    Write a geometry to the byte writer

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(im)writePoint:":{"name":"-writePoint:","abstract":"

    Write a point

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(im)writeLineString:":{"name":"-writeLineString:","abstract":"

    Write a line string

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(im)writePolygon:":{"name":"-writePolygon:","abstract":"

    Write a polygon

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(im)writeMultiPoint:":{"name":"-writeMultiPoint:","abstract":"

    Write a multi point

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(im)writeMultiLineString:":{"name":"-writeMultiLineString:","abstract":"

    Write a multi line string

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(im)writeMultiPolygon:":{"name":"-writeMultiPolygon:","abstract":"

    Write a multi polygon

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(im)writeGeometryCollection:":{"name":"-writeGeometryCollection:","abstract":"

    Write a geometry collection

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(im)writeCircularString:":{"name":"-writeCircularString:","abstract":"

    Write a circular string

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(im)writeCompoundCurve:":{"name":"-writeCompoundCurve:","abstract":"

    Write a compound curve

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(im)writeCurvePolygon:":{"name":"-writeCurvePolygon:","abstract":"

    Write a curve polygon

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(im)writePolyhedralSurface:":{"name":"-writePolyhedralSurface:","abstract":"

    Write a polyhedral surface

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(im)writeTIN:":{"name":"-writeTIN:","abstract":"

    Write a TIN

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(im)writeTriangle:":{"name":"-writeTriangle:","abstract":"

    Write a triangle

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(cm)writeGeometry:withWriter:":{"name":"+writeGeometry:withWriter:","abstract":"

    Write a geometry to the byte writer

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(cm)writePoint:withWriter:":{"name":"+writePoint:withWriter:","abstract":"

    Write a point

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(cm)writeLineString:withWriter:":{"name":"+writeLineString:withWriter:","abstract":"

    Write a line string

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(cm)writePolygon:withWriter:":{"name":"+writePolygon:withWriter:","abstract":"

    Write a polygon

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(cm)writeMultiPoint:withWriter:":{"name":"+writeMultiPoint:withWriter:","abstract":"

    Write a multi point

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(cm)writeMultiLineString:withWriter:":{"name":"+writeMultiLineString:withWriter:","abstract":"

    Write a multi line string

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(cm)writeMultiPolygon:withWriter:":{"name":"+writeMultiPolygon:withWriter:","abstract":"

    Write a multi polygon

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(cm)writeGeometryCollection:withWriter:":{"name":"+writeGeometryCollection:withWriter:","abstract":"

    Write a geometry collection

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(cm)writeCircularString:withWriter:":{"name":"+writeCircularString:withWriter:","abstract":"

    Write a circular string

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(cm)writeCompoundCurve:withWriter:":{"name":"+writeCompoundCurve:withWriter:","abstract":"

    Write a compound curve

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(cm)writeCurvePolygon:withWriter:":{"name":"+writeCurvePolygon:withWriter:","abstract":"

    Write a curve polygon

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(cm)writePolyhedralSurface:withWriter:":{"name":"+writePolyhedralSurface:withWriter:","abstract":"

    Write a polyhedral surface

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(cm)writeTIN:withWriter:":{"name":"+writeTIN:withWriter:","abstract":"

    Write a TIN

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(cm)writeTriangle:withWriter:":{"name":"+writeTriangle:withWriter:","abstract":"

    Write a triangle

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryTypeInfo.html#/c:objc(cs)SFWBGeometryTypeInfo(im)initWithCode:andType:andHasZ:andHasM:":{"name":"-initWithCode:andType:andHasZ:andHasM:","abstract":"

    Initializer

    ","parent_name":"SFWBGeometryTypeInfo"},"Classes/SFWBGeometryTypeInfo.html#/c:objc(cs)SFWBGeometryTypeInfo(im)geometryTypeCode":{"name":"-geometryTypeCode","abstract":"

    Get the geometry type code

    ","parent_name":"SFWBGeometryTypeInfo"},"Classes/SFWBGeometryTypeInfo.html#/c:objc(cs)SFWBGeometryTypeInfo(im)geometryType":{"name":"-geometryType","abstract":"

    Get the geometry type

    ","parent_name":"SFWBGeometryTypeInfo"},"Classes/SFWBGeometryTypeInfo.html#/c:objc(cs)SFWBGeometryTypeInfo(im)hasZ":{"name":"-hasZ","abstract":"

    Has z values

    ","parent_name":"SFWBGeometryTypeInfo"},"Classes/SFWBGeometryTypeInfo.html#/c:objc(cs)SFWBGeometryTypeInfo(im)hasM":{"name":"-hasM","abstract":"

    Has m values

    ","parent_name":"SFWBGeometryTypeInfo"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readGeometryWithData:":{"name":"+readGeometryWithData:","abstract":"

    Read a geometry from data

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readGeometryWithData:andFilter:":{"name":"+readGeometryWithData:andFilter:","abstract":"

    Read a geometry from data

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readGeometryWithData:andExpectedType:":{"name":"+readGeometryWithData:andExpectedType:","abstract":"

    Read a geometry from data

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readGeometryWithData:andFilter:andExpectedType:":{"name":"+readGeometryWithData:andFilter:andExpectedType:","abstract":"

    Read a geometry from data

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)initWithData:":{"name":"-initWithData:","abstract":"

    Initializer

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)initWithReader:":{"name":"-initWithReader:","abstract":"

    Initializer

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)byteReader":{"name":"-byteReader","abstract":"

    Get the byte reader

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)read":{"name":"-read","abstract":"

    Read a geometry from the byte reader

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readWithFilter:":{"name":"-readWithFilter:","abstract":"

    Read a geometry from the byte reader

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readWithExpectedType:":{"name":"-readWithExpectedType:","abstract":"

    Read a geometry from the byte reader

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readWithFilter:andExpectedType:":{"name":"-readWithFilter:andExpectedType:","abstract":"

    Read a geometry from the byte reader

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readWithFilter:inType:andExpectedType:":{"name":"-readWithFilter:inType:andExpectedType:","abstract":"

    Read a geometry from the byte reader

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readGeometryType":{"name":"-readGeometryType","abstract":"

    Read the geometry type info

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readPointWithHasZ:andHasM:":{"name":"-readPointWithHasZ:andHasM:","abstract":"

    Read a point

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readLineStringWithHasZ:andHasM:":{"name":"-readLineStringWithHasZ:andHasM:","abstract":"

    Read a line string

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readLineStringWithFilter:andHasZ:andHasM:":{"name":"-readLineStringWithFilter:andHasZ:andHasM:","abstract":"

    Read a line string

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readPolygonWithHasZ:andHasM:":{"name":"-readPolygonWithHasZ:andHasM:","abstract":"

    Read a polygon

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readPolygonWithFilter:andHasZ:andHasM:":{"name":"-readPolygonWithFilter:andHasZ:andHasM:","abstract":"

    Read a polygon

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readMultiPointWithHasZ:andHasM:":{"name":"-readMultiPointWithHasZ:andHasM:","abstract":"

    Read a multi point

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readMultiPointWithFilter:andHasZ:andHasM:":{"name":"-readMultiPointWithFilter:andHasZ:andHasM:","abstract":"

    Read a multi point

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readMultiLineStringWithHasZ:andHasM:":{"name":"-readMultiLineStringWithHasZ:andHasM:","abstract":"

    Read a multi line string

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readMultiLineStringWithFilter:andHasZ:andHasM:":{"name":"-readMultiLineStringWithFilter:andHasZ:andHasM:","abstract":"

    Read a multi line string

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readMultiPolygonWithHasZ:andHasM:":{"name":"-readMultiPolygonWithHasZ:andHasM:","abstract":"

    Read a multi polygon

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readMultiPolygonWithFilter:andHasZ:andHasM:":{"name":"-readMultiPolygonWithFilter:andHasZ:andHasM:","abstract":"

    Read a multi polygon

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readGeometryCollectionWithHasZ:andHasM:":{"name":"-readGeometryCollectionWithHasZ:andHasM:","abstract":"

    Read a geometry collection

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readGeometryCollectionWithFilter:andHasZ:andHasM:":{"name":"-readGeometryCollectionWithFilter:andHasZ:andHasM:","abstract":"

    Read a geometry collection

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readCircularStringWithHasZ:andHasM:":{"name":"-readCircularStringWithHasZ:andHasM:","abstract":"

    Read a circular string

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readCircularStringWithFilter:andHasZ:andHasM:":{"name":"-readCircularStringWithFilter:andHasZ:andHasM:","abstract":"

    Read a circular string

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readCompoundCurveWithHasZ:andHasM:":{"name":"-readCompoundCurveWithHasZ:andHasM:","abstract":"

    Read a compound curve

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readCompoundCurveWithFilter:andHasZ:andHasM:":{"name":"-readCompoundCurveWithFilter:andHasZ:andHasM:","abstract":"

    Read a compound curve

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readCurvePolygonWithHasZ:andHasM:":{"name":"-readCurvePolygonWithHasZ:andHasM:","abstract":"

    Read a curve polygon

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readCurvePolygonWithFilter:andHasZ:andHasM:":{"name":"-readCurvePolygonWithFilter:andHasZ:andHasM:","abstract":"

    Read a curve polygon

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readPolyhedralSurfaceWithHasZ:andHasM:":{"name":"-readPolyhedralSurfaceWithHasZ:andHasM:","abstract":"

    Read a polyhedral surface

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readPolyhedralSurfaceWithFilter:andHasZ:andHasM:":{"name":"-readPolyhedralSurfaceWithFilter:andHasZ:andHasM:","abstract":"

    Read a polyhedral surface

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readTINWithHasZ:andHasM:":{"name":"-readTINWithHasZ:andHasM:","abstract":"

    Read a TIN

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readTINWithFilter:andHasZ:andHasM:":{"name":"-readTINWithFilter:andHasZ:andHasM:","abstract":"

    Read a TIN

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readTriangleWithHasZ:andHasM:":{"name":"-readTriangleWithHasZ:andHasM:","abstract":"

    Read a triangle

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readTriangleWithFilter:andHasZ:andHasM:":{"name":"-readTriangleWithFilter:andHasZ:andHasM:","abstract":"

    Read a triangle

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readGeometryWithReader:":{"name":"+readGeometryWithReader:","abstract":"

    Read a geometry

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readGeometryWithReader:andFilter:":{"name":"+readGeometryWithReader:andFilter:","abstract":"

    Read a geometry

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readGeometryWithReader:andExpectedType:":{"name":"+readGeometryWithReader:andExpectedType:","abstract":"

    Read a geometry

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readGeometryWithReader:andFilter:andExpectedType:":{"name":"+readGeometryWithReader:andFilter:andExpectedType:","abstract":"

    Read a geometry

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readGeometryWithReader:andFilter:inType:andExpectedType:":{"name":"+readGeometryWithReader:andFilter:inType:andExpectedType:","abstract":"

    Read a geometry

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readGeometryTypeWithReader:":{"name":"+readGeometryTypeWithReader:","abstract":"

    Read the geometry type info

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readPointWithReader:andHasZ:andHasM:":{"name":"+readPointWithReader:andHasZ:andHasM:","abstract":"

    Read a point

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readLineStringWithReader:andHasZ:andHasM:":{"name":"+readLineStringWithReader:andHasZ:andHasM:","abstract":"

    Read a line string

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readLineStringWithReader:andFilter:andHasZ:andHasM:":{"name":"+readLineStringWithReader:andFilter:andHasZ:andHasM:","abstract":"

    Read a line string

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readPolygonWithReader:andHasZ:andHasM:":{"name":"+readPolygonWithReader:andHasZ:andHasM:","abstract":"

    Read a polygon

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readPolygonWithReader:andFilter:andHasZ:andHasM:":{"name":"+readPolygonWithReader:andFilter:andHasZ:andHasM:","abstract":"

    Read a polygon

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readMultiPointWithReader:andHasZ:andHasM:":{"name":"+readMultiPointWithReader:andHasZ:andHasM:","abstract":"

    Read a multi point

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readMultiPointWithReader:andFilter:andHasZ:andHasM:":{"name":"+readMultiPointWithReader:andFilter:andHasZ:andHasM:","abstract":"

    Read a multi point

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readMultiLineStringWithReader:andHasZ:andHasM:":{"name":"+readMultiLineStringWithReader:andHasZ:andHasM:","abstract":"

    Read a multi line string

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readMultiLineStringWithReader:andFilter:andHasZ:andHasM:":{"name":"+readMultiLineStringWithReader:andFilter:andHasZ:andHasM:","abstract":"

    Read a multi line string

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readMultiPolygonWithReader:andHasZ:andHasM:":{"name":"+readMultiPolygonWithReader:andHasZ:andHasM:","abstract":"

    Read a multi polygon

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readMultiPolygonWithReader:andFilter:andHasZ:andHasM:":{"name":"+readMultiPolygonWithReader:andFilter:andHasZ:andHasM:","abstract":"

    Read a multi polygon

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readGeometryCollectionWithReader:andHasZ:andHasM:":{"name":"+readGeometryCollectionWithReader:andHasZ:andHasM:","abstract":"

    Read a geometry collection

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readGeometryCollectionWithReader:andFilter:andHasZ:andHasM:":{"name":"+readGeometryCollectionWithReader:andFilter:andHasZ:andHasM:","abstract":"

    Read a geometry collection

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readCircularStringWithReader:andHasZ:andHasM:":{"name":"+readCircularStringWithReader:andHasZ:andHasM:","abstract":"

    Read a circular string

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readCircularStringWithReader:andFilter:andHasZ:andHasM:":{"name":"+readCircularStringWithReader:andFilter:andHasZ:andHasM:","abstract":"

    Read a circular string

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readCompoundCurveWithReader:andHasZ:andHasM:":{"name":"+readCompoundCurveWithReader:andHasZ:andHasM:","abstract":"

    Read a compound curve

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readCompoundCurveWithReader:andFilter:andHasZ:andHasM:":{"name":"+readCompoundCurveWithReader:andFilter:andHasZ:andHasM:","abstract":"

    Read a compound curve

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readCurvePolygonWithReader:andHasZ:andHasM:":{"name":"+readCurvePolygonWithReader:andHasZ:andHasM:","abstract":"

    Read a curve polygon

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readCurvePolygonWithReader:andFilter:andHasZ:andHasM:":{"name":"+readCurvePolygonWithReader:andFilter:andHasZ:andHasM:","abstract":"

    Read a curve polygon

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readPolyhedralSurfaceWithReader:andHasZ:andHasM:":{"name":"+readPolyhedralSurfaceWithReader:andHasZ:andHasM:","abstract":"

    Read a polyhedral surface

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readPolyhedralSurfaceWithReader:andFilter:andHasZ:andHasM:":{"name":"+readPolyhedralSurfaceWithReader:andFilter:andHasZ:andHasM:","abstract":"

    Read a polyhedral surface

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readTINWithReader:andHasZ:andHasM:":{"name":"+readTINWithReader:andHasZ:andHasM:","abstract":"

    Read a TIN

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readTINWithReader:andFilter:andHasZ:andHasM:":{"name":"+readTINWithReader:andFilter:andHasZ:andHasM:","abstract":"

    Read a TIN

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readTriangleWithReader:andHasZ:andHasM:":{"name":"+readTriangleWithReader:andHasZ:andHasM:","abstract":"

    Read a triangle

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readTriangleWithReader:andFilter:andHasZ:andHasM:":{"name":"+readTriangleWithReader:andFilter:andHasZ:andHasM:","abstract":"

    Read a triangle

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryCodes.html#/c:objc(cs)SFWBGeometryCodes(cm)codeFromGeometry:":{"name":"+codeFromGeometry:","abstract":"

    Get the geometry code from the geometry

    ","parent_name":"SFWBGeometryCodes"},"Classes/SFWBGeometryCodes.html#/c:objc(cs)SFWBGeometryCodes(cm)codeFromGeometryType:":{"name":"+codeFromGeometryType:","abstract":"

    Get the geometry code from the geometry type

    ","parent_name":"SFWBGeometryCodes"},"Classes/SFWBGeometryCodes.html#/c:objc(cs)SFWBGeometryCodes(cm)codeFromGeometryType:andHasZ:andHasM:":{"name":"+codeFromGeometryType:andHasZ:andHasM:","abstract":"

    Get the geometry code from the geometry type

    ","parent_name":"SFWBGeometryCodes"},"Classes/SFWBGeometryCodes.html#/c:objc(cs)SFWBGeometryCodes(cm)geometryTypeFromCode:":{"name":"+geometryTypeFromCode:","abstract":"

    Get the Geometry Type from the code

    ","parent_name":"SFWBGeometryCodes"},"Classes/SFWBGeometryCodes.html#/c:objc(cs)SFWBGeometryCodes(cm)hasZFromCode:":{"name":"+hasZFromCode:","abstract":"

    Determine if the geometry code has a Z (3D) value

    ","parent_name":"SFWBGeometryCodes"},"Classes/SFWBGeometryCodes.html#/c:objc(cs)SFWBGeometryCodes(cm)hasMFromCode:":{"name":"+hasMFromCode:","abstract":"

    Determine if the geometry code has a M (linear referencing system) value

    ","parent_name":"SFWBGeometryCodes"},"Classes/SFWBGeometryCodes.html#/c:objc(cs)SFWBGeometryCodes(cm)geometryModeFromCode:":{"name":"+geometryModeFromCode:","abstract":"

    Get the geometry mode from the geometry code. Returns the digit in the","parent_name":"SFWBGeometryCodes"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(cm)transformFromProjection:andToProjection:":{"name":"+transformFromProjection:andToProjection:","abstract":"

    Create

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(cm)transformFromEpsg:andToEpsg:":{"name":"+transformFromEpsg:andToEpsg:","abstract":"

    Create

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(cm)transformFromAuthority:andFromIntCode:andToAuthority:andToIntCode:":{"name":"+transformFromAuthority:andFromIntCode:andToAuthority:andToIntCode:","abstract":"

    Create

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(cm)transformFromAuthority:andFromCode:andToAuthority:andToCode:":{"name":"+transformFromAuthority:andFromCode:andToAuthority:andToCode:","abstract":"

    Create

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(cm)transformFromProjection:andToEpsg:":{"name":"+transformFromProjection:andToEpsg:","abstract":"

    Create

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(cm)transformFromProjection:andToAuthority:andToCode:":{"name":"+transformFromProjection:andToAuthority:andToCode:","abstract":"

    Create

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(cm)transformFromEpsg:andToProjection:":{"name":"+transformFromEpsg:andToProjection:","abstract":"

    Create

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(cm)transformFromAuthority:andFromCode:andToProjection:":{"name":"+transformFromAuthority:andFromCode:andToProjection:","abstract":"

    Create

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)initWithFromProjection:andToProjection:":{"name":"-initWithFromProjection:andToProjection:","abstract":"

    Initialize

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)initWithFromEpsg:andToEpsg:":{"name":"-initWithFromEpsg:andToEpsg:","abstract":"

    Initialize

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)initWithFromAuthority:andFromIntCode:andToAuthority:andToIntCode:":{"name":"-initWithFromAuthority:andFromIntCode:andToAuthority:andToIntCode:","abstract":"

    Initialize

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)initWithFromAuthority:andFromCode:andToAuthority:andToCode:":{"name":"-initWithFromAuthority:andFromCode:andToAuthority:andToCode:","abstract":"

    Initialize

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)initWithFromProjection:andToEpsg:":{"name":"-initWithFromProjection:andToEpsg:","abstract":"

    Initialize

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)initWithFromProjection:andToAuthority:andToCode:":{"name":"-initWithFromProjection:andToAuthority:andToCode:","abstract":"

    Initialize

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)initWithFromEpsg:andToProjection:":{"name":"-initWithFromEpsg:andToProjection:","abstract":"

    Initialize

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)initWithFromAuthority:andFromCode:andToProjection:":{"name":"-initWithFromAuthority:andFromCode:andToProjection:","abstract":"

    Initialize

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)initWithProjectionTransform:":{"name":"-initWithProjectionTransform:","abstract":"

    Initialize

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)transformGeometryEnvelope:":{"name":"-transformGeometryEnvelope:","abstract":"

    Transform the geometry envelope

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)transformGeometry:":{"name":"-transformGeometry:","abstract":"

    Transform the geometry

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)transformPoint:":{"name":"-transformPoint:","abstract":"

    Transform the point

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)transformPoints:":{"name":"-transformPoints:","abstract":"

    Transform an array of points

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)transformLineString:":{"name":"-transformLineString:","abstract":"

    Transform the line string

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)transformPolygon:":{"name":"-transformPolygon:","abstract":"

    Transform the polygon

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)transformMultiPoint:":{"name":"-transformMultiPoint:","abstract":"

    Transform the multi point

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)transformMultiLineString:":{"name":"-transformMultiLineString:","abstract":"

    Transform the multi line string

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)transformMultiPolygon:":{"name":"-transformMultiPolygon:","abstract":"

    Transform the multi polygon

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)transformCircularString:":{"name":"-transformCircularString:","abstract":"

    Transform the circular string

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)transformCompoundCurve:":{"name":"-transformCompoundCurve:","abstract":"

    Transform the compound curve

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)transformCurvePolygon:":{"name":"-transformCurvePolygon:","abstract":"

    Transform the curve polygon

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)transformPolyhedralSurface:":{"name":"-transformPolyhedralSurface:","abstract":"

    Transform the polyhedrals surface

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)transformTIN:":{"name":"-transformTIN:","abstract":"

    Transform the tin

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)transformTriangle:":{"name":"-transformTriangle:","abstract":"

    Transform the triangle

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)transformGeometryCollection:":{"name":"-transformGeometryCollection:","abstract":"

    Transform the geometry collection

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)inverseTransformation":{"name":"-inverseTransformation","abstract":"

    Get the inverse transformation

    ","parent_name":"SFPGeometryTransform"},"Classes/SFTriangle.html#/c:objc(cs)SFTriangle(cm)triangle":{"name":"+triangle","abstract":"

    Create

    ","parent_name":"SFTriangle"},"Classes/SFTriangle.html#/c:objc(cs)SFTriangle(cm)triangleWithHasZ:andHasM:":{"name":"+triangleWithHasZ:andHasM:","abstract":"

    Create

    ","parent_name":"SFTriangle"},"Classes/SFTriangle.html#/c:objc(cs)SFTriangle(cm)triangleWithRings:":{"name":"+triangleWithRings:","abstract":"

    Create

    ","parent_name":"SFTriangle"},"Classes/SFTriangle.html#/c:objc(cs)SFTriangle(cm)triangleWithRing:":{"name":"+triangleWithRing:","abstract":"

    Create

    ","parent_name":"SFTriangle"},"Classes/SFTriangle.html#/c:objc(cs)SFTriangle(cm)triangleWithTriangle:":{"name":"+triangleWithTriangle:","abstract":"

    Create

    ","parent_name":"SFTriangle"},"Classes/SFTriangle.html#/c:objc(cs)SFTriangle(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFTriangle"},"Classes/SFTriangle.html#/c:objc(cs)SFTriangle(im)initWithHasZ:andHasM:":{"name":"-initWithHasZ:andHasM:","abstract":"

    Initialize

    ","parent_name":"SFTriangle"},"Classes/SFTriangle.html#/c:objc(cs)SFTriangle(im)initWithRings:":{"name":"-initWithRings:","abstract":"

    Initialize

    ","parent_name":"SFTriangle"},"Classes/SFTriangle.html#/c:objc(cs)SFTriangle(im)initWithRing:":{"name":"-initWithRing:","abstract":"

    Initialize

    ","parent_name":"SFTriangle"},"Classes/SFTriangle.html#/c:objc(cs)SFTriangle(im)initWithTriangle:":{"name":"-initWithTriangle:","abstract":"

    Initialize

    ","parent_name":"SFTriangle"},"Classes/SFTextReader.html#/c:objc(cs)SFTextReader(im)initWithText:":{"name":"-initWithText:","abstract":"

    Initialize

    ","parent_name":"SFTextReader"},"Classes/SFTextReader.html#/c:objc(cs)SFTextReader(im)text":{"name":"-text","abstract":"

    Get the text

    ","parent_name":"SFTextReader"},"Classes/SFTextReader.html#/c:objc(cs)SFTextReader(im)readToken":{"name":"-readToken","abstract":"

    Read the next token. Ignores whitespace until a non whitespace character","parent_name":"SFTextReader"},"Classes/SFTextReader.html#/c:objc(cs)SFTextReader(im)peekToken":{"name":"-peekToken","abstract":"

    Peek at the next token without reading past it

    ","parent_name":"SFTextReader"},"Classes/SFTextReader.html#/c:objc(cs)SFTextReader(im)readDouble":{"name":"-readDouble","abstract":"

    Read a double

    ","parent_name":"SFTextReader"},"Classes/SFTIN.html#/c:objc(cs)SFTIN(cm)tin":{"name":"+tin","abstract":"

    Create

    ","parent_name":"SFTIN"},"Classes/SFTIN.html#/c:objc(cs)SFTIN(cm)tinWithHasZ:andHasM:":{"name":"+tinWithHasZ:andHasM:","abstract":"

    Create

    ","parent_name":"SFTIN"},"Classes/SFTIN.html#/c:objc(cs)SFTIN(cm)tinWithPolygons:":{"name":"+tinWithPolygons:","abstract":"

    Create

    ","parent_name":"SFTIN"},"Classes/SFTIN.html#/c:objc(cs)SFTIN(cm)tinWithPolygon:":{"name":"+tinWithPolygon:","abstract":"

    Create

    ","parent_name":"SFTIN"},"Classes/SFTIN.html#/c:objc(cs)SFTIN(cm)tinWithTIN:":{"name":"+tinWithTIN:","abstract":"

    Create

    ","parent_name":"SFTIN"},"Classes/SFTIN.html#/c:objc(cs)SFTIN(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFTIN"},"Classes/SFTIN.html#/c:objc(cs)SFTIN(im)initWithHasZ:andHasM:":{"name":"-initWithHasZ:andHasM:","abstract":"

    Initialize

    ","parent_name":"SFTIN"},"Classes/SFTIN.html#/c:objc(cs)SFTIN(im)initWithPolygons:":{"name":"-initWithPolygons:","abstract":"

    Initialize

    ","parent_name":"SFTIN"},"Classes/SFTIN.html#/c:objc(cs)SFTIN(im)initWithPolygon:":{"name":"-initWithPolygon:","abstract":"

    Initialize

    ","parent_name":"SFTIN"},"Classes/SFTIN.html#/c:objc(cs)SFTIN(im)initWithTIN:":{"name":"-initWithTIN:","abstract":"

    Initialize

    ","parent_name":"SFTIN"},"Classes/SFSweepLine.html#/c:objc(cs)SFSweepLine(im)initWithRings:":{"name":"-initWithRings:","abstract":"

    Initialize

    ","parent_name":"SFSweepLine"},"Classes/SFSweepLine.html#/c:objc(cs)SFSweepLine(im)addEvent:":{"name":"-addEvent:","abstract":"

    Add the event to the sweep line

    ","parent_name":"SFSweepLine"},"Classes/SFSweepLine.html#/c:objc(cs)SFSweepLine(im)findEvent:":{"name":"-findEvent:","abstract":"

    Find the existing event segment

    ","parent_name":"SFSweepLine"},"Classes/SFSweepLine.html#/c:objc(cs)SFSweepLine(im)intersectWithSegment:andSegment:":{"name":"-intersectWithSegment:andSegment:","abstract":"

    Determine if the two segments intersect

    ","parent_name":"SFSweepLine"},"Classes/SFSweepLine.html#/c:objc(cs)SFSweepLine(im)removeSegment:":{"name":"-removeSegment:","abstract":"

    Remove the segment from the sweep line

    ","parent_name":"SFSweepLine"},"Classes/SFSweepLine.html#/c:objc(cs)SFSweepLine(cm)xyOrderWithPoint:andPoint:":{"name":"+xyOrderWithPoint:andPoint:","abstract":"

    XY order of two points

    ","parent_name":"SFSweepLine"},"Classes/SFSurface.html#/c:objc(cs)SFSurface(im)initWithType:andHasZ:andHasM:":{"name":"-initWithType:andHasZ:andHasM:","abstract":"

    Initialize

    ","parent_name":"SFSurface"},"Classes/SFShamosHoey.html#/c:objc(cs)SFShamosHoey(cm)simplePolygon:":{"name":"+simplePolygon:","abstract":"

    Determine if the polygon is simple

    ","parent_name":"SFShamosHoey"},"Classes/SFShamosHoey.html#/c:objc(cs)SFShamosHoey(cm)simplePolygonPoints:":{"name":"+simplePolygonPoints:","abstract":"

    Determine if the polygon points are simple

    ","parent_name":"SFShamosHoey"},"Classes/SFShamosHoey.html#/c:objc(cs)SFShamosHoey(cm)simplePolygonRingPoints:":{"name":"+simplePolygonRingPoints:","abstract":"

    Determine if the polygon point rings are simple

    ","parent_name":"SFShamosHoey"},"Classes/SFShamosHoey.html#/c:objc(cs)SFShamosHoey(cm)simplePolygonRing:":{"name":"+simplePolygonRing:","abstract":"

    Determine if the polygon line string ring is simple

    ","parent_name":"SFShamosHoey"},"Classes/SFShamosHoey.html#/c:objc(cs)SFShamosHoey(cm)simplePolygonRings:":{"name":"+simplePolygonRings:","abstract":"

    Determine if the polygon rings are simple

    ","parent_name":"SFShamosHoey"},"Classes/SFSegment.html#/c:objc(cs)SFSegment(py)above":{"name":"above","abstract":"

    Segment above

    ","parent_name":"SFSegment"},"Classes/SFSegment.html#/c:objc(cs)SFSegment(py)below":{"name":"below","abstract":"

    Segment below

    ","parent_name":"SFSegment"},"Classes/SFSegment.html#/c:objc(cs)SFSegment(im)initWithEdge:andRing:andLeftPoint:andRightPoint:":{"name":"-initWithEdge:andRing:andLeftPoint:andRightPoint:","abstract":"

    Initialize

    ","parent_name":"SFSegment"},"Classes/SFSegment.html#/c:objc(cs)SFSegment(im)edge":{"name":"-edge","abstract":"

    Get the edge number

    ","parent_name":"SFSegment"},"Classes/SFSegment.html#/c:objc(cs)SFSegment(im)ring":{"name":"-ring","abstract":"

    Get the polygon ring number

    ","parent_name":"SFSegment"},"Classes/SFSegment.html#/c:objc(cs)SFSegment(im)leftPoint":{"name":"-leftPoint","abstract":"

    Get the left point

    ","parent_name":"SFSegment"},"Classes/SFSegment.html#/c:objc(cs)SFSegment(im)rightPoint":{"name":"-rightPoint","abstract":"

    Get the right point

    ","parent_name":"SFSegment"},"Classes/SFPolyhedralSurface.html#/c:objc(cs)SFPolyhedralSurface(py)polygons":{"name":"polygons","abstract":"

    Array of polygons

    ","parent_name":"SFPolyhedralSurface"},"Classes/SFPolyhedralSurface.html#/c:objc(cs)SFPolyhedralSurface(cm)polyhedralSurface":{"name":"+polyhedralSurface","abstract":"

    Create

    ","parent_name":"SFPolyhedralSurface"},"Classes/SFPolyhedralSurface.html#/c:objc(cs)SFPolyhedralSurface(cm)polyhedralSurfaceWithHasZ:andHasM:":{"name":"+polyhedralSurfaceWithHasZ:andHasM:","abstract":"

    Create

    ","parent_name":"SFPolyhedralSurface"},"Classes/SFPolyhedralSurface.html#/c:objc(cs)SFPolyhedralSurface(cm)polyhedralSurfaceWithPolygons:":{"name":"+polyhedralSurfaceWithPolygons:","abstract":"

    Create

    ","parent_name":"SFPolyhedralSurface"},"Classes/SFPolyhedralSurface.html#/c:objc(cs)SFPolyhedralSurface(cm)polyhedralSurfaceWithPolygon:":{"name":"+polyhedralSurfaceWithPolygon:","abstract":"

    Create

    ","parent_name":"SFPolyhedralSurface"},"Classes/SFPolyhedralSurface.html#/c:objc(cs)SFPolyhedralSurface(cm)polyhedralSurfaceWithPolyhedralSurface:":{"name":"+polyhedralSurfaceWithPolyhedralSurface:","abstract":"

    Create

    ","parent_name":"SFPolyhedralSurface"},"Classes/SFPolyhedralSurface.html#/c:objc(cs)SFPolyhedralSurface(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFPolyhedralSurface"},"Classes/SFPolyhedralSurface.html#/c:objc(cs)SFPolyhedralSurface(im)initWithHasZ:andHasM:":{"name":"-initWithHasZ:andHasM:","abstract":"

    Initialize

    ","parent_name":"SFPolyhedralSurface"},"Classes/SFPolyhedralSurface.html#/c:objc(cs)SFPolyhedralSurface(im)initWithPolygons:":{"name":"-initWithPolygons:","abstract":"

    Initialize

    ","parent_name":"SFPolyhedralSurface"},"Classes/SFPolyhedralSurface.html#/c:objc(cs)SFPolyhedralSurface(im)initWithPolygon:":{"name":"-initWithPolygon:","abstract":"

    Initialize

    ","parent_name":"SFPolyhedralSurface"},"Classes/SFPolyhedralSurface.html#/c:objc(cs)SFPolyhedralSurface(im)initWithType:andHasZ:andHasM:":{"name":"-initWithType:andHasZ:andHasM:","abstract":"

    Initialize

    ","parent_name":"SFPolyhedralSurface"},"Classes/SFPolyhedralSurface.html#/c:objc(cs)SFPolyhedralSurface(im)initWithPolyhedralSurface:":{"name":"-initWithPolyhedralSurface:","abstract":"

    Initialize

    ","parent_name":"SFPolyhedralSurface"},"Classes/SFPolyhedralSurface.html#/c:objc(cs)SFPolyhedralSurface(im)patches":{"name":"-patches","abstract":"

    Get patches

    ","parent_name":"SFPolyhedralSurface"},"Classes/SFPolyhedralSurface.html#/c:objc(cs)SFPolyhedralSurface(im)setPatches:":{"name":"-setPatches:","abstract":"

    Set patches

    ","parent_name":"SFPolyhedralSurface"},"Classes/SFPolyhedralSurface.html#/c:objc(cs)SFPolyhedralSurface(im)addPolygon:":{"name":"-addPolygon:","abstract":"

    Add a polygon

    ","parent_name":"SFPolyhedralSurface"},"Classes/SFPolyhedralSurface.html#/c:objc(cs)SFPolyhedralSurface(im)addPatch:":{"name":"-addPatch:","abstract":"

    Add patch

    ","parent_name":"SFPolyhedralSurface"},"Classes/SFPolyhedralSurface.html#/c:objc(cs)SFPolyhedralSurface(im)addPolygons:":{"name":"-addPolygons:","abstract":"

    Add polygons

    ","parent_name":"SFPolyhedralSurface"},"Classes/SFPolyhedralSurface.html#/c:objc(cs)SFPolyhedralSurface(im)addPatches:":{"name":"-addPatches:","abstract":"

    Add patches

    ","parent_name":"SFPolyhedralSurface"},"Classes/SFPolyhedralSurface.html#/c:objc(cs)SFPolyhedralSurface(im)numPolygons":{"name":"-numPolygons","abstract":"

    Get the number of polygons

    ","parent_name":"SFPolyhedralSurface"},"Classes/SFPolyhedralSurface.html#/c:objc(cs)SFPolyhedralSurface(im)numPatches":{"name":"-numPatches","abstract":"

    Get the number of patches

    ","parent_name":"SFPolyhedralSurface"},"Classes/SFPolyhedralSurface.html#/c:objc(cs)SFPolyhedralSurface(im)polygonAtIndex:":{"name":"-polygonAtIndex:","abstract":"

    Get the Nth polygon

    ","parent_name":"SFPolyhedralSurface"},"Classes/SFPolyhedralSurface.html#/c:objc(cs)SFPolyhedralSurface(im)patchAtIndex:":{"name":"-patchAtIndex:","abstract":"

    Get the Nth polygon patch

    ","parent_name":"SFPolyhedralSurface"},"Classes/SFPolygon.html#/c:objc(cs)SFPolygon(cm)polygon":{"name":"+polygon","abstract":"

    Create

    ","parent_name":"SFPolygon"},"Classes/SFPolygon.html#/c:objc(cs)SFPolygon(cm)polygonWithHasZ:andHasM:":{"name":"+polygonWithHasZ:andHasM:","abstract":"

    Create

    ","parent_name":"SFPolygon"},"Classes/SFPolygon.html#/c:objc(cs)SFPolygon(cm)polygonWithRings:":{"name":"+polygonWithRings:","abstract":"

    Create

    ","parent_name":"SFPolygon"},"Classes/SFPolygon.html#/c:objc(cs)SFPolygon(cm)polygonWithRing:":{"name":"+polygonWithRing:","abstract":"

    Create

    ","parent_name":"SFPolygon"},"Classes/SFPolygon.html#/c:objc(cs)SFPolygon(cm)polygonWithPolygon:":{"name":"+polygonWithPolygon:","abstract":"

    Create

    ","parent_name":"SFPolygon"},"Classes/SFPolygon.html#/c:objc(cs)SFPolygon(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFPolygon"},"Classes/SFPolygon.html#/c:objc(cs)SFPolygon(im)initWithHasZ:andHasM:":{"name":"-initWithHasZ:andHasM:","abstract":"

    Initialize

    ","parent_name":"SFPolygon"},"Classes/SFPolygon.html#/c:objc(cs)SFPolygon(im)initWithRings:":{"name":"-initWithRings:","abstract":"

    Initialize

    ","parent_name":"SFPolygon"},"Classes/SFPolygon.html#/c:objc(cs)SFPolygon(im)initWithRing:":{"name":"-initWithRing:","abstract":"

    Initialize

    ","parent_name":"SFPolygon"},"Classes/SFPolygon.html#/c:objc(cs)SFPolygon(im)initWithType:andHasZ:andHasM:":{"name":"-initWithType:andHasZ:andHasM:","abstract":"

    Initialize

    ","parent_name":"SFPolygon"},"Classes/SFPolygon.html#/c:objc(cs)SFPolygon(im)initWithPolygon:":{"name":"-initWithPolygon:","abstract":"

    Initialize

    ","parent_name":"SFPolygon"},"Classes/SFPolygon.html#/c:objc(cs)SFPolygon(im)lineStrings":{"name":"-lineStrings","abstract":"

    Get the line string rings

    ","parent_name":"SFPolygon"},"Classes/SFPolygon.html#/c:objc(cs)SFPolygon(im)setRings:":{"name":"-setRings:","abstract":"

    Set the line string rings

    ","parent_name":"SFPolygon"},"Classes/SFPolygon.html#/c:objc(cs)SFPolygon(im)ringAtIndex:":{"name":"-ringAtIndex:","abstract":"

    Returns the Nth ring where the exterior ring is at 0, interior rings","parent_name":"SFPolygon"},"Classes/SFPolygon.html#/c:objc(cs)SFPolygon(im)exteriorRing":{"name":"-exteriorRing","abstract":"

    Get the exterior ring

    ","parent_name":"SFPolygon"},"Classes/SFPolygon.html#/c:objc(cs)SFPolygon(im)interiorRingAtIndex:":{"name":"-interiorRingAtIndex:","abstract":"

    Returns the Nth interior ring for this Polygon

    ","parent_name":"SFPolygon"},"Classes/SFPointFiniteFilter.html#/c:objc(cs)SFPointFiniteFilter(py)type":{"name":"type","abstract":"

    Finite Filter type

    ","parent_name":"SFPointFiniteFilter"},"Classes/SFPointFiniteFilter.html#/c:objc(cs)SFPointFiniteFilter(py)filterZ":{"name":"filterZ","abstract":"

    Include z values in filtering

    ","parent_name":"SFPointFiniteFilter"},"Classes/SFPointFiniteFilter.html#/c:objc(cs)SFPointFiniteFilter(py)filterM":{"name":"filterM","abstract":"

    Include m values in filtering

    ","parent_name":"SFPointFiniteFilter"},"Classes/SFPointFiniteFilter.html#/c:objc(cs)SFPointFiniteFilter(im)init":{"name":"-init","abstract":"

    Initialize, filter on x and y, allowing only finite values

    ","parent_name":"SFPointFiniteFilter"},"Classes/SFPointFiniteFilter.html#/c:objc(cs)SFPointFiniteFilter(im)initWithType:":{"name":"-initWithType:","abstract":"

    Initialize, filter on x and y

    ","parent_name":"SFPointFiniteFilter"},"Classes/SFPointFiniteFilter.html#/c:objc(cs)SFPointFiniteFilter(im)initWithType:andZ:":{"name":"-initWithType:andZ:","abstract":"

    Initialize, filter on x, y, and optionally z

    ","parent_name":"SFPointFiniteFilter"},"Classes/SFPointFiniteFilter.html#/c:objc(cs)SFPointFiniteFilter(im)initWithType:andM:":{"name":"-initWithType:andM:","abstract":"

    Initialize, filter on x, y, and optionally m

    ","parent_name":"SFPointFiniteFilter"},"Classes/SFPointFiniteFilter.html#/c:objc(cs)SFPointFiniteFilter(im)initWithType:andZ:andM:":{"name":"-initWithType:andZ:andM:","abstract":"

    Initialize, filter on x, y, and optionally z and m

    ","parent_name":"SFPointFiniteFilter"},"Classes/SFPointFiniteFilter.html#/c:objc(cs)SFPointFiniteFilter(im)initWithZ:":{"name":"-initWithZ:","abstract":"

    Initialize, filter on x, y, and optionally z

    ","parent_name":"SFPointFiniteFilter"},"Classes/SFPointFiniteFilter.html#/c:objc(cs)SFPointFiniteFilter(im)initWithM:":{"name":"-initWithM:","abstract":"

    Initialize, filter on x, y, and optionally m

    ","parent_name":"SFPointFiniteFilter"},"Classes/SFPointFiniteFilter.html#/c:objc(cs)SFPointFiniteFilter(im)initWithZ:andM:":{"name":"-initWithZ:andM:","abstract":"

    Initialize, filter on x, y, and optionally z and m

    ","parent_name":"SFPointFiniteFilter"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(py)x":{"name":"x","abstract":"

    X coordinate

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(py)y":{"name":"y","abstract":"

    Y coordinate

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(py)z":{"name":"z","abstract":"

    Z coordinate

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(py)m":{"name":"m","abstract":"

    M coordinate

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(cm)point":{"name":"+point","abstract":"

    Create

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(cm)pointWithXValue:andYValue:":{"name":"+pointWithXValue:andYValue:","abstract":"

    Create

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(cm)pointWithX:andY:":{"name":"+pointWithX:andY:","abstract":"

    Create

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(cm)pointWithX:andY:andZ:":{"name":"+pointWithX:andY:andZ:","abstract":"

    Create

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(cm)pointWithXValue:andYValue:andZ:":{"name":"+pointWithXValue:andYValue:andZ:","abstract":"

    Create

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(cm)pointWithXValue:andYValue:andZValue:":{"name":"+pointWithXValue:andYValue:andZValue:","abstract":"

    Create

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(cm)pointWithX:andY:andZ:andM:":{"name":"+pointWithX:andY:andZ:andM:","abstract":"

    Create

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(cm)pointWithXValue:andYValue:andZ:andM:":{"name":"+pointWithXValue:andYValue:andZ:andM:","abstract":"

    Create

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(cm)pointWithXValue:andYValue:andZValue:andMValue:":{"name":"+pointWithXValue:andYValue:andZValue:andMValue:","abstract":"

    Create

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(cm)pointWithHasZ:andHasM:andX:andY:":{"name":"+pointWithHasZ:andHasM:andX:andY:","abstract":"

    Create

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(cm)pointWithHasZ:andHasM:andXValue:andYValue:":{"name":"+pointWithHasZ:andHasM:andXValue:andYValue:","abstract":"

    Create

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(cm)pointWithPoint:":{"name":"+pointWithPoint:","abstract":"

    Create

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(im)initWithXValue:andYValue:":{"name":"-initWithXValue:andYValue:","abstract":"

    Initialize

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(im)initWithX:andY:":{"name":"-initWithX:andY:","abstract":"

    Initialize

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(im)initWithX:andY:andZ:":{"name":"-initWithX:andY:andZ:","abstract":"

    Initialize

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(im)initWithXValue:andYValue:andZ:":{"name":"-initWithXValue:andYValue:andZ:","abstract":"

    Initialize

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(im)initWithXValue:andYValue:andZValue:":{"name":"-initWithXValue:andYValue:andZValue:","abstract":"

    Initialize

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(im)initWithX:andY:andZ:andM:":{"name":"-initWithX:andY:andZ:andM:","abstract":"

    Initialize

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(im)initWithXValue:andYValue:andZ:andM:":{"name":"-initWithXValue:andYValue:andZ:andM:","abstract":"

    Initialize

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(im)initWithXValue:andYValue:andZValue:andMValue:":{"name":"-initWithXValue:andYValue:andZValue:andMValue:","abstract":"

    Initialize

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(im)initWithHasZ:andHasM:andX:andY:":{"name":"-initWithHasZ:andHasM:andX:andY:","abstract":"

    Initialize

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(im)initWithHasZ:andHasM:andXValue:andYValue:":{"name":"-initWithHasZ:andHasM:andXValue:andYValue:","abstract":"

    Initialize

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(im)initWithPoint:":{"name":"-initWithPoint:","abstract":"

    Initialize

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(im)setXValue:":{"name":"-setXValue:","abstract":"

    Set the x value

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(im)setYValue:":{"name":"-setYValue:","abstract":"

    Set the y value

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(im)setZValue:":{"name":"-setZValue:","abstract":"

    Set the z value

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(im)setMValue:":{"name":"-setMValue:","abstract":"

    Set the m value

    ","parent_name":"SFPoint"},"Classes/SFMultiSurface.html#/c:objc(cs)SFMultiSurface(im)initWithType:andHasZ:andHasM:":{"name":"-initWithType:andHasZ:andHasM:","abstract":"

    Initialize

    ","parent_name":"SFMultiSurface"},"Classes/SFMultiSurface.html#/c:objc(cs)SFMultiSurface(im)surfaces":{"name":"-surfaces","abstract":"

    Get the surfaces

    ","parent_name":"SFMultiSurface"},"Classes/SFMultiSurface.html#/c:objc(cs)SFMultiSurface(im)setSurfaces:":{"name":"-setSurfaces:","abstract":"

    Set the surfaces

    ","parent_name":"SFMultiSurface"},"Classes/SFMultiSurface.html#/c:objc(cs)SFMultiSurface(im)addSurface:":{"name":"-addSurface:","abstract":"

    Add a surface

    ","parent_name":"SFMultiSurface"},"Classes/SFMultiSurface.html#/c:objc(cs)SFMultiSurface(im)addSurfaces:":{"name":"-addSurfaces:","abstract":"

    Add surfaces

    ","parent_name":"SFMultiSurface"},"Classes/SFMultiSurface.html#/c:objc(cs)SFMultiSurface(im)numSurfaces":{"name":"-numSurfaces","abstract":"

    Get the number of surfaces

    ","parent_name":"SFMultiSurface"},"Classes/SFMultiSurface.html#/c:objc(cs)SFMultiSurface(im)surfaceAtIndex:":{"name":"-surfaceAtIndex:","abstract":"

    Returns the Nth surface

    ","parent_name":"SFMultiSurface"},"Classes/SFMultiPolygon.html#/c:objc(cs)SFMultiPolygon(cm)multiPolygon":{"name":"+multiPolygon","abstract":"

    Create

    ","parent_name":"SFMultiPolygon"},"Classes/SFMultiPolygon.html#/c:objc(cs)SFMultiPolygon(cm)multiPolygonWithHasZ:andHasM:":{"name":"+multiPolygonWithHasZ:andHasM:","abstract":"

    Create

    ","parent_name":"SFMultiPolygon"},"Classes/SFMultiPolygon.html#/c:objc(cs)SFMultiPolygon(cm)multiPolygonWithPolygons:":{"name":"+multiPolygonWithPolygons:","abstract":"

    Create

    ","parent_name":"SFMultiPolygon"},"Classes/SFMultiPolygon.html#/c:objc(cs)SFMultiPolygon(cm)multiPolygonWithPolygon:":{"name":"+multiPolygonWithPolygon:","abstract":"

    Create

    ","parent_name":"SFMultiPolygon"},"Classes/SFMultiPolygon.html#/c:objc(cs)SFMultiPolygon(cm)multiPolygonWithMultiPolygon:":{"name":"+multiPolygonWithMultiPolygon:","abstract":"

    Create

    ","parent_name":"SFMultiPolygon"},"Classes/SFMultiPolygon.html#/c:objc(cs)SFMultiPolygon(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFMultiPolygon"},"Classes/SFMultiPolygon.html#/c:objc(cs)SFMultiPolygon(im)initWithHasZ:andHasM:":{"name":"-initWithHasZ:andHasM:","abstract":"

    Initialize

    ","parent_name":"SFMultiPolygon"},"Classes/SFMultiPolygon.html#/c:objc(cs)SFMultiPolygon(im)initWithPolygons:":{"name":"-initWithPolygons:","abstract":"

    Initialize

    ","parent_name":"SFMultiPolygon"},"Classes/SFMultiPolygon.html#/c:objc(cs)SFMultiPolygon(im)initWithPolygon:":{"name":"-initWithPolygon:","abstract":"

    Initialize

    ","parent_name":"SFMultiPolygon"},"Classes/SFMultiPolygon.html#/c:objc(cs)SFMultiPolygon(im)initWithMultiPolygon:":{"name":"-initWithMultiPolygon:","abstract":"

    Initialize

    ","parent_name":"SFMultiPolygon"},"Classes/SFMultiPolygon.html#/c:objc(cs)SFMultiPolygon(im)polygons":{"name":"-polygons","abstract":"

    Get the polygons

    ","parent_name":"SFMultiPolygon"},"Classes/SFMultiPolygon.html#/c:objc(cs)SFMultiPolygon(im)setPolygons:":{"name":"-setPolygons:","abstract":"

    Set the polygons

    ","parent_name":"SFMultiPolygon"},"Classes/SFMultiPolygon.html#/c:objc(cs)SFMultiPolygon(im)addPolygon:":{"name":"-addPolygon:","abstract":"

    Add a polygon

    ","parent_name":"SFMultiPolygon"},"Classes/SFMultiPolygon.html#/c:objc(cs)SFMultiPolygon(im)addPolygons:":{"name":"-addPolygons:","abstract":"

    Add polygons

    ","parent_name":"SFMultiPolygon"},"Classes/SFMultiPolygon.html#/c:objc(cs)SFMultiPolygon(im)numPolygons":{"name":"-numPolygons","abstract":"

    Get the number of polygons

    ","parent_name":"SFMultiPolygon"},"Classes/SFMultiPolygon.html#/c:objc(cs)SFMultiPolygon(im)polygonAtIndex:":{"name":"-polygonAtIndex:","abstract":"

    Returns the Nth polygon

    ","parent_name":"SFMultiPolygon"},"Classes/SFMultiPoint.html#/c:objc(cs)SFMultiPoint(cm)multiPoint":{"name":"+multiPoint","abstract":"

    Create

    ","parent_name":"SFMultiPoint"},"Classes/SFMultiPoint.html#/c:objc(cs)SFMultiPoint(cm)multiPointWithHasZ:andHasM:":{"name":"+multiPointWithHasZ:andHasM:","abstract":"

    Create

    ","parent_name":"SFMultiPoint"},"Classes/SFMultiPoint.html#/c:objc(cs)SFMultiPoint(cm)multiPointWithPoints:":{"name":"+multiPointWithPoints:","abstract":"

    Create

    ","parent_name":"SFMultiPoint"},"Classes/SFMultiPoint.html#/c:objc(cs)SFMultiPoint(cm)multiPointWithPoint:":{"name":"+multiPointWithPoint:","abstract":"

    Create

    ","parent_name":"SFMultiPoint"},"Classes/SFMultiPoint.html#/c:objc(cs)SFMultiPoint(cm)multiPointWithMultiPoint:":{"name":"+multiPointWithMultiPoint:","abstract":"

    Create

    ","parent_name":"SFMultiPoint"},"Classes/SFMultiPoint.html#/c:objc(cs)SFMultiPoint(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFMultiPoint"},"Classes/SFMultiPoint.html#/c:objc(cs)SFMultiPoint(im)initWithHasZ:andHasM:":{"name":"-initWithHasZ:andHasM:","abstract":"

    Initialize

    ","parent_name":"SFMultiPoint"},"Classes/SFMultiPoint.html#/c:objc(cs)SFMultiPoint(im)initWithPoints:":{"name":"-initWithPoints:","abstract":"

    Initialize

    ","parent_name":"SFMultiPoint"},"Classes/SFMultiPoint.html#/c:objc(cs)SFMultiPoint(im)initWithPoint:":{"name":"-initWithPoint:","abstract":"

    Initialize

    ","parent_name":"SFMultiPoint"},"Classes/SFMultiPoint.html#/c:objc(cs)SFMultiPoint(im)initWithMultiPoint:":{"name":"-initWithMultiPoint:","abstract":"

    Initialize

    ","parent_name":"SFMultiPoint"},"Classes/SFMultiPoint.html#/c:objc(cs)SFMultiPoint(im)points":{"name":"-points","abstract":"

    Get the points

    ","parent_name":"SFMultiPoint"},"Classes/SFMultiPoint.html#/c:objc(cs)SFMultiPoint(im)setPoints:":{"name":"-setPoints:","abstract":"

    Set the points

    ","parent_name":"SFMultiPoint"},"Classes/SFMultiPoint.html#/c:objc(cs)SFMultiPoint(im)addPoint:":{"name":"-addPoint:","abstract":"

    Add a point

    ","parent_name":"SFMultiPoint"},"Classes/SFMultiPoint.html#/c:objc(cs)SFMultiPoint(im)addPoints:":{"name":"-addPoints:","abstract":"

    Add points

    ","parent_name":"SFMultiPoint"},"Classes/SFMultiPoint.html#/c:objc(cs)SFMultiPoint(im)numPoints":{"name":"-numPoints","abstract":"

    Get the number of points

    ","parent_name":"SFMultiPoint"},"Classes/SFMultiPoint.html#/c:objc(cs)SFMultiPoint(im)pointAtIndex:":{"name":"-pointAtIndex:","abstract":"

    Returns the Nth point

    ","parent_name":"SFMultiPoint"},"Classes/SFMultiLineString.html#/c:objc(cs)SFMultiLineString(cm)multiLineString":{"name":"+multiLineString","abstract":"

    Create

    ","parent_name":"SFMultiLineString"},"Classes/SFMultiLineString.html#/c:objc(cs)SFMultiLineString(cm)multiLineStringWithHasZ:andHasM:":{"name":"+multiLineStringWithHasZ:andHasM:","abstract":"

    Create

    ","parent_name":"SFMultiLineString"},"Classes/SFMultiLineString.html#/c:objc(cs)SFMultiLineString(cm)multiLineStringWithLineStrings:":{"name":"+multiLineStringWithLineStrings:","abstract":"

    Create

    ","parent_name":"SFMultiLineString"},"Classes/SFMultiLineString.html#/c:objc(cs)SFMultiLineString(cm)multiLineStringWithLineString:":{"name":"+multiLineStringWithLineString:","abstract":"

    Create

    ","parent_name":"SFMultiLineString"},"Classes/SFMultiLineString.html#/c:objc(cs)SFMultiLineString(cm)multiLineStringWithMultiLineString:":{"name":"+multiLineStringWithMultiLineString:","abstract":"

    Create

    ","parent_name":"SFMultiLineString"},"Classes/SFMultiLineString.html#/c:objc(cs)SFMultiLineString(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFMultiLineString"},"Classes/SFMultiLineString.html#/c:objc(cs)SFMultiLineString(im)initWithHasZ:andHasM:":{"name":"-initWithHasZ:andHasM:","abstract":"

    Initialize

    ","parent_name":"SFMultiLineString"},"Classes/SFMultiLineString.html#/c:objc(cs)SFMultiLineString(im)initWithLineStrings:":{"name":"-initWithLineStrings:","abstract":"

    Initialize

    ","parent_name":"SFMultiLineString"},"Classes/SFMultiLineString.html#/c:objc(cs)SFMultiLineString(im)initWithLineString:":{"name":"-initWithLineString:","abstract":"

    Initialize

    ","parent_name":"SFMultiLineString"},"Classes/SFMultiLineString.html#/c:objc(cs)SFMultiLineString(im)initWithMultiLineString:":{"name":"-initWithMultiLineString:","abstract":"

    Initialize

    ","parent_name":"SFMultiLineString"},"Classes/SFMultiLineString.html#/c:objc(cs)SFMultiLineString(im)lineStrings":{"name":"-lineStrings","abstract":"

    Get the line strings

    ","parent_name":"SFMultiLineString"},"Classes/SFMultiLineString.html#/c:objc(cs)SFMultiLineString(im)setLineStrings:":{"name":"-setLineStrings:","abstract":"

    Set the line strings

    ","parent_name":"SFMultiLineString"},"Classes/SFMultiLineString.html#/c:objc(cs)SFMultiLineString(im)addLineString:":{"name":"-addLineString:","abstract":"

    Add a line string

    ","parent_name":"SFMultiLineString"},"Classes/SFMultiLineString.html#/c:objc(cs)SFMultiLineString(im)addLineStrings:":{"name":"-addLineStrings:","abstract":"

    Add line strings

    ","parent_name":"SFMultiLineString"},"Classes/SFMultiLineString.html#/c:objc(cs)SFMultiLineString(im)numLineStrings":{"name":"-numLineStrings","abstract":"

    Get the number of line strings

    ","parent_name":"SFMultiLineString"},"Classes/SFMultiLineString.html#/c:objc(cs)SFMultiLineString(im)lineStringAtIndex:":{"name":"-lineStringAtIndex:","abstract":"

    Returns the Nth line string

    ","parent_name":"SFMultiLineString"},"Classes/SFMultiCurve.html#/c:objc(cs)SFMultiCurve(im)initWithType:andHasZ:andHasM:":{"name":"-initWithType:andHasZ:andHasM:","abstract":"

    Initialize

    ","parent_name":"SFMultiCurve"},"Classes/SFMultiCurve.html#/c:objc(cs)SFMultiCurve(im)curves":{"name":"-curves","abstract":"

    Get the curves

    ","parent_name":"SFMultiCurve"},"Classes/SFMultiCurve.html#/c:objc(cs)SFMultiCurve(im)setCurves:":{"name":"-setCurves:","abstract":"

    Set the curves

    ","parent_name":"SFMultiCurve"},"Classes/SFMultiCurve.html#/c:objc(cs)SFMultiCurve(im)addCurve:":{"name":"-addCurve:","abstract":"

    Add a curve

    ","parent_name":"SFMultiCurve"},"Classes/SFMultiCurve.html#/c:objc(cs)SFMultiCurve(im)addCurves:":{"name":"-addCurves:","abstract":"

    Add curves

    ","parent_name":"SFMultiCurve"},"Classes/SFMultiCurve.html#/c:objc(cs)SFMultiCurve(im)numCurves":{"name":"-numCurves","abstract":"

    Get the number of curves

    ","parent_name":"SFMultiCurve"},"Classes/SFMultiCurve.html#/c:objc(cs)SFMultiCurve(im)curveAtIndex:":{"name":"-curveAtIndex:","abstract":"

    Returns the Nth curve

    ","parent_name":"SFMultiCurve"},"Classes/SFMultiCurve.html#/c:objc(cs)SFMultiCurve(im)isClosed":{"name":"-isClosed","abstract":"

    Determine if this Multi Curve is closed for each Curve (start point = end","parent_name":"SFMultiCurve"},"Classes/SFLinearRing.html#/c:objc(cs)SFLinearRing(cm)linearRing":{"name":"+linearRing","abstract":"

    Create

    ","parent_name":"SFLinearRing"},"Classes/SFLinearRing.html#/c:objc(cs)SFLinearRing(cm)linearRingWithHasZ:andHasM:":{"name":"+linearRingWithHasZ:andHasM:","abstract":"

    Create

    ","parent_name":"SFLinearRing"},"Classes/SFLinearRing.html#/c:objc(cs)SFLinearRing(cm)linearRingWithPoints:":{"name":"+linearRingWithPoints:","abstract":"

    Create

    ","parent_name":"SFLinearRing"},"Classes/SFLinearRing.html#/c:objc(cs)SFLinearRing(cm)linearRingWithLinearRing:":{"name":"+linearRingWithLinearRing:","abstract":"

    Create

    ","parent_name":"SFLinearRing"},"Classes/SFLinearRing.html#/c:objc(cs)SFLinearRing(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFLinearRing"},"Classes/SFLinearRing.html#/c:objc(cs)SFLinearRing(im)initWithHasZ:andHasM:":{"name":"-initWithHasZ:andHasM:","abstract":"

    Initialize

    ","parent_name":"SFLinearRing"},"Classes/SFLinearRing.html#/c:objc(cs)SFLinearRing(im)initWithPoints:":{"name":"-initWithPoints:","abstract":"

    Initialize

    ","parent_name":"SFLinearRing"},"Classes/SFLinearRing.html#/c:objc(cs)SFLinearRing(im)initWithLinearRing:":{"name":"-initWithLinearRing:","abstract":"

    Initialize

    ","parent_name":"SFLinearRing"},"Classes/SFLineString.html#/c:objc(cs)SFLineString(py)points":{"name":"points","abstract":"

    Array of points

    ","parent_name":"SFLineString"},"Classes/SFLineString.html#/c:objc(cs)SFLineString(cm)lineString":{"name":"+lineString","abstract":"

    Create

    ","parent_name":"SFLineString"},"Classes/SFLineString.html#/c:objc(cs)SFLineString(cm)lineStringWithHasZ:andHasM:":{"name":"+lineStringWithHasZ:andHasM:","abstract":"

    Create

    ","parent_name":"SFLineString"},"Classes/SFLineString.html#/c:objc(cs)SFLineString(cm)lineStringWithPoints:":{"name":"+lineStringWithPoints:","abstract":"

    Create

    ","parent_name":"SFLineString"},"Classes/SFLineString.html#/c:objc(cs)SFLineString(cm)lineStringWithLineString:":{"name":"+lineStringWithLineString:","abstract":"

    Create

    ","parent_name":"SFLineString"},"Classes/SFLineString.html#/c:objc(cs)SFLineString(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFLineString"},"Classes/SFLineString.html#/c:objc(cs)SFLineString(im)initWithHasZ:andHasM:":{"name":"-initWithHasZ:andHasM:","abstract":"

    Initialize

    ","parent_name":"SFLineString"},"Classes/SFLineString.html#/c:objc(cs)SFLineString(im)initWithPoints:":{"name":"-initWithPoints:","abstract":"

    Initialize

    ","parent_name":"SFLineString"},"Classes/SFLineString.html#/c:objc(cs)SFLineString(im)initWithType:andHasZ:andHasM:":{"name":"-initWithType:andHasZ:andHasM:","abstract":"

    Initialize

    ","parent_name":"SFLineString"},"Classes/SFLineString.html#/c:objc(cs)SFLineString(im)initWithLineString:":{"name":"-initWithLineString:","abstract":"

    Initialize

    ","parent_name":"SFLineString"},"Classes/SFLineString.html#/c:objc(cs)SFLineString(im)addPoint:":{"name":"-addPoint:","abstract":"

    Add a point

    ","parent_name":"SFLineString"},"Classes/SFLineString.html#/c:objc(cs)SFLineString(im)addPoints:":{"name":"-addPoints:","abstract":"

    Add points

    ","parent_name":"SFLineString"},"Classes/SFLineString.html#/c:objc(cs)SFLineString(im)numPoints":{"name":"-numPoints","abstract":"

    Get the number of points

    ","parent_name":"SFLineString"},"Classes/SFLineString.html#/c:objc(cs)SFLineString(im)pointAtIndex:":{"name":"-pointAtIndex:","abstract":"

    Returns the Nth point

    ","parent_name":"SFLineString"},"Classes/SFLine.html#/c:objc(cs)SFLine(cm)line":{"name":"+line","abstract":"

    Create

    ","parent_name":"SFLine"},"Classes/SFLine.html#/c:objc(cs)SFLine(cm)lineWithHasZ:andHasM:":{"name":"+lineWithHasZ:andHasM:","abstract":"

    Create

    ","parent_name":"SFLine"},"Classes/SFLine.html#/c:objc(cs)SFLine(cm)lineWithPoints:":{"name":"+lineWithPoints:","abstract":"

    Create

    ","parent_name":"SFLine"},"Classes/SFLine.html#/c:objc(cs)SFLine(cm)lineWithPoint1:andPoint2:":{"name":"+lineWithPoint1:andPoint2:","abstract":"

    Create

    ","parent_name":"SFLine"},"Classes/SFLine.html#/c:objc(cs)SFLine(cm)lineWithLine:":{"name":"+lineWithLine:","abstract":"

    Create

    ","parent_name":"SFLine"},"Classes/SFLine.html#/c:objc(cs)SFLine(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFLine"},"Classes/SFLine.html#/c:objc(cs)SFLine(im)initWithHasZ:andHasM:":{"name":"-initWithHasZ:andHasM:","abstract":"

    Initialize

    ","parent_name":"SFLine"},"Classes/SFLine.html#/c:objc(cs)SFLine(im)initWithPoints:":{"name":"-initWithPoints:","abstract":"

    Initialize

    ","parent_name":"SFLine"},"Classes/SFLine.html#/c:objc(cs)SFLine(im)initWithPoint1:andPoint2:":{"name":"-initWithPoint1:andPoint2:","abstract":"

    Initialize

    ","parent_name":"SFLine"},"Classes/SFLine.html#/c:objc(cs)SFLine(im)initWithLine:":{"name":"-initWithLine:","abstract":"

    Initialize

    ","parent_name":"SFLine"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)dimensionOfGeometry:":{"name":"+dimensionOfGeometry:","abstract":"

    Get the dimension of the Geometry, 0 for points, 1 for curves, 2 for","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)distanceBetweenPoint1:andPoint2:":{"name":"+distanceBetweenPoint1:andPoint2:","abstract":"

    Get the Pythagorean theorem distance between two points

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)distanceOfLine:":{"name":"+distanceOfLine:","abstract":"

    Get the Pythagorean theorem distance between the line end points

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)bearingBetweenPoint1:andPoint2:":{"name":"+bearingBetweenPoint1:andPoint2:","abstract":"

    Get the bearing heading in degrees between two points in degrees

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)bearingOfLine:":{"name":"+bearingOfLine:","abstract":"

    Get the bearing heading in degrees between line end points in degrees

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)isNorthBearing:":{"name":"+isNorthBearing:","abstract":"

    Determine if the bearing is in any north direction

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)isEastBearing:":{"name":"+isEastBearing:","abstract":"

    Determine if the bearing is in any east direction

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)isSouthBearing:":{"name":"+isSouthBearing:","abstract":"

    Determine if the bearing is in any south direction

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)isWestBearing:":{"name":"+isWestBearing:","abstract":"

    Determine if the bearing is in any west direction

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)degreesToRadians:":{"name":"+degreesToRadians:","abstract":"

    Convert degrees to radians

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)radiansToDegrees:":{"name":"+radiansToDegrees:","abstract":"

    Convert radians to degrees

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)centroidOfGeometry:":{"name":"+centroidOfGeometry:","abstract":"

    Get the centroid point of a 2 dimensional representation of the Geometry","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)degreesCentroidOfGeometry:":{"name":"+degreesCentroidOfGeometry:","abstract":"

    Get the geographic centroid point of a 2 dimensional representation of","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)minimizeWGS84Geometry:":{"name":"+minimizeWGS84Geometry:","abstract":"

    Minimize the WGS84 geometry using the shortest x distance between each","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)minimizeWebMercatorGeometry:":{"name":"+minimizeWebMercatorGeometry:","abstract":"

    Minimize the Web Mercator geometry using the shortest x distance between","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)minimizeGeometry:withMaxX:":{"name":"+minimizeGeometry:withMaxX:","abstract":"

    Minimize the geometry using the shortest x distance between each","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)normalizeWGS84Geometry:":{"name":"+normalizeWGS84Geometry:","abstract":"

    Normalize the WGS84 geometry using the shortest x distance between each","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)normalizeWebMercatorGeometry:":{"name":"+normalizeWebMercatorGeometry:","abstract":"

    Normalize the Web Mercator geometry using the shortest x distance between","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)normalizeGeometry:withMaxX:":{"name":"+normalizeGeometry:withMaxX:","abstract":"

    Normalize the geometry so all points outside of the min and max value","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)simplifyPoints:withTolerance:":{"name":"+simplifyPoints:withTolerance:","abstract":"

    Simplify the ordered points (representing a line, polygon, etc) using the Douglas Peucker algorithm","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)perpendicularDistanceBetweenPoint:lineStart:lineEnd:":{"name":"+perpendicularDistanceBetweenPoint:lineStart:lineEnd:","abstract":"

    Calculate the perpendicular distance between the point and the line represented by the start and end points.","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)point:inPolygon:":{"name":"+point:inPolygon:","abstract":"

    Check if the point is in the polygon

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)point:inPolygon:withEpsilon:":{"name":"+point:inPolygon:withEpsilon:","abstract":"

    Check if the point is in the polygon

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)point:inPolygonRing:":{"name":"+point:inPolygonRing:","abstract":"

    Check if the point is in the polygon ring

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)point:inPolygonRing:withEpsilon:":{"name":"+point:inPolygonRing:withEpsilon:","abstract":"

    Check if the point is in the polygon ring

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)point:inPolygonPoints:":{"name":"+point:inPolygonPoints:","abstract":"

    Check if the point is in the polygon points

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)point:inPolygonPoints:withEpsilon:":{"name":"+point:inPolygonPoints:withEpsilon:","abstract":"

    Check if the point is in the polygon points

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)point:onPolygonEdge:":{"name":"+point:onPolygonEdge:","abstract":"

    Check if the point is on the polygon edge

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)point:onPolygonEdge:withEpsilon:":{"name":"+point:onPolygonEdge:withEpsilon:","abstract":"

    Check if the point is on the polygon edge

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)point:onPolygonRingEdge:":{"name":"+point:onPolygonRingEdge:","abstract":"

    Check if the point is on the polygon ring edge

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)point:onPolygonRingEdge:withEpsilon:":{"name":"+point:onPolygonRingEdge:withEpsilon:","abstract":"

    Check if the point is on the polygon ring edge

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)point:onPolygonPointsEdge:":{"name":"+point:onPolygonPointsEdge:","abstract":"

    Check if the point is on the polygon ring edge points

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)point:onPolygonPointsEdge:withEpsilon:":{"name":"+point:onPolygonPointsEdge:withEpsilon:","abstract":"

    Check if the point is on the polygon ring edge points

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)closedPolygon:":{"name":"+closedPolygon:","abstract":"

    Check if the polygon outer ring is explicitly closed, where the first and","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)closedPolygonRing:":{"name":"+closedPolygonRing:","abstract":"

    Check if the polygon ring is explicitly closed, where the first and last","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)closedPolygonPoints:":{"name":"+closedPolygonPoints:","abstract":"

    Check if the polygon ring points are explicitly closed, where the first","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)point:onLine:":{"name":"+point:onLine:","abstract":"

    Check if the point is on the line

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)point:onLine:withEpsilon:":{"name":"+point:onLine:withEpsilon:","abstract":"

    Check if the point is on the line

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)point:onLinePoints:":{"name":"+point:onLinePoints:","abstract":"

    Check if the point is on the line represented by the points

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)point:onLinePoints:withEpsilon:":{"name":"+point:onLinePoints:withEpsilon:","abstract":"

    Check if the point is on the line represented by the points

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)point:onPathPoint1:andPoint2:":{"name":"+point:onPathPoint1:andPoint2:","abstract":"

    Check if the point is on the path between point 1 and point 2

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)point:onPathPoint1:andPoint2:withEpsilon:":{"name":"+point:onPathPoint1:andPoint2:withEpsilon:","abstract":"

    Check if the point is on the path between point 1 and point 2

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)intersectionBetweenLine1:andLine2:":{"name":"+intersectionBetweenLine1:andLine2:","abstract":"

    Get the point intersection between two lines

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)intersectionBetweenLine1Point1:andLine1Point2:andLine2Point1:andLine2Point2:":{"name":"+intersectionBetweenLine1Point1:andLine1Point2:andLine2Point1:andLine2Point2:","abstract":"

    Get the point intersection between end points of two lines

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)degreesToMetersWithGeometry:":{"name":"+degreesToMetersWithGeometry:","abstract":"

    Convert a geometry in degrees to a geometry in meters

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)degreesToMetersWithPoint:":{"name":"+degreesToMetersWithPoint:","abstract":"

    Convert a point in degrees to a point in meters

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)degreesToMetersWithX:andY:":{"name":"+degreesToMetersWithX:andY:","abstract":"

    Convert a coordinate in degrees to a point in meters

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)degreesToMetersWithMultiPoint:":{"name":"+degreesToMetersWithMultiPoint:","abstract":"

    Convert a multi point in degrees to a multi point in meters

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)degreesToMetersWithLineString:":{"name":"+degreesToMetersWithLineString:","abstract":"

    Convert a line string in degrees to a line string in meters

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)degreesToMetersWithLine:":{"name":"+degreesToMetersWithLine:","abstract":"

    Convert a line in degrees to a line in meters

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)degreesToMetersWithMultiLineString:":{"name":"+degreesToMetersWithMultiLineString:","abstract":"

    Convert a multi line string in degrees to a multi line string in meters

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)degreesToMetersWithPolygon:":{"name":"+degreesToMetersWithPolygon:","abstract":"

    Convert a polygon in degrees to a polygon in meters

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)degreesToMetersWithMultiPolygon:":{"name":"+degreesToMetersWithMultiPolygon:","abstract":"

    Convert a multi polygon in degrees to a multi polygon in meters

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)degreesToMetersWithCircularString:":{"name":"+degreesToMetersWithCircularString:","abstract":"

    Convert a circular string in degrees to a circular string in meters

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)degreesToMetersWithCompoundCurve:":{"name":"+degreesToMetersWithCompoundCurve:","abstract":"

    Convert a compound curve in degrees to a compound curve in meters

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)degreesToMetersWithCurvePolygon:":{"name":"+degreesToMetersWithCurvePolygon:","abstract":"

    Convert a curve polygon in degrees to a curve polygon in meters

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)degreesToMetersWithPolyhedralSurface:":{"name":"+degreesToMetersWithPolyhedralSurface:","abstract":"

    Convert a polyhedral surface in degrees to a polyhedral surface in meters

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)degreesToMetersWithTIN:":{"name":"+degreesToMetersWithTIN:","abstract":"

    Convert a TIN in degrees to a TIN in meters

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)degreesToMetersWithTriangle:":{"name":"+degreesToMetersWithTriangle:","abstract":"

    Convert a triangle in degrees to a triangle in meters

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)metersToDegreesWithGeometry:":{"name":"+metersToDegreesWithGeometry:","abstract":"

    Convert a geometry in meters to a geometry in degrees

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)metersToDegreesWithPoint:":{"name":"+metersToDegreesWithPoint:","abstract":"

    Convert a point in meters to a point in degrees

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)metersToDegreesWithX:andY:":{"name":"+metersToDegreesWithX:andY:","abstract":"

    Convert a coordinate in meters to a point in degrees

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)metersToDegreesWithMultiPoint:":{"name":"+metersToDegreesWithMultiPoint:","abstract":"

    Convert a multi point in meters to a multi point in degrees

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)metersToDegreesWithLineString:":{"name":"+metersToDegreesWithLineString:","abstract":"

    Convert a line string in meters to a line string in degrees

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)metersToDegreesWithLine:":{"name":"+metersToDegreesWithLine:","abstract":"

    Convert a line in meters to a line in degrees

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)metersToDegreesWithMultiLineString:":{"name":"+metersToDegreesWithMultiLineString:","abstract":"

    Convert a multi line string in meters to a multi line string in degrees

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)metersToDegreesWithPolygon:":{"name":"+metersToDegreesWithPolygon:","abstract":"

    Convert a polygon in meters to a polygon in degrees

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)metersToDegreesWithMultiPolygon:":{"name":"+metersToDegreesWithMultiPolygon:","abstract":"

    Convert a multi polygon in meters to a multi polygon in degrees

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)metersToDegreesWithCircularString:":{"name":"+metersToDegreesWithCircularString:","abstract":"

    Convert a circular string in meters to a circular string in degrees

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)metersToDegreesWithCompoundCurve:":{"name":"+metersToDegreesWithCompoundCurve:","abstract":"

    Convert a compound curve in meters to a compound curve in degrees

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)metersToDegreesWithCurvePolygon:":{"name":"+metersToDegreesWithCurvePolygon:","abstract":"

    Convert a curve polygon in meters to a curve polygon in degrees

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)metersToDegreesWithPolyhedralSurface:":{"name":"+metersToDegreesWithPolyhedralSurface:","abstract":"

    Convert a polyhedral surface in meters to a polyhedral surface in degrees

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)metersToDegreesWithTIN:":{"name":"+metersToDegreesWithTIN:","abstract":"

    Convert a TIN in meters to a TIN in degrees

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)metersToDegreesWithTriangle:":{"name":"+metersToDegreesWithTriangle:","abstract":"

    Convert a triangle in meters to a triangle in degrees

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)wgs84Envelope":{"name":"+wgs84Envelope","abstract":"

    Get a WGS84 bounded geometry envelope

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)wgs84TransformableEnvelope":{"name":"+wgs84TransformableEnvelope","abstract":"

    Get a WGS84 bounded geometry envelope used for projection transformations","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)webMercatorEnvelope":{"name":"+webMercatorEnvelope","abstract":"

    Get a Web Mercator bounded geometry envelope

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)wgs84EnvelopeWithWebMercator":{"name":"+wgs84EnvelopeWithWebMercator","abstract":"

    Get a WGS84 geometry envelope with Web Mercator bounds

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)cropWebMercatorGeometry:":{"name":"+cropWebMercatorGeometry:","abstract":"

    Crop the geometry in meters by web mercator world bounds. Cropping","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)cropGeometry:withEnvelope:":{"name":"+cropGeometry:withEnvelope:","abstract":"

    Crop the geometry in meters by the envelope bounds in meters. Cropping","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)cropPoint:withEnvelope:":{"name":"+cropPoint:withEnvelope:","abstract":"

    Crop the point by the envelope bounds.

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)cropPoints:withEnvelope:":{"name":"+cropPoints:withEnvelope:","abstract":"

    Crop the list of consecutive points in meters by the envelope bounds in","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)cropMultiPoint:withEnvelope:":{"name":"+cropMultiPoint:withEnvelope:","abstract":"

    Crop the multi point by the envelope bounds.

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)cropLineString:withEnvelope:":{"name":"+cropLineString:withEnvelope:","abstract":"

    Crop the line string in meters by the envelope bounds in meters. Cropping","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)cropLine:withEnvelope:":{"name":"+cropLine:withEnvelope:","abstract":"

    Crop the line in meters by the envelope bounds in meters. Cropping","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)cropMultiLineString:withEnvelope:":{"name":"+cropMultiLineString:withEnvelope:","abstract":"

    Crop the multi line string in meters by the envelope bounds in meters.","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)cropPolygon:withEnvelope:":{"name":"+cropPolygon:withEnvelope:","abstract":"

    Crop the polygon in meters by the envelope bounds in meters. Cropping","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)cropMultiPolygon:withEnvelope:":{"name":"+cropMultiPolygon:withEnvelope:","abstract":"

    Crop the multi polygon in meters by the envelope bounds in meters.","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)cropCircularString:withEnvelope:":{"name":"+cropCircularString:withEnvelope:","abstract":"

    Crop the circular string in meters by the envelope bounds in meters.","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)cropCompoundCurve:withEnvelope:":{"name":"+cropCompoundCurve:withEnvelope:","abstract":"

    Crop the compound curve in meters by the envelope bounds in meters.","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)cropCurvePolygon:withEnvelope:":{"name":"+cropCurvePolygon:withEnvelope:","abstract":"

    Crop the curve polygon in meters by the envelope bounds in meters.","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)cropPolyhedralSurface:withEnvelope:":{"name":"+cropPolyhedralSurface:withEnvelope:","abstract":"

    Crop the polyhedral surface in meters by the envelope bounds in meters.","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)cropTIN:withEnvelope:":{"name":"+cropTIN:withEnvelope:","abstract":"

    Crop the TIN in meters by the envelope bounds in meters. Cropping removes","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)cropTriangle:withEnvelope:":{"name":"+cropTriangle:withEnvelope:","abstract":"

    Crop the triangle in meters by the envelope bounds in meters. Cropping","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)isEqualWithPoint1:andPoint2:":{"name":"+isEqualWithPoint1:andPoint2:","abstract":"

    Determine if the points are equal within the default tolerance of","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)isEqualWithPoint1:andPoint2:andEpsilon:":{"name":"+isEqualWithPoint1:andPoint2:andEpsilon:","abstract":"

    Determine if the points are equal within the tolerance. For exact","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)containsPoint:withinEnvelope:":{"name":"+containsPoint:withinEnvelope:","abstract":"

    Determine if the envelope contains the point within the default tolerance","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)containsEnvelope:withinEnvelope:":{"name":"+containsEnvelope:withinEnvelope:","abstract":"

    Determine if envelope 1 contains the envelope 2 within the default","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)boundWGS84Geometry:":{"name":"+boundWGS84Geometry:","abstract":"

    Bound all points in the geometry to be within WGS84 limits.

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)boundWGS84TransformableGeometry:":{"name":"+boundWGS84TransformableGeometry:","abstract":"

    Bound all points in the geometry to be within WGS84 projection","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)boundWebMercatorGeometry:":{"name":"+boundWebMercatorGeometry:","abstract":"

    Bound all points in the geometry to be within Web Mercator limits.

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)boundWGS84WithWebMercatorGeometry:":{"name":"+boundWGS84WithWebMercatorGeometry:","abstract":"

    Bound all points in the WGS84 geometry to be within degree Web Mercator","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)boundGeometry:withEnvelope:":{"name":"+boundGeometry:withEnvelope:","abstract":"

    Bound all points in the geometry to be within the geometry envelope.","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)hasZ:":{"name":"+hasZ:","abstract":"

    Determine if the geometries contain a Z value

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)hasM:":{"name":"+hasM:","abstract":"

    Determine if the geometries contain a M value

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)parentHierarchyOfType:":{"name":"+parentHierarchyOfType:","abstract":"

    Get the parent type hierarchy of the provided geometry type starting with","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)parentTypeOfType:":{"name":"+parentTypeOfType:","abstract":"

    Get the parent Geometry Type of the provided geometry type

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)childHierarchyOfType:":{"name":"+childHierarchyOfType:","abstract":"

    Get the child type hierarchy of the provided geometry type.

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)childTypesOfType:":{"name":"+childTypesOfType:","abstract":"

    Get the immediate child Geometry Types of the provided geometry type

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)encodeGeometry:":{"name":"+encodeGeometry:","abstract":"

    Encode the geometry to data

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)decodeGeometry:":{"name":"+decodeGeometry:","abstract":"

    Decode the data into a geometry

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryTypes.html#/c:objc(cs)SFGeometryTypes(cm)name:":{"name":"+name:","abstract":"

    Get the name of the geometry type

    ","parent_name":"SFGeometryTypes"},"Classes/SFGeometryTypes.html#/c:objc(cs)SFGeometryTypes(cm)fromName:":{"name":"+fromName:","abstract":"

    Get the geometry type of the name

    ","parent_name":"SFGeometryTypes"},"Classes/SFGeometryPrinter.html#/c:objc(cs)SFGeometryPrinter(cm)geometryString:":{"name":"+geometryString:","abstract":"

    Get Geometry information as a String

    ","parent_name":"SFGeometryPrinter"},"Classes/SFGeometryEnvelopeBuilder.html#/c:objc(cs)SFGeometryEnvelopeBuilder(cm)buildEnvelopeWithGeometry:":{"name":"+buildEnvelopeWithGeometry:","abstract":"

    Build geometry envelope with geometry

    ","parent_name":"SFGeometryEnvelopeBuilder"},"Classes/SFGeometryEnvelopeBuilder.html#/c:objc(cs)SFGeometryEnvelopeBuilder(cm)buildEnvelope:andGeometry:":{"name":"+buildEnvelope:andGeometry:","abstract":"

    Expand existing geometry envelope with a geometry

    ","parent_name":"SFGeometryEnvelopeBuilder"},"Classes/SFGeometryEnvelopeBuilder.html#/c:objc(cs)SFGeometryEnvelopeBuilder(cm)buildGeometryWithEnvelope:":{"name":"+buildGeometryWithEnvelope:","abstract":"

    Build a geometry representation of the geometry envelope

    ","parent_name":"SFGeometryEnvelopeBuilder"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(py)minX":{"name":"minX","abstract":"

    X coordinate range

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(py)maxX":{"name":"maxX","abstract":"

    Undocumented

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(py)minY":{"name":"minY","abstract":"

    Y coordinate range

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(py)maxY":{"name":"maxY","abstract":"

    Undocumented

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(py)hasZ":{"name":"hasZ","abstract":"

    Has Z value and Z coordinate range

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(py)minZ":{"name":"minZ","abstract":"

    Undocumented

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(py)maxZ":{"name":"maxZ","abstract":"

    Undocumented

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(py)hasM":{"name":"hasM","abstract":"

    Has M value and M coordinate range

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(py)minM":{"name":"minM","abstract":"

    Undocumented

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(py)maxM":{"name":"maxM","abstract":"

    Undocumented

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(cm)envelope":{"name":"+envelope","abstract":"

    Create with no z or m

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(cm)envelopeWithHasZ:andHasM:":{"name":"+envelopeWithHasZ:andHasM:","abstract":"

    Create with the has z and m values

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(cm)envelopeWithMinX:andMinY:andMaxX:andMaxY:":{"name":"+envelopeWithMinX:andMinY:andMaxX:andMaxY:","abstract":"

    Create with number range

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(cm)envelopeWithMinXValue:andMinYValue:andMaxXValue:andMaxYValue:":{"name":"+envelopeWithMinXValue:andMinYValue:andMaxXValue:andMaxYValue:","abstract":"

    Create with double range

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(cm)envelopeWithMinX:andMinY:andMinZ:andMaxX:andMaxY:andMaxZ:":{"name":"+envelopeWithMinX:andMinY:andMinZ:andMaxX:andMaxY:andMaxZ:","abstract":"

    Create with number range

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(cm)envelopeWithMinXValue:andMinYValue:andMinZValue:andMaxXValue:andMaxYValue:andMaxZValue:":{"name":"+envelopeWithMinXValue:andMinYValue:andMinZValue:andMaxXValue:andMaxYValue:andMaxZValue:","abstract":"

    Create with double range

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(cm)envelopeWithMinX:andMinY:andMinZ:andMinM:andMaxX:andMaxY:andMaxZ:andMaxM:":{"name":"+envelopeWithMinX:andMinY:andMinZ:andMinM:andMaxX:andMaxY:andMaxZ:andMaxM:","abstract":"

    Create with number range

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(cm)envelopeWithMinXValue:andMinYValue:andMinZValue:andMinMValue:andMaxXValue:andMaxYValue:andMaxZValue:andMaxMValue:":{"name":"+envelopeWithMinXValue:andMinYValue:andMinZValue:andMinMValue:andMaxXValue:andMaxYValue:andMaxZValue:andMaxMValue:","abstract":"

    Create with double range

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(cm)geometryEnvelopeWithGeometryEnvelope:":{"name":"+geometryEnvelopeWithGeometryEnvelope:","abstract":"

    Create

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)init":{"name":"-init","abstract":"

    Initialize with no z or m

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)initWithHasZ:andHasM:":{"name":"-initWithHasZ:andHasM:","abstract":"

    Initialize with the has z and m values

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)initWithMinX:andMinY:andMaxX:andMaxY:":{"name":"-initWithMinX:andMinY:andMaxX:andMaxY:","abstract":"

    Initialize with number range

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)initWithMinXValue:andMinYValue:andMaxXValue:andMaxYValue:":{"name":"-initWithMinXValue:andMinYValue:andMaxXValue:andMaxYValue:","abstract":"

    Initialize with double range

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)initWithMinX:andMinY:andMinZ:andMaxX:andMaxY:andMaxZ:":{"name":"-initWithMinX:andMinY:andMinZ:andMaxX:andMaxY:andMaxZ:","abstract":"

    Initialize with number range

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)initWithMinXValue:andMinYValue:andMinZValue:andMaxXValue:andMaxYValue:andMaxZValue:":{"name":"-initWithMinXValue:andMinYValue:andMinZValue:andMaxXValue:andMaxYValue:andMaxZValue:","abstract":"

    Initialize with double range

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)initWithMinX:andMinY:andMinZ:andMinM:andMaxX:andMaxY:andMaxZ:andMaxM:":{"name":"-initWithMinX:andMinY:andMinZ:andMinM:andMaxX:andMaxY:andMaxZ:andMaxM:","abstract":"

    Initialize with number range

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)initWithMinXValue:andMinYValue:andMinZValue:andMinMValue:andMaxXValue:andMaxYValue:andMaxZValue:andMaxMValue:":{"name":"-initWithMinXValue:andMinYValue:andMinZValue:andMinMValue:andMaxXValue:andMaxYValue:andMaxZValue:andMaxMValue:","abstract":"

    Initialize with double range

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)initWithGeometryEnvelope:":{"name":"-initWithGeometryEnvelope:","abstract":"

    Initialize

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)setMinXValue:":{"name":"-setMinXValue:","abstract":"

    Set the min x value

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)setMaxXValue:":{"name":"-setMaxXValue:","abstract":"

    Set the max x value

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)setMinYValue:":{"name":"-setMinYValue:","abstract":"

    Set the min y value

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)setMaxYValue:":{"name":"-setMaxYValue:","abstract":"

    Set the max y value

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)setMinZValue:":{"name":"-setMinZValue:","abstract":"

    Set the min z value

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)setMaxZValue:":{"name":"-setMaxZValue:","abstract":"

    Set the max z value

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)setMinMValue:":{"name":"-setMinMValue:","abstract":"

    Set the min m value

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)setMaxMValue:":{"name":"-setMaxMValue:","abstract":"

    Set the max m value

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)is3D":{"name":"-is3D","abstract":"

    True if has Z coordinates

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)isMeasured":{"name":"-isMeasured","abstract":"

    True if has M measurements

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)xRange":{"name":"-xRange","abstract":"

    Get the x range

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)yRange":{"name":"-yRange","abstract":"

    Get the y range

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)zRange":{"name":"-zRange","abstract":"

    Get the z range

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)mRange":{"name":"-mRange","abstract":"

    Get the m range

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)isPoint":{"name":"-isPoint","abstract":"

    Determine if the envelope is of a single point

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)topLeft":{"name":"-topLeft","abstract":"

    Get the top left point

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)bottomLeft":{"name":"-bottomLeft","abstract":"

    Get the bottom left point

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)bottomRight":{"name":"-bottomRight","abstract":"

    Get the bottom right point

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)topRight":{"name":"-topRight","abstract":"

    Get the top right point

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)left":{"name":"-left","abstract":"

    Get the left line

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)bottom":{"name":"-bottom","abstract":"

    Get the bottom line

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)right":{"name":"-right","abstract":"

    Get the right line

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)top":{"name":"-top","abstract":"

    Get the top line

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)midX":{"name":"-midX","abstract":"

    Get the envelope mid x

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)midY":{"name":"-midY","abstract":"

    Get the envelope mid y

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)centroid":{"name":"-centroid","abstract":"

    Get the envelope centroid point

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)isEmpty":{"name":"-isEmpty","abstract":"

    Determine if the envelope is empty

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)intersectsWithEnvelope:":{"name":"-intersectsWithEnvelope:","abstract":"

    Determine if intersects with the provided envelope

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)intersectsWithEnvelope:withAllowEmpty:":{"name":"-intersectsWithEnvelope:withAllowEmpty:","abstract":"

    Determine if intersects with the provided envelope

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)overlapWithEnvelope:":{"name":"-overlapWithEnvelope:","abstract":"

    Get the overlapping geometry envelope with the provided envelope

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)overlapWithEnvelope:withAllowEmpty:":{"name":"-overlapWithEnvelope:withAllowEmpty:","abstract":"

    Get the overlapping geometry envelope with the provided envelope

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)unionWithEnvelope:":{"name":"-unionWithEnvelope:","abstract":"

    Get the union geometry envelope combined with the provided envelope

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)containsPoint:":{"name":"-containsPoint:","abstract":"

    Determine if contains the point

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)containsPoint:withEpsilon:":{"name":"-containsPoint:withEpsilon:","abstract":"

    Determine if contains the point

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)containsX:andY:":{"name":"-containsX:andY:","abstract":"

    Determine if contains the coordinate

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)containsX:andY:withEpsilon:":{"name":"-containsX:andY:withEpsilon:","abstract":"

    Determine if contains the coordinate

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)containsEnvelope:":{"name":"-containsEnvelope:","abstract":"

    Determine if inclusively contains the provided envelope

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)containsEnvelope:withEpsilon:":{"name":"-containsEnvelope:withEpsilon:","abstract":"

    Determine if inclusively contains the provided envelope

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)buildGeometry":{"name":"-buildGeometry","abstract":"

    Build a geometry representation of the geometry envelope

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(py)geometries":{"name":"geometries","abstract":"

    Array of geometries

    ","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(cm)geometryCollection":{"name":"+geometryCollection","abstract":"

    Create

    ","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(cm)geometryCollectionWithHasZ:andHasM:":{"name":"+geometryCollectionWithHasZ:andHasM:","abstract":"

    Create

    ","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(cm)geometryCollectionWithGeometries:":{"name":"+geometryCollectionWithGeometries:","abstract":"

    Create

    ","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(cm)geometryCollectionWithGeometry:":{"name":"+geometryCollectionWithGeometry:","abstract":"

    Create

    ","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(cm)geometryCollectionWithGeometryCollection:":{"name":"+geometryCollectionWithGeometryCollection:","abstract":"

    Create

    ","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(im)initWithHasZ:andHasM:":{"name":"-initWithHasZ:andHasM:","abstract":"

    Initialize

    ","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(im)initWithGeometries:":{"name":"-initWithGeometries:","abstract":"

    Initialize

    ","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(im)initWithGeometry:":{"name":"-initWithGeometry:","abstract":"

    Initialize

    ","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(im)initWithType:andHasZ:andHasM:":{"name":"-initWithType:andHasZ:andHasM:","abstract":"

    Initialize

    ","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(im)initWithGeometryCollection:":{"name":"-initWithGeometryCollection:","abstract":"

    Initialize

    ","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(im)addGeometry:":{"name":"-addGeometry:","abstract":"

    Add geometry

    ","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(im)addGeometries:":{"name":"-addGeometries:","abstract":"

    Add geometries

    ","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(im)numGeometries":{"name":"-numGeometries","abstract":"

    Get the number of geometries

    ","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(im)geometryAtIndex:":{"name":"-geometryAtIndex:","abstract":"

    Returns the Nth geometry

    ","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(im)collectionType":{"name":"-collectionType","abstract":"

    Get the collection type by evaluating the geometries

    ","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(im)isMultiPoint":{"name":"-isMultiPoint","abstract":"

    Determine if this geometry collection is a MultiPoint instance or","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(im)asMultiPoint":{"name":"-asMultiPoint","abstract":"

    Get as a MultiPoint, either the current instance or newly created","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(im)isMultiLineString":{"name":"-isMultiLineString","abstract":"

    Determine if this geometry collection is a MultiLineString","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(im)asMultiLineString":{"name":"-asMultiLineString","abstract":"

    Get as a MultiLineString, either the current instance or newly","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(im)isMultiPolygon":{"name":"-isMultiPolygon","abstract":"

    Determine if this geometry collection is a MultiPolygon instance","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(im)asMultiPolygon":{"name":"-asMultiPolygon","abstract":"

    Get as a MultiPolygon, either the current instance or newly","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(im)isMultiCurve":{"name":"-isMultiCurve","abstract":"

    Determine if this geometry collection contains only Curve","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(im)asMultiCurve":{"name":"-asMultiCurve","abstract":"

    Get as a Multi Curve, a Curve typed Geometry Collection

    ","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(im)isMultiSurface":{"name":"-isMultiSurface","abstract":"

    Determine if this geometry collection contains only Surface","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(im)asMultiSurface":{"name":"-asMultiSurface","abstract":"

    Get as a Multi Surface, a Surface typed Geometry Collection

    ","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(im)asGeometryCollection":{"name":"-asGeometryCollection","abstract":"

    Get as a top level Geometry Collection

    ","parent_name":"SFGeometryCollection"},"Classes/SFGeometry.html#/c:objc(cs)SFGeometry(py)geometryType":{"name":"geometryType","abstract":"

    Geometry type

    ","parent_name":"SFGeometry"},"Classes/SFGeometry.html#/c:objc(cs)SFGeometry(py)hasZ":{"name":"hasZ","abstract":"

    Has Z values

    ","parent_name":"SFGeometry"},"Classes/SFGeometry.html#/c:objc(cs)SFGeometry(py)hasM":{"name":"hasM","abstract":"

    Has M values

    ","parent_name":"SFGeometry"},"Classes/SFGeometry.html#/c:objc(cs)SFGeometry(im)initWithType:andHasZ:andHasM:":{"name":"-initWithType:andHasZ:andHasM:","abstract":"

    Initialize

    ","parent_name":"SFGeometry"},"Classes/SFGeometry.html#/c:objc(cs)SFGeometry(im)is3D":{"name":"-is3D","abstract":"

    Does the geometry have z coordinates

    ","parent_name":"SFGeometry"},"Classes/SFGeometry.html#/c:objc(cs)SFGeometry(im)isMeasured":{"name":"-isMeasured","abstract":"

    Does the geometry have m coordinates.

    ","parent_name":"SFGeometry"},"Classes/SFGeometry.html#/c:objc(cs)SFGeometry(im)envelope":{"name":"-envelope","abstract":"

    Get the minimum bounding box for this Geometry

    ","parent_name":"SFGeometry"},"Classes/SFGeometry.html#/c:objc(cs)SFGeometry(im)expandEnvelope:":{"name":"-expandEnvelope:","abstract":"

    Expand the envelope with the minimum bounding box for this Geometry

    ","parent_name":"SFGeometry"},"Classes/SFGeometry.html#/c:objc(cs)SFGeometry(im)dimension":{"name":"-dimension","abstract":"

    Get the inherent dimension (0, 1, or 2) for this Geometry

    ","parent_name":"SFGeometry"},"Classes/SFGeometry.html#/c:objc(cs)SFGeometry(im)centroid":{"name":"-centroid","abstract":"

    Get the mathematical centroid point of a 2 dimensional representation of","parent_name":"SFGeometry"},"Classes/SFGeometry.html#/c:objc(cs)SFGeometry(im)degreesCentroid":{"name":"-degreesCentroid","abstract":"

    Get the geographic centroid point of a 2 dimensional representation of","parent_name":"SFGeometry"},"Classes/SFGeometry.html#/c:objc(cs)SFGeometry(im)isEmpty":{"name":"-isEmpty","abstract":"

    Is the Geometry empty

    ","parent_name":"SFGeometry"},"Classes/SFGeometry.html#/c:objc(cs)SFGeometry(im)isSimple":{"name":"-isSimple","abstract":"

    Determine if this Geometry has no anomalous geometric points, such as","parent_name":"SFGeometry"},"Classes/SFGeometry.html#/c:objc(cs)SFGeometry(im)updateZM:":{"name":"-updateZM:","abstract":"

    Update currently false hasZ and hasM values using the provided geometry

    ","parent_name":"SFGeometry"},"Classes/SFExtendedGeometryCollection.html#/c:objc(cs)SFExtendedGeometryCollection(cm)extendedGeometryCollectionWithGeometryCollection:":{"name":"+extendedGeometryCollectionWithGeometryCollection:","abstract":"

    Create

    ","parent_name":"SFExtendedGeometryCollection"},"Classes/SFExtendedGeometryCollection.html#/c:objc(cs)SFExtendedGeometryCollection(cm)extendedGeometryCollectionWithExtendedGeometryCollection:":{"name":"+extendedGeometryCollectionWithExtendedGeometryCollection:","abstract":"

    Create

    ","parent_name":"SFExtendedGeometryCollection"},"Classes/SFExtendedGeometryCollection.html#/c:objc(cs)SFExtendedGeometryCollection(im)initWithGeometryCollection:":{"name":"-initWithGeometryCollection:","abstract":"

    Initialize

    ","parent_name":"SFExtendedGeometryCollection"},"Classes/SFExtendedGeometryCollection.html#/c:objc(cs)SFExtendedGeometryCollection(im)initWithExtendedGeometryCollection:":{"name":"-initWithExtendedGeometryCollection:","abstract":"

    Initialize

    ","parent_name":"SFExtendedGeometryCollection"},"Classes/SFExtendedGeometryCollection.html#/c:objc(cs)SFExtendedGeometryCollection(im)updateGeometryType":{"name":"-updateGeometryType","abstract":"

    Update the extended geometry type based upon the contained geometries

    ","parent_name":"SFExtendedGeometryCollection"},"Classes/SFEventQueue.html#/c:objc(cs)SFEventQueue(im)initWithRing:":{"name":"-initWithRing:","abstract":"

    Initialize

    ","parent_name":"SFEventQueue"},"Classes/SFEventQueue.html#/c:objc(cs)SFEventQueue(im)initWithRings:":{"name":"-initWithRings:","abstract":"

    Initialize

    ","parent_name":"SFEventQueue"},"Classes/SFEventQueue.html#/c:objc(cs)SFEventQueue(im)events":{"name":"-events","abstract":"

    Get the events

    ","parent_name":"SFEventQueue"},"Classes/SFEvent.html#/c:objc(cs)SFEvent(im)initWithEdge:andRing:andPoint:andType:":{"name":"-initWithEdge:andRing:andPoint:andType:","abstract":"

    Initialize

    ","parent_name":"SFEvent"},"Classes/SFEvent.html#/c:objc(cs)SFEvent(im)edge":{"name":"-edge","abstract":"

    Get the edge

    ","parent_name":"SFEvent"},"Classes/SFEvent.html#/c:objc(cs)SFEvent(im)ring":{"name":"-ring","abstract":"

    Get the polygon ring number

    ","parent_name":"SFEvent"},"Classes/SFEvent.html#/c:objc(cs)SFEvent(im)point":{"name":"-point","abstract":"

    Get the polygon point

    ","parent_name":"SFEvent"},"Classes/SFEvent.html#/c:objc(cs)SFEvent(im)type":{"name":"-type","abstract":"

    Get the event type

    ","parent_name":"SFEvent"},"Classes/SFEvent.html#/c:objc(cs)SFEvent(cm)sort:":{"name":"+sort:","abstract":"

    Sort the events

    ","parent_name":"SFEvent"},"Classes/SFDegreesCentroid.html#/c:objc(cs)SFDegreesCentroid(cm)centroidOfGeometry:":{"name":"+centroidOfGeometry:","abstract":"

    Get the degree geometry centroid

    ","parent_name":"SFDegreesCentroid"},"Classes/SFDegreesCentroid.html#/c:objc(cs)SFDegreesCentroid(im)initWithGeometry:":{"name":"-initWithGeometry:","abstract":"

    Initialize

    ","parent_name":"SFDegreesCentroid"},"Classes/SFDegreesCentroid.html#/c:objc(cs)SFDegreesCentroid(im)centroid":{"name":"-centroid","abstract":"

    Get the centroid point

    ","parent_name":"SFDegreesCentroid"},"Classes/SFCurvePolygon.html#/c:objc(cs)SFCurvePolygon(py)rings":{"name":"rings","abstract":"

    Array of rings

    ","parent_name":"SFCurvePolygon"},"Classes/SFCurvePolygon.html#/c:objc(cs)SFCurvePolygon(cm)curvePolygon":{"name":"+curvePolygon","abstract":"

    Create

    ","parent_name":"SFCurvePolygon"},"Classes/SFCurvePolygon.html#/c:objc(cs)SFCurvePolygon(cm)curvePolygonWithHasZ:andHasM:":{"name":"+curvePolygonWithHasZ:andHasM:","abstract":"

    Create

    ","parent_name":"SFCurvePolygon"},"Classes/SFCurvePolygon.html#/c:objc(cs)SFCurvePolygon(cm)curvePolygonWithRings:":{"name":"+curvePolygonWithRings:","abstract":"

    Create

    ","parent_name":"SFCurvePolygon"},"Classes/SFCurvePolygon.html#/c:objc(cs)SFCurvePolygon(cm)curvePolygonWithRing:":{"name":"+curvePolygonWithRing:","abstract":"

    Create

    ","parent_name":"SFCurvePolygon"},"Classes/SFCurvePolygon.html#/c:objc(cs)SFCurvePolygon(cm)curvePolygonWithCurvePolygon:":{"name":"+curvePolygonWithCurvePolygon:","abstract":"

    Create

    ","parent_name":"SFCurvePolygon"},"Classes/SFCurvePolygon.html#/c:objc(cs)SFCurvePolygon(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFCurvePolygon"},"Classes/SFCurvePolygon.html#/c:objc(cs)SFCurvePolygon(im)initWithHasZ:andHasM:":{"name":"-initWithHasZ:andHasM:","abstract":"

    Initialize

    ","parent_name":"SFCurvePolygon"},"Classes/SFCurvePolygon.html#/c:objc(cs)SFCurvePolygon(im)initWithRings:":{"name":"-initWithRings:","abstract":"

    Initialize

    ","parent_name":"SFCurvePolygon"},"Classes/SFCurvePolygon.html#/c:objc(cs)SFCurvePolygon(im)initWithRing:":{"name":"-initWithRing:","abstract":"

    Initialize

    ","parent_name":"SFCurvePolygon"},"Classes/SFCurvePolygon.html#/c:objc(cs)SFCurvePolygon(im)initWithType:andHasZ:andHasM:":{"name":"-initWithType:andHasZ:andHasM:","abstract":"

    Initialize

    ","parent_name":"SFCurvePolygon"},"Classes/SFCurvePolygon.html#/c:objc(cs)SFCurvePolygon(im)initWithCurvePolygon:":{"name":"-initWithCurvePolygon:","abstract":"

    Initialize

    ","parent_name":"SFCurvePolygon"},"Classes/SFCurvePolygon.html#/c:objc(cs)SFCurvePolygon(im)addRing:":{"name":"-addRing:","abstract":"

    Add a ring

    ","parent_name":"SFCurvePolygon"},"Classes/SFCurvePolygon.html#/c:objc(cs)SFCurvePolygon(im)addRings:":{"name":"-addRings:","abstract":"

    Add rings

    ","parent_name":"SFCurvePolygon"},"Classes/SFCurvePolygon.html#/c:objc(cs)SFCurvePolygon(im)numRings":{"name":"-numRings","abstract":"

    Get the number of rings

    ","parent_name":"SFCurvePolygon"},"Classes/SFCurvePolygon.html#/c:objc(cs)SFCurvePolygon(im)ringAtIndex:":{"name":"-ringAtIndex:","abstract":"

    Returns the Nth ring where the exterior ring is at 0, interior rings","parent_name":"SFCurvePolygon"},"Classes/SFCurvePolygon.html#/c:objc(cs)SFCurvePolygon(im)exteriorRing":{"name":"-exteriorRing","abstract":"

    Get the exterior ring

    ","parent_name":"SFCurvePolygon"},"Classes/SFCurvePolygon.html#/c:objc(cs)SFCurvePolygon(im)numInteriorRings":{"name":"-numInteriorRings","abstract":"

    Get the number of interior rings

    ","parent_name":"SFCurvePolygon"},"Classes/SFCurvePolygon.html#/c:objc(cs)SFCurvePolygon(im)interiorRingAtIndex:":{"name":"-interiorRingAtIndex:","abstract":"

    Returns the Nth interior ring for this Polygon

    ","parent_name":"SFCurvePolygon"},"Classes/SFCurve.html#/c:objc(cs)SFCurve(im)initWithType:andHasZ:andHasM:":{"name":"-initWithType:andHasZ:andHasM:","abstract":"

    Initialize

    ","parent_name":"SFCurve"},"Classes/SFCurve.html#/c:objc(cs)SFCurve(im)startPoint":{"name":"-startPoint","abstract":"

    Get the start Point of this Curve

    ","parent_name":"SFCurve"},"Classes/SFCurve.html#/c:objc(cs)SFCurve(im)endPoint":{"name":"-endPoint","abstract":"

    Get the end Point of this Curve

    ","parent_name":"SFCurve"},"Classes/SFCurve.html#/c:objc(cs)SFCurve(im)isClosed":{"name":"-isClosed","abstract":"

    Determine if this Curve is closed (start point = end point)

    ","parent_name":"SFCurve"},"Classes/SFCurve.html#/c:objc(cs)SFCurve(im)isRing":{"name":"-isRing","abstract":"

    Determine if this Curve is a ring (closed and simple)

    ","parent_name":"SFCurve"},"Classes/SFCompoundCurve.html#/c:objc(cs)SFCompoundCurve(py)lineStrings":{"name":"lineStrings","abstract":"

    Array of line strings

    ","parent_name":"SFCompoundCurve"},"Classes/SFCompoundCurve.html#/c:objc(cs)SFCompoundCurve(cm)compoundCurve":{"name":"+compoundCurve","abstract":"

    Create

    ","parent_name":"SFCompoundCurve"},"Classes/SFCompoundCurve.html#/c:objc(cs)SFCompoundCurve(cm)compoundCurveWithHasZ:andHasM:":{"name":"+compoundCurveWithHasZ:andHasM:","abstract":"

    Create

    ","parent_name":"SFCompoundCurve"},"Classes/SFCompoundCurve.html#/c:objc(cs)SFCompoundCurve(cm)compoundCurveWithLineStrings:":{"name":"+compoundCurveWithLineStrings:","abstract":"

    Create

    ","parent_name":"SFCompoundCurve"},"Classes/SFCompoundCurve.html#/c:objc(cs)SFCompoundCurve(cm)compoundCurveWithLineString:":{"name":"+compoundCurveWithLineString:","abstract":"

    Create

    ","parent_name":"SFCompoundCurve"},"Classes/SFCompoundCurve.html#/c:objc(cs)SFCompoundCurve(cm)compoundCurveWithCompoundCurve:":{"name":"+compoundCurveWithCompoundCurve:","abstract":"

    Create

    ","parent_name":"SFCompoundCurve"},"Classes/SFCompoundCurve.html#/c:objc(cs)SFCompoundCurve(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFCompoundCurve"},"Classes/SFCompoundCurve.html#/c:objc(cs)SFCompoundCurve(im)initWithHasZ:andHasM:":{"name":"-initWithHasZ:andHasM:","abstract":"

    Initialize

    ","parent_name":"SFCompoundCurve"},"Classes/SFCompoundCurve.html#/c:objc(cs)SFCompoundCurve(im)initWithLineStrings:":{"name":"-initWithLineStrings:","abstract":"

    Initialize

    ","parent_name":"SFCompoundCurve"},"Classes/SFCompoundCurve.html#/c:objc(cs)SFCompoundCurve(im)initWithLineString:":{"name":"-initWithLineString:","abstract":"

    Initialize

    ","parent_name":"SFCompoundCurve"},"Classes/SFCompoundCurve.html#/c:objc(cs)SFCompoundCurve(im)initWithCompoundCurve:":{"name":"-initWithCompoundCurve:","abstract":"

    Initialize

    ","parent_name":"SFCompoundCurve"},"Classes/SFCompoundCurve.html#/c:objc(cs)SFCompoundCurve(im)addLineString:":{"name":"-addLineString:","abstract":"

    Add a line string

    ","parent_name":"SFCompoundCurve"},"Classes/SFCompoundCurve.html#/c:objc(cs)SFCompoundCurve(im)addLineStrings:":{"name":"-addLineStrings:","abstract":"

    Add line strings

    ","parent_name":"SFCompoundCurve"},"Classes/SFCompoundCurve.html#/c:objc(cs)SFCompoundCurve(im)numLineStrings":{"name":"-numLineStrings","abstract":"

    Get the number of line strings

    ","parent_name":"SFCompoundCurve"},"Classes/SFCompoundCurve.html#/c:objc(cs)SFCompoundCurve(im)lineStringAtIndex:":{"name":"-lineStringAtIndex:","abstract":"

    Returns the Nth line string

    ","parent_name":"SFCompoundCurve"},"Classes/SFCircularString.html#/c:objc(cs)SFCircularString(cm)circularString":{"name":"+circularString","abstract":"

    Create

    ","parent_name":"SFCircularString"},"Classes/SFCircularString.html#/c:objc(cs)SFCircularString(cm)circularStringWithHasZ:andHasM:":{"name":"+circularStringWithHasZ:andHasM:","abstract":"

    Create

    ","parent_name":"SFCircularString"},"Classes/SFCircularString.html#/c:objc(cs)SFCircularString(cm)circularStringWithPoints:":{"name":"+circularStringWithPoints:","abstract":"

    Create

    ","parent_name":"SFCircularString"},"Classes/SFCircularString.html#/c:objc(cs)SFCircularString(cm)circularStringWithCircularString:":{"name":"+circularStringWithCircularString:","abstract":"

    Create

    ","parent_name":"SFCircularString"},"Classes/SFCircularString.html#/c:objc(cs)SFCircularString(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFCircularString"},"Classes/SFCircularString.html#/c:objc(cs)SFCircularString(im)initWithHasZ:andHasM:":{"name":"-initWithHasZ:andHasM:","abstract":"

    Initialize

    ","parent_name":"SFCircularString"},"Classes/SFCircularString.html#/c:objc(cs)SFCircularString(im)initWithPoints:":{"name":"-initWithPoints:","abstract":"

    Initialize

    ","parent_name":"SFCircularString"},"Classes/SFCircularString.html#/c:objc(cs)SFCircularString(im)initWithCircularString:":{"name":"-initWithCircularString:","abstract":"

    Initialize

    ","parent_name":"SFCircularString"},"Classes/SFCentroidSurface.html#/c:objc(cs)SFCentroidSurface(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFCentroidSurface"},"Classes/SFCentroidSurface.html#/c:objc(cs)SFCentroidSurface(im)initWithGeometry:":{"name":"-initWithGeometry:","abstract":"

    Initialize

    ","parent_name":"SFCentroidSurface"},"Classes/SFCentroidSurface.html#/c:objc(cs)SFCentroidSurface(im)addGeometry:":{"name":"-addGeometry:","abstract":"

    Add a surface based dimension 2 geometry to the centroid total. Ignores","parent_name":"SFCentroidSurface"},"Classes/SFCentroidSurface.html#/c:objc(cs)SFCentroidSurface(im)centroid":{"name":"-centroid","abstract":"

    Get the centroid point

    ","parent_name":"SFCentroidSurface"},"Classes/SFCentroidPoint.html#/c:objc(cs)SFCentroidPoint(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFCentroidPoint"},"Classes/SFCentroidPoint.html#/c:objc(cs)SFCentroidPoint(im)initWithGeometry:":{"name":"-initWithGeometry:","abstract":"

    Initialize

    ","parent_name":"SFCentroidPoint"},"Classes/SFCentroidPoint.html#/c:objc(cs)SFCentroidPoint(im)addGeometry:":{"name":"-addGeometry:","abstract":"

    Add a point based dimension 0 geometry to the centroid total

    ","parent_name":"SFCentroidPoint"},"Classes/SFCentroidPoint.html#/c:objc(cs)SFCentroidPoint(im)centroid":{"name":"-centroid","abstract":"

    Get the centroid point

    ","parent_name":"SFCentroidPoint"},"Classes/SFCentroidCurve.html#/c:objc(cs)SFCentroidCurve(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFCentroidCurve"},"Classes/SFCentroidCurve.html#/c:objc(cs)SFCentroidCurve(im)initWithGeometry:":{"name":"-initWithGeometry:","abstract":"

    Initialize

    ","parent_name":"SFCentroidCurve"},"Classes/SFCentroidCurve.html#/c:objc(cs)SFCentroidCurve(im)addGeometry:":{"name":"-addGeometry:","abstract":"

    Add a curve based dimension 1 geometry to the centroid total. Ignores","parent_name":"SFCentroidCurve"},"Classes/SFCentroidCurve.html#/c:objc(cs)SFCentroidCurve(im)centroid":{"name":"-centroid","abstract":"

    Get the centroid point

    ","parent_name":"SFCentroidCurve"},"Classes/SFByteWriter.html#/c:objc(cs)SFByteWriter(py)nextByte":{"name":"nextByte","abstract":"

    Next byte index to write

    ","parent_name":"SFByteWriter"},"Classes/SFByteWriter.html#/c:objc(cs)SFByteWriter(py)os":{"name":"os","abstract":"

    Output stream to write bytes to

    ","parent_name":"SFByteWriter"},"Classes/SFByteWriter.html#/c:objc(cs)SFByteWriter(py)byteOrder":{"name":"byteOrder","abstract":"

    Byte order used to write, little or big endian

    ","parent_name":"SFByteWriter"},"Classes/SFByteWriter.html#/c:objc(cs)SFByteWriter(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFByteWriter"},"Classes/SFByteWriter.html#/c:objc(cs)SFByteWriter(im)initWithByteOrder:":{"name":"-initWithByteOrder:","abstract":"

    Initialize

    ","parent_name":"SFByteWriter"},"Classes/SFByteWriter.html#/c:objc(cs)SFByteWriter(im)close":{"name":"-close","abstract":"

    Close the byte writer

    ","parent_name":"SFByteWriter"},"Classes/SFByteWriter.html#/c:objc(cs)SFByteWriter(im)data":{"name":"-data","abstract":"

    Get the written byte data

    ","parent_name":"SFByteWriter"},"Classes/SFByteWriter.html#/c:objc(cs)SFByteWriter(im)size":{"name":"-size","abstract":"

    Get the current size in bytes written

    ","parent_name":"SFByteWriter"},"Classes/SFByteWriter.html#/c:objc(cs)SFByteWriter(im)writeString:":{"name":"-writeString:","abstract":"

    Write a string

    ","parent_name":"SFByteWriter"},"Classes/SFByteWriter.html#/c:objc(cs)SFByteWriter(im)writeByte:":{"name":"-writeByte:","abstract":"

    Write a byte

    ","parent_name":"SFByteWriter"},"Classes/SFByteWriter.html#/c:objc(cs)SFByteWriter(im)writeData:":{"name":"-writeData:","abstract":"

    Write data

    ","parent_name":"SFByteWriter"},"Classes/SFByteWriter.html#/c:objc(cs)SFByteWriter(im)writeInt:":{"name":"-writeInt:","abstract":"

    Write an integer

    ","parent_name":"SFByteWriter"},"Classes/SFByteWriter.html#/c:objc(cs)SFByteWriter(im)writeDouble:":{"name":"-writeDouble:","abstract":"

    Write a double

    ","parent_name":"SFByteWriter"},"Classes/SFByteReader.html#/c:objc(cs)SFByteReader(py)nextByte":{"name":"nextByte","abstract":"

    Next byte index to read

    ","parent_name":"SFByteReader"},"Classes/SFByteReader.html#/c:objc(cs)SFByteReader(py)bytes":{"name":"bytes","abstract":"

    Bytes to read

    ","parent_name":"SFByteReader"},"Classes/SFByteReader.html#/c:objc(cs)SFByteReader(py)byteOrder":{"name":"byteOrder","abstract":"

    Byte order used to read, little or big endian

    ","parent_name":"SFByteReader"},"Classes/SFByteReader.html#/c:objc(cs)SFByteReader(im)initWithData:":{"name":"-initWithData:","abstract":"

    Initialize

    ","parent_name":"SFByteReader"},"Classes/SFByteReader.html#/c:objc(cs)SFByteReader(im)initWithData:andByteOrder:":{"name":"-initWithData:andByteOrder:","abstract":"

    Initialize

    ","parent_name":"SFByteReader"},"Classes/SFByteReader.html#/c:objc(cs)SFByteReader(im)readString:":{"name":"-readString:","abstract":"

    Read a String from the provided number of bytes

    ","parent_name":"SFByteReader"},"Classes/SFByteReader.html#/c:objc(cs)SFByteReader(im)readByte":{"name":"-readByte","abstract":"

    Read a single byte

    ","parent_name":"SFByteReader"},"Classes/SFByteReader.html#/c:objc(cs)SFByteReader(im)readData:":{"name":"-readData:","abstract":"

    Read Data with the provided number of bytes

    ","parent_name":"SFByteReader"},"Classes/SFByteReader.html#/c:objc(cs)SFByteReader(im)readInt":{"name":"-readInt","abstract":"

    Read an integer (4 bytes)

    ","parent_name":"SFByteReader"},"Classes/SFByteReader.html#/c:objc(cs)SFByteReader(im)readDouble":{"name":"-readDouble","abstract":"

    Read a double (8 bytes)

    ","parent_name":"SFByteReader"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(py)coordinates":{"name":"coordinates","abstract":"

    Coordinate values: long, lat, altitude, and additional elements such as m

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(cm)positionWithPoint:":{"name":"+positionWithPoint:","abstract":"

    Create

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(cm)positionWithLongitude:andLatitude:":{"name":"+positionWithLongitude:andLatitude:","abstract":"

    Create

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(cm)positionWithLongitudeValue:andLatitudeValue:":{"name":"+positionWithLongitudeValue:andLatitudeValue:","abstract":"

    Create

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(cm)positionWithLongitude:andLatitude:andAltitude:":{"name":"+positionWithLongitude:andLatitude:andAltitude:","abstract":"

    Create

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(cm)positionWithLongitudeValue:andLatitudeValue:andAltitudeValue:":{"name":"+positionWithLongitudeValue:andLatitudeValue:andAltitudeValue:","abstract":"

    Create

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(cm)positionWithLongitude:andLatitude:andAltitude:andAdditional:":{"name":"+positionWithLongitude:andLatitude:andAltitude:andAdditional:","abstract":"

    Create

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(cm)positionWithLongitudeValue:andLatitudeValue:andAltitudeValue:andAdditionalValue:":{"name":"+positionWithLongitudeValue:andLatitudeValue:andAltitudeValue:andAdditionalValue:","abstract":"

    Create

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(cm)positionWithLongitude:andLatitude:andAltitude:andAdditionals:":{"name":"+positionWithLongitude:andLatitude:andAltitude:andAdditionals:","abstract":"

    Create

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(cm)positionWithLongitudeValue:andLatitudeValue:andAltitudeValue:andAdditionals:":{"name":"+positionWithLongitudeValue:andLatitudeValue:andAltitudeValue:andAdditionals:","abstract":"

    Create

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(cm)positionWithCoordinates:":{"name":"+positionWithCoordinates:","abstract":"

    Create

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(im)initWithPoint:":{"name":"-initWithPoint:","abstract":"

    Initialize

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(im)initWithLongitude:andLatitude:":{"name":"-initWithLongitude:andLatitude:","abstract":"

    Initialize

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(im)initWithLongitudeValue:andLatitudeValue:":{"name":"-initWithLongitudeValue:andLatitudeValue:","abstract":"

    Initialize

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(im)initWithLongitude:andLatitude:andAltitude:":{"name":"-initWithLongitude:andLatitude:andAltitude:","abstract":"

    Initialize

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(im)initWithLongitudeValue:andLatitudeValue:andAltitudeValue:":{"name":"-initWithLongitudeValue:andLatitudeValue:andAltitudeValue:","abstract":"

    Initialize

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(im)initWithLongitude:andLatitude:andAltitude:andAdditional:":{"name":"-initWithLongitude:andLatitude:andAltitude:andAdditional:","abstract":"

    Initialize

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(im)initWithLongitudeValue:andLatitudeValue:andAltitudeValue:andAdditionalValue:":{"name":"-initWithLongitudeValue:andLatitudeValue:andAltitudeValue:andAdditionalValue:","abstract":"

    Initialize

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(im)initWithLongitude:andLatitude:andAltitude:andAdditionals:":{"name":"-initWithLongitude:andLatitude:andAltitude:andAdditionals:","abstract":"

    Initialize

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(im)initWithLongitudeValue:andLatitudeValue:andAltitudeValue:andAdditionals:":{"name":"-initWithLongitudeValue:andLatitudeValue:andAltitudeValue:andAdditionals:","abstract":"

    Initialize

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(im)initWithCoordinates:":{"name":"-initWithCoordinates:","abstract":"

    Initialize

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(im)hasAdditionalElements":{"name":"-hasAdditionalElements","abstract":"

    Check if the position has additional elements

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(im)additionalElements":{"name":"-additionalElements","abstract":"

    Get the additional elements

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(im)x":{"name":"-x","abstract":"

    Get the x value

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(im)y":{"name":"-y","abstract":"

    Get the y value

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(im)z":{"name":"-z","abstract":"

    Get the z value

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(im)m":{"name":"-m","abstract":"

    Get the m value

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(im)hasZ":{"name":"-hasZ","abstract":"

    Check if position has a z value

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(im)hasM":{"name":"-hasM","abstract":"

    Check if position has a m value

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(im)toSimplePoint":{"name":"-toSimplePoint","abstract":"

    Convert to simple point

    ","parent_name":"SFGPosition"},"Classes/SFGPolygon.html#/c:objc(cs)SFGPolygon(py)rings":{"name":"rings","abstract":"

    Array of line string rings

    ","parent_name":"SFGPolygon"},"Classes/SFGPolygon.html#/c:objc(cs)SFGPolygon(cm)polygon":{"name":"+polygon","abstract":"

    Create

    ","parent_name":"SFGPolygon"},"Classes/SFGPolygon.html#/c:objc(cs)SFGPolygon(cm)polygonWithCoordinates:":{"name":"+polygonWithCoordinates:","abstract":"

    Create

    ","parent_name":"SFGPolygon"},"Classes/SFGPolygon.html#/c:objc(cs)SFGPolygon(cm)polygonWithRings:":{"name":"+polygonWithRings:","abstract":"

    Create

    ","parent_name":"SFGPolygon"},"Classes/SFGPolygon.html#/c:objc(cs)SFGPolygon(cm)polygonWithPolygon:":{"name":"+polygonWithPolygon:","abstract":"

    Create

    ","parent_name":"SFGPolygon"},"Classes/SFGPolygon.html#/c:objc(cs)SFGPolygon(cm)polygonWithTree:":{"name":"+polygonWithTree:","abstract":"

    Create

    ","parent_name":"SFGPolygon"},"Classes/SFGPolygon.html#/c:objc(cs)SFGPolygon(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFGPolygon"},"Classes/SFGPolygon.html#/c:objc(cs)SFGPolygon(im)initWithCoordinates:":{"name":"-initWithCoordinates:","abstract":"

    Initialize

    ","parent_name":"SFGPolygon"},"Classes/SFGPolygon.html#/c:objc(cs)SFGPolygon(im)initWithRings:":{"name":"-initWithRings:","abstract":"

    Initialize

    ","parent_name":"SFGPolygon"},"Classes/SFGPolygon.html#/c:objc(cs)SFGPolygon(im)initWithPolygon:":{"name":"-initWithPolygon:","abstract":"

    Initialize

    ","parent_name":"SFGPolygon"},"Classes/SFGPolygon.html#/c:objc(cs)SFGPolygon(im)initWithTree:":{"name":"-initWithTree:","abstract":"

    Initialize

    ","parent_name":"SFGPolygon"},"Classes/SFGPolygon.html#/c:objc(cs)SFGPolygon(im)polygon":{"name":"-polygon","abstract":"

    Get the simple polygon

    ","parent_name":"SFGPolygon"},"Classes/SFGPolygon.html#/c:objc(cs)SFGPolygon(im)setPolygon:":{"name":"-setPolygon:","abstract":"

    Set the simple polygon

    ","parent_name":"SFGPolygon"},"Classes/SFGPoint.html#/c:objc(cs)SFGPoint(py)position":{"name":"position","abstract":"

    Position

    ","parent_name":"SFGPoint"},"Classes/SFGPoint.html#/c:objc(cs)SFGPoint(cm)point":{"name":"+point","abstract":"

    Create

    ","parent_name":"SFGPoint"},"Classes/SFGPoint.html#/c:objc(cs)SFGPoint(cm)pointWithCoordinates:":{"name":"+pointWithCoordinates:","abstract":"

    Create

    ","parent_name":"SFGPoint"},"Classes/SFGPoint.html#/c:objc(cs)SFGPoint(cm)pointWithPosition:":{"name":"+pointWithPosition:","abstract":"

    Create

    ","parent_name":"SFGPoint"},"Classes/SFGPoint.html#/c:objc(cs)SFGPoint(cm)pointWithPoint:":{"name":"+pointWithPoint:","abstract":"

    Create

    ","parent_name":"SFGPoint"},"Classes/SFGPoint.html#/c:objc(cs)SFGPoint(cm)pointWithTree:":{"name":"+pointWithTree:","abstract":"

    Create

    ","parent_name":"SFGPoint"},"Classes/SFGPoint.html#/c:objc(cs)SFGPoint(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFGPoint"},"Classes/SFGPoint.html#/c:objc(cs)SFGPoint(im)initWithCoordinates:":{"name":"-initWithCoordinates:","abstract":"

    Initialize

    ","parent_name":"SFGPoint"},"Classes/SFGPoint.html#/c:objc(cs)SFGPoint(im)initWithPosition:":{"name":"-initWithPosition:","abstract":"

    Initialize

    ","parent_name":"SFGPoint"},"Classes/SFGPoint.html#/c:objc(cs)SFGPoint(im)initWithPoint:":{"name":"-initWithPoint:","abstract":"

    Initialize

    ","parent_name":"SFGPoint"},"Classes/SFGPoint.html#/c:objc(cs)SFGPoint(im)initWithTree:":{"name":"-initWithTree:","abstract":"

    Initialize

    ","parent_name":"SFGPoint"},"Classes/SFGPoint.html#/c:objc(cs)SFGPoint(im)point":{"name":"-point","abstract":"

    Get the simple point

    ","parent_name":"SFGPoint"},"Classes/SFGOrderedDictionary.html#/c:objc(cs)SFGOrderedDictionary@dictionary":{"name":"dictionary","abstract":"

    Undocumented

    ","parent_name":"SFGOrderedDictionary"},"Classes/SFGOrderedDictionary.html#/c:objc(cs)SFGOrderedDictionary@array":{"name":"array","abstract":"

    Undocumented

    ","parent_name":"SFGOrderedDictionary"},"Classes/SFGOrderedDictionary.html#/c:objc(cs)SFGOrderedDictionary(im)insertObject:forKey:atIndex:":{"name":"-insertObject:forKey:atIndex:","abstract":"

    Undocumented

    ","parent_name":"SFGOrderedDictionary"},"Classes/SFGOrderedDictionary.html#/c:objc(cs)SFGOrderedDictionary(im)keyAtIndex:":{"name":"-keyAtIndex:","abstract":"

    Undocumented

    ","parent_name":"SFGOrderedDictionary"},"Classes/SFGOrderedDictionary.html#/c:objc(cs)SFGOrderedDictionary(im)reverseKeyEnumerator":{"name":"-reverseKeyEnumerator","abstract":"

    Undocumented

    ","parent_name":"SFGOrderedDictionary"},"Classes/SFGOrderedDictionary.html#/c:objc(cs)SFGOrderedDictionary(im)objectAtIndexedSubscript:":{"name":"-objectAtIndexedSubscript:","abstract":"

    Undocumented

    ","parent_name":"SFGOrderedDictionary"},"Classes/SFGOrderedDictionary.html#/c:objc(cs)SFGOrderedDictionary(im)objectForKeyedSubscript:":{"name":"-objectForKeyedSubscript:","abstract":"

    Undocumented

    ","parent_name":"SFGOrderedDictionary"},"Classes/SFGOrderedDictionary.html#/c:objc(cs)SFGOrderedDictionary(im)setObject:forKeyedSubscript:":{"name":"-setObject:forKeyedSubscript:","abstract":"

    Undocumented

    ","parent_name":"SFGOrderedDictionary"},"Classes/SFGOrderedDictionary.html#/c:objc(cs)SFGOrderedDictionary(im)indexOfKey:":{"name":"-indexOfKey:","abstract":"

    Undocumented

    ","parent_name":"SFGOrderedDictionary"},"Classes/SFGOrderedDictionary.html#/c:objc(cs)SFGOrderedDictionary(im)indexOfKey:inRange:":{"name":"-indexOfKey:inRange:","abstract":"

    Undocumented

    ","parent_name":"SFGOrderedDictionary"},"Classes/SFGOrderedDictionary.html#/c:objc(cs)SFGOrderedDictionary(im)indexOfKeyIdenticalTo:":{"name":"-indexOfKeyIdenticalTo:","abstract":"

    Undocumented

    ","parent_name":"SFGOrderedDictionary"},"Classes/SFGOrderedDictionary.html#/c:objc(cs)SFGOrderedDictionary(im)indexOfKeyIdenticalTo:inRange:":{"name":"-indexOfKeyIdenticalTo:inRange:","abstract":"

    Undocumented

    ","parent_name":"SFGOrderedDictionary"},"Classes/SFGOrderedDictionary.html#/c:objc(cs)SFGOrderedDictionary(im)lastKey":{"name":"-lastKey","abstract":"

    Undocumented

    ","parent_name":"SFGOrderedDictionary"},"Classes/SFGOrderedDictionary.html#/c:objc(cs)SFGOrderedDictionary(im)sortUsingFunction:context:":{"name":"-sortUsingFunction:context:","abstract":"

    Undocumented

    ","parent_name":"SFGOrderedDictionary"},"Classes/SFGOrderedDictionary.html#/c:objc(cs)SFGOrderedDictionary(im)sortUsingSelector:":{"name":"-sortUsingSelector:","abstract":"

    Undocumented

    ","parent_name":"SFGOrderedDictionary"},"Classes/SFGOrderedDictionary.html#/c:objc(cs)SFGOrderedDictionary(im)sortUsingComparator:":{"name":"-sortUsingComparator:","abstract":"

    Undocumented

    ","parent_name":"SFGOrderedDictionary"},"Classes/SFGOrderedDictionary.html#/c:objc(cs)SFGOrderedDictionary(im)sortWithOptions:usingComparator:":{"name":"-sortWithOptions:usingComparator:","abstract":"

    Undocumented

    ","parent_name":"SFGOrderedDictionary"},"Classes/SFGMultiPolygon.html#/c:objc(cs)SFGMultiPolygon(py)polygons":{"name":"polygons","abstract":"

    Array of polygons

    ","parent_name":"SFGMultiPolygon"},"Classes/SFGMultiPolygon.html#/c:objc(cs)SFGMultiPolygon(cm)multiPolygon":{"name":"+multiPolygon","abstract":"

    Create

    ","parent_name":"SFGMultiPolygon"},"Classes/SFGMultiPolygon.html#/c:objc(cs)SFGMultiPolygon(cm)multiPolygonWithCoordinates:":{"name":"+multiPolygonWithCoordinates:","abstract":"

    Create

    ","parent_name":"SFGMultiPolygon"},"Classes/SFGMultiPolygon.html#/c:objc(cs)SFGMultiPolygon(cm)multiPolygonWithPolygons:":{"name":"+multiPolygonWithPolygons:","abstract":"

    Create

    ","parent_name":"SFGMultiPolygon"},"Classes/SFGMultiPolygon.html#/c:objc(cs)SFGMultiPolygon(cm)multiPolygonWithMultiPolygon:":{"name":"+multiPolygonWithMultiPolygon:","abstract":"

    Create

    ","parent_name":"SFGMultiPolygon"},"Classes/SFGMultiPolygon.html#/c:objc(cs)SFGMultiPolygon(cm)multiPolygonWithTree:":{"name":"+multiPolygonWithTree:","abstract":"

    Create

    ","parent_name":"SFGMultiPolygon"},"Classes/SFGMultiPolygon.html#/c:objc(cs)SFGMultiPolygon(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFGMultiPolygon"},"Classes/SFGMultiPolygon.html#/c:objc(cs)SFGMultiPolygon(im)initWithCoordinates:":{"name":"-initWithCoordinates:","abstract":"

    Initialize

    ","parent_name":"SFGMultiPolygon"},"Classes/SFGMultiPolygon.html#/c:objc(cs)SFGMultiPolygon(im)initWithPolygons:":{"name":"-initWithPolygons:","abstract":"

    Initialize

    ","parent_name":"SFGMultiPolygon"},"Classes/SFGMultiPolygon.html#/c:objc(cs)SFGMultiPolygon(im)initWithMultiPolygon:":{"name":"-initWithMultiPolygon:","abstract":"

    Initialize

    ","parent_name":"SFGMultiPolygon"},"Classes/SFGMultiPolygon.html#/c:objc(cs)SFGMultiPolygon(im)initWithTree:":{"name":"-initWithTree:","abstract":"

    Initialize

    ","parent_name":"SFGMultiPolygon"},"Classes/SFGMultiPolygon.html#/c:objc(cs)SFGMultiPolygon(im)multiPolygon":{"name":"-multiPolygon","abstract":"

    Get the simple features multi polygon

    ","parent_name":"SFGMultiPolygon"},"Classes/SFGMultiPolygon.html#/c:objc(cs)SFGMultiPolygon(im)setMultiPolygon:":{"name":"-setMultiPolygon:","abstract":"

    Set the simple features multi polygon

    ","parent_name":"SFGMultiPolygon"},"Classes/SFGMultiPoint.html#/c:objc(cs)SFGMultiPoint(py)points":{"name":"points","abstract":"

    Array of points

    ","parent_name":"SFGMultiPoint"},"Classes/SFGMultiPoint.html#/c:objc(cs)SFGMultiPoint(cm)multiPoint":{"name":"+multiPoint","abstract":"

    Create

    ","parent_name":"SFGMultiPoint"},"Classes/SFGMultiPoint.html#/c:objc(cs)SFGMultiPoint(cm)multiPointWithCoordinates:":{"name":"+multiPointWithCoordinates:","abstract":"

    Create

    ","parent_name":"SFGMultiPoint"},"Classes/SFGMultiPoint.html#/c:objc(cs)SFGMultiPoint(cm)multiPointWithPoints:":{"name":"+multiPointWithPoints:","abstract":"

    Create

    ","parent_name":"SFGMultiPoint"},"Classes/SFGMultiPoint.html#/c:objc(cs)SFGMultiPoint(cm)multiPointWithMultiPoint:":{"name":"+multiPointWithMultiPoint:","abstract":"

    Create

    ","parent_name":"SFGMultiPoint"},"Classes/SFGMultiPoint.html#/c:objc(cs)SFGMultiPoint(cm)multiPointWithTree:":{"name":"+multiPointWithTree:","abstract":"

    Create

    ","parent_name":"SFGMultiPoint"},"Classes/SFGMultiPoint.html#/c:objc(cs)SFGMultiPoint(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFGMultiPoint"},"Classes/SFGMultiPoint.html#/c:objc(cs)SFGMultiPoint(im)initWithCoordinates:":{"name":"-initWithCoordinates:","abstract":"

    Initialize

    ","parent_name":"SFGMultiPoint"},"Classes/SFGMultiPoint.html#/c:objc(cs)SFGMultiPoint(im)initWithPoints:":{"name":"-initWithPoints:","abstract":"

    Initialize

    ","parent_name":"SFGMultiPoint"},"Classes/SFGMultiPoint.html#/c:objc(cs)SFGMultiPoint(im)initWithMultiPoint:":{"name":"-initWithMultiPoint:","abstract":"

    Initialize

    ","parent_name":"SFGMultiPoint"},"Classes/SFGMultiPoint.html#/c:objc(cs)SFGMultiPoint(im)initWithTree:":{"name":"-initWithTree:","abstract":"

    Initialize

    ","parent_name":"SFGMultiPoint"},"Classes/SFGMultiPoint.html#/c:objc(cs)SFGMultiPoint(im)multiPoint":{"name":"-multiPoint","abstract":"

    Get the simple features multi point

    ","parent_name":"SFGMultiPoint"},"Classes/SFGMultiPoint.html#/c:objc(cs)SFGMultiPoint(im)setMultiPoint:":{"name":"-setMultiPoint:","abstract":"

    Set the simple features multi point

    ","parent_name":"SFGMultiPoint"},"Classes/SFGMultiLineString.html#/c:objc(cs)SFGMultiLineString(py)lineStrings":{"name":"lineStrings","abstract":"

    Array of line strings

    ","parent_name":"SFGMultiLineString"},"Classes/SFGMultiLineString.html#/c:objc(cs)SFGMultiLineString(cm)multiLineString":{"name":"+multiLineString","abstract":"

    Create

    ","parent_name":"SFGMultiLineString"},"Classes/SFGMultiLineString.html#/c:objc(cs)SFGMultiLineString(cm)multiLineStringWithCoordinates:":{"name":"+multiLineStringWithCoordinates:","abstract":"

    Create

    ","parent_name":"SFGMultiLineString"},"Classes/SFGMultiLineString.html#/c:objc(cs)SFGMultiLineString(cm)multiLineStringWithLineStrings:":{"name":"+multiLineStringWithLineStrings:","abstract":"

    Create

    ","parent_name":"SFGMultiLineString"},"Classes/SFGMultiLineString.html#/c:objc(cs)SFGMultiLineString(cm)multiLineStringWithMultiLineString:":{"name":"+multiLineStringWithMultiLineString:","abstract":"

    Create

    ","parent_name":"SFGMultiLineString"},"Classes/SFGMultiLineString.html#/c:objc(cs)SFGMultiLineString(cm)multiLineStringWithTree:":{"name":"+multiLineStringWithTree:","abstract":"

    Create

    ","parent_name":"SFGMultiLineString"},"Classes/SFGMultiLineString.html#/c:objc(cs)SFGMultiLineString(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFGMultiLineString"},"Classes/SFGMultiLineString.html#/c:objc(cs)SFGMultiLineString(im)initWithCoordinates:":{"name":"-initWithCoordinates:","abstract":"

    Initialize

    ","parent_name":"SFGMultiLineString"},"Classes/SFGMultiLineString.html#/c:objc(cs)SFGMultiLineString(im)initWithLineStrings:":{"name":"-initWithLineStrings:","abstract":"

    Initialize

    ","parent_name":"SFGMultiLineString"},"Classes/SFGMultiLineString.html#/c:objc(cs)SFGMultiLineString(im)initWithMultiLineString:":{"name":"-initWithMultiLineString:","abstract":"

    Initialize

    ","parent_name":"SFGMultiLineString"},"Classes/SFGMultiLineString.html#/c:objc(cs)SFGMultiLineString(im)initWithTree:":{"name":"-initWithTree:","abstract":"

    Initialize

    ","parent_name":"SFGMultiLineString"},"Classes/SFGMultiLineString.html#/c:objc(cs)SFGMultiLineString(im)multiLineString":{"name":"-multiLineString","abstract":"

    Get the simple features multi line string

    ","parent_name":"SFGMultiLineString"},"Classes/SFGMultiLineString.html#/c:objc(cs)SFGMultiLineString(im)setMultiLineString:":{"name":"-setMultiLineString:","abstract":"

    Set the simple features multi line string

    ","parent_name":"SFGMultiLineString"},"Classes/SFGLineString.html#/c:objc(cs)SFGLineString(py)points":{"name":"points","abstract":"

    Array of points

    ","parent_name":"SFGLineString"},"Classes/SFGLineString.html#/c:objc(cs)SFGLineString(cm)lineString":{"name":"+lineString","abstract":"

    Create

    ","parent_name":"SFGLineString"},"Classes/SFGLineString.html#/c:objc(cs)SFGLineString(cm)lineStringWithCoordinates:":{"name":"+lineStringWithCoordinates:","abstract":"

    Create

    ","parent_name":"SFGLineString"},"Classes/SFGLineString.html#/c:objc(cs)SFGLineString(cm)lineStringWithPoints:":{"name":"+lineStringWithPoints:","abstract":"

    Create

    ","parent_name":"SFGLineString"},"Classes/SFGLineString.html#/c:objc(cs)SFGLineString(cm)lineStringWithLineString:":{"name":"+lineStringWithLineString:","abstract":"

    Create

    ","parent_name":"SFGLineString"},"Classes/SFGLineString.html#/c:objc(cs)SFGLineString(cm)lineStringWithTree:":{"name":"+lineStringWithTree:","abstract":"

    Create

    ","parent_name":"SFGLineString"},"Classes/SFGLineString.html#/c:objc(cs)SFGLineString(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFGLineString"},"Classes/SFGLineString.html#/c:objc(cs)SFGLineString(im)initWithCoordinates:":{"name":"-initWithCoordinates:","abstract":"

    Initialize

    ","parent_name":"SFGLineString"},"Classes/SFGLineString.html#/c:objc(cs)SFGLineString(im)initWithPoints:":{"name":"-initWithPoints:","abstract":"

    Initialize

    ","parent_name":"SFGLineString"},"Classes/SFGLineString.html#/c:objc(cs)SFGLineString(im)initWithLineString:":{"name":"-initWithLineString:","abstract":"

    Initialize

    ","parent_name":"SFGLineString"},"Classes/SFGLineString.html#/c:objc(cs)SFGLineString(im)initWithTree:":{"name":"-initWithTree:","abstract":"

    Initialize

    ","parent_name":"SFGLineString"},"Classes/SFGLineString.html#/c:objc(cs)SFGLineString(im)lineString":{"name":"-lineString","abstract":"

    Get the simple features line string

    ","parent_name":"SFGLineString"},"Classes/SFGLineString.html#/c:objc(cs)SFGLineString(im)setLineString:":{"name":"-setLineString:","abstract":"

    Set the simple features line string

    ","parent_name":"SFGLineString"},"Classes/SFGGeometryTypes.html#/c:objc(cs)SFGGeometryTypes(im)type":{"name":"-type","abstract":"

    Get the type

    ","parent_name":"SFGGeometryTypes"},"Classes/SFGGeometryTypes.html#/c:objc(cs)SFGGeometryTypes(im)simpleType":{"name":"-simpleType","abstract":"

    Get the simple geometry type

    ","parent_name":"SFGGeometryTypes"},"Classes/SFGGeometryTypes.html#/c:objc(cs)SFGGeometryTypes(im)name":{"name":"-name","abstract":"

    Get the name

    ","parent_name":"SFGGeometryTypes"},"Classes/SFGGeometryTypes.html#/c:objc(cs)SFGGeometryTypes(cm)type:":{"name":"+type:","abstract":"

    Get the geometry type

    ","parent_name":"SFGGeometryTypes"},"Classes/SFGGeometryTypes.html#/c:objc(cs)SFGGeometryTypes(cm)name:":{"name":"+name:","abstract":"

    Get the geometry name

    ","parent_name":"SFGGeometryTypes"},"Classes/SFGGeometryTypes.html#/c:objc(cs)SFGGeometryTypes(cm)fromName:":{"name":"+fromName:","abstract":"

    Get the geometry type of the name

    ","parent_name":"SFGGeometryTypes"},"Classes/SFGGeometryCollection.html#/c:objc(cs)SFGGeometryCollection(py)geometries":{"name":"geometries","abstract":"

    Array of geometries

    ","parent_name":"SFGGeometryCollection"},"Classes/SFGGeometryCollection.html#/c:objc(cs)SFGGeometryCollection(cm)geometryCollection":{"name":"+geometryCollection","abstract":"

    Create

    ","parent_name":"SFGGeometryCollection"},"Classes/SFGGeometryCollection.html#/c:objc(cs)SFGGeometryCollection(cm)geometryCollectionWithGeometries:":{"name":"+geometryCollectionWithGeometries:","abstract":"

    Create

    ","parent_name":"SFGGeometryCollection"},"Classes/SFGGeometryCollection.html#/c:objc(cs)SFGGeometryCollection(cm)geometryCollectionWithCoordinates:":{"name":"+geometryCollectionWithCoordinates:","abstract":"

    Create

    ","parent_name":"SFGGeometryCollection"},"Classes/SFGGeometryCollection.html#/c:objc(cs)SFGGeometryCollection(cm)geometryCollectionWithGeometryCollection:":{"name":"+geometryCollectionWithGeometryCollection:","abstract":"

    Create

    ","parent_name":"SFGGeometryCollection"},"Classes/SFGGeometryCollection.html#/c:objc(cs)SFGGeometryCollection(cm)geometryCollectionWithTree:":{"name":"+geometryCollectionWithTree:","abstract":"

    Create

    ","parent_name":"SFGGeometryCollection"},"Classes/SFGGeometryCollection.html#/c:objc(cs)SFGGeometryCollection(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFGGeometryCollection"},"Classes/SFGGeometryCollection.html#/c:objc(cs)SFGGeometryCollection(im)initWithGeometries:":{"name":"-initWithGeometries:","abstract":"

    Initialize

    ","parent_name":"SFGGeometryCollection"},"Classes/SFGGeometryCollection.html#/c:objc(cs)SFGGeometryCollection(im)initWithCoordinates:":{"name":"-initWithCoordinates:","abstract":"

    Initialize

    ","parent_name":"SFGGeometryCollection"},"Classes/SFGGeometryCollection.html#/c:objc(cs)SFGGeometryCollection(im)initWithGeometryCollection:":{"name":"-initWithGeometryCollection:","abstract":"

    Initialize

    ","parent_name":"SFGGeometryCollection"},"Classes/SFGGeometryCollection.html#/c:objc(cs)SFGGeometryCollection(im)initWithTree:":{"name":"-initWithTree:","abstract":"

    Initialize

    ","parent_name":"SFGGeometryCollection"},"Classes/SFGGeometryCollection.html#/c:objc(cs)SFGGeometryCollection(im)geometryCollection":{"name":"-geometryCollection","abstract":"

    Get the simple features geometry collection

    ","parent_name":"SFGGeometryCollection"},"Classes/SFGGeometryCollection.html#/c:objc(cs)SFGGeometryCollection(im)setGeometryCollection:":{"name":"-setGeometryCollection:","abstract":"

    Set the simple features geometry collection

    ","parent_name":"SFGGeometryCollection"},"Classes/SFGGeometryCollection.html#/c:objc(cs)SFGGeometryCollection(cm)geometriesFromGeometryCollection:":{"name":"+geometriesFromGeometryCollection:","abstract":"

    Get geometries from a geometry collection

    ","parent_name":"SFGGeometryCollection"},"Classes/SFGGeometryCollection.html#/c:objc(cs)SFGGeometryCollection(cm)geometryCollectionFromGeometries:":{"name":"+geometryCollectionFromGeometries:","abstract":"

    Get a geometry collection from geometries

    ","parent_name":"SFGGeometryCollection"},"Classes/SFGGeometryCollection.html#/c:objc(cs)SFGGeometryCollection(cm)treeGeometries:":{"name":"+treeGeometries:","abstract":"

    Get the JSON object geometries from the JSON tree

    ","parent_name":"SFGGeometryCollection"},"Classes/SFGGeometry.html#/c:objc(cs)SFGGeometry(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFGGeometry"},"Classes/SFGGeometry.html#/c:objc(cs)SFGGeometry(im)initWithCoordinates:":{"name":"-initWithCoordinates:","abstract":"

    Initialize

    ","parent_name":"SFGGeometry"},"Classes/SFGGeometry.html#/c:objc(cs)SFGGeometry(im)initWithTree:":{"name":"-initWithTree:","abstract":"

    Initialize

    ","parent_name":"SFGGeometry"},"Classes/SFGGeometry.html#/c:objc(cs)SFGGeometry(im)geometryType":{"name":"-geometryType","abstract":"

    Get the geometry type

    ","parent_name":"SFGGeometry"},"Classes/SFGGeometry.html#/c:objc(cs)SFGGeometry(im)geometry":{"name":"-geometry","abstract":"

    Get the simple geometry

    ","parent_name":"SFGGeometry"},"Classes/SFGGeometry.html#/c:objc(cs)SFGGeometry(im)coordinates":{"name":"-coordinates","abstract":"

    Get the JSON object coordinates

    ","parent_name":"SFGGeometry"},"Classes/SFGGeometry.html#/c:objc(cs)SFGGeometry(im)setCoordinates:":{"name":"-setCoordinates:","abstract":"

    Set the coordinates

    ","parent_name":"SFGGeometry"},"Classes/SFGGeometry.html#/c:objc(cs)SFGGeometry(cm)treeCoordinates:":{"name":"+treeCoordinates:","abstract":"

    Get the JSON object coordinates from the JSON tree

    ","parent_name":"SFGGeometry"},"Classes/SFGGeoJSONObject.html#/c:objc(cs)SFGGeoJSONObject(py)bbox":{"name":"bbox","abstract":"

    Bounding box

    ","parent_name":"SFGGeoJSONObject"},"Classes/SFGGeoJSONObject.html#/c:objc(cs)SFGGeoJSONObject(py)foreignMembers":{"name":"foreignMembers","abstract":"

    Foreign members

    ","parent_name":"SFGGeoJSONObject"},"Classes/SFGGeoJSONObject.html#/c:objc(cs)SFGGeoJSONObject(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFGGeoJSONObject"},"Classes/SFGGeoJSONObject.html#/c:objc(cs)SFGGeoJSONObject(im)initWithTree:":{"name":"-initWithTree:","abstract":"

    Initialize

    ","parent_name":"SFGGeoJSONObject"},"Classes/SFGGeoJSONObject.html#/c:objc(cs)SFGGeoJSONObject(im)type":{"name":"-type","abstract":"

    Get the GeoJSON object type

    ","parent_name":"SFGGeoJSONObject"},"Classes/SFGGeoJSONObject.html#/c:objc(cs)SFGGeoJSONObject(im)toTree":{"name":"-toTree","abstract":"

    Convert to a JSON tree

    ","parent_name":"SFGGeoJSONObject"},"Classes/SFGGeoJSONObject.html#/c:objc(cs)SFGGeoJSONObject(im)fromTree:":{"name":"-fromTree:","abstract":"

    Set from a JSON tree

    ","parent_name":"SFGGeoJSONObject"},"Classes/SFGGeoJSONObject.html#/c:objc(cs)SFGGeoJSONObject(im)keys":{"name":"-keys","abstract":"

    Get the JSON keys

    ","parent_name":"SFGGeoJSONObject"},"Classes/SFGGeoJSONObject.html#/c:objc(cs)SFGGeoJSONObject(cm)treeType:":{"name":"+treeType:","abstract":"

    Get the type of the JSON tree

    ","parent_name":"SFGGeoJSONObject"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)jsonToFeature:":{"name":"+jsonToFeature:","abstract":"

    Convert the JSON string to a feature

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)treeToFeature:":{"name":"+treeToFeature:","abstract":"

    Convert the JSON tree to a feature

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)simpleGeometryToFeature:":{"name":"+simpleGeometryToFeature:","abstract":"

    Convert a simple geometry to a feature

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)jsonToFeatureCollection:":{"name":"+jsonToFeatureCollection:","abstract":"

    Convert the JSON string to a feature collection

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)treeToFeatureCollection:":{"name":"+treeToFeatureCollection:","abstract":"

    Convert the JSON tree to a feature collection

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)simpleGeometryToFeatureCollection:":{"name":"+simpleGeometryToFeatureCollection:","abstract":"

    Convert a simple geometry to a feature collection

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)simpleGeometriesToFeatureCollection:":{"name":"+simpleGeometriesToFeatureCollection:","abstract":"

    Convert simple geometries to a feature collection

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)jsonToObject:":{"name":"+jsonToObject:","abstract":"

    Convert the string content to a GeoJSON object

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)treeToObject:":{"name":"+treeToObject:","abstract":"

    Convert the JSON tree to a GeoJSON Object

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)objectToJSON:":{"name":"+objectToJSON:","abstract":"

    Convert the object to a JSON value

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)simpleGeometryToJSON:":{"name":"+simpleGeometryToJSON:","abstract":"

    Convert the simple geometry to a JSON value

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)treeToJSON:":{"name":"+treeToJSON:","abstract":"

    Convert the JSON tree to a JSON string

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)objectToMutableTree:":{"name":"+objectToMutableTree:","abstract":"

    Convert the GeoJSON object to a mutable tree

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)objectToTree:":{"name":"+objectToTree:","abstract":"

    Convert the GeoJSON object to a tree

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)jsonToMutableTree:":{"name":"+jsonToMutableTree:","abstract":"

    Convert the JSON string to a mutable JSON tree

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)jsonToTree:":{"name":"+jsonToTree:","abstract":"

    Convert the JSON string to a JSON tree

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)simpleGeometryToMutableTree:":{"name":"+simpleGeometryToMutableTree:","abstract":"

    Convert the simple geometry to a mutable tree

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)simpleGeometryToTree:":{"name":"+simpleGeometryToTree:","abstract":"

    Convert the simple geometry to a tree

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)jsonToGeometry:":{"name":"+jsonToGeometry:","abstract":"

    Convert the JSON string to a geometry

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)treeToGeometry:":{"name":"+treeToGeometry:","abstract":"

    Convert the JSON tree to a geometry

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)simpleGeometryToGeometry:":{"name":"+simpleGeometryToGeometry:","abstract":"

    Convert the simple geometry to a geometry

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)treeToPoint:":{"name":"+treeToPoint:","abstract":"

    Convert the JSON tree to a point

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)treeToLineString:":{"name":"+treeToLineString:","abstract":"

    Convert the JSON tree to a line string

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)treeToPolygon:":{"name":"+treeToPolygon:","abstract":"

    Convert the JSON tree to a polygon

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)treeToMultiPoint:":{"name":"+treeToMultiPoint:","abstract":"

    Convert the JSON tree to a multi point

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)treeToMultiLineString:":{"name":"+treeToMultiLineString:","abstract":"

    Convert the JSON tree to a multi line string

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)treeToMultiPolygon:":{"name":"+treeToMultiPolygon:","abstract":"

    Convert the JSON tree to a multi polygon

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)treeToGeometryCollection:":{"name":"+treeToGeometryCollection:","abstract":"

    Convert the JSON tree to a geometry collection

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureCollection.html#/c:objc(cs)SFGFeatureCollection(py)features":{"name":"features","abstract":"

    Collection of features

    ","parent_name":"SFGFeatureCollection"},"Classes/SFGFeatureCollection.html#/c:objc(cs)SFGFeatureCollection(cm)featureCollection":{"name":"+featureCollection","abstract":"

    Create

    ","parent_name":"SFGFeatureCollection"},"Classes/SFGFeatureCollection.html#/c:objc(cs)SFGFeatureCollection(cm)featureCollectionWithFeature:":{"name":"+featureCollectionWithFeature:","abstract":"

    Create

    ","parent_name":"SFGFeatureCollection"},"Classes/SFGFeatureCollection.html#/c:objc(cs)SFGFeatureCollection(cm)featureCollectionWithFeatures:":{"name":"+featureCollectionWithFeatures:","abstract":"

    Create

    ","parent_name":"SFGFeatureCollection"},"Classes/SFGFeatureCollection.html#/c:objc(cs)SFGFeatureCollection(cm)featureCollectionWithTree:":{"name":"+featureCollectionWithTree:","abstract":"

    Create

    ","parent_name":"SFGFeatureCollection"},"Classes/SFGFeatureCollection.html#/c:objc(cs)SFGFeatureCollection(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFGFeatureCollection"},"Classes/SFGFeatureCollection.html#/c:objc(cs)SFGFeatureCollection(im)initWithFeature:":{"name":"-initWithFeature:","abstract":"

    Initialize

    ","parent_name":"SFGFeatureCollection"},"Classes/SFGFeatureCollection.html#/c:objc(cs)SFGFeatureCollection(im)initWithFeatures:":{"name":"-initWithFeatures:","abstract":"

    Initialize

    ","parent_name":"SFGFeatureCollection"},"Classes/SFGFeatureCollection.html#/c:objc(cs)SFGFeatureCollection(im)initWithTree:":{"name":"-initWithTree:","abstract":"

    Initialize

    ","parent_name":"SFGFeatureCollection"},"Classes/SFGFeatureCollection.html#/c:objc(cs)SFGFeatureCollection(im)addFeature:":{"name":"-addFeature:","abstract":"

    Add a feature

    ","parent_name":"SFGFeatureCollection"},"Classes/SFGFeatureCollection.html#/c:objc(cs)SFGFeatureCollection(im)addFeatures:":{"name":"-addFeatures:","abstract":"

    Add the features

    ","parent_name":"SFGFeatureCollection"},"Classes/SFGFeatureCollection.html#/c:objc(cs)SFGFeatureCollection(im)numFeatures":{"name":"-numFeatures","abstract":"

    Get the number of features

    ","parent_name":"SFGFeatureCollection"},"Classes/SFGFeatureCollection.html#/c:objc(cs)SFGFeatureCollection(im)featureAtIndex:":{"name":"-featureAtIndex:","abstract":"

    Get the feature at the index

    ","parent_name":"SFGFeatureCollection"},"Classes/SFGFeatureCollection.html#/c:objc(cs)SFGFeatureCollection(im)geometryType":{"name":"-geometryType","abstract":"

    Get the geometry type

    ","parent_name":"SFGFeatureCollection"},"Classes/SFGFeatureCollection.html#/c:objc(cs)SFGFeatureCollection(im)properties":{"name":"-properties","abstract":"

    Get the combined properties from all features

    ","parent_name":"SFGFeatureCollection"},"Classes/SFGFeature.html#/c:objc(cs)SFGFeature(py)id":{"name":"id","abstract":"

    Feature id

    ","parent_name":"SFGFeature"},"Classes/SFGFeature.html#/c:objc(cs)SFGFeature(py)geometry":{"name":"geometry","abstract":"

    Geometry

    ","parent_name":"SFGFeature"},"Classes/SFGFeature.html#/c:objc(cs)SFGFeature(py)properties":{"name":"properties","abstract":"

    Properties dictionary

    ","parent_name":"SFGFeature"},"Classes/SFGFeature.html#/c:objc(cs)SFGFeature(cm)feature":{"name":"+feature","abstract":"

    Create

    ","parent_name":"SFGFeature"},"Classes/SFGFeature.html#/c:objc(cs)SFGFeature(cm)featureWithGeometry:":{"name":"+featureWithGeometry:","abstract":"

    Create

    ","parent_name":"SFGFeature"},"Classes/SFGFeature.html#/c:objc(cs)SFGFeature(cm)featureWithTree:":{"name":"+featureWithTree:","abstract":"

    Create

    ","parent_name":"SFGFeature"},"Classes/SFGFeature.html#/c:objc(cs)SFGFeature(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFGFeature"},"Classes/SFGFeature.html#/c:objc(cs)SFGFeature(im)initWithGeometry:":{"name":"-initWithGeometry:","abstract":"

    Initialize

    ","parent_name":"SFGFeature"},"Classes/SFGFeature.html#/c:objc(cs)SFGFeature(im)initWithTree:":{"name":"-initWithTree:","abstract":"

    Initialize

    ","parent_name":"SFGFeature"},"Classes/SFGFeature.html#/c:objc(cs)SFGFeature(im)simpleGeometry":{"name":"-simpleGeometry","abstract":"

    Get the simple feature geometry

    ","parent_name":"SFGFeature"},"Classes/SFGFeature.html#/c:objc(cs)SFGFeature(im)geometryType":{"name":"-geometryType","abstract":"

    Get the geometry type

    ","parent_name":"SFGFeature"},"Classes/PROJProjections.html#/c:objc(cs)PROJProjections(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"PROJProjections"},"Classes/PROJProjections.html#/c:objc(cs)PROJProjections(im)projectionsForAuthority:":{"name":"-projectionsForAuthority:","abstract":"

    Get the authority projections

    ","parent_name":"PROJProjections"},"Classes/PROJProjections.html#/c:objc(cs)PROJProjections(im)projectionForAuthority:andCode:":{"name":"-projectionForAuthority:andCode:","abstract":"

    Get the projection for the authority and code

    ","parent_name":"PROJProjections"},"Classes/PROJProjections.html#/c:objc(cs)PROJProjections(im)hasProjection:":{"name":"-hasProjection:","abstract":"

    Check if the collection contains the projection

    ","parent_name":"PROJProjections"},"Classes/PROJProjections.html#/c:objc(cs)PROJProjections(im)hasProjectionWithAuthority:andCode:":{"name":"-hasProjectionWithAuthority:andCode:","abstract":"

    Check if the collection contains a projection for the authority and code

    ","parent_name":"PROJProjections"},"Classes/PROJProjections.html#/c:objc(cs)PROJProjections(im)addProjection:":{"name":"-addProjection:","abstract":"

    Add the projection

    ","parent_name":"PROJProjections"},"Classes/PROJProjections.html#/c:objc(cs)PROJProjections(im)clear":{"name":"-clear","abstract":"

    Clear all projections

    ","parent_name":"PROJProjections"},"Classes/PROJProjections.html#/c:objc(cs)PROJProjections(im)clearAuthority:":{"name":"-clearAuthority:","abstract":"

    Clear all projections for the authority

    ","parent_name":"PROJProjections"},"Classes/PROJProjections.html#/c:objc(cs)PROJProjections(im)removeAuthority:andNumberCode:":{"name":"-removeAuthority:andNumberCode:","abstract":"

    Remove the projection for the authority and code

    ","parent_name":"PROJProjections"},"Classes/PROJProjections.html#/c:objc(cs)PROJProjections(im)removeAuthority:andCode:":{"name":"-removeAuthority:andCode:","abstract":"

    Remove the projection for the authority and code

    ","parent_name":"PROJProjections"},"Classes/PROJProjections.html#/c:objc(cs)PROJProjections(im)removeProjection:":{"name":"-removeProjection:","abstract":"

    Remove the projection

    ","parent_name":"PROJProjections"},"Classes/PROJProjections.html#/c:objc(cs)PROJProjections(im)authorityCount":{"name":"-authorityCount","abstract":"

    Get the count of authorities

    ","parent_name":"PROJProjections"},"Classes/PROJProjections.html#/c:objc(cs)PROJProjections(im)authorities":{"name":"-authorities","abstract":"

    Get the authorities

    ","parent_name":"PROJProjections"},"Classes/PROJProjections.html#/c:objc(cs)PROJProjections(im)projectionCount":{"name":"-projectionCount","abstract":"

    Get the count of projections

    ","parent_name":"PROJProjections"},"Classes/PROJProjections.html#/c:objc(cs)PROJProjections(im)isEmpty":{"name":"-isEmpty","abstract":"

    Is the collection empty?

    ","parent_name":"PROJProjections"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(py)fromProjection":{"name":"fromProjection","abstract":"

    From projection

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(py)toProjection":{"name":"toProjection","abstract":"

    To projection

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(cm)transformFromProjection:andToProjection:":{"name":"+transformFromProjection:andToProjection:","abstract":"

    Create

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(cm)transformFromEpsg:andToEpsg:":{"name":"+transformFromEpsg:andToEpsg:","abstract":"

    Create

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(cm)transformFromAuthority:andFromIntCode:andToAuthority:andToIntCode:":{"name":"+transformFromAuthority:andFromIntCode:andToAuthority:andToIntCode:","abstract":"

    Create

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(cm)transformFromAuthority:andFromCode:andToAuthority:andToCode:":{"name":"+transformFromAuthority:andFromCode:andToAuthority:andToCode:","abstract":"

    Create

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(cm)transformFromProjection:andToEpsg:":{"name":"+transformFromProjection:andToEpsg:","abstract":"

    Create

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(cm)transformFromProjection:andToAuthority:andToCode:":{"name":"+transformFromProjection:andToAuthority:andToCode:","abstract":"

    Create

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(cm)transformFromEpsg:andToProjection:":{"name":"+transformFromEpsg:andToProjection:","abstract":"

    Create

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(cm)transformFromAuthority:andFromCode:andToProjection:":{"name":"+transformFromAuthority:andFromCode:andToProjection:","abstract":"

    Create

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(cm)transformWithProjectionTransform:":{"name":"+transformWithProjectionTransform:","abstract":"

    Create

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(im)initWithFromProjection:andToProjection:":{"name":"-initWithFromProjection:andToProjection:","abstract":"

    Initialize

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(im)initWithFromEpsg:andToEpsg:":{"name":"-initWithFromEpsg:andToEpsg:","abstract":"

    Initialize

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(im)initWithFromAuthority:andFromIntCode:andToAuthority:andToIntCode:":{"name":"-initWithFromAuthority:andFromIntCode:andToAuthority:andToIntCode:","abstract":"

    Initialize

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(im)initWithFromAuthority:andFromCode:andToAuthority:andToCode:":{"name":"-initWithFromAuthority:andFromCode:andToAuthority:andToCode:","abstract":"

    Initialize

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(im)initWithFromProjection:andToEpsg:":{"name":"-initWithFromProjection:andToEpsg:","abstract":"

    Initialize

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(im)initWithFromProjection:andToAuthority:andToCode:":{"name":"-initWithFromProjection:andToAuthority:andToCode:","abstract":"

    Initialize

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(im)initWithFromEpsg:andToProjection:":{"name":"-initWithFromEpsg:andToProjection:","abstract":"

    Initialize

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(im)initWithFromAuthority:andFromCode:andToProjection:":{"name":"-initWithFromAuthority:andFromCode:andToProjection:","abstract":"

    Initialize

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(im)initWithProjectionTransform:":{"name":"-initWithProjectionTransform:","abstract":"

    Initialize

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(im)free":{"name":"-free","abstract":"

    Free the projection memory

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(im)transform:":{"name":"-transform:","abstract":"

    Transform a location coordinate

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(im)transform3d:":{"name":"-transform3d:","abstract":"

    Transform a 3d location coordinate

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(im)transformX:andY:":{"name":"-transformX:andY:","abstract":"

    Transform a x and y coordinate

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(im)transformMinX:andMinY:andMaxX:andMaxY:":{"name":"-transformMinX:andMinY:andMaxX:andMaxY:","abstract":"

    Transform the coordinate bounds

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(im)isSameProjection":{"name":"-isSameProjection","abstract":"

    Is the from and to projection the same?

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(im)inverseTransformation":{"name":"-inverseTransformation","abstract":"

    Get the inverse transformation

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionRetriever.html#/c:objc(cs)PROJProjectionRetriever(cm)projectionWithEpsg:":{"name":"+projectionWithEpsg:","abstract":"

    Get the proj4 projection string for the EPSG code

    ","parent_name":"PROJProjectionRetriever"},"Classes/PROJProjectionRetriever.html#/c:objc(cs)PROJProjectionRetriever(cm)projectionWithAuthority:andNumberCode:":{"name":"+projectionWithAuthority:andNumberCode:","abstract":"

    Get the proj4 projection string for the authority coordinate code

    ","parent_name":"PROJProjectionRetriever"},"Classes/PROJProjectionRetriever.html#/c:objc(cs)PROJProjectionRetriever(cm)projectionWithAuthority:andCode:":{"name":"+projectionWithAuthority:andCode:","abstract":"

    Get the proj4 projection string for the authority coordinate code

    ","parent_name":"PROJProjectionRetriever"},"Classes/PROJProjectionRetriever.html#/c:objc(cs)PROJProjectionRetriever(cm)getOrCreateProjectionsForAuthority:":{"name":"+getOrCreateProjectionsForAuthority:","abstract":"

    Get or create the projection properties

    ","parent_name":"PROJProjectionRetriever"},"Classes/PROJProjectionRetriever.html#/c:objc(cs)PROJProjectionRetriever(cm)projectionsForAuthority:":{"name":"+projectionsForAuthority:","abstract":"

    Get the projection properties for the authority

    ","parent_name":"PROJProjectionRetriever"},"Classes/PROJProjectionRetriever.html#/c:objc(cs)PROJProjectionRetriever(cm)clear":{"name":"+clear","abstract":"

    Clear the properties for all authorities

    ","parent_name":"PROJProjectionRetriever"},"Classes/PROJProjectionRetriever.html#/c:objc(cs)PROJProjectionRetriever(cm)clearAuthority:":{"name":"+clearAuthority:","abstract":"

    Clear the properties for the authority

    ","parent_name":"PROJProjectionRetriever"},"Classes/PROJProjectionRetriever.html#/c:objc(cs)PROJProjectionRetriever(cm)clearAuthority:andNumberCode:":{"name":"+clearAuthority:andNumberCode:","abstract":"

    Clear the property for the authority code

    ","parent_name":"PROJProjectionRetriever"},"Classes/PROJProjectionRetriever.html#/c:objc(cs)PROJProjectionRetriever(cm)clearAuthority:andCode:":{"name":"+clearAuthority:andCode:","abstract":"

    Clear the property for the authority code

    ","parent_name":"PROJProjectionRetriever"},"Classes/PROJProjectionRetriever.html#/c:objc(cs)PROJProjectionRetriever(cm)propertiesPathForAuthority:":{"name":"+propertiesPathForAuthority:","abstract":"

    Get the properties file path for the authority

    ","parent_name":"PROJProjectionRetriever"},"Classes/PROJProjectionRetriever.html#/c:objc(cs)PROJProjectionRetriever(cm)setProjections:forAuthority:":{"name":"+setProjections:forAuthority:","abstract":"

    Set the projections for the authority with the properties

    ","parent_name":"PROJProjectionRetriever"},"Classes/PROJProjectionRetriever.html#/c:objc(cs)PROJProjectionRetriever(cm)setProjection:forAuthority:andNumberCode:":{"name":"+setProjection:forAuthority:andNumberCode:","abstract":"

    Set the projection for the authority and code, creating the authority if","parent_name":"PROJProjectionRetriever"},"Classes/PROJProjectionRetriever.html#/c:objc(cs)PROJProjectionRetriever(cm)setProjection:forAuthority:andCode:":{"name":"+setProjection:forAuthority:andCode:","abstract":"

    Set the projection for the authority and code, creating the authority if","parent_name":"PROJProjectionRetriever"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)resetOrder":{"name":"+resetOrder","abstract":"

    Reset the projection factory retrieval order to the default

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)order":{"name":"+order","abstract":"

    Get a copy of the projection factory retrieval order

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)cachelessOrder":{"name":"+cachelessOrder","abstract":"

    Get a copy of the projection factory retrieval order without caching

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)removeOrderType:":{"name":"+removeOrderType:","abstract":"

    Remove the projection factory retrieval type from the retrieval ordering

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)setOrder:":{"name":"+setOrder:","abstract":"

    Set the projection factory retrieval order

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)buildDefaultOrder":{"name":"+buildDefaultOrder","abstract":"

    Build a default order set for specified ordered projection retrievals","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)buildOrder:":{"name":"+buildOrder:","abstract":"

    Build an order set for specified ordered projection retrievals without","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)projectionWithEpsg:":{"name":"+projectionWithEpsg:","abstract":"

    Get the projection for the EPSG code

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)cachelessProjectionWithEpsg:":{"name":"+cachelessProjectionWithEpsg:","abstract":"

    Get the cacheless projection for the EPSG code

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)projectionWithEpsgInt:":{"name":"+projectionWithEpsgInt:","abstract":"

    Get the projection for the EPSG code

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)cachelessProjectionWithEpsgInt:":{"name":"+cachelessProjectionWithEpsgInt:","abstract":"

    Get the cacheless projection for the EPSG code

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)projectionWithName:":{"name":"+projectionWithName:","abstract":"

    Get the projection for the projection name, expected as ‘authority:code’ or ‘epsg_code’

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)cachelessProjectionWithName:":{"name":"+cachelessProjectionWithName:","abstract":"

    Get the cacheless projection for the projection name, expected as ‘authority:code’ or ‘epsg_code’

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)projectionWithAuthority:andNumberCode:":{"name":"+projectionWithAuthority:andNumberCode:","abstract":"

    Get the projection for authority and code

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)cachelessProjectionWithAuthority:andNumberCode:":{"name":"+cachelessProjectionWithAuthority:andNumberCode:","abstract":"

    Get the cacheless projection for authority and code

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)projectionWithAuthority:andIntCode:":{"name":"+projectionWithAuthority:andIntCode:","abstract":"

    Get the projection for authority and code

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)cachelessProjectionWithAuthority:andIntCode:":{"name":"+cachelessProjectionWithAuthority:andIntCode:","abstract":"

    Get the cacheless projection for authority and code

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)projectionWithAuthority:andCode:":{"name":"+projectionWithAuthority:andCode:","abstract":"

    Get the projection for authority and code

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)cachelessProjectionWithAuthority:andCode:":{"name":"+cachelessProjectionWithAuthority:andCode:","abstract":"

    Get the cacheless projection for authority and code

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)projectionWithAuthority:andNumberCode:andParams:":{"name":"+projectionWithAuthority:andNumberCode:andParams:","abstract":"

    Get the projection for authority, code, and parameter string

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)cachelessProjectionWithAuthority:andNumberCode:andParams:":{"name":"+cachelessProjectionWithAuthority:andNumberCode:andParams:","abstract":"

    Get the cacheless projection for authority, code, and parameter string

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)projectionWithAuthority:andIntCode:andParams:":{"name":"+projectionWithAuthority:andIntCode:andParams:","abstract":"

    Get the projection for authority, code, and parameter string

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)cachelessProjectionWithAuthority:andIntCode:andParams:":{"name":"+cachelessProjectionWithAuthority:andIntCode:andParams:","abstract":"

    Get the cacheless projection for authority, code, and parameter string

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)projectionWithAuthority:andCode:andParams:":{"name":"+projectionWithAuthority:andCode:andParams:","abstract":"

    Get the projection for authority, code, and parameter string

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)cachelessProjectionWithAuthority:andCode:andParams:":{"name":"+cachelessProjectionWithAuthority:andCode:andParams:","abstract":"

    Get the cacheless projection for authority, code, and parameter string

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)projectionWithAuthority:andNumberCode:andDefinition:":{"name":"+projectionWithAuthority:andNumberCode:andDefinition:","abstract":"

    Get the projection for the authority, code, and definition

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)cachelessProjectionWithAuthority:andNumberCode:andDefinition:":{"name":"+cachelessProjectionWithAuthority:andNumberCode:andDefinition:","abstract":"

    Get the cacheless projection for the authority, code, and definition

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)projectionWithAuthority:andIntCode:andDefinition:":{"name":"+projectionWithAuthority:andIntCode:andDefinition:","abstract":"

    Get the projection for the authority, code, and definition

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)cachelessProjectionWithAuthority:andIntCode:andDefinition:":{"name":"+cachelessProjectionWithAuthority:andIntCode:andDefinition:","abstract":"

    Get the cacheless projection for the authority, code, and definition

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)projectionWithAuthority:andCode:andDefinition:":{"name":"+projectionWithAuthority:andCode:andDefinition:","abstract":"

    Get the projection for the authority, code, and definition

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)cachelessProjectionWithAuthority:andCode:andDefinition:":{"name":"+cachelessProjectionWithAuthority:andCode:andDefinition:","abstract":"

    Get the cacheless projection for the authority, code, and definition

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)projectionWithAuthority:andNumberCode:andParams:andDefinition:":{"name":"+projectionWithAuthority:andNumberCode:andParams:andDefinition:","abstract":"

    Get the projection for the authority, code, definition, and custom","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)cachelessProjectionWithAuthority:andNumberCode:andParams:andDefinition:":{"name":"+cachelessProjectionWithAuthority:andNumberCode:andParams:andDefinition:","abstract":"

    Get the cacheless projection for the authority, code, definition, and custom","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)projectionWithAuthority:andIntCode:andParams:andDefinition:":{"name":"+projectionWithAuthority:andIntCode:andParams:andDefinition:","abstract":"

    Get the projection for the authority, code, definition, and custom","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)cachelessProjectionWithAuthority:andIntCode:andParams:andDefinition:":{"name":"+cachelessProjectionWithAuthority:andIntCode:andParams:andDefinition:","abstract":"

    Get the cacheless projection for the authority, code, definition, and custom","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)projectionWithAuthority:andCode:andParams:andDefinition:":{"name":"+projectionWithAuthority:andCode:andParams:andDefinition:","abstract":"

    Get the projection for the authority, code, definition, and custom","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)cachelessProjectionWithAuthority:andCode:andParams:andDefinition:":{"name":"+cachelessProjectionWithAuthority:andCode:andParams:andDefinition:","abstract":"

    Get the cacheless projection for the authority, code, definition, and custom","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)projectionWithTypes:andAuthority:andCode:andParams:andDefinition:":{"name":"+projectionWithTypes:andAuthority:andCode:andParams:andDefinition:","abstract":"

    Get the projection for the authority, code, definition, and custom","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)projectionWithType:andAuthority:andCode:andParams:andDefinition:":{"name":"+projectionWithType:andAuthority:andCode:andParams:andDefinition:","abstract":"

    Get the projection for the authority, code, definition, and custom","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)projectionByDefinition:":{"name":"+projectionByDefinition:","abstract":"

    Get the projection for the definition

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)cachelessProjectionByDefinition:":{"name":"+cachelessProjectionByDefinition:","abstract":"

    Get the cacheless projection for the definition

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)projections":{"name":"+projections","abstract":"

    Get the projections

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)projectionsWithAuthority:":{"name":"+projectionsWithAuthority:","abstract":"

    Get or create projections for the authority

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)parseAuthorityAndCode:":{"name":"+parseAuthorityAndCode:","abstract":"

    Parse a projection name, expected as ‘authority:code’ or ‘epsg_code’,","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)clear":{"name":"+clear","abstract":"

    Clear all authority projections

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)clearAuthority:":{"name":"+clearAuthority:","abstract":"

    Clear the authority projections

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)clearAuthority:andNumberCode:":{"name":"+clearAuthority:andNumberCode:","abstract":"

    Clear the authority projection code

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)clearAuthority:andIntCode:":{"name":"+clearAuthority:andIntCode:","abstract":"

    Clear the authority projection code

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)clearAuthority:andCode:":{"name":"+clearAuthority:andCode:","abstract":"

    Clear the authority projection code

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)clearProjection:":{"name":"+clearProjection:","abstract":"

    Clear the projection, authority and code

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)clearTransform:":{"name":"+clearTransform:","abstract":"

    Clear the transform projections

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(cm)projectionWithAuthority:andNumberCode:andCrs:":{"name":"+projectionWithAuthority:andNumberCode:andCrs:","abstract":"

    Initialize

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(cm)projectionWithAuthority:andIntCode:andCrs:":{"name":"+projectionWithAuthority:andIntCode:andCrs:","abstract":"

    Initialize

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(cm)projectionWithAuthority:andCode:andCrs:":{"name":"+projectionWithAuthority:andCode:andCrs:","abstract":"

    Initialize

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(cm)projectionWithAuthority:andNumberCode:andCrs:andDefinition:":{"name":"+projectionWithAuthority:andNumberCode:andCrs:andDefinition:","abstract":"

    Initialize

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(cm)projectionWithAuthority:andIntCode:andCrs:andDefinition:":{"name":"+projectionWithAuthority:andIntCode:andCrs:andDefinition:","abstract":"

    Initialize

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(cm)projectionWithAuthority:andCode:andCrs:andDefinition:":{"name":"+projectionWithAuthority:andCode:andCrs:andDefinition:","abstract":"

    Initialize

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(cm)projectionWithAuthority:andNumberCode:andCrs:andDefinition:andDefinitionCrs:":{"name":"+projectionWithAuthority:andNumberCode:andCrs:andDefinition:andDefinitionCrs:","abstract":"

    Initialize

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(cm)projectionWithAuthority:andIntCode:andCrs:andDefinition:andDefinitionCrs:":{"name":"+projectionWithAuthority:andIntCode:andCrs:andDefinition:andDefinitionCrs:","abstract":"

    Initialize

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(cm)projectionWithAuthority:andCode:andCrs:andDefinition:andDefinitionCrs:":{"name":"+projectionWithAuthority:andCode:andCrs:andDefinition:andDefinitionCrs:","abstract":"

    Initialize

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)initWithAuthority:andNumberCode:andCrs:":{"name":"-initWithAuthority:andNumberCode:andCrs:","abstract":"

    Initialize

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)initWithAuthority:andIntCode:andCrs:":{"name":"-initWithAuthority:andIntCode:andCrs:","abstract":"

    Initialize

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)initWithAuthority:andCode:andCrs:":{"name":"-initWithAuthority:andCode:andCrs:","abstract":"

    Initialize

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)initWithAuthority:andNumberCode:andCrs:andDefinition:":{"name":"-initWithAuthority:andNumberCode:andCrs:andDefinition:","abstract":"

    Initialize

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)initWithAuthority:andIntCode:andCrs:andDefinition:":{"name":"-initWithAuthority:andIntCode:andCrs:andDefinition:","abstract":"

    Initialize

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)initWithAuthority:andCode:andCrs:andDefinition:":{"name":"-initWithAuthority:andCode:andCrs:andDefinition:","abstract":"

    Initialize

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)initWithAuthority:andNumberCode:andCrs:andDefinition:andDefinitionCrs:":{"name":"-initWithAuthority:andNumberCode:andCrs:andDefinition:andDefinitionCrs:","abstract":"

    Initialize

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)initWithAuthority:andIntCode:andCrs:andDefinition:andDefinitionCrs:":{"name":"-initWithAuthority:andIntCode:andCrs:andDefinition:andDefinitionCrs:","abstract":"

    Initialize

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)initWithAuthority:andCode:andCrs:andDefinition:andDefinitionCrs:":{"name":"-initWithAuthority:andCode:andCrs:andDefinition:andDefinitionCrs:","abstract":"

    Initialize

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)free":{"name":"-free","abstract":"

    Free the projection memory

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)authority":{"name":"-authority","abstract":"

    Get the coordinate authority

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)code":{"name":"-code","abstract":"

    Get the coordinate code

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)crs":{"name":"-crs","abstract":"

    Get the Coordinate Reference System

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)isLatLong":{"name":"-isLatLong","abstract":"

    Check if a lat lon crs

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)definition":{"name":"-definition","abstract":"

    Get the well-known text coordinate definition

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)definitionCRS":{"name":"-definitionCRS","abstract":"

    Get the definition parsed Coordinate Reference System

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)transformationWithEpsg:":{"name":"-transformationWithEpsg:","abstract":"

    Get the transformation from this Projection to the EPSG code. Each thread","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)transformationWithAuthority:andIntCode:":{"name":"-transformationWithAuthority:andIntCode:","abstract":"

    Get the transformation from this Projection to the authority and","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)transformationWithAuthority:andCode:":{"name":"-transformationWithAuthority:andCode:","abstract":"

    Get the transformation from this Projection to the authority and","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)transformationWithProjection:":{"name":"-transformationWithProjection:","abstract":"

    Get the transformation from this Projection to the provided projection.","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)toMeters:":{"name":"-toMeters:","abstract":"

    Convert the value to meters

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)unit":{"name":"-unit","abstract":"

    Get the projection unit

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)isUnit:":{"name":"-isUnit:","abstract":"

    Determine if the projection is in the provided unit

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)isEqualToAuthority:andNumberCode:":{"name":"-isEqualToAuthority:andNumberCode:","abstract":"

    Check if this projection is equal to the authority and code

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)isEqualToAuthority:andCode:":{"name":"-isEqualToAuthority:andCode:","abstract":"

    Check if this projection is equal to the authority and code

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)isEqualToProjection:":{"name":"-isEqualToProjection:","abstract":"

    Check if this projection is equal to the projection

    ","parent_name":"PROJProjection"},"Classes/PROJLocationCoordinate3D.html#/c:objc(cs)PROJLocationCoordinate3D(py)coordinate":{"name":"coordinate","abstract":"

    Location Coordinate

    ","parent_name":"PROJLocationCoordinate3D"},"Classes/PROJLocationCoordinate3D.html#/c:objc(cs)PROJLocationCoordinate3D(py)z":{"name":"z","abstract":"

    Z Altitude

    ","parent_name":"PROJLocationCoordinate3D"},"Classes/PROJLocationCoordinate3D.html#/c:objc(cs)PROJLocationCoordinate3D(cm)coordinateWithCoordinate:":{"name":"+coordinateWithCoordinate:","abstract":"

    Initialize as 2D coordinate

    ","parent_name":"PROJLocationCoordinate3D"},"Classes/PROJLocationCoordinate3D.html#/c:objc(cs)PROJLocationCoordinate3D(cm)coordinateWithCoordinate:andZ:":{"name":"+coordinateWithCoordinate:andZ:","abstract":"

    Initialize as 2D or 3D coordinate

    ","parent_name":"PROJLocationCoordinate3D"},"Classes/PROJLocationCoordinate3D.html#/c:objc(cs)PROJLocationCoordinate3D(im)initWithCoordinate:":{"name":"-initWithCoordinate:","abstract":"

    Initialize as 2D coordinate

    ","parent_name":"PROJLocationCoordinate3D"},"Classes/PROJLocationCoordinate3D.html#/c:objc(cs)PROJLocationCoordinate3D(im)initWithCoordinate:andZ:":{"name":"-initWithCoordinate:andZ:","abstract":"

    Initialize as 2D or 3D coordinate

    ","parent_name":"PROJLocationCoordinate3D"},"Classes/PROJLocationCoordinate3D.html#/c:objc(cs)PROJLocationCoordinate3D(im)hasZ":{"name":"-hasZ","abstract":"

    Has z coordinate?

    ","parent_name":"PROJLocationCoordinate3D"},"Classes/PROJIOUtils.html#/c:objc(cs)PROJIOUtils(cm)propertyListPathWithName:":{"name":"+propertyListPathWithName:","abstract":"

    Get the path of the property list file with name

    ","parent_name":"PROJIOUtils"},"Classes/PROJIOUtils.html#/c:objc(cs)PROJIOUtils(cm)resourcePathWithName:andType:":{"name":"+resourcePathWithName:andType:","abstract":"

    Get the path of the resource file with name and file type

    ","parent_name":"PROJIOUtils"},"Classes/PROJCRSParser.html#/c:objc(cs)PROJCRSParser(cm)parseText:":{"name":"+parseText:","abstract":"

    Parse crs well-known text into a proj4 coordinate reference system

    ","parent_name":"PROJCRSParser"},"Classes/PROJCRSParser.html#/c:objc(cs)PROJCRSParser(cm)convertCRS:":{"name":"+convertCRS:","abstract":"

    Convert a CRS object into a proj4 coordinate reference system

    ","parent_name":"PROJCRSParser"},"Classes/PROJCRSParser.html#/c:objc(cs)PROJCRSParser(cm)convertGeo:":{"name":"+convertGeo:","abstract":"

    Convert a geodetic or geographic crs into a proj4 coordinate reference","parent_name":"PROJCRSParser"},"Classes/PROJCRSParser.html#/c:objc(cs)PROJCRSParser(cm)convertProjected:":{"name":"+convertProjected:","abstract":"

    Convert a projected crs into a proj4 coordinate reference system

    ","parent_name":"PROJCRSParser"},"Classes/PROJCRSParser.html#/c:objc(cs)PROJCRSParser(cm)convertCompound:":{"name":"+convertCompound:","abstract":"

    Convert a compound crs into a proj4 coordinate reference system

    ","parent_name":"PROJCRSParser"},"Classes/PROJAuthorityProjections.html#/c:objc(cs)PROJAuthorityProjections(im)initWithAuthority:":{"name":"-initWithAuthority:","abstract":"

    Initialize

    ","parent_name":"PROJAuthorityProjections"},"Classes/PROJAuthorityProjections.html#/c:objc(cs)PROJAuthorityProjections(im)authority":{"name":"-authority","abstract":"

    Get the authority

    ","parent_name":"PROJAuthorityProjections"},"Classes/PROJAuthorityProjections.html#/c:objc(cs)PROJAuthorityProjections(im)projectionForNumberCode:":{"name":"-projectionForNumberCode:","abstract":"

    Get the projection for the code

    ","parent_name":"PROJAuthorityProjections"},"Classes/PROJAuthorityProjections.html#/c:objc(cs)PROJAuthorityProjections(im)projectionForCode:":{"name":"-projectionForCode:","abstract":"

    Get the projection for the code

    ","parent_name":"PROJAuthorityProjections"},"Classes/PROJAuthorityProjections.html#/c:objc(cs)PROJAuthorityProjections(im)hasProjection:":{"name":"-hasProjection:","abstract":"

    Check if the collection contains the projection

    ","parent_name":"PROJAuthorityProjections"},"Classes/PROJAuthorityProjections.html#/c:objc(cs)PROJAuthorityProjections(im)hasProjectionNumberCode:":{"name":"-hasProjectionNumberCode:","abstract":"

    Check if the collection contains a projection for the code

    ","parent_name":"PROJAuthorityProjections"},"Classes/PROJAuthorityProjections.html#/c:objc(cs)PROJAuthorityProjections(im)hasProjectionCode:":{"name":"-hasProjectionCode:","abstract":"

    Check if the collection contains a projection for the code

    ","parent_name":"PROJAuthorityProjections"},"Classes/PROJAuthorityProjections.html#/c:objc(cs)PROJAuthorityProjections(im)addProjection:":{"name":"-addProjection:","abstract":"

    Add the projection to the authority

    ","parent_name":"PROJAuthorityProjections"},"Classes/PROJAuthorityProjections.html#/c:objc(cs)PROJAuthorityProjections(im)clear":{"name":"-clear","abstract":"

    Clear all projections for the authority

    ","parent_name":"PROJAuthorityProjections"},"Classes/PROJAuthorityProjections.html#/c:objc(cs)PROJAuthorityProjections(im)removeNumberCode:":{"name":"-removeNumberCode:","abstract":"

    Remove the projection with the code

    ","parent_name":"PROJAuthorityProjections"},"Classes/PROJAuthorityProjections.html#/c:objc(cs)PROJAuthorityProjections(im)removeCode:":{"name":"-removeCode:","abstract":"

    Remove the projection with the code

    ","parent_name":"PROJAuthorityProjections"},"Classes/PROJAuthorityProjections.html#/c:objc(cs)PROJAuthorityProjections(im)removeProjection:":{"name":"-removeProjection:","abstract":"

    Remove the projection

    ","parent_name":"PROJAuthorityProjections"},"Classes/PROJAuthorityProjections.html#/c:objc(cs)PROJAuthorityProjections(im)count":{"name":"-count","abstract":"

    Get the count of authority projections

    ","parent_name":"PROJAuthorityProjections"},"Classes/PROJAuthorityProjections.html#/c:objc(cs)PROJAuthorityProjections(im)isEmpty":{"name":"-isEmpty","abstract":"

    Is the collection empty?

    ","parent_name":"PROJAuthorityProjections"},"Classes/PROJAuthorityProjections.html#/c:objc(cs)PROJAuthorityProjections(im)codes":{"name":"-codes","abstract":"

    Get the projection codes

    ","parent_name":"PROJAuthorityProjections"},"Classes/PROJAuthorityProjections.html#/c:objc(cs)PROJAuthorityProjections(im)projections":{"name":"-projections","abstract":"

    Get the projections

    ","parent_name":"PROJAuthorityProjections"},"Classes/OAFTemporal.html#/c:objc(cs)OAFTemporal(py)interval":{"name":"interval","abstract":"

    Begin and end times of the time interval. The timestamps are in the","parent_name":"OAFTemporal"},"Classes/OAFTemporal.html#/c:objc(cs)OAFTemporal(py)trs":{"name":"trs","abstract":"

    Coordinate reference system of the coordinates in the temporal extent","parent_name":"OAFTemporal"},"Classes/OAFTemporal.html#/c:objc(cs)OAFTemporal(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"OAFTemporal"},"Classes/OAFTemporal.html#/c:objc(cs)OAFTemporal(im)initWithTree:":{"name":"-initWithTree:","abstract":"

    Initialize

    ","parent_name":"OAFTemporal"},"Classes/OAFSpatial.html#/c:objc(cs)OAFSpatial(py)bbox":{"name":"bbox","abstract":"

    West, south, east, north edges of the bounding box. The coordinates are","parent_name":"OAFSpatial"},"Classes/OAFSpatial.html#/c:objc(cs)OAFSpatial(py)crs":{"name":"crs","abstract":"

    Coordinate reference system of the coordinates in the spatial extent","parent_name":"OAFSpatial"},"Classes/OAFSpatial.html#/c:objc(cs)OAFSpatial(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"OAFSpatial"},"Classes/OAFSpatial.html#/c:objc(cs)OAFSpatial(im)initWithTree:":{"name":"-initWithTree:","abstract":"

    Initialize

    ","parent_name":"OAFSpatial"},"Classes/OAFLink.html#/c:objc(cs)OAFLink(py)href":{"name":"href","abstract":"

    href

    ","parent_name":"OAFLink"},"Classes/OAFLink.html#/c:objc(cs)OAFLink(py)rel":{"name":"rel","abstract":"

    rel

    ","parent_name":"OAFLink"},"Classes/OAFLink.html#/c:objc(cs)OAFLink(py)type":{"name":"type","abstract":"

    type

    ","parent_name":"OAFLink"},"Classes/OAFLink.html#/c:objc(cs)OAFLink(py)hreflang":{"name":"hreflang","abstract":"

    hreflang

    ","parent_name":"OAFLink"},"Classes/OAFLink.html#/c:objc(cs)OAFLink(py)title":{"name":"title","abstract":"

    title

    ","parent_name":"OAFLink"},"Classes/OAFLink.html#/c:objc(cs)OAFLink(py)length":{"name":"length","abstract":"

    length

    ","parent_name":"OAFLink"},"Classes/OAFLink.html#/c:objc(cs)OAFLink(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"OAFLink"},"Classes/OAFLink.html#/c:objc(cs)OAFLink(im)initWithHref:":{"name":"-initWithHref:","abstract":"

    Initialize

    ","parent_name":"OAFLink"},"Classes/OAFLink.html#/c:objc(cs)OAFLink(im)initWithTree:":{"name":"-initWithTree:","abstract":"

    Initialize

    ","parent_name":"OAFLink"},"Classes/OAFFeaturesObject.html#/c:objc(cs)OAFFeaturesObject(py)foreignMembers":{"name":"foreignMembers","abstract":"

    Foreign members

    ","parent_name":"OAFFeaturesObject"},"Classes/OAFFeaturesObject.html#/c:objc(cs)OAFFeaturesObject(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"OAFFeaturesObject"},"Classes/OAFFeaturesObject.html#/c:objc(cs)OAFFeaturesObject(im)initWithTree:":{"name":"-initWithTree:","abstract":"

    Initialize

    ","parent_name":"OAFFeaturesObject"},"Classes/OAFFeaturesObject.html#/c:objc(cs)OAFFeaturesObject(im)toTree":{"name":"-toTree","abstract":"

    Convert to a JSON tree

    ","parent_name":"OAFFeaturesObject"},"Classes/OAFFeaturesObject.html#/c:objc(cs)OAFFeaturesObject(im)fromTree:":{"name":"-fromTree:","abstract":"

    Set from a JSON tree

    ","parent_name":"OAFFeaturesObject"},"Classes/OAFFeaturesObject.html#/c:objc(cs)OAFFeaturesObject(im)keys":{"name":"-keys","abstract":"

    Get the JSON keys

    ","parent_name":"OAFFeaturesObject"},"Classes/OAFFeaturesConverter.html#/c:objc(cs)OAFFeaturesConverter(cm)jsonToCollections:":{"name":"+jsonToCollections:","abstract":"

    Convert the JSON string to a collections

    ","parent_name":"OAFFeaturesConverter"},"Classes/OAFFeaturesConverter.html#/c:objc(cs)OAFFeaturesConverter(cm)treeToCollections:":{"name":"+treeToCollections:","abstract":"

    Convert the JSON tree to a collections

    ","parent_name":"OAFFeaturesConverter"},"Classes/OAFFeaturesConverter.html#/c:objc(cs)OAFFeaturesConverter(cm)jsonToCollection:":{"name":"+jsonToCollection:","abstract":"

    Convert the JSON string to a collection

    ","parent_name":"OAFFeaturesConverter"},"Classes/OAFFeaturesConverter.html#/c:objc(cs)OAFFeaturesConverter(cm)treeToCollection:":{"name":"+treeToCollection:","abstract":"

    Convert the JSON tree to a collection

    ","parent_name":"OAFFeaturesConverter"},"Classes/OAFFeaturesConverter.html#/c:objc(cs)OAFFeaturesConverter(cm)jsonToFeatureCollection:":{"name":"+jsonToFeatureCollection:","abstract":"

    Convert the JSON string to a feature collection

    ","parent_name":"OAFFeaturesConverter"},"Classes/OAFFeaturesConverter.html#/c:objc(cs)OAFFeaturesConverter(cm)treeToFeatureCollection:":{"name":"+treeToFeatureCollection:","abstract":"

    Convert the JSON tree to a feature collection

    ","parent_name":"OAFFeaturesConverter"},"Classes/OAFFeaturesConverter.html#/c:objc(cs)OAFFeaturesConverter(cm)simpleGeometryToFeatureCollection:":{"name":"+simpleGeometryToFeatureCollection:","abstract":"

    Convert a simple geometry to a feature collection

    ","parent_name":"OAFFeaturesConverter"},"Classes/OAFFeaturesConverter.html#/c:objc(cs)OAFFeaturesConverter(cm)simpleGeometriesToFeatureCollection:":{"name":"+simpleGeometriesToFeatureCollection:","abstract":"

    Convert simple geometries to a feature collection

    ","parent_name":"OAFFeaturesConverter"},"Classes/OAFFeaturesConverter.html#/c:objc(cs)OAFFeaturesConverter(cm)jsonToLink:":{"name":"+jsonToLink:","abstract":"

    Convert the JSON string to a link

    ","parent_name":"OAFFeaturesConverter"},"Classes/OAFFeaturesConverter.html#/c:objc(cs)OAFFeaturesConverter(cm)treeToLink:":{"name":"+treeToLink:","abstract":"

    Convert the JSON tree to a link

    ","parent_name":"OAFFeaturesConverter"},"Classes/OAFFeaturesConverter.html#/c:objc(cs)OAFFeaturesConverter(cm)jsonToSpatial:":{"name":"+jsonToSpatial:","abstract":"

    Convert the JSON string to a spatial

    ","parent_name":"OAFFeaturesConverter"},"Classes/OAFFeaturesConverter.html#/c:objc(cs)OAFFeaturesConverter(cm)treeToSpatial:":{"name":"+treeToSpatial:","abstract":"

    Convert the JSON tree to a spatial

    ","parent_name":"OAFFeaturesConverter"},"Classes/OAFFeaturesConverter.html#/c:objc(cs)OAFFeaturesConverter(cm)jsonToTemporal:":{"name":"+jsonToTemporal:","abstract":"

    Convert the JSON string to a temporal

    ","parent_name":"OAFFeaturesConverter"},"Classes/OAFFeaturesConverter.html#/c:objc(cs)OAFFeaturesConverter(cm)treeToTemporal:":{"name":"+treeToTemporal:","abstract":"

    Convert the JSON tree to a temporal

    ","parent_name":"OAFFeaturesConverter"},"Classes/OAFFeaturesConverter.html#/c:objc(cs)OAFFeaturesConverter(cm)jsonToExtent:":{"name":"+jsonToExtent:","abstract":"

    Convert the JSON string to an extent

    ","parent_name":"OAFFeaturesConverter"},"Classes/OAFFeaturesConverter.html#/c:objc(cs)OAFFeaturesConverter(cm)treeToExtent:":{"name":"+treeToExtent:","abstract":"

    Convert the JSON tree to an extent

    ","parent_name":"OAFFeaturesConverter"},"Classes/OAFFeaturesConverter.html#/c:objc(cs)OAFFeaturesConverter(cm)objectToJSON:":{"name":"+objectToJSON:","abstract":"

    Convert the object to a JSON value

    ","parent_name":"OAFFeaturesConverter"},"Classes/OAFFeaturesConverter.html#/c:objc(cs)OAFFeaturesConverter(cm)objectToMutableTree:":{"name":"+objectToMutableTree:","abstract":"

    Convert the Features object to a mutable tree

    ","parent_name":"OAFFeaturesConverter"},"Classes/OAFFeaturesConverter.html#/c:objc(cs)OAFFeaturesConverter(cm)objectToTree:":{"name":"+objectToTree:","abstract":"

    Convert the Features object to a tree

    ","parent_name":"OAFFeaturesConverter"},"Classes/OAFFeatureCollection.html#/c:objc(cs)OAFFeatureCollection(py)featureCollection":{"name":"featureCollection","abstract":"

    Feature collection

    ","parent_name":"OAFFeatureCollection"},"Classes/OAFFeatureCollection.html#/c:objc(cs)OAFFeatureCollection(py)links":{"name":"links","abstract":"

    Links

    ","parent_name":"OAFFeatureCollection"},"Classes/OAFFeatureCollection.html#/c:objc(cs)OAFFeatureCollection(py)timeStamp":{"name":"timeStamp","abstract":"

    Time Stamp

    ","parent_name":"OAFFeatureCollection"},"Classes/OAFFeatureCollection.html#/c:objc(cs)OAFFeatureCollection(py)numberMatched":{"name":"numberMatched","abstract":"

    Number Matched

    ","parent_name":"OAFFeatureCollection"},"Classes/OAFFeatureCollection.html#/c:objc(cs)OAFFeatureCollection(py)numberReturned":{"name":"numberReturned","abstract":"

    Number Returned

    ","parent_name":"OAFFeatureCollection"},"Classes/OAFFeatureCollection.html#/c:objc(cs)OAFFeatureCollection(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"OAFFeatureCollection"},"Classes/OAFFeatureCollection.html#/c:objc(cs)OAFFeatureCollection(im)initWithFeatureCollection:":{"name":"-initWithFeatureCollection:","abstract":"

    Initialize

    ","parent_name":"OAFFeatureCollection"},"Classes/OAFFeatureCollection.html#/c:objc(cs)OAFFeatureCollection(im)initWithTree:":{"name":"-initWithTree:","abstract":"

    Initialize

    ","parent_name":"OAFFeatureCollection"},"Classes/OAFFeatureCollection.html#/c:objc(cs)OAFFeatureCollection(im)relationLinks":{"name":"-relationLinks","abstract":"

    Get a mapping between link relations and links

    ","parent_name":"OAFFeatureCollection"},"Classes/OAFExtent.html#/c:objc(cs)OAFExtent(py)spatial":{"name":"spatial","abstract":"

    The spatial extent of the features in the collection.

    ","parent_name":"OAFExtent"},"Classes/OAFExtent.html#/c:objc(cs)OAFExtent(py)temporal":{"name":"temporal","abstract":"

    The temporal extent of the features in the collection.

    ","parent_name":"OAFExtent"},"Classes/OAFExtent.html#/c:objc(cs)OAFExtent(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"OAFExtent"},"Classes/OAFExtent.html#/c:objc(cs)OAFExtent(im)initWithTree:":{"name":"-initWithTree:","abstract":"

    Initialize

    ","parent_name":"OAFExtent"},"Classes/OAFCrs.html#/c:objc(cs)OAFCrs(py)authority":{"name":"authority","abstract":"

    CRS Authority

    ","parent_name":"OAFCrs"},"Classes/OAFCrs.html#/c:objc(cs)OAFCrs(py)version":{"name":"version","abstract":"

    CRS Version

    ","parent_name":"OAFCrs"},"Classes/OAFCrs.html#/c:objc(cs)OAFCrs(py)code":{"name":"code","abstract":"

    CRS Code

    ","parent_name":"OAFCrs"},"Classes/OAFCrs.html#/c:objc(cs)OAFCrs(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"OAFCrs"},"Classes/OAFCrs.html#/c:objc(cs)OAFCrs(im)initWithCrs:":{"name":"-initWithCrs:","abstract":"

    Initialize

    ","parent_name":"OAFCrs"},"Classes/OAFCrs.html#/c:objc(cs)OAFCrs(im)initWithAuthority:andVersion:andCode:":{"name":"-initWithAuthority:andVersion:andCode:","abstract":"

    Initialize

    ","parent_name":"OAFCrs"},"Classes/OAFCrs.html#/c:objc(cs)OAFCrs(im)setCrs:":{"name":"-setCrs:","abstract":"

    Set the CRS

    ","parent_name":"OAFCrs"},"Classes/OAFCrs.html#/c:objc(cs)OAFCrs(im)isValid":{"name":"-isValid","abstract":"

    Determine if all parts of the CRS are set

    ","parent_name":"OAFCrs"},"Classes/OAFCollections.html#/c:objc(cs)OAFCollections(py)links":{"name":"links","abstract":"

    Collection of links

    ","parent_name":"OAFCollections"},"Classes/OAFCollections.html#/c:objc(cs)OAFCollections(py)collections":{"name":"collections","abstract":"

    Collection of collections

    ","parent_name":"OAFCollections"},"Classes/OAFCollections.html#/c:objc(cs)OAFCollections(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"OAFCollections"},"Classes/OAFCollections.html#/c:objc(cs)OAFCollections(im)initWithTree:":{"name":"-initWithTree:","abstract":"

    Initialize

    ","parent_name":"OAFCollections"},"Classes/OAFCollections.html#/c:objc(cs)OAFCollections(im)addLink:":{"name":"-addLink:","abstract":"

    Add a link

    ","parent_name":"OAFCollections"},"Classes/OAFCollections.html#/c:objc(cs)OAFCollections(im)addCollection:":{"name":"-addCollection:","abstract":"

    Add a collection

    ","parent_name":"OAFCollections"},"Classes/OAFCollection.html#/c:objc(cs)OAFCollection(py)id":{"name":"id","abstract":"

    Identifier of the collection used

    ","parent_name":"OAFCollection"},"Classes/OAFCollection.html#/c:objc(cs)OAFCollection(py)title":{"name":"title","abstract":"

    Human readable title of the collection

    ","parent_name":"OAFCollection"},"Classes/OAFCollection.html#/c:objc(cs)OAFCollection(py)theDescription":{"name":"theDescription","abstract":"

    A description of the features in the collection

    ","parent_name":"OAFCollection"},"Classes/OAFCollection.html#/c:objc(cs)OAFCollection(py)links":{"name":"links","abstract":"

    Collection of links

    ","parent_name":"OAFCollection"},"Classes/OAFCollection.html#/c:objc(cs)OAFCollection(py)extent":{"name":"extent","abstract":"

    Extent

    ","parent_name":"OAFCollection"},"Classes/OAFCollection.html#/c:objc(cs)OAFCollection(py)crs":{"name":"crs","abstract":"

    The list of coordinate reference systems supported by the service; the","parent_name":"OAFCollection"},"Classes/OAFCollection.html#/c:objc(cs)OAFCollection(py)itemType":{"name":"itemType","abstract":"

    Indicator about the type of the items in the collection (the default","parent_name":"OAFCollection"},"Classes/OAFCollection.html#/c:objc(cs)OAFCollection(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"OAFCollection"},"Classes/OAFCollection.html#/c:objc(cs)OAFCollection(im)initWithId:":{"name":"-initWithId:","abstract":"

    Initialize

    ","parent_name":"OAFCollection"},"Classes/OAFCollection.html#/c:objc(cs)OAFCollection(im)initWithTree:":{"name":"-initWithTree:","abstract":"

    Initialize

    ","parent_name":"OAFCollection"},"Classes/OAFCollection.html#/c:objc(cs)OAFCollection(im)addLink:":{"name":"-addLink:","abstract":"

    Add a link

    ","parent_name":"OAFCollection"},"Classes/OAFCollection.html#/c:objc(cs)OAFCollection(im)addCrs:":{"name":"-addCrs:","abstract":"

    Add a crs

    ","parent_name":"OAFCollection"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(cm)write:":{"name":"+write:","abstract":"

    Write a coordinate reference system to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(cm)writePretty:":{"name":"+writePretty:","abstract":"

    Write a coordinate reference system to well-known pretty text, 4 space","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(cm)writePrettyTabIndent:":{"name":"+writePrettyTabIndent:","abstract":"

    Write a coordinate reference system to well-known pretty text, tab","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(cm)writePrettyNoIndent:":{"name":"+writePrettyNoIndent:","abstract":"

    Write a coordinate reference system to well-known pretty text, no indents

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(cm)writePretty:withIndent:":{"name":"+writePretty:withIndent:","abstract":"

    Write a coordinate reference system to well-known pretty text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(cm)writePretty:withNewline:andIndent:":{"name":"+writePretty:withNewline:andIndent:","abstract":"

    Write a coordinate reference system to well-known pretty text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(cm)writePrettyWithText:":{"name":"+writePrettyWithText:","abstract":"

    Write well-known text to well-known pretty text, 4 space indents

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(cm)writePrettyTabIndentWithText:":{"name":"+writePrettyTabIndentWithText:","abstract":"

    Write well-known text to well-known pretty text, tab indents

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(cm)writePrettyNoIndentWithText:":{"name":"+writePrettyNoIndentWithText:","abstract":"

    Write well-known text to well-known pretty text, no indents

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(cm)writePrettyWithText:andIndent:":{"name":"+writePrettyWithText:andIndent:","abstract":"

    Write well-known text to well-known pretty text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(cm)writePrettyWithText:andNewline:andIndent:":{"name":"+writePrettyWithText:andNewline:andIndent:","abstract":"

    Write well-known text to well-known pretty text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)initWithText:":{"name":"-initWithText:","abstract":"

    Initializer

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)text":{"name":"-text","abstract":"

    Get the well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeCRS:":{"name":"-writeCRS:","abstract":"

    Write a CRS to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeKeywordType:":{"name":"-writeKeywordType:","abstract":"

    Write a keyword type

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeKeyword:":{"name":"-writeKeyword:","abstract":"

    Write a keyword

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeLeftDelimiter":{"name":"-writeLeftDelimiter","abstract":"

    Write a left delimiter

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeRightDelimiter":{"name":"-writeRightDelimiter","abstract":"

    Write a right delimiter

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeSeparator":{"name":"-writeSeparator","abstract":"

    Write a separator

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeQuotedText:":{"name":"-writeQuotedText:","abstract":"

    Write the text as quoted

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeNumber:":{"name":"-writeNumber:","abstract":"

    Write a number

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeNumberOrQuotedText:":{"name":"-writeNumberOrQuotedText:","abstract":"

    Write a number or quoted text if not a number

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeDouble:":{"name":"-writeDouble:","abstract":"

    Write a double

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeInt:":{"name":"-writeInt:","abstract":"

    Write an int

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeKeywordType:withDelimitedQuotedText:":{"name":"-writeKeywordType:withDelimitedQuotedText:","abstract":"

    Write a keyword type delimited text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeKeyword:withDelimitedQuotedText:":{"name":"-writeKeyword:withDelimitedQuotedText:","abstract":"

    Write a keyword delimited text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeGeo:":{"name":"-writeGeo:","abstract":"

    Write a geodetic or geographic CRS to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeProjected:":{"name":"-writeProjected:","abstract":"

    Write a projected CRS to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeVertical:":{"name":"-writeVertical:","abstract":"

    Write a vertical CRS to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeEngineering:":{"name":"-writeEngineering:","abstract":"

    Write an engineering CRS to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeParametric:":{"name":"-writeParametric:","abstract":"

    Write a parametric CRS to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeTemporal:":{"name":"-writeTemporal:","abstract":"

    Write a temporal CRS to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeDerived:":{"name":"-writeDerived:","abstract":"

    Write a derived CRS to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeDerivedGeoCRS:":{"name":"-writeDerivedGeoCRS:","abstract":"

    Write a derived geo CRS to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeDerivedProjectedCRS:":{"name":"-writeDerivedProjectedCRS:","abstract":"

    Write a derived projected CRS to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeDerivedVerticalCRS:":{"name":"-writeDerivedVerticalCRS:","abstract":"

    Write a derived vertical CRS to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeDerivedEngineeringCRS:":{"name":"-writeDerivedEngineeringCRS:","abstract":"

    Write a derived engineering CRS to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeDerivedParametricCRS:":{"name":"-writeDerivedParametricCRS:","abstract":"

    Write a derived parametric CRS to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeDerivedTemporalCRS:":{"name":"-writeDerivedTemporalCRS:","abstract":"

    Write a derived temporal CRS to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeCompound:":{"name":"-writeCompound:","abstract":"

    Write a compound CRS to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeCoordinateMetadata:":{"name":"-writeCoordinateMetadata:","abstract":"

    Write coordinate metadata to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeCoordinateOperation:":{"name":"-writeCoordinateOperation:","abstract":"

    Write coordinate operation to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writePointMotionOperation:":{"name":"-writePointMotionOperation:","abstract":"

    Write point motion operation to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeConcatenatedOperation:":{"name":"-writeConcatenatedOperation:","abstract":"

    Write concatenated operation to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeBound:":{"name":"-writeBound:","abstract":"

    Write a bound CRS to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeScopeExtentIdentifierRemark:":{"name":"-writeScopeExtentIdentifierRemark:","abstract":"

    Write the CRS usages (scope and extent), identifiers, and remark

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeReferenceFrame:":{"name":"-writeReferenceFrame:","abstract":"

    Write a reference frame to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeDatumEnsemble:":{"name":"-writeDatumEnsemble:","abstract":"

    Write a datum ensemble to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeDatumEnsembleMember:":{"name":"-writeDatumEnsembleMember:","abstract":"

    Write a datum ensemble member to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeDynamic:":{"name":"-writeDynamic:","abstract":"

    Write a dynamic to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writePrimeMeridian:":{"name":"-writePrimeMeridian:","abstract":"

    Write a prime meridian to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeEllipsoid:":{"name":"-writeEllipsoid:","abstract":"

    Write an ellipsoid to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeUnit:":{"name":"-writeUnit:","abstract":"

    Write a unit to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeIdentifiers:":{"name":"-writeIdentifiers:","abstract":"

    Write identifiers to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeIdentifier:":{"name":"-writeIdentifier:","abstract":"

    Write an identifier to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeCoordinateSystem:":{"name":"-writeCoordinateSystem:","abstract":"

    Write a coordinate system to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeAxis:":{"name":"-writeAxis:","abstract":"

    Write an axis to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeRemark:":{"name":"-writeRemark:","abstract":"

    Write a remark to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeUsages:":{"name":"-writeUsages:","abstract":"

    Write usages to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeUsage:":{"name":"-writeUsage:","abstract":"

    Write a usage to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeScope:":{"name":"-writeScope:","abstract":"

    Write a scope to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeExtent:":{"name":"-writeExtent:","abstract":"

    Write an extent to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeAreaDescription:":{"name":"-writeAreaDescription:","abstract":"

    Write an area description to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeGeographicBoundingBox:":{"name":"-writeGeographicBoundingBox:","abstract":"

    Write a geographic bounding box to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeVerticalExtent:":{"name":"-writeVerticalExtent:","abstract":"

    Write a vertical extent to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeTemporalExtent:":{"name":"-writeTemporalExtent:","abstract":"

    Write a temporal extent to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeMapProjection:":{"name":"-writeMapProjection:","abstract":"

    Write a map projection to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeOperationMethod:":{"name":"-writeOperationMethod:","abstract":"

    Write an operation method to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeOperationParameter:":{"name":"-writeOperationParameter:","abstract":"

    Write an operation parameter to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeTemporalDatum:":{"name":"-writeTemporalDatum:","abstract":"

    Write a temporal datum to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeDerivingConversion:":{"name":"-writeDerivingConversion:","abstract":"

    Write a deriving conversion to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeOperationParameters:":{"name":"-writeOperationParameters:","abstract":"

    Write operation parameters and operation parameter files to well-known","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeVersion:":{"name":"-writeVersion:","abstract":"

    Write an operation version

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeSource:":{"name":"-writeSource:","abstract":"

    Write a source coordinate reference system

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeTarget:":{"name":"-writeTarget:","abstract":"

    Write a target coordinate reference system

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeInterpolation:":{"name":"-writeInterpolation:","abstract":"

    Write a interpolation coordinate reference system

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeCoordinateReferenceSystem:withKeywordType:":{"name":"-writeCoordinateReferenceSystem:withKeywordType:","abstract":"

    Write a coordinate reference system with the keyword

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeAccuracy:":{"name":"-writeAccuracy:","abstract":"

    Write an operation accuracy

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeAbridgedCoordinateTransformation:":{"name":"-writeAbridgedCoordinateTransformation:","abstract":"

    Write an abridged coordinate transformation

    ","parent_name":"CRSWriter"},"Classes/CRSVerticalReferenceFrame.html#/c:objc(cs)CRSVerticalReferenceFrame(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSVerticalReferenceFrame"},"Classes/CRSVerticalReferenceFrame.html#/c:objc(cs)CRSVerticalReferenceFrame(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSVerticalReferenceFrame"},"Classes/CRSVerticalReferenceFrame.html#/c:objc(cs)CRSVerticalReferenceFrame(im)initWithName:":{"name":"-initWithName:","abstract":"

    Initialize

    ","parent_name":"CRSVerticalReferenceFrame"},"Classes/CRSVerticalExtent.html#/c:objc(cs)CRSVerticalExtent(py)minimumHeight":{"name":"minimumHeight","abstract":"

    Minimum Height

    ","parent_name":"CRSVerticalExtent"},"Classes/CRSVerticalExtent.html#/c:objc(cs)CRSVerticalExtent(py)minimumHeightText":{"name":"minimumHeightText","abstract":"

    Minimum Height Text

    ","parent_name":"CRSVerticalExtent"},"Classes/CRSVerticalExtent.html#/c:objc(cs)CRSVerticalExtent(py)maximumHeight":{"name":"maximumHeight","abstract":"

    Maximum Height

    ","parent_name":"CRSVerticalExtent"},"Classes/CRSVerticalExtent.html#/c:objc(cs)CRSVerticalExtent(py)maximumHeightText":{"name":"maximumHeightText","abstract":"

    Maximum Height Text

    ","parent_name":"CRSVerticalExtent"},"Classes/CRSVerticalExtent.html#/c:objc(cs)CRSVerticalExtent(py)unit":{"name":"unit","abstract":"

    Unit (Length)

    ","parent_name":"CRSVerticalExtent"},"Classes/CRSVerticalExtent.html#/c:objc(cs)CRSVerticalExtent(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSVerticalExtent"},"Classes/CRSVerticalExtent.html#/c:objc(cs)CRSVerticalExtent(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSVerticalExtent"},"Classes/CRSVerticalExtent.html#/c:objc(cs)CRSVerticalExtent(im)initWithMinimumHeight:andMaximumHeight:":{"name":"-initWithMinimumHeight:andMaximumHeight:","abstract":"

    Initialize

    ","parent_name":"CRSVerticalExtent"},"Classes/CRSVerticalExtent.html#/c:objc(cs)CRSVerticalExtent(im)initWithMinimumHeightText:andMaximumHeightText:":{"name":"-initWithMinimumHeightText:andMaximumHeightText:","abstract":"

    Initialize

    ","parent_name":"CRSVerticalExtent"},"Classes/CRSVerticalExtent.html#/c:objc(cs)CRSVerticalExtent(im)initWithMinimumHeight:andMaximumHeight:andUnit:":{"name":"-initWithMinimumHeight:andMaximumHeight:andUnit:","abstract":"

    Initialize

    ","parent_name":"CRSVerticalExtent"},"Classes/CRSVerticalExtent.html#/c:objc(cs)CRSVerticalExtent(im)initWithMinimumHeightText:andMaximumHeightText:andUnit:":{"name":"-initWithMinimumHeightText:andMaximumHeightText:andUnit:","abstract":"

    Initialize

    ","parent_name":"CRSVerticalExtent"},"Classes/CRSVerticalExtent.html#/c:objc(cs)CRSVerticalExtent(im)hasUnit":{"name":"-hasUnit","abstract":"

    Has a unit (length)

    ","parent_name":"CRSVerticalExtent"},"Classes/CRSVerticalDatumEnsemble.html#/c:objc(cs)CRSVerticalDatumEnsemble(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSVerticalDatumEnsemble"},"Classes/CRSVerticalDatumEnsemble.html#/c:objc(cs)CRSVerticalDatumEnsemble(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSVerticalDatumEnsemble"},"Classes/CRSVerticalDatumEnsemble.html#/c:objc(cs)CRSVerticalDatumEnsemble(im)initWithName:andMember:andAccuracy:":{"name":"-initWithName:andMember:andAccuracy:","abstract":"

    Initialize

    ","parent_name":"CRSVerticalDatumEnsemble"},"Classes/CRSVerticalDatumEnsemble.html#/c:objc(cs)CRSVerticalDatumEnsemble(im)initWithName:andMembers:andAccuracy:":{"name":"-initWithName:andMembers:andAccuracy:","abstract":"

    Initialize

    ","parent_name":"CRSVerticalDatumEnsemble"},"Classes/CRSVerticalCoordinateReferenceSystem.html#/c:objc(cs)CRSVerticalCoordinateReferenceSystem(py)referenceFrame":{"name":"referenceFrame","abstract":"

    Vertical Reference Frame

    ","parent_name":"CRSVerticalCoordinateReferenceSystem"},"Classes/CRSVerticalCoordinateReferenceSystem.html#/c:objc(cs)CRSVerticalCoordinateReferenceSystem(py)datumEnsemble":{"name":"datumEnsemble","abstract":"

    Vertical Datum Ensemble

    ","parent_name":"CRSVerticalCoordinateReferenceSystem"},"Classes/CRSVerticalCoordinateReferenceSystem.html#/c:objc(cs)CRSVerticalCoordinateReferenceSystem(py)dynamic":{"name":"dynamic","abstract":"

    Dynamic coordinate reference system

    ","parent_name":"CRSVerticalCoordinateReferenceSystem"},"Classes/CRSVerticalCoordinateReferenceSystem.html#/c:objc(cs)CRSVerticalCoordinateReferenceSystem(py)geoidModelName":{"name":"geoidModelName","abstract":"

    Geoid Model Name

    ","parent_name":"CRSVerticalCoordinateReferenceSystem"},"Classes/CRSVerticalCoordinateReferenceSystem.html#/c:objc(cs)CRSVerticalCoordinateReferenceSystem(py)geoidModelIdentifier":{"name":"geoidModelIdentifier","abstract":"

    Identifiers

    ","parent_name":"CRSVerticalCoordinateReferenceSystem"},"Classes/CRSVerticalCoordinateReferenceSystem.html#/c:objc(cs)CRSVerticalCoordinateReferenceSystem(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSVerticalCoordinateReferenceSystem"},"Classes/CRSVerticalCoordinateReferenceSystem.html#/c:objc(cs)CRSVerticalCoordinateReferenceSystem(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSVerticalCoordinateReferenceSystem"},"Classes/CRSVerticalCoordinateReferenceSystem.html#/c:objc(cs)CRSVerticalCoordinateReferenceSystem(im)initWithName:andReferenceFrame:andCoordinateSystem:":{"name":"-initWithName:andReferenceFrame:andCoordinateSystem:","abstract":"

    Initialize

    ","parent_name":"CRSVerticalCoordinateReferenceSystem"},"Classes/CRSVerticalCoordinateReferenceSystem.html#/c:objc(cs)CRSVerticalCoordinateReferenceSystem(im)initWithName:andDatumEnsemble:andCoordinateSystem:":{"name":"-initWithName:andDatumEnsemble:andCoordinateSystem:","abstract":"

    Initialize

    ","parent_name":"CRSVerticalCoordinateReferenceSystem"},"Classes/CRSVerticalCoordinateReferenceSystem.html#/c:objc(cs)CRSVerticalCoordinateReferenceSystem(im)initWithName:andDynamic:andReferenceFrame:andCoordinateSystem:":{"name":"-initWithName:andDynamic:andReferenceFrame:andCoordinateSystem:","abstract":"

    Initialize

    ","parent_name":"CRSVerticalCoordinateReferenceSystem"},"Classes/CRSVerticalCoordinateReferenceSystem.html#/c:objc(cs)CRSVerticalCoordinateReferenceSystem(im)hasReferenceFrame":{"name":"-hasReferenceFrame","abstract":"

    Determine if has a vertical reference frame

    ","parent_name":"CRSVerticalCoordinateReferenceSystem"},"Classes/CRSVerticalCoordinateReferenceSystem.html#/c:objc(cs)CRSVerticalCoordinateReferenceSystem(im)hasDatumEnsemble":{"name":"-hasDatumEnsemble","abstract":"

    Determine if has a vertical datum ensemble

    ","parent_name":"CRSVerticalCoordinateReferenceSystem"},"Classes/CRSVerticalCoordinateReferenceSystem.html#/c:objc(cs)CRSVerticalCoordinateReferenceSystem(im)hasDynamic":{"name":"-hasDynamic","abstract":"

    Determine if has a dynamic

    ","parent_name":"CRSVerticalCoordinateReferenceSystem"},"Classes/CRSVerticalCoordinateReferenceSystem.html#/c:objc(cs)CRSVerticalCoordinateReferenceSystem(im)hasGeoidModelName":{"name":"-hasGeoidModelName","abstract":"

    Has a geoid model name

    ","parent_name":"CRSVerticalCoordinateReferenceSystem"},"Classes/CRSVerticalCoordinateReferenceSystem.html#/c:objc(cs)CRSVerticalCoordinateReferenceSystem(im)hasGeoidModelIdentifier":{"name":"-hasGeoidModelIdentifier","abstract":"

    Has a geoid model identifier

    ","parent_name":"CRSVerticalCoordinateReferenceSystem"},"Classes/CRSUsage.html#/c:objc(cs)CRSUsage(py)scope":{"name":"scope","abstract":"

    Scope

    ","parent_name":"CRSUsage"},"Classes/CRSUsage.html#/c:objc(cs)CRSUsage(py)extent":{"name":"extent","abstract":"

    Extent

    ","parent_name":"CRSUsage"},"Classes/CRSUsage.html#/c:objc(cs)CRSUsage(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSUsage"},"Classes/CRSUsage.html#/c:objc(cs)CRSUsage(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSUsage"},"Classes/CRSUsage.html#/c:objc(cs)CRSUsage(im)initWithScope:andExtent:":{"name":"-initWithScope:andExtent:","abstract":"

    Initialize

    ","parent_name":"CRSUsage"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)unitFromName:":{"name":"+unitFromName:","abstract":"

    Get a unit from the unit name

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)unitFromType:":{"name":"+unitFromType:","abstract":"

    Get a unit from the units type

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)typeFromName:":{"name":"+typeFromName:","abstract":"

    Get a units type from the unit name

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)typeFromUnit:":{"name":"+typeFromUnit:","abstract":"

    Get a units type from the unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)micrometre":{"name":"+micrometre","abstract":"

    Get a micrometre unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)millimetre":{"name":"+millimetre","abstract":"

    Get a millimetre unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)metre":{"name":"+metre","abstract":"

    Get a metre unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)kilometre":{"name":"+kilometre","abstract":"

    Get a kilometre unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)GermanLegalMetre":{"name":"+GermanLegalMetre","abstract":"

    Get a German legal metre unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)USSurveyFoot":{"name":"+USSurveyFoot","abstract":"

    Get a US survey foot unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)foot":{"name":"+foot","abstract":"

    Get a foot unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)microradian":{"name":"+microradian","abstract":"

    Get a microradian unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)milliradian":{"name":"+milliradian","abstract":"

    Get a milliradian unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)radian":{"name":"+radian","abstract":"

    Get a radian unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)arcSecond":{"name":"+arcSecond","abstract":"

    Get an arc-second unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)arcMinute":{"name":"+arcMinute","abstract":"

    Get an arc-minute unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)degree":{"name":"+degree","abstract":"

    Get a degree unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)grad":{"name":"+grad","abstract":"

    Get a grad unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)unity":{"name":"+unity","abstract":"

    Get a unity unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)bin":{"name":"+bin","abstract":"

    Get a bin unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)partsPerMillion":{"name":"+partsPerMillion","abstract":"

    Get a parts per million unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)pascalUnit":{"name":"+pascalUnit","abstract":"

    Get a pascal unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)hectopascal":{"name":"+hectopascal","abstract":"

    Get a hectopascal unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)microsecond":{"name":"+microsecond","abstract":"

    Get a microsecond unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)millisecond":{"name":"+millisecond","abstract":"

    Get a millisecond unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)second":{"name":"+second","abstract":"

    Get a second unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)minute":{"name":"+minute","abstract":"

    Get a minute unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)hour":{"name":"+hour","abstract":"

    Get a hour unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)day":{"name":"+day","abstract":"

    Get a day unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)year":{"name":"+year","abstract":"

    Get a year unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)calendarSecond":{"name":"+calendarSecond","abstract":"

    Get a calendar second unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)calendarMonth":{"name":"+calendarMonth","abstract":"

    Get a calendar month unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)unitTypeFromName:":{"name":"+unitTypeFromName:","abstract":"

    Get the unit type from the name

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)defaultUnit:":{"name":"+defaultUnit:","abstract":"

    Get the default unit for the unit type

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)canConvertBetweenUnit:andUnit:":{"name":"+canConvertBetweenUnit:andUnit:","abstract":"

    Determine if values can be converted between the two units

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)convertValue:fromUnit:toUnit:":{"name":"+convertValue:fromUnit:toUnit:","abstract":"

    Convert the value from a unit to a same typed unit, both with conversion","parent_name":"CRSUnits"},"Classes/CRSUnitTypes.html#/c:objc(cs)CRSUnitTypes(cm)name:":{"name":"+name:","abstract":"

    Get the type name

    ","parent_name":"CRSUnitTypes"},"Classes/CRSUnitTypes.html#/c:objc(cs)CRSUnitTypes(cm)type:":{"name":"+type:","abstract":"

    Get the type from the name

    ","parent_name":"CRSUnitTypes"},"Classes/CRSUnit.html#/c:objc(cs)CRSUnit(py)type":{"name":"type","abstract":"

    Unit Type

    ","parent_name":"CRSUnit"},"Classes/CRSUnit.html#/c:objc(cs)CRSUnit(py)name":{"name":"name","abstract":"

    Name

    ","parent_name":"CRSUnit"},"Classes/CRSUnit.html#/c:objc(cs)CRSUnit(py)conversionFactor":{"name":"conversionFactor","abstract":"

    Conversion Factor

    ","parent_name":"CRSUnit"},"Classes/CRSUnit.html#/c:objc(cs)CRSUnit(py)conversionFactorText":{"name":"conversionFactorText","abstract":"

    Conversion Factor Text

    ","parent_name":"CRSUnit"},"Classes/CRSUnit.html#/c:objc(cs)CRSUnit(py)identifiers":{"name":"identifiers","abstract":"

    Identifiers

    ","parent_name":"CRSUnit"},"Classes/CRSUnit.html#/c:objc(cs)CRSUnit(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSUnit"},"Classes/CRSUnit.html#/c:objc(cs)CRSUnit(cm)createWithType:andName:":{"name":"+createWithType:andName:","abstract":"

    Create

    ","parent_name":"CRSUnit"},"Classes/CRSUnit.html#/c:objc(cs)CRSUnit(cm)createWithType:andName:andConversionFactor:":{"name":"+createWithType:andName:andConversionFactor:","abstract":"

    Create

    ","parent_name":"CRSUnit"},"Classes/CRSUnit.html#/c:objc(cs)CRSUnit(cm)createWithType:andName:andConversionFactorText:":{"name":"+createWithType:andName:andConversionFactorText:","abstract":"

    Create

    ","parent_name":"CRSUnit"},"Classes/CRSUnit.html#/c:objc(cs)CRSUnit(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSUnit"},"Classes/CRSUnit.html#/c:objc(cs)CRSUnit(im)initWithType:andName:":{"name":"-initWithType:andName:","abstract":"

    Initialize

    ","parent_name":"CRSUnit"},"Classes/CRSUnit.html#/c:objc(cs)CRSUnit(im)initWithType:andName:andConversionFactor:":{"name":"-initWithType:andName:andConversionFactor:","abstract":"

    Initialize

    ","parent_name":"CRSUnit"},"Classes/CRSUnit.html#/c:objc(cs)CRSUnit(im)initWithType:andName:andConversionFactorText:":{"name":"-initWithType:andName:andConversionFactorText:","abstract":"

    Initialize

    ","parent_name":"CRSUnit"},"Classes/CRSUnit.html#/c:objc(cs)CRSUnit(im)hasConversionFactor":{"name":"-hasConversionFactor","abstract":"

    Has a conversion factor

    ","parent_name":"CRSUnit"},"Classes/CRSUnit.html#/c:objc(cs)CRSUnit(im)isEqualNameToUnit:":{"name":"-isEqualNameToUnit:","abstract":"

    Determine if the unit names are equal, ignoring case

    ","parent_name":"CRSUnit"},"Classes/CRSTypes.html#/c:objc(cs)CRSTypes(cm)name:":{"name":"+name:","abstract":"

    Get the type name

    ","parent_name":"CRSTypes"},"Classes/CRSTypes.html#/c:objc(cs)CRSTypes(cm)names:":{"name":"+names:","abstract":"

    Get the type names

    ","parent_name":"CRSTypes"},"Classes/CRSTypes.html#/c:objc(cs)CRSTypes(cm)type:":{"name":"+type:","abstract":"

    Get the type from the name

    ","parent_name":"CRSTypes"},"Classes/CRSTypes.html#/c:objc(cs)CRSTypes(cm)categoryType:":{"name":"+categoryType:","abstract":"

    Get the category type

    ","parent_name":"CRSTypes"},"Classes/CRSTriaxialEllipsoid.html#/c:objc(cs)CRSTriaxialEllipsoid(py)semiMedianAxis":{"name":"semiMedianAxis","abstract":"

    Semi Median Axis

    ","parent_name":"CRSTriaxialEllipsoid"},"Classes/CRSTriaxialEllipsoid.html#/c:objc(cs)CRSTriaxialEllipsoid(py)semiMedianAxisText":{"name":"semiMedianAxisText","abstract":"

    Semi Median Axis Text

    ","parent_name":"CRSTriaxialEllipsoid"},"Classes/CRSTriaxialEllipsoid.html#/c:objc(cs)CRSTriaxialEllipsoid(py)semiMinorAxis":{"name":"semiMinorAxis","abstract":"

    Semi Minor Axis

    ","parent_name":"CRSTriaxialEllipsoid"},"Classes/CRSTriaxialEllipsoid.html#/c:objc(cs)CRSTriaxialEllipsoid(py)semiMinorAxisText":{"name":"semiMinorAxisText","abstract":"

    Semi Minor Axis Text

    ","parent_name":"CRSTriaxialEllipsoid"},"Classes/CRSTriaxialEllipsoid.html#/c:objc(cs)CRSTriaxialEllipsoid(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSTriaxialEllipsoid"},"Classes/CRSTriaxialEllipsoid.html#/c:objc(cs)CRSTriaxialEllipsoid(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSTriaxialEllipsoid"},"Classes/CRSTriaxialEllipsoid.html#/c:objc(cs)CRSTriaxialEllipsoid(im)initWithName:andSemiMajorAxis:andSemiMedianAxis:andSemiMinorAxis:":{"name":"-initWithName:andSemiMajorAxis:andSemiMedianAxis:andSemiMinorAxis:","abstract":"

    Initialize

    ","parent_name":"CRSTriaxialEllipsoid"},"Classes/CRSTriaxialEllipsoid.html#/c:objc(cs)CRSTriaxialEllipsoid(im)initWithName:andSemiMajorAxisText:andSemiMedianAxisText:andSemiMinorAxisText:":{"name":"-initWithName:andSemiMajorAxisText:andSemiMedianAxisText:andSemiMinorAxisText:","abstract":"

    Initialize

    ","parent_name":"CRSTriaxialEllipsoid"},"Classes/CRSTextUtils.html#/c:objc(cs)CRSTextUtils(cm)isLeftDelimiter:":{"name":"+isLeftDelimiter:","abstract":"

    Is the text a left delimiter

    ","parent_name":"CRSTextUtils"},"Classes/CRSTextUtils.html#/c:objc(cs)CRSTextUtils(cm)isRightDelimiter:":{"name":"+isRightDelimiter:","abstract":"

    Is the text a right delimiter

    ","parent_name":"CRSTextUtils"},"Classes/CRSTextUtils.html#/c:objc(cs)CRSTextUtils(cm)isSpatial:":{"name":"+isSpatial:","abstract":"

    Is the Coordinate System Type a spatial type

    ","parent_name":"CRSTextUtils"},"Classes/CRSTextUtils.html#/c:objc(cs)CRSTextUtils(cm)isTemporalCountMeasure:":{"name":"+isTemporalCountMeasure:","abstract":"

    Is the Coordinate System Type a temporal count or measure type

    ","parent_name":"CRSTextUtils"},"Classes/CRSTextUtils.html#/c:objc(cs)CRSTextUtils(cm)isOrdinalDateTime:":{"name":"+isOrdinalDateTime:","abstract":"

    Is the Coordinate System Type an ordinal or temporal date time type

    ","parent_name":"CRSTextUtils"},"Classes/CRSTextUtils.html#/c:objc(cs)CRSTextUtils(cm)unitTypeOfKeyword:":{"name":"+unitTypeOfKeyword:","abstract":"

    Get the unit type from the keyword

    ","parent_name":"CRSTextUtils"},"Classes/CRSTextUtils.html#/c:objc(cs)CRSTextUtils(cm)unitType:":{"name":"+unitType:","abstract":"

    Get the unit type from the keyword type

    ","parent_name":"CRSTextUtils"},"Classes/CRSTextUtils.html#/c:objc(cs)CRSTextUtils(cm)coordinateReferenceSystemType:":{"name":"+coordinateReferenceSystemType:","abstract":"

    Get the Coordinate Reference System Type

    ","parent_name":"CRSTextUtils"},"Classes/CRSTextUtils.html#/c:objc(cs)CRSTextUtils(cm)intFromString:":{"name":"+intFromString:","abstract":"

    Get an int from a string

    ","parent_name":"CRSTextUtils"},"Classes/CRSTextUtils.html#/c:objc(cs)CRSTextUtils(cm)doubleFromString:":{"name":"+doubleFromString:","abstract":"

    Get a double from a string

    ","parent_name":"CRSTextUtils"},"Classes/CRSTextUtils.html#/c:objc(cs)CRSTextUtils(cm)decimalNumberFromString:":{"name":"+decimalNumberFromString:","abstract":"

    Get a decimal number from a string

    ","parent_name":"CRSTextUtils"},"Classes/CRSTextUtils.html#/c:objc(cs)CRSTextUtils(cm)textFromDouble:":{"name":"+textFromDouble:","abstract":"

    Get text from a double

    ","parent_name":"CRSTextUtils"},"Classes/CRSTextUtils.html#/c:objc(cs)CRSTextUtils(cm)textFromDecimalNumber:":{"name":"+textFromDecimalNumber:","abstract":"

    Get text from a decimal number

    ","parent_name":"CRSTextUtils"},"Classes/CRSTextUtils.html#/c:objc(cs)CRSTextUtils(cm)pretty:":{"name":"+pretty:","abstract":"

    Convert the WKT to a pretty WKT string, 4 space indents

    ","parent_name":"CRSTextUtils"},"Classes/CRSTextUtils.html#/c:objc(cs)CRSTextUtils(cm)prettyTabIndent:":{"name":"+prettyTabIndent:","abstract":"

    Convert the WKT to a pretty WKT string, tab indents

    ","parent_name":"CRSTextUtils"},"Classes/CRSTextUtils.html#/c:objc(cs)CRSTextUtils(cm)prettyNoIndent:":{"name":"+prettyNoIndent:","abstract":"

    Convert the WKT to a pretty WKT string, no indents

    ","parent_name":"CRSTextUtils"},"Classes/CRSTextUtils.html#/c:objc(cs)CRSTextUtils(cm)pretty:withIndent:":{"name":"+pretty:withIndent:","abstract":"

    Convert the WKT to a pretty WKT string

    ","parent_name":"CRSTextUtils"},"Classes/CRSTextUtils.html#/c:objc(cs)CRSTextUtils(cm)pretty:withNewline:andIndent:":{"name":"+pretty:withNewline:andIndent:","abstract":"

    Convert the WKT to a pretty WKT string

    ","parent_name":"CRSTextUtils"},"Classes/CRSTextReader.html#/c:objc(cs)CRSTextReader(py)includeQuotes":{"name":"includeQuotes","abstract":"

    Parameter name

    ","parent_name":"CRSTextReader"},"Classes/CRSTextReader.html#/c:objc(cs)CRSTextReader(cm)createWithText:":{"name":"+createWithText:","abstract":"

    Initialize

    ","parent_name":"CRSTextReader"},"Classes/CRSTextReader.html#/c:objc(cs)CRSTextReader(cm)createWithText:andIncludeQuotes:":{"name":"+createWithText:andIncludeQuotes:","abstract":"

    Initialize

    ","parent_name":"CRSTextReader"},"Classes/CRSTextReader.html#/c:objc(cs)CRSTextReader(im)initWithText:":{"name":"-initWithText:","abstract":"

    Initialize

    ","parent_name":"CRSTextReader"},"Classes/CRSTextReader.html#/c:objc(cs)CRSTextReader(im)initWithText:andIncludeQuotes:":{"name":"-initWithText:andIncludeQuotes:","abstract":"

    Initialize

    ","parent_name":"CRSTextReader"},"Classes/CRSTextReader.html#/c:objc(cs)CRSTextReader(im)text":{"name":"-text","abstract":"

    Get the text

    ","parent_name":"CRSTextReader"},"Classes/CRSTextReader.html#/c:objc(cs)CRSTextReader(im)reset":{"name":"-reset","abstract":"

    Reset the reader

    ","parent_name":"CRSTextReader"},"Classes/CRSTextReader.html#/c:objc(cs)CRSTextReader(im)readToken":{"name":"-readToken","abstract":"

    Read the next token. Ignores whitespace until a non whitespace character","parent_name":"CRSTextReader"},"Classes/CRSTextReader.html#/c:objc(cs)CRSTextReader(im)peekToken":{"name":"-peekToken","abstract":"

    Peek at the next token without reading past it

    ","parent_name":"CRSTextReader"},"Classes/CRSTextReader.html#/c:objc(cs)CRSTextReader(im)peekTokenAtNum:":{"name":"-peekTokenAtNum:","abstract":"

    Peek at a token without reading past it

    ","parent_name":"CRSTextReader"},"Classes/CRSTextReader.html#/c:objc(cs)CRSTextReader(im)pushToken:":{"name":"-pushToken:","abstract":"

    Push a token back onto the read cache

    ","parent_name":"CRSTextReader"},"Classes/CRSTextReader.html#/c:objc(cs)CRSTextReader(im)readExpectedToken":{"name":"-readExpectedToken","abstract":"

    Read an expected token

    ","parent_name":"CRSTextReader"},"Classes/CRSTextReader.html#/c:objc(cs)CRSTextReader(im)peekExpectedToken":{"name":"-peekExpectedToken","abstract":"

    Peek at the next expected token without reading past it

    ","parent_name":"CRSTextReader"},"Classes/CRSTextReader.html#/c:objc(cs)CRSTextReader(im)peekExpectedTokenAtNum:":{"name":"-peekExpectedTokenAtNum:","abstract":"

    Peek at the next expected token without reading past it

    ","parent_name":"CRSTextReader"},"Classes/CRSTextReader.html#/c:objc(cs)CRSTextReader(im)readNumber":{"name":"-readNumber","abstract":"

    Read a signed number as a double

    ","parent_name":"CRSTextReader"},"Classes/CRSTextReader.html#/c:objc(cs)CRSTextReader(im)readUnsignedNumber":{"name":"-readUnsignedNumber","abstract":"

    Read an unsigned number as a double

    ","parent_name":"CRSTextReader"},"Classes/CRSTextReader.html#/c:objc(cs)CRSTextReader(im)readInteger":{"name":"-readInteger","abstract":"

    Read a signed integer

    ","parent_name":"CRSTextReader"},"Classes/CRSTextReader.html#/c:objc(cs)CRSTextReader(im)readUnsignedInteger":{"name":"-readUnsignedInteger","abstract":"

    Read an unsigned integer

    ","parent_name":"CRSTextReader"},"Classes/CRSTemporalExtent.html#/c:objc(cs)CRSTemporalExtent(py)start":{"name":"start","abstract":"

    Start

    ","parent_name":"CRSTemporalExtent"},"Classes/CRSTemporalExtent.html#/c:objc(cs)CRSTemporalExtent(py)startDateTime":{"name":"startDateTime","abstract":"

    Start date time

    ","parent_name":"CRSTemporalExtent"},"Classes/CRSTemporalExtent.html#/c:objc(cs)CRSTemporalExtent(py)end":{"name":"end","abstract":"

    End

    ","parent_name":"CRSTemporalExtent"},"Classes/CRSTemporalExtent.html#/c:objc(cs)CRSTemporalExtent(py)endDateTime":{"name":"endDateTime","abstract":"

    End date time

    ","parent_name":"CRSTemporalExtent"},"Classes/CRSTemporalExtent.html#/c:objc(cs)CRSTemporalExtent(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSTemporalExtent"},"Classes/CRSTemporalExtent.html#/c:objc(cs)CRSTemporalExtent(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSTemporalExtent"},"Classes/CRSTemporalExtent.html#/c:objc(cs)CRSTemporalExtent(im)initWithStart:andEnd:":{"name":"-initWithStart:andEnd:","abstract":"

    Initialize

    ","parent_name":"CRSTemporalExtent"},"Classes/CRSTemporalExtent.html#/c:objc(cs)CRSTemporalExtent(im)initWithStartDateTime:andEndDateTime:":{"name":"-initWithStartDateTime:andEndDateTime:","abstract":"

    Initialize

    ","parent_name":"CRSTemporalExtent"},"Classes/CRSTemporalExtent.html#/c:objc(cs)CRSTemporalExtent(im)hasStartDateTime":{"name":"-hasStartDateTime","abstract":"

    Has a start date time

    ","parent_name":"CRSTemporalExtent"},"Classes/CRSTemporalExtent.html#/c:objc(cs)CRSTemporalExtent(im)setStartDateTimeWithStart:":{"name":"-setStartDateTimeWithStart:","abstract":"

    Set the start date time

    ","parent_name":"CRSTemporalExtent"},"Classes/CRSTemporalExtent.html#/c:objc(cs)CRSTemporalExtent(im)hasEndDateTime":{"name":"-hasEndDateTime","abstract":"

    Has an end date time

    ","parent_name":"CRSTemporalExtent"},"Classes/CRSTemporalExtent.html#/c:objc(cs)CRSTemporalExtent(im)setEndDateTimeWithEnd:":{"name":"-setEndDateTimeWithEnd:","abstract":"

    Set the end date time

    ","parent_name":"CRSTemporalExtent"},"Classes/CRSTemporalDatum.html#/c:objc(cs)CRSTemporalDatum(py)name":{"name":"name","abstract":"

    Datum Name

    ","parent_name":"CRSTemporalDatum"},"Classes/CRSTemporalDatum.html#/c:objc(cs)CRSTemporalDatum(py)calendar":{"name":"calendar","abstract":"

    Calendar Identifier

    ","parent_name":"CRSTemporalDatum"},"Classes/CRSTemporalDatum.html#/c:objc(cs)CRSTemporalDatum(py)origin":{"name":"origin","abstract":"

    Origin Description

    ","parent_name":"CRSTemporalDatum"},"Classes/CRSTemporalDatum.html#/c:objc(cs)CRSTemporalDatum(py)originDateTime":{"name":"originDateTime","abstract":"

    Origin Description date time

    ","parent_name":"CRSTemporalDatum"},"Classes/CRSTemporalDatum.html#/c:objc(cs)CRSTemporalDatum(py)identifiers":{"name":"identifiers","abstract":"

    Identifiers

    ","parent_name":"CRSTemporalDatum"},"Classes/CRSTemporalDatum.html#/c:objc(cs)CRSTemporalDatum(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSTemporalDatum"},"Classes/CRSTemporalDatum.html#/c:objc(cs)CRSTemporalDatum(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSTemporalDatum"},"Classes/CRSTemporalDatum.html#/c:objc(cs)CRSTemporalDatum(im)initWithName:":{"name":"-initWithName:","abstract":"

    Initialize

    ","parent_name":"CRSTemporalDatum"},"Classes/CRSTemporalDatum.html#/c:objc(cs)CRSTemporalDatum(im)hasCalendar":{"name":"-hasCalendar","abstract":"

    Has a calendar identifier

    ","parent_name":"CRSTemporalDatum"},"Classes/CRSTemporalDatum.html#/c:objc(cs)CRSTemporalDatum(im)hasOrigin":{"name":"-hasOrigin","abstract":"

    Has an origin

    ","parent_name":"CRSTemporalDatum"},"Classes/CRSTemporalDatum.html#/c:objc(cs)CRSTemporalDatum(im)hasOriginDateTime":{"name":"-hasOriginDateTime","abstract":"

    Has an origin date time

    ","parent_name":"CRSTemporalDatum"},"Classes/CRSTemporalDatum.html#/c:objc(cs)CRSTemporalDatum(im)setOriginDateTimeWithOrigin:":{"name":"-setOriginDateTimeWithOrigin:","abstract":"

    Set the origin date time

    ","parent_name":"CRSTemporalDatum"},"Classes/CRSTemporalCoordinateReferenceSystem.html#/c:objc(cs)CRSTemporalCoordinateReferenceSystem(py)datum":{"name":"datum","abstract":"

    Temporal Datum

    ","parent_name":"CRSTemporalCoordinateReferenceSystem"},"Classes/CRSTemporalCoordinateReferenceSystem.html#/c:objc(cs)CRSTemporalCoordinateReferenceSystem(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSTemporalCoordinateReferenceSystem"},"Classes/CRSTemporalCoordinateReferenceSystem.html#/c:objc(cs)CRSTemporalCoordinateReferenceSystem(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSTemporalCoordinateReferenceSystem"},"Classes/CRSTemporalCoordinateReferenceSystem.html#/c:objc(cs)CRSTemporalCoordinateReferenceSystem(im)initWithName:andDatum:andCoordinateSystem:":{"name":"-initWithName:andDatum:andCoordinateSystem:","abstract":"

    Initialize

    ","parent_name":"CRSTemporalCoordinateReferenceSystem"},"Classes/CRSSimpleOperation.html#/c:objc(cs)CRSSimpleOperation(py)method":{"name":"method","abstract":"

    Operation Method

    ","parent_name":"CRSSimpleOperation"},"Classes/CRSSimpleOperation.html#/c:objc(cs)CRSSimpleOperation(im)initWithType:":{"name":"-initWithType:","abstract":"

    Initialize

    ","parent_name":"CRSSimpleOperation"},"Classes/CRSSimpleOperation.html#/c:objc(cs)CRSSimpleOperation(im)initWithName:andType:andSource:andMethod:":{"name":"-initWithName:andType:andSource:andMethod:","abstract":"

    Initialize

    ","parent_name":"CRSSimpleOperation"},"Classes/CRSSimpleCoordinateReferenceSystem.html#/c:objc(cs)CRSSimpleCoordinateReferenceSystem(py)coordinateSystem":{"name":"coordinateSystem","abstract":"

    Coordinate System

    ","parent_name":"CRSSimpleCoordinateReferenceSystem"},"Classes/CRSSimpleCoordinateReferenceSystem.html#/c:objc(cs)CRSSimpleCoordinateReferenceSystem(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSSimpleCoordinateReferenceSystem"},"Classes/CRSSimpleCoordinateReferenceSystem.html#/c:objc(cs)CRSSimpleCoordinateReferenceSystem(im)initWithType:":{"name":"-initWithType:","abstract":"

    Initialize

    ","parent_name":"CRSSimpleCoordinateReferenceSystem"},"Classes/CRSSimpleCoordinateReferenceSystem.html#/c:objc(cs)CRSSimpleCoordinateReferenceSystem(im)initWithName:andType:":{"name":"-initWithName:andType:","abstract":"

    Initialize

    ","parent_name":"CRSSimpleCoordinateReferenceSystem"},"Classes/CRSSimpleCoordinateReferenceSystem.html#/c:objc(cs)CRSSimpleCoordinateReferenceSystem(im)initWithName:andType:andCoordinateSystem:":{"name":"-initWithName:andType:andCoordinateSystem:","abstract":"

    Initialize

    ","parent_name":"CRSSimpleCoordinateReferenceSystem"},"Classes/CRSReferenceFrame.html#/c:objc(cs)CRSReferenceFrame(py)name":{"name":"name","abstract":"

    Name

    ","parent_name":"CRSReferenceFrame"},"Classes/CRSReferenceFrame.html#/c:objc(cs)CRSReferenceFrame(py)type":{"name":"type","abstract":"

    Type

    ","parent_name":"CRSReferenceFrame"},"Classes/CRSReferenceFrame.html#/c:objc(cs)CRSReferenceFrame(py)anchor":{"name":"anchor","abstract":"

    Datum anchor description

    ","parent_name":"CRSReferenceFrame"},"Classes/CRSReferenceFrame.html#/c:objc(cs)CRSReferenceFrame(py)identifiers":{"name":"identifiers","abstract":"

    Identifiers

    ","parent_name":"CRSReferenceFrame"},"Classes/CRSReferenceFrame.html#/c:objc(cs)CRSReferenceFrame(im)initWithType:":{"name":"-initWithType:","abstract":"

    Initialize

    ","parent_name":"CRSReferenceFrame"},"Classes/CRSReferenceFrame.html#/c:objc(cs)CRSReferenceFrame(im)initWithName:andType:":{"name":"-initWithName:andType:","abstract":"

    Initialize

    ","parent_name":"CRSReferenceFrame"},"Classes/CRSReferenceFrame.html#/c:objc(cs)CRSReferenceFrame(im)hasAnchor":{"name":"-hasAnchor","abstract":"

    Has a datum anchor description

    ","parent_name":"CRSReferenceFrame"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)read:":{"name":"+read:","abstract":"

    Read a Coordinate Reference System from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)read:withStrict:":{"name":"+read:withStrict:","abstract":"

    Read a Coordinate Reference System from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)read:withType:":{"name":"+read:withType:","abstract":"

    Read a Coordinate Reference System from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)read:withTypes:":{"name":"+read:withTypes:","abstract":"

    Read a Coordinate Reference System from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)read:withStrict:andType:":{"name":"+read:withStrict:andType:","abstract":"

    Read a Coordinate Reference System from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)read:withStrict:andTypes:":{"name":"+read:withStrict:andTypes:","abstract":"

    Read a Coordinate Reference System from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readCoordinateReferenceSystem:":{"name":"+readCoordinateReferenceSystem:","abstract":"

    Read a Coordinate Reference System from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readCoordinateReferenceSystem:withStrict:":{"name":"+readCoordinateReferenceSystem:withStrict:","abstract":"

    Read a Coordinate Reference System from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readSimpleCoordinateReferenceSystem:":{"name":"+readSimpleCoordinateReferenceSystem:","abstract":"

    Read a Simple Coordinate Reference System from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readSimpleCoordinateReferenceSystem:withStrict:":{"name":"+readSimpleCoordinateReferenceSystem:withStrict:","abstract":"

    Read a Simple Coordinate Reference System from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readGeo:":{"name":"+readGeo:","abstract":"

    Read a Geodetic or Geographic Coordinate Reference System from the","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readGeodetic:":{"name":"+readGeodetic:","abstract":"

    Read a Geodetic Coordinate Reference System from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readGeographic:":{"name":"+readGeographic:","abstract":"

    Read a Geographic Coordinate Reference System from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readProjected:":{"name":"+readProjected:","abstract":"

    Read a Projected Coordinate Reference System from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readProjectedGeodetic:":{"name":"+readProjectedGeodetic:","abstract":"

    Read a Projected Geodetic Coordinate Reference System from the well-known","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readProjectedGeographic:":{"name":"+readProjectedGeographic:","abstract":"

    Read a Projected Geographic Coordinate Reference System from the","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readVertical:":{"name":"+readVertical:","abstract":"

    Read a Vertical Coordinate Reference System from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readEngineering:":{"name":"+readEngineering:","abstract":"

    Read an Engineering Coordinate Reference System from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readParametric:":{"name":"+readParametric:","abstract":"

    Read an Parametric Coordinate Reference System from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readTemporal:":{"name":"+readTemporal:","abstract":"

    Read an Temporal Coordinate Reference System from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readDerived:":{"name":"+readDerived:","abstract":"

    Read a Derived Coordinate Reference System from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readCompound:":{"name":"+readCompound:","abstract":"

    Read a Compound Coordinate Reference System from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readCoordinateMetadata:":{"name":"+readCoordinateMetadata:","abstract":"

    Read Coordinate Metadata from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readCoordinateOperation:":{"name":"+readCoordinateOperation:","abstract":"

    Read Coordinate Operation from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readPointMotionOperation:":{"name":"+readPointMotionOperation:","abstract":"

    Read Point Motion Operation from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readConcatenatedOperation:":{"name":"+readConcatenatedOperation:","abstract":"

    Read Concatenated Operation from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readBound:":{"name":"+readBound:","abstract":"

    Read Bound Coordinate Reference System from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readGeoCompat:":{"name":"+readGeoCompat:","abstract":"

    Read a Backward Compatible Geodetic or Geographic Coordinate Reference","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readGeodeticCompat:":{"name":"+readGeodeticCompat:","abstract":"

    Read a Backward Compatible Geodetic Coordinate Reference System from the","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readGeographicCompat:":{"name":"+readGeographicCompat:","abstract":"

    Read a Backward Compatible Geographic Coordinate Reference System from","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readProjectedCompat:":{"name":"+readProjectedCompat:","abstract":"

    Read a Backward Compatible Projected Coordinate Reference System from the","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readProjectedGeodeticCompat:":{"name":"+readProjectedGeodeticCompat:","abstract":"

    Read a Backward Compatible Projected Geodetic Coordinate Reference System","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readProjectedGeographicCompat:":{"name":"+readProjectedGeographicCompat:","abstract":"

    Read a Backward Compatible Projected Geographic Coordinate Reference","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(py)strict":{"name":"strict","abstract":"

    Strict rule enforcement

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)createWithText:":{"name":"+createWithText:","abstract":"

    Create

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)createWithReader:":{"name":"+createWithReader:","abstract":"

    Create

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)createWithText:andStrict:":{"name":"+createWithText:andStrict:","abstract":"

    Create

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)createWithReader:andStrict:":{"name":"+createWithReader:andStrict:","abstract":"

    Create

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)initWithText:":{"name":"-initWithText:","abstract":"

    Initializer

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)initWithReader:":{"name":"-initWithReader:","abstract":"

    Initializer

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)initWithText:andStrict:":{"name":"-initWithText:andStrict:","abstract":"

    Initializer

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)initWithReader:andStrict:":{"name":"-initWithReader:andStrict:","abstract":"

    Initializer

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)textReader":{"name":"-textReader","abstract":"

    Get the text reader

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)reset":{"name":"-reset","abstract":"

    Reset the reader

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)read":{"name":"-read","abstract":"

    Read a CRS object from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readCoordinateReferenceSystem":{"name":"-readCoordinateReferenceSystem","abstract":"

    Read a Coordinate Reference System from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readSimpleCoordinateReferenceSystem":{"name":"-readSimpleCoordinateReferenceSystem","abstract":"

    Read a Simple Coordinate Reference System from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readKeyword":{"name":"-readKeyword","abstract":"

    Read a WKT CRS keyword

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readKeywordType":{"name":"-readKeywordType","abstract":"

    Read a WKT CRS keyword type

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readKeywords":{"name":"-readKeywords","abstract":"

    Read WKT CRS keywords

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readKeywordTypes":{"name":"-readKeywordTypes","abstract":"

    Read WKT CRS keyword types

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readKeywordWithType:":{"name":"-readKeywordWithType:","abstract":"

    Read a specific WKT CRS keyword, next token when strict, until found when","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readKeywordWithTypes:":{"name":"-readKeywordWithTypes:","abstract":"

    Read a specific WKT CRS keyword, next token when strict, until found when","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readToKeyword:":{"name":"-readToKeyword:","abstract":"

    Read skipping tokens up until before an optional WKT CRS keyword

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readToKeywords:":{"name":"-readToKeywords:","abstract":"

    Read skipping tokens up until before an optional WKT CRS keyword

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readKeywordWithType:andRequired:":{"name":"-readKeywordWithType:andRequired:","abstract":"

    Read looking for a specific WKT CRS keyword, skipping others if not","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readKeywordWithTypes:andRequired:":{"name":"-readKeywordWithTypes:andRequired:","abstract":"

    Read looking for a specific WKT CRS keyword, skipping others if not","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)peekKeyword":{"name":"-peekKeyword","abstract":"

    Peek a WKT CRS keyword

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)peekKeywordType":{"name":"-peekKeywordType","abstract":"

    Peek a WKT CRS keyword type

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)peekKeywords":{"name":"-peekKeywords","abstract":"

    Peek WKT CRS keywords

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)peekKeywordTypes":{"name":"-peekKeywordTypes","abstract":"

    Peek WKT CRS keyword types

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)peekOptionalKeyword":{"name":"-peekOptionalKeyword","abstract":"

    Peek an optional WKT CRS keyword

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)peekOptionalKeywordType":{"name":"-peekOptionalKeywordType","abstract":"

    Peek an optional WKT CRS keyword type

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)peekOptionalKeywords":{"name":"-peekOptionalKeywords","abstract":"

    Peek at optional WKT CRS keywords

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)peekOptionalKeywordTypes":{"name":"-peekOptionalKeywordTypes","abstract":"

    Peek at optional WKT CRS keyword types

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)peekOptionalKeywordAtNum:":{"name":"-peekOptionalKeywordAtNum:","abstract":"

    Peek an optional WKT CRS keyword

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)peekOptionalKeywordTypeAtNum:":{"name":"-peekOptionalKeywordTypeAtNum:","abstract":"

    Peek an optional WKT CRS keyword type

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)peekOptionalKeywordsAtNum:":{"name":"-peekOptionalKeywordsAtNum:","abstract":"

    Peek at optional WKT CRS keywords

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)peekOptionalKeywordTypesAtNum:":{"name":"-peekOptionalKeywordTypesAtNum:","abstract":"

    Peek at optional WKT CRS keyword types

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readLeftDelimiter":{"name":"-readLeftDelimiter","abstract":"

    Read a left delimiter

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)peekLeftDelimiter":{"name":"-peekLeftDelimiter","abstract":"

    Peek if the next token is a left delimiter

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readRightDelimiter":{"name":"-readRightDelimiter","abstract":"

    Read skipping tokens until an external right delimiter (first right","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)peekRightDelimiter":{"name":"-peekRightDelimiter","abstract":"

    Peek if the next token is a right delimiter

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readSeparator":{"name":"-readSeparator","abstract":"

    Read a WKT Separator (comma)

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)peekSeparator":{"name":"-peekSeparator","abstract":"

    Peek if the next token is a WKT Separator (comma)

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readEnd":{"name":"-readEnd","abstract":"

    “Read” an expected end, checking for unexpected trailing tokens

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readKeywordDelimitedToken:":{"name":"-readKeywordDelimitedToken:","abstract":"

    Read a keyword delimited token

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readGeo":{"name":"-readGeo","abstract":"

    Read a Geodetic or Geographic CRS

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readProjected":{"name":"-readProjected","abstract":"

    Read a Projected CRS

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readProjectedGeodetic":{"name":"-readProjectedGeodetic","abstract":"

    Read a Projected Geodetic CRS

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readProjectedGeographic":{"name":"-readProjectedGeographic","abstract":"

    Read a Projected Geographic CRS

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readProjectedWithType:":{"name":"-readProjectedWithType:","abstract":"

    Read a Projected CRS

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readVertical":{"name":"-readVertical","abstract":"

    Read a Vertical CRS

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readEngineering":{"name":"-readEngineering","abstract":"

    Read an Engineering CRS

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readParametric":{"name":"-readParametric","abstract":"

    Read a Parametric CRS

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readTemporal":{"name":"-readTemporal","abstract":"

    Read a Temporal CRS

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readDerivedProjected":{"name":"-readDerivedProjected","abstract":"

    Read a Derived Projected CRS

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readCompound":{"name":"-readCompound","abstract":"

    Read a Compound CRS

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readCoordinateMetadata":{"name":"-readCoordinateMetadata","abstract":"

    Read Coordinate Metadata

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readCoordinateOperation":{"name":"-readCoordinateOperation","abstract":"

    Read Coordinate Operation

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readPointMotionOperation":{"name":"-readPointMotionOperation","abstract":"

    Read Point Motion Operation

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readConcatenatedOperation":{"name":"-readConcatenatedOperation","abstract":"

    Read Concatenated Operation

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readBound":{"name":"-readBound","abstract":"

    Read a Bound CRS

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readScopeExtentIdentifierRemark:":{"name":"-readScopeExtentIdentifierRemark:","abstract":"

    Read the usages (scope and extent), identifiers, and remark into the","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readGeoReferenceFrame":{"name":"-readGeoReferenceFrame","abstract":"

    Read a Geo reference frame

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readGeoReferenceFrameWithCRS:":{"name":"-readGeoReferenceFrameWithCRS:","abstract":"

    Read a Geo reference frame

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readVerticalReferenceFrame":{"name":"-readVerticalReferenceFrame","abstract":"

    Read a Vertical reference frame

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readVerticalReferenceFrameWithCRS:":{"name":"-readVerticalReferenceFrameWithCRS:","abstract":"

    Read a Vertical reference frame

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readEngineeringDatum":{"name":"-readEngineeringDatum","abstract":"

    Read an Engineering datum

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readEngineeringDatumWithCRS:":{"name":"-readEngineeringDatumWithCRS:","abstract":"

    Read an Engineering datum

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readParametricDatum":{"name":"-readParametricDatum","abstract":"

    Read a Parametric datum

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readParametricDatumWithCRS:":{"name":"-readParametricDatumWithCRS:","abstract":"

    Read a Parametric datum

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readReferenceFrame":{"name":"-readReferenceFrame","abstract":"

    Read a Reference frame (datum)

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readReferenceFrameWithCRS:":{"name":"-readReferenceFrameWithCRS:","abstract":"

    Read a Reference frame (datum)

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readGeoDatumEnsemble":{"name":"-readGeoDatumEnsemble","abstract":"

    Read a Geo datum ensemble

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readVerticalDatumEnsemble":{"name":"-readVerticalDatumEnsemble","abstract":"

    Read a Vertical datum ensemble

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readDatumEnsemble":{"name":"-readDatumEnsemble","abstract":"

    Read a Datum ensemble

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readDatumEnsembleMember":{"name":"-readDatumEnsembleMember","abstract":"

    Read a Datum ensemble member

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readDynamic":{"name":"-readDynamic","abstract":"

    Read a Dynamic coordinate reference system

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readPrimeMeridian":{"name":"-readPrimeMeridian","abstract":"

    Read a Prime meridian

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readEllipsoid":{"name":"-readEllipsoid","abstract":"

    Read an Ellipsoid

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readUnit":{"name":"-readUnit","abstract":"

    Read a Unit

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readAngleUnit":{"name":"-readAngleUnit","abstract":"

    Read an Angle Unit

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readLengthUnit":{"name":"-readLengthUnit","abstract":"

    Read a Length Unit

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readParametricUnit":{"name":"-readParametricUnit","abstract":"

    Read a Parametric Unit

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readScaleUnit":{"name":"-readScaleUnit","abstract":"

    Read a Scale Unit

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readTimeUnit":{"name":"-readTimeUnit","abstract":"

    Read a Time Unit

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readUnitWithType:":{"name":"-readUnitWithType:","abstract":"

    Read a Unit

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readIdentifiers":{"name":"-readIdentifiers","abstract":"

    Read Identifiers

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readIdentifier":{"name":"-readIdentifier","abstract":"

    Read an Identifier

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readCoordinateSystem":{"name":"-readCoordinateSystem","abstract":"

    Read a Coordinate system

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readAxes":{"name":"-readAxes","abstract":"

    Read Axes

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readAxesWithType:":{"name":"-readAxesWithType:","abstract":"

    Read Axes

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readAxis":{"name":"-readAxis","abstract":"

    Read an Axis

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readAxisWithType:":{"name":"-readAxisWithType:","abstract":"

    Read an Axis

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readRemark":{"name":"-readRemark","abstract":"

    Read Remark

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readUsages":{"name":"-readUsages","abstract":"

    Read Usages

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readUsage":{"name":"-readUsage","abstract":"

    Read a Usage

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readScope":{"name":"-readScope","abstract":"

    Read a Scope

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readExtent":{"name":"-readExtent","abstract":"

    Read an Extent

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readAreaDescription":{"name":"-readAreaDescription","abstract":"

    Read an Area description

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readGeographicBoundingBox":{"name":"-readGeographicBoundingBox","abstract":"

    Read a Geographic bounding box

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readVerticalExtent":{"name":"-readVerticalExtent","abstract":"

    Read a Vertical extent

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readTemporalExtent":{"name":"-readTemporalExtent","abstract":"

    Read a Temporal extent

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readMapProjection":{"name":"-readMapProjection","abstract":"

    Read a Map projection

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readMethod":{"name":"-readMethod","abstract":"

    Read an operation method

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readProjectedParameters":{"name":"-readProjectedParameters","abstract":"

    Read projected parameters

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readParametersWithType:":{"name":"-readParametersWithType:","abstract":"

    Read Operation parameters

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readParameterWithType:":{"name":"-readParameterWithType:","abstract":"

    Read an Operation parameter

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readTemporalDatum":{"name":"-readTemporalDatum","abstract":"

    Read a Temporal Datum

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readDerivingConversion":{"name":"-readDerivingConversion","abstract":"

    Read a Deriving Conversion

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readDerivedParameters":{"name":"-readDerivedParameters","abstract":"

    Read Derived parameters

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readParametersAndFilesWithType:":{"name":"-readParametersAndFilesWithType:","abstract":"

    Read Operation parameters and parameter files

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readParameterFile":{"name":"-readParameterFile","abstract":"

    Read an Operation parameter file

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readCoordinateOperationParameters":{"name":"-readCoordinateOperationParameters","abstract":"

    Read Coordinate Operation parameters

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readVersion":{"name":"-readVersion","abstract":"

    Read an operation version

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readSource":{"name":"-readSource","abstract":"

    Read a source coordinate reference system

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readTarget":{"name":"-readTarget","abstract":"

    Read a target coordinate reference system

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readInterpolation":{"name":"-readInterpolation","abstract":"

    Read a interpolation coordinate reference system

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readCoordinateReferenceSystemWithKeyword:":{"name":"-readCoordinateReferenceSystemWithKeyword:","abstract":"

    Read a coordinate reference system with the keyword

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readAccuracy":{"name":"-readAccuracy","abstract":"

    Read an operation accuracy

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readPointMotionOperationParameters":{"name":"-readPointMotionOperationParameters","abstract":"

    Read Point Motion Operation parameters

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readAbridgedCoordinateTransformation":{"name":"-readAbridgedCoordinateTransformation","abstract":"

    Read an Abridged Coordinate Transformation

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readBoundParameters":{"name":"-readBoundParameters","abstract":"

    Read Bound CRS Abridged Transformation parameters

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readGeoCompat":{"name":"-readGeoCompat","abstract":"

    Read a Backward Compatible Geodetic or Geographic CRS

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readGeodeticCompat":{"name":"-readGeodeticCompat","abstract":"

    Read a Backward Compatible Geodetic CRS

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readGeographicCompat":{"name":"-readGeographicCompat","abstract":"

    Read a Backward Compatible Geographic CRS

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readGeoCompatWithType:":{"name":"-readGeoCompatWithType:","abstract":"

    Read a Backward Compatible Geodetic or Geographic CRS

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readProjectedCompat":{"name":"-readProjectedCompat","abstract":"

    Read a Backward Compatible Projected CRS

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readProjectedGeodeticCompat":{"name":"-readProjectedGeodeticCompat","abstract":"

    Read a Backward Compatible Projected Geodetic CRS

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readProjectedGeographicCompat":{"name":"-readProjectedGeographicCompat","abstract":"

    Read a Backward Compatible Projected Geographic CRS

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readProjectedCompatWithType:":{"name":"-readProjectedCompatWithType:","abstract":"

    Read a Backward Compatible Projected CRS

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)addTransformParameters:toMapProjection:":{"name":"+addTransformParameters:toMapProjection:","abstract":"

    Add transform parameters to the map projection

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readVerticalCompat":{"name":"-readVerticalCompat","abstract":"

    Read a Backward Compatible Vertical CRS

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readEngineeringCompat":{"name":"-readEngineeringCompat","abstract":"

    Read a Backward Compatible Engineering CRS

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readMapProjectionCompat":{"name":"-readMapProjectionCompat","abstract":"

    Read a Backward Compatible map projection

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readCoordinateSystemCompatWithType:andReferenceFrame:":{"name":"-readCoordinateSystemCompatWithType:andReferenceFrame:","abstract":"

    Read a Backward Compatible Coordinate System

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readVerticalDatumCompat":{"name":"-readVerticalDatumCompat","abstract":"

    Read a Backward Compatible vertical datum

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readVerticalDatumCompatWithCRS:":{"name":"-readVerticalDatumCompatWithCRS:","abstract":"

    Read a Backward Compatible vertical datum

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readEngineeringDatumCompat":{"name":"-readEngineeringDatumCompat","abstract":"

    Read a Backward Compatible engineering datum

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readEngineeringDatumCompatWithCRS:":{"name":"-readEngineeringDatumCompatWithCRS:","abstract":"

    Read a Backward Compatible engineering datum

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readDatumCompat":{"name":"-readDatumCompat","abstract":"

    Read a Backward Compatible datum

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readDatumCompatWithCRS:":{"name":"-readDatumCompatWithCRS:","abstract":"

    Read a Backward Compatible datum

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readToWGS84Compat":{"name":"-readToWGS84Compat","abstract":"

    Read a Backward Compatible To WGS84 transformation

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readExtensionsCompat":{"name":"-readExtensionsCompat","abstract":"

    Read Backward Compatible Extensions

    ","parent_name":"CRSReader"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(py)base":{"name":"base","abstract":"

    Base

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(py)mapProjection":{"name":"mapProjection","abstract":"

    Map Projection

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)initWithName:andBaseName:andBaseType:andReferenceFrame:andMapProjection:andCoordinateSystem:":{"name":"-initWithName:andBaseName:andBaseType:andReferenceFrame:andMapProjection:andCoordinateSystem:","abstract":"

    Initialize

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)initWithName:andBaseName:andBaseType:andDatumEnsemble:andMapProjection:andCoordinateSystem:":{"name":"-initWithName:andBaseName:andBaseType:andDatumEnsemble:andMapProjection:andCoordinateSystem:","abstract":"

    Initialize

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)initWithName:andBaseName:andBaseType:andDynamic:andReferenceFrame:andMapProjection:andCoordinateSystem:":{"name":"-initWithName:andBaseName:andBaseType:andDynamic:andReferenceFrame:andMapProjection:andCoordinateSystem:","abstract":"

    Initialize

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)baseName":{"name":"-baseName","abstract":"

    Get the base name

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)setBaseName:":{"name":"-setBaseName:","abstract":"

    Set the base name

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)baseType":{"name":"-baseType","abstract":"

    Get the base type

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)setBaseType:":{"name":"-setBaseType:","abstract":"

    Set the base type

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)referenceFrame":{"name":"-referenceFrame","abstract":"

    Get the reference frame

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)hasReferenceFrame":{"name":"-hasReferenceFrame","abstract":"

    Determine if has a reference frame

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)setReferenceFrame:":{"name":"-setReferenceFrame:","abstract":"

    Set the reference frame

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)datumEnsemble":{"name":"-datumEnsemble","abstract":"

    Get the datum ensemble

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)hasDatumEnsemble":{"name":"-hasDatumEnsemble","abstract":"

    Determine if has a datum ensemble

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)setDatumEnsemble:":{"name":"-setDatumEnsemble:","abstract":"

    Set the datum ensemble

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)dynamic":{"name":"-dynamic","abstract":"

    Get the dynamic coordinate reference system

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)hasDynamic":{"name":"-hasDynamic","abstract":"

    Determine if has a dynamic

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)setDynamic:":{"name":"-setDynamic:","abstract":"

    Set the dynamic coordinate reference system

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)geoDatum":{"name":"-geoDatum","abstract":"

    Get the geodetic or geographic common datum

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)baseIdentifiers":{"name":"-baseIdentifiers","abstract":"

    Get the base identifiers

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)hasBaseIdentifiers":{"name":"-hasBaseIdentifiers","abstract":"

    Has base identifiers

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)numBaseIdentifiers":{"name":"-numBaseIdentifiers","abstract":"

    Number of base identifiers

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)baseIdentifierAtIndex:":{"name":"-baseIdentifierAtIndex:","abstract":"

    Get the base identifier at the index

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)setBaseIdentifiers:":{"name":"-setBaseIdentifiers:","abstract":"

    Set the base identifiers

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)addBaseIdentifier:":{"name":"-addBaseIdentifier:","abstract":"

    Add the base identifier

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)addBaseIdentifiers:":{"name":"-addBaseIdentifiers:","abstract":"

    Add the base identifiers

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)unit":{"name":"-unit","abstract":"

    Get the unit (ellipsoidal angle)

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)hasUnit":{"name":"-hasUnit","abstract":"

    Has a unit (ellipsoidal angle)

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)setUnit:":{"name":"-setUnit:","abstract":"

    Set the unit (angle)

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjParser.html#/c:objc(cs)CRSProjParser(cm)paramsFromText:":{"name":"+paramsFromText:","abstract":"

    Parse crs well-known text into PROJ params

    ","parent_name":"CRSProjParser"},"Classes/CRSProjParser.html#/c:objc(cs)CRSProjParser(cm)paramsTextFromText:":{"name":"+paramsTextFromText:","abstract":"

    Parse crs well-known text into PROJ params text

    ","parent_name":"CRSProjParser"},"Classes/CRSProjParser.html#/c:objc(cs)CRSProjParser(cm)paramsFromCRS:":{"name":"+paramsFromCRS:","abstract":"

    Convert a CRS object into PROJ params

    ","parent_name":"CRSProjParser"},"Classes/CRSProjParser.html#/c:objc(cs)CRSProjParser(cm)paramsTextFromCRS:":{"name":"+paramsTextFromCRS:","abstract":"

    Convert a CRS object into PROJ params text

    ","parent_name":"CRSProjParser"},"Classes/CRSProjParser.html#/c:objc(cs)CRSProjParser(cm)paramsFromGeo:":{"name":"+paramsFromGeo:","abstract":"

    Convert a geodetic or geographic crs into PROJ params

    ","parent_name":"CRSProjParser"},"Classes/CRSProjParser.html#/c:objc(cs)CRSProjParser(cm)paramsTextFromGeo:":{"name":"+paramsTextFromGeo:","abstract":"

    Convert a geodetic or geographic crs into PROJ params text

    ","parent_name":"CRSProjParser"},"Classes/CRSProjParser.html#/c:objc(cs)CRSProjParser(cm)paramsFromProjected:":{"name":"+paramsFromProjected:","abstract":"

    Convert a projected crs into PROJ params

    ","parent_name":"CRSProjParser"},"Classes/CRSProjParser.html#/c:objc(cs)CRSProjParser(cm)paramsTextFromProjected:":{"name":"+paramsTextFromProjected:","abstract":"

    Convert a projected crs into PROJ params text

    ","parent_name":"CRSProjParser"},"Classes/CRSProjParser.html#/c:objc(cs)CRSProjParser(cm)paramsFromCompound:":{"name":"+paramsFromCompound:","abstract":"

    Convert a compound crs into PROJ params

    ","parent_name":"CRSProjParser"},"Classes/CRSProjParser.html#/c:objc(cs)CRSProjParser(cm)paramsTextFromCompound:":{"name":"+paramsTextFromCompound:","abstract":"

    Convert a compound crs into PROJ params text

    ","parent_name":"CRSProjParser"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)proj":{"name":"proj","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)zone":{"name":"zone","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)south":{"name":"south","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)lat_1":{"name":"lat_1","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)lat_2":{"name":"lat_2","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)lat_0":{"name":"lat_0","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)lat_ts":{"name":"lat_ts","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)lon_0":{"name":"lon_0","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)lonc":{"name":"lonc","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)alpha":{"name":"alpha","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)k_0":{"name":"k_0","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)x_0":{"name":"x_0","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)y_0":{"name":"y_0","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)axis":{"name":"axis","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)datum":{"name":"datum","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)no_uoff":{"name":"no_uoff","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)gamma":{"name":"gamma","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)a":{"name":"a","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)b":{"name":"b","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)ellps":{"name":"ellps","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)towgs84":{"name":"towgs84","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)xTranslation":{"name":"xTranslation","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)yTranslation":{"name":"yTranslation","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)zTranslation":{"name":"zTranslation","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)xRotation":{"name":"xRotation","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)yRotation":{"name":"yRotation","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)zRotation":{"name":"zRotation","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)scaleDifference":{"name":"scaleDifference","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)pm":{"name":"pm","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)units":{"name":"units","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)to_meter":{"name":"to_meter","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)nadgrids":{"name":"nadgrids","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)wktext":{"name":"wktext","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)no_defs":{"name":"no_defs","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(cm)params":{"name":"+params","abstract":"

    Create

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSProjParams"},"Classes/CRSPrimeMeridians.html#/c:objc(cs)CRSPrimeMeridians(cm)fromType:":{"name":"+fromType:","abstract":"

    Get a prime meridian by type

    ","parent_name":"CRSPrimeMeridians"},"Classes/CRSPrimeMeridians.html#/c:objc(cs)CRSPrimeMeridians(cm)fromName:":{"name":"+fromName:","abstract":"

    Get a prime meridian by name

    ","parent_name":"CRSPrimeMeridians"},"Classes/CRSPrimeMeridians.html#/c:objc(cs)CRSPrimeMeridians(im)type":{"name":"-type","abstract":"

    Get the type

    ","parent_name":"CRSPrimeMeridians"},"Classes/CRSPrimeMeridians.html#/c:objc(cs)CRSPrimeMeridians(im)name":{"name":"-name","abstract":"

    Get the name

    ","parent_name":"CRSPrimeMeridians"},"Classes/CRSPrimeMeridians.html#/c:objc(cs)CRSPrimeMeridians(im)offsetFromGreenwich":{"name":"-offsetFromGreenwich","abstract":"

    Get the offset from greenwich in radians

    ","parent_name":"CRSPrimeMeridians"},"Classes/CRSPrimeMeridians.html#/c:objc(cs)CRSPrimeMeridians(im)offsetFromGreenwichDegrees":{"name":"-offsetFromGreenwichDegrees","abstract":"

    Get the offset from greenwich in degrees

    ","parent_name":"CRSPrimeMeridians"},"Classes/CRSPrimeMeridian.html#/c:objc(cs)CRSPrimeMeridian(py)name":{"name":"name","abstract":"

    Name

    ","parent_name":"CRSPrimeMeridian"},"Classes/CRSPrimeMeridian.html#/c:objc(cs)CRSPrimeMeridian(py)longitude":{"name":"longitude","abstract":"

    International Reference Meridian longitude

    ","parent_name":"CRSPrimeMeridian"},"Classes/CRSPrimeMeridian.html#/c:objc(cs)CRSPrimeMeridian(py)longitudeText":{"name":"longitudeText","abstract":"

    International Reference Meridian longitude Text

    ","parent_name":"CRSPrimeMeridian"},"Classes/CRSPrimeMeridian.html#/c:objc(cs)CRSPrimeMeridian(py)longitudeUnit":{"name":"longitudeUnit","abstract":"

    International Reference Meridian longitude unit (angle)

    ","parent_name":"CRSPrimeMeridian"},"Classes/CRSPrimeMeridian.html#/c:objc(cs)CRSPrimeMeridian(py)identifiers":{"name":"identifiers","abstract":"

    Identifiers

    ","parent_name":"CRSPrimeMeridian"},"Classes/CRSPrimeMeridian.html#/c:objc(cs)CRSPrimeMeridian(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSPrimeMeridian"},"Classes/CRSPrimeMeridian.html#/c:objc(cs)CRSPrimeMeridian(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSPrimeMeridian"},"Classes/CRSPrimeMeridian.html#/c:objc(cs)CRSPrimeMeridian(im)initWithName:andLongitude:":{"name":"-initWithName:andLongitude:","abstract":"

    Initialize

    ","parent_name":"CRSPrimeMeridian"},"Classes/CRSPrimeMeridian.html#/c:objc(cs)CRSPrimeMeridian(im)initWithName:andLongitudeText:":{"name":"-initWithName:andLongitudeText:","abstract":"

    Initialize

    ","parent_name":"CRSPrimeMeridian"},"Classes/CRSPrimeMeridian.html#/c:objc(cs)CRSPrimeMeridian(im)hasLongitudeUnit":{"name":"-hasLongitudeUnit","abstract":"

    Has an International Reference Meridian longitude unit (angle)

    ","parent_name":"CRSPrimeMeridian"},"Classes/CRSPointMotionOperation.html#/c:objc(cs)CRSPointMotionOperation(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSPointMotionOperation"},"Classes/CRSPointMotionOperation.html#/c:objc(cs)CRSPointMotionOperation(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSPointMotionOperation"},"Classes/CRSPointMotionOperation.html#/c:objc(cs)CRSPointMotionOperation(im)initWithName:andSource:andMethod:":{"name":"-initWithName:andSource:andMethod:","abstract":"

    Initialize

    ","parent_name":"CRSPointMotionOperation"},"Classes/CRSParametricDatum.html#/c:objc(cs)CRSParametricDatum(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSParametricDatum"},"Classes/CRSParametricDatum.html#/c:objc(cs)CRSParametricDatum(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSParametricDatum"},"Classes/CRSParametricDatum.html#/c:objc(cs)CRSParametricDatum(im)initWithName:":{"name":"-initWithName:","abstract":"

    Initialize

    ","parent_name":"CRSParametricDatum"},"Classes/CRSParametricCoordinateReferenceSystem.html#/c:objc(cs)CRSParametricCoordinateReferenceSystem(py)datum":{"name":"datum","abstract":"

    Parametric Datum

    ","parent_name":"CRSParametricCoordinateReferenceSystem"},"Classes/CRSParametricCoordinateReferenceSystem.html#/c:objc(cs)CRSParametricCoordinateReferenceSystem(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSParametricCoordinateReferenceSystem"},"Classes/CRSParametricCoordinateReferenceSystem.html#/c:objc(cs)CRSParametricCoordinateReferenceSystem(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSParametricCoordinateReferenceSystem"},"Classes/CRSParametricCoordinateReferenceSystem.html#/c:objc(cs)CRSParametricCoordinateReferenceSystem(im)initWithName:andDatum:andCoordinateSystem:":{"name":"-initWithName:andDatum:andCoordinateSystem:","abstract":"

    Initialize

    ","parent_name":"CRSParametricCoordinateReferenceSystem"},"Classes/CRSOperationTypes.html#/c:objc(cs)CRSOperationTypes(cm)name:":{"name":"+name:","abstract":"

    Get the type name

    ","parent_name":"CRSOperationTypes"},"Classes/CRSOperationTypes.html#/c:objc(cs)CRSOperationTypes(cm)type:":{"name":"+type:","abstract":"

    Get the type from the name

    ","parent_name":"CRSOperationTypes"},"Classes/CRSOperationParameters.html#/c:objc(cs)CRSOperationParameters(im)type":{"name":"-type","abstract":"

    Get the type

    ","parent_name":"CRSOperationParameters"},"Classes/CRSOperationParameters.html#/c:objc(cs)CRSOperationParameters(im)code":{"name":"-code","abstract":"

    Get the code

    ","parent_name":"CRSOperationParameters"},"Classes/CRSOperationParameters.html#/c:objc(cs)CRSOperationParameters(im)name":{"name":"-name","abstract":"

    Get the name

    ","parent_name":"CRSOperationParameters"},"Classes/CRSOperationParameters.html#/c:objc(cs)CRSOperationParameters(im)operationType":{"name":"-operationType","abstract":"

    Get the operation type

    ","parent_name":"CRSOperationParameters"},"Classes/CRSOperationParameters.html#/c:objc(cs)CRSOperationParameters(im)aliases":{"name":"-aliases","abstract":"

    Get the aliases

    ","parent_name":"CRSOperationParameters"},"Classes/CRSOperationParameters.html#/c:objc(cs)CRSOperationParameters(im)unitType":{"name":"-unitType","abstract":"

    Get the unit type

    ","parent_name":"CRSOperationParameters"},"Classes/CRSOperationParameters.html#/c:objc(cs)CRSOperationParameters(cm)parameter:":{"name":"+parameter:","abstract":"

    Get the parameter from the parameter type

    ","parent_name":"CRSOperationParameters"},"Classes/CRSOperationParameters.html#/c:objc(cs)CRSOperationParameters(cm)parameterFromName:":{"name":"+parameterFromName:","abstract":"

    Get the parameter from the alias

    ","parent_name":"CRSOperationParameters"},"Classes/CRSOperationParameters.html#/c:objc(cs)CRSOperationParameters(cm)parametersFromName:":{"name":"+parametersFromName:","abstract":"

    Get the parameters from the alias

    ","parent_name":"CRSOperationParameters"},"Classes/CRSOperationParameters.html#/c:objc(cs)CRSOperationParameters(cm)parameterFromCode:":{"name":"+parameterFromCode:","abstract":"

    Get the parameter from the code

    ","parent_name":"CRSOperationParameters"},"Classes/CRSOperationParameter.html#/c:objc(cs)CRSOperationParameter(py)name":{"name":"name","abstract":"

    Name

    ","parent_name":"CRSOperationParameter"},"Classes/CRSOperationParameter.html#/c:objc(cs)CRSOperationParameter(py)value":{"name":"value","abstract":"

    Value

    ","parent_name":"CRSOperationParameter"},"Classes/CRSOperationParameter.html#/c:objc(cs)CRSOperationParameter(py)valueText":{"name":"valueText","abstract":"

    Value Text

    ","parent_name":"CRSOperationParameter"},"Classes/CRSOperationParameter.html#/c:objc(cs)CRSOperationParameter(py)unit":{"name":"unit","abstract":"

    Unit

    ","parent_name":"CRSOperationParameter"},"Classes/CRSOperationParameter.html#/c:objc(cs)CRSOperationParameter(py)fileName":{"name":"fileName","abstract":"

    File Name

    ","parent_name":"CRSOperationParameter"},"Classes/CRSOperationParameter.html#/c:objc(cs)CRSOperationParameter(py)identifiers":{"name":"identifiers","abstract":"

    Identifiers

    ","parent_name":"CRSOperationParameter"},"Classes/CRSOperationParameter.html#/c:objc(cs)CRSOperationParameter(py)parameter":{"name":"parameter","abstract":"

    Commonly encountered operation parameters

    ","parent_name":"CRSOperationParameter"},"Classes/CRSOperationParameter.html#/c:objc(cs)CRSOperationParameter(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSOperationParameter"},"Classes/CRSOperationParameter.html#/c:objc(cs)CRSOperationParameter(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSOperationParameter"},"Classes/CRSOperationParameter.html#/c:objc(cs)CRSOperationParameter(im)initWithName:andValue:":{"name":"-initWithName:andValue:","abstract":"

    Initialize

    ","parent_name":"CRSOperationParameter"},"Classes/CRSOperationParameter.html#/c:objc(cs)CRSOperationParameter(im)initWithName:andValueText:":{"name":"-initWithName:andValueText:","abstract":"

    Initialize

    ","parent_name":"CRSOperationParameter"},"Classes/CRSOperationParameter.html#/c:objc(cs)CRSOperationParameter(im)initWithName:andValue:andUnit:":{"name":"-initWithName:andValue:andUnit:","abstract":"

    Initialize

    ","parent_name":"CRSOperationParameter"},"Classes/CRSOperationParameter.html#/c:objc(cs)CRSOperationParameter(im)initWithName:andValueText:andUnit:":{"name":"-initWithName:andValueText:andUnit:","abstract":"

    Initialize

    ","parent_name":"CRSOperationParameter"},"Classes/CRSOperationParameter.html#/c:objc(cs)CRSOperationParameter(im)initWithParameter:andValue:":{"name":"-initWithParameter:andValue:","abstract":"

    Initialize

    ","parent_name":"CRSOperationParameter"},"Classes/CRSOperationParameter.html#/c:objc(cs)CRSOperationParameter(im)initWithParameter:andValueText:":{"name":"-initWithParameter:andValueText:","abstract":"

    Initialize

    ","parent_name":"CRSOperationParameter"},"Classes/CRSOperationParameter.html#/c:objc(cs)CRSOperationParameter(im)initWithParameter:andValue:andUnit:":{"name":"-initWithParameter:andValue:andUnit:","abstract":"

    Initialize

    ","parent_name":"CRSOperationParameter"},"Classes/CRSOperationParameter.html#/c:objc(cs)CRSOperationParameter(im)initWithParameter:andValueText:andUnit:":{"name":"-initWithParameter:andValueText:andUnit:","abstract":"

    Initialize

    ","parent_name":"CRSOperationParameter"},"Classes/CRSOperationParameter.html#/c:objc(cs)CRSOperationParameter(im)initWithName:andFileName:":{"name":"-initWithName:andFileName:","abstract":"

    Initialize

    ","parent_name":"CRSOperationParameter"},"Classes/CRSOperationParameter.html#/c:objc(cs)CRSOperationParameter(im)hasUnit":{"name":"-hasUnit","abstract":"

    Has a unit

    ","parent_name":"CRSOperationParameter"},"Classes/CRSOperationParameter.html#/c:objc(cs)CRSOperationParameter(im)isFile":{"name":"-isFile","abstract":"

    Is a parameter file

    ","parent_name":"CRSOperationParameter"},"Classes/CRSOperationParameter.html#/c:objc(cs)CRSOperationParameter(im)hasParameter":{"name":"-hasParameter","abstract":"

    Is a commonly known parameter type

    ","parent_name":"CRSOperationParameter"},"Classes/CRSOperationParameter.html#/c:objc(cs)CRSOperationParameter(im)updateParameter":{"name":"-updateParameter","abstract":"

    Update the commonly known parameter type using the name

    ","parent_name":"CRSOperationParameter"},"Classes/CRSOperationMethods.html#/c:objc(cs)CRSOperationMethods(im)type":{"name":"-type","abstract":"

    Get the type

    ","parent_name":"CRSOperationMethods"},"Classes/CRSOperationMethods.html#/c:objc(cs)CRSOperationMethods(im)name":{"name":"-name","abstract":"

    Get the name

    ","parent_name":"CRSOperationMethods"},"Classes/CRSOperationMethods.html#/c:objc(cs)CRSOperationMethods(im)operationType":{"name":"-operationType","abstract":"

    Get the operation type

    ","parent_name":"CRSOperationMethods"},"Classes/CRSOperationMethods.html#/c:objc(cs)CRSOperationMethods(im)aliases":{"name":"-aliases","abstract":"

    Get the aliases

    ","parent_name":"CRSOperationMethods"},"Classes/CRSOperationMethods.html#/c:objc(cs)CRSOperationMethods(im)code":{"name":"-code","abstract":"

    Get the code

    ","parent_name":"CRSOperationMethods"},"Classes/CRSOperationMethods.html#/c:objc(cs)CRSOperationMethods(im)parameterCodes":{"name":"-parameterCodes","abstract":"

    Get the parameter codes

    ","parent_name":"CRSOperationMethods"},"Classes/CRSOperationMethods.html#/c:objc(cs)CRSOperationMethods(im)numParameters":{"name":"-numParameters","abstract":"

    Number of parameters

    ","parent_name":"CRSOperationMethods"},"Classes/CRSOperationMethods.html#/c:objc(cs)CRSOperationMethods(im)parameterCodeAtIndex:":{"name":"-parameterCodeAtIndex:","abstract":"

    Get the parameter code at the index

    ","parent_name":"CRSOperationMethods"},"Classes/CRSOperationMethods.html#/c:objc(cs)CRSOperationMethods(im)parameterAtIndex:":{"name":"-parameterAtIndex:","abstract":"

    Get the parameter at the index

    ","parent_name":"CRSOperationMethods"},"Classes/CRSOperationMethods.html#/c:objc(cs)CRSOperationMethods(im)parameters":{"name":"-parameters","abstract":"

    Get the parameters

    ","parent_name":"CRSOperationMethods"},"Classes/CRSOperationMethods.html#/c:objc(cs)CRSOperationMethods(cm)method:":{"name":"+method:","abstract":"

    Get the method from the method type

    ","parent_name":"CRSOperationMethods"},"Classes/CRSOperationMethods.html#/c:objc(cs)CRSOperationMethods(cm)methodFromName:":{"name":"+methodFromName:","abstract":"

    Get the method from the alias

    ","parent_name":"CRSOperationMethods"},"Classes/CRSOperationMethods.html#/c:objc(cs)CRSOperationMethods(cm)methodsFromName:":{"name":"+methodsFromName:","abstract":"

    Get the methods from the alias

    ","parent_name":"CRSOperationMethods"},"Classes/CRSOperationMethods.html#/c:objc(cs)CRSOperationMethods(cm)methodFromCode:":{"name":"+methodFromCode:","abstract":"

    Get the method from the code

    ","parent_name":"CRSOperationMethods"},"Classes/CRSOperationMethod.html#/c:objc(cs)CRSOperationMethod(py)name":{"name":"name","abstract":"

    Name

    ","parent_name":"CRSOperationMethod"},"Classes/CRSOperationMethod.html#/c:objc(cs)CRSOperationMethod(py)parameters":{"name":"parameters","abstract":"

    Operation parameters

    ","parent_name":"CRSOperationMethod"},"Classes/CRSOperationMethod.html#/c:objc(cs)CRSOperationMethod(py)identifiers":{"name":"identifiers","abstract":"

    Identifiers

    ","parent_name":"CRSOperationMethod"},"Classes/CRSOperationMethod.html#/c:objc(cs)CRSOperationMethod(py)method":{"name":"method","abstract":"

    Commonly encountered operation methods

    ","parent_name":"CRSOperationMethod"},"Classes/CRSOperationMethod.html#/c:objc(cs)CRSOperationMethod(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSOperationMethod"},"Classes/CRSOperationMethod.html#/c:objc(cs)CRSOperationMethod(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSOperationMethod"},"Classes/CRSOperationMethod.html#/c:objc(cs)CRSOperationMethod(im)initWithName:":{"name":"-initWithName:","abstract":"

    Initialize

    ","parent_name":"CRSOperationMethod"},"Classes/CRSOperationMethod.html#/c:objc(cs)CRSOperationMethod(im)initWithMethod:":{"name":"-initWithMethod:","abstract":"

    Initialize

    ","parent_name":"CRSOperationMethod"},"Classes/CRSOperationMethod.html#/c:objc(cs)CRSOperationMethod(im)hasParameters":{"name":"-hasParameters","abstract":"

    Has parameters

    ","parent_name":"CRSOperationMethod"},"Classes/CRSOperationMethod.html#/c:objc(cs)CRSOperationMethod(im)numParameters":{"name":"-numParameters","abstract":"

    Number of parameters

    ","parent_name":"CRSOperationMethod"},"Classes/CRSOperationMethod.html#/c:objc(cs)CRSOperationMethod(im)parameterAtIndex:":{"name":"-parameterAtIndex:","abstract":"

    Get the parameter at the index

    ","parent_name":"CRSOperationMethod"},"Classes/CRSOperationMethod.html#/c:objc(cs)CRSOperationMethod(im)addParameter:":{"name":"-addParameter:","abstract":"

    Add the parameter

    ","parent_name":"CRSOperationMethod"},"Classes/CRSOperationMethod.html#/c:objc(cs)CRSOperationMethod(im)addParameters:":{"name":"-addParameters:","abstract":"

    Add the parameters

    ","parent_name":"CRSOperationMethod"},"Classes/CRSOperationMethod.html#/c:objc(cs)CRSOperationMethod(im)hasMethod":{"name":"-hasMethod","abstract":"

    Is a commonly known method type

    ","parent_name":"CRSOperationMethod"},"Classes/CRSOperationMethod.html#/c:objc(cs)CRSOperationMethod(im)updateMethod":{"name":"-updateMethod","abstract":"

    Update the commonly known method type using the name

    ","parent_name":"CRSOperationMethod"},"Classes/CRSOperation.html#/c:objc(cs)CRSOperation(py)version":{"name":"version","abstract":"

    Operation Version

    ","parent_name":"CRSOperation"},"Classes/CRSOperation.html#/c:objc(cs)CRSOperation(py)source":{"name":"source","abstract":"

    Source Coordinate Reference System

    ","parent_name":"CRSOperation"},"Classes/CRSOperation.html#/c:objc(cs)CRSOperation(py)accuracy":{"name":"accuracy","abstract":"

    Coordinate operation accuracy

    ","parent_name":"CRSOperation"},"Classes/CRSOperation.html#/c:objc(cs)CRSOperation(py)accuracyText":{"name":"accuracyText","abstract":"

    Coordinate operation accuracy Text

    ","parent_name":"CRSOperation"},"Classes/CRSOperation.html#/c:objc(cs)CRSOperation(im)initWithType:":{"name":"-initWithType:","abstract":"

    Initialize

    ","parent_name":"CRSOperation"},"Classes/CRSOperation.html#/c:objc(cs)CRSOperation(im)initWithName:andType:andSource:":{"name":"-initWithName:andType:andSource:","abstract":"

    Initialize

    ","parent_name":"CRSOperation"},"Classes/CRSOperation.html#/c:objc(cs)CRSOperation(im)hasVersion":{"name":"-hasVersion","abstract":"

    Has an operation version

    ","parent_name":"CRSOperation"},"Classes/CRSOperation.html#/c:objc(cs)CRSOperation(im)hasAccuracy":{"name":"-hasAccuracy","abstract":"

    Has a coordinate operation accuracy

    ","parent_name":"CRSOperation"},"Classes/CRSObject.html#/c:objc(cs)CRSObject(py)type":{"name":"type","abstract":"

    Type

    ","parent_name":"CRSObject"},"Classes/CRSObject.html#/c:objc(cs)CRSObject(py)extras":{"name":"extras","abstract":"

    Temporary extras that are not included as part of the CRS definition. Not","parent_name":"CRSObject"},"Classes/CRSObject.html#/c:objc(cs)CRSObject(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSObject"},"Classes/CRSObject.html#/c:objc(cs)CRSObject(im)initWithType:":{"name":"-initWithType:","abstract":"

    Initialize

    ","parent_name":"CRSObject"},"Classes/CRSObject.html#/c:objc(cs)CRSObject(im)categoryType":{"name":"-categoryType","abstract":"

    Get the category type

    ","parent_name":"CRSObject"},"Classes/CRSObject.html#/c:objc(cs)CRSObject(im)hasExtras":{"name":"-hasExtras","abstract":"

    Determine if there are temporary extras that are not part of the CRS","parent_name":"CRSObject"},"Classes/CRSObject.html#/c:objc(cs)CRSObject(im)numExtras":{"name":"-numExtras","abstract":"

    Get the number of temporary extras that are not part of the CRS","parent_name":"CRSObject"},"Classes/CRSObject.html#/c:objc(cs)CRSObject(im)extraWithName:":{"name":"-extraWithName:","abstract":"

    Get the temporary extra with the name

    ","parent_name":"CRSObject"},"Classes/CRSObject.html#/c:objc(cs)CRSObject(im)addExtra:withName:":{"name":"-addExtra:withName:","abstract":"

    Add the temporary extra which is not part of the CRS definition

    ","parent_name":"CRSObject"},"Classes/CRSObject.html#/c:objc(cs)CRSObject(im)addExtras:":{"name":"-addExtras:","abstract":"

    Add the temporary extras which are not part of the CRS definition

    ","parent_name":"CRSObject"},"Classes/CRSMapProjection.html#/c:objc(cs)CRSMapProjection(py)name":{"name":"name","abstract":"

    Name

    ","parent_name":"CRSMapProjection"},"Classes/CRSMapProjection.html#/c:objc(cs)CRSMapProjection(py)method":{"name":"method","abstract":"

    Method

    ","parent_name":"CRSMapProjection"},"Classes/CRSMapProjection.html#/c:objc(cs)CRSMapProjection(py)identifiers":{"name":"identifiers","abstract":"

    Identifiers

    ","parent_name":"CRSMapProjection"},"Classes/CRSMapProjection.html#/c:objc(cs)CRSMapProjection(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSMapProjection"},"Classes/CRSMapProjection.html#/c:objc(cs)CRSMapProjection(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSMapProjection"},"Classes/CRSMapProjection.html#/c:objc(cs)CRSMapProjection(im)initWithName:andMethod:":{"name":"-initWithName:andMethod:","abstract":"

    Initialize

    ","parent_name":"CRSMapProjection"},"Classes/CRSKeyword.html#/c:objc(cs)CRSKeyword(im)type":{"name":"-type","abstract":"

    Get the type

    ","parent_name":"CRSKeyword"},"Classes/CRSKeyword.html#/c:objc(cs)CRSKeyword(im)name":{"name":"-name","abstract":"

    Get the name

    ","parent_name":"CRSKeyword"},"Classes/CRSKeyword.html#/c:objc(cs)CRSKeyword(im)keywords":{"name":"-keywords","abstract":"

    Get the keywords

    ","parent_name":"CRSKeyword"},"Classes/CRSKeyword.html#/c:objc(cs)CRSKeyword(cm)keyword:":{"name":"+keyword:","abstract":"

    Get the keyword type object from the keyword

    ","parent_name":"CRSKeyword"},"Classes/CRSKeyword.html#/c:objc(cs)CRSKeyword(cm)type:":{"name":"+type:","abstract":"

    Get the keyword type from the keyword

    ","parent_name":"CRSKeyword"},"Classes/CRSKeyword.html#/c:objc(cs)CRSKeyword(cm)requiredKeyword:":{"name":"+requiredKeyword:","abstract":"

    Get the required keyword type object from the keyword

    ","parent_name":"CRSKeyword"},"Classes/CRSKeyword.html#/c:objc(cs)CRSKeyword(cm)requiredType:":{"name":"+requiredType:","abstract":"

    Get the required keyword type from the keyword

    ","parent_name":"CRSKeyword"},"Classes/CRSKeyword.html#/c:objc(cs)CRSKeyword(cm)keywords:":{"name":"+keywords:","abstract":"

    Get the keyword types object from the keyword

    ","parent_name":"CRSKeyword"},"Classes/CRSKeyword.html#/c:objc(cs)CRSKeyword(cm)types:":{"name":"+types:","abstract":"

    Get the keyword types from the keyword

    ","parent_name":"CRSKeyword"},"Classes/CRSKeyword.html#/c:objc(cs)CRSKeyword(cm)requiredKeywords:":{"name":"+requiredKeywords:","abstract":"

    Get the required keyword types object from the keyword

    ","parent_name":"CRSKeyword"},"Classes/CRSKeyword.html#/c:objc(cs)CRSKeyword(cm)requiredTypes:":{"name":"+requiredTypes:","abstract":"

    Get the required keyword types from the keyword

    ","parent_name":"CRSKeyword"},"Classes/CRSKeyword.html#/c:objc(cs)CRSKeyword(cm)keywordOfType:":{"name":"+keywordOfType:","abstract":"

    Get the keyword type object from the keyword type

    ","parent_name":"CRSKeyword"},"Classes/CRSKeyword.html#/c:objc(cs)CRSKeyword(cm)nameOfType:":{"name":"+nameOfType:","abstract":"

    Get the keyword type name from the keyword

    ","parent_name":"CRSKeyword"},"Classes/CRSIdentifier.html#/c:objc(cs)CRSIdentifier(py)name":{"name":"name","abstract":"

    Authority Name

    ","parent_name":"CRSIdentifier"},"Classes/CRSIdentifier.html#/c:objc(cs)CRSIdentifier(py)uniqueIdentifier":{"name":"uniqueIdentifier","abstract":"

    Authority Unique Identifier

    ","parent_name":"CRSIdentifier"},"Classes/CRSIdentifier.html#/c:objc(cs)CRSIdentifier(py)version":{"name":"version","abstract":"

    Version

    ","parent_name":"CRSIdentifier"},"Classes/CRSIdentifier.html#/c:objc(cs)CRSIdentifier(py)citation":{"name":"citation","abstract":"

    Authority Citation

    ","parent_name":"CRSIdentifier"},"Classes/CRSIdentifier.html#/c:objc(cs)CRSIdentifier(py)uri":{"name":"uri","abstract":"

    URI

    ","parent_name":"CRSIdentifier"},"Classes/CRSIdentifier.html#/c:objc(cs)CRSIdentifier(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSIdentifier"},"Classes/CRSIdentifier.html#/c:objc(cs)CRSIdentifier(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSIdentifier"},"Classes/CRSIdentifier.html#/c:objc(cs)CRSIdentifier(im)initWithName:andUniqueIdentifier:":{"name":"-initWithName:andUniqueIdentifier:","abstract":"

    Initialize

    ","parent_name":"CRSIdentifier"},"Classes/CRSIdentifier.html#/c:objc(cs)CRSIdentifier(im)nameAndUniqueIdentifier":{"name":"-nameAndUniqueIdentifier","abstract":"

    Get the name and unique identifier separated by a colon

    ","parent_name":"CRSIdentifier"},"Classes/CRSIdentifier.html#/c:objc(cs)CRSIdentifier(im)nameAndUniqueIdentifierWithDelimiter:":{"name":"-nameAndUniqueIdentifierWithDelimiter:","abstract":"

    Get the name and unique identifier separated by the delimiter

    ","parent_name":"CRSIdentifier"},"Classes/CRSIdentifier.html#/c:objc(cs)CRSIdentifier(im)hasVersion":{"name":"-hasVersion","abstract":"

    Has a version

    ","parent_name":"CRSIdentifier"},"Classes/CRSIdentifier.html#/c:objc(cs)CRSIdentifier(im)hasCitation":{"name":"-hasCitation","abstract":"

    Has an authority citation

    ","parent_name":"CRSIdentifier"},"Classes/CRSIdentifier.html#/c:objc(cs)CRSIdentifier(im)hasUri":{"name":"-hasUri","abstract":"

    Has an id uri

    ","parent_name":"CRSIdentifier"},"Classes/CRSGeographicBoundingBox.html#/c:objc(cs)CRSGeographicBoundingBox(py)lowerLeftLatitude":{"name":"lowerLeftLatitude","abstract":"

    Lower Left Latitude

    ","parent_name":"CRSGeographicBoundingBox"},"Classes/CRSGeographicBoundingBox.html#/c:objc(cs)CRSGeographicBoundingBox(py)lowerLeftLatitudeText":{"name":"lowerLeftLatitudeText","abstract":"

    Lower Left Latitude Text

    ","parent_name":"CRSGeographicBoundingBox"},"Classes/CRSGeographicBoundingBox.html#/c:objc(cs)CRSGeographicBoundingBox(py)lowerLeftLongitude":{"name":"lowerLeftLongitude","abstract":"

    Lower Left Longitude

    ","parent_name":"CRSGeographicBoundingBox"},"Classes/CRSGeographicBoundingBox.html#/c:objc(cs)CRSGeographicBoundingBox(py)lowerLeftLongitudeText":{"name":"lowerLeftLongitudeText","abstract":"

    Lower Left Longitude Text

    ","parent_name":"CRSGeographicBoundingBox"},"Classes/CRSGeographicBoundingBox.html#/c:objc(cs)CRSGeographicBoundingBox(py)upperRightLatitude":{"name":"upperRightLatitude","abstract":"

    Upper Right Latitude

    ","parent_name":"CRSGeographicBoundingBox"},"Classes/CRSGeographicBoundingBox.html#/c:objc(cs)CRSGeographicBoundingBox(py)upperRightLatitudeText":{"name":"upperRightLatitudeText","abstract":"

    Upper Right Latitude Text

    ","parent_name":"CRSGeographicBoundingBox"},"Classes/CRSGeographicBoundingBox.html#/c:objc(cs)CRSGeographicBoundingBox(py)upperRightLongitude":{"name":"upperRightLongitude","abstract":"

    Upper Right Longitude

    ","parent_name":"CRSGeographicBoundingBox"},"Classes/CRSGeographicBoundingBox.html#/c:objc(cs)CRSGeographicBoundingBox(py)upperRightLongitudeText":{"name":"upperRightLongitudeText","abstract":"

    Upper Right Longitude Text

    ","parent_name":"CRSGeographicBoundingBox"},"Classes/CRSGeographicBoundingBox.html#/c:objc(cs)CRSGeographicBoundingBox(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSGeographicBoundingBox"},"Classes/CRSGeographicBoundingBox.html#/c:objc(cs)CRSGeographicBoundingBox(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSGeographicBoundingBox"},"Classes/CRSGeographicBoundingBox.html#/c:objc(cs)CRSGeographicBoundingBox(im)initWithLowerLeftLatitude:andLowerLeftLongitude:andUpperRightLatitude:andUpperRightLongitude:":{"name":"-initWithLowerLeftLatitude:andLowerLeftLongitude:andUpperRightLatitude:andUpperRightLongitude:","abstract":"

    Initialize

    ","parent_name":"CRSGeographicBoundingBox"},"Classes/CRSGeographicBoundingBox.html#/c:objc(cs)CRSGeographicBoundingBox(im)initWithLowerLeftLatitudeText:andLowerLeftLongitudeText:andUpperRightLatitudeText:andUpperRightLongitudeText:":{"name":"-initWithLowerLeftLatitudeText:andLowerLeftLongitudeText:andUpperRightLatitudeText:andUpperRightLongitudeText:","abstract":"

    Initialize

    ","parent_name":"CRSGeographicBoundingBox"},"Classes/CRSGeoReferenceFrame.html#/c:objc(cs)CRSGeoReferenceFrame(py)ellipsoid":{"name":"ellipsoid","abstract":"

    Ellipsoid

    ","parent_name":"CRSGeoReferenceFrame"},"Classes/CRSGeoReferenceFrame.html#/c:objc(cs)CRSGeoReferenceFrame(py)primeMeridian":{"name":"primeMeridian","abstract":"

    Prime Meridian

    ","parent_name":"CRSGeoReferenceFrame"},"Classes/CRSGeoReferenceFrame.html#/c:objc(cs)CRSGeoReferenceFrame(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSGeoReferenceFrame"},"Classes/CRSGeoReferenceFrame.html#/c:objc(cs)CRSGeoReferenceFrame(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSGeoReferenceFrame"},"Classes/CRSGeoReferenceFrame.html#/c:objc(cs)CRSGeoReferenceFrame(im)initWithType:":{"name":"-initWithType:","abstract":"

    Initialize

    ","parent_name":"CRSGeoReferenceFrame"},"Classes/CRSGeoReferenceFrame.html#/c:objc(cs)CRSGeoReferenceFrame(im)initWithName:andEllipsoid:":{"name":"-initWithName:andEllipsoid:","abstract":"

    Initialize

    ","parent_name":"CRSGeoReferenceFrame"},"Classes/CRSGeoReferenceFrame.html#/c:objc(cs)CRSGeoReferenceFrame(im)initWithName:andType:andEllipsoid:":{"name":"-initWithName:andType:andEllipsoid:","abstract":"

    Initialize

    ","parent_name":"CRSGeoReferenceFrame"},"Classes/CRSGeoDatums.html#/c:objc(cs)CRSGeoDatums(cm)fromType:":{"name":"+fromType:","abstract":"

    Get a predefined geo datum by type

    ","parent_name":"CRSGeoDatums"},"Classes/CRSGeoDatums.html#/c:objc(cs)CRSGeoDatums(cm)fromName:":{"name":"+fromName:","abstract":"

    Get a predefined geo datum by name

    ","parent_name":"CRSGeoDatums"},"Classes/CRSGeoDatums.html#/c:objc(cs)CRSGeoDatums(im)type":{"name":"-type","abstract":"

    Get the type

    ","parent_name":"CRSGeoDatums"},"Classes/CRSGeoDatums.html#/c:objc(cs)CRSGeoDatums(im)code":{"name":"-code","abstract":"

    Get the code

    ","parent_name":"CRSGeoDatums"},"Classes/CRSGeoDatums.html#/c:objc(cs)CRSGeoDatums(im)name":{"name":"-name","abstract":"

    Get the name

    ","parent_name":"CRSGeoDatums"},"Classes/CRSGeoDatums.html#/c:objc(cs)CRSGeoDatums(im)names":{"name":"-names","abstract":"

    Get the names

    ","parent_name":"CRSGeoDatums"},"Classes/CRSGeoDatums.html#/c:objc(cs)CRSGeoDatums(im)transform":{"name":"-transform","abstract":"

    Get the transform

    ","parent_name":"CRSGeoDatums"},"Classes/CRSGeoDatums.html#/c:objc(cs)CRSGeoDatums(im)ellipsoid":{"name":"-ellipsoid","abstract":"

    Get the ellipsoid

    ","parent_name":"CRSGeoDatums"},"Classes/CRSGeoDatumEnsemble.html#/c:objc(cs)CRSGeoDatumEnsemble(py)ellipsoid":{"name":"ellipsoid","abstract":"

    Ellipsoid

    ","parent_name":"CRSGeoDatumEnsemble"},"Classes/CRSGeoDatumEnsemble.html#/c:objc(cs)CRSGeoDatumEnsemble(py)primeMeridian":{"name":"primeMeridian","abstract":"

    Prime Meridian

    ","parent_name":"CRSGeoDatumEnsemble"},"Classes/CRSGeoDatumEnsemble.html#/c:objc(cs)CRSGeoDatumEnsemble(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSGeoDatumEnsemble"},"Classes/CRSGeoDatumEnsemble.html#/c:objc(cs)CRSGeoDatumEnsemble(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSGeoDatumEnsemble"},"Classes/CRSGeoDatumEnsemble.html#/c:objc(cs)CRSGeoDatumEnsemble(im)initWithName:andMember:andEllipsoid:andAccuracy:andPrimeMeridian:":{"name":"-initWithName:andMember:andEllipsoid:andAccuracy:andPrimeMeridian:","abstract":"

    Initialize

    ","parent_name":"CRSGeoDatumEnsemble"},"Classes/CRSGeoDatumEnsemble.html#/c:objc(cs)CRSGeoDatumEnsemble(im)initWithName:andMembers:andEllipsoid:andAccuracy:andPrimeMeridian:":{"name":"-initWithName:andMembers:andEllipsoid:andAccuracy:andPrimeMeridian:","abstract":"

    Initialize

    ","parent_name":"CRSGeoDatumEnsemble"},"Classes/CRSGeoCoordinateReferenceSystem.html#/c:objc(cs)CRSGeoCoordinateReferenceSystem(py)referenceFrame":{"name":"referenceFrame","abstract":"

    Reference Frame

    ","parent_name":"CRSGeoCoordinateReferenceSystem"},"Classes/CRSGeoCoordinateReferenceSystem.html#/c:objc(cs)CRSGeoCoordinateReferenceSystem(py)datumEnsemble":{"name":"datumEnsemble","abstract":"

    Datum Ensemble

    ","parent_name":"CRSGeoCoordinateReferenceSystem"},"Classes/CRSGeoCoordinateReferenceSystem.html#/c:objc(cs)CRSGeoCoordinateReferenceSystem(py)dynamic":{"name":"dynamic","abstract":"

    Dynamic coordinate reference system

    ","parent_name":"CRSGeoCoordinateReferenceSystem"},"Classes/CRSGeoCoordinateReferenceSystem.html#/c:objc(cs)CRSGeoCoordinateReferenceSystem(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSGeoCoordinateReferenceSystem"},"Classes/CRSGeoCoordinateReferenceSystem.html#/c:objc(cs)CRSGeoCoordinateReferenceSystem(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSGeoCoordinateReferenceSystem"},"Classes/CRSGeoCoordinateReferenceSystem.html#/c:objc(cs)CRSGeoCoordinateReferenceSystem(im)initWithType:":{"name":"-initWithType:","abstract":"

    Initialize

    ","parent_name":"CRSGeoCoordinateReferenceSystem"},"Classes/CRSGeoCoordinateReferenceSystem.html#/c:objc(cs)CRSGeoCoordinateReferenceSystem(im)initWithName:andType:andReferenceFrame:andCoordinateSystem:":{"name":"-initWithName:andType:andReferenceFrame:andCoordinateSystem:","abstract":"

    Initialize

    ","parent_name":"CRSGeoCoordinateReferenceSystem"},"Classes/CRSGeoCoordinateReferenceSystem.html#/c:objc(cs)CRSGeoCoordinateReferenceSystem(im)initWithName:andType:andDatumEnsemble:andCoordinateSystem:":{"name":"-initWithName:andType:andDatumEnsemble:andCoordinateSystem:","abstract":"

    Initialize

    ","parent_name":"CRSGeoCoordinateReferenceSystem"},"Classes/CRSGeoCoordinateReferenceSystem.html#/c:objc(cs)CRSGeoCoordinateReferenceSystem(im)initWithName:andType:andDynamic:andReferenceFrame:andCoordinateSystem:":{"name":"-initWithName:andType:andDynamic:andReferenceFrame:andCoordinateSystem:","abstract":"

    Initialize

    ","parent_name":"CRSGeoCoordinateReferenceSystem"},"Classes/CRSGeoCoordinateReferenceSystem.html#/c:objc(cs)CRSGeoCoordinateReferenceSystem(im)hasReferenceFrame":{"name":"-hasReferenceFrame","abstract":"

    Determine if has a reference frame

    ","parent_name":"CRSGeoCoordinateReferenceSystem"},"Classes/CRSGeoCoordinateReferenceSystem.html#/c:objc(cs)CRSGeoCoordinateReferenceSystem(im)hasDatumEnsemble":{"name":"-hasDatumEnsemble","abstract":"

    Determine if has a datum ensemble

    ","parent_name":"CRSGeoCoordinateReferenceSystem"},"Classes/CRSGeoCoordinateReferenceSystem.html#/c:objc(cs)CRSGeoCoordinateReferenceSystem(im)hasDynamic":{"name":"-hasDynamic","abstract":"

    Determine if has a dynamic

    ","parent_name":"CRSGeoCoordinateReferenceSystem"},"Classes/CRSGeoCoordinateReferenceSystem.html#/c:objc(cs)CRSGeoCoordinateReferenceSystem(im)geoDatum":{"name":"-geoDatum","abstract":"

    Get the geodetic or geographic common datum

    ","parent_name":"CRSGeoCoordinateReferenceSystem"},"Classes/CRSExtent.html#/c:objc(cs)CRSExtent(py)areaDescription":{"name":"areaDescription","abstract":"

    Area Description

    ","parent_name":"CRSExtent"},"Classes/CRSExtent.html#/c:objc(cs)CRSExtent(py)geographicBoundingBox":{"name":"geographicBoundingBox","abstract":"

    Geographic Bounding Box

    ","parent_name":"CRSExtent"},"Classes/CRSExtent.html#/c:objc(cs)CRSExtent(py)verticalExtent":{"name":"verticalExtent","abstract":"

    Vertical Extent

    ","parent_name":"CRSExtent"},"Classes/CRSExtent.html#/c:objc(cs)CRSExtent(py)temporalExtent":{"name":"temporalExtent","abstract":"

    Temporal Extent

    ","parent_name":"CRSExtent"},"Classes/CRSExtent.html#/c:objc(cs)CRSExtent(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSExtent"},"Classes/CRSExtent.html#/c:objc(cs)CRSExtent(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSExtent"},"Classes/CRSExtent.html#/c:objc(cs)CRSExtent(im)hasAreaDescription":{"name":"-hasAreaDescription","abstract":"

    Has an area description

    ","parent_name":"CRSExtent"},"Classes/CRSExtent.html#/c:objc(cs)CRSExtent(im)hasGeographicBoundingBox":{"name":"-hasGeographicBoundingBox","abstract":"

    Has a geographic bounding box

    ","parent_name":"CRSExtent"},"Classes/CRSExtent.html#/c:objc(cs)CRSExtent(im)hasVerticalExtent":{"name":"-hasVerticalExtent","abstract":"

    Has a vertical extent

    ","parent_name":"CRSExtent"},"Classes/CRSExtent.html#/c:objc(cs)CRSExtent(im)hasTemporalExtent":{"name":"-hasTemporalExtent","abstract":"

    Has a temporal extent

    ","parent_name":"CRSExtent"},"Classes/CRSEngineeringDatum.html#/c:objc(cs)CRSEngineeringDatum(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSEngineeringDatum"},"Classes/CRSEngineeringDatum.html#/c:objc(cs)CRSEngineeringDatum(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSEngineeringDatum"},"Classes/CRSEngineeringDatum.html#/c:objc(cs)CRSEngineeringDatum(im)initWithName:":{"name":"-initWithName:","abstract":"

    Initialize

    ","parent_name":"CRSEngineeringDatum"},"Classes/CRSEngineeringCoordinateReferenceSystem.html#/c:objc(cs)CRSEngineeringCoordinateReferenceSystem(py)datum":{"name":"datum","abstract":"

    Engineering Datum

    ","parent_name":"CRSEngineeringCoordinateReferenceSystem"},"Classes/CRSEngineeringCoordinateReferenceSystem.html#/c:objc(cs)CRSEngineeringCoordinateReferenceSystem(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSEngineeringCoordinateReferenceSystem"},"Classes/CRSEngineeringCoordinateReferenceSystem.html#/c:objc(cs)CRSEngineeringCoordinateReferenceSystem(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSEngineeringCoordinateReferenceSystem"},"Classes/CRSEngineeringCoordinateReferenceSystem.html#/c:objc(cs)CRSEngineeringCoordinateReferenceSystem(im)initWithName:andDatum:andCoordinateSystem:":{"name":"-initWithName:andDatum:andCoordinateSystem:","abstract":"

    Initialize

    ","parent_name":"CRSEngineeringCoordinateReferenceSystem"},"Classes/CRSEllipsoids.html#/c:objc(cs)CRSEllipsoids(cm)fromType:":{"name":"+fromType:","abstract":"

    Get a predefined ellipsoid by type

    ","parent_name":"CRSEllipsoids"},"Classes/CRSEllipsoids.html#/c:objc(cs)CRSEllipsoids(cm)fromName:":{"name":"+fromName:","abstract":"

    Get a predefined ellipsoid by name or short name

    ","parent_name":"CRSEllipsoids"},"Classes/CRSEllipsoids.html#/c:objc(cs)CRSEllipsoids(im)type":{"name":"-type","abstract":"

    Get the type

    ","parent_name":"CRSEllipsoids"},"Classes/CRSEllipsoids.html#/c:objc(cs)CRSEllipsoids(im)name":{"name":"-name","abstract":"

    Get the name

    ","parent_name":"CRSEllipsoids"},"Classes/CRSEllipsoids.html#/c:objc(cs)CRSEllipsoids(im)names":{"name":"-names","abstract":"

    Get the names

    ","parent_name":"CRSEllipsoids"},"Classes/CRSEllipsoids.html#/c:objc(cs)CRSEllipsoids(im)shortName":{"name":"-shortName","abstract":"

    Get the short name

    ","parent_name":"CRSEllipsoids"},"Classes/CRSEllipsoids.html#/c:objc(cs)CRSEllipsoids(im)equatorRadius":{"name":"-equatorRadius","abstract":"

    Get the equator radius

    ","parent_name":"CRSEllipsoids"},"Classes/CRSEllipsoids.html#/c:objc(cs)CRSEllipsoids(im)reciprocalFlattening":{"name":"-reciprocalFlattening","abstract":"

    Get the reciprocal flattening

    ","parent_name":"CRSEllipsoids"},"Classes/CRSEllipsoids.html#/c:objc(cs)CRSEllipsoids(im)a":{"name":"-a","abstract":"

    Get the a

    ","parent_name":"CRSEllipsoids"},"Classes/CRSEllipsoids.html#/c:objc(cs)CRSEllipsoids(im)b":{"name":"-b","abstract":"

    Get the b

    ","parent_name":"CRSEllipsoids"},"Classes/CRSEllipsoids.html#/c:objc(cs)CRSEllipsoids(im)eccentricitySquared":{"name":"-eccentricitySquared","abstract":"

    Get the eccentricity squared

    ","parent_name":"CRSEllipsoids"},"Classes/CRSEllipsoidTypes.html#/c:objc(cs)CRSEllipsoidTypes(cm)name:":{"name":"+name:","abstract":"

    Get the type name

    ","parent_name":"CRSEllipsoidTypes"},"Classes/CRSEllipsoidTypes.html#/c:objc(cs)CRSEllipsoidTypes(cm)type:":{"name":"+type:","abstract":"

    Get the type from the name

    ","parent_name":"CRSEllipsoidTypes"},"Classes/CRSEllipsoid.html#/c:objc(cs)CRSEllipsoid(py)name":{"name":"name","abstract":"

    Name

    ","parent_name":"CRSEllipsoid"},"Classes/CRSEllipsoid.html#/c:objc(cs)CRSEllipsoid(py)semiMajorAxis":{"name":"semiMajorAxis","abstract":"

    Semi Major Axis

    ","parent_name":"CRSEllipsoid"},"Classes/CRSEllipsoid.html#/c:objc(cs)CRSEllipsoid(py)semiMajorAxisText":{"name":"semiMajorAxisText","abstract":"

    Semi Major Axis Text

    ","parent_name":"CRSEllipsoid"},"Classes/CRSEllipsoid.html#/c:objc(cs)CRSEllipsoid(py)inverseFlattening":{"name":"inverseFlattening","abstract":"

    Inverse Flattening

    ","parent_name":"CRSEllipsoid"},"Classes/CRSEllipsoid.html#/c:objc(cs)CRSEllipsoid(py)inverseFlatteningText":{"name":"inverseFlatteningText","abstract":"

    Inverse Flattening Text

    ","parent_name":"CRSEllipsoid"},"Classes/CRSEllipsoid.html#/c:objc(cs)CRSEllipsoid(py)unit":{"name":"unit","abstract":"

    Unit

    ","parent_name":"CRSEllipsoid"},"Classes/CRSEllipsoid.html#/c:objc(cs)CRSEllipsoid(py)identifiers":{"name":"identifiers","abstract":"

    Identifiers

    ","parent_name":"CRSEllipsoid"},"Classes/CRSEllipsoid.html#/c:objc(cs)CRSEllipsoid(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSEllipsoid"},"Classes/CRSEllipsoid.html#/c:objc(cs)CRSEllipsoid(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSEllipsoid"},"Classes/CRSEllipsoid.html#/c:objc(cs)CRSEllipsoid(im)initWithName:andSemiMajorAxis:andInverseFlattening:":{"name":"-initWithName:andSemiMajorAxis:andInverseFlattening:","abstract":"

    Initialize

    ","parent_name":"CRSEllipsoid"},"Classes/CRSEllipsoid.html#/c:objc(cs)CRSEllipsoid(im)initWithName:andSemiMajorAxisText:andInverseFlatteningText:":{"name":"-initWithName:andSemiMajorAxisText:andInverseFlatteningText:","abstract":"

    Initialize

    ","parent_name":"CRSEllipsoid"},"Classes/CRSEllipsoid.html#/c:objc(cs)CRSEllipsoid(im)type":{"name":"-type","abstract":"

    Get the Ellipsoid Type

    ","parent_name":"CRSEllipsoid"},"Classes/CRSEllipsoid.html#/c:objc(cs)CRSEllipsoid(im)hasUnit":{"name":"-hasUnit","abstract":"

    Has a unit (length)

    ","parent_name":"CRSEllipsoid"},"Classes/CRSEllipsoid.html#/c:objc(cs)CRSEllipsoid(im)poleRadius":{"name":"-poleRadius","abstract":"

    Get the pole radius

    ","parent_name":"CRSEllipsoid"},"Classes/CRSEllipsoid.html#/c:objc(cs)CRSEllipsoid(im)poleRadiusText":{"name":"-poleRadiusText","abstract":"

    Get the pole radius as text

    ","parent_name":"CRSEllipsoid"},"Classes/CRSDynamic.html#/c:objc(cs)CRSDynamic(py)referenceEpoch":{"name":"referenceEpoch","abstract":"

    Reference Epoch

    ","parent_name":"CRSDynamic"},"Classes/CRSDynamic.html#/c:objc(cs)CRSDynamic(py)referenceEpochText":{"name":"referenceEpochText","abstract":"

    Reference Epoch Text

    ","parent_name":"CRSDynamic"},"Classes/CRSDynamic.html#/c:objc(cs)CRSDynamic(py)deformationModelName":{"name":"deformationModelName","abstract":"

    Deformation Model Name

    ","parent_name":"CRSDynamic"},"Classes/CRSDynamic.html#/c:objc(cs)CRSDynamic(py)identifiers":{"name":"identifiers","abstract":"

    Deformation Model Identifiers

    ","parent_name":"CRSDynamic"},"Classes/CRSDynamic.html#/c:objc(cs)CRSDynamic(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSDynamic"},"Classes/CRSDynamic.html#/c:objc(cs)CRSDynamic(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSDynamic"},"Classes/CRSDynamic.html#/c:objc(cs)CRSDynamic(im)initWithReferenceEpoch:":{"name":"-initWithReferenceEpoch:","abstract":"

    Initialize

    ","parent_name":"CRSDynamic"},"Classes/CRSDynamic.html#/c:objc(cs)CRSDynamic(im)initWithReferenceEpochText:":{"name":"-initWithReferenceEpochText:","abstract":"

    Initialize

    ","parent_name":"CRSDynamic"},"Classes/CRSDynamic.html#/c:objc(cs)CRSDynamic(im)hasDeformationModelName":{"name":"-hasDeformationModelName","abstract":"

    Has a deformation model name

    ","parent_name":"CRSDynamic"},"Classes/CRSDerivingConversion.html#/c:objc(cs)CRSDerivingConversion(py)name":{"name":"name","abstract":"

    Name

    ","parent_name":"CRSDerivingConversion"},"Classes/CRSDerivingConversion.html#/c:objc(cs)CRSDerivingConversion(py)method":{"name":"method","abstract":"

    Method

    ","parent_name":"CRSDerivingConversion"},"Classes/CRSDerivingConversion.html#/c:objc(cs)CRSDerivingConversion(py)identifiers":{"name":"identifiers","abstract":"

    Identifiers

    ","parent_name":"CRSDerivingConversion"},"Classes/CRSDerivingConversion.html#/c:objc(cs)CRSDerivingConversion(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSDerivingConversion"},"Classes/CRSDerivingConversion.html#/c:objc(cs)CRSDerivingConversion(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSDerivingConversion"},"Classes/CRSDerivingConversion.html#/c:objc(cs)CRSDerivingConversion(im)initWithName:andMethod:":{"name":"-initWithName:andMethod:","abstract":"

    Initialize

    ","parent_name":"CRSDerivingConversion"},"Classes/CRSDerivedCoordinateReferenceSystem.html#/c:objc(cs)CRSDerivedCoordinateReferenceSystem(py)base":{"name":"base","abstract":"

    Base

    ","parent_name":"CRSDerivedCoordinateReferenceSystem"},"Classes/CRSDerivedCoordinateReferenceSystem.html#/c:objc(cs)CRSDerivedCoordinateReferenceSystem(py)conversion":{"name":"conversion","abstract":"

    Deriving Conversion

    ","parent_name":"CRSDerivedCoordinateReferenceSystem"},"Classes/CRSDerivedCoordinateReferenceSystem.html#/c:objc(cs)CRSDerivedCoordinateReferenceSystem(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSDerivedCoordinateReferenceSystem"},"Classes/CRSDerivedCoordinateReferenceSystem.html#/c:objc(cs)CRSDerivedCoordinateReferenceSystem(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSDerivedCoordinateReferenceSystem"},"Classes/CRSDerivedCoordinateReferenceSystem.html#/c:objc(cs)CRSDerivedCoordinateReferenceSystem(im)initWithName:andBase:andConversion:andCoordinateSystem:":{"name":"-initWithName:andBase:andConversion:andCoordinateSystem:","abstract":"

    Initialize

    ","parent_name":"CRSDerivedCoordinateReferenceSystem"},"Classes/CRSDerivedCoordinateReferenceSystem.html#/c:objc(cs)CRSDerivedCoordinateReferenceSystem(im)baseName":{"name":"-baseName","abstract":"

    Get the base name

    ","parent_name":"CRSDerivedCoordinateReferenceSystem"},"Classes/CRSDerivedCoordinateReferenceSystem.html#/c:objc(cs)CRSDerivedCoordinateReferenceSystem(im)baseType":{"name":"-baseType","abstract":"

    Get the base type

    ","parent_name":"CRSDerivedCoordinateReferenceSystem"},"Classes/CRSDerivedCoordinateReferenceSystem.html#/c:objc(cs)CRSDerivedCoordinateReferenceSystem(im)baseIdentifiers":{"name":"-baseIdentifiers","abstract":"

    Get the base identifiers

    ","parent_name":"CRSDerivedCoordinateReferenceSystem"},"Classes/CRSDerivedCoordinateReferenceSystem.html#/c:objc(cs)CRSDerivedCoordinateReferenceSystem(im)hasBaseIdentifiers":{"name":"-hasBaseIdentifiers","abstract":"

    Has base identifiers

    ","parent_name":"CRSDerivedCoordinateReferenceSystem"},"Classes/CRSDatumEnsembleMember.html#/c:objc(cs)CRSDatumEnsembleMember(py)name":{"name":"name","abstract":"

    Name

    ","parent_name":"CRSDatumEnsembleMember"},"Classes/CRSDatumEnsembleMember.html#/c:objc(cs)CRSDatumEnsembleMember(py)identifiers":{"name":"identifiers","abstract":"

    Identifiers

    ","parent_name":"CRSDatumEnsembleMember"},"Classes/CRSDatumEnsembleMember.html#/c:objc(cs)CRSDatumEnsembleMember(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSDatumEnsembleMember"},"Classes/CRSDatumEnsembleMember.html#/c:objc(cs)CRSDatumEnsembleMember(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSDatumEnsembleMember"},"Classes/CRSDatumEnsembleMember.html#/c:objc(cs)CRSDatumEnsembleMember(im)initWithName:":{"name":"-initWithName:","abstract":"

    Initialize

    ","parent_name":"CRSDatumEnsembleMember"},"Classes/CRSDatumEnsemble.html#/c:objc(cs)CRSDatumEnsemble(py)name":{"name":"name","abstract":"

    Name

    ","parent_name":"CRSDatumEnsemble"},"Classes/CRSDatumEnsemble.html#/c:objc(cs)CRSDatumEnsemble(py)members":{"name":"members","abstract":"

    Members

    ","parent_name":"CRSDatumEnsemble"},"Classes/CRSDatumEnsemble.html#/c:objc(cs)CRSDatumEnsemble(py)accuracy":{"name":"accuracy","abstract":"

    Accuracy (in meters)

    ","parent_name":"CRSDatumEnsemble"},"Classes/CRSDatumEnsemble.html#/c:objc(cs)CRSDatumEnsemble(py)accuracyText":{"name":"accuracyText","abstract":"

    Accuracy (in meters) Text

    ","parent_name":"CRSDatumEnsemble"},"Classes/CRSDatumEnsemble.html#/c:objc(cs)CRSDatumEnsemble(py)identifiers":{"name":"identifiers","abstract":"

    Identifiers

    ","parent_name":"CRSDatumEnsemble"},"Classes/CRSDatumEnsemble.html#/c:objc(cs)CRSDatumEnsemble(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSDatumEnsemble"},"Classes/CRSDatumEnsemble.html#/c:objc(cs)CRSDatumEnsemble(im)initWithName:andMember:andAccuracy:":{"name":"-initWithName:andMember:andAccuracy:","abstract":"

    Initialize

    ","parent_name":"CRSDatumEnsemble"},"Classes/CRSDatumEnsemble.html#/c:objc(cs)CRSDatumEnsemble(im)initWithName:andMember:andAccuracyText:":{"name":"-initWithName:andMember:andAccuracyText:","abstract":"

    Initialize

    ","parent_name":"CRSDatumEnsemble"},"Classes/CRSDatumEnsemble.html#/c:objc(cs)CRSDatumEnsemble(im)initWithName:andMembers:andAccuracy:":{"name":"-initWithName:andMembers:andAccuracy:","abstract":"

    Initialize

    ","parent_name":"CRSDatumEnsemble"},"Classes/CRSDatumEnsemble.html#/c:objc(cs)CRSDatumEnsemble(im)initWithName:andMembers:andAccuracyText:":{"name":"-initWithName:andMembers:andAccuracyText:","abstract":"

    Initialize

    ","parent_name":"CRSDatumEnsemble"},"Classes/CRSDatumEnsemble.html#/c:objc(cs)CRSDatumEnsemble(im)numMembers":{"name":"-numMembers","abstract":"

    Number of members

    ","parent_name":"CRSDatumEnsemble"},"Classes/CRSDatumEnsemble.html#/c:objc(cs)CRSDatumEnsemble(im)memberAtIndex:":{"name":"-memberAtIndex:","abstract":"

    Get the member at the index

    ","parent_name":"CRSDatumEnsemble"},"Classes/CRSDatumEnsemble.html#/c:objc(cs)CRSDatumEnsemble(im)addMember:":{"name":"-addMember:","abstract":"

    Add the member

    ","parent_name":"CRSDatumEnsemble"},"Classes/CRSDatumEnsemble.html#/c:objc(cs)CRSDatumEnsemble(im)addMembers:":{"name":"-addMembers:","abstract":"

    Add the members

    ","parent_name":"CRSDatumEnsemble"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(py)year":{"name":"year","abstract":"

    Year

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(py)month":{"name":"month","abstract":"

    Month

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(py)day":{"name":"day","abstract":"

    Day

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(py)hour":{"name":"hour","abstract":"

    Hour

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(py)minute":{"name":"minute","abstract":"

    Minute

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(py)second":{"name":"second","abstract":"

    Second

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(py)fraction":{"name":"fraction","abstract":"

    Seconds fraction

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(py)fractionText":{"name":"fractionText","abstract":"

    Seconds fraction Text

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(py)timeZoneHour":{"name":"timeZoneHour","abstract":"

    Local time zone hour

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(py)timeZoneMinute":{"name":"timeZoneMinute","abstract":"

    Local time zone minute

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(cm)parse:":{"name":"+parse:","abstract":"

    Parse the text into a Date Time

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(cm)tryParse:":{"name":"+tryParse:","abstract":"

    Attempt to parse the text into a Date Time

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(im)initWithYear:":{"name":"-initWithYear:","abstract":"

    Initialize

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(im)isOrdinal":{"name":"-isOrdinal","abstract":"

    Is an ordinal day

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(im)hasTime":{"name":"-hasTime","abstract":"

    If date has a time precision

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(im)hasMonth":{"name":"-hasMonth","abstract":"

    Check if has a month

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(im)hasDay":{"name":"-hasDay","abstract":"

    Check if has a day

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(im)hasHour":{"name":"-hasHour","abstract":"

    Check if has a hour

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(im)hasMinute":{"name":"-hasMinute","abstract":"

    Check if has a minute

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(im)hasSecond":{"name":"-hasSecond","abstract":"

    Check if has a second

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(im)hasFraction":{"name":"-hasFraction","abstract":"

    Check if has a fraction

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(im)hasTimeZoneHour":{"name":"-hasTimeZoneHour","abstract":"

    Has a time zone hour

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(im)hasTimeZoneMinute":{"name":"-hasTimeZoneMinute","abstract":"

    Has a time zone minute

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(im)isTimeZoneUTC":{"name":"-isTimeZoneUTC","abstract":"

    Is the time zone UTC

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(im)setTimeZoneUTC":{"name":"-setTimeZoneUTC","abstract":"

    Set the time zone as UTC

    ","parent_name":"CRSDateTime"},"Classes/CRSCoordinateSystemTypes.html#/c:objc(cs)CRSCoordinateSystemTypes(cm)name:":{"name":"+name:","abstract":"

    Get the type name

    ","parent_name":"CRSCoordinateSystemTypes"},"Classes/CRSCoordinateSystemTypes.html#/c:objc(cs)CRSCoordinateSystemTypes(cm)type:":{"name":"+type:","abstract":"

    Get the type from the name

    ","parent_name":"CRSCoordinateSystemTypes"},"Classes/CRSCoordinateSystem.html#/c:objc(cs)CRSCoordinateSystem(py)type":{"name":"type","abstract":"

    Type

    ","parent_name":"CRSCoordinateSystem"},"Classes/CRSCoordinateSystem.html#/c:objc(cs)CRSCoordinateSystem(py)dimension":{"name":"dimension","abstract":"

    Dimension

    ","parent_name":"CRSCoordinateSystem"},"Classes/CRSCoordinateSystem.html#/c:objc(cs)CRSCoordinateSystem(py)identifiers":{"name":"identifiers","abstract":"

    Identifiers

    ","parent_name":"CRSCoordinateSystem"},"Classes/CRSCoordinateSystem.html#/c:objc(cs)CRSCoordinateSystem(py)axes":{"name":"axes","abstract":"

    Axes

    ","parent_name":"CRSCoordinateSystem"},"Classes/CRSCoordinateSystem.html#/c:objc(cs)CRSCoordinateSystem(py)unit":{"name":"unit","abstract":"

    Unit

    ","parent_name":"CRSCoordinateSystem"},"Classes/CRSCoordinateSystem.html#/c:objc(cs)CRSCoordinateSystem(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSCoordinateSystem"},"Classes/CRSCoordinateSystem.html#/c:objc(cs)CRSCoordinateSystem(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSCoordinateSystem"},"Classes/CRSCoordinateSystem.html#/c:objc(cs)CRSCoordinateSystem(im)initWithType:andDimension:andAxis:":{"name":"-initWithType:andDimension:andAxis:","abstract":"

    Initialize

    ","parent_name":"CRSCoordinateSystem"},"Classes/CRSCoordinateSystem.html#/c:objc(cs)CRSCoordinateSystem(im)initWithType:andDimension:andAxes:":{"name":"-initWithType:andDimension:andAxes:","abstract":"

    Initialize

    ","parent_name":"CRSCoordinateSystem"},"Classes/CRSCoordinateSystem.html#/c:objc(cs)CRSCoordinateSystem(im)numAxes":{"name":"-numAxes","abstract":"

    Number of axes

    ","parent_name":"CRSCoordinateSystem"},"Classes/CRSCoordinateSystem.html#/c:objc(cs)CRSCoordinateSystem(im)axisAtIndex:":{"name":"-axisAtIndex:","abstract":"

    Get the axis at the index

    ","parent_name":"CRSCoordinateSystem"},"Classes/CRSCoordinateSystem.html#/c:objc(cs)CRSCoordinateSystem(im)addAxis:":{"name":"-addAxis:","abstract":"

    Add the axis

    ","parent_name":"CRSCoordinateSystem"},"Classes/CRSCoordinateSystem.html#/c:objc(cs)CRSCoordinateSystem(im)addAxes:":{"name":"-addAxes:","abstract":"

    Add the axes

    ","parent_name":"CRSCoordinateSystem"},"Classes/CRSCoordinateSystem.html#/c:objc(cs)CRSCoordinateSystem(im)hasUnit":{"name":"-hasUnit","abstract":"

    Has a unit

    ","parent_name":"CRSCoordinateSystem"},"Classes/CRSCoordinateSystem.html#/c:objc(cs)CRSCoordinateSystem(im)axisUnit":{"name":"-axisUnit","abstract":"

    Get the axis unit, either the CS unit or first axis with unit

    ","parent_name":"CRSCoordinateSystem"},"Classes/CRSCoordinateReferenceSystem.html#/c:objc(cs)CRSCoordinateReferenceSystem(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSCoordinateReferenceSystem"},"Classes/CRSCoordinateReferenceSystem.html#/c:objc(cs)CRSCoordinateReferenceSystem(im)initWithType:":{"name":"-initWithType:","abstract":"

    Initialize

    ","parent_name":"CRSCoordinateReferenceSystem"},"Classes/CRSCoordinateReferenceSystem.html#/c:objc(cs)CRSCoordinateReferenceSystem(im)initWithName:andType:":{"name":"-initWithName:andType:","abstract":"

    Initialize

    ","parent_name":"CRSCoordinateReferenceSystem"},"Classes/CRSCoordinateOperation.html#/c:objc(cs)CRSCoordinateOperation(py)target":{"name":"target","abstract":"

    Target Coordinate Reference System

    ","parent_name":"CRSCoordinateOperation"},"Classes/CRSCoordinateOperation.html#/c:objc(cs)CRSCoordinateOperation(py)interpolation":{"name":"interpolation","abstract":"

    Interpolation Coordinate Reference System

    ","parent_name":"CRSCoordinateOperation"},"Classes/CRSCoordinateOperation.html#/c:objc(cs)CRSCoordinateOperation(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSCoordinateOperation"},"Classes/CRSCoordinateOperation.html#/c:objc(cs)CRSCoordinateOperation(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSCoordinateOperation"},"Classes/CRSCoordinateOperation.html#/c:objc(cs)CRSCoordinateOperation(im)initWithName:andSource:andTarget:andMethod:":{"name":"-initWithName:andSource:andTarget:andMethod:","abstract":"

    Initialize

    ","parent_name":"CRSCoordinateOperation"},"Classes/CRSCoordinateOperation.html#/c:objc(cs)CRSCoordinateOperation(im)hasInterpolation":{"name":"-hasInterpolation","abstract":"

    Has an interpolation coordinate reference system

    ","parent_name":"CRSCoordinateOperation"},"Classes/CRSCoordinateMetadata.html#/c:objc(cs)CRSCoordinateMetadata(py)coordinateReferenceSystem":{"name":"coordinateReferenceSystem","abstract":"

    Coordinate Reference System

    ","parent_name":"CRSCoordinateMetadata"},"Classes/CRSCoordinateMetadata.html#/c:objc(cs)CRSCoordinateMetadata(py)epoch":{"name":"epoch","abstract":"

    Coordinate Epoch

    ","parent_name":"CRSCoordinateMetadata"},"Classes/CRSCoordinateMetadata.html#/c:objc(cs)CRSCoordinateMetadata(py)epochText":{"name":"epochText","abstract":"

    Coordinate Epoch Text

    ","parent_name":"CRSCoordinateMetadata"},"Classes/CRSCoordinateMetadata.html#/c:objc(cs)CRSCoordinateMetadata(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSCoordinateMetadata"},"Classes/CRSCoordinateMetadata.html#/c:objc(cs)CRSCoordinateMetadata(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSCoordinateMetadata"},"Classes/CRSCoordinateMetadata.html#/c:objc(cs)CRSCoordinateMetadata(im)initWithCoordinateReferenceSystem:":{"name":"-initWithCoordinateReferenceSystem:","abstract":"

    Initialize

    ","parent_name":"CRSCoordinateMetadata"},"Classes/CRSCoordinateMetadata.html#/c:objc(cs)CRSCoordinateMetadata(im)initWithCoordinateReferenceSystem:andEpoch:":{"name":"-initWithCoordinateReferenceSystem:andEpoch:","abstract":"

    Initialize

    ","parent_name":"CRSCoordinateMetadata"},"Classes/CRSCoordinateMetadata.html#/c:objc(cs)CRSCoordinateMetadata(im)initWithCoordinateReferenceSystem:andEpochText:":{"name":"-initWithCoordinateReferenceSystem:andEpochText:","abstract":"

    Initialize

    ","parent_name":"CRSCoordinateMetadata"},"Classes/CRSCoordinateMetadata.html#/c:objc(cs)CRSCoordinateMetadata(im)hasEpoch":{"name":"-hasEpoch","abstract":"

    Has a coordinate epoch

    ","parent_name":"CRSCoordinateMetadata"},"Classes/CRSConcatenatedOperation.html#/c:objc(cs)CRSConcatenatedOperation(py)target":{"name":"target","abstract":"

    Target Coordinate Reference System

    ","parent_name":"CRSConcatenatedOperation"},"Classes/CRSConcatenatedOperation.html#/c:objc(cs)CRSConcatenatedOperation(py)operations":{"name":"operations","abstract":"

    Operations, transformations, and conversions

    ","parent_name":"CRSConcatenatedOperation"},"Classes/CRSConcatenatedOperation.html#/c:objc(cs)CRSConcatenatedOperation(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSConcatenatedOperation"},"Classes/CRSConcatenatedOperation.html#/c:objc(cs)CRSConcatenatedOperation(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSConcatenatedOperation"},"Classes/CRSConcatenatedOperation.html#/c:objc(cs)CRSConcatenatedOperation(im)initWithName:andSource:andTarget:":{"name":"-initWithName:andSource:andTarget:","abstract":"

    Initialize

    ","parent_name":"CRSConcatenatedOperation"},"Classes/CRSConcatenatedOperation.html#/c:objc(cs)CRSConcatenatedOperation(im)numOperations":{"name":"-numOperations","abstract":"

    Number of operations

    ","parent_name":"CRSConcatenatedOperation"},"Classes/CRSConcatenatedOperation.html#/c:objc(cs)CRSConcatenatedOperation(im)operationAtIndex:":{"name":"-operationAtIndex:","abstract":"

    Get the operation at the index

    ","parent_name":"CRSConcatenatedOperation"},"Classes/CRSConcatenatedOperation.html#/c:objc(cs)CRSConcatenatedOperation(im)addOperation:":{"name":"-addOperation:","abstract":"

    Add the operation

    ","parent_name":"CRSConcatenatedOperation"},"Classes/CRSConcatenatedOperation.html#/c:objc(cs)CRSConcatenatedOperation(im)addOperations:":{"name":"-addOperations:","abstract":"

    Add the operations

    ","parent_name":"CRSConcatenatedOperation"},"Classes/CRSCompoundCoordinateReferenceSystem.html#/c:objc(cs)CRSCompoundCoordinateReferenceSystem(py)coordinateReferenceSystems":{"name":"coordinateReferenceSystems","abstract":"

    Coordinate Reference Systems

    ","parent_name":"CRSCompoundCoordinateReferenceSystem"},"Classes/CRSCompoundCoordinateReferenceSystem.html#/c:objc(cs)CRSCompoundCoordinateReferenceSystem(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSCompoundCoordinateReferenceSystem"},"Classes/CRSCompoundCoordinateReferenceSystem.html#/c:objc(cs)CRSCompoundCoordinateReferenceSystem(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSCompoundCoordinateReferenceSystem"},"Classes/CRSCompoundCoordinateReferenceSystem.html#/c:objc(cs)CRSCompoundCoordinateReferenceSystem(im)initWithName:andType:":{"name":"-initWithName:andType:","abstract":"

    Initialize

    ","parent_name":"CRSCompoundCoordinateReferenceSystem"},"Classes/CRSCompoundCoordinateReferenceSystem.html#/c:objc(cs)CRSCompoundCoordinateReferenceSystem(im)numCoordinateReferenceSystems":{"name":"-numCoordinateReferenceSystems","abstract":"

    Number of coordinate reference systems

    ","parent_name":"CRSCompoundCoordinateReferenceSystem"},"Classes/CRSCompoundCoordinateReferenceSystem.html#/c:objc(cs)CRSCompoundCoordinateReferenceSystem(im)coordinateReferenceSystemAtIndex:":{"name":"-coordinateReferenceSystemAtIndex:","abstract":"

    Get the coordinate reference system at the index

    ","parent_name":"CRSCompoundCoordinateReferenceSystem"},"Classes/CRSCompoundCoordinateReferenceSystem.html#/c:objc(cs)CRSCompoundCoordinateReferenceSystem(im)addCoordinateReferenceSystem:":{"name":"-addCoordinateReferenceSystem:","abstract":"

    Add the coordinate reference system

    ","parent_name":"CRSCompoundCoordinateReferenceSystem"},"Classes/CRSCompoundCoordinateReferenceSystem.html#/c:objc(cs)CRSCompoundCoordinateReferenceSystem(im)addCoordinateReferenceSystems:":{"name":"-addCoordinateReferenceSystems:","abstract":"

    Add the coordinate reference systems

    ","parent_name":"CRSCompoundCoordinateReferenceSystem"},"Classes/CRSCommon.html#/c:objc(cs)CRSCommon(py)name":{"name":"name","abstract":"

    Name

    ","parent_name":"CRSCommon"},"Classes/CRSCommon.html#/c:objc(cs)CRSCommon(py)usages":{"name":"usages","abstract":"

    Usages

    ","parent_name":"CRSCommon"},"Classes/CRSCommon.html#/c:objc(cs)CRSCommon(py)identifiers":{"name":"identifiers","abstract":"

    Identifiers

    ","parent_name":"CRSCommon"},"Classes/CRSCommon.html#/c:objc(cs)CRSCommon(py)remark":{"name":"remark","abstract":"

    Remark

    ","parent_name":"CRSCommon"},"Classes/CRSCommon.html#/c:objc(cs)CRSCommon(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSCommon"},"Classes/CRSCommon.html#/c:objc(cs)CRSCommon(im)initWithType:":{"name":"-initWithType:","abstract":"

    Initialize

    ","parent_name":"CRSCommon"},"Classes/CRSCommon.html#/c:objc(cs)CRSCommon(im)initWithName:andType:":{"name":"-initWithName:andType:","abstract":"

    Initialize

    ","parent_name":"CRSCommon"},"Classes/CRSCategoryTypes.html#/c:objc(cs)CRSCategoryTypes(cm)name:":{"name":"+name:","abstract":"

    Get the type name

    ","parent_name":"CRSCategoryTypes"},"Classes/CRSCategoryTypes.html#/c:objc(cs)CRSCategoryTypes(cm)type:":{"name":"+type:","abstract":"

    Get the type from the name

    ","parent_name":"CRSCategoryTypes"},"Classes/CRSBoundCoordinateReferenceSystem.html#/c:objc(cs)CRSBoundCoordinateReferenceSystem(py)source":{"name":"source","abstract":"

    Source Coordinate Reference System

    ","parent_name":"CRSBoundCoordinateReferenceSystem"},"Classes/CRSBoundCoordinateReferenceSystem.html#/c:objc(cs)CRSBoundCoordinateReferenceSystem(py)target":{"name":"target","abstract":"

    Target Coordinate Reference System

    ","parent_name":"CRSBoundCoordinateReferenceSystem"},"Classes/CRSBoundCoordinateReferenceSystem.html#/c:objc(cs)CRSBoundCoordinateReferenceSystem(py)transformation":{"name":"transformation","abstract":"

    Abridged Coordinate Transformation

    ","parent_name":"CRSBoundCoordinateReferenceSystem"},"Classes/CRSBoundCoordinateReferenceSystem.html#/c:objc(cs)CRSBoundCoordinateReferenceSystem(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSBoundCoordinateReferenceSystem"},"Classes/CRSBoundCoordinateReferenceSystem.html#/c:objc(cs)CRSBoundCoordinateReferenceSystem(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSBoundCoordinateReferenceSystem"},"Classes/CRSBoundCoordinateReferenceSystem.html#/c:objc(cs)CRSBoundCoordinateReferenceSystem(im)initWithSource:andTarget:andTransformation:":{"name":"-initWithSource:andTarget:andTransformation:","abstract":"

    Initialize

    ","parent_name":"CRSBoundCoordinateReferenceSystem"},"Classes/CRSAxisDirectionTypes.html#/c:objc(cs)CRSAxisDirectionTypes(cm)name:":{"name":"+name:","abstract":"

    Get the type name

    ","parent_name":"CRSAxisDirectionTypes"},"Classes/CRSAxisDirectionTypes.html#/c:objc(cs)CRSAxisDirectionTypes(cm)type:":{"name":"+type:","abstract":"

    Get the type from the name

    ","parent_name":"CRSAxisDirectionTypes"},"Classes/CRSAxis.html#/c:objc(cs)CRSAxis(py)name":{"name":"name","abstract":"

    Name

    ","parent_name":"CRSAxis"},"Classes/CRSAxis.html#/c:objc(cs)CRSAxis(py)abbreviation":{"name":"abbreviation","abstract":"

    Abbreviation

    ","parent_name":"CRSAxis"},"Classes/CRSAxis.html#/c:objc(cs)CRSAxis(py)direction":{"name":"direction","abstract":"

    Axis Direction

    ","parent_name":"CRSAxis"},"Classes/CRSAxis.html#/c:objc(cs)CRSAxis(py)meridian":{"name":"meridian","abstract":"

    Meridian

    ","parent_name":"CRSAxis"},"Classes/CRSAxis.html#/c:objc(cs)CRSAxis(py)meridianText":{"name":"meridianText","abstract":"

    Meridian Text

    ","parent_name":"CRSAxis"},"Classes/CRSAxis.html#/c:objc(cs)CRSAxis(py)meridianUnit":{"name":"meridianUnit","abstract":"

    Meridian (Angle) Unit

    ","parent_name":"CRSAxis"},"Classes/CRSAxis.html#/c:objc(cs)CRSAxis(py)bearing":{"name":"bearing","abstract":"

    Bearing

    ","parent_name":"CRSAxis"},"Classes/CRSAxis.html#/c:objc(cs)CRSAxis(py)bearingText":{"name":"bearingText","abstract":"

    Bearing Text

    ","parent_name":"CRSAxis"},"Classes/CRSAxis.html#/c:objc(cs)CRSAxis(py)order":{"name":"order","abstract":"

    Order

    ","parent_name":"CRSAxis"},"Classes/CRSAxis.html#/c:objc(cs)CRSAxis(py)unit":{"name":"unit","abstract":"

    Unit

    ","parent_name":"CRSAxis"},"Classes/CRSAxis.html#/c:objc(cs)CRSAxis(py)identifiers":{"name":"identifiers","abstract":"

    Identifiers

    ","parent_name":"CRSAxis"},"Classes/CRSAxis.html#/c:objc(cs)CRSAxis(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSAxis"},"Classes/CRSAxis.html#/c:objc(cs)CRSAxis(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSAxis"},"Classes/CRSAxis.html#/c:objc(cs)CRSAxis(im)initWithName:andDirection:":{"name":"-initWithName:andDirection:","abstract":"

    Initialize

    ","parent_name":"CRSAxis"},"Classes/CRSAxis.html#/c:objc(cs)CRSAxis(im)hasName":{"name":"-hasName","abstract":"

    Has a name

    ","parent_name":"CRSAxis"},"Classes/CRSAxis.html#/c:objc(cs)CRSAxis(im)hasAbbreviation":{"name":"-hasAbbreviation","abstract":"

    Has an abbreviation

    ","parent_name":"CRSAxis"},"Classes/CRSAxis.html#/c:objc(cs)CRSAxis(im)hasMeridian":{"name":"-hasMeridian","abstract":"

    Has a meridian

    ","parent_name":"CRSAxis"},"Classes/CRSAxis.html#/c:objc(cs)CRSAxis(im)hasBearing":{"name":"-hasBearing","abstract":"

    Has a bearing

    ","parent_name":"CRSAxis"},"Classes/CRSAxis.html#/c:objc(cs)CRSAxis(im)hasOrder":{"name":"-hasOrder","abstract":"

    Has an order

    ","parent_name":"CRSAxis"},"Classes/CRSAxis.html#/c:objc(cs)CRSAxis(im)hasUnit":{"name":"-hasUnit","abstract":"

    Has a unit

    ","parent_name":"CRSAxis"},"Classes/CRSAbridgedCoordinateTransformation.html#/c:objc(cs)CRSAbridgedCoordinateTransformation(py)name":{"name":"name","abstract":"

    Name

    ","parent_name":"CRSAbridgedCoordinateTransformation"},"Classes/CRSAbridgedCoordinateTransformation.html#/c:objc(cs)CRSAbridgedCoordinateTransformation(py)version":{"name":"version","abstract":"

    Operation Version

    ","parent_name":"CRSAbridgedCoordinateTransformation"},"Classes/CRSAbridgedCoordinateTransformation.html#/c:objc(cs)CRSAbridgedCoordinateTransformation(py)method":{"name":"method","abstract":"

    Operation Method

    ","parent_name":"CRSAbridgedCoordinateTransformation"},"Classes/CRSAbridgedCoordinateTransformation.html#/c:objc(cs)CRSAbridgedCoordinateTransformation(py)usages":{"name":"usages","abstract":"

    Usages

    ","parent_name":"CRSAbridgedCoordinateTransformation"},"Classes/CRSAbridgedCoordinateTransformation.html#/c:objc(cs)CRSAbridgedCoordinateTransformation(py)identifiers":{"name":"identifiers","abstract":"

    Identifiers

    ","parent_name":"CRSAbridgedCoordinateTransformation"},"Classes/CRSAbridgedCoordinateTransformation.html#/c:objc(cs)CRSAbridgedCoordinateTransformation(py)remark":{"name":"remark","abstract":"

    Remark

    ","parent_name":"CRSAbridgedCoordinateTransformation"},"Classes/CRSAbridgedCoordinateTransformation.html#/c:objc(cs)CRSAbridgedCoordinateTransformation(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSAbridgedCoordinateTransformation"},"Classes/CRSAbridgedCoordinateTransformation.html#/c:objc(cs)CRSAbridgedCoordinateTransformation(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSAbridgedCoordinateTransformation"},"Classes/CRSAbridgedCoordinateTransformation.html#/c:objc(cs)CRSAbridgedCoordinateTransformation(im)initWithName:andMethod:":{"name":"-initWithName:andMethod:","abstract":"

    Initialize

    ","parent_name":"CRSAbridgedCoordinateTransformation"},"Classes/CRSAbridgedCoordinateTransformation.html":{"name":"CRSAbridgedCoordinateTransformation","abstract":"

    Abridged Coordinate Transformation

    "},"Classes/CRSAxis.html":{"name":"CRSAxis","abstract":"

    Axis

    "},"Classes/CRSAxisDirectionTypes.html":{"name":"CRSAxisDirectionTypes","abstract":"

    Axis Direction Type

    "},"Classes/CRSBoundCoordinateReferenceSystem.html":{"name":"CRSBoundCoordinateReferenceSystem","abstract":"

    Bound Coordinate Reference System

    "},"Classes/CRSCategoryTypes.html":{"name":"CRSCategoryTypes","abstract":"

    Category Type

    "},"Classes/CRSCommon.html":{"name":"CRSCommon","abstract":"

    Common coordinate reference system and coordinate operations object

    "},"Classes/CRSCompoundCoordinateReferenceSystem.html":{"name":"CRSCompoundCoordinateReferenceSystem","abstract":"

    Compound Coordinate Reference System

    "},"Classes/CRSConcatenatedOperation.html":{"name":"CRSConcatenatedOperation","abstract":"

    Concatenated Operation

    "},"Classes/CRSCoordinateMetadata.html":{"name":"CRSCoordinateMetadata","abstract":"

    Coordinate metadata

    "},"Classes/CRSCoordinateOperation.html":{"name":"CRSCoordinateOperation","abstract":"

    Coordinate Operation

    "},"Classes/CRSCoordinateReferenceSystem.html":{"name":"CRSCoordinateReferenceSystem","abstract":"

    Coordinate Reference System

    "},"Classes/CRSCoordinateSystem.html":{"name":"CRSCoordinateSystem","abstract":"

    Coordinate System

    "},"Classes/CRSCoordinateSystemTypes.html":{"name":"CRSCoordinateSystemTypes","abstract":"

    Coordinate System Type

    "},"Classes/CRSDateTime.html":{"name":"CRSDateTime","abstract":"

    Date and time

    "},"Classes/CRSDatumEnsemble.html":{"name":"CRSDatumEnsemble","abstract":"

    Datum Ensemble

    "},"Classes/CRSDatumEnsembleMember.html":{"name":"CRSDatumEnsembleMember","abstract":"

    Datum Ensemble Member

    "},"Classes/CRSDerivedCoordinateReferenceSystem.html":{"name":"CRSDerivedCoordinateReferenceSystem","abstract":"

    Derived Coordinate Reference System

    "},"Classes/CRSDerivingConversion.html":{"name":"CRSDerivingConversion","abstract":"

    Deriving Conversion

    "},"Classes/CRSDynamic.html":{"name":"CRSDynamic","abstract":"

    Dynamic Coordinate Reference System

    "},"Classes/CRSEllipsoid.html":{"name":"CRSEllipsoid","abstract":"

    Ellipsoid

    "},"Classes/CRSEllipsoidTypes.html":{"name":"CRSEllipsoidTypes","abstract":"

    Ellipsoid Type

    "},"Classes/CRSEllipsoids.html":{"name":"CRSEllipsoids","abstract":"

    Ellipsoids

    "},"Classes/CRSEngineeringCoordinateReferenceSystem.html":{"name":"CRSEngineeringCoordinateReferenceSystem","abstract":"

    Engineering Coordinate Reference System

    "},"Classes/CRSEngineeringDatum.html":{"name":"CRSEngineeringDatum","abstract":"

    Engineering Datum

    "},"Classes/CRSExtent.html":{"name":"CRSExtent","abstract":"

    Extent

    "},"Classes/CRSGeoCoordinateReferenceSystem.html":{"name":"CRSGeoCoordinateReferenceSystem","abstract":"

    Geodetic and Geographic Coordinate Reference System

    "},"Classes/CRSGeoDatumEnsemble.html":{"name":"CRSGeoDatumEnsemble","abstract":"

    Geodetic and Geographic Datum Ensemble

    "},"Classes/CRSGeoDatums.html":{"name":"CRSGeoDatums","abstract":"

    Geo Datums

    "},"Classes/CRSGeoReferenceFrame.html":{"name":"CRSGeoReferenceFrame","abstract":"

    Geodetic and Geographic Reference Frame (datum)

    "},"Classes/CRSGeographicBoundingBox.html":{"name":"CRSGeographicBoundingBox","abstract":"

    Geographic Bounding Box

    "},"Classes/CRSIdentifier.html":{"name":"CRSIdentifier","abstract":"

    Identifier (Authority)

    "},"Classes/CRSKeyword.html":{"name":"CRSKeyword","abstract":"

    Keyword

    "},"Classes/CRSMapProjection.html":{"name":"CRSMapProjection","abstract":"

    Map Projection

    "},"Classes/CRSObject.html":{"name":"CRSObject","abstract":"

    Well-known text representation of coordinate reference systems object

    "},"Classes/CRSOperation.html":{"name":"CRSOperation","abstract":"

    Common Operation

    "},"Classes/CRSOperationMethod.html":{"name":"CRSOperationMethod","abstract":"

    Operation Method

    "},"Classes/CRSOperationMethods.html":{"name":"CRSOperationMethods","abstract":"

    Operation Methods

    "},"Classes/CRSOperationParameter.html":{"name":"CRSOperationParameter","abstract":"

    Operation Parameter

    "},"Classes/CRSOperationParameters.html":{"name":"CRSOperationParameters","abstract":"

    Common Operation Parameter Attributes

    "},"Classes/CRSOperationTypes.html":{"name":"CRSOperationTypes","abstract":"

    Coordinate Operation Type

    "},"Classes/CRSParametricCoordinateReferenceSystem.html":{"name":"CRSParametricCoordinateReferenceSystem","abstract":"

    Parametric Coordinate Reference System

    "},"Classes/CRSParametricDatum.html":{"name":"CRSParametricDatum","abstract":"

    Parametric Datum

    "},"Classes/CRSPointMotionOperation.html":{"name":"CRSPointMotionOperation","abstract":"

    Point Motion Operation

    "},"Classes/CRSPrimeMeridian.html":{"name":"CRSPrimeMeridian","abstract":"

    Prime Meridian

    "},"Classes/CRSPrimeMeridians.html":{"name":"CRSPrimeMeridians","abstract":"

    Prime Meridians

    "},"Classes.html#/c:objc(cs)CRSProjConstants":{"name":"CRSProjConstants","abstract":"

    PROJ constants

    "},"Classes/CRSProjParams.html":{"name":"CRSProjParams","abstract":"

    PROJ params

    "},"Classes/CRSProjParser.html":{"name":"CRSProjParser","abstract":"

    CRS to PROJ parser

    "},"Classes/CRSProjectedCoordinateReferenceSystem.html":{"name":"CRSProjectedCoordinateReferenceSystem","abstract":"

    Projected Coordinate Reference System

    "},"Classes/CRSReader.html":{"name":"CRSReader","abstract":"

    Well-Known Text reader

    "},"Classes/CRSReferenceFrame.html":{"name":"CRSReferenceFrame","abstract":"

    Reference Frame (datum)

    "},"Classes/CRSSimpleCoordinateReferenceSystem.html":{"name":"CRSSimpleCoordinateReferenceSystem","abstract":"

    Simple Coordinate Reference System with Coordinate System

    "},"Classes/CRSSimpleOperation.html":{"name":"CRSSimpleOperation","abstract":"

    Simple Operation

    "},"Classes/CRSTemporalCoordinateReferenceSystem.html":{"name":"CRSTemporalCoordinateReferenceSystem","abstract":"

    Temporal Coordinate Reference System

    "},"Classes/CRSTemporalDatum.html":{"name":"CRSTemporalDatum","abstract":"

    Undocumented

    "},"Classes/CRSTemporalExtent.html":{"name":"CRSTemporalExtent","abstract":"

    Temporal Extent

    "},"Classes.html#/c:objc(cs)CRSTextConstants":{"name":"CRSTextConstants","abstract":"

    Well-Known Text constants

    "},"Classes/CRSTextReader.html":{"name":"CRSTextReader","abstract":"

    Read through text string

    "},"Classes/CRSTextUtils.html":{"name":"CRSTextUtils","abstract":"

    CRS Well-Known Text Utilities

    "},"Classes/CRSTriaxialEllipsoid.html":{"name":"CRSTriaxialEllipsoid","abstract":"

    Triaxial Ellipsoid

    "},"Classes/CRSTypes.html":{"name":"CRSTypes","abstract":"

    CRS Type

    "},"Classes/CRSUnit.html":{"name":"CRSUnit","abstract":"

    Unit

    "},"Classes/CRSUnitTypes.html":{"name":"CRSUnitTypes","abstract":"

    Unit Type

    "},"Classes/CRSUnits.html":{"name":"CRSUnits","abstract":"

    Common Units

    "},"Classes/CRSUsage.html":{"name":"CRSUsage","abstract":"

    Usage

    "},"Classes/CRSVerticalCoordinateReferenceSystem.html":{"name":"CRSVerticalCoordinateReferenceSystem","abstract":"

    Vertical Coordinate Reference System

    "},"Classes/CRSVerticalDatumEnsemble.html":{"name":"CRSVerticalDatumEnsemble","abstract":"

    Vertical Datum Ensemble

    "},"Classes/CRSVerticalExtent.html":{"name":"CRSVerticalExtent","abstract":"

    Vertical Extent

    "},"Classes/CRSVerticalReferenceFrame.html":{"name":"CRSVerticalReferenceFrame","abstract":"

    Vertical Reference Frame (datum)

    "},"Classes/CRSWriter.html":{"name":"CRSWriter","abstract":"

    Well-Known Text writer

    "},"Classes/OAFCollection.html":{"name":"OAFCollection","abstract":"

    Collection

    "},"Classes/OAFCollections.html":{"name":"OAFCollections","abstract":"

    Undocumented

    "},"Classes/OAFCrs.html":{"name":"OAFCrs","abstract":"

    Coordinate Reference System

    "},"Classes/OAFExtent.html":{"name":"OAFExtent","abstract":"

    The extent of the features in the collection. In the Core only spatial and"},"Classes/OAFFeatureCollection.html":{"name":"OAFFeatureCollection","abstract":"

    Feature Collection

    "},"Classes/OAFFeaturesConverter.html":{"name":"OAFFeaturesConverter","abstract":"

    Features Converter

    "},"Classes/OAFFeaturesObject.html":{"name":"OAFFeaturesObject","abstract":"

    Features Object

    "},"Classes/OAFLink.html":{"name":"OAFLink","abstract":"

    Link

    "},"Classes/OAFSpatial.html":{"name":"OAFSpatial","abstract":"

    The spatial extent of the features in the collection.

    "},"Classes/OAFTemporal.html":{"name":"OAFTemporal","abstract":"

    The temporal extent of the features in the collection.

    "},"Classes/PROJAuthorityProjections.html":{"name":"PROJAuthorityProjections","abstract":"

    Collection of projections for a single coordinate authority

    "},"Classes/PROJCRSParser.html":{"name":"PROJCRSParser","abstract":"

    Coordinate Reference System Well-known text parser

    "},"Classes.html#/c:objc(cs)PROJConstants":{"name":"PROJConstants","abstract":"

    Undocumented

    "},"Classes/PROJIOUtils.html":{"name":"PROJIOUtils","abstract":"

    Undocumented

    "},"Classes/PROJLocationCoordinate3D.html":{"name":"PROJLocationCoordinate3D","abstract":"

    3D Location Coordinate

    "},"Classes/PROJProjection.html":{"name":"PROJProjection","abstract":"

    Single Projection for an authority and code

    "},"Classes.html#/c:objc(cs)PROJProjectionConstants":{"name":"PROJProjectionConstants","abstract":"

    Undocumented

    "},"Classes/PROJProjectionFactory.html":{"name":"PROJProjectionFactory","abstract":"

    Projection factory for coordinate projections and transformations

    "},"Classes.html#/c:objc(cs)PROJProjectionFactoryTypes":{"name":"PROJProjectionFactoryTypes","abstract":"

    Undocumented

    "},"Classes/PROJProjectionRetriever.html":{"name":"PROJProjectionRetriever","abstract":"

    Retrieves the proj4 projection parameter string for an authority and coordinate code

    "},"Classes/PROJProjectionTransform.html":{"name":"PROJProjectionTransform","abstract":"

    Projection transformation between a from and to projection

    "},"Classes/PROJProjections.html":{"name":"PROJProjections","abstract":"

    Collection of projections by authority

    "},"Classes.html#/c:objc(cs)PROJUnits":{"name":"PROJUnits","abstract":"

    Undocumented

    "},"Classes/SFGFeature.html":{"name":"SFGFeature","abstract":"

    Feature

    "},"Classes/SFGFeatureCollection.html":{"name":"SFGFeatureCollection","abstract":"

    Feature Collection

    "},"Classes/SFGFeatureConverter.html":{"name":"SFGFeatureConverter","abstract":"

    Feature Converter

    "},"Classes/SFGGeoJSONObject.html":{"name":"SFGGeoJSONObject","abstract":"

    GeoJSON Object

    "},"Classes/SFGGeometry.html":{"name":"SFGGeometry","abstract":"

    Geometry

    "},"Classes/SFGGeometryCollection.html":{"name":"SFGGeometryCollection","abstract":"

    Geometry Collection

    "},"Classes/SFGGeometryTypes.html":{"name":"SFGGeometryTypes","abstract":"

    Geometry Types

    "},"Classes/SFGLineString.html":{"name":"SFGLineString","abstract":"

    Line String

    "},"Classes/SFGMultiLineString.html":{"name":"SFGMultiLineString","abstract":"

    Multi Line String

    "},"Classes/SFGMultiPoint.html":{"name":"SFGMultiPoint","abstract":"

    Multi Point

    "},"Classes/SFGMultiPolygon.html":{"name":"SFGMultiPolygon","abstract":"

    Multi Polygon

    "},"Classes/SFGOrderedDictionary.html":{"name":"SFGOrderedDictionary","abstract":"

    Undocumented

    "},"Classes/SFGPoint.html":{"name":"SFGPoint","abstract":"

    Point

    "},"Classes/SFGPolygon.html":{"name":"SFGPolygon","abstract":"

    Polygon

    "},"Classes/SFGPosition.html":{"name":"SFGPosition","abstract":"

    Position

    "},"Classes/SFByteReader.html":{"name":"SFByteReader","abstract":"

    Read through byte data

    "},"Classes/SFByteWriter.html":{"name":"SFByteWriter","abstract":"

    Write byte data

    "},"Classes/SFCentroidCurve.html":{"name":"SFCentroidCurve","abstract":"

    Calculate the centroid from curve based geometries. Implementation based on"},"Classes/SFCentroidPoint.html":{"name":"SFCentroidPoint","abstract":"

    Calculate the centroid from point based geometries. Implementation based on"},"Classes/SFCentroidSurface.html":{"name":"SFCentroidSurface","abstract":"

    Calculate the centroid from surface based geometries. Implementation based on"},"Classes/SFCircularString.html":{"name":"SFCircularString","abstract":"

    Circular String, Curve sub type

    "},"Classes/SFCompoundCurve.html":{"name":"SFCompoundCurve","abstract":"

    Compound Curve, Curve sub type

    "},"Classes/SFCurve.html":{"name":"SFCurve","abstract":"

    The base type for all 1-dimensional geometry types. A 1-dimensional geometry"},"Classes/SFCurvePolygon.html":{"name":"SFCurvePolygon","abstract":"

    A planar surface defined by an exterior ring and zero or more interior ring."},"Classes/SFDegreesCentroid.html":{"name":"SFDegreesCentroid","abstract":"

    Centroid calculations for geometries in degrees

    "},"Classes/SFEvent.html":{"name":"SFEvent","abstract":"

    Event element

    "},"Classes/SFEventQueue.html":{"name":"SFEventQueue","abstract":"

    Event queue for processing events

    "},"Classes.html#/c:objc(cs)SFEventTypes":{"name":"SFEventTypes","abstract":"

    Undocumented

    "},"Classes/SFExtendedGeometryCollection.html":{"name":"SFExtendedGeometryCollection","abstract":"

    Extended Geometry Collection providing abstract geometry collection type"},"Classes.html#/c:objc(cs)SFFiniteFilterTypes":{"name":"SFFiniteFilterTypes","abstract":"

    Undocumented

    "},"Classes/SFGeometry.html":{"name":"SFGeometry","abstract":"

    The root of the geometry type hierarchy

    "},"Classes/SFGeometryCollection.html":{"name":"SFGeometryCollection","abstract":"

    A collection of zero or more Geometry instances.

    "},"Classes.html#/c:objc(cs)SFGeometryConstants":{"name":"SFGeometryConstants","abstract":"

    Undocumented

    "},"Classes/SFGeometryEnvelope.html":{"name":"SFGeometryEnvelope","abstract":"

    Geometry envelope containing x and y range with optional z and m range

    "},"Classes/SFGeometryEnvelopeBuilder.html":{"name":"SFGeometryEnvelopeBuilder","abstract":"

    Builds an envelope from a Geometry

    "},"Classes/SFGeometryPrinter.html":{"name":"SFGeometryPrinter","abstract":"

    String representation of a Geometry

    "},"Classes/SFGeometryTypes.html":{"name":"SFGeometryTypes","abstract":"

    Undocumented

    "},"Classes/SFGeometryUtils.html":{"name":"SFGeometryUtils","abstract":"

    Utilities for Geometry objects

    "},"Classes/SFLine.html":{"name":"SFLine","abstract":"

    A LineString with exactly 2 Points.

    "},"Classes/SFLineString.html":{"name":"SFLineString","abstract":"

    A Curve that connects two or more points in space.

    "},"Classes/SFLinearRing.html":{"name":"SFLinearRing","abstract":"

    A LineString that is both closed and simple.

    "},"Classes/SFMultiCurve.html":{"name":"SFMultiCurve","abstract":"

    A restricted form of GeometryCollection where each Geometry in the collection"},"Classes/SFMultiLineString.html":{"name":"SFMultiLineString","abstract":"

    A restricted form of MultiCurve where each Curve in the collection must be of"},"Classes/SFMultiPoint.html":{"name":"SFMultiPoint","abstract":"

    A restricted form of GeometryCollection where each Geometry in the collection"},"Classes/SFMultiPolygon.html":{"name":"SFMultiPolygon","abstract":"

    A restricted form of MultiSurface where each Surface in the collection must"},"Classes/SFMultiSurface.html":{"name":"SFMultiSurface","abstract":"

    A restricted form of GeometryCollection where each Geometry in the collection"},"Classes/SFPoint.html":{"name":"SFPoint","abstract":"

    A single location in space. Each point has an X and Y coordinate. A point MAY"},"Classes/SFPointFiniteFilter.html":{"name":"SFPointFiniteFilter","abstract":"

    Point filter for finite checks on x and y properties, optionally filter on z"},"Classes/SFPolygon.html":{"name":"SFPolygon","abstract":"

    A restricted form of CurvePolygon where each ring is defined as a simple,"},"Classes/SFPolyhedralSurface.html":{"name":"SFPolyhedralSurface","abstract":"

    Contiguous collection of polygons which share common boundary segments.

    "},"Classes/SFSegment.html":{"name":"SFSegment","abstract":"

    Line segment of an edge between two points

    "},"Classes/SFShamosHoey.html":{"name":"SFShamosHoey","abstract":"

    Shamos-Hoey simple polygon detection

    "},"Classes/SFSurface.html":{"name":"SFSurface","abstract":"

    The base type for all 2-dimensional geometry types. A 2-dimensional geometry"},"Classes/SFSweepLine.html":{"name":"SFSweepLine","abstract":"

    Sweep Line algorithm

    "},"Classes/SFTIN.html":{"name":"SFTIN","abstract":"

    A tetrahedron (4 triangular faces), corner at the origin and each unit"},"Classes/SFTextReader.html":{"name":"SFTextReader","abstract":"

    Read through text string

    "},"Classes/SFTriangle.html":{"name":"SFTriangle","abstract":"

    Triangle

    "},"Classes/SFPGeometryTransform.html":{"name":"SFPGeometryTransform","abstract":"

    Geometry Projection Transform

    "},"Classes/SFWBGeometryCodes.html":{"name":"SFWBGeometryCodes","abstract":"

    Geometry Code utilities to convert between geometry attributes and geometry"},"Classes/SFWBGeometryReader.html":{"name":"SFWBGeometryReader","abstract":"

    Well Known Binary Geometry Reader

    "},"Classes/SFWBGeometryTypeInfo.html":{"name":"SFWBGeometryTypeInfo","abstract":"

    Geometry type info

    "},"Classes/SFWBGeometryWriter.html":{"name":"SFWBGeometryWriter","abstract":"

    Well Known Binary Geometry Writer

    "},"Classes/TIFFByteReader.html":{"name":"TIFFByteReader","abstract":"

    Read through byte data

    "},"Classes/TIFFByteWriter.html":{"name":"TIFFByteWriter","abstract":"

    Write byte data

    "},"Classes.html#/c:objc(cs)TIFFConstants":{"name":"TIFFConstants","abstract":"

    Undocumented

    "},"Classes.html#/c:objc(cs)TIFFDeflateCompression":{"name":"TIFFDeflateCompression","abstract":"

    Deflate Compression

    "},"Classes/TIFFFieldTagTypes.html":{"name":"TIFFFieldTagTypes","abstract":"

    Field Tag Types

    "},"Classes/TIFFFieldTypes.html":{"name":"TIFFFieldTypes","abstract":"

    Field Types

    "},"Classes/TIFFFileDirectory.html":{"name":"TIFFFileDirectory","abstract":"

    File Directory, represents all directory entries and can be used to read the"},"Classes/TIFFFileDirectoryEntry.html":{"name":"TIFFFileDirectoryEntry","abstract":"

    TIFF File Directory Entry

    "},"Classes/TIFFIOUtils.html":{"name":"TIFFIOUtils","abstract":"

    Undocumented

    "},"Classes/TIFFImage.html":{"name":"TIFFImage","abstract":"

    TIFF Image containing the File Directories

    "},"Classes/TIFFImageWindow.html":{"name":"TIFFImageWindow","abstract":"

    Coordinates of a window over a portion or the entire image coordinates

    "},"Classes.html#/c:objc(cs)TIFFLZWCompression":{"name":"TIFFLZWCompression","abstract":"

    LZW Compression

    "},"Classes.html#/c:objc(cs)TIFFPackbitsCompression":{"name":"TIFFPackbitsCompression","abstract":"

    Packbits Compression

    "},"Classes/TIFFPredictor.html":{"name":"TIFFPredictor","abstract":"

    Differencing Predictor decoder

    "},"Classes/TIFFRasters.html":{"name":"TIFFRasters","abstract":"

    Raster image values

    "},"Classes.html#/c:objc(cs)TIFFRawCompression":{"name":"TIFFRawCompression","abstract":"

    Raw / no compression

    "},"Classes/TIFFReader.html":{"name":"TIFFReader","abstract":"

    TIFF reader

    "},"Classes/TIFFUnsupportedCompression.html":{"name":"TIFFUnsupportedCompression","abstract":"

    Unsupported compression

    "},"Classes/TIFFWriter.html":{"name":"TIFFWriter","abstract":"

    TIFF Writer.

    "},"Classes/CLRColor.html":{"name":"CLRColor","abstract":"

    Color representation with support for hex, RBG, arithmetic RBG, and integer"},"Classes/GPKGBoundingBox.html":{"name":"GPKGBoundingBox","abstract":"

    Bounding box with longitude and latitude range

    "},"Classes/GPKGDateConverter.html":{"name":"GPKGDateConverter","abstract":"

    Date converter between database date formats and date objects

    "},"Classes/GPKGGeoPackage.html":{"name":"GPKGGeoPackage","abstract":"

    A single GeoPackage database connection

    "},"Classes/GPKGGeoPackageCache.html":{"name":"GPKGGeoPackageCache","abstract":"

    GeoPackage Cache to maintain opened GeoPackages

    "},"Classes.html#/c:objc(cs)GPKGGeoPackageConstants":{"name":"GPKGGeoPackageConstants","abstract":"

    Undocumented

    "},"Classes/GPKGGeoPackageFactory.html":{"name":"GPKGGeoPackageFactory","abstract":"

    GeoPackage Factory to get a GeoPackage Manager

    "},"Classes/GPKGGeoPackageManager.html":{"name":"GPKGGeoPackageManager","abstract":"

    GeoPackage Database management. Maintains an active connection to the metadata database, close when done.

    "},"Classes/GPKGSessionTaskData.html":{"name":"GPKGSessionTaskData","abstract":"

    GeoPackage additional session task data stored as an associated object

    "},"Classes/GPKGUtils.html":{"name":"GPKGUtils","abstract":"

    GeoPackage utility methods

    "},"Classes/GPKGAttributesColumn.html":{"name":"GPKGAttributesColumn","abstract":"

    Attributes column

    "},"Classes/GPKGAttributesColumns.html":{"name":"GPKGAttributesColumns","abstract":"

    Collection of attributes columns

    "},"Classes/GPKGAttributesDao.html":{"name":"GPKGAttributesDao","abstract":"

    Attributes DAO for reading attributes user data tables

    "},"Classes/GPKGAttributesRow.html":{"name":"GPKGAttributesRow","abstract":"

    Attributes Row containing the values from a single results row

    "},"Classes/GPKGAttributesTable.html":{"name":"GPKGAttributesTable","abstract":"

    Undocumented

    "},"Classes/GPKGAttributesTableMetadata.html":{"name":"GPKGAttributesTableMetadata","abstract":"

    Undocumented

    "},"Classes/GPKGAttributesTableReader.html":{"name":"GPKGAttributesTableReader","abstract":"

    Reads the metadata from an existing attributes table

    "},"Classes/GPKGContents.html":{"name":"GPKGContents","abstract":"

    Contents object. Provides identifying and descriptive information that an"},"Classes/GPKGContentsDao.html":{"name":"GPKGContentsDao","abstract":"

    Contents Data Access Object

    "},"Classes/GPKGContentsDataTypes.html":{"name":"GPKGContentsDataTypes","abstract":"

    Undocumented

    "},"Classes/GPKGAlterTable.html":{"name":"GPKGAlterTable","abstract":"

    Builds and performs alter table statements

    "},"Classes/GPKGConnection.html":{"name":"GPKGConnection","abstract":"

    GeoPackage database connection

    "},"Classes/GPKGConnectionFunction.html":{"name":"GPKGConnectionFunction","abstract":"

    GeoPackage connection function wrapper

    "},"Classes/GPKGDataTypes.html":{"name":"GPKGDataTypes","abstract":"

    Undocumented

    "},"Classes/GPKGFeatureIndexer.html":{"name":"GPKGFeatureIndexer","abstract":"

    Feature Indexer, indexes feature geometries into a table for searching

    "},"Classes/GPKGFeatureIndexerIdQuery.html":{"name":"GPKGFeatureIndexerIdQuery","abstract":"

    Feature Indexer Id query with nested SQL and arguments

    "},"Classes/GPKGFeatureIndexerIdResultSet.html":{"name":"GPKGFeatureIndexerIdResultSet","abstract":"

    Feature Indexer Id result set to filter on matching queried ids

    "},"Classes/GPKGGeoPackageTableCreator.html":{"name":"GPKGGeoPackageTableCreator","abstract":"

    Executes database scripts to create GeoPackage tables

    "},"Classes/GPKGMappedColumn.html":{"name":"GPKGMappedColumn","abstract":"

    Mapped column, to a column and potentially from a differently named column

    "},"Classes/GPKGPaginatedResults.html":{"name":"GPKGPaginatedResults","abstract":"

    Paginated Results for iterating and querying through chunks

    "},"Classes/GPKGPagination.html":{"name":"GPKGPagination","abstract":"

    Query pagination configuration

    "},"Classes/GPKGResultSet.html":{"name":"GPKGResultSet","abstract":"

    Result set from a database query

    "},"Classes/GPKGRow.html":{"name":"GPKGRow","abstract":"

    Result row

    "},"Classes/GPKGSqlLiteQueryBuilder.html":{"name":"GPKGSqlLiteQueryBuilder","abstract":"

    SQL Builder

    "},"Classes/GPKGSqlUtils.html":{"name":"GPKGSqlUtils","abstract":"

    SQL utility methods

    "},"Classes/GPKGTableCreator.html":{"name":"GPKGTableCreator","abstract":"

    Executes database scripts to create tables

    "},"Classes/GPKGTableMapping.html":{"name":"GPKGTableMapping","abstract":"

    Mapping between column names being mapped to and the mapped column"},"Classes/GPKGBaseDao.html":{"name":"GPKGBaseDao","abstract":"

    Base Data Access Object

    "},"Classes/GPKGColumnValue.html":{"name":"GPKGColumnValue","abstract":"

    Column Value wrapper to specify additional value attributes, such as a range"},"Classes/GPKGColumnValues.html":{"name":"GPKGColumnValues","abstract":"

    Collection of column values

    "},"Classes/GPKGObjectPaginatedResults.html":{"name":"GPKGObjectPaginatedResults","abstract":"

    Paginated Object Results for iterating and querying through chunks

    "},"Classes/GPKGObjectResultSet.html":{"name":"GPKGObjectResultSet","abstract":"

    Object wrapped Result set

    "},"Classes/GPKGSQLiteMaster.html":{"name":"GPKGSQLiteMaster","abstract":"

    SQLite Master table queries (sqlite_master)

    "},"Classes/GPKGSQLiteMasterColumns.html":{"name":"GPKGSQLiteMasterColumns","abstract":"

    SQLite Master table (sqlite_master) column keywords

    "},"Classes/GPKGSQLiteMasterQuery.html":{"name":"GPKGSQLiteMasterQuery","abstract":"

    Query on the SQLiteMaster table

    "},"Classes/GPKGSQLiteMasterTypes.html":{"name":"GPKGSQLiteMasterTypes","abstract":"

    SQLite Master table (sqlite_master) type column keywords

    "},"Classes/GPKGGeoPackageMetadata.html":{"name":"GPKGGeoPackageMetadata","abstract":"

    GeoPackage Metadata

    "},"Classes/GPKGGeoPackageMetadataDao.html":{"name":"GPKGGeoPackageMetadataDao","abstract":"

    GeoPackage Metadata Data Access Object

    "},"Classes/GPKGGeoPackageMetadataTableCreator.html":{"name":"GPKGGeoPackageMetadataTableCreator","abstract":"

    GeoPackage Metadata Table Creator

    "},"Classes/GPKGGeometryMetadata.html":{"name":"GPKGGeometryMetadata","abstract":"

    Geometry Metadata

    "},"Classes/GPKGGeometryMetadataDao.html":{"name":"GPKGGeometryMetadataDao","abstract":"

    Geometry Metadata Data Access Object

    "},"Classes/GPKGMetadataDb.html":{"name":"GPKGMetadataDb","abstract":"

    GeoPackage Metadata Database

    "},"Classes/GPKGTableMetadata.html":{"name":"GPKGTableMetadata","abstract":"

    Table Metadata

    "},"Classes/GPKGTableMetadataDao.html":{"name":"GPKGTableMetadataDao","abstract":"

    Table Metadata Data Access Object

    "},"Classes/GPKGConnectionPool.html":{"name":"GPKGConnectionPool","abstract":"

    Connection pool to manage retrieving a sqlite3 connection to a database file. Connections should be released after the database operation has completed."},"Classes/GPKGDbConnection.html":{"name":"GPKGDbConnection","abstract":"

    Single database connection to a database file opened as part of a connection pool. Wraps a sqlite3 connection.

    "},"Classes/GPKGSqliteConnection.html":{"name":"GPKGSqliteConnection","abstract":"

    Single sqlite3 connection to a database file opened as part of a connection pool

    "},"Classes/GPKGColumnConstraints.html":{"name":"GPKGColumnConstraints","abstract":"

    Column Constraints

    "},"Classes/GPKGConstraint.html":{"name":"GPKGConstraint","abstract":"

    Table or column constraint

    "},"Classes/GPKGConstraintParser.html":{"name":"GPKGConstraintParser","abstract":"

    SQL constraint parser from create table statements

    "},"Classes/GPKGConstraintTypes.html":{"name":"GPKGConstraintTypes","abstract":"

    Undocumented

    "},"Classes/GPKGConstraints.html":{"name":"GPKGConstraints","abstract":"

    User table or column constraints

    "},"Classes/GPKGRawConstraint.html":{"name":"GPKGRawConstraint","abstract":"

    Table raw or unparsed constraint

    "},"Classes/GPKGTableColumn.html":{"name":"GPKGTableColumn","abstract":"

    Table Column from Table Info

    "},"Classes/GPKGTableConstraints.html":{"name":"GPKGTableConstraints","abstract":"

    Table Constraints including column constraint

    "},"Classes/GPKGTableInfo.html":{"name":"GPKGTableInfo","abstract":"

    Table Info queries (table_info)

    "},"Classes/GPKGUniqueConstraint.html":{"name":"GPKGUniqueConstraint","abstract":"

    Table unique constraint for one or more columns

    "},"Classes.html#/c:objc(cs)GPKGDgiwgConstants":{"name":"GPKGDgiwgConstants","abstract":"

    DGIWG (Defence Geospatial Information Working Group) Constants

    "},"Classes/GPKGDgiwgCoordinateReferenceSystems.html":{"name":"GPKGDgiwgCoordinateReferenceSystems","abstract":"

    Coordinate Reference Systems

    "},"Classes/GPKGDgiwgDataTypes.html":{"name":"GPKGDgiwgDataTypes","abstract":"

    Undocumented

    "},"Classes/GPKGDgiwgFile.html":{"name":"GPKGDgiwgFile","abstract":"

    DGIWG (Defence Geospatial Information Working Group) GeoPackage File

    "},"Classes/GPKGDgiwgFileName.html":{"name":"GPKGDgiwgFileName","abstract":"

    DGIWG (Defence Geospatial Information Working Group) GeoPackage File Name

    "},"Classes/GPKGDgiwgGeoPackage.html":{"name":"GPKGDgiwgGeoPackage","abstract":"

    DGIWG (Defence Geospatial Information Working Group) GeoPackage"},"Classes/GPKGDgiwgGeoPackageFactory.html":{"name":"GPKGDgiwgGeoPackageFactory","abstract":"

    DGIWG GeoPackage Factory to get a DGIWG GeoPackage Manager

    "},"Classes/GPKGDgiwgGeoPackageManager.html":{"name":"GPKGDgiwgGeoPackageManager","abstract":"

    DGIWG (Defence Geospatial Information Working Group) GeoPackage Manager used"},"Classes/GPKGDgiwgMetadata.html":{"name":"GPKGDgiwgMetadata","abstract":"

    DGIWG (Defence Geospatial Information Working Group) Metadata utilities

    "},"Classes/GPKGDgiwgRequirements.html":{"name":"GPKGDgiwgRequirements","abstract":"

    Undocumented

    "},"Classes/GPKGDgiwgUtils.html":{"name":"GPKGDgiwgUtils","abstract":"

    DGIWG (Defence Geospatial Information Working Group) GeoPackage utilities

    "},"Classes/GPKGDgiwgValidate.html":{"name":"GPKGDgiwgValidate","abstract":"

    Performs DGIWG (Defence Geospatial Information Working Group) GeoPackage"},"Classes/GPKGDgiwgValidationError.html":{"name":"GPKGDgiwgValidationError","abstract":"

    DGIWG (Defence Geospatial Information Working Group) validation error

    "},"Classes/GPKGDgiwgValidationErrors.html":{"name":"GPKGDgiwgValidationErrors","abstract":"

    DGIWG (Defence Geospatial Information Working Group) validation errors

    "},"Classes/GPKGDgiwgValidationKey.html":{"name":"GPKGDgiwgValidationKey","abstract":"

    DGIWG (Defence Geospatial Information Working Group) validation primary key"},"Classes/GPKGDgiwgWellKnownText.html":{"name":"GPKGDgiwgWellKnownText","abstract":"

    DGIWG (Defence Geospatial Information Working Group) Well-Known Text"},"Classes/GPKGUTMZone.html":{"name":"GPKGUTMZone","abstract":"

    UTM Zone utilities

    "},"Classes/GPKGBaseExtension.html":{"name":"GPKGBaseExtension","abstract":"

    Abstract base GeoPackage extension

    "},"Classes/GPKGCrsWktExtension.html":{"name":"GPKGCrsWktExtension","abstract":"

    OGC Well known text representation of Coordinate Reference Systems extension"},"Classes/GPKGCrsWktExtensionVersions.html":{"name":"GPKGCrsWktExtensionVersions","abstract":"

    OGC Well known text representation of Coordinate Reference Systems extension"},"Classes/GPKGExtensionManagement.html":{"name":"GPKGExtensionManagement","abstract":"

    Extension Management for deleting and copying extensions

    "},"Classes/GPKGExtensionManager.html":{"name":"GPKGExtensionManager","abstract":"

    GeoPackage Extension Manager for deleting and copying extensions

    "},"Classes/GPKGExtensions.html":{"name":"GPKGExtensions","abstract":"

    Indicates that a particular extension applies to a GeoPackage, a table in a"},"Classes/GPKGExtensionsDao.html":{"name":"GPKGExtensionsDao","abstract":"

    Extensions Data Access Object

    "},"Classes/GPKGGeometryExtensions.html":{"name":"GPKGGeometryExtensions","abstract":"

    Geometry Extensions utility methods and constants"},"Classes/GPKGWebPExtension.html":{"name":"GPKGWebPExtension","abstract":"

    WebP Extension"},"Classes/GPKGZoomOtherExtension.html":{"name":"GPKGZoomOtherExtension","abstract":"

    Zoom Other Intervals extension"},"Classes/GPKGCoverageData.html":{"name":"GPKGCoverageData","abstract":"

    Tiled Gridded Coverage Data, Common Encoding, Extension"},"Classes/GPKGCoverageDataAlgorithms.html":{"name":"GPKGCoverageDataAlgorithms","abstract":"

    Undocumented

    "},"Classes/GPKGCoverageDataPng.html":{"name":"GPKGCoverageDataPng","abstract":"

    Tiled Gridded Coverage Data, PNG Encoding, Extension

    "},"Classes/GPKGCoverageDataPngImage.html":{"name":"GPKGCoverageDataPngImage","abstract":"

    Coverage Data PNG image

    "},"Classes/GPKGCoverageDataRequest.html":{"name":"GPKGCoverageDataRequest","abstract":"

    Coverage Data request to retrieve coverage data values for a point or bounding box

    "},"Classes/GPKGCoverageDataResults.html":{"name":"GPKGCoverageDataResults","abstract":"

    Tiled Gridded Coverage Data results containing the coverage values from a"},"Classes/GPKGCoverageDataSourcePixel.html":{"name":"GPKGCoverageDataSourcePixel","abstract":"

    Contains values relevant to a source pixel location when finding a coverage data value

    "},"Classes/GPKGCoverageDataTiff.html":{"name":"GPKGCoverageDataTiff","abstract":"

    Tiled Gridded Coverage Data, TIFF Encoding, Extension

    "},"Classes/GPKGCoverageDataTiffImage.html":{"name":"GPKGCoverageDataTiffImage","abstract":"

    Coverage Data TIFF image

    "},"Classes/GPKGCoverageDataTileMatrixResults.html":{"name":"GPKGCoverageDataTileMatrixResults","abstract":"

    Coverage Data Tile Matrix results including the coverage data tile results"},"Classes/GPKGGriddedCoverage.html":{"name":"GPKGGriddedCoverage","abstract":"

    Gridded Coverage object

    "},"Classes/GPKGGriddedCoverageDao.html":{"name":"GPKGGriddedCoverageDao","abstract":"

    Gridded Coverage Data Access Object

    "},"Classes/GPKGGriddedCoverageDataTypes.html":{"name":"GPKGGriddedCoverageDataTypes","abstract":"

    Undocumented

    "},"Classes/GPKGGriddedCoverageEncodingTypes.html":{"name":"GPKGGriddedCoverageEncodingTypes","abstract":"

    Undocumented

    "},"Classes/GPKGGriddedTile.html":{"name":"GPKGGriddedTile","abstract":"

    Gridded Tile object

    "},"Classes/GPKGGriddedTileDao.html":{"name":"GPKGGriddedTileDao","abstract":"

    Gridded Tile Data Access Object

    "},"Classes/GPKGMetadata.html":{"name":"GPKGMetadata","abstract":"

    Contains metadata in MIME encodings structured in accordance with any"},"Classes/GPKGMetadataDao.html":{"name":"GPKGMetadataDao","abstract":"

    Metadata Data Access Object

    "},"Classes/GPKGMetadataExtension.html":{"name":"GPKGMetadataExtension","abstract":"

    Metadata extension"},"Classes/GPKGMetadataScope.html":{"name":"GPKGMetadataScope","abstract":"

    Metadata Scopes as defined in spec Table 16. Metadata Scopes

    "},"Classes/GPKGMetadataReference.html":{"name":"GPKGMetadataReference","abstract":"

    Links metadata in the gpkg_metadata table to data in the feature, and tiles"},"Classes/GPKGMetadataReferenceDao.html":{"name":"GPKGMetadataReferenceDao","abstract":"

    Metadata Reference Data Access Object

    "},"Classes/GPKGNGAExtensions.html":{"name":"GPKGNGAExtensions","abstract":"

    NGA extensions"},"Classes.html#/c:objc(cs)GPKGNGATableCreator":{"name":"GPKGNGATableCreator","abstract":"

    Executes database scripts to create NGA Extension GeoPackage tables

    "},"Classes/GPKGContentsId.html":{"name":"GPKGContentsId","abstract":"

    Contents Id object, for maintaining a unique identifier for contents tables

    "},"Classes/GPKGContentsIdDao.html":{"name":"GPKGContentsIdDao","abstract":"

    Contents Id Data Access Object

    "},"Classes/GPKGContentsIdExtension.html":{"name":"GPKGContentsIdExtension","abstract":"

    This extension assigns a unique integer identifier to tables defined in the"},"Classes/GPKGContentsIdTableCreator.html":{"name":"GPKGContentsIdTableCreator","abstract":"

    Contents Id Extension Table Creator

    "},"Classes/GPKGFeatureTableIndex.html":{"name":"GPKGFeatureTableIndex","abstract":"

    Feature Table Index NGA Extension implementation. This extension is used to"},"Classes/GPKGGeometryIndex.html":{"name":"GPKGGeometryIndex","abstract":"

    Geometry Index object, for indexing geometries within user feature tables

    "},"Classes/GPKGGeometryIndexDao.html":{"name":"GPKGGeometryIndexDao","abstract":"

    Geometry Index Data Access Object

    "},"Classes/GPKGGeometryIndexTableCreator.html":{"name":"GPKGGeometryIndexTableCreator","abstract":"

    Geometry Index Extension Table Creator

    "},"Classes/GPKGTableIndex.html":{"name":"GPKGTableIndex","abstract":"

    Table Index object, for indexing data within user tables

    "},"Classes/GPKGTableIndexDao.html":{"name":"GPKGTableIndexDao","abstract":"

    Table Index Data Access Object

    "},"Classes/GPKGFeatureTileLink.html":{"name":"GPKGFeatureTileLink","abstract":"

    Feature Tile Link object, for linking a feature and tile table together

    "},"Classes/GPKGFeatureTileLinkDao.html":{"name":"GPKGFeatureTileLinkDao","abstract":"

    Feature Tile Link Data Access Object

    "},"Classes/GPKGFeatureTileLinkTableCreator.html":{"name":"GPKGFeatureTileLinkTableCreator","abstract":"

    Feature Tile Link Extension Table Creator

    "},"Classes/GPKGFeatureTileTableLinker.html":{"name":"GPKGFeatureTileTableLinker","abstract":"

    Feature Tile Table linker, used to link feature and tile tables"},"Classes/GPKGPropertiesExtension.html":{"name":"GPKGPropertiesExtension","abstract":"

    GeoPackage properties extension for defining GeoPackage specific"},"Classes/GPKGPropertiesManager.html":{"name":"GPKGPropertiesManager","abstract":"

    Undocumented

    "},"Classes.html#/c:objc(cs)GPKGPropertyNames":{"name":"GPKGPropertyNames","abstract":"

    Undocumented

    "},"Classes/GPKGTileScaling.html":{"name":"GPKGTileScaling","abstract":"

    Tile Scaling object, for scaling tiles from nearby zoom levels for missing"},"Classes/GPKGTileScalingDao.html":{"name":"GPKGTileScalingDao","abstract":"

    Tile Scaling Data Access Object

    "},"Classes/GPKGTileScalingTableCreator.html":{"name":"GPKGTileScalingTableCreator","abstract":"

    Tile Scaling Extension Table Creator

    "},"Classes/GPKGTileScalingTypes.html":{"name":"GPKGTileScalingTypes","abstract":"

    Undocumented

    "},"Classes/GPKGTileTableScaling.html":{"name":"GPKGTileTableScaling","abstract":"

    Abstract Tile Table Scaling, for scaling tiles from nearby zoom levels for"},"Classes/GPKGFeatureStyle.html":{"name":"GPKGFeatureStyle","abstract":"

    Feature Style, including a style and icon, for a single feature geometry

    "},"Classes/GPKGFeatureStyleExtension.html":{"name":"GPKGFeatureStyleExtension","abstract":"

    Feature Style extension"},"Classes/GPKGFeatureStyles.html":{"name":"GPKGFeatureStyles","abstract":"

    Feature Styles, including styles and icons, for a single feature geometry or"},"Classes/GPKGFeatureTableStyles.html":{"name":"GPKGFeatureTableStyles","abstract":"

    Feature Table Styles, styles and icons for an individual feature table

    "},"Classes/GPKGIconCache.html":{"name":"GPKGIconCache","abstract":"

    Icon Cache of icon images

    "},"Classes/GPKGIconDao.html":{"name":"GPKGIconDao","abstract":"

    Icon DAO for reading icon tables

    "},"Classes/GPKGIconRow.html":{"name":"GPKGIconRow","abstract":"

    Icon Row containing the values from a single result set row

    "},"Classes/GPKGIconTable.html":{"name":"GPKGIconTable","abstract":"

    Icon Table

    "},"Classes/GPKGIcons.html":{"name":"GPKGIcons","abstract":"

    Icons for a single feature geometry or feature table default

    "},"Classes/GPKGStyleDao.html":{"name":"GPKGStyleDao","abstract":"

    Style DAO for reading style tables

    "},"Classes/GPKGStyleMappingDao.html":{"name":"GPKGStyleMappingDao","abstract":"

    Style Mapping DAO for reading style mapping data tables

    "},"Classes/GPKGStyleMappingRow.html":{"name":"GPKGStyleMappingRow","abstract":"

    Style Mapping Row containing the values from a single result set row

    "},"Classes/GPKGStyleMappingTable.html":{"name":"GPKGStyleMappingTable","abstract":"

    Feature Style mapping table

    "},"Classes/GPKGStyleRow.html":{"name":"GPKGStyleRow","abstract":"

    Style Row containing the values from a single result set row

    "},"Classes/GPKGStyleTable.html":{"name":"GPKGStyleTable","abstract":"

    Style Table

    "},"Classes/GPKGStyles.html":{"name":"GPKGStyles","abstract":"

    Styles for a single feature geometry or feature table default

    "},"Classes/GPKGExtendedRelation.html":{"name":"GPKGExtendedRelation","abstract":"

    Describes the relationships between a base table, a related data table, and a mapping table

    "},"Classes/GPKGExtendedRelationsDao.html":{"name":"GPKGExtendedRelationsDao","abstract":"

    Extended Relations Data Access Object

    "},"Classes/GPKGRelatedTablesExtension.html":{"name":"GPKGRelatedTablesExtension","abstract":"

    Related Tables extension"},"Classes/GPKGRelationTypes.html":{"name":"GPKGRelationTypes","abstract":"

    Undocumented

    "},"Classes/GPKGUserMappingDao.html":{"name":"GPKGUserMappingDao","abstract":"

    User Mapping DAO for reading user mapping data tables

    "},"Classes/GPKGUserMappingRow.html":{"name":"GPKGUserMappingRow","abstract":"

    User Mapping Row containing the values from a single result set row

    "},"Classes/GPKGUserMappingTable.html":{"name":"GPKGUserMappingTable","abstract":"

    Contains user mapping table factory and utility methods

    "},"Classes/GPKGUserRelatedTable.html":{"name":"GPKGUserRelatedTable","abstract":"

    User Defined Related Table

    "},"Classes/GPKGDublinCoreMetadata.html":{"name":"GPKGDublinCoreMetadata","abstract":"

    Dublin Core Metadata Initiative

    "},"Classes/GPKGDublinCoreTypes.html":{"name":"GPKGDublinCoreTypes","abstract":"

    Undocumented

    "},"Classes/GPKGMediaDao.html":{"name":"GPKGMediaDao","abstract":"

    User Media DAO for reading user media data tables

    "},"Classes/GPKGMediaRow.html":{"name":"GPKGMediaRow","abstract":"

    User Media Row containing the values from a single result set row

    "},"Classes/GPKGMediaTable.html":{"name":"GPKGMediaTable","abstract":"

    Media Requirements Class User-Defined Related Data Table

    "},"Classes/GPKGMediaTableMetadata.html":{"name":"GPKGMediaTableMetadata","abstract":"

    Media Table Metadata for defining table creation information

    "},"Classes/GPKGSimpleAttributesDao.html":{"name":"GPKGSimpleAttributesDao","abstract":"

    User Simple Attributes DAO for reading user simple attributes data tables

    "},"Classes/GPKGSimpleAttributesRow.html":{"name":"GPKGSimpleAttributesRow","abstract":"

    User Simple Attributes Row containing the values from a single result set row

    "},"Classes/GPKGSimpleAttributesTable.html":{"name":"GPKGSimpleAttributesTable","abstract":"

    Simple Attributes Requirements Class User-Defined Related Data Table

    "},"Classes/GPKGSimpleAttributesTableMetadata.html":{"name":"GPKGSimpleAttributesTableMetadata","abstract":"

    Simple Attributes Table Metadata for defining table creation information

    "},"Classes/GPKGFeatureIndexRTreeResults.html":{"name":"GPKGFeatureIndexRTreeResults","abstract":"

    Iterable Feature Index Results to iterate on feature rows retrieved from"},"Classes/GPKGRTreeIndexExtension.html":{"name":"GPKGRTreeIndexExtension","abstract":"

    RTree Index Extension"},"Classes/GPKGRTreeIndexTableDao.html":{"name":"GPKGRTreeIndexTableDao","abstract":"

    Undocumented

    "},"Classes/GPKGRTreeIndexTableRow.html":{"name":"GPKGRTreeIndexTableRow","abstract":"

    Undocumented

    "},"Classes/GPKGSchemaExtension.html":{"name":"GPKGSchemaExtension","abstract":"

    Schema extension"},"Classes/GPKGDataColumns.html":{"name":"GPKGDataColumns","abstract":"

    Stores minimal application schema identifying, descriptive and MIME type"},"Classes/GPKGDataColumnsDao.html":{"name":"GPKGDataColumnsDao","abstract":"

    Data Columns Data Access Object

    "},"Classes/GPKGDataColumnConstraints.html":{"name":"GPKGDataColumnConstraints","abstract":"

    Contains data to specify restrictions on basic data type column values

    "},"Classes/GPKGDataColumnConstraintsDao.html":{"name":"GPKGDataColumnConstraintsDao","abstract":"

    Data Column Constraints Data Access Object

    "},"Classes/GPKGFeatureGenerator.html":{"name":"GPKGFeatureGenerator","abstract":"

    Feature Generator

    "},"Classes/GPKGOAPIFeatureGenerator.html":{"name":"GPKGOAPIFeatureGenerator","abstract":"

    OGC API Features Generator

    "},"Classes/GPKGGeometryColumns.html":{"name":"GPKGGeometryColumns","abstract":"

    Geometry Columns object. Identifies the geometry columns in tables that"},"Classes/GPKGGeometryColumnsDao.html":{"name":"GPKGGeometryColumnsDao","abstract":"

    Geometry Columns Data Access Object

    "},"Classes/GPKGFeatureIndexFeatureResults.html":{"name":"GPKGFeatureIndexFeatureResults","abstract":"

    Iterable Feature Index Results to iterate on feature results from a feature"},"Classes/GPKGFeatureIndexGeoPackageResults.html":{"name":"GPKGFeatureIndexGeoPackageResults","abstract":"

    Feature Index Results to enumerate on feature rows"},"Classes/GPKGFeatureIndexListResults.html":{"name":"GPKGFeatureIndexListResults","abstract":"

    Feature Index Results Feature Row list implementation

    "},"Classes/GPKGFeatureIndexLocation.html":{"name":"GPKGFeatureIndexLocation","abstract":"

    Feature Index Location to iterate over indexed feature index types

    "},"Classes/GPKGFeatureIndexManager.html":{"name":"GPKGFeatureIndexManager","abstract":"

    Feature Index Manager to manage indexing of feature geometries in both Android metadata and"},"Classes/GPKGFeatureIndexMetadataResults.html":{"name":"GPKGFeatureIndexMetadataResults","abstract":"

    Feature Index Results to enumerate on feature rows"},"Classes/GPKGFeatureIndexResultSetResults.html":{"name":"GPKGFeatureIndexResultSetResults","abstract":"

    Feature Index Results Result Set implementation

    "},"Classes/GPKGFeatureIndexResults.html":{"name":"GPKGFeatureIndexResults","abstract":"

    Feature Index Results fast enumeration to iterate on feature rows in a for loop

    "},"Classes/GPKGFeatureIndexTypes.html":{"name":"GPKGFeatureIndexTypes","abstract":"

    Undocumented

    "},"Classes/GPKGMultipleFeatureIndexResults.html":{"name":"GPKGMultipleFeatureIndexResults","abstract":"

    Iterable Feature Index Results to iterate on feature rows from a combination of multiple"},"Classes/GPKGFeatureCache.html":{"name":"GPKGFeatureCache","abstract":"

    Feature Row Cache for a single feature table

    "},"Classes/GPKGFeatureCacheTables.html":{"name":"GPKGFeatureCacheTables","abstract":"

    Feature Row Cache for multiple feature tables in a single GeoPackage

    "},"Classes/GPKGFeatureColumn.html":{"name":"GPKGFeatureColumn","abstract":"

    Feature column

    "},"Classes/GPKGFeatureColumns.html":{"name":"GPKGFeatureColumns","abstract":"

    Collection of feature columns

    "},"Classes/GPKGFeatureDao.html":{"name":"GPKGFeatureDao","abstract":"

    Feature DAO for reading feature user data tables

    "},"Classes/GPKGFeatureRow.html":{"name":"GPKGFeatureRow","abstract":"

    Feature Row containing the values from a single result set row

    "},"Classes/GPKGFeatureTable.html":{"name":"GPKGFeatureTable","abstract":"

    Represents a user feature table

    "},"Classes/GPKGFeatureTableMetadata.html":{"name":"GPKGFeatureTableMetadata","abstract":"

    Feature Table Metadata for defining table creation information

    "},"Classes/GPKGFeatureTableReader.html":{"name":"GPKGFeatureTableReader","abstract":"

    Reads the metadata from an existing feature table

    "},"Classes/GPKGManualFeatureQuery.html":{"name":"GPKGManualFeatureQuery","abstract":"

    Performs manual brute force queries against feature rows"},"Classes/GPKGManualFeatureQueryResults.html":{"name":"GPKGManualFeatureQueryResults","abstract":"

    Manual Feature Query Results which includes the ids used to read each row

    "},"Classes/GPKGGeometryCrop.html":{"name":"GPKGGeometryCrop","abstract":"

    Geometry Crop utilities

    "},"Classes/GPKGGeometryData.html":{"name":"GPKGGeometryData","abstract":"

    GeoPackage Geometry Data

    "},"Classes/GPKGGeometryUtils.html":{"name":"GPKGGeometryUtils","abstract":"

    Geometry Utilities

    "},"Classes/GPKGFeatureShape.html":{"name":"GPKGFeatureShape","abstract":"

    Undocumented

    "},"Classes/GPKGFeatureShapes.html":{"name":"GPKGFeatureShapes","abstract":"

    Mantains a collection of feature map shapes by database, table name, and feature id

    "},"Classes/GPKGLocationBoundingBox.html":{"name":"GPKGLocationBoundingBox","abstract":"

    Location Bounding Box, contains left, up, right, and down coordinates

    "},"Classes/GPKGMapPoint.html":{"name":"GPKGMapPoint","abstract":"

    Map point annotation

    "},"Classes/GPKGMapPointOptions.html":{"name":"GPKGMapPointOptions","abstract":"

    Map Point options including style and atributes

    "},"Classes/GPKGMapShape.html":{"name":"GPKGMapShape","abstract":"

    Map shape object

    "},"Classes/GPKGMapShapeConverter.html":{"name":"GPKGMapShapeConverter","abstract":"

    Provides conversion methods between Well-Known Binary geometry objects and Map shapes. Includes adding shapes to map view functionality.

    "},"Classes/GPKGMapShapePoints.html":{"name":"GPKGMapShapePoints","abstract":"

    Map Shape with map points and corresponding shape point objects

    "},"Classes/GPKGMapShapeTypes.html":{"name":"GPKGMapShapeTypes","abstract":"

    Undocumented

    "},"Classes/GPKGMultiPoint.html":{"name":"GPKGMultiPoint","abstract":"

    Multi point shape

    "},"Classes/GPKGMultiPolygon.html":{"name":"GPKGMultiPolygon","abstract":"

    Multi polygon shape

    "},"Classes/GPKGMultiPolygonPoints.html":{"name":"GPKGMultiPolygonPoints","abstract":"

    Multiple Polygon Points shape

    "},"Classes/GPKGMultiPolyline.html":{"name":"GPKGMultiPolyline","abstract":"

    Multi polyline shape

    "},"Classes/GPKGMultiPolylinePoints.html":{"name":"GPKGMultiPolylinePoints","abstract":"

    Multiple Polyline Points shape

    "},"Classes/GPKGPolygon.html":{"name":"GPKGPolygon","abstract":"

    MapKit Polygon with Style Options

    "},"Classes/GPKGPolygonHolePoints.html":{"name":"GPKGPolygonHolePoints","abstract":"

    Polygon hole points shape

    "},"Classes/GPKGPolygonOptions.html":{"name":"GPKGPolygonOptions","abstract":"

    Polygon Style Options

    "},"Classes.html#/c:objc(cs)GPKGPolygonOrientations":{"name":"GPKGPolygonOrientations","abstract":"

    Undocumented

    "},"Classes/GPKGPolygonPoints.html":{"name":"GPKGPolygonPoints","abstract":"

    Polygon points shape

    "},"Classes/GPKGPolyline.html":{"name":"GPKGPolyline","abstract":"

    MapKit Polyline with Style Options

    "},"Classes/GPKGPolylineOptions.html":{"name":"GPKGPolylineOptions","abstract":"

    Polyline Style Options

    "},"Classes/GPKGPolylinePoints.html":{"name":"GPKGPolylinePoints","abstract":"

    Polyline points shape

    "},"Classes/GPKGCompressFormats.html":{"name":"GPKGCompressFormats","abstract":"

    Undocumented

    "},"Classes/GPKGIOUtils.html":{"name":"GPKGIOUtils","abstract":"

    Undocumented

    "},"Classes/GPKGImageConverter.html":{"name":"GPKGImageConverter","abstract":"

    Conversions between images and image byte data

    "},"Classes/GPKGNetworkUtils.html":{"name":"GPKGNetworkUtils","abstract":"

    Network Utilities

    "},"Classes/GPKGMapTolerance.html":{"name":"GPKGMapTolerance","abstract":"

    Map tolerance values distance and screen distances

    "},"Classes/GPKGMapUtils.html":{"name":"GPKGMapUtils","abstract":"

    Map utility methods

    "},"Classes/GPKGFeatureInfoBuilder.html":{"name":"GPKGFeatureInfoBuilder","abstract":"

    Undocumented

    "},"Classes/GPKGStyleCache.html":{"name":"GPKGStyleCache","abstract":"

    Style utilities for populating points and shapes. Caches icons for a single GeoPackage

    "},"Classes/GPKGStyleUtils.html":{"name":"GPKGStyleUtils","abstract":"

    Style utilities for populating points and shapes

    "},"Classes/GPKGProperties.html":{"name":"GPKGProperties","abstract":"

    GeoPackage property loader

    "},"Classes.html#/c:objc(cs)GPKGPropertyConstants":{"name":"GPKGPropertyConstants","abstract":"

    Undocumented

    "},"Classes/GPKGSpatialReferenceSystem.html":{"name":"GPKGSpatialReferenceSystem","abstract":"

    Spatial Reference System object. The coordinate reference system definitions"},"Classes/GPKGSpatialReferenceSystemDao.html":{"name":"GPKGSpatialReferenceSystemDao","abstract":"

    Spatial Reference System Data Access Object

    "},"Classes/GPKGPixelBounds.html":{"name":"GPKGPixelBounds","abstract":"

    Expanded pixel bounds from a point or location. Stored in directional left,"},"Classes/GPKGTileBoundingBoxUtils.html":{"name":"GPKGTileBoundingBoxUtils","abstract":"

    Tile Bounding Box utility methods

    "},"Classes/GPKGTileGenerator.html":{"name":"GPKGTileGenerator","abstract":"

    Creates a set of tiles within a GeoPackage

    "},"Classes/GPKGTileGrid.html":{"name":"GPKGTileGrid","abstract":"

    Tile grid with x and y ranges

    "},"Classes/GPKGTileUtils.html":{"name":"GPKGTileUtils","abstract":"

    Tile utilities and constants

    "},"Classes/GPKGUrlTileGenerator.html":{"name":"GPKGUrlTileGenerator","abstract":"

    Creates a set of tiles within a GeoPackage by downloading the tiles from a URL

    "},"Classes/GPKGFeaturePreview.html":{"name":"GPKGFeaturePreview","abstract":"

    Undocumented

    "},"Classes/GPKGFeatureTileContext.html":{"name":"GPKGFeatureTileContext","abstract":"

    Feature Tile Context for creating layered tiles to draw ordered features."},"Classes/GPKGFeatureTileGenerator.html":{"name":"GPKGFeatureTileGenerator","abstract":"

    Creates a set of tiles within a GeoPackage by generating tiles from features

    "},"Classes/GPKGFeatureTilePointIcon.html":{"name":"GPKGFeatureTilePointIcon","abstract":"

    Point icon in place of a drawn circle

    "},"Classes/GPKGFeatureTiles.html":{"name":"GPKGFeatureTiles","abstract":"

    Tiles drawn from or linked to features. Used to query features and optionally draw tiles"},"Classes/GPKGNumberFeaturesTile.html":{"name":"GPKGNumberFeaturesTile","abstract":"

    Draws a tile indicating the number of features that exist within the tile, visible when zoomed"},"Classes/GPKGTileMatrix.html":{"name":"GPKGTileMatrix","abstract":"

    Tile Matrix object. Documents the structure of the tile matrix at each zoom"},"Classes/GPKGTileMatrixDao.html":{"name":"GPKGTileMatrixDao","abstract":"

    Tile Matrix Data Access Object

    "},"Classes/GPKGTileMatrixSet.html":{"name":"GPKGTileMatrixSet","abstract":"

    Tile Matrix Set object. Defines the minimum bounding box (min_x, min_y,"},"Classes/GPKGTileMatrixSetDao.html":{"name":"GPKGTileMatrixSetDao","abstract":"

    Tile Matrix Set Data Access Object

    "},"Classes/GPKGBoundedOverlay.html":{"name":"GPKGBoundedOverlay","abstract":"

    Abstract overlay which provides bounding returned tiles by zoom levels and/or a bounding box

    "},"Classes/GPKGCompositeOverlay.html":{"name":"GPKGCompositeOverlay","abstract":"

    Composite overlay comprised of multiple overlays, checking each in order for a tile

    "},"Classes/GPKGFeatureOverlay.html":{"name":"GPKGFeatureOverlay","abstract":"

    Feature Tile Overlay which draws tiles from a feature table

    "},"Classes/GPKGFeatureOverlayQuery.html":{"name":"GPKGFeatureOverlayQuery","abstract":"

    Used to query the features represented by tiles, either being drawn from or linked to the features

    "},"Classes/GPKGFeatureRowData.html":{"name":"GPKGFeatureRowData","abstract":"

    Represents the values of a single feature row

    "},"Classes/GPKGFeatureTableData.html":{"name":"GPKGFeatureTableData","abstract":"

    Represents a collection of rows from a feature table

    "},"Classes/GPKGGeoPackageOverlay.html":{"name":"GPKGGeoPackageOverlay","abstract":"

    GeoPackage Tile Overlay

    "},"Classes/GPKGOverlayFactory.html":{"name":"GPKGOverlayFactory","abstract":"

    Get a tile provider for the Tile DAO

    "},"Classes/GPKGXYZOverlay.html":{"name":"GPKGXYZOverlay","abstract":"

    XYZ Overlay, assumes XYZ tiles

    "},"Classes/GPKGPlatteCarreOptimize.html":{"name":"GPKGPlatteCarreOptimize","abstract":"

    Platte Carre (WGS84) XYZ tiling optimizations

    "},"Classes/GPKGTileReprojection.html":{"name":"GPKGTileReprojection","abstract":"

    Tile Reprojection for reprojecting an existing tile table

    "},"Classes/GPKGTileReprojectionOptimize.html":{"name":"GPKGTileReprojectionOptimize","abstract":"

    Tile Reprojection Optimizations

    "},"Classes/GPKGTileReprojectionZoom.html":{"name":"GPKGTileReprojectionZoom","abstract":"

    Optional Tile Reprojection configuration for a zoom level

    "},"Classes/GPKGWebMercatorOptimize.html":{"name":"GPKGWebMercatorOptimize","abstract":"

    Web Mercator XYZ tiling optimizations

    "},"Classes/GPKGGeoPackageTile.html":{"name":"GPKGGeoPackageTile","abstract":"

    GeoPackage tile wrapper containing tile dimensions and raw image data

    "},"Classes/GPKGGeoPackageTileRetriever.html":{"name":"GPKGGeoPackageTileRetriever","abstract":"

    GeoPackage Tile Retriever, retrieves a tile from a GeoPackage from XYZ coordinates

    "},"Classes/GPKGTileCreator.html":{"name":"GPKGTileCreator","abstract":"

    Undocumented

    "},"Classes/GPKGXYZTileRetriever.html":{"name":"GPKGXYZTileRetriever","abstract":"

    XYZ Tile Retriever, assumes XYZ tiles

    "},"Classes/GPKGTileColumn.html":{"name":"GPKGTileColumn","abstract":"

    Tile column

    "},"Classes/GPKGTileColumns.html":{"name":"GPKGTileColumns","abstract":"

    Collection of tile columns

    "},"Classes/GPKGTileDao.html":{"name":"GPKGTileDao","abstract":"

    Tile DAO for reading tile user tables

    "},"Classes/GPKGTileDaoUtils.html":{"name":"GPKGTileDaoUtils","abstract":"

    Tile Data Access Object utilities

    "},"Classes/GPKGTileRow.html":{"name":"GPKGTileRow","abstract":"

    Tile Row containing the values from a single results row

    "},"Classes/GPKGTileTable.html":{"name":"GPKGTileTable","abstract":"

    Represents a user tile table

    "},"Classes/GPKGTileTableMetadata.html":{"name":"GPKGTileTableMetadata","abstract":"

    Tile Table Metadata for defining table creation information

    "},"Classes/GPKGTileTableReader.html":{"name":"GPKGTileTableReader","abstract":"

    Reads the metadata from an existing tile table

    "},"Classes/GPKGContentValues.html":{"name":"GPKGContentValues","abstract":"

    Content Values mapping between columns and values

    "},"Classes/GPKGRowPaginatedResults.html":{"name":"GPKGRowPaginatedResults","abstract":"

    Paginated Row Results for iterating and querying through chunks

    "},"Classes/GPKGRowResultSet.html":{"name":"GPKGRowResultSet","abstract":"

    User Row wrapped Result set

    "},"Classes/GPKGUserColumn.html":{"name":"GPKGUserColumn","abstract":"

    Metadata about a single column from a user table

    "},"Classes/GPKGUserColumns.html":{"name":"GPKGUserColumns","abstract":"

    Abstract collection of columns from a user table, representing a full set of"},"Classes/GPKGUserDao.html":{"name":"GPKGUserDao","abstract":"

    Abstract User DAO for reading user tables

    "},"Classes/GPKGUserRow.html":{"name":"GPKGUserRow","abstract":"

    User Row containing the values from a single result row

    "},"Classes/GPKGUserRowSync.html":{"name":"GPKGUserRowSync","abstract":"

    User Row Sync to support sharing a single user row read copy when multiple"},"Classes/GPKGUserTable.html":{"name":"GPKGUserTable","abstract":"

    Abstract user table

    "},"Classes/GPKGUserTableMetadata.html":{"name":"GPKGUserTableMetadata","abstract":"

    User Table Metadata for defining table creation information

    "},"Classes/GPKGUserTableReader.html":{"name":"GPKGUserTableReader","abstract":"

    Reads the metadata from an existing user table

    "},"Classes/GPKGUserCustomColumn.html":{"name":"GPKGUserCustomColumn","abstract":"

    User Custom column

    "},"Classes/GPKGUserCustomColumns.html":{"name":"GPKGUserCustomColumns","abstract":"

    Collection of user custom columns

    "},"Classes/GPKGUserCustomDao.html":{"name":"GPKGUserCustomDao","abstract":"

    User Custom DAO for reading user custom data tables

    "},"Classes/GPKGUserCustomRow.html":{"name":"GPKGUserCustomRow","abstract":"

    User Custom Row containing the values from a single results row

    "},"Classes/GPKGUserCustomTable.html":{"name":"GPKGUserCustomTable","abstract":"

    Represents a user custom table

    "},"Classes/GPKGUserCustomTableReader.html":{"name":"GPKGUserCustomTableReader","abstract":"

    Reads the metadata from an existing user custom table

    "},"Classes/GPKGGeoPackageValidate.html":{"name":"GPKGGeoPackageValidate","abstract":"

    Performs GeoPackage validations

    "},"Classes.html":{"name":"Classes","abstract":"

    The following classes are available globally.

    "},"Constants.html":{"name":"Constants","abstract":"

    The following constants are available globally.

    "},"Enums.html":{"name":"Enumerations","abstract":"

    The following enumerations are available globally.

    "},"Protocols.html":{"name":"Protocols","abstract":"

    The following protocols are available globally.

    "},"Type%20Definitions.html":{"name":"Type Definitions","abstract":"

    The following type definitions are available globally.

    "},"Functions.html":{"name":"Functions","abstract":"

    The following functions are available globally.

    "},"Structs.html":{"name":"Structures","abstract":"

    The following structures are available globally.

    "}} \ No newline at end of file +{"Structs/GPKGBoundingBoxSize.html#/c:@S@GPKGBoundingBoxSize@FI@width":{"name":"width","abstract":"

    Undocumented

    ","parent_name":"GPKGBoundingBoxSize"},"Structs/GPKGBoundingBoxSize.html#/c:@S@GPKGBoundingBoxSize@FI@height":{"name":"height","abstract":"

    Undocumented

    ","parent_name":"GPKGBoundingBoxSize"},"Structs/PW_COEF.html#/c:@S@PW_COEF@FI@m":{"name":"m","abstract":"

    Undocumented

    ","parent_name":"PW_COEF"},"Structs/PW_COEF.html#/c:@S@PW_COEF@FI@c":{"name":"c","abstract":"

    Undocumented

    ","parent_name":"PW_COEF"},"Structs/_PJ_GridCatalog.html#/c:@S@_PJ_GridCatalog@FI@catalog_name":{"name":"catalog_name","abstract":"

    Undocumented

    ","parent_name":"_PJ_GridCatalog"},"Structs/_PJ_GridCatalog.html#/c:@S@_PJ_GridCatalog@FI@region":{"name":"region","abstract":"

    Undocumented

    ","parent_name":"_PJ_GridCatalog"},"Structs/_PJ_GridCatalog.html#/c:@S@_PJ_GridCatalog@FI@entry_count":{"name":"entry_count","abstract":"

    Undocumented

    ","parent_name":"_PJ_GridCatalog"},"Structs/_PJ_GridCatalog.html#/c:@S@_PJ_GridCatalog@FI@entries":{"name":"entries","abstract":"

    Undocumented

    ","parent_name":"_PJ_GridCatalog"},"Structs/_PJ_GridCatalog.html#/c:@S@_PJ_GridCatalog@FI@next":{"name":"next","abstract":"

    Undocumented

    ","parent_name":"_PJ_GridCatalog"},"Structs/_pj_gi.html#/c:@S@_pj_gi@FI@gridname":{"name":"gridname","abstract":"

    Undocumented

    ","parent_name":"_pj_gi"},"Structs/_pj_gi.html#/c:@S@_pj_gi@FI@filename":{"name":"filename","abstract":"

    Undocumented

    ","parent_name":"_pj_gi"},"Structs/_pj_gi.html#/c:@S@_pj_gi@FI@format":{"name":"format","abstract":"

    Undocumented

    ","parent_name":"_pj_gi"},"Structs/_pj_gi.html#/c:@S@_pj_gi@FI@grid_offset":{"name":"grid_offset","abstract":"

    Undocumented

    ","parent_name":"_pj_gi"},"Structs/_pj_gi.html#/c:@S@_pj_gi@FI@must_swap":{"name":"must_swap","abstract":"

    Undocumented

    ","parent_name":"_pj_gi"},"Structs/_pj_gi.html#/c:@S@_pj_gi@FI@ct":{"name":"ct","abstract":"

    Undocumented

    ","parent_name":"_pj_gi"},"Structs/_pj_gi.html#/c:@S@_pj_gi@FI@next":{"name":"next","abstract":"

    Undocumented

    ","parent_name":"_pj_gi"},"Structs/_pj_gi.html#/c:@S@_pj_gi@FI@child":{"name":"child","abstract":"

    Undocumented

    ","parent_name":"_pj_gi"},"Structs/CTABLE.html#/c:@S@CTABLE@FI@id":{"name":"id","abstract":"

    Undocumented

    ","parent_name":"CTABLE"},"Structs/CTABLE.html#/c:@S@CTABLE@FI@ll":{"name":"ll","abstract":"

    Undocumented

    ","parent_name":"CTABLE"},"Structs/CTABLE.html#/c:@S@CTABLE@FI@del":{"name":"del","abstract":"

    Undocumented

    ","parent_name":"CTABLE"},"Structs/CTABLE.html#/c:@S@CTABLE@FI@lim":{"name":"lim","abstract":"

    Undocumented

    ","parent_name":"CTABLE"},"Structs/CTABLE.html#/c:@S@CTABLE@FI@cvs":{"name":"cvs","abstract":"

    Undocumented

    ","parent_name":"CTABLE"},"Structs/ARG_list.html#/c:@S@ARG_list@FI@next":{"name":"next","abstract":"

    Undocumented

    ","parent_name":"ARG_list"},"Structs/ARG_list.html#/c:@S@ARG_list@FI@used":{"name":"used","abstract":"

    Undocumented

    ","parent_name":"ARG_list"},"Structs/ARG_list.html#/c:@S@ARG_list@FI@param":{"name":"param","abstract":"

    Undocumented

    ","parent_name":"ARG_list"},"Structs/FACTORS.html#/c:@S@FACTORS@FI@der":{"name":"der","abstract":"

    Undocumented

    ","parent_name":"FACTORS"},"Structs/FACTORS.html#/c:@S@FACTORS@FI@h":{"name":"h","abstract":"

    Undocumented

    ","parent_name":"FACTORS"},"Structs/FACTORS.html#/c:@S@FACTORS@FI@k":{"name":"k","abstract":"

    Undocumented

    ","parent_name":"FACTORS"},"Structs/FACTORS.html#/c:@S@FACTORS@FI@omega":{"name":"omega","abstract":"

    Undocumented

    ","parent_name":"FACTORS"},"Structs/FACTORS.html#/c:@S@FACTORS@FI@thetap":{"name":"thetap","abstract":"

    Undocumented

    ","parent_name":"FACTORS"},"Structs/FACTORS.html#/c:@S@FACTORS@FI@conv":{"name":"conv","abstract":"

    Undocumented

    ","parent_name":"FACTORS"},"Structs/FACTORS.html#/c:@S@FACTORS@FI@s":{"name":"s","abstract":"

    Undocumented

    ","parent_name":"FACTORS"},"Structs/FACTORS.html#/c:@S@FACTORS@FI@a":{"name":"a","abstract":"

    Undocumented

    ","parent_name":"FACTORS"},"Structs/FACTORS.html#/c:@S@FACTORS@FI@b":{"name":"b","abstract":"

    Undocumented

    ","parent_name":"FACTORS"},"Structs/FACTORS.html#/c:@S@FACTORS@FI@code":{"name":"code","abstract":"

    Undocumented

    ","parent_name":"FACTORS"},"Structs/DERIVS.html#/c:@S@DERIVS@FI@x_l":{"name":"x_l","abstract":"

    Undocumented

    ","parent_name":"DERIVS"},"Structs/DERIVS.html#/c:@S@DERIVS@FI@x_p":{"name":"x_p","abstract":"

    Undocumented

    ","parent_name":"DERIVS"},"Structs/DERIVS.html#/c:@S@DERIVS@FI@y_l":{"name":"y_l","abstract":"

    Undocumented

    ","parent_name":"DERIVS"},"Structs/DERIVS.html#/c:@S@DERIVS@FI@y_p":{"name":"y_p","abstract":"

    Undocumented

    ","parent_name":"DERIVS"},"Structs/PJ_PRIME_MERIDIANS.html#/c:@S@PJ_PRIME_MERIDIANS@FI@id":{"name":"id","abstract":"

    Undocumented

    ","parent_name":"PJ_PRIME_MERIDIANS"},"Structs/PJ_PRIME_MERIDIANS.html#/c:@S@PJ_PRIME_MERIDIANS@FI@defn":{"name":"defn","abstract":"

    Undocumented

    ","parent_name":"PJ_PRIME_MERIDIANS"},"Structs/PJ_DATUMS.html#/c:@S@PJ_DATUMS@FI@id":{"name":"id","abstract":"

    Undocumented

    ","parent_name":"PJ_DATUMS"},"Structs/PJ_DATUMS.html#/c:@S@PJ_DATUMS@FI@defn":{"name":"defn","abstract":"

    Undocumented

    ","parent_name":"PJ_DATUMS"},"Structs/PJ_DATUMS.html#/c:@S@PJ_DATUMS@FI@ellipse_id":{"name":"ellipse_id","abstract":"

    Undocumented

    ","parent_name":"PJ_DATUMS"},"Structs/PJ_DATUMS.html#/c:@S@PJ_DATUMS@FI@comments":{"name":"comments","abstract":"

    Undocumented

    ","parent_name":"PJ_DATUMS"},"Structs/PJ_UNITS.html#/c:@S@PJ_UNITS@FI@id":{"name":"id","abstract":"

    Undocumented

    ","parent_name":"PJ_UNITS"},"Structs/PJ_UNITS.html#/c:@S@PJ_UNITS@FI@to_meter":{"name":"to_meter","abstract":"

    Undocumented

    ","parent_name":"PJ_UNITS"},"Structs/PJ_UNITS.html#/c:@S@PJ_UNITS@FI@name":{"name":"name","abstract":"

    Undocumented

    ","parent_name":"PJ_UNITS"},"Structs/PJ_ELLPS.html#/c:@S@PJ_ELLPS@FI@id":{"name":"id","abstract":"

    Undocumented

    ","parent_name":"PJ_ELLPS"},"Structs/PJ_ELLPS.html#/c:@S@PJ_ELLPS@FI@major":{"name":"major","abstract":"

    Undocumented

    ","parent_name":"PJ_ELLPS"},"Structs/PJ_ELLPS.html#/c:@S@PJ_ELLPS@FI@ell":{"name":"ell","abstract":"

    Undocumented

    ","parent_name":"PJ_ELLPS"},"Structs/PJ_ELLPS.html#/c:@S@PJ_ELLPS@FI@name":{"name":"name","abstract":"

    Undocumented

    ","parent_name":"PJ_ELLPS"},"Structs/PJ_SELFTEST_LIST.html#/c:@S@PJ_SELFTEST_LIST@FI@id":{"name":"id","abstract":"

    Undocumented

    ","parent_name":"PJ_SELFTEST_LIST"},"Structs/PJ_SELFTEST_LIST.html#/c:@S@PJ_SELFTEST_LIST@FI@testfunc":{"name":"testfunc","abstract":"

    Undocumented

    ","parent_name":"PJ_SELFTEST_LIST"},"Structs/PJ_LIST.html#/c:@S@PJ_LIST@FI@id":{"name":"id","abstract":"

    Undocumented

    ","parent_name":"PJ_LIST"},"Structs/PJ_LIST.html#/c:@S@PJ_LIST@FI@proj":{"name":"proj","abstract":"

    Undocumented

    ","parent_name":"PJ_LIST"},"Structs/PJ_LIST.html#/c:@S@PJ_LIST@FI@descr":{"name":"descr","abstract":"

    Undocumented

    ","parent_name":"PJ_LIST"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@ctx":{"name":"ctx","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@fwd":{"name":"fwd","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@inv":{"name":"inv","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@fwd3d":{"name":"fwd3d","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@inv3d":{"name":"inv3d","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@spc":{"name":"spc","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@pfree":{"name":"pfree","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@descr":{"name":"descr","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@params":{"name":"params","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@over":{"name":"over","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@geoc":{"name":"geoc","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@is_latlong":{"name":"is_latlong","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@is_geocent":{"name":"is_geocent","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@a":{"name":"a","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@a_orig":{"name":"a_orig","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@es":{"name":"es","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@es_orig":{"name":"es_orig","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@e":{"name":"e","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@ra":{"name":"ra","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@one_es":{"name":"one_es","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@rone_es":{"name":"rone_es","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@lam0":{"name":"lam0","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@phi0":{"name":"phi0","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@x0":{"name":"x0","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@y0":{"name":"y0","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@k0":{"name":"k0","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@to_meter":{"name":"to_meter","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@fr_meter":{"name":"fr_meter","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@datum_type":{"name":"datum_type","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@datum_params":{"name":"datum_params","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@_pj_gi":{"name":"_pj_gi","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@gridlist":{"name":"gridlist","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@gridlist_count":{"name":"gridlist_count","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@has_geoid_vgrids":{"name":"has_geoid_vgrids","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@vgridlist_geoid":{"name":"vgridlist_geoid","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@vgridlist_geoid_count":{"name":"vgridlist_geoid_count","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@vto_meter":{"name":"vto_meter","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@vfr_meter":{"name":"vfr_meter","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@from_greenwich":{"name":"from_greenwich","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@long_wrap_center":{"name":"long_wrap_center","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@is_long_wrap_set":{"name":"is_long_wrap_set","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@axis":{"name":"axis","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@catalog_name":{"name":"catalog_name","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@_PJ_GridCatalog":{"name":"_PJ_GridCatalog","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@catalog":{"name":"catalog","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@datum_date":{"name":"datum_date","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@last_before_grid":{"name":"last_before_grid","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@last_before_region":{"name":"last_before_region","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@last_before_date":{"name":"last_before_date","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@last_after_grid":{"name":"last_after_grid","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@last_after_region":{"name":"last_after_region","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@last_after_date":{"name":"last_after_date","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/projFileAPI_t.html#/c:@S@projFileAPI_t@FI@FOpen":{"name":"FOpen","abstract":"

    Undocumented

    ","parent_name":"projFileAPI_t"},"Structs/projFileAPI_t.html#/c:@S@projFileAPI_t@FI@FRead":{"name":"FRead","abstract":"

    Undocumented

    ","parent_name":"projFileAPI_t"},"Structs/projFileAPI_t.html#/c:@S@projFileAPI_t@FI@FSeek":{"name":"FSeek","abstract":"

    Undocumented

    ","parent_name":"projFileAPI_t"},"Structs/projFileAPI_t.html#/c:@S@projFileAPI_t@FI@FTell":{"name":"FTell","abstract":"

    Undocumented

    ","parent_name":"projFileAPI_t"},"Structs/projFileAPI_t.html#/c:@S@projFileAPI_t@FI@FClose":{"name":"FClose","abstract":"

    Undocumented

    ","parent_name":"projFileAPI_t"},"Structs/projFileAPI_t.html":{"name":"projFileAPI_t","abstract":"

    Undocumented

    "},"Structs/PJconsts.html":{"name":"PJconsts","abstract":"

    Undocumented

    "},"Structs/PJ_LIST.html":{"name":"PJ_LIST","abstract":"

    Undocumented

    "},"Structs/PJ_SELFTEST_LIST.html":{"name":"PJ_SELFTEST_LIST","abstract":"

    Undocumented

    "},"Structs/PJ_ELLPS.html":{"name":"PJ_ELLPS","abstract":"

    Undocumented

    "},"Structs/PJ_UNITS.html":{"name":"PJ_UNITS","abstract":"

    Undocumented

    "},"Structs/PJ_DATUMS.html":{"name":"PJ_DATUMS","abstract":"

    Undocumented

    "},"Structs/PJ_PRIME_MERIDIANS.html":{"name":"PJ_PRIME_MERIDIANS","abstract":"

    Undocumented

    "},"Structs/DERIVS.html":{"name":"DERIVS","abstract":"

    Undocumented

    "},"Structs/FACTORS.html":{"name":"FACTORS","abstract":"

    Undocumented

    "},"Structs/ARG_list.html":{"name":"ARG_list","abstract":"

    Undocumented

    "},"Structs/CTABLE.html":{"name":"CTABLE","abstract":"

    Undocumented

    "},"Structs/_pj_gi.html":{"name":"_pj_gi","abstract":"

    Undocumented

    "},"Structs/_PJ_GridCatalog.html":{"name":"_PJ_GridCatalog","abstract":"

    Undocumented

    "},"Structs/PW_COEF.html":{"name":"PW_COEF","abstract":"

    Undocumented

    "},"Structs/GPKGBoundingBoxSize.html":{"name":"GPKGBoundingBoxSize","abstract":"

    Bounding box width and height struct

    "},"Functions.html#/c:@F@pj_fwd":{"name":"pj_fwd","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_inv":{"name":"pj_inv","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_fwd3d":{"name":"pj_fwd3d","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_inv3d":{"name":"pj_inv3d","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_transform":{"name":"pj_transform","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_datum_transform":{"name":"pj_datum_transform","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_geocentric_to_geodetic":{"name":"pj_geocentric_to_geodetic","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_geodetic_to_geocentric":{"name":"pj_geodetic_to_geocentric","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_compare_datums":{"name":"pj_compare_datums","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_apply_gridshift":{"name":"pj_apply_gridshift","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_deallocate_grids":{"name":"pj_deallocate_grids","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_clear_initcache":{"name":"pj_clear_initcache","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_is_latlong":{"name":"pj_is_latlong","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_is_geocent":{"name":"pj_is_geocent","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_get_spheroid_defn":{"name":"pj_get_spheroid_defn","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_pr_list":{"name":"pj_pr_list","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_free":{"name":"pj_free","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_set_finder":{"name":"pj_set_finder","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_set_searchpath":{"name":"pj_set_searchpath","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_init":{"name":"pj_init","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_init_plus":{"name":"pj_init_plus","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_init_ctx":{"name":"pj_init_ctx","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_init_plus_ctx":{"name":"pj_init_plus_ctx","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_get_def":{"name":"pj_get_def","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_latlong_from_proj":{"name":"pj_latlong_from_proj","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_malloc":{"name":"pj_malloc","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_dalloc":{"name":"pj_dalloc","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_calloc":{"name":"pj_calloc","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_dealloc":{"name":"pj_dealloc","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_strerrno":{"name":"pj_strerrno","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_get_errno_ref":{"name":"pj_get_errno_ref","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_get_release":{"name":"pj_get_release","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_acquire_lock":{"name":"pj_acquire_lock","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_release_lock":{"name":"pj_release_lock","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_cleanup_lock":{"name":"pj_cleanup_lock","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_get_default_ctx":{"name":"pj_get_default_ctx","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_get_ctx":{"name":"pj_get_ctx","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_set_ctx":{"name":"pj_set_ctx","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_ctx_alloc":{"name":"pj_ctx_alloc","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_ctx_free":{"name":"pj_ctx_free","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_ctx_get_errno":{"name":"pj_ctx_get_errno","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_ctx_set_errno":{"name":"pj_ctx_set_errno","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_ctx_set_debug":{"name":"pj_ctx_set_debug","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_ctx_set_logger":{"name":"pj_ctx_set_logger","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_ctx_set_app_data":{"name":"pj_ctx_set_app_data","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_ctx_get_app_data":{"name":"pj_ctx_get_app_data","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_ctx_set_fileapi":{"name":"pj_ctx_set_fileapi","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_ctx_get_fileapi":{"name":"pj_ctx_get_fileapi","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_log":{"name":"pj_log","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_stderr_logger":{"name":"pj_stderr_logger","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_get_default_fileapi":{"name":"pj_get_default_fileapi","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_ctx_fopen":{"name":"pj_ctx_fopen","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_ctx_fread":{"name":"pj_ctx_fread","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_ctx_fseek":{"name":"pj_ctx_fseek","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_ctx_ftell":{"name":"pj_ctx_ftell","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_ctx_fclose":{"name":"pj_ctx_fclose","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_ctx_fgets":{"name":"pj_ctx_fgets","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_open_lib":{"name":"pj_open_lib","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_run_selftests":{"name":"pj_run_selftests","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@hypot":{"name":"hypot","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_generic_selftest":{"name":"pj_generic_selftest","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@dmstor":{"name":"dmstor","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@dmstor_ctx":{"name":"dmstor_ctx","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@set_rtodms":{"name":"set_rtodms","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@rtodms":{"name":"rtodms","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@adjlon":{"name":"adjlon","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@aacos":{"name":"aacos","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@aasin":{"name":"aasin","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@asqrt":{"name":"asqrt","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@aatan2":{"name":"aatan2","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_param":{"name":"pj_param","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_mkparam":{"name":"pj_mkparam","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_ell_set":{"name":"pj_ell_set","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_datum_set":{"name":"pj_datum_set","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_prime_meridian_set":{"name":"pj_prime_meridian_set","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_angular_units_set":{"name":"pj_angular_units_set","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_prepare":{"name":"pj_prepare","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_clone_paralist":{"name":"pj_clone_paralist","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_search_initcache":{"name":"pj_search_initcache","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_insert_initcache":{"name":"pj_insert_initcache","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_enfn":{"name":"pj_enfn","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_mlfn":{"name":"pj_mlfn","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_inv_mlfn":{"name":"pj_inv_mlfn","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_qsfn":{"name":"pj_qsfn","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_tsfn":{"name":"pj_tsfn","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_msfn":{"name":"pj_msfn","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_phi2":{"name":"pj_phi2","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_qsfn_":{"name":"pj_qsfn_","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_authset":{"name":"pj_authset","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_authlat":{"name":"pj_authlat","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_zpoly1":{"name":"pj_zpoly1","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_zpolyd1":{"name":"pj_zpolyd1","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_deriv":{"name":"pj_deriv","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_factors":{"name":"pj_factors","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@mk_cheby":{"name":"mk_cheby","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@bpseval":{"name":"bpseval","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@bcheval":{"name":"bcheval","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@biveval":{"name":"biveval","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@vector1":{"name":"vector1","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@vector2":{"name":"vector2","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@freev2":{"name":"freev2","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@bchgen":{"name":"bchgen","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@bch2bps":{"name":"bch2bps","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@nad_intr":{"name":"nad_intr","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@nad_cvt":{"name":"nad_cvt","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@nad_init":{"name":"nad_init","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@nad_ctable_init":{"name":"nad_ctable_init","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@nad_ctable_load":{"name":"nad_ctable_load","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@nad_ctable2_init":{"name":"nad_ctable2_init","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@nad_ctable2_load":{"name":"nad_ctable2_load","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@nad_free":{"name":"nad_free","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_apply_vgridshift":{"name":"pj_apply_vgridshift","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_apply_gridshift_2":{"name":"pj_apply_gridshift_2","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_apply_gridshift_3":{"name":"pj_apply_gridshift_3","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_gridlist_from_nadgrids":{"name":"pj_gridlist_from_nadgrids","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_gridinfo_init":{"name":"pj_gridinfo_init","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_gridinfo_load":{"name":"pj_gridinfo_load","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_gridinfo_free":{"name":"pj_gridinfo_free","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_gc_findcatalog":{"name":"pj_gc_findcatalog","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_gc_readcatalog":{"name":"pj_gc_readcatalog","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_gc_unloadall":{"name":"pj_gc_unloadall","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_gc_apply_gridshift":{"name":"pj_gc_apply_gridshift","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_gc_findgrid":{"name":"pj_gc_findgrid","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_gc_parsedate":{"name":"pj_gc_parsedate","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@proj_mdist_ini":{"name":"proj_mdist_ini","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@proj_mdist":{"name":"proj_mdist","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@proj_inv_mdist":{"name":"proj_inv_mdist","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_gauss_ini":{"name":"pj_gauss_ini","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_gauss":{"name":"pj_gauss","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_inv_gauss":{"name":"pj_inv_gauss","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_get_ellps_ref":{"name":"pj_get_ellps_ref","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_get_datums_ref":{"name":"pj_get_datums_ref","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_get_units_ref":{"name":"pj_get_units_ref","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_get_list_ref":{"name":"pj_get_list_ref","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_get_selftest_list_ref":{"name":"pj_get_selftest_list_ref","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_get_prime_meridians_ref":{"name":"pj_get_prime_meridians_ref","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_atof":{"name":"pj_atof","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_strtod":{"name":"pj_strtod","abstract":"

    Undocumented

    "},"Type%20Definitions/Tseries/.html#/c:@SA@Tseries@FI@a":{"name":"a","abstract":"

    Undocumented

    "},"Type%20Definitions/Tseries/.html#/c:@SA@Tseries@FI@b":{"name":"b","abstract":"

    Undocumented

    "},"Type%20Definitions/Tseries/.html#/c:@SA@Tseries@FI@cu":{"name":"cu","abstract":"

    Undocumented

    "},"Type%20Definitions/Tseries/.html#/c:@SA@Tseries@FI@cv":{"name":"cv","abstract":"

    Undocumented

    "},"Type%20Definitions/Tseries/.html#/c:@SA@Tseries@FI@mu":{"name":"mu","abstract":"

    Undocumented

    "},"Type%20Definitions/Tseries/.html#/c:@SA@Tseries@FI@mv":{"name":"mv","abstract":"

    Undocumented

    "},"Type%20Definitions/Tseries/.html#/c:@SA@Tseries@FI@power":{"name":"power","abstract":"

    Undocumented

    "},"Type%20Definitions/PJ_GridCatalog/_PJ_GridCatalog.html#/c:@S@_PJ_GridCatalog@FI@catalog_name":{"name":"catalog_name","abstract":"

    Undocumented

    ","parent_name":"_PJ_GridCatalog"},"Type%20Definitions/PJ_GridCatalog/_PJ_GridCatalog.html#/c:@S@_PJ_GridCatalog@FI@region":{"name":"region","abstract":"

    Undocumented

    ","parent_name":"_PJ_GridCatalog"},"Type%20Definitions/PJ_GridCatalog/_PJ_GridCatalog.html#/c:@S@_PJ_GridCatalog@FI@entry_count":{"name":"entry_count","abstract":"

    Undocumented

    ","parent_name":"_PJ_GridCatalog"},"Type%20Definitions/PJ_GridCatalog/_PJ_GridCatalog.html#/c:@S@_PJ_GridCatalog@FI@entries":{"name":"entries","abstract":"

    Undocumented

    ","parent_name":"_PJ_GridCatalog"},"Type%20Definitions/PJ_GridCatalog/_PJ_GridCatalog.html#/c:@S@_PJ_GridCatalog@FI@next":{"name":"next","abstract":"

    Undocumented

    ","parent_name":"_PJ_GridCatalog"},"Type%20Definitions/PJ_GridCatalog/_PJ_GridCatalog.html":{"name":"_PJ_GridCatalog","abstract":"

    Undocumented

    ","parent_name":"PJ_GridCatalog"},"Type%20Definitions/PJ_GridCatalogEntry/.html#/c:@SA@PJ_GridCatalogEntry@FI@region":{"name":"region","abstract":"

    Undocumented

    "},"Type%20Definitions/PJ_GridCatalogEntry/.html#/c:@SA@PJ_GridCatalogEntry@FI@priority":{"name":"priority","abstract":"

    Undocumented

    "},"Type%20Definitions/PJ_GridCatalogEntry/.html#/c:@SA@PJ_GridCatalogEntry@FI@date":{"name":"date","abstract":"

    Undocumented

    "},"Type%20Definitions/PJ_GridCatalogEntry/.html#/c:@SA@PJ_GridCatalogEntry@FI@definition":{"name":"definition","abstract":"

    Undocumented

    "},"Type%20Definitions/PJ_GridCatalogEntry/.html#/c:@SA@PJ_GridCatalogEntry@FI@gridinfo":{"name":"gridinfo","abstract":"

    Undocumented

    "},"Type%20Definitions/PJ_GridCatalogEntry/.html#/c:@SA@PJ_GridCatalogEntry@FI@available":{"name":"available","abstract":"

    Undocumented

    "},"Type%20Definitions/PJ_GRIDINFO/_pj_gi.html#/c:@S@_pj_gi@FI@gridname":{"name":"gridname","abstract":"

    Undocumented

    ","parent_name":"_pj_gi"},"Type%20Definitions/PJ_GRIDINFO/_pj_gi.html#/c:@S@_pj_gi@FI@filename":{"name":"filename","abstract":"

    Undocumented

    ","parent_name":"_pj_gi"},"Type%20Definitions/PJ_GRIDINFO/_pj_gi.html#/c:@S@_pj_gi@FI@format":{"name":"format","abstract":"

    Undocumented

    ","parent_name":"_pj_gi"},"Type%20Definitions/PJ_GRIDINFO/_pj_gi.html#/c:@S@_pj_gi@FI@grid_offset":{"name":"grid_offset","abstract":"

    Undocumented

    ","parent_name":"_pj_gi"},"Type%20Definitions/PJ_GRIDINFO/_pj_gi.html#/c:@S@_pj_gi@FI@must_swap":{"name":"must_swap","abstract":"

    Undocumented

    ","parent_name":"_pj_gi"},"Type%20Definitions/PJ_GRIDINFO/_pj_gi.html#/c:@S@_pj_gi@FI@ct":{"name":"ct","abstract":"

    Undocumented

    ","parent_name":"_pj_gi"},"Type%20Definitions/PJ_GRIDINFO/_pj_gi.html#/c:@S@_pj_gi@FI@next":{"name":"next","abstract":"

    Undocumented

    ","parent_name":"_pj_gi"},"Type%20Definitions/PJ_GRIDINFO/_pj_gi.html#/c:@S@_pj_gi@FI@child":{"name":"child","abstract":"

    Undocumented

    ","parent_name":"_pj_gi"},"Type%20Definitions/PJ_GRIDINFO/_pj_gi.html":{"name":"_pj_gi","abstract":"

    Undocumented

    ","parent_name":"PJ_GRIDINFO"},"Type%20Definitions/ILP/.html#/c:@SA@ILP@FI@lam":{"name":"lam","abstract":"

    Undocumented

    "},"Type%20Definitions/ILP/.html#/c:@SA@ILP@FI@phi":{"name":"phi","abstract":"

    Undocumented

    "},"Type%20Definitions/FLP/.html#/c:@SA@FLP@FI@lam":{"name":"lam","abstract":"

    Undocumented

    "},"Type%20Definitions/FLP/.html#/c:@SA@FLP@FI@phi":{"name":"phi","abstract":"

    Undocumented

    "},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@ctx":{"name":"ctx","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@fwd":{"name":"fwd","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@inv":{"name":"inv","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@fwd3d":{"name":"fwd3d","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@inv3d":{"name":"inv3d","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@spc":{"name":"spc","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@pfree":{"name":"pfree","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@descr":{"name":"descr","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@params":{"name":"params","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@over":{"name":"over","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@geoc":{"name":"geoc","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@is_latlong":{"name":"is_latlong","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@is_geocent":{"name":"is_geocent","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@a":{"name":"a","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@a_orig":{"name":"a_orig","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@es":{"name":"es","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@es_orig":{"name":"es_orig","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@e":{"name":"e","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@ra":{"name":"ra","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@one_es":{"name":"one_es","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@rone_es":{"name":"rone_es","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@lam0":{"name":"lam0","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@phi0":{"name":"phi0","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@x0":{"name":"x0","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@y0":{"name":"y0","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@k0":{"name":"k0","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@to_meter":{"name":"to_meter","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@fr_meter":{"name":"fr_meter","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@datum_type":{"name":"datum_type","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@datum_params":{"name":"datum_params","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@_pj_gi":{"name":"_pj_gi","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@gridlist":{"name":"gridlist","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@gridlist_count":{"name":"gridlist_count","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@has_geoid_vgrids":{"name":"has_geoid_vgrids","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@vgridlist_geoid":{"name":"vgridlist_geoid","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@vgridlist_geoid_count":{"name":"vgridlist_geoid_count","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@vto_meter":{"name":"vto_meter","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@vfr_meter":{"name":"vfr_meter","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@from_greenwich":{"name":"from_greenwich","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@long_wrap_center":{"name":"long_wrap_center","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@is_long_wrap_set":{"name":"is_long_wrap_set","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@axis":{"name":"axis","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@catalog_name":{"name":"catalog_name","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@_PJ_GridCatalog":{"name":"_PJ_GridCatalog","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@catalog":{"name":"catalog","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@datum_date":{"name":"datum_date","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@last_before_grid":{"name":"last_before_grid","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@last_before_region":{"name":"last_before_region","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@last_before_date":{"name":"last_before_date","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@last_after_grid":{"name":"last_after_grid","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@last_after_region":{"name":"last_after_region","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@last_after_date":{"name":"last_after_date","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html":{"name":"PJconsts","abstract":"

    Undocumented

    ","parent_name":"PJ"},"Type%20Definitions/paralist/ARG_list.html#/c:@S@ARG_list@FI@next":{"name":"next","abstract":"

    Undocumented

    ","parent_name":"ARG_list"},"Type%20Definitions/paralist/ARG_list.html#/c:@S@ARG_list@FI@used":{"name":"used","abstract":"

    Undocumented

    ","parent_name":"ARG_list"},"Type%20Definitions/paralist/ARG_list.html#/c:@S@ARG_list@FI@param":{"name":"param","abstract":"

    Undocumented

    ","parent_name":"ARG_list"},"Type%20Definitions/paralist/ARG_list.html":{"name":"ARG_list","abstract":"

    Undocumented

    ","parent_name":"paralist"},"Type%20Definitions/PJ_Region/.html#/c:@SA@PJ_Region@FI@ll_long":{"name":"ll_long","abstract":"

    Undocumented

    "},"Type%20Definitions/PJ_Region/.html#/c:@SA@PJ_Region@FI@ll_lat":{"name":"ll_lat","abstract":"

    Undocumented

    "},"Type%20Definitions/PJ_Region/.html#/c:@SA@PJ_Region@FI@ur_long":{"name":"ur_long","abstract":"

    Undocumented

    "},"Type%20Definitions/PJ_Region/.html#/c:@SA@PJ_Region@FI@ur_lat":{"name":"ur_lat","abstract":"

    Undocumented

    "},"Type%20Definitions/PROJVALUE/.html#/c:@UA@PROJVALUE@FI@f":{"name":"f","abstract":"

    Undocumented

    "},"Type%20Definitions/PROJVALUE/.html#/c:@UA@PROJVALUE@FI@i":{"name":"i","abstract":"

    Undocumented

    "},"Type%20Definitions/PROJVALUE/.html#/c:@UA@PROJVALUE@FI@s":{"name":"s","abstract":"

    Undocumented

    "},"Type%20Definitions/projUVW/.html#/c:@SA@projUVW@FI@u":{"name":"u","abstract":"

    Undocumented

    "},"Type%20Definitions/projUVW/.html#/c:@SA@projUVW@FI@v":{"name":"v","abstract":"

    Undocumented

    "},"Type%20Definitions/projUVW/.html#/c:@SA@projUVW@FI@w":{"name":"w","abstract":"

    Undocumented

    "},"Type%20Definitions/COMPLEX/.html#/c:@SA@COMPLEX@FI@r":{"name":"r","abstract":"

    Undocumented

    "},"Type%20Definitions/COMPLEX/.html#/c:@SA@COMPLEX@FI@i":{"name":"i","abstract":"

    Undocumented

    "},"Type%20Definitions/projUV/.html#/c:@SA@projUV@FI@u":{"name":"u","abstract":"

    Undocumented

    "},"Type%20Definitions/projUV/.html#/c:@SA@projUV@FI@v":{"name":"v","abstract":"

    Undocumented

    "},"Type%20Definitions/projCtx_t/.html#/c:@SA@projCtx_t@FI@last_errno":{"name":"last_errno","abstract":"

    Undocumented

    "},"Type%20Definitions/projCtx_t/.html#/c:@SA@projCtx_t@FI@debug_level":{"name":"debug_level","abstract":"

    Undocumented

    "},"Type%20Definitions/projCtx_t/.html#/c:@SA@projCtx_t@FI@logger":{"name":"logger","abstract":"

    Undocumented

    "},"Type%20Definitions/projCtx_t/.html#/c:@SA@projCtx_t@FI@app_data":{"name":"app_data","abstract":"

    Undocumented

    "},"Type%20Definitions/projCtx_t/.html#/c:@SA@projCtx_t@FI@fileapi":{"name":"fileapi","abstract":"

    Undocumented

    "},"Type%20Definitions/projFileAPI/projFileAPI_t.html#/c:@S@projFileAPI_t@FI@FOpen":{"name":"FOpen","abstract":"

    Undocumented

    ","parent_name":"projFileAPI_t"},"Type%20Definitions/projFileAPI/projFileAPI_t.html#/c:@S@projFileAPI_t@FI@FRead":{"name":"FRead","abstract":"

    Undocumented

    ","parent_name":"projFileAPI_t"},"Type%20Definitions/projFileAPI/projFileAPI_t.html#/c:@S@projFileAPI_t@FI@FSeek":{"name":"FSeek","abstract":"

    Undocumented

    ","parent_name":"projFileAPI_t"},"Type%20Definitions/projFileAPI/projFileAPI_t.html#/c:@S@projFileAPI_t@FI@FTell":{"name":"FTell","abstract":"

    Undocumented

    ","parent_name":"projFileAPI_t"},"Type%20Definitions/projFileAPI/projFileAPI_t.html#/c:@S@projFileAPI_t@FI@FClose":{"name":"FClose","abstract":"

    Undocumented

    ","parent_name":"projFileAPI_t"},"Type%20Definitions/projFileAPI/projFileAPI_t.html":{"name":"projFileAPI_t","abstract":"

    Undocumented

    ","parent_name":"projFileAPI"},"Type%20Definitions.html#/c:proj_api.h@T@projPJ":{"name":"projPJ","abstract":"

    Undocumented

    "},"Type%20Definitions.html#/c:proj_api.h@T@projCtx":{"name":"projCtx","abstract":"

    Undocumented

    "},"Type%20Definitions.html#/c:proj_api.h@T@PAFile":{"name":"PAFile","abstract":"

    Undocumented

    "},"Type%20Definitions/projFileAPI.html":{"name":"projFileAPI","abstract":"

    Undocumented

    "},"Type%20Definitions/projCtx_t.html":{"name":"projCtx_t","abstract":"

    Undocumented

    "},"Type%20Definitions/projUV.html":{"name":"projUV","abstract":"

    Undocumented

    "},"Type%20Definitions/COMPLEX.html":{"name":"COMPLEX","abstract":"

    Undocumented

    "},"Type%20Definitions/projUVW.html":{"name":"projUVW","abstract":"

    Undocumented

    "},"Type%20Definitions/PROJVALUE.html":{"name":"PROJVALUE","abstract":"

    Undocumented

    "},"Type%20Definitions/PJ_Region.html":{"name":"PJ_Region","abstract":"

    Undocumented

    "},"Type%20Definitions/paralist.html":{"name":"paralist","abstract":"

    Undocumented

    "},"Type%20Definitions/PJ.html":{"name":"PJ","abstract":"

    Undocumented

    "},"Type%20Definitions/FLP.html":{"name":"FLP","abstract":"

    Undocumented

    "},"Type%20Definitions/ILP.html":{"name":"ILP","abstract":"

    Undocumented

    "},"Type%20Definitions/PJ_GRIDINFO.html":{"name":"PJ_GRIDINFO","abstract":"

    Undocumented

    "},"Type%20Definitions/PJ_GridCatalogEntry.html":{"name":"PJ_GridCatalogEntry","abstract":"

    Undocumented

    "},"Type%20Definitions/PJ_GridCatalog.html":{"name":"PJ_GridCatalog","abstract":"

    Undocumented

    "},"Type%20Definitions/Tseries.html":{"name":"Tseries","abstract":"

    Undocumented

    "},"Protocols/GPKGTileRetriever.html#/c:objc(pl)GPKGTileRetriever(im)hasTileWithX:andY:andZoom:":{"name":"-hasTileWithX:andY:andZoom:","abstract":"

    Check if there is a tile for the x, y, and zoom

    ","parent_name":"GPKGTileRetriever"},"Protocols/GPKGTileRetriever.html#/c:objc(pl)GPKGTileRetriever(im)tileWithX:andY:andZoom:":{"name":"-tileWithX:andY:andZoom:","abstract":"

    Get a tile from the x, y, and zoom

    ","parent_name":"GPKGTileRetriever"},"Protocols/GPKGCustomFeaturesTile.html#/c:objc(pl)GPKGCustomFeaturesTile(im)drawTileWithTileWidth:andTileHeight:andTileFeatureCount:andFeatureIndexResults:":{"name":"-drawTileWithTileWidth:andTileHeight:andTileFeatureCount:andFeatureIndexResults:","abstract":"

    Draw a custom tile

    ","parent_name":"GPKGCustomFeaturesTile"},"Protocols/GPKGCustomFeaturesTile.html#/c:objc(pl)GPKGCustomFeaturesTile(im)drawUnindexedTileWithTileWidth:andTileHeight:andTotalFeatureCount:andFeatureDao:andResults:":{"name":"-drawUnindexedTileWithTileWidth:andTileHeight:andTotalFeatureCount:andFeatureDao:andResults:","abstract":"

    Draw a custom tile when the number of features within the tile is unknown.","parent_name":"GPKGCustomFeaturesTile"},"Protocols/GPKGProgress.html#/c:objc(pl)GPKGProgress(im)setMax:":{"name":"-setMax:","abstract":"

    Set the max progress value

    ","parent_name":"GPKGProgress"},"Protocols/GPKGProgress.html#/c:objc(pl)GPKGProgress(im)addProgress:":{"name":"-addProgress:","abstract":"

    Add to the total progress

    ","parent_name":"GPKGProgress"},"Protocols/GPKGProgress.html#/c:objc(pl)GPKGProgress(im)isActive":{"name":"-isActive","abstract":"

    Is the process still active?

    ","parent_name":"GPKGProgress"},"Protocols/GPKGProgress.html#/c:objc(pl)GPKGProgress(im)cleanupOnCancel":{"name":"-cleanupOnCancel","abstract":"

    Should the progress so far be deleted when canceled (isActive becomes false)

    ","parent_name":"GPKGProgress"},"Protocols/GPKGProgress.html#/c:objc(pl)GPKGProgress(im)completed":{"name":"-completed","abstract":"

    Called when progress is completed

    ","parent_name":"GPKGProgress"},"Protocols/GPKGProgress.html#/c:objc(pl)GPKGProgress(im)failureWithError:":{"name":"-failureWithError:","abstract":"

    Called when the process stops due to an error

    ","parent_name":"GPKGProgress"},"Protocols/GPKGShapeWithChildrenPoints.html#/c:objc(pl)GPKGShapeWithChildrenPoints(im)createChild":{"name":"-createChild","abstract":"

    Create a child shape points

    ","parent_name":"GPKGShapeWithChildrenPoints"},"Protocols/GPKGShapePoints.html#/c:objc(pl)GPKGShapePoints(im)points":{"name":"-points","abstract":"

    Get the points

    ","parent_name":"GPKGShapePoints"},"Protocols/GPKGShapePoints.html#/c:objc(pl)GPKGShapePoints(im)deletePoint:fromMapView:":{"name":"-deletePoint:fromMapView:","abstract":"

    Delete the point from the shape and map view

    ","parent_name":"GPKGShapePoints"},"Protocols/GPKGShapePoints.html#/c:objc(pl)GPKGShapePoints(im)addNewPoint:":{"name":"-addNewPoint:","abstract":"

    Add a new point to the shape

    ","parent_name":"GPKGShapePoints"},"Protocols/GPKGShapePoints.html#/c:objc(pl)GPKGShapePoints(im)hidden:fromMapView:":{"name":"-hidden:fromMapView:","abstract":"

    Updates hidden state of all objects

    ","parent_name":"GPKGShapePoints"},"Protocols/GPKGShapePoints.html#/c:objc(pl)GPKGShapePoints(im)hiddenPoints:":{"name":"-hiddenPoints:","abstract":"

    Updates hidden state of the shape representing points

    ","parent_name":"GPKGShapePoints"},"Protocols/GPKGMapPointInitializer.html#/c:objc(pl)GPKGMapPointInitializer(im)initializeAnnotation:":{"name":"-initializeAnnotation:","abstract":"

    Initialize the map annotation

    ","parent_name":"GPKGMapPointInitializer"},"Protocols/GPKGCoverageDataImage.html#/c:objc(pl)GPKGCoverageDataImage(im)width":{"name":"-width","abstract":"

    Get the width

    ","parent_name":"GPKGCoverageDataImage"},"Protocols/GPKGCoverageDataImage.html#/c:objc(pl)GPKGCoverageDataImage(im)height":{"name":"-height","abstract":"

    Get the height

    ","parent_name":"GPKGCoverageDataImage"},"Protocols/SFGeometryFilter.html#/c:objc(pl)SFGeometryFilter(im)filterGeometry:inType:":{"name":"-filterGeometry:inType:","abstract":"

    Filter the geometry

    ","parent_name":"SFGeometryFilter"},"Protocols/CRSCommonOperation.html#/c:objc(pl)CRSCommonOperation(im)operationType":{"name":"-operationType","abstract":"

    Get the operation type

    ","parent_name":"CRSCommonOperation"},"Protocols/CRSCommonOperation.html#/c:objc(pl)CRSCommonOperation(im)name":{"name":"-name","abstract":"

    Get the name

    ","parent_name":"CRSCommonOperation"},"Protocols/CRSCommonOperation.html#/c:objc(pl)CRSCommonOperation(im)setName:":{"name":"-setName:","abstract":"

    Set the name

    ","parent_name":"CRSCommonOperation"},"Protocols/CRSCommonOperation.html#/c:objc(pl)CRSCommonOperation(im)version":{"name":"-version","abstract":"

    Get the operation version

    ","parent_name":"CRSCommonOperation"},"Protocols/CRSCommonOperation.html#/c:objc(pl)CRSCommonOperation(im)hasVersion":{"name":"-hasVersion","abstract":"

    Has an operation version

    ","parent_name":"CRSCommonOperation"},"Protocols/CRSCommonOperation.html#/c:objc(pl)CRSCommonOperation(im)setVersion:":{"name":"-setVersion:","abstract":"

    Set the operation version

    ","parent_name":"CRSCommonOperation"},"Protocols/CRSCommonOperation.html#/c:objc(pl)CRSCommonOperation(im)method":{"name":"-method","abstract":"

    Get the method

    ","parent_name":"CRSCommonOperation"},"Protocols/CRSCommonOperation.html#/c:objc(pl)CRSCommonOperation(im)setMethod:":{"name":"-setMethod:","abstract":"

    Set the method

    ","parent_name":"CRSCommonOperation"},"Protocols/CRSGeoDatum.html#/c:objc(pl)CRSGeoDatum(im)name":{"name":"-name","abstract":"

    Get the datum name

    ","parent_name":"CRSGeoDatum"},"Protocols/CRSGeoDatum.html#/c:objc(pl)CRSGeoDatum(im)setName:":{"name":"-setName:","abstract":"

    Set the datum name

    ","parent_name":"CRSGeoDatum"},"Protocols/CRSGeoDatum.html#/c:objc(pl)CRSGeoDatum(im)ellipsoid":{"name":"-ellipsoid","abstract":"

    Get the ellipsoid

    ","parent_name":"CRSGeoDatum"},"Protocols/CRSGeoDatum.html#/c:objc(pl)CRSGeoDatum(im)setEllipsoid:":{"name":"-setEllipsoid:","abstract":"

    Set the ellipsoid

    ","parent_name":"CRSGeoDatum"},"Protocols/CRSGeoDatum.html#/c:objc(pl)CRSGeoDatum(im)primeMeridian":{"name":"-primeMeridian","abstract":"

    Get the prime meridian

    ","parent_name":"CRSGeoDatum"},"Protocols/CRSGeoDatum.html#/c:objc(pl)CRSGeoDatum(im)hasPrimeMeridian":{"name":"-hasPrimeMeridian","abstract":"

    Has a prime meridian

    ","parent_name":"CRSGeoDatum"},"Protocols/CRSGeoDatum.html#/c:objc(pl)CRSGeoDatum(im)setPrimeMeridian:":{"name":"-setPrimeMeridian:","abstract":"

    Set the prime meridian

    ","parent_name":"CRSGeoDatum"},"Protocols/CRSScopeExtentIdentifierRemark.html#/c:objc(pl)CRSScopeExtentIdentifierRemark(im)name":{"name":"-name","abstract":"

    Get the name

    ","parent_name":"CRSScopeExtentIdentifierRemark"},"Protocols/CRSScopeExtentIdentifierRemark.html#/c:objc(pl)CRSScopeExtentIdentifierRemark(im)setName:":{"name":"-setName:","abstract":"

    Set the name

    ","parent_name":"CRSScopeExtentIdentifierRemark"},"Protocols/CRSScopeExtentIdentifierRemark.html#/c:objc(pl)CRSScopeExtentIdentifierRemark(im)usages":{"name":"-usages","abstract":"

    Get the usages

    ","parent_name":"CRSScopeExtentIdentifierRemark"},"Protocols/CRSScopeExtentIdentifierRemark.html#/c:objc(pl)CRSScopeExtentIdentifierRemark(im)hasUsages":{"name":"-hasUsages","abstract":"

    Has usages

    ","parent_name":"CRSScopeExtentIdentifierRemark"},"Protocols/CRSScopeExtentIdentifierRemark.html#/c:objc(pl)CRSScopeExtentIdentifierRemark(im)numUsages":{"name":"-numUsages","abstract":"

    Number of usages

    ","parent_name":"CRSScopeExtentIdentifierRemark"},"Protocols/CRSScopeExtentIdentifierRemark.html#/c:objc(pl)CRSScopeExtentIdentifierRemark(im)usageAtIndex:":{"name":"-usageAtIndex:","abstract":"

    Get the usage at the index

    ","parent_name":"CRSScopeExtentIdentifierRemark"},"Protocols/CRSScopeExtentIdentifierRemark.html#/c:objc(pl)CRSScopeExtentIdentifierRemark(im)setUsages:":{"name":"-setUsages:","abstract":"

    Set the usages

    ","parent_name":"CRSScopeExtentIdentifierRemark"},"Protocols/CRSScopeExtentIdentifierRemark.html#/c:objc(pl)CRSScopeExtentIdentifierRemark(im)addUsage:":{"name":"-addUsage:","abstract":"

    Add the usage

    ","parent_name":"CRSScopeExtentIdentifierRemark"},"Protocols/CRSScopeExtentIdentifierRemark.html#/c:objc(pl)CRSScopeExtentIdentifierRemark(im)addUsages:":{"name":"-addUsages:","abstract":"

    Add the usages

    ","parent_name":"CRSScopeExtentIdentifierRemark"},"Protocols/CRSScopeExtentIdentifierRemark.html#/c:objc(pl)CRSScopeExtentIdentifierRemark(im)remark":{"name":"-remark","abstract":"

    Get the remark

    ","parent_name":"CRSScopeExtentIdentifierRemark"},"Protocols/CRSScopeExtentIdentifierRemark.html#/c:objc(pl)CRSScopeExtentIdentifierRemark(im)hasRemark":{"name":"-hasRemark","abstract":"

    Has remark

    ","parent_name":"CRSScopeExtentIdentifierRemark"},"Protocols/CRSScopeExtentIdentifierRemark.html#/c:objc(pl)CRSScopeExtentIdentifierRemark(im)setRemark:":{"name":"-setRemark:","abstract":"

    Set the remark

    ","parent_name":"CRSScopeExtentIdentifierRemark"},"Protocols/CRSIdentifiable.html#/c:objc(pl)CRSIdentifiable(im)identifiers":{"name":"-identifiers","abstract":"

    Get the identifiers

    ","parent_name":"CRSIdentifiable"},"Protocols/CRSIdentifiable.html#/c:objc(pl)CRSIdentifiable(im)hasIdentifiers":{"name":"-hasIdentifiers","abstract":"

    Has identifiers

    ","parent_name":"CRSIdentifiable"},"Protocols/CRSIdentifiable.html#/c:objc(pl)CRSIdentifiable(im)numIdentifiers":{"name":"-numIdentifiers","abstract":"

    Number of identifiers

    ","parent_name":"CRSIdentifiable"},"Protocols/CRSIdentifiable.html#/c:objc(pl)CRSIdentifiable(im)identifierAtIndex:":{"name":"-identifierAtIndex:","abstract":"

    Get the identifier at the index

    ","parent_name":"CRSIdentifiable"},"Protocols/CRSIdentifiable.html#/c:objc(pl)CRSIdentifiable(im)setIdentifiers:":{"name":"-setIdentifiers:","abstract":"

    Set the identifiers

    ","parent_name":"CRSIdentifiable"},"Protocols/CRSIdentifiable.html#/c:objc(pl)CRSIdentifiable(im)addIdentifier:":{"name":"-addIdentifier:","abstract":"

    Add the identifier

    ","parent_name":"CRSIdentifiable"},"Protocols/CRSIdentifiable.html#/c:objc(pl)CRSIdentifiable(im)addIdentifiers:":{"name":"-addIdentifiers:","abstract":"

    Add the identifiers

    ","parent_name":"CRSIdentifiable"},"Protocols/TIFFCompressionEncoder.html#/c:objc(pl)TIFFCompressionEncoder(im)rowEncoding":{"name":"-rowEncoding","abstract":"

    True to encode on a per row basis, false to encode on a per block / strip","parent_name":"TIFFCompressionEncoder"},"Protocols/TIFFCompressionEncoder.html#/c:objc(pl)TIFFCompressionEncoder(im)encodeData:withByteOrder:":{"name":"-encodeData:withByteOrder:","abstract":"

    Encode the data

    ","parent_name":"TIFFCompressionEncoder"},"Protocols/TIFFCompressionDecoder.html#/c:objc(pl)TIFFCompressionDecoder(im)decodeData:withByteOrder:":{"name":"-decodeData:withByteOrder:","abstract":"

    Decode the data

    ","parent_name":"TIFFCompressionDecoder"},"Protocols/TIFFCompressionDecoder.html":{"name":"TIFFCompressionDecoder","abstract":"

    Compression Decoder interface

    "},"Protocols/TIFFCompressionEncoder.html":{"name":"TIFFCompressionEncoder","abstract":"

    Compression Encoder interface

    "},"Protocols/CRSIdentifiable.html":{"name":"CRSIdentifiable","abstract":"

    Identifiable object interface

    "},"Protocols/CRSScopeExtentIdentifierRemark.html":{"name":"CRSScopeExtentIdentifierRemark","abstract":"

    Interface Scope, Extent, Identifier, and Remark values

    "},"Protocols/CRSGeoDatum.html":{"name":"CRSGeoDatum","abstract":"

    Common Operation interface

    "},"Protocols/CRSCommonOperation.html":{"name":"CRSCommonOperation","abstract":"

    Common Operation interface

    "},"Protocols/SFGeometryFilter.html":{"name":"SFGeometryFilter","abstract":"

    Geometry Filter to filter included geometries and modify them during"},"Protocols/GPKGCoverageDataImage.html":{"name":"GPKGCoverageDataImage","abstract":"

    Coverage Data image interface

    "},"Protocols/GPKGMapPointInitializer.html":{"name":"GPKGMapPointInitializer","abstract":"

    Map Point initializer protocol to perform point additional initialization when a point is added to a map view

    "},"Protocols/GPKGShapePoints.html":{"name":"GPKGShapePoints","abstract":"

    Shape points protocol, defining the interface for shapes comprised of points

    "},"Protocols/GPKGShapeWithChildrenPoints.html":{"name":"GPKGShapeWithChildrenPoints","abstract":"

    Shape with children protocol defining the interface for shapes with children points

    "},"Protocols/GPKGProgress.html":{"name":"GPKGProgress","abstract":"

    GeoPackage Progress protocol for receiving progress information callbacks and handling cancellations

    "},"Protocols/GPKGCustomFeaturesTile.html":{"name":"GPKGCustomFeaturesTile","abstract":"

    Interface defining custom feature tile drawing."},"Protocols/GPKGTileRetriever.html":{"name":"GPKGTileRetriever","abstract":"

    Interface defining the get tile retrieval method

    "},"Enums/GPKGCompressFormat.html#/c:@E@GPKGCompressFormat@GPKG_CF_JPEG":{"name":"GPKG_CF_JPEG","abstract":"

    Undocumented

    ","parent_name":"GPKGCompressFormat"},"Enums/GPKGCompressFormat.html#/c:@E@GPKGCompressFormat@GPKG_CF_PNG":{"name":"GPKG_CF_PNG","abstract":"

    Undocumented

    ","parent_name":"GPKGCompressFormat"},"Enums/GPKGCompressFormat.html#/c:@E@GPKGCompressFormat@GPKG_CF_NONE":{"name":"GPKG_CF_NONE","abstract":"

    Undocumented

    ","parent_name":"GPKGCompressFormat"},"Enums/GPKGPolygonOrientation.html#/c:@E@GPKGPolygonOrientation@GPKG_PO_COUNTERCLOCKWISE":{"name":"GPKG_PO_COUNTERCLOCKWISE","abstract":"

    Undocumented

    ","parent_name":"GPKGPolygonOrientation"},"Enums/GPKGPolygonOrientation.html#/c:@E@GPKGPolygonOrientation@GPKG_PO_CLOCKWISE":{"name":"GPKG_PO_CLOCKWISE","abstract":"

    Undocumented

    ","parent_name":"GPKGPolygonOrientation"},"Enums/GPKGPolygonOrientation.html#/c:@E@GPKGPolygonOrientation@GPKG_PO_UNSPECIFIED":{"name":"GPKG_PO_UNSPECIFIED","abstract":"

    Undocumented

    ","parent_name":"GPKGPolygonOrientation"},"Enums/GPKGMapShapeType.html#/c:@E@GPKGMapShapeType@GPKG_MST_POINT":{"name":"GPKG_MST_POINT","abstract":"

    Undocumented

    ","parent_name":"GPKGMapShapeType"},"Enums/GPKGMapShapeType.html#/c:@E@GPKGMapShapeType@GPKG_MST_POLYLINE":{"name":"GPKG_MST_POLYLINE","abstract":"

    Undocumented

    ","parent_name":"GPKGMapShapeType"},"Enums/GPKGMapShapeType.html#/c:@E@GPKGMapShapeType@GPKG_MST_POLYGON":{"name":"GPKG_MST_POLYGON","abstract":"

    Undocumented

    ","parent_name":"GPKGMapShapeType"},"Enums/GPKGMapShapeType.html#/c:@E@GPKGMapShapeType@GPKG_MST_MULTI_POINT":{"name":"GPKG_MST_MULTI_POINT","abstract":"

    Undocumented

    ","parent_name":"GPKGMapShapeType"},"Enums/GPKGMapShapeType.html#/c:@E@GPKGMapShapeType@GPKG_MST_MULTI_POLYLINE":{"name":"GPKG_MST_MULTI_POLYLINE","abstract":"

    Undocumented

    ","parent_name":"GPKGMapShapeType"},"Enums/GPKGMapShapeType.html#/c:@E@GPKGMapShapeType@GPKG_MST_MULTI_POLYGON":{"name":"GPKG_MST_MULTI_POLYGON","abstract":"

    Undocumented

    ","parent_name":"GPKGMapShapeType"},"Enums/GPKGMapShapeType.html#/c:@E@GPKGMapShapeType@GPKG_MST_POLYLINE_POINTS":{"name":"GPKG_MST_POLYLINE_POINTS","abstract":"

    Undocumented

    ","parent_name":"GPKGMapShapeType"},"Enums/GPKGMapShapeType.html#/c:@E@GPKGMapShapeType@GPKG_MST_POLYGON_POINTS":{"name":"GPKG_MST_POLYGON_POINTS","abstract":"

    Undocumented

    ","parent_name":"GPKGMapShapeType"},"Enums/GPKGMapShapeType.html#/c:@E@GPKGMapShapeType@GPKG_MST_MULTI_POLYLINE_POINTS":{"name":"GPKG_MST_MULTI_POLYLINE_POINTS","abstract":"

    Undocumented

    ","parent_name":"GPKGMapShapeType"},"Enums/GPKGMapShapeType.html#/c:@E@GPKGMapShapeType@GPKG_MST_MULTI_POLYGON_POINTS":{"name":"GPKG_MST_MULTI_POLYGON_POINTS","abstract":"

    Undocumented

    ","parent_name":"GPKGMapShapeType"},"Enums/GPKGMapShapeType.html#/c:@E@GPKGMapShapeType@GPKG_MST_COLLECTION":{"name":"GPKG_MST_COLLECTION","abstract":"

    Undocumented

    ","parent_name":"GPKGMapShapeType"},"Enums/GPKGFeatureIndexType.html#/c:@E@GPKGFeatureIndexType@GPKG_FIT_METADATA":{"name":"GPKG_FIT_METADATA","abstract":"

    Undocumented

    ","parent_name":"GPKGFeatureIndexType"},"Enums/GPKGFeatureIndexType.html#/c:@E@GPKGFeatureIndexType@GPKG_FIT_GEOPACKAGE":{"name":"GPKG_FIT_GEOPACKAGE","abstract":"

    Undocumented

    ","parent_name":"GPKGFeatureIndexType"},"Enums/GPKGFeatureIndexType.html#/c:@E@GPKGFeatureIndexType@GPKG_FIT_RTREE":{"name":"GPKG_FIT_RTREE","abstract":"

    Undocumented

    ","parent_name":"GPKGFeatureIndexType"},"Enums/GPKGFeatureIndexType.html#/c:@E@GPKGFeatureIndexType@GPKG_FIT_NONE":{"name":"GPKG_FIT_NONE","abstract":"

    Undocumented

    ","parent_name":"GPKGFeatureIndexType"},"Enums/GPKGDataColumnConstraintType.html#/c:@E@GPKGDataColumnConstraintType@GPKG_DCCT_RANGE":{"name":"GPKG_DCCT_RANGE","abstract":"

    Undocumented

    ","parent_name":"GPKGDataColumnConstraintType"},"Enums/GPKGDataColumnConstraintType.html#/c:@E@GPKGDataColumnConstraintType@GPKG_DCCT_ENUM":{"name":"GPKG_DCCT_ENUM","abstract":"

    Undocumented

    ","parent_name":"GPKGDataColumnConstraintType"},"Enums/GPKGDataColumnConstraintType.html#/c:@E@GPKGDataColumnConstraintType@GPKG_DCCT_GLOB":{"name":"GPKG_DCCT_GLOB","abstract":"

    Undocumented

    ","parent_name":"GPKGDataColumnConstraintType"},"Enums/GPKGDublinCoreType.html#/c:@E@GPKGDublinCoreType@GPKG_DCM_DATE":{"name":"GPKG_DCM_DATE","abstract":"

    A point or period of time associated with an event in the lifecycle of","parent_name":"GPKGDublinCoreType"},"Enums/GPKGDublinCoreType.html#/c:@E@GPKGDublinCoreType@GPKG_DCM_DESCRIPTION":{"name":"GPKG_DCM_DESCRIPTION","abstract":"

    An account of the resource.

    ","parent_name":"GPKGDublinCoreType"},"Enums/GPKGDublinCoreType.html#/c:@E@GPKGDublinCoreType@GPKG_DCM_FORMAT":{"name":"GPKG_DCM_FORMAT","abstract":"

    The file format, physical medium, or dimensions of the resource.

    ","parent_name":"GPKGDublinCoreType"},"Enums/GPKGDublinCoreType.html#/c:@E@GPKGDublinCoreType@GPKG_DCM_IDENTIFIER":{"name":"GPKG_DCM_IDENTIFIER","abstract":"

    An unambiguous reference to the resource within a given context.

    ","parent_name":"GPKGDublinCoreType"},"Enums/GPKGDublinCoreType.html#/c:@E@GPKGDublinCoreType@GPKG_DCM_SOURCE":{"name":"GPKG_DCM_SOURCE","abstract":"

    A related resource from which the described resource is derived.

    ","parent_name":"GPKGDublinCoreType"},"Enums/GPKGDublinCoreType.html#/c:@E@GPKGDublinCoreType@GPKG_DCM_TITLE":{"name":"GPKG_DCM_TITLE","abstract":"

    A name given to the resource.

    ","parent_name":"GPKGDublinCoreType"},"Enums/GPKGRelationType.html#/c:@E@GPKGRelationType@GPKG_RT_FEATURES":{"name":"GPKG_RT_FEATURES","abstract":"

    Link features with other features

    ","parent_name":"GPKGRelationType"},"Enums/GPKGRelationType.html#/c:@E@GPKGRelationType@GPKG_RT_SIMPLE_ATTRIBUTES":{"name":"GPKG_RT_SIMPLE_ATTRIBUTES","abstract":"

    Relate sets of tabular text or numeric data

    ","parent_name":"GPKGRelationType"},"Enums/GPKGRelationType.html#/c:@E@GPKGRelationType@GPKG_RT_MEDIA":{"name":"GPKG_RT_MEDIA","abstract":"

    Relate features or attributes to multimedia files such as pictures and videos

    ","parent_name":"GPKGRelationType"},"Enums/GPKGRelationType.html#/c:@E@GPKGRelationType@GPKG_RT_ATTRIBUTES":{"name":"GPKG_RT_ATTRIBUTES","abstract":"

    Relate features or attributes with attributes

    ","parent_name":"GPKGRelationType"},"Enums/GPKGRelationType.html#/c:@E@GPKGRelationType@GPKG_RT_TILES":{"name":"GPKG_RT_TILES","abstract":"

    Relate features or attributes with tiles

    ","parent_name":"GPKGRelationType"},"Enums/GPKGTileScalingType.html#/c:@E@GPKGTileScalingType@GPKG_TSC_IN":{"name":"GPKG_TSC_IN","abstract":"

    Search for tiles by zooming in

    ","parent_name":"GPKGTileScalingType"},"Enums/GPKGTileScalingType.html#/c:@E@GPKGTileScalingType@GPKG_TSC_OUT":{"name":"GPKG_TSC_OUT","abstract":"

    Search for tiles by zooming out

    ","parent_name":"GPKGTileScalingType"},"Enums/GPKGTileScalingType.html#/c:@E@GPKGTileScalingType@GPKG_TSC_IN_OUT":{"name":"GPKG_TSC_IN_OUT","abstract":"

    Search for tiles by zooming in first, and then zooming out

    ","parent_name":"GPKGTileScalingType"},"Enums/GPKGTileScalingType.html#/c:@E@GPKGTileScalingType@GPKG_TSC_OUT_IN":{"name":"GPKG_TSC_OUT_IN","abstract":"

    Search for tiles by zooming out first, and then zooming in

    ","parent_name":"GPKGTileScalingType"},"Enums/GPKGTileScalingType.html#/c:@E@GPKGTileScalingType@GPKG_TSC_CLOSEST_IN_OUT":{"name":"GPKG_TSC_CLOSEST_IN_OUT","abstract":"

    Search for tiles in closest zoom level order, zoom in levels before zoom","parent_name":"GPKGTileScalingType"},"Enums/GPKGTileScalingType.html#/c:@E@GPKGTileScalingType@GPKG_TSC_CLOSEST_OUT_IN":{"name":"GPKG_TSC_CLOSEST_OUT_IN","abstract":"

    Search for tiles in closest zoom level order, zoom out levels before zoom","parent_name":"GPKGTileScalingType"},"Enums/GPKGReferenceScopeType.html#/c:@E@GPKGReferenceScopeType@GPKG_RST_GEOPACKAGE":{"name":"GPKG_RST_GEOPACKAGE","abstract":"

    Undocumented

    ","parent_name":"GPKGReferenceScopeType"},"Enums/GPKGReferenceScopeType.html#/c:@E@GPKGReferenceScopeType@GPKG_RST_TABLE":{"name":"GPKG_RST_TABLE","abstract":"

    Undocumented

    ","parent_name":"GPKGReferenceScopeType"},"Enums/GPKGReferenceScopeType.html#/c:@E@GPKGReferenceScopeType@GPKG_RST_COLUMN":{"name":"GPKG_RST_COLUMN","abstract":"

    Undocumented

    ","parent_name":"GPKGReferenceScopeType"},"Enums/GPKGReferenceScopeType.html#/c:@E@GPKGReferenceScopeType@GPKG_RST_ROW":{"name":"GPKG_RST_ROW","abstract":"

    Undocumented

    ","parent_name":"GPKGReferenceScopeType"},"Enums/GPKGReferenceScopeType.html#/c:@E@GPKGReferenceScopeType@GPKG_RST_ROW_COL":{"name":"GPKG_RST_ROW_COL","abstract":"

    Undocumented

    ","parent_name":"GPKGReferenceScopeType"},"Enums/GPKGMetadataScopeType.html#/c:@E@GPKGMetadataScopeType@GPKG_MST_UNDEFINED":{"name":"GPKG_MST_UNDEFINED","abstract":"

    Undocumented

    ","parent_name":"GPKGMetadataScopeType"},"Enums/GPKGMetadataScopeType.html#/c:@E@GPKGMetadataScopeType@GPKG_MST_FIELD_SESSION":{"name":"GPKG_MST_FIELD_SESSION","abstract":"

    Undocumented

    ","parent_name":"GPKGMetadataScopeType"},"Enums/GPKGMetadataScopeType.html#/c:@E@GPKGMetadataScopeType@GPKG_MST_COLLECTION_SESSION":{"name":"GPKG_MST_COLLECTION_SESSION","abstract":"

    Undocumented

    ","parent_name":"GPKGMetadataScopeType"},"Enums/GPKGMetadataScopeType.html#/c:@E@GPKGMetadataScopeType@GPKG_MST_SERIES":{"name":"GPKG_MST_SERIES","abstract":"

    Undocumented

    ","parent_name":"GPKGMetadataScopeType"},"Enums/GPKGMetadataScopeType.html#/c:@E@GPKGMetadataScopeType@GPKG_MST_DATASET":{"name":"GPKG_MST_DATASET","abstract":"

    Undocumented

    ","parent_name":"GPKGMetadataScopeType"},"Enums/GPKGMetadataScopeType.html#/c:@E@GPKGMetadataScopeType@GPKG_MST_FEATURE_TYPE":{"name":"GPKG_MST_FEATURE_TYPE","abstract":"

    Undocumented

    ","parent_name":"GPKGMetadataScopeType"},"Enums/GPKGMetadataScopeType.html#/c:@E@GPKGMetadataScopeType@GPKG_MST_FEATURE":{"name":"GPKG_MST_FEATURE","abstract":"

    Undocumented

    ","parent_name":"GPKGMetadataScopeType"},"Enums/GPKGMetadataScopeType.html#/c:@E@GPKGMetadataScopeType@GPKG_MST_ATTRIBUTE_TYPE":{"name":"GPKG_MST_ATTRIBUTE_TYPE","abstract":"

    Undocumented

    ","parent_name":"GPKGMetadataScopeType"},"Enums/GPKGMetadataScopeType.html#/c:@E@GPKGMetadataScopeType@GPKG_MST_ATTRIBUTE":{"name":"GPKG_MST_ATTRIBUTE","abstract":"

    Undocumented

    ","parent_name":"GPKGMetadataScopeType"},"Enums/GPKGMetadataScopeType.html#/c:@E@GPKGMetadataScopeType@GPKG_MST_TILE":{"name":"GPKG_MST_TILE","abstract":"

    Undocumented

    ","parent_name":"GPKGMetadataScopeType"},"Enums/GPKGMetadataScopeType.html#/c:@E@GPKGMetadataScopeType@GPKG_MST_MODEL":{"name":"GPKG_MST_MODEL","abstract":"

    Undocumented

    ","parent_name":"GPKGMetadataScopeType"},"Enums/GPKGMetadataScopeType.html#/c:@E@GPKGMetadataScopeType@GPKG_MST_CATALOG":{"name":"GPKG_MST_CATALOG","abstract":"

    Undocumented

    ","parent_name":"GPKGMetadataScopeType"},"Enums/GPKGMetadataScopeType.html#/c:@E@GPKGMetadataScopeType@GPKG_MST_SCHEMA":{"name":"GPKG_MST_SCHEMA","abstract":"

    Undocumented

    ","parent_name":"GPKGMetadataScopeType"},"Enums/GPKGMetadataScopeType.html#/c:@E@GPKGMetadataScopeType@GPKG_MST_TAXONOMY":{"name":"GPKG_MST_TAXONOMY","abstract":"

    Undocumented

    ","parent_name":"GPKGMetadataScopeType"},"Enums/GPKGMetadataScopeType.html#/c:@E@GPKGMetadataScopeType@GPKG_MST_SOFTWARE":{"name":"GPKG_MST_SOFTWARE","abstract":"

    Undocumented

    ","parent_name":"GPKGMetadataScopeType"},"Enums/GPKGMetadataScopeType.html#/c:@E@GPKGMetadataScopeType@GPKG_MST_SERVICE":{"name":"GPKG_MST_SERVICE","abstract":"

    Undocumented

    ","parent_name":"GPKGMetadataScopeType"},"Enums/GPKGMetadataScopeType.html#/c:@E@GPKGMetadataScopeType@GPKG_MST_COLLECTION_HARDWARE":{"name":"GPKG_MST_COLLECTION_HARDWARE","abstract":"

    Undocumented

    ","parent_name":"GPKGMetadataScopeType"},"Enums/GPKGMetadataScopeType.html#/c:@E@GPKGMetadataScopeType@GPKG_MST_NON_GEOGRAPHIC_DATASET":{"name":"GPKG_MST_NON_GEOGRAPHIC_DATASET","abstract":"

    Undocumented

    ","parent_name":"GPKGMetadataScopeType"},"Enums/GPKGMetadataScopeType.html#/c:@E@GPKGMetadataScopeType@GPKG_MST_DIMENSION_GROUP":{"name":"GPKG_MST_DIMENSION_GROUP","abstract":"

    Undocumented

    ","parent_name":"GPKGMetadataScopeType"},"Enums/GPKGMetadataScopeType.html#/c:@E@GPKGMetadataScopeType@GPKG_MST_STYLE":{"name":"GPKG_MST_STYLE","abstract":"

    Undocumented

    ","parent_name":"GPKGMetadataScopeType"},"Enums/GPKGGriddedCoverageEncodingType.html#/c:@E@GPKGGriddedCoverageEncodingType@GPKG_GCET_CENTER":{"name":"GPKG_GCET_CENTER","abstract":"

    Assume the value is center of grid cell (default)

    ","parent_name":"GPKGGriddedCoverageEncodingType"},"Enums/GPKGGriddedCoverageEncodingType.html#/c:@E@GPKGGriddedCoverageEncodingType@GPKG_GCET_AREA":{"name":"GPKG_GCET_AREA","abstract":"

    Assume the entire grid cell has the same value

    ","parent_name":"GPKGGriddedCoverageEncodingType"},"Enums/GPKGGriddedCoverageEncodingType.html#/c:@E@GPKGGriddedCoverageEncodingType@GPKG_GCET_CORNER":{"name":"GPKG_GCET_CORNER","abstract":"

    A typical use case is for a mesh of elevation values as specified in the","parent_name":"GPKGGriddedCoverageEncodingType"},"Enums/GPKGGriddedCoverageDataType.html#/c:@E@GPKGGriddedCoverageDataType@GPKG_GCDT_INTEGER":{"name":"GPKG_GCDT_INTEGER","abstract":"

    Undocumented

    ","parent_name":"GPKGGriddedCoverageDataType"},"Enums/GPKGGriddedCoverageDataType.html#/c:@E@GPKGGriddedCoverageDataType@GPKG_GCDT_FLOAT":{"name":"GPKG_GCDT_FLOAT","abstract":"

    Undocumented

    ","parent_name":"GPKGGriddedCoverageDataType"},"Enums/GPKGCoverageDataAlgorithm.html#/c:@E@GPKGCoverageDataAlgorithm@GPKG_CDA_NEAREST_NEIGHBOR":{"name":"GPKG_CDA_NEAREST_NEIGHBOR","abstract":"

    Selects the value of the nearest point and does not consider the values","parent_name":"GPKGCoverageDataAlgorithm"},"Enums/GPKGCoverageDataAlgorithm.html#/c:@E@GPKGCoverageDataAlgorithm@GPKG_CDA_BILINEAR":{"name":"GPKG_CDA_BILINEAR","abstract":"

    Performs linear interpolation first in one direction, and then again in","parent_name":"GPKGCoverageDataAlgorithm"},"Enums/GPKGCoverageDataAlgorithm.html#/c:@E@GPKGCoverageDataAlgorithm@GPKG_CDA_BICUBIC":{"name":"GPKG_CDA_BICUBIC","abstract":"

    Considers 16 pixels to interpolate each value

    ","parent_name":"GPKGCoverageDataAlgorithm"},"Enums/GPKGExtensionScopeType.html#/c:@E@GPKGExtensionScopeType@GPKG_EST_READ_WRITE":{"name":"GPKG_EST_READ_WRITE","abstract":"

    Undocumented

    ","parent_name":"GPKGExtensionScopeType"},"Enums/GPKGExtensionScopeType.html#/c:@E@GPKGExtensionScopeType@GPKG_EST_WRITE_ONLY":{"name":"GPKG_EST_WRITE_ONLY","abstract":"

    Undocumented

    ","parent_name":"GPKGExtensionScopeType"},"Enums/GPKGCrsWktExtensionVersion.html#/c:@E@GPKGCrsWktExtensionVersion@GPKG_CRS_WKT_V_1":{"name":"GPKG_CRS_WKT_V_1","abstract":"

    Undocumented

    ","parent_name":"GPKGCrsWktExtensionVersion"},"Enums/GPKGCrsWktExtensionVersion.html#/c:@E@GPKGCrsWktExtensionVersion@GPKG_CRS_WKT_V_1_1":{"name":"GPKG_CRS_WKT_V_1_1","abstract":"

    Undocumented

    ","parent_name":"GPKGCrsWktExtensionVersion"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_GEOPACKAGE_BASE":{"name":"GPKG_DGIWG_REQ_GEOPACKAGE_BASE","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_GEOPACKAGE_OPTIONS":{"name":"GPKG_DGIWG_REQ_GEOPACKAGE_OPTIONS","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_EXTENSIONS_MANDATORY":{"name":"GPKG_DGIWG_REQ_EXTENSIONS_MANDATORY","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_EXTENSIONS_OPTIONAL":{"name":"GPKG_DGIWG_REQ_EXTENSIONS_OPTIONAL","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_EXTENSIONS_NOT_ALLOWED":{"name":"GPKG_DGIWG_REQ_EXTENSIONS_NOT_ALLOWED","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_EXTENSIONS_CONDITIONAL":{"name":"GPKG_DGIWG_REQ_EXTENSIONS_CONDITIONAL","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_CRS_RASTER_ALLOWED":{"name":"GPKG_DGIWG_REQ_CRS_RASTER_ALLOWED","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_CRS_RASTER_TILE_MATRIX_SET":{"name":"GPKG_DGIWG_REQ_CRS_RASTER_TILE_MATRIX_SET","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_CRS_2D_VECTOR":{"name":"GPKG_DGIWG_REQ_CRS_2D_VECTOR","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_CRS_3D_VECTOR":{"name":"GPKG_DGIWG_REQ_CRS_3D_VECTOR","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_CRS_WKT":{"name":"GPKG_DGIWG_REQ_CRS_WKT","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_CRS_COMPOUND":{"name":"GPKG_DGIWG_REQ_CRS_COMPOUND","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_CRS_COMPOUND_WKT":{"name":"GPKG_DGIWG_REQ_CRS_COMPOUND_WKT","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_METADATA_DMF":{"name":"GPKG_DGIWG_REQ_METADATA_DMF","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_METADATA_GPKG":{"name":"GPKG_DGIWG_REQ_METADATA_GPKG","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_METADATA_ROW":{"name":"GPKG_DGIWG_REQ_METADATA_ROW","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_METADATA_USER":{"name":"GPKG_DGIWG_REQ_METADATA_USER","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_METADATA_PRODUCT":{"name":"GPKG_DGIWG_REQ_METADATA_PRODUCT","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_METADATA_PRODUCT_PARTIAL":{"name":"GPKG_DGIWG_REQ_METADATA_PRODUCT_PARTIAL","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_VALIDITY_DATA_VALIDITY":{"name":"GPKG_DGIWG_REQ_VALIDITY_DATA_VALIDITY","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_TILE_SIZE_MATRIX":{"name":"GPKG_DGIWG_REQ_TILE_SIZE_MATRIX","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_TILE_SIZE_DATA":{"name":"GPKG_DGIWG_REQ_TILE_SIZE_DATA","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_ZOOM_FACTOR":{"name":"GPKG_DGIWG_REQ_ZOOM_FACTOR","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_ZOOM_MATRIX_SETS_MULTIPLE":{"name":"GPKG_DGIWG_REQ_ZOOM_MATRIX_SETS_MULTIPLE","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_ZOOM_MATRIX_SETS_ONE":{"name":"GPKG_DGIWG_REQ_ZOOM_MATRIX_SETS_ONE","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_BBOX_CRS":{"name":"GPKG_DGIWG_REQ_BBOX_CRS","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_METADATA_TILE":{"name":"GPKG_DGIWG_REQ_METADATA_TILE","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_METADATA_FEATURE":{"name":"GPKG_DGIWG_REQ_METADATA_FEATURE","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgDataType.html#/c:@E@GPKGDgiwgDataType@GPKG_DGIWG_DT_FEATURES_2D":{"name":"GPKG_DGIWG_DT_FEATURES_2D","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgDataType"},"Enums/GPKGDgiwgDataType.html#/c:@E@GPKGDgiwgDataType@GPKG_DGIWG_DT_FEATURES_3D":{"name":"GPKG_DGIWG_DT_FEATURES_3D","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgDataType"},"Enums/GPKGDgiwgDataType.html#/c:@E@GPKGDgiwgDataType@GPKG_DGIWG_DT_TILES_2D":{"name":"GPKG_DGIWG_DT_TILES_2D","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgDataType"},"Enums/GPKGDgiwgDataType.html#/c:@E@GPKGDgiwgDataType@GPKG_DGIWG_DT_TILES_3D":{"name":"GPKG_DGIWG_DT_TILES_3D","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgDataType"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_3035":{"name":"GPKG_DGIWG_CRS_EPSG_3035","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_3395":{"name":"GPKG_DGIWG_CRS_EPSG_3395","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_3857":{"name":"GPKG_DGIWG_CRS_EPSG_3857","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_3978":{"name":"GPKG_DGIWG_CRS_EPSG_3978","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_4326":{"name":"GPKG_DGIWG_CRS_EPSG_4326","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_4979":{"name":"GPKG_DGIWG_CRS_EPSG_4979","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_5041":{"name":"GPKG_DGIWG_CRS_EPSG_5041","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_5042":{"name":"GPKG_DGIWG_CRS_EPSG_5042","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_9518":{"name":"GPKG_DGIWG_CRS_EPSG_9518","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32601":{"name":"GPKG_DGIWG_CRS_EPSG_32601","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32602":{"name":"GPKG_DGIWG_CRS_EPSG_32602","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32603":{"name":"GPKG_DGIWG_CRS_EPSG_32603","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32604":{"name":"GPKG_DGIWG_CRS_EPSG_32604","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32605":{"name":"GPKG_DGIWG_CRS_EPSG_32605","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32606":{"name":"GPKG_DGIWG_CRS_EPSG_32606","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32607":{"name":"GPKG_DGIWG_CRS_EPSG_32607","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32608":{"name":"GPKG_DGIWG_CRS_EPSG_32608","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32609":{"name":"GPKG_DGIWG_CRS_EPSG_32609","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32610":{"name":"GPKG_DGIWG_CRS_EPSG_32610","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32611":{"name":"GPKG_DGIWG_CRS_EPSG_32611","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32612":{"name":"GPKG_DGIWG_CRS_EPSG_32612","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32613":{"name":"GPKG_DGIWG_CRS_EPSG_32613","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32614":{"name":"GPKG_DGIWG_CRS_EPSG_32614","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32615":{"name":"GPKG_DGIWG_CRS_EPSG_32615","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32616":{"name":"GPKG_DGIWG_CRS_EPSG_32616","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32617":{"name":"GPKG_DGIWG_CRS_EPSG_32617","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32618":{"name":"GPKG_DGIWG_CRS_EPSG_32618","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32619":{"name":"GPKG_DGIWG_CRS_EPSG_32619","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32620":{"name":"GPKG_DGIWG_CRS_EPSG_32620","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32621":{"name":"GPKG_DGIWG_CRS_EPSG_32621","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32622":{"name":"GPKG_DGIWG_CRS_EPSG_32622","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32623":{"name":"GPKG_DGIWG_CRS_EPSG_32623","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32624":{"name":"GPKG_DGIWG_CRS_EPSG_32624","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32625":{"name":"GPKG_DGIWG_CRS_EPSG_32625","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32626":{"name":"GPKG_DGIWG_CRS_EPSG_32626","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32627":{"name":"GPKG_DGIWG_CRS_EPSG_32627","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32628":{"name":"GPKG_DGIWG_CRS_EPSG_32628","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32629":{"name":"GPKG_DGIWG_CRS_EPSG_32629","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32630":{"name":"GPKG_DGIWG_CRS_EPSG_32630","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32631":{"name":"GPKG_DGIWG_CRS_EPSG_32631","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32632":{"name":"GPKG_DGIWG_CRS_EPSG_32632","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32633":{"name":"GPKG_DGIWG_CRS_EPSG_32633","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32634":{"name":"GPKG_DGIWG_CRS_EPSG_32634","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32635":{"name":"GPKG_DGIWG_CRS_EPSG_32635","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32636":{"name":"GPKG_DGIWG_CRS_EPSG_32636","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32637":{"name":"GPKG_DGIWG_CRS_EPSG_32637","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32638":{"name":"GPKG_DGIWG_CRS_EPSG_32638","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32639":{"name":"GPKG_DGIWG_CRS_EPSG_32639","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32640":{"name":"GPKG_DGIWG_CRS_EPSG_32640","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32641":{"name":"GPKG_DGIWG_CRS_EPSG_32641","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32642":{"name":"GPKG_DGIWG_CRS_EPSG_32642","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32643":{"name":"GPKG_DGIWG_CRS_EPSG_32643","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32644":{"name":"GPKG_DGIWG_CRS_EPSG_32644","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32645":{"name":"GPKG_DGIWG_CRS_EPSG_32645","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32646":{"name":"GPKG_DGIWG_CRS_EPSG_32646","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32647":{"name":"GPKG_DGIWG_CRS_EPSG_32647","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32648":{"name":"GPKG_DGIWG_CRS_EPSG_32648","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32649":{"name":"GPKG_DGIWG_CRS_EPSG_32649","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32650":{"name":"GPKG_DGIWG_CRS_EPSG_32650","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32651":{"name":"GPKG_DGIWG_CRS_EPSG_32651","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32652":{"name":"GPKG_DGIWG_CRS_EPSG_32652","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32653":{"name":"GPKG_DGIWG_CRS_EPSG_32653","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32654":{"name":"GPKG_DGIWG_CRS_EPSG_32654","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32655":{"name":"GPKG_DGIWG_CRS_EPSG_32655","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32656":{"name":"GPKG_DGIWG_CRS_EPSG_32656","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32657":{"name":"GPKG_DGIWG_CRS_EPSG_32657","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32658":{"name":"GPKG_DGIWG_CRS_EPSG_32658","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32659":{"name":"GPKG_DGIWG_CRS_EPSG_32659","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32660":{"name":"GPKG_DGIWG_CRS_EPSG_32660","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32701":{"name":"GPKG_DGIWG_CRS_EPSG_32701","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32702":{"name":"GPKG_DGIWG_CRS_EPSG_32702","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32703":{"name":"GPKG_DGIWG_CRS_EPSG_32703","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32704":{"name":"GPKG_DGIWG_CRS_EPSG_32704","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32705":{"name":"GPKG_DGIWG_CRS_EPSG_32705","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32706":{"name":"GPKG_DGIWG_CRS_EPSG_32706","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32707":{"name":"GPKG_DGIWG_CRS_EPSG_32707","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32708":{"name":"GPKG_DGIWG_CRS_EPSG_32708","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32709":{"name":"GPKG_DGIWG_CRS_EPSG_32709","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32710":{"name":"GPKG_DGIWG_CRS_EPSG_32710","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32711":{"name":"GPKG_DGIWG_CRS_EPSG_32711","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32712":{"name":"GPKG_DGIWG_CRS_EPSG_32712","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32713":{"name":"GPKG_DGIWG_CRS_EPSG_32713","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32714":{"name":"GPKG_DGIWG_CRS_EPSG_32714","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32715":{"name":"GPKG_DGIWG_CRS_EPSG_32715","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32716":{"name":"GPKG_DGIWG_CRS_EPSG_32716","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32717":{"name":"GPKG_DGIWG_CRS_EPSG_32717","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32718":{"name":"GPKG_DGIWG_CRS_EPSG_32718","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32719":{"name":"GPKG_DGIWG_CRS_EPSG_32719","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32720":{"name":"GPKG_DGIWG_CRS_EPSG_32720","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32721":{"name":"GPKG_DGIWG_CRS_EPSG_32721","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32722":{"name":"GPKG_DGIWG_CRS_EPSG_32722","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32723":{"name":"GPKG_DGIWG_CRS_EPSG_32723","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32724":{"name":"GPKG_DGIWG_CRS_EPSG_32724","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32725":{"name":"GPKG_DGIWG_CRS_EPSG_32725","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32726":{"name":"GPKG_DGIWG_CRS_EPSG_32726","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32727":{"name":"GPKG_DGIWG_CRS_EPSG_32727","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32728":{"name":"GPKG_DGIWG_CRS_EPSG_32728","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32729":{"name":"GPKG_DGIWG_CRS_EPSG_32729","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32730":{"name":"GPKG_DGIWG_CRS_EPSG_32730","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32731":{"name":"GPKG_DGIWG_CRS_EPSG_32731","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32732":{"name":"GPKG_DGIWG_CRS_EPSG_32732","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32733":{"name":"GPKG_DGIWG_CRS_EPSG_32733","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32734":{"name":"GPKG_DGIWG_CRS_EPSG_32734","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32735":{"name":"GPKG_DGIWG_CRS_EPSG_32735","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32736":{"name":"GPKG_DGIWG_CRS_EPSG_32736","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32737":{"name":"GPKG_DGIWG_CRS_EPSG_32737","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32738":{"name":"GPKG_DGIWG_CRS_EPSG_32738","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32739":{"name":"GPKG_DGIWG_CRS_EPSG_32739","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32740":{"name":"GPKG_DGIWG_CRS_EPSG_32740","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32741":{"name":"GPKG_DGIWG_CRS_EPSG_32741","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32742":{"name":"GPKG_DGIWG_CRS_EPSG_32742","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32743":{"name":"GPKG_DGIWG_CRS_EPSG_32743","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32744":{"name":"GPKG_DGIWG_CRS_EPSG_32744","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32745":{"name":"GPKG_DGIWG_CRS_EPSG_32745","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32746":{"name":"GPKG_DGIWG_CRS_EPSG_32746","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32747":{"name":"GPKG_DGIWG_CRS_EPSG_32747","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32748":{"name":"GPKG_DGIWG_CRS_EPSG_32748","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32749":{"name":"GPKG_DGIWG_CRS_EPSG_32749","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32750":{"name":"GPKG_DGIWG_CRS_EPSG_32750","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32751":{"name":"GPKG_DGIWG_CRS_EPSG_32751","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32752":{"name":"GPKG_DGIWG_CRS_EPSG_32752","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32753":{"name":"GPKG_DGIWG_CRS_EPSG_32753","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32754":{"name":"GPKG_DGIWG_CRS_EPSG_32754","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32755":{"name":"GPKG_DGIWG_CRS_EPSG_32755","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32756":{"name":"GPKG_DGIWG_CRS_EPSG_32756","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32757":{"name":"GPKG_DGIWG_CRS_EPSG_32757","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32758":{"name":"GPKG_DGIWG_CRS_EPSG_32758","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32759":{"name":"GPKG_DGIWG_CRS_EPSG_32759","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32760":{"name":"GPKG_DGIWG_CRS_EPSG_32760","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGConstraintType.html#/c:@E@GPKGConstraintType@GPKG_CT_PRIMARY_KEY":{"name":"GPKG_CT_PRIMARY_KEY","abstract":"

    Undocumented

    ","parent_name":"GPKGConstraintType"},"Enums/GPKGConstraintType.html#/c:@E@GPKGConstraintType@GPKG_CT_UNIQUE":{"name":"GPKG_CT_UNIQUE","abstract":"

    Undocumented

    ","parent_name":"GPKGConstraintType"},"Enums/GPKGConstraintType.html#/c:@E@GPKGConstraintType@GPKG_CT_CHECK":{"name":"GPKG_CT_CHECK","abstract":"

    Undocumented

    ","parent_name":"GPKGConstraintType"},"Enums/GPKGConstraintType.html#/c:@E@GPKGConstraintType@GPKG_CT_FOREIGN_KEY":{"name":"GPKG_CT_FOREIGN_KEY","abstract":"

    Undocumented

    ","parent_name":"GPKGConstraintType"},"Enums/GPKGConstraintType.html#/c:@E@GPKGConstraintType@GPKG_CT_NOT_NULL":{"name":"GPKG_CT_NOT_NULL","abstract":"

    Undocumented

    ","parent_name":"GPKGConstraintType"},"Enums/GPKGConstraintType.html#/c:@E@GPKGConstraintType@GPKG_CT_DEFAULT":{"name":"GPKG_CT_DEFAULT","abstract":"

    Undocumented

    ","parent_name":"GPKGConstraintType"},"Enums/GPKGConstraintType.html#/c:@E@GPKGConstraintType@GPKG_CT_COLLATE":{"name":"GPKG_CT_COLLATE","abstract":"

    Undocumented

    ","parent_name":"GPKGConstraintType"},"Enums/GPKGConstraintType.html#/c:@E@GPKGConstraintType@GPKG_CT_AUTOINCREMENT":{"name":"GPKG_CT_AUTOINCREMENT","abstract":"

    Undocumented

    ","parent_name":"GPKGConstraintType"},"Enums/GPKGSQLiteMasterType.html#/c:@E@GPKGSQLiteMasterType@GPKG_SMT_TABLE":{"name":"GPKG_SMT_TABLE","abstract":"

    Undocumented

    ","parent_name":"GPKGSQLiteMasterType"},"Enums/GPKGSQLiteMasterType.html#/c:@E@GPKGSQLiteMasterType@GPKG_SMT_INDEX":{"name":"GPKG_SMT_INDEX","abstract":"

    Undocumented

    ","parent_name":"GPKGSQLiteMasterType"},"Enums/GPKGSQLiteMasterType.html#/c:@E@GPKGSQLiteMasterType@GPKG_SMT_VIEW":{"name":"GPKG_SMT_VIEW","abstract":"

    Undocumented

    ","parent_name":"GPKGSQLiteMasterType"},"Enums/GPKGSQLiteMasterType.html#/c:@E@GPKGSQLiteMasterType@GPKG_SMT_TRIGGER":{"name":"GPKG_SMT_TRIGGER","abstract":"

    Undocumented

    ","parent_name":"GPKGSQLiteMasterType"},"Enums/GPKGSQLiteMasterColumn.html#/c:@E@GPKGSQLiteMasterColumn@GPKG_SMC_TYPE":{"name":"GPKG_SMC_TYPE","abstract":"

    Undocumented

    ","parent_name":"GPKGSQLiteMasterColumn"},"Enums/GPKGSQLiteMasterColumn.html#/c:@E@GPKGSQLiteMasterColumn@GPKG_SMC_NAME":{"name":"GPKG_SMC_NAME","abstract":"

    Undocumented

    ","parent_name":"GPKGSQLiteMasterColumn"},"Enums/GPKGSQLiteMasterColumn.html#/c:@E@GPKGSQLiteMasterColumn@GPKG_SMC_TBL_NAME":{"name":"GPKG_SMC_TBL_NAME","abstract":"

    Undocumented

    ","parent_name":"GPKGSQLiteMasterColumn"},"Enums/GPKGSQLiteMasterColumn.html#/c:@E@GPKGSQLiteMasterColumn@GPKG_SMC_ROOTPAGE":{"name":"GPKG_SMC_ROOTPAGE","abstract":"

    Undocumented

    ","parent_name":"GPKGSQLiteMasterColumn"},"Enums/GPKGSQLiteMasterColumn.html#/c:@E@GPKGSQLiteMasterColumn@GPKG_SMC_SQL":{"name":"GPKG_SMC_SQL","abstract":"

    Undocumented

    ","parent_name":"GPKGSQLiteMasterColumn"},"Enums/GPKGDataType.html#/c:@E@GPKGDataType@GPKG_DT_BOOLEAN":{"name":"GPKG_DT_BOOLEAN","abstract":"

    Undocumented

    ","parent_name":"GPKGDataType"},"Enums/GPKGDataType.html#/c:@E@GPKGDataType@GPKG_DT_TINYINT":{"name":"GPKG_DT_TINYINT","abstract":"

    Undocumented

    ","parent_name":"GPKGDataType"},"Enums/GPKGDataType.html#/c:@E@GPKGDataType@GPKG_DT_SMALLINT":{"name":"GPKG_DT_SMALLINT","abstract":"

    Undocumented

    ","parent_name":"GPKGDataType"},"Enums/GPKGDataType.html#/c:@E@GPKGDataType@GPKG_DT_MEDIUMINT":{"name":"GPKG_DT_MEDIUMINT","abstract":"

    Undocumented

    ","parent_name":"GPKGDataType"},"Enums/GPKGDataType.html#/c:@E@GPKGDataType@GPKG_DT_INT":{"name":"GPKG_DT_INT","abstract":"

    Undocumented

    ","parent_name":"GPKGDataType"},"Enums/GPKGDataType.html#/c:@E@GPKGDataType@GPKG_DT_INTEGER":{"name":"GPKG_DT_INTEGER","abstract":"

    Undocumented

    ","parent_name":"GPKGDataType"},"Enums/GPKGDataType.html#/c:@E@GPKGDataType@GPKG_DT_FLOAT":{"name":"GPKG_DT_FLOAT","abstract":"

    Undocumented

    ","parent_name":"GPKGDataType"},"Enums/GPKGDataType.html#/c:@E@GPKGDataType@GPKG_DT_DOUBLE":{"name":"GPKG_DT_DOUBLE","abstract":"

    Undocumented

    ","parent_name":"GPKGDataType"},"Enums/GPKGDataType.html#/c:@E@GPKGDataType@GPKG_DT_REAL":{"name":"GPKG_DT_REAL","abstract":"

    Undocumented

    ","parent_name":"GPKGDataType"},"Enums/GPKGDataType.html#/c:@E@GPKGDataType@GPKG_DT_TEXT":{"name":"GPKG_DT_TEXT","abstract":"

    Undocumented

    ","parent_name":"GPKGDataType"},"Enums/GPKGDataType.html#/c:@E@GPKGDataType@GPKG_DT_BLOB":{"name":"GPKG_DT_BLOB","abstract":"

    Undocumented

    ","parent_name":"GPKGDataType"},"Enums/GPKGDataType.html#/c:@E@GPKGDataType@GPKG_DT_DATE":{"name":"GPKG_DT_DATE","abstract":"

    Undocumented

    ","parent_name":"GPKGDataType"},"Enums/GPKGDataType.html#/c:@E@GPKGDataType@GPKG_DT_DATETIME":{"name":"GPKG_DT_DATETIME","abstract":"

    Undocumented

    ","parent_name":"GPKGDataType"},"Enums/GPKGContentsDataType.html#/c:@E@GPKGContentsDataType@GPKG_CDT_FEATURES":{"name":"GPKG_CDT_FEATURES","abstract":"

    Undocumented

    ","parent_name":"GPKGContentsDataType"},"Enums/GPKGContentsDataType.html#/c:@E@GPKGContentsDataType@GPKG_CDT_TILES":{"name":"GPKG_CDT_TILES","abstract":"

    Undocumented

    ","parent_name":"GPKGContentsDataType"},"Enums/GPKGContentsDataType.html#/c:@E@GPKGContentsDataType@GPKG_CDT_ATTRIBUTES":{"name":"GPKG_CDT_ATTRIBUTES","abstract":"

    Undocumented

    ","parent_name":"GPKGContentsDataType"},"Enums/SFEventType.html#/c:@E@SFEventType@SF_ET_LEFT":{"name":"SF_ET_LEFT","abstract":"

    Undocumented

    ","parent_name":"SFEventType"},"Enums/SFEventType.html#/c:@E@SFEventType@SF_ET_RIGHT":{"name":"SF_ET_RIGHT","abstract":"

    Undocumented

    ","parent_name":"SFEventType"},"Enums/SFFiniteFilterType.html#/c:@E@SFFiniteFilterType@SF_FF_FINITE":{"name":"SF_FF_FINITE","abstract":"

    Undocumented

    ","parent_name":"SFFiniteFilterType"},"Enums/SFFiniteFilterType.html#/c:@E@SFFiniteFilterType@SF_FF_FINITE_AND_INFINITE":{"name":"SF_FF_FINITE_AND_INFINITE","abstract":"

    Undocumented

    ","parent_name":"SFFiniteFilterType"},"Enums/SFFiniteFilterType.html#/c:@E@SFFiniteFilterType@SF_FF_FINITE_AND_NAN":{"name":"SF_FF_FINITE_AND_NAN","abstract":"

    Undocumented

    ","parent_name":"SFFiniteFilterType"},"Enums/SFGeometryType.html#/c:@E@SFGeometryType@SF_GEOMETRY":{"name":"SF_GEOMETRY","abstract":"

    Undocumented

    ","parent_name":"SFGeometryType"},"Enums/SFGeometryType.html#/c:@E@SFGeometryType@SF_POINT":{"name":"SF_POINT","abstract":"

    Undocumented

    ","parent_name":"SFGeometryType"},"Enums/SFGeometryType.html#/c:@E@SFGeometryType@SF_LINESTRING":{"name":"SF_LINESTRING","abstract":"

    Undocumented

    ","parent_name":"SFGeometryType"},"Enums/SFGeometryType.html#/c:@E@SFGeometryType@SF_POLYGON":{"name":"SF_POLYGON","abstract":"

    Undocumented

    ","parent_name":"SFGeometryType"},"Enums/SFGeometryType.html#/c:@E@SFGeometryType@SF_MULTIPOINT":{"name":"SF_MULTIPOINT","abstract":"

    Undocumented

    ","parent_name":"SFGeometryType"},"Enums/SFGeometryType.html#/c:@E@SFGeometryType@SF_MULTILINESTRING":{"name":"SF_MULTILINESTRING","abstract":"

    Undocumented

    ","parent_name":"SFGeometryType"},"Enums/SFGeometryType.html#/c:@E@SFGeometryType@SF_MULTIPOLYGON":{"name":"SF_MULTIPOLYGON","abstract":"

    Undocumented

    ","parent_name":"SFGeometryType"},"Enums/SFGeometryType.html#/c:@E@SFGeometryType@SF_GEOMETRYCOLLECTION":{"name":"SF_GEOMETRYCOLLECTION","abstract":"

    Undocumented

    ","parent_name":"SFGeometryType"},"Enums/SFGeometryType.html#/c:@E@SFGeometryType@SF_CIRCULARSTRING":{"name":"SF_CIRCULARSTRING","abstract":"

    Undocumented

    ","parent_name":"SFGeometryType"},"Enums/SFGeometryType.html#/c:@E@SFGeometryType@SF_COMPOUNDCURVE":{"name":"SF_COMPOUNDCURVE","abstract":"

    Undocumented

    ","parent_name":"SFGeometryType"},"Enums/SFGeometryType.html#/c:@E@SFGeometryType@SF_CURVEPOLYGON":{"name":"SF_CURVEPOLYGON","abstract":"

    Undocumented

    ","parent_name":"SFGeometryType"},"Enums/SFGeometryType.html#/c:@E@SFGeometryType@SF_MULTICURVE":{"name":"SF_MULTICURVE","abstract":"

    Undocumented

    ","parent_name":"SFGeometryType"},"Enums/SFGeometryType.html#/c:@E@SFGeometryType@SF_MULTISURFACE":{"name":"SF_MULTISURFACE","abstract":"

    Undocumented

    ","parent_name":"SFGeometryType"},"Enums/SFGeometryType.html#/c:@E@SFGeometryType@SF_CURVE":{"name":"SF_CURVE","abstract":"

    Undocumented

    ","parent_name":"SFGeometryType"},"Enums/SFGeometryType.html#/c:@E@SFGeometryType@SF_SURFACE":{"name":"SF_SURFACE","abstract":"

    Undocumented

    ","parent_name":"SFGeometryType"},"Enums/SFGeometryType.html#/c:@E@SFGeometryType@SF_POLYHEDRALSURFACE":{"name":"SF_POLYHEDRALSURFACE","abstract":"

    Undocumented

    ","parent_name":"SFGeometryType"},"Enums/SFGeometryType.html#/c:@E@SFGeometryType@SF_TIN":{"name":"SF_TIN","abstract":"

    Undocumented

    ","parent_name":"SFGeometryType"},"Enums/SFGeometryType.html#/c:@E@SFGeometryType@SF_TRIANGLE":{"name":"SF_TRIANGLE","abstract":"

    Undocumented

    ","parent_name":"SFGeometryType"},"Enums/SFGeometryType.html#/c:@E@SFGeometryType@SF_NONE":{"name":"SF_NONE","abstract":"

    Undocumented

    ","parent_name":"SFGeometryType"},"Enums/PROJUnit.html#/c:@E@PROJUnit@PROJ_UNIT_DEGREES":{"name":"PROJ_UNIT_DEGREES","abstract":"

    Undocumented

    ","parent_name":"PROJUnit"},"Enums/PROJUnit.html#/c:@E@PROJUnit@PROJ_UNIT_METERS":{"name":"PROJ_UNIT_METERS","abstract":"

    Undocumented

    ","parent_name":"PROJUnit"},"Enums/PROJUnit.html#/c:@E@PROJUnit@PROJ_UNIT_NONE":{"name":"PROJ_UNIT_NONE","abstract":"

    Undocumented

    ","parent_name":"PROJUnit"},"Enums/PROJProjectionFactoryType.html#/c:@E@PROJProjectionFactoryType@PROJ_FACTORY_CACHE":{"name":"PROJ_FACTORY_CACHE","abstract":"

    Cached projections from previous retrievals

    ","parent_name":"PROJProjectionFactoryType"},"Enums/PROJProjectionFactoryType.html#/c:@E@PROJProjectionFactoryType@PROJ_FACTORY_DEFINITION":{"name":"PROJ_FACTORY_DEFINITION","abstract":"

    Well-Known Text Definition parsing and proj4 conversion

    ","parent_name":"PROJProjectionFactoryType"},"Enums/PROJProjectionFactoryType.html#/c:@E@PROJProjectionFactoryType@PROJ_FACTORY_PARAMETERS":{"name":"PROJ_FACTORY_PARAMETERS","abstract":"

    proj4 creation from proj4 projection parameters

    ","parent_name":"PROJProjectionFactoryType"},"Enums/PROJProjectionFactoryType.html#/c:@E@PROJProjectionFactoryType@PROJ_FACTORY_PROPERTIES":{"name":"PROJ_FACTORY_PROPERTIES","abstract":"

    Creation from project and custom properties of configured proj4 projection parameters

    ","parent_name":"PROJProjectionFactoryType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_ABRIDGEDTRANSFORMATION":{"name":"CRS_KEYWORD_ABRIDGEDTRANSFORMATION","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_ANCHOR":{"name":"CRS_KEYWORD_ANCHOR","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_ANGLEUNIT":{"name":"CRS_KEYWORD_ANGLEUNIT","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_AREA":{"name":"CRS_KEYWORD_AREA","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_AXIS":{"name":"CRS_KEYWORD_AXIS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_BASEENGCRS":{"name":"CRS_KEYWORD_BASEENGCRS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_BASEGEODCRS":{"name":"CRS_KEYWORD_BASEGEODCRS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_BASEGEOGCRS":{"name":"CRS_KEYWORD_BASEGEOGCRS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_BASEPARAMCRS":{"name":"CRS_KEYWORD_BASEPARAMCRS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_BASEPROJCRS":{"name":"CRS_KEYWORD_BASEPROJCRS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_BASETIMECRS":{"name":"CRS_KEYWORD_BASETIMECRS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_BASEVERTCRS":{"name":"CRS_KEYWORD_BASEVERTCRS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_BBOX":{"name":"CRS_KEYWORD_BBOX","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_BEARING":{"name":"CRS_KEYWORD_BEARING","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_BOUNDCRS":{"name":"CRS_KEYWORD_BOUNDCRS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_CALENDAR":{"name":"CRS_KEYWORD_CALENDAR","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_CITATION":{"name":"CRS_KEYWORD_CITATION","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_CONVERSION":{"name":"CRS_KEYWORD_CONVERSION","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_COMPOUNDCRS":{"name":"CRS_KEYWORD_COMPOUNDCRS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_CONCATENATEDOPERATION":{"name":"CRS_KEYWORD_CONCATENATEDOPERATION","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_COORDINATEMETADATA":{"name":"CRS_KEYWORD_COORDINATEMETADATA","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_COORDINATEOPERATION":{"name":"CRS_KEYWORD_COORDINATEOPERATION","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_CS":{"name":"CRS_KEYWORD_CS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_DATUM":{"name":"CRS_KEYWORD_DATUM","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_DERIVEDPROJCRS":{"name":"CRS_KEYWORD_DERIVEDPROJCRS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_DERIVINGCONVERSION":{"name":"CRS_KEYWORD_DERIVINGCONVERSION","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_DYNAMIC":{"name":"CRS_KEYWORD_DYNAMIC","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_EDATUM":{"name":"CRS_KEYWORD_EDATUM","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_ELLIPSOID":{"name":"CRS_KEYWORD_ELLIPSOID","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_ENGCRS":{"name":"CRS_KEYWORD_ENGCRS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_ENSEMBLE":{"name":"CRS_KEYWORD_ENSEMBLE","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_ENSEMBLEACCURACY":{"name":"CRS_KEYWORD_ENSEMBLEACCURACY","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_EPOCH":{"name":"CRS_KEYWORD_EPOCH","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_EXTENSION":{"name":"CRS_KEYWORD_EXTENSION","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_FRAMEEPOCH":{"name":"CRS_KEYWORD_FRAMEEPOCH","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_GEOCCS":{"name":"CRS_KEYWORD_GEOCCS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_GEODCRS":{"name":"CRS_KEYWORD_GEODCRS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_GEOGCS":{"name":"CRS_KEYWORD_GEOGCS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_GEOGCRS":{"name":"CRS_KEYWORD_GEOGCRS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_GEOIDMODEL":{"name":"CRS_KEYWORD_GEOIDMODEL","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_ID":{"name":"CRS_KEYWORD_ID","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_INTERPOLATIONCRS":{"name":"CRS_KEYWORD_INTERPOLATIONCRS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_LENGTHUNIT":{"name":"CRS_KEYWORD_LENGTHUNIT","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_LOCAL_CS":{"name":"CRS_KEYWORD_LOCAL_CS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_MEMBER":{"name":"CRS_KEYWORD_MEMBER","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_MERIDIAN":{"name":"CRS_KEYWORD_MERIDIAN","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_METHOD":{"name":"CRS_KEYWORD_METHOD","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_MODEL":{"name":"CRS_KEYWORD_MODEL","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_OPERATIONACCURACY":{"name":"CRS_KEYWORD_OPERATIONACCURACY","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_ORDER":{"name":"CRS_KEYWORD_ORDER","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_PARAMETER":{"name":"CRS_KEYWORD_PARAMETER","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_PARAMETERFILE":{"name":"CRS_KEYWORD_PARAMETERFILE","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_PARAMETRICCRS":{"name":"CRS_KEYWORD_PARAMETRICCRS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_PARAMETRICUNIT":{"name":"CRS_KEYWORD_PARAMETRICUNIT","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_PDATUM":{"name":"CRS_KEYWORD_PDATUM","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_POINTMOTIONOPERATION":{"name":"CRS_KEYWORD_POINTMOTIONOPERATION","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_PRIMEM":{"name":"CRS_KEYWORD_PRIMEM","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_PROJCRS":{"name":"CRS_KEYWORD_PROJCRS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_PROJCS":{"name":"CRS_KEYWORD_PROJCS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_REMARK":{"name":"CRS_KEYWORD_REMARK","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_SCALEUNIT":{"name":"CRS_KEYWORD_SCALEUNIT","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_SCOPE":{"name":"CRS_KEYWORD_SCOPE","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_SOURCECRS":{"name":"CRS_KEYWORD_SOURCECRS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_STEP":{"name":"CRS_KEYWORD_STEP","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_TARGETCRS":{"name":"CRS_KEYWORD_TARGETCRS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_TDATUM":{"name":"CRS_KEYWORD_TDATUM","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_TIMECRS":{"name":"CRS_KEYWORD_TIMECRS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_TIMEEXTENT":{"name":"CRS_KEYWORD_TIMEEXTENT","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_TIMEORIGIN":{"name":"CRS_KEYWORD_TIMEORIGIN","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_TIMEUNIT":{"name":"CRS_KEYWORD_TIMEUNIT","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_TOWGS84":{"name":"CRS_KEYWORD_TOWGS84","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_TRIAXIAL":{"name":"CRS_KEYWORD_TRIAXIAL","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_USAGE":{"name":"CRS_KEYWORD_USAGE","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_URI":{"name":"CRS_KEYWORD_URI","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_VDATUM":{"name":"CRS_KEYWORD_VDATUM","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_VERSION":{"name":"CRS_KEYWORD_VERSION","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_VERT_CS":{"name":"CRS_KEYWORD_VERT_CS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_VERTCRS":{"name":"CRS_KEYWORD_VERTCRS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_VERTICALEXTENT":{"name":"CRS_KEYWORD_VERTICALEXTENT","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSOperationType.html#/c:@E@CRSOperationType@CRS_OPERATION_COORDINATE":{"name":"CRS_OPERATION_COORDINATE","abstract":"

    Undocumented

    ","parent_name":"CRSOperationType"},"Enums/CRSOperationType.html#/c:@E@CRSOperationType@CRS_OPERATION_POINT_MOTION":{"name":"CRS_OPERATION_POINT_MOTION","abstract":"

    Undocumented

    ","parent_name":"CRSOperationType"},"Enums/CRSOperationType.html#/c:@E@CRSOperationType@CRS_OPERATION_MAP_PROJECTION":{"name":"CRS_OPERATION_MAP_PROJECTION","abstract":"

    Undocumented

    ","parent_name":"CRSOperationType"},"Enums/CRSOperationType.html#/c:@E@CRSOperationType@CRS_OPERATION_DERIVING_CONVERSION":{"name":"CRS_OPERATION_DERIVING_CONVERSION","abstract":"

    Undocumented

    ","parent_name":"CRSOperationType"},"Enums/CRSOperationType.html#/c:@E@CRSOperationType@CRS_OPERATION_ABRIDGED_COORDINATE_TRANSFORMATION":{"name":"CRS_OPERATION_ABRIDGED_COORDINATE_TRANSFORMATION","abstract":"

    Undocumented

    ","parent_name":"CRSOperationType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_ANGLE_FROM_RECTIFIED_TO_SKEW_GRID":{"name":"CRS_PARAMETER_ANGLE_FROM_RECTIFIED_TO_SKEW_GRID","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_AZIMUTH_OF_INITIAL_LINE":{"name":"CRS_PARAMETER_AZIMUTH_OF_INITIAL_LINE","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_CO_LATITUDE_OF_CONE_AXIS":{"name":"CRS_PARAMETER_CO_LATITUDE_OF_CONE_AXIS","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_EASTING_AT_FALSE_ORIGIN":{"name":"CRS_PARAMETER_EASTING_AT_FALSE_ORIGIN","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_EASTING_AT_PROJECTION_CENTRE":{"name":"CRS_PARAMETER_EASTING_AT_PROJECTION_CENTRE","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_ELLIPSOIDAL_HEIGHT_DIFFERENCE_FILE":{"name":"CRS_PARAMETER_ELLIPSOIDAL_HEIGHT_DIFFERENCE_FILE","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_FALSE_EASTING":{"name":"CRS_PARAMETER_FALSE_EASTING","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_FALSE_NORTHING":{"name":"CRS_PARAMETER_FALSE_NORTHING","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_LATITUDE_AND_LONGITUDE_DIFFERENCE_FILE":{"name":"CRS_PARAMETER_LATITUDE_AND_LONGITUDE_DIFFERENCE_FILE","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_LATITUDE_DIFFERENCE_FILE":{"name":"CRS_PARAMETER_LATITUDE_DIFFERENCE_FILE","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_LATITUDE_OF_1ST_STANDARD_PARALLEL":{"name":"CRS_PARAMETER_LATITUDE_OF_1ST_STANDARD_PARALLEL","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_LATITUDE_OF_2ND_STANDARD_PARALLEL":{"name":"CRS_PARAMETER_LATITUDE_OF_2ND_STANDARD_PARALLEL","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_LATITUDE_OF_FALSE_ORIGIN":{"name":"CRS_PARAMETER_LATITUDE_OF_FALSE_ORIGIN","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_LATITUDE_OF_NATURAL_ORIGIN":{"name":"CRS_PARAMETER_LATITUDE_OF_NATURAL_ORIGIN","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_LATITUDE_OF_PROJECTION_CENTRE":{"name":"CRS_PARAMETER_LATITUDE_OF_PROJECTION_CENTRE","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_LATITUDE_OF_PSEUDO_STANDARD_PARALLEL":{"name":"CRS_PARAMETER_LATITUDE_OF_PSEUDO_STANDARD_PARALLEL","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_LONGITUDE_DIFFERENCE_FILE":{"name":"CRS_PARAMETER_LONGITUDE_DIFFERENCE_FILE","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_LONGITUDE_OF_FALSE_ORIGIN":{"name":"CRS_PARAMETER_LONGITUDE_OF_FALSE_ORIGIN","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_LONGITUDE_OF_NATURAL_ORIGIN":{"name":"CRS_PARAMETER_LONGITUDE_OF_NATURAL_ORIGIN","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_LONGITUDE_OF_ORIGIN":{"name":"CRS_PARAMETER_LONGITUDE_OF_ORIGIN","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_LONGITUDE_OF_PROJECTION_CENTRE":{"name":"CRS_PARAMETER_LONGITUDE_OF_PROJECTION_CENTRE","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_NORTHING_AT_FALSE_ORIGIN":{"name":"CRS_PARAMETER_NORTHING_AT_FALSE_ORIGIN","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_NORTHING_AT_PROJECTION_CENTRE":{"name":"CRS_PARAMETER_NORTHING_AT_PROJECTION_CENTRE","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_ORDINATE_1_OF_EVALUATION_POINT":{"name":"CRS_PARAMETER_ORDINATE_1_OF_EVALUATION_POINT","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_ORDINATE_2_OF_EVALUATION_POINT":{"name":"CRS_PARAMETER_ORDINATE_2_OF_EVALUATION_POINT","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_ORDINATE_3_OF_EVALUATION_POINT":{"name":"CRS_PARAMETER_ORDINATE_3_OF_EVALUATION_POINT","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_SCALE_DIFFERENCE":{"name":"CRS_PARAMETER_SCALE_DIFFERENCE","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_SCALE_FACTOR_AT_NATURAL_ORIGIN":{"name":"CRS_PARAMETER_SCALE_FACTOR_AT_NATURAL_ORIGIN","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_SCALE_FACTOR_ON_INITIAL_LINE":{"name":"CRS_PARAMETER_SCALE_FACTOR_ON_INITIAL_LINE","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_SCALE_FACTOR_ON_PSEUDO_STANDARD_PARALLEL":{"name":"CRS_PARAMETER_SCALE_FACTOR_ON_PSEUDO_STANDARD_PARALLEL","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_VERTICAL_OFFSET":{"name":"CRS_PARAMETER_VERTICAL_OFFSET","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_X_AXIS_ROTATION":{"name":"CRS_PARAMETER_X_AXIS_ROTATION","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_X_AXIS_TRANSLATION":{"name":"CRS_PARAMETER_X_AXIS_TRANSLATION","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_Y_AXIS_ROTATION":{"name":"CRS_PARAMETER_Y_AXIS_ROTATION","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_Y_AXIS_TRANSLATION":{"name":"CRS_PARAMETER_Y_AXIS_TRANSLATION","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_Z_AXIS_ROTATION":{"name":"CRS_PARAMETER_Z_AXIS_ROTATION","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_Z_AXIS_TRANSLATION":{"name":"CRS_PARAMETER_Z_AXIS_TRANSLATION","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_ALBERS_EQUAL_AREA":{"name":"CRS_METHOD_ALBERS_EQUAL_AREA","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_AMERICAN_POLYCONIC":{"name":"CRS_METHOD_AMERICAN_POLYCONIC","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_CASSINI_SOLDNER":{"name":"CRS_METHOD_CASSINI_SOLDNER","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_COORDINATE_FRAME_ROTATION":{"name":"CRS_METHOD_COORDINATE_FRAME_ROTATION","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_EQUIDISTANT_CYLINDRICAL":{"name":"CRS_METHOD_EQUIDISTANT_CYLINDRICAL","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_GEOCENTRIC_TRANSLATIONS":{"name":"CRS_METHOD_GEOCENTRIC_TRANSLATIONS","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_HOTINE_OBLIQUE_MERCATOR_A":{"name":"CRS_METHOD_HOTINE_OBLIQUE_MERCATOR_A","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_HOTINE_OBLIQUE_MERCATOR_B":{"name":"CRS_METHOD_HOTINE_OBLIQUE_MERCATOR_B","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_KROVAK":{"name":"CRS_METHOD_KROVAK","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_LAMBERT_AZIMUTHAL_EQUAL_AREA":{"name":"CRS_METHOD_LAMBERT_AZIMUTHAL_EQUAL_AREA","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_LAMBERT_CONIC_CONFORMAL_1SP":{"name":"CRS_METHOD_LAMBERT_CONIC_CONFORMAL_1SP","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_LAMBERT_CONIC_CONFORMAL_2SP":{"name":"CRS_METHOD_LAMBERT_CONIC_CONFORMAL_2SP","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_LAMBERT_CYLINDRICAL_EQUAL_AREA":{"name":"CRS_METHOD_LAMBERT_CYLINDRICAL_EQUAL_AREA","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_LONGITUDE_ROTATION":{"name":"CRS_METHOD_LONGITUDE_ROTATION","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_MERCATOR_A":{"name":"CRS_METHOD_MERCATOR_A","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_MERCATOR_B":{"name":"CRS_METHOD_MERCATOR_B","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_MOLODENSKY_BADEKAS":{"name":"CRS_METHOD_MOLODENSKY_BADEKAS","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_NADCON":{"name":"CRS_METHOD_NADCON","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_NADCON5":{"name":"CRS_METHOD_NADCON5","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_NEW_ZEALAND_MAP_GRID":{"name":"CRS_METHOD_NEW_ZEALAND_MAP_GRID","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_NTV2":{"name":"CRS_METHOD_NTV2","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_OBLIQUE_STEREOGRAPHIC":{"name":"CRS_METHOD_OBLIQUE_STEREOGRAPHIC","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_POLAR_STEREOGRAPHIC_A":{"name":"CRS_METHOD_POLAR_STEREOGRAPHIC_A","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_POLAR_STEREOGRAPHIC_B":{"name":"CRS_METHOD_POLAR_STEREOGRAPHIC_B","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_POLAR_STEREOGRAPHIC_C":{"name":"CRS_METHOD_POLAR_STEREOGRAPHIC_C","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_POPULAR_VISUALISATION_PSEUDO_MERCATOR":{"name":"CRS_METHOD_POPULAR_VISUALISATION_PSEUDO_MERCATOR","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_POSITION_VECTOR_TRANSFORMATION":{"name":"CRS_METHOD_POSITION_VECTOR_TRANSFORMATION","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_TRANSVERSE_MERCATOR":{"name":"CRS_METHOD_TRANSVERSE_MERCATOR","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_TRANSVERSE_MERCATOR_SOUTH_ORIENTATED":{"name":"CRS_METHOD_TRANSVERSE_MERCATOR_SOUTH_ORIENTATED","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_VERTICAL_OFFSET":{"name":"CRS_METHOD_VERTICAL_OFFSET","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSPrimeMeridianType.html#/c:@E@CRSPrimeMeridianType@CRS_PM_GREENWICH":{"name":"CRS_PM_GREENWICH","abstract":"

    Undocumented

    ","parent_name":"CRSPrimeMeridianType"},"Enums/CRSPrimeMeridianType.html#/c:@E@CRSPrimeMeridianType@CRS_PM_LISBON":{"name":"CRS_PM_LISBON","abstract":"

    Undocumented

    ","parent_name":"CRSPrimeMeridianType"},"Enums/CRSPrimeMeridianType.html#/c:@E@CRSPrimeMeridianType@CRS_PM_PARIS":{"name":"CRS_PM_PARIS","abstract":"

    Undocumented

    ","parent_name":"CRSPrimeMeridianType"},"Enums/CRSPrimeMeridianType.html#/c:@E@CRSPrimeMeridianType@CRS_PM_BOGOTA":{"name":"CRS_PM_BOGOTA","abstract":"

    Undocumented

    ","parent_name":"CRSPrimeMeridianType"},"Enums/CRSPrimeMeridianType.html#/c:@E@CRSPrimeMeridianType@CRS_PM_MADRID":{"name":"CRS_PM_MADRID","abstract":"

    Undocumented

    ","parent_name":"CRSPrimeMeridianType"},"Enums/CRSPrimeMeridianType.html#/c:@E@CRSPrimeMeridianType@CRS_PM_ROME":{"name":"CRS_PM_ROME","abstract":"

    Undocumented

    ","parent_name":"CRSPrimeMeridianType"},"Enums/CRSPrimeMeridianType.html#/c:@E@CRSPrimeMeridianType@CRS_PM_BERN":{"name":"CRS_PM_BERN","abstract":"

    Undocumented

    ","parent_name":"CRSPrimeMeridianType"},"Enums/CRSPrimeMeridianType.html#/c:@E@CRSPrimeMeridianType@CRS_PM_JAKARTA":{"name":"CRS_PM_JAKARTA","abstract":"

    Undocumented

    ","parent_name":"CRSPrimeMeridianType"},"Enums/CRSPrimeMeridianType.html#/c:@E@CRSPrimeMeridianType@CRS_PM_FERRO":{"name":"CRS_PM_FERRO","abstract":"

    Undocumented

    ","parent_name":"CRSPrimeMeridianType"},"Enums/CRSPrimeMeridianType.html#/c:@E@CRSPrimeMeridianType@CRS_PM_BRUSSELS":{"name":"CRS_PM_BRUSSELS","abstract":"

    Undocumented

    ","parent_name":"CRSPrimeMeridianType"},"Enums/CRSPrimeMeridianType.html#/c:@E@CRSPrimeMeridianType@CRS_PM_STOCKHOLM":{"name":"CRS_PM_STOCKHOLM","abstract":"

    Undocumented

    ","parent_name":"CRSPrimeMeridianType"},"Enums/CRSPrimeMeridianType.html#/c:@E@CRSPrimeMeridianType@CRS_PM_ATHENS":{"name":"CRS_PM_ATHENS","abstract":"

    Undocumented

    ","parent_name":"CRSPrimeMeridianType"},"Enums/CRSPrimeMeridianType.html#/c:@E@CRSPrimeMeridianType@CRS_PM_OSLO":{"name":"CRS_PM_OSLO","abstract":"

    Undocumented

    ","parent_name":"CRSPrimeMeridianType"},"Enums/CRSGeoDatumType.html#/c:@E@CRSGeoDatumType@CRS_DATUM_WGS84":{"name":"CRS_DATUM_WGS84","abstract":"

    Undocumented

    ","parent_name":"CRSGeoDatumType"},"Enums/CRSGeoDatumType.html#/c:@E@CRSGeoDatumType@CRS_DATUM_GGRS87":{"name":"CRS_DATUM_GGRS87","abstract":"

    Undocumented

    ","parent_name":"CRSGeoDatumType"},"Enums/CRSGeoDatumType.html#/c:@E@CRSGeoDatumType@CRS_DATUM_NAD83":{"name":"CRS_DATUM_NAD83","abstract":"

    Undocumented

    ","parent_name":"CRSGeoDatumType"},"Enums/CRSGeoDatumType.html#/c:@E@CRSGeoDatumType@CRS_DATUM_ETRS89":{"name":"CRS_DATUM_ETRS89","abstract":"

    Undocumented

    ","parent_name":"CRSGeoDatumType"},"Enums/CRSGeoDatumType.html#/c:@E@CRSGeoDatumType@CRS_DATUM_NAD27":{"name":"CRS_DATUM_NAD27","abstract":"

    Undocumented

    ","parent_name":"CRSGeoDatumType"},"Enums/CRSGeoDatumType.html#/c:@E@CRSGeoDatumType@CRS_DATUM_POTSDAM":{"name":"CRS_DATUM_POTSDAM","abstract":"

    Undocumented

    ","parent_name":"CRSGeoDatumType"},"Enums/CRSGeoDatumType.html#/c:@E@CRSGeoDatumType@CRS_DATUM_CARTHAGE":{"name":"CRS_DATUM_CARTHAGE","abstract":"

    Undocumented

    ","parent_name":"CRSGeoDatumType"},"Enums/CRSGeoDatumType.html#/c:@E@CRSGeoDatumType@CRS_DATUM_HERMANNSKOGEL":{"name":"CRS_DATUM_HERMANNSKOGEL","abstract":"

    Undocumented

    ","parent_name":"CRSGeoDatumType"},"Enums/CRSGeoDatumType.html#/c:@E@CRSGeoDatumType@CRS_DATUM_IRE65":{"name":"CRS_DATUM_IRE65","abstract":"

    Undocumented

    ","parent_name":"CRSGeoDatumType"},"Enums/CRSGeoDatumType.html#/c:@E@CRSGeoDatumType@CRS_DATUM_NZGD49":{"name":"CRS_DATUM_NZGD49","abstract":"

    Undocumented

    ","parent_name":"CRSGeoDatumType"},"Enums/CRSGeoDatumType.html#/c:@E@CRSGeoDatumType@CRS_DATUM_OSGB36":{"name":"CRS_DATUM_OSGB36","abstract":"

    Undocumented

    ","parent_name":"CRSGeoDatumType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_INTERNATIONAL":{"name":"CRS_ELLIPSOIDS_INTERNATIONAL","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_BESSEL":{"name":"CRS_ELLIPSOIDS_BESSEL","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_CLARKE_1866":{"name":"CRS_ELLIPSOIDS_CLARKE_1866","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_CLARKE_1880":{"name":"CRS_ELLIPSOIDS_CLARKE_1880","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_AIRY":{"name":"CRS_ELLIPSOIDS_AIRY","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_WGS60":{"name":"CRS_ELLIPSOIDS_WGS60","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_WGS66":{"name":"CRS_ELLIPSOIDS_WGS66","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_WGS72":{"name":"CRS_ELLIPSOIDS_WGS72","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_WGS84":{"name":"CRS_ELLIPSOIDS_WGS84","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_KRASSOVSKY":{"name":"CRS_ELLIPSOIDS_KRASSOVSKY","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_EVEREST":{"name":"CRS_ELLIPSOIDS_EVEREST","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_INTERNATIONAL_1967":{"name":"CRS_ELLIPSOIDS_INTERNATIONAL_1967","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_GRS80":{"name":"CRS_ELLIPSOIDS_GRS80","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_AUSTRALIAN":{"name":"CRS_ELLIPSOIDS_AUSTRALIAN","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_MERIT":{"name":"CRS_ELLIPSOIDS_MERIT","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_SGS85":{"name":"CRS_ELLIPSOIDS_SGS85","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_IAU76":{"name":"CRS_ELLIPSOIDS_IAU76","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_APL4_9":{"name":"CRS_ELLIPSOIDS_APL4_9","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_NWL9D":{"name":"CRS_ELLIPSOIDS_NWL9D","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_MOD_AIRY":{"name":"CRS_ELLIPSOIDS_MOD_AIRY","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_ANDRAE":{"name":"CRS_ELLIPSOIDS_ANDRAE","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_AUST_SA":{"name":"CRS_ELLIPSOIDS_AUST_SA","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_GRS67":{"name":"CRS_ELLIPSOIDS_GRS67","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_BESS_NAM":{"name":"CRS_ELLIPSOIDS_BESS_NAM","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_CPM":{"name":"CRS_ELLIPSOIDS_CPM","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_DELMBR":{"name":"CRS_ELLIPSOIDS_DELMBR","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_ENGELIS":{"name":"CRS_ELLIPSOIDS_ENGELIS","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_EVRST48":{"name":"CRS_ELLIPSOIDS_EVRST48","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_EVRST56":{"name":"CRS_ELLIPSOIDS_EVRST56","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_EVRTS69":{"name":"CRS_ELLIPSOIDS_EVRTS69","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_EVRTSTSS":{"name":"CRS_ELLIPSOIDS_EVRTSTSS","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_FRSCH60":{"name":"CRS_ELLIPSOIDS_FRSCH60","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_FSRCH60M":{"name":"CRS_ELLIPSOIDS_FSRCH60M","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_FSCHR68":{"name":"CRS_ELLIPSOIDS_FSCHR68","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_HELMERT":{"name":"CRS_ELLIPSOIDS_HELMERT","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_HOUGH":{"name":"CRS_ELLIPSOIDS_HOUGH","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_KAULA":{"name":"CRS_ELLIPSOIDS_KAULA","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_LERCH":{"name":"CRS_ELLIPSOIDS_LERCH","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_MPRTS":{"name":"CRS_ELLIPSOIDS_MPRTS","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_PLESSIS":{"name":"CRS_ELLIPSOIDS_PLESSIS","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_SEASIA":{"name":"CRS_ELLIPSOIDS_SEASIA","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_WALBECK":{"name":"CRS_ELLIPSOIDS_WALBECK","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_NAD27":{"name":"CRS_ELLIPSOIDS_NAD27","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_NAD83":{"name":"CRS_ELLIPSOIDS_NAD83","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_SPHERE":{"name":"CRS_ELLIPSOIDS_SPHERE","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidType.html#/c:@E@CRSEllipsoidType@CRS_ELLIPSOID_OBLATE":{"name":"CRS_ELLIPSOID_OBLATE","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidType"},"Enums/CRSEllipsoidType.html#/c:@E@CRSEllipsoidType@CRS_ELLIPSOID_TRIAXIAL":{"name":"CRS_ELLIPSOID_TRIAXIAL","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_MICROMETRE":{"name":"CRS_UNITS_MICROMETRE","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_MILLIMETRE":{"name":"CRS_UNITS_MILLIMETRE","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_METRE":{"name":"CRS_UNITS_METRE","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_KILOMETRE":{"name":"CRS_UNITS_KILOMETRE","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_GERMAN_LEGAL_METRE":{"name":"CRS_UNITS_GERMAN_LEGAL_METRE","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_US_SURVEY_FOOT":{"name":"CRS_UNITS_US_SURVEY_FOOT","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_FOOT":{"name":"CRS_UNITS_FOOT","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_MICRORADIAN":{"name":"CRS_UNITS_MICRORADIAN","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_MILLIRADIAN":{"name":"CRS_UNITS_MILLIRADIAN","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_RADIAN":{"name":"CRS_UNITS_RADIAN","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_ARC_SECOND":{"name":"CRS_UNITS_ARC_SECOND","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_ARC_MINUTE":{"name":"CRS_UNITS_ARC_MINUTE","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_DEGREE":{"name":"CRS_UNITS_DEGREE","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_GRAD":{"name":"CRS_UNITS_GRAD","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_UNITY":{"name":"CRS_UNITS_UNITY","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_BIN":{"name":"CRS_UNITS_BIN","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_PARTS_PER_MILLION":{"name":"CRS_UNITS_PARTS_PER_MILLION","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_PASCAL":{"name":"CRS_UNITS_PASCAL","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_HECTOPASCAL":{"name":"CRS_UNITS_HECTOPASCAL","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_MICROSECOND":{"name":"CRS_UNITS_MICROSECOND","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_MILLISECOND":{"name":"CRS_UNITS_MILLISECOND","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_SECOND":{"name":"CRS_UNITS_SECOND","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_MINUTE":{"name":"CRS_UNITS_MINUTE","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_HOUR":{"name":"CRS_UNITS_HOUR","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_DAY":{"name":"CRS_UNITS_DAY","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_YEAR":{"name":"CRS_UNITS_YEAR","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_CALENDAR_SECOND":{"name":"CRS_UNITS_CALENDAR_SECOND","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_CALENDAR_MONTH":{"name":"CRS_UNITS_CALENDAR_MONTH","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitType.html#/c:@E@CRSUnitType@CRS_UNIT_NONE":{"name":"CRS_UNIT_NONE","abstract":"

    Undocumented

    ","parent_name":"CRSUnitType"},"Enums/CRSUnitType.html#/c:@E@CRSUnitType@CRS_UNIT_ANGLE":{"name":"CRS_UNIT_ANGLE","abstract":"

    Undocumented

    ","parent_name":"CRSUnitType"},"Enums/CRSUnitType.html#/c:@E@CRSUnitType@CRS_UNIT_LENGTH":{"name":"CRS_UNIT_LENGTH","abstract":"

    Undocumented

    ","parent_name":"CRSUnitType"},"Enums/CRSUnitType.html#/c:@E@CRSUnitType@CRS_UNIT_PARAMETRIC":{"name":"CRS_UNIT_PARAMETRIC","abstract":"

    Undocumented

    ","parent_name":"CRSUnitType"},"Enums/CRSUnitType.html#/c:@E@CRSUnitType@CRS_UNIT_SCALE":{"name":"CRS_UNIT_SCALE","abstract":"

    Undocumented

    ","parent_name":"CRSUnitType"},"Enums/CRSUnitType.html#/c:@E@CRSUnitType@CRS_UNIT_TIME":{"name":"CRS_UNIT_TIME","abstract":"

    Undocumented

    ","parent_name":"CRSUnitType"},"Enums/CRSUnitType.html#/c:@E@CRSUnitType@CRS_UNIT":{"name":"CRS_UNIT","abstract":"

    Undocumented

    ","parent_name":"CRSUnitType"},"Enums/CRSCoordinateSystemType.html#/c:@E@CRSCoordinateSystemType@CRS_CS_AFFINE":{"name":"CRS_CS_AFFINE","abstract":"

    Undocumented

    ","parent_name":"CRSCoordinateSystemType"},"Enums/CRSCoordinateSystemType.html#/c:@E@CRSCoordinateSystemType@CRS_CS_CARTESIAN":{"name":"CRS_CS_CARTESIAN","abstract":"

    Undocumented

    ","parent_name":"CRSCoordinateSystemType"},"Enums/CRSCoordinateSystemType.html#/c:@E@CRSCoordinateSystemType@CRS_CS_CYLINDRICAL":{"name":"CRS_CS_CYLINDRICAL","abstract":"

    Undocumented

    ","parent_name":"CRSCoordinateSystemType"},"Enums/CRSCoordinateSystemType.html#/c:@E@CRSCoordinateSystemType@CRS_CS_ELLIPSOIDAL":{"name":"CRS_CS_ELLIPSOIDAL","abstract":"

    Undocumented

    ","parent_name":"CRSCoordinateSystemType"},"Enums/CRSCoordinateSystemType.html#/c:@E@CRSCoordinateSystemType@CRS_CS_LINEAR":{"name":"CRS_CS_LINEAR","abstract":"

    Undocumented

    ","parent_name":"CRSCoordinateSystemType"},"Enums/CRSCoordinateSystemType.html#/c:@E@CRSCoordinateSystemType@CRS_CS_ORDINAL":{"name":"CRS_CS_ORDINAL","abstract":"

    Undocumented

    ","parent_name":"CRSCoordinateSystemType"},"Enums/CRSCoordinateSystemType.html#/c:@E@CRSCoordinateSystemType@CRS_CS_PARAMETRIC":{"name":"CRS_CS_PARAMETRIC","abstract":"

    Undocumented

    ","parent_name":"CRSCoordinateSystemType"},"Enums/CRSCoordinateSystemType.html#/c:@E@CRSCoordinateSystemType@CRS_CS_POLAR":{"name":"CRS_CS_POLAR","abstract":"

    Undocumented

    ","parent_name":"CRSCoordinateSystemType"},"Enums/CRSCoordinateSystemType.html#/c:@E@CRSCoordinateSystemType@CRS_CS_SPHERICAL":{"name":"CRS_CS_SPHERICAL","abstract":"

    Undocumented

    ","parent_name":"CRSCoordinateSystemType"},"Enums/CRSCoordinateSystemType.html#/c:@E@CRSCoordinateSystemType@CRS_CS_TEMPORAL_COUNT":{"name":"CRS_CS_TEMPORAL_COUNT","abstract":"

    Undocumented

    ","parent_name":"CRSCoordinateSystemType"},"Enums/CRSCoordinateSystemType.html#/c:@E@CRSCoordinateSystemType@CRS_CS_TEMPORAL_DATE_TIME":{"name":"CRS_CS_TEMPORAL_DATE_TIME","abstract":"

    Undocumented

    ","parent_name":"CRSCoordinateSystemType"},"Enums/CRSCoordinateSystemType.html#/c:@E@CRSCoordinateSystemType@CRS_CS_TEMPORAL_MEASURE":{"name":"CRS_CS_TEMPORAL_MEASURE","abstract":"

    Undocumented

    ","parent_name":"CRSCoordinateSystemType"},"Enums/CRSCoordinateSystemType.html#/c:@E@CRSCoordinateSystemType@CRS_CS_VERTICAL":{"name":"CRS_CS_VERTICAL","abstract":"

    Undocumented

    ","parent_name":"CRSCoordinateSystemType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_AFT":{"name":"CRS_AXIS_AFT","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_AWAY_FROM":{"name":"CRS_AXIS_AWAY_FROM","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_CLOCKWISE":{"name":"CRS_AXIS_CLOCKWISE","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_COLUMN_NEGATIVE":{"name":"CRS_AXIS_COLUMN_NEGATIVE","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_COLUMN_POSITIVE":{"name":"CRS_AXIS_COLUMN_POSITIVE","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_COUNTER_CLOCKWISE":{"name":"CRS_AXIS_COUNTER_CLOCKWISE","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_DISPLAY_DOWN":{"name":"CRS_AXIS_DISPLAY_DOWN","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_DISPLAY_LEFT":{"name":"CRS_AXIS_DISPLAY_LEFT","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_DISPLAY_RIGHT":{"name":"CRS_AXIS_DISPLAY_RIGHT","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_DISPLAY_UP":{"name":"CRS_AXIS_DISPLAY_UP","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_DOWN":{"name":"CRS_AXIS_DOWN","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_EAST":{"name":"CRS_AXIS_EAST","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_EAST_NORTH_EAST":{"name":"CRS_AXIS_EAST_NORTH_EAST","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_EAST_SOUTH_EAST":{"name":"CRS_AXIS_EAST_SOUTH_EAST","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_FORWARD":{"name":"CRS_AXIS_FORWARD","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_FUTURE":{"name":"CRS_AXIS_FUTURE","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_GEOCENTRIC_X":{"name":"CRS_AXIS_GEOCENTRIC_X","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_GEOCENTRIC_Y":{"name":"CRS_AXIS_GEOCENTRIC_Y","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_GEOCENTRIC_Z":{"name":"CRS_AXIS_GEOCENTRIC_Z","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_NORTH":{"name":"CRS_AXIS_NORTH","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_NORTH_EAST":{"name":"CRS_AXIS_NORTH_EAST","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_NORTH_NORTH_EAST":{"name":"CRS_AXIS_NORTH_NORTH_EAST","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_NORTH_NORTH_WEST":{"name":"CRS_AXIS_NORTH_NORTH_WEST","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_NORTH_WEST":{"name":"CRS_AXIS_NORTH_WEST","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_PAST":{"name":"CRS_AXIS_PAST","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_PORT":{"name":"CRS_AXIS_PORT","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_ROW_NEGATIVE":{"name":"CRS_AXIS_ROW_NEGATIVE","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_ROW_POSITIVE":{"name":"CRS_AXIS_ROW_POSITIVE","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_SOUTH":{"name":"CRS_AXIS_SOUTH","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_SOUTH_EAST":{"name":"CRS_AXIS_SOUTH_EAST","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_SOUTH_SOUTH_EAST":{"name":"CRS_AXIS_SOUTH_SOUTH_EAST","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_SOUTH_SOUTH_WEST":{"name":"CRS_AXIS_SOUTH_SOUTH_WEST","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_SOUTH_WEST":{"name":"CRS_AXIS_SOUTH_WEST","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_STARBOARD":{"name":"CRS_AXIS_STARBOARD","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_TOWARDS":{"name":"CRS_AXIS_TOWARDS","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_UNSPECIFIED":{"name":"CRS_AXIS_UNSPECIFIED","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_UP":{"name":"CRS_AXIS_UP","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_WEST":{"name":"CRS_AXIS_WEST","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_WEST_NORTH_WEST":{"name":"CRS_AXIS_WEST_NORTH_WEST","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_WEST_SOUTH_WEST":{"name":"CRS_AXIS_WEST_SOUTH_WEST","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSType.html#/c:@E@CRSType@CRS_TYPE_BOUND":{"name":"CRS_TYPE_BOUND","abstract":"

    Undocumented

    ","parent_name":"CRSType"},"Enums/CRSType.html#/c:@E@CRSType@CRS_TYPE_COMPOUND":{"name":"CRS_TYPE_COMPOUND","abstract":"

    Undocumented

    ","parent_name":"CRSType"},"Enums/CRSType.html#/c:@E@CRSType@CRS_TYPE_CONCATENATED_OPERATION":{"name":"CRS_TYPE_CONCATENATED_OPERATION","abstract":"

    Undocumented

    ","parent_name":"CRSType"},"Enums/CRSType.html#/c:@E@CRSType@CRS_TYPE_COORDINATE_METADATA":{"name":"CRS_TYPE_COORDINATE_METADATA","abstract":"

    Undocumented

    ","parent_name":"CRSType"},"Enums/CRSType.html#/c:@E@CRSType@CRS_TYPE_COORDINATE_OPERATION":{"name":"CRS_TYPE_COORDINATE_OPERATION","abstract":"

    Undocumented

    ","parent_name":"CRSType"},"Enums/CRSType.html#/c:@E@CRSType@CRS_TYPE_DERIVED":{"name":"CRS_TYPE_DERIVED","abstract":"

    Undocumented

    ","parent_name":"CRSType"},"Enums/CRSType.html#/c:@E@CRSType@CRS_TYPE_ENGINEERING":{"name":"CRS_TYPE_ENGINEERING","abstract":"

    Undocumented

    ","parent_name":"CRSType"},"Enums/CRSType.html#/c:@E@CRSType@CRS_TYPE_GEODETIC":{"name":"CRS_TYPE_GEODETIC","abstract":"

    Undocumented

    ","parent_name":"CRSType"},"Enums/CRSType.html#/c:@E@CRSType@CRS_TYPE_GEOGRAPHIC":{"name":"CRS_TYPE_GEOGRAPHIC","abstract":"

    Undocumented

    ","parent_name":"CRSType"},"Enums/CRSType.html#/c:@E@CRSType@CRS_TYPE_PARAMETRIC":{"name":"CRS_TYPE_PARAMETRIC","abstract":"

    Undocumented

    ","parent_name":"CRSType"},"Enums/CRSType.html#/c:@E@CRSType@CRS_TYPE_POINT_MOTION_OPERATION":{"name":"CRS_TYPE_POINT_MOTION_OPERATION","abstract":"

    Undocumented

    ","parent_name":"CRSType"},"Enums/CRSType.html#/c:@E@CRSType@CRS_TYPE_PROJECTED":{"name":"CRS_TYPE_PROJECTED","abstract":"

    Undocumented

    ","parent_name":"CRSType"},"Enums/CRSType.html#/c:@E@CRSType@CRS_TYPE_TEMPORAL":{"name":"CRS_TYPE_TEMPORAL","abstract":"

    Undocumented

    ","parent_name":"CRSType"},"Enums/CRSType.html#/c:@E@CRSType@CRS_TYPE_VERTICAL":{"name":"CRS_TYPE_VERTICAL","abstract":"

    Undocumented

    ","parent_name":"CRSType"},"Enums/CRSCategoryType.html#/c:@E@CRSCategoryType@CRS_CATEGORY_CRS":{"name":"CRS_CATEGORY_CRS","abstract":"

    Undocumented

    ","parent_name":"CRSCategoryType"},"Enums/CRSCategoryType.html#/c:@E@CRSCategoryType@CRS_CATEGORY_OPERATION":{"name":"CRS_CATEGORY_OPERATION","abstract":"

    Undocumented

    ","parent_name":"CRSCategoryType"},"Enums/CRSCategoryType.html#/c:@E@CRSCategoryType@CRS_CATEGORY_METADATA":{"name":"CRS_CATEGORY_METADATA","abstract":"

    Undocumented

    ","parent_name":"CRSCategoryType"},"Enums/TIFFFieldType.html#/c:@E@TIFFFieldType@TIFF_FIELD_BYTE":{"name":"TIFF_FIELD_BYTE","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldType"},"Enums/TIFFFieldType.html#/c:@E@TIFFFieldType@TIFF_FIELD_ASCII":{"name":"TIFF_FIELD_ASCII","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldType"},"Enums/TIFFFieldType.html#/c:@E@TIFFFieldType@TIFF_FIELD_SHORT":{"name":"TIFF_FIELD_SHORT","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldType"},"Enums/TIFFFieldType.html#/c:@E@TIFFFieldType@TIFF_FIELD_LONG":{"name":"TIFF_FIELD_LONG","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldType"},"Enums/TIFFFieldType.html#/c:@E@TIFFFieldType@TIFF_FIELD_RATIONAL":{"name":"TIFF_FIELD_RATIONAL","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldType"},"Enums/TIFFFieldType.html#/c:@E@TIFFFieldType@TIFF_FIELD_SBYTE":{"name":"TIFF_FIELD_SBYTE","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldType"},"Enums/TIFFFieldType.html#/c:@E@TIFFFieldType@TIFF_FIELD_UNDEFINED":{"name":"TIFF_FIELD_UNDEFINED","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldType"},"Enums/TIFFFieldType.html#/c:@E@TIFFFieldType@TIFF_FIELD_SSHORT":{"name":"TIFF_FIELD_SSHORT","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldType"},"Enums/TIFFFieldType.html#/c:@E@TIFFFieldType@TIFF_FIELD_SLONG":{"name":"TIFF_FIELD_SLONG","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldType"},"Enums/TIFFFieldType.html#/c:@E@TIFFFieldType@TIFF_FIELD_SRATIONAL":{"name":"TIFF_FIELD_SRATIONAL","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldType"},"Enums/TIFFFieldType.html#/c:@E@TIFFFieldType@TIFF_FIELD_FLOAT":{"name":"TIFF_FIELD_FLOAT","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldType"},"Enums/TIFFFieldType.html#/c:@E@TIFFFieldType@TIFF_FIELD_DOUBLE":{"name":"TIFF_FIELD_DOUBLE","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_ARTIST":{"name":"TIFF_TAG_ARTIST","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_BITS_PER_SAMPLE":{"name":"TIFF_TAG_BITS_PER_SAMPLE","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_CELL_LENGTH":{"name":"TIFF_TAG_CELL_LENGTH","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_CELL_WIDTH":{"name":"TIFF_TAG_CELL_WIDTH","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_COLOR_MAP":{"name":"TIFF_TAG_COLOR_MAP","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_COMPRESSION":{"name":"TIFF_TAG_COMPRESSION","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_COPYRIGHT":{"name":"TIFF_TAG_COPYRIGHT","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_DATE_TIME":{"name":"TIFF_TAG_DATE_TIME","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_EXTRA_SAMPLES":{"name":"TIFF_TAG_EXTRA_SAMPLES","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_FILL_ORDER":{"name":"TIFF_TAG_FILL_ORDER","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_FREE_BYTE_COUNTS":{"name":"TIFF_TAG_FREE_BYTE_COUNTS","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_FREE_OFFSETS":{"name":"TIFF_TAG_FREE_OFFSETS","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_GRAY_RESPONSE_CURVE":{"name":"TIFF_TAG_GRAY_RESPONSE_CURVE","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_GRAY_RESPONSE_UNIT":{"name":"TIFF_TAG_GRAY_RESPONSE_UNIT","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_HOST_COMPUTER":{"name":"TIFF_TAG_HOST_COMPUTER","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_IMAGE_DESCRIPTION":{"name":"TIFF_TAG_IMAGE_DESCRIPTION","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_IMAGE_LENGTH":{"name":"TIFF_TAG_IMAGE_LENGTH","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_IMAGE_WIDTH":{"name":"TIFF_TAG_IMAGE_WIDTH","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_MAKE":{"name":"TIFF_TAG_MAKE","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_MAX_SAMPLE_VALUE":{"name":"TIFF_TAG_MAX_SAMPLE_VALUE","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_MIN_SAMPLE_VALUE":{"name":"TIFF_TAG_MIN_SAMPLE_VALUE","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_MODEL":{"name":"TIFF_TAG_MODEL","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_NEW_SUBFILE_TYPE":{"name":"TIFF_TAG_NEW_SUBFILE_TYPE","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_ORIENTATION":{"name":"TIFF_TAG_ORIENTATION","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_PHOTOMETRIC_INTERPRETATION":{"name":"TIFF_TAG_PHOTOMETRIC_INTERPRETATION","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_PLANAR_CONFIGURATION":{"name":"TIFF_TAG_PLANAR_CONFIGURATION","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_RESOLUTION_UNIT":{"name":"TIFF_TAG_RESOLUTION_UNIT","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_ROWS_PER_STRIP":{"name":"TIFF_TAG_ROWS_PER_STRIP","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_SAMPLES_PER_PIXEL":{"name":"TIFF_TAG_SAMPLES_PER_PIXEL","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_SOFTWARE":{"name":"TIFF_TAG_SOFTWARE","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_STRIP_BYTE_COUNTS":{"name":"TIFF_TAG_STRIP_BYTE_COUNTS","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_STRIP_OFFSETS":{"name":"TIFF_TAG_STRIP_OFFSETS","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_SUBFILE_TYPE":{"name":"TIFF_TAG_SUBFILE_TYPE","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_THRESHOLDING":{"name":"TIFF_TAG_THRESHOLDING","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_X_RESOLUTION":{"name":"TIFF_TAG_X_RESOLUTION","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_Y_RESOLUTION":{"name":"TIFF_TAG_Y_RESOLUTION","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_BAD_FAX_LINES":{"name":"TIFF_TAG_BAD_FAX_LINES","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_CLEAN_FAX_DATA":{"name":"TIFF_TAG_CLEAN_FAX_DATA","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_CLIP_PATH":{"name":"TIFF_TAG_CLIP_PATH","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_CONSECUTIVE_BAD_FAX_LINES":{"name":"TIFF_TAG_CONSECUTIVE_BAD_FAX_LINES","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_DECODE":{"name":"TIFF_TAG_DECODE","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_DEFAULT_IMAGE_COLOR":{"name":"TIFF_TAG_DEFAULT_IMAGE_COLOR","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_DOCUMENT_NAME":{"name":"TIFF_TAG_DOCUMENT_NAME","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_DOT_RANGE":{"name":"TIFF_TAG_DOT_RANGE","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_HALFTONE_HINTS":{"name":"TIFF_TAG_HALFTONE_HINTS","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_INDEXED":{"name":"TIFF_TAG_INDEXED","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_JPEG_TABLES":{"name":"TIFF_TAG_JPEG_TABLES","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_PAGE_NAME":{"name":"TIFF_TAG_PAGE_NAME","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_PAGE_NUMBER":{"name":"TIFF_TAG_PAGE_NUMBER","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_PREDICTOR":{"name":"TIFF_TAG_PREDICTOR","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_PRIMARY_CHROMATICITIES":{"name":"TIFF_TAG_PRIMARY_CHROMATICITIES","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_REFERENCE_BLACK_WHITE":{"name":"TIFF_TAG_REFERENCE_BLACK_WHITE","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_SAMPLE_FORMAT":{"name":"TIFF_TAG_SAMPLE_FORMAT","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_S_MIN_SAMPLE_VALUE":{"name":"TIFF_TAG_S_MIN_SAMPLE_VALUE","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_S_MAX_SAMPLE_VALUE":{"name":"TIFF_TAG_S_MAX_SAMPLE_VALUE","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_STRIP_ROW_COUNTS":{"name":"TIFF_TAG_STRIP_ROW_COUNTS","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_SUB_IFDS":{"name":"TIFF_TAG_SUB_IFDS","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_T4_OPTIONS":{"name":"TIFF_TAG_T4_OPTIONS","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_T6_OPTIONS":{"name":"TIFF_TAG_T6_OPTIONS","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_TILE_BYTE_COUNTS":{"name":"TIFF_TAG_TILE_BYTE_COUNTS","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_TILE_LENGTH":{"name":"TIFF_TAG_TILE_LENGTH","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_TILE_OFFSETS":{"name":"TIFF_TAG_TILE_OFFSETS","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_TILE_WIDTH":{"name":"TIFF_TAG_TILE_WIDTH","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_TRANSFER_FUNCTION":{"name":"TIFF_TAG_TRANSFER_FUNCTION","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_WHITE_POINT":{"name":"TIFF_TAG_WHITE_POINT","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_X_CLIP_PATH_UNITS":{"name":"TIFF_TAG_X_CLIP_PATH_UNITS","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_X_POSITION":{"name":"TIFF_TAG_X_POSITION","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_Y_CB_CR_COEFFICIENTS":{"name":"TIFF_TAG_Y_CB_CR_COEFFICIENTS","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_Y_CB_CR_POSITIONING":{"name":"TIFF_TAG_Y_CB_CR_POSITIONING","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_Y_CB_CR_SUB_SAMPLING":{"name":"TIFF_TAG_Y_CB_CR_SUB_SAMPLING","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_Y_CLIP_PATH_UNITS":{"name":"TIFF_TAG_Y_CLIP_PATH_UNITS","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_Y_POSITION":{"name":"TIFF_TAG_Y_POSITION","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_JPEG_PROC":{"name":"TIFF_TAG_JPEG_PROC","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_JPEG_INTERCHANGE_FORMAT":{"name":"TIFF_TAG_JPEG_INTERCHANGE_FORMAT","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_JPEG_INTERCHANGE_FORMAT_LENGTH":{"name":"TIFF_TAG_JPEG_INTERCHANGE_FORMAT_LENGTH","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_JPEG_RESTART_INTERVAL":{"name":"TIFF_TAG_JPEG_RESTART_INTERVAL","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_JPEG_LOSSLESS_PREDICTORS":{"name":"TIFF_TAG_JPEG_LOSSLESS_PREDICTORS","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_JPEG_POINT_TRANSFORMS":{"name":"TIFF_TAG_JPEG_POINT_TRANSFORMS","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_JPEG_Q_TABLES":{"name":"TIFF_TAG_JPEG_Q_TABLES","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_JPEG_DC_TABLES":{"name":"TIFF_TAG_JPEG_DC_TABLES","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_JPEG_AC_TABLES":{"name":"TIFF_TAG_JPEG_AC_TABLES","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_APERTURE_VALUE":{"name":"TIFF_TAG_APERTURE_VALUE","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_COLOR_SPACE":{"name":"TIFF_TAG_COLOR_SPACE","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_DATE_TIME_DIGITIZED":{"name":"TIFF_TAG_DATE_TIME_DIGITIZED","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_DATE_TIME_ORIGINAL":{"name":"TIFF_TAG_DATE_TIME_ORIGINAL","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_EXIF_IFD":{"name":"TIFF_TAG_EXIF_IFD","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_EXIF_VERSION":{"name":"TIFF_TAG_EXIF_VERSION","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_EXPOSURE_TIME":{"name":"TIFF_TAG_EXPOSURE_TIME","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_FILE_SOURCE":{"name":"TIFF_TAG_FILE_SOURCE","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_FLASH":{"name":"TIFF_TAG_FLASH","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_FLASHPIX_VERSION":{"name":"TIFF_TAG_FLASHPIX_VERSION","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_F_NUMBER":{"name":"TIFF_TAG_F_NUMBER","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_IMAGE_UNIQUE_ID":{"name":"TIFF_TAG_IMAGE_UNIQUE_ID","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_LIGHT_SOURCE":{"name":"TIFF_TAG_LIGHT_SOURCE","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_MAKER_NOTE":{"name":"TIFF_TAG_MAKER_NOTE","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_SHUTTER_SPEED_VALUE":{"name":"TIFF_TAG_SHUTTER_SPEED_VALUE","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_USER_COMMENT":{"name":"TIFF_TAG_USER_COMMENT","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_IPTC":{"name":"TIFF_TAG_IPTC","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_ICC_PROFILE":{"name":"TIFF_TAG_ICC_PROFILE","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_XMP":{"name":"TIFF_TAG_XMP","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_GDAL_METADATA":{"name":"TIFF_TAG_GDAL_METADATA","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_GDAL_NODATA":{"name":"TIFF_TAG_GDAL_NODATA","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_PHOTOSHOP":{"name":"TIFF_TAG_PHOTOSHOP","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_MODEL_PIXEL_SCALE":{"name":"TIFF_TAG_MODEL_PIXEL_SCALE","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_MODEL_TIEPOINT":{"name":"TIFF_TAG_MODEL_TIEPOINT","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_MODEL_TRANSFORMATION":{"name":"TIFF_TAG_MODEL_TRANSFORMATION","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_GEO_KEY_DIRECTORY":{"name":"TIFF_TAG_GEO_KEY_DIRECTORY","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_GEO_DOUBLE_PARAMS":{"name":"TIFF_TAG_GEO_DOUBLE_PARAMS","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_GEO_ASCII_PARAMS":{"name":"TIFF_TAG_GEO_ASCII_PARAMS","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/SFGGeometryType.html#/c:@E@SFGGeometryType@SFG_GEOMETRY":{"name":"SFG_GEOMETRY","abstract":"

    Undocumented

    ","parent_name":"SFGGeometryType"},"Enums/SFGGeometryType.html#/c:@E@SFGGeometryType@SFG_POINT":{"name":"SFG_POINT","abstract":"

    Undocumented

    ","parent_name":"SFGGeometryType"},"Enums/SFGGeometryType.html#/c:@E@SFGGeometryType@SFG_LINESTRING":{"name":"SFG_LINESTRING","abstract":"

    Undocumented

    ","parent_name":"SFGGeometryType"},"Enums/SFGGeometryType.html#/c:@E@SFGGeometryType@SFG_POLYGON":{"name":"SFG_POLYGON","abstract":"

    Undocumented

    ","parent_name":"SFGGeometryType"},"Enums/SFGGeometryType.html#/c:@E@SFGGeometryType@SFG_MULTIPOINT":{"name":"SFG_MULTIPOINT","abstract":"

    Undocumented

    ","parent_name":"SFGGeometryType"},"Enums/SFGGeometryType.html#/c:@E@SFGGeometryType@SFG_MULTILINESTRING":{"name":"SFG_MULTILINESTRING","abstract":"

    Undocumented

    ","parent_name":"SFGGeometryType"},"Enums/SFGGeometryType.html#/c:@E@SFGGeometryType@SFG_MULTIPOLYGON":{"name":"SFG_MULTIPOLYGON","abstract":"

    Undocumented

    ","parent_name":"SFGGeometryType"},"Enums/SFGGeometryType.html#/c:@E@SFGGeometryType@SFG_GEOMETRYCOLLECTION":{"name":"SFG_GEOMETRYCOLLECTION","abstract":"

    Undocumented

    ","parent_name":"SFGGeometryType"},"Enums/SFGGeometryType.html":{"name":"SFGGeometryType","abstract":"

    Geometry Type enumeration

    "},"Enums/TIFFFieldTagType.html":{"name":"TIFFFieldTagType","abstract":"

    Field tag type enumeration

    "},"Enums/TIFFFieldType.html":{"name":"TIFFFieldType","abstract":"

    Field tag type enumeration

    "},"Enums/CRSCategoryType.html":{"name":"CRSCategoryType","abstract":"

    Well-known text representation of coordinate reference systems category type

    "},"Enums/CRSType.html":{"name":"CRSType","abstract":"

    Well-known text representation of coordinate reference systems category type

    "},"Enums/CRSAxisDirectionType.html":{"name":"CRSAxisDirectionType","abstract":"

    Axis Direction Type

    "},"Enums/CRSCoordinateSystemType.html":{"name":"CRSCoordinateSystemType","abstract":"

    Coordinate System Type

    "},"Enums/CRSUnitType.html":{"name":"CRSUnitType","abstract":"

    Unit Type

    "},"Enums/CRSUnitsType.html":{"name":"CRSUnitsType","abstract":"

    Common Unit Type

    "},"Enums/CRSEllipsoidType.html":{"name":"CRSEllipsoidType","abstract":"

    Ellipsoid Type

    "},"Enums/CRSEllipsoidsType.html":{"name":"CRSEllipsoidsType","abstract":"

    Common Ellipsoids

    "},"Enums/CRSGeoDatumType.html":{"name":"CRSGeoDatumType","abstract":"

    Common Geo Datums

    "},"Enums/CRSPrimeMeridianType.html":{"name":"CRSPrimeMeridianType","abstract":"

    Common Prime Meridians

    "},"Enums/CRSOperationMethodType.html":{"name":"CRSOperationMethodType","abstract":"

    Common Operation Methods

    "},"Enums/CRSOperationParameterType.html":{"name":"CRSOperationParameterType","abstract":"

    Common Operation Parameters

    "},"Enums/CRSOperationType.html":{"name":"CRSOperationType","abstract":"

    Coordinate Operation type

    "},"Enums/CRSKeywordType.html":{"name":"CRSKeywordType","abstract":"

    Coordinate Reference System Keyword

    "},"Enums/PROJProjectionFactoryType.html":{"name":"PROJProjectionFactoryType","abstract":"

    Well-known text representation of coordinate reference systems category type

    "},"Enums/PROJUnit.html":{"name":"PROJUnit","abstract":"

    Enumeration of projection units

    "},"Enums/SFGeometryType.html":{"name":"SFGeometryType","abstract":"

    Geometry Type enumeration

    "},"Enums/SFFiniteFilterType.html":{"name":"SFFiniteFilterType","abstract":"

    Finite Filter Type, including finite values and optionally one of either"},"Enums/SFEventType.html":{"name":"SFEventType","abstract":"

    Event type of the point direction

    "},"Enums/GPKGContentsDataType.html":{"name":"GPKGContentsDataType","abstract":"

    Enumeration of column data types

    "},"Enums/GPKGDataType.html":{"name":"GPKGDataType","abstract":"

    Enumeration of column data types

    "},"Enums/GPKGSQLiteMasterColumn.html":{"name":"GPKGSQLiteMasterColumn","abstract":"

    Enumeration of SQLite Master column keywords

    "},"Enums/GPKGSQLiteMasterType.html":{"name":"GPKGSQLiteMasterType","abstract":"

    Enumeration of SQLite Master table types

    "},"Enums/GPKGConstraintType.html":{"name":"GPKGConstraintType","abstract":"

    Enumeration of constraint types

    "},"Enums/GPKGDgiwgCoordinateReferenceSystem.html":{"name":"GPKGDgiwgCoordinateReferenceSystem","abstract":"

    DGIWG (Defence Geospatial Information Working Group) Coordinate Reference"},"Enums/GPKGDgiwgDataType.html":{"name":"GPKGDgiwgDataType","abstract":"

    DGIWG (Defence Geospatial Information Working Group) Data Types

    "},"Enums/GPKGDgiwgRequirement.html":{"name":"GPKGDgiwgRequirement","abstract":"

    DGIWG (Defence Geospatial Information Working Group) Requirements

    "},"Enums/GPKGCrsWktExtensionVersion.html":{"name":"GPKGCrsWktExtensionVersion","abstract":"

    Enumeration of crs wkt extension versions

    "},"Enums/GPKGExtensionScopeType.html":{"name":"GPKGExtensionScopeType","abstract":"

    Extension scope type enumeration

    "},"Enums/GPKGCoverageDataAlgorithm.html":{"name":"GPKGCoverageDataAlgorithm","abstract":"

    Tile Gridded Coverage Data Algorithm interpolation enumeration types

    "},"Enums/GPKGGriddedCoverageDataType.html":{"name":"GPKGGriddedCoverageDataType","abstract":"

    Gridded Coverage data type enumeration

    "},"Enums/GPKGGriddedCoverageEncodingType.html":{"name":"GPKGGriddedCoverageEncodingType","abstract":"

    Gridded Coverage encoding type enumeration

    "},"Enums/GPKGMetadataScopeType.html":{"name":"GPKGMetadataScopeType","abstract":"

    Metadata Scope Type enumeration

    "},"Enums/GPKGReferenceScopeType.html":{"name":"GPKGReferenceScopeType","abstract":"

    Reference Scope Type enumeration

    "},"Enums/GPKGTileScalingType.html":{"name":"GPKGTileScalingType","abstract":"

    Tile Scaling Type enumeration for defining scaled tile searching of nearby"},"Enums/GPKGRelationType.html":{"name":"GPKGRelationType","abstract":"

    Spec supported User-Defined Related Data Tables

    "},"Enums/GPKGDublinCoreType.html":{"name":"GPKGDublinCoreType","abstract":"

    Dublin Core Metadata Initiative term types

    "},"Enums/GPKGDataColumnConstraintType.html":{"name":"GPKGDataColumnConstraintType","abstract":"

    Data Column Constraint Type enumeration

    "},"Enums/GPKGFeatureIndexType.html":{"name":"GPKGFeatureIndexType","abstract":"

    Enumeration of feature index types

    "},"Enums/GPKGMapShapeType.html":{"name":"GPKGMapShapeType","abstract":"

    Enumeration of map shape types

    "},"Enums/GPKGPolygonOrientation.html":{"name":"GPKGPolygonOrientation","abstract":"

    Orientation types of polygon exterior and hole rings

    "},"Enums/GPKGCompressFormat.html":{"name":"GPKGCompressFormat","abstract":"

    Enumeration of image compression formats

    "},"Constants.html#/c:@OAF_ID":{"name":"OAF_ID","abstract":"

    id property name

    "},"Constants.html#/c:@OAF_DESCRIPTION":{"name":"OAF_DESCRIPTION","abstract":"

    description property name

    "},"Constants.html#/c:@OAF_EXTENT":{"name":"OAF_EXTENT","abstract":"

    extent property name

    "},"Constants.html#/c:@OAF_ITEM_TYPE":{"name":"OAF_ITEM_TYPE","abstract":"

    item type property name

    "},"Constants.html#/c:@OAF_COLLECTIONS":{"name":"OAF_COLLECTIONS","abstract":"

    collections property name

    "},"Constants.html#/c:@OAF_CRS_PATTERN":{"name":"OAF_CRS_PATTERN","abstract":"

    CRS pattern

    "},"Constants.html#/c:@OAF_CRS_PATTERN_AUTHORITY_GROUP":{"name":"OAF_CRS_PATTERN_AUTHORITY_GROUP","abstract":"

    CRS pattern authority group

    "},"Constants.html#/c:@OAF_CRS_PATTERN_VERSION_GROUP":{"name":"OAF_CRS_PATTERN_VERSION_GROUP","abstract":"

    CRS pattern code group

    "},"Constants.html#/c:@OAF_CRS_PATTERN_CODE_GROUP":{"name":"OAF_CRS_PATTERN_CODE_GROUP","abstract":"

    CRS pattern code group

    "},"Constants.html#/c:@OAF_CRS_BASE_URL":{"name":"OAF_CRS_BASE_URL","abstract":"

    Base CRS URL

    "},"Constants.html#/c:@OAF_SPATIAL":{"name":"OAF_SPATIAL","abstract":"

    spatial property name

    "},"Constants.html#/c:@OAF_TEMPORAL":{"name":"OAF_TEMPORAL","abstract":"

    temporal property name

    "},"Constants.html#/c:@OAF_LINKS":{"name":"OAF_LINKS","abstract":"

    Links property name

    "},"Constants.html#/c:@OAF_TIME_STAMP":{"name":"OAF_TIME_STAMP","abstract":"

    Time Stamp property name

    "},"Constants.html#/c:@OAF_NUMBER_MATCHED":{"name":"OAF_NUMBER_MATCHED","abstract":"

    Number Matched property name

    "},"Constants.html#/c:@OAF_NUMBER_RETURNED":{"name":"OAF_NUMBER_RETURNED","abstract":"

    Number Returned property name

    "},"Constants.html#/c:@OAF_LINK_RELATION_NEXT":{"name":"OAF_LINK_RELATION_NEXT","abstract":"

    Link relation for next

    "},"Constants.html#/c:@OAF_LIMIT_DEFAULT":{"name":"OAF_LIMIT_DEFAULT","abstract":"

    Limit default

    "},"Constants.html#/c:@OAF_HREF":{"name":"OAF_HREF","abstract":"

    href property name

    "},"Constants.html#/c:@OAF_REL":{"name":"OAF_REL","abstract":"

    rel property name

    "},"Constants.html#/c:@OAF_TYPE":{"name":"OAF_TYPE","abstract":"

    type property name

    "},"Constants.html#/c:@OAF_HREFLANG":{"name":"OAF_HREFLANG","abstract":"

    hreflang property name

    "},"Constants.html#/c:@OAF_TITLE":{"name":"OAF_TITLE","abstract":"

    title property name

    "},"Constants.html#/c:@OAF_LENGTH":{"name":"OAF_LENGTH","abstract":"

    length property name

    "},"Constants.html#/c:@OAF_BBOX":{"name":"OAF_BBOX","abstract":"

    bbox property name

    "},"Constants.html#/c:@OAF_CRS":{"name":"OAF_CRS","abstract":"

    crs property name

    "},"Constants.html#/c:@OAF_INTERVAL":{"name":"OAF_INTERVAL","abstract":"

    interval property name

    "},"Constants.html#/c:@OAF_TRS":{"name":"OAF_TRS","abstract":"

    trs property name

    "},"Constants.html#/c:@pj_release":{"name":"pj_release","abstract":"

    Undocumented

    "},"Constants.html#/c:@pj_errno":{"name":"pj_errno","abstract":"

    Undocumented

    "},"Constants.html#/c:@pj_list":{"name":"pj_list","abstract":"

    Undocumented

    "},"Constants.html#/c:@pj_selftest_list":{"name":"pj_selftest_list","abstract":"

    Undocumented

    "},"Constants.html#/c:@pj_ellps":{"name":"pj_ellps","abstract":"

    Undocumented

    "},"Constants.html#/c:@pj_units":{"name":"pj_units","abstract":"

    Undocumented

    "},"Constants.html#/c:@pj_datums":{"name":"pj_datums","abstract":"

    Undocumented

    "},"Constants.html#/c:@pj_prime_meridians":{"name":"pj_prime_meridians","abstract":"

    Undocumented

    "},"Constants.html#/c:@SFG_TYPE_FEATURE":{"name":"SFG_TYPE_FEATURE","abstract":"

    Feature type

    "},"Constants.html#/c:@SFG_MEMBER_ID":{"name":"SFG_MEMBER_ID","abstract":"

    Id key

    "},"Constants.html#/c:@SFG_MEMBER_GEOMETRY":{"name":"SFG_MEMBER_GEOMETRY","abstract":"

    Geometry key

    "},"Constants.html#/c:@SFG_MEMBER_PROPERTIES":{"name":"SFG_MEMBER_PROPERTIES","abstract":"

    Properties key

    "},"Constants.html#/c:@SFG_TYPE_FEATURE_COLLECTION":{"name":"SFG_TYPE_FEATURE_COLLECTION","abstract":"

    Feature Collection type

    "},"Constants.html#/c:@SFG_MEMBER_FEATURES":{"name":"SFG_MEMBER_FEATURES","abstract":"

    Features key

    "},"Constants.html#/c:@SFG_MEMBER_TYPE":{"name":"SFG_MEMBER_TYPE","abstract":"

    Type key

    "},"Constants.html#/c:@SFG_MEMBER_BBOX":{"name":"SFG_MEMBER_BBOX","abstract":"

    Bounding Box key

    "},"Constants.html#/c:@SFG_MEMBER_COORDINATES":{"name":"SFG_MEMBER_COORDINATES","abstract":"

    Coordinates key

    "},"Constants.html#/c:@SFG_MEMBER_GEOMETRIES":{"name":"SFG_MEMBER_GEOMETRIES","abstract":"

    Geometries key

    "},"Constants.html#/c:@TIFF_BYTE_ORDER_LITTLE_ENDIAN":{"name":"TIFF_BYTE_ORDER_LITTLE_ENDIAN","abstract":"

    Little Endian byte order string

    "},"Constants.html#/c:@TIFF_BYTE_ORDER_BIG_ENDIAN":{"name":"TIFF_BYTE_ORDER_BIG_ENDIAN","abstract":"

    Big Endian byte order string

    "},"Constants.html#/c:@TIFF_FILE_IDENTIFIER":{"name":"TIFF_FILE_IDENTIFIER","abstract":"

    TIFF File Identifier

    "},"Constants.html#/c:@TIFF_HEADER_BYTES":{"name":"TIFF_HEADER_BYTES","abstract":"

    TIFF header bytes

    "},"Constants.html#/c:@TIFF_IFD_HEADER_BYTES":{"name":"TIFF_IFD_HEADER_BYTES","abstract":"

    Image File Directory header / number of entries bytes

    "},"Constants.html#/c:@TIFF_IFD_OFFSET_BYTES":{"name":"TIFF_IFD_OFFSET_BYTES","abstract":"

    Image File Directory offset to the next IFD bytes

    "},"Constants.html#/c:@TIFF_IFD_ENTRY_BYTES":{"name":"TIFF_IFD_ENTRY_BYTES","abstract":"

    Image File Directory entry bytes

    "},"Constants.html#/c:@TIFF_DEFAULT_MAX_BYTES_PER_STRIP":{"name":"TIFF_DEFAULT_MAX_BYTES_PER_STRIP","abstract":"

    Default max bytes per strip when writing strips

    "},"Constants.html#/c:@TIFF_COMPRESSION_NO":{"name":"TIFF_COMPRESSION_NO","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_COMPRESSION_CCITT_HUFFMAN":{"name":"TIFF_COMPRESSION_CCITT_HUFFMAN","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_COMPRESSION_T4":{"name":"TIFF_COMPRESSION_T4","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_COMPRESSION_T6":{"name":"TIFF_COMPRESSION_T6","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_COMPRESSION_LZW":{"name":"TIFF_COMPRESSION_LZW","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_COMPRESSION_JPEG_OLD":{"name":"TIFF_COMPRESSION_JPEG_OLD","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_COMPRESSION_JPEG_NEW":{"name":"TIFF_COMPRESSION_JPEG_NEW","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_COMPRESSION_DEFLATE":{"name":"TIFF_COMPRESSION_DEFLATE","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_COMPRESSION_PKZIP_DEFLATE":{"name":"TIFF_COMPRESSION_PKZIP_DEFLATE","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_COMPRESSION_PACKBITS":{"name":"TIFF_COMPRESSION_PACKBITS","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_EXTRA_SAMPLES_UNSPECIFIED":{"name":"TIFF_EXTRA_SAMPLES_UNSPECIFIED","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_EXTRA_SAMPLES_ASSOCIATED_ALPHA":{"name":"TIFF_EXTRA_SAMPLES_ASSOCIATED_ALPHA","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_EXTRA_SAMPLES_UNASSOCIATED_ALPHA":{"name":"TIFF_EXTRA_SAMPLES_UNASSOCIATED_ALPHA","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_FILL_ORDER_LOWER_COLUMN_HIGHER_ORDER":{"name":"TIFF_FILL_ORDER_LOWER_COLUMN_HIGHER_ORDER","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_FILL_ORDER_LOWER_COLUMN_LOWER_ORDER":{"name":"TIFF_FILL_ORDER_LOWER_COLUMN_LOWER_ORDER","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_GRAY_RESPONSE_TENTHS":{"name":"TIFF_GRAY_RESPONSE_TENTHS","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_GRAY_RESPONSE_HUNDREDTHS":{"name":"TIFF_GRAY_RESPONSE_HUNDREDTHS","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_GRAY_RESPONSE_THOUSANDTHS":{"name":"TIFF_GRAY_RESPONSE_THOUSANDTHS","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_GRAY_RESPONSE_TEN_THOUSANDTHS":{"name":"TIFF_GRAY_RESPONSE_TEN_THOUSANDTHS","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_GRAY_RESPONSE_HUNDRED_THOUSANDTHS":{"name":"TIFF_GRAY_RESPONSE_HUNDRED_THOUSANDTHS","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_ORIENTATION_TOP_ROW_LEFT_COLUMN":{"name":"TIFF_ORIENTATION_TOP_ROW_LEFT_COLUMN","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_ORIENTATION_TOP_ROW_RIGHT_COLUMN":{"name":"TIFF_ORIENTATION_TOP_ROW_RIGHT_COLUMN","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_ORIENTATION_BOTTOM_ROW_RIGHT_COLUMN":{"name":"TIFF_ORIENTATION_BOTTOM_ROW_RIGHT_COLUMN","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_ORIENTATION_BOTTOM_ROW_LEFT_COLUMN":{"name":"TIFF_ORIENTATION_BOTTOM_ROW_LEFT_COLUMN","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_ORIENTATION_LEFT_ROW_TOP_COLUMN":{"name":"TIFF_ORIENTATION_LEFT_ROW_TOP_COLUMN","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_ORIENTATION_RIGHT_ROW_TOP_COLUMN":{"name":"TIFF_ORIENTATION_RIGHT_ROW_TOP_COLUMN","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_ORIENTATION_RIGHT_ROW_BOTTOM_COLUMN":{"name":"TIFF_ORIENTATION_RIGHT_ROW_BOTTOM_COLUMN","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_ORIENTATION_LEFT_ROW_BOTTOM_COLUMN":{"name":"TIFF_ORIENTATION_LEFT_ROW_BOTTOM_COLUMN","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_PHOTOMETRIC_INTERPRETATION_WHITE_IS_ZERO":{"name":"TIFF_PHOTOMETRIC_INTERPRETATION_WHITE_IS_ZERO","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_PHOTOMETRIC_INTERPRETATION_BLACK_IS_ZERO":{"name":"TIFF_PHOTOMETRIC_INTERPRETATION_BLACK_IS_ZERO","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_PHOTOMETRIC_INTERPRETATION_RGB":{"name":"TIFF_PHOTOMETRIC_INTERPRETATION_RGB","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_PHOTOMETRIC_INTERPRETATION_PALETTE":{"name":"TIFF_PHOTOMETRIC_INTERPRETATION_PALETTE","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_PHOTOMETRIC_INTERPRETATION_TRANSPARENCY":{"name":"TIFF_PHOTOMETRIC_INTERPRETATION_TRANSPARENCY","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_PLANAR_CONFIGURATION_CHUNKY":{"name":"TIFF_PLANAR_CONFIGURATION_CHUNKY","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_PLANAR_CONFIGURATION_PLANAR":{"name":"TIFF_PLANAR_CONFIGURATION_PLANAR","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_RESOLUTION_UNIT_NO":{"name":"TIFF_RESOLUTION_UNIT_NO","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_RESOLUTION_UNIT_INCH":{"name":"TIFF_RESOLUTION_UNIT_INCH","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_RESOLUTION_UNIT_CENTIMETER":{"name":"TIFF_RESOLUTION_UNIT_CENTIMETER","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_SAMPLE_FORMAT_UNSIGNED_INT":{"name":"TIFF_SAMPLE_FORMAT_UNSIGNED_INT","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_SAMPLE_FORMAT_SIGNED_INT":{"name":"TIFF_SAMPLE_FORMAT_SIGNED_INT","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_SAMPLE_FORMAT_FLOAT":{"name":"TIFF_SAMPLE_FORMAT_FLOAT","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_SAMPLE_FORMAT_UNDEFINED":{"name":"TIFF_SAMPLE_FORMAT_UNDEFINED","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_SUBFILE_TYPE_FULL":{"name":"TIFF_SUBFILE_TYPE_FULL","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_SUBFILE_TYPE_REDUCED":{"name":"TIFF_SUBFILE_TYPE_REDUCED","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_SAMPLE_FORMAT_SINGLE_PAGE_MULTI_PAGE":{"name":"TIFF_SAMPLE_FORMAT_SINGLE_PAGE_MULTI_PAGE","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_THRESHHOLDING_NO":{"name":"TIFF_THRESHHOLDING_NO","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_THRESHHOLDING_ORDERED":{"name":"TIFF_THRESHHOLDING_ORDERED","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_THRESHHOLDING_RANDOM":{"name":"TIFF_THRESHHOLDING_RANDOM","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_PREDICTOR_NO":{"name":"TIFF_PREDICTOR_NO","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_PREDICTOR_HORIZONTAL":{"name":"TIFF_PREDICTOR_HORIZONTAL","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_PREDICTOR_FLOATINGPOINT":{"name":"TIFF_PREDICTOR_FLOATINGPOINT","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_CATEGORY_CRS_NAME":{"name":"CRS_CATEGORY_CRS_NAME","abstract":"

    Category Type names

    "},"Constants.html#/c:@CRS_CATEGORY_OPERATION_NAME":{"name":"CRS_CATEGORY_OPERATION_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_CATEGORY_METADATA_NAME":{"name":"CRS_CATEGORY_METADATA_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_TYPE_BOUND_NAME":{"name":"CRS_TYPE_BOUND_NAME","abstract":"

    CRS Type names

    "},"Constants.html#/c:@CRS_TYPE_COMPOUND_NAME":{"name":"CRS_TYPE_COMPOUND_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_TYPE_CONCATENATED_OPERATION_NAME":{"name":"CRS_TYPE_CONCATENATED_OPERATION_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_TYPE_COORDINATE_METADATA_NAME":{"name":"CRS_TYPE_COORDINATE_METADATA_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_TYPE_COORDINATE_OPERATION_NAME":{"name":"CRS_TYPE_COORDINATE_OPERATION_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_TYPE_DERIVED_NAME":{"name":"CRS_TYPE_DERIVED_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_TYPE_ENGINEERING_NAME":{"name":"CRS_TYPE_ENGINEERING_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_TYPE_GEODETIC_NAME":{"name":"CRS_TYPE_GEODETIC_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_TYPE_GEOGRAPHIC_NAME":{"name":"CRS_TYPE_GEOGRAPHIC_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_TYPE_PARAMETRIC_NAME":{"name":"CRS_TYPE_PARAMETRIC_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_TYPE_POINT_MOTION_OPERATION_NAME":{"name":"CRS_TYPE_POINT_MOTION_OPERATION_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_TYPE_PROJECTED_NAME":{"name":"CRS_TYPE_PROJECTED_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_TYPE_TEMPORAL_NAME":{"name":"CRS_TYPE_TEMPORAL_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_TYPE_VERTICAL_NAME":{"name":"CRS_TYPE_VERTICAL_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_AFT_NAME":{"name":"CRS_AXIS_AFT_NAME","abstract":"

    Axis Direction Type names

    "},"Constants.html#/c:@CRS_AXIS_AWAY_FROM_NAME":{"name":"CRS_AXIS_AWAY_FROM_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_CLOCKWISE_NAME":{"name":"CRS_AXIS_CLOCKWISE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_COLUMN_NEGATIVE_NAME":{"name":"CRS_AXIS_COLUMN_NEGATIVE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_COLUMN_POSITIVE_NAME":{"name":"CRS_AXIS_COLUMN_POSITIVE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_COUNTER_CLOCKWISE_NAME":{"name":"CRS_AXIS_COUNTER_CLOCKWISE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_DISPLAY_DOWN_NAME":{"name":"CRS_AXIS_DISPLAY_DOWN_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_DISPLAY_LEFT_NAME":{"name":"CRS_AXIS_DISPLAY_LEFT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_DISPLAY_RIGHT_NAME":{"name":"CRS_AXIS_DISPLAY_RIGHT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_DISPLAY_UP_NAME":{"name":"CRS_AXIS_DISPLAY_UP_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_DOWN_NAME":{"name":"CRS_AXIS_DOWN_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_EAST_NAME":{"name":"CRS_AXIS_EAST_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_EAST_NORTH_EAST_NAME":{"name":"CRS_AXIS_EAST_NORTH_EAST_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_EAST_SOUTH_EAST_NAME":{"name":"CRS_AXIS_EAST_SOUTH_EAST_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_FORWARD_NAME":{"name":"CRS_AXIS_FORWARD_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_FUTURE_NAME":{"name":"CRS_AXIS_FUTURE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_GEOCENTRIC_X_NAME":{"name":"CRS_AXIS_GEOCENTRIC_X_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_GEOCENTRIC_Y_NAME":{"name":"CRS_AXIS_GEOCENTRIC_Y_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_GEOCENTRIC_Z_NAME":{"name":"CRS_AXIS_GEOCENTRIC_Z_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_NORTH_NAME":{"name":"CRS_AXIS_NORTH_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_NORTH_EAST_NAME":{"name":"CRS_AXIS_NORTH_EAST_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_NORTH_NORTH_EAST_NAME":{"name":"CRS_AXIS_NORTH_NORTH_EAST_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_NORTH_NORTH_WEST_NAME":{"name":"CRS_AXIS_NORTH_NORTH_WEST_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_NORTH_WEST_NAME":{"name":"CRS_AXIS_NORTH_WEST_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_PAST_NAME":{"name":"CRS_AXIS_PAST_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_PORT_NAME":{"name":"CRS_AXIS_PORT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_ROW_NEGATIVE_NAME":{"name":"CRS_AXIS_ROW_NEGATIVE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_ROW_POSITIVE_NAME":{"name":"CRS_AXIS_ROW_POSITIVE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_SOUTH_NAME":{"name":"CRS_AXIS_SOUTH_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_SOUTH_EAST_NAME":{"name":"CRS_AXIS_SOUTH_EAST_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_SOUTH_SOUTH_EAST_NAME":{"name":"CRS_AXIS_SOUTH_SOUTH_EAST_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_SOUTH_SOUTH_WEST_NAME":{"name":"CRS_AXIS_SOUTH_SOUTH_WEST_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_SOUTH_WEST_NAME":{"name":"CRS_AXIS_SOUTH_WEST_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_STARBOARD_NAME":{"name":"CRS_AXIS_STARBOARD_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_TOWARDS_NAME":{"name":"CRS_AXIS_TOWARDS_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_UNSPECIFIED_NAME":{"name":"CRS_AXIS_UNSPECIFIED_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_UP_NAME":{"name":"CRS_AXIS_UP_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_WEST_NAME":{"name":"CRS_AXIS_WEST_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_WEST_NORTH_WEST_NAME":{"name":"CRS_AXIS_WEST_NORTH_WEST_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_WEST_SOUTH_WEST_NAME":{"name":"CRS_AXIS_WEST_SOUTH_WEST_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_CS_AFFINE_NAME":{"name":"CRS_CS_AFFINE_NAME","abstract":"

    Coordinate System Type names

    "},"Constants.html#/c:@CRS_CS_CARTESIAN_NAME":{"name":"CRS_CS_CARTESIAN_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_CS_CYLINDRICAL_NAME":{"name":"CRS_CS_CYLINDRICAL_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_CS_ELLIPSOIDAL_NAME":{"name":"CRS_CS_ELLIPSOIDAL_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_CS_LINEAR_NAME":{"name":"CRS_CS_LINEAR_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_CS_ORDINAL_NAME":{"name":"CRS_CS_ORDINAL_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_CS_PARAMETRIC_NAME":{"name":"CRS_CS_PARAMETRIC_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_CS_POLAR_NAME":{"name":"CRS_CS_POLAR_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_CS_SPHERICAL_NAME":{"name":"CRS_CS_SPHERICAL_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_CS_TEMPORAL_COUNT_NAME":{"name":"CRS_CS_TEMPORAL_COUNT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_CS_TEMPORAL_DATE_TIME_NAME":{"name":"CRS_CS_TEMPORAL_DATE_TIME_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_CS_TEMPORAL_MEASURE_NAME":{"name":"CRS_CS_TEMPORAL_MEASURE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_CS_VERTICAL_NAME":{"name":"CRS_CS_VERTICAL_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNIT_ANGLE_NAME":{"name":"CRS_UNIT_ANGLE_NAME","abstract":"

    Unit Type names

    "},"Constants.html#/c:@CRS_UNIT_LENGTH_NAME":{"name":"CRS_UNIT_LENGTH_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNIT_PARAMETRIC_NAME":{"name":"CRS_UNIT_PARAMETRIC_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNIT_SCALE_NAME":{"name":"CRS_UNIT_SCALE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNIT_TIME_NAME":{"name":"CRS_UNIT_TIME_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNIT_NAME":{"name":"CRS_UNIT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_MICROMETRE_NAME":{"name":"CRS_UNITS_MICROMETRE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_MILLIMETRE_NAME":{"name":"CRS_UNITS_MILLIMETRE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_METRE_NAME":{"name":"CRS_UNITS_METRE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_KILOMETRE_NAME":{"name":"CRS_UNITS_KILOMETRE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_GERMAN_LEGAL_METRE_NAME":{"name":"CRS_UNITS_GERMAN_LEGAL_METRE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_US_SURVEY_FOOT_NAME":{"name":"CRS_UNITS_US_SURVEY_FOOT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_FOOT_NAME":{"name":"CRS_UNITS_FOOT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_MICRORADIAN_NAME":{"name":"CRS_UNITS_MICRORADIAN_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_MILLIRADIAN_NAME":{"name":"CRS_UNITS_MILLIRADIAN_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_RADIAN_NAME":{"name":"CRS_UNITS_RADIAN_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_ARC_SECOND_NAME":{"name":"CRS_UNITS_ARC_SECOND_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_ARC_MINUTE_NAME":{"name":"CRS_UNITS_ARC_MINUTE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_DEGREE_NAME":{"name":"CRS_UNITS_DEGREE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_GRAD_NAME":{"name":"CRS_UNITS_GRAD_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_UNITY_NAME":{"name":"CRS_UNITS_UNITY_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_BIN_NAME":{"name":"CRS_UNITS_BIN_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_PARTS_PER_MILLION_NAME":{"name":"CRS_UNITS_PARTS_PER_MILLION_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_PASCAL_NAME":{"name":"CRS_UNITS_PASCAL_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_HECTOPASCAL_NAME":{"name":"CRS_UNITS_HECTOPASCAL_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_MICROSECOND_NAME":{"name":"CRS_UNITS_MICROSECOND_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_MILLISECOND_NAME":{"name":"CRS_UNITS_MILLISECOND_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_SECOND_NAME":{"name":"CRS_UNITS_SECOND_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_MINUTE_NAME":{"name":"CRS_UNITS_MINUTE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_HOUR_NAME":{"name":"CRS_UNITS_HOUR_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_DAY_NAME":{"name":"CRS_UNITS_DAY_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_YEAR_NAME":{"name":"CRS_UNITS_YEAR_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_CALENDAR_SECOND_NAME":{"name":"CRS_UNITS_CALENDAR_SECOND_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_CALENDAR_MONTH_NAME":{"name":"CRS_UNITS_CALENDAR_MONTH_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_ELLIPSOID_OBLATE_NAME":{"name":"CRS_ELLIPSOID_OBLATE_NAME","abstract":"

    Ellipsoid Type names

    "},"Constants.html#/c:@CRS_ELLIPSOID_TRIAXIAL_NAME":{"name":"CRS_ELLIPSOID_TRIAXIAL_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_OPERATION_COORDINATE_NAME":{"name":"CRS_OPERATION_COORDINATE_NAME","abstract":"

    Coordinate Operation Type names

    "},"Constants.html#/c:@CRS_OPERATION_POINT_MOTION_NAME":{"name":"CRS_OPERATION_POINT_MOTION_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_OPERATION_MAP_PROJECTION_NAME":{"name":"CRS_OPERATION_MAP_PROJECTION_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_OPERATION_DERIVING_CONVERSION_NAME":{"name":"CRS_OPERATION_DERIVING_CONVERSION_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_OPERATION_ABRIDGED_COORDINATE_TRANSFORMATION_NAME":{"name":"CRS_OPERATION_ABRIDGED_COORDINATE_TRANSFORMATION_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_PROJ":{"name":"CRS_PROJ_PARAM_PROJ","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_ZONE":{"name":"CRS_PROJ_PARAM_ZONE","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_SOUTH":{"name":"CRS_PROJ_PARAM_SOUTH","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_LAT_1":{"name":"CRS_PROJ_PARAM_LAT_1","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_LAT_2":{"name":"CRS_PROJ_PARAM_LAT_2","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_LAT_0":{"name":"CRS_PROJ_PARAM_LAT_0","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_LAT_TS":{"name":"CRS_PROJ_PARAM_LAT_TS","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_LON_0":{"name":"CRS_PROJ_PARAM_LON_0","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_LONC":{"name":"CRS_PROJ_PARAM_LONC","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_ALPHA":{"name":"CRS_PROJ_PARAM_ALPHA","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_K_0":{"name":"CRS_PROJ_PARAM_K_0","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_X_0":{"name":"CRS_PROJ_PARAM_X_0","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_Y_0":{"name":"CRS_PROJ_PARAM_Y_0","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_AXIS":{"name":"CRS_PROJ_PARAM_AXIS","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_DATUM":{"name":"CRS_PROJ_PARAM_DATUM","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_NO_UOFF":{"name":"CRS_PROJ_PARAM_NO_UOFF","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_GAMMA":{"name":"CRS_PROJ_PARAM_GAMMA","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_A":{"name":"CRS_PROJ_PARAM_A","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_B":{"name":"CRS_PROJ_PARAM_B","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_ELLPS":{"name":"CRS_PROJ_PARAM_ELLPS","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_TOWGS84":{"name":"CRS_PROJ_PARAM_TOWGS84","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_PM":{"name":"CRS_PROJ_PARAM_PM","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_UNITS":{"name":"CRS_PROJ_PARAM_UNITS","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_TO_METER":{"name":"CRS_PROJ_PARAM_TO_METER","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_NADGRIDS":{"name":"CRS_PROJ_PARAM_NADGRIDS","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_WKTEXT":{"name":"CRS_PROJ_PARAM_WKTEXT","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_NO_DEFS":{"name":"CRS_PROJ_PARAM_NO_DEFS","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_NAME_AEA":{"name":"CRS_PROJ_NAME_AEA","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_NAME_CASS":{"name":"CRS_PROJ_NAME_CASS","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_NAME_CEA":{"name":"CRS_PROJ_NAME_CEA","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_NAME_EQC":{"name":"CRS_PROJ_NAME_EQC","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_NAME_KROVAK":{"name":"CRS_PROJ_NAME_KROVAK","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_NAME_LAEA":{"name":"CRS_PROJ_NAME_LAEA","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_NAME_LCC":{"name":"CRS_PROJ_NAME_LCC","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_NAME_LONGLAT":{"name":"CRS_PROJ_NAME_LONGLAT","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_NAME_MERC":{"name":"CRS_PROJ_NAME_MERC","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_NAME_NZMG":{"name":"CRS_PROJ_NAME_NZMG","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_NAME_OMERC":{"name":"CRS_PROJ_NAME_OMERC","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_NAME_POLY":{"name":"CRS_PROJ_NAME_POLY","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_NAME_SOMERC":{"name":"CRS_PROJ_NAME_SOMERC","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_NAME_STERE":{"name":"CRS_PROJ_NAME_STERE","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_NAME_STEREA":{"name":"CRS_PROJ_NAME_STEREA","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_NAME_TMERC":{"name":"CRS_PROJ_NAME_TMERC","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_NAME_UTM":{"name":"CRS_PROJ_NAME_UTM","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_AXIS_EAST":{"name":"CRS_PROJ_AXIS_EAST","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_AXIS_WEST":{"name":"CRS_PROJ_AXIS_WEST","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_AXIS_NORTH":{"name":"CRS_PROJ_AXIS_NORTH","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_AXIS_SOUTH":{"name":"CRS_PROJ_AXIS_SOUTH","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_AXIS_UP":{"name":"CRS_PROJ_AXIS_UP","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_AXIS_DOWN":{"name":"CRS_PROJ_AXIS_DOWN","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_AXIS_WEST_SOUTH_UP":{"name":"CRS_PROJ_AXIS_WEST_SOUTH_UP","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_UNITS_METRE":{"name":"CRS_PROJ_UNITS_METRE","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_UNITS_US_SURVEY_FOOT":{"name":"CRS_PROJ_UNITS_US_SURVEY_FOOT","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_UNITS_FOOT":{"name":"CRS_PROJ_UNITS_FOOT","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_UNITS_DEGREE":{"name":"CRS_PROJ_UNITS_DEGREE","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PSEUDO_MERCATOR":{"name":"CRS_PROJ_PSEUDO_MERCATOR","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_SWISS_OBLIQUE_MERCATOR":{"name":"CRS_PROJ_SWISS_OBLIQUE_MERCATOR","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_SWISS_OBLIQUE_MERCATOR_COMPAT":{"name":"CRS_PROJ_SWISS_OBLIQUE_MERCATOR_COMPAT","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_UTM_ZONE":{"name":"CRS_PROJ_UTM_ZONE","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_WKT_SEPARATOR":{"name":"CRS_WKT_SEPARATOR","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_WKT_LEFT_DELIMITER":{"name":"CRS_WKT_LEFT_DELIMITER","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_WKT_LEFT_DELIMITER_COMPAT":{"name":"CRS_WKT_LEFT_DELIMITER_COMPAT","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_WKT_RIGHT_DELIMITER":{"name":"CRS_WKT_RIGHT_DELIMITER","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_WKT_RIGHT_DELIMITER_COMPAT":{"name":"CRS_WKT_RIGHT_DELIMITER_COMPAT","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_WKT_AXIS_ABBREV_LEFT_DELIMITER":{"name":"CRS_WKT_AXIS_ABBREV_LEFT_DELIMITER","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_WKT_AXIS_ABBREV_RIGHT_DELIMITER":{"name":"CRS_WKT_AXIS_ABBREV_RIGHT_DELIMITER","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_WKT_AXIS_DIRECTION_OTHER":{"name":"CRS_WKT_AXIS_DIRECTION_OTHER","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_WKT_AXIS_NAME_LON":{"name":"CRS_WKT_AXIS_NAME_LON","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_WKT_AXIS_NAME_LAT":{"name":"CRS_WKT_AXIS_NAME_LAT","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_WKT_AXIS_NAME_X":{"name":"CRS_WKT_AXIS_NAME_X","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_WKT_AXIS_NAME_Y":{"name":"CRS_WKT_AXIS_NAME_Y","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_WKT_AXIS_NAME_Z":{"name":"CRS_WKT_AXIS_NAME_Z","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_WKT_DATUM_TYPE":{"name":"CRS_WKT_DATUM_TYPE","abstract":"

    Undocumented

    "},"Constants.html#/c:@PROJ_BUNDLE_NAME":{"name":"PROJ_BUNDLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@PROJ_PROPERTY_LIST_TYPE":{"name":"PROJ_PROPERTY_LIST_TYPE","abstract":"

    Undocumented

    "},"Constants.html#/c:@PROJ_PROPERTIES":{"name":"PROJ_PROPERTIES","abstract":"

    Projection constants

    "},"Constants.html#/c:@PROJ_AUTHORITY_EPSG":{"name":"PROJ_AUTHORITY_EPSG","abstract":"

    Undocumented

    "},"Constants.html#/c:@PROJ_AUTHORITY_NONE":{"name":"PROJ_AUTHORITY_NONE","abstract":"

    Undocumented

    "},"Constants.html#/c:@PROJ_AUTHORITY_OGC":{"name":"PROJ_AUTHORITY_OGC","abstract":"

    Undocumented

    "},"Constants.html#/c:@PROJ_AUTHORITY_NSG":{"name":"PROJ_AUTHORITY_NSG","abstract":"

    Undocumented

    "},"Constants.html#/c:@PROJ_UNDEFINED_CARTESIAN":{"name":"PROJ_UNDEFINED_CARTESIAN","abstract":"

    Undocumented

    "},"Constants.html#/c:@PROJ_UNDEFINED_GEOGRAPHIC":{"name":"PROJ_UNDEFINED_GEOGRAPHIC","abstract":"

    Undocumented

    "},"Constants.html#/c:@PROJ_EPSG_WORLD_GEODETIC_SYSTEM":{"name":"PROJ_EPSG_WORLD_GEODETIC_SYSTEM","abstract":"

    Undocumented

    "},"Constants.html#/c:@PROJ_EPSG_WEB_MERCATOR":{"name":"PROJ_EPSG_WEB_MERCATOR","abstract":"

    Undocumented

    "},"Constants.html#/c:@PROJ_EPSG_WORLD_GEODETIC_SYSTEM_GEOGRAPHICAL_3D":{"name":"PROJ_EPSG_WORLD_GEODETIC_SYSTEM_GEOGRAPHICAL_3D","abstract":"

    Undocumented

    "},"Constants.html#/c:@PROJ_OGC_CRS84":{"name":"PROJ_OGC_CRS84","abstract":"

    Undocumented

    "},"Constants.html#/c:@PROJ_WEB_MERCATOR_MAX_LAT_RANGE":{"name":"PROJ_WEB_MERCATOR_MAX_LAT_RANGE","abstract":"

    Undocumented

    "},"Constants.html#/c:@PROJ_WEB_MERCATOR_MIN_LAT_RANGE":{"name":"PROJ_WEB_MERCATOR_MIN_LAT_RANGE","abstract":"

    Undocumented

    "},"Constants.html#/c:@PROJ_WEB_MERCATOR_HALF_WORLD_WIDTH":{"name":"PROJ_WEB_MERCATOR_HALF_WORLD_WIDTH","abstract":"

    Undocumented

    "},"Constants.html#/c:@PROJ_MERCATOR_RADIUS":{"name":"PROJ_MERCATOR_RADIUS","abstract":"

    Undocumented

    "},"Constants.html#/c:@PROJ_WGS84_HALF_WORLD_LON_WIDTH":{"name":"PROJ_WGS84_HALF_WORLD_LON_WIDTH","abstract":"

    Undocumented

    "},"Constants.html#/c:@PROJ_WGS84_HALF_WORLD_LAT_HEIGHT":{"name":"PROJ_WGS84_HALF_WORLD_LAT_HEIGHT","abstract":"

    Undocumented

    "},"Constants.html#/c:@SF_GEOMETRY_NAME":{"name":"SF_GEOMETRY_NAME","abstract":"

    Geometry type names

    "},"Constants.html#/c:@SF_POINT_NAME":{"name":"SF_POINT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@SF_LINESTRING_NAME":{"name":"SF_LINESTRING_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@SF_POLYGON_NAME":{"name":"SF_POLYGON_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@SF_MULTIPOINT_NAME":{"name":"SF_MULTIPOINT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@SF_MULTILINESTRING_NAME":{"name":"SF_MULTILINESTRING_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@SF_MULTIPOLYGON_NAME":{"name":"SF_MULTIPOLYGON_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@SF_GEOMETRYCOLLECTION_NAME":{"name":"SF_GEOMETRYCOLLECTION_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@SF_CIRCULARSTRING_NAME":{"name":"SF_CIRCULARSTRING_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@SF_COMPOUNDCURVE_NAME":{"name":"SF_COMPOUNDCURVE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@SF_CURVEPOLYGON_NAME":{"name":"SF_CURVEPOLYGON_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@SF_MULTICURVE_NAME":{"name":"SF_MULTICURVE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@SF_MULTISURFACE_NAME":{"name":"SF_MULTISURFACE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@SF_CURVE_NAME":{"name":"SF_CURVE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@SF_SURFACE_NAME":{"name":"SF_SURFACE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@SF_POLYHEDRALSURFACE_NAME":{"name":"SF_POLYHEDRALSURFACE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@SF_TIN_NAME":{"name":"SF_TIN_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@SF_TRIANGLE_NAME":{"name":"SF_TRIANGLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@SF_NONE_NAME":{"name":"SF_NONE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:SFByteReader.h@DEFAULT_READ_BYTE_ORDER":{"name":"DEFAULT_READ_BYTE_ORDER","abstract":"

    Default read byte order

    "},"Constants.html#/c:SFByteWriter.h@DEFAULT_WRITE_BYTE_ORDER":{"name":"DEFAULT_WRITE_BYTE_ORDER","abstract":"

    Default write byte order

    "},"Constants.html#/c:@SF_DEFAULT_LINE_EPSILON":{"name":"SF_DEFAULT_LINE_EPSILON","abstract":"

    Default epsilon for point in or on line tolerance

    "},"Constants.html#/c:@SF_DEFAULT_EQUAL_EPSILON":{"name":"SF_DEFAULT_EQUAL_EPSILON","abstract":"

    Default epsilon for point equality

    "},"Constants.html#/c:@SF_WEB_MERCATOR_MAX_LAT_RANGE":{"name":"SF_WEB_MERCATOR_MAX_LAT_RANGE","abstract":"

    Web Mercator Latitude Range

    "},"Constants.html#/c:@SF_WEB_MERCATOR_MIN_LAT_RANGE":{"name":"SF_WEB_MERCATOR_MIN_LAT_RANGE","abstract":"

    Web Mercator Latitude Range

    "},"Constants.html#/c:@SF_WEB_MERCATOR_HALF_WORLD_WIDTH":{"name":"SF_WEB_MERCATOR_HALF_WORLD_WIDTH","abstract":"

    Half the world distance in either direction

    "},"Constants.html#/c:@SF_WGS84_HALF_WORLD_LON_WIDTH":{"name":"SF_WGS84_HALF_WORLD_LON_WIDTH","abstract":"

    Half the world longitude width for WGS84

    "},"Constants.html#/c:@SF_WGS84_HALF_WORLD_LAT_HEIGHT":{"name":"SF_WGS84_HALF_WORLD_LAT_HEIGHT","abstract":"

    Half the world latitude height for WGS84

    "},"Constants.html#/c:@SF_DEGREES_TO_METERS_MIN_LAT":{"name":"SF_DEGREES_TO_METERS_MIN_LAT","abstract":"

    Minimum latitude degrees value convertible to meters

    "},"Constants.html#/c:@SF_BEARING_NORTH":{"name":"SF_BEARING_NORTH","abstract":"

    Absolute north bearing in degrees

    "},"Constants.html#/c:@SF_BEARING_EAST":{"name":"SF_BEARING_EAST","abstract":"

    Absolute east bearing in degrees

    "},"Constants.html#/c:@SF_BEARING_SOUTH":{"name":"SF_BEARING_SOUTH","abstract":"

    Absolute south bearing in degrees

    "},"Constants.html#/c:@SF_BEARING_WEST":{"name":"SF_BEARING_WEST","abstract":"

    Absolute west bearing degrees

    "},"Constants.html#/c:@SF_RADIANS_TO_DEGREES":{"name":"SF_RADIANS_TO_DEGREES","abstract":"

    Radians to Degrees conversion

    "},"Constants.html#/c:@SF_DEGREES_TO_RADIANS":{"name":"SF_DEGREES_TO_RADIANS","abstract":"

    Degrees to Radians conversion

    "},"Constants.html#/c:@GPKG_DTU_DATE_FORMAT":{"name":"GPKG_DTU_DATE_FORMAT","abstract":"

    Date format

    "},"Constants.html#/c:@GPKG_DTU_DATE_FORMAT2":{"name":"GPKG_DTU_DATE_FORMAT2","abstract":"

    Non standard Date format

    "},"Constants.html#/c:@GPKG_DTU_DATETIME_FORMAT":{"name":"GPKG_DTU_DATETIME_FORMAT","abstract":"

    Date Time format

    "},"Constants.html#/c:@GPKG_DTU_DATETIME_FORMAT2":{"name":"GPKG_DTU_DATETIME_FORMAT2","abstract":"

    Secondary Date Time format w/o milliseconds for parsing string dates

    "},"Constants.html#/c:@GPKG_DTU_FUNCTION_DATE":{"name":"GPKG_DTU_FUNCTION_DATE","abstract":"

    SQLite date function

    "},"Constants.html#/c:@GPKG_DTU_FUNCTION_TIME":{"name":"GPKG_DTU_FUNCTION_TIME","abstract":"

    SQLite time function

    "},"Constants.html#/c:@GPKG_DTU_FUNCTION_DATETIME":{"name":"GPKG_DTU_FUNCTION_DATETIME","abstract":"

    SQLite datetime function

    "},"Constants.html#/c:@GPKG_DTU_FUNCTION_JULIANDAY":{"name":"GPKG_DTU_FUNCTION_JULIANDAY","abstract":"

    SQLite julianday function

    "},"Constants.html#/c:@GPKG_DTU_FUNCTION_STRFTIME":{"name":"GPKG_DTU_FUNCTION_STRFTIME","abstract":"

    SQLite strftime function

    "},"Constants.html#/c:@GPKG_EXTENSION":{"name":"GPKG_EXTENSION","abstract":"

    GeoPackage constants

    "},"Constants.html#/c:@GPKG_EXTENDED_EXTENSION":{"name":"GPKG_EXTENDED_EXTENSION","abstract":"

    @deprecated in GeoPackage version 1.2

    "},"Constants.html#/c:@GPKG_MEDIA_TYPE":{"name":"GPKG_MEDIA_TYPE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_APPLICATION_ID":{"name":"GPKG_APPLICATION_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_USER_VERSION":{"name":"GPKG_USER_VERSION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_METADATA_APPLICATION_ID":{"name":"GPKG_METADATA_APPLICATION_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GEOMETRY_MAGIC_NUMBER":{"name":"GPKG_GEOMETRY_MAGIC_NUMBER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GEOMETRY_VERSION_1":{"name":"GPKG_GEOMETRY_VERSION_1","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_SQLITE_HEADER_PREFIX":{"name":"GPKG_SQLITE_HEADER_PREFIX","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_SQLITE_APPLICATION_ID":{"name":"GPKG_SQLITE_APPLICATION_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_EXTENSION_AUTHOR":{"name":"GPKG_EXTENSION_AUTHOR","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GEOMETRY_EXTENSION_PREFIX":{"name":"GPKG_GEOMETRY_EXTENSION_PREFIX","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_UNDEFINED_DEFINITION":{"name":"GPKG_UNDEFINED_DEFINITION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_BUNDLE_NAME":{"name":"GPKG_BUNDLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROPERTY_LIST_TYPE":{"name":"GPKG_PROPERTY_LIST_TYPE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_RESOURCES_PROPERTIES":{"name":"GPKG_RESOURCES_PROPERTIES","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_EARTH_RADIUS":{"name":"GPKG_EARTH_RADIUS","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CON_TABLE_NAME":{"name":"GPKG_CON_TABLE_NAME","abstract":"

    Contents table constants

    "},"Constants.html#/c:@GPKG_CON_COLUMN_PK":{"name":"GPKG_CON_COLUMN_PK","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CON_COLUMN_TABLE_NAME":{"name":"GPKG_CON_COLUMN_TABLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CON_COLUMN_DATA_TYPE":{"name":"GPKG_CON_COLUMN_DATA_TYPE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CON_COLUMN_IDENTIFIER":{"name":"GPKG_CON_COLUMN_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CON_COLUMN_DESCRIPTION":{"name":"GPKG_CON_COLUMN_DESCRIPTION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CON_COLUMN_LAST_CHANGE":{"name":"GPKG_CON_COLUMN_LAST_CHANGE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CON_COLUMN_MIN_X":{"name":"GPKG_CON_COLUMN_MIN_X","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CON_COLUMN_MIN_Y":{"name":"GPKG_CON_COLUMN_MIN_Y","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CON_COLUMN_MAX_X":{"name":"GPKG_CON_COLUMN_MAX_X","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CON_COLUMN_MAX_Y":{"name":"GPKG_CON_COLUMN_MAX_Y","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CON_COLUMN_SRS_ID":{"name":"GPKG_CON_COLUMN_SRS_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDT_FEATURES_NAME":{"name":"GPKG_CDT_FEATURES_NAME","abstract":"

    Contents data type names

    "},"Constants.html#/c:@GPKG_CDT_TILES_NAME":{"name":"GPKG_CDT_TILES_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDT_ATTRIBUTES_NAME":{"name":"GPKG_CDT_ATTRIBUTES_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DT_BOOLEAN_NAME":{"name":"GPKG_DT_BOOLEAN_NAME","abstract":"

    Data type names

    "},"Constants.html#/c:@GPKG_DT_TINYINT_NAME":{"name":"GPKG_DT_TINYINT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DT_SMALLINT_NAME":{"name":"GPKG_DT_SMALLINT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DT_MEDIUMINT_NAME":{"name":"GPKG_DT_MEDIUMINT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DT_INT_NAME":{"name":"GPKG_DT_INT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DT_INTEGER_NAME":{"name":"GPKG_DT_INTEGER_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DT_FLOAT_NAME":{"name":"GPKG_DT_FLOAT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DT_DOUBLE_NAME":{"name":"GPKG_DT_DOUBLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DT_REAL_NAME":{"name":"GPKG_DT_REAL_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DT_TEXT_NAME":{"name":"GPKG_DT_TEXT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DT_BLOB_NAME":{"name":"GPKG_DT_BLOB_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DT_DATE_NAME":{"name":"GPKG_DT_DATE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DT_DATETIME_NAME":{"name":"GPKG_DT_DATETIME_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_RESOURCES_TABLES":{"name":"GPKG_RESOURCES_TABLES","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_SM_TABLE_NAME":{"name":"GPKG_SM_TABLE_NAME","abstract":"

    Table Name

    "},"Constants.html#/c:@GPKG_SMC_TYPE_NAME":{"name":"GPKG_SMC_TYPE_NAME","abstract":"

    SQLite Master column keyword type names

    "},"Constants.html#/c:@GPKG_SMC_NAME_NAME":{"name":"GPKG_SMC_NAME_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_SMC_TBL_NAME_NAME":{"name":"GPKG_SMC_TBL_NAME_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_SMC_ROOTPAGE_NAME":{"name":"GPKG_SMC_ROOTPAGE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_SMC_SQL_NAME":{"name":"GPKG_SMC_SQL_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_SMT_TABLE_NAME":{"name":"GPKG_SMT_TABLE_NAME","abstract":"

    SQLite Master table type names

    "},"Constants.html#/c:@GPKG_SMT_INDEX_NAME":{"name":"GPKG_SMT_INDEX_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_SMT_VIEW_NAME":{"name":"GPKG_SMT_VIEW_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_SMT_TRIGGER_NAME":{"name":"GPKG_SMT_TRIGGER_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GPM_TABLE_NAME":{"name":"GPKG_GPM_TABLE_NAME","abstract":"

    Table name

    "},"Constants.html#/c:@GPKG_GPM_COLUMN_PK":{"name":"GPKG_GPM_COLUMN_PK","abstract":"

    Column names

    "},"Constants.html#/c:@GPKG_GPM_COLUMN_ID":{"name":"GPKG_GPM_COLUMN_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GPM_COLUMN_NAME":{"name":"GPKG_GPM_COLUMN_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GPM_COLUMN_PATH":{"name":"GPKG_GPM_COLUMN_PATH","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_METADATA_TABLES":{"name":"GPKG_METADATA_TABLES","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GPGM_TABLE_NAME":{"name":"GPKG_GPGM_TABLE_NAME","abstract":"

    Table name

    "},"Constants.html#/c:@GPKG_GPGM_COLUMN_PK1":{"name":"GPKG_GPGM_COLUMN_PK1","abstract":"

    Column names

    "},"Constants.html#/c:@GPKG_GPGM_COLUMN_PK2":{"name":"GPKG_GPGM_COLUMN_PK2","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GPGM_COLUMN_PK3":{"name":"GPKG_GPGM_COLUMN_PK3","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GPGM_COLUMN_GEOPACKAGE_ID":{"name":"GPKG_GPGM_COLUMN_GEOPACKAGE_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GPGM_COLUMN_TABLE_NAME":{"name":"GPKG_GPGM_COLUMN_TABLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GPGM_COLUMN_ID":{"name":"GPKG_GPGM_COLUMN_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GPGM_COLUMN_MIN_X":{"name":"GPKG_GPGM_COLUMN_MIN_X","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GPGM_COLUMN_MAX_X":{"name":"GPKG_GPGM_COLUMN_MAX_X","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GPGM_COLUMN_MIN_Y":{"name":"GPKG_GPGM_COLUMN_MIN_Y","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GPGM_COLUMN_MAX_Y":{"name":"GPKG_GPGM_COLUMN_MAX_Y","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GPGM_COLUMN_MIN_Z":{"name":"GPKG_GPGM_COLUMN_MIN_Z","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GPGM_COLUMN_MAX_Z":{"name":"GPKG_GPGM_COLUMN_MAX_Z","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GPGM_COLUMN_MIN_M":{"name":"GPKG_GPGM_COLUMN_MIN_M","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GPGM_COLUMN_MAX_M":{"name":"GPKG_GPGM_COLUMN_MAX_M","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GPTM_TABLE_NAME":{"name":"GPKG_GPTM_TABLE_NAME","abstract":"

    Table name

    "},"Constants.html#/c:@GPKG_GPTM_COLUMN_PK1":{"name":"GPKG_GPTM_COLUMN_PK1","abstract":"

    Column names

    "},"Constants.html#/c:@GPKG_GPTM_COLUMN_PK2":{"name":"GPKG_GPTM_COLUMN_PK2","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GPTM_COLUMN_GEOPACKAGE_ID":{"name":"GPKG_GPTM_COLUMN_GEOPACKAGE_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GPTM_COLUMN_TABLE_NAME":{"name":"GPKG_GPTM_COLUMN_TABLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GPTM_COLUMN_LAST_INDEXED":{"name":"GPKG_GPTM_COLUMN_LAST_INDEXED","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CONSTRAINT":{"name":"GPKG_CONSTRAINT","abstract":"

    Constraint keyword

    "},"Constants.html#/c:@GPKG_CT_PRIMARY_KEY_NAME":{"name":"GPKG_CT_PRIMARY_KEY_NAME","abstract":"

    Constraint type names

    "},"Constants.html#/c:@GPKG_CT_UNIQUE_NAME":{"name":"GPKG_CT_UNIQUE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CT_CHECK_NAME":{"name":"GPKG_CT_CHECK_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CT_FOREIGN_KEY_NAME":{"name":"GPKG_CT_FOREIGN_KEY_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CT_NOT_NULL_NAME":{"name":"GPKG_CT_NOT_NULL_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CT_DEFAULT_NAME":{"name":"GPKG_CT_DEFAULT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CT_COLLATE_NAME":{"name":"GPKG_CT_COLLATE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CT_AUTOINCREMENT_NAME":{"name":"GPKG_CT_AUTOINCREMENT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TI_CID":{"name":"GPKG_TI_CID","abstract":"

    Index column

    "},"Constants.html#/c:@GPKG_TI_CID_INDEX":{"name":"GPKG_TI_CID_INDEX","abstract":"

    Index column index

    "},"Constants.html#/c:@GPKG_TI_NAME":{"name":"GPKG_TI_NAME","abstract":"

    Name column

    "},"Constants.html#/c:@GPKG_TI_NAME_INDEX":{"name":"GPKG_TI_NAME_INDEX","abstract":"

    Name column index

    "},"Constants.html#/c:@GPKG_TI_TYPE":{"name":"GPKG_TI_TYPE","abstract":"

    Type column

    "},"Constants.html#/c:@GPKG_TI_TYPE_INDEX":{"name":"GPKG_TI_TYPE_INDEX","abstract":"

    Type column index

    "},"Constants.html#/c:@GPKG_TI_NOT_NULL":{"name":"GPKG_TI_NOT_NULL","abstract":"

    Not null column

    "},"Constants.html#/c:@GPKG_TI_NOT_NULL_INDEX":{"name":"GPKG_TI_NOT_NULL_INDEX","abstract":"

    Not null column index

    "},"Constants.html#/c:@GPKG_TI_DFLT_VALUE":{"name":"GPKG_TI_DFLT_VALUE","abstract":"

    Default value column

    "},"Constants.html#/c:@GPKG_TI_DFLT_VALUE_INDEX":{"name":"GPKG_TI_DFLT_VALUE_INDEX","abstract":"

    Default value column index

    "},"Constants.html#/c:@GPKG_TI_PK":{"name":"GPKG_TI_PK","abstract":"

    Primary key column

    "},"Constants.html#/c:@GPKG_TI_PK_INDEX":{"name":"GPKG_TI_PK_INDEX","abstract":"

    Primary key column index

    "},"Constants.html#/c:@GPKG_TI_DEFAULT_NULL":{"name":"GPKG_TI_DEFAULT_NULL","abstract":"

    Default of NULL value

    "},"Constants.html#/c:@GPKG_UNIQUE":{"name":"GPKG_UNIQUE","abstract":"

    Unique keyword

    "},"Constants.html#/c:@GPKG_DGIWG_TILE_WIDTH":{"name":"GPKG_DGIWG_TILE_WIDTH","abstract":"

    Tile Width

    "},"Constants.html#/c:@GPKG_DGIWG_TILE_HEIGHT":{"name":"GPKG_DGIWG_TILE_HEIGHT","abstract":"

    Tile Height

    "},"Constants.html#/c:@GPKG_DGIWG_MIN_ZOOM_LEVEL":{"name":"GPKG_DGIWG_MIN_ZOOM_LEVEL","abstract":"

    Minimum Zoom Level

    "},"Constants.html#/c:@GPKG_DGIWG_MAX_ZOOM_LEVEL":{"name":"GPKG_DGIWG_MAX_ZOOM_LEVEL","abstract":"

    Maximum Zoom Level

    "},"Constants.html#/c:@GPKG_DGIWG_DESCRIPTION_UNKNOWN":{"name":"GPKG_DGIWG_DESCRIPTION_UNKNOWN","abstract":"

    Invalid unknown description

    "},"Constants.html#/c:@GPKG_DGIWG_DESCRIPTION_TBD":{"name":"GPKG_DGIWG_DESCRIPTION_TBD","abstract":"

    Invalid tbd description

    "},"Constants.html#/c:@GPKG_DGIWG_METADATA_MIME_TYPE":{"name":"GPKG_DGIWG_METADATA_MIME_TYPE","abstract":"

    MIME encoding of metadata

    "},"Constants.html#/c:@GPKG_DGIWG_DMF_BASE_URI":{"name":"GPKG_DGIWG_DMF_BASE_URI","abstract":"

    DGIWG Metadata Foundation (DMF) base URI

    "},"Constants.html#/c:@GPKG_DGIWG_DMF_2_0_URI":{"name":"GPKG_DGIWG_DMF_2_0_URI","abstract":"

    DGIWG Metadata Foundation (DMF) 2.0 URI

    "},"Constants.html#/c:@GPKG_DGIWG_DMF_DEFAULT_URI":{"name":"GPKG_DGIWG_DMF_DEFAULT_URI","abstract":"

    DGIWG Metadata Foundation (DMF) Default URI

    "},"Constants.html#/c:@GPKG_DGIWG_NMIS_BASE_URI":{"name":"GPKG_DGIWG_NMIS_BASE_URI","abstract":"

    NMIS base URI

    "},"Constants.html#/c:@GPKG_DGIWG_NMIS_8_0_URI":{"name":"GPKG_DGIWG_NMIS_8_0_URI","abstract":"

    NMIS 8.0 URI

    "},"Constants.html#/c:@GPKG_DGIWG_NMIS_DEFAULT_URI":{"name":"GPKG_DGIWG_NMIS_DEFAULT_URI","abstract":"

    NMIS Default URI

    "},"Constants.html#/c:@GPKG_DGIWG_FN_DELIMITER_ELEMENTS":{"name":"GPKG_DGIWG_FN_DELIMITER_ELEMENTS","abstract":"

    Delimiter between elements

    "},"Constants.html#/c:@GPKG_DGIWG_FN_DELIMITER_WORDS":{"name":"GPKG_DGIWG_FN_DELIMITER_WORDS","abstract":"

    Delimiter between words

    "},"Constants.html#/c:@GPKG_DGIWG_FN_DELIMITER_SCALE":{"name":"GPKG_DGIWG_FN_DELIMITER_SCALE","abstract":"

    Delimiter between zoom scale

    "},"Constants.html#/c:@GPKG_DGIWG_FN_VERSION_PREFIX":{"name":"GPKG_DGIWG_FN_VERSION_PREFIX","abstract":"

    Version prefix

    "},"Constants.html#/c:@GPKG_DGIWG_FN_DATE_FORMAT":{"name":"GPKG_DGIWG_FN_DATE_FORMAT","abstract":"

    Date format

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_GEOPACKAGE_BASE_NAME":{"name":"GPKG_DGIWG_REQ_GEOPACKAGE_BASE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_GEOPACKAGE_OPTIONS_NAME":{"name":"GPKG_DGIWG_REQ_GEOPACKAGE_OPTIONS_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_EXTENSIONS_MANDATORY_NAME":{"name":"GPKG_DGIWG_REQ_EXTENSIONS_MANDATORY_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_EXTENSIONS_OPTIONAL_NAME":{"name":"GPKG_DGIWG_REQ_EXTENSIONS_OPTIONAL_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_EXTENSIONS_NOT_ALLOWED_NAME":{"name":"GPKG_DGIWG_REQ_EXTENSIONS_NOT_ALLOWED_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_EXTENSIONS_CONDITIONAL_NAME":{"name":"GPKG_DGIWG_REQ_EXTENSIONS_CONDITIONAL_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_CRS_RASTER_ALLOWED_NAME":{"name":"GPKG_DGIWG_REQ_CRS_RASTER_ALLOWED_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_CRS_RASTER_TILE_MATRIX_SET_NAME":{"name":"GPKG_DGIWG_REQ_CRS_RASTER_TILE_MATRIX_SET_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_CRS_2D_VECTOR_NAME":{"name":"GPKG_DGIWG_REQ_CRS_2D_VECTOR_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_CRS_3D_VECTOR_NAME":{"name":"GPKG_DGIWG_REQ_CRS_3D_VECTOR_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_CRS_WKT_NAME":{"name":"GPKG_DGIWG_REQ_CRS_WKT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_CRS_COMPOUND_NAME":{"name":"GPKG_DGIWG_REQ_CRS_COMPOUND_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_CRS_COMPOUND_WKT_NAME":{"name":"GPKG_DGIWG_REQ_CRS_COMPOUND_WKT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_METADATA_DMF_NAME":{"name":"GPKG_DGIWG_REQ_METADATA_DMF_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_METADATA_GPKG_NAME":{"name":"GPKG_DGIWG_REQ_METADATA_GPKG_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_METADATA_ROW_NAME":{"name":"GPKG_DGIWG_REQ_METADATA_ROW_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_METADATA_USER_NAME":{"name":"GPKG_DGIWG_REQ_METADATA_USER_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_METADATA_PRODUCT_NAME":{"name":"GPKG_DGIWG_REQ_METADATA_PRODUCT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_METADATA_PRODUCT_PARTIAL_NAME":{"name":"GPKG_DGIWG_REQ_METADATA_PRODUCT_PARTIAL_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_VALIDITY_DATA_VALIDITY_NAME":{"name":"GPKG_DGIWG_REQ_VALIDITY_DATA_VALIDITY_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_TILE_SIZE_MATRIX_NAME":{"name":"GPKG_DGIWG_REQ_TILE_SIZE_MATRIX_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_TILE_SIZE_DATA_NAME":{"name":"GPKG_DGIWG_REQ_TILE_SIZE_DATA_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_ZOOM_FACTOR_NAME":{"name":"GPKG_DGIWG_REQ_ZOOM_FACTOR_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_ZOOM_MATRIX_SETS_MULTIPLE_NAME":{"name":"GPKG_DGIWG_REQ_ZOOM_MATRIX_SETS_MULTIPLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_ZOOM_MATRIX_SETS_ONE_NAME":{"name":"GPKG_DGIWG_REQ_ZOOM_MATRIX_SETS_ONE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_BBOX_CRS_NAME":{"name":"GPKG_DGIWG_REQ_BBOX_CRS_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_METADATA_TILE_NAME":{"name":"GPKG_DGIWG_REQ_METADATA_TILE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_METADATA_FEATURE_NAME":{"name":"GPKG_DGIWG_REQ_METADATA_FEATURE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_GEOPACKAGE_BASE_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_GEOPACKAGE_BASE_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_GEOPACKAGE_OPTIONS_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_GEOPACKAGE_OPTIONS_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_EXTENSIONS_MANDATORY_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_EXTENSIONS_MANDATORY_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_EXTENSIONS_OPTIONAL_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_EXTENSIONS_OPTIONAL_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_EXTENSIONS_NOT_ALLOWED_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_EXTENSIONS_NOT_ALLOWED_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_EXTENSIONS_CONDITIONAL_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_EXTENSIONS_CONDITIONAL_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_CRS_RASTER_ALLOWED_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_CRS_RASTER_ALLOWED_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_CRS_RASTER_TILE_MATRIX_SET_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_CRS_RASTER_TILE_MATRIX_SET_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_CRS_2D_VECTOR_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_CRS_2D_VECTOR_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_CRS_3D_VECTOR_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_CRS_3D_VECTOR_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_CRS_WKT_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_CRS_WKT_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_CRS_COMPOUND_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_CRS_COMPOUND_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_CRS_COMPOUND_WKT_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_CRS_COMPOUND_WKT_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_METADATA_DMF_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_METADATA_DMF_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_METADATA_GPKG_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_METADATA_GPKG_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_METADATA_ROW_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_METADATA_ROW_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_METADATA_USER_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_METADATA_USER_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_METADATA_PRODUCT_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_METADATA_PRODUCT_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_METADATA_PRODUCT_PARTIAL_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_METADATA_PRODUCT_PARTIAL_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_VALIDITY_DATA_VALIDITY_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_VALIDITY_DATA_VALIDITY_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_TILE_SIZE_MATRIX_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_TILE_SIZE_MATRIX_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_TILE_SIZE_DATA_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_TILE_SIZE_DATA_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_ZOOM_FACTOR_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_ZOOM_FACTOR_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_ZOOM_MATRIX_SETS_MULTIPLE_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_ZOOM_MATRIX_SETS_MULTIPLE_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_ZOOM_MATRIX_SETS_ONE_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_ZOOM_MATRIX_SETS_ONE_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_BBOX_CRS_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_BBOX_CRS_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_METADATA_TILE_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_METADATA_TILE_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_METADATA_FEATURE_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_METADATA_FEATURE_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_IDENTIFIER_PREFIX":{"name":"GPKG_DGIWG_REQ_IDENTIFIER_PREFIX","abstract":"

    Identifier prefix

    "},"Constants.html#/c:GPKGDgiwgValidate.h@pixelSizeValidationDelta":{"name":"pixelSizeValidationDelta","abstract":"

    Delta for comparisons between same pixel sizes

    "},"Constants.html#/c:@GPKG_DGIWG_RESOURCES_WKT":{"name":"GPKG_DGIWG_RESOURCES_WKT","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_UTM_NORTH_MIN":{"name":"GPKG_UTM_NORTH_MIN","abstract":"

    North min EPSG code

    "},"Constants.html#/c:@GPKG_UTM_NORTH_MAX":{"name":"GPKG_UTM_NORTH_MAX","abstract":"

    North max EPSG code

    "},"Constants.html#/c:@GPKG_UTM_SOUTH_MIN":{"name":"GPKG_UTM_SOUTH_MIN","abstract":"

    South min EPSG code

    "},"Constants.html#/c:@GPKG_UTM_SOUTH_MAX":{"name":"GPKG_UTM_SOUTH_MAX","abstract":"

    South max EPSG code

    "},"Constants.html#/c:@GPKG_CRS_WKT_EXTENSION_NAME":{"name":"GPKG_CRS_WKT_EXTENSION_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_EX_EXTENSION_NAME_DIVIDER":{"name":"GPKG_EX_EXTENSION_NAME_DIVIDER","abstract":"

    Extension table constants

    "},"Constants.html#/c:@GPKG_EX_TABLE_NAME":{"name":"GPKG_EX_TABLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_EX_COLUMN_TABLE_NAME":{"name":"GPKG_EX_COLUMN_TABLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_EX_COLUMN_COLUMN_NAME":{"name":"GPKG_EX_COLUMN_COLUMN_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_EX_COLUMN_EXTENSION_NAME":{"name":"GPKG_EX_COLUMN_EXTENSION_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_EX_COLUMN_DEFINITION":{"name":"GPKG_EX_COLUMN_DEFINITION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_EX_COLUMN_SCOPE":{"name":"GPKG_EX_COLUMN_SCOPE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_EST_READ_WRITE_NAME":{"name":"GPKG_EST_READ_WRITE_NAME","abstract":"

    Extension scope type enumeration names

    "},"Constants.html#/c:@GPKG_EST_WRITE_ONLY_NAME":{"name":"GPKG_EST_WRITE_ONLY_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_WEBP_EXTENSION_NAME":{"name":"GPKG_WEBP_EXTENSION_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_ZOOM_OTHER_EXTENSION_NAME":{"name":"GPKG_ZOOM_OTHER_EXTENSION_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CD_GRIDDED_COVERAGE":{"name":"GPKG_CD_GRIDDED_COVERAGE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GRIDDED_COVERAGE_EXTENSION_NAME":{"name":"GPKG_GRIDDED_COVERAGE_EXTENSION_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDA_NEAREST_NEIGHBOR_NAME":{"name":"GPKG_CDA_NEAREST_NEIGHBOR_NAME","abstract":"

    Tile Gridded Coverage Data Algorithm names

    "},"Constants.html#/c:@GPKG_CDA_BILINEAR_NAME":{"name":"GPKG_CDA_BILINEAR_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDA_BICUBIC_NAME":{"name":"GPKG_CDA_BICUBIC_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDGC_TABLE_NAME":{"name":"GPKG_CDGC_TABLE_NAME","abstract":"

    Gridded Coverage table constants

    "},"Constants.html#/c:@GPKG_CDGC_COLUMN_PK":{"name":"GPKG_CDGC_COLUMN_PK","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDGC_COLUMN_ID":{"name":"GPKG_CDGC_COLUMN_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDGC_COLUMN_TILE_MATRIX_SET_NAME":{"name":"GPKG_CDGC_COLUMN_TILE_MATRIX_SET_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDGC_COLUMN_DATATYPE":{"name":"GPKG_CDGC_COLUMN_DATATYPE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDGC_COLUMN_SCALE":{"name":"GPKG_CDGC_COLUMN_SCALE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDGC_COLUMN_OFFSET":{"name":"GPKG_CDGC_COLUMN_OFFSET","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDGC_COLUMN_PRECISION":{"name":"GPKG_CDGC_COLUMN_PRECISION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDGC_COLUMN_DATA_NULL":{"name":"GPKG_CDGC_COLUMN_DATA_NULL","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDGC_COLUMN_GRID_CELL_ENCODING":{"name":"GPKG_CDGC_COLUMN_GRID_CELL_ENCODING","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDGC_COLUMN_UOM":{"name":"GPKG_CDGC_COLUMN_UOM","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDGC_COLUMN_FIELD_NAME":{"name":"GPKG_CDGC_COLUMN_FIELD_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDGC_COLUMN_QUANTITY_DEFINITION":{"name":"GPKG_CDGC_COLUMN_QUANTITY_DEFINITION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GCDT_INTEGER_NAME":{"name":"GPKG_GCDT_INTEGER_NAME","abstract":"

    Gridded Coverage data type names

    "},"Constants.html#/c:@GPKG_GCDT_FLOAT_NAME":{"name":"GPKG_GCDT_FLOAT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GCET_CENTER_NAME":{"name":"GPKG_GCET_CENTER_NAME","abstract":"

    Gridded Coverage encoding type names

    "},"Constants.html#/c:@GPKG_GCET_AREA_NAME":{"name":"GPKG_GCET_AREA_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GCET_CORNER_NAME":{"name":"GPKG_GCET_CORNER_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDGT_TABLE_NAME":{"name":"GPKG_CDGT_TABLE_NAME","abstract":"

    Gridded Tile table constants

    "},"Constants.html#/c:@GPKG_CDGT_COLUMN_PK":{"name":"GPKG_CDGT_COLUMN_PK","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDGT_COLUMN_ID":{"name":"GPKG_CDGT_COLUMN_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDGT_COLUMN_TABLE_NAME":{"name":"GPKG_CDGT_COLUMN_TABLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDGT_COLUMN_TABLE_ID":{"name":"GPKG_CDGT_COLUMN_TABLE_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDGT_COLUMN_SCALE":{"name":"GPKG_CDGT_COLUMN_SCALE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDGT_COLUMN_OFFSET":{"name":"GPKG_CDGT_COLUMN_OFFSET","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDGT_COLUMN_MIN":{"name":"GPKG_CDGT_COLUMN_MIN","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDGT_COLUMN_MAX":{"name":"GPKG_CDGT_COLUMN_MAX","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDGT_COLUMN_MEAN":{"name":"GPKG_CDGT_COLUMN_MEAN","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDGT_COLUMN_STANDARD_DEVIATION":{"name":"GPKG_CDGT_COLUMN_STANDARD_DEVIATION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_M_TABLE_NAME":{"name":"GPKG_M_TABLE_NAME","abstract":"

    Metadata table constants

    "},"Constants.html#/c:@GPKG_M_COLUMN_PK":{"name":"GPKG_M_COLUMN_PK","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_M_COLUMN_ID":{"name":"GPKG_M_COLUMN_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_M_COLUMN_SCOPE":{"name":"GPKG_M_COLUMN_SCOPE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_M_COLUMN_STANDARD_URI":{"name":"GPKG_M_COLUMN_STANDARD_URI","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_M_COLUMN_MIME_TYPE":{"name":"GPKG_M_COLUMN_MIME_TYPE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_M_COLUMN_METADATA":{"name":"GPKG_M_COLUMN_METADATA","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_UNDEFINED_NAME":{"name":"GPKG_MST_UNDEFINED_NAME","abstract":"

    Metadata Scope Type enumeration names

    "},"Constants.html#/c:@GPKG_MST_FIELD_SESSION_NAME":{"name":"GPKG_MST_FIELD_SESSION_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_COLLECTION_SESSION_NAME":{"name":"GPKG_MST_COLLECTION_SESSION_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_SERIES_NAME":{"name":"GPKG_MST_SERIES_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_DATASET_NAME":{"name":"GPKG_MST_DATASET_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_FEATURE_TYPE_NAME":{"name":"GPKG_MST_FEATURE_TYPE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_FEATURE_NAME":{"name":"GPKG_MST_FEATURE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_ATTRIBUTE_TYPE_NAME":{"name":"GPKG_MST_ATTRIBUTE_TYPE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_ATTRIBUTE_NAME":{"name":"GPKG_MST_ATTRIBUTE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_TILE_NAME":{"name":"GPKG_MST_TILE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_MODEL_NAME":{"name":"GPKG_MST_MODEL_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_CATALOG_NAME":{"name":"GPKG_MST_CATALOG_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_SCHEMA_NAME":{"name":"GPKG_MST_SCHEMA_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_TAXONOMY_NAME":{"name":"GPKG_MST_TAXONOMY_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_SOFTWARE_NAME":{"name":"GPKG_MST_SOFTWARE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_SERVICE_NAME":{"name":"GPKG_MST_SERVICE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_COLLECTION_HARDWARE_NAME":{"name":"GPKG_MST_COLLECTION_HARDWARE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_NON_GEOGRAPHIC_DATASET_NAME":{"name":"GPKG_MST_NON_GEOGRAPHIC_DATASET_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_DIMENSION_GROUP_NAME":{"name":"GPKG_MST_DIMENSION_GROUP_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_STYLE_NAME":{"name":"GPKG_MST_STYLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_METADATA_EXTENSION_NAME":{"name":"GPKG_METADATA_EXTENSION_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MR_TABLE_NAME":{"name":"GPKG_MR_TABLE_NAME","abstract":"

    Metadata Reference table constants

    "},"Constants.html#/c:@GPKG_MR_COLUMN_REFERENCE_SCOPE":{"name":"GPKG_MR_COLUMN_REFERENCE_SCOPE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MR_COLUMN_TABLE_NAME":{"name":"GPKG_MR_COLUMN_TABLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MR_COLUMN_COLUMN_NAME":{"name":"GPKG_MR_COLUMN_COLUMN_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MR_COLUMN_ROW_ID_VALUE":{"name":"GPKG_MR_COLUMN_ROW_ID_VALUE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MR_COLUMN_TIMESTAMP":{"name":"GPKG_MR_COLUMN_TIMESTAMP","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MR_COLUMN_FILE_ID":{"name":"GPKG_MR_COLUMN_FILE_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MR_COLUMN_PARENT_ID":{"name":"GPKG_MR_COLUMN_PARENT_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_RST_GEOPACKAGE_NAME":{"name":"GPKG_RST_GEOPACKAGE_NAME","abstract":"

    Reference Scope Type enumeration names

    "},"Constants.html#/c:@GPKG_RST_TABLE_NAME":{"name":"GPKG_RST_TABLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_RST_COLUMN_NAME":{"name":"GPKG_RST_COLUMN_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_RST_ROW_NAME":{"name":"GPKG_RST_ROW_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_RST_ROW_COL_NAME":{"name":"GPKG_RST_ROW_COL_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_NGA_EXTENSION_AUTHOR":{"name":"GPKG_NGA_EXTENSION_AUTHOR","abstract":"

    NGA Extension author

    "},"Constants.html#/c:@GPKG_NGA_TABLES":{"name":"GPKG_NGA_TABLES","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CI_TABLE_NAME":{"name":"GPKG_CI_TABLE_NAME","abstract":"

    Contents Id table constants

    "},"Constants.html#/c:@GPKG_CI_COLUMN_PK":{"name":"GPKG_CI_COLUMN_PK","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CI_COLUMN_ID":{"name":"GPKG_CI_COLUMN_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CI_COLUMN_TABLE_NAME":{"name":"GPKG_CI_COLUMN_TABLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_EXTENSION_CONTENTS_ID_NAME_NO_AUTHOR":{"name":"GPKG_EXTENSION_CONTENTS_ID_NAME_NO_AUTHOR","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_EXTENSION_CONTENTS_ID_DEFINITION":{"name":"GPKG_PROP_EXTENSION_CONTENTS_ID_DEFINITION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_EXTENSION_GEOMETRY_INDEX_NAME_NO_AUTHOR":{"name":"GPKG_EXTENSION_GEOMETRY_INDEX_NAME_NO_AUTHOR","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_EXTENSION_GEOMETRY_INDEX_DEFINITION":{"name":"GPKG_PROP_EXTENSION_GEOMETRY_INDEX_DEFINITION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GI_TABLE_NAME":{"name":"GPKG_GI_TABLE_NAME","abstract":"

    Geometry Index table constants

    "},"Constants.html#/c:@GPKG_GI_COLUMN_PK1":{"name":"GPKG_GI_COLUMN_PK1","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GI_COLUMN_PK2":{"name":"GPKG_GI_COLUMN_PK2","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GI_COLUMN_TABLE_NAME":{"name":"GPKG_GI_COLUMN_TABLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GI_COLUMN_GEOM_ID":{"name":"GPKG_GI_COLUMN_GEOM_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GI_COLUMN_MIN_X":{"name":"GPKG_GI_COLUMN_MIN_X","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GI_COLUMN_MAX_X":{"name":"GPKG_GI_COLUMN_MAX_X","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GI_COLUMN_MIN_Y":{"name":"GPKG_GI_COLUMN_MIN_Y","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GI_COLUMN_MAX_Y":{"name":"GPKG_GI_COLUMN_MAX_Y","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GI_COLUMN_MIN_Z":{"name":"GPKG_GI_COLUMN_MIN_Z","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GI_COLUMN_MAX_Z":{"name":"GPKG_GI_COLUMN_MAX_Z","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GI_COLUMN_MIN_M":{"name":"GPKG_GI_COLUMN_MIN_M","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GI_COLUMN_MAX_M":{"name":"GPKG_GI_COLUMN_MAX_M","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TI_TABLE_NAME":{"name":"GPKG_TI_TABLE_NAME","abstract":"

    Table Index table constants

    "},"Constants.html#/c:@GPKG_TI_COLUMN_PK":{"name":"GPKG_TI_COLUMN_PK","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TI_COLUMN_TABLE_NAME":{"name":"GPKG_TI_COLUMN_TABLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TI_COLUMN_LAST_INDEXED":{"name":"GPKG_TI_COLUMN_LAST_INDEXED","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_FTL_TABLE_NAME":{"name":"GPKG_FTL_TABLE_NAME","abstract":"

    Feature Tile Link table constants

    "},"Constants.html#/c:@GPKG_FTL_COLUMN_PK1":{"name":"GPKG_FTL_COLUMN_PK1","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_FTL_COLUMN_PK2":{"name":"GPKG_FTL_COLUMN_PK2","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_FTL_COLUMN_FEATURE_TABLE_NAME":{"name":"GPKG_FTL_COLUMN_FEATURE_TABLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_FTL_COLUMN_TILE_TABLE_NAME":{"name":"GPKG_FTL_COLUMN_TILE_TABLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_EXTENSION_FEATURE_TILE_LINK_NAME_NO_AUTHOR":{"name":"GPKG_EXTENSION_FEATURE_TILE_LINK_NAME_NO_AUTHOR","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_EXTENSION_FEATURE_TILE_LINK_DEFINITION":{"name":"GPKG_PROP_EXTENSION_FEATURE_TILE_LINK_DEFINITION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_EXTENSION_PROPERTIES_NAME_NO_AUTHOR":{"name":"GPKG_EXTENSION_PROPERTIES_NAME_NO_AUTHOR","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_EXTENSION_PROPERTIES_DEFINITION":{"name":"GPKG_PROP_EXTENSION_PROPERTIES_DEFINITION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_EXTENSION_PROPERTIES_TABLE_NAME":{"name":"GPKG_EXTENSION_PROPERTIES_TABLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_EXTENSION_PROPERTIES_COLUMN_PROPERTY":{"name":"GPKG_EXTENSION_PROPERTIES_COLUMN_PROPERTY","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_EXTENSION_PROPERTIES_COLUMN_VALUE":{"name":"GPKG_EXTENSION_PROPERTIES_COLUMN_VALUE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PE_CONTRIBUTOR":{"name":"GPKG_PE_CONTRIBUTOR","abstract":"

    An entity responsible for making contributions to the resource

    "},"Constants.html#/c:@GPKG_PE_COVERAGE":{"name":"GPKG_PE_COVERAGE","abstract":"

    The spatial or temporal topic of the resource, the spatial applicability"},"Constants.html#/c:@GPKG_PE_CREATED":{"name":"GPKG_PE_CREATED","abstract":"

    Date Created - Date of creation of the resource

    "},"Constants.html#/c:@GPKG_PE_CREATOR":{"name":"GPKG_PE_CREATOR","abstract":"

    An entity primarily responsible for making the resource

    "},"Constants.html#/c:@GPKG_PE_DATE":{"name":"GPKG_PE_DATE","abstract":"

    A point or period of time associated with an event in the lifecycle of"},"Constants.html#/c:@GPKG_PE_DESCRIPTION":{"name":"GPKG_PE_DESCRIPTION","abstract":"

    An account of the resource

    "},"Constants.html#/c:@GPKG_PE_IDENTIFIER":{"name":"GPKG_PE_IDENTIFIER","abstract":"

    An unambiguous reference to the resource within a given context

    "},"Constants.html#/c:@GPKG_PE_LICENSE":{"name":"GPKG_PE_LICENSE","abstract":"

    A legal document giving official permission to do something with the"},"Constants.html#/c:@GPKG_PE_MODIFIED":{"name":"GPKG_PE_MODIFIED","abstract":"

    Date Modified - Date on which the resource was changed

    "},"Constants.html#/c:@GPKG_PE_PUBLISHER":{"name":"GPKG_PE_PUBLISHER","abstract":"

    An entity responsible for making the resource available

    "},"Constants.html#/c:@GPKG_PE_REFERENCES":{"name":"GPKG_PE_REFERENCES","abstract":"

    A related resource that is referenced, cited, or otherwise pointed to by"},"Constants.html#/c:@GPKG_PE_RELATION":{"name":"GPKG_PE_RELATION","abstract":"

    A related resource

    "},"Constants.html#/c:@GPKG_PE_SOURCE":{"name":"GPKG_PE_SOURCE","abstract":"

    A related resource from which the described resource is derived

    "},"Constants.html#/c:@GPKG_PE_SPATIAL":{"name":"GPKG_PE_SPATIAL","abstract":"

    Spatial Coverage - Spatial characteristics of the resource

    "},"Constants.html#/c:@GPKG_PE_SUBJECT":{"name":"GPKG_PE_SUBJECT","abstract":"

    The topic of the resource

    "},"Constants.html#/c:@GPKG_PE_TAG":{"name":"GPKG_PE_TAG","abstract":"

    A tag or label of the resource

    "},"Constants.html#/c:@GPKG_PE_TEMPORAL":{"name":"GPKG_PE_TEMPORAL","abstract":"

    Temporal Coverage - Temporal characteristics of the resource

    "},"Constants.html#/c:@GPKG_PE_TITLE":{"name":"GPKG_PE_TITLE","abstract":"

    A name given to the resource

    "},"Constants.html#/c:@GPKG_PE_TYPE":{"name":"GPKG_PE_TYPE","abstract":"

    The nature or genre of the resource

    "},"Constants.html#/c:@GPKG_PE_URI":{"name":"GPKG_PE_URI","abstract":"

    The set of identifiers constructed according to the generic syntax for"},"Constants.html#/c:@GPKG_PE_VALID":{"name":"GPKG_PE_VALID","abstract":"

    Date Valid - Date (often a range) of validity of a resource

    "},"Constants.html#/c:@GPKG_PE_VERSION":{"name":"GPKG_PE_VERSION","abstract":"

    A version of the resource

    "},"Constants.html#/c:@GPKG_TS_TABLE_NAME":{"name":"GPKG_TS_TABLE_NAME","abstract":"

    Tile Scaling table constants

    "},"Constants.html#/c:@GPKG_TS_COLUMN_PK":{"name":"GPKG_TS_COLUMN_PK","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TS_COLUMN_TABLE_NAME":{"name":"GPKG_TS_COLUMN_TABLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TS_COLUMN_SCALING_TYPE":{"name":"GPKG_TS_COLUMN_SCALING_TYPE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TS_COLUMN_ZOOM_IN":{"name":"GPKG_TS_COLUMN_ZOOM_IN","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TS_COLUMN_ZOOM_OUT":{"name":"GPKG_TS_COLUMN_ZOOM_OUT","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TSC_IN_NAME":{"name":"GPKG_TSC_IN_NAME","abstract":"

    Tile Scaling Type names

    "},"Constants.html#/c:@GPKG_TSC_OUT_NAME":{"name":"GPKG_TSC_OUT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TSC_IN_OUT_NAME":{"name":"GPKG_TSC_IN_OUT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TSC_OUT_IN_NAME":{"name":"GPKG_TSC_OUT_IN_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TSC_CLOSEST_IN_OUT_NAME":{"name":"GPKG_TSC_CLOSEST_IN_OUT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TSC_CLOSEST_OUT_IN_NAME":{"name":"GPKG_TSC_CLOSEST_OUT_IN_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_EXTENSION_TILE_SCALING_NAME_NO_AUTHOR":{"name":"GPKG_EXTENSION_TILE_SCALING_NAME_NO_AUTHOR","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_EXTENSION_TILE_SCALING_DEFINITION":{"name":"GPKG_PROP_EXTENSION_TILE_SCALING_DEFINITION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_EXTENSION_FEATURE_STYLE_NAME_NO_AUTHOR":{"name":"GPKG_EXTENSION_FEATURE_STYLE_NAME_NO_AUTHOR","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_EXTENSION_FEATURE_STYLE_DEFINITION":{"name":"GPKG_PROP_EXTENSION_FEATURE_STYLE_DEFINITION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_FSE_TABLE_MAPPING_STYLE":{"name":"GPKG_FSE_TABLE_MAPPING_STYLE","abstract":"

    Table name prefix for mapping styles

    "},"Constants.html#/c:@GPKG_FSE_TABLE_MAPPING_TABLE_STYLE":{"name":"GPKG_FSE_TABLE_MAPPING_TABLE_STYLE","abstract":"

    Table name prefix for mapping style defaults

    "},"Constants.html#/c:@GPKG_FSE_TABLE_MAPPING_ICON":{"name":"GPKG_FSE_TABLE_MAPPING_ICON","abstract":"

    Table name prefix for mapping icons

    "},"Constants.html#/c:@GPKG_FSE_TABLE_MAPPING_TABLE_ICON":{"name":"GPKG_FSE_TABLE_MAPPING_TABLE_ICON","abstract":"

    Table name prefix for mapping icon defaults

    "},"Constants.html#/c:GPKGIconCache.h@DEFAULT_ICON_CACHE_SIZE":{"name":"DEFAULT_ICON_CACHE_SIZE","abstract":"

    Default max number of icon images to retain in cache

    "},"Constants.html#/c:@GPKG_IT_TABLE_NAME":{"name":"GPKG_IT_TABLE_NAME","abstract":"

    Icon Table constants

    "},"Constants.html#/c:@GPKG_IT_COLUMN_NAME":{"name":"GPKG_IT_COLUMN_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_IT_COLUMN_DESCRIPTION":{"name":"GPKG_IT_COLUMN_DESCRIPTION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_IT_COLUMN_WIDTH":{"name":"GPKG_IT_COLUMN_WIDTH","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_IT_COLUMN_HEIGHT":{"name":"GPKG_IT_COLUMN_HEIGHT","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_IT_COLUMN_ANCHOR_U":{"name":"GPKG_IT_COLUMN_ANCHOR_U","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_IT_COLUMN_ANCHOR_V":{"name":"GPKG_IT_COLUMN_ANCHOR_V","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_SMT_COLUMN_GEOMETRY_TYPE_NAME":{"name":"GPKG_SMT_COLUMN_GEOMETRY_TYPE_NAME","abstract":"

    Style Mapping Table constants

    "},"Constants.html#/c:@GPKG_ST_TABLE_NAME":{"name":"GPKG_ST_TABLE_NAME","abstract":"

    Style Table constants

    "},"Constants.html#/c:@GPKG_ST_COLUMN_ID":{"name":"GPKG_ST_COLUMN_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_ST_COLUMN_NAME":{"name":"GPKG_ST_COLUMN_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_ST_COLUMN_DESCRIPTION":{"name":"GPKG_ST_COLUMN_DESCRIPTION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_ST_COLUMN_COLOR":{"name":"GPKG_ST_COLUMN_COLOR","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_ST_COLUMN_OPACITY":{"name":"GPKG_ST_COLUMN_OPACITY","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_ST_COLUMN_WIDTH":{"name":"GPKG_ST_COLUMN_WIDTH","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_ST_COLUMN_FILL_COLOR":{"name":"GPKG_ST_COLUMN_FILL_COLOR","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_ST_COLUMN_FILL_OPACITY":{"name":"GPKG_ST_COLUMN_FILL_OPACITY","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_ER_TABLE_NAME":{"name":"GPKG_ER_TABLE_NAME","abstract":"

    Extended Relation table constants

    "},"Constants.html#/c:@GPKG_ER_COLUMN_PK":{"name":"GPKG_ER_COLUMN_PK","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_ER_COLUMN_ID":{"name":"GPKG_ER_COLUMN_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_ER_COLUMN_BASE_TABLE_NAME":{"name":"GPKG_ER_COLUMN_BASE_TABLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_ER_COLUMN_BASE_PRIMARY_COLUMN":{"name":"GPKG_ER_COLUMN_BASE_PRIMARY_COLUMN","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_ER_COLUMN_RELATED_TABLE_NAME":{"name":"GPKG_ER_COLUMN_RELATED_TABLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_ER_COLUMN_RELATED_PRIMARY_COLUMN":{"name":"GPKG_ER_COLUMN_RELATED_PRIMARY_COLUMN","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_ER_COLUMN_RELATION_NAME":{"name":"GPKG_ER_COLUMN_RELATION_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_ER_COLUMN_MAPPING_TABLE_NAME":{"name":"GPKG_ER_COLUMN_MAPPING_TABLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_EXTENSION_RELATED_TABLES_NAME_NO_AUTHOR":{"name":"GPKG_EXTENSION_RELATED_TABLES_NAME_NO_AUTHOR","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_EXTENSION_RELATED_TABLES_DEFINITION":{"name":"GPKG_PROP_EXTENSION_RELATED_TABLES_DEFINITION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_RT_FEATURES_NAME":{"name":"GPKG_RT_FEATURES_NAME","abstract":"

    Relation Type names

    "},"Constants.html#/c:@GPKG_RT_SIMPLE_ATTRIBUTES_NAME":{"name":"GPKG_RT_SIMPLE_ATTRIBUTES_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_RT_MEDIA_NAME":{"name":"GPKG_RT_MEDIA_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_RT_ATTRIBUTES_NAME":{"name":"GPKG_RT_ATTRIBUTES_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_RT_TILES_NAME":{"name":"GPKG_RT_TILES_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_UMT_COLUMN_BASE_ID":{"name":"GPKG_UMT_COLUMN_BASE_ID","abstract":"

    User Mapping Table constants

    "},"Constants.html#/c:@GPKG_UMT_COLUMN_RELATED_ID":{"name":"GPKG_UMT_COLUMN_RELATED_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DCM_DATE_NAME":{"name":"GPKG_DCM_DATE_NAME","abstract":"

    Dublin Core Metadata Type names

    "},"Constants.html#/c:@GPKG_DCM_DESCRIPTION_NAME":{"name":"GPKG_DCM_DESCRIPTION_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DCM_FORMAT_NAME":{"name":"GPKG_DCM_FORMAT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DCM_IDENTIFIER_NAME":{"name":"GPKG_DCM_IDENTIFIER_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DCM_SOURCE_NAME":{"name":"GPKG_DCM_SOURCE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DCM_TITLE_NAME":{"name":"GPKG_DCM_TITLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DCM_CONTENT_TYPE_NAME":{"name":"GPKG_DCM_CONTENT_TYPE_NAME","abstract":"

    Dublin Core Metadata Synonym names

    "},"Constants.html#/c:@GPKG_DCM_ID_NAME":{"name":"GPKG_DCM_ID_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_RMT_COLUMN_DATA":{"name":"GPKG_RMT_COLUMN_DATA","abstract":"

    Media Table constants

    "},"Constants.html#/c:@GPKG_RMT_COLUMN_CONTENT_TYPE":{"name":"GPKG_RMT_COLUMN_CONTENT_TYPE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_RSAT_COLUMN_ID":{"name":"GPKG_RSAT_COLUMN_ID","abstract":"

    Simple Attributes constants

    "},"Constants.html#/c:@GPKG_RTREE_INDEX_EXTENSION_NAME":{"name":"GPKG_RTREE_INDEX_EXTENSION_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_RTREE_INDEX_PREFIX":{"name":"GPKG_RTREE_INDEX_PREFIX","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_RTREE_INDEX_EXTENSION_COLUMN_ID":{"name":"GPKG_RTREE_INDEX_EXTENSION_COLUMN_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_RTREE_INDEX_EXTENSION_COLUMN_MIN_X":{"name":"GPKG_RTREE_INDEX_EXTENSION_COLUMN_MIN_X","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_RTREE_INDEX_EXTENSION_COLUMN_MAX_X":{"name":"GPKG_RTREE_INDEX_EXTENSION_COLUMN_MAX_X","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_RTREE_INDEX_EXTENSION_COLUMN_MIN_Y":{"name":"GPKG_RTREE_INDEX_EXTENSION_COLUMN_MIN_Y","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_RTREE_INDEX_EXTENSION_COLUMN_MAX_Y":{"name":"GPKG_RTREE_INDEX_EXTENSION_COLUMN_MAX_Y","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_SCHEMA_EXTENSION_NAME":{"name":"GPKG_SCHEMA_EXTENSION_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DC_TABLE_NAME":{"name":"GPKG_DC_TABLE_NAME","abstract":"

    Data Columns table constants

    "},"Constants.html#/c:@GPKG_DC_COLUMN_PK1":{"name":"GPKG_DC_COLUMN_PK1","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DC_COLUMN_PK2":{"name":"GPKG_DC_COLUMN_PK2","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DC_COLUMN_TABLE_NAME":{"name":"GPKG_DC_COLUMN_TABLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DC_COLUMN_COLUMN_NAME":{"name":"GPKG_DC_COLUMN_COLUMN_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DC_COLUMN_NAME":{"name":"GPKG_DC_COLUMN_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DC_COLUMN_TITLE":{"name":"GPKG_DC_COLUMN_TITLE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DC_COLUMN_DESCRIPTION":{"name":"GPKG_DC_COLUMN_DESCRIPTION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DC_COLUMN_MIME_TYPE":{"name":"GPKG_DC_COLUMN_MIME_TYPE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DC_COLUMN_CONSTRAINT_NAME":{"name":"GPKG_DC_COLUMN_CONSTRAINT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DCC_TABLE_NAME":{"name":"GPKG_DCC_TABLE_NAME","abstract":"

    Data Column Constraints table constants

    "},"Constants.html#/c:@GPKG_DCC_COLUMN_CONSTRAINT_NAME":{"name":"GPKG_DCC_COLUMN_CONSTRAINT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DCC_COLUMN_CONSTRAINT_TYPE":{"name":"GPKG_DCC_COLUMN_CONSTRAINT_TYPE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DCC_COLUMN_VALUE":{"name":"GPKG_DCC_COLUMN_VALUE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DCC_COLUMN_MIN":{"name":"GPKG_DCC_COLUMN_MIN","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DCC_COLUMN_MIN_IS_INCLUSIVE":{"name":"GPKG_DCC_COLUMN_MIN_IS_INCLUSIVE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DCC_COLUMN_MAX":{"name":"GPKG_DCC_COLUMN_MAX","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DCC_COLUMN_MAX_IS_INCLUSIVE":{"name":"GPKG_DCC_COLUMN_MAX_IS_INCLUSIVE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DCC_COLUMN_DESCRIPTION":{"name":"GPKG_DCC_COLUMN_DESCRIPTION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DCCT_RANGE_NAME":{"name":"GPKG_DCCT_RANGE_NAME","abstract":"

    Data Column Constraint Type enumeration names

    "},"Constants.html#/c:@GPKG_DCCT_ENUM_NAME":{"name":"GPKG_DCCT_ENUM_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DCCT_GLOB_NAME":{"name":"GPKG_DCCT_GLOB_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GC_TABLE_NAME":{"name":"GPKG_GC_TABLE_NAME","abstract":"

    Geometry Columns table constants

    "},"Constants.html#/c:@GPKG_GC_COLUMN_PK1":{"name":"GPKG_GC_COLUMN_PK1","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GC_COLUMN_PK2":{"name":"GPKG_GC_COLUMN_PK2","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GC_COLUMN_TABLE_NAME":{"name":"GPKG_GC_COLUMN_TABLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GC_COLUMN_COLUMN_NAME":{"name":"GPKG_GC_COLUMN_COLUMN_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GC_COLUMN_GEOMETRY_TYPE_NAME":{"name":"GPKG_GC_COLUMN_GEOMETRY_TYPE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GC_COLUMN_SRS_ID":{"name":"GPKG_GC_COLUMN_SRS_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GC_COLUMN_Z":{"name":"GPKG_GC_COLUMN_Z","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GC_COLUMN_M":{"name":"GPKG_GC_COLUMN_M","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_FIT_METADATA_NAME":{"name":"GPKG_FIT_METADATA_NAME","abstract":"

    Feature index type names

    "},"Constants.html#/c:@GPKG_FIT_GEOPACKAGE_NAME":{"name":"GPKG_FIT_GEOPACKAGE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_FIT_RTREE_NAME":{"name":"GPKG_FIT_RTREE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_FIT_NONE_NAME":{"name":"GPKG_FIT_NONE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:GPKGFeatureCache.h@DEFAULT_FEATURE_CACHE_MAX_SIZE":{"name":"DEFAULT_FEATURE_CACHE_MAX_SIZE","abstract":"

    Default max number of feature rows to retain in cache

    "},"Constants.html#/c:@GPKG_FTM_DEFAULT_COLUMN_NAME":{"name":"GPKG_FTM_DEFAULT_COLUMN_NAME","abstract":"

    Default geometry column name

    "},"Constants.html#/c:@GPKG_MST_POINT_NAME":{"name":"GPKG_MST_POINT_NAME","abstract":"

    Map shape type names

    "},"Constants.html#/c:@GPKG_MST_POLYLINE_NAME":{"name":"GPKG_MST_POLYLINE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_POLYGON_NAME":{"name":"GPKG_MST_POLYGON_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_MULTI_POINT_NAME":{"name":"GPKG_MST_MULTI_POINT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_MULTI_POLYLINE_NAME":{"name":"GPKG_MST_MULTI_POLYLINE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_MULTI_POLYGON_NAME":{"name":"GPKG_MST_MULTI_POLYGON_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_POLYLINE_POINTS_NAME":{"name":"GPKG_MST_POLYLINE_POINTS_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_POLYGON_POINTS_NAME":{"name":"GPKG_MST_POLYGON_POINTS_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_MULTI_POLYLINE_POINTS_NAME":{"name":"GPKG_MST_MULTI_POLYLINE_POINTS_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_MULTI_POLYGON_POINTS_NAME":{"name":"GPKG_MST_MULTI_POLYGON_POINTS_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_COLLECTION_NAME":{"name":"GPKG_MST_COLLECTION_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@geopackage_iosVersionNumber":{"name":"geopackage_iosVersionNumber","abstract":"

    Undocumented

    "},"Constants.html#/c:@geopackage_iosVersionString":{"name":"geopackage_iosVersionString","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CF_JPEG_NAME":{"name":"GPKG_CF_JPEG_NAME","abstract":"

    Image compression format names

    "},"Constants.html#/c:@GPKG_CF_PNG_NAME":{"name":"GPKG_CF_PNG_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CF_NONE_NAME":{"name":"GPKG_CF_NONE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_DIVIDER":{"name":"GPKG_PROP_DIVIDER","abstract":"

    GeoPackage property constants

    "},"Constants.html#/c:@GPKG_PROP_DIR_GEOPACKAGE":{"name":"GPKG_PROP_DIR_GEOPACKAGE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_DIR_DATABASE":{"name":"GPKG_PROP_DIR_DATABASE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_DIR_METADATA":{"name":"GPKG_PROP_DIR_METADATA","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_DIR_METADATA_FILE_DB":{"name":"GPKG_PROP_DIR_METADATA_FILE_DB","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_SRS_WGS_84":{"name":"GPKG_PROP_SRS_WGS_84","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_SRS_UNDEFINED_CARTESIAN":{"name":"GPKG_PROP_SRS_UNDEFINED_CARTESIAN","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_SRS_UNDEFINED_GEOGRAPHIC":{"name":"GPKG_PROP_SRS_UNDEFINED_GEOGRAPHIC","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_SRS_WEB_MERCATOR":{"name":"GPKG_PROP_SRS_WEB_MERCATOR","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_SRS_WGS_84_3D":{"name":"GPKG_PROP_SRS_WGS_84_3D","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_SRS_SRS_NAME":{"name":"GPKG_PROP_SRS_SRS_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_SRS_SRS_ID":{"name":"GPKG_PROP_SRS_SRS_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_SRS_ORGANIZATION":{"name":"GPKG_PROP_SRS_ORGANIZATION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_SRS_ORGANIZATION_COORDSYS_ID":{"name":"GPKG_PROP_SRS_ORGANIZATION_COORDSYS_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_SRS_DEFINITION":{"name":"GPKG_PROP_SRS_DEFINITION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_SRS_DESCRIPTION":{"name":"GPKG_PROP_SRS_DESCRIPTION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_SRS_DEFINITION_12_063":{"name":"GPKG_PROP_SRS_DEFINITION_12_063","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_TILE_GENERATOR_VARIABLE":{"name":"GPKG_PROP_TILE_GENERATOR_VARIABLE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_TILE_GENERATOR_VARIABLE_Z":{"name":"GPKG_PROP_TILE_GENERATOR_VARIABLE_Z","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_TILE_GENERATOR_VARIABLE_X":{"name":"GPKG_PROP_TILE_GENERATOR_VARIABLE_X","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_TILE_GENERATOR_VARIABLE_Y":{"name":"GPKG_PROP_TILE_GENERATOR_VARIABLE_Y","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_TILE_GENERATOR_VARIABLE_MIN_LAT":{"name":"GPKG_PROP_TILE_GENERATOR_VARIABLE_MIN_LAT","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_TILE_GENERATOR_VARIABLE_MAX_LAT":{"name":"GPKG_PROP_TILE_GENERATOR_VARIABLE_MAX_LAT","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_TILE_GENERATOR_VARIABLE_MIN_LON":{"name":"GPKG_PROP_TILE_GENERATOR_VARIABLE_MIN_LON","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_TILE_GENERATOR_VARIABLE_MAX_LON":{"name":"GPKG_PROP_TILE_GENERATOR_VARIABLE_MAX_LON","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_FEATURE_TILES":{"name":"GPKG_PROP_FEATURE_TILES","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_FEATURE_TILES_COMPRESS_FORMAT":{"name":"GPKG_PROP_FEATURE_TILES_COMPRESS_FORMAT","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_FEATURE_POINT_RADIUS":{"name":"GPKG_PROP_FEATURE_POINT_RADIUS","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_FEATURE_LINE_STROKE_WIDTH":{"name":"GPKG_PROP_FEATURE_LINE_STROKE_WIDTH","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_FEATURE_POLYGON_STROKE_WIDTH":{"name":"GPKG_PROP_FEATURE_POLYGON_STROKE_WIDTH","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_FEATURE_POLYGON_FILL":{"name":"GPKG_PROP_FEATURE_POLYGON_FILL","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_DATETIME_FORMATS":{"name":"GPKG_PROP_DATETIME_FORMATS","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_FEATURE_OVERLAY_QUERY":{"name":"GPKG_PROP_FEATURE_OVERLAY_QUERY","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_FEATURE_QUERY_SCREEN_CLICK_PERCENTAGE":{"name":"GPKG_PROP_FEATURE_QUERY_SCREEN_CLICK_PERCENTAGE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_FEATURE_QUERY_MAX_FEATURES_INFO":{"name":"GPKG_PROP_FEATURE_QUERY_MAX_FEATURES_INFO","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_FEATURE_QUERY_FEATURES_INFO":{"name":"GPKG_PROP_FEATURE_QUERY_FEATURES_INFO","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_FEATURE_QUERY_MAX_POINT_DETAILED_INFO":{"name":"GPKG_PROP_FEATURE_QUERY_MAX_POINT_DETAILED_INFO","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_FEATURE_QUERY_MAX_FEATURE_DETAILED_INFO":{"name":"GPKG_PROP_FEATURE_QUERY_MAX_FEATURE_DETAILED_INFO","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_FEATURE_QUERY_DETAILED_INFO_PRINT_POINTS":{"name":"GPKG_PROP_FEATURE_QUERY_DETAILED_INFO_PRINT_POINTS","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_FEATURE_QUERY_DETAILED_INFO_PRINT_FEATURES":{"name":"GPKG_PROP_FEATURE_QUERY_DETAILED_INFO_PRINT_FEATURES","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_CONTENTS_DATA_TYPE":{"name":"GPKG_PROP_CONTENTS_DATA_TYPE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_FEATURE_GENERATOR":{"name":"GPKG_PROP_FEATURE_GENERATOR","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_FEATURE_GENERATOR_DOWNLOAD_ATTEMPTS":{"name":"GPKG_PROP_FEATURE_GENERATOR_DOWNLOAD_ATTEMPTS","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_MAX_ZOOM_LEVEL":{"name":"GPKG_PROP_MAX_ZOOM_LEVEL","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_CONNECTION_POOL":{"name":"GPKG_PROP_CONNECTION_POOL","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_CONNECTION_POOL_OPEN_CONNECTIONS_PER_POOL":{"name":"GPKG_PROP_CONNECTION_POOL_OPEN_CONNECTIONS_PER_POOL","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_CONNECTION_POOL_CHECK_CONNECTIONS":{"name":"GPKG_PROP_CONNECTION_POOL_CHECK_CONNECTIONS","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_CONNECTION_POOL_CHECK_CONNECTIONS_FREQUENCY":{"name":"GPKG_PROP_CONNECTION_POOL_CHECK_CONNECTIONS_FREQUENCY","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_CONNECTION_POOL_CHECK_CONNECTIONS_WARNING_TIME":{"name":"GPKG_PROP_CONNECTION_POOL_CHECK_CONNECTIONS_WARNING_TIME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_CONNECTION_POOL_MAINTAIN_STACK_TRACES":{"name":"GPKG_PROP_CONNECTION_POOL_MAINTAIN_STACK_TRACES","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_MANAGER_VALIDATION":{"name":"GPKG_PROP_MANAGER_VALIDATION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_MANAGER_VALIDATION_IMPORT_HEADER":{"name":"GPKG_PROP_MANAGER_VALIDATION_IMPORT_HEADER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_MANAGER_VALIDATION_IMPORT_INTEGRITY":{"name":"GPKG_PROP_MANAGER_VALIDATION_IMPORT_INTEGRITY","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_MANAGER_VALIDATION_OPEN_HEADER":{"name":"GPKG_PROP_MANAGER_VALIDATION_OPEN_HEADER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_MANAGER_VALIDATION_OPEN_INTEGRITY":{"name":"GPKG_PROP_MANAGER_VALIDATION_OPEN_INTEGRITY","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_COLORS_RED":{"name":"GPKG_PROP_COLORS_RED","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_COLORS_GREEN":{"name":"GPKG_PROP_COLORS_GREEN","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_COLORS_BLUE":{"name":"GPKG_PROP_COLORS_BLUE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_COLORS_ALPHA":{"name":"GPKG_PROP_COLORS_ALPHA","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_COLORS_WHITE":{"name":"GPKG_PROP_COLORS_WHITE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_NUMBER_FEATURE_TILES":{"name":"GPKG_PROP_NUMBER_FEATURE_TILES","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_NUMBER_FEATURE_TILES_TEXT_FONT":{"name":"GPKG_PROP_NUMBER_FEATURE_TILES_TEXT_FONT","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_NUMBER_FEATURE_TILES_TEXT_FONT_SIZE":{"name":"GPKG_PROP_NUMBER_FEATURE_TILES_TEXT_FONT_SIZE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_NUMBER_FEATURE_TILES_TEXT_COLOR":{"name":"GPKG_PROP_NUMBER_FEATURE_TILES_TEXT_COLOR","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_NUMBER_FEATURE_TILES_DRAW_CIRCLE":{"name":"GPKG_PROP_NUMBER_FEATURE_TILES_DRAW_CIRCLE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_NUMBER_FEATURE_TILES_CIRCLE_COLOR":{"name":"GPKG_PROP_NUMBER_FEATURE_TILES_CIRCLE_COLOR","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_NUMBER_FEATURE_TILES_CIRCLE_STROKE_WIDTH":{"name":"GPKG_PROP_NUMBER_FEATURE_TILES_CIRCLE_STROKE_WIDTH","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_NUMBER_FEATURE_TILES_FILL_CIRCLE":{"name":"GPKG_PROP_NUMBER_FEATURE_TILES_FILL_CIRCLE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_NUMBER_FEATURE_TILES_CIRCLE_FILL_COLOR":{"name":"GPKG_PROP_NUMBER_FEATURE_TILES_CIRCLE_FILL_COLOR","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_NUMBER_FEATURE_TILES_DRAW_TILE_BORDER":{"name":"GPKG_PROP_NUMBER_FEATURE_TILES_DRAW_TILE_BORDER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_NUMBER_FEATURE_TILES_TILE_BORDER_COLOR":{"name":"GPKG_PROP_NUMBER_FEATURE_TILES_TILE_BORDER_COLOR","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_NUMBER_FEATURE_TILES_TILE_BORDER_STROKE_WIDTH":{"name":"GPKG_PROP_NUMBER_FEATURE_TILES_TILE_BORDER_STROKE_WIDTH","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_NUMBER_FEATURE_TILES_FILL_TILE":{"name":"GPKG_PROP_NUMBER_FEATURE_TILES_FILL_TILE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_NUMBER_FEATURE_TILES_TILE_FILL_COLOR":{"name":"GPKG_PROP_NUMBER_FEATURE_TILES_TILE_FILL_COLOR","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_NUMBER_FEATURE_TILES_CIRCLE_PADDING_PERCENTAGE":{"name":"GPKG_PROP_NUMBER_FEATURE_TILES_CIRCLE_PADDING_PERCENTAGE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_NUMBER_FEATURE_TILES_DRAW_UNINDEXED_TILES":{"name":"GPKG_PROP_NUMBER_FEATURE_TILES_DRAW_UNINDEXED_TILES","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_NUMBER_FEATURE_TILES_UNINDEXED_TEXT":{"name":"GPKG_PROP_NUMBER_FEATURE_TILES_UNINDEXED_TEXT","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_SRS_TABLE_NAME":{"name":"GPKG_SRS_TABLE_NAME","abstract":"

    Spatial Reference System table constants

    "},"Constants.html#/c:@GPKG_SRS_COLUMN_PK":{"name":"GPKG_SRS_COLUMN_PK","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_SRS_COLUMN_SRS_NAME":{"name":"GPKG_SRS_COLUMN_SRS_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_SRS_COLUMN_SRS_ID":{"name":"GPKG_SRS_COLUMN_SRS_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_SRS_COLUMN_ORGANIZATION":{"name":"GPKG_SRS_COLUMN_ORGANIZATION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_SRS_COLUMN_ORGANIZATION_COORDSYS_ID":{"name":"GPKG_SRS_COLUMN_ORGANIZATION_COORDSYS_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_SRS_COLUMN_DEFINITION":{"name":"GPKG_SRS_COLUMN_DEFINITION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_SRS_COLUMN_DESCRIPTION":{"name":"GPKG_SRS_COLUMN_DESCRIPTION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TU_TILE_DP":{"name":"GPKG_TU_TILE_DP","abstract":"

    Displayed device-independent pixels

    "},"Constants.html#/c:@GPKG_TU_TILE_PIXELS_DEFAULT":{"name":"GPKG_TU_TILE_PIXELS_DEFAULT","abstract":"

    Tile pixels for default dpi tiles

    "},"Constants.html#/c:@GPKG_TU_TILE_PIXELS_HIGH":{"name":"GPKG_TU_TILE_PIXELS_HIGH","abstract":"

    Tile pixels for high dpi tiles

    "},"Constants.html#/c:@GPKG_TU_SCALE_FACTOR_DEFAULT":{"name":"GPKG_TU_SCALE_FACTOR_DEFAULT","abstract":"

    Default display scale factor

    "},"Constants.html#/c:GPKGFeatureTiles.h@DEFAULT_BOUNDING_BOX_CACHE_SIZE":{"name":"DEFAULT_BOUNDING_BOX_CACHE_SIZE","abstract":"

    Default max number of feature bounding boxes to retain in cache

    "},"Constants.html#/c:GPKGFeatureTiles.h@DEFAULT_MAP_SHAPE_CACHE_SIZE":{"name":"DEFAULT_MAP_SHAPE_CACHE_SIZE","abstract":"

    Default max number of feature zoom specific map shapes to retain in cache

    "},"Constants.html#/c:@GPKG_TM_TABLE_NAME":{"name":"GPKG_TM_TABLE_NAME","abstract":"

    Tile Matrix table constants

    "},"Constants.html#/c:@GPKG_TM_COLUMN_PK1":{"name":"GPKG_TM_COLUMN_PK1","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TM_COLUMN_PK2":{"name":"GPKG_TM_COLUMN_PK2","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TM_COLUMN_TABLE_NAME":{"name":"GPKG_TM_COLUMN_TABLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TM_COLUMN_ZOOM_LEVEL":{"name":"GPKG_TM_COLUMN_ZOOM_LEVEL","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TM_COLUMN_MATRIX_WIDTH":{"name":"GPKG_TM_COLUMN_MATRIX_WIDTH","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TM_COLUMN_MATRIX_HEIGHT":{"name":"GPKG_TM_COLUMN_MATRIX_HEIGHT","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TM_COLUMN_TILE_WIDTH":{"name":"GPKG_TM_COLUMN_TILE_WIDTH","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TM_COLUMN_TILE_HEIGHT":{"name":"GPKG_TM_COLUMN_TILE_HEIGHT","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TM_COLUMN_PIXEL_X_SIZE":{"name":"GPKG_TM_COLUMN_PIXEL_X_SIZE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TM_COLUMN_PIXEL_Y_SIZE":{"name":"GPKG_TM_COLUMN_PIXEL_Y_SIZE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TMS_TABLE_NAME":{"name":"GPKG_TMS_TABLE_NAME","abstract":"

    Tile Matrix Set table constants

    "},"Constants.html#/c:@GPKG_TMS_COLUMN_PK":{"name":"GPKG_TMS_COLUMN_PK","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TMS_COLUMN_TABLE_NAME":{"name":"GPKG_TMS_COLUMN_TABLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TMS_COLUMN_SRS_ID":{"name":"GPKG_TMS_COLUMN_SRS_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TMS_COLUMN_MIN_X":{"name":"GPKG_TMS_COLUMN_MIN_X","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TMS_COLUMN_MIN_Y":{"name":"GPKG_TMS_COLUMN_MIN_Y","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TMS_COLUMN_MAX_X":{"name":"GPKG_TMS_COLUMN_MAX_X","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TMS_COLUMN_MAX_Y":{"name":"GPKG_TMS_COLUMN_MAX_Y","abstract":"

    Undocumented

    "},"Constants.html#/c:GPKGTileReprojection.h@pixelSizeDelta":{"name":"pixelSizeDelta","abstract":"

    Delta for comparisons between same pixel sizes

    "},"Constants.html#/c:@GPKG_TC_COLUMN_ID":{"name":"GPKG_TC_COLUMN_ID","abstract":"

    Tile Table constants

    "},"Constants.html#/c:@GPKG_TC_COLUMN_ZOOM_LEVEL":{"name":"GPKG_TC_COLUMN_ZOOM_LEVEL","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TC_COLUMN_TILE_COLUMN":{"name":"GPKG_TC_COLUMN_TILE_COLUMN","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TC_COLUMN_TILE_ROW":{"name":"GPKG_TC_COLUMN_TILE_ROW","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TC_COLUMN_TILE_DATA":{"name":"GPKG_TC_COLUMN_TILE_DATA","abstract":"

    Undocumented

    "},"Constants.html#/c:GPKGUserColumn.h@NO_INDEX":{"name":"NO_INDEX","abstract":"

    User Column index value

    "},"Constants.html#/c:GPKGUserColumn.h@NOT_NULL_CONSTRAINT_ORDER":{"name":"NOT_NULL_CONSTRAINT_ORDER","abstract":"

    Not Null Constraint Order

    "},"Constants.html#/c:GPKGUserColumn.h@DEFAULT_VALUE_CONSTRAINT_ORDER":{"name":"DEFAULT_VALUE_CONSTRAINT_ORDER","abstract":"

    Default Value Constraint Order

    "},"Constants.html#/c:GPKGUserColumn.h@PRIMARY_KEY_CONSTRAINT_ORDER":{"name":"PRIMARY_KEY_CONSTRAINT_ORDER","abstract":"

    Primary Key Constraint Order

    "},"Constants.html#/c:GPKGUserColumn.h@AUTOINCREMENT_CONSTRAINT_ORDER":{"name":"AUTOINCREMENT_CONSTRAINT_ORDER","abstract":"

    Autoincrement Constraint Order

    "},"Constants.html#/c:GPKGUserColumn.h@UNIQUE_CONSTRAINT_ORDER":{"name":"UNIQUE_CONSTRAINT_ORDER","abstract":"

    Unique Constraint Order

    "},"Constants.html#/c:GPKGUserTable.h@DEFAULT_AUTOINCREMENT":{"name":"DEFAULT_AUTOINCREMENT","abstract":"

    Default id autoincrement setting

    "},"Constants.html#/c:GPKGUserTable.h@DEFAULT_PK_NOT_NULL":{"name":"DEFAULT_PK_NOT_NULL","abstract":"

    Default primary key not null setting

    "},"Constants.html#/c:@GPKG_UTM_DEFAULT_ID_COLUMN_NAME":{"name":"GPKG_UTM_DEFAULT_ID_COLUMN_NAME","abstract":"

    Default ID column name

    "},"Classes/GPKGGeoPackageValidate.html#/c:objc(cs)GPKGGeoPackageValidate(cm)hasGeoPackageExtension:":{"name":"+hasGeoPackageExtension:","abstract":"

    Check the file extension to see if it is a GeoPackage

    ","parent_name":"GPKGGeoPackageValidate"},"Classes/GPKGGeoPackageValidate.html#/c:objc(cs)GPKGGeoPackageValidate(cm)isGeoPackageExtension:":{"name":"+isGeoPackageExtension:","abstract":"

    Check if a GeoPackage extension

    ","parent_name":"GPKGGeoPackageValidate"},"Classes/GPKGGeoPackageValidate.html#/c:objc(cs)GPKGGeoPackageValidate(cm)validateGeoPackageExtension:":{"name":"+validateGeoPackageExtension:","abstract":"

    Validate the extension file as a GeoPackage

    ","parent_name":"GPKGGeoPackageValidate"},"Classes/GPKGGeoPackageValidate.html#/c:objc(cs)GPKGGeoPackageValidate(cm)addGeoPackageExtension:":{"name":"+addGeoPackageExtension:","abstract":"

    Add a GeoPackage extension if one does not exist

    ","parent_name":"GPKGGeoPackageValidate"},"Classes/GPKGGeoPackageValidate.html#/c:objc(cs)GPKGGeoPackageValidate(cm)hasMinimumTables:":{"name":"+hasMinimumTables:","abstract":"

    Check the GeoPackage for the minimum required tables

    ","parent_name":"GPKGGeoPackageValidate"},"Classes/GPKGGeoPackageValidate.html#/c:objc(cs)GPKGGeoPackageValidate(cm)validateMinimumTables:":{"name":"+validateMinimumTables:","abstract":"

    Validate the GeoPackage has the minimum required tables

    ","parent_name":"GPKGGeoPackageValidate"},"Classes/GPKGUserCustomTableReader.html#/c:objc(cs)GPKGUserCustomTableReader(im)initWithTable:":{"name":"-initWithTable:","abstract":"

    Initialize

    ","parent_name":"GPKGUserCustomTableReader"},"Classes/GPKGUserCustomTableReader.html#/c:objc(cs)GPKGUserCustomTableReader(im)readUserCustomTableWithConnection:":{"name":"-readUserCustomTableWithConnection:","abstract":"

    Read the user custom table with the database connection

    ","parent_name":"GPKGUserCustomTableReader"},"Classes/GPKGUserCustomTableReader.html#/c:objc(cs)GPKGUserCustomTableReader(cm)readTableWithConnection:andTableName:":{"name":"+readTableWithConnection:andTableName:","abstract":"

    Read the table

    ","parent_name":"GPKGUserCustomTableReader"},"Classes/GPKGUserCustomTable.html#/c:objc(cs)GPKGUserCustomTable(im)initWithTable:andColumns:":{"name":"-initWithTable:andColumns:","abstract":"

    Initializer

    ","parent_name":"GPKGUserCustomTable"},"Classes/GPKGUserCustomTable.html#/c:objc(cs)GPKGUserCustomTable(im)initWithTable:andColumns:andRequiredColumns:":{"name":"-initWithTable:andColumns:andRequiredColumns:","abstract":"

    Initializer

    ","parent_name":"GPKGUserCustomTable"},"Classes/GPKGUserCustomTable.html#/c:objc(cs)GPKGUserCustomTable(im)initWithColumns:":{"name":"-initWithColumns:","abstract":"

    Initializer

    ","parent_name":"GPKGUserCustomTable"},"Classes/GPKGUserCustomTable.html#/c:objc(cs)GPKGUserCustomTable(im)initWithCustomTable:":{"name":"-initWithCustomTable:","abstract":"

    Initialize

    ","parent_name":"GPKGUserCustomTable"},"Classes/GPKGUserCustomTable.html#/c:objc(cs)GPKGUserCustomTable(im)userCustomColumns":{"name":"-userCustomColumns","abstract":"

    Get the user custom columns

    ","parent_name":"GPKGUserCustomTable"},"Classes/GPKGUserCustomRow.html#/c:objc(cs)GPKGUserCustomRow(im)initWithUserCustomTable:andColumns:andValues:":{"name":"-initWithUserCustomTable:andColumns:andValues:","abstract":"

    Initialize

    ","parent_name":"GPKGUserCustomRow"},"Classes/GPKGUserCustomRow.html#/c:objc(cs)GPKGUserCustomRow(im)initWithUserCustomTable:":{"name":"-initWithUserCustomTable:","abstract":"

    Initialize

    ","parent_name":"GPKGUserCustomRow"},"Classes/GPKGUserCustomRow.html#/c:objc(cs)GPKGUserCustomRow(im)initWithUserCustomRow:":{"name":"-initWithUserCustomRow:","abstract":"

    Copy Initialize

    ","parent_name":"GPKGUserCustomRow"},"Classes/GPKGUserCustomRow.html#/c:objc(cs)GPKGUserCustomRow(im)userCustomTable":{"name":"-userCustomTable","abstract":"

    Get the user custom table

    ","parent_name":"GPKGUserCustomRow"},"Classes/GPKGUserCustomRow.html#/c:objc(cs)GPKGUserCustomRow(im)userCustomColumns":{"name":"-userCustomColumns","abstract":"

    Get the user custom columns

    ","parent_name":"GPKGUserCustomRow"},"Classes/GPKGUserCustomDao.html#/c:objc(cs)GPKGUserCustomDao(im)initWithDatabase:andTable:":{"name":"-initWithDatabase:andTable:","abstract":"

    Initializer

    ","parent_name":"GPKGUserCustomDao"},"Classes/GPKGUserCustomDao.html#/c:objc(cs)GPKGUserCustomDao(im)initWithDao:":{"name":"-initWithDao:","abstract":"

    Initializer

    ","parent_name":"GPKGUserCustomDao"},"Classes/GPKGUserCustomDao.html#/c:objc(cs)GPKGUserCustomDao(im)initWithDao:andTable:":{"name":"-initWithDao:andTable:","abstract":"

    Initializer

    ","parent_name":"GPKGUserCustomDao"},"Classes/GPKGUserCustomDao.html#/c:objc(cs)GPKGUserCustomDao(im)userCustomTable":{"name":"-userCustomTable","abstract":"

    Get the user custom table

    ","parent_name":"GPKGUserCustomDao"},"Classes/GPKGUserCustomDao.html#/c:objc(cs)GPKGUserCustomDao(im)row:":{"name":"-row:","abstract":"

    Get the user custom row for the current result in the result set

    ","parent_name":"GPKGUserCustomDao"},"Classes/GPKGUserCustomDao.html#/c:objc(cs)GPKGUserCustomDao(im)rowWithRow:":{"name":"-rowWithRow:","abstract":"

    Get a user custom row from the row

    ","parent_name":"GPKGUserCustomDao"},"Classes/GPKGUserCustomDao.html#/c:objc(cs)GPKGUserCustomDao(im)newRow":{"name":"-newRow","abstract":"

    Create a new user custom row

    ","parent_name":"GPKGUserCustomDao"},"Classes/GPKGUserCustomDao.html#/c:objc(cs)GPKGUserCustomDao(im)countOfResultSet:":{"name":"-countOfResultSet:","abstract":"

    Get the count of the result set and close it

    ","parent_name":"GPKGUserCustomDao"},"Classes/GPKGUserCustomDao.html#/c:objc(cs)GPKGUserCustomDao(cm)readTableWithDatabase:andConnection:andTable:":{"name":"+readTableWithDatabase:andConnection:andTable:","abstract":"

    Read the database table and create a DAO

    ","parent_name":"GPKGUserCustomDao"},"Classes/GPKGUserCustomColumns.html#/c:objc(cs)GPKGUserCustomColumns(py)requiredColumns":{"name":"requiredColumns","abstract":"

    Required columns

    ","parent_name":"GPKGUserCustomColumns"},"Classes/GPKGUserCustomColumns.html#/c:objc(cs)GPKGUserCustomColumns(im)initWithTable:andColumns:":{"name":"-initWithTable:andColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGUserCustomColumns"},"Classes/GPKGUserCustomColumns.html#/c:objc(cs)GPKGUserCustomColumns(im)initWithTable:andColumns:andRequiredColumns:":{"name":"-initWithTable:andColumns:andRequiredColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGUserCustomColumns"},"Classes/GPKGUserCustomColumns.html#/c:objc(cs)GPKGUserCustomColumns(im)initWithTable:andColumns:andCustom:":{"name":"-initWithTable:andColumns:andCustom:","abstract":"

    Initialize

    ","parent_name":"GPKGUserCustomColumns"},"Classes/GPKGUserCustomColumns.html#/c:objc(cs)GPKGUserCustomColumns(im)initWithTable:andColumns:andRequiredColumns:andCustom:":{"name":"-initWithTable:andColumns:andRequiredColumns:andCustom:","abstract":"

    Initialize

    ","parent_name":"GPKGUserCustomColumns"},"Classes/GPKGUserCustomColumns.html#/c:objc(cs)GPKGUserCustomColumns(im)initWithUserCustomColumns:":{"name":"-initWithUserCustomColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGUserCustomColumns"},"Classes/GPKGUserCustomColumn.html#/c:objc(cs)GPKGUserCustomColumn(cm)createPrimaryKeyColumnWithName:":{"name":"+createPrimaryKeyColumnWithName:","abstract":"

    Create a new primary key column

    ","parent_name":"GPKGUserCustomColumn"},"Classes/GPKGUserCustomColumn.html#/c:objc(cs)GPKGUserCustomColumn(cm)createPrimaryKeyColumnWithName:andAutoincrement:":{"name":"+createPrimaryKeyColumnWithName:andAutoincrement:","abstract":"

    Create a new primary key column

    ","parent_name":"GPKGUserCustomColumn"},"Classes/GPKGUserCustomColumn.html#/c:objc(cs)GPKGUserCustomColumn(cm)createPrimaryKeyColumnWithIndex:andName:":{"name":"+createPrimaryKeyColumnWithIndex:andName:","abstract":"

    Create a new primary key column

    ","parent_name":"GPKGUserCustomColumn"},"Classes/GPKGUserCustomColumn.html#/c:objc(cs)GPKGUserCustomColumn(cm)createPrimaryKeyColumnWithIndex:andName:andAutoincrement:":{"name":"+createPrimaryKeyColumnWithIndex:andName:andAutoincrement:","abstract":"

    Create a new primary key column

    ","parent_name":"GPKGUserCustomColumn"},"Classes/GPKGUserCustomColumn.html#/c:objc(cs)GPKGUserCustomColumn(cm)createColumnWithName:andDataType:":{"name":"+createColumnWithName:andDataType:","abstract":"

    Create a new column

    ","parent_name":"GPKGUserCustomColumn"},"Classes/GPKGUserCustomColumn.html#/c:objc(cs)GPKGUserCustomColumn(cm)createColumnWithIndex:andName:andDataType:":{"name":"+createColumnWithIndex:andName:andDataType:","abstract":"

    Create a new column

    ","parent_name":"GPKGUserCustomColumn"},"Classes/GPKGUserCustomColumn.html#/c:objc(cs)GPKGUserCustomColumn(cm)createColumnWithName:andDataType:andNotNull:":{"name":"+createColumnWithName:andDataType:andNotNull:","abstract":"

    Create a new column

    ","parent_name":"GPKGUserCustomColumn"},"Classes/GPKGUserCustomColumn.html#/c:objc(cs)GPKGUserCustomColumn(cm)createColumnWithIndex:andName:andDataType:andNotNull:":{"name":"+createColumnWithIndex:andName:andDataType:andNotNull:","abstract":"

    Create a new column

    ","parent_name":"GPKGUserCustomColumn"},"Classes/GPKGUserCustomColumn.html#/c:objc(cs)GPKGUserCustomColumn(cm)createColumnWithName:andDataType:andNotNull:andDefaultValue:":{"name":"+createColumnWithName:andDataType:andNotNull:andDefaultValue:","abstract":"

    Create a new column

    ","parent_name":"GPKGUserCustomColumn"},"Classes/GPKGUserCustomColumn.html#/c:objc(cs)GPKGUserCustomColumn(cm)createColumnWithIndex:andName:andDataType:andNotNull:andDefaultValue:":{"name":"+createColumnWithIndex:andName:andDataType:andNotNull:andDefaultValue:","abstract":"

    Create a new column

    ","parent_name":"GPKGUserCustomColumn"},"Classes/GPKGUserCustomColumn.html#/c:objc(cs)GPKGUserCustomColumn(cm)createColumnWithName:andDataType:andMax:":{"name":"+createColumnWithName:andDataType:andMax:","abstract":"

    Create a new column

    ","parent_name":"GPKGUserCustomColumn"},"Classes/GPKGUserCustomColumn.html#/c:objc(cs)GPKGUserCustomColumn(cm)createColumnWithIndex:andName:andDataType:andMax:":{"name":"+createColumnWithIndex:andName:andDataType:andMax:","abstract":"

    Create a new column

    ","parent_name":"GPKGUserCustomColumn"},"Classes/GPKGUserCustomColumn.html#/c:objc(cs)GPKGUserCustomColumn(cm)createColumnWithName:andDataType:andMax:andNotNull:andDefaultValue:":{"name":"+createColumnWithName:andDataType:andMax:andNotNull:andDefaultValue:","abstract":"

    Create a new column

    ","parent_name":"GPKGUserCustomColumn"},"Classes/GPKGUserCustomColumn.html#/c:objc(cs)GPKGUserCustomColumn(cm)createColumnWithIndex:andName:andDataType:andMax:andNotNull:andDefaultValue:":{"name":"+createColumnWithIndex:andName:andDataType:andMax:andNotNull:andDefaultValue:","abstract":"

    Create a new column

    ","parent_name":"GPKGUserCustomColumn"},"Classes/GPKGUserCustomColumn.html#/c:objc(cs)GPKGUserCustomColumn(cm)createColumnWithTableColumn:":{"name":"+createColumnWithTableColumn:","abstract":"

    Create a new column

    ","parent_name":"GPKGUserCustomColumn"},"Classes/GPKGUserTableReader.html#/c:objc(cs)GPKGUserTableReader(py)tableName":{"name":"tableName","abstract":"

    Table name

    ","parent_name":"GPKGUserTableReader"},"Classes/GPKGUserTableReader.html#/c:objc(cs)GPKGUserTableReader(im)initWithTable:":{"name":"-initWithTable:","abstract":"

    Initialize

    ","parent_name":"GPKGUserTableReader"},"Classes/GPKGUserTableReader.html#/c:objc(cs)GPKGUserTableReader(im)readTableWithConnection:":{"name":"-readTableWithConnection:","abstract":"

    Read the table

    ","parent_name":"GPKGUserTableReader"},"Classes/GPKGUserTableMetadata.html#/c:objc(cs)GPKGUserTableMetadata(py)tableName":{"name":"tableName","abstract":"

    Table name

    ","parent_name":"GPKGUserTableMetadata"},"Classes/GPKGUserTableMetadata.html#/c:objc(cs)GPKGUserTableMetadata(py)dataType":{"name":"dataType","abstract":"

    Data type

    ","parent_name":"GPKGUserTableMetadata"},"Classes/GPKGUserTableMetadata.html#/c:objc(cs)GPKGUserTableMetadata(py)identifier":{"name":"identifier","abstract":"

    Identifier

    ","parent_name":"GPKGUserTableMetadata"},"Classes/GPKGUserTableMetadata.html#/c:objc(cs)GPKGUserTableMetadata(py)theDescription":{"name":"theDescription","abstract":"

    Description

    ","parent_name":"GPKGUserTableMetadata"},"Classes/GPKGUserTableMetadata.html#/c:objc(cs)GPKGUserTableMetadata(py)idColumnName":{"name":"idColumnName","abstract":"

    ID column name

    ","parent_name":"GPKGUserTableMetadata"},"Classes/GPKGUserTableMetadata.html#/c:objc(cs)GPKGUserTableMetadata(py)autoincrement":{"name":"autoincrement","abstract":"

    ID autoincrement flag

    ","parent_name":"GPKGUserTableMetadata"},"Classes/GPKGUserTableMetadata.html#/c:objc(cs)GPKGUserTableMetadata(py)additionalColumns":{"name":"additionalColumns","abstract":"

    Additional table columns

    ","parent_name":"GPKGUserTableMetadata"},"Classes/GPKGUserTableMetadata.html#/c:objc(cs)GPKGUserTableMetadata(py)columns":{"name":"columns","abstract":"

    Table columns

    ","parent_name":"GPKGUserTableMetadata"},"Classes/GPKGUserTableMetadata.html#/c:objc(cs)GPKGUserTableMetadata(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGUserTableMetadata"},"Classes/GPKGUserTableMetadata.html#/c:objc(cs)GPKGUserTableMetadata(im)defaultDataType":{"name":"-defaultDataType","abstract":"

    Get the default data type

    ","parent_name":"GPKGUserTableMetadata"},"Classes/GPKGUserTableMetadata.html#/c:objc(cs)GPKGUserTableMetadata(im)buildColumns":{"name":"-buildColumns","abstract":"

    Build the table columns

    ","parent_name":"GPKGUserTableMetadata"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(py)contents":{"name":"contents","abstract":"

    Foreign key to Contents

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)initWithColumns:":{"name":"-initWithColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)initWithUserTable:":{"name":"-initWithUserTable:","abstract":"

    Initialize

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)dataType":{"name":"-dataType","abstract":"

    Get the contents data type

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)dataTypeWithDefault:":{"name":"-dataTypeWithDefault:","abstract":"

    Get the contents data type from the contents or use the default

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)createUserColumnsWithColumns:":{"name":"-createUserColumnsWithColumns:","abstract":"

    Create user columns for a subset of table columns

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)createUserColumnsWithNames:":{"name":"-createUserColumnsWithNames:","abstract":"

    Create user columns for a subset of table columns

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)userColumns":{"name":"-userColumns","abstract":"

    Get the user columns

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)columnIndexWithColumnName:":{"name":"-columnIndexWithColumnName:","abstract":"

    Get the column index of the column name

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)columnNames":{"name":"-columnNames","abstract":"

    Get the array of column names

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)columnNameWithIndex:":{"name":"-columnNameWithIndex:","abstract":"

    Get the column name at the index

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)columns":{"name":"-columns","abstract":"

    Get the columns

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)columnsWithNames:":{"name":"-columnsWithNames:","abstract":"

    Get the columns from the column names

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)columnWithIndex:":{"name":"-columnWithIndex:","abstract":"

    Get the column at the index

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)columnWithColumnName:":{"name":"-columnWithColumnName:","abstract":"

    Get the column of the column name

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)hasColumnWithColumnName:":{"name":"-hasColumnWithColumnName:","abstract":"

    Check if the table has the column

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)columnCount":{"name":"-columnCount","abstract":"

    Get the column count

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)tableName":{"name":"-tableName","abstract":"

    Get the table name

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)setTableName:":{"name":"-setTableName:","abstract":"

    Set the table name

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)hasIdColumn":{"name":"-hasIdColumn","abstract":"

    Check if the row has an id column

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)idIndex":{"name":"-idIndex","abstract":"

    Get the id column index

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)idColumn":{"name":"-idColumn","abstract":"

    Get the id column

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)idColumnName":{"name":"-idColumnName","abstract":"

    Get the id column name

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)hasPkColumn":{"name":"-hasPkColumn","abstract":"

    Check if the table has a primary key column

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)pkIndex":{"name":"-pkIndex","abstract":"

    Get the primary key column index

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)pkColumn":{"name":"-pkColumn","abstract":"

    Get the primary key column

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)pkColumnName":{"name":"-pkColumnName","abstract":"

    Get the primary key column name

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)addConstraint:":{"name":"-addConstraint:","abstract":"

    Add constraint

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)addConstraintArray:":{"name":"-addConstraintArray:","abstract":"

    Add constraints

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)addConstraints:":{"name":"-addConstraints:","abstract":"

    Add constraints

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)hasConstraints":{"name":"-hasConstraints","abstract":"

    Check if has constraints

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)hasConstraintsOfType:":{"name":"-hasConstraintsOfType:","abstract":"

    Check if has constraints of the provided type

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)constraints":{"name":"-constraints","abstract":"

    Get the constraints

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)constraintsOfType:":{"name":"-constraintsOfType:","abstract":"

    Get the constraints of the provided type

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)clearConstraints":{"name":"-clearConstraints","abstract":"

    Clear the constraints

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)columnsOfType:":{"name":"-columnsOfType:","abstract":"

    Get the columns with the provided data type

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)isPkModifiable":{"name":"-isPkModifiable","abstract":"

    Is the primary key modifiable

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)setPkModifiable:":{"name":"-setPkModifiable:","abstract":"

    Set if the primary key can be modified

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)isValueValidation":{"name":"-isValueValidation","abstract":"

    Is value validation against column types enabled

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)setValueValidation:":{"name":"-setValueValidation:","abstract":"

    Set if values should validated against column types

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)addColumn:":{"name":"-addColumn:","abstract":"

    Add a new column

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)renameColumn:toColumn:":{"name":"-renameColumn:toColumn:","abstract":"

    Rename a column

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)renameColumnWithName:toColumn:":{"name":"-renameColumnWithName:toColumn:","abstract":"

    Rename a column

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)renameColumnWithIndex:toColumn:":{"name":"-renameColumnWithIndex:toColumn:","abstract":"

    Rename a column

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)dropColumn:":{"name":"-dropColumn:","abstract":"

    Drop a column

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)dropColumnWithName:":{"name":"-dropColumnWithName:","abstract":"

    Drop a column

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)dropColumnWithIndex:":{"name":"-dropColumnWithIndex:","abstract":"

    Drop a column

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)alterColumn:":{"name":"-alterColumn:","abstract":"

    Alter a column

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserRowSync.html#/c:objc(cs)GPKGUserRowSync(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGUserRowSync"},"Classes/GPKGUserRowSync.html#/c:objc(cs)GPKGUserRowSync(im)rowOrLockId:":{"name":"-rowOrLockId:","abstract":"

    Get the row if another same id request has been made by waiting until the","parent_name":"GPKGUserRowSync"},"Classes/GPKGUserRowSync.html#/c:objc(cs)GPKGUserRowSync(im)rowOrLockNumber:":{"name":"-rowOrLockNumber:","abstract":"

    Get the row if another same id number request has been made by waiting until the","parent_name":"GPKGUserRowSync"},"Classes/GPKGUserRowSync.html#/c:objc(cs)GPKGUserRowSync(im)setRow:withId:":{"name":"-setRow:withId:","abstract":"

    Set the row, row id, and notify all waiting threads to retrieve the row.

    ","parent_name":"GPKGUserRowSync"},"Classes/GPKGUserRowSync.html#/c:objc(cs)GPKGUserRowSync(im)setRow:withNumber:":{"name":"-setRow:withNumber:","abstract":"

    Set the row, row id number, and notify all waiting threads to retrieve the row.

    ","parent_name":"GPKGUserRowSync"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(py)table":{"name":"table","abstract":"

    User table

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(py)columns":{"name":"columns","abstract":"

    User columns

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(py)values":{"name":"values","abstract":"

    Array of row values

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)initWithTable:andColumns:andValues:":{"name":"-initWithTable:andColumns:andValues:","abstract":"

    Initialize

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)initWithTable:":{"name":"-initWithTable:","abstract":"

    Initialize

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)initWithRow:":{"name":"-initWithRow:","abstract":"

    Copy Initializer

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)tableName":{"name":"-tableName","abstract":"

    Get the table name

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)columnCount":{"name":"-columnCount","abstract":"

    Get the column count

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)columnNames":{"name":"-columnNames","abstract":"

    Get the column names

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)columnNameWithIndex:":{"name":"-columnNameWithIndex:","abstract":"

    Get the column name at the index

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)columnIndexWithColumnName:":{"name":"-columnIndexWithColumnName:","abstract":"

    Get the column index of the column name

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)valueWithIndex:":{"name":"-valueWithIndex:","abstract":"

    Get the value at the index

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)valueWithColumnName:":{"name":"-valueWithColumnName:","abstract":"

    Get the value of the column name

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)valueWithColumn:":{"name":"-valueWithColumn:","abstract":"

    Get the value of the column

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)valueStringWithIndex:":{"name":"-valueStringWithIndex:","abstract":"

    Get the value at the index as a string

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)valueStringWithColumnName:":{"name":"-valueStringWithColumnName:","abstract":"

    Get the value of the column name as a string

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)databaseValueWithIndex:":{"name":"-databaseValueWithIndex:","abstract":"

    Get the database formatted value at the index

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)databaseValueWithColumnName:":{"name":"-databaseValueWithColumnName:","abstract":"

    Get the datbase formatted value of the column name

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)dataTypeWithIndex:":{"name":"-dataTypeWithIndex:","abstract":"

    Get the data type at the index

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)dataTypeWithColumnName:":{"name":"-dataTypeWithColumnName:","abstract":"

    Get the data type of the column name

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)sqliteTypeWithIndex:":{"name":"-sqliteTypeWithIndex:","abstract":"

    Get the SQLite type at the index

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)sqliteTypeWithColumnName:":{"name":"-sqliteTypeWithColumnName:","abstract":"

    Get the SQLite type of the column name

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)columnWithIndex:":{"name":"-columnWithIndex:","abstract":"

    Get the column at the index

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)columnWithColumnName:":{"name":"-columnWithColumnName:","abstract":"

    Get the column of the column name

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)hasColumnWithColumnName:":{"name":"-hasColumnWithColumnName:","abstract":"

    Check if the row has the column

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)id":{"name":"-id","abstract":"

    Get the id value, which is the value of the primary key

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)idValue":{"name":"-idValue","abstract":"

    Get the id value, which is the value of the primary key

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)hasIdColumn":{"name":"-hasIdColumn","abstract":"

    Check if the row has an id column

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)hasId":{"name":"-hasId","abstract":"

    Check if the row has an id value

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)idIndex":{"name":"-idIndex","abstract":"

    Get the id column index

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)idColumn":{"name":"-idColumn","abstract":"

    Get the id column

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)idColumnName":{"name":"-idColumnName","abstract":"

    Get the id column name

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)pk":{"name":"-pk","abstract":"

    Get the pk value

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)hasPkColumn":{"name":"-hasPkColumn","abstract":"

    Check if the row has an pk column

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)hasPk":{"name":"-hasPk","abstract":"

    Check if the row has an pk value

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)pkIndex":{"name":"-pkIndex","abstract":"

    Get the primary key column index

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)pkColumn":{"name":"-pkColumn","abstract":"

    Get the primary key column

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)pkColumnName":{"name":"-pkColumnName","abstract":"

    Get the primary key column name

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)setValueWithIndex:andValue:":{"name":"-setValueWithIndex:andValue:","abstract":"

    Set the value at the index

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)setValueNoValidationWithIndex:andValue:":{"name":"-setValueNoValidationWithIndex:andValue:","abstract":"

    Set the value at the index without validation

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)setValueWithColumnName:andValue:":{"name":"-setValueWithColumnName:andValue:","abstract":"

    Set the value of the column name

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)setId:":{"name":"-setId:","abstract":"

    Set the primary key id value

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)resetId":{"name":"-resetId","abstract":"

    Clears the id so the row can be used as part of an insert or create

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)validateValueWithColumn:andValue:andValueTypes:":{"name":"-validateValueWithColumn:andValue:andValueTypes:","abstract":"

    Validate the value and its actual value types against the column data","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)copyValue:forColumn:":{"name":"-copyValue:forColumn:","abstract":"

    Copy the value of the data type

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(py)table":{"name":"table","abstract":"

    User table

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(py)projection":{"name":"projection","abstract":"

    Projection

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)initWithDatabase:andTable:":{"name":"-initWithDatabase:andTable:","abstract":"

    Initialize

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)hasPkColumn":{"name":"-hasPkColumn","abstract":"

    Check if the table has a primary key column

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)pkIndex":{"name":"-pkIndex","abstract":"

    Get the primary key column index

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)pkColumn":{"name":"-pkColumn","abstract":"

    Get the primary key column

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)pkColumnName":{"name":"-pkColumnName","abstract":"

    Get the primary key column name

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)columns":{"name":"-columns","abstract":"

    Get the table columns

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)row:":{"name":"-row:","abstract":"

    Get a user row from the current result

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)rowWithRow:":{"name":"-rowWithRow:","abstract":"

    Get a user row from the row

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)results:":{"name":"-results:","abstract":"

    Wrap the result set

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)newRowWithColumns:andValues:":{"name":"-newRowWithColumns:andValues:","abstract":"

    Create a user row

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)boundingBox":{"name":"-boundingBox","abstract":"

    Get the bounding box of the user table data

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)boundingBoxInProjection:":{"name":"-boundingBoxInProjection:","abstract":"

    Get the bounding box of the user table data

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)boundingBox:inProjection:":{"name":"-boundingBox:inProjection:","abstract":"

    Project the provided bounding box in the declared projection to the user","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)contents":{"name":"-contents","abstract":"

    Get the contents

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)zoomLevel":{"name":"-zoomLevel","abstract":"

    Get the approximate zoom level of where the bounding box of the user data fits into the world

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)queryForIdRow:":{"name":"-queryForIdRow:","abstract":"

    Query for the row with the provided id

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)queryWithColumns:forIdRow:":{"name":"-queryWithColumns:forIdRow:","abstract":"

    Query for the row with the provided id

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)paginate:":{"name":"-paginate:","abstract":"

    Paginate the results

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(cm)paginate:withDao:":{"name":"+paginate:withDao:","abstract":"

    Paginate the results

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)isPkModifiable":{"name":"-isPkModifiable","abstract":"

    Is the primary key modifiable

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)setPkModifiable:":{"name":"-setPkModifiable:","abstract":"

    Set if the primary key can be modified

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)isValueValidation":{"name":"-isValueValidation","abstract":"

    Is value validation against column types enabled

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)setValueValidation:":{"name":"-setValueValidation:","abstract":"

    Set if values should validated against column types

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)addColumn:":{"name":"-addColumn:","abstract":"

    Add a new column

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)renameColumn:toColumn:":{"name":"-renameColumn:toColumn:","abstract":"

    Rename column

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)dropColumn:":{"name":"-dropColumn:","abstract":"

    Drop a column

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)dropColumns:":{"name":"-dropColumns:","abstract":"

    Drop columns

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)alterColumn:":{"name":"-alterColumn:","abstract":"

    Alter a column

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)alterColumns:":{"name":"-alterColumns:","abstract":"

    Alter columns

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(py)tableName":{"name":"tableName","abstract":"

    Table name, null when a pre-ordered subset of columns for a query

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(py)custom":{"name":"custom","abstract":"

    Custom column specification flag (subset of table columns or different","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(py)pkModifiable":{"name":"pkModifiable","abstract":"

    Indicates if the primary key is modifiable

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(py)valueValidation":{"name":"valueValidation","abstract":"

    Indicates if values are validated against column types

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)initWithTable:andColumns:andCustom:":{"name":"-initWithTable:andColumns:andCustom:","abstract":"

    Initialize

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)initWithUserColumns:":{"name":"-initWithUserColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)updateColumns":{"name":"-updateColumns","abstract":"

    Update the table columns

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)duplicateCheckWithIndex:andPreviousIndex:andColumn:":{"name":"-duplicateCheckWithIndex:andPreviousIndex:andColumn:","abstract":"

    Check for duplicate column names

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)typeCheckWithExpected:andColumn:":{"name":"-typeCheckWithExpected:andColumn:","abstract":"

    Check for the expected data type

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)missingCheckWithIndex:andColumn:":{"name":"-missingCheckWithIndex:andColumn:","abstract":"

    Check for missing columns

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)columnIndexWithColumnName:":{"name":"-columnIndexWithColumnName:","abstract":"

    Get the column index of the column name

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)columnIndexWithColumnName:andRequired:":{"name":"-columnIndexWithColumnName:andRequired:","abstract":"

    Get the column index of the column name

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)columnNames":{"name":"-columnNames","abstract":"

    Get the array of column names

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)columnNameWithIndex:":{"name":"-columnNameWithIndex:","abstract":"

    Get the column name at the index

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)columns":{"name":"-columns","abstract":"

    Get the list of columns

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)columnWithIndex:":{"name":"-columnWithIndex:","abstract":"

    Get the column at the index

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)columnWithColumnName:":{"name":"-columnWithColumnName:","abstract":"

    Get the column of the column name

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)hasColumnWithColumnName:":{"name":"-hasColumnWithColumnName:","abstract":"

    Check if the table has the column

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)columnCount":{"name":"-columnCount","abstract":"

    Get the column count

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)hasIdColumn":{"name":"-hasIdColumn","abstract":"

    Check if the row has an id column

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)idIndex":{"name":"-idIndex","abstract":"

    Get the id column index

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)idColumn":{"name":"-idColumn","abstract":"

    Get the id column

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)idColumnName":{"name":"-idColumnName","abstract":"

    Get the id column name

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)hasPkColumn":{"name":"-hasPkColumn","abstract":"

    Check if the table has a primary key column

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)pkIndex":{"name":"-pkIndex","abstract":"

    Get the primary key column index

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)pkColumn":{"name":"-pkColumn","abstract":"

    Get the primary key column index

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)pkColumnName":{"name":"-pkColumnName","abstract":"

    Get the primary key column name

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)columnsOfType:":{"name":"-columnsOfType:","abstract":"

    Get the columns with the provided data type

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)addColumn:":{"name":"-addColumn:","abstract":"

    Add a new column

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)renameColumn:toColumn:":{"name":"-renameColumn:toColumn:","abstract":"

    Rename a column

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)renameColumnWithName:toColumn:":{"name":"-renameColumnWithName:toColumn:","abstract":"

    Rename a column

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)renameColumnWithIndex:toColumn:":{"name":"-renameColumnWithIndex:toColumn:","abstract":"

    Rename a column

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)dropColumn:":{"name":"-dropColumn:","abstract":"

    Drop a column

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)dropColumnWithName:":{"name":"-dropColumnWithName:","abstract":"

    Drop a column

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)dropColumnWithIndex:":{"name":"-dropColumnWithIndex:","abstract":"

    Drop a column

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)alterColumn:":{"name":"-alterColumn:","abstract":"

    Alter a column

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(py)name":{"name":"name","abstract":"

    Column name

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(py)max":{"name":"max","abstract":"

    Max size

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(py)notNull":{"name":"notNull","abstract":"

    True if a not null column

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(py)defaultValue":{"name":"defaultValue","abstract":"

    Default column value

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(py)primaryKey":{"name":"primaryKey","abstract":"

    True if a primary key column

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(py)autoincrement":{"name":"autoincrement","abstract":"

    True if primary key is autoincrement

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(py)unique":{"name":"unique","abstract":"

    True if unique column

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(py)type":{"name":"type","abstract":"

    Type

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(py)dataType":{"name":"dataType","abstract":"

    Data type

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)initWithIndex:andName:andDataType:andMax:andNotNull:andDefaultValue:andPrimaryKey:andAutoincrement:":{"name":"-initWithIndex:andName:andDataType:andMax:andNotNull:andDefaultValue:andPrimaryKey:andAutoincrement:","abstract":"

    Initialize

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)initWithIndex:andName:andType:andDataType:andMax:andNotNull:andDefaultValue:andPrimaryKey:andAutoincrement:":{"name":"-initWithIndex:andName:andType:andDataType:andMax:andNotNull:andDefaultValue:andPrimaryKey:andAutoincrement:","abstract":"

    Initialize

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)initWithTableColumn:":{"name":"-initWithTableColumn:","abstract":"

    Initialize

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(cm)nameOfDataType:forColumn:":{"name":"+nameOfDataType:forColumn:","abstract":"

    Get the type name from the data type

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)hasIndex":{"name":"-hasIndex","abstract":"

    Check if the column has a valid index

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)resetIndex":{"name":"-resetIndex","abstract":"

    Reset the column index

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)isNamed:":{"name":"-isNamed:","abstract":"

    Determine if this column is named the provided name

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)hasMax":{"name":"-hasMax","abstract":"

    Determine if the column has a max value

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)hasDefaultValue":{"name":"-hasDefaultValue","abstract":"

    Determine if the column has a default value

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)hasConstraints":{"name":"-hasConstraints","abstract":"

    Check if has constraints

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)hasConstraintsOfType:":{"name":"-hasConstraintsOfType:","abstract":"

    Check if has constraints of the provided type

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)constraints":{"name":"-constraints","abstract":"

    Get the constraints

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)constraintsOfType:":{"name":"-constraintsOfType:","abstract":"

    Get the constraints of the provided type

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)clearConstraints":{"name":"-clearConstraints","abstract":"

    Clear the constraints

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)clearConstraintsWithReset:":{"name":"-clearConstraintsWithReset:","abstract":"

    Clear the constraints

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)clearConstraintsOfType:":{"name":"-clearConstraintsOfType:","abstract":"

    Clear the constraints of the provided type

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)addDefaultConstraints":{"name":"-addDefaultConstraints","abstract":"

    Add the default constraints that are enabled (not null, default value,","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)addConstraint:":{"name":"-addConstraint:","abstract":"

    Add a constraint

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)setConstraintOrder:":{"name":"-setConstraintOrder:","abstract":"

    Set the constraint order by constraint type

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)addConstraintSql:":{"name":"-addConstraintSql:","abstract":"

    Add a constraint

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)addConstraintType:withSql:":{"name":"-addConstraintType:withSql:","abstract":"

    Add a constraint

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)addConstraintType:withOrder:andSql:":{"name":"-addConstraintType:withOrder:andSql:","abstract":"

    Add a constraint

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)addConstraintType:withOrderInt:andSql:":{"name":"-addConstraintType:withOrderInt:andSql:","abstract":"

    Add a constraint

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)addConstraintsArray:":{"name":"-addConstraintsArray:","abstract":"

    Add constraints

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)addColumnConstraints:":{"name":"-addColumnConstraints:","abstract":"

    Add constraints

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)addConstraints:":{"name":"-addConstraints:","abstract":"

    Add constraints

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)addNotNullConstraint":{"name":"-addNotNullConstraint","abstract":"

    Add a not null constraint

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)removeNotNullConstraint":{"name":"-removeNotNullConstraint","abstract":"

    Remove a not null constraint

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)addDefaultValueConstraint:":{"name":"-addDefaultValueConstraint:","abstract":"

    Add a default value constraint

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)removeDefaultValueConstraint":{"name":"-removeDefaultValueConstraint","abstract":"

    Remove a default value constraint

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)addPrimaryKeyConstraint":{"name":"-addPrimaryKeyConstraint","abstract":"

    Add a primary key constraint

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)removePrimaryKeyConstraint":{"name":"-removePrimaryKeyConstraint","abstract":"

    Remove a primary key constraint

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)addAutoincrementConstraint":{"name":"-addAutoincrementConstraint","abstract":"

    Add an autoincrement constraint

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)removeAutoincrementConstraint":{"name":"-removeAutoincrementConstraint","abstract":"

    Remove an autoincrement constraint

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)addUniqueConstraint":{"name":"-addUniqueConstraint","abstract":"

    Add a unique constraint

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)removeUniqueConstraint":{"name":"-removeUniqueConstraint","abstract":"

    Remove a unique constraint

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)buildConstraintSql:":{"name":"-buildConstraintSql:","abstract":"

    Build the SQL for the constraint

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGRowResultSet.html#/c:objc(cs)GPKGRowResultSet(cm)createWithDao:andResults:":{"name":"+createWithDao:andResults:","abstract":"

    Create

    ","parent_name":"GPKGRowResultSet"},"Classes/GPKGRowResultSet.html#/c:objc(cs)GPKGRowResultSet(im)initWithDao:andResults:":{"name":"-initWithDao:andResults:","abstract":"

    Initialize

    ","parent_name":"GPKGRowResultSet"},"Classes/GPKGRowResultSet.html#/c:objc(cs)GPKGRowResultSet(im)dao":{"name":"-dao","abstract":"

    Get the DAO

    ","parent_name":"GPKGRowResultSet"},"Classes/GPKGRowResultSet.html#/c:objc(cs)GPKGRowResultSet(im)row":{"name":"-row","abstract":"

    Get a user row from the current result

    ","parent_name":"GPKGRowResultSet"},"Classes/GPKGRowPaginatedResults.html#/c:objc(cs)GPKGRowPaginatedResults(cm)createWithDao:andResultSet:":{"name":"+createWithDao:andResultSet:","abstract":"

    Create

    ","parent_name":"GPKGRowPaginatedResults"},"Classes/GPKGRowPaginatedResults.html#/c:objc(cs)GPKGRowPaginatedResults(im)initWithDao:andResultSet:":{"name":"-initWithDao:andResultSet:","abstract":"

    Initialize

    ","parent_name":"GPKGRowPaginatedResults"},"Classes/GPKGRowPaginatedResults.html#/c:objc(cs)GPKGRowPaginatedResults(im)dao":{"name":"-dao","abstract":"

    Get the user DAO

    ","parent_name":"GPKGRowPaginatedResults"},"Classes/GPKGRowPaginatedResults.html#/c:objc(cs)GPKGRowPaginatedResults(im)userRow":{"name":"-userRow","abstract":"

    Get a user row from the current result

    ","parent_name":"GPKGRowPaginatedResults"},"Classes/GPKGContentValues.html#/c:objc(cs)GPKGContentValues(py)values":{"name":"values","abstract":"

    Mapping between columns and values

    ","parent_name":"GPKGContentValues"},"Classes/GPKGContentValues.html#/c:objc(cs)GPKGContentValues(im)init":{"name":"-init","abstract":"

    Initializer

    ","parent_name":"GPKGContentValues"},"Classes/GPKGContentValues.html#/c:objc(cs)GPKGContentValues(im)putKey:withValue:":{"name":"-putKey:withValue:","abstract":"

    Put a key value pari

    ","parent_name":"GPKGContentValues"},"Classes/GPKGContentValues.html#/c:objc(cs)GPKGContentValues(im)putNullValueForKey:":{"name":"-putNullValueForKey:","abstract":"

    Put a key null value

    ","parent_name":"GPKGContentValues"},"Classes/GPKGContentValues.html#/c:objc(cs)GPKGContentValues(im)size":{"name":"-size","abstract":"

    Get the number of value mappings

    ","parent_name":"GPKGContentValues"},"Classes/GPKGContentValues.html#/c:objc(cs)GPKGContentValues(im)valueForKey:":{"name":"-valueForKey:","abstract":"

    Get the value of the key

    ","parent_name":"GPKGContentValues"},"Classes/GPKGContentValues.html#/c:objc(cs)GPKGContentValues(im)keySet":{"name":"-keySet","abstract":"

    Get a field key set

    ","parent_name":"GPKGContentValues"},"Classes/GPKGContentValues.html#/c:objc(cs)GPKGContentValues(im)keyAsString:":{"name":"-keyAsString:","abstract":"

    Get the key value as a string

    ","parent_name":"GPKGContentValues"},"Classes/GPKGTileTableReader.html#/c:objc(cs)GPKGTileTableReader(im)initWithTable:":{"name":"-initWithTable:","abstract":"

    Initialize

    ","parent_name":"GPKGTileTableReader"},"Classes/GPKGTileTableReader.html#/c:objc(cs)GPKGTileTableReader(im)readTileTableWithConnection:":{"name":"-readTileTableWithConnection:","abstract":"

    Read the tile table with the database connection

    ","parent_name":"GPKGTileTableReader"},"Classes/GPKGTileTableMetadata.html#/c:objc(cs)GPKGTileTableMetadata(cm)create":{"name":"+create","abstract":"

    Create metadata

    ","parent_name":"GPKGTileTableMetadata"},"Classes/GPKGTileTableMetadata.html#/c:objc(cs)GPKGTileTableMetadata(cm)createWithAutoincrement:":{"name":"+createWithAutoincrement:","abstract":"

    Create metadata

    ","parent_name":"GPKGTileTableMetadata"},"Classes/GPKGTileTableMetadata.html#/c:objc(cs)GPKGTileTableMetadata(cm)createWithTable:andTileBoundingBox:andTileSrsId:":{"name":"+createWithTable:andTileBoundingBox:andTileSrsId:","abstract":"

    Create metadata

    ","parent_name":"GPKGTileTableMetadata"},"Classes/GPKGTileTableMetadata.html#/c:objc(cs)GPKGTileTableMetadata(cm)createWithTable:andAutoincrement:andTileBoundingBox:andTileSrsId:":{"name":"+createWithTable:andAutoincrement:andTileBoundingBox:andTileSrsId:","abstract":"

    Create metadata

    ","parent_name":"GPKGTileTableMetadata"},"Classes/GPKGTileTableMetadata.html#/c:objc(cs)GPKGTileTableMetadata(cm)createWithTable:andContentsBoundingBox:andTileBoundingBox:andTileSrsId:":{"name":"+createWithTable:andContentsBoundingBox:andTileBoundingBox:andTileSrsId:","abstract":"

    Create metadata

    ","parent_name":"GPKGTileTableMetadata"},"Classes/GPKGTileTableMetadata.html#/c:objc(cs)GPKGTileTableMetadata(cm)createWithTable:andAutoincrement:andContentsBoundingBox:andTileBoundingBox:andTileSrsId:":{"name":"+createWithTable:andAutoincrement:andContentsBoundingBox:andTileBoundingBox:andTileSrsId:","abstract":"

    Create metadata

    ","parent_name":"GPKGTileTableMetadata"},"Classes/GPKGTileTableMetadata.html#/c:objc(cs)GPKGTileTableMetadata(cm)createWithTable:andContentsBoundingBox:andContentsSrsId:andTileBoundingBox:andTileSrsId:":{"name":"+createWithTable:andContentsBoundingBox:andContentsSrsId:andTileBoundingBox:andTileSrsId:","abstract":"

    Create metadata

    ","parent_name":"GPKGTileTableMetadata"},"Classes/GPKGTileTableMetadata.html#/c:objc(cs)GPKGTileTableMetadata(cm)createWithTable:andAutoincrement:andContentsBoundingBox:andContentsSrsId:andTileBoundingBox:andTileSrsId:":{"name":"+createWithTable:andAutoincrement:andContentsBoundingBox:andContentsSrsId:andTileBoundingBox:andTileSrsId:","abstract":"

    Create metadata

    ","parent_name":"GPKGTileTableMetadata"},"Classes/GPKGTileTableMetadata.html#/c:objc(cs)GPKGTileTableMetadata(cm)createWithDataType:andTable:andTileBoundingBox:andTileSrsId:":{"name":"+createWithDataType:andTable:andTileBoundingBox:andTileSrsId:","abstract":"

    Create metadata

    ","parent_name":"GPKGTileTableMetadata"},"Classes/GPKGTileTableMetadata.html#/c:objc(cs)GPKGTileTableMetadata(cm)createWithDataType:andTable:andAutoincrement:andTileBoundingBox:andTileSrsId:":{"name":"+createWithDataType:andTable:andAutoincrement:andTileBoundingBox:andTileSrsId:","abstract":"

    Create metadata

    ","parent_name":"GPKGTileTableMetadata"},"Classes/GPKGTileTableMetadata.html#/c:objc(cs)GPKGTileTableMetadata(cm)createWithDataType:andTable:andContentsBoundingBox:andTileBoundingBox:andTileSrsId:":{"name":"+createWithDataType:andTable:andContentsBoundingBox:andTileBoundingBox:andTileSrsId:","abstract":"

    Create metadata

    ","parent_name":"GPKGTileTableMetadata"},"Classes/GPKGTileTableMetadata.html#/c:objc(cs)GPKGTileTableMetadata(cm)createWithDataType:andTable:andAutoincrement:andContentsBoundingBox:andTileBoundingBox:andTileSrsId:":{"name":"+createWithDataType:andTable:andAutoincrement:andContentsBoundingBox:andTileBoundingBox:andTileSrsId:","abstract":"

    Create metadata

    ","parent_name":"GPKGTileTableMetadata"},"Classes/GPKGTileTableMetadata.html#/c:objc(cs)GPKGTileTableMetadata(cm)createWithDataType:andTable:andContentsBoundingBox:andContentsSrsId:andTileBoundingBox:andTileSrsId:":{"name":"+createWithDataType:andTable:andContentsBoundingBox:andContentsSrsId:andTileBoundingBox:andTileSrsId:","abstract":"

    Create metadata

    ","parent_name":"GPKGTileTableMetadata"},"Classes/GPKGTileTableMetadata.html#/c:objc(cs)GPKGTileTableMetadata(cm)createWithDataType:andTable:andAutoincrement:andContentsBoundingBox:andContentsSrsId:andTileBoundingBox:andTileSrsId:":{"name":"+createWithDataType:andTable:andAutoincrement:andContentsBoundingBox:andContentsSrsId:andTileBoundingBox:andTileSrsId:","abstract":"

    Create metadata

    ","parent_name":"GPKGTileTableMetadata"},"Classes/GPKGTileTableMetadata.html#/c:objc(cs)GPKGTileTableMetadata(py)contentsBoundingBox":{"name":"contentsBoundingBox","abstract":"

    Contents bounding box

    ","parent_name":"GPKGTileTableMetadata"},"Classes/GPKGTileTableMetadata.html#/c:objc(cs)GPKGTileTableMetadata(py)contentsSrsId":{"name":"contentsSrsId","abstract":"

    Contents SRS id

    ","parent_name":"GPKGTileTableMetadata"},"Classes/GPKGTileTableMetadata.html#/c:objc(cs)GPKGTileTableMetadata(py)tileBoundingBox":{"name":"tileBoundingBox","abstract":"

    Tile bounding box

    ","parent_name":"GPKGTileTableMetadata"},"Classes/GPKGTileTableMetadata.html#/c:objc(cs)GPKGTileTableMetadata(py)tileSrsId":{"name":"tileSrsId","abstract":"

    Tile SRS id

    ","parent_name":"GPKGTileTableMetadata"},"Classes/GPKGTileTableMetadata.html#/c:objc(cs)GPKGTileTableMetadata(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGTileTableMetadata"},"Classes/GPKGTileTableMetadata.html#/c:objc(cs)GPKGTileTableMetadata(im)initWithTable:andContentsBoundingBox:andContentsSrsId:andTileBoundingBox:andTileSrsId:":{"name":"-initWithTable:andContentsBoundingBox:andContentsSrsId:andTileBoundingBox:andTileSrsId:","abstract":"

    Initialize

    ","parent_name":"GPKGTileTableMetadata"},"Classes/GPKGTileTableMetadata.html#/c:objc(cs)GPKGTileTableMetadata(im)initWithDataType:andTable:andContentsBoundingBox:andContentsSrsId:andTileBoundingBox:andTileSrsId:":{"name":"-initWithDataType:andTable:andContentsBoundingBox:andContentsSrsId:andTileBoundingBox:andTileSrsId:","abstract":"

    Initialize

    ","parent_name":"GPKGTileTableMetadata"},"Classes/GPKGTileTableMetadata.html#/c:objc(cs)GPKGTileTableMetadata(im)initWithTable:andAutoincrement:andContentsBoundingBox:andContentsSrsId:andTileBoundingBox:andTileSrsId:":{"name":"-initWithTable:andAutoincrement:andContentsBoundingBox:andContentsSrsId:andTileBoundingBox:andTileSrsId:","abstract":"

    Initialize

    ","parent_name":"GPKGTileTableMetadata"},"Classes/GPKGTileTableMetadata.html#/c:objc(cs)GPKGTileTableMetadata(im)initWithDataType:andTable:andAutoincrement:andContentsBoundingBox:andContentsSrsId:andTileBoundingBox:andTileSrsId:":{"name":"-initWithDataType:andTable:andAutoincrement:andContentsBoundingBox:andContentsSrsId:andTileBoundingBox:andTileSrsId:","abstract":"

    Initialize

    ","parent_name":"GPKGTileTableMetadata"},"Classes/GPKGTileTable.html#/c:objc(cs)GPKGTileTable(im)initWithTable:":{"name":"-initWithTable:","abstract":"

    Initialize

    ","parent_name":"GPKGTileTable"},"Classes/GPKGTileTable.html#/c:objc(cs)GPKGTileTable(im)initWithTable:andColumns:":{"name":"-initWithTable:andColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGTileTable"},"Classes/GPKGTileTable.html#/c:objc(cs)GPKGTileTable(im)zoomLevelIndex":{"name":"-zoomLevelIndex","abstract":"

    Get the zoom level column index

    ","parent_name":"GPKGTileTable"},"Classes/GPKGTileTable.html#/c:objc(cs)GPKGTileTable(im)zoomLevelColumn":{"name":"-zoomLevelColumn","abstract":"

    Get the zoom level column

    ","parent_name":"GPKGTileTable"},"Classes/GPKGTileTable.html#/c:objc(cs)GPKGTileTable(im)tileColumnIndex":{"name":"-tileColumnIndex","abstract":"

    Get the tile column index

    ","parent_name":"GPKGTileTable"},"Classes/GPKGTileTable.html#/c:objc(cs)GPKGTileTable(im)tileColumnColumn":{"name":"-tileColumnColumn","abstract":"

    Get the tile column column

    ","parent_name":"GPKGTileTable"},"Classes/GPKGTileTable.html#/c:objc(cs)GPKGTileTable(im)tileRowIndex":{"name":"-tileRowIndex","abstract":"

    Get the tile row index

    ","parent_name":"GPKGTileTable"},"Classes/GPKGTileTable.html#/c:objc(cs)GPKGTileTable(im)tileRowColumn":{"name":"-tileRowColumn","abstract":"

    Get the tile row column

    ","parent_name":"GPKGTileTable"},"Classes/GPKGTileTable.html#/c:objc(cs)GPKGTileTable(im)tileDataIndex":{"name":"-tileDataIndex","abstract":"

    Get the tile data index

    ","parent_name":"GPKGTileTable"},"Classes/GPKGTileTable.html#/c:objc(cs)GPKGTileTable(im)tileDataColumn":{"name":"-tileDataColumn","abstract":"

    Get the tile data column

    ","parent_name":"GPKGTileTable"},"Classes/GPKGTileTable.html#/c:objc(cs)GPKGTileTable(cm)createRequiredColumns":{"name":"+createRequiredColumns","abstract":"

    Create the required table columns

    ","parent_name":"GPKGTileTable"},"Classes/GPKGTileTable.html#/c:objc(cs)GPKGTileTable(cm)createRequiredColumnsWithAutoincrement:":{"name":"+createRequiredColumnsWithAutoincrement:","abstract":"

    Create the required table columns

    ","parent_name":"GPKGTileTable"},"Classes/GPKGTileTable.html#/c:objc(cs)GPKGTileTable(cm)createRequiredColumnsWithStartingIndex:":{"name":"+createRequiredColumnsWithStartingIndex:","abstract":"

    Create the required table columns, starting at the provided index

    ","parent_name":"GPKGTileTable"},"Classes/GPKGTileTable.html#/c:objc(cs)GPKGTileTable(cm)createRequiredColumnsWithStartingIndex:andAutoincrement:":{"name":"+createRequiredColumnsWithStartingIndex:andAutoincrement:","abstract":"

    Create the required table columns, starting at the provided index

    ","parent_name":"GPKGTileTable"},"Classes/GPKGTileTable.html#/c:objc(cs)GPKGTileTable(im)tileColumns":{"name":"-tileColumns","abstract":"

    Get the tile columns

    ","parent_name":"GPKGTileTable"},"Classes/GPKGTileRow.html#/c:objc(cs)GPKGTileRow(py)tileTable":{"name":"tileTable","abstract":"

    Tile Table

    ","parent_name":"GPKGTileRow"},"Classes/GPKGTileRow.html#/c:objc(cs)GPKGTileRow(py)tileColumns":{"name":"tileColumns","abstract":"

    Tile Columns

    ","parent_name":"GPKGTileRow"},"Classes/GPKGTileRow.html#/c:objc(cs)GPKGTileRow(im)initWithTileTable:andColumns:andValues:":{"name":"-initWithTileTable:andColumns:andValues:","abstract":"

    Initialize

    ","parent_name":"GPKGTileRow"},"Classes/GPKGTileRow.html#/c:objc(cs)GPKGTileRow(im)initWithTileTable:":{"name":"-initWithTileTable:","abstract":"

    Initialize

    ","parent_name":"GPKGTileRow"},"Classes/GPKGTileRow.html#/c:objc(cs)GPKGTileRow(im)zoomLevelColumnIndex":{"name":"-zoomLevelColumnIndex","abstract":"

    Get the zoom level column index

    ","parent_name":"GPKGTileRow"},"Classes/GPKGTileRow.html#/c:objc(cs)GPKGTileRow(im)zoomLevelColumn":{"name":"-zoomLevelColumn","abstract":"

    Get the zoom level column

    ","parent_name":"GPKGTileRow"},"Classes/GPKGTileRow.html#/c:objc(cs)GPKGTileRow(im)zoomLevel":{"name":"-zoomLevel","abstract":"

    Get the zoom level

    ","parent_name":"GPKGTileRow"},"Classes/GPKGTileRow.html#/c:objc(cs)GPKGTileRow(im)setZoomLevel:":{"name":"-setZoomLevel:","abstract":"

    Set the zoom level

    ","parent_name":"GPKGTileRow"},"Classes/GPKGTileRow.html#/c:objc(cs)GPKGTileRow(im)tileColumnColumnIndex":{"name":"-tileColumnColumnIndex","abstract":"

    Get the tile column column index

    ","parent_name":"GPKGTileRow"},"Classes/GPKGTileRow.html#/c:objc(cs)GPKGTileRow(im)tileColumnColumn":{"name":"-tileColumnColumn","abstract":"

    Get the tile column column

    ","parent_name":"GPKGTileRow"},"Classes/GPKGTileRow.html#/c:objc(cs)GPKGTileRow(im)tileColumn":{"name":"-tileColumn","abstract":"

    Get the tile column

    ","parent_name":"GPKGTileRow"},"Classes/GPKGTileRow.html#/c:objc(cs)GPKGTileRow(im)setTileColumn:":{"name":"-setTileColumn:","abstract":"

    Set the tile column

    ","parent_name":"GPKGTileRow"},"Classes/GPKGTileRow.html#/c:objc(cs)GPKGTileRow(im)tileRowColumnIndex":{"name":"-tileRowColumnIndex","abstract":"

    Get the tile row column index

    ","parent_name":"GPKGTileRow"},"Classes/GPKGTileRow.html#/c:objc(cs)GPKGTileRow(im)tileRowColumn":{"name":"-tileRowColumn","abstract":"

    Get the tile row column

    ","parent_name":"GPKGTileRow"},"Classes/GPKGTileRow.html#/c:objc(cs)GPKGTileRow(im)tileRow":{"name":"-tileRow","abstract":"

    Get the tile row

    ","parent_name":"GPKGTileRow"},"Classes/GPKGTileRow.html#/c:objc(cs)GPKGTileRow(im)setTileRow:":{"name":"-setTileRow:","abstract":"

    Set the tile row

    ","parent_name":"GPKGTileRow"},"Classes/GPKGTileRow.html#/c:objc(cs)GPKGTileRow(im)tileDataColumnIndex":{"name":"-tileDataColumnIndex","abstract":"

    Get the tile data column index

    ","parent_name":"GPKGTileRow"},"Classes/GPKGTileRow.html#/c:objc(cs)GPKGTileRow(im)tileDataColumn":{"name":"-tileDataColumn","abstract":"

    Get the tile data column

    ","parent_name":"GPKGTileRow"},"Classes/GPKGTileRow.html#/c:objc(cs)GPKGTileRow(im)tileData":{"name":"-tileData","abstract":"

    Get the tile data

    ","parent_name":"GPKGTileRow"},"Classes/GPKGTileRow.html#/c:objc(cs)GPKGTileRow(im)setTileData:":{"name":"-setTileData:","abstract":"

    Set the tile data

    ","parent_name":"GPKGTileRow"},"Classes/GPKGTileRow.html#/c:objc(cs)GPKGTileRow(im)tileDataImage":{"name":"-tileDataImage","abstract":"

    Get the tile data as an image

    ","parent_name":"GPKGTileRow"},"Classes/GPKGTileRow.html#/c:objc(cs)GPKGTileRow(im)tileDataImageWithScale:":{"name":"-tileDataImageWithScale:","abstract":"

    Get the tile data as a scaled image

    ","parent_name":"GPKGTileRow"},"Classes/GPKGTileRow.html#/c:objc(cs)GPKGTileRow(im)setTileDataWithImage:andFormat:":{"name":"-setTileDataWithImage:andFormat:","abstract":"

    Set the tile data with an image

    ","parent_name":"GPKGTileRow"},"Classes/GPKGTileRow.html#/c:objc(cs)GPKGTileRow(im)setTileDataWithImage:andFormat:andQuality:":{"name":"-setTileDataWithImage:andFormat:andQuality:","abstract":"

    Set the tile data with an image

    ","parent_name":"GPKGTileRow"},"Classes/GPKGTileDaoUtils.html#/c:objc(cs)GPKGTileDaoUtils(cm)adjustTileMatrixLengthsWithTileMatrixSet:andTileMatrices:":{"name":"+adjustTileMatrixLengthsWithTileMatrixSet:andTileMatrices:","abstract":"

    Adjust the tile matrix lengths if needed. Check if the tile matrix width","parent_name":"GPKGTileDaoUtils"},"Classes/GPKGTileDaoUtils.html#/c:objc(cs)GPKGTileDaoUtils(cm)zoomLevelWithWidths:andHeights:andTileMatrices:andLength:":{"name":"+zoomLevelWithWidths:andHeights:andTileMatrices:andLength:","abstract":"

    Get the zoom level for the provided width and height in the default units

    ","parent_name":"GPKGTileDaoUtils"},"Classes/GPKGTileDaoUtils.html#/c:objc(cs)GPKGTileDaoUtils(cm)zoomLevelWithWidths:andHeights:andTileMatrices:andWidth:andHeight:":{"name":"+zoomLevelWithWidths:andHeights:andTileMatrices:andWidth:andHeight:","abstract":"

    Get the zoom level for the provided width and height in the default units

    ","parent_name":"GPKGTileDaoUtils"},"Classes/GPKGTileDaoUtils.html#/c:objc(cs)GPKGTileDaoUtils(cm)closestZoomLevelWithWidths:andHeights:andTileMatrices:andLength:":{"name":"+closestZoomLevelWithWidths:andHeights:andTileMatrices:andLength:","abstract":"

    Get the closest zoom level for the provided width and height in the","parent_name":"GPKGTileDaoUtils"},"Classes/GPKGTileDaoUtils.html#/c:objc(cs)GPKGTileDaoUtils(cm)closestZoomLevelWithWidths:andHeights:andTileMatrices:andWidth:andHeight:":{"name":"+closestZoomLevelWithWidths:andHeights:andTileMatrices:andWidth:andHeight:","abstract":"

    Get the closest zoom level for the provided width and height in the","parent_name":"GPKGTileDaoUtils"},"Classes/GPKGTileDaoUtils.html#/c:objc(cs)GPKGTileDaoUtils(cm)approximateZoomLevelWithWidths:andHeights:andTileMatrices:andLength:":{"name":"+approximateZoomLevelWithWidths:andHeights:andTileMatrices:andLength:","abstract":"

    Get the approximate zoom level for the provided length in the default","parent_name":"GPKGTileDaoUtils"},"Classes/GPKGTileDaoUtils.html#/c:objc(cs)GPKGTileDaoUtils(cm)approximateZoomLevelWithWidths:andHeights:andTileMatrices:andWidth:andHeight:":{"name":"+approximateZoomLevelWithWidths:andHeights:andTileMatrices:andWidth:andHeight:","abstract":"

    Get the approximate zoom level for the provided width and height in the","parent_name":"GPKGTileDaoUtils"},"Classes/GPKGTileDaoUtils.html#/c:objc(cs)GPKGTileDaoUtils(cm)maxLengthWithWidths:andHeights:":{"name":"+maxLengthWithWidths:andHeights:","abstract":"

    Get the max distance length that matches the tile widths and heights

    ","parent_name":"GPKGTileDaoUtils"},"Classes/GPKGTileDaoUtils.html#/c:objc(cs)GPKGTileDaoUtils(cm)minLengthWithWidths:andHeights:":{"name":"+minLengthWithWidths:andHeights:","abstract":"

    Get the min distance length that matches the tile widths and heights

    ","parent_name":"GPKGTileDaoUtils"},"Classes/GPKGTileDaoUtils.html#/c:objc(cs)GPKGTileDaoUtils(cm)mapZoomRangeWithTileMatrixSetDao:andTileMatrixSet:andTileMatrices:":{"name":"+mapZoomRangeWithTileMatrixSetDao:andTileMatrixSet:andTileMatrices:","abstract":"

    Get the map zoom level range

    ","parent_name":"GPKGTileDaoUtils"},"Classes/GPKGTileDaoUtils.html#/c:objc(cs)GPKGTileDaoUtils(cm)mapMinZoomWithTileMatrixSetDao:andTileMatrixSet:andTileMatrices:":{"name":"+mapMinZoomWithTileMatrixSetDao:andTileMatrixSet:andTileMatrices:","abstract":"

    Get the map min zoom level

    ","parent_name":"GPKGTileDaoUtils"},"Classes/GPKGTileDaoUtils.html#/c:objc(cs)GPKGTileDaoUtils(cm)mapMaxZoomWithTileMatrixSetDao:andTileMatrixSet:andTileMatrices:":{"name":"+mapMaxZoomWithTileMatrixSetDao:andTileMatrixSet:andTileMatrices:","abstract":"

    Get the map max zoom level

    ","parent_name":"GPKGTileDaoUtils"},"Classes/GPKGTileDaoUtils.html#/c:objc(cs)GPKGTileDaoUtils(cm)mapZoomWithTileMatrixSetDao:andTileMatrixSet:andTileMatrix:":{"name":"+mapZoomWithTileMatrixSetDao:andTileMatrixSet:andTileMatrix:","abstract":"

    Get the map zoom level

    ","parent_name":"GPKGTileDaoUtils"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(py)tileMatrixSet":{"name":"tileMatrixSet","abstract":"

    Tile Matrix Set

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(py)tileMatrices":{"name":"tileMatrices","abstract":"

    Tile Matrices

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(py)zoomLevelToTileMatrix":{"name":"zoomLevelToTileMatrix","abstract":"

    Mapping between zoom levels and the tile matrix

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(py)zoomLevels":{"name":"zoomLevels","abstract":"

    Zoom levels

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(py)minZoom":{"name":"minZoom","abstract":"

    Min zoom

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(py)maxZoom":{"name":"maxZoom","abstract":"

    Max zoom

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(py)widths":{"name":"widths","abstract":"

    Array of widths of the tiles at each zoom level in default units

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(py)heights":{"name":"heights","abstract":"

    Array of heights of the tiles at each zoom level in default units

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)initWithDatabase:andTable:andTileMatrixSet:andTileMatrices:":{"name":"-initWithDatabase:andTable:andTileMatrixSet:andTileMatrices:","abstract":"

    Initialize

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)boundingBoxWithZoomLevel:":{"name":"-boundingBoxWithZoomLevel:","abstract":"

    Get the bounding box of tiles at the zoom level

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)boundingBoxWithZoomLevel:inProjection:":{"name":"-boundingBoxWithZoomLevel:inProjection:","abstract":"

    Get the bounding box of tiles at the zoom level

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)tileGridWithZoomLevel:":{"name":"-tileGridWithZoomLevel:","abstract":"

    Get the tile grid of the zoom level

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)tileTable":{"name":"-tileTable","abstract":"

    Get the tile table

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)row:":{"name":"-row:","abstract":"

    Get the tile row for the current result in the result set

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)tileRow:":{"name":"-tileRow:","abstract":"

    Get the tile row for the current result in the result set

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)rowWithRow:":{"name":"-rowWithRow:","abstract":"

    Get the tile row for the row

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)newRow":{"name":"-newRow","abstract":"

    Create a new tile row

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)adjustTileMatrixLengths":{"name":"-adjustTileMatrixLengths","abstract":"

    Adjust the tile matrix lengths if needed. Check if the tile matrix width","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)tileMatrixWithZoomLevel:":{"name":"-tileMatrixWithZoomLevel:","abstract":"

    Get the tile matrix at the zoom level

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)tileMatrixAtMinZoom":{"name":"-tileMatrixAtMinZoom","abstract":"

    Get the tile matrix at the min (first) zoom

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)srs":{"name":"-srs","abstract":"

    Get the Spatial Reference System

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)srsId":{"name":"-srsId","abstract":"

    Get the Spatial Reference System id

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)queryForTileWithColumn:andRow:andZoomLevel:":{"name":"-queryForTileWithColumn:andRow:andZoomLevel:","abstract":"

    Query for a Tile

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)queryforTileWithZoomLevel:":{"name":"-queryforTileWithZoomLevel:","abstract":"

    Query for a Tiles at a zoom level

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)queryForTileDescending:":{"name":"-queryForTileDescending:","abstract":"

    Query for Tiles at a zoom level in descending row and column order

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)queryForTilesInColumn:andZoomLevel:":{"name":"-queryForTilesInColumn:andZoomLevel:","abstract":"

    Query for Tiles at a zoom level and column

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)queryForTilesInRow:andZoomLevel:":{"name":"-queryForTilesInRow:andZoomLevel:","abstract":"

    Query for Tiles at a zoom level and row

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)zoomLevelWithLength:":{"name":"-zoomLevelWithLength:","abstract":"

    Get the zoom level for the provided width and height in the default units

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)zoomLevelWithWidth:andHeight:":{"name":"-zoomLevelWithWidth:andHeight:","abstract":"

    Get the zoom level for the provided width and height in the default units

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)closestZoomLevelWithLength:":{"name":"-closestZoomLevelWithLength:","abstract":"

    Get the closest zoom level for the provided width and height in the","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)closestZoomLevelWithWidth:andHeight:":{"name":"-closestZoomLevelWithWidth:andHeight:","abstract":"

    Get the closest zoom level for the provided width and height in the","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)approximateZoomLevelWithLength:":{"name":"-approximateZoomLevelWithLength:","abstract":"

    Get the approximate zoom level for the provided length in the default","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)approximateZoomLevelWithWidth:andHeight:":{"name":"-approximateZoomLevelWithWidth:andHeight:","abstract":"

    Get the approximate zoom level for the provided width and height in the","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)queryByTileGrid:andZoomLevel:":{"name":"-queryByTileGrid:andZoomLevel:","abstract":"

    Query by tile grid and zoom level

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)queryByTileGrid:andZoomLevel:andOrderBy:":{"name":"-queryByTileGrid:andZoomLevel:andOrderBy:","abstract":"

    Query by tile grid and zoom level

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)queryForTileGridWithZoomLevel:":{"name":"-queryForTileGridWithZoomLevel:","abstract":"

    Query for the bounding tile grid with tiles at the zoom level

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)deleteTileWithColumn:andRow:andZoomLevel:":{"name":"-deleteTileWithColumn:andRow:andZoomLevel:","abstract":"

    Delete a Tile

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)countWithZoomLevel:":{"name":"-countWithZoomLevel:","abstract":"

    Count of Tiles at a zoom level

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)maxLength":{"name":"-maxLength","abstract":"

    Get the max length in default units that contains tiles

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)minLength":{"name":"-minLength","abstract":"

    Get the min length in default units that contains tiles

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)isXYZTiles":{"name":"-isXYZTiles","abstract":"

    Determine if the tiles are in the XYZ tile coordinate format

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)mapZoomRange":{"name":"-mapZoomRange","abstract":"

    Get the map zoom level range

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)mapMinZoom":{"name":"-mapMinZoom","abstract":"

    Get the map min zoom level

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)mapMaxZoom":{"name":"-mapMaxZoom","abstract":"

    Get the map max zoom level

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)mapZoomWithTileMatrix:":{"name":"-mapZoomWithTileMatrix:","abstract":"

    Get the map zoom level from the tile matrix

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)mapZoomWithZoomLevel:":{"name":"-mapZoomWithZoomLevel:","abstract":"

    Get the map zoom level from the tile matrix zoom level

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)tileMatrixSetDao":{"name":"-tileMatrixSetDao","abstract":"

    Get a tile matrix set DAO

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)tileMatrixDao":{"name":"-tileMatrixDao","abstract":"

    Get a tile matrix DAO

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileColumns.html#/c:objc(cs)GPKGTileColumns(py)zoomLevelIndex":{"name":"zoomLevelIndex","abstract":"

    Zoom level column index

    ","parent_name":"GPKGTileColumns"},"Classes/GPKGTileColumns.html#/c:objc(cs)GPKGTileColumns(py)tileColumnIndex":{"name":"tileColumnIndex","abstract":"

    Tile column column index

    ","parent_name":"GPKGTileColumns"},"Classes/GPKGTileColumns.html#/c:objc(cs)GPKGTileColumns(py)tileRowIndex":{"name":"tileRowIndex","abstract":"

    Tile row column index

    ","parent_name":"GPKGTileColumns"},"Classes/GPKGTileColumns.html#/c:objc(cs)GPKGTileColumns(py)tileDataIndex":{"name":"tileDataIndex","abstract":"

    Tile data column index

    ","parent_name":"GPKGTileColumns"},"Classes/GPKGTileColumns.html#/c:objc(cs)GPKGTileColumns(im)initWithTable:andColumns:":{"name":"-initWithTable:andColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGTileColumns"},"Classes/GPKGTileColumns.html#/c:objc(cs)GPKGTileColumns(im)initWithTable:andColumns:andCustom:":{"name":"-initWithTable:andColumns:andCustom:","abstract":"

    Initialize

    ","parent_name":"GPKGTileColumns"},"Classes/GPKGTileColumns.html#/c:objc(cs)GPKGTileColumns(im)initWithTileColumns:":{"name":"-initWithTileColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGTileColumns"},"Classes/GPKGTileColumns.html#/c:objc(cs)GPKGTileColumns(im)hasZoomLevelColumn":{"name":"-hasZoomLevelColumn","abstract":"

    Check if has a zoom level column

    ","parent_name":"GPKGTileColumns"},"Classes/GPKGTileColumns.html#/c:objc(cs)GPKGTileColumns(im)zoomLevelColumn":{"name":"-zoomLevelColumn","abstract":"

    Get the zoom level column

    ","parent_name":"GPKGTileColumns"},"Classes/GPKGTileColumns.html#/c:objc(cs)GPKGTileColumns(im)hasTileColumnColumn":{"name":"-hasTileColumnColumn","abstract":"

    Check if has a tile column column

    ","parent_name":"GPKGTileColumns"},"Classes/GPKGTileColumns.html#/c:objc(cs)GPKGTileColumns(im)tileColumnColumn":{"name":"-tileColumnColumn","abstract":"

    Get the tile column column

    ","parent_name":"GPKGTileColumns"},"Classes/GPKGTileColumns.html#/c:objc(cs)GPKGTileColumns(im)hasTileRowColumn":{"name":"-hasTileRowColumn","abstract":"

    Check if has a tile row column

    ","parent_name":"GPKGTileColumns"},"Classes/GPKGTileColumns.html#/c:objc(cs)GPKGTileColumns(im)tileRowColumn":{"name":"-tileRowColumn","abstract":"

    Get the tile row column

    ","parent_name":"GPKGTileColumns"},"Classes/GPKGTileColumns.html#/c:objc(cs)GPKGTileColumns(im)hasTileDataColumn":{"name":"-hasTileDataColumn","abstract":"

    Check if has a tile data column

    ","parent_name":"GPKGTileColumns"},"Classes/GPKGTileColumns.html#/c:objc(cs)GPKGTileColumns(im)tileDataColumn":{"name":"-tileDataColumn","abstract":"

    Get the tile data column

    ","parent_name":"GPKGTileColumns"},"Classes/GPKGTileColumn.html#/c:objc(cs)GPKGTileColumn(cm)createIdColumn":{"name":"+createIdColumn","abstract":"

    Create an id column

    ","parent_name":"GPKGTileColumn"},"Classes/GPKGTileColumn.html#/c:objc(cs)GPKGTileColumn(cm)createIdColumnWithAutoincrement:":{"name":"+createIdColumnWithAutoincrement:","abstract":"

    Create an id column

    ","parent_name":"GPKGTileColumn"},"Classes/GPKGTileColumn.html#/c:objc(cs)GPKGTileColumn(cm)createIdColumnWithIndex:":{"name":"+createIdColumnWithIndex:","abstract":"

    Create an id column

    ","parent_name":"GPKGTileColumn"},"Classes/GPKGTileColumn.html#/c:objc(cs)GPKGTileColumn(cm)createIdColumnWithIndex:andAutoincrement:":{"name":"+createIdColumnWithIndex:andAutoincrement:","abstract":"

    Create an id column

    ","parent_name":"GPKGTileColumn"},"Classes/GPKGTileColumn.html#/c:objc(cs)GPKGTileColumn(cm)createZoomLevelColumn":{"name":"+createZoomLevelColumn","abstract":"

    Create a zoom level column

    ","parent_name":"GPKGTileColumn"},"Classes/GPKGTileColumn.html#/c:objc(cs)GPKGTileColumn(cm)createZoomLevelColumnWithIndex:":{"name":"+createZoomLevelColumnWithIndex:","abstract":"

    Create a zoom level column

    ","parent_name":"GPKGTileColumn"},"Classes/GPKGTileColumn.html#/c:objc(cs)GPKGTileColumn(cm)createTileColumnColumn":{"name":"+createTileColumnColumn","abstract":"

    Create a tile column column

    ","parent_name":"GPKGTileColumn"},"Classes/GPKGTileColumn.html#/c:objc(cs)GPKGTileColumn(cm)createTileColumnColumnWithIndex:":{"name":"+createTileColumnColumnWithIndex:","abstract":"

    Create a tile column column

    ","parent_name":"GPKGTileColumn"},"Classes/GPKGTileColumn.html#/c:objc(cs)GPKGTileColumn(cm)createTileRowColumn":{"name":"+createTileRowColumn","abstract":"

    Create a tile row column

    ","parent_name":"GPKGTileColumn"},"Classes/GPKGTileColumn.html#/c:objc(cs)GPKGTileColumn(cm)createTileRowColumnWithIndex:":{"name":"+createTileRowColumnWithIndex:","abstract":"

    Create a tile row column

    ","parent_name":"GPKGTileColumn"},"Classes/GPKGTileColumn.html#/c:objc(cs)GPKGTileColumn(cm)createTileDataColumn":{"name":"+createTileDataColumn","abstract":"

    Create a tile data column

    ","parent_name":"GPKGTileColumn"},"Classes/GPKGTileColumn.html#/c:objc(cs)GPKGTileColumn(cm)createTileDataColumnWithIndex:":{"name":"+createTileDataColumnWithIndex:","abstract":"

    Create a tile data column

    ","parent_name":"GPKGTileColumn"},"Classes/GPKGTileColumn.html#/c:objc(cs)GPKGTileColumn(cm)createColumnWithName:andDataType:":{"name":"+createColumnWithName:andDataType:","abstract":"

    Create a new column

    ","parent_name":"GPKGTileColumn"},"Classes/GPKGTileColumn.html#/c:objc(cs)GPKGTileColumn(cm)createColumnWithIndex:andName:andDataType:":{"name":"+createColumnWithIndex:andName:andDataType:","abstract":"

    Create a new column

    ","parent_name":"GPKGTileColumn"},"Classes/GPKGTileColumn.html#/c:objc(cs)GPKGTileColumn(cm)createColumnWithName:andDataType:andNotNull:":{"name":"+createColumnWithName:andDataType:andNotNull:","abstract":"

    Create a new column

    ","parent_name":"GPKGTileColumn"},"Classes/GPKGTileColumn.html#/c:objc(cs)GPKGTileColumn(cm)createColumnWithIndex:andName:andDataType:andNotNull:":{"name":"+createColumnWithIndex:andName:andDataType:andNotNull:","abstract":"

    Create a new column

    ","parent_name":"GPKGTileColumn"},"Classes/GPKGTileColumn.html#/c:objc(cs)GPKGTileColumn(cm)createColumnWithName:andDataType:andNotNull:andDefaultValue:":{"name":"+createColumnWithName:andDataType:andNotNull:andDefaultValue:","abstract":"

    Create a new column

    ","parent_name":"GPKGTileColumn"},"Classes/GPKGTileColumn.html#/c:objc(cs)GPKGTileColumn(cm)createColumnWithIndex:andName:andDataType:andNotNull:andDefaultValue:":{"name":"+createColumnWithIndex:andName:andDataType:andNotNull:andDefaultValue:","abstract":"

    Create a new column

    ","parent_name":"GPKGTileColumn"},"Classes/GPKGTileColumn.html#/c:objc(cs)GPKGTileColumn(cm)createColumnWithName:andDataType:andMax:":{"name":"+createColumnWithName:andDataType:andMax:","abstract":"

    Create a new column

    ","parent_name":"GPKGTileColumn"},"Classes/GPKGTileColumn.html#/c:objc(cs)GPKGTileColumn(cm)createColumnWithIndex:andName:andDataType:andMax:":{"name":"+createColumnWithIndex:andName:andDataType:andMax:","abstract":"

    Create a new column

    ","parent_name":"GPKGTileColumn"},"Classes/GPKGTileColumn.html#/c:objc(cs)GPKGTileColumn(cm)createColumnWithName:andDataType:andMax:andNotNull:andDefaultValue:":{"name":"+createColumnWithName:andDataType:andMax:andNotNull:andDefaultValue:","abstract":"

    Create a new column

    ","parent_name":"GPKGTileColumn"},"Classes/GPKGTileColumn.html#/c:objc(cs)GPKGTileColumn(cm)createColumnWithIndex:andName:andDataType:andMax:andNotNull:andDefaultValue:":{"name":"+createColumnWithIndex:andName:andDataType:andMax:andNotNull:andDefaultValue:","abstract":"

    Create a new column

    ","parent_name":"GPKGTileColumn"},"Classes/GPKGTileColumn.html#/c:objc(cs)GPKGTileColumn(cm)createColumnWithTableColumn:":{"name":"+createColumnWithTableColumn:","abstract":"

    Create a new column

    ","parent_name":"GPKGTileColumn"},"Classes/GPKGTileColumn.html#/c:objc(cs)GPKGTileColumn(im)initWithIndex:andName:andDataType:andMax:andNotNull:andDefaultValue:andPrimaryKey:andAutoincrement:":{"name":"-initWithIndex:andName:andDataType:andMax:andNotNull:andDefaultValue:andPrimaryKey:andAutoincrement:","abstract":"

    Intialize

    ","parent_name":"GPKGTileColumn"},"Classes/GPKGXYZTileRetriever.html#/c:objc(cs)GPKGXYZTileRetriever(im)initWithTileDao:":{"name":"-initWithTileDao:","abstract":"

    Initializer

    ","parent_name":"GPKGXYZTileRetriever"},"Classes/GPKGTileCreator.html#/c:objc(cs)GPKGTileCreator(py)scaling":{"name":"scaling","abstract":"

    Tile Scaling options

    ","parent_name":"GPKGTileCreator"},"Classes/GPKGTileCreator.html#/c:objc(cs)GPKGTileCreator(im)initWithTileDao:andWidth:andHeight:andProjection:":{"name":"-initWithTileDao:andWidth:andHeight:andProjection:","abstract":"

    Initializer, specified tile size and projection

    ","parent_name":"GPKGTileCreator"},"Classes/GPKGTileCreator.html#/c:objc(cs)GPKGTileCreator(im)initWithTileDao:":{"name":"-initWithTileDao:","abstract":"

    Initializer, tile tables tile size and projection

    ","parent_name":"GPKGTileCreator"},"Classes/GPKGTileCreator.html#/c:objc(cs)GPKGTileCreator(im)initWithTileDao:andWidth:andHeight:":{"name":"-initWithTileDao:andWidth:andHeight:","abstract":"

    Initializer, tile tables projection with specified tile size

    ","parent_name":"GPKGTileCreator"},"Classes/GPKGTileCreator.html#/c:objc(cs)GPKGTileCreator(im)initWithTileDao:andProjection:":{"name":"-initWithTileDao:andProjection:","abstract":"

    Initializer, tile tables tile size and requested projection

    ","parent_name":"GPKGTileCreator"},"Classes/GPKGTileCreator.html#/c:objc(cs)GPKGTileCreator(im)tileDao":{"name":"-tileDao","abstract":"

    Get the tile DAO

    ","parent_name":"GPKGTileCreator"},"Classes/GPKGTileCreator.html#/c:objc(cs)GPKGTileCreator(im)width":{"name":"-width","abstract":"

    Get the tile width

    ","parent_name":"GPKGTileCreator"},"Classes/GPKGTileCreator.html#/c:objc(cs)GPKGTileCreator(im)height":{"name":"-height","abstract":"

    Get the tile height

    ","parent_name":"GPKGTileCreator"},"Classes/GPKGTileCreator.html#/c:objc(cs)GPKGTileCreator(im)tileMatrixSet":{"name":"-tileMatrixSet","abstract":"

    Get the tile matrix set

    ","parent_name":"GPKGTileCreator"},"Classes/GPKGTileCreator.html#/c:objc(cs)GPKGTileCreator(im)requestProjection":{"name":"-requestProjection","abstract":"

    Get the requested projection

    ","parent_name":"GPKGTileCreator"},"Classes/GPKGTileCreator.html#/c:objc(cs)GPKGTileCreator(im)tilesProjection":{"name":"-tilesProjection","abstract":"

    Get the tiles projection

    ","parent_name":"GPKGTileCreator"},"Classes/GPKGTileCreator.html#/c:objc(cs)GPKGTileCreator(im)tileSetBoundingBox":{"name":"-tileSetBoundingBox","abstract":"

    Get the tile set bounding box

    ","parent_name":"GPKGTileCreator"},"Classes/GPKGTileCreator.html#/c:objc(cs)GPKGTileCreator(im)sameProjection":{"name":"-sameProjection","abstract":"

    Determine if the requested and tile projections are the same

    ","parent_name":"GPKGTileCreator"},"Classes/GPKGTileCreator.html#/c:objc(cs)GPKGTileCreator(im)sameUnit":{"name":"-sameUnit","abstract":"

    Is the request and tile projection the same unit

    ","parent_name":"GPKGTileCreator"},"Classes/GPKGTileCreator.html#/c:objc(cs)GPKGTileCreator(im)hasTileWithBoundingBox:":{"name":"-hasTileWithBoundingBox:","abstract":"

    Check if the tile table contains a tile for the request bounding box

    ","parent_name":"GPKGTileCreator"},"Classes/GPKGTileCreator.html#/c:objc(cs)GPKGTileCreator(im)tileWithBoundingBox:":{"name":"-tileWithBoundingBox:","abstract":"

    Get the tile from the request bounding box in the request projection

    ","parent_name":"GPKGTileCreator"},"Classes/GPKGTileCreator.html#/c:objc(cs)GPKGTileCreator(im)tileWithBoundingBox:andZoom:":{"name":"-tileWithBoundingBox:andZoom:","abstract":"

    Get the tile from the request bounding box in the request projection, only from the zoom level

    ","parent_name":"GPKGTileCreator"},"Classes/GPKGGeoPackageTileRetriever.html#/c:objc(cs)GPKGGeoPackageTileRetriever(im)initWithTileDao:":{"name":"-initWithTileDao:","abstract":"

    Initializer

    ","parent_name":"GPKGGeoPackageTileRetriever"},"Classes/GPKGGeoPackageTileRetriever.html#/c:objc(cs)GPKGGeoPackageTileRetriever(im)initWithTileDao:andWidth:andHeight:":{"name":"-initWithTileDao:andWidth:andHeight:","abstract":"

    Initializer

    ","parent_name":"GPKGGeoPackageTileRetriever"},"Classes/GPKGGeoPackageTileRetriever.html#/c:objc(cs)GPKGGeoPackageTileRetriever(im)webMercatorBoundingBox":{"name":"-webMercatorBoundingBox","abstract":"

    Get the web mercator bounding box

    ","parent_name":"GPKGGeoPackageTileRetriever"},"Classes/GPKGGeoPackageTileRetriever.html#/c:objc(cs)GPKGGeoPackageTileRetriever(im)scaling":{"name":"-scaling","abstract":"

    Get the Tile Scaling options

    ","parent_name":"GPKGGeoPackageTileRetriever"},"Classes/GPKGGeoPackageTileRetriever.html#/c:objc(cs)GPKGGeoPackageTileRetriever(im)setScaling:":{"name":"-setScaling:","abstract":"

    Set the Tile Scaling options

    ","parent_name":"GPKGGeoPackageTileRetriever"},"Classes/GPKGGeoPackageTile.html#/c:objc(cs)GPKGGeoPackageTile(py)width":{"name":"width","abstract":"

    Tile width

    ","parent_name":"GPKGGeoPackageTile"},"Classes/GPKGGeoPackageTile.html#/c:objc(cs)GPKGGeoPackageTile(py)height":{"name":"height","abstract":"

    Tile height

    ","parent_name":"GPKGGeoPackageTile"},"Classes/GPKGGeoPackageTile.html#/c:objc(cs)GPKGGeoPackageTile(py)data":{"name":"data","abstract":"

    Image data

    ","parent_name":"GPKGGeoPackageTile"},"Classes/GPKGGeoPackageTile.html#/c:objc(cs)GPKGGeoPackageTile(im)initWithWidth:andHeight:andData:":{"name":"-initWithWidth:andHeight:andData:","abstract":"

    Initialize

    ","parent_name":"GPKGGeoPackageTile"},"Classes/GPKGWebMercatorOptimize.html#/c:objc(cs)GPKGWebMercatorOptimize(cm)create":{"name":"+create","abstract":"

    Create with minimal bounds

    ","parent_name":"GPKGWebMercatorOptimize"},"Classes/GPKGWebMercatorOptimize.html#/c:objc(cs)GPKGWebMercatorOptimize(cm)createWorld":{"name":"+createWorld","abstract":"

    Create with world bounds

    ","parent_name":"GPKGWebMercatorOptimize"},"Classes/GPKGWebMercatorOptimize.html#/c:objc(cs)GPKGWebMercatorOptimize(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGWebMercatorOptimize"},"Classes/GPKGWebMercatorOptimize.html#/c:objc(cs)GPKGWebMercatorOptimize(im)initWithWorld:":{"name":"-initWithWorld:","abstract":"

    Initialize

    ","parent_name":"GPKGWebMercatorOptimize"},"Classes/GPKGTileReprojectionZoom.html#/c:objc(cs)GPKGTileReprojectionZoom(py)toZoom":{"name":"toZoom","abstract":"

    Reprojected new zoom level

    ","parent_name":"GPKGTileReprojectionZoom"},"Classes/GPKGTileReprojectionZoom.html#/c:objc(cs)GPKGTileReprojectionZoom(py)matrixWidth":{"name":"matrixWidth","abstract":"

    Number of columns at the zoom level

    ","parent_name":"GPKGTileReprojectionZoom"},"Classes/GPKGTileReprojectionZoom.html#/c:objc(cs)GPKGTileReprojectionZoom(py)matrixHeight":{"name":"matrixHeight","abstract":"

    Number of rows at the zoom level

    ","parent_name":"GPKGTileReprojectionZoom"},"Classes/GPKGTileReprojectionZoom.html#/c:objc(cs)GPKGTileReprojectionZoom(py)tileWidth":{"name":"tileWidth","abstract":"

    Tile width in pixels

    ","parent_name":"GPKGTileReprojectionZoom"},"Classes/GPKGTileReprojectionZoom.html#/c:objc(cs)GPKGTileReprojectionZoom(py)tileHeight":{"name":"tileHeight","abstract":"

    Tile height in pixels

    ","parent_name":"GPKGTileReprojectionZoom"},"Classes/GPKGTileReprojectionZoom.html#/c:objc(cs)GPKGTileReprojectionZoom(im)initWithZoom:":{"name":"-initWithZoom:","abstract":"

    Initialize zoom level reprojection configuration

    ","parent_name":"GPKGTileReprojectionZoom"},"Classes/GPKGTileReprojectionZoom.html#/c:objc(cs)GPKGTileReprojectionZoom(im)zoom":{"name":"-zoom","abstract":"

    Get the zoom level

    ","parent_name":"GPKGTileReprojectionZoom"},"Classes/GPKGTileReprojectionZoom.html#/c:objc(cs)GPKGTileReprojectionZoom(im)hasToZoom":{"name":"-hasToZoom","abstract":"

    Has to zoom level value

    ","parent_name":"GPKGTileReprojectionZoom"},"Classes/GPKGTileReprojectionZoom.html#/c:objc(cs)GPKGTileReprojectionZoom(im)hasMatrixWidth":{"name":"-hasMatrixWidth","abstract":"

    Has matrix width value

    ","parent_name":"GPKGTileReprojectionZoom"},"Classes/GPKGTileReprojectionZoom.html#/c:objc(cs)GPKGTileReprojectionZoom(im)hasMatrixHeight":{"name":"-hasMatrixHeight","abstract":"

    Has matrix height value

    ","parent_name":"GPKGTileReprojectionZoom"},"Classes/GPKGTileReprojectionZoom.html#/c:objc(cs)GPKGTileReprojectionZoom(im)hasTileWidth":{"name":"-hasTileWidth","abstract":"

    Has tile width value

    ","parent_name":"GPKGTileReprojectionZoom"},"Classes/GPKGTileReprojectionZoom.html#/c:objc(cs)GPKGTileReprojectionZoom(im)hasTileHeight":{"name":"-hasTileHeight","abstract":"

    Has tile height value

    ","parent_name":"GPKGTileReprojectionZoom"},"Classes/GPKGTileReprojectionOptimize.html#/c:objc(cs)GPKGTileReprojectionOptimize(py)world":{"name":"world","abstract":"

    World tile coordinate bounds (XYZ), as opposed to minimal tile fitting bounds (default)

    ","parent_name":"GPKGTileReprojectionOptimize"},"Classes/GPKGTileReprojectionOptimize.html#/c:objc(cs)GPKGTileReprojectionOptimize(cm)webMercator":{"name":"+webMercator","abstract":"

    Create a Web Mercator optimization, minimally tile bounded

    ","parent_name":"GPKGTileReprojectionOptimize"},"Classes/GPKGTileReprojectionOptimize.html#/c:objc(cs)GPKGTileReprojectionOptimize(cm)platteCarre":{"name":"+platteCarre","abstract":"

    Create a Platte Carre (WGS84) optimization, minimally tile bounded

    ","parent_name":"GPKGTileReprojectionOptimize"},"Classes/GPKGTileReprojectionOptimize.html#/c:objc(cs)GPKGTileReprojectionOptimize(cm)webMercatorWorld":{"name":"+webMercatorWorld","abstract":"

    Create a Web Mercator optimization, world bounded with XYZ tile coordinates

    ","parent_name":"GPKGTileReprojectionOptimize"},"Classes/GPKGTileReprojectionOptimize.html#/c:objc(cs)GPKGTileReprojectionOptimize(cm)platteCarreWorld":{"name":"+platteCarreWorld","abstract":"

    Create a Platte Carre (WGS84) optimization, world bounded with XYZ tile coordinates

    ","parent_name":"GPKGTileReprojectionOptimize"},"Classes/GPKGTileReprojectionOptimize.html#/c:objc(cs)GPKGTileReprojectionOptimize(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGTileReprojectionOptimize"},"Classes/GPKGTileReprojectionOptimize.html#/c:objc(cs)GPKGTileReprojectionOptimize(im)initWithWorld:":{"name":"-initWithWorld:","abstract":"

    Initialize

    ","parent_name":"GPKGTileReprojectionOptimize"},"Classes/GPKGTileReprojectionOptimize.html#/c:objc(cs)GPKGTileReprojectionOptimize(im)projection":{"name":"-projection","abstract":"

    Get the optimization projection

    ","parent_name":"GPKGTileReprojectionOptimize"},"Classes/GPKGTileReprojectionOptimize.html#/c:objc(cs)GPKGTileReprojectionOptimize(im)tileGrid":{"name":"-tileGrid","abstract":"

    Get the world tile grid of the optimization projection

    ","parent_name":"GPKGTileReprojectionOptimize"},"Classes/GPKGTileReprojectionOptimize.html#/c:objc(cs)GPKGTileReprojectionOptimize(im)boundingBox":{"name":"-boundingBox","abstract":"

    Get the world bounding box of the optimization projection

    ","parent_name":"GPKGTileReprojectionOptimize"},"Classes/GPKGTileReprojectionOptimize.html#/c:objc(cs)GPKGTileReprojectionOptimize(im)tileGridWithBoundingBox:andZoom:":{"name":"-tileGridWithBoundingBox:andZoom:","abstract":"

    Get the tile grid of the bounding box at the zoom

    ","parent_name":"GPKGTileReprojectionOptimize"},"Classes/GPKGTileReprojectionOptimize.html#/c:objc(cs)GPKGTileReprojectionOptimize(im)boundingBoxWithTileGrid:andZoom:":{"name":"-boundingBoxWithTileGrid:andZoom:","abstract":"

    Get the bounding box of the tile grid at the zoom

    ","parent_name":"GPKGTileReprojectionOptimize"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(py)optimize":{"name":"optimize","abstract":"

    Optional optimization

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(py)overwrite":{"name":"overwrite","abstract":"

    Overwrite existing tiles at a zoom level when geographic calculations differ

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(py)tileWidth":{"name":"tileWidth","abstract":"

    Tile width in pixels

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(py)tileHeight":{"name":"tileHeight","abstract":"

    Tile height in pixels

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(py)progress":{"name":"progress","abstract":"

    Progress callbacks

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(cm)createWithGeoPackage:andTable:inProjection:":{"name":"+createWithGeoPackage:andTable:inProjection:","abstract":"

    Create a Reprojection from a GeoPackage tile table, replacing the existing tiles

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(cm)createWithGeoPackage:andTable:toTable:inProjection:":{"name":"+createWithGeoPackage:andTable:toTable:inProjection:","abstract":"

    Create a Reprojection from a GeoPackage tile table to a new tile table within the GeoPackage

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(cm)createWithGeoPackage:andTable:toGeoPackage:andTable:inProjection:":{"name":"+createWithGeoPackage:andTable:toGeoPackage:andTable:inProjection:","abstract":"

    Create a Reprojection from a GeoPackage tile table to a new tile table in a specified GeoPackage

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(cm)createWithTileDao:toGeoPackage:andTable:inProjection:":{"name":"+createWithTileDao:toGeoPackage:andTable:inProjection:","abstract":"

    Create a Reprojection from a tile table to a new tile table in a specified GeoPackage

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(cm)createWithGeoPackage:andTable:toTileDao:":{"name":"+createWithGeoPackage:andTable:toTileDao:","abstract":"

    Create a Reprojection from a GeoPackage tile table to a new tile table

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(cm)createWithTileDao:toTileDao:":{"name":"+createWithTileDao:toTileDao:","abstract":"

    Create a Reprojection from a GeoPackage tile table to a new tile table

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(cm)createWithGeoPackage:andTable:toGeoPackage:andTileDao:":{"name":"+createWithGeoPackage:andTable:toGeoPackage:andTileDao:","abstract":"

    Create a Reprojection from a GeoPackage tile table to a new tile table

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(cm)createWithTileDao:toGeoPackage:andTileDao:":{"name":"+createWithTileDao:toGeoPackage:andTileDao:","abstract":"

    Create a Reprojection from a GeoPackage tile table to a new tile table

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(cm)createWithGeoPackage:andTable:andOptimize:":{"name":"+createWithGeoPackage:andTable:andOptimize:","abstract":"

    Create a Reprojection from a GeoPackage tile table, replacing the existing tiles

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(cm)createWithGeoPackage:andTable:toTable:andOptimize:":{"name":"+createWithGeoPackage:andTable:toTable:andOptimize:","abstract":"

    Create a Reprojection from a GeoPackage tile table to a new tile table within the GeoPackage

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(cm)createWithGeoPackage:andTable:toGeoPackage:andTable:andOptimize:":{"name":"+createWithGeoPackage:andTable:toGeoPackage:andTable:andOptimize:","abstract":"

    Create a Reprojection from a GeoPackage tile table to a new tile table in a specified GeoPackage

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(cm)createWithTileDao:toGeoPackage:andTable:andOptimize:":{"name":"+createWithTileDao:toGeoPackage:andTable:andOptimize:","abstract":"

    Create a Reprojection from a tile table to a new tile table in a specified GeoPackage

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(cm)reprojectGeoPackage:andTable:inProjection:":{"name":"+reprojectGeoPackage:andTable:inProjection:","abstract":"

    Reproject a GeoPackage tile table, replacing the existing tiles

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(cm)reprojectFromGeoPackage:andTable:toTable:inProjection:":{"name":"+reprojectFromGeoPackage:andTable:toTable:inProjection:","abstract":"

    Reproject a GeoPackage tile table to a new tile table within the GeoPackage

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(cm)reprojectFromGeoPackage:andTable:toGeoPackage:andTable:inProjection:":{"name":"+reprojectFromGeoPackage:andTable:toGeoPackage:andTable:inProjection:","abstract":"

    Reproject a GeoPackage tile table to a new tile table in a specified GeoPackage

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(cm)reprojectFromTileDao:toGeoPackage:andTable:inProjection:":{"name":"+reprojectFromTileDao:toGeoPackage:andTable:inProjection:","abstract":"

    Reproject a tile table to a new tile table in a specified GeoPackage

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(cm)reprojectFromGeoPackage:andTable:toTileDao:":{"name":"+reprojectFromGeoPackage:andTable:toTileDao:","abstract":"

    Reproject a GeoPackage tile table to a new tile table

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(cm)reprojectFromTileDao:toTileDao:":{"name":"+reprojectFromTileDao:toTileDao:","abstract":"

    Reproject a GeoPackage tile table to a new tile table

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(cm)reprojectFromGeoPackage:andTable:toGeoPackage:andTileDao:":{"name":"+reprojectFromGeoPackage:andTable:toGeoPackage:andTileDao:","abstract":"

    Reproject a GeoPackage tile table to a new tile table

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(cm)reprojectFromTileDao:toGeoPackage:andTileDao:":{"name":"+reprojectFromTileDao:toGeoPackage:andTileDao:","abstract":"

    Reproject a GeoPackage tile table to a new tile table

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(cm)reprojectGeoPackage:andTable:andOptimize:":{"name":"+reprojectGeoPackage:andTable:andOptimize:","abstract":"

    Reproject a GeoPackage tile table, replacing the existing tiles

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(cm)reprojectFromGeoPackage:andTable:toTable:andOptimize:":{"name":"+reprojectFromGeoPackage:andTable:toTable:andOptimize:","abstract":"

    Reproject a GeoPackage tile table to a new tile table within the GeoPackage

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(cm)reprojectFromGeoPackage:andTable:toGeoPackage:andTable:andOptimize:":{"name":"+reprojectFromGeoPackage:andTable:toGeoPackage:andTable:andOptimize:","abstract":"

    Reproject a GeoPackage tile table to a new tile table in a specified GeoPackage

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(cm)reprojectFromTileDao:toGeoPackage:andTable:andOptimize:":{"name":"+reprojectFromTileDao:toGeoPackage:andTable:andOptimize:","abstract":"

    Reproject a tile table to a new tile table in a specified GeoPackage

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(im)initWithTileDao:toGeoPackage:andTable:inProjection:":{"name":"-initWithTileDao:toGeoPackage:andTable:inProjection:","abstract":"

    Initialize, reproject a tile table to a new tile table in a specified GeoPackage

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(im)initWithTileDao:toTileDao:":{"name":"-initWithTileDao:toTileDao:","abstract":"

    Initialize, reproject a GeoPackage tile table to a new tile table

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(im)initWithTileDao:toGeoPackage:andTileDao:":{"name":"-initWithTileDao:toGeoPackage:andTileDao:","abstract":"

    Initialize, reproject a GeoPackage tile table to a new tile table

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(im)zoomConfigs":{"name":"-zoomConfigs","abstract":"

    Get the zoom level configurations

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(im)configForZoom:":{"name":"-configForZoom:","abstract":"

    Get the zoom level configuration for a zoom level

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(im)configOrCreateForZoom:":{"name":"-configOrCreateForZoom:","abstract":"

    Get the zoom level configuration or create new configuration for a zoom level

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(im)setConfig:":{"name":"-setConfig:","abstract":"

    Set a zoom level configuration for a zoom level

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(im)setToZoom:forZoom:":{"name":"-setToZoom:forZoom:","abstract":"

    Set a reprojected to zoom level for a zoom level

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(im)toZoomForZoom:":{"name":"-toZoomForZoom:","abstract":"

    Get a reprojected to zoom level from a zoom level, defaults as the zoom level if not set

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(im)setTileWidth:forZoom:":{"name":"-setTileWidth:forZoom:","abstract":"

    Set a reprojected tile width for a zoom level

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(im)tileWidthForZoom:":{"name":"-tileWidthForZoom:","abstract":"

    Get a reprojected tile width from a zoom level

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(im)setTileHeight:forZoom:":{"name":"-setTileHeight:forZoom:","abstract":"

    Set a reprojected tile height for a zoom level

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(im)tileHeightForZoom:":{"name":"-tileHeightForZoom:","abstract":"

    Get a reprojected tile height from a zoom level

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(im)setMatrixWidth:forZoom:":{"name":"-setMatrixWidth:forZoom:","abstract":"

    Set a reprojected matrix width for a zoom level

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(im)matrixWidthForZoom:":{"name":"-matrixWidthForZoom:","abstract":"

    Get a reprojected matrix width from a zoom level

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(im)setMatrixHeight:forZoom:":{"name":"-setMatrixHeight:forZoom:","abstract":"

    Set a reprojected matrix height for a zoom level

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(im)matrixHeightForZoom:":{"name":"-matrixHeightForZoom:","abstract":"

    Get a reprojected matrix height from a zoom level

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(im)reproject":{"name":"-reproject","abstract":"

    Reproject the tile table

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(im)reprojectWithMinZoom:andMaxZoom:":{"name":"-reprojectWithMinZoom:andMaxZoom:","abstract":"

    Reproject the tile table within the zoom range

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(im)reprojectWithZooms:":{"name":"-reprojectWithZooms:","abstract":"

    Reproject the tile table for the zoom levels, ordered numerically lowest to highest

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(im)reprojectWithZoom:":{"name":"-reprojectWithZoom:","abstract":"

    Reproject the tile table for the zoom level

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGPlatteCarreOptimize.html#/c:objc(cs)GPKGPlatteCarreOptimize(cm)create":{"name":"+create","abstract":"

    Create with minimal bounds

    ","parent_name":"GPKGPlatteCarreOptimize"},"Classes/GPKGPlatteCarreOptimize.html#/c:objc(cs)GPKGPlatteCarreOptimize(cm)createWorld":{"name":"+createWorld","abstract":"

    Create with world bounds

    ","parent_name":"GPKGPlatteCarreOptimize"},"Classes/GPKGPlatteCarreOptimize.html#/c:objc(cs)GPKGPlatteCarreOptimize(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGPlatteCarreOptimize"},"Classes/GPKGPlatteCarreOptimize.html#/c:objc(cs)GPKGPlatteCarreOptimize(im)initWithWorld:":{"name":"-initWithWorld:","abstract":"

    Initialize

    ","parent_name":"GPKGPlatteCarreOptimize"},"Classes/GPKGXYZOverlay.html#/c:objc(cs)GPKGXYZOverlay(im)initWithTileDao:":{"name":"-initWithTileDao:","abstract":"

    Initialize

    ","parent_name":"GPKGXYZOverlay"},"Classes/GPKGOverlayFactory.html#/c:objc(cs)GPKGOverlayFactory(cm)tileOverlayWithTileDao:":{"name":"+tileOverlayWithTileDao:","abstract":"

    Get a Tile Overlay for the Tile DAO

    ","parent_name":"GPKGOverlayFactory"},"Classes/GPKGOverlayFactory.html#/c:objc(cs)GPKGOverlayFactory(cm)tileOverlayWithTileDao:andScaling:":{"name":"+tileOverlayWithTileDao:andScaling:","abstract":"

    Get a Tile Overlay for the Tile DAO

    ","parent_name":"GPKGOverlayFactory"},"Classes/GPKGOverlayFactory.html#/c:objc(cs)GPKGOverlayFactory(cm)boundedOverlay:":{"name":"+boundedOverlay:","abstract":"

    Get a Bounded Overlay Tile Provider for the Tile DAO

    ","parent_name":"GPKGOverlayFactory"},"Classes/GPKGOverlayFactory.html#/c:objc(cs)GPKGOverlayFactory(cm)boundedOverlay:andScaling:":{"name":"+boundedOverlay:andScaling:","abstract":"

    Get a Bounded Overlay Tile Provider for the Tile DAO

    ","parent_name":"GPKGOverlayFactory"},"Classes/GPKGOverlayFactory.html#/c:objc(cs)GPKGOverlayFactory(cm)compositeOverlayWithTileDao:andOverlay:":{"name":"+compositeOverlayWithTileDao:andOverlay:","abstract":"

    Create a composite overlay by first adding a tile overlay for the tile DAO followed by the provided overlay

    ","parent_name":"GPKGOverlayFactory"},"Classes/GPKGOverlayFactory.html#/c:objc(cs)GPKGOverlayFactory(cm)compositeOverlayWithTileDaos:andOverlay:":{"name":"+compositeOverlayWithTileDaos:andOverlay:","abstract":"

    Create a composite overlay by first adding tile overlays for the tile DAOs followed by the provided overlay

    ","parent_name":"GPKGOverlayFactory"},"Classes/GPKGOverlayFactory.html#/c:objc(cs)GPKGOverlayFactory(cm)compositeOverlayWithTileDaos:":{"name":"+compositeOverlayWithTileDaos:","abstract":"

    Create a composite overlay by adding tile overlays for the tile DAOs

    ","parent_name":"GPKGOverlayFactory"},"Classes/GPKGOverlayFactory.html#/c:objc(cs)GPKGOverlayFactory(cm)linkedFeatureOverlayWithOverlay:andGeoPackage:":{"name":"+linkedFeatureOverlayWithOverlay:andGeoPackage:","abstract":"

    Create a composite overlay linking the feature overly with

    ","parent_name":"GPKGOverlayFactory"},"Classes/GPKGGeoPackageOverlay.html#/c:objc(cs)GPKGGeoPackageOverlay(py)coordinate":{"name":"coordinate","abstract":"

    Coordinate

    ","parent_name":"GPKGGeoPackageOverlay"},"Classes/GPKGGeoPackageOverlay.html#/c:objc(cs)GPKGGeoPackageOverlay(im)boundingMapRect":{"name":"-boundingMapRect","abstract":"

    The projected rectangle that encompasses the overlay. (required) (read-only)

    ","parent_name":"GPKGGeoPackageOverlay"},"Classes/GPKGGeoPackageOverlay.html#/c:objc(cs)GPKGGeoPackageOverlay(im)initWithTileDao:":{"name":"-initWithTileDao:","abstract":"

    Initialize

    ","parent_name":"GPKGGeoPackageOverlay"},"Classes/GPKGGeoPackageOverlay.html#/c:objc(cs)GPKGGeoPackageOverlay(im)initWithTileDao:andWidth:andHeight:":{"name":"-initWithTileDao:andWidth:andHeight:","abstract":"

    Initialize

    ","parent_name":"GPKGGeoPackageOverlay"},"Classes/GPKGGeoPackageOverlay.html#/c:objc(cs)GPKGGeoPackageOverlay(im)initWithTileDao:andScaling:":{"name":"-initWithTileDao:andScaling:","abstract":"

    Initialize

    ","parent_name":"GPKGGeoPackageOverlay"},"Classes/GPKGGeoPackageOverlay.html#/c:objc(cs)GPKGGeoPackageOverlay(im)initWithTileDao:andWidth:andHeight:andScaling:":{"name":"-initWithTileDao:andWidth:andHeight:andScaling:","abstract":"

    Initialize

    ","parent_name":"GPKGGeoPackageOverlay"},"Classes/GPKGFeatureTableData.html#/c:objc(cs)GPKGFeatureTableData(im)initWithName:andCount:":{"name":"-initWithName:andCount:","abstract":"

    Initializer

    ","parent_name":"GPKGFeatureTableData"},"Classes/GPKGFeatureTableData.html#/c:objc(cs)GPKGFeatureTableData(im)initWithName:andCount:andRows:":{"name":"-initWithName:andCount:andRows:","abstract":"

    Initializer

    ","parent_name":"GPKGFeatureTableData"},"Classes/GPKGFeatureTableData.html#/c:objc(cs)GPKGFeatureTableData(im)name":{"name":"-name","abstract":"

    Get the table name

    ","parent_name":"GPKGFeatureTableData"},"Classes/GPKGFeatureTableData.html#/c:objc(cs)GPKGFeatureTableData(im)count":{"name":"-count","abstract":"

    Get the feature row count

    ","parent_name":"GPKGFeatureTableData"},"Classes/GPKGFeatureTableData.html#/c:objc(cs)GPKGFeatureTableData(im)rows":{"name":"-rows","abstract":"

    Get the feature row data

    ","parent_name":"GPKGFeatureTableData"},"Classes/GPKGFeatureTableData.html#/c:objc(cs)GPKGFeatureTableData(im)jsonCompatible":{"name":"-jsonCompatible","abstract":"

    Build a JSON compatible object

    ","parent_name":"GPKGFeatureTableData"},"Classes/GPKGFeatureTableData.html#/c:objc(cs)GPKGFeatureTableData(im)jsonCompatibleWithPoints:":{"name":"-jsonCompatibleWithPoints:","abstract":"

    Build a JSON compatible object

    ","parent_name":"GPKGFeatureTableData"},"Classes/GPKGFeatureTableData.html#/c:objc(cs)GPKGFeatureTableData(im)jsonCompatibleWithGeometries:":{"name":"-jsonCompatibleWithGeometries:","abstract":"

    Build a JSON compatible object

    ","parent_name":"GPKGFeatureTableData"},"Classes/GPKGFeatureTableData.html#/c:objc(cs)GPKGFeatureTableData(im)jsonCompatibleWithPoints:andGeometries:":{"name":"-jsonCompatibleWithPoints:andGeometries:","abstract":"

    Build a JSON compatible object

    ","parent_name":"GPKGFeatureTableData"},"Classes/GPKGFeatureRowData.html#/c:objc(cs)GPKGFeatureRowData(im)initWithValues:":{"name":"-initWithValues:","abstract":"

    Initializer

    ","parent_name":"GPKGFeatureRowData"},"Classes/GPKGFeatureRowData.html#/c:objc(cs)GPKGFeatureRowData(im)initWithValues:andGeometryColumnName:":{"name":"-initWithValues:andGeometryColumnName:","abstract":"

    Initializer

    ","parent_name":"GPKGFeatureRowData"},"Classes/GPKGFeatureRowData.html#/c:objc(cs)GPKGFeatureRowData(im)initWithValues:andIdColumnName:andGeometryColumnName:":{"name":"-initWithValues:andIdColumnName:andGeometryColumnName:","abstract":"

    Initializer

    ","parent_name":"GPKGFeatureRowData"},"Classes/GPKGFeatureRowData.html#/c:objc(cs)GPKGFeatureRowData(im)values":{"name":"-values","abstract":"

    Get the values

    ","parent_name":"GPKGFeatureRowData"},"Classes/GPKGFeatureRowData.html#/c:objc(cs)GPKGFeatureRowData(im)idColumn":{"name":"-idColumn","abstract":"

    Get the id column name

    ","parent_name":"GPKGFeatureRowData"},"Classes/GPKGFeatureRowData.html#/c:objc(cs)GPKGFeatureRowData(im)id":{"name":"-id","abstract":"

    Get the id

    ","parent_name":"GPKGFeatureRowData"},"Classes/GPKGFeatureRowData.html#/c:objc(cs)GPKGFeatureRowData(im)geometryColumn":{"name":"-geometryColumn","abstract":"

    Get the geometry column name

    ","parent_name":"GPKGFeatureRowData"},"Classes/GPKGFeatureRowData.html#/c:objc(cs)GPKGFeatureRowData(im)geometryData":{"name":"-geometryData","abstract":"

    Get the geometry data

    ","parent_name":"GPKGFeatureRowData"},"Classes/GPKGFeatureRowData.html#/c:objc(cs)GPKGFeatureRowData(im)geometry":{"name":"-geometry","abstract":"

    Get the geometry

    ","parent_name":"GPKGFeatureRowData"},"Classes/GPKGFeatureRowData.html#/c:objc(cs)GPKGFeatureRowData(im)geometryType":{"name":"-geometryType","abstract":"

    Get the geometry type

    ","parent_name":"GPKGFeatureRowData"},"Classes/GPKGFeatureRowData.html#/c:objc(cs)GPKGFeatureRowData(im)geometryEnvelope":{"name":"-geometryEnvelope","abstract":"

    Get the geometry envelope

    ","parent_name":"GPKGFeatureRowData"},"Classes/GPKGFeatureRowData.html#/c:objc(cs)GPKGFeatureRowData(im)jsonCompatible":{"name":"-jsonCompatible","abstract":"

    Build a JSON compatible object

    ","parent_name":"GPKGFeatureRowData"},"Classes/GPKGFeatureRowData.html#/c:objc(cs)GPKGFeatureRowData(im)jsonCompatibleWithPoints:":{"name":"-jsonCompatibleWithPoints:","abstract":"

    Build a JSON compatible object

    ","parent_name":"GPKGFeatureRowData"},"Classes/GPKGFeatureRowData.html#/c:objc(cs)GPKGFeatureRowData(im)jsonCompatibleWithGeometries:":{"name":"-jsonCompatibleWithGeometries:","abstract":"

    Build a JSON compatible object

    ","parent_name":"GPKGFeatureRowData"},"Classes/GPKGFeatureRowData.html#/c:objc(cs)GPKGFeatureRowData(im)jsonCompatibleWithPoints:andGeometries:":{"name":"-jsonCompatibleWithPoints:andGeometries:","abstract":"

    Build a JSON compatible object

    ","parent_name":"GPKGFeatureRowData"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(py)screenClickPercentage":{"name":"screenClickPercentage","abstract":"

    Screen click percentage between 0.0 and 1.0 for how close a feature on the screen must be","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(py)maxFeaturesInfo":{"name":"maxFeaturesInfo","abstract":"

    Flag indicating if building info messages for tiles with features over the max is enabled

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(py)featuresInfo":{"name":"featuresInfo","abstract":"

    Flag indicating if building info messages for clicked features is enabled

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(py)stylePixelBounds":{"name":"stylePixelBounds","abstract":"

    Pixel bounds

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)initWithFeatureOverlay:":{"name":"-initWithFeatureOverlay:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)initWithBoundedOverlay:andFeatureTiles:":{"name":"-initWithBoundedOverlay:andFeatureTiles:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)boundedOverlay":{"name":"-boundedOverlay","abstract":"

    Get the bounded overlay

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)featureTiles":{"name":"-featureTiles","abstract":"

    Get the feature tiles

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)featureInfoBuilder":{"name":"-featureInfoBuilder","abstract":"

    Get the feature info builder

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)calculateStylePixelBounds":{"name":"-calculateStylePixelBounds","abstract":"

    Calculate and set the style pixel bounds to enable queries on visible feature styles

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)onAtCurrentZoomWithMapView:andLocationCoordinate:":{"name":"-onAtCurrentZoomWithMapView:andLocationCoordinate:","abstract":"

    Determine if the the feature overlay is on for the current zoom level of the map view at the location coordinate

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)onAtZoom:andLocationCoordinate:":{"name":"-onAtZoom:andLocationCoordinate:","abstract":"

    Determine if the the feature overlay is on for the provided zoom level at the location coordinate

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)tileFeatureCountWithMapPoint:andDoubleZoom:":{"name":"-tileFeatureCountWithMapPoint:andDoubleZoom:","abstract":"

    Get the count of features in the tile at the map point and zoom level

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)tileFeatureCountWithMapPoint:andZoom:":{"name":"-tileFeatureCountWithMapPoint:andZoom:","abstract":"

    Get the count of features in the tile at the map point and zoom level

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)tileFeatureCountWithMKMapPoint:andDoubleZoom:":{"name":"-tileFeatureCountWithMKMapPoint:andDoubleZoom:","abstract":"

    Get the count of features in the tile at the mapkit map point and zoom level

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)tileFeatureCountWithMKMapPoint:andZoom:":{"name":"-tileFeatureCountWithMKMapPoint:andZoom:","abstract":"

    Get the count of features in the tile at the mapkit map point and zoom level

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)tileFeatureCountWithLocationCoordinate:andDoubleZoom:":{"name":"-tileFeatureCountWithLocationCoordinate:andDoubleZoom:","abstract":"

    Get the count of features in the tile at the location coordinate and zoom level

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)tileFeatureCountWithLocationCoordinate:andZoom:":{"name":"-tileFeatureCountWithLocationCoordinate:andZoom:","abstract":"

    Get the count of features in the tile at the location coordinate and zoom level

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)tileFeatureCountWithPoint:andDoubleZoom:":{"name":"-tileFeatureCountWithPoint:andDoubleZoom:","abstract":"

    Get the count of features in the tile at the point and zoom level

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)tileFeatureCountWithPoint:andZoom:":{"name":"-tileFeatureCountWithPoint:andZoom:","abstract":"

    Get the count of features in the tile at the point and zoom level

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(cm)tileBoundsWithMapPoint:andDoubleZoom:":{"name":"+tileBoundsWithMapPoint:andDoubleZoom:","abstract":"

    Get the WGS84 bounds of the tile at the map point and zoom level

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(cm)tileBoundsWithMapPoint:andZoom:":{"name":"+tileBoundsWithMapPoint:andZoom:","abstract":"

    Get the WGS84 bounds of the tile at the map point and zoom level

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(cm)tileBoundsWithMKMapPoint:andDoubleZoom:":{"name":"+tileBoundsWithMKMapPoint:andDoubleZoom:","abstract":"

    Get the WGS84 bounds of the tile at the mapkit map point and zoom level

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(cm)tileBoundsWithMKMapPoint:andZoom:":{"name":"+tileBoundsWithMKMapPoint:andZoom:","abstract":"

    Get the WGS84 bounds of the tile at the mapkit map point and zoom level

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(cm)tileBoundsWithLocationCoordinate:andDoubleZoom:":{"name":"+tileBoundsWithLocationCoordinate:andDoubleZoom:","abstract":"

    Get the WGS84 bounds of the tile at the location coordinate and zoom level

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(cm)tileBoundsWithLocationCoordinate:andZoom:":{"name":"+tileBoundsWithLocationCoordinate:andZoom:","abstract":"

    Get the WGS84 bounds of the tile at the location coordinate and zoom level

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(cm)tileBoundsWithPoint:andDoubleZoom:":{"name":"+tileBoundsWithPoint:andDoubleZoom:","abstract":"

    Get the WGS84 bounds of the tile at the point and zoom level

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(cm)tileBoundsWithPoint:andZoom:":{"name":"+tileBoundsWithPoint:andZoom:","abstract":"

    Get the WGS84 bounds of the tile at the point and zoom level

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(cm)tileBoundsInProjection:withMapPoint:andDoubleZoom:":{"name":"+tileBoundsInProjection:withMapPoint:andDoubleZoom:","abstract":"

    Get the WGS84 bounds of the tile at the map point and zoom level

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(cm)tileBoundsInProjection:withMapPoint:andZoom:":{"name":"+tileBoundsInProjection:withMapPoint:andZoom:","abstract":"

    Get the WGS84 bounds of the tile at the map point and zoom level

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(cm)tileBoundsInProjection:withMKMapPoint:andDoubleZoom:":{"name":"+tileBoundsInProjection:withMKMapPoint:andDoubleZoom:","abstract":"

    Get the WGS84 bounds of the tile at the mapkit map point and zoom level

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(cm)tileBoundsInProjection:withMKMapPoint:andZoom:":{"name":"+tileBoundsInProjection:withMKMapPoint:andZoom:","abstract":"

    Get the WGS84 bounds of the tile at the mapkit map point and zoom level

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(cm)tileBoundsInProjection:withLocationCoordinate:andDoubleZoom:":{"name":"+tileBoundsInProjection:withLocationCoordinate:andDoubleZoom:","abstract":"

    Get the WGS84 bounds of the tile at the location coordinate and zoom level

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(cm)tileBoundsInProjection:withLocationCoordinate:andZoom:":{"name":"+tileBoundsInProjection:withLocationCoordinate:andZoom:","abstract":"

    Get the WGS84 bounds of the tile at the location coordinate and zoom level

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(cm)tileBoundsInProjection:withPoint:andDoubleZoom:":{"name":"+tileBoundsInProjection:withPoint:andDoubleZoom:","abstract":"

    Get the WGS84 bounds of the tile at the point and zoom level

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(cm)tileBoundsInProjection:withPoint:andZoom:":{"name":"+tileBoundsInProjection:withPoint:andZoom:","abstract":"

    Get the WGS84 bounds of the tile at the point and zoom level

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)moreThanMaxFeatures:":{"name":"-moreThanMaxFeatures:","abstract":"

    Determine if the provided count of features in the tile is more than the configured max features per tile

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)queryFeaturesWithBoundingBox:":{"name":"-queryFeaturesWithBoundingBox:","abstract":"

    Query for features in the WGS84 projected bounding box

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)queryFeaturesWithColumns:andBoundingBox:":{"name":"-queryFeaturesWithColumns:andBoundingBox:","abstract":"

    Query for features in the WGS84 projected bounding box

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)queryFeaturesWithBoundingBox:inProjection:":{"name":"-queryFeaturesWithBoundingBox:inProjection:","abstract":"

    Query for features in the bounding box

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)queryFeaturesWithColumns:andBoundingBox:inProjection:":{"name":"-queryFeaturesWithColumns:andBoundingBox:inProjection:","abstract":"

    Query for features in the bounding box

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)isIndexed":{"name":"-isIndexed","abstract":"

    Check if the features are indexed

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)buildMaxFeaturesInfoMessageWithTileFeaturesCount:":{"name":"-buildMaxFeaturesInfoMessageWithTileFeaturesCount:","abstract":"

    Get a max features information message

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)buildMapClickMessageWithCGPoint:andMapView:":{"name":"-buildMapClickMessageWithCGPoint:andMapView:","abstract":"

    Perform a query based upon the map click location and build a info message

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)buildMapClickMessageWithLocationCoordinate:andMapView:":{"name":"-buildMapClickMessageWithLocationCoordinate:andMapView:","abstract":"

    Perform a query based upon the map click location and build a info message

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)buildMapClickMessageWithCGPoint:andMapView:andProjection:":{"name":"-buildMapClickMessageWithCGPoint:andMapView:andProjection:","abstract":"

    Perform a query based upon the map click location and build a info message

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)buildMapClickMessageWithLocationCoordinate:andMapView:andProjection:":{"name":"-buildMapClickMessageWithLocationCoordinate:andMapView:andProjection:","abstract":"

    Perform a query based upon the map click location and build a info message

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)buildMapClickMessageWithLocationCoordinate:andZoom:andMapBounds:":{"name":"-buildMapClickMessageWithLocationCoordinate:andZoom:andMapBounds:","abstract":"

    Perform a query based upon the map click location and build a info message

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)buildMapClickMessageWithLocationCoordinate:andZoom:andMapBounds:andProjection:":{"name":"-buildMapClickMessageWithLocationCoordinate:andZoom:andMapBounds:andProjection:","abstract":"

    Perform a query based upon the map click location and build a info message

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)buildMapClickMessageWithLocationCoordinate:andZoom:andMapBounds:andTolerance:":{"name":"-buildMapClickMessageWithLocationCoordinate:andZoom:andMapBounds:andTolerance:","abstract":"

    Perform a query based upon the map click location and build a info message

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)buildMapClickMessageWithLocationCoordinate:andZoom:andMapBounds:andTolerance:andProjection:":{"name":"-buildMapClickMessageWithLocationCoordinate:andZoom:andMapBounds:andTolerance:andProjection:","abstract":"

    Perform a query based upon the map click location and build a info message

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)buildMapClickTableDataWithCGPoint:andMapView:":{"name":"-buildMapClickTableDataWithCGPoint:andMapView:","abstract":"

    Perform a query based upon the map click location and build feature table data

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)buildMapClickTableDataWithLocationCoordinate:andMapView:":{"name":"-buildMapClickTableDataWithLocationCoordinate:andMapView:","abstract":"

    Perform a query based upon the map click location and build feature table data

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)buildMapClickTableDataWithCGPoint:andMapView:andProjection:":{"name":"-buildMapClickTableDataWithCGPoint:andMapView:andProjection:","abstract":"

    Perform a query based upon the map click location and build feature table data

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)buildMapClickTableDataWithLocationCoordinate:andMapView:andProjection:":{"name":"-buildMapClickTableDataWithLocationCoordinate:andMapView:andProjection:","abstract":"

    Perform a query based upon the map click location and build feature table data

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)buildMapClickTableDataWithLocationCoordinate:andZoom:andMapBounds:":{"name":"-buildMapClickTableDataWithLocationCoordinate:andZoom:andMapBounds:","abstract":"

    Perform a query based upon the map click location and build feature table data

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)buildMapClickTableDataWithLocationCoordinate:andZoom:andMapBounds:andProjection:":{"name":"-buildMapClickTableDataWithLocationCoordinate:andZoom:andMapBounds:andProjection:","abstract":"

    Perform a query based upon the map click location and build feature table data

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)buildMapClickTableDataWithLocationCoordinate:andZoom:andMapBounds:andTolerance:":{"name":"-buildMapClickTableDataWithLocationCoordinate:andZoom:andMapBounds:andTolerance:","abstract":"

    Perform a query based upon the map click location and build feature table data

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)buildMapClickTableDataWithLocationCoordinate:andZoom:andMapBounds:andTolerance:andProjection:":{"name":"-buildMapClickTableDataWithLocationCoordinate:andZoom:andMapBounds:andTolerance:andProjection:","abstract":"

    Perform a query based upon the map click location and build feature table data

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlay.html#/c:objc(cs)GPKGFeatureOverlay(py)featureTiles":{"name":"featureTiles","abstract":"

    Feature tiles

    ","parent_name":"GPKGFeatureOverlay"},"Classes/GPKGFeatureOverlay.html#/c:objc(cs)GPKGFeatureOverlay(im)initWithFeatureTiles:":{"name":"-initWithFeatureTiles:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureOverlay"},"Classes/GPKGFeatureOverlay.html#/c:objc(cs)GPKGFeatureOverlay(im)ignoreTileDaos:":{"name":"-ignoreTileDaos:","abstract":"

    Ignore drawing tiles if they exist in the tile tables represented by the tile daos

    ","parent_name":"GPKGFeatureOverlay"},"Classes/GPKGFeatureOverlay.html#/c:objc(cs)GPKGFeatureOverlay(im)ignoreTileDao:":{"name":"-ignoreTileDao:","abstract":"

    Ignore drawing tiles if they exist in the tile table represented by the tile dao

    ","parent_name":"GPKGFeatureOverlay"},"Classes/GPKGFeatureOverlay.html#/c:objc(cs)GPKGFeatureOverlay(im)clearIgnored":{"name":"-clearIgnored","abstract":"

    Clear all ignored tile tables

    ","parent_name":"GPKGFeatureOverlay"},"Classes/GPKGCompositeOverlay.html#/c:objc(cs)GPKGCompositeOverlay(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGCompositeOverlay"},"Classes/GPKGCompositeOverlay.html#/c:objc(cs)GPKGCompositeOverlay(im)initWithOverlay:":{"name":"-initWithOverlay:","abstract":"

    Initialize

    ","parent_name":"GPKGCompositeOverlay"},"Classes/GPKGCompositeOverlay.html#/c:objc(cs)GPKGCompositeOverlay(im)initWithOverlays:":{"name":"-initWithOverlays:","abstract":"

    Initialize

    ","parent_name":"GPKGCompositeOverlay"},"Classes/GPKGCompositeOverlay.html#/c:objc(cs)GPKGCompositeOverlay(im)addOverlay:":{"name":"-addOverlay:","abstract":"

    Add an overlay

    ","parent_name":"GPKGCompositeOverlay"},"Classes/GPKGCompositeOverlay.html#/c:objc(cs)GPKGCompositeOverlay(im)addOverlays:":{"name":"-addOverlays:","abstract":"

    Add overlays

    ","parent_name":"GPKGCompositeOverlay"},"Classes/GPKGCompositeOverlay.html#/c:objc(cs)GPKGCompositeOverlay(im)clearOverlays":{"name":"-clearOverlays","abstract":"

    Clear the overlays

    ","parent_name":"GPKGCompositeOverlay"},"Classes/GPKGBoundedOverlay.html#/c:objc(cs)GPKGBoundedOverlay(py)minZoom":{"name":"minZoom","abstract":"

    Min zoom

    ","parent_name":"GPKGBoundedOverlay"},"Classes/GPKGBoundedOverlay.html#/c:objc(cs)GPKGBoundedOverlay(py)maxZoom":{"name":"maxZoom","abstract":"

    Max zoom

    ","parent_name":"GPKGBoundedOverlay"},"Classes/GPKGBoundedOverlay.html#/c:objc(cs)GPKGBoundedOverlay(py)webMercatorBoundingBox":{"name":"webMercatorBoundingBox","abstract":"

    Web mercator bounding box

    ","parent_name":"GPKGBoundedOverlay"},"Classes/GPKGBoundedOverlay.html#/c:objc(cs)GPKGBoundedOverlay(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGBoundedOverlay"},"Classes/GPKGBoundedOverlay.html#/c:objc(cs)GPKGBoundedOverlay(im)setBoundingBox:inProjection:":{"name":"-setBoundingBox:inProjection:","abstract":"

    Set the bounding box, provided as the indicated projection

    ","parent_name":"GPKGBoundedOverlay"},"Classes/GPKGBoundedOverlay.html#/c:objc(cs)GPKGBoundedOverlay(im)boundingBoxInProjection:":{"name":"-boundingBoxInProjection:","abstract":"

    Get the bounding box as the provided projection

    ","parent_name":"GPKGBoundedOverlay"},"Classes/GPKGBoundedOverlay.html#/c:objc(cs)GPKGBoundedOverlay(im)hasTileWithX:andY:andZoom:":{"name":"-hasTileWithX:andY:andZoom:","abstract":"

    Determine if there is a tile for the x, y, and zoom

    ","parent_name":"GPKGBoundedOverlay"},"Classes/GPKGBoundedOverlay.html#/c:objc(cs)GPKGBoundedOverlay(im)hasTileToRetrieveWithX:andY:andZoom:":{"name":"-hasTileToRetrieveWithX:andY:andZoom:","abstract":"

    Check if there is a tile to retrieve without performing a tile is within bounds check

    ","parent_name":"GPKGBoundedOverlay"},"Classes/GPKGBoundedOverlay.html#/c:objc(cs)GPKGBoundedOverlay(im)retrieveTileWithX:andY:andZoom:":{"name":"-retrieveTileWithX:andY:andZoom:","abstract":"

    Retrieve the tile

    ","parent_name":"GPKGBoundedOverlay"},"Classes/GPKGBoundedOverlay.html#/c:objc(cs)GPKGBoundedOverlay(im)isWithinBoundsWithX:andY:andZoom:":{"name":"-isWithinBoundsWithX:andY:andZoom:","abstract":"

    Is the tile within the zoom and bounding box bounds

    ","parent_name":"GPKGBoundedOverlay"},"Classes/GPKGBoundedOverlay.html#/c:objc(cs)GPKGBoundedOverlay(im)isWithinZoom:":{"name":"-isWithinZoom:","abstract":"

    Check if the zoom is within the overlay zoom range

    ","parent_name":"GPKGBoundedOverlay"},"Classes/GPKGBoundedOverlay.html#/c:objc(cs)GPKGBoundedOverlay(im)isWithinBoundingBoxWithX:andY:andZoom:":{"name":"-isWithinBoundingBoxWithX:andY:andZoom:","abstract":"

    Check if the tile request is within the desired tile bounds

    ","parent_name":"GPKGBoundedOverlay"},"Classes/GPKGTileMatrixSetDao.html#/c:objc(cs)GPKGTileMatrixSetDao(cm)createWithDatabase:":{"name":"+createWithDatabase:","abstract":"

    Create the DAO

    ","parent_name":"GPKGTileMatrixSetDao"},"Classes/GPKGTileMatrixSetDao.html#/c:objc(cs)GPKGTileMatrixSetDao(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGTileMatrixSetDao"},"Classes/GPKGTileMatrixSetDao.html#/c:objc(cs)GPKGTileMatrixSetDao(im)tileTables":{"name":"-tileTables","abstract":"

    Get the tile table names

    ","parent_name":"GPKGTileMatrixSetDao"},"Classes/GPKGTileMatrixSetDao.html#/c:objc(cs)GPKGTileMatrixSetDao(im)srs:":{"name":"-srs:","abstract":"

    Get the Spatial Reference System of the Tile Matrix Set

    ","parent_name":"GPKGTileMatrixSetDao"},"Classes/GPKGTileMatrixSetDao.html#/c:objc(cs)GPKGTileMatrixSetDao(im)contents:":{"name":"-contents:","abstract":"

    Get the Contents of the Tile Matrix Set

    ","parent_name":"GPKGTileMatrixSetDao"},"Classes/GPKGTileMatrixSetDao.html#/c:objc(cs)GPKGTileMatrixSetDao(im)boundingBoxOfTileMatrixSet:inProjection:":{"name":"-boundingBoxOfTileMatrixSet:inProjection:","abstract":"

    Get a bounding box in the provided projection

    ","parent_name":"GPKGTileMatrixSetDao"},"Classes/GPKGTileMatrixSet.html#/c:objc(cs)GPKGTileMatrixSet(py)tableName":{"name":"tableName","abstract":"

    Tile Pyramid User Data Table Name

    ","parent_name":"GPKGTileMatrixSet"},"Classes/GPKGTileMatrixSet.html#/c:objc(cs)GPKGTileMatrixSet(py)srsId":{"name":"srsId","abstract":"

    Unique identifier for each Spatial Reference System within a GeoPackage

    ","parent_name":"GPKGTileMatrixSet"},"Classes/GPKGTileMatrixSet.html#/c:objc(cs)GPKGTileMatrixSet(py)minX":{"name":"minX","abstract":"

    Bounding box minimum easting or longitude for all content in table_name

    ","parent_name":"GPKGTileMatrixSet"},"Classes/GPKGTileMatrixSet.html#/c:objc(cs)GPKGTileMatrixSet(py)minY":{"name":"minY","abstract":"

    Bounding box minimum northing or latitude for all content in table_name

    ","parent_name":"GPKGTileMatrixSet"},"Classes/GPKGTileMatrixSet.html#/c:objc(cs)GPKGTileMatrixSet(py)maxX":{"name":"maxX","abstract":"

    Bounding box maximum easting or longitude for all content in table_name

    ","parent_name":"GPKGTileMatrixSet"},"Classes/GPKGTileMatrixSet.html#/c:objc(cs)GPKGTileMatrixSet(py)maxY":{"name":"maxY","abstract":"

    Bounding box maximum northing or latitude for all content in table_name

    ","parent_name":"GPKGTileMatrixSet"},"Classes/GPKGTileMatrixSet.html#/c:objc(cs)GPKGTileMatrixSet(im)setContents:":{"name":"-setContents:","abstract":"

    Set the Contents

    ","parent_name":"GPKGTileMatrixSet"},"Classes/GPKGTileMatrixSet.html#/c:objc(cs)GPKGTileMatrixSet(im)setSrs:":{"name":"-setSrs:","abstract":"

    Set the Spatial Reference System

    ","parent_name":"GPKGTileMatrixSet"},"Classes/GPKGTileMatrixSet.html#/c:objc(cs)GPKGTileMatrixSet(im)boundingBox":{"name":"-boundingBox","abstract":"

    Get a bounding box

    ","parent_name":"GPKGTileMatrixSet"},"Classes/GPKGTileMatrixSet.html#/c:objc(cs)GPKGTileMatrixSet(im)setBoundingBox:":{"name":"-setBoundingBox:","abstract":"

    Set a bounding box

    ","parent_name":"GPKGTileMatrixSet"},"Classes/GPKGTileMatrixDao.html#/c:objc(cs)GPKGTileMatrixDao(cm)createWithDatabase:":{"name":"+createWithDatabase:","abstract":"

    Create the DAO

    ","parent_name":"GPKGTileMatrixDao"},"Classes/GPKGTileMatrixDao.html#/c:objc(cs)GPKGTileMatrixDao(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGTileMatrixDao"},"Classes/GPKGTileMatrixDao.html#/c:objc(cs)GPKGTileMatrixDao(im)contents:":{"name":"-contents:","abstract":"

    Get the Contents of the Tile Matrix

    ","parent_name":"GPKGTileMatrixDao"},"Classes/GPKGTileMatrixDao.html#/c:objc(cs)GPKGTileMatrixDao(im)queryForTableName:":{"name":"-queryForTableName:","abstract":"

    Query tile matrices for a table name

    ","parent_name":"GPKGTileMatrixDao"},"Classes/GPKGTileMatrixDao.html#/c:objc(cs)GPKGTileMatrixDao(im)tileMatricesForTableName:":{"name":"-tileMatricesForTableName:","abstract":"

    Query tile matrices for a table name

    ","parent_name":"GPKGTileMatrixDao"},"Classes/GPKGTileMatrixDao.html#/c:objc(cs)GPKGTileMatrixDao(im)deleteByTableName:":{"name":"-deleteByTableName:","abstract":"

    Delete Tile Matrices for a table name

    ","parent_name":"GPKGTileMatrixDao"},"Classes/GPKGTileMatrix.html#/c:objc(cs)GPKGTileMatrix(py)tableName":{"name":"tableName","abstract":"

    Tile Pyramid User Data Table Name

    ","parent_name":"GPKGTileMatrix"},"Classes/GPKGTileMatrix.html#/c:objc(cs)GPKGTileMatrix(py)zoomLevel":{"name":"zoomLevel","abstract":"

    0 ⇐ zoom_level ⇐ max_level for table_name

    ","parent_name":"GPKGTileMatrix"},"Classes/GPKGTileMatrix.html#/c:objc(cs)GPKGTileMatrix(py)matrixWidth":{"name":"matrixWidth","abstract":"

    Number of columns (>= 1) in tile matrix at this zoom level

    ","parent_name":"GPKGTileMatrix"},"Classes/GPKGTileMatrix.html#/c:objc(cs)GPKGTileMatrix(py)matrixHeight":{"name":"matrixHeight","abstract":"

    Number of rows (>= 1) in tile matrix at this zoom level

    ","parent_name":"GPKGTileMatrix"},"Classes/GPKGTileMatrix.html#/c:objc(cs)GPKGTileMatrix(py)tileWidth":{"name":"tileWidth","abstract":"

    Tile width in pixels (>= 1)for this zoom level

    ","parent_name":"GPKGTileMatrix"},"Classes/GPKGTileMatrix.html#/c:objc(cs)GPKGTileMatrix(py)tileHeight":{"name":"tileHeight","abstract":"

    Tile height in pixels (>= 1)for this zoom level

    ","parent_name":"GPKGTileMatrix"},"Classes/GPKGTileMatrix.html#/c:objc(cs)GPKGTileMatrix(py)pixelXSize":{"name":"pixelXSize","abstract":"

    In t_table_name srid units or default meters for srid 0 (>0)

    ","parent_name":"GPKGTileMatrix"},"Classes/GPKGTileMatrix.html#/c:objc(cs)GPKGTileMatrix(py)pixelYSize":{"name":"pixelYSize","abstract":"

    In t_table_name srid units or default meters for srid 0 (>0)

    ","parent_name":"GPKGTileMatrix"},"Classes/GPKGTileMatrix.html#/c:objc(cs)GPKGTileMatrix(im)setContents:":{"name":"-setContents:","abstract":"

    Set the Contents

    ","parent_name":"GPKGTileMatrix"},"Classes/GPKGTileMatrix.html#/c:objc(cs)GPKGTileMatrix(im)setPixelXSizeValue:":{"name":"-setPixelXSizeValue:","abstract":"

    Set the pixel x size

    ","parent_name":"GPKGTileMatrix"},"Classes/GPKGTileMatrix.html#/c:objc(cs)GPKGTileMatrix(im)setPixelYSizeValue:":{"name":"-setPixelYSizeValue:","abstract":"

    Set the pixel y size

    ","parent_name":"GPKGTileMatrix"},"Classes/GPKGNumberFeaturesTile.html#/c:objc(cs)GPKGNumberFeaturesTile(py)textFont":{"name":"textFont","abstract":"

    Text font used for the drawn number

    ","parent_name":"GPKGNumberFeaturesTile"},"Classes/GPKGNumberFeaturesTile.html#/c:objc(cs)GPKGNumberFeaturesTile(py)textFontSize":{"name":"textFontSize","abstract":"

    Text font size used for the drawn number

    ","parent_name":"GPKGNumberFeaturesTile"},"Classes/GPKGNumberFeaturesTile.html#/c:objc(cs)GPKGNumberFeaturesTile(py)textColor":{"name":"textColor","abstract":"

    Text color

    ","parent_name":"GPKGNumberFeaturesTile"},"Classes/GPKGNumberFeaturesTile.html#/c:objc(cs)GPKGNumberFeaturesTile(py)drawCircle":{"name":"drawCircle","abstract":"

    When true, circle is drawn

    ","parent_name":"GPKGNumberFeaturesTile"},"Classes/GPKGNumberFeaturesTile.html#/c:objc(cs)GPKGNumberFeaturesTile(py)circleStrokeWidth":{"name":"circleStrokeWidth","abstract":"

    Circle stroke width

    ","parent_name":"GPKGNumberFeaturesTile"},"Classes/GPKGNumberFeaturesTile.html#/c:objc(cs)GPKGNumberFeaturesTile(py)circleColor":{"name":"circleColor","abstract":"

    Circle color

    ","parent_name":"GPKGNumberFeaturesTile"},"Classes/GPKGNumberFeaturesTile.html#/c:objc(cs)GPKGNumberFeaturesTile(py)fillCircle":{"name":"fillCircle","abstract":"

    When true, circle is filled with color

    ","parent_name":"GPKGNumberFeaturesTile"},"Classes/GPKGNumberFeaturesTile.html#/c:objc(cs)GPKGNumberFeaturesTile(py)circleFillColor":{"name":"circleFillColor","abstract":"

    Circle fill color

    ","parent_name":"GPKGNumberFeaturesTile"},"Classes/GPKGNumberFeaturesTile.html#/c:objc(cs)GPKGNumberFeaturesTile(py)drawTileBorder":{"name":"drawTileBorder","abstract":"

    When true, tile border is drawn

    ","parent_name":"GPKGNumberFeaturesTile"},"Classes/GPKGNumberFeaturesTile.html#/c:objc(cs)GPKGNumberFeaturesTile(py)tileBorderStrokeWidth":{"name":"tileBorderStrokeWidth","abstract":"

    Tile Border stroke width

    ","parent_name":"GPKGNumberFeaturesTile"},"Classes/GPKGNumberFeaturesTile.html#/c:objc(cs)GPKGNumberFeaturesTile(py)tileBorderColor":{"name":"tileBorderColor","abstract":"

    Tile Border color

    ","parent_name":"GPKGNumberFeaturesTile"},"Classes/GPKGNumberFeaturesTile.html#/c:objc(cs)GPKGNumberFeaturesTile(py)fillTile":{"name":"fillTile","abstract":"

    When true, tile is filled with color

    ","parent_name":"GPKGNumberFeaturesTile"},"Classes/GPKGNumberFeaturesTile.html#/c:objc(cs)GPKGNumberFeaturesTile(py)tileFillColor":{"name":"tileFillColor","abstract":"

    Tile fill color

    ","parent_name":"GPKGNumberFeaturesTile"},"Classes/GPKGNumberFeaturesTile.html#/c:objc(cs)GPKGNumberFeaturesTile(py)circlePaddingPercentage":{"name":"circlePaddingPercentage","abstract":"

    The percentage of border to include around the edges of the text in the circle

    ","parent_name":"GPKGNumberFeaturesTile"},"Classes/GPKGNumberFeaturesTile.html#/c:objc(cs)GPKGNumberFeaturesTile(py)drawUnindexedTiles":{"name":"drawUnindexedTiles","abstract":"

    Flag indicating whether tiles should be drawn for feature tables that are not indexed

    ","parent_name":"GPKGNumberFeaturesTile"},"Classes/GPKGNumberFeaturesTile.html#/c:objc(cs)GPKGNumberFeaturesTile(py)unindexedText":{"name":"unindexedText","abstract":"

    Text used when drawing tiles for feature tables that are not indexed

    ","parent_name":"GPKGNumberFeaturesTile"},"Classes/GPKGNumberFeaturesTile.html#/c:objc(cs)GPKGNumberFeaturesTile(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGNumberFeaturesTile"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(py)indexManager":{"name":"indexManager","abstract":"

    When not null, features are retrieved using a feature index

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(py)featureTableStyles":{"name":"featureTableStyles","abstract":"

    Feature Style extension

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(py)tileWidth":{"name":"tileWidth","abstract":"

    Tile width

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(py)tileHeight":{"name":"tileHeight","abstract":"

    Tile height

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(py)compressFormat":{"name":"compressFormat","abstract":"

    Compress format

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(py)pointRadius":{"name":"pointRadius","abstract":"

    Point radius

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(py)pointColor":{"name":"pointColor","abstract":"

    Point color

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(py)pointIcon":{"name":"pointIcon","abstract":"

    Optional point icon in place of a drawn circle

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(py)lineStrokeWidth":{"name":"lineStrokeWidth","abstract":"

    Line stroke width

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(py)lineColor":{"name":"lineColor","abstract":"

    Line color

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(py)polygonStrokeWidth":{"name":"polygonStrokeWidth","abstract":"

    Polygon stroke width

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(py)polygonColor":{"name":"polygonColor","abstract":"

    Polygon color

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(py)fillPolygon":{"name":"fillPolygon","abstract":"

    When true, polygon is filled with color

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(py)polygonFillColor":{"name":"polygonFillColor","abstract":"

    Polygon fill color

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(py)heightOverlap":{"name":"heightOverlap","abstract":"

    Height overlapping pixels between tile images

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(py)widthOverlap":{"name":"widthOverlap","abstract":"

    Width overlapping pixels between tile images

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(py)maxFeaturesPerTile":{"name":"maxFeaturesPerTile","abstract":"

    Optional max features per tile. When more features than this value exist for creating a","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(py)maxFeaturesTileDraw":{"name":"maxFeaturesTileDraw","abstract":"

    When not null and the number of features is greater than the max features per tile,","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(py)simplifyGeometries":{"name":"simplifyGeometries","abstract":"

    When true, geometries are simplified before being drawn. Default is true

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(py)scale":{"name":"scale","abstract":"

    Scale factor from pixels to map points

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(py)cacheBoundingBoxes":{"name":"cacheBoundingBoxes","abstract":"

    When true, geometry bounds are cached. Default is true

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(py)cacheMapShapes":{"name":"cacheMapShapes","abstract":"

    When true, geometry map shapes are cached. Default is true

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)initWithFeatureDao:":{"name":"-initWithFeatureDao:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)initWithFeatureDao:andScale:":{"name":"-initWithFeatureDao:andScale:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)initWithFeatureDao:andWidth:andHeight:":{"name":"-initWithFeatureDao:andWidth:andHeight:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)initWithGeoPackage:andFeatureDao:":{"name":"-initWithGeoPackage:andFeatureDao:","abstract":"

    Initialize, auto creates the index manager for indexed tables and feature styles for styled tables

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)initWithGeoPackage:andFeatureDao:andScale:":{"name":"-initWithGeoPackage:andFeatureDao:andScale:","abstract":"

    Initialize, auto creates the index manager for indexed tables and feature styles for styled tables

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)initWithGeoPackage:andFeatureDao:andWidth:andHeight:":{"name":"-initWithGeoPackage:andFeatureDao:andWidth:andHeight:","abstract":"

    Initialize, auto creates the index manager for indexed tables and feature styles for styled tables

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)initWithGeoPackage:andFeatureDao:andScale:andWidth:andHeight:":{"name":"-initWithGeoPackage:andFeatureDao:andScale:andWidth:andHeight:","abstract":"

    Initialize, auto creates the index manager for indexed tables and feature styles for styled tables

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)featureDao":{"name":"-featureDao","abstract":"

    Get the feature dao

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)close":{"name":"-close","abstract":"

    Close the feature tiles connection

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)calculateDrawOverlap":{"name":"-calculateDrawOverlap","abstract":"

    Call after making changes to the point icon, point radius, or paint stroke widths.","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)setDrawOverlapsWithPixels:":{"name":"-setDrawOverlapsWithPixels:","abstract":"

    Manually set the width and height draw overlap

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)isIndexQuery":{"name":"-isIndexQuery","abstract":"

    Is index query

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)ignoreFeatureTableStyles":{"name":"-ignoreFeatureTableStyles","abstract":"

    Ignore the feature table styles within the GeoPackage

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)clearCache":{"name":"-clearCache","abstract":"

    Clear all caches

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)clearIconCache":{"name":"-clearIconCache","abstract":"

    Clear the icon cache

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)setIconCacheSize:":{"name":"-setIconCacheSize:","abstract":"

    Set / resize the icon cache size

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)clearBoundingBoxCache":{"name":"-clearBoundingBoxCache","abstract":"

    Clear the bounding box cache

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)setBoundingBoxCacheSize:":{"name":"-setBoundingBoxCacheSize:","abstract":"

    Set / resize the bounding box cache size

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)clearMapShapeCache":{"name":"-clearMapShapeCache","abstract":"

    Clear the map shape cache

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)setMapShapeCacheSize:":{"name":"-setMapShapeCacheSize:","abstract":"

    Set / resize the map shape cache size

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)drawTileDataWithX:andY:andZoom:":{"name":"-drawTileDataWithX:andY:andZoom:","abstract":"

    Draw the tile and get the tile data from the x, y, and zoom level

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)drawTileWithX:andY:andZoom:":{"name":"-drawTileWithX:andY:andZoom:","abstract":"

    Draw a tile image from the x, y, and zoom level

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)drawTileQueryIndexWithX:andY:andZoom:":{"name":"-drawTileQueryIndexWithX:andY:andZoom:","abstract":"

    Draw a tile bitmap from the x, y, and zoom level by querying features in the tile location

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)queryIndexedFeaturesCountWithX:andY:andZoom:":{"name":"-queryIndexedFeaturesCountWithX:andY:andZoom:","abstract":"

    Query for feature result count in the x, y, and zoom

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)queryIndexedFeaturesCountWithWebMercatorBoundingBox:":{"name":"-queryIndexedFeaturesCountWithWebMercatorBoundingBox:","abstract":"

    Query for feature result count in the bounding box

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)queryIndexedFeaturesWithX:andY:andZoom:":{"name":"-queryIndexedFeaturesWithX:andY:andZoom:","abstract":"

    Query for feature results in the x, y, and zoom level by querying features in the tile location

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)queryIndexedFeaturesWithWebMercatorBoundingBox:":{"name":"-queryIndexedFeaturesWithWebMercatorBoundingBox:","abstract":"

    Query for feature results in the x, y, and zoom level by querying features in the tile location

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)expandBoundingBox:inProjection:":{"name":"-expandBoundingBox:inProjection:","abstract":"

    Create an expanded bounding box to handle features outside the tile that","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)expandBoundingBox:":{"name":"-expandBoundingBox:","abstract":"

    Create an expanded bounding box to handle features outside the tile that","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)expandBoundingBox:withTileBoundingBox:":{"name":"-expandBoundingBox:withTileBoundingBox:","abstract":"

    Create an expanded bounding box to handle features outside the tile that","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)drawTileQueryAllWithX:andY:andZoom:":{"name":"-drawTileQueryAllWithX:andY:andZoom:","abstract":"

    Draw a tile image from the x, y, and zoom level by querying all features. This could","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)calculateStylePixelBounds":{"name":"-calculateStylePixelBounds","abstract":"

    Calculate style pixel bounds

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)calculateStylePixelBoundsWithScale:":{"name":"-calculateStylePixelBoundsWithScale:","abstract":"

    Calculate style pixel bounds

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)drawTileWithZoom:andBoundingBox:andIndexResults:":{"name":"-drawTileWithZoom:andBoundingBox:andIndexResults:","abstract":"

    Draw a tile image from feature index results

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)drawTileWithZoom:andBoundingBox:andResults:":{"name":"-drawTileWithZoom:andBoundingBox:andResults:","abstract":"

    Draw a tile image from feature geometries in the provided result set

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)drawTileWithZoom:andBoundingBox:andFeatureRows:":{"name":"-drawTileWithZoom:andBoundingBox:andFeatureRows:","abstract":"

    Draw a tile image from the feature rows

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTilePointIcon.html#/c:objc(cs)GPKGFeatureTilePointIcon(py)xOffset":{"name":"xOffset","abstract":"

    X pixel offset

    ","parent_name":"GPKGFeatureTilePointIcon"},"Classes/GPKGFeatureTilePointIcon.html#/c:objc(cs)GPKGFeatureTilePointIcon(py)yOffset":{"name":"yOffset","abstract":"

    Y pixel offset

    ","parent_name":"GPKGFeatureTilePointIcon"},"Classes/GPKGFeatureTilePointIcon.html#/c:objc(cs)GPKGFeatureTilePointIcon(im)initWithIcon:":{"name":"-initWithIcon:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTilePointIcon"},"Classes/GPKGFeatureTilePointIcon.html#/c:objc(cs)GPKGFeatureTilePointIcon(im)pinIcon":{"name":"-pinIcon","abstract":"

    Pin the icon to the point, lower middle on the point

    ","parent_name":"GPKGFeatureTilePointIcon"},"Classes/GPKGFeatureTilePointIcon.html#/c:objc(cs)GPKGFeatureTilePointIcon(im)centerIcon":{"name":"-centerIcon","abstract":"

    Center the icon on the point

    ","parent_name":"GPKGFeatureTilePointIcon"},"Classes/GPKGFeatureTilePointIcon.html#/c:objc(cs)GPKGFeatureTilePointIcon(im)icon":{"name":"-icon","abstract":"

    Get the icon image

    ","parent_name":"GPKGFeatureTilePointIcon"},"Classes/GPKGFeatureTilePointIcon.html#/c:objc(cs)GPKGFeatureTilePointIcon(im)width":{"name":"-width","abstract":"

    Get the icon width

    ","parent_name":"GPKGFeatureTilePointIcon"},"Classes/GPKGFeatureTilePointIcon.html#/c:objc(cs)GPKGFeatureTilePointIcon(im)height":{"name":"-height","abstract":"

    Get the icon height

    ","parent_name":"GPKGFeatureTilePointIcon"},"Classes/GPKGFeatureTileGenerator.html#/c:objc(cs)GPKGFeatureTileGenerator(py)linkTables":{"name":"linkTables","abstract":"

    Flag indicating whether the feature and tile tables should be linked

    ","parent_name":"GPKGFeatureTileGenerator"},"Classes/GPKGFeatureTileGenerator.html#/c:objc(cs)GPKGFeatureTileGenerator(im)initWithGeoPackage:andTableName:andFeatureTiles:andMinZoom:andMaxZoom:andBoundingBox:andProjection:":{"name":"-initWithGeoPackage:andTableName:andFeatureTiles:andMinZoom:andMaxZoom:andBoundingBox:andProjection:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTileGenerator"},"Classes/GPKGFeatureTileGenerator.html#/c:objc(cs)GPKGFeatureTileGenerator(im)initWithGeoPackage:andTableName:andFeatureTiles:andFeatureGeoPackage:andMinZoom:andMaxZoom:andBoundingBox:andProjection:":{"name":"-initWithGeoPackage:andTableName:andFeatureTiles:andFeatureGeoPackage:andMinZoom:andMaxZoom:andBoundingBox:andProjection:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTileGenerator"},"Classes/GPKGFeatureTileGenerator.html#/c:objc(cs)GPKGFeatureTileGenerator(im)initWithGeoPackage:andTableName:andFeatureTiles:andMinZoom:andMaxZoom:andProjection:":{"name":"-initWithGeoPackage:andTableName:andFeatureTiles:andMinZoom:andMaxZoom:andProjection:","abstract":"

    Initialize, find the the bounding box from the feature table

    ","parent_name":"GPKGFeatureTileGenerator"},"Classes/GPKGFeatureTileGenerator.html#/c:objc(cs)GPKGFeatureTileGenerator(im)initWithGeoPackage:andTableName:andFeatureTiles:andFeatureGeoPackage:andMinZoom:andMaxZoom:andProjection:":{"name":"-initWithGeoPackage:andTableName:andFeatureTiles:andFeatureGeoPackage:andMinZoom:andMaxZoom:andProjection:","abstract":"

    Initialize, find the the bounding box from the feature table

    ","parent_name":"GPKGFeatureTileGenerator"},"Classes/GPKGFeatureTileContext.html#/c:objc(cs)GPKGFeatureTileContext(im)initWithWidth:andHeight:":{"name":"-initWithWidth:andHeight:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTileContext"},"Classes/GPKGFeatureTileContext.html#/c:objc(cs)GPKGFeatureTileContext(im)polygonContext":{"name":"-polygonContext","abstract":"

    Get the polygon context

    ","parent_name":"GPKGFeatureTileContext"},"Classes/GPKGFeatureTileContext.html#/c:objc(cs)GPKGFeatureTileContext(im)lineContext":{"name":"-lineContext","abstract":"

    Get the line context

    ","parent_name":"GPKGFeatureTileContext"},"Classes/GPKGFeatureTileContext.html#/c:objc(cs)GPKGFeatureTileContext(im)pointContext":{"name":"-pointContext","abstract":"

    Get the point context

    ","parent_name":"GPKGFeatureTileContext"},"Classes/GPKGFeatureTileContext.html#/c:objc(cs)GPKGFeatureTileContext(im)iconContext":{"name":"-iconContext","abstract":"

    Get the icon context

    ","parent_name":"GPKGFeatureTileContext"},"Classes/GPKGFeatureTileContext.html#/c:objc(cs)GPKGFeatureTileContext(im)createImage":{"name":"-createImage","abstract":"

    Create the final image from the layers, resets the layers

    ","parent_name":"GPKGFeatureTileContext"},"Classes/GPKGFeatureTileContext.html#/c:objc(cs)GPKGFeatureTileContext(im)recycle":{"name":"-recycle","abstract":"

    Recycle the layered contexts

    ","parent_name":"GPKGFeatureTileContext"},"Classes/GPKGFeaturePreview.html#/c:objc(cs)GPKGFeaturePreview(py)manual":{"name":"manual","abstract":"

    Manual bounding box query flag for non indexed and empty contents bounds","parent_name":"GPKGFeaturePreview"},"Classes/GPKGFeaturePreview.html#/c:objc(cs)GPKGFeaturePreview(py)bufferPercentage":{"name":"bufferPercentage","abstract":"

    Buffer percentage for drawing empty non features edges (greater than or equal to 0.0 and less than 0.5)

    ","parent_name":"GPKGFeaturePreview"},"Classes/GPKGFeaturePreview.html#/c:objc(cs)GPKGFeaturePreview(py)where":{"name":"where","abstract":"

    Where clause

    ","parent_name":"GPKGFeaturePreview"},"Classes/GPKGFeaturePreview.html#/c:objc(cs)GPKGFeaturePreview(py)whereArgs":{"name":"whereArgs","abstract":"

    Where clause arguments

    ","parent_name":"GPKGFeaturePreview"},"Classes/GPKGFeaturePreview.html#/c:objc(cs)GPKGFeaturePreview(py)limit":{"name":"limit","abstract":"

    Query feature limit

    ","parent_name":"GPKGFeaturePreview"},"Classes/GPKGFeaturePreview.html#/c:objc(cs)GPKGFeaturePreview(im)initWithGeoPackage:andTableName:":{"name":"-initWithGeoPackage:andTableName:","abstract":"

    Initialize

    ","parent_name":"GPKGFeaturePreview"},"Classes/GPKGFeaturePreview.html#/c:objc(cs)GPKGFeaturePreview(im)initWithGeoPackage:andFeatureDao:":{"name":"-initWithGeoPackage:andFeatureDao:","abstract":"

    Initialize

    ","parent_name":"GPKGFeaturePreview"},"Classes/GPKGFeaturePreview.html#/c:objc(cs)GPKGFeaturePreview(im)initWithGeoPackage:andFeatureTiles:":{"name":"-initWithGeoPackage:andFeatureTiles:","abstract":"

    Initialize

    ","parent_name":"GPKGFeaturePreview"},"Classes/GPKGFeaturePreview.html#/c:objc(cs)GPKGFeaturePreview(im)geoPackage":{"name":"-geoPackage","abstract":"

    Get the GeoPackage

    ","parent_name":"GPKGFeaturePreview"},"Classes/GPKGFeaturePreview.html#/c:objc(cs)GPKGFeaturePreview(im)featureTiles":{"name":"-featureTiles","abstract":"

    Get the feature tiles

    ","parent_name":"GPKGFeaturePreview"},"Classes/GPKGFeaturePreview.html#/c:objc(cs)GPKGFeaturePreview(im)columns":{"name":"-columns","abstract":"

    Get the query columns

    ","parent_name":"GPKGFeaturePreview"},"Classes/GPKGFeaturePreview.html#/c:objc(cs)GPKGFeaturePreview(im)addColumns:":{"name":"-addColumns:","abstract":"

    Add query columns

    ","parent_name":"GPKGFeaturePreview"},"Classes/GPKGFeaturePreview.html#/c:objc(cs)GPKGFeaturePreview(im)addColumn:":{"name":"-addColumn:","abstract":"

    Add a query column

    ","parent_name":"GPKGFeaturePreview"},"Classes/GPKGFeaturePreview.html#/c:objc(cs)GPKGFeaturePreview(im)appendWhere:":{"name":"-appendWhere:","abstract":"

    Append to the where clause

    ","parent_name":"GPKGFeaturePreview"},"Classes/GPKGFeaturePreview.html#/c:objc(cs)GPKGFeaturePreview(im)draw":{"name":"-draw","abstract":"

    Draw a preview image

    ","parent_name":"GPKGFeaturePreview"},"Classes/GPKGFeaturePreview.html#/c:objc(cs)GPKGFeaturePreview(im)close":{"name":"-close","abstract":"

    Close the feature tiles connection

    ","parent_name":"GPKGFeaturePreview"},"Classes/GPKGUrlTileGenerator.html#/c:objc(cs)GPKGUrlTileGenerator(py)tms":{"name":"tms","abstract":"

    TMS URL flag, when true x,y,z converted to TMS when requesting the tile

    ","parent_name":"GPKGUrlTileGenerator"},"Classes/GPKGUrlTileGenerator.html#/c:objc(cs)GPKGUrlTileGenerator(py)httpMethod":{"name":"httpMethod","abstract":"

    The HTTP request method, when nil default is “GET”

    ","parent_name":"GPKGUrlTileGenerator"},"Classes/GPKGUrlTileGenerator.html#/c:objc(cs)GPKGUrlTileGenerator(im)initWithGeoPackage:andTableName:andTileUrl:andBoundingBox:andProjection:":{"name":"-initWithGeoPackage:andTableName:andTileUrl:andBoundingBox:andProjection:","abstract":"

    Initialize

    ","parent_name":"GPKGUrlTileGenerator"},"Classes/GPKGUrlTileGenerator.html#/c:objc(cs)GPKGUrlTileGenerator(im)initWithGeoPackage:andTableName:andTileUrl:andZoom:andBoundingBox:andProjection:":{"name":"-initWithGeoPackage:andTableName:andTileUrl:andZoom:andBoundingBox:andProjection:","abstract":"

    Initialize

    ","parent_name":"GPKGUrlTileGenerator"},"Classes/GPKGUrlTileGenerator.html#/c:objc(cs)GPKGUrlTileGenerator(im)initWithGeoPackage:andTableName:andTileUrl:andMinZoom:andMaxZoom:andBoundingBox:andProjection:":{"name":"-initWithGeoPackage:andTableName:andTileUrl:andMinZoom:andMaxZoom:andBoundingBox:andProjection:","abstract":"

    Initialize

    ","parent_name":"GPKGUrlTileGenerator"},"Classes/GPKGUrlTileGenerator.html#/c:objc(cs)GPKGUrlTileGenerator(im)initWithGeoPackage:andTableName:andTileUrl:andZoomLevels:andBoundingBox:andProjection:":{"name":"-initWithGeoPackage:andTableName:andTileUrl:andZoomLevels:andBoundingBox:andProjection:","abstract":"

    Initialize

    ","parent_name":"GPKGUrlTileGenerator"},"Classes/GPKGUrlTileGenerator.html#/c:objc(cs)GPKGUrlTileGenerator(im)httpHeader":{"name":"-httpHeader","abstract":"

    Get the HTTP Header fields and field values

    ","parent_name":"GPKGUrlTileGenerator"},"Classes/GPKGUrlTileGenerator.html#/c:objc(cs)GPKGUrlTileGenerator(im)httpHeaderValuesforField:":{"name":"-httpHeaderValuesforField:","abstract":"

    Get the HTTP Header field values

    ","parent_name":"GPKGUrlTileGenerator"},"Classes/GPKGUrlTileGenerator.html#/c:objc(cs)GPKGUrlTileGenerator(im)addValue:forHTTPHeaderField:":{"name":"-addValue:forHTTPHeaderField:","abstract":"

    Add a HTTP Header field value, appending to any existing values for the field

    ","parent_name":"GPKGUrlTileGenerator"},"Classes/GPKGUrlTileGenerator.html#/c:objc(cs)GPKGUrlTileGenerator(im)addValues:forHTTPHeaderField:":{"name":"-addValues:forHTTPHeaderField:","abstract":"

    Add HTTP Header field values, appending to any existing values for the field

    ","parent_name":"GPKGUrlTileGenerator"},"Classes/GPKGTileUtils.html#/c:objc(cs)GPKGTileUtils(cm)tileLength":{"name":"+tileLength","abstract":"

    Get the tile side (width and height) dimension based upon the screen resolution

    ","parent_name":"GPKGTileUtils"},"Classes/GPKGTileUtils.html#/c:objc(cs)GPKGTileUtils(cm)tileLengthWithScale:":{"name":"+tileLengthWithScale:","abstract":"

    Get the tile side (width and height) dimension based upon the scale

    ","parent_name":"GPKGTileUtils"},"Classes/GPKGTileGrid.html#/c:objc(cs)GPKGTileGrid(py)minX":{"name":"minX","abstract":"

    Min x

    ","parent_name":"GPKGTileGrid"},"Classes/GPKGTileGrid.html#/c:objc(cs)GPKGTileGrid(py)maxX":{"name":"maxX","abstract":"

    Max x

    ","parent_name":"GPKGTileGrid"},"Classes/GPKGTileGrid.html#/c:objc(cs)GPKGTileGrid(py)minY":{"name":"minY","abstract":"

    Min y

    ","parent_name":"GPKGTileGrid"},"Classes/GPKGTileGrid.html#/c:objc(cs)GPKGTileGrid(py)maxY":{"name":"maxY","abstract":"

    Max y

    ","parent_name":"GPKGTileGrid"},"Classes/GPKGTileGrid.html#/c:objc(cs)GPKGTileGrid(im)initWithMinX:andMinY:andMaxX:andMaxY:":{"name":"-initWithMinX:andMinY:andMaxX:andMaxY:","abstract":"

    Initialize

    ","parent_name":"GPKGTileGrid"},"Classes/GPKGTileGrid.html#/c:objc(cs)GPKGTileGrid(im)count":{"name":"-count","abstract":"

    Get the count of tiles in the grid

    ","parent_name":"GPKGTileGrid"},"Classes/GPKGTileGrid.html#/c:objc(cs)GPKGTileGrid(im)width":{"name":"-width","abstract":"

    Get the grid width

    ","parent_name":"GPKGTileGrid"},"Classes/GPKGTileGrid.html#/c:objc(cs)GPKGTileGrid(im)height":{"name":"-height","abstract":"

    Get the grid height

    ","parent_name":"GPKGTileGrid"},"Classes/GPKGTileGrid.html#/c:objc(cs)GPKGTileGrid(im)equals:":{"name":"-equals:","abstract":"

    Determine if equal to the provided tile grid

    ","parent_name":"GPKGTileGrid"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(py)geoPackage":{"name":"geoPackage","abstract":"

    GeoPackage

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(py)tableName":{"name":"tableName","abstract":"

    Table Name

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(py)zoomLevels":{"name":"zoomLevels","abstract":"

    Zoom levels

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(py)projection":{"name":"projection","abstract":"

    Tiles projection

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(py)totalCount":{"name":"totalCount","abstract":"

    Total tile count

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(py)tileGrids":{"name":"tileGrids","abstract":"

    Tile grids by zoom level

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(py)tileBounds":{"name":"tileBounds","abstract":"

    Tile bounding boxes by zoom level

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(py)boundingBox":{"name":"boundingBox","abstract":"

    Tile bounding box

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(py)compressFormat":{"name":"compressFormat","abstract":"

    Compress format

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(py)compressQuality":{"name":"compressQuality","abstract":"

    Compress quality

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(py)progress":{"name":"progress","abstract":"

    GeoPackage progress for callbacks

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(py)xyzTiles":{"name":"xyzTiles","abstract":"

    True when generating tiles in standard z,x,y tile format, false when generating","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(py)compressScale":{"name":"compressScale","abstract":"

    Compress scale

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(py)tileGridBoundingBox":{"name":"tileGridBoundingBox","abstract":"

    Tile grid bounding box

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(py)matrixHeight":{"name":"matrixHeight","abstract":"

    Matrix height when GeoPackage tile format

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(py)matrixWidth":{"name":"matrixWidth","abstract":"

    Matrix width when GeoPackage tile format

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(py)scaling":{"name":"scaling","abstract":"

    Tile scaling settings

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(py)skipExisting":{"name":"skipExisting","abstract":"

    Skip existing tiles

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(im)initWithGeoPackage:andTableName:andBoundingBox:andProjection:":{"name":"-initWithGeoPackage:andTableName:andBoundingBox:andProjection:","abstract":"

    Initialize

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(im)initWithGeoPackage:andTableName:andZoom:andBoundingBox:andProjection:":{"name":"-initWithGeoPackage:andTableName:andZoom:andBoundingBox:andProjection:","abstract":"

    Initialize

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(im)initWithGeoPackage:andTableName:andMinZoom:andMaxZoom:andBoundingBox:andProjection:":{"name":"-initWithGeoPackage:andTableName:andMinZoom:andMaxZoom:andBoundingBox:andProjection:","abstract":"

    Initialize

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(im)initWithGeoPackage:andTableName:andZoomLevels:andBoundingBox:andProjection:":{"name":"-initWithGeoPackage:andTableName:andZoomLevels:andBoundingBox:andProjection:","abstract":"

    Initialize

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(im)minZoom":{"name":"-minZoom","abstract":"

    Get the min zoom

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(im)maxZoom":{"name":"-maxZoom","abstract":"

    Get the max zoom

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(im)addZoomLevel:":{"name":"-addZoomLevel:","abstract":"

    Add a zoom level

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(im)addZoomLevelsFromMinZoom:toMaxZoom:":{"name":"-addZoomLevelsFromMinZoom:toMaxZoom:","abstract":"

    Add a range of zoom levels

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(im)addZoomLevels:":{"name":"-addZoomLevels:","abstract":"

    Add zoom levels

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(im)boundingBoxAtZoom:":{"name":"-boundingBoxAtZoom:","abstract":"

    Get the bounding box, possibly expanded for the zoom level

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(im)setCompressQualityAsIntPercentage:":{"name":"-setCompressQualityAsIntPercentage:","abstract":"

    Set the compress quality as an integer percentage, 0 to 100

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(im)setCompressScaleAsIntPercentage:":{"name":"-setCompressScaleAsIntPercentage:","abstract":"

    Set the compress scale as an integer percentage, 0 to 100

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(im)tileCount":{"name":"-tileCount","abstract":"

    Get the tile count of tiles to be generated

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(im)generateTiles":{"name":"-generateTiles","abstract":"

    Generate the tiles

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(im)close":{"name":"-close","abstract":"

    Close the GeoPackage

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)overlapWithBoundingBox:andBoundingBox:":{"name":"+overlapWithBoundingBox:andBoundingBox:","abstract":"

    Get the overlapping bounding box between the two bounding boxes

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)overlapWithBoundingBox:andBoundingBox:andAllowEmpty:":{"name":"+overlapWithBoundingBox:andBoundingBox:andAllowEmpty:","abstract":"

    Get the overlapping bounding box between the two bounding boxes

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)overlapWithBoundingBox:andBoundingBox:withMaxLongitude:":{"name":"+overlapWithBoundingBox:andBoundingBox:withMaxLongitude:","abstract":"

    Get the overlapping bounding box between the two bounding boxes adjusting the second box to an Anti-Meridian complementary version based upon the max longitude

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)overlapWithBoundingBox:andBoundingBox:withMaxLongitude:andAllowEmpty:":{"name":"+overlapWithBoundingBox:andBoundingBox:withMaxLongitude:andAllowEmpty:","abstract":"

    Get the overlapping bounding box between the two bounding boxes adjusting the second box to an Anti-Meridian complementary version based upon the max longitude

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)isPoint:inBoundingBox:":{"name":"+isPoint:inBoundingBox:","abstract":"

    Determine if the point is within the bounding box

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)isPoint:inBoundingBox:withMaxLongitude:":{"name":"+isPoint:inBoundingBox:withMaxLongitude:","abstract":"

    Determine if the point is within the bounding box

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)unionWithBoundingBox:andBoundingBox:":{"name":"+unionWithBoundingBox:andBoundingBox:","abstract":"

    Get the union bounding box combining the two bounding boxes

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)xPixelWithWidth:andBoundingBox:andLongitude:":{"name":"+xPixelWithWidth:andBoundingBox:andLongitude:","abstract":"

    Get the X pixel for where the longitude fits into the bounding box

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)longitudeFromPixelWithWidth:andBoundingBox:andPixel:":{"name":"+longitudeFromPixelWithWidth:andBoundingBox:andPixel:","abstract":"

    Get the longitude from the pixel location, bounding box, and image width

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)longitudeFromPixelWithWidth:andBoundingBox:andTileBoundingBox:andPixel:":{"name":"+longitudeFromPixelWithWidth:andBoundingBox:andTileBoundingBox:andPixel:","abstract":"

    Get the longitude from the pixel location, bounding box, tile bounding","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)yPixelWithHeight:andBoundingBox:andLatitude:":{"name":"+yPixelWithHeight:andBoundingBox:andLatitude:","abstract":"

    Get the Y pixel for where the latitude fits into the bounding box

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)latitudeFromPixelWithHeight:andBoundingBox:andPixel:":{"name":"+latitudeFromPixelWithHeight:andBoundingBox:andPixel:","abstract":"

    Get the latitude from the pixel location, bounding box, and image height

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)latitudeFromPixelWithHeight:andBoundingBox:andTileBoundingBox:andPixel:":{"name":"+latitudeFromPixelWithHeight:andBoundingBox:andTileBoundingBox:andPixel:","abstract":"

    Get the latitude from the pixel location, bounding box, tile bounding","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)boundingBoxWithX:andY:andZoom:":{"name":"+boundingBoxWithX:andY:andZoom:","abstract":"

    Get the tile bounding box from the XYZ tile coordinates and zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)webMercatorBoundingBoxWithX:andY:andZoom:":{"name":"+webMercatorBoundingBoxWithX:andY:andZoom:","abstract":"

    Get the Web Mercator tile bounding box from the XYZ tile coordinates and zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)webMercatorBoundingBoxWithTileGrid:andZoom:":{"name":"+webMercatorBoundingBoxWithTileGrid:andZoom:","abstract":"

    Get the Web Mercator tile bounding box from the XYZ tile grid and zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)projectedBoundingBoxWithEpsg:andX:andY:andZoom:":{"name":"+projectedBoundingBoxWithEpsg:andX:andY:andZoom:","abstract":"

    Get the Projected tile bounding box from the XYZ tile coordinates and zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)projectedBoundingBoxWithAuthority:andCode:andX:andY:andZoom:":{"name":"+projectedBoundingBoxWithAuthority:andCode:andX:andY:andZoom:","abstract":"

    Get the Projected tile bounding box from the XYZ tile coordinates and zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)projectedBoundingBoxWithProjection:andX:andY:andZoom:":{"name":"+projectedBoundingBoxWithProjection:andX:andY:andZoom:","abstract":"

    Get the Projected tile bounding box from the XYZ tile coordinates and zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)projectedBoundingBoxWithEpsg:andTileGrid:andZoom:":{"name":"+projectedBoundingBoxWithEpsg:andTileGrid:andZoom:","abstract":"

    Get the Projected tile bounding box from the XYZ tile tileGrid and zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)projectedBoundingBoxWithAuthority:andCode:andTileGrid:andZoom:":{"name":"+projectedBoundingBoxWithAuthority:andCode:andTileGrid:andZoom:","abstract":"

    Get the Projected tile bounding box from the XYZ tile tileGrid and zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)projectedBoundingBoxWithProjection:andTileGrid:andZoom:":{"name":"+projectedBoundingBoxWithProjection:andTileGrid:andZoom:","abstract":"

    Get the Projected tile bounding box from the XYZ tile tileGrid and zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)boundingBoxAsWGS84WithTileGrid:andZoom:":{"name":"+boundingBoxAsWGS84WithTileGrid:andZoom:","abstract":"

    Get the WGS84 tile bounding box from the XYZ tile tileGrid and zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)projectedBoundingBoxFromWGS84WithEpsg:andX:andY:andZoom:":{"name":"+projectedBoundingBoxFromWGS84WithEpsg:andX:andY:andZoom:","abstract":"

    Get the Projected tile bounding box from the WGS84 XYZ tile coordinates and zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)projectedBoundingBoxFromWGS84WithAuthority:andCode:andX:andY:andZoom:":{"name":"+projectedBoundingBoxFromWGS84WithAuthority:andCode:andX:andY:andZoom:","abstract":"

    Get the Projected tile bounding box from the WGS84 XYZ tile coordinates and zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)projectedBoundingBoxFromWGS84WithProjection:andX:andY:andZoom:":{"name":"+projectedBoundingBoxFromWGS84WithProjection:andX:andY:andZoom:","abstract":"

    Get the Projected tile bounding box from the WGS84 XYZ tile coordinates and zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)projectedBoundingBoxFromWGS84WithEpsg:andTileGrid:andZoom:":{"name":"+projectedBoundingBoxFromWGS84WithEpsg:andTileGrid:andZoom:","abstract":"

    Get the Projected tile bounding box from the WGS84 XYZ tile tileGrid and zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)projectedBoundingBoxFromWGS84WithAuthority:andCode:andTileGrid:andZoom:":{"name":"+projectedBoundingBoxFromWGS84WithAuthority:andCode:andTileGrid:andZoom:","abstract":"

    Get the Projected tile bounding box from the WGS84 XYZ tile tileGrid and zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)projectedBoundingBoxFromWGS84WithProjection:andTileGrid:andZoom:":{"name":"+projectedBoundingBoxFromWGS84WithProjection:andTileGrid:andZoom:","abstract":"

    Get the Projected tile bounding box from the WGS84 XYZ tile tileGrid and zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileGridFromWGS84Point:andZoom:":{"name":"+tileGridFromWGS84Point:andZoom:","abstract":"

    Get the tile grid for the location specified as WGS84

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileGridFromPoint:andZoom:andProjection:":{"name":"+tileGridFromPoint:andZoom:andProjection:","abstract":"

    Get the tile grid for the location specified as the projection

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileGridFromWebMercatorPoint:andZoom:":{"name":"+tileGridFromWebMercatorPoint:andZoom:","abstract":"

    Get the tile grid for the location specified as web mercator

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileGridWithWebMercatorBoundingBox:andZoom:":{"name":"+tileGridWithWebMercatorBoundingBox:andZoom:","abstract":"

    Get the tile grid that includes the entire tile bounding box

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileBoundsInProjection:andPoint:andZoom:":{"name":"+tileBoundsInProjection:andPoint:andZoom:","abstract":"

    Get the bounds of the XYZ tile at the point and zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileBoundsForWGS84Point:andZoom:":{"name":"+tileBoundsForWGS84Point:andZoom:","abstract":"

    Get the WGS84 bounds of the XYZ tile at the WGS84 point and zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileBoundsForWebMercatorPoint:andZoom:":{"name":"+tileBoundsForWebMercatorPoint:andZoom:","abstract":"

    Get the web mercator bounds of the XYZ tile at the web mercator point and","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)wgs84TileBoundsInProjection:andPoint:andZoom:":{"name":"+wgs84TileBoundsInProjection:andPoint:andZoom:","abstract":"

    Get the bounds of the WGS84 tile at the point and zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)wgs84TileBoundsForWGS84Point:andZoom:":{"name":"+wgs84TileBoundsForWGS84Point:andZoom:","abstract":"

    Get the WGS84 bounds of the WGS84 tile at the WGS84 point and zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)wgs84TileBoundsForWebMercatorPoint:andZoom:":{"name":"+wgs84TileBoundsForWebMercatorPoint:andZoom:","abstract":"

    Get the web mercator bounds of the WGS84 tile at the web mercator point","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)toWebMercatorWithBoundingBox:":{"name":"+toWebMercatorWithBoundingBox:","abstract":"

    Convert the bounding box coordinates to a new web mercator bounding box

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileSizeWithTilesPerSide:":{"name":"+tileSizeWithTilesPerSide:","abstract":"

    Get the tile size in meters

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)zoomLevelOfTileSize:":{"name":"+zoomLevelOfTileSize:","abstract":"

    Get the zoom level from the tile size in meters

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileSizeWithTilesPerSide:andTotalLength:":{"name":"+tileSizeWithTilesPerSide:andTotalLength:","abstract":"

    Get the tile size in length units

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)zoomLevelOfTileSize:andTotalLength:":{"name":"+zoomLevelOfTileSize:andTotalLength:","abstract":"

    Get the zoom level from the tile size in length units

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileSizeWithZoom:andTotalLength:":{"name":"+tileSizeWithZoom:andTotalLength:","abstract":"

    Get the tile size in length units at the zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileWidthDegreesWithTilesPerSide:":{"name":"+tileWidthDegreesWithTilesPerSide:","abstract":"

    Get the tile width in degrees

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileHeightDegreesWithTilesPerSide:":{"name":"+tileHeightDegreesWithTilesPerSide:","abstract":"

    Get the tile height in degrees

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tilesPerSideWithZoom:":{"name":"+tilesPerSideWithZoom:","abstract":"

    Get the tiles per side, width and height, at the zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileSizeWithZoom:":{"name":"+tileSizeWithZoom:","abstract":"

    Get the tile size in meters at the zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)toleranceDistanceWithZoom:andPixels:":{"name":"+toleranceDistanceWithZoom:andPixels:","abstract":"

    Get the tolerance distance in meters for the zoom level and pixels length

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)toleranceDistanceWithZoom:andPixelWidth:andPixelHeight:":{"name":"+toleranceDistanceWithZoom:andPixelWidth:andPixelHeight:","abstract":"

    Get the tolerance distance in meters for the zoom level and pixels length

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)yAsOppositeTileFormatWithZoom:andY:":{"name":"+yAsOppositeTileFormatWithZoom:andY:","abstract":"

    Get the standard y tile location as TMS or a TMS y location as standard

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)zoomFromTilesPerSide:":{"name":"+zoomFromTilesPerSide:","abstract":"

    Get the zoom level from the tiles per side

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileGridWithTotalBoundingBox:andMatrixWidth:andMatrixHeight:andBoundingBox:":{"name":"+tileGridWithTotalBoundingBox:andMatrixWidth:andMatrixHeight:andBoundingBox:","abstract":"

    Get the tile grid

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileColumnWithTotalBoundingBox:andMatrixWidth:andLongitude:":{"name":"+tileColumnWithTotalBoundingBox:andMatrixWidth:andLongitude:","abstract":"

    Get the tile column of the longitude in constant units

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileRowWithTotalBoundingBox:andMatrixHeight:andLatitude:":{"name":"+tileRowWithTotalBoundingBox:andMatrixHeight:andLatitude:","abstract":"

    Get the tile row of the latitude in constant units

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)boundingBoxWithTotalBoundingBox:andTileMatrix:andTileColumn:andTileRow:":{"name":"+boundingBoxWithTotalBoundingBox:andTileMatrix:andTileColumn:andTileRow:","abstract":"

    Get the bounding box of the tile column and row in the tile","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)boundingBoxWithTotalBoundingBox:andTileMatrixWidth:andTileMatrixHeight:andTileColumn:andTileRow:":{"name":"+boundingBoxWithTotalBoundingBox:andTileMatrixWidth:andTileMatrixHeight:andTileColumn:andTileRow:","abstract":"

    Get the bounding box of the tile column and row in the tile","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)boundingBoxWithTotalBoundingBox:andTileMatrix:andTileGrid:":{"name":"+boundingBoxWithTotalBoundingBox:andTileMatrix:andTileGrid:","abstract":"

    Get the bounding box of the tile grid in the tile matrix","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)boundingBoxWithTotalBoundingBox:andTileMatrixWidth:andTileMatrixHeight:andTileGrid:":{"name":"+boundingBoxWithTotalBoundingBox:andTileMatrixWidth:andTileMatrixHeight:andTileGrid:","abstract":"

    Get the bounding box of the tile grid in the tile width and","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)zoomLevelWithWebMercatorBoundingBox:":{"name":"+zoomLevelWithWebMercatorBoundingBox:","abstract":"

    Get the zoom level of where the web mercator bounding box fits into the","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)locationWithBearing:andDistance:fromLocation:":{"name":"+locationWithBearing:andDistance:fromLocation:","abstract":"

    Get the location bearing a distance from a current location

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)bearingFromLocation:andToLocation:":{"name":"+bearingFromLocation:andToLocation:","abstract":"

    Get the bearing from a location to a location

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)distanceBetweenLocation:andLocation:":{"name":"+distanceBetweenLocation:andLocation:","abstract":"

    Get the distance between two locations

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)pointBetweenFromLocation:andToLocation:":{"name":"+pointBetweenFromLocation:andToLocation:","abstract":"

    Get the location point between two locations

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)boundWebMercatorBoundingBox:":{"name":"+boundWebMercatorBoundingBox:","abstract":"

    Bound the web mercator bounding box within the limits

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)boundWgs84BoundingBoxWithWebMercatorLimits:":{"name":"+boundWgs84BoundingBoxWithWebMercatorLimits:","abstract":"

    Bound the upper and lower bounds of the WGS84 bounding box with web mercator limits

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)boundDegreesBoundingBoxWithWebMercatorLimits:":{"name":"+boundDegreesBoundingBoxWithWebMercatorLimits:","abstract":"

    Bound the upper and lower bounds of the degrees bounding box with web mercator limits

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)rectangleWithWidth:andHeight:andBoundingBox:andSection:":{"name":"+rectangleWithWidth:andHeight:andBoundingBox:andSection:","abstract":"

    Get a rectangle using the tile width, height, bounding box, and the","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)roundedRectangleWithWidth:andHeight:andBoundingBox:andSection:":{"name":"+roundedRectangleWithWidth:andHeight:andBoundingBox:andSection:","abstract":"

    Get a rectangle with rounded point boundaries using the tile","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileGridWGS84FromWGS84Point:andZoom:":{"name":"+tileGridWGS84FromWGS84Point:andZoom:","abstract":"

    Get the WGS84 tile grid for the point specified as WGS84

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileGridWGS84FromPoint:andZoom:andProjection:":{"name":"+tileGridWGS84FromPoint:andZoom:andProjection:","abstract":"

    Get the WGS84 tile grid for the point specified as the projection

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileGridWGS84FromWebMercatorPoint:andZoom:":{"name":"+tileGridWGS84FromWebMercatorPoint:andZoom:","abstract":"

    Get the WGS84 tile grid for the point specified as web mercator

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileGridWithWgs84BoundingBox:andZoom:":{"name":"+tileGridWithWgs84BoundingBox:andZoom:","abstract":"

    Get the WGS84 tile grid that includes the entire tile bounding box

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)wgs84BoundingBoxWithX:andY:andZoom:":{"name":"+wgs84BoundingBoxWithX:andY:andZoom:","abstract":"

    Get the WGS84 tile bounding box from the WGS84 XYZ tile coordinates and zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)wgs84BoundingBoxWithTileGrid:andZoom:":{"name":"+wgs84BoundingBoxWithTileGrid:andZoom:","abstract":"

    Get the WGS84 tile bounding box from the WGS84 tile grid and zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tilesPerWgs84LatSideWithZoom:":{"name":"+tilesPerWgs84LatSideWithZoom:","abstract":"

    Get the tiles per latitude side at the zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tilesPerWgs84LonSideWithZoom:":{"name":"+tilesPerWgs84LonSideWithZoom:","abstract":"

    Get the tiles per longitude side at the zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileSizeLatWithWgs84TilesPerSide:":{"name":"+tileSizeLatWithWgs84TilesPerSide:","abstract":"

    Get the tile height in degrees latitude

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileSizeLonWithWgs84TilesPerSide:":{"name":"+tileSizeLonWithWgs84TilesPerSide:","abstract":"

    Get the tile height in degrees longitude

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileGrid:zoomFrom:to:":{"name":"+tileGrid:zoomFrom:to:","abstract":"

    Get the tile grid starting from the tile grid and current zoom to the new","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileGrid:zoomIncrease:":{"name":"+tileGrid:zoomIncrease:","abstract":"

    Get the tile grid starting from the tile grid and zooming in / increasing","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileGrid:zoomDecrease:":{"name":"+tileGrid:zoomDecrease:","abstract":"

    Get the tile grid starting from the tile grid and zooming out /","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileGridMin:zoomIncrease:":{"name":"+tileGridMin:zoomIncrease:","abstract":"

    Get the new tile grid min value starting from the tile grid min and","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileGridMax:zoomIncrease:":{"name":"+tileGridMax:zoomIncrease:","abstract":"

    Get the new tile grid max value starting from the tile grid max and","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileGridMin:zoomDecrease:":{"name":"+tileGridMin:zoomDecrease:","abstract":"

    Get the new tile grid min value starting from the tile grid min and","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileGridMax:zoomDecrease:":{"name":"+tileGridMax:zoomDecrease:","abstract":"

    Get the new tile grid max value starting from the tile grid max and","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGPixelBounds.html#/c:objc(cs)GPKGPixelBounds(py)left":{"name":"left","abstract":"

    Pixels left of the location

    ","parent_name":"GPKGPixelBounds"},"Classes/GPKGPixelBounds.html#/c:objc(cs)GPKGPixelBounds(py)up":{"name":"up","abstract":"

    Pixels up of the location

    ","parent_name":"GPKGPixelBounds"},"Classes/GPKGPixelBounds.html#/c:objc(cs)GPKGPixelBounds(py)right":{"name":"right","abstract":"

    Pixels right of the location

    ","parent_name":"GPKGPixelBounds"},"Classes/GPKGPixelBounds.html#/c:objc(cs)GPKGPixelBounds(py)down":{"name":"down","abstract":"

    Pixels down of the location

    ","parent_name":"GPKGPixelBounds"},"Classes/GPKGPixelBounds.html#/c:objc(cs)GPKGPixelBounds(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"GPKGPixelBounds"},"Classes/GPKGPixelBounds.html#/c:objc(cs)GPKGPixelBounds(cm)createWithLength:":{"name":"+createWithLength:","abstract":"

    Create

    ","parent_name":"GPKGPixelBounds"},"Classes/GPKGPixelBounds.html#/c:objc(cs)GPKGPixelBounds(cm)createWithWidth:andHeight:":{"name":"+createWithWidth:andHeight:","abstract":"

    Create

    ","parent_name":"GPKGPixelBounds"},"Classes/GPKGPixelBounds.html#/c:objc(cs)GPKGPixelBounds(cm)createWithLeft:andUp:andRight:andDown:":{"name":"+createWithLeft:andUp:andRight:andDown:","abstract":"

    Initialize

    ","parent_name":"GPKGPixelBounds"},"Classes/GPKGPixelBounds.html#/c:objc(cs)GPKGPixelBounds(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGPixelBounds"},"Classes/GPKGPixelBounds.html#/c:objc(cs)GPKGPixelBounds(im)initWithLength:":{"name":"-initWithLength:","abstract":"

    Initialize

    ","parent_name":"GPKGPixelBounds"},"Classes/GPKGPixelBounds.html#/c:objc(cs)GPKGPixelBounds(im)initWithWidth:andHeight:":{"name":"-initWithWidth:andHeight:","abstract":"

    Initialize

    ","parent_name":"GPKGPixelBounds"},"Classes/GPKGPixelBounds.html#/c:objc(cs)GPKGPixelBounds(im)initWithLeft:andUp:andRight:andDown:":{"name":"-initWithLeft:andUp:andRight:andDown:","abstract":"

    Initialize

    ","parent_name":"GPKGPixelBounds"},"Classes/GPKGPixelBounds.html#/c:objc(cs)GPKGPixelBounds(im)expandLeft:":{"name":"-expandLeft:","abstract":"

    Expand the left pixels if greater than the current value

    ","parent_name":"GPKGPixelBounds"},"Classes/GPKGPixelBounds.html#/c:objc(cs)GPKGPixelBounds(im)expandUp:":{"name":"-expandUp:","abstract":"

    Expand the up pixels if greater than the current value

    ","parent_name":"GPKGPixelBounds"},"Classes/GPKGPixelBounds.html#/c:objc(cs)GPKGPixelBounds(im)expandRight:":{"name":"-expandRight:","abstract":"

    Expand the right pixels if greater than the current value

    ","parent_name":"GPKGPixelBounds"},"Classes/GPKGPixelBounds.html#/c:objc(cs)GPKGPixelBounds(im)expandDown:":{"name":"-expandDown:","abstract":"

    Expand the down pixels if greater than the current value

    ","parent_name":"GPKGPixelBounds"},"Classes/GPKGPixelBounds.html#/c:objc(cs)GPKGPixelBounds(im)expandWidth:":{"name":"-expandWidth:","abstract":"

    Expand the width pixels if greater than the current values

    ","parent_name":"GPKGPixelBounds"},"Classes/GPKGPixelBounds.html#/c:objc(cs)GPKGPixelBounds(im)expandHeight:":{"name":"-expandHeight:","abstract":"

    Expand the height pixels if greater than the current values

    ","parent_name":"GPKGPixelBounds"},"Classes/GPKGPixelBounds.html#/c:objc(cs)GPKGPixelBounds(im)expandLength:":{"name":"-expandLength:","abstract":"

    Expand the length pixels in all directions

    ","parent_name":"GPKGPixelBounds"},"Classes/GPKGPixelBounds.html#/c:objc(cs)GPKGPixelBounds(im)width":{"name":"-width","abstract":"

    Get the total pixel width

    ","parent_name":"GPKGPixelBounds"},"Classes/GPKGPixelBounds.html#/c:objc(cs)GPKGPixelBounds(im)height":{"name":"-height","abstract":"

    Get the total pixel height

    ","parent_name":"GPKGPixelBounds"},"Classes/GPKGPixelBounds.html#/c:objc(cs)GPKGPixelBounds(im)area":{"name":"-area","abstract":"

    Get the pixel area

    ","parent_name":"GPKGPixelBounds"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(cm)createWithDatabase:":{"name":"+createWithDatabase:","abstract":"

    Create the DAO

    ","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)setCrsWktExtension:":{"name":"-setCrsWktExtension:","abstract":"

    CRS WKT Extension

    ","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)hasDefinition_12_063":{"name":"-hasDefinition_12_063","abstract":"

    Determine if the SRS table contains the extension definition 12 063","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)hasEpoch":{"name":"-hasEpoch","abstract":"

    Determine if the SRS table contains the extension epoch column for CRS","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)createWgs84":{"name":"-createWgs84","abstract":"

    Creates the required EPSG WGS84 Spatial Reference System (spec","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)createUndefinedCartesian":{"name":"-createUndefinedCartesian","abstract":"

    Creates the required Undefined Cartesian Spatial Reference System (spec","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)createUndefinedGeographic":{"name":"-createUndefinedGeographic","abstract":"

    Creates the required Undefined Geographic Spatial Reference System (spec","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)createWebMercator":{"name":"-createWebMercator","abstract":"

    Creates the Web Mercator Spatial Reference System if it does not already","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)createWgs84Geographical3D":{"name":"-createWgs84Geographical3D","abstract":"

    Creates the required EPSG WGS84 Geographical 3D Spatial Reference System

    ","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)definition_12_063WithSrsId:":{"name":"-definition_12_063WithSrsId:","abstract":"

    Query to get the definition 12 063 value if the extension exists

    ","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)epochWithSrsId:":{"name":"-epochWithSrsId:","abstract":"

    Query to get the epoch value if the extension exists

    ","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)setExtensionWithSrs:":{"name":"-setExtensionWithSrs:","abstract":"

    Query and set the values in the srs object if the extension exists

    ","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)setExtensionWithSrsArray:":{"name":"-setExtensionWithSrsArray:","abstract":"

    Query and set the values in the srs objects if the extension exists

    ","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)updateDefinition_12_063:withSrsId:":{"name":"-updateDefinition_12_063:withSrsId:","abstract":"

    Update the definition 12 063 in the database if the extension exists

    ","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)updateEpoch:withSrsId:":{"name":"-updateEpoch:withSrsId:","abstract":"

    Update the epoch in the database if the extension exists

    ","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)updateExtensionWithSrs:":{"name":"-updateExtensionWithSrs:","abstract":"

    Update the extension if exists

    ","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)srsWithEpsg:":{"name":"-srsWithEpsg:","abstract":"

    Get or Create the Spatial Reference System for the provided epsg

    ","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)srsWithOrganization:andCoordsysId:":{"name":"-srsWithOrganization:andCoordsysId:","abstract":"

    Get or Create the Spatial Reference System for the provided organization","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)srsWithProjection:":{"name":"-srsWithProjection:","abstract":"

    Get or Create the Spatial Reference System from the projection

    ","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)queryForOrganization:andCoordsysId:":{"name":"-queryForOrganization:andCoordsysId:","abstract":"

    Query for the organization coordsys id

    ","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)queryForProjection:":{"name":"-queryForProjection:","abstract":"

    Query for the projection

    ","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)deleteCascade:":{"name":"-deleteCascade:","abstract":"

    Delete the Spatial Reference System, cascading

    ","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)deleteCascadeWithCollection:":{"name":"-deleteCascadeWithCollection:","abstract":"

    Delete the collection of Spatial Reference Systems, cascading

    ","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)deleteCascadeWhere:andWhereArgs:":{"name":"-deleteCascadeWhere:andWhereArgs:","abstract":"

    Delete the Spatial Reference System where, cascading

    ","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)deleteByIdCascade:":{"name":"-deleteByIdCascade:","abstract":"

    Delete the Spatial Reference System by id, cascading

    ","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)deleteIdsCascade:":{"name":"-deleteIdsCascade:","abstract":"

    Delete Spatial Reference Systems by ids, cascading

    ","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)contents:":{"name":"-contents:","abstract":"

    Get Contents referencing the SRS

    ","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)geometryColumns:":{"name":"-geometryColumns:","abstract":"

    Get Geometry Columns referencing the SRS

    ","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)tileMatrixSet:":{"name":"-tileMatrixSet:","abstract":"

    Get Tile Matrix Sets referencing the SRS

    ","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystem.html#/c:objc(cs)GPKGSpatialReferenceSystem(py)srsName":{"name":"srsName","abstract":"

    Human readable name of this SRS

    ","parent_name":"GPKGSpatialReferenceSystem"},"Classes/GPKGSpatialReferenceSystem.html#/c:objc(cs)GPKGSpatialReferenceSystem(py)srsId":{"name":"srsId","abstract":"

    Unique identifier for each Spatial Reference System within a GeoPackage

    ","parent_name":"GPKGSpatialReferenceSystem"},"Classes/GPKGSpatialReferenceSystem.html#/c:objc(cs)GPKGSpatialReferenceSystem(py)organization":{"name":"organization","abstract":"

    Case-insensitive name of the defining organization e.g. EPSG or epsg

    ","parent_name":"GPKGSpatialReferenceSystem"},"Classes/GPKGSpatialReferenceSystem.html#/c:objc(cs)GPKGSpatialReferenceSystem(py)organizationCoordsysId":{"name":"organizationCoordsysId","abstract":"

    Numeric ID of the Spatial Reference System assigned by the organization

    ","parent_name":"GPKGSpatialReferenceSystem"},"Classes/GPKGSpatialReferenceSystem.html#/c:objc(cs)GPKGSpatialReferenceSystem(py)definition":{"name":"definition","abstract":"

    Well-known Text Representation of the Spatial Reference System

    ","parent_name":"GPKGSpatialReferenceSystem"},"Classes/GPKGSpatialReferenceSystem.html#/c:objc(cs)GPKGSpatialReferenceSystem(py)theDescription":{"name":"theDescription","abstract":"

    Human readable description of this SRS

    ","parent_name":"GPKGSpatialReferenceSystem"},"Classes/GPKGSpatialReferenceSystem.html#/c:objc(cs)GPKGSpatialReferenceSystem(py)definition_12_063":{"name":"definition_12_063","abstract":"

    Well-known Text extension Representation of the Spatial Reference System

    ","parent_name":"GPKGSpatialReferenceSystem"},"Classes/GPKGSpatialReferenceSystem.html#/c:objc(cs)GPKGSpatialReferenceSystem(py)epoch":{"name":"epoch","abstract":"

    Coordinate epoch

    ","parent_name":"GPKGSpatialReferenceSystem"},"Classes/GPKGSpatialReferenceSystem.html#/c:objc(cs)GPKGSpatialReferenceSystem(im)projection":{"name":"-projection","abstract":"

    Get the projection for the Spatial Reference System

    ","parent_name":"GPKGSpatialReferenceSystem"},"Classes/GPKGSpatialReferenceSystem.html#/c:objc(cs)GPKGSpatialReferenceSystem(im)projectionDefinition":{"name":"-projectionDefinition","abstract":"

    Get the projection definition

    ","parent_name":"GPKGSpatialReferenceSystem"},"Classes/GPKGSpatialReferenceSystem.html#/c:objc(cs)GPKGSpatialReferenceSystem(im)transformationFromProjection:":{"name":"-transformationFromProjection:","abstract":"

    Get the geometry transform from the provided projection to the Spatial","parent_name":"GPKGSpatialReferenceSystem"},"Classes/GPKGSpatialReferenceSystem.html#/c:objc(cs)GPKGSpatialReferenceSystem(im)setEpochValue:":{"name":"-setEpochValue:","abstract":"

    Set the epoch value

    ","parent_name":"GPKGSpatialReferenceSystem"},"Classes/GPKGProperties.html#/c:objc(cs)GPKGProperties(cm)combineBaseProperty:withProperty:":{"name":"+combineBaseProperty:withProperty:","abstract":"

    Combine the base property with the property to create a single combined property

    ","parent_name":"GPKGProperties"},"Classes/GPKGProperties.html#/c:objc(cs)GPKGProperties(cm)valueOfProperty:":{"name":"+valueOfProperty:","abstract":"

    Get the string value of the property

    ","parent_name":"GPKGProperties"},"Classes/GPKGProperties.html#/c:objc(cs)GPKGProperties(cm)valueOfProperty:andRequired:":{"name":"+valueOfProperty:andRequired:","abstract":"

    Get the string value of the property with required option

    ","parent_name":"GPKGProperties"},"Classes/GPKGProperties.html#/c:objc(cs)GPKGProperties(cm)valueOfBaseProperty:andProperty:":{"name":"+valueOfBaseProperty:andProperty:","abstract":"

    Get the string value of the property combined with the base

    ","parent_name":"GPKGProperties"},"Classes/GPKGProperties.html#/c:objc(cs)GPKGProperties(cm)valueOfBaseProperty:andProperty:andRequired:":{"name":"+valueOfBaseProperty:andProperty:andRequired:","abstract":"

    Get the string value of the property combined with the base with required option

    ","parent_name":"GPKGProperties"},"Classes/GPKGProperties.html#/c:objc(cs)GPKGProperties(cm)numberValueOfProperty:":{"name":"+numberValueOfProperty:","abstract":"

    Get the number value of the property

    ","parent_name":"GPKGProperties"},"Classes/GPKGProperties.html#/c:objc(cs)GPKGProperties(cm)numberValueOfProperty:andRequired:":{"name":"+numberValueOfProperty:andRequired:","abstract":"

    Get the number value of the property with required option

    ","parent_name":"GPKGProperties"},"Classes/GPKGProperties.html#/c:objc(cs)GPKGProperties(cm)numberValueOfBaseProperty:andProperty:":{"name":"+numberValueOfBaseProperty:andProperty:","abstract":"

    Get the number value of the property combined with the base

    ","parent_name":"GPKGProperties"},"Classes/GPKGProperties.html#/c:objc(cs)GPKGProperties(cm)numberValueOfBaseProperty:andProperty:andRequired:":{"name":"+numberValueOfBaseProperty:andProperty:andRequired:","abstract":"

    Get the number value of the property combined with the base with required option

    ","parent_name":"GPKGProperties"},"Classes/GPKGProperties.html#/c:objc(cs)GPKGProperties(cm)boolValueOfProperty:":{"name":"+boolValueOfProperty:","abstract":"

    Get the boolean value of the property

    ","parent_name":"GPKGProperties"},"Classes/GPKGProperties.html#/c:objc(cs)GPKGProperties(cm)boolValueOfProperty:andRequired:":{"name":"+boolValueOfProperty:andRequired:","abstract":"

    Get the boolean value of the property with required option

    ","parent_name":"GPKGProperties"},"Classes/GPKGProperties.html#/c:objc(cs)GPKGProperties(cm)boolValueOfBaseProperty:andProperty:":{"name":"+boolValueOfBaseProperty:andProperty:","abstract":"

    Get the boolean value of the property combined with the base

    ","parent_name":"GPKGProperties"},"Classes/GPKGProperties.html#/c:objc(cs)GPKGProperties(cm)boolValueOfBaseProperty:andProperty:andRequired:":{"name":"+boolValueOfBaseProperty:andProperty:andRequired:","abstract":"

    Get the boolean value of the property combined with the base with required option

    ","parent_name":"GPKGProperties"},"Classes/GPKGProperties.html#/c:objc(cs)GPKGProperties(cm)arrayValueOfProperty:":{"name":"+arrayValueOfProperty:","abstract":"

    Get the array value of the property

    ","parent_name":"GPKGProperties"},"Classes/GPKGProperties.html#/c:objc(cs)GPKGProperties(cm)arrayValueOfProperty:andRequired:":{"name":"+arrayValueOfProperty:andRequired:","abstract":"

    Get the array value of the property with required option

    ","parent_name":"GPKGProperties"},"Classes/GPKGProperties.html#/c:objc(cs)GPKGProperties(cm)arrayValueOfBaseProperty:andProperty:":{"name":"+arrayValueOfBaseProperty:andProperty:","abstract":"

    Get the array value of the property combined with the base

    ","parent_name":"GPKGProperties"},"Classes/GPKGProperties.html#/c:objc(cs)GPKGProperties(cm)arrayValueOfBaseProperty:andProperty:andRequired:":{"name":"+arrayValueOfBaseProperty:andProperty:andRequired:","abstract":"

    Get the array value of the property combined with the base with required option

    ","parent_name":"GPKGProperties"},"Classes/GPKGProperties.html#/c:objc(cs)GPKGProperties(cm)dictionaryValueOfProperty:":{"name":"+dictionaryValueOfProperty:","abstract":"

    Get the dictionary value of the property

    ","parent_name":"GPKGProperties"},"Classes/GPKGProperties.html#/c:objc(cs)GPKGProperties(cm)dictionaryValueOfProperty:andRequired:":{"name":"+dictionaryValueOfProperty:andRequired:","abstract":"

    Get the dictionary value of the property with required option

    ","parent_name":"GPKGProperties"},"Classes/GPKGProperties.html#/c:objc(cs)GPKGProperties(cm)dictionaryValueOfBaseProperty:andProperty:":{"name":"+dictionaryValueOfBaseProperty:andProperty:","abstract":"

    Get the dictionary value of the property combined with the base

    ","parent_name":"GPKGProperties"},"Classes/GPKGProperties.html#/c:objc(cs)GPKGProperties(cm)dictionaryValueOfBaseProperty:andProperty:andRequired:":{"name":"+dictionaryValueOfBaseProperty:andProperty:andRequired:","abstract":"

    Get the dictionary value of the property combined with the base with required option

    ","parent_name":"GPKGProperties"},"Classes/GPKGStyleUtils.html#/c:objc(cs)GPKGStyleUtils(cm)setFeatureStyleWithMapPoint:andGeoPackage:andFeature:":{"name":"+setFeatureStyleWithMapPoint:andGeoPackage:andFeature:","abstract":"

    Set the feature row style (icon or style) into the map point

    ","parent_name":"GPKGStyleUtils"},"Classes/GPKGStyleUtils.html#/c:objc(cs)GPKGStyleUtils(cm)setFeatureStyleWithMapPoint:andGeoPackage:andFeature:andIconCache:":{"name":"+setFeatureStyleWithMapPoint:andGeoPackage:andFeature:andIconCache:","abstract":"

    Set the feature row style (icon or style) into the map point

    ","parent_name":"GPKGStyleUtils"},"Classes/GPKGStyleUtils.html#/c:objc(cs)GPKGStyleUtils(cm)setFeatureStyleWithMapPoint:andExtension:andFeature:":{"name":"+setFeatureStyleWithMapPoint:andExtension:andFeature:","abstract":"

    Set the feature row style (icon or style) into the map point

    ","parent_name":"GPKGStyleUtils"},"Classes/GPKGStyleUtils.html#/c:objc(cs)GPKGStyleUtils(cm)setFeatureStyleWithMapPoint:andExtension:andFeature:andIconCache:":{"name":"+setFeatureStyleWithMapPoint:andExtension:andFeature:andIconCache:","abstract":"

    Set the feature row style (icon or style) into the map point

    ","parent_name":"GPKGStyleUtils"},"Classes/GPKGStyleUtils.html#/c:objc(cs)GPKGStyleUtils(cm)setFeatureStyleWithMapPoint:andFeatureStyle:":{"name":"+setFeatureStyleWithMapPoint:andFeatureStyle:","abstract":"

    Set the feature style (icon or style) into the map point

    ","parent_name":"GPKGStyleUtils"},"Classes/GPKGStyleUtils.html#/c:objc(cs)GPKGStyleUtils(cm)setFeatureStyleWithMapPoint:andFeatureStyle:andIconCache:":{"name":"+setFeatureStyleWithMapPoint:andFeatureStyle:andIconCache:","abstract":"

    Set the feature style (icon or style) into the map point

    ","parent_name":"GPKGStyleUtils"},"Classes/GPKGStyleUtils.html#/c:objc(cs)GPKGStyleUtils(cm)setIconWithMapPoint:andIcon:":{"name":"+setIconWithMapPoint:andIcon:","abstract":"

    Set the icon into the map point

    ","parent_name":"GPKGStyleUtils"},"Classes/GPKGStyleUtils.html#/c:objc(cs)GPKGStyleUtils(cm)setIconWithMapPoint:andIcon:andIconCache:":{"name":"+setIconWithMapPoint:andIcon:andIconCache:","abstract":"

    Set the icon into the map point

    ","parent_name":"GPKGStyleUtils"},"Classes/GPKGStyleUtils.html#/c:objc(cs)GPKGStyleUtils(cm)createIconImageWithIcon:":{"name":"+createIconImageWithIcon:","abstract":"

    Create the icon image

    ","parent_name":"GPKGStyleUtils"},"Classes/GPKGStyleUtils.html#/c:objc(cs)GPKGStyleUtils(cm)createIconImageWithIcon:andIconCache:":{"name":"+createIconImageWithIcon:andIconCache:","abstract":"

    Create the icon image

    ","parent_name":"GPKGStyleUtils"},"Classes/GPKGStyleUtils.html#/c:objc(cs)GPKGStyleUtils(cm)setStyleWithMapPoint:andStyle:":{"name":"+setStyleWithMapPoint:andStyle:","abstract":"

    Set the style into the marker point

    ","parent_name":"GPKGStyleUtils"},"Classes/GPKGStyleUtils.html#/c:objc(cs)GPKGStyleUtils(cm)setFeatureStyleWithPolyline:andGeoPackage:andFeature:":{"name":"+setFeatureStyleWithPolyline:andGeoPackage:andFeature:","abstract":"

    Set the feature row style into the polyline

    ","parent_name":"GPKGStyleUtils"},"Classes/GPKGStyleUtils.html#/c:objc(cs)GPKGStyleUtils(cm)setFeatureStyleWithPolyline:andExtension:andFeature:":{"name":"+setFeatureStyleWithPolyline:andExtension:andFeature:","abstract":"

    Set the feature row style into the polyline

    ","parent_name":"GPKGStyleUtils"},"Classes/GPKGStyleUtils.html#/c:objc(cs)GPKGStyleUtils(cm)setFeatureStyleWithPolyline:andFeatureStyle:":{"name":"+setFeatureStyleWithPolyline:andFeatureStyle:","abstract":"

    Set the feature style into the polyline

    ","parent_name":"GPKGStyleUtils"},"Classes/GPKGStyleUtils.html#/c:objc(cs)GPKGStyleUtils(cm)setStyleWithPolyline:andStyle:":{"name":"+setStyleWithPolyline:andStyle:","abstract":"

    Set the style into the polyline

    ","parent_name":"GPKGStyleUtils"},"Classes/GPKGStyleUtils.html#/c:objc(cs)GPKGStyleUtils(cm)setFeatureStyleWithPolygon:andGeoPackage:andFeature:":{"name":"+setFeatureStyleWithPolygon:andGeoPackage:andFeature:","abstract":"

    Set the feature row style into the polygon

    ","parent_name":"GPKGStyleUtils"},"Classes/GPKGStyleUtils.html#/c:objc(cs)GPKGStyleUtils(cm)setFeatureStyleWithPolygon:andExtension:andFeature:":{"name":"+setFeatureStyleWithPolygon:andExtension:andFeature:","abstract":"

    Set the feature row style into the polygon

    ","parent_name":"GPKGStyleUtils"},"Classes/GPKGStyleUtils.html#/c:objc(cs)GPKGStyleUtils(cm)setFeatureStyleWithPolygon:andFeatureStyle:":{"name":"+setFeatureStyleWithPolygon:andFeatureStyle:","abstract":"

    Set the feature style into the polygon

    ","parent_name":"GPKGStyleUtils"},"Classes/GPKGStyleUtils.html#/c:objc(cs)GPKGStyleUtils(cm)setStyleWithPolygon:andStyle:":{"name":"+setStyleWithPolygon:andStyle:","abstract":"

    Set the style into the polygon

    ","parent_name":"GPKGStyleUtils"},"Classes/GPKGStyleCache.html#/c:objc(cs)GPKGStyleCache(im)initWithGeoPackage:":{"name":"-initWithGeoPackage:","abstract":"

    Initialize

    ","parent_name":"GPKGStyleCache"},"Classes/GPKGStyleCache.html#/c:objc(cs)GPKGStyleCache(im)initWithGeoPackage:andIconCacheSize:":{"name":"-initWithGeoPackage:andIconCacheSize:","abstract":"

    Initialize

    ","parent_name":"GPKGStyleCache"},"Classes/GPKGStyleCache.html#/c:objc(cs)GPKGStyleCache(im)initWithExtension:":{"name":"-initWithExtension:","abstract":"

    Initialize

    ","parent_name":"GPKGStyleCache"},"Classes/GPKGStyleCache.html#/c:objc(cs)GPKGStyleCache(im)initWithExtension:andIconCacheSize:":{"name":"-initWithExtension:andIconCacheSize:","abstract":"

    Initialize

    ","parent_name":"GPKGStyleCache"},"Classes/GPKGStyleCache.html#/c:objc(cs)GPKGStyleCache(im)clear":{"name":"-clear","abstract":"

    Clear the cache

    ","parent_name":"GPKGStyleCache"},"Classes/GPKGStyleCache.html#/c:objc(cs)GPKGStyleCache(im)featureStyleExtension":{"name":"-featureStyleExtension","abstract":"

    Get the feature style extension

    ","parent_name":"GPKGStyleCache"},"Classes/GPKGStyleCache.html#/c:objc(cs)GPKGStyleCache(im)setFeatureStyleWithMapPoint:andFeature:":{"name":"-setFeatureStyleWithMapPoint:andFeature:","abstract":"

    Set the feature row style (icon or style) into the map point

    ","parent_name":"GPKGStyleCache"},"Classes/GPKGStyleCache.html#/c:objc(cs)GPKGStyleCache(im)setFeatureStyleWithMapPoint:andFeatureStyle:":{"name":"-setFeatureStyleWithMapPoint:andFeatureStyle:","abstract":"

    Set the feature style (icon or style) into the marker options

    ","parent_name":"GPKGStyleCache"},"Classes/GPKGStyleCache.html#/c:objc(cs)GPKGStyleCache(im)setIconWithMapPoint:andIcon:":{"name":"-setIconWithMapPoint:andIcon:","abstract":"

    Set the icon into the marker options

    ","parent_name":"GPKGStyleCache"},"Classes/GPKGStyleCache.html#/c:objc(cs)GPKGStyleCache(im)createIconImageWithIcon:":{"name":"-createIconImageWithIcon:","abstract":"

    Create the icon bitmap

    ","parent_name":"GPKGStyleCache"},"Classes/GPKGStyleCache.html#/c:objc(cs)GPKGStyleCache(im)setStyleWithMapPoint:andStyle:":{"name":"-setStyleWithMapPoint:andStyle:","abstract":"

    Set the style into the marker options

    ","parent_name":"GPKGStyleCache"},"Classes/GPKGStyleCache.html#/c:objc(cs)GPKGStyleCache(im)setFeatureStyleWithPolyline:andFeature:":{"name":"-setFeatureStyleWithPolyline:andFeature:","abstract":"

    Set the feature row style into the polyline

    ","parent_name":"GPKGStyleCache"},"Classes/GPKGStyleCache.html#/c:objc(cs)GPKGStyleCache(im)setFeatureStyleWithPolyline:andFeatureStyle:":{"name":"-setFeatureStyleWithPolyline:andFeatureStyle:","abstract":"

    Set the feature style into the polyline

    ","parent_name":"GPKGStyleCache"},"Classes/GPKGStyleCache.html#/c:objc(cs)GPKGStyleCache(im)setStyleWithPolyline:andStyle:":{"name":"-setStyleWithPolyline:andStyle:","abstract":"

    Set the style into the polyline

    ","parent_name":"GPKGStyleCache"},"Classes/GPKGStyleCache.html#/c:objc(cs)GPKGStyleCache(im)setFeatureStyleWithPolygon:andFeature:":{"name":"-setFeatureStyleWithPolygon:andFeature:","abstract":"

    Set the feature row style into the polygon

    ","parent_name":"GPKGStyleCache"},"Classes/GPKGStyleCache.html#/c:objc(cs)GPKGStyleCache(im)setFeatureStyleWithPolygon:andFeatureStyle:":{"name":"-setFeatureStyleWithPolygon:andFeatureStyle:","abstract":"

    Set the feature style into the polygon

    ","parent_name":"GPKGStyleCache"},"Classes/GPKGStyleCache.html#/c:objc(cs)GPKGStyleCache(im)setStyleWithPolygon:andStyle:":{"name":"-setStyleWithPolygon:andStyle:","abstract":"

    Set the style into the polygon

    ","parent_name":"GPKGStyleCache"},"Classes/GPKGFeatureInfoBuilder.html#/c:objc(cs)GPKGFeatureInfoBuilder(py)name":{"name":"name","abstract":"

    Table name used when building text

    ","parent_name":"GPKGFeatureInfoBuilder"},"Classes/GPKGFeatureInfoBuilder.html#/c:objc(cs)GPKGFeatureInfoBuilder(py)maxPointDetailedInfo":{"name":"maxPointDetailedInfo","abstract":"

    Max number of points clicked to return detailed information about

    ","parent_name":"GPKGFeatureInfoBuilder"},"Classes/GPKGFeatureInfoBuilder.html#/c:objc(cs)GPKGFeatureInfoBuilder(py)maxFeatureDetailedInfo":{"name":"maxFeatureDetailedInfo","abstract":"

    Max number of features clicked to return detailed information about

    ","parent_name":"GPKGFeatureInfoBuilder"},"Classes/GPKGFeatureInfoBuilder.html#/c:objc(cs)GPKGFeatureInfoBuilder(py)detailedInfoPrintPoints":{"name":"detailedInfoPrintPoints","abstract":"

    Print Point geometries within detailed info when true

    ","parent_name":"GPKGFeatureInfoBuilder"},"Classes/GPKGFeatureInfoBuilder.html#/c:objc(cs)GPKGFeatureInfoBuilder(py)detailedInfoPrintFeatures":{"name":"detailedInfoPrintFeatures","abstract":"

    Print Feature geometries within detailed info when true

    ","parent_name":"GPKGFeatureInfoBuilder"},"Classes/GPKGFeatureInfoBuilder.html#/c:objc(cs)GPKGFeatureInfoBuilder(im)initWithFeatureDao:":{"name":"-initWithFeatureDao:","abstract":"

    Initializer

    ","parent_name":"GPKGFeatureInfoBuilder"},"Classes/GPKGFeatureInfoBuilder.html#/c:objc(cs)GPKGFeatureInfoBuilder(im)initWithFeatureDao:andStyles:":{"name":"-initWithFeatureDao:andStyles:","abstract":"

    Initializer

    ","parent_name":"GPKGFeatureInfoBuilder"},"Classes/GPKGFeatureInfoBuilder.html#/c:objc(cs)GPKGFeatureInfoBuilder(im)geometryType":{"name":"-geometryType","abstract":"

    Get the geometry type

    ","parent_name":"GPKGFeatureInfoBuilder"},"Classes/GPKGFeatureInfoBuilder.html#/c:objc(cs)GPKGFeatureInfoBuilder(im)ignoreGeometryType:":{"name":"-ignoreGeometryType:","abstract":"

    Add a geomtetry type to ignore

    ","parent_name":"GPKGFeatureInfoBuilder"},"Classes/GPKGFeatureInfoBuilder.html#/c:objc(cs)GPKGFeatureInfoBuilder(im)buildResultsInfoMessageAndCloseWithFeatureIndexResults:":{"name":"-buildResultsInfoMessageAndCloseWithFeatureIndexResults:","abstract":"

    Build a feature results information message and close the results

    ","parent_name":"GPKGFeatureInfoBuilder"},"Classes/GPKGFeatureInfoBuilder.html#/c:objc(cs)GPKGFeatureInfoBuilder(im)buildResultsInfoMessageAndCloseWithFeatureIndexResults:andProjection:":{"name":"-buildResultsInfoMessageAndCloseWithFeatureIndexResults:andProjection:","abstract":"

    Build a feature results information message and close the results

    ","parent_name":"GPKGFeatureInfoBuilder"},"Classes/GPKGFeatureInfoBuilder.html#/c:objc(cs)GPKGFeatureInfoBuilder(im)buildResultsInfoMessageAndCloseWithFeatureIndexResults:andTolerance:andPoint:":{"name":"-buildResultsInfoMessageAndCloseWithFeatureIndexResults:andTolerance:andPoint:","abstract":"

    Build a feature results information message

    ","parent_name":"GPKGFeatureInfoBuilder"},"Classes/GPKGFeatureInfoBuilder.html#/c:objc(cs)GPKGFeatureInfoBuilder(im)buildResultsInfoMessageAndCloseWithFeatureIndexResults:andTolerance:andPoint:andProjection:":{"name":"-buildResultsInfoMessageAndCloseWithFeatureIndexResults:andTolerance:andPoint:andProjection:","abstract":"

    Build a feature results information message

    ","parent_name":"GPKGFeatureInfoBuilder"},"Classes/GPKGFeatureInfoBuilder.html#/c:objc(cs)GPKGFeatureInfoBuilder(im)buildResultsInfoMessageAndCloseWithFeatureIndexResults:andTolerance:andLocationCoordinate:":{"name":"-buildResultsInfoMessageAndCloseWithFeatureIndexResults:andTolerance:andLocationCoordinate:","abstract":"

    Build a feature results information message

    ","parent_name":"GPKGFeatureInfoBuilder"},"Classes/GPKGFeatureInfoBuilder.html#/c:objc(cs)GPKGFeatureInfoBuilder(im)buildResultsInfoMessageAndCloseWithFeatureIndexResults:andTolerance:andLocationCoordinate:andProjection:":{"name":"-buildResultsInfoMessageAndCloseWithFeatureIndexResults:andTolerance:andLocationCoordinate:andProjection:","abstract":"

    Build a feature results information message

    ","parent_name":"GPKGFeatureInfoBuilder"},"Classes/GPKGFeatureInfoBuilder.html#/c:objc(cs)GPKGFeatureInfoBuilder(im)buildResultsInfoMessageAndCloseWithFeatureIndexResults:andTolerance:andLocationCoordinate:andScale:andZoom:andMapView:andScreenPercentage:":{"name":"-buildResultsInfoMessageAndCloseWithFeatureIndexResults:andTolerance:andLocationCoordinate:andScale:andZoom:andMapView:andScreenPercentage:","abstract":"

    Build a feature results information message

    ","parent_name":"GPKGFeatureInfoBuilder"},"Classes/GPKGFeatureInfoBuilder.html#/c:objc(cs)GPKGFeatureInfoBuilder(im)buildResultsInfoMessageAndCloseWithFeatureIndexResults:andTolerance:andLocationCoordinate:andScale:andZoom:andMapView:andScreenPercentage:andProjection:":{"name":"-buildResultsInfoMessageAndCloseWithFeatureIndexResults:andTolerance:andLocationCoordinate:andScale:andZoom:andMapView:andScreenPercentage:andProjection:","abstract":"

    Build a feature results information message

    ","parent_name":"GPKGFeatureInfoBuilder"},"Classes/GPKGFeatureInfoBuilder.html#/c:objc(cs)GPKGFeatureInfoBuilder(im)buildTableDataAndCloseWithFeatureIndexResults:andTolerance:andPoint:":{"name":"-buildTableDataAndCloseWithFeatureIndexResults:andTolerance:andPoint:","abstract":"

    Build feature table data results

    ","parent_name":"GPKGFeatureInfoBuilder"},"Classes/GPKGFeatureInfoBuilder.html#/c:objc(cs)GPKGFeatureInfoBuilder(im)buildTableDataAndCloseWithFeatureIndexResults:andTolerance:andPoint:andProjection:":{"name":"-buildTableDataAndCloseWithFeatureIndexResults:andTolerance:andPoint:andProjection:","abstract":"

    Build feature table data results

    ","parent_name":"GPKGFeatureInfoBuilder"},"Classes/GPKGFeatureInfoBuilder.html#/c:objc(cs)GPKGFeatureInfoBuilder(im)buildTableDataAndCloseWithFeatureIndexResults:andTolerance:andLocationCoordinate:":{"name":"-buildTableDataAndCloseWithFeatureIndexResults:andTolerance:andLocationCoordinate:","abstract":"

    Build feature table data results

    ","parent_name":"GPKGFeatureInfoBuilder"},"Classes/GPKGFeatureInfoBuilder.html#/c:objc(cs)GPKGFeatureInfoBuilder(im)buildTableDataAndCloseWithFeatureIndexResults:andTolerance:andLocationCoordinate:andProjection:":{"name":"-buildTableDataAndCloseWithFeatureIndexResults:andTolerance:andLocationCoordinate:andProjection:","abstract":"

    Build feature table data results

    ","parent_name":"GPKGFeatureInfoBuilder"},"Classes/GPKGFeatureInfoBuilder.html#/c:objc(cs)GPKGFeatureInfoBuilder(im)buildTableDataAndCloseWithFeatureIndexResults:andTolerance:andLocationCoordinate:andScale:andZoom:andMapView:andScreenPercentage:":{"name":"-buildTableDataAndCloseWithFeatureIndexResults:andTolerance:andLocationCoordinate:andScale:andZoom:andMapView:andScreenPercentage:","abstract":"

    Build a feature table data results

    ","parent_name":"GPKGFeatureInfoBuilder"},"Classes/GPKGFeatureInfoBuilder.html#/c:objc(cs)GPKGFeatureInfoBuilder(im)buildTableDataAndCloseWithFeatureIndexResults:andTolerance:andLocationCoordinate:andScale:andZoom:andMapView:andScreenPercentage:andProjection:":{"name":"-buildTableDataAndCloseWithFeatureIndexResults:andTolerance:andLocationCoordinate:andScale:andZoom:andMapView:andScreenPercentage:andProjection:","abstract":"

    Build a feature table data results

    ","parent_name":"GPKGFeatureInfoBuilder"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)currentZoomWithMapView:":{"name":"+currentZoomWithMapView:","abstract":"

    Get the current zoom level of the map view

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)currentRoundedZoomWithMapView:":{"name":"+currentRoundedZoomWithMapView:","abstract":"

    Get the current rounded zoom level of the map view

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceDistanceInMapView:":{"name":"+toleranceDistanceInMapView:","abstract":"

    Get the tolerance distance meters in the current region of the visible map view.","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceDistanceWithWidth:andHeight:andBoundingBox:inProjection:":{"name":"+toleranceDistanceWithWidth:andHeight:andBoundingBox:inProjection:","abstract":"

    Get the tolerance distance meters in the current region of the visible map projected bounds.","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceDistanceWithWidth:andHeight:andBoundingBox:":{"name":"+toleranceDistanceWithWidth:andHeight:andBoundingBox:","abstract":"

    Get the tolerance distance meters in the current region of the visible map bounds.","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)wgs84BoundingBoxOfBoundingBox:inProjection:":{"name":"+wgs84BoundingBoxOfBoundingBox:inProjection:","abstract":"

    Get a WGS84 Bounding Box from a projected bounding box

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)boundingBoxOfMapView:":{"name":"+boundingBoxOfMapView:","abstract":"

    Get the WGS84 bounding box of the current map view screen.","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickLocationBoundingBoxWithCGPoint:andMapView:andScreenPercentage:":{"name":"+buildClickLocationBoundingBoxWithCGPoint:andMapView:andScreenPercentage:","abstract":"

    Build a location bounding box using the click location, map view, and screen percentage tolerance.","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickLocationBoundingBoxWithCGPoint:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+buildClickLocationBoundingBoxWithCGPoint:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Build a location bounding box using the click location, pixel bounds, map view, and screen percentage tolerance.","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickLocationBoundingBoxWithCGPoint:andZoom:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+buildClickLocationBoundingBoxWithCGPoint:andZoom:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Build a location bounding box using the click location, zoom level, pixel bounds, map view, and screen percentage tolerance.","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickLocationBoundingBoxWithCGPoint:andScale:andZoom:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+buildClickLocationBoundingBoxWithCGPoint:andScale:andZoom:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Build a location bounding box using the click location, scale factor, zoom level, pixel bounds, map view, and screen percentage tolerance.","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickLocationBoundingBoxWithLocationCoordinate:andMapView:andScreenPercentage:":{"name":"+buildClickLocationBoundingBoxWithLocationCoordinate:andMapView:andScreenPercentage:","abstract":"

    Build a location bounding box using the click location, scale factor, zoom level, pixel bounds, map view, and screen percentage tolerance.","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickLocationBoundingBoxWithLocationCoordinate:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+buildClickLocationBoundingBoxWithLocationCoordinate:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Build a location bounding box using the click location, scale factor, zoom level, pixel bounds, map view, and screen percentage tolerance.","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickLocationBoundingBoxWithLocationCoordinate:andZoom:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+buildClickLocationBoundingBoxWithLocationCoordinate:andZoom:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Build a location bounding box using the click location, scale factor, zoom level, pixel bounds, map view, and screen percentage tolerance.","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickLocationBoundingBoxWithLocationCoordinate:andScale:andZoom:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+buildClickLocationBoundingBoxWithLocationCoordinate:andScale:andZoom:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Build a location bounding box using the click location, scale factor, zoom level, pixel bounds, map view, and screen percentage tolerance.","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickBoundingBoxWithMapPoint:andMapView:andScreenPercentage:":{"name":"+buildClickBoundingBoxWithMapPoint:andMapView:andScreenPercentage:","abstract":"

    Build a bounding box using the map point click location and map view that can be used to query for features

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickBoundingBoxWithMapPoint:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+buildClickBoundingBoxWithMapPoint:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Build a bounding box using the map point click location and map view that can be used to query for features

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickBoundingBoxWithMapPoint:andZoom:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+buildClickBoundingBoxWithMapPoint:andZoom:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Build a bounding box using the map point click location and map view that can be used to query for features

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickBoundingBoxWithMapPoint:andScale:andZoom:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+buildClickBoundingBoxWithMapPoint:andScale:andZoom:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Build a bounding box using the map point click location and map view that can be used to query for features

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickBoundingBoxWithMKMapPoint:andMapView:andScreenPercentage:":{"name":"+buildClickBoundingBoxWithMKMapPoint:andMapView:andScreenPercentage:","abstract":"

    Build a bounding box using the mapkit map point click location and map view that can be used to query for features

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickBoundingBoxWithPoint:andMapView:andScreenPercentage:":{"name":"+buildClickBoundingBoxWithPoint:andMapView:andScreenPercentage:","abstract":"

    Build a bounding box using the point click location and map view that can be used to query for features

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickBoundingBoxWithPoint:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+buildClickBoundingBoxWithPoint:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Build a bounding box using the point click location and map view that can be used to query for features

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickBoundingBoxWithPoint:andZoom:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+buildClickBoundingBoxWithPoint:andZoom:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Build a bounding box using the point click location and map view that can be used to query for features

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickBoundingBoxWithPoint:andScale:andZoom:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+buildClickBoundingBoxWithPoint:andScale:andZoom:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Build a bounding box using the point click location and map view that can be used to query for features

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickBoundingBoxWithLocationCoordinate:andMapView:andScreenPercentage:":{"name":"+buildClickBoundingBoxWithLocationCoordinate:andMapView:andScreenPercentage:","abstract":"

    Build a bounding box using the location coordinate click location and map view that can be used to query for features

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickBoundingBoxWithLocationCoordinate:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+buildClickBoundingBoxWithLocationCoordinate:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Build a bounding box using the location coordinate click location and map view that can be used to query for features

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickBoundingBoxWithLocationCoordinate:andZoom:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+buildClickBoundingBoxWithLocationCoordinate:andZoom:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Build a bounding box using the location coordinate click location and map view that can be used to query for features

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickBoundingBoxWithLocationCoordinate:andScale:andZoom:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+buildClickBoundingBoxWithLocationCoordinate:andScale:andZoom:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Build a bounding box using the location coordinate click location and map view that can be used to query for features

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickBoundingBoxWithCGPoint:andMapView:andScreenPercentage:":{"name":"+buildClickBoundingBoxWithCGPoint:andMapView:andScreenPercentage:","abstract":"

    Build a bounding box using the cg point click location and map view that can be used to query for features

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickBoundingBoxWithCGPoint:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+buildClickBoundingBoxWithCGPoint:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Build a bounding box using the cg point click location and map view that can be used to query for features

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickBoundingBoxWithCGPoint:andZoom:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+buildClickBoundingBoxWithCGPoint:andZoom:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Build a bounding box using the cg point click location and map view that can be used to query for features

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickBoundingBoxWithCGPoint:andScale:andZoom:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+buildClickBoundingBoxWithCGPoint:andScale:andZoom:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Build a bounding box using the cg point click location and map view that can be used to query for features

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickBoundingBoxWithLocationBoundingBox:":{"name":"+buildClickBoundingBoxWithLocationBoundingBox:","abstract":"

    Build a bounding box using the click location

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickLocationBoundingBoxWithLocationCoordinate:andMapBounds:andScreenPercentage:":{"name":"+buildClickLocationBoundingBoxWithLocationCoordinate:andMapBounds:andScreenPercentage:","abstract":"

    Build a location bounding box using the location coordinate click location and map view bounds

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickBoundingBoxWithLocationCoordinate:andMapBounds:andScreenPercentage:":{"name":"+buildClickBoundingBoxWithLocationCoordinate:andMapBounds:andScreenPercentage:","abstract":"

    Build a bounding box using the location coordinate click location and map view bounds

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceWithPoint:andMapView:andScreenPercentage:":{"name":"+toleranceWithPoint:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance meters and screen pixels from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceWithPoint:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+toleranceWithPoint:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance meters and screen pixels from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceWithPoint:andZoom:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+toleranceWithPoint:andZoom:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance meters and screen pixels from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceWithPoint:andScale:andZoom:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+toleranceWithPoint:andScale:andZoom:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance meters and screen pixels from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceWithLocationCoordinate:andMapView:andScreenPercentage:":{"name":"+toleranceWithLocationCoordinate:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance meters and screen pixels from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceWithLocationCoordinate:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+toleranceWithLocationCoordinate:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance meters and screen pixels from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceWithLocationCoordinate:andZoom:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+toleranceWithLocationCoordinate:andZoom:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance meters and screen pixels from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceWithLocationCoordinate:andScale:andZoom:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+toleranceWithLocationCoordinate:andScale:andZoom:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance meters and screen pixels from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceWithLocationCoordinate:andBoundingBox:andMapView:andScreenPercentage:":{"name":"+toleranceWithLocationCoordinate:andBoundingBox:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance meters and screen pixels from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceWithCGPoint:andMapView:andScreenPercentage:":{"name":"+toleranceWithCGPoint:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance meters and screen pixels from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceWithCGPoint:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+toleranceWithCGPoint:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance meters and screen pixels from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceWithCGPoint:andZoom:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+toleranceWithCGPoint:andZoom:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance meters and screen pixels from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceWithCGPoint:andScale:andZoom:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+toleranceWithCGPoint:andScale:andZoom:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance meters and screen pixels from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceWithCGPoint:andBoundingBox:andMapView:andScreenPercentage:":{"name":"+toleranceWithCGPoint:andBoundingBox:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance meters and screen pixels from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceWithLocationCoordinate:andBoundingBox:":{"name":"+toleranceWithLocationCoordinate:andBoundingBox:","abstract":"

    Get the allowable tolerance distance meters and default screen pixels from the click bounding box

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceDistanceWithPoint:andMapView:andScreenPercentage:":{"name":"+toleranceDistanceWithPoint:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance in meters from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceDistanceWithPoint:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+toleranceDistanceWithPoint:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance in meters from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceDistanceWithPoint:andZoom:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+toleranceDistanceWithPoint:andZoom:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance in meters from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceDistanceWithPoint:andScale:andZoom:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+toleranceDistanceWithPoint:andScale:andZoom:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance in meters from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceDistanceWithLocationCoordinate:andMapView:andScreenPercentage:":{"name":"+toleranceDistanceWithLocationCoordinate:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance in meters from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceDistanceWithLocationCoordinate:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+toleranceDistanceWithLocationCoordinate:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance in meters from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceDistanceWithLocationCoordinate:andZoom:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+toleranceDistanceWithLocationCoordinate:andZoom:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance in meters from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceDistanceWithLocationCoordinate:andScale:andZoom:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+toleranceDistanceWithLocationCoordinate:andScale:andZoom:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance in meters from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceDistanceWithCGPoint:andMapView:andScreenPercentage:":{"name":"+toleranceDistanceWithCGPoint:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance in meters from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceDistanceWithCGPoint:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+toleranceDistanceWithCGPoint:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance in meters from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceDistanceWithCGPoint:andZoom:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+toleranceDistanceWithCGPoint:andZoom:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance in meters from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceDistanceWithCGPoint:andScale:andZoom:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+toleranceDistanceWithCGPoint:andScale:andZoom:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance in meters from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceDistanceWithCGPoint:andBoundingBox:andMapView:":{"name":"+toleranceDistanceWithCGPoint:andBoundingBox:andMapView:","abstract":"

    Get the allowable tolerance distance in meters from the click bounding box

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceDistanceWithLocationCoordinate:andBoundingBox:":{"name":"+toleranceDistanceWithLocationCoordinate:andBoundingBox:","abstract":"

    Get the allowable tolerance distance in meters from the click bounding box

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceScreenWithMapView:andScreenPercentage:":{"name":"+toleranceScreenWithMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance screen pixels from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)complementaryWorldPathOfPolyline:":{"name":"+complementaryWorldPathOfPolyline:","abstract":"

    If the polyline spans the -180 / 180 longitude, builds the complementary path.","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)complementaryWorldPathOfPolygon:":{"name":"+complementaryWorldPathOfPolygon:","abstract":"

    If the polygon spans the -180 / 180 longitude, builds the complementary path.","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)complementaryWorldPathOfMultiPoint:":{"name":"+complementaryWorldPathOfMultiPoint:","abstract":"

    If the multi point spans the -180 / 180 longitude, builds the complementary path.","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)complementaryWorldPathOfPoints:andPointCount:":{"name":"+complementaryWorldPathOfPoints:andPointCount:","abstract":"

    If the points span the -180 / 180 longitude, builds the complementary path.","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)isLocation:onShape:withTolerance:":{"name":"+isLocation:onShape:withTolerance:","abstract":"

    Is the location on or near the shape

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)isLocation:nearMapPoint:withTolerance:":{"name":"+isLocation:nearMapPoint:withTolerance:","abstract":"

    Is the location near the map point

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)isLocation:nearLocation:withTolerance:":{"name":"+isLocation:nearLocation:withTolerance:","abstract":"

    Is the location near the other location

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)isLocation:nearMultiPoint:withTolerance:":{"name":"+isLocation:nearMultiPoint:withTolerance:","abstract":"

    Is the location near the multi point

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)isLocation:onPolyline:withTolerance:":{"name":"+isLocation:onPolyline:withTolerance:","abstract":"

    Is the location on the polyline

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)isLocation:onMultiPolyline:withTolerance:":{"name":"+isLocation:onMultiPolyline:withTolerance:","abstract":"

    Is the location on the multi polyline

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)isLocation:onPolygon:withTolerance:":{"name":"+isLocation:onPolygon:withTolerance:","abstract":"

    Is the location on the polygon

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)isLocation:onMultiPolygon:withTolerance:":{"name":"+isLocation:onMultiPolygon:withTolerance:","abstract":"

    Is the location on the polygon

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)distanceIfLocation:onShape:withTolerance:":{"name":"+distanceIfLocation:onShape:withTolerance:","abstract":"

    Is the location on or near the shape, returning the distance when on the shape

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)distanceIfLocation:nearMapPoint:withTolerance:":{"name":"+distanceIfLocation:nearMapPoint:withTolerance:","abstract":"

    Is the location near the map point, returning the distance when on point

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)distanceIfLocation:nearLocation:withTolerance:":{"name":"+distanceIfLocation:nearLocation:withTolerance:","abstract":"

    Is the location near the other location, returning the distance when on location

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)distanceIfLocation:nearMultiPoint:withTolerance:":{"name":"+distanceIfLocation:nearMultiPoint:withTolerance:","abstract":"

    Is the location near the multi point, returning the nearest distance when on multi point

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapTolerance.html#/c:objc(cs)GPKGMapTolerance(py)distance":{"name":"distance","abstract":"

    Distance tolerance in meters

    ","parent_name":"GPKGMapTolerance"},"Classes/GPKGMapTolerance.html#/c:objc(cs)GPKGMapTolerance(py)screen":{"name":"screen","abstract":"

    Screen tolerance in pixels

    ","parent_name":"GPKGMapTolerance"},"Classes/GPKGMapTolerance.html#/c:objc(cs)GPKGMapTolerance(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGMapTolerance"},"Classes/GPKGMapTolerance.html#/c:objc(cs)GPKGMapTolerance(im)initWithDistance:andScreen:":{"name":"-initWithDistance:andScreen:","abstract":"

    Initialize

    ","parent_name":"GPKGMapTolerance"},"Classes/GPKGNetworkUtils.html#/c:objc(cs)GPKGNetworkUtils(cm)sendSynchronousRequest:returningResponse:error:":{"name":"+sendSynchronousRequest:returningResponse:error:","abstract":"

    Send a synchronous network request

    ","parent_name":"GPKGNetworkUtils"},"Classes/GPKGNetworkUtils.html#/c:objc(cs)GPKGNetworkUtils(cm)sendSynchronousWithRedirectsRequest:withUrl:":{"name":"+sendSynchronousWithRedirectsRequest:withUrl:","abstract":"

    Send a synchronous network request with attempted redirect response updated request

    ","parent_name":"GPKGNetworkUtils"},"Classes/GPKGImageConverter.html#/c:objc(cs)GPKGImageConverter(cm)toImage:":{"name":"+toImage:","abstract":"

    Decode the byte data to an image

    ","parent_name":"GPKGImageConverter"},"Classes/GPKGImageConverter.html#/c:objc(cs)GPKGImageConverter(cm)toImage:withScale:":{"name":"+toImage:withScale:","abstract":"

    Decode the byte data to an image with scale

    ","parent_name":"GPKGImageConverter"},"Classes/GPKGImageConverter.html#/c:objc(cs)GPKGImageConverter(cm)toData:andFormat:":{"name":"+toData:andFormat:","abstract":"

    Compress the image to byte data

    ","parent_name":"GPKGImageConverter"},"Classes/GPKGImageConverter.html#/c:objc(cs)GPKGImageConverter(cm)toData:andFormat:andQuality:":{"name":"+toData:andFormat:andQuality:","abstract":"

    Compress the image to byte data with quality

    ","parent_name":"GPKGImageConverter"},"Classes/GPKGIOUtils.html#/c:objc(cs)GPKGIOUtils(cm)propertyListPathWithName:":{"name":"+propertyListPathWithName:","abstract":"

    Get the path of the property list file with name

    ","parent_name":"GPKGIOUtils"},"Classes/GPKGIOUtils.html#/c:objc(cs)GPKGIOUtils(cm)resourcePathWithName:andType:":{"name":"+resourcePathWithName:andType:","abstract":"

    Get the path of the resource file with name and file type

    ","parent_name":"GPKGIOUtils"},"Classes/GPKGIOUtils.html#/c:objc(cs)GPKGIOUtils(cm)documentsDirectory":{"name":"+documentsDirectory","abstract":"

    Get the documents directory path

    ","parent_name":"GPKGIOUtils"},"Classes/GPKGIOUtils.html#/c:objc(cs)GPKGIOUtils(cm)documentsDirectoryWithSubDirectory:":{"name":"+documentsDirectoryWithSubDirectory:","abstract":"

    Get a sub directory path within the document directory

    ","parent_name":"GPKGIOUtils"},"Classes/GPKGIOUtils.html#/c:objc(cs)GPKGIOUtils(cm)geoPackageDirectory":{"name":"+geoPackageDirectory","abstract":"

    Get the GeoPackage directory path for saving GeoPackage related files

    ","parent_name":"GPKGIOUtils"},"Classes/GPKGIOUtils.html#/c:objc(cs)GPKGIOUtils(cm)databaseDirectory":{"name":"+databaseDirectory","abstract":"

    Get the GeoPackage database directory path for saving GeoPackages

    ","parent_name":"GPKGIOUtils"},"Classes/GPKGIOUtils.html#/c:objc(cs)GPKGIOUtils(cm)metadataDirectory":{"name":"+metadataDirectory","abstract":"

    Get the GeoPackage metadata directory path for saving metadata

    ","parent_name":"GPKGIOUtils"},"Classes/GPKGIOUtils.html#/c:objc(cs)GPKGIOUtils(cm)metadataDatabaseFile":{"name":"+metadataDatabaseFile","abstract":"

    Get the GeoPackage metadata database file path

    ","parent_name":"GPKGIOUtils"},"Classes/GPKGIOUtils.html#/c:objc(cs)GPKGIOUtils(cm)createDirectoryIfNotExists:":{"name":"+createDirectoryIfNotExists:","abstract":"

    Create a directory if it does not exist

    ","parent_name":"GPKGIOUtils"},"Classes/GPKGIOUtils.html#/c:objc(cs)GPKGIOUtils(cm)localDocumentsDirectoryPath:":{"name":"+localDocumentsDirectoryPath:","abstract":"

    Get the local path within the provided directory by removing the documents directory

    ","parent_name":"GPKGIOUtils"},"Classes/GPKGIOUtils.html#/c:objc(cs)GPKGIOUtils(cm)copyFile:toFile:":{"name":"+copyFile:toFile:","abstract":"

    Copy a file

    ","parent_name":"GPKGIOUtils"},"Classes/GPKGIOUtils.html#/c:objc(cs)GPKGIOUtils(cm)copyInputStream:toFile:":{"name":"+copyInputStream:toFile:","abstract":"

    Copy an input stream to a file

    ","parent_name":"GPKGIOUtils"},"Classes/GPKGIOUtils.html#/c:objc(cs)GPKGIOUtils(cm)copyInputStream:toFile:withProgress:":{"name":"+copyInputStream:toFile:withProgress:","abstract":"

    Copy an input stream to a file with progress callbacks

    ","parent_name":"GPKGIOUtils"},"Classes/GPKGIOUtils.html#/c:objc(cs)GPKGIOUtils(cm)fileData:":{"name":"+fileData:","abstract":"

    Get the file byte data

    ","parent_name":"GPKGIOUtils"},"Classes/GPKGIOUtils.html#/c:objc(cs)GPKGIOUtils(cm)streamData:":{"name":"+streamData:","abstract":"

    Get the input stream byte data

    ","parent_name":"GPKGIOUtils"},"Classes/GPKGIOUtils.html#/c:objc(cs)GPKGIOUtils(cm)streamString:":{"name":"+streamString:","abstract":"

    Get the input stream string

    ","parent_name":"GPKGIOUtils"},"Classes/GPKGIOUtils.html#/c:objc(cs)GPKGIOUtils(cm)streamString:withEncoding:":{"name":"+streamString:withEncoding:","abstract":"

    Get the input stream string

    ","parent_name":"GPKGIOUtils"},"Classes/GPKGIOUtils.html#/c:objc(cs)GPKGIOUtils(cm)copyInputStream:toOutputStream:":{"name":"+copyInputStream:toOutputStream:","abstract":"

    Copy the input stream to an output stream

    ","parent_name":"GPKGIOUtils"},"Classes/GPKGIOUtils.html#/c:objc(cs)GPKGIOUtils(cm)copyInputStream:toOutputStream:withProgress:":{"name":"+copyInputStream:toOutputStream:withProgress:","abstract":"

    Copy the input stream to an output stream with progress callbacks

    ","parent_name":"GPKGIOUtils"},"Classes/GPKGIOUtils.html#/c:objc(cs)GPKGIOUtils(cm)deleteFile:":{"name":"+deleteFile:","abstract":"

    Delete the file

    ","parent_name":"GPKGIOUtils"},"Classes/GPKGIOUtils.html#/c:objc(cs)GPKGIOUtils(cm)formatBytes:":{"name":"+formatBytes:","abstract":"

    Format the bytes into readable text

    ","parent_name":"GPKGIOUtils"},"Classes/GPKGIOUtils.html#/c:objc(cs)GPKGIOUtils(cm)decodeUrl:":{"name":"+decodeUrl:","abstract":"

    Decode a URL

    ","parent_name":"GPKGIOUtils"},"Classes/GPKGCompressFormats.html#/c:objc(cs)GPKGCompressFormats(cm)name:":{"name":"+name:","abstract":"

    Get the name of the compress format

    ","parent_name":"GPKGCompressFormats"},"Classes/GPKGCompressFormats.html#/c:objc(cs)GPKGCompressFormats(cm)fromName:":{"name":"+fromName:","abstract":"

    Get the compress format from the name

    ","parent_name":"GPKGCompressFormats"},"Classes/GPKGPolylinePoints.html#/c:objc(cs)GPKGPolylinePoints(py)polyline":{"name":"polyline","abstract":"

    Backing polyline

    ","parent_name":"GPKGPolylinePoints"},"Classes/GPKGPolylinePoints.html#/c:objc(cs)GPKGPolylinePoints(py)points":{"name":"points","abstract":"

    Polyline points

    ","parent_name":"GPKGPolylinePoints"},"Classes/GPKGPolylinePoints.html#/c:objc(cs)GPKGPolylinePoints(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGPolylinePoints"},"Classes/GPKGPolylinePoints.html#/c:objc(cs)GPKGPolylinePoints(im)addPoint:":{"name":"-addPoint:","abstract":"

    Add a point

    ","parent_name":"GPKGPolylinePoints"},"Classes/GPKGPolylinePoints.html#/c:objc(cs)GPKGPolylinePoints(im)updateWithMapView:":{"name":"-updateWithMapView:","abstract":"

    Update the polyline points with the map view

    ","parent_name":"GPKGPolylinePoints"},"Classes/GPKGPolylinePoints.html#/c:objc(cs)GPKGPolylinePoints(im)removeFromMapView:":{"name":"-removeFromMapView:","abstract":"

    Remove the polyline points from the map view

    ","parent_name":"GPKGPolylinePoints"},"Classes/GPKGPolylinePoints.html#/c:objc(cs)GPKGPolylinePoints(im)isValid":{"name":"-isValid","abstract":"

    Determine if the polyline points is valid

    ","parent_name":"GPKGPolylinePoints"},"Classes/GPKGPolylinePoints.html#/c:objc(cs)GPKGPolylinePoints(im)isDeleted":{"name":"-isDeleted","abstract":"

    Determine if the polyline points has been deleted

    ","parent_name":"GPKGPolylinePoints"},"Classes/GPKGPolylineOptions.html#/c:objc(cs)GPKGPolylineOptions(py)strokeColor":{"name":"strokeColor","abstract":"

    The stroke color to use for the path

    ","parent_name":"GPKGPolylineOptions"},"Classes/GPKGPolylineOptions.html#/c:objc(cs)GPKGPolylineOptions(py)lineWidth":{"name":"lineWidth","abstract":"

    The stroke width to use for the path

    ","parent_name":"GPKGPolylineOptions"},"Classes/GPKGPolyline.html#/c:objc(cs)GPKGPolyline(py)options":{"name":"options","abstract":"

    Polyline Style Options

    ","parent_name":"GPKGPolyline"},"Classes/GPKGPolygonPoints.html#/c:objc(cs)GPKGPolygonPoints(py)polygon":{"name":"polygon","abstract":"

    Backing polygon

    ","parent_name":"GPKGPolygonPoints"},"Classes/GPKGPolygonPoints.html#/c:objc(cs)GPKGPolygonPoints(py)points":{"name":"points","abstract":"

    Polygon points

    ","parent_name":"GPKGPolygonPoints"},"Classes/GPKGPolygonPoints.html#/c:objc(cs)GPKGPolygonPoints(py)holes":{"name":"holes","abstract":"

    Polygon holes

    ","parent_name":"GPKGPolygonPoints"},"Classes/GPKGPolygonPoints.html#/c:objc(cs)GPKGPolygonPoints(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGPolygonPoints"},"Classes/GPKGPolygonPoints.html#/c:objc(cs)GPKGPolygonPoints(im)addPoint:":{"name":"-addPoint:","abstract":"

    Add a point

    ","parent_name":"GPKGPolygonPoints"},"Classes/GPKGPolygonPoints.html#/c:objc(cs)GPKGPolygonPoints(im)addHole:":{"name":"-addHole:","abstract":"

    Add a hole

    ","parent_name":"GPKGPolygonPoints"},"Classes/GPKGPolygonPoints.html#/c:objc(cs)GPKGPolygonPoints(im)updateWithMapView:":{"name":"-updateWithMapView:","abstract":"

    Update the polygon points with the map view

    ","parent_name":"GPKGPolygonPoints"},"Classes/GPKGPolygonPoints.html#/c:objc(cs)GPKGPolygonPoints(im)removeFromMapView:":{"name":"-removeFromMapView:","abstract":"

    Remove the polygon points from the map view

    ","parent_name":"GPKGPolygonPoints"},"Classes/GPKGPolygonPoints.html#/c:objc(cs)GPKGPolygonPoints(im)isValid":{"name":"-isValid","abstract":"

    Determine if the polygon points is valid

    ","parent_name":"GPKGPolygonPoints"},"Classes/GPKGPolygonPoints.html#/c:objc(cs)GPKGPolygonPoints(im)isDeleted":{"name":"-isDeleted","abstract":"

    Determine if the polygon points has been deleted

    ","parent_name":"GPKGPolygonPoints"},"Classes/GPKGPolygonOptions.html#/c:objc(cs)GPKGPolygonOptions(py)fillColor":{"name":"fillColor","abstract":"

    The fill color to use for the path

    ","parent_name":"GPKGPolygonOptions"},"Classes/GPKGPolygonOptions.html#/c:objc(cs)GPKGPolygonOptions(py)strokeColor":{"name":"strokeColor","abstract":"

    The stroke color to use for the path

    ","parent_name":"GPKGPolygonOptions"},"Classes/GPKGPolygonOptions.html#/c:objc(cs)GPKGPolygonOptions(py)lineWidth":{"name":"lineWidth","abstract":"

    The stroke width to use for the path

    ","parent_name":"GPKGPolygonOptions"},"Classes/GPKGPolygonHolePoints.html#/c:objc(cs)GPKGPolygonHolePoints(py)parentPolygon":{"name":"parentPolygon","abstract":"

    Parent polygon points

    ","parent_name":"GPKGPolygonHolePoints"},"Classes/GPKGPolygonHolePoints.html#/c:objc(cs)GPKGPolygonHolePoints(py)points":{"name":"points","abstract":"

    Polygon hole points

    ","parent_name":"GPKGPolygonHolePoints"},"Classes/GPKGPolygonHolePoints.html#/c:objc(cs)GPKGPolygonHolePoints(im)initWithPolygonPoints:":{"name":"-initWithPolygonPoints:","abstract":"

    Initialize

    ","parent_name":"GPKGPolygonHolePoints"},"Classes/GPKGPolygonHolePoints.html#/c:objc(cs)GPKGPolygonHolePoints(im)addPoint:":{"name":"-addPoint:","abstract":"

    Add a hole point

    ","parent_name":"GPKGPolygonHolePoints"},"Classes/GPKGPolygonHolePoints.html#/c:objc(cs)GPKGPolygonHolePoints(im)removeFromMapView:":{"name":"-removeFromMapView:","abstract":"

    Remove the polygon hole points from the map view

    ","parent_name":"GPKGPolygonHolePoints"},"Classes/GPKGPolygonHolePoints.html#/c:objc(cs)GPKGPolygonHolePoints(im)isValid":{"name":"-isValid","abstract":"

    Determine if the polygon hole points is valid

    ","parent_name":"GPKGPolygonHolePoints"},"Classes/GPKGPolygonHolePoints.html#/c:objc(cs)GPKGPolygonHolePoints(im)isDeleted":{"name":"-isDeleted","abstract":"

    Determine if the polygon hole points has been deleted

    ","parent_name":"GPKGPolygonHolePoints"},"Classes/GPKGPolygon.html#/c:objc(cs)GPKGPolygon(py)options":{"name":"options","abstract":"

    Polygon Style Options

    ","parent_name":"GPKGPolygon"},"Classes/GPKGMultiPolylinePoints.html#/c:objc(cs)GPKGMultiPolylinePoints(py)polylinePoints":{"name":"polylinePoints","abstract":"

    Polyline points

    ","parent_name":"GPKGMultiPolylinePoints"},"Classes/GPKGMultiPolylinePoints.html#/c:objc(cs)GPKGMultiPolylinePoints(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGMultiPolylinePoints"},"Classes/GPKGMultiPolylinePoints.html#/c:objc(cs)GPKGMultiPolylinePoints(im)addPolylinePoints:":{"name":"-addPolylinePoints:","abstract":"

    Add a polyline points shape

    ","parent_name":"GPKGMultiPolylinePoints"},"Classes/GPKGMultiPolylinePoints.html#/c:objc(cs)GPKGMultiPolylinePoints(im)updateWithMapView:":{"name":"-updateWithMapView:","abstract":"

    Update the multiple polyline points with the map view

    ","parent_name":"GPKGMultiPolylinePoints"},"Classes/GPKGMultiPolylinePoints.html#/c:objc(cs)GPKGMultiPolylinePoints(im)removeFromMapView:":{"name":"-removeFromMapView:","abstract":"

    Remove the multiple polyline points from the map view

    ","parent_name":"GPKGMultiPolylinePoints"},"Classes/GPKGMultiPolylinePoints.html#/c:objc(cs)GPKGMultiPolylinePoints(im)hidden:fromMapView:":{"name":"-hidden:fromMapView:","abstract":"

    Updates hidden state on the map

    ","parent_name":"GPKGMultiPolylinePoints"},"Classes/GPKGMultiPolylinePoints.html#/c:objc(cs)GPKGMultiPolylinePoints(im)isValid":{"name":"-isValid","abstract":"

    Determine if the multiple polyline points is valid

    ","parent_name":"GPKGMultiPolylinePoints"},"Classes/GPKGMultiPolylinePoints.html#/c:objc(cs)GPKGMultiPolylinePoints(im)isDeleted":{"name":"-isDeleted","abstract":"

    Determine if the multiple polyline points has been deleted

    ","parent_name":"GPKGMultiPolylinePoints"},"Classes/GPKGMultiPolyline.html#/c:objc(cs)GPKGMultiPolyline(py)polylines":{"name":"polylines","abstract":"

    Polylines

    ","parent_name":"GPKGMultiPolyline"},"Classes/GPKGMultiPolyline.html#/c:objc(cs)GPKGMultiPolyline(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGMultiPolyline"},"Classes/GPKGMultiPolyline.html#/c:objc(cs)GPKGMultiPolyline(im)addPolyline:":{"name":"-addPolyline:","abstract":"

    Add a polyline

    ","parent_name":"GPKGMultiPolyline"},"Classes/GPKGMultiPolyline.html#/c:objc(cs)GPKGMultiPolyline(im)removeFromMapView:":{"name":"-removeFromMapView:","abstract":"

    Remove the multi polyline from the map view

    ","parent_name":"GPKGMultiPolyline"},"Classes/GPKGMultiPolyline.html#/c:objc(cs)GPKGMultiPolyline(im)hidden:fromMapView:":{"name":"-hidden:fromMapView:","abstract":"

    Updates hidden state on the map

    ","parent_name":"GPKGMultiPolyline"},"Classes/GPKGMultiPolygonPoints.html#/c:objc(cs)GPKGMultiPolygonPoints(py)polygonPoints":{"name":"polygonPoints","abstract":"

    Polygon points

    ","parent_name":"GPKGMultiPolygonPoints"},"Classes/GPKGMultiPolygonPoints.html#/c:objc(cs)GPKGMultiPolygonPoints(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGMultiPolygonPoints"},"Classes/GPKGMultiPolygonPoints.html#/c:objc(cs)GPKGMultiPolygonPoints(im)addPolygonPoints:":{"name":"-addPolygonPoints:","abstract":"

    Add a polygon points shape

    ","parent_name":"GPKGMultiPolygonPoints"},"Classes/GPKGMultiPolygonPoints.html#/c:objc(cs)GPKGMultiPolygonPoints(im)updateWithMapView:":{"name":"-updateWithMapView:","abstract":"

    Update the multiple polygon points with the map view

    ","parent_name":"GPKGMultiPolygonPoints"},"Classes/GPKGMultiPolygonPoints.html#/c:objc(cs)GPKGMultiPolygonPoints(im)removeFromMapView:":{"name":"-removeFromMapView:","abstract":"

    Remove the multiple polygon points from the map view

    ","parent_name":"GPKGMultiPolygonPoints"},"Classes/GPKGMultiPolygonPoints.html#/c:objc(cs)GPKGMultiPolygonPoints(im)hidden:fromMapView:":{"name":"-hidden:fromMapView:","abstract":"

    Updates hidden state on the map

    ","parent_name":"GPKGMultiPolygonPoints"},"Classes/GPKGMultiPolygonPoints.html#/c:objc(cs)GPKGMultiPolygonPoints(im)isValid":{"name":"-isValid","abstract":"

    Determine if the multiple polygon points is valid

    ","parent_name":"GPKGMultiPolygonPoints"},"Classes/GPKGMultiPolygonPoints.html#/c:objc(cs)GPKGMultiPolygonPoints(im)isDeleted":{"name":"-isDeleted","abstract":"

    Determine if the multiple polygon points has been deleted

    ","parent_name":"GPKGMultiPolygonPoints"},"Classes/GPKGMultiPolygon.html#/c:objc(cs)GPKGMultiPolygon(py)polygons":{"name":"polygons","abstract":"

    Polygons

    ","parent_name":"GPKGMultiPolygon"},"Classes/GPKGMultiPolygon.html#/c:objc(cs)GPKGMultiPolygon(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGMultiPolygon"},"Classes/GPKGMultiPolygon.html#/c:objc(cs)GPKGMultiPolygon(im)addPolygon:":{"name":"-addPolygon:","abstract":"

    Add a polygon

    ","parent_name":"GPKGMultiPolygon"},"Classes/GPKGMultiPolygon.html#/c:objc(cs)GPKGMultiPolygon(im)removeFromMapView:":{"name":"-removeFromMapView:","abstract":"

    Remove the multi polygon shape from the map view

    ","parent_name":"GPKGMultiPolygon"},"Classes/GPKGMultiPolygon.html#/c:objc(cs)GPKGMultiPolygon(im)hidden:fromMapView:":{"name":"-hidden:fromMapView:","abstract":"

    Updates hidden state

    ","parent_name":"GPKGMultiPolygon"},"Classes/GPKGMultiPoint.html#/c:objc(cs)GPKGMultiPoint(py)points":{"name":"points","abstract":"

    Points

    ","parent_name":"GPKGMultiPoint"},"Classes/GPKGMultiPoint.html#/c:objc(cs)GPKGMultiPoint(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGMultiPoint"},"Classes/GPKGMultiPoint.html#/c:objc(cs)GPKGMultiPoint(im)addPoint:":{"name":"-addPoint:","abstract":"

    Add a point

    ","parent_name":"GPKGMultiPoint"},"Classes/GPKGMultiPoint.html#/c:objc(cs)GPKGMultiPoint(im)removeFromMapView:":{"name":"-removeFromMapView:","abstract":"

    Remove the multi point from the map view

    ","parent_name":"GPKGMultiPoint"},"Classes/GPKGMapShapeTypes.html#/c:objc(cs)GPKGMapShapeTypes(cm)name:":{"name":"+name:","abstract":"

    Get the name of the shape type

    ","parent_name":"GPKGMapShapeTypes"},"Classes/GPKGMapShapeTypes.html#/c:objc(cs)GPKGMapShapeTypes(cm)fromName:":{"name":"+fromName:","abstract":"

    Get the map shape type of the name

    ","parent_name":"GPKGMapShapeTypes"},"Classes/GPKGMapShapePoints.html#/c:objc(cs)GPKGMapShapePoints(py)shape":{"name":"shape","abstract":"

    Map shape

    ","parent_name":"GPKGMapShapePoints"},"Classes/GPKGMapShapePoints.html#/c:objc(cs)GPKGMapShapePoints(py)shapePoints":{"name":"shapePoints","abstract":"

    Mapping between point ids and shape points they belong to (or NSNull for non shapes)

    ","parent_name":"GPKGMapShapePoints"},"Classes/GPKGMapShapePoints.html#/c:objc(cs)GPKGMapShapePoints(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGMapShapePoints"},"Classes/GPKGMapShapePoints.html#/c:objc(cs)GPKGMapShapePoints(im)addPoint:withShape:":{"name":"-addPoint:withShape:","abstract":"

    Add the point to the shape

    ","parent_name":"GPKGMapShapePoints"},"Classes/GPKGMapShapePoints.html#/c:objc(cs)GPKGMapShapePoints(im)addPointId:withShape:":{"name":"-addPointId:withShape:","abstract":"

    Add the point id to the shape

    ","parent_name":"GPKGMapShapePoints"},"Classes/GPKGMapShapePoints.html#/c:objc(cs)GPKGMapShapePoints(im)addShapePoints:":{"name":"-addShapePoints:","abstract":"

    Add all map points in the shape

    ","parent_name":"GPKGMapShapePoints"},"Classes/GPKGMapShapePoints.html#/c:objc(cs)GPKGMapShapePoints(im)addPoint:":{"name":"-addPoint:","abstract":"

    Add a map point with no shape

    ","parent_name":"GPKGMapShapePoints"},"Classes/GPKGMapShapePoints.html#/c:objc(cs)GPKGMapShapePoints(im)addPoints:":{"name":"-addPoints:","abstract":"

    Add an array of map points with no shape

    ","parent_name":"GPKGMapShapePoints"},"Classes/GPKGMapShapePoints.html#/c:objc(cs)GPKGMapShapePoints(im)addMapShapePoints:":{"name":"-addMapShapePoints:","abstract":"

    Add an embedded map shape points

    ","parent_name":"GPKGMapShapePoints"},"Classes/GPKGMapShapePoints.html#/c:objc(cs)GPKGMapShapePoints(im)containsPoint:":{"name":"-containsPoint:","abstract":"

    Check if contains the shape point

    ","parent_name":"GPKGMapShapePoints"},"Classes/GPKGMapShapePoints.html#/c:objc(cs)GPKGMapShapePoints(im)containsPointId:":{"name":"-containsPointId:","abstract":"

    Check if contains the shape point id

    ","parent_name":"GPKGMapShapePoints"},"Classes/GPKGMapShapePoints.html#/c:objc(cs)GPKGMapShapePoints(im)shapePointsForPoint:":{"name":"-shapePointsForPoint:","abstract":"

    Get the shape points for a map point, only returns a value for shapes that can be edited

    ","parent_name":"GPKGMapShapePoints"},"Classes/GPKGMapShapePoints.html#/c:objc(cs)GPKGMapShapePoints(im)shapePointsForPointId:":{"name":"-shapePointsForPointId:","abstract":"

    Get the shape points for a map point id, only returns a value for shapes that can be edited

    ","parent_name":"GPKGMapShapePoints"},"Classes/GPKGMapShapePoints.html#/c:objc(cs)GPKGMapShapePoints(im)deletePoint:fromMapView:":{"name":"-deletePoint:fromMapView:","abstract":"

    Delete the map point and corresponding shape from the map view

    ","parent_name":"GPKGMapShapePoints"},"Classes/GPKGMapShapePoints.html#/c:objc(cs)GPKGMapShapePoints(im)removeFromMapView:":{"name":"-removeFromMapView:","abstract":"

    Removes all objects added to the map view

    ","parent_name":"GPKGMapShapePoints"},"Classes/GPKGMapShapePoints.html#/c:objc(cs)GPKGMapShapePoints(im)updateWithMapView:":{"name":"-updateWithMapView:","abstract":"

    Updates all objects on the map view that could have changed from moved points

    ","parent_name":"GPKGMapShapePoints"},"Classes/GPKGMapShapePoints.html#/c:objc(cs)GPKGMapShapePoints(im)isValid":{"name":"-isValid","abstract":"

    Determines if the shape is in a valid state

    ","parent_name":"GPKGMapShapePoints"},"Classes/GPKGMapShapePoints.html#/c:objc(cs)GPKGMapShapePoints(cm)addPointAsPolygon:toPoints:":{"name":"+addPointAsPolygon:toPoints:","abstract":"

    Polygon add a map point to the points where it is closest to the surrounding points

    ","parent_name":"GPKGMapShapePoints"},"Classes/GPKGMapShapePoints.html#/c:objc(cs)GPKGMapShapePoints(cm)addPointAsPolyline:toPoints:":{"name":"+addPointAsPolyline:toPoints:","abstract":"

    Polyline add a map point to the points where it is closest to the surrounding points

    ","parent_name":"GPKGMapShapePoints"},"Classes/GPKGMapShapePoints.html#/c:objc(cs)GPKGMapShapePoints(im)hidden:fromMapView:":{"name":"-hidden:fromMapView:","abstract":"

    Updates hidden state of all objects

    ","parent_name":"GPKGMapShapePoints"},"Classes/GPKGMapShapePoints.html#/c:objc(cs)GPKGMapShapePoints(im)hiddenPoints:":{"name":"-hiddenPoints:","abstract":"

    Updates hidden state of the shape representing points

    ","parent_name":"GPKGMapShapePoints"},"Classes/GPKGMapShapePoints.html#/c:objc(cs)GPKGMapShapePoints(im)size":{"name":"-size","abstract":"

    Get the shape markers size

    ","parent_name":"GPKGMapShapePoints"},"Classes/GPKGMapShapePoints.html#/c:objc(cs)GPKGMapShapePoints(im)isEmpty":{"name":"-isEmpty","abstract":"

    Check if the shape markers is empty

    ","parent_name":"GPKGMapShapePoints"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(py)projection":{"name":"projection","abstract":"

    Geometry shape projection

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:@E@GPKGPolygonOrientation":{"name":"GPKGPolygonOrientation","abstract":"

    Orientation types of polygon exterior and hole rings

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(py)exteriorOrientation":{"name":"exteriorOrientation","abstract":"

    Convert polygon exteriors to specified orientation

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(py)holeOrientation":{"name":"holeOrientation","abstract":"

    Convert polygon holes to specified orientation

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(py)drawShortestDirection":{"name":"drawShortestDirection","abstract":"

    When true, draw map points from lines and polygons using the closest longitude direction between points","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(py)simplifyTolerance":{"name":"simplifyTolerance","abstract":"

    Tolerance in meters for simplifying lines and polygons to a similar curve with fewer points","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)initWithProjection:":{"name":"-initWithProjection:","abstract":"

    Initialize

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)setSimplifyToleranceAsDouble:":{"name":"-setSimplifyToleranceAsDouble:","abstract":"

    Set the simplify tolerance in meters to simplify lines and polygons to similar curves with fewer points

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toWgs84WithPoint:":{"name":"-toWgs84WithPoint:","abstract":"

    Transform a projection WKB point to WGS84

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toProjectionWithPoint:":{"name":"-toProjectionWithPoint:","abstract":"

    Transform a WGS84 WKB point to the projection

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toMapPointWithPoint:":{"name":"-toMapPointWithPoint:","abstract":"

    Convert a WKB point to a map point

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toMKMapPointWithPoint:":{"name":"-toMKMapPointWithPoint:","abstract":"

    Convert a WKB point to a MapKit map point

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toPointWithMapPoint:":{"name":"-toPointWithMapPoint:","abstract":"

    Convert a map point to a WKB point

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toPointWithMapPoint:andHasZ:andHasM:":{"name":"-toPointWithMapPoint:andHasZ:andHasM:","abstract":"

    Convert a map point to a WKB point

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toPointWithMKMapPoint:":{"name":"-toPointWithMKMapPoint:","abstract":"

    Convert a MapKit map point to a WKB point

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toPointWithMKMapPoint:andHasZ:andHasM:":{"name":"-toPointWithMKMapPoint:andHasZ:andHasM:","abstract":"

    Convert a MapKit map point to a WKB point

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toMapPolylineWithLineString:":{"name":"-toMapPolylineWithLineString:","abstract":"

    Convert a WKB line string to a polyline

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toLineStringWithMapPolyline:":{"name":"-toLineStringWithMapPolyline:","abstract":"

    Convert a MapKit polyline to a WKB line string

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toLineStringWithMapPolyline:andHasZ:andHasM:":{"name":"-toLineStringWithMapPolyline:andHasZ:andHasM:","abstract":"

    Convert a MapKit polyline to a WKB line string

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toLineStringWithMKMapPoints:andPointCount:":{"name":"-toLineStringWithMKMapPoints:andPointCount:","abstract":"

    Convert a pointer array of MapKit map points to a WKB line string

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toLineStringWithMKMapPoints:andPointCount:andHasZ:andHasM:":{"name":"-toLineStringWithMKMapPoints:andPointCount:andHasZ:andHasM:","abstract":"

    Convert a pointer array of MapKit map points to a WKB line string

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toLineStringWithMapPoints:":{"name":"-toLineStringWithMapPoints:","abstract":"

    Convert an array of map points to a WKB line string

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toLineStringWithMapPoints:andHasZ:andHasM:":{"name":"-toLineStringWithMapPoints:andHasZ:andHasM:","abstract":"

    Convert an array of map points to a WKB line string

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toCircularStringWithMapPoints:":{"name":"-toCircularStringWithMapPoints:","abstract":"

    Convert an array of map points to a WKB circular string

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toCircularStringWithMapPoints:andHasZ:andHasM:":{"name":"-toCircularStringWithMapPoints:andHasZ:andHasM:","abstract":"

    Convert an array of map points to a WKB circular string

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)populateLineString:withMKMapPoints:andPointCount:":{"name":"-populateLineString:withMKMapPoints:andPointCount:","abstract":"

    Populate a WKB line string with MapKit map points from a pointer array

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)populateLineString:withMapPoints:":{"name":"-populateLineString:withMapPoints:","abstract":"

    Populate a WKB line string with an array of map points

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toMapPolygonWithPolygon:":{"name":"-toMapPolygonWithPolygon:","abstract":"

    Convert WKB polygon to a MapKit polygon

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toMapCurvePolygonWithPolygon:":{"name":"-toMapCurvePolygonWithPolygon:","abstract":"

    Convert WKB curve polygon to a MapKit polygon

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toPolygonWithMapPolygon:":{"name":"-toPolygonWithMapPolygon:","abstract":"

    Convert a MapKit polygon to a WKB polygon

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toPolygonWithMapPolygon:andHasZ:andHasM:":{"name":"-toPolygonWithMapPolygon:andHasZ:andHasM:","abstract":"

    Convert a MapKit polygon to a WKB polygon

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toPolygonWithMKMapPoints:andPointCount:andHolePolygons:":{"name":"-toPolygonWithMKMapPoints:andPointCount:andHolePolygons:","abstract":"

    Convert a pointer array of MapKit map points and MapKit polygon holes to a WKB polygon

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toPolygonWithMKMapPoints:andPointCount:andHolePolygons:andHasZ:andHasM:":{"name":"-toPolygonWithMKMapPoints:andPointCount:andHolePolygons:andHasZ:andHasM:","abstract":"

    Convert a pointer array of MapKit map points and MapKit polygon holes to a WKB polygon

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toPolygonWithMapPoints:andHolePoints:":{"name":"-toPolygonWithMapPoints:andHolePoints:","abstract":"

    Convert an array of map points and array of hole map point arrays to a WKB polygon

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toPolygonWithMapPoints:andHolePoints:andHasZ:andHasM:":{"name":"-toPolygonWithMapPoints:andHolePoints:andHasZ:andHasM:","abstract":"

    Convert an array of map points and array of hole map point arrays to a WKB polygon

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)shortestDirectionWithLineString:":{"name":"-shortestDirectionWithLineString:","abstract":"

    When drawShortestDirection is enabled, create a new line string where each point is","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toMapMultiPointWithMultiPoint:":{"name":"-toMapMultiPointWithMultiPoint:","abstract":"

    Convert WKB multi point to multi point

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toMultiPointWithMapMultiPoint:":{"name":"-toMultiPointWithMapMultiPoint:","abstract":"

    Convert multi point to WKB multi point

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toMultiPointWithMapMultiPoint:andHasZ:andHasM:":{"name":"-toMultiPointWithMapMultiPoint:andHasZ:andHasM:","abstract":"

    Convert multi point to WKB multi point

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toMultiPointWithMapPoints:":{"name":"-toMultiPointWithMapPoints:","abstract":"

    Convert map points to WKB multi point

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toMultiPointWithMapPoints:andHasZ:andHasM:":{"name":"-toMultiPointWithMapPoints:andHasZ:andHasM:","abstract":"

    Convert map points to WKB multi point

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toMapMultiPolylineWithMultiLineString:":{"name":"-toMapMultiPolylineWithMultiLineString:","abstract":"

    Convert WKB multi line string to multi polyline

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toMultiLineStringWithMapPolylines:":{"name":"-toMultiLineStringWithMapPolylines:","abstract":"

    Convert polylines to WKB multi line string

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toMultiLineStringWithMapPolylines:andHasZ:andHasM:":{"name":"-toMultiLineStringWithMapPolylines:andHasZ:andHasM:","abstract":"

    Convert polylines to WKB multi line string

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toMultiLineStringWithMapPolylinesArray:":{"name":"-toMultiLineStringWithMapPolylinesArray:","abstract":"

    Convert polyline point arrays to WKB multi line string

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toMultiLineStringWithMapPolylinesArray:andHasZ:andHasM:":{"name":"-toMultiLineStringWithMapPolylinesArray:andHasZ:andHasM:","abstract":"

    Convert polyline point arrays to WKB multi line string

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toCompoundCurveWithMapPolylinesArray:":{"name":"-toCompoundCurveWithMapPolylinesArray:","abstract":"

    Convert polyline point arrays to WKB compound curve

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toCompoundCurveWithMapPolylinesArray:andHasZ:andHasM:":{"name":"-toCompoundCurveWithMapPolylinesArray:andHasZ:andHasM:","abstract":"

    Convert polyline point arrays to WKB compound curve

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toMultiLineStringWithMapMultiPolyline:":{"name":"-toMultiLineStringWithMapMultiPolyline:","abstract":"

    Convert multi polyline to WKB multi line string

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toMultiLineStringWithMapMultiPolyline:andHasZ:andHasM:":{"name":"-toMultiLineStringWithMapMultiPolyline:andHasZ:andHasM:","abstract":"

    Convert multi polyline to WKB multi line string

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toCompoundCurveWithMapMultiPolyline:":{"name":"-toCompoundCurveWithMapMultiPolyline:","abstract":"

    Convert multi polyline to WKB compound curve

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toCompoundCurveWithMapMultiPolyline:andHasZ:andHasM:":{"name":"-toCompoundCurveWithMapMultiPolyline:andHasZ:andHasM:","abstract":"

    Convert multi polyline to WKB compound curve

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toMapMultiPolygonWithMultiPolygon:":{"name":"-toMapMultiPolygonWithMultiPolygon:","abstract":"

    Convert WKB multi polygon to multi polygon

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toMultiPolygonWithMapPolygons:":{"name":"-toMultiPolygonWithMapPolygons:","abstract":"

    Convert polygons to WKB multi polygon

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toMultiPolygonWithMapPolygons:andHasZ:andHasM:":{"name":"-toMultiPolygonWithMapPolygons:andHasZ:andHasM:","abstract":"

    Convert polygons to WKB multi polygon

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)createMultiPolygonWithPolygons:":{"name":"-createMultiPolygonWithPolygons:","abstract":"

    Create WKB multi polygon with WKB polygons

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)createMultiPolygonWithPolygons:andHasZ:andHasM:":{"name":"-createMultiPolygonWithPolygons:andHasZ:andHasM:","abstract":"

    Create WKB multi polygon with WKB polygons

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toMultiPolygonWithMapMultiPolygon:":{"name":"-toMultiPolygonWithMapMultiPolygon:","abstract":"

    Convert multi polygon to WKB multi polygon

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toMultiPolygonWithMapMultiPolygon:andHasZ:andHasM:":{"name":"-toMultiPolygonWithMapMultiPolygon:andHasZ:andHasM:","abstract":"

    Convert multi polygon to WKB multi polygon

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toMapMultiPolylineWithCompoundCurve:":{"name":"-toMapMultiPolylineWithCompoundCurve:","abstract":"

    Convert WKB compound curve to multi polyline

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toCompoundCurveWithMapPolylines:":{"name":"-toCompoundCurveWithMapPolylines:","abstract":"

    Convert polylines to WKB compound curve

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toCompoundCurveWithMapPolylines:andHasZ:andHasM:":{"name":"-toCompoundCurveWithMapPolylines:andHasZ:andHasM:","abstract":"

    Convert polylines to WKB compound curve

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toMapMultiPolygonWithPolyhedralSurface:":{"name":"-toMapMultiPolygonWithPolyhedralSurface:","abstract":"

    Convert WKB polyhedral surface to multi polygon

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toPolyhedralSurfaceWithMapPolygons:":{"name":"-toPolyhedralSurfaceWithMapPolygons:","abstract":"

    Convert polygons to WKB polyhedral surface

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toPolyhedralSurfaceWithMapPolygons:andHasZ:andHasM:":{"name":"-toPolyhedralSurfaceWithMapPolygons:andHasZ:andHasM:","abstract":"

    Convert polygons to WKB polyhedral surface

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toPolyhedralSurfaceWithMapMultiPolygon:":{"name":"-toPolyhedralSurfaceWithMapMultiPolygon:","abstract":"

    Convert multi polygon to WKB polyhedral surface

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toPolyhedralSurfaceWithMapMultiPolygon:andHasZ:andHasM:":{"name":"-toPolyhedralSurfaceWithMapMultiPolygon:andHasZ:andHasM:","abstract":"

    Convert multi polygon to WKB polyhedral surface

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toShapeWithGeometry:":{"name":"-toShapeWithGeometry:","abstract":"

    Convert a WKB Geometry to a Map shape

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toShapesWithGeometryCollection:":{"name":"-toShapesWithGeometryCollection:","abstract":"

    Convert a WKB Geometry Collection to an array of Map shapes

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)addGeometry:toMapView:":{"name":"-addGeometry:toMapView:","abstract":"

    Convert a WKB Geometry to a Map shape and add it to the map view

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(cm)addMapShape:toMapView:":{"name":"+addMapShape:toMapView:","abstract":"

    Add a shape to the map view

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(cm)addMapPoint:toMapView:":{"name":"+addMapPoint:toMapView:","abstract":"

    Add a map point to the map view

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(cm)addMapPoint:toMapView:withPointOptions:":{"name":"+addMapPoint:toMapView:withPointOptions:","abstract":"

    Add a map point to the map view with point options

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(cm)addMKMapPoint:toMapView:withPointOptions:":{"name":"+addMKMapPoint:toMapView:withPointOptions:","abstract":"

    Add a MapKit map point to the map view with point options

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(cm)addMapPolyline:toMapView:":{"name":"+addMapPolyline:toMapView:","abstract":"

    Add polyline to the map view

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(cm)addMapPolygon:toMapView:":{"name":"+addMapPolygon:toMapView:","abstract":"

    Add polygon to the map view

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(cm)addMapMultiPoint:toMapView:":{"name":"+addMapMultiPoint:toMapView:","abstract":"

    Add multi point to the map view

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(cm)addMapMultiPoint:toMapView:withPointOptions:":{"name":"+addMapMultiPoint:toMapView:withPointOptions:","abstract":"

    Add multi point to the map view with point options

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(cm)addMapMultiPolyline:toMapView:":{"name":"+addMapMultiPolyline:toMapView:","abstract":"

    Add multi polyline to the map view

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(cm)addMapMultiPolygon:toMapView:":{"name":"+addMapMultiPolygon:toMapView:","abstract":"

    Add multi polygon to the map view

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)addGeometryCollection:toMapView:":{"name":"-addGeometryCollection:toMapView:","abstract":"

    Convert a WKB geometry collection to a list of Map shapes and add it to the map view

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)addMapShape:asPointsToMapView:withPointOptions:andPolylinePointOptions:andPolygonPointOptions:andPolygonPointHoleOptions:andPolylineOptions:andPolygonOptions:":{"name":"-addMapShape:asPointsToMapView:withPointOptions:andPolylinePointOptions:andPolygonPointOptions:andPolygonPointHoleOptions:andPolylineOptions:andPolygonOptions:","abstract":"

    Add a shape to the map view as points

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)addMKMapPoints:withPointCount:asPointsToMapView:withPointOptions:andIgnoreIdenticalEnds:":{"name":"-addMKMapPoints:withPointCount:asPointsToMapView:withPointOptions:andIgnoreIdenticalEnds:","abstract":"

    Add the MapKit map points to the map view as map points

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)addMapPolyline:asPointsToMapView:withPolylinePointOptions:andPolylineOptions:":{"name":"-addMapPolyline:asPointsToMapView:withPolylinePointOptions:andPolylineOptions:","abstract":"

    Add polyline to the map view as points

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)addMapPolygon:asPointsToMapView:withShapePoints:withPolygonPointOptions:andPolygonPointHoleOptions:andPolygonOptions:":{"name":"-addMapPolygon:asPointsToMapView:withShapePoints:withPolygonPointOptions:andPolygonPointHoleOptions:andPolygonOptions:","abstract":"

    Add polygon to the map view as points

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)addMapMultiPolyline:asPointsToMapView:withShapePoints:withPolylinePointOptions:andPolylineOptions:":{"name":"-addMapMultiPolyline:asPointsToMapView:withShapePoints:withPolylinePointOptions:andPolylineOptions:","abstract":"

    Add multi polyline to the map view as points

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)addMapMultiPolygon:asPointsToMapView:withShapePoints:withPolygonPointOptions:andPolygonPointHoleOptions:andPolygonOptions:":{"name":"-addMapMultiPolygon:asPointsToMapView:withShapePoints:withPolygonPointOptions:andPolygonPointHoleOptions:andPolygonOptions:","abstract":"

    Add multi polygon to the map view as points

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(cm)locationCoordinatesFromPoints:":{"name":"+locationCoordinatesFromPoints:","abstract":"

    Get the location coordinates from the map points

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(cm)locationCoordinatesFromLocations:":{"name":"+locationCoordinatesFromLocations:","abstract":"

    Get the location coordinates from the locations

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toGeometryFromMapShape:":{"name":"-toGeometryFromMapShape:","abstract":"

    Convert a Map Shape to a WKB Geometry

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)boundingBoxToWebMercator:":{"name":"-boundingBoxToWebMercator:","abstract":"

    Transform the bounding box in the feature projection to web mercator

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)boundingBoxToWgs84:":{"name":"-boundingBoxToWgs84:","abstract":"

    Transform the bounding box in the feature projection to WGS84

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)boundingBoxFromWebMercator:":{"name":"-boundingBoxFromWebMercator:","abstract":"

    Transform the bounding box in web mercator to the feature projection

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)boundingBoxFromWgs84:":{"name":"-boundingBoxFromWgs84:","abstract":"

    Transform the bounding box in WGS84 to the feature projection

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShape.html#/c:objc(cs)GPKGMapShape(py)geometryType":{"name":"geometryType","abstract":"

    Geometry type

    ","parent_name":"GPKGMapShape"},"Classes/GPKGMapShape.html#/c:objc(cs)GPKGMapShape(py)shapeType":{"name":"shapeType","abstract":"

    Shape type

    ","parent_name":"GPKGMapShape"},"Classes/GPKGMapShape.html#/c:objc(cs)GPKGMapShape(py)shape":{"name":"shape","abstract":"

    Shape object

    ","parent_name":"GPKGMapShape"},"Classes/GPKGMapShape.html#/c:objc(cs)GPKGMapShape(im)initWithGeometryType:andShapeType:andShape:":{"name":"-initWithGeometryType:andShapeType:andShape:","abstract":"

    Initialize

    ","parent_name":"GPKGMapShape"},"Classes/GPKGMapShape.html#/c:objc(cs)GPKGMapShape(im)removeFromMapView:":{"name":"-removeFromMapView:","abstract":"

    Remove the shape from the map view

    ","parent_name":"GPKGMapShape"},"Classes/GPKGMapShape.html#/c:objc(cs)GPKGMapShape(im)hidden:fromMapView:":{"name":"-hidden:fromMapView:","abstract":"

    Set the shape hidden state

    ","parent_name":"GPKGMapShape"},"Classes/GPKGMapShape.html#/c:objc(cs)GPKGMapShape(im)updateWithMapView:":{"name":"-updateWithMapView:","abstract":"

    Update the shape on the map view

    ","parent_name":"GPKGMapShape"},"Classes/GPKGMapShape.html#/c:objc(cs)GPKGMapShape(im)isValid":{"name":"-isValid","abstract":"

    Determine if the map shape is valid

    ","parent_name":"GPKGMapShape"},"Classes/GPKGMapShape.html#/c:objc(cs)GPKGMapShape(im)boundingBox":{"name":"-boundingBox","abstract":"

    Get a bounding box that includes the entire shape

    ","parent_name":"GPKGMapShape"},"Classes/GPKGMapShape.html#/c:objc(cs)GPKGMapShape(im)expandBoundingBox:":{"name":"-expandBoundingBox:","abstract":"

    Expanding the provided bounding box to include the entire shape

    ","parent_name":"GPKGMapShape"},"Classes/GPKGMapPointOptions.html#/c:objc(cs)GPKGMapPointOptions(py)pinTintColor":{"name":"pinTintColor","abstract":"

    Pin tint color

    ","parent_name":"GPKGMapPointOptions"},"Classes/GPKGMapPointOptions.html#/c:objc(cs)GPKGMapPointOptions(py)pinColor":{"name":"pinColor","abstract":"

    Standard pin annotation color","parent_name":"GPKGMapPointOptions"},"Classes/GPKGMapPointOptions.html#/c:objc(cs)GPKGMapPointOptions(py)image":{"name":"image","abstract":"

    Icon image, replacing the use of a pin color

    ","parent_name":"GPKGMapPointOptions"},"Classes/GPKGMapPointOptions.html#/c:objc(cs)GPKGMapPointOptions(py)imageCenterOffset":{"name":"imageCenterOffset","abstract":"

    Image center offset when drawing the image icon

    ","parent_name":"GPKGMapPointOptions"},"Classes/GPKGMapPointOptions.html#/c:objc(cs)GPKGMapPointOptions(py)draggable":{"name":"draggable","abstract":"

    True if the icon is draggable

    ","parent_name":"GPKGMapPointOptions"},"Classes/GPKGMapPointOptions.html#/c:objc(cs)GPKGMapPointOptions(py)initializer":{"name":"initializer","abstract":"

    Map point initializer for callbacks

    ","parent_name":"GPKGMapPointOptions"},"Classes/GPKGMapPointOptions.html#/c:objc(cs)GPKGMapPointOptions(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGMapPointOptions"},"Classes/GPKGMapPointOptions.html#/c:objc(cs)GPKGMapPointOptions(im)pinImage":{"name":"-pinImage","abstract":"

    Pin the image so the middle bottom of the image is drawn at the location

    ","parent_name":"GPKGMapPointOptions"},"Classes/GPKGMapPointOptions.html#/c:objc(cs)GPKGMapPointOptions(im)centerImage":{"name":"-centerImage","abstract":"

    Center the image so it is drawn with the center at the location

    ","parent_name":"GPKGMapPointOptions"},"Classes/GPKGMapPointOptions.html#/c:objc(cs)GPKGMapPointOptions(im)anchorWithU:andV:":{"name":"-anchorWithU:andV:","abstract":"

    Set the image so that is drawn according to the anchor values

    ","parent_name":"GPKGMapPointOptions"},"Classes/GPKGMapPoint.html#/c:objc(cs)GPKGMapPoint(py)coordinate":{"name":"coordinate","abstract":"

    Coordinate location

    ","parent_name":"GPKGMapPoint"},"Classes/GPKGMapPoint.html#/c:objc(cs)GPKGMapPoint(py)title":{"name":"title","abstract":"

    Title and subtitle

    ","parent_name":"GPKGMapPoint"},"Classes/GPKGMapPoint.html#/c:objc(cs)GPKGMapPoint(py)subtitle":{"name":"subtitle","abstract":"

    Title and subtitle

    ","parent_name":"GPKGMapPoint"},"Classes/GPKGMapPoint.html#/c:objc(cs)GPKGMapPoint(py)id":{"name":"id","abstract":"

    Map Point unique id

    ","parent_name":"GPKGMapPoint"},"Classes/GPKGMapPoint.html#/c:objc(cs)GPKGMapPoint(py)options":{"name":"options","abstract":"

    Map point options

    ","parent_name":"GPKGMapPoint"},"Classes/GPKGMapPoint.html#/c:objc(cs)GPKGMapPoint(py)data":{"name":"data","abstract":"

    Additional map point data stored with the point, any type of object may be stored

    ","parent_name":"GPKGMapPoint"},"Classes/GPKGMapPoint.html#/c:objc(cs)GPKGMapPoint(py)view":{"name":"view","abstract":"

    Map annotation view

    ","parent_name":"GPKGMapPoint"},"Classes/GPKGMapPoint.html#/c:objc(cs)GPKGMapPoint(im)initWithLocation:":{"name":"-initWithLocation:","abstract":"

    Initialize with coordinate

    ","parent_name":"GPKGMapPoint"},"Classes/GPKGMapPoint.html#/c:objc(cs)GPKGMapPoint(im)initWithLatitude:andLongitude:":{"name":"-initWithLatitude:andLongitude:","abstract":"

    Initialize with lat and lon

    ","parent_name":"GPKGMapPoint"},"Classes/GPKGMapPoint.html#/c:objc(cs)GPKGMapPoint(im)initWithPoint:":{"name":"-initWithPoint:","abstract":"

    Initialize with well-known binary point

    ","parent_name":"GPKGMapPoint"},"Classes/GPKGMapPoint.html#/c:objc(cs)GPKGMapPoint(im)initWithMKMapPoint:":{"name":"-initWithMKMapPoint:","abstract":"

    Initialize with MapKit map point

    ","parent_name":"GPKGMapPoint"},"Classes/GPKGMapPoint.html#/c:objc(cs)GPKGMapPoint(im)idAsNumber":{"name":"-idAsNumber","abstract":"

    Get the id as a number

    ","parent_name":"GPKGMapPoint"},"Classes/GPKGMapPoint.html#/c:objc(cs)GPKGMapPoint(im)hidden:":{"name":"-hidden:","abstract":"

    If the view has been set, change the hidden state

    ","parent_name":"GPKGMapPoint"},"Classes/GPKGLocationBoundingBox.html#/c:objc(cs)GPKGLocationBoundingBox(py)leftCoordinate":{"name":"leftCoordinate","abstract":"

    Left coordinate

    ","parent_name":"GPKGLocationBoundingBox"},"Classes/GPKGLocationBoundingBox.html#/c:objc(cs)GPKGLocationBoundingBox(py)upCoordinate":{"name":"upCoordinate","abstract":"

    Up coordinate

    ","parent_name":"GPKGLocationBoundingBox"},"Classes/GPKGLocationBoundingBox.html#/c:objc(cs)GPKGLocationBoundingBox(py)rightCoordinate":{"name":"rightCoordinate","abstract":"

    Right coordinate

    ","parent_name":"GPKGLocationBoundingBox"},"Classes/GPKGLocationBoundingBox.html#/c:objc(cs)GPKGLocationBoundingBox(py)downCoordinate":{"name":"downCoordinate","abstract":"

    Down coordinate

    ","parent_name":"GPKGLocationBoundingBox"},"Classes/GPKGLocationBoundingBox.html#/c:objc(cs)GPKGLocationBoundingBox(im)initWithCoordinate:":{"name":"-initWithCoordinate:","abstract":"

    Initialize

    ","parent_name":"GPKGLocationBoundingBox"},"Classes/GPKGLocationBoundingBox.html#/c:objc(cs)GPKGLocationBoundingBox(im)initWithLeft:andUp:andRight:andDown:":{"name":"-initWithLeft:andUp:andRight:andDown:","abstract":"

    Initialize

    ","parent_name":"GPKGLocationBoundingBox"},"Classes/GPKGLocationBoundingBox.html#/c:objc(cs)GPKGLocationBoundingBox(im)westCoordinate":{"name":"-westCoordinate","abstract":"

    Get the west coordinate

    ","parent_name":"GPKGLocationBoundingBox"},"Classes/GPKGLocationBoundingBox.html#/c:objc(cs)GPKGLocationBoundingBox(im)northwestCoordinate":{"name":"-northwestCoordinate","abstract":"

    Get the northwest coordinate

    ","parent_name":"GPKGLocationBoundingBox"},"Classes/GPKGLocationBoundingBox.html#/c:objc(cs)GPKGLocationBoundingBox(im)northCoordinate":{"name":"-northCoordinate","abstract":"

    Get the north coordinate

    ","parent_name":"GPKGLocationBoundingBox"},"Classes/GPKGLocationBoundingBox.html#/c:objc(cs)GPKGLocationBoundingBox(im)northeastCoordinate":{"name":"-northeastCoordinate","abstract":"

    Get the northeast coordinate

    ","parent_name":"GPKGLocationBoundingBox"},"Classes/GPKGLocationBoundingBox.html#/c:objc(cs)GPKGLocationBoundingBox(im)eastCoordinate":{"name":"-eastCoordinate","abstract":"

    Get the east coordinate

    ","parent_name":"GPKGLocationBoundingBox"},"Classes/GPKGLocationBoundingBox.html#/c:objc(cs)GPKGLocationBoundingBox(im)southeastCoordinate":{"name":"-southeastCoordinate","abstract":"

    Get the southeast coordinate

    ","parent_name":"GPKGLocationBoundingBox"},"Classes/GPKGLocationBoundingBox.html#/c:objc(cs)GPKGLocationBoundingBox(im)southCoordinate":{"name":"-southCoordinate","abstract":"

    Get the south coordinate

    ","parent_name":"GPKGLocationBoundingBox"},"Classes/GPKGLocationBoundingBox.html#/c:objc(cs)GPKGLocationBoundingBox(im)southwestCoordinate":{"name":"-southwestCoordinate","abstract":"

    Get the southwest coordinate

    ","parent_name":"GPKGLocationBoundingBox"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)init":{"name":"-init","abstract":"

    Initializer

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)databases":{"name":"-databases","abstract":"

    Get the mapping between databases and tables

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)databasesCount":{"name":"-databasesCount","abstract":"

    Get the databases count

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)tablesInDatabase:":{"name":"-tablesInDatabase:","abstract":"

    Get the mapping between tables and feature ids for the database

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)tablesCountInDatabase:":{"name":"-tablesCountInDatabase:","abstract":"

    Get the tables count for the database

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)featureIdsInDatabase:withTable:":{"name":"-featureIdsInDatabase:withTable:","abstract":"

    Get the mapping between feature ids and map shapes for the database and table

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)featureIdsCountInDatabase:withTable:":{"name":"-featureIdsCountInDatabase:withTable:","abstract":"

    Get the feature ids count for the database and table

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)featureShapeInDatabase:withTable:withFeatureId:":{"name":"-featureShapeInDatabase:withTable:withFeatureId:","abstract":"

    Get the feature shape for the database, table, and feature id

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)featureShapeCountInDatabase:withTable:withFeatureId:":{"name":"-featureShapeCountInDatabase:withTable:withFeatureId:","abstract":"

    Get the feature shape count for the database, table, and feature id

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)addMapShape:withFeatureId:toDatabase:withTable:":{"name":"-addMapShape:withFeatureId:toDatabase:withTable:","abstract":"

    Add a map shape with the feature id, database, and table

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)addMapMetadataShape:withFeatureId:toDatabase:withTable:":{"name":"-addMapMetadataShape:withFeatureId:toDatabase:withTable:","abstract":"

    Add a map metadata shape with the feature id, database, and table

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)existsWithFeatureId:inDatabase:withTable:":{"name":"-existsWithFeatureId:inDatabase:withTable:","abstract":"

    Check if map shapes exist for the feature id, database, and table

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)removeShapesFromMapView:":{"name":"-removeShapesFromMapView:","abstract":"

    Remove all map shapes from the map

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)removeShapesFromMapView:withExclusion:":{"name":"-removeShapesFromMapView:withExclusion:","abstract":"

    Remove all map shapes from the map, excluding shapes with the excluded type

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)removeShapesFromMapView:withExclusions:":{"name":"-removeShapesFromMapView:withExclusions:","abstract":"

    Remove all map shapes from the map, excluding shapes with the excluded types

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)removeShapesFromMapView:inDatabase:":{"name":"-removeShapesFromMapView:inDatabase:","abstract":"

    Remove all map shapes in the database from the map

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)removeShapesFromMapView:inDatabase:withExclusion:":{"name":"-removeShapesFromMapView:inDatabase:withExclusion:","abstract":"

    Remove all map shapes in the database from the map, excluding shapes with the excluded type

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)removeShapesFromMapView:inDatabase:withExclusions:":{"name":"-removeShapesFromMapView:inDatabase:withExclusions:","abstract":"

    Remove all map shapes in the database from the map, excluding shapes with the excluded types

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)removeShapesFromMapView:inDatabase:withTable:":{"name":"-removeShapesFromMapView:inDatabase:withTable:","abstract":"

    Remove all map shapes in the database and table from the map

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)removeShapesFromMapView:inDatabase:withTable:withExclusion:":{"name":"-removeShapesFromMapView:inDatabase:withTable:withExclusion:","abstract":"

    Remove all map shapes in the database and table from the map, excluding shapes with the excluded type

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)removeShapesFromMapView:inDatabase:withTable:withExclusions:":{"name":"-removeShapesFromMapView:inDatabase:withTable:withExclusions:","abstract":"

    Remove all map shapes in the database and table from the map, excluding shapes with the excluded types

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)removeShapesNotWithinMapView:":{"name":"-removeShapesNotWithinMapView:","abstract":"

    Remove all map shapes that are not visible in the map view

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)removeShapesNotWithinMapView:inDatabase:":{"name":"-removeShapesNotWithinMapView:inDatabase:","abstract":"

    Remove all map shapes in the database that are not visible in the map view

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)removeShapesNotWithinMapView:withBoundingBox:inDatabase:":{"name":"-removeShapesNotWithinMapView:withBoundingBox:inDatabase:","abstract":"

    Remove all map shapes in the database that are not visible in the bounding box

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)removeShapesNotWithinMapView:inDatabase:withTable:":{"name":"-removeShapesNotWithinMapView:inDatabase:withTable:","abstract":"

    Remove all map shapes in the database and table that are not visible in the map view

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)removeShapesNotWithinMapView:withBoundingBox:inDatabase:withTable:":{"name":"-removeShapesNotWithinMapView:withBoundingBox:inDatabase:withTable:","abstract":"

    Remove all map shapes in the database and table that are not visible in the bounding box

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)removeFeatureShapeFromMapView:inDatabase:withTable:withFeatureId:":{"name":"-removeFeatureShapeFromMapView:inDatabase:withTable:withFeatureId:","abstract":"

    Remove the feature shape from the database and table

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)clear":{"name":"-clear","abstract":"

    Clear

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShape.html#/c:objc(cs)GPKGFeatureShape(im)initWithId:":{"name":"-initWithId:","abstract":"

    Initializer

    ","parent_name":"GPKGFeatureShape"},"Classes/GPKGFeatureShape.html#/c:objc(cs)GPKGFeatureShape(im)featureId":{"name":"-featureId","abstract":"

    Get feature id

    ","parent_name":"GPKGFeatureShape"},"Classes/GPKGFeatureShape.html#/c:objc(cs)GPKGFeatureShape(im)shapes":{"name":"-shapes","abstract":"

    Get the map shapes

    ","parent_name":"GPKGFeatureShape"},"Classes/GPKGFeatureShape.html#/c:objc(cs)GPKGFeatureShape(im)metadataShapes":{"name":"-metadataShapes","abstract":"

    Get the map metadata shapes

    ","parent_name":"GPKGFeatureShape"},"Classes/GPKGFeatureShape.html#/c:objc(cs)GPKGFeatureShape(im)addShape:":{"name":"-addShape:","abstract":"

    Add a map shape

    ","parent_name":"GPKGFeatureShape"},"Classes/GPKGFeatureShape.html#/c:objc(cs)GPKGFeatureShape(im)addMetadataShape:":{"name":"-addMetadataShape:","abstract":"

    Add a metadata map shape

    ","parent_name":"GPKGFeatureShape"},"Classes/GPKGFeatureShape.html#/c:objc(cs)GPKGFeatureShape(im)count":{"name":"-count","abstract":"

    Get the count of map shapes

    ","parent_name":"GPKGFeatureShape"},"Classes/GPKGFeatureShape.html#/c:objc(cs)GPKGFeatureShape(im)hasShapes":{"name":"-hasShapes","abstract":"

    Determine if there are map shapes

    ","parent_name":"GPKGFeatureShape"},"Classes/GPKGFeatureShape.html#/c:objc(cs)GPKGFeatureShape(im)countMetadataShapes":{"name":"-countMetadataShapes","abstract":"

    Get the count of map metadata shapes

    ","parent_name":"GPKGFeatureShape"},"Classes/GPKGFeatureShape.html#/c:objc(cs)GPKGFeatureShape(im)hasMetadataShapes":{"name":"-hasMetadataShapes","abstract":"

    Determine if there are map metadata shapes

    ","parent_name":"GPKGFeatureShape"},"Classes/GPKGFeatureShape.html#/c:objc(cs)GPKGFeatureShape(im)removeFromMapView:":{"name":"-removeFromMapView:","abstract":"

    Remove all map shapes and metadata map shapes from the map and feature shape

    ","parent_name":"GPKGFeatureShape"},"Classes/GPKGFeatureShape.html#/c:objc(cs)GPKGFeatureShape(im)removeShapesFromMapView:":{"name":"-removeShapesFromMapView:","abstract":"

    Remove the map shapes from the map and feature shape

    ","parent_name":"GPKGFeatureShape"},"Classes/GPKGFeatureShape.html#/c:objc(cs)GPKGFeatureShape(im)removeMetadataShapesFromMapView:":{"name":"-removeMetadataShapesFromMapView:","abstract":"

    Remove the map metadata shapes from the map and feature shape

    ","parent_name":"GPKGFeatureShape"},"Classes/GPKGGeometryUtils.html#/c:objc(cs)GPKGGeometryUtils(cm)computeAreaOfDegreesPath:":{"name":"+computeAreaOfDegreesPath:","abstract":"

    Returns the area of a closed path on Earth.

    ","parent_name":"GPKGGeometryUtils"},"Classes/GPKGGeometryUtils.html#/c:objc(cs)GPKGGeometryUtils(cm)computeSignedAreaOfDegreesPath:":{"name":"+computeSignedAreaOfDegreesPath:","abstract":"

    Returns the signed area of a closed path on Earth. The sign of the area may be used to","parent_name":"GPKGGeometryUtils"},"Classes/GPKGGeometryUtils.html#/c:objc(cs)GPKGGeometryUtils(cm)isClosedPolygonWithPoints:":{"name":"+isClosedPolygonWithPoints:","abstract":"

    Check if the polygon points create a closed polygon with the first and last points at the same location

    ","parent_name":"GPKGGeometryUtils"},"Classes/GPKGGeometryUtils.html#/c:objc(cs)GPKGGeometryUtils(cm)toRadiansWithDegrees:":{"name":"+toRadiansWithDegrees:","abstract":"

    Convert degrees to radians

    ","parent_name":"GPKGGeometryUtils"},"Classes/GPKGGeometryUtils.html#/c:objc(cs)GPKGGeometryUtils(cm)toDegreesWithRadians:":{"name":"+toDegreesWithRadians:","abstract":"

    Convert radians to degrees

    ","parent_name":"GPKGGeometryUtils"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(py)extended":{"name":"extended","abstract":"

    True if an extended geometry, false if standard

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(py)empty":{"name":"empty","abstract":"

    True if the geometry is empty

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(py)byteOrder":{"name":"byteOrder","abstract":"

    Byte ordering, big or little endian

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(py)envelope":{"name":"envelope","abstract":"

    Geometry envelope

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(py)srsId":{"name":"srsId","abstract":"

    Spatial Reference System Id

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(py)wkbGeometryIndex":{"name":"wkbGeometryIndex","abstract":"

    Well-Known Binary Geometry index of where the bytes start

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(py)geometry":{"name":"geometry","abstract":"

    Geometry

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)geometryFilter":{"name":"+geometryFilter","abstract":"

    Get geometry filter

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)setGeometryFilter:":{"name":"+setGeometryFilter:","abstract":"

    Set the geometry filter

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)defaultSrsId":{"name":"+defaultSrsId","abstract":"

    Get the default SRS id

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)setDefaultSrsId:":{"name":"+setDefaultSrsId:","abstract":"

    Set the default SRS id

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)defaultByteOrder":{"name":"+defaultByteOrder","abstract":"

    Get the default byte order

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)setDefaultByteOrder:":{"name":"+setDefaultByteOrder:","abstract":"

    Set the default byte order

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)create":{"name":"+create","abstract":"

    Create geometry data, default SRS Id of {@link #defaultSrsId}

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createWithGeometry:":{"name":"+createWithGeometry:","abstract":"

    Create geometry data, default SRS Id of {@link #defaultSrsId}

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createAndBuildEnvelopeWithGeometry:":{"name":"+createAndBuildEnvelopeWithGeometry:","abstract":"

    Create geometry data and build the envelope, default SRS Id of","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createWithSrsId:":{"name":"+createWithSrsId:","abstract":"

    Create geometry data

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createWithSrsId:andGeometry:":{"name":"+createWithSrsId:andGeometry:","abstract":"

    Create geometry data

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createAndBuildEnvelopeWithSrsId:andGeometry:":{"name":"+createAndBuildEnvelopeWithSrsId:andGeometry:","abstract":"

    Create geometry data and build the envelope

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createAndWriteWithGeometry:":{"name":"+createAndWriteWithGeometry:","abstract":"

    Create geometry data and write the GeoPackage geometry bytes, default SRS","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createBuildEnvelopeAndWriteWithGeometry:":{"name":"+createBuildEnvelopeAndWriteWithGeometry:","abstract":"

    Create geometry data, build the envelope, and write the GeoPackage","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createAndWriteWithSrsId:andGeometry:":{"name":"+createAndWriteWithSrsId:andGeometry:","abstract":"

    Create geometry data and write the GeoPackage geometry bytes

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createBuildEnvelopeAndWriteWithSrsId:andGeometry:":{"name":"+createBuildEnvelopeAndWriteWithSrsId:andGeometry:","abstract":"

    Create geometry data, build the envelope, and write the GeoPackage","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createWithData:":{"name":"+createWithData:","abstract":"

    Create the geometry data from GeoPackage geometry bytes

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createWithGeometry:andEnvelope:":{"name":"+createWithGeometry:andEnvelope:","abstract":"

    Create the geometry data, default SRS Id of {@link #defaultSrsId()}

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createWithSrsId:andGeometry:andEnvelope:":{"name":"+createWithSrsId:andGeometry:andEnvelope:","abstract":"

    Create the geometry data

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createWithGeometryData:":{"name":"+createWithGeometryData:","abstract":"

    Copy the geometry data and create

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createFromWkb:":{"name":"+createFromWkb:","abstract":"

    Create the geometry data from Well-Known Bytes, default SRS Id of","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createAndBuildEnvelopeFromWkb:":{"name":"+createAndBuildEnvelopeFromWkb:","abstract":"

    Create the geometry data from Well-Known Bytes and build the envelope,","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createFromWkb:withSrsId:":{"name":"+createFromWkb:withSrsId:","abstract":"

    Create the geometry data from Well-Known Bytes

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createAndBuildEnvelopeFromWkb:withSrsId:":{"name":"+createAndBuildEnvelopeFromWkb:withSrsId:","abstract":"

    Create the geometry data from Well-Known Bytes and build the envelope

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createAndWriteFromWkb:":{"name":"+createAndWriteFromWkb:","abstract":"

    Create the geometry data from Well-Known Bytes and write the GeoPackage","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createBuildEnvelopeAndWriteFromWkb:":{"name":"+createBuildEnvelopeAndWriteFromWkb:","abstract":"

    Create the geometry data from Well-Known Bytes, build the envelope, and","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createAndWriteFromWkb:withSrsId:":{"name":"+createAndWriteFromWkb:withSrsId:","abstract":"

    Create the geometry data from Well-Known Bytes and write the GeoPackage","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createBuildEnvelopeAndWriteFromWkb:withSrsId:":{"name":"+createBuildEnvelopeAndWriteFromWkb:withSrsId:","abstract":"

    Create the geometry data from Well-Known Bytes, build the envelope, and","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createGeometryFromWkb:":{"name":"+createGeometryFromWkb:","abstract":"

    Create a geometry from Well-Known Bytes

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createFromWkt:":{"name":"+createFromWkt:","abstract":"

    Create the geometry data from Well-Known Text, default SRS Id of","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createAndBuildEnvelopeFromWkt:":{"name":"+createAndBuildEnvelopeFromWkt:","abstract":"

    Create the geometry data from Well-Known Text and build the envelope,","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createFromWkt:withSrsId:":{"name":"+createFromWkt:withSrsId:","abstract":"

    Create the geometry data from Well-Known Text

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createAndBuildEnvelopeFromWkt:withSrsId:":{"name":"+createAndBuildEnvelopeFromWkt:withSrsId:","abstract":"

    Create the geometry data from Well-Known Text and build the envelope

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createAndWriteFromWkt:":{"name":"+createAndWriteFromWkt:","abstract":"

    Create the geometry data from Well-Known Text and write the GeoPackage","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createBuildEnvelopeAndWriteFromWkt:":{"name":"+createBuildEnvelopeAndWriteFromWkt:","abstract":"

    Create the geometry data from Well-Known Text, build the envelope, and","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createAndWriteFromWkt:withSrsId:":{"name":"+createAndWriteFromWkt:withSrsId:","abstract":"

    Create the geometry data from Well-Known Text and write the GeoPackage","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createBuildEnvelopeAndWriteFromWkt:withSrsId:":{"name":"+createBuildEnvelopeAndWriteFromWkt:withSrsId:","abstract":"

    Create the geometry data from Well-Known Text, build the envelope, and","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createGeometryFromWkt:":{"name":"+createGeometryFromWkt:","abstract":"

    Create a geometry from Well-Known Text

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)dataFromGeometry:":{"name":"+dataFromGeometry:","abstract":"

    GeoPackage geometry bytes from the geometry, default SRS Id of","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)dataAndBuildEnvelopeFromGeometry:":{"name":"+dataAndBuildEnvelopeFromGeometry:","abstract":"

    GeoPackage geometry bytes from the geometry with built envelope, default","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)dataFromGeometry:withSrsId:":{"name":"+dataFromGeometry:withSrsId:","abstract":"

    GeoPackage geometry bytes from the geometry

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)dataAndBuildEnvelopeFromGeometry:withSrsId:":{"name":"+dataAndBuildEnvelopeFromGeometry:withSrsId:","abstract":"

    GeoPackage geometry bytes from the geometry with built envelope

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)dataFromWkb:":{"name":"+dataFromWkb:","abstract":"

    GeoPackage geometry bytes from Well-Known bytes, default SRS Id of","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)dataAndBuildEnvelopeFromWkb:":{"name":"+dataAndBuildEnvelopeFromWkb:","abstract":"

    GeoPackage geometry bytes from Well-Known bytes with built envelope,","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)dataFromWkb:withSrsId:":{"name":"+dataFromWkb:withSrsId:","abstract":"

    GeoPackage geometry bytes from Well-Known bytes

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)dataAndBuildEnvelopeFromWkb:withSrsId:":{"name":"+dataAndBuildEnvelopeFromWkb:withSrsId:","abstract":"

    GeoPackage geometry bytes from Well-Known bytes with built envelope

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)dataFromWkt:":{"name":"+dataFromWkt:","abstract":"

    GeoPackage geometry bytes from Well-Known text, default SRS Id of","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)dataAndBuildEnvelopeFromWkt:":{"name":"+dataAndBuildEnvelopeFromWkt:","abstract":"

    GeoPackage geometry bytes from Well-Known text with built envelope,","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)dataFromWkt:withSrsId:":{"name":"+dataFromWkt:withSrsId:","abstract":"

    GeoPackage geometry bytes from Well-Known text

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)dataAndBuildEnvelopeFromWkt:withSrsId:":{"name":"+dataAndBuildEnvelopeFromWkt:withSrsId:","abstract":"

    GeoPackage geometry bytes from Well-Known text with built envelope

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)wkbFromGeometryData:":{"name":"+wkbFromGeometryData:","abstract":"

    Well-Known Bytes from the geometry data

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)wkbFromGeometry:":{"name":"+wkbFromGeometry:","abstract":"

    Well-Known Bytes from the geometry

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)wkbFromData:":{"name":"+wkbFromData:","abstract":"

    Well-Known Bytes from GeoPackage geometry bytes

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)wkbFromWkt:":{"name":"+wkbFromWkt:","abstract":"

    Well-Known Bytes from Well-Known Text

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)wktFromGeometryData:":{"name":"+wktFromGeometryData:","abstract":"

    Well-Known Text from the geometry data

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)wktFromGeometry:":{"name":"+wktFromGeometry:","abstract":"

    Well-Known Text from the geometry

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)wktFromData:":{"name":"+wktFromData:","abstract":"

    Well-Known Text from GeoPackage Geometry Bytes

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)wktFromWkb:":{"name":"+wktFromWkb:","abstract":"

    Well-Known Text from Well-Known Bytes

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)init":{"name":"-init","abstract":"

    Default Initialize, default SRS Id of {@link #defaultSrsId}

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)initWithGeometry:":{"name":"-initWithGeometry:","abstract":"

    Initialize, default SRS Id of {@link #defaultSrsId}

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)initWithGeometry:andBuildEnvelope:":{"name":"-initWithGeometry:andBuildEnvelope:","abstract":"

    Initialize

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)initWithSrsId:":{"name":"-initWithSrsId:","abstract":"

    Initialize

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)initWithSrsId:andGeometry:":{"name":"-initWithSrsId:andGeometry:","abstract":"

    Initialize

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)initWithSrsId:andGeometry:andBuildEnvelope:":{"name":"-initWithSrsId:andGeometry:andBuildEnvelope:","abstract":"

    Initialize

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)initWithGeometry:andEnvelope:":{"name":"-initWithGeometry:andEnvelope:","abstract":"

    Initialize, default SRS Id of {@link #defaultSrsId}

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)initWithSrsId:andGeometry:andEnvelope:":{"name":"-initWithSrsId:andGeometry:andEnvelope:","abstract":"

    Initialize

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)initWithGeometryData:":{"name":"-initWithGeometryData:","abstract":"

    Copy Initialize

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)initWithData:":{"name":"-initWithData:","abstract":"

    Initialize

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)fromData:":{"name":"-fromData:","abstract":"

    Populate the geometry data from the byte data

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)toData":{"name":"-toData","abstract":"

    Write the geometry to byte data

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)boundingBox":{"name":"-boundingBox","abstract":"

    Get the bounding box of the geometry envelope

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)getOrReadGeometry":{"name":"-getOrReadGeometry","abstract":"

    Get the geometry or read it from geometry bytes

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)setData:":{"name":"-setData:","abstract":"

    Set the byte data

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)setData:andGeometryIndex:":{"name":"-setData:andGeometryIndex:","abstract":"

    Set the byte data

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)setHeaderData:":{"name":"-setHeaderData:","abstract":"

    Set the geometry header byte data

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)setGeometryData:":{"name":"-setGeometryData:","abstract":"

    Set the geometry byte data. Updates the empty flag. Extended flag should be","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)setDataWithGeometry:":{"name":"-setDataWithGeometry:","abstract":"

    Set the geometry and write to bytes

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)setDataAndBuildEnvelopeWithGeometry:":{"name":"-setDataAndBuildEnvelopeWithGeometry:","abstract":"

    Set the geometry, build the envelope, and write to bytes

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)setGeometryFromWkb:":{"name":"-setGeometryFromWkb:","abstract":"

    Set the geometry from Well-Known bytes

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)setGeometryFromWkt:":{"name":"-setGeometryFromWkt:","abstract":"

    Set the geometry from Well-Known text

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)clearData":{"name":"-clearData","abstract":"

    Clear the byte data

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)clearHeaderData":{"name":"-clearHeaderData","abstract":"

    Clear the header byte data and overall byte data

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)clearGeometryData":{"name":"-clearGeometryData","abstract":"

    Clear the geometry byte data and overall byte data

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)data":{"name":"-data","abstract":"

    Get the byte data of the entire GeoPackage geometry including GeoPackage","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)headerData":{"name":"-headerData","abstract":"

    Get the GeoPackage header byte data

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)wkb":{"name":"-wkb","abstract":"

    Get the Well-Known Binary Geometry byte data

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)wkt":{"name":"-wkt","abstract":"

    Get a Well-Known text string from the geometry

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)getOrBuildEnvelope":{"name":"-getOrBuildEnvelope","abstract":"

    Get the envelope if it exists or build, set, and retrieve it from the","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)buildEnvelope":{"name":"-buildEnvelope","abstract":"

    Build, set, and retrieve the envelope from the geometry

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)getOrBuildBoundingBox":{"name":"-getOrBuildBoundingBox","abstract":"

    Get the bounding box of the geometry envelope if it exists or build, set","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)buildBoundingBox":{"name":"-buildBoundingBox","abstract":"

    Build, set, and retrieve the bounding box from the geometry

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)indicatorWithEnvelope:":{"name":"+indicatorWithEnvelope:","abstract":"

    Get the envelope flag indicator","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)transform:":{"name":"-transform:","abstract":"

    Transform the geometry data using the provided projection transform

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryCrop.html#/c:objc(cs)GPKGGeometryCrop(cm)cropGeometryData:inProjection:":{"name":"+cropGeometryData:inProjection:","abstract":"

    Crop the geometry data with a world map envelope, defined in the provided","parent_name":"GPKGGeometryCrop"},"Classes/GPKGGeometryCrop.html#/c:objc(cs)GPKGGeometryCrop(cm)cropGeometryData:withEnvelope:inProjection:":{"name":"+cropGeometryData:withEnvelope:inProjection:","abstract":"

    Crop the geometry data with the envelope, both in the provided projection

    ","parent_name":"GPKGGeometryCrop"},"Classes/GPKGGeometryCrop.html#/c:objc(cs)GPKGGeometryCrop(cm)cropGeometry:inProjection:":{"name":"+cropGeometry:inProjection:","abstract":"

    Crop the geometry with a world map envelope, defined in the provided","parent_name":"GPKGGeometryCrop"},"Classes/GPKGGeometryCrop.html#/c:objc(cs)GPKGGeometryCrop(cm)cropGeometry:withEnvelope:inProjection:":{"name":"+cropGeometry:withEnvelope:inProjection:","abstract":"

    Crop the geometry with the envelope, both in the provided projection

    ","parent_name":"GPKGGeometryCrop"},"Classes/GPKGGeometryCrop.html#/c:objc(cs)GPKGGeometryCrop(cm)envelopeForProjection:":{"name":"+envelopeForProjection:","abstract":"

    Get a geometry envelope for the projection

    ","parent_name":"GPKGGeometryCrop"},"Classes/GPKGManualFeatureQueryResults.html#/c:objc(cs)GPKGManualFeatureQueryResults(im)initWithFeatureDao:andIds:":{"name":"-initWithFeatureDao:andIds:","abstract":"

    Initialize

    ","parent_name":"GPKGManualFeatureQueryResults"},"Classes/GPKGManualFeatureQueryResults.html#/c:objc(cs)GPKGManualFeatureQueryResults(im)initWithFeatureDao:andColumns:andIds:":{"name":"-initWithFeatureDao:andColumns:andIds:","abstract":"

    Initialize

    ","parent_name":"GPKGManualFeatureQueryResults"},"Classes/GPKGManualFeatureQueryResults.html#/c:objc(cs)GPKGManualFeatureQueryResults(im)featureDao":{"name":"-featureDao","abstract":"

    Get the feature DAO

    ","parent_name":"GPKGManualFeatureQueryResults"},"Classes/GPKGManualFeatureQueryResults.html#/c:objc(cs)GPKGManualFeatureQueryResults(im)columns":{"name":"-columns","abstract":"

    Get the feature columns

    ","parent_name":"GPKGManualFeatureQueryResults"},"Classes/GPKGManualFeatureQueryResults.html#/c:objc(cs)GPKGManualFeatureQueryResults(im)featureIds":{"name":"-featureIds","abstract":"

    Get the feature ids

    ","parent_name":"GPKGManualFeatureQueryResults"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(py)chunkLimit":{"name":"chunkLimit","abstract":"

    Query single chunk limit

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(py)tolerance":{"name":"tolerance","abstract":"

    Query range tolerance

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)initWithFeatureDao:":{"name":"-initWithFeatureDao:","abstract":"

    Initialize

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)featureDao":{"name":"-featureDao","abstract":"

    Get the feature DAO

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)query":{"name":"-query","abstract":"

    Query for features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:":{"name":"-queryWithDistinct:","abstract":"

    Query for features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithColumns:":{"name":"-queryWithColumns:","abstract":"

    Query for features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andColumns:":{"name":"-queryWithDistinct:andColumns:","abstract":"

    Query for features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)count":{"name":"-count","abstract":"

    Get the count of features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithGeometries":{"name":"-countWithGeometries","abstract":"

    Get the count of features with non null geometries

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithColumn:":{"name":"-countWithColumn:","abstract":"

    Get a count of results

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithDistinct:andColumn:":{"name":"-countWithDistinct:andColumn:","abstract":"

    Get a count of results

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithFieldValues:":{"name":"-queryWithFieldValues:","abstract":"

    Query for features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andFieldValues:":{"name":"-queryWithDistinct:andFieldValues:","abstract":"

    Query for features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithColumns:andFieldValues:":{"name":"-queryWithColumns:andFieldValues:","abstract":"

    Query for features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andColumns:andFieldValues:":{"name":"-queryWithDistinct:andColumns:andFieldValues:","abstract":"

    Query for features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithFieldValues:":{"name":"-countWithFieldValues:","abstract":"

    Count features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithColumn:andFieldValues:":{"name":"-countWithColumn:andFieldValues:","abstract":"

    Count features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithDistinct:andColumn:andFieldValues:":{"name":"-countWithDistinct:andColumn:andFieldValues:","abstract":"

    Count features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWhere:":{"name":"-queryWhere:","abstract":"

    Query for features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andWhere:":{"name":"-queryWithDistinct:andWhere:","abstract":"

    Query for features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithColumns:andWhere:":{"name":"-queryWithColumns:andWhere:","abstract":"

    Query for features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andColumns:andWhere:":{"name":"-queryWithDistinct:andColumns:andWhere:","abstract":"

    Query for features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWhere:":{"name":"-countWhere:","abstract":"

    Count features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithColumn:andWhere:":{"name":"-countWithColumn:andWhere:","abstract":"

    Count features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithDistinct:andColumn:andWhere:":{"name":"-countWithDistinct:andColumn:andWhere:","abstract":"

    Count features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWhere:andWhereArgs:":{"name":"-queryWhere:andWhereArgs:","abstract":"

    Query for features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andWhere:andWhereArgs:":{"name":"-queryWithDistinct:andWhere:andWhereArgs:","abstract":"

    Query for features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithColumns:andWhere:andWhereArgs:":{"name":"-queryWithColumns:andWhere:andWhereArgs:","abstract":"

    Query for features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andColumns:andWhere:andWhereArgs:":{"name":"-queryWithDistinct:andColumns:andWhere:andWhereArgs:","abstract":"

    Query for features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWhere:andWhereArgs:":{"name":"-countWhere:andWhereArgs:","abstract":"

    Count features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithColumn:andWhere:andWhereArgs:":{"name":"-countWithColumn:andWhere:andWhereArgs:","abstract":"

    Count features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithDistinct:andColumn:andWhere:andWhereArgs:":{"name":"-countWithDistinct:andColumn:andWhere:andWhereArgs:","abstract":"

    Count features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)boundingBox":{"name":"-boundingBox","abstract":"

    Manually build the bounds of the feature table

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)boundingBoxInProjection:":{"name":"-boundingBoxInProjection:","abstract":"

    Manually build the bounds of the feature table in the provided projection

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithBoundingBox:":{"name":"-queryWithBoundingBox:","abstract":"

    Manually query for rows within the bounding box

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andBoundingBox:":{"name":"-queryWithDistinct:andBoundingBox:","abstract":"

    Manually query for rows within the bounding box

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithColumns:andBoundingBox:":{"name":"-queryWithColumns:andBoundingBox:","abstract":"

    Manually query for rows within the bounding box

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andColumns:andBoundingBox:":{"name":"-queryWithDistinct:andColumns:andBoundingBox:","abstract":"

    Manually query for rows within the bounding box

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithBoundingBox:":{"name":"-countWithBoundingBox:","abstract":"

    Manually count the rows within the bounding box

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithBoundingBox:andFieldValues:":{"name":"-queryWithBoundingBox:andFieldValues:","abstract":"

    Manually query for rows within the bounding box

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andBoundingBox:andFieldValues:":{"name":"-queryWithDistinct:andBoundingBox:andFieldValues:","abstract":"

    Manually query for rows within the bounding box

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithColumns:andBoundingBox:andFieldValues:":{"name":"-queryWithColumns:andBoundingBox:andFieldValues:","abstract":"

    Manually query for rows within the bounding box

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andColumns:andBoundingBox:andFieldValues:":{"name":"-queryWithDistinct:andColumns:andBoundingBox:andFieldValues:","abstract":"

    Manually query for rows within the bounding box

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithBoundingBox:andFieldValues:":{"name":"-countWithBoundingBox:andFieldValues:","abstract":"

    Manually count the rows within the bounding box

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithBoundingBox:andWhere:":{"name":"-queryWithBoundingBox:andWhere:","abstract":"

    Manually query for rows within the bounding box

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andBoundingBox:andWhere:":{"name":"-queryWithDistinct:andBoundingBox:andWhere:","abstract":"

    Manually query for rows within the bounding box

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithColumns:andBoundingBox:andWhere:":{"name":"-queryWithColumns:andBoundingBox:andWhere:","abstract":"

    Manually query for rows within the bounding box

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andColumns:andBoundingBox:andWhere:":{"name":"-queryWithDistinct:andColumns:andBoundingBox:andWhere:","abstract":"

    Manually query for rows within the bounding box

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithBoundingBox:andWhere:":{"name":"-countWithBoundingBox:andWhere:","abstract":"

    Manually count the rows within the bounding box

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithBoundingBox:andWhere:andWhereArgs:":{"name":"-queryWithBoundingBox:andWhere:andWhereArgs:","abstract":"

    Manually query for rows within the bounding box

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andBoundingBox:andWhere:andWhereArgs:":{"name":"-queryWithDistinct:andBoundingBox:andWhere:andWhereArgs:","abstract":"

    Manually query for rows within the bounding box

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithColumns:andBoundingBox:andWhere:andWhereArgs:":{"name":"-queryWithColumns:andBoundingBox:andWhere:andWhereArgs:","abstract":"

    Manually query for rows within the bounding box

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:":{"name":"-queryWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:","abstract":"

    Manually query for rows within the bounding box

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithBoundingBox:andWhere:andWhereArgs:":{"name":"-countWithBoundingBox:andWhere:andWhereArgs:","abstract":"

    Manually count the rows within the bounding box

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithBoundingBox:inProjection:":{"name":"-queryWithBoundingBox:inProjection:","abstract":"

    Manually query for rows within the bounding box in the provided","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andBoundingBox:inProjection:":{"name":"-queryWithDistinct:andBoundingBox:inProjection:","abstract":"

    Manually query for rows within the bounding box in the provided","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithColumns:andBoundingBox:inProjection:":{"name":"-queryWithColumns:andBoundingBox:inProjection:","abstract":"

    Manually query for rows within the bounding box in the provided","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andColumns:andBoundingBox:inProjection:":{"name":"-queryWithDistinct:andColumns:andBoundingBox:inProjection:","abstract":"

    Manually query for rows within the bounding box in the provided","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithBoundingBox:inProjection:":{"name":"-countWithBoundingBox:inProjection:","abstract":"

    Manually count the rows within the bounding box in the provided","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithBoundingBox:inProjection:andFieldValues:":{"name":"-queryWithBoundingBox:inProjection:andFieldValues:","abstract":"

    Manually query for rows within the bounding box in the provided","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andBoundingBox:inProjection:andFieldValues:":{"name":"-queryWithDistinct:andBoundingBox:inProjection:andFieldValues:","abstract":"

    Manually query for rows within the bounding box in the provided","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithColumns:andBoundingBox:inProjection:andFieldValues:":{"name":"-queryWithColumns:andBoundingBox:inProjection:andFieldValues:","abstract":"

    Manually query for rows within the bounding box in the provided","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:":{"name":"-queryWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:","abstract":"

    Manually query for rows within the bounding box in the provided","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithBoundingBox:inProjection:andFieldValues:":{"name":"-countWithBoundingBox:inProjection:andFieldValues:","abstract":"

    Manually count the rows within the bounding box in the provided","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithBoundingBox:inProjection:andWhere:":{"name":"-queryWithBoundingBox:inProjection:andWhere:","abstract":"

    Manually query for rows within the bounding box in the provided","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andBoundingBox:inProjection:andWhere:":{"name":"-queryWithDistinct:andBoundingBox:inProjection:andWhere:","abstract":"

    Manually query for rows within the bounding box in the provided","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithColumns:andBoundingBox:inProjection:andWhere:":{"name":"-queryWithColumns:andBoundingBox:inProjection:andWhere:","abstract":"

    Manually query for rows within the bounding box in the provided","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:":{"name":"-queryWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:","abstract":"

    Manually query for rows within the bounding box in the provided","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithBoundingBox:inProjection:andWhere:":{"name":"-countWithBoundingBox:inProjection:andWhere:","abstract":"

    Manually count the rows within the bounding box in the provided","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-queryWithBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Manually query for rows within the bounding box in the provided","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-queryWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Manually query for rows within the bounding box in the provided","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-queryWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Manually query for rows within the bounding box in the provided","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-queryWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Manually query for rows within the bounding box in the provided","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-countWithBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Manually count the rows within the bounding box in the provided","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithEnvelope:":{"name":"-queryWithEnvelope:","abstract":"

    Manually query for rows within the geometry envelope

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andEnvelope:":{"name":"-queryWithDistinct:andEnvelope:","abstract":"

    Manually query for rows within the geometry envelope

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithColumns:andEnvelope:":{"name":"-queryWithColumns:andEnvelope:","abstract":"

    Manually query for rows within the geometry envelope

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andColumns:andEnvelope:":{"name":"-queryWithDistinct:andColumns:andEnvelope:","abstract":"

    Manually query for rows within the geometry envelope

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithEnvelope:":{"name":"-countWithEnvelope:","abstract":"

    Manually count the rows within the geometry envelope

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithEnvelope:andFieldValues:":{"name":"-queryWithEnvelope:andFieldValues:","abstract":"

    Manually query for rows within the geometry envelope

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andEnvelope:andFieldValues:":{"name":"-queryWithDistinct:andEnvelope:andFieldValues:","abstract":"

    Manually query for rows within the geometry envelope

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithColumns:andEnvelope:andFieldValues:":{"name":"-queryWithColumns:andEnvelope:andFieldValues:","abstract":"

    Manually query for rows within the geometry envelope

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andColumns:andEnvelope:andFieldValues:":{"name":"-queryWithDistinct:andColumns:andEnvelope:andFieldValues:","abstract":"

    Manually query for rows within the geometry envelope

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithEnvelope:andFieldValues:":{"name":"-countWithEnvelope:andFieldValues:","abstract":"

    Manually count the rows within the geometry envelope

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithEnvelope:andWhere:":{"name":"-queryWithEnvelope:andWhere:","abstract":"

    Manually query for rows within the geometry envelope

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andEnvelope:andWhere:":{"name":"-queryWithDistinct:andEnvelope:andWhere:","abstract":"

    Manually query for rows within the geometry envelope

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithColumns:andEnvelope:andWhere:":{"name":"-queryWithColumns:andEnvelope:andWhere:","abstract":"

    Manually query for rows within the geometry envelope

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andColumns:andEnvelope:andWhere:":{"name":"-queryWithDistinct:andColumns:andEnvelope:andWhere:","abstract":"

    Manually query for rows within the geometry envelope

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithEnvelope:andWhere:":{"name":"-countWithEnvelope:andWhere:","abstract":"

    Manually count the rows within the geometry envelope

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithEnvelope:andWhere:andWhereArgs:":{"name":"-queryWithEnvelope:andWhere:andWhereArgs:","abstract":"

    Manually query for rows within the geometry envelope

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andEnvelope:andWhere:andWhereArgs:":{"name":"-queryWithDistinct:andEnvelope:andWhere:andWhereArgs:","abstract":"

    Manually query for rows within the geometry envelope

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithColumns:andEnvelope:andWhere:andWhereArgs:":{"name":"-queryWithColumns:andEnvelope:andWhere:andWhereArgs:","abstract":"

    Manually query for rows within the geometry envelope

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:":{"name":"-queryWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:","abstract":"

    Manually query for rows within the geometry envelope

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithEnvelope:andWhere:andWhereArgs:":{"name":"-countWithEnvelope:andWhere:andWhereArgs:","abstract":"

    Manually count the rows within the geometry envelope

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithMinX:andMinY:andMaxX:andMaxY:":{"name":"-queryWithMinX:andMinY:andMaxX:andMaxY:","abstract":"

    Manually query for rows within the bounds

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andMinX:andMinY:andMaxX:andMaxY:":{"name":"-queryWithDistinct:andMinX:andMinY:andMaxX:andMaxY:","abstract":"

    Manually query for rows within the bounds

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithColumns:andMinX:andMinY:andMaxX:andMaxY:":{"name":"-queryWithColumns:andMinX:andMinY:andMaxX:andMaxY:","abstract":"

    Manually query for rows within the bounds

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:":{"name":"-queryWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:","abstract":"

    Manually query for rows within the bounds

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithMinX:andMinY:andMaxX:andMaxY:":{"name":"-countWithMinX:andMinY:andMaxX:andMaxY:","abstract":"

    Manually count the rows within the bounds

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithMinX:andMinY:andMaxX:andMaxY:andFieldValues:":{"name":"-queryWithMinX:andMinY:andMaxX:andMaxY:andFieldValues:","abstract":"

    Manually query for rows within the bounds

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:":{"name":"-queryWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:","abstract":"

    Manually query for rows within the bounds

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithColumns:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:":{"name":"-queryWithColumns:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:","abstract":"

    Manually query for rows within the bounds

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:":{"name":"-queryWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:","abstract":"

    Manually query for rows within the bounds

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithMinX:andMinY:andMaxX:andMaxY:andFieldValues:":{"name":"-countWithMinX:andMinY:andMaxX:andMaxY:andFieldValues:","abstract":"

    Manually count the rows within the bounds

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithMinX:andMinY:andMaxX:andMaxY:andWhere:":{"name":"-queryWithMinX:andMinY:andMaxX:andMaxY:andWhere:","abstract":"

    Manually query for rows within the bounds

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andWhere:":{"name":"-queryWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andWhere:","abstract":"

    Manually query for rows within the bounds

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:":{"name":"-queryWithColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:","abstract":"

    Manually query for rows within the bounds

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:":{"name":"-queryWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:","abstract":"

    Manually query for rows within the bounds

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithMinX:andMinY:andMaxX:andMaxY:andWhere:":{"name":"-countWithMinX:andMinY:andMaxX:andMaxY:andWhere:","abstract":"

    Manually count the rows within the bounds

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:":{"name":"-queryWithMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:","abstract":"

    Manually query for rows within the bounds

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:":{"name":"-queryWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:","abstract":"

    Manually query for rows within the bounds

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:":{"name":"-queryWithColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:","abstract":"

    Manually query for rows within the bounds

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:":{"name":"-queryWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:","abstract":"

    Manually query for rows within the bounds

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:":{"name":"-countWithMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:","abstract":"

    Manually count the rows within the bounds

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithLimit:":{"name":"-queryForChunkWithLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithLimit:andOffset:":{"name":"-queryForChunkWithLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithOrderBy:andLimit:":{"name":"-queryForChunkWithOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andLimit:":{"name":"-queryForChunkWithDistinct:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithColumns:andLimit:":{"name":"-queryForChunkWithColumns:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithColumns:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithColumns:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithColumns:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andColumns:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andColumns:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andColumns:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andColumns:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithFieldValues:andLimit:":{"name":"-queryForChunkWithFieldValues:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithFieldValues:andLimit:andOffset:":{"name":"-queryForChunkWithFieldValues:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithFieldValues:andOrderBy:andLimit:":{"name":"-queryForChunkWithFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andFieldValues:andLimit:":{"name":"-queryForChunkWithDistinct:andFieldValues:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andFieldValues:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andFieldValues:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithColumns:andFieldValues:andLimit:":{"name":"-queryForChunkWithColumns:andFieldValues:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithColumns:andFieldValues:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithColumns:andFieldValues:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithColumns:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andColumns:andFieldValues:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andFieldValues:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andColumns:andFieldValues:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andColumns:andFieldValues:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andColumns:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithWhere:andLimit:":{"name":"-queryForChunkWithWhere:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithWhere:andLimit:andOffset:":{"name":"-queryForChunkWithWhere:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithWhere:andOrderBy:andLimit:":{"name":"-queryForChunkWithWhere:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andWhere:andLimit:":{"name":"-queryForChunkWithDistinct:andWhere:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andWhere:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andWhere:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andWhere:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithColumns:andWhere:andLimit:":{"name":"-queryForChunkWithColumns:andWhere:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithColumns:andWhere:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andWhere:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithColumns:andWhere:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithColumns:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andColumns:andWhere:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andWhere:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andColumns:andWhere:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andWhere:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andColumns:andWhere:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andColumns:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithWhere:andWhereArgs:andLimit:":{"name":"-queryForChunkWithWhere:andWhereArgs:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryForChunkWithWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryForChunkWithWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andWhere:andWhereArgs:andLimit:":{"name":"-queryForChunkWithDistinct:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithColumns:andWhere:andWhereArgs:andLimit:":{"name":"-queryForChunkWithColumns:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithColumns:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Manually query for rows within the geometry envelope, starting at the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Manually query for rows within the bounds, starting at the offset and","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGFeatureTableReader.html#/c:objc(cs)GPKGFeatureTableReader(py)columnName":{"name":"columnName","abstract":"

    Geometry column name

    ","parent_name":"GPKGFeatureTableReader"},"Classes/GPKGFeatureTableReader.html#/c:objc(cs)GPKGFeatureTableReader(im)initWithGeometryColumns:":{"name":"-initWithGeometryColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTableReader"},"Classes/GPKGFeatureTableReader.html#/c:objc(cs)GPKGFeatureTableReader(im)initWithTable:andGeometryColumn:":{"name":"-initWithTable:andGeometryColumn:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTableReader"},"Classes/GPKGFeatureTableReader.html#/c:objc(cs)GPKGFeatureTableReader(im)initWithTable:":{"name":"-initWithTable:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTableReader"},"Classes/GPKGFeatureTableReader.html#/c:objc(cs)GPKGFeatureTableReader(im)readFeatureTableWithConnection:":{"name":"-readFeatureTableWithConnection:","abstract":"

    Read the feature table with the database connection

    ","parent_name":"GPKGFeatureTableReader"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)create":{"name":"+create","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithAutoincrement:":{"name":"+createWithAutoincrement:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithGeometryColumns:":{"name":"+createWithGeometryColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithGeometryColumns:andAutoincrement:":{"name":"+createWithGeometryColumns:andAutoincrement:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithGeometryColumns:andBoundingBox:":{"name":"+createWithGeometryColumns:andBoundingBox:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithGeometryColumns:andAutoincrement:andBoundingBox:":{"name":"+createWithGeometryColumns:andAutoincrement:andBoundingBox:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithGeometryColumns:andIdColumn:":{"name":"+createWithGeometryColumns:andIdColumn:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithGeometryColumns:andIdColumn:andAutoincrement:":{"name":"+createWithGeometryColumns:andIdColumn:andAutoincrement:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithGeometryColumns:andIdColumn:andBoundingBox:":{"name":"+createWithGeometryColumns:andIdColumn:andBoundingBox:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithGeometryColumns:andIdColumn:andAutoincrement:andBoundingBox:":{"name":"+createWithGeometryColumns:andIdColumn:andAutoincrement:andBoundingBox:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithGeometryColumns:andAdditionalColumns:":{"name":"+createWithGeometryColumns:andAdditionalColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithGeometryColumns:andAutoincrement:andAdditionalColumns:":{"name":"+createWithGeometryColumns:andAutoincrement:andAdditionalColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithGeometryColumns:andAdditionalColumns:andBoundingBox:":{"name":"+createWithGeometryColumns:andAdditionalColumns:andBoundingBox:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithGeometryColumns:andAutoincrement:andAdditionalColumns:andBoundingBox:":{"name":"+createWithGeometryColumns:andAutoincrement:andAdditionalColumns:andBoundingBox:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithGeometryColumns:andIdColumn:andAdditionalColumns:":{"name":"+createWithGeometryColumns:andIdColumn:andAdditionalColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithGeometryColumns:andIdColumn:andAutoincrement:andAdditionalColumns:":{"name":"+createWithGeometryColumns:andIdColumn:andAutoincrement:andAdditionalColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithGeometryColumns:andIdColumn:andAdditionalColumns:andBoundingBox:":{"name":"+createWithGeometryColumns:andIdColumn:andAdditionalColumns:andBoundingBox:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithGeometryColumns:andIdColumn:andAutoincrement:andAdditionalColumns:andBoundingBox:":{"name":"+createWithGeometryColumns:andIdColumn:andAutoincrement:andAdditionalColumns:andBoundingBox:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithGeometryColumns:andColumns:":{"name":"+createWithGeometryColumns:andColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithGeometryColumns:andBoundingBox:andColumns:":{"name":"+createWithGeometryColumns:andBoundingBox:andColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithGeometryColumns:andTable:":{"name":"+createWithGeometryColumns:andTable:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithGeometryColumns:andBoundingBox:andTable:":{"name":"+createWithGeometryColumns:andBoundingBox:andTable:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithDataType:":{"name":"+createWithDataType:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithDataType:andAutoincrement:":{"name":"+createWithDataType:andAutoincrement:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithDataType:andGeometryColumns:":{"name":"+createWithDataType:andGeometryColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithDataType:andGeometryColumns:andAutoincrement:":{"name":"+createWithDataType:andGeometryColumns:andAutoincrement:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithDataType:andGeometryColumns:andBoundingBox:":{"name":"+createWithDataType:andGeometryColumns:andBoundingBox:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithDataType:andGeometryColumns:andAutoincrement:andBoundingBox:":{"name":"+createWithDataType:andGeometryColumns:andAutoincrement:andBoundingBox:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithDataType:andGeometryColumns:andIdColumn:":{"name":"+createWithDataType:andGeometryColumns:andIdColumn:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithDataType:andGeometryColumns:andIdColumn:andAutoincrement:":{"name":"+createWithDataType:andGeometryColumns:andIdColumn:andAutoincrement:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithDataType:andGeometryColumns:andIdColumn:andBoundingBox:":{"name":"+createWithDataType:andGeometryColumns:andIdColumn:andBoundingBox:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithDataType:andGeometryColumns:andIdColumn:andAutoincrement:andBoundingBox:":{"name":"+createWithDataType:andGeometryColumns:andIdColumn:andAutoincrement:andBoundingBox:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithDataType:andGeometryColumns:andAdditionalColumns:":{"name":"+createWithDataType:andGeometryColumns:andAdditionalColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithDataType:andGeometryColumns:andAutoincrement:andAdditionalColumns:":{"name":"+createWithDataType:andGeometryColumns:andAutoincrement:andAdditionalColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithDataType:andGeometryColumns:andAdditionalColumns:andBoundingBox:":{"name":"+createWithDataType:andGeometryColumns:andAdditionalColumns:andBoundingBox:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithDataType:andGeometryColumns:andAutoincrement:andAdditionalColumns:andBoundingBox:":{"name":"+createWithDataType:andGeometryColumns:andAutoincrement:andAdditionalColumns:andBoundingBox:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithDataType:andGeometryColumns:andIdColumn:andAdditionalColumns:":{"name":"+createWithDataType:andGeometryColumns:andIdColumn:andAdditionalColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithDataType:andGeometryColumns:andIdColumn:andAutoincrement:andAdditionalColumns:":{"name":"+createWithDataType:andGeometryColumns:andIdColumn:andAutoincrement:andAdditionalColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithDataType:andGeometryColumns:andIdColumn:andAdditionalColumns:andBoundingBox:":{"name":"+createWithDataType:andGeometryColumns:andIdColumn:andAdditionalColumns:andBoundingBox:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithDataType:andGeometryColumns:andIdColumn:andAutoincrement:andAdditionalColumns:andBoundingBox:":{"name":"+createWithDataType:andGeometryColumns:andIdColumn:andAutoincrement:andAdditionalColumns:andBoundingBox:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithDataType:andGeometryColumns:andColumns:":{"name":"+createWithDataType:andGeometryColumns:andColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithDataType:andGeometryColumns:andBoundingBox:andColumns:":{"name":"+createWithDataType:andGeometryColumns:andBoundingBox:andColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithDataType:andGeometryColumns:andTable:":{"name":"+createWithDataType:andGeometryColumns:andTable:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithDataType:andGeometryColumns:andBoundingBox:andTable:":{"name":"+createWithDataType:andGeometryColumns:andBoundingBox:andTable:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(py)boundingBox":{"name":"boundingBox","abstract":"

    Bounding box

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(py)geometryColumns":{"name":"geometryColumns","abstract":"

    Geometry columns

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(im)initWithGeometryColumns:andIdColumn:andAdditionalColumns:andBoundingBox:":{"name":"-initWithGeometryColumns:andIdColumn:andAdditionalColumns:andBoundingBox:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(im)initWithDataType:andGeometryColumns:andIdColumn:andAdditionalColumns:andBoundingBox:":{"name":"-initWithDataType:andGeometryColumns:andIdColumn:andAdditionalColumns:andBoundingBox:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(im)initWithGeometryColumns:andIdColumn:andAutoincrement:andAdditionalColumns:andBoundingBox:":{"name":"-initWithGeometryColumns:andIdColumn:andAutoincrement:andAdditionalColumns:andBoundingBox:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(im)initWithDataType:andGeometryColumns:andIdColumn:andAutoincrement:andAdditionalColumns:andBoundingBox:":{"name":"-initWithDataType:andGeometryColumns:andIdColumn:andAutoincrement:andAdditionalColumns:andBoundingBox:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(im)initWithGeometryColumns:andBoundingBox:andColumns:":{"name":"-initWithGeometryColumns:andBoundingBox:andColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(im)initWithDataType:andGeometryColumns:andBoundingBox:andColumns:":{"name":"-initWithDataType:andGeometryColumns:andBoundingBox:andColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(im)columnName":{"name":"-columnName","abstract":"

    Get the column name

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(im)geometryType":{"name":"-geometryType","abstract":"

    Get the geometry type

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTable.html#/c:objc(cs)GPKGFeatureTable(im)initWithGeometryColumns:andColumns:":{"name":"-initWithGeometryColumns:andColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTable"},"Classes/GPKGFeatureTable.html#/c:objc(cs)GPKGFeatureTable(im)initWithTable:andColumns:":{"name":"-initWithTable:andColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTable"},"Classes/GPKGFeatureTable.html#/c:objc(cs)GPKGFeatureTable(im)initWithTable:andGeometryColumn:andColumns:":{"name":"-initWithTable:andGeometryColumn:andColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTable"},"Classes/GPKGFeatureTable.html#/c:objc(cs)GPKGFeatureTable(im)featureColumns":{"name":"-featureColumns","abstract":"

    Get the feature columns

    ","parent_name":"GPKGFeatureTable"},"Classes/GPKGFeatureTable.html#/c:objc(cs)GPKGFeatureTable(im)geometryColumnIndex":{"name":"-geometryColumnIndex","abstract":"

    Get the geometry column index

    ","parent_name":"GPKGFeatureTable"},"Classes/GPKGFeatureTable.html#/c:objc(cs)GPKGFeatureTable(im)geometryColumn":{"name":"-geometryColumn","abstract":"

    Get the geometry feature column

    ","parent_name":"GPKGFeatureTable"},"Classes/GPKGFeatureTable.html#/c:objc(cs)GPKGFeatureTable(im)geometryColumnName":{"name":"-geometryColumnName","abstract":"

    Get the geometry column name

    ","parent_name":"GPKGFeatureTable"},"Classes/GPKGFeatureTable.html#/c:objc(cs)GPKGFeatureTable(im)idAndGeometryColumnNames":{"name":"-idAndGeometryColumnNames","abstract":"

    Get the Id and Geometry Column names

    ","parent_name":"GPKGFeatureTable"},"Classes/GPKGFeatureRow.html#/c:objc(cs)GPKGFeatureRow(py)featureTable":{"name":"featureTable","abstract":"

    Feature Table

    ","parent_name":"GPKGFeatureRow"},"Classes/GPKGFeatureRow.html#/c:objc(cs)GPKGFeatureRow(py)featureColumns":{"name":"featureColumns","abstract":"

    Feature Columns

    ","parent_name":"GPKGFeatureRow"},"Classes/GPKGFeatureRow.html#/c:objc(cs)GPKGFeatureRow(im)initWithFeatureTable:andColumns:andValues:":{"name":"-initWithFeatureTable:andColumns:andValues:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureRow"},"Classes/GPKGFeatureRow.html#/c:objc(cs)GPKGFeatureRow(im)initWithFeatureTable:":{"name":"-initWithFeatureTable:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureRow"},"Classes/GPKGFeatureRow.html#/c:objc(cs)GPKGFeatureRow(im)geometryColumnIndex":{"name":"-geometryColumnIndex","abstract":"

    Get the geometry column index

    ","parent_name":"GPKGFeatureRow"},"Classes/GPKGFeatureRow.html#/c:objc(cs)GPKGFeatureRow(im)geometryColumn":{"name":"-geometryColumn","abstract":"

    Get the geometry column

    ","parent_name":"GPKGFeatureRow"},"Classes/GPKGFeatureRow.html#/c:objc(cs)GPKGFeatureRow(im)geometryColumnName":{"name":"-geometryColumnName","abstract":"

    Get the geometry column name

    ","parent_name":"GPKGFeatureRow"},"Classes/GPKGFeatureRow.html#/c:objc(cs)GPKGFeatureRow(im)geometry":{"name":"-geometry","abstract":"

    Get the geometry

    ","parent_name":"GPKGFeatureRow"},"Classes/GPKGFeatureRow.html#/c:objc(cs)GPKGFeatureRow(im)setGeometry:":{"name":"-setGeometry:","abstract":"

    Set the geometry

    ","parent_name":"GPKGFeatureRow"},"Classes/GPKGFeatureRow.html#/c:objc(cs)GPKGFeatureRow(im)geometryValue":{"name":"-geometryValue","abstract":"

    Get the simple features geometry value

    ","parent_name":"GPKGFeatureRow"},"Classes/GPKGFeatureRow.html#/c:objc(cs)GPKGFeatureRow(im)geometryType":{"name":"-geometryType","abstract":"

    Get the simple features geometry type

    ","parent_name":"GPKGFeatureRow"},"Classes/GPKGFeatureRow.html#/c:objc(cs)GPKGFeatureRow(im)geometryEnvelope":{"name":"-geometryEnvelope","abstract":"

    Get the geometry envelope

    ","parent_name":"GPKGFeatureRow"},"Classes/GPKGFeatureDao.html#/c:objc(cs)GPKGFeatureDao(py)geometryColumns":{"name":"geometryColumns","abstract":"

    Geometry Columns

    ","parent_name":"GPKGFeatureDao"},"Classes/GPKGFeatureDao.html#/c:objc(cs)GPKGFeatureDao(py)metadataDb":{"name":"metadataDb","abstract":"

    Metadata db

    ","parent_name":"GPKGFeatureDao"},"Classes/GPKGFeatureDao.html#/c:objc(cs)GPKGFeatureDao(im)initWithDatabase:andTable:andGeometryColumns:andMetadataDb:":{"name":"-initWithDatabase:andTable:andGeometryColumns:andMetadataDb:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureDao"},"Classes/GPKGFeatureDao.html#/c:objc(cs)GPKGFeatureDao(im)featureTable":{"name":"-featureTable","abstract":"

    Get the feature table

    ","parent_name":"GPKGFeatureDao"},"Classes/GPKGFeatureDao.html#/c:objc(cs)GPKGFeatureDao(im)row:":{"name":"-row:","abstract":"

    Get the feature row for the current result in the result set

    ","parent_name":"GPKGFeatureDao"},"Classes/GPKGFeatureDao.html#/c:objc(cs)GPKGFeatureDao(im)featureRow:":{"name":"-featureRow:","abstract":"

    Get the feature row for the current result in the result set

    ","parent_name":"GPKGFeatureDao"},"Classes/GPKGFeatureDao.html#/c:objc(cs)GPKGFeatureDao(im)rowWithRow:":{"name":"-rowWithRow:","abstract":"

    Get the feature row for the row

    ","parent_name":"GPKGFeatureDao"},"Classes/GPKGFeatureDao.html#/c:objc(cs)GPKGFeatureDao(im)newRow":{"name":"-newRow","abstract":"

    Create a new feature row

    ","parent_name":"GPKGFeatureDao"},"Classes/GPKGFeatureDao.html#/c:objc(cs)GPKGFeatureDao(im)geometryColumnName":{"name":"-geometryColumnName","abstract":"

    Get the geometry column name

    ","parent_name":"GPKGFeatureDao"},"Classes/GPKGFeatureDao.html#/c:objc(cs)GPKGFeatureDao(im)geometryType":{"name":"-geometryType","abstract":"

    Get the geometry type

    ","parent_name":"GPKGFeatureDao"},"Classes/GPKGFeatureDao.html#/c:objc(cs)GPKGFeatureDao(im)srs":{"name":"-srs","abstract":"

    Get the Spatial Reference System

    ","parent_name":"GPKGFeatureDao"},"Classes/GPKGFeatureDao.html#/c:objc(cs)GPKGFeatureDao(im)srsId":{"name":"-srsId","abstract":"

    Get the Spatial Reference System id

    ","parent_name":"GPKGFeatureDao"},"Classes/GPKGFeatureDao.html#/c:objc(cs)GPKGFeatureDao(im)idColumn":{"name":"-idColumn","abstract":"

    Get the Id Column

    ","parent_name":"GPKGFeatureDao"},"Classes/GPKGFeatureDao.html#/c:objc(cs)GPKGFeatureDao(im)idColumnName":{"name":"-idColumnName","abstract":"

    Get the Id Column name

    ","parent_name":"GPKGFeatureDao"},"Classes/GPKGFeatureDao.html#/c:objc(cs)GPKGFeatureDao(im)idAndGeometryColumnNames":{"name":"-idAndGeometryColumnNames","abstract":"

    Get the Id and Geometry Column names

    ","parent_name":"GPKGFeatureDao"},"Classes/GPKGFeatureColumns.html#/c:objc(cs)GPKGFeatureColumns(py)geometryColumnName":{"name":"geometryColumnName","abstract":"

    Geometry column name

    ","parent_name":"GPKGFeatureColumns"},"Classes/GPKGFeatureColumns.html#/c:objc(cs)GPKGFeatureColumns(py)geometryIndex":{"name":"geometryIndex","abstract":"

    Geometry column index

    ","parent_name":"GPKGFeatureColumns"},"Classes/GPKGFeatureColumns.html#/c:objc(cs)GPKGFeatureColumns(im)initWithTable:andGeometryColumn:andColumns:":{"name":"-initWithTable:andGeometryColumn:andColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureColumns"},"Classes/GPKGFeatureColumns.html#/c:objc(cs)GPKGFeatureColumns(im)initWithTable:andGeometryColumn:andColumns:andCustom:":{"name":"-initWithTable:andGeometryColumn:andColumns:andCustom:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureColumns"},"Classes/GPKGFeatureColumns.html#/c:objc(cs)GPKGFeatureColumns(im)initWithFeatureColumns:":{"name":"-initWithFeatureColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureColumns"},"Classes/GPKGFeatureColumns.html#/c:objc(cs)GPKGFeatureColumns(im)hasGeometryColumn":{"name":"-hasGeometryColumn","abstract":"

    Check if the table has a geometry column

    ","parent_name":"GPKGFeatureColumns"},"Classes/GPKGFeatureColumns.html#/c:objc(cs)GPKGFeatureColumns(im)geometryColumn":{"name":"-geometryColumn","abstract":"

    Get the geometry feature column

    ","parent_name":"GPKGFeatureColumns"},"Classes/GPKGFeatureColumn.html#/c:objc(cs)GPKGFeatureColumn(py)geometryType":{"name":"geometryType","abstract":"

    Geometry type if a geometry column

    ","parent_name":"GPKGFeatureColumn"},"Classes/GPKGFeatureColumn.html#/c:objc(cs)GPKGFeatureColumn(cm)createPrimaryKeyColumnWithName:":{"name":"+createPrimaryKeyColumnWithName:","abstract":"

    Create a new primary key column

    ","parent_name":"GPKGFeatureColumn"},"Classes/GPKGFeatureColumn.html#/c:objc(cs)GPKGFeatureColumn(cm)createPrimaryKeyColumnWithName:andAutoincrement:":{"name":"+createPrimaryKeyColumnWithName:andAutoincrement:","abstract":"

    Create a new primary key column

    ","parent_name":"GPKGFeatureColumn"},"Classes/GPKGFeatureColumn.html#/c:objc(cs)GPKGFeatureColumn(cm)createPrimaryKeyColumnWithIndex:andName:":{"name":"+createPrimaryKeyColumnWithIndex:andName:","abstract":"

    Create a new primary key column

    ","parent_name":"GPKGFeatureColumn"},"Classes/GPKGFeatureColumn.html#/c:objc(cs)GPKGFeatureColumn(cm)createPrimaryKeyColumnWithIndex:andName:andAutoincrement:":{"name":"+createPrimaryKeyColumnWithIndex:andName:andAutoincrement:","abstract":"

    Create a new primary key column

    ","parent_name":"GPKGFeatureColumn"},"Classes/GPKGFeatureColumn.html#/c:objc(cs)GPKGFeatureColumn(cm)createGeometryColumnWithName:andGeometryType:":{"name":"+createGeometryColumnWithName:andGeometryType:","abstract":"

    Create a new geometry column

    ","parent_name":"GPKGFeatureColumn"},"Classes/GPKGFeatureColumn.html#/c:objc(cs)GPKGFeatureColumn(cm)createGeometryColumnWithIndex:andName:andGeometryType:":{"name":"+createGeometryColumnWithIndex:andName:andGeometryType:","abstract":"

    Create a new geometry column

    ","parent_name":"GPKGFeatureColumn"},"Classes/GPKGFeatureColumn.html#/c:objc(cs)GPKGFeatureColumn(cm)createGeometryColumnWithName:andGeometryType:andNotNull:andDefaultValue:":{"name":"+createGeometryColumnWithName:andGeometryType:andNotNull:andDefaultValue:","abstract":"

    Create a new geometry column

    ","parent_name":"GPKGFeatureColumn"},"Classes/GPKGFeatureColumn.html#/c:objc(cs)GPKGFeatureColumn(cm)createGeometryColumnWithIndex:andName:andGeometryType:andNotNull:andDefaultValue:":{"name":"+createGeometryColumnWithIndex:andName:andGeometryType:andNotNull:andDefaultValue:","abstract":"

    Create a new geometry column

    ","parent_name":"GPKGFeatureColumn"},"Classes/GPKGFeatureColumn.html#/c:objc(cs)GPKGFeatureColumn(cm)createColumnWithName:andDataType:":{"name":"+createColumnWithName:andDataType:","abstract":"

    Create a new column

    ","parent_name":"GPKGFeatureColumn"},"Classes/GPKGFeatureColumn.html#/c:objc(cs)GPKGFeatureColumn(cm)createColumnWithIndex:andName:andDataType:":{"name":"+createColumnWithIndex:andName:andDataType:","abstract":"

    Create a new column

    ","parent_name":"GPKGFeatureColumn"},"Classes/GPKGFeatureColumn.html#/c:objc(cs)GPKGFeatureColumn(cm)createColumnWithName:andDataType:andNotNull:":{"name":"+createColumnWithName:andDataType:andNotNull:","abstract":"

    Create a new column

    ","parent_name":"GPKGFeatureColumn"},"Classes/GPKGFeatureColumn.html#/c:objc(cs)GPKGFeatureColumn(cm)createColumnWithIndex:andName:andDataType:andNotNull:":{"name":"+createColumnWithIndex:andName:andDataType:andNotNull:","abstract":"

    Create a new column

    ","parent_name":"GPKGFeatureColumn"},"Classes/GPKGFeatureColumn.html#/c:objc(cs)GPKGFeatureColumn(cm)createColumnWithName:andDataType:andNotNull:andDefaultValue:":{"name":"+createColumnWithName:andDataType:andNotNull:andDefaultValue:","abstract":"

    Create a new column

    ","parent_name":"GPKGFeatureColumn"},"Classes/GPKGFeatureColumn.html#/c:objc(cs)GPKGFeatureColumn(cm)createColumnWithIndex:andName:andDataType:andNotNull:andDefaultValue:":{"name":"+createColumnWithIndex:andName:andDataType:andNotNull:andDefaultValue:","abstract":"

    Create a new column

    ","parent_name":"GPKGFeatureColumn"},"Classes/GPKGFeatureColumn.html#/c:objc(cs)GPKGFeatureColumn(cm)createColumnWithName:andDataType:andMax:":{"name":"+createColumnWithName:andDataType:andMax:","abstract":"

    Create a new column

    ","parent_name":"GPKGFeatureColumn"},"Classes/GPKGFeatureColumn.html#/c:objc(cs)GPKGFeatureColumn(cm)createColumnWithIndex:andName:andDataType:andMax:":{"name":"+createColumnWithIndex:andName:andDataType:andMax:","abstract":"

    Create a new column

    ","parent_name":"GPKGFeatureColumn"},"Classes/GPKGFeatureColumn.html#/c:objc(cs)GPKGFeatureColumn(cm)createColumnWithName:andDataType:andMax:andNotNull:andDefaultValue:":{"name":"+createColumnWithName:andDataType:andMax:andNotNull:andDefaultValue:","abstract":"

    Create a new column

    ","parent_name":"GPKGFeatureColumn"},"Classes/GPKGFeatureColumn.html#/c:objc(cs)GPKGFeatureColumn(cm)createColumnWithIndex:andName:andDataType:andMax:andNotNull:andDefaultValue:":{"name":"+createColumnWithIndex:andName:andDataType:andMax:andNotNull:andDefaultValue:","abstract":"

    Create a new column

    ","parent_name":"GPKGFeatureColumn"},"Classes/GPKGFeatureColumn.html#/c:objc(cs)GPKGFeatureColumn(cm)createColumnWithTableColumn:":{"name":"+createColumnWithTableColumn:","abstract":"

    Create a new column

    ","parent_name":"GPKGFeatureColumn"},"Classes/GPKGFeatureColumn.html#/c:objc(cs)GPKGFeatureColumn(im)initWithIndex:andName:andDataType:andMax:andNotNull:andDefaultValue:andPrimaryKey:andAutoincrement:andGeometryType:":{"name":"-initWithIndex:andName:andDataType:andMax:andNotNull:andDefaultValue:andPrimaryKey:andAutoincrement:andGeometryType:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureColumn"},"Classes/GPKGFeatureColumn.html#/c:objc(cs)GPKGFeatureColumn(im)isGeometry":{"name":"-isGeometry","abstract":"

    Determine if this column is a geometry

    ","parent_name":"GPKGFeatureColumn"},"Classes/GPKGFeatureCacheTables.html#/c:objc(cs)GPKGFeatureCacheTables(py)maxCacheSize":{"name":"maxCacheSize","abstract":"

    Max Cache size

    ","parent_name":"GPKGFeatureCacheTables"},"Classes/GPKGFeatureCacheTables.html#/c:objc(cs)GPKGFeatureCacheTables(im)init":{"name":"-init","abstract":"

    Initialize, created with cache size of GPKGFeatureCache DEFAULT_FEATURE_CACHE_MAX_SIZE

    ","parent_name":"GPKGFeatureCacheTables"},"Classes/GPKGFeatureCacheTables.html#/c:objc(cs)GPKGFeatureCacheTables(im)initWithMaxCacheSize:":{"name":"-initWithMaxCacheSize:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureCacheTables"},"Classes/GPKGFeatureCacheTables.html#/c:objc(cs)GPKGFeatureCacheTables(im)tables":{"name":"-tables","abstract":"

    Get the feature table names with a feature row cache

    ","parent_name":"GPKGFeatureCacheTables"},"Classes/GPKGFeatureCacheTables.html#/c:objc(cs)GPKGFeatureCacheTables(im)cacheForTable:":{"name":"-cacheForTable:","abstract":"

    Get or create a feature row cache for the table name

    ","parent_name":"GPKGFeatureCacheTables"},"Classes/GPKGFeatureCacheTables.html#/c:objc(cs)GPKGFeatureCacheTables(im)cacheForRow:":{"name":"-cacheForRow:","abstract":"

    Get or create a feature row cache for the feature row

    ","parent_name":"GPKGFeatureCacheTables"},"Classes/GPKGFeatureCacheTables.html#/c:objc(cs)GPKGFeatureCacheTables(im)maxSizeForTable:":{"name":"-maxSizeForTable:","abstract":"

    Get the cache max size for the table name

    ","parent_name":"GPKGFeatureCacheTables"},"Classes/GPKGFeatureCacheTables.html#/c:objc(cs)GPKGFeatureCacheTables(im)rowByTable:andId:":{"name":"-rowByTable:andId:","abstract":"

    Get the cached feature row by table name and feature id

    ","parent_name":"GPKGFeatureCacheTables"},"Classes/GPKGFeatureCacheTables.html#/c:objc(cs)GPKGFeatureCacheTables(im)putRow:":{"name":"-putRow:","abstract":"

    Cache the feature row

    ","parent_name":"GPKGFeatureCacheTables"},"Classes/GPKGFeatureCacheTables.html#/c:objc(cs)GPKGFeatureCacheTables(im)removeRow:":{"name":"-removeRow:","abstract":"

    Remove the cached feature row

    ","parent_name":"GPKGFeatureCacheTables"},"Classes/GPKGFeatureCacheTables.html#/c:objc(cs)GPKGFeatureCacheTables(im)removeRowByTable:andId:":{"name":"-removeRowByTable:andId:","abstract":"

    Remove the cached feature row by id

    ","parent_name":"GPKGFeatureCacheTables"},"Classes/GPKGFeatureCacheTables.html#/c:objc(cs)GPKGFeatureCacheTables(im)clearForTable:":{"name":"-clearForTable:","abstract":"

    Clear the feature table cache

    ","parent_name":"GPKGFeatureCacheTables"},"Classes/GPKGFeatureCacheTables.html#/c:objc(cs)GPKGFeatureCacheTables(im)clear":{"name":"-clear","abstract":"

    Clear all caches

    ","parent_name":"GPKGFeatureCacheTables"},"Classes/GPKGFeatureCacheTables.html#/c:objc(cs)GPKGFeatureCacheTables(im)resizeForTable:withMaxCacheSize:":{"name":"-resizeForTable:withMaxCacheSize:","abstract":"

    Resize the feature table cache

    ","parent_name":"GPKGFeatureCacheTables"},"Classes/GPKGFeatureCacheTables.html#/c:objc(cs)GPKGFeatureCacheTables(im)resizeWithMaxCacheSize:":{"name":"-resizeWithMaxCacheSize:","abstract":"

    Resize all caches and update the max cache size

    ","parent_name":"GPKGFeatureCacheTables"},"Classes/GPKGFeatureCacheTables.html#/c:objc(cs)GPKGFeatureCacheTables(im)clearAndResizeForTable:withMaxCacheSize:":{"name":"-clearAndResizeForTable:withMaxCacheSize:","abstract":"

    Clear and resize the feature table cache

    ","parent_name":"GPKGFeatureCacheTables"},"Classes/GPKGFeatureCacheTables.html#/c:objc(cs)GPKGFeatureCacheTables(im)clearAndResizeWithMaxCacheSize:":{"name":"-clearAndResizeWithMaxCacheSize:","abstract":"

    Clear and resize all caches and update the max cache size

    ","parent_name":"GPKGFeatureCacheTables"},"Classes/GPKGFeatureCache.html#/c:objc(cs)GPKGFeatureCache(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureCache"},"Classes/GPKGFeatureCache.html#/c:objc(cs)GPKGFeatureCache(im)initWithMaxSize:":{"name":"-initWithMaxSize:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureCache"},"Classes/GPKGFeatureCache.html#/c:objc(cs)GPKGFeatureCache(im)maxSize":{"name":"-maxSize","abstract":"

    Get the cache max size

    ","parent_name":"GPKGFeatureCache"},"Classes/GPKGFeatureCache.html#/c:objc(cs)GPKGFeatureCache(im)rowById:":{"name":"-rowById:","abstract":"

    Get the cached feature row by feature id

    ","parent_name":"GPKGFeatureCache"},"Classes/GPKGFeatureCache.html#/c:objc(cs)GPKGFeatureCache(im)rowByIdNumber:":{"name":"-rowByIdNumber:","abstract":"

    Get the cached feature row by feature id

    ","parent_name":"GPKGFeatureCache"},"Classes/GPKGFeatureCache.html#/c:objc(cs)GPKGFeatureCache(im)putRow:":{"name":"-putRow:","abstract":"

    Cache the feature row

    ","parent_name":"GPKGFeatureCache"},"Classes/GPKGFeatureCache.html#/c:objc(cs)GPKGFeatureCache(im)removeRow:":{"name":"-removeRow:","abstract":"

    Remove the cached feature row

    ","parent_name":"GPKGFeatureCache"},"Classes/GPKGFeatureCache.html#/c:objc(cs)GPKGFeatureCache(im)removeById:":{"name":"-removeById:","abstract":"

    Remove the cached feature row by id

    ","parent_name":"GPKGFeatureCache"},"Classes/GPKGFeatureCache.html#/c:objc(cs)GPKGFeatureCache(im)removeByIdNumber:":{"name":"-removeByIdNumber:","abstract":"

    Remove the cached feature row by id

    ","parent_name":"GPKGFeatureCache"},"Classes/GPKGFeatureCache.html#/c:objc(cs)GPKGFeatureCache(im)clear":{"name":"-clear","abstract":"

    Clear the cache

    ","parent_name":"GPKGFeatureCache"},"Classes/GPKGFeatureCache.html#/c:objc(cs)GPKGFeatureCache(im)resizeWithMaxSize:":{"name":"-resizeWithMaxSize:","abstract":"

    Resize the cache

    ","parent_name":"GPKGFeatureCache"},"Classes/GPKGFeatureCache.html#/c:objc(cs)GPKGFeatureCache(im)clearAndResizeWithMaxSize:":{"name":"-clearAndResizeWithMaxSize:","abstract":"

    Clear and resize the cache

    ","parent_name":"GPKGFeatureCache"},"Classes/GPKGMultipleFeatureIndexResults.html#/c:objc(cs)GPKGMultipleFeatureIndexResults(im)initWithFeatureIndexResults:":{"name":"-initWithFeatureIndexResults:","abstract":"

    Initializer

    ","parent_name":"GPKGMultipleFeatureIndexResults"},"Classes/GPKGMultipleFeatureIndexResults.html#/c:objc(cs)GPKGMultipleFeatureIndexResults(im)initWithFeatureIndexResults1:andFeatureIndexResults2:":{"name":"-initWithFeatureIndexResults1:andFeatureIndexResults2:","abstract":"

    Initializer

    ","parent_name":"GPKGMultipleFeatureIndexResults"},"Classes/GPKGMultipleFeatureIndexResults.html#/c:objc(cs)GPKGMultipleFeatureIndexResults(im)initWithFeatureIndexResultsArray:":{"name":"-initWithFeatureIndexResultsArray:","abstract":"

    Initializer

    ","parent_name":"GPKGMultipleFeatureIndexResults"},"Classes/GPKGFeatureIndexTypes.html#/c:objc(cs)GPKGFeatureIndexTypes(cm)name:":{"name":"+name:","abstract":"

    Get the name of the feature index type

    ","parent_name":"GPKGFeatureIndexTypes"},"Classes/GPKGFeatureIndexTypes.html#/c:objc(cs)GPKGFeatureIndexTypes(cm)fromName:":{"name":"+fromName:","abstract":"

    Get the feature index type from the feature index type name

    ","parent_name":"GPKGFeatureIndexTypes"},"Classes/GPKGFeatureIndexResults.html#/c:objc(cs)GPKGFeatureIndexResults(py)ids":{"name":"ids","abstract":"

    Flag for iterating over feature ids in place of feature rows

    ","parent_name":"GPKGFeatureIndexResults"},"Classes/GPKGFeatureIndexResults.html#/c:objc(cs)GPKGFeatureIndexResults(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureIndexResults"},"Classes/GPKGFeatureIndexResults.html#/c:objc(cs)GPKGFeatureIndexResults(im)count":{"name":"-count","abstract":"

    Get the count of results

    ","parent_name":"GPKGFeatureIndexResults"},"Classes/GPKGFeatureIndexResults.html#/c:objc(cs)GPKGFeatureIndexResults(im)moveToNext":{"name":"-moveToNext","abstract":"

    Move to the next feature row if additional exist

    ","parent_name":"GPKGFeatureIndexResults"},"Classes/GPKGFeatureIndexResults.html#/c:objc(cs)GPKGFeatureIndexResults(im)featureRow":{"name":"-featureRow","abstract":"

    Get the current location feature row

    ","parent_name":"GPKGFeatureIndexResults"},"Classes/GPKGFeatureIndexResults.html#/c:objc(cs)GPKGFeatureIndexResults(im)featureId":{"name":"-featureId","abstract":"

    Get the current location feature id

    ","parent_name":"GPKGFeatureIndexResults"},"Classes/GPKGFeatureIndexResults.html#/c:objc(cs)GPKGFeatureIndexResults(im)close":{"name":"-close","abstract":"

    Close the results

    ","parent_name":"GPKGFeatureIndexResults"},"Classes/GPKGFeatureIndexResultSetResults.html#/c:objc(cs)GPKGFeatureIndexResultSetResults(im)initWithResults:":{"name":"-initWithResults:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureIndexResultSetResults"},"Classes/GPKGFeatureIndexResultSetResults.html#/c:objc(cs)GPKGFeatureIndexResultSetResults(im)results":{"name":"-results","abstract":"

    Get the results

    ","parent_name":"GPKGFeatureIndexResultSetResults"},"Classes/GPKGFeatureIndexMetadataResults.html#/c:objc(cs)GPKGFeatureIndexMetadataResults(im)initWithFeatureTableIndex:andResults:":{"name":"-initWithFeatureTableIndex:andResults:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureIndexMetadataResults"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(py)indexLocation":{"name":"indexLocation","abstract":"

    Index location

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(py)continueOnError":{"name":"continueOnError","abstract":"

    When an exception occurs on a certain index, continue to other index","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)initWithGeoPackage:andFeatureTable:":{"name":"-initWithGeoPackage:andFeatureTable:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)initWithGeoPackage:andFeatureDao:":{"name":"-initWithGeoPackage:andFeatureDao:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)close":{"name":"-close","abstract":"

    Close the index connections

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)featureDao":{"name":"-featureDao","abstract":"

    Get the feature DAO

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)featureTableIndex":{"name":"-featureTableIndex","abstract":"

    Get the feature table index, used to index inside the GeoPackage as an extension

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)featureIndexer":{"name":"-featureIndexer","abstract":"

    Get the feature indexer, used to index in metadata tables

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)rTreeIndexTableDao":{"name":"-rTreeIndexTableDao","abstract":"

    Get the RTree Index Table DAO

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)indexLocationQueryOrder":{"name":"-indexLocationQueryOrder","abstract":"

    Get the ordered index query locations

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)prioritizeQueryLocationWithType:":{"name":"-prioritizeQueryLocationWithType:","abstract":"

    Prioritize the query location order. The type is placed at the front of the query order,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)prioritizeQueryLocationWithTypes:":{"name":"-prioritizeQueryLocationWithTypes:","abstract":"

    Prioritize the query location order. All types are placed at the front of the query order","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)setIndexLocationOrderWithTypes:":{"name":"-setIndexLocationOrderWithTypes:","abstract":"

    Set the index location order, overriding all previously set types

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)setProgress:":{"name":"-setProgress:","abstract":"

    Set the GeoPackage Progress

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)index":{"name":"-index","abstract":"

    Index the feature table if needed, using the set index location

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)indexFeatureIndexTypes:":{"name":"-indexFeatureIndexTypes:","abstract":"

    Index the feature tables if needed for the index types

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)indexWithFeatureIndexType:":{"name":"-indexWithFeatureIndexType:","abstract":"

    Index the feature table if needed

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)indexWithForce:":{"name":"-indexWithForce:","abstract":"

    Index the feature table, using the set index location

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)indexWithForce:andFeatureIndexTypes:":{"name":"-indexWithForce:andFeatureIndexTypes:","abstract":"

    Index the feature tables for the index types

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)indexWithFeatureIndexType:andForce:":{"name":"-indexWithFeatureIndexType:andForce:","abstract":"

    Index the feature table

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)indexWithFeatureRow:":{"name":"-indexWithFeatureRow:","abstract":"

    Index the feature row, using the set index location.","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)indexWithFeatureRow:andFeatureIndexTypes:":{"name":"-indexWithFeatureRow:andFeatureIndexTypes:","abstract":"

    Index the feature row for the index types.","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)indexWithFeatureIndexType:andFeatureRow:":{"name":"-indexWithFeatureIndexType:andFeatureRow:","abstract":"

    Index the feature row. This method assumes that indexing has been completed and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)deleteIndex":{"name":"-deleteIndex","abstract":"

    Delete the feature index

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)deleteAllIndexes":{"name":"-deleteAllIndexes","abstract":"

    Delete the feature index from all query order locations

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)deleteIndexWithFeatureIndexTypes:":{"name":"-deleteIndexWithFeatureIndexTypes:","abstract":"

    Delete the feature index from the index types

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)deleteIndexWithFeatureIndexType:":{"name":"-deleteIndexWithFeatureIndexType:","abstract":"

    Delete the feature index

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)deleteIndexWithFeatureRow:":{"name":"-deleteIndexWithFeatureRow:","abstract":"

    Delete the feature index for the feature row

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)deleteIndexWithFeatureRow:andFeatureIndexTypes:":{"name":"-deleteIndexWithFeatureRow:andFeatureIndexTypes:","abstract":"

    Delete the feature index for the feature row from the index types

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)deleteIndexWithFeatureIndexType:andFeatureRow:":{"name":"-deleteIndexWithFeatureIndexType:andFeatureRow:","abstract":"

    Delete the feature index for the feature row

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)deleteIndexWithGeomId:":{"name":"-deleteIndexWithGeomId:","abstract":"

    Delete the feature index for the geometry id

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)deleteIndexWithGeomId:andFeatureIndexTypes:":{"name":"-deleteIndexWithGeomId:andFeatureIndexTypes:","abstract":"

    Delete the feature index for the geometry id from the index types

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)deleteIndexWithFeatureIndexType:andGeomId:":{"name":"-deleteIndexWithFeatureIndexType:andGeomId:","abstract":"

    Delete the feature index for the geometry id

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)retainIndexWithFeatureIndexType:":{"name":"-retainIndexWithFeatureIndexType:","abstract":"

    Retain the feature index from the index types and delete the others

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)retainIndexWithFeatureIndexTypes:":{"name":"-retainIndexWithFeatureIndexTypes:","abstract":"

    Retain the feature index from the index types and delete the others

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)indexedTypes":{"name":"-indexedTypes","abstract":"

    Get the indexed types that are currently indexed

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)isIndexed":{"name":"-isIndexed","abstract":"

    Determine if the feature table is indexed

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)isIndexedWithFeatureIndexType:":{"name":"-isIndexedWithFeatureIndexType:","abstract":"

    Is the feature table indexed in the provided type location

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)lastIndexed":{"name":"-lastIndexed","abstract":"

    Get the date last indexed

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)lastIndexedWithFeatureIndexType:":{"name":"-lastIndexedWithFeatureIndexType:","abstract":"

    Get the date last indexed

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)location":{"name":"-location","abstract":"

    Get a feature index location to iterate over indexed types

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)indexedType":{"name":"-indexedType","abstract":"

    Get the first ordered indexed type

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)idColumn":{"name":"-idColumn","abstract":"

    Get the feature table id column name, the default column ordering

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)query":{"name":"-query","abstract":"

    Query for all feature index results

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:":{"name":"-queryWithDistinct:","abstract":"

    Query for all feature index results

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithColumns:":{"name":"-queryWithColumns:","abstract":"

    Query for all feature index results

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andColumns:":{"name":"-queryWithDistinct:andColumns:","abstract":"

    Query for all feature index results

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithColumn:":{"name":"-countWithColumn:","abstract":"

    Query for all feature index count

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithDistinct:andColumn:":{"name":"-countWithDistinct:andColumn:","abstract":"

    Query for all feature index count

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)count":{"name":"-count","abstract":"

    Query for all feature index count

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithFieldValues:":{"name":"-queryWithFieldValues:","abstract":"

    Query for feature index results

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andFieldValues:":{"name":"-queryWithDistinct:andFieldValues:","abstract":"

    Query for feature index results

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithColumns:andFieldValues:":{"name":"-queryWithColumns:andFieldValues:","abstract":"

    Query for feature index results

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andColumns:andFieldValues:":{"name":"-queryWithDistinct:andColumns:andFieldValues:","abstract":"

    Query for feature index results

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithFieldValues:":{"name":"-countWithFieldValues:","abstract":"

    Query for feature index count

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithColumn:andFieldValues:":{"name":"-countWithColumn:andFieldValues:","abstract":"

    Query for feature index count

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithDistinct:andColumn:andFieldValues:":{"name":"-countWithDistinct:andColumn:andFieldValues:","abstract":"

    Query for feature index count

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWhere:":{"name":"-queryWhere:","abstract":"

    Query for feature index results

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andWhere:":{"name":"-queryWithDistinct:andWhere:","abstract":"

    Query for feature index results

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithColumns:andWhere:":{"name":"-queryWithColumns:andWhere:","abstract":"

    Query for feature index results

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andColumns:andWhere:":{"name":"-queryWithDistinct:andColumns:andWhere:","abstract":"

    Query for feature index results

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWhere:":{"name":"-countWhere:","abstract":"

    Query for feature index count

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithColumn:andWhere:":{"name":"-countWithColumn:andWhere:","abstract":"

    Query for feature index count

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithDistinct:andColumn:andWhere:":{"name":"-countWithDistinct:andColumn:andWhere:","abstract":"

    Query for feature index count

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWhere:andWhereArgs:":{"name":"-queryWhere:andWhereArgs:","abstract":"

    Query for feature index results

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andWhere:andWhereArgs:":{"name":"-queryWithDistinct:andWhere:andWhereArgs:","abstract":"

    Query for feature index results

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithColumns:andWhere:andWhereArgs:":{"name":"-queryWithColumns:andWhere:andWhereArgs:","abstract":"

    Query for feature index results

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andColumns:andWhere:andWhereArgs:":{"name":"-queryWithDistinct:andColumns:andWhere:andWhereArgs:","abstract":"

    Query for feature index results

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWhere:andWhereArgs:":{"name":"-countWhere:andWhereArgs:","abstract":"

    Query for feature index count

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithColumn:andWhere:andWhereArgs:":{"name":"-countWithColumn:andWhere:andWhereArgs:","abstract":"

    Query for feature index count

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithDistinct:andColumn:andWhere:andWhereArgs:":{"name":"-countWithDistinct:andColumn:andWhere:andWhereArgs:","abstract":"

    Query for feature index count

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)boundingBox":{"name":"-boundingBox","abstract":"

    Query for the feature index bounds

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)boundingBoxInProjection:":{"name":"-boundingBoxInProjection:","abstract":"

    Query for the feature index bounds and return in the provided projection

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithBoundingBox:":{"name":"-queryWithBoundingBox:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andBoundingBox:":{"name":"-queryWithDistinct:andBoundingBox:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithColumns:andBoundingBox:":{"name":"-queryWithColumns:andBoundingBox:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andColumns:andBoundingBox:":{"name":"-queryWithDistinct:andColumns:andBoundingBox:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithBoundingBox:":{"name":"-countWithBoundingBox:","abstract":"

    Query for feature index count within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithColumn:andBoundingBox:":{"name":"-countWithColumn:andBoundingBox:","abstract":"

    Query for feature index count within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithDistinct:andColumn:andBoundingBox:":{"name":"-countWithDistinct:andColumn:andBoundingBox:","abstract":"

    Query for feature index count within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithBoundingBox:andFieldValues:":{"name":"-queryWithBoundingBox:andFieldValues:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andBoundingBox:andFieldValues:":{"name":"-queryWithDistinct:andBoundingBox:andFieldValues:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithColumns:andBoundingBox:andFieldValues:":{"name":"-queryWithColumns:andBoundingBox:andFieldValues:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andColumns:andBoundingBox:andFieldValues:":{"name":"-queryWithDistinct:andColumns:andBoundingBox:andFieldValues:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithBoundingBox:andFieldValues:":{"name":"-countWithBoundingBox:andFieldValues:","abstract":"

    Query for feature index count within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithColumn:andBoundingBox:andFieldValues:":{"name":"-countWithColumn:andBoundingBox:andFieldValues:","abstract":"

    Query for feature index count within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithDistinct:andColumn:andBoundingBox:andFieldValues:":{"name":"-countWithDistinct:andColumn:andBoundingBox:andFieldValues:","abstract":"

    Query for feature index count within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithBoundingBox:andWhere:":{"name":"-queryWithBoundingBox:andWhere:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andBoundingBox:andWhere:":{"name":"-queryWithDistinct:andBoundingBox:andWhere:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithColumns:andBoundingBox:andWhere:":{"name":"-queryWithColumns:andBoundingBox:andWhere:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andColumns:andBoundingBox:andWhere:":{"name":"-queryWithDistinct:andColumns:andBoundingBox:andWhere:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithBoundingBox:andWhere:":{"name":"-countWithBoundingBox:andWhere:","abstract":"

    Query for feature index count within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithColumn:andBoundingBox:andWhere:":{"name":"-countWithColumn:andBoundingBox:andWhere:","abstract":"

    Query for feature index count within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithDistinct:andColumn:andBoundingBox:andWhere:":{"name":"-countWithDistinct:andColumn:andBoundingBox:andWhere:","abstract":"

    Query for feature index count within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithBoundingBox:andWhere:andWhereArgs:":{"name":"-queryWithBoundingBox:andWhere:andWhereArgs:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andBoundingBox:andWhere:andWhereArgs:":{"name":"-queryWithDistinct:andBoundingBox:andWhere:andWhereArgs:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithColumns:andBoundingBox:andWhere:andWhereArgs:":{"name":"-queryWithColumns:andBoundingBox:andWhere:andWhereArgs:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:":{"name":"-queryWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithBoundingBox:andWhere:andWhereArgs:":{"name":"-countWithBoundingBox:andWhere:andWhereArgs:","abstract":"

    Query for feature index count within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithColumn:andBoundingBox:andWhere:andWhereArgs:":{"name":"-countWithColumn:andBoundingBox:andWhere:andWhereArgs:","abstract":"

    Query for feature index count within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithDistinct:andColumn:andBoundingBox:andWhere:andWhereArgs:":{"name":"-countWithDistinct:andColumn:andBoundingBox:andWhere:andWhereArgs:","abstract":"

    Query for feature index count within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithEnvelope:":{"name":"-queryWithEnvelope:","abstract":"

    Query for feature index results within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andEnvelope:":{"name":"-queryWithDistinct:andEnvelope:","abstract":"

    Query for feature index results within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithColumns:andEnvelope:":{"name":"-queryWithColumns:andEnvelope:","abstract":"

    Query for feature index results within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andColumns:andEnvelope:":{"name":"-queryWithDistinct:andColumns:andEnvelope:","abstract":"

    Query for feature index results within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithEnvelope:":{"name":"-countWithEnvelope:","abstract":"

    Query for feature index count within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithColumn:andEnvelope:":{"name":"-countWithColumn:andEnvelope:","abstract":"

    Query for feature index count within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithDistinct:andColumn:andEnvelope:":{"name":"-countWithDistinct:andColumn:andEnvelope:","abstract":"

    Query for feature index count within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithEnvelope:andFieldValues:":{"name":"-queryWithEnvelope:andFieldValues:","abstract":"

    Query for feature index results within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andEnvelope:andFieldValues:":{"name":"-queryWithDistinct:andEnvelope:andFieldValues:","abstract":"

    Query for feature index results within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithColumns:andEnvelope:andFieldValues:":{"name":"-queryWithColumns:andEnvelope:andFieldValues:","abstract":"

    Query for feature index results within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andColumns:andEnvelope:andFieldValues:":{"name":"-queryWithDistinct:andColumns:andEnvelope:andFieldValues:","abstract":"

    Query for feature index results within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithEnvelope:andFieldValues:":{"name":"-countWithEnvelope:andFieldValues:","abstract":"

    Query for feature index count within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithColumn:andEnvelope:andFieldValues:":{"name":"-countWithColumn:andEnvelope:andFieldValues:","abstract":"

    Query for feature index count within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithDistinct:andColumn:andEnvelope:andFieldValues:":{"name":"-countWithDistinct:andColumn:andEnvelope:andFieldValues:","abstract":"

    Query for feature index count within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithEnvelope:andWhere:":{"name":"-queryWithEnvelope:andWhere:","abstract":"

    Query for feature index results within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andEnvelope:andWhere:":{"name":"-queryWithDistinct:andEnvelope:andWhere:","abstract":"

    Query for feature index results within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithColumns:andEnvelope:andWhere:":{"name":"-queryWithColumns:andEnvelope:andWhere:","abstract":"

    Query for feature index results within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andColumns:andEnvelope:andWhere:":{"name":"-queryWithDistinct:andColumns:andEnvelope:andWhere:","abstract":"

    Query for feature index results within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithEnvelope:andWhere:":{"name":"-countWithEnvelope:andWhere:","abstract":"

    Query for feature index count within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithColumn:andEnvelope:andWhere:":{"name":"-countWithColumn:andEnvelope:andWhere:","abstract":"

    Query for feature index count within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithDistinct:andColumn:andEnvelope:andWhere:":{"name":"-countWithDistinct:andColumn:andEnvelope:andWhere:","abstract":"

    Query for feature index count within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithEnvelope:andWhere:andWhereArgs:":{"name":"-queryWithEnvelope:andWhere:andWhereArgs:","abstract":"

    Query for feature index results within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andEnvelope:andWhere:andWhereArgs:":{"name":"-queryWithDistinct:andEnvelope:andWhere:andWhereArgs:","abstract":"

    Query for feature index results within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithColumns:andEnvelope:andWhere:andWhereArgs:":{"name":"-queryWithColumns:andEnvelope:andWhere:andWhereArgs:","abstract":"

    Query for feature index results within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:":{"name":"-queryWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:","abstract":"

    Query for feature index results within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithEnvelope:andWhere:andWhereArgs:":{"name":"-countWithEnvelope:andWhere:andWhereArgs:","abstract":"

    Query for feature index count within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithColumn:andEnvelope:andWhere:andWhereArgs:":{"name":"-countWithColumn:andEnvelope:andWhere:andWhereArgs:","abstract":"

    Query for feature index count within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithDistinct:andColumn:andEnvelope:andWhere:andWhereArgs:":{"name":"-countWithDistinct:andColumn:andEnvelope:andWhere:andWhereArgs:","abstract":"

    Query for feature index count within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithBoundingBox:inProjection:":{"name":"-queryWithBoundingBox:inProjection:","abstract":"

    Query for feature index results within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andBoundingBox:inProjection:":{"name":"-queryWithDistinct:andBoundingBox:inProjection:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithColumns:andBoundingBox:inProjection:":{"name":"-queryWithColumns:andBoundingBox:inProjection:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithBoundingBox:inProjection:":{"name":"-countWithBoundingBox:inProjection:","abstract":"

    Query for feature index count within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithColumn:andBoundingBox:inProjection:":{"name":"-countWithColumn:andBoundingBox:inProjection:","abstract":"

    Query for feature index count within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithDistinct:andColumn:andBoundingBox:inProjection:":{"name":"-countWithDistinct:andColumn:andBoundingBox:inProjection:","abstract":"

    Query for feature index count within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithBoundingBox:inProjection:andFieldValues:":{"name":"-queryWithBoundingBox:inProjection:andFieldValues:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andBoundingBox:inProjection:andFieldValues:":{"name":"-queryWithDistinct:andBoundingBox:inProjection:andFieldValues:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithColumns:andBoundingBox:inProjection:andFieldValues:":{"name":"-queryWithColumns:andBoundingBox:inProjection:andFieldValues:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:":{"name":"-queryWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithBoundingBox:inProjection:andFieldValues:":{"name":"-countWithBoundingBox:inProjection:andFieldValues:","abstract":"

    Query for feature index count within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithColumn:andBoundingBox:inProjection:andFieldValues:":{"name":"-countWithColumn:andBoundingBox:inProjection:andFieldValues:","abstract":"

    Query for feature index count within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithDistinct:andColumn:andBoundingBox:inProjection:andFieldValues:":{"name":"-countWithDistinct:andColumn:andBoundingBox:inProjection:andFieldValues:","abstract":"

    Query for feature index count within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithBoundingBox:inProjection:andWhere:":{"name":"-queryWithBoundingBox:inProjection:andWhere:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andBoundingBox:inProjection:andWhere:":{"name":"-queryWithDistinct:andBoundingBox:inProjection:andWhere:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithColumns:andBoundingBox:inProjection:andWhere:":{"name":"-queryWithColumns:andBoundingBox:inProjection:andWhere:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:":{"name":"-queryWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithBoundingBox:inProjection:andWhere:":{"name":"-countWithBoundingBox:inProjection:andWhere:","abstract":"

    Query for feature index count within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithColumn:andBoundingBox:inProjection:andWhere:":{"name":"-countWithColumn:andBoundingBox:inProjection:andWhere:","abstract":"

    Query for feature index count within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithDistinct:andColumn:andBoundingBox:inProjection:andWhere:":{"name":"-countWithDistinct:andColumn:andBoundingBox:inProjection:andWhere:","abstract":"

    Query for feature index count within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-queryWithBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-queryWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-queryWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-queryWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-countWithBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Query for feature index count within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithColumn:andBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-countWithColumn:andBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Query for feature index count within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithDistinct:andColumn:andBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-countWithDistinct:andColumn:andBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Query for feature index count within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(cm)isPaginated:":{"name":"+isPaginated:","abstract":"

    Determine if the results are paginated

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)paginate:":{"name":"-paginate:","abstract":"

    Paginate the results

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(cm)paginate:withDao:":{"name":"+paginate:withDao:","abstract":"

    Paginate the results

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithLimit:":{"name":"-queryForChunkWithLimit:","abstract":"

    Query for all feature index results ordered by id, starting at the offset","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithLimit:andOffset:":{"name":"-queryForChunkWithLimit:andOffset:","abstract":"

    Query for all feature index results ordered by id, starting at the offset","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithOrderBy:andLimit:":{"name":"-queryForChunkWithOrderBy:andLimit:","abstract":"

    Query for all feature index results, starting at the offset and returning","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithOrderBy:andLimit:andOffset:","abstract":"

    Query for all feature index results, starting at the offset and returning","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andLimit:":{"name":"-queryForChunkWithDistinct:andLimit:","abstract":"

    Query for all feature index results ordered by id, starting at the offset","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andLimit:andOffset:","abstract":"

    Query for all feature index results ordered by id, starting at the offset","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andOrderBy:andLimit:","abstract":"

    Query for all feature index results, starting at the offset and returning","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andOrderBy:andLimit:andOffset:","abstract":"

    Query for all feature index results, starting at the offset and returning","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andLimit:":{"name":"-queryForChunkWithColumns:andLimit:","abstract":"

    Query for all feature index results ordered by id, starting at the offset","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andLimit:andOffset:","abstract":"

    Query for all feature index results ordered by id, starting at the offset","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andOrderBy:andLimit:","abstract":"

    Query for all feature index results, starting at the offset and returning","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andOrderBy:andLimit:andOffset:","abstract":"

    Query for all feature index results, starting at the offset and returning","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andLimit:","abstract":"

    Query for all feature index results ordered by id, starting at the offset","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andLimit:andOffset:","abstract":"

    Query for all feature index results ordered by id, starting at the offset","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andOrderBy:andLimit:","abstract":"

    Query for all feature index results, starting at the offset and returning","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andOrderBy:andLimit:andOffset:","abstract":"

    Query for all feature index results, starting at the offset and returning","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithFieldValues:andLimit:":{"name":"-queryForChunkWithFieldValues:andLimit:","abstract":"

    Query for feature index results ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithFieldValues:andLimit:andOffset:":{"name":"-queryForChunkWithFieldValues:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithFieldValues:andOrderBy:andLimit:":{"name":"-queryForChunkWithFieldValues:andOrderBy:andLimit:","abstract":"

    Query for feature index results, starting at the offset and returning no","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results, starting at the offset and returning no","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andFieldValues:andLimit:":{"name":"-queryForChunkWithDistinct:andFieldValues:andLimit:","abstract":"

    Query for feature index results ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andFieldValues:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andFieldValues:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andFieldValues:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for feature index results, starting at the offset and returning no","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results, starting at the offset and returning no","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andFieldValues:andLimit:":{"name":"-queryForChunkWithColumns:andFieldValues:andLimit:","abstract":"

    Query for feature index results ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andFieldValues:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andFieldValues:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andFieldValues:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for feature index results, starting at the offset and returning no","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results, starting at the offset and returning no","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andFieldValues:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andFieldValues:andLimit:","abstract":"

    Query for feature index results ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andFieldValues:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andFieldValues:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andFieldValues:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for feature index results, starting at the offset and returning no","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results, starting at the offset and returning no","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithWhere:andLimit:":{"name":"-queryForChunkWithWhere:andLimit:","abstract":"

    Query for feature index results ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithWhere:andLimit:andOffset:":{"name":"-queryForChunkWithWhere:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithWhere:andOrderBy:andLimit:":{"name":"-queryForChunkWithWhere:andOrderBy:andLimit:","abstract":"

    Query for feature index results, starting at the offset and returning no","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results, starting at the offset and returning no","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andWhere:andLimit:":{"name":"-queryForChunkWithDistinct:andWhere:andLimit:","abstract":"

    Query for feature index results ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andWhere:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andWhere:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andWhere:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andWhere:andOrderBy:andLimit:","abstract":"

    Query for feature index results, starting at the offset and returning no","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results, starting at the offset and returning no","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andWhere:andLimit:":{"name":"-queryForChunkWithColumns:andWhere:andLimit:","abstract":"

    Query for feature index results ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andWhere:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andWhere:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andWhere:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andWhere:andOrderBy:andLimit:","abstract":"

    Query for feature index results, starting at the offset and returning no","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results, starting at the offset and returning no","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andWhere:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andWhere:andLimit:","abstract":"

    Query for feature index results ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andWhere:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andWhere:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andWhere:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andWhere:andOrderBy:andLimit:","abstract":"

    Query for feature index results, starting at the offset and returning no","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results, starting at the offset and returning no","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithWhere:andWhereArgs:andLimit:":{"name":"-queryForChunkWithWhere:andWhereArgs:andLimit:","abstract":"

    Query for feature index results ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryForChunkWithWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryForChunkWithWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for feature index results, starting at the offset and returning no","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results, starting at the offset and returning no","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andWhere:andWhereArgs:andLimit:":{"name":"-queryForChunkWithDistinct:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for feature index results ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for feature index results, starting at the offset and returning no","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results, starting at the offset and returning no","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andWhere:andWhereArgs:andLimit:":{"name":"-queryForChunkWithColumns:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for feature index results ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for feature index results, starting at the offset and returning no","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results, starting at the offset and returning no","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for feature index results ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for feature index results, starting at the offset and returning no","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results, starting at the offset and returning no","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:andLimit:":{"name":"-queryForChunkWithBoundingBox:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:andLimit:andOffset:":{"name":"-queryForChunkWithBoundingBox:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:andOrderBy:andLimit:":{"name":"-queryForChunkWithBoundingBox:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithBoundingBox:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:andLimit:":{"name":"-queryForChunkWithDistinct:andBoundingBox:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andBoundingBox:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andBoundingBox:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andBoundingBox:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:andLimit:":{"name":"-queryForChunkWithColumns:andBoundingBox:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andBoundingBox:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andBoundingBox:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andBoundingBox:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:andFieldValues:andLimit:":{"name":"-queryForChunkWithBoundingBox:andFieldValues:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:andFieldValues:andLimit:andOffset:":{"name":"-queryForChunkWithBoundingBox:andFieldValues:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:andFieldValues:andOrderBy:andLimit:":{"name":"-queryForChunkWithBoundingBox:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:andFieldValues:andLimit:":{"name":"-queryForChunkWithDistinct:andBoundingBox:andFieldValues:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:andFieldValues:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andBoundingBox:andFieldValues:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:andFieldValues:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andBoundingBox:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:andFieldValues:andLimit:":{"name":"-queryForChunkWithColumns:andBoundingBox:andFieldValues:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:andFieldValues:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andBoundingBox:andFieldValues:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:andWhere:andLimit:":{"name":"-queryForChunkWithBoundingBox:andWhere:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:andWhere:andLimit:andOffset:":{"name":"-queryForChunkWithBoundingBox:andWhere:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:andWhere:andOrderBy:andLimit:":{"name":"-queryForChunkWithBoundingBox:andWhere:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithBoundingBox:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:andWhere:andLimit:":{"name":"-queryForChunkWithDistinct:andBoundingBox:andWhere:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:andWhere:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andBoundingBox:andWhere:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:andWhere:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andBoundingBox:andWhere:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andBoundingBox:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:andWhere:andLimit:":{"name":"-queryForChunkWithColumns:andBoundingBox:andWhere:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:andWhere:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andBoundingBox:andWhere:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:andWhere:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andBoundingBox:andWhere:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andBoundingBox:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:andWhere:andWhereArgs:andLimit:":{"name":"-queryForChunkWithBoundingBox:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryForChunkWithBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryForChunkWithBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andLimit:":{"name":"-queryForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:":{"name":"-queryForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithEnvelope:andLimit:":{"name":"-queryForChunkWithEnvelope:andLimit:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithEnvelope:andLimit:andOffset:":{"name":"-queryForChunkWithEnvelope:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithEnvelope:andOrderBy:andLimit:":{"name":"-queryForChunkWithEnvelope:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithEnvelope:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithEnvelope:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andEnvelope:andLimit:":{"name":"-queryForChunkWithDistinct:andEnvelope:andLimit:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andEnvelope:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andEnvelope:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andEnvelope:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andEnvelope:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andEnvelope:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andEnvelope:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andEnvelope:andLimit:":{"name":"-queryForChunkWithColumns:andEnvelope:andLimit:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andEnvelope:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andEnvelope:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andEnvelope:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andEnvelope:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andEnvelope:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andEnvelope:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andEnvelope:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andLimit:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andEnvelope:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andEnvelope:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andEnvelope:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithEnvelope:andFieldValues:andLimit:":{"name":"-queryForChunkWithEnvelope:andFieldValues:andLimit:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithEnvelope:andFieldValues:andLimit:andOffset:":{"name":"-queryForChunkWithEnvelope:andFieldValues:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithEnvelope:andFieldValues:andOrderBy:andLimit:":{"name":"-queryForChunkWithEnvelope:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andEnvelope:andFieldValues:andLimit:":{"name":"-queryForChunkWithDistinct:andEnvelope:andFieldValues:andLimit:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andEnvelope:andFieldValues:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andEnvelope:andFieldValues:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andEnvelope:andFieldValues:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andEnvelope:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andEnvelope:andFieldValues:andLimit:":{"name":"-queryForChunkWithColumns:andEnvelope:andFieldValues:andLimit:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andEnvelope:andFieldValues:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andEnvelope:andFieldValues:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andLimit:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithEnvelope:andWhere:andLimit:":{"name":"-queryForChunkWithEnvelope:andWhere:andLimit:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithEnvelope:andWhere:andLimit:andOffset:":{"name":"-queryForChunkWithEnvelope:andWhere:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithEnvelope:andWhere:andOrderBy:andLimit:":{"name":"-queryForChunkWithEnvelope:andWhere:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithEnvelope:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithEnvelope:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andEnvelope:andWhere:andLimit:":{"name":"-queryForChunkWithDistinct:andEnvelope:andWhere:andLimit:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andEnvelope:andWhere:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andEnvelope:andWhere:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andEnvelope:andWhere:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andEnvelope:andWhere:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andEnvelope:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andEnvelope:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andEnvelope:andWhere:andLimit:":{"name":"-queryForChunkWithColumns:andEnvelope:andWhere:andLimit:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andEnvelope:andWhere:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andEnvelope:andWhere:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andEnvelope:andWhere:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andEnvelope:andWhere:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andEnvelope:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andEnvelope:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andEnvelope:andWhere:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andWhere:andLimit:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andEnvelope:andWhere:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andWhere:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andEnvelope:andWhere:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andWhere:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andEnvelope:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithEnvelope:andWhere:andWhereArgs:andLimit:":{"name":"-queryForChunkWithEnvelope:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithEnvelope:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryForChunkWithEnvelope:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryForChunkWithEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andLimit:":{"name":"-queryForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andLimit:":{"name":"-queryForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:inProjection:andLimit:":{"name":"-queryForChunkWithBoundingBox:inProjection:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:inProjection:andLimit:andOffset:":{"name":"-queryForChunkWithBoundingBox:inProjection:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:inProjection:andOrderBy:andLimit:":{"name":"-queryForChunkWithBoundingBox:inProjection:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:inProjection:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithBoundingBox:inProjection:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:inProjection:andLimit:":{"name":"-queryForChunkWithDistinct:andBoundingBox:inProjection:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:inProjection:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andBoundingBox:inProjection:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:inProjection:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andBoundingBox:inProjection:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:inProjection:andLimit:":{"name":"-queryForChunkWithColumns:andBoundingBox:inProjection:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:inProjection:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andBoundingBox:inProjection:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:inProjection:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andBoundingBox:inProjection:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:inProjection:andFieldValues:andLimit:":{"name":"-queryForChunkWithBoundingBox:inProjection:andFieldValues:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:inProjection:andFieldValues:andLimit:andOffset:":{"name":"-queryForChunkWithBoundingBox:inProjection:andFieldValues:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:":{"name":"-queryForChunkWithBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andLimit:":{"name":"-queryForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andLimit:":{"name":"-queryForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:inProjection:andWhere:andLimit:":{"name":"-queryForChunkWithBoundingBox:inProjection:andWhere:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:inProjection:andWhere:andLimit:andOffset:":{"name":"-queryForChunkWithBoundingBox:inProjection:andWhere:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:inProjection:andWhere:andOrderBy:andLimit:":{"name":"-queryForChunkWithBoundingBox:inProjection:andWhere:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andLimit:":{"name":"-queryForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:inProjection:andWhere:andLimit:":{"name":"-queryForChunkWithColumns:andBoundingBox:inProjection:andWhere:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:inProjection:andWhere:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andBoundingBox:inProjection:andWhere:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:":{"name":"-queryForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:":{"name":"-queryForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:":{"name":"-queryForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexLocation.html#/c:objc(cs)GPKGFeatureIndexLocation(im)initWithFeatureIndexManager:":{"name":"-initWithFeatureIndexManager:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureIndexLocation"},"Classes/GPKGFeatureIndexListResults.html#/c:objc(cs)GPKGFeatureIndexListResults(im)init":{"name":"-init","abstract":"

    Initializer

    ","parent_name":"GPKGFeatureIndexListResults"},"Classes/GPKGFeatureIndexListResults.html#/c:objc(cs)GPKGFeatureIndexListResults(im)initWithFeatureRow:":{"name":"-initWithFeatureRow:","abstract":"

    Initializer

    ","parent_name":"GPKGFeatureIndexListResults"},"Classes/GPKGFeatureIndexListResults.html#/c:objc(cs)GPKGFeatureIndexListResults(im)initWithFeatureRows:":{"name":"-initWithFeatureRows:","abstract":"

    Initializer

    ","parent_name":"GPKGFeatureIndexListResults"},"Classes/GPKGFeatureIndexListResults.html#/c:objc(cs)GPKGFeatureIndexListResults(im)addRow:":{"name":"-addRow:","abstract":"

    Add a feature row

    ","parent_name":"GPKGFeatureIndexListResults"},"Classes/GPKGFeatureIndexListResults.html#/c:objc(cs)GPKGFeatureIndexListResults(im)addRows:":{"name":"-addRows:","abstract":"

    Add feature rows

    ","parent_name":"GPKGFeatureIndexListResults"},"Classes/GPKGFeatureIndexGeoPackageResults.html#/c:objc(cs)GPKGFeatureIndexGeoPackageResults(im)initWithFeatureTableIndex:andResults:":{"name":"-initWithFeatureTableIndex:andResults:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureIndexGeoPackageResults"},"Classes/GPKGFeatureIndexFeatureResults.html#/c:objc(cs)GPKGFeatureIndexFeatureResults(im)initWithDao:andResults:":{"name":"-initWithDao:andResults:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureIndexFeatureResults"},"Classes/GPKGGeometryColumnsDao.html#/c:objc(cs)GPKGGeometryColumnsDao(cm)createWithDatabase:":{"name":"+createWithDatabase:","abstract":"

    Create the DAO

    ","parent_name":"GPKGGeometryColumnsDao"},"Classes/GPKGGeometryColumnsDao.html#/c:objc(cs)GPKGGeometryColumnsDao(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGGeometryColumnsDao"},"Classes/GPKGGeometryColumnsDao.html#/c:objc(cs)GPKGGeometryColumnsDao(im)queryForTableName:":{"name":"-queryForTableName:","abstract":"

    Query for the table name

    ","parent_name":"GPKGGeometryColumnsDao"},"Classes/GPKGGeometryColumnsDao.html#/c:objc(cs)GPKGGeometryColumnsDao(im)featureTables":{"name":"-featureTables","abstract":"

    Get the feature table names

    ","parent_name":"GPKGGeometryColumnsDao"},"Classes/GPKGGeometryColumnsDao.html#/c:objc(cs)GPKGGeometryColumnsDao(im)srs:":{"name":"-srs:","abstract":"

    Get the Spatial Reference System of the Geometry Columns

    ","parent_name":"GPKGGeometryColumnsDao"},"Classes/GPKGGeometryColumnsDao.html#/c:objc(cs)GPKGGeometryColumnsDao(im)contents:":{"name":"-contents:","abstract":"

    Get the Contents of the Geometry Columns

    ","parent_name":"GPKGGeometryColumnsDao"},"Classes/GPKGGeometryColumns.html#/c:objc(cs)GPKGGeometryColumns(py)tableName":{"name":"tableName","abstract":"

    Name of the table containing the geometry column

    ","parent_name":"GPKGGeometryColumns"},"Classes/GPKGGeometryColumns.html#/c:objc(cs)GPKGGeometryColumns(py)columnName":{"name":"columnName","abstract":"

    Name of a column in the feature table that is a Geometry Column

    ","parent_name":"GPKGGeometryColumns"},"Classes/GPKGGeometryColumns.html#/c:objc(cs)GPKGGeometryColumns(py)geometryTypeName":{"name":"geometryTypeName","abstract":"

    Name from Geometry Type Codes (Core) or Geometry Type Codes (Extension)","parent_name":"GPKGGeometryColumns"},"Classes/GPKGGeometryColumns.html#/c:objc(cs)GPKGGeometryColumns(py)srsId":{"name":"srsId","abstract":"

    Unique identifier for each Spatial Reference System within a GeoPackage

    ","parent_name":"GPKGGeometryColumns"},"Classes/GPKGGeometryColumns.html#/c:objc(cs)GPKGGeometryColumns(py)z":{"name":"z","abstract":"

    0: z values prohibited; 1: z values mandatory; 2: z values optional

    ","parent_name":"GPKGGeometryColumns"},"Classes/GPKGGeometryColumns.html#/c:objc(cs)GPKGGeometryColumns(py)m":{"name":"m","abstract":"

    0: m values prohibited; 1: m values mandatory; 2: m values optional

    ","parent_name":"GPKGGeometryColumns"},"Classes/GPKGGeometryColumns.html#/c:objc(cs)GPKGGeometryColumns(im)geometryType":{"name":"-geometryType","abstract":"

    Get the geometry type

    ","parent_name":"GPKGGeometryColumns"},"Classes/GPKGGeometryColumns.html#/c:objc(cs)GPKGGeometryColumns(im)setGeometryType:":{"name":"-setGeometryType:","abstract":"

    Set the geometry type

    ","parent_name":"GPKGGeometryColumns"},"Classes/GPKGGeometryColumns.html#/c:objc(cs)GPKGGeometryColumns(im)setContents:":{"name":"-setContents:","abstract":"

    Set the Contents

    ","parent_name":"GPKGGeometryColumns"},"Classes/GPKGGeometryColumns.html#/c:objc(cs)GPKGGeometryColumns(im)setSrs:":{"name":"-setSrs:","abstract":"

    Set the Spatial Reference System

    ","parent_name":"GPKGGeometryColumns"},"Classes/GPKGOAPIFeatureGenerator.html#/c:objc(cs)GPKGOAPIFeatureGenerator(py)limit":{"name":"limit","abstract":"

    The optional limit parameter limits the number of items that are","parent_name":"GPKGOAPIFeatureGenerator"},"Classes/GPKGOAPIFeatureGenerator.html#/c:objc(cs)GPKGOAPIFeatureGenerator(py)time":{"name":"time","abstract":"

    Either a date-time or a period string that adheres to RFC 3339

    ","parent_name":"GPKGOAPIFeatureGenerator"},"Classes/GPKGOAPIFeatureGenerator.html#/c:objc(cs)GPKGOAPIFeatureGenerator(py)period":{"name":"period","abstract":"

    Time period string that adheres to RFC 3339

    ","parent_name":"GPKGOAPIFeatureGenerator"},"Classes/GPKGOAPIFeatureGenerator.html#/c:objc(cs)GPKGOAPIFeatureGenerator(py)totalLimit":{"name":"totalLimit","abstract":"

    Total limit of number of items to request

    ","parent_name":"GPKGOAPIFeatureGenerator"},"Classes/GPKGOAPIFeatureGenerator.html#/c:objc(cs)GPKGOAPIFeatureGenerator(py)downloadAttempts":{"name":"downloadAttempts","abstract":"

    Download attempts per feature request

    ","parent_name":"GPKGOAPIFeatureGenerator"},"Classes/GPKGOAPIFeatureGenerator.html#/c:objc(cs)GPKGOAPIFeatureGenerator(im)initWithGeoPackage:andTable:andServer:andId:":{"name":"-initWithGeoPackage:andTable:andServer:andId:","abstract":"

    Initialize

    ","parent_name":"GPKGOAPIFeatureGenerator"},"Classes/GPKGOAPIFeatureGenerator.html#/c:objc(cs)GPKGOAPIFeatureGenerator(im)server":{"name":"-server","abstract":"

    Get the server

    ","parent_name":"GPKGOAPIFeatureGenerator"},"Classes/GPKGOAPIFeatureGenerator.html#/c:objc(cs)GPKGOAPIFeatureGenerator(im)id":{"name":"-id","abstract":"

    Get the collection id

    ","parent_name":"GPKGOAPIFeatureGenerator"},"Classes/GPKGOAPIFeatureGenerator.html#/c:objc(cs)GPKGOAPIFeatureGenerator(im)setTimeFromDate:":{"name":"-setTimeFromDate:","abstract":"

    Set the time

    ","parent_name":"GPKGOAPIFeatureGenerator"},"Classes/GPKGOAPIFeatureGenerator.html#/c:objc(cs)GPKGOAPIFeatureGenerator(im)setPeriodFromDate:":{"name":"-setPeriodFromDate:","abstract":"

    Set the time period

    ","parent_name":"GPKGOAPIFeatureGenerator"},"Classes/GPKGOAPIFeatureGenerator.html#/c:objc(cs)GPKGOAPIFeatureGenerator(im)projections":{"name":"-projections","abstract":"

    Get the supported projections

    ","parent_name":"GPKGOAPIFeatureGenerator"},"Classes/GPKGOAPIFeatureGenerator.html#/c:objc(cs)GPKGOAPIFeatureGenerator(im)projectionsForURL:":{"name":"-projectionsForURL:","abstract":"

    Get the supported projections

    ","parent_name":"GPKGOAPIFeatureGenerator"},"Classes/GPKGOAPIFeatureGenerator.html#/c:objc(cs)GPKGOAPIFeatureGenerator(im)projectionsForCollection:":{"name":"-projectionsForCollection:","abstract":"

    Get the supported projections

    ","parent_name":"GPKGOAPIFeatureGenerator"},"Classes/GPKGOAPIFeatureGenerator.html#/c:objc(cs)GPKGOAPIFeatureGenerator(im)requestProjection:":{"name":"-requestProjection:","abstract":"

    Determine if the projection should be requested from the server

    ","parent_name":"GPKGOAPIFeatureGenerator"},"Classes/GPKGOAPIFeatureGenerator.html#/c:objc(cs)GPKGOAPIFeatureGenerator(im)isDefaultProjection:":{"name":"-isDefaultProjection:","abstract":"

    Check if the projection is a default projection

    ","parent_name":"GPKGOAPIFeatureGenerator"},"Classes/GPKGOAPIFeatureGenerator.html#/c:objc(cs)GPKGOAPIFeatureGenerator(im)collectionRequest":{"name":"-collectionRequest","abstract":"

    Collection request

    ","parent_name":"GPKGOAPIFeatureGenerator"},"Classes/GPKGFeatureGenerator.html#/c:objc(cs)GPKGFeatureGenerator(py)boundingBox":{"name":"boundingBox","abstract":"

    Features bounding box

    ","parent_name":"GPKGFeatureGenerator"},"Classes/GPKGFeatureGenerator.html#/c:objc(cs)GPKGFeatureGenerator(py)boundingBoxProjection":{"name":"boundingBoxProjection","abstract":"

    Bounding Box projection

    ","parent_name":"GPKGFeatureGenerator"},"Classes/GPKGFeatureGenerator.html#/c:objc(cs)GPKGFeatureGenerator(py)projection":{"name":"projection","abstract":"

    Features projection

    ","parent_name":"GPKGFeatureGenerator"},"Classes/GPKGFeatureGenerator.html#/c:objc(cs)GPKGFeatureGenerator(py)transactionLimit":{"name":"transactionLimit","abstract":"

    Number of rows to save in a single transaction

    ","parent_name":"GPKGFeatureGenerator"},"Classes/GPKGFeatureGenerator.html#/c:objc(cs)GPKGFeatureGenerator(py)progress":{"name":"progress","abstract":"

    Progress callbacks

    ","parent_name":"GPKGFeatureGenerator"},"Classes/GPKGFeatureGenerator.html#/c:objc(cs)GPKGFeatureGenerator(cm)epsgWGS84":{"name":"+epsgWGS84","abstract":"

    Get the EPSG WGS84 projection

    ","parent_name":"GPKGFeatureGenerator"},"Classes/GPKGFeatureGenerator.html#/c:objc(cs)GPKGFeatureGenerator(im)initWithGeoPackage:andTable:":{"name":"-initWithGeoPackage:andTable:","abstract":"

    Initialize with number range

    ","parent_name":"GPKGFeatureGenerator"},"Classes/GPKGFeatureGenerator.html#/c:objc(cs)GPKGFeatureGenerator(im)geoPackage":{"name":"-geoPackage","abstract":"

    Get the GeoPackage

    ","parent_name":"GPKGFeatureGenerator"},"Classes/GPKGFeatureGenerator.html#/c:objc(cs)GPKGFeatureGenerator(im)tableName":{"name":"-tableName","abstract":"

    Get the table name

    ","parent_name":"GPKGFeatureGenerator"},"Classes/GPKGFeatureGenerator.html#/c:objc(cs)GPKGFeatureGenerator(im)isActive":{"name":"-isActive","abstract":"

    Determine if the feature generator should remain active

    ","parent_name":"GPKGFeatureGenerator"},"Classes/GPKGFeatureGenerator.html#/c:objc(cs)GPKGFeatureGenerator(im)geometryColumns":{"name":"-geometryColumns","abstract":"

    Get the geometry columns

    ","parent_name":"GPKGFeatureGenerator"},"Classes/GPKGFeatureGenerator.html#/c:objc(cs)GPKGFeatureGenerator(im)columns":{"name":"-columns","abstract":"

    Get the columns

    ","parent_name":"GPKGFeatureGenerator"},"Classes/GPKGFeatureGenerator.html#/c:objc(cs)GPKGFeatureGenerator(im)srs":{"name":"-srs","abstract":"

    Get the Spatial Reference System

    ","parent_name":"GPKGFeatureGenerator"},"Classes/GPKGFeatureGenerator.html#/c:objc(cs)GPKGFeatureGenerator(im)featureDao":{"name":"-featureDao","abstract":"

    Get the feature DAO

    ","parent_name":"GPKGFeatureGenerator"},"Classes/GPKGFeatureGenerator.html#/c:objc(cs)GPKGFeatureGenerator(im)generateFeatures":{"name":"-generateFeatures","abstract":"

    Generate the features

    ","parent_name":"GPKGFeatureGenerator"},"Classes/GPKGFeatureGenerator.html#/c:objc(cs)GPKGFeatureGenerator(im)createFeatureWithGeometry:andProperties:":{"name":"-createFeatureWithGeometry:andProperties:","abstract":"

    Create the feature

    ","parent_name":"GPKGFeatureGenerator"},"Classes/GPKGFeatureGenerator.html#/c:objc(cs)GPKGFeatureGenerator(im)createSrs":{"name":"-createSrs","abstract":"

    Create the Spatial Reference System

    ","parent_name":"GPKGFeatureGenerator"},"Classes/GPKGFeatureGenerator.html#/c:objc(cs)GPKGFeatureGenerator(im)srsProjection":{"name":"-srsProjection","abstract":"

    Get the projection for creating the Spatial Reference System

    ","parent_name":"GPKGFeatureGenerator"},"Classes/GPKGFeatureGenerator.html#/c:objc(cs)GPKGFeatureGenerator(im)createGeometryData:":{"name":"-createGeometryData:","abstract":"

    Create the geometry data

    ","parent_name":"GPKGFeatureGenerator"},"Classes/GPKGFeatureGenerator.html#/c:objc(cs)GPKGFeatureGenerator(im)addProjectionWithAuthority:andCode:toProjections:":{"name":"-addProjectionWithAuthority:andCode:toProjections:","abstract":"

    Add a projection

    ","parent_name":"GPKGFeatureGenerator"},"Classes/GPKGFeatureGenerator.html#/c:objc(cs)GPKGFeatureGenerator(im)createProjectionWithAuthority:andCode:":{"name":"-createProjectionWithAuthority:andCode:","abstract":"

    Create a projection

    ","parent_name":"GPKGFeatureGenerator"},"Classes/GPKGDataColumnConstraintsDao.html#/c:objc(cs)GPKGDataColumnConstraintsDao(cm)createWithDatabase:":{"name":"+createWithDatabase:","abstract":"

    Create the DAO

    ","parent_name":"GPKGDataColumnConstraintsDao"},"Classes/GPKGDataColumnConstraintsDao.html#/c:objc(cs)GPKGDataColumnConstraintsDao(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGDataColumnConstraintsDao"},"Classes/GPKGDataColumnConstraintsDao.html#/c:objc(cs)GPKGDataColumnConstraintsDao(im)deleteCascade:":{"name":"-deleteCascade:","abstract":"

    Delete the Data Columns Constraints, cascading

    ","parent_name":"GPKGDataColumnConstraintsDao"},"Classes/GPKGDataColumnConstraintsDao.html#/c:objc(cs)GPKGDataColumnConstraintsDao(im)deleteCascadeWithCollection:":{"name":"-deleteCascadeWithCollection:","abstract":"

    Delete the collection of Data Column Constraints, cascading

    ","parent_name":"GPKGDataColumnConstraintsDao"},"Classes/GPKGDataColumnConstraintsDao.html#/c:objc(cs)GPKGDataColumnConstraintsDao(im)deleteCascadeWhere:andWhereArgs:":{"name":"-deleteCascadeWhere:andWhereArgs:","abstract":"

    Delete the Data Columns Constraints where, cascading

    ","parent_name":"GPKGDataColumnConstraintsDao"},"Classes/GPKGDataColumnConstraintsDao.html#/c:objc(cs)GPKGDataColumnConstraintsDao(im)queryByConstraintName:":{"name":"-queryByConstraintName:","abstract":"

    Query by the constraint name

    ","parent_name":"GPKGDataColumnConstraintsDao"},"Classes/GPKGDataColumnConstraintsDao.html#/c:objc(cs)GPKGDataColumnConstraintsDao(im)queryByUniqueConstraintName:andConstraintType:andValue:":{"name":"-queryByUniqueConstraintName:andConstraintType:andValue:","abstract":"

    Query by the unique column values

    ","parent_name":"GPKGDataColumnConstraintsDao"},"Classes/GPKGDataColumnConstraints.html#/c:objc(cs)GPKGDataColumnConstraints(py)constraintName":{"name":"constraintName","abstract":"

    Case sensitive name of constraint

    ","parent_name":"GPKGDataColumnConstraints"},"Classes/GPKGDataColumnConstraints.html#/c:objc(cs)GPKGDataColumnConstraints(py)constraintType":{"name":"constraintType","abstract":"

    Lowercase type name of constraint: range | enum | glob

    ","parent_name":"GPKGDataColumnConstraints"},"Classes/GPKGDataColumnConstraints.html#/c:objc(cs)GPKGDataColumnConstraints(py)value":{"name":"value","abstract":"

    Specified case sensitive value for enum or glob or NULL for range","parent_name":"GPKGDataColumnConstraints"},"Classes/GPKGDataColumnConstraints.html#/c:objc(cs)GPKGDataColumnConstraints(py)min":{"name":"min","abstract":"

    Minimum value for ‘range’ or NULL for ‘enum’ or ‘glob’ constraint_type

    ","parent_name":"GPKGDataColumnConstraints"},"Classes/GPKGDataColumnConstraints.html#/c:objc(cs)GPKGDataColumnConstraints(py)minIsInclusive":{"name":"minIsInclusive","abstract":"

    0 (false) if min value is exclusive, or 1 (true) if min value is","parent_name":"GPKGDataColumnConstraints"},"Classes/GPKGDataColumnConstraints.html#/c:objc(cs)GPKGDataColumnConstraints(py)max":{"name":"max","abstract":"

    Maximum value for ‘range’ or NULL for ‘enum’ or ‘glob’ constraint_type

    ","parent_name":"GPKGDataColumnConstraints"},"Classes/GPKGDataColumnConstraints.html#/c:objc(cs)GPKGDataColumnConstraints(py)maxIsInclusive":{"name":"maxIsInclusive","abstract":"

    0 (false) if max value is exclusive, or 1 (true) if max value is","parent_name":"GPKGDataColumnConstraints"},"Classes/GPKGDataColumnConstraints.html#/c:objc(cs)GPKGDataColumnConstraints(py)theDescription":{"name":"theDescription","abstract":"

    For ranges and globs, describes the constraint; for enums, describes the","parent_name":"GPKGDataColumnConstraints"},"Classes/GPKGDataColumnConstraints.html#/c:objc(cs)GPKGDataColumnConstraints(im)dataColumnConstraintType":{"name":"-dataColumnConstraintType","abstract":"

    Get the data column constraint type

    ","parent_name":"GPKGDataColumnConstraints"},"Classes/GPKGDataColumnConstraints.html#/c:objc(cs)GPKGDataColumnConstraints(im)setDataColumnConstraintType:":{"name":"-setDataColumnConstraintType:","abstract":"

    Set the data column constraint type

    ","parent_name":"GPKGDataColumnConstraints"},"Classes/GPKGDataColumnConstraints.html#/c:objc(cs)GPKGDataColumnConstraints(im)setMinValue:":{"name":"-setMinValue:","abstract":"

    Set the min

    ","parent_name":"GPKGDataColumnConstraints"},"Classes/GPKGDataColumnConstraints.html#/c:objc(cs)GPKGDataColumnConstraints(im)setMinIsInclusiveValue:":{"name":"-setMinIsInclusiveValue:","abstract":"

    Set the min is inclusive value

    ","parent_name":"GPKGDataColumnConstraints"},"Classes/GPKGDataColumnConstraints.html#/c:objc(cs)GPKGDataColumnConstraints(im)setMaxValue:":{"name":"-setMaxValue:","abstract":"

    Set the max

    ","parent_name":"GPKGDataColumnConstraints"},"Classes/GPKGDataColumnConstraints.html#/c:objc(cs)GPKGDataColumnConstraints(im)setMaxIsInclusiveValue:":{"name":"-setMaxIsInclusiveValue:","abstract":"

    Set the max is inclusive value

    ","parent_name":"GPKGDataColumnConstraints"},"Classes/GPKGDataColumnsDao.html#/c:objc(cs)GPKGDataColumnsDao(cm)createWithDatabase:":{"name":"+createWithDatabase:","abstract":"

    Create the DAO

    ","parent_name":"GPKGDataColumnsDao"},"Classes/GPKGDataColumnsDao.html#/c:objc(cs)GPKGDataColumnsDao(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGDataColumnsDao"},"Classes/GPKGDataColumnsDao.html#/c:objc(cs)GPKGDataColumnsDao(im)contents:":{"name":"-contents:","abstract":"

    Get the Contents from the Data Columns

    ","parent_name":"GPKGDataColumnsDao"},"Classes/GPKGDataColumnsDao.html#/c:objc(cs)GPKGDataColumnsDao(im)queryByConstraintName:":{"name":"-queryByConstraintName:","abstract":"

    Query by constraint name

    ","parent_name":"GPKGDataColumnsDao"},"Classes/GPKGDataColumnsDao.html#/c:objc(cs)GPKGDataColumnsDao(im)dataColumnByTableName:andColumnName:":{"name":"-dataColumnByTableName:andColumnName:","abstract":"

    Get DataColumn by column name and table name

    ","parent_name":"GPKGDataColumnsDao"},"Classes/GPKGDataColumnsDao.html#/c:objc(cs)GPKGDataColumnsDao(im)queryByTable:":{"name":"-queryByTable:","abstract":"

    Query by table name

    ","parent_name":"GPKGDataColumnsDao"},"Classes/GPKGDataColumnsDao.html#/c:objc(cs)GPKGDataColumnsDao(im)deleteByTableName:":{"name":"-deleteByTableName:","abstract":"

    Delete by table name

    ","parent_name":"GPKGDataColumnsDao"},"Classes/GPKGDataColumns.html#/c:objc(cs)GPKGDataColumns(py)tableName":{"name":"tableName","abstract":"

    Name of the tiles or feature table

    ","parent_name":"GPKGDataColumns"},"Classes/GPKGDataColumns.html#/c:objc(cs)GPKGDataColumns(py)columnName":{"name":"columnName","abstract":"

    Name of the table column

    ","parent_name":"GPKGDataColumns"},"Classes/GPKGDataColumns.html#/c:objc(cs)GPKGDataColumns(py)name":{"name":"name","abstract":"

    A human-readable identifier (e.g. short name) for the column_name content

    ","parent_name":"GPKGDataColumns"},"Classes/GPKGDataColumns.html#/c:objc(cs)GPKGDataColumns(py)title":{"name":"title","abstract":"

    A human-readable formal title for the column_name content

    ","parent_name":"GPKGDataColumns"},"Classes/GPKGDataColumns.html#/c:objc(cs)GPKGDataColumns(py)theDescription":{"name":"theDescription","abstract":"

    A human-readable description for the column_name content

    ","parent_name":"GPKGDataColumns"},"Classes/GPKGDataColumns.html#/c:objc(cs)GPKGDataColumns(py)mimeType":{"name":"mimeType","abstract":"

    MIME type of column_name if BLOB type, or NULL for other types

    ","parent_name":"GPKGDataColumns"},"Classes/GPKGDataColumns.html#/c:objc(cs)GPKGDataColumns(py)constraintName":{"name":"constraintName","abstract":"

    Case sensitive column value constraint name specified by reference to","parent_name":"GPKGDataColumns"},"Classes/GPKGDataColumns.html#/c:objc(cs)GPKGDataColumns(im)setContents:":{"name":"-setContents:","abstract":"

    Set the Contents

    ","parent_name":"GPKGDataColumns"},"Classes/GPKGDataColumns.html#/c:objc(cs)GPKGDataColumns(im)setConstraint:":{"name":"-setConstraint:","abstract":"

    Set the Data Column Constraints

    ","parent_name":"GPKGDataColumns"},"Classes/GPKGSchemaExtension.html#/c:objc(cs)GPKGSchemaExtension(py)extensionName":{"name":"extensionName","abstract":"

    Extension name

    ","parent_name":"GPKGSchemaExtension"},"Classes/GPKGSchemaExtension.html#/c:objc(cs)GPKGSchemaExtension(py)definition":{"name":"definition","abstract":"

    Extension definition URL

    ","parent_name":"GPKGSchemaExtension"},"Classes/GPKGSchemaExtension.html#/c:objc(cs)GPKGSchemaExtension(im)initWithGeoPackage:":{"name":"-initWithGeoPackage:","abstract":"

    Initialize

    ","parent_name":"GPKGSchemaExtension"},"Classes/GPKGSchemaExtension.html#/c:objc(cs)GPKGSchemaExtension(im)extensionCreate":{"name":"-extensionCreate","abstract":"

    Get or create the extensions

    ","parent_name":"GPKGSchemaExtension"},"Classes/GPKGSchemaExtension.html#/c:objc(cs)GPKGSchemaExtension(im)has":{"name":"-has","abstract":"

    Determine if the GeoPackage has the extension

    ","parent_name":"GPKGSchemaExtension"},"Classes/GPKGSchemaExtension.html#/c:objc(cs)GPKGSchemaExtension(im)removeExtension":{"name":"-removeExtension","abstract":"

    Remove all trace of the extension

    ","parent_name":"GPKGSchemaExtension"},"Classes/GPKGSchemaExtension.html#/c:objc(cs)GPKGSchemaExtension(im)dataColumnsDao":{"name":"-dataColumnsDao","abstract":"

    Get a Data Columns DAO

    ","parent_name":"GPKGSchemaExtension"},"Classes/GPKGSchemaExtension.html#/c:objc(cs)GPKGSchemaExtension(cm)dataColumnsDaoWithGeoPackage:":{"name":"+dataColumnsDaoWithGeoPackage:","abstract":"

    Get a Data Columns DAO

    ","parent_name":"GPKGSchemaExtension"},"Classes/GPKGSchemaExtension.html#/c:objc(cs)GPKGSchemaExtension(cm)dataColumnsDaoWithDatabase:":{"name":"+dataColumnsDaoWithDatabase:","abstract":"

    Get a Data Columns DAO

    ","parent_name":"GPKGSchemaExtension"},"Classes/GPKGSchemaExtension.html#/c:objc(cs)GPKGSchemaExtension(im)createDataColumnsTable":{"name":"-createDataColumnsTable","abstract":"

    Create the Data Columns table if it does not already exist

    ","parent_name":"GPKGSchemaExtension"},"Classes/GPKGSchemaExtension.html#/c:objc(cs)GPKGSchemaExtension(im)dataColumnConstraintsDao":{"name":"-dataColumnConstraintsDao","abstract":"

    Get a Data Column Constraints DAO

    ","parent_name":"GPKGSchemaExtension"},"Classes/GPKGSchemaExtension.html#/c:objc(cs)GPKGSchemaExtension(cm)dataColumnConstraintsDaoWithGeoPackage:":{"name":"+dataColumnConstraintsDaoWithGeoPackage:","abstract":"

    Get a Data Column Constraints DAO

    ","parent_name":"GPKGSchemaExtension"},"Classes/GPKGSchemaExtension.html#/c:objc(cs)GPKGSchemaExtension(cm)dataColumnConstraintsDaoWithDatabase:":{"name":"+dataColumnConstraintsDaoWithDatabase:","abstract":"

    Get a Data Column Constraints DAO

    ","parent_name":"GPKGSchemaExtension"},"Classes/GPKGSchemaExtension.html#/c:objc(cs)GPKGSchemaExtension(im)createDataColumnConstraintsTable":{"name":"-createDataColumnConstraintsTable","abstract":"

    Create the Data Column Constraints table if it does not already exist

    ","parent_name":"GPKGSchemaExtension"},"Classes/GPKGRTreeIndexTableRow.html#/c:objc(cs)GPKGRTreeIndexTableRow(im)initWithUserCustomRow:":{"name":"-initWithUserCustomRow:","abstract":"

    Initialize

    ","parent_name":"GPKGRTreeIndexTableRow"},"Classes/GPKGRTreeIndexTableRow.html#/c:objc(cs)GPKGRTreeIndexTableRow(im)minX":{"name":"-minX","abstract":"

    Get the min x

    ","parent_name":"GPKGRTreeIndexTableRow"},"Classes/GPKGRTreeIndexTableRow.html#/c:objc(cs)GPKGRTreeIndexTableRow(im)maxX":{"name":"-maxX","abstract":"

    Get the max x

    ","parent_name":"GPKGRTreeIndexTableRow"},"Classes/GPKGRTreeIndexTableRow.html#/c:objc(cs)GPKGRTreeIndexTableRow(im)minY":{"name":"-minY","abstract":"

    Get the min y

    ","parent_name":"GPKGRTreeIndexTableRow"},"Classes/GPKGRTreeIndexTableRow.html#/c:objc(cs)GPKGRTreeIndexTableRow(im)maxY":{"name":"-maxY","abstract":"

    Get the max y

    ","parent_name":"GPKGRTreeIndexTableRow"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(py)progress":{"name":"progress","abstract":"

    Progress callbacks

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(py)tolerance":{"name":"tolerance","abstract":"

    Query range tolerance

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)initWithExtension:andDao:andFeatureDao:":{"name":"-initWithExtension:andDao:andFeatureDao:","abstract":"

    Initialize

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)has":{"name":"-has","abstract":"

    Determine if this feature table has the RTree extension

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)create":{"name":"-create","abstract":"

    Create the RTree extension for the feature table

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)delete":{"name":"-delete","abstract":"

    Delete the RTree extension for the feature table

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)rTreeIndexExtension":{"name":"-rTreeIndexExtension","abstract":"

    Get the RTree index extension

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)featureDao":{"name":"-featureDao","abstract":"

    Get the feature DAO

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)row:":{"name":"-row:","abstract":"

    Get the RTree Index Table row from the current result set location

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)rowWithRow:":{"name":"-rowWithRow:","abstract":"

    Get the RTree Index Table row from the row

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)rowFromUserCustomRow:":{"name":"-rowFromUserCustomRow:","abstract":"

    Get the RTree Index Table row from the user custom row

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)featureRowFromRTreeRow:":{"name":"-featureRowFromRTreeRow:","abstract":"

    Get the feature row from the RTree Index Table row

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)featureRow:":{"name":"-featureRow:","abstract":"

    Get the feature row from the result set

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)featureRowWithRow:":{"name":"-featureRowWithRow:","abstract":"

    Get the feature row from the row

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)featureRowFromUserCustomRow:":{"name":"-featureRowFromUserCustomRow:","abstract":"

    Get the feature row from the user custom row

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeatures":{"name":"-queryFeatures","abstract":"

    Query for all features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:":{"name":"-queryFeaturesWithDistinct:","abstract":"

    Query for all features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithColumns:":{"name":"-queryFeaturesWithColumns:","abstract":"

    Query for all features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andColumns:":{"name":"-queryFeaturesWithDistinct:andColumns:","abstract":"

    Query for all features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeatures":{"name":"-countFeatures","abstract":"

    Count features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithColumn:":{"name":"-countFeaturesWithColumn:","abstract":"

    Count features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithDistinct:andColumn:":{"name":"-countFeaturesWithDistinct:andColumn:","abstract":"

    Count features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithFieldValues:":{"name":"-queryFeaturesWithFieldValues:","abstract":"

    Query for features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andFieldValues:","abstract":"

    Query for features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithColumns:andFieldValues:":{"name":"-queryFeaturesWithColumns:andFieldValues:","abstract":"

    Query for features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andColumns:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andColumns:andFieldValues:","abstract":"

    Query for features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithFieldValues:":{"name":"-countFeaturesWithFieldValues:","abstract":"

    Count features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithColumn:andFieldValues:":{"name":"-countFeaturesWithColumn:andFieldValues:","abstract":"

    Count features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithDistinct:andColumn:andFieldValues:":{"name":"-countFeaturesWithDistinct:andColumn:andFieldValues:","abstract":"

    Count features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWhere:":{"name":"-queryFeaturesWhere:","abstract":"

    Query for features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andWhere:":{"name":"-queryFeaturesWithDistinct:andWhere:","abstract":"

    Query for features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithColumns:andWhere:":{"name":"-queryFeaturesWithColumns:andWhere:","abstract":"

    Query for features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andColumns:andWhere:":{"name":"-queryFeaturesWithDistinct:andColumns:andWhere:","abstract":"

    Query for features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWhere:":{"name":"-countFeaturesWhere:","abstract":"

    Count features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithColumn:andWhere:":{"name":"-countFeaturesWithColumn:andWhere:","abstract":"

    Count features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithDistinct:andColumn:andWhere:":{"name":"-countFeaturesWithDistinct:andColumn:andWhere:","abstract":"

    Count features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWhere:andWhereArgs:":{"name":"-queryFeaturesWhere:andWhereArgs:","abstract":"

    Query for features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andWhere:andWhereArgs:","abstract":"

    Query for features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithColumns:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithColumns:andWhere:andWhereArgs:","abstract":"

    Query for features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andColumns:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andColumns:andWhere:andWhereArgs:","abstract":"

    Query for features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWhere:andWhereArgs:":{"name":"-countFeaturesWhere:andWhereArgs:","abstract":"

    Count features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithColumn:andWhere:andWhereArgs:":{"name":"-countFeaturesWithColumn:andWhere:andWhereArgs:","abstract":"

    Count features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithDistinct:andColumn:andWhere:andWhereArgs:":{"name":"-countFeaturesWithDistinct:andColumn:andWhere:andWhereArgs:","abstract":"

    Count features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryWithBoundingBox:":{"name":"-queryWithBoundingBox:","abstract":"

    Query for rows within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryWithDistinct:andBoundingBox:":{"name":"-queryWithDistinct:andBoundingBox:","abstract":"

    Query for rows within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryWithColumns:andBoundingBox:":{"name":"-queryWithColumns:andBoundingBox:","abstract":"

    Query for rows within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryWithDistinct:andColumns:andBoundingBox:":{"name":"-queryWithDistinct:andColumns:andBoundingBox:","abstract":"

    Query for rows within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countWithBoundingBox:":{"name":"-countWithBoundingBox:","abstract":"

    Count the rows within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countWithColumn:andBoundingBox:":{"name":"-countWithColumn:andBoundingBox:","abstract":"

    Count the rows within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countWithDistinct:andColumn:andBoundingBox:":{"name":"-countWithDistinct:andColumn:andBoundingBox:","abstract":"

    Count the rows within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithBoundingBox:":{"name":"-queryFeaturesWithBoundingBox:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andBoundingBox:":{"name":"-queryFeaturesWithDistinct:andBoundingBox:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithColumns:andBoundingBox:":{"name":"-queryFeaturesWithColumns:andBoundingBox:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andColumns:andBoundingBox:":{"name":"-queryFeaturesWithDistinct:andColumns:andBoundingBox:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithBoundingBox:":{"name":"-countFeaturesWithBoundingBox:","abstract":"

    Count the features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithColumn:andBoundingBox:":{"name":"-countFeaturesWithColumn:andBoundingBox:","abstract":"

    Count the features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithDistinct:andColumn:andBoundingBox:":{"name":"-countFeaturesWithDistinct:andColumn:andBoundingBox:","abstract":"

    Count the features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithBoundingBox:andFieldValues:":{"name":"-queryFeaturesWithBoundingBox:andFieldValues:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andBoundingBox:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andBoundingBox:andFieldValues:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithColumns:andBoundingBox:andFieldValues:":{"name":"-queryFeaturesWithColumns:andBoundingBox:andFieldValues:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andColumns:andBoundingBox:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andColumns:andBoundingBox:andFieldValues:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithBoundingBox:andFieldValues:":{"name":"-countFeaturesWithBoundingBox:andFieldValues:","abstract":"

    Count the features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithColumn:andBoundingBox:andFieldValues:":{"name":"-countFeaturesWithColumn:andBoundingBox:andFieldValues:","abstract":"

    Count the features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithDistinct:andColumn:andBoundingBox:andFieldValues:":{"name":"-countFeaturesWithDistinct:andColumn:andBoundingBox:andFieldValues:","abstract":"

    Count the features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithBoundingBox:andWhere:":{"name":"-queryFeaturesWithBoundingBox:andWhere:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andBoundingBox:andWhere:":{"name":"-queryFeaturesWithDistinct:andBoundingBox:andWhere:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithColumns:andBoundingBox:andWhere:":{"name":"-queryFeaturesWithColumns:andBoundingBox:andWhere:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andColumns:andBoundingBox:andWhere:":{"name":"-queryFeaturesWithDistinct:andColumns:andBoundingBox:andWhere:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithBoundingBox:andWhere:":{"name":"-countFeaturesWithBoundingBox:andWhere:","abstract":"

    Count the features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithColumn:andBoundingBox:andWhere:":{"name":"-countFeaturesWithColumn:andBoundingBox:andWhere:","abstract":"

    Count the features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithDistinct:andColumn:andBoundingBox:andWhere:":{"name":"-countFeaturesWithDistinct:andColumn:andBoundingBox:andWhere:","abstract":"

    Count the features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithBoundingBox:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithBoundingBox:andWhere:andWhereArgs:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andBoundingBox:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andBoundingBox:andWhere:andWhereArgs:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithColumns:andBoundingBox:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithColumns:andBoundingBox:andWhere:andWhereArgs:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithBoundingBox:andWhere:andWhereArgs:":{"name":"-countFeaturesWithBoundingBox:andWhere:andWhereArgs:","abstract":"

    Count the features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithColumn:andBoundingBox:andWhere:andWhereArgs:":{"name":"-countFeaturesWithColumn:andBoundingBox:andWhere:andWhereArgs:","abstract":"

    Count the features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithDistinct:andColumn:andBoundingBox:andWhere:andWhereArgs:":{"name":"-countFeaturesWithDistinct:andColumn:andBoundingBox:andWhere:andWhereArgs:","abstract":"

    Count the features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryWithBoundingBox:inProjection:":{"name":"-queryWithBoundingBox:inProjection:","abstract":"

    Query for rows within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryWithDistinct:andBoundingBox:inProjection:":{"name":"-queryWithDistinct:andBoundingBox:inProjection:","abstract":"

    Query for rows within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryWithColumns:andBoundingBox:inProjection:":{"name":"-queryWithColumns:andBoundingBox:inProjection:","abstract":"

    Query for rows within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryWithDistinct:andColumns:andBoundingBox:inProjection:":{"name":"-queryWithDistinct:andColumns:andBoundingBox:inProjection:","abstract":"

    Query for rows within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countWithBoundingBox:inProjection:":{"name":"-countWithBoundingBox:inProjection:","abstract":"

    Count the rows within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countWithColumn:andBoundingBox:inProjection:":{"name":"-countWithColumn:andBoundingBox:inProjection:","abstract":"

    Count the rows within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countWithDistinct:andColumn:andBoundingBox:inProjection:":{"name":"-countWithDistinct:andColumn:andBoundingBox:inProjection:","abstract":"

    Count the rows within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithBoundingBox:inProjection:":{"name":"-queryFeaturesWithBoundingBox:inProjection:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andBoundingBox:inProjection:":{"name":"-queryFeaturesWithDistinct:andBoundingBox:inProjection:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithColumns:andBoundingBox:inProjection:":{"name":"-queryFeaturesWithColumns:andBoundingBox:inProjection:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andColumns:andBoundingBox:inProjection:":{"name":"-queryFeaturesWithDistinct:andColumns:andBoundingBox:inProjection:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithBoundingBox:inProjection:":{"name":"-countFeaturesWithBoundingBox:inProjection:","abstract":"

    Count the features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithColumn:andBoundingBox:inProjection:":{"name":"-countFeaturesWithColumn:andBoundingBox:inProjection:","abstract":"

    Count the features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithDistinct:andColumn:andBoundingBox:inProjection:":{"name":"-countFeaturesWithDistinct:andColumn:andBoundingBox:inProjection:","abstract":"

    Count the features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithBoundingBox:inProjection:andFieldValues:":{"name":"-queryFeaturesWithBoundingBox:inProjection:andFieldValues:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andBoundingBox:inProjection:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andBoundingBox:inProjection:andFieldValues:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithColumns:andBoundingBox:inProjection:andFieldValues:":{"name":"-queryFeaturesWithColumns:andBoundingBox:inProjection:andFieldValues:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithBoundingBox:inProjection:andFieldValues:":{"name":"-countFeaturesWithBoundingBox:inProjection:andFieldValues:","abstract":"

    Count the features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithColumn:andBoundingBox:inProjection:andFieldValues:":{"name":"-countFeaturesWithColumn:andBoundingBox:inProjection:andFieldValues:","abstract":"

    Count the features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithDistinct:andColumn:andBoundingBox:inProjection:andFieldValues:":{"name":"-countFeaturesWithDistinct:andColumn:andBoundingBox:inProjection:andFieldValues:","abstract":"

    Count the features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithBoundingBox:inProjection:andWhere:":{"name":"-queryFeaturesWithBoundingBox:inProjection:andWhere:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andBoundingBox:inProjection:andWhere:":{"name":"-queryFeaturesWithDistinct:andBoundingBox:inProjection:andWhere:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithColumns:andBoundingBox:inProjection:andWhere:":{"name":"-queryFeaturesWithColumns:andBoundingBox:inProjection:andWhere:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:":{"name":"-queryFeaturesWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithBoundingBox:inProjection:andWhere:":{"name":"-countFeaturesWithBoundingBox:inProjection:andWhere:","abstract":"

    Count the features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithColumn:andBoundingBox:inProjection:andWhere:":{"name":"-countFeaturesWithColumn:andBoundingBox:inProjection:andWhere:","abstract":"

    Count the features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithDistinct:andColumn:andBoundingBox:inProjection:andWhere:":{"name":"-countFeaturesWithDistinct:andColumn:andBoundingBox:inProjection:andWhere:","abstract":"

    Count the features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-countFeaturesWithBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Count the features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithColumn:andBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-countFeaturesWithColumn:andBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Count the features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithDistinct:andColumn:andBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-countFeaturesWithDistinct:andColumn:andBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Count the features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryWithEnvelope:":{"name":"-queryWithEnvelope:","abstract":"

    Query for rows within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryWithDistinct:andEnvelope:":{"name":"-queryWithDistinct:andEnvelope:","abstract":"

    Query for rows within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryWithColumns:andEnvelope:":{"name":"-queryWithColumns:andEnvelope:","abstract":"

    Query for rows within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryWithDistinct:andColumns:andEnvelope:":{"name":"-queryWithDistinct:andColumns:andEnvelope:","abstract":"

    Query for rows within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countWithEnvelope:":{"name":"-countWithEnvelope:","abstract":"

    Count the rows within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countWithColumn:andEnvelope:":{"name":"-countWithColumn:andEnvelope:","abstract":"

    Count the rows within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countWithDistinct:andColumn:andEnvelope:":{"name":"-countWithDistinct:andColumn:andEnvelope:","abstract":"

    Count the rows within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithEnvelope:":{"name":"-queryFeaturesWithEnvelope:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andEnvelope:":{"name":"-queryFeaturesWithDistinct:andEnvelope:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithColumns:andEnvelope:":{"name":"-queryFeaturesWithColumns:andEnvelope:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andColumns:andEnvelope:":{"name":"-queryFeaturesWithDistinct:andColumns:andEnvelope:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithEnvelope:":{"name":"-countFeaturesWithEnvelope:","abstract":"

    Count the features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithColumn:andEnvelope:":{"name":"-countFeaturesWithColumn:andEnvelope:","abstract":"

    Count the features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithDistinct:andColumn:andEnvelope:":{"name":"-countFeaturesWithDistinct:andColumn:andEnvelope:","abstract":"

    Count the features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithEnvelope:andFieldValues:":{"name":"-queryFeaturesWithEnvelope:andFieldValues:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andEnvelope:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andEnvelope:andFieldValues:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithColumns:andEnvelope:andFieldValues:":{"name":"-queryFeaturesWithColumns:andEnvelope:andFieldValues:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andColumns:andEnvelope:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andColumns:andEnvelope:andFieldValues:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithEnvelope:andFieldValues:":{"name":"-countFeaturesWithEnvelope:andFieldValues:","abstract":"

    Count the features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithColumn:andEnvelope:andFieldValues:":{"name":"-countFeaturesWithColumn:andEnvelope:andFieldValues:","abstract":"

    Count the features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithDistinct:andColumn:andEnvelope:andFieldValues:":{"name":"-countFeaturesWithDistinct:andColumn:andEnvelope:andFieldValues:","abstract":"

    Count the features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithEnvelope:andWhere:":{"name":"-queryFeaturesWithEnvelope:andWhere:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andEnvelope:andWhere:":{"name":"-queryFeaturesWithDistinct:andEnvelope:andWhere:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithColumns:andEnvelope:andWhere:":{"name":"-queryFeaturesWithColumns:andEnvelope:andWhere:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andColumns:andEnvelope:andWhere:":{"name":"-queryFeaturesWithDistinct:andColumns:andEnvelope:andWhere:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithEnvelope:andWhere:":{"name":"-countFeaturesWithEnvelope:andWhere:","abstract":"

    Count the features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithColumn:andEnvelope:andWhere:":{"name":"-countFeaturesWithColumn:andEnvelope:andWhere:","abstract":"

    Count the features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithDistinct:andColumn:andEnvelope:andWhere:":{"name":"-countFeaturesWithDistinct:andColumn:andEnvelope:andWhere:","abstract":"

    Count the features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithEnvelope:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithEnvelope:andWhere:andWhereArgs:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andEnvelope:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andEnvelope:andWhere:andWhereArgs:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithColumns:andEnvelope:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithColumns:andEnvelope:andWhere:andWhereArgs:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithEnvelope:andWhere:andWhereArgs:":{"name":"-countFeaturesWithEnvelope:andWhere:andWhereArgs:","abstract":"

    Count the features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithColumn:andEnvelope:andWhere:andWhereArgs:":{"name":"-countFeaturesWithColumn:andEnvelope:andWhere:andWhereArgs:","abstract":"

    Count the features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithDistinct:andColumn:andEnvelope:andWhere:andWhereArgs:":{"name":"-countFeaturesWithDistinct:andColumn:andEnvelope:andWhere:andWhereArgs:","abstract":"

    Count the features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryWithMinX:andMinY:andMaxX:andMaxY:":{"name":"-queryWithMinX:andMinY:andMaxX:andMaxY:","abstract":"

    Query for rows within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryWithDistinct:andMinX:andMinY:andMaxX:andMaxY:":{"name":"-queryWithDistinct:andMinX:andMinY:andMaxX:andMaxY:","abstract":"

    Query for rows within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryWithColumns:andMinX:andMinY:andMaxX:andMaxY:":{"name":"-queryWithColumns:andMinX:andMinY:andMaxX:andMaxY:","abstract":"

    Query for rows within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:":{"name":"-queryWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:","abstract":"

    Query for rows within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countWithMinX:andMinY:andMaxX:andMaxY:":{"name":"-countWithMinX:andMinY:andMaxX:andMaxY:","abstract":"

    Count the rows within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countWithColumn:andMinX:andMinY:andMaxX:andMaxY:":{"name":"-countWithColumn:andMinX:andMinY:andMaxX:andMaxY:","abstract":"

    Count the rows within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countWithDistinct:andColumn:andMinX:andMinY:andMaxX:andMaxY:":{"name":"-countWithDistinct:andColumn:andMinX:andMinY:andMaxX:andMaxY:","abstract":"

    Count the rows within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithMinX:andMinY:andMaxX:andMaxY:":{"name":"-queryFeaturesWithMinX:andMinY:andMaxX:andMaxY:","abstract":"

    Query for features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andMinX:andMinY:andMaxX:andMaxY:":{"name":"-queryFeaturesWithDistinct:andMinX:andMinY:andMaxX:andMaxY:","abstract":"

    Query for features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithColumns:andMinX:andMinY:andMaxX:andMaxY:":{"name":"-queryFeaturesWithColumns:andMinX:andMinY:andMaxX:andMaxY:","abstract":"

    Query for features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:":{"name":"-queryFeaturesWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:","abstract":"

    Query for features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithMinX:andMinY:andMaxX:andMaxY:":{"name":"-countFeaturesWithMinX:andMinY:andMaxX:andMaxY:","abstract":"

    Count the features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithColumn:andMinX:andMinY:andMaxX:andMaxY:":{"name":"-countFeaturesWithColumn:andMinX:andMinY:andMaxX:andMaxY:","abstract":"

    Count the features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithDistinct:andColumn:andMinX:andMinY:andMaxX:andMaxY:":{"name":"-countFeaturesWithDistinct:andColumn:andMinX:andMinY:andMaxX:andMaxY:","abstract":"

    Count the features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithMinX:andMinY:andMaxX:andMaxY:andFieldValues:":{"name":"-queryFeaturesWithMinX:andMinY:andMaxX:andMaxY:andFieldValues:","abstract":"

    Query for features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:","abstract":"

    Query for features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithColumns:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:":{"name":"-queryFeaturesWithColumns:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:","abstract":"

    Query for features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:","abstract":"

    Query for features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithMinX:andMinY:andMaxX:andMaxY:andFieldValues:":{"name":"-countFeaturesWithMinX:andMinY:andMaxX:andMaxY:andFieldValues:","abstract":"

    Count the features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithColumn:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:":{"name":"-countFeaturesWithColumn:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:","abstract":"

    Count the features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithDistinct:andColumn:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:":{"name":"-countFeaturesWithDistinct:andColumn:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:","abstract":"

    Count the features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithMinX:andMinY:andMaxX:andMaxY:andWhere:":{"name":"-queryFeaturesWithMinX:andMinY:andMaxX:andMaxY:andWhere:","abstract":"

    Query for features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andWhere:":{"name":"-queryFeaturesWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andWhere:","abstract":"

    Query for features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:":{"name":"-queryFeaturesWithColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:","abstract":"

    Query for features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:":{"name":"-queryFeaturesWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:","abstract":"

    Query for features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithMinX:andMinY:andMaxX:andMaxY:andWhere:":{"name":"-countFeaturesWithMinX:andMinY:andMaxX:andMaxY:andWhere:","abstract":"

    Count the features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithColumn:andMinX:andMinY:andMaxX:andMaxY:andWhere:":{"name":"-countFeaturesWithColumn:andMinX:andMinY:andMaxX:andMaxY:andWhere:","abstract":"

    Count the features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithDistinct:andColumn:andMinX:andMinY:andMaxX:andMaxY:andWhere:":{"name":"-countFeaturesWithDistinct:andColumn:andMinX:andMinY:andMaxX:andMaxY:andWhere:","abstract":"

    Count the features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:","abstract":"

    Query for features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:","abstract":"

    Query for features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:","abstract":"

    Query for features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:","abstract":"

    Query for features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:":{"name":"-countFeaturesWithMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:","abstract":"

    Count the features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithColumn:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:":{"name":"-countFeaturesWithColumn:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:","abstract":"

    Count the features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithDistinct:andColumn:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:":{"name":"-countFeaturesWithDistinct:andColumn:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:","abstract":"

    Count the features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithLimit:":{"name":"-queryFeaturesForChunkWithLimit:","abstract":"

    Query for all features ordered by id, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithLimit:andOffset:":{"name":"-queryFeaturesForChunkWithLimit:andOffset:","abstract":"

    Query for all features ordered by id, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithOrderBy:andLimit:","abstract":"

    Query for all features, starting at the offset and returning no more than","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithOrderBy:andLimit:andOffset:","abstract":"

    Query for all features, starting at the offset and returning no more than","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andLimit:","abstract":"

    Query for all features ordered by id, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andLimit:andOffset:","abstract":"

    Query for all features ordered by id, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andOrderBy:andLimit:","abstract":"

    Query for all features, starting at the offset and returning no more than","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andOrderBy:andLimit:andOffset:","abstract":"

    Query for all features, starting at the offset and returning no more than","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andLimit:","abstract":"

    Query for all features ordered by id, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andLimit:andOffset:","abstract":"

    Query for all features ordered by id, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andOrderBy:andLimit:","abstract":"

    Query for all features, starting at the offset and returning no more than","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andOrderBy:andLimit:andOffset:","abstract":"

    Query for all features, starting at the offset and returning no more than","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andLimit:","abstract":"

    Query for all features ordered by id, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andLimit:andOffset:","abstract":"

    Query for all features ordered by id, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andOrderBy:andLimit:","abstract":"

    Query for all features, starting at the offset and returning no more than","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andOrderBy:andLimit:andOffset:","abstract":"

    Query for all features, starting at the offset and returning no more than","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithFieldValues:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithFieldValues:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andFieldValues:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andFieldValues:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andFieldValues:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithWhere:andLimit:":{"name":"-queryFeaturesForChunkWithWhere:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithWhere:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithWhere:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andWhere:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andWhere:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andWhere:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andWhere:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andWhere:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andWhere:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithWhere:andWhereArgs:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithBoundingBox:andLimit:":{"name":"-queryForChunkWithBoundingBox:andLimit:","abstract":"

    Query for rows within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithBoundingBox:andLimit:andOffset:":{"name":"-queryForChunkWithBoundingBox:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithBoundingBox:andOrderBy:andLimit:":{"name":"-queryForChunkWithBoundingBox:andOrderBy:andLimit:","abstract":"

    Query for rows within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithBoundingBox:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithBoundingBox:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andBoundingBox:andLimit:":{"name":"-queryForChunkWithDistinct:andBoundingBox:andLimit:","abstract":"

    Query for rows within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andBoundingBox:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andBoundingBox:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andBoundingBox:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andBoundingBox:andOrderBy:andLimit:","abstract":"

    Query for rows within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andBoundingBox:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andBoundingBox:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithColumns:andBoundingBox:andLimit:":{"name":"-queryForChunkWithColumns:andBoundingBox:andLimit:","abstract":"

    Query for rows within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithColumns:andBoundingBox:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andBoundingBox:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithColumns:andBoundingBox:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andBoundingBox:andOrderBy:andLimit:","abstract":"

    Query for rows within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithColumns:andBoundingBox:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andBoundingBox:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andColumns:andBoundingBox:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:andLimit:","abstract":"

    Query for rows within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andColumns:andBoundingBox:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andColumns:andBoundingBox:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:andOrderBy:andLimit:","abstract":"

    Query for rows within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andColumns:andBoundingBox:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:andFieldValues:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andFieldValues:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andFieldValues:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:andWhere:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithBoundingBox:inProjection:andLimit:":{"name":"-queryForChunkWithBoundingBox:inProjection:andLimit:","abstract":"

    Query for rows within the bounding box in the provided projection ordered","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithBoundingBox:inProjection:andLimit:andOffset:":{"name":"-queryForChunkWithBoundingBox:inProjection:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box in the provided projection ordered","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithBoundingBox:inProjection:andOrderBy:andLimit:":{"name":"-queryForChunkWithBoundingBox:inProjection:andOrderBy:andLimit:","abstract":"

    Query for rows within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithBoundingBox:inProjection:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithBoundingBox:inProjection:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andBoundingBox:inProjection:andLimit:":{"name":"-queryForChunkWithDistinct:andBoundingBox:inProjection:andLimit:","abstract":"

    Query for rows within the bounding box in the provided projection ordered","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andBoundingBox:inProjection:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andBoundingBox:inProjection:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box in the provided projection ordered","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andBoundingBox:inProjection:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andBoundingBox:inProjection:andOrderBy:andLimit:","abstract":"

    Query for rows within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithColumns:andBoundingBox:inProjection:andLimit:":{"name":"-queryForChunkWithColumns:andBoundingBox:inProjection:andLimit:","abstract":"

    Query for rows within the bounding box in the provided projection ordered","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithColumns:andBoundingBox:inProjection:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andBoundingBox:inProjection:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box in the provided projection ordered","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithColumns:andBoundingBox:inProjection:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andBoundingBox:inProjection:andOrderBy:andLimit:","abstract":"

    Query for rows within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithColumns:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andLimit:","abstract":"

    Query for rows within the bounding box in the provided projection ordered","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box in the provided projection ordered","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andOrderBy:andLimit:","abstract":"

    Query for rows within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:inProjection:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:inProjection:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:inProjection:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:inProjection:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:inProjection:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andFieldValues:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:inProjection:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithEnvelope:andLimit:":{"name":"-queryForChunkWithEnvelope:andLimit:","abstract":"

    Query for rows within the geometry envelope ordered by id, starting at","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithEnvelope:andLimit:andOffset:":{"name":"-queryForChunkWithEnvelope:andLimit:andOffset:","abstract":"

    Query for rows within the geometry envelope ordered by id, starting at","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithEnvelope:andOrderBy:andLimit:":{"name":"-queryForChunkWithEnvelope:andOrderBy:andLimit:","abstract":"

    Query for rows within the geometry envelope, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithEnvelope:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithEnvelope:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the geometry envelope, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andEnvelope:andLimit:":{"name":"-queryForChunkWithDistinct:andEnvelope:andLimit:","abstract":"

    Query for rows within the geometry envelope ordered by id, starting at","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andEnvelope:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andEnvelope:andLimit:andOffset:","abstract":"

    Query for rows within the geometry envelope ordered by id, starting at","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andEnvelope:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andEnvelope:andOrderBy:andLimit:","abstract":"

    Query for rows within the geometry envelope, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andEnvelope:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andEnvelope:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the geometry envelope, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithColumns:andEnvelope:andLimit:":{"name":"-queryForChunkWithColumns:andEnvelope:andLimit:","abstract":"

    Query for rows within the geometry envelope ordered by id, starting at","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithColumns:andEnvelope:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andEnvelope:andLimit:andOffset:","abstract":"

    Query for rows within the geometry envelope ordered by id, starting at","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithColumns:andEnvelope:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andEnvelope:andOrderBy:andLimit:","abstract":"

    Query for rows within the geometry envelope, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithColumns:andEnvelope:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andEnvelope:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the geometry envelope, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andColumns:andEnvelope:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andLimit:","abstract":"

    Query for rows within the geometry envelope ordered by id, starting at","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andColumns:andEnvelope:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andLimit:andOffset:","abstract":"

    Query for rows within the geometry envelope ordered by id, starting at","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andColumns:andEnvelope:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andOrderBy:andLimit:","abstract":"

    Query for rows within the geometry envelope, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andColumns:andEnvelope:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the geometry envelope, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithEnvelope:andLimit:":{"name":"-queryFeaturesForChunkWithEnvelope:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithEnvelope:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithEnvelope:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithEnvelope:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithEnvelope:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithEnvelope:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithEnvelope:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andEnvelope:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andEnvelope:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andEnvelope:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andEnvelope:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andEnvelope:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andEnvelope:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andEnvelope:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andEnvelope:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithEnvelope:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithEnvelope:andFieldValues:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithEnvelope:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithEnvelope:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithEnvelope:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithEnvelope:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andEnvelope:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andFieldValues:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andEnvelope:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andEnvelope:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andEnvelope:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andFieldValues:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andEnvelope:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithEnvelope:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithEnvelope:andWhere:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithEnvelope:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithEnvelope:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithEnvelope:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithEnvelope:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithEnvelope:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithEnvelope:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithEnvelope:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithEnvelope:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithEnvelope:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithEnvelope:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithMinX:andMinY:andMaxX:andMaxY:andLimit:":{"name":"-queryForChunkWithMinX:andMinY:andMaxX:andMaxY:andLimit:","abstract":"

    Query for rows within the bounds ordered by id, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithMinX:andMinY:andMaxX:andMaxY:andLimit:andOffset:":{"name":"-queryForChunkWithMinX:andMinY:andMaxX:andMaxY:andLimit:andOffset:","abstract":"

    Query for rows within the bounds ordered by id, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:":{"name":"-queryForChunkWithMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:","abstract":"

    Query for rows within the bounds, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the bounds, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andLimit:":{"name":"-queryForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andLimit:","abstract":"

    Query for rows within the bounds ordered by id, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andLimit:andOffset:","abstract":"

    Query for rows within the bounds ordered by id, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:","abstract":"

    Query for rows within the bounds, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the bounds, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andLimit:":{"name":"-queryForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andLimit:","abstract":"

    Query for rows within the bounds ordered by id, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andLimit:andOffset:","abstract":"

    Query for rows within the bounds ordered by id, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:","abstract":"

    Query for rows within the bounds, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the bounds, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andLimit:","abstract":"

    Query for rows within the bounds ordered by id, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andLimit:andOffset:","abstract":"

    Query for rows within the bounds ordered by id, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:","abstract":"

    Query for rows within the bounds, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the bounds, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andLimit:":{"name":"-queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andLimit:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andLimit:andOffset:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andLimit:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andLimit:andOffset:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andLimit:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andLimit:andOffset:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andLimit:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andLimit:andOffset:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andFieldValues:andLimit:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:andLimit:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:andLimit:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:andLimit:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andWhere:andLimit:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andWhere:andLimit:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andLimit:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andLimit:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(py)extensionName":{"name":"extensionName","abstract":"

    Extension name

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(py)definition":{"name":"definition","abstract":"

    Extension definition URL

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)initWithGeoPackage:":{"name":"-initWithGeoPackage:","abstract":"

    Initialize

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)tableDaoWithFeatureTable:":{"name":"-tableDaoWithFeatureTable:","abstract":"

    Get a RTree Index Table DAO for the feature table

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)tableDaoWithFeatureDao:":{"name":"-tableDaoWithFeatureDao:","abstract":"

    Get a RTree Index Table DAO for the feature dao

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)extensionCreateWithFeatureTable:":{"name":"-extensionCreateWithFeatureTable:","abstract":"

    Get or create the extension

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)extensionCreateWithTableName:andColumnName:":{"name":"-extensionCreateWithTableName:andColumnName:","abstract":"

    Get or create the extension

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)hasWithFeatureTable:":{"name":"-hasWithFeatureTable:","abstract":"

    Determine if the GeoPackage feature table has the extension

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)hasWithTableName:andColumnName:":{"name":"-hasWithTableName:andColumnName:","abstract":"

    Determine if the GeoPackage table and column has the extension

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)hasWithTableName:":{"name":"-hasWithTableName:","abstract":"

    Determine if the GeoPackage table has the extension

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)has":{"name":"-has","abstract":"

    Determine if the GeoPackage has the extension for any table

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)createFunctionsWithFeatureTable:":{"name":"-createFunctionsWithFeatureTable:","abstract":"

    Check if the feature table has the RTree extension and create the","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)createFunctionsWithTableName:andColumnName:":{"name":"-createFunctionsWithTableName:andColumnName:","abstract":"

    Check if the table and column has the RTree extension and create the","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)createFunctions":{"name":"-createFunctions","abstract":"

    Check if the GeoPackage has the RTree extension and create the functions","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)createWithFeatureTable:":{"name":"-createWithFeatureTable:","abstract":"

    Create the RTree Index extension for the feature table. Creates the SQL","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)createWithTableName:andGeometryColumnName:andIdColumnName:":{"name":"-createWithTableName:andGeometryColumnName:andIdColumnName:","abstract":"

    Create the RTree Index extension for the feature table, geometry column,","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)createRTreeIndexWithFeatureTable:":{"name":"-createRTreeIndexWithFeatureTable:","abstract":"

    Create the RTree Index Virtual Table

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)createRTreeIndexWithTableName:andGeometryColumnName:":{"name":"-createRTreeIndexWithTableName:andGeometryColumnName:","abstract":"

    Create the RTree Index Virtual Table

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)createAllFunctions":{"name":"-createAllFunctions","abstract":"

    Create all connection SQL Functions for min x, max x, min y, max y, and","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)createMinXFunction":{"name":"-createMinXFunction","abstract":"

    Create the min x SQL function

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)createMaxXFunction":{"name":"-createMaxXFunction","abstract":"

    Create the max x SQL function

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)createMinYFunction":{"name":"-createMinYFunction","abstract":"

    Create the min y SQL function

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)createMaxYFunction":{"name":"-createMaxYFunction","abstract":"

    Create the max y SQL function

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)createIsEmptyFunction":{"name":"-createIsEmptyFunction","abstract":"

    Create the is empty SQL function

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)loadRTreeIndexWithFeatureTable:":{"name":"-loadRTreeIndexWithFeatureTable:","abstract":"

    Load the RTree Spatial Index Values

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)loadRTreeIndexWithTableName:andGeometryColumnName:andIdColumnName:":{"name":"-loadRTreeIndexWithTableName:andGeometryColumnName:andIdColumnName:","abstract":"

    Load the RTree Spatial Index Values

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)createAllTriggersWithFeatureTable:":{"name":"-createAllTriggersWithFeatureTable:","abstract":"

    Create Triggers to Maintain Spatial Index Values

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)createAllTriggersWithTableName:andGeometryColumnName:andIdColumnName:":{"name":"-createAllTriggersWithTableName:andGeometryColumnName:andIdColumnName:","abstract":"

    Create Triggers to Maintain Spatial Index Values

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)createInsertTriggerWithTableName:andGeometryColumnName:andIdColumnName:":{"name":"-createInsertTriggerWithTableName:andGeometryColumnName:andIdColumnName:","abstract":"

    Create insert trigger

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)createUpdate1TriggerWithTableName:andGeometryColumnName:andIdColumnName:":{"name":"-createUpdate1TriggerWithTableName:andGeometryColumnName:andIdColumnName:","abstract":"

    Create update 1 trigger

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)createUpdate2TriggerWithTableName:andGeometryColumnName:andIdColumnName:":{"name":"-createUpdate2TriggerWithTableName:andGeometryColumnName:andIdColumnName:","abstract":"

    Create update 2 trigger

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)createUpdate3TriggerWithTableName:andGeometryColumnName:andIdColumnName:":{"name":"-createUpdate3TriggerWithTableName:andGeometryColumnName:andIdColumnName:","abstract":"

    Create update 3 trigger

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)createUpdate4TriggerWithTableName:andGeometryColumnName:andIdColumnName:":{"name":"-createUpdate4TriggerWithTableName:andGeometryColumnName:andIdColumnName:","abstract":"

    Create update 4 trigger

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)createDeleteTriggerWithTableName:andGeometryColumnName:andIdColumnName:":{"name":"-createDeleteTriggerWithTableName:andGeometryColumnName:andIdColumnName:","abstract":"

    Create delete trigger

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)deleteWithFeatureTable:":{"name":"-deleteWithFeatureTable:","abstract":"

    Delete the RTree Index extension for the feature table. Drops the","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)deleteWithTableName:andGeometryColumnName:":{"name":"-deleteWithTableName:andGeometryColumnName:","abstract":"

    Delete the RTree Index extension for the table and geometry column. Drops","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)deleteWithTableName:":{"name":"-deleteWithTableName:","abstract":"

    Delete all RTree Index extensions for the table. Drops the triggers,","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)deleteAll":{"name":"-deleteAll","abstract":"

    Delete all RTree Index extensions. Drops the triggers, RTree tables, and","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)dropWithFeatureTable:":{"name":"-dropWithFeatureTable:","abstract":"

    Drop the the triggers and RTree table for the feature table

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)dropWithTableName:andGeometryColumnName:":{"name":"-dropWithTableName:andGeometryColumnName:","abstract":"

    Drop the the triggers and RTree table for the table and geometry column

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)dropRTreeIndexWithFeatureTable:":{"name":"-dropRTreeIndexWithFeatureTable:","abstract":"

    Drop the RTree Index Virtual Table

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)dropRTreeIndexWithTableName:andGeometryColumnName:":{"name":"-dropRTreeIndexWithTableName:andGeometryColumnName:","abstract":"

    Drop the RTree Index Virtual Table

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)dropTriggersWithFeatureTable:":{"name":"-dropTriggersWithFeatureTable:","abstract":"

    Check if the feature table has the RTree extension and if found, drop the","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)dropTriggersWithTableName:andColumnName:":{"name":"-dropTriggersWithTableName:andColumnName:","abstract":"

    Check if the table and column has the RTree extension and if found, drop","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)dropAllTriggersWithFeatureTable:":{"name":"-dropAllTriggersWithFeatureTable:","abstract":"

    Drop Triggers that Maintain Spatial Index Values

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)dropAllTriggersWithTableName:andGeometryColumnName:":{"name":"-dropAllTriggersWithTableName:andGeometryColumnName:","abstract":"

    Drop Triggers that Maintain Spatial Index Values

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)dropInsertTriggerWithTableName:andGeometryColumnName:":{"name":"-dropInsertTriggerWithTableName:andGeometryColumnName:","abstract":"

    Drop insert trigger

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)dropUpdate1TriggerWithTableName:andGeometryColumnName:":{"name":"-dropUpdate1TriggerWithTableName:andGeometryColumnName:","abstract":"

    Drop update 1 trigger

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)dropUpdate2TriggerWithTableName:andGeometryColumnName:":{"name":"-dropUpdate2TriggerWithTableName:andGeometryColumnName:","abstract":"

    Drop update 2 trigger

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)dropUpdate3TriggerWithTableName:andGeometryColumnName:":{"name":"-dropUpdate3TriggerWithTableName:andGeometryColumnName:","abstract":"

    Drop update 3 trigger

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)dropUpdate4TriggerWithTableName:andGeometryColumnName:":{"name":"-dropUpdate4TriggerWithTableName:andGeometryColumnName:","abstract":"

    Drop update 4 trigger

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)dropDeleteTriggerWithTableName:andGeometryColumnName:":{"name":"-dropDeleteTriggerWithTableName:andGeometryColumnName:","abstract":"

    Drop delete trigger

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)dropTriggerWithTableName:andGeometryColumnName:andTriggerName:":{"name":"-dropTriggerWithTableName:andGeometryColumnName:andTriggerName:","abstract":"

    Drop the trigger for the table, geometry column, and trigger name

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGFeatureIndexRTreeResults.html#/c:objc(cs)GPKGFeatureIndexRTreeResults(im)initWithDao:andResults:":{"name":"-initWithDao:andResults:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureIndexRTreeResults"},"Classes/GPKGSimpleAttributesTableMetadata.html#/c:objc(cs)GPKGSimpleAttributesTableMetadata(cm)create":{"name":"+create","abstract":"

    Create metadata

    ","parent_name":"GPKGSimpleAttributesTableMetadata"},"Classes/GPKGSimpleAttributesTableMetadata.html#/c:objc(cs)GPKGSimpleAttributesTableMetadata(cm)createWithTable:":{"name":"+createWithTable:","abstract":"

    Create metadata

    ","parent_name":"GPKGSimpleAttributesTableMetadata"},"Classes/GPKGSimpleAttributesTableMetadata.html#/c:objc(cs)GPKGSimpleAttributesTableMetadata(cm)createWithTable:andAutoincrement:":{"name":"+createWithTable:andAutoincrement:","abstract":"

    Create metadata

    ","parent_name":"GPKGSimpleAttributesTableMetadata"},"Classes/GPKGSimpleAttributesTableMetadata.html#/c:objc(cs)GPKGSimpleAttributesTableMetadata(cm)createWithTable:andColumns:":{"name":"+createWithTable:andColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGSimpleAttributesTableMetadata"},"Classes/GPKGSimpleAttributesTableMetadata.html#/c:objc(cs)GPKGSimpleAttributesTableMetadata(cm)createWithTable:andAutoincrement:andColumns:":{"name":"+createWithTable:andAutoincrement:andColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGSimpleAttributesTableMetadata"},"Classes/GPKGSimpleAttributesTableMetadata.html#/c:objc(cs)GPKGSimpleAttributesTableMetadata(cm)createWithTable:andIdColumnName:andColumns:":{"name":"+createWithTable:andIdColumnName:andColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGSimpleAttributesTableMetadata"},"Classes/GPKGSimpleAttributesTableMetadata.html#/c:objc(cs)GPKGSimpleAttributesTableMetadata(cm)createWithTable:andIdColumnName:andAutoincrement:andColumns:":{"name":"+createWithTable:andIdColumnName:andAutoincrement:andColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGSimpleAttributesTableMetadata"},"Classes/GPKGSimpleAttributesTableMetadata.html#/c:objc(cs)GPKGSimpleAttributesTableMetadata(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGSimpleAttributesTableMetadata"},"Classes/GPKGSimpleAttributesTableMetadata.html#/c:objc(cs)GPKGSimpleAttributesTableMetadata(im)initWithTable:andIdColumnName:andColumns:":{"name":"-initWithTable:andIdColumnName:andColumns:","abstract":"

    Constructor

    ","parent_name":"GPKGSimpleAttributesTableMetadata"},"Classes/GPKGSimpleAttributesTableMetadata.html#/c:objc(cs)GPKGSimpleAttributesTableMetadata(im)initWithTable:andIdColumnName:andAutoincrement:andColumns:":{"name":"-initWithTable:andIdColumnName:andAutoincrement:andColumns:","abstract":"

    Constructor

    ","parent_name":"GPKGSimpleAttributesTableMetadata"},"Classes/GPKGSimpleAttributesTable.html#/c:objc(cs)GPKGSimpleAttributesTable(cm)relationType":{"name":"+relationType","abstract":"

    User-Defined Simple Attributes Table relation name

    ","parent_name":"GPKGSimpleAttributesTable"},"Classes/GPKGSimpleAttributesTable.html#/c:objc(cs)GPKGSimpleAttributesTable(cm)createWithMetadata:":{"name":"+createWithMetadata:","abstract":"

    Create a simple attributes table with the metadata

    ","parent_name":"GPKGSimpleAttributesTable"},"Classes/GPKGSimpleAttributesTable.html#/c:objc(cs)GPKGSimpleAttributesTable(cm)createRequiredColumns":{"name":"+createRequiredColumns","abstract":"

    Create the required table columns

    ","parent_name":"GPKGSimpleAttributesTable"},"Classes/GPKGSimpleAttributesTable.html#/c:objc(cs)GPKGSimpleAttributesTable(cm)createRequiredColumnsWithAutoincrement:":{"name":"+createRequiredColumnsWithAutoincrement:","abstract":"

    Create the required table columns

    ","parent_name":"GPKGSimpleAttributesTable"},"Classes/GPKGSimpleAttributesTable.html#/c:objc(cs)GPKGSimpleAttributesTable(cm)createRequiredColumnsWithIdColumnName:":{"name":"+createRequiredColumnsWithIdColumnName:","abstract":"

    Create the required table columns with the id column name

    ","parent_name":"GPKGSimpleAttributesTable"},"Classes/GPKGSimpleAttributesTable.html#/c:objc(cs)GPKGSimpleAttributesTable(cm)createRequiredColumnsWithIdColumnName:andAutoincrement:":{"name":"+createRequiredColumnsWithIdColumnName:andAutoincrement:","abstract":"

    Create the required table columns with the id column name

    ","parent_name":"GPKGSimpleAttributesTable"},"Classes/GPKGSimpleAttributesTable.html#/c:objc(cs)GPKGSimpleAttributesTable(cm)createRequiredColumnsWithIndex:":{"name":"+createRequiredColumnsWithIndex:","abstract":"

    Create the required table columns, starting at the provided index

    ","parent_name":"GPKGSimpleAttributesTable"},"Classes/GPKGSimpleAttributesTable.html#/c:objc(cs)GPKGSimpleAttributesTable(cm)createRequiredColumnsWithIndex:andAutoincrement:":{"name":"+createRequiredColumnsWithIndex:andAutoincrement:","abstract":"

    Create the required table columns, starting at the provided index

    ","parent_name":"GPKGSimpleAttributesTable"},"Classes/GPKGSimpleAttributesTable.html#/c:objc(cs)GPKGSimpleAttributesTable(cm)createRequiredColumnsWithIndex:andIdColumnName:":{"name":"+createRequiredColumnsWithIndex:andIdColumnName:","abstract":"

    Create the required table columns with id column name, starting at the provided index

    ","parent_name":"GPKGSimpleAttributesTable"},"Classes/GPKGSimpleAttributesTable.html#/c:objc(cs)GPKGSimpleAttributesTable(cm)createRequiredColumnsWithIndex:andIdColumnName:andAutoincrement:":{"name":"+createRequiredColumnsWithIndex:andIdColumnName:andAutoincrement:","abstract":"

    Create the required table columns with id column name, starting at the","parent_name":"GPKGSimpleAttributesTable"},"Classes/GPKGSimpleAttributesTable.html#/c:objc(cs)GPKGSimpleAttributesTable(cm)createIdColumnWithName:":{"name":"+createIdColumnWithName:","abstract":"

    Create the primary key id column

    ","parent_name":"GPKGSimpleAttributesTable"},"Classes/GPKGSimpleAttributesTable.html#/c:objc(cs)GPKGSimpleAttributesTable(cm)createIdColumnWithName:andAutoincrement:":{"name":"+createIdColumnWithName:andAutoincrement:","abstract":"

    Create the primary key id column

    ","parent_name":"GPKGSimpleAttributesTable"},"Classes/GPKGSimpleAttributesTable.html#/c:objc(cs)GPKGSimpleAttributesTable(cm)createIdColumnWithIndex:andName:":{"name":"+createIdColumnWithIndex:andName:","abstract":"

    Create the primary key id column

    ","parent_name":"GPKGSimpleAttributesTable"},"Classes/GPKGSimpleAttributesTable.html#/c:objc(cs)GPKGSimpleAttributesTable(cm)createIdColumnWithIndex:andName:andAutoincrement:":{"name":"+createIdColumnWithIndex:andName:andAutoincrement:","abstract":"

    Create the primary key id column

    ","parent_name":"GPKGSimpleAttributesTable"},"Classes/GPKGSimpleAttributesTable.html#/c:objc(cs)GPKGSimpleAttributesTable(cm)numRequiredColumns":{"name":"+numRequiredColumns","abstract":"

    Get the number of required columns

    ","parent_name":"GPKGSimpleAttributesTable"},"Classes/GPKGSimpleAttributesTable.html#/c:objc(cs)GPKGSimpleAttributesTable(cm)requiredColumns":{"name":"+requiredColumns","abstract":"

    Get the required columns

    ","parent_name":"GPKGSimpleAttributesTable"},"Classes/GPKGSimpleAttributesTable.html#/c:objc(cs)GPKGSimpleAttributesTable(cm)requiredColumnsWithIdColumnName:":{"name":"+requiredColumnsWithIdColumnName:","abstract":"

    Get the required columns

    ","parent_name":"GPKGSimpleAttributesTable"},"Classes/GPKGSimpleAttributesTable.html#/c:objc(cs)GPKGSimpleAttributesTable(im)initWithTable:andColumns:":{"name":"-initWithTable:andColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGSimpleAttributesTable"},"Classes/GPKGSimpleAttributesTable.html#/c:objc(cs)GPKGSimpleAttributesTable(im)initWithTable:andColumns:andIdColumnName:":{"name":"-initWithTable:andColumns:andIdColumnName:","abstract":"

    Initialize

    ","parent_name":"GPKGSimpleAttributesTable"},"Classes/GPKGSimpleAttributesTable.html#/c:objc(cs)GPKGSimpleAttributesTable(im)initWithTable:":{"name":"-initWithTable:","abstract":"

    Initialize

    ","parent_name":"GPKGSimpleAttributesTable"},"Classes/GPKGSimpleAttributesTable.html#/c:objc(cs)GPKGSimpleAttributesTable(im)idColumnIndex":{"name":"-idColumnIndex","abstract":"

    Get the id column index

    ","parent_name":"GPKGSimpleAttributesTable"},"Classes/GPKGSimpleAttributesTable.html#/c:objc(cs)GPKGSimpleAttributesTable(im)idColumn":{"name":"-idColumn","abstract":"

    Get the id column

    ","parent_name":"GPKGSimpleAttributesTable"},"Classes/GPKGSimpleAttributesTable.html#/c:objc(cs)GPKGSimpleAttributesTable(cm)isSimpleColumn:":{"name":"+isSimpleColumn:","abstract":"

    Determine if the column is a non nullable simple type: TEXT, INTEGER, or REAL

    ","parent_name":"GPKGSimpleAttributesTable"},"Classes/GPKGSimpleAttributesTable.html#/c:objc(cs)GPKGSimpleAttributesTable(cm)isSimpleDataType:":{"name":"+isSimpleDataType:","abstract":"

    Determine if the data type is a simple type: TEXT, INTEGER, or REAL storage classes

    ","parent_name":"GPKGSimpleAttributesTable"},"Classes/GPKGSimpleAttributesRow.html#/c:objc(cs)GPKGSimpleAttributesRow(im)initWithSimpleAttributesTable:andColumns:andValues:":{"name":"-initWithSimpleAttributesTable:andColumns:andValues:","abstract":"

    Initialize

    ","parent_name":"GPKGSimpleAttributesRow"},"Classes/GPKGSimpleAttributesRow.html#/c:objc(cs)GPKGSimpleAttributesRow(im)initWithSimpleAttributesTable:":{"name":"-initWithSimpleAttributesTable:","abstract":"

    Initialize

    ","parent_name":"GPKGSimpleAttributesRow"},"Classes/GPKGSimpleAttributesRow.html#/c:objc(cs)GPKGSimpleAttributesRow(im)simpleAttributesTable":{"name":"-simpleAttributesTable","abstract":"

    Get the simple attributes table

    ","parent_name":"GPKGSimpleAttributesRow"},"Classes/GPKGSimpleAttributesDao.html#/c:objc(cs)GPKGSimpleAttributesDao(im)initWithDao:":{"name":"-initWithDao:","abstract":"

    Initialize

    ","parent_name":"GPKGSimpleAttributesDao"},"Classes/GPKGSimpleAttributesDao.html#/c:objc(cs)GPKGSimpleAttributesDao(im)initWithDao:andTable:":{"name":"-initWithDao:andTable:","abstract":"

    Initialize

    ","parent_name":"GPKGSimpleAttributesDao"},"Classes/GPKGSimpleAttributesDao.html#/c:objc(cs)GPKGSimpleAttributesDao(im)simpleAttributesTable":{"name":"-simpleAttributesTable","abstract":"

    Get the simple attributes table

    ","parent_name":"GPKGSimpleAttributesDao"},"Classes/GPKGSimpleAttributesDao.html#/c:objc(cs)GPKGSimpleAttributesDao(im)row:":{"name":"-row:","abstract":"

    Get the simple attributes row for the current result in the result set

    ","parent_name":"GPKGSimpleAttributesDao"},"Classes/GPKGSimpleAttributesDao.html#/c:objc(cs)GPKGSimpleAttributesDao(im)newRow":{"name":"-newRow","abstract":"

    Create a new simple attributes row

    ","parent_name":"GPKGSimpleAttributesDao"},"Classes/GPKGSimpleAttributesDao.html#/c:objc(cs)GPKGSimpleAttributesDao(im)rowsWithIds:":{"name":"-rowsWithIds:","abstract":"

    Get the simple attributes rows that exist with the provided ids

    ","parent_name":"GPKGSimpleAttributesDao"},"Classes/GPKGMediaTableMetadata.html#/c:objc(cs)GPKGMediaTableMetadata(cm)create":{"name":"+create","abstract":"

    Create metadata

    ","parent_name":"GPKGMediaTableMetadata"},"Classes/GPKGMediaTableMetadata.html#/c:objc(cs)GPKGMediaTableMetadata(cm)createWithTable:":{"name":"+createWithTable:","abstract":"

    Create metadata

    ","parent_name":"GPKGMediaTableMetadata"},"Classes/GPKGMediaTableMetadata.html#/c:objc(cs)GPKGMediaTableMetadata(cm)createWithTable:andAutoincrement:":{"name":"+createWithTable:andAutoincrement:","abstract":"

    Create metadata

    ","parent_name":"GPKGMediaTableMetadata"},"Classes/GPKGMediaTableMetadata.html#/c:objc(cs)GPKGMediaTableMetadata(cm)createWithTable:andAdditionalColumns:":{"name":"+createWithTable:andAdditionalColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGMediaTableMetadata"},"Classes/GPKGMediaTableMetadata.html#/c:objc(cs)GPKGMediaTableMetadata(cm)createWithTable:andAutoincrement:andAdditionalColumns:":{"name":"+createWithTable:andAutoincrement:andAdditionalColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGMediaTableMetadata"},"Classes/GPKGMediaTableMetadata.html#/c:objc(cs)GPKGMediaTableMetadata(cm)createWithTable:andIdColumnName:":{"name":"+createWithTable:andIdColumnName:","abstract":"

    Create metadata

    ","parent_name":"GPKGMediaTableMetadata"},"Classes/GPKGMediaTableMetadata.html#/c:objc(cs)GPKGMediaTableMetadata(cm)createWithTable:andIdColumnName:andAutoincrement:":{"name":"+createWithTable:andIdColumnName:andAutoincrement:","abstract":"

    Create metadata

    ","parent_name":"GPKGMediaTableMetadata"},"Classes/GPKGMediaTableMetadata.html#/c:objc(cs)GPKGMediaTableMetadata(cm)createWithTable:andIdColumnName:andAdditionalColumns:":{"name":"+createWithTable:andIdColumnName:andAdditionalColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGMediaTableMetadata"},"Classes/GPKGMediaTableMetadata.html#/c:objc(cs)GPKGMediaTableMetadata(cm)createWithTable:andIdColumnName:andAutoincrement:andAdditionalColumns:":{"name":"+createWithTable:andIdColumnName:andAutoincrement:andAdditionalColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGMediaTableMetadata"},"Classes/GPKGMediaTableMetadata.html#/c:objc(cs)GPKGMediaTableMetadata(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGMediaTableMetadata"},"Classes/GPKGMediaTableMetadata.html#/c:objc(cs)GPKGMediaTableMetadata(im)initWithTable:andIdColumnName:andAdditionalColumns:":{"name":"-initWithTable:andIdColumnName:andAdditionalColumns:","abstract":"

    Constructor

    ","parent_name":"GPKGMediaTableMetadata"},"Classes/GPKGMediaTableMetadata.html#/c:objc(cs)GPKGMediaTableMetadata(im)initWithTable:andIdColumnName:andAutoincrement:andAdditionalColumns:":{"name":"-initWithTable:andIdColumnName:andAutoincrement:andAdditionalColumns:","abstract":"

    Constructor

    ","parent_name":"GPKGMediaTableMetadata"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(cm)relationType":{"name":"+relationType","abstract":"

    User-Defined Media Table relation name

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(cm)createWithMetadata:":{"name":"+createWithMetadata:","abstract":"

    Create a media table with the metadata

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(cm)createRequiredColumns":{"name":"+createRequiredColumns","abstract":"

    Create the required table columns

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(cm)createRequiredColumnsWithAutoincrement:":{"name":"+createRequiredColumnsWithAutoincrement:","abstract":"

    Create the required table columns

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(cm)createRequiredColumnsWithIdColumnName:":{"name":"+createRequiredColumnsWithIdColumnName:","abstract":"

    Create the required table columns with the id column name

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(cm)createRequiredColumnsWithIdColumnName:andAutoincrement:":{"name":"+createRequiredColumnsWithIdColumnName:andAutoincrement:","abstract":"

    Create the required table columns with the id column name

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(cm)createRequiredColumnsWithIndex:":{"name":"+createRequiredColumnsWithIndex:","abstract":"

    Create the required table columns, starting at the provided index

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(cm)createRequiredColumnsWithIndex:andAutoincrement:":{"name":"+createRequiredColumnsWithIndex:andAutoincrement:","abstract":"

    Create the required table columns, starting at the provided index

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(cm)createRequiredColumnsWithIndex:andIdColumnName:":{"name":"+createRequiredColumnsWithIndex:andIdColumnName:","abstract":"

    Create the required table columns with id column name, starting at the provided index

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(cm)createRequiredColumnsWithIndex:andIdColumnName:andAutoincrement:":{"name":"+createRequiredColumnsWithIndex:andIdColumnName:andAutoincrement:","abstract":"

    Create the required table columns with id column name, starting at the","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(cm)createIdColumnWithName:":{"name":"+createIdColumnWithName:","abstract":"

    Create the primary key id column

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(cm)createIdColumnWithName:andAutoincrement:":{"name":"+createIdColumnWithName:andAutoincrement:","abstract":"

    Create the primary key id column

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(cm)createIdColumnWithIndex:andName:":{"name":"+createIdColumnWithIndex:andName:","abstract":"

    Create the primary key id column

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(cm)createIdColumnWithIndex:andName:andAutoincrement:":{"name":"+createIdColumnWithIndex:andName:andAutoincrement:","abstract":"

    Create the primary key id column

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(cm)createDataColumn":{"name":"+createDataColumn","abstract":"

    Create a data column

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(cm)createDataColumnWithIndex:":{"name":"+createDataColumnWithIndex:","abstract":"

    Create a data column

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(cm)createContentTypeColumn":{"name":"+createContentTypeColumn","abstract":"

    Create a content type column

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(cm)createContentTypeColumnWithIndex:":{"name":"+createContentTypeColumnWithIndex:","abstract":"

    Create a content type column

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(cm)numRequiredColumns":{"name":"+numRequiredColumns","abstract":"

    Get the number of required columns

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(cm)requiredColumns":{"name":"+requiredColumns","abstract":"

    Get the required columns

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(cm)requiredColumnsWithIdColumnName:":{"name":"+requiredColumnsWithIdColumnName:","abstract":"

    Get the required columns

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(im)initWithTable:andColumns:":{"name":"-initWithTable:andColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(im)initWithTable:andColumns:andIdColumnName:":{"name":"-initWithTable:andColumns:andIdColumnName:","abstract":"

    Initialize

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(im)initWithTable:":{"name":"-initWithTable:","abstract":"

    Initialize

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(im)idColumnIndex":{"name":"-idColumnIndex","abstract":"

    Get the id column index

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(im)idColumn":{"name":"-idColumn","abstract":"

    Get the id column

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(im)dataColumnIndex":{"name":"-dataColumnIndex","abstract":"

    Get the data column index

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(im)dataColumn":{"name":"-dataColumn","abstract":"

    Get the data column

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(im)contentTypeColumnIndex":{"name":"-contentTypeColumnIndex","abstract":"

    Get the content type column index

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(im)contentTypeColumn":{"name":"-contentTypeColumn","abstract":"

    Get the content type column

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaRow.html#/c:objc(cs)GPKGMediaRow(im)initWithMediaTable:andColumns:andValues:":{"name":"-initWithMediaTable:andColumns:andValues:","abstract":"

    Initialize

    ","parent_name":"GPKGMediaRow"},"Classes/GPKGMediaRow.html#/c:objc(cs)GPKGMediaRow(im)initWithMediaTable:":{"name":"-initWithMediaTable:","abstract":"

    Initialize

    ","parent_name":"GPKGMediaRow"},"Classes/GPKGMediaRow.html#/c:objc(cs)GPKGMediaRow(im)mediaTable":{"name":"-mediaTable","abstract":"

    Get the media table

    ","parent_name":"GPKGMediaRow"},"Classes/GPKGMediaRow.html#/c:objc(cs)GPKGMediaRow(im)dataColumnIndex":{"name":"-dataColumnIndex","abstract":"

    Get the data column index

    ","parent_name":"GPKGMediaRow"},"Classes/GPKGMediaRow.html#/c:objc(cs)GPKGMediaRow(im)dataColumn":{"name":"-dataColumn","abstract":"

    Get the data column

    ","parent_name":"GPKGMediaRow"},"Classes/GPKGMediaRow.html#/c:objc(cs)GPKGMediaRow(im)data":{"name":"-data","abstract":"

    Get the data

    ","parent_name":"GPKGMediaRow"},"Classes/GPKGMediaRow.html#/c:objc(cs)GPKGMediaRow(im)setData:":{"name":"-setData:","abstract":"

    Set the data

    ","parent_name":"GPKGMediaRow"},"Classes/GPKGMediaRow.html#/c:objc(cs)GPKGMediaRow(im)dataImageSourceProperties":{"name":"-dataImageSourceProperties","abstract":"

    Get the properties that apply to the data image source

    ","parent_name":"GPKGMediaRow"},"Classes/GPKGMediaRow.html#/c:objc(cs)GPKGMediaRow(im)dataImage":{"name":"-dataImage","abstract":"

    Get the data image

    ","parent_name":"GPKGMediaRow"},"Classes/GPKGMediaRow.html#/c:objc(cs)GPKGMediaRow(im)dataImageWithScale:":{"name":"-dataImageWithScale:","abstract":"

    Get the data as a scaled image

    ","parent_name":"GPKGMediaRow"},"Classes/GPKGMediaRow.html#/c:objc(cs)GPKGMediaRow(im)setDataWithImage:andFormat:":{"name":"-setDataWithImage:andFormat:","abstract":"

    Set the data from a full quality image

    ","parent_name":"GPKGMediaRow"},"Classes/GPKGMediaRow.html#/c:objc(cs)GPKGMediaRow(im)setDataWithImage:andFormat:andQuality:":{"name":"-setDataWithImage:andFormat:andQuality:","abstract":"

    Set the data from an image

    ","parent_name":"GPKGMediaRow"},"Classes/GPKGMediaRow.html#/c:objc(cs)GPKGMediaRow(im)contentTypeColumnIndex":{"name":"-contentTypeColumnIndex","abstract":"

    Get the content type column index

    ","parent_name":"GPKGMediaRow"},"Classes/GPKGMediaRow.html#/c:objc(cs)GPKGMediaRow(im)contentTypeColumn":{"name":"-contentTypeColumn","abstract":"

    Get the content type column

    ","parent_name":"GPKGMediaRow"},"Classes/GPKGMediaRow.html#/c:objc(cs)GPKGMediaRow(im)contentType":{"name":"-contentType","abstract":"

    Get the content type

    ","parent_name":"GPKGMediaRow"},"Classes/GPKGMediaRow.html#/c:objc(cs)GPKGMediaRow(im)setContentType:":{"name":"-setContentType:","abstract":"

    Set the content type

    ","parent_name":"GPKGMediaRow"},"Classes/GPKGMediaDao.html#/c:objc(cs)GPKGMediaDao(im)initWithDao:":{"name":"-initWithDao:","abstract":"

    Initialize

    ","parent_name":"GPKGMediaDao"},"Classes/GPKGMediaDao.html#/c:objc(cs)GPKGMediaDao(im)initWithDao:andTable:":{"name":"-initWithDao:andTable:","abstract":"

    Initialize

    ","parent_name":"GPKGMediaDao"},"Classes/GPKGMediaDao.html#/c:objc(cs)GPKGMediaDao(im)mediaTable":{"name":"-mediaTable","abstract":"

    Get the media table

    ","parent_name":"GPKGMediaDao"},"Classes/GPKGMediaDao.html#/c:objc(cs)GPKGMediaDao(im)row:":{"name":"-row:","abstract":"

    Get the media row for the current result in the result set

    ","parent_name":"GPKGMediaDao"},"Classes/GPKGMediaDao.html#/c:objc(cs)GPKGMediaDao(im)newRow":{"name":"-newRow","abstract":"

    Create a new media row

    ","parent_name":"GPKGMediaDao"},"Classes/GPKGMediaDao.html#/c:objc(cs)GPKGMediaDao(im)rowsWithIds:":{"name":"-rowsWithIds:","abstract":"

    Get the media rows that exist with the provided ids

    ","parent_name":"GPKGMediaDao"},"Classes/GPKGDublinCoreTypes.html#/c:objc(cs)GPKGDublinCoreTypes(cm)name:":{"name":"+name:","abstract":"

    Get the name of the Dublin Core Metadata type

    ","parent_name":"GPKGDublinCoreTypes"},"Classes/GPKGDublinCoreTypes.html#/c:objc(cs)GPKGDublinCoreTypes(cm)fromName:":{"name":"+fromName:","abstract":"

    Get the Dublin Core Metadata type from the name

    ","parent_name":"GPKGDublinCoreTypes"},"Classes/GPKGDublinCoreTypes.html#/c:objc(cs)GPKGDublinCoreTypes(cm)synonyms:":{"name":"+synonyms:","abstract":"

    Get the synonymous column names

    ","parent_name":"GPKGDublinCoreTypes"},"Classes/GPKGDublinCoreMetadata.html#/c:objc(cs)GPKGDublinCoreMetadata(cm)hasColumn:inTable:":{"name":"+hasColumn:inTable:","abstract":"

    Check if the table has a column for the Dublin Core Type term

    ","parent_name":"GPKGDublinCoreMetadata"},"Classes/GPKGDublinCoreMetadata.html#/c:objc(cs)GPKGDublinCoreMetadata(cm)hasColumn:inRow:":{"name":"+hasColumn:inRow:","abstract":"

    Check if the row has a column for the Dublin Core Type term

    ","parent_name":"GPKGDublinCoreMetadata"},"Classes/GPKGDublinCoreMetadata.html#/c:objc(cs)GPKGDublinCoreMetadata(cm)column:fromTable:":{"name":"+column:fromTable:","abstract":"

    Get the column from the table for the Dublin Core Type term

    ","parent_name":"GPKGDublinCoreMetadata"},"Classes/GPKGDublinCoreMetadata.html#/c:objc(cs)GPKGDublinCoreMetadata(cm)column:fromRow:":{"name":"+column:fromRow:","abstract":"

    Get the column from the row for the Dublin Core Type term

    ","parent_name":"GPKGDublinCoreMetadata"},"Classes/GPKGDublinCoreMetadata.html#/c:objc(cs)GPKGDublinCoreMetadata(cm)value:fromRow:":{"name":"+value:fromRow:","abstract":"

    Get the value from the row for the Dublin Core Type term

    ","parent_name":"GPKGDublinCoreMetadata"},"Classes/GPKGDublinCoreMetadata.html#/c:objc(cs)GPKGDublinCoreMetadata(cm)setValue:asColumn:inRow:":{"name":"+setValue:asColumn:inRow:","abstract":"

    Set the value in the row for the Dublin Core Type term

    ","parent_name":"GPKGDublinCoreMetadata"},"Classes/GPKGUserRelatedTable.html#/c:objc(cs)GPKGUserRelatedTable(im)initWithTable:andRelation:andDataType:andColumns:":{"name":"-initWithTable:andRelation:andDataType:andColumns:","abstract":"

    Initializer

    ","parent_name":"GPKGUserRelatedTable"},"Classes/GPKGUserRelatedTable.html#/c:objc(cs)GPKGUserRelatedTable(im)initWithTable:andRelation:andDataType:andColumns:andRequiredColumns:":{"name":"-initWithTable:andRelation:andDataType:andColumns:andRequiredColumns:","abstract":"

    Initializer

    ","parent_name":"GPKGUserRelatedTable"},"Classes/GPKGUserRelatedTable.html#/c:objc(cs)GPKGUserRelatedTable(im)initWithRelation:andDataType:andCustomTable:":{"name":"-initWithRelation:andDataType:andCustomTable:","abstract":"

    Initialize

    ","parent_name":"GPKGUserRelatedTable"},"Classes/GPKGUserRelatedTable.html#/c:objc(cs)GPKGUserRelatedTable(im)relationName":{"name":"-relationName","abstract":"

    Get the relation name

    ","parent_name":"GPKGUserRelatedTable"},"Classes/GPKGUserMappingTable.html#/c:objc(cs)GPKGUserMappingTable(cm)createWithName:":{"name":"+createWithName:","abstract":"

    Create a user mapping table with the minimum required columns

    ","parent_name":"GPKGUserMappingTable"},"Classes/GPKGUserMappingTable.html#/c:objc(cs)GPKGUserMappingTable(cm)createWithName:andAdditionalColumns:":{"name":"+createWithName:andAdditionalColumns:","abstract":"

    Create a user mapping table with the minimum required columns followed by","parent_name":"GPKGUserMappingTable"},"Classes/GPKGUserMappingTable.html#/c:objc(cs)GPKGUserMappingTable(cm)createRequiredColumns":{"name":"+createRequiredColumns","abstract":"

    Create the required table columns

    ","parent_name":"GPKGUserMappingTable"},"Classes/GPKGUserMappingTable.html#/c:objc(cs)GPKGUserMappingTable(cm)createRequiredColumnsWithIndex:":{"name":"+createRequiredColumnsWithIndex:","abstract":"

    Create the required table columns, starting at the provided index

    ","parent_name":"GPKGUserMappingTable"},"Classes/GPKGUserMappingTable.html#/c:objc(cs)GPKGUserMappingTable(cm)createBaseIdColumn":{"name":"+createBaseIdColumn","abstract":"

    Create a base id column

    ","parent_name":"GPKGUserMappingTable"},"Classes/GPKGUserMappingTable.html#/c:objc(cs)GPKGUserMappingTable(cm)createBaseIdColumnWithIndex:":{"name":"+createBaseIdColumnWithIndex:","abstract":"

    Create a base id column

    ","parent_name":"GPKGUserMappingTable"},"Classes/GPKGUserMappingTable.html#/c:objc(cs)GPKGUserMappingTable(cm)createRelatedIdColumn":{"name":"+createRelatedIdColumn","abstract":"

    Create a related id column

    ","parent_name":"GPKGUserMappingTable"},"Classes/GPKGUserMappingTable.html#/c:objc(cs)GPKGUserMappingTable(cm)createRelatedIdColumnWithIndex:":{"name":"+createRelatedIdColumnWithIndex:","abstract":"

    Create a related id column

    ","parent_name":"GPKGUserMappingTable"},"Classes/GPKGUserMappingTable.html#/c:objc(cs)GPKGUserMappingTable(cm)numRequiredColumns":{"name":"+numRequiredColumns","abstract":"

    Get the number of required columns

    ","parent_name":"GPKGUserMappingTable"},"Classes/GPKGUserMappingTable.html#/c:objc(cs)GPKGUserMappingTable(cm)requiredColumns":{"name":"+requiredColumns","abstract":"

    Get the required columns

    ","parent_name":"GPKGUserMappingTable"},"Classes/GPKGUserMappingTable.html#/c:objc(cs)GPKGUserMappingTable(im)initWithTable:andColumns:":{"name":"-initWithTable:andColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGUserMappingTable"},"Classes/GPKGUserMappingTable.html#/c:objc(cs)GPKGUserMappingTable(im)initWithTable:":{"name":"-initWithTable:","abstract":"

    Initialize

    ","parent_name":"GPKGUserMappingTable"},"Classes/GPKGUserMappingTable.html#/c:objc(cs)GPKGUserMappingTable(im)baseIdColumnIndex":{"name":"-baseIdColumnIndex","abstract":"

    Get the base id column index

    ","parent_name":"GPKGUserMappingTable"},"Classes/GPKGUserMappingTable.html#/c:objc(cs)GPKGUserMappingTable(im)baseIdColumn":{"name":"-baseIdColumn","abstract":"

    Get the base id column

    ","parent_name":"GPKGUserMappingTable"},"Classes/GPKGUserMappingTable.html#/c:objc(cs)GPKGUserMappingTable(im)relatedIdColumnIndex":{"name":"-relatedIdColumnIndex","abstract":"

    Get the related id column index

    ","parent_name":"GPKGUserMappingTable"},"Classes/GPKGUserMappingTable.html#/c:objc(cs)GPKGUserMappingTable(im)relatedIdColumn":{"name":"-relatedIdColumn","abstract":"

    Get the related id column

    ","parent_name":"GPKGUserMappingTable"},"Classes/GPKGUserMappingRow.html#/c:objc(cs)GPKGUserMappingRow(im)initWithUserMappingTable:andColumns:andValues:":{"name":"-initWithUserMappingTable:andColumns:andValues:","abstract":"

    Initialize

    ","parent_name":"GPKGUserMappingRow"},"Classes/GPKGUserMappingRow.html#/c:objc(cs)GPKGUserMappingRow(im)initWithUserMappingTable:":{"name":"-initWithUserMappingTable:","abstract":"

    Initialize

    ","parent_name":"GPKGUserMappingRow"},"Classes/GPKGUserMappingRow.html#/c:objc(cs)GPKGUserMappingRow(im)userMappingTable":{"name":"-userMappingTable","abstract":"

    Get the user mapping table

    ","parent_name":"GPKGUserMappingRow"},"Classes/GPKGUserMappingRow.html#/c:objc(cs)GPKGUserMappingRow(im)baseIdColumnIndex":{"name":"-baseIdColumnIndex","abstract":"

    Get the base ID column index

    ","parent_name":"GPKGUserMappingRow"},"Classes/GPKGUserMappingRow.html#/c:objc(cs)GPKGUserMappingRow(im)baseIdColumn":{"name":"-baseIdColumn","abstract":"

    Get the base ID column

    ","parent_name":"GPKGUserMappingRow"},"Classes/GPKGUserMappingRow.html#/c:objc(cs)GPKGUserMappingRow(im)baseId":{"name":"-baseId","abstract":"

    Get the base ID

    ","parent_name":"GPKGUserMappingRow"},"Classes/GPKGUserMappingRow.html#/c:objc(cs)GPKGUserMappingRow(im)setBaseId:":{"name":"-setBaseId:","abstract":"

    Set the base ID

    ","parent_name":"GPKGUserMappingRow"},"Classes/GPKGUserMappingRow.html#/c:objc(cs)GPKGUserMappingRow(im)relatedIdColumnIndex":{"name":"-relatedIdColumnIndex","abstract":"

    Get the related ID column index

    ","parent_name":"GPKGUserMappingRow"},"Classes/GPKGUserMappingRow.html#/c:objc(cs)GPKGUserMappingRow(im)relatedIdColumn":{"name":"-relatedIdColumn","abstract":"

    Get the related ID column

    ","parent_name":"GPKGUserMappingRow"},"Classes/GPKGUserMappingRow.html#/c:objc(cs)GPKGUserMappingRow(im)relatedId":{"name":"-relatedId","abstract":"

    Get the related ID

    ","parent_name":"GPKGUserMappingRow"},"Classes/GPKGUserMappingRow.html#/c:objc(cs)GPKGUserMappingRow(im)setRelatedId:":{"name":"-setRelatedId:","abstract":"

    Set the related ID

    ","parent_name":"GPKGUserMappingRow"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)initWithDao:":{"name":"-initWithDao:","abstract":"

    Initialize

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)initWithDao:andTable:":{"name":"-initWithDao:andTable:","abstract":"

    Initialize

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)userMappingTable":{"name":"-userMappingTable","abstract":"

    Get the user mapping table

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)row:":{"name":"-row:","abstract":"

    Get the user mapping row for the current result in the result set

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)newRow":{"name":"-newRow","abstract":"

    Create a new user mapping row

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)queryByBaseIdFromRow:":{"name":"-queryByBaseIdFromRow:","abstract":"

    Query by base id

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)queryByBaseId:":{"name":"-queryByBaseId:","abstract":"

    Query by base id

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)countByBaseIdFromRow:":{"name":"-countByBaseIdFromRow:","abstract":"

    Count by base id

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)countByBaseId:":{"name":"-countByBaseId:","abstract":"

    Count by base id

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)queryByRelatedIdFromRow:":{"name":"-queryByRelatedIdFromRow:","abstract":"

    Query by related id

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)queryByRelatedId:":{"name":"-queryByRelatedId:","abstract":"

    Query by related id

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)countByRelatedIdFromRow:":{"name":"-countByRelatedIdFromRow:","abstract":"

    Count by related id

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)countByRelatedId:":{"name":"-countByRelatedId:","abstract":"

    Count by related id

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)queryByIdsFromRow:":{"name":"-queryByIdsFromRow:","abstract":"

    Query by both base id and related id

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)queryByBaseId:andRelatedId:":{"name":"-queryByBaseId:andRelatedId:","abstract":"

    Query by both base id and related id

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)uniqueBaseIds":{"name":"-uniqueBaseIds","abstract":"

    Get the unique base ids

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)uniqueRelatedIds":{"name":"-uniqueRelatedIds","abstract":"

    Get the unique related ids

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)countByIdsFromRow:":{"name":"-countByIdsFromRow:","abstract":"

    Count by both base id and related id

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)countByBaseId:andRelatedId:":{"name":"-countByBaseId:andRelatedId:","abstract":"

    Count by both base id and related id

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)deleteByBaseIdFromRow:":{"name":"-deleteByBaseIdFromRow:","abstract":"

    Delete user mappings by base id

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)deleteByBaseId:":{"name":"-deleteByBaseId:","abstract":"

    Delete user mappings by base id

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)deleteByRelatedIdFromRow:":{"name":"-deleteByRelatedIdFromRow:","abstract":"

    Delete user mappings by related id

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)deleteByRelatedId:":{"name":"-deleteByRelatedId:","abstract":"

    Delete user mappings by related id

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)deleteByIdsFromRow:":{"name":"-deleteByIdsFromRow:","abstract":"

    Delete user mappings by both base id and related id

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)deleteByBaseId:andRelatedId:":{"name":"-deleteByBaseId:andRelatedId:","abstract":"

    Delete user mappings by both base id and related id

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGRelationTypes.html#/c:objc(cs)GPKGRelationTypes(cm)name:":{"name":"+name:","abstract":"

    Get the name of the relation type

    ","parent_name":"GPKGRelationTypes"},"Classes/GPKGRelationTypes.html#/c:objc(cs)GPKGRelationTypes(cm)fromName:":{"name":"+fromName:","abstract":"

    Get the relation type from the name

    ","parent_name":"GPKGRelationTypes"},"Classes/GPKGRelationTypes.html#/c:objc(cs)GPKGRelationTypes(cm)dataType:":{"name":"+dataType:","abstract":"

    Get the contents data type

    ","parent_name":"GPKGRelationTypes"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)initWithGeoPackage:":{"name":"-initWithGeoPackage:","abstract":"

    Initialize

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)extensionName":{"name":"-extensionName","abstract":"

    Get the extension name

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)extensionDefinition":{"name":"-extensionDefinition","abstract":"

    Get the extension definition

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)has":{"name":"-has","abstract":"

    Determine if the GeoPackage has the extension

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)hasWithMappingTable:":{"name":"-hasWithMappingTable:","abstract":"

    Determine if the GeoPackage has the extension for the mapping table

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)extendedRelationsDao":{"name":"-extendedRelationsDao","abstract":"

    Get the extended relations DAO

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(cm)extendedRelationsDaoWithGeoPackage:":{"name":"+extendedRelationsDaoWithGeoPackage:","abstract":"

    Get a Extended Relations DAO

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(cm)extendedRelationsDaoWithDatabase:":{"name":"+extendedRelationsDaoWithDatabase:","abstract":"

    Get a Extended Relations DAO

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)createExtendedRelationsTable":{"name":"-createExtendedRelationsTable","abstract":"

    Create the Extended Relations Table if it does not exist

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)primaryKeyColumnNameOfTable:":{"name":"-primaryKeyColumnNameOfTable:","abstract":"

    Get the primary key of a table

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)setContentsInTable:":{"name":"-setContentsInTable:","abstract":"

    Set the contents in the user table

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)relationships":{"name":"-relationships","abstract":"

    Returns the relationships defined through this extension

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addRelationshipWithBaseTable:andRelatedTable:andMappingTableName:andRelation:":{"name":"-addRelationshipWithBaseTable:andRelatedTable:andMappingTableName:andRelation:","abstract":"

    Adds a relationship between the base and related table. Creates a default","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addRelationshipWithBaseTable:andRelatedTable:andMappingTableName:andRelationAuthor:andRelationName:":{"name":"-addRelationshipWithBaseTable:andRelatedTable:andMappingTableName:andRelationAuthor:andRelationName:","abstract":"

    Adds a relationship between the base and related table. Creates a default","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addRelationshipWithBaseTable:andRelatedTable:andMappingTableName:andRelationName:":{"name":"-addRelationshipWithBaseTable:andRelatedTable:andMappingTableName:andRelationName:","abstract":"

    Adds a relationship between the base and related table. Creates a default","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addRelationshipWithBaseTable:andRelatedTable:andUserMappingTable:andRelation:":{"name":"-addRelationshipWithBaseTable:andRelatedTable:andUserMappingTable:andRelation:","abstract":"

    Adds a relationship between the base and related table. Creates the user","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addRelationshipWithBaseTable:andRelatedTable:andUserMappingTable:andRelationAuthor:andRelationName:":{"name":"-addRelationshipWithBaseTable:andRelatedTable:andUserMappingTable:andRelationAuthor:andRelationName:","abstract":"

    Adds a relationship between the base and related table. Creates the user","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addRelationshipWithBaseTable:andRelatedTable:andUserMappingTable:andRelationName:":{"name":"-addRelationshipWithBaseTable:andRelatedTable:andUserMappingTable:andRelationName:","abstract":"

    Adds a relationship between the base and related table. Creates the user","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addRelationshipWithBaseTable:andUserRelatedTable:andMappingTableName:":{"name":"-addRelationshipWithBaseTable:andUserRelatedTable:andMappingTableName:","abstract":"

    Adds a relationship between the base and user related table. Creates a","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addRelationshipWithBaseTable:andUserRelatedTable:andUserMappingTable:":{"name":"-addRelationshipWithBaseTable:andUserRelatedTable:andUserMappingTable:","abstract":"

    Adds a relationship between the base and user related table. Creates the","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addRelationshipWithBaseTable:andUserTable:andMappingTableName:":{"name":"-addRelationshipWithBaseTable:andUserTable:andMappingTableName:","abstract":"

    Adds a relationship between the base and user related table. Creates a","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addRelationshipWithBaseTable:andUserTable:andUserMappingTable:":{"name":"-addRelationshipWithBaseTable:andUserTable:andUserMappingTable:","abstract":"

    Adds a relationship between the base and user related table. Creates the","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addRelationshipWithBaseTable:andUserTable:andRelationName:andMappingTableName:":{"name":"-addRelationshipWithBaseTable:andUserTable:andRelationName:andMappingTableName:","abstract":"

    Adds a relationship between the base and user related table. Creates a","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addRelationshipWithBaseTable:andUserTable:andRelationName:andUserMappingTable:":{"name":"-addRelationshipWithBaseTable:andUserTable:andRelationName:andUserMappingTable:","abstract":"

    Adds a relationship between the base and user related table. Creates the","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addFeaturesRelationshipWithBaseTable:andRelatedTable:andMappingTableName:":{"name":"-addFeaturesRelationshipWithBaseTable:andRelatedTable:andMappingTableName:","abstract":"

    Adds a features relationship between the base feature and related feature","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addFeaturesRelationshipWithBaseTable:andRelatedTable:andUserMappingTable:":{"name":"-addFeaturesRelationshipWithBaseTable:andRelatedTable:andUserMappingTable:","abstract":"

    Adds a features relationship between the base feature and related feature","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addMediaRelationshipWithBaseTable:andMediaTable:andMappingTableName:":{"name":"-addMediaRelationshipWithBaseTable:andMediaTable:andMappingTableName:","abstract":"

    Adds a media relationship between the base table and user media related","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addMediaRelationshipWithBaseTable:andMediaTable:andUserMappingTable:":{"name":"-addMediaRelationshipWithBaseTable:andMediaTable:andUserMappingTable:","abstract":"

    Adds a media relationship between the base table and user media related","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addSimpleAttributesRelationshipWithBaseTable:andSimpleAttributesTable:andMappingTableName:":{"name":"-addSimpleAttributesRelationshipWithBaseTable:andSimpleAttributesTable:andMappingTableName:","abstract":"

    Adds a simple attributes relationship between the base table and user","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addSimpleAttributesRelationshipWithBaseTable:andSimpleAttributesTable:andUserMappingTable:":{"name":"-addSimpleAttributesRelationshipWithBaseTable:andSimpleAttributesTable:andUserMappingTable:","abstract":"

    Adds a simple attributes relationship between the base table and user","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addAttributesRelationshipWithBaseTable:andRelatedTable:andMappingTableName:":{"name":"-addAttributesRelationshipWithBaseTable:andRelatedTable:andMappingTableName:","abstract":"

    Adds an attributes relationship between the base table and related","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addAttributesRelationshipWithBaseTable:andRelatedTable:andUserMappingTable:":{"name":"-addAttributesRelationshipWithBaseTable:andRelatedTable:andUserMappingTable:","abstract":"

    Adds an attributes relationship between the base table and related","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addAttributesRelationshipWithBaseTable:andAttributesTable:andMappingTableName:":{"name":"-addAttributesRelationshipWithBaseTable:andAttributesTable:andMappingTableName:","abstract":"

    Adds an attributes relationship between the base table and user","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addAttributesRelationshipWithBaseTable:andAttributesTable:andUserMappingTable:":{"name":"-addAttributesRelationshipWithBaseTable:andAttributesTable:andUserMappingTable:","abstract":"

    Adds an attributes relationship between the base table and user","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addTilesRelationshipWithBaseTable:andRelatedTable:andMappingTableName:":{"name":"-addTilesRelationshipWithBaseTable:andRelatedTable:andMappingTableName:","abstract":"

    Adds a tiles relationship between the base table and related tiles table.","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addTilesRelationshipWithBaseTable:andRelatedTable:andUserMappingTable:":{"name":"-addTilesRelationshipWithBaseTable:andRelatedTable:andUserMappingTable:","abstract":"

    Adds a tiles relationship between the base table and related tiles table.","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addTilesRelationshipWithBaseTable:andTileTable:andMappingTableName:":{"name":"-addTilesRelationshipWithBaseTable:andTileTable:andMappingTableName:","abstract":"

    Adds a tiles relationship between the base table and user tiles related","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addTilesRelationshipWithBaseTable:andTileTable:andUserMappingTable:":{"name":"-addTilesRelationshipWithBaseTable:andTileTable:andUserMappingTable:","abstract":"

    Adds a tiles relationship between the base table and user tiles related","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)createUserMappingTableWithName:":{"name":"-createUserMappingTableWithName:","abstract":"

    Create a default user mapping table and extension row if either does not","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)createUserMappingTable:":{"name":"-createUserMappingTable:","abstract":"

    Create a user mapping table and extension row if either does not exist.","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)createRelatedTable:":{"name":"-createRelatedTable:","abstract":"

    Create a user related table if it does not exist. When not created, there","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)removeRelationshipWithBaseTable:andRelatedTable:andRelation:":{"name":"-removeRelationshipWithBaseTable:andRelatedTable:andRelation:","abstract":"

    Remove a specific relationship from the GeoPackage

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)removeRelationshipWithBaseTable:andRelatedTable:andRelationAuthor:andRelationName:":{"name":"-removeRelationshipWithBaseTable:andRelatedTable:andRelationAuthor:andRelationName:","abstract":"

    Remove a specific relationship from the GeoPackage

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)removeRelationship:":{"name":"-removeRelationship:","abstract":"

    Remove a specific relationship from the GeoPackage

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)removeRelationshipWithBaseTable:andRelatedTable:andRelationName:":{"name":"-removeRelationshipWithBaseTable:andRelatedTable:andRelationName:","abstract":"

    Remove a specific relationship from the GeoPackage

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)removeRelationshipsWithTable:":{"name":"-removeRelationshipsWithTable:","abstract":"

    Remove all relationships that include the table

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)removeRelationshipsWithMappingTable:":{"name":"-removeRelationshipsWithMappingTable:","abstract":"

    Remove all relationships with the mapping table

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)removeExtension":{"name":"-removeExtension","abstract":"

    Remove all trace of the extension

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)hasRelationsWithBaseTable:andRelatedTable:":{"name":"-hasRelationsWithBaseTable:andRelatedTable:","abstract":"

    Determine if has one or more relations matching the base table and","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)relationsWithBaseTable:andRelatedTable:":{"name":"-relationsWithBaseTable:andRelatedTable:","abstract":"

    Get the relations to the base table and related table

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)hasRelationsWithBaseTable:andRelatedTable:andMappingTable:":{"name":"-hasRelationsWithBaseTable:andRelatedTable:andMappingTable:","abstract":"

    Determine if has one or more relations matching the non null provided","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)relationsWithBaseTable:andRelatedTable:andMappingTable:":{"name":"-relationsWithBaseTable:andRelatedTable:andMappingTable:","abstract":"

    Get the relations matching the non null provided values

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)hasRelationsWithBaseTable:andRelatedTable:andRelation:andMappingTable:":{"name":"-hasRelationsWithBaseTable:andRelatedTable:andRelation:andMappingTable:","abstract":"

    Determine if has one or more relations matching the non null provided","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)relationsWithBaseTable:andRelatedTable:andRelation:andMappingTable:":{"name":"-relationsWithBaseTable:andRelatedTable:andRelation:andMappingTable:","abstract":"

    Get the relations matching the non null provided values

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)hasRelationsWithBaseTable:andBaseColumn:andRelatedTable:andRelatedColumn:andRelation:andMappingTable:":{"name":"-hasRelationsWithBaseTable:andBaseColumn:andRelatedTable:andRelatedColumn:andRelation:andMappingTable:","abstract":"

    Determine if has one or more relations matching the non null provided","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)relationsWithBaseTable:andBaseColumn:andRelatedTable:andRelatedColumn:andRelation:andMappingTable:":{"name":"-relationsWithBaseTable:andBaseColumn:andRelatedTable:andRelatedColumn:andRelation:andMappingTable:","abstract":"

    Get the relations matching the non null provided values

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)buildRelationNameWithAuthor:andName:":{"name":"-buildRelationNameWithAuthor:andName:","abstract":"

    Build the custom relation name with author

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)relationsToBaseTable:":{"name":"-relationsToBaseTable:","abstract":"

    Get the relations to the base table

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)hasRelationsToBaseTable:":{"name":"-hasRelationsToBaseTable:","abstract":"

    Determine if there are relations to the base table

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)relationsToRelatedTable:":{"name":"-relationsToRelatedTable:","abstract":"

    Get the relations to the related table

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)hasRelationsToRelatedTable:":{"name":"-hasRelationsToRelatedTable:","abstract":"

    Determine if there are relations to the related table

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)relationsToTable:":{"name":"-relationsToTable:","abstract":"

    Get the relations to the table

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)hasRelationsToTable:":{"name":"-hasRelationsToTable:","abstract":"

    Determine if there are relations to the table

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)userDaoForTableName:":{"name":"-userDaoForTableName:","abstract":"

    Get a User Custom DAO from a table name

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)mappingDaoForRelation:":{"name":"-mappingDaoForRelation:","abstract":"

    Get a User Mapping DAO from an extended relation

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)mappingDaoForTableName:":{"name":"-mappingDaoForTableName:","abstract":"

    Get a User Mapping DAO from a table name

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)mediaDaoForTable:":{"name":"-mediaDaoForTable:","abstract":"

    Get a related media table DAO

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)mediaDaoForRelation:":{"name":"-mediaDaoForRelation:","abstract":"

    Get a related media table DAO

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)mediaDaoForTableName:":{"name":"-mediaDaoForTableName:","abstract":"

    Get a related media table DAO

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)simpleAttributesDaoForTable:":{"name":"-simpleAttributesDaoForTable:","abstract":"

    Get a related simple attributes table DAO

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)simpleAttributesDaoForRelation:":{"name":"-simpleAttributesDaoForRelation:","abstract":"

    Get a related simple attributes table DAO

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)simpleAttributesDaoForTableName:":{"name":"-simpleAttributesDaoForTableName:","abstract":"

    Get a related simple attributes table DAO

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)mappingsForRelation:withBaseId:":{"name":"-mappingsForRelation:withBaseId:","abstract":"

    Get the related id mappings for the base id

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)mappingsForTableName:withBaseId:":{"name":"-mappingsForTableName:withBaseId:","abstract":"

    Get the related id mappings for the base id

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)mappingsForRelation:withRelatedId:":{"name":"-mappingsForRelation:withRelatedId:","abstract":"

    Get the base id mappings for the related id

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)mappingsForTableName:withRelatedId:":{"name":"-mappingsForTableName:withRelatedId:","abstract":"

    Get the base id mappings for the related id

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)hasMappingWithTableName:andBaseId:andRelatedId:":{"name":"-hasMappingWithTableName:andBaseId:andRelatedId:","abstract":"

    Determine if the base id and related id mapping exists

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)countMappingsToBaseTable:andBaseId:":{"name":"-countMappingsToBaseTable:andBaseId:","abstract":"

    Count the number of mappings to the base table and id

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)hasMappingToBaseTable:andBaseId:":{"name":"-hasMappingToBaseTable:andBaseId:","abstract":"

    Determine if a mapping to the base table and id exists

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)countMappingsInRelations:toBaseId:":{"name":"-countMappingsInRelations:toBaseId:","abstract":"

    Count the number of mappings in the extended relations to the base id

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)hasMappingInRelations:toBaseId:":{"name":"-hasMappingInRelations:toBaseId:","abstract":"

    Determine if a mapping in the extended relations to the base id exists

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)countMappingsInRelation:toBaseId:":{"name":"-countMappingsInRelation:toBaseId:","abstract":"

    Count the number of mappings in the extended relation to the base id

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)hasMappingInRelation:toBaseId:":{"name":"-hasMappingInRelation:toBaseId:","abstract":"

    Determine if a mapping in the extended relation to the base id exists

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)deleteMappingsToBaseTable:andBaseId:":{"name":"-deleteMappingsToBaseTable:andBaseId:","abstract":"

    Delete mappings to the base table and id

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)deleteMappingsInRelations:toBaseId:":{"name":"-deleteMappingsInRelations:toBaseId:","abstract":"

    Delete mappings in the extended relations to the base id

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)deleteMappingsInRelation:toBaseId:":{"name":"-deleteMappingsInRelation:toBaseId:","abstract":"

    Delete mappings in the extended relation to the base id

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)countMappingsToRelatedTable:andRelatedId:":{"name":"-countMappingsToRelatedTable:andRelatedId:","abstract":"

    Count the number of mappings to the related table and id

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)hasMappingToRelatedTable:andRelatedId:":{"name":"-hasMappingToRelatedTable:andRelatedId:","abstract":"

    Determine if a mapping to the related table and id exists

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)countMappingsInRelations:toRelatedId:":{"name":"-countMappingsInRelations:toRelatedId:","abstract":"

    Count the number of mappings in the extended relations to the related id

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)hasMappingInRelations:toRelatedId:":{"name":"-hasMappingInRelations:toRelatedId:","abstract":"

    Determine if a mapping in the extended relations to the related id exists

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)countMappingsInRelation:toRelatedId:":{"name":"-countMappingsInRelation:toRelatedId:","abstract":"

    Count the number of mappings in the extended relation to the related id

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)hasMappingInRelation:toRelatedId:":{"name":"-hasMappingInRelation:toRelatedId:","abstract":"

    Determine if a mapping in the extended relation to the related id exists

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)deleteMappingsToRelatedTable:andRelatedId:":{"name":"-deleteMappingsToRelatedTable:andRelatedId:","abstract":"

    Delete mappings to the related table and id

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)deleteMappingsInRelations:toRelatedId:":{"name":"-deleteMappingsInRelations:toRelatedId:","abstract":"

    Delete mappings in the extended relations to the related id

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)deleteMappingsInRelation:toRelatedId:":{"name":"-deleteMappingsInRelation:toRelatedId:","abstract":"

    Delete mappings in the extended relation to the related id

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)countMappingsToTable:andId:":{"name":"-countMappingsToTable:andId:","abstract":"

    Count the number of mappings to the table and id

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)hasMappingToTable:andId:":{"name":"-hasMappingToTable:andId:","abstract":"

    Determine if a mapping to the table and id exists

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)deleteMappingsToTable:andId:":{"name":"-deleteMappingsToTable:andId:","abstract":"

    Delete mappings to the table and id

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGExtendedRelationsDao.html#/c:objc(cs)GPKGExtendedRelationsDao(cm)createWithDatabase:":{"name":"+createWithDatabase:","abstract":"

    Create the DAO

    ","parent_name":"GPKGExtendedRelationsDao"},"Classes/GPKGExtendedRelationsDao.html#/c:objc(cs)GPKGExtendedRelationsDao(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGExtendedRelationsDao"},"Classes/GPKGExtendedRelationsDao.html#/c:objc(cs)GPKGExtendedRelationsDao(im)relation:":{"name":"-relation:","abstract":"

    Get the extended relation for the current result in the result set

    ","parent_name":"GPKGExtendedRelationsDao"},"Classes/GPKGExtendedRelationsDao.html#/c:objc(cs)GPKGExtendedRelationsDao(im)firstRelation:":{"name":"-firstRelation:","abstract":"

    Get the first extended relation in the result set and close it

    ","parent_name":"GPKGExtendedRelationsDao"},"Classes/GPKGExtendedRelationsDao.html#/c:objc(cs)GPKGExtendedRelationsDao(im)baseTables":{"name":"-baseTables","abstract":"

    Get all the base table names

    ","parent_name":"GPKGExtendedRelationsDao"},"Classes/GPKGExtendedRelationsDao.html#/c:objc(cs)GPKGExtendedRelationsDao(im)relatedTables":{"name":"-relatedTables","abstract":"

    Get all the related table names

    ","parent_name":"GPKGExtendedRelationsDao"},"Classes/GPKGExtendedRelationsDao.html#/c:objc(cs)GPKGExtendedRelationsDao(im)relationsToBaseTable:":{"name":"-relationsToBaseTable:","abstract":"

    Get the relations to the base table

    ","parent_name":"GPKGExtendedRelationsDao"},"Classes/GPKGExtendedRelationsDao.html#/c:objc(cs)GPKGExtendedRelationsDao(im)relationsToRelatedTable:":{"name":"-relationsToRelatedTable:","abstract":"

    Get the relations to the related table

    ","parent_name":"GPKGExtendedRelationsDao"},"Classes/GPKGExtendedRelationsDao.html#/c:objc(cs)GPKGExtendedRelationsDao(im)relationsToTable:":{"name":"-relationsToTable:","abstract":"

    Get the relations to the table, both base table and related table

    ","parent_name":"GPKGExtendedRelationsDao"},"Classes/GPKGExtendedRelationsDao.html#/c:objc(cs)GPKGExtendedRelationsDao(im)relationsWithBaseTable:andBaseColumn:andRelatedTable:andRelatedColumn:andRelation:andMappingTable:":{"name":"-relationsWithBaseTable:andBaseColumn:andRelatedTable:andRelatedColumn:andRelation:andMappingTable:","abstract":"

    Get the relations matching the non null provided values

    ","parent_name":"GPKGExtendedRelationsDao"},"Classes/GPKGExtendedRelation.html#/c:objc(cs)GPKGExtendedRelation(py)id":{"name":"id","abstract":"

    Extended Relations primary key

    ","parent_name":"GPKGExtendedRelation"},"Classes/GPKGExtendedRelation.html#/c:objc(cs)GPKGExtendedRelation(py)baseTableName":{"name":"baseTableName","abstract":"

    Name of the table containing the base data (e.g., features) to relate

    ","parent_name":"GPKGExtendedRelation"},"Classes/GPKGExtendedRelation.html#/c:objc(cs)GPKGExtendedRelation(py)basePrimaryColumn":{"name":"basePrimaryColumn","abstract":"

    Name of the primary key column in base_table_name

    ","parent_name":"GPKGExtendedRelation"},"Classes/GPKGExtendedRelation.html#/c:objc(cs)GPKGExtendedRelation(py)relatedTableName":{"name":"relatedTableName","abstract":"

    Name of the table containing the related information

    ","parent_name":"GPKGExtendedRelation"},"Classes/GPKGExtendedRelation.html#/c:objc(cs)GPKGExtendedRelation(py)relatedPrimaryColumn":{"name":"relatedPrimaryColumn","abstract":"

    Name of the primary key column in related_table_name

    ","parent_name":"GPKGExtendedRelation"},"Classes/GPKGExtendedRelation.html#/c:objc(cs)GPKGExtendedRelation(py)relationName":{"name":"relationName","abstract":"

    Name of the relation

    ","parent_name":"GPKGExtendedRelation"},"Classes/GPKGExtendedRelation.html#/c:objc(cs)GPKGExtendedRelation(py)mappingTableName":{"name":"mappingTableName","abstract":"

    Name of a mapping table

    ","parent_name":"GPKGExtendedRelation"},"Classes/GPKGExtendedRelation.html#/c:objc(cs)GPKGExtendedRelation(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGExtendedRelation"},"Classes/GPKGExtendedRelation.html#/c:objc(cs)GPKGExtendedRelation(im)resetId":{"name":"-resetId","abstract":"

    Reset the id so the row can be inserted as new

    ","parent_name":"GPKGExtendedRelation"},"Classes/GPKGExtendedRelation.html#/c:objc(cs)GPKGExtendedRelation(im)relationType":{"name":"-relationType","abstract":"

    Get the relation type

    ","parent_name":"GPKGExtendedRelation"},"Classes/GPKGStyles.html#/c:objc(cs)GPKGStyles(py)tableStyles":{"name":"tableStyles","abstract":"

    Table styles flag

    ","parent_name":"GPKGStyles"},"Classes/GPKGStyles.html#/c:objc(cs)GPKGStyles(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGStyles"},"Classes/GPKGStyles.html#/c:objc(cs)GPKGStyles(im)initAsTableStyles:":{"name":"-initAsTableStyles:","abstract":"

    Initialize

    ","parent_name":"GPKGStyles"},"Classes/GPKGStyles.html#/c:objc(cs)GPKGStyles(im)setDefaultStyle:":{"name":"-setDefaultStyle:","abstract":"

    Set the default style

    ","parent_name":"GPKGStyles"},"Classes/GPKGStyles.html#/c:objc(cs)GPKGStyles(im)setStyle:forGeometryType:":{"name":"-setStyle:forGeometryType:","abstract":"

    Set the style for the geometry type

    ","parent_name":"GPKGStyles"},"Classes/GPKGStyles.html#/c:objc(cs)GPKGStyles(im)defaultStyle":{"name":"-defaultStyle","abstract":"

    Get the default style

    ","parent_name":"GPKGStyles"},"Classes/GPKGStyles.html#/c:objc(cs)GPKGStyles(im)allStyles":{"name":"-allStyles","abstract":"

    Get an unmodifiable mapping between specific geometry types and styles

    ","parent_name":"GPKGStyles"},"Classes/GPKGStyles.html#/c:objc(cs)GPKGStyles(im)style":{"name":"-style","abstract":"

    Get the style, either the default or single geometry type style

    ","parent_name":"GPKGStyles"},"Classes/GPKGStyles.html#/c:objc(cs)GPKGStyles(im)styleForGeometryType:":{"name":"-styleForGeometryType:","abstract":"

    Get the style for the geometry type

    ","parent_name":"GPKGStyles"},"Classes/GPKGStyles.html#/c:objc(cs)GPKGStyles(im)isEmpty":{"name":"-isEmpty","abstract":"

    Determine if this styles is empty

    ","parent_name":"GPKGStyles"},"Classes/GPKGStyles.html#/c:objc(cs)GPKGStyles(im)hasDefault":{"name":"-hasDefault","abstract":"

    Determine if there is a default style

    ","parent_name":"GPKGStyles"},"Classes/GPKGStyleTable.html#/c:objc(cs)GPKGStyleTable(im)init":{"name":"-init","abstract":"

    Initializer

    ","parent_name":"GPKGStyleTable"},"Classes/GPKGStyleTable.html#/c:objc(cs)GPKGStyleTable(im)initWithTable:":{"name":"-initWithTable:","abstract":"

    Initializer

    ","parent_name":"GPKGStyleTable"},"Classes/GPKGStyleTable.html#/c:objc(cs)GPKGStyleTable(im)nameColumnIndex":{"name":"-nameColumnIndex","abstract":"

    Get the name column index

    ","parent_name":"GPKGStyleTable"},"Classes/GPKGStyleTable.html#/c:objc(cs)GPKGStyleTable(im)nameColumn":{"name":"-nameColumn","abstract":"

    Get the name column

    ","parent_name":"GPKGStyleTable"},"Classes/GPKGStyleTable.html#/c:objc(cs)GPKGStyleTable(im)descriptionColumnIndex":{"name":"-descriptionColumnIndex","abstract":"

    Get the description column index

    ","parent_name":"GPKGStyleTable"},"Classes/GPKGStyleTable.html#/c:objc(cs)GPKGStyleTable(im)descriptionColumn":{"name":"-descriptionColumn","abstract":"

    Get the description column

    ","parent_name":"GPKGStyleTable"},"Classes/GPKGStyleTable.html#/c:objc(cs)GPKGStyleTable(im)colorColumnIndex":{"name":"-colorColumnIndex","abstract":"

    Get the color column index

    ","parent_name":"GPKGStyleTable"},"Classes/GPKGStyleTable.html#/c:objc(cs)GPKGStyleTable(im)colorColumn":{"name":"-colorColumn","abstract":"

    Get the color column

    ","parent_name":"GPKGStyleTable"},"Classes/GPKGStyleTable.html#/c:objc(cs)GPKGStyleTable(im)opacityColumnIndex":{"name":"-opacityColumnIndex","abstract":"

    Get the opacity column index

    ","parent_name":"GPKGStyleTable"},"Classes/GPKGStyleTable.html#/c:objc(cs)GPKGStyleTable(im)opacityColumn":{"name":"-opacityColumn","abstract":"

    Get the opacity column

    ","parent_name":"GPKGStyleTable"},"Classes/GPKGStyleTable.html#/c:objc(cs)GPKGStyleTable(im)widthColumnIndex":{"name":"-widthColumnIndex","abstract":"

    Get the width column index

    ","parent_name":"GPKGStyleTable"},"Classes/GPKGStyleTable.html#/c:objc(cs)GPKGStyleTable(im)widthColumn":{"name":"-widthColumn","abstract":"

    Get the width column

    ","parent_name":"GPKGStyleTable"},"Classes/GPKGStyleTable.html#/c:objc(cs)GPKGStyleTable(im)fillColorColumnIndex":{"name":"-fillColorColumnIndex","abstract":"

    Get the fill color column index

    ","parent_name":"GPKGStyleTable"},"Classes/GPKGStyleTable.html#/c:objc(cs)GPKGStyleTable(im)fillColorColumn":{"name":"-fillColorColumn","abstract":"

    Get the fill color column

    ","parent_name":"GPKGStyleTable"},"Classes/GPKGStyleTable.html#/c:objc(cs)GPKGStyleTable(im)fillOpacityColumnIndex":{"name":"-fillOpacityColumnIndex","abstract":"

    Get the fill opacity column index

    ","parent_name":"GPKGStyleTable"},"Classes/GPKGStyleTable.html#/c:objc(cs)GPKGStyleTable(im)fillOpacityColumn":{"name":"-fillOpacityColumn","abstract":"

    Get the fill opacity column

    ","parent_name":"GPKGStyleTable"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(py)tableStyle":{"name":"tableStyle","abstract":"

    Table style flag

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)init":{"name":"-init","abstract":"

    Initializer to create an empty row

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)initWithStyleTable:andColumns:andValues:":{"name":"-initWithStyleTable:andColumns:andValues:","abstract":"

    Initialize

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)initWithStyleTable:":{"name":"-initWithStyleTable:","abstract":"

    Initialize

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)styleTable":{"name":"-styleTable","abstract":"

    Get the style table

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)nameColumnIndex":{"name":"-nameColumnIndex","abstract":"

    Get the name column index

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)nameColumn":{"name":"-nameColumn","abstract":"

    Get the name column

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)name":{"name":"-name","abstract":"

    Get the name

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)setName:":{"name":"-setName:","abstract":"

    Set the name

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)descriptionColumnIndex":{"name":"-descriptionColumnIndex","abstract":"

    Get the description column index

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)descriptionColumn":{"name":"-descriptionColumn","abstract":"

    Get the description column

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)description":{"name":"-description","abstract":"

    Get the description

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)setDescription:":{"name":"-setDescription:","abstract":"

    Set the description

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)colorColumnIndex":{"name":"-colorColumnIndex","abstract":"

    Get the color column index

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)colorColumn":{"name":"-colorColumn","abstract":"

    Get the color column

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)color":{"name":"-color","abstract":"

    Get the style color

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)hasColor":{"name":"-hasColor","abstract":"

    Check if the style has a color

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)hexColor":{"name":"-hexColor","abstract":"

    Get the color

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)setColor:":{"name":"-setColor:","abstract":"

    Set the color

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)setHexColor:":{"name":"-setHexColor:","abstract":"

    Set the color

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)colorOrDefault":{"name":"-colorOrDefault","abstract":"

    Get the color or default value

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)hexColorOrDefault":{"name":"-hexColorOrDefault","abstract":"

    Get the color or default value

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)opacityColumnIndex":{"name":"-opacityColumnIndex","abstract":"

    Get the opacity column index

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)opacityColumn":{"name":"-opacityColumn","abstract":"

    Get the opacity column

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)opacity":{"name":"-opacity","abstract":"

    Get the opacity

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)setOpacity:":{"name":"-setOpacity:","abstract":"

    Set the opacity

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)setOpactiyValue:":{"name":"-setOpactiyValue:","abstract":"

    Set the opacity

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)opacityOrDefault":{"name":"-opacityOrDefault","abstract":"

    Get the opacity or default value

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)widthColumnIndex":{"name":"-widthColumnIndex","abstract":"

    Get the width column index

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)widthColumn":{"name":"-widthColumn","abstract":"

    Get the width column

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)width":{"name":"-width","abstract":"

    Get the width

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)setWidth:":{"name":"-setWidth:","abstract":"

    Set the width

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)setWidthValue:":{"name":"-setWidthValue:","abstract":"

    Set the width

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)widthOrDefault":{"name":"-widthOrDefault","abstract":"

    Get the width value or default width

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)fillColorColumnIndex":{"name":"-fillColorColumnIndex","abstract":"

    Get the fill color column index

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)fillColorColumn":{"name":"-fillColorColumn","abstract":"

    Get the fill color column

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)fillColor":{"name":"-fillColor","abstract":"

    Get the style fill color

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)hasFillColor":{"name":"-hasFillColor","abstract":"

    Check if the style has a fill color

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)fillHexColor":{"name":"-fillHexColor","abstract":"

    Get the fill color

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)setFillColor:":{"name":"-setFillColor:","abstract":"

    Set the fill color

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)setFillHexColor:":{"name":"-setFillHexColor:","abstract":"

    Set the fill color

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)fillOpacityColumnIndex":{"name":"-fillOpacityColumnIndex","abstract":"

    Get the fill opacity column index

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)fillOpacityColumn":{"name":"-fillOpacityColumn","abstract":"

    Get the fill opacity column

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)fillOpacity":{"name":"-fillOpacity","abstract":"

    Get the fill opacity

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)setFillOpacity:":{"name":"-setFillOpacity:","abstract":"

    Set the fill opacity

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)setFillOpacityValue:":{"name":"-setFillOpacityValue:","abstract":"

    Set the fill opacity

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)fillOpacityOrDefault":{"name":"-fillOpacityOrDefault","abstract":"

    Get the fill opacity or default value

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleMappingTable.html#/c:objc(cs)GPKGStyleMappingTable(im)initWithTableName:":{"name":"-initWithTableName:","abstract":"

    Initializer

    ","parent_name":"GPKGStyleMappingTable"},"Classes/GPKGStyleMappingTable.html#/c:objc(cs)GPKGStyleMappingTable(im)initWithTable:":{"name":"-initWithTable:","abstract":"

    Initializer

    ","parent_name":"GPKGStyleMappingTable"},"Classes/GPKGStyleMappingTable.html#/c:objc(cs)GPKGStyleMappingTable(im)geometryTypeNameColumnIndex":{"name":"-geometryTypeNameColumnIndex","abstract":"

    Get the geometry type name column index

    ","parent_name":"GPKGStyleMappingTable"},"Classes/GPKGStyleMappingTable.html#/c:objc(cs)GPKGStyleMappingTable(im)geometryTypeNameColumn":{"name":"-geometryTypeNameColumn","abstract":"

    Get the geometry type name column

    ","parent_name":"GPKGStyleMappingTable"},"Classes/GPKGStyleMappingRow.html#/c:objc(cs)GPKGStyleMappingRow(im)initWithStyleMappingTable:andColumns:andValues:":{"name":"-initWithStyleMappingTable:andColumns:andValues:","abstract":"

    Initialize

    ","parent_name":"GPKGStyleMappingRow"},"Classes/GPKGStyleMappingRow.html#/c:objc(cs)GPKGStyleMappingRow(im)initWithStyleMappingTable:":{"name":"-initWithStyleMappingTable:","abstract":"

    Initialize

    ","parent_name":"GPKGStyleMappingRow"},"Classes/GPKGStyleMappingRow.html#/c:objc(cs)GPKGStyleMappingRow(im)styleMappingTable":{"name":"-styleMappingTable","abstract":"

    Get the style mapping table

    ","parent_name":"GPKGStyleMappingRow"},"Classes/GPKGStyleMappingRow.html#/c:objc(cs)GPKGStyleMappingRow(im)geometryTypeNameColumnIndex":{"name":"-geometryTypeNameColumnIndex","abstract":"

    Get the geometry type name column index

    ","parent_name":"GPKGStyleMappingRow"},"Classes/GPKGStyleMappingRow.html#/c:objc(cs)GPKGStyleMappingRow(im)geometryTypeNameColumn":{"name":"-geometryTypeNameColumn","abstract":"

    Get the geometry type name column

    ","parent_name":"GPKGStyleMappingRow"},"Classes/GPKGStyleMappingRow.html#/c:objc(cs)GPKGStyleMappingRow(im)geometryTypeName":{"name":"-geometryTypeName","abstract":"

    Get the geometry type name

    ","parent_name":"GPKGStyleMappingRow"},"Classes/GPKGStyleMappingRow.html#/c:objc(cs)GPKGStyleMappingRow(im)geometryType":{"name":"-geometryType","abstract":"

    Get the geometry type

    ","parent_name":"GPKGStyleMappingRow"},"Classes/GPKGStyleMappingRow.html#/c:objc(cs)GPKGStyleMappingRow(im)setGeometryType:":{"name":"-setGeometryType:","abstract":"

    Set the geometry type

    ","parent_name":"GPKGStyleMappingRow"},"Classes/GPKGStyleMappingDao.html#/c:objc(cs)GPKGStyleMappingDao(im)initWithDao:":{"name":"-initWithDao:","abstract":"

    Initialize

    ","parent_name":"GPKGStyleMappingDao"},"Classes/GPKGStyleMappingDao.html#/c:objc(cs)GPKGStyleMappingDao(im)styleMappingTable":{"name":"-styleMappingTable","abstract":"

    Get the style mapping table

    ","parent_name":"GPKGStyleMappingDao"},"Classes/GPKGStyleMappingDao.html#/c:objc(cs)GPKGStyleMappingDao(im)row:":{"name":"-row:","abstract":"

    Get the style mapping row for the current result in the result set

    ","parent_name":"GPKGStyleMappingDao"},"Classes/GPKGStyleMappingDao.html#/c:objc(cs)GPKGStyleMappingDao(im)newRow":{"name":"-newRow","abstract":"

    Create a new style mapping row

    ","parent_name":"GPKGStyleMappingDao"},"Classes/GPKGStyleMappingDao.html#/c:objc(cs)GPKGStyleMappingDao(im)queryByBaseFeatureId:":{"name":"-queryByBaseFeatureId:","abstract":"

    Query for style mappings by base id

    ","parent_name":"GPKGStyleMappingDao"},"Classes/GPKGStyleMappingDao.html#/c:objc(cs)GPKGStyleMappingDao(im)deleteByBaseId:andGeometryType:":{"name":"-deleteByBaseId:andGeometryType:","abstract":"

    Delete by base is and geometry type

    ","parent_name":"GPKGStyleMappingDao"},"Classes/GPKGStyleDao.html#/c:objc(cs)GPKGStyleDao(im)initWithDao:":{"name":"-initWithDao:","abstract":"

    Initialize

    ","parent_name":"GPKGStyleDao"},"Classes/GPKGStyleDao.html#/c:objc(cs)GPKGStyleDao(im)styleTable":{"name":"-styleTable","abstract":"

    Get the style table

    ","parent_name":"GPKGStyleDao"},"Classes/GPKGStyleDao.html#/c:objc(cs)GPKGStyleDao(im)row:":{"name":"-row:","abstract":"

    Get the style row for the current result in the result set

    ","parent_name":"GPKGStyleDao"},"Classes/GPKGStyleDao.html#/c:objc(cs)GPKGStyleDao(im)newRow":{"name":"-newRow","abstract":"

    Create a new style row

    ","parent_name":"GPKGStyleDao"},"Classes/GPKGStyleDao.html#/c:objc(cs)GPKGStyleDao(im)queryForRow:":{"name":"-queryForRow:","abstract":"

    Query for the style row from a style mapping row

    ","parent_name":"GPKGStyleDao"},"Classes/GPKGIcons.html#/c:objc(cs)GPKGIcons(py)tableIcons":{"name":"tableIcons","abstract":"

    Table icons flag

    ","parent_name":"GPKGIcons"},"Classes/GPKGIcons.html#/c:objc(cs)GPKGIcons(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGIcons"},"Classes/GPKGIcons.html#/c:objc(cs)GPKGIcons(im)initAsTableIcons:":{"name":"-initAsTableIcons:","abstract":"

    Initialize

    ","parent_name":"GPKGIcons"},"Classes/GPKGIcons.html#/c:objc(cs)GPKGIcons(im)setDefaultIcon:":{"name":"-setDefaultIcon:","abstract":"

    Set the default icon

    ","parent_name":"GPKGIcons"},"Classes/GPKGIcons.html#/c:objc(cs)GPKGIcons(im)setIcon:forGeometryType:":{"name":"-setIcon:forGeometryType:","abstract":"

    Set the icon for the geometry type

    ","parent_name":"GPKGIcons"},"Classes/GPKGIcons.html#/c:objc(cs)GPKGIcons(im)defaultIcon":{"name":"-defaultIcon","abstract":"

    Get the default icon

    ","parent_name":"GPKGIcons"},"Classes/GPKGIcons.html#/c:objc(cs)GPKGIcons(im)allIcons":{"name":"-allIcons","abstract":"

    Get an unmodifiable mapping between specific geometry types and icons

    ","parent_name":"GPKGIcons"},"Classes/GPKGIcons.html#/c:objc(cs)GPKGIcons(im)icon":{"name":"-icon","abstract":"

    Get the icon, either the default or single geometry type icon

    ","parent_name":"GPKGIcons"},"Classes/GPKGIcons.html#/c:objc(cs)GPKGIcons(im)iconForGeometryType:":{"name":"-iconForGeometryType:","abstract":"

    Get the icon for the geometry type

    ","parent_name":"GPKGIcons"},"Classes/GPKGIcons.html#/c:objc(cs)GPKGIcons(im)isEmpty":{"name":"-isEmpty","abstract":"

    Determine if this icons is empty

    ","parent_name":"GPKGIcons"},"Classes/GPKGIcons.html#/c:objc(cs)GPKGIcons(im)hasDefault":{"name":"-hasDefault","abstract":"

    Determine if there is a default icon

    ","parent_name":"GPKGIcons"},"Classes/GPKGIconTable.html#/c:objc(cs)GPKGIconTable(im)init":{"name":"-init","abstract":"

    Initializer

    ","parent_name":"GPKGIconTable"},"Classes/GPKGIconTable.html#/c:objc(cs)GPKGIconTable(im)initWithTable:":{"name":"-initWithTable:","abstract":"

    Initializer

    ","parent_name":"GPKGIconTable"},"Classes/GPKGIconTable.html#/c:objc(cs)GPKGIconTable(im)nameColumnIndex":{"name":"-nameColumnIndex","abstract":"

    Get the name column index

    ","parent_name":"GPKGIconTable"},"Classes/GPKGIconTable.html#/c:objc(cs)GPKGIconTable(im)nameColumn":{"name":"-nameColumn","abstract":"

    Get the name column

    ","parent_name":"GPKGIconTable"},"Classes/GPKGIconTable.html#/c:objc(cs)GPKGIconTable(im)descriptionColumnIndex":{"name":"-descriptionColumnIndex","abstract":"

    Get the description column index

    ","parent_name":"GPKGIconTable"},"Classes/GPKGIconTable.html#/c:objc(cs)GPKGIconTable(im)descriptionColumn":{"name":"-descriptionColumn","abstract":"

    Get the description column

    ","parent_name":"GPKGIconTable"},"Classes/GPKGIconTable.html#/c:objc(cs)GPKGIconTable(im)widthColumnIndex":{"name":"-widthColumnIndex","abstract":"

    Get the width column index

    ","parent_name":"GPKGIconTable"},"Classes/GPKGIconTable.html#/c:objc(cs)GPKGIconTable(im)widthColumn":{"name":"-widthColumn","abstract":"

    Get the width column

    ","parent_name":"GPKGIconTable"},"Classes/GPKGIconTable.html#/c:objc(cs)GPKGIconTable(im)heightColumnIndex":{"name":"-heightColumnIndex","abstract":"

    Get the height column index

    ","parent_name":"GPKGIconTable"},"Classes/GPKGIconTable.html#/c:objc(cs)GPKGIconTable(im)heightColumn":{"name":"-heightColumn","abstract":"

    Get the height column

    ","parent_name":"GPKGIconTable"},"Classes/GPKGIconTable.html#/c:objc(cs)GPKGIconTable(im)anchorUColumnIndex":{"name":"-anchorUColumnIndex","abstract":"

    Get the anchor u column index

    ","parent_name":"GPKGIconTable"},"Classes/GPKGIconTable.html#/c:objc(cs)GPKGIconTable(im)anchorUColumn":{"name":"-anchorUColumn","abstract":"

    Get the anchor u column

    ","parent_name":"GPKGIconTable"},"Classes/GPKGIconTable.html#/c:objc(cs)GPKGIconTable(im)anchorVColumnIndex":{"name":"-anchorVColumnIndex","abstract":"

    Get the anchor v column index

    ","parent_name":"GPKGIconTable"},"Classes/GPKGIconTable.html#/c:objc(cs)GPKGIconTable(im)anchorVColumn":{"name":"-anchorVColumn","abstract":"

    Get the anchor v column

    ","parent_name":"GPKGIconTable"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(py)tableIcon":{"name":"tableIcon","abstract":"

    Table icon flag

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)init":{"name":"-init","abstract":"

    Initializer to create an empty row

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)initWithIconTable:andColumns:andValues:":{"name":"-initWithIconTable:andColumns:andValues:","abstract":"

    Initialize

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)initWithIconTable:":{"name":"-initWithIconTable:","abstract":"

    Initialize

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)iconTable":{"name":"-iconTable","abstract":"

    Get the icon table

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)nameColumnIndex":{"name":"-nameColumnIndex","abstract":"

    Get the name column index

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)nameColumn":{"name":"-nameColumn","abstract":"

    Get the name column

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)name":{"name":"-name","abstract":"

    Get the name

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)setName:":{"name":"-setName:","abstract":"

    Set the name

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)descriptionColumnIndex":{"name":"-descriptionColumnIndex","abstract":"

    Get the description column index

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)descriptionColumn":{"name":"-descriptionColumn","abstract":"

    Get the description column

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)description":{"name":"-description","abstract":"

    Get the description

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)setDescription:":{"name":"-setDescription:","abstract":"

    Set the description

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)widthColumnIndex":{"name":"-widthColumnIndex","abstract":"

    Get the width column index

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)widthColumn":{"name":"-widthColumn","abstract":"

    Get the width column

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)width":{"name":"-width","abstract":"

    Get the width

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)setWidth:":{"name":"-setWidth:","abstract":"

    Set the width

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)setWidthValue:":{"name":"-setWidthValue:","abstract":"

    Set the width

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)derivedWidth":{"name":"-derivedWidth","abstract":"

    Get the width or derived width from the icon data and scaled as needed for the height

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)heightColumnIndex":{"name":"-heightColumnIndex","abstract":"

    Get the height column index

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)heightColumn":{"name":"-heightColumn","abstract":"

    Get the height column

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)height":{"name":"-height","abstract":"

    Get the height

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)setHeight:":{"name":"-setHeight:","abstract":"

    Set the height

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)setHeightValue:":{"name":"-setHeightValue:","abstract":"

    Set the height

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)derivedHeight":{"name":"-derivedHeight","abstract":"

    Get the height or derived height from the icon data and scaled as needed for the width

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)derivedDimensions":{"name":"-derivedDimensions","abstract":"

    Get the derived width and height from the values and icon data, scaled as","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)anchorUColumnIndex":{"name":"-anchorUColumnIndex","abstract":"

    Get the anchor u column index

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)anchorUColumn":{"name":"-anchorUColumn","abstract":"

    Get the anchor u column

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)anchorU":{"name":"-anchorU","abstract":"

    Get the anchor u

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)setAnchorU:":{"name":"-setAnchorU:","abstract":"

    Set the anchor u

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)setAnchorUValue:":{"name":"-setAnchorUValue:","abstract":"

    Set the anchor u

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)anchorUOrDefault":{"name":"-anchorUOrDefault","abstract":"

    Get the anchor u value or the default value of 0.5

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)anchorVColumnIndex":{"name":"-anchorVColumnIndex","abstract":"

    Get the anchor v column index

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)anchorVColumn":{"name":"-anchorVColumn","abstract":"

    Get the anchor v column

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)anchorV":{"name":"-anchorV","abstract":"

    Get the anchor v

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)setAnchorV:":{"name":"-setAnchorV:","abstract":"

    Set the anchor v

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)setAnchorVValue:":{"name":"-setAnchorVValue:","abstract":"

    Set the anchor v

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)anchorVOrDefault":{"name":"-anchorVOrDefault","abstract":"

    Get the anchor v value or the default value of 1.0

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconDao.html#/c:objc(cs)GPKGIconDao(im)initWithDao:":{"name":"-initWithDao:","abstract":"

    Initialize

    ","parent_name":"GPKGIconDao"},"Classes/GPKGIconDao.html#/c:objc(cs)GPKGIconDao(im)iconTable":{"name":"-iconTable","abstract":"

    Get the icon table

    ","parent_name":"GPKGIconDao"},"Classes/GPKGIconDao.html#/c:objc(cs)GPKGIconDao(im)row:":{"name":"-row:","abstract":"

    Get the icon row for the current result in the result set

    ","parent_name":"GPKGIconDao"},"Classes/GPKGIconDao.html#/c:objc(cs)GPKGIconDao(im)newRow":{"name":"-newRow","abstract":"

    Create a new icon row

    ","parent_name":"GPKGIconDao"},"Classes/GPKGIconDao.html#/c:objc(cs)GPKGIconDao(im)rowsWithIds:":{"name":"-rowsWithIds:","abstract":"

    Get the icon rows that exist with the provided ids

    ","parent_name":"GPKGIconDao"},"Classes/GPKGIconDao.html#/c:objc(cs)GPKGIconDao(im)queryForRow:":{"name":"-queryForRow:","abstract":"

    Query for the icon row from a style mapping row

    ","parent_name":"GPKGIconDao"},"Classes/GPKGIconCache.html#/c:objc(cs)GPKGIconCache(py)scale":{"name":"scale","abstract":"

    Screen scale, default is 1.0

    ","parent_name":"GPKGIconCache"},"Classes/GPKGIconCache.html#/c:objc(cs)GPKGIconCache(im)init":{"name":"-init","abstract":"

    Initialize, created with cache size of DEFAULT_ICON_CACHE_SIZE

    ","parent_name":"GPKGIconCache"},"Classes/GPKGIconCache.html#/c:objc(cs)GPKGIconCache(im)initWithSize:":{"name":"-initWithSize:","abstract":"

    Initialize

    ","parent_name":"GPKGIconCache"},"Classes/GPKGIconCache.html#/c:objc(cs)GPKGIconCache(im)imageForRow:":{"name":"-imageForRow:","abstract":"

    Get the cached image for the icon row or nil if not cached

    ","parent_name":"GPKGIconCache"},"Classes/GPKGIconCache.html#/c:objc(cs)GPKGIconCache(im)imageForId:":{"name":"-imageForId:","abstract":"

    Get the cached image for the icon row id or nil if not cached

    ","parent_name":"GPKGIconCache"},"Classes/GPKGIconCache.html#/c:objc(cs)GPKGIconCache(im)imageForIdNumber:":{"name":"-imageForIdNumber:","abstract":"

    Get the cached image for the icon row id or nil if not cached

    ","parent_name":"GPKGIconCache"},"Classes/GPKGIconCache.html#/c:objc(cs)GPKGIconCache(im)putImage:forRow:":{"name":"-putImage:forRow:","abstract":"

    Cache the icon image for the icon row

    ","parent_name":"GPKGIconCache"},"Classes/GPKGIconCache.html#/c:objc(cs)GPKGIconCache(im)putImage:forId:":{"name":"-putImage:forId:","abstract":"

    Cache the icon image for the icon row id

    ","parent_name":"GPKGIconCache"},"Classes/GPKGIconCache.html#/c:objc(cs)GPKGIconCache(im)putImage:forIdNumber:":{"name":"-putImage:forIdNumber:","abstract":"

    Cache the icon image for the icon row id

    ","parent_name":"GPKGIconCache"},"Classes/GPKGIconCache.html#/c:objc(cs)GPKGIconCache(im)removeForRow:":{"name":"-removeForRow:","abstract":"

    Remove the cached image for the icon row

    ","parent_name":"GPKGIconCache"},"Classes/GPKGIconCache.html#/c:objc(cs)GPKGIconCache(im)removeForId:":{"name":"-removeForId:","abstract":"

    Remove the cached image for the icon row id

    ","parent_name":"GPKGIconCache"},"Classes/GPKGIconCache.html#/c:objc(cs)GPKGIconCache(im)removeForIdNumber:":{"name":"-removeForIdNumber:","abstract":"

    Remove the cached image for the icon row id

    ","parent_name":"GPKGIconCache"},"Classes/GPKGIconCache.html#/c:objc(cs)GPKGIconCache(im)clear":{"name":"-clear","abstract":"

    Clear the cache

    ","parent_name":"GPKGIconCache"},"Classes/GPKGIconCache.html#/c:objc(cs)GPKGIconCache(im)resizeWithSize:":{"name":"-resizeWithSize:","abstract":"

    Resize the cache

    ","parent_name":"GPKGIconCache"},"Classes/GPKGIconCache.html#/c:objc(cs)GPKGIconCache(im)createIconForRow:":{"name":"-createIconForRow:","abstract":"

    Create or retrieve from cache an icon image for the icon row

    ","parent_name":"GPKGIconCache"},"Classes/GPKGIconCache.html#/c:objc(cs)GPKGIconCache(cm)createIconNoCacheForRow:":{"name":"+createIconNoCacheForRow:","abstract":"

    Create an icon image for the icon row without caching

    ","parent_name":"GPKGIconCache"},"Classes/GPKGIconCache.html#/c:objc(cs)GPKGIconCache(cm)createIconForRow:fromCache:":{"name":"+createIconForRow:fromCache:","abstract":"

    Create or retrieve from cache an icon image for the icon row

    ","parent_name":"GPKGIconCache"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)initWithGeoPackage:andTable:":{"name":"-initWithGeoPackage:andTable:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)initWithGeoPackage:andGeometryColumns:":{"name":"-initWithGeoPackage:andGeometryColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)initWithGeoPackage:andContents:":{"name":"-initWithGeoPackage:andContents:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)initWithGeoPackage:andTableName:":{"name":"-initWithGeoPackage:andTableName:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)featureStyleExtension":{"name":"-featureStyleExtension","abstract":"

    Get the feature style extension

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)tableName":{"name":"-tableName","abstract":"

    Get the feature table name

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)has":{"name":"-has","abstract":"

    Determine if the GeoPackage has the extension for the table

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)createRelationships":{"name":"-createRelationships","abstract":"

    Create style, icon, table style, and table icon relationships for the","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)hasRelationship":{"name":"-hasRelationship","abstract":"

    Check if feature table has a style, icon, table style, or table icon","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)createStyleRelationship":{"name":"-createStyleRelationship","abstract":"

    Create a style relationship for the feature table

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)hasStyleRelationship":{"name":"-hasStyleRelationship","abstract":"

    Determine if a style relationship exists for the feature table

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)createTableStyleRelationship":{"name":"-createTableStyleRelationship","abstract":"

    Create a feature table style relationship

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)hasTableStyleRelationship":{"name":"-hasTableStyleRelationship","abstract":"

    Determine if feature table style relationship exists

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)createIconRelationship":{"name":"-createIconRelationship","abstract":"

    Create an icon relationship for the feature table

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)hasIconRelationship":{"name":"-hasIconRelationship","abstract":"

    Determine if an icon relationship exists for the feature table

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)createTableIconRelationship":{"name":"-createTableIconRelationship","abstract":"

    Create a feature table icon relationship

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)hasTableIconRelationship":{"name":"-hasTableIconRelationship","abstract":"

    Determine if feature table icon relationship exists

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteRelationships":{"name":"-deleteRelationships","abstract":"

    Delete the style and icon table and row relationships for the feature","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteStyleRelationship":{"name":"-deleteStyleRelationship","abstract":"

    Delete a style relationship for the feature table

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteTableStyleRelationship":{"name":"-deleteTableStyleRelationship","abstract":"

    Delete a table style relationship for the feature table

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteIconRelationship":{"name":"-deleteIconRelationship","abstract":"

    Delete a icon relationship for the feature table

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteTableIconRelationship":{"name":"-deleteTableIconRelationship","abstract":"

    Delete a table icon relationship for the feature table

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)styleMappingDao":{"name":"-styleMappingDao","abstract":"

    Get a Style Mapping DAO

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)tableStyleMappingDao":{"name":"-tableStyleMappingDao","abstract":"

    Get a Table Style Mapping DAO

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)iconMappingDao":{"name":"-iconMappingDao","abstract":"

    Get a Icon Mapping DAO

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)tableIconMappingDao":{"name":"-tableIconMappingDao","abstract":"

    Get a Table Icon Mapping DAO

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)styleDao":{"name":"-styleDao","abstract":"

    Get a style DAO

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)iconDao":{"name":"-iconDao","abstract":"

    Get a icon DAO

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)tableFeatureStyles":{"name":"-tableFeatureStyles","abstract":"

    Get the table feature styles

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)tableStyles":{"name":"-tableStyles","abstract":"

    Get the table styles

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)cachedTableStyles":{"name":"-cachedTableStyles","abstract":"

    Get the cached table styles, querying and caching if needed

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)tableStyleWithGeometryType:":{"name":"-tableStyleWithGeometryType:","abstract":"

    Get the table style of the geometry type

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)tableStyleDefault":{"name":"-tableStyleDefault","abstract":"

    Get the table style default

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)tableIcons":{"name":"-tableIcons","abstract":"

    Get the table icons

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)cachedTableIcons":{"name":"-cachedTableIcons","abstract":"

    Get the cached table icons, querying and caching if needed

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)tableIconWithGeometryType:":{"name":"-tableIconWithGeometryType:","abstract":"

    Get the table icon of the geometry type

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)tableIconDefault":{"name":"-tableIconDefault","abstract":"

    Get the table icon default

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)styles":{"name":"-styles","abstract":"

    Get all styles used by the feature table

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)featureStyles":{"name":"-featureStyles","abstract":"

    Get all styles used by feature rows in the table

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)icons":{"name":"-icons","abstract":"

    Get all icons used by the feature table

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)featureIcons":{"name":"-featureIcons","abstract":"

    Get all icons used by feature rows in the table

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)featureStylesWithFeature:":{"name":"-featureStylesWithFeature:","abstract":"

    Get the feature styles for the feature row

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)featureStylesWithId:":{"name":"-featureStylesWithId:","abstract":"

    Get the feature styles for the feature id

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)featureStylesWithIdNumber:":{"name":"-featureStylesWithIdNumber:","abstract":"

    Get the feature styles for the feature id

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)featureStyleWithFeature:":{"name":"-featureStyleWithFeature:","abstract":"

    Get the feature style (style and icon) of the feature row, searching in","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)featureStyleWithFeature:andGeometryType:":{"name":"-featureStyleWithFeature:andGeometryType:","abstract":"

    Get the feature style (style and icon) of the feature row with the","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)featureStyleDefaultWithFeature:":{"name":"-featureStyleDefaultWithFeature:","abstract":"

    Get the feature style default (style and icon) of the feature row,","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)featureStyleWithId:andGeometryType:":{"name":"-featureStyleWithId:andGeometryType:","abstract":"

    Get the feature style (style and icon) of the feature, searching in","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)featureStyleWithIdNumber:andGeometryType:":{"name":"-featureStyleWithIdNumber:andGeometryType:","abstract":"

    Get the feature style (style and icon) of the feature, searching in","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)featureStyleDefaultWithId:":{"name":"-featureStyleDefaultWithId:","abstract":"

    Get the feature style (style and icon) of the feature, searching in","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)featureStyleDefaultWithIdNumber:":{"name":"-featureStyleDefaultWithIdNumber:","abstract":"

    Get the feature style (style and icon) of the feature, searching in","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)stylesWithFeature:":{"name":"-stylesWithFeature:","abstract":"

    Get the styles for the feature row

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)stylesWithId:":{"name":"-stylesWithId:","abstract":"

    Get the styles for the feature id

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)stylesWithIdNumber:":{"name":"-stylesWithIdNumber:","abstract":"

    Get the styles for the feature id

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)styleWithFeature:":{"name":"-styleWithFeature:","abstract":"

    Get the style of the feature row, searching in order: feature geometry","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)styleWithFeature:andGeometryType:":{"name":"-styleWithFeature:andGeometryType:","abstract":"

    Get the style of the feature row with the provided geometry type,","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)styleDefaultWithFeature:":{"name":"-styleDefaultWithFeature:","abstract":"

    Get the default style of the feature row, searching in order: feature","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)styleWithId:andGeometryType:":{"name":"-styleWithId:andGeometryType:","abstract":"

    Get the style of the feature, searching in order: feature geometry type","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)styleWithIdNumber:andGeometryType:":{"name":"-styleWithIdNumber:andGeometryType:","abstract":"

    Get the style of the feature, searching in order: feature geometry type","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)styleDefaultWithId:":{"name":"-styleDefaultWithId:","abstract":"

    Get the default style of the feature, searching in order: feature default","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)styleDefaultWithIdNumber:":{"name":"-styleDefaultWithIdNumber:","abstract":"

    Get the default style of the feature, searching in order: feature default","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)iconsWithFeature:":{"name":"-iconsWithFeature:","abstract":"

    Get the icons for the feature row

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)iconsWithId:":{"name":"-iconsWithId:","abstract":"

    Get the icons for the feature id

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)iconsWithIdNumber:":{"name":"-iconsWithIdNumber:","abstract":"

    Get the icons for the feature id

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)iconWithFeature:":{"name":"-iconWithFeature:","abstract":"

    Get the icon of the feature row, searching in order: feature geometry","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)iconWithFeature:andGeometryType:":{"name":"-iconWithFeature:andGeometryType:","abstract":"

    Get the icon of the feature row with the provided geometry type,","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)iconDefaultWithFeature:":{"name":"-iconDefaultWithFeature:","abstract":"

    Get the default icon of the feature row, searching in order: feature","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)iconWithId:andGeometryType:":{"name":"-iconWithId:andGeometryType:","abstract":"

    Get the icon of the feature, searching in order: feature geometry type","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)iconWithIdNumber:andGeometryType:":{"name":"-iconWithIdNumber:andGeometryType:","abstract":"

    Get the icon of the feature, searching in order: feature geometry type","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)iconDefaultWithId:":{"name":"-iconDefaultWithId:","abstract":"

    Get the default icon of the feature, searching in order: feature default","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)iconDefaultWithIdNumber:":{"name":"-iconDefaultWithIdNumber:","abstract":"

    Get the default icon of the feature, searching in order: feature default","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setTableFeatureStyles:":{"name":"-setTableFeatureStyles:","abstract":"

    Set the feature table default feature styles

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setTableStyles:":{"name":"-setTableStyles:","abstract":"

    Set the feature table default styles

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setTableStyleDefault:":{"name":"-setTableStyleDefault:","abstract":"

    Set the feature table style default

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setTableStyle:withGeometryType:":{"name":"-setTableStyle:withGeometryType:","abstract":"

    Set the feature table style for the geometry type

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setTableIcons:":{"name":"-setTableIcons:","abstract":"

    Set the feature table default icons

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setTableIconDefault:":{"name":"-setTableIconDefault:","abstract":"

    Set the feature table icon default

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setTableIcon:withGeometryType:":{"name":"-setTableIcon:withGeometryType:","abstract":"

    Set the feature table icon for the geometry type

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setFeatureStyles:withFeature:":{"name":"-setFeatureStyles:withFeature:","abstract":"

    Set the feature styles for the feature row

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setFeatureStyles:withId:":{"name":"-setFeatureStyles:withId:","abstract":"

    Set the feature styles for the feature table and feature id

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setFeatureStyles:withIdNumber:":{"name":"-setFeatureStyles:withIdNumber:","abstract":"

    Set the feature styles for the feature table and feature id

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setFeatureStyle:withFeature:":{"name":"-setFeatureStyle:withFeature:","abstract":"

    Set the feature style (style and icon) of the feature row

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setFeatureStyle:withFeature:andGeometryType:":{"name":"-setFeatureStyle:withFeature:andGeometryType:","abstract":"

    Set the feature style (style and icon) of the feature row for the","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setFeatureStyleDefault:withFeature:":{"name":"-setFeatureStyleDefault:withFeature:","abstract":"

    Set the feature style default (style and icon) of the feature row

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setFeatureStyle:withId:andGeometryType:":{"name":"-setFeatureStyle:withId:andGeometryType:","abstract":"

    Set the feature style (style and icon) of the feature

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setFeatureStyle:withIdNumber:andGeometryType:":{"name":"-setFeatureStyle:withIdNumber:andGeometryType:","abstract":"

    Set the feature style (style and icon) of the feature

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setFeatureStyleDefault:withId:":{"name":"-setFeatureStyleDefault:withId:","abstract":"

    Set the feature style (style and icon) of the feature

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setFeatureStyleDefault:withIdNumber:":{"name":"-setFeatureStyleDefault:withIdNumber:","abstract":"

    Set the feature style (style and icon) of the feature

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setStyles:withFeature:":{"name":"-setStyles:withFeature:","abstract":"

    Set the styles for the feature row

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setStyles:withId:":{"name":"-setStyles:withId:","abstract":"

    Set the styles for the feature table and feature id

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setStyles:withIdNumber:":{"name":"-setStyles:withIdNumber:","abstract":"

    Set the styles for the feature table and feature id

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setStyle:withFeature:":{"name":"-setStyle:withFeature:","abstract":"

    Set the style of the feature row

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setStyle:withFeature:andGeometryType:":{"name":"-setStyle:withFeature:andGeometryType:","abstract":"

    Set the style of the feature row for the specified geometry type

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setStyleDefault:withFeature:":{"name":"-setStyleDefault:withFeature:","abstract":"

    Set the default style of the feature row

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setStyle:withId:andGeometryType:":{"name":"-setStyle:withId:andGeometryType:","abstract":"

    Set the style of the feature

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setStyle:withIdNumber:andGeometryType:":{"name":"-setStyle:withIdNumber:andGeometryType:","abstract":"

    Set the style of the feature

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setStyleDefault:withId:":{"name":"-setStyleDefault:withId:","abstract":"

    Set the default style of the feature

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setStyleDefault:withIdNumber:":{"name":"-setStyleDefault:withIdNumber:","abstract":"

    Set the default style of the feature

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setIcons:withFeature:":{"name":"-setIcons:withFeature:","abstract":"

    Set the icons for the feature row

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setIcons:withId:":{"name":"-setIcons:withId:","abstract":"

    Set the icons for the feature table and feature id

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setIcons:withIdNumber:":{"name":"-setIcons:withIdNumber:","abstract":"

    Set the icons for the feature table and feature id

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setIcon:withFeature:":{"name":"-setIcon:withFeature:","abstract":"

    Set the icon of the feature row

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setIcon:withFeature:andGeometryType:":{"name":"-setIcon:withFeature:andGeometryType:","abstract":"

    Set the icon of the feature row for the specified geometry type

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setIconDefault:withFeature:":{"name":"-setIconDefault:withFeature:","abstract":"

    Set the default icon of the feature row

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setIcon:withId:andGeometryType:":{"name":"-setIcon:withId:andGeometryType:","abstract":"

    Get the icon of the feature, searching in order: feature geometry type","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setIcon:withIdNumber:andGeometryType:":{"name":"-setIcon:withIdNumber:andGeometryType:","abstract":"

    Get the icon of the feature, searching in order: feature geometry type","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setIconDefault:withId:":{"name":"-setIconDefault:withId:","abstract":"

    Set the default icon of the feature

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setIconDefault:withIdNumber:":{"name":"-setIconDefault:withIdNumber:","abstract":"

    Set the default icon of the feature

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteAllFeatureStyles":{"name":"-deleteAllFeatureStyles","abstract":"

    Delete all feature styles including table styles, table icons, style, and","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteAllStyles":{"name":"-deleteAllStyles","abstract":"

    Delete all styles including table styles and feature row styles

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteAllIcons":{"name":"-deleteAllIcons","abstract":"

    Delete all icons including table icons and feature row icons

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteTableFeatureStyles":{"name":"-deleteTableFeatureStyles","abstract":"

    Delete the feature table feature styles

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteTableStyles":{"name":"-deleteTableStyles","abstract":"

    Delete the feature table styles

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteTableStyleDefault":{"name":"-deleteTableStyleDefault","abstract":"

    Delete the feature table default style

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteTableStyleWithGeometryType:":{"name":"-deleteTableStyleWithGeometryType:","abstract":"

    Delete the feature table style for the geometry type

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteTableIcons":{"name":"-deleteTableIcons","abstract":"

    Delete the feature table icons

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteTableIconDefault":{"name":"-deleteTableIconDefault","abstract":"

    Delete the feature table default icon

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteTableIconWithGeometryType:":{"name":"-deleteTableIconWithGeometryType:","abstract":"

    Delete the feature table icon for the geometry type

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)clearCachedTableFeatureStyles":{"name":"-clearCachedTableFeatureStyles","abstract":"

    Clear the cached table feature styles

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)clearCachedTableStyles":{"name":"-clearCachedTableStyles","abstract":"

    Clear the cached table styles

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)clearCachedTableIcons":{"name":"-clearCachedTableIcons","abstract":"

    Clear the cached table icons

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteFeatureStyles":{"name":"-deleteFeatureStyles","abstract":"

    Delete all feature styles

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteStyles":{"name":"-deleteStyles","abstract":"

    Delete all styles

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteStylesWithFeature:":{"name":"-deleteStylesWithFeature:","abstract":"

    Delete feature row styles

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteStylesWithId:":{"name":"-deleteStylesWithId:","abstract":"

    Delete feature row styles

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteStylesWithIdNumber:":{"name":"-deleteStylesWithIdNumber:","abstract":"

    Delete feature row styles

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteStyleDefaultWithFeature:":{"name":"-deleteStyleDefaultWithFeature:","abstract":"

    Delete the feature row default style

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteStyleDefaultWithId:":{"name":"-deleteStyleDefaultWithId:","abstract":"

    Delete the feature row default style

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteStyleDefaultWithIdNumber:":{"name":"-deleteStyleDefaultWithIdNumber:","abstract":"

    Delete the feature row default style

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteStyleWithFeature:":{"name":"-deleteStyleWithFeature:","abstract":"

    Delete the feature row style for the feature row geometry type

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteStyleWithFeature:andGeometryType:":{"name":"-deleteStyleWithFeature:andGeometryType:","abstract":"

    Delete the feature row style for the geometry type

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteStyleWithId:andGeometryType:":{"name":"-deleteStyleWithId:andGeometryType:","abstract":"

    Delete the feature row style for the geometry type

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteStyleWithIdNumber:andGeometryType:":{"name":"-deleteStyleWithIdNumber:andGeometryType:","abstract":"

    Delete the feature row style for the geometry type

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteIcons":{"name":"-deleteIcons","abstract":"

    Delete all icons

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteIconsWithFeature:":{"name":"-deleteIconsWithFeature:","abstract":"

    Delete feature row icons

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteIconsWithId:":{"name":"-deleteIconsWithId:","abstract":"

    Delete feature row icons

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteIconsWithIdNumber:":{"name":"-deleteIconsWithIdNumber:","abstract":"

    Delete feature row icons

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteIconDefaultWithFeature:":{"name":"-deleteIconDefaultWithFeature:","abstract":"

    Delete the feature row default icon

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteIconDefaultWithId:":{"name":"-deleteIconDefaultWithId:","abstract":"

    Delete the feature row default icon

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteIconDefaultWithIdNumber:":{"name":"-deleteIconDefaultWithIdNumber:","abstract":"

    Delete the feature row default icon

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteIconWithFeature:":{"name":"-deleteIconWithFeature:","abstract":"

    Delete the feature row icon for the feature row geometry type

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteIconWithFeature:andGeometryType:":{"name":"-deleteIconWithFeature:andGeometryType:","abstract":"

    Delete the feature row icon for the geometry type

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteIconWithId:andGeometryType:":{"name":"-deleteIconWithId:andGeometryType:","abstract":"

    Delete the feature row icon for the geometry type

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteIconWithIdNumber:andGeometryType:":{"name":"-deleteIconWithIdNumber:andGeometryType:","abstract":"

    Delete the feature row icon for the geometry type

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)allTableStyleIds":{"name":"-allTableStyleIds","abstract":"

    Get all the unique style row ids the table maps to

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)allTableIconIds":{"name":"-allTableIconIds","abstract":"

    Get all the unique icon row ids the table maps to

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)allStyleIds":{"name":"-allStyleIds","abstract":"

    Get all the unique style row ids the features map to

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)allIconIds":{"name":"-allIconIds","abstract":"

    Get all the unique icon row ids the features map to

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)calculatePixelBounds":{"name":"-calculatePixelBounds","abstract":"

    Calculate style pixel bounds

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)calculatePixelBoundsWithScale:":{"name":"-calculatePixelBoundsWithScale:","abstract":"

    Calculate style pixel bounds

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureStyles.html#/c:objc(cs)GPKGFeatureStyles(py)styles":{"name":"styles","abstract":"

    Styles

    ","parent_name":"GPKGFeatureStyles"},"Classes/GPKGFeatureStyles.html#/c:objc(cs)GPKGFeatureStyles(py)icons":{"name":"icons","abstract":"

    Icons

    ","parent_name":"GPKGFeatureStyles"},"Classes/GPKGFeatureStyles.html#/c:objc(cs)GPKGFeatureStyles(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureStyles"},"Classes/GPKGFeatureStyles.html#/c:objc(cs)GPKGFeatureStyles(im)initWithStyles:":{"name":"-initWithStyles:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureStyles"},"Classes/GPKGFeatureStyles.html#/c:objc(cs)GPKGFeatureStyles(im)initWithIcons:":{"name":"-initWithIcons:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureStyles"},"Classes/GPKGFeatureStyles.html#/c:objc(cs)GPKGFeatureStyles(im)initWithStyles:andIcons:":{"name":"-initWithStyles:andIcons:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureStyles"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)initWithGeoPackage:":{"name":"-initWithGeoPackage:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)tables":{"name":"-tables","abstract":"

    Get the feature tables registered with the extension

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)extensionName":{"name":"-extensionName","abstract":"

    Get the extension name

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)has":{"name":"-has","abstract":"

    Determine if the GeoPackage has the extension

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)forTable:":{"name":"-forTable:","abstract":"

    Get the extension for the feature table

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)hasWithTable:":{"name":"-hasWithTable:","abstract":"

    Determine if the GeoPackage has the extension for the feature table

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)relatedTables":{"name":"-relatedTables","abstract":"

    Get the related tables extension

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)contentsId":{"name":"-contentsId","abstract":"

    Get the contents id extension

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)createStyleTable":{"name":"-createStyleTable","abstract":"

    Create style table

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)createIconTable":{"name":"-createIconTable","abstract":"

    Create icon table

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)createRelationshipsWithTable:":{"name":"-createRelationshipsWithTable:","abstract":"

    Create style, icon, table style, and table icon relationships for the","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)hasRelationshipWithTable:":{"name":"-hasRelationshipWithTable:","abstract":"

    Check if feature table has a style, icon, table style, or table icon","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)createStyleRelationshipWithTable:":{"name":"-createStyleRelationshipWithTable:","abstract":"

    Create a style relationship for the feature table

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)hasStyleRelationshipWithTable:":{"name":"-hasStyleRelationshipWithTable:","abstract":"

    Determine if a style relationship exists for the feature table

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)createTableStyleRelationshipWithTable:":{"name":"-createTableStyleRelationshipWithTable:","abstract":"

    Create a feature table style relationship

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)hasTableStyleRelationshipWithTable:":{"name":"-hasTableStyleRelationshipWithTable:","abstract":"

    Determine if a feature table style relationship exists

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)createIconRelationshipWithTable:":{"name":"-createIconRelationshipWithTable:","abstract":"

    Create an icon relationship for the feature table

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)hasIconRelationshipWithTable:":{"name":"-hasIconRelationshipWithTable:","abstract":"

    Determine if an icon relationship exists for the feature table

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)createTableIconRelationshipWithTable:":{"name":"-createTableIconRelationshipWithTable:","abstract":"

    Create a feature table icon relationship

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)hasTableIconRelationshipWithTable:":{"name":"-hasTableIconRelationshipWithTable:","abstract":"

    Determine if a feature table icon relationship exists

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)mappingTableNameWithPrefix:andTable:":{"name":"-mappingTableNameWithPrefix:andTable:","abstract":"

    Get the mapping table name

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)styleTableRelations":{"name":"-styleTableRelations","abstract":"

    Get style table relations

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)hasStyleTableRelations":{"name":"-hasStyleTableRelations","abstract":"

    Determine if there are style table relations

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)iconTableRelations":{"name":"-iconTableRelations","abstract":"

    Get icon table relations

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)hasIconTableRelations":{"name":"-hasIconTableRelations","abstract":"

    Determine if there are icon table relations

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteRelationships":{"name":"-deleteRelationships","abstract":"

    Delete the style and icon table and row relationships for all feature","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteRelationshipsWithTable:":{"name":"-deleteRelationshipsWithTable:","abstract":"

    Delete the style and icon table and row relationships for the feature","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteStyleRelationshipWithTable:":{"name":"-deleteStyleRelationshipWithTable:","abstract":"

    Delete a style relationship for the feature table

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteTableStyleRelationshipWithTable:":{"name":"-deleteTableStyleRelationshipWithTable:","abstract":"

    Delete a table style relationship for the feature table

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteIconRelationshipWithTable:":{"name":"-deleteIconRelationshipWithTable:","abstract":"

    Delete a icon relationship for the feature table

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteTableIconRelationshipWithTable:":{"name":"-deleteTableIconRelationshipWithTable:","abstract":"

    Delete a table icon relationship for the feature table

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)removeExtension":{"name":"-removeExtension","abstract":"

    Completely remove and delete the extension and all styles and icons

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)styleMappingDaoWithTable:":{"name":"-styleMappingDaoWithTable:","abstract":"

    Get a Style Mapping DAO

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)tableStyleMappingDaoWithTable:":{"name":"-tableStyleMappingDaoWithTable:","abstract":"

    Get a Table Style Mapping DAO

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)iconMappingDaoWithTable:":{"name":"-iconMappingDaoWithTable:","abstract":"

    Get a Icon Mapping DAO

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)tableIconMappingDaoWithTable:":{"name":"-tableIconMappingDaoWithTable:","abstract":"

    Get a Table Icon Mapping DAO

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)styleDao":{"name":"-styleDao","abstract":"

    Get a style DAO

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)iconDao":{"name":"-iconDao","abstract":"

    Get a icon DAO

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)tableFeatureStylesWithTable:":{"name":"-tableFeatureStylesWithTable:","abstract":"

    Get the feature table default feature styles

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)tableFeatureStylesWithTableName:":{"name":"-tableFeatureStylesWithTableName:","abstract":"

    Get the feature table default feature styles

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)tableStylesWithTable:":{"name":"-tableStylesWithTable:","abstract":"

    Get the feature table default styles

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)tableStylesWithTableName:":{"name":"-tableStylesWithTableName:","abstract":"

    Get the feature table default styles

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)tableStyleWithTableName:andGeometryType:":{"name":"-tableStyleWithTableName:andGeometryType:","abstract":"

    Get the style of the feature table and geometry type

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)tableStyleDefaultWithTableName:":{"name":"-tableStyleDefaultWithTableName:","abstract":"

    Get the default style of the feature table

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)tableIconsWithTable:":{"name":"-tableIconsWithTable:","abstract":"

    Get the feature table default icons

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)tableIconsWithTableName:":{"name":"-tableIconsWithTableName:","abstract":"

    Get the feature table default icons

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)tableIconDefaultWithTableName:":{"name":"-tableIconDefaultWithTableName:","abstract":"

    Get the default icon of the feature table

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)tableIconWithTableName:andGeometryType:":{"name":"-tableIconWithTableName:andGeometryType:","abstract":"

    Get the icon of the feature table and geometry type

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)stylesWithTableName:":{"name":"-stylesWithTableName:","abstract":"

    Get all styles used by the feature table

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)featureStylesWithTableName:":{"name":"-featureStylesWithTableName:","abstract":"

    Get all styles used by feature rows in the table

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)iconsWithTableName:":{"name":"-iconsWithTableName:","abstract":"

    Get all icons used by the feature table

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)featureIconsWithTableName:":{"name":"-featureIconsWithTableName:","abstract":"

    Get all icons used by feature rows in the table

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)featureStylesWithFeature:":{"name":"-featureStylesWithFeature:","abstract":"

    Get the feature styles for the feature row

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)featureStylesWithTableName:andId:":{"name":"-featureStylesWithTableName:andId:","abstract":"

    Get the feature styles for the feature table and feature id

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)featureStylesWithTableName:andIdNumber:":{"name":"-featureStylesWithTableName:andIdNumber:","abstract":"

    Get the feature styles for the feature table and feature id

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)featureStyleWithFeature:":{"name":"-featureStyleWithFeature:","abstract":"

    Get the feature style (style and icon) of the feature row, searching in","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)featureStyleWithFeature:andGeometryType:":{"name":"-featureStyleWithFeature:andGeometryType:","abstract":"

    Get the feature style (style and icon) of the feature row with the","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)featureStyleDefaultWithFeature:":{"name":"-featureStyleDefaultWithFeature:","abstract":"

    Get the feature style default (style and icon) of the feature row,","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)featureStyleWithTableName:andId:andGeometryType:":{"name":"-featureStyleWithTableName:andId:andGeometryType:","abstract":"

    Get the feature style (style and icon) of the feature, searching in","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)featureStyleWithTableName:andIdNumber:andGeometryType:":{"name":"-featureStyleWithTableName:andIdNumber:andGeometryType:","abstract":"

    Get the feature style (style and icon) of the feature, searching in","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)featureStyleDefaultWithTableName:andId:":{"name":"-featureStyleDefaultWithTableName:andId:","abstract":"

    Get the feature style (style and icon) of the feature, searching in","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)featureStyleDefaultWithTableName:andIdNumber:":{"name":"-featureStyleDefaultWithTableName:andIdNumber:","abstract":"

    Get the feature style (style and icon) of the feature, searching in","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)stylesWithFeature:":{"name":"-stylesWithFeature:","abstract":"

    Get the styles for the feature row

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)stylesWithTableName:andId:":{"name":"-stylesWithTableName:andId:","abstract":"

    Get the styles for the feature table and feature id

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)stylesWithTableName:andIdNumber:":{"name":"-stylesWithTableName:andIdNumber:","abstract":"

    Get the styles for the feature table and feature id

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)styleWithFeature:":{"name":"-styleWithFeature:","abstract":"

    Get the style of the feature row, searching in order: feature geometry","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)styleWithFeature:andGeometryType:":{"name":"-styleWithFeature:andGeometryType:","abstract":"

    Get the style of the feature row with the provided geometry type,","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)styleDefaultWithFeature:":{"name":"-styleDefaultWithFeature:","abstract":"

    Get the default style of the feature row, searching in order: feature","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)styleWithTableName:andId:andGeometryType:":{"name":"-styleWithTableName:andId:andGeometryType:","abstract":"

    Get the style of the feature, searching in order: feature geometry type","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)styleWithTableName:andIdNumber:andGeometryType:":{"name":"-styleWithTableName:andIdNumber:andGeometryType:","abstract":"

    Get the style of the feature, searching in order: feature geometry type","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)styleDefaultWithTableName:andId:":{"name":"-styleDefaultWithTableName:andId:","abstract":"

    Get the default style of the feature, searching in order: feature default","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)styleDefaultWithTableName:andIdNumber:":{"name":"-styleDefaultWithTableName:andIdNumber:","abstract":"

    Get the default style of the feature, searching in order: feature default","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)styleWithTableName:andId:andGeometryType:andTableStyle:":{"name":"-styleWithTableName:andId:andGeometryType:andTableStyle:","abstract":"

    Get the style of the feature, searching in order: feature geometry type","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)styleWithTableName:andIdNumber:andGeometryType:andTableStyle:":{"name":"-styleWithTableName:andIdNumber:andGeometryType:andTableStyle:","abstract":"

    Get the style of the feature, searching in order: feature geometry type","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)styleDefaultWithTableName:andId:andTableStyle:":{"name":"-styleDefaultWithTableName:andId:andTableStyle:","abstract":"

    Get the default style of the feature, searching in order: feature default","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)styleDefaultWithTableName:andIdNumber:andTableStyle:":{"name":"-styleDefaultWithTableName:andIdNumber:andTableStyle:","abstract":"

    Get the default style of the feature, searching in order: feature default","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)iconsWithFeature:":{"name":"-iconsWithFeature:","abstract":"

    Get the icons for the feature row

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)iconsWithTableName:andId:":{"name":"-iconsWithTableName:andId:","abstract":"

    Get the icons for the feature table and feature id

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)iconsWithTableName:andIdNumber:":{"name":"-iconsWithTableName:andIdNumber:","abstract":"

    Get the icons for the feature table and feature id

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)iconWithFeature:":{"name":"-iconWithFeature:","abstract":"

    Get the icon of the feature row, searching in order: feature geometry","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)iconWithFeature:andGeometryType:":{"name":"-iconWithFeature:andGeometryType:","abstract":"

    Get the icon of the feature row with the provided geometry type,","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)iconDefaultWithFeature:":{"name":"-iconDefaultWithFeature:","abstract":"

    Get the default icon of the feature row, searching in order: feature","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)iconWithTableName:andId:andGeometryType:":{"name":"-iconWithTableName:andId:andGeometryType:","abstract":"

    Get the icon of the feature, searching in order: feature geometry type","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)iconWithTableName:andIdNumber:andGeometryType:":{"name":"-iconWithTableName:andIdNumber:andGeometryType:","abstract":"

    Get the icon of the feature, searching in order: feature geometry type","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)iconDefaultWithTableName:andId:":{"name":"-iconDefaultWithTableName:andId:","abstract":"

    Get the default icon of the feature, searching in order: feature default","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)iconDefaultWithTableName:andIdNumber:":{"name":"-iconDefaultWithTableName:andIdNumber:","abstract":"

    Get the default icon of the feature, searching in order: feature default","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)iconWithTableName:andId:andGeometryType:andTableIcon:":{"name":"-iconWithTableName:andId:andGeometryType:andTableIcon:","abstract":"

    Get the icon of the feature, searching in order: feature geometry type","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)iconWithTableName:andIdNumber:andGeometryType:andTableIcon:":{"name":"-iconWithTableName:andIdNumber:andGeometryType:andTableIcon:","abstract":"

    Get the icon of the feature, searching in order: feature geometry type","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)iconDefaultWithTableName:andId:andTableIcon:":{"name":"-iconDefaultWithTableName:andId:andTableIcon:","abstract":"

    Get the default icon of the feature, searching in order: feature default","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)iconDefaultWithTableName:andIdNumber:andTableIcon:":{"name":"-iconDefaultWithTableName:andIdNumber:andTableIcon:","abstract":"

    Get the default icon of the feature, searching in order: feature default","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setTableFeatureStylesWithTable:andFeatureStyles:":{"name":"-setTableFeatureStylesWithTable:andFeatureStyles:","abstract":"

    Set the feature table default feature styles

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setTableFeatureStylesWithTableName:andFeatureStyles:":{"name":"-setTableFeatureStylesWithTableName:andFeatureStyles:","abstract":"

    Set the feature table default feature styles

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setTableStylesWithTable:andStyles:":{"name":"-setTableStylesWithTable:andStyles:","abstract":"

    Set the feature table default styles

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setTableStylesWithTableName:andStyles:":{"name":"-setTableStylesWithTableName:andStyles:","abstract":"

    Set the feature table default styles

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setTableStyleDefaultWithTable:andStyle:":{"name":"-setTableStyleDefaultWithTable:andStyle:","abstract":"

    Set the feature table style default

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setTableStyleDefaultWithTableName:andStyle:":{"name":"-setTableStyleDefaultWithTableName:andStyle:","abstract":"

    Set the feature table style default

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setTableStyleWithTable:andGeometryType:andStyle:":{"name":"-setTableStyleWithTable:andGeometryType:andStyle:","abstract":"

    Set the feature table style for the geometry type

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setTableStyleWithTableName:andGeometryType:andStyle:":{"name":"-setTableStyleWithTableName:andGeometryType:andStyle:","abstract":"

    Set the feature table style for the geometry type

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setTableIconsWithTable:andIcons:":{"name":"-setTableIconsWithTable:andIcons:","abstract":"

    Set the feature table default icons

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setTableIconsWithTableName:andIcons:":{"name":"-setTableIconsWithTableName:andIcons:","abstract":"

    Set the feature table default icons

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setTableIconDefaultWithTable:andIcon:":{"name":"-setTableIconDefaultWithTable:andIcon:","abstract":"

    Set the feature table icon default

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setTableIconDefaultWithTableName:andIcon:":{"name":"-setTableIconDefaultWithTableName:andIcon:","abstract":"

    Set the feature table icon default

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setTableIconWithTable:andGeometryType:andIcon:":{"name":"-setTableIconWithTable:andGeometryType:andIcon:","abstract":"

    Set the feature table icon for the geometry type

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setTableIconWithTableName:andGeometryType:andIcon:":{"name":"-setTableIconWithTableName:andGeometryType:andIcon:","abstract":"

    Set the feature table icon for the geometry type

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setFeatureStylesWithFeature:andFeatureStyles:":{"name":"-setFeatureStylesWithFeature:andFeatureStyles:","abstract":"

    Set the feature styles for the feature row

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setFeatureStylesWithTableName:andId:andFeatureStyles:":{"name":"-setFeatureStylesWithTableName:andId:andFeatureStyles:","abstract":"

    Set the feature styles for the feature table and feature id

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setFeatureStylesWithTableName:andIdNumber:andFeatureStyles:":{"name":"-setFeatureStylesWithTableName:andIdNumber:andFeatureStyles:","abstract":"

    Set the feature styles for the feature table and feature id

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setFeatureStyleWithFeature:andFeatureStyle:":{"name":"-setFeatureStyleWithFeature:andFeatureStyle:","abstract":"

    Set the feature style (style and icon) of the feature row

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setFeatureStyleWithFeature:andGeometryType:andFeatureStyle:":{"name":"-setFeatureStyleWithFeature:andGeometryType:andFeatureStyle:","abstract":"

    Set the feature style (style and icon) of the feature row for the","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setFeatureStyleDefaultWithFeature:andFeatureStyle:":{"name":"-setFeatureStyleDefaultWithFeature:andFeatureStyle:","abstract":"

    Set the feature style default (style and icon) of the feature row

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setFeatureStyleWithTableName:andId:andGeometryType:andFeatureStyle:":{"name":"-setFeatureStyleWithTableName:andId:andGeometryType:andFeatureStyle:","abstract":"

    Set the feature style (style and icon) of the feature

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setFeatureStyleWithTableName:andIdNumber:andGeometryType:andFeatureStyle:":{"name":"-setFeatureStyleWithTableName:andIdNumber:andGeometryType:andFeatureStyle:","abstract":"

    Set the feature style (style and icon) of the feature

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setFeatureStyleDefaultWithTableName:andId:andFeatureStyle:":{"name":"-setFeatureStyleDefaultWithTableName:andId:andFeatureStyle:","abstract":"

    Set the feature style (style and icon) of the feature

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setFeatureStyleDefaultWithTableName:andIdNumber:andFeatureStyle:":{"name":"-setFeatureStyleDefaultWithTableName:andIdNumber:andFeatureStyle:","abstract":"

    Set the feature style (style and icon) of the feature

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setStylesWithFeature:andStyles:":{"name":"-setStylesWithFeature:andStyles:","abstract":"

    Set the styles for the feature row

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setStylesWithTableName:andId:andStyles:":{"name":"-setStylesWithTableName:andId:andStyles:","abstract":"

    Set the styles for the feature table and feature id

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setStylesWithTableName:andIdNumber:andStyles:":{"name":"-setStylesWithTableName:andIdNumber:andStyles:","abstract":"

    Set the styles for the feature table and feature id

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setStyleWithFeature:andStyle:":{"name":"-setStyleWithFeature:andStyle:","abstract":"

    Set the style of the feature row

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setStyleWithFeature:andGeometryType:andStyle:":{"name":"-setStyleWithFeature:andGeometryType:andStyle:","abstract":"

    Set the style of the feature row for the specified geometry type

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setStyleDefaultWithFeature:andStyle:":{"name":"-setStyleDefaultWithFeature:andStyle:","abstract":"

    Set the default style of the feature row

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setStyleWithTableName:andId:andGeometryType:andStyle:":{"name":"-setStyleWithTableName:andId:andGeometryType:andStyle:","abstract":"

    Set the style of the feature

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setStyleWithTableName:andIdNumber:andGeometryType:andStyle:":{"name":"-setStyleWithTableName:andIdNumber:andGeometryType:andStyle:","abstract":"

    Set the style of the feature

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setStyleDefaultWithTableName:andId:andStyle:":{"name":"-setStyleDefaultWithTableName:andId:andStyle:","abstract":"

    Set the default style of the feature

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setStyleDefaultWithTableName:andIdNumber:andStyle:":{"name":"-setStyleDefaultWithTableName:andIdNumber:andStyle:","abstract":"

    Set the default style of the feature

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setIconsWithFeature:andIcons:":{"name":"-setIconsWithFeature:andIcons:","abstract":"

    Set the icons for the feature row

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setIconsWithTableName:andId:andIcons:":{"name":"-setIconsWithTableName:andId:andIcons:","abstract":"

    Set the icons for the feature table and feature id

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setIconsWithTableName:andIdNumber:andIcons:":{"name":"-setIconsWithTableName:andIdNumber:andIcons:","abstract":"

    Set the icons for the feature table and feature id

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setIconWithFeature:andIcon:":{"name":"-setIconWithFeature:andIcon:","abstract":"

    Set the icon of the feature row

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setIconWithFeature:andGeometryType:andIcon:":{"name":"-setIconWithFeature:andGeometryType:andIcon:","abstract":"

    Set the icon of the feature row for the specified geometry type

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setIconDefaultWithFeature:andIcon:":{"name":"-setIconDefaultWithFeature:andIcon:","abstract":"

    Set the default icon of the feature row

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setIconWithTableName:andId:andGeometryType:andIcon:":{"name":"-setIconWithTableName:andId:andGeometryType:andIcon:","abstract":"

    Get the icon of the feature, searching in order: feature geometry type","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setIconWithTableName:andIdNumber:andGeometryType:andIcon:":{"name":"-setIconWithTableName:andIdNumber:andGeometryType:andIcon:","abstract":"

    Get the icon of the feature, searching in order: feature geometry type","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setIconDefaultWithTableName:andId:andIcon:":{"name":"-setIconDefaultWithTableName:andId:andIcon:","abstract":"

    Set the default icon of the feature

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setIconDefaultWithTableName:andIdNumber:andIcon:":{"name":"-setIconDefaultWithTableName:andIdNumber:andIcon:","abstract":"

    Set the default icon of the feature

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteAllFeatureStylesWithTable:":{"name":"-deleteAllFeatureStylesWithTable:","abstract":"

    Delete all feature styles including table styles, table icons, style, and","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteAllFeatureStylesWithTableName:":{"name":"-deleteAllFeatureStylesWithTableName:","abstract":"

    Delete all feature styles including table styles, table icons, style, and","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteAllStylesWithTable:":{"name":"-deleteAllStylesWithTable:","abstract":"

    Delete all styles including table styles and feature row styles

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteAllStylesWithTableName:":{"name":"-deleteAllStylesWithTableName:","abstract":"

    Delete all styles including table styles and feature row styles

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteAllIconsWithTable:":{"name":"-deleteAllIconsWithTable:","abstract":"

    Delete all icons including table icons and feature row icons

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteAllIconsWithTableName:":{"name":"-deleteAllIconsWithTableName:","abstract":"

    Delete all icons including table icons and feature row icons

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteTableFeatureStylesWithTable:":{"name":"-deleteTableFeatureStylesWithTable:","abstract":"

    Delete the feature table feature styles

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteTableFeatureStylesWithTableName:":{"name":"-deleteTableFeatureStylesWithTableName:","abstract":"

    Delete the feature table feature styles

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteTableStylesWithTable:":{"name":"-deleteTableStylesWithTable:","abstract":"

    Delete the feature table styles

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteTableStylesWithTableName:":{"name":"-deleteTableStylesWithTableName:","abstract":"

    Delete the feature table styles

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteTableStyleDefaultWithTable:":{"name":"-deleteTableStyleDefaultWithTable:","abstract":"

    Delete the feature table default style

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteTableStyleDefaultWithTableName:":{"name":"-deleteTableStyleDefaultWithTableName:","abstract":"

    Delete the feature table default style

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteTableStyleWithTable:andGeometryType:":{"name":"-deleteTableStyleWithTable:andGeometryType:","abstract":"

    Delete the feature table style for the geometry type

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteTableStyleWithTableName:andGeometryType:":{"name":"-deleteTableStyleWithTableName:andGeometryType:","abstract":"

    Delete the feature table style for the geometry type

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteTableIconsWithTable:":{"name":"-deleteTableIconsWithTable:","abstract":"

    Delete the feature table icons

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteTableIconsWithTableName:":{"name":"-deleteTableIconsWithTableName:","abstract":"

    Delete the feature table icons

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteTableIconDefaultWithTable:":{"name":"-deleteTableIconDefaultWithTable:","abstract":"

    Delete the feature table default icon

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteTableIconDefaultWithTableName:":{"name":"-deleteTableIconDefaultWithTableName:","abstract":"

    Delete the feature table default icon

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteTableIconWithTable:andGeometryType:":{"name":"-deleteTableIconWithTable:andGeometryType:","abstract":"

    Delete the feature table icon for the geometry type

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteTableIconWithTableName:andGeometryType:":{"name":"-deleteTableIconWithTableName:andGeometryType:","abstract":"

    Delete the feature table icon for the geometry type

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteFeatureStylesWithTable:":{"name":"-deleteFeatureStylesWithTable:","abstract":"

    Delete all feature styles

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteFeatureStylesWithTableName:":{"name":"-deleteFeatureStylesWithTableName:","abstract":"

    Delete all feature styles

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteStylesWithTable:":{"name":"-deleteStylesWithTable:","abstract":"

    Delete all styles

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteStylesWithTableName:":{"name":"-deleteStylesWithTableName:","abstract":"

    Delete all styles

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteStylesWithFeature:":{"name":"-deleteStylesWithFeature:","abstract":"

    Delete feature row styles

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteStylesWithTableName:andId:":{"name":"-deleteStylesWithTableName:andId:","abstract":"

    Delete feature row styles

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteStylesWithTableName:andIdNumber:":{"name":"-deleteStylesWithTableName:andIdNumber:","abstract":"

    Delete feature row styles

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteStyleDefaultWithFeature:":{"name":"-deleteStyleDefaultWithFeature:","abstract":"

    Delete the feature row default style

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteStyleDefaultWithTableName:andId:":{"name":"-deleteStyleDefaultWithTableName:andId:","abstract":"

    Delete the feature row default style

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteStyleDefaultWithTableName:andIdNumber:":{"name":"-deleteStyleDefaultWithTableName:andIdNumber:","abstract":"

    Delete the feature row default style

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteStyleWithFeature:":{"name":"-deleteStyleWithFeature:","abstract":"

    Delete the feature row style for the feature row geometry type

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteStyleWithFeature:andGeometryType:":{"name":"-deleteStyleWithFeature:andGeometryType:","abstract":"

    Delete the feature row style for the geometry type

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteStyleWithTableName:andId:andGeometryType:":{"name":"-deleteStyleWithTableName:andId:andGeometryType:","abstract":"

    Delete the feature row style for the geometry type

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteStyleWithTableName:andIdNumber:andGeometryType:":{"name":"-deleteStyleWithTableName:andIdNumber:andGeometryType:","abstract":"

    Delete the feature row style for the geometry type

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteIconsWithTable:":{"name":"-deleteIconsWithTable:","abstract":"

    Delete all icons

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteIconsWithTableName:":{"name":"-deleteIconsWithTableName:","abstract":"

    Delete all icons

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteIconsWithFeature:":{"name":"-deleteIconsWithFeature:","abstract":"

    Delete feature row icons

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteIconsWithTableName:andId:":{"name":"-deleteIconsWithTableName:andId:","abstract":"

    Delete feature row icons

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteIconsWithTableName:andIdNumber:":{"name":"-deleteIconsWithTableName:andIdNumber:","abstract":"

    Delete feature row icons

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteIconDefaultWithFeature:":{"name":"-deleteIconDefaultWithFeature:","abstract":"

    Delete the feature row default icon

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteIconDefaultWithTableName:andId:":{"name":"-deleteIconDefaultWithTableName:andId:","abstract":"

    Delete the feature row default icon

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteIconDefaultWithTableName:andIdNumber:":{"name":"-deleteIconDefaultWithTableName:andIdNumber:","abstract":"

    Delete the feature row default icon

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteIconWithFeature:":{"name":"-deleteIconWithFeature:","abstract":"

    Delete the feature row icon for the feature row geometry type

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteIconWithFeature:andGeometryType:":{"name":"-deleteIconWithFeature:andGeometryType:","abstract":"

    Delete the feature row icon for the geometry type

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteIconWithTableName:andId:andGeometryType:":{"name":"-deleteIconWithTableName:andId:andGeometryType:","abstract":"

    Delete the feature row icon for the geometry type

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteIconWithTableName:andIdNumber:andGeometryType:":{"name":"-deleteIconWithTableName:andIdNumber:andGeometryType:","abstract":"

    Delete the feature row icon for the geometry type

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)countMappingsToStyleRow:":{"name":"-countMappingsToStyleRow:","abstract":"

    Count the number of mappings to the style row

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)countMappingsToStyleRowId:":{"name":"-countMappingsToStyleRowId:","abstract":"

    Count the number of mappings to the style row id

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)hasMappingToStyleRow:":{"name":"-hasMappingToStyleRow:","abstract":"

    Determine if a mapping to the style row exists

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)hasMappingToStyleRowId:":{"name":"-hasMappingToStyleRowId:","abstract":"

    Determine if a mapping to the style row id exists

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteMappingsToStyleRow:":{"name":"-deleteMappingsToStyleRow:","abstract":"

    Delete style row mappings

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteMappingsToStyleRowId:":{"name":"-deleteMappingsToStyleRowId:","abstract":"

    Delete style row mappings

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteStyleRow:":{"name":"-deleteStyleRow:","abstract":"

    Delete a style row and mappings

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteNotMappedStyleRow:":{"name":"-deleteNotMappedStyleRow:","abstract":"

    Delete a style row only if it has no mappings

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteStyleRowById:":{"name":"-deleteStyleRowById:","abstract":"

    Delete a style row by id and mappings

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteNotMappedStyleRowById:":{"name":"-deleteNotMappedStyleRowById:","abstract":"

    Delete a style row by id only if it has no mappings

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteStyleRowsWhere:andWhereArgs:":{"name":"-deleteStyleRowsWhere:andWhereArgs:","abstract":"

    Delete style rows matching the where clause and mappings to them

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteNotMappedStyleRowsWhere:andWhereArgs:":{"name":"-deleteNotMappedStyleRowsWhere:andWhereArgs:","abstract":"

    Delete style rows matching the where clause if they have no mappings

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteStyleRowsByFieldValues:":{"name":"-deleteStyleRowsByFieldValues:","abstract":"

    Delete style rows matching the field values and mappings to them

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteNotMappedStyleRowsByFieldValues:":{"name":"-deleteNotMappedStyleRowsByFieldValues:","abstract":"

    Delete style rows matching the field values if they have no mappings

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteStyleRows":{"name":"-deleteStyleRows","abstract":"

    Delete all style rows and mappings to them

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteNotMappedStyleRows":{"name":"-deleteNotMappedStyleRows","abstract":"

    Delete all style rows if they have no mappings

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)countMappingsToIconRow:":{"name":"-countMappingsToIconRow:","abstract":"

    Count the number of mappings to the icon row

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)countMappingsToIconRowId:":{"name":"-countMappingsToIconRowId:","abstract":"

    Count the number of mappings to the icon row id

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)hasMappingToIconRow:":{"name":"-hasMappingToIconRow:","abstract":"

    Determine if a mapping to the icon row exists

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)hasMappingToIconRowId:":{"name":"-hasMappingToIconRowId:","abstract":"

    Determine if a mapping to the icon row id exists

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteMappingsToIconRow:":{"name":"-deleteMappingsToIconRow:","abstract":"

    Delete icon row mappings

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteMappingsToIconRowId:":{"name":"-deleteMappingsToIconRowId:","abstract":"

    Delete icon row mappings

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteIconRow:":{"name":"-deleteIconRow:","abstract":"

    Delete an icon row and mappings

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteNotMappedIconRow:":{"name":"-deleteNotMappedIconRow:","abstract":"

    Delete a icon row only if it has no mappings

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteIconRowById:":{"name":"-deleteIconRowById:","abstract":"

    Delete an icon row by id and mappings

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteNotMappedIconRowById:":{"name":"-deleteNotMappedIconRowById:","abstract":"

    Delete a icon row by id only if it has no mappings

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteIconRowsWhere:andWhereArgs:":{"name":"-deleteIconRowsWhere:andWhereArgs:","abstract":"

    Delete icon rows matching the where clause and mappings to them

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteNotMappedIconRowsWhere:andWhereArgs:":{"name":"-deleteNotMappedIconRowsWhere:andWhereArgs:","abstract":"

    Delete icon rows matching the where clause if they have no mappings

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteIconRowsByFieldValues:":{"name":"-deleteIconRowsByFieldValues:","abstract":"

    Delete icon rows matching the field values and mappings to them

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteNotMappedIconRowsByFieldValues:":{"name":"-deleteNotMappedIconRowsByFieldValues:","abstract":"

    Delete icon rows matching the field values if they have no mappings

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteIconRows":{"name":"-deleteIconRows","abstract":"

    Delete all icon rows and mappings to them

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteNotMappedIconRows":{"name":"-deleteNotMappedIconRows","abstract":"

    Delete all icon rows if they have no mappings

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)allTableStyleIdsWithTable:":{"name":"-allTableStyleIdsWithTable:","abstract":"

    Get all the unique style row ids the table maps to

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)allTableStyleIdsWithTableName:":{"name":"-allTableStyleIdsWithTableName:","abstract":"

    Get all the unique style row ids the table maps to

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)allTableIconIdsWithTable:":{"name":"-allTableIconIdsWithTable:","abstract":"

    Get all the unique icon row ids the table maps to

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)allTableIconIdsWithTableName:":{"name":"-allTableIconIdsWithTableName:","abstract":"

    Get all the unique icon row ids the table maps to

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)allStyleIdsWithTable:":{"name":"-allStyleIdsWithTable:","abstract":"

    Get all the unique style row ids the features map to

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)allStyleIdsWithTableName:":{"name":"-allStyleIdsWithTableName:","abstract":"

    Get all the unique style row ids the features map to

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)allIconIdsWithTable:":{"name":"-allIconIdsWithTable:","abstract":"

    Get all the unique icon row ids the features map to

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)allIconIdsWithTableName:":{"name":"-allIconIdsWithTableName:","abstract":"

    Get all the unique icon row ids the features map to

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)calculatePixelBoundsWithTable:":{"name":"-calculatePixelBoundsWithTable:","abstract":"

    Calculate style pixel bounds

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)calculatePixelBoundsWithTable:andScale:":{"name":"-calculatePixelBoundsWithTable:andScale:","abstract":"

    Calculate style pixel bounds for the feature table

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(cm)calculatePixelBoundsWithStyleRow:":{"name":"+calculatePixelBoundsWithStyleRow:","abstract":"

    Calculate style pixel bounds for the style row

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(cm)calculatePixelBoundsWithStyleRow:andScale:":{"name":"+calculatePixelBoundsWithStyleRow:andScale:","abstract":"

    Calculate style pixel bounds for the style row

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(cm)expandPixelBounds:withStyleRow:":{"name":"+expandPixelBounds:withStyleRow:","abstract":"

    Calculate style pixel bounds for the style row

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(cm)expandPixelBounds:withStyleRow:andScale:":{"name":"+expandPixelBounds:withStyleRow:andScale:","abstract":"

    Calculate style pixel bounds for the style row

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(cm)calculatePixelBoundsWithIconRow:":{"name":"+calculatePixelBoundsWithIconRow:","abstract":"

    Calculate style pixel bounds for the icon row

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(cm)calculatePixelBoundsWithIconRow:andScale:":{"name":"+calculatePixelBoundsWithIconRow:andScale:","abstract":"

    Calculate style pixel bounds for the icon row

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(cm)expandPixelBounds:withIconRow:":{"name":"+expandPixelBounds:withIconRow:","abstract":"

    Calculate style pixel bounds for the icon row

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(cm)expandPixelBounds:withIconRow:andScale:":{"name":"+expandPixelBounds:withIconRow:andScale:","abstract":"

    Calculate style pixel bounds for the icon row

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyle.html#/c:objc(cs)GPKGFeatureStyle(py)style":{"name":"style","abstract":"

    Style

    ","parent_name":"GPKGFeatureStyle"},"Classes/GPKGFeatureStyle.html#/c:objc(cs)GPKGFeatureStyle(py)icon":{"name":"icon","abstract":"

    Icon

    ","parent_name":"GPKGFeatureStyle"},"Classes/GPKGFeatureStyle.html#/c:objc(cs)GPKGFeatureStyle(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureStyle"},"Classes/GPKGFeatureStyle.html#/c:objc(cs)GPKGFeatureStyle(im)initWithStyle:":{"name":"-initWithStyle:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureStyle"},"Classes/GPKGFeatureStyle.html#/c:objc(cs)GPKGFeatureStyle(im)initWithIcon:":{"name":"-initWithIcon:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureStyle"},"Classes/GPKGFeatureStyle.html#/c:objc(cs)GPKGFeatureStyle(im)initWithStyle:andIcon:":{"name":"-initWithStyle:andIcon:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureStyle"},"Classes/GPKGFeatureStyle.html#/c:objc(cs)GPKGFeatureStyle(im)hasStyle":{"name":"-hasStyle","abstract":"

    Check if the feature style has a style row

    ","parent_name":"GPKGFeatureStyle"},"Classes/GPKGFeatureStyle.html#/c:objc(cs)GPKGFeatureStyle(im)hasIcon":{"name":"-hasIcon","abstract":"

    Check if the feature style has an icon row

    ","parent_name":"GPKGFeatureStyle"},"Classes/GPKGFeatureStyle.html#/c:objc(cs)GPKGFeatureStyle(im)useIcon":{"name":"-useIcon","abstract":"

    Determine if an icon exists and should be used. Returns false when an","parent_name":"GPKGFeatureStyle"},"Classes/GPKGTileTableScaling.html#/c:objc(cs)GPKGTileTableScaling(im)initWithGeoPackage:andTileMatrixSet:":{"name":"-initWithGeoPackage:andTileMatrixSet:","abstract":"

    Initialize

    ","parent_name":"GPKGTileTableScaling"},"Classes/GPKGTileTableScaling.html#/c:objc(cs)GPKGTileTableScaling(im)initWithGeoPackage:andTileMatrix:":{"name":"-initWithGeoPackage:andTileMatrix:","abstract":"

    Initialize

    ","parent_name":"GPKGTileTableScaling"},"Classes/GPKGTileTableScaling.html#/c:objc(cs)GPKGTileTableScaling(im)initWithGeoPackage:andTileDao:":{"name":"-initWithGeoPackage:andTileDao:","abstract":"

    Initialize

    ","parent_name":"GPKGTileTableScaling"},"Classes/GPKGTileTableScaling.html#/c:objc(cs)GPKGTileTableScaling(im)initWithGeoPackage:andTableName:":{"name":"-initWithGeoPackage:andTableName:","abstract":"

    Initialize

    ","parent_name":"GPKGTileTableScaling"},"Classes/GPKGTileTableScaling.html#/c:objc(cs)GPKGTileTableScaling(im)tableName":{"name":"-tableName","abstract":"

    Get the table name

    ","parent_name":"GPKGTileTableScaling"},"Classes/GPKGTileTableScaling.html#/c:objc(cs)GPKGTileTableScaling(im)dao":{"name":"-dao","abstract":"

    Get the Tile Scaling DAO

    ","parent_name":"GPKGTileTableScaling"},"Classes/GPKGTileTableScaling.html#/c:objc(cs)GPKGTileTableScaling(im)extensionName":{"name":"-extensionName","abstract":"

    Get the extension name

    ","parent_name":"GPKGTileTableScaling"},"Classes/GPKGTileTableScaling.html#/c:objc(cs)GPKGTileTableScaling(im)extensionDefinition":{"name":"-extensionDefinition","abstract":"

    Get the extension definition

    ","parent_name":"GPKGTileTableScaling"},"Classes/GPKGTileTableScaling.html#/c:objc(cs)GPKGTileTableScaling(im)has":{"name":"-has","abstract":"

    Determine if the GeoPackage has the extension

    ","parent_name":"GPKGTileTableScaling"},"Classes/GPKGTileTableScaling.html#/c:objc(cs)GPKGTileTableScaling(im)tileScaling":{"name":"-tileScaling","abstract":"

    Get the tile scaling

    ","parent_name":"GPKGTileTableScaling"},"Classes/GPKGTileTableScaling.html#/c:objc(cs)GPKGTileTableScaling(im)create:":{"name":"-create:","abstract":"

    Create the tile scaling (same as calling","parent_name":"GPKGTileTableScaling"},"Classes/GPKGTileTableScaling.html#/c:objc(cs)GPKGTileTableScaling(im)update:":{"name":"-update:","abstract":"

    Update the tile scaling (same as calling","parent_name":"GPKGTileTableScaling"},"Classes/GPKGTileTableScaling.html#/c:objc(cs)GPKGTileTableScaling(im)createOrUpdate:":{"name":"-createOrUpdate:","abstract":"

    Create or update the tile scaling

    ","parent_name":"GPKGTileTableScaling"},"Classes/GPKGTileTableScaling.html#/c:objc(cs)GPKGTileTableScaling(im)delete":{"name":"-delete","abstract":"

    Delete the tile table scaling for the tile table

    ","parent_name":"GPKGTileTableScaling"},"Classes/GPKGTileTableScaling.html#/c:objc(cs)GPKGTileTableScaling(im)extension":{"name":"-extension","abstract":"

    Get the extension

    ","parent_name":"GPKGTileTableScaling"},"Classes/GPKGTileTableScaling.html#/c:objc(cs)GPKGTileTableScaling(im)tileScalingDao":{"name":"-tileScalingDao","abstract":"

    Get a Tile Scaling DAO

    ","parent_name":"GPKGTileTableScaling"},"Classes/GPKGTileTableScaling.html#/c:objc(cs)GPKGTileTableScaling(cm)tileScalingDaoWithGeoPackage:":{"name":"+tileScalingDaoWithGeoPackage:","abstract":"

    Get a Tile Scaling DAO

    ","parent_name":"GPKGTileTableScaling"},"Classes/GPKGTileTableScaling.html#/c:objc(cs)GPKGTileTableScaling(cm)tileScalingDaoWithDatabase:":{"name":"+tileScalingDaoWithDatabase:","abstract":"

    Get a Tile Scaling DAO

    ","parent_name":"GPKGTileTableScaling"},"Classes/GPKGTileTableScaling.html#/c:objc(cs)GPKGTileTableScaling(im)createTileScalingTable":{"name":"-createTileScalingTable","abstract":"

    Create the Tile Scaling Table if it does not exist

    ","parent_name":"GPKGTileTableScaling"},"Classes/GPKGTileScalingTypes.html#/c:objc(cs)GPKGTileScalingTypes(cm)name:":{"name":"+name:","abstract":"

    Get the name of the tile scaling type

    ","parent_name":"GPKGTileScalingTypes"},"Classes/GPKGTileScalingTypes.html#/c:objc(cs)GPKGTileScalingTypes(cm)fromName:":{"name":"+fromName:","abstract":"

    Get the tile scaling type from the name

    ","parent_name":"GPKGTileScalingTypes"},"Classes/GPKGTileScalingTableCreator.html#/c:objc(cs)GPKGTileScalingTableCreator(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGTileScalingTableCreator"},"Classes/GPKGTileScalingTableCreator.html#/c:objc(cs)GPKGTileScalingTableCreator(im)createTileScaling":{"name":"-createTileScaling","abstract":"

    Create Tile Scaling table

    ","parent_name":"GPKGTileScalingTableCreator"},"Classes/GPKGTileScalingDao.html#/c:objc(cs)GPKGTileScalingDao(cm)createWithDatabase:":{"name":"+createWithDatabase:","abstract":"

    Create the DAO

    ","parent_name":"GPKGTileScalingDao"},"Classes/GPKGTileScalingDao.html#/c:objc(cs)GPKGTileScalingDao(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGTileScalingDao"},"Classes/GPKGTileScaling.html#/c:objc(cs)GPKGTileScaling(py)tableName":{"name":"tableName","abstract":"

    Foreign key to table_name in gpkg_tile_matrix_set

    ","parent_name":"GPKGTileScaling"},"Classes/GPKGTileScaling.html#/c:objc(cs)GPKGTileScaling(py)scalingType":{"name":"scalingType","abstract":"

    Tile Scaling behavior type

    ","parent_name":"GPKGTileScaling"},"Classes/GPKGTileScaling.html#/c:objc(cs)GPKGTileScaling(py)zoomIn":{"name":"zoomIn","abstract":"

    Max zoom levels in to search

    ","parent_name":"GPKGTileScaling"},"Classes/GPKGTileScaling.html#/c:objc(cs)GPKGTileScaling(py)zoomOut":{"name":"zoomOut","abstract":"

    Max zoom levels out to search

    ","parent_name":"GPKGTileScaling"},"Classes/GPKGTileScaling.html#/c:objc(cs)GPKGTileScaling(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGTileScaling"},"Classes/GPKGTileScaling.html#/c:objc(cs)GPKGTileScaling(im)initWithTileMatrixSet:andScalingType:andZoomIn:andZoomOut:":{"name":"-initWithTileMatrixSet:andScalingType:andZoomIn:andZoomOut:","abstract":"

    Initialize

    ","parent_name":"GPKGTileScaling"},"Classes/GPKGTileScaling.html#/c:objc(cs)GPKGTileScaling(im)initWithTableName:andScalingType:andZoomIn:andZoomOut:":{"name":"-initWithTableName:andScalingType:andZoomIn:andZoomOut:","abstract":"

    Initialize

    ","parent_name":"GPKGTileScaling"},"Classes/GPKGTileScaling.html#/c:objc(cs)GPKGTileScaling(im)initWithScalingType:andZoomIn:andZoomOut:":{"name":"-initWithScalingType:andZoomIn:andZoomOut:","abstract":"

    Initialize

    ","parent_name":"GPKGTileScaling"},"Classes/GPKGTileScaling.html#/c:objc(cs)GPKGTileScaling(im)setTileMatrixSet:":{"name":"-setTileMatrixSet:","abstract":"

    Set the tile matrix set

    ","parent_name":"GPKGTileScaling"},"Classes/GPKGTileScaling.html#/c:objc(cs)GPKGTileScaling(im)tileScalingType":{"name":"-tileScalingType","abstract":"

    Get the tile scaling type

    ","parent_name":"GPKGTileScaling"},"Classes/GPKGTileScaling.html#/c:objc(cs)GPKGTileScaling(im)setTileScalingType:":{"name":"-setTileScalingType:","abstract":"

    Set the tile scaling type

    ","parent_name":"GPKGTileScaling"},"Classes/GPKGTileScaling.html#/c:objc(cs)GPKGTileScaling(im)isZoomIn":{"name":"-isZoomIn","abstract":"

    Is zoom in tile search enabled

    ","parent_name":"GPKGTileScaling"},"Classes/GPKGTileScaling.html#/c:objc(cs)GPKGTileScaling(im)isZoomOut":{"name":"-isZoomOut","abstract":"

    Is zoom out tile search enabled

    ","parent_name":"GPKGTileScaling"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)initWithGeoPackage:":{"name":"-initWithGeoPackage:","abstract":"

    Initialize

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)initWithGeoPackages:":{"name":"-initWithGeoPackages:","abstract":"

    Initialize

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)initWithCache:":{"name":"-initWithCache:","abstract":"

    Initialize

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)propertiesExtensionWithGeoPackage:":{"name":"-propertiesExtensionWithGeoPackage:","abstract":"

    Create a properties extension from the GeoPackage

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)geoPackageNames":{"name":"-geoPackageNames","abstract":"

    Get the GeoPackage names

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)numGeoPackages":{"name":"-numGeoPackages","abstract":"

    Get the number of GeoPackages

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)geoPackages":{"name":"-geoPackages","abstract":"

    Get the GeoPackages

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)hasGeoPackageWithName:":{"name":"-hasGeoPackageWithName:","abstract":"

    Checks if the GeoPackage name exists

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)geoPackageWithName:":{"name":"-geoPackageWithName:","abstract":"

    Get the GeoPackage for the GeoPackage name

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)addGeoPackages:":{"name":"-addGeoPackages:","abstract":"

    Add a collection of GeoPackages

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)addGeoPackage:":{"name":"-addGeoPackage:","abstract":"

    Add GeoPackage

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)closeGeoPackages":{"name":"-closeGeoPackages","abstract":"

    Close all GeoPackages in the manager

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)removeGeoPackageWithName:":{"name":"-removeGeoPackageWithName:","abstract":"

    Remove the GeoPackage with the name but does not close it

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)clearGeoPackages":{"name":"-clearGeoPackages","abstract":"

    Clears all cached GeoPackages but does not close them

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)removeAndCloseGeoPackageWithName:":{"name":"-removeAndCloseGeoPackageWithName:","abstract":"

    Remove and close the GeoPackage with name, same as","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)closeGeoPackageWithName:":{"name":"-closeGeoPackageWithName:","abstract":"

    Close the GeoPackage with name

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)closeRetainGeoPackages:":{"name":"-closeRetainGeoPackages:","abstract":"

    Close GeoPackages not specified in the retain GeoPackage names

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)closeGeoPackages:":{"name":"-closeGeoPackages:","abstract":"

    Close GeoPackages with names

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)numProperties":{"name":"-numProperties","abstract":"

    Get the number of unique properties

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)properties":{"name":"-properties","abstract":"

    Get the unique properties

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)hasProperty:":{"name":"-hasProperty:","abstract":"

    Get the GeoPackages with the property name

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)missingProperty:":{"name":"-missingProperty:","abstract":"

    Get the GeoPackages missing the property name

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)numValuesOfProperty:":{"name":"-numValuesOfProperty:","abstract":"

    Get the number of unique values for the property

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)hasValuesWithProperty:":{"name":"-hasValuesWithProperty:","abstract":"

    Check if the property has any values

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)valuesOfProperty:":{"name":"-valuesOfProperty:","abstract":"

    Get the unique values for the property

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)hasValue:withProperty:":{"name":"-hasValue:withProperty:","abstract":"

    Get the GeoPackages with the property name and value

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)missingValue:withProperty:":{"name":"-missingValue:withProperty:","abstract":"

    Get the GeoPackages missing the property name and value

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)addValue:withProperty:":{"name":"-addValue:withProperty:","abstract":"

    Add a property value to all GeoPackages

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)addValue:withProperty:inGeoPackage:":{"name":"-addValue:withProperty:inGeoPackage:","abstract":"

    Add a property value to a specified GeoPackage

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)deleteProperty:":{"name":"-deleteProperty:","abstract":"

    Delete the property and values from all GeoPackages

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)deleteProperty:inGeoPackage:":{"name":"-deleteProperty:inGeoPackage:","abstract":"

    Delete the property and values from a specified GeoPackage

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)deleteValue:withProperty:":{"name":"-deleteValue:withProperty:","abstract":"

    Delete the property value from all GeoPackages

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)deleteValue:withProperty:inGeoPackage:":{"name":"-deleteValue:withProperty:inGeoPackage:","abstract":"

    Delete the property value from a specified GeoPackage

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)deleteAll":{"name":"-deleteAll","abstract":"

    Delete all properties and values from all GeoPackages

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)deleteAllInGeoPackage:":{"name":"-deleteAllInGeoPackage:","abstract":"

    Delete all properties and values from a specified GeoPackage

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)removeExtension":{"name":"-removeExtension","abstract":"

    Remove the extension from all GeoPackages

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)removeExtensionInGeoPackage:":{"name":"-removeExtensionInGeoPackage:","abstract":"

    Remove the extension from a specified GeoPackage

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesExtension.html#/c:objc(cs)GPKGPropertiesExtension(im)initWithGeoPackage:":{"name":"-initWithGeoPackage:","abstract":"

    Initialize

    ","parent_name":"GPKGPropertiesExtension"},"Classes/GPKGPropertiesExtension.html#/c:objc(cs)GPKGPropertiesExtension(im)extensionCreate":{"name":"-extensionCreate","abstract":"

    Get or create the extension

    ","parent_name":"GPKGPropertiesExtension"},"Classes/GPKGPropertiesExtension.html#/c:objc(cs)GPKGPropertiesExtension(im)has":{"name":"-has","abstract":"

    Determine if the GeoPackage has the extension

    ","parent_name":"GPKGPropertiesExtension"},"Classes/GPKGPropertiesExtension.html#/c:objc(cs)GPKGPropertiesExtension(im)extensionName":{"name":"-extensionName","abstract":"

    Get the extension name

    ","parent_name":"GPKGPropertiesExtension"},"Classes/GPKGPropertiesExtension.html#/c:objc(cs)GPKGPropertiesExtension(im)extensionDefinition":{"name":"-extensionDefinition","abstract":"

    Get the extension definition

    ","parent_name":"GPKGPropertiesExtension"},"Classes/GPKGPropertiesExtension.html#/c:objc(cs)GPKGPropertiesExtension(im)numProperties":{"name":"-numProperties","abstract":"

    Get the number of properties

    ","parent_name":"GPKGPropertiesExtension"},"Classes/GPKGPropertiesExtension.html#/c:objc(cs)GPKGPropertiesExtension(im)properties":{"name":"-properties","abstract":"

    Get the properties

    ","parent_name":"GPKGPropertiesExtension"},"Classes/GPKGPropertiesExtension.html#/c:objc(cs)GPKGPropertiesExtension(im)hasProperty:":{"name":"-hasProperty:","abstract":"

    Check if the property exists, same call as {@link #hasValues(String)}

    ","parent_name":"GPKGPropertiesExtension"},"Classes/GPKGPropertiesExtension.html#/c:objc(cs)GPKGPropertiesExtension(im)numValues":{"name":"-numValues","abstract":"

    Get the number of total values combined for all properties

    ","parent_name":"GPKGPropertiesExtension"},"Classes/GPKGPropertiesExtension.html#/c:objc(cs)GPKGPropertiesExtension(im)numValuesOfProperty:":{"name":"-numValuesOfProperty:","abstract":"

    Get the number of values for the property

    ","parent_name":"GPKGPropertiesExtension"},"Classes/GPKGPropertiesExtension.html#/c:objc(cs)GPKGPropertiesExtension(im)hasSingleValueWithProperty:":{"name":"-hasSingleValueWithProperty:","abstract":"

    Check if the property has a single value

    ","parent_name":"GPKGPropertiesExtension"},"Classes/GPKGPropertiesExtension.html#/c:objc(cs)GPKGPropertiesExtension(im)hasValuesWithProperty:":{"name":"-hasValuesWithProperty:","abstract":"

    Check if the property has any values

    ","parent_name":"GPKGPropertiesExtension"},"Classes/GPKGPropertiesExtension.html#/c:objc(cs)GPKGPropertiesExtension(im)valueOfProperty:":{"name":"-valueOfProperty:","abstract":"

    Get the first value for the property

    ","parent_name":"GPKGPropertiesExtension"},"Classes/GPKGPropertiesExtension.html#/c:objc(cs)GPKGPropertiesExtension(im)valuesOfProperty:":{"name":"-valuesOfProperty:","abstract":"

    Get the values for the property

    ","parent_name":"GPKGPropertiesExtension"},"Classes/GPKGPropertiesExtension.html#/c:objc(cs)GPKGPropertiesExtension(im)hasValue:withProperty:":{"name":"-hasValue:withProperty:","abstract":"

    Check if the property has the value

    ","parent_name":"GPKGPropertiesExtension"},"Classes/GPKGPropertiesExtension.html#/c:objc(cs)GPKGPropertiesExtension(im)addValue:withProperty:":{"name":"-addValue:withProperty:","abstract":"

    Add a property value, creating the extension if needed

    ","parent_name":"GPKGPropertiesExtension"},"Classes/GPKGPropertiesExtension.html#/c:objc(cs)GPKGPropertiesExtension(im)deleteProperty:":{"name":"-deleteProperty:","abstract":"

    Delete the property and all the property values

    ","parent_name":"GPKGPropertiesExtension"},"Classes/GPKGPropertiesExtension.html#/c:objc(cs)GPKGPropertiesExtension(im)deleteValue:withProperty:":{"name":"-deleteValue:withProperty:","abstract":"

    Delete the property value

    ","parent_name":"GPKGPropertiesExtension"},"Classes/GPKGPropertiesExtension.html#/c:objc(cs)GPKGPropertiesExtension(im)deleteAll":{"name":"-deleteAll","abstract":"

    Delete all properties and values

    ","parent_name":"GPKGPropertiesExtension"},"Classes/GPKGPropertiesExtension.html#/c:objc(cs)GPKGPropertiesExtension(im)removeExtension":{"name":"-removeExtension","abstract":"

    Remove the extension

    ","parent_name":"GPKGPropertiesExtension"},"Classes/GPKGFeatureTileTableLinker.html#/c:objc(cs)GPKGFeatureTileTableLinker(im)initWithGeoPackage:":{"name":"-initWithGeoPackage:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTileTableLinker"},"Classes/GPKGFeatureTileTableLinker.html#/c:objc(cs)GPKGFeatureTileTableLinker(im)dao":{"name":"-dao","abstract":"

    Get the Feature Tile Link DAO

    ","parent_name":"GPKGFeatureTileTableLinker"},"Classes/GPKGFeatureTileTableLinker.html#/c:objc(cs)GPKGFeatureTileTableLinker(im)extensionName":{"name":"-extensionName","abstract":"

    Get the extension name

    ","parent_name":"GPKGFeatureTileTableLinker"},"Classes/GPKGFeatureTileTableLinker.html#/c:objc(cs)GPKGFeatureTileTableLinker(im)extensionDefinition":{"name":"-extensionDefinition","abstract":"

    Get the extension definition

    ","parent_name":"GPKGFeatureTileTableLinker"},"Classes/GPKGFeatureTileTableLinker.html#/c:objc(cs)GPKGFeatureTileTableLinker(im)linkWithFeatureTable:andTileTable:":{"name":"-linkWithFeatureTable:andTileTable:","abstract":"

    Link a feature and tile table together. Does nothing if already linked.

    ","parent_name":"GPKGFeatureTileTableLinker"},"Classes/GPKGFeatureTileTableLinker.html#/c:objc(cs)GPKGFeatureTileTableLinker(im)isLinkedWithFeatureTable:andTileTable:":{"name":"-isLinkedWithFeatureTable:andTileTable:","abstract":"

    Determine if the feature table is linked to the tile table

    ","parent_name":"GPKGFeatureTileTableLinker"},"Classes/GPKGFeatureTileTableLinker.html#/c:objc(cs)GPKGFeatureTileTableLinker(im)linkFromFeatureTable:andTileTable:":{"name":"-linkFromFeatureTable:andTileTable:","abstract":"

    Get the feature and tile table link if it exists

    ","parent_name":"GPKGFeatureTileTableLinker"},"Classes/GPKGFeatureTileTableLinker.html#/c:objc(cs)GPKGFeatureTileTableLinker(im)queryForFeatureTable:":{"name":"-queryForFeatureTable:","abstract":"

    Query for feature tile links by feature table

    ","parent_name":"GPKGFeatureTileTableLinker"},"Classes/GPKGFeatureTileTableLinker.html#/c:objc(cs)GPKGFeatureTileTableLinker(im)queryForTileTable:":{"name":"-queryForTileTable:","abstract":"

    Query for feature tile links by tile table

    ","parent_name":"GPKGFeatureTileTableLinker"},"Classes/GPKGFeatureTileTableLinker.html#/c:objc(cs)GPKGFeatureTileTableLinker(im)deleteLinkWithFeatureTable:andTileTable:":{"name":"-deleteLinkWithFeatureTable:andTileTable:","abstract":"

    Delete the feature tile table link

    ","parent_name":"GPKGFeatureTileTableLinker"},"Classes/GPKGFeatureTileTableLinker.html#/c:objc(cs)GPKGFeatureTileTableLinker(im)deleteLinksWithTable:":{"name":"-deleteLinksWithTable:","abstract":"

    Delete the feature tile table links for the feature or tile table

    ","parent_name":"GPKGFeatureTileTableLinker"},"Classes/GPKGFeatureTileTableLinker.html#/c:objc(cs)GPKGFeatureTileTableLinker(im)has":{"name":"-has","abstract":"

    Check if has extension

    ","parent_name":"GPKGFeatureTileTableLinker"},"Classes/GPKGFeatureTileTableLinker.html#/c:objc(cs)GPKGFeatureTileTableLinker(im)extension":{"name":"-extension","abstract":"

    Get the extension

    ","parent_name":"GPKGFeatureTileTableLinker"},"Classes/GPKGFeatureTileTableLinker.html#/c:objc(cs)GPKGFeatureTileTableLinker(im)featureTileLinkDao":{"name":"-featureTileLinkDao","abstract":"

    Get a Feature Tile Link DAO

    ","parent_name":"GPKGFeatureTileTableLinker"},"Classes/GPKGFeatureTileTableLinker.html#/c:objc(cs)GPKGFeatureTileTableLinker(cm)featureTileLinkDaoWithGeoPackage:":{"name":"+featureTileLinkDaoWithGeoPackage:","abstract":"

    Get a Feature Tile Link DAO

    ","parent_name":"GPKGFeatureTileTableLinker"},"Classes/GPKGFeatureTileTableLinker.html#/c:objc(cs)GPKGFeatureTileTableLinker(cm)featureTileLinkDaoWithDatabase:":{"name":"+featureTileLinkDaoWithDatabase:","abstract":"

    Get a Feature Tile Link DAO

    ","parent_name":"GPKGFeatureTileTableLinker"},"Classes/GPKGFeatureTileTableLinker.html#/c:objc(cs)GPKGFeatureTileTableLinker(im)createFeatureTileLinkTable":{"name":"-createFeatureTileLinkTable","abstract":"

    Create the Feature Tile Link Table if it does not exist

    ","parent_name":"GPKGFeatureTileTableLinker"},"Classes/GPKGFeatureTileTableLinker.html#/c:objc(cs)GPKGFeatureTileTableLinker(im)linkFromResultSet:":{"name":"-linkFromResultSet:","abstract":"

    Pull the the current result set feature tile link out

    ","parent_name":"GPKGFeatureTileTableLinker"},"Classes/GPKGFeatureTileTableLinker.html#/c:objc(cs)GPKGFeatureTileTableLinker(im)tileTablesForFeatureTable:":{"name":"-tileTablesForFeatureTable:","abstract":"

    Query for the tile table names linked to a feature table

    ","parent_name":"GPKGFeatureTileTableLinker"},"Classes/GPKGFeatureTileTableLinker.html#/c:objc(cs)GPKGFeatureTileTableLinker(im)featureTablesForTileTable:":{"name":"-featureTablesForTileTable:","abstract":"

    Query for the feature table names linked to a tile table

    ","parent_name":"GPKGFeatureTileTableLinker"},"Classes/GPKGFeatureTileTableLinker.html#/c:objc(cs)GPKGFeatureTileTableLinker(im)tileDaosForFeatureTable:":{"name":"-tileDaosForFeatureTable:","abstract":"

    Query for the tile tables linked to a feature table and return tile DAOs to those tables

    ","parent_name":"GPKGFeatureTileTableLinker"},"Classes/GPKGFeatureTileTableLinker.html#/c:objc(cs)GPKGFeatureTileTableLinker(im)featureDaosForTileTable:":{"name":"-featureDaosForTileTable:","abstract":"

    Query for the feature tables linked to a tile table and return feature DAOs to those tables

    ","parent_name":"GPKGFeatureTileTableLinker"},"Classes/GPKGFeatureTileLinkTableCreator.html#/c:objc(cs)GPKGFeatureTileLinkTableCreator(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTileLinkTableCreator"},"Classes/GPKGFeatureTileLinkTableCreator.html#/c:objc(cs)GPKGFeatureTileLinkTableCreator(im)createFeatureTileLink":{"name":"-createFeatureTileLink","abstract":"

    Create Feature Tile Link table

    ","parent_name":"GPKGFeatureTileLinkTableCreator"},"Classes/GPKGFeatureTileLinkDao.html#/c:objc(cs)GPKGFeatureTileLinkDao(cm)createWithDatabase:":{"name":"+createWithDatabase:","abstract":"

    Create the DAO

    ","parent_name":"GPKGFeatureTileLinkDao"},"Classes/GPKGFeatureTileLinkDao.html#/c:objc(cs)GPKGFeatureTileLinkDao(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTileLinkDao"},"Classes/GPKGFeatureTileLinkDao.html#/c:objc(cs)GPKGFeatureTileLinkDao(im)queryForFeatureTable:andTileTable:":{"name":"-queryForFeatureTable:andTileTable:","abstract":"

    Query by feature table name and tile table name for a link

    ","parent_name":"GPKGFeatureTileLinkDao"},"Classes/GPKGFeatureTileLinkDao.html#/c:objc(cs)GPKGFeatureTileLinkDao(im)queryForFeatureTableName:":{"name":"-queryForFeatureTableName:","abstract":"

    Query by feature table name

    ","parent_name":"GPKGFeatureTileLinkDao"},"Classes/GPKGFeatureTileLinkDao.html#/c:objc(cs)GPKGFeatureTileLinkDao(im)queryForTileTableName:":{"name":"-queryForTileTableName:","abstract":"

    Query by tile table name

    ","parent_name":"GPKGFeatureTileLinkDao"},"Classes/GPKGFeatureTileLinkDao.html#/c:objc(cs)GPKGFeatureTileLinkDao(im)deleteByFeatureTable:andTileTable:":{"name":"-deleteByFeatureTable:andTileTable:","abstract":"

    Delete by feature table and tile table names

    ","parent_name":"GPKGFeatureTileLinkDao"},"Classes/GPKGFeatureTileLinkDao.html#/c:objc(cs)GPKGFeatureTileLinkDao(im)deleteByTableName:":{"name":"-deleteByTableName:","abstract":"

    Delete by table name, either feature or tile table name

    ","parent_name":"GPKGFeatureTileLinkDao"},"Classes/GPKGFeatureTileLink.html#/c:objc(cs)GPKGFeatureTileLink(py)featureTableName":{"name":"featureTableName","abstract":"

    Name of the feature table

    ","parent_name":"GPKGFeatureTileLink"},"Classes/GPKGFeatureTileLink.html#/c:objc(cs)GPKGFeatureTileLink(py)tileTableName":{"name":"tileTableName","abstract":"

    Name of the tile table

    ","parent_name":"GPKGFeatureTileLink"},"Classes/GPKGTableIndexDao.html#/c:objc(cs)GPKGTableIndexDao(cm)createWithDatabase:":{"name":"+createWithDatabase:","abstract":"

    Create the DAO

    ","parent_name":"GPKGTableIndexDao"},"Classes/GPKGTableIndexDao.html#/c:objc(cs)GPKGTableIndexDao(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGTableIndexDao"},"Classes/GPKGTableIndexDao.html#/c:objc(cs)GPKGTableIndexDao(im)deleteCascade:":{"name":"-deleteCascade:","abstract":"

    Delete the Table Index, cascading

    ","parent_name":"GPKGTableIndexDao"},"Classes/GPKGTableIndexDao.html#/c:objc(cs)GPKGTableIndexDao(im)deleteCascadeWithCollection:":{"name":"-deleteCascadeWithCollection:","abstract":"

    Delete the collection of Table Indices, cascading

    ","parent_name":"GPKGTableIndexDao"},"Classes/GPKGTableIndexDao.html#/c:objc(cs)GPKGTableIndexDao(im)deleteCascadeWhere:andWhereArgs:":{"name":"-deleteCascadeWhere:andWhereArgs:","abstract":"

    Delete the Table Index where, cascading

    ","parent_name":"GPKGTableIndexDao"},"Classes/GPKGTableIndexDao.html#/c:objc(cs)GPKGTableIndexDao(im)deleteByIdCascade:":{"name":"-deleteByIdCascade:","abstract":"

    Delete the Table Index by id, cascading

    ","parent_name":"GPKGTableIndexDao"},"Classes/GPKGTableIndexDao.html#/c:objc(cs)GPKGTableIndexDao(im)deleteIdsCascade:":{"name":"-deleteIdsCascade:","abstract":"

    Delete the Table Indices by ids, cascading

    ","parent_name":"GPKGTableIndexDao"},"Classes/GPKGTableIndexDao.html#/c:objc(cs)GPKGTableIndexDao(im)deleteTable:":{"name":"-deleteTable:","abstract":"

    Delete the table

    ","parent_name":"GPKGTableIndexDao"},"Classes/GPKGTableIndexDao.html#/c:objc(cs)GPKGTableIndexDao(im)geometryIndices:":{"name":"-geometryIndices:","abstract":"

    Get the Geometry Index results

    ","parent_name":"GPKGTableIndexDao"},"Classes/GPKGTableIndexDao.html#/c:objc(cs)GPKGTableIndexDao(im)geometryIndexCount:":{"name":"-geometryIndexCount:","abstract":"

    Get the count of Geometry Index results

    ","parent_name":"GPKGTableIndexDao"},"Classes/GPKGTableIndexDao.html#/c:objc(cs)GPKGTableIndexDao(im)deleteAllCascade":{"name":"-deleteAllCascade","abstract":"

    Delete all table indices, cascading to geometry indices

    ","parent_name":"GPKGTableIndexDao"},"Classes/GPKGTableIndex.html#/c:objc(cs)GPKGTableIndex(py)tableName":{"name":"tableName","abstract":"

    Name of the table

    ","parent_name":"GPKGTableIndex"},"Classes/GPKGTableIndex.html#/c:objc(cs)GPKGTableIndex(py)lastIndexed":{"name":"lastIndexed","abstract":"

    Last indexed date

    ","parent_name":"GPKGTableIndex"},"Classes/GPKGGeometryIndexTableCreator.html#/c:objc(cs)GPKGGeometryIndexTableCreator(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGGeometryIndexTableCreator"},"Classes/GPKGGeometryIndexTableCreator.html#/c:objc(cs)GPKGGeometryIndexTableCreator(im)createTableIndex":{"name":"-createTableIndex","abstract":"

    Create Table Index table

    ","parent_name":"GPKGGeometryIndexTableCreator"},"Classes/GPKGGeometryIndexTableCreator.html#/c:objc(cs)GPKGGeometryIndexTableCreator(im)createGeometryIndex":{"name":"-createGeometryIndex","abstract":"

    Create Geometry Index table

    ","parent_name":"GPKGGeometryIndexTableCreator"},"Classes/GPKGGeometryIndexTableCreator.html#/c:objc(cs)GPKGGeometryIndexTableCreator(im)indexGeometryIndex":{"name":"-indexGeometryIndex","abstract":"

    Create Geometry Index table column indexes

    ","parent_name":"GPKGGeometryIndexTableCreator"},"Classes/GPKGGeometryIndexTableCreator.html#/c:objc(cs)GPKGGeometryIndexTableCreator(im)unindexGeometryIndex":{"name":"-unindexGeometryIndex","abstract":"

    Un-index (drop) Geometry Index table column indexes

    ","parent_name":"GPKGGeometryIndexTableCreator"},"Classes/GPKGGeometryIndexDao.html#/c:objc(cs)GPKGGeometryIndexDao(cm)createWithDatabase:":{"name":"+createWithDatabase:","abstract":"

    Create the DAO

    ","parent_name":"GPKGGeometryIndexDao"},"Classes/GPKGGeometryIndexDao.html#/c:objc(cs)GPKGGeometryIndexDao(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGGeometryIndexDao"},"Classes/GPKGGeometryIndexDao.html#/c:objc(cs)GPKGGeometryIndexDao(im)tableIndex:":{"name":"-tableIndex:","abstract":"

    Get the Table Index of the Geometry Index

    ","parent_name":"GPKGGeometryIndexDao"},"Classes/GPKGGeometryIndexDao.html#/c:objc(cs)GPKGGeometryIndexDao(im)queryForTableName:":{"name":"-queryForTableName:","abstract":"

    Query by table name

    ","parent_name":"GPKGGeometryIndexDao"},"Classes/GPKGGeometryIndexDao.html#/c:objc(cs)GPKGGeometryIndexDao(im)countByTableName:":{"name":"-countByTableName:","abstract":"

    Count by table name

    ","parent_name":"GPKGGeometryIndexDao"},"Classes/GPKGGeometryIndexDao.html#/c:objc(cs)GPKGGeometryIndexDao(im)populateWithTableIndex:andGeomId:andEnvelope:":{"name":"-populateWithTableIndex:andGeomId:andEnvelope:","abstract":"

    Populate a new geometry index from an envelope

    ","parent_name":"GPKGGeometryIndexDao"},"Classes/GPKGGeometryIndex.html#/c:objc(cs)GPKGGeometryIndex(py)tableName":{"name":"tableName","abstract":"

    Name of the table

    ","parent_name":"GPKGGeometryIndex"},"Classes/GPKGGeometryIndex.html#/c:objc(cs)GPKGGeometryIndex(py)geomId":{"name":"geomId","abstract":"

    Geometry Id column

    ","parent_name":"GPKGGeometryIndex"},"Classes/GPKGGeometryIndex.html#/c:objc(cs)GPKGGeometryIndex(py)minX":{"name":"minX","abstract":"

    Min X

    ","parent_name":"GPKGGeometryIndex"},"Classes/GPKGGeometryIndex.html#/c:objc(cs)GPKGGeometryIndex(py)maxX":{"name":"maxX","abstract":"

    Max X

    ","parent_name":"GPKGGeometryIndex"},"Classes/GPKGGeometryIndex.html#/c:objc(cs)GPKGGeometryIndex(py)minY":{"name":"minY","abstract":"

    Min Y

    ","parent_name":"GPKGGeometryIndex"},"Classes/GPKGGeometryIndex.html#/c:objc(cs)GPKGGeometryIndex(py)maxY":{"name":"maxY","abstract":"

    Max Y

    ","parent_name":"GPKGGeometryIndex"},"Classes/GPKGGeometryIndex.html#/c:objc(cs)GPKGGeometryIndex(py)minZ":{"name":"minZ","abstract":"

    Min Z

    ","parent_name":"GPKGGeometryIndex"},"Classes/GPKGGeometryIndex.html#/c:objc(cs)GPKGGeometryIndex(py)maxZ":{"name":"maxZ","abstract":"

    Max Z

    ","parent_name":"GPKGGeometryIndex"},"Classes/GPKGGeometryIndex.html#/c:objc(cs)GPKGGeometryIndex(py)minM":{"name":"minM","abstract":"

    Min M

    ","parent_name":"GPKGGeometryIndex"},"Classes/GPKGGeometryIndex.html#/c:objc(cs)GPKGGeometryIndex(py)maxM":{"name":"maxM","abstract":"

    Max M

    ","parent_name":"GPKGGeometryIndex"},"Classes/GPKGGeometryIndex.html#/c:objc(cs)GPKGGeometryIndex(im)setTableIndex:":{"name":"-setTableIndex:","abstract":"

    Set the Table Index

    ","parent_name":"GPKGGeometryIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(py)progress":{"name":"progress","abstract":"

    Progress

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(py)chunkLimit":{"name":"chunkLimit","abstract":"

    Query single chunk limit

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(py)tolerance":{"name":"tolerance","abstract":"

    Query range tolerance

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)initWithGeoPackage:andFeatureDao:":{"name":"-initWithGeoPackage:andFeatureDao:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)featureDao":{"name":"-featureDao","abstract":"

    Get the Feature DAO

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)extensionName":{"name":"-extensionName","abstract":"

    Get the extension name

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)extensionDefinition":{"name":"-extensionDefinition","abstract":"

    Get the extension definition

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)projection":{"name":"-projection","abstract":"

    Get the feature projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)tableName":{"name":"-tableName","abstract":"

    Get the table name

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)columnName":{"name":"-columnName","abstract":"

    Get the column name

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)pkColumnName":{"name":"-pkColumnName","abstract":"

    Get the primary key column name

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)close":{"name":"-close","abstract":"

    Close the table index

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)index":{"name":"-index","abstract":"

    Index the feature table if needed

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)indexWithForce:":{"name":"-indexWithForce:","abstract":"

    Index the feature table

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)indexFeatureRow:":{"name":"-indexFeatureRow:","abstract":"

    Index the feature row. This method assumes that indexing has been","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)deleteIndex":{"name":"-deleteIndex","abstract":"

    Delete the feature table index

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)deleteIndexWithGeomId:":{"name":"-deleteIndexWithGeomId:","abstract":"

    Delete the index for the geometry id

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)deleteIndexWithFeatureRow:":{"name":"-deleteIndexWithFeatureRow:","abstract":"

    Delete the index for the feature row

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)isIndexed":{"name":"-isIndexed","abstract":"

    Determine if the feature table is indexed

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)tableIndex":{"name":"-tableIndex","abstract":"

    Get the table index

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)lastIndexed":{"name":"-lastIndexed","abstract":"

    Get the date last indexed

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)extension":{"name":"-extension","abstract":"

    Get the extension

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)tableIndexDao":{"name":"-tableIndexDao","abstract":"

    Get a Table Index DAO

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(cm)tableIndexDaoWithGeoPackage:":{"name":"+tableIndexDaoWithGeoPackage:","abstract":"

    Get a Table Index DAO

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(cm)tableIndexDaoWithDatabase:":{"name":"+tableIndexDaoWithDatabase:","abstract":"

    Get a Table Index DAO

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)createTableIndexTable":{"name":"-createTableIndexTable","abstract":"

    Create the Table Index Table if it does not exist

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)geometryIndexDao":{"name":"-geometryIndexDao","abstract":"

    Get a Geometry Index DAO

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(cm)geometryIndexDaoWithGeoPackage:":{"name":"+geometryIndexDaoWithGeoPackage:","abstract":"

    Get a Geometry Index DAO

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(cm)geometryIndexDaoWithDatabase:":{"name":"+geometryIndexDaoWithDatabase:","abstract":"

    Get a Geometry Index DAO

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)createGeometryIndexTable":{"name":"-createGeometryIndexTable","abstract":"

    Create Geometry Index Table if it does not exist and index it

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)indexGeometryIndexTable":{"name":"-indexGeometryIndexTable","abstract":"

    Index the Geometry Index Table if needed

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)unindexGeometryIndexTable":{"name":"-unindexGeometryIndexTable","abstract":"

    Un-index the Geometry Index Table if needed

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)query":{"name":"-query","abstract":"

    Query for all Geometry Index objects

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryIdsSQL":{"name":"-queryIdsSQL","abstract":"

    Query SQL for all row ids

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)count":{"name":"-count","abstract":"

    Query for all Geometry Index count

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)boundingBox":{"name":"-boundingBox","abstract":"

    Query for the bounds of the feature table index

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)boundingBoxInProjection:":{"name":"-boundingBoxInProjection:","abstract":"

    Query for the feature index bounds and return in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryWithBoundingBox:":{"name":"-queryWithBoundingBox:","abstract":"

    Query for Geometry Index objects within the bounding box, projected","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryWithBoundingBox:inProjection:":{"name":"-queryWithBoundingBox:inProjection:","abstract":"

    Query for Geometry Index objects within the bounding box, projected","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countWithBoundingBox:":{"name":"-countWithBoundingBox:","abstract":"

    Query for Geometry Index count within the bounding box, projected","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countWithBoundingBox:inProjection:":{"name":"-countWithBoundingBox:inProjection:","abstract":"

    Query for Geometry Index count within the bounding box, projected","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryWithEnvelope:":{"name":"-queryWithEnvelope:","abstract":"

    Query for Geometry Index objects within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)whereWithEnvelope:":{"name":"-whereWithEnvelope:","abstract":"

    Build where clause for the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)whereArgsWithEnvelope:":{"name":"-whereArgsWithEnvelope:","abstract":"

    Build where clause arguments for the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryIdsSQLWithEnvelope:":{"name":"-queryIdsSQLWithEnvelope:","abstract":"

    Query SQL for all row ids

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countWithEnvelope:":{"name":"-countWithEnvelope:","abstract":"

    Query for Geometry Index count within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)geometryIndexWithResultSet:":{"name":"-geometryIndexWithResultSet:","abstract":"

    Get the Geometry Index for the current place in the results

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)featureRowWithResultSet:":{"name":"-featureRowWithResultSet:","abstract":"

    Get the feature row for the current place in the results

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)featureRowWithGeometryIndex:":{"name":"-featureRowWithGeometryIndex:","abstract":"

    Get the feature row for the Geometry Index

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryIdsSQLWhere:":{"name":"-queryIdsSQLWhere:","abstract":"

    Build SQL for selecting ids from the query builder

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeatures":{"name":"-queryFeatures","abstract":"

    Query for all Features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:":{"name":"-queryFeaturesWithDistinct:","abstract":"

    Query for all Features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithColumns:":{"name":"-queryFeaturesWithColumns:","abstract":"

    Query for all Features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andColumns:":{"name":"-queryFeaturesWithDistinct:andColumns:","abstract":"

    Query for all Features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeatures":{"name":"-countFeatures","abstract":"

    Count features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithColumn:":{"name":"-countFeaturesWithColumn:","abstract":"

    Count features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithDistinct:andColumn:":{"name":"-countFeaturesWithDistinct:andColumn:","abstract":"

    Count features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithFieldValues:":{"name":"-queryFeaturesWithFieldValues:","abstract":"

    Query for features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andFieldValues:","abstract":"

    Query for features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithColumns:andFieldValues:":{"name":"-queryFeaturesWithColumns:andFieldValues:","abstract":"

    Query for features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andColumns:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andColumns:andFieldValues:","abstract":"

    Query for features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithFieldValues:":{"name":"-countFeaturesWithFieldValues:","abstract":"

    Count features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithColumn:andFieldValues:":{"name":"-countFeaturesWithColumn:andFieldValues:","abstract":"

    Count features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithDistinct:andColumn:andFieldValues:":{"name":"-countFeaturesWithDistinct:andColumn:andFieldValues:","abstract":"

    Count features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWhere:":{"name":"-queryFeaturesWhere:","abstract":"

    Query for features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andWhere:":{"name":"-queryFeaturesWithDistinct:andWhere:","abstract":"

    Query for features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithColumns:andWhere:":{"name":"-queryFeaturesWithColumns:andWhere:","abstract":"

    Query for features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andColumns:andWhere:":{"name":"-queryFeaturesWithDistinct:andColumns:andWhere:","abstract":"

    Query for features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWhere:":{"name":"-countFeaturesWhere:","abstract":"

    Count features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithColumn:andWhere:":{"name":"-countFeaturesWithColumn:andWhere:","abstract":"

    Count features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithDistinct:andColumn:andWhere:":{"name":"-countFeaturesWithDistinct:andColumn:andWhere:","abstract":"

    Count features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWhere:andWhereArgs:":{"name":"-queryFeaturesWhere:andWhereArgs:","abstract":"

    Query for features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andWhere:andWhereArgs:","abstract":"

    Query for features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithColumns:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithColumns:andWhere:andWhereArgs:","abstract":"

    Query for features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andColumns:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andColumns:andWhere:andWhereArgs:","abstract":"

    Query for features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWhere:andWhereArgs:":{"name":"-countFeaturesWhere:andWhereArgs:","abstract":"

    Count features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithColumn:andWhere:andWhereArgs:":{"name":"-countFeaturesWithColumn:andWhere:andWhereArgs:","abstract":"

    Count features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithDistinct:andColumn:andWhere:andWhereArgs:":{"name":"-countFeaturesWithDistinct:andColumn:andWhere:andWhereArgs:","abstract":"

    Count features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithBoundingBox:":{"name":"-queryFeaturesWithBoundingBox:","abstract":"

    Query for Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andBoundingBox:":{"name":"-queryFeaturesWithDistinct:andBoundingBox:","abstract":"

    Query for Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithColumns:andBoundingBox:":{"name":"-queryFeaturesWithColumns:andBoundingBox:","abstract":"

    Query for Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andColumns:andBoundingBox:":{"name":"-queryFeaturesWithDistinct:andColumns:andBoundingBox:","abstract":"

    Query for Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithBoundingBox:":{"name":"-countFeaturesWithBoundingBox:","abstract":"

    Count the Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithColumn:andBoundingBox:":{"name":"-countFeaturesWithColumn:andBoundingBox:","abstract":"

    Count the Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithDistinct:andColumn:andBoundingBox:":{"name":"-countFeaturesWithDistinct:andColumn:andBoundingBox:","abstract":"

    Count the Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithBoundingBox:andFieldValues:":{"name":"-queryFeaturesWithBoundingBox:andFieldValues:","abstract":"

    Query for Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andBoundingBox:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andBoundingBox:andFieldValues:","abstract":"

    Query for Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithColumns:andBoundingBox:andFieldValues:":{"name":"-queryFeaturesWithColumns:andBoundingBox:andFieldValues:","abstract":"

    Query for Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andColumns:andBoundingBox:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andColumns:andBoundingBox:andFieldValues:","abstract":"

    Query for Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithBoundingBox:andFieldValues:":{"name":"-countFeaturesWithBoundingBox:andFieldValues:","abstract":"

    Count the Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithColumn:andBoundingBox:andFieldValues:":{"name":"-countFeaturesWithColumn:andBoundingBox:andFieldValues:","abstract":"

    Count the Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithDistinct:andColumn:andBoundingBox:andFieldValues:":{"name":"-countFeaturesWithDistinct:andColumn:andBoundingBox:andFieldValues:","abstract":"

    Count the Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithBoundingBox:andWhere:":{"name":"-queryFeaturesWithBoundingBox:andWhere:","abstract":"

    Query for Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andBoundingBox:andWhere:":{"name":"-queryFeaturesWithDistinct:andBoundingBox:andWhere:","abstract":"

    Query for Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithColumns:andBoundingBox:andWhere:":{"name":"-queryFeaturesWithColumns:andBoundingBox:andWhere:","abstract":"

    Query for Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andColumns:andBoundingBox:andWhere:":{"name":"-queryFeaturesWithDistinct:andColumns:andBoundingBox:andWhere:","abstract":"

    Query for Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithBoundingBox:andWhere:":{"name":"-countFeaturesWithBoundingBox:andWhere:","abstract":"

    Count the Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithColumn:andBoundingBox:andWhere:":{"name":"-countFeaturesWithColumn:andBoundingBox:andWhere:","abstract":"

    Count the Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithDistinct:andColumn:andBoundingBox:andWhere:":{"name":"-countFeaturesWithDistinct:andColumn:andBoundingBox:andWhere:","abstract":"

    Count the Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithBoundingBox:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithBoundingBox:andWhere:andWhereArgs:","abstract":"

    Query for Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andBoundingBox:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andBoundingBox:andWhere:andWhereArgs:","abstract":"

    Query for Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithColumns:andBoundingBox:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithColumns:andBoundingBox:andWhere:andWhereArgs:","abstract":"

    Query for Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:","abstract":"

    Query for Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithBoundingBox:andWhere:andWhereArgs:":{"name":"-countFeaturesWithBoundingBox:andWhere:andWhereArgs:","abstract":"

    Count the Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithColumn:andBoundingBox:andWhere:andWhereArgs:":{"name":"-countFeaturesWithColumn:andBoundingBox:andWhere:andWhereArgs:","abstract":"

    Count the Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithDistinct:andColumn:andBoundingBox:andWhere:andWhereArgs:":{"name":"-countFeaturesWithDistinct:andColumn:andBoundingBox:andWhere:andWhereArgs:","abstract":"

    Count the Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithBoundingBox:inProjection:":{"name":"-queryFeaturesWithBoundingBox:inProjection:","abstract":"

    Query for Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andBoundingBox:inProjection:":{"name":"-queryFeaturesWithDistinct:andBoundingBox:inProjection:","abstract":"

    Query for Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithColumns:andBoundingBox:inProjection:":{"name":"-queryFeaturesWithColumns:andBoundingBox:inProjection:","abstract":"

    Query for Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andColumns:andBoundingBox:inProjection:":{"name":"-queryFeaturesWithDistinct:andColumns:andBoundingBox:inProjection:","abstract":"

    Query for Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithBoundingBox:inProjection:":{"name":"-countFeaturesWithBoundingBox:inProjection:","abstract":"

    Count the Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithColumn:andBoundingBox:inProjection:":{"name":"-countFeaturesWithColumn:andBoundingBox:inProjection:","abstract":"

    Count the Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithDistinct:andColumn:andBoundingBox:inProjection:":{"name":"-countFeaturesWithDistinct:andColumn:andBoundingBox:inProjection:","abstract":"

    Count the Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithBoundingBox:inProjection:andFieldValues:":{"name":"-queryFeaturesWithBoundingBox:inProjection:andFieldValues:","abstract":"

    Query for Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andBoundingBox:inProjection:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andBoundingBox:inProjection:andFieldValues:","abstract":"

    Query for Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithColumns:andBoundingBox:inProjection:andFieldValues:":{"name":"-queryFeaturesWithColumns:andBoundingBox:inProjection:andFieldValues:","abstract":"

    Query for Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:","abstract":"

    Query for Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithBoundingBox:inProjection:andFieldValues:":{"name":"-countFeaturesWithBoundingBox:inProjection:andFieldValues:","abstract":"

    Count the Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithColumn:andBoundingBox:inProjection:andFieldValues:":{"name":"-countFeaturesWithColumn:andBoundingBox:inProjection:andFieldValues:","abstract":"

    Count the Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithDistinct:andColumn:andBoundingBox:inProjection:andFieldValues:":{"name":"-countFeaturesWithDistinct:andColumn:andBoundingBox:inProjection:andFieldValues:","abstract":"

    Count the Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithBoundingBox:inProjection:andWhere:":{"name":"-queryFeaturesWithBoundingBox:inProjection:andWhere:","abstract":"

    Query for Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andBoundingBox:inProjection:andWhere:":{"name":"-queryFeaturesWithDistinct:andBoundingBox:inProjection:andWhere:","abstract":"

    Query for Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithColumns:andBoundingBox:inProjection:andWhere:":{"name":"-queryFeaturesWithColumns:andBoundingBox:inProjection:andWhere:","abstract":"

    Query for Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:":{"name":"-queryFeaturesWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:","abstract":"

    Query for Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithBoundingBox:inProjection:andWhere:":{"name":"-countFeaturesWithBoundingBox:inProjection:andWhere:","abstract":"

    Count the Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithColumn:andBoundingBox:inProjection:andWhere:":{"name":"-countFeaturesWithColumn:andBoundingBox:inProjection:andWhere:","abstract":"

    Count the Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithDistinct:andColumn:andBoundingBox:inProjection:andWhere:":{"name":"-countFeaturesWithDistinct:andColumn:andBoundingBox:inProjection:andWhere:","abstract":"

    Count the Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Query for Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Query for Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Query for Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Query for Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-countFeaturesWithBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Count the Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithColumn:andBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-countFeaturesWithColumn:andBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Count the Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithDistinct:andColumn:andBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-countFeaturesWithDistinct:andColumn:andBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Count the Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithEnvelope:":{"name":"-queryFeaturesWithEnvelope:","abstract":"

    Query for Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andEnvelope:":{"name":"-queryFeaturesWithDistinct:andEnvelope:","abstract":"

    Query for Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithColumns:andEnvelope:":{"name":"-queryFeaturesWithColumns:andEnvelope:","abstract":"

    Query for Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andColumns:andEnvelope:":{"name":"-queryFeaturesWithDistinct:andColumns:andEnvelope:","abstract":"

    Query for Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithEnvelope:":{"name":"-countFeaturesWithEnvelope:","abstract":"

    Count the Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithColumn:andEnvelope:":{"name":"-countFeaturesWithColumn:andEnvelope:","abstract":"

    Count the Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithDistinct:andColumn:andEnvelope:":{"name":"-countFeaturesWithDistinct:andColumn:andEnvelope:","abstract":"

    Count the Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithEnvelope:andFieldValues:":{"name":"-queryFeaturesWithEnvelope:andFieldValues:","abstract":"

    Query for Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andEnvelope:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andEnvelope:andFieldValues:","abstract":"

    Query for Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithColumns:andEnvelope:andFieldValues:":{"name":"-queryFeaturesWithColumns:andEnvelope:andFieldValues:","abstract":"

    Query for Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andColumns:andEnvelope:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andColumns:andEnvelope:andFieldValues:","abstract":"

    Query for Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithEnvelope:andFieldValues:":{"name":"-countFeaturesWithEnvelope:andFieldValues:","abstract":"

    Count the Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithColumn:andEnvelope:andFieldValues:":{"name":"-countFeaturesWithColumn:andEnvelope:andFieldValues:","abstract":"

    Count the Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithDistinct:andColumn:andEnvelope:andFieldValues:":{"name":"-countFeaturesWithDistinct:andColumn:andEnvelope:andFieldValues:","abstract":"

    Count the Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithEnvelope:andWhere:":{"name":"-queryFeaturesWithEnvelope:andWhere:","abstract":"

    Query for Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andEnvelope:andWhere:":{"name":"-queryFeaturesWithDistinct:andEnvelope:andWhere:","abstract":"

    Query for Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithColumns:andEnvelope:andWhere:":{"name":"-queryFeaturesWithColumns:andEnvelope:andWhere:","abstract":"

    Query for Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andColumns:andEnvelope:andWhere:":{"name":"-queryFeaturesWithDistinct:andColumns:andEnvelope:andWhere:","abstract":"

    Query for Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithEnvelope:andWhere:":{"name":"-countFeaturesWithEnvelope:andWhere:","abstract":"

    Count the Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithColumn:andEnvelope:andWhere:":{"name":"-countFeaturesWithColumn:andEnvelope:andWhere:","abstract":"

    Count the Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithDistinct:andColumn:andEnvelope:andWhere:":{"name":"-countFeaturesWithDistinct:andColumn:andEnvelope:andWhere:","abstract":"

    Count the Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithEnvelope:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithEnvelope:andWhere:andWhereArgs:","abstract":"

    Query for Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andEnvelope:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andEnvelope:andWhere:andWhereArgs:","abstract":"

    Query for Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithColumns:andEnvelope:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithColumns:andEnvelope:andWhere:andWhereArgs:","abstract":"

    Query for Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:","abstract":"

    Query for Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithEnvelope:andWhere:andWhereArgs:":{"name":"-countFeaturesWithEnvelope:andWhere:andWhereArgs:","abstract":"

    Count the Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithColumn:andEnvelope:andWhere:andWhereArgs:":{"name":"-countFeaturesWithColumn:andEnvelope:andWhere:andWhereArgs:","abstract":"

    Count the Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithDistinct:andColumn:andEnvelope:andWhere:andWhereArgs:":{"name":"-countFeaturesWithDistinct:andColumn:andEnvelope:andWhere:andWhereArgs:","abstract":"

    Count the Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithLimit:":{"name":"-queryFeaturesForChunkWithLimit:","abstract":"

    Query for all features ordered by id, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithLimit:andOffset:":{"name":"-queryFeaturesForChunkWithLimit:andOffset:","abstract":"

    Query for all features ordered by id, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithOrderBy:andLimit:","abstract":"

    Query for all features, starting at the offset and returning no more than","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithOrderBy:andLimit:andOffset:","abstract":"

    Query for all features, starting at the offset and returning no more than","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andLimit:","abstract":"

    Query for all features ordered by id, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andLimit:andOffset:","abstract":"

    Query for all features ordered by id, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andOrderBy:andLimit:","abstract":"

    Query for all features, starting at the offset and returning no more than","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andOrderBy:andLimit:andOffset:","abstract":"

    Query for all features, starting at the offset and returning no more than","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andLimit:","abstract":"

    Query for all features ordered by id, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andLimit:andOffset:","abstract":"

    Query for all features ordered by id, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andOrderBy:andLimit:","abstract":"

    Query for all features, starting at the offset and returning no more than","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andOrderBy:andLimit:andOffset:","abstract":"

    Query for all features, starting at the offset and returning no more than","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andLimit:","abstract":"

    Query for all features ordered by id, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andLimit:andOffset:","abstract":"

    Query for all features ordered by id, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andOrderBy:andLimit:","abstract":"

    Query for all features, starting at the offset and returning no more than","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andOrderBy:andLimit:andOffset:","abstract":"

    Query for all features, starting at the offset and returning no more than","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithFieldValues:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithFieldValues:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andFieldValues:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andFieldValues:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andFieldValues:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithWhere:andLimit:":{"name":"-queryFeaturesForChunkWithWhere:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithWhere:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithWhere:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andWhere:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andWhere:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andWhere:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andWhere:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andWhere:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andWhere:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithWhere:andWhereArgs:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:andFieldValues:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andFieldValues:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andFieldValues:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:andWhere:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:inProjection:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:inProjection:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:inProjection:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:inProjection:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:inProjection:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andFieldValues:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:inProjection:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithEnvelope:andLimit:":{"name":"-queryFeaturesForChunkWithEnvelope:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithEnvelope:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithEnvelope:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithEnvelope:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithEnvelope:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithEnvelope:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithEnvelope:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andEnvelope:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andEnvelope:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andEnvelope:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andEnvelope:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andEnvelope:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andEnvelope:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andEnvelope:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andEnvelope:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithEnvelope:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithEnvelope:andFieldValues:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithEnvelope:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithEnvelope:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithEnvelope:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithEnvelope:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andEnvelope:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andFieldValues:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andEnvelope:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andEnvelope:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andEnvelope:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andFieldValues:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andEnvelope:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithEnvelope:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithEnvelope:andWhere:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithEnvelope:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithEnvelope:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithEnvelope:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithEnvelope:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithEnvelope:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithEnvelope:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithEnvelope:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithEnvelope:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithEnvelope:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithEnvelope:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGContentsIdTableCreator.html#/c:objc(cs)GPKGContentsIdTableCreator(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGContentsIdTableCreator"},"Classes/GPKGContentsIdTableCreator.html#/c:objc(cs)GPKGContentsIdTableCreator(im)createContentsId":{"name":"-createContentsId","abstract":"

    Create Contents Id table

    ","parent_name":"GPKGContentsIdTableCreator"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)initWithGeoPackage:":{"name":"-initWithGeoPackage:","abstract":"

    Initialize

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)dao":{"name":"-dao","abstract":"

    Get the Contents Id DAO

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)extensionName":{"name":"-extensionName","abstract":"

    Get the extension name

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)extensionDefinition":{"name":"-extensionDefinition","abstract":"

    Get the extension definition

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)has":{"name":"-has","abstract":"

    Determine if the GeoPackage has the extension

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)contentsId:":{"name":"-contentsId:","abstract":"

    Get the contents id for the current result in the result set

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)forContents:":{"name":"-forContents:","abstract":"

    Get the contents id object

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)forTableName:":{"name":"-forTableName:","abstract":"

    Get the contents id object

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)idForContents:":{"name":"-idForContents:","abstract":"

    Get the contents id

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)idForTableName:":{"name":"-idForTableName:","abstract":"

    Get the contents id

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)createForContents:":{"name":"-createForContents:","abstract":"

    Create a contents id

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)createForTableName:":{"name":"-createForTableName:","abstract":"

    Create a contents id

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)createIdForContents:":{"name":"-createIdForContents:","abstract":"

    Create a contents id

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)createIdForTableName:":{"name":"-createIdForTableName:","abstract":"

    Create a contents id

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)createGetForContents:":{"name":"-createGetForContents:","abstract":"

    Get or create a contents id

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)createGetForTableName:":{"name":"-createGetForTableName:","abstract":"

    Get or create a contents id

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)createGetIdForContents:":{"name":"-createGetIdForContents:","abstract":"

    Get or create a contents id

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)createGetIdForTableName:":{"name":"-createGetIdForTableName:","abstract":"

    Get or create a contents id

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)deleteForContents:":{"name":"-deleteForContents:","abstract":"

    Delete the contents id for the contents

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)deleteForTableName:":{"name":"-deleteForTableName:","abstract":"

    Delete the contents id for the table

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)createIds":{"name":"-createIds","abstract":"

    Create contents ids for contents currently without

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)createIdsForType:":{"name":"-createIdsForType:","abstract":"

    Create contents ids for contents of the data type and currently without

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)createIdsForTypeName:":{"name":"-createIdsForTypeName:","abstract":"

    Create contents ids for contents of the data type and currently without

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)deleteIds":{"name":"-deleteIds","abstract":"

    Delete all contents ids

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)deleteIdsForType:":{"name":"-deleteIdsForType:","abstract":"

    Delete contents ids for contents of the data type

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)deleteIdsForTypeName:":{"name":"-deleteIdsForTypeName:","abstract":"

    Delete contents ids for contents of the data type

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)ids":{"name":"-ids","abstract":"

    Get all contents ids

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)count":{"name":"-count","abstract":"

    Get the count of contents ids

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)idsForType:":{"name":"-idsForType:","abstract":"

    Get by contents data type

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)idsForTypeName:":{"name":"-idsForTypeName:","abstract":"

    Get by contents data type

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)missing":{"name":"-missing","abstract":"

    Get contents without contents ids

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)missingForType:":{"name":"-missingForType:","abstract":"

    Get contents by data type without contents ids

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)missingForTypeName:":{"name":"-missingForTypeName:","abstract":"

    Get contents by data type without contents ids

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)extensionCreate":{"name":"-extensionCreate","abstract":"

    Get or create if needed the extension

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)extension":{"name":"-extension","abstract":"

    Get the extension

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)removeExtension":{"name":"-removeExtension","abstract":"

    Remove all trace of the extension

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)contentsIdDao":{"name":"-contentsIdDao","abstract":"

    Get a Contents Id DAO

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(cm)contentsIdDaoWithGeoPackage:":{"name":"+contentsIdDaoWithGeoPackage:","abstract":"

    Get a Contents Id DAO

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(cm)contentsIdDaoWithDatabase:":{"name":"+contentsIdDaoWithDatabase:","abstract":"

    Get a Contents Id DAO

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)createContentsIdTable":{"name":"-createContentsIdTable","abstract":"

    Create the Contents Id Table if it does not exist

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdDao.html#/c:objc(cs)GPKGContentsIdDao(cm)createWithDatabase:":{"name":"+createWithDatabase:","abstract":"

    Create the DAO

    ","parent_name":"GPKGContentsIdDao"},"Classes/GPKGContentsIdDao.html#/c:objc(cs)GPKGContentsIdDao(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGContentsIdDao"},"Classes/GPKGContentsIdDao.html#/c:objc(cs)GPKGContentsIdDao(im)contentsId:":{"name":"-contentsId:","abstract":"

    Get the contents id for the current result in the result set

    ","parent_name":"GPKGContentsIdDao"},"Classes/GPKGContentsIdDao.html#/c:objc(cs)GPKGContentsIdDao(im)setContents:":{"name":"-setContents:","abstract":"

    Query for and set the contents in the contents id

    ","parent_name":"GPKGContentsIdDao"},"Classes/GPKGContentsIdDao.html#/c:objc(cs)GPKGContentsIdDao(im)contents:":{"name":"-contents:","abstract":"

    Query for the contents for the contents id

    ","parent_name":"GPKGContentsIdDao"},"Classes/GPKGContentsIdDao.html#/c:objc(cs)GPKGContentsIdDao(im)queryForTableName:":{"name":"-queryForTableName:","abstract":"

    Query by table name

    ","parent_name":"GPKGContentsIdDao"},"Classes/GPKGContentsIdDao.html#/c:objc(cs)GPKGContentsIdDao(im)deleteByTableName:":{"name":"-deleteByTableName:","abstract":"

    Delete by table name

    ","parent_name":"GPKGContentsIdDao"},"Classes/GPKGContentsId.html#/c:objc(cs)GPKGContentsId(py)id":{"name":"id","abstract":"

    Id primary key

    ","parent_name":"GPKGContentsId"},"Classes/GPKGContentsId.html#/c:objc(cs)GPKGContentsId(py)contents":{"name":"contents","abstract":"

    Foreign key to Contents by table name

    ","parent_name":"GPKGContentsId"},"Classes/GPKGContentsId.html#/c:objc(cs)GPKGContentsId(py)tableName":{"name":"tableName","abstract":"

    The name of the actual content table, foreign key to gpkg_contents

    ","parent_name":"GPKGContentsId"},"Classes/GPKGContentsId.html#/c:objc(cs)GPKGContentsId(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGContentsId"},"Classes/GPKGNGAExtensions.html#/c:objc(cs)GPKGNGAExtensions(cm)createWithGeoPackage:":{"name":"+createWithGeoPackage:","abstract":"

    Create

    ","parent_name":"GPKGNGAExtensions"},"Classes/GPKGNGAExtensions.html#/c:objc(cs)GPKGNGAExtensions(im)initWithGeoPackage:":{"name":"-initWithGeoPackage:","abstract":"

    Initialize

    ","parent_name":"GPKGNGAExtensions"},"Classes/GPKGNGAExtensions.html#/c:objc(cs)GPKGNGAExtensions(im)deleteGeometryIndexForTable:":{"name":"-deleteGeometryIndexForTable:","abstract":"

    Delete the Geometry Index extension for the table

    ","parent_name":"GPKGNGAExtensions"},"Classes/GPKGNGAExtensions.html#/c:objc(cs)GPKGNGAExtensions(im)deleteGeometryIndexExtension":{"name":"-deleteGeometryIndexExtension","abstract":"

    Delete the Geometry Index extension including the extension entries and","parent_name":"GPKGNGAExtensions"},"Classes/GPKGNGAExtensions.html#/c:objc(cs)GPKGNGAExtensions(im)copyGeometryIndexFromTable:toTable:":{"name":"-copyGeometryIndexFromTable:toTable:","abstract":"

    Copy the Geometry Index extension for the table

    ","parent_name":"GPKGNGAExtensions"},"Classes/GPKGNGAExtensions.html#/c:objc(cs)GPKGNGAExtensions(im)deleteFeatureTileLinkForTable:":{"name":"-deleteFeatureTileLinkForTable:","abstract":"

    Delete the Feature Tile Link extensions for the table

    ","parent_name":"GPKGNGAExtensions"},"Classes/GPKGNGAExtensions.html#/c:objc(cs)GPKGNGAExtensions(im)deleteFeatureTileLinkExtension":{"name":"-deleteFeatureTileLinkExtension","abstract":"

    Delete the Feature Tile Link extension including the extension entries","parent_name":"GPKGNGAExtensions"},"Classes/GPKGNGAExtensions.html#/c:objc(cs)GPKGNGAExtensions(im)copyFeatureTileLinkFromTable:toTable:":{"name":"-copyFeatureTileLinkFromTable:toTable:","abstract":"

    Copy the Feature Tile Link extensions for the table

    ","parent_name":"GPKGNGAExtensions"},"Classes/GPKGNGAExtensions.html#/c:objc(cs)GPKGNGAExtensions(im)deleteTileScalingForTable:":{"name":"-deleteTileScalingForTable:","abstract":"

    Delete the Tile Scaling extensions for the table

    ","parent_name":"GPKGNGAExtensions"},"Classes/GPKGNGAExtensions.html#/c:objc(cs)GPKGNGAExtensions(im)deleteTileScalingExtension":{"name":"-deleteTileScalingExtension","abstract":"

    Delete the Tile Scaling extension including the extension entries and","parent_name":"GPKGNGAExtensions"},"Classes/GPKGNGAExtensions.html#/c:objc(cs)GPKGNGAExtensions(im)copyTileScalingFromTable:toTable:":{"name":"-copyTileScalingFromTable:toTable:","abstract":"

    Copy the Tile Scaling extensions for the table

    ","parent_name":"GPKGNGAExtensions"},"Classes/GPKGNGAExtensions.html#/c:objc(cs)GPKGNGAExtensions(im)deletePropertiesForTable:":{"name":"-deletePropertiesForTable:","abstract":"

    Delete the Properties extension if the deleted table is the properties","parent_name":"GPKGNGAExtensions"},"Classes/GPKGNGAExtensions.html#/c:objc(cs)GPKGNGAExtensions(im)deletePropertiesExtension":{"name":"-deletePropertiesExtension","abstract":"

    Delete the properties extension from the GeoPackage

    ","parent_name":"GPKGNGAExtensions"},"Classes/GPKGNGAExtensions.html#/c:objc(cs)GPKGNGAExtensions(im)deleteFeatureStyleForTable:":{"name":"-deleteFeatureStyleForTable:","abstract":"

    Delete the Feature Style extensions for the table

    ","parent_name":"GPKGNGAExtensions"},"Classes/GPKGNGAExtensions.html#/c:objc(cs)GPKGNGAExtensions(im)deleteFeatureStyleExtension":{"name":"-deleteFeatureStyleExtension","abstract":"

    Delete the Feature Style extension including the extension entries and","parent_name":"GPKGNGAExtensions"},"Classes/GPKGNGAExtensions.html#/c:objc(cs)GPKGNGAExtensions(im)copyFeatureStyleFromTable:toTable:":{"name":"-copyFeatureStyleFromTable:toTable:","abstract":"

    Copy the Feature Style extensions for the table. Relies on","parent_name":"GPKGNGAExtensions"},"Classes/GPKGNGAExtensions.html#/c:objc(cs)GPKGNGAExtensions(im)deleteContentsIdForTable:":{"name":"-deleteContentsIdForTable:","abstract":"

    Delete the Contents Id extensions for the table

    ","parent_name":"GPKGNGAExtensions"},"Classes/GPKGNGAExtensions.html#/c:objc(cs)GPKGNGAExtensions(im)deleteContentsIdExtension":{"name":"-deleteContentsIdExtension","abstract":"

    Delete the Contents Id extension including the extension entries and","parent_name":"GPKGNGAExtensions"},"Classes/GPKGNGAExtensions.html#/c:objc(cs)GPKGNGAExtensions(im)copyContentsIdFromTable:toTable:":{"name":"-copyContentsIdFromTable:toTable:","abstract":"

    Copy the Contents Id extensions for the table

    ","parent_name":"GPKGNGAExtensions"},"Classes/GPKGMetadataReferenceDao.html#/c:objc(cs)GPKGMetadataReferenceDao(cm)createWithDatabase:":{"name":"+createWithDatabase:","abstract":"

    Create the DAO

    ","parent_name":"GPKGMetadataReferenceDao"},"Classes/GPKGMetadataReferenceDao.html#/c:objc(cs)GPKGMetadataReferenceDao(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGMetadataReferenceDao"},"Classes/GPKGMetadataReferenceDao.html#/c:objc(cs)GPKGMetadataReferenceDao(im)deleteByMetadata:":{"name":"-deleteByMetadata:","abstract":"

    Delete metadata references with foreign keys to the metadata file id

    ","parent_name":"GPKGMetadataReferenceDao"},"Classes/GPKGMetadataReferenceDao.html#/c:objc(cs)GPKGMetadataReferenceDao(im)removeMetadataParent:":{"name":"-removeMetadataParent:","abstract":"

    Remove metadata references (by updating the field to null) with foreign","parent_name":"GPKGMetadataReferenceDao"},"Classes/GPKGMetadataReferenceDao.html#/c:objc(cs)GPKGMetadataReferenceDao(im)queryByMetadata:andParent:":{"name":"-queryByMetadata:andParent:","abstract":"

    Query by the metadata ids

    ","parent_name":"GPKGMetadataReferenceDao"},"Classes/GPKGMetadataReferenceDao.html#/c:objc(cs)GPKGMetadataReferenceDao(im)queryByMetadata:":{"name":"-queryByMetadata:","abstract":"

    Query by the metadata ids

    ","parent_name":"GPKGMetadataReferenceDao"},"Classes/GPKGMetadataReferenceDao.html#/c:objc(cs)GPKGMetadataReferenceDao(im)queryByMetadataParent:":{"name":"-queryByMetadataParent:","abstract":"

    Query by the metadata parent ids

    ","parent_name":"GPKGMetadataReferenceDao"},"Classes/GPKGMetadataReferenceDao.html#/c:objc(cs)GPKGMetadataReferenceDao(im)queryByTable:":{"name":"-queryByTable:","abstract":"

    Query by table name

    ","parent_name":"GPKGMetadataReferenceDao"},"Classes/GPKGMetadataReferenceDao.html#/c:objc(cs)GPKGMetadataReferenceDao(im)deleteByTableName:":{"name":"-deleteByTableName:","abstract":"

    Delete by table name

    ","parent_name":"GPKGMetadataReferenceDao"},"Classes/GPKGMetadataReference.html#/c:objc(cs)GPKGMetadataReference(py)referenceScope":{"name":"referenceScope","abstract":"

    Lowercase metadata reference scope; one of ‘geopackage’,","parent_name":"GPKGMetadataReference"},"Classes/GPKGMetadataReference.html#/c:objc(cs)GPKGMetadataReference(py)tableName":{"name":"tableName","abstract":"

    Name of the table to which this metadata reference applies, or NULL for","parent_name":"GPKGMetadataReference"},"Classes/GPKGMetadataReference.html#/c:objc(cs)GPKGMetadataReference(py)columnName":{"name":"columnName","abstract":"

    Name of the column to which this metadata reference applies; NULL for","parent_name":"GPKGMetadataReference"},"Classes/GPKGMetadataReference.html#/c:objc(cs)GPKGMetadataReference(py)rowIdValue":{"name":"rowIdValue","abstract":"

    NULL for reference_scope of ‘geopackage’, ‘table’ or ‘column’, or the","parent_name":"GPKGMetadataReference"},"Classes/GPKGMetadataReference.html#/c:objc(cs)GPKGMetadataReference(py)timestamp":{"name":"timestamp","abstract":"

    timestamp value in ISO 8601 format as defined by the strftime function","parent_name":"GPKGMetadataReference"},"Classes/GPKGMetadataReference.html#/c:objc(cs)GPKGMetadataReference(py)fileId":{"name":"fileId","abstract":"

    gpkg_metadata table id column value for the metadata to which this","parent_name":"GPKGMetadataReference"},"Classes/GPKGMetadataReference.html#/c:objc(cs)GPKGMetadataReference(py)parentId":{"name":"parentId","abstract":"

    gpkg_metadata table id column value for the hierarchical parent","parent_name":"GPKGMetadataReference"},"Classes/GPKGMetadataReference.html#/c:objc(cs)GPKGMetadataReference(im)referenceScopeType":{"name":"-referenceScopeType","abstract":"

    Get the reference scope type

    ","parent_name":"GPKGMetadataReference"},"Classes/GPKGMetadataReference.html#/c:objc(cs)GPKGMetadataReference(im)setReferenceScopeType:":{"name":"-setReferenceScopeType:","abstract":"

    Set the reference scope type

    ","parent_name":"GPKGMetadataReference"},"Classes/GPKGMetadataReference.html#/c:objc(cs)GPKGMetadataReference(im)setMetadata:":{"name":"-setMetadata:","abstract":"

    Set the metadata

    ","parent_name":"GPKGMetadataReference"},"Classes/GPKGMetadataReference.html#/c:objc(cs)GPKGMetadataReference(im)setParentMetadata:":{"name":"-setParentMetadata:","abstract":"

    Set the parent metadata

    ","parent_name":"GPKGMetadataReference"},"Classes/GPKGMetadataScope.html#/c:objc(cs)GPKGMetadataScope(py)name":{"name":"name","abstract":"

    Name (md_scope)

    ","parent_name":"GPKGMetadataScope"},"Classes/GPKGMetadataScope.html#/c:objc(cs)GPKGMetadataScope(py)code":{"name":"code","abstract":"

    Scope code

    ","parent_name":"GPKGMetadataScope"},"Classes/GPKGMetadataScope.html#/c:objc(cs)GPKGMetadataScope(py)definition":{"name":"definition","abstract":"

    Definition

    ","parent_name":"GPKGMetadataScope"},"Classes/GPKGMetadataExtension.html#/c:objc(cs)GPKGMetadataExtension(py)extensionName":{"name":"extensionName","abstract":"

    Extension name

    ","parent_name":"GPKGMetadataExtension"},"Classes/GPKGMetadataExtension.html#/c:objc(cs)GPKGMetadataExtension(py)definition":{"name":"definition","abstract":"

    Extension definition URL

    ","parent_name":"GPKGMetadataExtension"},"Classes/GPKGMetadataExtension.html#/c:objc(cs)GPKGMetadataExtension(im)initWithGeoPackage:":{"name":"-initWithGeoPackage:","abstract":"

    Initialize

    ","parent_name":"GPKGMetadataExtension"},"Classes/GPKGMetadataExtension.html#/c:objc(cs)GPKGMetadataExtension(im)extensionCreate":{"name":"-extensionCreate","abstract":"

    Get or create the extension

    ","parent_name":"GPKGMetadataExtension"},"Classes/GPKGMetadataExtension.html#/c:objc(cs)GPKGMetadataExtension(im)has":{"name":"-has","abstract":"

    Determine if the GeoPackage has the extension

    ","parent_name":"GPKGMetadataExtension"},"Classes/GPKGMetadataExtension.html#/c:objc(cs)GPKGMetadataExtension(im)removeExtension":{"name":"-removeExtension","abstract":"

    Remove all trace of the extension

    ","parent_name":"GPKGMetadataExtension"},"Classes/GPKGMetadataExtension.html#/c:objc(cs)GPKGMetadataExtension(im)metadataDao":{"name":"-metadataDao","abstract":"

    Get a Metadata DAO

    ","parent_name":"GPKGMetadataExtension"},"Classes/GPKGMetadataExtension.html#/c:objc(cs)GPKGMetadataExtension(cm)metadataDaoWithGeoPackage:":{"name":"+metadataDaoWithGeoPackage:","abstract":"

    Get a Metadata DAO

    ","parent_name":"GPKGMetadataExtension"},"Classes/GPKGMetadataExtension.html#/c:objc(cs)GPKGMetadataExtension(cm)metadataDaoWithDatabase:":{"name":"+metadataDaoWithDatabase:","abstract":"

    Get a Metadata DAO

    ","parent_name":"GPKGMetadataExtension"},"Classes/GPKGMetadataExtension.html#/c:objc(cs)GPKGMetadataExtension(im)createMetadataTable":{"name":"-createMetadataTable","abstract":"

    Create the Metadata Table if it does not exist

    ","parent_name":"GPKGMetadataExtension"},"Classes/GPKGMetadataExtension.html#/c:objc(cs)GPKGMetadataExtension(im)metadataReferenceDao":{"name":"-metadataReferenceDao","abstract":"

    Get a Metadata Reference DAO

    ","parent_name":"GPKGMetadataExtension"},"Classes/GPKGMetadataExtension.html#/c:objc(cs)GPKGMetadataExtension(cm)metadataReferenceDaoWithGeoPackage:":{"name":"+metadataReferenceDaoWithGeoPackage:","abstract":"

    Get a Metadata Reference DAO

    ","parent_name":"GPKGMetadataExtension"},"Classes/GPKGMetadataExtension.html#/c:objc(cs)GPKGMetadataExtension(cm)metadataReferenceDaoWithDatabase:":{"name":"+metadataReferenceDaoWithDatabase:","abstract":"

    Get a Metadata Reference DAO

    ","parent_name":"GPKGMetadataExtension"},"Classes/GPKGMetadataExtension.html#/c:objc(cs)GPKGMetadataExtension(im)createMetadataReferenceTable":{"name":"-createMetadataReferenceTable","abstract":"

    Create the Metadata Reference Table if it does not exist

    ","parent_name":"GPKGMetadataExtension"},"Classes/GPKGMetadataDao.html#/c:objc(cs)GPKGMetadataDao(cm)createWithDatabase:":{"name":"+createWithDatabase:","abstract":"

    Create the DAO

    ","parent_name":"GPKGMetadataDao"},"Classes/GPKGMetadataDao.html#/c:objc(cs)GPKGMetadataDao(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGMetadataDao"},"Classes/GPKGMetadataDao.html#/c:objc(cs)GPKGMetadataDao(im)deleteCascade:":{"name":"-deleteCascade:","abstract":"

    Delete the Metadata, cascading

    ","parent_name":"GPKGMetadataDao"},"Classes/GPKGMetadataDao.html#/c:objc(cs)GPKGMetadataDao(im)deleteCascadeWithCollection:":{"name":"-deleteCascadeWithCollection:","abstract":"

    Delete the collection of Metadata, cascading

    ","parent_name":"GPKGMetadataDao"},"Classes/GPKGMetadataDao.html#/c:objc(cs)GPKGMetadataDao(im)deleteCascadeWhere:andWhereArgs:":{"name":"-deleteCascadeWhere:andWhereArgs:","abstract":"

    Delete the Metadata where, cascading

    ","parent_name":"GPKGMetadataDao"},"Classes/GPKGMetadataDao.html#/c:objc(cs)GPKGMetadataDao(im)deleteByIdCascade:":{"name":"-deleteByIdCascade:","abstract":"

    Delete the Metadata by id, cascading

    ","parent_name":"GPKGMetadataDao"},"Classes/GPKGMetadataDao.html#/c:objc(cs)GPKGMetadataDao(im)deleteIdsCascade:":{"name":"-deleteIdsCascade:","abstract":"

    Delete the Metadata with the ids, cascading

    ","parent_name":"GPKGMetadataDao"},"Classes/GPKGMetadata.html#/c:objc(cs)GPKGMetadata(py)id":{"name":"id","abstract":"

    Metadata primary key

    ","parent_name":"GPKGMetadata"},"Classes/GPKGMetadata.html#/c:objc(cs)GPKGMetadata(py)scope":{"name":"scope","abstract":"

    Case sensitive name of the data scope to which this metadata applies; see","parent_name":"GPKGMetadata"},"Classes/GPKGMetadata.html#/c:objc(cs)GPKGMetadata(py)standardUri":{"name":"standardUri","abstract":"

    URI reference to the metadata structure definition authority

    ","parent_name":"GPKGMetadata"},"Classes/GPKGMetadata.html#/c:objc(cs)GPKGMetadata(py)mimeType":{"name":"mimeType","abstract":"

    MIME encoding of metadata

    ","parent_name":"GPKGMetadata"},"Classes/GPKGMetadata.html#/c:objc(cs)GPKGMetadata(py)metadata":{"name":"metadata","abstract":"

    metadata

    ","parent_name":"GPKGMetadata"},"Classes/GPKGMetadata.html#/c:objc(cs)GPKGMetadata(im)metadataScopeType":{"name":"-metadataScopeType","abstract":"

    Get the metadata scope type

    ","parent_name":"GPKGMetadata"},"Classes/GPKGMetadata.html#/c:objc(cs)GPKGMetadata(im)setMetadataScopeType:":{"name":"-setMetadataScopeType:","abstract":"

    Set the metadata scope type

    ","parent_name":"GPKGMetadata"},"Classes/GPKGMetadata.html#/c:objc(cs)GPKGMetadata(cm)fromScopeType:":{"name":"+fromScopeType:","abstract":"

    Get the metadata scope from the metadata scope type

    ","parent_name":"GPKGMetadata"},"Classes/GPKGGriddedTileDao.html#/c:objc(cs)GPKGGriddedTileDao(cm)createWithDatabase:":{"name":"+createWithDatabase:","abstract":"

    Create the DAO

    ","parent_name":"GPKGGriddedTileDao"},"Classes/GPKGGriddedTileDao.html#/c:objc(cs)GPKGGriddedTileDao(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGGriddedTileDao"},"Classes/GPKGGriddedTileDao.html#/c:objc(cs)GPKGGriddedTileDao(im)queryByContents:":{"name":"-queryByContents:","abstract":"

    Query by contents

    ","parent_name":"GPKGGriddedTileDao"},"Classes/GPKGGriddedTileDao.html#/c:objc(cs)GPKGGriddedTileDao(im)queryByTableName:":{"name":"-queryByTableName:","abstract":"

    Query by table name

    ","parent_name":"GPKGGriddedTileDao"},"Classes/GPKGGriddedTileDao.html#/c:objc(cs)GPKGGriddedTileDao(im)queryByTableName:andTileId:":{"name":"-queryByTableName:andTileId:","abstract":"

    Query by table name and table id

    ","parent_name":"GPKGGriddedTileDao"},"Classes/GPKGGriddedTileDao.html#/c:objc(cs)GPKGGriddedTileDao(im)deleteByContents:":{"name":"-deleteByContents:","abstract":"

    Delete by contents

    ","parent_name":"GPKGGriddedTileDao"},"Classes/GPKGGriddedTileDao.html#/c:objc(cs)GPKGGriddedTileDao(im)deleteByTableName:":{"name":"-deleteByTableName:","abstract":"

    Delete by table name

    ","parent_name":"GPKGGriddedTileDao"},"Classes/GPKGGriddedTileDao.html#/c:objc(cs)GPKGGriddedTileDao(im)contents:":{"name":"-contents:","abstract":"

    Get the contents

    ","parent_name":"GPKGGriddedTileDao"},"Classes/GPKGGriddedTile.html#/c:objc(cs)GPKGGriddedTile(py)id":{"name":"id","abstract":"

    Auto increment primary key

    ","parent_name":"GPKGGriddedTile"},"Classes/GPKGGriddedTile.html#/c:objc(cs)GPKGGriddedTile(py)tableName":{"name":"tableName","abstract":"

    Name of tile pyramid user data table

    ","parent_name":"GPKGGriddedTile"},"Classes/GPKGGriddedTile.html#/c:objc(cs)GPKGGriddedTile(py)tableId":{"name":"tableId","abstract":"

    Foreign key to id in tile pyramid user data table

    ","parent_name":"GPKGGriddedTile"},"Classes/GPKGGriddedTile.html#/c:objc(cs)GPKGGriddedTile(py)scale":{"name":"scale","abstract":"

    Scale as a multiple relative to the unit of measure

    ","parent_name":"GPKGGriddedTile"},"Classes/GPKGGriddedTile.html#/c:objc(cs)GPKGGriddedTile(py)offset":{"name":"offset","abstract":"

    The offset to the 0 value

    ","parent_name":"GPKGGriddedTile"},"Classes/GPKGGriddedTile.html#/c:objc(cs)GPKGGriddedTile(py)min":{"name":"min","abstract":"

    Minimum value of this tile

    ","parent_name":"GPKGGriddedTile"},"Classes/GPKGGriddedTile.html#/c:objc(cs)GPKGGriddedTile(py)max":{"name":"max","abstract":"

    Maximum value of this tile

    ","parent_name":"GPKGGriddedTile"},"Classes/GPKGGriddedTile.html#/c:objc(cs)GPKGGriddedTile(py)mean":{"name":"mean","abstract":"

    The arithmetic mean of values in this tile

    ","parent_name":"GPKGGriddedTile"},"Classes/GPKGGriddedTile.html#/c:objc(cs)GPKGGriddedTile(py)standardDeviation":{"name":"standardDeviation","abstract":"

    The standard deviation of values in this tile

    ","parent_name":"GPKGGriddedTile"},"Classes/GPKGGriddedTile.html#/c:objc(cs)GPKGGriddedTile(im)setContents:":{"name":"-setContents:","abstract":"

    Set the contents

    ","parent_name":"GPKGGriddedTile"},"Classes/GPKGGriddedTile.html#/c:objc(cs)GPKGGriddedTile(im)scaleOrDefault":{"name":"-scaleOrDefault","abstract":"

    Get the scale or default value

    ","parent_name":"GPKGGriddedTile"},"Classes/GPKGGriddedTile.html#/c:objc(cs)GPKGGriddedTile(im)offsetOrDefault":{"name":"-offsetOrDefault","abstract":"

    Get the offset or default value

    ","parent_name":"GPKGGriddedTile"},"Classes/GPKGGriddedCoverageEncodingTypes.html#/c:objc(cs)GPKGGriddedCoverageEncodingTypes(cm)name:":{"name":"+name:","abstract":"

    Get the name of the gridded coverage encoding type

    ","parent_name":"GPKGGriddedCoverageEncodingTypes"},"Classes/GPKGGriddedCoverageEncodingTypes.html#/c:objc(cs)GPKGGriddedCoverageEncodingTypes(cm)fromName:":{"name":"+fromName:","abstract":"

    Get the gridded coverage encoding type from the name

    ","parent_name":"GPKGGriddedCoverageEncodingTypes"},"Classes/GPKGGriddedCoverageDataTypes.html#/c:objc(cs)GPKGGriddedCoverageDataTypes(cm)name:":{"name":"+name:","abstract":"

    Get the name of the gridded coverage data type

    ","parent_name":"GPKGGriddedCoverageDataTypes"},"Classes/GPKGGriddedCoverageDataTypes.html#/c:objc(cs)GPKGGriddedCoverageDataTypes(cm)fromName:":{"name":"+fromName:","abstract":"

    Get the gridded coverage data type from the name

    ","parent_name":"GPKGGriddedCoverageDataTypes"},"Classes/GPKGGriddedCoverageDao.html#/c:objc(cs)GPKGGriddedCoverageDao(cm)createWithDatabase:":{"name":"+createWithDatabase:","abstract":"

    Create the DAO

    ","parent_name":"GPKGGriddedCoverageDao"},"Classes/GPKGGriddedCoverageDao.html#/c:objc(cs)GPKGGriddedCoverageDao(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGGriddedCoverageDao"},"Classes/GPKGGriddedCoverageDao.html#/c:objc(cs)GPKGGriddedCoverageDao(im)queryByTileMatrixSet:":{"name":"-queryByTileMatrixSet:","abstract":"

    Query by tile matrix set

    ","parent_name":"GPKGGriddedCoverageDao"},"Classes/GPKGGriddedCoverageDao.html#/c:objc(cs)GPKGGriddedCoverageDao(im)queryByTileMatrixSetName:":{"name":"-queryByTileMatrixSetName:","abstract":"

    Query by tile matrix set name

    ","parent_name":"GPKGGriddedCoverageDao"},"Classes/GPKGGriddedCoverageDao.html#/c:objc(cs)GPKGGriddedCoverageDao(im)deleteByTileMatrixSet:":{"name":"-deleteByTileMatrixSet:","abstract":"

    Delete by tile matrix set

    ","parent_name":"GPKGGriddedCoverageDao"},"Classes/GPKGGriddedCoverageDao.html#/c:objc(cs)GPKGGriddedCoverageDao(im)deleteByTableName:":{"name":"-deleteByTableName:","abstract":"

    Delete by table name

    ","parent_name":"GPKGGriddedCoverageDao"},"Classes/GPKGGriddedCoverageDao.html#/c:objc(cs)GPKGGriddedCoverageDao(im)tileMatrixSet:":{"name":"-tileMatrixSet:","abstract":"

    Get the tile matrix set

    ","parent_name":"GPKGGriddedCoverageDao"},"Classes/GPKGGriddedCoverage.html#/c:objc(cs)GPKGGriddedCoverage(py)id":{"name":"id","abstract":"

    Auto increment primary key

    ","parent_name":"GPKGGriddedCoverage"},"Classes/GPKGGriddedCoverage.html#/c:objc(cs)GPKGGriddedCoverage(py)tileMatrixSetName":{"name":"tileMatrixSetName","abstract":"

    Foreign key to table_name in gpkg_tile_matrix_set

    ","parent_name":"GPKGGriddedCoverage"},"Classes/GPKGGriddedCoverage.html#/c:objc(cs)GPKGGriddedCoverage(py)datatype":{"name":"datatype","abstract":"

    ‘integer’ or ‘float’

    ","parent_name":"GPKGGriddedCoverage"},"Classes/GPKGGriddedCoverage.html#/c:objc(cs)GPKGGriddedCoverage(py)scale":{"name":"scale","abstract":"

    Scale as a multiple relative to the unit of measure

    ","parent_name":"GPKGGriddedCoverage"},"Classes/GPKGGriddedCoverage.html#/c:objc(cs)GPKGGriddedCoverage(py)offset":{"name":"offset","abstract":"

    The offset to the 0 value

    ","parent_name":"GPKGGriddedCoverage"},"Classes/GPKGGriddedCoverage.html#/c:objc(cs)GPKGGriddedCoverage(py)precision":{"name":"precision","abstract":"

    The smallest value that has meaning for this dataset

    ","parent_name":"GPKGGriddedCoverage"},"Classes/GPKGGriddedCoverage.html#/c:objc(cs)GPKGGriddedCoverage(py)dataNull":{"name":"dataNull","abstract":"

    The value that indicates NULL

    ","parent_name":"GPKGGriddedCoverage"},"Classes/GPKGGriddedCoverage.html#/c:objc(cs)GPKGGriddedCoverage(py)gridCellEncoding":{"name":"gridCellEncoding","abstract":"

    Specifies how a value is assigned to a grid cell (pixel)

    ","parent_name":"GPKGGriddedCoverage"},"Classes/GPKGGriddedCoverage.html#/c:objc(cs)GPKGGriddedCoverage(py)uom":{"name":"uom","abstract":"

    Units of Measure for values in the grid coverage

    ","parent_name":"GPKGGriddedCoverage"},"Classes/GPKGGriddedCoverage.html#/c:objc(cs)GPKGGriddedCoverage(py)fieldName":{"name":"fieldName","abstract":"

    Type of Gridded Coverage Data (default is Height)

    ","parent_name":"GPKGGriddedCoverage"},"Classes/GPKGGriddedCoverage.html#/c:objc(cs)GPKGGriddedCoverage(py)quantityDefinition":{"name":"quantityDefinition","abstract":"

    Description of the values contained in the Gridded Coverage

    ","parent_name":"GPKGGriddedCoverage"},"Classes/GPKGGriddedCoverage.html#/c:objc(cs)GPKGGriddedCoverage(im)setTileMatrixSet:":{"name":"-setTileMatrixSet:","abstract":"

    Set the tile matrix set

    ","parent_name":"GPKGGriddedCoverage"},"Classes/GPKGGriddedCoverage.html#/c:objc(cs)GPKGGriddedCoverage(im)griddedCoverageDataType":{"name":"-griddedCoverageDataType","abstract":"

    Get the data type

    ","parent_name":"GPKGGriddedCoverage"},"Classes/GPKGGriddedCoverage.html#/c:objc(cs)GPKGGriddedCoverage(im)setGriddedCoverageDataType:":{"name":"-setGriddedCoverageDataType:","abstract":"

    Set the data type

    ","parent_name":"GPKGGriddedCoverage"},"Classes/GPKGGriddedCoverage.html#/c:objc(cs)GPKGGriddedCoverage(im)scaleOrDefault":{"name":"-scaleOrDefault","abstract":"

    Get the scale or default value

    ","parent_name":"GPKGGriddedCoverage"},"Classes/GPKGGriddedCoverage.html#/c:objc(cs)GPKGGriddedCoverage(im)offsetOrDefault":{"name":"-offsetOrDefault","abstract":"

    Get the offset or default value

    ","parent_name":"GPKGGriddedCoverage"},"Classes/GPKGGriddedCoverage.html#/c:objc(cs)GPKGGriddedCoverage(im)precisionOrDefault":{"name":"-precisionOrDefault","abstract":"

    Get the precision or default value

    ","parent_name":"GPKGGriddedCoverage"},"Classes/GPKGGriddedCoverage.html#/c:objc(cs)GPKGGriddedCoverage(im)gridCellEncodingType":{"name":"-gridCellEncodingType","abstract":"

    Get the encoding type

    ","parent_name":"GPKGGriddedCoverage"},"Classes/GPKGGriddedCoverage.html#/c:objc(cs)GPKGGriddedCoverage(im)setGridCellEncodingType:":{"name":"-setGridCellEncodingType:","abstract":"

    Set the encoding type

    ","parent_name":"GPKGGriddedCoverage"},"Classes/GPKGCoverageDataTileMatrixResults.html#/c:objc(cs)GPKGCoverageDataTileMatrixResults(im)initWithTileMatrix:andTileResults:":{"name":"-initWithTileMatrix:andTileResults:","abstract":"

    Initialize

    ","parent_name":"GPKGCoverageDataTileMatrixResults"},"Classes/GPKGCoverageDataTileMatrixResults.html#/c:objc(cs)GPKGCoverageDataTileMatrixResults(im)tileMatrix":{"name":"-tileMatrix","abstract":"

    Get the tile matrix

    ","parent_name":"GPKGCoverageDataTileMatrixResults"},"Classes/GPKGCoverageDataTileMatrixResults.html#/c:objc(cs)GPKGCoverageDataTileMatrixResults(im)tileResults":{"name":"-tileResults","abstract":"

    Get the tile results

    ","parent_name":"GPKGCoverageDataTileMatrixResults"},"Classes/GPKGCoverageDataTiffImage.html#/c:objc(cs)GPKGCoverageDataTiffImage(im)initWithTileRow:":{"name":"-initWithTileRow:","abstract":"

    Initialize

    ","parent_name":"GPKGCoverageDataTiffImage"},"Classes/GPKGCoverageDataTiffImage.html#/c:objc(cs)GPKGCoverageDataTiffImage(im)initWithFileDirectory:":{"name":"-initWithFileDirectory:","abstract":"

    Initialize

    ","parent_name":"GPKGCoverageDataTiffImage"},"Classes/GPKGCoverageDataTiffImage.html#/c:objc(cs)GPKGCoverageDataTiffImage(im)imageData":{"name":"-imageData","abstract":"

    Get the image data

    ","parent_name":"GPKGCoverageDataTiffImage"},"Classes/GPKGCoverageDataTiffImage.html#/c:objc(cs)GPKGCoverageDataTiffImage(im)directory":{"name":"-directory","abstract":"

    Get the file directory

    ","parent_name":"GPKGCoverageDataTiffImage"},"Classes/GPKGCoverageDataTiffImage.html#/c:objc(cs)GPKGCoverageDataTiffImage(im)rasters":{"name":"-rasters","abstract":"

    Get the rasters, read if needed

    ","parent_name":"GPKGCoverageDataTiffImage"},"Classes/GPKGCoverageDataTiffImage.html#/c:objc(cs)GPKGCoverageDataTiffImage(im)writeTiff":{"name":"-writeTiff","abstract":"

    Write the TIFF file to the image bytes

    ","parent_name":"GPKGCoverageDataTiffImage"},"Classes/GPKGCoverageDataTiffImage.html#/c:objc(cs)GPKGCoverageDataTiffImage(im)pixelAtX:andY:":{"name":"-pixelAtX:andY:","abstract":"

    Get the pixel at the coordinate

    ","parent_name":"GPKGCoverageDataTiffImage"},"Classes/GPKGCoverageDataTiff.html#/c:objc(cs)GPKGCoverageDataTiff(im)initWithGeoPackage:andTileDao:andWidth:andHeight:andProjection:":{"name":"-initWithGeoPackage:andTileDao:andWidth:andHeight:andProjection:","abstract":"

    Initialize

    ","parent_name":"GPKGCoverageDataTiff"},"Classes/GPKGCoverageDataTiff.html#/c:objc(cs)GPKGCoverageDataTiff(im)initWithGeoPackage:andTileDao:":{"name":"-initWithGeoPackage:andTileDao:","abstract":"

    Initialize

    ","parent_name":"GPKGCoverageDataTiff"},"Classes/GPKGCoverageDataTiff.html#/c:objc(cs)GPKGCoverageDataTiff(im)initWithGeoPackage:andTileDao:andProjection:":{"name":"-initWithGeoPackage:andTileDao:andProjection:","abstract":"

    Initialize

    ","parent_name":"GPKGCoverageDataTiff"},"Classes/GPKGCoverageDataTiff.html#/c:objc(cs)GPKGCoverageDataTiff(im)pixelValueWithData:andX:andY:":{"name":"-pixelValueWithData:andX:andY:","abstract":"

    Get the pixel value as a float

    ","parent_name":"GPKGCoverageDataTiff"},"Classes/GPKGCoverageDataTiff.html#/c:objc(cs)GPKGCoverageDataTiff(im)pixelArrayValuesWithData:":{"name":"-pixelArrayValuesWithData:","abstract":"

    Get the pixel values of the image data as an array of decimal numbers

    ","parent_name":"GPKGCoverageDataTiff"},"Classes/GPKGCoverageDataTiff.html#/c:objc(cs)GPKGCoverageDataTiff(im)pixelValuesWithData:":{"name":"-pixelValuesWithData:","abstract":"

    Get the pixel values of the image data as floats

    ","parent_name":"GPKGCoverageDataTiff"},"Classes/GPKGCoverageDataTiff.html#/c:objc(cs)GPKGCoverageDataTiff(cm)validateImageType:":{"name":"+validateImageType:","abstract":"

    Validate the image type

    ","parent_name":"GPKGCoverageDataTiff"},"Classes/GPKGCoverageDataTiff.html#/c:objc(cs)GPKGCoverageDataTiff(im)valueWithGriddedTile:andImage:andX:andY:":{"name":"-valueWithGriddedTile:andImage:andX:andY:","abstract":"

    Get the coverage data value

    ","parent_name":"GPKGCoverageDataTiff"},"Classes/GPKGCoverageDataTiff.html#/c:objc(cs)GPKGCoverageDataTiff(im)drawTileWithFloatPixelValues:andTileWidth:andTileHeight:":{"name":"-drawTileWithFloatPixelValues:andTileWidth:andTileHeight:","abstract":"

    Draw a coverage data image tile from the flat array of float pixel values of","parent_name":"GPKGCoverageDataTiff"},"Classes/GPKGCoverageDataTiff.html#/c:objc(cs)GPKGCoverageDataTiff(im)drawTileWithPixelValues:andTileWidth:andTileHeight:":{"name":"-drawTileWithPixelValues:andTileWidth:andTileHeight:","abstract":"

    Draw a coverage data image tile from the flat array of float pixel values of","parent_name":"GPKGCoverageDataTiff"},"Classes/GPKGCoverageDataTiff.html#/c:objc(cs)GPKGCoverageDataTiff(im)drawTileDataWithPixelValues:andTileWidth:andTileHeight:":{"name":"-drawTileDataWithPixelValues:andTileWidth:andTileHeight:","abstract":"

    Draw a coverage data image tile and format as TIFF bytes from the flat array","parent_name":"GPKGCoverageDataTiff"},"Classes/GPKGCoverageDataTiff.html#/c:objc(cs)GPKGCoverageDataTiff(im)drawTileWithDoubleArrayPixelValues:":{"name":"-drawTileWithDoubleArrayPixelValues:","abstract":"

    Draw a coverage data tile from the double array of float pixel","parent_name":"GPKGCoverageDataTiff"},"Classes/GPKGCoverageDataTiff.html#/c:objc(cs)GPKGCoverageDataTiff(im)drawTileDataWithDoubleArrayPixelValues:":{"name":"-drawTileDataWithDoubleArrayPixelValues:","abstract":"

    Draw a coverage data tile and format as TIFF bytes from the double array of","parent_name":"GPKGCoverageDataTiff"},"Classes/GPKGCoverageDataTiff.html#/c:objc(cs)GPKGCoverageDataTiff(im)drawTileWithGriddedTile:andValues:andTileWidth:andTileHeight:":{"name":"-drawTileWithGriddedTile:andValues:andTileWidth:andTileHeight:","abstract":"

    Draw a coverage data image tile from the flat array of coverage data values of length","parent_name":"GPKGCoverageDataTiff"},"Classes/GPKGCoverageDataTiff.html#/c:objc(cs)GPKGCoverageDataTiff(im)drawTileWithGriddedTile:andDoubleArrayValues:":{"name":"-drawTileWithGriddedTile:andDoubleArrayValues:","abstract":"

    Draw a coverage data image tile from the double array of coverage data values","parent_name":"GPKGCoverageDataTiff"},"Classes/GPKGCoverageDataTiff.html#/c:objc(cs)GPKGCoverageDataTiff(im)createImageWithTileWidth:andTileHeight:":{"name":"-createImageWithTileWidth:andTileHeight:","abstract":"

    Create a new image

    ","parent_name":"GPKGCoverageDataTiff"},"Classes/GPKGCoverageDataTiff.html#/c:objc(cs)GPKGCoverageDataTiff(im)setPixelValueWithImage:andX:andY:andPixelValue:":{"name":"-setPixelValueWithImage:andX:andY:andPixelValue:","abstract":"

    Set the pixel value into the image

    ","parent_name":"GPKGCoverageDataTiff"},"Classes/GPKGCoverageDataTiff.html#/c:objc(cs)GPKGCoverageDataTiff(im)pixelIn:withWidth:atX:andY:":{"name":"-pixelIn:withWidth:atX:andY:","abstract":"

    Get the pixel at the provided x and y with the image width

    ","parent_name":"GPKGCoverageDataTiff"},"Classes/GPKGCoverageDataTiff.html#/c:objc(cs)GPKGCoverageDataTiff(im)pixelValuesFloatToArray:withCount:":{"name":"-pixelValuesFloatToArray:withCount:","abstract":"

    Convert the float pixel array to a NSArray of numbers

    ","parent_name":"GPKGCoverageDataTiff"},"Classes/GPKGCoverageDataTiff.html#/c:objc(cs)GPKGCoverageDataTiff(im)pixelValuesArrayToFloat:":{"name":"-pixelValuesArrayToFloat:","abstract":"

    Convert the pixel array to a float pixel array

    ","parent_name":"GPKGCoverageDataTiff"},"Classes/GPKGCoverageDataTiff.html#/c:objc(cs)GPKGCoverageDataTiff(im)pixelValuesDoubleArrayToFloat:":{"name":"-pixelValuesDoubleArrayToFloat:","abstract":"

    Convert the pixel double array to a float pixel array

    ","parent_name":"GPKGCoverageDataTiff"},"Classes/GPKGCoverageDataTiff.html#/c:objc(cs)GPKGCoverageDataTiff(im)pixelValuesOfValues:withGriddedTile:":{"name":"-pixelValuesOfValues:withGriddedTile:","abstract":"

    Convert the coverage data array to a float pixel array

    ","parent_name":"GPKGCoverageDataTiff"},"Classes/GPKGCoverageDataTiff.html#/c:objc(cs)GPKGCoverageDataTiff(im)pixelValuesOfDoubleArrayValues:withGriddedTile:":{"name":"-pixelValuesOfDoubleArrayValues:withGriddedTile:","abstract":"

    Convert the coverage data values double array to a float pixel array

    ","parent_name":"GPKGCoverageDataTiff"},"Classes/GPKGCoverageDataTiff.html#/c:objc(cs)GPKGCoverageDataTiff(cm)createTileTableWithGeoPackage:andMetadata:":{"name":"+createTileTableWithGeoPackage:andMetadata:","abstract":"

    Create the coverage data tile table with metadata and extension

    ","parent_name":"GPKGCoverageDataTiff"},"Classes/GPKGCoverageDataSourcePixel.html#/c:objc(cs)GPKGCoverageDataSourcePixel(py)pixel":{"name":"pixel","abstract":"

    Pixel value of where the pixel fits into the source

    ","parent_name":"GPKGCoverageDataSourcePixel"},"Classes/GPKGCoverageDataSourcePixel.html#/c:objc(cs)GPKGCoverageDataSourcePixel(py)min":{"name":"min","abstract":"

    Min pixel value

    ","parent_name":"GPKGCoverageDataSourcePixel"},"Classes/GPKGCoverageDataSourcePixel.html#/c:objc(cs)GPKGCoverageDataSourcePixel(py)max":{"name":"max","abstract":"

    Max pixel value

    ","parent_name":"GPKGCoverageDataSourcePixel"},"Classes/GPKGCoverageDataSourcePixel.html#/c:objc(cs)GPKGCoverageDataSourcePixel(py)offset":{"name":"offset","abstract":"

    Offset between the two pixels

    ","parent_name":"GPKGCoverageDataSourcePixel"},"Classes/GPKGCoverageDataSourcePixel.html#/c:objc(cs)GPKGCoverageDataSourcePixel(im)initWithPixel:andMin:andMax:andOffset:":{"name":"-initWithPixel:andMin:andMax:andOffset:","abstract":"

    Initialize

    ","parent_name":"GPKGCoverageDataSourcePixel"},"Classes/GPKGCoverageDataResults.html#/c:objc(cs)GPKGCoverageDataResults(im)initWithValues:andTileMatrix:":{"name":"-initWithValues:andTileMatrix:","abstract":"

    Initialize

    ","parent_name":"GPKGCoverageDataResults"},"Classes/GPKGCoverageDataResults.html#/c:objc(cs)GPKGCoverageDataResults(im)values":{"name":"-values","abstract":"

    Get the double array of coverage data values stored as [row][column]

    ","parent_name":"GPKGCoverageDataResults"},"Classes/GPKGCoverageDataResults.html#/c:objc(cs)GPKGCoverageDataResults(im)tileMatrix":{"name":"-tileMatrix","abstract":"

    Get the tile matrix used to find the coverage data values

    ","parent_name":"GPKGCoverageDataResults"},"Classes/GPKGCoverageDataResults.html#/c:objc(cs)GPKGCoverageDataResults(im)height":{"name":"-height","abstract":"

    Get the results height

    ","parent_name":"GPKGCoverageDataResults"},"Classes/GPKGCoverageDataResults.html#/c:objc(cs)GPKGCoverageDataResults(im)width":{"name":"-width","abstract":"

    Get the results width

    ","parent_name":"GPKGCoverageDataResults"},"Classes/GPKGCoverageDataResults.html#/c:objc(cs)GPKGCoverageDataResults(im)valueAtRow:andColumn:":{"name":"-valueAtRow:andColumn:","abstract":"

    Get the coverage data value at the row and column

    ","parent_name":"GPKGCoverageDataResults"},"Classes/GPKGCoverageDataResults.html#/c:objc(cs)GPKGCoverageDataResults(im)zoomLevel":{"name":"-zoomLevel","abstract":"

    Get the zoom level of the results

    ","parent_name":"GPKGCoverageDataResults"},"Classes/GPKGCoverageDataRequest.html#/c:objc(cs)GPKGCoverageDataRequest(py)projectedBoundingBox":{"name":"projectedBoundingBox","abstract":"

    Bounding box projected to the coverage data projection

    ","parent_name":"GPKGCoverageDataRequest"},"Classes/GPKGCoverageDataRequest.html#/c:objc(cs)GPKGCoverageDataRequest(im)initWithBoundingBox:":{"name":"-initWithBoundingBox:","abstract":"

    Initialize

    ","parent_name":"GPKGCoverageDataRequest"},"Classes/GPKGCoverageDataRequest.html#/c:objc(cs)GPKGCoverageDataRequest(im)initWithLatitude:andLongitude:":{"name":"-initWithLatitude:andLongitude:","abstract":"

    Initialize

    ","parent_name":"GPKGCoverageDataRequest"},"Classes/GPKGCoverageDataRequest.html#/c:objc(cs)GPKGCoverageDataRequest(im)boundingBox":{"name":"-boundingBox","abstract":"

    Get the bounding box

    ","parent_name":"GPKGCoverageDataRequest"},"Classes/GPKGCoverageDataRequest.html#/c:objc(cs)GPKGCoverageDataRequest(im)isPoint":{"name":"-isPoint","abstract":"

    Get if a point request

    ","parent_name":"GPKGCoverageDataRequest"},"Classes/GPKGCoverageDataRequest.html#/c:objc(cs)GPKGCoverageDataRequest(im)overlapWithBoundingBox:":{"name":"-overlapWithBoundingBox:","abstract":"

    Get the bounding box overlap between the projected bounding box and the","parent_name":"GPKGCoverageDataRequest"},"Classes/GPKGCoverageDataPngImage.html#/c:objc(cs)GPKGCoverageDataPngImage(im)initWithTileRow:":{"name":"-initWithTileRow:","abstract":"

    Initialize

    ","parent_name":"GPKGCoverageDataPngImage"},"Classes/GPKGCoverageDataPngImage.html#/c:objc(cs)GPKGCoverageDataPngImage(im)image":{"name":"-image","abstract":"

    Get the image

    ","parent_name":"GPKGCoverageDataPngImage"},"Classes/GPKGCoverageDataPngImage.html#/c:objc(cs)GPKGCoverageDataPngImage(im)imageData":{"name":"-imageData","abstract":"

    Get the image data

    ","parent_name":"GPKGCoverageDataPngImage"},"Classes/GPKGCoverageDataPngImage.html#/c:objc(cs)GPKGCoverageDataPngImage(im)pixelAtX:andY:":{"name":"-pixelAtX:andY:","abstract":"

    Get the pixel at the coordinate

    ","parent_name":"GPKGCoverageDataPngImage"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(im)initWithGeoPackage:andTileDao:andWidth:andHeight:andProjection:":{"name":"-initWithGeoPackage:andTileDao:andWidth:andHeight:andProjection:","abstract":"

    Initialize

    ","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(im)initWithGeoPackage:andTileDao:":{"name":"-initWithGeoPackage:andTileDao:","abstract":"

    Initialize

    ","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(im)initWithGeoPackage:andTileDao:andProjection:":{"name":"-initWithGeoPackage:andTileDao:andProjection:","abstract":"

    Initialize

    ","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(im)pixelValueWithImage:andX:andY:":{"name":"-pixelValueWithImage:andX:andY:","abstract":"

    Get the pixel value as an unsigned short

    ","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(im)pixelValueWithData:andX:andY:":{"name":"-pixelValueWithData:andX:andY:","abstract":"

    Get the pixel value as an unsigned short

    ","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(im)pixelValuesWithImage:":{"name":"-pixelValuesWithImage:","abstract":"

    Get the pixel values of the image as unsigned shorts

    ","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(im)pixelValuesWithData:":{"name":"-pixelValuesWithData:","abstract":"

    Get the pixel values of the image as unsigned shorts

    ","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(cm)validateImageType:":{"name":"+validateImageType:","abstract":"

    Validate that the image type is an unsigned short

    ","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(im)valueWithGriddedTile:andImage:andX:andY:":{"name":"-valueWithGriddedTile:andImage:andX:andY:","abstract":"

    Get the coverage data value

    ","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(im)valuesWithGriddedTile:andImage:":{"name":"-valuesWithGriddedTile:andImage:","abstract":"

    Get the coverage data values

    ","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(im)drawTileWithUnsignedShortPixelValues:andTileWidth:andTileHeight:":{"name":"-drawTileWithUnsignedShortPixelValues:andTileWidth:andTileHeight:","abstract":"

    Draw a coverage data image tile from the flat array of unsigned short","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(im)drawTileWithPixelValues:andTileWidth:andTileHeight:":{"name":"-drawTileWithPixelValues:andTileWidth:andTileHeight:","abstract":"

    Draw a coverage data image tile from the flat array of unsigned short","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(im)drawTileDataWithPixelValues:andTileWidth:andTileHeight:":{"name":"-drawTileDataWithPixelValues:andTileWidth:andTileHeight:","abstract":"

    Draw a coverage data image tile and format as PNG bytes from the flat array","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(im)drawTileWithDoubleArrayPixelValues:":{"name":"-drawTileWithDoubleArrayPixelValues:","abstract":"

    Draw a coverage data tile from the double array of unsigned short pixel","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(im)drawTileDataWithDoubleArrayPixelValues:":{"name":"-drawTileDataWithDoubleArrayPixelValues:","abstract":"

    Draw a coverage data tile and format as PNG bytes from the double array of","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(im)drawTileWithGriddedTile:andValues:andTileWidth:andTileHeight:":{"name":"-drawTileWithGriddedTile:andValues:andTileWidth:andTileHeight:","abstract":"

    Draw a coverage data image tile from the flat array of coverage data values of length","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(im)drawTileWithGriddedTile:andDoubleArrayValues:":{"name":"-drawTileWithGriddedTile:andDoubleArrayValues:","abstract":"

    Draw a coverage data image tile from the double array of coverage data values","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(im)imageData:":{"name":"-imageData:","abstract":"

    Get the image as PNG bytes

    ","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(im)pixelIn:withWidth:atX:andY:":{"name":"-pixelIn:withWidth:atX:andY:","abstract":"

    Get the pixel at the provided x and y with the image width

    ","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(im)pixelValuesUnsignedShortToArray:withCount:":{"name":"-pixelValuesUnsignedShortToArray:withCount:","abstract":"

    Convert the unsigned short pixel array to a NSArray of numbers

    ","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(im)pixelValuesArrayToUnsignedShort:":{"name":"-pixelValuesArrayToUnsignedShort:","abstract":"

    Convert the pixel array to an unsigned short pixel array

    ","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(im)pixelValuesDoubleArrayToUnsignedShort:":{"name":"-pixelValuesDoubleArrayToUnsignedShort:","abstract":"

    Convert the pixel double array to an unsigned short pixel array

    ","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(im)pixelValuesOfValues:withGriddedTile:":{"name":"-pixelValuesOfValues:withGriddedTile:","abstract":"

    Convert the coverage data array to an unsigned short pixel array

    ","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(im)pixelValuesOfDoubleArrayValues:withGriddedTile:":{"name":"-pixelValuesOfDoubleArrayValues:withGriddedTile:","abstract":"

    Convert the coverage data double array to an unsigned short pixel array

    ","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(cm)createTileTableWithGeoPackage:andMetadata:":{"name":"+createTileTableWithGeoPackage:andMetadata:","abstract":"

    Create the coverage data tile table with metadata and extension

    ","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataAlgorithms.html#/c:objc(cs)GPKGCoverageDataAlgorithms(cm)name:":{"name":"+name:","abstract":"

    Get the name of the coverage data algorithm

    ","parent_name":"GPKGCoverageDataAlgorithms"},"Classes/GPKGCoverageDataAlgorithms.html#/c:objc(cs)GPKGCoverageDataAlgorithms(cm)fromName:":{"name":"+fromName:","abstract":"

    Get the coverage data algorithm type from the algorithm name

    ","parent_name":"GPKGCoverageDataAlgorithms"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(cm)coverageDataWithGeoPackage:andTileDao:andWidth:andHeight:andProjection:":{"name":"+coverageDataWithGeoPackage:andTileDao:andWidth:andHeight:andProjection:","abstract":"

    Get a Tiled Gridded Coverage Data

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(cm)coverageDataWithGeoPackage:andTileDao:":{"name":"+coverageDataWithGeoPackage:andTileDao:","abstract":"

    Get a Tiled Gridded Coverage Data, use the coverage data pixel tile size","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(cm)coverageDataWithGeoPackage:andTileDao:andProjection:":{"name":"+coverageDataWithGeoPackage:andTileDao:andProjection:","abstract":"

    Get a Tiled Gridded Coverage Data, use the coverage data pixel tile size","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(cm)createTileTableWithGeoPackage:andMetadata:andDataType:":{"name":"+createTileTableWithGeoPackage:andMetadata:andDataType:","abstract":"

    Create the coverage data tile table with metadata and extension

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(py)extensionName":{"name":"extensionName","abstract":"

    Extension name

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(py)definition":{"name":"definition","abstract":"

    Extension definition URL

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(py)width":{"name":"width","abstract":"

    Coverage Data results width

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(py)height":{"name":"height","abstract":"

    Coverage Data results height

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(py)zoomIn":{"name":"zoomIn","abstract":"

    True if zooming in should be performed to find a tile matrix with","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(py)zoomOut":{"name":"zoomOut","abstract":"

    True if zooming out should be performed to find a tile matrix with","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(py)zoomInBeforeOut":{"name":"zoomInBeforeOut","abstract":"

    True if zoom in in before zooming out, false to zoom out first

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:@E@GPKGCoverageDataAlgorithm":{"name":"GPKGCoverageDataAlgorithm","abstract":"

    Tile Gridded Coverage Data Algorithm interpolation enumeration types

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(py)algorithm":{"name":"algorithm","abstract":"

    Interpolation algorithm

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(py)encoding":{"name":"encoding","abstract":"

    Value pixel encoding type

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(py)tileDao":{"name":"tileDao","abstract":"

    Tile DAO

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)initWithGeoPackage:andTileDao:andWidth:andHeight:andProjection:":{"name":"-initWithGeoPackage:andTileDao:andWidth:andHeight:andProjection:","abstract":"

    Initialize

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)tileMatrixSet":{"name":"-tileMatrixSet","abstract":"

    Get the tile matrix set

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)griddedCoverageDao":{"name":"-griddedCoverageDao","abstract":"

    Get the gridded coverage dao

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)griddedTileDao":{"name":"-griddedTileDao","abstract":"

    Get the gridded tile dao

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)requestProjection":{"name":"-requestProjection","abstract":"

    Get the request projection

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)coverageProjection":{"name":"-coverageProjection","abstract":"

    Get the coverage data projection

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)coverageBoundingBox":{"name":"-coverageBoundingBox","abstract":"

    Get the coverage data bounding box

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)isSameProjection":{"name":"-isSameProjection","abstract":"

    Is the request and coverage data projection the same

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)extensionCreate":{"name":"-extensionCreate","abstract":"

    Get or create the extension

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)has":{"name":"-has","abstract":"

    Determine if the Tile Matrix Set has the extension

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(cm)griddedCoverageDaoWithGeoPackage:":{"name":"+griddedCoverageDaoWithGeoPackage:","abstract":"

    Get a 2D Gridded Coverage DAO

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(cm)griddedCoverageDaoWithDatabase:":{"name":"+griddedCoverageDaoWithDatabase:","abstract":"

    Get a 2D Gridded Coverage DAO

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)createGriddedCoverageTable":{"name":"-createGriddedCoverageTable","abstract":"

    Create the 2D Gridded Coverage Table if it does not exist

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(cm)griddedTileDaoWithGeoPackage:":{"name":"+griddedTileDaoWithGeoPackage:","abstract":"

    Get a 2D Gridded Tile DAO

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(cm)griddedTileDaoWithDatabase:":{"name":"+griddedTileDaoWithDatabase:","abstract":"

    Get a 2D Gridded Tile DAO

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)createGriddedTileTable":{"name":"-createGriddedTileTable","abstract":"

    Create the 2D Gridded Tile Table if it does not exist

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)griddedCoverage":{"name":"-griddedCoverage","abstract":"

    Get the gridded coverage

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)queryGriddedCoverage":{"name":"-queryGriddedCoverage","abstract":"

    Query and update the gridded coverage

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)griddedTile":{"name":"-griddedTile","abstract":"

    Get the gridded tile

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)griddedTileWithResultSet:":{"name":"-griddedTileWithResultSet:","abstract":"

    Get the current gridded tile in the result set

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)griddedTileWithTileId:":{"name":"-griddedTileWithTileId:","abstract":"

    Get the gridded tile by id

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)dataNull":{"name":"-dataNull","abstract":"

    Get the data null value

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)isDataNull:":{"name":"-isDataNull:","abstract":"

    Check the pixel value to see if it is the null equivalent

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(cm)tablesForGeoPackage:":{"name":"+tablesForGeoPackage:","abstract":"

    Get the coverage data tile tables

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)pixelValueWithValues:andWidth:andX:andY:":{"name":"-pixelValueWithValues:andWidth:andX:andY:","abstract":"

    Get the pixel value as an unsigned short at the coordinate from the","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)pixelValueWithUnsignedShortValues:andWidth:andX:andY:":{"name":"-pixelValueWithUnsignedShortValues:andWidth:andX:andY:","abstract":"

    Get the pixel value as an unsigned short at the coordinate from the","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)valueWithGriddedTile:andPixelValue:":{"name":"-valueWithGriddedTile:andPixelValue:","abstract":"

    Get the coverage data value for the unsigned short pixel value

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)valuesWithGriddedTile:andPixelValues:":{"name":"-valuesWithGriddedTile:andPixelValues:","abstract":"

    Get the coverage data values from the unsigned short pixel values

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)valuesWithGriddedTile:andPixelValues:andCount:":{"name":"-valuesWithGriddedTile:andPixelValues:andCount:","abstract":"

    Get the coverage data values from the unsigned short pixel values

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(cm)createTileTableWithGeoPackage:andMetadata:":{"name":"+createTileTableWithGeoPackage:andMetadata:","abstract":"

    Create the coverage data tile table

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)pixelValueWithGriddedTile:andValue:":{"name":"-pixelValueWithGriddedTile:andValue:","abstract":"

    Get the unsigned short pixel value of the coverage data value

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)pixelValueWithFloatValues:andWidth:andX:andY:":{"name":"-pixelValueWithFloatValues:andWidth:andX:andY:","abstract":"

    Get the pixel value at the coordinate from the pixel values

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)pixelValueWithRawFloatValues:andWidth:andX:andY:":{"name":"-pixelValueWithRawFloatValues:andWidth:andX:andY:","abstract":"

    Get the pixel value at the coordinate from the pixel values

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)valueWithGriddedTile:andPixelFloatValue:":{"name":"-valueWithGriddedTile:andPixelFloatValue:","abstract":"

    Get the coverage data value for the pixel value

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)valuesWithGriddedTile:andPixelFloatValues:":{"name":"-valuesWithGriddedTile:andPixelFloatValues:","abstract":"

    Get the coverage data values from the pixel values

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)valuesWithGriddedTile:andPixelFloatValues:andCount:":{"name":"-valuesWithGriddedTile:andPixelFloatValues:andCount:","abstract":"

    Get the coverage data values from the pixel values

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)floatPixelValueWithGriddedTile:andValue:":{"name":"-floatPixelValueWithGriddedTile:andValue:","abstract":"

    Get the pixel value of the coverage data value

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)createImageWithTileRow:":{"name":"-createImageWithTileRow:","abstract":"

    Create a coverage data image

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)valueWithGriddedTile:andTileRow:andX:andY:":{"name":"-valueWithGriddedTile:andTileRow:andX:andY:","abstract":"

    Get the coverage data value of the pixel in the tile row image

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)valueWithGriddedTile:andData:andX:andY:":{"name":"-valueWithGriddedTile:andData:andX:andY:","abstract":"

    Get the coverage data value

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)valuesWithGriddedTile:andData:":{"name":"-valuesWithGriddedTile:andData:","abstract":"

    Get the coverage data values

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)drawTileDataWithGriddedTile:andValues:andTileWidth:andTileHeight:":{"name":"-drawTileDataWithGriddedTile:andValues:andTileWidth:andTileHeight:","abstract":"

    Draw a coverage data image tile and format as PNG bytes from the flat","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)drawTileDataWithGriddedTile:andDoubleArrayValues:":{"name":"-drawTileDataWithGriddedTile:andDoubleArrayValues:","abstract":"

    Draw a coverage data image tile and format as bytes from the double","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)valueWithGriddedTile:andCoverageDataImage:andX:andY:":{"name":"-valueWithGriddedTile:andCoverageDataImage:andX:andY:","abstract":"

    Get the coverage data value from the image at the coordinate

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)valueWithLatitude:andLongitude:":{"name":"-valueWithLatitude:andLongitude:","abstract":"

    Get the coverage data value at the coordinate

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)valuesWithBoundingBox:":{"name":"-valuesWithBoundingBox:","abstract":"

    Get the coverage data values within the bounding box

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)valuesWithBoundingBox:andWidth:andHeight:":{"name":"-valuesWithBoundingBox:andWidth:andHeight:","abstract":"

    Get the coverage data values within the bounding box with the requested width","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)valuesWithCoverageDataRequest:":{"name":"-valuesWithCoverageDataRequest:","abstract":"

    Get the requested coverage data values

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)valuesWithCoverageDataRequest:andWidth:andHeight:":{"name":"-valuesWithCoverageDataRequest:andWidth:andHeight:","abstract":"

    Get the requested coverage data values with the requested width and height

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)valuesUnboundedWithBoundingBox:":{"name":"-valuesUnboundedWithBoundingBox:","abstract":"

    Get the unbounded coverage data values within the bounding box. Unbounded","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)valuesUnboundedWithCoverageDataRequest:":{"name":"-valuesUnboundedWithCoverageDataRequest:","abstract":"

    Get the requested unbounded coverage data values. Unbounded results retrieves","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)valueWithTileRow:andX:andY:":{"name":"-valueWithTileRow:andX:andY:","abstract":"

    Get the coverage data value of the pixel in the tile row image

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGZoomOtherExtension.html#/c:objc(cs)GPKGZoomOtherExtension(py)extensionName":{"name":"extensionName","abstract":"

    Extension name

    ","parent_name":"GPKGZoomOtherExtension"},"Classes/GPKGZoomOtherExtension.html#/c:objc(cs)GPKGZoomOtherExtension(py)definition":{"name":"definition","abstract":"

    Extension definition URL

    ","parent_name":"GPKGZoomOtherExtension"},"Classes/GPKGZoomOtherExtension.html#/c:objc(cs)GPKGZoomOtherExtension(im)initWithGeoPackage:":{"name":"-initWithGeoPackage:","abstract":"

    Initialize

    ","parent_name":"GPKGZoomOtherExtension"},"Classes/GPKGZoomOtherExtension.html#/c:objc(cs)GPKGZoomOtherExtension(im)extensionCreateWithTableName:":{"name":"-extensionCreateWithTableName:","abstract":"

    Get or create the extension

    ","parent_name":"GPKGZoomOtherExtension"},"Classes/GPKGZoomOtherExtension.html#/c:objc(cs)GPKGZoomOtherExtension(im)hasWithTableName:":{"name":"-hasWithTableName:","abstract":"

    Determine if the GeoPackage has the extension

    ","parent_name":"GPKGZoomOtherExtension"},"Classes/GPKGWebPExtension.html#/c:objc(cs)GPKGWebPExtension(py)extensionName":{"name":"extensionName","abstract":"

    Extension name

    ","parent_name":"GPKGWebPExtension"},"Classes/GPKGWebPExtension.html#/c:objc(cs)GPKGWebPExtension(py)definition":{"name":"definition","abstract":"

    Extension definition URL

    ","parent_name":"GPKGWebPExtension"},"Classes/GPKGWebPExtension.html#/c:objc(cs)GPKGWebPExtension(im)initWithGeoPackage:":{"name":"-initWithGeoPackage:","abstract":"

    Initialize

    ","parent_name":"GPKGWebPExtension"},"Classes/GPKGWebPExtension.html#/c:objc(cs)GPKGWebPExtension(im)extensionCreateWithTableName:":{"name":"-extensionCreateWithTableName:","abstract":"

    Get or create the extension

    ","parent_name":"GPKGWebPExtension"},"Classes/GPKGWebPExtension.html#/c:objc(cs)GPKGWebPExtension(im)hasWithTableName:":{"name":"-hasWithTableName:","abstract":"

    Determine if the GeoPackage has the extension

    ","parent_name":"GPKGWebPExtension"},"Classes/GPKGGeometryExtensions.html#/c:objc(cs)GPKGGeometryExtensions(py)geometryTypesDefinition":{"name":"geometryTypesDefinition","abstract":"

    Geometry Types Extension definition URL

    ","parent_name":"GPKGGeometryExtensions"},"Classes/GPKGGeometryExtensions.html#/c:objc(cs)GPKGGeometryExtensions(py)userGeometryTypesDefinition":{"name":"userGeometryTypesDefinition","abstract":"

    User Geometry Types Extension definition URL","parent_name":"GPKGGeometryExtensions"},"Classes/GPKGGeometryExtensions.html#/c:objc(cs)GPKGGeometryExtensions(im)initWithGeoPackage:":{"name":"-initWithGeoPackage:","abstract":"

    Initialize

    ","parent_name":"GPKGGeometryExtensions"},"Classes/GPKGGeometryExtensions.html#/c:objc(cs)GPKGGeometryExtensions(im)extensionCreateWithTable:andColumn:andType:":{"name":"-extensionCreateWithTable:andColumn:andType:","abstract":"

    Get or create the extension, non-linear geometry type

    ","parent_name":"GPKGGeometryExtensions"},"Classes/GPKGGeometryExtensions.html#/c:objc(cs)GPKGGeometryExtensions(im)hasWithTable:andColumn:andType:":{"name":"-hasWithTable:andColumn:andType:","abstract":"

    Determine if the GeoPackage has the extension, non-linear geometry type

    ","parent_name":"GPKGGeometryExtensions"},"Classes/GPKGGeometryExtensions.html#/c:objc(cs)GPKGGeometryExtensions(cm)isExtension:":{"name":"+isExtension:","abstract":"

    Determine if the geometry type is an extension

    ","parent_name":"GPKGGeometryExtensions"},"Classes/GPKGGeometryExtensions.html#/c:objc(cs)GPKGGeometryExtensions(cm)isNonStandard:":{"name":"+isNonStandard:","abstract":"

    Determine if the geometry type is non standard

    ","parent_name":"GPKGGeometryExtensions"},"Classes/GPKGGeometryExtensions.html#/c:objc(cs)GPKGGeometryExtensions(cm)isGeoPackageExtension:":{"name":"+isGeoPackageExtension:","abstract":"

    Determine if the geometry type is a GeoPackage extension

    ","parent_name":"GPKGGeometryExtensions"},"Classes/GPKGGeometryExtensions.html#/c:objc(cs)GPKGGeometryExtensions(cm)extensionName:":{"name":"+extensionName:","abstract":"

    Get the extension name of a GeoPackage extension Geometry

    ","parent_name":"GPKGGeometryExtensions"},"Classes/GPKGGeometryExtensions.html#/c:objc(cs)GPKGGeometryExtensions(im)extensionCreateWithTable:andColumn:andAuthor:andType:":{"name":"-extensionCreateWithTable:andColumn:andAuthor:andType:","abstract":"

    Get or create the extension, user defined geometry type

    ","parent_name":"GPKGGeometryExtensions"},"Classes/GPKGGeometryExtensions.html#/c:objc(cs)GPKGGeometryExtensions(im)hasWithTable:andColumn:andAuthor:andType:":{"name":"-hasWithTable:andColumn:andAuthor:andType:","abstract":"

    Determine if the GeoPackage has the extension, user defined geometry type

    ","parent_name":"GPKGGeometryExtensions"},"Classes/GPKGGeometryExtensions.html#/c:objc(cs)GPKGGeometryExtensions(cm)extensionNameWithAuthor:andType:":{"name":"+extensionNameWithAuthor:andType:","abstract":"

    Get the extension name of an extension Geometry, either user-defined or","parent_name":"GPKGGeometryExtensions"},"Classes/GPKGExtensionsDao.html#/c:objc(cs)GPKGExtensionsDao(cm)createWithDatabase:":{"name":"+createWithDatabase:","abstract":"

    Create the DAO

    ","parent_name":"GPKGExtensionsDao"},"Classes/GPKGExtensionsDao.html#/c:objc(cs)GPKGExtensionsDao(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGExtensionsDao"},"Classes/GPKGExtensionsDao.html#/c:objc(cs)GPKGExtensionsDao(im)deleteByExtension:":{"name":"-deleteByExtension:","abstract":"

    Delete by extension name

    ","parent_name":"GPKGExtensionsDao"},"Classes/GPKGExtensionsDao.html#/c:objc(cs)GPKGExtensionsDao(im)deleteByExtension:andTable:":{"name":"-deleteByExtension:andTable:","abstract":"

    Delete by extension name and table name

    ","parent_name":"GPKGExtensionsDao"},"Classes/GPKGExtensionsDao.html#/c:objc(cs)GPKGExtensionsDao(im)deleteByExtension:andTable:andColumnName:":{"name":"-deleteByExtension:andTable:andColumnName:","abstract":"

    Delete by extension name, table name, and column name

    ","parent_name":"GPKGExtensionsDao"},"Classes/GPKGExtensionsDao.html#/c:objc(cs)GPKGExtensionsDao(im)deleteByTableName:":{"name":"-deleteByTableName:","abstract":"

    Delete by table name

    ","parent_name":"GPKGExtensionsDao"},"Classes/GPKGExtensionsDao.html#/c:objc(cs)GPKGExtensionsDao(im)queryByExtension:":{"name":"-queryByExtension:","abstract":"

    Query by extension name

    ","parent_name":"GPKGExtensionsDao"},"Classes/GPKGExtensionsDao.html#/c:objc(cs)GPKGExtensionsDao(im)countByExtension:":{"name":"-countByExtension:","abstract":"

    Count by extension name

    ","parent_name":"GPKGExtensionsDao"},"Classes/GPKGExtensionsDao.html#/c:objc(cs)GPKGExtensionsDao(im)queryByExtension:andTable:":{"name":"-queryByExtension:andTable:","abstract":"

    Query by extension name and table name

    ","parent_name":"GPKGExtensionsDao"},"Classes/GPKGExtensionsDao.html#/c:objc(cs)GPKGExtensionsDao(im)countByExtension:andTable:":{"name":"-countByExtension:andTable:","abstract":"

    Count by extension name and table name

    ","parent_name":"GPKGExtensionsDao"},"Classes/GPKGExtensionsDao.html#/c:objc(cs)GPKGExtensionsDao(im)queryByExtension:andTable:andColumnName:":{"name":"-queryByExtension:andTable:andColumnName:","abstract":"

    Query by extension name, table name, and column name

    ","parent_name":"GPKGExtensionsDao"},"Classes/GPKGExtensions.html#/c:objc(cs)GPKGExtensions(py)tableName":{"name":"tableName","abstract":"

    Name of the table that requires the extension. When NULL, the extension","parent_name":"GPKGExtensions"},"Classes/GPKGExtensions.html#/c:objc(cs)GPKGExtensions(py)columnName":{"name":"columnName","abstract":"

    Name of the column that requires the extension. When NULL, the extension","parent_name":"GPKGExtensions"},"Classes/GPKGExtensions.html#/c:objc(cs)GPKGExtensions(py)extensionName":{"name":"extensionName","abstract":"

    The case sensitive name of the extension that is required, in the form","parent_name":"GPKGExtensions"},"Classes/GPKGExtensions.html#/c:objc(cs)GPKGExtensions(py)definition":{"name":"definition","abstract":"

    Definition of the extension in the form specfied by the template in","parent_name":"GPKGExtensions"},"Classes/GPKGExtensions.html#/c:objc(cs)GPKGExtensions(py)scope":{"name":"scope","abstract":"

    Indicates scope of extension effects on readers / writers: read-write or","parent_name":"GPKGExtensions"},"Classes/GPKGExtensions.html#/c:objc(cs)GPKGExtensions(im)extensionScopeType":{"name":"-extensionScopeType","abstract":"

    Get the extension scope type

    ","parent_name":"GPKGExtensions"},"Classes/GPKGExtensions.html#/c:objc(cs)GPKGExtensions(im)setExtensionScopeType:":{"name":"-setExtensionScopeType:","abstract":"

    Set the extension scope type

    ","parent_name":"GPKGExtensions"},"Classes/GPKGExtensions.html#/c:objc(cs)GPKGExtensions(im)setExtensionNameWithAuthor:andExtensionName:":{"name":"-setExtensionNameWithAuthor:andExtensionName:","abstract":"

    Set the extension name by combining the required parts

    ","parent_name":"GPKGExtensions"},"Classes/GPKGExtensions.html#/c:objc(cs)GPKGExtensions(im)author":{"name":"-author","abstract":"

    Get the author from the beginning of the extension name

    ","parent_name":"GPKGExtensions"},"Classes/GPKGExtensions.html#/c:objc(cs)GPKGExtensions(im)extensionNameNoAuthor":{"name":"-extensionNameNoAuthor","abstract":"

    Get the extension name with the author prefix removed

    ","parent_name":"GPKGExtensions"},"Classes/GPKGExtensions.html#/c:objc(cs)GPKGExtensions(cm)buildExtensionNameWithAuthor:andExtensionName:":{"name":"+buildExtensionNameWithAuthor:andExtensionName:","abstract":"

    Build the extension name by combining the required parts

    ","parent_name":"GPKGExtensions"},"Classes/GPKGExtensions.html#/c:objc(cs)GPKGExtensions(cm)buildDefaultAuthorExtensionName:":{"name":"+buildDefaultAuthorExtensionName:","abstract":"

    Build the extension name with the default author of GeoPackage

    ","parent_name":"GPKGExtensions"},"Classes/GPKGExtensions.html#/c:objc(cs)GPKGExtensions(cm)authorWithExtensionName:":{"name":"+authorWithExtensionName:","abstract":"

    Get the author from the beginning of the extension name

    ","parent_name":"GPKGExtensions"},"Classes/GPKGExtensions.html#/c:objc(cs)GPKGExtensions(cm)extensionNameNoAuthorWithExtensionName:":{"name":"+extensionNameNoAuthorWithExtensionName:","abstract":"

    Get the extension name with the author prefix removed

    ","parent_name":"GPKGExtensions"},"Classes/GPKGExtensionManager.html#/c:objc(cs)GPKGExtensionManager(cm)createWithGeoPackage:":{"name":"+createWithGeoPackage:","abstract":"

    Create

    ","parent_name":"GPKGExtensionManager"},"Classes/GPKGExtensionManager.html#/c:objc(cs)GPKGExtensionManager(im)initWithGeoPackage:":{"name":"-initWithGeoPackage:","abstract":"

    Initialize

    ","parent_name":"GPKGExtensionManager"},"Classes/GPKGExtensionManager.html#/c:objc(cs)GPKGExtensionManager(im)deleteRTreeSpatialIndexForTable:":{"name":"-deleteRTreeSpatialIndexForTable:","abstract":"

    Delete the RTree Spatial extension for the table

    ","parent_name":"GPKGExtensionManager"},"Classes/GPKGExtensionManager.html#/c:objc(cs)GPKGExtensionManager(im)deleteRTreeSpatialIndexExtension":{"name":"-deleteRTreeSpatialIndexExtension","abstract":"

    Delete the RTree Spatial extension

    ","parent_name":"GPKGExtensionManager"},"Classes/GPKGExtensionManager.html#/c:objc(cs)GPKGExtensionManager(im)copyRTreeSpatialIndexFromTable:toTable:":{"name":"-copyRTreeSpatialIndexFromTable:toTable:","abstract":"

    Copy the RTree Spatial extension for the table

    ","parent_name":"GPKGExtensionManager"},"Classes/GPKGExtensionManager.html#/c:objc(cs)GPKGExtensionManager(im)deleteRelatedTablesForTable:":{"name":"-deleteRelatedTablesForTable:","abstract":"

    Delete the Related Tables extensions for the table

    ","parent_name":"GPKGExtensionManager"},"Classes/GPKGExtensionManager.html#/c:objc(cs)GPKGExtensionManager(im)deleteRelatedTablesExtension":{"name":"-deleteRelatedTablesExtension","abstract":"

    Delete the Related Tables extension

    ","parent_name":"GPKGExtensionManager"},"Classes/GPKGExtensionManager.html#/c:objc(cs)GPKGExtensionManager(im)copyRelatedTablesFromTable:toTable:":{"name":"-copyRelatedTablesFromTable:toTable:","abstract":"

    Copy the Related Tables extensions for the table

    ","parent_name":"GPKGExtensionManager"},"Classes/GPKGExtensionManager.html#/c:objc(cs)GPKGExtensionManager(im)deleteGriddedCoverageForTable:":{"name":"-deleteGriddedCoverageForTable:","abstract":"

    Delete the Gridded Coverage extensions for the table

    ","parent_name":"GPKGExtensionManager"},"Classes/GPKGExtensionManager.html#/c:objc(cs)GPKGExtensionManager(im)deleteGriddedCoverageExtension":{"name":"-deleteGriddedCoverageExtension","abstract":"

    Delete the Gridded Coverage extension

    ","parent_name":"GPKGExtensionManager"},"Classes/GPKGExtensionManager.html#/c:objc(cs)GPKGExtensionManager(im)copyGriddedCoverageFromTable:toTable:":{"name":"-copyGriddedCoverageFromTable:toTable:","abstract":"

    Copy the Gridded Coverage extensions for the table

    ","parent_name":"GPKGExtensionManager"},"Classes/GPKGExtensionManager.html#/c:objc(cs)GPKGExtensionManager(im)deleteSchemaForTable:":{"name":"-deleteSchemaForTable:","abstract":"

    Delete the Schema extensions for the table

    ","parent_name":"GPKGExtensionManager"},"Classes/GPKGExtensionManager.html#/c:objc(cs)GPKGExtensionManager(im)deleteSchemaExtension":{"name":"-deleteSchemaExtension","abstract":"

    Delete the Schema extension

    ","parent_name":"GPKGExtensionManager"},"Classes/GPKGExtensionManager.html#/c:objc(cs)GPKGExtensionManager(im)copySchemaFromTable:toTable:":{"name":"-copySchemaFromTable:toTable:","abstract":"

    Copy the Schema extensions for the table

    ","parent_name":"GPKGExtensionManager"},"Classes/GPKGExtensionManager.html#/c:objc(cs)GPKGExtensionManager(im)deleteMetadataForTable:":{"name":"-deleteMetadataForTable:","abstract":"

    Delete the Metadata extensions for the table

    ","parent_name":"GPKGExtensionManager"},"Classes/GPKGExtensionManager.html#/c:objc(cs)GPKGExtensionManager(im)deleteMetadataExtension":{"name":"-deleteMetadataExtension","abstract":"

    Delete the Metadata extension

    ","parent_name":"GPKGExtensionManager"},"Classes/GPKGExtensionManager.html#/c:objc(cs)GPKGExtensionManager(im)copyMetadataFromTable:toTable:":{"name":"-copyMetadataFromTable:toTable:","abstract":"

    Copy the Metadata extensions for the table

    ","parent_name":"GPKGExtensionManager"},"Classes/GPKGExtensionManager.html#/c:objc(cs)GPKGExtensionManager(im)deleteCrsWktExtension":{"name":"-deleteCrsWktExtension","abstract":"

    Delete the WKT for Coordinate Reference Systems extension

    ","parent_name":"GPKGExtensionManager"},"Classes/GPKGExtensionManagement.html#/c:objc(cs)GPKGExtensionManagement(py)geoPackage":{"name":"geoPackage","abstract":"

    GeoPackage

    ","parent_name":"GPKGExtensionManagement"},"Classes/GPKGExtensionManagement.html#/c:objc(cs)GPKGExtensionManagement(im)initWithGeoPackage:":{"name":"-initWithGeoPackage:","abstract":"

    Initialize

    ","parent_name":"GPKGExtensionManagement"},"Classes/GPKGExtensionManagement.html#/c:objc(cs)GPKGExtensionManagement(im)author":{"name":"-author","abstract":"

    Get the extension author

    ","parent_name":"GPKGExtensionManagement"},"Classes/GPKGExtensionManagement.html#/c:objc(cs)GPKGExtensionManagement(im)deleteExtensionsForTable:":{"name":"-deleteExtensionsForTable:","abstract":"

    Delete all table extensions for the table

    ","parent_name":"GPKGExtensionManagement"},"Classes/GPKGExtensionManagement.html#/c:objc(cs)GPKGExtensionManagement(im)deleteExtensions":{"name":"-deleteExtensions","abstract":"

    Delete all extensions including custom extension tables

    ","parent_name":"GPKGExtensionManagement"},"Classes/GPKGExtensionManagement.html#/c:objc(cs)GPKGExtensionManagement(im)copyExtensionsFromTable:toTable:":{"name":"-copyExtensionsFromTable:toTable:","abstract":"

    Copy all table extensions for the table

    ","parent_name":"GPKGExtensionManagement"},"Classes/GPKGCrsWktExtensionVersions.html#/c:objc(cs)GPKGCrsWktExtensionVersions(cm)first":{"name":"+first","abstract":"

    First version

    ","parent_name":"GPKGCrsWktExtensionVersions"},"Classes/GPKGCrsWktExtensionVersions.html#/c:objc(cs)GPKGCrsWktExtensionVersions(cm)latest":{"name":"+latest","abstract":"

    Latest supported version

    ","parent_name":"GPKGCrsWktExtensionVersions"},"Classes/GPKGCrsWktExtensionVersions.html#/c:objc(cs)GPKGCrsWktExtensionVersions(cm)version:":{"name":"+version:","abstract":"

    Get the version

    ","parent_name":"GPKGCrsWktExtensionVersions"},"Classes/GPKGCrsWktExtensionVersions.html#/c:objc(cs)GPKGCrsWktExtensionVersions(cm)suffix:":{"name":"+suffix:","abstract":"

    Get the extension name suffix

    ","parent_name":"GPKGCrsWktExtensionVersions"},"Classes/GPKGCrsWktExtensionVersions.html#/c:objc(cs)GPKGCrsWktExtensionVersions(cm)isVersion:atMinimum:":{"name":"+isVersion:atMinimum:","abstract":"

    Is the version at or above the minimum version

    ","parent_name":"GPKGCrsWktExtensionVersions"},"Classes/GPKGCrsWktExtensionVersions.html#/c:objc(cs)GPKGCrsWktExtensionVersions(cm)atMinimum:":{"name":"+atMinimum:","abstract":"

    Versions at and above this version

    ","parent_name":"GPKGCrsWktExtensionVersions"},"Classes/GPKGCrsWktExtension.html#/c:objc(cs)GPKGCrsWktExtension(py)extensionName":{"name":"extensionName","abstract":"

    Extension name

    ","parent_name":"GPKGCrsWktExtension"},"Classes/GPKGCrsWktExtension.html#/c:objc(cs)GPKGCrsWktExtension(py)definitionV1":{"name":"definitionV1","abstract":"

    Extension version 1 definition URL

    ","parent_name":"GPKGCrsWktExtension"},"Classes/GPKGCrsWktExtension.html#/c:objc(cs)GPKGCrsWktExtension(py)definitionV1_1":{"name":"definitionV1_1","abstract":"

    Extension version 1.1 definition URL

    ","parent_name":"GPKGCrsWktExtension"},"Classes/GPKGCrsWktExtension.html#/c:objc(cs)GPKGCrsWktExtension(py)definitionColumnName":{"name":"definitionColumnName","abstract":"

    Extension definition column name

    ","parent_name":"GPKGCrsWktExtension"},"Classes/GPKGCrsWktExtension.html#/c:objc(cs)GPKGCrsWktExtension(py)definitionColumnDef":{"name":"definitionColumnDef","abstract":"

    Extension definition column definition

    ","parent_name":"GPKGCrsWktExtension"},"Classes/GPKGCrsWktExtension.html#/c:objc(cs)GPKGCrsWktExtension(py)epochColumnName":{"name":"epochColumnName","abstract":"

    Extension epoch column name

    ","parent_name":"GPKGCrsWktExtension"},"Classes/GPKGCrsWktExtension.html#/c:objc(cs)GPKGCrsWktExtension(py)epochColumnDef":{"name":"epochColumnDef","abstract":"

    Extension epoch column definition

    ","parent_name":"GPKGCrsWktExtension"},"Classes/GPKGCrsWktExtension.html#/c:objc(cs)GPKGCrsWktExtension(im)initWithGeoPackage:":{"name":"-initWithGeoPackage:","abstract":"

    Initialize

    ","parent_name":"GPKGCrsWktExtension"},"Classes/GPKGCrsWktExtension.html#/c:objc(cs)GPKGCrsWktExtension(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGCrsWktExtension"},"Classes/GPKGCrsWktExtension.html#/c:objc(cs)GPKGCrsWktExtension(im)extensionCreate":{"name":"-extensionCreate","abstract":"

    Get or create the latest version of the extension

    ","parent_name":"GPKGCrsWktExtension"},"Classes/GPKGCrsWktExtension.html#/c:objc(cs)GPKGCrsWktExtension(im)extensionCreateVersion:":{"name":"-extensionCreateVersion:","abstract":"

    Get or create the version of the extension

    ","parent_name":"GPKGCrsWktExtension"},"Classes/GPKGCrsWktExtension.html#/c:objc(cs)GPKGCrsWktExtension(im)has":{"name":"-has","abstract":"

    Determine if the GeoPackage has any version of the extension

    ","parent_name":"GPKGCrsWktExtension"},"Classes/GPKGCrsWktExtension.html#/c:objc(cs)GPKGCrsWktExtension(im)hasMinimum:":{"name":"-hasMinimum:","abstract":"

    Determine if the GeoPackage has at least the minimum version of the","parent_name":"GPKGCrsWktExtension"},"Classes/GPKGCrsWktExtension.html#/c:objc(cs)GPKGCrsWktExtension(im)hasVersion:":{"name":"-hasVersion:","abstract":"

    Determine if the GeoPackage has the version of the extension

    ","parent_name":"GPKGCrsWktExtension"},"Classes/GPKGCrsWktExtension.html#/c:objc(cs)GPKGCrsWktExtension(im)extensionName:":{"name":"-extensionName:","abstract":"

    Get the extension name for the version

    ","parent_name":"GPKGCrsWktExtension"},"Classes/GPKGCrsWktExtension.html#/c:objc(cs)GPKGCrsWktExtension(im)updateDefinition:withSrsId:":{"name":"-updateDefinition:withSrsId:","abstract":"

    Update the extension definition

    ","parent_name":"GPKGCrsWktExtension"},"Classes/GPKGCrsWktExtension.html#/c:objc(cs)GPKGCrsWktExtension(im)definitionWithSrsId:":{"name":"-definitionWithSrsId:","abstract":"

    Get the extension definition

    ","parent_name":"GPKGCrsWktExtension"},"Classes/GPKGCrsWktExtension.html#/c:objc(cs)GPKGCrsWktExtension(im)updateEpoch:withSrsId:":{"name":"-updateEpoch:withSrsId:","abstract":"

    Update the extension epoch

    ","parent_name":"GPKGCrsWktExtension"},"Classes/GPKGCrsWktExtension.html#/c:objc(cs)GPKGCrsWktExtension(im)epochWithSrsId:":{"name":"-epochWithSrsId:","abstract":"

    Get the extension epoch

    ","parent_name":"GPKGCrsWktExtension"},"Classes/GPKGCrsWktExtension.html#/c:objc(cs)GPKGCrsWktExtension(im)hasDefinitionColumn":{"name":"-hasDefinitionColumn","abstract":"

    Determine if the GeoPackage SRS table has the extension definition column

    ","parent_name":"GPKGCrsWktExtension"},"Classes/GPKGCrsWktExtension.html#/c:objc(cs)GPKGCrsWktExtension(im)hasEpochColumn":{"name":"-hasEpochColumn","abstract":"

    Determine if the GeoPackage SRS table has the extension epoch column

    ","parent_name":"GPKGCrsWktExtension"},"Classes/GPKGCrsWktExtension.html#/c:objc(cs)GPKGCrsWktExtension(im)removeExtension":{"name":"-removeExtension","abstract":"

    Remove the extension. Leaves the column and values.

    ","parent_name":"GPKGCrsWktExtension"},"Classes/GPKGCrsWktExtension.html#/c:objc(cs)GPKGCrsWktExtension(im)removeExtension:":{"name":"-removeExtension:","abstract":"

    Remove the extension. Leaves the column and values.

    ","parent_name":"GPKGCrsWktExtension"},"Classes/GPKGBaseExtension.html#/c:objc(cs)GPKGBaseExtension(py)geoPackage":{"name":"geoPackage","abstract":"

    GeoPackage

    ","parent_name":"GPKGBaseExtension"},"Classes/GPKGBaseExtension.html#/c:objc(cs)GPKGBaseExtension(py)extensionsDao":{"name":"extensionsDao","abstract":"

    Extensions DAO

    ","parent_name":"GPKGBaseExtension"},"Classes/GPKGBaseExtension.html#/c:objc(cs)GPKGBaseExtension(im)initWithGeoPackage:":{"name":"-initWithGeoPackage:","abstract":"

    Initialize

    ","parent_name":"GPKGBaseExtension"},"Classes/GPKGBaseExtension.html#/c:objc(cs)GPKGBaseExtension(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGBaseExtension"},"Classes/GPKGBaseExtension.html#/c:objc(cs)GPKGBaseExtension(im)extensionCreateWithName:andTableName:andColumnName:andDefinition:andScope:":{"name":"-extensionCreateWithName:andTableName:andColumnName:andDefinition:andScope:","abstract":"

    Get the extension or create as needed

    ","parent_name":"GPKGBaseExtension"},"Classes/GPKGBaseExtension.html#/c:objc(cs)GPKGBaseExtension(im)extensionsWithName:":{"name":"-extensionsWithName:","abstract":"

    Get the extensions for the name, ignoring table name and column name values

    ","parent_name":"GPKGBaseExtension"},"Classes/GPKGBaseExtension.html#/c:objc(cs)GPKGBaseExtension(im)hasWithExtensionName:":{"name":"-hasWithExtensionName:","abstract":"

    Determine if the GeoPackage has at least one extension, ignoring table name and column name values

    ","parent_name":"GPKGBaseExtension"},"Classes/GPKGBaseExtension.html#/c:objc(cs)GPKGBaseExtension(im)extensionsWithName:andTableName:":{"name":"-extensionsWithName:andTableName:","abstract":"

    Get the extensions for the name and table name, ignoring column name values

    ","parent_name":"GPKGBaseExtension"},"Classes/GPKGBaseExtension.html#/c:objc(cs)GPKGBaseExtension(im)hasWithExtensionName:andTableName:":{"name":"-hasWithExtensionName:andTableName:","abstract":"

    Determine if the GeoPackage has at least one extension, ignoring column name values

    ","parent_name":"GPKGBaseExtension"},"Classes/GPKGBaseExtension.html#/c:objc(cs)GPKGBaseExtension(im)extensionWithName:andTableName:andColumnName:":{"name":"-extensionWithName:andTableName:andColumnName:","abstract":"

    Get the extension for the name, table name, and column name

    ","parent_name":"GPKGBaseExtension"},"Classes/GPKGBaseExtension.html#/c:objc(cs)GPKGBaseExtension(im)hasWithExtensionName:andTableName:andColumnName:":{"name":"-hasWithExtensionName:andTableName:andColumnName:","abstract":"

    Determine if the GeoPackage has the extension

    ","parent_name":"GPKGBaseExtension"},"Classes/GPKGBaseExtension.html#/c:objc(cs)GPKGBaseExtension(im)verifyWritable":{"name":"-verifyWritable","abstract":"

    Verify the GeoPackage is writable and throw an exception if it is not

    ","parent_name":"GPKGBaseExtension"},"Classes/GPKGUTMZone.html#/c:objc(cs)GPKGUTMZone(cm)zone:":{"name":"+zone:","abstract":"

    Get the UTM Zone

    ","parent_name":"GPKGUTMZone"},"Classes/GPKGUTMZone.html#/c:objc(cs)GPKGUTMZone(cm)latDirection:":{"name":"+latDirection:","abstract":"

    Get the UTM Zone Latitude Direction

    ","parent_name":"GPKGUTMZone"},"Classes/GPKGUTMZone.html#/c:objc(cs)GPKGUTMZone(cm)centralMeridian:":{"name":"+centralMeridian:","abstract":"

    Get the central meridian

    ","parent_name":"GPKGUTMZone"},"Classes/GPKGUTMZone.html#/c:objc(cs)GPKGUTMZone(cm)falseNorthing:":{"name":"+falseNorthing:","abstract":"

    Get the UTM Zone False Northing

    ","parent_name":"GPKGUTMZone"},"Classes/GPKGUTMZone.html#/c:objc(cs)GPKGUTMZone(cm)isZone:":{"name":"+isZone:","abstract":"

    Is the EPSG a UTM Zone

    ","parent_name":"GPKGUTMZone"},"Classes/GPKGUTMZone.html#/c:objc(cs)GPKGUTMZone(cm)isNorth:":{"name":"+isNorth:","abstract":"

    Is the EPSG a UTM North Zone

    ","parent_name":"GPKGUTMZone"},"Classes/GPKGUTMZone.html#/c:objc(cs)GPKGUTMZone(cm)isSouth:":{"name":"+isSouth:","abstract":"

    Is the EPSG a UTM South Zone

    ","parent_name":"GPKGUTMZone"},"Classes/GPKGDgiwgWellKnownText.html#/c:objc(cs)GPKGDgiwgWellKnownText(cm)epsg3035":{"name":"+epsg3035","abstract":"

    ETRS89-extended / LAEA Europe

    ","parent_name":"GPKGDgiwgWellKnownText"},"Classes/GPKGDgiwgWellKnownText.html#/c:objc(cs)GPKGDgiwgWellKnownText(cm)epsg3395":{"name":"+epsg3395","abstract":"

    WGS 84 / World Mercator

    ","parent_name":"GPKGDgiwgWellKnownText"},"Classes/GPKGDgiwgWellKnownText.html#/c:objc(cs)GPKGDgiwgWellKnownText(cm)epsg3855":{"name":"+epsg3855","abstract":"

    EGM2008 geoid height

    ","parent_name":"GPKGDgiwgWellKnownText"},"Classes/GPKGDgiwgWellKnownText.html#/c:objc(cs)GPKGDgiwgWellKnownText(cm)epsg3857":{"name":"+epsg3857","abstract":"

    WGS 84 / Pseudo-Mercator

    ","parent_name":"GPKGDgiwgWellKnownText"},"Classes/GPKGDgiwgWellKnownText.html#/c:objc(cs)GPKGDgiwgWellKnownText(cm)epsg3978":{"name":"+epsg3978","abstract":"

    NAD83 / Canada Atlas Lambert

    ","parent_name":"GPKGDgiwgWellKnownText"},"Classes/GPKGDgiwgWellKnownText.html#/c:objc(cs)GPKGDgiwgWellKnownText(cm)epsg4326":{"name":"+epsg4326","abstract":"

    WGS 84 Geographic 2D

    ","parent_name":"GPKGDgiwgWellKnownText"},"Classes/GPKGDgiwgWellKnownText.html#/c:objc(cs)GPKGDgiwgWellKnownText(cm)epsg4979":{"name":"+epsg4979","abstract":"

    WGS 84 Geographic 3D

    ","parent_name":"GPKGDgiwgWellKnownText"},"Classes/GPKGDgiwgWellKnownText.html#/c:objc(cs)GPKGDgiwgWellKnownText(cm)epsg5041":{"name":"+epsg5041","abstract":"

    WGS 84 / UPS North (E,N)

    ","parent_name":"GPKGDgiwgWellKnownText"},"Classes/GPKGDgiwgWellKnownText.html#/c:objc(cs)GPKGDgiwgWellKnownText(cm)epsg5042":{"name":"+epsg5042","abstract":"

    WGS 84 / UPS South (E,N)

    ","parent_name":"GPKGDgiwgWellKnownText"},"Classes/GPKGDgiwgWellKnownText.html#/c:objc(cs)GPKGDgiwgWellKnownText(cm)epsg9518":{"name":"+epsg9518","abstract":"

    WGS84 4326 + EGM2008 height 3855

    ","parent_name":"GPKGDgiwgWellKnownText"},"Classes/GPKGDgiwgWellKnownText.html#/c:objc(cs)GPKGDgiwgWellKnownText(cm)utmZone:":{"name":"+utmZone:","abstract":"

    Get the UTM Zone Well-Known Text

    ","parent_name":"GPKGDgiwgWellKnownText"},"Classes/GPKGDgiwgWellKnownText.html#/c:objc(cs)GPKGDgiwgWellKnownText(cm)lambertConicConformal1SPWithEPSG:andName:andCRS:andGeoDatum:andLatitudeOfOrigin:andCentralMeridian:andScaleFactor:andFalseEasting:andFalseNorthing:":{"name":"+lambertConicConformal1SPWithEPSG:andName:andCRS:andGeoDatum:andLatitudeOfOrigin:andCentralMeridian:andScaleFactor:andFalseEasting:andFalseNorthing:","abstract":"

    Get Lambert Conic Conformal 1SP well-known text

    ","parent_name":"GPKGDgiwgWellKnownText"},"Classes/GPKGDgiwgWellKnownText.html#/c:objc(cs)GPKGDgiwgWellKnownText(cm)lambertConicConformal2SPWithEPSG:andName:andCRS:andGeoDatum:andStandardParallel1:andStandardParallel2:andLatitudeOfOrigin:andCentralMeridian:andFalseEasting:andFalseNorthing:":{"name":"+lambertConicConformal2SPWithEPSG:andName:andCRS:andGeoDatum:andStandardParallel1:andStandardParallel2:andLatitudeOfOrigin:andCentralMeridian:andFalseEasting:andFalseNorthing:","abstract":"

    Get Lambert Conic Conformal 2SP well-known text

    ","parent_name":"GPKGDgiwgWellKnownText"},"Classes/GPKGDgiwgWellKnownText.html#/c:objc(cs)GPKGDgiwgWellKnownText(cm)lambertConicConformal1SPDescription":{"name":"+lambertConicConformal1SPDescription","abstract":"

    Get Lambert Conic Conformal 1SP description

    ","parent_name":"GPKGDgiwgWellKnownText"},"Classes/GPKGDgiwgWellKnownText.html#/c:objc(cs)GPKGDgiwgWellKnownText(cm)lambertConicConformal2SPDescription":{"name":"+lambertConicConformal2SPDescription","abstract":"

    Get Lambert Conic Conformal 2SP description

    ","parent_name":"GPKGDgiwgWellKnownText"},"Classes/GPKGDgiwgValidationKey.html#/c:objc(cs)GPKGDgiwgValidationKey(py)column":{"name":"column","abstract":"

    Column name

    ","parent_name":"GPKGDgiwgValidationKey"},"Classes/GPKGDgiwgValidationKey.html#/c:objc(cs)GPKGDgiwgValidationKey(py)value":{"name":"value","abstract":"

    Value

    ","parent_name":"GPKGDgiwgValidationKey"},"Classes/GPKGDgiwgValidationKey.html#/c:objc(cs)GPKGDgiwgValidationKey(im)initWithColumn:andValue:":{"name":"-initWithColumn:andValue:","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgValidationKey"},"Classes/GPKGDgiwgValidationKey.html#/c:objc(cs)GPKGDgiwgValidationKey(im)initWithColumn:andNumber:":{"name":"-initWithColumn:andNumber:","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgValidationKey"},"Classes/GPKGDgiwgValidationErrors.html#/c:objc(cs)GPKGDgiwgValidationErrors(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgValidationErrors"},"Classes/GPKGDgiwgValidationErrors.html#/c:objc(cs)GPKGDgiwgValidationErrors(im)initWithError:":{"name":"-initWithError:","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgValidationErrors"},"Classes/GPKGDgiwgValidationErrors.html#/c:objc(cs)GPKGDgiwgValidationErrors(im)initWithErrors:":{"name":"-initWithErrors:","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgValidationErrors"},"Classes/GPKGDgiwgValidationErrors.html#/c:objc(cs)GPKGDgiwgValidationErrors(im)initWithValidationErrors:":{"name":"-initWithValidationErrors:","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgValidationErrors"},"Classes/GPKGDgiwgValidationErrors.html#/c:objc(cs)GPKGDgiwgValidationErrors(im)addError:":{"name":"-addError:","abstract":"

    Add a validation error

    ","parent_name":"GPKGDgiwgValidationErrors"},"Classes/GPKGDgiwgValidationErrors.html#/c:objc(cs)GPKGDgiwgValidationErrors(im)addErrors:":{"name":"-addErrors:","abstract":"

    Add validation errors

    ","parent_name":"GPKGDgiwgValidationErrors"},"Classes/GPKGDgiwgValidationErrors.html#/c:objc(cs)GPKGDgiwgValidationErrors(im)addValidationErrors:":{"name":"-addValidationErrors:","abstract":"

    Add validation errors

    ","parent_name":"GPKGDgiwgValidationErrors"},"Classes/GPKGDgiwgValidationErrors.html#/c:objc(cs)GPKGDgiwgValidationErrors(im)isValid":{"name":"-isValid","abstract":"

    Check if valid

    ","parent_name":"GPKGDgiwgValidationErrors"},"Classes/GPKGDgiwgValidationErrors.html#/c:objc(cs)GPKGDgiwgValidationErrors(im)hasErrors":{"name":"-hasErrors","abstract":"

    Has errors

    ","parent_name":"GPKGDgiwgValidationErrors"},"Classes/GPKGDgiwgValidationErrors.html#/c:objc(cs)GPKGDgiwgValidationErrors(im)numErrors":{"name":"-numErrors","abstract":"

    Get the number of errors

    ","parent_name":"GPKGDgiwgValidationErrors"},"Classes/GPKGDgiwgValidationErrors.html#/c:objc(cs)GPKGDgiwgValidationErrors(im)errors":{"name":"-errors","abstract":"

    Get the validation errors

    ","parent_name":"GPKGDgiwgValidationErrors"},"Classes/GPKGDgiwgValidationErrors.html#/c:objc(cs)GPKGDgiwgValidationErrors(im)errorAtIndex:":{"name":"-errorAtIndex:","abstract":"

    Get the validation error at the index

    ","parent_name":"GPKGDgiwgValidationErrors"},"Classes/GPKGDgiwgValidationError.html#/c:objc(cs)GPKGDgiwgValidationError(py)table":{"name":"table","abstract":"

    Table name

    ","parent_name":"GPKGDgiwgValidationError"},"Classes/GPKGDgiwgValidationError.html#/c:objc(cs)GPKGDgiwgValidationError(py)column":{"name":"column","abstract":"

    Column name

    ","parent_name":"GPKGDgiwgValidationError"},"Classes/GPKGDgiwgValidationError.html#/c:objc(cs)GPKGDgiwgValidationError(py)value":{"name":"value","abstract":"

    Error causing value

    ","parent_name":"GPKGDgiwgValidationError"},"Classes/GPKGDgiwgValidationError.html#/c:objc(cs)GPKGDgiwgValidationError(py)constraint":{"name":"constraint","abstract":"

    Constraint

    ","parent_name":"GPKGDgiwgValidationError"},"Classes/GPKGDgiwgValidationError.html#/c:objc(cs)GPKGDgiwgValidationError(py)requirement":{"name":"requirement","abstract":"

    Requirement

    ","parent_name":"GPKGDgiwgValidationError"},"Classes/GPKGDgiwgValidationError.html#/c:objc(cs)GPKGDgiwgValidationError(py)primaryKeys":{"name":"primaryKeys","abstract":"

    Row primary keys

    ","parent_name":"GPKGDgiwgValidationError"},"Classes/GPKGDgiwgValidationError.html#/c:objc(cs)GPKGDgiwgValidationError(im)initWithTable:andColumn:andValue:andConstraint:andRequirement:":{"name":"-initWithTable:andColumn:andValue:andConstraint:andRequirement:","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgValidationError"},"Classes/GPKGDgiwgValidationError.html#/c:objc(cs)GPKGDgiwgValidationError(im)initWithTable:andColumn:andNumber:andConstraint:andRequirement:":{"name":"-initWithTable:andColumn:andNumber:andConstraint:andRequirement:","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgValidationError"},"Classes/GPKGDgiwgValidationError.html#/c:objc(cs)GPKGDgiwgValidationError(im)initWithTable:andColumn:andNumber:andConstraintValue:andRequirement:":{"name":"-initWithTable:andColumn:andNumber:andConstraintValue:andRequirement:","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgValidationError"},"Classes/GPKGDgiwgValidationError.html#/c:objc(cs)GPKGDgiwgValidationError(im)initWithTable:andValue:andConstraint:andRequirement:":{"name":"-initWithTable:andValue:andConstraint:andRequirement:","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgValidationError"},"Classes/GPKGDgiwgValidationError.html#/c:objc(cs)GPKGDgiwgValidationError(im)initWithValue:andConstraint:andRequirement:":{"name":"-initWithValue:andConstraint:andRequirement:","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgValidationError"},"Classes/GPKGDgiwgValidationError.html#/c:objc(cs)GPKGDgiwgValidationError(im)initWithConstraint:andRequirement:":{"name":"-initWithConstraint:andRequirement:","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgValidationError"},"Classes/GPKGDgiwgValidationError.html#/c:objc(cs)GPKGDgiwgValidationError(im)initWithTable:andValue:andConstraint:andRequirement:andKey:":{"name":"-initWithTable:andValue:andConstraint:andRequirement:andKey:","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgValidationError"},"Classes/GPKGDgiwgValidationError.html#/c:objc(cs)GPKGDgiwgValidationError(im)initWithTable:andValue:andConstraint:andRequirement:andKeys:":{"name":"-initWithTable:andValue:andConstraint:andRequirement:andKeys:","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgValidationError"},"Classes/GPKGDgiwgValidationError.html#/c:objc(cs)GPKGDgiwgValidationError(im)initWithTable:andColumn:andValue:andConstraint:andRequirement:andKey:":{"name":"-initWithTable:andColumn:andValue:andConstraint:andRequirement:andKey:","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgValidationError"},"Classes/GPKGDgiwgValidationError.html#/c:objc(cs)GPKGDgiwgValidationError(im)initWithTable:andColumn:andValue:andConstraint:andRequirement:andKeys:":{"name":"-initWithTable:andColumn:andValue:andConstraint:andRequirement:andKeys:","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgValidationError"},"Classes/GPKGDgiwgValidationError.html#/c:objc(cs)GPKGDgiwgValidationError(im)initWithTable:andColumn:andNumber:andConstraint:andRequirement:andKey:":{"name":"-initWithTable:andColumn:andNumber:andConstraint:andRequirement:andKey:","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgValidationError"},"Classes/GPKGDgiwgValidationError.html#/c:objc(cs)GPKGDgiwgValidationError(im)initWithTable:andColumn:andNumber:andConstraint:andRequirement:andKeys:":{"name":"-initWithTable:andColumn:andNumber:andConstraint:andRequirement:andKeys:","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgValidationError"},"Classes/GPKGDgiwgValidationError.html#/c:objc(cs)GPKGDgiwgValidationError(im)initWithTable:andColumn:andNumber:andConstraintValue:andRequirement:andKey:":{"name":"-initWithTable:andColumn:andNumber:andConstraintValue:andRequirement:andKey:","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgValidationError"},"Classes/GPKGDgiwgValidationError.html#/c:objc(cs)GPKGDgiwgValidationError(im)initWithTable:andColumn:andNumber:andConstraintValue:andRequirement:andKeys:":{"name":"-initWithTable:andColumn:andNumber:andConstraintValue:andRequirement:andKeys:","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgValidationError"},"Classes/GPKGDgiwgValidate.html#/c:objc(cs)GPKGDgiwgValidate(cm)isValid:":{"name":"+isValid:","abstract":"

    Is the GeoPackage valid according to the DGIWG GeoPackage Profile

    ","parent_name":"GPKGDgiwgValidate"},"Classes/GPKGDgiwgValidate.html#/c:objc(cs)GPKGDgiwgValidate(cm)validate:":{"name":"+validate:","abstract":"

    Validate the GeoPackage against the DGIWG GeoPackage Profile

    ","parent_name":"GPKGDgiwgValidate"},"Classes/GPKGDgiwgValidate.html#/c:objc(cs)GPKGDgiwgValidate(cm)validateBase:":{"name":"+validateBase:","abstract":"

    Validate the base GeoPackage against the DGIWG GeoPackage Profile

    ","parent_name":"GPKGDgiwgValidate"},"Classes/GPKGDgiwgValidate.html#/c:objc(cs)GPKGDgiwgValidate(cm)validateTable:inGeoPackage:":{"name":"+validateTable:inGeoPackage:","abstract":"

    Validate the GeoPackage table against the DGIWG GeoPackage Profile

    ","parent_name":"GPKGDgiwgValidate"},"Classes/GPKGDgiwgValidate.html#/c:objc(cs)GPKGDgiwgValidate(cm)validateTables:inGeoPackage:":{"name":"+validateTables:inGeoPackage:","abstract":"

    Validate the GeoPackage tables against the DGIWG GeoPackage Profile

    ","parent_name":"GPKGDgiwgValidate"},"Classes/GPKGDgiwgValidate.html#/c:objc(cs)GPKGDgiwgValidate(cm)validateMetadata:":{"name":"+validateMetadata:","abstract":"

    Validate the GeoPackage metadata

    ","parent_name":"GPKGDgiwgValidate"},"Classes/GPKGDgiwgValidate.html#/c:objc(cs)GPKGDgiwgValidate(cm)validateTileTable:inGeoPackage:":{"name":"+validateTileTable:inGeoPackage:","abstract":"

    Validate tile table

    ","parent_name":"GPKGDgiwgValidate"},"Classes/GPKGDgiwgValidate.html#/c:objc(cs)GPKGDgiwgValidate(cm)validateCRSWithTileTable:andSRS:":{"name":"+validateCRSWithTileTable:andSRS:","abstract":"

    Validate the tile coordinate reference system

    ","parent_name":"GPKGDgiwgValidate"},"Classes/GPKGDgiwgValidate.html#/c:objc(cs)GPKGDgiwgValidate(cm)validateFeatureTable:inGeoPackage:":{"name":"+validateFeatureTable:inGeoPackage:","abstract":"

    Validate feature table

    ","parent_name":"GPKGDgiwgValidate"},"Classes/GPKGDgiwgValidate.html#/c:objc(cs)GPKGDgiwgValidate(cm)validateCRSWithFeatureTable:andSRS:":{"name":"+validateCRSWithFeatureTable:andSRS:","abstract":"

    Validate the feature coordinate reference system

    ","parent_name":"GPKGDgiwgValidate"},"Classes/GPKGDgiwgUtils.html#/c:objc(cs)GPKGDgiwgUtils(cm)createTilesWithGeoPackage:andTable:andIdentifier:andDescription:andInformativeBounds:andSRS:andExtentBounds:":{"name":"+createTilesWithGeoPackage:andTable:andIdentifier:andDescription:andInformativeBounds:andSRS:andExtentBounds:","abstract":"

    Create tiles table

    ","parent_name":"GPKGDgiwgUtils"},"Classes/GPKGDgiwgUtils.html#/c:objc(cs)GPKGDgiwgUtils(cm)createTileMatricesWithGeoPackage:andTable:andBounds:andMinZoom:andMaxZoom:andWidth:andHeight:":{"name":"+createTileMatricesWithGeoPackage:andTable:andBounds:andMinZoom:andMaxZoom:andWidth:andHeight:","abstract":"

    Create tile matrices for zoom levels

    ","parent_name":"GPKGDgiwgUtils"},"Classes/GPKGDgiwgUtils.html#/c:objc(cs)GPKGDgiwgUtils(cm)createTileMatricesWithGeoPackage:andTable:andBounds:andZoomLevels:andWidth:andHeight:":{"name":"+createTileMatricesWithGeoPackage:andTable:andBounds:andZoomLevels:andWidth:andHeight:","abstract":"

    Create tile matrices for zoom levels

    ","parent_name":"GPKGDgiwgUtils"},"Classes/GPKGDgiwgUtils.html#/c:objc(cs)GPKGDgiwgUtils(cm)createTileMatrixWithGeoPackage:andTable:andBounds:andZoom:andWidth:andHeight:":{"name":"+createTileMatrixWithGeoPackage:andTable:andBounds:andZoom:andWidth:andHeight:","abstract":"

    Create a tile matrix for a zoom level

    ","parent_name":"GPKGDgiwgUtils"},"Classes/GPKGDgiwgUtils.html#/c:objc(cs)GPKGDgiwgUtils(cm)createTileMatrixWithGeoPackage:andTable:andZoom:andWidth:andHeight:andPixelX:andPixelY:":{"name":"+createTileMatrixWithGeoPackage:andTable:andZoom:andWidth:andHeight:andPixelX:andPixelY:","abstract":"

    Create a tile matrix for a zoom level

    ","parent_name":"GPKGDgiwgUtils"},"Classes/GPKGDgiwgUtils.html#/c:objc(cs)GPKGDgiwgUtils(cm)createFeaturesWithGeoPackage:andTable:andIdentifier:andDescription:andBounds:andGeometryType:andDataType:andColumns:andSRS:":{"name":"+createFeaturesWithGeoPackage:andTable:andIdentifier:andDescription:andBounds:andGeometryType:andDataType:andColumns:andSRS:","abstract":"

    Create features table

    ","parent_name":"GPKGDgiwgUtils"},"Classes/GPKGDgiwgUtils.html#/c:objc(cs)GPKGDgiwgUtils(cm)createMetadataWithGeoPackage:andMetadata:andReference:":{"name":"+createMetadataWithGeoPackage:andMetadata:andReference:","abstract":"

    Create metadata and metadata reference

    ","parent_name":"GPKGDgiwgUtils"},"Classes/GPKGDgiwgUtils.html#/c:objc(cs)GPKGDgiwgUtils(cm)createMetadataWithGeoPackage:andMetadata:":{"name":"+createMetadataWithGeoPackage:andMetadata:","abstract":"

    Create metadata

    ","parent_name":"GPKGDgiwgUtils"},"Classes/GPKGDgiwgUtils.html#/c:objc(cs)GPKGDgiwgUtils(cm)createMetadataReferenceWithGeoPackage:andMetadata:andReference:":{"name":"+createMetadataReferenceWithGeoPackage:andMetadata:andReference:","abstract":"

    Create metadata reference

    ","parent_name":"GPKGDgiwgUtils"},"Classes/GPKGDgiwgUtils.html#/c:objc(cs)GPKGDgiwgUtils(cm)createMetadataReferenceWithGeoPackage:andReference:":{"name":"+createMetadataReferenceWithGeoPackage:andReference:","abstract":"

    Create metadata reference

    ","parent_name":"GPKGDgiwgUtils"},"Classes/GPKGDgiwgUtils.html#/c:objc(cs)GPKGDgiwgUtils(cm)createGeoPackageSeriesMetadata:withGeoPackage:andURI:":{"name":"+createGeoPackageSeriesMetadata:withGeoPackage:andURI:","abstract":"

    Create GeoPackage metadata with a series scope and metadata reference

    ","parent_name":"GPKGDgiwgUtils"},"Classes/GPKGDgiwgUtils.html#/c:objc(cs)GPKGDgiwgUtils(cm)createGeoPackageDatasetMetadata:withGeoPackage:andURI:":{"name":"+createGeoPackageDatasetMetadata:withGeoPackage:andURI:","abstract":"

    Create GeoPackage metadata with a dataset scope and metadata reference

    ","parent_name":"GPKGDgiwgUtils"},"Classes/GPKGDgiwgUtils.html#/c:objc(cs)GPKGDgiwgUtils(cm)createGeoPackageMetadata:withGeoPackage:andScope:andURI:":{"name":"+createGeoPackageMetadata:withGeoPackage:andScope:andURI:","abstract":"

    Create GeoPackage metadata and metadata reference

    ","parent_name":"GPKGDgiwgUtils"},"Classes/GPKGDgiwgUtils.html#/c:objc(cs)GPKGDgiwgUtils(cm)createMetadata:withGeoPackage:andScope:andURI:andReference:":{"name":"+createMetadata:withGeoPackage:andScope:andURI:andReference:","abstract":"

    Create metadata and metadata reference

    ","parent_name":"GPKGDgiwgUtils"},"Classes/GPKGDgiwgRequirements.html#/c:objc(cs)GPKGDgiwgRequirements(cm)number:":{"name":"+number:","abstract":"

    Get the requirement number

    ","parent_name":"GPKGDgiwgRequirements"},"Classes/GPKGDgiwgRequirements.html#/c:objc(cs)GPKGDgiwgRequirements(cm)name:":{"name":"+name:","abstract":"

    Get the requirement name

    ","parent_name":"GPKGDgiwgRequirements"},"Classes/GPKGDgiwgRequirements.html#/c:objc(cs)GPKGDgiwgRequirements(cm)identifier:":{"name":"+identifier:","abstract":"

    Get the requirement identifier

    ","parent_name":"GPKGDgiwgRequirements"},"Classes/GPKGDgiwgRequirements.html#/c:objc(cs)GPKGDgiwgRequirements(cm)fullIdentifier:":{"name":"+fullIdentifier:","abstract":"

    Get the full requirement identifier with prefix

    ","parent_name":"GPKGDgiwgRequirements"},"Classes/GPKGDgiwgRequirements.html#/c:objc(cs)GPKGDgiwgRequirements(cm)description:":{"name":"+description:","abstract":"

    Get the description

    ","parent_name":"GPKGDgiwgRequirements"},"Classes/GPKGDgiwgMetadata.html#/c:objc(cs)GPKGDgiwgMetadata(cm)createSeriesMetadata:withURI:":{"name":"+createSeriesMetadata:withURI:","abstract":"

    Create a new metadata object with a series scope

    ","parent_name":"GPKGDgiwgMetadata"},"Classes/GPKGDgiwgMetadata.html#/c:objc(cs)GPKGDgiwgMetadata(cm)createDatasetMetadata:withURI:":{"name":"+createDatasetMetadata:withURI:","abstract":"

    Create a new metadata object with a dataset scope

    ","parent_name":"GPKGDgiwgMetadata"},"Classes/GPKGDgiwgMetadata.html#/c:objc(cs)GPKGDgiwgMetadata(cm)createMetadata:withScope:andURI:":{"name":"+createMetadata:withScope:andURI:","abstract":"

    Create a new metadata object

    ","parent_name":"GPKGDgiwgMetadata"},"Classes/GPKGDgiwgMetadata.html#/c:objc(cs)GPKGDgiwgMetadata(cm)createGeoPackageMetadataReference":{"name":"+createGeoPackageMetadataReference","abstract":"

    Create a new metadata reference object with a GeoPackage scope

    ","parent_name":"GPKGDgiwgMetadata"},"Classes/GPKGDgiwgMetadata.html#/c:objc(cs)GPKGDgiwgMetadata(cm)createMetadataReferenceWithScope:":{"name":"+createMetadataReferenceWithScope:","abstract":"

    Create a new metadata reference object

    ","parent_name":"GPKGDgiwgMetadata"},"Classes/GPKGDgiwgMetadata.html#/c:objc(cs)GPKGDgiwgMetadata(cm)queryGeoPackageDMFMetadata:":{"name":"+queryGeoPackageDMFMetadata:","abstract":"

    Query for GeoPackage DGIWG Metadata Foundation (DMF) metadata

    ","parent_name":"GPKGDgiwgMetadata"},"Classes/GPKGDgiwgMetadata.html#/c:objc(cs)GPKGDgiwgMetadata(cm)queryGeoPackageNASMetadata:":{"name":"+queryGeoPackageNASMetadata:","abstract":"

    Query for GeoPackage NSG Metadata Foundation (NMF) NSG Application Schema","parent_name":"GPKGDgiwgMetadata"},"Classes/GPKGDgiwgMetadata.html#/c:objc(cs)GPKGDgiwgMetadata(cm)queryGeoPackageMetadata:withBaseURI:":{"name":"+queryGeoPackageMetadata:withBaseURI:","abstract":"

    Query for GeoPackage metadata

    ","parent_name":"GPKGDgiwgMetadata"},"Classes/GPKGDgiwgGeoPackageManager.html#/c:objc(cs)GPKGDgiwgGeoPackageManager(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgGeoPackageManager"},"Classes/GPKGDgiwgGeoPackageManager.html#/c:objc(cs)GPKGDgiwgGeoPackageManager(im)create:withMetadata:":{"name":"-create:withMetadata:","abstract":"

    Create a GeoPackage

    ","parent_name":"GPKGDgiwgGeoPackageManager"},"Classes/GPKGDgiwgGeoPackageManager.html#/c:objc(cs)GPKGDgiwgGeoPackageManager(im)create:withURI:andMetadata:":{"name":"-create:withURI:andMetadata:","abstract":"

    Create a GeoPackage

    ","parent_name":"GPKGDgiwgGeoPackageManager"},"Classes/GPKGDgiwgGeoPackageManager.html#/c:objc(cs)GPKGDgiwgGeoPackageManager(im)create:inDirectory:withMetadata:":{"name":"-create:inDirectory:withMetadata:","abstract":"

    Create a new GeoPackage database in specified directory

    ","parent_name":"GPKGDgiwgGeoPackageManager"},"Classes/GPKGDgiwgGeoPackageManager.html#/c:objc(cs)GPKGDgiwgGeoPackageManager(im)create:inDirectory:withURI:andMetadata:":{"name":"-create:inDirectory:withURI:andMetadata:","abstract":"

    Create a new GeoPackage database in specified directory

    ","parent_name":"GPKGDgiwgGeoPackageManager"},"Classes/GPKGDgiwgGeoPackageManager.html#/c:objc(cs)GPKGDgiwgGeoPackageManager(im)open:":{"name":"-open:","abstract":"

    Open the database

    ","parent_name":"GPKGDgiwgGeoPackageManager"},"Classes/GPKGDgiwgGeoPackageManager.html#/c:objc(cs)GPKGDgiwgGeoPackageManager(im)open:andValidate:":{"name":"-open:andValidate:","abstract":"

    Open the database

    ","parent_name":"GPKGDgiwgGeoPackageManager"},"Classes/GPKGDgiwgGeoPackageManager.html#/c:objc(cs)GPKGDgiwgGeoPackageManager(im)openDGIWG:":{"name":"-openDGIWG:","abstract":"

    Open the database

    ","parent_name":"GPKGDgiwgGeoPackageManager"},"Classes/GPKGDgiwgGeoPackageManager.html#/c:objc(cs)GPKGDgiwgGeoPackageManager(im)openDGIWG:andValidate:":{"name":"-openDGIWG:andValidate:","abstract":"

    Open the database

    ","parent_name":"GPKGDgiwgGeoPackageManager"},"Classes/GPKGDgiwgGeoPackageManager.html#/c:objc(cs)GPKGDgiwgGeoPackageManager(im)deleteDGIWG:":{"name":"-deleteDGIWG:","abstract":"

    Delete the database

    ","parent_name":"GPKGDgiwgGeoPackageManager"},"Classes/GPKGDgiwgGeoPackageManager.html#/c:objc(cs)GPKGDgiwgGeoPackageManager(im)deleteDGIWG:andFile:":{"name":"-deleteDGIWG:andFile:","abstract":"

    Delete the database

    ","parent_name":"GPKGDgiwgGeoPackageManager"},"Classes/GPKGDgiwgGeoPackageManager.html#/c:objc(cs)GPKGDgiwgGeoPackageManager(cm)isValid:":{"name":"+isValid:","abstract":"

    Is the GeoPackage valid according to the DGIWG GeoPackage Profile

    ","parent_name":"GPKGDgiwgGeoPackageManager"},"Classes/GPKGDgiwgGeoPackageManager.html#/c:objc(cs)GPKGDgiwgGeoPackageManager(cm)validate:":{"name":"+validate:","abstract":"

    Validate the GeoPackage against the DGIWG GeoPackage Profile

    ","parent_name":"GPKGDgiwgGeoPackageManager"},"Classes/GPKGDgiwgGeoPackageFactory.html#/c:objc(cs)GPKGDgiwgGeoPackageFactory(cm)manager":{"name":"+manager","abstract":"

    Get a GeoPackage Manager

    ","parent_name":"GPKGDgiwgGeoPackageFactory"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)initWithGeoPackage:":{"name":"-initWithGeoPackage:","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)file":{"name":"-file","abstract":"

    Get the DGIWG file

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)fileName":{"name":"-fileName","abstract":"

    Get the DGIWG file name

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)isValid":{"name":"-isValid","abstract":"

    Is the GeoPackage valid according to the DGIWG GeoPackage Profile

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)validate":{"name":"-validate","abstract":"

    Validate the GeoPackage against the DGIWG GeoPackage Profile

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)errors":{"name":"-errors","abstract":"

    Get the most recent {@link #validate()} results

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)validateTable:":{"name":"-validateTable:","abstract":"

    Validate the GeoPackage table against the DGIWG GeoPackage Profile

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)validateTables:":{"name":"-validateTables:","abstract":"

    Validate the GeoPackage tables against the DGIWG GeoPackage Profile

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createTilesWithTable:andCRS:":{"name":"-createTilesWithTable:andCRS:","abstract":"

    Create tiles table

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createTilesWithTable:andIdentifier:andDescription:andCRS:":{"name":"-createTilesWithTable:andIdentifier:andDescription:andCRS:","abstract":"

    Create tiles table

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createTilesWithTable:andIdentifier:andDescription:andInformativeBounds:andCRS:":{"name":"-createTilesWithTable:andIdentifier:andDescription:andInformativeBounds:andCRS:","abstract":"

    Create tiles table

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createTilesWithTable:andCRS:andExtentBounds:":{"name":"-createTilesWithTable:andCRS:andExtentBounds:","abstract":"

    Create tiles table

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createTilesWithTable:andIdentifier:andDescription:andCRS:andExtentBounds:":{"name":"-createTilesWithTable:andIdentifier:andDescription:andCRS:andExtentBounds:","abstract":"

    Create tiles table

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createTilesWithTable:andIdentifier:andDescription:andInformativeBounds:andCRS:andExtentBounds:":{"name":"-createTilesWithTable:andIdentifier:andDescription:andInformativeBounds:andCRS:andExtentBounds:","abstract":"

    Create tiles table

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createTilesWithTable:andSRS:andExtentBounds:":{"name":"-createTilesWithTable:andSRS:andExtentBounds:","abstract":"

    Create tiles table

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createTilesWithTable:andIdentifier:andDescription:andSRS:andExtentBounds:":{"name":"-createTilesWithTable:andIdentifier:andDescription:andSRS:andExtentBounds:","abstract":"

    Create tiles table

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createTilesWithTable:andIdentifier:andDescription:andInformativeBounds:andSRS:andExtentBounds:":{"name":"-createTilesWithTable:andIdentifier:andDescription:andInformativeBounds:andSRS:andExtentBounds:","abstract":"

    Create tiles table

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createTileMatricesWithTileMatrixSet:andMinZoom:andMaxZoom:andWidth:andHeight:":{"name":"-createTileMatricesWithTileMatrixSet:andMinZoom:andMaxZoom:andWidth:andHeight:","abstract":"

    Create tile matrices for zoom levels

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createTileMatricesWithTable:andBounds:andMinZoom:andMaxZoom:andWidth:andHeight:":{"name":"-createTileMatricesWithTable:andBounds:andMinZoom:andMaxZoom:andWidth:andHeight:","abstract":"

    Create tile matrices for zoom levels

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createTileMatricesWithTileMatrixSet:andZoomLevels:andWidth:andHeight:":{"name":"-createTileMatricesWithTileMatrixSet:andZoomLevels:andWidth:andHeight:","abstract":"

    Create tile matrices for zoom levels

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createTileMatricesWithTable:andBounds:andZoomLevels:andWidth:andHeight:":{"name":"-createTileMatricesWithTable:andBounds:andZoomLevels:andWidth:andHeight:","abstract":"

    Create tile matrices for zoom levels

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createTileMatrixWithTileMatrixSet:andZoom:andWidth:andHeight:":{"name":"-createTileMatrixWithTileMatrixSet:andZoom:andWidth:andHeight:","abstract":"

    Create a tile matrix for a zoom level

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createTileMatrixWithTable:andBounds:andZoom:andWidth:andHeight:":{"name":"-createTileMatrixWithTable:andBounds:andZoom:andWidth:andHeight:","abstract":"

    Create a tile matrix for a zoom level

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createTileMatrixWithTable:andZoom:andWidth:andHeight:andPixelX:andPixelY:":{"name":"-createTileMatrixWithTable:andZoom:andWidth:andHeight:andPixelX:andPixelY:","abstract":"

    Create a tile matrix for a zoom level

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createFeaturesWithTable:andGeometryType:andCRS:":{"name":"-createFeaturesWithTable:andGeometryType:andCRS:","abstract":"

    Create features table

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createFeaturesWithTable:andGeometryType:andColumns:andCRS:":{"name":"-createFeaturesWithTable:andGeometryType:andColumns:andCRS:","abstract":"

    Create features table

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createFeaturesWithTable:andIdentifier:andDescription:andGeometryType:andCRS:":{"name":"-createFeaturesWithTable:andIdentifier:andDescription:andGeometryType:andCRS:","abstract":"

    Create features table

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createFeaturesWithTable:andIdentifier:andDescription:andGeometryType:andColumns:andCRS:":{"name":"-createFeaturesWithTable:andIdentifier:andDescription:andGeometryType:andColumns:andCRS:","abstract":"

    Create features table

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createFeaturesWithTable:andBounds:andGeometryType:andCRS:":{"name":"-createFeaturesWithTable:andBounds:andGeometryType:andCRS:","abstract":"

    Create features table

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createFeaturesWithTable:andBounds:andGeometryType:andColumns:andCRS:":{"name":"-createFeaturesWithTable:andBounds:andGeometryType:andColumns:andCRS:","abstract":"

    Create features table

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createFeaturesWithTable:andIdentifier:andDescription:andBounds:andGeometryType:andCRS:":{"name":"-createFeaturesWithTable:andIdentifier:andDescription:andBounds:andGeometryType:andCRS:","abstract":"

    Create features table

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createFeaturesWithTable:andIdentifier:andDescription:andBounds:andGeometryType:andColumns:andCRS:":{"name":"-createFeaturesWithTable:andIdentifier:andDescription:andBounds:andGeometryType:andColumns:andCRS:","abstract":"

    Create features table

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createFeaturesWithTable:andBounds:andGeometryType:andDataType:andSRS:":{"name":"-createFeaturesWithTable:andBounds:andGeometryType:andDataType:andSRS:","abstract":"

    Create features table

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createFeaturesWithTable:andBounds:andGeometryType:andDataType:andColumns:andSRS:":{"name":"-createFeaturesWithTable:andBounds:andGeometryType:andDataType:andColumns:andSRS:","abstract":"

    Create features table

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createFeaturesWithTable:andIdentifier:andDescription:andBounds:andGeometryType:andDataType:andSRS:":{"name":"-createFeaturesWithTable:andIdentifier:andDescription:andBounds:andGeometryType:andDataType:andSRS:","abstract":"

    Create features table

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createFeaturesWithTable:andIdentifier:andDescription:andBounds:andGeometryType:andDataType:andColumns:andSRS:":{"name":"-createFeaturesWithTable:andIdentifier:andDescription:andBounds:andGeometryType:andDataType:andColumns:andSRS:","abstract":"

    Create features table

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createMetadata:andReference:":{"name":"-createMetadata:andReference:","abstract":"

    Create metadata and metadata reference

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createMetadata:":{"name":"-createMetadata:","abstract":"

    Create metadata

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createMetadataReference:withMetadata:":{"name":"-createMetadataReference:withMetadata:","abstract":"

    Create metadata reference

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createMetadataReference:":{"name":"-createMetadataReference:","abstract":"

    Create metadata reference

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createGeoPackageSeriesMetadata:withURI:":{"name":"-createGeoPackageSeriesMetadata:withURI:","abstract":"

    Create GeoPackage metadata with a series scope and metadata reference

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createGeoPackageDatasetMetadata:withURI:":{"name":"-createGeoPackageDatasetMetadata:withURI:","abstract":"

    Create GeoPackage metadata with a dataset scope and metadata reference

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createGeoPackageMetadata:withScope:andURI:":{"name":"-createGeoPackageMetadata:withScope:andURI:","abstract":"

    Create GeoPackage metadata and metadata reference

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createMetadata:withScope:andURI:andReference:":{"name":"-createMetadata:withScope:andURI:andReference:","abstract":"

    Create metadata and metadata reference

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)queryGeoPackageDMFMetadata":{"name":"-queryGeoPackageDMFMetadata","abstract":"

    Query for GeoPackage DGIWG Metadata Foundation (DMF) metadata

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)queryGeoPackageNASMetadata":{"name":"-queryGeoPackageNASMetadata","abstract":"

    Query for GeoPackage NSG Metadata Foundation (NMF) NSG Application Schema","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)queryGeoPackageMetadataWithBaseURI:":{"name":"-queryGeoPackageMetadataWithBaseURI:","abstract":"

    Query for GeoPackage metadata

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(py)producer":{"name":"producer","abstract":"

    GeoPackage producer

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(py)dataProduct":{"name":"dataProduct","abstract":"

    Data Product(s)

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(py)geographicCoverageArea":{"name":"geographicCoverageArea","abstract":"

    Geographic Coverage Area

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(py)zoomLevels":{"name":"zoomLevels","abstract":"

    Zoom Levels

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(py)version":{"name":"version","abstract":"

    Version

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(py)creationDateText":{"name":"creationDateText","abstract":"

    GeoPackage Creation Date

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(py)creationDate":{"name":"creationDate","abstract":"

    GeoPackage Creation Date

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(py)additional":{"name":"additional","abstract":"

    Optional additional elements, for mission or agency specific use

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(im)initWithName:":{"name":"-initWithName:","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(im)zoomLevel1":{"name":"-zoomLevel1","abstract":"

    Get the zoom level part 1, max zoom or scale map units

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(im)hasZoomLevel1":{"name":"-hasZoomLevel1","abstract":"

    Has a zoom level part 1, max zoom or scale map units

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(im)zoomLevel2":{"name":"-zoomLevel2","abstract":"

    Get the zoom level part 2, max zoom or scale surface units

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(im)hasZoomLevel2":{"name":"-hasZoomLevel2","abstract":"

    Has a zoom level part 2, max zoom or scale surface units

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(im)setZoomLevelRangeWithMin:andMax:":{"name":"-setZoomLevelRangeWithMin:andMax:","abstract":"

    Set the zoom level range

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(im)setZoomLevelScaleWithMapUnits:andSurfaceUnits:":{"name":"-setZoomLevelScaleWithMapUnits:andSurfaceUnits:","abstract":"

    Set the zoom level map scale

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(im)majorVersion":{"name":"-majorVersion","abstract":"

    Get the major version

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(im)hasMajorVersion":{"name":"-hasMajorVersion","abstract":"

    Has a major version

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(im)minorVersion":{"name":"-minorVersion","abstract":"

    Get the minor version

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(im)hasMinorVersion":{"name":"-hasMinorVersion","abstract":"

    Has a minor version

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(im)setVersionWithMajor:andMinor:":{"name":"-setVersionWithMajor:andMinor:","abstract":"

    Set the version

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(im)hasAdditional":{"name":"-hasAdditional","abstract":"

    Has additional elements

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(im)addAdditional:":{"name":"-addAdditional:","abstract":"

    Add an additional element

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(im)isInformative":{"name":"-isInformative","abstract":"

    Determine if a complete informative file name

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(im)name":{"name":"-name","abstract":"

    Get the file name

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(im)nameWithExtension":{"name":"-nameWithExtension","abstract":"

    Get the file name with GeoPackage extension

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(im)delimitersToSpaces:":{"name":"-delimitersToSpaces:","abstract":"

    Replace word delimiters with spaces

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFile.html#/c:objc(cs)GPKGDgiwgFile(py)file":{"name":"file","abstract":"

    GeoPackage File

    ","parent_name":"GPKGDgiwgFile"},"Classes/GPKGDgiwgFile.html#/c:objc(cs)GPKGDgiwgFile(py)fileName":{"name":"fileName","abstract":"

    DGIWG File Name

    ","parent_name":"GPKGDgiwgFile"},"Classes/GPKGDgiwgFile.html#/c:objc(cs)GPKGDgiwgFile(im)initWithFile:":{"name":"-initWithFile:","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgFile"},"Classes/GPKGDgiwgFile.html#/c:objc(cs)GPKGDgiwgFile(im)initWithFile:andFileName:":{"name":"-initWithFile:andFileName:","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgFile"},"Classes/GPKGDgiwgFile.html#/c:objc(cs)GPKGDgiwgFile(im)initWithFile:andName:":{"name":"-initWithFile:andName:","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgFile"},"Classes/GPKGDgiwgFile.html#/c:objc(cs)GPKGDgiwgFile(im)name":{"name":"-name","abstract":"

    Get the file name

    ","parent_name":"GPKGDgiwgFile"},"Classes/GPKGDgiwgFile.html#/c:objc(cs)GPKGDgiwgFile(im)setFileNameFromFile:":{"name":"-setFileNameFromFile:","abstract":"

    Set the DGIWG file name

    ","parent_name":"GPKGDgiwgFile"},"Classes/GPKGDgiwgDataTypes.html#/c:objc(cs)GPKGDgiwgDataTypes(cm)dataType:":{"name":"+dataType:","abstract":"

    Get the contents data type

    ","parent_name":"GPKGDgiwgDataTypes"},"Classes/GPKGDgiwgDataTypes.html#/c:objc(cs)GPKGDgiwgDataTypes(cm)name:":{"name":"+name:","abstract":"

    Get the name

    ","parent_name":"GPKGDgiwgDataTypes"},"Classes/GPKGDgiwgDataTypes.html#/c:objc(cs)GPKGDgiwgDataTypes(cm)dimension:":{"name":"+dimension:","abstract":"

    Get the dimension

    ","parent_name":"GPKGDgiwgDataTypes"},"Classes/GPKGDgiwgDataTypes.html#/c:objc(cs)GPKGDgiwgDataTypes(cm)isFeatures:":{"name":"+isFeatures:","abstract":"

    Is a features data type

    ","parent_name":"GPKGDgiwgDataTypes"},"Classes/GPKGDgiwgDataTypes.html#/c:objc(cs)GPKGDgiwgDataTypes(cm)isTiles:":{"name":"+isTiles:","abstract":"

    Is a tiles data type

    ","parent_name":"GPKGDgiwgDataTypes"},"Classes/GPKGDgiwgDataTypes.html#/c:objc(cs)GPKGDgiwgDataTypes(cm)is2D:":{"name":"+is2D:","abstract":"

    Is a 2D data type

    ","parent_name":"GPKGDgiwgDataTypes"},"Classes/GPKGDgiwgDataTypes.html#/c:objc(cs)GPKGDgiwgDataTypes(cm)is3D:":{"name":"+is3D:","abstract":"

    Is a 3D data type

    ","parent_name":"GPKGDgiwgDataTypes"},"Classes/GPKGDgiwgDataTypes.html#/c:objc(cs)GPKGDgiwgDataTypes(cm)z:":{"name":"+z:","abstract":"

    Get a geometry columns z value, 0 for prohibited and 1 for mandatory

    ","parent_name":"GPKGDgiwgDataTypes"},"Classes/GPKGDgiwgDataTypes.html#/c:objc(cs)GPKGDgiwgDataTypes(cm)dataTypes:":{"name":"+dataTypes:","abstract":"

    Get the data types for the contents data type

    ","parent_name":"GPKGDgiwgDataTypes"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(cm)fromType:":{"name":"+fromType:","abstract":"

    Get a CRS by type

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(im)type":{"name":"-type","abstract":"

    Get the type

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(im)authority":{"name":"-authority","abstract":"

    Get the authority

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(im)code":{"name":"-code","abstract":"

    Get the code

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(im)authorityAndCode":{"name":"-authorityAndCode","abstract":"

    Get the authority and code

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(im)name":{"name":"-name","abstract":"

    Get the name

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(im)crsType":{"name":"-crsType","abstract":"

    Get the CRS type

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(im)dimension":{"name":"-dimension","abstract":"

    Get the dimension

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(im)wkt":{"name":"-wkt","abstract":"

    Get the Well-Known Text

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(im)theDescription":{"name":"-theDescription","abstract":"

    Get the description

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(im)bounds":{"name":"-bounds","abstract":"

    Get the bounds

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(im)wgs84Bounds":{"name":"-wgs84Bounds","abstract":"

    Get the WGS84 bounds extent

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(im)dataTypes":{"name":"-dataTypes","abstract":"

    Get the data types

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(im)dataTypeNames":{"name":"-dataTypeNames","abstract":"

    Get the data type names

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(im)isCRSType:":{"name":"-isCRSType:","abstract":"

    Is the CRS Type

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(im)isDataType:":{"name":"-isDataType:","abstract":"

    Is valid for the Data Type

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(im)contentsDataTypes":{"name":"-contentsDataTypes","abstract":"

    Get the contents data types

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(im)tilesDataTypes":{"name":"-tilesDataTypes","abstract":"

    Get the tiles data types

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(im)hasTilesDataTypes":{"name":"-hasTilesDataTypes","abstract":"

    Has tiles data types

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(im)featuresDataTypes":{"name":"-featuresDataTypes","abstract":"

    Get the features data types

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(im)hasFeaturesDataTypes":{"name":"-hasFeaturesDataTypes","abstract":"

    Has features data types

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(im)dataTypes:":{"name":"-dataTypes:","abstract":"

    Get the data types for the contents data type

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(im)createSpatialReferenceSystem":{"name":"-createSpatialReferenceSystem","abstract":"

    Create a Spatial Reference System

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(im)createTilesSpatialReferenceSystem":{"name":"-createTilesSpatialReferenceSystem","abstract":"

    Validate the CRS for tiles and get the SRS

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(im)createFeaturesSpatialReferenceSystem":{"name":"-createFeaturesSpatialReferenceSystem","abstract":"

    Validate the CRS for features and get the SRS

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(cm)createLambertConicConformal1SPWithEPSG:andName:andCRS:andGeoDatum:andLatitudeOfOrigin:andCentralMeridian:andScaleFactor:andFalseEasting:andFalseNorthing:":{"name":"+createLambertConicConformal1SPWithEPSG:andName:andCRS:andGeoDatum:andLatitudeOfOrigin:andCentralMeridian:andScaleFactor:andFalseEasting:andFalseNorthing:","abstract":"

    Create a Lambert Conic Conformal 1SP Spatial Reference System

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(cm)createLambertConicConformal2SPWithEPSG:andName:andCRS:andGeoDatum:andStandardParallel1:andStandardParallel2:andLatitudeOfOrigin:andCentralMeridian:andFalseEasting:andFalseNorthing:":{"name":"+createLambertConicConformal2SPWithEPSG:andName:andCRS:andGeoDatum:andStandardParallel1:andStandardParallel2:andLatitudeOfOrigin:andCentralMeridian:andFalseEasting:andFalseNorthing:","abstract":"

    Create a Lambert Conic Conformal 2SP Spatial Reference System

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(cm)coordinateReferenceSystemWithEPSG:":{"name":"+coordinateReferenceSystemWithEPSG:","abstract":"

    Get the coordinate reference system for the EPSG code

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(cm)coordinateReferenceSystemWithSRS:":{"name":"+coordinateReferenceSystemWithSRS:","abstract":"

    Get the coordinate reference system for the spatial reference system

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(cm)coordinateReferenceSystemWithAuthority:andCode:":{"name":"+coordinateReferenceSystemWithAuthority:andCode:","abstract":"

    Get the coordinate reference system for the authority and code

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(cm)coordinateReferenceSystemsForType:":{"name":"+coordinateReferenceSystemsForType:","abstract":"

    Get the supported coordinate reference systems for the data type

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(cm)coordinateReferenceSystemsForContentsType:":{"name":"+coordinateReferenceSystemsForContentsType:","abstract":"

    Get the supported coordinate reference systems for the contents data type

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGUniqueConstraint.html#/c:objc(cs)GPKGUniqueConstraint(py)columns":{"name":"columns","abstract":"

    Columns included in the unique constraint

    ","parent_name":"GPKGUniqueConstraint"},"Classes/GPKGUniqueConstraint.html#/c:objc(cs)GPKGUniqueConstraint(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGUniqueConstraint"},"Classes/GPKGUniqueConstraint.html#/c:objc(cs)GPKGUniqueConstraint(im)initWithName:":{"name":"-initWithName:","abstract":"

    Initialize

    ","parent_name":"GPKGUniqueConstraint"},"Classes/GPKGUniqueConstraint.html#/c:objc(cs)GPKGUniqueConstraint(im)initWithOrder:":{"name":"-initWithOrder:","abstract":"

    Initialize

    ","parent_name":"GPKGUniqueConstraint"},"Classes/GPKGUniqueConstraint.html#/c:objc(cs)GPKGUniqueConstraint(im)initWithName:andOrder:":{"name":"-initWithName:andOrder:","abstract":"

    Initialize

    ","parent_name":"GPKGUniqueConstraint"},"Classes/GPKGUniqueConstraint.html#/c:objc(cs)GPKGUniqueConstraint(im)initWithColumn:":{"name":"-initWithColumn:","abstract":"

    Initialize

    ","parent_name":"GPKGUniqueConstraint"},"Classes/GPKGUniqueConstraint.html#/c:objc(cs)GPKGUniqueConstraint(im)initWithColumns:":{"name":"-initWithColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGUniqueConstraint"},"Classes/GPKGUniqueConstraint.html#/c:objc(cs)GPKGUniqueConstraint(im)initWithName:andColumn:":{"name":"-initWithName:andColumn:","abstract":"

    Initialize

    ","parent_name":"GPKGUniqueConstraint"},"Classes/GPKGUniqueConstraint.html#/c:objc(cs)GPKGUniqueConstraint(im)initWithName:andColumns:":{"name":"-initWithName:andColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGUniqueConstraint"},"Classes/GPKGUniqueConstraint.html#/c:objc(cs)GPKGUniqueConstraint(im)addColumn:":{"name":"-addColumn:","abstract":"

    Add column

    ","parent_name":"GPKGUniqueConstraint"},"Classes/GPKGUniqueConstraint.html#/c:objc(cs)GPKGUniqueConstraint(im)addColumns:":{"name":"-addColumns:","abstract":"

    Add columns

    ","parent_name":"GPKGUniqueConstraint"},"Classes/GPKGTableInfo.html#/c:objc(cs)GPKGTableInfo(im)tableName":{"name":"-tableName","abstract":"

    Get the table name

    ","parent_name":"GPKGTableInfo"},"Classes/GPKGTableInfo.html#/c:objc(cs)GPKGTableInfo(im)numColumns":{"name":"-numColumns","abstract":"

    Number of columns

    ","parent_name":"GPKGTableInfo"},"Classes/GPKGTableInfo.html#/c:objc(cs)GPKGTableInfo(im)columns":{"name":"-columns","abstract":"

    Get the columns

    ","parent_name":"GPKGTableInfo"},"Classes/GPKGTableInfo.html#/c:objc(cs)GPKGTableInfo(im)columnAtIndex:":{"name":"-columnAtIndex:","abstract":"

    Get the column at the index

    ","parent_name":"GPKGTableInfo"},"Classes/GPKGTableInfo.html#/c:objc(cs)GPKGTableInfo(im)hasColumn:":{"name":"-hasColumn:","abstract":"

    Check if the table has the column

    ","parent_name":"GPKGTableInfo"},"Classes/GPKGTableInfo.html#/c:objc(cs)GPKGTableInfo(im)column:":{"name":"-column:","abstract":"

    Get the column with the name

    ","parent_name":"GPKGTableInfo"},"Classes/GPKGTableInfo.html#/c:objc(cs)GPKGTableInfo(im)hasPrimaryKey":{"name":"-hasPrimaryKey","abstract":"

    Check if the table has one or more primary keys

    ","parent_name":"GPKGTableInfo"},"Classes/GPKGTableInfo.html#/c:objc(cs)GPKGTableInfo(im)primaryKeys":{"name":"-primaryKeys","abstract":"

    Get the primary key columns

    ","parent_name":"GPKGTableInfo"},"Classes/GPKGTableInfo.html#/c:objc(cs)GPKGTableInfo(im)primaryKey":{"name":"-primaryKey","abstract":"

    Get the single or first primary key if one exists

    ","parent_name":"GPKGTableInfo"},"Classes/GPKGTableInfo.html#/c:objc(cs)GPKGTableInfo(cm)infoWithConnection:andTable:":{"name":"+infoWithConnection:andTable:","abstract":"

    Query for the table_info of the table name

    ","parent_name":"GPKGTableInfo"},"Classes/GPKGTableInfo.html#/c:objc(cs)GPKGTableInfo(cm)dataType:":{"name":"+dataType:","abstract":"

    Get the data type from the type value

    ","parent_name":"GPKGTableInfo"},"Classes/GPKGTableInfo.html#/c:objc(cs)GPKGTableInfo(cm)defaultValue:withType:":{"name":"+defaultValue:withType:","abstract":"

    Get the default object value for the string default value and type

    ","parent_name":"GPKGTableInfo"},"Classes/GPKGTableInfo.html#/c:objc(cs)GPKGTableInfo(cm)defaultValue:withDataType:":{"name":"+defaultValue:withDataType:","abstract":"

    Get the default object value for the string default value with the data","parent_name":"GPKGTableInfo"},"Classes/GPKGTableConstraints.html#/c:objc(cs)GPKGTableConstraints(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGTableConstraints"},"Classes/GPKGTableConstraints.html#/c:objc(cs)GPKGTableConstraints(im)addTableConstraint:":{"name":"-addTableConstraint:","abstract":"

    Add a table constraint

    ","parent_name":"GPKGTableConstraints"},"Classes/GPKGTableConstraints.html#/c:objc(cs)GPKGTableConstraints(im)addTableConstraints:":{"name":"-addTableConstraints:","abstract":"

    Add table constraints

    ","parent_name":"GPKGTableConstraints"},"Classes/GPKGTableConstraints.html#/c:objc(cs)GPKGTableConstraints(im)tableConstraints":{"name":"-tableConstraints","abstract":"

    Get the table constraints

    ","parent_name":"GPKGTableConstraints"},"Classes/GPKGTableConstraints.html#/c:objc(cs)GPKGTableConstraints(im)tableConstraintAtIndex:":{"name":"-tableConstraintAtIndex:","abstract":"

    Get the table constraint at the index

    ","parent_name":"GPKGTableConstraints"},"Classes/GPKGTableConstraints.html#/c:objc(cs)GPKGTableConstraints(im)numTableConstraints":{"name":"-numTableConstraints","abstract":"

    Get the number of table constraints

    ","parent_name":"GPKGTableConstraints"},"Classes/GPKGTableConstraints.html#/c:objc(cs)GPKGTableConstraints(im)addColumnConstraint:forColumn:":{"name":"-addColumnConstraint:forColumn:","abstract":"

    Add a column constraint

    ","parent_name":"GPKGTableConstraints"},"Classes/GPKGTableConstraints.html#/c:objc(cs)GPKGTableConstraints(im)addColumnConstraintsInArray:forColumn:":{"name":"-addColumnConstraintsInArray:forColumn:","abstract":"

    Add column constraints

    ","parent_name":"GPKGTableConstraints"},"Classes/GPKGTableConstraints.html#/c:objc(cs)GPKGTableConstraints(im)addColumnConstraints:":{"name":"-addColumnConstraints:","abstract":"

    Add column constraints

    ","parent_name":"GPKGTableConstraints"},"Classes/GPKGTableConstraints.html#/c:objc(cs)GPKGTableConstraints(im)addColumnConstraintsInDictionary:":{"name":"-addColumnConstraintsInDictionary:","abstract":"

    Add column constraints

    ","parent_name":"GPKGTableConstraints"},"Classes/GPKGTableConstraints.html#/c:objc(cs)GPKGTableConstraints(im)addColumnConstraintsInArray:":{"name":"-addColumnConstraintsInArray:","abstract":"

    Add column constraints

    ","parent_name":"GPKGTableConstraints"},"Classes/GPKGTableConstraints.html#/c:objc(cs)GPKGTableConstraints(im)columnConstraints":{"name":"-columnConstraints","abstract":"

    Get the column constraints

    ","parent_name":"GPKGTableConstraints"},"Classes/GPKGTableConstraints.html#/c:objc(cs)GPKGTableConstraints(im)columnsWithConstraints":{"name":"-columnsWithConstraints","abstract":"

    Get the column names with constraints

    ","parent_name":"GPKGTableConstraints"},"Classes/GPKGTableConstraints.html#/c:objc(cs)GPKGTableConstraints(im)columnConstraintsForColumn:":{"name":"-columnConstraintsForColumn:","abstract":"

    Get the column constraints

    ","parent_name":"GPKGTableConstraints"},"Classes/GPKGTableConstraints.html#/c:objc(cs)GPKGTableConstraints(im)columnConstraintForColumn:atIndex:":{"name":"-columnConstraintForColumn:atIndex:","abstract":"

    Get the column constraint at the index

    ","parent_name":"GPKGTableConstraints"},"Classes/GPKGTableConstraints.html#/c:objc(cs)GPKGTableConstraints(im)numConstraintsForColumn:":{"name":"-numConstraintsForColumn:","abstract":"

    Get the number of column constraints for the column name

    ","parent_name":"GPKGTableConstraints"},"Classes/GPKGTableConstraints.html#/c:objc(cs)GPKGTableConstraints(im)addConstraints:":{"name":"-addConstraints:","abstract":"

    Add table constraints

    ","parent_name":"GPKGTableConstraints"},"Classes/GPKGTableConstraints.html#/c:objc(cs)GPKGTableConstraints(im)hasConstraints":{"name":"-hasConstraints","abstract":"

    Check if there are constraints

    ","parent_name":"GPKGTableConstraints"},"Classes/GPKGTableConstraints.html#/c:objc(cs)GPKGTableConstraints(im)hasTableConstraints":{"name":"-hasTableConstraints","abstract":"

    Check if there are table constraints

    ","parent_name":"GPKGTableConstraints"},"Classes/GPKGTableConstraints.html#/c:objc(cs)GPKGTableConstraints(im)hasColumnConstraints":{"name":"-hasColumnConstraints","abstract":"

    Check if there are column constraints

    ","parent_name":"GPKGTableConstraints"},"Classes/GPKGTableConstraints.html#/c:objc(cs)GPKGTableConstraints(im)hasConstraintsForColumn:":{"name":"-hasConstraintsForColumn:","abstract":"

    Check if there are column constraints for the column name

    ","parent_name":"GPKGTableConstraints"},"Classes/GPKGTableColumn.html#/c:objc(cs)GPKGTableColumn(im)initWithIndex:andName:andType:andDataType:andMax:andNotNull:andDefaultValueString:andDefaultValue:andPrimaryKey:":{"name":"-initWithIndex:andName:andType:andDataType:andMax:andNotNull:andDefaultValueString:andDefaultValue:andPrimaryKey:","abstract":"

    Initialize

    ","parent_name":"GPKGTableColumn"},"Classes/GPKGTableColumn.html#/c:objc(cs)GPKGTableColumn(im)index":{"name":"-index","abstract":"

    Get the column index

    ","parent_name":"GPKGTableColumn"},"Classes/GPKGTableColumn.html#/c:objc(cs)GPKGTableColumn(im)name":{"name":"-name","abstract":"

    Get the column name

    ","parent_name":"GPKGTableColumn"},"Classes/GPKGTableColumn.html#/c:objc(cs)GPKGTableColumn(im)type":{"name":"-type","abstract":"

    Get the column type

    ","parent_name":"GPKGTableColumn"},"Classes/GPKGTableColumn.html#/c:objc(cs)GPKGTableColumn(im)dataType":{"name":"-dataType","abstract":"

    Get the column data type

    ","parent_name":"GPKGTableColumn"},"Classes/GPKGTableColumn.html#/c:objc(cs)GPKGTableColumn(im)isDataType:":{"name":"-isDataType:","abstract":"

    Is the column the data type

    ","parent_name":"GPKGTableColumn"},"Classes/GPKGTableColumn.html#/c:objc(cs)GPKGTableColumn(im)max":{"name":"-max","abstract":"

    Get the column max value

    ","parent_name":"GPKGTableColumn"},"Classes/GPKGTableColumn.html#/c:objc(cs)GPKGTableColumn(im)notNull":{"name":"-notNull","abstract":"

    Is this a not null column?

    ","parent_name":"GPKGTableColumn"},"Classes/GPKGTableColumn.html#/c:objc(cs)GPKGTableColumn(im)defaultValueString":{"name":"-defaultValueString","abstract":"

    Get the default value as a string

    ","parent_name":"GPKGTableColumn"},"Classes/GPKGTableColumn.html#/c:objc(cs)GPKGTableColumn(im)defaultValue":{"name":"-defaultValue","abstract":"

    Get the default value

    ","parent_name":"GPKGTableColumn"},"Classes/GPKGTableColumn.html#/c:objc(cs)GPKGTableColumn(im)primaryKey":{"name":"-primaryKey","abstract":"

    Is this a primary key column?

    ","parent_name":"GPKGTableColumn"},"Classes/GPKGRawConstraint.html#/c:objc(cs)GPKGRawConstraint(py)sql":{"name":"sql","abstract":"

    SQL statement

    ","parent_name":"GPKGRawConstraint"},"Classes/GPKGRawConstraint.html#/c:objc(cs)GPKGRawConstraint(im)initWithSql:":{"name":"-initWithSql:","abstract":"

    Initialize

    ","parent_name":"GPKGRawConstraint"},"Classes/GPKGRawConstraint.html#/c:objc(cs)GPKGRawConstraint(im)initWithType:andSql:":{"name":"-initWithType:andSql:","abstract":"

    Initialize

    ","parent_name":"GPKGRawConstraint"},"Classes/GPKGRawConstraint.html#/c:objc(cs)GPKGRawConstraint(im)initWithType:andName:andSql:":{"name":"-initWithType:andName:andSql:","abstract":"

    Initialize

    ","parent_name":"GPKGRawConstraint"},"Classes/GPKGRawConstraint.html#/c:objc(cs)GPKGRawConstraint(im)initWithOrder:andSql:":{"name":"-initWithOrder:andSql:","abstract":"

    Constructor

    ","parent_name":"GPKGRawConstraint"},"Classes/GPKGRawConstraint.html#/c:objc(cs)GPKGRawConstraint(im)initWithType:andOrder:andSql:":{"name":"-initWithType:andOrder:andSql:","abstract":"

    Constructor

    ","parent_name":"GPKGRawConstraint"},"Classes/GPKGRawConstraint.html#/c:objc(cs)GPKGRawConstraint(im)initWithType:andName:andOrder:andSql:":{"name":"-initWithType:andName:andOrder:andSql:","abstract":"

    Constructor

    ","parent_name":"GPKGRawConstraint"},"Classes/GPKGRawConstraint.html#/c:objc(cs)GPKGRawConstraint(im)setTypeFromSql:":{"name":"-setTypeFromSql:","abstract":"

    Set the type from the constraint SQL

    ","parent_name":"GPKGRawConstraint"},"Classes/GPKGRawConstraint.html#/c:objc(cs)GPKGRawConstraint(im)setNameFromSql:":{"name":"-setNameFromSql:","abstract":"

    Set the name from the constraint SQL

    ","parent_name":"GPKGRawConstraint"},"Classes/GPKGConstraints.html#/c:objc(cs)GPKGConstraints(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGConstraints"},"Classes/GPKGConstraints.html#/c:objc(cs)GPKGConstraints(im)initWithConstraints:":{"name":"-initWithConstraints:","abstract":"

    Initialize

    ","parent_name":"GPKGConstraints"},"Classes/GPKGConstraints.html#/c:objc(cs)GPKGConstraints(im)add:":{"name":"-add:","abstract":"

    Add constraint

    ","parent_name":"GPKGConstraints"},"Classes/GPKGConstraints.html#/c:objc(cs)GPKGConstraints(im)addArray:":{"name":"-addArray:","abstract":"

    Add constraints

    ","parent_name":"GPKGConstraints"},"Classes/GPKGConstraints.html#/c:objc(cs)GPKGConstraints(im)addConstraints:":{"name":"-addConstraints:","abstract":"

    Add constraints

    ","parent_name":"GPKGConstraints"},"Classes/GPKGConstraints.html#/c:objc(cs)GPKGConstraints(im)has":{"name":"-has","abstract":"

    Check if has constraints

    ","parent_name":"GPKGConstraints"},"Classes/GPKGConstraints.html#/c:objc(cs)GPKGConstraints(im)hasType:":{"name":"-hasType:","abstract":"

    Check if has constraints of the provided type

    ","parent_name":"GPKGConstraints"},"Classes/GPKGConstraints.html#/c:objc(cs)GPKGConstraints(im)size":{"name":"-size","abstract":"

    Get the number of constraints

    ","parent_name":"GPKGConstraints"},"Classes/GPKGConstraints.html#/c:objc(cs)GPKGConstraints(im)sizeOfType:":{"name":"-sizeOfType:","abstract":"

    Get the number of constraints of the provided type

    ","parent_name":"GPKGConstraints"},"Classes/GPKGConstraints.html#/c:objc(cs)GPKGConstraints(im)all":{"name":"-all","abstract":"

    Get the constraints

    ","parent_name":"GPKGConstraints"},"Classes/GPKGConstraints.html#/c:objc(cs)GPKGConstraints(im)atIndex:":{"name":"-atIndex:","abstract":"

    Get the constraint at the index

    ","parent_name":"GPKGConstraints"},"Classes/GPKGConstraints.html#/c:objc(cs)GPKGConstraints(im)ofType:":{"name":"-ofType:","abstract":"

    Get the constraints of the provided type

    ","parent_name":"GPKGConstraints"},"Classes/GPKGConstraints.html#/c:objc(cs)GPKGConstraints(im)clear":{"name":"-clear","abstract":"

    Clear the constraints

    ","parent_name":"GPKGConstraints"},"Classes/GPKGConstraints.html#/c:objc(cs)GPKGConstraints(im)clearType:":{"name":"-clearType:","abstract":"

    Clear the constraints of the provided type

    ","parent_name":"GPKGConstraints"},"Classes/GPKGConstraintTypes.html#/c:objc(cs)GPKGConstraintTypes(cm)name:":{"name":"+name:","abstract":"

    Get the name of the constraint type

    ","parent_name":"GPKGConstraintTypes"},"Classes/GPKGConstraintTypes.html#/c:objc(cs)GPKGConstraintTypes(cm)fromName:":{"name":"+fromName:","abstract":"

    Get the constraint type from the constraint type name

    ","parent_name":"GPKGConstraintTypes"},"Classes/GPKGConstraintTypes.html#/c:objc(cs)GPKGConstraintTypes(cm)tableTypeOfValue:":{"name":"+tableTypeOfValue:","abstract":"

    Get a matching table constraint type from the value

    ","parent_name":"GPKGConstraintTypes"},"Classes/GPKGConstraintTypes.html#/c:objc(cs)GPKGConstraintTypes(cm)columnTypeOfValue:":{"name":"+columnTypeOfValue:","abstract":"

    Get a matching column constraint type from the value

    ","parent_name":"GPKGConstraintTypes"},"Classes/GPKGConstraintTypes.html#/c:objc(cs)GPKGConstraintTypes(cm)typeOfValue:":{"name":"+typeOfValue:","abstract":"

    Get a matching constraint type from the value

    ","parent_name":"GPKGConstraintTypes"},"Classes/GPKGConstraintParser.html#/c:objc(cs)GPKGConstraintParser(cm)tableConstraintsForSQL:":{"name":"+tableConstraintsForSQL:","abstract":"

    Get the constraints for the table SQL

    ","parent_name":"GPKGConstraintParser"},"Classes/GPKGConstraintParser.html#/c:objc(cs)GPKGConstraintParser(cm)columnConstraintsForSQL:":{"name":"+columnConstraintsForSQL:","abstract":"

    Attempt to get column constraints by parsing the SQL statement

    ","parent_name":"GPKGConstraintParser"},"Classes/GPKGConstraintParser.html#/c:objc(cs)GPKGConstraintParser(cm)tableConstraintForSQL:":{"name":"+tableConstraintForSQL:","abstract":"

    Attempt to get a table constraint by parsing the SQL statement

    ","parent_name":"GPKGConstraintParser"},"Classes/GPKGConstraintParser.html#/c:objc(cs)GPKGConstraintParser(cm)isTableConstraint:":{"name":"+isTableConstraint:","abstract":"

    Check if the SQL is a table type constraint

    ","parent_name":"GPKGConstraintParser"},"Classes/GPKGConstraintParser.html#/c:objc(cs)GPKGConstraintParser(cm)tableTypeForSQL:":{"name":"+tableTypeForSQL:","abstract":"

    Get the table constraint type of the constraint SQL

    ","parent_name":"GPKGConstraintParser"},"Classes/GPKGConstraintParser.html#/c:objc(cs)GPKGConstraintParser(cm)isTableSQL:type:":{"name":"+isTableSQL:type:","abstract":"

    Determine if the table constraint SQL is the constraint type

    ","parent_name":"GPKGConstraintParser"},"Classes/GPKGConstraintParser.html#/c:objc(cs)GPKGConstraintParser(cm)columnConstraintForSQL:":{"name":"+columnConstraintForSQL:","abstract":"

    Attempt to get a column constraint by parsing the SQL statement

    ","parent_name":"GPKGConstraintParser"},"Classes/GPKGConstraintParser.html#/c:objc(cs)GPKGConstraintParser(cm)isColumnConstraint:":{"name":"+isColumnConstraint:","abstract":"

    Check if the SQL is a column type constraint

    ","parent_name":"GPKGConstraintParser"},"Classes/GPKGConstraintParser.html#/c:objc(cs)GPKGConstraintParser(cm)columnTypeForSQL:":{"name":"+columnTypeForSQL:","abstract":"

    Get the column constraint type of the constraint SQL

    ","parent_name":"GPKGConstraintParser"},"Classes/GPKGConstraintParser.html#/c:objc(cs)GPKGConstraintParser(cm)isColumnSQL:type:":{"name":"+isColumnSQL:type:","abstract":"

    Determine if the column constraint SQL is the constraint type

    ","parent_name":"GPKGConstraintParser"},"Classes/GPKGConstraintParser.html#/c:objc(cs)GPKGConstraintParser(cm)constraintForSQL:":{"name":"+constraintForSQL:","abstract":"

    Attempt to get a constraint by parsing the SQL statement

    ","parent_name":"GPKGConstraintParser"},"Classes/GPKGConstraintParser.html#/c:objc(cs)GPKGConstraintParser(cm)isConstraint:":{"name":"+isConstraint:","abstract":"

    Check if the SQL is a constraint

    ","parent_name":"GPKGConstraintParser"},"Classes/GPKGConstraintParser.html#/c:objc(cs)GPKGConstraintParser(cm)typeForSQL:":{"name":"+typeForSQL:","abstract":"

    Get the constraint type of the constraint SQL

    ","parent_name":"GPKGConstraintParser"},"Classes/GPKGConstraintParser.html#/c:objc(cs)GPKGConstraintParser(cm)isSQL:type:":{"name":"+isSQL:type:","abstract":"

    Determine if the constraint SQL is the constraint type

    ","parent_name":"GPKGConstraintParser"},"Classes/GPKGConstraintParser.html#/c:objc(cs)GPKGConstraintParser(cm)nameForSQL:":{"name":"+nameForSQL:","abstract":"

    Get the constraint name if it has one

    ","parent_name":"GPKGConstraintParser"},"Classes/GPKGConstraintParser.html#/c:objc(cs)GPKGConstraintParser(cm)nameAndDefinitionForSQL:":{"name":"+nameAndDefinitionForSQL:","abstract":"

    Get the constraint name and remaining definition

    ","parent_name":"GPKGConstraintParser"},"Classes/GPKGConstraint.html#/c:objc(cs)GPKGConstraint(py)name":{"name":"name","abstract":"

    Optional constraint name

    ","parent_name":"GPKGConstraint"},"Classes/GPKGConstraint.html#/c:objc(cs)GPKGConstraint(py)type":{"name":"type","abstract":"

    Constraint type

    ","parent_name":"GPKGConstraint"},"Classes/GPKGConstraint.html#/c:objc(cs)GPKGConstraint(py)order":{"name":"order","abstract":"

    Optional order

    ","parent_name":"GPKGConstraint"},"Classes/GPKGConstraint.html#/c:objc(cs)GPKGConstraint(im)initWithType:":{"name":"-initWithType:","abstract":"

    Initialize

    ","parent_name":"GPKGConstraint"},"Classes/GPKGConstraint.html#/c:objc(cs)GPKGConstraint(im)initWithType:andName:":{"name":"-initWithType:andName:","abstract":"

    Initialize

    ","parent_name":"GPKGConstraint"},"Classes/GPKGConstraint.html#/c:objc(cs)GPKGConstraint(im)initWithType:andOrder:":{"name":"-initWithType:andOrder:","abstract":"

    Initialize

    ","parent_name":"GPKGConstraint"},"Classes/GPKGConstraint.html#/c:objc(cs)GPKGConstraint(im)initWithType:andName:andOrder:":{"name":"-initWithType:andName:andOrder:","abstract":"

    Initialize

    ","parent_name":"GPKGConstraint"},"Classes/GPKGConstraint.html#/c:objc(cs)GPKGConstraint(im)buildNameSql":{"name":"-buildNameSql","abstract":"

    Build the name SQL

    ","parent_name":"GPKGConstraint"},"Classes/GPKGConstraint.html#/c:objc(cs)GPKGConstraint(im)buildSql":{"name":"-buildSql","abstract":"

    Build the constraint SQL

    ","parent_name":"GPKGConstraint"},"Classes/GPKGConstraint.html#/c:objc(cs)GPKGConstraint(im)sortOrder":{"name":"-sortOrder","abstract":"

    Get the order for maintaining sorted constraints

    ","parent_name":"GPKGConstraint"},"Classes/GPKGColumnConstraints.html#/c:objc(cs)GPKGColumnConstraints(py)name":{"name":"name","abstract":"

    Column name

    ","parent_name":"GPKGColumnConstraints"},"Classes/GPKGColumnConstraints.html#/c:objc(cs)GPKGColumnConstraints(py)constraints":{"name":"constraints","abstract":"

    Column constraints

    ","parent_name":"GPKGColumnConstraints"},"Classes/GPKGColumnConstraints.html#/c:objc(cs)GPKGColumnConstraints(im)initWithName:":{"name":"-initWithName:","abstract":"

    Initialize

    ","parent_name":"GPKGColumnConstraints"},"Classes/GPKGColumnConstraints.html#/c:objc(cs)GPKGColumnConstraints(im)addConstraint:":{"name":"-addConstraint:","abstract":"

    Add a constraint

    ","parent_name":"GPKGColumnConstraints"},"Classes/GPKGColumnConstraints.html#/c:objc(cs)GPKGColumnConstraints(im)addConstraintArray:":{"name":"-addConstraintArray:","abstract":"

    Add constraints

    ","parent_name":"GPKGColumnConstraints"},"Classes/GPKGColumnConstraints.html#/c:objc(cs)GPKGColumnConstraints(im)addConstraints:":{"name":"-addConstraints:","abstract":"

    Add constraints

    ","parent_name":"GPKGColumnConstraints"},"Classes/GPKGColumnConstraints.html#/c:objc(cs)GPKGColumnConstraints(im)constraintAtIndex:":{"name":"-constraintAtIndex:","abstract":"

    Get the constraint at the index

    ","parent_name":"GPKGColumnConstraints"},"Classes/GPKGColumnConstraints.html#/c:objc(cs)GPKGColumnConstraints(im)numConstraints":{"name":"-numConstraints","abstract":"

    Get the number of constraints

    ","parent_name":"GPKGColumnConstraints"},"Classes/GPKGColumnConstraints.html#/c:objc(cs)GPKGColumnConstraints(im)addColumnConstraints:":{"name":"-addColumnConstraints:","abstract":"

    Add constraints

    ","parent_name":"GPKGColumnConstraints"},"Classes/GPKGColumnConstraints.html#/c:objc(cs)GPKGColumnConstraints(im)hasConstraints":{"name":"-hasConstraints","abstract":"

    Check if there are constraints

    ","parent_name":"GPKGColumnConstraints"},"Classes/GPKGSqliteConnection.html#/c:objc(cs)GPKGSqliteConnection(py)reusable":{"name":"reusable","abstract":"

    Reusable connection flag

    ","parent_name":"GPKGSqliteConnection"},"Classes/GPKGSqliteConnection.html#/c:objc(cs)GPKGSqliteConnection(im)initWithId:andConnection:andPool:andStackTrace:":{"name":"-initWithId:andConnection:andPool:andStackTrace:","abstract":"

    Initialize

    ","parent_name":"GPKGSqliteConnection"},"Classes/GPKGSqliteConnection.html#/c:objc(cs)GPKGSqliteConnection(im)connectionId":{"name":"-connectionId","abstract":"

    Get the connection id

    ","parent_name":"GPKGSqliteConnection"},"Classes/GPKGSqliteConnection.html#/c:objc(cs)GPKGSqliteConnection(im)connection":{"name":"-connection","abstract":"

    Get the connection

    ","parent_name":"GPKGSqliteConnection"},"Classes/GPKGSqliteConnection.html#/c:objc(cs)GPKGSqliteConnection(im)releaseConnection":{"name":"-releaseConnection","abstract":"

    Release the connection back to the connection pool

    ","parent_name":"GPKGSqliteConnection"},"Classes/GPKGSqliteConnection.html#/c:objc(cs)GPKGSqliteConnection(im)checkOut":{"name":"-checkOut","abstract":"

    Update the check out attributes using the current thread as the new owner

    ","parent_name":"GPKGSqliteConnection"},"Classes/GPKGSqliteConnection.html#/c:objc(cs)GPKGSqliteConnection(im)checkIn":{"name":"-checkIn","abstract":"

    Clear the check out features upon check in

    ","parent_name":"GPKGSqliteConnection"},"Classes/GPKGSqliteConnection.html#/c:objc(cs)GPKGSqliteConnection(im)stackTrace":{"name":"-stackTrace","abstract":"

    Get the stack trace of when the owning thread checked out the connection.

    ","parent_name":"GPKGSqliteConnection"},"Classes/GPKGSqliteConnection.html#/c:objc(cs)GPKGSqliteConnection(im)dateCheckedOut":{"name":"-dateCheckedOut","abstract":"

    Get the date this connection was checked out

    ","parent_name":"GPKGSqliteConnection"},"Classes/GPKGSqliteConnection.html#/c:objc(cs)GPKGSqliteConnection(im)isReleasable":{"name":"-isReleasable","abstract":"

    Determine if this connection is releasable

    ","parent_name":"GPKGSqliteConnection"},"Classes/GPKGDbConnection.html#/c:objc(cs)GPKGDbConnection(py)resettable":{"name":"resettable","abstract":"

    Upon release of a writable connection, other open connections should be reset

    ","parent_name":"GPKGDbConnection"},"Classes/GPKGDbConnection.html#/c:objc(cs)GPKGDbConnection(im)initWithConnection:andReleasable:":{"name":"-initWithConnection:andReleasable:","abstract":"

    Initialize

    ","parent_name":"GPKGDbConnection"},"Classes/GPKGDbConnection.html#/c:objc(cs)GPKGDbConnection(im)initWithConnection:andReleasable:andWriteReleasable:":{"name":"-initWithConnection:andReleasable:andWriteReleasable:","abstract":"

    Initialize

    ","parent_name":"GPKGDbConnection"},"Classes/GPKGDbConnection.html#/c:objc(cs)GPKGDbConnection(im)initWithDbConnection:andReleasable:":{"name":"-initWithDbConnection:andReleasable:","abstract":"

    Initialize

    ","parent_name":"GPKGDbConnection"},"Classes/GPKGDbConnection.html#/c:objc(cs)GPKGDbConnection(im)initWithDbConnection:andReleasable:andWriteReleasable:":{"name":"-initWithDbConnection:andReleasable:andWriteReleasable:","abstract":"

    Initialize

    ","parent_name":"GPKGDbConnection"},"Classes/GPKGDbConnection.html#/c:objc(cs)GPKGDbConnection(im)connectionId":{"name":"-connectionId","abstract":"

    Get the connection id

    ","parent_name":"GPKGDbConnection"},"Classes/GPKGDbConnection.html#/c:objc(cs)GPKGDbConnection(im)connection":{"name":"-connection","abstract":"

    Get the connection

    ","parent_name":"GPKGDbConnection"},"Classes/GPKGDbConnection.html#/c:objc(cs)GPKGDbConnection(im)releaseConnection":{"name":"-releaseConnection","abstract":"

    Release the connection back to the connection pool. If not releasable, does nothing.

    ","parent_name":"GPKGDbConnection"},"Classes/GPKGDbConnection.html#/c:objc(cs)GPKGDbConnection(im)stackTrace":{"name":"-stackTrace","abstract":"

    Get the stack trace of when the owning thread checked out the connection.

    ","parent_name":"GPKGDbConnection"},"Classes/GPKGDbConnection.html#/c:objc(cs)GPKGDbConnection(im)dateCheckedOut":{"name":"-dateCheckedOut","abstract":"

    Get the date this connection was checked out

    ","parent_name":"GPKGDbConnection"},"Classes/GPKGDbConnection.html#/c:objc(cs)GPKGDbConnection(im)isReleasable":{"name":"-isReleasable","parent_name":"GPKGDbConnection"},"Classes/GPKGDbConnection.html#/c:objc(cs)GPKGDbConnection(im)isWriteReleasable":{"name":"-isWriteReleasable","abstract":"

    Determine if write access is releasable. This is always true when also releasable. This may be true when not releasable","parent_name":"GPKGDbConnection"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(cm)openConnectionsPerPool":{"name":"+openConnectionsPerPool","abstract":"

    Get the number of unused connections to keep open and available for use

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(cm)setOpenConnectionsPerPool:":{"name":"+setOpenConnectionsPerPool:","abstract":"

    Set the number of unused connections to keep open and available for use

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(cm)checkConnections":{"name":"+checkConnections","abstract":"

    Get the check connections state, when true used connections are checked to see if they are left open for long periods of time or indefinitly

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(cm)setCheckConnections:":{"name":"+setCheckConnections:","abstract":"

    Set the check connections state, when true used connections are checked to see if they are left open for long periods of time or indefinitly

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(cm)checkConnectionsFrequency":{"name":"+checkConnectionsFrequency","abstract":"

    Get the check connections frequency in seconds as the minimum time to wait before checking for stale open connections

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(cm)setCheckConnectionsFrequency:":{"name":"+setCheckConnectionsFrequency:","abstract":"

    Set the check connections frequency in seconds as the minimum time to wait before checking for stale open connections

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(cm)checkConnectionsWarningTime":{"name":"+checkConnectionsWarningTime","abstract":"

    Get the check connections warning time in seconds as the time an open connection causes warnings for being stale

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(cm)setCheckConnectionsWarningTime:":{"name":"+setCheckConnectionsWarningTime:","abstract":"

    Set the check connections warning time in seconds as the time an open connection causes warnings for being stale

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(cm)maintainStackTraces":{"name":"+maintainStackTraces","abstract":"

    Get the maintain statck traces state, when check connections is enabled and when true, stack traces are maintained from the thread that checks out a connection

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(cm)setMaintainStackTraces:":{"name":"+setMaintainStackTraces:","abstract":"

    Set the maintain statck traces state, when check connections is enabled and when true, stack traces are maintained from the thread that checks out a connection

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(im)initWithDatabaseFilename:":{"name":"-initWithDatabaseFilename:","abstract":"

    Initialize

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(im)close":{"name":"-close","abstract":"

    Close the connection pool, closing all connections

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(im)connection":{"name":"-connection","abstract":"

    Get a connection for single database reads (do not maintain open result sets), such as counts. The connection must be released when done.

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(im)resultConnection":{"name":"-resultConnection","abstract":"

    Get a connection for database reads that maintain open result sets, such as row queries. The connection must be released when done.

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(im)writeConnection":{"name":"-writeConnection","abstract":"

    Get a connection for database updates. The connection must be released when done.

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(im)beginTransaction":{"name":"-beginTransaction","abstract":"

    Begin an exclusive transaction on the database

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(im)beginResettableTransaction":{"name":"-beginResettableTransaction","abstract":"

    Begin an exclusive transaction on the database, resetting other open connections upon commit

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(im)commitTransaction":{"name":"-commitTransaction","abstract":"

    Commit an active transaction

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(im)rollbackTransaction":{"name":"-rollbackTransaction","abstract":"

    Rollback an active transaction

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(im)inTransaction":{"name":"-inTransaction","abstract":"

    Determine if currently within a transaction

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(im)releaseConnection:":{"name":"-releaseConnection:","abstract":"

    Release a connection, either adding it back to available pool connections or closing it

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(im)releaseConnectionWithId:":{"name":"-releaseConnectionWithId:","abstract":"

    Release a connection by id, either adding it back to available pool connections or closing it

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(im)connectionCount":{"name":"-connectionCount","abstract":"

    Total connection count of open available and used connections

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(im)addWriteFunction:":{"name":"-addWriteFunction:","abstract":"

    Add a custom function to be created on write connections

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(im)addWriteFunctions:":{"name":"-addWriteFunctions:","abstract":"

    Add a custom function to be created on write connections

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(im)execAllConnectionStatement:":{"name":"-execAllConnectionStatement:","abstract":"

    Execute the statement once on all open connections, waiting for used connections

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(im)execPersistentAllConnectionStatement:asName:":{"name":"-execPersistentAllConnectionStatement:asName:","abstract":"

    Execute the statement on all open and new connections, waiting for used connections

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(im)removePersistentAllConnectionStatementWithName:":{"name":"-removePersistentAllConnectionStatementWithName:","abstract":"

    Remove a persistent statement

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(im)clearPersistentStatements":{"name":"-clearPersistentStatements","abstract":"

    Clear all persistent statements

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGTableMetadataDao.html#/c:objc(cs)GPKGTableMetadataDao(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGTableMetadataDao"},"Classes/GPKGTableMetadataDao.html#/c:objc(cs)GPKGTableMetadataDao(im)deleteMetadata:":{"name":"-deleteMetadata:","abstract":"

    Delete table metadata

    ","parent_name":"GPKGTableMetadataDao"},"Classes/GPKGTableMetadataDao.html#/c:objc(cs)GPKGTableMetadataDao(im)deleteByGeoPackageName:":{"name":"-deleteByGeoPackageName:","abstract":"

    Delete table metadata by GeoPackage name

    ","parent_name":"GPKGTableMetadataDao"},"Classes/GPKGTableMetadataDao.html#/c:objc(cs)GPKGTableMetadataDao(im)deleteByGeoPackageId:":{"name":"-deleteByGeoPackageId:","abstract":"

    Delete table metadata by GeoPackage id

    ","parent_name":"GPKGTableMetadataDao"},"Classes/GPKGTableMetadataDao.html#/c:objc(cs)GPKGTableMetadataDao(im)deleteByGeoPackageName:andTableName:":{"name":"-deleteByGeoPackageName:andTableName:","abstract":"

    Delete table metadata by GeoPackage name and table name

    ","parent_name":"GPKGTableMetadataDao"},"Classes/GPKGTableMetadataDao.html#/c:objc(cs)GPKGTableMetadataDao(im)deleteByGeoPackageId:andTableName:":{"name":"-deleteByGeoPackageId:andTableName:","abstract":"

    Delete table metadata by GeoPackage id and table name

    ","parent_name":"GPKGTableMetadataDao"},"Classes/GPKGTableMetadataDao.html#/c:objc(cs)GPKGTableMetadataDao(im)updateLastIndexed:inMetadata:":{"name":"-updateLastIndexed:inMetadata:","abstract":"

    Update last indexed date of table metadata

    ","parent_name":"GPKGTableMetadataDao"},"Classes/GPKGTableMetadataDao.html#/c:objc(cs)GPKGTableMetadataDao(im)updateLastIndexed:withGeoPackageName:andTableName:":{"name":"-updateLastIndexed:withGeoPackageName:andTableName:","abstract":"

    Update last indexed of table metadata

    ","parent_name":"GPKGTableMetadataDao"},"Classes/GPKGTableMetadataDao.html#/c:objc(cs)GPKGTableMetadataDao(im)updateLastIndexed:withGeoPackageId:andTableName:":{"name":"-updateLastIndexed:withGeoPackageId:andTableName:","abstract":"

    Update last indexed of table metadata

    ","parent_name":"GPKGTableMetadataDao"},"Classes/GPKGTableMetadataDao.html#/c:objc(cs)GPKGTableMetadataDao(im)metadataByGeoPackageName:andTableName:":{"name":"-metadataByGeoPackageName:andTableName:","abstract":"

    Get table metadata by GeoPackage name and table name

    ","parent_name":"GPKGTableMetadataDao"},"Classes/GPKGTableMetadataDao.html#/c:objc(cs)GPKGTableMetadataDao(im)metadataByGeoPackageId:andTableName:":{"name":"-metadataByGeoPackageId:andTableName:","abstract":"

    Get table metadata by GeoPackage id and table name

    ","parent_name":"GPKGTableMetadataDao"},"Classes/GPKGTableMetadataDao.html#/c:objc(cs)GPKGTableMetadataDao(im)metadataCreateByGeoPackageName:andTableName:":{"name":"-metadataCreateByGeoPackageName:andTableName:","abstract":"

    Get or create table metadata by GeoPackage table and table name

    ","parent_name":"GPKGTableMetadataDao"},"Classes/GPKGTableMetadataDao.html#/c:objc(cs)GPKGTableMetadataDao(im)geoPackageIdForGeoPackageName:":{"name":"-geoPackageIdForGeoPackageName:","abstract":"

    Get GeoPackage Id for GeoPackage name

    ","parent_name":"GPKGTableMetadataDao"},"Classes/GPKGTableMetadata.html#/c:objc(cs)GPKGTableMetadata(py)geoPackageId":{"name":"geoPackageId","abstract":"

    GeoPackage id

    ","parent_name":"GPKGTableMetadata"},"Classes/GPKGTableMetadata.html#/c:objc(cs)GPKGTableMetadata(py)tableName":{"name":"tableName","abstract":"

    Table name

    ","parent_name":"GPKGTableMetadata"},"Classes/GPKGTableMetadata.html#/c:objc(cs)GPKGTableMetadata(py)lastIndexed":{"name":"lastIndexed","abstract":"

    Last indexed date

    ","parent_name":"GPKGTableMetadata"},"Classes/GPKGMetadataDb.html#/c:objc(cs)GPKGMetadataDb(py)connection":{"name":"connection","abstract":"

    Connection

    ","parent_name":"GPKGMetadataDb"},"Classes/GPKGMetadataDb.html#/c:objc(cs)GPKGMetadataDb(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGMetadataDb"},"Classes/GPKGMetadataDb.html#/c:objc(cs)GPKGMetadataDb(im)close":{"name":"-close","abstract":"

    Close the database

    ","parent_name":"GPKGMetadataDb"},"Classes/GPKGMetadataDb.html#/c:objc(cs)GPKGMetadataDb(im)geoPackageMetadataDao":{"name":"-geoPackageMetadataDao","abstract":"

    Get a GeoPackage Metadata DAO

    ","parent_name":"GPKGMetadataDb"},"Classes/GPKGMetadataDb.html#/c:objc(cs)GPKGMetadataDb(im)tableMetadataDao":{"name":"-tableMetadataDao","abstract":"

    Get a Table Metadata DAO

    ","parent_name":"GPKGMetadataDb"},"Classes/GPKGMetadataDb.html#/c:objc(cs)GPKGMetadataDb(im)geometryMetadataDao":{"name":"-geometryMetadataDao","abstract":"

    Get a Geometry Metadata DAO

    ","parent_name":"GPKGMetadataDb"},"Classes/GPKGMetadataDb.html#/c:objc(cs)GPKGMetadataDb(cm)deleteMetadataFile":{"name":"+deleteMetadataFile","abstract":"

    Delete the metadata database file

    ","parent_name":"GPKGMetadataDb"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(py)tolerance":{"name":"tolerance","abstract":"

    Query range tolerance

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)createMetadataWithGeoPackageName:andTableName:andId:andEnvelope:":{"name":"-createMetadataWithGeoPackageName:andTableName:andId:andEnvelope:","abstract":"

    Create geometry metadata

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)createMetadataWithGeoPackageId:andTableName:andId:andEnvelope:":{"name":"-createMetadataWithGeoPackageId:andTableName:andId:andEnvelope:","abstract":"

    Create geometry metadata

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)populateMetadataWithGeoPackageId:andTableName:andId:andEnvelope:":{"name":"-populateMetadataWithGeoPackageId:andTableName:andId:andEnvelope:","abstract":"

    Populate geometry metadata

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)deleteMetadata:":{"name":"-deleteMetadata:","abstract":"

    Delete geometry metadata

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)deleteByGeoPackageName:":{"name":"-deleteByGeoPackageName:","abstract":"

    Delete geometry metadata by name

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)deleteByGeoPackageId:":{"name":"-deleteByGeoPackageId:","abstract":"

    Delete geometry metadata by GeoPackage id

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)deleteByGeoPackageName:andTableName:":{"name":"-deleteByGeoPackageName:andTableName:","abstract":"

    Delete geometry metadata by GeoPackage name and table name

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)deleteByGeoPackageId:andTableName:":{"name":"-deleteByGeoPackageId:andTableName:","abstract":"

    Delete geometry metadata by GeoPackage id and table name

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)deleteByGeoPackageName:andTableName:andId:":{"name":"-deleteByGeoPackageName:andTableName:andId:","abstract":"

    Delete geometry metadata by GeoPackage name, table name, and geometry id

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)deleteByGeoPackageId:andTableName:andId:":{"name":"-deleteByGeoPackageId:andTableName:andId:","abstract":"

    Delete geometry metadata by GeoPackage id, table name, and geometry id

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)createOrUpdateMetadata:":{"name":"-createOrUpdateMetadata:","abstract":"

    Create of update geometry metadata

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)updateMetadata:":{"name":"-updateMetadata:","abstract":"

    Update geometry metadata

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)existsByMetadata:":{"name":"-existsByMetadata:","abstract":"

    Check if geometry metadata exists

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)metadataByMetadata:":{"name":"-metadataByMetadata:","abstract":"

    Get geometry metadata by metadata

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)metadataByGeoPackageName:andTableName:andId:":{"name":"-metadataByGeoPackageName:andTableName:andId:","abstract":"

    Get geometry metadata by GeoPackage name, table name, and id

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)metadataByGeoPackageId:andTableName:andId:":{"name":"-metadataByGeoPackageId:andTableName:andId:","abstract":"

    Get geometry metadata by GeoPackage id, table name, and id

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)queryByGeoPackageName:andTableName:":{"name":"-queryByGeoPackageName:andTableName:","abstract":"

    Query for geometry metadata

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)queryIdsByGeoPackageName:andTableName:":{"name":"-queryIdsByGeoPackageName:andTableName:","abstract":"

    Query for all table geometry metadata geometry ids

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)queryByGeoPackageName:andTableName:andColumns:":{"name":"-queryByGeoPackageName:andTableName:andColumns:","abstract":"

    Query for all table geometry metadata

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)countByGeoPackageName:andTableName:":{"name":"-countByGeoPackageName:andTableName:","abstract":"

    Query for geometry metadata count

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)boundingBoxByGeoPackageName:andTableName:":{"name":"-boundingBoxByGeoPackageName:andTableName:","abstract":"

    Query for the bounds of the feature table index

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)boundingBoxByGeoPackageId:andTableName:":{"name":"-boundingBoxByGeoPackageId:andTableName:","abstract":"

    Query for the bounds of the feature table index

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)queryByGeoPackageId:andTableName:":{"name":"-queryByGeoPackageId:andTableName:","abstract":"

    Query for geometry metadata

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)queryIdsByGeoPackageId:andTableName:":{"name":"-queryIdsByGeoPackageId:andTableName:","abstract":"

    Query for all table geometry metadata geometry ids

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)queryByGeoPackageId:andTableName:andColumns:":{"name":"-queryByGeoPackageId:andTableName:andColumns:","abstract":"

    Query for all table geometry metadata

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)countByGeoPackageId:andTableName:":{"name":"-countByGeoPackageId:andTableName:","abstract":"

    Query for geometry metadata count

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)querySQL":{"name":"-querySQL","abstract":"

    Get the query SQL for a GeoPackage id and table name

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)querySQLArgsWithGeoPackageId:andTableName:":{"name":"-querySQLArgsWithGeoPackageId:andTableName:","abstract":"

    Get the query SQL args for a GeoPackage id and table name

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)queryByGeoPackageName:andTableName:andBoundingBox:":{"name":"-queryByGeoPackageName:andTableName:andBoundingBox:","abstract":"

    Query for all geometry metadata matching the bounding box in the same projection

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)queryIdsByGeoPackageName:andTableName:andBoundingBox:":{"name":"-queryIdsByGeoPackageName:andTableName:andBoundingBox:","abstract":"

    Query for all table geometry metadata ids matching the bounding box in the same projection

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)queryByGeoPackageName:andTableName:andColumns:andBoundingBox:":{"name":"-queryByGeoPackageName:andTableName:andColumns:andBoundingBox:","abstract":"

    Query for all table geometry metadata matching the bounding box in the same projection

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)countByGeoPackageName:andTableName:andBoundingBox:":{"name":"-countByGeoPackageName:andTableName:andBoundingBox:","abstract":"

    Query for all geometry metadata count matching the bounding box in the same projection

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)queryByGeoPackageId:andTableName:andBoundingBox:":{"name":"-queryByGeoPackageId:andTableName:andBoundingBox:","abstract":"

    Query for all geometry metadata matching the bounding box in the same projection

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)queryIdsByGeoPackageId:andTableName:andBoundingBox:":{"name":"-queryIdsByGeoPackageId:andTableName:andBoundingBox:","abstract":"

    Query for all table geometry metadata ids matching the bounding box in the same projection

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)queryByGeoPackageId:andTableName:andColumns:andBoundingBox:":{"name":"-queryByGeoPackageId:andTableName:andColumns:andBoundingBox:","abstract":"

    Query for all table geometry metadata matching the bounding box in the same projection

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)countByGeoPackageId:andTableName:andBoundingBox:":{"name":"-countByGeoPackageId:andTableName:andBoundingBox:","abstract":"

    Query for all geometry metadata count matching the bounding box in the same projection

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)queryByGeoPackageName:andTableName:andEnvelope:":{"name":"-queryByGeoPackageName:andTableName:andEnvelope:","abstract":"

    Query for all geometry metadata matching the envelope

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)queryIdsByGeoPackageName:andTableName:andEnvelope:":{"name":"-queryIdsByGeoPackageName:andTableName:andEnvelope:","abstract":"

    Query for all table geometry metadata ids matching the envelope

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)queryByGeoPackageName:andTableName:andColumns:andEnvelope:":{"name":"-queryByGeoPackageName:andTableName:andColumns:andEnvelope:","abstract":"

    Query for all table geometry metadata matching the envelope

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)countByGeoPackageName:andTableName:andEnvelope:":{"name":"-countByGeoPackageName:andTableName:andEnvelope:","abstract":"

    Query for all geometry metadata count matching the envelope

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)queryByGeoPackageName:andTableName:andDistinct:andColumns:andEnvelope:andOrderBy:andLimit:":{"name":"-queryByGeoPackageName:andTableName:andDistinct:andColumns:andEnvelope:andOrderBy:andLimit:","abstract":"

    Query for all table geometry metadata matching the envelope

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)queryByGeoPackageId:andTableName:andEnvelope:":{"name":"-queryByGeoPackageId:andTableName:andEnvelope:","abstract":"

    Query for all geometry metadata matching the envelope

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)queryIdsByGeoPackageId:andTableName:andEnvelope:":{"name":"-queryIdsByGeoPackageId:andTableName:andEnvelope:","abstract":"

    Query for all table geometry metadata ids matching the envelope

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)queryByGeoPackageId:andTableName:andColumns:andEnvelope:":{"name":"-queryByGeoPackageId:andTableName:andColumns:andEnvelope:","abstract":"

    Query for all table geometry metadata matching the envelope

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)countByGeoPackageId:andTableName:andEnvelope:":{"name":"-countByGeoPackageId:andTableName:andEnvelope:","abstract":"

    Query for all table geometry metadata count matching the envelope

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)queryByGeoPackageId:andTableName:andDistinct:andColumns:andEnvelope:andOrderBy:andLimit:":{"name":"-queryByGeoPackageId:andTableName:andDistinct:andColumns:andEnvelope:andOrderBy:andLimit:","abstract":"

    Query for all table geometry metadata matching the envelope

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)querySQLWithEnvelope:":{"name":"-querySQLWithEnvelope:","abstract":"

    Get the query SQL for an envelope, GeoPackage id, and table name

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)querySQLArgsWithEnvelope:andGeoPackageId:andTableName:":{"name":"-querySQLArgsWithEnvelope:andGeoPackageId:andTableName:","abstract":"

    Get the query SQL args for an envelope, GeoPackage id, and table name

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)geoPackageIdForGeoPackageName:":{"name":"-geoPackageIdForGeoPackageName:","abstract":"

    Get GeoPackage id for the GeoPackage name

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(cm)idWithResultSet:":{"name":"+idWithResultSet:","abstract":"

    Get the geometry metadata geometry id

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadata.html#/c:objc(cs)GPKGGeometryMetadata(py)geoPackageId":{"name":"geoPackageId","abstract":"

    GeoPackage id

    ","parent_name":"GPKGGeometryMetadata"},"Classes/GPKGGeometryMetadata.html#/c:objc(cs)GPKGGeometryMetadata(py)tableName":{"name":"tableName","abstract":"

    Table name

    ","parent_name":"GPKGGeometryMetadata"},"Classes/GPKGGeometryMetadata.html#/c:objc(cs)GPKGGeometryMetadata(py)id":{"name":"id","abstract":"

    Geometry id

    ","parent_name":"GPKGGeometryMetadata"},"Classes/GPKGGeometryMetadata.html#/c:objc(cs)GPKGGeometryMetadata(py)minX":{"name":"minX","abstract":"

    Min X

    ","parent_name":"GPKGGeometryMetadata"},"Classes/GPKGGeometryMetadata.html#/c:objc(cs)GPKGGeometryMetadata(py)maxX":{"name":"maxX","abstract":"

    Max X

    ","parent_name":"GPKGGeometryMetadata"},"Classes/GPKGGeometryMetadata.html#/c:objc(cs)GPKGGeometryMetadata(py)minY":{"name":"minY","abstract":"

    Min Y

    ","parent_name":"GPKGGeometryMetadata"},"Classes/GPKGGeometryMetadata.html#/c:objc(cs)GPKGGeometryMetadata(py)maxY":{"name":"maxY","abstract":"

    Max Y

    ","parent_name":"GPKGGeometryMetadata"},"Classes/GPKGGeometryMetadata.html#/c:objc(cs)GPKGGeometryMetadata(py)minZ":{"name":"minZ","abstract":"

    Min Z

    ","parent_name":"GPKGGeometryMetadata"},"Classes/GPKGGeometryMetadata.html#/c:objc(cs)GPKGGeometryMetadata(py)maxZ":{"name":"maxZ","abstract":"

    Max Z

    ","parent_name":"GPKGGeometryMetadata"},"Classes/GPKGGeometryMetadata.html#/c:objc(cs)GPKGGeometryMetadata(py)minM":{"name":"minM","abstract":"

    Min M

    ","parent_name":"GPKGGeometryMetadata"},"Classes/GPKGGeometryMetadata.html#/c:objc(cs)GPKGGeometryMetadata(py)maxM":{"name":"maxM","abstract":"

    Max M

    ","parent_name":"GPKGGeometryMetadata"},"Classes/GPKGGeometryMetadata.html#/c:objc(cs)GPKGGeometryMetadata(cm)columns":{"name":"+columns","abstract":"

    Get the columns

    ","parent_name":"GPKGGeometryMetadata"},"Classes/GPKGGeoPackageMetadataTableCreator.html#/c:objc(cs)GPKGGeoPackageMetadataTableCreator(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGGeoPackageMetadataTableCreator"},"Classes/GPKGGeoPackageMetadataTableCreator.html#/c:objc(cs)GPKGGeoPackageMetadataTableCreator(im)createGeoPackageMetadata":{"name":"-createGeoPackageMetadata","abstract":"

    Create GeoPackage metadata table

    ","parent_name":"GPKGGeoPackageMetadataTableCreator"},"Classes/GPKGGeoPackageMetadataTableCreator.html#/c:objc(cs)GPKGGeoPackageMetadataTableCreator(im)createTableMetadata":{"name":"-createTableMetadata","abstract":"

    Create Table metadata table

    ","parent_name":"GPKGGeoPackageMetadataTableCreator"},"Classes/GPKGGeoPackageMetadataTableCreator.html#/c:objc(cs)GPKGGeoPackageMetadataTableCreator(im)createGeometryMetadata":{"name":"-createGeometryMetadata","abstract":"

    Create Geometry metadata table

    ","parent_name":"GPKGGeoPackageMetadataTableCreator"},"Classes/GPKGGeoPackageMetadataTableCreator.html#/c:objc(cs)GPKGGeoPackageMetadataTableCreator(im)createAll":{"name":"-createAll","abstract":"

    Create all GeoPackage Metadata tables

    ","parent_name":"GPKGGeoPackageMetadataTableCreator"},"Classes/GPKGGeoPackageMetadataDao.html#/c:objc(cs)GPKGGeoPackageMetadataDao(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGGeoPackageMetadataDao"},"Classes/GPKGGeoPackageMetadataDao.html#/c:objc(cs)GPKGGeoPackageMetadataDao(im)deleteMetadata:":{"name":"-deleteMetadata:","abstract":"

    Delete the metadata

    ","parent_name":"GPKGGeoPackageMetadataDao"},"Classes/GPKGGeoPackageMetadataDao.html#/c:objc(cs)GPKGGeoPackageMetadataDao(im)deleteByName:":{"name":"-deleteByName:","abstract":"

    Delete metadata by name

    ","parent_name":"GPKGGeoPackageMetadataDao"},"Classes/GPKGGeoPackageMetadataDao.html#/c:objc(cs)GPKGGeoPackageMetadataDao(im)renameMetadata:toNewName:":{"name":"-renameMetadata:toNewName:","abstract":"

    Rename metadata

    ","parent_name":"GPKGGeoPackageMetadataDao"},"Classes/GPKGGeoPackageMetadataDao.html#/c:objc(cs)GPKGGeoPackageMetadataDao(im)renameName:toNewName:":{"name":"-renameName:toNewName:","abstract":"

    Rename metadata

    ","parent_name":"GPKGGeoPackageMetadataDao"},"Classes/GPKGGeoPackageMetadataDao.html#/c:objc(cs)GPKGGeoPackageMetadataDao(im)all":{"name":"-all","abstract":"

    Get all metadata

    ","parent_name":"GPKGGeoPackageMetadataDao"},"Classes/GPKGGeoPackageMetadataDao.html#/c:objc(cs)GPKGGeoPackageMetadataDao(im)allNames":{"name":"-allNames","abstract":"

    Get all metadata names

    ","parent_name":"GPKGGeoPackageMetadataDao"},"Classes/GPKGGeoPackageMetadataDao.html#/c:objc(cs)GPKGGeoPackageMetadataDao(im)allNamesSorted":{"name":"-allNamesSorted","abstract":"

    Get all metadata names sorted

    ","parent_name":"GPKGGeoPackageMetadataDao"},"Classes/GPKGGeoPackageMetadataDao.html#/c:objc(cs)GPKGGeoPackageMetadataDao(im)metadataByName:":{"name":"-metadataByName:","abstract":"

    Get metadata by name

    ","parent_name":"GPKGGeoPackageMetadataDao"},"Classes/GPKGGeoPackageMetadataDao.html#/c:objc(cs)GPKGGeoPackageMetadataDao(im)metadataById:":{"name":"-metadataById:","abstract":"

    Get metadata by id

    ","parent_name":"GPKGGeoPackageMetadataDao"},"Classes/GPKGGeoPackageMetadataDao.html#/c:objc(cs)GPKGGeoPackageMetadataDao(im)metadataCreateByName:":{"name":"-metadataCreateByName:","abstract":"

    Get or create metadata by name

    ","parent_name":"GPKGGeoPackageMetadataDao"},"Classes/GPKGGeoPackageMetadataDao.html#/c:objc(cs)GPKGGeoPackageMetadataDao(im)existsByName:":{"name":"-existsByName:","abstract":"

    Check if the metadata exists

    ","parent_name":"GPKGGeoPackageMetadataDao"},"Classes/GPKGGeoPackageMetadataDao.html#/c:objc(cs)GPKGGeoPackageMetadataDao(im)metadataWhereNameLike:sortedBy:":{"name":"-metadataWhereNameLike:sortedBy:","abstract":"

    Get metadata where the name is like

    ","parent_name":"GPKGGeoPackageMetadataDao"},"Classes/GPKGGeoPackageMetadataDao.html#/c:objc(cs)GPKGGeoPackageMetadataDao(im)metadataWhereNameNotLike:sortedBy:":{"name":"-metadataWhereNameNotLike:sortedBy:","abstract":"

    Get metadata where the name is not like

    ","parent_name":"GPKGGeoPackageMetadataDao"},"Classes/GPKGGeoPackageMetadata.html#/c:objc(cs)GPKGGeoPackageMetadata(py)id":{"name":"id","abstract":"

    GeoPackage id

    ","parent_name":"GPKGGeoPackageMetadata"},"Classes/GPKGGeoPackageMetadata.html#/c:objc(cs)GPKGGeoPackageMetadata(py)name":{"name":"name","abstract":"

    GeoPackage name

    ","parent_name":"GPKGGeoPackageMetadata"},"Classes/GPKGGeoPackageMetadata.html#/c:objc(cs)GPKGGeoPackageMetadata(py)path":{"name":"path","abstract":"

    GeoPackage file path

    ","parent_name":"GPKGGeoPackageMetadata"},"Classes/GPKGSQLiteMasterTypes.html#/c:objc(cs)GPKGSQLiteMasterTypes(cm)name:":{"name":"+name:","abstract":"

    Get the name of the SQLite Master table type

    ","parent_name":"GPKGSQLiteMasterTypes"},"Classes/GPKGSQLiteMasterTypes.html#/c:objc(cs)GPKGSQLiteMasterTypes(cm)fromName:":{"name":"+fromName:","abstract":"

    Get the SQLite Master table type from the SQLite Master table type name

    ","parent_name":"GPKGSQLiteMasterTypes"},"Classes/GPKGSQLiteMasterQuery.html#/c:objc(cs)GPKGSQLiteMasterQuery(im)addColumn:withValue:":{"name":"-addColumn:withValue:","abstract":"

    Add an equality query

    ","parent_name":"GPKGSQLiteMasterQuery"},"Classes/GPKGSQLiteMasterQuery.html#/c:objc(cs)GPKGSQLiteMasterQuery(im)addColumn:withOperation:andValue:":{"name":"-addColumn:withOperation:andValue:","abstract":"

    Add a query

    ","parent_name":"GPKGSQLiteMasterQuery"},"Classes/GPKGSQLiteMasterQuery.html#/c:objc(cs)GPKGSQLiteMasterQuery(im)addIsNullColumn:":{"name":"-addIsNullColumn:","abstract":"

    Add an is null query

    ","parent_name":"GPKGSQLiteMasterQuery"},"Classes/GPKGSQLiteMasterQuery.html#/c:objc(cs)GPKGSQLiteMasterQuery(im)addIsNotNullColumn:":{"name":"-addIsNotNullColumn:","abstract":"

    Add an is not null query

    ","parent_name":"GPKGSQLiteMasterQuery"},"Classes/GPKGSQLiteMasterQuery.html#/c:objc(cs)GPKGSQLiteMasterQuery(im)has":{"name":"-has","abstract":"

    Determine a query has been set

    ","parent_name":"GPKGSQLiteMasterQuery"},"Classes/GPKGSQLiteMasterQuery.html#/c:objc(cs)GPKGSQLiteMasterQuery(im)buildSQL":{"name":"-buildSQL","abstract":"

    Build the query SQL

    ","parent_name":"GPKGSQLiteMasterQuery"},"Classes/GPKGSQLiteMasterQuery.html#/c:objc(cs)GPKGSQLiteMasterQuery(im)arguments":{"name":"-arguments","abstract":"

    Get the query arguments

    ","parent_name":"GPKGSQLiteMasterQuery"},"Classes/GPKGSQLiteMasterQuery.html#/c:objc(cs)GPKGSQLiteMasterQuery(cm)create":{"name":"+create","abstract":"

    Create an empty query that supports a single query

    ","parent_name":"GPKGSQLiteMasterQuery"},"Classes/GPKGSQLiteMasterQuery.html#/c:objc(cs)GPKGSQLiteMasterQuery(cm)createOr":{"name":"+createOr","abstract":"

    Create a query with multiple queries combined by an OR

    ","parent_name":"GPKGSQLiteMasterQuery"},"Classes/GPKGSQLiteMasterQuery.html#/c:objc(cs)GPKGSQLiteMasterQuery(cm)createAnd":{"name":"+createAnd","abstract":"

    Create a query with multiple queries combined by an AND

    ","parent_name":"GPKGSQLiteMasterQuery"},"Classes/GPKGSQLiteMasterQuery.html#/c:objc(cs)GPKGSQLiteMasterQuery(cm)createWithColumn:andValue:":{"name":"+createWithColumn:andValue:","abstract":"

    Create a single equality query

    ","parent_name":"GPKGSQLiteMasterQuery"},"Classes/GPKGSQLiteMasterQuery.html#/c:objc(cs)GPKGSQLiteMasterQuery(cm)createWithColumn:andOperation:andValue:":{"name":"+createWithColumn:andOperation:andValue:","abstract":"

    Create a single query

    ","parent_name":"GPKGSQLiteMasterQuery"},"Classes/GPKGSQLiteMasterQuery.html#/c:objc(cs)GPKGSQLiteMasterQuery(cm)createOrWithColumn:andValues:":{"name":"+createOrWithColumn:andValues:","abstract":"

    Create an equality query with multiple values for a single column","parent_name":"GPKGSQLiteMasterQuery"},"Classes/GPKGSQLiteMasterQuery.html#/c:objc(cs)GPKGSQLiteMasterQuery(cm)createOrWithColumn:andOperation:andValues:":{"name":"+createOrWithColumn:andOperation:andValues:","abstract":"

    Create a query with multiple values for a single column combined with an","parent_name":"GPKGSQLiteMasterQuery"},"Classes/GPKGSQLiteMasterQuery.html#/c:objc(cs)GPKGSQLiteMasterQuery(cm)createAndWithColumn:andValues:":{"name":"+createAndWithColumn:andValues:","abstract":"

    Create an equality query with multiple values for a single column","parent_name":"GPKGSQLiteMasterQuery"},"Classes/GPKGSQLiteMasterQuery.html#/c:objc(cs)GPKGSQLiteMasterQuery(cm)createAndWithColumn:andOperation:andValues:":{"name":"+createAndWithColumn:andOperation:andValues:","abstract":"

    Create a query with multiple values for a single column combined with an","parent_name":"GPKGSQLiteMasterQuery"},"Classes/GPKGSQLiteMasterQuery.html#/c:objc(cs)GPKGSQLiteMasterQuery(cm)createViewQueryWithTable:":{"name":"+createViewQueryWithTable:","abstract":"

    Create a query to find views in the sql column referring to the table

    ","parent_name":"GPKGSQLiteMasterQuery"},"Classes/GPKGSQLiteMasterColumns.html#/c:objc(cs)GPKGSQLiteMasterColumns(cm)name:":{"name":"+name:","abstract":"

    Get the name of the SQLite Master column keyword type

    ","parent_name":"GPKGSQLiteMasterColumns"},"Classes/GPKGSQLiteMasterColumns.html#/c:objc(cs)GPKGSQLiteMasterColumns(cm)fromName:":{"name":"+fromName:","abstract":"

    Get the SQLite Master column keyword type from the SQLite Master column keyword type name

    ","parent_name":"GPKGSQLiteMasterColumns"},"Classes/GPKGSQLiteMasterColumns.html#/c:objc(cs)GPKGSQLiteMasterColumns(cm)values":{"name":"+values","abstract":"

    Get all SQLite Master column keyword type values

    ","parent_name":"GPKGSQLiteMasterColumns"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(im)count":{"name":"-count","abstract":"

    Result count

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(im)columns":{"name":"-columns","abstract":"

    Get the columns in the result

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(im)typeAtRow:":{"name":"-typeAtRow:","abstract":"

    Get the type

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(im)typeStringAtRow:":{"name":"-typeStringAtRow:","abstract":"

    Get the type string

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(im)nameAtRow:":{"name":"-nameAtRow:","abstract":"

    Get the name

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(im)tableNameAtRow:":{"name":"-tableNameAtRow:","abstract":"

    Get the table name

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(im)rootpageAtRow:":{"name":"-rootpageAtRow:","abstract":"

    Get the rootpage

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(im)sqlAtRow:":{"name":"-sqlAtRow:","abstract":"

    Get the sql

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(im)valueAtRow:forColumn:":{"name":"-valueAtRow:forColumn:","abstract":"

    Get the value of the column at the row index

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(im)row:":{"name":"-row:","abstract":"

    Get the row at the row index

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(im)valueInRow:forColumn:":{"name":"-valueInRow:forColumn:","abstract":"

    Get the value in the row at the column index

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(im)columnIndex:":{"name":"-columnIndex:","abstract":"

    Get the column index of the column type

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(im)constraintsAtRow:":{"name":"-constraintsAtRow:","abstract":"

    Get the constraints from table SQL

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)columnsFromColumn:":{"name":"+columnsFromColumn:","abstract":"

    Shortcut to build a column into an array

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)typesFromType:":{"name":"+typesFromType:","abstract":"

    Shortcut to build a type into an array

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)countWithConnection:":{"name":"+countWithConnection:","abstract":"

    Count the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)queryWithConnection:":{"name":"+queryWithConnection:","abstract":"

    Query the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)countWithConnection:andTable:":{"name":"+countWithConnection:andTable:","abstract":"

    Count the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)queryWithConnection:andTable:":{"name":"+queryWithConnection:andTable:","abstract":"

    Query the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)queryWithConnection:andColumns:":{"name":"+queryWithConnection:andColumns:","abstract":"

    Query the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)queryWithConnection:andColumns:andTable:":{"name":"+queryWithConnection:andColumns:andTable:","abstract":"

    Query the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)queryWithConnection:andType:":{"name":"+queryWithConnection:andType:","abstract":"

    Query the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)queryWithConnection:andTypes:":{"name":"+queryWithConnection:andTypes:","abstract":"

    Query the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)queryWithConnection:andType:andTable:":{"name":"+queryWithConnection:andType:andTable:","abstract":"

    Query the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)queryWithConnection:andTypes:andTable:":{"name":"+queryWithConnection:andTypes:andTable:","abstract":"

    Query the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)countWithConnection:andType:":{"name":"+countWithConnection:andType:","abstract":"

    Count the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)queryWithConnection:andColumns:andType:":{"name":"+queryWithConnection:andColumns:andType:","abstract":"

    Query the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)countWithConnection:andType:andTable:":{"name":"+countWithConnection:andType:andTable:","abstract":"

    Count the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)queryWithConnection:andColumns:andType:andTable:":{"name":"+queryWithConnection:andColumns:andType:andTable:","abstract":"

    Query the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)countWithConnection:andTypes:":{"name":"+countWithConnection:andTypes:","abstract":"

    Count the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)queryWithConnection:andColumns:andTypes:":{"name":"+queryWithConnection:andColumns:andTypes:","abstract":"

    Query the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)countWithConnection:andTypes:andTable:":{"name":"+countWithConnection:andTypes:andTable:","abstract":"

    Count the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)queryWithConnection:andColumns:andTypes:andTable:":{"name":"+queryWithConnection:andColumns:andTypes:andTable:","abstract":"

    Query the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)queryWithConnection:andQuery:":{"name":"+queryWithConnection:andQuery:","abstract":"

    Query the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)countWithConnection:andQuery:":{"name":"+countWithConnection:andQuery:","abstract":"

    Count the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)queryWithConnection:andColumns:andQuery:":{"name":"+queryWithConnection:andColumns:andQuery:","abstract":"

    Query the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)queryWithConnection:andType:andQuery:":{"name":"+queryWithConnection:andType:andQuery:","abstract":"

    Query the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)countWithConnection:andType:andQuery:":{"name":"+countWithConnection:andType:andQuery:","abstract":"

    Count the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)queryWithConnection:andColumns:andType:andQuery:":{"name":"+queryWithConnection:andColumns:andType:andQuery:","abstract":"

    Query the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)countWithConnection:andTypes:andQuery:":{"name":"+countWithConnection:andTypes:andQuery:","abstract":"

    Count the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)queryWithConnection:andColumns:andTypes:andQuery:":{"name":"+queryWithConnection:andColumns:andTypes:andQuery:","abstract":"

    Query the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)queryViewsWithConnection:andTable:":{"name":"+queryViewsWithConnection:andTable:","abstract":"

    Query the sqlite_master views on the table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)queryViewsWithConnection:andColumns:andTable:":{"name":"+queryViewsWithConnection:andColumns:andTable:","abstract":"

    Query the sqlite_master views on the table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)countViewsWithConnection:andTable:":{"name":"+countViewsWithConnection:andTable:","abstract":"

    Count the sqlite_master views on the table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)queryForConstraintsWithConnection:andTable:":{"name":"+queryForConstraintsWithConnection:andTable:","abstract":"

    Query for the table constraints

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGObjectResultSet.html#/c:objc(cs)GPKGObjectResultSet(cm)createWithDao:andResults:":{"name":"+createWithDao:andResults:","abstract":"

    Create

    ","parent_name":"GPKGObjectResultSet"},"Classes/GPKGObjectResultSet.html#/c:objc(cs)GPKGObjectResultSet(im)initWithDao:andResults:":{"name":"-initWithDao:andResults:","abstract":"

    Initialize

    ","parent_name":"GPKGObjectResultSet"},"Classes/GPKGObjectResultSet.html#/c:objc(cs)GPKGObjectResultSet(im)dao":{"name":"-dao","abstract":"

    Get the DAO

    ","parent_name":"GPKGObjectResultSet"},"Classes/GPKGObjectResultSet.html#/c:objc(cs)GPKGObjectResultSet(im)resultSet":{"name":"-resultSet","abstract":"

    Get the result set

    ","parent_name":"GPKGObjectResultSet"},"Classes/GPKGObjectResultSet.html#/c:objc(cs)GPKGObjectResultSet(im)count":{"name":"-count","abstract":"

    Get the result set count

    ","parent_name":"GPKGObjectResultSet"},"Classes/GPKGObjectResultSet.html#/c:objc(cs)GPKGObjectResultSet(im)moveToNext":{"name":"-moveToNext","abstract":"

    Move to the next result if one exists

    ","parent_name":"GPKGObjectResultSet"},"Classes/GPKGObjectResultSet.html#/c:objc(cs)GPKGObjectResultSet(im)moveToFirst":{"name":"-moveToFirst","abstract":"

    Move to the first result

    ","parent_name":"GPKGObjectResultSet"},"Classes/GPKGObjectResultSet.html#/c:objc(cs)GPKGObjectResultSet(im)moveToPosition:":{"name":"-moveToPosition:","abstract":"

    Move result to index position

    ","parent_name":"GPKGObjectResultSet"},"Classes/GPKGObjectResultSet.html#/c:objc(cs)GPKGObjectResultSet(im)object":{"name":"-object","abstract":"

    Get the current object from the result set

    ","parent_name":"GPKGObjectResultSet"},"Classes/GPKGObjectResultSet.html#/c:objc(cs)GPKGObjectResultSet(im)close":{"name":"-close","abstract":"

    Close the result set

    ","parent_name":"GPKGObjectResultSet"},"Classes/GPKGObjectPaginatedResults.html#/c:objc(cs)GPKGObjectPaginatedResults(cm)createWithDao:andResultSet:":{"name":"+createWithDao:andResultSet:","abstract":"

    Create

    ","parent_name":"GPKGObjectPaginatedResults"},"Classes/GPKGObjectPaginatedResults.html#/c:objc(cs)GPKGObjectPaginatedResults(im)initWithDao:andResultSet:":{"name":"-initWithDao:andResultSet:","abstract":"

    Initialize

    ","parent_name":"GPKGObjectPaginatedResults"},"Classes/GPKGObjectPaginatedResults.html#/c:objc(cs)GPKGObjectPaginatedResults(im)dao":{"name":"-dao","abstract":"

    Get the base DAO

    ","parent_name":"GPKGObjectPaginatedResults"},"Classes/GPKGObjectPaginatedResults.html#/c:objc(cs)GPKGObjectPaginatedResults(im)object":{"name":"-object","abstract":"

    Get the current object from the result set

    ","parent_name":"GPKGObjectPaginatedResults"},"Classes/GPKGColumnValues.html#/c:objc(cs)GPKGColumnValues(py)values":{"name":"values","abstract":"

    Mapping between columns and values

    ","parent_name":"GPKGColumnValues"},"Classes/GPKGColumnValues.html#/c:objc(cs)GPKGColumnValues(py)columns":{"name":"columns","abstract":"

    Array of columns

    ","parent_name":"GPKGColumnValues"},"Classes/GPKGColumnValues.html#/c:objc(cs)GPKGColumnValues(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGColumnValues"},"Classes/GPKGColumnValues.html#/c:objc(cs)GPKGColumnValues(im)count":{"name":"-count","abstract":"

    Get the column value count

    ","parent_name":"GPKGColumnValues"},"Classes/GPKGColumnValues.html#/c:objc(cs)GPKGColumnValues(im)addColumn:withValue:":{"name":"-addColumn:withValue:","abstract":"

    Add a column and value

    ","parent_name":"GPKGColumnValues"},"Classes/GPKGColumnValues.html#/c:objc(cs)GPKGColumnValues(im)value:":{"name":"-value:","abstract":"

    Get the value of the column

    ","parent_name":"GPKGColumnValues"},"Classes/GPKGColumnValue.html#/c:objc(cs)GPKGColumnValue(py)value":{"name":"value","abstract":"

    Value

    ","parent_name":"GPKGColumnValue"},"Classes/GPKGColumnValue.html#/c:objc(cs)GPKGColumnValue(py)tolerance":{"name":"tolerance","abstract":"

    Value tolerance

    ","parent_name":"GPKGColumnValue"},"Classes/GPKGColumnValue.html#/c:objc(cs)GPKGColumnValue(im)initWithValue:":{"name":"-initWithValue:","abstract":"

    Initialize

    ","parent_name":"GPKGColumnValue"},"Classes/GPKGColumnValue.html#/c:objc(cs)GPKGColumnValue(im)initWithValue:andTolerance:":{"name":"-initWithValue:andTolerance:","abstract":"

    Initialize

    ","parent_name":"GPKGColumnValue"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(py)databaseName":{"name":"databaseName","abstract":"

    Database name

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(py)database":{"name":"database","abstract":"

    Database connection

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(py)idColumns":{"name":"idColumns","abstract":"

    id columns

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(py)autoIncrementId":{"name":"autoIncrementId","abstract":"

    auto increment id flag

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(py)columnNames":{"name":"columnNames","abstract":"

    Columns

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(py)tableName":{"name":"tableName","abstract":"

    Table name

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(py)columnIndex":{"name":"columnIndex","abstract":"

    Mapping between columns and indices

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)initializeColumnIndex":{"name":"-initializeColumnIndex","abstract":"

    Initialize the column index

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)columnCount":{"name":"-columnCount","abstract":"

    Get the column count

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)columnNameWithIndex:":{"name":"-columnNameWithIndex:","abstract":"

    Get the column name at the index

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)tableExists":{"name":"-tableExists","abstract":"

    Check if the DAO is backed by a table or a view

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)isTableOrView":{"name":"-isTableOrView","abstract":"

    Check if the DAO is backed by a table or a view

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)isTable":{"name":"-isTable","abstract":"

    Check if the DAO is backed by a table

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)isView":{"name":"-isView","abstract":"

    Check if the DAO is backed by a view

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)verifyExists":{"name":"-verifyExists","abstract":"

    Verify the DAO is backed by a table or view

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)idColumnName":{"name":"-idColumnName","abstract":"

    Get a single or first id column name

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)projection:":{"name":"-projection:","abstract":"

    Get the projection of the object

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)dropTable":{"name":"-dropTable","abstract":"

    Drop the table

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)tableExistsWithName:":{"name":"-tableExistsWithName:","abstract":"

    Check if the table exists

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)viewExistsWithName:":{"name":"-viewExistsWithName:","abstract":"

    Check if the view exists

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)tableOrViewExists:":{"name":"-tableOrViewExists:","abstract":"

    Check if a table or view exists with the name

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)dropTableWithName:":{"name":"-dropTableWithName:","abstract":"

    Drop the table

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForId:":{"name":"-queryForId:","abstract":"

    Query for id

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithColumns:forId:":{"name":"-queryWithColumns:forId:","abstract":"

    Query for id

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForIdObject:":{"name":"-queryForIdObject:","abstract":"

    Query for id object, first object in the result set

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithColumns:forIdObject:":{"name":"-queryWithColumns:forIdObject:","abstract":"

    Query for id object, first object in the result set

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForMultiId:":{"name":"-queryForMultiId:","abstract":"

    Query for a multiple id where more than one primary key exists

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithColumns:forMultiId:":{"name":"-queryWithColumns:forMultiId:","abstract":"

    Query for a multiple id where more than one primary key exists

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForMultiIdObject:":{"name":"-queryForMultiIdObject:","abstract":"

    Query for a multiple id object where more than one primary key exists, first object in the result set

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithColumns:forMultiIdObject:":{"name":"-queryWithColumns:forMultiIdObject:","abstract":"

    Query for a multiple id object where more than one primary key exists, first object in the result set

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForIdInt:":{"name":"-queryForIdInt:","abstract":"

    Query for the row with the provided id

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithColumns:forIdInt:":{"name":"-queryWithColumns:forIdInt:","abstract":"

    Query for the row with the provided id

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForAll":{"name":"-queryForAll","abstract":"

    Query for all results

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)query":{"name":"-query","abstract":"

    Query for all results

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithDistinct:":{"name":"-queryWithDistinct:","abstract":"

    Query for all rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithColumns:":{"name":"-queryWithColumns:","abstract":"

    Query for all rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithDistinct:andColumns:":{"name":"-queryWithDistinct:andColumns:","abstract":"

    Query for all rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)querySQL":{"name":"-querySQL","abstract":"

    Query SQL for all rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)querySQLWithDistinct:":{"name":"-querySQLWithDistinct:","abstract":"

    Query SQL for all rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryIdsSQL":{"name":"-queryIdsSQL","abstract":"

    Query SQL for all row ids

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryIdsSQLWithDistinct:":{"name":"-queryIdsSQLWithDistinct:","abstract":"

    Query SQL for all row ids

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)querySQLWithColumns:":{"name":"-querySQLWithColumns:","abstract":"

    Query SQL for all rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)querySQLWithDistinct:andColumns:":{"name":"-querySQLWithDistinct:andColumns:","abstract":"

    Query SQL for all rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)object:":{"name":"-object:","abstract":"

    Get the current object from the result set

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)objectWithRow:":{"name":"-objectWithRow:","abstract":"

    Get the object from the row

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)results:":{"name":"-results:","abstract":"

    Wrap the result set

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)firstObject:":{"name":"-firstObject:","abstract":"

    Get the first object from the result set

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)rawQuery:":{"name":"-rawQuery:","abstract":"

    Raw query for results

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)rawQuery:andArgs:":{"name":"-rawQuery:andArgs:","abstract":"

    Raw query for results with args

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)singleColumnResults:":{"name":"-singleColumnResults:","abstract":"

    Get the values from a result set with only one column

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForEqWithField:andValue:":{"name":"-queryForEqWithField:andValue:","abstract":"

    Query for field equality

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForEqWithDistinct:andField:andValue:":{"name":"-queryForEqWithDistinct:andField:andValue:","abstract":"

    Query for the row where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForEqWithColumns:andField:andValue:":{"name":"-queryForEqWithColumns:andField:andValue:","abstract":"

    Query for the row where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForEqWithDistinct:andColumns:andField:andValue:":{"name":"-queryForEqWithDistinct:andColumns:andField:andValue:","abstract":"

    Query for the row where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countForEqWithField:andValue:":{"name":"-countForEqWithField:andValue:","abstract":"

    Count where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countForEqWithColumn:andField:andValue:":{"name":"-countForEqWithColumn:andField:andValue:","abstract":"

    Count where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countForEqWithDistinct:andColumn:andField:andValue:":{"name":"-countForEqWithDistinct:andColumn:andField:andValue:","abstract":"

    Count where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForEqWithField:andValue:andGroupBy:andHaving:andOrderBy:":{"name":"-queryForEqWithField:andValue:andGroupBy:andHaving:andOrderBy:","abstract":"

    Query for field equality

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForEqWithDistinct:andField:andValue:andGroupBy:andHaving:andOrderBy:":{"name":"-queryForEqWithDistinct:andField:andValue:andGroupBy:andHaving:andOrderBy:","abstract":"

    Query for the row where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForEqWithColumns:andField:andValue:andGroupBy:andHaving:andOrderBy:":{"name":"-queryForEqWithColumns:andField:andValue:andGroupBy:andHaving:andOrderBy:","abstract":"

    Query for the row where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForEqWithDistinct:andColumns:andField:andValue:andGroupBy:andHaving:andOrderBy:":{"name":"-queryForEqWithDistinct:andColumns:andField:andValue:andGroupBy:andHaving:andOrderBy:","abstract":"

    Query for the row where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countForEqWithField:andValue:andGroupBy:andHaving:andOrderBy:":{"name":"-countForEqWithField:andValue:andGroupBy:andHaving:andOrderBy:","abstract":"

    Count where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countForEqWithColumn:andField:andValue:andGroupBy:andHaving:andOrderBy:":{"name":"-countForEqWithColumn:andField:andValue:andGroupBy:andHaving:andOrderBy:","abstract":"

    Count where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countForEqWithDistinct:andColumn:andField:andValue:andGroupBy:andHaving:andOrderBy:":{"name":"-countForEqWithDistinct:andColumn:andField:andValue:andGroupBy:andHaving:andOrderBy:","abstract":"

    Count where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForEqWithField:andColumnValue:":{"name":"-queryForEqWithField:andColumnValue:","abstract":"

    Query for field equality

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForEqWithDistinct:andField:andColumnValue:":{"name":"-queryForEqWithDistinct:andField:andColumnValue:","abstract":"

    Query for the row where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForEqWithColumns:andField:andColumnValue:":{"name":"-queryForEqWithColumns:andField:andColumnValue:","abstract":"

    Query for the row where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForEqWithDistinct:andColumns:andField:andColumnValue:":{"name":"-queryForEqWithDistinct:andColumns:andField:andColumnValue:","abstract":"

    Query for the row where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countForEqWithField:andColumnValue:":{"name":"-countForEqWithField:andColumnValue:","abstract":"

    Count where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countForEqWithColumn:andField:andColumnValue:":{"name":"-countForEqWithColumn:andField:andColumnValue:","abstract":"

    Count where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countForEqWithDistinct:andColumn:andField:andColumnValue:":{"name":"-countForEqWithDistinct:andColumn:andField:andColumnValue:","abstract":"

    Count where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForLikeWithField:andValue:":{"name":"-queryForLikeWithField:andValue:","abstract":"

    Query for the row where the field is like the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForLikeWithDistinct:andField:andValue:":{"name":"-queryForLikeWithDistinct:andField:andValue:","abstract":"

    Query for the row where the field is like the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForLikeWithColumns:andField:andValue:":{"name":"-queryForLikeWithColumns:andField:andValue:","abstract":"

    Query for the row where the field is like the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForLikeWithDistinct:andColumns:andField:andValue:":{"name":"-queryForLikeWithDistinct:andColumns:andField:andValue:","abstract":"

    Query for the row where the field is like the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countForLikeWithField:andValue:":{"name":"-countForLikeWithField:andValue:","abstract":"

    Count where the field is like the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countForLikeWithColumn:andField:andValue:":{"name":"-countForLikeWithColumn:andField:andValue:","abstract":"

    Count where the field is like the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countForLikeWithDistinct:andColumn:andField:andValue:":{"name":"-countForLikeWithDistinct:andColumn:andField:andValue:","abstract":"

    Count where the field is like the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForLikeWithField:andValue:andGroupBy:andHaving:andOrderBy:":{"name":"-queryForLikeWithField:andValue:andGroupBy:andHaving:andOrderBy:","abstract":"

    Query for the row where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForLikeWithDistinct:andField:andValue:andGroupBy:andHaving:andOrderBy:":{"name":"-queryForLikeWithDistinct:andField:andValue:andGroupBy:andHaving:andOrderBy:","abstract":"

    Query for the row where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForLikeWithColumns:andField:andValue:andGroupBy:andHaving:andOrderBy:":{"name":"-queryForLikeWithColumns:andField:andValue:andGroupBy:andHaving:andOrderBy:","abstract":"

    Query for the row where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForLikeWithDistinct:andColumns:andField:andValue:andGroupBy:andHaving:andOrderBy:":{"name":"-queryForLikeWithDistinct:andColumns:andField:andValue:andGroupBy:andHaving:andOrderBy:","abstract":"

    Query for the row where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countForLikeWithField:andValue:andGroupBy:andHaving:andOrderBy:":{"name":"-countForLikeWithField:andValue:andGroupBy:andHaving:andOrderBy:","abstract":"

    Count where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countForLikeWithColumn:andField:andValue:andGroupBy:andHaving:andOrderBy:":{"name":"-countForLikeWithColumn:andField:andValue:andGroupBy:andHaving:andOrderBy:","abstract":"

    Count where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countForLikeWithDistinct:andColumn:andField:andValue:andGroupBy:andHaving:andOrderBy:":{"name":"-countForLikeWithDistinct:andColumn:andField:andValue:andGroupBy:andHaving:andOrderBy:","abstract":"

    Count where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForLikeWithField:andColumnValue:":{"name":"-queryForLikeWithField:andColumnValue:","abstract":"

    Query for the row where the field is like the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForLikeWithDistinct:andField:andColumnValue:":{"name":"-queryForLikeWithDistinct:andField:andColumnValue:","abstract":"

    Query for the row where the field is like the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForLikeWithColumns:andField:andColumnValue:":{"name":"-queryForLikeWithColumns:andField:andColumnValue:","abstract":"

    Query for the row where the field is like the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForLikeWithDistinct:andColumns:andField:andColumnValue:":{"name":"-queryForLikeWithDistinct:andColumns:andField:andColumnValue:","abstract":"

    Query for the row where the field is like the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countForLikeWithField:andColumnValue:":{"name":"-countForLikeWithField:andColumnValue:","abstract":"

    Count where the field is like the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countForLikeWithColumn:andField:andColumnValue:":{"name":"-countForLikeWithColumn:andField:andColumnValue:","abstract":"

    Count where the field is like the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countForLikeWithDistinct:andColumn:andField:andColumnValue:":{"name":"-countForLikeWithDistinct:andColumn:andField:andColumnValue:","abstract":"

    Count where the field is like the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForFieldValues:":{"name":"-queryForFieldValues:","abstract":"

    Query for the row where all fields match their values

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithDistinct:forFieldValues:":{"name":"-queryWithDistinct:forFieldValues:","abstract":"

    Query for the row where all fields match their values

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithColumns:forFieldValues:":{"name":"-queryWithColumns:forFieldValues:","abstract":"

    Query for the row where all fields match their values

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithDistinct:andColumns:forFieldValues:":{"name":"-queryWithDistinct:andColumns:forFieldValues:","abstract":"

    Query for the row where all fields match their values

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countForFieldValues:":{"name":"-countForFieldValues:","abstract":"

    Count where all fields match their values

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countWithColumn:forFieldValues:":{"name":"-countWithColumn:forFieldValues:","abstract":"

    Count where all fields match their values

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countWithDistinct:andColumn:forFieldValues:":{"name":"-countWithDistinct:andColumn:forFieldValues:","abstract":"

    Count where all fields match their values

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForColumnValueFieldValues:":{"name":"-queryForColumnValueFieldValues:","abstract":"

    Query for column value field values

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithDistinct:forColumnValueFieldValues:":{"name":"-queryWithDistinct:forColumnValueFieldValues:","abstract":"

    Query for the row where all fields match their values

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithColumns:forColumnValueFieldValues:":{"name":"-queryWithColumns:forColumnValueFieldValues:","abstract":"

    Query for the row where all fields match their values

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithDistinct:andColumns:forColumnValueFieldValues:":{"name":"-queryWithDistinct:andColumns:forColumnValueFieldValues:","abstract":"

    Query for the row where all fields match their values

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countForColumnValueFieldValues:":{"name":"-countForColumnValueFieldValues:","abstract":"

    Count where all fields match their values

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countWithColumn:forColumnValueFieldValues:":{"name":"-countWithColumn:forColumnValueFieldValues:","abstract":"

    Count where all fields match their values

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countWithDistinct:andColumn:forColumnValueFieldValues:":{"name":"-countWithDistinct:andColumn:forColumnValueFieldValues:","abstract":"

    Count where all fields match their values

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithNestedSQL:":{"name":"-queryInWithNestedSQL:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithDistinct:andNestedSQL:":{"name":"-queryInWithDistinct:andNestedSQL:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithColumns:andNestedSQL:":{"name":"-queryInWithColumns:andNestedSQL:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithDistinct:andColumns:andNestedSQL:":{"name":"-queryInWithDistinct:andColumns:andNestedSQL:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countInWithNestedSQL:":{"name":"-countInWithNestedSQL:","abstract":"

    Get the count in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countInWithColumn:andNestedSQL:":{"name":"-countInWithColumn:andNestedSQL:","abstract":"

    Get the count in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countInWithDistinct:andColumn:andNestedSQL:":{"name":"-countInWithDistinct:andColumn:andNestedSQL:","abstract":"

    Get the count in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithNestedSQL:andNestedArgs:":{"name":"-queryInWithNestedSQL:andNestedArgs:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithDistinct:andNestedSQL:andNestedArgs:":{"name":"-queryInWithDistinct:andNestedSQL:andNestedArgs:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithColumns:andNestedSQL:andNestedArgs:":{"name":"-queryInWithColumns:andNestedSQL:andNestedArgs:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithDistinct:andColumns:andNestedSQL:andNestedArgs:":{"name":"-queryInWithDistinct:andColumns:andNestedSQL:andNestedArgs:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countInWithNestedSQL:andNestedArgs:":{"name":"-countInWithNestedSQL:andNestedArgs:","abstract":"

    Get the count in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countInWithColumn:andNestedSQL:andNestedArgs:":{"name":"-countInWithColumn:andNestedSQL:andNestedArgs:","abstract":"

    Get the count in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countInWithDistinct:andColumn:andNestedSQL:andNestedArgs:":{"name":"-countInWithDistinct:andColumn:andNestedSQL:andNestedArgs:","abstract":"

    Get the count in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithNestedSQL:andFieldValues:":{"name":"-queryInWithNestedSQL:andFieldValues:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithDistinct:andNestedSQL:andFieldValues:":{"name":"-queryInWithDistinct:andNestedSQL:andFieldValues:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithColumns:andNestedSQL:andFieldValues:":{"name":"-queryInWithColumns:andNestedSQL:andFieldValues:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithDistinct:andColumns:andNestedSQL:andFieldValues:":{"name":"-queryInWithDistinct:andColumns:andNestedSQL:andFieldValues:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countInWithNestedSQL:andFieldValues:":{"name":"-countInWithNestedSQL:andFieldValues:","abstract":"

    Get the count in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countInWithColumn:andNestedSQL:andFieldValues:":{"name":"-countInWithColumn:andNestedSQL:andFieldValues:","abstract":"

    Get the count in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countInWithDistinct:andColumn:andNestedSQL:andFieldValues:":{"name":"-countInWithDistinct:andColumn:andNestedSQL:andFieldValues:","abstract":"

    Get the count in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithNestedSQL:andNestedArgs:andFieldValues:":{"name":"-queryInWithNestedSQL:andNestedArgs:andFieldValues:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithDistinct:andNestedSQL:andNestedArgs:andFieldValues:":{"name":"-queryInWithDistinct:andNestedSQL:andNestedArgs:andFieldValues:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithColumns:andNestedSQL:andNestedArgs:andFieldValues:":{"name":"-queryInWithColumns:andNestedSQL:andNestedArgs:andFieldValues:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithDistinct:andColumns:andNestedSQL:andNestedArgs:andFieldValues:":{"name":"-queryInWithDistinct:andColumns:andNestedSQL:andNestedArgs:andFieldValues:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countInWithNestedSQL:andNestedArgs:andFieldValues:":{"name":"-countInWithNestedSQL:andNestedArgs:andFieldValues:","abstract":"

    Get the count in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countInWithColumn:andNestedSQL:andNestedArgs:andFieldValues:":{"name":"-countInWithColumn:andNestedSQL:andNestedArgs:andFieldValues:","abstract":"

    Get the count in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countInWithDistinct:andColumn:andNestedSQL:andNestedArgs:andFieldValues:":{"name":"-countInWithDistinct:andColumn:andNestedSQL:andNestedArgs:andFieldValues:","abstract":"

    Get the count in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithNestedSQL:andNestedArgs:andWhere:":{"name":"-queryInWithNestedSQL:andNestedArgs:andWhere:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithDistinct:andNestedSQL:andNestedArgs:andWhere:":{"name":"-queryInWithDistinct:andNestedSQL:andNestedArgs:andWhere:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithColumns:andNestedSQL:andNestedArgs:andWhere:":{"name":"-queryInWithColumns:andNestedSQL:andNestedArgs:andWhere:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:":{"name":"-queryInWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countInWithNestedSQL:andNestedArgs:andWhere:":{"name":"-countInWithNestedSQL:andNestedArgs:andWhere:","abstract":"

    Get the count in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countInWithColumn:andNestedSQL:andNestedArgs:andWhere:":{"name":"-countInWithColumn:andNestedSQL:andNestedArgs:andWhere:","abstract":"

    Get the count in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countInWithDistinct:andColumn:andNestedSQL:andNestedArgs:andWhere:":{"name":"-countInWithDistinct:andColumn:andNestedSQL:andNestedArgs:andWhere:","abstract":"

    Get the count in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithNestedSQL:andWhere:":{"name":"-queryInWithNestedSQL:andWhere:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithDistinct:andNestedSQL:andWhere:":{"name":"-queryInWithDistinct:andNestedSQL:andWhere:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithColumns:andNestedSQL:andWhere:":{"name":"-queryInWithColumns:andNestedSQL:andWhere:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithDistinct:andColumns:andNestedSQL:andWhere:":{"name":"-queryInWithDistinct:andColumns:andNestedSQL:andWhere:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countInWithNestedSQL:andWhere:":{"name":"-countInWithNestedSQL:andWhere:","abstract":"

    Get the count in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countInWithColumn:andNestedSQL:andWhere:":{"name":"-countInWithColumn:andNestedSQL:andWhere:","abstract":"

    Get the count in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countInWithDistinct:andColumn:andNestedSQL:andWhere:":{"name":"-countInWithDistinct:andColumn:andNestedSQL:andWhere:","abstract":"

    Get the count in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithNestedSQL:andWhere:andWhereArgs:":{"name":"-queryInWithNestedSQL:andWhere:andWhereArgs:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithDistinct:andNestedSQL:andWhere:andWhereArgs:":{"name":"-queryInWithDistinct:andNestedSQL:andWhere:andWhereArgs:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithColumns:andNestedSQL:andWhere:andWhereArgs:":{"name":"-queryInWithColumns:andNestedSQL:andWhere:andWhereArgs:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithDistinct:andColumns:andNestedSQL:andWhere:andWhereArgs:":{"name":"-queryInWithDistinct:andColumns:andNestedSQL:andWhere:andWhereArgs:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countInWithNestedSQL:andWhere:andWhereArgs:":{"name":"-countInWithNestedSQL:andWhere:andWhereArgs:","abstract":"

    Get the count in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countInWithColumn:andNestedSQL:andWhere:andWhereArgs:":{"name":"-countInWithColumn:andNestedSQL:andWhere:andWhereArgs:","abstract":"

    Get the count in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countInWithDistinct:andColumn:andNestedSQL:andWhere:andWhereArgs:":{"name":"-countInWithDistinct:andColumn:andNestedSQL:andWhere:andWhereArgs:","abstract":"

    Get the count in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithNestedSQL:andNestedArgs:andWhere:andWhereArgs:":{"name":"-queryInWithNestedSQL:andNestedArgs:andWhere:andWhereArgs:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithDistinct:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:":{"name":"-queryInWithDistinct:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:":{"name":"-queryInWithColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:":{"name":"-queryInWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andLimit:":{"name":"-queryInForChunkWithNestedSQL:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andLimit:andOffset:":{"name":"-queryInForChunkWithNestedSQL:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andOrderBy:andLimit:":{"name":"-queryInForChunkWithNestedSQL:andOrderBy:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithNestedSQL:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithNestedSQL:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithNestedSQL:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andLimit:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andLimit:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andLimit:andOffset:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andOrderBy:andLimit:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andLimit:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andNestedArgs:andLimit:":{"name":"-queryInForChunkWithNestedSQL:andNestedArgs:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andNestedArgs:andLimit:andOffset:":{"name":"-queryInForChunkWithNestedSQL:andNestedArgs:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andNestedArgs:andOrderBy:andLimit:":{"name":"-queryInForChunkWithNestedSQL:andNestedArgs:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andNestedArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithNestedSQL:andNestedArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andNestedArgs:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithNestedSQL:andNestedArgs:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andNestedArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithNestedSQL:andNestedArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andLimit:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andOrderBy:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andLimit:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andLimit:andOffset:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andOrderBy:andLimit:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andOrderBy:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andLimit:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andOrderBy:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andFieldValues:andLimit:":{"name":"-queryInForChunkWithNestedSQL:andFieldValues:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andFieldValues:andLimit:andOffset:":{"name":"-queryInForChunkWithNestedSQL:andFieldValues:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andFieldValues:andOrderBy:andLimit:":{"name":"-queryInForChunkWithNestedSQL:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithNestedSQL:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithNestedSQL:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithNestedSQL:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andFieldValues:andLimit:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andFieldValues:andLimit:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andFieldValues:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andFieldValues:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andFieldValues:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andFieldValues:andLimit:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andFieldValues:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andFieldValues:andLimit:andOffset:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andFieldValues:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andFieldValues:andOrderBy:andLimit:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andFieldValues:andLimit:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andFieldValues:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andFieldValues:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andFieldValues:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andFieldValues:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andNestedArgs:andFieldValues:andLimit:":{"name":"-queryInForChunkWithNestedSQL:andNestedArgs:andFieldValues:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andNestedArgs:andFieldValues:andLimit:andOffset:":{"name":"-queryInForChunkWithNestedSQL:andNestedArgs:andFieldValues:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andNestedArgs:andFieldValues:andOrderBy:andLimit:":{"name":"-queryInForChunkWithNestedSQL:andNestedArgs:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andNestedArgs:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithNestedSQL:andNestedArgs:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andNestedArgs:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithNestedSQL:andNestedArgs:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andNestedArgs:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithNestedSQL:andNestedArgs:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andFieldValues:andLimit:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andFieldValues:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andFieldValues:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andFieldValues:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andFieldValues:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andFieldValues:andLimit:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andFieldValues:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andFieldValues:andLimit:andOffset:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andFieldValues:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andFieldValues:andOrderBy:andLimit:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andFieldValues:andLimit:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andFieldValues:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andFieldValues:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andFieldValues:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andFieldValues:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andNestedArgs:andWhere:andLimit:":{"name":"-queryInForChunkWithNestedSQL:andNestedArgs:andWhere:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andNestedArgs:andWhere:andLimit:andOffset:":{"name":"-queryInForChunkWithNestedSQL:andNestedArgs:andWhere:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andNestedArgs:andWhere:andOrderBy:andLimit:":{"name":"-queryInForChunkWithNestedSQL:andNestedArgs:andWhere:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andNestedArgs:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithNestedSQL:andNestedArgs:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andNestedArgs:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithNestedSQL:andNestedArgs:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andNestedArgs:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithNestedSQL:andNestedArgs:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andWhere:andLimit:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andWhere:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andWhere:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andWhere:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andWhere:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andWhere:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andLimit:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andLimit:andOffset:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andOrderBy:andLimit:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andLimit:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andWhere:andLimit:":{"name":"-queryInForChunkWithNestedSQL:andWhere:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andWhere:andLimit:andOffset:":{"name":"-queryInForChunkWithNestedSQL:andWhere:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andWhere:andOrderBy:andLimit:":{"name":"-queryInForChunkWithNestedSQL:andWhere:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithNestedSQL:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithNestedSQL:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithNestedSQL:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andWhere:andLimit:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andWhere:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andWhere:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andWhere:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andWhere:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andWhere:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andWhere:andLimit:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andWhere:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andWhere:andLimit:andOffset:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andWhere:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andWhere:andOrderBy:andLimit:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andWhere:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andWhere:andLimit:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andWhere:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andWhere:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andWhere:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andWhere:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andWhere:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andWhere:andWhereArgs:andLimit:":{"name":"-queryInForChunkWithNestedSQL:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryInForChunkWithNestedSQL:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryInForChunkWithNestedSQL:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithNestedSQL:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithNestedSQL:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithNestedSQL:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andWhere:andWhereArgs:andLimit:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andWhere:andWhereArgs:andLimit:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andWhere:andWhereArgs:andLimit:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andNestedArgs:andWhere:andWhereArgs:andLimit:":{"name":"-queryInForChunkWithNestedSQL:andNestedArgs:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andNestedArgs:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryInForChunkWithNestedSQL:andNestedArgs:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andNestedArgs:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryInForChunkWithNestedSQL:andNestedArgs:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andNestedArgs:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithNestedSQL:andNestedArgs:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andNestedArgs:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithNestedSQL:andNestedArgs:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andNestedArgs:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithNestedSQL:andNestedArgs:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andLimit:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andLimit:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andLimit:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andLimitValue:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andLimitValue:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andOrderBy:andLimitValue:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andOrderBy:andLimitValue:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimitValue:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimitValue:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andLimitValue:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andLimitValue:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andOrderBy:andLimitValue:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andOrderBy:andLimitValue:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimitValue:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimitValue:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countInWithNestedSQL:andNestedArgs:andWhere:andWhereArgs:":{"name":"-countInWithNestedSQL:andNestedArgs:andWhere:andWhereArgs:","abstract":"

    Get the count in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countInWithColumn:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:":{"name":"-countInWithColumn:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:","abstract":"

    Get the count in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countInWithDistinct:andColumn:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:":{"name":"-countInWithDistinct:andColumn:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:","abstract":"

    Get the count in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWhere:":{"name":"-queryWhere:","abstract":"

    Query for rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithDistinct:andWhere:":{"name":"-queryWithDistinct:andWhere:","abstract":"

    Query for rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithColumns:andWhere:":{"name":"-queryWithColumns:andWhere:","abstract":"

    Query for rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithDistinct:andColumns:andWhere:":{"name":"-queryWithDistinct:andColumns:andWhere:","abstract":"

    Query for rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWhere:andWhereArgs:":{"name":"-queryWhere:andWhereArgs:","abstract":"

    Query for rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithDistinct:andWhere:andWhereArgs:":{"name":"-queryWithDistinct:andWhere:andWhereArgs:","abstract":"

    Query for rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithColumns:andWhere:andWhereArgs:":{"name":"-queryWithColumns:andWhere:andWhereArgs:","abstract":"

    Query for rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithDistinct:andColumns:andWhere:andWhereArgs:":{"name":"-queryWithDistinct:andColumns:andWhere:andWhereArgs:","abstract":"

    Query for rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)querySQLWhere:":{"name":"-querySQLWhere:","abstract":"

    Query SQL for rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)querySQLWithDistinct:andWhere:":{"name":"-querySQLWithDistinct:andWhere:","abstract":"

    Query SQL for rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryIdsSQLWhere:":{"name":"-queryIdsSQLWhere:","abstract":"

    Query SQL for row ids

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryIdsSQLWithDistinct:andWhere:":{"name":"-queryIdsSQLWithDistinct:andWhere:","abstract":"

    Query SQL for row ids

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryMultiIdsSQLWhere:":{"name":"-queryMultiIdsSQLWhere:","abstract":"

    Query SQL for row multi ids

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryMultiIdsSQLWithDistinct:andWhere:":{"name":"-queryMultiIdsSQLWithDistinct:andWhere:","abstract":"

    Query SQL for row multi ids

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)querySQLWithColumns:andWhere:":{"name":"-querySQLWithColumns:andWhere:","abstract":"

    Query SQL for rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)querySQLWithDistinct:andColumns:andWhere:":{"name":"-querySQLWithDistinct:andColumns:andWhere:","abstract":"

    Query SQL for rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:":{"name":"-queryWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:","abstract":"

    Query for rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithDistinct:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:":{"name":"-queryWithDistinct:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:","abstract":"

    Query for rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:":{"name":"-queryWithColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:","abstract":"

    Query for rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithDistinct:andColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:":{"name":"-queryWithDistinct:andColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:","abstract":"

    Query for rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query where

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithDistinct:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryWithDistinct:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryWithColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithDistinct:andColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryWithDistinct:andColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithColumns:andWhere:andWhereArgs:andLimit:":{"name":"-queryWithColumns:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithDistinct:andColumns:andWhere:andWhereArgs:andLimit:":{"name":"-queryWithDistinct:andColumns:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(cm)isPaginated:":{"name":"+isPaginated:","abstract":"

    Determine if the results are paginated

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)paginate:":{"name":"-paginate:","abstract":"

    Paginate the results

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(cm)paginate:withDao:":{"name":"+paginate:withDao:","abstract":"

    Paginate the results

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithLimit:":{"name":"-queryForChunkWithLimit:","abstract":"

    Query for id ordered rows starting at the offset and returning no more","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithLimit:andOffset:":{"name":"-queryForChunkWithLimit:andOffset:","abstract":"

    Query for id ordered rows starting at the offset and returning no more","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andLimit:":{"name":"-queryForChunkWithDistinct:andLimit:","abstract":"

    Query for id ordered rows starting at the offset and returning no more","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andLimit:andOffset:","abstract":"

    Query for id ordered rows starting at the offset and returning no more","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithColumns:andLimit:":{"name":"-queryForChunkWithColumns:andLimit:","abstract":"

    Query for id ordered rows starting at the offset and returning no more","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithColumns:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andLimit:andOffset:","abstract":"

    Query for id ordered rows starting at the offset and returning no more","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andColumns:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andLimit:","abstract":"

    Query for id ordered rows starting at the offset and returning no more","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andColumns:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andLimit:andOffset:","abstract":"

    Query for id ordered rows starting at the offset and returning no more","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithWhere:andWhereArgs:andLimit:":{"name":"-queryForChunkWithWhere:andWhereArgs:andLimit:","abstract":"

    Query for id ordered rows starting at the offset and returning no more","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryForChunkWithWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for id ordered rows starting at the offset and returning no more","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andWhere:andWhereArgs:andLimit:":{"name":"-queryForChunkWithDistinct:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for id ordered rows starting at the offset and returning no more","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for id ordered rows starting at the offset and returning no more","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithColumns:andWhere:andWhereArgs:andLimit:":{"name":"-queryForChunkWithColumns:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for id ordered rows starting at the offset and returning no more","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithColumns:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for id ordered rows starting at the offset and returning no more","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for id ordered rows starting at the offset and returning no more","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for id ordered rows starting at the offset and returning no more","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithOrderBy:andLimit:":{"name":"-queryForChunkWithOrderBy:andLimit:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andOrderBy:andLimit:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithColumns:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andOrderBy:andLimit:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithColumns:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andColumns:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andOrderBy:andLimit:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andColumns:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryForChunkWithWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryForChunkWithGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithColumns:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithColumns:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andColumns:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andColumns:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryForChunkWithWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithColumns:andWhere:andWhereArgs:andLimitValue:":{"name":"-queryForChunkWithColumns:andWhere:andWhereArgs:andLimitValue:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimitValue:":{"name":"-queryForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimitValue:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimitValue:":{"name":"-queryForChunkWithColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimitValue:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andLimitValue:":{"name":"-queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andLimitValue:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimitValue:":{"name":"-queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimitValue:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimitValue:":{"name":"-queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimitValue:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)buildLimitWithLimit:andOffset:":{"name":"-buildLimitWithLimit:andOffset:","abstract":"

    Build a limit String with the limit and offset

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)idExists:":{"name":"-idExists:","abstract":"

    Check if id exists

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)multiIdExists:":{"name":"-multiIdExists:","abstract":"

    Check if multiple id exists

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForSameId:":{"name":"-queryForSameId:","abstract":"

    Query for the same id as the object

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)beginTransaction":{"name":"-beginTransaction","abstract":"

    Begin an exclusive transaction on the database

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)commitTransaction":{"name":"-commitTransaction","abstract":"

    Commit an active transaction

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)rollbackTransaction":{"name":"-rollbackTransaction","abstract":"

    Rollback an active transaction

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)inTransaction":{"name":"-inTransaction","abstract":"

    Determine if currently within a transaction

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)update:":{"name":"-update:","abstract":"

    Update the object

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)updateWithValues:andWhere:andWhereArgs:":{"name":"-updateWithValues:andWhere:andWhereArgs:","abstract":"

    Update where with values

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)delete:":{"name":"-delete:","abstract":"

    Delete object

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)deleteObjects:":{"name":"-deleteObjects:","abstract":"

    Delete objects

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)deleteById:":{"name":"-deleteById:","abstract":"

    Delete by id

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)deleteByMultiId:":{"name":"-deleteByMultiId:","abstract":"

    Delete by multiple id values

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)deleteWhere:andWhereArgs:":{"name":"-deleteWhere:andWhereArgs:","abstract":"

    Delete where

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)deleteByFieldValues:":{"name":"-deleteByFieldValues:","abstract":"

    Delete by field values

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)deleteAll":{"name":"-deleteAll","abstract":"

    Delete all rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)create:":{"name":"-create:","abstract":"

    Create object, same as calling insert

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)insert:":{"name":"-insert:","abstract":"

    Insert object

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)createIfNotExists:":{"name":"-createIfNotExists:","abstract":"

    Create if does not exist

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)createOrUpdate:":{"name":"-createOrUpdate:","abstract":"

    Create if does not exist or update if it does

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)hasId":{"name":"-hasId","abstract":"

    Determine if the table has an id

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)id:":{"name":"-id:","abstract":"

    Get the id of the object

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)multiId:":{"name":"-multiId:","abstract":"

    Get the multiple id values of the object

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)setId:withIdValue:":{"name":"-setId:withIdValue:","abstract":"

    Set the object id

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)setMultiId:withIdValues:":{"name":"-setMultiId:withIdValues:","abstract":"

    Set the object multiple id

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)values:":{"name":"-values:","abstract":"

    Get the column values of the object

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)buildPkWhereWithValue:":{"name":"-buildPkWhereWithValue:","abstract":"

    Build primary key where clause with id value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)buildPkWhereArgsWithValue:":{"name":"-buildPkWhereArgsWithValue:","abstract":"

    Build primary key where args

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)buildPkWhereWithValues:":{"name":"-buildPkWhereWithValues:","abstract":"

    Build primary key where clause with id values

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)buildWhereWithFields:":{"name":"-buildWhereWithFields:","abstract":"

    Build where clause with fields

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)buildWhereWithFields:andOperation:":{"name":"-buildWhereWithFields:andOperation:","abstract":"

    Build where clause with fields

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)buildWhereWithColumnValueFields:":{"name":"-buildWhereWithColumnValueFields:","abstract":"

    Build where clause with column value fields

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)buildWhereWithColumnValueFields:andOperation:":{"name":"-buildWhereWithColumnValueFields:andOperation:","abstract":"

    Build where clause with column value fields

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)buildWhereWithField:andValue:":{"name":"-buildWhereWithField:andValue:","abstract":"

    Build where clause with field and value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)buildWhereLikeWithField:andValue:":{"name":"-buildWhereLikeWithField:andValue:","abstract":"

    Build where LIKE clause with field and value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)buildWhereWithField:andValue:andOperation:":{"name":"-buildWhereWithField:andValue:andOperation:","abstract":"

    Build where clause with field, value, and operation

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)buildWhereWithField:andColumnValue:":{"name":"-buildWhereWithField:andColumnValue:","abstract":"

    Build where clause with field and column value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)buildWhereLikeWithField:andColumnValue:":{"name":"-buildWhereLikeWithField:andColumnValue:","abstract":"

    Build where LIKE clause with field and column value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)buildWhereArgsWithValues:":{"name":"-buildWhereArgsWithValues:","abstract":"

    Build where args with column values

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)buildWhereArgsWithValueArray:":{"name":"-buildWhereArgsWithValueArray:","abstract":"

    Build where args with values

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)buildWhereArgsWithColumnValues:":{"name":"-buildWhereArgsWithColumnValues:","abstract":"

    Build where args with column values

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)buildWhereArgsWithValue:":{"name":"-buildWhereArgsWithValue:","abstract":"

    Build where args with value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)buildWhereArgsWithColumnValue:":{"name":"-buildWhereArgsWithColumnValue:","abstract":"

    Build where args with column value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)buildWhereInWithNestedSQL:andWhere:":{"name":"-buildWhereInWithNestedSQL:andWhere:","abstract":"

    Build where statement for ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)buildWhereInArgsWithNestedArgs:andWhereArgs:":{"name":"-buildWhereInArgsWithNestedArgs:andWhereArgs:","abstract":"

    Build where args for ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)count":{"name":"-count","abstract":"

    Get the total result count

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countWhere:":{"name":"-countWhere:","abstract":"

    Get the count where

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countWhere:andWhereArgs:":{"name":"-countWhere:andWhereArgs:","abstract":"

    Get the count where

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countWithColumn:":{"name":"-countWithColumn:","abstract":"

    Get a count of results

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countWithDistinct:andColumn:":{"name":"-countWithDistinct:andColumn:","abstract":"

    Get a count of results

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countWithColumn:andWhere:":{"name":"-countWithColumn:andWhere:","abstract":"

    Get a count of results

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countWithColumn:andWhere:andWhereArgs:":{"name":"-countWithColumn:andWhere:andWhereArgs:","abstract":"

    Get a count of results

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countWithDistinct:andColumn:andWhere:":{"name":"-countWithDistinct:andColumn:andWhere:","abstract":"

    Get a count of results

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countWithDistinct:andColumn:andWhere:andWhereArgs:":{"name":"-countWithDistinct:andColumn:andWhere:andWhereArgs:","abstract":"

    Get a count of results

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)minOfColumn:":{"name":"-minOfColumn:","abstract":"

    Get the min result of the column

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)minOfColumn:andWhere:andWhereArgs:":{"name":"-minOfColumn:andWhere:andWhereArgs:","abstract":"

    Get the min result of the column

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)maxOfColumn:":{"name":"-maxOfColumn:","abstract":"

    Get the max result of the column

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)maxOfColumn:andWhere:andWhereArgs:":{"name":"-maxOfColumn:andWhere:andWhereArgs:","abstract":"

    Get the max result of the column

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)querySingleResultWithSql:andArgs:":{"name":"-querySingleResultWithSql:andArgs:","abstract":"

    Query the SQL for a single result object in the first column

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)querySingleResultWithSql:andArgs:andDataType:":{"name":"-querySingleResultWithSql:andArgs:andDataType:","abstract":"

    Query the SQL for a single result object in the first column with the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)querySingleResultWithSql:andArgs:andColumn:":{"name":"-querySingleResultWithSql:andArgs:andColumn:","abstract":"

    Query the SQL for a single result object

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)querySingleResultWithSql:andArgs:andColumn:andDataType:":{"name":"-querySingleResultWithSql:andArgs:andColumn:andDataType:","abstract":"

    Query the SQL for a single result object with the expected data type

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)querySingleColumnResultsWithSql:andArgs:":{"name":"-querySingleColumnResultsWithSql:andArgs:","abstract":"

    Query for values from the first column

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)querySingleColumnResultsWithSql:andArgs:andDataType:":{"name":"-querySingleColumnResultsWithSql:andArgs:andDataType:","abstract":"

    Query for values from the first column

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)querySingleColumnResultsWithSql:andArgs:andColumn:":{"name":"-querySingleColumnResultsWithSql:andArgs:andColumn:","abstract":"

    Query for values from a single column

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)querySingleColumnResultsWithSql:andArgs:andColumn:andDataType:":{"name":"-querySingleColumnResultsWithSql:andArgs:andColumn:andDataType:","abstract":"

    Query for values from a single column

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)querySingleColumnResultsWithSql:andArgs:andColumn:andLimit:":{"name":"-querySingleColumnResultsWithSql:andArgs:andColumn:andLimit:","abstract":"

    Query for values from a single column up to the limit

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)querySingleColumnResultsWithSql:andArgs:andColumn:andDataType:andLimit:":{"name":"-querySingleColumnResultsWithSql:andArgs:andColumn:andDataType:andLimit:","abstract":"

    Query for values from a single column up to the limit

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryResultsWithSql:andArgs:":{"name":"-queryResultsWithSql:andArgs:","abstract":"

    Query for values

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryResultsWithSql:andArgs:andDataTypes:":{"name":"-queryResultsWithSql:andArgs:andDataTypes:","abstract":"

    Query for values

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)querySingleRowResultsWithSql:andArgs:":{"name":"-querySingleRowResultsWithSql:andArgs:","abstract":"

    Query for values in a single (first) row

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)querySingleRowResultsWithSql:andArgs:andDataTypes:":{"name":"-querySingleRowResultsWithSql:andArgs:andDataTypes:","abstract":"

    Query for values in a single (first) row

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryResultsWithSql:andArgs:andLimit:":{"name":"-queryResultsWithSql:andArgs:andLimit:","abstract":"

    Query for values

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryResultsWithSql:andArgs:andDataTypes:andLimit:":{"name":"-queryResultsWithSql:andArgs:andDataTypes:andLimit:","abstract":"

    Query for values up to the limit

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)renameColumnWithName:toColumn:":{"name":"-renameColumnWithName:toColumn:","abstract":"

    Rename column

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)renameColumnWithIndex:toColumn:":{"name":"-renameColumnWithIndex:toColumn:","abstract":"

    Rename column

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)dropColumnWithIndex:":{"name":"-dropColumnWithIndex:","abstract":"

    Drop a column

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)dropColumnWithName:":{"name":"-dropColumnWithName:","abstract":"

    Drop a column

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)dropColumnIndexes:":{"name":"-dropColumnIndexes:","abstract":"

    Drop columns

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)dropColumnNames:":{"name":"-dropColumnNames:","abstract":"

    Drop columns

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGTableMapping.html#/c:objc(cs)GPKGTableMapping(py)fromTable":{"name":"fromTable","abstract":"

    From table name

    ","parent_name":"GPKGTableMapping"},"Classes/GPKGTableMapping.html#/c:objc(cs)GPKGTableMapping(py)toTable":{"name":"toTable","abstract":"

    To table name

    ","parent_name":"GPKGTableMapping"},"Classes/GPKGTableMapping.html#/c:objc(cs)GPKGTableMapping(py)transferContent":{"name":"transferContent","abstract":"

    Transfer row content to new table

    ","parent_name":"GPKGTableMapping"},"Classes/GPKGTableMapping.html#/c:objc(cs)GPKGTableMapping(py)where":{"name":"where","abstract":"

    Custom where clause (in addition to column where mappings)

    ","parent_name":"GPKGTableMapping"},"Classes/GPKGTableMapping.html#/c:objc(cs)GPKGTableMapping(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGTableMapping"},"Classes/GPKGTableMapping.html#/c:objc(cs)GPKGTableMapping(im)initWithTableName:andColumns:":{"name":"-initWithTableName:andColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGTableMapping"},"Classes/GPKGTableMapping.html#/c:objc(cs)GPKGTableMapping(im)initWithTable:":{"name":"-initWithTable:","abstract":"

    Initialize

    ","parent_name":"GPKGTableMapping"},"Classes/GPKGTableMapping.html#/c:objc(cs)GPKGTableMapping(im)initWithTable:andDroppedColumns:":{"name":"-initWithTable:andDroppedColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGTableMapping"},"Classes/GPKGTableMapping.html#/c:objc(cs)GPKGTableMapping(im)initWithTable:andNewTable:":{"name":"-initWithTable:andNewTable:","abstract":"

    Initialize

    ","parent_name":"GPKGTableMapping"},"Classes/GPKGTableMapping.html#/c:objc(cs)GPKGTableMapping(im)initWithTableInfo:":{"name":"-initWithTableInfo:","abstract":"

    Initialize

    ","parent_name":"GPKGTableMapping"},"Classes/GPKGTableMapping.html#/c:objc(cs)GPKGTableMapping(im)initWithTableName:andConnection:":{"name":"-initWithTableName:andConnection:","abstract":"

    Initialize

    ","parent_name":"GPKGTableMapping"},"Classes/GPKGTableMapping.html#/c:objc(cs)GPKGTableMapping(im)isNewTable":{"name":"-isNewTable","abstract":"

    Check if the table mapping is to a new table

    ","parent_name":"GPKGTableMapping"},"Classes/GPKGTableMapping.html#/c:objc(cs)GPKGTableMapping(im)addColumn:":{"name":"-addColumn:","abstract":"

    Add a column

    ","parent_name":"GPKGTableMapping"},"Classes/GPKGTableMapping.html#/c:objc(cs)GPKGTableMapping(im)addColumnName:":{"name":"-addColumnName:","abstract":"

    Add a column

    ","parent_name":"GPKGTableMapping"},"Classes/GPKGTableMapping.html#/c:objc(cs)GPKGTableMapping(im)removeColumn:":{"name":"-removeColumn:","abstract":"

    Remove a column

    ","parent_name":"GPKGTableMapping"},"Classes/GPKGTableMapping.html#/c:objc(cs)GPKGTableMapping(im)columnNames":{"name":"-columnNames","abstract":"

    Get the column names

    ","parent_name":"GPKGTableMapping"},"Classes/GPKGTableMapping.html#/c:objc(cs)GPKGTableMapping(im)mappedColumns":{"name":"-mappedColumns","abstract":"

    Get the mapped column values

    ","parent_name":"GPKGTableMapping"},"Classes/GPKGTableMapping.html#/c:objc(cs)GPKGTableMapping(im)columnForName:":{"name":"-columnForName:","abstract":"

    Get the mapped column for the column name

    ","parent_name":"GPKGTableMapping"},"Classes/GPKGTableMapping.html#/c:objc(cs)GPKGTableMapping(im)addDroppedColumn:":{"name":"-addDroppedColumn:","abstract":"

    Add a dropped column

    ","parent_name":"GPKGTableMapping"},"Classes/GPKGTableMapping.html#/c:objc(cs)GPKGTableMapping(im)removeDroppedColumn:":{"name":"-removeDroppedColumn:","abstract":"

    Remove a dropped column

    ","parent_name":"GPKGTableMapping"},"Classes/GPKGTableMapping.html#/c:objc(cs)GPKGTableMapping(im)droppedColumns":{"name":"-droppedColumns","abstract":"

    Get a set of dropped columns

    ","parent_name":"GPKGTableMapping"},"Classes/GPKGTableMapping.html#/c:objc(cs)GPKGTableMapping(im)isDroppedColumn:":{"name":"-isDroppedColumn:","abstract":"

    Check if the column name is a dropped column

    ","parent_name":"GPKGTableMapping"},"Classes/GPKGTableMapping.html#/c:objc(cs)GPKGTableMapping(im)hasWhere":{"name":"-hasWhere","abstract":"

    Check if there is a custom where clause

    ","parent_name":"GPKGTableMapping"},"Classes/GPKGTableCreator.html#/c:objc(cs)GPKGTableCreator(py)db":{"name":"db","abstract":"

    Database connection

    ","parent_name":"GPKGTableCreator"},"Classes/GPKGTableCreator.html#/c:objc(cs)GPKGTableCreator(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGTableCreator"},"Classes/GPKGTableCreator.html#/c:objc(cs)GPKGTableCreator(im)properties":{"name":"-properties","abstract":"

    Get the table creator properties name

    ","parent_name":"GPKGTableCreator"},"Classes/GPKGTableCreator.html#/c:objc(cs)GPKGTableCreator(im)createTable:":{"name":"-createTable:","abstract":"

    Create the table

    ","parent_name":"GPKGTableCreator"},"Classes/GPKGTableCreator.html#/c:objc(cs)GPKGTableCreator(im)createTable:fromProperties:":{"name":"-createTable:fromProperties:","abstract":"

    Create the table

    ","parent_name":"GPKGTableCreator"},"Classes/GPKGTableCreator.html#/c:objc(cs)GPKGTableCreator(im)execSQLForProperty:":{"name":"-execSQLForProperty:","abstract":"

    Execute the SQL statement for the property name

    ","parent_name":"GPKGTableCreator"},"Classes/GPKGTableCreator.html#/c:objc(cs)GPKGTableCreator(im)execSQLForProperty:fromProperties:":{"name":"-execSQLForProperty:fromProperties:","abstract":"

    Execute the SQL statement for the property name

    ","parent_name":"GPKGTableCreator"},"Classes/GPKGTableCreator.html#/c:objc(cs)GPKGTableCreator(im)execSQLStatements:":{"name":"-execSQLStatements:","abstract":"

    Execute the SQL statements

    ","parent_name":"GPKGTableCreator"},"Classes/GPKGTableCreator.html#/c:objc(cs)GPKGTableCreator(cm)readProperty:":{"name":"+readProperty:","abstract":"

    Read the SQL statements for the property name

    ","parent_name":"GPKGTableCreator"},"Classes/GPKGTableCreator.html#/c:objc(cs)GPKGTableCreator(cm)readProperty:fromProperties:":{"name":"+readProperty:fromProperties:","abstract":"

    Read the SQL statements for the property name from the properties

    ","parent_name":"GPKGTableCreator"},"Classes/GPKGTableCreator.html#/c:objc(cs)GPKGTableCreator(cm)readProperty:fromFile:":{"name":"+readProperty:fromFile:","abstract":"

    Read the SQL statements for the property name from the properties file

    ","parent_name":"GPKGTableCreator"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)execWithDatabase:andStatement:":{"name":"+execWithDatabase:andStatement:","abstract":"

    Execute statement on the database

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)execWithSQLiteConnection:andStatement:":{"name":"+execWithSQLiteConnection:andStatement:","abstract":"

    Execute statement on the SQLite connection

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)queryWithDatabase:andStatement:andArgs:":{"name":"+queryWithDatabase:andStatement:andArgs:","abstract":"

    Query statement on the database

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)queryWithDatabase:andDistinct:andTable:andColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"+queryWithDatabase:andDistinct:andTable:andColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query on the database

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)querySQLWithDistinct:andTable:andColumns:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"+querySQLWithDistinct:andTable:andColumns:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Build Query SQL

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)countWithDatabase:andStatement:andArgs:":{"name":"+countWithDatabase:andStatement:andArgs:","abstract":"

    Count on the database

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)countWithDatabase:andTable:":{"name":"+countWithDatabase:andTable:","abstract":"

    Count on the database table where

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)countWithDatabase:andTable:andWhere:":{"name":"+countWithDatabase:andTable:andWhere:","abstract":"

    Count on the database table where

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)countWithDatabase:andTable:andWhere:andWhereArgs:":{"name":"+countWithDatabase:andTable:andWhere:andWhereArgs:","abstract":"

    Count on the database table where

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)countWithDatabase:andCountStatement:":{"name":"+countWithDatabase:andCountStatement:","abstract":"

    Count on the database

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)countWithDatabase:andCountStatement:andArgs:":{"name":"+countWithDatabase:andCountStatement:andArgs:","abstract":"

    Count on the database

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)countWithDatabase:andTable:andColumn:":{"name":"+countWithDatabase:andTable:andColumn:","abstract":"

    Get a count of table results

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)countWithDatabase:andTable:andDistinct:andColumn:":{"name":"+countWithDatabase:andTable:andDistinct:andColumn:","abstract":"

    Get a count of table results

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)countWithDatabase:andTable:andColumn:andWhere:andWhereArgs:":{"name":"+countWithDatabase:andTable:andColumn:andWhere:andWhereArgs:","abstract":"

    Get a count of table results

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)countWithDatabase:andTable:andDistinct:andColumn:andWhere:andWhereArgs:":{"name":"+countWithDatabase:andTable:andDistinct:andColumn:andWhere:andWhereArgs:","abstract":"

    Get a count of table results

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)querySingleResultWithDatabase:andSql:andArgs:andColumn:andDataType:":{"name":"+querySingleResultWithDatabase:andSql:andArgs:andColumn:andDataType:","abstract":"

    Query the SQL for a single result object with the expected data type

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)querySingleColumnResultsWithDatabase:andSql:andArgs:andColumn:andDataType:andLimit:":{"name":"+querySingleColumnResultsWithDatabase:andSql:andArgs:andColumn:andDataType:andLimit:","abstract":"

    Query for values from a single column up to the limit

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)queryResultsWithDatabase:andSql:andArgs:andDataTypes:andLimit:":{"name":"+queryResultsWithDatabase:andSql:andArgs:andDataTypes:andLimit:","abstract":"

    Query for values up to the limit

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)valueInResult:atIndex:":{"name":"+valueInResult:atIndex:","abstract":"

    Get the value from the result set from the provided column

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)valueInResult:atIndex:withDataType:":{"name":"+valueInResult:atIndex:withDataType:","abstract":"

    Get the value from the result set from the provided column

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)valueInResult:atIndex:withType:":{"name":"+valueInResult:atIndex:withType:","abstract":"

    Get the value from the result set from the provided column

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)valueInResult:atIndex:withType:andDataType:":{"name":"+valueInResult:atIndex:withType:andDataType:","abstract":"

    Get the value from the result set from the provided column

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)integerValueInResult:atIndex:withDataType:":{"name":"+integerValueInResult:atIndex:withDataType:","abstract":"

    Get the integer value from the result set of the column

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)floatValueInResult:atIndex:withDataType:":{"name":"+floatValueInResult:atIndex:withDataType:","abstract":"

    Get the float value from the result set of the column

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)value:asDataType:":{"name":"+value:asDataType:","abstract":"

    Get the converted value from the value and data type

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)minWithDatabase:andTable:andColumn:":{"name":"+minWithDatabase:andTable:andColumn:","abstract":"

    Min on the database table column where

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)minWithDatabase:andTable:andColumn:andWhere:andWhereArgs:":{"name":"+minWithDatabase:andTable:andColumn:andWhere:andWhereArgs:","abstract":"

    Min on the database table column where

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)maxWithDatabase:andTable:andColumn:":{"name":"+maxWithDatabase:andTable:andColumn:","abstract":"

    Max on the database table column where

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)maxWithDatabase:andTable:andColumn:andWhere:andWhereArgs:":{"name":"+maxWithDatabase:andTable:andColumn:andWhere:andWhereArgs:","abstract":"

    Max on the database table column where

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)insertWithDatabase:andStatement:":{"name":"+insertWithDatabase:andStatement:","abstract":"

    Insert into database

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)insertWithDatabase:andTable:andValues:":{"name":"+insertWithDatabase:andTable:andValues:","abstract":"

    Insert into database

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)updateWithDatabase:andStatement:":{"name":"+updateWithDatabase:andStatement:","abstract":"

    Update in the database

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)updateWithDatabase:andStatement:andArgs:":{"name":"+updateWithDatabase:andStatement:andArgs:","abstract":"

    Update in the database

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)updateWithDatabase:andTable:andValues:andWhere:":{"name":"+updateWithDatabase:andTable:andValues:andWhere:","abstract":"

    Update in the database

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)updateWithDatabase:andTable:andValues:andWhere:andWhereArgs:":{"name":"+updateWithDatabase:andTable:andValues:andWhere:andWhereArgs:","abstract":"

    Update in the database

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)deleteWithDatabase:andStatement:":{"name":"+deleteWithDatabase:andStatement:","abstract":"

    Delete from the database

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)deleteWithDatabase:andStatement:andArgs:":{"name":"+deleteWithDatabase:andStatement:andArgs:","abstract":"

    Delete from the database

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)deleteWithDatabase:andTable:andWhere:":{"name":"+deleteWithDatabase:andTable:andWhere:","abstract":"

    Delete from the database

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)deleteWithDatabase:andTable:andWhere:andWhereArgs:":{"name":"+deleteWithDatabase:andTable:andWhere:andWhereArgs:","abstract":"

    Delete from the database

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)closeStatement:":{"name":"+closeStatement:","abstract":"

    Close the statement

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)closeResultSet:":{"name":"+closeResultSet:","abstract":"

    Close the result set

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)closeDatabase:":{"name":"+closeDatabase:","abstract":"

    Close the database

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)sqlValueString:":{"name":"+sqlValueString:","abstract":"

    Get the sql string for the value

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)quoteWrapName:":{"name":"+quoteWrapName:","abstract":"

    Wrap the name in double quotes

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)quoteWrapNames:":{"name":"+quoteWrapNames:","abstract":"

    Wrap the names in double quotes

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)quoteUnwrapName:":{"name":"+quoteUnwrapName:","abstract":"

    Remove double quotes from the name

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)createTableSQL:":{"name":"+createTableSQL:","abstract":"

    Create the user defined table SQL

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)columnSQL:":{"name":"+columnSQL:","abstract":"

    Create the column SQL in the format:","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)columnDefinition:":{"name":"+columnDefinition:","abstract":"

    Create the column definition SQL in the format:","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)columnDefaultValue:":{"name":"+columnDefaultValue:","abstract":"

    Get the column default value as a string

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)columnDefaultValue:withType:":{"name":"+columnDefaultValue:withType:","abstract":"

    Get the column default value as a string

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)addColumn:toTable:withConnection:":{"name":"+addColumn:toTable:withConnection:","abstract":"

    Add a column to a table

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)foreignKeysWithConnection:":{"name":"+foreignKeysWithConnection:","abstract":"

    Query for the foreign keys value

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)foreignKeysAsOn:withConnection:":{"name":"+foreignKeysAsOn:withConnection:","abstract":"

    Change the foreign keys state

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)foreignKeysSQLAsOn:":{"name":"+foreignKeysSQLAsOn:","abstract":"

    Create the foreign keys SQL

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)foreignKeyCheckWithConnection:":{"name":"+foreignKeyCheckWithConnection:","abstract":"

    Perform a foreign key check

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)foreignKeyCheckOnTable:withConnection:":{"name":"+foreignKeyCheckOnTable:withConnection:","abstract":"

    Perform a foreign key check

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)foreignKeyCheckSQL":{"name":"+foreignKeyCheckSQL","abstract":"

    Create the foreign key check SQL

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)foreignKeyCheckSQLOnTable:":{"name":"+foreignKeyCheckSQLOnTable:","abstract":"

    Create the foreign key check SQL

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)integrityCheckSQL":{"name":"+integrityCheckSQL","abstract":"

    Create the integrity check SQL

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)quickCheckSQL":{"name":"+quickCheckSQL","abstract":"

    Create the quick check SQL

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)dropTable:withConnection:":{"name":"+dropTable:withConnection:","abstract":"

    Drop the table if it exists

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)dropTableSQL:":{"name":"+dropTableSQL:","abstract":"

    Create the drop table if exists SQL

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)dropView:withConnection:":{"name":"+dropView:withConnection:","abstract":"

    Drop the view if it exists

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)dropViewSQL:":{"name":"+dropViewSQL:","abstract":"

    Create the drop view if exists SQL

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)transferTableContent:withConnection:":{"name":"+transferTableContent:withConnection:","abstract":"

    Transfer table content from one table to another

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)transferTableContentSQL:":{"name":"+transferTableContentSQL:","abstract":"

    Create insert SQL to transfer table content from one table to another

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)transferContentInTable:inColumn:withNewValue:andCurrentValue:withConnection:":{"name":"+transferContentInTable:inColumn:withNewValue:andCurrentValue:withConnection:","abstract":"

    Transfer table content to itself with new rows containing a new column","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)transferContentInTable:inColumn:withNewValue:andCurrentValue:andIdColumn:withConnection:":{"name":"+transferContentInTable:inColumn:withNewValue:andCurrentValue:andIdColumn:withConnection:","abstract":"

    Transfer table content to itself with new rows containing a new column","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)tempTableNameWithPrefix:andBaseName:withConnection:":{"name":"+tempTableNameWithPrefix:andBaseName:withConnection:","abstract":"

    Get an available temporary table name. Starts with prefix_baseName and","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)modifySQL:withName:andTableMapping:":{"name":"+modifySQL:withName:andTableMapping:","abstract":"

    Modify the SQL with a name change and the table mapping modifications

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)modifySQL:withName:andTableMapping:withConnection:":{"name":"+modifySQL:withName:andTableMapping:withConnection:","abstract":"

    Modify the SQL with a name change and the table mapping modifications

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)modifySQL:withTableMapping:":{"name":"+modifySQL:withTableMapping:","abstract":"

    Modify the SQL with table mapping modifications

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)replaceName:inSQL:withReplacement:":{"name":"+replaceName:inSQL:withReplacement:","abstract":"

    Replace the name (table, column, etc) in the SQL with the replacement.","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)createName:andReplace:withReplacement:":{"name":"+createName:andReplace:withReplacement:","abstract":"

    Create a new name by replacing a case insensitive value with a new value.","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)createName:andReplace:withReplacement:withConnection:":{"name":"+createName:andReplace:withReplacement:withConnection:","abstract":"

    Create a new name by replacing a case insensitive value with a new value.","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)vacuumWithConnection:":{"name":"+vacuumWithConnection:","abstract":"

    Rebuild the GeoPackage, repacking it into a minimal amount of disk space

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)boolValueOfNumber:":{"name":"+boolValueOfNumber:","abstract":"

    Get the BOOL value of the number

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlLiteQueryBuilder.html#/c:objc(cs)GPKGSqlLiteQueryBuilder(cm)buildQueryWithDistinct:andTable:andColumns:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"+buildQueryWithDistinct:andTable:andColumns:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Build SQL query

    ","parent_name":"GPKGSqlLiteQueryBuilder"},"Classes/GPKGSqlLiteQueryBuilder.html#/c:objc(cs)GPKGSqlLiteQueryBuilder(cm)buildQueryWithDistinct:andTables:andColumns:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"+buildQueryWithDistinct:andTables:andColumns:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Build SQL query

    ","parent_name":"GPKGSqlLiteQueryBuilder"},"Classes/GPKGSqlLiteQueryBuilder.html#/c:objc(cs)GPKGSqlLiteQueryBuilder(cm)appendColumnsToString:toString:":{"name":"+appendColumnsToString:toString:","abstract":"

    Append columns to the string

    ","parent_name":"GPKGSqlLiteQueryBuilder"},"Classes/GPKGRow.html#/c:objc(cs)GPKGRow(py)columns":{"name":"columns","abstract":"

    Column names

    ","parent_name":"GPKGRow"},"Classes/GPKGRow.html#/c:objc(cs)GPKGRow(py)values":{"name":"values","abstract":"

    Column values

    ","parent_name":"GPKGRow"},"Classes/GPKGRow.html#/c:objc(cs)GPKGRow(cm)create":{"name":"+create","abstract":"

    Initialize

    ","parent_name":"GPKGRow"},"Classes/GPKGRow.html#/c:objc(cs)GPKGRow(cm)createWithValues:":{"name":"+createWithValues:","abstract":"

    Initialize

    ","parent_name":"GPKGRow"},"Classes/GPKGRow.html#/c:objc(cs)GPKGRow(cm)createWithColumns:andValues:":{"name":"+createWithColumns:andValues:","abstract":"

    Initialize

    ","parent_name":"GPKGRow"},"Classes/GPKGRow.html#/c:objc(cs)GPKGRow(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGRow"},"Classes/GPKGRow.html#/c:objc(cs)GPKGRow(im)initWithValues:":{"name":"-initWithValues:","abstract":"

    Initialize

    ","parent_name":"GPKGRow"},"Classes/GPKGRow.html#/c:objc(cs)GPKGRow(im)initWithColumns:andValues:":{"name":"-initWithColumns:andValues:","abstract":"

    Initialize

    ","parent_name":"GPKGRow"},"Classes/GPKGRow.html#/c:objc(cs)GPKGRow(im)count":{"name":"-count","abstract":"

    Get the count of values / columns

    ","parent_name":"GPKGRow"},"Classes/GPKGRow.html#/c:objc(cs)GPKGRow(im)columnAtIndex:":{"name":"-columnAtIndex:","abstract":"

    Get the column name at the column index

    ","parent_name":"GPKGRow"},"Classes/GPKGRow.html#/c:objc(cs)GPKGRow(im)valueAtIndex:":{"name":"-valueAtIndex:","abstract":"

    Get the value at the column index

    ","parent_name":"GPKGRow"},"Classes/GPKGRow.html#/c:objc(cs)GPKGRow(im)valueWithColumn:":{"name":"-valueWithColumn:","abstract":"

    Get the value for the column name

    ","parent_name":"GPKGRow"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(py)statement":{"name":"statement","abstract":"

    SQL statement

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(py)sql":{"name":"sql","abstract":"

    SQL string statement

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(py)args":{"name":"args","abstract":"

    SQL arguments

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(py)count":{"name":"count","abstract":"

    Result count

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(py)connection":{"name":"connection","abstract":"

    SQL Connection

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(py)columnNames":{"name":"columnNames","abstract":"

    Column Names

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(py)columnIndex":{"name":"columnIndex","abstract":"

    Column name to index mapping

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(py)columns":{"name":"columns","abstract":"

    User columns

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(im)initWithStatement:andSql:andArgs:andCount:andConnection:":{"name":"-initWithStatement:andSql:andArgs:andCount:andConnection:","abstract":"

    Initialize

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(im)initWithResultSet:":{"name":"-initWithResultSet:","abstract":"

    Initialize reusing existing result set statement and connection

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(im)moveToNext":{"name":"-moveToNext","abstract":"

    Move to the next result if one exists

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(im)moveToFirst":{"name":"-moveToFirst","abstract":"

    Move to the first result

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(im)moveToPosition:":{"name":"-moveToPosition:","abstract":"

    Move result to index position

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(im)close":{"name":"-close","abstract":"

    Close the result set

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(im)closeStatement":{"name":"-closeStatement","abstract":"

    Close the result set statement, but leave the connection open

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(im)columnCount":{"name":"-columnCount","abstract":"

    Get the column count

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(im)row":{"name":"-row","abstract":"

    Get the row value

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(im)rowValues":{"name":"-rowValues","abstract":"

    Get the row values

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(im)rowPopulateValues:":{"name":"-rowPopulateValues:","abstract":"

    Get a row and populate with values

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(im)valueWithIndex:":{"name":"-valueWithIndex:","abstract":"

    Get value with column index

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(im)valueWithColumnName:":{"name":"-valueWithColumnName:","abstract":"

    Get the value for the column name

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(im)columnIndexWithName:":{"name":"-columnIndexWithName:","abstract":"

    Get column index for column name

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(im)type:":{"name":"-type:","abstract":"

    Get the column type of the column index

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(im)stringWithIndex:":{"name":"-stringWithIndex:","abstract":"

    Get the string value at the column index

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(im)intWithIndex:":{"name":"-intWithIndex:","abstract":"

    Get the int value at the column index

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(im)blobWithIndex:":{"name":"-blobWithIndex:","abstract":"

    Get the blob value at the column index

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(im)longWithIndex:":{"name":"-longWithIndex:","abstract":"

    Get the long value at the column index

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(im)doubleWithIndex:":{"name":"-doubleWithIndex:","abstract":"

    Get the double value at the column index

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(im)countAndClose":{"name":"-countAndClose","abstract":"

    Get the result count and close the result set

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(im)setColumnsFromTable:":{"name":"-setColumnsFromTable:","abstract":"

    Set the columns from the user table

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(im)id":{"name":"-id","abstract":"

    Get the id value

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(im)idValue":{"name":"-idValue","abstract":"

    Get the id value

    ","parent_name":"GPKGResultSet"},"Classes/GPKGPagination.html#/c:objc(cs)GPKGPagination(cm)findInSQL:":{"name":"+findInSQL:","abstract":"

    Find the pagination offset and limit from the SQL statement

    ","parent_name":"GPKGPagination"},"Classes/GPKGPagination.html#/c:objc(cs)GPKGPagination(cm)replaceSQL:withPagination:":{"name":"+replaceSQL:withPagination:","abstract":"

    Replace the pagination limit and offset in the SQL statement

    ","parent_name":"GPKGPagination"},"Classes/GPKGPagination.html#/c:objc(cs)GPKGPagination(py)limit":{"name":"limit","abstract":"

    Limit

    ","parent_name":"GPKGPagination"},"Classes/GPKGPagination.html#/c:objc(cs)GPKGPagination(py)offset":{"name":"offset","abstract":"

    Offset

    ","parent_name":"GPKGPagination"},"Classes/GPKGPagination.html#/c:objc(cs)GPKGPagination(im)initWithLimit:":{"name":"-initWithLimit:","abstract":"

    Initialize

    ","parent_name":"GPKGPagination"},"Classes/GPKGPagination.html#/c:objc(cs)GPKGPagination(im)initWithLimit:andOffsetInt:":{"name":"-initWithLimit:andOffsetInt:","abstract":"

    Initialize

    ","parent_name":"GPKGPagination"},"Classes/GPKGPagination.html#/c:objc(cs)GPKGPagination(im)initWithLimit:andOffset:":{"name":"-initWithLimit:andOffset:","abstract":"

    Initialize

    ","parent_name":"GPKGPagination"},"Classes/GPKGPagination.html#/c:objc(cs)GPKGPagination(im)hasLimit":{"name":"-hasLimit","abstract":"

    Is there positive limit

    ","parent_name":"GPKGPagination"},"Classes/GPKGPagination.html#/c:objc(cs)GPKGPagination(im)hasOffset":{"name":"-hasOffset","abstract":"

    Is there an offset

    ","parent_name":"GPKGPagination"},"Classes/GPKGPagination.html#/c:objc(cs)GPKGPagination(im)incrementOffset":{"name":"-incrementOffset","abstract":"

    If the limit is positive, increment the offset

    ","parent_name":"GPKGPagination"},"Classes/GPKGPagination.html#/c:objc(cs)GPKGPagination(im)incrementOffsetByCount:":{"name":"-incrementOffsetByCount:","abstract":"

    Increment the offset by the count

    ","parent_name":"GPKGPagination"},"Classes/GPKGPagination.html#/c:objc(cs)GPKGPagination(im)replaceSQL:":{"name":"-replaceSQL:","abstract":"

    Replace the limit and offset in the SQL statement with the pagination","parent_name":"GPKGPagination"},"Classes/GPKGPaginatedResults.html#/c:objc(cs)GPKGPaginatedResults(cm)isPaginated:":{"name":"+isPaginated:","abstract":"

    Determine if the result set is paginated

    ","parent_name":"GPKGPaginatedResults"},"Classes/GPKGPaginatedResults.html#/c:objc(cs)GPKGPaginatedResults(cm)pagination:":{"name":"+pagination:","abstract":"

    Get the pagination offset and limit

    ","parent_name":"GPKGPaginatedResults"},"Classes/GPKGPaginatedResults.html#/c:objc(cs)GPKGPaginatedResults(cm)create:":{"name":"+create:","abstract":"

    Create

    ","parent_name":"GPKGPaginatedResults"},"Classes/GPKGPaginatedResults.html#/c:objc(cs)GPKGPaginatedResults(py)pagination":{"name":"pagination","abstract":"

    Paginated query settings

    ","parent_name":"GPKGPaginatedResults"},"Classes/GPKGPaginatedResults.html#/c:objc(cs)GPKGPaginatedResults(py)ids":{"name":"ids","abstract":"

    Flag for iterating over result ids

    ","parent_name":"GPKGPaginatedResults"},"Classes/GPKGPaginatedResults.html#/c:objc(cs)GPKGPaginatedResults(im)initWithResultSet:":{"name":"-initWithResultSet:","abstract":"

    Initialize

    ","parent_name":"GPKGPaginatedResults"},"Classes/GPKGPaginatedResults.html#/c:objc(cs)GPKGPaginatedResults(im)connection":{"name":"-connection","abstract":"

    Get the DB Connection

    ","parent_name":"GPKGPaginatedResults"},"Classes/GPKGPaginatedResults.html#/c:objc(cs)GPKGPaginatedResults(im)resultSet":{"name":"-resultSet","abstract":"

    Get the current paginated Result Set

    ","parent_name":"GPKGPaginatedResults"},"Classes/GPKGPaginatedResults.html#/c:objc(cs)GPKGPaginatedResults(im)count":{"name":"-count","abstract":"

    Get the result count

    ","parent_name":"GPKGPaginatedResults"},"Classes/GPKGPaginatedResults.html#/c:objc(cs)GPKGPaginatedResults(im)sql":{"name":"-sql","abstract":"

    Get the initial SQL statement

    ","parent_name":"GPKGPaginatedResults"},"Classes/GPKGPaginatedResults.html#/c:objc(cs)GPKGPaginatedResults(im)args":{"name":"-args","abstract":"

    Get the SQL arguments

    ","parent_name":"GPKGPaginatedResults"},"Classes/GPKGPaginatedResults.html#/c:objc(cs)GPKGPaginatedResults(im)moveToNext":{"name":"-moveToNext","abstract":"

    Move to the next result if one exists

    ","parent_name":"GPKGPaginatedResults"},"Classes/GPKGPaginatedResults.html#/c:objc(cs)GPKGPaginatedResults(im)rowValues":{"name":"-rowValues","abstract":"

    Get the row values

    ","parent_name":"GPKGPaginatedResults"},"Classes/GPKGPaginatedResults.html#/c:objc(cs)GPKGPaginatedResults(im)row":{"name":"-row","abstract":"

    Get the row value

    ","parent_name":"GPKGPaginatedResults"},"Classes/GPKGPaginatedResults.html#/c:objc(cs)GPKGPaginatedResults(im)id":{"name":"-id","abstract":"

    Get the id value

    ","parent_name":"GPKGPaginatedResults"},"Classes/GPKGPaginatedResults.html#/c:objc(cs)GPKGPaginatedResults(im)close":{"name":"-close","abstract":"

    Close the current results

    ","parent_name":"GPKGPaginatedResults"},"Classes/GPKGMappedColumn.html#/c:objc(cs)GPKGMappedColumn(py)toColumn":{"name":"toColumn","abstract":"

    To column

    ","parent_name":"GPKGMappedColumn"},"Classes/GPKGMappedColumn.html#/c:objc(cs)GPKGMappedColumn(py)fromColumn":{"name":"fromColumn","abstract":"

    From column or null if the same as to column

    ","parent_name":"GPKGMappedColumn"},"Classes/GPKGMappedColumn.html#/c:objc(cs)GPKGMappedColumn(py)defaultValue":{"name":"defaultValue","abstract":"

    Default to column value

    ","parent_name":"GPKGMappedColumn"},"Classes/GPKGMappedColumn.html#/c:objc(cs)GPKGMappedColumn(py)dataType":{"name":"dataType","abstract":"

    Column data type

    ","parent_name":"GPKGMappedColumn"},"Classes/GPKGMappedColumn.html#/c:objc(cs)GPKGMappedColumn(py)constantValue":{"name":"constantValue","abstract":"

    Constant value

    ","parent_name":"GPKGMappedColumn"},"Classes/GPKGMappedColumn.html#/c:objc(cs)GPKGMappedColumn(py)whereValue":{"name":"whereValue","abstract":"

    Where value

    ","parent_name":"GPKGMappedColumn"},"Classes/GPKGMappedColumn.html#/c:objc(cs)GPKGMappedColumn(py)whereOperator":{"name":"whereOperator","abstract":"

    Where value comparison operator (=, <, etc)

    ","parent_name":"GPKGMappedColumn"},"Classes/GPKGMappedColumn.html#/c:objc(cs)GPKGMappedColumn(im)initWithToColumn:":{"name":"-initWithToColumn:","abstract":"

    Initialize

    ","parent_name":"GPKGMappedColumn"},"Classes/GPKGMappedColumn.html#/c:objc(cs)GPKGMappedColumn(im)initWithToColumn:andFromColumn:":{"name":"-initWithToColumn:andFromColumn:","abstract":"

    Initialize

    ","parent_name":"GPKGMappedColumn"},"Classes/GPKGMappedColumn.html#/c:objc(cs)GPKGMappedColumn(im)initWithToColumn:andFromColumn:andDefaultValue:andDataType:":{"name":"-initWithToColumn:andFromColumn:andDefaultValue:andDataType:","abstract":"

    Initialize

    ","parent_name":"GPKGMappedColumn"},"Classes/GPKGMappedColumn.html#/c:objc(cs)GPKGMappedColumn(im)initWithToColumn:andDefaultValue:andDataType:":{"name":"-initWithToColumn:andDefaultValue:andDataType:","abstract":"

    Initialize

    ","parent_name":"GPKGMappedColumn"},"Classes/GPKGMappedColumn.html#/c:objc(cs)GPKGMappedColumn(im)initWithUserColumn:":{"name":"-initWithUserColumn:","abstract":"

    Initialize

    ","parent_name":"GPKGMappedColumn"},"Classes/GPKGMappedColumn.html#/c:objc(cs)GPKGMappedColumn(im)initWithTableColumn:":{"name":"-initWithTableColumn:","abstract":"

    Initialize

    ","parent_name":"GPKGMappedColumn"},"Classes/GPKGMappedColumn.html#/c:objc(cs)GPKGMappedColumn(im)hasNewName":{"name":"-hasNewName","abstract":"

    Determine if the column has a new name

    ","parent_name":"GPKGMappedColumn"},"Classes/GPKGMappedColumn.html#/c:objc(cs)GPKGMappedColumn(im)hasDefaultValue":{"name":"-hasDefaultValue","abstract":"

    Check if the column has a default value

    ","parent_name":"GPKGMappedColumn"},"Classes/GPKGMappedColumn.html#/c:objc(cs)GPKGMappedColumn(im)defaultValueAsString":{"name":"-defaultValueAsString","abstract":"

    Get the default value as a string

    ","parent_name":"GPKGMappedColumn"},"Classes/GPKGMappedColumn.html#/c:objc(cs)GPKGMappedColumn(im)hasConstantValue":{"name":"-hasConstantValue","abstract":"

    Check if the column has a constant value

    ","parent_name":"GPKGMappedColumn"},"Classes/GPKGMappedColumn.html#/c:objc(cs)GPKGMappedColumn(im)constantValueAsString":{"name":"-constantValueAsString","abstract":"

    Get the constant value as a string

    ","parent_name":"GPKGMappedColumn"},"Classes/GPKGMappedColumn.html#/c:objc(cs)GPKGMappedColumn(im)hasWhereValue":{"name":"-hasWhereValue","abstract":"

    Check if the column has a where value

    ","parent_name":"GPKGMappedColumn"},"Classes/GPKGMappedColumn.html#/c:objc(cs)GPKGMappedColumn(im)whereValueAsString":{"name":"-whereValueAsString","abstract":"

    Get the where value as a string

    ","parent_name":"GPKGMappedColumn"},"Classes/GPKGMappedColumn.html#/c:objc(cs)GPKGMappedColumn(im)setWhereValue:withOperator:":{"name":"-setWhereValue:withOperator:","abstract":"

    Set the where value

    ","parent_name":"GPKGMappedColumn"},"Classes/GPKGGeoPackageTableCreator.html#/c:objc(cs)GPKGGeoPackageTableCreator(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGGeoPackageTableCreator"},"Classes/GPKGGeoPackageTableCreator.html#/c:objc(cs)GPKGGeoPackageTableCreator(im)createSpatialReferenceSystem":{"name":"-createSpatialReferenceSystem","abstract":"

    Create Spatial Reference System table

    ","parent_name":"GPKGGeoPackageTableCreator"},"Classes/GPKGGeoPackageTableCreator.html#/c:objc(cs)GPKGGeoPackageTableCreator(im)createContents":{"name":"-createContents","abstract":"

    Create Contents table

    ","parent_name":"GPKGGeoPackageTableCreator"},"Classes/GPKGGeoPackageTableCreator.html#/c:objc(cs)GPKGGeoPackageTableCreator(im)createGeometryColumns":{"name":"-createGeometryColumns","abstract":"

    Create Geometry Columns table

    ","parent_name":"GPKGGeoPackageTableCreator"},"Classes/GPKGGeoPackageTableCreator.html#/c:objc(cs)GPKGGeoPackageTableCreator(im)createTileMatrixSet":{"name":"-createTileMatrixSet","abstract":"

    Creat Tile Matrix Set table

    ","parent_name":"GPKGGeoPackageTableCreator"},"Classes/GPKGGeoPackageTableCreator.html#/c:objc(cs)GPKGGeoPackageTableCreator(im)createTileMatrix":{"name":"-createTileMatrix","abstract":"

    Create Tile Matrix table

    ","parent_name":"GPKGGeoPackageTableCreator"},"Classes/GPKGGeoPackageTableCreator.html#/c:objc(cs)GPKGGeoPackageTableCreator(im)createExtensions":{"name":"-createExtensions","abstract":"

    Create Extensions table

    ","parent_name":"GPKGGeoPackageTableCreator"},"Classes/GPKGGeoPackageTableCreator.html#/c:objc(cs)GPKGGeoPackageTableCreator(im)createDataColumns":{"name":"-createDataColumns","abstract":"

    Create Data Columns table

    ","parent_name":"GPKGGeoPackageTableCreator"},"Classes/GPKGGeoPackageTableCreator.html#/c:objc(cs)GPKGGeoPackageTableCreator(im)createDataColumnConstraints":{"name":"-createDataColumnConstraints","abstract":"

    Create Data Column Constraints table

    ","parent_name":"GPKGGeoPackageTableCreator"},"Classes/GPKGGeoPackageTableCreator.html#/c:objc(cs)GPKGGeoPackageTableCreator(im)createMetadata":{"name":"-createMetadata","abstract":"

    Create Metadata table

    ","parent_name":"GPKGGeoPackageTableCreator"},"Classes/GPKGGeoPackageTableCreator.html#/c:objc(cs)GPKGGeoPackageTableCreator(im)createMetadataReference":{"name":"-createMetadataReference","abstract":"

    Create Metadata Reference table

    ","parent_name":"GPKGGeoPackageTableCreator"},"Classes/GPKGGeoPackageTableCreator.html#/c:objc(cs)GPKGGeoPackageTableCreator(im)createGriddedCoverage":{"name":"-createGriddedCoverage","abstract":"

    Create the Tiled Gridded Coverage Data Coverage extension table

    ","parent_name":"GPKGGeoPackageTableCreator"},"Classes/GPKGGeoPackageTableCreator.html#/c:objc(cs)GPKGGeoPackageTableCreator(im)createGriddedTile":{"name":"-createGriddedTile","abstract":"

    Create the Tiled Gridded Coverage Data Tile extension table

    ","parent_name":"GPKGGeoPackageTableCreator"},"Classes/GPKGGeoPackageTableCreator.html#/c:objc(cs)GPKGGeoPackageTableCreator(im)createExtendedRelations":{"name":"-createExtendedRelations","abstract":"

    Create the Extended Relations table

    ","parent_name":"GPKGGeoPackageTableCreator"},"Classes/GPKGGeoPackageTableCreator.html#/c:objc(cs)GPKGGeoPackageTableCreator(im)createExtensionTable:":{"name":"-createExtensionTable:","abstract":"

    Create an extension table

    ","parent_name":"GPKGGeoPackageTableCreator"},"Classes/GPKGGeoPackageTableCreator.html#/c:objc(cs)GPKGGeoPackageTableCreator(im)createUserTable:":{"name":"-createUserTable:","abstract":"

    Create the user table

    ","parent_name":"GPKGGeoPackageTableCreator"},"Classes/GPKGGeoPackageTableCreator.html#/c:objc(cs)GPKGGeoPackageTableCreator(im)createRequired":{"name":"-createRequired","abstract":"

    Create the minimum required GeoPackage tables

    ","parent_name":"GPKGGeoPackageTableCreator"},"Classes/GPKGGeoPackageTableCreator.html#/c:objc(cs)GPKGGeoPackageTableCreator(im)dropTable:":{"name":"-dropTable:","abstract":"

    Drop the table if it exists

    ","parent_name":"GPKGGeoPackageTableCreator"},"Classes/GPKGGeoPackageTableCreator.html#/c:objc(cs)GPKGGeoPackageTableCreator(im)dropView:":{"name":"-dropView:","abstract":"

    Drop the view if it exists

    ","parent_name":"GPKGGeoPackageTableCreator"},"Classes/GPKGFeatureIndexerIdResultSet.html#/c:objc(cs)GPKGFeatureIndexerIdResultSet(im)initWithResults:andIdQuery:":{"name":"-initWithResults:andIdQuery:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureIndexerIdResultSet"},"Classes/GPKGFeatureIndexerIdQuery.html#/c:objc(cs)GPKGFeatureIndexerIdQuery(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureIndexerIdQuery"},"Classes/GPKGFeatureIndexerIdQuery.html#/c:objc(cs)GPKGFeatureIndexerIdQuery(im)addArgument:":{"name":"-addArgument:","abstract":"

    Add an id argument

    ","parent_name":"GPKGFeatureIndexerIdQuery"},"Classes/GPKGFeatureIndexerIdQuery.html#/c:objc(cs)GPKGFeatureIndexerIdQuery(im)addArgumentInt:":{"name":"-addArgumentInt:","abstract":"

    Add an id argument

    ","parent_name":"GPKGFeatureIndexerIdQuery"},"Classes/GPKGFeatureIndexerIdQuery.html#/c:objc(cs)GPKGFeatureIndexerIdQuery(im)count":{"name":"-count","abstract":"

    Get the number of ids

    ","parent_name":"GPKGFeatureIndexerIdQuery"},"Classes/GPKGFeatureIndexerIdQuery.html#/c:objc(cs)GPKGFeatureIndexerIdQuery(im)ids":{"name":"-ids","abstract":"

    Get the set of ids

    ","parent_name":"GPKGFeatureIndexerIdQuery"},"Classes/GPKGFeatureIndexerIdQuery.html#/c:objc(cs)GPKGFeatureIndexerIdQuery(im)hasId:":{"name":"-hasId:","abstract":"

    Check if the query has the id

    ","parent_name":"GPKGFeatureIndexerIdQuery"},"Classes/GPKGFeatureIndexerIdQuery.html#/c:objc(cs)GPKGFeatureIndexerIdQuery(im)hasIdInt:":{"name":"-hasIdInt:","abstract":"

    Check if the query has the id

    ","parent_name":"GPKGFeatureIndexerIdQuery"},"Classes/GPKGFeatureIndexerIdQuery.html#/c:objc(cs)GPKGFeatureIndexerIdQuery(im)aboveMaxArguments":{"name":"-aboveMaxArguments","abstract":"

    Check if the total number of query arguments is above the maximum allowed in a single query

    ","parent_name":"GPKGFeatureIndexerIdQuery"},"Classes/GPKGFeatureIndexerIdQuery.html#/c:objc(cs)GPKGFeatureIndexerIdQuery(im)aboveMaxArgumentsWithAdditionalArgs:":{"name":"-aboveMaxArgumentsWithAdditionalArgs:","abstract":"

    Check if the total number of query arguments is above the maximum allowed in a single query

    ","parent_name":"GPKGFeatureIndexerIdQuery"},"Classes/GPKGFeatureIndexerIdQuery.html#/c:objc(cs)GPKGFeatureIndexerIdQuery(im)aboveMaxArgumentsWithAdditionalArgsCount:":{"name":"-aboveMaxArgumentsWithAdditionalArgsCount:","abstract":"

    Check if the total number of query arguments is above the maximum allowed in a single query

    ","parent_name":"GPKGFeatureIndexerIdQuery"},"Classes/GPKGFeatureIndexerIdQuery.html#/c:objc(cs)GPKGFeatureIndexerIdQuery(im)sql":{"name":"-sql","abstract":"

    Get the SQL statement

    ","parent_name":"GPKGFeatureIndexerIdQuery"},"Classes/GPKGFeatureIndexerIdQuery.html#/c:objc(cs)GPKGFeatureIndexerIdQuery(im)args":{"name":"-args","abstract":"

    Get the arguments

    ","parent_name":"GPKGFeatureIndexerIdQuery"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(py)featureDao":{"name":"featureDao","abstract":"

    Feature DAO

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(py)progress":{"name":"progress","abstract":"

    Progress callbacks

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(py)chunkLimit":{"name":"chunkLimit","abstract":"

    Query single chunk limit

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)initWithFeatureDao:":{"name":"-initWithFeatureDao:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)pkColumnName":{"name":"-pkColumnName","abstract":"

    Get the primary key column name

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)close":{"name":"-close","abstract":"

    Close the database connection in the feature indexer

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)index":{"name":"-index","abstract":"

    Index the feature table if needed

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)indexWithForce:":{"name":"-indexWithForce:","abstract":"

    Index the feature table

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)indexFeatureRow:":{"name":"-indexFeatureRow:","abstract":"

    Index the feature row. This method assumes that indexing has been completed and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)deleteIndex":{"name":"-deleteIndex","abstract":"

    Delete the feature table index

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)deleteIndexWithFeatureRow:":{"name":"-deleteIndexWithFeatureRow:","abstract":"

    Delete the index for the feature row

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)deleteIndexWithGeomId:":{"name":"-deleteIndexWithGeomId:","abstract":"

    Delete the index for the geometry id

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)isIndexed":{"name":"-isIndexed","abstract":"

    Determine if the database table is indexed after database modifications

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)lastIndexed":{"name":"-lastIndexed","abstract":"

    Get the date last indexed

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)tolerance":{"name":"-tolerance","abstract":"

    Get the query range tolerance

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)setTolerance:":{"name":"-setTolerance:","abstract":"

    Set the query range tolerance

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)query":{"name":"-query","abstract":"

    Query for all Geometry Metadata

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryWithColumns:":{"name":"-queryWithColumns:","abstract":"

    Query for all Geometry Metadata

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryIds":{"name":"-queryIds","abstract":"

    Query for all Geometry Metadata ids

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)count":{"name":"-count","abstract":"

    Query for all Geometry Metadata count

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeatures":{"name":"-queryFeatures","abstract":"

    Query for all features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:":{"name":"-queryFeaturesWithDistinct:","abstract":"

    Query for all features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithColumns:":{"name":"-queryFeaturesWithColumns:","abstract":"

    Query for all features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andColumns:":{"name":"-queryFeaturesWithDistinct:andColumns:","abstract":"

    Query for all features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeatures":{"name":"-countFeatures","abstract":"

    Count features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithColumn:":{"name":"-countFeaturesWithColumn:","abstract":"

    Count features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithDistinct:andColumn:":{"name":"-countFeaturesWithDistinct:andColumn:","abstract":"

    Count features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithFieldValues:":{"name":"-queryFeaturesWithFieldValues:","abstract":"

    Query for features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andFieldValues:","abstract":"

    Query for features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithColumns:andFieldValues:":{"name":"-queryFeaturesWithColumns:andFieldValues:","abstract":"

    Query for features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andColumns:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andColumns:andFieldValues:","abstract":"

    Query for features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithFieldValues:":{"name":"-countFeaturesWithFieldValues:","abstract":"

    Count features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithColumn:andFieldValues:":{"name":"-countFeaturesWithColumn:andFieldValues:","abstract":"

    Count features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithDistinct:andColumn:andFieldValues:":{"name":"-countFeaturesWithDistinct:andColumn:andFieldValues:","abstract":"

    Count features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWhere:":{"name":"-queryFeaturesWhere:","abstract":"

    Query for features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andWhere:":{"name":"-queryFeaturesWithDistinct:andWhere:","abstract":"

    Query for features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithColumns:andWhere:":{"name":"-queryFeaturesWithColumns:andWhere:","abstract":"

    Query for features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andColumns:andWhere:":{"name":"-queryFeaturesWithDistinct:andColumns:andWhere:","abstract":"

    Query for features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWhere:":{"name":"-countFeaturesWhere:","abstract":"

    Count features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithColumn:andWhere:":{"name":"-countFeaturesWithColumn:andWhere:","abstract":"

    Count features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithDistinct:andColumn:andWhere:":{"name":"-countFeaturesWithDistinct:andColumn:andWhere:","abstract":"

    Count features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWhere:andWhereArgs:":{"name":"-queryFeaturesWhere:andWhereArgs:","abstract":"

    Query for features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andWhere:andWhereArgs:","abstract":"

    Query for features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithColumns:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithColumns:andWhere:andWhereArgs:","abstract":"

    Query for features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andColumns:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andColumns:andWhere:andWhereArgs:","abstract":"

    Query for features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWhere:andWhereArgs:":{"name":"-countFeaturesWhere:andWhereArgs:","abstract":"

    Count features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithColumn:andWhere:andWhereArgs:":{"name":"-countFeaturesWithColumn:andWhere:andWhereArgs:","abstract":"

    Count features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithDistinct:andColumn:andWhere:andWhereArgs:":{"name":"-countFeaturesWithDistinct:andColumn:andWhere:andWhereArgs:","abstract":"

    Count features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)boundingBox":{"name":"-boundingBox","abstract":"

    Query for the bounds of the feature table index

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)boundingBoxInProjection:":{"name":"-boundingBoxInProjection:","abstract":"

    Query for the feature index bounds and return in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryWithBoundingBox:":{"name":"-queryWithBoundingBox:","abstract":"

    Query for Geometry Metadata within the bounding box, projected","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryWithColumns:andBoundingBox:":{"name":"-queryWithColumns:andBoundingBox:","abstract":"

    Query for Geometry Metadata within the bounding box, projected","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryIdsWithBoundingBox:":{"name":"-queryIdsWithBoundingBox:","abstract":"

    Query for Geometry Metadata ids within the bounding box, projected","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countWithBoundingBox:":{"name":"-countWithBoundingBox:","abstract":"

    Query for Geometry Metadata count within the bounding box, projected","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithBoundingBox:":{"name":"-queryFeaturesWithBoundingBox:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andBoundingBox:":{"name":"-queryFeaturesWithDistinct:andBoundingBox:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithColumns:andBoundingBox:":{"name":"-queryFeaturesWithColumns:andBoundingBox:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andColumns:andBoundingBox:":{"name":"-queryFeaturesWithDistinct:andColumns:andBoundingBox:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithBoundingBox:":{"name":"-countFeaturesWithBoundingBox:","abstract":"

    Count the features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithColumn:andBoundingBox:":{"name":"-countFeaturesWithColumn:andBoundingBox:","abstract":"

    Count the features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithDistinct:andColumn:andBoundingBox:":{"name":"-countFeaturesWithDistinct:andColumn:andBoundingBox:","abstract":"

    Count the features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithBoundingBox:andFieldValues:":{"name":"-queryFeaturesWithBoundingBox:andFieldValues:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andBoundingBox:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andBoundingBox:andFieldValues:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithColumns:andBoundingBox:andFieldValues:":{"name":"-queryFeaturesWithColumns:andBoundingBox:andFieldValues:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andColumns:andBoundingBox:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andColumns:andBoundingBox:andFieldValues:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithBoundingBox:andFieldValues:":{"name":"-countFeaturesWithBoundingBox:andFieldValues:","abstract":"

    Count the features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithColumn:andBoundingBox:andFieldValues:":{"name":"-countFeaturesWithColumn:andBoundingBox:andFieldValues:","abstract":"

    Count the features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithDistinct:andColumn:andBoundingBox:andFieldValues:":{"name":"-countFeaturesWithDistinct:andColumn:andBoundingBox:andFieldValues:","abstract":"

    Count the features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithBoundingBox:andWhere:":{"name":"-queryFeaturesWithBoundingBox:andWhere:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andBoundingBox:andWhere:":{"name":"-queryFeaturesWithDistinct:andBoundingBox:andWhere:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithColumns:andBoundingBox:andWhere:":{"name":"-queryFeaturesWithColumns:andBoundingBox:andWhere:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andColumns:andBoundingBox:andWhere:":{"name":"-queryFeaturesWithDistinct:andColumns:andBoundingBox:andWhere:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithBoundingBox:andWhere:":{"name":"-countFeaturesWithBoundingBox:andWhere:","abstract":"

    Count the features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithColumn:andBoundingBox:andWhere:":{"name":"-countFeaturesWithColumn:andBoundingBox:andWhere:","abstract":"

    Count the features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithDistinct:andColumn:andBoundingBox:andWhere:":{"name":"-countFeaturesWithDistinct:andColumn:andBoundingBox:andWhere:","abstract":"

    Count the features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithBoundingBox:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithBoundingBox:andWhere:andWhereArgs:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andBoundingBox:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andBoundingBox:andWhere:andWhereArgs:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithColumns:andBoundingBox:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithColumns:andBoundingBox:andWhere:andWhereArgs:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithBoundingBox:andWhere:andWhereArgs:":{"name":"-countFeaturesWithBoundingBox:andWhere:andWhereArgs:","abstract":"

    Count the features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithColumn:andBoundingBox:andWhere:andWhereArgs:":{"name":"-countFeaturesWithColumn:andBoundingBox:andWhere:andWhereArgs:","abstract":"

    Count the features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithDistinct:andColumn:andBoundingBox:andWhere:andWhereArgs:":{"name":"-countFeaturesWithDistinct:andColumn:andBoundingBox:andWhere:andWhereArgs:","abstract":"

    Count the features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryWithBoundingBox:inProjection:":{"name":"-queryWithBoundingBox:inProjection:","abstract":"

    Query for Geometry Metadata within the bounding box in","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryWithColumns:andBoundingBox:inProjection:":{"name":"-queryWithColumns:andBoundingBox:inProjection:","abstract":"

    Query for Geometry Metadata within the bounding box in","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryIdsWithBoundingBox:inProjection:":{"name":"-queryIdsWithBoundingBox:inProjection:","abstract":"

    Query for Geometry Metadata ids within the bounding box in","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countWithBoundingBox:inProjection:":{"name":"-countWithBoundingBox:inProjection:","abstract":"

    Query for Geometry Metadata count within the bounding box in","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithBoundingBox:inProjection:":{"name":"-queryFeaturesWithBoundingBox:inProjection:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andBoundingBox:inProjection:":{"name":"-queryFeaturesWithDistinct:andBoundingBox:inProjection:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithColumns:andBoundingBox:inProjection:":{"name":"-queryFeaturesWithColumns:andBoundingBox:inProjection:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andColumns:andBoundingBox:inProjection:":{"name":"-queryFeaturesWithDistinct:andColumns:andBoundingBox:inProjection:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithBoundingBox:inProjection:":{"name":"-countFeaturesWithBoundingBox:inProjection:","abstract":"

    Count the features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithColumn:andBoundingBox:inProjection:":{"name":"-countFeaturesWithColumn:andBoundingBox:inProjection:","abstract":"

    Count the features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithDistinct:andColumn:andBoundingBox:inProjection:":{"name":"-countFeaturesWithDistinct:andColumn:andBoundingBox:inProjection:","abstract":"

    Count the features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithBoundingBox:inProjection:andFieldValues:":{"name":"-queryFeaturesWithBoundingBox:inProjection:andFieldValues:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andBoundingBox:inProjection:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andBoundingBox:inProjection:andFieldValues:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithColumns:andBoundingBox:inProjection:andFieldValues:":{"name":"-queryFeaturesWithColumns:andBoundingBox:inProjection:andFieldValues:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithBoundingBox:inProjection:andFieldValues:":{"name":"-countFeaturesWithBoundingBox:inProjection:andFieldValues:","abstract":"

    Count the features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithColumn:andBoundingBox:inProjection:andFieldValues:":{"name":"-countFeaturesWithColumn:andBoundingBox:inProjection:andFieldValues:","abstract":"

    Count the features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithDistinct:andColumn:andBoundingBox:inProjection:andFieldValues:":{"name":"-countFeaturesWithDistinct:andColumn:andBoundingBox:inProjection:andFieldValues:","abstract":"

    Count the features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithBoundingBox:inProjection:andWhere:":{"name":"-queryFeaturesWithBoundingBox:inProjection:andWhere:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andBoundingBox:inProjection:andWhere:":{"name":"-queryFeaturesWithDistinct:andBoundingBox:inProjection:andWhere:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithColumns:andBoundingBox:inProjection:andWhere:":{"name":"-queryFeaturesWithColumns:andBoundingBox:inProjection:andWhere:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:":{"name":"-queryFeaturesWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithBoundingBox:inProjection:andWhere:":{"name":"-countFeaturesWithBoundingBox:inProjection:andWhere:","abstract":"

    Count the features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithColumn:andBoundingBox:inProjection:andWhere:":{"name":"-countFeaturesWithColumn:andBoundingBox:inProjection:andWhere:","abstract":"

    Count the features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithDistinct:andColumn:andBoundingBox:inProjection:andWhere:":{"name":"-countFeaturesWithDistinct:andColumn:andBoundingBox:inProjection:andWhere:","abstract":"

    Count the features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-countFeaturesWithBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Count the features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithColumn:andBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-countFeaturesWithColumn:andBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Count the features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithDistinct:andColumn:andBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-countFeaturesWithDistinct:andColumn:andBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Count the features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryWithEnvelope:":{"name":"-queryWithEnvelope:","abstract":"

    Query for Geometry Metadata within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryWithColumns:andEnvelope:":{"name":"-queryWithColumns:andEnvelope:","abstract":"

    Query for Geometry Metadata within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryIdsWithEnvelope:":{"name":"-queryIdsWithEnvelope:","abstract":"

    Query for Geometry Metadata idswithin the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countWithEnvelope:":{"name":"-countWithEnvelope:","abstract":"

    Query for Geometry Metadata count within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithEnvelope:":{"name":"-queryFeaturesWithEnvelope:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andEnvelope:":{"name":"-queryFeaturesWithDistinct:andEnvelope:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithColumns:andEnvelope:":{"name":"-queryFeaturesWithColumns:andEnvelope:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andColumns:andEnvelope:":{"name":"-queryFeaturesWithDistinct:andColumns:andEnvelope:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithEnvelope:":{"name":"-countFeaturesWithEnvelope:","abstract":"

    Count the features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithColumn:andEnvelope:":{"name":"-countFeaturesWithColumn:andEnvelope:","abstract":"

    Count the features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithDistinct:andColumn:andEnvelope:":{"name":"-countFeaturesWithDistinct:andColumn:andEnvelope:","abstract":"

    Count the features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithEnvelope:andFieldValues:":{"name":"-queryFeaturesWithEnvelope:andFieldValues:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andEnvelope:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andEnvelope:andFieldValues:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithColumns:andEnvelope:andFieldValues:":{"name":"-queryFeaturesWithColumns:andEnvelope:andFieldValues:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andColumns:andEnvelope:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andColumns:andEnvelope:andFieldValues:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithEnvelope:andFieldValues:":{"name":"-countFeaturesWithEnvelope:andFieldValues:","abstract":"

    Count the features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithColumn:andEnvelope:andFieldValues:":{"name":"-countFeaturesWithColumn:andEnvelope:andFieldValues:","abstract":"

    Count the features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithDistinct:andColumn:andEnvelope:andFieldValues:":{"name":"-countFeaturesWithDistinct:andColumn:andEnvelope:andFieldValues:","abstract":"

    Count the features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithEnvelope:andWhere:":{"name":"-queryFeaturesWithEnvelope:andWhere:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andEnvelope:andWhere:":{"name":"-queryFeaturesWithDistinct:andEnvelope:andWhere:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithColumns:andEnvelope:andWhere:":{"name":"-queryFeaturesWithColumns:andEnvelope:andWhere:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andColumns:andEnvelope:andWhere:":{"name":"-queryFeaturesWithDistinct:andColumns:andEnvelope:andWhere:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithEnvelope:andWhere:":{"name":"-countFeaturesWithEnvelope:andWhere:","abstract":"

    Count the features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithColumn:andEnvelope:andWhere:":{"name":"-countFeaturesWithColumn:andEnvelope:andWhere:","abstract":"

    Count the features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithDistinct:andColumn:andEnvelope:andWhere:":{"name":"-countFeaturesWithDistinct:andColumn:andEnvelope:andWhere:","abstract":"

    Count the features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithEnvelope:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithEnvelope:andWhere:andWhereArgs:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andEnvelope:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andEnvelope:andWhere:andWhereArgs:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithColumns:andEnvelope:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithColumns:andEnvelope:andWhere:andWhereArgs:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithEnvelope:andWhere:andWhereArgs:":{"name":"-countFeaturesWithEnvelope:andWhere:andWhereArgs:","abstract":"

    Count the features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithColumn:andEnvelope:andWhere:andWhereArgs:":{"name":"-countFeaturesWithColumn:andEnvelope:andWhere:andWhereArgs:","abstract":"

    Count the features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithDistinct:andColumn:andEnvelope:andWhere:andWhereArgs:":{"name":"-countFeaturesWithDistinct:andColumn:andEnvelope:andWhere:andWhereArgs:","abstract":"

    Count the features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)geometryMetadataWithResultSet:":{"name":"-geometryMetadataWithResultSet:","abstract":"

    Get the Geometry Metadata for the current place in the result set

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)geometryIdWithResultSet:":{"name":"-geometryIdWithResultSet:","abstract":"

    Get the Geometry Id for the current place in the result set

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)featureRowWithResultSet:":{"name":"-featureRowWithResultSet:","abstract":"

    Get the feature row for the current place in the result set

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)featureRowWithGeometryMetadata:":{"name":"-featureRowWithGeometryMetadata:","abstract":"

    Get the feature row for the Geometry Metadata

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithLimit:":{"name":"-queryFeaturesForChunkWithLimit:","abstract":"

    Query for all features ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithLimit:andOffset:":{"name":"-queryFeaturesForChunkWithLimit:andOffset:","abstract":"

    Query for all features ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithOrderBy:andLimit:","abstract":"

    Query for all features, starting at the offset and returning no more than","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithOrderBy:andLimit:andOffset:","abstract":"

    Query for all features, starting at the offset and returning no more than","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andLimit:","abstract":"

    Query for all features ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andLimit:andOffset:","abstract":"

    Query for all features ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andOrderBy:andLimit:","abstract":"

    Query for all features, starting at the offset and returning no more than","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andOrderBy:andLimit:andOffset:","abstract":"

    Query for all features, starting at the offset and returning no more than","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andLimit:","abstract":"

    Query for all features ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andLimit:andOffset:","abstract":"

    Query for all features ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andOrderBy:andLimit:","abstract":"

    Query for all features, starting at the offset and returning no more than","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andOrderBy:andLimit:andOffset:","abstract":"

    Query for all features, starting at the offset and returning no more than","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andLimit:","abstract":"

    Query for all features ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andLimit:andOffset:","abstract":"

    Query for all features ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andOrderBy:andLimit:","abstract":"

    Query for all features, starting at the offset and returning no more than","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andOrderBy:andLimit:andOffset:","abstract":"

    Query for all features, starting at the offset and returning no more than","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithFieldValues:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithFieldValues:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andFieldValues:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andFieldValues:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andFieldValues:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithWhere:andLimit:":{"name":"-queryFeaturesForChunkWithWhere:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithWhere:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithWhere:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andWhere:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andWhere:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andWhere:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andWhere:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andWhere:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andWhere:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithWhere:andWhereArgs:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithBoundingBox:andLimit:":{"name":"-queryForChunkWithBoundingBox:andLimit:","abstract":"

    Query for rows within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithBoundingBox:andLimit:andOffset:":{"name":"-queryForChunkWithBoundingBox:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithBoundingBox:andOrderBy:andLimit:":{"name":"-queryForChunkWithBoundingBox:andOrderBy:andLimit:","abstract":"

    Query for rows within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithBoundingBox:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithBoundingBox:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithDistinct:andBoundingBox:andLimit:":{"name":"-queryForChunkWithDistinct:andBoundingBox:andLimit:","abstract":"

    Query for rows within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithDistinct:andBoundingBox:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andBoundingBox:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithDistinct:andBoundingBox:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andBoundingBox:andOrderBy:andLimit:","abstract":"

    Query for rows within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithDistinct:andBoundingBox:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andBoundingBox:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithColumns:andBoundingBox:andLimit:":{"name":"-queryForChunkWithColumns:andBoundingBox:andLimit:","abstract":"

    Query for rows within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithColumns:andBoundingBox:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andBoundingBox:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithColumns:andBoundingBox:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andBoundingBox:andOrderBy:andLimit:","abstract":"

    Query for rows within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithColumns:andBoundingBox:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andBoundingBox:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithDistinct:andColumns:andBoundingBox:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:andLimit:","abstract":"

    Query for rows within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithDistinct:andColumns:andBoundingBox:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithDistinct:andColumns:andBoundingBox:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:andOrderBy:andLimit:","abstract":"

    Query for rows within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithDistinct:andColumns:andBoundingBox:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:andFieldValues:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andFieldValues:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andFieldValues:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:andWhere:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithBoundingBox:inProjection:andLimit:":{"name":"-queryForChunkWithBoundingBox:inProjection:andLimit:","abstract":"

    Query for rows within the bounding box in the provided projection ordered","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithBoundingBox:inProjection:andLimit:andOffset:":{"name":"-queryForChunkWithBoundingBox:inProjection:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box in the provided projection ordered","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithBoundingBox:inProjection:andOrderBy:andLimit:":{"name":"-queryForChunkWithBoundingBox:inProjection:andOrderBy:andLimit:","abstract":"

    Query for rows within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithBoundingBox:inProjection:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithBoundingBox:inProjection:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithDistinct:andBoundingBox:inProjection:andLimit:":{"name":"-queryForChunkWithDistinct:andBoundingBox:inProjection:andLimit:","abstract":"

    Query for rows within the bounding box in the provided projection ordered","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithDistinct:andBoundingBox:inProjection:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andBoundingBox:inProjection:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box in the provided projection ordered","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithDistinct:andBoundingBox:inProjection:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andBoundingBox:inProjection:andOrderBy:andLimit:","abstract":"

    Query for rows within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithDistinct:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithColumns:andBoundingBox:inProjection:andLimit:":{"name":"-queryForChunkWithColumns:andBoundingBox:inProjection:andLimit:","abstract":"

    Query for rows within the bounding box in the provided projection ordered","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithColumns:andBoundingBox:inProjection:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andBoundingBox:inProjection:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box in the provided projection ordered","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithColumns:andBoundingBox:inProjection:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andBoundingBox:inProjection:andOrderBy:andLimit:","abstract":"

    Query for rows within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithColumns:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andLimit:","abstract":"

    Query for rows within the bounding box in the provided projection ordered","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box in the provided projection ordered","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andOrderBy:andLimit:","abstract":"

    Query for rows within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:inProjection:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:inProjection:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:inProjection:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:inProjection:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:inProjection:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andFieldValues:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:inProjection:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithEnvelope:andLimit:":{"name":"-queryForChunkWithEnvelope:andLimit:","abstract":"

    Query for rows within the geometry envelope ordered by id, starting at","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithEnvelope:andLimit:andOffset:":{"name":"-queryForChunkWithEnvelope:andLimit:andOffset:","abstract":"

    Query for rows within the geometry envelope ordered by id, starting at","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithEnvelope:andOrderBy:andLimit:":{"name":"-queryForChunkWithEnvelope:andOrderBy:andLimit:","abstract":"

    Query for rows within the geometry envelope, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithEnvelope:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithEnvelope:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the geometry envelope, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithDistinct:andEnvelope:andLimit:":{"name":"-queryForChunkWithDistinct:andEnvelope:andLimit:","abstract":"

    Query for rows within the geometry envelope ordered by id, starting at","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithDistinct:andEnvelope:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andEnvelope:andLimit:andOffset:","abstract":"

    Query for rows within the geometry envelope ordered by id, starting at","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithDistinct:andEnvelope:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andEnvelope:andOrderBy:andLimit:","abstract":"

    Query for rows within the geometry envelope, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithDistinct:andEnvelope:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andEnvelope:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the geometry envelope, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithColumns:andEnvelope:andLimit:":{"name":"-queryForChunkWithColumns:andEnvelope:andLimit:","abstract":"

    Query for rows within the geometry envelope ordered by id, starting at","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithColumns:andEnvelope:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andEnvelope:andLimit:andOffset:","abstract":"

    Query for rows within the geometry envelope ordered by id, starting at","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithColumns:andEnvelope:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andEnvelope:andOrderBy:andLimit:","abstract":"

    Query for rows within the geometry envelope, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithColumns:andEnvelope:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andEnvelope:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the geometry envelope, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithDistinct:andColumns:andEnvelope:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andLimit:","abstract":"

    Query for rows within the geometry envelope ordered by id, starting at","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithDistinct:andColumns:andEnvelope:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andLimit:andOffset:","abstract":"

    Query for rows within the geometry envelope ordered by id, starting at","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithDistinct:andColumns:andEnvelope:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andOrderBy:andLimit:","abstract":"

    Query for rows within the geometry envelope, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithDistinct:andColumns:andEnvelope:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the geometry envelope, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithEnvelope:andLimit:":{"name":"-queryFeaturesForChunkWithEnvelope:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithEnvelope:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithEnvelope:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithEnvelope:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithEnvelope:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithEnvelope:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithEnvelope:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andEnvelope:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andEnvelope:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andEnvelope:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andEnvelope:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andEnvelope:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andEnvelope:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andEnvelope:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andEnvelope:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithEnvelope:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithEnvelope:andFieldValues:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithEnvelope:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithEnvelope:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithEnvelope:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithEnvelope:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andEnvelope:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andFieldValues:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andEnvelope:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andEnvelope:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andEnvelope:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andFieldValues:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andEnvelope:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithEnvelope:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithEnvelope:andWhere:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithEnvelope:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithEnvelope:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithEnvelope:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithEnvelope:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithEnvelope:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithEnvelope:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithEnvelope:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithEnvelope:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithEnvelope:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithEnvelope:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGDataTypes.html#/c:objc(cs)GPKGDataTypes(cm)name:":{"name":"+name:","abstract":"

    Get the name of the data type

    ","parent_name":"GPKGDataTypes"},"Classes/GPKGDataTypes.html#/c:objc(cs)GPKGDataTypes(cm)fromName:":{"name":"+fromName:","abstract":"

    Get the data type from the data type name

    ","parent_name":"GPKGDataTypes"},"Classes/GPKGDataTypes.html#/c:objc(cs)GPKGDataTypes(cm)classType:":{"name":"+classType:","abstract":"

    Get the object c class type of the data type

    ","parent_name":"GPKGDataTypes"},"Classes/GPKGDataTypes.html#/c:objc(cs)GPKGDataTypes(cm)sqliteType:":{"name":"+sqliteType:","abstract":"

    Get the SQLite type of the data type

    ","parent_name":"GPKGDataTypes"},"Classes/GPKGConnectionFunction.html#/c:objc(cs)GPKGConnectionFunction(im)initWithFunction:withName:andNumArgs:":{"name":"-initWithFunction:withName:andNumArgs:","abstract":"

    Initialize

    ","parent_name":"GPKGConnectionFunction"},"Classes/GPKGConnectionFunction.html#/c:objc(cs)GPKGConnectionFunction(im)function":{"name":"-function","abstract":"

    Get the function

    ","parent_name":"GPKGConnectionFunction"},"Classes/GPKGConnectionFunction.html#/c:objc(cs)GPKGConnectionFunction(im)name":{"name":"-name","abstract":"

    Get the function name

    ","parent_name":"GPKGConnectionFunction"},"Classes/GPKGConnectionFunction.html#/c:objc(cs)GPKGConnectionFunction(im)numArgs":{"name":"-numArgs","abstract":"

    Get the number of function arguments

    ","parent_name":"GPKGConnectionFunction"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(py)name":{"name":"name","abstract":"

    GeoPackage name

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(py)filename":{"name":"filename","abstract":"

    GeoPackage filename

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)initWithDatabaseFilename:":{"name":"-initWithDatabaseFilename:","abstract":"

    Initialize

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)initWithDatabaseFilename:andName:":{"name":"-initWithDatabaseFilename:andName:","abstract":"

    Initialize

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)close":{"name":"-close","abstract":"

    Close the connection

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)rawQuery:":{"name":"-rawQuery:","abstract":"

    Raw query

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)rawQuery:andArgs:":{"name":"-rawQuery:andArgs:","abstract":"

    Raw query

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)queryWithTable:andColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:":{"name":"-queryWithTable:andColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:","abstract":"

    Query table columns where

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)queryWithDistinct:andTable:andColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:":{"name":"-queryWithDistinct:andTable:andColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:","abstract":"

    Query table columns where

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)queryWithTable:andColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryWithTable:andColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query table columns where

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)queryWithDistinct:andTable:andColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryWithDistinct:andTable:andColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query table columns where

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)querySQLWithTable:andColumns:andWhere:andGroupBy:andHaving:andOrderBy:":{"name":"-querySQLWithTable:andColumns:andWhere:andGroupBy:andHaving:andOrderBy:","abstract":"

    Build query SQL

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)querySQLWithDistinct:andTable:andColumns:andWhere:andGroupBy:andHaving:andOrderBy:":{"name":"-querySQLWithDistinct:andTable:andColumns:andWhere:andGroupBy:andHaving:andOrderBy:","abstract":"

    Build query SQL

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)querySQLWithTable:andColumns:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-querySQLWithTable:andColumns:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Build query SQL

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)querySQLWithDistinct:andTable:andColumns:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-querySQLWithDistinct:andTable:andColumns:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Build query SQL

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)count:":{"name":"-count:","abstract":"

    Count statement

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)count:andArgs:":{"name":"-count:andArgs:","abstract":"

    Count statement

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)countWithTable:":{"name":"-countWithTable:","abstract":"

    Count with table

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)countWithTable:andWhere:":{"name":"-countWithTable:andWhere:","abstract":"

    Count with table where

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)countWithTable:andWhere:andWhereArgs:":{"name":"-countWithTable:andWhere:andWhereArgs:","abstract":"

    Count with table where

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)countWithTable:andColumn:":{"name":"-countWithTable:andColumn:","abstract":"

    Get a count of table results

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)countWithTable:andDistinct:andColumn:":{"name":"-countWithTable:andDistinct:andColumn:","abstract":"

    Get a count of table results

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)countWithTable:andColumn:andWhere:andWhereArgs:":{"name":"-countWithTable:andColumn:andWhere:andWhereArgs:","abstract":"

    Get a count of table results

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)countWithTable:andDistinct:andColumn:andWhere:andWhereArgs:":{"name":"-countWithTable:andDistinct:andColumn:andWhere:andWhereArgs:","abstract":"

    Get a count of table results

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)minWithTable:andColumn:":{"name":"-minWithTable:andColumn:","abstract":"

    Get the min result of the column

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)minWithTable:andColumn:andWhere:andWhereArgs:":{"name":"-minWithTable:andColumn:andWhere:andWhereArgs:","abstract":"

    Get the min result of the column

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)maxWithTable:andColumn:":{"name":"-maxWithTable:andColumn:","abstract":"

    Get the max result of the column

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)maxWithTable:andColumn:andWhere:andWhereArgs:":{"name":"-maxWithTable:andColumn:andWhere:andWhereArgs:","abstract":"

    Get the max result of the column

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)beginTransaction":{"name":"-beginTransaction","abstract":"

    Begin an exclusive transaction on the database

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)beginResettableTransaction":{"name":"-beginResettableTransaction","abstract":"

    Begin an exclusive transaction on the database, resetting other open connections upon commit

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)commitTransaction":{"name":"-commitTransaction","abstract":"

    Commit an active transaction

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)rollbackTransaction":{"name":"-rollbackTransaction","abstract":"

    Rollback an active transaction

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)inTransaction":{"name":"-inTransaction","abstract":"

    Determine if currently within a transaction

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)enableForeignKeys":{"name":"-enableForeignKeys","abstract":"

    If foreign keys is disabled and there are no foreign key violations,","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)foreignKeys":{"name":"-foreignKeys","abstract":"

    Query for the foreign keys value

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)foreignKeysAsOn:":{"name":"-foreignKeysAsOn:","abstract":"

    Change the foreign keys state

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)foreignKeyCheck":{"name":"-foreignKeyCheck","abstract":"

    Perform a foreign key check

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)foreignKeyCheckOnTable:":{"name":"-foreignKeyCheckOnTable:","abstract":"

    Perform a foreign key check

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)insert:":{"name":"-insert:","abstract":"

    Insert statement

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)update:":{"name":"-update:","abstract":"

    Update statement

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)updateWithTable:andValues:andWhere:":{"name":"-updateWithTable:andValues:andWhere:","abstract":"

    Update table where

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)updateWithTable:andValues:andWhere:andWhereArgs:":{"name":"-updateWithTable:andValues:andWhere:andWhereArgs:","abstract":"

    Update table where

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)insertWithTable:andValues:":{"name":"-insertWithTable:andValues:","abstract":"

    Insert into table

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)delete:":{"name":"-delete:","abstract":"

    Delete statement

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)deleteWithTable:andWhere:":{"name":"-deleteWithTable:andWhere:","abstract":"

    Delete from table where

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)deleteWithTable:andWhere:andWhereArgs:":{"name":"-deleteWithTable:andWhere:andWhereArgs:","abstract":"

    Delete from table where

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)exec:":{"name":"-exec:","abstract":"

    Execute statement

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)execResettable:":{"name":"-execResettable:","abstract":"

    Execute statement, resetting other open connections

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)execAllConnectionStatement:":{"name":"-execAllConnectionStatement:","abstract":"

    Execute the statement once on all open connections, waiting for used connections

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)execPersistentAllConnectionStatement:asName:":{"name":"-execPersistentAllConnectionStatement:asName:","abstract":"

    Execute the statement on all open and new connections, waiting for used connections

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)removePersistentAllConnectionStatementWithName:":{"name":"-removePersistentAllConnectionStatementWithName:","abstract":"

    Remove a persistent statement

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)tableExists:":{"name":"-tableExists:","abstract":"

    Check if a table exists

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)viewExists:":{"name":"-viewExists:","abstract":"

    Check if a view exists

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)tableOrViewExists:":{"name":"-tableOrViewExists:","abstract":"

    Check if a table or view exists with the name

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)columnExistsWithTableName:andColumnName:":{"name":"-columnExistsWithTableName:andColumnName:","abstract":"

    Check if the table column exists

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)addColumnWithTableName:andColumnName:andColumnDef:":{"name":"-addColumnWithTableName:andColumnName:andColumnDef:","abstract":"

    Add a new column to the table

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)querySingleResultWithSql:andArgs:":{"name":"-querySingleResultWithSql:andArgs:","abstract":"

    Query the SQL for a single result object in the first column

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)querySingleResultWithSql:andArgs:andDataType:":{"name":"-querySingleResultWithSql:andArgs:andDataType:","abstract":"

    Query the SQL for a single result object in the first column with the","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)querySingleResultWithSql:andArgs:andColumn:":{"name":"-querySingleResultWithSql:andArgs:andColumn:","abstract":"

    Query the SQL for a single result object

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)querySingleResultWithSql:andArgs:andColumn:andDataType:":{"name":"-querySingleResultWithSql:andArgs:andColumn:andDataType:","abstract":"

    Query the SQL for a single result object with the expected data type

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)querySingleColumnResultsWithSql:andArgs:":{"name":"-querySingleColumnResultsWithSql:andArgs:","abstract":"

    Query for values from the first column

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)querySingleColumnResultsWithSql:andArgs:andDataType:":{"name":"-querySingleColumnResultsWithSql:andArgs:andDataType:","abstract":"

    Query for values from the first column

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)querySingleColumnResultsWithSql:andArgs:andColumn:":{"name":"-querySingleColumnResultsWithSql:andArgs:andColumn:","abstract":"

    Query for values from a single column

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)querySingleColumnResultsWithSql:andArgs:andColumn:andDataType:":{"name":"-querySingleColumnResultsWithSql:andArgs:andColumn:andDataType:","abstract":"

    Query for values from a single column

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)querySingleColumnResultsWithSql:andArgs:andColumn:andLimit:":{"name":"-querySingleColumnResultsWithSql:andArgs:andColumn:andLimit:","abstract":"

    Query for values from a single column up to the limit

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)querySingleColumnResultsWithSql:andArgs:andColumn:andDataType:andLimit:":{"name":"-querySingleColumnResultsWithSql:andArgs:andColumn:andDataType:andLimit:","abstract":"

    Query for values from a single column up to the limit

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)queryResultsWithSql:andArgs:":{"name":"-queryResultsWithSql:andArgs:","abstract":"

    Query for values

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)queryResultsWithSql:andArgs:andDataTypes:":{"name":"-queryResultsWithSql:andArgs:andDataTypes:","abstract":"

    Query for values

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)querySingleRowResultsWithSql:andArgs:":{"name":"-querySingleRowResultsWithSql:andArgs:","abstract":"

    Query for values in a single (first) row

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)querySingleRowResultsWithSql:andArgs:andDataTypes:":{"name":"-querySingleRowResultsWithSql:andArgs:andDataTypes:","abstract":"

    Query for values in a single (first) row

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)queryResultsWithSql:andArgs:andLimit:":{"name":"-queryResultsWithSql:andArgs:andLimit:","abstract":"

    Query for values

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)queryResultsWithSql:andArgs:andDataTypes:andLimit:":{"name":"-queryResultsWithSql:andArgs:andDataTypes:andLimit:","abstract":"

    Query for values up to the limit

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)setApplicationId":{"name":"-setApplicationId","abstract":"

    Set the GeoPackage application id

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)setApplicationId:":{"name":"-setApplicationId:","abstract":"

    Set the application id

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)applicationId":{"name":"-applicationId","abstract":"

    Get the application id

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)applicationIdNumber":{"name":"-applicationIdNumber","abstract":"

    Get the application id integer

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)applicationIdHex":{"name":"-applicationIdHex","abstract":"

    Get the application id as a hex string prefixed with 0x

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(cm)applicationIdOfNumber:":{"name":"+applicationIdOfNumber:","abstract":"

    Get the application id string value for the application id integer

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)setUserVersion":{"name":"-setUserVersion","abstract":"

    Set the GeoPackage user version

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)setUserVersion:":{"name":"-setUserVersion:","abstract":"

    Set the user version

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)userVersion":{"name":"-userVersion","abstract":"

    Get the user version

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)userVersionMajor":{"name":"-userVersionMajor","abstract":"

    Get the user version major

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)userVersionMinor":{"name":"-userVersionMinor","abstract":"

    Get the user version minor

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)userVersionPatch":{"name":"-userVersionPatch","abstract":"

    Get the user version patch

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)dropTable:":{"name":"-dropTable:","abstract":"

    Drop the table

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)addWriteFunction:withName:andNumArgs:":{"name":"-addWriteFunction:withName:andNumArgs:","abstract":"

    Add a custom function to be created on write connections

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)addWriteFunction:":{"name":"-addWriteFunction:","abstract":"

    Add a custom function to be created on write connections

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)addWriteFunctions:":{"name":"-addWriteFunctions:","abstract":"

    Add a custom function to be created on write connections

    ","parent_name":"GPKGConnection"},"Classes/GPKGAlterTable.html#/c:objc(cs)GPKGAlterTable(cm)alterTable:":{"name":"+alterTable:","abstract":"

    Create the ALTER TABLE SQL command prefix

    ","parent_name":"GPKGAlterTable"},"Classes/GPKGAlterTable.html#/c:objc(cs)GPKGAlterTable(cm)renameTable:toTable:withConnection:":{"name":"+renameTable:toTable:withConnection:","abstract":"

    Rename a table

    ","parent_name":"GPKGAlterTable"},"Classes/GPKGAlterTable.html#/c:objc(cs)GPKGAlterTable(cm)renameTableSQL:toTable:":{"name":"+renameTableSQL:toTable:","abstract":"

    Create the rename table SQL

    ","parent_name":"GPKGAlterTable"},"Classes/GPKGAlterTable.html#/c:objc(cs)GPKGAlterTable(cm)renameColumn:inTable:toColumn:withConnection:":{"name":"+renameColumn:inTable:toColumn:withConnection:","abstract":"

    Rename a column

    ","parent_name":"GPKGAlterTable"},"Classes/GPKGAlterTable.html#/c:objc(cs)GPKGAlterTable(cm)renameColumnSQL:inTable:toColumn:":{"name":"+renameColumnSQL:inTable:toColumn:","abstract":"

    Create the rename column SQL

    ","parent_name":"GPKGAlterTable"},"Classes/GPKGAlterTable.html#/c:objc(cs)GPKGAlterTable(cm)addColumn:withDefinition:toTable:withConnection:":{"name":"+addColumn:withDefinition:toTable:withConnection:","abstract":"

    Add a column

    ","parent_name":"GPKGAlterTable"},"Classes/GPKGAlterTable.html#/c:objc(cs)GPKGAlterTable(cm)addColumnSQL:withDefinition:toTable:":{"name":"+addColumnSQL:withDefinition:toTable:","abstract":"

    Create the add column SQL

    ","parent_name":"GPKGAlterTable"},"Classes/GPKGAlterTable.html#/c:objc(cs)GPKGAlterTable(cm)dropColumn:fromTable:withConnection:":{"name":"+dropColumn:fromTable:withConnection:","abstract":"

    Drop a column

    ","parent_name":"GPKGAlterTable"},"Classes/GPKGAlterTable.html#/c:objc(cs)GPKGAlterTable(cm)dropColumns:fromTable:withConnection:":{"name":"+dropColumns:fromTable:withConnection:","abstract":"

    Drop columns

    ","parent_name":"GPKGAlterTable"},"Classes/GPKGAlterTable.html#/c:objc(cs)GPKGAlterTable(cm)dropColumn:fromTableName:withConnection:":{"name":"+dropColumn:fromTableName:withConnection:","abstract":"

    Drop a column

    ","parent_name":"GPKGAlterTable"},"Classes/GPKGAlterTable.html#/c:objc(cs)GPKGAlterTable(cm)dropColumns:fromTableName:withConnection:":{"name":"+dropColumns:fromTableName:withConnection:","abstract":"

    Drop columns

    ","parent_name":"GPKGAlterTable"},"Classes/GPKGAlterTable.html#/c:objc(cs)GPKGAlterTable(cm)alterColumn:inTable:withConnection:":{"name":"+alterColumn:inTable:withConnection:","abstract":"

    Alter a column

    ","parent_name":"GPKGAlterTable"},"Classes/GPKGAlterTable.html#/c:objc(cs)GPKGAlterTable(cm)alterColumns:inTable:withConnection:":{"name":"+alterColumns:inTable:withConnection:","abstract":"

    Alter columns

    ","parent_name":"GPKGAlterTable"},"Classes/GPKGAlterTable.html#/c:objc(cs)GPKGAlterTable(cm)alterColumn:inTableName:withConnection:":{"name":"+alterColumn:inTableName:withConnection:","abstract":"

    Alter a column

    ","parent_name":"GPKGAlterTable"},"Classes/GPKGAlterTable.html#/c:objc(cs)GPKGAlterTable(cm)alterColumns:inTableName:withConnection:":{"name":"+alterColumns:inTableName:withConnection:","abstract":"

    Alter columns

    ","parent_name":"GPKGAlterTable"},"Classes/GPKGAlterTable.html#/c:objc(cs)GPKGAlterTable(cm)copyTable:toTable:withConnection:":{"name":"+copyTable:toTable:withConnection:","abstract":"

    Copy the table and row content

    ","parent_name":"GPKGAlterTable"},"Classes/GPKGAlterTable.html#/c:objc(cs)GPKGAlterTable(cm)copyTable:toTable:andTransfer:withConnection:":{"name":"+copyTable:toTable:andTransfer:withConnection:","abstract":"

    Copy the table

    ","parent_name":"GPKGAlterTable"},"Classes/GPKGAlterTable.html#/c:objc(cs)GPKGAlterTable(cm)copyTableName:toTable:withConnection:":{"name":"+copyTableName:toTable:withConnection:","abstract":"

    Copy the table and row content

    ","parent_name":"GPKGAlterTable"},"Classes/GPKGAlterTable.html#/c:objc(cs)GPKGAlterTable(cm)copyTableName:toTable:andTransfer:withConnection:":{"name":"+copyTableName:toTable:andTransfer:withConnection:","abstract":"

    Copy the table

    ","parent_name":"GPKGAlterTable"},"Classes/GPKGAlterTable.html#/c:objc(cs)GPKGAlterTable(cm)alterTable:withConnection:":{"name":"+alterTable:withConnection:","abstract":"

    Alter a table with a new table schema assuming a default table mapping.","parent_name":"GPKGAlterTable"},"Classes/GPKGAlterTable.html#/c:objc(cs)GPKGAlterTable(cm)alterTable:withMapping:withConnection:":{"name":"+alterTable:withMapping:withConnection:","abstract":"

    Alter a table with a new table schema and table mapping.","parent_name":"GPKGAlterTable"},"Classes/GPKGAlterTable.html#/c:objc(cs)GPKGAlterTable(cm)alterTableSQL:withMapping:withConnection:":{"name":"+alterTableSQL:withMapping:withConnection:","abstract":"

    Alter a table with a new table SQL creation statement and table mapping.","parent_name":"GPKGAlterTable"},"Classes/GPKGContentsDataTypes.html#/c:objc(cs)GPKGContentsDataTypes(cm)name:":{"name":"+name:","abstract":"

    Get the name of the contents data type

    ","parent_name":"GPKGContentsDataTypes"},"Classes/GPKGContentsDataTypes.html#/c:objc(cs)GPKGContentsDataTypes(cm)fromName:":{"name":"+fromName:","abstract":"

    Get the contents data type from the contents data type name

    ","parent_name":"GPKGContentsDataTypes"},"Classes/GPKGContentsDataTypes.html#/c:objc(cs)GPKGContentsDataTypes(cm)isType:":{"name":"+isType:","abstract":"

    Determine if the type name is a registered data type

    ","parent_name":"GPKGContentsDataTypes"},"Classes/GPKGContentsDataTypes.html#/c:objc(cs)GPKGContentsDataTypes(cm)fromCoreName:":{"name":"+fromCoreName:","abstract":"

    Get the contents data type from a core type name

    ","parent_name":"GPKGContentsDataTypes"},"Classes/GPKGContentsDataTypes.html#/c:objc(cs)GPKGContentsDataTypes(cm)isCoreType:":{"name":"+isCoreType:","abstract":"

    Determine if the type name is a core contents data type

    ","parent_name":"GPKGContentsDataTypes"},"Classes/GPKGContentsDataTypes.html#/c:objc(cs)GPKGContentsDataTypes(cm)setName:asType:":{"name":"+setName:asType:","abstract":"

    Set the type for the contents data type name

    ","parent_name":"GPKGContentsDataTypes"},"Classes/GPKGContentsDataTypes.html#/c:objc(cs)GPKGContentsDataTypes(cm)isName:ofType:":{"name":"+isName:ofType:","abstract":"

    Determine if the contents data type name is the type

    ","parent_name":"GPKGContentsDataTypes"},"Classes/GPKGContentsDataTypes.html#/c:objc(cs)GPKGContentsDataTypes(cm)isName:ofType:andMatchUnknown:":{"name":"+isName:ofType:andMatchUnknown:","abstract":"

    Determine if the contents data type name is the type

    ","parent_name":"GPKGContentsDataTypes"},"Classes/GPKGContentsDataTypes.html#/c:objc(cs)GPKGContentsDataTypes(cm)isFeaturesType:":{"name":"+isFeaturesType:","abstract":"

    Determine if the contents data type name is a features type

    ","parent_name":"GPKGContentsDataTypes"},"Classes/GPKGContentsDataTypes.html#/c:objc(cs)GPKGContentsDataTypes(cm)isFeaturesType:andMatchUnknown:":{"name":"+isFeaturesType:andMatchUnknown:","abstract":"

    Determine if the contents data type name is a features type

    ","parent_name":"GPKGContentsDataTypes"},"Classes/GPKGContentsDataTypes.html#/c:objc(cs)GPKGContentsDataTypes(cm)isTilesType:":{"name":"+isTilesType:","abstract":"

    Determine if the contents data type name is a tiles type

    ","parent_name":"GPKGContentsDataTypes"},"Classes/GPKGContentsDataTypes.html#/c:objc(cs)GPKGContentsDataTypes(cm)isTilesType:andMatchUnknown:":{"name":"+isTilesType:andMatchUnknown:","abstract":"

    Determine if the contents data type name is a tiles type

    ","parent_name":"GPKGContentsDataTypes"},"Classes/GPKGContentsDataTypes.html#/c:objc(cs)GPKGContentsDataTypes(cm)isAttributesType:":{"name":"+isAttributesType:","abstract":"

    Determine if the contents data type name is an attributes type

    ","parent_name":"GPKGContentsDataTypes"},"Classes/GPKGContentsDataTypes.html#/c:objc(cs)GPKGContentsDataTypes(cm)isAttributesType:andMatchUnknown:":{"name":"+isAttributesType:andMatchUnknown:","abstract":"

    Determine if the contents data type name is an attributes type

    ","parent_name":"GPKGContentsDataTypes"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(cm)createWithDatabase:":{"name":"+createWithDatabase:","abstract":"

    Create the DAO

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)tablesByType:":{"name":"-tablesByType:","abstract":"

    Get table names by data type

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)tablesByTypes:":{"name":"-tablesByTypes:","abstract":"

    Get table names by data types

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)tablesByTypeName:":{"name":"-tablesByTypeName:","abstract":"

    Get table names by data type

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)tablesByTypeNames:":{"name":"-tablesByTypeNames:","abstract":"

    Get table names by data types

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)contentsByType:":{"name":"-contentsByType:","abstract":"

    Get contents by data type

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)contentsByTypes:":{"name":"-contentsByTypes:","abstract":"

    Get contents by data types

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)contentsByTypeName:":{"name":"-contentsByTypeName:","abstract":"

    Get contents by data type

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)contentsByTypeNames:":{"name":"-contentsByTypeNames:","abstract":"

    Get contents by data types

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)tables":{"name":"-tables","abstract":"

    Get table names

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)deleteCascade:":{"name":"-deleteCascade:","abstract":"

    Delete the Contents, cascading

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)deleteCascade:andUserTable:":{"name":"-deleteCascade:andUserTable:","abstract":"

    Delete the Contents, cascading optionally including the user table

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)deleteCascadeWithCollection:":{"name":"-deleteCascadeWithCollection:","abstract":"

    Delete the collection of Contents, cascading

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)deleteCascadeWithCollection:andUserTable:":{"name":"-deleteCascadeWithCollection:andUserTable:","abstract":"

    Delete the collection of Contents, cascading optionally including the user table

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)deleteCascadeWhere:andWhereArgs:":{"name":"-deleteCascadeWhere:andWhereArgs:","abstract":"

    Delete the Contents where, cascading

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)deleteCascadeWhere:andWhereArgs:andUserTable:":{"name":"-deleteCascadeWhere:andWhereArgs:andUserTable:","abstract":"

    Delete the Contents where, cascading optionally including the user table

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)deleteByIdCascade:":{"name":"-deleteByIdCascade:","abstract":"

    Delete the Contents by id, cascading

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)deleteByIdCascade:andUserTable:":{"name":"-deleteByIdCascade:andUserTable:","abstract":"

    Delete the Contents by id, cascading optionally including the user table

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)deleteIdsCascade:":{"name":"-deleteIdsCascade:","abstract":"

    Delete the Contents by ids, cascading

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)deleteIdsCascade:andUserTable:":{"name":"-deleteIdsCascade:andUserTable:","abstract":"

    Delete the Contents by ids, cascading optionally including the user table

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)deleteTable:":{"name":"-deleteTable:","abstract":"

    Delete the table

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)srs:":{"name":"-srs:","abstract":"

    Get the Spatial Reference System

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)geometryColumns:":{"name":"-geometryColumns:","abstract":"

    Get the Geometry Columns

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)tileMatrixSet:":{"name":"-tileMatrixSet:","abstract":"

    Get the Tile Matrix Set

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)tileMatrix:":{"name":"-tileMatrix:","abstract":"

    Get the Tile Matrix results

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)boundingBoxInProjection:":{"name":"-boundingBoxInProjection:","abstract":"

    Get the bounding box for all tables in the provided projection

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)boundingBoxOfTable:":{"name":"-boundingBoxOfTable:","abstract":"

    Get the bounding box for the table in the table’s projection

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)boundingBoxOfTable:inProjection:":{"name":"-boundingBoxOfTable:inProjection:","abstract":"

    Get the bounding box for the table in the provided projection

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)boundingBoxOfContents:inProjection:":{"name":"-boundingBoxOfContents:inProjection:","abstract":"

    Get a bounding box in the provided projection

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContents.html#/c:objc(cs)GPKGContents(py)tableName":{"name":"tableName","abstract":"

    The name of the tiles, or feature table

    ","parent_name":"GPKGContents"},"Classes/GPKGContents.html#/c:objc(cs)GPKGContents(py)dataType":{"name":"dataType","abstract":"

    Type of data stored in the table:. “features” per clause Features,","parent_name":"GPKGContents"},"Classes/GPKGContents.html#/c:objc(cs)GPKGContents(py)identifier":{"name":"identifier","abstract":"

    A human-readable identifier (e.g. short name) for the table_name content

    ","parent_name":"GPKGContents"},"Classes/GPKGContents.html#/c:objc(cs)GPKGContents(py)theDescription":{"name":"theDescription","abstract":"

    A human-readable description for the table_name content

    ","parent_name":"GPKGContents"},"Classes/GPKGContents.html#/c:objc(cs)GPKGContents(py)lastChange":{"name":"lastChange","abstract":"

    timestamp value in ISO 8601 format as defined by the strftime function","parent_name":"GPKGContents"},"Classes/GPKGContents.html#/c:objc(cs)GPKGContents(py)minX":{"name":"minX","abstract":"

    Bounding box minimum easting or longitude for all content in table_name

    ","parent_name":"GPKGContents"},"Classes/GPKGContents.html#/c:objc(cs)GPKGContents(py)minY":{"name":"minY","abstract":"

    Bounding box minimum northing or latitude for all content in table_name

    ","parent_name":"GPKGContents"},"Classes/GPKGContents.html#/c:objc(cs)GPKGContents(py)maxX":{"name":"maxX","abstract":"

    Bounding box maximum easting or longitude for all content in table_name

    ","parent_name":"GPKGContents"},"Classes/GPKGContents.html#/c:objc(cs)GPKGContents(py)maxY":{"name":"maxY","abstract":"

    Bounding box maximum northing or latitude for all content in table_name

    ","parent_name":"GPKGContents"},"Classes/GPKGContents.html#/c:objc(cs)GPKGContents(py)srsId":{"name":"srsId","abstract":"

    Unique identifier for each Spatial Reference System within a GeoPackage

    ","parent_name":"GPKGContents"},"Classes/GPKGContents.html#/c:objc(cs)GPKGContents(im)contentsDataType":{"name":"-contentsDataType","abstract":"

    Get the Contents Data Type

    ","parent_name":"GPKGContents"},"Classes/GPKGContents.html#/c:objc(cs)GPKGContents(im)setContentsDataType:":{"name":"-setContentsDataType:","abstract":"

    Set the Contents Data Type

    ","parent_name":"GPKGContents"},"Classes/GPKGContents.html#/c:objc(cs)GPKGContents(im)setDataType:asContentsDataType:":{"name":"-setDataType:asContentsDataType:","abstract":"

    Set the data type name and register the core data type

    ","parent_name":"GPKGContents"},"Classes/GPKGContents.html#/c:objc(cs)GPKGContents(im)isFeaturesType":{"name":"-isFeaturesType","abstract":"

    Determine if the contents data type is features

    ","parent_name":"GPKGContents"},"Classes/GPKGContents.html#/c:objc(cs)GPKGContents(im)isFeaturesTypeOrUnknown":{"name":"-isFeaturesTypeOrUnknown","abstract":"

    Determine if the contents data type is features or unknown

    ","parent_name":"GPKGContents"},"Classes/GPKGContents.html#/c:objc(cs)GPKGContents(im)isTilesType":{"name":"-isTilesType","abstract":"

    Determine if the contents data type is tiles

    ","parent_name":"GPKGContents"},"Classes/GPKGContents.html#/c:objc(cs)GPKGContents(im)isTilesTypeOrUnknown":{"name":"-isTilesTypeOrUnknown","abstract":"

    Determine if the contents data type is tiles or unknown

    ","parent_name":"GPKGContents"},"Classes/GPKGContents.html#/c:objc(cs)GPKGContents(im)isAttributesType":{"name":"-isAttributesType","abstract":"

    Determine if the contents data type is attributes

    ","parent_name":"GPKGContents"},"Classes/GPKGContents.html#/c:objc(cs)GPKGContents(im)isAttributesTypeOrUnknown":{"name":"-isAttributesTypeOrUnknown","abstract":"

    Determine if the contents data type is attributes or unknown

    ","parent_name":"GPKGContents"},"Classes/GPKGContents.html#/c:objc(cs)GPKGContents(im)setSrs:":{"name":"-setSrs:","abstract":"

    Set the Spatial Reference System

    ","parent_name":"GPKGContents"},"Classes/GPKGContents.html#/c:objc(cs)GPKGContents(im)boundingBox":{"name":"-boundingBox","abstract":"

    Get a bounding box

    ","parent_name":"GPKGContents"},"Classes/GPKGContents.html#/c:objc(cs)GPKGContents(im)setBoundingBox:":{"name":"-setBoundingBox:","abstract":"

    Set a bounding box

    ","parent_name":"GPKGContents"},"Classes/GPKGAttributesTableReader.html#/c:objc(cs)GPKGAttributesTableReader(im)initWithTable:":{"name":"-initWithTable:","abstract":"

    Initialize

    ","parent_name":"GPKGAttributesTableReader"},"Classes/GPKGAttributesTableReader.html#/c:objc(cs)GPKGAttributesTableReader(im)readAttributesTableWithConnection:":{"name":"-readAttributesTableWithConnection:","abstract":"

    Read the attributes table with the database connection

    ","parent_name":"GPKGAttributesTableReader"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)create":{"name":"+create","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithAutoincrement:":{"name":"+createWithAutoincrement:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithTable:":{"name":"+createWithTable:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithTable:andAutoincrement:":{"name":"+createWithTable:andAutoincrement:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithTable:andAdditionalColumns:":{"name":"+createWithTable:andAdditionalColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithTable:andAutoincrement:andAdditionalColumns:":{"name":"+createWithTable:andAutoincrement:andAdditionalColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithTable:andAdditionalColumns:andConstraints:":{"name":"+createWithTable:andAdditionalColumns:andConstraints:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithTable:andAutoincrement:andAdditionalColumns:andConstraints:":{"name":"+createWithTable:andAutoincrement:andAdditionalColumns:andConstraints:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithTable:andIdColumn:andAdditionalColumns:":{"name":"+createWithTable:andIdColumn:andAdditionalColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithTable:andIdColumn:andAutoincrement:andAdditionalColumns:":{"name":"+createWithTable:andIdColumn:andAutoincrement:andAdditionalColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithTable:andIdColumn:andAdditionalColumns:andConstraints:":{"name":"+createWithTable:andIdColumn:andAdditionalColumns:andConstraints:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithTable:andIdColumn:andAutoincrement:andAdditionalColumns:andConstraints:":{"name":"+createWithTable:andIdColumn:andAutoincrement:andAdditionalColumns:andConstraints:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithColumns:":{"name":"+createWithColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithColumns:andConstraints:":{"name":"+createWithColumns:andConstraints:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithAttributesTable:":{"name":"+createWithAttributesTable:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithDataType:andTable:":{"name":"+createWithDataType:andTable:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithDataType:andTable:andAutoincrement:":{"name":"+createWithDataType:andTable:andAutoincrement:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithDataType:andTable:andAdditionalColumns:":{"name":"+createWithDataType:andTable:andAdditionalColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithDataType:andTable:andAutoincrement:andAdditionalColumns:":{"name":"+createWithDataType:andTable:andAutoincrement:andAdditionalColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithDataType:andTable:andAdditionalColumns:andConstraints:":{"name":"+createWithDataType:andTable:andAdditionalColumns:andConstraints:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithDataType:andTable:andAutoincrement:andAdditionalColumns:andConstraints:":{"name":"+createWithDataType:andTable:andAutoincrement:andAdditionalColumns:andConstraints:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithDataType:andTable:andIdColumn:andAdditionalColumns:":{"name":"+createWithDataType:andTable:andIdColumn:andAdditionalColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithDataType:andTable:andIdColumn:andAutoincrement:andAdditionalColumns:":{"name":"+createWithDataType:andTable:andIdColumn:andAutoincrement:andAdditionalColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithDataType:andTable:andIdColumn:andAdditionalColumns:andConstraints:":{"name":"+createWithDataType:andTable:andIdColumn:andAdditionalColumns:andConstraints:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithDataType:andTable:andIdColumn:andAutoincrement:andAdditionalColumns:andConstraints:":{"name":"+createWithDataType:andTable:andIdColumn:andAutoincrement:andAdditionalColumns:andConstraints:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithDataType:andColumns:":{"name":"+createWithDataType:andColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithDataType:andColumns:andConstraints:":{"name":"+createWithDataType:andColumns:andConstraints:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithDataType:andAttributesTable:":{"name":"+createWithDataType:andAttributesTable:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(py)constraints":{"name":"constraints","abstract":"

    Constraints

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(im)initWithTable:andIdColumn:andAdditionalColumns:andConstraints:":{"name":"-initWithTable:andIdColumn:andAdditionalColumns:andConstraints:","abstract":"

    Initialize

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(im)initWithDataType:andTable:andIdColumn:andAdditionalColumns:andConstraints:":{"name":"-initWithDataType:andTable:andIdColumn:andAdditionalColumns:andConstraints:","abstract":"

    Initialize

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(im)initWithTable:andIdColumn:andAutoincrement:andAdditionalColumns:andConstraints:":{"name":"-initWithTable:andIdColumn:andAutoincrement:andAdditionalColumns:andConstraints:","abstract":"

    Initialize

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(im)initWithDataType:andTable:andIdColumn:andAutoincrement:andAdditionalColumns:andConstraints:":{"name":"-initWithDataType:andTable:andIdColumn:andAutoincrement:andAdditionalColumns:andConstraints:","abstract":"

    Initialize

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(im)initWithTable:andColumns:andConstraints:":{"name":"-initWithTable:andColumns:andConstraints:","abstract":"

    Initialize

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(im)initWithDataType:andTable:andColumns:andConstraints:":{"name":"-initWithDataType:andTable:andColumns:andConstraints:","abstract":"

    Initialize

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTable.html#/c:objc(cs)GPKGAttributesTable(im)initWithTable:andColumns:":{"name":"-initWithTable:andColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGAttributesTable"},"Classes/GPKGAttributesTable.html#/c:objc(cs)GPKGAttributesTable(im)attributesColumns":{"name":"-attributesColumns","abstract":"

    Get the list of attributes columns

    ","parent_name":"GPKGAttributesTable"},"Classes/GPKGAttributesRow.html#/c:objc(cs)GPKGAttributesRow(py)attributesTable":{"name":"attributesTable","abstract":"

    Attributes Table

    ","parent_name":"GPKGAttributesRow"},"Classes/GPKGAttributesRow.html#/c:objc(cs)GPKGAttributesRow(py)attributesColumns":{"name":"attributesColumns","abstract":"

    Attributes Columns

    ","parent_name":"GPKGAttributesRow"},"Classes/GPKGAttributesRow.html#/c:objc(cs)GPKGAttributesRow(im)initWithAttributesTable:andColumns:andValues:":{"name":"-initWithAttributesTable:andColumns:andValues:","abstract":"

    Initialize

    ","parent_name":"GPKGAttributesRow"},"Classes/GPKGAttributesRow.html#/c:objc(cs)GPKGAttributesRow(im)initWithAttributesTable:":{"name":"-initWithAttributesTable:","abstract":"

    Initialize

    ","parent_name":"GPKGAttributesRow"},"Classes/GPKGAttributesDao.html#/c:objc(cs)GPKGAttributesDao(im)initWithDatabase:andTable:":{"name":"-initWithDatabase:andTable:","abstract":"

    Initialize

    ","parent_name":"GPKGAttributesDao"},"Classes/GPKGAttributesDao.html#/c:objc(cs)GPKGAttributesDao(im)attributesTable":{"name":"-attributesTable","abstract":"

    Get the attributes table

    ","parent_name":"GPKGAttributesDao"},"Classes/GPKGAttributesDao.html#/c:objc(cs)GPKGAttributesDao(im)row:":{"name":"-row:","abstract":"

    Get the attributes row for the current result in the result set

    ","parent_name":"GPKGAttributesDao"},"Classes/GPKGAttributesDao.html#/c:objc(cs)GPKGAttributesDao(im)attributesRow:":{"name":"-attributesRow:","abstract":"

    Get the attributes row for the current result in the result set

    ","parent_name":"GPKGAttributesDao"},"Classes/GPKGAttributesDao.html#/c:objc(cs)GPKGAttributesDao(im)rowWithRow:":{"name":"-rowWithRow:","abstract":"

    Get the attributes row for the row

    ","parent_name":"GPKGAttributesDao"},"Classes/GPKGAttributesDao.html#/c:objc(cs)GPKGAttributesDao(im)newRow":{"name":"-newRow","abstract":"

    Create a new attributes row

    ","parent_name":"GPKGAttributesDao"},"Classes/GPKGAttributesColumns.html#/c:objc(cs)GPKGAttributesColumns(im)initWithTable:andColumns:":{"name":"-initWithTable:andColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGAttributesColumns"},"Classes/GPKGAttributesColumns.html#/c:objc(cs)GPKGAttributesColumns(im)initWithTable:andColumns:andCustom:":{"name":"-initWithTable:andColumns:andCustom:","abstract":"

    Initialize

    ","parent_name":"GPKGAttributesColumns"},"Classes/GPKGAttributesColumns.html#/c:objc(cs)GPKGAttributesColumns(im)initWithAttributesColumns:":{"name":"-initWithAttributesColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGAttributesColumns"},"Classes/GPKGAttributesColumn.html#/c:objc(cs)GPKGAttributesColumn(cm)createPrimaryKeyColumnWithName:":{"name":"+createPrimaryKeyColumnWithName:","abstract":"

    Create a new primary key column

    ","parent_name":"GPKGAttributesColumn"},"Classes/GPKGAttributesColumn.html#/c:objc(cs)GPKGAttributesColumn(cm)createPrimaryKeyColumnWithName:andAutoincrement:":{"name":"+createPrimaryKeyColumnWithName:andAutoincrement:","abstract":"

    Create a new primary key column

    ","parent_name":"GPKGAttributesColumn"},"Classes/GPKGAttributesColumn.html#/c:objc(cs)GPKGAttributesColumn(cm)createPrimaryKeyColumnWithIndex:andName:":{"name":"+createPrimaryKeyColumnWithIndex:andName:","abstract":"

    Create a new primary key column

    ","parent_name":"GPKGAttributesColumn"},"Classes/GPKGAttributesColumn.html#/c:objc(cs)GPKGAttributesColumn(cm)createPrimaryKeyColumnWithIndex:andName:andAutoincrement:":{"name":"+createPrimaryKeyColumnWithIndex:andName:andAutoincrement:","abstract":"

    Create a new primary key column

    ","parent_name":"GPKGAttributesColumn"},"Classes/GPKGAttributesColumn.html#/c:objc(cs)GPKGAttributesColumn(cm)createColumnWithName:andDataType:":{"name":"+createColumnWithName:andDataType:","abstract":"

    Create a new column

    ","parent_name":"GPKGAttributesColumn"},"Classes/GPKGAttributesColumn.html#/c:objc(cs)GPKGAttributesColumn(cm)createColumnWithIndex:andName:andDataType:":{"name":"+createColumnWithIndex:andName:andDataType:","abstract":"

    Create a new column

    ","parent_name":"GPKGAttributesColumn"},"Classes/GPKGAttributesColumn.html#/c:objc(cs)GPKGAttributesColumn(cm)createColumnWithName:andDataType:andNotNull:":{"name":"+createColumnWithName:andDataType:andNotNull:","abstract":"

    Create a new column

    ","parent_name":"GPKGAttributesColumn"},"Classes/GPKGAttributesColumn.html#/c:objc(cs)GPKGAttributesColumn(cm)createColumnWithIndex:andName:andDataType:andNotNull:":{"name":"+createColumnWithIndex:andName:andDataType:andNotNull:","abstract":"

    Create a new column

    ","parent_name":"GPKGAttributesColumn"},"Classes/GPKGAttributesColumn.html#/c:objc(cs)GPKGAttributesColumn(cm)createColumnWithName:andDataType:andNotNull:andDefaultValue:":{"name":"+createColumnWithName:andDataType:andNotNull:andDefaultValue:","abstract":"

    Create a new column

    ","parent_name":"GPKGAttributesColumn"},"Classes/GPKGAttributesColumn.html#/c:objc(cs)GPKGAttributesColumn(cm)createColumnWithIndex:andName:andDataType:andNotNull:andDefaultValue:":{"name":"+createColumnWithIndex:andName:andDataType:andNotNull:andDefaultValue:","abstract":"

    Create a new column

    ","parent_name":"GPKGAttributesColumn"},"Classes/GPKGAttributesColumn.html#/c:objc(cs)GPKGAttributesColumn(cm)createColumnWithName:andDataType:andMax:":{"name":"+createColumnWithName:andDataType:andMax:","abstract":"

    Create a new column

    ","parent_name":"GPKGAttributesColumn"},"Classes/GPKGAttributesColumn.html#/c:objc(cs)GPKGAttributesColumn(cm)createColumnWithIndex:andName:andDataType:andMax:":{"name":"+createColumnWithIndex:andName:andDataType:andMax:","abstract":"

    Create a new column

    ","parent_name":"GPKGAttributesColumn"},"Classes/GPKGAttributesColumn.html#/c:objc(cs)GPKGAttributesColumn(cm)createColumnWithName:andDataType:andMax:andNotNull:andDefaultValue:":{"name":"+createColumnWithName:andDataType:andMax:andNotNull:andDefaultValue:","abstract":"

    Create a new column

    ","parent_name":"GPKGAttributesColumn"},"Classes/GPKGAttributesColumn.html#/c:objc(cs)GPKGAttributesColumn(cm)createColumnWithIndex:andName:andDataType:andMax:andNotNull:andDefaultValue:":{"name":"+createColumnWithIndex:andName:andDataType:andMax:andNotNull:andDefaultValue:","abstract":"

    Create a new column

    ","parent_name":"GPKGAttributesColumn"},"Classes/GPKGAttributesColumn.html#/c:objc(cs)GPKGAttributesColumn(cm)createColumnWithTableColumn:":{"name":"+createColumnWithTableColumn:","abstract":"

    Create a new column

    ","parent_name":"GPKGAttributesColumn"},"Classes/GPKGAttributesColumn.html#/c:objc(cs)GPKGAttributesColumn(im)initWithIndex:andName:andDataType:andMax:andNotNull:andDefaultValue:andPrimaryKey:andAutoincrement:":{"name":"-initWithIndex:andName:andDataType:andMax:andNotNull:andDefaultValue:andPrimaryKey:andAutoincrement:","abstract":"

    Initialize

    ","parent_name":"GPKGAttributesColumn"},"Classes/GPKGUtils.html#/c:objc(cs)GPKGUtils(cm)addObject:toArray:":{"name":"+addObject:toArray:","abstract":"

    Add an object to an array, supports nil to NSNull translations

    ","parent_name":"GPKGUtils"},"Classes/GPKGUtils.html#/c:objc(cs)GPKGUtils(cm)replaceObjectAtIndex:withObject:inArray:":{"name":"+replaceObjectAtIndex:withObject:inArray:","abstract":"

    Replace object at index in array with an object, supports nil to NSNull translations

    ","parent_name":"GPKGUtils"},"Classes/GPKGUtils.html#/c:objc(cs)GPKGUtils(cm)insertObject:atIndex:inArray:":{"name":"+insertObject:atIndex:inArray:","abstract":"

    Insert object in an array, supports nil to NSNull translations

    ","parent_name":"GPKGUtils"},"Classes/GPKGUtils.html#/c:objc(cs)GPKGUtils(cm)objectAtIndex:inArray:":{"name":"+objectAtIndex:inArray:","abstract":"

    Get the object at an index, supports NSNull to nil transations

    ","parent_name":"GPKGUtils"},"Classes/GPKGUtils.html#/c:objc(cs)GPKGUtils(cm)addObject:toSet:":{"name":"+addObject:toSet:","abstract":"

    Add an object to a set, supports nil to NSNull translations

    ","parent_name":"GPKGUtils"},"Classes/GPKGUtils.html#/c:objc(cs)GPKGUtils(cm)containsObject:inSet:":{"name":"+containsObject:inSet:","abstract":"

    Contains object in set, supports NSNull to nil transations

    ","parent_name":"GPKGUtils"},"Classes/GPKGUtils.html#/c:objc(cs)GPKGUtils(cm)setObject:forKey:inDictionary:":{"name":"+setObject:forKey:inDictionary:","abstract":"

    Set object in dictionary with key, supports nil to NSNull translations

    ","parent_name":"GPKGUtils"},"Classes/GPKGUtils.html#/c:objc(cs)GPKGUtils(cm)objectForKey:inDictionary:":{"name":"+objectForKey:inDictionary:","abstract":"

    Get object in dictionary with key, supports NSNull to nil transations

    ","parent_name":"GPKGUtils"},"Classes/GPKGUtils.html#/c:objc(cs)GPKGUtils(cm)color:":{"name":"+color:","abstract":"

    Get the color for the color dictionary. The dictionary should contain the keys for:

    ","parent_name":"GPKGUtils"},"Classes/GPKGUtils.html#/c:objc(cs)GPKGUtils(cm)decimalNumberFromNumber:":{"name":"+decimalNumberFromNumber:","abstract":"

    Get a decimal number from the number

    ","parent_name":"GPKGUtils"},"Classes/GPKGUtils.html#/c:objc(cs)GPKGUtils(cm)compareDouble:withDouble:":{"name":"+compareDouble:withDouble:","abstract":"

    Compare two doubles

    ","parent_name":"GPKGUtils"},"Classes/GPKGUtils.html#/c:objc(cs)GPKGUtils(cm)compareDouble:withDouble:andDelta:":{"name":"+compareDouble:withDouble:andDelta:","abstract":"

    Compare two doubles

    ","parent_name":"GPKGUtils"},"Classes/GPKGUtils.html#/c:objc(cs)GPKGUtils(cm)compareNumberDouble:withNumberDouble:":{"name":"+compareNumberDouble:withNumberDouble:","abstract":"

    Compare two number doubles

    ","parent_name":"GPKGUtils"},"Classes/GPKGUtils.html#/c:objc(cs)GPKGUtils(cm)compareNumberDouble:withNumberDouble:andDelta:":{"name":"+compareNumberDouble:withNumberDouble:andDelta:","abstract":"

    Compare two number doubles

    ","parent_name":"GPKGUtils"},"Classes/GPKGSessionTaskData.html#/c:objc(cs)GPKGSessionTaskData(py)url":{"name":"url","abstract":"

    Original URL request

    ","parent_name":"GPKGSessionTaskData"},"Classes/GPKGSessionTaskData.html#/c:objc(cs)GPKGSessionTaskData(py)name":{"name":"name","abstract":"

    New GeoPackage name

    ","parent_name":"GPKGSessionTaskData"},"Classes/GPKGSessionTaskData.html#/c:objc(cs)GPKGSessionTaskData(py)databasePath":{"name":"databasePath","abstract":"

    The new GeoPackage database path

    ","parent_name":"GPKGSessionTaskData"},"Classes/GPKGSessionTaskData.html#/c:objc(cs)GPKGSessionTaskData(py)documentsDatabasePath":{"name":"documentsDatabasePath","abstract":"

    The full documents GeoPackage database path

    ","parent_name":"GPKGSessionTaskData"},"Classes/GPKGSessionTaskData.html#/c:objc(cs)GPKGSessionTaskData(py)progress":{"name":"progress","abstract":"

    Optional progress callback

    ","parent_name":"GPKGSessionTaskData"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(py)metadataDb":{"name":"metadataDb","abstract":"

    Metadata database connection

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(py)importHeaderValidation":{"name":"importHeaderValidation","abstract":"

    Validate the database header of an imported database

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(py)importIntegrityValidation":{"name":"importIntegrityValidation","abstract":"

    Validate the database integrity of a imported database

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(py)openHeaderValidation":{"name":"openHeaderValidation","abstract":"

    Validate the database header when opening a database

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(py)openIntegrityValidation":{"name":"openIntegrityValidation","abstract":"

    Validate the database integrity when opening a database

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)close":{"name":"-close","abstract":"

    Close the manager connection

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)databases":{"name":"-databases","abstract":"

    List all GeoPackage databases sorted alphabetically

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)databasesLike:":{"name":"-databasesLike:","abstract":"

    List GeoPackage databases that match the provided like argument

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)databasesNotLike:":{"name":"-databasesNotLike:","abstract":"

    List GeoPackage databases that do not match the provided like argument

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)count":{"name":"-count","abstract":"

    Get the count of GeoPackage databases

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)pathForDatabase:":{"name":"-pathForDatabase:","abstract":"

    Get the path of the database

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)documentsPathForDatabase:":{"name":"-documentsPathForDatabase:","abstract":"

    Get the documents path for the database

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)exists:":{"name":"-exists:","abstract":"

    Check if the database exists

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)size:":{"name":"-size:","abstract":"

    Size of the database in bytes

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)readableSize:":{"name":"-readableSize:","abstract":"

    Get a readable version of the database size

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)delete:":{"name":"-delete:","abstract":"

    Delete a database

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)delete:andFile:":{"name":"-delete:andFile:","abstract":"

    Delete a database and optionally the backing file

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)deleteAll":{"name":"-deleteAll","abstract":"

    Delete all databases

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)deleteAllAndFiles:":{"name":"-deleteAllAndFiles:","abstract":"

    Delete all databases and optionally the backing files

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)create:":{"name":"-create:","abstract":"

    Create a new GeoPackage database

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)create:inDirectory:":{"name":"-create:inDirectory:","abstract":"

    Create a new GeoPackage database in specified directory

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromPath:":{"name":"-importGeoPackageFromPath:","abstract":"

    Import a GeoPackage file from a path

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromPath:withName:":{"name":"-importGeoPackageFromPath:withName:","abstract":"

    Import a GeoPackage file from a path and name it

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromPath:inDirectory:":{"name":"-importGeoPackageFromPath:inDirectory:","abstract":"

    Import a GeoPackage file from a path into a directory

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromPath:andOverride:":{"name":"-importGeoPackageFromPath:andOverride:","abstract":"

    Import a GeoPackage file from a path with existing file override option

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromPath:andOverride:andMove:":{"name":"-importGeoPackageFromPath:andOverride:andMove:","abstract":"

    Import a GeoPackage file from a path with existing file override and move instead of copy option

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromPath:inDirectory:andOverride:":{"name":"-importGeoPackageFromPath:inDirectory:andOverride:","abstract":"

    Import a GeoPackage file from a path into a directory with existing file override option

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromPath:withName:andOverride:":{"name":"-importGeoPackageFromPath:withName:andOverride:","abstract":"

    Import a GeoPackage file from a path and name it with existing file override option

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromPath:withName:inDirectory:":{"name":"-importGeoPackageFromPath:withName:inDirectory:","abstract":"

    Import a GeoPackage file from a path and name it into a directory

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromPath:withName:inDirectory:andOverride:":{"name":"-importGeoPackageFromPath:withName:inDirectory:andOverride:","abstract":"

    Import a GeoPackage file from a path and name it into a directory with existing file overide option

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromPath:withName:andOverride:andMove:":{"name":"-importGeoPackageFromPath:withName:andOverride:andMove:","abstract":"

    Import a GeoPackage file from a path and name it with existing file overide and move instead of copy option

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromPath:withName:inDirectory:andOverride:andMove:":{"name":"-importGeoPackageFromPath:withName:inDirectory:andOverride:andMove:","abstract":"

    Import a GeoPackage file from a path and name it into a directory with existing file overide and move instead of copy option

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromUrl:":{"name":"-importGeoPackageFromUrl:","abstract":"

    Import a GeoPackage file from a URL

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromUrl:withSession:":{"name":"-importGeoPackageFromUrl:withSession:","abstract":"

    Import a GeoPackage file from a URL

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromUrl:withName:":{"name":"-importGeoPackageFromUrl:withName:","abstract":"

    Import a GeoPackage file from a URL and name it

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromUrl:withSession:andName:":{"name":"-importGeoPackageFromUrl:withSession:andName:","abstract":"

    Import a GeoPackage file from a URL and name it

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromUrl:withName:inDirectory:":{"name":"-importGeoPackageFromUrl:withName:inDirectory:","abstract":"

    Import a GeoPackage file from a URL and name it into a directory

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromUrl:withSession:andName:inDirectory:":{"name":"-importGeoPackageFromUrl:withSession:andName:inDirectory:","abstract":"

    Import a GeoPackage file from a URL and name it into a directory

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromUrl:withName:andProgress:":{"name":"-importGeoPackageFromUrl:withName:andProgress:","abstract":"

    Import a GeoPackage file from a URL and name it with progress callbacks

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromUrl:withSession:andName:andProgress:":{"name":"-importGeoPackageFromUrl:withSession:andName:andProgress:","abstract":"

    Import a GeoPackage file from a URL and name it with progress callbacks

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromUrl:withName:andOverride:":{"name":"-importGeoPackageFromUrl:withName:andOverride:","abstract":"

    Import a GeoPackage file from a URL and name it with existing file overide option

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromUrl:withSession:andName:andOverride:":{"name":"-importGeoPackageFromUrl:withSession:andName:andOverride:","abstract":"

    Import a GeoPackage file from a URL and name it with existing file overide option

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromUrl:withName:inDirectory:andProgress:":{"name":"-importGeoPackageFromUrl:withName:inDirectory:andProgress:","abstract":"

    Import a GeoPackage file from a URL and name it into a directory with progress callbacks

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromUrl:withSession:andName:inDirectory:andProgress:":{"name":"-importGeoPackageFromUrl:withSession:andName:inDirectory:andProgress:","abstract":"

    Import a GeoPackage file from a URL and name it into a directory with progress callbacks

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromUrl:withName:inDirectory:andOverride:":{"name":"-importGeoPackageFromUrl:withName:inDirectory:andOverride:","abstract":"

    Import a GeoPackage file from a URL and name it into a directory with existing file overide option

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromUrl:withSession:andName:inDirectory:andOverride:":{"name":"-importGeoPackageFromUrl:withSession:andName:inDirectory:andOverride:","abstract":"

    Import a GeoPackage file from a URL and name it into a directory with existing file overide option

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromUrl:withName:inDirectory:andOverride:andProgress:":{"name":"-importGeoPackageFromUrl:withName:inDirectory:andOverride:andProgress:","abstract":"

    Import a GeoPackage file from a URL and name it into a directory with existing file overide option and progress callbacks

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromUrl:withSession:andName:inDirectory:andOverride:andProgress:":{"name":"-importGeoPackageFromUrl:withSession:andName:inDirectory:andOverride:andProgress:","abstract":"

    Import a GeoPackage file from a URL and name it into a directory with existing file overide option and progress callbacks

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)exportGeoPackage:toDirectory:":{"name":"-exportGeoPackage:toDirectory:","abstract":"

    Export a GeoPackage to a directory

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)exportGeoPackage:withName:toDirectory:":{"name":"-exportGeoPackage:withName:toDirectory:","abstract":"

    Export a GeoPackage to a directory and name it

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)open:":{"name":"-open:","abstract":"

    Open a GeoPackage database

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)validate:":{"name":"-validate:","abstract":"

    Validate the database header and integrity.

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)validateHeader:":{"name":"-validateHeader:","abstract":"

    Validate the database header. Checks the beginning bytes for the SQLite header string.

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)validateIntegrity:":{"name":"-validateIntegrity:","abstract":"

    Validate the database integrity. Performs a database integrity ok check.

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)copy:to:":{"name":"-copy:to:","abstract":"

    Copy a GeoPackage into the same directory

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)copy:to:andSameDirectory:":{"name":"-copy:to:andSameDirectory:","abstract":"

    Copy a GeoPackage with same directory option

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)rename:to:":{"name":"-rename:to:","abstract":"

    Rename a GeoPackage and it’s file

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)rename:to:andRenameFile:":{"name":"-rename:to:andRenameFile:","abstract":"

    Rename a GeoPackage with rename file option

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)move:toDirectory:":{"name":"-move:toDirectory:","abstract":"

    Move a GeoPackage to a different directory

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageAsLinkToPath:withName:":{"name":"-importGeoPackageAsLinkToPath:withName:","abstract":"

    Import a GeoPackage linking to an existing file

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageFactory.html#/c:objc(cs)GPKGGeoPackageFactory(cm)manager":{"name":"+manager","abstract":"

    Get a GeoPackage Manager

    ","parent_name":"GPKGGeoPackageFactory"},"Classes/GPKGGeoPackageCache.html#/c:objc(cs)GPKGGeoPackageCache(py)closeQuietly":{"name":"closeQuietly","abstract":"

    Close quietly flag

    ","parent_name":"GPKGGeoPackageCache"},"Classes/GPKGGeoPackageCache.html#/c:objc(cs)GPKGGeoPackageCache(im)initWithManager:":{"name":"-initWithManager:","abstract":"

    Initialize

    ","parent_name":"GPKGGeoPackageCache"},"Classes/GPKGGeoPackageCache.html#/c:objc(cs)GPKGGeoPackageCache(im)geoPackageOpenName:":{"name":"-geoPackageOpenName:","abstract":"

    Get the cached GeoPackage or open and cache the GeoPackage

    ","parent_name":"GPKGGeoPackageCache"},"Classes/GPKGGeoPackageCache.html#/c:objc(cs)GPKGGeoPackageCache(im)geoPackageNoCacheOpenName:":{"name":"-geoPackageNoCacheOpenName:","abstract":"

    Get the cached GeoPackage or open the GeoPackage without caching it

    ","parent_name":"GPKGGeoPackageCache"},"Classes/GPKGGeoPackageCache.html#/c:objc(cs)GPKGGeoPackageCache(im)names":{"name":"-names","abstract":"

    Get the names of the cached GeoPackages

    ","parent_name":"GPKGGeoPackageCache"},"Classes/GPKGGeoPackageCache.html#/c:objc(cs)GPKGGeoPackageCache(im)geoPackages":{"name":"-geoPackages","abstract":"

    Get the cached GeoPackages

    ","parent_name":"GPKGGeoPackageCache"},"Classes/GPKGGeoPackageCache.html#/c:objc(cs)GPKGGeoPackageCache(im)hasName:":{"name":"-hasName:","abstract":"

    Determine if the cache has the GeoPackage name

    ","parent_name":"GPKGGeoPackageCache"},"Classes/GPKGGeoPackageCache.html#/c:objc(cs)GPKGGeoPackageCache(im)geoPackageWithName:":{"name":"-geoPackageWithName:","abstract":"

    Get the GeoPackage with name

    ","parent_name":"GPKGGeoPackageCache"},"Classes/GPKGGeoPackageCache.html#/c:objc(cs)GPKGGeoPackageCache(im)existsWithName:":{"name":"-existsWithName:","abstract":"

    Checks if the GeoPackage name exists in the cache

    ","parent_name":"GPKGGeoPackageCache"},"Classes/GPKGGeoPackageCache.html#/c:objc(cs)GPKGGeoPackageCache(im)closeAll":{"name":"-closeAll","abstract":"

    Close all GeoPackages in the cache

    ","parent_name":"GPKGGeoPackageCache"},"Classes/GPKGGeoPackageCache.html#/c:objc(cs)GPKGGeoPackageCache(im)addGeoPackage:":{"name":"-addGeoPackage:","abstract":"

    Add a GeoPackage to the cache

    ","parent_name":"GPKGGeoPackageCache"},"Classes/GPKGGeoPackageCache.html#/c:objc(cs)GPKGGeoPackageCache(im)addAllGeoPackages:":{"name":"-addAllGeoPackages:","abstract":"

    Add the collection of GeoPackages

    ","parent_name":"GPKGGeoPackageCache"},"Classes/GPKGGeoPackageCache.html#/c:objc(cs)GPKGGeoPackageCache(im)removeByName:":{"name":"-removeByName:","abstract":"

    Remove the GeoPackage with the name but does not close it,","parent_name":"GPKGGeoPackageCache"},"Classes/GPKGGeoPackageCache.html#/c:objc(cs)GPKGGeoPackageCache(im)clear":{"name":"-clear","abstract":"

    Clears all cached GeoPackages but does not close them,","parent_name":"GPKGGeoPackageCache"},"Classes/GPKGGeoPackageCache.html#/c:objc(cs)GPKGGeoPackageCache(im)closeByName:":{"name":"-closeByName:","abstract":"

    Close the GeoPackage with name

    ","parent_name":"GPKGGeoPackageCache"},"Classes/GPKGGeoPackageCache.html#/c:objc(cs)GPKGGeoPackageCache(im)closeRetain:":{"name":"-closeRetain:","abstract":"

    Close GeoPackages not specified in the retain GeoPackage names

    ","parent_name":"GPKGGeoPackageCache"},"Classes/GPKGGeoPackageCache.html#/c:objc(cs)GPKGGeoPackageCache(im)closeNames:":{"name":"-closeNames:","abstract":"

    Close GeoPackages with names

    ","parent_name":"GPKGGeoPackageCache"},"Classes/GPKGGeoPackageCache.html#/c:objc(cs)GPKGGeoPackageCache(im)closeGeoPackage:":{"name":"-closeGeoPackage:","abstract":"

    Close the GeoPackage

    ","parent_name":"GPKGGeoPackageCache"},"Classes/GPKGGeoPackageCache.html#/c:objc(cs)GPKGGeoPackageCache(im)closeGeoPackageIfCached:":{"name":"-closeGeoPackageIfCached:","abstract":"

    Close the GeoPackage if it is cached (same GeoPackage instance)

    ","parent_name":"GPKGGeoPackageCache"},"Classes/GPKGGeoPackageCache.html#/c:objc(cs)GPKGGeoPackageCache(im)closeGeoPackageIfNotCached:":{"name":"-closeGeoPackageIfNotCached:","abstract":"

    Close the GeoPackage if it is not cached (GeoPackage not cached or","parent_name":"GPKGGeoPackageCache"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(py)name":{"name":"name","abstract":"

    GeoPackage name

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(py)path":{"name":"path","abstract":"

    GeoPackage file path

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(py)database":{"name":"database","abstract":"

    Database connection

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(py)writable":{"name":"writable","abstract":"

    Writable GeoPackage flag

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(py)metadataDb":{"name":"metadataDb","abstract":"

    Metadata db

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)initWithConnection:andWritable:andMetadataDb:":{"name":"-initWithConnection:andWritable:andMetadataDb:","abstract":"

    Initialize

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)close":{"name":"-close","abstract":"

    Close the GeoPackage connection

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)tableCreator":{"name":"-tableCreator","abstract":"

    Get the Table Creator

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)applicationId":{"name":"-applicationId","abstract":"

    Get the application id

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)applicationIdNumber":{"name":"-applicationIdNumber","abstract":"

    Get the application id integer

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)applicationIdHex":{"name":"-applicationIdHex","abstract":"

    Get the application id as a hex string prefixed with 0x

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)userVersion":{"name":"-userVersion","abstract":"

    Get the user version

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)userVersionMajor":{"name":"-userVersionMajor","abstract":"

    Get the major user version

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)userVersionMinor":{"name":"-userVersionMinor","abstract":"

    Get the minor user version

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)userVersionPatch":{"name":"-userVersionPatch","abstract":"

    Get the patch user version

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)featureTables":{"name":"-featureTables","abstract":"

    Get the feature tables

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)tileTables":{"name":"-tileTables","abstract":"

    Get the tile tables

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)attributesTables":{"name":"-attributesTables","abstract":"

    Get the attributes tables

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)tablesByType:":{"name":"-tablesByType:","abstract":"

    Get the tables for the contents data type

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)tablesByTypes:":{"name":"-tablesByTypes:","abstract":"

    Get the tables for the contents data types

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)tablesByTypeName:":{"name":"-tablesByTypeName:","abstract":"

    Get the tables for the contents data type

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)tablesByTypeNames:":{"name":"-tablesByTypeNames:","abstract":"

    Get the tables for the contents data types

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)contentsByType:":{"name":"-contentsByType:","abstract":"

    Get the contents for the data type

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)contentsByTypes:":{"name":"-contentsByTypes:","abstract":"

    Get the contents for the data types

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)contentsByTypeName:":{"name":"-contentsByTypeName:","abstract":"

    Get the contents for the data type

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)contentsByTypeNames:":{"name":"-contentsByTypeNames:","abstract":"

    Get the contents for the data types

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)tables":{"name":"-tables","abstract":"

    Get the feature and tile tables

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)isFeatureTable:":{"name":"-isFeatureTable:","abstract":"

    Check if the table is a feature table

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)isTileTable:":{"name":"-isTileTable:","abstract":"

    Check if the table is a tile table

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)isAttributeTable:":{"name":"-isAttributeTable:","abstract":"

    Check if the table is an attribute table

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)isTable:ofType:":{"name":"-isTable:ofType:","abstract":"

    Check if the table is the provided type

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)isTable:ofTypes:":{"name":"-isTable:ofTypes:","abstract":"

    Check if the table is one of the provided types

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)isTable:ofTypeName:":{"name":"-isTable:ofTypeName:","abstract":"

    Check if the table is the provided type

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)isTable:ofTypeNames:":{"name":"-isTable:ofTypeNames:","abstract":"

    Check if the table is one of the provided types

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)isContentsTable:":{"name":"-isContentsTable:","abstract":"

    Check if the table exists as a user contents table

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)isTable:":{"name":"-isTable:","abstract":"

    Check if the table exists

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)isView:":{"name":"-isView:","abstract":"

    Check if the view exists

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)isTableOrView:":{"name":"-isTableOrView:","abstract":"

    Check if the table or view exists

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)contentsOfTable:":{"name":"-contentsOfTable:","abstract":"

    Get the contents of the user table

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)typeOfTable:":{"name":"-typeOfTable:","abstract":"

    Get the contents data type of the user table

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)dataTypeOfTable:":{"name":"-dataTypeOfTable:","abstract":"

    Get the contents data type of the user table

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)featureTableCount":{"name":"-featureTableCount","abstract":"

    Get the feature table count

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)tileTableCount":{"name":"-tileTableCount","abstract":"

    Get the tile table count

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)tableCount":{"name":"-tableCount","abstract":"

    Get the feature and tile table count

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)contentsBoundingBoxInProjection:":{"name":"-contentsBoundingBoxInProjection:","abstract":"

    Get the bounding box for all table contents in the provided projection

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)boundingBoxInProjection:":{"name":"-boundingBoxInProjection:","abstract":"

    Get the bounding box for all tables in the provided projection, including","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)boundingBoxInProjection:andManual:":{"name":"-boundingBoxInProjection:andManual:","abstract":"

    Get the bounding box for all tables in the provided projection, including","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)tableBoundingBoxInProjection:":{"name":"-tableBoundingBoxInProjection:","abstract":"

    Get the bounding box for all tables in the provided projection, using","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)tableBoundingBoxInProjection:andManual:":{"name":"-tableBoundingBoxInProjection:andManual:","abstract":"

    Get the bounding box for all tables in the provided projection, using","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)contentsBoundingBoxOfTable:":{"name":"-contentsBoundingBoxOfTable:","abstract":"

    Get the bounding box from the contents for the table in the table’s","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)contentsBoundingBoxOfTable:inProjection:":{"name":"-contentsBoundingBoxOfTable:inProjection:","abstract":"

    Get the bounding box from the contents for the table in the provided","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)boundingBoxOfTable:":{"name":"-boundingBoxOfTable:","abstract":"

    Get the bounding box for the table in the table’s projection, including","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)boundingBoxOfTable:inProjection:":{"name":"-boundingBoxOfTable:inProjection:","abstract":"

    Get the bounding box for the table in the provided projection, including","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)boundingBoxOfTable:andManual:":{"name":"-boundingBoxOfTable:andManual:","abstract":"

    Get the bounding box for the table in the table’s projection, including","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)boundingBoxOfTable:inProjection:andManual:":{"name":"-boundingBoxOfTable:inProjection:andManual:","abstract":"

    Get the bounding box for the table in the provided projection, including","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)tableBoundingBoxOfTable:":{"name":"-tableBoundingBoxOfTable:","abstract":"

    Get the bounding box for the table in the table’s projection, using only","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)tableBoundingBoxOfTable:inProjection:":{"name":"-tableBoundingBoxOfTable:inProjection:","abstract":"

    Get the bounding box for the table in the provided projection, using only","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)tableBoundingBoxOfTable:andManual:":{"name":"-tableBoundingBoxOfTable:andManual:","abstract":"

    Get the bounding box for the table in the table’s projection, using only","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)tableBoundingBoxOfTable:inProjection:andManual:":{"name":"-tableBoundingBoxOfTable:inProjection:andManual:","abstract":"

    Get the bounding box for the table in the provided projection, using only","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)contentsProjectionOfTable:":{"name":"-contentsProjectionOfTable:","abstract":"

    Get the projection of the table contents

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)projectionOfTable:":{"name":"-projectionOfTable:","abstract":"

    Get the projection of the table

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)featureBoundingBoxOfTable:inProjection:andManual:":{"name":"-featureBoundingBoxOfTable:inProjection:andManual:","abstract":"

    Get the feature table bounding box

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)spatialReferenceSystemDao":{"name":"-spatialReferenceSystemDao","abstract":"

    Get a Spatial Reference System DAO

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)contentsDao":{"name":"-contentsDao","abstract":"

    Get a Contents DAO

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)geometryColumnsDao":{"name":"-geometryColumnsDao","abstract":"

    Get a Geometry Columns DAO

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)createGeometryColumnsTable":{"name":"-createGeometryColumnsTable","abstract":"

    Create the Geometry Columns table if it does not already exist

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)createFeatureTable:":{"name":"-createFeatureTable:","abstract":"

    Create a new feature table","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)createFeatureTableWithMetadata:":{"name":"-createFeatureTableWithMetadata:","abstract":"

    Create a new feature table with GeoPackage metadata including: geometry","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)tileMatrixSetDao":{"name":"-tileMatrixSetDao","abstract":"

    Get a Tile Matrix Set DAO

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)createTileMatrixSetTable":{"name":"-createTileMatrixSetTable","abstract":"

    Create the Tile Matrix Set table if it does not already exist

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)tileMatrixDao":{"name":"-tileMatrixDao","abstract":"

    Get a Tile Matrix DAO

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)createTileMatrixTable":{"name":"-createTileMatrixTable","abstract":"

    Create the Tile Matrix table if it does not already exist

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)createTileTable:":{"name":"-createTileTable:","abstract":"

    Create a new tile table","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)createTileTableWithMetadata:":{"name":"-createTileTableWithMetadata:","abstract":"

    Create a new tile table with GeoPackage metadata including: tile matrix","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)createAttributesTable:":{"name":"-createAttributesTable:","abstract":"

    Create a new attributes table","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)createAttributesTableWithMetadata:":{"name":"-createAttributesTableWithMetadata:","abstract":"

    Create a new attributes table with GeoPackage metadata including: user","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)extensionsDao":{"name":"-extensionsDao","abstract":"

    Get an Extensions DAO

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)createExtensionsTable":{"name":"-createExtensionsTable","abstract":"

    Create the Extensions table if it does not already exist

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)deleteTable:":{"name":"-deleteTable:","abstract":"

    Delete the table and all GeoPackage metadata

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)deleteTableQuietly:":{"name":"-deleteTableQuietly:","abstract":"

    Attempt to delete the table and all GeoPackage metadata quietly

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)verifyWritable":{"name":"-verifyWritable","abstract":"

    Verify the GeoPackage is writable and throw an exception if it is not

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)featureDaoWithGeometryColumns:":{"name":"-featureDaoWithGeometryColumns:","abstract":"

    Get a Feature DAO from Geometry Columns

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)featureDaoWithContents:":{"name":"-featureDaoWithContents:","abstract":"

    Get a Feature DAO from Contents

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)featureDaoWithTable:":{"name":"-featureDaoWithTable:","abstract":"

    Get a Feature DAO from a table

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)featureDaoWithTableName:":{"name":"-featureDaoWithTableName:","abstract":"

    Get a Feature DAO from a table name

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)tileDaoWithTileMatrixSet:":{"name":"-tileDaoWithTileMatrixSet:","abstract":"

    Get a Tile DAO from Tile Matrix Set

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)tileDaoWithContents:":{"name":"-tileDaoWithContents:","abstract":"

    Get a Tile DAO from Contents

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)tileDaoWithTable:":{"name":"-tileDaoWithTable:","abstract":"

    Get a Tile DAO from a table

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)tileDaoWithTableName:":{"name":"-tileDaoWithTableName:","abstract":"

    Get a Tile DAO from a table name

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)attributesDaoWithContents:":{"name":"-attributesDaoWithContents:","abstract":"

    Get an Attributes DAO from Contents

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)attributesDaoWithTable:":{"name":"-attributesDaoWithTable:","abstract":"

    Get an Attributes DAO from a table

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)attributesDaoWithTableName:":{"name":"-attributesDaoWithTableName:","abstract":"

    Get an Attributes DAO from a table name

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)userCustomDaoWithTableName:":{"name":"-userCustomDaoWithTableName:","abstract":"

    Get a User Custom DAO from a table name

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)userCustomDaoWithTable:":{"name":"-userCustomDaoWithTable:","abstract":"

    Get a User Custom DAO from a table

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)execSQL:":{"name":"-execSQL:","abstract":"

    Execute the sql on the GeoPackage database

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)beginTransaction":{"name":"-beginTransaction","abstract":"

    Begin a transaction

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)commitTransaction":{"name":"-commitTransaction","abstract":"

    Commit the transaction

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)rollbackTransaction":{"name":"-rollbackTransaction","abstract":"

    Rollback the transaction

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)inTransaction":{"name":"-inTransaction","abstract":"

    Determine if currently within a transaction

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)enableForeignKeys":{"name":"-enableForeignKeys","abstract":"

    If foreign keys is disabled and there are no foreign key violations,","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)foreignKeys":{"name":"-foreignKeys","abstract":"

    Query for the foreign keys value

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)foreignKeysAsOn:":{"name":"-foreignKeysAsOn:","abstract":"

    Change the foreign keys state

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)dropTable:":{"name":"-dropTable:","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)dropView:":{"name":"-dropView:","abstract":"

    Drop the view if it exists. Drops the view with the view name, not","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)renameTable:toTable:":{"name":"-renameTable:toTable:","abstract":"

    Rename the table

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)copyTable:toTable:":{"name":"-copyTable:toTable:","abstract":"

    Copy the table with transferred contents and extensions

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)copyTableNoExtensions:toTable:":{"name":"-copyTableNoExtensions:toTable:","abstract":"

    Copy the table with transferred contents but no extensions

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)copyTableAsEmpty:toTable:":{"name":"-copyTableAsEmpty:toTable:","abstract":"

    Copy the table but leave the user table empty and without extensions

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)vacuum":{"name":"-vacuum","abstract":"

    Rebuild the GeoPackage, repacking it into a minimal amount of disk space

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)rawQuery:andArgs:":{"name":"-rawQuery:andArgs:","abstract":"

    Perform a raw query on the database

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)foreignKeyCheck":{"name":"-foreignKeyCheck","abstract":"

    Perform a foreign key check on the database

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)foreignKeyCheckOnTable:":{"name":"-foreignKeyCheckOnTable:","abstract":"

    Perform a foreign key check on the database table

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)integrityCheck":{"name":"-integrityCheck","abstract":"

    Perform an integrity check on the database

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)quickCheck":{"name":"-quickCheck","abstract":"

    Perform a quick integrity check on the database

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)createUserTable:":{"name":"-createUserTable:","abstract":"

    Create a new user table

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGDateConverter.html#/c:objc(cs)GPKGDateConverter(py)expected":{"name":"expected","abstract":"

    Is parsing a date value from a string always expected

    ","parent_name":"GPKGDateConverter"},"Classes/GPKGDateConverter.html#/c:objc(cs)GPKGDateConverter(cm)converter":{"name":"+converter","abstract":"

    Get a default date converter for all property configured date and date time formats

    ","parent_name":"GPKGDateConverter"},"Classes/GPKGDateConverter.html#/c:objc(cs)GPKGDateConverter(cm)converter:":{"name":"+converter:","abstract":"

    Get a date converter for the data type

    ","parent_name":"GPKGDateConverter"},"Classes/GPKGDateConverter.html#/c:objc(cs)GPKGDateConverter(cm)dateConverter":{"name":"+dateConverter","abstract":"

    Get a date converter

    ","parent_name":"GPKGDateConverter"},"Classes/GPKGDateConverter.html#/c:objc(cs)GPKGDateConverter(cm)dateTimeConverter":{"name":"+dateTimeConverter","abstract":"

    Get a date time converter

    ","parent_name":"GPKGDateConverter"},"Classes/GPKGDateConverter.html#/c:objc(cs)GPKGDateConverter(cm)createWithFormat:":{"name":"+createWithFormat:","abstract":"

    Get a date converter for the provided format

    ","parent_name":"GPKGDateConverter"},"Classes/GPKGDateConverter.html#/c:objc(cs)GPKGDateConverter(cm)createWithFormats:":{"name":"+createWithFormats:","abstract":"

    Get a date converter for the provided formats

    ","parent_name":"GPKGDateConverter"},"Classes/GPKGDateConverter.html#/c:objc(cs)GPKGDateConverter(im)initWithFormat:":{"name":"-initWithFormat:","abstract":"

    Initialize

    ","parent_name":"GPKGDateConverter"},"Classes/GPKGDateConverter.html#/c:objc(cs)GPKGDateConverter(im)initWithFormats:":{"name":"-initWithFormats:","abstract":"

    Initialize

    ","parent_name":"GPKGDateConverter"},"Classes/GPKGDateConverter.html#/c:objc(cs)GPKGDateConverter(im)addFormat:":{"name":"-addFormat:","abstract":"

    Add date format

    ","parent_name":"GPKGDateConverter"},"Classes/GPKGDateConverter.html#/c:objc(cs)GPKGDateConverter(im)stringValue:":{"name":"-stringValue:","abstract":"

    Get the formatted string date value of the date

    ","parent_name":"GPKGDateConverter"},"Classes/GPKGDateConverter.html#/c:objc(cs)GPKGDateConverter(im)dateValue:":{"name":"-dateValue:","abstract":"

    Get the date value of the formatted string date

    ","parent_name":"GPKGDateConverter"},"Classes/GPKGDateConverter.html#/c:objc(cs)GPKGDateConverter(cm)convertToDateWithString:":{"name":"+convertToDateWithString:","abstract":"

    Convert a datetime string to a date

    ","parent_name":"GPKGDateConverter"},"Classes/GPKGDateConverter.html#/c:objc(cs)GPKGDateConverter(cm)convertToDateWithString:andExpected:":{"name":"+convertToDateWithString:andExpected:","abstract":"

    Convert a datetime string to a date

    ","parent_name":"GPKGDateConverter"},"Classes/GPKGDateConverter.html#/c:objc(cs)GPKGDateConverter(cm)convertToStringWithDate:withFormat:":{"name":"+convertToStringWithDate:withFormat:","abstract":"

    Convert a date to the provided string format

    ","parent_name":"GPKGDateConverter"},"Classes/GPKGDateConverter.html#/c:objc(cs)GPKGDateConverter(cm)convertToDateStringWithDate:":{"name":"+convertToDateStringWithDate:","abstract":"

    Convert a date to the string format: yyyy-MM-dd

    ","parent_name":"GPKGDateConverter"},"Classes/GPKGDateConverter.html#/c:objc(cs)GPKGDateConverter(cm)convertToDateTimeStringWithDate:":{"name":"+convertToDateTimeStringWithDate:","abstract":"

    Convert a date to the string format: yyyy-MM-dd’T'HH:mm:ss.SSS'Z’

    ","parent_name":"GPKGDateConverter"},"Classes/GPKGDateConverter.html#/c:objc(cs)GPKGDateConverter(cm)convertToStringWithDate:andType:":{"name":"+convertToStringWithDate:andType:","abstract":"

    Convert a date to the corresponding data type string format

    ","parent_name":"GPKGDateConverter"},"Classes/GPKGDateConverter.html#/c:objc(cs)GPKGDateConverter(cm)createFormatterWithFormat:":{"name":"+createFormatterWithFormat:","abstract":"

    Create a date formatter with the provided format

    ","parent_name":"GPKGDateConverter"},"Classes/GPKGDateConverter.html#/c:objc(cs)GPKGDateConverter(cm)isFunction:":{"name":"+isFunction:","abstract":"

    Determine if the date/time string value is a SQLite function

    ","parent_name":"GPKGDateConverter"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(py)minLongitude":{"name":"minLongitude","abstract":"

    Longitude range

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(py)maxLongitude":{"name":"maxLongitude","abstract":"

    Undocumented

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(py)minLatitude":{"name":"minLatitude","abstract":"

    Latitude range

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(py)maxLatitude":{"name":"maxLatitude","abstract":"

    Undocumented

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(cm)worldWGS84":{"name":"+worldWGS84","abstract":"

    Create a new WGS84 bounding box with world bounds (degrees)

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(cm)worldWebMercator":{"name":"+worldWebMercator","abstract":"

    Create a new Web Mercator bounding box with world bounds (meters)

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(cm)worldWGS84WithWebMercatorLimits":{"name":"+worldWGS84WithWebMercatorLimits","abstract":"

    Create a new WGS84 bounding box bounded by Web Mercator limits

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)init":{"name":"-init","abstract":"

    Initialize with degrees representing the entire world

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)initWithMinLongitude:andMinLatitude:andMaxLongitude:andMaxLatitude:":{"name":"-initWithMinLongitude:andMinLatitude:andMaxLongitude:andMaxLatitude:","abstract":"

    Initialize with number range

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)initWithMinLongitudeDouble:andMinLatitudeDouble:andMaxLongitudeDouble:andMaxLatitudeDouble:":{"name":"-initWithMinLongitudeDouble:andMinLatitudeDouble:andMaxLongitudeDouble:andMaxLatitudeDouble:","abstract":"

    Initialize with double range

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)initWithBoundingBox:":{"name":"-initWithBoundingBox:","abstract":"

    Initialize with existing bounding box

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)initWithEnvelope:":{"name":"-initWithEnvelope:","abstract":"

    Initialize with geometry envelope

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)initWithGeometry:":{"name":"-initWithGeometry:","abstract":"

    Initialize with geometry

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)longitudeRange":{"name":"-longitudeRange","abstract":"

    Get the longitude range

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)longitudeRangeValue":{"name":"-longitudeRangeValue","abstract":"

    Get the longitude range

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)latitudeRange":{"name":"-latitudeRange","abstract":"

    Get the latitude range

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)latitudeRangeValue":{"name":"-latitudeRangeValue","abstract":"

    Get the latitude range

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)centroid":{"name":"-centroid","abstract":"

    Get the bounding box centroid point

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(cm)centroidOfBoundingBox:":{"name":"+centroidOfBoundingBox:","abstract":"

    Get the bounding box centroid point

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)centroidInProjection:":{"name":"-centroidInProjection:","abstract":"

    Get the centroid for the bounding box and projection

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(cm)centroidOfBoundingBox:inProjection:":{"name":"+centroidOfBoundingBox:inProjection:","abstract":"

    Get the centroid for the bounding box and projection

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)degreesCentroid":{"name":"-degreesCentroid","abstract":"

    Get the centroid for the bounding box in degrees

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(cm)degreesCentroidOfBoundingBox:":{"name":"+degreesCentroidOfBoundingBox:","abstract":"

    Get the centroid for a bounding box in degrees

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)buildEnvelope":{"name":"-buildEnvelope","abstract":"

    Build a Geometry Envelope from the bounding box

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(cm)buildEnvelopeFromBoundingBox:":{"name":"+buildEnvelopeFromBoundingBox:","abstract":"

    Build a Geometry Envelope from the bounding box

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)buildGeometry":{"name":"-buildGeometry","abstract":"

    Build a geometry representation of the bounding box

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(cm)buildGeometryFromBoundingBox:":{"name":"+buildGeometryFromBoundingBox:","abstract":"

    Build a geometry representation of the bounding box

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)equals:":{"name":"-equals:","abstract":"

    Determine if equal to the provided bounding box

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)mapRect":{"name":"-mapRect","abstract":"

    Get a Map Rectangle representing the bounding box

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)coordinateRegion":{"name":"-coordinateRegion","abstract":"

    Get a Coordinate Region of the bounding box

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)span":{"name":"-span","abstract":"

    Get the Span of the bounding box

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)center":{"name":"-center","abstract":"

    Get the center of the bounding box

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)sizeInMeters":{"name":"-sizeInMeters","abstract":"

    Get with width and height of the bounding box in meters

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)complementaryWithMaxLongitude:":{"name":"-complementaryWithMaxLongitude:","abstract":"

    If the bounding box spans the Anti-Meridian, attempt to get a complementary bounding box using the max longitude of the unit projection

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)complementaryWgs84":{"name":"-complementaryWgs84","abstract":"

    If the bounding box spans the Anti-Meridian, attempt to get a complementary WGS84 bounding box

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)complementaryWebMercator":{"name":"-complementaryWebMercator","abstract":"

    If the bounding box spans the Anti-Meridian, attempt to get a complementary Web Mercator bounding box

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)boundCoordinatesWithMaxLongitude:":{"name":"-boundCoordinatesWithMaxLongitude:","abstract":"

    Bound the bounding box longitudes within the min and max possible","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)boundWgs84Coordinates":{"name":"-boundWgs84Coordinates","abstract":"

    Bound the bounding box coordinates within WGS84 range values

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)boundWebMercatorCoordinates":{"name":"-boundWebMercatorCoordinates","abstract":"

    Bound the bounding box coordinates within Web Mercator range values

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)expandCoordinatesWithMaxLongitude:":{"name":"-expandCoordinatesWithMaxLongitude:","abstract":"

    Expand the bounding box max longitude above the max possible projection","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)expandWgs84Coordinates":{"name":"-expandWgs84Coordinates","abstract":"

    Expand the bounding box max longitude above the max WGS84 projection","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)expandWebMercatorCoordinates":{"name":"-expandWebMercatorCoordinates","abstract":"

    Expand the bounding box max longitude above the max Web Mercator","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)transform:":{"name":"-transform:","abstract":"

    Transform the bounding box using the provided projection transform

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)intersects:":{"name":"-intersects:","abstract":"

    Determine if intersects with the provided bounding box

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)intersects:withAllowEmpty:":{"name":"-intersects:withAllowEmpty:","abstract":"

    Determine if intersects with the provided bounding box

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)overlap:":{"name":"-overlap:","abstract":"

    Get the overlapping bounding box with the provided bounding box

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)overlap:withAllowEmpty:":{"name":"-overlap:withAllowEmpty:","abstract":"

    Get the overlapping bounding box with the provided bounding box

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)union:":{"name":"-union:","abstract":"

    Get the union bounding box with the provided bounding box

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)contains:":{"name":"-contains:","abstract":"

    Determine if inclusively contains the provided bounding box

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)squareExpand":{"name":"-squareExpand","abstract":"

    Expand the bounding box to an equally sized width and height bounding box

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)squareExpandWithBuffer:":{"name":"-squareExpandWithBuffer:","abstract":"

    Expand the bounding box to an equally sized width and height bounding box","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)isPoint":{"name":"-isPoint","abstract":"

    Determine if the bounding box is of a single point

    ","parent_name":"GPKGBoundingBox"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(cm)transformFromProjection:andToProjection:":{"name":"+transformFromProjection:andToProjection:","abstract":"

    Create

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(cm)transformFromEpsg:andToEpsg:":{"name":"+transformFromEpsg:andToEpsg:","abstract":"

    Create

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(cm)transformFromAuthority:andFromIntCode:andToAuthority:andToIntCode:":{"name":"+transformFromAuthority:andFromIntCode:andToAuthority:andToIntCode:","abstract":"

    Create

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(cm)transformFromAuthority:andFromCode:andToAuthority:andToCode:":{"name":"+transformFromAuthority:andFromCode:andToAuthority:andToCode:","abstract":"

    Create

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(cm)transformFromProjection:andToEpsg:":{"name":"+transformFromProjection:andToEpsg:","abstract":"

    Create

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(cm)transformFromProjection:andToAuthority:andToCode:":{"name":"+transformFromProjection:andToAuthority:andToCode:","abstract":"

    Create

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(cm)transformFromEpsg:andToProjection:":{"name":"+transformFromEpsg:andToProjection:","abstract":"

    Create

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(cm)transformFromAuthority:andFromCode:andToProjection:":{"name":"+transformFromAuthority:andFromCode:andToProjection:","abstract":"

    Create

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)initWithFromProjection:andToProjection:":{"name":"-initWithFromProjection:andToProjection:","abstract":"

    Initialize

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)initWithFromEpsg:andToEpsg:":{"name":"-initWithFromEpsg:andToEpsg:","abstract":"

    Initialize

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)initWithFromAuthority:andFromIntCode:andToAuthority:andToIntCode:":{"name":"-initWithFromAuthority:andFromIntCode:andToAuthority:andToIntCode:","abstract":"

    Initialize

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)initWithFromAuthority:andFromCode:andToAuthority:andToCode:":{"name":"-initWithFromAuthority:andFromCode:andToAuthority:andToCode:","abstract":"

    Initialize

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)initWithFromProjection:andToEpsg:":{"name":"-initWithFromProjection:andToEpsg:","abstract":"

    Initialize

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)initWithFromProjection:andToAuthority:andToCode:":{"name":"-initWithFromProjection:andToAuthority:andToCode:","abstract":"

    Initialize

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)initWithFromEpsg:andToProjection:":{"name":"-initWithFromEpsg:andToProjection:","abstract":"

    Initialize

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)initWithFromAuthority:andFromCode:andToProjection:":{"name":"-initWithFromAuthority:andFromCode:andToProjection:","abstract":"

    Initialize

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)initWithProjectionTransform:":{"name":"-initWithProjectionTransform:","abstract":"

    Initialize

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)transformGeometryEnvelope:":{"name":"-transformGeometryEnvelope:","abstract":"

    Transform the geometry envelope

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)transformGeometry:":{"name":"-transformGeometry:","abstract":"

    Transform the geometry

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)transformPoint:":{"name":"-transformPoint:","abstract":"

    Transform the point

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)transformPoints:":{"name":"-transformPoints:","abstract":"

    Transform an array of points

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)transformLineString:":{"name":"-transformLineString:","abstract":"

    Transform the line string

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)transformPolygon:":{"name":"-transformPolygon:","abstract":"

    Transform the polygon

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)transformMultiPoint:":{"name":"-transformMultiPoint:","abstract":"

    Transform the multi point

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)transformMultiLineString:":{"name":"-transformMultiLineString:","abstract":"

    Transform the multi line string

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)transformMultiPolygon:":{"name":"-transformMultiPolygon:","abstract":"

    Transform the multi polygon

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)transformCircularString:":{"name":"-transformCircularString:","abstract":"

    Transform the circular string

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)transformCompoundCurve:":{"name":"-transformCompoundCurve:","abstract":"

    Transform the compound curve

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)transformCurvePolygon:":{"name":"-transformCurvePolygon:","abstract":"

    Transform the curve polygon

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)transformPolyhedralSurface:":{"name":"-transformPolyhedralSurface:","abstract":"

    Transform the polyhedrals surface

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)transformTIN:":{"name":"-transformTIN:","abstract":"

    Transform the tin

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)transformTriangle:":{"name":"-transformTriangle:","abstract":"

    Transform the triangle

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)transformGeometryCollection:":{"name":"-transformGeometryCollection:","abstract":"

    Transform the geometry collection

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)inverseTransformation":{"name":"-inverseTransformation","abstract":"

    Get the inverse transformation

    ","parent_name":"SFPGeometryTransform"},"Classes/SFSweepLine.html#/c:objc(cs)SFSweepLine(im)initWithRings:":{"name":"-initWithRings:","abstract":"

    Initialize

    ","parent_name":"SFSweepLine"},"Classes/SFSweepLine.html#/c:objc(cs)SFSweepLine(im)addEvent:":{"name":"-addEvent:","abstract":"

    Add the event to the sweep line

    ","parent_name":"SFSweepLine"},"Classes/SFSweepLine.html#/c:objc(cs)SFSweepLine(im)findEvent:":{"name":"-findEvent:","abstract":"

    Find the existing event segment

    ","parent_name":"SFSweepLine"},"Classes/SFSweepLine.html#/c:objc(cs)SFSweepLine(im)intersectWithSegment:andSegment:":{"name":"-intersectWithSegment:andSegment:","abstract":"

    Determine if the two segments intersect

    ","parent_name":"SFSweepLine"},"Classes/SFSweepLine.html#/c:objc(cs)SFSweepLine(im)removeSegment:":{"name":"-removeSegment:","abstract":"

    Remove the segment from the sweep line

    ","parent_name":"SFSweepLine"},"Classes/SFSweepLine.html#/c:objc(cs)SFSweepLine(cm)xyOrderWithPoint:andPoint:":{"name":"+xyOrderWithPoint:andPoint:","abstract":"

    XY order of two points

    ","parent_name":"SFSweepLine"},"Classes/SFShamosHoey.html#/c:objc(cs)SFShamosHoey(cm)simplePolygon:":{"name":"+simplePolygon:","abstract":"

    Determine if the polygon is simple

    ","parent_name":"SFShamosHoey"},"Classes/SFShamosHoey.html#/c:objc(cs)SFShamosHoey(cm)simplePolygonPoints:":{"name":"+simplePolygonPoints:","abstract":"

    Determine if the polygon points are simple

    ","parent_name":"SFShamosHoey"},"Classes/SFShamosHoey.html#/c:objc(cs)SFShamosHoey(cm)simplePolygonRingPoints:":{"name":"+simplePolygonRingPoints:","abstract":"

    Determine if the polygon point rings are simple

    ","parent_name":"SFShamosHoey"},"Classes/SFShamosHoey.html#/c:objc(cs)SFShamosHoey(cm)simplePolygonRing:":{"name":"+simplePolygonRing:","abstract":"

    Determine if the polygon line string ring is simple

    ","parent_name":"SFShamosHoey"},"Classes/SFShamosHoey.html#/c:objc(cs)SFShamosHoey(cm)simplePolygonRings:":{"name":"+simplePolygonRings:","abstract":"

    Determine if the polygon rings are simple

    ","parent_name":"SFShamosHoey"},"Classes/SFSegment.html#/c:objc(cs)SFSegment(py)above":{"name":"above","abstract":"

    Segment above

    ","parent_name":"SFSegment"},"Classes/SFSegment.html#/c:objc(cs)SFSegment(py)below":{"name":"below","abstract":"

    Segment below

    ","parent_name":"SFSegment"},"Classes/SFSegment.html#/c:objc(cs)SFSegment(im)initWithEdge:andRing:andLeftPoint:andRightPoint:":{"name":"-initWithEdge:andRing:andLeftPoint:andRightPoint:","abstract":"

    Initialize

    ","parent_name":"SFSegment"},"Classes/SFSegment.html#/c:objc(cs)SFSegment(im)edge":{"name":"-edge","abstract":"

    Get the edge number

    ","parent_name":"SFSegment"},"Classes/SFSegment.html#/c:objc(cs)SFSegment(im)ring":{"name":"-ring","abstract":"

    Get the polygon ring number

    ","parent_name":"SFSegment"},"Classes/SFSegment.html#/c:objc(cs)SFSegment(im)leftPoint":{"name":"-leftPoint","abstract":"

    Get the left point

    ","parent_name":"SFSegment"},"Classes/SFSegment.html#/c:objc(cs)SFSegment(im)rightPoint":{"name":"-rightPoint","abstract":"

    Get the right point

    ","parent_name":"SFSegment"},"Classes/SFEventQueue.html#/c:objc(cs)SFEventQueue(im)initWithRing:":{"name":"-initWithRing:","abstract":"

    Initialize

    ","parent_name":"SFEventQueue"},"Classes/SFEventQueue.html#/c:objc(cs)SFEventQueue(im)initWithRings:":{"name":"-initWithRings:","abstract":"

    Initialize

    ","parent_name":"SFEventQueue"},"Classes/SFEventQueue.html#/c:objc(cs)SFEventQueue(im)events":{"name":"-events","abstract":"

    Get the events

    ","parent_name":"SFEventQueue"},"Classes/SFEvent.html#/c:objc(cs)SFEvent(im)initWithEdge:andRing:andPoint:andType:":{"name":"-initWithEdge:andRing:andPoint:andType:","abstract":"

    Initialize

    ","parent_name":"SFEvent"},"Classes/SFEvent.html#/c:objc(cs)SFEvent(im)edge":{"name":"-edge","abstract":"

    Get the edge

    ","parent_name":"SFEvent"},"Classes/SFEvent.html#/c:objc(cs)SFEvent(im)ring":{"name":"-ring","abstract":"

    Get the polygon ring number

    ","parent_name":"SFEvent"},"Classes/SFEvent.html#/c:objc(cs)SFEvent(im)point":{"name":"-point","abstract":"

    Get the polygon point

    ","parent_name":"SFEvent"},"Classes/SFEvent.html#/c:objc(cs)SFEvent(im)type":{"name":"-type","abstract":"

    Get the event type

    ","parent_name":"SFEvent"},"Classes/SFEvent.html#/c:objc(cs)SFEvent(cm)sort:":{"name":"+sort:","abstract":"

    Sort the events

    ","parent_name":"SFEvent"},"Classes/SFPointFiniteFilter.html#/c:objc(cs)SFPointFiniteFilter(py)type":{"name":"type","abstract":"

    Finite Filter type

    ","parent_name":"SFPointFiniteFilter"},"Classes/SFPointFiniteFilter.html#/c:objc(cs)SFPointFiniteFilter(py)filterZ":{"name":"filterZ","abstract":"

    Include z values in filtering

    ","parent_name":"SFPointFiniteFilter"},"Classes/SFPointFiniteFilter.html#/c:objc(cs)SFPointFiniteFilter(py)filterM":{"name":"filterM","abstract":"

    Include m values in filtering

    ","parent_name":"SFPointFiniteFilter"},"Classes/SFPointFiniteFilter.html#/c:objc(cs)SFPointFiniteFilter(im)init":{"name":"-init","abstract":"

    Initialize, filter on x and y, allowing only finite values

    ","parent_name":"SFPointFiniteFilter"},"Classes/SFPointFiniteFilter.html#/c:objc(cs)SFPointFiniteFilter(im)initWithType:":{"name":"-initWithType:","abstract":"

    Initialize, filter on x and y

    ","parent_name":"SFPointFiniteFilter"},"Classes/SFPointFiniteFilter.html#/c:objc(cs)SFPointFiniteFilter(im)initWithType:andZ:":{"name":"-initWithType:andZ:","abstract":"

    Initialize, filter on x, y, and optionally z

    ","parent_name":"SFPointFiniteFilter"},"Classes/SFPointFiniteFilter.html#/c:objc(cs)SFPointFiniteFilter(im)initWithType:andM:":{"name":"-initWithType:andM:","abstract":"

    Initialize, filter on x, y, and optionally m

    ","parent_name":"SFPointFiniteFilter"},"Classes/SFPointFiniteFilter.html#/c:objc(cs)SFPointFiniteFilter(im)initWithType:andZ:andM:":{"name":"-initWithType:andZ:andM:","abstract":"

    Initialize, filter on x, y, and optionally z and m

    ","parent_name":"SFPointFiniteFilter"},"Classes/SFPointFiniteFilter.html#/c:objc(cs)SFPointFiniteFilter(im)initWithZ:":{"name":"-initWithZ:","abstract":"

    Initialize, filter on x, y, and optionally z

    ","parent_name":"SFPointFiniteFilter"},"Classes/SFPointFiniteFilter.html#/c:objc(cs)SFPointFiniteFilter(im)initWithM:":{"name":"-initWithM:","abstract":"

    Initialize, filter on x, y, and optionally m

    ","parent_name":"SFPointFiniteFilter"},"Classes/SFPointFiniteFilter.html#/c:objc(cs)SFPointFiniteFilter(im)initWithZ:andM:":{"name":"-initWithZ:andM:","abstract":"

    Initialize, filter on x, y, and optionally z and m

    ","parent_name":"SFPointFiniteFilter"},"Classes/SFDegreesCentroid.html#/c:objc(cs)SFDegreesCentroid(cm)centroidOfGeometry:":{"name":"+centroidOfGeometry:","abstract":"

    Get the degree geometry centroid

    ","parent_name":"SFDegreesCentroid"},"Classes/SFDegreesCentroid.html#/c:objc(cs)SFDegreesCentroid(im)initWithGeometry:":{"name":"-initWithGeometry:","abstract":"

    Initialize

    ","parent_name":"SFDegreesCentroid"},"Classes/SFDegreesCentroid.html#/c:objc(cs)SFDegreesCentroid(im)centroid":{"name":"-centroid","abstract":"

    Get the centroid point

    ","parent_name":"SFDegreesCentroid"},"Classes/SFCentroidSurface.html#/c:objc(cs)SFCentroidSurface(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFCentroidSurface"},"Classes/SFCentroidSurface.html#/c:objc(cs)SFCentroidSurface(im)initWithGeometry:":{"name":"-initWithGeometry:","abstract":"

    Initialize

    ","parent_name":"SFCentroidSurface"},"Classes/SFCentroidSurface.html#/c:objc(cs)SFCentroidSurface(im)addGeometry:":{"name":"-addGeometry:","abstract":"

    Add a surface based dimension 2 geometry to the centroid total. Ignores","parent_name":"SFCentroidSurface"},"Classes/SFCentroidSurface.html#/c:objc(cs)SFCentroidSurface(im)centroid":{"name":"-centroid","abstract":"

    Get the centroid point

    ","parent_name":"SFCentroidSurface"},"Classes/SFCentroidPoint.html#/c:objc(cs)SFCentroidPoint(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFCentroidPoint"},"Classes/SFCentroidPoint.html#/c:objc(cs)SFCentroidPoint(im)initWithGeometry:":{"name":"-initWithGeometry:","abstract":"

    Initialize

    ","parent_name":"SFCentroidPoint"},"Classes/SFCentroidPoint.html#/c:objc(cs)SFCentroidPoint(im)addGeometry:":{"name":"-addGeometry:","abstract":"

    Add a point based dimension 0 geometry to the centroid total

    ","parent_name":"SFCentroidPoint"},"Classes/SFCentroidPoint.html#/c:objc(cs)SFCentroidPoint(im)centroid":{"name":"-centroid","abstract":"

    Get the centroid point

    ","parent_name":"SFCentroidPoint"},"Classes/SFCentroidCurve.html#/c:objc(cs)SFCentroidCurve(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFCentroidCurve"},"Classes/SFCentroidCurve.html#/c:objc(cs)SFCentroidCurve(im)initWithGeometry:":{"name":"-initWithGeometry:","abstract":"

    Initialize

    ","parent_name":"SFCentroidCurve"},"Classes/SFCentroidCurve.html#/c:objc(cs)SFCentroidCurve(im)addGeometry:":{"name":"-addGeometry:","abstract":"

    Add a curve based dimension 1 geometry to the centroid total. Ignores","parent_name":"SFCentroidCurve"},"Classes/SFCentroidCurve.html#/c:objc(cs)SFCentroidCurve(im)centroid":{"name":"-centroid","abstract":"

    Get the centroid point

    ","parent_name":"SFCentroidCurve"},"Classes/SFTextReader.html#/c:objc(cs)SFTextReader(im)initWithText:":{"name":"-initWithText:","abstract":"

    Initialize

    ","parent_name":"SFTextReader"},"Classes/SFTextReader.html#/c:objc(cs)SFTextReader(im)text":{"name":"-text","abstract":"

    Get the text

    ","parent_name":"SFTextReader"},"Classes/SFTextReader.html#/c:objc(cs)SFTextReader(im)readToken":{"name":"-readToken","abstract":"

    Read the next token. Ignores whitespace until a non whitespace character","parent_name":"SFTextReader"},"Classes/SFTextReader.html#/c:objc(cs)SFTextReader(im)peekToken":{"name":"-peekToken","abstract":"

    Peek at the next token without reading past it

    ","parent_name":"SFTextReader"},"Classes/SFTextReader.html#/c:objc(cs)SFTextReader(im)readDouble":{"name":"-readDouble","abstract":"

    Read a double

    ","parent_name":"SFTextReader"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)dimensionOfGeometry:":{"name":"+dimensionOfGeometry:","abstract":"

    Get the dimension of the Geometry, 0 for points, 1 for curves, 2 for","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)distanceBetweenPoint1:andPoint2:":{"name":"+distanceBetweenPoint1:andPoint2:","abstract":"

    Get the Pythagorean theorem distance between two points

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)distanceOfLine:":{"name":"+distanceOfLine:","abstract":"

    Get the Pythagorean theorem distance between the line end points

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)bearingBetweenPoint1:andPoint2:":{"name":"+bearingBetweenPoint1:andPoint2:","abstract":"

    Get the bearing heading in degrees between two points in degrees

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)bearingOfLine:":{"name":"+bearingOfLine:","abstract":"

    Get the bearing heading in degrees between line end points in degrees

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)isNorthBearing:":{"name":"+isNorthBearing:","abstract":"

    Determine if the bearing is in any north direction

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)isEastBearing:":{"name":"+isEastBearing:","abstract":"

    Determine if the bearing is in any east direction

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)isSouthBearing:":{"name":"+isSouthBearing:","abstract":"

    Determine if the bearing is in any south direction

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)isWestBearing:":{"name":"+isWestBearing:","abstract":"

    Determine if the bearing is in any west direction

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)degreesToRadians:":{"name":"+degreesToRadians:","abstract":"

    Convert degrees to radians

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)radiansToDegrees:":{"name":"+radiansToDegrees:","abstract":"

    Convert radians to degrees

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)centroidOfGeometry:":{"name":"+centroidOfGeometry:","abstract":"

    Get the centroid point of a 2 dimensional representation of the Geometry","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)degreesCentroidOfGeometry:":{"name":"+degreesCentroidOfGeometry:","abstract":"

    Get the geographic centroid point of a 2 dimensional representation of","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)minimizeWGS84Geometry:":{"name":"+minimizeWGS84Geometry:","abstract":"

    Minimize the WGS84 geometry using the shortest x distance between each","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)minimizeWebMercatorGeometry:":{"name":"+minimizeWebMercatorGeometry:","abstract":"

    Minimize the Web Mercator geometry using the shortest x distance between","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)minimizeGeometry:withMaxX:":{"name":"+minimizeGeometry:withMaxX:","abstract":"

    Minimize the geometry using the shortest x distance between each","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)normalizeWGS84Geometry:":{"name":"+normalizeWGS84Geometry:","abstract":"

    Normalize the WGS84 geometry using the shortest x distance between each","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)normalizeWebMercatorGeometry:":{"name":"+normalizeWebMercatorGeometry:","abstract":"

    Normalize the Web Mercator geometry using the shortest x distance between","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)normalizeGeometry:withMaxX:":{"name":"+normalizeGeometry:withMaxX:","abstract":"

    Normalize the geometry so all points outside of the min and max value","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)simplifyPoints:withTolerance:":{"name":"+simplifyPoints:withTolerance:","abstract":"

    Simplify the ordered points (representing a line, polygon, etc) using the Douglas Peucker algorithm","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)perpendicularDistanceBetweenPoint:lineStart:lineEnd:":{"name":"+perpendicularDistanceBetweenPoint:lineStart:lineEnd:","abstract":"

    Calculate the perpendicular distance between the point and the line represented by the start and end points.","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)point:inPolygon:":{"name":"+point:inPolygon:","abstract":"

    Check if the point is in the polygon

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)point:inPolygon:withEpsilon:":{"name":"+point:inPolygon:withEpsilon:","abstract":"

    Check if the point is in the polygon

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)point:inPolygonRing:":{"name":"+point:inPolygonRing:","abstract":"

    Check if the point is in the polygon ring

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)point:inPolygonRing:withEpsilon:":{"name":"+point:inPolygonRing:withEpsilon:","abstract":"

    Check if the point is in the polygon ring

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)point:inPolygonPoints:":{"name":"+point:inPolygonPoints:","abstract":"

    Check if the point is in the polygon points

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)point:inPolygonPoints:withEpsilon:":{"name":"+point:inPolygonPoints:withEpsilon:","abstract":"

    Check if the point is in the polygon points

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)point:onPolygonEdge:":{"name":"+point:onPolygonEdge:","abstract":"

    Check if the point is on the polygon edge

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)point:onPolygonEdge:withEpsilon:":{"name":"+point:onPolygonEdge:withEpsilon:","abstract":"

    Check if the point is on the polygon edge

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)point:onPolygonRingEdge:":{"name":"+point:onPolygonRingEdge:","abstract":"

    Check if the point is on the polygon ring edge

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)point:onPolygonRingEdge:withEpsilon:":{"name":"+point:onPolygonRingEdge:withEpsilon:","abstract":"

    Check if the point is on the polygon ring edge

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)point:onPolygonPointsEdge:":{"name":"+point:onPolygonPointsEdge:","abstract":"

    Check if the point is on the polygon ring edge points

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)point:onPolygonPointsEdge:withEpsilon:":{"name":"+point:onPolygonPointsEdge:withEpsilon:","abstract":"

    Check if the point is on the polygon ring edge points

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)closedPolygon:":{"name":"+closedPolygon:","abstract":"

    Check if the polygon outer ring is explicitly closed, where the first and","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)closedPolygonRing:":{"name":"+closedPolygonRing:","abstract":"

    Check if the polygon ring is explicitly closed, where the first and last","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)closedPolygonPoints:":{"name":"+closedPolygonPoints:","abstract":"

    Check if the polygon ring points are explicitly closed, where the first","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)point:onLine:":{"name":"+point:onLine:","abstract":"

    Check if the point is on the line

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)point:onLine:withEpsilon:":{"name":"+point:onLine:withEpsilon:","abstract":"

    Check if the point is on the line

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)point:onLinePoints:":{"name":"+point:onLinePoints:","abstract":"

    Check if the point is on the line represented by the points

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)point:onLinePoints:withEpsilon:":{"name":"+point:onLinePoints:withEpsilon:","abstract":"

    Check if the point is on the line represented by the points

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)point:onPathPoint1:andPoint2:":{"name":"+point:onPathPoint1:andPoint2:","abstract":"

    Check if the point is on the path between point 1 and point 2

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)point:onPathPoint1:andPoint2:withEpsilon:":{"name":"+point:onPathPoint1:andPoint2:withEpsilon:","abstract":"

    Check if the point is on the path between point 1 and point 2

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)intersectionBetweenLine1:andLine2:":{"name":"+intersectionBetweenLine1:andLine2:","abstract":"

    Get the point intersection between two lines

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)intersectionBetweenLine1Point1:andLine1Point2:andLine2Point1:andLine2Point2:":{"name":"+intersectionBetweenLine1Point1:andLine1Point2:andLine2Point1:andLine2Point2:","abstract":"

    Get the point intersection between end points of two lines

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)degreesToMetersWithGeometry:":{"name":"+degreesToMetersWithGeometry:","abstract":"

    Convert a geometry in degrees to a geometry in meters

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)degreesToMetersWithPoint:":{"name":"+degreesToMetersWithPoint:","abstract":"

    Convert a point in degrees to a point in meters

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)degreesToMetersWithX:andY:":{"name":"+degreesToMetersWithX:andY:","abstract":"

    Convert a coordinate in degrees to a point in meters

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)degreesToMetersWithMultiPoint:":{"name":"+degreesToMetersWithMultiPoint:","abstract":"

    Convert a multi point in degrees to a multi point in meters

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)degreesToMetersWithLineString:":{"name":"+degreesToMetersWithLineString:","abstract":"

    Convert a line string in degrees to a line string in meters

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)degreesToMetersWithLine:":{"name":"+degreesToMetersWithLine:","abstract":"

    Convert a line in degrees to a line in meters

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)degreesToMetersWithMultiLineString:":{"name":"+degreesToMetersWithMultiLineString:","abstract":"

    Convert a multi line string in degrees to a multi line string in meters

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)degreesToMetersWithPolygon:":{"name":"+degreesToMetersWithPolygon:","abstract":"

    Convert a polygon in degrees to a polygon in meters

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)degreesToMetersWithMultiPolygon:":{"name":"+degreesToMetersWithMultiPolygon:","abstract":"

    Convert a multi polygon in degrees to a multi polygon in meters

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)degreesToMetersWithCircularString:":{"name":"+degreesToMetersWithCircularString:","abstract":"

    Convert a circular string in degrees to a circular string in meters

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)degreesToMetersWithCompoundCurve:":{"name":"+degreesToMetersWithCompoundCurve:","abstract":"

    Convert a compound curve in degrees to a compound curve in meters

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)degreesToMetersWithCurvePolygon:":{"name":"+degreesToMetersWithCurvePolygon:","abstract":"

    Convert a curve polygon in degrees to a curve polygon in meters

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)degreesToMetersWithPolyhedralSurface:":{"name":"+degreesToMetersWithPolyhedralSurface:","abstract":"

    Convert a polyhedral surface in degrees to a polyhedral surface in meters

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)degreesToMetersWithTIN:":{"name":"+degreesToMetersWithTIN:","abstract":"

    Convert a TIN in degrees to a TIN in meters

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)degreesToMetersWithTriangle:":{"name":"+degreesToMetersWithTriangle:","abstract":"

    Convert a triangle in degrees to a triangle in meters

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)metersToDegreesWithGeometry:":{"name":"+metersToDegreesWithGeometry:","abstract":"

    Convert a geometry in meters to a geometry in degrees

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)metersToDegreesWithPoint:":{"name":"+metersToDegreesWithPoint:","abstract":"

    Convert a point in meters to a point in degrees

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)metersToDegreesWithX:andY:":{"name":"+metersToDegreesWithX:andY:","abstract":"

    Convert a coordinate in meters to a point in degrees

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)metersToDegreesWithMultiPoint:":{"name":"+metersToDegreesWithMultiPoint:","abstract":"

    Convert a multi point in meters to a multi point in degrees

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)metersToDegreesWithLineString:":{"name":"+metersToDegreesWithLineString:","abstract":"

    Convert a line string in meters to a line string in degrees

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)metersToDegreesWithLine:":{"name":"+metersToDegreesWithLine:","abstract":"

    Convert a line in meters to a line in degrees

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)metersToDegreesWithMultiLineString:":{"name":"+metersToDegreesWithMultiLineString:","abstract":"

    Convert a multi line string in meters to a multi line string in degrees

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)metersToDegreesWithPolygon:":{"name":"+metersToDegreesWithPolygon:","abstract":"

    Convert a polygon in meters to a polygon in degrees

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)metersToDegreesWithMultiPolygon:":{"name":"+metersToDegreesWithMultiPolygon:","abstract":"

    Convert a multi polygon in meters to a multi polygon in degrees

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)metersToDegreesWithCircularString:":{"name":"+metersToDegreesWithCircularString:","abstract":"

    Convert a circular string in meters to a circular string in degrees

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)metersToDegreesWithCompoundCurve:":{"name":"+metersToDegreesWithCompoundCurve:","abstract":"

    Convert a compound curve in meters to a compound curve in degrees

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)metersToDegreesWithCurvePolygon:":{"name":"+metersToDegreesWithCurvePolygon:","abstract":"

    Convert a curve polygon in meters to a curve polygon in degrees

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)metersToDegreesWithPolyhedralSurface:":{"name":"+metersToDegreesWithPolyhedralSurface:","abstract":"

    Convert a polyhedral surface in meters to a polyhedral surface in degrees

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)metersToDegreesWithTIN:":{"name":"+metersToDegreesWithTIN:","abstract":"

    Convert a TIN in meters to a TIN in degrees

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)metersToDegreesWithTriangle:":{"name":"+metersToDegreesWithTriangle:","abstract":"

    Convert a triangle in meters to a triangle in degrees

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)wgs84Envelope":{"name":"+wgs84Envelope","abstract":"

    Get a WGS84 bounded geometry envelope

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)wgs84TransformableEnvelope":{"name":"+wgs84TransformableEnvelope","abstract":"

    Get a WGS84 bounded geometry envelope used for projection transformations","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)webMercatorEnvelope":{"name":"+webMercatorEnvelope","abstract":"

    Get a Web Mercator bounded geometry envelope

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)wgs84EnvelopeWithWebMercator":{"name":"+wgs84EnvelopeWithWebMercator","abstract":"

    Get a WGS84 geometry envelope with Web Mercator bounds

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)cropWebMercatorGeometry:":{"name":"+cropWebMercatorGeometry:","abstract":"

    Crop the geometry in meters by web mercator world bounds. Cropping","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)cropGeometry:withEnvelope:":{"name":"+cropGeometry:withEnvelope:","abstract":"

    Crop the geometry in meters by the envelope bounds in meters. Cropping","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)cropPoint:withEnvelope:":{"name":"+cropPoint:withEnvelope:","abstract":"

    Crop the point by the envelope bounds.

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)cropPoints:withEnvelope:":{"name":"+cropPoints:withEnvelope:","abstract":"

    Crop the list of consecutive points in meters by the envelope bounds in","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)cropMultiPoint:withEnvelope:":{"name":"+cropMultiPoint:withEnvelope:","abstract":"

    Crop the multi point by the envelope bounds.

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)cropLineString:withEnvelope:":{"name":"+cropLineString:withEnvelope:","abstract":"

    Crop the line string in meters by the envelope bounds in meters. Cropping","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)cropLine:withEnvelope:":{"name":"+cropLine:withEnvelope:","abstract":"

    Crop the line in meters by the envelope bounds in meters. Cropping","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)cropMultiLineString:withEnvelope:":{"name":"+cropMultiLineString:withEnvelope:","abstract":"

    Crop the multi line string in meters by the envelope bounds in meters.","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)cropPolygon:withEnvelope:":{"name":"+cropPolygon:withEnvelope:","abstract":"

    Crop the polygon in meters by the envelope bounds in meters. Cropping","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)cropMultiPolygon:withEnvelope:":{"name":"+cropMultiPolygon:withEnvelope:","abstract":"

    Crop the multi polygon in meters by the envelope bounds in meters.","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)cropCircularString:withEnvelope:":{"name":"+cropCircularString:withEnvelope:","abstract":"

    Crop the circular string in meters by the envelope bounds in meters.","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)cropCompoundCurve:withEnvelope:":{"name":"+cropCompoundCurve:withEnvelope:","abstract":"

    Crop the compound curve in meters by the envelope bounds in meters.","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)cropCurvePolygon:withEnvelope:":{"name":"+cropCurvePolygon:withEnvelope:","abstract":"

    Crop the curve polygon in meters by the envelope bounds in meters.","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)cropPolyhedralSurface:withEnvelope:":{"name":"+cropPolyhedralSurface:withEnvelope:","abstract":"

    Crop the polyhedral surface in meters by the envelope bounds in meters.","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)cropTIN:withEnvelope:":{"name":"+cropTIN:withEnvelope:","abstract":"

    Crop the TIN in meters by the envelope bounds in meters. Cropping removes","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)cropTriangle:withEnvelope:":{"name":"+cropTriangle:withEnvelope:","abstract":"

    Crop the triangle in meters by the envelope bounds in meters. Cropping","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)isEqualWithPoint1:andPoint2:":{"name":"+isEqualWithPoint1:andPoint2:","abstract":"

    Determine if the points are equal within the default tolerance of","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)isEqualWithPoint1:andPoint2:andEpsilon:":{"name":"+isEqualWithPoint1:andPoint2:andEpsilon:","abstract":"

    Determine if the points are equal within the tolerance. For exact","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)containsPoint:withinEnvelope:":{"name":"+containsPoint:withinEnvelope:","abstract":"

    Determine if the envelope contains the point within the default tolerance","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)containsEnvelope:withinEnvelope:":{"name":"+containsEnvelope:withinEnvelope:","abstract":"

    Determine if envelope 1 contains the envelope 2 within the default","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)boundWGS84Geometry:":{"name":"+boundWGS84Geometry:","abstract":"

    Bound all points in the geometry to be within WGS84 limits.

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)boundWGS84TransformableGeometry:":{"name":"+boundWGS84TransformableGeometry:","abstract":"

    Bound all points in the geometry to be within WGS84 projection","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)boundWebMercatorGeometry:":{"name":"+boundWebMercatorGeometry:","abstract":"

    Bound all points in the geometry to be within Web Mercator limits.

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)boundWGS84WithWebMercatorGeometry:":{"name":"+boundWGS84WithWebMercatorGeometry:","abstract":"

    Bound all points in the WGS84 geometry to be within degree Web Mercator","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)boundGeometry:withEnvelope:":{"name":"+boundGeometry:withEnvelope:","abstract":"

    Bound all points in the geometry to be within the geometry envelope.","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)hasZ:":{"name":"+hasZ:","abstract":"

    Determine if the geometries contain a Z value

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)hasM:":{"name":"+hasM:","abstract":"

    Determine if the geometries contain a M value

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)parentHierarchyOfType:":{"name":"+parentHierarchyOfType:","abstract":"

    Get the parent type hierarchy of the provided geometry type starting with","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)parentTypeOfType:":{"name":"+parentTypeOfType:","abstract":"

    Get the parent Geometry Type of the provided geometry type

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)childHierarchyOfType:":{"name":"+childHierarchyOfType:","abstract":"

    Get the child type hierarchy of the provided geometry type.

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)childTypesOfType:":{"name":"+childTypesOfType:","abstract":"

    Get the immediate child Geometry Types of the provided geometry type

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)encodeGeometry:":{"name":"+encodeGeometry:","abstract":"

    Encode the geometry to data

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)decodeGeometry:":{"name":"+decodeGeometry:","abstract":"

    Decode the data into a geometry

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryPrinter.html#/c:objc(cs)SFGeometryPrinter(cm)geometryString:":{"name":"+geometryString:","abstract":"

    Get Geometry information as a String

    ","parent_name":"SFGeometryPrinter"},"Classes/SFGeometryEnvelopeBuilder.html#/c:objc(cs)SFGeometryEnvelopeBuilder(cm)buildEnvelopeWithGeometry:":{"name":"+buildEnvelopeWithGeometry:","abstract":"

    Build geometry envelope with geometry

    ","parent_name":"SFGeometryEnvelopeBuilder"},"Classes/SFGeometryEnvelopeBuilder.html#/c:objc(cs)SFGeometryEnvelopeBuilder(cm)buildEnvelope:andGeometry:":{"name":"+buildEnvelope:andGeometry:","abstract":"

    Expand existing geometry envelope with a geometry

    ","parent_name":"SFGeometryEnvelopeBuilder"},"Classes/SFGeometryEnvelopeBuilder.html#/c:objc(cs)SFGeometryEnvelopeBuilder(cm)buildGeometryWithEnvelope:":{"name":"+buildGeometryWithEnvelope:","abstract":"

    Build a geometry representation of the geometry envelope

    ","parent_name":"SFGeometryEnvelopeBuilder"},"Classes/SFByteWriter.html#/c:objc(cs)SFByteWriter(py)nextByte":{"name":"nextByte","abstract":"

    Next byte index to write

    ","parent_name":"SFByteWriter"},"Classes/SFByteWriter.html#/c:objc(cs)SFByteWriter(py)os":{"name":"os","abstract":"

    Output stream to write bytes to

    ","parent_name":"SFByteWriter"},"Classes/SFByteWriter.html#/c:objc(cs)SFByteWriter(py)byteOrder":{"name":"byteOrder","abstract":"

    Byte order used to write, little or big endian

    ","parent_name":"SFByteWriter"},"Classes/SFByteWriter.html#/c:objc(cs)SFByteWriter(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFByteWriter"},"Classes/SFByteWriter.html#/c:objc(cs)SFByteWriter(im)initWithByteOrder:":{"name":"-initWithByteOrder:","abstract":"

    Initialize

    ","parent_name":"SFByteWriter"},"Classes/SFByteWriter.html#/c:objc(cs)SFByteWriter(im)close":{"name":"-close","abstract":"

    Close the byte writer

    ","parent_name":"SFByteWriter"},"Classes/SFByteWriter.html#/c:objc(cs)SFByteWriter(im)data":{"name":"-data","abstract":"

    Get the written byte data

    ","parent_name":"SFByteWriter"},"Classes/SFByteWriter.html#/c:objc(cs)SFByteWriter(im)size":{"name":"-size","abstract":"

    Get the current size in bytes written

    ","parent_name":"SFByteWriter"},"Classes/SFByteWriter.html#/c:objc(cs)SFByteWriter(im)writeString:":{"name":"-writeString:","abstract":"

    Write a string

    ","parent_name":"SFByteWriter"},"Classes/SFByteWriter.html#/c:objc(cs)SFByteWriter(im)writeByte:":{"name":"-writeByte:","abstract":"

    Write a byte

    ","parent_name":"SFByteWriter"},"Classes/SFByteWriter.html#/c:objc(cs)SFByteWriter(im)writeData:":{"name":"-writeData:","abstract":"

    Write data

    ","parent_name":"SFByteWriter"},"Classes/SFByteWriter.html#/c:objc(cs)SFByteWriter(im)writeInt:":{"name":"-writeInt:","abstract":"

    Write an integer

    ","parent_name":"SFByteWriter"},"Classes/SFByteWriter.html#/c:objc(cs)SFByteWriter(im)writeDouble:":{"name":"-writeDouble:","abstract":"

    Write a double

    ","parent_name":"SFByteWriter"},"Classes/SFByteReader.html#/c:objc(cs)SFByteReader(py)nextByte":{"name":"nextByte","abstract":"

    Next byte index to read

    ","parent_name":"SFByteReader"},"Classes/SFByteReader.html#/c:objc(cs)SFByteReader(py)bytes":{"name":"bytes","abstract":"

    Bytes to read

    ","parent_name":"SFByteReader"},"Classes/SFByteReader.html#/c:objc(cs)SFByteReader(py)byteOrder":{"name":"byteOrder","abstract":"

    Byte order used to read, little or big endian

    ","parent_name":"SFByteReader"},"Classes/SFByteReader.html#/c:objc(cs)SFByteReader(im)initWithData:":{"name":"-initWithData:","abstract":"

    Initialize

    ","parent_name":"SFByteReader"},"Classes/SFByteReader.html#/c:objc(cs)SFByteReader(im)initWithData:andByteOrder:":{"name":"-initWithData:andByteOrder:","abstract":"

    Initialize

    ","parent_name":"SFByteReader"},"Classes/SFByteReader.html#/c:objc(cs)SFByteReader(im)readString:":{"name":"-readString:","abstract":"

    Read a String from the provided number of bytes

    ","parent_name":"SFByteReader"},"Classes/SFByteReader.html#/c:objc(cs)SFByteReader(im)readByte":{"name":"-readByte","abstract":"

    Read a single byte

    ","parent_name":"SFByteReader"},"Classes/SFByteReader.html#/c:objc(cs)SFByteReader(im)readData:":{"name":"-readData:","abstract":"

    Read Data with the provided number of bytes

    ","parent_name":"SFByteReader"},"Classes/SFByteReader.html#/c:objc(cs)SFByteReader(im)readInt":{"name":"-readInt","abstract":"

    Read an integer (4 bytes)

    ","parent_name":"SFByteReader"},"Classes/SFByteReader.html#/c:objc(cs)SFByteReader(im)readDouble":{"name":"-readDouble","abstract":"

    Read a double (8 bytes)

    ","parent_name":"SFByteReader"},"Classes/SFExtendedGeometryCollection.html#/c:objc(cs)SFExtendedGeometryCollection(cm)extendedGeometryCollectionWithGeometryCollection:":{"name":"+extendedGeometryCollectionWithGeometryCollection:","abstract":"

    Create

    ","parent_name":"SFExtendedGeometryCollection"},"Classes/SFExtendedGeometryCollection.html#/c:objc(cs)SFExtendedGeometryCollection(cm)extendedGeometryCollectionWithExtendedGeometryCollection:":{"name":"+extendedGeometryCollectionWithExtendedGeometryCollection:","abstract":"

    Create

    ","parent_name":"SFExtendedGeometryCollection"},"Classes/SFExtendedGeometryCollection.html#/c:objc(cs)SFExtendedGeometryCollection(im)initWithGeometryCollection:":{"name":"-initWithGeometryCollection:","abstract":"

    Initialize

    ","parent_name":"SFExtendedGeometryCollection"},"Classes/SFExtendedGeometryCollection.html#/c:objc(cs)SFExtendedGeometryCollection(im)initWithExtendedGeometryCollection:":{"name":"-initWithExtendedGeometryCollection:","abstract":"

    Initialize

    ","parent_name":"SFExtendedGeometryCollection"},"Classes/SFExtendedGeometryCollection.html#/c:objc(cs)SFExtendedGeometryCollection(im)updateGeometryType":{"name":"-updateGeometryType","abstract":"

    Update the extended geometry type based upon the contained geometries

    ","parent_name":"SFExtendedGeometryCollection"},"Classes/SFTriangle.html#/c:objc(cs)SFTriangle(cm)triangle":{"name":"+triangle","abstract":"

    Create

    ","parent_name":"SFTriangle"},"Classes/SFTriangle.html#/c:objc(cs)SFTriangle(cm)triangleWithHasZ:andHasM:":{"name":"+triangleWithHasZ:andHasM:","abstract":"

    Create

    ","parent_name":"SFTriangle"},"Classes/SFTriangle.html#/c:objc(cs)SFTriangle(cm)triangleWithRings:":{"name":"+triangleWithRings:","abstract":"

    Create

    ","parent_name":"SFTriangle"},"Classes/SFTriangle.html#/c:objc(cs)SFTriangle(cm)triangleWithRing:":{"name":"+triangleWithRing:","abstract":"

    Create

    ","parent_name":"SFTriangle"},"Classes/SFTriangle.html#/c:objc(cs)SFTriangle(cm)triangleWithTriangle:":{"name":"+triangleWithTriangle:","abstract":"

    Create

    ","parent_name":"SFTriangle"},"Classes/SFTriangle.html#/c:objc(cs)SFTriangle(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFTriangle"},"Classes/SFTriangle.html#/c:objc(cs)SFTriangle(im)initWithHasZ:andHasM:":{"name":"-initWithHasZ:andHasM:","abstract":"

    Initialize

    ","parent_name":"SFTriangle"},"Classes/SFTriangle.html#/c:objc(cs)SFTriangle(im)initWithRings:":{"name":"-initWithRings:","abstract":"

    Initialize

    ","parent_name":"SFTriangle"},"Classes/SFTriangle.html#/c:objc(cs)SFTriangle(im)initWithRing:":{"name":"-initWithRing:","abstract":"

    Initialize

    ","parent_name":"SFTriangle"},"Classes/SFTriangle.html#/c:objc(cs)SFTriangle(im)initWithTriangle:":{"name":"-initWithTriangle:","abstract":"

    Initialize

    ","parent_name":"SFTriangle"},"Classes/SFTIN.html#/c:objc(cs)SFTIN(cm)tin":{"name":"+tin","abstract":"

    Create

    ","parent_name":"SFTIN"},"Classes/SFTIN.html#/c:objc(cs)SFTIN(cm)tinWithHasZ:andHasM:":{"name":"+tinWithHasZ:andHasM:","abstract":"

    Create

    ","parent_name":"SFTIN"},"Classes/SFTIN.html#/c:objc(cs)SFTIN(cm)tinWithPolygons:":{"name":"+tinWithPolygons:","abstract":"

    Create

    ","parent_name":"SFTIN"},"Classes/SFTIN.html#/c:objc(cs)SFTIN(cm)tinWithPolygon:":{"name":"+tinWithPolygon:","abstract":"

    Create

    ","parent_name":"SFTIN"},"Classes/SFTIN.html#/c:objc(cs)SFTIN(cm)tinWithTIN:":{"name":"+tinWithTIN:","abstract":"

    Create

    ","parent_name":"SFTIN"},"Classes/SFTIN.html#/c:objc(cs)SFTIN(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFTIN"},"Classes/SFTIN.html#/c:objc(cs)SFTIN(im)initWithHasZ:andHasM:":{"name":"-initWithHasZ:andHasM:","abstract":"

    Initialize

    ","parent_name":"SFTIN"},"Classes/SFTIN.html#/c:objc(cs)SFTIN(im)initWithPolygons:":{"name":"-initWithPolygons:","abstract":"

    Initialize

    ","parent_name":"SFTIN"},"Classes/SFTIN.html#/c:objc(cs)SFTIN(im)initWithPolygon:":{"name":"-initWithPolygon:","abstract":"

    Initialize

    ","parent_name":"SFTIN"},"Classes/SFTIN.html#/c:objc(cs)SFTIN(im)initWithTIN:":{"name":"-initWithTIN:","abstract":"

    Initialize

    ","parent_name":"SFTIN"},"Classes/SFSurface.html#/c:objc(cs)SFSurface(im)initWithType:andHasZ:andHasM:":{"name":"-initWithType:andHasZ:andHasM:","abstract":"

    Initialize

    ","parent_name":"SFSurface"},"Classes/SFPolyhedralSurface.html#/c:objc(cs)SFPolyhedralSurface(py)polygons":{"name":"polygons","abstract":"

    Array of polygons

    ","parent_name":"SFPolyhedralSurface"},"Classes/SFPolyhedralSurface.html#/c:objc(cs)SFPolyhedralSurface(cm)polyhedralSurface":{"name":"+polyhedralSurface","abstract":"

    Create

    ","parent_name":"SFPolyhedralSurface"},"Classes/SFPolyhedralSurface.html#/c:objc(cs)SFPolyhedralSurface(cm)polyhedralSurfaceWithHasZ:andHasM:":{"name":"+polyhedralSurfaceWithHasZ:andHasM:","abstract":"

    Create

    ","parent_name":"SFPolyhedralSurface"},"Classes/SFPolyhedralSurface.html#/c:objc(cs)SFPolyhedralSurface(cm)polyhedralSurfaceWithPolygons:":{"name":"+polyhedralSurfaceWithPolygons:","abstract":"

    Create

    ","parent_name":"SFPolyhedralSurface"},"Classes/SFPolyhedralSurface.html#/c:objc(cs)SFPolyhedralSurface(cm)polyhedralSurfaceWithPolygon:":{"name":"+polyhedralSurfaceWithPolygon:","abstract":"

    Create

    ","parent_name":"SFPolyhedralSurface"},"Classes/SFPolyhedralSurface.html#/c:objc(cs)SFPolyhedralSurface(cm)polyhedralSurfaceWithPolyhedralSurface:":{"name":"+polyhedralSurfaceWithPolyhedralSurface:","abstract":"

    Create

    ","parent_name":"SFPolyhedralSurface"},"Classes/SFPolyhedralSurface.html#/c:objc(cs)SFPolyhedralSurface(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFPolyhedralSurface"},"Classes/SFPolyhedralSurface.html#/c:objc(cs)SFPolyhedralSurface(im)initWithHasZ:andHasM:":{"name":"-initWithHasZ:andHasM:","abstract":"

    Initialize

    ","parent_name":"SFPolyhedralSurface"},"Classes/SFPolyhedralSurface.html#/c:objc(cs)SFPolyhedralSurface(im)initWithPolygons:":{"name":"-initWithPolygons:","abstract":"

    Initialize

    ","parent_name":"SFPolyhedralSurface"},"Classes/SFPolyhedralSurface.html#/c:objc(cs)SFPolyhedralSurface(im)initWithPolygon:":{"name":"-initWithPolygon:","abstract":"

    Initialize

    ","parent_name":"SFPolyhedralSurface"},"Classes/SFPolyhedralSurface.html#/c:objc(cs)SFPolyhedralSurface(im)initWithType:andHasZ:andHasM:":{"name":"-initWithType:andHasZ:andHasM:","abstract":"

    Initialize

    ","parent_name":"SFPolyhedralSurface"},"Classes/SFPolyhedralSurface.html#/c:objc(cs)SFPolyhedralSurface(im)initWithPolyhedralSurface:":{"name":"-initWithPolyhedralSurface:","abstract":"

    Initialize

    ","parent_name":"SFPolyhedralSurface"},"Classes/SFPolyhedralSurface.html#/c:objc(cs)SFPolyhedralSurface(im)patches":{"name":"-patches","abstract":"

    Get patches

    ","parent_name":"SFPolyhedralSurface"},"Classes/SFPolyhedralSurface.html#/c:objc(cs)SFPolyhedralSurface(im)setPatches:":{"name":"-setPatches:","abstract":"

    Set patches

    ","parent_name":"SFPolyhedralSurface"},"Classes/SFPolyhedralSurface.html#/c:objc(cs)SFPolyhedralSurface(im)addPolygon:":{"name":"-addPolygon:","abstract":"

    Add a polygon

    ","parent_name":"SFPolyhedralSurface"},"Classes/SFPolyhedralSurface.html#/c:objc(cs)SFPolyhedralSurface(im)addPatch:":{"name":"-addPatch:","abstract":"

    Add patch

    ","parent_name":"SFPolyhedralSurface"},"Classes/SFPolyhedralSurface.html#/c:objc(cs)SFPolyhedralSurface(im)addPolygons:":{"name":"-addPolygons:","abstract":"

    Add polygons

    ","parent_name":"SFPolyhedralSurface"},"Classes/SFPolyhedralSurface.html#/c:objc(cs)SFPolyhedralSurface(im)addPatches:":{"name":"-addPatches:","abstract":"

    Add patches

    ","parent_name":"SFPolyhedralSurface"},"Classes/SFPolyhedralSurface.html#/c:objc(cs)SFPolyhedralSurface(im)numPolygons":{"name":"-numPolygons","abstract":"

    Get the number of polygons

    ","parent_name":"SFPolyhedralSurface"},"Classes/SFPolyhedralSurface.html#/c:objc(cs)SFPolyhedralSurface(im)numPatches":{"name":"-numPatches","abstract":"

    Get the number of patches

    ","parent_name":"SFPolyhedralSurface"},"Classes/SFPolyhedralSurface.html#/c:objc(cs)SFPolyhedralSurface(im)polygonAtIndex:":{"name":"-polygonAtIndex:","abstract":"

    Get the Nth polygon

    ","parent_name":"SFPolyhedralSurface"},"Classes/SFPolyhedralSurface.html#/c:objc(cs)SFPolyhedralSurface(im)patchAtIndex:":{"name":"-patchAtIndex:","abstract":"

    Get the Nth polygon patch

    ","parent_name":"SFPolyhedralSurface"},"Classes/SFPolygon.html#/c:objc(cs)SFPolygon(cm)polygon":{"name":"+polygon","abstract":"

    Create

    ","parent_name":"SFPolygon"},"Classes/SFPolygon.html#/c:objc(cs)SFPolygon(cm)polygonWithHasZ:andHasM:":{"name":"+polygonWithHasZ:andHasM:","abstract":"

    Create

    ","parent_name":"SFPolygon"},"Classes/SFPolygon.html#/c:objc(cs)SFPolygon(cm)polygonWithRings:":{"name":"+polygonWithRings:","abstract":"

    Create

    ","parent_name":"SFPolygon"},"Classes/SFPolygon.html#/c:objc(cs)SFPolygon(cm)polygonWithRing:":{"name":"+polygonWithRing:","abstract":"

    Create

    ","parent_name":"SFPolygon"},"Classes/SFPolygon.html#/c:objc(cs)SFPolygon(cm)polygonWithPolygon:":{"name":"+polygonWithPolygon:","abstract":"

    Create

    ","parent_name":"SFPolygon"},"Classes/SFPolygon.html#/c:objc(cs)SFPolygon(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFPolygon"},"Classes/SFPolygon.html#/c:objc(cs)SFPolygon(im)initWithHasZ:andHasM:":{"name":"-initWithHasZ:andHasM:","abstract":"

    Initialize

    ","parent_name":"SFPolygon"},"Classes/SFPolygon.html#/c:objc(cs)SFPolygon(im)initWithRings:":{"name":"-initWithRings:","abstract":"

    Initialize

    ","parent_name":"SFPolygon"},"Classes/SFPolygon.html#/c:objc(cs)SFPolygon(im)initWithRing:":{"name":"-initWithRing:","abstract":"

    Initialize

    ","parent_name":"SFPolygon"},"Classes/SFPolygon.html#/c:objc(cs)SFPolygon(im)initWithType:andHasZ:andHasM:":{"name":"-initWithType:andHasZ:andHasM:","abstract":"

    Initialize

    ","parent_name":"SFPolygon"},"Classes/SFPolygon.html#/c:objc(cs)SFPolygon(im)initWithPolygon:":{"name":"-initWithPolygon:","abstract":"

    Initialize

    ","parent_name":"SFPolygon"},"Classes/SFPolygon.html#/c:objc(cs)SFPolygon(im)lineStrings":{"name":"-lineStrings","abstract":"

    Get the line string rings

    ","parent_name":"SFPolygon"},"Classes/SFPolygon.html#/c:objc(cs)SFPolygon(im)setRings:":{"name":"-setRings:","abstract":"

    Set the line string rings

    ","parent_name":"SFPolygon"},"Classes/SFPolygon.html#/c:objc(cs)SFPolygon(im)ringAtIndex:":{"name":"-ringAtIndex:","abstract":"

    Returns the Nth ring where the exterior ring is at 0, interior rings","parent_name":"SFPolygon"},"Classes/SFPolygon.html#/c:objc(cs)SFPolygon(im)exteriorRing":{"name":"-exteriorRing","abstract":"

    Get the exterior ring

    ","parent_name":"SFPolygon"},"Classes/SFPolygon.html#/c:objc(cs)SFPolygon(im)interiorRingAtIndex:":{"name":"-interiorRingAtIndex:","abstract":"

    Returns the Nth interior ring for this Polygon

    ","parent_name":"SFPolygon"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(py)x":{"name":"x","abstract":"

    X coordinate

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(py)y":{"name":"y","abstract":"

    Y coordinate

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(py)z":{"name":"z","abstract":"

    Z coordinate

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(py)m":{"name":"m","abstract":"

    M coordinate

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(cm)point":{"name":"+point","abstract":"

    Create

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(cm)pointWithXValue:andYValue:":{"name":"+pointWithXValue:andYValue:","abstract":"

    Create

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(cm)pointWithX:andY:":{"name":"+pointWithX:andY:","abstract":"

    Create

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(cm)pointWithX:andY:andZ:":{"name":"+pointWithX:andY:andZ:","abstract":"

    Create

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(cm)pointWithXValue:andYValue:andZ:":{"name":"+pointWithXValue:andYValue:andZ:","abstract":"

    Create

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(cm)pointWithXValue:andYValue:andZValue:":{"name":"+pointWithXValue:andYValue:andZValue:","abstract":"

    Create

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(cm)pointWithX:andY:andZ:andM:":{"name":"+pointWithX:andY:andZ:andM:","abstract":"

    Create

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(cm)pointWithXValue:andYValue:andZ:andM:":{"name":"+pointWithXValue:andYValue:andZ:andM:","abstract":"

    Create

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(cm)pointWithXValue:andYValue:andZValue:andMValue:":{"name":"+pointWithXValue:andYValue:andZValue:andMValue:","abstract":"

    Create

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(cm)pointWithHasZ:andHasM:andX:andY:":{"name":"+pointWithHasZ:andHasM:andX:andY:","abstract":"

    Create

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(cm)pointWithHasZ:andHasM:andXValue:andYValue:":{"name":"+pointWithHasZ:andHasM:andXValue:andYValue:","abstract":"

    Create

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(cm)pointWithPoint:":{"name":"+pointWithPoint:","abstract":"

    Create

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(im)initWithXValue:andYValue:":{"name":"-initWithXValue:andYValue:","abstract":"

    Initialize

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(im)initWithX:andY:":{"name":"-initWithX:andY:","abstract":"

    Initialize

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(im)initWithX:andY:andZ:":{"name":"-initWithX:andY:andZ:","abstract":"

    Initialize

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(im)initWithXValue:andYValue:andZ:":{"name":"-initWithXValue:andYValue:andZ:","abstract":"

    Initialize

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(im)initWithXValue:andYValue:andZValue:":{"name":"-initWithXValue:andYValue:andZValue:","abstract":"

    Initialize

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(im)initWithX:andY:andZ:andM:":{"name":"-initWithX:andY:andZ:andM:","abstract":"

    Initialize

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(im)initWithXValue:andYValue:andZ:andM:":{"name":"-initWithXValue:andYValue:andZ:andM:","abstract":"

    Initialize

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(im)initWithXValue:andYValue:andZValue:andMValue:":{"name":"-initWithXValue:andYValue:andZValue:andMValue:","abstract":"

    Initialize

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(im)initWithHasZ:andHasM:andX:andY:":{"name":"-initWithHasZ:andHasM:andX:andY:","abstract":"

    Initialize

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(im)initWithHasZ:andHasM:andXValue:andYValue:":{"name":"-initWithHasZ:andHasM:andXValue:andYValue:","abstract":"

    Initialize

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(im)initWithPoint:":{"name":"-initWithPoint:","abstract":"

    Initialize

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(im)setXValue:":{"name":"-setXValue:","abstract":"

    Set the x value

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(im)setYValue:":{"name":"-setYValue:","abstract":"

    Set the y value

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(im)setZValue:":{"name":"-setZValue:","abstract":"

    Set the z value

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(im)setMValue:":{"name":"-setMValue:","abstract":"

    Set the m value

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(im)isEqualXToPoint:":{"name":"-isEqualXToPoint:","abstract":"

    Indicates if x values are equal

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(im)isEqualYToPoint:":{"name":"-isEqualYToPoint:","abstract":"

    Indicates if y values are equal

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(im)isEqualXYToPoint:":{"name":"-isEqualXYToPoint:","abstract":"

    Indicates if x and y values are equal

    ","parent_name":"SFPoint"},"Classes/SFMultiSurface.html#/c:objc(cs)SFMultiSurface(im)initWithType:andHasZ:andHasM:":{"name":"-initWithType:andHasZ:andHasM:","abstract":"

    Initialize

    ","parent_name":"SFMultiSurface"},"Classes/SFMultiSurface.html#/c:objc(cs)SFMultiSurface(im)surfaces":{"name":"-surfaces","abstract":"

    Get the surfaces

    ","parent_name":"SFMultiSurface"},"Classes/SFMultiSurface.html#/c:objc(cs)SFMultiSurface(im)setSurfaces:":{"name":"-setSurfaces:","abstract":"

    Set the surfaces

    ","parent_name":"SFMultiSurface"},"Classes/SFMultiSurface.html#/c:objc(cs)SFMultiSurface(im)addSurface:":{"name":"-addSurface:","abstract":"

    Add a surface

    ","parent_name":"SFMultiSurface"},"Classes/SFMultiSurface.html#/c:objc(cs)SFMultiSurface(im)addSurfaces:":{"name":"-addSurfaces:","abstract":"

    Add surfaces

    ","parent_name":"SFMultiSurface"},"Classes/SFMultiSurface.html#/c:objc(cs)SFMultiSurface(im)numSurfaces":{"name":"-numSurfaces","abstract":"

    Get the number of surfaces

    ","parent_name":"SFMultiSurface"},"Classes/SFMultiSurface.html#/c:objc(cs)SFMultiSurface(im)surfaceAtIndex:":{"name":"-surfaceAtIndex:","abstract":"

    Returns the Nth surface

    ","parent_name":"SFMultiSurface"},"Classes/SFMultiPolygon.html#/c:objc(cs)SFMultiPolygon(cm)multiPolygon":{"name":"+multiPolygon","abstract":"

    Create

    ","parent_name":"SFMultiPolygon"},"Classes/SFMultiPolygon.html#/c:objc(cs)SFMultiPolygon(cm)multiPolygonWithHasZ:andHasM:":{"name":"+multiPolygonWithHasZ:andHasM:","abstract":"

    Create

    ","parent_name":"SFMultiPolygon"},"Classes/SFMultiPolygon.html#/c:objc(cs)SFMultiPolygon(cm)multiPolygonWithPolygons:":{"name":"+multiPolygonWithPolygons:","abstract":"

    Create

    ","parent_name":"SFMultiPolygon"},"Classes/SFMultiPolygon.html#/c:objc(cs)SFMultiPolygon(cm)multiPolygonWithPolygon:":{"name":"+multiPolygonWithPolygon:","abstract":"

    Create

    ","parent_name":"SFMultiPolygon"},"Classes/SFMultiPolygon.html#/c:objc(cs)SFMultiPolygon(cm)multiPolygonWithMultiPolygon:":{"name":"+multiPolygonWithMultiPolygon:","abstract":"

    Create

    ","parent_name":"SFMultiPolygon"},"Classes/SFMultiPolygon.html#/c:objc(cs)SFMultiPolygon(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFMultiPolygon"},"Classes/SFMultiPolygon.html#/c:objc(cs)SFMultiPolygon(im)initWithHasZ:andHasM:":{"name":"-initWithHasZ:andHasM:","abstract":"

    Initialize

    ","parent_name":"SFMultiPolygon"},"Classes/SFMultiPolygon.html#/c:objc(cs)SFMultiPolygon(im)initWithPolygons:":{"name":"-initWithPolygons:","abstract":"

    Initialize

    ","parent_name":"SFMultiPolygon"},"Classes/SFMultiPolygon.html#/c:objc(cs)SFMultiPolygon(im)initWithPolygon:":{"name":"-initWithPolygon:","abstract":"

    Initialize

    ","parent_name":"SFMultiPolygon"},"Classes/SFMultiPolygon.html#/c:objc(cs)SFMultiPolygon(im)initWithMultiPolygon:":{"name":"-initWithMultiPolygon:","abstract":"

    Initialize

    ","parent_name":"SFMultiPolygon"},"Classes/SFMultiPolygon.html#/c:objc(cs)SFMultiPolygon(im)polygons":{"name":"-polygons","abstract":"

    Get the polygons

    ","parent_name":"SFMultiPolygon"},"Classes/SFMultiPolygon.html#/c:objc(cs)SFMultiPolygon(im)setPolygons:":{"name":"-setPolygons:","abstract":"

    Set the polygons

    ","parent_name":"SFMultiPolygon"},"Classes/SFMultiPolygon.html#/c:objc(cs)SFMultiPolygon(im)addPolygon:":{"name":"-addPolygon:","abstract":"

    Add a polygon

    ","parent_name":"SFMultiPolygon"},"Classes/SFMultiPolygon.html#/c:objc(cs)SFMultiPolygon(im)addPolygons:":{"name":"-addPolygons:","abstract":"

    Add polygons

    ","parent_name":"SFMultiPolygon"},"Classes/SFMultiPolygon.html#/c:objc(cs)SFMultiPolygon(im)numPolygons":{"name":"-numPolygons","abstract":"

    Get the number of polygons

    ","parent_name":"SFMultiPolygon"},"Classes/SFMultiPolygon.html#/c:objc(cs)SFMultiPolygon(im)polygonAtIndex:":{"name":"-polygonAtIndex:","abstract":"

    Returns the Nth polygon

    ","parent_name":"SFMultiPolygon"},"Classes/SFMultiPoint.html#/c:objc(cs)SFMultiPoint(cm)multiPoint":{"name":"+multiPoint","abstract":"

    Create

    ","parent_name":"SFMultiPoint"},"Classes/SFMultiPoint.html#/c:objc(cs)SFMultiPoint(cm)multiPointWithHasZ:andHasM:":{"name":"+multiPointWithHasZ:andHasM:","abstract":"

    Create

    ","parent_name":"SFMultiPoint"},"Classes/SFMultiPoint.html#/c:objc(cs)SFMultiPoint(cm)multiPointWithPoints:":{"name":"+multiPointWithPoints:","abstract":"

    Create

    ","parent_name":"SFMultiPoint"},"Classes/SFMultiPoint.html#/c:objc(cs)SFMultiPoint(cm)multiPointWithPoint:":{"name":"+multiPointWithPoint:","abstract":"

    Create

    ","parent_name":"SFMultiPoint"},"Classes/SFMultiPoint.html#/c:objc(cs)SFMultiPoint(cm)multiPointWithMultiPoint:":{"name":"+multiPointWithMultiPoint:","abstract":"

    Create

    ","parent_name":"SFMultiPoint"},"Classes/SFMultiPoint.html#/c:objc(cs)SFMultiPoint(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFMultiPoint"},"Classes/SFMultiPoint.html#/c:objc(cs)SFMultiPoint(im)initWithHasZ:andHasM:":{"name":"-initWithHasZ:andHasM:","abstract":"

    Initialize

    ","parent_name":"SFMultiPoint"},"Classes/SFMultiPoint.html#/c:objc(cs)SFMultiPoint(im)initWithPoints:":{"name":"-initWithPoints:","abstract":"

    Initialize

    ","parent_name":"SFMultiPoint"},"Classes/SFMultiPoint.html#/c:objc(cs)SFMultiPoint(im)initWithPoint:":{"name":"-initWithPoint:","abstract":"

    Initialize

    ","parent_name":"SFMultiPoint"},"Classes/SFMultiPoint.html#/c:objc(cs)SFMultiPoint(im)initWithMultiPoint:":{"name":"-initWithMultiPoint:","abstract":"

    Initialize

    ","parent_name":"SFMultiPoint"},"Classes/SFMultiPoint.html#/c:objc(cs)SFMultiPoint(im)points":{"name":"-points","abstract":"

    Get the points

    ","parent_name":"SFMultiPoint"},"Classes/SFMultiPoint.html#/c:objc(cs)SFMultiPoint(im)setPoints:":{"name":"-setPoints:","abstract":"

    Set the points

    ","parent_name":"SFMultiPoint"},"Classes/SFMultiPoint.html#/c:objc(cs)SFMultiPoint(im)addPoint:":{"name":"-addPoint:","abstract":"

    Add a point

    ","parent_name":"SFMultiPoint"},"Classes/SFMultiPoint.html#/c:objc(cs)SFMultiPoint(im)addPoints:":{"name":"-addPoints:","abstract":"

    Add points

    ","parent_name":"SFMultiPoint"},"Classes/SFMultiPoint.html#/c:objc(cs)SFMultiPoint(im)numPoints":{"name":"-numPoints","abstract":"

    Get the number of points

    ","parent_name":"SFMultiPoint"},"Classes/SFMultiPoint.html#/c:objc(cs)SFMultiPoint(im)pointAtIndex:":{"name":"-pointAtIndex:","abstract":"

    Returns the Nth point

    ","parent_name":"SFMultiPoint"},"Classes/SFMultiLineString.html#/c:objc(cs)SFMultiLineString(cm)multiLineString":{"name":"+multiLineString","abstract":"

    Create

    ","parent_name":"SFMultiLineString"},"Classes/SFMultiLineString.html#/c:objc(cs)SFMultiLineString(cm)multiLineStringWithHasZ:andHasM:":{"name":"+multiLineStringWithHasZ:andHasM:","abstract":"

    Create

    ","parent_name":"SFMultiLineString"},"Classes/SFMultiLineString.html#/c:objc(cs)SFMultiLineString(cm)multiLineStringWithLineStrings:":{"name":"+multiLineStringWithLineStrings:","abstract":"

    Create

    ","parent_name":"SFMultiLineString"},"Classes/SFMultiLineString.html#/c:objc(cs)SFMultiLineString(cm)multiLineStringWithLineString:":{"name":"+multiLineStringWithLineString:","abstract":"

    Create

    ","parent_name":"SFMultiLineString"},"Classes/SFMultiLineString.html#/c:objc(cs)SFMultiLineString(cm)multiLineStringWithMultiLineString:":{"name":"+multiLineStringWithMultiLineString:","abstract":"

    Create

    ","parent_name":"SFMultiLineString"},"Classes/SFMultiLineString.html#/c:objc(cs)SFMultiLineString(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFMultiLineString"},"Classes/SFMultiLineString.html#/c:objc(cs)SFMultiLineString(im)initWithHasZ:andHasM:":{"name":"-initWithHasZ:andHasM:","abstract":"

    Initialize

    ","parent_name":"SFMultiLineString"},"Classes/SFMultiLineString.html#/c:objc(cs)SFMultiLineString(im)initWithLineStrings:":{"name":"-initWithLineStrings:","abstract":"

    Initialize

    ","parent_name":"SFMultiLineString"},"Classes/SFMultiLineString.html#/c:objc(cs)SFMultiLineString(im)initWithLineString:":{"name":"-initWithLineString:","abstract":"

    Initialize

    ","parent_name":"SFMultiLineString"},"Classes/SFMultiLineString.html#/c:objc(cs)SFMultiLineString(im)initWithMultiLineString:":{"name":"-initWithMultiLineString:","abstract":"

    Initialize

    ","parent_name":"SFMultiLineString"},"Classes/SFMultiLineString.html#/c:objc(cs)SFMultiLineString(im)lineStrings":{"name":"-lineStrings","abstract":"

    Get the line strings

    ","parent_name":"SFMultiLineString"},"Classes/SFMultiLineString.html#/c:objc(cs)SFMultiLineString(im)setLineStrings:":{"name":"-setLineStrings:","abstract":"

    Set the line strings

    ","parent_name":"SFMultiLineString"},"Classes/SFMultiLineString.html#/c:objc(cs)SFMultiLineString(im)addLineString:":{"name":"-addLineString:","abstract":"

    Add a line string

    ","parent_name":"SFMultiLineString"},"Classes/SFMultiLineString.html#/c:objc(cs)SFMultiLineString(im)addLineStrings:":{"name":"-addLineStrings:","abstract":"

    Add line strings

    ","parent_name":"SFMultiLineString"},"Classes/SFMultiLineString.html#/c:objc(cs)SFMultiLineString(im)numLineStrings":{"name":"-numLineStrings","abstract":"

    Get the number of line strings

    ","parent_name":"SFMultiLineString"},"Classes/SFMultiLineString.html#/c:objc(cs)SFMultiLineString(im)lineStringAtIndex:":{"name":"-lineStringAtIndex:","abstract":"

    Returns the Nth line string

    ","parent_name":"SFMultiLineString"},"Classes/SFMultiCurve.html#/c:objc(cs)SFMultiCurve(im)initWithType:andHasZ:andHasM:":{"name":"-initWithType:andHasZ:andHasM:","abstract":"

    Initialize

    ","parent_name":"SFMultiCurve"},"Classes/SFMultiCurve.html#/c:objc(cs)SFMultiCurve(im)curves":{"name":"-curves","abstract":"

    Get the curves

    ","parent_name":"SFMultiCurve"},"Classes/SFMultiCurve.html#/c:objc(cs)SFMultiCurve(im)setCurves:":{"name":"-setCurves:","abstract":"

    Set the curves

    ","parent_name":"SFMultiCurve"},"Classes/SFMultiCurve.html#/c:objc(cs)SFMultiCurve(im)addCurve:":{"name":"-addCurve:","abstract":"

    Add a curve

    ","parent_name":"SFMultiCurve"},"Classes/SFMultiCurve.html#/c:objc(cs)SFMultiCurve(im)addCurves:":{"name":"-addCurves:","abstract":"

    Add curves

    ","parent_name":"SFMultiCurve"},"Classes/SFMultiCurve.html#/c:objc(cs)SFMultiCurve(im)numCurves":{"name":"-numCurves","abstract":"

    Get the number of curves

    ","parent_name":"SFMultiCurve"},"Classes/SFMultiCurve.html#/c:objc(cs)SFMultiCurve(im)curveAtIndex:":{"name":"-curveAtIndex:","abstract":"

    Returns the Nth curve

    ","parent_name":"SFMultiCurve"},"Classes/SFMultiCurve.html#/c:objc(cs)SFMultiCurve(im)isClosed":{"name":"-isClosed","abstract":"

    Determine if this Multi Curve is closed for each Curve (start point = end","parent_name":"SFMultiCurve"},"Classes/SFLinearRing.html#/c:objc(cs)SFLinearRing(cm)linearRing":{"name":"+linearRing","abstract":"

    Create

    ","parent_name":"SFLinearRing"},"Classes/SFLinearRing.html#/c:objc(cs)SFLinearRing(cm)linearRingWithHasZ:andHasM:":{"name":"+linearRingWithHasZ:andHasM:","abstract":"

    Create

    ","parent_name":"SFLinearRing"},"Classes/SFLinearRing.html#/c:objc(cs)SFLinearRing(cm)linearRingWithPoints:":{"name":"+linearRingWithPoints:","abstract":"

    Create

    ","parent_name":"SFLinearRing"},"Classes/SFLinearRing.html#/c:objc(cs)SFLinearRing(cm)linearRingWithLinearRing:":{"name":"+linearRingWithLinearRing:","abstract":"

    Create

    ","parent_name":"SFLinearRing"},"Classes/SFLinearRing.html#/c:objc(cs)SFLinearRing(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFLinearRing"},"Classes/SFLinearRing.html#/c:objc(cs)SFLinearRing(im)initWithHasZ:andHasM:":{"name":"-initWithHasZ:andHasM:","abstract":"

    Initialize

    ","parent_name":"SFLinearRing"},"Classes/SFLinearRing.html#/c:objc(cs)SFLinearRing(im)initWithPoints:":{"name":"-initWithPoints:","abstract":"

    Initialize

    ","parent_name":"SFLinearRing"},"Classes/SFLinearRing.html#/c:objc(cs)SFLinearRing(im)initWithLinearRing:":{"name":"-initWithLinearRing:","abstract":"

    Initialize

    ","parent_name":"SFLinearRing"},"Classes/SFLineString.html#/c:objc(cs)SFLineString(py)points":{"name":"points","abstract":"

    Array of points

    ","parent_name":"SFLineString"},"Classes/SFLineString.html#/c:objc(cs)SFLineString(cm)lineString":{"name":"+lineString","abstract":"

    Create

    ","parent_name":"SFLineString"},"Classes/SFLineString.html#/c:objc(cs)SFLineString(cm)lineStringWithHasZ:andHasM:":{"name":"+lineStringWithHasZ:andHasM:","abstract":"

    Create

    ","parent_name":"SFLineString"},"Classes/SFLineString.html#/c:objc(cs)SFLineString(cm)lineStringWithPoints:":{"name":"+lineStringWithPoints:","abstract":"

    Create

    ","parent_name":"SFLineString"},"Classes/SFLineString.html#/c:objc(cs)SFLineString(cm)lineStringWithLineString:":{"name":"+lineStringWithLineString:","abstract":"

    Create

    ","parent_name":"SFLineString"},"Classes/SFLineString.html#/c:objc(cs)SFLineString(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFLineString"},"Classes/SFLineString.html#/c:objc(cs)SFLineString(im)initWithHasZ:andHasM:":{"name":"-initWithHasZ:andHasM:","abstract":"

    Initialize

    ","parent_name":"SFLineString"},"Classes/SFLineString.html#/c:objc(cs)SFLineString(im)initWithPoints:":{"name":"-initWithPoints:","abstract":"

    Initialize

    ","parent_name":"SFLineString"},"Classes/SFLineString.html#/c:objc(cs)SFLineString(im)initWithType:andHasZ:andHasM:":{"name":"-initWithType:andHasZ:andHasM:","abstract":"

    Initialize

    ","parent_name":"SFLineString"},"Classes/SFLineString.html#/c:objc(cs)SFLineString(im)initWithLineString:":{"name":"-initWithLineString:","abstract":"

    Initialize

    ","parent_name":"SFLineString"},"Classes/SFLineString.html#/c:objc(cs)SFLineString(im)addPoint:":{"name":"-addPoint:","abstract":"

    Add a point

    ","parent_name":"SFLineString"},"Classes/SFLineString.html#/c:objc(cs)SFLineString(im)addPoints:":{"name":"-addPoints:","abstract":"

    Add points

    ","parent_name":"SFLineString"},"Classes/SFLineString.html#/c:objc(cs)SFLineString(im)numPoints":{"name":"-numPoints","abstract":"

    Get the number of points

    ","parent_name":"SFLineString"},"Classes/SFLineString.html#/c:objc(cs)SFLineString(im)pointAtIndex:":{"name":"-pointAtIndex:","abstract":"

    Returns the Nth point

    ","parent_name":"SFLineString"},"Classes/SFLine.html#/c:objc(cs)SFLine(cm)line":{"name":"+line","abstract":"

    Create

    ","parent_name":"SFLine"},"Classes/SFLine.html#/c:objc(cs)SFLine(cm)lineWithHasZ:andHasM:":{"name":"+lineWithHasZ:andHasM:","abstract":"

    Create

    ","parent_name":"SFLine"},"Classes/SFLine.html#/c:objc(cs)SFLine(cm)lineWithPoints:":{"name":"+lineWithPoints:","abstract":"

    Create

    ","parent_name":"SFLine"},"Classes/SFLine.html#/c:objc(cs)SFLine(cm)lineWithPoint1:andPoint2:":{"name":"+lineWithPoint1:andPoint2:","abstract":"

    Create

    ","parent_name":"SFLine"},"Classes/SFLine.html#/c:objc(cs)SFLine(cm)lineWithLine:":{"name":"+lineWithLine:","abstract":"

    Create

    ","parent_name":"SFLine"},"Classes/SFLine.html#/c:objc(cs)SFLine(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFLine"},"Classes/SFLine.html#/c:objc(cs)SFLine(im)initWithHasZ:andHasM:":{"name":"-initWithHasZ:andHasM:","abstract":"

    Initialize

    ","parent_name":"SFLine"},"Classes/SFLine.html#/c:objc(cs)SFLine(im)initWithPoints:":{"name":"-initWithPoints:","abstract":"

    Initialize

    ","parent_name":"SFLine"},"Classes/SFLine.html#/c:objc(cs)SFLine(im)initWithPoint1:andPoint2:":{"name":"-initWithPoint1:andPoint2:","abstract":"

    Initialize

    ","parent_name":"SFLine"},"Classes/SFLine.html#/c:objc(cs)SFLine(im)initWithLine:":{"name":"-initWithLine:","abstract":"

    Initialize

    ","parent_name":"SFLine"},"Classes/SFGeometryTypes.html#/c:objc(cs)SFGeometryTypes(cm)name:":{"name":"+name:","abstract":"

    Get the name of the geometry type

    ","parent_name":"SFGeometryTypes"},"Classes/SFGeometryTypes.html#/c:objc(cs)SFGeometryTypes(cm)fromName:":{"name":"+fromName:","abstract":"

    Get the geometry type of the name

    ","parent_name":"SFGeometryTypes"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(py)minX":{"name":"minX","abstract":"

    X coordinate range

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(py)maxX":{"name":"maxX","abstract":"

    Undocumented

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(py)minY":{"name":"minY","abstract":"

    Y coordinate range

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(py)maxY":{"name":"maxY","abstract":"

    Undocumented

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(py)hasZ":{"name":"hasZ","abstract":"

    Has Z value and Z coordinate range

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(py)minZ":{"name":"minZ","abstract":"

    Undocumented

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(py)maxZ":{"name":"maxZ","abstract":"

    Undocumented

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(py)hasM":{"name":"hasM","abstract":"

    Has M value and M coordinate range

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(py)minM":{"name":"minM","abstract":"

    Undocumented

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(py)maxM":{"name":"maxM","abstract":"

    Undocumented

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(cm)envelope":{"name":"+envelope","abstract":"

    Create with no z or m

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(cm)envelopeWithHasZ:andHasM:":{"name":"+envelopeWithHasZ:andHasM:","abstract":"

    Create with the has z and m values

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(cm)envelopeWithMinX:andMinY:andMaxX:andMaxY:":{"name":"+envelopeWithMinX:andMinY:andMaxX:andMaxY:","abstract":"

    Create with number range

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(cm)envelopeWithMinXValue:andMinYValue:andMaxXValue:andMaxYValue:":{"name":"+envelopeWithMinXValue:andMinYValue:andMaxXValue:andMaxYValue:","abstract":"

    Create with double range

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(cm)envelopeWithMinX:andMinY:andMinZ:andMaxX:andMaxY:andMaxZ:":{"name":"+envelopeWithMinX:andMinY:andMinZ:andMaxX:andMaxY:andMaxZ:","abstract":"

    Create with number range

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(cm)envelopeWithMinXValue:andMinYValue:andMinZValue:andMaxXValue:andMaxYValue:andMaxZValue:":{"name":"+envelopeWithMinXValue:andMinYValue:andMinZValue:andMaxXValue:andMaxYValue:andMaxZValue:","abstract":"

    Create with double range

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(cm)envelopeWithMinX:andMinY:andMinZ:andMinM:andMaxX:andMaxY:andMaxZ:andMaxM:":{"name":"+envelopeWithMinX:andMinY:andMinZ:andMinM:andMaxX:andMaxY:andMaxZ:andMaxM:","abstract":"

    Create with number range

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(cm)envelopeWithMinXValue:andMinYValue:andMinZValue:andMinMValue:andMaxXValue:andMaxYValue:andMaxZValue:andMaxMValue:":{"name":"+envelopeWithMinXValue:andMinYValue:andMinZValue:andMinMValue:andMaxXValue:andMaxYValue:andMaxZValue:andMaxMValue:","abstract":"

    Create with double range

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(cm)geometryEnvelopeWithGeometryEnvelope:":{"name":"+geometryEnvelopeWithGeometryEnvelope:","abstract":"

    Create

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)init":{"name":"-init","abstract":"

    Initialize with no z or m

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)initWithHasZ:andHasM:":{"name":"-initWithHasZ:andHasM:","abstract":"

    Initialize with the has z and m values

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)initWithMinX:andMinY:andMaxX:andMaxY:":{"name":"-initWithMinX:andMinY:andMaxX:andMaxY:","abstract":"

    Initialize with number range

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)initWithMinXValue:andMinYValue:andMaxXValue:andMaxYValue:":{"name":"-initWithMinXValue:andMinYValue:andMaxXValue:andMaxYValue:","abstract":"

    Initialize with double range

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)initWithMinX:andMinY:andMinZ:andMaxX:andMaxY:andMaxZ:":{"name":"-initWithMinX:andMinY:andMinZ:andMaxX:andMaxY:andMaxZ:","abstract":"

    Initialize with number range

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)initWithMinXValue:andMinYValue:andMinZValue:andMaxXValue:andMaxYValue:andMaxZValue:":{"name":"-initWithMinXValue:andMinYValue:andMinZValue:andMaxXValue:andMaxYValue:andMaxZValue:","abstract":"

    Initialize with double range

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)initWithMinX:andMinY:andMinZ:andMinM:andMaxX:andMaxY:andMaxZ:andMaxM:":{"name":"-initWithMinX:andMinY:andMinZ:andMinM:andMaxX:andMaxY:andMaxZ:andMaxM:","abstract":"

    Initialize with number range

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)initWithMinXValue:andMinYValue:andMinZValue:andMinMValue:andMaxXValue:andMaxYValue:andMaxZValue:andMaxMValue:":{"name":"-initWithMinXValue:andMinYValue:andMinZValue:andMinMValue:andMaxXValue:andMaxYValue:andMaxZValue:andMaxMValue:","abstract":"

    Initialize with double range

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)initWithGeometryEnvelope:":{"name":"-initWithGeometryEnvelope:","abstract":"

    Initialize

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)setMinXValue:":{"name":"-setMinXValue:","abstract":"

    Set the min x value

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)setMaxXValue:":{"name":"-setMaxXValue:","abstract":"

    Set the max x value

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)setMinYValue:":{"name":"-setMinYValue:","abstract":"

    Set the min y value

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)setMaxYValue:":{"name":"-setMaxYValue:","abstract":"

    Set the max y value

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)setMinZValue:":{"name":"-setMinZValue:","abstract":"

    Set the min z value

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)setMaxZValue:":{"name":"-setMaxZValue:","abstract":"

    Set the max z value

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)setMinMValue:":{"name":"-setMinMValue:","abstract":"

    Set the min m value

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)setMaxMValue:":{"name":"-setMaxMValue:","abstract":"

    Set the max m value

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)is3D":{"name":"-is3D","abstract":"

    True if has Z coordinates

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)isMeasured":{"name":"-isMeasured","abstract":"

    True if has M measurements

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)xRange":{"name":"-xRange","abstract":"

    Get the x range

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)yRange":{"name":"-yRange","abstract":"

    Get the y range

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)zRange":{"name":"-zRange","abstract":"

    Get the z range

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)mRange":{"name":"-mRange","abstract":"

    Get the m range

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)isPoint":{"name":"-isPoint","abstract":"

    Determine if the envelope is of a single point

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)topLeft":{"name":"-topLeft","abstract":"

    Get the top left point

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)bottomLeft":{"name":"-bottomLeft","abstract":"

    Get the bottom left point

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)bottomRight":{"name":"-bottomRight","abstract":"

    Get the bottom right point

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)topRight":{"name":"-topRight","abstract":"

    Get the top right point

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)left":{"name":"-left","abstract":"

    Get the left line

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)bottom":{"name":"-bottom","abstract":"

    Get the bottom line

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)right":{"name":"-right","abstract":"

    Get the right line

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)top":{"name":"-top","abstract":"

    Get the top line

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)midX":{"name":"-midX","abstract":"

    Get the envelope mid x

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)midY":{"name":"-midY","abstract":"

    Get the envelope mid y

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)centroid":{"name":"-centroid","abstract":"

    Get the envelope centroid point

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)isEmpty":{"name":"-isEmpty","abstract":"

    Determine if the envelope is empty

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)intersectsWithEnvelope:":{"name":"-intersectsWithEnvelope:","abstract":"

    Determine if intersects with the provided envelope

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)intersectsWithEnvelope:withAllowEmpty:":{"name":"-intersectsWithEnvelope:withAllowEmpty:","abstract":"

    Determine if intersects with the provided envelope

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)overlapWithEnvelope:":{"name":"-overlapWithEnvelope:","abstract":"

    Get the overlapping geometry envelope with the provided envelope

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)overlapWithEnvelope:withAllowEmpty:":{"name":"-overlapWithEnvelope:withAllowEmpty:","abstract":"

    Get the overlapping geometry envelope with the provided envelope

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)unionWithEnvelope:":{"name":"-unionWithEnvelope:","abstract":"

    Get the union geometry envelope combined with the provided envelope

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)containsPoint:":{"name":"-containsPoint:","abstract":"

    Determine if contains the point

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)containsPoint:withEpsilon:":{"name":"-containsPoint:withEpsilon:","abstract":"

    Determine if contains the point

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)containsX:andY:":{"name":"-containsX:andY:","abstract":"

    Determine if contains the coordinate

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)containsX:andY:withEpsilon:":{"name":"-containsX:andY:withEpsilon:","abstract":"

    Determine if contains the coordinate

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)containsEnvelope:":{"name":"-containsEnvelope:","abstract":"

    Determine if inclusively contains the provided envelope

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)containsEnvelope:withEpsilon:":{"name":"-containsEnvelope:withEpsilon:","abstract":"

    Determine if inclusively contains the provided envelope

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)buildGeometry":{"name":"-buildGeometry","abstract":"

    Build a geometry representation of the geometry envelope

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(py)geometries":{"name":"geometries","abstract":"

    Array of geometries

    ","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(cm)geometryCollection":{"name":"+geometryCollection","abstract":"

    Create

    ","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(cm)geometryCollectionWithHasZ:andHasM:":{"name":"+geometryCollectionWithHasZ:andHasM:","abstract":"

    Create

    ","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(cm)geometryCollectionWithGeometries:":{"name":"+geometryCollectionWithGeometries:","abstract":"

    Create

    ","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(cm)geometryCollectionWithGeometry:":{"name":"+geometryCollectionWithGeometry:","abstract":"

    Create

    ","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(cm)geometryCollectionWithGeometryCollection:":{"name":"+geometryCollectionWithGeometryCollection:","abstract":"

    Create

    ","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(im)initWithHasZ:andHasM:":{"name":"-initWithHasZ:andHasM:","abstract":"

    Initialize

    ","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(im)initWithGeometries:":{"name":"-initWithGeometries:","abstract":"

    Initialize

    ","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(im)initWithGeometry:":{"name":"-initWithGeometry:","abstract":"

    Initialize

    ","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(im)initWithType:andHasZ:andHasM:":{"name":"-initWithType:andHasZ:andHasM:","abstract":"

    Initialize

    ","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(im)initWithGeometryCollection:":{"name":"-initWithGeometryCollection:","abstract":"

    Initialize

    ","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(im)addGeometry:":{"name":"-addGeometry:","abstract":"

    Add geometry

    ","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(im)addGeometries:":{"name":"-addGeometries:","abstract":"

    Add geometries

    ","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(im)numGeometries":{"name":"-numGeometries","abstract":"

    Get the number of geometries

    ","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(im)geometryAtIndex:":{"name":"-geometryAtIndex:","abstract":"

    Returns the Nth geometry

    ","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(im)collectionType":{"name":"-collectionType","abstract":"

    Get the collection type by evaluating the geometries

    ","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(im)isMultiPoint":{"name":"-isMultiPoint","abstract":"

    Determine if this geometry collection is a MultiPoint instance or","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(im)asMultiPoint":{"name":"-asMultiPoint","abstract":"

    Get as a MultiPoint, either the current instance or newly created","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(im)isMultiLineString":{"name":"-isMultiLineString","abstract":"

    Determine if this geometry collection is a MultiLineString","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(im)asMultiLineString":{"name":"-asMultiLineString","abstract":"

    Get as a MultiLineString, either the current instance or newly","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(im)isMultiPolygon":{"name":"-isMultiPolygon","abstract":"

    Determine if this geometry collection is a MultiPolygon instance","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(im)asMultiPolygon":{"name":"-asMultiPolygon","abstract":"

    Get as a MultiPolygon, either the current instance or newly","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(im)isMultiCurve":{"name":"-isMultiCurve","abstract":"

    Determine if this geometry collection contains only Curve","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(im)asMultiCurve":{"name":"-asMultiCurve","abstract":"

    Get as a Multi Curve, a Curve typed Geometry Collection

    ","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(im)isMultiSurface":{"name":"-isMultiSurface","abstract":"

    Determine if this geometry collection contains only Surface","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(im)asMultiSurface":{"name":"-asMultiSurface","abstract":"

    Get as a Multi Surface, a Surface typed Geometry Collection

    ","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(im)asGeometryCollection":{"name":"-asGeometryCollection","abstract":"

    Get as a top level Geometry Collection

    ","parent_name":"SFGeometryCollection"},"Classes/SFGeometry.html#/c:objc(cs)SFGeometry(py)geometryType":{"name":"geometryType","abstract":"

    Geometry type

    ","parent_name":"SFGeometry"},"Classes/SFGeometry.html#/c:objc(cs)SFGeometry(py)hasZ":{"name":"hasZ","abstract":"

    Has Z values

    ","parent_name":"SFGeometry"},"Classes/SFGeometry.html#/c:objc(cs)SFGeometry(py)hasM":{"name":"hasM","abstract":"

    Has M values

    ","parent_name":"SFGeometry"},"Classes/SFGeometry.html#/c:objc(cs)SFGeometry(im)initWithType:andHasZ:andHasM:":{"name":"-initWithType:andHasZ:andHasM:","abstract":"

    Initialize

    ","parent_name":"SFGeometry"},"Classes/SFGeometry.html#/c:objc(cs)SFGeometry(im)is3D":{"name":"-is3D","abstract":"

    Does the geometry have z coordinates

    ","parent_name":"SFGeometry"},"Classes/SFGeometry.html#/c:objc(cs)SFGeometry(im)isMeasured":{"name":"-isMeasured","abstract":"

    Does the geometry have m coordinates.

    ","parent_name":"SFGeometry"},"Classes/SFGeometry.html#/c:objc(cs)SFGeometry(im)envelope":{"name":"-envelope","abstract":"

    Get the minimum bounding box for this Geometry

    ","parent_name":"SFGeometry"},"Classes/SFGeometry.html#/c:objc(cs)SFGeometry(im)expandEnvelope:":{"name":"-expandEnvelope:","abstract":"

    Expand the envelope with the minimum bounding box for this Geometry

    ","parent_name":"SFGeometry"},"Classes/SFGeometry.html#/c:objc(cs)SFGeometry(im)dimension":{"name":"-dimension","abstract":"

    Get the inherent dimension (0, 1, or 2) for this Geometry

    ","parent_name":"SFGeometry"},"Classes/SFGeometry.html#/c:objc(cs)SFGeometry(im)centroid":{"name":"-centroid","abstract":"

    Get the mathematical centroid point of a 2 dimensional representation of","parent_name":"SFGeometry"},"Classes/SFGeometry.html#/c:objc(cs)SFGeometry(im)degreesCentroid":{"name":"-degreesCentroid","abstract":"

    Get the geographic centroid point of a 2 dimensional representation of","parent_name":"SFGeometry"},"Classes/SFGeometry.html#/c:objc(cs)SFGeometry(im)isEmpty":{"name":"-isEmpty","abstract":"

    Is the Geometry empty

    ","parent_name":"SFGeometry"},"Classes/SFGeometry.html#/c:objc(cs)SFGeometry(im)isSimple":{"name":"-isSimple","abstract":"

    Determine if this Geometry has no anomalous geometric points, such as","parent_name":"SFGeometry"},"Classes/SFGeometry.html#/c:objc(cs)SFGeometry(im)updateZM:":{"name":"-updateZM:","abstract":"

    Update currently false hasZ and hasM values using the provided geometry

    ","parent_name":"SFGeometry"},"Classes/SFCurvePolygon.html#/c:objc(cs)SFCurvePolygon(py)rings":{"name":"rings","abstract":"

    Array of rings

    ","parent_name":"SFCurvePolygon"},"Classes/SFCurvePolygon.html#/c:objc(cs)SFCurvePolygon(cm)curvePolygon":{"name":"+curvePolygon","abstract":"

    Create

    ","parent_name":"SFCurvePolygon"},"Classes/SFCurvePolygon.html#/c:objc(cs)SFCurvePolygon(cm)curvePolygonWithHasZ:andHasM:":{"name":"+curvePolygonWithHasZ:andHasM:","abstract":"

    Create

    ","parent_name":"SFCurvePolygon"},"Classes/SFCurvePolygon.html#/c:objc(cs)SFCurvePolygon(cm)curvePolygonWithRings:":{"name":"+curvePolygonWithRings:","abstract":"

    Create

    ","parent_name":"SFCurvePolygon"},"Classes/SFCurvePolygon.html#/c:objc(cs)SFCurvePolygon(cm)curvePolygonWithRing:":{"name":"+curvePolygonWithRing:","abstract":"

    Create

    ","parent_name":"SFCurvePolygon"},"Classes/SFCurvePolygon.html#/c:objc(cs)SFCurvePolygon(cm)curvePolygonWithCurvePolygon:":{"name":"+curvePolygonWithCurvePolygon:","abstract":"

    Create

    ","parent_name":"SFCurvePolygon"},"Classes/SFCurvePolygon.html#/c:objc(cs)SFCurvePolygon(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFCurvePolygon"},"Classes/SFCurvePolygon.html#/c:objc(cs)SFCurvePolygon(im)initWithHasZ:andHasM:":{"name":"-initWithHasZ:andHasM:","abstract":"

    Initialize

    ","parent_name":"SFCurvePolygon"},"Classes/SFCurvePolygon.html#/c:objc(cs)SFCurvePolygon(im)initWithRings:":{"name":"-initWithRings:","abstract":"

    Initialize

    ","parent_name":"SFCurvePolygon"},"Classes/SFCurvePolygon.html#/c:objc(cs)SFCurvePolygon(im)initWithRing:":{"name":"-initWithRing:","abstract":"

    Initialize

    ","parent_name":"SFCurvePolygon"},"Classes/SFCurvePolygon.html#/c:objc(cs)SFCurvePolygon(im)initWithType:andHasZ:andHasM:":{"name":"-initWithType:andHasZ:andHasM:","abstract":"

    Initialize

    ","parent_name":"SFCurvePolygon"},"Classes/SFCurvePolygon.html#/c:objc(cs)SFCurvePolygon(im)initWithCurvePolygon:":{"name":"-initWithCurvePolygon:","abstract":"

    Initialize

    ","parent_name":"SFCurvePolygon"},"Classes/SFCurvePolygon.html#/c:objc(cs)SFCurvePolygon(im)addRing:":{"name":"-addRing:","abstract":"

    Add a ring

    ","parent_name":"SFCurvePolygon"},"Classes/SFCurvePolygon.html#/c:objc(cs)SFCurvePolygon(im)addRings:":{"name":"-addRings:","abstract":"

    Add rings

    ","parent_name":"SFCurvePolygon"},"Classes/SFCurvePolygon.html#/c:objc(cs)SFCurvePolygon(im)numRings":{"name":"-numRings","abstract":"

    Get the number of rings

    ","parent_name":"SFCurvePolygon"},"Classes/SFCurvePolygon.html#/c:objc(cs)SFCurvePolygon(im)ringAtIndex:":{"name":"-ringAtIndex:","abstract":"

    Returns the Nth ring where the exterior ring is at 0, interior rings","parent_name":"SFCurvePolygon"},"Classes/SFCurvePolygon.html#/c:objc(cs)SFCurvePolygon(im)exteriorRing":{"name":"-exteriorRing","abstract":"

    Get the exterior ring

    ","parent_name":"SFCurvePolygon"},"Classes/SFCurvePolygon.html#/c:objc(cs)SFCurvePolygon(im)numInteriorRings":{"name":"-numInteriorRings","abstract":"

    Get the number of interior rings

    ","parent_name":"SFCurvePolygon"},"Classes/SFCurvePolygon.html#/c:objc(cs)SFCurvePolygon(im)interiorRingAtIndex:":{"name":"-interiorRingAtIndex:","abstract":"

    Returns the Nth interior ring for this Polygon

    ","parent_name":"SFCurvePolygon"},"Classes/SFCurve.html#/c:objc(cs)SFCurve(im)initWithType:andHasZ:andHasM:":{"name":"-initWithType:andHasZ:andHasM:","abstract":"

    Initialize

    ","parent_name":"SFCurve"},"Classes/SFCurve.html#/c:objc(cs)SFCurve(im)startPoint":{"name":"-startPoint","abstract":"

    Get the start Point of this Curve

    ","parent_name":"SFCurve"},"Classes/SFCurve.html#/c:objc(cs)SFCurve(im)endPoint":{"name":"-endPoint","abstract":"

    Get the end Point of this Curve

    ","parent_name":"SFCurve"},"Classes/SFCurve.html#/c:objc(cs)SFCurve(im)isClosed":{"name":"-isClosed","abstract":"

    Determine if this Curve is closed (start point = end point)

    ","parent_name":"SFCurve"},"Classes/SFCurve.html#/c:objc(cs)SFCurve(im)isRing":{"name":"-isRing","abstract":"

    Determine if this Curve is a ring (closed and simple)

    ","parent_name":"SFCurve"},"Classes/SFCompoundCurve.html#/c:objc(cs)SFCompoundCurve(py)lineStrings":{"name":"lineStrings","abstract":"

    Array of line strings

    ","parent_name":"SFCompoundCurve"},"Classes/SFCompoundCurve.html#/c:objc(cs)SFCompoundCurve(cm)compoundCurve":{"name":"+compoundCurve","abstract":"

    Create

    ","parent_name":"SFCompoundCurve"},"Classes/SFCompoundCurve.html#/c:objc(cs)SFCompoundCurve(cm)compoundCurveWithHasZ:andHasM:":{"name":"+compoundCurveWithHasZ:andHasM:","abstract":"

    Create

    ","parent_name":"SFCompoundCurve"},"Classes/SFCompoundCurve.html#/c:objc(cs)SFCompoundCurve(cm)compoundCurveWithLineStrings:":{"name":"+compoundCurveWithLineStrings:","abstract":"

    Create

    ","parent_name":"SFCompoundCurve"},"Classes/SFCompoundCurve.html#/c:objc(cs)SFCompoundCurve(cm)compoundCurveWithLineString:":{"name":"+compoundCurveWithLineString:","abstract":"

    Create

    ","parent_name":"SFCompoundCurve"},"Classes/SFCompoundCurve.html#/c:objc(cs)SFCompoundCurve(cm)compoundCurveWithCompoundCurve:":{"name":"+compoundCurveWithCompoundCurve:","abstract":"

    Create

    ","parent_name":"SFCompoundCurve"},"Classes/SFCompoundCurve.html#/c:objc(cs)SFCompoundCurve(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFCompoundCurve"},"Classes/SFCompoundCurve.html#/c:objc(cs)SFCompoundCurve(im)initWithHasZ:andHasM:":{"name":"-initWithHasZ:andHasM:","abstract":"

    Initialize

    ","parent_name":"SFCompoundCurve"},"Classes/SFCompoundCurve.html#/c:objc(cs)SFCompoundCurve(im)initWithLineStrings:":{"name":"-initWithLineStrings:","abstract":"

    Initialize

    ","parent_name":"SFCompoundCurve"},"Classes/SFCompoundCurve.html#/c:objc(cs)SFCompoundCurve(im)initWithLineString:":{"name":"-initWithLineString:","abstract":"

    Initialize

    ","parent_name":"SFCompoundCurve"},"Classes/SFCompoundCurve.html#/c:objc(cs)SFCompoundCurve(im)initWithCompoundCurve:":{"name":"-initWithCompoundCurve:","abstract":"

    Initialize

    ","parent_name":"SFCompoundCurve"},"Classes/SFCompoundCurve.html#/c:objc(cs)SFCompoundCurve(im)addLineString:":{"name":"-addLineString:","abstract":"

    Add a line string

    ","parent_name":"SFCompoundCurve"},"Classes/SFCompoundCurve.html#/c:objc(cs)SFCompoundCurve(im)addLineStrings:":{"name":"-addLineStrings:","abstract":"

    Add line strings

    ","parent_name":"SFCompoundCurve"},"Classes/SFCompoundCurve.html#/c:objc(cs)SFCompoundCurve(im)numLineStrings":{"name":"-numLineStrings","abstract":"

    Get the number of line strings

    ","parent_name":"SFCompoundCurve"},"Classes/SFCompoundCurve.html#/c:objc(cs)SFCompoundCurve(im)lineStringAtIndex:":{"name":"-lineStringAtIndex:","abstract":"

    Returns the Nth line string

    ","parent_name":"SFCompoundCurve"},"Classes/SFCircularString.html#/c:objc(cs)SFCircularString(cm)circularString":{"name":"+circularString","abstract":"

    Create

    ","parent_name":"SFCircularString"},"Classes/SFCircularString.html#/c:objc(cs)SFCircularString(cm)circularStringWithHasZ:andHasM:":{"name":"+circularStringWithHasZ:andHasM:","abstract":"

    Create

    ","parent_name":"SFCircularString"},"Classes/SFCircularString.html#/c:objc(cs)SFCircularString(cm)circularStringWithPoints:":{"name":"+circularStringWithPoints:","abstract":"

    Create

    ","parent_name":"SFCircularString"},"Classes/SFCircularString.html#/c:objc(cs)SFCircularString(cm)circularStringWithCircularString:":{"name":"+circularStringWithCircularString:","abstract":"

    Create

    ","parent_name":"SFCircularString"},"Classes/SFCircularString.html#/c:objc(cs)SFCircularString(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFCircularString"},"Classes/SFCircularString.html#/c:objc(cs)SFCircularString(im)initWithHasZ:andHasM:":{"name":"-initWithHasZ:andHasM:","abstract":"

    Initialize

    ","parent_name":"SFCircularString"},"Classes/SFCircularString.html#/c:objc(cs)SFCircularString(im)initWithPoints:":{"name":"-initWithPoints:","abstract":"

    Initialize

    ","parent_name":"SFCircularString"},"Classes/SFCircularString.html#/c:objc(cs)SFCircularString(im)initWithCircularString:":{"name":"-initWithCircularString:","abstract":"

    Initialize

    ","parent_name":"SFCircularString"},"Classes/PROJProjections.html#/c:objc(cs)PROJProjections(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"PROJProjections"},"Classes/PROJProjections.html#/c:objc(cs)PROJProjections(im)projectionsForAuthority:":{"name":"-projectionsForAuthority:","abstract":"

    Get the authority projections

    ","parent_name":"PROJProjections"},"Classes/PROJProjections.html#/c:objc(cs)PROJProjections(im)projectionForAuthority:andCode:":{"name":"-projectionForAuthority:andCode:","abstract":"

    Get the projection for the authority and code

    ","parent_name":"PROJProjections"},"Classes/PROJProjections.html#/c:objc(cs)PROJProjections(im)hasProjection:":{"name":"-hasProjection:","abstract":"

    Check if the collection contains the projection

    ","parent_name":"PROJProjections"},"Classes/PROJProjections.html#/c:objc(cs)PROJProjections(im)hasProjectionWithAuthority:andCode:":{"name":"-hasProjectionWithAuthority:andCode:","abstract":"

    Check if the collection contains a projection for the authority and code

    ","parent_name":"PROJProjections"},"Classes/PROJProjections.html#/c:objc(cs)PROJProjections(im)addProjection:":{"name":"-addProjection:","abstract":"

    Add the projection

    ","parent_name":"PROJProjections"},"Classes/PROJProjections.html#/c:objc(cs)PROJProjections(im)clear":{"name":"-clear","abstract":"

    Clear all projections

    ","parent_name":"PROJProjections"},"Classes/PROJProjections.html#/c:objc(cs)PROJProjections(im)clearAuthority:":{"name":"-clearAuthority:","abstract":"

    Clear all projections for the authority

    ","parent_name":"PROJProjections"},"Classes/PROJProjections.html#/c:objc(cs)PROJProjections(im)removeAuthority:andNumberCode:":{"name":"-removeAuthority:andNumberCode:","abstract":"

    Remove the projection for the authority and code

    ","parent_name":"PROJProjections"},"Classes/PROJProjections.html#/c:objc(cs)PROJProjections(im)removeAuthority:andCode:":{"name":"-removeAuthority:andCode:","abstract":"

    Remove the projection for the authority and code

    ","parent_name":"PROJProjections"},"Classes/PROJProjections.html#/c:objc(cs)PROJProjections(im)removeProjection:":{"name":"-removeProjection:","abstract":"

    Remove the projection

    ","parent_name":"PROJProjections"},"Classes/PROJProjections.html#/c:objc(cs)PROJProjections(im)authorityCount":{"name":"-authorityCount","abstract":"

    Get the count of authorities

    ","parent_name":"PROJProjections"},"Classes/PROJProjections.html#/c:objc(cs)PROJProjections(im)authorities":{"name":"-authorities","abstract":"

    Get the authorities

    ","parent_name":"PROJProjections"},"Classes/PROJProjections.html#/c:objc(cs)PROJProjections(im)projectionCount":{"name":"-projectionCount","abstract":"

    Get the count of projections

    ","parent_name":"PROJProjections"},"Classes/PROJProjections.html#/c:objc(cs)PROJProjections(im)isEmpty":{"name":"-isEmpty","abstract":"

    Is the collection empty?

    ","parent_name":"PROJProjections"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(py)fromProjection":{"name":"fromProjection","abstract":"

    From projection

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(py)toProjection":{"name":"toProjection","abstract":"

    To projection

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(cm)transformFromProjection:andToProjection:":{"name":"+transformFromProjection:andToProjection:","abstract":"

    Create

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(cm)transformFromEpsg:andToEpsg:":{"name":"+transformFromEpsg:andToEpsg:","abstract":"

    Create

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(cm)transformFromAuthority:andFromIntCode:andToAuthority:andToIntCode:":{"name":"+transformFromAuthority:andFromIntCode:andToAuthority:andToIntCode:","abstract":"

    Create

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(cm)transformFromAuthority:andFromCode:andToAuthority:andToCode:":{"name":"+transformFromAuthority:andFromCode:andToAuthority:andToCode:","abstract":"

    Create

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(cm)transformFromProjection:andToEpsg:":{"name":"+transformFromProjection:andToEpsg:","abstract":"

    Create

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(cm)transformFromProjection:andToAuthority:andToCode:":{"name":"+transformFromProjection:andToAuthority:andToCode:","abstract":"

    Create

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(cm)transformFromEpsg:andToProjection:":{"name":"+transformFromEpsg:andToProjection:","abstract":"

    Create

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(cm)transformFromAuthority:andFromCode:andToProjection:":{"name":"+transformFromAuthority:andFromCode:andToProjection:","abstract":"

    Create

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(cm)transformWithProjectionTransform:":{"name":"+transformWithProjectionTransform:","abstract":"

    Create

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(im)initWithFromProjection:andToProjection:":{"name":"-initWithFromProjection:andToProjection:","abstract":"

    Initialize

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(im)initWithFromEpsg:andToEpsg:":{"name":"-initWithFromEpsg:andToEpsg:","abstract":"

    Initialize

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(im)initWithFromAuthority:andFromIntCode:andToAuthority:andToIntCode:":{"name":"-initWithFromAuthority:andFromIntCode:andToAuthority:andToIntCode:","abstract":"

    Initialize

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(im)initWithFromAuthority:andFromCode:andToAuthority:andToCode:":{"name":"-initWithFromAuthority:andFromCode:andToAuthority:andToCode:","abstract":"

    Initialize

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(im)initWithFromProjection:andToEpsg:":{"name":"-initWithFromProjection:andToEpsg:","abstract":"

    Initialize

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(im)initWithFromProjection:andToAuthority:andToCode:":{"name":"-initWithFromProjection:andToAuthority:andToCode:","abstract":"

    Initialize

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(im)initWithFromEpsg:andToProjection:":{"name":"-initWithFromEpsg:andToProjection:","abstract":"

    Initialize

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(im)initWithFromAuthority:andFromCode:andToProjection:":{"name":"-initWithFromAuthority:andFromCode:andToProjection:","abstract":"

    Initialize

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(im)initWithProjectionTransform:":{"name":"-initWithProjectionTransform:","abstract":"

    Initialize

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(im)free":{"name":"-free","abstract":"

    Free the projection memory

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(im)transform:":{"name":"-transform:","abstract":"

    Transform a location coordinate

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(im)transform3d:":{"name":"-transform3d:","abstract":"

    Transform a 3d location coordinate

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(im)transformX:andY:":{"name":"-transformX:andY:","abstract":"

    Transform a x and y coordinate

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(im)transformMinX:andMinY:andMaxX:andMaxY:":{"name":"-transformMinX:andMinY:andMaxX:andMaxY:","abstract":"

    Transform the coordinate bounds

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(im)isSameProjection":{"name":"-isSameProjection","abstract":"

    Is the from and to projection the same?

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(im)inverseTransformation":{"name":"-inverseTransformation","abstract":"

    Get the inverse transformation

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionRetriever.html#/c:objc(cs)PROJProjectionRetriever(cm)projectionWithEpsg:":{"name":"+projectionWithEpsg:","abstract":"

    Get the proj4 projection string for the EPSG code

    ","parent_name":"PROJProjectionRetriever"},"Classes/PROJProjectionRetriever.html#/c:objc(cs)PROJProjectionRetriever(cm)projectionWithAuthority:andNumberCode:":{"name":"+projectionWithAuthority:andNumberCode:","abstract":"

    Get the proj4 projection string for the authority coordinate code

    ","parent_name":"PROJProjectionRetriever"},"Classes/PROJProjectionRetriever.html#/c:objc(cs)PROJProjectionRetriever(cm)projectionWithAuthority:andCode:":{"name":"+projectionWithAuthority:andCode:","abstract":"

    Get the proj4 projection string for the authority coordinate code

    ","parent_name":"PROJProjectionRetriever"},"Classes/PROJProjectionRetriever.html#/c:objc(cs)PROJProjectionRetriever(cm)getOrCreateProjectionsForAuthority:":{"name":"+getOrCreateProjectionsForAuthority:","abstract":"

    Get or create the projection properties

    ","parent_name":"PROJProjectionRetriever"},"Classes/PROJProjectionRetriever.html#/c:objc(cs)PROJProjectionRetriever(cm)projectionsForAuthority:":{"name":"+projectionsForAuthority:","abstract":"

    Get the projection properties for the authority

    ","parent_name":"PROJProjectionRetriever"},"Classes/PROJProjectionRetriever.html#/c:objc(cs)PROJProjectionRetriever(cm)clear":{"name":"+clear","abstract":"

    Clear the properties for all authorities

    ","parent_name":"PROJProjectionRetriever"},"Classes/PROJProjectionRetriever.html#/c:objc(cs)PROJProjectionRetriever(cm)clearAuthority:":{"name":"+clearAuthority:","abstract":"

    Clear the properties for the authority

    ","parent_name":"PROJProjectionRetriever"},"Classes/PROJProjectionRetriever.html#/c:objc(cs)PROJProjectionRetriever(cm)clearAuthority:andNumberCode:":{"name":"+clearAuthority:andNumberCode:","abstract":"

    Clear the property for the authority code

    ","parent_name":"PROJProjectionRetriever"},"Classes/PROJProjectionRetriever.html#/c:objc(cs)PROJProjectionRetriever(cm)clearAuthority:andCode:":{"name":"+clearAuthority:andCode:","abstract":"

    Clear the property for the authority code

    ","parent_name":"PROJProjectionRetriever"},"Classes/PROJProjectionRetriever.html#/c:objc(cs)PROJProjectionRetriever(cm)propertiesPathForAuthority:":{"name":"+propertiesPathForAuthority:","abstract":"

    Get the properties file path for the authority

    ","parent_name":"PROJProjectionRetriever"},"Classes/PROJProjectionRetriever.html#/c:objc(cs)PROJProjectionRetriever(cm)setProjections:forAuthority:":{"name":"+setProjections:forAuthority:","abstract":"

    Set the projections for the authority with the properties

    ","parent_name":"PROJProjectionRetriever"},"Classes/PROJProjectionRetriever.html#/c:objc(cs)PROJProjectionRetriever(cm)setProjection:forAuthority:andNumberCode:":{"name":"+setProjection:forAuthority:andNumberCode:","abstract":"

    Set the projection for the authority and code, creating the authority if","parent_name":"PROJProjectionRetriever"},"Classes/PROJProjectionRetriever.html#/c:objc(cs)PROJProjectionRetriever(cm)setProjection:forAuthority:andCode:":{"name":"+setProjection:forAuthority:andCode:","abstract":"

    Set the projection for the authority and code, creating the authority if","parent_name":"PROJProjectionRetriever"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)resetOrder":{"name":"+resetOrder","abstract":"

    Reset the projection factory retrieval order to the default

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)order":{"name":"+order","abstract":"

    Get a copy of the projection factory retrieval order

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)cachelessOrder":{"name":"+cachelessOrder","abstract":"

    Get a copy of the projection factory retrieval order without caching

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)removeOrderType:":{"name":"+removeOrderType:","abstract":"

    Remove the projection factory retrieval type from the retrieval ordering

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)setOrder:":{"name":"+setOrder:","abstract":"

    Set the projection factory retrieval order

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)buildDefaultOrder":{"name":"+buildDefaultOrder","abstract":"

    Build a default order set for specified ordered projection retrievals","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)buildOrder:":{"name":"+buildOrder:","abstract":"

    Build an order set for specified ordered projection retrievals without","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)projectionWithEpsg:":{"name":"+projectionWithEpsg:","abstract":"

    Get the projection for the EPSG code

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)cachelessProjectionWithEpsg:":{"name":"+cachelessProjectionWithEpsg:","abstract":"

    Get the cacheless projection for the EPSG code

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)projectionWithEpsgInt:":{"name":"+projectionWithEpsgInt:","abstract":"

    Get the projection for the EPSG code

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)cachelessProjectionWithEpsgInt:":{"name":"+cachelessProjectionWithEpsgInt:","abstract":"

    Get the cacheless projection for the EPSG code

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)projectionWithName:":{"name":"+projectionWithName:","abstract":"

    Get the projection for the projection name, expected as ‘authority:code’ or ‘epsg_code’

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)cachelessProjectionWithName:":{"name":"+cachelessProjectionWithName:","abstract":"

    Get the cacheless projection for the projection name, expected as ‘authority:code’ or ‘epsg_code’

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)projectionWithAuthority:andNumberCode:":{"name":"+projectionWithAuthority:andNumberCode:","abstract":"

    Get the projection for authority and code

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)cachelessProjectionWithAuthority:andNumberCode:":{"name":"+cachelessProjectionWithAuthority:andNumberCode:","abstract":"

    Get the cacheless projection for authority and code

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)projectionWithAuthority:andIntCode:":{"name":"+projectionWithAuthority:andIntCode:","abstract":"

    Get the projection for authority and code

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)cachelessProjectionWithAuthority:andIntCode:":{"name":"+cachelessProjectionWithAuthority:andIntCode:","abstract":"

    Get the cacheless projection for authority and code

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)projectionWithAuthority:andCode:":{"name":"+projectionWithAuthority:andCode:","abstract":"

    Get the projection for authority and code

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)cachelessProjectionWithAuthority:andCode:":{"name":"+cachelessProjectionWithAuthority:andCode:","abstract":"

    Get the cacheless projection for authority and code

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)projectionWithAuthority:andNumberCode:andParams:":{"name":"+projectionWithAuthority:andNumberCode:andParams:","abstract":"

    Get the projection for authority, code, and parameter string

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)cachelessProjectionWithAuthority:andNumberCode:andParams:":{"name":"+cachelessProjectionWithAuthority:andNumberCode:andParams:","abstract":"

    Get the cacheless projection for authority, code, and parameter string

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)projectionWithAuthority:andIntCode:andParams:":{"name":"+projectionWithAuthority:andIntCode:andParams:","abstract":"

    Get the projection for authority, code, and parameter string

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)cachelessProjectionWithAuthority:andIntCode:andParams:":{"name":"+cachelessProjectionWithAuthority:andIntCode:andParams:","abstract":"

    Get the cacheless projection for authority, code, and parameter string

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)projectionWithAuthority:andCode:andParams:":{"name":"+projectionWithAuthority:andCode:andParams:","abstract":"

    Get the projection for authority, code, and parameter string

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)cachelessProjectionWithAuthority:andCode:andParams:":{"name":"+cachelessProjectionWithAuthority:andCode:andParams:","abstract":"

    Get the cacheless projection for authority, code, and parameter string

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)projectionWithAuthority:andNumberCode:andDefinition:":{"name":"+projectionWithAuthority:andNumberCode:andDefinition:","abstract":"

    Get the projection for the authority, code, and definition

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)cachelessProjectionWithAuthority:andNumberCode:andDefinition:":{"name":"+cachelessProjectionWithAuthority:andNumberCode:andDefinition:","abstract":"

    Get the cacheless projection for the authority, code, and definition

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)projectionWithAuthority:andIntCode:andDefinition:":{"name":"+projectionWithAuthority:andIntCode:andDefinition:","abstract":"

    Get the projection for the authority, code, and definition

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)cachelessProjectionWithAuthority:andIntCode:andDefinition:":{"name":"+cachelessProjectionWithAuthority:andIntCode:andDefinition:","abstract":"

    Get the cacheless projection for the authority, code, and definition

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)projectionWithAuthority:andCode:andDefinition:":{"name":"+projectionWithAuthority:andCode:andDefinition:","abstract":"

    Get the projection for the authority, code, and definition

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)cachelessProjectionWithAuthority:andCode:andDefinition:":{"name":"+cachelessProjectionWithAuthority:andCode:andDefinition:","abstract":"

    Get the cacheless projection for the authority, code, and definition

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)projectionWithAuthority:andNumberCode:andParams:andDefinition:":{"name":"+projectionWithAuthority:andNumberCode:andParams:andDefinition:","abstract":"

    Get the projection for the authority, code, definition, and custom","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)cachelessProjectionWithAuthority:andNumberCode:andParams:andDefinition:":{"name":"+cachelessProjectionWithAuthority:andNumberCode:andParams:andDefinition:","abstract":"

    Get the cacheless projection for the authority, code, definition, and custom","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)projectionWithAuthority:andIntCode:andParams:andDefinition:":{"name":"+projectionWithAuthority:andIntCode:andParams:andDefinition:","abstract":"

    Get the projection for the authority, code, definition, and custom","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)cachelessProjectionWithAuthority:andIntCode:andParams:andDefinition:":{"name":"+cachelessProjectionWithAuthority:andIntCode:andParams:andDefinition:","abstract":"

    Get the cacheless projection for the authority, code, definition, and custom","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)projectionWithAuthority:andCode:andParams:andDefinition:":{"name":"+projectionWithAuthority:andCode:andParams:andDefinition:","abstract":"

    Get the projection for the authority, code, definition, and custom","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)cachelessProjectionWithAuthority:andCode:andParams:andDefinition:":{"name":"+cachelessProjectionWithAuthority:andCode:andParams:andDefinition:","abstract":"

    Get the cacheless projection for the authority, code, definition, and custom","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)projectionWithTypes:andAuthority:andCode:andParams:andDefinition:":{"name":"+projectionWithTypes:andAuthority:andCode:andParams:andDefinition:","abstract":"

    Get the projection for the authority, code, definition, and custom","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)projectionWithType:andAuthority:andCode:andParams:andDefinition:":{"name":"+projectionWithType:andAuthority:andCode:andParams:andDefinition:","abstract":"

    Get the projection for the authority, code, definition, and custom","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)projectionByDefinition:":{"name":"+projectionByDefinition:","abstract":"

    Get the projection for the definition

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)cachelessProjectionByDefinition:":{"name":"+cachelessProjectionByDefinition:","abstract":"

    Get the cacheless projection for the definition

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)projections":{"name":"+projections","abstract":"

    Get the projections

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)projectionsWithAuthority:":{"name":"+projectionsWithAuthority:","abstract":"

    Get or create projections for the authority

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)parseAuthorityAndCode:":{"name":"+parseAuthorityAndCode:","abstract":"

    Parse a projection name, expected as ‘authority:code’ or ‘epsg_code’,","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)clear":{"name":"+clear","abstract":"

    Clear all authority projections

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)clearAuthority:":{"name":"+clearAuthority:","abstract":"

    Clear the authority projections

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)clearAuthority:andNumberCode:":{"name":"+clearAuthority:andNumberCode:","abstract":"

    Clear the authority projection code

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)clearAuthority:andIntCode:":{"name":"+clearAuthority:andIntCode:","abstract":"

    Clear the authority projection code

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)clearAuthority:andCode:":{"name":"+clearAuthority:andCode:","abstract":"

    Clear the authority projection code

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)clearProjection:":{"name":"+clearProjection:","abstract":"

    Clear the projection, authority and code

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)clearTransform:":{"name":"+clearTransform:","abstract":"

    Clear the transform projections

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(cm)projectionWithAuthority:andNumberCode:andCrs:":{"name":"+projectionWithAuthority:andNumberCode:andCrs:","abstract":"

    Initialize

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(cm)projectionWithAuthority:andIntCode:andCrs:":{"name":"+projectionWithAuthority:andIntCode:andCrs:","abstract":"

    Initialize

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(cm)projectionWithAuthority:andCode:andCrs:":{"name":"+projectionWithAuthority:andCode:andCrs:","abstract":"

    Initialize

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(cm)projectionWithAuthority:andNumberCode:andCrs:andDefinition:":{"name":"+projectionWithAuthority:andNumberCode:andCrs:andDefinition:","abstract":"

    Initialize

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(cm)projectionWithAuthority:andIntCode:andCrs:andDefinition:":{"name":"+projectionWithAuthority:andIntCode:andCrs:andDefinition:","abstract":"

    Initialize

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(cm)projectionWithAuthority:andCode:andCrs:andDefinition:":{"name":"+projectionWithAuthority:andCode:andCrs:andDefinition:","abstract":"

    Initialize

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(cm)projectionWithAuthority:andNumberCode:andCrs:andDefinition:andDefinitionCrs:":{"name":"+projectionWithAuthority:andNumberCode:andCrs:andDefinition:andDefinitionCrs:","abstract":"

    Initialize

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(cm)projectionWithAuthority:andIntCode:andCrs:andDefinition:andDefinitionCrs:":{"name":"+projectionWithAuthority:andIntCode:andCrs:andDefinition:andDefinitionCrs:","abstract":"

    Initialize

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(cm)projectionWithAuthority:andCode:andCrs:andDefinition:andDefinitionCrs:":{"name":"+projectionWithAuthority:andCode:andCrs:andDefinition:andDefinitionCrs:","abstract":"

    Initialize

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)initWithAuthority:andNumberCode:andCrs:":{"name":"-initWithAuthority:andNumberCode:andCrs:","abstract":"

    Initialize

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)initWithAuthority:andIntCode:andCrs:":{"name":"-initWithAuthority:andIntCode:andCrs:","abstract":"

    Initialize

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)initWithAuthority:andCode:andCrs:":{"name":"-initWithAuthority:andCode:andCrs:","abstract":"

    Initialize

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)initWithAuthority:andNumberCode:andCrs:andDefinition:":{"name":"-initWithAuthority:andNumberCode:andCrs:andDefinition:","abstract":"

    Initialize

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)initWithAuthority:andIntCode:andCrs:andDefinition:":{"name":"-initWithAuthority:andIntCode:andCrs:andDefinition:","abstract":"

    Initialize

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)initWithAuthority:andCode:andCrs:andDefinition:":{"name":"-initWithAuthority:andCode:andCrs:andDefinition:","abstract":"

    Initialize

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)initWithAuthority:andNumberCode:andCrs:andDefinition:andDefinitionCrs:":{"name":"-initWithAuthority:andNumberCode:andCrs:andDefinition:andDefinitionCrs:","abstract":"

    Initialize

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)initWithAuthority:andIntCode:andCrs:andDefinition:andDefinitionCrs:":{"name":"-initWithAuthority:andIntCode:andCrs:andDefinition:andDefinitionCrs:","abstract":"

    Initialize

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)initWithAuthority:andCode:andCrs:andDefinition:andDefinitionCrs:":{"name":"-initWithAuthority:andCode:andCrs:andDefinition:andDefinitionCrs:","abstract":"

    Initialize

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)free":{"name":"-free","abstract":"

    Free the projection memory

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)authority":{"name":"-authority","abstract":"

    Get the coordinate authority

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)code":{"name":"-code","abstract":"

    Get the coordinate code

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)crs":{"name":"-crs","abstract":"

    Get the Coordinate Reference System

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)isLatLong":{"name":"-isLatLong","abstract":"

    Check if a lat lon crs

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)definition":{"name":"-definition","abstract":"

    Get the well-known text coordinate definition

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)definitionCRS":{"name":"-definitionCRS","abstract":"

    Get the definition parsed Coordinate Reference System

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)transformationWithEpsg:":{"name":"-transformationWithEpsg:","abstract":"

    Get the transformation from this Projection to the EPSG code. Each thread","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)transformationWithAuthority:andIntCode:":{"name":"-transformationWithAuthority:andIntCode:","abstract":"

    Get the transformation from this Projection to the authority and","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)transformationWithAuthority:andCode:":{"name":"-transformationWithAuthority:andCode:","abstract":"

    Get the transformation from this Projection to the authority and","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)transformationWithProjection:":{"name":"-transformationWithProjection:","abstract":"

    Get the transformation from this Projection to the provided projection.","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)toMeters:":{"name":"-toMeters:","abstract":"

    Convert the value to meters

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)unit":{"name":"-unit","abstract":"

    Get the projection unit

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)isUnit:":{"name":"-isUnit:","abstract":"

    Determine if the projection is in the provided unit

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)isEqualToAuthority:andNumberCode:":{"name":"-isEqualToAuthority:andNumberCode:","abstract":"

    Check if this projection is equal to the authority and code

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)isEqualToAuthority:andCode:":{"name":"-isEqualToAuthority:andCode:","abstract":"

    Check if this projection is equal to the authority and code

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)isEqualToProjection:":{"name":"-isEqualToProjection:","abstract":"

    Check if this projection is equal to the projection

    ","parent_name":"PROJProjection"},"Classes/PROJLocationCoordinate3D.html#/c:objc(cs)PROJLocationCoordinate3D(py)coordinate":{"name":"coordinate","abstract":"

    Location Coordinate

    ","parent_name":"PROJLocationCoordinate3D"},"Classes/PROJLocationCoordinate3D.html#/c:objc(cs)PROJLocationCoordinate3D(py)z":{"name":"z","abstract":"

    Z Altitude

    ","parent_name":"PROJLocationCoordinate3D"},"Classes/PROJLocationCoordinate3D.html#/c:objc(cs)PROJLocationCoordinate3D(cm)coordinateWithCoordinate:":{"name":"+coordinateWithCoordinate:","abstract":"

    Initialize as 2D coordinate

    ","parent_name":"PROJLocationCoordinate3D"},"Classes/PROJLocationCoordinate3D.html#/c:objc(cs)PROJLocationCoordinate3D(cm)coordinateWithCoordinate:andZ:":{"name":"+coordinateWithCoordinate:andZ:","abstract":"

    Initialize as 2D or 3D coordinate

    ","parent_name":"PROJLocationCoordinate3D"},"Classes/PROJLocationCoordinate3D.html#/c:objc(cs)PROJLocationCoordinate3D(im)initWithCoordinate:":{"name":"-initWithCoordinate:","abstract":"

    Initialize as 2D coordinate

    ","parent_name":"PROJLocationCoordinate3D"},"Classes/PROJLocationCoordinate3D.html#/c:objc(cs)PROJLocationCoordinate3D(im)initWithCoordinate:andZ:":{"name":"-initWithCoordinate:andZ:","abstract":"

    Initialize as 2D or 3D coordinate

    ","parent_name":"PROJLocationCoordinate3D"},"Classes/PROJLocationCoordinate3D.html#/c:objc(cs)PROJLocationCoordinate3D(im)hasZ":{"name":"-hasZ","abstract":"

    Has z coordinate?

    ","parent_name":"PROJLocationCoordinate3D"},"Classes/PROJIOUtils.html#/c:objc(cs)PROJIOUtils(cm)propertyListPathWithName:":{"name":"+propertyListPathWithName:","abstract":"

    Get the path of the property list file with name

    ","parent_name":"PROJIOUtils"},"Classes/PROJIOUtils.html#/c:objc(cs)PROJIOUtils(cm)resourcePathWithName:andType:":{"name":"+resourcePathWithName:andType:","abstract":"

    Get the path of the resource file with name and file type

    ","parent_name":"PROJIOUtils"},"Classes/PROJCRSParser.html#/c:objc(cs)PROJCRSParser(cm)parseText:":{"name":"+parseText:","abstract":"

    Parse crs well-known text into a proj4 coordinate reference system

    ","parent_name":"PROJCRSParser"},"Classes/PROJCRSParser.html#/c:objc(cs)PROJCRSParser(cm)convertCRS:":{"name":"+convertCRS:","abstract":"

    Convert a CRS object into a proj4 coordinate reference system

    ","parent_name":"PROJCRSParser"},"Classes/PROJCRSParser.html#/c:objc(cs)PROJCRSParser(cm)convertGeo:":{"name":"+convertGeo:","abstract":"

    Convert a geodetic or geographic crs into a proj4 coordinate reference","parent_name":"PROJCRSParser"},"Classes/PROJCRSParser.html#/c:objc(cs)PROJCRSParser(cm)convertProjected:":{"name":"+convertProjected:","abstract":"

    Convert a projected crs into a proj4 coordinate reference system

    ","parent_name":"PROJCRSParser"},"Classes/PROJCRSParser.html#/c:objc(cs)PROJCRSParser(cm)convertCompound:":{"name":"+convertCompound:","abstract":"

    Convert a compound crs into a proj4 coordinate reference system

    ","parent_name":"PROJCRSParser"},"Classes/PROJAuthorityProjections.html#/c:objc(cs)PROJAuthorityProjections(im)initWithAuthority:":{"name":"-initWithAuthority:","abstract":"

    Initialize

    ","parent_name":"PROJAuthorityProjections"},"Classes/PROJAuthorityProjections.html#/c:objc(cs)PROJAuthorityProjections(im)authority":{"name":"-authority","abstract":"

    Get the authority

    ","parent_name":"PROJAuthorityProjections"},"Classes/PROJAuthorityProjections.html#/c:objc(cs)PROJAuthorityProjections(im)projectionForNumberCode:":{"name":"-projectionForNumberCode:","abstract":"

    Get the projection for the code

    ","parent_name":"PROJAuthorityProjections"},"Classes/PROJAuthorityProjections.html#/c:objc(cs)PROJAuthorityProjections(im)projectionForCode:":{"name":"-projectionForCode:","abstract":"

    Get the projection for the code

    ","parent_name":"PROJAuthorityProjections"},"Classes/PROJAuthorityProjections.html#/c:objc(cs)PROJAuthorityProjections(im)hasProjection:":{"name":"-hasProjection:","abstract":"

    Check if the collection contains the projection

    ","parent_name":"PROJAuthorityProjections"},"Classes/PROJAuthorityProjections.html#/c:objc(cs)PROJAuthorityProjections(im)hasProjectionNumberCode:":{"name":"-hasProjectionNumberCode:","abstract":"

    Check if the collection contains a projection for the code

    ","parent_name":"PROJAuthorityProjections"},"Classes/PROJAuthorityProjections.html#/c:objc(cs)PROJAuthorityProjections(im)hasProjectionCode:":{"name":"-hasProjectionCode:","abstract":"

    Check if the collection contains a projection for the code

    ","parent_name":"PROJAuthorityProjections"},"Classes/PROJAuthorityProjections.html#/c:objc(cs)PROJAuthorityProjections(im)addProjection:":{"name":"-addProjection:","abstract":"

    Add the projection to the authority

    ","parent_name":"PROJAuthorityProjections"},"Classes/PROJAuthorityProjections.html#/c:objc(cs)PROJAuthorityProjections(im)clear":{"name":"-clear","abstract":"

    Clear all projections for the authority

    ","parent_name":"PROJAuthorityProjections"},"Classes/PROJAuthorityProjections.html#/c:objc(cs)PROJAuthorityProjections(im)removeNumberCode:":{"name":"-removeNumberCode:","abstract":"

    Remove the projection with the code

    ","parent_name":"PROJAuthorityProjections"},"Classes/PROJAuthorityProjections.html#/c:objc(cs)PROJAuthorityProjections(im)removeCode:":{"name":"-removeCode:","abstract":"

    Remove the projection with the code

    ","parent_name":"PROJAuthorityProjections"},"Classes/PROJAuthorityProjections.html#/c:objc(cs)PROJAuthorityProjections(im)removeProjection:":{"name":"-removeProjection:","abstract":"

    Remove the projection

    ","parent_name":"PROJAuthorityProjections"},"Classes/PROJAuthorityProjections.html#/c:objc(cs)PROJAuthorityProjections(im)count":{"name":"-count","abstract":"

    Get the count of authority projections

    ","parent_name":"PROJAuthorityProjections"},"Classes/PROJAuthorityProjections.html#/c:objc(cs)PROJAuthorityProjections(im)isEmpty":{"name":"-isEmpty","abstract":"

    Is the collection empty?

    ","parent_name":"PROJAuthorityProjections"},"Classes/PROJAuthorityProjections.html#/c:objc(cs)PROJAuthorityProjections(im)codes":{"name":"-codes","abstract":"

    Get the projection codes

    ","parent_name":"PROJAuthorityProjections"},"Classes/PROJAuthorityProjections.html#/c:objc(cs)PROJAuthorityProjections(im)projections":{"name":"-projections","abstract":"

    Get the projections

    ","parent_name":"PROJAuthorityProjections"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(cm)write:":{"name":"+write:","abstract":"

    Write a coordinate reference system to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(cm)writePretty:":{"name":"+writePretty:","abstract":"

    Write a coordinate reference system to well-known pretty text, 4 space","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(cm)writePrettyTabIndent:":{"name":"+writePrettyTabIndent:","abstract":"

    Write a coordinate reference system to well-known pretty text, tab","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(cm)writePrettyNoIndent:":{"name":"+writePrettyNoIndent:","abstract":"

    Write a coordinate reference system to well-known pretty text, no indents

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(cm)writePretty:withIndent:":{"name":"+writePretty:withIndent:","abstract":"

    Write a coordinate reference system to well-known pretty text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(cm)writePretty:withNewline:andIndent:":{"name":"+writePretty:withNewline:andIndent:","abstract":"

    Write a coordinate reference system to well-known pretty text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(cm)writePrettyWithText:":{"name":"+writePrettyWithText:","abstract":"

    Write well-known text to well-known pretty text, 4 space indents

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(cm)writePrettyTabIndentWithText:":{"name":"+writePrettyTabIndentWithText:","abstract":"

    Write well-known text to well-known pretty text, tab indents

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(cm)writePrettyNoIndentWithText:":{"name":"+writePrettyNoIndentWithText:","abstract":"

    Write well-known text to well-known pretty text, no indents

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(cm)writePrettyWithText:andIndent:":{"name":"+writePrettyWithText:andIndent:","abstract":"

    Write well-known text to well-known pretty text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(cm)writePrettyWithText:andNewline:andIndent:":{"name":"+writePrettyWithText:andNewline:andIndent:","abstract":"

    Write well-known text to well-known pretty text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)initWithText:":{"name":"-initWithText:","abstract":"

    Initializer

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)text":{"name":"-text","abstract":"

    Get the well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeCRS:":{"name":"-writeCRS:","abstract":"

    Write a CRS to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeKeywordType:":{"name":"-writeKeywordType:","abstract":"

    Write a keyword type

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeKeyword:":{"name":"-writeKeyword:","abstract":"

    Write a keyword

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeLeftDelimiter":{"name":"-writeLeftDelimiter","abstract":"

    Write a left delimiter

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeRightDelimiter":{"name":"-writeRightDelimiter","abstract":"

    Write a right delimiter

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeSeparator":{"name":"-writeSeparator","abstract":"

    Write a separator

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeQuotedText:":{"name":"-writeQuotedText:","abstract":"

    Write the text as quoted

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeNumber:":{"name":"-writeNumber:","abstract":"

    Write a number

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeNumberOrQuotedText:":{"name":"-writeNumberOrQuotedText:","abstract":"

    Write a number or quoted text if not a number

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeDouble:":{"name":"-writeDouble:","abstract":"

    Write a double

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeInt:":{"name":"-writeInt:","abstract":"

    Write an int

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeKeywordType:withDelimitedQuotedText:":{"name":"-writeKeywordType:withDelimitedQuotedText:","abstract":"

    Write a keyword type delimited text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeKeyword:withDelimitedQuotedText:":{"name":"-writeKeyword:withDelimitedQuotedText:","abstract":"

    Write a keyword delimited text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeGeo:":{"name":"-writeGeo:","abstract":"

    Write a geodetic or geographic CRS to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeProjected:":{"name":"-writeProjected:","abstract":"

    Write a projected CRS to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeVertical:":{"name":"-writeVertical:","abstract":"

    Write a vertical CRS to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeEngineering:":{"name":"-writeEngineering:","abstract":"

    Write an engineering CRS to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeParametric:":{"name":"-writeParametric:","abstract":"

    Write a parametric CRS to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeTemporal:":{"name":"-writeTemporal:","abstract":"

    Write a temporal CRS to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeDerived:":{"name":"-writeDerived:","abstract":"

    Write a derived CRS to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeDerivedGeoCRS:":{"name":"-writeDerivedGeoCRS:","abstract":"

    Write a derived geo CRS to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeDerivedProjectedCRS:":{"name":"-writeDerivedProjectedCRS:","abstract":"

    Write a derived projected CRS to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeDerivedVerticalCRS:":{"name":"-writeDerivedVerticalCRS:","abstract":"

    Write a derived vertical CRS to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeDerivedEngineeringCRS:":{"name":"-writeDerivedEngineeringCRS:","abstract":"

    Write a derived engineering CRS to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeDerivedParametricCRS:":{"name":"-writeDerivedParametricCRS:","abstract":"

    Write a derived parametric CRS to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeDerivedTemporalCRS:":{"name":"-writeDerivedTemporalCRS:","abstract":"

    Write a derived temporal CRS to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeCompound:":{"name":"-writeCompound:","abstract":"

    Write a compound CRS to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeCoordinateMetadata:":{"name":"-writeCoordinateMetadata:","abstract":"

    Write coordinate metadata to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeCoordinateOperation:":{"name":"-writeCoordinateOperation:","abstract":"

    Write coordinate operation to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writePointMotionOperation:":{"name":"-writePointMotionOperation:","abstract":"

    Write point motion operation to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeConcatenatedOperation:":{"name":"-writeConcatenatedOperation:","abstract":"

    Write concatenated operation to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeBound:":{"name":"-writeBound:","abstract":"

    Write a bound CRS to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeScopeExtentIdentifierRemark:":{"name":"-writeScopeExtentIdentifierRemark:","abstract":"

    Write the CRS usages (scope and extent), identifiers, and remark

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeReferenceFrame:":{"name":"-writeReferenceFrame:","abstract":"

    Write a reference frame to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeDatumEnsemble:":{"name":"-writeDatumEnsemble:","abstract":"

    Write a datum ensemble to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeDatumEnsembleMember:":{"name":"-writeDatumEnsembleMember:","abstract":"

    Write a datum ensemble member to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeDynamic:":{"name":"-writeDynamic:","abstract":"

    Write a dynamic to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writePrimeMeridian:":{"name":"-writePrimeMeridian:","abstract":"

    Write a prime meridian to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeEllipsoid:":{"name":"-writeEllipsoid:","abstract":"

    Write an ellipsoid to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeUnit:":{"name":"-writeUnit:","abstract":"

    Write a unit to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeIdentifiers:":{"name":"-writeIdentifiers:","abstract":"

    Write identifiers to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeIdentifier:":{"name":"-writeIdentifier:","abstract":"

    Write an identifier to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeCoordinateSystem:":{"name":"-writeCoordinateSystem:","abstract":"

    Write a coordinate system to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeAxis:":{"name":"-writeAxis:","abstract":"

    Write an axis to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeRemark:":{"name":"-writeRemark:","abstract":"

    Write a remark to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeUsages:":{"name":"-writeUsages:","abstract":"

    Write usages to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeUsage:":{"name":"-writeUsage:","abstract":"

    Write a usage to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeScope:":{"name":"-writeScope:","abstract":"

    Write a scope to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeExtent:":{"name":"-writeExtent:","abstract":"

    Write an extent to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeAreaDescription:":{"name":"-writeAreaDescription:","abstract":"

    Write an area description to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeGeographicBoundingBox:":{"name":"-writeGeographicBoundingBox:","abstract":"

    Write a geographic bounding box to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeVerticalExtent:":{"name":"-writeVerticalExtent:","abstract":"

    Write a vertical extent to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeTemporalExtent:":{"name":"-writeTemporalExtent:","abstract":"

    Write a temporal extent to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeMapProjection:":{"name":"-writeMapProjection:","abstract":"

    Write a map projection to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeOperationMethod:":{"name":"-writeOperationMethod:","abstract":"

    Write an operation method to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeOperationParameter:":{"name":"-writeOperationParameter:","abstract":"

    Write an operation parameter to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeTemporalDatum:":{"name":"-writeTemporalDatum:","abstract":"

    Write a temporal datum to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeDerivingConversion:":{"name":"-writeDerivingConversion:","abstract":"

    Write a deriving conversion to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeOperationParameters:":{"name":"-writeOperationParameters:","abstract":"

    Write operation parameters and operation parameter files to well-known","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeVersion:":{"name":"-writeVersion:","abstract":"

    Write an operation version

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeSource:":{"name":"-writeSource:","abstract":"

    Write a source coordinate reference system

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeTarget:":{"name":"-writeTarget:","abstract":"

    Write a target coordinate reference system

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeInterpolation:":{"name":"-writeInterpolation:","abstract":"

    Write a interpolation coordinate reference system

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeCoordinateReferenceSystem:withKeywordType:":{"name":"-writeCoordinateReferenceSystem:withKeywordType:","abstract":"

    Write a coordinate reference system with the keyword

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeAccuracy:":{"name":"-writeAccuracy:","abstract":"

    Write an operation accuracy

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeAbridgedCoordinateTransformation:":{"name":"-writeAbridgedCoordinateTransformation:","abstract":"

    Write an abridged coordinate transformation

    ","parent_name":"CRSWriter"},"Classes/CRSTextUtils.html#/c:objc(cs)CRSTextUtils(cm)isLeftDelimiter:":{"name":"+isLeftDelimiter:","abstract":"

    Is the text a left delimiter

    ","parent_name":"CRSTextUtils"},"Classes/CRSTextUtils.html#/c:objc(cs)CRSTextUtils(cm)isRightDelimiter:":{"name":"+isRightDelimiter:","abstract":"

    Is the text a right delimiter

    ","parent_name":"CRSTextUtils"},"Classes/CRSTextUtils.html#/c:objc(cs)CRSTextUtils(cm)isSpatial:":{"name":"+isSpatial:","abstract":"

    Is the Coordinate System Type a spatial type

    ","parent_name":"CRSTextUtils"},"Classes/CRSTextUtils.html#/c:objc(cs)CRSTextUtils(cm)isTemporalCountMeasure:":{"name":"+isTemporalCountMeasure:","abstract":"

    Is the Coordinate System Type a temporal count or measure type

    ","parent_name":"CRSTextUtils"},"Classes/CRSTextUtils.html#/c:objc(cs)CRSTextUtils(cm)isOrdinalDateTime:":{"name":"+isOrdinalDateTime:","abstract":"

    Is the Coordinate System Type an ordinal or temporal date time type

    ","parent_name":"CRSTextUtils"},"Classes/CRSTextUtils.html#/c:objc(cs)CRSTextUtils(cm)unitTypeOfKeyword:":{"name":"+unitTypeOfKeyword:","abstract":"

    Get the unit type from the keyword

    ","parent_name":"CRSTextUtils"},"Classes/CRSTextUtils.html#/c:objc(cs)CRSTextUtils(cm)unitType:":{"name":"+unitType:","abstract":"

    Get the unit type from the keyword type

    ","parent_name":"CRSTextUtils"},"Classes/CRSTextUtils.html#/c:objc(cs)CRSTextUtils(cm)coordinateReferenceSystemType:":{"name":"+coordinateReferenceSystemType:","abstract":"

    Get the Coordinate Reference System Type

    ","parent_name":"CRSTextUtils"},"Classes/CRSTextUtils.html#/c:objc(cs)CRSTextUtils(cm)intFromString:":{"name":"+intFromString:","abstract":"

    Get an int from a string

    ","parent_name":"CRSTextUtils"},"Classes/CRSTextUtils.html#/c:objc(cs)CRSTextUtils(cm)doubleFromString:":{"name":"+doubleFromString:","abstract":"

    Get a double from a string

    ","parent_name":"CRSTextUtils"},"Classes/CRSTextUtils.html#/c:objc(cs)CRSTextUtils(cm)decimalNumberFromString:":{"name":"+decimalNumberFromString:","abstract":"

    Get a decimal number from a string

    ","parent_name":"CRSTextUtils"},"Classes/CRSTextUtils.html#/c:objc(cs)CRSTextUtils(cm)textFromDouble:":{"name":"+textFromDouble:","abstract":"

    Get text from a double

    ","parent_name":"CRSTextUtils"},"Classes/CRSTextUtils.html#/c:objc(cs)CRSTextUtils(cm)textFromDecimalNumber:":{"name":"+textFromDecimalNumber:","abstract":"

    Get text from a decimal number

    ","parent_name":"CRSTextUtils"},"Classes/CRSTextUtils.html#/c:objc(cs)CRSTextUtils(cm)pretty:":{"name":"+pretty:","abstract":"

    Convert the WKT to a pretty WKT string, 4 space indents

    ","parent_name":"CRSTextUtils"},"Classes/CRSTextUtils.html#/c:objc(cs)CRSTextUtils(cm)prettyTabIndent:":{"name":"+prettyTabIndent:","abstract":"

    Convert the WKT to a pretty WKT string, tab indents

    ","parent_name":"CRSTextUtils"},"Classes/CRSTextUtils.html#/c:objc(cs)CRSTextUtils(cm)prettyNoIndent:":{"name":"+prettyNoIndent:","abstract":"

    Convert the WKT to a pretty WKT string, no indents

    ","parent_name":"CRSTextUtils"},"Classes/CRSTextUtils.html#/c:objc(cs)CRSTextUtils(cm)pretty:withIndent:":{"name":"+pretty:withIndent:","abstract":"

    Convert the WKT to a pretty WKT string

    ","parent_name":"CRSTextUtils"},"Classes/CRSTextUtils.html#/c:objc(cs)CRSTextUtils(cm)pretty:withNewline:andIndent:":{"name":"+pretty:withNewline:andIndent:","abstract":"

    Convert the WKT to a pretty WKT string

    ","parent_name":"CRSTextUtils"},"Classes/CRSTextReader.html#/c:objc(cs)CRSTextReader(py)includeQuotes":{"name":"includeQuotes","abstract":"

    Parameter name

    ","parent_name":"CRSTextReader"},"Classes/CRSTextReader.html#/c:objc(cs)CRSTextReader(cm)createWithText:":{"name":"+createWithText:","abstract":"

    Initialize

    ","parent_name":"CRSTextReader"},"Classes/CRSTextReader.html#/c:objc(cs)CRSTextReader(cm)createWithText:andIncludeQuotes:":{"name":"+createWithText:andIncludeQuotes:","abstract":"

    Initialize

    ","parent_name":"CRSTextReader"},"Classes/CRSTextReader.html#/c:objc(cs)CRSTextReader(im)initWithText:":{"name":"-initWithText:","abstract":"

    Initialize

    ","parent_name":"CRSTextReader"},"Classes/CRSTextReader.html#/c:objc(cs)CRSTextReader(im)initWithText:andIncludeQuotes:":{"name":"-initWithText:andIncludeQuotes:","abstract":"

    Initialize

    ","parent_name":"CRSTextReader"},"Classes/CRSTextReader.html#/c:objc(cs)CRSTextReader(im)text":{"name":"-text","abstract":"

    Get the text

    ","parent_name":"CRSTextReader"},"Classes/CRSTextReader.html#/c:objc(cs)CRSTextReader(im)reset":{"name":"-reset","abstract":"

    Reset the reader

    ","parent_name":"CRSTextReader"},"Classes/CRSTextReader.html#/c:objc(cs)CRSTextReader(im)readToken":{"name":"-readToken","abstract":"

    Read the next token. Ignores whitespace until a non whitespace character","parent_name":"CRSTextReader"},"Classes/CRSTextReader.html#/c:objc(cs)CRSTextReader(im)peekToken":{"name":"-peekToken","abstract":"

    Peek at the next token without reading past it

    ","parent_name":"CRSTextReader"},"Classes/CRSTextReader.html#/c:objc(cs)CRSTextReader(im)peekTokenAtNum:":{"name":"-peekTokenAtNum:","abstract":"

    Peek at a token without reading past it

    ","parent_name":"CRSTextReader"},"Classes/CRSTextReader.html#/c:objc(cs)CRSTextReader(im)pushToken:":{"name":"-pushToken:","abstract":"

    Push a token back onto the read cache

    ","parent_name":"CRSTextReader"},"Classes/CRSTextReader.html#/c:objc(cs)CRSTextReader(im)readExpectedToken":{"name":"-readExpectedToken","abstract":"

    Read an expected token

    ","parent_name":"CRSTextReader"},"Classes/CRSTextReader.html#/c:objc(cs)CRSTextReader(im)peekExpectedToken":{"name":"-peekExpectedToken","abstract":"

    Peek at the next expected token without reading past it

    ","parent_name":"CRSTextReader"},"Classes/CRSTextReader.html#/c:objc(cs)CRSTextReader(im)peekExpectedTokenAtNum:":{"name":"-peekExpectedTokenAtNum:","abstract":"

    Peek at the next expected token without reading past it

    ","parent_name":"CRSTextReader"},"Classes/CRSTextReader.html#/c:objc(cs)CRSTextReader(im)readNumber":{"name":"-readNumber","abstract":"

    Read a signed number as a double

    ","parent_name":"CRSTextReader"},"Classes/CRSTextReader.html#/c:objc(cs)CRSTextReader(im)readUnsignedNumber":{"name":"-readUnsignedNumber","abstract":"

    Read an unsigned number as a double

    ","parent_name":"CRSTextReader"},"Classes/CRSTextReader.html#/c:objc(cs)CRSTextReader(im)readInteger":{"name":"-readInteger","abstract":"

    Read a signed integer

    ","parent_name":"CRSTextReader"},"Classes/CRSTextReader.html#/c:objc(cs)CRSTextReader(im)readUnsignedInteger":{"name":"-readUnsignedInteger","abstract":"

    Read an unsigned integer

    ","parent_name":"CRSTextReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)read:":{"name":"+read:","abstract":"

    Read a Coordinate Reference System from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)read:withStrict:":{"name":"+read:withStrict:","abstract":"

    Read a Coordinate Reference System from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)read:withType:":{"name":"+read:withType:","abstract":"

    Read a Coordinate Reference System from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)read:withTypes:":{"name":"+read:withTypes:","abstract":"

    Read a Coordinate Reference System from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)read:withStrict:andType:":{"name":"+read:withStrict:andType:","abstract":"

    Read a Coordinate Reference System from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)read:withStrict:andTypes:":{"name":"+read:withStrict:andTypes:","abstract":"

    Read a Coordinate Reference System from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readCoordinateReferenceSystem:":{"name":"+readCoordinateReferenceSystem:","abstract":"

    Read a Coordinate Reference System from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readCoordinateReferenceSystem:withStrict:":{"name":"+readCoordinateReferenceSystem:withStrict:","abstract":"

    Read a Coordinate Reference System from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readSimpleCoordinateReferenceSystem:":{"name":"+readSimpleCoordinateReferenceSystem:","abstract":"

    Read a Simple Coordinate Reference System from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readSimpleCoordinateReferenceSystem:withStrict:":{"name":"+readSimpleCoordinateReferenceSystem:withStrict:","abstract":"

    Read a Simple Coordinate Reference System from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readGeo:":{"name":"+readGeo:","abstract":"

    Read a Geodetic or Geographic Coordinate Reference System from the","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readGeodetic:":{"name":"+readGeodetic:","abstract":"

    Read a Geodetic Coordinate Reference System from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readGeographic:":{"name":"+readGeographic:","abstract":"

    Read a Geographic Coordinate Reference System from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readProjected:":{"name":"+readProjected:","abstract":"

    Read a Projected Coordinate Reference System from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readProjectedGeodetic:":{"name":"+readProjectedGeodetic:","abstract":"

    Read a Projected Geodetic Coordinate Reference System from the well-known","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readProjectedGeographic:":{"name":"+readProjectedGeographic:","abstract":"

    Read a Projected Geographic Coordinate Reference System from the","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readVertical:":{"name":"+readVertical:","abstract":"

    Read a Vertical Coordinate Reference System from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readEngineering:":{"name":"+readEngineering:","abstract":"

    Read an Engineering Coordinate Reference System from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readParametric:":{"name":"+readParametric:","abstract":"

    Read an Parametric Coordinate Reference System from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readTemporal:":{"name":"+readTemporal:","abstract":"

    Read an Temporal Coordinate Reference System from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readDerived:":{"name":"+readDerived:","abstract":"

    Read a Derived Coordinate Reference System from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readCompound:":{"name":"+readCompound:","abstract":"

    Read a Compound Coordinate Reference System from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readCoordinateMetadata:":{"name":"+readCoordinateMetadata:","abstract":"

    Read Coordinate Metadata from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readCoordinateOperation:":{"name":"+readCoordinateOperation:","abstract":"

    Read Coordinate Operation from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readPointMotionOperation:":{"name":"+readPointMotionOperation:","abstract":"

    Read Point Motion Operation from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readConcatenatedOperation:":{"name":"+readConcatenatedOperation:","abstract":"

    Read Concatenated Operation from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readBound:":{"name":"+readBound:","abstract":"

    Read Bound Coordinate Reference System from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readGeoCompat:":{"name":"+readGeoCompat:","abstract":"

    Read a Backward Compatible Geodetic or Geographic Coordinate Reference","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readGeodeticCompat:":{"name":"+readGeodeticCompat:","abstract":"

    Read a Backward Compatible Geodetic Coordinate Reference System from the","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readGeographicCompat:":{"name":"+readGeographicCompat:","abstract":"

    Read a Backward Compatible Geographic Coordinate Reference System from","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readProjectedCompat:":{"name":"+readProjectedCompat:","abstract":"

    Read a Backward Compatible Projected Coordinate Reference System from the","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readProjectedGeodeticCompat:":{"name":"+readProjectedGeodeticCompat:","abstract":"

    Read a Backward Compatible Projected Geodetic Coordinate Reference System","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readProjectedGeographicCompat:":{"name":"+readProjectedGeographicCompat:","abstract":"

    Read a Backward Compatible Projected Geographic Coordinate Reference","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(py)strict":{"name":"strict","abstract":"

    Strict rule enforcement

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)createWithText:":{"name":"+createWithText:","abstract":"

    Create

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)createWithReader:":{"name":"+createWithReader:","abstract":"

    Create

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)createWithText:andStrict:":{"name":"+createWithText:andStrict:","abstract":"

    Create

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)createWithReader:andStrict:":{"name":"+createWithReader:andStrict:","abstract":"

    Create

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)initWithText:":{"name":"-initWithText:","abstract":"

    Initializer

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)initWithReader:":{"name":"-initWithReader:","abstract":"

    Initializer

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)initWithText:andStrict:":{"name":"-initWithText:andStrict:","abstract":"

    Initializer

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)initWithReader:andStrict:":{"name":"-initWithReader:andStrict:","abstract":"

    Initializer

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)textReader":{"name":"-textReader","abstract":"

    Get the text reader

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)reset":{"name":"-reset","abstract":"

    Reset the reader

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)read":{"name":"-read","abstract":"

    Read a CRS object from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readCoordinateReferenceSystem":{"name":"-readCoordinateReferenceSystem","abstract":"

    Read a Coordinate Reference System from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readSimpleCoordinateReferenceSystem":{"name":"-readSimpleCoordinateReferenceSystem","abstract":"

    Read a Simple Coordinate Reference System from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readKeyword":{"name":"-readKeyword","abstract":"

    Read a WKT CRS keyword

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readKeywordType":{"name":"-readKeywordType","abstract":"

    Read a WKT CRS keyword type

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readKeywords":{"name":"-readKeywords","abstract":"

    Read WKT CRS keywords

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readKeywordTypes":{"name":"-readKeywordTypes","abstract":"

    Read WKT CRS keyword types

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readKeywordWithType:":{"name":"-readKeywordWithType:","abstract":"

    Read a specific WKT CRS keyword, next token when strict, until found when","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readKeywordWithTypes:":{"name":"-readKeywordWithTypes:","abstract":"

    Read a specific WKT CRS keyword, next token when strict, until found when","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readToKeyword:":{"name":"-readToKeyword:","abstract":"

    Read skipping tokens up until before an optional WKT CRS keyword

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readToKeywords:":{"name":"-readToKeywords:","abstract":"

    Read skipping tokens up until before an optional WKT CRS keyword

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readKeywordWithType:andRequired:":{"name":"-readKeywordWithType:andRequired:","abstract":"

    Read looking for a specific WKT CRS keyword, skipping others if not","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readKeywordWithTypes:andRequired:":{"name":"-readKeywordWithTypes:andRequired:","abstract":"

    Read looking for a specific WKT CRS keyword, skipping others if not","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)peekKeyword":{"name":"-peekKeyword","abstract":"

    Peek a WKT CRS keyword

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)peekKeywordType":{"name":"-peekKeywordType","abstract":"

    Peek a WKT CRS keyword type

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)peekKeywords":{"name":"-peekKeywords","abstract":"

    Peek WKT CRS keywords

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)peekKeywordTypes":{"name":"-peekKeywordTypes","abstract":"

    Peek WKT CRS keyword types

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)peekOptionalKeyword":{"name":"-peekOptionalKeyword","abstract":"

    Peek an optional WKT CRS keyword

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)peekOptionalKeywordType":{"name":"-peekOptionalKeywordType","abstract":"

    Peek an optional WKT CRS keyword type

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)peekOptionalKeywords":{"name":"-peekOptionalKeywords","abstract":"

    Peek at optional WKT CRS keywords

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)peekOptionalKeywordTypes":{"name":"-peekOptionalKeywordTypes","abstract":"

    Peek at optional WKT CRS keyword types

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)peekOptionalKeywordAtNum:":{"name":"-peekOptionalKeywordAtNum:","abstract":"

    Peek an optional WKT CRS keyword

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)peekOptionalKeywordTypeAtNum:":{"name":"-peekOptionalKeywordTypeAtNum:","abstract":"

    Peek an optional WKT CRS keyword type

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)peekOptionalKeywordsAtNum:":{"name":"-peekOptionalKeywordsAtNum:","abstract":"

    Peek at optional WKT CRS keywords

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)peekOptionalKeywordTypesAtNum:":{"name":"-peekOptionalKeywordTypesAtNum:","abstract":"

    Peek at optional WKT CRS keyword types

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readLeftDelimiter":{"name":"-readLeftDelimiter","abstract":"

    Read a left delimiter

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)peekLeftDelimiter":{"name":"-peekLeftDelimiter","abstract":"

    Peek if the next token is a left delimiter

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readRightDelimiter":{"name":"-readRightDelimiter","abstract":"

    Read skipping tokens until an external right delimiter (first right","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)peekRightDelimiter":{"name":"-peekRightDelimiter","abstract":"

    Peek if the next token is a right delimiter

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readSeparator":{"name":"-readSeparator","abstract":"

    Read a WKT Separator (comma)

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)peekSeparator":{"name":"-peekSeparator","abstract":"

    Peek if the next token is a WKT Separator (comma)

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readEnd":{"name":"-readEnd","abstract":"

    “Read” an expected end, checking for unexpected trailing tokens

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readKeywordDelimitedToken:":{"name":"-readKeywordDelimitedToken:","abstract":"

    Read a keyword delimited token

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readGeo":{"name":"-readGeo","abstract":"

    Read a Geodetic or Geographic CRS

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readProjected":{"name":"-readProjected","abstract":"

    Read a Projected CRS

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readProjectedGeodetic":{"name":"-readProjectedGeodetic","abstract":"

    Read a Projected Geodetic CRS

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readProjectedGeographic":{"name":"-readProjectedGeographic","abstract":"

    Read a Projected Geographic CRS

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readProjectedWithType:":{"name":"-readProjectedWithType:","abstract":"

    Read a Projected CRS

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readVertical":{"name":"-readVertical","abstract":"

    Read a Vertical CRS

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readEngineering":{"name":"-readEngineering","abstract":"

    Read an Engineering CRS

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readParametric":{"name":"-readParametric","abstract":"

    Read a Parametric CRS

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readTemporal":{"name":"-readTemporal","abstract":"

    Read a Temporal CRS

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readDerivedProjected":{"name":"-readDerivedProjected","abstract":"

    Read a Derived Projected CRS

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readCompound":{"name":"-readCompound","abstract":"

    Read a Compound CRS

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readCoordinateMetadata":{"name":"-readCoordinateMetadata","abstract":"

    Read Coordinate Metadata

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readCoordinateOperation":{"name":"-readCoordinateOperation","abstract":"

    Read Coordinate Operation

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readPointMotionOperation":{"name":"-readPointMotionOperation","abstract":"

    Read Point Motion Operation

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readConcatenatedOperation":{"name":"-readConcatenatedOperation","abstract":"

    Read Concatenated Operation

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readBound":{"name":"-readBound","abstract":"

    Read a Bound CRS

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readScopeExtentIdentifierRemark:":{"name":"-readScopeExtentIdentifierRemark:","abstract":"

    Read the usages (scope and extent), identifiers, and remark into the","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readGeoReferenceFrame":{"name":"-readGeoReferenceFrame","abstract":"

    Read a Geo reference frame

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readGeoReferenceFrameWithCRS:":{"name":"-readGeoReferenceFrameWithCRS:","abstract":"

    Read a Geo reference frame

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readVerticalReferenceFrame":{"name":"-readVerticalReferenceFrame","abstract":"

    Read a Vertical reference frame

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readVerticalReferenceFrameWithCRS:":{"name":"-readVerticalReferenceFrameWithCRS:","abstract":"

    Read a Vertical reference frame

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readEngineeringDatum":{"name":"-readEngineeringDatum","abstract":"

    Read an Engineering datum

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readEngineeringDatumWithCRS:":{"name":"-readEngineeringDatumWithCRS:","abstract":"

    Read an Engineering datum

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readParametricDatum":{"name":"-readParametricDatum","abstract":"

    Read a Parametric datum

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readParametricDatumWithCRS:":{"name":"-readParametricDatumWithCRS:","abstract":"

    Read a Parametric datum

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readReferenceFrame":{"name":"-readReferenceFrame","abstract":"

    Read a Reference frame (datum)

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readReferenceFrameWithCRS:":{"name":"-readReferenceFrameWithCRS:","abstract":"

    Read a Reference frame (datum)

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readGeoDatumEnsemble":{"name":"-readGeoDatumEnsemble","abstract":"

    Read a Geo datum ensemble

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readVerticalDatumEnsemble":{"name":"-readVerticalDatumEnsemble","abstract":"

    Read a Vertical datum ensemble

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readDatumEnsemble":{"name":"-readDatumEnsemble","abstract":"

    Read a Datum ensemble

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readDatumEnsembleMember":{"name":"-readDatumEnsembleMember","abstract":"

    Read a Datum ensemble member

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readDynamic":{"name":"-readDynamic","abstract":"

    Read a Dynamic coordinate reference system

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readPrimeMeridian":{"name":"-readPrimeMeridian","abstract":"

    Read a Prime meridian

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readEllipsoid":{"name":"-readEllipsoid","abstract":"

    Read an Ellipsoid

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readUnit":{"name":"-readUnit","abstract":"

    Read a Unit

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readAngleUnit":{"name":"-readAngleUnit","abstract":"

    Read an Angle Unit

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readLengthUnit":{"name":"-readLengthUnit","abstract":"

    Read a Length Unit

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readParametricUnit":{"name":"-readParametricUnit","abstract":"

    Read a Parametric Unit

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readScaleUnit":{"name":"-readScaleUnit","abstract":"

    Read a Scale Unit

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readTimeUnit":{"name":"-readTimeUnit","abstract":"

    Read a Time Unit

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readUnitWithType:":{"name":"-readUnitWithType:","abstract":"

    Read a Unit

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readIdentifiers":{"name":"-readIdentifiers","abstract":"

    Read Identifiers

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readIdentifier":{"name":"-readIdentifier","abstract":"

    Read an Identifier

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readCoordinateSystem":{"name":"-readCoordinateSystem","abstract":"

    Read a Coordinate system

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readAxes":{"name":"-readAxes","abstract":"

    Read Axes

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readAxesWithType:":{"name":"-readAxesWithType:","abstract":"

    Read Axes

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readAxis":{"name":"-readAxis","abstract":"

    Read an Axis

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readAxisWithType:":{"name":"-readAxisWithType:","abstract":"

    Read an Axis

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readRemark":{"name":"-readRemark","abstract":"

    Read Remark

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readUsages":{"name":"-readUsages","abstract":"

    Read Usages

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readUsage":{"name":"-readUsage","abstract":"

    Read a Usage

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readScope":{"name":"-readScope","abstract":"

    Read a Scope

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readExtent":{"name":"-readExtent","abstract":"

    Read an Extent

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readAreaDescription":{"name":"-readAreaDescription","abstract":"

    Read an Area description

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readGeographicBoundingBox":{"name":"-readGeographicBoundingBox","abstract":"

    Read a Geographic bounding box

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readVerticalExtent":{"name":"-readVerticalExtent","abstract":"

    Read a Vertical extent

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readTemporalExtent":{"name":"-readTemporalExtent","abstract":"

    Read a Temporal extent

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readMapProjection":{"name":"-readMapProjection","abstract":"

    Read a Map projection

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readMethod":{"name":"-readMethod","abstract":"

    Read an operation method

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readProjectedParameters":{"name":"-readProjectedParameters","abstract":"

    Read projected parameters

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readParametersWithType:":{"name":"-readParametersWithType:","abstract":"

    Read Operation parameters

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readParameterWithType:":{"name":"-readParameterWithType:","abstract":"

    Read an Operation parameter

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readTemporalDatum":{"name":"-readTemporalDatum","abstract":"

    Read a Temporal Datum

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readDerivingConversion":{"name":"-readDerivingConversion","abstract":"

    Read a Deriving Conversion

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readDerivedParameters":{"name":"-readDerivedParameters","abstract":"

    Read Derived parameters

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readParametersAndFilesWithType:":{"name":"-readParametersAndFilesWithType:","abstract":"

    Read Operation parameters and parameter files

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readParameterFile":{"name":"-readParameterFile","abstract":"

    Read an Operation parameter file

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readCoordinateOperationParameters":{"name":"-readCoordinateOperationParameters","abstract":"

    Read Coordinate Operation parameters

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readVersion":{"name":"-readVersion","abstract":"

    Read an operation version

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readSource":{"name":"-readSource","abstract":"

    Read a source coordinate reference system

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readTarget":{"name":"-readTarget","abstract":"

    Read a target coordinate reference system

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readInterpolation":{"name":"-readInterpolation","abstract":"

    Read a interpolation coordinate reference system

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readCoordinateReferenceSystemWithKeyword:":{"name":"-readCoordinateReferenceSystemWithKeyword:","abstract":"

    Read a coordinate reference system with the keyword

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readAccuracy":{"name":"-readAccuracy","abstract":"

    Read an operation accuracy

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readPointMotionOperationParameters":{"name":"-readPointMotionOperationParameters","abstract":"

    Read Point Motion Operation parameters

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readAbridgedCoordinateTransformation":{"name":"-readAbridgedCoordinateTransformation","abstract":"

    Read an Abridged Coordinate Transformation

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readBoundParameters":{"name":"-readBoundParameters","abstract":"

    Read Bound CRS Abridged Transformation parameters

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readGeoCompat":{"name":"-readGeoCompat","abstract":"

    Read a Backward Compatible Geodetic or Geographic CRS

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readGeodeticCompat":{"name":"-readGeodeticCompat","abstract":"

    Read a Backward Compatible Geodetic CRS

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readGeographicCompat":{"name":"-readGeographicCompat","abstract":"

    Read a Backward Compatible Geographic CRS

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readGeoCompatWithType:":{"name":"-readGeoCompatWithType:","abstract":"

    Read a Backward Compatible Geodetic or Geographic CRS

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readProjectedCompat":{"name":"-readProjectedCompat","abstract":"

    Read a Backward Compatible Projected CRS

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readProjectedGeodeticCompat":{"name":"-readProjectedGeodeticCompat","abstract":"

    Read a Backward Compatible Projected Geodetic CRS

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readProjectedGeographicCompat":{"name":"-readProjectedGeographicCompat","abstract":"

    Read a Backward Compatible Projected Geographic CRS

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readProjectedCompatWithType:":{"name":"-readProjectedCompatWithType:","abstract":"

    Read a Backward Compatible Projected CRS

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)addTransformParameters:toMapProjection:":{"name":"+addTransformParameters:toMapProjection:","abstract":"

    Add transform parameters to the map projection

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readVerticalCompat":{"name":"-readVerticalCompat","abstract":"

    Read a Backward Compatible Vertical CRS

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readEngineeringCompat":{"name":"-readEngineeringCompat","abstract":"

    Read a Backward Compatible Engineering CRS

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readMapProjectionCompat":{"name":"-readMapProjectionCompat","abstract":"

    Read a Backward Compatible map projection

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readCoordinateSystemCompatWithType:andReferenceFrame:":{"name":"-readCoordinateSystemCompatWithType:andReferenceFrame:","abstract":"

    Read a Backward Compatible Coordinate System

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readVerticalDatumCompat":{"name":"-readVerticalDatumCompat","abstract":"

    Read a Backward Compatible vertical datum

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readVerticalDatumCompatWithCRS:":{"name":"-readVerticalDatumCompatWithCRS:","abstract":"

    Read a Backward Compatible vertical datum

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readEngineeringDatumCompat":{"name":"-readEngineeringDatumCompat","abstract":"

    Read a Backward Compatible engineering datum

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readEngineeringDatumCompatWithCRS:":{"name":"-readEngineeringDatumCompatWithCRS:","abstract":"

    Read a Backward Compatible engineering datum

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readDatumCompat":{"name":"-readDatumCompat","abstract":"

    Read a Backward Compatible datum

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readDatumCompatWithCRS:":{"name":"-readDatumCompatWithCRS:","abstract":"

    Read a Backward Compatible datum

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readToWGS84Compat":{"name":"-readToWGS84Compat","abstract":"

    Read a Backward Compatible To WGS84 transformation

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readExtensionsCompat":{"name":"-readExtensionsCompat","abstract":"

    Read Backward Compatible Extensions

    ","parent_name":"CRSReader"},"Classes/CRSKeyword.html#/c:objc(cs)CRSKeyword(im)type":{"name":"-type","abstract":"

    Get the type

    ","parent_name":"CRSKeyword"},"Classes/CRSKeyword.html#/c:objc(cs)CRSKeyword(im)name":{"name":"-name","abstract":"

    Get the name

    ","parent_name":"CRSKeyword"},"Classes/CRSKeyword.html#/c:objc(cs)CRSKeyword(im)keywords":{"name":"-keywords","abstract":"

    Get the keywords

    ","parent_name":"CRSKeyword"},"Classes/CRSKeyword.html#/c:objc(cs)CRSKeyword(cm)keyword:":{"name":"+keyword:","abstract":"

    Get the keyword type object from the keyword

    ","parent_name":"CRSKeyword"},"Classes/CRSKeyword.html#/c:objc(cs)CRSKeyword(cm)type:":{"name":"+type:","abstract":"

    Get the keyword type from the keyword

    ","parent_name":"CRSKeyword"},"Classes/CRSKeyword.html#/c:objc(cs)CRSKeyword(cm)requiredKeyword:":{"name":"+requiredKeyword:","abstract":"

    Get the required keyword type object from the keyword

    ","parent_name":"CRSKeyword"},"Classes/CRSKeyword.html#/c:objc(cs)CRSKeyword(cm)requiredType:":{"name":"+requiredType:","abstract":"

    Get the required keyword type from the keyword

    ","parent_name":"CRSKeyword"},"Classes/CRSKeyword.html#/c:objc(cs)CRSKeyword(cm)keywords:":{"name":"+keywords:","abstract":"

    Get the keyword types object from the keyword

    ","parent_name":"CRSKeyword"},"Classes/CRSKeyword.html#/c:objc(cs)CRSKeyword(cm)types:":{"name":"+types:","abstract":"

    Get the keyword types from the keyword

    ","parent_name":"CRSKeyword"},"Classes/CRSKeyword.html#/c:objc(cs)CRSKeyword(cm)requiredKeywords:":{"name":"+requiredKeywords:","abstract":"

    Get the required keyword types object from the keyword

    ","parent_name":"CRSKeyword"},"Classes/CRSKeyword.html#/c:objc(cs)CRSKeyword(cm)requiredTypes:":{"name":"+requiredTypes:","abstract":"

    Get the required keyword types from the keyword

    ","parent_name":"CRSKeyword"},"Classes/CRSKeyword.html#/c:objc(cs)CRSKeyword(cm)keywordOfType:":{"name":"+keywordOfType:","abstract":"

    Get the keyword type object from the keyword type

    ","parent_name":"CRSKeyword"},"Classes/CRSKeyword.html#/c:objc(cs)CRSKeyword(cm)nameOfType:":{"name":"+nameOfType:","abstract":"

    Get the keyword type name from the keyword

    ","parent_name":"CRSKeyword"},"Classes/CRSVerticalReferenceFrame.html#/c:objc(cs)CRSVerticalReferenceFrame(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSVerticalReferenceFrame"},"Classes/CRSVerticalReferenceFrame.html#/c:objc(cs)CRSVerticalReferenceFrame(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSVerticalReferenceFrame"},"Classes/CRSVerticalReferenceFrame.html#/c:objc(cs)CRSVerticalReferenceFrame(im)initWithName:":{"name":"-initWithName:","abstract":"

    Initialize

    ","parent_name":"CRSVerticalReferenceFrame"},"Classes/CRSVerticalDatumEnsemble.html#/c:objc(cs)CRSVerticalDatumEnsemble(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSVerticalDatumEnsemble"},"Classes/CRSVerticalDatumEnsemble.html#/c:objc(cs)CRSVerticalDatumEnsemble(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSVerticalDatumEnsemble"},"Classes/CRSVerticalDatumEnsemble.html#/c:objc(cs)CRSVerticalDatumEnsemble(im)initWithName:andMember:andAccuracy:":{"name":"-initWithName:andMember:andAccuracy:","abstract":"

    Initialize

    ","parent_name":"CRSVerticalDatumEnsemble"},"Classes/CRSVerticalDatumEnsemble.html#/c:objc(cs)CRSVerticalDatumEnsemble(im)initWithName:andMembers:andAccuracy:":{"name":"-initWithName:andMembers:andAccuracy:","abstract":"

    Initialize

    ","parent_name":"CRSVerticalDatumEnsemble"},"Classes/CRSVerticalCoordinateReferenceSystem.html#/c:objc(cs)CRSVerticalCoordinateReferenceSystem(py)referenceFrame":{"name":"referenceFrame","abstract":"

    Vertical Reference Frame

    ","parent_name":"CRSVerticalCoordinateReferenceSystem"},"Classes/CRSVerticalCoordinateReferenceSystem.html#/c:objc(cs)CRSVerticalCoordinateReferenceSystem(py)datumEnsemble":{"name":"datumEnsemble","abstract":"

    Vertical Datum Ensemble

    ","parent_name":"CRSVerticalCoordinateReferenceSystem"},"Classes/CRSVerticalCoordinateReferenceSystem.html#/c:objc(cs)CRSVerticalCoordinateReferenceSystem(py)dynamic":{"name":"dynamic","abstract":"

    Dynamic coordinate reference system

    ","parent_name":"CRSVerticalCoordinateReferenceSystem"},"Classes/CRSVerticalCoordinateReferenceSystem.html#/c:objc(cs)CRSVerticalCoordinateReferenceSystem(py)geoidModelName":{"name":"geoidModelName","abstract":"

    Geoid Model Name

    ","parent_name":"CRSVerticalCoordinateReferenceSystem"},"Classes/CRSVerticalCoordinateReferenceSystem.html#/c:objc(cs)CRSVerticalCoordinateReferenceSystem(py)geoidModelIdentifier":{"name":"geoidModelIdentifier","abstract":"

    Identifiers

    ","parent_name":"CRSVerticalCoordinateReferenceSystem"},"Classes/CRSVerticalCoordinateReferenceSystem.html#/c:objc(cs)CRSVerticalCoordinateReferenceSystem(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSVerticalCoordinateReferenceSystem"},"Classes/CRSVerticalCoordinateReferenceSystem.html#/c:objc(cs)CRSVerticalCoordinateReferenceSystem(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSVerticalCoordinateReferenceSystem"},"Classes/CRSVerticalCoordinateReferenceSystem.html#/c:objc(cs)CRSVerticalCoordinateReferenceSystem(im)initWithName:andReferenceFrame:andCoordinateSystem:":{"name":"-initWithName:andReferenceFrame:andCoordinateSystem:","abstract":"

    Initialize

    ","parent_name":"CRSVerticalCoordinateReferenceSystem"},"Classes/CRSVerticalCoordinateReferenceSystem.html#/c:objc(cs)CRSVerticalCoordinateReferenceSystem(im)initWithName:andDatumEnsemble:andCoordinateSystem:":{"name":"-initWithName:andDatumEnsemble:andCoordinateSystem:","abstract":"

    Initialize

    ","parent_name":"CRSVerticalCoordinateReferenceSystem"},"Classes/CRSVerticalCoordinateReferenceSystem.html#/c:objc(cs)CRSVerticalCoordinateReferenceSystem(im)initWithName:andDynamic:andReferenceFrame:andCoordinateSystem:":{"name":"-initWithName:andDynamic:andReferenceFrame:andCoordinateSystem:","abstract":"

    Initialize

    ","parent_name":"CRSVerticalCoordinateReferenceSystem"},"Classes/CRSVerticalCoordinateReferenceSystem.html#/c:objc(cs)CRSVerticalCoordinateReferenceSystem(im)hasReferenceFrame":{"name":"-hasReferenceFrame","abstract":"

    Determine if has a vertical reference frame

    ","parent_name":"CRSVerticalCoordinateReferenceSystem"},"Classes/CRSVerticalCoordinateReferenceSystem.html#/c:objc(cs)CRSVerticalCoordinateReferenceSystem(im)hasDatumEnsemble":{"name":"-hasDatumEnsemble","abstract":"

    Determine if has a vertical datum ensemble

    ","parent_name":"CRSVerticalCoordinateReferenceSystem"},"Classes/CRSVerticalCoordinateReferenceSystem.html#/c:objc(cs)CRSVerticalCoordinateReferenceSystem(im)hasDynamic":{"name":"-hasDynamic","abstract":"

    Determine if has a dynamic

    ","parent_name":"CRSVerticalCoordinateReferenceSystem"},"Classes/CRSVerticalCoordinateReferenceSystem.html#/c:objc(cs)CRSVerticalCoordinateReferenceSystem(im)hasGeoidModelName":{"name":"-hasGeoidModelName","abstract":"

    Has a geoid model name

    ","parent_name":"CRSVerticalCoordinateReferenceSystem"},"Classes/CRSVerticalCoordinateReferenceSystem.html#/c:objc(cs)CRSVerticalCoordinateReferenceSystem(im)hasGeoidModelIdentifier":{"name":"-hasGeoidModelIdentifier","abstract":"

    Has a geoid model identifier

    ","parent_name":"CRSVerticalCoordinateReferenceSystem"},"Classes/CRSProjParser.html#/c:objc(cs)CRSProjParser(cm)paramsFromText:":{"name":"+paramsFromText:","abstract":"

    Parse crs well-known text into PROJ params

    ","parent_name":"CRSProjParser"},"Classes/CRSProjParser.html#/c:objc(cs)CRSProjParser(cm)paramsTextFromText:":{"name":"+paramsTextFromText:","abstract":"

    Parse crs well-known text into PROJ params text

    ","parent_name":"CRSProjParser"},"Classes/CRSProjParser.html#/c:objc(cs)CRSProjParser(cm)paramsFromCRS:":{"name":"+paramsFromCRS:","abstract":"

    Convert a CRS object into PROJ params

    ","parent_name":"CRSProjParser"},"Classes/CRSProjParser.html#/c:objc(cs)CRSProjParser(cm)paramsTextFromCRS:":{"name":"+paramsTextFromCRS:","abstract":"

    Convert a CRS object into PROJ params text

    ","parent_name":"CRSProjParser"},"Classes/CRSProjParser.html#/c:objc(cs)CRSProjParser(cm)paramsFromGeo:":{"name":"+paramsFromGeo:","abstract":"

    Convert a geodetic or geographic crs into PROJ params

    ","parent_name":"CRSProjParser"},"Classes/CRSProjParser.html#/c:objc(cs)CRSProjParser(cm)paramsTextFromGeo:":{"name":"+paramsTextFromGeo:","abstract":"

    Convert a geodetic or geographic crs into PROJ params text

    ","parent_name":"CRSProjParser"},"Classes/CRSProjParser.html#/c:objc(cs)CRSProjParser(cm)paramsFromProjected:":{"name":"+paramsFromProjected:","abstract":"

    Convert a projected crs into PROJ params

    ","parent_name":"CRSProjParser"},"Classes/CRSProjParser.html#/c:objc(cs)CRSProjParser(cm)paramsTextFromProjected:":{"name":"+paramsTextFromProjected:","abstract":"

    Convert a projected crs into PROJ params text

    ","parent_name":"CRSProjParser"},"Classes/CRSProjParser.html#/c:objc(cs)CRSProjParser(cm)paramsFromCompound:":{"name":"+paramsFromCompound:","abstract":"

    Convert a compound crs into PROJ params

    ","parent_name":"CRSProjParser"},"Classes/CRSProjParser.html#/c:objc(cs)CRSProjParser(cm)paramsTextFromCompound:":{"name":"+paramsTextFromCompound:","abstract":"

    Convert a compound crs into PROJ params text

    ","parent_name":"CRSProjParser"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)proj":{"name":"proj","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)zone":{"name":"zone","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)south":{"name":"south","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)lat_1":{"name":"lat_1","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)lat_2":{"name":"lat_2","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)lat_0":{"name":"lat_0","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)lat_ts":{"name":"lat_ts","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)lon_0":{"name":"lon_0","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)lonc":{"name":"lonc","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)alpha":{"name":"alpha","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)k_0":{"name":"k_0","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)x_0":{"name":"x_0","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)y_0":{"name":"y_0","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)axis":{"name":"axis","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)datum":{"name":"datum","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)no_uoff":{"name":"no_uoff","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)gamma":{"name":"gamma","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)a":{"name":"a","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)b":{"name":"b","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)ellps":{"name":"ellps","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)towgs84":{"name":"towgs84","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)xTranslation":{"name":"xTranslation","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)yTranslation":{"name":"yTranslation","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)zTranslation":{"name":"zTranslation","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)xRotation":{"name":"xRotation","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)yRotation":{"name":"yRotation","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)zRotation":{"name":"zRotation","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)scaleDifference":{"name":"scaleDifference","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)pm":{"name":"pm","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)units":{"name":"units","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)to_meter":{"name":"to_meter","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)nadgrids":{"name":"nadgrids","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)wktext":{"name":"wktext","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)no_defs":{"name":"no_defs","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(cm)params":{"name":"+params","abstract":"

    Create

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSProjParams"},"Classes/CRSTemporalDatum.html#/c:objc(cs)CRSTemporalDatum(py)name":{"name":"name","abstract":"

    Datum Name

    ","parent_name":"CRSTemporalDatum"},"Classes/CRSTemporalDatum.html#/c:objc(cs)CRSTemporalDatum(py)calendar":{"name":"calendar","abstract":"

    Calendar Identifier

    ","parent_name":"CRSTemporalDatum"},"Classes/CRSTemporalDatum.html#/c:objc(cs)CRSTemporalDatum(py)origin":{"name":"origin","abstract":"

    Origin Description

    ","parent_name":"CRSTemporalDatum"},"Classes/CRSTemporalDatum.html#/c:objc(cs)CRSTemporalDatum(py)originDateTime":{"name":"originDateTime","abstract":"

    Origin Description date time

    ","parent_name":"CRSTemporalDatum"},"Classes/CRSTemporalDatum.html#/c:objc(cs)CRSTemporalDatum(py)identifiers":{"name":"identifiers","abstract":"

    Identifiers

    ","parent_name":"CRSTemporalDatum"},"Classes/CRSTemporalDatum.html#/c:objc(cs)CRSTemporalDatum(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSTemporalDatum"},"Classes/CRSTemporalDatum.html#/c:objc(cs)CRSTemporalDatum(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSTemporalDatum"},"Classes/CRSTemporalDatum.html#/c:objc(cs)CRSTemporalDatum(im)initWithName:":{"name":"-initWithName:","abstract":"

    Initialize

    ","parent_name":"CRSTemporalDatum"},"Classes/CRSTemporalDatum.html#/c:objc(cs)CRSTemporalDatum(im)hasCalendar":{"name":"-hasCalendar","abstract":"

    Has a calendar identifier

    ","parent_name":"CRSTemporalDatum"},"Classes/CRSTemporalDatum.html#/c:objc(cs)CRSTemporalDatum(im)hasOrigin":{"name":"-hasOrigin","abstract":"

    Has an origin

    ","parent_name":"CRSTemporalDatum"},"Classes/CRSTemporalDatum.html#/c:objc(cs)CRSTemporalDatum(im)hasOriginDateTime":{"name":"-hasOriginDateTime","abstract":"

    Has an origin date time

    ","parent_name":"CRSTemporalDatum"},"Classes/CRSTemporalDatum.html#/c:objc(cs)CRSTemporalDatum(im)setOriginDateTimeWithOrigin:":{"name":"-setOriginDateTimeWithOrigin:","abstract":"

    Set the origin date time

    ","parent_name":"CRSTemporalDatum"},"Classes/CRSTemporalCoordinateReferenceSystem.html#/c:objc(cs)CRSTemporalCoordinateReferenceSystem(py)datum":{"name":"datum","abstract":"

    Temporal Datum

    ","parent_name":"CRSTemporalCoordinateReferenceSystem"},"Classes/CRSTemporalCoordinateReferenceSystem.html#/c:objc(cs)CRSTemporalCoordinateReferenceSystem(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSTemporalCoordinateReferenceSystem"},"Classes/CRSTemporalCoordinateReferenceSystem.html#/c:objc(cs)CRSTemporalCoordinateReferenceSystem(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSTemporalCoordinateReferenceSystem"},"Classes/CRSTemporalCoordinateReferenceSystem.html#/c:objc(cs)CRSTemporalCoordinateReferenceSystem(im)initWithName:andDatum:andCoordinateSystem:":{"name":"-initWithName:andDatum:andCoordinateSystem:","abstract":"

    Initialize

    ","parent_name":"CRSTemporalCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(py)base":{"name":"base","abstract":"

    Base

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(py)mapProjection":{"name":"mapProjection","abstract":"

    Map Projection

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)initWithName:andBaseName:andBaseType:andReferenceFrame:andMapProjection:andCoordinateSystem:":{"name":"-initWithName:andBaseName:andBaseType:andReferenceFrame:andMapProjection:andCoordinateSystem:","abstract":"

    Initialize

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)initWithName:andBaseName:andBaseType:andDatumEnsemble:andMapProjection:andCoordinateSystem:":{"name":"-initWithName:andBaseName:andBaseType:andDatumEnsemble:andMapProjection:andCoordinateSystem:","abstract":"

    Initialize

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)initWithName:andBaseName:andBaseType:andDynamic:andReferenceFrame:andMapProjection:andCoordinateSystem:":{"name":"-initWithName:andBaseName:andBaseType:andDynamic:andReferenceFrame:andMapProjection:andCoordinateSystem:","abstract":"

    Initialize

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)baseName":{"name":"-baseName","abstract":"

    Get the base name

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)setBaseName:":{"name":"-setBaseName:","abstract":"

    Set the base name

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)baseType":{"name":"-baseType","abstract":"

    Get the base type

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)setBaseType:":{"name":"-setBaseType:","abstract":"

    Set the base type

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)referenceFrame":{"name":"-referenceFrame","abstract":"

    Get the reference frame

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)hasReferenceFrame":{"name":"-hasReferenceFrame","abstract":"

    Determine if has a reference frame

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)setReferenceFrame:":{"name":"-setReferenceFrame:","abstract":"

    Set the reference frame

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)datumEnsemble":{"name":"-datumEnsemble","abstract":"

    Get the datum ensemble

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)hasDatumEnsemble":{"name":"-hasDatumEnsemble","abstract":"

    Determine if has a datum ensemble

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)setDatumEnsemble:":{"name":"-setDatumEnsemble:","abstract":"

    Set the datum ensemble

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)dynamic":{"name":"-dynamic","abstract":"

    Get the dynamic coordinate reference system

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)hasDynamic":{"name":"-hasDynamic","abstract":"

    Determine if has a dynamic

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)setDynamic:":{"name":"-setDynamic:","abstract":"

    Set the dynamic coordinate reference system

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)geoDatum":{"name":"-geoDatum","abstract":"

    Get the geodetic or geographic common datum

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)baseIdentifiers":{"name":"-baseIdentifiers","abstract":"

    Get the base identifiers

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)hasBaseIdentifiers":{"name":"-hasBaseIdentifiers","abstract":"

    Has base identifiers

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)numBaseIdentifiers":{"name":"-numBaseIdentifiers","abstract":"

    Number of base identifiers

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)baseIdentifierAtIndex:":{"name":"-baseIdentifierAtIndex:","abstract":"

    Get the base identifier at the index

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)setBaseIdentifiers:":{"name":"-setBaseIdentifiers:","abstract":"

    Set the base identifiers

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)addBaseIdentifier:":{"name":"-addBaseIdentifier:","abstract":"

    Add the base identifier

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)addBaseIdentifiers:":{"name":"-addBaseIdentifiers:","abstract":"

    Add the base identifiers

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)unit":{"name":"-unit","abstract":"

    Get the unit (ellipsoidal angle)

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)hasUnit":{"name":"-hasUnit","abstract":"

    Has a unit (ellipsoidal angle)

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)setUnit:":{"name":"-setUnit:","abstract":"

    Set the unit (angle)

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSMapProjection.html#/c:objc(cs)CRSMapProjection(py)name":{"name":"name","abstract":"

    Name

    ","parent_name":"CRSMapProjection"},"Classes/CRSMapProjection.html#/c:objc(cs)CRSMapProjection(py)method":{"name":"method","abstract":"

    Method

    ","parent_name":"CRSMapProjection"},"Classes/CRSMapProjection.html#/c:objc(cs)CRSMapProjection(py)identifiers":{"name":"identifiers","abstract":"

    Identifiers

    ","parent_name":"CRSMapProjection"},"Classes/CRSMapProjection.html#/c:objc(cs)CRSMapProjection(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSMapProjection"},"Classes/CRSMapProjection.html#/c:objc(cs)CRSMapProjection(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSMapProjection"},"Classes/CRSMapProjection.html#/c:objc(cs)CRSMapProjection(im)initWithName:andMethod:":{"name":"-initWithName:andMethod:","abstract":"

    Initialize

    ","parent_name":"CRSMapProjection"},"Classes/CRSParametricDatum.html#/c:objc(cs)CRSParametricDatum(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSParametricDatum"},"Classes/CRSParametricDatum.html#/c:objc(cs)CRSParametricDatum(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSParametricDatum"},"Classes/CRSParametricDatum.html#/c:objc(cs)CRSParametricDatum(im)initWithName:":{"name":"-initWithName:","abstract":"

    Initialize

    ","parent_name":"CRSParametricDatum"},"Classes/CRSParametricCoordinateReferenceSystem.html#/c:objc(cs)CRSParametricCoordinateReferenceSystem(py)datum":{"name":"datum","abstract":"

    Parametric Datum

    ","parent_name":"CRSParametricCoordinateReferenceSystem"},"Classes/CRSParametricCoordinateReferenceSystem.html#/c:objc(cs)CRSParametricCoordinateReferenceSystem(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSParametricCoordinateReferenceSystem"},"Classes/CRSParametricCoordinateReferenceSystem.html#/c:objc(cs)CRSParametricCoordinateReferenceSystem(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSParametricCoordinateReferenceSystem"},"Classes/CRSParametricCoordinateReferenceSystem.html#/c:objc(cs)CRSParametricCoordinateReferenceSystem(im)initWithName:andDatum:andCoordinateSystem:":{"name":"-initWithName:andDatum:andCoordinateSystem:","abstract":"

    Initialize

    ","parent_name":"CRSParametricCoordinateReferenceSystem"},"Classes/CRSSimpleOperation.html#/c:objc(cs)CRSSimpleOperation(py)method":{"name":"method","abstract":"

    Operation Method

    ","parent_name":"CRSSimpleOperation"},"Classes/CRSSimpleOperation.html#/c:objc(cs)CRSSimpleOperation(im)initWithType:":{"name":"-initWithType:","abstract":"

    Initialize

    ","parent_name":"CRSSimpleOperation"},"Classes/CRSSimpleOperation.html#/c:objc(cs)CRSSimpleOperation(im)initWithName:andType:andSource:andMethod:":{"name":"-initWithName:andType:andSource:andMethod:","abstract":"

    Initialize

    ","parent_name":"CRSSimpleOperation"},"Classes/CRSPointMotionOperation.html#/c:objc(cs)CRSPointMotionOperation(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSPointMotionOperation"},"Classes/CRSPointMotionOperation.html#/c:objc(cs)CRSPointMotionOperation(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSPointMotionOperation"},"Classes/CRSPointMotionOperation.html#/c:objc(cs)CRSPointMotionOperation(im)initWithName:andSource:andMethod:":{"name":"-initWithName:andSource:andMethod:","abstract":"

    Initialize

    ","parent_name":"CRSPointMotionOperation"},"Classes/CRSOperationTypes.html#/c:objc(cs)CRSOperationTypes(cm)name:":{"name":"+name:","abstract":"

    Get the type name

    ","parent_name":"CRSOperationTypes"},"Classes/CRSOperationTypes.html#/c:objc(cs)CRSOperationTypes(cm)type:":{"name":"+type:","abstract":"

    Get the type from the name

    ","parent_name":"CRSOperationTypes"},"Classes/CRSOperationParameters.html#/c:objc(cs)CRSOperationParameters(im)type":{"name":"-type","abstract":"

    Get the type

    ","parent_name":"CRSOperationParameters"},"Classes/CRSOperationParameters.html#/c:objc(cs)CRSOperationParameters(im)code":{"name":"-code","abstract":"

    Get the code

    ","parent_name":"CRSOperationParameters"},"Classes/CRSOperationParameters.html#/c:objc(cs)CRSOperationParameters(im)name":{"name":"-name","abstract":"

    Get the name

    ","parent_name":"CRSOperationParameters"},"Classes/CRSOperationParameters.html#/c:objc(cs)CRSOperationParameters(im)operationType":{"name":"-operationType","abstract":"

    Get the operation type

    ","parent_name":"CRSOperationParameters"},"Classes/CRSOperationParameters.html#/c:objc(cs)CRSOperationParameters(im)aliases":{"name":"-aliases","abstract":"

    Get the aliases

    ","parent_name":"CRSOperationParameters"},"Classes/CRSOperationParameters.html#/c:objc(cs)CRSOperationParameters(im)unitType":{"name":"-unitType","abstract":"

    Get the unit type

    ","parent_name":"CRSOperationParameters"},"Classes/CRSOperationParameters.html#/c:objc(cs)CRSOperationParameters(cm)parameter:":{"name":"+parameter:","abstract":"

    Get the parameter from the parameter type

    ","parent_name":"CRSOperationParameters"},"Classes/CRSOperationParameters.html#/c:objc(cs)CRSOperationParameters(cm)parameterFromName:":{"name":"+parameterFromName:","abstract":"

    Get the parameter from the alias

    ","parent_name":"CRSOperationParameters"},"Classes/CRSOperationParameters.html#/c:objc(cs)CRSOperationParameters(cm)parametersFromName:":{"name":"+parametersFromName:","abstract":"

    Get the parameters from the alias

    ","parent_name":"CRSOperationParameters"},"Classes/CRSOperationParameters.html#/c:objc(cs)CRSOperationParameters(cm)parameterFromCode:":{"name":"+parameterFromCode:","abstract":"

    Get the parameter from the code

    ","parent_name":"CRSOperationParameters"},"Classes/CRSOperationParameter.html#/c:objc(cs)CRSOperationParameter(py)name":{"name":"name","abstract":"

    Name

    ","parent_name":"CRSOperationParameter"},"Classes/CRSOperationParameter.html#/c:objc(cs)CRSOperationParameter(py)value":{"name":"value","abstract":"

    Value

    ","parent_name":"CRSOperationParameter"},"Classes/CRSOperationParameter.html#/c:objc(cs)CRSOperationParameter(py)valueText":{"name":"valueText","abstract":"

    Value Text

    ","parent_name":"CRSOperationParameter"},"Classes/CRSOperationParameter.html#/c:objc(cs)CRSOperationParameter(py)unit":{"name":"unit","abstract":"

    Unit

    ","parent_name":"CRSOperationParameter"},"Classes/CRSOperationParameter.html#/c:objc(cs)CRSOperationParameter(py)fileName":{"name":"fileName","abstract":"

    File Name

    ","parent_name":"CRSOperationParameter"},"Classes/CRSOperationParameter.html#/c:objc(cs)CRSOperationParameter(py)identifiers":{"name":"identifiers","abstract":"

    Identifiers

    ","parent_name":"CRSOperationParameter"},"Classes/CRSOperationParameter.html#/c:objc(cs)CRSOperationParameter(py)parameter":{"name":"parameter","abstract":"

    Commonly encountered operation parameters

    ","parent_name":"CRSOperationParameter"},"Classes/CRSOperationParameter.html#/c:objc(cs)CRSOperationParameter(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSOperationParameter"},"Classes/CRSOperationParameter.html#/c:objc(cs)CRSOperationParameter(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSOperationParameter"},"Classes/CRSOperationParameter.html#/c:objc(cs)CRSOperationParameter(im)initWithName:andValue:":{"name":"-initWithName:andValue:","abstract":"

    Initialize

    ","parent_name":"CRSOperationParameter"},"Classes/CRSOperationParameter.html#/c:objc(cs)CRSOperationParameter(im)initWithName:andValueText:":{"name":"-initWithName:andValueText:","abstract":"

    Initialize

    ","parent_name":"CRSOperationParameter"},"Classes/CRSOperationParameter.html#/c:objc(cs)CRSOperationParameter(im)initWithName:andValue:andUnit:":{"name":"-initWithName:andValue:andUnit:","abstract":"

    Initialize

    ","parent_name":"CRSOperationParameter"},"Classes/CRSOperationParameter.html#/c:objc(cs)CRSOperationParameter(im)initWithName:andValueText:andUnit:":{"name":"-initWithName:andValueText:andUnit:","abstract":"

    Initialize

    ","parent_name":"CRSOperationParameter"},"Classes/CRSOperationParameter.html#/c:objc(cs)CRSOperationParameter(im)initWithParameter:andValue:":{"name":"-initWithParameter:andValue:","abstract":"

    Initialize

    ","parent_name":"CRSOperationParameter"},"Classes/CRSOperationParameter.html#/c:objc(cs)CRSOperationParameter(im)initWithParameter:andValueText:":{"name":"-initWithParameter:andValueText:","abstract":"

    Initialize

    ","parent_name":"CRSOperationParameter"},"Classes/CRSOperationParameter.html#/c:objc(cs)CRSOperationParameter(im)initWithParameter:andValue:andUnit:":{"name":"-initWithParameter:andValue:andUnit:","abstract":"

    Initialize

    ","parent_name":"CRSOperationParameter"},"Classes/CRSOperationParameter.html#/c:objc(cs)CRSOperationParameter(im)initWithParameter:andValueText:andUnit:":{"name":"-initWithParameter:andValueText:andUnit:","abstract":"

    Initialize

    ","parent_name":"CRSOperationParameter"},"Classes/CRSOperationParameter.html#/c:objc(cs)CRSOperationParameter(im)initWithName:andFileName:":{"name":"-initWithName:andFileName:","abstract":"

    Initialize

    ","parent_name":"CRSOperationParameter"},"Classes/CRSOperationParameter.html#/c:objc(cs)CRSOperationParameter(im)hasUnit":{"name":"-hasUnit","abstract":"

    Has a unit

    ","parent_name":"CRSOperationParameter"},"Classes/CRSOperationParameter.html#/c:objc(cs)CRSOperationParameter(im)isFile":{"name":"-isFile","abstract":"

    Is a parameter file

    ","parent_name":"CRSOperationParameter"},"Classes/CRSOperationParameter.html#/c:objc(cs)CRSOperationParameter(im)hasParameter":{"name":"-hasParameter","abstract":"

    Is a commonly known parameter type

    ","parent_name":"CRSOperationParameter"},"Classes/CRSOperationParameter.html#/c:objc(cs)CRSOperationParameter(im)updateParameter":{"name":"-updateParameter","abstract":"

    Update the commonly known parameter type using the name

    ","parent_name":"CRSOperationParameter"},"Classes/CRSOperationMethods.html#/c:objc(cs)CRSOperationMethods(im)type":{"name":"-type","abstract":"

    Get the type

    ","parent_name":"CRSOperationMethods"},"Classes/CRSOperationMethods.html#/c:objc(cs)CRSOperationMethods(im)name":{"name":"-name","abstract":"

    Get the name

    ","parent_name":"CRSOperationMethods"},"Classes/CRSOperationMethods.html#/c:objc(cs)CRSOperationMethods(im)operationType":{"name":"-operationType","abstract":"

    Get the operation type

    ","parent_name":"CRSOperationMethods"},"Classes/CRSOperationMethods.html#/c:objc(cs)CRSOperationMethods(im)aliases":{"name":"-aliases","abstract":"

    Get the aliases

    ","parent_name":"CRSOperationMethods"},"Classes/CRSOperationMethods.html#/c:objc(cs)CRSOperationMethods(im)code":{"name":"-code","abstract":"

    Get the code

    ","parent_name":"CRSOperationMethods"},"Classes/CRSOperationMethods.html#/c:objc(cs)CRSOperationMethods(im)parameterCodes":{"name":"-parameterCodes","abstract":"

    Get the parameter codes

    ","parent_name":"CRSOperationMethods"},"Classes/CRSOperationMethods.html#/c:objc(cs)CRSOperationMethods(im)numParameters":{"name":"-numParameters","abstract":"

    Number of parameters

    ","parent_name":"CRSOperationMethods"},"Classes/CRSOperationMethods.html#/c:objc(cs)CRSOperationMethods(im)parameterCodeAtIndex:":{"name":"-parameterCodeAtIndex:","abstract":"

    Get the parameter code at the index

    ","parent_name":"CRSOperationMethods"},"Classes/CRSOperationMethods.html#/c:objc(cs)CRSOperationMethods(im)parameterAtIndex:":{"name":"-parameterAtIndex:","abstract":"

    Get the parameter at the index

    ","parent_name":"CRSOperationMethods"},"Classes/CRSOperationMethods.html#/c:objc(cs)CRSOperationMethods(im)parameters":{"name":"-parameters","abstract":"

    Get the parameters

    ","parent_name":"CRSOperationMethods"},"Classes/CRSOperationMethods.html#/c:objc(cs)CRSOperationMethods(cm)method:":{"name":"+method:","abstract":"

    Get the method from the method type

    ","parent_name":"CRSOperationMethods"},"Classes/CRSOperationMethods.html#/c:objc(cs)CRSOperationMethods(cm)methodFromName:":{"name":"+methodFromName:","abstract":"

    Get the method from the alias

    ","parent_name":"CRSOperationMethods"},"Classes/CRSOperationMethods.html#/c:objc(cs)CRSOperationMethods(cm)methodsFromName:":{"name":"+methodsFromName:","abstract":"

    Get the methods from the alias

    ","parent_name":"CRSOperationMethods"},"Classes/CRSOperationMethods.html#/c:objc(cs)CRSOperationMethods(cm)methodFromCode:":{"name":"+methodFromCode:","abstract":"

    Get the method from the code

    ","parent_name":"CRSOperationMethods"},"Classes/CRSOperationMethod.html#/c:objc(cs)CRSOperationMethod(py)name":{"name":"name","abstract":"

    Name

    ","parent_name":"CRSOperationMethod"},"Classes/CRSOperationMethod.html#/c:objc(cs)CRSOperationMethod(py)parameters":{"name":"parameters","abstract":"

    Operation parameters

    ","parent_name":"CRSOperationMethod"},"Classes/CRSOperationMethod.html#/c:objc(cs)CRSOperationMethod(py)identifiers":{"name":"identifiers","abstract":"

    Identifiers

    ","parent_name":"CRSOperationMethod"},"Classes/CRSOperationMethod.html#/c:objc(cs)CRSOperationMethod(py)method":{"name":"method","abstract":"

    Commonly encountered operation methods

    ","parent_name":"CRSOperationMethod"},"Classes/CRSOperationMethod.html#/c:objc(cs)CRSOperationMethod(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSOperationMethod"},"Classes/CRSOperationMethod.html#/c:objc(cs)CRSOperationMethod(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSOperationMethod"},"Classes/CRSOperationMethod.html#/c:objc(cs)CRSOperationMethod(im)initWithName:":{"name":"-initWithName:","abstract":"

    Initialize

    ","parent_name":"CRSOperationMethod"},"Classes/CRSOperationMethod.html#/c:objc(cs)CRSOperationMethod(im)initWithMethod:":{"name":"-initWithMethod:","abstract":"

    Initialize

    ","parent_name":"CRSOperationMethod"},"Classes/CRSOperationMethod.html#/c:objc(cs)CRSOperationMethod(im)hasParameters":{"name":"-hasParameters","abstract":"

    Has parameters

    ","parent_name":"CRSOperationMethod"},"Classes/CRSOperationMethod.html#/c:objc(cs)CRSOperationMethod(im)numParameters":{"name":"-numParameters","abstract":"

    Number of parameters

    ","parent_name":"CRSOperationMethod"},"Classes/CRSOperationMethod.html#/c:objc(cs)CRSOperationMethod(im)parameterAtIndex:":{"name":"-parameterAtIndex:","abstract":"

    Get the parameter at the index

    ","parent_name":"CRSOperationMethod"},"Classes/CRSOperationMethod.html#/c:objc(cs)CRSOperationMethod(im)addParameter:":{"name":"-addParameter:","abstract":"

    Add the parameter

    ","parent_name":"CRSOperationMethod"},"Classes/CRSOperationMethod.html#/c:objc(cs)CRSOperationMethod(im)addParameters:":{"name":"-addParameters:","abstract":"

    Add the parameters

    ","parent_name":"CRSOperationMethod"},"Classes/CRSOperationMethod.html#/c:objc(cs)CRSOperationMethod(im)hasMethod":{"name":"-hasMethod","abstract":"

    Is a commonly known method type

    ","parent_name":"CRSOperationMethod"},"Classes/CRSOperationMethod.html#/c:objc(cs)CRSOperationMethod(im)updateMethod":{"name":"-updateMethod","abstract":"

    Update the commonly known method type using the name

    ","parent_name":"CRSOperationMethod"},"Classes/CRSOperation.html#/c:objc(cs)CRSOperation(py)version":{"name":"version","abstract":"

    Operation Version

    ","parent_name":"CRSOperation"},"Classes/CRSOperation.html#/c:objc(cs)CRSOperation(py)source":{"name":"source","abstract":"

    Source Coordinate Reference System

    ","parent_name":"CRSOperation"},"Classes/CRSOperation.html#/c:objc(cs)CRSOperation(py)accuracy":{"name":"accuracy","abstract":"

    Coordinate operation accuracy

    ","parent_name":"CRSOperation"},"Classes/CRSOperation.html#/c:objc(cs)CRSOperation(py)accuracyText":{"name":"accuracyText","abstract":"

    Coordinate operation accuracy Text

    ","parent_name":"CRSOperation"},"Classes/CRSOperation.html#/c:objc(cs)CRSOperation(im)initWithType:":{"name":"-initWithType:","abstract":"

    Initialize

    ","parent_name":"CRSOperation"},"Classes/CRSOperation.html#/c:objc(cs)CRSOperation(im)initWithName:andType:andSource:":{"name":"-initWithName:andType:andSource:","abstract":"

    Initialize

    ","parent_name":"CRSOperation"},"Classes/CRSOperation.html#/c:objc(cs)CRSOperation(im)hasVersion":{"name":"-hasVersion","abstract":"

    Has an operation version

    ","parent_name":"CRSOperation"},"Classes/CRSOperation.html#/c:objc(cs)CRSOperation(im)hasAccuracy":{"name":"-hasAccuracy","abstract":"

    Has a coordinate operation accuracy

    ","parent_name":"CRSOperation"},"Classes/CRSCoordinateOperation.html#/c:objc(cs)CRSCoordinateOperation(py)target":{"name":"target","abstract":"

    Target Coordinate Reference System

    ","parent_name":"CRSCoordinateOperation"},"Classes/CRSCoordinateOperation.html#/c:objc(cs)CRSCoordinateOperation(py)interpolation":{"name":"interpolation","abstract":"

    Interpolation Coordinate Reference System

    ","parent_name":"CRSCoordinateOperation"},"Classes/CRSCoordinateOperation.html#/c:objc(cs)CRSCoordinateOperation(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSCoordinateOperation"},"Classes/CRSCoordinateOperation.html#/c:objc(cs)CRSCoordinateOperation(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSCoordinateOperation"},"Classes/CRSCoordinateOperation.html#/c:objc(cs)CRSCoordinateOperation(im)initWithName:andSource:andTarget:andMethod:":{"name":"-initWithName:andSource:andTarget:andMethod:","abstract":"

    Initialize

    ","parent_name":"CRSCoordinateOperation"},"Classes/CRSCoordinateOperation.html#/c:objc(cs)CRSCoordinateOperation(im)hasInterpolation":{"name":"-hasInterpolation","abstract":"

    Has an interpolation coordinate reference system

    ","parent_name":"CRSCoordinateOperation"},"Classes/CRSConcatenatedOperation.html#/c:objc(cs)CRSConcatenatedOperation(py)target":{"name":"target","abstract":"

    Target Coordinate Reference System

    ","parent_name":"CRSConcatenatedOperation"},"Classes/CRSConcatenatedOperation.html#/c:objc(cs)CRSConcatenatedOperation(py)operations":{"name":"operations","abstract":"

    Operations, transformations, and conversions

    ","parent_name":"CRSConcatenatedOperation"},"Classes/CRSConcatenatedOperation.html#/c:objc(cs)CRSConcatenatedOperation(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSConcatenatedOperation"},"Classes/CRSConcatenatedOperation.html#/c:objc(cs)CRSConcatenatedOperation(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSConcatenatedOperation"},"Classes/CRSConcatenatedOperation.html#/c:objc(cs)CRSConcatenatedOperation(im)initWithName:andSource:andTarget:":{"name":"-initWithName:andSource:andTarget:","abstract":"

    Initialize

    ","parent_name":"CRSConcatenatedOperation"},"Classes/CRSConcatenatedOperation.html#/c:objc(cs)CRSConcatenatedOperation(im)numOperations":{"name":"-numOperations","abstract":"

    Number of operations

    ","parent_name":"CRSConcatenatedOperation"},"Classes/CRSConcatenatedOperation.html#/c:objc(cs)CRSConcatenatedOperation(im)operationAtIndex:":{"name":"-operationAtIndex:","abstract":"

    Get the operation at the index

    ","parent_name":"CRSConcatenatedOperation"},"Classes/CRSConcatenatedOperation.html#/c:objc(cs)CRSConcatenatedOperation(im)addOperation:":{"name":"-addOperation:","abstract":"

    Add the operation

    ","parent_name":"CRSConcatenatedOperation"},"Classes/CRSConcatenatedOperation.html#/c:objc(cs)CRSConcatenatedOperation(im)addOperations:":{"name":"-addOperations:","abstract":"

    Add the operations

    ","parent_name":"CRSConcatenatedOperation"},"Classes/CRSCoordinateMetadata.html#/c:objc(cs)CRSCoordinateMetadata(py)coordinateReferenceSystem":{"name":"coordinateReferenceSystem","abstract":"

    Coordinate Reference System

    ","parent_name":"CRSCoordinateMetadata"},"Classes/CRSCoordinateMetadata.html#/c:objc(cs)CRSCoordinateMetadata(py)epoch":{"name":"epoch","abstract":"

    Coordinate Epoch

    ","parent_name":"CRSCoordinateMetadata"},"Classes/CRSCoordinateMetadata.html#/c:objc(cs)CRSCoordinateMetadata(py)epochText":{"name":"epochText","abstract":"

    Coordinate Epoch Text

    ","parent_name":"CRSCoordinateMetadata"},"Classes/CRSCoordinateMetadata.html#/c:objc(cs)CRSCoordinateMetadata(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSCoordinateMetadata"},"Classes/CRSCoordinateMetadata.html#/c:objc(cs)CRSCoordinateMetadata(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSCoordinateMetadata"},"Classes/CRSCoordinateMetadata.html#/c:objc(cs)CRSCoordinateMetadata(im)initWithCoordinateReferenceSystem:":{"name":"-initWithCoordinateReferenceSystem:","abstract":"

    Initialize

    ","parent_name":"CRSCoordinateMetadata"},"Classes/CRSCoordinateMetadata.html#/c:objc(cs)CRSCoordinateMetadata(im)initWithCoordinateReferenceSystem:andEpoch:":{"name":"-initWithCoordinateReferenceSystem:andEpoch:","abstract":"

    Initialize

    ","parent_name":"CRSCoordinateMetadata"},"Classes/CRSCoordinateMetadata.html#/c:objc(cs)CRSCoordinateMetadata(im)initWithCoordinateReferenceSystem:andEpochText:":{"name":"-initWithCoordinateReferenceSystem:andEpochText:","abstract":"

    Initialize

    ","parent_name":"CRSCoordinateMetadata"},"Classes/CRSCoordinateMetadata.html#/c:objc(cs)CRSCoordinateMetadata(im)hasEpoch":{"name":"-hasEpoch","abstract":"

    Has a coordinate epoch

    ","parent_name":"CRSCoordinateMetadata"},"Classes/CRSTriaxialEllipsoid.html#/c:objc(cs)CRSTriaxialEllipsoid(py)semiMedianAxis":{"name":"semiMedianAxis","abstract":"

    Semi Median Axis

    ","parent_name":"CRSTriaxialEllipsoid"},"Classes/CRSTriaxialEllipsoid.html#/c:objc(cs)CRSTriaxialEllipsoid(py)semiMedianAxisText":{"name":"semiMedianAxisText","abstract":"

    Semi Median Axis Text

    ","parent_name":"CRSTriaxialEllipsoid"},"Classes/CRSTriaxialEllipsoid.html#/c:objc(cs)CRSTriaxialEllipsoid(py)semiMinorAxis":{"name":"semiMinorAxis","abstract":"

    Semi Minor Axis

    ","parent_name":"CRSTriaxialEllipsoid"},"Classes/CRSTriaxialEllipsoid.html#/c:objc(cs)CRSTriaxialEllipsoid(py)semiMinorAxisText":{"name":"semiMinorAxisText","abstract":"

    Semi Minor Axis Text

    ","parent_name":"CRSTriaxialEllipsoid"},"Classes/CRSTriaxialEllipsoid.html#/c:objc(cs)CRSTriaxialEllipsoid(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSTriaxialEllipsoid"},"Classes/CRSTriaxialEllipsoid.html#/c:objc(cs)CRSTriaxialEllipsoid(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSTriaxialEllipsoid"},"Classes/CRSTriaxialEllipsoid.html#/c:objc(cs)CRSTriaxialEllipsoid(im)initWithName:andSemiMajorAxis:andSemiMedianAxis:andSemiMinorAxis:":{"name":"-initWithName:andSemiMajorAxis:andSemiMedianAxis:andSemiMinorAxis:","abstract":"

    Initialize

    ","parent_name":"CRSTriaxialEllipsoid"},"Classes/CRSTriaxialEllipsoid.html#/c:objc(cs)CRSTriaxialEllipsoid(im)initWithName:andSemiMajorAxisText:andSemiMedianAxisText:andSemiMinorAxisText:":{"name":"-initWithName:andSemiMajorAxisText:andSemiMedianAxisText:andSemiMinorAxisText:","abstract":"

    Initialize

    ","parent_name":"CRSTriaxialEllipsoid"},"Classes/CRSPrimeMeridians.html#/c:objc(cs)CRSPrimeMeridians(cm)fromType:":{"name":"+fromType:","abstract":"

    Get a prime meridian by type

    ","parent_name":"CRSPrimeMeridians"},"Classes/CRSPrimeMeridians.html#/c:objc(cs)CRSPrimeMeridians(cm)fromName:":{"name":"+fromName:","abstract":"

    Get a prime meridian by name

    ","parent_name":"CRSPrimeMeridians"},"Classes/CRSPrimeMeridians.html#/c:objc(cs)CRSPrimeMeridians(im)type":{"name":"-type","abstract":"

    Get the type

    ","parent_name":"CRSPrimeMeridians"},"Classes/CRSPrimeMeridians.html#/c:objc(cs)CRSPrimeMeridians(im)name":{"name":"-name","abstract":"

    Get the name

    ","parent_name":"CRSPrimeMeridians"},"Classes/CRSPrimeMeridians.html#/c:objc(cs)CRSPrimeMeridians(im)offsetFromGreenwich":{"name":"-offsetFromGreenwich","abstract":"

    Get the offset from greenwich in radians

    ","parent_name":"CRSPrimeMeridians"},"Classes/CRSPrimeMeridians.html#/c:objc(cs)CRSPrimeMeridians(im)offsetFromGreenwichDegrees":{"name":"-offsetFromGreenwichDegrees","abstract":"

    Get the offset from greenwich in degrees

    ","parent_name":"CRSPrimeMeridians"},"Classes/CRSPrimeMeridian.html#/c:objc(cs)CRSPrimeMeridian(py)name":{"name":"name","abstract":"

    Name

    ","parent_name":"CRSPrimeMeridian"},"Classes/CRSPrimeMeridian.html#/c:objc(cs)CRSPrimeMeridian(py)longitude":{"name":"longitude","abstract":"

    International Reference Meridian longitude

    ","parent_name":"CRSPrimeMeridian"},"Classes/CRSPrimeMeridian.html#/c:objc(cs)CRSPrimeMeridian(py)longitudeText":{"name":"longitudeText","abstract":"

    International Reference Meridian longitude Text

    ","parent_name":"CRSPrimeMeridian"},"Classes/CRSPrimeMeridian.html#/c:objc(cs)CRSPrimeMeridian(py)longitudeUnit":{"name":"longitudeUnit","abstract":"

    International Reference Meridian longitude unit (angle)

    ","parent_name":"CRSPrimeMeridian"},"Classes/CRSPrimeMeridian.html#/c:objc(cs)CRSPrimeMeridian(py)identifiers":{"name":"identifiers","abstract":"

    Identifiers

    ","parent_name":"CRSPrimeMeridian"},"Classes/CRSPrimeMeridian.html#/c:objc(cs)CRSPrimeMeridian(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSPrimeMeridian"},"Classes/CRSPrimeMeridian.html#/c:objc(cs)CRSPrimeMeridian(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSPrimeMeridian"},"Classes/CRSPrimeMeridian.html#/c:objc(cs)CRSPrimeMeridian(im)initWithName:andLongitude:":{"name":"-initWithName:andLongitude:","abstract":"

    Initialize

    ","parent_name":"CRSPrimeMeridian"},"Classes/CRSPrimeMeridian.html#/c:objc(cs)CRSPrimeMeridian(im)initWithName:andLongitudeText:":{"name":"-initWithName:andLongitudeText:","abstract":"

    Initialize

    ","parent_name":"CRSPrimeMeridian"},"Classes/CRSPrimeMeridian.html#/c:objc(cs)CRSPrimeMeridian(im)hasLongitudeUnit":{"name":"-hasLongitudeUnit","abstract":"

    Has an International Reference Meridian longitude unit (angle)

    ","parent_name":"CRSPrimeMeridian"},"Classes/CRSGeoReferenceFrame.html#/c:objc(cs)CRSGeoReferenceFrame(py)ellipsoid":{"name":"ellipsoid","abstract":"

    Ellipsoid

    ","parent_name":"CRSGeoReferenceFrame"},"Classes/CRSGeoReferenceFrame.html#/c:objc(cs)CRSGeoReferenceFrame(py)primeMeridian":{"name":"primeMeridian","abstract":"

    Prime Meridian

    ","parent_name":"CRSGeoReferenceFrame"},"Classes/CRSGeoReferenceFrame.html#/c:objc(cs)CRSGeoReferenceFrame(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSGeoReferenceFrame"},"Classes/CRSGeoReferenceFrame.html#/c:objc(cs)CRSGeoReferenceFrame(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSGeoReferenceFrame"},"Classes/CRSGeoReferenceFrame.html#/c:objc(cs)CRSGeoReferenceFrame(im)initWithType:":{"name":"-initWithType:","abstract":"

    Initialize

    ","parent_name":"CRSGeoReferenceFrame"},"Classes/CRSGeoReferenceFrame.html#/c:objc(cs)CRSGeoReferenceFrame(im)initWithName:andEllipsoid:":{"name":"-initWithName:andEllipsoid:","abstract":"

    Initialize

    ","parent_name":"CRSGeoReferenceFrame"},"Classes/CRSGeoReferenceFrame.html#/c:objc(cs)CRSGeoReferenceFrame(im)initWithName:andType:andEllipsoid:":{"name":"-initWithName:andType:andEllipsoid:","abstract":"

    Initialize

    ","parent_name":"CRSGeoReferenceFrame"},"Classes/CRSGeoDatums.html#/c:objc(cs)CRSGeoDatums(cm)fromType:":{"name":"+fromType:","abstract":"

    Get a predefined geo datum by type

    ","parent_name":"CRSGeoDatums"},"Classes/CRSGeoDatums.html#/c:objc(cs)CRSGeoDatums(cm)fromName:":{"name":"+fromName:","abstract":"

    Get a predefined geo datum by name

    ","parent_name":"CRSGeoDatums"},"Classes/CRSGeoDatums.html#/c:objc(cs)CRSGeoDatums(im)type":{"name":"-type","abstract":"

    Get the type

    ","parent_name":"CRSGeoDatums"},"Classes/CRSGeoDatums.html#/c:objc(cs)CRSGeoDatums(im)code":{"name":"-code","abstract":"

    Get the code

    ","parent_name":"CRSGeoDatums"},"Classes/CRSGeoDatums.html#/c:objc(cs)CRSGeoDatums(im)name":{"name":"-name","abstract":"

    Get the name

    ","parent_name":"CRSGeoDatums"},"Classes/CRSGeoDatums.html#/c:objc(cs)CRSGeoDatums(im)names":{"name":"-names","abstract":"

    Get the names

    ","parent_name":"CRSGeoDatums"},"Classes/CRSGeoDatums.html#/c:objc(cs)CRSGeoDatums(im)transform":{"name":"-transform","abstract":"

    Get the transform

    ","parent_name":"CRSGeoDatums"},"Classes/CRSGeoDatums.html#/c:objc(cs)CRSGeoDatums(im)ellipsoid":{"name":"-ellipsoid","abstract":"

    Get the ellipsoid

    ","parent_name":"CRSGeoDatums"},"Classes/CRSGeoDatumEnsemble.html#/c:objc(cs)CRSGeoDatumEnsemble(py)ellipsoid":{"name":"ellipsoid","abstract":"

    Ellipsoid

    ","parent_name":"CRSGeoDatumEnsemble"},"Classes/CRSGeoDatumEnsemble.html#/c:objc(cs)CRSGeoDatumEnsemble(py)primeMeridian":{"name":"primeMeridian","abstract":"

    Prime Meridian

    ","parent_name":"CRSGeoDatumEnsemble"},"Classes/CRSGeoDatumEnsemble.html#/c:objc(cs)CRSGeoDatumEnsemble(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSGeoDatumEnsemble"},"Classes/CRSGeoDatumEnsemble.html#/c:objc(cs)CRSGeoDatumEnsemble(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSGeoDatumEnsemble"},"Classes/CRSGeoDatumEnsemble.html#/c:objc(cs)CRSGeoDatumEnsemble(im)initWithName:andMember:andEllipsoid:andAccuracy:andPrimeMeridian:":{"name":"-initWithName:andMember:andEllipsoid:andAccuracy:andPrimeMeridian:","abstract":"

    Initialize

    ","parent_name":"CRSGeoDatumEnsemble"},"Classes/CRSGeoDatumEnsemble.html#/c:objc(cs)CRSGeoDatumEnsemble(im)initWithName:andMembers:andEllipsoid:andAccuracy:andPrimeMeridian:":{"name":"-initWithName:andMembers:andEllipsoid:andAccuracy:andPrimeMeridian:","abstract":"

    Initialize

    ","parent_name":"CRSGeoDatumEnsemble"},"Classes/CRSGeoCoordinateReferenceSystem.html#/c:objc(cs)CRSGeoCoordinateReferenceSystem(py)referenceFrame":{"name":"referenceFrame","abstract":"

    Reference Frame

    ","parent_name":"CRSGeoCoordinateReferenceSystem"},"Classes/CRSGeoCoordinateReferenceSystem.html#/c:objc(cs)CRSGeoCoordinateReferenceSystem(py)datumEnsemble":{"name":"datumEnsemble","abstract":"

    Datum Ensemble

    ","parent_name":"CRSGeoCoordinateReferenceSystem"},"Classes/CRSGeoCoordinateReferenceSystem.html#/c:objc(cs)CRSGeoCoordinateReferenceSystem(py)dynamic":{"name":"dynamic","abstract":"

    Dynamic coordinate reference system

    ","parent_name":"CRSGeoCoordinateReferenceSystem"},"Classes/CRSGeoCoordinateReferenceSystem.html#/c:objc(cs)CRSGeoCoordinateReferenceSystem(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSGeoCoordinateReferenceSystem"},"Classes/CRSGeoCoordinateReferenceSystem.html#/c:objc(cs)CRSGeoCoordinateReferenceSystem(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSGeoCoordinateReferenceSystem"},"Classes/CRSGeoCoordinateReferenceSystem.html#/c:objc(cs)CRSGeoCoordinateReferenceSystem(im)initWithType:":{"name":"-initWithType:","abstract":"

    Initialize

    ","parent_name":"CRSGeoCoordinateReferenceSystem"},"Classes/CRSGeoCoordinateReferenceSystem.html#/c:objc(cs)CRSGeoCoordinateReferenceSystem(im)initWithName:andType:andReferenceFrame:andCoordinateSystem:":{"name":"-initWithName:andType:andReferenceFrame:andCoordinateSystem:","abstract":"

    Initialize

    ","parent_name":"CRSGeoCoordinateReferenceSystem"},"Classes/CRSGeoCoordinateReferenceSystem.html#/c:objc(cs)CRSGeoCoordinateReferenceSystem(im)initWithName:andType:andDatumEnsemble:andCoordinateSystem:":{"name":"-initWithName:andType:andDatumEnsemble:andCoordinateSystem:","abstract":"

    Initialize

    ","parent_name":"CRSGeoCoordinateReferenceSystem"},"Classes/CRSGeoCoordinateReferenceSystem.html#/c:objc(cs)CRSGeoCoordinateReferenceSystem(im)initWithName:andType:andDynamic:andReferenceFrame:andCoordinateSystem:":{"name":"-initWithName:andType:andDynamic:andReferenceFrame:andCoordinateSystem:","abstract":"

    Initialize

    ","parent_name":"CRSGeoCoordinateReferenceSystem"},"Classes/CRSGeoCoordinateReferenceSystem.html#/c:objc(cs)CRSGeoCoordinateReferenceSystem(im)hasReferenceFrame":{"name":"-hasReferenceFrame","abstract":"

    Determine if has a reference frame

    ","parent_name":"CRSGeoCoordinateReferenceSystem"},"Classes/CRSGeoCoordinateReferenceSystem.html#/c:objc(cs)CRSGeoCoordinateReferenceSystem(im)hasDatumEnsemble":{"name":"-hasDatumEnsemble","abstract":"

    Determine if has a datum ensemble

    ","parent_name":"CRSGeoCoordinateReferenceSystem"},"Classes/CRSGeoCoordinateReferenceSystem.html#/c:objc(cs)CRSGeoCoordinateReferenceSystem(im)hasDynamic":{"name":"-hasDynamic","abstract":"

    Determine if has a dynamic

    ","parent_name":"CRSGeoCoordinateReferenceSystem"},"Classes/CRSGeoCoordinateReferenceSystem.html#/c:objc(cs)CRSGeoCoordinateReferenceSystem(im)geoDatum":{"name":"-geoDatum","abstract":"

    Get the geodetic or geographic common datum

    ","parent_name":"CRSGeoCoordinateReferenceSystem"},"Classes/CRSEllipsoids.html#/c:objc(cs)CRSEllipsoids(cm)fromType:":{"name":"+fromType:","abstract":"

    Get a predefined ellipsoid by type

    ","parent_name":"CRSEllipsoids"},"Classes/CRSEllipsoids.html#/c:objc(cs)CRSEllipsoids(cm)fromName:":{"name":"+fromName:","abstract":"

    Get a predefined ellipsoid by name or short name

    ","parent_name":"CRSEllipsoids"},"Classes/CRSEllipsoids.html#/c:objc(cs)CRSEllipsoids(im)type":{"name":"-type","abstract":"

    Get the type

    ","parent_name":"CRSEllipsoids"},"Classes/CRSEllipsoids.html#/c:objc(cs)CRSEllipsoids(im)name":{"name":"-name","abstract":"

    Get the name

    ","parent_name":"CRSEllipsoids"},"Classes/CRSEllipsoids.html#/c:objc(cs)CRSEllipsoids(im)names":{"name":"-names","abstract":"

    Get the names

    ","parent_name":"CRSEllipsoids"},"Classes/CRSEllipsoids.html#/c:objc(cs)CRSEllipsoids(im)shortName":{"name":"-shortName","abstract":"

    Get the short name

    ","parent_name":"CRSEllipsoids"},"Classes/CRSEllipsoids.html#/c:objc(cs)CRSEllipsoids(im)equatorRadius":{"name":"-equatorRadius","abstract":"

    Get the equator radius

    ","parent_name":"CRSEllipsoids"},"Classes/CRSEllipsoids.html#/c:objc(cs)CRSEllipsoids(im)reciprocalFlattening":{"name":"-reciprocalFlattening","abstract":"

    Get the reciprocal flattening

    ","parent_name":"CRSEllipsoids"},"Classes/CRSEllipsoids.html#/c:objc(cs)CRSEllipsoids(im)a":{"name":"-a","abstract":"

    Get the a

    ","parent_name":"CRSEllipsoids"},"Classes/CRSEllipsoids.html#/c:objc(cs)CRSEllipsoids(im)b":{"name":"-b","abstract":"

    Get the b

    ","parent_name":"CRSEllipsoids"},"Classes/CRSEllipsoids.html#/c:objc(cs)CRSEllipsoids(im)eccentricitySquared":{"name":"-eccentricitySquared","abstract":"

    Get the eccentricity squared

    ","parent_name":"CRSEllipsoids"},"Classes/CRSEllipsoidTypes.html#/c:objc(cs)CRSEllipsoidTypes(cm)name:":{"name":"+name:","abstract":"

    Get the type name

    ","parent_name":"CRSEllipsoidTypes"},"Classes/CRSEllipsoidTypes.html#/c:objc(cs)CRSEllipsoidTypes(cm)type:":{"name":"+type:","abstract":"

    Get the type from the name

    ","parent_name":"CRSEllipsoidTypes"},"Classes/CRSEllipsoid.html#/c:objc(cs)CRSEllipsoid(py)name":{"name":"name","abstract":"

    Name

    ","parent_name":"CRSEllipsoid"},"Classes/CRSEllipsoid.html#/c:objc(cs)CRSEllipsoid(py)semiMajorAxis":{"name":"semiMajorAxis","abstract":"

    Semi Major Axis

    ","parent_name":"CRSEllipsoid"},"Classes/CRSEllipsoid.html#/c:objc(cs)CRSEllipsoid(py)semiMajorAxisText":{"name":"semiMajorAxisText","abstract":"

    Semi Major Axis Text

    ","parent_name":"CRSEllipsoid"},"Classes/CRSEllipsoid.html#/c:objc(cs)CRSEllipsoid(py)inverseFlattening":{"name":"inverseFlattening","abstract":"

    Inverse Flattening

    ","parent_name":"CRSEllipsoid"},"Classes/CRSEllipsoid.html#/c:objc(cs)CRSEllipsoid(py)inverseFlatteningText":{"name":"inverseFlatteningText","abstract":"

    Inverse Flattening Text

    ","parent_name":"CRSEllipsoid"},"Classes/CRSEllipsoid.html#/c:objc(cs)CRSEllipsoid(py)unit":{"name":"unit","abstract":"

    Unit

    ","parent_name":"CRSEllipsoid"},"Classes/CRSEllipsoid.html#/c:objc(cs)CRSEllipsoid(py)identifiers":{"name":"identifiers","abstract":"

    Identifiers

    ","parent_name":"CRSEllipsoid"},"Classes/CRSEllipsoid.html#/c:objc(cs)CRSEllipsoid(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSEllipsoid"},"Classes/CRSEllipsoid.html#/c:objc(cs)CRSEllipsoid(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSEllipsoid"},"Classes/CRSEllipsoid.html#/c:objc(cs)CRSEllipsoid(im)initWithName:andSemiMajorAxis:andInverseFlattening:":{"name":"-initWithName:andSemiMajorAxis:andInverseFlattening:","abstract":"

    Initialize

    ","parent_name":"CRSEllipsoid"},"Classes/CRSEllipsoid.html#/c:objc(cs)CRSEllipsoid(im)initWithName:andSemiMajorAxisText:andInverseFlatteningText:":{"name":"-initWithName:andSemiMajorAxisText:andInverseFlatteningText:","abstract":"

    Initialize

    ","parent_name":"CRSEllipsoid"},"Classes/CRSEllipsoid.html#/c:objc(cs)CRSEllipsoid(im)type":{"name":"-type","abstract":"

    Get the Ellipsoid Type

    ","parent_name":"CRSEllipsoid"},"Classes/CRSEllipsoid.html#/c:objc(cs)CRSEllipsoid(im)hasUnit":{"name":"-hasUnit","abstract":"

    Has a unit (length)

    ","parent_name":"CRSEllipsoid"},"Classes/CRSEllipsoid.html#/c:objc(cs)CRSEllipsoid(im)poleRadius":{"name":"-poleRadius","abstract":"

    Get the pole radius

    ","parent_name":"CRSEllipsoid"},"Classes/CRSEllipsoid.html#/c:objc(cs)CRSEllipsoid(im)poleRadiusText":{"name":"-poleRadiusText","abstract":"

    Get the pole radius as text

    ","parent_name":"CRSEllipsoid"},"Classes/CRSEngineeringDatum.html#/c:objc(cs)CRSEngineeringDatum(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSEngineeringDatum"},"Classes/CRSEngineeringDatum.html#/c:objc(cs)CRSEngineeringDatum(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSEngineeringDatum"},"Classes/CRSEngineeringDatum.html#/c:objc(cs)CRSEngineeringDatum(im)initWithName:":{"name":"-initWithName:","abstract":"

    Initialize

    ","parent_name":"CRSEngineeringDatum"},"Classes/CRSEngineeringCoordinateReferenceSystem.html#/c:objc(cs)CRSEngineeringCoordinateReferenceSystem(py)datum":{"name":"datum","abstract":"

    Engineering Datum

    ","parent_name":"CRSEngineeringCoordinateReferenceSystem"},"Classes/CRSEngineeringCoordinateReferenceSystem.html#/c:objc(cs)CRSEngineeringCoordinateReferenceSystem(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSEngineeringCoordinateReferenceSystem"},"Classes/CRSEngineeringCoordinateReferenceSystem.html#/c:objc(cs)CRSEngineeringCoordinateReferenceSystem(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSEngineeringCoordinateReferenceSystem"},"Classes/CRSEngineeringCoordinateReferenceSystem.html#/c:objc(cs)CRSEngineeringCoordinateReferenceSystem(im)initWithName:andDatum:andCoordinateSystem:":{"name":"-initWithName:andDatum:andCoordinateSystem:","abstract":"

    Initialize

    ","parent_name":"CRSEngineeringCoordinateReferenceSystem"},"Classes/CRSDerivingConversion.html#/c:objc(cs)CRSDerivingConversion(py)name":{"name":"name","abstract":"

    Name

    ","parent_name":"CRSDerivingConversion"},"Classes/CRSDerivingConversion.html#/c:objc(cs)CRSDerivingConversion(py)method":{"name":"method","abstract":"

    Method

    ","parent_name":"CRSDerivingConversion"},"Classes/CRSDerivingConversion.html#/c:objc(cs)CRSDerivingConversion(py)identifiers":{"name":"identifiers","abstract":"

    Identifiers

    ","parent_name":"CRSDerivingConversion"},"Classes/CRSDerivingConversion.html#/c:objc(cs)CRSDerivingConversion(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSDerivingConversion"},"Classes/CRSDerivingConversion.html#/c:objc(cs)CRSDerivingConversion(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSDerivingConversion"},"Classes/CRSDerivingConversion.html#/c:objc(cs)CRSDerivingConversion(im)initWithName:andMethod:":{"name":"-initWithName:andMethod:","abstract":"

    Initialize

    ","parent_name":"CRSDerivingConversion"},"Classes/CRSDerivedCoordinateReferenceSystem.html#/c:objc(cs)CRSDerivedCoordinateReferenceSystem(py)base":{"name":"base","abstract":"

    Base

    ","parent_name":"CRSDerivedCoordinateReferenceSystem"},"Classes/CRSDerivedCoordinateReferenceSystem.html#/c:objc(cs)CRSDerivedCoordinateReferenceSystem(py)conversion":{"name":"conversion","abstract":"

    Deriving Conversion

    ","parent_name":"CRSDerivedCoordinateReferenceSystem"},"Classes/CRSDerivedCoordinateReferenceSystem.html#/c:objc(cs)CRSDerivedCoordinateReferenceSystem(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSDerivedCoordinateReferenceSystem"},"Classes/CRSDerivedCoordinateReferenceSystem.html#/c:objc(cs)CRSDerivedCoordinateReferenceSystem(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSDerivedCoordinateReferenceSystem"},"Classes/CRSDerivedCoordinateReferenceSystem.html#/c:objc(cs)CRSDerivedCoordinateReferenceSystem(im)initWithName:andBase:andConversion:andCoordinateSystem:":{"name":"-initWithName:andBase:andConversion:andCoordinateSystem:","abstract":"

    Initialize

    ","parent_name":"CRSDerivedCoordinateReferenceSystem"},"Classes/CRSDerivedCoordinateReferenceSystem.html#/c:objc(cs)CRSDerivedCoordinateReferenceSystem(im)baseName":{"name":"-baseName","abstract":"

    Get the base name

    ","parent_name":"CRSDerivedCoordinateReferenceSystem"},"Classes/CRSDerivedCoordinateReferenceSystem.html#/c:objc(cs)CRSDerivedCoordinateReferenceSystem(im)baseType":{"name":"-baseType","abstract":"

    Get the base type

    ","parent_name":"CRSDerivedCoordinateReferenceSystem"},"Classes/CRSDerivedCoordinateReferenceSystem.html#/c:objc(cs)CRSDerivedCoordinateReferenceSystem(im)baseIdentifiers":{"name":"-baseIdentifiers","abstract":"

    Get the base identifiers

    ","parent_name":"CRSDerivedCoordinateReferenceSystem"},"Classes/CRSDerivedCoordinateReferenceSystem.html#/c:objc(cs)CRSDerivedCoordinateReferenceSystem(im)hasBaseIdentifiers":{"name":"-hasBaseIdentifiers","abstract":"

    Has base identifiers

    ","parent_name":"CRSDerivedCoordinateReferenceSystem"},"Classes/CRSVerticalExtent.html#/c:objc(cs)CRSVerticalExtent(py)minimumHeight":{"name":"minimumHeight","abstract":"

    Minimum Height

    ","parent_name":"CRSVerticalExtent"},"Classes/CRSVerticalExtent.html#/c:objc(cs)CRSVerticalExtent(py)minimumHeightText":{"name":"minimumHeightText","abstract":"

    Minimum Height Text

    ","parent_name":"CRSVerticalExtent"},"Classes/CRSVerticalExtent.html#/c:objc(cs)CRSVerticalExtent(py)maximumHeight":{"name":"maximumHeight","abstract":"

    Maximum Height

    ","parent_name":"CRSVerticalExtent"},"Classes/CRSVerticalExtent.html#/c:objc(cs)CRSVerticalExtent(py)maximumHeightText":{"name":"maximumHeightText","abstract":"

    Maximum Height Text

    ","parent_name":"CRSVerticalExtent"},"Classes/CRSVerticalExtent.html#/c:objc(cs)CRSVerticalExtent(py)unit":{"name":"unit","abstract":"

    Unit (Length)

    ","parent_name":"CRSVerticalExtent"},"Classes/CRSVerticalExtent.html#/c:objc(cs)CRSVerticalExtent(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSVerticalExtent"},"Classes/CRSVerticalExtent.html#/c:objc(cs)CRSVerticalExtent(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSVerticalExtent"},"Classes/CRSVerticalExtent.html#/c:objc(cs)CRSVerticalExtent(im)initWithMinimumHeight:andMaximumHeight:":{"name":"-initWithMinimumHeight:andMaximumHeight:","abstract":"

    Initialize

    ","parent_name":"CRSVerticalExtent"},"Classes/CRSVerticalExtent.html#/c:objc(cs)CRSVerticalExtent(im)initWithMinimumHeightText:andMaximumHeightText:":{"name":"-initWithMinimumHeightText:andMaximumHeightText:","abstract":"

    Initialize

    ","parent_name":"CRSVerticalExtent"},"Classes/CRSVerticalExtent.html#/c:objc(cs)CRSVerticalExtent(im)initWithMinimumHeight:andMaximumHeight:andUnit:":{"name":"-initWithMinimumHeight:andMaximumHeight:andUnit:","abstract":"

    Initialize

    ","parent_name":"CRSVerticalExtent"},"Classes/CRSVerticalExtent.html#/c:objc(cs)CRSVerticalExtent(im)initWithMinimumHeightText:andMaximumHeightText:andUnit:":{"name":"-initWithMinimumHeightText:andMaximumHeightText:andUnit:","abstract":"

    Initialize

    ","parent_name":"CRSVerticalExtent"},"Classes/CRSVerticalExtent.html#/c:objc(cs)CRSVerticalExtent(im)hasUnit":{"name":"-hasUnit","abstract":"

    Has a unit (length)

    ","parent_name":"CRSVerticalExtent"},"Classes/CRSUsage.html#/c:objc(cs)CRSUsage(py)scope":{"name":"scope","abstract":"

    Scope

    ","parent_name":"CRSUsage"},"Classes/CRSUsage.html#/c:objc(cs)CRSUsage(py)extent":{"name":"extent","abstract":"

    Extent

    ","parent_name":"CRSUsage"},"Classes/CRSUsage.html#/c:objc(cs)CRSUsage(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSUsage"},"Classes/CRSUsage.html#/c:objc(cs)CRSUsage(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSUsage"},"Classes/CRSUsage.html#/c:objc(cs)CRSUsage(im)initWithScope:andExtent:":{"name":"-initWithScope:andExtent:","abstract":"

    Initialize

    ","parent_name":"CRSUsage"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)unitFromName:":{"name":"+unitFromName:","abstract":"

    Get a unit from the unit name

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)unitFromType:":{"name":"+unitFromType:","abstract":"

    Get a unit from the units type

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)typeFromName:":{"name":"+typeFromName:","abstract":"

    Get a units type from the unit name

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)typeFromUnit:":{"name":"+typeFromUnit:","abstract":"

    Get a units type from the unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)micrometre":{"name":"+micrometre","abstract":"

    Get a micrometre unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)millimetre":{"name":"+millimetre","abstract":"

    Get a millimetre unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)metre":{"name":"+metre","abstract":"

    Get a metre unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)kilometre":{"name":"+kilometre","abstract":"

    Get a kilometre unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)GermanLegalMetre":{"name":"+GermanLegalMetre","abstract":"

    Get a German legal metre unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)USSurveyFoot":{"name":"+USSurveyFoot","abstract":"

    Get a US survey foot unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)foot":{"name":"+foot","abstract":"

    Get a foot unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)microradian":{"name":"+microradian","abstract":"

    Get a microradian unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)milliradian":{"name":"+milliradian","abstract":"

    Get a milliradian unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)radian":{"name":"+radian","abstract":"

    Get a radian unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)arcSecond":{"name":"+arcSecond","abstract":"

    Get an arc-second unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)arcMinute":{"name":"+arcMinute","abstract":"

    Get an arc-minute unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)degree":{"name":"+degree","abstract":"

    Get a degree unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)grad":{"name":"+grad","abstract":"

    Get a grad unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)unity":{"name":"+unity","abstract":"

    Get a unity unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)bin":{"name":"+bin","abstract":"

    Get a bin unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)partsPerMillion":{"name":"+partsPerMillion","abstract":"

    Get a parts per million unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)pascalUnit":{"name":"+pascalUnit","abstract":"

    Get a pascal unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)hectopascal":{"name":"+hectopascal","abstract":"

    Get a hectopascal unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)microsecond":{"name":"+microsecond","abstract":"

    Get a microsecond unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)millisecond":{"name":"+millisecond","abstract":"

    Get a millisecond unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)second":{"name":"+second","abstract":"

    Get a second unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)minute":{"name":"+minute","abstract":"

    Get a minute unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)hour":{"name":"+hour","abstract":"

    Get a hour unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)day":{"name":"+day","abstract":"

    Get a day unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)year":{"name":"+year","abstract":"

    Get a year unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)calendarSecond":{"name":"+calendarSecond","abstract":"

    Get a calendar second unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)calendarMonth":{"name":"+calendarMonth","abstract":"

    Get a calendar month unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)unitTypeFromName:":{"name":"+unitTypeFromName:","abstract":"

    Get the unit type from the name

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)defaultUnit:":{"name":"+defaultUnit:","abstract":"

    Get the default unit for the unit type

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)canConvertBetweenUnit:andUnit:":{"name":"+canConvertBetweenUnit:andUnit:","abstract":"

    Determine if values can be converted between the two units

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)convertValue:fromUnit:toUnit:":{"name":"+convertValue:fromUnit:toUnit:","abstract":"

    Convert the value from a unit to a same typed unit, both with conversion","parent_name":"CRSUnits"},"Classes/CRSUnitTypes.html#/c:objc(cs)CRSUnitTypes(cm)name:":{"name":"+name:","abstract":"

    Get the type name

    ","parent_name":"CRSUnitTypes"},"Classes/CRSUnitTypes.html#/c:objc(cs)CRSUnitTypes(cm)type:":{"name":"+type:","abstract":"

    Get the type from the name

    ","parent_name":"CRSUnitTypes"},"Classes/CRSUnit.html#/c:objc(cs)CRSUnit(py)type":{"name":"type","abstract":"

    Unit Type

    ","parent_name":"CRSUnit"},"Classes/CRSUnit.html#/c:objc(cs)CRSUnit(py)name":{"name":"name","abstract":"

    Name

    ","parent_name":"CRSUnit"},"Classes/CRSUnit.html#/c:objc(cs)CRSUnit(py)conversionFactor":{"name":"conversionFactor","abstract":"

    Conversion Factor

    ","parent_name":"CRSUnit"},"Classes/CRSUnit.html#/c:objc(cs)CRSUnit(py)conversionFactorText":{"name":"conversionFactorText","abstract":"

    Conversion Factor Text

    ","parent_name":"CRSUnit"},"Classes/CRSUnit.html#/c:objc(cs)CRSUnit(py)identifiers":{"name":"identifiers","abstract":"

    Identifiers

    ","parent_name":"CRSUnit"},"Classes/CRSUnit.html#/c:objc(cs)CRSUnit(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSUnit"},"Classes/CRSUnit.html#/c:objc(cs)CRSUnit(cm)createWithType:andName:":{"name":"+createWithType:andName:","abstract":"

    Create

    ","parent_name":"CRSUnit"},"Classes/CRSUnit.html#/c:objc(cs)CRSUnit(cm)createWithType:andName:andConversionFactor:":{"name":"+createWithType:andName:andConversionFactor:","abstract":"

    Create

    ","parent_name":"CRSUnit"},"Classes/CRSUnit.html#/c:objc(cs)CRSUnit(cm)createWithType:andName:andConversionFactorText:":{"name":"+createWithType:andName:andConversionFactorText:","abstract":"

    Create

    ","parent_name":"CRSUnit"},"Classes/CRSUnit.html#/c:objc(cs)CRSUnit(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSUnit"},"Classes/CRSUnit.html#/c:objc(cs)CRSUnit(im)initWithType:andName:":{"name":"-initWithType:andName:","abstract":"

    Initialize

    ","parent_name":"CRSUnit"},"Classes/CRSUnit.html#/c:objc(cs)CRSUnit(im)initWithType:andName:andConversionFactor:":{"name":"-initWithType:andName:andConversionFactor:","abstract":"

    Initialize

    ","parent_name":"CRSUnit"},"Classes/CRSUnit.html#/c:objc(cs)CRSUnit(im)initWithType:andName:andConversionFactorText:":{"name":"-initWithType:andName:andConversionFactorText:","abstract":"

    Initialize

    ","parent_name":"CRSUnit"},"Classes/CRSUnit.html#/c:objc(cs)CRSUnit(im)hasConversionFactor":{"name":"-hasConversionFactor","abstract":"

    Has a conversion factor

    ","parent_name":"CRSUnit"},"Classes/CRSUnit.html#/c:objc(cs)CRSUnit(im)isEqualNameToUnit:":{"name":"-isEqualNameToUnit:","abstract":"

    Determine if the unit names are equal, ignoring case

    ","parent_name":"CRSUnit"},"Classes/CRSTemporalExtent.html#/c:objc(cs)CRSTemporalExtent(py)start":{"name":"start","abstract":"

    Start

    ","parent_name":"CRSTemporalExtent"},"Classes/CRSTemporalExtent.html#/c:objc(cs)CRSTemporalExtent(py)startDateTime":{"name":"startDateTime","abstract":"

    Start date time

    ","parent_name":"CRSTemporalExtent"},"Classes/CRSTemporalExtent.html#/c:objc(cs)CRSTemporalExtent(py)end":{"name":"end","abstract":"

    End

    ","parent_name":"CRSTemporalExtent"},"Classes/CRSTemporalExtent.html#/c:objc(cs)CRSTemporalExtent(py)endDateTime":{"name":"endDateTime","abstract":"

    End date time

    ","parent_name":"CRSTemporalExtent"},"Classes/CRSTemporalExtent.html#/c:objc(cs)CRSTemporalExtent(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSTemporalExtent"},"Classes/CRSTemporalExtent.html#/c:objc(cs)CRSTemporalExtent(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSTemporalExtent"},"Classes/CRSTemporalExtent.html#/c:objc(cs)CRSTemporalExtent(im)initWithStart:andEnd:":{"name":"-initWithStart:andEnd:","abstract":"

    Initialize

    ","parent_name":"CRSTemporalExtent"},"Classes/CRSTemporalExtent.html#/c:objc(cs)CRSTemporalExtent(im)initWithStartDateTime:andEndDateTime:":{"name":"-initWithStartDateTime:andEndDateTime:","abstract":"

    Initialize

    ","parent_name":"CRSTemporalExtent"},"Classes/CRSTemporalExtent.html#/c:objc(cs)CRSTemporalExtent(im)hasStartDateTime":{"name":"-hasStartDateTime","abstract":"

    Has a start date time

    ","parent_name":"CRSTemporalExtent"},"Classes/CRSTemporalExtent.html#/c:objc(cs)CRSTemporalExtent(im)setStartDateTimeWithStart:":{"name":"-setStartDateTimeWithStart:","abstract":"

    Set the start date time

    ","parent_name":"CRSTemporalExtent"},"Classes/CRSTemporalExtent.html#/c:objc(cs)CRSTemporalExtent(im)hasEndDateTime":{"name":"-hasEndDateTime","abstract":"

    Has an end date time

    ","parent_name":"CRSTemporalExtent"},"Classes/CRSTemporalExtent.html#/c:objc(cs)CRSTemporalExtent(im)setEndDateTimeWithEnd:":{"name":"-setEndDateTimeWithEnd:","abstract":"

    Set the end date time

    ","parent_name":"CRSTemporalExtent"},"Classes/CRSReferenceFrame.html#/c:objc(cs)CRSReferenceFrame(py)name":{"name":"name","abstract":"

    Name

    ","parent_name":"CRSReferenceFrame"},"Classes/CRSReferenceFrame.html#/c:objc(cs)CRSReferenceFrame(py)type":{"name":"type","abstract":"

    Type

    ","parent_name":"CRSReferenceFrame"},"Classes/CRSReferenceFrame.html#/c:objc(cs)CRSReferenceFrame(py)anchor":{"name":"anchor","abstract":"

    Datum anchor description

    ","parent_name":"CRSReferenceFrame"},"Classes/CRSReferenceFrame.html#/c:objc(cs)CRSReferenceFrame(py)identifiers":{"name":"identifiers","abstract":"

    Identifiers

    ","parent_name":"CRSReferenceFrame"},"Classes/CRSReferenceFrame.html#/c:objc(cs)CRSReferenceFrame(im)initWithType:":{"name":"-initWithType:","abstract":"

    Initialize

    ","parent_name":"CRSReferenceFrame"},"Classes/CRSReferenceFrame.html#/c:objc(cs)CRSReferenceFrame(im)initWithName:andType:":{"name":"-initWithName:andType:","abstract":"

    Initialize

    ","parent_name":"CRSReferenceFrame"},"Classes/CRSReferenceFrame.html#/c:objc(cs)CRSReferenceFrame(im)hasAnchor":{"name":"-hasAnchor","abstract":"

    Has a datum anchor description

    ","parent_name":"CRSReferenceFrame"},"Classes/CRSIdentifier.html#/c:objc(cs)CRSIdentifier(py)name":{"name":"name","abstract":"

    Authority Name

    ","parent_name":"CRSIdentifier"},"Classes/CRSIdentifier.html#/c:objc(cs)CRSIdentifier(py)uniqueIdentifier":{"name":"uniqueIdentifier","abstract":"

    Authority Unique Identifier

    ","parent_name":"CRSIdentifier"},"Classes/CRSIdentifier.html#/c:objc(cs)CRSIdentifier(py)version":{"name":"version","abstract":"

    Version

    ","parent_name":"CRSIdentifier"},"Classes/CRSIdentifier.html#/c:objc(cs)CRSIdentifier(py)citation":{"name":"citation","abstract":"

    Authority Citation

    ","parent_name":"CRSIdentifier"},"Classes/CRSIdentifier.html#/c:objc(cs)CRSIdentifier(py)uri":{"name":"uri","abstract":"

    URI

    ","parent_name":"CRSIdentifier"},"Classes/CRSIdentifier.html#/c:objc(cs)CRSIdentifier(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSIdentifier"},"Classes/CRSIdentifier.html#/c:objc(cs)CRSIdentifier(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSIdentifier"},"Classes/CRSIdentifier.html#/c:objc(cs)CRSIdentifier(im)initWithName:andUniqueIdentifier:":{"name":"-initWithName:andUniqueIdentifier:","abstract":"

    Initialize

    ","parent_name":"CRSIdentifier"},"Classes/CRSIdentifier.html#/c:objc(cs)CRSIdentifier(im)nameAndUniqueIdentifier":{"name":"-nameAndUniqueIdentifier","abstract":"

    Get the name and unique identifier separated by a colon

    ","parent_name":"CRSIdentifier"},"Classes/CRSIdentifier.html#/c:objc(cs)CRSIdentifier(im)nameAndUniqueIdentifierWithDelimiter:":{"name":"-nameAndUniqueIdentifierWithDelimiter:","abstract":"

    Get the name and unique identifier separated by the delimiter

    ","parent_name":"CRSIdentifier"},"Classes/CRSIdentifier.html#/c:objc(cs)CRSIdentifier(im)hasVersion":{"name":"-hasVersion","abstract":"

    Has a version

    ","parent_name":"CRSIdentifier"},"Classes/CRSIdentifier.html#/c:objc(cs)CRSIdentifier(im)hasCitation":{"name":"-hasCitation","abstract":"

    Has an authority citation

    ","parent_name":"CRSIdentifier"},"Classes/CRSIdentifier.html#/c:objc(cs)CRSIdentifier(im)hasUri":{"name":"-hasUri","abstract":"

    Has an id uri

    ","parent_name":"CRSIdentifier"},"Classes/CRSGeographicBoundingBox.html#/c:objc(cs)CRSGeographicBoundingBox(py)lowerLeftLatitude":{"name":"lowerLeftLatitude","abstract":"

    Lower Left Latitude

    ","parent_name":"CRSGeographicBoundingBox"},"Classes/CRSGeographicBoundingBox.html#/c:objc(cs)CRSGeographicBoundingBox(py)lowerLeftLatitudeText":{"name":"lowerLeftLatitudeText","abstract":"

    Lower Left Latitude Text

    ","parent_name":"CRSGeographicBoundingBox"},"Classes/CRSGeographicBoundingBox.html#/c:objc(cs)CRSGeographicBoundingBox(py)lowerLeftLongitude":{"name":"lowerLeftLongitude","abstract":"

    Lower Left Longitude

    ","parent_name":"CRSGeographicBoundingBox"},"Classes/CRSGeographicBoundingBox.html#/c:objc(cs)CRSGeographicBoundingBox(py)lowerLeftLongitudeText":{"name":"lowerLeftLongitudeText","abstract":"

    Lower Left Longitude Text

    ","parent_name":"CRSGeographicBoundingBox"},"Classes/CRSGeographicBoundingBox.html#/c:objc(cs)CRSGeographicBoundingBox(py)upperRightLatitude":{"name":"upperRightLatitude","abstract":"

    Upper Right Latitude

    ","parent_name":"CRSGeographicBoundingBox"},"Classes/CRSGeographicBoundingBox.html#/c:objc(cs)CRSGeographicBoundingBox(py)upperRightLatitudeText":{"name":"upperRightLatitudeText","abstract":"

    Upper Right Latitude Text

    ","parent_name":"CRSGeographicBoundingBox"},"Classes/CRSGeographicBoundingBox.html#/c:objc(cs)CRSGeographicBoundingBox(py)upperRightLongitude":{"name":"upperRightLongitude","abstract":"

    Upper Right Longitude

    ","parent_name":"CRSGeographicBoundingBox"},"Classes/CRSGeographicBoundingBox.html#/c:objc(cs)CRSGeographicBoundingBox(py)upperRightLongitudeText":{"name":"upperRightLongitudeText","abstract":"

    Upper Right Longitude Text

    ","parent_name":"CRSGeographicBoundingBox"},"Classes/CRSGeographicBoundingBox.html#/c:objc(cs)CRSGeographicBoundingBox(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSGeographicBoundingBox"},"Classes/CRSGeographicBoundingBox.html#/c:objc(cs)CRSGeographicBoundingBox(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSGeographicBoundingBox"},"Classes/CRSGeographicBoundingBox.html#/c:objc(cs)CRSGeographicBoundingBox(im)initWithLowerLeftLatitude:andLowerLeftLongitude:andUpperRightLatitude:andUpperRightLongitude:":{"name":"-initWithLowerLeftLatitude:andLowerLeftLongitude:andUpperRightLatitude:andUpperRightLongitude:","abstract":"

    Initialize

    ","parent_name":"CRSGeographicBoundingBox"},"Classes/CRSGeographicBoundingBox.html#/c:objc(cs)CRSGeographicBoundingBox(im)initWithLowerLeftLatitudeText:andLowerLeftLongitudeText:andUpperRightLatitudeText:andUpperRightLongitudeText:":{"name":"-initWithLowerLeftLatitudeText:andLowerLeftLongitudeText:andUpperRightLatitudeText:andUpperRightLongitudeText:","abstract":"

    Initialize

    ","parent_name":"CRSGeographicBoundingBox"},"Classes/CRSExtent.html#/c:objc(cs)CRSExtent(py)areaDescription":{"name":"areaDescription","abstract":"

    Area Description

    ","parent_name":"CRSExtent"},"Classes/CRSExtent.html#/c:objc(cs)CRSExtent(py)geographicBoundingBox":{"name":"geographicBoundingBox","abstract":"

    Geographic Bounding Box

    ","parent_name":"CRSExtent"},"Classes/CRSExtent.html#/c:objc(cs)CRSExtent(py)verticalExtent":{"name":"verticalExtent","abstract":"

    Vertical Extent

    ","parent_name":"CRSExtent"},"Classes/CRSExtent.html#/c:objc(cs)CRSExtent(py)temporalExtent":{"name":"temporalExtent","abstract":"

    Temporal Extent

    ","parent_name":"CRSExtent"},"Classes/CRSExtent.html#/c:objc(cs)CRSExtent(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSExtent"},"Classes/CRSExtent.html#/c:objc(cs)CRSExtent(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSExtent"},"Classes/CRSExtent.html#/c:objc(cs)CRSExtent(im)hasAreaDescription":{"name":"-hasAreaDescription","abstract":"

    Has an area description

    ","parent_name":"CRSExtent"},"Classes/CRSExtent.html#/c:objc(cs)CRSExtent(im)hasGeographicBoundingBox":{"name":"-hasGeographicBoundingBox","abstract":"

    Has a geographic bounding box

    ","parent_name":"CRSExtent"},"Classes/CRSExtent.html#/c:objc(cs)CRSExtent(im)hasVerticalExtent":{"name":"-hasVerticalExtent","abstract":"

    Has a vertical extent

    ","parent_name":"CRSExtent"},"Classes/CRSExtent.html#/c:objc(cs)CRSExtent(im)hasTemporalExtent":{"name":"-hasTemporalExtent","abstract":"

    Has a temporal extent

    ","parent_name":"CRSExtent"},"Classes/CRSDynamic.html#/c:objc(cs)CRSDynamic(py)referenceEpoch":{"name":"referenceEpoch","abstract":"

    Reference Epoch

    ","parent_name":"CRSDynamic"},"Classes/CRSDynamic.html#/c:objc(cs)CRSDynamic(py)referenceEpochText":{"name":"referenceEpochText","abstract":"

    Reference Epoch Text

    ","parent_name":"CRSDynamic"},"Classes/CRSDynamic.html#/c:objc(cs)CRSDynamic(py)deformationModelName":{"name":"deformationModelName","abstract":"

    Deformation Model Name

    ","parent_name":"CRSDynamic"},"Classes/CRSDynamic.html#/c:objc(cs)CRSDynamic(py)identifiers":{"name":"identifiers","abstract":"

    Deformation Model Identifiers

    ","parent_name":"CRSDynamic"},"Classes/CRSDynamic.html#/c:objc(cs)CRSDynamic(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSDynamic"},"Classes/CRSDynamic.html#/c:objc(cs)CRSDynamic(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSDynamic"},"Classes/CRSDynamic.html#/c:objc(cs)CRSDynamic(im)initWithReferenceEpoch:":{"name":"-initWithReferenceEpoch:","abstract":"

    Initialize

    ","parent_name":"CRSDynamic"},"Classes/CRSDynamic.html#/c:objc(cs)CRSDynamic(im)initWithReferenceEpochText:":{"name":"-initWithReferenceEpochText:","abstract":"

    Initialize

    ","parent_name":"CRSDynamic"},"Classes/CRSDynamic.html#/c:objc(cs)CRSDynamic(im)hasDeformationModelName":{"name":"-hasDeformationModelName","abstract":"

    Has a deformation model name

    ","parent_name":"CRSDynamic"},"Classes/CRSDatumEnsembleMember.html#/c:objc(cs)CRSDatumEnsembleMember(py)name":{"name":"name","abstract":"

    Name

    ","parent_name":"CRSDatumEnsembleMember"},"Classes/CRSDatumEnsembleMember.html#/c:objc(cs)CRSDatumEnsembleMember(py)identifiers":{"name":"identifiers","abstract":"

    Identifiers

    ","parent_name":"CRSDatumEnsembleMember"},"Classes/CRSDatumEnsembleMember.html#/c:objc(cs)CRSDatumEnsembleMember(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSDatumEnsembleMember"},"Classes/CRSDatumEnsembleMember.html#/c:objc(cs)CRSDatumEnsembleMember(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSDatumEnsembleMember"},"Classes/CRSDatumEnsembleMember.html#/c:objc(cs)CRSDatumEnsembleMember(im)initWithName:":{"name":"-initWithName:","abstract":"

    Initialize

    ","parent_name":"CRSDatumEnsembleMember"},"Classes/CRSDatumEnsemble.html#/c:objc(cs)CRSDatumEnsemble(py)name":{"name":"name","abstract":"

    Name

    ","parent_name":"CRSDatumEnsemble"},"Classes/CRSDatumEnsemble.html#/c:objc(cs)CRSDatumEnsemble(py)members":{"name":"members","abstract":"

    Members

    ","parent_name":"CRSDatumEnsemble"},"Classes/CRSDatumEnsemble.html#/c:objc(cs)CRSDatumEnsemble(py)accuracy":{"name":"accuracy","abstract":"

    Accuracy (in meters)

    ","parent_name":"CRSDatumEnsemble"},"Classes/CRSDatumEnsemble.html#/c:objc(cs)CRSDatumEnsemble(py)accuracyText":{"name":"accuracyText","abstract":"

    Accuracy (in meters) Text

    ","parent_name":"CRSDatumEnsemble"},"Classes/CRSDatumEnsemble.html#/c:objc(cs)CRSDatumEnsemble(py)identifiers":{"name":"identifiers","abstract":"

    Identifiers

    ","parent_name":"CRSDatumEnsemble"},"Classes/CRSDatumEnsemble.html#/c:objc(cs)CRSDatumEnsemble(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSDatumEnsemble"},"Classes/CRSDatumEnsemble.html#/c:objc(cs)CRSDatumEnsemble(im)initWithName:andMember:andAccuracy:":{"name":"-initWithName:andMember:andAccuracy:","abstract":"

    Initialize

    ","parent_name":"CRSDatumEnsemble"},"Classes/CRSDatumEnsemble.html#/c:objc(cs)CRSDatumEnsemble(im)initWithName:andMember:andAccuracyText:":{"name":"-initWithName:andMember:andAccuracyText:","abstract":"

    Initialize

    ","parent_name":"CRSDatumEnsemble"},"Classes/CRSDatumEnsemble.html#/c:objc(cs)CRSDatumEnsemble(im)initWithName:andMembers:andAccuracy:":{"name":"-initWithName:andMembers:andAccuracy:","abstract":"

    Initialize

    ","parent_name":"CRSDatumEnsemble"},"Classes/CRSDatumEnsemble.html#/c:objc(cs)CRSDatumEnsemble(im)initWithName:andMembers:andAccuracyText:":{"name":"-initWithName:andMembers:andAccuracyText:","abstract":"

    Initialize

    ","parent_name":"CRSDatumEnsemble"},"Classes/CRSDatumEnsemble.html#/c:objc(cs)CRSDatumEnsemble(im)numMembers":{"name":"-numMembers","abstract":"

    Number of members

    ","parent_name":"CRSDatumEnsemble"},"Classes/CRSDatumEnsemble.html#/c:objc(cs)CRSDatumEnsemble(im)memberAtIndex:":{"name":"-memberAtIndex:","abstract":"

    Get the member at the index

    ","parent_name":"CRSDatumEnsemble"},"Classes/CRSDatumEnsemble.html#/c:objc(cs)CRSDatumEnsemble(im)addMember:":{"name":"-addMember:","abstract":"

    Add the member

    ","parent_name":"CRSDatumEnsemble"},"Classes/CRSDatumEnsemble.html#/c:objc(cs)CRSDatumEnsemble(im)addMembers:":{"name":"-addMembers:","abstract":"

    Add the members

    ","parent_name":"CRSDatumEnsemble"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(py)year":{"name":"year","abstract":"

    Year

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(py)month":{"name":"month","abstract":"

    Month

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(py)day":{"name":"day","abstract":"

    Day

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(py)hour":{"name":"hour","abstract":"

    Hour

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(py)minute":{"name":"minute","abstract":"

    Minute

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(py)second":{"name":"second","abstract":"

    Second

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(py)fraction":{"name":"fraction","abstract":"

    Seconds fraction

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(py)fractionText":{"name":"fractionText","abstract":"

    Seconds fraction Text

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(py)timeZoneHour":{"name":"timeZoneHour","abstract":"

    Local time zone hour

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(py)timeZoneMinute":{"name":"timeZoneMinute","abstract":"

    Local time zone minute

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(cm)parse:":{"name":"+parse:","abstract":"

    Parse the text into a Date Time

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(cm)tryParse:":{"name":"+tryParse:","abstract":"

    Attempt to parse the text into a Date Time

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(im)initWithYear:":{"name":"-initWithYear:","abstract":"

    Initialize

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(im)isOrdinal":{"name":"-isOrdinal","abstract":"

    Is an ordinal day

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(im)hasTime":{"name":"-hasTime","abstract":"

    If date has a time precision

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(im)hasMonth":{"name":"-hasMonth","abstract":"

    Check if has a month

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(im)hasDay":{"name":"-hasDay","abstract":"

    Check if has a day

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(im)hasHour":{"name":"-hasHour","abstract":"

    Check if has a hour

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(im)hasMinute":{"name":"-hasMinute","abstract":"

    Check if has a minute

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(im)hasSecond":{"name":"-hasSecond","abstract":"

    Check if has a second

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(im)hasFraction":{"name":"-hasFraction","abstract":"

    Check if has a fraction

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(im)hasTimeZoneHour":{"name":"-hasTimeZoneHour","abstract":"

    Has a time zone hour

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(im)hasTimeZoneMinute":{"name":"-hasTimeZoneMinute","abstract":"

    Has a time zone minute

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(im)isTimeZoneUTC":{"name":"-isTimeZoneUTC","abstract":"

    Is the time zone UTC

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(im)setTimeZoneUTC":{"name":"-setTimeZoneUTC","abstract":"

    Set the time zone as UTC

    ","parent_name":"CRSDateTime"},"Classes/CRSCoordinateSystemTypes.html#/c:objc(cs)CRSCoordinateSystemTypes(cm)name:":{"name":"+name:","abstract":"

    Get the type name

    ","parent_name":"CRSCoordinateSystemTypes"},"Classes/CRSCoordinateSystemTypes.html#/c:objc(cs)CRSCoordinateSystemTypes(cm)type:":{"name":"+type:","abstract":"

    Get the type from the name

    ","parent_name":"CRSCoordinateSystemTypes"},"Classes/CRSCoordinateSystem.html#/c:objc(cs)CRSCoordinateSystem(py)type":{"name":"type","abstract":"

    Type

    ","parent_name":"CRSCoordinateSystem"},"Classes/CRSCoordinateSystem.html#/c:objc(cs)CRSCoordinateSystem(py)dimension":{"name":"dimension","abstract":"

    Dimension

    ","parent_name":"CRSCoordinateSystem"},"Classes/CRSCoordinateSystem.html#/c:objc(cs)CRSCoordinateSystem(py)identifiers":{"name":"identifiers","abstract":"

    Identifiers

    ","parent_name":"CRSCoordinateSystem"},"Classes/CRSCoordinateSystem.html#/c:objc(cs)CRSCoordinateSystem(py)axes":{"name":"axes","abstract":"

    Axes

    ","parent_name":"CRSCoordinateSystem"},"Classes/CRSCoordinateSystem.html#/c:objc(cs)CRSCoordinateSystem(py)unit":{"name":"unit","abstract":"

    Unit

    ","parent_name":"CRSCoordinateSystem"},"Classes/CRSCoordinateSystem.html#/c:objc(cs)CRSCoordinateSystem(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSCoordinateSystem"},"Classes/CRSCoordinateSystem.html#/c:objc(cs)CRSCoordinateSystem(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSCoordinateSystem"},"Classes/CRSCoordinateSystem.html#/c:objc(cs)CRSCoordinateSystem(im)initWithType:andDimension:andAxis:":{"name":"-initWithType:andDimension:andAxis:","abstract":"

    Initialize

    ","parent_name":"CRSCoordinateSystem"},"Classes/CRSCoordinateSystem.html#/c:objc(cs)CRSCoordinateSystem(im)initWithType:andDimension:andAxes:":{"name":"-initWithType:andDimension:andAxes:","abstract":"

    Initialize

    ","parent_name":"CRSCoordinateSystem"},"Classes/CRSCoordinateSystem.html#/c:objc(cs)CRSCoordinateSystem(im)numAxes":{"name":"-numAxes","abstract":"

    Number of axes

    ","parent_name":"CRSCoordinateSystem"},"Classes/CRSCoordinateSystem.html#/c:objc(cs)CRSCoordinateSystem(im)axisAtIndex:":{"name":"-axisAtIndex:","abstract":"

    Get the axis at the index

    ","parent_name":"CRSCoordinateSystem"},"Classes/CRSCoordinateSystem.html#/c:objc(cs)CRSCoordinateSystem(im)addAxis:":{"name":"-addAxis:","abstract":"

    Add the axis

    ","parent_name":"CRSCoordinateSystem"},"Classes/CRSCoordinateSystem.html#/c:objc(cs)CRSCoordinateSystem(im)addAxes:":{"name":"-addAxes:","abstract":"

    Add the axes

    ","parent_name":"CRSCoordinateSystem"},"Classes/CRSCoordinateSystem.html#/c:objc(cs)CRSCoordinateSystem(im)hasUnit":{"name":"-hasUnit","abstract":"

    Has a unit

    ","parent_name":"CRSCoordinateSystem"},"Classes/CRSCoordinateSystem.html#/c:objc(cs)CRSCoordinateSystem(im)axisUnit":{"name":"-axisUnit","abstract":"

    Get the axis unit, either the CS unit or first axis with unit

    ","parent_name":"CRSCoordinateSystem"},"Classes/CRSAxisDirectionTypes.html#/c:objc(cs)CRSAxisDirectionTypes(cm)name:":{"name":"+name:","abstract":"

    Get the type name

    ","parent_name":"CRSAxisDirectionTypes"},"Classes/CRSAxisDirectionTypes.html#/c:objc(cs)CRSAxisDirectionTypes(cm)type:":{"name":"+type:","abstract":"

    Get the type from the name

    ","parent_name":"CRSAxisDirectionTypes"},"Classes/CRSAxis.html#/c:objc(cs)CRSAxis(py)name":{"name":"name","abstract":"

    Name

    ","parent_name":"CRSAxis"},"Classes/CRSAxis.html#/c:objc(cs)CRSAxis(py)abbreviation":{"name":"abbreviation","abstract":"

    Abbreviation

    ","parent_name":"CRSAxis"},"Classes/CRSAxis.html#/c:objc(cs)CRSAxis(py)direction":{"name":"direction","abstract":"

    Axis Direction

    ","parent_name":"CRSAxis"},"Classes/CRSAxis.html#/c:objc(cs)CRSAxis(py)meridian":{"name":"meridian","abstract":"

    Meridian

    ","parent_name":"CRSAxis"},"Classes/CRSAxis.html#/c:objc(cs)CRSAxis(py)meridianText":{"name":"meridianText","abstract":"

    Meridian Text

    ","parent_name":"CRSAxis"},"Classes/CRSAxis.html#/c:objc(cs)CRSAxis(py)meridianUnit":{"name":"meridianUnit","abstract":"

    Meridian (Angle) Unit

    ","parent_name":"CRSAxis"},"Classes/CRSAxis.html#/c:objc(cs)CRSAxis(py)bearing":{"name":"bearing","abstract":"

    Bearing

    ","parent_name":"CRSAxis"},"Classes/CRSAxis.html#/c:objc(cs)CRSAxis(py)bearingText":{"name":"bearingText","abstract":"

    Bearing Text

    ","parent_name":"CRSAxis"},"Classes/CRSAxis.html#/c:objc(cs)CRSAxis(py)order":{"name":"order","abstract":"

    Order

    ","parent_name":"CRSAxis"},"Classes/CRSAxis.html#/c:objc(cs)CRSAxis(py)unit":{"name":"unit","abstract":"

    Unit

    ","parent_name":"CRSAxis"},"Classes/CRSAxis.html#/c:objc(cs)CRSAxis(py)identifiers":{"name":"identifiers","abstract":"

    Identifiers

    ","parent_name":"CRSAxis"},"Classes/CRSAxis.html#/c:objc(cs)CRSAxis(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSAxis"},"Classes/CRSAxis.html#/c:objc(cs)CRSAxis(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSAxis"},"Classes/CRSAxis.html#/c:objc(cs)CRSAxis(im)initWithName:andDirection:":{"name":"-initWithName:andDirection:","abstract":"

    Initialize

    ","parent_name":"CRSAxis"},"Classes/CRSAxis.html#/c:objc(cs)CRSAxis(im)hasName":{"name":"-hasName","abstract":"

    Has a name

    ","parent_name":"CRSAxis"},"Classes/CRSAxis.html#/c:objc(cs)CRSAxis(im)hasAbbreviation":{"name":"-hasAbbreviation","abstract":"

    Has an abbreviation

    ","parent_name":"CRSAxis"},"Classes/CRSAxis.html#/c:objc(cs)CRSAxis(im)hasMeridian":{"name":"-hasMeridian","abstract":"

    Has a meridian

    ","parent_name":"CRSAxis"},"Classes/CRSAxis.html#/c:objc(cs)CRSAxis(im)hasBearing":{"name":"-hasBearing","abstract":"

    Has a bearing

    ","parent_name":"CRSAxis"},"Classes/CRSAxis.html#/c:objc(cs)CRSAxis(im)hasOrder":{"name":"-hasOrder","abstract":"

    Has an order

    ","parent_name":"CRSAxis"},"Classes/CRSAxis.html#/c:objc(cs)CRSAxis(im)hasUnit":{"name":"-hasUnit","abstract":"

    Has a unit

    ","parent_name":"CRSAxis"},"Classes/CRSBoundCoordinateReferenceSystem.html#/c:objc(cs)CRSBoundCoordinateReferenceSystem(py)source":{"name":"source","abstract":"

    Source Coordinate Reference System

    ","parent_name":"CRSBoundCoordinateReferenceSystem"},"Classes/CRSBoundCoordinateReferenceSystem.html#/c:objc(cs)CRSBoundCoordinateReferenceSystem(py)target":{"name":"target","abstract":"

    Target Coordinate Reference System

    ","parent_name":"CRSBoundCoordinateReferenceSystem"},"Classes/CRSBoundCoordinateReferenceSystem.html#/c:objc(cs)CRSBoundCoordinateReferenceSystem(py)transformation":{"name":"transformation","abstract":"

    Abridged Coordinate Transformation

    ","parent_name":"CRSBoundCoordinateReferenceSystem"},"Classes/CRSBoundCoordinateReferenceSystem.html#/c:objc(cs)CRSBoundCoordinateReferenceSystem(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSBoundCoordinateReferenceSystem"},"Classes/CRSBoundCoordinateReferenceSystem.html#/c:objc(cs)CRSBoundCoordinateReferenceSystem(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSBoundCoordinateReferenceSystem"},"Classes/CRSBoundCoordinateReferenceSystem.html#/c:objc(cs)CRSBoundCoordinateReferenceSystem(im)initWithSource:andTarget:andTransformation:":{"name":"-initWithSource:andTarget:andTransformation:","abstract":"

    Initialize

    ","parent_name":"CRSBoundCoordinateReferenceSystem"},"Classes/CRSAbridgedCoordinateTransformation.html#/c:objc(cs)CRSAbridgedCoordinateTransformation(py)name":{"name":"name","abstract":"

    Name

    ","parent_name":"CRSAbridgedCoordinateTransformation"},"Classes/CRSAbridgedCoordinateTransformation.html#/c:objc(cs)CRSAbridgedCoordinateTransformation(py)version":{"name":"version","abstract":"

    Operation Version

    ","parent_name":"CRSAbridgedCoordinateTransformation"},"Classes/CRSAbridgedCoordinateTransformation.html#/c:objc(cs)CRSAbridgedCoordinateTransformation(py)method":{"name":"method","abstract":"

    Operation Method

    ","parent_name":"CRSAbridgedCoordinateTransformation"},"Classes/CRSAbridgedCoordinateTransformation.html#/c:objc(cs)CRSAbridgedCoordinateTransformation(py)usages":{"name":"usages","abstract":"

    Usages

    ","parent_name":"CRSAbridgedCoordinateTransformation"},"Classes/CRSAbridgedCoordinateTransformation.html#/c:objc(cs)CRSAbridgedCoordinateTransformation(py)identifiers":{"name":"identifiers","abstract":"

    Identifiers

    ","parent_name":"CRSAbridgedCoordinateTransformation"},"Classes/CRSAbridgedCoordinateTransformation.html#/c:objc(cs)CRSAbridgedCoordinateTransformation(py)remark":{"name":"remark","abstract":"

    Remark

    ","parent_name":"CRSAbridgedCoordinateTransformation"},"Classes/CRSAbridgedCoordinateTransformation.html#/c:objc(cs)CRSAbridgedCoordinateTransformation(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSAbridgedCoordinateTransformation"},"Classes/CRSAbridgedCoordinateTransformation.html#/c:objc(cs)CRSAbridgedCoordinateTransformation(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSAbridgedCoordinateTransformation"},"Classes/CRSAbridgedCoordinateTransformation.html#/c:objc(cs)CRSAbridgedCoordinateTransformation(im)initWithName:andMethod:":{"name":"-initWithName:andMethod:","abstract":"

    Initialize

    ","parent_name":"CRSAbridgedCoordinateTransformation"},"Classes/CRSTypes.html#/c:objc(cs)CRSTypes(cm)name:":{"name":"+name:","abstract":"

    Get the type name

    ","parent_name":"CRSTypes"},"Classes/CRSTypes.html#/c:objc(cs)CRSTypes(cm)names:":{"name":"+names:","abstract":"

    Get the type names

    ","parent_name":"CRSTypes"},"Classes/CRSTypes.html#/c:objc(cs)CRSTypes(cm)type:":{"name":"+type:","abstract":"

    Get the type from the name

    ","parent_name":"CRSTypes"},"Classes/CRSTypes.html#/c:objc(cs)CRSTypes(cm)categoryType:":{"name":"+categoryType:","abstract":"

    Get the category type

    ","parent_name":"CRSTypes"},"Classes/CRSSimpleCoordinateReferenceSystem.html#/c:objc(cs)CRSSimpleCoordinateReferenceSystem(py)coordinateSystem":{"name":"coordinateSystem","abstract":"

    Coordinate System

    ","parent_name":"CRSSimpleCoordinateReferenceSystem"},"Classes/CRSSimpleCoordinateReferenceSystem.html#/c:objc(cs)CRSSimpleCoordinateReferenceSystem(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSSimpleCoordinateReferenceSystem"},"Classes/CRSSimpleCoordinateReferenceSystem.html#/c:objc(cs)CRSSimpleCoordinateReferenceSystem(im)initWithType:":{"name":"-initWithType:","abstract":"

    Initialize

    ","parent_name":"CRSSimpleCoordinateReferenceSystem"},"Classes/CRSSimpleCoordinateReferenceSystem.html#/c:objc(cs)CRSSimpleCoordinateReferenceSystem(im)initWithName:andType:":{"name":"-initWithName:andType:","abstract":"

    Initialize

    ","parent_name":"CRSSimpleCoordinateReferenceSystem"},"Classes/CRSSimpleCoordinateReferenceSystem.html#/c:objc(cs)CRSSimpleCoordinateReferenceSystem(im)initWithName:andType:andCoordinateSystem:":{"name":"-initWithName:andType:andCoordinateSystem:","abstract":"

    Initialize

    ","parent_name":"CRSSimpleCoordinateReferenceSystem"},"Classes/CRSObject.html#/c:objc(cs)CRSObject(py)type":{"name":"type","abstract":"

    Type

    ","parent_name":"CRSObject"},"Classes/CRSObject.html#/c:objc(cs)CRSObject(py)extras":{"name":"extras","abstract":"

    Temporary extras that are not included as part of the CRS definition. Not","parent_name":"CRSObject"},"Classes/CRSObject.html#/c:objc(cs)CRSObject(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSObject"},"Classes/CRSObject.html#/c:objc(cs)CRSObject(im)initWithType:":{"name":"-initWithType:","abstract":"

    Initialize

    ","parent_name":"CRSObject"},"Classes/CRSObject.html#/c:objc(cs)CRSObject(im)categoryType":{"name":"-categoryType","abstract":"

    Get the category type

    ","parent_name":"CRSObject"},"Classes/CRSObject.html#/c:objc(cs)CRSObject(im)hasExtras":{"name":"-hasExtras","abstract":"

    Determine if there are temporary extras that are not part of the CRS","parent_name":"CRSObject"},"Classes/CRSObject.html#/c:objc(cs)CRSObject(im)numExtras":{"name":"-numExtras","abstract":"

    Get the number of temporary extras that are not part of the CRS","parent_name":"CRSObject"},"Classes/CRSObject.html#/c:objc(cs)CRSObject(im)extraWithName:":{"name":"-extraWithName:","abstract":"

    Get the temporary extra with the name

    ","parent_name":"CRSObject"},"Classes/CRSObject.html#/c:objc(cs)CRSObject(im)addExtra:withName:":{"name":"-addExtra:withName:","abstract":"

    Add the temporary extra which is not part of the CRS definition

    ","parent_name":"CRSObject"},"Classes/CRSObject.html#/c:objc(cs)CRSObject(im)addExtras:":{"name":"-addExtras:","abstract":"

    Add the temporary extras which are not part of the CRS definition

    ","parent_name":"CRSObject"},"Classes/CRSCoordinateReferenceSystem.html#/c:objc(cs)CRSCoordinateReferenceSystem(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSCoordinateReferenceSystem"},"Classes/CRSCoordinateReferenceSystem.html#/c:objc(cs)CRSCoordinateReferenceSystem(im)initWithType:":{"name":"-initWithType:","abstract":"

    Initialize

    ","parent_name":"CRSCoordinateReferenceSystem"},"Classes/CRSCoordinateReferenceSystem.html#/c:objc(cs)CRSCoordinateReferenceSystem(im)initWithName:andType:":{"name":"-initWithName:andType:","abstract":"

    Initialize

    ","parent_name":"CRSCoordinateReferenceSystem"},"Classes/CRSCompoundCoordinateReferenceSystem.html#/c:objc(cs)CRSCompoundCoordinateReferenceSystem(py)coordinateReferenceSystems":{"name":"coordinateReferenceSystems","abstract":"

    Coordinate Reference Systems

    ","parent_name":"CRSCompoundCoordinateReferenceSystem"},"Classes/CRSCompoundCoordinateReferenceSystem.html#/c:objc(cs)CRSCompoundCoordinateReferenceSystem(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSCompoundCoordinateReferenceSystem"},"Classes/CRSCompoundCoordinateReferenceSystem.html#/c:objc(cs)CRSCompoundCoordinateReferenceSystem(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSCompoundCoordinateReferenceSystem"},"Classes/CRSCompoundCoordinateReferenceSystem.html#/c:objc(cs)CRSCompoundCoordinateReferenceSystem(im)initWithName:andType:":{"name":"-initWithName:andType:","abstract":"

    Initialize

    ","parent_name":"CRSCompoundCoordinateReferenceSystem"},"Classes/CRSCompoundCoordinateReferenceSystem.html#/c:objc(cs)CRSCompoundCoordinateReferenceSystem(im)numCoordinateReferenceSystems":{"name":"-numCoordinateReferenceSystems","abstract":"

    Number of coordinate reference systems

    ","parent_name":"CRSCompoundCoordinateReferenceSystem"},"Classes/CRSCompoundCoordinateReferenceSystem.html#/c:objc(cs)CRSCompoundCoordinateReferenceSystem(im)coordinateReferenceSystemAtIndex:":{"name":"-coordinateReferenceSystemAtIndex:","abstract":"

    Get the coordinate reference system at the index

    ","parent_name":"CRSCompoundCoordinateReferenceSystem"},"Classes/CRSCompoundCoordinateReferenceSystem.html#/c:objc(cs)CRSCompoundCoordinateReferenceSystem(im)addCoordinateReferenceSystem:":{"name":"-addCoordinateReferenceSystem:","abstract":"

    Add the coordinate reference system

    ","parent_name":"CRSCompoundCoordinateReferenceSystem"},"Classes/CRSCompoundCoordinateReferenceSystem.html#/c:objc(cs)CRSCompoundCoordinateReferenceSystem(im)addCoordinateReferenceSystems:":{"name":"-addCoordinateReferenceSystems:","abstract":"

    Add the coordinate reference systems

    ","parent_name":"CRSCompoundCoordinateReferenceSystem"},"Classes/CRSCommon.html#/c:objc(cs)CRSCommon(py)name":{"name":"name","abstract":"

    Name

    ","parent_name":"CRSCommon"},"Classes/CRSCommon.html#/c:objc(cs)CRSCommon(py)usages":{"name":"usages","abstract":"

    Usages

    ","parent_name":"CRSCommon"},"Classes/CRSCommon.html#/c:objc(cs)CRSCommon(py)identifiers":{"name":"identifiers","abstract":"

    Identifiers

    ","parent_name":"CRSCommon"},"Classes/CRSCommon.html#/c:objc(cs)CRSCommon(py)remark":{"name":"remark","abstract":"

    Remark

    ","parent_name":"CRSCommon"},"Classes/CRSCommon.html#/c:objc(cs)CRSCommon(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSCommon"},"Classes/CRSCommon.html#/c:objc(cs)CRSCommon(im)initWithType:":{"name":"-initWithType:","abstract":"

    Initialize

    ","parent_name":"CRSCommon"},"Classes/CRSCommon.html#/c:objc(cs)CRSCommon(im)initWithName:andType:":{"name":"-initWithName:andType:","abstract":"

    Initialize

    ","parent_name":"CRSCommon"},"Classes/CRSCategoryTypes.html#/c:objc(cs)CRSCategoryTypes(cm)name:":{"name":"+name:","abstract":"

    Get the type name

    ","parent_name":"CRSCategoryTypes"},"Classes/CRSCategoryTypes.html#/c:objc(cs)CRSCategoryTypes(cm)type:":{"name":"+type:","abstract":"

    Get the type from the name

    ","parent_name":"CRSCategoryTypes"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(py)redArithmetic":{"name":"redArithmetic","abstract":"

    Red arithmetic color value

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(py)greenArithmetic":{"name":"greenArithmetic","abstract":"

    Green arithmetic color value

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(py)blueArithmetic":{"name":"blueArithmetic","abstract":"

    Blue arithmetic color value

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(py)opacity":{"name":"opacity","abstract":"

    Opacity arithmetic value

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)black":{"name":"+black","abstract":"

    Create a black color

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)blue":{"name":"+blue","abstract":"

    Create a blue color

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)brown":{"name":"+brown","abstract":"

    Create a brown color

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)cyan":{"name":"+cyan","abstract":"

    Create a cyan color

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)darkGray":{"name":"+darkGray","abstract":"

    Create a dark gray color

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)gray":{"name":"+gray","abstract":"

    Create a gray color

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)green":{"name":"+green","abstract":"

    Create a green color

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)lightGray":{"name":"+lightGray","abstract":"

    Create a light gray color

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)magenta":{"name":"+magenta","abstract":"

    Create a magenta color

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)orange":{"name":"+orange","abstract":"

    Create an orange color

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)pink":{"name":"+pink","abstract":"

    Create a pink color

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)purple":{"name":"+purple","abstract":"

    Create a purple color

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)red":{"name":"+red","abstract":"

    Create a red color

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)violet":{"name":"+violet","abstract":"

    Create a violet color

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)white":{"name":"+white","abstract":"

    Create a white color

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)yellow":{"name":"+yellow","abstract":"

    Create a yellow color

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)colorWithHex:":{"name":"+colorWithHex:","abstract":"

    Create the color in hex

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)colorWithHex:andOpacity:":{"name":"+colorWithHex:andOpacity:","abstract":"

    Create the color in hex with an opacity

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)colorWithHex:andAlpha:":{"name":"+colorWithHex:andAlpha:","abstract":"

    Create the color in hex with an alpha

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)colorWithHexRed:andGreen:andBlue:":{"name":"+colorWithHexRed:andGreen:andBlue:","abstract":"

    Create the color with individual hex colors

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)colorWithHexRed:andGreen:andBlue:andAlpha:":{"name":"+colorWithHexRed:andGreen:andBlue:andAlpha:","abstract":"

    Create the color with individual hex colors and alpha

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)colorWithHexRed:andGreen:andBlue:andOpacity:":{"name":"+colorWithHexRed:andGreen:andBlue:andOpacity:","abstract":"

    Create the color with individual hex colors and opacity

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)colorWithRed:andGreen:andBlue:":{"name":"+colorWithRed:andGreen:andBlue:","abstract":"

    Create the color with RGB values

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)colorWithRed:andGreen:andBlue:andAlpha:":{"name":"+colorWithRed:andGreen:andBlue:andAlpha:","abstract":"

    Create the color with RGBA values

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)colorWithRed:andGreen:andBlue:andOpacity:":{"name":"+colorWithRed:andGreen:andBlue:andOpacity:","abstract":"

    Create the color with RGBA values

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)colorWithArithmeticRed:andGreen:andBlue:":{"name":"+colorWithArithmeticRed:andGreen:andBlue:","abstract":"

    Create the color with arithmetic RGB values

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)colorWithArithmeticRed:andGreen:andBlue:andOpacity:":{"name":"+colorWithArithmeticRed:andGreen:andBlue:andOpacity:","abstract":"

    Create the color with arithmetic RGB values

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)colorWithHue:andSaturation:andLightness:":{"name":"+colorWithHue:andSaturation:andLightness:","abstract":"

    Create the color with HSL (hue, saturation, lightness) or HSL (alpha)","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)colorWithHue:andSaturation:andLightness:andAlpha:":{"name":"+colorWithHue:andSaturation:andLightness:andAlpha:","abstract":"

    Create the color with HSLA (hue, saturation, lightness, alpha) values

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)colorWithColor:":{"name":"+colorWithColor:","abstract":"

    Create the color as a single integer

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)colorWithUnsignedColor:":{"name":"+colorWithUnsignedColor:","abstract":"

    Create the color as a single unsigned integer

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)init":{"name":"-init","abstract":"

    Default color initializer, opaque black

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)initWithHex:":{"name":"-initWithHex:","abstract":"

    Create the color in hex

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)initWithHex:andOpacity:":{"name":"-initWithHex:andOpacity:","abstract":"

    Create the color in hex with an opacity

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)initWithHex:andAlpha:":{"name":"-initWithHex:andAlpha:","abstract":"

    Create the color in hex with an alpha

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)initWithHexRed:andGreen:andBlue:":{"name":"-initWithHexRed:andGreen:andBlue:","abstract":"

    Create the color with individual hex colors

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)initWithHexRed:andGreen:andBlue:andAlpha:":{"name":"-initWithHexRed:andGreen:andBlue:andAlpha:","abstract":"

    Create the color with individual hex colors and alpha

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)initWithHexRed:andGreen:andBlue:andOpacity:":{"name":"-initWithHexRed:andGreen:andBlue:andOpacity:","abstract":"

    Create the color with individual hex colors and opacity

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)initWithRed:andGreen:andBlue:":{"name":"-initWithRed:andGreen:andBlue:","abstract":"

    Create the color with RGB values

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)initWithRed:andGreen:andBlue:andAlpha:":{"name":"-initWithRed:andGreen:andBlue:andAlpha:","abstract":"

    Create the color with RGBA values

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)initWithRed:andGreen:andBlue:andOpacity:":{"name":"-initWithRed:andGreen:andBlue:andOpacity:","abstract":"

    Create the color with RGBA values

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)initWithArithmeticRed:andGreen:andBlue:":{"name":"-initWithArithmeticRed:andGreen:andBlue:","abstract":"

    Create the color with arithmetic RGB values

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)initWithArithmeticRed:andGreen:andBlue:andOpacity:":{"name":"-initWithArithmeticRed:andGreen:andBlue:andOpacity:","abstract":"

    Create the color with arithmetic RGB values

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)initWithHue:andSaturation:andLightness:":{"name":"-initWithHue:andSaturation:andLightness:","abstract":"

    Create the color with HSL (hue, saturation, lightness) or HSL (alpha)","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)initWithHue:andSaturation:andLightness:andAlpha:":{"name":"-initWithHue:andSaturation:andLightness:andAlpha:","abstract":"

    Create the color with HSLA (hue, saturation, lightness, alpha) values

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)initWithColor:":{"name":"-initWithColor:","abstract":"

    Create the color as a single integer

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)initWithUnsignedColor:":{"name":"-initWithUnsignedColor:","abstract":"

    Create the color as a single unsigned integer

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)initWithCLRColor:":{"name":"-initWithCLRColor:","abstract":"

    Copy Initialize

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)setColorWithHex:":{"name":"-setColorWithHex:","abstract":"

    Set the color in hex

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)setColorWithHex:andOpacity:":{"name":"-setColorWithHex:andOpacity:","abstract":"

    Set the color in hex with an opacity

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)setColorWithHex:andAlpha:":{"name":"-setColorWithHex:andAlpha:","abstract":"

    Set the color in hex with an alpha

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)setColorWithHexRed:andGreen:andBlue:":{"name":"-setColorWithHexRed:andGreen:andBlue:","abstract":"

    Set the color with individual hex colors

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)setColorWithHexRed:andGreen:andBlue:andAlpha:":{"name":"-setColorWithHexRed:andGreen:andBlue:andAlpha:","abstract":"

    Set the color with individual hex colors and alpha

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)setColorWithHexRed:andGreen:andBlue:andOpacity:":{"name":"-setColorWithHexRed:andGreen:andBlue:andOpacity:","abstract":"

    Set the color with individual hex colors and opacity

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)setColorWithRed:andGreen:andBlue:":{"name":"-setColorWithRed:andGreen:andBlue:","abstract":"

    Set the color with RGB values

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)setColorWithRed:andGreen:andBlue:andAlpha:":{"name":"-setColorWithRed:andGreen:andBlue:andAlpha:","abstract":"

    Set the color with RGBA values

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)setColorWithRed:andGreen:andBlue:andOpacity:":{"name":"-setColorWithRed:andGreen:andBlue:andOpacity:","abstract":"

    Set the color with RGBA values

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)setColorWithArithmeticRed:andGreen:andBlue:":{"name":"-setColorWithArithmeticRed:andGreen:andBlue:","abstract":"

    Set the color with arithmetic RGB values

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)setColorWithArithmeticRed:andGreen:andBlue:andOpacity:":{"name":"-setColorWithArithmeticRed:andGreen:andBlue:andOpacity:","abstract":"

    Set the color with arithmetic RGB values

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)setColorWithHue:andSaturation:andLightness:":{"name":"-setColorWithHue:andSaturation:andLightness:","abstract":"

    Set the color with HSL (hue, saturation, lightness) values

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)setColorWithHue:andSaturation:andLightness:andAlpha:":{"name":"-setColorWithHue:andSaturation:andLightness:andAlpha:","abstract":"

    Set the color with HSLA (hue, saturation, lightness, alpha) values

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)setColor:":{"name":"-setColor:","abstract":"

    Set the color as a single integer

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)setUnsignedColor:":{"name":"-setUnsignedColor:","abstract":"

    Set the color as a single unsigned integer

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)setRedHex:":{"name":"-setRedHex:","abstract":"

    Set the red color in hex

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)setGreenHex:":{"name":"-setGreenHex:","abstract":"

    Set the green color in hex

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)setBlueHex:":{"name":"-setBlueHex:","abstract":"

    Set the blue color in hex

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)setAlphaHex:":{"name":"-setAlphaHex:","abstract":"

    Set the alpha color in hex

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)setRed:":{"name":"-setRed:","abstract":"

    Set the red color as an integer

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)setGreen:":{"name":"-setGreen:","abstract":"

    Set the green color as an integer

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)setBlue:":{"name":"-setBlue:","abstract":"

    Set the blue color as an integer

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)setAlpha:":{"name":"-setAlpha:","abstract":"

    Set the alpha color as an integer

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)setAlphaArithmetic:":{"name":"-setAlphaArithmetic:","abstract":"

    Set the alpha color as an arithmetic float

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)isOpaque":{"name":"-isOpaque","abstract":"

    Check if the color is opaque (opacity or alpha of 1.0, 255, or x00)

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)uiColor":{"name":"-uiColor","abstract":"

    Get a UIColor from this color

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)colorHex":{"name":"-colorHex","abstract":"

    Get the color as a hex string

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)colorHexWithAlpha":{"name":"-colorHexWithAlpha","abstract":"

    Get the color as a hex string with alpha

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)colorHexShorthand":{"name":"-colorHexShorthand","abstract":"

    Get the color as a hex string, shorthanded when possible

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)colorHexShorthandWithAlpha":{"name":"-colorHexShorthandWithAlpha","abstract":"

    Get the color as a hex string with alpha, shorthanded when possible

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)color":{"name":"-color","abstract":"

    Get the color as an integer

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)unsignedColor":{"name":"-unsignedColor","abstract":"

    Get the color as an unsigned integer

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)colorWithAlpha":{"name":"-colorWithAlpha","abstract":"

    Get the color as an integer including the alpha

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)unsignedColorWithAlpha":{"name":"-unsignedColorWithAlpha","abstract":"

    Get the color as an unsigned integer including the alpha

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)redHex":{"name":"-redHex","abstract":"

    Get the red color in hex

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)greenHex":{"name":"-greenHex","abstract":"

    Get the green color in hex

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)blueHex":{"name":"-blueHex","abstract":"

    Get the blue color in hex

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)alphaHex":{"name":"-alphaHex","abstract":"

    Get the alpha color in hex

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)redHexShorthand":{"name":"-redHexShorthand","abstract":"

    Get the red color in hex, shorthand when possible

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)greenHexShorthand":{"name":"-greenHexShorthand","abstract":"

    Get the green color in hex, shorthand when possible

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)blueHexShorthand":{"name":"-blueHexShorthand","abstract":"

    Get the blue color in hex, shorthand when possible

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)alphaHexShorthand":{"name":"-alphaHexShorthand","abstract":"

    Get the alpha color in hex, shorthand when possible

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)red":{"name":"-red","abstract":"

    Get the red color as an integer

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)green":{"name":"-green","abstract":"

    Get the green color as an integer

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)blue":{"name":"-blue","abstract":"

    Get the blue color as an integer

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)alpha":{"name":"-alpha","abstract":"

    Get the alpha color as an integer

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)alphaArithmetic":{"name":"-alphaArithmetic","abstract":"

    Get the alpha color as an arithmetic float

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)hsl":{"name":"-hsl","abstract":"

    Get the HSL (hue, saturation, lightness) values

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)hue":{"name":"-hue","abstract":"

    Get the HSL hue value

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)saturation":{"name":"-saturation","abstract":"

    Get the HSL saturation value

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)lightness":{"name":"-lightness","abstract":"

    Get the HSL lightness value

    ","parent_name":"CLRColor"},"Classes/TIFFWriter.html#/c:objc(cs)TIFFWriter(cm)writeTiffWithFile:andImage:":{"name":"+writeTiffWithFile:andImage:","abstract":"

    Write a TIFF to a file

    ","parent_name":"TIFFWriter"},"Classes/TIFFWriter.html#/c:objc(cs)TIFFWriter(cm)writeTiffWithFile:andWriter:andImage:":{"name":"+writeTiffWithFile:andWriter:andImage:","abstract":"

    Write a TIFF to a file

    ","parent_name":"TIFFWriter"},"Classes/TIFFWriter.html#/c:objc(cs)TIFFWriter(cm)writeTiffToDataWithImage:":{"name":"+writeTiffToDataWithImage:","abstract":"

    Write a TIFF to bytes

    ","parent_name":"TIFFWriter"},"Classes/TIFFWriter.html#/c:objc(cs)TIFFWriter(cm)writeTiffToDataWithWriter:andImage:":{"name":"+writeTiffToDataWithWriter:andImage:","abstract":"

    Write a TIFF to bytes

    ","parent_name":"TIFFWriter"},"Classes/TIFFWriter.html#/c:objc(cs)TIFFWriter(cm)writeTiffWithWriter:andImage:":{"name":"+writeTiffWithWriter:andImage:","abstract":"

    Write a TIFF to a byte writer

    ","parent_name":"TIFFWriter"},"Classes/TIFFUnsupportedCompression.html#/c:objc(cs)TIFFUnsupportedCompression(im)initWithMessage:":{"name":"-initWithMessage:","abstract":"

    Initialize

    ","parent_name":"TIFFUnsupportedCompression"},"Classes/TIFFReader.html#/c:objc(cs)TIFFReader(cm)readTiffFromFile:":{"name":"+readTiffFromFile:","abstract":"

    Read a TIFF from a file

    ","parent_name":"TIFFReader"},"Classes/TIFFReader.html#/c:objc(cs)TIFFReader(cm)readTiffFromFile:andCache:":{"name":"+readTiffFromFile:andCache:","abstract":"

    Read a TIFF from a file

    ","parent_name":"TIFFReader"},"Classes/TIFFReader.html#/c:objc(cs)TIFFReader(cm)readTiffFromStream:":{"name":"+readTiffFromStream:","abstract":"

    Read a TIFF from an input stream

    ","parent_name":"TIFFReader"},"Classes/TIFFReader.html#/c:objc(cs)TIFFReader(cm)readTiffFromStream:andCache:":{"name":"+readTiffFromStream:andCache:","abstract":"

    Read a TIFF from an input stream

    ","parent_name":"TIFFReader"},"Classes/TIFFReader.html#/c:objc(cs)TIFFReader(cm)readTiffFromData:":{"name":"+readTiffFromData:","abstract":"

    Read a TIFF from the bytes

    ","parent_name":"TIFFReader"},"Classes/TIFFReader.html#/c:objc(cs)TIFFReader(cm)readTiffFromData:andCache:":{"name":"+readTiffFromData:andCache:","abstract":"

    Read a TIFF from the bytes

    ","parent_name":"TIFFReader"},"Classes/TIFFReader.html#/c:objc(cs)TIFFReader(cm)readTiffFromReader:":{"name":"+readTiffFromReader:","abstract":"

    Read a TIFF from the byte reader

    ","parent_name":"TIFFReader"},"Classes/TIFFReader.html#/c:objc(cs)TIFFReader(cm)readTiffFromReader:andCache:":{"name":"+readTiffFromReader:andCache:","abstract":"

    Read a TIFF from the byte reader

    ","parent_name":"TIFFReader"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)initWithWidth:andHeight:andSamplesPerPixel:andBitsPerSample:andSampleValues:":{"name":"-initWithWidth:andHeight:andSamplesPerPixel:andBitsPerSample:andSampleValues:","abstract":"

    Initialize

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)initWithWidth:andHeight:andSamplesPerPixel:andBitsPerSample:andInterleaveValues:":{"name":"-initWithWidth:andHeight:andSamplesPerPixel:andBitsPerSample:andInterleaveValues:","abstract":"

    Initialize

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)initWithWidth:andHeight:andSamplesPerPixel:andBitsPerSample:andSampleValues:andInterleaveValues:":{"name":"-initWithWidth:andHeight:andSamplesPerPixel:andBitsPerSample:andSampleValues:andInterleaveValues:","abstract":"

    Initialize

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)initWithWidth:andHeight:andSamplesPerPixel:andBitsPerSample:":{"name":"-initWithWidth:andHeight:andSamplesPerPixel:andBitsPerSample:","abstract":"

    Initialize

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)initWithWidth:andHeight:andSamplesPerPixel:andSingleBitsPerSample:":{"name":"-initWithWidth:andHeight:andSamplesPerPixel:andSingleBitsPerSample:","abstract":"

    Initialize

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)hasSampleValues":{"name":"-hasSampleValues","abstract":"

    True if the results are stored by samples

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)hasInterleaveValues":{"name":"-hasInterleaveValues","abstract":"

    True if the results are stored interleaved

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)addSampleValue:toIndex:andCoordinate:":{"name":"-addSampleValue:toIndex:andCoordinate:","abstract":"

    Add a value to the sample results

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)addInterleaveValue:toCoordinate:":{"name":"-addInterleaveValue:toCoordinate:","abstract":"

    Add a value to the interleaved results

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)width":{"name":"-width","abstract":"

    Get the width of pixels

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)height":{"name":"-height","abstract":"

    Get the height of pixels

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)numPixels":{"name":"-numPixels","abstract":"

    Return the number of pixels

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)samplesPerPixel":{"name":"-samplesPerPixel","abstract":"

    Get the number of samples per pixel

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)bitsPerSample":{"name":"-bitsPerSample","abstract":"

    Get the bits per sample

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)sampleValues":{"name":"-sampleValues","abstract":"

    Get the results stored by samples

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)setSampleValuesAndValidate:":{"name":"-setSampleValuesAndValidate:","abstract":"

    Set the results stored by samples

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)interleaveValues":{"name":"-interleaveValues","abstract":"

    Get the results stored as interleaved pixel samples

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)setInterleaveValuesAndValidate:":{"name":"-setInterleaveValuesAndValidate:","abstract":"

    Set the results stored as interleaved pixel samples

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)pixelAtX:andY:":{"name":"-pixelAtX:andY:","abstract":"

    Get the pixel sample values

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)setPixelAtX:andY:withValues:":{"name":"-setPixelAtX:andY:withValues:","abstract":"

    Set the pixel sample values

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)pixelSampleAtSample:andX:andY:":{"name":"-pixelSampleAtSample:andX:andY:","abstract":"

    Get a pixel sample value

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)setPixelSampleAtSample:andX:andY:withValue:":{"name":"-setPixelSampleAtSample:andX:andY:withValue:","abstract":"

    Set a pixel vample value

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)firstPixelSampleAtX:andY:":{"name":"-firstPixelSampleAtX:andY:","abstract":"

    Get the first pixel sample value, useful for single sample pixels","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)setFirstPixelSampleAtX:andY:withValue:":{"name":"-setFirstPixelSampleAtX:andY:withValue:","abstract":"

    Set the first pixel sample value, useful for single sample pixels","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)sampleIndexAtX:andY:":{"name":"-sampleIndexAtX:andY:","abstract":"

    Get the sample index location

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)interleaveIndexAtX:andY:":{"name":"-interleaveIndexAtX:andY:","abstract":"

    Get the interleave index location

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)size":{"name":"-size","abstract":"

    Size in bytes of the image

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)sizePixel":{"name":"-sizePixel","abstract":"

    Size in bytes of a pixel

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)sizeSample:":{"name":"-sizeSample:","abstract":"

    Size in bytes of a sample

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)calculateRowsPerStripWithPlanarConfiguration:":{"name":"-calculateRowsPerStripWithPlanarConfiguration:","abstract":"

    Calculate the rows per strip to write

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)calculateRowsPerStripWithPlanarConfiguration:andMaxBytesPerStrip:":{"name":"-calculateRowsPerStripWithPlanarConfiguration:andMaxBytesPerStrip:","abstract":"

    Calculate the rows per strip to write

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(cm)createEmptySampleValuesWithSamplesPerPixel:andWidth:andHeight:":{"name":"+createEmptySampleValuesWithSamplesPerPixel:andWidth:andHeight:","abstract":"

    Create an empty sample values array

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(cm)createEmptySampleValuesWithSamplesPerPixel:andPixels:":{"name":"+createEmptySampleValuesWithSamplesPerPixel:andPixels:","abstract":"

    Create an empty sample values array

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(cm)createEmptyInterleaveValuesWithSamplesPerPixel:andWidth:andHeight:":{"name":"+createEmptyInterleaveValuesWithSamplesPerPixel:andWidth:andHeight:","abstract":"

    Create an empty interleave values array

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(cm)createEmptyInterleaveValuesWithSamplesPerPixel:andPixels:":{"name":"+createEmptyInterleaveValuesWithSamplesPerPixel:andPixels:","abstract":"

    Create an empty interleave values array

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(cm)makeBitsPerSampleArrayWithSamplesPerPixel:andBitsPerSample:":{"name":"+makeBitsPerSampleArrayWithSamplesPerPixel:andBitsPerSample:","abstract":"

    Make a bits per sample array where each samples of a pixel has the same","parent_name":"TIFFRasters"},"Classes/TIFFPredictor.html#/c:objc(cs)TIFFPredictor(cm)decodeData:withPredictor:andWidth:andHeight:andBitsPerSample:andPlanarConfiguration:":{"name":"+decodeData:withPredictor:andWidth:andHeight:andBitsPerSample:andPlanarConfiguration:","abstract":"

    Decode the predictor encoded bytes

    ","parent_name":"TIFFPredictor"},"Classes/TIFFImageWindow.html#/c:objc(cs)TIFFImageWindow(py)minX":{"name":"minX","abstract":"

    Min x

    ","parent_name":"TIFFImageWindow"},"Classes/TIFFImageWindow.html#/c:objc(cs)TIFFImageWindow(py)minY":{"name":"minY","abstract":"

    Min y

    ","parent_name":"TIFFImageWindow"},"Classes/TIFFImageWindow.html#/c:objc(cs)TIFFImageWindow(py)maxX":{"name":"maxX","abstract":"

    Max x

    ","parent_name":"TIFFImageWindow"},"Classes/TIFFImageWindow.html#/c:objc(cs)TIFFImageWindow(py)maxY":{"name":"maxY","abstract":"

    Max y

    ","parent_name":"TIFFImageWindow"},"Classes/TIFFImageWindow.html#/c:objc(cs)TIFFImageWindow(im)initWithMinX:andMinY:andMaxX:andMaxY:":{"name":"-initWithMinX:andMinY:andMaxX:andMaxY:","abstract":"

    Initialize

    ","parent_name":"TIFFImageWindow"},"Classes/TIFFImageWindow.html#/c:objc(cs)TIFFImageWindow(im)initWithX:andY:":{"name":"-initWithX:andY:","abstract":"

    Initialize for a single coordinate

    ","parent_name":"TIFFImageWindow"},"Classes/TIFFImageWindow.html#/c:objc(cs)TIFFImageWindow(im)initWithFileDirectory:":{"name":"-initWithFileDirectory:","abstract":"

    Initialize, full image size

    ","parent_name":"TIFFImageWindow"},"Classes/TIFFImage.html#/c:objc(cs)TIFFImage(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"TIFFImage"},"Classes/TIFFImage.html#/c:objc(cs)TIFFImage(im)initWithFileDirectory:":{"name":"-initWithFileDirectory:","abstract":"

    Initialize, single file directory

    ","parent_name":"TIFFImage"},"Classes/TIFFImage.html#/c:objc(cs)TIFFImage(im)initWithFileDirectories:":{"name":"-initWithFileDirectories:","abstract":"

    Initialize, multiple file directories

    ","parent_name":"TIFFImage"},"Classes/TIFFImage.html#/c:objc(cs)TIFFImage(im)addFileDirectory:":{"name":"-addFileDirectory:","abstract":"

    Add a file directory

    ","parent_name":"TIFFImage"},"Classes/TIFFImage.html#/c:objc(cs)TIFFImage(im)fileDirectories":{"name":"-fileDirectories","abstract":"

    Get the file directories

    ","parent_name":"TIFFImage"},"Classes/TIFFImage.html#/c:objc(cs)TIFFImage(im)fileDirectory":{"name":"-fileDirectory","abstract":"

    Get the default, first, or only file directory

    ","parent_name":"TIFFImage"},"Classes/TIFFImage.html#/c:objc(cs)TIFFImage(im)fileDirectoryAtIndex:":{"name":"-fileDirectoryAtIndex:","abstract":"

    Get the file directory at the index

    ","parent_name":"TIFFImage"},"Classes/TIFFImage.html#/c:objc(cs)TIFFImage(im)sizeHeaderAndDirectories":{"name":"-sizeHeaderAndDirectories","abstract":"

    Size in bytes of the TIFF header and file directories with their entries

    ","parent_name":"TIFFImage"},"Classes/TIFFImage.html#/c:objc(cs)TIFFImage(im)sizeHeaderAndDirectoriesWithValues":{"name":"-sizeHeaderAndDirectoriesWithValues","abstract":"

    Size in bytes of the TIFF header and file directories with their entries","parent_name":"TIFFImage"},"Classes/TIFFIOUtils.html#/c:objc(cs)TIFFIOUtils(cm)copyFile:toFile:":{"name":"+copyFile:toFile:","abstract":"

    Copy a file

    ","parent_name":"TIFFIOUtils"},"Classes/TIFFIOUtils.html#/c:objc(cs)TIFFIOUtils(cm)copyInputStream:toFile:":{"name":"+copyInputStream:toFile:","abstract":"

    Copy an input stream to a file

    ","parent_name":"TIFFIOUtils"},"Classes/TIFFIOUtils.html#/c:objc(cs)TIFFIOUtils(cm)fileData:":{"name":"+fileData:","abstract":"

    Get the file byte data

    ","parent_name":"TIFFIOUtils"},"Classes/TIFFIOUtils.html#/c:objc(cs)TIFFIOUtils(cm)streamData:":{"name":"+streamData:","abstract":"

    Get the input stream byte data

    ","parent_name":"TIFFIOUtils"},"Classes/TIFFIOUtils.html#/c:objc(cs)TIFFIOUtils(cm)copyInputStream:toOutputStream:":{"name":"+copyInputStream:toOutputStream:","abstract":"

    Copy the input stream to an output stream

    ","parent_name":"TIFFIOUtils"},"Classes/TIFFFileDirectoryEntry.html#/c:objc(cs)TIFFFileDirectoryEntry(im)initWithFieldTag:andFieldType:andTypeCount:andValues:":{"name":"-initWithFieldTag:andFieldType:andTypeCount:andValues:","abstract":"

    Initialize

    ","parent_name":"TIFFFileDirectoryEntry"},"Classes/TIFFFileDirectoryEntry.html#/c:objc(cs)TIFFFileDirectoryEntry(im)fieldTag":{"name":"-fieldTag","abstract":"

    Get the field tag type

    ","parent_name":"TIFFFileDirectoryEntry"},"Classes/TIFFFileDirectoryEntry.html#/c:objc(cs)TIFFFileDirectoryEntry(im)fieldType":{"name":"-fieldType","abstract":"

    Get the field type

    ","parent_name":"TIFFFileDirectoryEntry"},"Classes/TIFFFileDirectoryEntry.html#/c:objc(cs)TIFFFileDirectoryEntry(im)typeCount":{"name":"-typeCount","abstract":"

    Get the type count

    ","parent_name":"TIFFFileDirectoryEntry"},"Classes/TIFFFileDirectoryEntry.html#/c:objc(cs)TIFFFileDirectoryEntry(im)values":{"name":"-values","abstract":"

    Get the values

    ","parent_name":"TIFFFileDirectoryEntry"},"Classes/TIFFFileDirectoryEntry.html#/c:objc(cs)TIFFFileDirectoryEntry(im)sizeWithValues":{"name":"-sizeWithValues","abstract":"

    Size in bytes of the image file directory entry and its values (not","parent_name":"TIFFFileDirectoryEntry"},"Classes/TIFFFileDirectoryEntry.html#/c:objc(cs)TIFFFileDirectoryEntry(im)sizeOfValues":{"name":"-sizeOfValues","abstract":"

    Size of the values not included in the directory entry bytes

    ","parent_name":"TIFFFileDirectoryEntry"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(py)writeRasters":{"name":"writeRasters","abstract":"

    Rasters to write to the TIFF file

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)initWithEntries:andReader:":{"name":"-initWithEntries:andReader:","abstract":"

    Initialize, for reading TIFF files

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)initWithEntries:andReader:andCacheData:":{"name":"-initWithEntries:andReader:andCacheData:","abstract":"

    Initialize, for reading TIFF files

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)init":{"name":"-init","abstract":"

    Constructor, for writing TIFF files

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)initWithRasters:":{"name":"-initWithRasters:","abstract":"

    Constructor, for writing TIFF files

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)initWithEntries:andRasters:":{"name":"-initWithEntries:andRasters:","abstract":"

    Constructor, for writing TIFF files

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)addEntry:":{"name":"-addEntry:","abstract":"

    Add an entry

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setCacheData:":{"name":"-setCacheData:","abstract":"

    Set whether to cache tiles. Does nothing is already caching tiles, clears","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)reader":{"name":"-reader","abstract":"

    Get the byte reader

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)isTiled":{"name":"-isTiled","abstract":"

    Is this a tiled image

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)decoder":{"name":"-decoder","abstract":"

    Get the compression decoder

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)numEntries":{"name":"-numEntries","abstract":"

    Get the number of entries

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)entryByFieldTagType:":{"name":"-entryByFieldTagType:","abstract":"

    Get a file directory entry from the field tag type

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)entries":{"name":"-entries","abstract":"

    Get the file directory entries

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)fieldTagTypeMapping":{"name":"-fieldTagTypeMapping","abstract":"

    Get the field tag type to file directory entry mapping

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)imageWidth":{"name":"-imageWidth","abstract":"

    Get the image width

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setImageWidth:":{"name":"-setImageWidth:","abstract":"

    Set the image width

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setImageWidthAsLong:":{"name":"-setImageWidthAsLong:","abstract":"

    Set the image width

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)imageHeight":{"name":"-imageHeight","abstract":"

    Get the image height

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setImageHeight:":{"name":"-setImageHeight:","abstract":"

    Set the image height

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setImageHeightAsLong:":{"name":"-setImageHeightAsLong:","abstract":"

    Set the image height

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)bitsPerSample":{"name":"-bitsPerSample","abstract":"

    Get the bits per sample

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setBitsPerSample:":{"name":"-setBitsPerSample:","abstract":"

    Set the bits per sample

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setBitsPerSampleAsSingleValue:":{"name":"-setBitsPerSampleAsSingleValue:","abstract":"

    Set a single value bits per sample

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)maxBitsPerSample":{"name":"-maxBitsPerSample","abstract":"

    Get the max bits per sample

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)compression":{"name":"-compression","abstract":"

    Get the compression

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setCompression:":{"name":"-setCompression:","abstract":"

    Set the compression

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)photometricInterpretation":{"name":"-photometricInterpretation","abstract":"

    Get the photometric interpretation

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setPhotometricInterpretation:":{"name":"-setPhotometricInterpretation:","abstract":"

    Set the photometric interpretation

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)stripOffsets":{"name":"-stripOffsets","abstract":"

    Get the strip offsets

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setStripOffsets:":{"name":"-setStripOffsets:","abstract":"

    Set the strip offsets

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setStripOffsetsAsLongs:":{"name":"-setStripOffsetsAsLongs:","abstract":"

    Set the strip offsets

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setStripOffsetsAsSingleValue:":{"name":"-setStripOffsetsAsSingleValue:","abstract":"

    Set a single value strip offset

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setStripOffsetsAsSingleLongValue:":{"name":"-setStripOffsetsAsSingleLongValue:","abstract":"

    Set a single value strip offset

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)samplesPerPixel":{"name":"-samplesPerPixel","abstract":"

    Get the samples per pixel

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setSamplesPerPixel:":{"name":"-setSamplesPerPixel:","abstract":"

    Set the samples per pixel

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)rowsPerStrip":{"name":"-rowsPerStrip","abstract":"

    Get the rows per strip

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setRowsPerStrip:":{"name":"-setRowsPerStrip:","abstract":"

    Set the rows per strip

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setRowsPerStripAsLong:":{"name":"-setRowsPerStripAsLong:","abstract":"

    Set the rows per strip

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)stripByteCounts":{"name":"-stripByteCounts","abstract":"

    Get the strip byte counts

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setStripByteCounts:":{"name":"-setStripByteCounts:","abstract":"

    Set the strip byte counts

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setStripByteCountsAsLongs:":{"name":"-setStripByteCountsAsLongs:","abstract":"

    Set the strip byte counts

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setStripByteCountsAsSingleValue:":{"name":"-setStripByteCountsAsSingleValue:","abstract":"

    Set a single value strip byte count

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setStripByteCountsAsSingleLongValue:":{"name":"-setStripByteCountsAsSingleLongValue:","abstract":"

    Set a single value strip byte count

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)xResolution":{"name":"-xResolution","abstract":"

    Get the x resolution

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setXResolution:":{"name":"-setXResolution:","abstract":"

    Set the x resolution

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setXResolutionAsSingleValue:":{"name":"-setXResolutionAsSingleValue:","abstract":"

    Set a single value x resolution

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)yResolution":{"name":"-yResolution","abstract":"

    Get the y resolution

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setYResolution:":{"name":"-setYResolution:","abstract":"

    Set the y resolution

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setYResolutionAsSingleValue:":{"name":"-setYResolutionAsSingleValue:","abstract":"

    Set a single value y resolution

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)planarConfiguration":{"name":"-planarConfiguration","abstract":"

    Get the planar configuration

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setPlanarConfiguration:":{"name":"-setPlanarConfiguration:","abstract":"

    Set the planar configuration

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)resolutionUnit":{"name":"-resolutionUnit","abstract":"

    Get the resolution unit

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setResolutionUnit:":{"name":"-setResolutionUnit:","abstract":"

    Set the resolution unit

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)modelPixelScale":{"name":"-modelPixelScale","abstract":"

    Get the model pixel scale

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setModelPixelScale:":{"name":"-setModelPixelScale:","abstract":"

    Set the model pixel scale

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)modelTiepoint":{"name":"-modelTiepoint","abstract":"

    Get the model tiepoint

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setModelTiepoint:":{"name":"-setModelTiepoint:","abstract":"

    Set the model tiepoint

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)colorMap":{"name":"-colorMap","abstract":"

    Get the color map

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setColorMap:":{"name":"-setColorMap:","abstract":"

    Set the color map

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setColorMapAsSingleValue:":{"name":"-setColorMapAsSingleValue:","abstract":"

    Set a single value color map

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)tileWidth":{"name":"-tileWidth","abstract":"

    Get the tile width

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setTileWidth:":{"name":"-setTileWidth:","abstract":"

    Set the tile width

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setTileWidthAsLong:":{"name":"-setTileWidthAsLong:","abstract":"

    Set the tile width

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)tileHeight":{"name":"-tileHeight","abstract":"

    Get the tile height

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setTileHeight:":{"name":"-setTileHeight:","abstract":"

    Set the tile height

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setTileHeightAsLong:":{"name":"-setTileHeightAsLong:","abstract":"

    Set the tile height

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)tileOffsets":{"name":"-tileOffsets","abstract":"

    Get the tile offsets

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setTileOffsets:":{"name":"-setTileOffsets:","abstract":"

    Set the tile offsets

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setTileOffsetsAsSingleValue:":{"name":"-setTileOffsetsAsSingleValue:","abstract":"

    Set a single value tile offset

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)tileByteCounts":{"name":"-tileByteCounts","abstract":"

    Get the tile byte counts

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setTileByteCounts:":{"name":"-setTileByteCounts:","abstract":"

    Set the tile byte counts

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setTileByteCountsAsLongs:":{"name":"-setTileByteCountsAsLongs:","abstract":"

    Set the tile byte counts

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setTileByteCountsAsSingleValue:":{"name":"-setTileByteCountsAsSingleValue:","abstract":"

    Set a single value tile byte count

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setTileByteCountsAsSingleLongValue:":{"name":"-setTileByteCountsAsSingleLongValue:","abstract":"

    Set a single value tile byte count

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)sampleFormat":{"name":"-sampleFormat","abstract":"

    Get the sample format

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setSampleFormat:":{"name":"-setSampleFormat:","abstract":"

    Set the sample format

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setSampleFormatAsSingleValue:":{"name":"-setSampleFormatAsSingleValue:","abstract":"

    Set a single value sample format

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)maxSampleFormat":{"name":"-maxSampleFormat","abstract":"

    Get the max sample format

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)predictor":{"name":"-predictor","abstract":"

    Get the predictor

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setPredictor:":{"name":"-setPredictor:","abstract":"

    Set the predictor

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)readRasters":{"name":"-readRasters","abstract":"

    Read the rasters

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)readInterleavedRasters":{"name":"-readInterleavedRasters","abstract":"

    Read the rasters as interleaved

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)readRastersWithWindow:":{"name":"-readRastersWithWindow:","abstract":"

    Read the rasters

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)readInterleavedRastersWithWindow:":{"name":"-readInterleavedRastersWithWindow:","abstract":"

    Read the rasters as interleaved

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)readRastersWithSamples:":{"name":"-readRastersWithSamples:","abstract":"

    Read the rasters

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)readInterleavedRastersWithSamples:":{"name":"-readInterleavedRastersWithSamples:","abstract":"

    Read the rasters as interleaved

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)readRastersWithWindow:andSamples:":{"name":"-readRastersWithWindow:andSamples:","abstract":"

    Read the rasters

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)readInterleavedRastersWithWindow:andSamples:":{"name":"-readInterleavedRastersWithWindow:andSamples:","abstract":"

    Read the rasters as interleaved

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)readRastersWithSampleValues:andInterleaveValues:":{"name":"-readRastersWithSampleValues:andInterleaveValues:","abstract":"

    Read the rasters

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)readRastersWithWindow:andSampleValues:andInterleaveValues:":{"name":"-readRastersWithWindow:andSampleValues:andInterleaveValues:","abstract":"

    Read the rasters

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)readRastersWithSamples:andSampleValues:andInterleaveValues:":{"name":"-readRastersWithSamples:andSampleValues:andInterleaveValues:","abstract":"

    Read the rasters

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)readRastersWithWindow:andSamples:andSampleValues:andInterleaveValues:":{"name":"-readRastersWithWindow:andSamples:andSampleValues:andInterleaveValues:","abstract":"

    Read the rasters

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)fieldTypeForSample:":{"name":"-fieldTypeForSample:","abstract":"

    Get the field type for the sample

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)shortEntryValueWithFieldTag:":{"name":"-shortEntryValueWithFieldTag:","abstract":"

    Get a short entry value

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setUnsignedShortEntryValue:withFieldTag:":{"name":"-setUnsignedShortEntryValue:withFieldTag:","abstract":"

    Set an unsigned short entry value for the field tag type

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)numberEntryValueWithFieldTag:":{"name":"-numberEntryValueWithFieldTag:","abstract":"

    Get a number entry value

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setUnsignedLongEntryValue:withFieldTag:":{"name":"-setUnsignedLongEntryValue:withFieldTag:","abstract":"

    Set an unsigned long entry value for the field tag type

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)stringEntryValueWithFieldTag:":{"name":"-stringEntryValueWithFieldTag:","abstract":"

    Get a string entry value for the field tag type

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setStringEntryValue:withFieldTag:":{"name":"-setStringEntryValue:withFieldTag:","abstract":"

    Set string value for the field tag type

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)shortListEntryValueWithFieldTag:":{"name":"-shortListEntryValueWithFieldTag:","abstract":"

    Get an short list entry value

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setUnsignedShortListEntryValue:withFieldTag:":{"name":"-setUnsignedShortListEntryValue:withFieldTag:","abstract":"

    Set an unsigned short list of values for the field tag type

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)maxShortEntryValueWithFieldTag:":{"name":"-maxShortEntryValueWithFieldTag:","abstract":"

    Get the max short from short list entry values

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)numberListEntryValueWithFieldTag:":{"name":"-numberListEntryValueWithFieldTag:","abstract":"

    Get a number list entry value

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setNumberListEntryValue:withFieldTag:":{"name":"-setNumberListEntryValue:withFieldTag:","abstract":"

    Set a number list of values for the field tag type

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)longListEntryValueWithFieldTag:":{"name":"-longListEntryValueWithFieldTag:","abstract":"

    Get a long list entry value

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setUnsignedLongListEntryValue:withFieldTag:":{"name":"-setUnsignedLongListEntryValue:withFieldTag:","abstract":"

    Set an unsigned long list of values for the field tag type

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setRationalEntryValue:withFieldTag:":{"name":"-setRationalEntryValue:withFieldTag:","abstract":"

    Set rational value for the field tag type

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)size":{"name":"-size","abstract":"

    Size in bytes of the Image File Directory (all contiguous)

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)sizeWithValues":{"name":"-sizeWithValues","abstract":"

    Size in bytes of the image file directory including entry values (not","parent_name":"TIFFFileDirectory"},"Classes/TIFFFieldTypes.html#/c:objc(cs)TIFFFieldTypes(cm)value:":{"name":"+value:","abstract":"

    Get the field type value

    ","parent_name":"TIFFFieldTypes"},"Classes/TIFFFieldTypes.html#/c:objc(cs)TIFFFieldTypes(cm)bytes:":{"name":"+bytes:","abstract":"

    Get the number of bytes per value

    ","parent_name":"TIFFFieldTypes"},"Classes/TIFFFieldTypes.html#/c:objc(cs)TIFFFieldTypes(cm)bits:":{"name":"+bits:","abstract":"

    Get the number of bits per value

    ","parent_name":"TIFFFieldTypes"},"Classes/TIFFFieldTypes.html#/c:objc(cs)TIFFFieldTypes(cm)typeByValue:":{"name":"+typeByValue:","abstract":"

    Get the field type

    ","parent_name":"TIFFFieldTypes"},"Classes/TIFFFieldTypes.html#/c:objc(cs)TIFFFieldTypes(cm)typeBySampleFormat:andBitsPerSample:":{"name":"+typeBySampleFormat:andBitsPerSample:","abstract":"

    Get the field type of the sample format and bits per sample

    ","parent_name":"TIFFFieldTypes"},"Classes/TIFFFieldTypes.html#/c:objc(cs)TIFFFieldTypes(cm)sampleFormatByType:":{"name":"+sampleFormatByType:","abstract":"

    Get the sample format of the field type

    ","parent_name":"TIFFFieldTypes"},"Classes/TIFFFieldTagTypes.html#/c:objc(cs)TIFFFieldTagTypes(cm)tagId:":{"name":"+tagId:","abstract":"

    Get the tag id

    ","parent_name":"TIFFFieldTagTypes"},"Classes/TIFFFieldTagTypes.html#/c:objc(cs)TIFFFieldTagTypes(cm)isArray:":{"name":"+isArray:","abstract":"

    Is this field an array type

    ","parent_name":"TIFFFieldTagTypes"},"Classes/TIFFFieldTagTypes.html#/c:objc(cs)TIFFFieldTagTypes(cm)typeByTagId:":{"name":"+typeByTagId:","abstract":"

    Get a field tag type by id

    ","parent_name":"TIFFFieldTagTypes"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(py)nextByte":{"name":"nextByte","abstract":"

    Next byte index to write

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(py)os":{"name":"os","abstract":"

    Output stream to write bytes to

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(py)byteOrder":{"name":"byteOrder","abstract":"

    Byte order used to write, little or big endian

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(im)initWithByteOrder:":{"name":"-initWithByteOrder:","abstract":"

    Initialize

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(im)close":{"name":"-close","abstract":"

    Close the byte writer

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(im)data":{"name":"-data","abstract":"

    Get the written byte data

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(im)size":{"name":"-size","abstract":"

    Get the current size in bytes written

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(im)writeString:":{"name":"-writeString:","abstract":"

    Write a string

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(im)writeNumberAsByte:":{"name":"-writeNumberAsByte:","abstract":"

    Write a byte

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(im)writeByte:":{"name":"-writeByte:","abstract":"

    Write a byte

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(im)writeNumberAsUnsignedByte:":{"name":"-writeNumberAsUnsignedByte:","abstract":"

    Write an unsigned byte

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(im)writeUnsignedByte:":{"name":"-writeUnsignedByte:","abstract":"

    Write an unsigned byte

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(im)writeBytesWithData:":{"name":"-writeBytesWithData:","abstract":"

    Write the bytes

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(im)writeNumberAsShort:":{"name":"-writeNumberAsShort:","abstract":"

    Write a short

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(im)writeShort:":{"name":"-writeShort:","abstract":"

    Write a short

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(im)writeNumberAsUnsignedShort:":{"name":"-writeNumberAsUnsignedShort:","abstract":"

    Write an unsigned short

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(im)writeUnsignedShort:":{"name":"-writeUnsignedShort:","abstract":"

    Write an unsigned short

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(im)writeNumberAsInt:":{"name":"-writeNumberAsInt:","abstract":"

    Write an integer

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(im)writeInt:":{"name":"-writeInt:","abstract":"

    Write an integer

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(im)writeNumberAsUnsignedInt:":{"name":"-writeNumberAsUnsignedInt:","abstract":"

    Write an unsigned int

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(im)writeUnsignedInt:":{"name":"-writeUnsignedInt:","abstract":"

    Write an unsigned int

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(im)writeNumberAsFloat:":{"name":"-writeNumberAsFloat:","abstract":"

    Write a float

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(im)writeFloat:":{"name":"-writeFloat:","abstract":"

    Write a float

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(im)writeNumberAsDouble:":{"name":"-writeNumberAsDouble:","abstract":"

    Write a double

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(im)writeDouble:":{"name":"-writeDouble:","abstract":"

    Write a double

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(py)nextByte":{"name":"nextByte","abstract":"

    Next byte index to read

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(py)bytes":{"name":"bytes","abstract":"

    Bytes to read

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(py)byteOrder":{"name":"byteOrder","abstract":"

    Byte order used to read, little or big endian

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)initWithData:":{"name":"-initWithData:","abstract":"

    Initialize

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)initWithData:andByteOrder:":{"name":"-initWithData:andByteOrder:","abstract":"

    Initialize

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)hasByte":{"name":"-hasByte","abstract":"

    Check if there is at least one more byte left to read

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)hasByteWithOffset:":{"name":"-hasByteWithOffset:","abstract":"

    Check if there is at least one more byte left to read

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)hasBytesWithCount:":{"name":"-hasBytesWithCount:","abstract":"

    Check if there are the provided number of bytes left to read

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)hasBytesWithCount:andOffset:":{"name":"-hasBytesWithCount:andOffset:","abstract":"

    Check if there are the provided number of bytes left to read

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)readStringWithCount:":{"name":"-readStringWithCount:","abstract":"

    Read a String from the provided number of bytes

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)readStringWithCount:andOffset:":{"name":"-readStringWithCount:andOffset:","abstract":"

    Read a String from the provided number of bytes

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)readByte":{"name":"-readByte","abstract":"

    Read a single byte

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)readByteWithOffset:":{"name":"-readByteWithOffset:","abstract":"

    Read a byte

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)readUnsignedByte":{"name":"-readUnsignedByte","abstract":"

    Read an unsigned byte

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)readUnsignedByteWithOffset:":{"name":"-readUnsignedByteWithOffset:","abstract":"

    Read an unsigned byte

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)readBytesWithCount:":{"name":"-readBytesWithCount:","abstract":"

    Read a number of bytes

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)readBytesWithCount:andOffset:":{"name":"-readBytesWithCount:andOffset:","abstract":"

    Read a number of bytes

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)readShort":{"name":"-readShort","abstract":"

    Read a short

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)readShortWithOffset:":{"name":"-readShortWithOffset:","abstract":"

    Read a short

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)readUnsignedShort":{"name":"-readUnsignedShort","abstract":"

    Read an unsigned short

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)readUnsignedShortWithOffset:":{"name":"-readUnsignedShortWithOffset:","abstract":"

    Read an unsigned short

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)readInt":{"name":"-readInt","abstract":"

    Read an integer (4 bytes)

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)readIntWithOffset:":{"name":"-readIntWithOffset:","abstract":"

    Read an integer

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)readUnsignedInt":{"name":"-readUnsignedInt","abstract":"

    Read an unsigned int

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)readUnsignedIntWithOffset:":{"name":"-readUnsignedIntWithOffset:","abstract":"

    Read an unsigned int

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)readFloat":{"name":"-readFloat","abstract":"

    Read a float

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)readFloatWithOffset:":{"name":"-readFloatWithOffset:","abstract":"

    Read a float

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)readDouble":{"name":"-readDouble","abstract":"

    Read a double (8 bytes)

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)readDoubleWithOffset:":{"name":"-readDoubleWithOffset:","abstract":"

    Read a double

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)byteLength":{"name":"-byteLength","abstract":"

    Get the byte length

    ","parent_name":"TIFFByteReader"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(cm)writeGeometry:":{"name":"+writeGeometry:","abstract":"

    Write a geometry to well-known bytes

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(cm)writeGeometry:inByteOrder:":{"name":"+writeGeometry:inByteOrder:","abstract":"

    Write a geometry to well-known bytes

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(im)init":{"name":"-init","abstract":"

    Initializer

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(im)initWithByteOrder:":{"name":"-initWithByteOrder:","abstract":"

    Initializer

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(im)initWithWriter:":{"name":"-initWithWriter:","abstract":"

    Initializer

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(im)byteWriter":{"name":"-byteWriter","abstract":"

    Get the byte writer

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(im)data":{"name":"-data","abstract":"

    Get the written byte data

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(im)close":{"name":"-close","abstract":"

    Close the byte writer

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(im)write:":{"name":"-write:","abstract":"

    Write a geometry to the byte writer

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(im)writePoint:":{"name":"-writePoint:","abstract":"

    Write a point

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(im)writeLineString:":{"name":"-writeLineString:","abstract":"

    Write a line string

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(im)writePolygon:":{"name":"-writePolygon:","abstract":"

    Write a polygon

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(im)writeMultiPoint:":{"name":"-writeMultiPoint:","abstract":"

    Write a multi point

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(im)writeMultiLineString:":{"name":"-writeMultiLineString:","abstract":"

    Write a multi line string

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(im)writeMultiPolygon:":{"name":"-writeMultiPolygon:","abstract":"

    Write a multi polygon

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(im)writeGeometryCollection:":{"name":"-writeGeometryCollection:","abstract":"

    Write a geometry collection

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(im)writeCircularString:":{"name":"-writeCircularString:","abstract":"

    Write a circular string

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(im)writeCompoundCurve:":{"name":"-writeCompoundCurve:","abstract":"

    Write a compound curve

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(im)writeCurvePolygon:":{"name":"-writeCurvePolygon:","abstract":"

    Write a curve polygon

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(im)writePolyhedralSurface:":{"name":"-writePolyhedralSurface:","abstract":"

    Write a polyhedral surface

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(im)writeTIN:":{"name":"-writeTIN:","abstract":"

    Write a TIN

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(im)writeTriangle:":{"name":"-writeTriangle:","abstract":"

    Write a triangle

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(cm)writeGeometry:withWriter:":{"name":"+writeGeometry:withWriter:","abstract":"

    Write a geometry to the byte writer

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(cm)writePoint:withWriter:":{"name":"+writePoint:withWriter:","abstract":"

    Write a point

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(cm)writeLineString:withWriter:":{"name":"+writeLineString:withWriter:","abstract":"

    Write a line string

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(cm)writePolygon:withWriter:":{"name":"+writePolygon:withWriter:","abstract":"

    Write a polygon

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(cm)writeMultiPoint:withWriter:":{"name":"+writeMultiPoint:withWriter:","abstract":"

    Write a multi point

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(cm)writeMultiLineString:withWriter:":{"name":"+writeMultiLineString:withWriter:","abstract":"

    Write a multi line string

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(cm)writeMultiPolygon:withWriter:":{"name":"+writeMultiPolygon:withWriter:","abstract":"

    Write a multi polygon

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(cm)writeGeometryCollection:withWriter:":{"name":"+writeGeometryCollection:withWriter:","abstract":"

    Write a geometry collection

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(cm)writeCircularString:withWriter:":{"name":"+writeCircularString:withWriter:","abstract":"

    Write a circular string

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(cm)writeCompoundCurve:withWriter:":{"name":"+writeCompoundCurve:withWriter:","abstract":"

    Write a compound curve

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(cm)writeCurvePolygon:withWriter:":{"name":"+writeCurvePolygon:withWriter:","abstract":"

    Write a curve polygon

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(cm)writePolyhedralSurface:withWriter:":{"name":"+writePolyhedralSurface:withWriter:","abstract":"

    Write a polyhedral surface

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(cm)writeTIN:withWriter:":{"name":"+writeTIN:withWriter:","abstract":"

    Write a TIN

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(cm)writeTriangle:withWriter:":{"name":"+writeTriangle:withWriter:","abstract":"

    Write a triangle

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryTypeInfo.html#/c:objc(cs)SFWBGeometryTypeInfo(im)initWithCode:andType:andHasZ:andHasM:":{"name":"-initWithCode:andType:andHasZ:andHasM:","abstract":"

    Initializer

    ","parent_name":"SFWBGeometryTypeInfo"},"Classes/SFWBGeometryTypeInfo.html#/c:objc(cs)SFWBGeometryTypeInfo(im)geometryTypeCode":{"name":"-geometryTypeCode","abstract":"

    Get the geometry type code

    ","parent_name":"SFWBGeometryTypeInfo"},"Classes/SFWBGeometryTypeInfo.html#/c:objc(cs)SFWBGeometryTypeInfo(im)geometryType":{"name":"-geometryType","abstract":"

    Get the geometry type

    ","parent_name":"SFWBGeometryTypeInfo"},"Classes/SFWBGeometryTypeInfo.html#/c:objc(cs)SFWBGeometryTypeInfo(im)hasZ":{"name":"-hasZ","abstract":"

    Has z values

    ","parent_name":"SFWBGeometryTypeInfo"},"Classes/SFWBGeometryTypeInfo.html#/c:objc(cs)SFWBGeometryTypeInfo(im)hasM":{"name":"-hasM","abstract":"

    Has m values

    ","parent_name":"SFWBGeometryTypeInfo"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readGeometryWithData:":{"name":"+readGeometryWithData:","abstract":"

    Read a geometry from data

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readGeometryWithData:andFilter:":{"name":"+readGeometryWithData:andFilter:","abstract":"

    Read a geometry from data

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readGeometryWithData:andExpectedType:":{"name":"+readGeometryWithData:andExpectedType:","abstract":"

    Read a geometry from data

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readGeometryWithData:andFilter:andExpectedType:":{"name":"+readGeometryWithData:andFilter:andExpectedType:","abstract":"

    Read a geometry from data

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)initWithData:":{"name":"-initWithData:","abstract":"

    Initializer

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)initWithReader:":{"name":"-initWithReader:","abstract":"

    Initializer

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)byteReader":{"name":"-byteReader","abstract":"

    Get the byte reader

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)read":{"name":"-read","abstract":"

    Read a geometry from the byte reader

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readWithFilter:":{"name":"-readWithFilter:","abstract":"

    Read a geometry from the byte reader

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readWithExpectedType:":{"name":"-readWithExpectedType:","abstract":"

    Read a geometry from the byte reader

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readWithFilter:andExpectedType:":{"name":"-readWithFilter:andExpectedType:","abstract":"

    Read a geometry from the byte reader

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readWithFilter:inType:andExpectedType:":{"name":"-readWithFilter:inType:andExpectedType:","abstract":"

    Read a geometry from the byte reader

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readGeometryType":{"name":"-readGeometryType","abstract":"

    Read the geometry type info

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readPointWithHasZ:andHasM:":{"name":"-readPointWithHasZ:andHasM:","abstract":"

    Read a point

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readLineStringWithHasZ:andHasM:":{"name":"-readLineStringWithHasZ:andHasM:","abstract":"

    Read a line string

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readLineStringWithFilter:andHasZ:andHasM:":{"name":"-readLineStringWithFilter:andHasZ:andHasM:","abstract":"

    Read a line string

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readPolygonWithHasZ:andHasM:":{"name":"-readPolygonWithHasZ:andHasM:","abstract":"

    Read a polygon

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readPolygonWithFilter:andHasZ:andHasM:":{"name":"-readPolygonWithFilter:andHasZ:andHasM:","abstract":"

    Read a polygon

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readMultiPointWithHasZ:andHasM:":{"name":"-readMultiPointWithHasZ:andHasM:","abstract":"

    Read a multi point

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readMultiPointWithFilter:andHasZ:andHasM:":{"name":"-readMultiPointWithFilter:andHasZ:andHasM:","abstract":"

    Read a multi point

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readMultiLineStringWithHasZ:andHasM:":{"name":"-readMultiLineStringWithHasZ:andHasM:","abstract":"

    Read a multi line string

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readMultiLineStringWithFilter:andHasZ:andHasM:":{"name":"-readMultiLineStringWithFilter:andHasZ:andHasM:","abstract":"

    Read a multi line string

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readMultiPolygonWithHasZ:andHasM:":{"name":"-readMultiPolygonWithHasZ:andHasM:","abstract":"

    Read a multi polygon

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readMultiPolygonWithFilter:andHasZ:andHasM:":{"name":"-readMultiPolygonWithFilter:andHasZ:andHasM:","abstract":"

    Read a multi polygon

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readGeometryCollectionWithHasZ:andHasM:":{"name":"-readGeometryCollectionWithHasZ:andHasM:","abstract":"

    Read a geometry collection

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readGeometryCollectionWithFilter:andHasZ:andHasM:":{"name":"-readGeometryCollectionWithFilter:andHasZ:andHasM:","abstract":"

    Read a geometry collection

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readCircularStringWithHasZ:andHasM:":{"name":"-readCircularStringWithHasZ:andHasM:","abstract":"

    Read a circular string

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readCircularStringWithFilter:andHasZ:andHasM:":{"name":"-readCircularStringWithFilter:andHasZ:andHasM:","abstract":"

    Read a circular string

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readCompoundCurveWithHasZ:andHasM:":{"name":"-readCompoundCurveWithHasZ:andHasM:","abstract":"

    Read a compound curve

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readCompoundCurveWithFilter:andHasZ:andHasM:":{"name":"-readCompoundCurveWithFilter:andHasZ:andHasM:","abstract":"

    Read a compound curve

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readCurvePolygonWithHasZ:andHasM:":{"name":"-readCurvePolygonWithHasZ:andHasM:","abstract":"

    Read a curve polygon

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readCurvePolygonWithFilter:andHasZ:andHasM:":{"name":"-readCurvePolygonWithFilter:andHasZ:andHasM:","abstract":"

    Read a curve polygon

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readPolyhedralSurfaceWithHasZ:andHasM:":{"name":"-readPolyhedralSurfaceWithHasZ:andHasM:","abstract":"

    Read a polyhedral surface

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readPolyhedralSurfaceWithFilter:andHasZ:andHasM:":{"name":"-readPolyhedralSurfaceWithFilter:andHasZ:andHasM:","abstract":"

    Read a polyhedral surface

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readTINWithHasZ:andHasM:":{"name":"-readTINWithHasZ:andHasM:","abstract":"

    Read a TIN

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readTINWithFilter:andHasZ:andHasM:":{"name":"-readTINWithFilter:andHasZ:andHasM:","abstract":"

    Read a TIN

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readTriangleWithHasZ:andHasM:":{"name":"-readTriangleWithHasZ:andHasM:","abstract":"

    Read a triangle

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readTriangleWithFilter:andHasZ:andHasM:":{"name":"-readTriangleWithFilter:andHasZ:andHasM:","abstract":"

    Read a triangle

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readGeometryWithReader:":{"name":"+readGeometryWithReader:","abstract":"

    Read a geometry

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readGeometryWithReader:andFilter:":{"name":"+readGeometryWithReader:andFilter:","abstract":"

    Read a geometry

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readGeometryWithReader:andExpectedType:":{"name":"+readGeometryWithReader:andExpectedType:","abstract":"

    Read a geometry

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readGeometryWithReader:andFilter:andExpectedType:":{"name":"+readGeometryWithReader:andFilter:andExpectedType:","abstract":"

    Read a geometry

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readGeometryWithReader:andFilter:inType:andExpectedType:":{"name":"+readGeometryWithReader:andFilter:inType:andExpectedType:","abstract":"

    Read a geometry

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readGeometryTypeWithReader:":{"name":"+readGeometryTypeWithReader:","abstract":"

    Read the geometry type info

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readPointWithReader:andHasZ:andHasM:":{"name":"+readPointWithReader:andHasZ:andHasM:","abstract":"

    Read a point

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readLineStringWithReader:andHasZ:andHasM:":{"name":"+readLineStringWithReader:andHasZ:andHasM:","abstract":"

    Read a line string

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readLineStringWithReader:andFilter:andHasZ:andHasM:":{"name":"+readLineStringWithReader:andFilter:andHasZ:andHasM:","abstract":"

    Read a line string

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readPolygonWithReader:andHasZ:andHasM:":{"name":"+readPolygonWithReader:andHasZ:andHasM:","abstract":"

    Read a polygon

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readPolygonWithReader:andFilter:andHasZ:andHasM:":{"name":"+readPolygonWithReader:andFilter:andHasZ:andHasM:","abstract":"

    Read a polygon

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readMultiPointWithReader:andHasZ:andHasM:":{"name":"+readMultiPointWithReader:andHasZ:andHasM:","abstract":"

    Read a multi point

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readMultiPointWithReader:andFilter:andHasZ:andHasM:":{"name":"+readMultiPointWithReader:andFilter:andHasZ:andHasM:","abstract":"

    Read a multi point

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readMultiLineStringWithReader:andHasZ:andHasM:":{"name":"+readMultiLineStringWithReader:andHasZ:andHasM:","abstract":"

    Read a multi line string

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readMultiLineStringWithReader:andFilter:andHasZ:andHasM:":{"name":"+readMultiLineStringWithReader:andFilter:andHasZ:andHasM:","abstract":"

    Read a multi line string

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readMultiPolygonWithReader:andHasZ:andHasM:":{"name":"+readMultiPolygonWithReader:andHasZ:andHasM:","abstract":"

    Read a multi polygon

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readMultiPolygonWithReader:andFilter:andHasZ:andHasM:":{"name":"+readMultiPolygonWithReader:andFilter:andHasZ:andHasM:","abstract":"

    Read a multi polygon

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readGeometryCollectionWithReader:andHasZ:andHasM:":{"name":"+readGeometryCollectionWithReader:andHasZ:andHasM:","abstract":"

    Read a geometry collection

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readGeometryCollectionWithReader:andFilter:andHasZ:andHasM:":{"name":"+readGeometryCollectionWithReader:andFilter:andHasZ:andHasM:","abstract":"

    Read a geometry collection

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readCircularStringWithReader:andHasZ:andHasM:":{"name":"+readCircularStringWithReader:andHasZ:andHasM:","abstract":"

    Read a circular string

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readCircularStringWithReader:andFilter:andHasZ:andHasM:":{"name":"+readCircularStringWithReader:andFilter:andHasZ:andHasM:","abstract":"

    Read a circular string

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readCompoundCurveWithReader:andHasZ:andHasM:":{"name":"+readCompoundCurveWithReader:andHasZ:andHasM:","abstract":"

    Read a compound curve

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readCompoundCurveWithReader:andFilter:andHasZ:andHasM:":{"name":"+readCompoundCurveWithReader:andFilter:andHasZ:andHasM:","abstract":"

    Read a compound curve

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readCurvePolygonWithReader:andHasZ:andHasM:":{"name":"+readCurvePolygonWithReader:andHasZ:andHasM:","abstract":"

    Read a curve polygon

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readCurvePolygonWithReader:andFilter:andHasZ:andHasM:":{"name":"+readCurvePolygonWithReader:andFilter:andHasZ:andHasM:","abstract":"

    Read a curve polygon

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readPolyhedralSurfaceWithReader:andHasZ:andHasM:":{"name":"+readPolyhedralSurfaceWithReader:andHasZ:andHasM:","abstract":"

    Read a polyhedral surface

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readPolyhedralSurfaceWithReader:andFilter:andHasZ:andHasM:":{"name":"+readPolyhedralSurfaceWithReader:andFilter:andHasZ:andHasM:","abstract":"

    Read a polyhedral surface

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readTINWithReader:andHasZ:andHasM:":{"name":"+readTINWithReader:andHasZ:andHasM:","abstract":"

    Read a TIN

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readTINWithReader:andFilter:andHasZ:andHasM:":{"name":"+readTINWithReader:andFilter:andHasZ:andHasM:","abstract":"

    Read a TIN

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readTriangleWithReader:andHasZ:andHasM:":{"name":"+readTriangleWithReader:andHasZ:andHasM:","abstract":"

    Read a triangle

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readTriangleWithReader:andFilter:andHasZ:andHasM:":{"name":"+readTriangleWithReader:andFilter:andHasZ:andHasM:","abstract":"

    Read a triangle

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryCodes.html#/c:objc(cs)SFWBGeometryCodes(cm)codeFromGeometry:":{"name":"+codeFromGeometry:","abstract":"

    Get the geometry code from the geometry

    ","parent_name":"SFWBGeometryCodes"},"Classes/SFWBGeometryCodes.html#/c:objc(cs)SFWBGeometryCodes(cm)codeFromGeometryType:":{"name":"+codeFromGeometryType:","abstract":"

    Get the geometry code from the geometry type

    ","parent_name":"SFWBGeometryCodes"},"Classes/SFWBGeometryCodes.html#/c:objc(cs)SFWBGeometryCodes(cm)codeFromGeometryType:andHasZ:andHasM:":{"name":"+codeFromGeometryType:andHasZ:andHasM:","abstract":"

    Get the geometry code from the geometry type

    ","parent_name":"SFWBGeometryCodes"},"Classes/SFWBGeometryCodes.html#/c:objc(cs)SFWBGeometryCodes(cm)wkbCodeFromGeometry:":{"name":"+wkbCodeFromGeometry:","abstract":"

    Get the well-known binary writable geometry code from the geometry

    ","parent_name":"SFWBGeometryCodes"},"Classes/SFWBGeometryCodes.html#/c:objc(cs)SFWBGeometryCodes(cm)wkbGeometryTypeFromGeometry:":{"name":"+wkbGeometryTypeFromGeometry:","abstract":"

    Get the well-known binary writable geometry type from the geometry

    ","parent_name":"SFWBGeometryCodes"},"Classes/SFWBGeometryCodes.html#/c:objc(cs)SFWBGeometryCodes(cm)geometryTypeFromCode:":{"name":"+geometryTypeFromCode:","abstract":"

    Get the Geometry Type from the code

    ","parent_name":"SFWBGeometryCodes"},"Classes/SFWBGeometryCodes.html#/c:objc(cs)SFWBGeometryCodes(cm)hasZFromCode:":{"name":"+hasZFromCode:","abstract":"

    Determine if the geometry code has a Z (3D) value

    ","parent_name":"SFWBGeometryCodes"},"Classes/SFWBGeometryCodes.html#/c:objc(cs)SFWBGeometryCodes(cm)hasMFromCode:":{"name":"+hasMFromCode:","abstract":"

    Determine if the geometry code has a M (linear referencing system) value

    ","parent_name":"SFWBGeometryCodes"},"Classes/SFWBGeometryCodes.html#/c:objc(cs)SFWBGeometryCodes(cm)geometryModeFromCode:":{"name":"+geometryModeFromCode:","abstract":"

    Get the geometry mode from the geometry code. Returns the digit in the","parent_name":"SFWBGeometryCodes"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(py)coordinates":{"name":"coordinates","abstract":"

    Coordinate values: long, lat, altitude, and additional elements such as m

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(cm)positionWithPoint:":{"name":"+positionWithPoint:","abstract":"

    Create

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(cm)positionWithLongitude:andLatitude:":{"name":"+positionWithLongitude:andLatitude:","abstract":"

    Create

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(cm)positionWithLongitudeValue:andLatitudeValue:":{"name":"+positionWithLongitudeValue:andLatitudeValue:","abstract":"

    Create

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(cm)positionWithLongitude:andLatitude:andAltitude:":{"name":"+positionWithLongitude:andLatitude:andAltitude:","abstract":"

    Create

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(cm)positionWithLongitudeValue:andLatitudeValue:andAltitudeValue:":{"name":"+positionWithLongitudeValue:andLatitudeValue:andAltitudeValue:","abstract":"

    Create

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(cm)positionWithLongitude:andLatitude:andAltitude:andAdditional:":{"name":"+positionWithLongitude:andLatitude:andAltitude:andAdditional:","abstract":"

    Create

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(cm)positionWithLongitudeValue:andLatitudeValue:andAltitudeValue:andAdditionalValue:":{"name":"+positionWithLongitudeValue:andLatitudeValue:andAltitudeValue:andAdditionalValue:","abstract":"

    Create

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(cm)positionWithLongitude:andLatitude:andAltitude:andAdditionals:":{"name":"+positionWithLongitude:andLatitude:andAltitude:andAdditionals:","abstract":"

    Create

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(cm)positionWithLongitudeValue:andLatitudeValue:andAltitudeValue:andAdditionals:":{"name":"+positionWithLongitudeValue:andLatitudeValue:andAltitudeValue:andAdditionals:","abstract":"

    Create

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(cm)positionWithCoordinates:":{"name":"+positionWithCoordinates:","abstract":"

    Create

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(im)initWithPoint:":{"name":"-initWithPoint:","abstract":"

    Initialize

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(im)initWithLongitude:andLatitude:":{"name":"-initWithLongitude:andLatitude:","abstract":"

    Initialize

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(im)initWithLongitudeValue:andLatitudeValue:":{"name":"-initWithLongitudeValue:andLatitudeValue:","abstract":"

    Initialize

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(im)initWithLongitude:andLatitude:andAltitude:":{"name":"-initWithLongitude:andLatitude:andAltitude:","abstract":"

    Initialize

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(im)initWithLongitudeValue:andLatitudeValue:andAltitudeValue:":{"name":"-initWithLongitudeValue:andLatitudeValue:andAltitudeValue:","abstract":"

    Initialize

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(im)initWithLongitude:andLatitude:andAltitude:andAdditional:":{"name":"-initWithLongitude:andLatitude:andAltitude:andAdditional:","abstract":"

    Initialize

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(im)initWithLongitudeValue:andLatitudeValue:andAltitudeValue:andAdditionalValue:":{"name":"-initWithLongitudeValue:andLatitudeValue:andAltitudeValue:andAdditionalValue:","abstract":"

    Initialize

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(im)initWithLongitude:andLatitude:andAltitude:andAdditionals:":{"name":"-initWithLongitude:andLatitude:andAltitude:andAdditionals:","abstract":"

    Initialize

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(im)initWithLongitudeValue:andLatitudeValue:andAltitudeValue:andAdditionals:":{"name":"-initWithLongitudeValue:andLatitudeValue:andAltitudeValue:andAdditionals:","abstract":"

    Initialize

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(im)initWithCoordinates:":{"name":"-initWithCoordinates:","abstract":"

    Initialize

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(im)hasAdditionalElements":{"name":"-hasAdditionalElements","abstract":"

    Check if the position has additional elements

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(im)additionalElements":{"name":"-additionalElements","abstract":"

    Get the additional elements

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(im)x":{"name":"-x","abstract":"

    Get the x value

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(im)y":{"name":"-y","abstract":"

    Get the y value

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(im)z":{"name":"-z","abstract":"

    Get the z value

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(im)m":{"name":"-m","abstract":"

    Get the m value

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(im)hasZ":{"name":"-hasZ","abstract":"

    Check if position has a z value

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(im)hasM":{"name":"-hasM","abstract":"

    Check if position has a m value

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(im)toSimplePoint":{"name":"-toSimplePoint","abstract":"

    Convert to simple point

    ","parent_name":"SFGPosition"},"Classes/SFGPolygon.html#/c:objc(cs)SFGPolygon(py)rings":{"name":"rings","abstract":"

    Array of line string rings

    ","parent_name":"SFGPolygon"},"Classes/SFGPolygon.html#/c:objc(cs)SFGPolygon(cm)polygon":{"name":"+polygon","abstract":"

    Create

    ","parent_name":"SFGPolygon"},"Classes/SFGPolygon.html#/c:objc(cs)SFGPolygon(cm)polygonWithCoordinates:":{"name":"+polygonWithCoordinates:","abstract":"

    Create

    ","parent_name":"SFGPolygon"},"Classes/SFGPolygon.html#/c:objc(cs)SFGPolygon(cm)polygonWithRings:":{"name":"+polygonWithRings:","abstract":"

    Create

    ","parent_name":"SFGPolygon"},"Classes/SFGPolygon.html#/c:objc(cs)SFGPolygon(cm)polygonWithPolygon:":{"name":"+polygonWithPolygon:","abstract":"

    Create

    ","parent_name":"SFGPolygon"},"Classes/SFGPolygon.html#/c:objc(cs)SFGPolygon(cm)polygonWithTree:":{"name":"+polygonWithTree:","abstract":"

    Create

    ","parent_name":"SFGPolygon"},"Classes/SFGPolygon.html#/c:objc(cs)SFGPolygon(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFGPolygon"},"Classes/SFGPolygon.html#/c:objc(cs)SFGPolygon(im)initWithCoordinates:":{"name":"-initWithCoordinates:","abstract":"

    Initialize

    ","parent_name":"SFGPolygon"},"Classes/SFGPolygon.html#/c:objc(cs)SFGPolygon(im)initWithRings:":{"name":"-initWithRings:","abstract":"

    Initialize

    ","parent_name":"SFGPolygon"},"Classes/SFGPolygon.html#/c:objc(cs)SFGPolygon(im)initWithPolygon:":{"name":"-initWithPolygon:","abstract":"

    Initialize

    ","parent_name":"SFGPolygon"},"Classes/SFGPolygon.html#/c:objc(cs)SFGPolygon(im)initWithTree:":{"name":"-initWithTree:","abstract":"

    Initialize

    ","parent_name":"SFGPolygon"},"Classes/SFGPolygon.html#/c:objc(cs)SFGPolygon(im)polygon":{"name":"-polygon","abstract":"

    Get the simple polygon

    ","parent_name":"SFGPolygon"},"Classes/SFGPolygon.html#/c:objc(cs)SFGPolygon(im)setPolygon:":{"name":"-setPolygon:","abstract":"

    Set the simple polygon

    ","parent_name":"SFGPolygon"},"Classes/SFGPoint.html#/c:objc(cs)SFGPoint(py)position":{"name":"position","abstract":"

    Position

    ","parent_name":"SFGPoint"},"Classes/SFGPoint.html#/c:objc(cs)SFGPoint(cm)point":{"name":"+point","abstract":"

    Create

    ","parent_name":"SFGPoint"},"Classes/SFGPoint.html#/c:objc(cs)SFGPoint(cm)pointWithCoordinates:":{"name":"+pointWithCoordinates:","abstract":"

    Create

    ","parent_name":"SFGPoint"},"Classes/SFGPoint.html#/c:objc(cs)SFGPoint(cm)pointWithPosition:":{"name":"+pointWithPosition:","abstract":"

    Create

    ","parent_name":"SFGPoint"},"Classes/SFGPoint.html#/c:objc(cs)SFGPoint(cm)pointWithPoint:":{"name":"+pointWithPoint:","abstract":"

    Create

    ","parent_name":"SFGPoint"},"Classes/SFGPoint.html#/c:objc(cs)SFGPoint(cm)pointWithTree:":{"name":"+pointWithTree:","abstract":"

    Create

    ","parent_name":"SFGPoint"},"Classes/SFGPoint.html#/c:objc(cs)SFGPoint(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFGPoint"},"Classes/SFGPoint.html#/c:objc(cs)SFGPoint(im)initWithCoordinates:":{"name":"-initWithCoordinates:","abstract":"

    Initialize

    ","parent_name":"SFGPoint"},"Classes/SFGPoint.html#/c:objc(cs)SFGPoint(im)initWithPosition:":{"name":"-initWithPosition:","abstract":"

    Initialize

    ","parent_name":"SFGPoint"},"Classes/SFGPoint.html#/c:objc(cs)SFGPoint(im)initWithPoint:":{"name":"-initWithPoint:","abstract":"

    Initialize

    ","parent_name":"SFGPoint"},"Classes/SFGPoint.html#/c:objc(cs)SFGPoint(im)initWithTree:":{"name":"-initWithTree:","abstract":"

    Initialize

    ","parent_name":"SFGPoint"},"Classes/SFGPoint.html#/c:objc(cs)SFGPoint(im)point":{"name":"-point","abstract":"

    Get the simple point

    ","parent_name":"SFGPoint"},"Classes/SFGOrderedDictionary.html#/c:objc(cs)SFGOrderedDictionary@dictionary":{"name":"dictionary","abstract":"

    Undocumented

    ","parent_name":"SFGOrderedDictionary"},"Classes/SFGOrderedDictionary.html#/c:objc(cs)SFGOrderedDictionary@array":{"name":"array","abstract":"

    Undocumented

    ","parent_name":"SFGOrderedDictionary"},"Classes/SFGOrderedDictionary.html#/c:objc(cs)SFGOrderedDictionary(im)insertObject:forKey:atIndex:":{"name":"-insertObject:forKey:atIndex:","abstract":"

    Undocumented

    ","parent_name":"SFGOrderedDictionary"},"Classes/SFGOrderedDictionary.html#/c:objc(cs)SFGOrderedDictionary(im)keyAtIndex:":{"name":"-keyAtIndex:","abstract":"

    Undocumented

    ","parent_name":"SFGOrderedDictionary"},"Classes/SFGOrderedDictionary.html#/c:objc(cs)SFGOrderedDictionary(im)reverseKeyEnumerator":{"name":"-reverseKeyEnumerator","abstract":"

    Undocumented

    ","parent_name":"SFGOrderedDictionary"},"Classes/SFGOrderedDictionary.html#/c:objc(cs)SFGOrderedDictionary(im)objectAtIndexedSubscript:":{"name":"-objectAtIndexedSubscript:","abstract":"

    Undocumented

    ","parent_name":"SFGOrderedDictionary"},"Classes/SFGOrderedDictionary.html#/c:objc(cs)SFGOrderedDictionary(im)objectForKeyedSubscript:":{"name":"-objectForKeyedSubscript:","abstract":"

    Undocumented

    ","parent_name":"SFGOrderedDictionary"},"Classes/SFGOrderedDictionary.html#/c:objc(cs)SFGOrderedDictionary(im)setObject:forKeyedSubscript:":{"name":"-setObject:forKeyedSubscript:","abstract":"

    Undocumented

    ","parent_name":"SFGOrderedDictionary"},"Classes/SFGOrderedDictionary.html#/c:objc(cs)SFGOrderedDictionary(im)indexOfKey:":{"name":"-indexOfKey:","abstract":"

    Undocumented

    ","parent_name":"SFGOrderedDictionary"},"Classes/SFGOrderedDictionary.html#/c:objc(cs)SFGOrderedDictionary(im)indexOfKey:inRange:":{"name":"-indexOfKey:inRange:","abstract":"

    Undocumented

    ","parent_name":"SFGOrderedDictionary"},"Classes/SFGOrderedDictionary.html#/c:objc(cs)SFGOrderedDictionary(im)indexOfKeyIdenticalTo:":{"name":"-indexOfKeyIdenticalTo:","abstract":"

    Undocumented

    ","parent_name":"SFGOrderedDictionary"},"Classes/SFGOrderedDictionary.html#/c:objc(cs)SFGOrderedDictionary(im)indexOfKeyIdenticalTo:inRange:":{"name":"-indexOfKeyIdenticalTo:inRange:","abstract":"

    Undocumented

    ","parent_name":"SFGOrderedDictionary"},"Classes/SFGOrderedDictionary.html#/c:objc(cs)SFGOrderedDictionary(im)lastKey":{"name":"-lastKey","abstract":"

    Undocumented

    ","parent_name":"SFGOrderedDictionary"},"Classes/SFGOrderedDictionary.html#/c:objc(cs)SFGOrderedDictionary(im)sortUsingFunction:context:":{"name":"-sortUsingFunction:context:","abstract":"

    Undocumented

    ","parent_name":"SFGOrderedDictionary"},"Classes/SFGOrderedDictionary.html#/c:objc(cs)SFGOrderedDictionary(im)sortUsingSelector:":{"name":"-sortUsingSelector:","abstract":"

    Undocumented

    ","parent_name":"SFGOrderedDictionary"},"Classes/SFGOrderedDictionary.html#/c:objc(cs)SFGOrderedDictionary(im)sortUsingComparator:":{"name":"-sortUsingComparator:","abstract":"

    Undocumented

    ","parent_name":"SFGOrderedDictionary"},"Classes/SFGOrderedDictionary.html#/c:objc(cs)SFGOrderedDictionary(im)sortWithOptions:usingComparator:":{"name":"-sortWithOptions:usingComparator:","abstract":"

    Undocumented

    ","parent_name":"SFGOrderedDictionary"},"Classes/SFGMultiPolygon.html#/c:objc(cs)SFGMultiPolygon(py)polygons":{"name":"polygons","abstract":"

    Array of polygons

    ","parent_name":"SFGMultiPolygon"},"Classes/SFGMultiPolygon.html#/c:objc(cs)SFGMultiPolygon(cm)multiPolygon":{"name":"+multiPolygon","abstract":"

    Create

    ","parent_name":"SFGMultiPolygon"},"Classes/SFGMultiPolygon.html#/c:objc(cs)SFGMultiPolygon(cm)multiPolygonWithCoordinates:":{"name":"+multiPolygonWithCoordinates:","abstract":"

    Create

    ","parent_name":"SFGMultiPolygon"},"Classes/SFGMultiPolygon.html#/c:objc(cs)SFGMultiPolygon(cm)multiPolygonWithPolygons:":{"name":"+multiPolygonWithPolygons:","abstract":"

    Create

    ","parent_name":"SFGMultiPolygon"},"Classes/SFGMultiPolygon.html#/c:objc(cs)SFGMultiPolygon(cm)multiPolygonWithMultiPolygon:":{"name":"+multiPolygonWithMultiPolygon:","abstract":"

    Create

    ","parent_name":"SFGMultiPolygon"},"Classes/SFGMultiPolygon.html#/c:objc(cs)SFGMultiPolygon(cm)multiPolygonWithTree:":{"name":"+multiPolygonWithTree:","abstract":"

    Create

    ","parent_name":"SFGMultiPolygon"},"Classes/SFGMultiPolygon.html#/c:objc(cs)SFGMultiPolygon(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFGMultiPolygon"},"Classes/SFGMultiPolygon.html#/c:objc(cs)SFGMultiPolygon(im)initWithCoordinates:":{"name":"-initWithCoordinates:","abstract":"

    Initialize

    ","parent_name":"SFGMultiPolygon"},"Classes/SFGMultiPolygon.html#/c:objc(cs)SFGMultiPolygon(im)initWithPolygons:":{"name":"-initWithPolygons:","abstract":"

    Initialize

    ","parent_name":"SFGMultiPolygon"},"Classes/SFGMultiPolygon.html#/c:objc(cs)SFGMultiPolygon(im)initWithMultiPolygon:":{"name":"-initWithMultiPolygon:","abstract":"

    Initialize

    ","parent_name":"SFGMultiPolygon"},"Classes/SFGMultiPolygon.html#/c:objc(cs)SFGMultiPolygon(im)initWithTree:":{"name":"-initWithTree:","abstract":"

    Initialize

    ","parent_name":"SFGMultiPolygon"},"Classes/SFGMultiPolygon.html#/c:objc(cs)SFGMultiPolygon(im)multiPolygon":{"name":"-multiPolygon","abstract":"

    Get the simple features multi polygon

    ","parent_name":"SFGMultiPolygon"},"Classes/SFGMultiPolygon.html#/c:objc(cs)SFGMultiPolygon(im)setMultiPolygon:":{"name":"-setMultiPolygon:","abstract":"

    Set the simple features multi polygon

    ","parent_name":"SFGMultiPolygon"},"Classes/SFGMultiPoint.html#/c:objc(cs)SFGMultiPoint(py)points":{"name":"points","abstract":"

    Array of points

    ","parent_name":"SFGMultiPoint"},"Classes/SFGMultiPoint.html#/c:objc(cs)SFGMultiPoint(cm)multiPoint":{"name":"+multiPoint","abstract":"

    Create

    ","parent_name":"SFGMultiPoint"},"Classes/SFGMultiPoint.html#/c:objc(cs)SFGMultiPoint(cm)multiPointWithCoordinates:":{"name":"+multiPointWithCoordinates:","abstract":"

    Create

    ","parent_name":"SFGMultiPoint"},"Classes/SFGMultiPoint.html#/c:objc(cs)SFGMultiPoint(cm)multiPointWithPoints:":{"name":"+multiPointWithPoints:","abstract":"

    Create

    ","parent_name":"SFGMultiPoint"},"Classes/SFGMultiPoint.html#/c:objc(cs)SFGMultiPoint(cm)multiPointWithMultiPoint:":{"name":"+multiPointWithMultiPoint:","abstract":"

    Create

    ","parent_name":"SFGMultiPoint"},"Classes/SFGMultiPoint.html#/c:objc(cs)SFGMultiPoint(cm)multiPointWithTree:":{"name":"+multiPointWithTree:","abstract":"

    Create

    ","parent_name":"SFGMultiPoint"},"Classes/SFGMultiPoint.html#/c:objc(cs)SFGMultiPoint(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFGMultiPoint"},"Classes/SFGMultiPoint.html#/c:objc(cs)SFGMultiPoint(im)initWithCoordinates:":{"name":"-initWithCoordinates:","abstract":"

    Initialize

    ","parent_name":"SFGMultiPoint"},"Classes/SFGMultiPoint.html#/c:objc(cs)SFGMultiPoint(im)initWithPoints:":{"name":"-initWithPoints:","abstract":"

    Initialize

    ","parent_name":"SFGMultiPoint"},"Classes/SFGMultiPoint.html#/c:objc(cs)SFGMultiPoint(im)initWithMultiPoint:":{"name":"-initWithMultiPoint:","abstract":"

    Initialize

    ","parent_name":"SFGMultiPoint"},"Classes/SFGMultiPoint.html#/c:objc(cs)SFGMultiPoint(im)initWithTree:":{"name":"-initWithTree:","abstract":"

    Initialize

    ","parent_name":"SFGMultiPoint"},"Classes/SFGMultiPoint.html#/c:objc(cs)SFGMultiPoint(im)multiPoint":{"name":"-multiPoint","abstract":"

    Get the simple features multi point

    ","parent_name":"SFGMultiPoint"},"Classes/SFGMultiPoint.html#/c:objc(cs)SFGMultiPoint(im)setMultiPoint:":{"name":"-setMultiPoint:","abstract":"

    Set the simple features multi point

    ","parent_name":"SFGMultiPoint"},"Classes/SFGMultiLineString.html#/c:objc(cs)SFGMultiLineString(py)lineStrings":{"name":"lineStrings","abstract":"

    Array of line strings

    ","parent_name":"SFGMultiLineString"},"Classes/SFGMultiLineString.html#/c:objc(cs)SFGMultiLineString(cm)multiLineString":{"name":"+multiLineString","abstract":"

    Create

    ","parent_name":"SFGMultiLineString"},"Classes/SFGMultiLineString.html#/c:objc(cs)SFGMultiLineString(cm)multiLineStringWithCoordinates:":{"name":"+multiLineStringWithCoordinates:","abstract":"

    Create

    ","parent_name":"SFGMultiLineString"},"Classes/SFGMultiLineString.html#/c:objc(cs)SFGMultiLineString(cm)multiLineStringWithLineStrings:":{"name":"+multiLineStringWithLineStrings:","abstract":"

    Create

    ","parent_name":"SFGMultiLineString"},"Classes/SFGMultiLineString.html#/c:objc(cs)SFGMultiLineString(cm)multiLineStringWithMultiLineString:":{"name":"+multiLineStringWithMultiLineString:","abstract":"

    Create

    ","parent_name":"SFGMultiLineString"},"Classes/SFGMultiLineString.html#/c:objc(cs)SFGMultiLineString(cm)multiLineStringWithTree:":{"name":"+multiLineStringWithTree:","abstract":"

    Create

    ","parent_name":"SFGMultiLineString"},"Classes/SFGMultiLineString.html#/c:objc(cs)SFGMultiLineString(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFGMultiLineString"},"Classes/SFGMultiLineString.html#/c:objc(cs)SFGMultiLineString(im)initWithCoordinates:":{"name":"-initWithCoordinates:","abstract":"

    Initialize

    ","parent_name":"SFGMultiLineString"},"Classes/SFGMultiLineString.html#/c:objc(cs)SFGMultiLineString(im)initWithLineStrings:":{"name":"-initWithLineStrings:","abstract":"

    Initialize

    ","parent_name":"SFGMultiLineString"},"Classes/SFGMultiLineString.html#/c:objc(cs)SFGMultiLineString(im)initWithMultiLineString:":{"name":"-initWithMultiLineString:","abstract":"

    Initialize

    ","parent_name":"SFGMultiLineString"},"Classes/SFGMultiLineString.html#/c:objc(cs)SFGMultiLineString(im)initWithTree:":{"name":"-initWithTree:","abstract":"

    Initialize

    ","parent_name":"SFGMultiLineString"},"Classes/SFGMultiLineString.html#/c:objc(cs)SFGMultiLineString(im)multiLineString":{"name":"-multiLineString","abstract":"

    Get the simple features multi line string

    ","parent_name":"SFGMultiLineString"},"Classes/SFGMultiLineString.html#/c:objc(cs)SFGMultiLineString(im)setMultiLineString:":{"name":"-setMultiLineString:","abstract":"

    Set the simple features multi line string

    ","parent_name":"SFGMultiLineString"},"Classes/SFGLineString.html#/c:objc(cs)SFGLineString(py)points":{"name":"points","abstract":"

    Array of points

    ","parent_name":"SFGLineString"},"Classes/SFGLineString.html#/c:objc(cs)SFGLineString(cm)lineString":{"name":"+lineString","abstract":"

    Create

    ","parent_name":"SFGLineString"},"Classes/SFGLineString.html#/c:objc(cs)SFGLineString(cm)lineStringWithCoordinates:":{"name":"+lineStringWithCoordinates:","abstract":"

    Create

    ","parent_name":"SFGLineString"},"Classes/SFGLineString.html#/c:objc(cs)SFGLineString(cm)lineStringWithPoints:":{"name":"+lineStringWithPoints:","abstract":"

    Create

    ","parent_name":"SFGLineString"},"Classes/SFGLineString.html#/c:objc(cs)SFGLineString(cm)lineStringWithLineString:":{"name":"+lineStringWithLineString:","abstract":"

    Create

    ","parent_name":"SFGLineString"},"Classes/SFGLineString.html#/c:objc(cs)SFGLineString(cm)lineStringWithTree:":{"name":"+lineStringWithTree:","abstract":"

    Create

    ","parent_name":"SFGLineString"},"Classes/SFGLineString.html#/c:objc(cs)SFGLineString(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFGLineString"},"Classes/SFGLineString.html#/c:objc(cs)SFGLineString(im)initWithCoordinates:":{"name":"-initWithCoordinates:","abstract":"

    Initialize

    ","parent_name":"SFGLineString"},"Classes/SFGLineString.html#/c:objc(cs)SFGLineString(im)initWithPoints:":{"name":"-initWithPoints:","abstract":"

    Initialize

    ","parent_name":"SFGLineString"},"Classes/SFGLineString.html#/c:objc(cs)SFGLineString(im)initWithLineString:":{"name":"-initWithLineString:","abstract":"

    Initialize

    ","parent_name":"SFGLineString"},"Classes/SFGLineString.html#/c:objc(cs)SFGLineString(im)initWithTree:":{"name":"-initWithTree:","abstract":"

    Initialize

    ","parent_name":"SFGLineString"},"Classes/SFGLineString.html#/c:objc(cs)SFGLineString(im)lineString":{"name":"-lineString","abstract":"

    Get the simple features line string

    ","parent_name":"SFGLineString"},"Classes/SFGLineString.html#/c:objc(cs)SFGLineString(im)setLineString:":{"name":"-setLineString:","abstract":"

    Set the simple features line string

    ","parent_name":"SFGLineString"},"Classes/SFGGeometryTypes.html#/c:objc(cs)SFGGeometryTypes(im)type":{"name":"-type","abstract":"

    Get the type

    ","parent_name":"SFGGeometryTypes"},"Classes/SFGGeometryTypes.html#/c:objc(cs)SFGGeometryTypes(im)simpleType":{"name":"-simpleType","abstract":"

    Get the simple geometry type

    ","parent_name":"SFGGeometryTypes"},"Classes/SFGGeometryTypes.html#/c:objc(cs)SFGGeometryTypes(im)name":{"name":"-name","abstract":"

    Get the name

    ","parent_name":"SFGGeometryTypes"},"Classes/SFGGeometryTypes.html#/c:objc(cs)SFGGeometryTypes(cm)type:":{"name":"+type:","abstract":"

    Get the geometry type

    ","parent_name":"SFGGeometryTypes"},"Classes/SFGGeometryTypes.html#/c:objc(cs)SFGGeometryTypes(cm)name:":{"name":"+name:","abstract":"

    Get the geometry name

    ","parent_name":"SFGGeometryTypes"},"Classes/SFGGeometryTypes.html#/c:objc(cs)SFGGeometryTypes(cm)fromName:":{"name":"+fromName:","abstract":"

    Get the geometry type of the name

    ","parent_name":"SFGGeometryTypes"},"Classes/SFGGeometryCollection.html#/c:objc(cs)SFGGeometryCollection(py)geometries":{"name":"geometries","abstract":"

    Array of geometries

    ","parent_name":"SFGGeometryCollection"},"Classes/SFGGeometryCollection.html#/c:objc(cs)SFGGeometryCollection(cm)geometryCollection":{"name":"+geometryCollection","abstract":"

    Create

    ","parent_name":"SFGGeometryCollection"},"Classes/SFGGeometryCollection.html#/c:objc(cs)SFGGeometryCollection(cm)geometryCollectionWithGeometries:":{"name":"+geometryCollectionWithGeometries:","abstract":"

    Create

    ","parent_name":"SFGGeometryCollection"},"Classes/SFGGeometryCollection.html#/c:objc(cs)SFGGeometryCollection(cm)geometryCollectionWithCoordinates:":{"name":"+geometryCollectionWithCoordinates:","abstract":"

    Create

    ","parent_name":"SFGGeometryCollection"},"Classes/SFGGeometryCollection.html#/c:objc(cs)SFGGeometryCollection(cm)geometryCollectionWithGeometryCollection:":{"name":"+geometryCollectionWithGeometryCollection:","abstract":"

    Create

    ","parent_name":"SFGGeometryCollection"},"Classes/SFGGeometryCollection.html#/c:objc(cs)SFGGeometryCollection(cm)geometryCollectionWithTree:":{"name":"+geometryCollectionWithTree:","abstract":"

    Create

    ","parent_name":"SFGGeometryCollection"},"Classes/SFGGeometryCollection.html#/c:objc(cs)SFGGeometryCollection(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFGGeometryCollection"},"Classes/SFGGeometryCollection.html#/c:objc(cs)SFGGeometryCollection(im)initWithGeometries:":{"name":"-initWithGeometries:","abstract":"

    Initialize

    ","parent_name":"SFGGeometryCollection"},"Classes/SFGGeometryCollection.html#/c:objc(cs)SFGGeometryCollection(im)initWithCoordinates:":{"name":"-initWithCoordinates:","abstract":"

    Initialize

    ","parent_name":"SFGGeometryCollection"},"Classes/SFGGeometryCollection.html#/c:objc(cs)SFGGeometryCollection(im)initWithGeometryCollection:":{"name":"-initWithGeometryCollection:","abstract":"

    Initialize

    ","parent_name":"SFGGeometryCollection"},"Classes/SFGGeometryCollection.html#/c:objc(cs)SFGGeometryCollection(im)initWithTree:":{"name":"-initWithTree:","abstract":"

    Initialize

    ","parent_name":"SFGGeometryCollection"},"Classes/SFGGeometryCollection.html#/c:objc(cs)SFGGeometryCollection(im)geometryCollection":{"name":"-geometryCollection","abstract":"

    Get the simple features geometry collection

    ","parent_name":"SFGGeometryCollection"},"Classes/SFGGeometryCollection.html#/c:objc(cs)SFGGeometryCollection(im)setGeometryCollection:":{"name":"-setGeometryCollection:","abstract":"

    Set the simple features geometry collection

    ","parent_name":"SFGGeometryCollection"},"Classes/SFGGeometryCollection.html#/c:objc(cs)SFGGeometryCollection(cm)geometriesFromGeometryCollection:":{"name":"+geometriesFromGeometryCollection:","abstract":"

    Get geometries from a geometry collection

    ","parent_name":"SFGGeometryCollection"},"Classes/SFGGeometryCollection.html#/c:objc(cs)SFGGeometryCollection(cm)geometryCollectionFromGeometries:":{"name":"+geometryCollectionFromGeometries:","abstract":"

    Get a geometry collection from geometries

    ","parent_name":"SFGGeometryCollection"},"Classes/SFGGeometryCollection.html#/c:objc(cs)SFGGeometryCollection(cm)treeGeometries:":{"name":"+treeGeometries:","abstract":"

    Get the JSON object geometries from the JSON tree

    ","parent_name":"SFGGeometryCollection"},"Classes/SFGGeometry.html#/c:objc(cs)SFGGeometry(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFGGeometry"},"Classes/SFGGeometry.html#/c:objc(cs)SFGGeometry(im)initWithCoordinates:":{"name":"-initWithCoordinates:","abstract":"

    Initialize

    ","parent_name":"SFGGeometry"},"Classes/SFGGeometry.html#/c:objc(cs)SFGGeometry(im)initWithTree:":{"name":"-initWithTree:","abstract":"

    Initialize

    ","parent_name":"SFGGeometry"},"Classes/SFGGeometry.html#/c:objc(cs)SFGGeometry(im)geometryType":{"name":"-geometryType","abstract":"

    Get the geometry type

    ","parent_name":"SFGGeometry"},"Classes/SFGGeometry.html#/c:objc(cs)SFGGeometry(im)geometry":{"name":"-geometry","abstract":"

    Get the simple geometry

    ","parent_name":"SFGGeometry"},"Classes/SFGGeometry.html#/c:objc(cs)SFGGeometry(im)coordinates":{"name":"-coordinates","abstract":"

    Get the JSON object coordinates

    ","parent_name":"SFGGeometry"},"Classes/SFGGeometry.html#/c:objc(cs)SFGGeometry(im)setCoordinates:":{"name":"-setCoordinates:","abstract":"

    Set the coordinates

    ","parent_name":"SFGGeometry"},"Classes/SFGGeometry.html#/c:objc(cs)SFGGeometry(cm)treeCoordinates:":{"name":"+treeCoordinates:","abstract":"

    Get the JSON object coordinates from the JSON tree

    ","parent_name":"SFGGeometry"},"Classes/SFGGeoJSONObject.html#/c:objc(cs)SFGGeoJSONObject(py)bbox":{"name":"bbox","abstract":"

    Bounding box

    ","parent_name":"SFGGeoJSONObject"},"Classes/SFGGeoJSONObject.html#/c:objc(cs)SFGGeoJSONObject(py)foreignMembers":{"name":"foreignMembers","abstract":"

    Foreign members

    ","parent_name":"SFGGeoJSONObject"},"Classes/SFGGeoJSONObject.html#/c:objc(cs)SFGGeoJSONObject(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFGGeoJSONObject"},"Classes/SFGGeoJSONObject.html#/c:objc(cs)SFGGeoJSONObject(im)initWithTree:":{"name":"-initWithTree:","abstract":"

    Initialize

    ","parent_name":"SFGGeoJSONObject"},"Classes/SFGGeoJSONObject.html#/c:objc(cs)SFGGeoJSONObject(im)type":{"name":"-type","abstract":"

    Get the GeoJSON object type

    ","parent_name":"SFGGeoJSONObject"},"Classes/SFGGeoJSONObject.html#/c:objc(cs)SFGGeoJSONObject(im)toTree":{"name":"-toTree","abstract":"

    Convert to a JSON tree

    ","parent_name":"SFGGeoJSONObject"},"Classes/SFGGeoJSONObject.html#/c:objc(cs)SFGGeoJSONObject(im)fromTree:":{"name":"-fromTree:","abstract":"

    Set from a JSON tree

    ","parent_name":"SFGGeoJSONObject"},"Classes/SFGGeoJSONObject.html#/c:objc(cs)SFGGeoJSONObject(im)keys":{"name":"-keys","abstract":"

    Get the JSON keys

    ","parent_name":"SFGGeoJSONObject"},"Classes/SFGGeoJSONObject.html#/c:objc(cs)SFGGeoJSONObject(cm)treeType:":{"name":"+treeType:","abstract":"

    Get the type of the JSON tree

    ","parent_name":"SFGGeoJSONObject"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)jsonToFeature:":{"name":"+jsonToFeature:","abstract":"

    Convert the JSON string to a feature

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)treeToFeature:":{"name":"+treeToFeature:","abstract":"

    Convert the JSON tree to a feature

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)simpleGeometryToFeature:":{"name":"+simpleGeometryToFeature:","abstract":"

    Convert a simple geometry to a feature

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)jsonToFeatureCollection:":{"name":"+jsonToFeatureCollection:","abstract":"

    Convert the JSON string to a feature collection

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)treeToFeatureCollection:":{"name":"+treeToFeatureCollection:","abstract":"

    Convert the JSON tree to a feature collection

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)simpleGeometryToFeatureCollection:":{"name":"+simpleGeometryToFeatureCollection:","abstract":"

    Convert a simple geometry to a feature collection

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)simpleGeometriesToFeatureCollection:":{"name":"+simpleGeometriesToFeatureCollection:","abstract":"

    Convert simple geometries to a feature collection

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)jsonToObject:":{"name":"+jsonToObject:","abstract":"

    Convert the string content to a GeoJSON object

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)treeToObject:":{"name":"+treeToObject:","abstract":"

    Convert the JSON tree to a GeoJSON Object

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)objectToJSON:":{"name":"+objectToJSON:","abstract":"

    Convert the object to a JSON value

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)simpleGeometryToJSON:":{"name":"+simpleGeometryToJSON:","abstract":"

    Convert the simple geometry to a JSON value

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)treeToJSON:":{"name":"+treeToJSON:","abstract":"

    Convert the JSON tree to a JSON string

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)objectToMutableTree:":{"name":"+objectToMutableTree:","abstract":"

    Convert the GeoJSON object to a mutable tree

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)objectToTree:":{"name":"+objectToTree:","abstract":"

    Convert the GeoJSON object to a tree

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)jsonToMutableTree:":{"name":"+jsonToMutableTree:","abstract":"

    Convert the JSON string to a mutable JSON tree

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)jsonToTree:":{"name":"+jsonToTree:","abstract":"

    Convert the JSON string to a JSON tree

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)simpleGeometryToMutableTree:":{"name":"+simpleGeometryToMutableTree:","abstract":"

    Convert the simple geometry to a mutable tree

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)simpleGeometryToTree:":{"name":"+simpleGeometryToTree:","abstract":"

    Convert the simple geometry to a tree

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)jsonToGeometry:":{"name":"+jsonToGeometry:","abstract":"

    Convert the JSON string to a geometry

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)treeToGeometry:":{"name":"+treeToGeometry:","abstract":"

    Convert the JSON tree to a geometry

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)simpleGeometryToGeometry:":{"name":"+simpleGeometryToGeometry:","abstract":"

    Convert the simple geometry to a geometry

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)treeToPoint:":{"name":"+treeToPoint:","abstract":"

    Convert the JSON tree to a point

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)treeToLineString:":{"name":"+treeToLineString:","abstract":"

    Convert the JSON tree to a line string

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)treeToPolygon:":{"name":"+treeToPolygon:","abstract":"

    Convert the JSON tree to a polygon

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)treeToMultiPoint:":{"name":"+treeToMultiPoint:","abstract":"

    Convert the JSON tree to a multi point

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)treeToMultiLineString:":{"name":"+treeToMultiLineString:","abstract":"

    Convert the JSON tree to a multi line string

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)treeToMultiPolygon:":{"name":"+treeToMultiPolygon:","abstract":"

    Convert the JSON tree to a multi polygon

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)treeToGeometryCollection:":{"name":"+treeToGeometryCollection:","abstract":"

    Convert the JSON tree to a geometry collection

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureCollection.html#/c:objc(cs)SFGFeatureCollection(py)features":{"name":"features","abstract":"

    Collection of features

    ","parent_name":"SFGFeatureCollection"},"Classes/SFGFeatureCollection.html#/c:objc(cs)SFGFeatureCollection(cm)featureCollection":{"name":"+featureCollection","abstract":"

    Create

    ","parent_name":"SFGFeatureCollection"},"Classes/SFGFeatureCollection.html#/c:objc(cs)SFGFeatureCollection(cm)featureCollectionWithFeature:":{"name":"+featureCollectionWithFeature:","abstract":"

    Create

    ","parent_name":"SFGFeatureCollection"},"Classes/SFGFeatureCollection.html#/c:objc(cs)SFGFeatureCollection(cm)featureCollectionWithFeatures:":{"name":"+featureCollectionWithFeatures:","abstract":"

    Create

    ","parent_name":"SFGFeatureCollection"},"Classes/SFGFeatureCollection.html#/c:objc(cs)SFGFeatureCollection(cm)featureCollectionWithTree:":{"name":"+featureCollectionWithTree:","abstract":"

    Create

    ","parent_name":"SFGFeatureCollection"},"Classes/SFGFeatureCollection.html#/c:objc(cs)SFGFeatureCollection(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFGFeatureCollection"},"Classes/SFGFeatureCollection.html#/c:objc(cs)SFGFeatureCollection(im)initWithFeature:":{"name":"-initWithFeature:","abstract":"

    Initialize

    ","parent_name":"SFGFeatureCollection"},"Classes/SFGFeatureCollection.html#/c:objc(cs)SFGFeatureCollection(im)initWithFeatures:":{"name":"-initWithFeatures:","abstract":"

    Initialize

    ","parent_name":"SFGFeatureCollection"},"Classes/SFGFeatureCollection.html#/c:objc(cs)SFGFeatureCollection(im)initWithTree:":{"name":"-initWithTree:","abstract":"

    Initialize

    ","parent_name":"SFGFeatureCollection"},"Classes/SFGFeatureCollection.html#/c:objc(cs)SFGFeatureCollection(im)addFeature:":{"name":"-addFeature:","abstract":"

    Add a feature

    ","parent_name":"SFGFeatureCollection"},"Classes/SFGFeatureCollection.html#/c:objc(cs)SFGFeatureCollection(im)addFeatures:":{"name":"-addFeatures:","abstract":"

    Add the features

    ","parent_name":"SFGFeatureCollection"},"Classes/SFGFeatureCollection.html#/c:objc(cs)SFGFeatureCollection(im)numFeatures":{"name":"-numFeatures","abstract":"

    Get the number of features

    ","parent_name":"SFGFeatureCollection"},"Classes/SFGFeatureCollection.html#/c:objc(cs)SFGFeatureCollection(im)featureAtIndex:":{"name":"-featureAtIndex:","abstract":"

    Get the feature at the index

    ","parent_name":"SFGFeatureCollection"},"Classes/SFGFeatureCollection.html#/c:objc(cs)SFGFeatureCollection(im)geometryType":{"name":"-geometryType","abstract":"

    Get the geometry type

    ","parent_name":"SFGFeatureCollection"},"Classes/SFGFeatureCollection.html#/c:objc(cs)SFGFeatureCollection(im)properties":{"name":"-properties","abstract":"

    Get the combined properties from all features

    ","parent_name":"SFGFeatureCollection"},"Classes/SFGFeature.html#/c:objc(cs)SFGFeature(py)id":{"name":"id","abstract":"

    Feature id

    ","parent_name":"SFGFeature"},"Classes/SFGFeature.html#/c:objc(cs)SFGFeature(py)geometry":{"name":"geometry","abstract":"

    Geometry

    ","parent_name":"SFGFeature"},"Classes/SFGFeature.html#/c:objc(cs)SFGFeature(py)properties":{"name":"properties","abstract":"

    Properties dictionary

    ","parent_name":"SFGFeature"},"Classes/SFGFeature.html#/c:objc(cs)SFGFeature(cm)feature":{"name":"+feature","abstract":"

    Create

    ","parent_name":"SFGFeature"},"Classes/SFGFeature.html#/c:objc(cs)SFGFeature(cm)featureWithGeometry:":{"name":"+featureWithGeometry:","abstract":"

    Create

    ","parent_name":"SFGFeature"},"Classes/SFGFeature.html#/c:objc(cs)SFGFeature(cm)featureWithTree:":{"name":"+featureWithTree:","abstract":"

    Create

    ","parent_name":"SFGFeature"},"Classes/SFGFeature.html#/c:objc(cs)SFGFeature(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFGFeature"},"Classes/SFGFeature.html#/c:objc(cs)SFGFeature(im)initWithGeometry:":{"name":"-initWithGeometry:","abstract":"

    Initialize

    ","parent_name":"SFGFeature"},"Classes/SFGFeature.html#/c:objc(cs)SFGFeature(im)initWithTree:":{"name":"-initWithTree:","abstract":"

    Initialize

    ","parent_name":"SFGFeature"},"Classes/SFGFeature.html#/c:objc(cs)SFGFeature(im)simpleGeometry":{"name":"-simpleGeometry","abstract":"

    Get the simple feature geometry

    ","parent_name":"SFGFeature"},"Classes/SFGFeature.html#/c:objc(cs)SFGFeature(im)geometryType":{"name":"-geometryType","abstract":"

    Get the geometry type

    ","parent_name":"SFGFeature"},"Classes/OAFTemporal.html#/c:objc(cs)OAFTemporal(py)interval":{"name":"interval","abstract":"

    Begin and end times of the time interval. The timestamps are in the","parent_name":"OAFTemporal"},"Classes/OAFTemporal.html#/c:objc(cs)OAFTemporal(py)trs":{"name":"trs","abstract":"

    Coordinate reference system of the coordinates in the temporal extent","parent_name":"OAFTemporal"},"Classes/OAFTemporal.html#/c:objc(cs)OAFTemporal(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"OAFTemporal"},"Classes/OAFTemporal.html#/c:objc(cs)OAFTemporal(im)initWithTree:":{"name":"-initWithTree:","abstract":"

    Initialize

    ","parent_name":"OAFTemporal"},"Classes/OAFSpatial.html#/c:objc(cs)OAFSpatial(py)bbox":{"name":"bbox","abstract":"

    West, south, east, north edges of the bounding box. The coordinates are","parent_name":"OAFSpatial"},"Classes/OAFSpatial.html#/c:objc(cs)OAFSpatial(py)crs":{"name":"crs","abstract":"

    Coordinate reference system of the coordinates in the spatial extent","parent_name":"OAFSpatial"},"Classes/OAFSpatial.html#/c:objc(cs)OAFSpatial(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"OAFSpatial"},"Classes/OAFSpatial.html#/c:objc(cs)OAFSpatial(im)initWithTree:":{"name":"-initWithTree:","abstract":"

    Initialize

    ","parent_name":"OAFSpatial"},"Classes/OAFLink.html#/c:objc(cs)OAFLink(py)href":{"name":"href","abstract":"

    href

    ","parent_name":"OAFLink"},"Classes/OAFLink.html#/c:objc(cs)OAFLink(py)rel":{"name":"rel","abstract":"

    rel

    ","parent_name":"OAFLink"},"Classes/OAFLink.html#/c:objc(cs)OAFLink(py)type":{"name":"type","abstract":"

    type

    ","parent_name":"OAFLink"},"Classes/OAFLink.html#/c:objc(cs)OAFLink(py)hreflang":{"name":"hreflang","abstract":"

    hreflang

    ","parent_name":"OAFLink"},"Classes/OAFLink.html#/c:objc(cs)OAFLink(py)title":{"name":"title","abstract":"

    title

    ","parent_name":"OAFLink"},"Classes/OAFLink.html#/c:objc(cs)OAFLink(py)length":{"name":"length","abstract":"

    length

    ","parent_name":"OAFLink"},"Classes/OAFLink.html#/c:objc(cs)OAFLink(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"OAFLink"},"Classes/OAFLink.html#/c:objc(cs)OAFLink(im)initWithHref:":{"name":"-initWithHref:","abstract":"

    Initialize

    ","parent_name":"OAFLink"},"Classes/OAFLink.html#/c:objc(cs)OAFLink(im)initWithTree:":{"name":"-initWithTree:","abstract":"

    Initialize

    ","parent_name":"OAFLink"},"Classes/OAFFeaturesObject.html#/c:objc(cs)OAFFeaturesObject(py)foreignMembers":{"name":"foreignMembers","abstract":"

    Foreign members

    ","parent_name":"OAFFeaturesObject"},"Classes/OAFFeaturesObject.html#/c:objc(cs)OAFFeaturesObject(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"OAFFeaturesObject"},"Classes/OAFFeaturesObject.html#/c:objc(cs)OAFFeaturesObject(im)initWithTree:":{"name":"-initWithTree:","abstract":"

    Initialize

    ","parent_name":"OAFFeaturesObject"},"Classes/OAFFeaturesObject.html#/c:objc(cs)OAFFeaturesObject(im)toTree":{"name":"-toTree","abstract":"

    Convert to a JSON tree

    ","parent_name":"OAFFeaturesObject"},"Classes/OAFFeaturesObject.html#/c:objc(cs)OAFFeaturesObject(im)fromTree:":{"name":"-fromTree:","abstract":"

    Set from a JSON tree

    ","parent_name":"OAFFeaturesObject"},"Classes/OAFFeaturesObject.html#/c:objc(cs)OAFFeaturesObject(im)keys":{"name":"-keys","abstract":"

    Get the JSON keys

    ","parent_name":"OAFFeaturesObject"},"Classes/OAFFeaturesConverter.html#/c:objc(cs)OAFFeaturesConverter(cm)jsonToCollections:":{"name":"+jsonToCollections:","abstract":"

    Convert the JSON string to a collections

    ","parent_name":"OAFFeaturesConverter"},"Classes/OAFFeaturesConverter.html#/c:objc(cs)OAFFeaturesConverter(cm)treeToCollections:":{"name":"+treeToCollections:","abstract":"

    Convert the JSON tree to a collections

    ","parent_name":"OAFFeaturesConverter"},"Classes/OAFFeaturesConverter.html#/c:objc(cs)OAFFeaturesConverter(cm)jsonToCollection:":{"name":"+jsonToCollection:","abstract":"

    Convert the JSON string to a collection

    ","parent_name":"OAFFeaturesConverter"},"Classes/OAFFeaturesConverter.html#/c:objc(cs)OAFFeaturesConverter(cm)treeToCollection:":{"name":"+treeToCollection:","abstract":"

    Convert the JSON tree to a collection

    ","parent_name":"OAFFeaturesConverter"},"Classes/OAFFeaturesConverter.html#/c:objc(cs)OAFFeaturesConverter(cm)jsonToFeatureCollection:":{"name":"+jsonToFeatureCollection:","abstract":"

    Convert the JSON string to a feature collection

    ","parent_name":"OAFFeaturesConverter"},"Classes/OAFFeaturesConverter.html#/c:objc(cs)OAFFeaturesConverter(cm)treeToFeatureCollection:":{"name":"+treeToFeatureCollection:","abstract":"

    Convert the JSON tree to a feature collection

    ","parent_name":"OAFFeaturesConverter"},"Classes/OAFFeaturesConverter.html#/c:objc(cs)OAFFeaturesConverter(cm)simpleGeometryToFeatureCollection:":{"name":"+simpleGeometryToFeatureCollection:","abstract":"

    Convert a simple geometry to a feature collection

    ","parent_name":"OAFFeaturesConverter"},"Classes/OAFFeaturesConverter.html#/c:objc(cs)OAFFeaturesConverter(cm)simpleGeometriesToFeatureCollection:":{"name":"+simpleGeometriesToFeatureCollection:","abstract":"

    Convert simple geometries to a feature collection

    ","parent_name":"OAFFeaturesConverter"},"Classes/OAFFeaturesConverter.html#/c:objc(cs)OAFFeaturesConverter(cm)jsonToLink:":{"name":"+jsonToLink:","abstract":"

    Convert the JSON string to a link

    ","parent_name":"OAFFeaturesConverter"},"Classes/OAFFeaturesConverter.html#/c:objc(cs)OAFFeaturesConverter(cm)treeToLink:":{"name":"+treeToLink:","abstract":"

    Convert the JSON tree to a link

    ","parent_name":"OAFFeaturesConverter"},"Classes/OAFFeaturesConverter.html#/c:objc(cs)OAFFeaturesConverter(cm)jsonToSpatial:":{"name":"+jsonToSpatial:","abstract":"

    Convert the JSON string to a spatial

    ","parent_name":"OAFFeaturesConverter"},"Classes/OAFFeaturesConverter.html#/c:objc(cs)OAFFeaturesConverter(cm)treeToSpatial:":{"name":"+treeToSpatial:","abstract":"

    Convert the JSON tree to a spatial

    ","parent_name":"OAFFeaturesConverter"},"Classes/OAFFeaturesConverter.html#/c:objc(cs)OAFFeaturesConverter(cm)jsonToTemporal:":{"name":"+jsonToTemporal:","abstract":"

    Convert the JSON string to a temporal

    ","parent_name":"OAFFeaturesConverter"},"Classes/OAFFeaturesConverter.html#/c:objc(cs)OAFFeaturesConverter(cm)treeToTemporal:":{"name":"+treeToTemporal:","abstract":"

    Convert the JSON tree to a temporal

    ","parent_name":"OAFFeaturesConverter"},"Classes/OAFFeaturesConverter.html#/c:objc(cs)OAFFeaturesConverter(cm)jsonToExtent:":{"name":"+jsonToExtent:","abstract":"

    Convert the JSON string to an extent

    ","parent_name":"OAFFeaturesConverter"},"Classes/OAFFeaturesConverter.html#/c:objc(cs)OAFFeaturesConverter(cm)treeToExtent:":{"name":"+treeToExtent:","abstract":"

    Convert the JSON tree to an extent

    ","parent_name":"OAFFeaturesConverter"},"Classes/OAFFeaturesConverter.html#/c:objc(cs)OAFFeaturesConverter(cm)objectToJSON:":{"name":"+objectToJSON:","abstract":"

    Convert the object to a JSON value

    ","parent_name":"OAFFeaturesConverter"},"Classes/OAFFeaturesConverter.html#/c:objc(cs)OAFFeaturesConverter(cm)objectToMutableTree:":{"name":"+objectToMutableTree:","abstract":"

    Convert the Features object to a mutable tree

    ","parent_name":"OAFFeaturesConverter"},"Classes/OAFFeaturesConverter.html#/c:objc(cs)OAFFeaturesConverter(cm)objectToTree:":{"name":"+objectToTree:","abstract":"

    Convert the Features object to a tree

    ","parent_name":"OAFFeaturesConverter"},"Classes/OAFFeatureCollection.html#/c:objc(cs)OAFFeatureCollection(py)featureCollection":{"name":"featureCollection","abstract":"

    Feature collection

    ","parent_name":"OAFFeatureCollection"},"Classes/OAFFeatureCollection.html#/c:objc(cs)OAFFeatureCollection(py)links":{"name":"links","abstract":"

    Links

    ","parent_name":"OAFFeatureCollection"},"Classes/OAFFeatureCollection.html#/c:objc(cs)OAFFeatureCollection(py)timeStamp":{"name":"timeStamp","abstract":"

    Time Stamp

    ","parent_name":"OAFFeatureCollection"},"Classes/OAFFeatureCollection.html#/c:objc(cs)OAFFeatureCollection(py)numberMatched":{"name":"numberMatched","abstract":"

    Number Matched

    ","parent_name":"OAFFeatureCollection"},"Classes/OAFFeatureCollection.html#/c:objc(cs)OAFFeatureCollection(py)numberReturned":{"name":"numberReturned","abstract":"

    Number Returned

    ","parent_name":"OAFFeatureCollection"},"Classes/OAFFeatureCollection.html#/c:objc(cs)OAFFeatureCollection(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"OAFFeatureCollection"},"Classes/OAFFeatureCollection.html#/c:objc(cs)OAFFeatureCollection(im)initWithFeatureCollection:":{"name":"-initWithFeatureCollection:","abstract":"

    Initialize

    ","parent_name":"OAFFeatureCollection"},"Classes/OAFFeatureCollection.html#/c:objc(cs)OAFFeatureCollection(im)initWithTree:":{"name":"-initWithTree:","abstract":"

    Initialize

    ","parent_name":"OAFFeatureCollection"},"Classes/OAFFeatureCollection.html#/c:objc(cs)OAFFeatureCollection(im)relationLinks":{"name":"-relationLinks","abstract":"

    Get a mapping between link relations and links

    ","parent_name":"OAFFeatureCollection"},"Classes/OAFExtent.html#/c:objc(cs)OAFExtent(py)spatial":{"name":"spatial","abstract":"

    The spatial extent of the features in the collection.

    ","parent_name":"OAFExtent"},"Classes/OAFExtent.html#/c:objc(cs)OAFExtent(py)temporal":{"name":"temporal","abstract":"

    The temporal extent of the features in the collection.

    ","parent_name":"OAFExtent"},"Classes/OAFExtent.html#/c:objc(cs)OAFExtent(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"OAFExtent"},"Classes/OAFExtent.html#/c:objc(cs)OAFExtent(im)initWithTree:":{"name":"-initWithTree:","abstract":"

    Initialize

    ","parent_name":"OAFExtent"},"Classes/OAFCrs.html#/c:objc(cs)OAFCrs(py)authority":{"name":"authority","abstract":"

    CRS Authority

    ","parent_name":"OAFCrs"},"Classes/OAFCrs.html#/c:objc(cs)OAFCrs(py)version":{"name":"version","abstract":"

    CRS Version

    ","parent_name":"OAFCrs"},"Classes/OAFCrs.html#/c:objc(cs)OAFCrs(py)code":{"name":"code","abstract":"

    CRS Code

    ","parent_name":"OAFCrs"},"Classes/OAFCrs.html#/c:objc(cs)OAFCrs(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"OAFCrs"},"Classes/OAFCrs.html#/c:objc(cs)OAFCrs(im)initWithCrs:":{"name":"-initWithCrs:","abstract":"

    Initialize

    ","parent_name":"OAFCrs"},"Classes/OAFCrs.html#/c:objc(cs)OAFCrs(im)initWithAuthority:andVersion:andCode:":{"name":"-initWithAuthority:andVersion:andCode:","abstract":"

    Initialize

    ","parent_name":"OAFCrs"},"Classes/OAFCrs.html#/c:objc(cs)OAFCrs(im)setCrs:":{"name":"-setCrs:","abstract":"

    Set the CRS

    ","parent_name":"OAFCrs"},"Classes/OAFCrs.html#/c:objc(cs)OAFCrs(im)isValid":{"name":"-isValid","abstract":"

    Determine if all parts of the CRS are set

    ","parent_name":"OAFCrs"},"Classes/OAFCollections.html#/c:objc(cs)OAFCollections(py)links":{"name":"links","abstract":"

    Collection of links

    ","parent_name":"OAFCollections"},"Classes/OAFCollections.html#/c:objc(cs)OAFCollections(py)collections":{"name":"collections","abstract":"

    Collection of collections

    ","parent_name":"OAFCollections"},"Classes/OAFCollections.html#/c:objc(cs)OAFCollections(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"OAFCollections"},"Classes/OAFCollections.html#/c:objc(cs)OAFCollections(im)initWithTree:":{"name":"-initWithTree:","abstract":"

    Initialize

    ","parent_name":"OAFCollections"},"Classes/OAFCollections.html#/c:objc(cs)OAFCollections(im)addLink:":{"name":"-addLink:","abstract":"

    Add a link

    ","parent_name":"OAFCollections"},"Classes/OAFCollections.html#/c:objc(cs)OAFCollections(im)addCollection:":{"name":"-addCollection:","abstract":"

    Add a collection

    ","parent_name":"OAFCollections"},"Classes/OAFCollection.html#/c:objc(cs)OAFCollection(py)id":{"name":"id","abstract":"

    Identifier of the collection used

    ","parent_name":"OAFCollection"},"Classes/OAFCollection.html#/c:objc(cs)OAFCollection(py)title":{"name":"title","abstract":"

    Human readable title of the collection

    ","parent_name":"OAFCollection"},"Classes/OAFCollection.html#/c:objc(cs)OAFCollection(py)theDescription":{"name":"theDescription","abstract":"

    A description of the features in the collection

    ","parent_name":"OAFCollection"},"Classes/OAFCollection.html#/c:objc(cs)OAFCollection(py)links":{"name":"links","abstract":"

    Collection of links

    ","parent_name":"OAFCollection"},"Classes/OAFCollection.html#/c:objc(cs)OAFCollection(py)extent":{"name":"extent","abstract":"

    Extent

    ","parent_name":"OAFCollection"},"Classes/OAFCollection.html#/c:objc(cs)OAFCollection(py)crs":{"name":"crs","abstract":"

    The list of coordinate reference systems supported by the service; the","parent_name":"OAFCollection"},"Classes/OAFCollection.html#/c:objc(cs)OAFCollection(py)itemType":{"name":"itemType","abstract":"

    Indicator about the type of the items in the collection (the default","parent_name":"OAFCollection"},"Classes/OAFCollection.html#/c:objc(cs)OAFCollection(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"OAFCollection"},"Classes/OAFCollection.html#/c:objc(cs)OAFCollection(im)initWithId:":{"name":"-initWithId:","abstract":"

    Initialize

    ","parent_name":"OAFCollection"},"Classes/OAFCollection.html#/c:objc(cs)OAFCollection(im)initWithTree:":{"name":"-initWithTree:","abstract":"

    Initialize

    ","parent_name":"OAFCollection"},"Classes/OAFCollection.html#/c:objc(cs)OAFCollection(im)addLink:":{"name":"-addLink:","abstract":"

    Add a link

    ","parent_name":"OAFCollection"},"Classes/OAFCollection.html#/c:objc(cs)OAFCollection(im)addCrs:":{"name":"-addCrs:","abstract":"

    Add a crs

    ","parent_name":"OAFCollection"},"Classes/OAFCollection.html":{"name":"OAFCollection","abstract":"

    Collection

    "},"Classes/OAFCollections.html":{"name":"OAFCollections","abstract":"

    Undocumented

    "},"Classes/OAFCrs.html":{"name":"OAFCrs","abstract":"

    Coordinate Reference System

    "},"Classes/OAFExtent.html":{"name":"OAFExtent","abstract":"

    The extent of the features in the collection. In the Core only spatial and"},"Classes/OAFFeatureCollection.html":{"name":"OAFFeatureCollection","abstract":"

    Feature Collection

    "},"Classes/OAFFeaturesConverter.html":{"name":"OAFFeaturesConverter","abstract":"

    Features Converter

    "},"Classes/OAFFeaturesObject.html":{"name":"OAFFeaturesObject","abstract":"

    Features Object

    "},"Classes/OAFLink.html":{"name":"OAFLink","abstract":"

    Link

    "},"Classes/OAFSpatial.html":{"name":"OAFSpatial","abstract":"

    The spatial extent of the features in the collection.

    "},"Classes/OAFTemporal.html":{"name":"OAFTemporal","abstract":"

    The temporal extent of the features in the collection.

    "},"Classes/SFGFeature.html":{"name":"SFGFeature","abstract":"

    Feature

    "},"Classes/SFGFeatureCollection.html":{"name":"SFGFeatureCollection","abstract":"

    Feature Collection

    "},"Classes/SFGFeatureConverter.html":{"name":"SFGFeatureConverter","abstract":"

    Feature Converter

    "},"Classes/SFGGeoJSONObject.html":{"name":"SFGGeoJSONObject","abstract":"

    GeoJSON Object

    "},"Classes/SFGGeometry.html":{"name":"SFGGeometry","abstract":"

    Geometry

    "},"Classes/SFGGeometryCollection.html":{"name":"SFGGeometryCollection","abstract":"

    Geometry Collection

    "},"Classes/SFGGeometryTypes.html":{"name":"SFGGeometryTypes","abstract":"

    Geometry Types

    "},"Classes/SFGLineString.html":{"name":"SFGLineString","abstract":"

    Line String

    "},"Classes/SFGMultiLineString.html":{"name":"SFGMultiLineString","abstract":"

    Multi Line String

    "},"Classes/SFGMultiPoint.html":{"name":"SFGMultiPoint","abstract":"

    Multi Point

    "},"Classes/SFGMultiPolygon.html":{"name":"SFGMultiPolygon","abstract":"

    Multi Polygon

    "},"Classes/SFGOrderedDictionary.html":{"name":"SFGOrderedDictionary","abstract":"

    Undocumented

    "},"Classes/SFGPoint.html":{"name":"SFGPoint","abstract":"

    Point

    "},"Classes/SFGPolygon.html":{"name":"SFGPolygon","abstract":"

    Polygon

    "},"Classes/SFGPosition.html":{"name":"SFGPosition","abstract":"

    Position

    "},"Classes/SFWBGeometryCodes.html":{"name":"SFWBGeometryCodes","abstract":"

    Geometry Code utilities to convert between geometry attributes and geometry"},"Classes/SFWBGeometryReader.html":{"name":"SFWBGeometryReader","abstract":"

    Well Known Binary Geometry Reader

    "},"Classes/SFWBGeometryTypeInfo.html":{"name":"SFWBGeometryTypeInfo","abstract":"

    Geometry type info

    "},"Classes/SFWBGeometryWriter.html":{"name":"SFWBGeometryWriter","abstract":"

    Well Known Binary Geometry Writer

    "},"Classes/TIFFByteReader.html":{"name":"TIFFByteReader","abstract":"

    Read through byte data

    "},"Classes/TIFFByteWriter.html":{"name":"TIFFByteWriter","abstract":"

    Write byte data

    "},"Classes.html#/c:objc(cs)TIFFConstants":{"name":"TIFFConstants","abstract":"

    Undocumented

    "},"Classes.html#/c:objc(cs)TIFFDeflateCompression":{"name":"TIFFDeflateCompression","abstract":"

    Deflate Compression

    "},"Classes/TIFFFieldTagTypes.html":{"name":"TIFFFieldTagTypes","abstract":"

    Field Tag Types

    "},"Classes/TIFFFieldTypes.html":{"name":"TIFFFieldTypes","abstract":"

    Field Types

    "},"Classes/TIFFFileDirectory.html":{"name":"TIFFFileDirectory","abstract":"

    File Directory, represents all directory entries and can be used to read the"},"Classes/TIFFFileDirectoryEntry.html":{"name":"TIFFFileDirectoryEntry","abstract":"

    TIFF File Directory Entry

    "},"Classes/TIFFIOUtils.html":{"name":"TIFFIOUtils","abstract":"

    Undocumented

    "},"Classes/TIFFImage.html":{"name":"TIFFImage","abstract":"

    TIFF Image containing the File Directories

    "},"Classes/TIFFImageWindow.html":{"name":"TIFFImageWindow","abstract":"

    Coordinates of a window over a portion or the entire image coordinates

    "},"Classes.html#/c:objc(cs)TIFFLZWCompression":{"name":"TIFFLZWCompression","abstract":"

    LZW Compression

    "},"Classes.html#/c:objc(cs)TIFFPackbitsCompression":{"name":"TIFFPackbitsCompression","abstract":"

    Packbits Compression

    "},"Classes/TIFFPredictor.html":{"name":"TIFFPredictor","abstract":"

    Differencing Predictor decoder

    "},"Classes/TIFFRasters.html":{"name":"TIFFRasters","abstract":"

    Raster image values

    "},"Classes.html#/c:objc(cs)TIFFRawCompression":{"name":"TIFFRawCompression","abstract":"

    Raw / no compression

    "},"Classes/TIFFReader.html":{"name":"TIFFReader","abstract":"

    TIFF reader

    "},"Classes/TIFFUnsupportedCompression.html":{"name":"TIFFUnsupportedCompression","abstract":"

    Unsupported compression

    "},"Classes/TIFFWriter.html":{"name":"TIFFWriter","abstract":"

    TIFF Writer.

    "},"Classes/CLRColor.html":{"name":"CLRColor","abstract":"

    Color representation with support for hex, RBG, arithmetic RBG, and integer"},"Classes/CRSCategoryTypes.html":{"name":"CRSCategoryTypes","abstract":"

    Category Type

    "},"Classes/CRSCommon.html":{"name":"CRSCommon","abstract":"

    Common coordinate reference system and coordinate operations object

    "},"Classes/CRSCompoundCoordinateReferenceSystem.html":{"name":"CRSCompoundCoordinateReferenceSystem","abstract":"

    Compound Coordinate Reference System

    "},"Classes/CRSCoordinateReferenceSystem.html":{"name":"CRSCoordinateReferenceSystem","abstract":"

    Coordinate Reference System

    "},"Classes/CRSObject.html":{"name":"CRSObject","abstract":"

    Well-known text representation of coordinate reference systems object

    "},"Classes/CRSSimpleCoordinateReferenceSystem.html":{"name":"CRSSimpleCoordinateReferenceSystem","abstract":"

    Simple Coordinate Reference System with Coordinate System

    "},"Classes/CRSTypes.html":{"name":"CRSTypes","abstract":"

    CRS Type

    "},"Classes/CRSAbridgedCoordinateTransformation.html":{"name":"CRSAbridgedCoordinateTransformation","abstract":"

    Abridged Coordinate Transformation

    "},"Classes/CRSBoundCoordinateReferenceSystem.html":{"name":"CRSBoundCoordinateReferenceSystem","abstract":"

    Bound Coordinate Reference System

    "},"Classes/CRSAxis.html":{"name":"CRSAxis","abstract":"

    Axis

    "},"Classes/CRSAxisDirectionTypes.html":{"name":"CRSAxisDirectionTypes","abstract":"

    Axis Direction Type

    "},"Classes/CRSCoordinateSystem.html":{"name":"CRSCoordinateSystem","abstract":"

    Coordinate System

    "},"Classes/CRSCoordinateSystemTypes.html":{"name":"CRSCoordinateSystemTypes","abstract":"

    Coordinate System Type

    "},"Classes/CRSDateTime.html":{"name":"CRSDateTime","abstract":"

    Date and time

    "},"Classes/CRSDatumEnsemble.html":{"name":"CRSDatumEnsemble","abstract":"

    Datum Ensemble

    "},"Classes/CRSDatumEnsembleMember.html":{"name":"CRSDatumEnsembleMember","abstract":"

    Datum Ensemble Member

    "},"Classes/CRSDynamic.html":{"name":"CRSDynamic","abstract":"

    Dynamic Coordinate Reference System

    "},"Classes/CRSExtent.html":{"name":"CRSExtent","abstract":"

    Extent

    "},"Classes/CRSGeographicBoundingBox.html":{"name":"CRSGeographicBoundingBox","abstract":"

    Geographic Bounding Box

    "},"Classes/CRSIdentifier.html":{"name":"CRSIdentifier","abstract":"

    Identifier (Authority)

    "},"Classes/CRSReferenceFrame.html":{"name":"CRSReferenceFrame","abstract":"

    Reference Frame (datum)

    "},"Classes/CRSTemporalExtent.html":{"name":"CRSTemporalExtent","abstract":"

    Temporal Extent

    "},"Classes/CRSUnit.html":{"name":"CRSUnit","abstract":"

    Unit

    "},"Classes/CRSUnitTypes.html":{"name":"CRSUnitTypes","abstract":"

    Unit Type

    "},"Classes/CRSUnits.html":{"name":"CRSUnits","abstract":"

    Common Units

    "},"Classes/CRSUsage.html":{"name":"CRSUsage","abstract":"

    Usage

    "},"Classes/CRSVerticalExtent.html":{"name":"CRSVerticalExtent","abstract":"

    Vertical Extent

    "},"Classes/CRSDerivedCoordinateReferenceSystem.html":{"name":"CRSDerivedCoordinateReferenceSystem","abstract":"

    Derived Coordinate Reference System

    "},"Classes/CRSDerivingConversion.html":{"name":"CRSDerivingConversion","abstract":"

    Deriving Conversion

    "},"Classes/CRSEngineeringCoordinateReferenceSystem.html":{"name":"CRSEngineeringCoordinateReferenceSystem","abstract":"

    Engineering Coordinate Reference System

    "},"Classes/CRSEngineeringDatum.html":{"name":"CRSEngineeringDatum","abstract":"

    Engineering Datum

    "},"Classes/CRSEllipsoid.html":{"name":"CRSEllipsoid","abstract":"

    Ellipsoid

    "},"Classes/CRSEllipsoidTypes.html":{"name":"CRSEllipsoidTypes","abstract":"

    Ellipsoid Type

    "},"Classes/CRSEllipsoids.html":{"name":"CRSEllipsoids","abstract":"

    Ellipsoids

    "},"Classes/CRSGeoCoordinateReferenceSystem.html":{"name":"CRSGeoCoordinateReferenceSystem","abstract":"

    Geodetic and Geographic Coordinate Reference System

    "},"Classes/CRSGeoDatumEnsemble.html":{"name":"CRSGeoDatumEnsemble","abstract":"

    Geodetic and Geographic Datum Ensemble

    "},"Classes/CRSGeoDatums.html":{"name":"CRSGeoDatums","abstract":"

    Geo Datums

    "},"Classes/CRSGeoReferenceFrame.html":{"name":"CRSGeoReferenceFrame","abstract":"

    Geodetic and Geographic Reference Frame (datum)

    "},"Classes/CRSPrimeMeridian.html":{"name":"CRSPrimeMeridian","abstract":"

    Prime Meridian

    "},"Classes/CRSPrimeMeridians.html":{"name":"CRSPrimeMeridians","abstract":"

    Prime Meridians

    "},"Classes/CRSTriaxialEllipsoid.html":{"name":"CRSTriaxialEllipsoid","abstract":"

    Triaxial Ellipsoid

    "},"Classes/CRSCoordinateMetadata.html":{"name":"CRSCoordinateMetadata","abstract":"

    Coordinate metadata

    "},"Classes/CRSConcatenatedOperation.html":{"name":"CRSConcatenatedOperation","abstract":"

    Concatenated Operation

    "},"Classes/CRSCoordinateOperation.html":{"name":"CRSCoordinateOperation","abstract":"

    Coordinate Operation

    "},"Classes/CRSOperation.html":{"name":"CRSOperation","abstract":"

    Common Operation

    "},"Classes/CRSOperationMethod.html":{"name":"CRSOperationMethod","abstract":"

    Operation Method

    "},"Classes/CRSOperationMethods.html":{"name":"CRSOperationMethods","abstract":"

    Operation Methods

    "},"Classes/CRSOperationParameter.html":{"name":"CRSOperationParameter","abstract":"

    Operation Parameter

    "},"Classes/CRSOperationParameters.html":{"name":"CRSOperationParameters","abstract":"

    Common Operation Parameter Attributes

    "},"Classes/CRSOperationTypes.html":{"name":"CRSOperationTypes","abstract":"

    Coordinate Operation Type

    "},"Classes/CRSPointMotionOperation.html":{"name":"CRSPointMotionOperation","abstract":"

    Point Motion Operation

    "},"Classes/CRSSimpleOperation.html":{"name":"CRSSimpleOperation","abstract":"

    Simple Operation

    "},"Classes/CRSParametricCoordinateReferenceSystem.html":{"name":"CRSParametricCoordinateReferenceSystem","abstract":"

    Parametric Coordinate Reference System

    "},"Classes/CRSParametricDatum.html":{"name":"CRSParametricDatum","abstract":"

    Parametric Datum

    "},"Classes/CRSMapProjection.html":{"name":"CRSMapProjection","abstract":"

    Map Projection

    "},"Classes/CRSProjectedCoordinateReferenceSystem.html":{"name":"CRSProjectedCoordinateReferenceSystem","abstract":"

    Projected Coordinate Reference System

    "},"Classes/CRSTemporalCoordinateReferenceSystem.html":{"name":"CRSTemporalCoordinateReferenceSystem","abstract":"

    Temporal Coordinate Reference System

    "},"Classes/CRSTemporalDatum.html":{"name":"CRSTemporalDatum","abstract":"

    Undocumented

    "},"Classes.html#/c:objc(cs)CRSProjConstants":{"name":"CRSProjConstants","abstract":"

    PROJ constants

    "},"Classes/CRSProjParams.html":{"name":"CRSProjParams","abstract":"

    PROJ params

    "},"Classes/CRSProjParser.html":{"name":"CRSProjParser","abstract":"

    CRS to PROJ parser

    "},"Classes/CRSVerticalCoordinateReferenceSystem.html":{"name":"CRSVerticalCoordinateReferenceSystem","abstract":"

    Vertical Coordinate Reference System

    "},"Classes/CRSVerticalDatumEnsemble.html":{"name":"CRSVerticalDatumEnsemble","abstract":"

    Vertical Datum Ensemble

    "},"Classes/CRSVerticalReferenceFrame.html":{"name":"CRSVerticalReferenceFrame","abstract":"

    Vertical Reference Frame (datum)

    "},"Classes/CRSKeyword.html":{"name":"CRSKeyword","abstract":"

    Keyword

    "},"Classes/CRSReader.html":{"name":"CRSReader","abstract":"

    Well-Known Text reader

    "},"Classes.html#/c:objc(cs)CRSTextConstants":{"name":"CRSTextConstants","abstract":"

    Well-Known Text constants

    "},"Classes/CRSTextReader.html":{"name":"CRSTextReader","abstract":"

    Read through text string

    "},"Classes/CRSTextUtils.html":{"name":"CRSTextUtils","abstract":"

    CRS Well-Known Text Utilities

    "},"Classes/CRSWriter.html":{"name":"CRSWriter","abstract":"

    Well-Known Text writer

    "},"Classes/PROJAuthorityProjections.html":{"name":"PROJAuthorityProjections","abstract":"

    Collection of projections for a single coordinate authority

    "},"Classes/PROJCRSParser.html":{"name":"PROJCRSParser","abstract":"

    Coordinate Reference System Well-known text parser

    "},"Classes.html#/c:objc(cs)PROJConstants":{"name":"PROJConstants","abstract":"

    Undocumented

    "},"Classes/PROJIOUtils.html":{"name":"PROJIOUtils","abstract":"

    Undocumented

    "},"Classes/PROJLocationCoordinate3D.html":{"name":"PROJLocationCoordinate3D","abstract":"

    3D Location Coordinate

    "},"Classes/PROJProjection.html":{"name":"PROJProjection","abstract":"

    Single Projection for an authority and code

    "},"Classes.html#/c:objc(cs)PROJProjectionConstants":{"name":"PROJProjectionConstants","abstract":"

    Undocumented

    "},"Classes/PROJProjectionFactory.html":{"name":"PROJProjectionFactory","abstract":"

    Projection factory for coordinate projections and transformations

    "},"Classes.html#/c:objc(cs)PROJProjectionFactoryTypes":{"name":"PROJProjectionFactoryTypes","abstract":"

    Undocumented

    "},"Classes/PROJProjectionRetriever.html":{"name":"PROJProjectionRetriever","abstract":"

    Retrieves the proj4 projection parameter string for an authority and coordinate code

    "},"Classes/PROJProjectionTransform.html":{"name":"PROJProjectionTransform","abstract":"

    Projection transformation between a from and to projection

    "},"Classes/PROJProjections.html":{"name":"PROJProjections","abstract":"

    Collection of projections by authority

    "},"Classes.html#/c:objc(cs)PROJUnits":{"name":"PROJUnits","abstract":"

    Undocumented

    "},"Classes/SFCircularString.html":{"name":"SFCircularString","abstract":"

    Circular String, Curve sub type

    "},"Classes/SFCompoundCurve.html":{"name":"SFCompoundCurve","abstract":"

    Compound Curve, Curve sub type

    "},"Classes/SFCurve.html":{"name":"SFCurve","abstract":"

    The base type for all 1-dimensional geometry types. A 1-dimensional geometry"},"Classes/SFCurvePolygon.html":{"name":"SFCurvePolygon","abstract":"

    A planar surface defined by an exterior ring and zero or more interior ring."},"Classes/SFGeometry.html":{"name":"SFGeometry","abstract":"

    The root of the geometry type hierarchy

    "},"Classes/SFGeometryCollection.html":{"name":"SFGeometryCollection","abstract":"

    A collection of zero or more Geometry instances.

    "},"Classes/SFGeometryEnvelope.html":{"name":"SFGeometryEnvelope","abstract":"

    Geometry envelope containing x and y range with optional z and m range

    "},"Classes/SFGeometryTypes.html":{"name":"SFGeometryTypes","abstract":"

    Undocumented

    "},"Classes/SFLine.html":{"name":"SFLine","abstract":"

    A LineString with exactly 2 Points.

    "},"Classes/SFLineString.html":{"name":"SFLineString","abstract":"

    A Curve that connects two or more points in space.

    "},"Classes/SFLinearRing.html":{"name":"SFLinearRing","abstract":"

    A LineString that is both closed and simple.

    "},"Classes/SFMultiCurve.html":{"name":"SFMultiCurve","abstract":"

    A restricted form of GeometryCollection where each Geometry in the collection"},"Classes/SFMultiLineString.html":{"name":"SFMultiLineString","abstract":"

    A restricted form of MultiCurve where each Curve in the collection must be of"},"Classes/SFMultiPoint.html":{"name":"SFMultiPoint","abstract":"

    A restricted form of GeometryCollection where each Geometry in the collection"},"Classes/SFMultiPolygon.html":{"name":"SFMultiPolygon","abstract":"

    A restricted form of MultiSurface where each Surface in the collection must"},"Classes/SFMultiSurface.html":{"name":"SFMultiSurface","abstract":"

    A restricted form of GeometryCollection where each Geometry in the collection"},"Classes/SFPoint.html":{"name":"SFPoint","abstract":"

    A single location in space. Each point has an X and Y coordinate. A point MAY"},"Classes/SFPolygon.html":{"name":"SFPolygon","abstract":"

    A restricted form of CurvePolygon where each ring is defined as a simple,"},"Classes/SFPolyhedralSurface.html":{"name":"SFPolyhedralSurface","abstract":"

    Contiguous collection of polygons which share common boundary segments.

    "},"Classes/SFSurface.html":{"name":"SFSurface","abstract":"

    The base type for all 2-dimensional geometry types. A 2-dimensional geometry"},"Classes/SFTIN.html":{"name":"SFTIN","abstract":"

    A tetrahedron (4 triangular faces), corner at the origin and each unit"},"Classes/SFTriangle.html":{"name":"SFTriangle","abstract":"

    Triangle

    "},"Classes/SFExtendedGeometryCollection.html":{"name":"SFExtendedGeometryCollection","abstract":"

    Extended Geometry Collection providing abstract geometry collection type"},"Classes/SFByteReader.html":{"name":"SFByteReader","abstract":"

    Read through byte data

    "},"Classes/SFByteWriter.html":{"name":"SFByteWriter","abstract":"

    Write byte data

    "},"Classes.html#/c:objc(cs)SFGeometryConstants":{"name":"SFGeometryConstants","abstract":"

    Undocumented

    "},"Classes/SFGeometryEnvelopeBuilder.html":{"name":"SFGeometryEnvelopeBuilder","abstract":"

    Builds an envelope from a Geometry

    "},"Classes/SFGeometryPrinter.html":{"name":"SFGeometryPrinter","abstract":"

    String representation of a Geometry

    "},"Classes/SFGeometryUtils.html":{"name":"SFGeometryUtils","abstract":"

    Utilities for Geometry objects

    "},"Classes/SFTextReader.html":{"name":"SFTextReader","abstract":"

    Read through text string

    "},"Classes/SFCentroidCurve.html":{"name":"SFCentroidCurve","abstract":"

    Calculate the centroid from curve based geometries. Implementation based on"},"Classes/SFCentroidPoint.html":{"name":"SFCentroidPoint","abstract":"

    Calculate the centroid from point based geometries. Implementation based on"},"Classes/SFCentroidSurface.html":{"name":"SFCentroidSurface","abstract":"

    Calculate the centroid from surface based geometries. Implementation based on"},"Classes/SFDegreesCentroid.html":{"name":"SFDegreesCentroid","abstract":"

    Centroid calculations for geometries in degrees

    "},"Classes.html#/c:objc(cs)SFFiniteFilterTypes":{"name":"SFFiniteFilterTypes","abstract":"

    Undocumented

    "},"Classes/SFPointFiniteFilter.html":{"name":"SFPointFiniteFilter","abstract":"

    Point filter for finite checks on x and y properties, optionally filter on z"},"Classes/SFEvent.html":{"name":"SFEvent","abstract":"

    Event element

    "},"Classes/SFEventQueue.html":{"name":"SFEventQueue","abstract":"

    Event queue for processing events

    "},"Classes.html#/c:objc(cs)SFEventTypes":{"name":"SFEventTypes","abstract":"

    Undocumented

    "},"Classes/SFSegment.html":{"name":"SFSegment","abstract":"

    Line segment of an edge between two points

    "},"Classes/SFShamosHoey.html":{"name":"SFShamosHoey","abstract":"

    Shamos-Hoey simple polygon detection

    "},"Classes/SFSweepLine.html":{"name":"SFSweepLine","abstract":"

    Sweep Line algorithm

    "},"Classes/SFPGeometryTransform.html":{"name":"SFPGeometryTransform","abstract":"

    Geometry Projection Transform

    "},"Classes/GPKGBoundingBox.html":{"name":"GPKGBoundingBox","abstract":"

    Bounding box with longitude and latitude range

    "},"Classes/GPKGDateConverter.html":{"name":"GPKGDateConverter","abstract":"

    Date converter between database date formats and date objects

    "},"Classes/GPKGGeoPackage.html":{"name":"GPKGGeoPackage","abstract":"

    A single GeoPackage database connection

    "},"Classes/GPKGGeoPackageCache.html":{"name":"GPKGGeoPackageCache","abstract":"

    GeoPackage Cache to maintain opened GeoPackages

    "},"Classes.html#/c:objc(cs)GPKGGeoPackageConstants":{"name":"GPKGGeoPackageConstants","abstract":"

    Undocumented

    "},"Classes/GPKGGeoPackageFactory.html":{"name":"GPKGGeoPackageFactory","abstract":"

    GeoPackage Factory to get a GeoPackage Manager

    "},"Classes/GPKGGeoPackageManager.html":{"name":"GPKGGeoPackageManager","abstract":"

    GeoPackage Database management. Maintains an active connection to the metadata database, close when done.

    "},"Classes/GPKGSessionTaskData.html":{"name":"GPKGSessionTaskData","abstract":"

    GeoPackage additional session task data stored as an associated object

    "},"Classes/GPKGUtils.html":{"name":"GPKGUtils","abstract":"

    GeoPackage utility methods

    "},"Classes/GPKGAttributesColumn.html":{"name":"GPKGAttributesColumn","abstract":"

    Attributes column

    "},"Classes/GPKGAttributesColumns.html":{"name":"GPKGAttributesColumns","abstract":"

    Collection of attributes columns

    "},"Classes/GPKGAttributesDao.html":{"name":"GPKGAttributesDao","abstract":"

    Attributes DAO for reading attributes user data tables

    "},"Classes/GPKGAttributesRow.html":{"name":"GPKGAttributesRow","abstract":"

    Attributes Row containing the values from a single results row

    "},"Classes/GPKGAttributesTable.html":{"name":"GPKGAttributesTable","abstract":"

    Undocumented

    "},"Classes/GPKGAttributesTableMetadata.html":{"name":"GPKGAttributesTableMetadata","abstract":"

    Undocumented

    "},"Classes/GPKGAttributesTableReader.html":{"name":"GPKGAttributesTableReader","abstract":"

    Reads the metadata from an existing attributes table

    "},"Classes/GPKGContents.html":{"name":"GPKGContents","abstract":"

    Contents object. Provides identifying and descriptive information that an"},"Classes/GPKGContentsDao.html":{"name":"GPKGContentsDao","abstract":"

    Contents Data Access Object

    "},"Classes/GPKGContentsDataTypes.html":{"name":"GPKGContentsDataTypes","abstract":"

    Undocumented

    "},"Classes/GPKGAlterTable.html":{"name":"GPKGAlterTable","abstract":"

    Builds and performs alter table statements

    "},"Classes/GPKGConnection.html":{"name":"GPKGConnection","abstract":"

    GeoPackage database connection

    "},"Classes/GPKGConnectionFunction.html":{"name":"GPKGConnectionFunction","abstract":"

    GeoPackage connection function wrapper

    "},"Classes/GPKGDataTypes.html":{"name":"GPKGDataTypes","abstract":"

    Undocumented

    "},"Classes/GPKGFeatureIndexer.html":{"name":"GPKGFeatureIndexer","abstract":"

    Feature Indexer, indexes feature geometries into a table for searching

    "},"Classes/GPKGFeatureIndexerIdQuery.html":{"name":"GPKGFeatureIndexerIdQuery","abstract":"

    Feature Indexer Id query with nested SQL and arguments

    "},"Classes/GPKGFeatureIndexerIdResultSet.html":{"name":"GPKGFeatureIndexerIdResultSet","abstract":"

    Feature Indexer Id result set to filter on matching queried ids

    "},"Classes/GPKGGeoPackageTableCreator.html":{"name":"GPKGGeoPackageTableCreator","abstract":"

    Executes database scripts to create GeoPackage tables

    "},"Classes/GPKGMappedColumn.html":{"name":"GPKGMappedColumn","abstract":"

    Mapped column, to a column and potentially from a differently named column

    "},"Classes/GPKGPaginatedResults.html":{"name":"GPKGPaginatedResults","abstract":"

    Paginated Results for iterating and querying through chunks

    "},"Classes/GPKGPagination.html":{"name":"GPKGPagination","abstract":"

    Query pagination configuration

    "},"Classes/GPKGResultSet.html":{"name":"GPKGResultSet","abstract":"

    Result set from a database query

    "},"Classes/GPKGRow.html":{"name":"GPKGRow","abstract":"

    Result row

    "},"Classes/GPKGSqlLiteQueryBuilder.html":{"name":"GPKGSqlLiteQueryBuilder","abstract":"

    SQL Builder

    "},"Classes/GPKGSqlUtils.html":{"name":"GPKGSqlUtils","abstract":"

    SQL utility methods

    "},"Classes/GPKGTableCreator.html":{"name":"GPKGTableCreator","abstract":"

    Executes database scripts to create tables

    "},"Classes/GPKGTableMapping.html":{"name":"GPKGTableMapping","abstract":"

    Mapping between column names being mapped to and the mapped column"},"Classes/GPKGBaseDao.html":{"name":"GPKGBaseDao","abstract":"

    Base Data Access Object

    "},"Classes/GPKGColumnValue.html":{"name":"GPKGColumnValue","abstract":"

    Column Value wrapper to specify additional value attributes, such as a range"},"Classes/GPKGColumnValues.html":{"name":"GPKGColumnValues","abstract":"

    Collection of column values

    "},"Classes/GPKGObjectPaginatedResults.html":{"name":"GPKGObjectPaginatedResults","abstract":"

    Paginated Object Results for iterating and querying through chunks

    "},"Classes/GPKGObjectResultSet.html":{"name":"GPKGObjectResultSet","abstract":"

    Object wrapped Result set

    "},"Classes/GPKGSQLiteMaster.html":{"name":"GPKGSQLiteMaster","abstract":"

    SQLite Master table queries (sqlite_master)

    "},"Classes/GPKGSQLiteMasterColumns.html":{"name":"GPKGSQLiteMasterColumns","abstract":"

    SQLite Master table (sqlite_master) column keywords

    "},"Classes/GPKGSQLiteMasterQuery.html":{"name":"GPKGSQLiteMasterQuery","abstract":"

    Query on the SQLiteMaster table

    "},"Classes/GPKGSQLiteMasterTypes.html":{"name":"GPKGSQLiteMasterTypes","abstract":"

    SQLite Master table (sqlite_master) type column keywords

    "},"Classes/GPKGGeoPackageMetadata.html":{"name":"GPKGGeoPackageMetadata","abstract":"

    GeoPackage Metadata

    "},"Classes/GPKGGeoPackageMetadataDao.html":{"name":"GPKGGeoPackageMetadataDao","abstract":"

    GeoPackage Metadata Data Access Object

    "},"Classes/GPKGGeoPackageMetadataTableCreator.html":{"name":"GPKGGeoPackageMetadataTableCreator","abstract":"

    GeoPackage Metadata Table Creator

    "},"Classes/GPKGGeometryMetadata.html":{"name":"GPKGGeometryMetadata","abstract":"

    Geometry Metadata

    "},"Classes/GPKGGeometryMetadataDao.html":{"name":"GPKGGeometryMetadataDao","abstract":"

    Geometry Metadata Data Access Object

    "},"Classes/GPKGMetadataDb.html":{"name":"GPKGMetadataDb","abstract":"

    GeoPackage Metadata Database

    "},"Classes/GPKGTableMetadata.html":{"name":"GPKGTableMetadata","abstract":"

    Table Metadata

    "},"Classes/GPKGTableMetadataDao.html":{"name":"GPKGTableMetadataDao","abstract":"

    Table Metadata Data Access Object

    "},"Classes/GPKGConnectionPool.html":{"name":"GPKGConnectionPool","abstract":"

    Connection pool to manage retrieving a sqlite3 connection to a database file. Connections should be released after the database operation has completed."},"Classes/GPKGDbConnection.html":{"name":"GPKGDbConnection","abstract":"

    Single database connection to a database file opened as part of a connection pool. Wraps a sqlite3 connection.

    "},"Classes/GPKGSqliteConnection.html":{"name":"GPKGSqliteConnection","abstract":"

    Single sqlite3 connection to a database file opened as part of a connection pool

    "},"Classes/GPKGColumnConstraints.html":{"name":"GPKGColumnConstraints","abstract":"

    Column Constraints

    "},"Classes/GPKGConstraint.html":{"name":"GPKGConstraint","abstract":"

    Table or column constraint

    "},"Classes/GPKGConstraintParser.html":{"name":"GPKGConstraintParser","abstract":"

    SQL constraint parser from create table statements

    "},"Classes/GPKGConstraintTypes.html":{"name":"GPKGConstraintTypes","abstract":"

    Undocumented

    "},"Classes/GPKGConstraints.html":{"name":"GPKGConstraints","abstract":"

    User table or column constraints

    "},"Classes/GPKGRawConstraint.html":{"name":"GPKGRawConstraint","abstract":"

    Table raw or unparsed constraint

    "},"Classes/GPKGTableColumn.html":{"name":"GPKGTableColumn","abstract":"

    Table Column from Table Info

    "},"Classes/GPKGTableConstraints.html":{"name":"GPKGTableConstraints","abstract":"

    Table Constraints including column constraint

    "},"Classes/GPKGTableInfo.html":{"name":"GPKGTableInfo","abstract":"

    Table Info queries (table_info)

    "},"Classes/GPKGUniqueConstraint.html":{"name":"GPKGUniqueConstraint","abstract":"

    Table unique constraint for one or more columns

    "},"Classes.html#/c:objc(cs)GPKGDgiwgConstants":{"name":"GPKGDgiwgConstants","abstract":"

    DGIWG (Defence Geospatial Information Working Group) Constants

    "},"Classes/GPKGDgiwgCoordinateReferenceSystems.html":{"name":"GPKGDgiwgCoordinateReferenceSystems","abstract":"

    Coordinate Reference Systems

    "},"Classes/GPKGDgiwgDataTypes.html":{"name":"GPKGDgiwgDataTypes","abstract":"

    Undocumented

    "},"Classes/GPKGDgiwgFile.html":{"name":"GPKGDgiwgFile","abstract":"

    DGIWG (Defence Geospatial Information Working Group) GeoPackage File

    "},"Classes/GPKGDgiwgFileName.html":{"name":"GPKGDgiwgFileName","abstract":"

    DGIWG (Defence Geospatial Information Working Group) GeoPackage File Name

    "},"Classes/GPKGDgiwgGeoPackage.html":{"name":"GPKGDgiwgGeoPackage","abstract":"

    DGIWG (Defence Geospatial Information Working Group) GeoPackage"},"Classes/GPKGDgiwgGeoPackageFactory.html":{"name":"GPKGDgiwgGeoPackageFactory","abstract":"

    DGIWG GeoPackage Factory to get a DGIWG GeoPackage Manager

    "},"Classes/GPKGDgiwgGeoPackageManager.html":{"name":"GPKGDgiwgGeoPackageManager","abstract":"

    DGIWG (Defence Geospatial Information Working Group) GeoPackage Manager used"},"Classes/GPKGDgiwgMetadata.html":{"name":"GPKGDgiwgMetadata","abstract":"

    DGIWG (Defence Geospatial Information Working Group) Metadata utilities

    "},"Classes/GPKGDgiwgRequirements.html":{"name":"GPKGDgiwgRequirements","abstract":"

    Undocumented

    "},"Classes/GPKGDgiwgUtils.html":{"name":"GPKGDgiwgUtils","abstract":"

    DGIWG (Defence Geospatial Information Working Group) GeoPackage utilities

    "},"Classes/GPKGDgiwgValidate.html":{"name":"GPKGDgiwgValidate","abstract":"

    Performs DGIWG (Defence Geospatial Information Working Group) GeoPackage"},"Classes/GPKGDgiwgValidationError.html":{"name":"GPKGDgiwgValidationError","abstract":"

    DGIWG (Defence Geospatial Information Working Group) validation error

    "},"Classes/GPKGDgiwgValidationErrors.html":{"name":"GPKGDgiwgValidationErrors","abstract":"

    DGIWG (Defence Geospatial Information Working Group) validation errors

    "},"Classes/GPKGDgiwgValidationKey.html":{"name":"GPKGDgiwgValidationKey","abstract":"

    DGIWG (Defence Geospatial Information Working Group) validation primary key"},"Classes/GPKGDgiwgWellKnownText.html":{"name":"GPKGDgiwgWellKnownText","abstract":"

    DGIWG (Defence Geospatial Information Working Group) Well-Known Text"},"Classes/GPKGUTMZone.html":{"name":"GPKGUTMZone","abstract":"

    UTM Zone utilities

    "},"Classes/GPKGBaseExtension.html":{"name":"GPKGBaseExtension","abstract":"

    Abstract base GeoPackage extension

    "},"Classes/GPKGCrsWktExtension.html":{"name":"GPKGCrsWktExtension","abstract":"

    OGC Well known text representation of Coordinate Reference Systems extension"},"Classes/GPKGCrsWktExtensionVersions.html":{"name":"GPKGCrsWktExtensionVersions","abstract":"

    OGC Well known text representation of Coordinate Reference Systems extension"},"Classes/GPKGExtensionManagement.html":{"name":"GPKGExtensionManagement","abstract":"

    Extension Management for deleting and copying extensions

    "},"Classes/GPKGExtensionManager.html":{"name":"GPKGExtensionManager","abstract":"

    GeoPackage Extension Manager for deleting and copying extensions

    "},"Classes/GPKGExtensions.html":{"name":"GPKGExtensions","abstract":"

    Indicates that a particular extension applies to a GeoPackage, a table in a"},"Classes/GPKGExtensionsDao.html":{"name":"GPKGExtensionsDao","abstract":"

    Extensions Data Access Object

    "},"Classes/GPKGGeometryExtensions.html":{"name":"GPKGGeometryExtensions","abstract":"

    Geometry Extensions utility methods and constants"},"Classes/GPKGWebPExtension.html":{"name":"GPKGWebPExtension","abstract":"

    WebP Extension"},"Classes/GPKGZoomOtherExtension.html":{"name":"GPKGZoomOtherExtension","abstract":"

    Zoom Other Intervals extension"},"Classes/GPKGCoverageData.html":{"name":"GPKGCoverageData","abstract":"

    Tiled Gridded Coverage Data, Common Encoding, Extension"},"Classes/GPKGCoverageDataAlgorithms.html":{"name":"GPKGCoverageDataAlgorithms","abstract":"

    Undocumented

    "},"Classes/GPKGCoverageDataPng.html":{"name":"GPKGCoverageDataPng","abstract":"

    Tiled Gridded Coverage Data, PNG Encoding, Extension

    "},"Classes/GPKGCoverageDataPngImage.html":{"name":"GPKGCoverageDataPngImage","abstract":"

    Coverage Data PNG image

    "},"Classes/GPKGCoverageDataRequest.html":{"name":"GPKGCoverageDataRequest","abstract":"

    Coverage Data request to retrieve coverage data values for a point or bounding box

    "},"Classes/GPKGCoverageDataResults.html":{"name":"GPKGCoverageDataResults","abstract":"

    Tiled Gridded Coverage Data results containing the coverage values from a"},"Classes/GPKGCoverageDataSourcePixel.html":{"name":"GPKGCoverageDataSourcePixel","abstract":"

    Contains values relevant to a source pixel location when finding a coverage data value

    "},"Classes/GPKGCoverageDataTiff.html":{"name":"GPKGCoverageDataTiff","abstract":"

    Tiled Gridded Coverage Data, TIFF Encoding, Extension

    "},"Classes/GPKGCoverageDataTiffImage.html":{"name":"GPKGCoverageDataTiffImage","abstract":"

    Coverage Data TIFF image

    "},"Classes/GPKGCoverageDataTileMatrixResults.html":{"name":"GPKGCoverageDataTileMatrixResults","abstract":"

    Coverage Data Tile Matrix results including the coverage data tile results"},"Classes/GPKGGriddedCoverage.html":{"name":"GPKGGriddedCoverage","abstract":"

    Gridded Coverage object

    "},"Classes/GPKGGriddedCoverageDao.html":{"name":"GPKGGriddedCoverageDao","abstract":"

    Gridded Coverage Data Access Object

    "},"Classes/GPKGGriddedCoverageDataTypes.html":{"name":"GPKGGriddedCoverageDataTypes","abstract":"

    Undocumented

    "},"Classes/GPKGGriddedCoverageEncodingTypes.html":{"name":"GPKGGriddedCoverageEncodingTypes","abstract":"

    Undocumented

    "},"Classes/GPKGGriddedTile.html":{"name":"GPKGGriddedTile","abstract":"

    Gridded Tile object

    "},"Classes/GPKGGriddedTileDao.html":{"name":"GPKGGriddedTileDao","abstract":"

    Gridded Tile Data Access Object

    "},"Classes/GPKGMetadata.html":{"name":"GPKGMetadata","abstract":"

    Contains metadata in MIME encodings structured in accordance with any"},"Classes/GPKGMetadataDao.html":{"name":"GPKGMetadataDao","abstract":"

    Metadata Data Access Object

    "},"Classes/GPKGMetadataExtension.html":{"name":"GPKGMetadataExtension","abstract":"

    Metadata extension"},"Classes/GPKGMetadataScope.html":{"name":"GPKGMetadataScope","abstract":"

    Metadata Scopes as defined in spec Table 16. Metadata Scopes

    "},"Classes/GPKGMetadataReference.html":{"name":"GPKGMetadataReference","abstract":"

    Links metadata in the gpkg_metadata table to data in the feature, and tiles"},"Classes/GPKGMetadataReferenceDao.html":{"name":"GPKGMetadataReferenceDao","abstract":"

    Metadata Reference Data Access Object

    "},"Classes/GPKGNGAExtensions.html":{"name":"GPKGNGAExtensions","abstract":"

    NGA extensions"},"Classes.html#/c:objc(cs)GPKGNGATableCreator":{"name":"GPKGNGATableCreator","abstract":"

    Executes database scripts to create NGA Extension GeoPackage tables

    "},"Classes/GPKGContentsId.html":{"name":"GPKGContentsId","abstract":"

    Contents Id object, for maintaining a unique identifier for contents tables

    "},"Classes/GPKGContentsIdDao.html":{"name":"GPKGContentsIdDao","abstract":"

    Contents Id Data Access Object

    "},"Classes/GPKGContentsIdExtension.html":{"name":"GPKGContentsIdExtension","abstract":"

    This extension assigns a unique integer identifier to tables defined in the"},"Classes/GPKGContentsIdTableCreator.html":{"name":"GPKGContentsIdTableCreator","abstract":"

    Contents Id Extension Table Creator

    "},"Classes/GPKGFeatureTableIndex.html":{"name":"GPKGFeatureTableIndex","abstract":"

    Feature Table Index NGA Extension implementation. This extension is used to"},"Classes/GPKGGeometryIndex.html":{"name":"GPKGGeometryIndex","abstract":"

    Geometry Index object, for indexing geometries within user feature tables

    "},"Classes/GPKGGeometryIndexDao.html":{"name":"GPKGGeometryIndexDao","abstract":"

    Geometry Index Data Access Object

    "},"Classes/GPKGGeometryIndexTableCreator.html":{"name":"GPKGGeometryIndexTableCreator","abstract":"

    Geometry Index Extension Table Creator

    "},"Classes/GPKGTableIndex.html":{"name":"GPKGTableIndex","abstract":"

    Table Index object, for indexing data within user tables

    "},"Classes/GPKGTableIndexDao.html":{"name":"GPKGTableIndexDao","abstract":"

    Table Index Data Access Object

    "},"Classes/GPKGFeatureTileLink.html":{"name":"GPKGFeatureTileLink","abstract":"

    Feature Tile Link object, for linking a feature and tile table together

    "},"Classes/GPKGFeatureTileLinkDao.html":{"name":"GPKGFeatureTileLinkDao","abstract":"

    Feature Tile Link Data Access Object

    "},"Classes/GPKGFeatureTileLinkTableCreator.html":{"name":"GPKGFeatureTileLinkTableCreator","abstract":"

    Feature Tile Link Extension Table Creator

    "},"Classes/GPKGFeatureTileTableLinker.html":{"name":"GPKGFeatureTileTableLinker","abstract":"

    Feature Tile Table linker, used to link feature and tile tables"},"Classes/GPKGPropertiesExtension.html":{"name":"GPKGPropertiesExtension","abstract":"

    GeoPackage properties extension for defining GeoPackage specific"},"Classes/GPKGPropertiesManager.html":{"name":"GPKGPropertiesManager","abstract":"

    Undocumented

    "},"Classes.html#/c:objc(cs)GPKGPropertyNames":{"name":"GPKGPropertyNames","abstract":"

    Undocumented

    "},"Classes/GPKGTileScaling.html":{"name":"GPKGTileScaling","abstract":"

    Tile Scaling object, for scaling tiles from nearby zoom levels for missing"},"Classes/GPKGTileScalingDao.html":{"name":"GPKGTileScalingDao","abstract":"

    Tile Scaling Data Access Object

    "},"Classes/GPKGTileScalingTableCreator.html":{"name":"GPKGTileScalingTableCreator","abstract":"

    Tile Scaling Extension Table Creator

    "},"Classes/GPKGTileScalingTypes.html":{"name":"GPKGTileScalingTypes","abstract":"

    Undocumented

    "},"Classes/GPKGTileTableScaling.html":{"name":"GPKGTileTableScaling","abstract":"

    Abstract Tile Table Scaling, for scaling tiles from nearby zoom levels for"},"Classes/GPKGFeatureStyle.html":{"name":"GPKGFeatureStyle","abstract":"

    Feature Style, including a style and icon, for a single feature geometry

    "},"Classes/GPKGFeatureStyleExtension.html":{"name":"GPKGFeatureStyleExtension","abstract":"

    Feature Style extension"},"Classes/GPKGFeatureStyles.html":{"name":"GPKGFeatureStyles","abstract":"

    Feature Styles, including styles and icons, for a single feature geometry or"},"Classes/GPKGFeatureTableStyles.html":{"name":"GPKGFeatureTableStyles","abstract":"

    Feature Table Styles, styles and icons for an individual feature table

    "},"Classes/GPKGIconCache.html":{"name":"GPKGIconCache","abstract":"

    Icon Cache of icon images

    "},"Classes/GPKGIconDao.html":{"name":"GPKGIconDao","abstract":"

    Icon DAO for reading icon tables

    "},"Classes/GPKGIconRow.html":{"name":"GPKGIconRow","abstract":"

    Icon Row containing the values from a single result set row

    "},"Classes/GPKGIconTable.html":{"name":"GPKGIconTable","abstract":"

    Icon Table

    "},"Classes/GPKGIcons.html":{"name":"GPKGIcons","abstract":"

    Icons for a single feature geometry or feature table default

    "},"Classes/GPKGStyleDao.html":{"name":"GPKGStyleDao","abstract":"

    Style DAO for reading style tables

    "},"Classes/GPKGStyleMappingDao.html":{"name":"GPKGStyleMappingDao","abstract":"

    Style Mapping DAO for reading style mapping data tables

    "},"Classes/GPKGStyleMappingRow.html":{"name":"GPKGStyleMappingRow","abstract":"

    Style Mapping Row containing the values from a single result set row

    "},"Classes/GPKGStyleMappingTable.html":{"name":"GPKGStyleMappingTable","abstract":"

    Feature Style mapping table

    "},"Classes/GPKGStyleRow.html":{"name":"GPKGStyleRow","abstract":"

    Style Row containing the values from a single result set row

    "},"Classes/GPKGStyleTable.html":{"name":"GPKGStyleTable","abstract":"

    Style Table

    "},"Classes/GPKGStyles.html":{"name":"GPKGStyles","abstract":"

    Styles for a single feature geometry or feature table default

    "},"Classes/GPKGExtendedRelation.html":{"name":"GPKGExtendedRelation","abstract":"

    Describes the relationships between a base table, a related data table, and a mapping table

    "},"Classes/GPKGExtendedRelationsDao.html":{"name":"GPKGExtendedRelationsDao","abstract":"

    Extended Relations Data Access Object

    "},"Classes/GPKGRelatedTablesExtension.html":{"name":"GPKGRelatedTablesExtension","abstract":"

    Related Tables extension"},"Classes/GPKGRelationTypes.html":{"name":"GPKGRelationTypes","abstract":"

    Undocumented

    "},"Classes/GPKGUserMappingDao.html":{"name":"GPKGUserMappingDao","abstract":"

    User Mapping DAO for reading user mapping data tables

    "},"Classes/GPKGUserMappingRow.html":{"name":"GPKGUserMappingRow","abstract":"

    User Mapping Row containing the values from a single result set row

    "},"Classes/GPKGUserMappingTable.html":{"name":"GPKGUserMappingTable","abstract":"

    Contains user mapping table factory and utility methods

    "},"Classes/GPKGUserRelatedTable.html":{"name":"GPKGUserRelatedTable","abstract":"

    User Defined Related Table

    "},"Classes/GPKGDublinCoreMetadata.html":{"name":"GPKGDublinCoreMetadata","abstract":"

    Dublin Core Metadata Initiative

    "},"Classes/GPKGDublinCoreTypes.html":{"name":"GPKGDublinCoreTypes","abstract":"

    Undocumented

    "},"Classes/GPKGMediaDao.html":{"name":"GPKGMediaDao","abstract":"

    User Media DAO for reading user media data tables

    "},"Classes/GPKGMediaRow.html":{"name":"GPKGMediaRow","abstract":"

    User Media Row containing the values from a single result set row

    "},"Classes/GPKGMediaTable.html":{"name":"GPKGMediaTable","abstract":"

    Media Requirements Class User-Defined Related Data Table

    "},"Classes/GPKGMediaTableMetadata.html":{"name":"GPKGMediaTableMetadata","abstract":"

    Media Table Metadata for defining table creation information

    "},"Classes/GPKGSimpleAttributesDao.html":{"name":"GPKGSimpleAttributesDao","abstract":"

    User Simple Attributes DAO for reading user simple attributes data tables

    "},"Classes/GPKGSimpleAttributesRow.html":{"name":"GPKGSimpleAttributesRow","abstract":"

    User Simple Attributes Row containing the values from a single result set row

    "},"Classes/GPKGSimpleAttributesTable.html":{"name":"GPKGSimpleAttributesTable","abstract":"

    Simple Attributes Requirements Class User-Defined Related Data Table

    "},"Classes/GPKGSimpleAttributesTableMetadata.html":{"name":"GPKGSimpleAttributesTableMetadata","abstract":"

    Simple Attributes Table Metadata for defining table creation information

    "},"Classes/GPKGFeatureIndexRTreeResults.html":{"name":"GPKGFeatureIndexRTreeResults","abstract":"

    Iterable Feature Index Results to iterate on feature rows retrieved from"},"Classes/GPKGRTreeIndexExtension.html":{"name":"GPKGRTreeIndexExtension","abstract":"

    RTree Index Extension"},"Classes/GPKGRTreeIndexTableDao.html":{"name":"GPKGRTreeIndexTableDao","abstract":"

    Undocumented

    "},"Classes/GPKGRTreeIndexTableRow.html":{"name":"GPKGRTreeIndexTableRow","abstract":"

    Undocumented

    "},"Classes/GPKGSchemaExtension.html":{"name":"GPKGSchemaExtension","abstract":"

    Schema extension"},"Classes/GPKGDataColumns.html":{"name":"GPKGDataColumns","abstract":"

    Stores minimal application schema identifying, descriptive and MIME type"},"Classes/GPKGDataColumnsDao.html":{"name":"GPKGDataColumnsDao","abstract":"

    Data Columns Data Access Object

    "},"Classes/GPKGDataColumnConstraints.html":{"name":"GPKGDataColumnConstraints","abstract":"

    Contains data to specify restrictions on basic data type column values

    "},"Classes/GPKGDataColumnConstraintsDao.html":{"name":"GPKGDataColumnConstraintsDao","abstract":"

    Data Column Constraints Data Access Object

    "},"Classes/GPKGFeatureGenerator.html":{"name":"GPKGFeatureGenerator","abstract":"

    Feature Generator

    "},"Classes/GPKGOAPIFeatureGenerator.html":{"name":"GPKGOAPIFeatureGenerator","abstract":"

    OGC API Features Generator

    "},"Classes/GPKGGeometryColumns.html":{"name":"GPKGGeometryColumns","abstract":"

    Geometry Columns object. Identifies the geometry columns in tables that"},"Classes/GPKGGeometryColumnsDao.html":{"name":"GPKGGeometryColumnsDao","abstract":"

    Geometry Columns Data Access Object

    "},"Classes/GPKGFeatureIndexFeatureResults.html":{"name":"GPKGFeatureIndexFeatureResults","abstract":"

    Iterable Feature Index Results to iterate on feature results from a feature"},"Classes/GPKGFeatureIndexGeoPackageResults.html":{"name":"GPKGFeatureIndexGeoPackageResults","abstract":"

    Feature Index Results to enumerate on feature rows"},"Classes/GPKGFeatureIndexListResults.html":{"name":"GPKGFeatureIndexListResults","abstract":"

    Feature Index Results Feature Row list implementation

    "},"Classes/GPKGFeatureIndexLocation.html":{"name":"GPKGFeatureIndexLocation","abstract":"

    Feature Index Location to iterate over indexed feature index types

    "},"Classes/GPKGFeatureIndexManager.html":{"name":"GPKGFeatureIndexManager","abstract":"

    Feature Index Manager to manage indexing of feature geometries in both Android metadata and"},"Classes/GPKGFeatureIndexMetadataResults.html":{"name":"GPKGFeatureIndexMetadataResults","abstract":"

    Feature Index Results to enumerate on feature rows"},"Classes/GPKGFeatureIndexResultSetResults.html":{"name":"GPKGFeatureIndexResultSetResults","abstract":"

    Feature Index Results Result Set implementation

    "},"Classes/GPKGFeatureIndexResults.html":{"name":"GPKGFeatureIndexResults","abstract":"

    Feature Index Results fast enumeration to iterate on feature rows in a for loop

    "},"Classes/GPKGFeatureIndexTypes.html":{"name":"GPKGFeatureIndexTypes","abstract":"

    Undocumented

    "},"Classes/GPKGMultipleFeatureIndexResults.html":{"name":"GPKGMultipleFeatureIndexResults","abstract":"

    Iterable Feature Index Results to iterate on feature rows from a combination of multiple"},"Classes/GPKGFeatureCache.html":{"name":"GPKGFeatureCache","abstract":"

    Feature Row Cache for a single feature table

    "},"Classes/GPKGFeatureCacheTables.html":{"name":"GPKGFeatureCacheTables","abstract":"

    Feature Row Cache for multiple feature tables in a single GeoPackage

    "},"Classes/GPKGFeatureColumn.html":{"name":"GPKGFeatureColumn","abstract":"

    Feature column

    "},"Classes/GPKGFeatureColumns.html":{"name":"GPKGFeatureColumns","abstract":"

    Collection of feature columns

    "},"Classes/GPKGFeatureDao.html":{"name":"GPKGFeatureDao","abstract":"

    Feature DAO for reading feature user data tables

    "},"Classes/GPKGFeatureRow.html":{"name":"GPKGFeatureRow","abstract":"

    Feature Row containing the values from a single result set row

    "},"Classes/GPKGFeatureTable.html":{"name":"GPKGFeatureTable","abstract":"

    Represents a user feature table

    "},"Classes/GPKGFeatureTableMetadata.html":{"name":"GPKGFeatureTableMetadata","abstract":"

    Feature Table Metadata for defining table creation information

    "},"Classes/GPKGFeatureTableReader.html":{"name":"GPKGFeatureTableReader","abstract":"

    Reads the metadata from an existing feature table

    "},"Classes/GPKGManualFeatureQuery.html":{"name":"GPKGManualFeatureQuery","abstract":"

    Performs manual brute force queries against feature rows"},"Classes/GPKGManualFeatureQueryResults.html":{"name":"GPKGManualFeatureQueryResults","abstract":"

    Manual Feature Query Results which includes the ids used to read each row

    "},"Classes/GPKGGeometryCrop.html":{"name":"GPKGGeometryCrop","abstract":"

    Geometry Crop utilities

    "},"Classes/GPKGGeometryData.html":{"name":"GPKGGeometryData","abstract":"

    GeoPackage Geometry Data

    "},"Classes/GPKGGeometryUtils.html":{"name":"GPKGGeometryUtils","abstract":"

    Geometry Utilities

    "},"Classes/GPKGFeatureShape.html":{"name":"GPKGFeatureShape","abstract":"

    Undocumented

    "},"Classes/GPKGFeatureShapes.html":{"name":"GPKGFeatureShapes","abstract":"

    Mantains a collection of feature map shapes by database, table name, and feature id

    "},"Classes/GPKGLocationBoundingBox.html":{"name":"GPKGLocationBoundingBox","abstract":"

    Location Bounding Box, contains left, up, right, and down coordinates

    "},"Classes/GPKGMapPoint.html":{"name":"GPKGMapPoint","abstract":"

    Map point annotation

    "},"Classes/GPKGMapPointOptions.html":{"name":"GPKGMapPointOptions","abstract":"

    Map Point options including style and atributes

    "},"Classes/GPKGMapShape.html":{"name":"GPKGMapShape","abstract":"

    Map shape object

    "},"Classes/GPKGMapShapeConverter.html":{"name":"GPKGMapShapeConverter","abstract":"

    Provides conversion methods between Well-Known Binary geometry objects and Map shapes. Includes adding shapes to map view functionality.

    "},"Classes/GPKGMapShapePoints.html":{"name":"GPKGMapShapePoints","abstract":"

    Map Shape with map points and corresponding shape point objects

    "},"Classes/GPKGMapShapeTypes.html":{"name":"GPKGMapShapeTypes","abstract":"

    Undocumented

    "},"Classes/GPKGMultiPoint.html":{"name":"GPKGMultiPoint","abstract":"

    Multi point shape

    "},"Classes/GPKGMultiPolygon.html":{"name":"GPKGMultiPolygon","abstract":"

    Multi polygon shape

    "},"Classes/GPKGMultiPolygonPoints.html":{"name":"GPKGMultiPolygonPoints","abstract":"

    Multiple Polygon Points shape

    "},"Classes/GPKGMultiPolyline.html":{"name":"GPKGMultiPolyline","abstract":"

    Multi polyline shape

    "},"Classes/GPKGMultiPolylinePoints.html":{"name":"GPKGMultiPolylinePoints","abstract":"

    Multiple Polyline Points shape

    "},"Classes/GPKGPolygon.html":{"name":"GPKGPolygon","abstract":"

    MapKit Polygon with Style Options

    "},"Classes/GPKGPolygonHolePoints.html":{"name":"GPKGPolygonHolePoints","abstract":"

    Polygon hole points shape

    "},"Classes/GPKGPolygonOptions.html":{"name":"GPKGPolygonOptions","abstract":"

    Polygon Style Options

    "},"Classes.html#/c:objc(cs)GPKGPolygonOrientations":{"name":"GPKGPolygonOrientations","abstract":"

    Undocumented

    "},"Classes/GPKGPolygonPoints.html":{"name":"GPKGPolygonPoints","abstract":"

    Polygon points shape

    "},"Classes/GPKGPolyline.html":{"name":"GPKGPolyline","abstract":"

    MapKit Polyline with Style Options

    "},"Classes/GPKGPolylineOptions.html":{"name":"GPKGPolylineOptions","abstract":"

    Polyline Style Options

    "},"Classes/GPKGPolylinePoints.html":{"name":"GPKGPolylinePoints","abstract":"

    Polyline points shape

    "},"Classes/GPKGCompressFormats.html":{"name":"GPKGCompressFormats","abstract":"

    Undocumented

    "},"Classes/GPKGIOUtils.html":{"name":"GPKGIOUtils","abstract":"

    Undocumented

    "},"Classes/GPKGImageConverter.html":{"name":"GPKGImageConverter","abstract":"

    Conversions between images and image byte data

    "},"Classes/GPKGNetworkUtils.html":{"name":"GPKGNetworkUtils","abstract":"

    Network Utilities

    "},"Classes/GPKGMapTolerance.html":{"name":"GPKGMapTolerance","abstract":"

    Map tolerance values distance and screen distances

    "},"Classes/GPKGMapUtils.html":{"name":"GPKGMapUtils","abstract":"

    Map utility methods

    "},"Classes/GPKGFeatureInfoBuilder.html":{"name":"GPKGFeatureInfoBuilder","abstract":"

    Undocumented

    "},"Classes/GPKGStyleCache.html":{"name":"GPKGStyleCache","abstract":"

    Style utilities for populating points and shapes. Caches icons for a single GeoPackage

    "},"Classes/GPKGStyleUtils.html":{"name":"GPKGStyleUtils","abstract":"

    Style utilities for populating points and shapes

    "},"Classes/GPKGProperties.html":{"name":"GPKGProperties","abstract":"

    GeoPackage property loader

    "},"Classes.html#/c:objc(cs)GPKGPropertyConstants":{"name":"GPKGPropertyConstants","abstract":"

    Undocumented

    "},"Classes/GPKGSpatialReferenceSystem.html":{"name":"GPKGSpatialReferenceSystem","abstract":"

    Spatial Reference System object. The coordinate reference system definitions"},"Classes/GPKGSpatialReferenceSystemDao.html":{"name":"GPKGSpatialReferenceSystemDao","abstract":"

    Spatial Reference System Data Access Object

    "},"Classes/GPKGPixelBounds.html":{"name":"GPKGPixelBounds","abstract":"

    Expanded pixel bounds from a point or location. Stored in directional left,"},"Classes/GPKGTileBoundingBoxUtils.html":{"name":"GPKGTileBoundingBoxUtils","abstract":"

    Tile Bounding Box utility methods

    "},"Classes/GPKGTileGenerator.html":{"name":"GPKGTileGenerator","abstract":"

    Creates a set of tiles within a GeoPackage

    "},"Classes/GPKGTileGrid.html":{"name":"GPKGTileGrid","abstract":"

    Tile grid with x and y ranges

    "},"Classes/GPKGTileUtils.html":{"name":"GPKGTileUtils","abstract":"

    Tile utilities and constants

    "},"Classes/GPKGUrlTileGenerator.html":{"name":"GPKGUrlTileGenerator","abstract":"

    Creates a set of tiles within a GeoPackage by downloading the tiles from a URL

    "},"Classes/GPKGFeaturePreview.html":{"name":"GPKGFeaturePreview","abstract":"

    Undocumented

    "},"Classes/GPKGFeatureTileContext.html":{"name":"GPKGFeatureTileContext","abstract":"

    Feature Tile Context for creating layered tiles to draw ordered features."},"Classes/GPKGFeatureTileGenerator.html":{"name":"GPKGFeatureTileGenerator","abstract":"

    Creates a set of tiles within a GeoPackage by generating tiles from features

    "},"Classes/GPKGFeatureTilePointIcon.html":{"name":"GPKGFeatureTilePointIcon","abstract":"

    Point icon in place of a drawn circle

    "},"Classes/GPKGFeatureTiles.html":{"name":"GPKGFeatureTiles","abstract":"

    Tiles drawn from or linked to features. Used to query features and optionally draw tiles"},"Classes/GPKGNumberFeaturesTile.html":{"name":"GPKGNumberFeaturesTile","abstract":"

    Draws a tile indicating the number of features that exist within the tile, visible when zoomed"},"Classes/GPKGTileMatrix.html":{"name":"GPKGTileMatrix","abstract":"

    Tile Matrix object. Documents the structure of the tile matrix at each zoom"},"Classes/GPKGTileMatrixDao.html":{"name":"GPKGTileMatrixDao","abstract":"

    Tile Matrix Data Access Object

    "},"Classes/GPKGTileMatrixSet.html":{"name":"GPKGTileMatrixSet","abstract":"

    Tile Matrix Set object. Defines the minimum bounding box (min_x, min_y,"},"Classes/GPKGTileMatrixSetDao.html":{"name":"GPKGTileMatrixSetDao","abstract":"

    Tile Matrix Set Data Access Object

    "},"Classes/GPKGBoundedOverlay.html":{"name":"GPKGBoundedOverlay","abstract":"

    Abstract overlay which provides bounding returned tiles by zoom levels and/or a bounding box

    "},"Classes/GPKGCompositeOverlay.html":{"name":"GPKGCompositeOverlay","abstract":"

    Composite overlay comprised of multiple overlays, checking each in order for a tile

    "},"Classes/GPKGFeatureOverlay.html":{"name":"GPKGFeatureOverlay","abstract":"

    Feature Tile Overlay which draws tiles from a feature table

    "},"Classes/GPKGFeatureOverlayQuery.html":{"name":"GPKGFeatureOverlayQuery","abstract":"

    Used to query the features represented by tiles, either being drawn from or linked to the features

    "},"Classes/GPKGFeatureRowData.html":{"name":"GPKGFeatureRowData","abstract":"

    Represents the values of a single feature row

    "},"Classes/GPKGFeatureTableData.html":{"name":"GPKGFeatureTableData","abstract":"

    Represents a collection of rows from a feature table

    "},"Classes/GPKGGeoPackageOverlay.html":{"name":"GPKGGeoPackageOverlay","abstract":"

    GeoPackage Tile Overlay

    "},"Classes/GPKGOverlayFactory.html":{"name":"GPKGOverlayFactory","abstract":"

    Get a tile provider for the Tile DAO

    "},"Classes/GPKGXYZOverlay.html":{"name":"GPKGXYZOverlay","abstract":"

    XYZ Overlay, assumes XYZ tiles

    "},"Classes/GPKGPlatteCarreOptimize.html":{"name":"GPKGPlatteCarreOptimize","abstract":"

    Platte Carre (WGS84) XYZ tiling optimizations

    "},"Classes/GPKGTileReprojection.html":{"name":"GPKGTileReprojection","abstract":"

    Tile Reprojection for reprojecting an existing tile table

    "},"Classes/GPKGTileReprojectionOptimize.html":{"name":"GPKGTileReprojectionOptimize","abstract":"

    Tile Reprojection Optimizations

    "},"Classes/GPKGTileReprojectionZoom.html":{"name":"GPKGTileReprojectionZoom","abstract":"

    Optional Tile Reprojection configuration for a zoom level

    "},"Classes/GPKGWebMercatorOptimize.html":{"name":"GPKGWebMercatorOptimize","abstract":"

    Web Mercator XYZ tiling optimizations

    "},"Classes/GPKGGeoPackageTile.html":{"name":"GPKGGeoPackageTile","abstract":"

    GeoPackage tile wrapper containing tile dimensions and raw image data

    "},"Classes/GPKGGeoPackageTileRetriever.html":{"name":"GPKGGeoPackageTileRetriever","abstract":"

    GeoPackage Tile Retriever, retrieves a tile from a GeoPackage from XYZ coordinates

    "},"Classes/GPKGTileCreator.html":{"name":"GPKGTileCreator","abstract":"

    Undocumented

    "},"Classes/GPKGXYZTileRetriever.html":{"name":"GPKGXYZTileRetriever","abstract":"

    XYZ Tile Retriever, assumes XYZ tiles

    "},"Classes/GPKGTileColumn.html":{"name":"GPKGTileColumn","abstract":"

    Tile column

    "},"Classes/GPKGTileColumns.html":{"name":"GPKGTileColumns","abstract":"

    Collection of tile columns

    "},"Classes/GPKGTileDao.html":{"name":"GPKGTileDao","abstract":"

    Tile DAO for reading tile user tables

    "},"Classes/GPKGTileDaoUtils.html":{"name":"GPKGTileDaoUtils","abstract":"

    Tile Data Access Object utilities

    "},"Classes/GPKGTileRow.html":{"name":"GPKGTileRow","abstract":"

    Tile Row containing the values from a single results row

    "},"Classes/GPKGTileTable.html":{"name":"GPKGTileTable","abstract":"

    Represents a user tile table

    "},"Classes/GPKGTileTableMetadata.html":{"name":"GPKGTileTableMetadata","abstract":"

    Tile Table Metadata for defining table creation information

    "},"Classes/GPKGTileTableReader.html":{"name":"GPKGTileTableReader","abstract":"

    Reads the metadata from an existing tile table

    "},"Classes/GPKGContentValues.html":{"name":"GPKGContentValues","abstract":"

    Content Values mapping between columns and values

    "},"Classes/GPKGRowPaginatedResults.html":{"name":"GPKGRowPaginatedResults","abstract":"

    Paginated Row Results for iterating and querying through chunks

    "},"Classes/GPKGRowResultSet.html":{"name":"GPKGRowResultSet","abstract":"

    User Row wrapped Result set

    "},"Classes/GPKGUserColumn.html":{"name":"GPKGUserColumn","abstract":"

    Metadata about a single column from a user table

    "},"Classes/GPKGUserColumns.html":{"name":"GPKGUserColumns","abstract":"

    Abstract collection of columns from a user table, representing a full set of"},"Classes/GPKGUserDao.html":{"name":"GPKGUserDao","abstract":"

    Abstract User DAO for reading user tables

    "},"Classes/GPKGUserRow.html":{"name":"GPKGUserRow","abstract":"

    User Row containing the values from a single result row

    "},"Classes/GPKGUserRowSync.html":{"name":"GPKGUserRowSync","abstract":"

    User Row Sync to support sharing a single user row read copy when multiple"},"Classes/GPKGUserTable.html":{"name":"GPKGUserTable","abstract":"

    Abstract user table

    "},"Classes/GPKGUserTableMetadata.html":{"name":"GPKGUserTableMetadata","abstract":"

    User Table Metadata for defining table creation information

    "},"Classes/GPKGUserTableReader.html":{"name":"GPKGUserTableReader","abstract":"

    Reads the metadata from an existing user table

    "},"Classes/GPKGUserCustomColumn.html":{"name":"GPKGUserCustomColumn","abstract":"

    User Custom column

    "},"Classes/GPKGUserCustomColumns.html":{"name":"GPKGUserCustomColumns","abstract":"

    Collection of user custom columns

    "},"Classes/GPKGUserCustomDao.html":{"name":"GPKGUserCustomDao","abstract":"

    User Custom DAO for reading user custom data tables

    "},"Classes/GPKGUserCustomRow.html":{"name":"GPKGUserCustomRow","abstract":"

    User Custom Row containing the values from a single results row

    "},"Classes/GPKGUserCustomTable.html":{"name":"GPKGUserCustomTable","abstract":"

    Represents a user custom table

    "},"Classes/GPKGUserCustomTableReader.html":{"name":"GPKGUserCustomTableReader","abstract":"

    Reads the metadata from an existing user custom table

    "},"Classes/GPKGGeoPackageValidate.html":{"name":"GPKGGeoPackageValidate","abstract":"

    Performs GeoPackage validations

    "},"Classes.html":{"name":"Classes","abstract":"

    The following classes are available globally.

    "},"Constants.html":{"name":"Constants","abstract":"

    The following constants are available globally.

    "},"Enums.html":{"name":"Enumerations","abstract":"

    The following enumerations are available globally.

    "},"Protocols.html":{"name":"Protocols","abstract":"

    The following protocols are available globally.

    "},"Type%20Definitions.html":{"name":"Type Definitions","abstract":"

    The following type definitions are available globally.

    "},"Functions.html":{"name":"Functions","abstract":"

    The following functions are available globally.

    "},"Structs.html":{"name":"Structures","abstract":"

    The following structures are available globally.

    "}} \ No newline at end of file diff --git a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/docSet.dsidx b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/docSet.dsidx index 551a114c..79a4cf79 100644 Binary files a/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/docSet.dsidx and b/docs/docs/api/docsets/geopackage-ios.docset/Contents/Resources/docSet.dsidx differ diff --git a/docs/docs/api/docsets/geopackage-ios.tgz b/docs/docs/api/docsets/geopackage-ios.tgz index 6a492bbc..bbf64816 100644 Binary files a/docs/docs/api/docsets/geopackage-ios.tgz and b/docs/docs/api/docsets/geopackage-ios.tgz differ diff --git a/docs/docs/api/index.html b/docs/docs/api/index.html index 2d973a66..dca9f487 100644 --- a/docs/docs/api/index.html +++ b/docs/docs/api/index.html @@ -16,7 +16,7 @@
    -

    geopackage-ios 7.4.1 Docs (83% documented)

    +

    geopackage-ios 7.4.2 Docs (83% documented)

    GitHubView on GitHub

    @@ -5059,12 +5059,12 @@

    Getting Started

    Include this repository by specifying it in a Podfile using a supported option.

    Pull from CocoaPods:

    -
    pod 'geopackage-ios', '~> 7.4.1'
    +
    pod 'geopackage-ios', '~> 7.4.2'
     

    Pull from GitHub via CocoaPods:

    pod 'geopackage-ios', :git => 'https://github.com/ngageoint/geopackage-ios.git', :branch => 'master'
    -pod 'geopackage-ios', :git => 'https://github.com/ngageoint/geopackage-ios.git', :tag => '7.4.1'
    +pod 'geopackage-ios', :git => 'https://github.com/ngageoint/geopackage-ios.git', :tag => '7.4.2'
     

    Include as local project:

    @@ -5364,13 +5364,13 @@

    Build

    Build & Test

    +

    See the above note about automake and glibtoolize.

    +

    Build this repository using Xcode and/or CocoaPods:

    pod repo update
     pod install
     
    -

    See the above note about automake and glibtoolize.

    -

    Open geopackage-ios.xcworkspace in Xcode or build from command line:

    xcodebuild -workspace 'geopackage-ios.xcworkspace' -scheme geopackage-ios build
     
    @@ -5392,7 +5392,7 @@

    Remote Dependencies

    diff --git a/docs/docs/api/search.json b/docs/docs/api/search.json index 722e3a42..b0e90900 100644 --- a/docs/docs/api/search.json +++ b/docs/docs/api/search.json @@ -1 +1 @@ -{"Structs/GPKGBoundingBoxSize.html#/c:@S@GPKGBoundingBoxSize@FI@width":{"name":"width","abstract":"

    Undocumented

    ","parent_name":"GPKGBoundingBoxSize"},"Structs/GPKGBoundingBoxSize.html#/c:@S@GPKGBoundingBoxSize@FI@height":{"name":"height","abstract":"

    Undocumented

    ","parent_name":"GPKGBoundingBoxSize"},"Structs/PW_COEF.html#/c:@S@PW_COEF@FI@m":{"name":"m","abstract":"

    Undocumented

    ","parent_name":"PW_COEF"},"Structs/PW_COEF.html#/c:@S@PW_COEF@FI@c":{"name":"c","abstract":"

    Undocumented

    ","parent_name":"PW_COEF"},"Structs/_PJ_GridCatalog.html#/c:@S@_PJ_GridCatalog@FI@catalog_name":{"name":"catalog_name","abstract":"

    Undocumented

    ","parent_name":"_PJ_GridCatalog"},"Structs/_PJ_GridCatalog.html#/c:@S@_PJ_GridCatalog@FI@region":{"name":"region","abstract":"

    Undocumented

    ","parent_name":"_PJ_GridCatalog"},"Structs/_PJ_GridCatalog.html#/c:@S@_PJ_GridCatalog@FI@entry_count":{"name":"entry_count","abstract":"

    Undocumented

    ","parent_name":"_PJ_GridCatalog"},"Structs/_PJ_GridCatalog.html#/c:@S@_PJ_GridCatalog@FI@entries":{"name":"entries","abstract":"

    Undocumented

    ","parent_name":"_PJ_GridCatalog"},"Structs/_PJ_GridCatalog.html#/c:@S@_PJ_GridCatalog@FI@next":{"name":"next","abstract":"

    Undocumented

    ","parent_name":"_PJ_GridCatalog"},"Structs/_pj_gi.html#/c:@S@_pj_gi@FI@gridname":{"name":"gridname","abstract":"

    Undocumented

    ","parent_name":"_pj_gi"},"Structs/_pj_gi.html#/c:@S@_pj_gi@FI@filename":{"name":"filename","abstract":"

    Undocumented

    ","parent_name":"_pj_gi"},"Structs/_pj_gi.html#/c:@S@_pj_gi@FI@format":{"name":"format","abstract":"

    Undocumented

    ","parent_name":"_pj_gi"},"Structs/_pj_gi.html#/c:@S@_pj_gi@FI@grid_offset":{"name":"grid_offset","abstract":"

    Undocumented

    ","parent_name":"_pj_gi"},"Structs/_pj_gi.html#/c:@S@_pj_gi@FI@must_swap":{"name":"must_swap","abstract":"

    Undocumented

    ","parent_name":"_pj_gi"},"Structs/_pj_gi.html#/c:@S@_pj_gi@FI@ct":{"name":"ct","abstract":"

    Undocumented

    ","parent_name":"_pj_gi"},"Structs/_pj_gi.html#/c:@S@_pj_gi@FI@next":{"name":"next","abstract":"

    Undocumented

    ","parent_name":"_pj_gi"},"Structs/_pj_gi.html#/c:@S@_pj_gi@FI@child":{"name":"child","abstract":"

    Undocumented

    ","parent_name":"_pj_gi"},"Structs/CTABLE.html#/c:@S@CTABLE@FI@id":{"name":"id","abstract":"

    Undocumented

    ","parent_name":"CTABLE"},"Structs/CTABLE.html#/c:@S@CTABLE@FI@ll":{"name":"ll","abstract":"

    Undocumented

    ","parent_name":"CTABLE"},"Structs/CTABLE.html#/c:@S@CTABLE@FI@del":{"name":"del","abstract":"

    Undocumented

    ","parent_name":"CTABLE"},"Structs/CTABLE.html#/c:@S@CTABLE@FI@lim":{"name":"lim","abstract":"

    Undocumented

    ","parent_name":"CTABLE"},"Structs/CTABLE.html#/c:@S@CTABLE@FI@cvs":{"name":"cvs","abstract":"

    Undocumented

    ","parent_name":"CTABLE"},"Structs/ARG_list.html#/c:@S@ARG_list@FI@next":{"name":"next","abstract":"

    Undocumented

    ","parent_name":"ARG_list"},"Structs/ARG_list.html#/c:@S@ARG_list@FI@used":{"name":"used","abstract":"

    Undocumented

    ","parent_name":"ARG_list"},"Structs/ARG_list.html#/c:@S@ARG_list@FI@param":{"name":"param","abstract":"

    Undocumented

    ","parent_name":"ARG_list"},"Structs/FACTORS.html#/c:@S@FACTORS@FI@der":{"name":"der","abstract":"

    Undocumented

    ","parent_name":"FACTORS"},"Structs/FACTORS.html#/c:@S@FACTORS@FI@h":{"name":"h","abstract":"

    Undocumented

    ","parent_name":"FACTORS"},"Structs/FACTORS.html#/c:@S@FACTORS@FI@k":{"name":"k","abstract":"

    Undocumented

    ","parent_name":"FACTORS"},"Structs/FACTORS.html#/c:@S@FACTORS@FI@omega":{"name":"omega","abstract":"

    Undocumented

    ","parent_name":"FACTORS"},"Structs/FACTORS.html#/c:@S@FACTORS@FI@thetap":{"name":"thetap","abstract":"

    Undocumented

    ","parent_name":"FACTORS"},"Structs/FACTORS.html#/c:@S@FACTORS@FI@conv":{"name":"conv","abstract":"

    Undocumented

    ","parent_name":"FACTORS"},"Structs/FACTORS.html#/c:@S@FACTORS@FI@s":{"name":"s","abstract":"

    Undocumented

    ","parent_name":"FACTORS"},"Structs/FACTORS.html#/c:@S@FACTORS@FI@a":{"name":"a","abstract":"

    Undocumented

    ","parent_name":"FACTORS"},"Structs/FACTORS.html#/c:@S@FACTORS@FI@b":{"name":"b","abstract":"

    Undocumented

    ","parent_name":"FACTORS"},"Structs/FACTORS.html#/c:@S@FACTORS@FI@code":{"name":"code","abstract":"

    Undocumented

    ","parent_name":"FACTORS"},"Structs/DERIVS.html#/c:@S@DERIVS@FI@x_l":{"name":"x_l","abstract":"

    Undocumented

    ","parent_name":"DERIVS"},"Structs/DERIVS.html#/c:@S@DERIVS@FI@x_p":{"name":"x_p","abstract":"

    Undocumented

    ","parent_name":"DERIVS"},"Structs/DERIVS.html#/c:@S@DERIVS@FI@y_l":{"name":"y_l","abstract":"

    Undocumented

    ","parent_name":"DERIVS"},"Structs/DERIVS.html#/c:@S@DERIVS@FI@y_p":{"name":"y_p","abstract":"

    Undocumented

    ","parent_name":"DERIVS"},"Structs/PJ_PRIME_MERIDIANS.html#/c:@S@PJ_PRIME_MERIDIANS@FI@id":{"name":"id","abstract":"

    Undocumented

    ","parent_name":"PJ_PRIME_MERIDIANS"},"Structs/PJ_PRIME_MERIDIANS.html#/c:@S@PJ_PRIME_MERIDIANS@FI@defn":{"name":"defn","abstract":"

    Undocumented

    ","parent_name":"PJ_PRIME_MERIDIANS"},"Structs/PJ_DATUMS.html#/c:@S@PJ_DATUMS@FI@id":{"name":"id","abstract":"

    Undocumented

    ","parent_name":"PJ_DATUMS"},"Structs/PJ_DATUMS.html#/c:@S@PJ_DATUMS@FI@defn":{"name":"defn","abstract":"

    Undocumented

    ","parent_name":"PJ_DATUMS"},"Structs/PJ_DATUMS.html#/c:@S@PJ_DATUMS@FI@ellipse_id":{"name":"ellipse_id","abstract":"

    Undocumented

    ","parent_name":"PJ_DATUMS"},"Structs/PJ_DATUMS.html#/c:@S@PJ_DATUMS@FI@comments":{"name":"comments","abstract":"

    Undocumented

    ","parent_name":"PJ_DATUMS"},"Structs/PJ_UNITS.html#/c:@S@PJ_UNITS@FI@id":{"name":"id","abstract":"

    Undocumented

    ","parent_name":"PJ_UNITS"},"Structs/PJ_UNITS.html#/c:@S@PJ_UNITS@FI@to_meter":{"name":"to_meter","abstract":"

    Undocumented

    ","parent_name":"PJ_UNITS"},"Structs/PJ_UNITS.html#/c:@S@PJ_UNITS@FI@name":{"name":"name","abstract":"

    Undocumented

    ","parent_name":"PJ_UNITS"},"Structs/PJ_ELLPS.html#/c:@S@PJ_ELLPS@FI@id":{"name":"id","abstract":"

    Undocumented

    ","parent_name":"PJ_ELLPS"},"Structs/PJ_ELLPS.html#/c:@S@PJ_ELLPS@FI@major":{"name":"major","abstract":"

    Undocumented

    ","parent_name":"PJ_ELLPS"},"Structs/PJ_ELLPS.html#/c:@S@PJ_ELLPS@FI@ell":{"name":"ell","abstract":"

    Undocumented

    ","parent_name":"PJ_ELLPS"},"Structs/PJ_ELLPS.html#/c:@S@PJ_ELLPS@FI@name":{"name":"name","abstract":"

    Undocumented

    ","parent_name":"PJ_ELLPS"},"Structs/PJ_SELFTEST_LIST.html#/c:@S@PJ_SELFTEST_LIST@FI@id":{"name":"id","abstract":"

    Undocumented

    ","parent_name":"PJ_SELFTEST_LIST"},"Structs/PJ_SELFTEST_LIST.html#/c:@S@PJ_SELFTEST_LIST@FI@testfunc":{"name":"testfunc","abstract":"

    Undocumented

    ","parent_name":"PJ_SELFTEST_LIST"},"Structs/PJ_LIST.html#/c:@S@PJ_LIST@FI@id":{"name":"id","abstract":"

    Undocumented

    ","parent_name":"PJ_LIST"},"Structs/PJ_LIST.html#/c:@S@PJ_LIST@FI@proj":{"name":"proj","abstract":"

    Undocumented

    ","parent_name":"PJ_LIST"},"Structs/PJ_LIST.html#/c:@S@PJ_LIST@FI@descr":{"name":"descr","abstract":"

    Undocumented

    ","parent_name":"PJ_LIST"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@ctx":{"name":"ctx","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@fwd":{"name":"fwd","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@inv":{"name":"inv","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@fwd3d":{"name":"fwd3d","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@inv3d":{"name":"inv3d","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@spc":{"name":"spc","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@pfree":{"name":"pfree","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@descr":{"name":"descr","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@params":{"name":"params","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@over":{"name":"over","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@geoc":{"name":"geoc","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@is_latlong":{"name":"is_latlong","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@is_geocent":{"name":"is_geocent","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@a":{"name":"a","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@a_orig":{"name":"a_orig","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@es":{"name":"es","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@es_orig":{"name":"es_orig","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@e":{"name":"e","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@ra":{"name":"ra","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@one_es":{"name":"one_es","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@rone_es":{"name":"rone_es","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@lam0":{"name":"lam0","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@phi0":{"name":"phi0","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@x0":{"name":"x0","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@y0":{"name":"y0","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@k0":{"name":"k0","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@to_meter":{"name":"to_meter","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@fr_meter":{"name":"fr_meter","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@datum_type":{"name":"datum_type","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@datum_params":{"name":"datum_params","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@_pj_gi":{"name":"_pj_gi","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@gridlist":{"name":"gridlist","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@gridlist_count":{"name":"gridlist_count","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@has_geoid_vgrids":{"name":"has_geoid_vgrids","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@vgridlist_geoid":{"name":"vgridlist_geoid","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@vgridlist_geoid_count":{"name":"vgridlist_geoid_count","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@vto_meter":{"name":"vto_meter","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@vfr_meter":{"name":"vfr_meter","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@from_greenwich":{"name":"from_greenwich","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@long_wrap_center":{"name":"long_wrap_center","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@is_long_wrap_set":{"name":"is_long_wrap_set","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@axis":{"name":"axis","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@catalog_name":{"name":"catalog_name","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@_PJ_GridCatalog":{"name":"_PJ_GridCatalog","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@catalog":{"name":"catalog","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@datum_date":{"name":"datum_date","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@last_before_grid":{"name":"last_before_grid","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@last_before_region":{"name":"last_before_region","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@last_before_date":{"name":"last_before_date","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@last_after_grid":{"name":"last_after_grid","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@last_after_region":{"name":"last_after_region","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@last_after_date":{"name":"last_after_date","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/projFileAPI_t.html#/c:@S@projFileAPI_t@FI@FOpen":{"name":"FOpen","abstract":"

    Undocumented

    ","parent_name":"projFileAPI_t"},"Structs/projFileAPI_t.html#/c:@S@projFileAPI_t@FI@FRead":{"name":"FRead","abstract":"

    Undocumented

    ","parent_name":"projFileAPI_t"},"Structs/projFileAPI_t.html#/c:@S@projFileAPI_t@FI@FSeek":{"name":"FSeek","abstract":"

    Undocumented

    ","parent_name":"projFileAPI_t"},"Structs/projFileAPI_t.html#/c:@S@projFileAPI_t@FI@FTell":{"name":"FTell","abstract":"

    Undocumented

    ","parent_name":"projFileAPI_t"},"Structs/projFileAPI_t.html#/c:@S@projFileAPI_t@FI@FClose":{"name":"FClose","abstract":"

    Undocumented

    ","parent_name":"projFileAPI_t"},"Structs/projFileAPI_t.html":{"name":"projFileAPI_t","abstract":"

    Undocumented

    "},"Structs/PJconsts.html":{"name":"PJconsts","abstract":"

    Undocumented

    "},"Structs/PJ_LIST.html":{"name":"PJ_LIST","abstract":"

    Undocumented

    "},"Structs/PJ_SELFTEST_LIST.html":{"name":"PJ_SELFTEST_LIST","abstract":"

    Undocumented

    "},"Structs/PJ_ELLPS.html":{"name":"PJ_ELLPS","abstract":"

    Undocumented

    "},"Structs/PJ_UNITS.html":{"name":"PJ_UNITS","abstract":"

    Undocumented

    "},"Structs/PJ_DATUMS.html":{"name":"PJ_DATUMS","abstract":"

    Undocumented

    "},"Structs/PJ_PRIME_MERIDIANS.html":{"name":"PJ_PRIME_MERIDIANS","abstract":"

    Undocumented

    "},"Structs/DERIVS.html":{"name":"DERIVS","abstract":"

    Undocumented

    "},"Structs/FACTORS.html":{"name":"FACTORS","abstract":"

    Undocumented

    "},"Structs/ARG_list.html":{"name":"ARG_list","abstract":"

    Undocumented

    "},"Structs/CTABLE.html":{"name":"CTABLE","abstract":"

    Undocumented

    "},"Structs/_pj_gi.html":{"name":"_pj_gi","abstract":"

    Undocumented

    "},"Structs/_PJ_GridCatalog.html":{"name":"_PJ_GridCatalog","abstract":"

    Undocumented

    "},"Structs/PW_COEF.html":{"name":"PW_COEF","abstract":"

    Undocumented

    "},"Structs/GPKGBoundingBoxSize.html":{"name":"GPKGBoundingBoxSize","abstract":"

    Bounding box width and height struct

    "},"Functions.html#/c:@F@pj_fwd":{"name":"pj_fwd","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_inv":{"name":"pj_inv","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_fwd3d":{"name":"pj_fwd3d","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_inv3d":{"name":"pj_inv3d","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_transform":{"name":"pj_transform","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_datum_transform":{"name":"pj_datum_transform","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_geocentric_to_geodetic":{"name":"pj_geocentric_to_geodetic","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_geodetic_to_geocentric":{"name":"pj_geodetic_to_geocentric","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_compare_datums":{"name":"pj_compare_datums","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_apply_gridshift":{"name":"pj_apply_gridshift","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_deallocate_grids":{"name":"pj_deallocate_grids","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_clear_initcache":{"name":"pj_clear_initcache","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_is_latlong":{"name":"pj_is_latlong","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_is_geocent":{"name":"pj_is_geocent","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_get_spheroid_defn":{"name":"pj_get_spheroid_defn","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_pr_list":{"name":"pj_pr_list","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_free":{"name":"pj_free","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_set_finder":{"name":"pj_set_finder","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_set_searchpath":{"name":"pj_set_searchpath","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_init":{"name":"pj_init","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_init_plus":{"name":"pj_init_plus","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_init_ctx":{"name":"pj_init_ctx","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_init_plus_ctx":{"name":"pj_init_plus_ctx","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_get_def":{"name":"pj_get_def","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_latlong_from_proj":{"name":"pj_latlong_from_proj","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_malloc":{"name":"pj_malloc","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_dalloc":{"name":"pj_dalloc","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_calloc":{"name":"pj_calloc","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_dealloc":{"name":"pj_dealloc","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_strerrno":{"name":"pj_strerrno","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_get_errno_ref":{"name":"pj_get_errno_ref","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_get_release":{"name":"pj_get_release","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_acquire_lock":{"name":"pj_acquire_lock","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_release_lock":{"name":"pj_release_lock","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_cleanup_lock":{"name":"pj_cleanup_lock","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_get_default_ctx":{"name":"pj_get_default_ctx","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_get_ctx":{"name":"pj_get_ctx","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_set_ctx":{"name":"pj_set_ctx","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_ctx_alloc":{"name":"pj_ctx_alloc","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_ctx_free":{"name":"pj_ctx_free","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_ctx_get_errno":{"name":"pj_ctx_get_errno","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_ctx_set_errno":{"name":"pj_ctx_set_errno","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_ctx_set_debug":{"name":"pj_ctx_set_debug","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_ctx_set_logger":{"name":"pj_ctx_set_logger","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_ctx_set_app_data":{"name":"pj_ctx_set_app_data","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_ctx_get_app_data":{"name":"pj_ctx_get_app_data","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_ctx_set_fileapi":{"name":"pj_ctx_set_fileapi","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_ctx_get_fileapi":{"name":"pj_ctx_get_fileapi","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_log":{"name":"pj_log","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_stderr_logger":{"name":"pj_stderr_logger","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_get_default_fileapi":{"name":"pj_get_default_fileapi","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_ctx_fopen":{"name":"pj_ctx_fopen","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_ctx_fread":{"name":"pj_ctx_fread","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_ctx_fseek":{"name":"pj_ctx_fseek","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_ctx_ftell":{"name":"pj_ctx_ftell","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_ctx_fclose":{"name":"pj_ctx_fclose","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_ctx_fgets":{"name":"pj_ctx_fgets","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_open_lib":{"name":"pj_open_lib","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_run_selftests":{"name":"pj_run_selftests","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@hypot":{"name":"hypot","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_generic_selftest":{"name":"pj_generic_selftest","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@dmstor":{"name":"dmstor","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@dmstor_ctx":{"name":"dmstor_ctx","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@set_rtodms":{"name":"set_rtodms","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@rtodms":{"name":"rtodms","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@adjlon":{"name":"adjlon","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@aacos":{"name":"aacos","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@aasin":{"name":"aasin","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@asqrt":{"name":"asqrt","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@aatan2":{"name":"aatan2","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_param":{"name":"pj_param","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_mkparam":{"name":"pj_mkparam","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_ell_set":{"name":"pj_ell_set","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_datum_set":{"name":"pj_datum_set","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_prime_meridian_set":{"name":"pj_prime_meridian_set","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_angular_units_set":{"name":"pj_angular_units_set","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_prepare":{"name":"pj_prepare","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_clone_paralist":{"name":"pj_clone_paralist","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_search_initcache":{"name":"pj_search_initcache","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_insert_initcache":{"name":"pj_insert_initcache","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_enfn":{"name":"pj_enfn","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_mlfn":{"name":"pj_mlfn","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_inv_mlfn":{"name":"pj_inv_mlfn","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_qsfn":{"name":"pj_qsfn","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_tsfn":{"name":"pj_tsfn","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_msfn":{"name":"pj_msfn","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_phi2":{"name":"pj_phi2","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_qsfn_":{"name":"pj_qsfn_","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_authset":{"name":"pj_authset","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_authlat":{"name":"pj_authlat","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_zpoly1":{"name":"pj_zpoly1","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_zpolyd1":{"name":"pj_zpolyd1","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_deriv":{"name":"pj_deriv","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_factors":{"name":"pj_factors","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@mk_cheby":{"name":"mk_cheby","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@bpseval":{"name":"bpseval","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@bcheval":{"name":"bcheval","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@biveval":{"name":"biveval","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@vector1":{"name":"vector1","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@vector2":{"name":"vector2","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@freev2":{"name":"freev2","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@bchgen":{"name":"bchgen","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@bch2bps":{"name":"bch2bps","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@nad_intr":{"name":"nad_intr","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@nad_cvt":{"name":"nad_cvt","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@nad_init":{"name":"nad_init","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@nad_ctable_init":{"name":"nad_ctable_init","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@nad_ctable_load":{"name":"nad_ctable_load","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@nad_ctable2_init":{"name":"nad_ctable2_init","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@nad_ctable2_load":{"name":"nad_ctable2_load","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@nad_free":{"name":"nad_free","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_apply_vgridshift":{"name":"pj_apply_vgridshift","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_apply_gridshift_2":{"name":"pj_apply_gridshift_2","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_apply_gridshift_3":{"name":"pj_apply_gridshift_3","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_gridlist_from_nadgrids":{"name":"pj_gridlist_from_nadgrids","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_gridinfo_init":{"name":"pj_gridinfo_init","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_gridinfo_load":{"name":"pj_gridinfo_load","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_gridinfo_free":{"name":"pj_gridinfo_free","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_gc_findcatalog":{"name":"pj_gc_findcatalog","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_gc_readcatalog":{"name":"pj_gc_readcatalog","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_gc_unloadall":{"name":"pj_gc_unloadall","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_gc_apply_gridshift":{"name":"pj_gc_apply_gridshift","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_gc_findgrid":{"name":"pj_gc_findgrid","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_gc_parsedate":{"name":"pj_gc_parsedate","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@proj_mdist_ini":{"name":"proj_mdist_ini","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@proj_mdist":{"name":"proj_mdist","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@proj_inv_mdist":{"name":"proj_inv_mdist","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_gauss_ini":{"name":"pj_gauss_ini","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_gauss":{"name":"pj_gauss","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_inv_gauss":{"name":"pj_inv_gauss","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_get_ellps_ref":{"name":"pj_get_ellps_ref","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_get_datums_ref":{"name":"pj_get_datums_ref","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_get_units_ref":{"name":"pj_get_units_ref","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_get_list_ref":{"name":"pj_get_list_ref","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_get_selftest_list_ref":{"name":"pj_get_selftest_list_ref","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_get_prime_meridians_ref":{"name":"pj_get_prime_meridians_ref","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_atof":{"name":"pj_atof","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_strtod":{"name":"pj_strtod","abstract":"

    Undocumented

    "},"Type%20Definitions/Tseries/.html#/c:@SA@Tseries@FI@a":{"name":"a","abstract":"

    Undocumented

    "},"Type%20Definitions/Tseries/.html#/c:@SA@Tseries@FI@b":{"name":"b","abstract":"

    Undocumented

    "},"Type%20Definitions/Tseries/.html#/c:@SA@Tseries@FI@cu":{"name":"cu","abstract":"

    Undocumented

    "},"Type%20Definitions/Tseries/.html#/c:@SA@Tseries@FI@cv":{"name":"cv","abstract":"

    Undocumented

    "},"Type%20Definitions/Tseries/.html#/c:@SA@Tseries@FI@mu":{"name":"mu","abstract":"

    Undocumented

    "},"Type%20Definitions/Tseries/.html#/c:@SA@Tseries@FI@mv":{"name":"mv","abstract":"

    Undocumented

    "},"Type%20Definitions/Tseries/.html#/c:@SA@Tseries@FI@power":{"name":"power","abstract":"

    Undocumented

    "},"Type%20Definitions/PJ_GridCatalog/_PJ_GridCatalog.html#/c:@S@_PJ_GridCatalog@FI@catalog_name":{"name":"catalog_name","abstract":"

    Undocumented

    ","parent_name":"_PJ_GridCatalog"},"Type%20Definitions/PJ_GridCatalog/_PJ_GridCatalog.html#/c:@S@_PJ_GridCatalog@FI@region":{"name":"region","abstract":"

    Undocumented

    ","parent_name":"_PJ_GridCatalog"},"Type%20Definitions/PJ_GridCatalog/_PJ_GridCatalog.html#/c:@S@_PJ_GridCatalog@FI@entry_count":{"name":"entry_count","abstract":"

    Undocumented

    ","parent_name":"_PJ_GridCatalog"},"Type%20Definitions/PJ_GridCatalog/_PJ_GridCatalog.html#/c:@S@_PJ_GridCatalog@FI@entries":{"name":"entries","abstract":"

    Undocumented

    ","parent_name":"_PJ_GridCatalog"},"Type%20Definitions/PJ_GridCatalog/_PJ_GridCatalog.html#/c:@S@_PJ_GridCatalog@FI@next":{"name":"next","abstract":"

    Undocumented

    ","parent_name":"_PJ_GridCatalog"},"Type%20Definitions/PJ_GridCatalog/_PJ_GridCatalog.html":{"name":"_PJ_GridCatalog","abstract":"

    Undocumented

    ","parent_name":"PJ_GridCatalog"},"Type%20Definitions/PJ_GridCatalogEntry/.html#/c:@SA@PJ_GridCatalogEntry@FI@region":{"name":"region","abstract":"

    Undocumented

    "},"Type%20Definitions/PJ_GridCatalogEntry/.html#/c:@SA@PJ_GridCatalogEntry@FI@priority":{"name":"priority","abstract":"

    Undocumented

    "},"Type%20Definitions/PJ_GridCatalogEntry/.html#/c:@SA@PJ_GridCatalogEntry@FI@date":{"name":"date","abstract":"

    Undocumented

    "},"Type%20Definitions/PJ_GridCatalogEntry/.html#/c:@SA@PJ_GridCatalogEntry@FI@definition":{"name":"definition","abstract":"

    Undocumented

    "},"Type%20Definitions/PJ_GridCatalogEntry/.html#/c:@SA@PJ_GridCatalogEntry@FI@gridinfo":{"name":"gridinfo","abstract":"

    Undocumented

    "},"Type%20Definitions/PJ_GridCatalogEntry/.html#/c:@SA@PJ_GridCatalogEntry@FI@available":{"name":"available","abstract":"

    Undocumented

    "},"Type%20Definitions/PJ_GRIDINFO/_pj_gi.html#/c:@S@_pj_gi@FI@gridname":{"name":"gridname","abstract":"

    Undocumented

    ","parent_name":"_pj_gi"},"Type%20Definitions/PJ_GRIDINFO/_pj_gi.html#/c:@S@_pj_gi@FI@filename":{"name":"filename","abstract":"

    Undocumented

    ","parent_name":"_pj_gi"},"Type%20Definitions/PJ_GRIDINFO/_pj_gi.html#/c:@S@_pj_gi@FI@format":{"name":"format","abstract":"

    Undocumented

    ","parent_name":"_pj_gi"},"Type%20Definitions/PJ_GRIDINFO/_pj_gi.html#/c:@S@_pj_gi@FI@grid_offset":{"name":"grid_offset","abstract":"

    Undocumented

    ","parent_name":"_pj_gi"},"Type%20Definitions/PJ_GRIDINFO/_pj_gi.html#/c:@S@_pj_gi@FI@must_swap":{"name":"must_swap","abstract":"

    Undocumented

    ","parent_name":"_pj_gi"},"Type%20Definitions/PJ_GRIDINFO/_pj_gi.html#/c:@S@_pj_gi@FI@ct":{"name":"ct","abstract":"

    Undocumented

    ","parent_name":"_pj_gi"},"Type%20Definitions/PJ_GRIDINFO/_pj_gi.html#/c:@S@_pj_gi@FI@next":{"name":"next","abstract":"

    Undocumented

    ","parent_name":"_pj_gi"},"Type%20Definitions/PJ_GRIDINFO/_pj_gi.html#/c:@S@_pj_gi@FI@child":{"name":"child","abstract":"

    Undocumented

    ","parent_name":"_pj_gi"},"Type%20Definitions/PJ_GRIDINFO/_pj_gi.html":{"name":"_pj_gi","abstract":"

    Undocumented

    ","parent_name":"PJ_GRIDINFO"},"Type%20Definitions/ILP/.html#/c:@SA@ILP@FI@lam":{"name":"lam","abstract":"

    Undocumented

    "},"Type%20Definitions/ILP/.html#/c:@SA@ILP@FI@phi":{"name":"phi","abstract":"

    Undocumented

    "},"Type%20Definitions/FLP/.html#/c:@SA@FLP@FI@lam":{"name":"lam","abstract":"

    Undocumented

    "},"Type%20Definitions/FLP/.html#/c:@SA@FLP@FI@phi":{"name":"phi","abstract":"

    Undocumented

    "},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@ctx":{"name":"ctx","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@fwd":{"name":"fwd","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@inv":{"name":"inv","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@fwd3d":{"name":"fwd3d","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@inv3d":{"name":"inv3d","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@spc":{"name":"spc","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@pfree":{"name":"pfree","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@descr":{"name":"descr","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@params":{"name":"params","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@over":{"name":"over","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@geoc":{"name":"geoc","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@is_latlong":{"name":"is_latlong","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@is_geocent":{"name":"is_geocent","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@a":{"name":"a","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@a_orig":{"name":"a_orig","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@es":{"name":"es","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@es_orig":{"name":"es_orig","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@e":{"name":"e","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@ra":{"name":"ra","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@one_es":{"name":"one_es","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@rone_es":{"name":"rone_es","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@lam0":{"name":"lam0","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@phi0":{"name":"phi0","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@x0":{"name":"x0","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@y0":{"name":"y0","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@k0":{"name":"k0","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@to_meter":{"name":"to_meter","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@fr_meter":{"name":"fr_meter","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@datum_type":{"name":"datum_type","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@datum_params":{"name":"datum_params","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@_pj_gi":{"name":"_pj_gi","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@gridlist":{"name":"gridlist","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@gridlist_count":{"name":"gridlist_count","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@has_geoid_vgrids":{"name":"has_geoid_vgrids","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@vgridlist_geoid":{"name":"vgridlist_geoid","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@vgridlist_geoid_count":{"name":"vgridlist_geoid_count","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@vto_meter":{"name":"vto_meter","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@vfr_meter":{"name":"vfr_meter","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@from_greenwich":{"name":"from_greenwich","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@long_wrap_center":{"name":"long_wrap_center","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@is_long_wrap_set":{"name":"is_long_wrap_set","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@axis":{"name":"axis","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@catalog_name":{"name":"catalog_name","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@_PJ_GridCatalog":{"name":"_PJ_GridCatalog","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@catalog":{"name":"catalog","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@datum_date":{"name":"datum_date","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@last_before_grid":{"name":"last_before_grid","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@last_before_region":{"name":"last_before_region","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@last_before_date":{"name":"last_before_date","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@last_after_grid":{"name":"last_after_grid","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@last_after_region":{"name":"last_after_region","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@last_after_date":{"name":"last_after_date","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html":{"name":"PJconsts","abstract":"

    Undocumented

    ","parent_name":"PJ"},"Type%20Definitions/paralist/ARG_list.html#/c:@S@ARG_list@FI@next":{"name":"next","abstract":"

    Undocumented

    ","parent_name":"ARG_list"},"Type%20Definitions/paralist/ARG_list.html#/c:@S@ARG_list@FI@used":{"name":"used","abstract":"

    Undocumented

    ","parent_name":"ARG_list"},"Type%20Definitions/paralist/ARG_list.html#/c:@S@ARG_list@FI@param":{"name":"param","abstract":"

    Undocumented

    ","parent_name":"ARG_list"},"Type%20Definitions/paralist/ARG_list.html":{"name":"ARG_list","abstract":"

    Undocumented

    ","parent_name":"paralist"},"Type%20Definitions/PJ_Region/.html#/c:@SA@PJ_Region@FI@ll_long":{"name":"ll_long","abstract":"

    Undocumented

    "},"Type%20Definitions/PJ_Region/.html#/c:@SA@PJ_Region@FI@ll_lat":{"name":"ll_lat","abstract":"

    Undocumented

    "},"Type%20Definitions/PJ_Region/.html#/c:@SA@PJ_Region@FI@ur_long":{"name":"ur_long","abstract":"

    Undocumented

    "},"Type%20Definitions/PJ_Region/.html#/c:@SA@PJ_Region@FI@ur_lat":{"name":"ur_lat","abstract":"

    Undocumented

    "},"Type%20Definitions/PROJVALUE/.html#/c:@UA@PROJVALUE@FI@f":{"name":"f","abstract":"

    Undocumented

    "},"Type%20Definitions/PROJVALUE/.html#/c:@UA@PROJVALUE@FI@i":{"name":"i","abstract":"

    Undocumented

    "},"Type%20Definitions/PROJVALUE/.html#/c:@UA@PROJVALUE@FI@s":{"name":"s","abstract":"

    Undocumented

    "},"Type%20Definitions/projUVW/.html#/c:@SA@projUVW@FI@u":{"name":"u","abstract":"

    Undocumented

    "},"Type%20Definitions/projUVW/.html#/c:@SA@projUVW@FI@v":{"name":"v","abstract":"

    Undocumented

    "},"Type%20Definitions/projUVW/.html#/c:@SA@projUVW@FI@w":{"name":"w","abstract":"

    Undocumented

    "},"Type%20Definitions/COMPLEX/.html#/c:@SA@COMPLEX@FI@r":{"name":"r","abstract":"

    Undocumented

    "},"Type%20Definitions/COMPLEX/.html#/c:@SA@COMPLEX@FI@i":{"name":"i","abstract":"

    Undocumented

    "},"Type%20Definitions/projUV/.html#/c:@SA@projUV@FI@u":{"name":"u","abstract":"

    Undocumented

    "},"Type%20Definitions/projUV/.html#/c:@SA@projUV@FI@v":{"name":"v","abstract":"

    Undocumented

    "},"Type%20Definitions/projCtx_t/.html#/c:@SA@projCtx_t@FI@last_errno":{"name":"last_errno","abstract":"

    Undocumented

    "},"Type%20Definitions/projCtx_t/.html#/c:@SA@projCtx_t@FI@debug_level":{"name":"debug_level","abstract":"

    Undocumented

    "},"Type%20Definitions/projCtx_t/.html#/c:@SA@projCtx_t@FI@logger":{"name":"logger","abstract":"

    Undocumented

    "},"Type%20Definitions/projCtx_t/.html#/c:@SA@projCtx_t@FI@app_data":{"name":"app_data","abstract":"

    Undocumented

    "},"Type%20Definitions/projCtx_t/.html#/c:@SA@projCtx_t@FI@fileapi":{"name":"fileapi","abstract":"

    Undocumented

    "},"Type%20Definitions/projFileAPI/projFileAPI_t.html#/c:@S@projFileAPI_t@FI@FOpen":{"name":"FOpen","abstract":"

    Undocumented

    ","parent_name":"projFileAPI_t"},"Type%20Definitions/projFileAPI/projFileAPI_t.html#/c:@S@projFileAPI_t@FI@FRead":{"name":"FRead","abstract":"

    Undocumented

    ","parent_name":"projFileAPI_t"},"Type%20Definitions/projFileAPI/projFileAPI_t.html#/c:@S@projFileAPI_t@FI@FSeek":{"name":"FSeek","abstract":"

    Undocumented

    ","parent_name":"projFileAPI_t"},"Type%20Definitions/projFileAPI/projFileAPI_t.html#/c:@S@projFileAPI_t@FI@FTell":{"name":"FTell","abstract":"

    Undocumented

    ","parent_name":"projFileAPI_t"},"Type%20Definitions/projFileAPI/projFileAPI_t.html#/c:@S@projFileAPI_t@FI@FClose":{"name":"FClose","abstract":"

    Undocumented

    ","parent_name":"projFileAPI_t"},"Type%20Definitions/projFileAPI/projFileAPI_t.html":{"name":"projFileAPI_t","abstract":"

    Undocumented

    ","parent_name":"projFileAPI"},"Type%20Definitions.html#/c:proj_api.h@T@projPJ":{"name":"projPJ","abstract":"

    Undocumented

    "},"Type%20Definitions.html#/c:proj_api.h@T@projCtx":{"name":"projCtx","abstract":"

    Undocumented

    "},"Type%20Definitions.html#/c:proj_api.h@T@PAFile":{"name":"PAFile","abstract":"

    Undocumented

    "},"Type%20Definitions/projFileAPI.html":{"name":"projFileAPI","abstract":"

    Undocumented

    "},"Type%20Definitions/projCtx_t.html":{"name":"projCtx_t","abstract":"

    Undocumented

    "},"Type%20Definitions/projUV.html":{"name":"projUV","abstract":"

    Undocumented

    "},"Type%20Definitions/COMPLEX.html":{"name":"COMPLEX","abstract":"

    Undocumented

    "},"Type%20Definitions/projUVW.html":{"name":"projUVW","abstract":"

    Undocumented

    "},"Type%20Definitions/PROJVALUE.html":{"name":"PROJVALUE","abstract":"

    Undocumented

    "},"Type%20Definitions/PJ_Region.html":{"name":"PJ_Region","abstract":"

    Undocumented

    "},"Type%20Definitions/paralist.html":{"name":"paralist","abstract":"

    Undocumented

    "},"Type%20Definitions/PJ.html":{"name":"PJ","abstract":"

    Undocumented

    "},"Type%20Definitions/FLP.html":{"name":"FLP","abstract":"

    Undocumented

    "},"Type%20Definitions/ILP.html":{"name":"ILP","abstract":"

    Undocumented

    "},"Type%20Definitions/PJ_GRIDINFO.html":{"name":"PJ_GRIDINFO","abstract":"

    Undocumented

    "},"Type%20Definitions/PJ_GridCatalogEntry.html":{"name":"PJ_GridCatalogEntry","abstract":"

    Undocumented

    "},"Type%20Definitions/PJ_GridCatalog.html":{"name":"PJ_GridCatalog","abstract":"

    Undocumented

    "},"Type%20Definitions/Tseries.html":{"name":"Tseries","abstract":"

    Undocumented

    "},"Protocols/GPKGTileRetriever.html#/c:objc(pl)GPKGTileRetriever(im)hasTileWithX:andY:andZoom:":{"name":"-hasTileWithX:andY:andZoom:","abstract":"

    Check if there is a tile for the x, y, and zoom

    ","parent_name":"GPKGTileRetriever"},"Protocols/GPKGTileRetriever.html#/c:objc(pl)GPKGTileRetriever(im)tileWithX:andY:andZoom:":{"name":"-tileWithX:andY:andZoom:","abstract":"

    Get a tile from the x, y, and zoom

    ","parent_name":"GPKGTileRetriever"},"Protocols/GPKGCustomFeaturesTile.html#/c:objc(pl)GPKGCustomFeaturesTile(im)drawTileWithTileWidth:andTileHeight:andTileFeatureCount:andFeatureIndexResults:":{"name":"-drawTileWithTileWidth:andTileHeight:andTileFeatureCount:andFeatureIndexResults:","abstract":"

    Draw a custom tile

    ","parent_name":"GPKGCustomFeaturesTile"},"Protocols/GPKGCustomFeaturesTile.html#/c:objc(pl)GPKGCustomFeaturesTile(im)drawUnindexedTileWithTileWidth:andTileHeight:andTotalFeatureCount:andFeatureDao:andResults:":{"name":"-drawUnindexedTileWithTileWidth:andTileHeight:andTotalFeatureCount:andFeatureDao:andResults:","abstract":"

    Draw a custom tile when the number of features within the tile is unknown.","parent_name":"GPKGCustomFeaturesTile"},"Protocols/GPKGProgress.html#/c:objc(pl)GPKGProgress(im)setMax:":{"name":"-setMax:","abstract":"

    Set the max progress value

    ","parent_name":"GPKGProgress"},"Protocols/GPKGProgress.html#/c:objc(pl)GPKGProgress(im)addProgress:":{"name":"-addProgress:","abstract":"

    Add to the total progress

    ","parent_name":"GPKGProgress"},"Protocols/GPKGProgress.html#/c:objc(pl)GPKGProgress(im)isActive":{"name":"-isActive","abstract":"

    Is the process still active?

    ","parent_name":"GPKGProgress"},"Protocols/GPKGProgress.html#/c:objc(pl)GPKGProgress(im)cleanupOnCancel":{"name":"-cleanupOnCancel","abstract":"

    Should the progress so far be deleted when canceled (isActive becomes false)

    ","parent_name":"GPKGProgress"},"Protocols/GPKGProgress.html#/c:objc(pl)GPKGProgress(im)completed":{"name":"-completed","abstract":"

    Called when progress is completed

    ","parent_name":"GPKGProgress"},"Protocols/GPKGProgress.html#/c:objc(pl)GPKGProgress(im)failureWithError:":{"name":"-failureWithError:","abstract":"

    Called when the process stops due to an error

    ","parent_name":"GPKGProgress"},"Protocols/GPKGShapeWithChildrenPoints.html#/c:objc(pl)GPKGShapeWithChildrenPoints(im)createChild":{"name":"-createChild","abstract":"

    Create a child shape points

    ","parent_name":"GPKGShapeWithChildrenPoints"},"Protocols/GPKGShapePoints.html#/c:objc(pl)GPKGShapePoints(im)points":{"name":"-points","abstract":"

    Get the points

    ","parent_name":"GPKGShapePoints"},"Protocols/GPKGShapePoints.html#/c:objc(pl)GPKGShapePoints(im)deletePoint:fromMapView:":{"name":"-deletePoint:fromMapView:","abstract":"

    Delete the point from the shape and map view

    ","parent_name":"GPKGShapePoints"},"Protocols/GPKGShapePoints.html#/c:objc(pl)GPKGShapePoints(im)addNewPoint:":{"name":"-addNewPoint:","abstract":"

    Add a new point to the shape

    ","parent_name":"GPKGShapePoints"},"Protocols/GPKGShapePoints.html#/c:objc(pl)GPKGShapePoints(im)hidden:fromMapView:":{"name":"-hidden:fromMapView:","abstract":"

    Updates hidden state of all objects

    ","parent_name":"GPKGShapePoints"},"Protocols/GPKGShapePoints.html#/c:objc(pl)GPKGShapePoints(im)hiddenPoints:":{"name":"-hiddenPoints:","abstract":"

    Updates hidden state of the shape representing points

    ","parent_name":"GPKGShapePoints"},"Protocols/GPKGMapPointInitializer.html#/c:objc(pl)GPKGMapPointInitializer(im)initializeAnnotation:":{"name":"-initializeAnnotation:","abstract":"

    Initialize the map annotation

    ","parent_name":"GPKGMapPointInitializer"},"Protocols/GPKGCoverageDataImage.html#/c:objc(pl)GPKGCoverageDataImage(im)width":{"name":"-width","abstract":"

    Get the width

    ","parent_name":"GPKGCoverageDataImage"},"Protocols/GPKGCoverageDataImage.html#/c:objc(pl)GPKGCoverageDataImage(im)height":{"name":"-height","abstract":"

    Get the height

    ","parent_name":"GPKGCoverageDataImage"},"Protocols/TIFFCompressionEncoder.html#/c:objc(pl)TIFFCompressionEncoder(im)rowEncoding":{"name":"-rowEncoding","abstract":"

    True to encode on a per row basis, false to encode on a per block / strip","parent_name":"TIFFCompressionEncoder"},"Protocols/TIFFCompressionEncoder.html#/c:objc(pl)TIFFCompressionEncoder(im)encodeData:withByteOrder:":{"name":"-encodeData:withByteOrder:","abstract":"

    Encode the data

    ","parent_name":"TIFFCompressionEncoder"},"Protocols/TIFFCompressionDecoder.html#/c:objc(pl)TIFFCompressionDecoder(im)decodeData:withByteOrder:":{"name":"-decodeData:withByteOrder:","abstract":"

    Decode the data

    ","parent_name":"TIFFCompressionDecoder"},"Protocols/SFGeometryFilter.html#/c:objc(pl)SFGeometryFilter(im)filterGeometry:inType:":{"name":"-filterGeometry:inType:","abstract":"

    Filter the geometry

    ","parent_name":"SFGeometryFilter"},"Protocols/CRSScopeExtentIdentifierRemark.html#/c:objc(pl)CRSScopeExtentIdentifierRemark(im)name":{"name":"-name","abstract":"

    Get the name

    ","parent_name":"CRSScopeExtentIdentifierRemark"},"Protocols/CRSScopeExtentIdentifierRemark.html#/c:objc(pl)CRSScopeExtentIdentifierRemark(im)setName:":{"name":"-setName:","abstract":"

    Set the name

    ","parent_name":"CRSScopeExtentIdentifierRemark"},"Protocols/CRSScopeExtentIdentifierRemark.html#/c:objc(pl)CRSScopeExtentIdentifierRemark(im)usages":{"name":"-usages","abstract":"

    Get the usages

    ","parent_name":"CRSScopeExtentIdentifierRemark"},"Protocols/CRSScopeExtentIdentifierRemark.html#/c:objc(pl)CRSScopeExtentIdentifierRemark(im)hasUsages":{"name":"-hasUsages","abstract":"

    Has usages

    ","parent_name":"CRSScopeExtentIdentifierRemark"},"Protocols/CRSScopeExtentIdentifierRemark.html#/c:objc(pl)CRSScopeExtentIdentifierRemark(im)numUsages":{"name":"-numUsages","abstract":"

    Number of usages

    ","parent_name":"CRSScopeExtentIdentifierRemark"},"Protocols/CRSScopeExtentIdentifierRemark.html#/c:objc(pl)CRSScopeExtentIdentifierRemark(im)usageAtIndex:":{"name":"-usageAtIndex:","abstract":"

    Get the usage at the index

    ","parent_name":"CRSScopeExtentIdentifierRemark"},"Protocols/CRSScopeExtentIdentifierRemark.html#/c:objc(pl)CRSScopeExtentIdentifierRemark(im)setUsages:":{"name":"-setUsages:","abstract":"

    Set the usages

    ","parent_name":"CRSScopeExtentIdentifierRemark"},"Protocols/CRSScopeExtentIdentifierRemark.html#/c:objc(pl)CRSScopeExtentIdentifierRemark(im)addUsage:":{"name":"-addUsage:","abstract":"

    Add the usage

    ","parent_name":"CRSScopeExtentIdentifierRemark"},"Protocols/CRSScopeExtentIdentifierRemark.html#/c:objc(pl)CRSScopeExtentIdentifierRemark(im)addUsages:":{"name":"-addUsages:","abstract":"

    Add the usages

    ","parent_name":"CRSScopeExtentIdentifierRemark"},"Protocols/CRSScopeExtentIdentifierRemark.html#/c:objc(pl)CRSScopeExtentIdentifierRemark(im)remark":{"name":"-remark","abstract":"

    Get the remark

    ","parent_name":"CRSScopeExtentIdentifierRemark"},"Protocols/CRSScopeExtentIdentifierRemark.html#/c:objc(pl)CRSScopeExtentIdentifierRemark(im)hasRemark":{"name":"-hasRemark","abstract":"

    Has remark

    ","parent_name":"CRSScopeExtentIdentifierRemark"},"Protocols/CRSScopeExtentIdentifierRemark.html#/c:objc(pl)CRSScopeExtentIdentifierRemark(im)setRemark:":{"name":"-setRemark:","abstract":"

    Set the remark

    ","parent_name":"CRSScopeExtentIdentifierRemark"},"Protocols/CRSIdentifiable.html#/c:objc(pl)CRSIdentifiable(im)identifiers":{"name":"-identifiers","abstract":"

    Get the identifiers

    ","parent_name":"CRSIdentifiable"},"Protocols/CRSIdentifiable.html#/c:objc(pl)CRSIdentifiable(im)hasIdentifiers":{"name":"-hasIdentifiers","abstract":"

    Has identifiers

    ","parent_name":"CRSIdentifiable"},"Protocols/CRSIdentifiable.html#/c:objc(pl)CRSIdentifiable(im)numIdentifiers":{"name":"-numIdentifiers","abstract":"

    Number of identifiers

    ","parent_name":"CRSIdentifiable"},"Protocols/CRSIdentifiable.html#/c:objc(pl)CRSIdentifiable(im)identifierAtIndex:":{"name":"-identifierAtIndex:","abstract":"

    Get the identifier at the index

    ","parent_name":"CRSIdentifiable"},"Protocols/CRSIdentifiable.html#/c:objc(pl)CRSIdentifiable(im)setIdentifiers:":{"name":"-setIdentifiers:","abstract":"

    Set the identifiers

    ","parent_name":"CRSIdentifiable"},"Protocols/CRSIdentifiable.html#/c:objc(pl)CRSIdentifiable(im)addIdentifier:":{"name":"-addIdentifier:","abstract":"

    Add the identifier

    ","parent_name":"CRSIdentifiable"},"Protocols/CRSIdentifiable.html#/c:objc(pl)CRSIdentifiable(im)addIdentifiers:":{"name":"-addIdentifiers:","abstract":"

    Add the identifiers

    ","parent_name":"CRSIdentifiable"},"Protocols/CRSGeoDatum.html#/c:objc(pl)CRSGeoDatum(im)name":{"name":"-name","abstract":"

    Get the datum name

    ","parent_name":"CRSGeoDatum"},"Protocols/CRSGeoDatum.html#/c:objc(pl)CRSGeoDatum(im)setName:":{"name":"-setName:","abstract":"

    Set the datum name

    ","parent_name":"CRSGeoDatum"},"Protocols/CRSGeoDatum.html#/c:objc(pl)CRSGeoDatum(im)ellipsoid":{"name":"-ellipsoid","abstract":"

    Get the ellipsoid

    ","parent_name":"CRSGeoDatum"},"Protocols/CRSGeoDatum.html#/c:objc(pl)CRSGeoDatum(im)setEllipsoid:":{"name":"-setEllipsoid:","abstract":"

    Set the ellipsoid

    ","parent_name":"CRSGeoDatum"},"Protocols/CRSGeoDatum.html#/c:objc(pl)CRSGeoDatum(im)primeMeridian":{"name":"-primeMeridian","abstract":"

    Get the prime meridian

    ","parent_name":"CRSGeoDatum"},"Protocols/CRSGeoDatum.html#/c:objc(pl)CRSGeoDatum(im)hasPrimeMeridian":{"name":"-hasPrimeMeridian","abstract":"

    Has a prime meridian

    ","parent_name":"CRSGeoDatum"},"Protocols/CRSGeoDatum.html#/c:objc(pl)CRSGeoDatum(im)setPrimeMeridian:":{"name":"-setPrimeMeridian:","abstract":"

    Set the prime meridian

    ","parent_name":"CRSGeoDatum"},"Protocols/CRSCommonOperation.html#/c:objc(pl)CRSCommonOperation(im)operationType":{"name":"-operationType","abstract":"

    Get the operation type

    ","parent_name":"CRSCommonOperation"},"Protocols/CRSCommonOperation.html#/c:objc(pl)CRSCommonOperation(im)name":{"name":"-name","abstract":"

    Get the name

    ","parent_name":"CRSCommonOperation"},"Protocols/CRSCommonOperation.html#/c:objc(pl)CRSCommonOperation(im)setName:":{"name":"-setName:","abstract":"

    Set the name

    ","parent_name":"CRSCommonOperation"},"Protocols/CRSCommonOperation.html#/c:objc(pl)CRSCommonOperation(im)version":{"name":"-version","abstract":"

    Get the operation version

    ","parent_name":"CRSCommonOperation"},"Protocols/CRSCommonOperation.html#/c:objc(pl)CRSCommonOperation(im)hasVersion":{"name":"-hasVersion","abstract":"

    Has an operation version

    ","parent_name":"CRSCommonOperation"},"Protocols/CRSCommonOperation.html#/c:objc(pl)CRSCommonOperation(im)setVersion:":{"name":"-setVersion:","abstract":"

    Set the operation version

    ","parent_name":"CRSCommonOperation"},"Protocols/CRSCommonOperation.html#/c:objc(pl)CRSCommonOperation(im)method":{"name":"-method","abstract":"

    Get the method

    ","parent_name":"CRSCommonOperation"},"Protocols/CRSCommonOperation.html#/c:objc(pl)CRSCommonOperation(im)setMethod:":{"name":"-setMethod:","abstract":"

    Set the method

    ","parent_name":"CRSCommonOperation"},"Protocols/CRSCommonOperation.html":{"name":"CRSCommonOperation","abstract":"

    Common Operation interface

    "},"Protocols/CRSGeoDatum.html":{"name":"CRSGeoDatum","abstract":"

    Common Operation interface

    "},"Protocols/CRSIdentifiable.html":{"name":"CRSIdentifiable","abstract":"

    Identifiable object interface

    "},"Protocols/CRSScopeExtentIdentifierRemark.html":{"name":"CRSScopeExtentIdentifierRemark","abstract":"

    Interface Scope, Extent, Identifier, and Remark values

    "},"Protocols/SFGeometryFilter.html":{"name":"SFGeometryFilter","abstract":"

    Geometry Filter to filter included geometries and modify them during"},"Protocols/TIFFCompressionDecoder.html":{"name":"TIFFCompressionDecoder","abstract":"

    Compression Decoder interface

    "},"Protocols/TIFFCompressionEncoder.html":{"name":"TIFFCompressionEncoder","abstract":"

    Compression Encoder interface

    "},"Protocols/GPKGCoverageDataImage.html":{"name":"GPKGCoverageDataImage","abstract":"

    Coverage Data image interface

    "},"Protocols/GPKGMapPointInitializer.html":{"name":"GPKGMapPointInitializer","abstract":"

    Map Point initializer protocol to perform point additional initialization when a point is added to a map view

    "},"Protocols/GPKGShapePoints.html":{"name":"GPKGShapePoints","abstract":"

    Shape points protocol, defining the interface for shapes comprised of points

    "},"Protocols/GPKGShapeWithChildrenPoints.html":{"name":"GPKGShapeWithChildrenPoints","abstract":"

    Shape with children protocol defining the interface for shapes with children points

    "},"Protocols/GPKGProgress.html":{"name":"GPKGProgress","abstract":"

    GeoPackage Progress protocol for receiving progress information callbacks and handling cancellations

    "},"Protocols/GPKGCustomFeaturesTile.html":{"name":"GPKGCustomFeaturesTile","abstract":"

    Interface defining custom feature tile drawing."},"Protocols/GPKGTileRetriever.html":{"name":"GPKGTileRetriever","abstract":"

    Interface defining the get tile retrieval method

    "},"Enums/GPKGCompressFormat.html#/c:@E@GPKGCompressFormat@GPKG_CF_JPEG":{"name":"GPKG_CF_JPEG","abstract":"

    Undocumented

    ","parent_name":"GPKGCompressFormat"},"Enums/GPKGCompressFormat.html#/c:@E@GPKGCompressFormat@GPKG_CF_PNG":{"name":"GPKG_CF_PNG","abstract":"

    Undocumented

    ","parent_name":"GPKGCompressFormat"},"Enums/GPKGCompressFormat.html#/c:@E@GPKGCompressFormat@GPKG_CF_NONE":{"name":"GPKG_CF_NONE","abstract":"

    Undocumented

    ","parent_name":"GPKGCompressFormat"},"Enums/GPKGPolygonOrientation.html#/c:@E@GPKGPolygonOrientation@GPKG_PO_COUNTERCLOCKWISE":{"name":"GPKG_PO_COUNTERCLOCKWISE","abstract":"

    Undocumented

    ","parent_name":"GPKGPolygonOrientation"},"Enums/GPKGPolygonOrientation.html#/c:@E@GPKGPolygonOrientation@GPKG_PO_CLOCKWISE":{"name":"GPKG_PO_CLOCKWISE","abstract":"

    Undocumented

    ","parent_name":"GPKGPolygonOrientation"},"Enums/GPKGPolygonOrientation.html#/c:@E@GPKGPolygonOrientation@GPKG_PO_UNSPECIFIED":{"name":"GPKG_PO_UNSPECIFIED","abstract":"

    Undocumented

    ","parent_name":"GPKGPolygonOrientation"},"Enums/GPKGMapShapeType.html#/c:@E@GPKGMapShapeType@GPKG_MST_POINT":{"name":"GPKG_MST_POINT","abstract":"

    Undocumented

    ","parent_name":"GPKGMapShapeType"},"Enums/GPKGMapShapeType.html#/c:@E@GPKGMapShapeType@GPKG_MST_POLYLINE":{"name":"GPKG_MST_POLYLINE","abstract":"

    Undocumented

    ","parent_name":"GPKGMapShapeType"},"Enums/GPKGMapShapeType.html#/c:@E@GPKGMapShapeType@GPKG_MST_POLYGON":{"name":"GPKG_MST_POLYGON","abstract":"

    Undocumented

    ","parent_name":"GPKGMapShapeType"},"Enums/GPKGMapShapeType.html#/c:@E@GPKGMapShapeType@GPKG_MST_MULTI_POINT":{"name":"GPKG_MST_MULTI_POINT","abstract":"

    Undocumented

    ","parent_name":"GPKGMapShapeType"},"Enums/GPKGMapShapeType.html#/c:@E@GPKGMapShapeType@GPKG_MST_MULTI_POLYLINE":{"name":"GPKG_MST_MULTI_POLYLINE","abstract":"

    Undocumented

    ","parent_name":"GPKGMapShapeType"},"Enums/GPKGMapShapeType.html#/c:@E@GPKGMapShapeType@GPKG_MST_MULTI_POLYGON":{"name":"GPKG_MST_MULTI_POLYGON","abstract":"

    Undocumented

    ","parent_name":"GPKGMapShapeType"},"Enums/GPKGMapShapeType.html#/c:@E@GPKGMapShapeType@GPKG_MST_POLYLINE_POINTS":{"name":"GPKG_MST_POLYLINE_POINTS","abstract":"

    Undocumented

    ","parent_name":"GPKGMapShapeType"},"Enums/GPKGMapShapeType.html#/c:@E@GPKGMapShapeType@GPKG_MST_POLYGON_POINTS":{"name":"GPKG_MST_POLYGON_POINTS","abstract":"

    Undocumented

    ","parent_name":"GPKGMapShapeType"},"Enums/GPKGMapShapeType.html#/c:@E@GPKGMapShapeType@GPKG_MST_MULTI_POLYLINE_POINTS":{"name":"GPKG_MST_MULTI_POLYLINE_POINTS","abstract":"

    Undocumented

    ","parent_name":"GPKGMapShapeType"},"Enums/GPKGMapShapeType.html#/c:@E@GPKGMapShapeType@GPKG_MST_MULTI_POLYGON_POINTS":{"name":"GPKG_MST_MULTI_POLYGON_POINTS","abstract":"

    Undocumented

    ","parent_name":"GPKGMapShapeType"},"Enums/GPKGMapShapeType.html#/c:@E@GPKGMapShapeType@GPKG_MST_COLLECTION":{"name":"GPKG_MST_COLLECTION","abstract":"

    Undocumented

    ","parent_name":"GPKGMapShapeType"},"Enums/GPKGFeatureIndexType.html#/c:@E@GPKGFeatureIndexType@GPKG_FIT_METADATA":{"name":"GPKG_FIT_METADATA","abstract":"

    Undocumented

    ","parent_name":"GPKGFeatureIndexType"},"Enums/GPKGFeatureIndexType.html#/c:@E@GPKGFeatureIndexType@GPKG_FIT_GEOPACKAGE":{"name":"GPKG_FIT_GEOPACKAGE","abstract":"

    Undocumented

    ","parent_name":"GPKGFeatureIndexType"},"Enums/GPKGFeatureIndexType.html#/c:@E@GPKGFeatureIndexType@GPKG_FIT_RTREE":{"name":"GPKG_FIT_RTREE","abstract":"

    Undocumented

    ","parent_name":"GPKGFeatureIndexType"},"Enums/GPKGFeatureIndexType.html#/c:@E@GPKGFeatureIndexType@GPKG_FIT_NONE":{"name":"GPKG_FIT_NONE","abstract":"

    Undocumented

    ","parent_name":"GPKGFeatureIndexType"},"Enums/GPKGDataColumnConstraintType.html#/c:@E@GPKGDataColumnConstraintType@GPKG_DCCT_RANGE":{"name":"GPKG_DCCT_RANGE","abstract":"

    Undocumented

    ","parent_name":"GPKGDataColumnConstraintType"},"Enums/GPKGDataColumnConstraintType.html#/c:@E@GPKGDataColumnConstraintType@GPKG_DCCT_ENUM":{"name":"GPKG_DCCT_ENUM","abstract":"

    Undocumented

    ","parent_name":"GPKGDataColumnConstraintType"},"Enums/GPKGDataColumnConstraintType.html#/c:@E@GPKGDataColumnConstraintType@GPKG_DCCT_GLOB":{"name":"GPKG_DCCT_GLOB","abstract":"

    Undocumented

    ","parent_name":"GPKGDataColumnConstraintType"},"Enums/GPKGDublinCoreType.html#/c:@E@GPKGDublinCoreType@GPKG_DCM_DATE":{"name":"GPKG_DCM_DATE","abstract":"

    A point or period of time associated with an event in the lifecycle of","parent_name":"GPKGDublinCoreType"},"Enums/GPKGDublinCoreType.html#/c:@E@GPKGDublinCoreType@GPKG_DCM_DESCRIPTION":{"name":"GPKG_DCM_DESCRIPTION","abstract":"

    An account of the resource.

    ","parent_name":"GPKGDublinCoreType"},"Enums/GPKGDublinCoreType.html#/c:@E@GPKGDublinCoreType@GPKG_DCM_FORMAT":{"name":"GPKG_DCM_FORMAT","abstract":"

    The file format, physical medium, or dimensions of the resource.

    ","parent_name":"GPKGDublinCoreType"},"Enums/GPKGDublinCoreType.html#/c:@E@GPKGDublinCoreType@GPKG_DCM_IDENTIFIER":{"name":"GPKG_DCM_IDENTIFIER","abstract":"

    An unambiguous reference to the resource within a given context.

    ","parent_name":"GPKGDublinCoreType"},"Enums/GPKGDublinCoreType.html#/c:@E@GPKGDublinCoreType@GPKG_DCM_SOURCE":{"name":"GPKG_DCM_SOURCE","abstract":"

    A related resource from which the described resource is derived.

    ","parent_name":"GPKGDublinCoreType"},"Enums/GPKGDublinCoreType.html#/c:@E@GPKGDublinCoreType@GPKG_DCM_TITLE":{"name":"GPKG_DCM_TITLE","abstract":"

    A name given to the resource.

    ","parent_name":"GPKGDublinCoreType"},"Enums/GPKGRelationType.html#/c:@E@GPKGRelationType@GPKG_RT_FEATURES":{"name":"GPKG_RT_FEATURES","abstract":"

    Link features with other features

    ","parent_name":"GPKGRelationType"},"Enums/GPKGRelationType.html#/c:@E@GPKGRelationType@GPKG_RT_SIMPLE_ATTRIBUTES":{"name":"GPKG_RT_SIMPLE_ATTRIBUTES","abstract":"

    Relate sets of tabular text or numeric data

    ","parent_name":"GPKGRelationType"},"Enums/GPKGRelationType.html#/c:@E@GPKGRelationType@GPKG_RT_MEDIA":{"name":"GPKG_RT_MEDIA","abstract":"

    Relate features or attributes to multimedia files such as pictures and videos

    ","parent_name":"GPKGRelationType"},"Enums/GPKGRelationType.html#/c:@E@GPKGRelationType@GPKG_RT_ATTRIBUTES":{"name":"GPKG_RT_ATTRIBUTES","abstract":"

    Relate features or attributes with attributes

    ","parent_name":"GPKGRelationType"},"Enums/GPKGRelationType.html#/c:@E@GPKGRelationType@GPKG_RT_TILES":{"name":"GPKG_RT_TILES","abstract":"

    Relate features or attributes with tiles

    ","parent_name":"GPKGRelationType"},"Enums/GPKGTileScalingType.html#/c:@E@GPKGTileScalingType@GPKG_TSC_IN":{"name":"GPKG_TSC_IN","abstract":"

    Search for tiles by zooming in

    ","parent_name":"GPKGTileScalingType"},"Enums/GPKGTileScalingType.html#/c:@E@GPKGTileScalingType@GPKG_TSC_OUT":{"name":"GPKG_TSC_OUT","abstract":"

    Search for tiles by zooming out

    ","parent_name":"GPKGTileScalingType"},"Enums/GPKGTileScalingType.html#/c:@E@GPKGTileScalingType@GPKG_TSC_IN_OUT":{"name":"GPKG_TSC_IN_OUT","abstract":"

    Search for tiles by zooming in first, and then zooming out

    ","parent_name":"GPKGTileScalingType"},"Enums/GPKGTileScalingType.html#/c:@E@GPKGTileScalingType@GPKG_TSC_OUT_IN":{"name":"GPKG_TSC_OUT_IN","abstract":"

    Search for tiles by zooming out first, and then zooming in

    ","parent_name":"GPKGTileScalingType"},"Enums/GPKGTileScalingType.html#/c:@E@GPKGTileScalingType@GPKG_TSC_CLOSEST_IN_OUT":{"name":"GPKG_TSC_CLOSEST_IN_OUT","abstract":"

    Search for tiles in closest zoom level order, zoom in levels before zoom","parent_name":"GPKGTileScalingType"},"Enums/GPKGTileScalingType.html#/c:@E@GPKGTileScalingType@GPKG_TSC_CLOSEST_OUT_IN":{"name":"GPKG_TSC_CLOSEST_OUT_IN","abstract":"

    Search for tiles in closest zoom level order, zoom out levels before zoom","parent_name":"GPKGTileScalingType"},"Enums/GPKGReferenceScopeType.html#/c:@E@GPKGReferenceScopeType@GPKG_RST_GEOPACKAGE":{"name":"GPKG_RST_GEOPACKAGE","abstract":"

    Undocumented

    ","parent_name":"GPKGReferenceScopeType"},"Enums/GPKGReferenceScopeType.html#/c:@E@GPKGReferenceScopeType@GPKG_RST_TABLE":{"name":"GPKG_RST_TABLE","abstract":"

    Undocumented

    ","parent_name":"GPKGReferenceScopeType"},"Enums/GPKGReferenceScopeType.html#/c:@E@GPKGReferenceScopeType@GPKG_RST_COLUMN":{"name":"GPKG_RST_COLUMN","abstract":"

    Undocumented

    ","parent_name":"GPKGReferenceScopeType"},"Enums/GPKGReferenceScopeType.html#/c:@E@GPKGReferenceScopeType@GPKG_RST_ROW":{"name":"GPKG_RST_ROW","abstract":"

    Undocumented

    ","parent_name":"GPKGReferenceScopeType"},"Enums/GPKGReferenceScopeType.html#/c:@E@GPKGReferenceScopeType@GPKG_RST_ROW_COL":{"name":"GPKG_RST_ROW_COL","abstract":"

    Undocumented

    ","parent_name":"GPKGReferenceScopeType"},"Enums/GPKGMetadataScopeType.html#/c:@E@GPKGMetadataScopeType@GPKG_MST_UNDEFINED":{"name":"GPKG_MST_UNDEFINED","abstract":"

    Undocumented

    ","parent_name":"GPKGMetadataScopeType"},"Enums/GPKGMetadataScopeType.html#/c:@E@GPKGMetadataScopeType@GPKG_MST_FIELD_SESSION":{"name":"GPKG_MST_FIELD_SESSION","abstract":"

    Undocumented

    ","parent_name":"GPKGMetadataScopeType"},"Enums/GPKGMetadataScopeType.html#/c:@E@GPKGMetadataScopeType@GPKG_MST_COLLECTION_SESSION":{"name":"GPKG_MST_COLLECTION_SESSION","abstract":"

    Undocumented

    ","parent_name":"GPKGMetadataScopeType"},"Enums/GPKGMetadataScopeType.html#/c:@E@GPKGMetadataScopeType@GPKG_MST_SERIES":{"name":"GPKG_MST_SERIES","abstract":"

    Undocumented

    ","parent_name":"GPKGMetadataScopeType"},"Enums/GPKGMetadataScopeType.html#/c:@E@GPKGMetadataScopeType@GPKG_MST_DATASET":{"name":"GPKG_MST_DATASET","abstract":"

    Undocumented

    ","parent_name":"GPKGMetadataScopeType"},"Enums/GPKGMetadataScopeType.html#/c:@E@GPKGMetadataScopeType@GPKG_MST_FEATURE_TYPE":{"name":"GPKG_MST_FEATURE_TYPE","abstract":"

    Undocumented

    ","parent_name":"GPKGMetadataScopeType"},"Enums/GPKGMetadataScopeType.html#/c:@E@GPKGMetadataScopeType@GPKG_MST_FEATURE":{"name":"GPKG_MST_FEATURE","abstract":"

    Undocumented

    ","parent_name":"GPKGMetadataScopeType"},"Enums/GPKGMetadataScopeType.html#/c:@E@GPKGMetadataScopeType@GPKG_MST_ATTRIBUTE_TYPE":{"name":"GPKG_MST_ATTRIBUTE_TYPE","abstract":"

    Undocumented

    ","parent_name":"GPKGMetadataScopeType"},"Enums/GPKGMetadataScopeType.html#/c:@E@GPKGMetadataScopeType@GPKG_MST_ATTRIBUTE":{"name":"GPKG_MST_ATTRIBUTE","abstract":"

    Undocumented

    ","parent_name":"GPKGMetadataScopeType"},"Enums/GPKGMetadataScopeType.html#/c:@E@GPKGMetadataScopeType@GPKG_MST_TILE":{"name":"GPKG_MST_TILE","abstract":"

    Undocumented

    ","parent_name":"GPKGMetadataScopeType"},"Enums/GPKGMetadataScopeType.html#/c:@E@GPKGMetadataScopeType@GPKG_MST_MODEL":{"name":"GPKG_MST_MODEL","abstract":"

    Undocumented

    ","parent_name":"GPKGMetadataScopeType"},"Enums/GPKGMetadataScopeType.html#/c:@E@GPKGMetadataScopeType@GPKG_MST_CATALOG":{"name":"GPKG_MST_CATALOG","abstract":"

    Undocumented

    ","parent_name":"GPKGMetadataScopeType"},"Enums/GPKGMetadataScopeType.html#/c:@E@GPKGMetadataScopeType@GPKG_MST_SCHEMA":{"name":"GPKG_MST_SCHEMA","abstract":"

    Undocumented

    ","parent_name":"GPKGMetadataScopeType"},"Enums/GPKGMetadataScopeType.html#/c:@E@GPKGMetadataScopeType@GPKG_MST_TAXONOMY":{"name":"GPKG_MST_TAXONOMY","abstract":"

    Undocumented

    ","parent_name":"GPKGMetadataScopeType"},"Enums/GPKGMetadataScopeType.html#/c:@E@GPKGMetadataScopeType@GPKG_MST_SOFTWARE":{"name":"GPKG_MST_SOFTWARE","abstract":"

    Undocumented

    ","parent_name":"GPKGMetadataScopeType"},"Enums/GPKGMetadataScopeType.html#/c:@E@GPKGMetadataScopeType@GPKG_MST_SERVICE":{"name":"GPKG_MST_SERVICE","abstract":"

    Undocumented

    ","parent_name":"GPKGMetadataScopeType"},"Enums/GPKGMetadataScopeType.html#/c:@E@GPKGMetadataScopeType@GPKG_MST_COLLECTION_HARDWARE":{"name":"GPKG_MST_COLLECTION_HARDWARE","abstract":"

    Undocumented

    ","parent_name":"GPKGMetadataScopeType"},"Enums/GPKGMetadataScopeType.html#/c:@E@GPKGMetadataScopeType@GPKG_MST_NON_GEOGRAPHIC_DATASET":{"name":"GPKG_MST_NON_GEOGRAPHIC_DATASET","abstract":"

    Undocumented

    ","parent_name":"GPKGMetadataScopeType"},"Enums/GPKGMetadataScopeType.html#/c:@E@GPKGMetadataScopeType@GPKG_MST_DIMENSION_GROUP":{"name":"GPKG_MST_DIMENSION_GROUP","abstract":"

    Undocumented

    ","parent_name":"GPKGMetadataScopeType"},"Enums/GPKGMetadataScopeType.html#/c:@E@GPKGMetadataScopeType@GPKG_MST_STYLE":{"name":"GPKG_MST_STYLE","abstract":"

    Undocumented

    ","parent_name":"GPKGMetadataScopeType"},"Enums/GPKGGriddedCoverageEncodingType.html#/c:@E@GPKGGriddedCoverageEncodingType@GPKG_GCET_CENTER":{"name":"GPKG_GCET_CENTER","abstract":"

    Assume the value is center of grid cell (default)

    ","parent_name":"GPKGGriddedCoverageEncodingType"},"Enums/GPKGGriddedCoverageEncodingType.html#/c:@E@GPKGGriddedCoverageEncodingType@GPKG_GCET_AREA":{"name":"GPKG_GCET_AREA","abstract":"

    Assume the entire grid cell has the same value

    ","parent_name":"GPKGGriddedCoverageEncodingType"},"Enums/GPKGGriddedCoverageEncodingType.html#/c:@E@GPKGGriddedCoverageEncodingType@GPKG_GCET_CORNER":{"name":"GPKG_GCET_CORNER","abstract":"

    A typical use case is for a mesh of elevation values as specified in the","parent_name":"GPKGGriddedCoverageEncodingType"},"Enums/GPKGGriddedCoverageDataType.html#/c:@E@GPKGGriddedCoverageDataType@GPKG_GCDT_INTEGER":{"name":"GPKG_GCDT_INTEGER","abstract":"

    Undocumented

    ","parent_name":"GPKGGriddedCoverageDataType"},"Enums/GPKGGriddedCoverageDataType.html#/c:@E@GPKGGriddedCoverageDataType@GPKG_GCDT_FLOAT":{"name":"GPKG_GCDT_FLOAT","abstract":"

    Undocumented

    ","parent_name":"GPKGGriddedCoverageDataType"},"Enums/GPKGCoverageDataAlgorithm.html#/c:@E@GPKGCoverageDataAlgorithm@GPKG_CDA_NEAREST_NEIGHBOR":{"name":"GPKG_CDA_NEAREST_NEIGHBOR","abstract":"

    Selects the value of the nearest point and does not consider the values","parent_name":"GPKGCoverageDataAlgorithm"},"Enums/GPKGCoverageDataAlgorithm.html#/c:@E@GPKGCoverageDataAlgorithm@GPKG_CDA_BILINEAR":{"name":"GPKG_CDA_BILINEAR","abstract":"

    Performs linear interpolation first in one direction, and then again in","parent_name":"GPKGCoverageDataAlgorithm"},"Enums/GPKGCoverageDataAlgorithm.html#/c:@E@GPKGCoverageDataAlgorithm@GPKG_CDA_BICUBIC":{"name":"GPKG_CDA_BICUBIC","abstract":"

    Considers 16 pixels to interpolate each value

    ","parent_name":"GPKGCoverageDataAlgorithm"},"Enums/GPKGExtensionScopeType.html#/c:@E@GPKGExtensionScopeType@GPKG_EST_READ_WRITE":{"name":"GPKG_EST_READ_WRITE","abstract":"

    Undocumented

    ","parent_name":"GPKGExtensionScopeType"},"Enums/GPKGExtensionScopeType.html#/c:@E@GPKGExtensionScopeType@GPKG_EST_WRITE_ONLY":{"name":"GPKG_EST_WRITE_ONLY","abstract":"

    Undocumented

    ","parent_name":"GPKGExtensionScopeType"},"Enums/GPKGCrsWktExtensionVersion.html#/c:@E@GPKGCrsWktExtensionVersion@GPKG_CRS_WKT_V_1":{"name":"GPKG_CRS_WKT_V_1","abstract":"

    Undocumented

    ","parent_name":"GPKGCrsWktExtensionVersion"},"Enums/GPKGCrsWktExtensionVersion.html#/c:@E@GPKGCrsWktExtensionVersion@GPKG_CRS_WKT_V_1_1":{"name":"GPKG_CRS_WKT_V_1_1","abstract":"

    Undocumented

    ","parent_name":"GPKGCrsWktExtensionVersion"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_GEOPACKAGE_BASE":{"name":"GPKG_DGIWG_REQ_GEOPACKAGE_BASE","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_GEOPACKAGE_OPTIONS":{"name":"GPKG_DGIWG_REQ_GEOPACKAGE_OPTIONS","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_EXTENSIONS_MANDATORY":{"name":"GPKG_DGIWG_REQ_EXTENSIONS_MANDATORY","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_EXTENSIONS_OPTIONAL":{"name":"GPKG_DGIWG_REQ_EXTENSIONS_OPTIONAL","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_EXTENSIONS_NOT_ALLOWED":{"name":"GPKG_DGIWG_REQ_EXTENSIONS_NOT_ALLOWED","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_EXTENSIONS_CONDITIONAL":{"name":"GPKG_DGIWG_REQ_EXTENSIONS_CONDITIONAL","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_CRS_RASTER_ALLOWED":{"name":"GPKG_DGIWG_REQ_CRS_RASTER_ALLOWED","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_CRS_RASTER_TILE_MATRIX_SET":{"name":"GPKG_DGIWG_REQ_CRS_RASTER_TILE_MATRIX_SET","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_CRS_2D_VECTOR":{"name":"GPKG_DGIWG_REQ_CRS_2D_VECTOR","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_CRS_3D_VECTOR":{"name":"GPKG_DGIWG_REQ_CRS_3D_VECTOR","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_CRS_WKT":{"name":"GPKG_DGIWG_REQ_CRS_WKT","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_CRS_COMPOUND":{"name":"GPKG_DGIWG_REQ_CRS_COMPOUND","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_CRS_COMPOUND_WKT":{"name":"GPKG_DGIWG_REQ_CRS_COMPOUND_WKT","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_METADATA_DMF":{"name":"GPKG_DGIWG_REQ_METADATA_DMF","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_METADATA_GPKG":{"name":"GPKG_DGIWG_REQ_METADATA_GPKG","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_METADATA_ROW":{"name":"GPKG_DGIWG_REQ_METADATA_ROW","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_METADATA_USER":{"name":"GPKG_DGIWG_REQ_METADATA_USER","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_METADATA_PRODUCT":{"name":"GPKG_DGIWG_REQ_METADATA_PRODUCT","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_METADATA_PRODUCT_PARTIAL":{"name":"GPKG_DGIWG_REQ_METADATA_PRODUCT_PARTIAL","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_VALIDITY_DATA_VALIDITY":{"name":"GPKG_DGIWG_REQ_VALIDITY_DATA_VALIDITY","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_TILE_SIZE_MATRIX":{"name":"GPKG_DGIWG_REQ_TILE_SIZE_MATRIX","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_TILE_SIZE_DATA":{"name":"GPKG_DGIWG_REQ_TILE_SIZE_DATA","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_ZOOM_FACTOR":{"name":"GPKG_DGIWG_REQ_ZOOM_FACTOR","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_ZOOM_MATRIX_SETS_MULTIPLE":{"name":"GPKG_DGIWG_REQ_ZOOM_MATRIX_SETS_MULTIPLE","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_ZOOM_MATRIX_SETS_ONE":{"name":"GPKG_DGIWG_REQ_ZOOM_MATRIX_SETS_ONE","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_BBOX_CRS":{"name":"GPKG_DGIWG_REQ_BBOX_CRS","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_METADATA_TILE":{"name":"GPKG_DGIWG_REQ_METADATA_TILE","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_METADATA_FEATURE":{"name":"GPKG_DGIWG_REQ_METADATA_FEATURE","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgDataType.html#/c:@E@GPKGDgiwgDataType@GPKG_DGIWG_DT_FEATURES_2D":{"name":"GPKG_DGIWG_DT_FEATURES_2D","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgDataType"},"Enums/GPKGDgiwgDataType.html#/c:@E@GPKGDgiwgDataType@GPKG_DGIWG_DT_FEATURES_3D":{"name":"GPKG_DGIWG_DT_FEATURES_3D","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgDataType"},"Enums/GPKGDgiwgDataType.html#/c:@E@GPKGDgiwgDataType@GPKG_DGIWG_DT_TILES_2D":{"name":"GPKG_DGIWG_DT_TILES_2D","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgDataType"},"Enums/GPKGDgiwgDataType.html#/c:@E@GPKGDgiwgDataType@GPKG_DGIWG_DT_TILES_3D":{"name":"GPKG_DGIWG_DT_TILES_3D","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgDataType"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_3035":{"name":"GPKG_DGIWG_CRS_EPSG_3035","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_3395":{"name":"GPKG_DGIWG_CRS_EPSG_3395","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_3857":{"name":"GPKG_DGIWG_CRS_EPSG_3857","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_3978":{"name":"GPKG_DGIWG_CRS_EPSG_3978","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_4326":{"name":"GPKG_DGIWG_CRS_EPSG_4326","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_4979":{"name":"GPKG_DGIWG_CRS_EPSG_4979","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_5041":{"name":"GPKG_DGIWG_CRS_EPSG_5041","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_5042":{"name":"GPKG_DGIWG_CRS_EPSG_5042","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_9518":{"name":"GPKG_DGIWG_CRS_EPSG_9518","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32601":{"name":"GPKG_DGIWG_CRS_EPSG_32601","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32602":{"name":"GPKG_DGIWG_CRS_EPSG_32602","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32603":{"name":"GPKG_DGIWG_CRS_EPSG_32603","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32604":{"name":"GPKG_DGIWG_CRS_EPSG_32604","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32605":{"name":"GPKG_DGIWG_CRS_EPSG_32605","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32606":{"name":"GPKG_DGIWG_CRS_EPSG_32606","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32607":{"name":"GPKG_DGIWG_CRS_EPSG_32607","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32608":{"name":"GPKG_DGIWG_CRS_EPSG_32608","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32609":{"name":"GPKG_DGIWG_CRS_EPSG_32609","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32610":{"name":"GPKG_DGIWG_CRS_EPSG_32610","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32611":{"name":"GPKG_DGIWG_CRS_EPSG_32611","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32612":{"name":"GPKG_DGIWG_CRS_EPSG_32612","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32613":{"name":"GPKG_DGIWG_CRS_EPSG_32613","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32614":{"name":"GPKG_DGIWG_CRS_EPSG_32614","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32615":{"name":"GPKG_DGIWG_CRS_EPSG_32615","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32616":{"name":"GPKG_DGIWG_CRS_EPSG_32616","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32617":{"name":"GPKG_DGIWG_CRS_EPSG_32617","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32618":{"name":"GPKG_DGIWG_CRS_EPSG_32618","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32619":{"name":"GPKG_DGIWG_CRS_EPSG_32619","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32620":{"name":"GPKG_DGIWG_CRS_EPSG_32620","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32621":{"name":"GPKG_DGIWG_CRS_EPSG_32621","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32622":{"name":"GPKG_DGIWG_CRS_EPSG_32622","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32623":{"name":"GPKG_DGIWG_CRS_EPSG_32623","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32624":{"name":"GPKG_DGIWG_CRS_EPSG_32624","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32625":{"name":"GPKG_DGIWG_CRS_EPSG_32625","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32626":{"name":"GPKG_DGIWG_CRS_EPSG_32626","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32627":{"name":"GPKG_DGIWG_CRS_EPSG_32627","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32628":{"name":"GPKG_DGIWG_CRS_EPSG_32628","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32629":{"name":"GPKG_DGIWG_CRS_EPSG_32629","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32630":{"name":"GPKG_DGIWG_CRS_EPSG_32630","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32631":{"name":"GPKG_DGIWG_CRS_EPSG_32631","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32632":{"name":"GPKG_DGIWG_CRS_EPSG_32632","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32633":{"name":"GPKG_DGIWG_CRS_EPSG_32633","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32634":{"name":"GPKG_DGIWG_CRS_EPSG_32634","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32635":{"name":"GPKG_DGIWG_CRS_EPSG_32635","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32636":{"name":"GPKG_DGIWG_CRS_EPSG_32636","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32637":{"name":"GPKG_DGIWG_CRS_EPSG_32637","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32638":{"name":"GPKG_DGIWG_CRS_EPSG_32638","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32639":{"name":"GPKG_DGIWG_CRS_EPSG_32639","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32640":{"name":"GPKG_DGIWG_CRS_EPSG_32640","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32641":{"name":"GPKG_DGIWG_CRS_EPSG_32641","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32642":{"name":"GPKG_DGIWG_CRS_EPSG_32642","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32643":{"name":"GPKG_DGIWG_CRS_EPSG_32643","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32644":{"name":"GPKG_DGIWG_CRS_EPSG_32644","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32645":{"name":"GPKG_DGIWG_CRS_EPSG_32645","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32646":{"name":"GPKG_DGIWG_CRS_EPSG_32646","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32647":{"name":"GPKG_DGIWG_CRS_EPSG_32647","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32648":{"name":"GPKG_DGIWG_CRS_EPSG_32648","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32649":{"name":"GPKG_DGIWG_CRS_EPSG_32649","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32650":{"name":"GPKG_DGIWG_CRS_EPSG_32650","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32651":{"name":"GPKG_DGIWG_CRS_EPSG_32651","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32652":{"name":"GPKG_DGIWG_CRS_EPSG_32652","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32653":{"name":"GPKG_DGIWG_CRS_EPSG_32653","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32654":{"name":"GPKG_DGIWG_CRS_EPSG_32654","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32655":{"name":"GPKG_DGIWG_CRS_EPSG_32655","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32656":{"name":"GPKG_DGIWG_CRS_EPSG_32656","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32657":{"name":"GPKG_DGIWG_CRS_EPSG_32657","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32658":{"name":"GPKG_DGIWG_CRS_EPSG_32658","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32659":{"name":"GPKG_DGIWG_CRS_EPSG_32659","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32660":{"name":"GPKG_DGIWG_CRS_EPSG_32660","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32701":{"name":"GPKG_DGIWG_CRS_EPSG_32701","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32702":{"name":"GPKG_DGIWG_CRS_EPSG_32702","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32703":{"name":"GPKG_DGIWG_CRS_EPSG_32703","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32704":{"name":"GPKG_DGIWG_CRS_EPSG_32704","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32705":{"name":"GPKG_DGIWG_CRS_EPSG_32705","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32706":{"name":"GPKG_DGIWG_CRS_EPSG_32706","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32707":{"name":"GPKG_DGIWG_CRS_EPSG_32707","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32708":{"name":"GPKG_DGIWG_CRS_EPSG_32708","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32709":{"name":"GPKG_DGIWG_CRS_EPSG_32709","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32710":{"name":"GPKG_DGIWG_CRS_EPSG_32710","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32711":{"name":"GPKG_DGIWG_CRS_EPSG_32711","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32712":{"name":"GPKG_DGIWG_CRS_EPSG_32712","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32713":{"name":"GPKG_DGIWG_CRS_EPSG_32713","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32714":{"name":"GPKG_DGIWG_CRS_EPSG_32714","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32715":{"name":"GPKG_DGIWG_CRS_EPSG_32715","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32716":{"name":"GPKG_DGIWG_CRS_EPSG_32716","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32717":{"name":"GPKG_DGIWG_CRS_EPSG_32717","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32718":{"name":"GPKG_DGIWG_CRS_EPSG_32718","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32719":{"name":"GPKG_DGIWG_CRS_EPSG_32719","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32720":{"name":"GPKG_DGIWG_CRS_EPSG_32720","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32721":{"name":"GPKG_DGIWG_CRS_EPSG_32721","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32722":{"name":"GPKG_DGIWG_CRS_EPSG_32722","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32723":{"name":"GPKG_DGIWG_CRS_EPSG_32723","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32724":{"name":"GPKG_DGIWG_CRS_EPSG_32724","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32725":{"name":"GPKG_DGIWG_CRS_EPSG_32725","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32726":{"name":"GPKG_DGIWG_CRS_EPSG_32726","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32727":{"name":"GPKG_DGIWG_CRS_EPSG_32727","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32728":{"name":"GPKG_DGIWG_CRS_EPSG_32728","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32729":{"name":"GPKG_DGIWG_CRS_EPSG_32729","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32730":{"name":"GPKG_DGIWG_CRS_EPSG_32730","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32731":{"name":"GPKG_DGIWG_CRS_EPSG_32731","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32732":{"name":"GPKG_DGIWG_CRS_EPSG_32732","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32733":{"name":"GPKG_DGIWG_CRS_EPSG_32733","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32734":{"name":"GPKG_DGIWG_CRS_EPSG_32734","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32735":{"name":"GPKG_DGIWG_CRS_EPSG_32735","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32736":{"name":"GPKG_DGIWG_CRS_EPSG_32736","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32737":{"name":"GPKG_DGIWG_CRS_EPSG_32737","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32738":{"name":"GPKG_DGIWG_CRS_EPSG_32738","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32739":{"name":"GPKG_DGIWG_CRS_EPSG_32739","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32740":{"name":"GPKG_DGIWG_CRS_EPSG_32740","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32741":{"name":"GPKG_DGIWG_CRS_EPSG_32741","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32742":{"name":"GPKG_DGIWG_CRS_EPSG_32742","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32743":{"name":"GPKG_DGIWG_CRS_EPSG_32743","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32744":{"name":"GPKG_DGIWG_CRS_EPSG_32744","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32745":{"name":"GPKG_DGIWG_CRS_EPSG_32745","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32746":{"name":"GPKG_DGIWG_CRS_EPSG_32746","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32747":{"name":"GPKG_DGIWG_CRS_EPSG_32747","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32748":{"name":"GPKG_DGIWG_CRS_EPSG_32748","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32749":{"name":"GPKG_DGIWG_CRS_EPSG_32749","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32750":{"name":"GPKG_DGIWG_CRS_EPSG_32750","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32751":{"name":"GPKG_DGIWG_CRS_EPSG_32751","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32752":{"name":"GPKG_DGIWG_CRS_EPSG_32752","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32753":{"name":"GPKG_DGIWG_CRS_EPSG_32753","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32754":{"name":"GPKG_DGIWG_CRS_EPSG_32754","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32755":{"name":"GPKG_DGIWG_CRS_EPSG_32755","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32756":{"name":"GPKG_DGIWG_CRS_EPSG_32756","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32757":{"name":"GPKG_DGIWG_CRS_EPSG_32757","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32758":{"name":"GPKG_DGIWG_CRS_EPSG_32758","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32759":{"name":"GPKG_DGIWG_CRS_EPSG_32759","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32760":{"name":"GPKG_DGIWG_CRS_EPSG_32760","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGConstraintType.html#/c:@E@GPKGConstraintType@GPKG_CT_PRIMARY_KEY":{"name":"GPKG_CT_PRIMARY_KEY","abstract":"

    Undocumented

    ","parent_name":"GPKGConstraintType"},"Enums/GPKGConstraintType.html#/c:@E@GPKGConstraintType@GPKG_CT_UNIQUE":{"name":"GPKG_CT_UNIQUE","abstract":"

    Undocumented

    ","parent_name":"GPKGConstraintType"},"Enums/GPKGConstraintType.html#/c:@E@GPKGConstraintType@GPKG_CT_CHECK":{"name":"GPKG_CT_CHECK","abstract":"

    Undocumented

    ","parent_name":"GPKGConstraintType"},"Enums/GPKGConstraintType.html#/c:@E@GPKGConstraintType@GPKG_CT_FOREIGN_KEY":{"name":"GPKG_CT_FOREIGN_KEY","abstract":"

    Undocumented

    ","parent_name":"GPKGConstraintType"},"Enums/GPKGConstraintType.html#/c:@E@GPKGConstraintType@GPKG_CT_NOT_NULL":{"name":"GPKG_CT_NOT_NULL","abstract":"

    Undocumented

    ","parent_name":"GPKGConstraintType"},"Enums/GPKGConstraintType.html#/c:@E@GPKGConstraintType@GPKG_CT_DEFAULT":{"name":"GPKG_CT_DEFAULT","abstract":"

    Undocumented

    ","parent_name":"GPKGConstraintType"},"Enums/GPKGConstraintType.html#/c:@E@GPKGConstraintType@GPKG_CT_COLLATE":{"name":"GPKG_CT_COLLATE","abstract":"

    Undocumented

    ","parent_name":"GPKGConstraintType"},"Enums/GPKGConstraintType.html#/c:@E@GPKGConstraintType@GPKG_CT_AUTOINCREMENT":{"name":"GPKG_CT_AUTOINCREMENT","abstract":"

    Undocumented

    ","parent_name":"GPKGConstraintType"},"Enums/GPKGSQLiteMasterType.html#/c:@E@GPKGSQLiteMasterType@GPKG_SMT_TABLE":{"name":"GPKG_SMT_TABLE","abstract":"

    Undocumented

    ","parent_name":"GPKGSQLiteMasterType"},"Enums/GPKGSQLiteMasterType.html#/c:@E@GPKGSQLiteMasterType@GPKG_SMT_INDEX":{"name":"GPKG_SMT_INDEX","abstract":"

    Undocumented

    ","parent_name":"GPKGSQLiteMasterType"},"Enums/GPKGSQLiteMasterType.html#/c:@E@GPKGSQLiteMasterType@GPKG_SMT_VIEW":{"name":"GPKG_SMT_VIEW","abstract":"

    Undocumented

    ","parent_name":"GPKGSQLiteMasterType"},"Enums/GPKGSQLiteMasterType.html#/c:@E@GPKGSQLiteMasterType@GPKG_SMT_TRIGGER":{"name":"GPKG_SMT_TRIGGER","abstract":"

    Undocumented

    ","parent_name":"GPKGSQLiteMasterType"},"Enums/GPKGSQLiteMasterColumn.html#/c:@E@GPKGSQLiteMasterColumn@GPKG_SMC_TYPE":{"name":"GPKG_SMC_TYPE","abstract":"

    Undocumented

    ","parent_name":"GPKGSQLiteMasterColumn"},"Enums/GPKGSQLiteMasterColumn.html#/c:@E@GPKGSQLiteMasterColumn@GPKG_SMC_NAME":{"name":"GPKG_SMC_NAME","abstract":"

    Undocumented

    ","parent_name":"GPKGSQLiteMasterColumn"},"Enums/GPKGSQLiteMasterColumn.html#/c:@E@GPKGSQLiteMasterColumn@GPKG_SMC_TBL_NAME":{"name":"GPKG_SMC_TBL_NAME","abstract":"

    Undocumented

    ","parent_name":"GPKGSQLiteMasterColumn"},"Enums/GPKGSQLiteMasterColumn.html#/c:@E@GPKGSQLiteMasterColumn@GPKG_SMC_ROOTPAGE":{"name":"GPKG_SMC_ROOTPAGE","abstract":"

    Undocumented

    ","parent_name":"GPKGSQLiteMasterColumn"},"Enums/GPKGSQLiteMasterColumn.html#/c:@E@GPKGSQLiteMasterColumn@GPKG_SMC_SQL":{"name":"GPKG_SMC_SQL","abstract":"

    Undocumented

    ","parent_name":"GPKGSQLiteMasterColumn"},"Enums/GPKGDataType.html#/c:@E@GPKGDataType@GPKG_DT_BOOLEAN":{"name":"GPKG_DT_BOOLEAN","abstract":"

    Undocumented

    ","parent_name":"GPKGDataType"},"Enums/GPKGDataType.html#/c:@E@GPKGDataType@GPKG_DT_TINYINT":{"name":"GPKG_DT_TINYINT","abstract":"

    Undocumented

    ","parent_name":"GPKGDataType"},"Enums/GPKGDataType.html#/c:@E@GPKGDataType@GPKG_DT_SMALLINT":{"name":"GPKG_DT_SMALLINT","abstract":"

    Undocumented

    ","parent_name":"GPKGDataType"},"Enums/GPKGDataType.html#/c:@E@GPKGDataType@GPKG_DT_MEDIUMINT":{"name":"GPKG_DT_MEDIUMINT","abstract":"

    Undocumented

    ","parent_name":"GPKGDataType"},"Enums/GPKGDataType.html#/c:@E@GPKGDataType@GPKG_DT_INT":{"name":"GPKG_DT_INT","abstract":"

    Undocumented

    ","parent_name":"GPKGDataType"},"Enums/GPKGDataType.html#/c:@E@GPKGDataType@GPKG_DT_INTEGER":{"name":"GPKG_DT_INTEGER","abstract":"

    Undocumented

    ","parent_name":"GPKGDataType"},"Enums/GPKGDataType.html#/c:@E@GPKGDataType@GPKG_DT_FLOAT":{"name":"GPKG_DT_FLOAT","abstract":"

    Undocumented

    ","parent_name":"GPKGDataType"},"Enums/GPKGDataType.html#/c:@E@GPKGDataType@GPKG_DT_DOUBLE":{"name":"GPKG_DT_DOUBLE","abstract":"

    Undocumented

    ","parent_name":"GPKGDataType"},"Enums/GPKGDataType.html#/c:@E@GPKGDataType@GPKG_DT_REAL":{"name":"GPKG_DT_REAL","abstract":"

    Undocumented

    ","parent_name":"GPKGDataType"},"Enums/GPKGDataType.html#/c:@E@GPKGDataType@GPKG_DT_TEXT":{"name":"GPKG_DT_TEXT","abstract":"

    Undocumented

    ","parent_name":"GPKGDataType"},"Enums/GPKGDataType.html#/c:@E@GPKGDataType@GPKG_DT_BLOB":{"name":"GPKG_DT_BLOB","abstract":"

    Undocumented

    ","parent_name":"GPKGDataType"},"Enums/GPKGDataType.html#/c:@E@GPKGDataType@GPKG_DT_DATE":{"name":"GPKG_DT_DATE","abstract":"

    Undocumented

    ","parent_name":"GPKGDataType"},"Enums/GPKGDataType.html#/c:@E@GPKGDataType@GPKG_DT_DATETIME":{"name":"GPKG_DT_DATETIME","abstract":"

    Undocumented

    ","parent_name":"GPKGDataType"},"Enums/GPKGContentsDataType.html#/c:@E@GPKGContentsDataType@GPKG_CDT_FEATURES":{"name":"GPKG_CDT_FEATURES","abstract":"

    Undocumented

    ","parent_name":"GPKGContentsDataType"},"Enums/GPKGContentsDataType.html#/c:@E@GPKGContentsDataType@GPKG_CDT_TILES":{"name":"GPKG_CDT_TILES","abstract":"

    Undocumented

    ","parent_name":"GPKGContentsDataType"},"Enums/GPKGContentsDataType.html#/c:@E@GPKGContentsDataType@GPKG_CDT_ATTRIBUTES":{"name":"GPKG_CDT_ATTRIBUTES","abstract":"

    Undocumented

    ","parent_name":"GPKGContentsDataType"},"Enums/TIFFFieldType.html#/c:@E@TIFFFieldType@TIFF_FIELD_BYTE":{"name":"TIFF_FIELD_BYTE","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldType"},"Enums/TIFFFieldType.html#/c:@E@TIFFFieldType@TIFF_FIELD_ASCII":{"name":"TIFF_FIELD_ASCII","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldType"},"Enums/TIFFFieldType.html#/c:@E@TIFFFieldType@TIFF_FIELD_SHORT":{"name":"TIFF_FIELD_SHORT","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldType"},"Enums/TIFFFieldType.html#/c:@E@TIFFFieldType@TIFF_FIELD_LONG":{"name":"TIFF_FIELD_LONG","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldType"},"Enums/TIFFFieldType.html#/c:@E@TIFFFieldType@TIFF_FIELD_RATIONAL":{"name":"TIFF_FIELD_RATIONAL","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldType"},"Enums/TIFFFieldType.html#/c:@E@TIFFFieldType@TIFF_FIELD_SBYTE":{"name":"TIFF_FIELD_SBYTE","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldType"},"Enums/TIFFFieldType.html#/c:@E@TIFFFieldType@TIFF_FIELD_UNDEFINED":{"name":"TIFF_FIELD_UNDEFINED","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldType"},"Enums/TIFFFieldType.html#/c:@E@TIFFFieldType@TIFF_FIELD_SSHORT":{"name":"TIFF_FIELD_SSHORT","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldType"},"Enums/TIFFFieldType.html#/c:@E@TIFFFieldType@TIFF_FIELD_SLONG":{"name":"TIFF_FIELD_SLONG","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldType"},"Enums/TIFFFieldType.html#/c:@E@TIFFFieldType@TIFF_FIELD_SRATIONAL":{"name":"TIFF_FIELD_SRATIONAL","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldType"},"Enums/TIFFFieldType.html#/c:@E@TIFFFieldType@TIFF_FIELD_FLOAT":{"name":"TIFF_FIELD_FLOAT","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldType"},"Enums/TIFFFieldType.html#/c:@E@TIFFFieldType@TIFF_FIELD_DOUBLE":{"name":"TIFF_FIELD_DOUBLE","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_ARTIST":{"name":"TIFF_TAG_ARTIST","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_BITS_PER_SAMPLE":{"name":"TIFF_TAG_BITS_PER_SAMPLE","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_CELL_LENGTH":{"name":"TIFF_TAG_CELL_LENGTH","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_CELL_WIDTH":{"name":"TIFF_TAG_CELL_WIDTH","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_COLOR_MAP":{"name":"TIFF_TAG_COLOR_MAP","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_COMPRESSION":{"name":"TIFF_TAG_COMPRESSION","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_COPYRIGHT":{"name":"TIFF_TAG_COPYRIGHT","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_DATE_TIME":{"name":"TIFF_TAG_DATE_TIME","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_EXTRA_SAMPLES":{"name":"TIFF_TAG_EXTRA_SAMPLES","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_FILL_ORDER":{"name":"TIFF_TAG_FILL_ORDER","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_FREE_BYTE_COUNTS":{"name":"TIFF_TAG_FREE_BYTE_COUNTS","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_FREE_OFFSETS":{"name":"TIFF_TAG_FREE_OFFSETS","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_GRAY_RESPONSE_CURVE":{"name":"TIFF_TAG_GRAY_RESPONSE_CURVE","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_GRAY_RESPONSE_UNIT":{"name":"TIFF_TAG_GRAY_RESPONSE_UNIT","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_HOST_COMPUTER":{"name":"TIFF_TAG_HOST_COMPUTER","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_IMAGE_DESCRIPTION":{"name":"TIFF_TAG_IMAGE_DESCRIPTION","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_IMAGE_LENGTH":{"name":"TIFF_TAG_IMAGE_LENGTH","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_IMAGE_WIDTH":{"name":"TIFF_TAG_IMAGE_WIDTH","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_MAKE":{"name":"TIFF_TAG_MAKE","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_MAX_SAMPLE_VALUE":{"name":"TIFF_TAG_MAX_SAMPLE_VALUE","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_MIN_SAMPLE_VALUE":{"name":"TIFF_TAG_MIN_SAMPLE_VALUE","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_MODEL":{"name":"TIFF_TAG_MODEL","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_NEW_SUBFILE_TYPE":{"name":"TIFF_TAG_NEW_SUBFILE_TYPE","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_ORIENTATION":{"name":"TIFF_TAG_ORIENTATION","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_PHOTOMETRIC_INTERPRETATION":{"name":"TIFF_TAG_PHOTOMETRIC_INTERPRETATION","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_PLANAR_CONFIGURATION":{"name":"TIFF_TAG_PLANAR_CONFIGURATION","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_RESOLUTION_UNIT":{"name":"TIFF_TAG_RESOLUTION_UNIT","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_ROWS_PER_STRIP":{"name":"TIFF_TAG_ROWS_PER_STRIP","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_SAMPLES_PER_PIXEL":{"name":"TIFF_TAG_SAMPLES_PER_PIXEL","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_SOFTWARE":{"name":"TIFF_TAG_SOFTWARE","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_STRIP_BYTE_COUNTS":{"name":"TIFF_TAG_STRIP_BYTE_COUNTS","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_STRIP_OFFSETS":{"name":"TIFF_TAG_STRIP_OFFSETS","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_SUBFILE_TYPE":{"name":"TIFF_TAG_SUBFILE_TYPE","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_THRESHOLDING":{"name":"TIFF_TAG_THRESHOLDING","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_X_RESOLUTION":{"name":"TIFF_TAG_X_RESOLUTION","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_Y_RESOLUTION":{"name":"TIFF_TAG_Y_RESOLUTION","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_BAD_FAX_LINES":{"name":"TIFF_TAG_BAD_FAX_LINES","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_CLEAN_FAX_DATA":{"name":"TIFF_TAG_CLEAN_FAX_DATA","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_CLIP_PATH":{"name":"TIFF_TAG_CLIP_PATH","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_CONSECUTIVE_BAD_FAX_LINES":{"name":"TIFF_TAG_CONSECUTIVE_BAD_FAX_LINES","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_DECODE":{"name":"TIFF_TAG_DECODE","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_DEFAULT_IMAGE_COLOR":{"name":"TIFF_TAG_DEFAULT_IMAGE_COLOR","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_DOCUMENT_NAME":{"name":"TIFF_TAG_DOCUMENT_NAME","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_DOT_RANGE":{"name":"TIFF_TAG_DOT_RANGE","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_HALFTONE_HINTS":{"name":"TIFF_TAG_HALFTONE_HINTS","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_INDEXED":{"name":"TIFF_TAG_INDEXED","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_JPEG_TABLES":{"name":"TIFF_TAG_JPEG_TABLES","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_PAGE_NAME":{"name":"TIFF_TAG_PAGE_NAME","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_PAGE_NUMBER":{"name":"TIFF_TAG_PAGE_NUMBER","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_PREDICTOR":{"name":"TIFF_TAG_PREDICTOR","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_PRIMARY_CHROMATICITIES":{"name":"TIFF_TAG_PRIMARY_CHROMATICITIES","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_REFERENCE_BLACK_WHITE":{"name":"TIFF_TAG_REFERENCE_BLACK_WHITE","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_SAMPLE_FORMAT":{"name":"TIFF_TAG_SAMPLE_FORMAT","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_S_MIN_SAMPLE_VALUE":{"name":"TIFF_TAG_S_MIN_SAMPLE_VALUE","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_S_MAX_SAMPLE_VALUE":{"name":"TIFF_TAG_S_MAX_SAMPLE_VALUE","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_STRIP_ROW_COUNTS":{"name":"TIFF_TAG_STRIP_ROW_COUNTS","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_SUB_IFDS":{"name":"TIFF_TAG_SUB_IFDS","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_T4_OPTIONS":{"name":"TIFF_TAG_T4_OPTIONS","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_T6_OPTIONS":{"name":"TIFF_TAG_T6_OPTIONS","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_TILE_BYTE_COUNTS":{"name":"TIFF_TAG_TILE_BYTE_COUNTS","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_TILE_LENGTH":{"name":"TIFF_TAG_TILE_LENGTH","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_TILE_OFFSETS":{"name":"TIFF_TAG_TILE_OFFSETS","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_TILE_WIDTH":{"name":"TIFF_TAG_TILE_WIDTH","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_TRANSFER_FUNCTION":{"name":"TIFF_TAG_TRANSFER_FUNCTION","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_WHITE_POINT":{"name":"TIFF_TAG_WHITE_POINT","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_X_CLIP_PATH_UNITS":{"name":"TIFF_TAG_X_CLIP_PATH_UNITS","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_X_POSITION":{"name":"TIFF_TAG_X_POSITION","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_Y_CB_CR_COEFFICIENTS":{"name":"TIFF_TAG_Y_CB_CR_COEFFICIENTS","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_Y_CB_CR_POSITIONING":{"name":"TIFF_TAG_Y_CB_CR_POSITIONING","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_Y_CB_CR_SUB_SAMPLING":{"name":"TIFF_TAG_Y_CB_CR_SUB_SAMPLING","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_Y_CLIP_PATH_UNITS":{"name":"TIFF_TAG_Y_CLIP_PATH_UNITS","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_Y_POSITION":{"name":"TIFF_TAG_Y_POSITION","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_JPEG_PROC":{"name":"TIFF_TAG_JPEG_PROC","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_JPEG_INTERCHANGE_FORMAT":{"name":"TIFF_TAG_JPEG_INTERCHANGE_FORMAT","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_JPEG_INTERCHANGE_FORMAT_LENGTH":{"name":"TIFF_TAG_JPEG_INTERCHANGE_FORMAT_LENGTH","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_JPEG_RESTART_INTERVAL":{"name":"TIFF_TAG_JPEG_RESTART_INTERVAL","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_JPEG_LOSSLESS_PREDICTORS":{"name":"TIFF_TAG_JPEG_LOSSLESS_PREDICTORS","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_JPEG_POINT_TRANSFORMS":{"name":"TIFF_TAG_JPEG_POINT_TRANSFORMS","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_JPEG_Q_TABLES":{"name":"TIFF_TAG_JPEG_Q_TABLES","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_JPEG_DC_TABLES":{"name":"TIFF_TAG_JPEG_DC_TABLES","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_JPEG_AC_TABLES":{"name":"TIFF_TAG_JPEG_AC_TABLES","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_APERTURE_VALUE":{"name":"TIFF_TAG_APERTURE_VALUE","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_COLOR_SPACE":{"name":"TIFF_TAG_COLOR_SPACE","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_DATE_TIME_DIGITIZED":{"name":"TIFF_TAG_DATE_TIME_DIGITIZED","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_DATE_TIME_ORIGINAL":{"name":"TIFF_TAG_DATE_TIME_ORIGINAL","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_EXIF_IFD":{"name":"TIFF_TAG_EXIF_IFD","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_EXIF_VERSION":{"name":"TIFF_TAG_EXIF_VERSION","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_EXPOSURE_TIME":{"name":"TIFF_TAG_EXPOSURE_TIME","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_FILE_SOURCE":{"name":"TIFF_TAG_FILE_SOURCE","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_FLASH":{"name":"TIFF_TAG_FLASH","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_FLASHPIX_VERSION":{"name":"TIFF_TAG_FLASHPIX_VERSION","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_F_NUMBER":{"name":"TIFF_TAG_F_NUMBER","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_IMAGE_UNIQUE_ID":{"name":"TIFF_TAG_IMAGE_UNIQUE_ID","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_LIGHT_SOURCE":{"name":"TIFF_TAG_LIGHT_SOURCE","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_MAKER_NOTE":{"name":"TIFF_TAG_MAKER_NOTE","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_SHUTTER_SPEED_VALUE":{"name":"TIFF_TAG_SHUTTER_SPEED_VALUE","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_USER_COMMENT":{"name":"TIFF_TAG_USER_COMMENT","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_IPTC":{"name":"TIFF_TAG_IPTC","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_ICC_PROFILE":{"name":"TIFF_TAG_ICC_PROFILE","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_XMP":{"name":"TIFF_TAG_XMP","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_GDAL_METADATA":{"name":"TIFF_TAG_GDAL_METADATA","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_GDAL_NODATA":{"name":"TIFF_TAG_GDAL_NODATA","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_PHOTOSHOP":{"name":"TIFF_TAG_PHOTOSHOP","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_MODEL_PIXEL_SCALE":{"name":"TIFF_TAG_MODEL_PIXEL_SCALE","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_MODEL_TIEPOINT":{"name":"TIFF_TAG_MODEL_TIEPOINT","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_MODEL_TRANSFORMATION":{"name":"TIFF_TAG_MODEL_TRANSFORMATION","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_GEO_KEY_DIRECTORY":{"name":"TIFF_TAG_GEO_KEY_DIRECTORY","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_GEO_DOUBLE_PARAMS":{"name":"TIFF_TAG_GEO_DOUBLE_PARAMS","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_GEO_ASCII_PARAMS":{"name":"TIFF_TAG_GEO_ASCII_PARAMS","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/SFGeometryType.html#/c:@E@SFGeometryType@SF_GEOMETRY":{"name":"SF_GEOMETRY","abstract":"

    Undocumented

    ","parent_name":"SFGeometryType"},"Enums/SFGeometryType.html#/c:@E@SFGeometryType@SF_POINT":{"name":"SF_POINT","abstract":"

    Undocumented

    ","parent_name":"SFGeometryType"},"Enums/SFGeometryType.html#/c:@E@SFGeometryType@SF_LINESTRING":{"name":"SF_LINESTRING","abstract":"

    Undocumented

    ","parent_name":"SFGeometryType"},"Enums/SFGeometryType.html#/c:@E@SFGeometryType@SF_POLYGON":{"name":"SF_POLYGON","abstract":"

    Undocumented

    ","parent_name":"SFGeometryType"},"Enums/SFGeometryType.html#/c:@E@SFGeometryType@SF_MULTIPOINT":{"name":"SF_MULTIPOINT","abstract":"

    Undocumented

    ","parent_name":"SFGeometryType"},"Enums/SFGeometryType.html#/c:@E@SFGeometryType@SF_MULTILINESTRING":{"name":"SF_MULTILINESTRING","abstract":"

    Undocumented

    ","parent_name":"SFGeometryType"},"Enums/SFGeometryType.html#/c:@E@SFGeometryType@SF_MULTIPOLYGON":{"name":"SF_MULTIPOLYGON","abstract":"

    Undocumented

    ","parent_name":"SFGeometryType"},"Enums/SFGeometryType.html#/c:@E@SFGeometryType@SF_GEOMETRYCOLLECTION":{"name":"SF_GEOMETRYCOLLECTION","abstract":"

    Undocumented

    ","parent_name":"SFGeometryType"},"Enums/SFGeometryType.html#/c:@E@SFGeometryType@SF_CIRCULARSTRING":{"name":"SF_CIRCULARSTRING","abstract":"

    Undocumented

    ","parent_name":"SFGeometryType"},"Enums/SFGeometryType.html#/c:@E@SFGeometryType@SF_COMPOUNDCURVE":{"name":"SF_COMPOUNDCURVE","abstract":"

    Undocumented

    ","parent_name":"SFGeometryType"},"Enums/SFGeometryType.html#/c:@E@SFGeometryType@SF_CURVEPOLYGON":{"name":"SF_CURVEPOLYGON","abstract":"

    Undocumented

    ","parent_name":"SFGeometryType"},"Enums/SFGeometryType.html#/c:@E@SFGeometryType@SF_MULTICURVE":{"name":"SF_MULTICURVE","abstract":"

    Undocumented

    ","parent_name":"SFGeometryType"},"Enums/SFGeometryType.html#/c:@E@SFGeometryType@SF_MULTISURFACE":{"name":"SF_MULTISURFACE","abstract":"

    Undocumented

    ","parent_name":"SFGeometryType"},"Enums/SFGeometryType.html#/c:@E@SFGeometryType@SF_CURVE":{"name":"SF_CURVE","abstract":"

    Undocumented

    ","parent_name":"SFGeometryType"},"Enums/SFGeometryType.html#/c:@E@SFGeometryType@SF_SURFACE":{"name":"SF_SURFACE","abstract":"

    Undocumented

    ","parent_name":"SFGeometryType"},"Enums/SFGeometryType.html#/c:@E@SFGeometryType@SF_POLYHEDRALSURFACE":{"name":"SF_POLYHEDRALSURFACE","abstract":"

    Undocumented

    ","parent_name":"SFGeometryType"},"Enums/SFGeometryType.html#/c:@E@SFGeometryType@SF_TIN":{"name":"SF_TIN","abstract":"

    Undocumented

    ","parent_name":"SFGeometryType"},"Enums/SFGeometryType.html#/c:@E@SFGeometryType@SF_TRIANGLE":{"name":"SF_TRIANGLE","abstract":"

    Undocumented

    ","parent_name":"SFGeometryType"},"Enums/SFGeometryType.html#/c:@E@SFGeometryType@SF_NONE":{"name":"SF_NONE","abstract":"

    Undocumented

    ","parent_name":"SFGeometryType"},"Enums/SFFiniteFilterType.html#/c:@E@SFFiniteFilterType@SF_FF_FINITE":{"name":"SF_FF_FINITE","abstract":"

    Undocumented

    ","parent_name":"SFFiniteFilterType"},"Enums/SFFiniteFilterType.html#/c:@E@SFFiniteFilterType@SF_FF_FINITE_AND_INFINITE":{"name":"SF_FF_FINITE_AND_INFINITE","abstract":"

    Undocumented

    ","parent_name":"SFFiniteFilterType"},"Enums/SFFiniteFilterType.html#/c:@E@SFFiniteFilterType@SF_FF_FINITE_AND_NAN":{"name":"SF_FF_FINITE_AND_NAN","abstract":"

    Undocumented

    ","parent_name":"SFFiniteFilterType"},"Enums/SFEventType.html#/c:@E@SFEventType@SF_ET_LEFT":{"name":"SF_ET_LEFT","abstract":"

    Undocumented

    ","parent_name":"SFEventType"},"Enums/SFEventType.html#/c:@E@SFEventType@SF_ET_RIGHT":{"name":"SF_ET_RIGHT","abstract":"

    Undocumented

    ","parent_name":"SFEventType"},"Enums/SFGGeometryType.html#/c:@E@SFGGeometryType@SFG_GEOMETRY":{"name":"SFG_GEOMETRY","abstract":"

    Undocumented

    ","parent_name":"SFGGeometryType"},"Enums/SFGGeometryType.html#/c:@E@SFGGeometryType@SFG_POINT":{"name":"SFG_POINT","abstract":"

    Undocumented

    ","parent_name":"SFGGeometryType"},"Enums/SFGGeometryType.html#/c:@E@SFGGeometryType@SFG_LINESTRING":{"name":"SFG_LINESTRING","abstract":"

    Undocumented

    ","parent_name":"SFGGeometryType"},"Enums/SFGGeometryType.html#/c:@E@SFGGeometryType@SFG_POLYGON":{"name":"SFG_POLYGON","abstract":"

    Undocumented

    ","parent_name":"SFGGeometryType"},"Enums/SFGGeometryType.html#/c:@E@SFGGeometryType@SFG_MULTIPOINT":{"name":"SFG_MULTIPOINT","abstract":"

    Undocumented

    ","parent_name":"SFGGeometryType"},"Enums/SFGGeometryType.html#/c:@E@SFGGeometryType@SFG_MULTILINESTRING":{"name":"SFG_MULTILINESTRING","abstract":"

    Undocumented

    ","parent_name":"SFGGeometryType"},"Enums/SFGGeometryType.html#/c:@E@SFGGeometryType@SFG_MULTIPOLYGON":{"name":"SFG_MULTIPOLYGON","abstract":"

    Undocumented

    ","parent_name":"SFGGeometryType"},"Enums/SFGGeometryType.html#/c:@E@SFGGeometryType@SFG_GEOMETRYCOLLECTION":{"name":"SFG_GEOMETRYCOLLECTION","abstract":"

    Undocumented

    ","parent_name":"SFGGeometryType"},"Enums/PROJUnit.html#/c:@E@PROJUnit@PROJ_UNIT_DEGREES":{"name":"PROJ_UNIT_DEGREES","abstract":"

    Undocumented

    ","parent_name":"PROJUnit"},"Enums/PROJUnit.html#/c:@E@PROJUnit@PROJ_UNIT_METERS":{"name":"PROJ_UNIT_METERS","abstract":"

    Undocumented

    ","parent_name":"PROJUnit"},"Enums/PROJUnit.html#/c:@E@PROJUnit@PROJ_UNIT_NONE":{"name":"PROJ_UNIT_NONE","abstract":"

    Undocumented

    ","parent_name":"PROJUnit"},"Enums/PROJProjectionFactoryType.html#/c:@E@PROJProjectionFactoryType@PROJ_FACTORY_CACHE":{"name":"PROJ_FACTORY_CACHE","abstract":"

    Cached projections from previous retrievals

    ","parent_name":"PROJProjectionFactoryType"},"Enums/PROJProjectionFactoryType.html#/c:@E@PROJProjectionFactoryType@PROJ_FACTORY_DEFINITION":{"name":"PROJ_FACTORY_DEFINITION","abstract":"

    Well-Known Text Definition parsing and proj4 conversion

    ","parent_name":"PROJProjectionFactoryType"},"Enums/PROJProjectionFactoryType.html#/c:@E@PROJProjectionFactoryType@PROJ_FACTORY_PARAMETERS":{"name":"PROJ_FACTORY_PARAMETERS","abstract":"

    proj4 creation from proj4 projection parameters

    ","parent_name":"PROJProjectionFactoryType"},"Enums/PROJProjectionFactoryType.html#/c:@E@PROJProjectionFactoryType@PROJ_FACTORY_PROPERTIES":{"name":"PROJ_FACTORY_PROPERTIES","abstract":"

    Creation from project and custom properties of configured proj4 projection parameters

    ","parent_name":"PROJProjectionFactoryType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_MICROMETRE":{"name":"CRS_UNITS_MICROMETRE","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_MILLIMETRE":{"name":"CRS_UNITS_MILLIMETRE","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_METRE":{"name":"CRS_UNITS_METRE","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_KILOMETRE":{"name":"CRS_UNITS_KILOMETRE","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_GERMAN_LEGAL_METRE":{"name":"CRS_UNITS_GERMAN_LEGAL_METRE","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_US_SURVEY_FOOT":{"name":"CRS_UNITS_US_SURVEY_FOOT","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_FOOT":{"name":"CRS_UNITS_FOOT","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_MICRORADIAN":{"name":"CRS_UNITS_MICRORADIAN","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_MILLIRADIAN":{"name":"CRS_UNITS_MILLIRADIAN","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_RADIAN":{"name":"CRS_UNITS_RADIAN","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_ARC_SECOND":{"name":"CRS_UNITS_ARC_SECOND","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_ARC_MINUTE":{"name":"CRS_UNITS_ARC_MINUTE","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_DEGREE":{"name":"CRS_UNITS_DEGREE","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_GRAD":{"name":"CRS_UNITS_GRAD","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_UNITY":{"name":"CRS_UNITS_UNITY","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_BIN":{"name":"CRS_UNITS_BIN","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_PARTS_PER_MILLION":{"name":"CRS_UNITS_PARTS_PER_MILLION","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_PASCAL":{"name":"CRS_UNITS_PASCAL","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_HECTOPASCAL":{"name":"CRS_UNITS_HECTOPASCAL","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_MICROSECOND":{"name":"CRS_UNITS_MICROSECOND","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_MILLISECOND":{"name":"CRS_UNITS_MILLISECOND","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_SECOND":{"name":"CRS_UNITS_SECOND","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_MINUTE":{"name":"CRS_UNITS_MINUTE","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_HOUR":{"name":"CRS_UNITS_HOUR","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_DAY":{"name":"CRS_UNITS_DAY","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_YEAR":{"name":"CRS_UNITS_YEAR","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_CALENDAR_SECOND":{"name":"CRS_UNITS_CALENDAR_SECOND","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_CALENDAR_MONTH":{"name":"CRS_UNITS_CALENDAR_MONTH","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitType.html#/c:@E@CRSUnitType@CRS_UNIT_NONE":{"name":"CRS_UNIT_NONE","abstract":"

    Undocumented

    ","parent_name":"CRSUnitType"},"Enums/CRSUnitType.html#/c:@E@CRSUnitType@CRS_UNIT_ANGLE":{"name":"CRS_UNIT_ANGLE","abstract":"

    Undocumented

    ","parent_name":"CRSUnitType"},"Enums/CRSUnitType.html#/c:@E@CRSUnitType@CRS_UNIT_LENGTH":{"name":"CRS_UNIT_LENGTH","abstract":"

    Undocumented

    ","parent_name":"CRSUnitType"},"Enums/CRSUnitType.html#/c:@E@CRSUnitType@CRS_UNIT_PARAMETRIC":{"name":"CRS_UNIT_PARAMETRIC","abstract":"

    Undocumented

    ","parent_name":"CRSUnitType"},"Enums/CRSUnitType.html#/c:@E@CRSUnitType@CRS_UNIT_SCALE":{"name":"CRS_UNIT_SCALE","abstract":"

    Undocumented

    ","parent_name":"CRSUnitType"},"Enums/CRSUnitType.html#/c:@E@CRSUnitType@CRS_UNIT_TIME":{"name":"CRS_UNIT_TIME","abstract":"

    Undocumented

    ","parent_name":"CRSUnitType"},"Enums/CRSUnitType.html#/c:@E@CRSUnitType@CRS_UNIT":{"name":"CRS_UNIT","abstract":"

    Undocumented

    ","parent_name":"CRSUnitType"},"Enums/CRSType.html#/c:@E@CRSType@CRS_TYPE_BOUND":{"name":"CRS_TYPE_BOUND","abstract":"

    Undocumented

    ","parent_name":"CRSType"},"Enums/CRSType.html#/c:@E@CRSType@CRS_TYPE_COMPOUND":{"name":"CRS_TYPE_COMPOUND","abstract":"

    Undocumented

    ","parent_name":"CRSType"},"Enums/CRSType.html#/c:@E@CRSType@CRS_TYPE_CONCATENATED_OPERATION":{"name":"CRS_TYPE_CONCATENATED_OPERATION","abstract":"

    Undocumented

    ","parent_name":"CRSType"},"Enums/CRSType.html#/c:@E@CRSType@CRS_TYPE_COORDINATE_METADATA":{"name":"CRS_TYPE_COORDINATE_METADATA","abstract":"

    Undocumented

    ","parent_name":"CRSType"},"Enums/CRSType.html#/c:@E@CRSType@CRS_TYPE_COORDINATE_OPERATION":{"name":"CRS_TYPE_COORDINATE_OPERATION","abstract":"

    Undocumented

    ","parent_name":"CRSType"},"Enums/CRSType.html#/c:@E@CRSType@CRS_TYPE_DERIVED":{"name":"CRS_TYPE_DERIVED","abstract":"

    Undocumented

    ","parent_name":"CRSType"},"Enums/CRSType.html#/c:@E@CRSType@CRS_TYPE_ENGINEERING":{"name":"CRS_TYPE_ENGINEERING","abstract":"

    Undocumented

    ","parent_name":"CRSType"},"Enums/CRSType.html#/c:@E@CRSType@CRS_TYPE_GEODETIC":{"name":"CRS_TYPE_GEODETIC","abstract":"

    Undocumented

    ","parent_name":"CRSType"},"Enums/CRSType.html#/c:@E@CRSType@CRS_TYPE_GEOGRAPHIC":{"name":"CRS_TYPE_GEOGRAPHIC","abstract":"

    Undocumented

    ","parent_name":"CRSType"},"Enums/CRSType.html#/c:@E@CRSType@CRS_TYPE_PARAMETRIC":{"name":"CRS_TYPE_PARAMETRIC","abstract":"

    Undocumented

    ","parent_name":"CRSType"},"Enums/CRSType.html#/c:@E@CRSType@CRS_TYPE_POINT_MOTION_OPERATION":{"name":"CRS_TYPE_POINT_MOTION_OPERATION","abstract":"

    Undocumented

    ","parent_name":"CRSType"},"Enums/CRSType.html#/c:@E@CRSType@CRS_TYPE_PROJECTED":{"name":"CRS_TYPE_PROJECTED","abstract":"

    Undocumented

    ","parent_name":"CRSType"},"Enums/CRSType.html#/c:@E@CRSType@CRS_TYPE_TEMPORAL":{"name":"CRS_TYPE_TEMPORAL","abstract":"

    Undocumented

    ","parent_name":"CRSType"},"Enums/CRSType.html#/c:@E@CRSType@CRS_TYPE_VERTICAL":{"name":"CRS_TYPE_VERTICAL","abstract":"

    Undocumented

    ","parent_name":"CRSType"},"Enums/CRSPrimeMeridianType.html#/c:@E@CRSPrimeMeridianType@CRS_PM_GREENWICH":{"name":"CRS_PM_GREENWICH","abstract":"

    Undocumented

    ","parent_name":"CRSPrimeMeridianType"},"Enums/CRSPrimeMeridianType.html#/c:@E@CRSPrimeMeridianType@CRS_PM_LISBON":{"name":"CRS_PM_LISBON","abstract":"

    Undocumented

    ","parent_name":"CRSPrimeMeridianType"},"Enums/CRSPrimeMeridianType.html#/c:@E@CRSPrimeMeridianType@CRS_PM_PARIS":{"name":"CRS_PM_PARIS","abstract":"

    Undocumented

    ","parent_name":"CRSPrimeMeridianType"},"Enums/CRSPrimeMeridianType.html#/c:@E@CRSPrimeMeridianType@CRS_PM_BOGOTA":{"name":"CRS_PM_BOGOTA","abstract":"

    Undocumented

    ","parent_name":"CRSPrimeMeridianType"},"Enums/CRSPrimeMeridianType.html#/c:@E@CRSPrimeMeridianType@CRS_PM_MADRID":{"name":"CRS_PM_MADRID","abstract":"

    Undocumented

    ","parent_name":"CRSPrimeMeridianType"},"Enums/CRSPrimeMeridianType.html#/c:@E@CRSPrimeMeridianType@CRS_PM_ROME":{"name":"CRS_PM_ROME","abstract":"

    Undocumented

    ","parent_name":"CRSPrimeMeridianType"},"Enums/CRSPrimeMeridianType.html#/c:@E@CRSPrimeMeridianType@CRS_PM_BERN":{"name":"CRS_PM_BERN","abstract":"

    Undocumented

    ","parent_name":"CRSPrimeMeridianType"},"Enums/CRSPrimeMeridianType.html#/c:@E@CRSPrimeMeridianType@CRS_PM_JAKARTA":{"name":"CRS_PM_JAKARTA","abstract":"

    Undocumented

    ","parent_name":"CRSPrimeMeridianType"},"Enums/CRSPrimeMeridianType.html#/c:@E@CRSPrimeMeridianType@CRS_PM_FERRO":{"name":"CRS_PM_FERRO","abstract":"

    Undocumented

    ","parent_name":"CRSPrimeMeridianType"},"Enums/CRSPrimeMeridianType.html#/c:@E@CRSPrimeMeridianType@CRS_PM_BRUSSELS":{"name":"CRS_PM_BRUSSELS","abstract":"

    Undocumented

    ","parent_name":"CRSPrimeMeridianType"},"Enums/CRSPrimeMeridianType.html#/c:@E@CRSPrimeMeridianType@CRS_PM_STOCKHOLM":{"name":"CRS_PM_STOCKHOLM","abstract":"

    Undocumented

    ","parent_name":"CRSPrimeMeridianType"},"Enums/CRSPrimeMeridianType.html#/c:@E@CRSPrimeMeridianType@CRS_PM_ATHENS":{"name":"CRS_PM_ATHENS","abstract":"

    Undocumented

    ","parent_name":"CRSPrimeMeridianType"},"Enums/CRSPrimeMeridianType.html#/c:@E@CRSPrimeMeridianType@CRS_PM_OSLO":{"name":"CRS_PM_OSLO","abstract":"

    Undocumented

    ","parent_name":"CRSPrimeMeridianType"},"Enums/CRSOperationType.html#/c:@E@CRSOperationType@CRS_OPERATION_COORDINATE":{"name":"CRS_OPERATION_COORDINATE","abstract":"

    Undocumented

    ","parent_name":"CRSOperationType"},"Enums/CRSOperationType.html#/c:@E@CRSOperationType@CRS_OPERATION_POINT_MOTION":{"name":"CRS_OPERATION_POINT_MOTION","abstract":"

    Undocumented

    ","parent_name":"CRSOperationType"},"Enums/CRSOperationType.html#/c:@E@CRSOperationType@CRS_OPERATION_MAP_PROJECTION":{"name":"CRS_OPERATION_MAP_PROJECTION","abstract":"

    Undocumented

    ","parent_name":"CRSOperationType"},"Enums/CRSOperationType.html#/c:@E@CRSOperationType@CRS_OPERATION_DERIVING_CONVERSION":{"name":"CRS_OPERATION_DERIVING_CONVERSION","abstract":"

    Undocumented

    ","parent_name":"CRSOperationType"},"Enums/CRSOperationType.html#/c:@E@CRSOperationType@CRS_OPERATION_ABRIDGED_COORDINATE_TRANSFORMATION":{"name":"CRS_OPERATION_ABRIDGED_COORDINATE_TRANSFORMATION","abstract":"

    Undocumented

    ","parent_name":"CRSOperationType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_ANGLE_FROM_RECTIFIED_TO_SKEW_GRID":{"name":"CRS_PARAMETER_ANGLE_FROM_RECTIFIED_TO_SKEW_GRID","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_AZIMUTH_OF_INITIAL_LINE":{"name":"CRS_PARAMETER_AZIMUTH_OF_INITIAL_LINE","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_CO_LATITUDE_OF_CONE_AXIS":{"name":"CRS_PARAMETER_CO_LATITUDE_OF_CONE_AXIS","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_EASTING_AT_FALSE_ORIGIN":{"name":"CRS_PARAMETER_EASTING_AT_FALSE_ORIGIN","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_EASTING_AT_PROJECTION_CENTRE":{"name":"CRS_PARAMETER_EASTING_AT_PROJECTION_CENTRE","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_ELLIPSOIDAL_HEIGHT_DIFFERENCE_FILE":{"name":"CRS_PARAMETER_ELLIPSOIDAL_HEIGHT_DIFFERENCE_FILE","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_FALSE_EASTING":{"name":"CRS_PARAMETER_FALSE_EASTING","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_FALSE_NORTHING":{"name":"CRS_PARAMETER_FALSE_NORTHING","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_LATITUDE_AND_LONGITUDE_DIFFERENCE_FILE":{"name":"CRS_PARAMETER_LATITUDE_AND_LONGITUDE_DIFFERENCE_FILE","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_LATITUDE_DIFFERENCE_FILE":{"name":"CRS_PARAMETER_LATITUDE_DIFFERENCE_FILE","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_LATITUDE_OF_1ST_STANDARD_PARALLEL":{"name":"CRS_PARAMETER_LATITUDE_OF_1ST_STANDARD_PARALLEL","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_LATITUDE_OF_2ND_STANDARD_PARALLEL":{"name":"CRS_PARAMETER_LATITUDE_OF_2ND_STANDARD_PARALLEL","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_LATITUDE_OF_FALSE_ORIGIN":{"name":"CRS_PARAMETER_LATITUDE_OF_FALSE_ORIGIN","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_LATITUDE_OF_NATURAL_ORIGIN":{"name":"CRS_PARAMETER_LATITUDE_OF_NATURAL_ORIGIN","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_LATITUDE_OF_PROJECTION_CENTRE":{"name":"CRS_PARAMETER_LATITUDE_OF_PROJECTION_CENTRE","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_LATITUDE_OF_PSEUDO_STANDARD_PARALLEL":{"name":"CRS_PARAMETER_LATITUDE_OF_PSEUDO_STANDARD_PARALLEL","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_LONGITUDE_DIFFERENCE_FILE":{"name":"CRS_PARAMETER_LONGITUDE_DIFFERENCE_FILE","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_LONGITUDE_OF_FALSE_ORIGIN":{"name":"CRS_PARAMETER_LONGITUDE_OF_FALSE_ORIGIN","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_LONGITUDE_OF_NATURAL_ORIGIN":{"name":"CRS_PARAMETER_LONGITUDE_OF_NATURAL_ORIGIN","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_LONGITUDE_OF_ORIGIN":{"name":"CRS_PARAMETER_LONGITUDE_OF_ORIGIN","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_LONGITUDE_OF_PROJECTION_CENTRE":{"name":"CRS_PARAMETER_LONGITUDE_OF_PROJECTION_CENTRE","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_NORTHING_AT_FALSE_ORIGIN":{"name":"CRS_PARAMETER_NORTHING_AT_FALSE_ORIGIN","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_NORTHING_AT_PROJECTION_CENTRE":{"name":"CRS_PARAMETER_NORTHING_AT_PROJECTION_CENTRE","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_ORDINATE_1_OF_EVALUATION_POINT":{"name":"CRS_PARAMETER_ORDINATE_1_OF_EVALUATION_POINT","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_ORDINATE_2_OF_EVALUATION_POINT":{"name":"CRS_PARAMETER_ORDINATE_2_OF_EVALUATION_POINT","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_ORDINATE_3_OF_EVALUATION_POINT":{"name":"CRS_PARAMETER_ORDINATE_3_OF_EVALUATION_POINT","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_SCALE_DIFFERENCE":{"name":"CRS_PARAMETER_SCALE_DIFFERENCE","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_SCALE_FACTOR_AT_NATURAL_ORIGIN":{"name":"CRS_PARAMETER_SCALE_FACTOR_AT_NATURAL_ORIGIN","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_SCALE_FACTOR_ON_INITIAL_LINE":{"name":"CRS_PARAMETER_SCALE_FACTOR_ON_INITIAL_LINE","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_SCALE_FACTOR_ON_PSEUDO_STANDARD_PARALLEL":{"name":"CRS_PARAMETER_SCALE_FACTOR_ON_PSEUDO_STANDARD_PARALLEL","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_VERTICAL_OFFSET":{"name":"CRS_PARAMETER_VERTICAL_OFFSET","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_X_AXIS_ROTATION":{"name":"CRS_PARAMETER_X_AXIS_ROTATION","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_X_AXIS_TRANSLATION":{"name":"CRS_PARAMETER_X_AXIS_TRANSLATION","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_Y_AXIS_ROTATION":{"name":"CRS_PARAMETER_Y_AXIS_ROTATION","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_Y_AXIS_TRANSLATION":{"name":"CRS_PARAMETER_Y_AXIS_TRANSLATION","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_Z_AXIS_ROTATION":{"name":"CRS_PARAMETER_Z_AXIS_ROTATION","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_Z_AXIS_TRANSLATION":{"name":"CRS_PARAMETER_Z_AXIS_TRANSLATION","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_ALBERS_EQUAL_AREA":{"name":"CRS_METHOD_ALBERS_EQUAL_AREA","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_AMERICAN_POLYCONIC":{"name":"CRS_METHOD_AMERICAN_POLYCONIC","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_CASSINI_SOLDNER":{"name":"CRS_METHOD_CASSINI_SOLDNER","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_COORDINATE_FRAME_ROTATION":{"name":"CRS_METHOD_COORDINATE_FRAME_ROTATION","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_EQUIDISTANT_CYLINDRICAL":{"name":"CRS_METHOD_EQUIDISTANT_CYLINDRICAL","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_GEOCENTRIC_TRANSLATIONS":{"name":"CRS_METHOD_GEOCENTRIC_TRANSLATIONS","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_HOTINE_OBLIQUE_MERCATOR_A":{"name":"CRS_METHOD_HOTINE_OBLIQUE_MERCATOR_A","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_HOTINE_OBLIQUE_MERCATOR_B":{"name":"CRS_METHOD_HOTINE_OBLIQUE_MERCATOR_B","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_KROVAK":{"name":"CRS_METHOD_KROVAK","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_LAMBERT_AZIMUTHAL_EQUAL_AREA":{"name":"CRS_METHOD_LAMBERT_AZIMUTHAL_EQUAL_AREA","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_LAMBERT_CONIC_CONFORMAL_1SP":{"name":"CRS_METHOD_LAMBERT_CONIC_CONFORMAL_1SP","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_LAMBERT_CONIC_CONFORMAL_2SP":{"name":"CRS_METHOD_LAMBERT_CONIC_CONFORMAL_2SP","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_LAMBERT_CYLINDRICAL_EQUAL_AREA":{"name":"CRS_METHOD_LAMBERT_CYLINDRICAL_EQUAL_AREA","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_LONGITUDE_ROTATION":{"name":"CRS_METHOD_LONGITUDE_ROTATION","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_MERCATOR_A":{"name":"CRS_METHOD_MERCATOR_A","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_MERCATOR_B":{"name":"CRS_METHOD_MERCATOR_B","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_MOLODENSKY_BADEKAS":{"name":"CRS_METHOD_MOLODENSKY_BADEKAS","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_NADCON":{"name":"CRS_METHOD_NADCON","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_NADCON5":{"name":"CRS_METHOD_NADCON5","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_NEW_ZEALAND_MAP_GRID":{"name":"CRS_METHOD_NEW_ZEALAND_MAP_GRID","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_NTV2":{"name":"CRS_METHOD_NTV2","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_OBLIQUE_STEREOGRAPHIC":{"name":"CRS_METHOD_OBLIQUE_STEREOGRAPHIC","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_POLAR_STEREOGRAPHIC_A":{"name":"CRS_METHOD_POLAR_STEREOGRAPHIC_A","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_POLAR_STEREOGRAPHIC_B":{"name":"CRS_METHOD_POLAR_STEREOGRAPHIC_B","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_POLAR_STEREOGRAPHIC_C":{"name":"CRS_METHOD_POLAR_STEREOGRAPHIC_C","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_POPULAR_VISUALISATION_PSEUDO_MERCATOR":{"name":"CRS_METHOD_POPULAR_VISUALISATION_PSEUDO_MERCATOR","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_POSITION_VECTOR_TRANSFORMATION":{"name":"CRS_METHOD_POSITION_VECTOR_TRANSFORMATION","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_TRANSVERSE_MERCATOR":{"name":"CRS_METHOD_TRANSVERSE_MERCATOR","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_TRANSVERSE_MERCATOR_SOUTH_ORIENTATED":{"name":"CRS_METHOD_TRANSVERSE_MERCATOR_SOUTH_ORIENTATED","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_VERTICAL_OFFSET":{"name":"CRS_METHOD_VERTICAL_OFFSET","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_ABRIDGEDTRANSFORMATION":{"name":"CRS_KEYWORD_ABRIDGEDTRANSFORMATION","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_ANCHOR":{"name":"CRS_KEYWORD_ANCHOR","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_ANGLEUNIT":{"name":"CRS_KEYWORD_ANGLEUNIT","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_AREA":{"name":"CRS_KEYWORD_AREA","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_AXIS":{"name":"CRS_KEYWORD_AXIS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_BASEENGCRS":{"name":"CRS_KEYWORD_BASEENGCRS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_BASEGEODCRS":{"name":"CRS_KEYWORD_BASEGEODCRS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_BASEGEOGCRS":{"name":"CRS_KEYWORD_BASEGEOGCRS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_BASEPARAMCRS":{"name":"CRS_KEYWORD_BASEPARAMCRS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_BASEPROJCRS":{"name":"CRS_KEYWORD_BASEPROJCRS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_BASETIMECRS":{"name":"CRS_KEYWORD_BASETIMECRS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_BASEVERTCRS":{"name":"CRS_KEYWORD_BASEVERTCRS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_BBOX":{"name":"CRS_KEYWORD_BBOX","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_BEARING":{"name":"CRS_KEYWORD_BEARING","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_BOUNDCRS":{"name":"CRS_KEYWORD_BOUNDCRS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_CALENDAR":{"name":"CRS_KEYWORD_CALENDAR","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_CITATION":{"name":"CRS_KEYWORD_CITATION","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_CONVERSION":{"name":"CRS_KEYWORD_CONVERSION","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_COMPOUNDCRS":{"name":"CRS_KEYWORD_COMPOUNDCRS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_CONCATENATEDOPERATION":{"name":"CRS_KEYWORD_CONCATENATEDOPERATION","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_COORDINATEMETADATA":{"name":"CRS_KEYWORD_COORDINATEMETADATA","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_COORDINATEOPERATION":{"name":"CRS_KEYWORD_COORDINATEOPERATION","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_CS":{"name":"CRS_KEYWORD_CS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_DATUM":{"name":"CRS_KEYWORD_DATUM","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_DERIVEDPROJCRS":{"name":"CRS_KEYWORD_DERIVEDPROJCRS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_DERIVINGCONVERSION":{"name":"CRS_KEYWORD_DERIVINGCONVERSION","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_DYNAMIC":{"name":"CRS_KEYWORD_DYNAMIC","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_EDATUM":{"name":"CRS_KEYWORD_EDATUM","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_ELLIPSOID":{"name":"CRS_KEYWORD_ELLIPSOID","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_ENGCRS":{"name":"CRS_KEYWORD_ENGCRS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_ENSEMBLE":{"name":"CRS_KEYWORD_ENSEMBLE","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_ENSEMBLEACCURACY":{"name":"CRS_KEYWORD_ENSEMBLEACCURACY","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_EPOCH":{"name":"CRS_KEYWORD_EPOCH","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_EXTENSION":{"name":"CRS_KEYWORD_EXTENSION","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_FRAMEEPOCH":{"name":"CRS_KEYWORD_FRAMEEPOCH","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_GEOCCS":{"name":"CRS_KEYWORD_GEOCCS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_GEODCRS":{"name":"CRS_KEYWORD_GEODCRS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_GEOGCS":{"name":"CRS_KEYWORD_GEOGCS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_GEOGCRS":{"name":"CRS_KEYWORD_GEOGCRS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_GEOIDMODEL":{"name":"CRS_KEYWORD_GEOIDMODEL","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_ID":{"name":"CRS_KEYWORD_ID","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_INTERPOLATIONCRS":{"name":"CRS_KEYWORD_INTERPOLATIONCRS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_LENGTHUNIT":{"name":"CRS_KEYWORD_LENGTHUNIT","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_LOCAL_CS":{"name":"CRS_KEYWORD_LOCAL_CS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_MEMBER":{"name":"CRS_KEYWORD_MEMBER","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_MERIDIAN":{"name":"CRS_KEYWORD_MERIDIAN","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_METHOD":{"name":"CRS_KEYWORD_METHOD","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_MODEL":{"name":"CRS_KEYWORD_MODEL","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_OPERATIONACCURACY":{"name":"CRS_KEYWORD_OPERATIONACCURACY","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_ORDER":{"name":"CRS_KEYWORD_ORDER","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_PARAMETER":{"name":"CRS_KEYWORD_PARAMETER","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_PARAMETERFILE":{"name":"CRS_KEYWORD_PARAMETERFILE","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_PARAMETRICCRS":{"name":"CRS_KEYWORD_PARAMETRICCRS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_PARAMETRICUNIT":{"name":"CRS_KEYWORD_PARAMETRICUNIT","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_PDATUM":{"name":"CRS_KEYWORD_PDATUM","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_POINTMOTIONOPERATION":{"name":"CRS_KEYWORD_POINTMOTIONOPERATION","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_PRIMEM":{"name":"CRS_KEYWORD_PRIMEM","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_PROJCRS":{"name":"CRS_KEYWORD_PROJCRS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_PROJCS":{"name":"CRS_KEYWORD_PROJCS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_REMARK":{"name":"CRS_KEYWORD_REMARK","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_SCALEUNIT":{"name":"CRS_KEYWORD_SCALEUNIT","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_SCOPE":{"name":"CRS_KEYWORD_SCOPE","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_SOURCECRS":{"name":"CRS_KEYWORD_SOURCECRS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_STEP":{"name":"CRS_KEYWORD_STEP","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_TARGETCRS":{"name":"CRS_KEYWORD_TARGETCRS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_TDATUM":{"name":"CRS_KEYWORD_TDATUM","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_TIMECRS":{"name":"CRS_KEYWORD_TIMECRS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_TIMEEXTENT":{"name":"CRS_KEYWORD_TIMEEXTENT","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_TIMEORIGIN":{"name":"CRS_KEYWORD_TIMEORIGIN","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_TIMEUNIT":{"name":"CRS_KEYWORD_TIMEUNIT","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_TOWGS84":{"name":"CRS_KEYWORD_TOWGS84","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_TRIAXIAL":{"name":"CRS_KEYWORD_TRIAXIAL","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_USAGE":{"name":"CRS_KEYWORD_USAGE","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_URI":{"name":"CRS_KEYWORD_URI","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_VDATUM":{"name":"CRS_KEYWORD_VDATUM","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_VERSION":{"name":"CRS_KEYWORD_VERSION","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_VERT_CS":{"name":"CRS_KEYWORD_VERT_CS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_VERTCRS":{"name":"CRS_KEYWORD_VERTCRS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_VERTICALEXTENT":{"name":"CRS_KEYWORD_VERTICALEXTENT","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSGeoDatumType.html#/c:@E@CRSGeoDatumType@CRS_DATUM_WGS84":{"name":"CRS_DATUM_WGS84","abstract":"

    Undocumented

    ","parent_name":"CRSGeoDatumType"},"Enums/CRSGeoDatumType.html#/c:@E@CRSGeoDatumType@CRS_DATUM_GGRS87":{"name":"CRS_DATUM_GGRS87","abstract":"

    Undocumented

    ","parent_name":"CRSGeoDatumType"},"Enums/CRSGeoDatumType.html#/c:@E@CRSGeoDatumType@CRS_DATUM_NAD83":{"name":"CRS_DATUM_NAD83","abstract":"

    Undocumented

    ","parent_name":"CRSGeoDatumType"},"Enums/CRSGeoDatumType.html#/c:@E@CRSGeoDatumType@CRS_DATUM_ETRS89":{"name":"CRS_DATUM_ETRS89","abstract":"

    Undocumented

    ","parent_name":"CRSGeoDatumType"},"Enums/CRSGeoDatumType.html#/c:@E@CRSGeoDatumType@CRS_DATUM_NAD27":{"name":"CRS_DATUM_NAD27","abstract":"

    Undocumented

    ","parent_name":"CRSGeoDatumType"},"Enums/CRSGeoDatumType.html#/c:@E@CRSGeoDatumType@CRS_DATUM_POTSDAM":{"name":"CRS_DATUM_POTSDAM","abstract":"

    Undocumented

    ","parent_name":"CRSGeoDatumType"},"Enums/CRSGeoDatumType.html#/c:@E@CRSGeoDatumType@CRS_DATUM_CARTHAGE":{"name":"CRS_DATUM_CARTHAGE","abstract":"

    Undocumented

    ","parent_name":"CRSGeoDatumType"},"Enums/CRSGeoDatumType.html#/c:@E@CRSGeoDatumType@CRS_DATUM_HERMANNSKOGEL":{"name":"CRS_DATUM_HERMANNSKOGEL","abstract":"

    Undocumented

    ","parent_name":"CRSGeoDatumType"},"Enums/CRSGeoDatumType.html#/c:@E@CRSGeoDatumType@CRS_DATUM_IRE65":{"name":"CRS_DATUM_IRE65","abstract":"

    Undocumented

    ","parent_name":"CRSGeoDatumType"},"Enums/CRSGeoDatumType.html#/c:@E@CRSGeoDatumType@CRS_DATUM_NZGD49":{"name":"CRS_DATUM_NZGD49","abstract":"

    Undocumented

    ","parent_name":"CRSGeoDatumType"},"Enums/CRSGeoDatumType.html#/c:@E@CRSGeoDatumType@CRS_DATUM_OSGB36":{"name":"CRS_DATUM_OSGB36","abstract":"

    Undocumented

    ","parent_name":"CRSGeoDatumType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_INTERNATIONAL":{"name":"CRS_ELLIPSOIDS_INTERNATIONAL","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_BESSEL":{"name":"CRS_ELLIPSOIDS_BESSEL","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_CLARKE_1866":{"name":"CRS_ELLIPSOIDS_CLARKE_1866","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_CLARKE_1880":{"name":"CRS_ELLIPSOIDS_CLARKE_1880","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_AIRY":{"name":"CRS_ELLIPSOIDS_AIRY","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_WGS60":{"name":"CRS_ELLIPSOIDS_WGS60","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_WGS66":{"name":"CRS_ELLIPSOIDS_WGS66","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_WGS72":{"name":"CRS_ELLIPSOIDS_WGS72","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_WGS84":{"name":"CRS_ELLIPSOIDS_WGS84","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_KRASSOVSKY":{"name":"CRS_ELLIPSOIDS_KRASSOVSKY","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_EVEREST":{"name":"CRS_ELLIPSOIDS_EVEREST","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_INTERNATIONAL_1967":{"name":"CRS_ELLIPSOIDS_INTERNATIONAL_1967","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_GRS80":{"name":"CRS_ELLIPSOIDS_GRS80","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_AUSTRALIAN":{"name":"CRS_ELLIPSOIDS_AUSTRALIAN","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_MERIT":{"name":"CRS_ELLIPSOIDS_MERIT","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_SGS85":{"name":"CRS_ELLIPSOIDS_SGS85","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_IAU76":{"name":"CRS_ELLIPSOIDS_IAU76","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_APL4_9":{"name":"CRS_ELLIPSOIDS_APL4_9","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_NWL9D":{"name":"CRS_ELLIPSOIDS_NWL9D","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_MOD_AIRY":{"name":"CRS_ELLIPSOIDS_MOD_AIRY","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_ANDRAE":{"name":"CRS_ELLIPSOIDS_ANDRAE","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_AUST_SA":{"name":"CRS_ELLIPSOIDS_AUST_SA","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_GRS67":{"name":"CRS_ELLIPSOIDS_GRS67","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_BESS_NAM":{"name":"CRS_ELLIPSOIDS_BESS_NAM","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_CPM":{"name":"CRS_ELLIPSOIDS_CPM","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_DELMBR":{"name":"CRS_ELLIPSOIDS_DELMBR","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_ENGELIS":{"name":"CRS_ELLIPSOIDS_ENGELIS","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_EVRST48":{"name":"CRS_ELLIPSOIDS_EVRST48","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_EVRST56":{"name":"CRS_ELLIPSOIDS_EVRST56","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_EVRTS69":{"name":"CRS_ELLIPSOIDS_EVRTS69","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_EVRTSTSS":{"name":"CRS_ELLIPSOIDS_EVRTSTSS","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_FRSCH60":{"name":"CRS_ELLIPSOIDS_FRSCH60","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_FSRCH60M":{"name":"CRS_ELLIPSOIDS_FSRCH60M","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_FSCHR68":{"name":"CRS_ELLIPSOIDS_FSCHR68","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_HELMERT":{"name":"CRS_ELLIPSOIDS_HELMERT","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_HOUGH":{"name":"CRS_ELLIPSOIDS_HOUGH","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_KAULA":{"name":"CRS_ELLIPSOIDS_KAULA","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_LERCH":{"name":"CRS_ELLIPSOIDS_LERCH","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_MPRTS":{"name":"CRS_ELLIPSOIDS_MPRTS","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_PLESSIS":{"name":"CRS_ELLIPSOIDS_PLESSIS","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_SEASIA":{"name":"CRS_ELLIPSOIDS_SEASIA","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_WALBECK":{"name":"CRS_ELLIPSOIDS_WALBECK","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_NAD27":{"name":"CRS_ELLIPSOIDS_NAD27","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_NAD83":{"name":"CRS_ELLIPSOIDS_NAD83","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_SPHERE":{"name":"CRS_ELLIPSOIDS_SPHERE","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidType.html#/c:@E@CRSEllipsoidType@CRS_ELLIPSOID_OBLATE":{"name":"CRS_ELLIPSOID_OBLATE","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidType"},"Enums/CRSEllipsoidType.html#/c:@E@CRSEllipsoidType@CRS_ELLIPSOID_TRIAXIAL":{"name":"CRS_ELLIPSOID_TRIAXIAL","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidType"},"Enums/CRSCoordinateSystemType.html#/c:@E@CRSCoordinateSystemType@CRS_CS_AFFINE":{"name":"CRS_CS_AFFINE","abstract":"

    Undocumented

    ","parent_name":"CRSCoordinateSystemType"},"Enums/CRSCoordinateSystemType.html#/c:@E@CRSCoordinateSystemType@CRS_CS_CARTESIAN":{"name":"CRS_CS_CARTESIAN","abstract":"

    Undocumented

    ","parent_name":"CRSCoordinateSystemType"},"Enums/CRSCoordinateSystemType.html#/c:@E@CRSCoordinateSystemType@CRS_CS_CYLINDRICAL":{"name":"CRS_CS_CYLINDRICAL","abstract":"

    Undocumented

    ","parent_name":"CRSCoordinateSystemType"},"Enums/CRSCoordinateSystemType.html#/c:@E@CRSCoordinateSystemType@CRS_CS_ELLIPSOIDAL":{"name":"CRS_CS_ELLIPSOIDAL","abstract":"

    Undocumented

    ","parent_name":"CRSCoordinateSystemType"},"Enums/CRSCoordinateSystemType.html#/c:@E@CRSCoordinateSystemType@CRS_CS_LINEAR":{"name":"CRS_CS_LINEAR","abstract":"

    Undocumented

    ","parent_name":"CRSCoordinateSystemType"},"Enums/CRSCoordinateSystemType.html#/c:@E@CRSCoordinateSystemType@CRS_CS_ORDINAL":{"name":"CRS_CS_ORDINAL","abstract":"

    Undocumented

    ","parent_name":"CRSCoordinateSystemType"},"Enums/CRSCoordinateSystemType.html#/c:@E@CRSCoordinateSystemType@CRS_CS_PARAMETRIC":{"name":"CRS_CS_PARAMETRIC","abstract":"

    Undocumented

    ","parent_name":"CRSCoordinateSystemType"},"Enums/CRSCoordinateSystemType.html#/c:@E@CRSCoordinateSystemType@CRS_CS_POLAR":{"name":"CRS_CS_POLAR","abstract":"

    Undocumented

    ","parent_name":"CRSCoordinateSystemType"},"Enums/CRSCoordinateSystemType.html#/c:@E@CRSCoordinateSystemType@CRS_CS_SPHERICAL":{"name":"CRS_CS_SPHERICAL","abstract":"

    Undocumented

    ","parent_name":"CRSCoordinateSystemType"},"Enums/CRSCoordinateSystemType.html#/c:@E@CRSCoordinateSystemType@CRS_CS_TEMPORAL_COUNT":{"name":"CRS_CS_TEMPORAL_COUNT","abstract":"

    Undocumented

    ","parent_name":"CRSCoordinateSystemType"},"Enums/CRSCoordinateSystemType.html#/c:@E@CRSCoordinateSystemType@CRS_CS_TEMPORAL_DATE_TIME":{"name":"CRS_CS_TEMPORAL_DATE_TIME","abstract":"

    Undocumented

    ","parent_name":"CRSCoordinateSystemType"},"Enums/CRSCoordinateSystemType.html#/c:@E@CRSCoordinateSystemType@CRS_CS_TEMPORAL_MEASURE":{"name":"CRS_CS_TEMPORAL_MEASURE","abstract":"

    Undocumented

    ","parent_name":"CRSCoordinateSystemType"},"Enums/CRSCoordinateSystemType.html#/c:@E@CRSCoordinateSystemType@CRS_CS_VERTICAL":{"name":"CRS_CS_VERTICAL","abstract":"

    Undocumented

    ","parent_name":"CRSCoordinateSystemType"},"Enums/CRSCategoryType.html#/c:@E@CRSCategoryType@CRS_CATEGORY_CRS":{"name":"CRS_CATEGORY_CRS","abstract":"

    Undocumented

    ","parent_name":"CRSCategoryType"},"Enums/CRSCategoryType.html#/c:@E@CRSCategoryType@CRS_CATEGORY_OPERATION":{"name":"CRS_CATEGORY_OPERATION","abstract":"

    Undocumented

    ","parent_name":"CRSCategoryType"},"Enums/CRSCategoryType.html#/c:@E@CRSCategoryType@CRS_CATEGORY_METADATA":{"name":"CRS_CATEGORY_METADATA","abstract":"

    Undocumented

    ","parent_name":"CRSCategoryType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_AFT":{"name":"CRS_AXIS_AFT","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_AWAY_FROM":{"name":"CRS_AXIS_AWAY_FROM","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_CLOCKWISE":{"name":"CRS_AXIS_CLOCKWISE","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_COLUMN_NEGATIVE":{"name":"CRS_AXIS_COLUMN_NEGATIVE","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_COLUMN_POSITIVE":{"name":"CRS_AXIS_COLUMN_POSITIVE","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_COUNTER_CLOCKWISE":{"name":"CRS_AXIS_COUNTER_CLOCKWISE","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_DISPLAY_DOWN":{"name":"CRS_AXIS_DISPLAY_DOWN","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_DISPLAY_LEFT":{"name":"CRS_AXIS_DISPLAY_LEFT","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_DISPLAY_RIGHT":{"name":"CRS_AXIS_DISPLAY_RIGHT","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_DISPLAY_UP":{"name":"CRS_AXIS_DISPLAY_UP","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_DOWN":{"name":"CRS_AXIS_DOWN","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_EAST":{"name":"CRS_AXIS_EAST","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_EAST_NORTH_EAST":{"name":"CRS_AXIS_EAST_NORTH_EAST","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_EAST_SOUTH_EAST":{"name":"CRS_AXIS_EAST_SOUTH_EAST","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_FORWARD":{"name":"CRS_AXIS_FORWARD","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_FUTURE":{"name":"CRS_AXIS_FUTURE","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_GEOCENTRIC_X":{"name":"CRS_AXIS_GEOCENTRIC_X","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_GEOCENTRIC_Y":{"name":"CRS_AXIS_GEOCENTRIC_Y","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_GEOCENTRIC_Z":{"name":"CRS_AXIS_GEOCENTRIC_Z","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_NORTH":{"name":"CRS_AXIS_NORTH","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_NORTH_EAST":{"name":"CRS_AXIS_NORTH_EAST","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_NORTH_NORTH_EAST":{"name":"CRS_AXIS_NORTH_NORTH_EAST","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_NORTH_NORTH_WEST":{"name":"CRS_AXIS_NORTH_NORTH_WEST","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_NORTH_WEST":{"name":"CRS_AXIS_NORTH_WEST","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_PAST":{"name":"CRS_AXIS_PAST","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_PORT":{"name":"CRS_AXIS_PORT","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_ROW_NEGATIVE":{"name":"CRS_AXIS_ROW_NEGATIVE","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_ROW_POSITIVE":{"name":"CRS_AXIS_ROW_POSITIVE","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_SOUTH":{"name":"CRS_AXIS_SOUTH","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_SOUTH_EAST":{"name":"CRS_AXIS_SOUTH_EAST","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_SOUTH_SOUTH_EAST":{"name":"CRS_AXIS_SOUTH_SOUTH_EAST","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_SOUTH_SOUTH_WEST":{"name":"CRS_AXIS_SOUTH_SOUTH_WEST","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_SOUTH_WEST":{"name":"CRS_AXIS_SOUTH_WEST","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_STARBOARD":{"name":"CRS_AXIS_STARBOARD","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_TOWARDS":{"name":"CRS_AXIS_TOWARDS","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_UNSPECIFIED":{"name":"CRS_AXIS_UNSPECIFIED","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_UP":{"name":"CRS_AXIS_UP","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_WEST":{"name":"CRS_AXIS_WEST","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_WEST_NORTH_WEST":{"name":"CRS_AXIS_WEST_NORTH_WEST","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_WEST_SOUTH_WEST":{"name":"CRS_AXIS_WEST_SOUTH_WEST","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html":{"name":"CRSAxisDirectionType","abstract":"

    Axis Direction Type

    "},"Enums/CRSCategoryType.html":{"name":"CRSCategoryType","abstract":"

    Well-known text representation of coordinate reference systems category type

    "},"Enums/CRSCoordinateSystemType.html":{"name":"CRSCoordinateSystemType","abstract":"

    Coordinate System Type

    "},"Enums/CRSEllipsoidType.html":{"name":"CRSEllipsoidType","abstract":"

    Ellipsoid Type

    "},"Enums/CRSEllipsoidsType.html":{"name":"CRSEllipsoidsType","abstract":"

    Common Ellipsoids

    "},"Enums/CRSGeoDatumType.html":{"name":"CRSGeoDatumType","abstract":"

    Common Geo Datums

    "},"Enums/CRSKeywordType.html":{"name":"CRSKeywordType","abstract":"

    Coordinate Reference System Keyword

    "},"Enums/CRSOperationMethodType.html":{"name":"CRSOperationMethodType","abstract":"

    Common Operation Methods

    "},"Enums/CRSOperationParameterType.html":{"name":"CRSOperationParameterType","abstract":"

    Common Operation Parameters

    "},"Enums/CRSOperationType.html":{"name":"CRSOperationType","abstract":"

    Coordinate Operation type

    "},"Enums/CRSPrimeMeridianType.html":{"name":"CRSPrimeMeridianType","abstract":"

    Common Prime Meridians

    "},"Enums/CRSType.html":{"name":"CRSType","abstract":"

    Well-known text representation of coordinate reference systems category type

    "},"Enums/CRSUnitType.html":{"name":"CRSUnitType","abstract":"

    Unit Type

    "},"Enums/CRSUnitsType.html":{"name":"CRSUnitsType","abstract":"

    Common Unit Type

    "},"Enums/PROJProjectionFactoryType.html":{"name":"PROJProjectionFactoryType","abstract":"

    Well-known text representation of coordinate reference systems category type

    "},"Enums/PROJUnit.html":{"name":"PROJUnit","abstract":"

    Enumeration of projection units

    "},"Enums/SFGGeometryType.html":{"name":"SFGGeometryType","abstract":"

    Geometry Type enumeration

    "},"Enums/SFEventType.html":{"name":"SFEventType","abstract":"

    Event type of the point direction

    "},"Enums/SFFiniteFilterType.html":{"name":"SFFiniteFilterType","abstract":"

    Finite Filter Type, including finite values and optionally one of either"},"Enums/SFGeometryType.html":{"name":"SFGeometryType","abstract":"

    Geometry Type enumeration

    "},"Enums/TIFFFieldTagType.html":{"name":"TIFFFieldTagType","abstract":"

    Field tag type enumeration

    "},"Enums/TIFFFieldType.html":{"name":"TIFFFieldType","abstract":"

    Field tag type enumeration

    "},"Enums/GPKGContentsDataType.html":{"name":"GPKGContentsDataType","abstract":"

    Enumeration of column data types

    "},"Enums/GPKGDataType.html":{"name":"GPKGDataType","abstract":"

    Enumeration of column data types

    "},"Enums/GPKGSQLiteMasterColumn.html":{"name":"GPKGSQLiteMasterColumn","abstract":"

    Enumeration of SQLite Master column keywords

    "},"Enums/GPKGSQLiteMasterType.html":{"name":"GPKGSQLiteMasterType","abstract":"

    Enumeration of SQLite Master table types

    "},"Enums/GPKGConstraintType.html":{"name":"GPKGConstraintType","abstract":"

    Enumeration of constraint types

    "},"Enums/GPKGDgiwgCoordinateReferenceSystem.html":{"name":"GPKGDgiwgCoordinateReferenceSystem","abstract":"

    DGIWG (Defence Geospatial Information Working Group) Coordinate Reference"},"Enums/GPKGDgiwgDataType.html":{"name":"GPKGDgiwgDataType","abstract":"

    DGIWG (Defence Geospatial Information Working Group) Data Types

    "},"Enums/GPKGDgiwgRequirement.html":{"name":"GPKGDgiwgRequirement","abstract":"

    DGIWG (Defence Geospatial Information Working Group) Requirements

    "},"Enums/GPKGCrsWktExtensionVersion.html":{"name":"GPKGCrsWktExtensionVersion","abstract":"

    Enumeration of crs wkt extension versions

    "},"Enums/GPKGExtensionScopeType.html":{"name":"GPKGExtensionScopeType","abstract":"

    Extension scope type enumeration

    "},"Enums/GPKGCoverageDataAlgorithm.html":{"name":"GPKGCoverageDataAlgorithm","abstract":"

    Tile Gridded Coverage Data Algorithm interpolation enumeration types

    "},"Enums/GPKGGriddedCoverageDataType.html":{"name":"GPKGGriddedCoverageDataType","abstract":"

    Gridded Coverage data type enumeration

    "},"Enums/GPKGGriddedCoverageEncodingType.html":{"name":"GPKGGriddedCoverageEncodingType","abstract":"

    Gridded Coverage encoding type enumeration

    "},"Enums/GPKGMetadataScopeType.html":{"name":"GPKGMetadataScopeType","abstract":"

    Metadata Scope Type enumeration

    "},"Enums/GPKGReferenceScopeType.html":{"name":"GPKGReferenceScopeType","abstract":"

    Reference Scope Type enumeration

    "},"Enums/GPKGTileScalingType.html":{"name":"GPKGTileScalingType","abstract":"

    Tile Scaling Type enumeration for defining scaled tile searching of nearby"},"Enums/GPKGRelationType.html":{"name":"GPKGRelationType","abstract":"

    Spec supported User-Defined Related Data Tables

    "},"Enums/GPKGDublinCoreType.html":{"name":"GPKGDublinCoreType","abstract":"

    Dublin Core Metadata Initiative term types

    "},"Enums/GPKGDataColumnConstraintType.html":{"name":"GPKGDataColumnConstraintType","abstract":"

    Data Column Constraint Type enumeration

    "},"Enums/GPKGFeatureIndexType.html":{"name":"GPKGFeatureIndexType","abstract":"

    Enumeration of feature index types

    "},"Enums/GPKGMapShapeType.html":{"name":"GPKGMapShapeType","abstract":"

    Enumeration of map shape types

    "},"Enums/GPKGPolygonOrientation.html":{"name":"GPKGPolygonOrientation","abstract":"

    Orientation types of polygon exterior and hole rings

    "},"Enums/GPKGCompressFormat.html":{"name":"GPKGCompressFormat","abstract":"

    Enumeration of image compression formats

    "},"Constants.html#/c:@CRS_AXIS_AFT_NAME":{"name":"CRS_AXIS_AFT_NAME","abstract":"

    Axis Direction Type names

    "},"Constants.html#/c:@CRS_AXIS_AWAY_FROM_NAME":{"name":"CRS_AXIS_AWAY_FROM_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_CLOCKWISE_NAME":{"name":"CRS_AXIS_CLOCKWISE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_COLUMN_NEGATIVE_NAME":{"name":"CRS_AXIS_COLUMN_NEGATIVE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_COLUMN_POSITIVE_NAME":{"name":"CRS_AXIS_COLUMN_POSITIVE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_COUNTER_CLOCKWISE_NAME":{"name":"CRS_AXIS_COUNTER_CLOCKWISE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_DISPLAY_DOWN_NAME":{"name":"CRS_AXIS_DISPLAY_DOWN_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_DISPLAY_LEFT_NAME":{"name":"CRS_AXIS_DISPLAY_LEFT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_DISPLAY_RIGHT_NAME":{"name":"CRS_AXIS_DISPLAY_RIGHT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_DISPLAY_UP_NAME":{"name":"CRS_AXIS_DISPLAY_UP_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_DOWN_NAME":{"name":"CRS_AXIS_DOWN_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_EAST_NAME":{"name":"CRS_AXIS_EAST_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_EAST_NORTH_EAST_NAME":{"name":"CRS_AXIS_EAST_NORTH_EAST_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_EAST_SOUTH_EAST_NAME":{"name":"CRS_AXIS_EAST_SOUTH_EAST_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_FORWARD_NAME":{"name":"CRS_AXIS_FORWARD_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_FUTURE_NAME":{"name":"CRS_AXIS_FUTURE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_GEOCENTRIC_X_NAME":{"name":"CRS_AXIS_GEOCENTRIC_X_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_GEOCENTRIC_Y_NAME":{"name":"CRS_AXIS_GEOCENTRIC_Y_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_GEOCENTRIC_Z_NAME":{"name":"CRS_AXIS_GEOCENTRIC_Z_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_NORTH_NAME":{"name":"CRS_AXIS_NORTH_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_NORTH_EAST_NAME":{"name":"CRS_AXIS_NORTH_EAST_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_NORTH_NORTH_EAST_NAME":{"name":"CRS_AXIS_NORTH_NORTH_EAST_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_NORTH_NORTH_WEST_NAME":{"name":"CRS_AXIS_NORTH_NORTH_WEST_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_NORTH_WEST_NAME":{"name":"CRS_AXIS_NORTH_WEST_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_PAST_NAME":{"name":"CRS_AXIS_PAST_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_PORT_NAME":{"name":"CRS_AXIS_PORT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_ROW_NEGATIVE_NAME":{"name":"CRS_AXIS_ROW_NEGATIVE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_ROW_POSITIVE_NAME":{"name":"CRS_AXIS_ROW_POSITIVE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_SOUTH_NAME":{"name":"CRS_AXIS_SOUTH_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_SOUTH_EAST_NAME":{"name":"CRS_AXIS_SOUTH_EAST_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_SOUTH_SOUTH_EAST_NAME":{"name":"CRS_AXIS_SOUTH_SOUTH_EAST_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_SOUTH_SOUTH_WEST_NAME":{"name":"CRS_AXIS_SOUTH_SOUTH_WEST_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_SOUTH_WEST_NAME":{"name":"CRS_AXIS_SOUTH_WEST_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_STARBOARD_NAME":{"name":"CRS_AXIS_STARBOARD_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_TOWARDS_NAME":{"name":"CRS_AXIS_TOWARDS_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_UNSPECIFIED_NAME":{"name":"CRS_AXIS_UNSPECIFIED_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_UP_NAME":{"name":"CRS_AXIS_UP_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_WEST_NAME":{"name":"CRS_AXIS_WEST_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_WEST_NORTH_WEST_NAME":{"name":"CRS_AXIS_WEST_NORTH_WEST_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_WEST_SOUTH_WEST_NAME":{"name":"CRS_AXIS_WEST_SOUTH_WEST_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_CATEGORY_CRS_NAME":{"name":"CRS_CATEGORY_CRS_NAME","abstract":"

    Category Type names

    "},"Constants.html#/c:@CRS_CATEGORY_OPERATION_NAME":{"name":"CRS_CATEGORY_OPERATION_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_CATEGORY_METADATA_NAME":{"name":"CRS_CATEGORY_METADATA_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_CS_AFFINE_NAME":{"name":"CRS_CS_AFFINE_NAME","abstract":"

    Coordinate System Type names

    "},"Constants.html#/c:@CRS_CS_CARTESIAN_NAME":{"name":"CRS_CS_CARTESIAN_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_CS_CYLINDRICAL_NAME":{"name":"CRS_CS_CYLINDRICAL_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_CS_ELLIPSOIDAL_NAME":{"name":"CRS_CS_ELLIPSOIDAL_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_CS_LINEAR_NAME":{"name":"CRS_CS_LINEAR_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_CS_ORDINAL_NAME":{"name":"CRS_CS_ORDINAL_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_CS_PARAMETRIC_NAME":{"name":"CRS_CS_PARAMETRIC_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_CS_POLAR_NAME":{"name":"CRS_CS_POLAR_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_CS_SPHERICAL_NAME":{"name":"CRS_CS_SPHERICAL_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_CS_TEMPORAL_COUNT_NAME":{"name":"CRS_CS_TEMPORAL_COUNT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_CS_TEMPORAL_DATE_TIME_NAME":{"name":"CRS_CS_TEMPORAL_DATE_TIME_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_CS_TEMPORAL_MEASURE_NAME":{"name":"CRS_CS_TEMPORAL_MEASURE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_CS_VERTICAL_NAME":{"name":"CRS_CS_VERTICAL_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_ELLIPSOID_OBLATE_NAME":{"name":"CRS_ELLIPSOID_OBLATE_NAME","abstract":"

    Ellipsoid Type names

    "},"Constants.html#/c:@CRS_ELLIPSOID_TRIAXIAL_NAME":{"name":"CRS_ELLIPSOID_TRIAXIAL_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_OPERATION_COORDINATE_NAME":{"name":"CRS_OPERATION_COORDINATE_NAME","abstract":"

    Coordinate Operation Type names

    "},"Constants.html#/c:@CRS_OPERATION_POINT_MOTION_NAME":{"name":"CRS_OPERATION_POINT_MOTION_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_OPERATION_MAP_PROJECTION_NAME":{"name":"CRS_OPERATION_MAP_PROJECTION_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_OPERATION_DERIVING_CONVERSION_NAME":{"name":"CRS_OPERATION_DERIVING_CONVERSION_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_OPERATION_ABRIDGED_COORDINATE_TRANSFORMATION_NAME":{"name":"CRS_OPERATION_ABRIDGED_COORDINATE_TRANSFORMATION_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_PROJ":{"name":"CRS_PROJ_PARAM_PROJ","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_ZONE":{"name":"CRS_PROJ_PARAM_ZONE","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_SOUTH":{"name":"CRS_PROJ_PARAM_SOUTH","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_LAT_1":{"name":"CRS_PROJ_PARAM_LAT_1","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_LAT_2":{"name":"CRS_PROJ_PARAM_LAT_2","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_LAT_0":{"name":"CRS_PROJ_PARAM_LAT_0","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_LAT_TS":{"name":"CRS_PROJ_PARAM_LAT_TS","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_LON_0":{"name":"CRS_PROJ_PARAM_LON_0","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_LONC":{"name":"CRS_PROJ_PARAM_LONC","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_ALPHA":{"name":"CRS_PROJ_PARAM_ALPHA","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_K_0":{"name":"CRS_PROJ_PARAM_K_0","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_X_0":{"name":"CRS_PROJ_PARAM_X_0","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_Y_0":{"name":"CRS_PROJ_PARAM_Y_0","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_AXIS":{"name":"CRS_PROJ_PARAM_AXIS","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_DATUM":{"name":"CRS_PROJ_PARAM_DATUM","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_NO_UOFF":{"name":"CRS_PROJ_PARAM_NO_UOFF","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_GAMMA":{"name":"CRS_PROJ_PARAM_GAMMA","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_A":{"name":"CRS_PROJ_PARAM_A","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_B":{"name":"CRS_PROJ_PARAM_B","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_ELLPS":{"name":"CRS_PROJ_PARAM_ELLPS","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_TOWGS84":{"name":"CRS_PROJ_PARAM_TOWGS84","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_PM":{"name":"CRS_PROJ_PARAM_PM","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_UNITS":{"name":"CRS_PROJ_PARAM_UNITS","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_TO_METER":{"name":"CRS_PROJ_PARAM_TO_METER","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_NADGRIDS":{"name":"CRS_PROJ_PARAM_NADGRIDS","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_WKTEXT":{"name":"CRS_PROJ_PARAM_WKTEXT","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_NO_DEFS":{"name":"CRS_PROJ_PARAM_NO_DEFS","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_NAME_AEA":{"name":"CRS_PROJ_NAME_AEA","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_NAME_CASS":{"name":"CRS_PROJ_NAME_CASS","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_NAME_CEA":{"name":"CRS_PROJ_NAME_CEA","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_NAME_EQC":{"name":"CRS_PROJ_NAME_EQC","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_NAME_KROVAK":{"name":"CRS_PROJ_NAME_KROVAK","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_NAME_LAEA":{"name":"CRS_PROJ_NAME_LAEA","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_NAME_LCC":{"name":"CRS_PROJ_NAME_LCC","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_NAME_LONGLAT":{"name":"CRS_PROJ_NAME_LONGLAT","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_NAME_MERC":{"name":"CRS_PROJ_NAME_MERC","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_NAME_NZMG":{"name":"CRS_PROJ_NAME_NZMG","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_NAME_OMERC":{"name":"CRS_PROJ_NAME_OMERC","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_NAME_POLY":{"name":"CRS_PROJ_NAME_POLY","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_NAME_SOMERC":{"name":"CRS_PROJ_NAME_SOMERC","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_NAME_STERE":{"name":"CRS_PROJ_NAME_STERE","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_NAME_STEREA":{"name":"CRS_PROJ_NAME_STEREA","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_NAME_TMERC":{"name":"CRS_PROJ_NAME_TMERC","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_NAME_UTM":{"name":"CRS_PROJ_NAME_UTM","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_AXIS_EAST":{"name":"CRS_PROJ_AXIS_EAST","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_AXIS_WEST":{"name":"CRS_PROJ_AXIS_WEST","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_AXIS_NORTH":{"name":"CRS_PROJ_AXIS_NORTH","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_AXIS_SOUTH":{"name":"CRS_PROJ_AXIS_SOUTH","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_AXIS_UP":{"name":"CRS_PROJ_AXIS_UP","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_AXIS_DOWN":{"name":"CRS_PROJ_AXIS_DOWN","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_AXIS_WEST_SOUTH_UP":{"name":"CRS_PROJ_AXIS_WEST_SOUTH_UP","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_UNITS_METRE":{"name":"CRS_PROJ_UNITS_METRE","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_UNITS_US_SURVEY_FOOT":{"name":"CRS_PROJ_UNITS_US_SURVEY_FOOT","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_UNITS_FOOT":{"name":"CRS_PROJ_UNITS_FOOT","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_UNITS_DEGREE":{"name":"CRS_PROJ_UNITS_DEGREE","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PSEUDO_MERCATOR":{"name":"CRS_PROJ_PSEUDO_MERCATOR","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_SWISS_OBLIQUE_MERCATOR":{"name":"CRS_PROJ_SWISS_OBLIQUE_MERCATOR","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_SWISS_OBLIQUE_MERCATOR_COMPAT":{"name":"CRS_PROJ_SWISS_OBLIQUE_MERCATOR_COMPAT","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_UTM_ZONE":{"name":"CRS_PROJ_UTM_ZONE","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_WKT_SEPARATOR":{"name":"CRS_WKT_SEPARATOR","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_WKT_LEFT_DELIMITER":{"name":"CRS_WKT_LEFT_DELIMITER","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_WKT_LEFT_DELIMITER_COMPAT":{"name":"CRS_WKT_LEFT_DELIMITER_COMPAT","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_WKT_RIGHT_DELIMITER":{"name":"CRS_WKT_RIGHT_DELIMITER","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_WKT_RIGHT_DELIMITER_COMPAT":{"name":"CRS_WKT_RIGHT_DELIMITER_COMPAT","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_WKT_AXIS_ABBREV_LEFT_DELIMITER":{"name":"CRS_WKT_AXIS_ABBREV_LEFT_DELIMITER","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_WKT_AXIS_ABBREV_RIGHT_DELIMITER":{"name":"CRS_WKT_AXIS_ABBREV_RIGHT_DELIMITER","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_WKT_AXIS_DIRECTION_OTHER":{"name":"CRS_WKT_AXIS_DIRECTION_OTHER","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_WKT_AXIS_NAME_LON":{"name":"CRS_WKT_AXIS_NAME_LON","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_WKT_AXIS_NAME_LAT":{"name":"CRS_WKT_AXIS_NAME_LAT","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_WKT_AXIS_NAME_X":{"name":"CRS_WKT_AXIS_NAME_X","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_WKT_AXIS_NAME_Y":{"name":"CRS_WKT_AXIS_NAME_Y","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_WKT_AXIS_NAME_Z":{"name":"CRS_WKT_AXIS_NAME_Z","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_WKT_DATUM_TYPE":{"name":"CRS_WKT_DATUM_TYPE","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_TYPE_BOUND_NAME":{"name":"CRS_TYPE_BOUND_NAME","abstract":"

    CRS Type names

    "},"Constants.html#/c:@CRS_TYPE_COMPOUND_NAME":{"name":"CRS_TYPE_COMPOUND_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_TYPE_CONCATENATED_OPERATION_NAME":{"name":"CRS_TYPE_CONCATENATED_OPERATION_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_TYPE_COORDINATE_METADATA_NAME":{"name":"CRS_TYPE_COORDINATE_METADATA_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_TYPE_COORDINATE_OPERATION_NAME":{"name":"CRS_TYPE_COORDINATE_OPERATION_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_TYPE_DERIVED_NAME":{"name":"CRS_TYPE_DERIVED_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_TYPE_ENGINEERING_NAME":{"name":"CRS_TYPE_ENGINEERING_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_TYPE_GEODETIC_NAME":{"name":"CRS_TYPE_GEODETIC_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_TYPE_GEOGRAPHIC_NAME":{"name":"CRS_TYPE_GEOGRAPHIC_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_TYPE_PARAMETRIC_NAME":{"name":"CRS_TYPE_PARAMETRIC_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_TYPE_POINT_MOTION_OPERATION_NAME":{"name":"CRS_TYPE_POINT_MOTION_OPERATION_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_TYPE_PROJECTED_NAME":{"name":"CRS_TYPE_PROJECTED_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_TYPE_TEMPORAL_NAME":{"name":"CRS_TYPE_TEMPORAL_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_TYPE_VERTICAL_NAME":{"name":"CRS_TYPE_VERTICAL_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNIT_ANGLE_NAME":{"name":"CRS_UNIT_ANGLE_NAME","abstract":"

    Unit Type names

    "},"Constants.html#/c:@CRS_UNIT_LENGTH_NAME":{"name":"CRS_UNIT_LENGTH_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNIT_PARAMETRIC_NAME":{"name":"CRS_UNIT_PARAMETRIC_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNIT_SCALE_NAME":{"name":"CRS_UNIT_SCALE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNIT_TIME_NAME":{"name":"CRS_UNIT_TIME_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNIT_NAME":{"name":"CRS_UNIT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_MICROMETRE_NAME":{"name":"CRS_UNITS_MICROMETRE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_MILLIMETRE_NAME":{"name":"CRS_UNITS_MILLIMETRE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_METRE_NAME":{"name":"CRS_UNITS_METRE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_KILOMETRE_NAME":{"name":"CRS_UNITS_KILOMETRE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_GERMAN_LEGAL_METRE_NAME":{"name":"CRS_UNITS_GERMAN_LEGAL_METRE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_US_SURVEY_FOOT_NAME":{"name":"CRS_UNITS_US_SURVEY_FOOT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_FOOT_NAME":{"name":"CRS_UNITS_FOOT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_MICRORADIAN_NAME":{"name":"CRS_UNITS_MICRORADIAN_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_MILLIRADIAN_NAME":{"name":"CRS_UNITS_MILLIRADIAN_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_RADIAN_NAME":{"name":"CRS_UNITS_RADIAN_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_ARC_SECOND_NAME":{"name":"CRS_UNITS_ARC_SECOND_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_ARC_MINUTE_NAME":{"name":"CRS_UNITS_ARC_MINUTE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_DEGREE_NAME":{"name":"CRS_UNITS_DEGREE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_GRAD_NAME":{"name":"CRS_UNITS_GRAD_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_UNITY_NAME":{"name":"CRS_UNITS_UNITY_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_BIN_NAME":{"name":"CRS_UNITS_BIN_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_PARTS_PER_MILLION_NAME":{"name":"CRS_UNITS_PARTS_PER_MILLION_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_PASCAL_NAME":{"name":"CRS_UNITS_PASCAL_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_HECTOPASCAL_NAME":{"name":"CRS_UNITS_HECTOPASCAL_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_MICROSECOND_NAME":{"name":"CRS_UNITS_MICROSECOND_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_MILLISECOND_NAME":{"name":"CRS_UNITS_MILLISECOND_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_SECOND_NAME":{"name":"CRS_UNITS_SECOND_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_MINUTE_NAME":{"name":"CRS_UNITS_MINUTE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_HOUR_NAME":{"name":"CRS_UNITS_HOUR_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_DAY_NAME":{"name":"CRS_UNITS_DAY_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_YEAR_NAME":{"name":"CRS_UNITS_YEAR_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_CALENDAR_SECOND_NAME":{"name":"CRS_UNITS_CALENDAR_SECOND_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_CALENDAR_MONTH_NAME":{"name":"CRS_UNITS_CALENDAR_MONTH_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@OAF_ID":{"name":"OAF_ID","abstract":"

    id property name

    "},"Constants.html#/c:@OAF_DESCRIPTION":{"name":"OAF_DESCRIPTION","abstract":"

    description property name

    "},"Constants.html#/c:@OAF_EXTENT":{"name":"OAF_EXTENT","abstract":"

    extent property name

    "},"Constants.html#/c:@OAF_ITEM_TYPE":{"name":"OAF_ITEM_TYPE","abstract":"

    item type property name

    "},"Constants.html#/c:@OAF_COLLECTIONS":{"name":"OAF_COLLECTIONS","abstract":"

    collections property name

    "},"Constants.html#/c:@OAF_CRS_PATTERN":{"name":"OAF_CRS_PATTERN","abstract":"

    CRS pattern

    "},"Constants.html#/c:@OAF_CRS_PATTERN_AUTHORITY_GROUP":{"name":"OAF_CRS_PATTERN_AUTHORITY_GROUP","abstract":"

    CRS pattern authority group

    "},"Constants.html#/c:@OAF_CRS_PATTERN_VERSION_GROUP":{"name":"OAF_CRS_PATTERN_VERSION_GROUP","abstract":"

    CRS pattern code group

    "},"Constants.html#/c:@OAF_CRS_PATTERN_CODE_GROUP":{"name":"OAF_CRS_PATTERN_CODE_GROUP","abstract":"

    CRS pattern code group

    "},"Constants.html#/c:@OAF_CRS_BASE_URL":{"name":"OAF_CRS_BASE_URL","abstract":"

    Base CRS URL

    "},"Constants.html#/c:@OAF_SPATIAL":{"name":"OAF_SPATIAL","abstract":"

    spatial property name

    "},"Constants.html#/c:@OAF_TEMPORAL":{"name":"OAF_TEMPORAL","abstract":"

    temporal property name

    "},"Constants.html#/c:@OAF_LINKS":{"name":"OAF_LINKS","abstract":"

    Links property name

    "},"Constants.html#/c:@OAF_TIME_STAMP":{"name":"OAF_TIME_STAMP","abstract":"

    Time Stamp property name

    "},"Constants.html#/c:@OAF_NUMBER_MATCHED":{"name":"OAF_NUMBER_MATCHED","abstract":"

    Number Matched property name

    "},"Constants.html#/c:@OAF_NUMBER_RETURNED":{"name":"OAF_NUMBER_RETURNED","abstract":"

    Number Returned property name

    "},"Constants.html#/c:@OAF_LINK_RELATION_NEXT":{"name":"OAF_LINK_RELATION_NEXT","abstract":"

    Link relation for next

    "},"Constants.html#/c:@OAF_LIMIT_DEFAULT":{"name":"OAF_LIMIT_DEFAULT","abstract":"

    Limit default

    "},"Constants.html#/c:@OAF_HREF":{"name":"OAF_HREF","abstract":"

    href property name

    "},"Constants.html#/c:@OAF_REL":{"name":"OAF_REL","abstract":"

    rel property name

    "},"Constants.html#/c:@OAF_TYPE":{"name":"OAF_TYPE","abstract":"

    type property name

    "},"Constants.html#/c:@OAF_HREFLANG":{"name":"OAF_HREFLANG","abstract":"

    hreflang property name

    "},"Constants.html#/c:@OAF_TITLE":{"name":"OAF_TITLE","abstract":"

    title property name

    "},"Constants.html#/c:@OAF_LENGTH":{"name":"OAF_LENGTH","abstract":"

    length property name

    "},"Constants.html#/c:@OAF_BBOX":{"name":"OAF_BBOX","abstract":"

    bbox property name

    "},"Constants.html#/c:@OAF_CRS":{"name":"OAF_CRS","abstract":"

    crs property name

    "},"Constants.html#/c:@OAF_INTERVAL":{"name":"OAF_INTERVAL","abstract":"

    interval property name

    "},"Constants.html#/c:@OAF_TRS":{"name":"OAF_TRS","abstract":"

    trs property name

    "},"Constants.html#/c:@PROJ_BUNDLE_NAME":{"name":"PROJ_BUNDLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@PROJ_PROPERTY_LIST_TYPE":{"name":"PROJ_PROPERTY_LIST_TYPE","abstract":"

    Undocumented

    "},"Constants.html#/c:@PROJ_PROPERTIES":{"name":"PROJ_PROPERTIES","abstract":"

    Projection constants

    "},"Constants.html#/c:@PROJ_AUTHORITY_EPSG":{"name":"PROJ_AUTHORITY_EPSG","abstract":"

    Undocumented

    "},"Constants.html#/c:@PROJ_AUTHORITY_NONE":{"name":"PROJ_AUTHORITY_NONE","abstract":"

    Undocumented

    "},"Constants.html#/c:@PROJ_AUTHORITY_OGC":{"name":"PROJ_AUTHORITY_OGC","abstract":"

    Undocumented

    "},"Constants.html#/c:@PROJ_AUTHORITY_NSG":{"name":"PROJ_AUTHORITY_NSG","abstract":"

    Undocumented

    "},"Constants.html#/c:@PROJ_UNDEFINED_CARTESIAN":{"name":"PROJ_UNDEFINED_CARTESIAN","abstract":"

    Undocumented

    "},"Constants.html#/c:@PROJ_UNDEFINED_GEOGRAPHIC":{"name":"PROJ_UNDEFINED_GEOGRAPHIC","abstract":"

    Undocumented

    "},"Constants.html#/c:@PROJ_EPSG_WORLD_GEODETIC_SYSTEM":{"name":"PROJ_EPSG_WORLD_GEODETIC_SYSTEM","abstract":"

    Undocumented

    "},"Constants.html#/c:@PROJ_EPSG_WEB_MERCATOR":{"name":"PROJ_EPSG_WEB_MERCATOR","abstract":"

    Undocumented

    "},"Constants.html#/c:@PROJ_EPSG_WORLD_GEODETIC_SYSTEM_GEOGRAPHICAL_3D":{"name":"PROJ_EPSG_WORLD_GEODETIC_SYSTEM_GEOGRAPHICAL_3D","abstract":"

    Undocumented

    "},"Constants.html#/c:@PROJ_OGC_CRS84":{"name":"PROJ_OGC_CRS84","abstract":"

    Undocumented

    "},"Constants.html#/c:@PROJ_WEB_MERCATOR_MAX_LAT_RANGE":{"name":"PROJ_WEB_MERCATOR_MAX_LAT_RANGE","abstract":"

    Undocumented

    "},"Constants.html#/c:@PROJ_WEB_MERCATOR_MIN_LAT_RANGE":{"name":"PROJ_WEB_MERCATOR_MIN_LAT_RANGE","abstract":"

    Undocumented

    "},"Constants.html#/c:@PROJ_WEB_MERCATOR_HALF_WORLD_WIDTH":{"name":"PROJ_WEB_MERCATOR_HALF_WORLD_WIDTH","abstract":"

    Undocumented

    "},"Constants.html#/c:@PROJ_MERCATOR_RADIUS":{"name":"PROJ_MERCATOR_RADIUS","abstract":"

    Undocumented

    "},"Constants.html#/c:@PROJ_WGS84_HALF_WORLD_LON_WIDTH":{"name":"PROJ_WGS84_HALF_WORLD_LON_WIDTH","abstract":"

    Undocumented

    "},"Constants.html#/c:@PROJ_WGS84_HALF_WORLD_LAT_HEIGHT":{"name":"PROJ_WGS84_HALF_WORLD_LAT_HEIGHT","abstract":"

    Undocumented

    "},"Constants.html#/c:@pj_release":{"name":"pj_release","abstract":"

    Undocumented

    "},"Constants.html#/c:@pj_errno":{"name":"pj_errno","abstract":"

    Undocumented

    "},"Constants.html#/c:@pj_list":{"name":"pj_list","abstract":"

    Undocumented

    "},"Constants.html#/c:@pj_selftest_list":{"name":"pj_selftest_list","abstract":"

    Undocumented

    "},"Constants.html#/c:@pj_ellps":{"name":"pj_ellps","abstract":"

    Undocumented

    "},"Constants.html#/c:@pj_units":{"name":"pj_units","abstract":"

    Undocumented

    "},"Constants.html#/c:@pj_datums":{"name":"pj_datums","abstract":"

    Undocumented

    "},"Constants.html#/c:@pj_prime_meridians":{"name":"pj_prime_meridians","abstract":"

    Undocumented

    "},"Constants.html#/c:@SFG_TYPE_FEATURE":{"name":"SFG_TYPE_FEATURE","abstract":"

    Feature type

    "},"Constants.html#/c:@SFG_MEMBER_ID":{"name":"SFG_MEMBER_ID","abstract":"

    Id key

    "},"Constants.html#/c:@SFG_MEMBER_GEOMETRY":{"name":"SFG_MEMBER_GEOMETRY","abstract":"

    Geometry key

    "},"Constants.html#/c:@SFG_MEMBER_PROPERTIES":{"name":"SFG_MEMBER_PROPERTIES","abstract":"

    Properties key

    "},"Constants.html#/c:@SFG_TYPE_FEATURE_COLLECTION":{"name":"SFG_TYPE_FEATURE_COLLECTION","abstract":"

    Feature Collection type

    "},"Constants.html#/c:@SFG_MEMBER_FEATURES":{"name":"SFG_MEMBER_FEATURES","abstract":"

    Features key

    "},"Constants.html#/c:@SFG_MEMBER_TYPE":{"name":"SFG_MEMBER_TYPE","abstract":"

    Type key

    "},"Constants.html#/c:@SFG_MEMBER_BBOX":{"name":"SFG_MEMBER_BBOX","abstract":"

    Bounding Box key

    "},"Constants.html#/c:@SFG_MEMBER_COORDINATES":{"name":"SFG_MEMBER_COORDINATES","abstract":"

    Coordinates key

    "},"Constants.html#/c:@SFG_MEMBER_GEOMETRIES":{"name":"SFG_MEMBER_GEOMETRIES","abstract":"

    Geometries key

    "},"Constants.html#/c:SFByteReader.h@DEFAULT_READ_BYTE_ORDER":{"name":"DEFAULT_READ_BYTE_ORDER","abstract":"

    Default read byte order

    "},"Constants.html#/c:SFByteWriter.h@DEFAULT_WRITE_BYTE_ORDER":{"name":"DEFAULT_WRITE_BYTE_ORDER","abstract":"

    Default write byte order

    "},"Constants.html#/c:@SF_DEFAULT_LINE_EPSILON":{"name":"SF_DEFAULT_LINE_EPSILON","abstract":"

    Default epsilon for point in or on line tolerance

    "},"Constants.html#/c:@SF_DEFAULT_EQUAL_EPSILON":{"name":"SF_DEFAULT_EQUAL_EPSILON","abstract":"

    Default epsilon for point equality

    "},"Constants.html#/c:@SF_WEB_MERCATOR_MAX_LAT_RANGE":{"name":"SF_WEB_MERCATOR_MAX_LAT_RANGE","abstract":"

    Web Mercator Latitude Range

    "},"Constants.html#/c:@SF_WEB_MERCATOR_MIN_LAT_RANGE":{"name":"SF_WEB_MERCATOR_MIN_LAT_RANGE","abstract":"

    Web Mercator Latitude Range

    "},"Constants.html#/c:@SF_WEB_MERCATOR_HALF_WORLD_WIDTH":{"name":"SF_WEB_MERCATOR_HALF_WORLD_WIDTH","abstract":"

    Half the world distance in either direction

    "},"Constants.html#/c:@SF_WGS84_HALF_WORLD_LON_WIDTH":{"name":"SF_WGS84_HALF_WORLD_LON_WIDTH","abstract":"

    Half the world longitude width for WGS84

    "},"Constants.html#/c:@SF_WGS84_HALF_WORLD_LAT_HEIGHT":{"name":"SF_WGS84_HALF_WORLD_LAT_HEIGHT","abstract":"

    Half the world latitude height for WGS84

    "},"Constants.html#/c:@SF_DEGREES_TO_METERS_MIN_LAT":{"name":"SF_DEGREES_TO_METERS_MIN_LAT","abstract":"

    Minimum latitude degrees value convertible to meters

    "},"Constants.html#/c:@SF_BEARING_NORTH":{"name":"SF_BEARING_NORTH","abstract":"

    Absolute north bearing in degrees

    "},"Constants.html#/c:@SF_BEARING_EAST":{"name":"SF_BEARING_EAST","abstract":"

    Absolute east bearing in degrees

    "},"Constants.html#/c:@SF_BEARING_SOUTH":{"name":"SF_BEARING_SOUTH","abstract":"

    Absolute south bearing in degrees

    "},"Constants.html#/c:@SF_BEARING_WEST":{"name":"SF_BEARING_WEST","abstract":"

    Absolute west bearing degrees

    "},"Constants.html#/c:@SF_RADIANS_TO_DEGREES":{"name":"SF_RADIANS_TO_DEGREES","abstract":"

    Radians to Degrees conversion

    "},"Constants.html#/c:@SF_DEGREES_TO_RADIANS":{"name":"SF_DEGREES_TO_RADIANS","abstract":"

    Degrees to Radians conversion

    "},"Constants.html#/c:@SF_GEOMETRY_NAME":{"name":"SF_GEOMETRY_NAME","abstract":"

    Geometry type names

    "},"Constants.html#/c:@SF_POINT_NAME":{"name":"SF_POINT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@SF_LINESTRING_NAME":{"name":"SF_LINESTRING_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@SF_POLYGON_NAME":{"name":"SF_POLYGON_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@SF_MULTIPOINT_NAME":{"name":"SF_MULTIPOINT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@SF_MULTILINESTRING_NAME":{"name":"SF_MULTILINESTRING_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@SF_MULTIPOLYGON_NAME":{"name":"SF_MULTIPOLYGON_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@SF_GEOMETRYCOLLECTION_NAME":{"name":"SF_GEOMETRYCOLLECTION_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@SF_CIRCULARSTRING_NAME":{"name":"SF_CIRCULARSTRING_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@SF_COMPOUNDCURVE_NAME":{"name":"SF_COMPOUNDCURVE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@SF_CURVEPOLYGON_NAME":{"name":"SF_CURVEPOLYGON_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@SF_MULTICURVE_NAME":{"name":"SF_MULTICURVE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@SF_MULTISURFACE_NAME":{"name":"SF_MULTISURFACE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@SF_CURVE_NAME":{"name":"SF_CURVE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@SF_SURFACE_NAME":{"name":"SF_SURFACE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@SF_POLYHEDRALSURFACE_NAME":{"name":"SF_POLYHEDRALSURFACE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@SF_TIN_NAME":{"name":"SF_TIN_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@SF_TRIANGLE_NAME":{"name":"SF_TRIANGLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@SF_NONE_NAME":{"name":"SF_NONE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_BYTE_ORDER_LITTLE_ENDIAN":{"name":"TIFF_BYTE_ORDER_LITTLE_ENDIAN","abstract":"

    Little Endian byte order string

    "},"Constants.html#/c:@TIFF_BYTE_ORDER_BIG_ENDIAN":{"name":"TIFF_BYTE_ORDER_BIG_ENDIAN","abstract":"

    Big Endian byte order string

    "},"Constants.html#/c:@TIFF_FILE_IDENTIFIER":{"name":"TIFF_FILE_IDENTIFIER","abstract":"

    TIFF File Identifier

    "},"Constants.html#/c:@TIFF_HEADER_BYTES":{"name":"TIFF_HEADER_BYTES","abstract":"

    TIFF header bytes

    "},"Constants.html#/c:@TIFF_IFD_HEADER_BYTES":{"name":"TIFF_IFD_HEADER_BYTES","abstract":"

    Image File Directory header / number of entries bytes

    "},"Constants.html#/c:@TIFF_IFD_OFFSET_BYTES":{"name":"TIFF_IFD_OFFSET_BYTES","abstract":"

    Image File Directory offset to the next IFD bytes

    "},"Constants.html#/c:@TIFF_IFD_ENTRY_BYTES":{"name":"TIFF_IFD_ENTRY_BYTES","abstract":"

    Image File Directory entry bytes

    "},"Constants.html#/c:@TIFF_DEFAULT_MAX_BYTES_PER_STRIP":{"name":"TIFF_DEFAULT_MAX_BYTES_PER_STRIP","abstract":"

    Default max bytes per strip when writing strips

    "},"Constants.html#/c:@TIFF_COMPRESSION_NO":{"name":"TIFF_COMPRESSION_NO","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_COMPRESSION_CCITT_HUFFMAN":{"name":"TIFF_COMPRESSION_CCITT_HUFFMAN","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_COMPRESSION_T4":{"name":"TIFF_COMPRESSION_T4","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_COMPRESSION_T6":{"name":"TIFF_COMPRESSION_T6","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_COMPRESSION_LZW":{"name":"TIFF_COMPRESSION_LZW","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_COMPRESSION_JPEG_OLD":{"name":"TIFF_COMPRESSION_JPEG_OLD","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_COMPRESSION_JPEG_NEW":{"name":"TIFF_COMPRESSION_JPEG_NEW","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_COMPRESSION_DEFLATE":{"name":"TIFF_COMPRESSION_DEFLATE","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_COMPRESSION_PKZIP_DEFLATE":{"name":"TIFF_COMPRESSION_PKZIP_DEFLATE","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_COMPRESSION_PACKBITS":{"name":"TIFF_COMPRESSION_PACKBITS","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_EXTRA_SAMPLES_UNSPECIFIED":{"name":"TIFF_EXTRA_SAMPLES_UNSPECIFIED","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_EXTRA_SAMPLES_ASSOCIATED_ALPHA":{"name":"TIFF_EXTRA_SAMPLES_ASSOCIATED_ALPHA","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_EXTRA_SAMPLES_UNASSOCIATED_ALPHA":{"name":"TIFF_EXTRA_SAMPLES_UNASSOCIATED_ALPHA","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_FILL_ORDER_LOWER_COLUMN_HIGHER_ORDER":{"name":"TIFF_FILL_ORDER_LOWER_COLUMN_HIGHER_ORDER","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_FILL_ORDER_LOWER_COLUMN_LOWER_ORDER":{"name":"TIFF_FILL_ORDER_LOWER_COLUMN_LOWER_ORDER","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_GRAY_RESPONSE_TENTHS":{"name":"TIFF_GRAY_RESPONSE_TENTHS","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_GRAY_RESPONSE_HUNDREDTHS":{"name":"TIFF_GRAY_RESPONSE_HUNDREDTHS","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_GRAY_RESPONSE_THOUSANDTHS":{"name":"TIFF_GRAY_RESPONSE_THOUSANDTHS","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_GRAY_RESPONSE_TEN_THOUSANDTHS":{"name":"TIFF_GRAY_RESPONSE_TEN_THOUSANDTHS","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_GRAY_RESPONSE_HUNDRED_THOUSANDTHS":{"name":"TIFF_GRAY_RESPONSE_HUNDRED_THOUSANDTHS","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_ORIENTATION_TOP_ROW_LEFT_COLUMN":{"name":"TIFF_ORIENTATION_TOP_ROW_LEFT_COLUMN","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_ORIENTATION_TOP_ROW_RIGHT_COLUMN":{"name":"TIFF_ORIENTATION_TOP_ROW_RIGHT_COLUMN","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_ORIENTATION_BOTTOM_ROW_RIGHT_COLUMN":{"name":"TIFF_ORIENTATION_BOTTOM_ROW_RIGHT_COLUMN","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_ORIENTATION_BOTTOM_ROW_LEFT_COLUMN":{"name":"TIFF_ORIENTATION_BOTTOM_ROW_LEFT_COLUMN","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_ORIENTATION_LEFT_ROW_TOP_COLUMN":{"name":"TIFF_ORIENTATION_LEFT_ROW_TOP_COLUMN","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_ORIENTATION_RIGHT_ROW_TOP_COLUMN":{"name":"TIFF_ORIENTATION_RIGHT_ROW_TOP_COLUMN","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_ORIENTATION_RIGHT_ROW_BOTTOM_COLUMN":{"name":"TIFF_ORIENTATION_RIGHT_ROW_BOTTOM_COLUMN","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_ORIENTATION_LEFT_ROW_BOTTOM_COLUMN":{"name":"TIFF_ORIENTATION_LEFT_ROW_BOTTOM_COLUMN","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_PHOTOMETRIC_INTERPRETATION_WHITE_IS_ZERO":{"name":"TIFF_PHOTOMETRIC_INTERPRETATION_WHITE_IS_ZERO","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_PHOTOMETRIC_INTERPRETATION_BLACK_IS_ZERO":{"name":"TIFF_PHOTOMETRIC_INTERPRETATION_BLACK_IS_ZERO","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_PHOTOMETRIC_INTERPRETATION_RGB":{"name":"TIFF_PHOTOMETRIC_INTERPRETATION_RGB","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_PHOTOMETRIC_INTERPRETATION_PALETTE":{"name":"TIFF_PHOTOMETRIC_INTERPRETATION_PALETTE","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_PHOTOMETRIC_INTERPRETATION_TRANSPARENCY":{"name":"TIFF_PHOTOMETRIC_INTERPRETATION_TRANSPARENCY","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_PLANAR_CONFIGURATION_CHUNKY":{"name":"TIFF_PLANAR_CONFIGURATION_CHUNKY","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_PLANAR_CONFIGURATION_PLANAR":{"name":"TIFF_PLANAR_CONFIGURATION_PLANAR","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_RESOLUTION_UNIT_NO":{"name":"TIFF_RESOLUTION_UNIT_NO","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_RESOLUTION_UNIT_INCH":{"name":"TIFF_RESOLUTION_UNIT_INCH","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_RESOLUTION_UNIT_CENTIMETER":{"name":"TIFF_RESOLUTION_UNIT_CENTIMETER","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_SAMPLE_FORMAT_UNSIGNED_INT":{"name":"TIFF_SAMPLE_FORMAT_UNSIGNED_INT","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_SAMPLE_FORMAT_SIGNED_INT":{"name":"TIFF_SAMPLE_FORMAT_SIGNED_INT","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_SAMPLE_FORMAT_FLOAT":{"name":"TIFF_SAMPLE_FORMAT_FLOAT","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_SAMPLE_FORMAT_UNDEFINED":{"name":"TIFF_SAMPLE_FORMAT_UNDEFINED","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_SUBFILE_TYPE_FULL":{"name":"TIFF_SUBFILE_TYPE_FULL","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_SUBFILE_TYPE_REDUCED":{"name":"TIFF_SUBFILE_TYPE_REDUCED","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_SAMPLE_FORMAT_SINGLE_PAGE_MULTI_PAGE":{"name":"TIFF_SAMPLE_FORMAT_SINGLE_PAGE_MULTI_PAGE","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_THRESHHOLDING_NO":{"name":"TIFF_THRESHHOLDING_NO","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_THRESHHOLDING_ORDERED":{"name":"TIFF_THRESHHOLDING_ORDERED","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_THRESHHOLDING_RANDOM":{"name":"TIFF_THRESHHOLDING_RANDOM","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_PREDICTOR_NO":{"name":"TIFF_PREDICTOR_NO","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_PREDICTOR_HORIZONTAL":{"name":"TIFF_PREDICTOR_HORIZONTAL","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_PREDICTOR_FLOATINGPOINT":{"name":"TIFF_PREDICTOR_FLOATINGPOINT","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DTU_DATE_FORMAT":{"name":"GPKG_DTU_DATE_FORMAT","abstract":"

    Date format

    "},"Constants.html#/c:@GPKG_DTU_DATE_FORMAT2":{"name":"GPKG_DTU_DATE_FORMAT2","abstract":"

    Non standard Date format

    "},"Constants.html#/c:@GPKG_DTU_DATETIME_FORMAT":{"name":"GPKG_DTU_DATETIME_FORMAT","abstract":"

    Date Time format

    "},"Constants.html#/c:@GPKG_DTU_DATETIME_FORMAT2":{"name":"GPKG_DTU_DATETIME_FORMAT2","abstract":"

    Secondary Date Time format w/o milliseconds for parsing string dates

    "},"Constants.html#/c:@GPKG_DTU_FUNCTION_DATE":{"name":"GPKG_DTU_FUNCTION_DATE","abstract":"

    SQLite date function

    "},"Constants.html#/c:@GPKG_DTU_FUNCTION_TIME":{"name":"GPKG_DTU_FUNCTION_TIME","abstract":"

    SQLite time function

    "},"Constants.html#/c:@GPKG_DTU_FUNCTION_DATETIME":{"name":"GPKG_DTU_FUNCTION_DATETIME","abstract":"

    SQLite datetime function

    "},"Constants.html#/c:@GPKG_DTU_FUNCTION_JULIANDAY":{"name":"GPKG_DTU_FUNCTION_JULIANDAY","abstract":"

    SQLite julianday function

    "},"Constants.html#/c:@GPKG_DTU_FUNCTION_STRFTIME":{"name":"GPKG_DTU_FUNCTION_STRFTIME","abstract":"

    SQLite strftime function

    "},"Constants.html#/c:@GPKG_EXTENSION":{"name":"GPKG_EXTENSION","abstract":"

    GeoPackage constants

    "},"Constants.html#/c:@GPKG_EXTENDED_EXTENSION":{"name":"GPKG_EXTENDED_EXTENSION","abstract":"

    @deprecated in GeoPackage version 1.2

    "},"Constants.html#/c:@GPKG_MEDIA_TYPE":{"name":"GPKG_MEDIA_TYPE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_APPLICATION_ID":{"name":"GPKG_APPLICATION_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_USER_VERSION":{"name":"GPKG_USER_VERSION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_METADATA_APPLICATION_ID":{"name":"GPKG_METADATA_APPLICATION_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GEOMETRY_MAGIC_NUMBER":{"name":"GPKG_GEOMETRY_MAGIC_NUMBER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GEOMETRY_VERSION_1":{"name":"GPKG_GEOMETRY_VERSION_1","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_SQLITE_HEADER_PREFIX":{"name":"GPKG_SQLITE_HEADER_PREFIX","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_SQLITE_APPLICATION_ID":{"name":"GPKG_SQLITE_APPLICATION_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_EXTENSION_AUTHOR":{"name":"GPKG_EXTENSION_AUTHOR","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GEOMETRY_EXTENSION_PREFIX":{"name":"GPKG_GEOMETRY_EXTENSION_PREFIX","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_UNDEFINED_DEFINITION":{"name":"GPKG_UNDEFINED_DEFINITION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_BUNDLE_NAME":{"name":"GPKG_BUNDLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROPERTY_LIST_TYPE":{"name":"GPKG_PROPERTY_LIST_TYPE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_RESOURCES_PROPERTIES":{"name":"GPKG_RESOURCES_PROPERTIES","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_EARTH_RADIUS":{"name":"GPKG_EARTH_RADIUS","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CON_TABLE_NAME":{"name":"GPKG_CON_TABLE_NAME","abstract":"

    Contents table constants

    "},"Constants.html#/c:@GPKG_CON_COLUMN_PK":{"name":"GPKG_CON_COLUMN_PK","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CON_COLUMN_TABLE_NAME":{"name":"GPKG_CON_COLUMN_TABLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CON_COLUMN_DATA_TYPE":{"name":"GPKG_CON_COLUMN_DATA_TYPE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CON_COLUMN_IDENTIFIER":{"name":"GPKG_CON_COLUMN_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CON_COLUMN_DESCRIPTION":{"name":"GPKG_CON_COLUMN_DESCRIPTION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CON_COLUMN_LAST_CHANGE":{"name":"GPKG_CON_COLUMN_LAST_CHANGE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CON_COLUMN_MIN_X":{"name":"GPKG_CON_COLUMN_MIN_X","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CON_COLUMN_MIN_Y":{"name":"GPKG_CON_COLUMN_MIN_Y","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CON_COLUMN_MAX_X":{"name":"GPKG_CON_COLUMN_MAX_X","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CON_COLUMN_MAX_Y":{"name":"GPKG_CON_COLUMN_MAX_Y","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CON_COLUMN_SRS_ID":{"name":"GPKG_CON_COLUMN_SRS_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDT_FEATURES_NAME":{"name":"GPKG_CDT_FEATURES_NAME","abstract":"

    Contents data type names

    "},"Constants.html#/c:@GPKG_CDT_TILES_NAME":{"name":"GPKG_CDT_TILES_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDT_ATTRIBUTES_NAME":{"name":"GPKG_CDT_ATTRIBUTES_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DT_BOOLEAN_NAME":{"name":"GPKG_DT_BOOLEAN_NAME","abstract":"

    Data type names

    "},"Constants.html#/c:@GPKG_DT_TINYINT_NAME":{"name":"GPKG_DT_TINYINT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DT_SMALLINT_NAME":{"name":"GPKG_DT_SMALLINT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DT_MEDIUMINT_NAME":{"name":"GPKG_DT_MEDIUMINT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DT_INT_NAME":{"name":"GPKG_DT_INT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DT_INTEGER_NAME":{"name":"GPKG_DT_INTEGER_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DT_FLOAT_NAME":{"name":"GPKG_DT_FLOAT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DT_DOUBLE_NAME":{"name":"GPKG_DT_DOUBLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DT_REAL_NAME":{"name":"GPKG_DT_REAL_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DT_TEXT_NAME":{"name":"GPKG_DT_TEXT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DT_BLOB_NAME":{"name":"GPKG_DT_BLOB_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DT_DATE_NAME":{"name":"GPKG_DT_DATE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DT_DATETIME_NAME":{"name":"GPKG_DT_DATETIME_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_RESOURCES_TABLES":{"name":"GPKG_RESOURCES_TABLES","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_SM_TABLE_NAME":{"name":"GPKG_SM_TABLE_NAME","abstract":"

    Table Name

    "},"Constants.html#/c:@GPKG_SMC_TYPE_NAME":{"name":"GPKG_SMC_TYPE_NAME","abstract":"

    SQLite Master column keyword type names

    "},"Constants.html#/c:@GPKG_SMC_NAME_NAME":{"name":"GPKG_SMC_NAME_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_SMC_TBL_NAME_NAME":{"name":"GPKG_SMC_TBL_NAME_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_SMC_ROOTPAGE_NAME":{"name":"GPKG_SMC_ROOTPAGE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_SMC_SQL_NAME":{"name":"GPKG_SMC_SQL_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_SMT_TABLE_NAME":{"name":"GPKG_SMT_TABLE_NAME","abstract":"

    SQLite Master table type names

    "},"Constants.html#/c:@GPKG_SMT_INDEX_NAME":{"name":"GPKG_SMT_INDEX_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_SMT_VIEW_NAME":{"name":"GPKG_SMT_VIEW_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_SMT_TRIGGER_NAME":{"name":"GPKG_SMT_TRIGGER_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GPM_TABLE_NAME":{"name":"GPKG_GPM_TABLE_NAME","abstract":"

    Table name

    "},"Constants.html#/c:@GPKG_GPM_COLUMN_PK":{"name":"GPKG_GPM_COLUMN_PK","abstract":"

    Column names

    "},"Constants.html#/c:@GPKG_GPM_COLUMN_ID":{"name":"GPKG_GPM_COLUMN_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GPM_COLUMN_NAME":{"name":"GPKG_GPM_COLUMN_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GPM_COLUMN_PATH":{"name":"GPKG_GPM_COLUMN_PATH","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_METADATA_TABLES":{"name":"GPKG_METADATA_TABLES","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GPGM_TABLE_NAME":{"name":"GPKG_GPGM_TABLE_NAME","abstract":"

    Table name

    "},"Constants.html#/c:@GPKG_GPGM_COLUMN_PK1":{"name":"GPKG_GPGM_COLUMN_PK1","abstract":"

    Column names

    "},"Constants.html#/c:@GPKG_GPGM_COLUMN_PK2":{"name":"GPKG_GPGM_COLUMN_PK2","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GPGM_COLUMN_PK3":{"name":"GPKG_GPGM_COLUMN_PK3","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GPGM_COLUMN_GEOPACKAGE_ID":{"name":"GPKG_GPGM_COLUMN_GEOPACKAGE_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GPGM_COLUMN_TABLE_NAME":{"name":"GPKG_GPGM_COLUMN_TABLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GPGM_COLUMN_ID":{"name":"GPKG_GPGM_COLUMN_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GPGM_COLUMN_MIN_X":{"name":"GPKG_GPGM_COLUMN_MIN_X","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GPGM_COLUMN_MAX_X":{"name":"GPKG_GPGM_COLUMN_MAX_X","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GPGM_COLUMN_MIN_Y":{"name":"GPKG_GPGM_COLUMN_MIN_Y","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GPGM_COLUMN_MAX_Y":{"name":"GPKG_GPGM_COLUMN_MAX_Y","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GPGM_COLUMN_MIN_Z":{"name":"GPKG_GPGM_COLUMN_MIN_Z","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GPGM_COLUMN_MAX_Z":{"name":"GPKG_GPGM_COLUMN_MAX_Z","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GPGM_COLUMN_MIN_M":{"name":"GPKG_GPGM_COLUMN_MIN_M","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GPGM_COLUMN_MAX_M":{"name":"GPKG_GPGM_COLUMN_MAX_M","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GPTM_TABLE_NAME":{"name":"GPKG_GPTM_TABLE_NAME","abstract":"

    Table name

    "},"Constants.html#/c:@GPKG_GPTM_COLUMN_PK1":{"name":"GPKG_GPTM_COLUMN_PK1","abstract":"

    Column names

    "},"Constants.html#/c:@GPKG_GPTM_COLUMN_PK2":{"name":"GPKG_GPTM_COLUMN_PK2","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GPTM_COLUMN_GEOPACKAGE_ID":{"name":"GPKG_GPTM_COLUMN_GEOPACKAGE_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GPTM_COLUMN_TABLE_NAME":{"name":"GPKG_GPTM_COLUMN_TABLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GPTM_COLUMN_LAST_INDEXED":{"name":"GPKG_GPTM_COLUMN_LAST_INDEXED","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CONSTRAINT":{"name":"GPKG_CONSTRAINT","abstract":"

    Constraint keyword

    "},"Constants.html#/c:@GPKG_CT_PRIMARY_KEY_NAME":{"name":"GPKG_CT_PRIMARY_KEY_NAME","abstract":"

    Constraint type names

    "},"Constants.html#/c:@GPKG_CT_UNIQUE_NAME":{"name":"GPKG_CT_UNIQUE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CT_CHECK_NAME":{"name":"GPKG_CT_CHECK_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CT_FOREIGN_KEY_NAME":{"name":"GPKG_CT_FOREIGN_KEY_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CT_NOT_NULL_NAME":{"name":"GPKG_CT_NOT_NULL_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CT_DEFAULT_NAME":{"name":"GPKG_CT_DEFAULT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CT_COLLATE_NAME":{"name":"GPKG_CT_COLLATE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CT_AUTOINCREMENT_NAME":{"name":"GPKG_CT_AUTOINCREMENT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TI_CID":{"name":"GPKG_TI_CID","abstract":"

    Index column

    "},"Constants.html#/c:@GPKG_TI_CID_INDEX":{"name":"GPKG_TI_CID_INDEX","abstract":"

    Index column index

    "},"Constants.html#/c:@GPKG_TI_NAME":{"name":"GPKG_TI_NAME","abstract":"

    Name column

    "},"Constants.html#/c:@GPKG_TI_NAME_INDEX":{"name":"GPKG_TI_NAME_INDEX","abstract":"

    Name column index

    "},"Constants.html#/c:@GPKG_TI_TYPE":{"name":"GPKG_TI_TYPE","abstract":"

    Type column

    "},"Constants.html#/c:@GPKG_TI_TYPE_INDEX":{"name":"GPKG_TI_TYPE_INDEX","abstract":"

    Type column index

    "},"Constants.html#/c:@GPKG_TI_NOT_NULL":{"name":"GPKG_TI_NOT_NULL","abstract":"

    Not null column

    "},"Constants.html#/c:@GPKG_TI_NOT_NULL_INDEX":{"name":"GPKG_TI_NOT_NULL_INDEX","abstract":"

    Not null column index

    "},"Constants.html#/c:@GPKG_TI_DFLT_VALUE":{"name":"GPKG_TI_DFLT_VALUE","abstract":"

    Default value column

    "},"Constants.html#/c:@GPKG_TI_DFLT_VALUE_INDEX":{"name":"GPKG_TI_DFLT_VALUE_INDEX","abstract":"

    Default value column index

    "},"Constants.html#/c:@GPKG_TI_PK":{"name":"GPKG_TI_PK","abstract":"

    Primary key column

    "},"Constants.html#/c:@GPKG_TI_PK_INDEX":{"name":"GPKG_TI_PK_INDEX","abstract":"

    Primary key column index

    "},"Constants.html#/c:@GPKG_TI_DEFAULT_NULL":{"name":"GPKG_TI_DEFAULT_NULL","abstract":"

    Default of NULL value

    "},"Constants.html#/c:@GPKG_UNIQUE":{"name":"GPKG_UNIQUE","abstract":"

    Unique keyword

    "},"Constants.html#/c:@GPKG_DGIWG_TILE_WIDTH":{"name":"GPKG_DGIWG_TILE_WIDTH","abstract":"

    Tile Width

    "},"Constants.html#/c:@GPKG_DGIWG_TILE_HEIGHT":{"name":"GPKG_DGIWG_TILE_HEIGHT","abstract":"

    Tile Height

    "},"Constants.html#/c:@GPKG_DGIWG_MIN_ZOOM_LEVEL":{"name":"GPKG_DGIWG_MIN_ZOOM_LEVEL","abstract":"

    Minimum Zoom Level

    "},"Constants.html#/c:@GPKG_DGIWG_MAX_ZOOM_LEVEL":{"name":"GPKG_DGIWG_MAX_ZOOM_LEVEL","abstract":"

    Maximum Zoom Level

    "},"Constants.html#/c:@GPKG_DGIWG_DESCRIPTION_UNKNOWN":{"name":"GPKG_DGIWG_DESCRIPTION_UNKNOWN","abstract":"

    Invalid unknown description

    "},"Constants.html#/c:@GPKG_DGIWG_DESCRIPTION_TBD":{"name":"GPKG_DGIWG_DESCRIPTION_TBD","abstract":"

    Invalid tbd description

    "},"Constants.html#/c:@GPKG_DGIWG_METADATA_MIME_TYPE":{"name":"GPKG_DGIWG_METADATA_MIME_TYPE","abstract":"

    MIME encoding of metadata

    "},"Constants.html#/c:@GPKG_DGIWG_DMF_BASE_URI":{"name":"GPKG_DGIWG_DMF_BASE_URI","abstract":"

    DGIWG Metadata Foundation (DMF) base URI

    "},"Constants.html#/c:@GPKG_DGIWG_DMF_2_0_URI":{"name":"GPKG_DGIWG_DMF_2_0_URI","abstract":"

    DGIWG Metadata Foundation (DMF) 2.0 URI

    "},"Constants.html#/c:@GPKG_DGIWG_DMF_DEFAULT_URI":{"name":"GPKG_DGIWG_DMF_DEFAULT_URI","abstract":"

    DGIWG Metadata Foundation (DMF) Default URI

    "},"Constants.html#/c:@GPKG_DGIWG_NMIS_BASE_URI":{"name":"GPKG_DGIWG_NMIS_BASE_URI","abstract":"

    NMIS base URI

    "},"Constants.html#/c:@GPKG_DGIWG_NMIS_8_0_URI":{"name":"GPKG_DGIWG_NMIS_8_0_URI","abstract":"

    NMIS 8.0 URI

    "},"Constants.html#/c:@GPKG_DGIWG_NMIS_DEFAULT_URI":{"name":"GPKG_DGIWG_NMIS_DEFAULT_URI","abstract":"

    NMIS Default URI

    "},"Constants.html#/c:@GPKG_DGIWG_FN_DELIMITER_ELEMENTS":{"name":"GPKG_DGIWG_FN_DELIMITER_ELEMENTS","abstract":"

    Delimiter between elements

    "},"Constants.html#/c:@GPKG_DGIWG_FN_DELIMITER_WORDS":{"name":"GPKG_DGIWG_FN_DELIMITER_WORDS","abstract":"

    Delimiter between words

    "},"Constants.html#/c:@GPKG_DGIWG_FN_DELIMITER_SCALE":{"name":"GPKG_DGIWG_FN_DELIMITER_SCALE","abstract":"

    Delimiter between zoom scale

    "},"Constants.html#/c:@GPKG_DGIWG_FN_VERSION_PREFIX":{"name":"GPKG_DGIWG_FN_VERSION_PREFIX","abstract":"

    Version prefix

    "},"Constants.html#/c:@GPKG_DGIWG_FN_DATE_FORMAT":{"name":"GPKG_DGIWG_FN_DATE_FORMAT","abstract":"

    Date format

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_GEOPACKAGE_BASE_NAME":{"name":"GPKG_DGIWG_REQ_GEOPACKAGE_BASE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_GEOPACKAGE_OPTIONS_NAME":{"name":"GPKG_DGIWG_REQ_GEOPACKAGE_OPTIONS_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_EXTENSIONS_MANDATORY_NAME":{"name":"GPKG_DGIWG_REQ_EXTENSIONS_MANDATORY_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_EXTENSIONS_OPTIONAL_NAME":{"name":"GPKG_DGIWG_REQ_EXTENSIONS_OPTIONAL_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_EXTENSIONS_NOT_ALLOWED_NAME":{"name":"GPKG_DGIWG_REQ_EXTENSIONS_NOT_ALLOWED_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_EXTENSIONS_CONDITIONAL_NAME":{"name":"GPKG_DGIWG_REQ_EXTENSIONS_CONDITIONAL_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_CRS_RASTER_ALLOWED_NAME":{"name":"GPKG_DGIWG_REQ_CRS_RASTER_ALLOWED_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_CRS_RASTER_TILE_MATRIX_SET_NAME":{"name":"GPKG_DGIWG_REQ_CRS_RASTER_TILE_MATRIX_SET_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_CRS_2D_VECTOR_NAME":{"name":"GPKG_DGIWG_REQ_CRS_2D_VECTOR_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_CRS_3D_VECTOR_NAME":{"name":"GPKG_DGIWG_REQ_CRS_3D_VECTOR_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_CRS_WKT_NAME":{"name":"GPKG_DGIWG_REQ_CRS_WKT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_CRS_COMPOUND_NAME":{"name":"GPKG_DGIWG_REQ_CRS_COMPOUND_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_CRS_COMPOUND_WKT_NAME":{"name":"GPKG_DGIWG_REQ_CRS_COMPOUND_WKT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_METADATA_DMF_NAME":{"name":"GPKG_DGIWG_REQ_METADATA_DMF_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_METADATA_GPKG_NAME":{"name":"GPKG_DGIWG_REQ_METADATA_GPKG_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_METADATA_ROW_NAME":{"name":"GPKG_DGIWG_REQ_METADATA_ROW_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_METADATA_USER_NAME":{"name":"GPKG_DGIWG_REQ_METADATA_USER_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_METADATA_PRODUCT_NAME":{"name":"GPKG_DGIWG_REQ_METADATA_PRODUCT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_METADATA_PRODUCT_PARTIAL_NAME":{"name":"GPKG_DGIWG_REQ_METADATA_PRODUCT_PARTIAL_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_VALIDITY_DATA_VALIDITY_NAME":{"name":"GPKG_DGIWG_REQ_VALIDITY_DATA_VALIDITY_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_TILE_SIZE_MATRIX_NAME":{"name":"GPKG_DGIWG_REQ_TILE_SIZE_MATRIX_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_TILE_SIZE_DATA_NAME":{"name":"GPKG_DGIWG_REQ_TILE_SIZE_DATA_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_ZOOM_FACTOR_NAME":{"name":"GPKG_DGIWG_REQ_ZOOM_FACTOR_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_ZOOM_MATRIX_SETS_MULTIPLE_NAME":{"name":"GPKG_DGIWG_REQ_ZOOM_MATRIX_SETS_MULTIPLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_ZOOM_MATRIX_SETS_ONE_NAME":{"name":"GPKG_DGIWG_REQ_ZOOM_MATRIX_SETS_ONE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_BBOX_CRS_NAME":{"name":"GPKG_DGIWG_REQ_BBOX_CRS_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_METADATA_TILE_NAME":{"name":"GPKG_DGIWG_REQ_METADATA_TILE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_METADATA_FEATURE_NAME":{"name":"GPKG_DGIWG_REQ_METADATA_FEATURE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_GEOPACKAGE_BASE_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_GEOPACKAGE_BASE_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_GEOPACKAGE_OPTIONS_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_GEOPACKAGE_OPTIONS_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_EXTENSIONS_MANDATORY_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_EXTENSIONS_MANDATORY_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_EXTENSIONS_OPTIONAL_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_EXTENSIONS_OPTIONAL_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_EXTENSIONS_NOT_ALLOWED_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_EXTENSIONS_NOT_ALLOWED_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_EXTENSIONS_CONDITIONAL_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_EXTENSIONS_CONDITIONAL_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_CRS_RASTER_ALLOWED_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_CRS_RASTER_ALLOWED_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_CRS_RASTER_TILE_MATRIX_SET_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_CRS_RASTER_TILE_MATRIX_SET_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_CRS_2D_VECTOR_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_CRS_2D_VECTOR_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_CRS_3D_VECTOR_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_CRS_3D_VECTOR_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_CRS_WKT_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_CRS_WKT_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_CRS_COMPOUND_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_CRS_COMPOUND_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_CRS_COMPOUND_WKT_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_CRS_COMPOUND_WKT_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_METADATA_DMF_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_METADATA_DMF_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_METADATA_GPKG_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_METADATA_GPKG_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_METADATA_ROW_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_METADATA_ROW_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_METADATA_USER_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_METADATA_USER_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_METADATA_PRODUCT_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_METADATA_PRODUCT_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_METADATA_PRODUCT_PARTIAL_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_METADATA_PRODUCT_PARTIAL_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_VALIDITY_DATA_VALIDITY_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_VALIDITY_DATA_VALIDITY_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_TILE_SIZE_MATRIX_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_TILE_SIZE_MATRIX_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_TILE_SIZE_DATA_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_TILE_SIZE_DATA_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_ZOOM_FACTOR_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_ZOOM_FACTOR_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_ZOOM_MATRIX_SETS_MULTIPLE_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_ZOOM_MATRIX_SETS_MULTIPLE_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_ZOOM_MATRIX_SETS_ONE_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_ZOOM_MATRIX_SETS_ONE_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_BBOX_CRS_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_BBOX_CRS_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_METADATA_TILE_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_METADATA_TILE_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_METADATA_FEATURE_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_METADATA_FEATURE_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_IDENTIFIER_PREFIX":{"name":"GPKG_DGIWG_REQ_IDENTIFIER_PREFIX","abstract":"

    Identifier prefix

    "},"Constants.html#/c:GPKGDgiwgValidate.h@pixelSizeValidationDelta":{"name":"pixelSizeValidationDelta","abstract":"

    Delta for comparisons between same pixel sizes

    "},"Constants.html#/c:@GPKG_DGIWG_RESOURCES_WKT":{"name":"GPKG_DGIWG_RESOURCES_WKT","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_UTM_NORTH_MIN":{"name":"GPKG_UTM_NORTH_MIN","abstract":"

    North min EPSG code

    "},"Constants.html#/c:@GPKG_UTM_NORTH_MAX":{"name":"GPKG_UTM_NORTH_MAX","abstract":"

    North max EPSG code

    "},"Constants.html#/c:@GPKG_UTM_SOUTH_MIN":{"name":"GPKG_UTM_SOUTH_MIN","abstract":"

    South min EPSG code

    "},"Constants.html#/c:@GPKG_UTM_SOUTH_MAX":{"name":"GPKG_UTM_SOUTH_MAX","abstract":"

    South max EPSG code

    "},"Constants.html#/c:@GPKG_CRS_WKT_EXTENSION_NAME":{"name":"GPKG_CRS_WKT_EXTENSION_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_EX_EXTENSION_NAME_DIVIDER":{"name":"GPKG_EX_EXTENSION_NAME_DIVIDER","abstract":"

    Extension table constants

    "},"Constants.html#/c:@GPKG_EX_TABLE_NAME":{"name":"GPKG_EX_TABLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_EX_COLUMN_TABLE_NAME":{"name":"GPKG_EX_COLUMN_TABLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_EX_COLUMN_COLUMN_NAME":{"name":"GPKG_EX_COLUMN_COLUMN_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_EX_COLUMN_EXTENSION_NAME":{"name":"GPKG_EX_COLUMN_EXTENSION_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_EX_COLUMN_DEFINITION":{"name":"GPKG_EX_COLUMN_DEFINITION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_EX_COLUMN_SCOPE":{"name":"GPKG_EX_COLUMN_SCOPE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_EST_READ_WRITE_NAME":{"name":"GPKG_EST_READ_WRITE_NAME","abstract":"

    Extension scope type enumeration names

    "},"Constants.html#/c:@GPKG_EST_WRITE_ONLY_NAME":{"name":"GPKG_EST_WRITE_ONLY_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_WEBP_EXTENSION_NAME":{"name":"GPKG_WEBP_EXTENSION_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_ZOOM_OTHER_EXTENSION_NAME":{"name":"GPKG_ZOOM_OTHER_EXTENSION_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CD_GRIDDED_COVERAGE":{"name":"GPKG_CD_GRIDDED_COVERAGE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GRIDDED_COVERAGE_EXTENSION_NAME":{"name":"GPKG_GRIDDED_COVERAGE_EXTENSION_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDA_NEAREST_NEIGHBOR_NAME":{"name":"GPKG_CDA_NEAREST_NEIGHBOR_NAME","abstract":"

    Tile Gridded Coverage Data Algorithm names

    "},"Constants.html#/c:@GPKG_CDA_BILINEAR_NAME":{"name":"GPKG_CDA_BILINEAR_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDA_BICUBIC_NAME":{"name":"GPKG_CDA_BICUBIC_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDGC_TABLE_NAME":{"name":"GPKG_CDGC_TABLE_NAME","abstract":"

    Gridded Coverage table constants

    "},"Constants.html#/c:@GPKG_CDGC_COLUMN_PK":{"name":"GPKG_CDGC_COLUMN_PK","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDGC_COLUMN_ID":{"name":"GPKG_CDGC_COLUMN_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDGC_COLUMN_TILE_MATRIX_SET_NAME":{"name":"GPKG_CDGC_COLUMN_TILE_MATRIX_SET_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDGC_COLUMN_DATATYPE":{"name":"GPKG_CDGC_COLUMN_DATATYPE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDGC_COLUMN_SCALE":{"name":"GPKG_CDGC_COLUMN_SCALE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDGC_COLUMN_OFFSET":{"name":"GPKG_CDGC_COLUMN_OFFSET","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDGC_COLUMN_PRECISION":{"name":"GPKG_CDGC_COLUMN_PRECISION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDGC_COLUMN_DATA_NULL":{"name":"GPKG_CDGC_COLUMN_DATA_NULL","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDGC_COLUMN_GRID_CELL_ENCODING":{"name":"GPKG_CDGC_COLUMN_GRID_CELL_ENCODING","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDGC_COLUMN_UOM":{"name":"GPKG_CDGC_COLUMN_UOM","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDGC_COLUMN_FIELD_NAME":{"name":"GPKG_CDGC_COLUMN_FIELD_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDGC_COLUMN_QUANTITY_DEFINITION":{"name":"GPKG_CDGC_COLUMN_QUANTITY_DEFINITION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GCDT_INTEGER_NAME":{"name":"GPKG_GCDT_INTEGER_NAME","abstract":"

    Gridded Coverage data type names

    "},"Constants.html#/c:@GPKG_GCDT_FLOAT_NAME":{"name":"GPKG_GCDT_FLOAT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GCET_CENTER_NAME":{"name":"GPKG_GCET_CENTER_NAME","abstract":"

    Gridded Coverage encoding type names

    "},"Constants.html#/c:@GPKG_GCET_AREA_NAME":{"name":"GPKG_GCET_AREA_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GCET_CORNER_NAME":{"name":"GPKG_GCET_CORNER_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDGT_TABLE_NAME":{"name":"GPKG_CDGT_TABLE_NAME","abstract":"

    Gridded Tile table constants

    "},"Constants.html#/c:@GPKG_CDGT_COLUMN_PK":{"name":"GPKG_CDGT_COLUMN_PK","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDGT_COLUMN_ID":{"name":"GPKG_CDGT_COLUMN_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDGT_COLUMN_TABLE_NAME":{"name":"GPKG_CDGT_COLUMN_TABLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDGT_COLUMN_TABLE_ID":{"name":"GPKG_CDGT_COLUMN_TABLE_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDGT_COLUMN_SCALE":{"name":"GPKG_CDGT_COLUMN_SCALE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDGT_COLUMN_OFFSET":{"name":"GPKG_CDGT_COLUMN_OFFSET","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDGT_COLUMN_MIN":{"name":"GPKG_CDGT_COLUMN_MIN","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDGT_COLUMN_MAX":{"name":"GPKG_CDGT_COLUMN_MAX","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDGT_COLUMN_MEAN":{"name":"GPKG_CDGT_COLUMN_MEAN","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDGT_COLUMN_STANDARD_DEVIATION":{"name":"GPKG_CDGT_COLUMN_STANDARD_DEVIATION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_M_TABLE_NAME":{"name":"GPKG_M_TABLE_NAME","abstract":"

    Metadata table constants

    "},"Constants.html#/c:@GPKG_M_COLUMN_PK":{"name":"GPKG_M_COLUMN_PK","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_M_COLUMN_ID":{"name":"GPKG_M_COLUMN_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_M_COLUMN_SCOPE":{"name":"GPKG_M_COLUMN_SCOPE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_M_COLUMN_STANDARD_URI":{"name":"GPKG_M_COLUMN_STANDARD_URI","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_M_COLUMN_MIME_TYPE":{"name":"GPKG_M_COLUMN_MIME_TYPE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_M_COLUMN_METADATA":{"name":"GPKG_M_COLUMN_METADATA","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_UNDEFINED_NAME":{"name":"GPKG_MST_UNDEFINED_NAME","abstract":"

    Metadata Scope Type enumeration names

    "},"Constants.html#/c:@GPKG_MST_FIELD_SESSION_NAME":{"name":"GPKG_MST_FIELD_SESSION_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_COLLECTION_SESSION_NAME":{"name":"GPKG_MST_COLLECTION_SESSION_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_SERIES_NAME":{"name":"GPKG_MST_SERIES_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_DATASET_NAME":{"name":"GPKG_MST_DATASET_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_FEATURE_TYPE_NAME":{"name":"GPKG_MST_FEATURE_TYPE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_FEATURE_NAME":{"name":"GPKG_MST_FEATURE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_ATTRIBUTE_TYPE_NAME":{"name":"GPKG_MST_ATTRIBUTE_TYPE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_ATTRIBUTE_NAME":{"name":"GPKG_MST_ATTRIBUTE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_TILE_NAME":{"name":"GPKG_MST_TILE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_MODEL_NAME":{"name":"GPKG_MST_MODEL_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_CATALOG_NAME":{"name":"GPKG_MST_CATALOG_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_SCHEMA_NAME":{"name":"GPKG_MST_SCHEMA_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_TAXONOMY_NAME":{"name":"GPKG_MST_TAXONOMY_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_SOFTWARE_NAME":{"name":"GPKG_MST_SOFTWARE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_SERVICE_NAME":{"name":"GPKG_MST_SERVICE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_COLLECTION_HARDWARE_NAME":{"name":"GPKG_MST_COLLECTION_HARDWARE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_NON_GEOGRAPHIC_DATASET_NAME":{"name":"GPKG_MST_NON_GEOGRAPHIC_DATASET_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_DIMENSION_GROUP_NAME":{"name":"GPKG_MST_DIMENSION_GROUP_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_STYLE_NAME":{"name":"GPKG_MST_STYLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_METADATA_EXTENSION_NAME":{"name":"GPKG_METADATA_EXTENSION_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MR_TABLE_NAME":{"name":"GPKG_MR_TABLE_NAME","abstract":"

    Metadata Reference table constants

    "},"Constants.html#/c:@GPKG_MR_COLUMN_REFERENCE_SCOPE":{"name":"GPKG_MR_COLUMN_REFERENCE_SCOPE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MR_COLUMN_TABLE_NAME":{"name":"GPKG_MR_COLUMN_TABLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MR_COLUMN_COLUMN_NAME":{"name":"GPKG_MR_COLUMN_COLUMN_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MR_COLUMN_ROW_ID_VALUE":{"name":"GPKG_MR_COLUMN_ROW_ID_VALUE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MR_COLUMN_TIMESTAMP":{"name":"GPKG_MR_COLUMN_TIMESTAMP","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MR_COLUMN_FILE_ID":{"name":"GPKG_MR_COLUMN_FILE_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MR_COLUMN_PARENT_ID":{"name":"GPKG_MR_COLUMN_PARENT_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_RST_GEOPACKAGE_NAME":{"name":"GPKG_RST_GEOPACKAGE_NAME","abstract":"

    Reference Scope Type enumeration names

    "},"Constants.html#/c:@GPKG_RST_TABLE_NAME":{"name":"GPKG_RST_TABLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_RST_COLUMN_NAME":{"name":"GPKG_RST_COLUMN_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_RST_ROW_NAME":{"name":"GPKG_RST_ROW_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_RST_ROW_COL_NAME":{"name":"GPKG_RST_ROW_COL_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_NGA_EXTENSION_AUTHOR":{"name":"GPKG_NGA_EXTENSION_AUTHOR","abstract":"

    NGA Extension author

    "},"Constants.html#/c:@GPKG_NGA_TABLES":{"name":"GPKG_NGA_TABLES","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CI_TABLE_NAME":{"name":"GPKG_CI_TABLE_NAME","abstract":"

    Contents Id table constants

    "},"Constants.html#/c:@GPKG_CI_COLUMN_PK":{"name":"GPKG_CI_COLUMN_PK","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CI_COLUMN_ID":{"name":"GPKG_CI_COLUMN_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CI_COLUMN_TABLE_NAME":{"name":"GPKG_CI_COLUMN_TABLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_EXTENSION_CONTENTS_ID_NAME_NO_AUTHOR":{"name":"GPKG_EXTENSION_CONTENTS_ID_NAME_NO_AUTHOR","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_EXTENSION_CONTENTS_ID_DEFINITION":{"name":"GPKG_PROP_EXTENSION_CONTENTS_ID_DEFINITION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_EXTENSION_GEOMETRY_INDEX_NAME_NO_AUTHOR":{"name":"GPKG_EXTENSION_GEOMETRY_INDEX_NAME_NO_AUTHOR","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_EXTENSION_GEOMETRY_INDEX_DEFINITION":{"name":"GPKG_PROP_EXTENSION_GEOMETRY_INDEX_DEFINITION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GI_TABLE_NAME":{"name":"GPKG_GI_TABLE_NAME","abstract":"

    Geometry Index table constants

    "},"Constants.html#/c:@GPKG_GI_COLUMN_PK1":{"name":"GPKG_GI_COLUMN_PK1","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GI_COLUMN_PK2":{"name":"GPKG_GI_COLUMN_PK2","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GI_COLUMN_TABLE_NAME":{"name":"GPKG_GI_COLUMN_TABLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GI_COLUMN_GEOM_ID":{"name":"GPKG_GI_COLUMN_GEOM_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GI_COLUMN_MIN_X":{"name":"GPKG_GI_COLUMN_MIN_X","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GI_COLUMN_MAX_X":{"name":"GPKG_GI_COLUMN_MAX_X","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GI_COLUMN_MIN_Y":{"name":"GPKG_GI_COLUMN_MIN_Y","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GI_COLUMN_MAX_Y":{"name":"GPKG_GI_COLUMN_MAX_Y","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GI_COLUMN_MIN_Z":{"name":"GPKG_GI_COLUMN_MIN_Z","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GI_COLUMN_MAX_Z":{"name":"GPKG_GI_COLUMN_MAX_Z","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GI_COLUMN_MIN_M":{"name":"GPKG_GI_COLUMN_MIN_M","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GI_COLUMN_MAX_M":{"name":"GPKG_GI_COLUMN_MAX_M","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TI_TABLE_NAME":{"name":"GPKG_TI_TABLE_NAME","abstract":"

    Table Index table constants

    "},"Constants.html#/c:@GPKG_TI_COLUMN_PK":{"name":"GPKG_TI_COLUMN_PK","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TI_COLUMN_TABLE_NAME":{"name":"GPKG_TI_COLUMN_TABLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TI_COLUMN_LAST_INDEXED":{"name":"GPKG_TI_COLUMN_LAST_INDEXED","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_FTL_TABLE_NAME":{"name":"GPKG_FTL_TABLE_NAME","abstract":"

    Feature Tile Link table constants

    "},"Constants.html#/c:@GPKG_FTL_COLUMN_PK1":{"name":"GPKG_FTL_COLUMN_PK1","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_FTL_COLUMN_PK2":{"name":"GPKG_FTL_COLUMN_PK2","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_FTL_COLUMN_FEATURE_TABLE_NAME":{"name":"GPKG_FTL_COLUMN_FEATURE_TABLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_FTL_COLUMN_TILE_TABLE_NAME":{"name":"GPKG_FTL_COLUMN_TILE_TABLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_EXTENSION_FEATURE_TILE_LINK_NAME_NO_AUTHOR":{"name":"GPKG_EXTENSION_FEATURE_TILE_LINK_NAME_NO_AUTHOR","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_EXTENSION_FEATURE_TILE_LINK_DEFINITION":{"name":"GPKG_PROP_EXTENSION_FEATURE_TILE_LINK_DEFINITION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_EXTENSION_PROPERTIES_NAME_NO_AUTHOR":{"name":"GPKG_EXTENSION_PROPERTIES_NAME_NO_AUTHOR","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_EXTENSION_PROPERTIES_DEFINITION":{"name":"GPKG_PROP_EXTENSION_PROPERTIES_DEFINITION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_EXTENSION_PROPERTIES_TABLE_NAME":{"name":"GPKG_EXTENSION_PROPERTIES_TABLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_EXTENSION_PROPERTIES_COLUMN_PROPERTY":{"name":"GPKG_EXTENSION_PROPERTIES_COLUMN_PROPERTY","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_EXTENSION_PROPERTIES_COLUMN_VALUE":{"name":"GPKG_EXTENSION_PROPERTIES_COLUMN_VALUE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PE_CONTRIBUTOR":{"name":"GPKG_PE_CONTRIBUTOR","abstract":"

    An entity responsible for making contributions to the resource

    "},"Constants.html#/c:@GPKG_PE_COVERAGE":{"name":"GPKG_PE_COVERAGE","abstract":"

    The spatial or temporal topic of the resource, the spatial applicability"},"Constants.html#/c:@GPKG_PE_CREATED":{"name":"GPKG_PE_CREATED","abstract":"

    Date Created - Date of creation of the resource

    "},"Constants.html#/c:@GPKG_PE_CREATOR":{"name":"GPKG_PE_CREATOR","abstract":"

    An entity primarily responsible for making the resource

    "},"Constants.html#/c:@GPKG_PE_DATE":{"name":"GPKG_PE_DATE","abstract":"

    A point or period of time associated with an event in the lifecycle of"},"Constants.html#/c:@GPKG_PE_DESCRIPTION":{"name":"GPKG_PE_DESCRIPTION","abstract":"

    An account of the resource

    "},"Constants.html#/c:@GPKG_PE_IDENTIFIER":{"name":"GPKG_PE_IDENTIFIER","abstract":"

    An unambiguous reference to the resource within a given context

    "},"Constants.html#/c:@GPKG_PE_LICENSE":{"name":"GPKG_PE_LICENSE","abstract":"

    A legal document giving official permission to do something with the"},"Constants.html#/c:@GPKG_PE_MODIFIED":{"name":"GPKG_PE_MODIFIED","abstract":"

    Date Modified - Date on which the resource was changed

    "},"Constants.html#/c:@GPKG_PE_PUBLISHER":{"name":"GPKG_PE_PUBLISHER","abstract":"

    An entity responsible for making the resource available

    "},"Constants.html#/c:@GPKG_PE_REFERENCES":{"name":"GPKG_PE_REFERENCES","abstract":"

    A related resource that is referenced, cited, or otherwise pointed to by"},"Constants.html#/c:@GPKG_PE_RELATION":{"name":"GPKG_PE_RELATION","abstract":"

    A related resource

    "},"Constants.html#/c:@GPKG_PE_SOURCE":{"name":"GPKG_PE_SOURCE","abstract":"

    A related resource from which the described resource is derived

    "},"Constants.html#/c:@GPKG_PE_SPATIAL":{"name":"GPKG_PE_SPATIAL","abstract":"

    Spatial Coverage - Spatial characteristics of the resource

    "},"Constants.html#/c:@GPKG_PE_SUBJECT":{"name":"GPKG_PE_SUBJECT","abstract":"

    The topic of the resource

    "},"Constants.html#/c:@GPKG_PE_TAG":{"name":"GPKG_PE_TAG","abstract":"

    A tag or label of the resource

    "},"Constants.html#/c:@GPKG_PE_TEMPORAL":{"name":"GPKG_PE_TEMPORAL","abstract":"

    Temporal Coverage - Temporal characteristics of the resource

    "},"Constants.html#/c:@GPKG_PE_TITLE":{"name":"GPKG_PE_TITLE","abstract":"

    A name given to the resource

    "},"Constants.html#/c:@GPKG_PE_TYPE":{"name":"GPKG_PE_TYPE","abstract":"

    The nature or genre of the resource

    "},"Constants.html#/c:@GPKG_PE_URI":{"name":"GPKG_PE_URI","abstract":"

    The set of identifiers constructed according to the generic syntax for"},"Constants.html#/c:@GPKG_PE_VALID":{"name":"GPKG_PE_VALID","abstract":"

    Date Valid - Date (often a range) of validity of a resource

    "},"Constants.html#/c:@GPKG_PE_VERSION":{"name":"GPKG_PE_VERSION","abstract":"

    A version of the resource

    "},"Constants.html#/c:@GPKG_TS_TABLE_NAME":{"name":"GPKG_TS_TABLE_NAME","abstract":"

    Tile Scaling table constants

    "},"Constants.html#/c:@GPKG_TS_COLUMN_PK":{"name":"GPKG_TS_COLUMN_PK","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TS_COLUMN_TABLE_NAME":{"name":"GPKG_TS_COLUMN_TABLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TS_COLUMN_SCALING_TYPE":{"name":"GPKG_TS_COLUMN_SCALING_TYPE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TS_COLUMN_ZOOM_IN":{"name":"GPKG_TS_COLUMN_ZOOM_IN","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TS_COLUMN_ZOOM_OUT":{"name":"GPKG_TS_COLUMN_ZOOM_OUT","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TSC_IN_NAME":{"name":"GPKG_TSC_IN_NAME","abstract":"

    Tile Scaling Type names

    "},"Constants.html#/c:@GPKG_TSC_OUT_NAME":{"name":"GPKG_TSC_OUT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TSC_IN_OUT_NAME":{"name":"GPKG_TSC_IN_OUT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TSC_OUT_IN_NAME":{"name":"GPKG_TSC_OUT_IN_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TSC_CLOSEST_IN_OUT_NAME":{"name":"GPKG_TSC_CLOSEST_IN_OUT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TSC_CLOSEST_OUT_IN_NAME":{"name":"GPKG_TSC_CLOSEST_OUT_IN_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_EXTENSION_TILE_SCALING_NAME_NO_AUTHOR":{"name":"GPKG_EXTENSION_TILE_SCALING_NAME_NO_AUTHOR","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_EXTENSION_TILE_SCALING_DEFINITION":{"name":"GPKG_PROP_EXTENSION_TILE_SCALING_DEFINITION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_EXTENSION_FEATURE_STYLE_NAME_NO_AUTHOR":{"name":"GPKG_EXTENSION_FEATURE_STYLE_NAME_NO_AUTHOR","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_EXTENSION_FEATURE_STYLE_DEFINITION":{"name":"GPKG_PROP_EXTENSION_FEATURE_STYLE_DEFINITION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_FSE_TABLE_MAPPING_STYLE":{"name":"GPKG_FSE_TABLE_MAPPING_STYLE","abstract":"

    Table name prefix for mapping styles

    "},"Constants.html#/c:@GPKG_FSE_TABLE_MAPPING_TABLE_STYLE":{"name":"GPKG_FSE_TABLE_MAPPING_TABLE_STYLE","abstract":"

    Table name prefix for mapping style defaults

    "},"Constants.html#/c:@GPKG_FSE_TABLE_MAPPING_ICON":{"name":"GPKG_FSE_TABLE_MAPPING_ICON","abstract":"

    Table name prefix for mapping icons

    "},"Constants.html#/c:@GPKG_FSE_TABLE_MAPPING_TABLE_ICON":{"name":"GPKG_FSE_TABLE_MAPPING_TABLE_ICON","abstract":"

    Table name prefix for mapping icon defaults

    "},"Constants.html#/c:GPKGIconCache.h@DEFAULT_ICON_CACHE_SIZE":{"name":"DEFAULT_ICON_CACHE_SIZE","abstract":"

    Default max number of icon images to retain in cache

    "},"Constants.html#/c:@GPKG_IT_TABLE_NAME":{"name":"GPKG_IT_TABLE_NAME","abstract":"

    Icon Table constants

    "},"Constants.html#/c:@GPKG_IT_COLUMN_NAME":{"name":"GPKG_IT_COLUMN_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_IT_COLUMN_DESCRIPTION":{"name":"GPKG_IT_COLUMN_DESCRIPTION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_IT_COLUMN_WIDTH":{"name":"GPKG_IT_COLUMN_WIDTH","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_IT_COLUMN_HEIGHT":{"name":"GPKG_IT_COLUMN_HEIGHT","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_IT_COLUMN_ANCHOR_U":{"name":"GPKG_IT_COLUMN_ANCHOR_U","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_IT_COLUMN_ANCHOR_V":{"name":"GPKG_IT_COLUMN_ANCHOR_V","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_SMT_COLUMN_GEOMETRY_TYPE_NAME":{"name":"GPKG_SMT_COLUMN_GEOMETRY_TYPE_NAME","abstract":"

    Style Mapping Table constants

    "},"Constants.html#/c:@GPKG_ST_TABLE_NAME":{"name":"GPKG_ST_TABLE_NAME","abstract":"

    Style Table constants

    "},"Constants.html#/c:@GPKG_ST_COLUMN_ID":{"name":"GPKG_ST_COLUMN_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_ST_COLUMN_NAME":{"name":"GPKG_ST_COLUMN_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_ST_COLUMN_DESCRIPTION":{"name":"GPKG_ST_COLUMN_DESCRIPTION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_ST_COLUMN_COLOR":{"name":"GPKG_ST_COLUMN_COLOR","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_ST_COLUMN_OPACITY":{"name":"GPKG_ST_COLUMN_OPACITY","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_ST_COLUMN_WIDTH":{"name":"GPKG_ST_COLUMN_WIDTH","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_ST_COLUMN_FILL_COLOR":{"name":"GPKG_ST_COLUMN_FILL_COLOR","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_ST_COLUMN_FILL_OPACITY":{"name":"GPKG_ST_COLUMN_FILL_OPACITY","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_ER_TABLE_NAME":{"name":"GPKG_ER_TABLE_NAME","abstract":"

    Extended Relation table constants

    "},"Constants.html#/c:@GPKG_ER_COLUMN_PK":{"name":"GPKG_ER_COLUMN_PK","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_ER_COLUMN_ID":{"name":"GPKG_ER_COLUMN_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_ER_COLUMN_BASE_TABLE_NAME":{"name":"GPKG_ER_COLUMN_BASE_TABLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_ER_COLUMN_BASE_PRIMARY_COLUMN":{"name":"GPKG_ER_COLUMN_BASE_PRIMARY_COLUMN","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_ER_COLUMN_RELATED_TABLE_NAME":{"name":"GPKG_ER_COLUMN_RELATED_TABLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_ER_COLUMN_RELATED_PRIMARY_COLUMN":{"name":"GPKG_ER_COLUMN_RELATED_PRIMARY_COLUMN","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_ER_COLUMN_RELATION_NAME":{"name":"GPKG_ER_COLUMN_RELATION_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_ER_COLUMN_MAPPING_TABLE_NAME":{"name":"GPKG_ER_COLUMN_MAPPING_TABLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_EXTENSION_RELATED_TABLES_NAME_NO_AUTHOR":{"name":"GPKG_EXTENSION_RELATED_TABLES_NAME_NO_AUTHOR","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_EXTENSION_RELATED_TABLES_DEFINITION":{"name":"GPKG_PROP_EXTENSION_RELATED_TABLES_DEFINITION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_RT_FEATURES_NAME":{"name":"GPKG_RT_FEATURES_NAME","abstract":"

    Relation Type names

    "},"Constants.html#/c:@GPKG_RT_SIMPLE_ATTRIBUTES_NAME":{"name":"GPKG_RT_SIMPLE_ATTRIBUTES_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_RT_MEDIA_NAME":{"name":"GPKG_RT_MEDIA_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_RT_ATTRIBUTES_NAME":{"name":"GPKG_RT_ATTRIBUTES_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_RT_TILES_NAME":{"name":"GPKG_RT_TILES_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_UMT_COLUMN_BASE_ID":{"name":"GPKG_UMT_COLUMN_BASE_ID","abstract":"

    User Mapping Table constants

    "},"Constants.html#/c:@GPKG_UMT_COLUMN_RELATED_ID":{"name":"GPKG_UMT_COLUMN_RELATED_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DCM_DATE_NAME":{"name":"GPKG_DCM_DATE_NAME","abstract":"

    Dublin Core Metadata Type names

    "},"Constants.html#/c:@GPKG_DCM_DESCRIPTION_NAME":{"name":"GPKG_DCM_DESCRIPTION_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DCM_FORMAT_NAME":{"name":"GPKG_DCM_FORMAT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DCM_IDENTIFIER_NAME":{"name":"GPKG_DCM_IDENTIFIER_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DCM_SOURCE_NAME":{"name":"GPKG_DCM_SOURCE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DCM_TITLE_NAME":{"name":"GPKG_DCM_TITLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DCM_CONTENT_TYPE_NAME":{"name":"GPKG_DCM_CONTENT_TYPE_NAME","abstract":"

    Dublin Core Metadata Synonym names

    "},"Constants.html#/c:@GPKG_DCM_ID_NAME":{"name":"GPKG_DCM_ID_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_RMT_COLUMN_DATA":{"name":"GPKG_RMT_COLUMN_DATA","abstract":"

    Media Table constants

    "},"Constants.html#/c:@GPKG_RMT_COLUMN_CONTENT_TYPE":{"name":"GPKG_RMT_COLUMN_CONTENT_TYPE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_RSAT_COLUMN_ID":{"name":"GPKG_RSAT_COLUMN_ID","abstract":"

    Simple Attributes constants

    "},"Constants.html#/c:@GPKG_RTREE_INDEX_EXTENSION_NAME":{"name":"GPKG_RTREE_INDEX_EXTENSION_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_RTREE_INDEX_PREFIX":{"name":"GPKG_RTREE_INDEX_PREFIX","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_RTREE_INDEX_EXTENSION_COLUMN_ID":{"name":"GPKG_RTREE_INDEX_EXTENSION_COLUMN_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_RTREE_INDEX_EXTENSION_COLUMN_MIN_X":{"name":"GPKG_RTREE_INDEX_EXTENSION_COLUMN_MIN_X","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_RTREE_INDEX_EXTENSION_COLUMN_MAX_X":{"name":"GPKG_RTREE_INDEX_EXTENSION_COLUMN_MAX_X","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_RTREE_INDEX_EXTENSION_COLUMN_MIN_Y":{"name":"GPKG_RTREE_INDEX_EXTENSION_COLUMN_MIN_Y","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_RTREE_INDEX_EXTENSION_COLUMN_MAX_Y":{"name":"GPKG_RTREE_INDEX_EXTENSION_COLUMN_MAX_Y","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_SCHEMA_EXTENSION_NAME":{"name":"GPKG_SCHEMA_EXTENSION_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DC_TABLE_NAME":{"name":"GPKG_DC_TABLE_NAME","abstract":"

    Data Columns table constants

    "},"Constants.html#/c:@GPKG_DC_COLUMN_PK1":{"name":"GPKG_DC_COLUMN_PK1","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DC_COLUMN_PK2":{"name":"GPKG_DC_COLUMN_PK2","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DC_COLUMN_TABLE_NAME":{"name":"GPKG_DC_COLUMN_TABLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DC_COLUMN_COLUMN_NAME":{"name":"GPKG_DC_COLUMN_COLUMN_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DC_COLUMN_NAME":{"name":"GPKG_DC_COLUMN_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DC_COLUMN_TITLE":{"name":"GPKG_DC_COLUMN_TITLE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DC_COLUMN_DESCRIPTION":{"name":"GPKG_DC_COLUMN_DESCRIPTION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DC_COLUMN_MIME_TYPE":{"name":"GPKG_DC_COLUMN_MIME_TYPE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DC_COLUMN_CONSTRAINT_NAME":{"name":"GPKG_DC_COLUMN_CONSTRAINT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DCC_TABLE_NAME":{"name":"GPKG_DCC_TABLE_NAME","abstract":"

    Data Column Constraints table constants

    "},"Constants.html#/c:@GPKG_DCC_COLUMN_CONSTRAINT_NAME":{"name":"GPKG_DCC_COLUMN_CONSTRAINT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DCC_COLUMN_CONSTRAINT_TYPE":{"name":"GPKG_DCC_COLUMN_CONSTRAINT_TYPE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DCC_COLUMN_VALUE":{"name":"GPKG_DCC_COLUMN_VALUE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DCC_COLUMN_MIN":{"name":"GPKG_DCC_COLUMN_MIN","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DCC_COLUMN_MIN_IS_INCLUSIVE":{"name":"GPKG_DCC_COLUMN_MIN_IS_INCLUSIVE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DCC_COLUMN_MAX":{"name":"GPKG_DCC_COLUMN_MAX","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DCC_COLUMN_MAX_IS_INCLUSIVE":{"name":"GPKG_DCC_COLUMN_MAX_IS_INCLUSIVE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DCC_COLUMN_DESCRIPTION":{"name":"GPKG_DCC_COLUMN_DESCRIPTION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DCCT_RANGE_NAME":{"name":"GPKG_DCCT_RANGE_NAME","abstract":"

    Data Column Constraint Type enumeration names

    "},"Constants.html#/c:@GPKG_DCCT_ENUM_NAME":{"name":"GPKG_DCCT_ENUM_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DCCT_GLOB_NAME":{"name":"GPKG_DCCT_GLOB_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GC_TABLE_NAME":{"name":"GPKG_GC_TABLE_NAME","abstract":"

    Geometry Columns table constants

    "},"Constants.html#/c:@GPKG_GC_COLUMN_PK1":{"name":"GPKG_GC_COLUMN_PK1","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GC_COLUMN_PK2":{"name":"GPKG_GC_COLUMN_PK2","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GC_COLUMN_TABLE_NAME":{"name":"GPKG_GC_COLUMN_TABLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GC_COLUMN_COLUMN_NAME":{"name":"GPKG_GC_COLUMN_COLUMN_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GC_COLUMN_GEOMETRY_TYPE_NAME":{"name":"GPKG_GC_COLUMN_GEOMETRY_TYPE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GC_COLUMN_SRS_ID":{"name":"GPKG_GC_COLUMN_SRS_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GC_COLUMN_Z":{"name":"GPKG_GC_COLUMN_Z","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GC_COLUMN_M":{"name":"GPKG_GC_COLUMN_M","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_FIT_METADATA_NAME":{"name":"GPKG_FIT_METADATA_NAME","abstract":"

    Feature index type names

    "},"Constants.html#/c:@GPKG_FIT_GEOPACKAGE_NAME":{"name":"GPKG_FIT_GEOPACKAGE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_FIT_RTREE_NAME":{"name":"GPKG_FIT_RTREE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_FIT_NONE_NAME":{"name":"GPKG_FIT_NONE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:GPKGFeatureCache.h@DEFAULT_FEATURE_CACHE_MAX_SIZE":{"name":"DEFAULT_FEATURE_CACHE_MAX_SIZE","abstract":"

    Default max number of feature rows to retain in cache

    "},"Constants.html#/c:@GPKG_FTM_DEFAULT_COLUMN_NAME":{"name":"GPKG_FTM_DEFAULT_COLUMN_NAME","abstract":"

    Default geometry column name

    "},"Constants.html#/c:@GPKG_MST_POINT_NAME":{"name":"GPKG_MST_POINT_NAME","abstract":"

    Map shape type names

    "},"Constants.html#/c:@GPKG_MST_POLYLINE_NAME":{"name":"GPKG_MST_POLYLINE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_POLYGON_NAME":{"name":"GPKG_MST_POLYGON_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_MULTI_POINT_NAME":{"name":"GPKG_MST_MULTI_POINT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_MULTI_POLYLINE_NAME":{"name":"GPKG_MST_MULTI_POLYLINE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_MULTI_POLYGON_NAME":{"name":"GPKG_MST_MULTI_POLYGON_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_POLYLINE_POINTS_NAME":{"name":"GPKG_MST_POLYLINE_POINTS_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_POLYGON_POINTS_NAME":{"name":"GPKG_MST_POLYGON_POINTS_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_MULTI_POLYLINE_POINTS_NAME":{"name":"GPKG_MST_MULTI_POLYLINE_POINTS_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_MULTI_POLYGON_POINTS_NAME":{"name":"GPKG_MST_MULTI_POLYGON_POINTS_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_COLLECTION_NAME":{"name":"GPKG_MST_COLLECTION_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@geopackage_iosVersionNumber":{"name":"geopackage_iosVersionNumber","abstract":"

    Undocumented

    "},"Constants.html#/c:@geopackage_iosVersionString":{"name":"geopackage_iosVersionString","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CF_JPEG_NAME":{"name":"GPKG_CF_JPEG_NAME","abstract":"

    Image compression format names

    "},"Constants.html#/c:@GPKG_CF_PNG_NAME":{"name":"GPKG_CF_PNG_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CF_NONE_NAME":{"name":"GPKG_CF_NONE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_DIVIDER":{"name":"GPKG_PROP_DIVIDER","abstract":"

    GeoPackage property constants

    "},"Constants.html#/c:@GPKG_PROP_DIR_GEOPACKAGE":{"name":"GPKG_PROP_DIR_GEOPACKAGE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_DIR_DATABASE":{"name":"GPKG_PROP_DIR_DATABASE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_DIR_METADATA":{"name":"GPKG_PROP_DIR_METADATA","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_DIR_METADATA_FILE_DB":{"name":"GPKG_PROP_DIR_METADATA_FILE_DB","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_SRS_WGS_84":{"name":"GPKG_PROP_SRS_WGS_84","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_SRS_UNDEFINED_CARTESIAN":{"name":"GPKG_PROP_SRS_UNDEFINED_CARTESIAN","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_SRS_UNDEFINED_GEOGRAPHIC":{"name":"GPKG_PROP_SRS_UNDEFINED_GEOGRAPHIC","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_SRS_WEB_MERCATOR":{"name":"GPKG_PROP_SRS_WEB_MERCATOR","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_SRS_WGS_84_3D":{"name":"GPKG_PROP_SRS_WGS_84_3D","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_SRS_SRS_NAME":{"name":"GPKG_PROP_SRS_SRS_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_SRS_SRS_ID":{"name":"GPKG_PROP_SRS_SRS_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_SRS_ORGANIZATION":{"name":"GPKG_PROP_SRS_ORGANIZATION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_SRS_ORGANIZATION_COORDSYS_ID":{"name":"GPKG_PROP_SRS_ORGANIZATION_COORDSYS_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_SRS_DEFINITION":{"name":"GPKG_PROP_SRS_DEFINITION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_SRS_DESCRIPTION":{"name":"GPKG_PROP_SRS_DESCRIPTION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_SRS_DEFINITION_12_063":{"name":"GPKG_PROP_SRS_DEFINITION_12_063","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_TILE_GENERATOR_VARIABLE":{"name":"GPKG_PROP_TILE_GENERATOR_VARIABLE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_TILE_GENERATOR_VARIABLE_Z":{"name":"GPKG_PROP_TILE_GENERATOR_VARIABLE_Z","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_TILE_GENERATOR_VARIABLE_X":{"name":"GPKG_PROP_TILE_GENERATOR_VARIABLE_X","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_TILE_GENERATOR_VARIABLE_Y":{"name":"GPKG_PROP_TILE_GENERATOR_VARIABLE_Y","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_TILE_GENERATOR_VARIABLE_MIN_LAT":{"name":"GPKG_PROP_TILE_GENERATOR_VARIABLE_MIN_LAT","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_TILE_GENERATOR_VARIABLE_MAX_LAT":{"name":"GPKG_PROP_TILE_GENERATOR_VARIABLE_MAX_LAT","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_TILE_GENERATOR_VARIABLE_MIN_LON":{"name":"GPKG_PROP_TILE_GENERATOR_VARIABLE_MIN_LON","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_TILE_GENERATOR_VARIABLE_MAX_LON":{"name":"GPKG_PROP_TILE_GENERATOR_VARIABLE_MAX_LON","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_FEATURE_TILES":{"name":"GPKG_PROP_FEATURE_TILES","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_FEATURE_TILES_COMPRESS_FORMAT":{"name":"GPKG_PROP_FEATURE_TILES_COMPRESS_FORMAT","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_FEATURE_POINT_RADIUS":{"name":"GPKG_PROP_FEATURE_POINT_RADIUS","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_FEATURE_LINE_STROKE_WIDTH":{"name":"GPKG_PROP_FEATURE_LINE_STROKE_WIDTH","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_FEATURE_POLYGON_STROKE_WIDTH":{"name":"GPKG_PROP_FEATURE_POLYGON_STROKE_WIDTH","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_FEATURE_POLYGON_FILL":{"name":"GPKG_PROP_FEATURE_POLYGON_FILL","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_DATETIME_FORMATS":{"name":"GPKG_PROP_DATETIME_FORMATS","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_FEATURE_OVERLAY_QUERY":{"name":"GPKG_PROP_FEATURE_OVERLAY_QUERY","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_FEATURE_QUERY_SCREEN_CLICK_PERCENTAGE":{"name":"GPKG_PROP_FEATURE_QUERY_SCREEN_CLICK_PERCENTAGE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_FEATURE_QUERY_MAX_FEATURES_INFO":{"name":"GPKG_PROP_FEATURE_QUERY_MAX_FEATURES_INFO","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_FEATURE_QUERY_FEATURES_INFO":{"name":"GPKG_PROP_FEATURE_QUERY_FEATURES_INFO","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_FEATURE_QUERY_MAX_POINT_DETAILED_INFO":{"name":"GPKG_PROP_FEATURE_QUERY_MAX_POINT_DETAILED_INFO","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_FEATURE_QUERY_MAX_FEATURE_DETAILED_INFO":{"name":"GPKG_PROP_FEATURE_QUERY_MAX_FEATURE_DETAILED_INFO","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_FEATURE_QUERY_DETAILED_INFO_PRINT_POINTS":{"name":"GPKG_PROP_FEATURE_QUERY_DETAILED_INFO_PRINT_POINTS","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_FEATURE_QUERY_DETAILED_INFO_PRINT_FEATURES":{"name":"GPKG_PROP_FEATURE_QUERY_DETAILED_INFO_PRINT_FEATURES","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_CONTENTS_DATA_TYPE":{"name":"GPKG_PROP_CONTENTS_DATA_TYPE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_FEATURE_GENERATOR":{"name":"GPKG_PROP_FEATURE_GENERATOR","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_FEATURE_GENERATOR_DOWNLOAD_ATTEMPTS":{"name":"GPKG_PROP_FEATURE_GENERATOR_DOWNLOAD_ATTEMPTS","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_MAX_ZOOM_LEVEL":{"name":"GPKG_PROP_MAX_ZOOM_LEVEL","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_CONNECTION_POOL":{"name":"GPKG_PROP_CONNECTION_POOL","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_CONNECTION_POOL_OPEN_CONNECTIONS_PER_POOL":{"name":"GPKG_PROP_CONNECTION_POOL_OPEN_CONNECTIONS_PER_POOL","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_CONNECTION_POOL_CHECK_CONNECTIONS":{"name":"GPKG_PROP_CONNECTION_POOL_CHECK_CONNECTIONS","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_CONNECTION_POOL_CHECK_CONNECTIONS_FREQUENCY":{"name":"GPKG_PROP_CONNECTION_POOL_CHECK_CONNECTIONS_FREQUENCY","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_CONNECTION_POOL_CHECK_CONNECTIONS_WARNING_TIME":{"name":"GPKG_PROP_CONNECTION_POOL_CHECK_CONNECTIONS_WARNING_TIME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_CONNECTION_POOL_MAINTAIN_STACK_TRACES":{"name":"GPKG_PROP_CONNECTION_POOL_MAINTAIN_STACK_TRACES","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_MANAGER_VALIDATION":{"name":"GPKG_PROP_MANAGER_VALIDATION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_MANAGER_VALIDATION_IMPORT_HEADER":{"name":"GPKG_PROP_MANAGER_VALIDATION_IMPORT_HEADER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_MANAGER_VALIDATION_IMPORT_INTEGRITY":{"name":"GPKG_PROP_MANAGER_VALIDATION_IMPORT_INTEGRITY","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_MANAGER_VALIDATION_OPEN_HEADER":{"name":"GPKG_PROP_MANAGER_VALIDATION_OPEN_HEADER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_MANAGER_VALIDATION_OPEN_INTEGRITY":{"name":"GPKG_PROP_MANAGER_VALIDATION_OPEN_INTEGRITY","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_COLORS_RED":{"name":"GPKG_PROP_COLORS_RED","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_COLORS_GREEN":{"name":"GPKG_PROP_COLORS_GREEN","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_COLORS_BLUE":{"name":"GPKG_PROP_COLORS_BLUE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_COLORS_ALPHA":{"name":"GPKG_PROP_COLORS_ALPHA","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_COLORS_WHITE":{"name":"GPKG_PROP_COLORS_WHITE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_NUMBER_FEATURE_TILES":{"name":"GPKG_PROP_NUMBER_FEATURE_TILES","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_NUMBER_FEATURE_TILES_TEXT_FONT":{"name":"GPKG_PROP_NUMBER_FEATURE_TILES_TEXT_FONT","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_NUMBER_FEATURE_TILES_TEXT_FONT_SIZE":{"name":"GPKG_PROP_NUMBER_FEATURE_TILES_TEXT_FONT_SIZE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_NUMBER_FEATURE_TILES_TEXT_COLOR":{"name":"GPKG_PROP_NUMBER_FEATURE_TILES_TEXT_COLOR","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_NUMBER_FEATURE_TILES_DRAW_CIRCLE":{"name":"GPKG_PROP_NUMBER_FEATURE_TILES_DRAW_CIRCLE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_NUMBER_FEATURE_TILES_CIRCLE_COLOR":{"name":"GPKG_PROP_NUMBER_FEATURE_TILES_CIRCLE_COLOR","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_NUMBER_FEATURE_TILES_CIRCLE_STROKE_WIDTH":{"name":"GPKG_PROP_NUMBER_FEATURE_TILES_CIRCLE_STROKE_WIDTH","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_NUMBER_FEATURE_TILES_FILL_CIRCLE":{"name":"GPKG_PROP_NUMBER_FEATURE_TILES_FILL_CIRCLE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_NUMBER_FEATURE_TILES_CIRCLE_FILL_COLOR":{"name":"GPKG_PROP_NUMBER_FEATURE_TILES_CIRCLE_FILL_COLOR","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_NUMBER_FEATURE_TILES_DRAW_TILE_BORDER":{"name":"GPKG_PROP_NUMBER_FEATURE_TILES_DRAW_TILE_BORDER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_NUMBER_FEATURE_TILES_TILE_BORDER_COLOR":{"name":"GPKG_PROP_NUMBER_FEATURE_TILES_TILE_BORDER_COLOR","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_NUMBER_FEATURE_TILES_TILE_BORDER_STROKE_WIDTH":{"name":"GPKG_PROP_NUMBER_FEATURE_TILES_TILE_BORDER_STROKE_WIDTH","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_NUMBER_FEATURE_TILES_FILL_TILE":{"name":"GPKG_PROP_NUMBER_FEATURE_TILES_FILL_TILE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_NUMBER_FEATURE_TILES_TILE_FILL_COLOR":{"name":"GPKG_PROP_NUMBER_FEATURE_TILES_TILE_FILL_COLOR","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_NUMBER_FEATURE_TILES_CIRCLE_PADDING_PERCENTAGE":{"name":"GPKG_PROP_NUMBER_FEATURE_TILES_CIRCLE_PADDING_PERCENTAGE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_NUMBER_FEATURE_TILES_DRAW_UNINDEXED_TILES":{"name":"GPKG_PROP_NUMBER_FEATURE_TILES_DRAW_UNINDEXED_TILES","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_NUMBER_FEATURE_TILES_UNINDEXED_TEXT":{"name":"GPKG_PROP_NUMBER_FEATURE_TILES_UNINDEXED_TEXT","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_SRS_TABLE_NAME":{"name":"GPKG_SRS_TABLE_NAME","abstract":"

    Spatial Reference System table constants

    "},"Constants.html#/c:@GPKG_SRS_COLUMN_PK":{"name":"GPKG_SRS_COLUMN_PK","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_SRS_COLUMN_SRS_NAME":{"name":"GPKG_SRS_COLUMN_SRS_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_SRS_COLUMN_SRS_ID":{"name":"GPKG_SRS_COLUMN_SRS_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_SRS_COLUMN_ORGANIZATION":{"name":"GPKG_SRS_COLUMN_ORGANIZATION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_SRS_COLUMN_ORGANIZATION_COORDSYS_ID":{"name":"GPKG_SRS_COLUMN_ORGANIZATION_COORDSYS_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_SRS_COLUMN_DEFINITION":{"name":"GPKG_SRS_COLUMN_DEFINITION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_SRS_COLUMN_DESCRIPTION":{"name":"GPKG_SRS_COLUMN_DESCRIPTION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TU_TILE_DP":{"name":"GPKG_TU_TILE_DP","abstract":"

    Displayed device-independent pixels

    "},"Constants.html#/c:@GPKG_TU_TILE_PIXELS_DEFAULT":{"name":"GPKG_TU_TILE_PIXELS_DEFAULT","abstract":"

    Tile pixels for default dpi tiles

    "},"Constants.html#/c:@GPKG_TU_TILE_PIXELS_HIGH":{"name":"GPKG_TU_TILE_PIXELS_HIGH","abstract":"

    Tile pixels for high dpi tiles

    "},"Constants.html#/c:@GPKG_TU_SCALE_FACTOR_DEFAULT":{"name":"GPKG_TU_SCALE_FACTOR_DEFAULT","abstract":"

    Default display scale factor

    "},"Constants.html#/c:GPKGFeatureTiles.h@DEFAULT_BOUNDING_BOX_CACHE_SIZE":{"name":"DEFAULT_BOUNDING_BOX_CACHE_SIZE","abstract":"

    Default max number of feature bounding boxes to retain in cache

    "},"Constants.html#/c:GPKGFeatureTiles.h@DEFAULT_MAP_SHAPE_CACHE_SIZE":{"name":"DEFAULT_MAP_SHAPE_CACHE_SIZE","abstract":"

    Default max number of feature zoom specific map shapes to retain in cache

    "},"Constants.html#/c:@GPKG_TM_TABLE_NAME":{"name":"GPKG_TM_TABLE_NAME","abstract":"

    Tile Matrix table constants

    "},"Constants.html#/c:@GPKG_TM_COLUMN_PK1":{"name":"GPKG_TM_COLUMN_PK1","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TM_COLUMN_PK2":{"name":"GPKG_TM_COLUMN_PK2","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TM_COLUMN_TABLE_NAME":{"name":"GPKG_TM_COLUMN_TABLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TM_COLUMN_ZOOM_LEVEL":{"name":"GPKG_TM_COLUMN_ZOOM_LEVEL","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TM_COLUMN_MATRIX_WIDTH":{"name":"GPKG_TM_COLUMN_MATRIX_WIDTH","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TM_COLUMN_MATRIX_HEIGHT":{"name":"GPKG_TM_COLUMN_MATRIX_HEIGHT","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TM_COLUMN_TILE_WIDTH":{"name":"GPKG_TM_COLUMN_TILE_WIDTH","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TM_COLUMN_TILE_HEIGHT":{"name":"GPKG_TM_COLUMN_TILE_HEIGHT","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TM_COLUMN_PIXEL_X_SIZE":{"name":"GPKG_TM_COLUMN_PIXEL_X_SIZE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TM_COLUMN_PIXEL_Y_SIZE":{"name":"GPKG_TM_COLUMN_PIXEL_Y_SIZE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TMS_TABLE_NAME":{"name":"GPKG_TMS_TABLE_NAME","abstract":"

    Tile Matrix Set table constants

    "},"Constants.html#/c:@GPKG_TMS_COLUMN_PK":{"name":"GPKG_TMS_COLUMN_PK","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TMS_COLUMN_TABLE_NAME":{"name":"GPKG_TMS_COLUMN_TABLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TMS_COLUMN_SRS_ID":{"name":"GPKG_TMS_COLUMN_SRS_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TMS_COLUMN_MIN_X":{"name":"GPKG_TMS_COLUMN_MIN_X","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TMS_COLUMN_MIN_Y":{"name":"GPKG_TMS_COLUMN_MIN_Y","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TMS_COLUMN_MAX_X":{"name":"GPKG_TMS_COLUMN_MAX_X","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TMS_COLUMN_MAX_Y":{"name":"GPKG_TMS_COLUMN_MAX_Y","abstract":"

    Undocumented

    "},"Constants.html#/c:GPKGTileReprojection.h@pixelSizeDelta":{"name":"pixelSizeDelta","abstract":"

    Delta for comparisons between same pixel sizes

    "},"Constants.html#/c:@GPKG_TC_COLUMN_ID":{"name":"GPKG_TC_COLUMN_ID","abstract":"

    Tile Table constants

    "},"Constants.html#/c:@GPKG_TC_COLUMN_ZOOM_LEVEL":{"name":"GPKG_TC_COLUMN_ZOOM_LEVEL","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TC_COLUMN_TILE_COLUMN":{"name":"GPKG_TC_COLUMN_TILE_COLUMN","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TC_COLUMN_TILE_ROW":{"name":"GPKG_TC_COLUMN_TILE_ROW","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TC_COLUMN_TILE_DATA":{"name":"GPKG_TC_COLUMN_TILE_DATA","abstract":"

    Undocumented

    "},"Constants.html#/c:GPKGUserColumn.h@NO_INDEX":{"name":"NO_INDEX","abstract":"

    User Column index value

    "},"Constants.html#/c:GPKGUserColumn.h@NOT_NULL_CONSTRAINT_ORDER":{"name":"NOT_NULL_CONSTRAINT_ORDER","abstract":"

    Not Null Constraint Order

    "},"Constants.html#/c:GPKGUserColumn.h@DEFAULT_VALUE_CONSTRAINT_ORDER":{"name":"DEFAULT_VALUE_CONSTRAINT_ORDER","abstract":"

    Default Value Constraint Order

    "},"Constants.html#/c:GPKGUserColumn.h@PRIMARY_KEY_CONSTRAINT_ORDER":{"name":"PRIMARY_KEY_CONSTRAINT_ORDER","abstract":"

    Primary Key Constraint Order

    "},"Constants.html#/c:GPKGUserColumn.h@AUTOINCREMENT_CONSTRAINT_ORDER":{"name":"AUTOINCREMENT_CONSTRAINT_ORDER","abstract":"

    Autoincrement Constraint Order

    "},"Constants.html#/c:GPKGUserColumn.h@UNIQUE_CONSTRAINT_ORDER":{"name":"UNIQUE_CONSTRAINT_ORDER","abstract":"

    Unique Constraint Order

    "},"Constants.html#/c:GPKGUserTable.h@DEFAULT_AUTOINCREMENT":{"name":"DEFAULT_AUTOINCREMENT","abstract":"

    Default id autoincrement setting

    "},"Constants.html#/c:GPKGUserTable.h@DEFAULT_PK_NOT_NULL":{"name":"DEFAULT_PK_NOT_NULL","abstract":"

    Default primary key not null setting

    "},"Constants.html#/c:@GPKG_UTM_DEFAULT_ID_COLUMN_NAME":{"name":"GPKG_UTM_DEFAULT_ID_COLUMN_NAME","abstract":"

    Default ID column name

    "},"Classes/GPKGGeoPackageValidate.html#/c:objc(cs)GPKGGeoPackageValidate(cm)hasGeoPackageExtension:":{"name":"+hasGeoPackageExtension:","abstract":"

    Check the file extension to see if it is a GeoPackage

    ","parent_name":"GPKGGeoPackageValidate"},"Classes/GPKGGeoPackageValidate.html#/c:objc(cs)GPKGGeoPackageValidate(cm)isGeoPackageExtension:":{"name":"+isGeoPackageExtension:","abstract":"

    Check if a GeoPackage extension

    ","parent_name":"GPKGGeoPackageValidate"},"Classes/GPKGGeoPackageValidate.html#/c:objc(cs)GPKGGeoPackageValidate(cm)validateGeoPackageExtension:":{"name":"+validateGeoPackageExtension:","abstract":"

    Validate the extension file as a GeoPackage

    ","parent_name":"GPKGGeoPackageValidate"},"Classes/GPKGGeoPackageValidate.html#/c:objc(cs)GPKGGeoPackageValidate(cm)addGeoPackageExtension:":{"name":"+addGeoPackageExtension:","abstract":"

    Add a GeoPackage extension if one does not exist

    ","parent_name":"GPKGGeoPackageValidate"},"Classes/GPKGGeoPackageValidate.html#/c:objc(cs)GPKGGeoPackageValidate(cm)hasMinimumTables:":{"name":"+hasMinimumTables:","abstract":"

    Check the GeoPackage for the minimum required tables

    ","parent_name":"GPKGGeoPackageValidate"},"Classes/GPKGGeoPackageValidate.html#/c:objc(cs)GPKGGeoPackageValidate(cm)validateMinimumTables:":{"name":"+validateMinimumTables:","abstract":"

    Validate the GeoPackage has the minimum required tables

    ","parent_name":"GPKGGeoPackageValidate"},"Classes/GPKGUserCustomTableReader.html#/c:objc(cs)GPKGUserCustomTableReader(im)initWithTable:":{"name":"-initWithTable:","abstract":"

    Initialize

    ","parent_name":"GPKGUserCustomTableReader"},"Classes/GPKGUserCustomTableReader.html#/c:objc(cs)GPKGUserCustomTableReader(im)readUserCustomTableWithConnection:":{"name":"-readUserCustomTableWithConnection:","abstract":"

    Read the user custom table with the database connection

    ","parent_name":"GPKGUserCustomTableReader"},"Classes/GPKGUserCustomTableReader.html#/c:objc(cs)GPKGUserCustomTableReader(cm)readTableWithConnection:andTableName:":{"name":"+readTableWithConnection:andTableName:","abstract":"

    Read the table

    ","parent_name":"GPKGUserCustomTableReader"},"Classes/GPKGUserCustomTable.html#/c:objc(cs)GPKGUserCustomTable(im)initWithTable:andColumns:":{"name":"-initWithTable:andColumns:","abstract":"

    Initializer

    ","parent_name":"GPKGUserCustomTable"},"Classes/GPKGUserCustomTable.html#/c:objc(cs)GPKGUserCustomTable(im)initWithTable:andColumns:andRequiredColumns:":{"name":"-initWithTable:andColumns:andRequiredColumns:","abstract":"

    Initializer

    ","parent_name":"GPKGUserCustomTable"},"Classes/GPKGUserCustomTable.html#/c:objc(cs)GPKGUserCustomTable(im)initWithColumns:":{"name":"-initWithColumns:","abstract":"

    Initializer

    ","parent_name":"GPKGUserCustomTable"},"Classes/GPKGUserCustomTable.html#/c:objc(cs)GPKGUserCustomTable(im)initWithCustomTable:":{"name":"-initWithCustomTable:","abstract":"

    Initialize

    ","parent_name":"GPKGUserCustomTable"},"Classes/GPKGUserCustomTable.html#/c:objc(cs)GPKGUserCustomTable(im)userCustomColumns":{"name":"-userCustomColumns","abstract":"

    Get the user custom columns

    ","parent_name":"GPKGUserCustomTable"},"Classes/GPKGUserCustomRow.html#/c:objc(cs)GPKGUserCustomRow(im)initWithUserCustomTable:andColumns:andValues:":{"name":"-initWithUserCustomTable:andColumns:andValues:","abstract":"

    Initialize

    ","parent_name":"GPKGUserCustomRow"},"Classes/GPKGUserCustomRow.html#/c:objc(cs)GPKGUserCustomRow(im)initWithUserCustomTable:":{"name":"-initWithUserCustomTable:","abstract":"

    Initialize

    ","parent_name":"GPKGUserCustomRow"},"Classes/GPKGUserCustomRow.html#/c:objc(cs)GPKGUserCustomRow(im)initWithUserCustomRow:":{"name":"-initWithUserCustomRow:","abstract":"

    Copy Initialize

    ","parent_name":"GPKGUserCustomRow"},"Classes/GPKGUserCustomRow.html#/c:objc(cs)GPKGUserCustomRow(im)userCustomTable":{"name":"-userCustomTable","abstract":"

    Get the user custom table

    ","parent_name":"GPKGUserCustomRow"},"Classes/GPKGUserCustomRow.html#/c:objc(cs)GPKGUserCustomRow(im)userCustomColumns":{"name":"-userCustomColumns","abstract":"

    Get the user custom columns

    ","parent_name":"GPKGUserCustomRow"},"Classes/GPKGUserCustomDao.html#/c:objc(cs)GPKGUserCustomDao(im)initWithDatabase:andTable:":{"name":"-initWithDatabase:andTable:","abstract":"

    Initializer

    ","parent_name":"GPKGUserCustomDao"},"Classes/GPKGUserCustomDao.html#/c:objc(cs)GPKGUserCustomDao(im)initWithDao:":{"name":"-initWithDao:","abstract":"

    Initializer

    ","parent_name":"GPKGUserCustomDao"},"Classes/GPKGUserCustomDao.html#/c:objc(cs)GPKGUserCustomDao(im)initWithDao:andTable:":{"name":"-initWithDao:andTable:","abstract":"

    Initializer

    ","parent_name":"GPKGUserCustomDao"},"Classes/GPKGUserCustomDao.html#/c:objc(cs)GPKGUserCustomDao(im)userCustomTable":{"name":"-userCustomTable","abstract":"

    Get the user custom table

    ","parent_name":"GPKGUserCustomDao"},"Classes/GPKGUserCustomDao.html#/c:objc(cs)GPKGUserCustomDao(im)row:":{"name":"-row:","abstract":"

    Get the user custom row for the current result in the result set

    ","parent_name":"GPKGUserCustomDao"},"Classes/GPKGUserCustomDao.html#/c:objc(cs)GPKGUserCustomDao(im)rowWithRow:":{"name":"-rowWithRow:","abstract":"

    Get a user custom row from the row

    ","parent_name":"GPKGUserCustomDao"},"Classes/GPKGUserCustomDao.html#/c:objc(cs)GPKGUserCustomDao(im)newRow":{"name":"-newRow","abstract":"

    Create a new user custom row

    ","parent_name":"GPKGUserCustomDao"},"Classes/GPKGUserCustomDao.html#/c:objc(cs)GPKGUserCustomDao(im)countOfResultSet:":{"name":"-countOfResultSet:","abstract":"

    Get the count of the result set and close it

    ","parent_name":"GPKGUserCustomDao"},"Classes/GPKGUserCustomDao.html#/c:objc(cs)GPKGUserCustomDao(cm)readTableWithDatabase:andConnection:andTable:":{"name":"+readTableWithDatabase:andConnection:andTable:","abstract":"

    Read the database table and create a DAO

    ","parent_name":"GPKGUserCustomDao"},"Classes/GPKGUserCustomColumns.html#/c:objc(cs)GPKGUserCustomColumns(py)requiredColumns":{"name":"requiredColumns","abstract":"

    Required columns

    ","parent_name":"GPKGUserCustomColumns"},"Classes/GPKGUserCustomColumns.html#/c:objc(cs)GPKGUserCustomColumns(im)initWithTable:andColumns:":{"name":"-initWithTable:andColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGUserCustomColumns"},"Classes/GPKGUserCustomColumns.html#/c:objc(cs)GPKGUserCustomColumns(im)initWithTable:andColumns:andRequiredColumns:":{"name":"-initWithTable:andColumns:andRequiredColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGUserCustomColumns"},"Classes/GPKGUserCustomColumns.html#/c:objc(cs)GPKGUserCustomColumns(im)initWithTable:andColumns:andCustom:":{"name":"-initWithTable:andColumns:andCustom:","abstract":"

    Initialize

    ","parent_name":"GPKGUserCustomColumns"},"Classes/GPKGUserCustomColumns.html#/c:objc(cs)GPKGUserCustomColumns(im)initWithTable:andColumns:andRequiredColumns:andCustom:":{"name":"-initWithTable:andColumns:andRequiredColumns:andCustom:","abstract":"

    Initialize

    ","parent_name":"GPKGUserCustomColumns"},"Classes/GPKGUserCustomColumns.html#/c:objc(cs)GPKGUserCustomColumns(im)initWithUserCustomColumns:":{"name":"-initWithUserCustomColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGUserCustomColumns"},"Classes/GPKGUserCustomColumn.html#/c:objc(cs)GPKGUserCustomColumn(cm)createPrimaryKeyColumnWithName:":{"name":"+createPrimaryKeyColumnWithName:","abstract":"

    Create a new primary key column

    ","parent_name":"GPKGUserCustomColumn"},"Classes/GPKGUserCustomColumn.html#/c:objc(cs)GPKGUserCustomColumn(cm)createPrimaryKeyColumnWithName:andAutoincrement:":{"name":"+createPrimaryKeyColumnWithName:andAutoincrement:","abstract":"

    Create a new primary key column

    ","parent_name":"GPKGUserCustomColumn"},"Classes/GPKGUserCustomColumn.html#/c:objc(cs)GPKGUserCustomColumn(cm)createPrimaryKeyColumnWithIndex:andName:":{"name":"+createPrimaryKeyColumnWithIndex:andName:","abstract":"

    Create a new primary key column

    ","parent_name":"GPKGUserCustomColumn"},"Classes/GPKGUserCustomColumn.html#/c:objc(cs)GPKGUserCustomColumn(cm)createPrimaryKeyColumnWithIndex:andName:andAutoincrement:":{"name":"+createPrimaryKeyColumnWithIndex:andName:andAutoincrement:","abstract":"

    Create a new primary key column

    ","parent_name":"GPKGUserCustomColumn"},"Classes/GPKGUserCustomColumn.html#/c:objc(cs)GPKGUserCustomColumn(cm)createColumnWithName:andDataType:":{"name":"+createColumnWithName:andDataType:","abstract":"

    Create a new column

    ","parent_name":"GPKGUserCustomColumn"},"Classes/GPKGUserCustomColumn.html#/c:objc(cs)GPKGUserCustomColumn(cm)createColumnWithIndex:andName:andDataType:":{"name":"+createColumnWithIndex:andName:andDataType:","abstract":"

    Create a new column

    ","parent_name":"GPKGUserCustomColumn"},"Classes/GPKGUserCustomColumn.html#/c:objc(cs)GPKGUserCustomColumn(cm)createColumnWithName:andDataType:andNotNull:":{"name":"+createColumnWithName:andDataType:andNotNull:","abstract":"

    Create a new column

    ","parent_name":"GPKGUserCustomColumn"},"Classes/GPKGUserCustomColumn.html#/c:objc(cs)GPKGUserCustomColumn(cm)createColumnWithIndex:andName:andDataType:andNotNull:":{"name":"+createColumnWithIndex:andName:andDataType:andNotNull:","abstract":"

    Create a new column

    ","parent_name":"GPKGUserCustomColumn"},"Classes/GPKGUserCustomColumn.html#/c:objc(cs)GPKGUserCustomColumn(cm)createColumnWithName:andDataType:andNotNull:andDefaultValue:":{"name":"+createColumnWithName:andDataType:andNotNull:andDefaultValue:","abstract":"

    Create a new column

    ","parent_name":"GPKGUserCustomColumn"},"Classes/GPKGUserCustomColumn.html#/c:objc(cs)GPKGUserCustomColumn(cm)createColumnWithIndex:andName:andDataType:andNotNull:andDefaultValue:":{"name":"+createColumnWithIndex:andName:andDataType:andNotNull:andDefaultValue:","abstract":"

    Create a new column

    ","parent_name":"GPKGUserCustomColumn"},"Classes/GPKGUserCustomColumn.html#/c:objc(cs)GPKGUserCustomColumn(cm)createColumnWithName:andDataType:andMax:":{"name":"+createColumnWithName:andDataType:andMax:","abstract":"

    Create a new column

    ","parent_name":"GPKGUserCustomColumn"},"Classes/GPKGUserCustomColumn.html#/c:objc(cs)GPKGUserCustomColumn(cm)createColumnWithIndex:andName:andDataType:andMax:":{"name":"+createColumnWithIndex:andName:andDataType:andMax:","abstract":"

    Create a new column

    ","parent_name":"GPKGUserCustomColumn"},"Classes/GPKGUserCustomColumn.html#/c:objc(cs)GPKGUserCustomColumn(cm)createColumnWithName:andDataType:andMax:andNotNull:andDefaultValue:":{"name":"+createColumnWithName:andDataType:andMax:andNotNull:andDefaultValue:","abstract":"

    Create a new column

    ","parent_name":"GPKGUserCustomColumn"},"Classes/GPKGUserCustomColumn.html#/c:objc(cs)GPKGUserCustomColumn(cm)createColumnWithIndex:andName:andDataType:andMax:andNotNull:andDefaultValue:":{"name":"+createColumnWithIndex:andName:andDataType:andMax:andNotNull:andDefaultValue:","abstract":"

    Create a new column

    ","parent_name":"GPKGUserCustomColumn"},"Classes/GPKGUserCustomColumn.html#/c:objc(cs)GPKGUserCustomColumn(cm)createColumnWithTableColumn:":{"name":"+createColumnWithTableColumn:","abstract":"

    Create a new column

    ","parent_name":"GPKGUserCustomColumn"},"Classes/GPKGUserTableReader.html#/c:objc(cs)GPKGUserTableReader(py)tableName":{"name":"tableName","abstract":"

    Table name

    ","parent_name":"GPKGUserTableReader"},"Classes/GPKGUserTableReader.html#/c:objc(cs)GPKGUserTableReader(im)initWithTable:":{"name":"-initWithTable:","abstract":"

    Initialize

    ","parent_name":"GPKGUserTableReader"},"Classes/GPKGUserTableReader.html#/c:objc(cs)GPKGUserTableReader(im)readTableWithConnection:":{"name":"-readTableWithConnection:","abstract":"

    Read the table

    ","parent_name":"GPKGUserTableReader"},"Classes/GPKGUserTableMetadata.html#/c:objc(cs)GPKGUserTableMetadata(py)tableName":{"name":"tableName","abstract":"

    Table name

    ","parent_name":"GPKGUserTableMetadata"},"Classes/GPKGUserTableMetadata.html#/c:objc(cs)GPKGUserTableMetadata(py)dataType":{"name":"dataType","abstract":"

    Data type

    ","parent_name":"GPKGUserTableMetadata"},"Classes/GPKGUserTableMetadata.html#/c:objc(cs)GPKGUserTableMetadata(py)identifier":{"name":"identifier","abstract":"

    Identifier

    ","parent_name":"GPKGUserTableMetadata"},"Classes/GPKGUserTableMetadata.html#/c:objc(cs)GPKGUserTableMetadata(py)theDescription":{"name":"theDescription","abstract":"

    Description

    ","parent_name":"GPKGUserTableMetadata"},"Classes/GPKGUserTableMetadata.html#/c:objc(cs)GPKGUserTableMetadata(py)idColumnName":{"name":"idColumnName","abstract":"

    ID column name

    ","parent_name":"GPKGUserTableMetadata"},"Classes/GPKGUserTableMetadata.html#/c:objc(cs)GPKGUserTableMetadata(py)autoincrement":{"name":"autoincrement","abstract":"

    ID autoincrement flag

    ","parent_name":"GPKGUserTableMetadata"},"Classes/GPKGUserTableMetadata.html#/c:objc(cs)GPKGUserTableMetadata(py)additionalColumns":{"name":"additionalColumns","abstract":"

    Additional table columns

    ","parent_name":"GPKGUserTableMetadata"},"Classes/GPKGUserTableMetadata.html#/c:objc(cs)GPKGUserTableMetadata(py)columns":{"name":"columns","abstract":"

    Table columns

    ","parent_name":"GPKGUserTableMetadata"},"Classes/GPKGUserTableMetadata.html#/c:objc(cs)GPKGUserTableMetadata(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGUserTableMetadata"},"Classes/GPKGUserTableMetadata.html#/c:objc(cs)GPKGUserTableMetadata(im)defaultDataType":{"name":"-defaultDataType","abstract":"

    Get the default data type

    ","parent_name":"GPKGUserTableMetadata"},"Classes/GPKGUserTableMetadata.html#/c:objc(cs)GPKGUserTableMetadata(im)buildColumns":{"name":"-buildColumns","abstract":"

    Build the table columns

    ","parent_name":"GPKGUserTableMetadata"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(py)contents":{"name":"contents","abstract":"

    Foreign key to Contents

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)initWithColumns:":{"name":"-initWithColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)initWithUserTable:":{"name":"-initWithUserTable:","abstract":"

    Initialize

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)dataType":{"name":"-dataType","abstract":"

    Get the contents data type

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)dataTypeWithDefault:":{"name":"-dataTypeWithDefault:","abstract":"

    Get the contents data type from the contents or use the default

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)createUserColumnsWithColumns:":{"name":"-createUserColumnsWithColumns:","abstract":"

    Create user columns for a subset of table columns

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)createUserColumnsWithNames:":{"name":"-createUserColumnsWithNames:","abstract":"

    Create user columns for a subset of table columns

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)userColumns":{"name":"-userColumns","abstract":"

    Get the user columns

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)columnIndexWithColumnName:":{"name":"-columnIndexWithColumnName:","abstract":"

    Get the column index of the column name

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)columnNames":{"name":"-columnNames","abstract":"

    Get the array of column names

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)columnNameWithIndex:":{"name":"-columnNameWithIndex:","abstract":"

    Get the column name at the index

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)columns":{"name":"-columns","abstract":"

    Get the columns

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)columnsWithNames:":{"name":"-columnsWithNames:","abstract":"

    Get the columns from the column names

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)columnWithIndex:":{"name":"-columnWithIndex:","abstract":"

    Get the column at the index

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)columnWithColumnName:":{"name":"-columnWithColumnName:","abstract":"

    Get the column of the column name

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)hasColumnWithColumnName:":{"name":"-hasColumnWithColumnName:","abstract":"

    Check if the table has the column

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)columnCount":{"name":"-columnCount","abstract":"

    Get the column count

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)tableName":{"name":"-tableName","abstract":"

    Get the table name

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)setTableName:":{"name":"-setTableName:","abstract":"

    Set the table name

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)hasIdColumn":{"name":"-hasIdColumn","abstract":"

    Check if the row has an id column

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)idIndex":{"name":"-idIndex","abstract":"

    Get the id column index

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)idColumn":{"name":"-idColumn","abstract":"

    Get the id column

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)idColumnName":{"name":"-idColumnName","abstract":"

    Get the id column name

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)hasPkColumn":{"name":"-hasPkColumn","abstract":"

    Check if the table has a primary key column

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)pkIndex":{"name":"-pkIndex","abstract":"

    Get the primary key column index

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)pkColumn":{"name":"-pkColumn","abstract":"

    Get the primary key column

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)pkColumnName":{"name":"-pkColumnName","abstract":"

    Get the primary key column name

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)addConstraint:":{"name":"-addConstraint:","abstract":"

    Add constraint

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)addConstraintArray:":{"name":"-addConstraintArray:","abstract":"

    Add constraints

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)addConstraints:":{"name":"-addConstraints:","abstract":"

    Add constraints

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)hasConstraints":{"name":"-hasConstraints","abstract":"

    Check if has constraints

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)hasConstraintsOfType:":{"name":"-hasConstraintsOfType:","abstract":"

    Check if has constraints of the provided type

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)constraints":{"name":"-constraints","abstract":"

    Get the constraints

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)constraintsOfType:":{"name":"-constraintsOfType:","abstract":"

    Get the constraints of the provided type

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)clearConstraints":{"name":"-clearConstraints","abstract":"

    Clear the constraints

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)columnsOfType:":{"name":"-columnsOfType:","abstract":"

    Get the columns with the provided data type

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)isPkModifiable":{"name":"-isPkModifiable","abstract":"

    Is the primary key modifiable

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)setPkModifiable:":{"name":"-setPkModifiable:","abstract":"

    Set if the primary key can be modified

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)isValueValidation":{"name":"-isValueValidation","abstract":"

    Is value validation against column types enabled

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)setValueValidation:":{"name":"-setValueValidation:","abstract":"

    Set if values should validated against column types

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)addColumn:":{"name":"-addColumn:","abstract":"

    Add a new column

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)renameColumn:toColumn:":{"name":"-renameColumn:toColumn:","abstract":"

    Rename a column

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)renameColumnWithName:toColumn:":{"name":"-renameColumnWithName:toColumn:","abstract":"

    Rename a column

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)renameColumnWithIndex:toColumn:":{"name":"-renameColumnWithIndex:toColumn:","abstract":"

    Rename a column

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)dropColumn:":{"name":"-dropColumn:","abstract":"

    Drop a column

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)dropColumnWithName:":{"name":"-dropColumnWithName:","abstract":"

    Drop a column

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)dropColumnWithIndex:":{"name":"-dropColumnWithIndex:","abstract":"

    Drop a column

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)alterColumn:":{"name":"-alterColumn:","abstract":"

    Alter a column

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserRowSync.html#/c:objc(cs)GPKGUserRowSync(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGUserRowSync"},"Classes/GPKGUserRowSync.html#/c:objc(cs)GPKGUserRowSync(im)rowOrLockId:":{"name":"-rowOrLockId:","abstract":"

    Get the row if another same id request has been made by waiting until the","parent_name":"GPKGUserRowSync"},"Classes/GPKGUserRowSync.html#/c:objc(cs)GPKGUserRowSync(im)rowOrLockNumber:":{"name":"-rowOrLockNumber:","abstract":"

    Get the row if another same id number request has been made by waiting until the","parent_name":"GPKGUserRowSync"},"Classes/GPKGUserRowSync.html#/c:objc(cs)GPKGUserRowSync(im)setRow:withId:":{"name":"-setRow:withId:","abstract":"

    Set the row, row id, and notify all waiting threads to retrieve the row.

    ","parent_name":"GPKGUserRowSync"},"Classes/GPKGUserRowSync.html#/c:objc(cs)GPKGUserRowSync(im)setRow:withNumber:":{"name":"-setRow:withNumber:","abstract":"

    Set the row, row id number, and notify all waiting threads to retrieve the row.

    ","parent_name":"GPKGUserRowSync"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(py)table":{"name":"table","abstract":"

    User table

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(py)columns":{"name":"columns","abstract":"

    User columns

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(py)values":{"name":"values","abstract":"

    Array of row values

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)initWithTable:andColumns:andValues:":{"name":"-initWithTable:andColumns:andValues:","abstract":"

    Initialize

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)initWithTable:":{"name":"-initWithTable:","abstract":"

    Initialize

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)initWithRow:":{"name":"-initWithRow:","abstract":"

    Copy Initializer

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)tableName":{"name":"-tableName","abstract":"

    Get the table name

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)columnCount":{"name":"-columnCount","abstract":"

    Get the column count

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)columnNames":{"name":"-columnNames","abstract":"

    Get the column names

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)columnNameWithIndex:":{"name":"-columnNameWithIndex:","abstract":"

    Get the column name at the index

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)columnIndexWithColumnName:":{"name":"-columnIndexWithColumnName:","abstract":"

    Get the column index of the column name

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)valueWithIndex:":{"name":"-valueWithIndex:","abstract":"

    Get the value at the index

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)valueWithColumnName:":{"name":"-valueWithColumnName:","abstract":"

    Get the value of the column name

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)valueWithColumn:":{"name":"-valueWithColumn:","abstract":"

    Get the value of the column

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)valueStringWithIndex:":{"name":"-valueStringWithIndex:","abstract":"

    Get the value at the index as a string

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)valueStringWithColumnName:":{"name":"-valueStringWithColumnName:","abstract":"

    Get the value of the column name as a string

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)databaseValueWithIndex:":{"name":"-databaseValueWithIndex:","abstract":"

    Get the database formatted value at the index

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)databaseValueWithColumnName:":{"name":"-databaseValueWithColumnName:","abstract":"

    Get the datbase formatted value of the column name

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)dataTypeWithIndex:":{"name":"-dataTypeWithIndex:","abstract":"

    Get the data type at the index

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)dataTypeWithColumnName:":{"name":"-dataTypeWithColumnName:","abstract":"

    Get the data type of the column name

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)sqliteTypeWithIndex:":{"name":"-sqliteTypeWithIndex:","abstract":"

    Get the SQLite type at the index

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)sqliteTypeWithColumnName:":{"name":"-sqliteTypeWithColumnName:","abstract":"

    Get the SQLite type of the column name

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)columnWithIndex:":{"name":"-columnWithIndex:","abstract":"

    Get the column at the index

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)columnWithColumnName:":{"name":"-columnWithColumnName:","abstract":"

    Get the column of the column name

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)hasColumnWithColumnName:":{"name":"-hasColumnWithColumnName:","abstract":"

    Check if the row has the column

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)id":{"name":"-id","abstract":"

    Get the id value, which is the value of the primary key

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)idValue":{"name":"-idValue","abstract":"

    Get the id value, which is the value of the primary key

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)hasIdColumn":{"name":"-hasIdColumn","abstract":"

    Check if the row has an id column

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)hasId":{"name":"-hasId","abstract":"

    Check if the row has an id value

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)idIndex":{"name":"-idIndex","abstract":"

    Get the id column index

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)idColumn":{"name":"-idColumn","abstract":"

    Get the id column

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)idColumnName":{"name":"-idColumnName","abstract":"

    Get the id column name

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)pk":{"name":"-pk","abstract":"

    Get the pk value

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)hasPkColumn":{"name":"-hasPkColumn","abstract":"

    Check if the row has an pk column

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)hasPk":{"name":"-hasPk","abstract":"

    Check if the row has an pk value

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)pkIndex":{"name":"-pkIndex","abstract":"

    Get the primary key column index

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)pkColumn":{"name":"-pkColumn","abstract":"

    Get the primary key column

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)pkColumnName":{"name":"-pkColumnName","abstract":"

    Get the primary key column name

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)setValueWithIndex:andValue:":{"name":"-setValueWithIndex:andValue:","abstract":"

    Set the value at the index

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)setValueNoValidationWithIndex:andValue:":{"name":"-setValueNoValidationWithIndex:andValue:","abstract":"

    Set the value at the index without validation

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)setValueWithColumnName:andValue:":{"name":"-setValueWithColumnName:andValue:","abstract":"

    Set the value of the column name

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)setId:":{"name":"-setId:","abstract":"

    Set the primary key id value

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)resetId":{"name":"-resetId","abstract":"

    Clears the id so the row can be used as part of an insert or create

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)validateValueWithColumn:andValue:andValueTypes:":{"name":"-validateValueWithColumn:andValue:andValueTypes:","abstract":"

    Validate the value and its actual value types against the column data","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)copyValue:forColumn:":{"name":"-copyValue:forColumn:","abstract":"

    Copy the value of the data type

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(py)table":{"name":"table","abstract":"

    User table

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(py)projection":{"name":"projection","abstract":"

    Projection

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)initWithDatabase:andTable:":{"name":"-initWithDatabase:andTable:","abstract":"

    Initialize

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)hasPkColumn":{"name":"-hasPkColumn","abstract":"

    Check if the table has a primary key column

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)pkIndex":{"name":"-pkIndex","abstract":"

    Get the primary key column index

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)pkColumn":{"name":"-pkColumn","abstract":"

    Get the primary key column

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)pkColumnName":{"name":"-pkColumnName","abstract":"

    Get the primary key column name

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)columns":{"name":"-columns","abstract":"

    Get the table columns

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)row:":{"name":"-row:","abstract":"

    Get a user row from the current result

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)rowWithRow:":{"name":"-rowWithRow:","abstract":"

    Get a user row from the row

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)results:":{"name":"-results:","abstract":"

    Wrap the result set

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)newRowWithColumns:andValues:":{"name":"-newRowWithColumns:andValues:","abstract":"

    Create a user row

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)boundingBox":{"name":"-boundingBox","abstract":"

    Get the bounding box of the user table data

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)boundingBoxInProjection:":{"name":"-boundingBoxInProjection:","abstract":"

    Get the bounding box of the user table data

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)boundingBox:inProjection:":{"name":"-boundingBox:inProjection:","abstract":"

    Project the provided bounding box in the declared projection to the user","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)contents":{"name":"-contents","abstract":"

    Get the contents

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)zoomLevel":{"name":"-zoomLevel","abstract":"

    Get the approximate zoom level of where the bounding box of the user data fits into the world

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)queryForIdRow:":{"name":"-queryForIdRow:","abstract":"

    Query for the row with the provided id

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)queryWithColumns:forIdRow:":{"name":"-queryWithColumns:forIdRow:","abstract":"

    Query for the row with the provided id

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)paginate:":{"name":"-paginate:","abstract":"

    Paginate the results

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(cm)paginate:withDao:":{"name":"+paginate:withDao:","abstract":"

    Paginate the results

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)isPkModifiable":{"name":"-isPkModifiable","abstract":"

    Is the primary key modifiable

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)setPkModifiable:":{"name":"-setPkModifiable:","abstract":"

    Set if the primary key can be modified

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)isValueValidation":{"name":"-isValueValidation","abstract":"

    Is value validation against column types enabled

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)setValueValidation:":{"name":"-setValueValidation:","abstract":"

    Set if values should validated against column types

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)addColumn:":{"name":"-addColumn:","abstract":"

    Add a new column

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)renameColumn:toColumn:":{"name":"-renameColumn:toColumn:","abstract":"

    Rename column

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)dropColumn:":{"name":"-dropColumn:","abstract":"

    Drop a column

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)dropColumns:":{"name":"-dropColumns:","abstract":"

    Drop columns

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)alterColumn:":{"name":"-alterColumn:","abstract":"

    Alter a column

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)alterColumns:":{"name":"-alterColumns:","abstract":"

    Alter columns

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(py)tableName":{"name":"tableName","abstract":"

    Table name, null when a pre-ordered subset of columns for a query

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(py)custom":{"name":"custom","abstract":"

    Custom column specification flag (subset of table columns or different","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(py)pkModifiable":{"name":"pkModifiable","abstract":"

    Indicates if the primary key is modifiable

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(py)valueValidation":{"name":"valueValidation","abstract":"

    Indicates if values are validated against column types

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)initWithTable:andColumns:andCustom:":{"name":"-initWithTable:andColumns:andCustom:","abstract":"

    Initialize

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)initWithUserColumns:":{"name":"-initWithUserColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)updateColumns":{"name":"-updateColumns","abstract":"

    Update the table columns

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)duplicateCheckWithIndex:andPreviousIndex:andColumn:":{"name":"-duplicateCheckWithIndex:andPreviousIndex:andColumn:","abstract":"

    Check for duplicate column names

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)typeCheckWithExpected:andColumn:":{"name":"-typeCheckWithExpected:andColumn:","abstract":"

    Check for the expected data type

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)missingCheckWithIndex:andColumn:":{"name":"-missingCheckWithIndex:andColumn:","abstract":"

    Check for missing columns

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)columnIndexWithColumnName:":{"name":"-columnIndexWithColumnName:","abstract":"

    Get the column index of the column name

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)columnIndexWithColumnName:andRequired:":{"name":"-columnIndexWithColumnName:andRequired:","abstract":"

    Get the column index of the column name

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)columnNames":{"name":"-columnNames","abstract":"

    Get the array of column names

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)columnNameWithIndex:":{"name":"-columnNameWithIndex:","abstract":"

    Get the column name at the index

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)columns":{"name":"-columns","abstract":"

    Get the list of columns

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)columnWithIndex:":{"name":"-columnWithIndex:","abstract":"

    Get the column at the index

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)columnWithColumnName:":{"name":"-columnWithColumnName:","abstract":"

    Get the column of the column name

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)hasColumnWithColumnName:":{"name":"-hasColumnWithColumnName:","abstract":"

    Check if the table has the column

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)columnCount":{"name":"-columnCount","abstract":"

    Get the column count

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)hasIdColumn":{"name":"-hasIdColumn","abstract":"

    Check if the row has an id column

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)idIndex":{"name":"-idIndex","abstract":"

    Get the id column index

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)idColumn":{"name":"-idColumn","abstract":"

    Get the id column

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)idColumnName":{"name":"-idColumnName","abstract":"

    Get the id column name

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)hasPkColumn":{"name":"-hasPkColumn","abstract":"

    Check if the table has a primary key column

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)pkIndex":{"name":"-pkIndex","abstract":"

    Get the primary key column index

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)pkColumn":{"name":"-pkColumn","abstract":"

    Get the primary key column index

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)pkColumnName":{"name":"-pkColumnName","abstract":"

    Get the primary key column name

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)columnsOfType:":{"name":"-columnsOfType:","abstract":"

    Get the columns with the provided data type

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)addColumn:":{"name":"-addColumn:","abstract":"

    Add a new column

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)renameColumn:toColumn:":{"name":"-renameColumn:toColumn:","abstract":"

    Rename a column

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)renameColumnWithName:toColumn:":{"name":"-renameColumnWithName:toColumn:","abstract":"

    Rename a column

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)renameColumnWithIndex:toColumn:":{"name":"-renameColumnWithIndex:toColumn:","abstract":"

    Rename a column

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)dropColumn:":{"name":"-dropColumn:","abstract":"

    Drop a column

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)dropColumnWithName:":{"name":"-dropColumnWithName:","abstract":"

    Drop a column

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)dropColumnWithIndex:":{"name":"-dropColumnWithIndex:","abstract":"

    Drop a column

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)alterColumn:":{"name":"-alterColumn:","abstract":"

    Alter a column

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(py)name":{"name":"name","abstract":"

    Column name

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(py)max":{"name":"max","abstract":"

    Max size

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(py)notNull":{"name":"notNull","abstract":"

    True if a not null column

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(py)defaultValue":{"name":"defaultValue","abstract":"

    Default column value

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(py)primaryKey":{"name":"primaryKey","abstract":"

    True if a primary key column

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(py)autoincrement":{"name":"autoincrement","abstract":"

    True if primary key is autoincrement

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(py)unique":{"name":"unique","abstract":"

    True if unique column

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(py)type":{"name":"type","abstract":"

    Type

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(py)dataType":{"name":"dataType","abstract":"

    Data type

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)initWithIndex:andName:andDataType:andMax:andNotNull:andDefaultValue:andPrimaryKey:andAutoincrement:":{"name":"-initWithIndex:andName:andDataType:andMax:andNotNull:andDefaultValue:andPrimaryKey:andAutoincrement:","abstract":"

    Initialize

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)initWithIndex:andName:andType:andDataType:andMax:andNotNull:andDefaultValue:andPrimaryKey:andAutoincrement:":{"name":"-initWithIndex:andName:andType:andDataType:andMax:andNotNull:andDefaultValue:andPrimaryKey:andAutoincrement:","abstract":"

    Initialize

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)initWithTableColumn:":{"name":"-initWithTableColumn:","abstract":"

    Initialize

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(cm)nameOfDataType:forColumn:":{"name":"+nameOfDataType:forColumn:","abstract":"

    Get the type name from the data type

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)hasIndex":{"name":"-hasIndex","abstract":"

    Check if the column has a valid index

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)resetIndex":{"name":"-resetIndex","abstract":"

    Reset the column index

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)isNamed:":{"name":"-isNamed:","abstract":"

    Determine if this column is named the provided name

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)hasMax":{"name":"-hasMax","abstract":"

    Determine if the column has a max value

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)hasDefaultValue":{"name":"-hasDefaultValue","abstract":"

    Determine if the column has a default value

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)hasConstraints":{"name":"-hasConstraints","abstract":"

    Check if has constraints

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)hasConstraintsOfType:":{"name":"-hasConstraintsOfType:","abstract":"

    Check if has constraints of the provided type

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)constraints":{"name":"-constraints","abstract":"

    Get the constraints

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)constraintsOfType:":{"name":"-constraintsOfType:","abstract":"

    Get the constraints of the provided type

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)clearConstraints":{"name":"-clearConstraints","abstract":"

    Clear the constraints

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)clearConstraintsWithReset:":{"name":"-clearConstraintsWithReset:","abstract":"

    Clear the constraints

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)clearConstraintsOfType:":{"name":"-clearConstraintsOfType:","abstract":"

    Clear the constraints of the provided type

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)addDefaultConstraints":{"name":"-addDefaultConstraints","abstract":"

    Add the default constraints that are enabled (not null, default value,","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)addConstraint:":{"name":"-addConstraint:","abstract":"

    Add a constraint

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)setConstraintOrder:":{"name":"-setConstraintOrder:","abstract":"

    Set the constraint order by constraint type

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)addConstraintSql:":{"name":"-addConstraintSql:","abstract":"

    Add a constraint

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)addConstraintType:withSql:":{"name":"-addConstraintType:withSql:","abstract":"

    Add a constraint

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)addConstraintType:withOrder:andSql:":{"name":"-addConstraintType:withOrder:andSql:","abstract":"

    Add a constraint

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)addConstraintType:withOrderInt:andSql:":{"name":"-addConstraintType:withOrderInt:andSql:","abstract":"

    Add a constraint

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)addConstraintsArray:":{"name":"-addConstraintsArray:","abstract":"

    Add constraints

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)addColumnConstraints:":{"name":"-addColumnConstraints:","abstract":"

    Add constraints

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)addConstraints:":{"name":"-addConstraints:","abstract":"

    Add constraints

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)addNotNullConstraint":{"name":"-addNotNullConstraint","abstract":"

    Add a not null constraint

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)removeNotNullConstraint":{"name":"-removeNotNullConstraint","abstract":"

    Remove a not null constraint

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)addDefaultValueConstraint:":{"name":"-addDefaultValueConstraint:","abstract":"

    Add a default value constraint

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)removeDefaultValueConstraint":{"name":"-removeDefaultValueConstraint","abstract":"

    Remove a default value constraint

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)addPrimaryKeyConstraint":{"name":"-addPrimaryKeyConstraint","abstract":"

    Add a primary key constraint

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)removePrimaryKeyConstraint":{"name":"-removePrimaryKeyConstraint","abstract":"

    Remove a primary key constraint

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)addAutoincrementConstraint":{"name":"-addAutoincrementConstraint","abstract":"

    Add an autoincrement constraint

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)removeAutoincrementConstraint":{"name":"-removeAutoincrementConstraint","abstract":"

    Remove an autoincrement constraint

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)addUniqueConstraint":{"name":"-addUniqueConstraint","abstract":"

    Add a unique constraint

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)removeUniqueConstraint":{"name":"-removeUniqueConstraint","abstract":"

    Remove a unique constraint

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)buildConstraintSql:":{"name":"-buildConstraintSql:","abstract":"

    Build the SQL for the constraint

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGRowResultSet.html#/c:objc(cs)GPKGRowResultSet(cm)createWithDao:andResults:":{"name":"+createWithDao:andResults:","abstract":"

    Create

    ","parent_name":"GPKGRowResultSet"},"Classes/GPKGRowResultSet.html#/c:objc(cs)GPKGRowResultSet(im)initWithDao:andResults:":{"name":"-initWithDao:andResults:","abstract":"

    Initialize

    ","parent_name":"GPKGRowResultSet"},"Classes/GPKGRowResultSet.html#/c:objc(cs)GPKGRowResultSet(im)dao":{"name":"-dao","abstract":"

    Get the DAO

    ","parent_name":"GPKGRowResultSet"},"Classes/GPKGRowResultSet.html#/c:objc(cs)GPKGRowResultSet(im)row":{"name":"-row","abstract":"

    Get a user row from the current result

    ","parent_name":"GPKGRowResultSet"},"Classes/GPKGRowPaginatedResults.html#/c:objc(cs)GPKGRowPaginatedResults(cm)createWithDao:andResultSet:":{"name":"+createWithDao:andResultSet:","abstract":"

    Create

    ","parent_name":"GPKGRowPaginatedResults"},"Classes/GPKGRowPaginatedResults.html#/c:objc(cs)GPKGRowPaginatedResults(im)initWithDao:andResultSet:":{"name":"-initWithDao:andResultSet:","abstract":"

    Initialize

    ","parent_name":"GPKGRowPaginatedResults"},"Classes/GPKGRowPaginatedResults.html#/c:objc(cs)GPKGRowPaginatedResults(im)dao":{"name":"-dao","abstract":"

    Get the user DAO

    ","parent_name":"GPKGRowPaginatedResults"},"Classes/GPKGRowPaginatedResults.html#/c:objc(cs)GPKGRowPaginatedResults(im)userRow":{"name":"-userRow","abstract":"

    Get a user row from the current result

    ","parent_name":"GPKGRowPaginatedResults"},"Classes/GPKGContentValues.html#/c:objc(cs)GPKGContentValues(py)values":{"name":"values","abstract":"

    Mapping between columns and values

    ","parent_name":"GPKGContentValues"},"Classes/GPKGContentValues.html#/c:objc(cs)GPKGContentValues(im)init":{"name":"-init","abstract":"

    Initializer

    ","parent_name":"GPKGContentValues"},"Classes/GPKGContentValues.html#/c:objc(cs)GPKGContentValues(im)putKey:withValue:":{"name":"-putKey:withValue:","abstract":"

    Put a key value pari

    ","parent_name":"GPKGContentValues"},"Classes/GPKGContentValues.html#/c:objc(cs)GPKGContentValues(im)putNullValueForKey:":{"name":"-putNullValueForKey:","abstract":"

    Put a key null value

    ","parent_name":"GPKGContentValues"},"Classes/GPKGContentValues.html#/c:objc(cs)GPKGContentValues(im)size":{"name":"-size","abstract":"

    Get the number of value mappings

    ","parent_name":"GPKGContentValues"},"Classes/GPKGContentValues.html#/c:objc(cs)GPKGContentValues(im)valueForKey:":{"name":"-valueForKey:","abstract":"

    Get the value of the key

    ","parent_name":"GPKGContentValues"},"Classes/GPKGContentValues.html#/c:objc(cs)GPKGContentValues(im)keySet":{"name":"-keySet","abstract":"

    Get a field key set

    ","parent_name":"GPKGContentValues"},"Classes/GPKGContentValues.html#/c:objc(cs)GPKGContentValues(im)keyAsString:":{"name":"-keyAsString:","abstract":"

    Get the key value as a string

    ","parent_name":"GPKGContentValues"},"Classes/GPKGTileTableReader.html#/c:objc(cs)GPKGTileTableReader(im)initWithTable:":{"name":"-initWithTable:","abstract":"

    Initialize

    ","parent_name":"GPKGTileTableReader"},"Classes/GPKGTileTableReader.html#/c:objc(cs)GPKGTileTableReader(im)readTileTableWithConnection:":{"name":"-readTileTableWithConnection:","abstract":"

    Read the tile table with the database connection

    ","parent_name":"GPKGTileTableReader"},"Classes/GPKGTileTableMetadata.html#/c:objc(cs)GPKGTileTableMetadata(cm)create":{"name":"+create","abstract":"

    Create metadata

    ","parent_name":"GPKGTileTableMetadata"},"Classes/GPKGTileTableMetadata.html#/c:objc(cs)GPKGTileTableMetadata(cm)createWithAutoincrement:":{"name":"+createWithAutoincrement:","abstract":"

    Create metadata

    ","parent_name":"GPKGTileTableMetadata"},"Classes/GPKGTileTableMetadata.html#/c:objc(cs)GPKGTileTableMetadata(cm)createWithTable:andTileBoundingBox:andTileSrsId:":{"name":"+createWithTable:andTileBoundingBox:andTileSrsId:","abstract":"

    Create metadata

    ","parent_name":"GPKGTileTableMetadata"},"Classes/GPKGTileTableMetadata.html#/c:objc(cs)GPKGTileTableMetadata(cm)createWithTable:andAutoincrement:andTileBoundingBox:andTileSrsId:":{"name":"+createWithTable:andAutoincrement:andTileBoundingBox:andTileSrsId:","abstract":"

    Create metadata

    ","parent_name":"GPKGTileTableMetadata"},"Classes/GPKGTileTableMetadata.html#/c:objc(cs)GPKGTileTableMetadata(cm)createWithTable:andContentsBoundingBox:andTileBoundingBox:andTileSrsId:":{"name":"+createWithTable:andContentsBoundingBox:andTileBoundingBox:andTileSrsId:","abstract":"

    Create metadata

    ","parent_name":"GPKGTileTableMetadata"},"Classes/GPKGTileTableMetadata.html#/c:objc(cs)GPKGTileTableMetadata(cm)createWithTable:andAutoincrement:andContentsBoundingBox:andTileBoundingBox:andTileSrsId:":{"name":"+createWithTable:andAutoincrement:andContentsBoundingBox:andTileBoundingBox:andTileSrsId:","abstract":"

    Create metadata

    ","parent_name":"GPKGTileTableMetadata"},"Classes/GPKGTileTableMetadata.html#/c:objc(cs)GPKGTileTableMetadata(cm)createWithTable:andContentsBoundingBox:andContentsSrsId:andTileBoundingBox:andTileSrsId:":{"name":"+createWithTable:andContentsBoundingBox:andContentsSrsId:andTileBoundingBox:andTileSrsId:","abstract":"

    Create metadata

    ","parent_name":"GPKGTileTableMetadata"},"Classes/GPKGTileTableMetadata.html#/c:objc(cs)GPKGTileTableMetadata(cm)createWithTable:andAutoincrement:andContentsBoundingBox:andContentsSrsId:andTileBoundingBox:andTileSrsId:":{"name":"+createWithTable:andAutoincrement:andContentsBoundingBox:andContentsSrsId:andTileBoundingBox:andTileSrsId:","abstract":"

    Create metadata

    ","parent_name":"GPKGTileTableMetadata"},"Classes/GPKGTileTableMetadata.html#/c:objc(cs)GPKGTileTableMetadata(cm)createWithDataType:andTable:andTileBoundingBox:andTileSrsId:":{"name":"+createWithDataType:andTable:andTileBoundingBox:andTileSrsId:","abstract":"

    Create metadata

    ","parent_name":"GPKGTileTableMetadata"},"Classes/GPKGTileTableMetadata.html#/c:objc(cs)GPKGTileTableMetadata(cm)createWithDataType:andTable:andAutoincrement:andTileBoundingBox:andTileSrsId:":{"name":"+createWithDataType:andTable:andAutoincrement:andTileBoundingBox:andTileSrsId:","abstract":"

    Create metadata

    ","parent_name":"GPKGTileTableMetadata"},"Classes/GPKGTileTableMetadata.html#/c:objc(cs)GPKGTileTableMetadata(cm)createWithDataType:andTable:andContentsBoundingBox:andTileBoundingBox:andTileSrsId:":{"name":"+createWithDataType:andTable:andContentsBoundingBox:andTileBoundingBox:andTileSrsId:","abstract":"

    Create metadata

    ","parent_name":"GPKGTileTableMetadata"},"Classes/GPKGTileTableMetadata.html#/c:objc(cs)GPKGTileTableMetadata(cm)createWithDataType:andTable:andAutoincrement:andContentsBoundingBox:andTileBoundingBox:andTileSrsId:":{"name":"+createWithDataType:andTable:andAutoincrement:andContentsBoundingBox:andTileBoundingBox:andTileSrsId:","abstract":"

    Create metadata

    ","parent_name":"GPKGTileTableMetadata"},"Classes/GPKGTileTableMetadata.html#/c:objc(cs)GPKGTileTableMetadata(cm)createWithDataType:andTable:andContentsBoundingBox:andContentsSrsId:andTileBoundingBox:andTileSrsId:":{"name":"+createWithDataType:andTable:andContentsBoundingBox:andContentsSrsId:andTileBoundingBox:andTileSrsId:","abstract":"

    Create metadata

    ","parent_name":"GPKGTileTableMetadata"},"Classes/GPKGTileTableMetadata.html#/c:objc(cs)GPKGTileTableMetadata(cm)createWithDataType:andTable:andAutoincrement:andContentsBoundingBox:andContentsSrsId:andTileBoundingBox:andTileSrsId:":{"name":"+createWithDataType:andTable:andAutoincrement:andContentsBoundingBox:andContentsSrsId:andTileBoundingBox:andTileSrsId:","abstract":"

    Create metadata

    ","parent_name":"GPKGTileTableMetadata"},"Classes/GPKGTileTableMetadata.html#/c:objc(cs)GPKGTileTableMetadata(py)contentsBoundingBox":{"name":"contentsBoundingBox","abstract":"

    Contents bounding box

    ","parent_name":"GPKGTileTableMetadata"},"Classes/GPKGTileTableMetadata.html#/c:objc(cs)GPKGTileTableMetadata(py)contentsSrsId":{"name":"contentsSrsId","abstract":"

    Contents SRS id

    ","parent_name":"GPKGTileTableMetadata"},"Classes/GPKGTileTableMetadata.html#/c:objc(cs)GPKGTileTableMetadata(py)tileBoundingBox":{"name":"tileBoundingBox","abstract":"

    Tile bounding box

    ","parent_name":"GPKGTileTableMetadata"},"Classes/GPKGTileTableMetadata.html#/c:objc(cs)GPKGTileTableMetadata(py)tileSrsId":{"name":"tileSrsId","abstract":"

    Tile SRS id

    ","parent_name":"GPKGTileTableMetadata"},"Classes/GPKGTileTableMetadata.html#/c:objc(cs)GPKGTileTableMetadata(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGTileTableMetadata"},"Classes/GPKGTileTableMetadata.html#/c:objc(cs)GPKGTileTableMetadata(im)initWithTable:andContentsBoundingBox:andContentsSrsId:andTileBoundingBox:andTileSrsId:":{"name":"-initWithTable:andContentsBoundingBox:andContentsSrsId:andTileBoundingBox:andTileSrsId:","abstract":"

    Initialize

    ","parent_name":"GPKGTileTableMetadata"},"Classes/GPKGTileTableMetadata.html#/c:objc(cs)GPKGTileTableMetadata(im)initWithDataType:andTable:andContentsBoundingBox:andContentsSrsId:andTileBoundingBox:andTileSrsId:":{"name":"-initWithDataType:andTable:andContentsBoundingBox:andContentsSrsId:andTileBoundingBox:andTileSrsId:","abstract":"

    Initialize

    ","parent_name":"GPKGTileTableMetadata"},"Classes/GPKGTileTableMetadata.html#/c:objc(cs)GPKGTileTableMetadata(im)initWithTable:andAutoincrement:andContentsBoundingBox:andContentsSrsId:andTileBoundingBox:andTileSrsId:":{"name":"-initWithTable:andAutoincrement:andContentsBoundingBox:andContentsSrsId:andTileBoundingBox:andTileSrsId:","abstract":"

    Initialize

    ","parent_name":"GPKGTileTableMetadata"},"Classes/GPKGTileTableMetadata.html#/c:objc(cs)GPKGTileTableMetadata(im)initWithDataType:andTable:andAutoincrement:andContentsBoundingBox:andContentsSrsId:andTileBoundingBox:andTileSrsId:":{"name":"-initWithDataType:andTable:andAutoincrement:andContentsBoundingBox:andContentsSrsId:andTileBoundingBox:andTileSrsId:","abstract":"

    Initialize

    ","parent_name":"GPKGTileTableMetadata"},"Classes/GPKGTileTable.html#/c:objc(cs)GPKGTileTable(im)initWithTable:":{"name":"-initWithTable:","abstract":"

    Initialize

    ","parent_name":"GPKGTileTable"},"Classes/GPKGTileTable.html#/c:objc(cs)GPKGTileTable(im)initWithTable:andColumns:":{"name":"-initWithTable:andColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGTileTable"},"Classes/GPKGTileTable.html#/c:objc(cs)GPKGTileTable(im)zoomLevelIndex":{"name":"-zoomLevelIndex","abstract":"

    Get the zoom level column index

    ","parent_name":"GPKGTileTable"},"Classes/GPKGTileTable.html#/c:objc(cs)GPKGTileTable(im)zoomLevelColumn":{"name":"-zoomLevelColumn","abstract":"

    Get the zoom level column

    ","parent_name":"GPKGTileTable"},"Classes/GPKGTileTable.html#/c:objc(cs)GPKGTileTable(im)tileColumnIndex":{"name":"-tileColumnIndex","abstract":"

    Get the tile column index

    ","parent_name":"GPKGTileTable"},"Classes/GPKGTileTable.html#/c:objc(cs)GPKGTileTable(im)tileColumnColumn":{"name":"-tileColumnColumn","abstract":"

    Get the tile column column

    ","parent_name":"GPKGTileTable"},"Classes/GPKGTileTable.html#/c:objc(cs)GPKGTileTable(im)tileRowIndex":{"name":"-tileRowIndex","abstract":"

    Get the tile row index

    ","parent_name":"GPKGTileTable"},"Classes/GPKGTileTable.html#/c:objc(cs)GPKGTileTable(im)tileRowColumn":{"name":"-tileRowColumn","abstract":"

    Get the tile row column

    ","parent_name":"GPKGTileTable"},"Classes/GPKGTileTable.html#/c:objc(cs)GPKGTileTable(im)tileDataIndex":{"name":"-tileDataIndex","abstract":"

    Get the tile data index

    ","parent_name":"GPKGTileTable"},"Classes/GPKGTileTable.html#/c:objc(cs)GPKGTileTable(im)tileDataColumn":{"name":"-tileDataColumn","abstract":"

    Get the tile data column

    ","parent_name":"GPKGTileTable"},"Classes/GPKGTileTable.html#/c:objc(cs)GPKGTileTable(cm)createRequiredColumns":{"name":"+createRequiredColumns","abstract":"

    Create the required table columns

    ","parent_name":"GPKGTileTable"},"Classes/GPKGTileTable.html#/c:objc(cs)GPKGTileTable(cm)createRequiredColumnsWithAutoincrement:":{"name":"+createRequiredColumnsWithAutoincrement:","abstract":"

    Create the required table columns

    ","parent_name":"GPKGTileTable"},"Classes/GPKGTileTable.html#/c:objc(cs)GPKGTileTable(cm)createRequiredColumnsWithStartingIndex:":{"name":"+createRequiredColumnsWithStartingIndex:","abstract":"

    Create the required table columns, starting at the provided index

    ","parent_name":"GPKGTileTable"},"Classes/GPKGTileTable.html#/c:objc(cs)GPKGTileTable(cm)createRequiredColumnsWithStartingIndex:andAutoincrement:":{"name":"+createRequiredColumnsWithStartingIndex:andAutoincrement:","abstract":"

    Create the required table columns, starting at the provided index

    ","parent_name":"GPKGTileTable"},"Classes/GPKGTileTable.html#/c:objc(cs)GPKGTileTable(im)tileColumns":{"name":"-tileColumns","abstract":"

    Get the tile columns

    ","parent_name":"GPKGTileTable"},"Classes/GPKGTileRow.html#/c:objc(cs)GPKGTileRow(py)tileTable":{"name":"tileTable","abstract":"

    Tile Table

    ","parent_name":"GPKGTileRow"},"Classes/GPKGTileRow.html#/c:objc(cs)GPKGTileRow(py)tileColumns":{"name":"tileColumns","abstract":"

    Tile Columns

    ","parent_name":"GPKGTileRow"},"Classes/GPKGTileRow.html#/c:objc(cs)GPKGTileRow(im)initWithTileTable:andColumns:andValues:":{"name":"-initWithTileTable:andColumns:andValues:","abstract":"

    Initialize

    ","parent_name":"GPKGTileRow"},"Classes/GPKGTileRow.html#/c:objc(cs)GPKGTileRow(im)initWithTileTable:":{"name":"-initWithTileTable:","abstract":"

    Initialize

    ","parent_name":"GPKGTileRow"},"Classes/GPKGTileRow.html#/c:objc(cs)GPKGTileRow(im)zoomLevelColumnIndex":{"name":"-zoomLevelColumnIndex","abstract":"

    Get the zoom level column index

    ","parent_name":"GPKGTileRow"},"Classes/GPKGTileRow.html#/c:objc(cs)GPKGTileRow(im)zoomLevelColumn":{"name":"-zoomLevelColumn","abstract":"

    Get the zoom level column

    ","parent_name":"GPKGTileRow"},"Classes/GPKGTileRow.html#/c:objc(cs)GPKGTileRow(im)zoomLevel":{"name":"-zoomLevel","abstract":"

    Get the zoom level

    ","parent_name":"GPKGTileRow"},"Classes/GPKGTileRow.html#/c:objc(cs)GPKGTileRow(im)setZoomLevel:":{"name":"-setZoomLevel:","abstract":"

    Set the zoom level

    ","parent_name":"GPKGTileRow"},"Classes/GPKGTileRow.html#/c:objc(cs)GPKGTileRow(im)tileColumnColumnIndex":{"name":"-tileColumnColumnIndex","abstract":"

    Get the tile column column index

    ","parent_name":"GPKGTileRow"},"Classes/GPKGTileRow.html#/c:objc(cs)GPKGTileRow(im)tileColumnColumn":{"name":"-tileColumnColumn","abstract":"

    Get the tile column column

    ","parent_name":"GPKGTileRow"},"Classes/GPKGTileRow.html#/c:objc(cs)GPKGTileRow(im)tileColumn":{"name":"-tileColumn","abstract":"

    Get the tile column

    ","parent_name":"GPKGTileRow"},"Classes/GPKGTileRow.html#/c:objc(cs)GPKGTileRow(im)setTileColumn:":{"name":"-setTileColumn:","abstract":"

    Set the tile column

    ","parent_name":"GPKGTileRow"},"Classes/GPKGTileRow.html#/c:objc(cs)GPKGTileRow(im)tileRowColumnIndex":{"name":"-tileRowColumnIndex","abstract":"

    Get the tile row column index

    ","parent_name":"GPKGTileRow"},"Classes/GPKGTileRow.html#/c:objc(cs)GPKGTileRow(im)tileRowColumn":{"name":"-tileRowColumn","abstract":"

    Get the tile row column

    ","parent_name":"GPKGTileRow"},"Classes/GPKGTileRow.html#/c:objc(cs)GPKGTileRow(im)tileRow":{"name":"-tileRow","abstract":"

    Get the tile row

    ","parent_name":"GPKGTileRow"},"Classes/GPKGTileRow.html#/c:objc(cs)GPKGTileRow(im)setTileRow:":{"name":"-setTileRow:","abstract":"

    Set the tile row

    ","parent_name":"GPKGTileRow"},"Classes/GPKGTileRow.html#/c:objc(cs)GPKGTileRow(im)tileDataColumnIndex":{"name":"-tileDataColumnIndex","abstract":"

    Get the tile data column index

    ","parent_name":"GPKGTileRow"},"Classes/GPKGTileRow.html#/c:objc(cs)GPKGTileRow(im)tileDataColumn":{"name":"-tileDataColumn","abstract":"

    Get the tile data column

    ","parent_name":"GPKGTileRow"},"Classes/GPKGTileRow.html#/c:objc(cs)GPKGTileRow(im)tileData":{"name":"-tileData","abstract":"

    Get the tile data

    ","parent_name":"GPKGTileRow"},"Classes/GPKGTileRow.html#/c:objc(cs)GPKGTileRow(im)setTileData:":{"name":"-setTileData:","abstract":"

    Set the tile data

    ","parent_name":"GPKGTileRow"},"Classes/GPKGTileRow.html#/c:objc(cs)GPKGTileRow(im)tileDataImage":{"name":"-tileDataImage","abstract":"

    Get the tile data as an image

    ","parent_name":"GPKGTileRow"},"Classes/GPKGTileRow.html#/c:objc(cs)GPKGTileRow(im)tileDataImageWithScale:":{"name":"-tileDataImageWithScale:","abstract":"

    Get the tile data as a scaled image

    ","parent_name":"GPKGTileRow"},"Classes/GPKGTileRow.html#/c:objc(cs)GPKGTileRow(im)setTileDataWithImage:andFormat:":{"name":"-setTileDataWithImage:andFormat:","abstract":"

    Set the tile data with an image

    ","parent_name":"GPKGTileRow"},"Classes/GPKGTileRow.html#/c:objc(cs)GPKGTileRow(im)setTileDataWithImage:andFormat:andQuality:":{"name":"-setTileDataWithImage:andFormat:andQuality:","abstract":"

    Set the tile data with an image

    ","parent_name":"GPKGTileRow"},"Classes/GPKGTileDaoUtils.html#/c:objc(cs)GPKGTileDaoUtils(cm)adjustTileMatrixLengthsWithTileMatrixSet:andTileMatrices:":{"name":"+adjustTileMatrixLengthsWithTileMatrixSet:andTileMatrices:","abstract":"

    Adjust the tile matrix lengths if needed. Check if the tile matrix width","parent_name":"GPKGTileDaoUtils"},"Classes/GPKGTileDaoUtils.html#/c:objc(cs)GPKGTileDaoUtils(cm)zoomLevelWithWidths:andHeights:andTileMatrices:andLength:":{"name":"+zoomLevelWithWidths:andHeights:andTileMatrices:andLength:","abstract":"

    Get the zoom level for the provided width and height in the default units

    ","parent_name":"GPKGTileDaoUtils"},"Classes/GPKGTileDaoUtils.html#/c:objc(cs)GPKGTileDaoUtils(cm)zoomLevelWithWidths:andHeights:andTileMatrices:andWidth:andHeight:":{"name":"+zoomLevelWithWidths:andHeights:andTileMatrices:andWidth:andHeight:","abstract":"

    Get the zoom level for the provided width and height in the default units

    ","parent_name":"GPKGTileDaoUtils"},"Classes/GPKGTileDaoUtils.html#/c:objc(cs)GPKGTileDaoUtils(cm)closestZoomLevelWithWidths:andHeights:andTileMatrices:andLength:":{"name":"+closestZoomLevelWithWidths:andHeights:andTileMatrices:andLength:","abstract":"

    Get the closest zoom level for the provided width and height in the","parent_name":"GPKGTileDaoUtils"},"Classes/GPKGTileDaoUtils.html#/c:objc(cs)GPKGTileDaoUtils(cm)closestZoomLevelWithWidths:andHeights:andTileMatrices:andWidth:andHeight:":{"name":"+closestZoomLevelWithWidths:andHeights:andTileMatrices:andWidth:andHeight:","abstract":"

    Get the closest zoom level for the provided width and height in the","parent_name":"GPKGTileDaoUtils"},"Classes/GPKGTileDaoUtils.html#/c:objc(cs)GPKGTileDaoUtils(cm)approximateZoomLevelWithWidths:andHeights:andTileMatrices:andLength:":{"name":"+approximateZoomLevelWithWidths:andHeights:andTileMatrices:andLength:","abstract":"

    Get the approximate zoom level for the provided length in the default","parent_name":"GPKGTileDaoUtils"},"Classes/GPKGTileDaoUtils.html#/c:objc(cs)GPKGTileDaoUtils(cm)approximateZoomLevelWithWidths:andHeights:andTileMatrices:andWidth:andHeight:":{"name":"+approximateZoomLevelWithWidths:andHeights:andTileMatrices:andWidth:andHeight:","abstract":"

    Get the approximate zoom level for the provided width and height in the","parent_name":"GPKGTileDaoUtils"},"Classes/GPKGTileDaoUtils.html#/c:objc(cs)GPKGTileDaoUtils(cm)maxLengthWithWidths:andHeights:":{"name":"+maxLengthWithWidths:andHeights:","abstract":"

    Get the max distance length that matches the tile widths and heights

    ","parent_name":"GPKGTileDaoUtils"},"Classes/GPKGTileDaoUtils.html#/c:objc(cs)GPKGTileDaoUtils(cm)minLengthWithWidths:andHeights:":{"name":"+minLengthWithWidths:andHeights:","abstract":"

    Get the min distance length that matches the tile widths and heights

    ","parent_name":"GPKGTileDaoUtils"},"Classes/GPKGTileDaoUtils.html#/c:objc(cs)GPKGTileDaoUtils(cm)mapZoomRangeWithTileMatrixSetDao:andTileMatrixSet:andTileMatrices:":{"name":"+mapZoomRangeWithTileMatrixSetDao:andTileMatrixSet:andTileMatrices:","abstract":"

    Get the map zoom level range

    ","parent_name":"GPKGTileDaoUtils"},"Classes/GPKGTileDaoUtils.html#/c:objc(cs)GPKGTileDaoUtils(cm)mapMinZoomWithTileMatrixSetDao:andTileMatrixSet:andTileMatrices:":{"name":"+mapMinZoomWithTileMatrixSetDao:andTileMatrixSet:andTileMatrices:","abstract":"

    Get the map min zoom level

    ","parent_name":"GPKGTileDaoUtils"},"Classes/GPKGTileDaoUtils.html#/c:objc(cs)GPKGTileDaoUtils(cm)mapMaxZoomWithTileMatrixSetDao:andTileMatrixSet:andTileMatrices:":{"name":"+mapMaxZoomWithTileMatrixSetDao:andTileMatrixSet:andTileMatrices:","abstract":"

    Get the map max zoom level

    ","parent_name":"GPKGTileDaoUtils"},"Classes/GPKGTileDaoUtils.html#/c:objc(cs)GPKGTileDaoUtils(cm)mapZoomWithTileMatrixSetDao:andTileMatrixSet:andTileMatrix:":{"name":"+mapZoomWithTileMatrixSetDao:andTileMatrixSet:andTileMatrix:","abstract":"

    Get the map zoom level

    ","parent_name":"GPKGTileDaoUtils"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(py)tileMatrixSet":{"name":"tileMatrixSet","abstract":"

    Tile Matrix Set

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(py)tileMatrices":{"name":"tileMatrices","abstract":"

    Tile Matrices

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(py)zoomLevelToTileMatrix":{"name":"zoomLevelToTileMatrix","abstract":"

    Mapping between zoom levels and the tile matrix

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(py)zoomLevels":{"name":"zoomLevels","abstract":"

    Zoom levels

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(py)minZoom":{"name":"minZoom","abstract":"

    Min zoom

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(py)maxZoom":{"name":"maxZoom","abstract":"

    Max zoom

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(py)widths":{"name":"widths","abstract":"

    Array of widths of the tiles at each zoom level in default units

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(py)heights":{"name":"heights","abstract":"

    Array of heights of the tiles at each zoom level in default units

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)initWithDatabase:andTable:andTileMatrixSet:andTileMatrices:":{"name":"-initWithDatabase:andTable:andTileMatrixSet:andTileMatrices:","abstract":"

    Initialize

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)boundingBoxWithZoomLevel:":{"name":"-boundingBoxWithZoomLevel:","abstract":"

    Get the bounding box of tiles at the zoom level

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)boundingBoxWithZoomLevel:inProjection:":{"name":"-boundingBoxWithZoomLevel:inProjection:","abstract":"

    Get the bounding box of tiles at the zoom level

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)tileGridWithZoomLevel:":{"name":"-tileGridWithZoomLevel:","abstract":"

    Get the tile grid of the zoom level

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)tileTable":{"name":"-tileTable","abstract":"

    Get the tile table

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)row:":{"name":"-row:","abstract":"

    Get the tile row for the current result in the result set

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)tileRow:":{"name":"-tileRow:","abstract":"

    Get the tile row for the current result in the result set

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)rowWithRow:":{"name":"-rowWithRow:","abstract":"

    Get the tile row for the row

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)newRow":{"name":"-newRow","abstract":"

    Create a new tile row

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)adjustTileMatrixLengths":{"name":"-adjustTileMatrixLengths","abstract":"

    Adjust the tile matrix lengths if needed. Check if the tile matrix width","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)tileMatrixWithZoomLevel:":{"name":"-tileMatrixWithZoomLevel:","abstract":"

    Get the tile matrix at the zoom level

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)tileMatrixAtMinZoom":{"name":"-tileMatrixAtMinZoom","abstract":"

    Get the tile matrix at the min (first) zoom

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)srs":{"name":"-srs","abstract":"

    Get the Spatial Reference System

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)srsId":{"name":"-srsId","abstract":"

    Get the Spatial Reference System id

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)queryForTileWithColumn:andRow:andZoomLevel:":{"name":"-queryForTileWithColumn:andRow:andZoomLevel:","abstract":"

    Query for a Tile

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)queryforTileWithZoomLevel:":{"name":"-queryforTileWithZoomLevel:","abstract":"

    Query for a Tiles at a zoom level

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)queryForTileDescending:":{"name":"-queryForTileDescending:","abstract":"

    Query for Tiles at a zoom level in descending row and column order

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)queryForTilesInColumn:andZoomLevel:":{"name":"-queryForTilesInColumn:andZoomLevel:","abstract":"

    Query for Tiles at a zoom level and column

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)queryForTilesInRow:andZoomLevel:":{"name":"-queryForTilesInRow:andZoomLevel:","abstract":"

    Query for Tiles at a zoom level and row

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)zoomLevelWithLength:":{"name":"-zoomLevelWithLength:","abstract":"

    Get the zoom level for the provided width and height in the default units

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)zoomLevelWithWidth:andHeight:":{"name":"-zoomLevelWithWidth:andHeight:","abstract":"

    Get the zoom level for the provided width and height in the default units

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)closestZoomLevelWithLength:":{"name":"-closestZoomLevelWithLength:","abstract":"

    Get the closest zoom level for the provided width and height in the","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)closestZoomLevelWithWidth:andHeight:":{"name":"-closestZoomLevelWithWidth:andHeight:","abstract":"

    Get the closest zoom level for the provided width and height in the","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)approximateZoomLevelWithLength:":{"name":"-approximateZoomLevelWithLength:","abstract":"

    Get the approximate zoom level for the provided length in the default","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)approximateZoomLevelWithWidth:andHeight:":{"name":"-approximateZoomLevelWithWidth:andHeight:","abstract":"

    Get the approximate zoom level for the provided width and height in the","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)queryByTileGrid:andZoomLevel:":{"name":"-queryByTileGrid:andZoomLevel:","abstract":"

    Query by tile grid and zoom level

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)queryByTileGrid:andZoomLevel:andOrderBy:":{"name":"-queryByTileGrid:andZoomLevel:andOrderBy:","abstract":"

    Query by tile grid and zoom level

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)queryForTileGridWithZoomLevel:":{"name":"-queryForTileGridWithZoomLevel:","abstract":"

    Query for the bounding tile grid with tiles at the zoom level

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)deleteTileWithColumn:andRow:andZoomLevel:":{"name":"-deleteTileWithColumn:andRow:andZoomLevel:","abstract":"

    Delete a Tile

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)countWithZoomLevel:":{"name":"-countWithZoomLevel:","abstract":"

    Count of Tiles at a zoom level

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)maxLength":{"name":"-maxLength","abstract":"

    Get the max length in default units that contains tiles

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)minLength":{"name":"-minLength","abstract":"

    Get the min length in default units that contains tiles

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)isXYZTiles":{"name":"-isXYZTiles","abstract":"

    Determine if the tiles are in the XYZ tile coordinate format

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)mapZoomRange":{"name":"-mapZoomRange","abstract":"

    Get the map zoom level range

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)mapMinZoom":{"name":"-mapMinZoom","abstract":"

    Get the map min zoom level

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)mapMaxZoom":{"name":"-mapMaxZoom","abstract":"

    Get the map max zoom level

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)mapZoomWithTileMatrix:":{"name":"-mapZoomWithTileMatrix:","abstract":"

    Get the map zoom level from the tile matrix

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)mapZoomWithZoomLevel:":{"name":"-mapZoomWithZoomLevel:","abstract":"

    Get the map zoom level from the tile matrix zoom level

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)tileMatrixSetDao":{"name":"-tileMatrixSetDao","abstract":"

    Get a tile matrix set DAO

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)tileMatrixDao":{"name":"-tileMatrixDao","abstract":"

    Get a tile matrix DAO

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileColumns.html#/c:objc(cs)GPKGTileColumns(py)zoomLevelIndex":{"name":"zoomLevelIndex","abstract":"

    Zoom level column index

    ","parent_name":"GPKGTileColumns"},"Classes/GPKGTileColumns.html#/c:objc(cs)GPKGTileColumns(py)tileColumnIndex":{"name":"tileColumnIndex","abstract":"

    Tile column column index

    ","parent_name":"GPKGTileColumns"},"Classes/GPKGTileColumns.html#/c:objc(cs)GPKGTileColumns(py)tileRowIndex":{"name":"tileRowIndex","abstract":"

    Tile row column index

    ","parent_name":"GPKGTileColumns"},"Classes/GPKGTileColumns.html#/c:objc(cs)GPKGTileColumns(py)tileDataIndex":{"name":"tileDataIndex","abstract":"

    Tile data column index

    ","parent_name":"GPKGTileColumns"},"Classes/GPKGTileColumns.html#/c:objc(cs)GPKGTileColumns(im)initWithTable:andColumns:":{"name":"-initWithTable:andColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGTileColumns"},"Classes/GPKGTileColumns.html#/c:objc(cs)GPKGTileColumns(im)initWithTable:andColumns:andCustom:":{"name":"-initWithTable:andColumns:andCustom:","abstract":"

    Initialize

    ","parent_name":"GPKGTileColumns"},"Classes/GPKGTileColumns.html#/c:objc(cs)GPKGTileColumns(im)initWithTileColumns:":{"name":"-initWithTileColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGTileColumns"},"Classes/GPKGTileColumns.html#/c:objc(cs)GPKGTileColumns(im)hasZoomLevelColumn":{"name":"-hasZoomLevelColumn","abstract":"

    Check if has a zoom level column

    ","parent_name":"GPKGTileColumns"},"Classes/GPKGTileColumns.html#/c:objc(cs)GPKGTileColumns(im)zoomLevelColumn":{"name":"-zoomLevelColumn","abstract":"

    Get the zoom level column

    ","parent_name":"GPKGTileColumns"},"Classes/GPKGTileColumns.html#/c:objc(cs)GPKGTileColumns(im)hasTileColumnColumn":{"name":"-hasTileColumnColumn","abstract":"

    Check if has a tile column column

    ","parent_name":"GPKGTileColumns"},"Classes/GPKGTileColumns.html#/c:objc(cs)GPKGTileColumns(im)tileColumnColumn":{"name":"-tileColumnColumn","abstract":"

    Get the tile column column

    ","parent_name":"GPKGTileColumns"},"Classes/GPKGTileColumns.html#/c:objc(cs)GPKGTileColumns(im)hasTileRowColumn":{"name":"-hasTileRowColumn","abstract":"

    Check if has a tile row column

    ","parent_name":"GPKGTileColumns"},"Classes/GPKGTileColumns.html#/c:objc(cs)GPKGTileColumns(im)tileRowColumn":{"name":"-tileRowColumn","abstract":"

    Get the tile row column

    ","parent_name":"GPKGTileColumns"},"Classes/GPKGTileColumns.html#/c:objc(cs)GPKGTileColumns(im)hasTileDataColumn":{"name":"-hasTileDataColumn","abstract":"

    Check if has a tile data column

    ","parent_name":"GPKGTileColumns"},"Classes/GPKGTileColumns.html#/c:objc(cs)GPKGTileColumns(im)tileDataColumn":{"name":"-tileDataColumn","abstract":"

    Get the tile data column

    ","parent_name":"GPKGTileColumns"},"Classes/GPKGTileColumn.html#/c:objc(cs)GPKGTileColumn(cm)createIdColumn":{"name":"+createIdColumn","abstract":"

    Create an id column

    ","parent_name":"GPKGTileColumn"},"Classes/GPKGTileColumn.html#/c:objc(cs)GPKGTileColumn(cm)createIdColumnWithAutoincrement:":{"name":"+createIdColumnWithAutoincrement:","abstract":"

    Create an id column

    ","parent_name":"GPKGTileColumn"},"Classes/GPKGTileColumn.html#/c:objc(cs)GPKGTileColumn(cm)createIdColumnWithIndex:":{"name":"+createIdColumnWithIndex:","abstract":"

    Create an id column

    ","parent_name":"GPKGTileColumn"},"Classes/GPKGTileColumn.html#/c:objc(cs)GPKGTileColumn(cm)createIdColumnWithIndex:andAutoincrement:":{"name":"+createIdColumnWithIndex:andAutoincrement:","abstract":"

    Create an id column

    ","parent_name":"GPKGTileColumn"},"Classes/GPKGTileColumn.html#/c:objc(cs)GPKGTileColumn(cm)createZoomLevelColumn":{"name":"+createZoomLevelColumn","abstract":"

    Create a zoom level column

    ","parent_name":"GPKGTileColumn"},"Classes/GPKGTileColumn.html#/c:objc(cs)GPKGTileColumn(cm)createZoomLevelColumnWithIndex:":{"name":"+createZoomLevelColumnWithIndex:","abstract":"

    Create a zoom level column

    ","parent_name":"GPKGTileColumn"},"Classes/GPKGTileColumn.html#/c:objc(cs)GPKGTileColumn(cm)createTileColumnColumn":{"name":"+createTileColumnColumn","abstract":"

    Create a tile column column

    ","parent_name":"GPKGTileColumn"},"Classes/GPKGTileColumn.html#/c:objc(cs)GPKGTileColumn(cm)createTileColumnColumnWithIndex:":{"name":"+createTileColumnColumnWithIndex:","abstract":"

    Create a tile column column

    ","parent_name":"GPKGTileColumn"},"Classes/GPKGTileColumn.html#/c:objc(cs)GPKGTileColumn(cm)createTileRowColumn":{"name":"+createTileRowColumn","abstract":"

    Create a tile row column

    ","parent_name":"GPKGTileColumn"},"Classes/GPKGTileColumn.html#/c:objc(cs)GPKGTileColumn(cm)createTileRowColumnWithIndex:":{"name":"+createTileRowColumnWithIndex:","abstract":"

    Create a tile row column

    ","parent_name":"GPKGTileColumn"},"Classes/GPKGTileColumn.html#/c:objc(cs)GPKGTileColumn(cm)createTileDataColumn":{"name":"+createTileDataColumn","abstract":"

    Create a tile data column

    ","parent_name":"GPKGTileColumn"},"Classes/GPKGTileColumn.html#/c:objc(cs)GPKGTileColumn(cm)createTileDataColumnWithIndex:":{"name":"+createTileDataColumnWithIndex:","abstract":"

    Create a tile data column

    ","parent_name":"GPKGTileColumn"},"Classes/GPKGTileColumn.html#/c:objc(cs)GPKGTileColumn(cm)createColumnWithName:andDataType:":{"name":"+createColumnWithName:andDataType:","abstract":"

    Create a new column

    ","parent_name":"GPKGTileColumn"},"Classes/GPKGTileColumn.html#/c:objc(cs)GPKGTileColumn(cm)createColumnWithIndex:andName:andDataType:":{"name":"+createColumnWithIndex:andName:andDataType:","abstract":"

    Create a new column

    ","parent_name":"GPKGTileColumn"},"Classes/GPKGTileColumn.html#/c:objc(cs)GPKGTileColumn(cm)createColumnWithName:andDataType:andNotNull:":{"name":"+createColumnWithName:andDataType:andNotNull:","abstract":"

    Create a new column

    ","parent_name":"GPKGTileColumn"},"Classes/GPKGTileColumn.html#/c:objc(cs)GPKGTileColumn(cm)createColumnWithIndex:andName:andDataType:andNotNull:":{"name":"+createColumnWithIndex:andName:andDataType:andNotNull:","abstract":"

    Create a new column

    ","parent_name":"GPKGTileColumn"},"Classes/GPKGTileColumn.html#/c:objc(cs)GPKGTileColumn(cm)createColumnWithName:andDataType:andNotNull:andDefaultValue:":{"name":"+createColumnWithName:andDataType:andNotNull:andDefaultValue:","abstract":"

    Create a new column

    ","parent_name":"GPKGTileColumn"},"Classes/GPKGTileColumn.html#/c:objc(cs)GPKGTileColumn(cm)createColumnWithIndex:andName:andDataType:andNotNull:andDefaultValue:":{"name":"+createColumnWithIndex:andName:andDataType:andNotNull:andDefaultValue:","abstract":"

    Create a new column

    ","parent_name":"GPKGTileColumn"},"Classes/GPKGTileColumn.html#/c:objc(cs)GPKGTileColumn(cm)createColumnWithName:andDataType:andMax:":{"name":"+createColumnWithName:andDataType:andMax:","abstract":"

    Create a new column

    ","parent_name":"GPKGTileColumn"},"Classes/GPKGTileColumn.html#/c:objc(cs)GPKGTileColumn(cm)createColumnWithIndex:andName:andDataType:andMax:":{"name":"+createColumnWithIndex:andName:andDataType:andMax:","abstract":"

    Create a new column

    ","parent_name":"GPKGTileColumn"},"Classes/GPKGTileColumn.html#/c:objc(cs)GPKGTileColumn(cm)createColumnWithName:andDataType:andMax:andNotNull:andDefaultValue:":{"name":"+createColumnWithName:andDataType:andMax:andNotNull:andDefaultValue:","abstract":"

    Create a new column

    ","parent_name":"GPKGTileColumn"},"Classes/GPKGTileColumn.html#/c:objc(cs)GPKGTileColumn(cm)createColumnWithIndex:andName:andDataType:andMax:andNotNull:andDefaultValue:":{"name":"+createColumnWithIndex:andName:andDataType:andMax:andNotNull:andDefaultValue:","abstract":"

    Create a new column

    ","parent_name":"GPKGTileColumn"},"Classes/GPKGTileColumn.html#/c:objc(cs)GPKGTileColumn(cm)createColumnWithTableColumn:":{"name":"+createColumnWithTableColumn:","abstract":"

    Create a new column

    ","parent_name":"GPKGTileColumn"},"Classes/GPKGTileColumn.html#/c:objc(cs)GPKGTileColumn(im)initWithIndex:andName:andDataType:andMax:andNotNull:andDefaultValue:andPrimaryKey:andAutoincrement:":{"name":"-initWithIndex:andName:andDataType:andMax:andNotNull:andDefaultValue:andPrimaryKey:andAutoincrement:","abstract":"

    Intialize

    ","parent_name":"GPKGTileColumn"},"Classes/GPKGXYZTileRetriever.html#/c:objc(cs)GPKGXYZTileRetriever(im)initWithTileDao:":{"name":"-initWithTileDao:","abstract":"

    Initializer

    ","parent_name":"GPKGXYZTileRetriever"},"Classes/GPKGTileCreator.html#/c:objc(cs)GPKGTileCreator(py)scaling":{"name":"scaling","abstract":"

    Tile Scaling options

    ","parent_name":"GPKGTileCreator"},"Classes/GPKGTileCreator.html#/c:objc(cs)GPKGTileCreator(im)initWithTileDao:andWidth:andHeight:andProjection:":{"name":"-initWithTileDao:andWidth:andHeight:andProjection:","abstract":"

    Initializer, specified tile size and projection

    ","parent_name":"GPKGTileCreator"},"Classes/GPKGTileCreator.html#/c:objc(cs)GPKGTileCreator(im)initWithTileDao:":{"name":"-initWithTileDao:","abstract":"

    Initializer, tile tables tile size and projection

    ","parent_name":"GPKGTileCreator"},"Classes/GPKGTileCreator.html#/c:objc(cs)GPKGTileCreator(im)initWithTileDao:andWidth:andHeight:":{"name":"-initWithTileDao:andWidth:andHeight:","abstract":"

    Initializer, tile tables projection with specified tile size

    ","parent_name":"GPKGTileCreator"},"Classes/GPKGTileCreator.html#/c:objc(cs)GPKGTileCreator(im)initWithTileDao:andProjection:":{"name":"-initWithTileDao:andProjection:","abstract":"

    Initializer, tile tables tile size and requested projection

    ","parent_name":"GPKGTileCreator"},"Classes/GPKGTileCreator.html#/c:objc(cs)GPKGTileCreator(im)tileDao":{"name":"-tileDao","abstract":"

    Get the tile DAO

    ","parent_name":"GPKGTileCreator"},"Classes/GPKGTileCreator.html#/c:objc(cs)GPKGTileCreator(im)width":{"name":"-width","abstract":"

    Get the tile width

    ","parent_name":"GPKGTileCreator"},"Classes/GPKGTileCreator.html#/c:objc(cs)GPKGTileCreator(im)height":{"name":"-height","abstract":"

    Get the tile height

    ","parent_name":"GPKGTileCreator"},"Classes/GPKGTileCreator.html#/c:objc(cs)GPKGTileCreator(im)tileMatrixSet":{"name":"-tileMatrixSet","abstract":"

    Get the tile matrix set

    ","parent_name":"GPKGTileCreator"},"Classes/GPKGTileCreator.html#/c:objc(cs)GPKGTileCreator(im)requestProjection":{"name":"-requestProjection","abstract":"

    Get the requested projection

    ","parent_name":"GPKGTileCreator"},"Classes/GPKGTileCreator.html#/c:objc(cs)GPKGTileCreator(im)tilesProjection":{"name":"-tilesProjection","abstract":"

    Get the tiles projection

    ","parent_name":"GPKGTileCreator"},"Classes/GPKGTileCreator.html#/c:objc(cs)GPKGTileCreator(im)tileSetBoundingBox":{"name":"-tileSetBoundingBox","abstract":"

    Get the tile set bounding box

    ","parent_name":"GPKGTileCreator"},"Classes/GPKGTileCreator.html#/c:objc(cs)GPKGTileCreator(im)sameProjection":{"name":"-sameProjection","abstract":"

    Determine if the requested and tile projections are the same

    ","parent_name":"GPKGTileCreator"},"Classes/GPKGTileCreator.html#/c:objc(cs)GPKGTileCreator(im)sameUnit":{"name":"-sameUnit","abstract":"

    Is the request and tile projection the same unit

    ","parent_name":"GPKGTileCreator"},"Classes/GPKGTileCreator.html#/c:objc(cs)GPKGTileCreator(im)hasTileWithBoundingBox:":{"name":"-hasTileWithBoundingBox:","abstract":"

    Check if the tile table contains a tile for the request bounding box

    ","parent_name":"GPKGTileCreator"},"Classes/GPKGTileCreator.html#/c:objc(cs)GPKGTileCreator(im)tileWithBoundingBox:":{"name":"-tileWithBoundingBox:","abstract":"

    Get the tile from the request bounding box in the request projection

    ","parent_name":"GPKGTileCreator"},"Classes/GPKGTileCreator.html#/c:objc(cs)GPKGTileCreator(im)tileWithBoundingBox:andZoom:":{"name":"-tileWithBoundingBox:andZoom:","abstract":"

    Get the tile from the request bounding box in the request projection, only from the zoom level

    ","parent_name":"GPKGTileCreator"},"Classes/GPKGGeoPackageTileRetriever.html#/c:objc(cs)GPKGGeoPackageTileRetriever(im)initWithTileDao:":{"name":"-initWithTileDao:","abstract":"

    Initializer

    ","parent_name":"GPKGGeoPackageTileRetriever"},"Classes/GPKGGeoPackageTileRetriever.html#/c:objc(cs)GPKGGeoPackageTileRetriever(im)initWithTileDao:andWidth:andHeight:":{"name":"-initWithTileDao:andWidth:andHeight:","abstract":"

    Initializer

    ","parent_name":"GPKGGeoPackageTileRetriever"},"Classes/GPKGGeoPackageTileRetriever.html#/c:objc(cs)GPKGGeoPackageTileRetriever(im)webMercatorBoundingBox":{"name":"-webMercatorBoundingBox","abstract":"

    Get the web mercator bounding box

    ","parent_name":"GPKGGeoPackageTileRetriever"},"Classes/GPKGGeoPackageTileRetriever.html#/c:objc(cs)GPKGGeoPackageTileRetriever(im)scaling":{"name":"-scaling","abstract":"

    Get the Tile Scaling options

    ","parent_name":"GPKGGeoPackageTileRetriever"},"Classes/GPKGGeoPackageTileRetriever.html#/c:objc(cs)GPKGGeoPackageTileRetriever(im)setScaling:":{"name":"-setScaling:","abstract":"

    Set the Tile Scaling options

    ","parent_name":"GPKGGeoPackageTileRetriever"},"Classes/GPKGGeoPackageTile.html#/c:objc(cs)GPKGGeoPackageTile(py)width":{"name":"width","abstract":"

    Tile width

    ","parent_name":"GPKGGeoPackageTile"},"Classes/GPKGGeoPackageTile.html#/c:objc(cs)GPKGGeoPackageTile(py)height":{"name":"height","abstract":"

    Tile height

    ","parent_name":"GPKGGeoPackageTile"},"Classes/GPKGGeoPackageTile.html#/c:objc(cs)GPKGGeoPackageTile(py)data":{"name":"data","abstract":"

    Image data

    ","parent_name":"GPKGGeoPackageTile"},"Classes/GPKGGeoPackageTile.html#/c:objc(cs)GPKGGeoPackageTile(im)initWithWidth:andHeight:andData:":{"name":"-initWithWidth:andHeight:andData:","abstract":"

    Initialize

    ","parent_name":"GPKGGeoPackageTile"},"Classes/GPKGWebMercatorOptimize.html#/c:objc(cs)GPKGWebMercatorOptimize(cm)create":{"name":"+create","abstract":"

    Create with minimal bounds

    ","parent_name":"GPKGWebMercatorOptimize"},"Classes/GPKGWebMercatorOptimize.html#/c:objc(cs)GPKGWebMercatorOptimize(cm)createWorld":{"name":"+createWorld","abstract":"

    Create with world bounds

    ","parent_name":"GPKGWebMercatorOptimize"},"Classes/GPKGWebMercatorOptimize.html#/c:objc(cs)GPKGWebMercatorOptimize(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGWebMercatorOptimize"},"Classes/GPKGWebMercatorOptimize.html#/c:objc(cs)GPKGWebMercatorOptimize(im)initWithWorld:":{"name":"-initWithWorld:","abstract":"

    Initialize

    ","parent_name":"GPKGWebMercatorOptimize"},"Classes/GPKGTileReprojectionZoom.html#/c:objc(cs)GPKGTileReprojectionZoom(py)toZoom":{"name":"toZoom","abstract":"

    Reprojected new zoom level

    ","parent_name":"GPKGTileReprojectionZoom"},"Classes/GPKGTileReprojectionZoom.html#/c:objc(cs)GPKGTileReprojectionZoom(py)matrixWidth":{"name":"matrixWidth","abstract":"

    Number of columns at the zoom level

    ","parent_name":"GPKGTileReprojectionZoom"},"Classes/GPKGTileReprojectionZoom.html#/c:objc(cs)GPKGTileReprojectionZoom(py)matrixHeight":{"name":"matrixHeight","abstract":"

    Number of rows at the zoom level

    ","parent_name":"GPKGTileReprojectionZoom"},"Classes/GPKGTileReprojectionZoom.html#/c:objc(cs)GPKGTileReprojectionZoom(py)tileWidth":{"name":"tileWidth","abstract":"

    Tile width in pixels

    ","parent_name":"GPKGTileReprojectionZoom"},"Classes/GPKGTileReprojectionZoom.html#/c:objc(cs)GPKGTileReprojectionZoom(py)tileHeight":{"name":"tileHeight","abstract":"

    Tile height in pixels

    ","parent_name":"GPKGTileReprojectionZoom"},"Classes/GPKGTileReprojectionZoom.html#/c:objc(cs)GPKGTileReprojectionZoom(im)initWithZoom:":{"name":"-initWithZoom:","abstract":"

    Initialize zoom level reprojection configuration

    ","parent_name":"GPKGTileReprojectionZoom"},"Classes/GPKGTileReprojectionZoom.html#/c:objc(cs)GPKGTileReprojectionZoom(im)zoom":{"name":"-zoom","abstract":"

    Get the zoom level

    ","parent_name":"GPKGTileReprojectionZoom"},"Classes/GPKGTileReprojectionZoom.html#/c:objc(cs)GPKGTileReprojectionZoom(im)hasToZoom":{"name":"-hasToZoom","abstract":"

    Has to zoom level value

    ","parent_name":"GPKGTileReprojectionZoom"},"Classes/GPKGTileReprojectionZoom.html#/c:objc(cs)GPKGTileReprojectionZoom(im)hasMatrixWidth":{"name":"-hasMatrixWidth","abstract":"

    Has matrix width value

    ","parent_name":"GPKGTileReprojectionZoom"},"Classes/GPKGTileReprojectionZoom.html#/c:objc(cs)GPKGTileReprojectionZoom(im)hasMatrixHeight":{"name":"-hasMatrixHeight","abstract":"

    Has matrix height value

    ","parent_name":"GPKGTileReprojectionZoom"},"Classes/GPKGTileReprojectionZoom.html#/c:objc(cs)GPKGTileReprojectionZoom(im)hasTileWidth":{"name":"-hasTileWidth","abstract":"

    Has tile width value

    ","parent_name":"GPKGTileReprojectionZoom"},"Classes/GPKGTileReprojectionZoom.html#/c:objc(cs)GPKGTileReprojectionZoom(im)hasTileHeight":{"name":"-hasTileHeight","abstract":"

    Has tile height value

    ","parent_name":"GPKGTileReprojectionZoom"},"Classes/GPKGTileReprojectionOptimize.html#/c:objc(cs)GPKGTileReprojectionOptimize(py)world":{"name":"world","abstract":"

    World tile coordinate bounds (XYZ), as opposed to minimal tile fitting bounds (default)

    ","parent_name":"GPKGTileReprojectionOptimize"},"Classes/GPKGTileReprojectionOptimize.html#/c:objc(cs)GPKGTileReprojectionOptimize(cm)webMercator":{"name":"+webMercator","abstract":"

    Create a Web Mercator optimization, minimally tile bounded

    ","parent_name":"GPKGTileReprojectionOptimize"},"Classes/GPKGTileReprojectionOptimize.html#/c:objc(cs)GPKGTileReprojectionOptimize(cm)platteCarre":{"name":"+platteCarre","abstract":"

    Create a Platte Carre (WGS84) optimization, minimally tile bounded

    ","parent_name":"GPKGTileReprojectionOptimize"},"Classes/GPKGTileReprojectionOptimize.html#/c:objc(cs)GPKGTileReprojectionOptimize(cm)webMercatorWorld":{"name":"+webMercatorWorld","abstract":"

    Create a Web Mercator optimization, world bounded with XYZ tile coordinates

    ","parent_name":"GPKGTileReprojectionOptimize"},"Classes/GPKGTileReprojectionOptimize.html#/c:objc(cs)GPKGTileReprojectionOptimize(cm)platteCarreWorld":{"name":"+platteCarreWorld","abstract":"

    Create a Platte Carre (WGS84) optimization, world bounded with XYZ tile coordinates

    ","parent_name":"GPKGTileReprojectionOptimize"},"Classes/GPKGTileReprojectionOptimize.html#/c:objc(cs)GPKGTileReprojectionOptimize(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGTileReprojectionOptimize"},"Classes/GPKGTileReprojectionOptimize.html#/c:objc(cs)GPKGTileReprojectionOptimize(im)initWithWorld:":{"name":"-initWithWorld:","abstract":"

    Initialize

    ","parent_name":"GPKGTileReprojectionOptimize"},"Classes/GPKGTileReprojectionOptimize.html#/c:objc(cs)GPKGTileReprojectionOptimize(im)projection":{"name":"-projection","abstract":"

    Get the optimization projection

    ","parent_name":"GPKGTileReprojectionOptimize"},"Classes/GPKGTileReprojectionOptimize.html#/c:objc(cs)GPKGTileReprojectionOptimize(im)tileGrid":{"name":"-tileGrid","abstract":"

    Get the world tile grid of the optimization projection

    ","parent_name":"GPKGTileReprojectionOptimize"},"Classes/GPKGTileReprojectionOptimize.html#/c:objc(cs)GPKGTileReprojectionOptimize(im)boundingBox":{"name":"-boundingBox","abstract":"

    Get the world bounding box of the optimization projection

    ","parent_name":"GPKGTileReprojectionOptimize"},"Classes/GPKGTileReprojectionOptimize.html#/c:objc(cs)GPKGTileReprojectionOptimize(im)tileGridWithBoundingBox:andZoom:":{"name":"-tileGridWithBoundingBox:andZoom:","abstract":"

    Get the tile grid of the bounding box at the zoom

    ","parent_name":"GPKGTileReprojectionOptimize"},"Classes/GPKGTileReprojectionOptimize.html#/c:objc(cs)GPKGTileReprojectionOptimize(im)boundingBoxWithTileGrid:andZoom:":{"name":"-boundingBoxWithTileGrid:andZoom:","abstract":"

    Get the bounding box of the tile grid at the zoom

    ","parent_name":"GPKGTileReprojectionOptimize"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(py)optimize":{"name":"optimize","abstract":"

    Optional optimization

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(py)overwrite":{"name":"overwrite","abstract":"

    Overwrite existing tiles at a zoom level when geographic calculations differ

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(py)tileWidth":{"name":"tileWidth","abstract":"

    Tile width in pixels

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(py)tileHeight":{"name":"tileHeight","abstract":"

    Tile height in pixels

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(py)progress":{"name":"progress","abstract":"

    Progress callbacks

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(cm)createWithGeoPackage:andTable:inProjection:":{"name":"+createWithGeoPackage:andTable:inProjection:","abstract":"

    Create a Reprojection from a GeoPackage tile table, replacing the existing tiles

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(cm)createWithGeoPackage:andTable:toTable:inProjection:":{"name":"+createWithGeoPackage:andTable:toTable:inProjection:","abstract":"

    Create a Reprojection from a GeoPackage tile table to a new tile table within the GeoPackage

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(cm)createWithGeoPackage:andTable:toGeoPackage:andTable:inProjection:":{"name":"+createWithGeoPackage:andTable:toGeoPackage:andTable:inProjection:","abstract":"

    Create a Reprojection from a GeoPackage tile table to a new tile table in a specified GeoPackage

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(cm)createWithTileDao:toGeoPackage:andTable:inProjection:":{"name":"+createWithTileDao:toGeoPackage:andTable:inProjection:","abstract":"

    Create a Reprojection from a tile table to a new tile table in a specified GeoPackage

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(cm)createWithGeoPackage:andTable:toTileDao:":{"name":"+createWithGeoPackage:andTable:toTileDao:","abstract":"

    Create a Reprojection from a GeoPackage tile table to a new tile table

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(cm)createWithTileDao:toTileDao:":{"name":"+createWithTileDao:toTileDao:","abstract":"

    Create a Reprojection from a GeoPackage tile table to a new tile table

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(cm)createWithGeoPackage:andTable:toGeoPackage:andTileDao:":{"name":"+createWithGeoPackage:andTable:toGeoPackage:andTileDao:","abstract":"

    Create a Reprojection from a GeoPackage tile table to a new tile table

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(cm)createWithTileDao:toGeoPackage:andTileDao:":{"name":"+createWithTileDao:toGeoPackage:andTileDao:","abstract":"

    Create a Reprojection from a GeoPackage tile table to a new tile table

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(cm)createWithGeoPackage:andTable:andOptimize:":{"name":"+createWithGeoPackage:andTable:andOptimize:","abstract":"

    Create a Reprojection from a GeoPackage tile table, replacing the existing tiles

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(cm)createWithGeoPackage:andTable:toTable:andOptimize:":{"name":"+createWithGeoPackage:andTable:toTable:andOptimize:","abstract":"

    Create a Reprojection from a GeoPackage tile table to a new tile table within the GeoPackage

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(cm)createWithGeoPackage:andTable:toGeoPackage:andTable:andOptimize:":{"name":"+createWithGeoPackage:andTable:toGeoPackage:andTable:andOptimize:","abstract":"

    Create a Reprojection from a GeoPackage tile table to a new tile table in a specified GeoPackage

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(cm)createWithTileDao:toGeoPackage:andTable:andOptimize:":{"name":"+createWithTileDao:toGeoPackage:andTable:andOptimize:","abstract":"

    Create a Reprojection from a tile table to a new tile table in a specified GeoPackage

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(cm)reprojectGeoPackage:andTable:inProjection:":{"name":"+reprojectGeoPackage:andTable:inProjection:","abstract":"

    Reproject a GeoPackage tile table, replacing the existing tiles

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(cm)reprojectFromGeoPackage:andTable:toTable:inProjection:":{"name":"+reprojectFromGeoPackage:andTable:toTable:inProjection:","abstract":"

    Reproject a GeoPackage tile table to a new tile table within the GeoPackage

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(cm)reprojectFromGeoPackage:andTable:toGeoPackage:andTable:inProjection:":{"name":"+reprojectFromGeoPackage:andTable:toGeoPackage:andTable:inProjection:","abstract":"

    Reproject a GeoPackage tile table to a new tile table in a specified GeoPackage

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(cm)reprojectFromTileDao:toGeoPackage:andTable:inProjection:":{"name":"+reprojectFromTileDao:toGeoPackage:andTable:inProjection:","abstract":"

    Reproject a tile table to a new tile table in a specified GeoPackage

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(cm)reprojectFromGeoPackage:andTable:toTileDao:":{"name":"+reprojectFromGeoPackage:andTable:toTileDao:","abstract":"

    Reproject a GeoPackage tile table to a new tile table

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(cm)reprojectFromTileDao:toTileDao:":{"name":"+reprojectFromTileDao:toTileDao:","abstract":"

    Reproject a GeoPackage tile table to a new tile table

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(cm)reprojectFromGeoPackage:andTable:toGeoPackage:andTileDao:":{"name":"+reprojectFromGeoPackage:andTable:toGeoPackage:andTileDao:","abstract":"

    Reproject a GeoPackage tile table to a new tile table

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(cm)reprojectFromTileDao:toGeoPackage:andTileDao:":{"name":"+reprojectFromTileDao:toGeoPackage:andTileDao:","abstract":"

    Reproject a GeoPackage tile table to a new tile table

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(cm)reprojectGeoPackage:andTable:andOptimize:":{"name":"+reprojectGeoPackage:andTable:andOptimize:","abstract":"

    Reproject a GeoPackage tile table, replacing the existing tiles

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(cm)reprojectFromGeoPackage:andTable:toTable:andOptimize:":{"name":"+reprojectFromGeoPackage:andTable:toTable:andOptimize:","abstract":"

    Reproject a GeoPackage tile table to a new tile table within the GeoPackage

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(cm)reprojectFromGeoPackage:andTable:toGeoPackage:andTable:andOptimize:":{"name":"+reprojectFromGeoPackage:andTable:toGeoPackage:andTable:andOptimize:","abstract":"

    Reproject a GeoPackage tile table to a new tile table in a specified GeoPackage

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(cm)reprojectFromTileDao:toGeoPackage:andTable:andOptimize:":{"name":"+reprojectFromTileDao:toGeoPackage:andTable:andOptimize:","abstract":"

    Reproject a tile table to a new tile table in a specified GeoPackage

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(im)initWithTileDao:toGeoPackage:andTable:inProjection:":{"name":"-initWithTileDao:toGeoPackage:andTable:inProjection:","abstract":"

    Initialize, reproject a tile table to a new tile table in a specified GeoPackage

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(im)initWithTileDao:toTileDao:":{"name":"-initWithTileDao:toTileDao:","abstract":"

    Initialize, reproject a GeoPackage tile table to a new tile table

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(im)initWithTileDao:toGeoPackage:andTileDao:":{"name":"-initWithTileDao:toGeoPackage:andTileDao:","abstract":"

    Initialize, reproject a GeoPackage tile table to a new tile table

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(im)zoomConfigs":{"name":"-zoomConfigs","abstract":"

    Get the zoom level configurations

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(im)configForZoom:":{"name":"-configForZoom:","abstract":"

    Get the zoom level configuration for a zoom level

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(im)configOrCreateForZoom:":{"name":"-configOrCreateForZoom:","abstract":"

    Get the zoom level configuration or create new configuration for a zoom level

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(im)setConfig:":{"name":"-setConfig:","abstract":"

    Set a zoom level configuration for a zoom level

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(im)setToZoom:forZoom:":{"name":"-setToZoom:forZoom:","abstract":"

    Set a reprojected to zoom level for a zoom level

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(im)toZoomForZoom:":{"name":"-toZoomForZoom:","abstract":"

    Get a reprojected to zoom level from a zoom level, defaults as the zoom level if not set

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(im)setTileWidth:forZoom:":{"name":"-setTileWidth:forZoom:","abstract":"

    Set a reprojected tile width for a zoom level

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(im)tileWidthForZoom:":{"name":"-tileWidthForZoom:","abstract":"

    Get a reprojected tile width from a zoom level

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(im)setTileHeight:forZoom:":{"name":"-setTileHeight:forZoom:","abstract":"

    Set a reprojected tile height for a zoom level

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(im)tileHeightForZoom:":{"name":"-tileHeightForZoom:","abstract":"

    Get a reprojected tile height from a zoom level

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(im)setMatrixWidth:forZoom:":{"name":"-setMatrixWidth:forZoom:","abstract":"

    Set a reprojected matrix width for a zoom level

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(im)matrixWidthForZoom:":{"name":"-matrixWidthForZoom:","abstract":"

    Get a reprojected matrix width from a zoom level

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(im)setMatrixHeight:forZoom:":{"name":"-setMatrixHeight:forZoom:","abstract":"

    Set a reprojected matrix height for a zoom level

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(im)matrixHeightForZoom:":{"name":"-matrixHeightForZoom:","abstract":"

    Get a reprojected matrix height from a zoom level

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(im)reproject":{"name":"-reproject","abstract":"

    Reproject the tile table

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(im)reprojectWithMinZoom:andMaxZoom:":{"name":"-reprojectWithMinZoom:andMaxZoom:","abstract":"

    Reproject the tile table within the zoom range

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(im)reprojectWithZooms:":{"name":"-reprojectWithZooms:","abstract":"

    Reproject the tile table for the zoom levels, ordered numerically lowest to highest

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(im)reprojectWithZoom:":{"name":"-reprojectWithZoom:","abstract":"

    Reproject the tile table for the zoom level

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGPlatteCarreOptimize.html#/c:objc(cs)GPKGPlatteCarreOptimize(cm)create":{"name":"+create","abstract":"

    Create with minimal bounds

    ","parent_name":"GPKGPlatteCarreOptimize"},"Classes/GPKGPlatteCarreOptimize.html#/c:objc(cs)GPKGPlatteCarreOptimize(cm)createWorld":{"name":"+createWorld","abstract":"

    Create with world bounds

    ","parent_name":"GPKGPlatteCarreOptimize"},"Classes/GPKGPlatteCarreOptimize.html#/c:objc(cs)GPKGPlatteCarreOptimize(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGPlatteCarreOptimize"},"Classes/GPKGPlatteCarreOptimize.html#/c:objc(cs)GPKGPlatteCarreOptimize(im)initWithWorld:":{"name":"-initWithWorld:","abstract":"

    Initialize

    ","parent_name":"GPKGPlatteCarreOptimize"},"Classes/GPKGXYZOverlay.html#/c:objc(cs)GPKGXYZOverlay(im)initWithTileDao:":{"name":"-initWithTileDao:","abstract":"

    Initialize

    ","parent_name":"GPKGXYZOverlay"},"Classes/GPKGOverlayFactory.html#/c:objc(cs)GPKGOverlayFactory(cm)tileOverlayWithTileDao:":{"name":"+tileOverlayWithTileDao:","abstract":"

    Get a Tile Overlay for the Tile DAO

    ","parent_name":"GPKGOverlayFactory"},"Classes/GPKGOverlayFactory.html#/c:objc(cs)GPKGOverlayFactory(cm)tileOverlayWithTileDao:andScaling:":{"name":"+tileOverlayWithTileDao:andScaling:","abstract":"

    Get a Tile Overlay for the Tile DAO

    ","parent_name":"GPKGOverlayFactory"},"Classes/GPKGOverlayFactory.html#/c:objc(cs)GPKGOverlayFactory(cm)boundedOverlay:":{"name":"+boundedOverlay:","abstract":"

    Get a Bounded Overlay Tile Provider for the Tile DAO

    ","parent_name":"GPKGOverlayFactory"},"Classes/GPKGOverlayFactory.html#/c:objc(cs)GPKGOverlayFactory(cm)boundedOverlay:andScaling:":{"name":"+boundedOverlay:andScaling:","abstract":"

    Get a Bounded Overlay Tile Provider for the Tile DAO

    ","parent_name":"GPKGOverlayFactory"},"Classes/GPKGOverlayFactory.html#/c:objc(cs)GPKGOverlayFactory(cm)compositeOverlayWithTileDao:andOverlay:":{"name":"+compositeOverlayWithTileDao:andOverlay:","abstract":"

    Create a composite overlay by first adding a tile overlay for the tile DAO followed by the provided overlay

    ","parent_name":"GPKGOverlayFactory"},"Classes/GPKGOverlayFactory.html#/c:objc(cs)GPKGOverlayFactory(cm)compositeOverlayWithTileDaos:andOverlay:":{"name":"+compositeOverlayWithTileDaos:andOverlay:","abstract":"

    Create a composite overlay by first adding tile overlays for the tile DAOs followed by the provided overlay

    ","parent_name":"GPKGOverlayFactory"},"Classes/GPKGOverlayFactory.html#/c:objc(cs)GPKGOverlayFactory(cm)compositeOverlayWithTileDaos:":{"name":"+compositeOverlayWithTileDaos:","abstract":"

    Create a composite overlay by adding tile overlays for the tile DAOs

    ","parent_name":"GPKGOverlayFactory"},"Classes/GPKGOverlayFactory.html#/c:objc(cs)GPKGOverlayFactory(cm)linkedFeatureOverlayWithOverlay:andGeoPackage:":{"name":"+linkedFeatureOverlayWithOverlay:andGeoPackage:","abstract":"

    Create a composite overlay linking the feature overly with

    ","parent_name":"GPKGOverlayFactory"},"Classes/GPKGGeoPackageOverlay.html#/c:objc(cs)GPKGGeoPackageOverlay(py)coordinate":{"name":"coordinate","abstract":"

    Coordinate

    ","parent_name":"GPKGGeoPackageOverlay"},"Classes/GPKGGeoPackageOverlay.html#/c:objc(cs)GPKGGeoPackageOverlay(im)boundingMapRect":{"name":"-boundingMapRect","abstract":"

    The projected rectangle that encompasses the overlay. (required) (read-only)

    ","parent_name":"GPKGGeoPackageOverlay"},"Classes/GPKGGeoPackageOverlay.html#/c:objc(cs)GPKGGeoPackageOverlay(im)initWithTileDao:":{"name":"-initWithTileDao:","abstract":"

    Initialize

    ","parent_name":"GPKGGeoPackageOverlay"},"Classes/GPKGGeoPackageOverlay.html#/c:objc(cs)GPKGGeoPackageOverlay(im)initWithTileDao:andWidth:andHeight:":{"name":"-initWithTileDao:andWidth:andHeight:","abstract":"

    Initialize

    ","parent_name":"GPKGGeoPackageOverlay"},"Classes/GPKGGeoPackageOverlay.html#/c:objc(cs)GPKGGeoPackageOverlay(im)initWithTileDao:andScaling:":{"name":"-initWithTileDao:andScaling:","abstract":"

    Initialize

    ","parent_name":"GPKGGeoPackageOverlay"},"Classes/GPKGGeoPackageOverlay.html#/c:objc(cs)GPKGGeoPackageOverlay(im)initWithTileDao:andWidth:andHeight:andScaling:":{"name":"-initWithTileDao:andWidth:andHeight:andScaling:","abstract":"

    Initialize

    ","parent_name":"GPKGGeoPackageOverlay"},"Classes/GPKGFeatureTableData.html#/c:objc(cs)GPKGFeatureTableData(im)initWithName:andCount:":{"name":"-initWithName:andCount:","abstract":"

    Initializer

    ","parent_name":"GPKGFeatureTableData"},"Classes/GPKGFeatureTableData.html#/c:objc(cs)GPKGFeatureTableData(im)initWithName:andCount:andRows:":{"name":"-initWithName:andCount:andRows:","abstract":"

    Initializer

    ","parent_name":"GPKGFeatureTableData"},"Classes/GPKGFeatureTableData.html#/c:objc(cs)GPKGFeatureTableData(im)name":{"name":"-name","abstract":"

    Get the table name

    ","parent_name":"GPKGFeatureTableData"},"Classes/GPKGFeatureTableData.html#/c:objc(cs)GPKGFeatureTableData(im)count":{"name":"-count","abstract":"

    Get the feature row count

    ","parent_name":"GPKGFeatureTableData"},"Classes/GPKGFeatureTableData.html#/c:objc(cs)GPKGFeatureTableData(im)rows":{"name":"-rows","abstract":"

    Get the feature row data

    ","parent_name":"GPKGFeatureTableData"},"Classes/GPKGFeatureTableData.html#/c:objc(cs)GPKGFeatureTableData(im)jsonCompatible":{"name":"-jsonCompatible","abstract":"

    Build a JSON compatible object

    ","parent_name":"GPKGFeatureTableData"},"Classes/GPKGFeatureTableData.html#/c:objc(cs)GPKGFeatureTableData(im)jsonCompatibleWithPoints:":{"name":"-jsonCompatibleWithPoints:","abstract":"

    Build a JSON compatible object

    ","parent_name":"GPKGFeatureTableData"},"Classes/GPKGFeatureTableData.html#/c:objc(cs)GPKGFeatureTableData(im)jsonCompatibleWithGeometries:":{"name":"-jsonCompatibleWithGeometries:","abstract":"

    Build a JSON compatible object

    ","parent_name":"GPKGFeatureTableData"},"Classes/GPKGFeatureTableData.html#/c:objc(cs)GPKGFeatureTableData(im)jsonCompatibleWithPoints:andGeometries:":{"name":"-jsonCompatibleWithPoints:andGeometries:","abstract":"

    Build a JSON compatible object

    ","parent_name":"GPKGFeatureTableData"},"Classes/GPKGFeatureRowData.html#/c:objc(cs)GPKGFeatureRowData(im)initWithValues:":{"name":"-initWithValues:","abstract":"

    Initializer

    ","parent_name":"GPKGFeatureRowData"},"Classes/GPKGFeatureRowData.html#/c:objc(cs)GPKGFeatureRowData(im)initWithValues:andGeometryColumnName:":{"name":"-initWithValues:andGeometryColumnName:","abstract":"

    Initializer

    ","parent_name":"GPKGFeatureRowData"},"Classes/GPKGFeatureRowData.html#/c:objc(cs)GPKGFeatureRowData(im)initWithValues:andIdColumnName:andGeometryColumnName:":{"name":"-initWithValues:andIdColumnName:andGeometryColumnName:","abstract":"

    Initializer

    ","parent_name":"GPKGFeatureRowData"},"Classes/GPKGFeatureRowData.html#/c:objc(cs)GPKGFeatureRowData(im)values":{"name":"-values","abstract":"

    Get the values

    ","parent_name":"GPKGFeatureRowData"},"Classes/GPKGFeatureRowData.html#/c:objc(cs)GPKGFeatureRowData(im)idColumn":{"name":"-idColumn","abstract":"

    Get the id column name

    ","parent_name":"GPKGFeatureRowData"},"Classes/GPKGFeatureRowData.html#/c:objc(cs)GPKGFeatureRowData(im)id":{"name":"-id","abstract":"

    Get the id

    ","parent_name":"GPKGFeatureRowData"},"Classes/GPKGFeatureRowData.html#/c:objc(cs)GPKGFeatureRowData(im)geometryColumn":{"name":"-geometryColumn","abstract":"

    Get the geometry column name

    ","parent_name":"GPKGFeatureRowData"},"Classes/GPKGFeatureRowData.html#/c:objc(cs)GPKGFeatureRowData(im)geometryData":{"name":"-geometryData","abstract":"

    Get the geometry data

    ","parent_name":"GPKGFeatureRowData"},"Classes/GPKGFeatureRowData.html#/c:objc(cs)GPKGFeatureRowData(im)geometry":{"name":"-geometry","abstract":"

    Get the geometry

    ","parent_name":"GPKGFeatureRowData"},"Classes/GPKGFeatureRowData.html#/c:objc(cs)GPKGFeatureRowData(im)geometryType":{"name":"-geometryType","abstract":"

    Get the geometry type

    ","parent_name":"GPKGFeatureRowData"},"Classes/GPKGFeatureRowData.html#/c:objc(cs)GPKGFeatureRowData(im)geometryEnvelope":{"name":"-geometryEnvelope","abstract":"

    Get the geometry envelope

    ","parent_name":"GPKGFeatureRowData"},"Classes/GPKGFeatureRowData.html#/c:objc(cs)GPKGFeatureRowData(im)jsonCompatible":{"name":"-jsonCompatible","abstract":"

    Build a JSON compatible object

    ","parent_name":"GPKGFeatureRowData"},"Classes/GPKGFeatureRowData.html#/c:objc(cs)GPKGFeatureRowData(im)jsonCompatibleWithPoints:":{"name":"-jsonCompatibleWithPoints:","abstract":"

    Build a JSON compatible object

    ","parent_name":"GPKGFeatureRowData"},"Classes/GPKGFeatureRowData.html#/c:objc(cs)GPKGFeatureRowData(im)jsonCompatibleWithGeometries:":{"name":"-jsonCompatibleWithGeometries:","abstract":"

    Build a JSON compatible object

    ","parent_name":"GPKGFeatureRowData"},"Classes/GPKGFeatureRowData.html#/c:objc(cs)GPKGFeatureRowData(im)jsonCompatibleWithPoints:andGeometries:":{"name":"-jsonCompatibleWithPoints:andGeometries:","abstract":"

    Build a JSON compatible object

    ","parent_name":"GPKGFeatureRowData"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(py)screenClickPercentage":{"name":"screenClickPercentage","abstract":"

    Screen click percentage between 0.0 and 1.0 for how close a feature on the screen must be","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(py)maxFeaturesInfo":{"name":"maxFeaturesInfo","abstract":"

    Flag indicating if building info messages for tiles with features over the max is enabled

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(py)featuresInfo":{"name":"featuresInfo","abstract":"

    Flag indicating if building info messages for clicked features is enabled

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(py)stylePixelBounds":{"name":"stylePixelBounds","abstract":"

    Pixel bounds

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)initWithFeatureOverlay:":{"name":"-initWithFeatureOverlay:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)initWithBoundedOverlay:andFeatureTiles:":{"name":"-initWithBoundedOverlay:andFeatureTiles:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)boundedOverlay":{"name":"-boundedOverlay","abstract":"

    Get the bounded overlay

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)featureTiles":{"name":"-featureTiles","abstract":"

    Get the feature tiles

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)featureInfoBuilder":{"name":"-featureInfoBuilder","abstract":"

    Get the feature info builder

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)calculateStylePixelBounds":{"name":"-calculateStylePixelBounds","abstract":"

    Calculate and set the style pixel bounds to enable queries on visible feature styles

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)onAtCurrentZoomWithMapView:andLocationCoordinate:":{"name":"-onAtCurrentZoomWithMapView:andLocationCoordinate:","abstract":"

    Determine if the the feature overlay is on for the current zoom level of the map view at the location coordinate

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)onAtZoom:andLocationCoordinate:":{"name":"-onAtZoom:andLocationCoordinate:","abstract":"

    Determine if the the feature overlay is on for the provided zoom level at the location coordinate

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)tileFeatureCountWithMapPoint:andDoubleZoom:":{"name":"-tileFeatureCountWithMapPoint:andDoubleZoom:","abstract":"

    Get the count of features in the tile at the map point and zoom level

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)tileFeatureCountWithMapPoint:andZoom:":{"name":"-tileFeatureCountWithMapPoint:andZoom:","abstract":"

    Get the count of features in the tile at the map point and zoom level

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)tileFeatureCountWithMKMapPoint:andDoubleZoom:":{"name":"-tileFeatureCountWithMKMapPoint:andDoubleZoom:","abstract":"

    Get the count of features in the tile at the mapkit map point and zoom level

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)tileFeatureCountWithMKMapPoint:andZoom:":{"name":"-tileFeatureCountWithMKMapPoint:andZoom:","abstract":"

    Get the count of features in the tile at the mapkit map point and zoom level

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)tileFeatureCountWithLocationCoordinate:andDoubleZoom:":{"name":"-tileFeatureCountWithLocationCoordinate:andDoubleZoom:","abstract":"

    Get the count of features in the tile at the location coordinate and zoom level

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)tileFeatureCountWithLocationCoordinate:andZoom:":{"name":"-tileFeatureCountWithLocationCoordinate:andZoom:","abstract":"

    Get the count of features in the tile at the location coordinate and zoom level

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)tileFeatureCountWithPoint:andDoubleZoom:":{"name":"-tileFeatureCountWithPoint:andDoubleZoom:","abstract":"

    Get the count of features in the tile at the point and zoom level

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)tileFeatureCountWithPoint:andZoom:":{"name":"-tileFeatureCountWithPoint:andZoom:","abstract":"

    Get the count of features in the tile at the point and zoom level

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(cm)tileBoundsWithMapPoint:andDoubleZoom:":{"name":"+tileBoundsWithMapPoint:andDoubleZoom:","abstract":"

    Get the WGS84 bounds of the tile at the map point and zoom level

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(cm)tileBoundsWithMapPoint:andZoom:":{"name":"+tileBoundsWithMapPoint:andZoom:","abstract":"

    Get the WGS84 bounds of the tile at the map point and zoom level

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(cm)tileBoundsWithMKMapPoint:andDoubleZoom:":{"name":"+tileBoundsWithMKMapPoint:andDoubleZoom:","abstract":"

    Get the WGS84 bounds of the tile at the mapkit map point and zoom level

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(cm)tileBoundsWithMKMapPoint:andZoom:":{"name":"+tileBoundsWithMKMapPoint:andZoom:","abstract":"

    Get the WGS84 bounds of the tile at the mapkit map point and zoom level

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(cm)tileBoundsWithLocationCoordinate:andDoubleZoom:":{"name":"+tileBoundsWithLocationCoordinate:andDoubleZoom:","abstract":"

    Get the WGS84 bounds of the tile at the location coordinate and zoom level

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(cm)tileBoundsWithLocationCoordinate:andZoom:":{"name":"+tileBoundsWithLocationCoordinate:andZoom:","abstract":"

    Get the WGS84 bounds of the tile at the location coordinate and zoom level

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(cm)tileBoundsWithPoint:andDoubleZoom:":{"name":"+tileBoundsWithPoint:andDoubleZoom:","abstract":"

    Get the WGS84 bounds of the tile at the point and zoom level

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(cm)tileBoundsWithPoint:andZoom:":{"name":"+tileBoundsWithPoint:andZoom:","abstract":"

    Get the WGS84 bounds of the tile at the point and zoom level

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(cm)tileBoundsInProjection:withMapPoint:andDoubleZoom:":{"name":"+tileBoundsInProjection:withMapPoint:andDoubleZoom:","abstract":"

    Get the WGS84 bounds of the tile at the map point and zoom level

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(cm)tileBoundsInProjection:withMapPoint:andZoom:":{"name":"+tileBoundsInProjection:withMapPoint:andZoom:","abstract":"

    Get the WGS84 bounds of the tile at the map point and zoom level

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(cm)tileBoundsInProjection:withMKMapPoint:andDoubleZoom:":{"name":"+tileBoundsInProjection:withMKMapPoint:andDoubleZoom:","abstract":"

    Get the WGS84 bounds of the tile at the mapkit map point and zoom level

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(cm)tileBoundsInProjection:withMKMapPoint:andZoom:":{"name":"+tileBoundsInProjection:withMKMapPoint:andZoom:","abstract":"

    Get the WGS84 bounds of the tile at the mapkit map point and zoom level

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(cm)tileBoundsInProjection:withLocationCoordinate:andDoubleZoom:":{"name":"+tileBoundsInProjection:withLocationCoordinate:andDoubleZoom:","abstract":"

    Get the WGS84 bounds of the tile at the location coordinate and zoom level

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(cm)tileBoundsInProjection:withLocationCoordinate:andZoom:":{"name":"+tileBoundsInProjection:withLocationCoordinate:andZoom:","abstract":"

    Get the WGS84 bounds of the tile at the location coordinate and zoom level

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(cm)tileBoundsInProjection:withPoint:andDoubleZoom:":{"name":"+tileBoundsInProjection:withPoint:andDoubleZoom:","abstract":"

    Get the WGS84 bounds of the tile at the point and zoom level

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(cm)tileBoundsInProjection:withPoint:andZoom:":{"name":"+tileBoundsInProjection:withPoint:andZoom:","abstract":"

    Get the WGS84 bounds of the tile at the point and zoom level

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)moreThanMaxFeatures:":{"name":"-moreThanMaxFeatures:","abstract":"

    Determine if the provided count of features in the tile is more than the configured max features per tile

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)queryFeaturesWithBoundingBox:":{"name":"-queryFeaturesWithBoundingBox:","abstract":"

    Query for features in the WGS84 projected bounding box

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)queryFeaturesWithColumns:andBoundingBox:":{"name":"-queryFeaturesWithColumns:andBoundingBox:","abstract":"

    Query for features in the WGS84 projected bounding box

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)queryFeaturesWithBoundingBox:inProjection:":{"name":"-queryFeaturesWithBoundingBox:inProjection:","abstract":"

    Query for features in the bounding box

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)queryFeaturesWithColumns:andBoundingBox:inProjection:":{"name":"-queryFeaturesWithColumns:andBoundingBox:inProjection:","abstract":"

    Query for features in the bounding box

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)isIndexed":{"name":"-isIndexed","abstract":"

    Check if the features are indexed

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)buildMaxFeaturesInfoMessageWithTileFeaturesCount:":{"name":"-buildMaxFeaturesInfoMessageWithTileFeaturesCount:","abstract":"

    Get a max features information message

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)buildMapClickMessageWithCGPoint:andMapView:":{"name":"-buildMapClickMessageWithCGPoint:andMapView:","abstract":"

    Perform a query based upon the map click location and build a info message

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)buildMapClickMessageWithLocationCoordinate:andMapView:":{"name":"-buildMapClickMessageWithLocationCoordinate:andMapView:","abstract":"

    Perform a query based upon the map click location and build a info message

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)buildMapClickMessageWithCGPoint:andMapView:andProjection:":{"name":"-buildMapClickMessageWithCGPoint:andMapView:andProjection:","abstract":"

    Perform a query based upon the map click location and build a info message

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)buildMapClickMessageWithLocationCoordinate:andMapView:andProjection:":{"name":"-buildMapClickMessageWithLocationCoordinate:andMapView:andProjection:","abstract":"

    Perform a query based upon the map click location and build a info message

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)buildMapClickMessageWithLocationCoordinate:andZoom:andMapBounds:":{"name":"-buildMapClickMessageWithLocationCoordinate:andZoom:andMapBounds:","abstract":"

    Perform a query based upon the map click location and build a info message

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)buildMapClickMessageWithLocationCoordinate:andZoom:andMapBounds:andProjection:":{"name":"-buildMapClickMessageWithLocationCoordinate:andZoom:andMapBounds:andProjection:","abstract":"

    Perform a query based upon the map click location and build a info message

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)buildMapClickMessageWithLocationCoordinate:andZoom:andMapBounds:andTolerance:":{"name":"-buildMapClickMessageWithLocationCoordinate:andZoom:andMapBounds:andTolerance:","abstract":"

    Perform a query based upon the map click location and build a info message

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)buildMapClickMessageWithLocationCoordinate:andZoom:andMapBounds:andTolerance:andProjection:":{"name":"-buildMapClickMessageWithLocationCoordinate:andZoom:andMapBounds:andTolerance:andProjection:","abstract":"

    Perform a query based upon the map click location and build a info message

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)buildMapClickTableDataWithCGPoint:andMapView:":{"name":"-buildMapClickTableDataWithCGPoint:andMapView:","abstract":"

    Perform a query based upon the map click location and build feature table data

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)buildMapClickTableDataWithLocationCoordinate:andMapView:":{"name":"-buildMapClickTableDataWithLocationCoordinate:andMapView:","abstract":"

    Perform a query based upon the map click location and build feature table data

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)buildMapClickTableDataWithCGPoint:andMapView:andProjection:":{"name":"-buildMapClickTableDataWithCGPoint:andMapView:andProjection:","abstract":"

    Perform a query based upon the map click location and build feature table data

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)buildMapClickTableDataWithLocationCoordinate:andMapView:andProjection:":{"name":"-buildMapClickTableDataWithLocationCoordinate:andMapView:andProjection:","abstract":"

    Perform a query based upon the map click location and build feature table data

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)buildMapClickTableDataWithLocationCoordinate:andZoom:andMapBounds:":{"name":"-buildMapClickTableDataWithLocationCoordinate:andZoom:andMapBounds:","abstract":"

    Perform a query based upon the map click location and build feature table data

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)buildMapClickTableDataWithLocationCoordinate:andZoom:andMapBounds:andProjection:":{"name":"-buildMapClickTableDataWithLocationCoordinate:andZoom:andMapBounds:andProjection:","abstract":"

    Perform a query based upon the map click location and build feature table data

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)buildMapClickTableDataWithLocationCoordinate:andZoom:andMapBounds:andTolerance:":{"name":"-buildMapClickTableDataWithLocationCoordinate:andZoom:andMapBounds:andTolerance:","abstract":"

    Perform a query based upon the map click location and build feature table data

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)buildMapClickTableDataWithLocationCoordinate:andZoom:andMapBounds:andTolerance:andProjection:":{"name":"-buildMapClickTableDataWithLocationCoordinate:andZoom:andMapBounds:andTolerance:andProjection:","abstract":"

    Perform a query based upon the map click location and build feature table data

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlay.html#/c:objc(cs)GPKGFeatureOverlay(py)featureTiles":{"name":"featureTiles","abstract":"

    Feature tiles

    ","parent_name":"GPKGFeatureOverlay"},"Classes/GPKGFeatureOverlay.html#/c:objc(cs)GPKGFeatureOverlay(im)initWithFeatureTiles:":{"name":"-initWithFeatureTiles:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureOverlay"},"Classes/GPKGFeatureOverlay.html#/c:objc(cs)GPKGFeatureOverlay(im)ignoreTileDaos:":{"name":"-ignoreTileDaos:","abstract":"

    Ignore drawing tiles if they exist in the tile tables represented by the tile daos

    ","parent_name":"GPKGFeatureOverlay"},"Classes/GPKGFeatureOverlay.html#/c:objc(cs)GPKGFeatureOverlay(im)ignoreTileDao:":{"name":"-ignoreTileDao:","abstract":"

    Ignore drawing tiles if they exist in the tile table represented by the tile dao

    ","parent_name":"GPKGFeatureOverlay"},"Classes/GPKGFeatureOverlay.html#/c:objc(cs)GPKGFeatureOverlay(im)clearIgnored":{"name":"-clearIgnored","abstract":"

    Clear all ignored tile tables

    ","parent_name":"GPKGFeatureOverlay"},"Classes/GPKGCompositeOverlay.html#/c:objc(cs)GPKGCompositeOverlay(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGCompositeOverlay"},"Classes/GPKGCompositeOverlay.html#/c:objc(cs)GPKGCompositeOverlay(im)initWithOverlay:":{"name":"-initWithOverlay:","abstract":"

    Initialize

    ","parent_name":"GPKGCompositeOverlay"},"Classes/GPKGCompositeOverlay.html#/c:objc(cs)GPKGCompositeOverlay(im)initWithOverlays:":{"name":"-initWithOverlays:","abstract":"

    Initialize

    ","parent_name":"GPKGCompositeOverlay"},"Classes/GPKGCompositeOverlay.html#/c:objc(cs)GPKGCompositeOverlay(im)addOverlay:":{"name":"-addOverlay:","abstract":"

    Add an overlay

    ","parent_name":"GPKGCompositeOverlay"},"Classes/GPKGCompositeOverlay.html#/c:objc(cs)GPKGCompositeOverlay(im)addOverlays:":{"name":"-addOverlays:","abstract":"

    Add overlays

    ","parent_name":"GPKGCompositeOverlay"},"Classes/GPKGCompositeOverlay.html#/c:objc(cs)GPKGCompositeOverlay(im)clearOverlays":{"name":"-clearOverlays","abstract":"

    Clear the overlays

    ","parent_name":"GPKGCompositeOverlay"},"Classes/GPKGBoundedOverlay.html#/c:objc(cs)GPKGBoundedOverlay(py)minZoom":{"name":"minZoom","abstract":"

    Min zoom

    ","parent_name":"GPKGBoundedOverlay"},"Classes/GPKGBoundedOverlay.html#/c:objc(cs)GPKGBoundedOverlay(py)maxZoom":{"name":"maxZoom","abstract":"

    Max zoom

    ","parent_name":"GPKGBoundedOverlay"},"Classes/GPKGBoundedOverlay.html#/c:objc(cs)GPKGBoundedOverlay(py)webMercatorBoundingBox":{"name":"webMercatorBoundingBox","abstract":"

    Web mercator bounding box

    ","parent_name":"GPKGBoundedOverlay"},"Classes/GPKGBoundedOverlay.html#/c:objc(cs)GPKGBoundedOverlay(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGBoundedOverlay"},"Classes/GPKGBoundedOverlay.html#/c:objc(cs)GPKGBoundedOverlay(im)setBoundingBox:inProjection:":{"name":"-setBoundingBox:inProjection:","abstract":"

    Set the bounding box, provided as the indicated projection

    ","parent_name":"GPKGBoundedOverlay"},"Classes/GPKGBoundedOverlay.html#/c:objc(cs)GPKGBoundedOverlay(im)boundingBoxInProjection:":{"name":"-boundingBoxInProjection:","abstract":"

    Get the bounding box as the provided projection

    ","parent_name":"GPKGBoundedOverlay"},"Classes/GPKGBoundedOverlay.html#/c:objc(cs)GPKGBoundedOverlay(im)hasTileWithX:andY:andZoom:":{"name":"-hasTileWithX:andY:andZoom:","abstract":"

    Determine if there is a tile for the x, y, and zoom

    ","parent_name":"GPKGBoundedOverlay"},"Classes/GPKGBoundedOverlay.html#/c:objc(cs)GPKGBoundedOverlay(im)hasTileToRetrieveWithX:andY:andZoom:":{"name":"-hasTileToRetrieveWithX:andY:andZoom:","abstract":"

    Check if there is a tile to retrieve without performing a tile is within bounds check

    ","parent_name":"GPKGBoundedOverlay"},"Classes/GPKGBoundedOverlay.html#/c:objc(cs)GPKGBoundedOverlay(im)retrieveTileWithX:andY:andZoom:":{"name":"-retrieveTileWithX:andY:andZoom:","abstract":"

    Retrieve the tile

    ","parent_name":"GPKGBoundedOverlay"},"Classes/GPKGBoundedOverlay.html#/c:objc(cs)GPKGBoundedOverlay(im)isWithinBoundsWithX:andY:andZoom:":{"name":"-isWithinBoundsWithX:andY:andZoom:","abstract":"

    Is the tile within the zoom and bounding box bounds

    ","parent_name":"GPKGBoundedOverlay"},"Classes/GPKGBoundedOverlay.html#/c:objc(cs)GPKGBoundedOverlay(im)isWithinZoom:":{"name":"-isWithinZoom:","abstract":"

    Check if the zoom is within the overlay zoom range

    ","parent_name":"GPKGBoundedOverlay"},"Classes/GPKGBoundedOverlay.html#/c:objc(cs)GPKGBoundedOverlay(im)isWithinBoundingBoxWithX:andY:andZoom:":{"name":"-isWithinBoundingBoxWithX:andY:andZoom:","abstract":"

    Check if the tile request is within the desired tile bounds

    ","parent_name":"GPKGBoundedOverlay"},"Classes/GPKGTileMatrixSetDao.html#/c:objc(cs)GPKGTileMatrixSetDao(cm)createWithDatabase:":{"name":"+createWithDatabase:","abstract":"

    Create the DAO

    ","parent_name":"GPKGTileMatrixSetDao"},"Classes/GPKGTileMatrixSetDao.html#/c:objc(cs)GPKGTileMatrixSetDao(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGTileMatrixSetDao"},"Classes/GPKGTileMatrixSetDao.html#/c:objc(cs)GPKGTileMatrixSetDao(im)tileTables":{"name":"-tileTables","abstract":"

    Get the tile table names

    ","parent_name":"GPKGTileMatrixSetDao"},"Classes/GPKGTileMatrixSetDao.html#/c:objc(cs)GPKGTileMatrixSetDao(im)srs:":{"name":"-srs:","abstract":"

    Get the Spatial Reference System of the Tile Matrix Set

    ","parent_name":"GPKGTileMatrixSetDao"},"Classes/GPKGTileMatrixSetDao.html#/c:objc(cs)GPKGTileMatrixSetDao(im)contents:":{"name":"-contents:","abstract":"

    Get the Contents of the Tile Matrix Set

    ","parent_name":"GPKGTileMatrixSetDao"},"Classes/GPKGTileMatrixSetDao.html#/c:objc(cs)GPKGTileMatrixSetDao(im)boundingBoxOfTileMatrixSet:inProjection:":{"name":"-boundingBoxOfTileMatrixSet:inProjection:","abstract":"

    Get a bounding box in the provided projection

    ","parent_name":"GPKGTileMatrixSetDao"},"Classes/GPKGTileMatrixSet.html#/c:objc(cs)GPKGTileMatrixSet(py)tableName":{"name":"tableName","abstract":"

    Tile Pyramid User Data Table Name

    ","parent_name":"GPKGTileMatrixSet"},"Classes/GPKGTileMatrixSet.html#/c:objc(cs)GPKGTileMatrixSet(py)srsId":{"name":"srsId","abstract":"

    Unique identifier for each Spatial Reference System within a GeoPackage

    ","parent_name":"GPKGTileMatrixSet"},"Classes/GPKGTileMatrixSet.html#/c:objc(cs)GPKGTileMatrixSet(py)minX":{"name":"minX","abstract":"

    Bounding box minimum easting or longitude for all content in table_name

    ","parent_name":"GPKGTileMatrixSet"},"Classes/GPKGTileMatrixSet.html#/c:objc(cs)GPKGTileMatrixSet(py)minY":{"name":"minY","abstract":"

    Bounding box minimum northing or latitude for all content in table_name

    ","parent_name":"GPKGTileMatrixSet"},"Classes/GPKGTileMatrixSet.html#/c:objc(cs)GPKGTileMatrixSet(py)maxX":{"name":"maxX","abstract":"

    Bounding box maximum easting or longitude for all content in table_name

    ","parent_name":"GPKGTileMatrixSet"},"Classes/GPKGTileMatrixSet.html#/c:objc(cs)GPKGTileMatrixSet(py)maxY":{"name":"maxY","abstract":"

    Bounding box maximum northing or latitude for all content in table_name

    ","parent_name":"GPKGTileMatrixSet"},"Classes/GPKGTileMatrixSet.html#/c:objc(cs)GPKGTileMatrixSet(im)setContents:":{"name":"-setContents:","abstract":"

    Set the Contents

    ","parent_name":"GPKGTileMatrixSet"},"Classes/GPKGTileMatrixSet.html#/c:objc(cs)GPKGTileMatrixSet(im)setSrs:":{"name":"-setSrs:","abstract":"

    Set the Spatial Reference System

    ","parent_name":"GPKGTileMatrixSet"},"Classes/GPKGTileMatrixSet.html#/c:objc(cs)GPKGTileMatrixSet(im)boundingBox":{"name":"-boundingBox","abstract":"

    Get a bounding box

    ","parent_name":"GPKGTileMatrixSet"},"Classes/GPKGTileMatrixSet.html#/c:objc(cs)GPKGTileMatrixSet(im)setBoundingBox:":{"name":"-setBoundingBox:","abstract":"

    Set a bounding box

    ","parent_name":"GPKGTileMatrixSet"},"Classes/GPKGTileMatrixDao.html#/c:objc(cs)GPKGTileMatrixDao(cm)createWithDatabase:":{"name":"+createWithDatabase:","abstract":"

    Create the DAO

    ","parent_name":"GPKGTileMatrixDao"},"Classes/GPKGTileMatrixDao.html#/c:objc(cs)GPKGTileMatrixDao(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGTileMatrixDao"},"Classes/GPKGTileMatrixDao.html#/c:objc(cs)GPKGTileMatrixDao(im)contents:":{"name":"-contents:","abstract":"

    Get the Contents of the Tile Matrix

    ","parent_name":"GPKGTileMatrixDao"},"Classes/GPKGTileMatrixDao.html#/c:objc(cs)GPKGTileMatrixDao(im)queryForTableName:":{"name":"-queryForTableName:","abstract":"

    Query tile matrices for a table name

    ","parent_name":"GPKGTileMatrixDao"},"Classes/GPKGTileMatrixDao.html#/c:objc(cs)GPKGTileMatrixDao(im)tileMatricesForTableName:":{"name":"-tileMatricesForTableName:","abstract":"

    Query tile matrices for a table name

    ","parent_name":"GPKGTileMatrixDao"},"Classes/GPKGTileMatrixDao.html#/c:objc(cs)GPKGTileMatrixDao(im)deleteByTableName:":{"name":"-deleteByTableName:","abstract":"

    Delete Tile Matrices for a table name

    ","parent_name":"GPKGTileMatrixDao"},"Classes/GPKGTileMatrix.html#/c:objc(cs)GPKGTileMatrix(py)tableName":{"name":"tableName","abstract":"

    Tile Pyramid User Data Table Name

    ","parent_name":"GPKGTileMatrix"},"Classes/GPKGTileMatrix.html#/c:objc(cs)GPKGTileMatrix(py)zoomLevel":{"name":"zoomLevel","abstract":"

    0 ⇐ zoom_level ⇐ max_level for table_name

    ","parent_name":"GPKGTileMatrix"},"Classes/GPKGTileMatrix.html#/c:objc(cs)GPKGTileMatrix(py)matrixWidth":{"name":"matrixWidth","abstract":"

    Number of columns (>= 1) in tile matrix at this zoom level

    ","parent_name":"GPKGTileMatrix"},"Classes/GPKGTileMatrix.html#/c:objc(cs)GPKGTileMatrix(py)matrixHeight":{"name":"matrixHeight","abstract":"

    Number of rows (>= 1) in tile matrix at this zoom level

    ","parent_name":"GPKGTileMatrix"},"Classes/GPKGTileMatrix.html#/c:objc(cs)GPKGTileMatrix(py)tileWidth":{"name":"tileWidth","abstract":"

    Tile width in pixels (>= 1)for this zoom level

    ","parent_name":"GPKGTileMatrix"},"Classes/GPKGTileMatrix.html#/c:objc(cs)GPKGTileMatrix(py)tileHeight":{"name":"tileHeight","abstract":"

    Tile height in pixels (>= 1)for this zoom level

    ","parent_name":"GPKGTileMatrix"},"Classes/GPKGTileMatrix.html#/c:objc(cs)GPKGTileMatrix(py)pixelXSize":{"name":"pixelXSize","abstract":"

    In t_table_name srid units or default meters for srid 0 (>0)

    ","parent_name":"GPKGTileMatrix"},"Classes/GPKGTileMatrix.html#/c:objc(cs)GPKGTileMatrix(py)pixelYSize":{"name":"pixelYSize","abstract":"

    In t_table_name srid units or default meters for srid 0 (>0)

    ","parent_name":"GPKGTileMatrix"},"Classes/GPKGTileMatrix.html#/c:objc(cs)GPKGTileMatrix(im)setContents:":{"name":"-setContents:","abstract":"

    Set the Contents

    ","parent_name":"GPKGTileMatrix"},"Classes/GPKGTileMatrix.html#/c:objc(cs)GPKGTileMatrix(im)setPixelXSizeValue:":{"name":"-setPixelXSizeValue:","abstract":"

    Set the pixel x size

    ","parent_name":"GPKGTileMatrix"},"Classes/GPKGTileMatrix.html#/c:objc(cs)GPKGTileMatrix(im)setPixelYSizeValue:":{"name":"-setPixelYSizeValue:","abstract":"

    Set the pixel y size

    ","parent_name":"GPKGTileMatrix"},"Classes/GPKGNumberFeaturesTile.html#/c:objc(cs)GPKGNumberFeaturesTile(py)textFont":{"name":"textFont","abstract":"

    Text font used for the drawn number

    ","parent_name":"GPKGNumberFeaturesTile"},"Classes/GPKGNumberFeaturesTile.html#/c:objc(cs)GPKGNumberFeaturesTile(py)textFontSize":{"name":"textFontSize","abstract":"

    Text font size used for the drawn number

    ","parent_name":"GPKGNumberFeaturesTile"},"Classes/GPKGNumberFeaturesTile.html#/c:objc(cs)GPKGNumberFeaturesTile(py)textColor":{"name":"textColor","abstract":"

    Text color

    ","parent_name":"GPKGNumberFeaturesTile"},"Classes/GPKGNumberFeaturesTile.html#/c:objc(cs)GPKGNumberFeaturesTile(py)drawCircle":{"name":"drawCircle","abstract":"

    When true, circle is drawn

    ","parent_name":"GPKGNumberFeaturesTile"},"Classes/GPKGNumberFeaturesTile.html#/c:objc(cs)GPKGNumberFeaturesTile(py)circleStrokeWidth":{"name":"circleStrokeWidth","abstract":"

    Circle stroke width

    ","parent_name":"GPKGNumberFeaturesTile"},"Classes/GPKGNumberFeaturesTile.html#/c:objc(cs)GPKGNumberFeaturesTile(py)circleColor":{"name":"circleColor","abstract":"

    Circle color

    ","parent_name":"GPKGNumberFeaturesTile"},"Classes/GPKGNumberFeaturesTile.html#/c:objc(cs)GPKGNumberFeaturesTile(py)fillCircle":{"name":"fillCircle","abstract":"

    When true, circle is filled with color

    ","parent_name":"GPKGNumberFeaturesTile"},"Classes/GPKGNumberFeaturesTile.html#/c:objc(cs)GPKGNumberFeaturesTile(py)circleFillColor":{"name":"circleFillColor","abstract":"

    Circle fill color

    ","parent_name":"GPKGNumberFeaturesTile"},"Classes/GPKGNumberFeaturesTile.html#/c:objc(cs)GPKGNumberFeaturesTile(py)drawTileBorder":{"name":"drawTileBorder","abstract":"

    When true, tile border is drawn

    ","parent_name":"GPKGNumberFeaturesTile"},"Classes/GPKGNumberFeaturesTile.html#/c:objc(cs)GPKGNumberFeaturesTile(py)tileBorderStrokeWidth":{"name":"tileBorderStrokeWidth","abstract":"

    Tile Border stroke width

    ","parent_name":"GPKGNumberFeaturesTile"},"Classes/GPKGNumberFeaturesTile.html#/c:objc(cs)GPKGNumberFeaturesTile(py)tileBorderColor":{"name":"tileBorderColor","abstract":"

    Tile Border color

    ","parent_name":"GPKGNumberFeaturesTile"},"Classes/GPKGNumberFeaturesTile.html#/c:objc(cs)GPKGNumberFeaturesTile(py)fillTile":{"name":"fillTile","abstract":"

    When true, tile is filled with color

    ","parent_name":"GPKGNumberFeaturesTile"},"Classes/GPKGNumberFeaturesTile.html#/c:objc(cs)GPKGNumberFeaturesTile(py)tileFillColor":{"name":"tileFillColor","abstract":"

    Tile fill color

    ","parent_name":"GPKGNumberFeaturesTile"},"Classes/GPKGNumberFeaturesTile.html#/c:objc(cs)GPKGNumberFeaturesTile(py)circlePaddingPercentage":{"name":"circlePaddingPercentage","abstract":"

    The percentage of border to include around the edges of the text in the circle

    ","parent_name":"GPKGNumberFeaturesTile"},"Classes/GPKGNumberFeaturesTile.html#/c:objc(cs)GPKGNumberFeaturesTile(py)drawUnindexedTiles":{"name":"drawUnindexedTiles","abstract":"

    Flag indicating whether tiles should be drawn for feature tables that are not indexed

    ","parent_name":"GPKGNumberFeaturesTile"},"Classes/GPKGNumberFeaturesTile.html#/c:objc(cs)GPKGNumberFeaturesTile(py)unindexedText":{"name":"unindexedText","abstract":"

    Text used when drawing tiles for feature tables that are not indexed

    ","parent_name":"GPKGNumberFeaturesTile"},"Classes/GPKGNumberFeaturesTile.html#/c:objc(cs)GPKGNumberFeaturesTile(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGNumberFeaturesTile"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(py)indexManager":{"name":"indexManager","abstract":"

    When not null, features are retrieved using a feature index

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(py)featureTableStyles":{"name":"featureTableStyles","abstract":"

    Feature Style extension

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(py)tileWidth":{"name":"tileWidth","abstract":"

    Tile width

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(py)tileHeight":{"name":"tileHeight","abstract":"

    Tile height

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(py)compressFormat":{"name":"compressFormat","abstract":"

    Compress format

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(py)pointRadius":{"name":"pointRadius","abstract":"

    Point radius

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(py)pointColor":{"name":"pointColor","abstract":"

    Point color

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(py)pointIcon":{"name":"pointIcon","abstract":"

    Optional point icon in place of a drawn circle

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(py)lineStrokeWidth":{"name":"lineStrokeWidth","abstract":"

    Line stroke width

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(py)lineColor":{"name":"lineColor","abstract":"

    Line color

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(py)polygonStrokeWidth":{"name":"polygonStrokeWidth","abstract":"

    Polygon stroke width

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(py)polygonColor":{"name":"polygonColor","abstract":"

    Polygon color

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(py)fillPolygon":{"name":"fillPolygon","abstract":"

    When true, polygon is filled with color

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(py)polygonFillColor":{"name":"polygonFillColor","abstract":"

    Polygon fill color

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(py)heightOverlap":{"name":"heightOverlap","abstract":"

    Height overlapping pixels between tile images

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(py)widthOverlap":{"name":"widthOverlap","abstract":"

    Width overlapping pixels between tile images

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(py)maxFeaturesPerTile":{"name":"maxFeaturesPerTile","abstract":"

    Optional max features per tile. When more features than this value exist for creating a","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(py)maxFeaturesTileDraw":{"name":"maxFeaturesTileDraw","abstract":"

    When not null and the number of features is greater than the max features per tile,","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(py)simplifyGeometries":{"name":"simplifyGeometries","abstract":"

    When true, geometries are simplified before being drawn. Default is true

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(py)scale":{"name":"scale","abstract":"

    Scale factor from pixels to map points

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(py)cacheBoundingBoxes":{"name":"cacheBoundingBoxes","abstract":"

    When true, geometry bounds are cached. Default is true

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(py)cacheMapShapes":{"name":"cacheMapShapes","abstract":"

    When true, geometry map shapes are cached. Default is true

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)initWithFeatureDao:":{"name":"-initWithFeatureDao:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)initWithFeatureDao:andScale:":{"name":"-initWithFeatureDao:andScale:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)initWithFeatureDao:andWidth:andHeight:":{"name":"-initWithFeatureDao:andWidth:andHeight:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)initWithGeoPackage:andFeatureDao:":{"name":"-initWithGeoPackage:andFeatureDao:","abstract":"

    Initialize, auto creates the index manager for indexed tables and feature styles for styled tables

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)initWithGeoPackage:andFeatureDao:andScale:":{"name":"-initWithGeoPackage:andFeatureDao:andScale:","abstract":"

    Initialize, auto creates the index manager for indexed tables and feature styles for styled tables

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)initWithGeoPackage:andFeatureDao:andWidth:andHeight:":{"name":"-initWithGeoPackage:andFeatureDao:andWidth:andHeight:","abstract":"

    Initialize, auto creates the index manager for indexed tables and feature styles for styled tables

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)initWithGeoPackage:andFeatureDao:andScale:andWidth:andHeight:":{"name":"-initWithGeoPackage:andFeatureDao:andScale:andWidth:andHeight:","abstract":"

    Initialize, auto creates the index manager for indexed tables and feature styles for styled tables

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)featureDao":{"name":"-featureDao","abstract":"

    Get the feature dao

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)close":{"name":"-close","abstract":"

    Close the feature tiles connection

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)calculateDrawOverlap":{"name":"-calculateDrawOverlap","abstract":"

    Call after making changes to the point icon, point radius, or paint stroke widths.","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)setDrawOverlapsWithPixels:":{"name":"-setDrawOverlapsWithPixels:","abstract":"

    Manually set the width and height draw overlap

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)isIndexQuery":{"name":"-isIndexQuery","abstract":"

    Is index query

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)ignoreFeatureTableStyles":{"name":"-ignoreFeatureTableStyles","abstract":"

    Ignore the feature table styles within the GeoPackage

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)clearCache":{"name":"-clearCache","abstract":"

    Clear all caches

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)clearIconCache":{"name":"-clearIconCache","abstract":"

    Clear the icon cache

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)setIconCacheSize:":{"name":"-setIconCacheSize:","abstract":"

    Set / resize the icon cache size

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)clearBoundingBoxCache":{"name":"-clearBoundingBoxCache","abstract":"

    Clear the bounding box cache

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)setBoundingBoxCacheSize:":{"name":"-setBoundingBoxCacheSize:","abstract":"

    Set / resize the bounding box cache size

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)clearMapShapeCache":{"name":"-clearMapShapeCache","abstract":"

    Clear the map shape cache

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)setMapShapeCacheSize:":{"name":"-setMapShapeCacheSize:","abstract":"

    Set / resize the map shape cache size

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)drawTileDataWithX:andY:andZoom:":{"name":"-drawTileDataWithX:andY:andZoom:","abstract":"

    Draw the tile and get the tile data from the x, y, and zoom level

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)drawTileWithX:andY:andZoom:":{"name":"-drawTileWithX:andY:andZoom:","abstract":"

    Draw a tile image from the x, y, and zoom level

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)drawTileQueryIndexWithX:andY:andZoom:":{"name":"-drawTileQueryIndexWithX:andY:andZoom:","abstract":"

    Draw a tile bitmap from the x, y, and zoom level by querying features in the tile location

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)queryIndexedFeaturesCountWithX:andY:andZoom:":{"name":"-queryIndexedFeaturesCountWithX:andY:andZoom:","abstract":"

    Query for feature result count in the x, y, and zoom

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)queryIndexedFeaturesCountWithWebMercatorBoundingBox:":{"name":"-queryIndexedFeaturesCountWithWebMercatorBoundingBox:","abstract":"

    Query for feature result count in the bounding box

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)queryIndexedFeaturesWithX:andY:andZoom:":{"name":"-queryIndexedFeaturesWithX:andY:andZoom:","abstract":"

    Query for feature results in the x, y, and zoom level by querying features in the tile location

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)queryIndexedFeaturesWithWebMercatorBoundingBox:":{"name":"-queryIndexedFeaturesWithWebMercatorBoundingBox:","abstract":"

    Query for feature results in the x, y, and zoom level by querying features in the tile location

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)expandBoundingBox:inProjection:":{"name":"-expandBoundingBox:inProjection:","abstract":"

    Create an expanded bounding box to handle features outside the tile that","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)expandBoundingBox:":{"name":"-expandBoundingBox:","abstract":"

    Create an expanded bounding box to handle features outside the tile that","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)expandBoundingBox:withTileBoundingBox:":{"name":"-expandBoundingBox:withTileBoundingBox:","abstract":"

    Create an expanded bounding box to handle features outside the tile that","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)drawTileQueryAllWithX:andY:andZoom:":{"name":"-drawTileQueryAllWithX:andY:andZoom:","abstract":"

    Draw a tile image from the x, y, and zoom level by querying all features. This could","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)calculateStylePixelBounds":{"name":"-calculateStylePixelBounds","abstract":"

    Calculate style pixel bounds

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)calculateStylePixelBoundsWithScale:":{"name":"-calculateStylePixelBoundsWithScale:","abstract":"

    Calculate style pixel bounds

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)drawTileWithZoom:andBoundingBox:andIndexResults:":{"name":"-drawTileWithZoom:andBoundingBox:andIndexResults:","abstract":"

    Draw a tile image from feature index results

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)drawTileWithZoom:andBoundingBox:andResults:":{"name":"-drawTileWithZoom:andBoundingBox:andResults:","abstract":"

    Draw a tile image from feature geometries in the provided result set

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)drawTileWithZoom:andBoundingBox:andFeatureRows:":{"name":"-drawTileWithZoom:andBoundingBox:andFeatureRows:","abstract":"

    Draw a tile image from the feature rows

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTilePointIcon.html#/c:objc(cs)GPKGFeatureTilePointIcon(py)xOffset":{"name":"xOffset","abstract":"

    X pixel offset

    ","parent_name":"GPKGFeatureTilePointIcon"},"Classes/GPKGFeatureTilePointIcon.html#/c:objc(cs)GPKGFeatureTilePointIcon(py)yOffset":{"name":"yOffset","abstract":"

    Y pixel offset

    ","parent_name":"GPKGFeatureTilePointIcon"},"Classes/GPKGFeatureTilePointIcon.html#/c:objc(cs)GPKGFeatureTilePointIcon(im)initWithIcon:":{"name":"-initWithIcon:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTilePointIcon"},"Classes/GPKGFeatureTilePointIcon.html#/c:objc(cs)GPKGFeatureTilePointIcon(im)pinIcon":{"name":"-pinIcon","abstract":"

    Pin the icon to the point, lower middle on the point

    ","parent_name":"GPKGFeatureTilePointIcon"},"Classes/GPKGFeatureTilePointIcon.html#/c:objc(cs)GPKGFeatureTilePointIcon(im)centerIcon":{"name":"-centerIcon","abstract":"

    Center the icon on the point

    ","parent_name":"GPKGFeatureTilePointIcon"},"Classes/GPKGFeatureTilePointIcon.html#/c:objc(cs)GPKGFeatureTilePointIcon(im)icon":{"name":"-icon","abstract":"

    Get the icon image

    ","parent_name":"GPKGFeatureTilePointIcon"},"Classes/GPKGFeatureTilePointIcon.html#/c:objc(cs)GPKGFeatureTilePointIcon(im)width":{"name":"-width","abstract":"

    Get the icon width

    ","parent_name":"GPKGFeatureTilePointIcon"},"Classes/GPKGFeatureTilePointIcon.html#/c:objc(cs)GPKGFeatureTilePointIcon(im)height":{"name":"-height","abstract":"

    Get the icon height

    ","parent_name":"GPKGFeatureTilePointIcon"},"Classes/GPKGFeatureTileGenerator.html#/c:objc(cs)GPKGFeatureTileGenerator(py)linkTables":{"name":"linkTables","abstract":"

    Flag indicating whether the feature and tile tables should be linked

    ","parent_name":"GPKGFeatureTileGenerator"},"Classes/GPKGFeatureTileGenerator.html#/c:objc(cs)GPKGFeatureTileGenerator(im)initWithGeoPackage:andTableName:andFeatureTiles:andMinZoom:andMaxZoom:andBoundingBox:andProjection:":{"name":"-initWithGeoPackage:andTableName:andFeatureTiles:andMinZoom:andMaxZoom:andBoundingBox:andProjection:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTileGenerator"},"Classes/GPKGFeatureTileGenerator.html#/c:objc(cs)GPKGFeatureTileGenerator(im)initWithGeoPackage:andTableName:andFeatureTiles:andFeatureGeoPackage:andMinZoom:andMaxZoom:andBoundingBox:andProjection:":{"name":"-initWithGeoPackage:andTableName:andFeatureTiles:andFeatureGeoPackage:andMinZoom:andMaxZoom:andBoundingBox:andProjection:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTileGenerator"},"Classes/GPKGFeatureTileGenerator.html#/c:objc(cs)GPKGFeatureTileGenerator(im)initWithGeoPackage:andTableName:andFeatureTiles:andMinZoom:andMaxZoom:andProjection:":{"name":"-initWithGeoPackage:andTableName:andFeatureTiles:andMinZoom:andMaxZoom:andProjection:","abstract":"

    Initialize, find the the bounding box from the feature table

    ","parent_name":"GPKGFeatureTileGenerator"},"Classes/GPKGFeatureTileGenerator.html#/c:objc(cs)GPKGFeatureTileGenerator(im)initWithGeoPackage:andTableName:andFeatureTiles:andFeatureGeoPackage:andMinZoom:andMaxZoom:andProjection:":{"name":"-initWithGeoPackage:andTableName:andFeatureTiles:andFeatureGeoPackage:andMinZoom:andMaxZoom:andProjection:","abstract":"

    Initialize, find the the bounding box from the feature table

    ","parent_name":"GPKGFeatureTileGenerator"},"Classes/GPKGFeatureTileContext.html#/c:objc(cs)GPKGFeatureTileContext(im)initWithWidth:andHeight:":{"name":"-initWithWidth:andHeight:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTileContext"},"Classes/GPKGFeatureTileContext.html#/c:objc(cs)GPKGFeatureTileContext(im)polygonContext":{"name":"-polygonContext","abstract":"

    Get the polygon context

    ","parent_name":"GPKGFeatureTileContext"},"Classes/GPKGFeatureTileContext.html#/c:objc(cs)GPKGFeatureTileContext(im)lineContext":{"name":"-lineContext","abstract":"

    Get the line context

    ","parent_name":"GPKGFeatureTileContext"},"Classes/GPKGFeatureTileContext.html#/c:objc(cs)GPKGFeatureTileContext(im)pointContext":{"name":"-pointContext","abstract":"

    Get the point context

    ","parent_name":"GPKGFeatureTileContext"},"Classes/GPKGFeatureTileContext.html#/c:objc(cs)GPKGFeatureTileContext(im)iconContext":{"name":"-iconContext","abstract":"

    Get the icon context

    ","parent_name":"GPKGFeatureTileContext"},"Classes/GPKGFeatureTileContext.html#/c:objc(cs)GPKGFeatureTileContext(im)createImage":{"name":"-createImage","abstract":"

    Create the final image from the layers, resets the layers

    ","parent_name":"GPKGFeatureTileContext"},"Classes/GPKGFeatureTileContext.html#/c:objc(cs)GPKGFeatureTileContext(im)recycle":{"name":"-recycle","abstract":"

    Recycle the layered contexts

    ","parent_name":"GPKGFeatureTileContext"},"Classes/GPKGFeaturePreview.html#/c:objc(cs)GPKGFeaturePreview(py)manual":{"name":"manual","abstract":"

    Manual bounding box query flag for non indexed and empty contents bounds","parent_name":"GPKGFeaturePreview"},"Classes/GPKGFeaturePreview.html#/c:objc(cs)GPKGFeaturePreview(py)bufferPercentage":{"name":"bufferPercentage","abstract":"

    Buffer percentage for drawing empty non features edges (greater than or equal to 0.0 and less than 0.5)

    ","parent_name":"GPKGFeaturePreview"},"Classes/GPKGFeaturePreview.html#/c:objc(cs)GPKGFeaturePreview(py)where":{"name":"where","abstract":"

    Where clause

    ","parent_name":"GPKGFeaturePreview"},"Classes/GPKGFeaturePreview.html#/c:objc(cs)GPKGFeaturePreview(py)whereArgs":{"name":"whereArgs","abstract":"

    Where clause arguments

    ","parent_name":"GPKGFeaturePreview"},"Classes/GPKGFeaturePreview.html#/c:objc(cs)GPKGFeaturePreview(py)limit":{"name":"limit","abstract":"

    Query feature limit

    ","parent_name":"GPKGFeaturePreview"},"Classes/GPKGFeaturePreview.html#/c:objc(cs)GPKGFeaturePreview(im)initWithGeoPackage:andTableName:":{"name":"-initWithGeoPackage:andTableName:","abstract":"

    Initialize

    ","parent_name":"GPKGFeaturePreview"},"Classes/GPKGFeaturePreview.html#/c:objc(cs)GPKGFeaturePreview(im)initWithGeoPackage:andFeatureDao:":{"name":"-initWithGeoPackage:andFeatureDao:","abstract":"

    Initialize

    ","parent_name":"GPKGFeaturePreview"},"Classes/GPKGFeaturePreview.html#/c:objc(cs)GPKGFeaturePreview(im)initWithGeoPackage:andFeatureTiles:":{"name":"-initWithGeoPackage:andFeatureTiles:","abstract":"

    Initialize

    ","parent_name":"GPKGFeaturePreview"},"Classes/GPKGFeaturePreview.html#/c:objc(cs)GPKGFeaturePreview(im)geoPackage":{"name":"-geoPackage","abstract":"

    Get the GeoPackage

    ","parent_name":"GPKGFeaturePreview"},"Classes/GPKGFeaturePreview.html#/c:objc(cs)GPKGFeaturePreview(im)featureTiles":{"name":"-featureTiles","abstract":"

    Get the feature tiles

    ","parent_name":"GPKGFeaturePreview"},"Classes/GPKGFeaturePreview.html#/c:objc(cs)GPKGFeaturePreview(im)columns":{"name":"-columns","abstract":"

    Get the query columns

    ","parent_name":"GPKGFeaturePreview"},"Classes/GPKGFeaturePreview.html#/c:objc(cs)GPKGFeaturePreview(im)addColumns:":{"name":"-addColumns:","abstract":"

    Add query columns

    ","parent_name":"GPKGFeaturePreview"},"Classes/GPKGFeaturePreview.html#/c:objc(cs)GPKGFeaturePreview(im)addColumn:":{"name":"-addColumn:","abstract":"

    Add a query column

    ","parent_name":"GPKGFeaturePreview"},"Classes/GPKGFeaturePreview.html#/c:objc(cs)GPKGFeaturePreview(im)appendWhere:":{"name":"-appendWhere:","abstract":"

    Append to the where clause

    ","parent_name":"GPKGFeaturePreview"},"Classes/GPKGFeaturePreview.html#/c:objc(cs)GPKGFeaturePreview(im)draw":{"name":"-draw","abstract":"

    Draw a preview image

    ","parent_name":"GPKGFeaturePreview"},"Classes/GPKGFeaturePreview.html#/c:objc(cs)GPKGFeaturePreview(im)close":{"name":"-close","abstract":"

    Close the feature tiles connection

    ","parent_name":"GPKGFeaturePreview"},"Classes/GPKGUrlTileGenerator.html#/c:objc(cs)GPKGUrlTileGenerator(py)tms":{"name":"tms","abstract":"

    TMS URL flag, when true x,y,z converted to TMS when requesting the tile

    ","parent_name":"GPKGUrlTileGenerator"},"Classes/GPKGUrlTileGenerator.html#/c:objc(cs)GPKGUrlTileGenerator(py)httpMethod":{"name":"httpMethod","abstract":"

    The HTTP request method, when nil default is “GET”

    ","parent_name":"GPKGUrlTileGenerator"},"Classes/GPKGUrlTileGenerator.html#/c:objc(cs)GPKGUrlTileGenerator(im)initWithGeoPackage:andTableName:andTileUrl:andBoundingBox:andProjection:":{"name":"-initWithGeoPackage:andTableName:andTileUrl:andBoundingBox:andProjection:","abstract":"

    Initialize

    ","parent_name":"GPKGUrlTileGenerator"},"Classes/GPKGUrlTileGenerator.html#/c:objc(cs)GPKGUrlTileGenerator(im)initWithGeoPackage:andTableName:andTileUrl:andZoom:andBoundingBox:andProjection:":{"name":"-initWithGeoPackage:andTableName:andTileUrl:andZoom:andBoundingBox:andProjection:","abstract":"

    Initialize

    ","parent_name":"GPKGUrlTileGenerator"},"Classes/GPKGUrlTileGenerator.html#/c:objc(cs)GPKGUrlTileGenerator(im)initWithGeoPackage:andTableName:andTileUrl:andMinZoom:andMaxZoom:andBoundingBox:andProjection:":{"name":"-initWithGeoPackage:andTableName:andTileUrl:andMinZoom:andMaxZoom:andBoundingBox:andProjection:","abstract":"

    Initialize

    ","parent_name":"GPKGUrlTileGenerator"},"Classes/GPKGUrlTileGenerator.html#/c:objc(cs)GPKGUrlTileGenerator(im)initWithGeoPackage:andTableName:andTileUrl:andZoomLevels:andBoundingBox:andProjection:":{"name":"-initWithGeoPackage:andTableName:andTileUrl:andZoomLevels:andBoundingBox:andProjection:","abstract":"

    Initialize

    ","parent_name":"GPKGUrlTileGenerator"},"Classes/GPKGUrlTileGenerator.html#/c:objc(cs)GPKGUrlTileGenerator(im)httpHeader":{"name":"-httpHeader","abstract":"

    Get the HTTP Header fields and field values

    ","parent_name":"GPKGUrlTileGenerator"},"Classes/GPKGUrlTileGenerator.html#/c:objc(cs)GPKGUrlTileGenerator(im)httpHeaderValuesforField:":{"name":"-httpHeaderValuesforField:","abstract":"

    Get the HTTP Header field values

    ","parent_name":"GPKGUrlTileGenerator"},"Classes/GPKGUrlTileGenerator.html#/c:objc(cs)GPKGUrlTileGenerator(im)addValue:forHTTPHeaderField:":{"name":"-addValue:forHTTPHeaderField:","abstract":"

    Add a HTTP Header field value, appending to any existing values for the field

    ","parent_name":"GPKGUrlTileGenerator"},"Classes/GPKGUrlTileGenerator.html#/c:objc(cs)GPKGUrlTileGenerator(im)addValues:forHTTPHeaderField:":{"name":"-addValues:forHTTPHeaderField:","abstract":"

    Add HTTP Header field values, appending to any existing values for the field

    ","parent_name":"GPKGUrlTileGenerator"},"Classes/GPKGTileUtils.html#/c:objc(cs)GPKGTileUtils(cm)tileLength":{"name":"+tileLength","abstract":"

    Get the tile side (width and height) dimension based upon the screen resolution

    ","parent_name":"GPKGTileUtils"},"Classes/GPKGTileUtils.html#/c:objc(cs)GPKGTileUtils(cm)tileLengthWithScale:":{"name":"+tileLengthWithScale:","abstract":"

    Get the tile side (width and height) dimension based upon the scale

    ","parent_name":"GPKGTileUtils"},"Classes/GPKGTileGrid.html#/c:objc(cs)GPKGTileGrid(py)minX":{"name":"minX","abstract":"

    Min x

    ","parent_name":"GPKGTileGrid"},"Classes/GPKGTileGrid.html#/c:objc(cs)GPKGTileGrid(py)maxX":{"name":"maxX","abstract":"

    Max x

    ","parent_name":"GPKGTileGrid"},"Classes/GPKGTileGrid.html#/c:objc(cs)GPKGTileGrid(py)minY":{"name":"minY","abstract":"

    Min y

    ","parent_name":"GPKGTileGrid"},"Classes/GPKGTileGrid.html#/c:objc(cs)GPKGTileGrid(py)maxY":{"name":"maxY","abstract":"

    Max y

    ","parent_name":"GPKGTileGrid"},"Classes/GPKGTileGrid.html#/c:objc(cs)GPKGTileGrid(im)initWithMinX:andMinY:andMaxX:andMaxY:":{"name":"-initWithMinX:andMinY:andMaxX:andMaxY:","abstract":"

    Initialize

    ","parent_name":"GPKGTileGrid"},"Classes/GPKGTileGrid.html#/c:objc(cs)GPKGTileGrid(im)count":{"name":"-count","abstract":"

    Get the count of tiles in the grid

    ","parent_name":"GPKGTileGrid"},"Classes/GPKGTileGrid.html#/c:objc(cs)GPKGTileGrid(im)width":{"name":"-width","abstract":"

    Get the grid width

    ","parent_name":"GPKGTileGrid"},"Classes/GPKGTileGrid.html#/c:objc(cs)GPKGTileGrid(im)height":{"name":"-height","abstract":"

    Get the grid height

    ","parent_name":"GPKGTileGrid"},"Classes/GPKGTileGrid.html#/c:objc(cs)GPKGTileGrid(im)equals:":{"name":"-equals:","abstract":"

    Determine if equal to the provided tile grid

    ","parent_name":"GPKGTileGrid"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(py)geoPackage":{"name":"geoPackage","abstract":"

    GeoPackage

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(py)tableName":{"name":"tableName","abstract":"

    Table Name

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(py)zoomLevels":{"name":"zoomLevels","abstract":"

    Zoom levels

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(py)projection":{"name":"projection","abstract":"

    Tiles projection

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(py)totalCount":{"name":"totalCount","abstract":"

    Total tile count

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(py)tileGrids":{"name":"tileGrids","abstract":"

    Tile grids by zoom level

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(py)tileBounds":{"name":"tileBounds","abstract":"

    Tile bounding boxes by zoom level

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(py)boundingBox":{"name":"boundingBox","abstract":"

    Tile bounding box

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(py)compressFormat":{"name":"compressFormat","abstract":"

    Compress format

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(py)compressQuality":{"name":"compressQuality","abstract":"

    Compress quality

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(py)progress":{"name":"progress","abstract":"

    GeoPackage progress for callbacks

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(py)xyzTiles":{"name":"xyzTiles","abstract":"

    True when generating tiles in standard z,x,y tile format, false when generating","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(py)compressScale":{"name":"compressScale","abstract":"

    Compress scale

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(py)tileGridBoundingBox":{"name":"tileGridBoundingBox","abstract":"

    Tile grid bounding box

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(py)matrixHeight":{"name":"matrixHeight","abstract":"

    Matrix height when GeoPackage tile format

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(py)matrixWidth":{"name":"matrixWidth","abstract":"

    Matrix width when GeoPackage tile format

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(py)scaling":{"name":"scaling","abstract":"

    Tile scaling settings

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(py)skipExisting":{"name":"skipExisting","abstract":"

    Skip existing tiles

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(im)initWithGeoPackage:andTableName:andBoundingBox:andProjection:":{"name":"-initWithGeoPackage:andTableName:andBoundingBox:andProjection:","abstract":"

    Initialize

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(im)initWithGeoPackage:andTableName:andZoom:andBoundingBox:andProjection:":{"name":"-initWithGeoPackage:andTableName:andZoom:andBoundingBox:andProjection:","abstract":"

    Initialize

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(im)initWithGeoPackage:andTableName:andMinZoom:andMaxZoom:andBoundingBox:andProjection:":{"name":"-initWithGeoPackage:andTableName:andMinZoom:andMaxZoom:andBoundingBox:andProjection:","abstract":"

    Initialize

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(im)initWithGeoPackage:andTableName:andZoomLevels:andBoundingBox:andProjection:":{"name":"-initWithGeoPackage:andTableName:andZoomLevels:andBoundingBox:andProjection:","abstract":"

    Initialize

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(im)minZoom":{"name":"-minZoom","abstract":"

    Get the min zoom

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(im)maxZoom":{"name":"-maxZoom","abstract":"

    Get the max zoom

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(im)addZoomLevel:":{"name":"-addZoomLevel:","abstract":"

    Add a zoom level

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(im)addZoomLevelsFromMinZoom:toMaxZoom:":{"name":"-addZoomLevelsFromMinZoom:toMaxZoom:","abstract":"

    Add a range of zoom levels

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(im)addZoomLevels:":{"name":"-addZoomLevels:","abstract":"

    Add zoom levels

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(im)boundingBoxAtZoom:":{"name":"-boundingBoxAtZoom:","abstract":"

    Get the bounding box, possibly expanded for the zoom level

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(im)setCompressQualityAsIntPercentage:":{"name":"-setCompressQualityAsIntPercentage:","abstract":"

    Set the compress quality as an integer percentage, 0 to 100

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(im)setCompressScaleAsIntPercentage:":{"name":"-setCompressScaleAsIntPercentage:","abstract":"

    Set the compress scale as an integer percentage, 0 to 100

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(im)tileCount":{"name":"-tileCount","abstract":"

    Get the tile count of tiles to be generated

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(im)generateTiles":{"name":"-generateTiles","abstract":"

    Generate the tiles

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(im)close":{"name":"-close","abstract":"

    Close the GeoPackage

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)overlapWithBoundingBox:andBoundingBox:":{"name":"+overlapWithBoundingBox:andBoundingBox:","abstract":"

    Get the overlapping bounding box between the two bounding boxes

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)overlapWithBoundingBox:andBoundingBox:andAllowEmpty:":{"name":"+overlapWithBoundingBox:andBoundingBox:andAllowEmpty:","abstract":"

    Get the overlapping bounding box between the two bounding boxes

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)overlapWithBoundingBox:andBoundingBox:withMaxLongitude:":{"name":"+overlapWithBoundingBox:andBoundingBox:withMaxLongitude:","abstract":"

    Get the overlapping bounding box between the two bounding boxes adjusting the second box to an Anti-Meridian complementary version based upon the max longitude

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)overlapWithBoundingBox:andBoundingBox:withMaxLongitude:andAllowEmpty:":{"name":"+overlapWithBoundingBox:andBoundingBox:withMaxLongitude:andAllowEmpty:","abstract":"

    Get the overlapping bounding box between the two bounding boxes adjusting the second box to an Anti-Meridian complementary version based upon the max longitude

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)isPoint:inBoundingBox:":{"name":"+isPoint:inBoundingBox:","abstract":"

    Determine if the point is within the bounding box

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)isPoint:inBoundingBox:withMaxLongitude:":{"name":"+isPoint:inBoundingBox:withMaxLongitude:","abstract":"

    Determine if the point is within the bounding box

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)unionWithBoundingBox:andBoundingBox:":{"name":"+unionWithBoundingBox:andBoundingBox:","abstract":"

    Get the union bounding box combining the two bounding boxes

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)xPixelWithWidth:andBoundingBox:andLongitude:":{"name":"+xPixelWithWidth:andBoundingBox:andLongitude:","abstract":"

    Get the X pixel for where the longitude fits into the bounding box

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)longitudeFromPixelWithWidth:andBoundingBox:andPixel:":{"name":"+longitudeFromPixelWithWidth:andBoundingBox:andPixel:","abstract":"

    Get the longitude from the pixel location, bounding box, and image width

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)longitudeFromPixelWithWidth:andBoundingBox:andTileBoundingBox:andPixel:":{"name":"+longitudeFromPixelWithWidth:andBoundingBox:andTileBoundingBox:andPixel:","abstract":"

    Get the longitude from the pixel location, bounding box, tile bounding","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)yPixelWithHeight:andBoundingBox:andLatitude:":{"name":"+yPixelWithHeight:andBoundingBox:andLatitude:","abstract":"

    Get the Y pixel for where the latitude fits into the bounding box

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)latitudeFromPixelWithHeight:andBoundingBox:andPixel:":{"name":"+latitudeFromPixelWithHeight:andBoundingBox:andPixel:","abstract":"

    Get the latitude from the pixel location, bounding box, and image height

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)latitudeFromPixelWithHeight:andBoundingBox:andTileBoundingBox:andPixel:":{"name":"+latitudeFromPixelWithHeight:andBoundingBox:andTileBoundingBox:andPixel:","abstract":"

    Get the latitude from the pixel location, bounding box, tile bounding","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)boundingBoxWithX:andY:andZoom:":{"name":"+boundingBoxWithX:andY:andZoom:","abstract":"

    Get the tile bounding box from the XYZ tile coordinates and zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)webMercatorBoundingBoxWithX:andY:andZoom:":{"name":"+webMercatorBoundingBoxWithX:andY:andZoom:","abstract":"

    Get the Web Mercator tile bounding box from the XYZ tile coordinates and zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)webMercatorBoundingBoxWithTileGrid:andZoom:":{"name":"+webMercatorBoundingBoxWithTileGrid:andZoom:","abstract":"

    Get the Web Mercator tile bounding box from the XYZ tile grid and zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)projectedBoundingBoxWithEpsg:andX:andY:andZoom:":{"name":"+projectedBoundingBoxWithEpsg:andX:andY:andZoom:","abstract":"

    Get the Projected tile bounding box from the XYZ tile coordinates and zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)projectedBoundingBoxWithAuthority:andCode:andX:andY:andZoom:":{"name":"+projectedBoundingBoxWithAuthority:andCode:andX:andY:andZoom:","abstract":"

    Get the Projected tile bounding box from the XYZ tile coordinates and zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)projectedBoundingBoxWithProjection:andX:andY:andZoom:":{"name":"+projectedBoundingBoxWithProjection:andX:andY:andZoom:","abstract":"

    Get the Projected tile bounding box from the XYZ tile coordinates and zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)projectedBoundingBoxWithEpsg:andTileGrid:andZoom:":{"name":"+projectedBoundingBoxWithEpsg:andTileGrid:andZoom:","abstract":"

    Get the Projected tile bounding box from the XYZ tile tileGrid and zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)projectedBoundingBoxWithAuthority:andCode:andTileGrid:andZoom:":{"name":"+projectedBoundingBoxWithAuthority:andCode:andTileGrid:andZoom:","abstract":"

    Get the Projected tile bounding box from the XYZ tile tileGrid and zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)projectedBoundingBoxWithProjection:andTileGrid:andZoom:":{"name":"+projectedBoundingBoxWithProjection:andTileGrid:andZoom:","abstract":"

    Get the Projected tile bounding box from the XYZ tile tileGrid and zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)boundingBoxAsWGS84WithTileGrid:andZoom:":{"name":"+boundingBoxAsWGS84WithTileGrid:andZoom:","abstract":"

    Get the WGS84 tile bounding box from the XYZ tile tileGrid and zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)projectedBoundingBoxFromWGS84WithEpsg:andX:andY:andZoom:":{"name":"+projectedBoundingBoxFromWGS84WithEpsg:andX:andY:andZoom:","abstract":"

    Get the Projected tile bounding box from the WGS84 XYZ tile coordinates and zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)projectedBoundingBoxFromWGS84WithAuthority:andCode:andX:andY:andZoom:":{"name":"+projectedBoundingBoxFromWGS84WithAuthority:andCode:andX:andY:andZoom:","abstract":"

    Get the Projected tile bounding box from the WGS84 XYZ tile coordinates and zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)projectedBoundingBoxFromWGS84WithProjection:andX:andY:andZoom:":{"name":"+projectedBoundingBoxFromWGS84WithProjection:andX:andY:andZoom:","abstract":"

    Get the Projected tile bounding box from the WGS84 XYZ tile coordinates and zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)projectedBoundingBoxFromWGS84WithEpsg:andTileGrid:andZoom:":{"name":"+projectedBoundingBoxFromWGS84WithEpsg:andTileGrid:andZoom:","abstract":"

    Get the Projected tile bounding box from the WGS84 XYZ tile tileGrid and zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)projectedBoundingBoxFromWGS84WithAuthority:andCode:andTileGrid:andZoom:":{"name":"+projectedBoundingBoxFromWGS84WithAuthority:andCode:andTileGrid:andZoom:","abstract":"

    Get the Projected tile bounding box from the WGS84 XYZ tile tileGrid and zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)projectedBoundingBoxFromWGS84WithProjection:andTileGrid:andZoom:":{"name":"+projectedBoundingBoxFromWGS84WithProjection:andTileGrid:andZoom:","abstract":"

    Get the Projected tile bounding box from the WGS84 XYZ tile tileGrid and zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileGridFromWGS84Point:andZoom:":{"name":"+tileGridFromWGS84Point:andZoom:","abstract":"

    Get the tile grid for the location specified as WGS84

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileGridFromPoint:andZoom:andProjection:":{"name":"+tileGridFromPoint:andZoom:andProjection:","abstract":"

    Get the tile grid for the location specified as the projection

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileGridFromWebMercatorPoint:andZoom:":{"name":"+tileGridFromWebMercatorPoint:andZoom:","abstract":"

    Get the tile grid for the location specified as web mercator

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileGridWithWebMercatorBoundingBox:andZoom:":{"name":"+tileGridWithWebMercatorBoundingBox:andZoom:","abstract":"

    Get the tile grid that includes the entire tile bounding box

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileBoundsInProjection:andPoint:andZoom:":{"name":"+tileBoundsInProjection:andPoint:andZoom:","abstract":"

    Get the bounds of the XYZ tile at the point and zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileBoundsForWGS84Point:andZoom:":{"name":"+tileBoundsForWGS84Point:andZoom:","abstract":"

    Get the WGS84 bounds of the XYZ tile at the WGS84 point and zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileBoundsForWebMercatorPoint:andZoom:":{"name":"+tileBoundsForWebMercatorPoint:andZoom:","abstract":"

    Get the web mercator bounds of the XYZ tile at the web mercator point and","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)wgs84TileBoundsInProjection:andPoint:andZoom:":{"name":"+wgs84TileBoundsInProjection:andPoint:andZoom:","abstract":"

    Get the bounds of the WGS84 tile at the point and zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)wgs84TileBoundsForWGS84Point:andZoom:":{"name":"+wgs84TileBoundsForWGS84Point:andZoom:","abstract":"

    Get the WGS84 bounds of the WGS84 tile at the WGS84 point and zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)wgs84TileBoundsForWebMercatorPoint:andZoom:":{"name":"+wgs84TileBoundsForWebMercatorPoint:andZoom:","abstract":"

    Get the web mercator bounds of the WGS84 tile at the web mercator point","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)toWebMercatorWithBoundingBox:":{"name":"+toWebMercatorWithBoundingBox:","abstract":"

    Convert the bounding box coordinates to a new web mercator bounding box

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileSizeWithTilesPerSide:":{"name":"+tileSizeWithTilesPerSide:","abstract":"

    Get the tile size in meters

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)zoomLevelOfTileSize:":{"name":"+zoomLevelOfTileSize:","abstract":"

    Get the zoom level from the tile size in meters

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileSizeWithTilesPerSide:andTotalLength:":{"name":"+tileSizeWithTilesPerSide:andTotalLength:","abstract":"

    Get the tile size in length units

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)zoomLevelOfTileSize:andTotalLength:":{"name":"+zoomLevelOfTileSize:andTotalLength:","abstract":"

    Get the zoom level from the tile size in length units

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileSizeWithZoom:andTotalLength:":{"name":"+tileSizeWithZoom:andTotalLength:","abstract":"

    Get the tile size in length units at the zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileWidthDegreesWithTilesPerSide:":{"name":"+tileWidthDegreesWithTilesPerSide:","abstract":"

    Get the tile width in degrees

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileHeightDegreesWithTilesPerSide:":{"name":"+tileHeightDegreesWithTilesPerSide:","abstract":"

    Get the tile height in degrees

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tilesPerSideWithZoom:":{"name":"+tilesPerSideWithZoom:","abstract":"

    Get the tiles per side, width and height, at the zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileSizeWithZoom:":{"name":"+tileSizeWithZoom:","abstract":"

    Get the tile size in meters at the zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)toleranceDistanceWithZoom:andPixels:":{"name":"+toleranceDistanceWithZoom:andPixels:","abstract":"

    Get the tolerance distance in meters for the zoom level and pixels length

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)toleranceDistanceWithZoom:andPixelWidth:andPixelHeight:":{"name":"+toleranceDistanceWithZoom:andPixelWidth:andPixelHeight:","abstract":"

    Get the tolerance distance in meters for the zoom level and pixels length

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)yAsOppositeTileFormatWithZoom:andY:":{"name":"+yAsOppositeTileFormatWithZoom:andY:","abstract":"

    Get the standard y tile location as TMS or a TMS y location as standard

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)zoomFromTilesPerSide:":{"name":"+zoomFromTilesPerSide:","abstract":"

    Get the zoom level from the tiles per side

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileGridWithTotalBoundingBox:andMatrixWidth:andMatrixHeight:andBoundingBox:":{"name":"+tileGridWithTotalBoundingBox:andMatrixWidth:andMatrixHeight:andBoundingBox:","abstract":"

    Get the tile grid

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileColumnWithTotalBoundingBox:andMatrixWidth:andLongitude:":{"name":"+tileColumnWithTotalBoundingBox:andMatrixWidth:andLongitude:","abstract":"

    Get the tile column of the longitude in constant units

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileRowWithTotalBoundingBox:andMatrixHeight:andLatitude:":{"name":"+tileRowWithTotalBoundingBox:andMatrixHeight:andLatitude:","abstract":"

    Get the tile row of the latitude in constant units

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)boundingBoxWithTotalBoundingBox:andTileMatrix:andTileColumn:andTileRow:":{"name":"+boundingBoxWithTotalBoundingBox:andTileMatrix:andTileColumn:andTileRow:","abstract":"

    Get the bounding box of the tile column and row in the tile","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)boundingBoxWithTotalBoundingBox:andTileMatrixWidth:andTileMatrixHeight:andTileColumn:andTileRow:":{"name":"+boundingBoxWithTotalBoundingBox:andTileMatrixWidth:andTileMatrixHeight:andTileColumn:andTileRow:","abstract":"

    Get the bounding box of the tile column and row in the tile","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)boundingBoxWithTotalBoundingBox:andTileMatrix:andTileGrid:":{"name":"+boundingBoxWithTotalBoundingBox:andTileMatrix:andTileGrid:","abstract":"

    Get the bounding box of the tile grid in the tile matrix","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)boundingBoxWithTotalBoundingBox:andTileMatrixWidth:andTileMatrixHeight:andTileGrid:":{"name":"+boundingBoxWithTotalBoundingBox:andTileMatrixWidth:andTileMatrixHeight:andTileGrid:","abstract":"

    Get the bounding box of the tile grid in the tile width and","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)zoomLevelWithWebMercatorBoundingBox:":{"name":"+zoomLevelWithWebMercatorBoundingBox:","abstract":"

    Get the zoom level of where the web mercator bounding box fits into the","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)locationWithBearing:andDistance:fromLocation:":{"name":"+locationWithBearing:andDistance:fromLocation:","abstract":"

    Get the location bearing a distance from a current location

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)bearingFromLocation:andToLocation:":{"name":"+bearingFromLocation:andToLocation:","abstract":"

    Get the bearing from a location to a location

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)distanceBetweenLocation:andLocation:":{"name":"+distanceBetweenLocation:andLocation:","abstract":"

    Get the distance between two locations

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)pointBetweenFromLocation:andToLocation:":{"name":"+pointBetweenFromLocation:andToLocation:","abstract":"

    Get the location point between two locations

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)boundWebMercatorBoundingBox:":{"name":"+boundWebMercatorBoundingBox:","abstract":"

    Bound the web mercator bounding box within the limits

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)boundWgs84BoundingBoxWithWebMercatorLimits:":{"name":"+boundWgs84BoundingBoxWithWebMercatorLimits:","abstract":"

    Bound the upper and lower bounds of the WGS84 bounding box with web mercator limits

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)boundDegreesBoundingBoxWithWebMercatorLimits:":{"name":"+boundDegreesBoundingBoxWithWebMercatorLimits:","abstract":"

    Bound the upper and lower bounds of the degrees bounding box with web mercator limits

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)rectangleWithWidth:andHeight:andBoundingBox:andSection:":{"name":"+rectangleWithWidth:andHeight:andBoundingBox:andSection:","abstract":"

    Get a rectangle using the tile width, height, bounding box, and the","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)roundedRectangleWithWidth:andHeight:andBoundingBox:andSection:":{"name":"+roundedRectangleWithWidth:andHeight:andBoundingBox:andSection:","abstract":"

    Get a rectangle with rounded point boundaries using the tile","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileGridWGS84FromWGS84Point:andZoom:":{"name":"+tileGridWGS84FromWGS84Point:andZoom:","abstract":"

    Get the WGS84 tile grid for the point specified as WGS84

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileGridWGS84FromPoint:andZoom:andProjection:":{"name":"+tileGridWGS84FromPoint:andZoom:andProjection:","abstract":"

    Get the WGS84 tile grid for the point specified as the projection

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileGridWGS84FromWebMercatorPoint:andZoom:":{"name":"+tileGridWGS84FromWebMercatorPoint:andZoom:","abstract":"

    Get the WGS84 tile grid for the point specified as web mercator

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileGridWithWgs84BoundingBox:andZoom:":{"name":"+tileGridWithWgs84BoundingBox:andZoom:","abstract":"

    Get the WGS84 tile grid that includes the entire tile bounding box

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)wgs84BoundingBoxWithX:andY:andZoom:":{"name":"+wgs84BoundingBoxWithX:andY:andZoom:","abstract":"

    Get the WGS84 tile bounding box from the WGS84 XYZ tile coordinates and zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)wgs84BoundingBoxWithTileGrid:andZoom:":{"name":"+wgs84BoundingBoxWithTileGrid:andZoom:","abstract":"

    Get the WGS84 tile bounding box from the WGS84 tile grid and zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tilesPerWgs84LatSideWithZoom:":{"name":"+tilesPerWgs84LatSideWithZoom:","abstract":"

    Get the tiles per latitude side at the zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tilesPerWgs84LonSideWithZoom:":{"name":"+tilesPerWgs84LonSideWithZoom:","abstract":"

    Get the tiles per longitude side at the zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileSizeLatWithWgs84TilesPerSide:":{"name":"+tileSizeLatWithWgs84TilesPerSide:","abstract":"

    Get the tile height in degrees latitude

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileSizeLonWithWgs84TilesPerSide:":{"name":"+tileSizeLonWithWgs84TilesPerSide:","abstract":"

    Get the tile height in degrees longitude

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileGrid:zoomFrom:to:":{"name":"+tileGrid:zoomFrom:to:","abstract":"

    Get the tile grid starting from the tile grid and current zoom to the new","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileGrid:zoomIncrease:":{"name":"+tileGrid:zoomIncrease:","abstract":"

    Get the tile grid starting from the tile grid and zooming in / increasing","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileGrid:zoomDecrease:":{"name":"+tileGrid:zoomDecrease:","abstract":"

    Get the tile grid starting from the tile grid and zooming out /","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileGridMin:zoomIncrease:":{"name":"+tileGridMin:zoomIncrease:","abstract":"

    Get the new tile grid min value starting from the tile grid min and","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileGridMax:zoomIncrease:":{"name":"+tileGridMax:zoomIncrease:","abstract":"

    Get the new tile grid max value starting from the tile grid max and","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileGridMin:zoomDecrease:":{"name":"+tileGridMin:zoomDecrease:","abstract":"

    Get the new tile grid min value starting from the tile grid min and","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileGridMax:zoomDecrease:":{"name":"+tileGridMax:zoomDecrease:","abstract":"

    Get the new tile grid max value starting from the tile grid max and","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGPixelBounds.html#/c:objc(cs)GPKGPixelBounds(py)left":{"name":"left","abstract":"

    Pixels left of the location

    ","parent_name":"GPKGPixelBounds"},"Classes/GPKGPixelBounds.html#/c:objc(cs)GPKGPixelBounds(py)up":{"name":"up","abstract":"

    Pixels up of the location

    ","parent_name":"GPKGPixelBounds"},"Classes/GPKGPixelBounds.html#/c:objc(cs)GPKGPixelBounds(py)right":{"name":"right","abstract":"

    Pixels right of the location

    ","parent_name":"GPKGPixelBounds"},"Classes/GPKGPixelBounds.html#/c:objc(cs)GPKGPixelBounds(py)down":{"name":"down","abstract":"

    Pixels down of the location

    ","parent_name":"GPKGPixelBounds"},"Classes/GPKGPixelBounds.html#/c:objc(cs)GPKGPixelBounds(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"GPKGPixelBounds"},"Classes/GPKGPixelBounds.html#/c:objc(cs)GPKGPixelBounds(cm)createWithLength:":{"name":"+createWithLength:","abstract":"

    Create

    ","parent_name":"GPKGPixelBounds"},"Classes/GPKGPixelBounds.html#/c:objc(cs)GPKGPixelBounds(cm)createWithWidth:andHeight:":{"name":"+createWithWidth:andHeight:","abstract":"

    Create

    ","parent_name":"GPKGPixelBounds"},"Classes/GPKGPixelBounds.html#/c:objc(cs)GPKGPixelBounds(cm)createWithLeft:andUp:andRight:andDown:":{"name":"+createWithLeft:andUp:andRight:andDown:","abstract":"

    Initialize

    ","parent_name":"GPKGPixelBounds"},"Classes/GPKGPixelBounds.html#/c:objc(cs)GPKGPixelBounds(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGPixelBounds"},"Classes/GPKGPixelBounds.html#/c:objc(cs)GPKGPixelBounds(im)initWithLength:":{"name":"-initWithLength:","abstract":"

    Initialize

    ","parent_name":"GPKGPixelBounds"},"Classes/GPKGPixelBounds.html#/c:objc(cs)GPKGPixelBounds(im)initWithWidth:andHeight:":{"name":"-initWithWidth:andHeight:","abstract":"

    Initialize

    ","parent_name":"GPKGPixelBounds"},"Classes/GPKGPixelBounds.html#/c:objc(cs)GPKGPixelBounds(im)initWithLeft:andUp:andRight:andDown:":{"name":"-initWithLeft:andUp:andRight:andDown:","abstract":"

    Initialize

    ","parent_name":"GPKGPixelBounds"},"Classes/GPKGPixelBounds.html#/c:objc(cs)GPKGPixelBounds(im)expandLeft:":{"name":"-expandLeft:","abstract":"

    Expand the left pixels if greater than the current value

    ","parent_name":"GPKGPixelBounds"},"Classes/GPKGPixelBounds.html#/c:objc(cs)GPKGPixelBounds(im)expandUp:":{"name":"-expandUp:","abstract":"

    Expand the up pixels if greater than the current value

    ","parent_name":"GPKGPixelBounds"},"Classes/GPKGPixelBounds.html#/c:objc(cs)GPKGPixelBounds(im)expandRight:":{"name":"-expandRight:","abstract":"

    Expand the right pixels if greater than the current value

    ","parent_name":"GPKGPixelBounds"},"Classes/GPKGPixelBounds.html#/c:objc(cs)GPKGPixelBounds(im)expandDown:":{"name":"-expandDown:","abstract":"

    Expand the down pixels if greater than the current value

    ","parent_name":"GPKGPixelBounds"},"Classes/GPKGPixelBounds.html#/c:objc(cs)GPKGPixelBounds(im)expandWidth:":{"name":"-expandWidth:","abstract":"

    Expand the width pixels if greater than the current values

    ","parent_name":"GPKGPixelBounds"},"Classes/GPKGPixelBounds.html#/c:objc(cs)GPKGPixelBounds(im)expandHeight:":{"name":"-expandHeight:","abstract":"

    Expand the height pixels if greater than the current values

    ","parent_name":"GPKGPixelBounds"},"Classes/GPKGPixelBounds.html#/c:objc(cs)GPKGPixelBounds(im)expandLength:":{"name":"-expandLength:","abstract":"

    Expand the length pixels in all directions

    ","parent_name":"GPKGPixelBounds"},"Classes/GPKGPixelBounds.html#/c:objc(cs)GPKGPixelBounds(im)width":{"name":"-width","abstract":"

    Get the total pixel width

    ","parent_name":"GPKGPixelBounds"},"Classes/GPKGPixelBounds.html#/c:objc(cs)GPKGPixelBounds(im)height":{"name":"-height","abstract":"

    Get the total pixel height

    ","parent_name":"GPKGPixelBounds"},"Classes/GPKGPixelBounds.html#/c:objc(cs)GPKGPixelBounds(im)area":{"name":"-area","abstract":"

    Get the pixel area

    ","parent_name":"GPKGPixelBounds"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(cm)createWithDatabase:":{"name":"+createWithDatabase:","abstract":"

    Create the DAO

    ","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)setCrsWktExtension:":{"name":"-setCrsWktExtension:","abstract":"

    CRS WKT Extension

    ","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)hasDefinition_12_063":{"name":"-hasDefinition_12_063","abstract":"

    Determine if the SRS table contains the extension definition 12 063","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)hasEpoch":{"name":"-hasEpoch","abstract":"

    Determine if the SRS table contains the extension epoch column for CRS","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)createWgs84":{"name":"-createWgs84","abstract":"

    Creates the required EPSG WGS84 Spatial Reference System (spec","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)createUndefinedCartesian":{"name":"-createUndefinedCartesian","abstract":"

    Creates the required Undefined Cartesian Spatial Reference System (spec","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)createUndefinedGeographic":{"name":"-createUndefinedGeographic","abstract":"

    Creates the required Undefined Geographic Spatial Reference System (spec","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)createWebMercator":{"name":"-createWebMercator","abstract":"

    Creates the Web Mercator Spatial Reference System if it does not already","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)createWgs84Geographical3D":{"name":"-createWgs84Geographical3D","abstract":"

    Creates the required EPSG WGS84 Geographical 3D Spatial Reference System

    ","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)definition_12_063WithSrsId:":{"name":"-definition_12_063WithSrsId:","abstract":"

    Query to get the definition 12 063 value if the extension exists

    ","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)epochWithSrsId:":{"name":"-epochWithSrsId:","abstract":"

    Query to get the epoch value if the extension exists

    ","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)setExtensionWithSrs:":{"name":"-setExtensionWithSrs:","abstract":"

    Query and set the values in the srs object if the extension exists

    ","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)setExtensionWithSrsArray:":{"name":"-setExtensionWithSrsArray:","abstract":"

    Query and set the values in the srs objects if the extension exists

    ","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)updateDefinition_12_063:withSrsId:":{"name":"-updateDefinition_12_063:withSrsId:","abstract":"

    Update the definition 12 063 in the database if the extension exists

    ","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)updateEpoch:withSrsId:":{"name":"-updateEpoch:withSrsId:","abstract":"

    Update the epoch in the database if the extension exists

    ","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)updateExtensionWithSrs:":{"name":"-updateExtensionWithSrs:","abstract":"

    Update the extension if exists

    ","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)srsWithEpsg:":{"name":"-srsWithEpsg:","abstract":"

    Get or Create the Spatial Reference System for the provided epsg

    ","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)srsWithOrganization:andCoordsysId:":{"name":"-srsWithOrganization:andCoordsysId:","abstract":"

    Get or Create the Spatial Reference System for the provided organization","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)srsWithProjection:":{"name":"-srsWithProjection:","abstract":"

    Get or Create the Spatial Reference System from the projection

    ","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)queryForOrganization:andCoordsysId:":{"name":"-queryForOrganization:andCoordsysId:","abstract":"

    Query for the organization coordsys id

    ","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)queryForProjection:":{"name":"-queryForProjection:","abstract":"

    Query for the projection

    ","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)deleteCascade:":{"name":"-deleteCascade:","abstract":"

    Delete the Spatial Reference System, cascading

    ","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)deleteCascadeWithCollection:":{"name":"-deleteCascadeWithCollection:","abstract":"

    Delete the collection of Spatial Reference Systems, cascading

    ","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)deleteCascadeWhere:andWhereArgs:":{"name":"-deleteCascadeWhere:andWhereArgs:","abstract":"

    Delete the Spatial Reference System where, cascading

    ","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)deleteByIdCascade:":{"name":"-deleteByIdCascade:","abstract":"

    Delete the Spatial Reference System by id, cascading

    ","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)deleteIdsCascade:":{"name":"-deleteIdsCascade:","abstract":"

    Delete Spatial Reference Systems by ids, cascading

    ","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)contents:":{"name":"-contents:","abstract":"

    Get Contents referencing the SRS

    ","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)geometryColumns:":{"name":"-geometryColumns:","abstract":"

    Get Geometry Columns referencing the SRS

    ","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)tileMatrixSet:":{"name":"-tileMatrixSet:","abstract":"

    Get Tile Matrix Sets referencing the SRS

    ","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystem.html#/c:objc(cs)GPKGSpatialReferenceSystem(py)srsName":{"name":"srsName","abstract":"

    Human readable name of this SRS

    ","parent_name":"GPKGSpatialReferenceSystem"},"Classes/GPKGSpatialReferenceSystem.html#/c:objc(cs)GPKGSpatialReferenceSystem(py)srsId":{"name":"srsId","abstract":"

    Unique identifier for each Spatial Reference System within a GeoPackage

    ","parent_name":"GPKGSpatialReferenceSystem"},"Classes/GPKGSpatialReferenceSystem.html#/c:objc(cs)GPKGSpatialReferenceSystem(py)organization":{"name":"organization","abstract":"

    Case-insensitive name of the defining organization e.g. EPSG or epsg

    ","parent_name":"GPKGSpatialReferenceSystem"},"Classes/GPKGSpatialReferenceSystem.html#/c:objc(cs)GPKGSpatialReferenceSystem(py)organizationCoordsysId":{"name":"organizationCoordsysId","abstract":"

    Numeric ID of the Spatial Reference System assigned by the organization

    ","parent_name":"GPKGSpatialReferenceSystem"},"Classes/GPKGSpatialReferenceSystem.html#/c:objc(cs)GPKGSpatialReferenceSystem(py)definition":{"name":"definition","abstract":"

    Well-known Text Representation of the Spatial Reference System

    ","parent_name":"GPKGSpatialReferenceSystem"},"Classes/GPKGSpatialReferenceSystem.html#/c:objc(cs)GPKGSpatialReferenceSystem(py)theDescription":{"name":"theDescription","abstract":"

    Human readable description of this SRS

    ","parent_name":"GPKGSpatialReferenceSystem"},"Classes/GPKGSpatialReferenceSystem.html#/c:objc(cs)GPKGSpatialReferenceSystem(py)definition_12_063":{"name":"definition_12_063","abstract":"

    Well-known Text extension Representation of the Spatial Reference System

    ","parent_name":"GPKGSpatialReferenceSystem"},"Classes/GPKGSpatialReferenceSystem.html#/c:objc(cs)GPKGSpatialReferenceSystem(py)epoch":{"name":"epoch","abstract":"

    Coordinate epoch

    ","parent_name":"GPKGSpatialReferenceSystem"},"Classes/GPKGSpatialReferenceSystem.html#/c:objc(cs)GPKGSpatialReferenceSystem(im)projection":{"name":"-projection","abstract":"

    Get the projection for the Spatial Reference System

    ","parent_name":"GPKGSpatialReferenceSystem"},"Classes/GPKGSpatialReferenceSystem.html#/c:objc(cs)GPKGSpatialReferenceSystem(im)projectionDefinition":{"name":"-projectionDefinition","abstract":"

    Get the projection definition

    ","parent_name":"GPKGSpatialReferenceSystem"},"Classes/GPKGSpatialReferenceSystem.html#/c:objc(cs)GPKGSpatialReferenceSystem(im)transformationFromProjection:":{"name":"-transformationFromProjection:","abstract":"

    Get the geometry transform from the provided projection to the Spatial","parent_name":"GPKGSpatialReferenceSystem"},"Classes/GPKGSpatialReferenceSystem.html#/c:objc(cs)GPKGSpatialReferenceSystem(im)setEpochValue:":{"name":"-setEpochValue:","abstract":"

    Set the epoch value

    ","parent_name":"GPKGSpatialReferenceSystem"},"Classes/GPKGProperties.html#/c:objc(cs)GPKGProperties(cm)combineBaseProperty:withProperty:":{"name":"+combineBaseProperty:withProperty:","abstract":"

    Combine the base property with the property to create a single combined property

    ","parent_name":"GPKGProperties"},"Classes/GPKGProperties.html#/c:objc(cs)GPKGProperties(cm)valueOfProperty:":{"name":"+valueOfProperty:","abstract":"

    Get the string value of the property

    ","parent_name":"GPKGProperties"},"Classes/GPKGProperties.html#/c:objc(cs)GPKGProperties(cm)valueOfProperty:andRequired:":{"name":"+valueOfProperty:andRequired:","abstract":"

    Get the string value of the property with required option

    ","parent_name":"GPKGProperties"},"Classes/GPKGProperties.html#/c:objc(cs)GPKGProperties(cm)valueOfBaseProperty:andProperty:":{"name":"+valueOfBaseProperty:andProperty:","abstract":"

    Get the string value of the property combined with the base

    ","parent_name":"GPKGProperties"},"Classes/GPKGProperties.html#/c:objc(cs)GPKGProperties(cm)valueOfBaseProperty:andProperty:andRequired:":{"name":"+valueOfBaseProperty:andProperty:andRequired:","abstract":"

    Get the string value of the property combined with the base with required option

    ","parent_name":"GPKGProperties"},"Classes/GPKGProperties.html#/c:objc(cs)GPKGProperties(cm)numberValueOfProperty:":{"name":"+numberValueOfProperty:","abstract":"

    Get the number value of the property

    ","parent_name":"GPKGProperties"},"Classes/GPKGProperties.html#/c:objc(cs)GPKGProperties(cm)numberValueOfProperty:andRequired:":{"name":"+numberValueOfProperty:andRequired:","abstract":"

    Get the number value of the property with required option

    ","parent_name":"GPKGProperties"},"Classes/GPKGProperties.html#/c:objc(cs)GPKGProperties(cm)numberValueOfBaseProperty:andProperty:":{"name":"+numberValueOfBaseProperty:andProperty:","abstract":"

    Get the number value of the property combined with the base

    ","parent_name":"GPKGProperties"},"Classes/GPKGProperties.html#/c:objc(cs)GPKGProperties(cm)numberValueOfBaseProperty:andProperty:andRequired:":{"name":"+numberValueOfBaseProperty:andProperty:andRequired:","abstract":"

    Get the number value of the property combined with the base with required option

    ","parent_name":"GPKGProperties"},"Classes/GPKGProperties.html#/c:objc(cs)GPKGProperties(cm)boolValueOfProperty:":{"name":"+boolValueOfProperty:","abstract":"

    Get the boolean value of the property

    ","parent_name":"GPKGProperties"},"Classes/GPKGProperties.html#/c:objc(cs)GPKGProperties(cm)boolValueOfProperty:andRequired:":{"name":"+boolValueOfProperty:andRequired:","abstract":"

    Get the boolean value of the property with required option

    ","parent_name":"GPKGProperties"},"Classes/GPKGProperties.html#/c:objc(cs)GPKGProperties(cm)boolValueOfBaseProperty:andProperty:":{"name":"+boolValueOfBaseProperty:andProperty:","abstract":"

    Get the boolean value of the property combined with the base

    ","parent_name":"GPKGProperties"},"Classes/GPKGProperties.html#/c:objc(cs)GPKGProperties(cm)boolValueOfBaseProperty:andProperty:andRequired:":{"name":"+boolValueOfBaseProperty:andProperty:andRequired:","abstract":"

    Get the boolean value of the property combined with the base with required option

    ","parent_name":"GPKGProperties"},"Classes/GPKGProperties.html#/c:objc(cs)GPKGProperties(cm)arrayValueOfProperty:":{"name":"+arrayValueOfProperty:","abstract":"

    Get the array value of the property

    ","parent_name":"GPKGProperties"},"Classes/GPKGProperties.html#/c:objc(cs)GPKGProperties(cm)arrayValueOfProperty:andRequired:":{"name":"+arrayValueOfProperty:andRequired:","abstract":"

    Get the array value of the property with required option

    ","parent_name":"GPKGProperties"},"Classes/GPKGProperties.html#/c:objc(cs)GPKGProperties(cm)arrayValueOfBaseProperty:andProperty:":{"name":"+arrayValueOfBaseProperty:andProperty:","abstract":"

    Get the array value of the property combined with the base

    ","parent_name":"GPKGProperties"},"Classes/GPKGProperties.html#/c:objc(cs)GPKGProperties(cm)arrayValueOfBaseProperty:andProperty:andRequired:":{"name":"+arrayValueOfBaseProperty:andProperty:andRequired:","abstract":"

    Get the array value of the property combined with the base with required option

    ","parent_name":"GPKGProperties"},"Classes/GPKGProperties.html#/c:objc(cs)GPKGProperties(cm)dictionaryValueOfProperty:":{"name":"+dictionaryValueOfProperty:","abstract":"

    Get the dictionary value of the property

    ","parent_name":"GPKGProperties"},"Classes/GPKGProperties.html#/c:objc(cs)GPKGProperties(cm)dictionaryValueOfProperty:andRequired:":{"name":"+dictionaryValueOfProperty:andRequired:","abstract":"

    Get the dictionary value of the property with required option

    ","parent_name":"GPKGProperties"},"Classes/GPKGProperties.html#/c:objc(cs)GPKGProperties(cm)dictionaryValueOfBaseProperty:andProperty:":{"name":"+dictionaryValueOfBaseProperty:andProperty:","abstract":"

    Get the dictionary value of the property combined with the base

    ","parent_name":"GPKGProperties"},"Classes/GPKGProperties.html#/c:objc(cs)GPKGProperties(cm)dictionaryValueOfBaseProperty:andProperty:andRequired:":{"name":"+dictionaryValueOfBaseProperty:andProperty:andRequired:","abstract":"

    Get the dictionary value of the property combined with the base with required option

    ","parent_name":"GPKGProperties"},"Classes/GPKGStyleUtils.html#/c:objc(cs)GPKGStyleUtils(cm)setFeatureStyleWithMapPoint:andGeoPackage:andFeature:":{"name":"+setFeatureStyleWithMapPoint:andGeoPackage:andFeature:","abstract":"

    Set the feature row style (icon or style) into the map point

    ","parent_name":"GPKGStyleUtils"},"Classes/GPKGStyleUtils.html#/c:objc(cs)GPKGStyleUtils(cm)setFeatureStyleWithMapPoint:andGeoPackage:andFeature:andIconCache:":{"name":"+setFeatureStyleWithMapPoint:andGeoPackage:andFeature:andIconCache:","abstract":"

    Set the feature row style (icon or style) into the map point

    ","parent_name":"GPKGStyleUtils"},"Classes/GPKGStyleUtils.html#/c:objc(cs)GPKGStyleUtils(cm)setFeatureStyleWithMapPoint:andExtension:andFeature:":{"name":"+setFeatureStyleWithMapPoint:andExtension:andFeature:","abstract":"

    Set the feature row style (icon or style) into the map point

    ","parent_name":"GPKGStyleUtils"},"Classes/GPKGStyleUtils.html#/c:objc(cs)GPKGStyleUtils(cm)setFeatureStyleWithMapPoint:andExtension:andFeature:andIconCache:":{"name":"+setFeatureStyleWithMapPoint:andExtension:andFeature:andIconCache:","abstract":"

    Set the feature row style (icon or style) into the map point

    ","parent_name":"GPKGStyleUtils"},"Classes/GPKGStyleUtils.html#/c:objc(cs)GPKGStyleUtils(cm)setFeatureStyleWithMapPoint:andFeatureStyle:":{"name":"+setFeatureStyleWithMapPoint:andFeatureStyle:","abstract":"

    Set the feature style (icon or style) into the map point

    ","parent_name":"GPKGStyleUtils"},"Classes/GPKGStyleUtils.html#/c:objc(cs)GPKGStyleUtils(cm)setFeatureStyleWithMapPoint:andFeatureStyle:andIconCache:":{"name":"+setFeatureStyleWithMapPoint:andFeatureStyle:andIconCache:","abstract":"

    Set the feature style (icon or style) into the map point

    ","parent_name":"GPKGStyleUtils"},"Classes/GPKGStyleUtils.html#/c:objc(cs)GPKGStyleUtils(cm)setIconWithMapPoint:andIcon:":{"name":"+setIconWithMapPoint:andIcon:","abstract":"

    Set the icon into the map point

    ","parent_name":"GPKGStyleUtils"},"Classes/GPKGStyleUtils.html#/c:objc(cs)GPKGStyleUtils(cm)setIconWithMapPoint:andIcon:andIconCache:":{"name":"+setIconWithMapPoint:andIcon:andIconCache:","abstract":"

    Set the icon into the map point

    ","parent_name":"GPKGStyleUtils"},"Classes/GPKGStyleUtils.html#/c:objc(cs)GPKGStyleUtils(cm)createIconImageWithIcon:":{"name":"+createIconImageWithIcon:","abstract":"

    Create the icon image

    ","parent_name":"GPKGStyleUtils"},"Classes/GPKGStyleUtils.html#/c:objc(cs)GPKGStyleUtils(cm)createIconImageWithIcon:andIconCache:":{"name":"+createIconImageWithIcon:andIconCache:","abstract":"

    Create the icon image

    ","parent_name":"GPKGStyleUtils"},"Classes/GPKGStyleUtils.html#/c:objc(cs)GPKGStyleUtils(cm)setStyleWithMapPoint:andStyle:":{"name":"+setStyleWithMapPoint:andStyle:","abstract":"

    Set the style into the marker point

    ","parent_name":"GPKGStyleUtils"},"Classes/GPKGStyleUtils.html#/c:objc(cs)GPKGStyleUtils(cm)setFeatureStyleWithPolyline:andGeoPackage:andFeature:":{"name":"+setFeatureStyleWithPolyline:andGeoPackage:andFeature:","abstract":"

    Set the feature row style into the polyline

    ","parent_name":"GPKGStyleUtils"},"Classes/GPKGStyleUtils.html#/c:objc(cs)GPKGStyleUtils(cm)setFeatureStyleWithPolyline:andExtension:andFeature:":{"name":"+setFeatureStyleWithPolyline:andExtension:andFeature:","abstract":"

    Set the feature row style into the polyline

    ","parent_name":"GPKGStyleUtils"},"Classes/GPKGStyleUtils.html#/c:objc(cs)GPKGStyleUtils(cm)setFeatureStyleWithPolyline:andFeatureStyle:":{"name":"+setFeatureStyleWithPolyline:andFeatureStyle:","abstract":"

    Set the feature style into the polyline

    ","parent_name":"GPKGStyleUtils"},"Classes/GPKGStyleUtils.html#/c:objc(cs)GPKGStyleUtils(cm)setStyleWithPolyline:andStyle:":{"name":"+setStyleWithPolyline:andStyle:","abstract":"

    Set the style into the polyline

    ","parent_name":"GPKGStyleUtils"},"Classes/GPKGStyleUtils.html#/c:objc(cs)GPKGStyleUtils(cm)setFeatureStyleWithPolygon:andGeoPackage:andFeature:":{"name":"+setFeatureStyleWithPolygon:andGeoPackage:andFeature:","abstract":"

    Set the feature row style into the polygon

    ","parent_name":"GPKGStyleUtils"},"Classes/GPKGStyleUtils.html#/c:objc(cs)GPKGStyleUtils(cm)setFeatureStyleWithPolygon:andExtension:andFeature:":{"name":"+setFeatureStyleWithPolygon:andExtension:andFeature:","abstract":"

    Set the feature row style into the polygon

    ","parent_name":"GPKGStyleUtils"},"Classes/GPKGStyleUtils.html#/c:objc(cs)GPKGStyleUtils(cm)setFeatureStyleWithPolygon:andFeatureStyle:":{"name":"+setFeatureStyleWithPolygon:andFeatureStyle:","abstract":"

    Set the feature style into the polygon

    ","parent_name":"GPKGStyleUtils"},"Classes/GPKGStyleUtils.html#/c:objc(cs)GPKGStyleUtils(cm)setStyleWithPolygon:andStyle:":{"name":"+setStyleWithPolygon:andStyle:","abstract":"

    Set the style into the polygon

    ","parent_name":"GPKGStyleUtils"},"Classes/GPKGStyleCache.html#/c:objc(cs)GPKGStyleCache(im)initWithGeoPackage:":{"name":"-initWithGeoPackage:","abstract":"

    Initialize

    ","parent_name":"GPKGStyleCache"},"Classes/GPKGStyleCache.html#/c:objc(cs)GPKGStyleCache(im)initWithGeoPackage:andIconCacheSize:":{"name":"-initWithGeoPackage:andIconCacheSize:","abstract":"

    Initialize

    ","parent_name":"GPKGStyleCache"},"Classes/GPKGStyleCache.html#/c:objc(cs)GPKGStyleCache(im)initWithExtension:":{"name":"-initWithExtension:","abstract":"

    Initialize

    ","parent_name":"GPKGStyleCache"},"Classes/GPKGStyleCache.html#/c:objc(cs)GPKGStyleCache(im)initWithExtension:andIconCacheSize:":{"name":"-initWithExtension:andIconCacheSize:","abstract":"

    Initialize

    ","parent_name":"GPKGStyleCache"},"Classes/GPKGStyleCache.html#/c:objc(cs)GPKGStyleCache(im)clear":{"name":"-clear","abstract":"

    Clear the cache

    ","parent_name":"GPKGStyleCache"},"Classes/GPKGStyleCache.html#/c:objc(cs)GPKGStyleCache(im)featureStyleExtension":{"name":"-featureStyleExtension","abstract":"

    Get the feature style extension

    ","parent_name":"GPKGStyleCache"},"Classes/GPKGStyleCache.html#/c:objc(cs)GPKGStyleCache(im)setFeatureStyleWithMapPoint:andFeature:":{"name":"-setFeatureStyleWithMapPoint:andFeature:","abstract":"

    Set the feature row style (icon or style) into the map point

    ","parent_name":"GPKGStyleCache"},"Classes/GPKGStyleCache.html#/c:objc(cs)GPKGStyleCache(im)setFeatureStyleWithMapPoint:andFeatureStyle:":{"name":"-setFeatureStyleWithMapPoint:andFeatureStyle:","abstract":"

    Set the feature style (icon or style) into the marker options

    ","parent_name":"GPKGStyleCache"},"Classes/GPKGStyleCache.html#/c:objc(cs)GPKGStyleCache(im)setIconWithMapPoint:andIcon:":{"name":"-setIconWithMapPoint:andIcon:","abstract":"

    Set the icon into the marker options

    ","parent_name":"GPKGStyleCache"},"Classes/GPKGStyleCache.html#/c:objc(cs)GPKGStyleCache(im)createIconImageWithIcon:":{"name":"-createIconImageWithIcon:","abstract":"

    Create the icon bitmap

    ","parent_name":"GPKGStyleCache"},"Classes/GPKGStyleCache.html#/c:objc(cs)GPKGStyleCache(im)setStyleWithMapPoint:andStyle:":{"name":"-setStyleWithMapPoint:andStyle:","abstract":"

    Set the style into the marker options

    ","parent_name":"GPKGStyleCache"},"Classes/GPKGStyleCache.html#/c:objc(cs)GPKGStyleCache(im)setFeatureStyleWithPolyline:andFeature:":{"name":"-setFeatureStyleWithPolyline:andFeature:","abstract":"

    Set the feature row style into the polyline

    ","parent_name":"GPKGStyleCache"},"Classes/GPKGStyleCache.html#/c:objc(cs)GPKGStyleCache(im)setFeatureStyleWithPolyline:andFeatureStyle:":{"name":"-setFeatureStyleWithPolyline:andFeatureStyle:","abstract":"

    Set the feature style into the polyline

    ","parent_name":"GPKGStyleCache"},"Classes/GPKGStyleCache.html#/c:objc(cs)GPKGStyleCache(im)setStyleWithPolyline:andStyle:":{"name":"-setStyleWithPolyline:andStyle:","abstract":"

    Set the style into the polyline

    ","parent_name":"GPKGStyleCache"},"Classes/GPKGStyleCache.html#/c:objc(cs)GPKGStyleCache(im)setFeatureStyleWithPolygon:andFeature:":{"name":"-setFeatureStyleWithPolygon:andFeature:","abstract":"

    Set the feature row style into the polygon

    ","parent_name":"GPKGStyleCache"},"Classes/GPKGStyleCache.html#/c:objc(cs)GPKGStyleCache(im)setFeatureStyleWithPolygon:andFeatureStyle:":{"name":"-setFeatureStyleWithPolygon:andFeatureStyle:","abstract":"

    Set the feature style into the polygon

    ","parent_name":"GPKGStyleCache"},"Classes/GPKGStyleCache.html#/c:objc(cs)GPKGStyleCache(im)setStyleWithPolygon:andStyle:":{"name":"-setStyleWithPolygon:andStyle:","abstract":"

    Set the style into the polygon

    ","parent_name":"GPKGStyleCache"},"Classes/GPKGFeatureInfoBuilder.html#/c:objc(cs)GPKGFeatureInfoBuilder(py)name":{"name":"name","abstract":"

    Table name used when building text

    ","parent_name":"GPKGFeatureInfoBuilder"},"Classes/GPKGFeatureInfoBuilder.html#/c:objc(cs)GPKGFeatureInfoBuilder(py)maxPointDetailedInfo":{"name":"maxPointDetailedInfo","abstract":"

    Max number of points clicked to return detailed information about

    ","parent_name":"GPKGFeatureInfoBuilder"},"Classes/GPKGFeatureInfoBuilder.html#/c:objc(cs)GPKGFeatureInfoBuilder(py)maxFeatureDetailedInfo":{"name":"maxFeatureDetailedInfo","abstract":"

    Max number of features clicked to return detailed information about

    ","parent_name":"GPKGFeatureInfoBuilder"},"Classes/GPKGFeatureInfoBuilder.html#/c:objc(cs)GPKGFeatureInfoBuilder(py)detailedInfoPrintPoints":{"name":"detailedInfoPrintPoints","abstract":"

    Print Point geometries within detailed info when true

    ","parent_name":"GPKGFeatureInfoBuilder"},"Classes/GPKGFeatureInfoBuilder.html#/c:objc(cs)GPKGFeatureInfoBuilder(py)detailedInfoPrintFeatures":{"name":"detailedInfoPrintFeatures","abstract":"

    Print Feature geometries within detailed info when true

    ","parent_name":"GPKGFeatureInfoBuilder"},"Classes/GPKGFeatureInfoBuilder.html#/c:objc(cs)GPKGFeatureInfoBuilder(im)initWithFeatureDao:":{"name":"-initWithFeatureDao:","abstract":"

    Initializer

    ","parent_name":"GPKGFeatureInfoBuilder"},"Classes/GPKGFeatureInfoBuilder.html#/c:objc(cs)GPKGFeatureInfoBuilder(im)initWithFeatureDao:andStyles:":{"name":"-initWithFeatureDao:andStyles:","abstract":"

    Initializer

    ","parent_name":"GPKGFeatureInfoBuilder"},"Classes/GPKGFeatureInfoBuilder.html#/c:objc(cs)GPKGFeatureInfoBuilder(im)geometryType":{"name":"-geometryType","abstract":"

    Get the geometry type

    ","parent_name":"GPKGFeatureInfoBuilder"},"Classes/GPKGFeatureInfoBuilder.html#/c:objc(cs)GPKGFeatureInfoBuilder(im)ignoreGeometryType:":{"name":"-ignoreGeometryType:","abstract":"

    Add a geomtetry type to ignore

    ","parent_name":"GPKGFeatureInfoBuilder"},"Classes/GPKGFeatureInfoBuilder.html#/c:objc(cs)GPKGFeatureInfoBuilder(im)buildResultsInfoMessageAndCloseWithFeatureIndexResults:":{"name":"-buildResultsInfoMessageAndCloseWithFeatureIndexResults:","abstract":"

    Build a feature results information message and close the results

    ","parent_name":"GPKGFeatureInfoBuilder"},"Classes/GPKGFeatureInfoBuilder.html#/c:objc(cs)GPKGFeatureInfoBuilder(im)buildResultsInfoMessageAndCloseWithFeatureIndexResults:andProjection:":{"name":"-buildResultsInfoMessageAndCloseWithFeatureIndexResults:andProjection:","abstract":"

    Build a feature results information message and close the results

    ","parent_name":"GPKGFeatureInfoBuilder"},"Classes/GPKGFeatureInfoBuilder.html#/c:objc(cs)GPKGFeatureInfoBuilder(im)buildResultsInfoMessageAndCloseWithFeatureIndexResults:andTolerance:andPoint:":{"name":"-buildResultsInfoMessageAndCloseWithFeatureIndexResults:andTolerance:andPoint:","abstract":"

    Build a feature results information message

    ","parent_name":"GPKGFeatureInfoBuilder"},"Classes/GPKGFeatureInfoBuilder.html#/c:objc(cs)GPKGFeatureInfoBuilder(im)buildResultsInfoMessageAndCloseWithFeatureIndexResults:andTolerance:andPoint:andProjection:":{"name":"-buildResultsInfoMessageAndCloseWithFeatureIndexResults:andTolerance:andPoint:andProjection:","abstract":"

    Build a feature results information message

    ","parent_name":"GPKGFeatureInfoBuilder"},"Classes/GPKGFeatureInfoBuilder.html#/c:objc(cs)GPKGFeatureInfoBuilder(im)buildResultsInfoMessageAndCloseWithFeatureIndexResults:andTolerance:andLocationCoordinate:":{"name":"-buildResultsInfoMessageAndCloseWithFeatureIndexResults:andTolerance:andLocationCoordinate:","abstract":"

    Build a feature results information message

    ","parent_name":"GPKGFeatureInfoBuilder"},"Classes/GPKGFeatureInfoBuilder.html#/c:objc(cs)GPKGFeatureInfoBuilder(im)buildResultsInfoMessageAndCloseWithFeatureIndexResults:andTolerance:andLocationCoordinate:andProjection:":{"name":"-buildResultsInfoMessageAndCloseWithFeatureIndexResults:andTolerance:andLocationCoordinate:andProjection:","abstract":"

    Build a feature results information message

    ","parent_name":"GPKGFeatureInfoBuilder"},"Classes/GPKGFeatureInfoBuilder.html#/c:objc(cs)GPKGFeatureInfoBuilder(im)buildResultsInfoMessageAndCloseWithFeatureIndexResults:andTolerance:andLocationCoordinate:andScale:andZoom:andMapView:andScreenPercentage:":{"name":"-buildResultsInfoMessageAndCloseWithFeatureIndexResults:andTolerance:andLocationCoordinate:andScale:andZoom:andMapView:andScreenPercentage:","abstract":"

    Build a feature results information message

    ","parent_name":"GPKGFeatureInfoBuilder"},"Classes/GPKGFeatureInfoBuilder.html#/c:objc(cs)GPKGFeatureInfoBuilder(im)buildResultsInfoMessageAndCloseWithFeatureIndexResults:andTolerance:andLocationCoordinate:andScale:andZoom:andMapView:andScreenPercentage:andProjection:":{"name":"-buildResultsInfoMessageAndCloseWithFeatureIndexResults:andTolerance:andLocationCoordinate:andScale:andZoom:andMapView:andScreenPercentage:andProjection:","abstract":"

    Build a feature results information message

    ","parent_name":"GPKGFeatureInfoBuilder"},"Classes/GPKGFeatureInfoBuilder.html#/c:objc(cs)GPKGFeatureInfoBuilder(im)buildTableDataAndCloseWithFeatureIndexResults:andTolerance:andPoint:":{"name":"-buildTableDataAndCloseWithFeatureIndexResults:andTolerance:andPoint:","abstract":"

    Build feature table data results

    ","parent_name":"GPKGFeatureInfoBuilder"},"Classes/GPKGFeatureInfoBuilder.html#/c:objc(cs)GPKGFeatureInfoBuilder(im)buildTableDataAndCloseWithFeatureIndexResults:andTolerance:andPoint:andProjection:":{"name":"-buildTableDataAndCloseWithFeatureIndexResults:andTolerance:andPoint:andProjection:","abstract":"

    Build feature table data results

    ","parent_name":"GPKGFeatureInfoBuilder"},"Classes/GPKGFeatureInfoBuilder.html#/c:objc(cs)GPKGFeatureInfoBuilder(im)buildTableDataAndCloseWithFeatureIndexResults:andTolerance:andLocationCoordinate:":{"name":"-buildTableDataAndCloseWithFeatureIndexResults:andTolerance:andLocationCoordinate:","abstract":"

    Build feature table data results

    ","parent_name":"GPKGFeatureInfoBuilder"},"Classes/GPKGFeatureInfoBuilder.html#/c:objc(cs)GPKGFeatureInfoBuilder(im)buildTableDataAndCloseWithFeatureIndexResults:andTolerance:andLocationCoordinate:andProjection:":{"name":"-buildTableDataAndCloseWithFeatureIndexResults:andTolerance:andLocationCoordinate:andProjection:","abstract":"

    Build feature table data results

    ","parent_name":"GPKGFeatureInfoBuilder"},"Classes/GPKGFeatureInfoBuilder.html#/c:objc(cs)GPKGFeatureInfoBuilder(im)buildTableDataAndCloseWithFeatureIndexResults:andTolerance:andLocationCoordinate:andScale:andZoom:andMapView:andScreenPercentage:":{"name":"-buildTableDataAndCloseWithFeatureIndexResults:andTolerance:andLocationCoordinate:andScale:andZoom:andMapView:andScreenPercentage:","abstract":"

    Build a feature table data results

    ","parent_name":"GPKGFeatureInfoBuilder"},"Classes/GPKGFeatureInfoBuilder.html#/c:objc(cs)GPKGFeatureInfoBuilder(im)buildTableDataAndCloseWithFeatureIndexResults:andTolerance:andLocationCoordinate:andScale:andZoom:andMapView:andScreenPercentage:andProjection:":{"name":"-buildTableDataAndCloseWithFeatureIndexResults:andTolerance:andLocationCoordinate:andScale:andZoom:andMapView:andScreenPercentage:andProjection:","abstract":"

    Build a feature table data results

    ","parent_name":"GPKGFeatureInfoBuilder"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)currentZoomWithMapView:":{"name":"+currentZoomWithMapView:","abstract":"

    Get the current zoom level of the map view

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)currentRoundedZoomWithMapView:":{"name":"+currentRoundedZoomWithMapView:","abstract":"

    Get the current rounded zoom level of the map view

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceDistanceInMapView:":{"name":"+toleranceDistanceInMapView:","abstract":"

    Get the tolerance distance meters in the current region of the visible map view.","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceDistanceWithWidth:andHeight:andBoundingBox:inProjection:":{"name":"+toleranceDistanceWithWidth:andHeight:andBoundingBox:inProjection:","abstract":"

    Get the tolerance distance meters in the current region of the visible map projected bounds.","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceDistanceWithWidth:andHeight:andBoundingBox:":{"name":"+toleranceDistanceWithWidth:andHeight:andBoundingBox:","abstract":"

    Get the tolerance distance meters in the current region of the visible map bounds.","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)wgs84BoundingBoxOfBoundingBox:inProjection:":{"name":"+wgs84BoundingBoxOfBoundingBox:inProjection:","abstract":"

    Get a WGS84 Bounding Box from a projected bounding box

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)boundingBoxOfMapView:":{"name":"+boundingBoxOfMapView:","abstract":"

    Get the WGS84 bounding box of the current map view screen.","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickLocationBoundingBoxWithCGPoint:andMapView:andScreenPercentage:":{"name":"+buildClickLocationBoundingBoxWithCGPoint:andMapView:andScreenPercentage:","abstract":"

    Build a location bounding box using the click location, map view, and screen percentage tolerance.","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickLocationBoundingBoxWithCGPoint:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+buildClickLocationBoundingBoxWithCGPoint:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Build a location bounding box using the click location, pixel bounds, map view, and screen percentage tolerance.","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickLocationBoundingBoxWithCGPoint:andZoom:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+buildClickLocationBoundingBoxWithCGPoint:andZoom:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Build a location bounding box using the click location, zoom level, pixel bounds, map view, and screen percentage tolerance.","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickLocationBoundingBoxWithCGPoint:andScale:andZoom:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+buildClickLocationBoundingBoxWithCGPoint:andScale:andZoom:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Build a location bounding box using the click location, scale factor, zoom level, pixel bounds, map view, and screen percentage tolerance.","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickLocationBoundingBoxWithLocationCoordinate:andMapView:andScreenPercentage:":{"name":"+buildClickLocationBoundingBoxWithLocationCoordinate:andMapView:andScreenPercentage:","abstract":"

    Build a location bounding box using the click location, scale factor, zoom level, pixel bounds, map view, and screen percentage tolerance.","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickLocationBoundingBoxWithLocationCoordinate:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+buildClickLocationBoundingBoxWithLocationCoordinate:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Build a location bounding box using the click location, scale factor, zoom level, pixel bounds, map view, and screen percentage tolerance.","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickLocationBoundingBoxWithLocationCoordinate:andZoom:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+buildClickLocationBoundingBoxWithLocationCoordinate:andZoom:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Build a location bounding box using the click location, scale factor, zoom level, pixel bounds, map view, and screen percentage tolerance.","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickLocationBoundingBoxWithLocationCoordinate:andScale:andZoom:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+buildClickLocationBoundingBoxWithLocationCoordinate:andScale:andZoom:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Build a location bounding box using the click location, scale factor, zoom level, pixel bounds, map view, and screen percentage tolerance.","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickBoundingBoxWithMapPoint:andMapView:andScreenPercentage:":{"name":"+buildClickBoundingBoxWithMapPoint:andMapView:andScreenPercentage:","abstract":"

    Build a bounding box using the map point click location and map view that can be used to query for features

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickBoundingBoxWithMapPoint:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+buildClickBoundingBoxWithMapPoint:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Build a bounding box using the map point click location and map view that can be used to query for features

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickBoundingBoxWithMapPoint:andZoom:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+buildClickBoundingBoxWithMapPoint:andZoom:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Build a bounding box using the map point click location and map view that can be used to query for features

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickBoundingBoxWithMapPoint:andScale:andZoom:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+buildClickBoundingBoxWithMapPoint:andScale:andZoom:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Build a bounding box using the map point click location and map view that can be used to query for features

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickBoundingBoxWithMKMapPoint:andMapView:andScreenPercentage:":{"name":"+buildClickBoundingBoxWithMKMapPoint:andMapView:andScreenPercentage:","abstract":"

    Build a bounding box using the mapkit map point click location and map view that can be used to query for features

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickBoundingBoxWithPoint:andMapView:andScreenPercentage:":{"name":"+buildClickBoundingBoxWithPoint:andMapView:andScreenPercentage:","abstract":"

    Build a bounding box using the point click location and map view that can be used to query for features

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickBoundingBoxWithPoint:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+buildClickBoundingBoxWithPoint:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Build a bounding box using the point click location and map view that can be used to query for features

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickBoundingBoxWithPoint:andZoom:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+buildClickBoundingBoxWithPoint:andZoom:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Build a bounding box using the point click location and map view that can be used to query for features

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickBoundingBoxWithPoint:andScale:andZoom:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+buildClickBoundingBoxWithPoint:andScale:andZoom:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Build a bounding box using the point click location and map view that can be used to query for features

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickBoundingBoxWithLocationCoordinate:andMapView:andScreenPercentage:":{"name":"+buildClickBoundingBoxWithLocationCoordinate:andMapView:andScreenPercentage:","abstract":"

    Build a bounding box using the location coordinate click location and map view that can be used to query for features

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickBoundingBoxWithLocationCoordinate:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+buildClickBoundingBoxWithLocationCoordinate:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Build a bounding box using the location coordinate click location and map view that can be used to query for features

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickBoundingBoxWithLocationCoordinate:andZoom:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+buildClickBoundingBoxWithLocationCoordinate:andZoom:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Build a bounding box using the location coordinate click location and map view that can be used to query for features

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickBoundingBoxWithLocationCoordinate:andScale:andZoom:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+buildClickBoundingBoxWithLocationCoordinate:andScale:andZoom:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Build a bounding box using the location coordinate click location and map view that can be used to query for features

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickBoundingBoxWithCGPoint:andMapView:andScreenPercentage:":{"name":"+buildClickBoundingBoxWithCGPoint:andMapView:andScreenPercentage:","abstract":"

    Build a bounding box using the cg point click location and map view that can be used to query for features

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickBoundingBoxWithCGPoint:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+buildClickBoundingBoxWithCGPoint:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Build a bounding box using the cg point click location and map view that can be used to query for features

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickBoundingBoxWithCGPoint:andZoom:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+buildClickBoundingBoxWithCGPoint:andZoom:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Build a bounding box using the cg point click location and map view that can be used to query for features

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickBoundingBoxWithCGPoint:andScale:andZoom:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+buildClickBoundingBoxWithCGPoint:andScale:andZoom:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Build a bounding box using the cg point click location and map view that can be used to query for features

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickBoundingBoxWithLocationBoundingBox:":{"name":"+buildClickBoundingBoxWithLocationBoundingBox:","abstract":"

    Build a bounding box using the click location

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickLocationBoundingBoxWithLocationCoordinate:andMapBounds:andScreenPercentage:":{"name":"+buildClickLocationBoundingBoxWithLocationCoordinate:andMapBounds:andScreenPercentage:","abstract":"

    Build a location bounding box using the location coordinate click location and map view bounds

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickBoundingBoxWithLocationCoordinate:andMapBounds:andScreenPercentage:":{"name":"+buildClickBoundingBoxWithLocationCoordinate:andMapBounds:andScreenPercentage:","abstract":"

    Build a bounding box using the location coordinate click location and map view bounds

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceWithPoint:andMapView:andScreenPercentage:":{"name":"+toleranceWithPoint:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance meters and screen pixels from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceWithPoint:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+toleranceWithPoint:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance meters and screen pixels from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceWithPoint:andZoom:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+toleranceWithPoint:andZoom:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance meters and screen pixels from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceWithPoint:andScale:andZoom:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+toleranceWithPoint:andScale:andZoom:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance meters and screen pixels from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceWithLocationCoordinate:andMapView:andScreenPercentage:":{"name":"+toleranceWithLocationCoordinate:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance meters and screen pixels from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceWithLocationCoordinate:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+toleranceWithLocationCoordinate:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance meters and screen pixels from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceWithLocationCoordinate:andZoom:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+toleranceWithLocationCoordinate:andZoom:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance meters and screen pixels from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceWithLocationCoordinate:andScale:andZoom:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+toleranceWithLocationCoordinate:andScale:andZoom:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance meters and screen pixels from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceWithLocationCoordinate:andBoundingBox:andMapView:andScreenPercentage:":{"name":"+toleranceWithLocationCoordinate:andBoundingBox:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance meters and screen pixels from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceWithCGPoint:andMapView:andScreenPercentage:":{"name":"+toleranceWithCGPoint:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance meters and screen pixels from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceWithCGPoint:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+toleranceWithCGPoint:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance meters and screen pixels from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceWithCGPoint:andZoom:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+toleranceWithCGPoint:andZoom:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance meters and screen pixels from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceWithCGPoint:andScale:andZoom:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+toleranceWithCGPoint:andScale:andZoom:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance meters and screen pixels from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceWithCGPoint:andBoundingBox:andMapView:andScreenPercentage:":{"name":"+toleranceWithCGPoint:andBoundingBox:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance meters and screen pixels from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceWithLocationCoordinate:andBoundingBox:":{"name":"+toleranceWithLocationCoordinate:andBoundingBox:","abstract":"

    Get the allowable tolerance distance meters and default screen pixels from the click bounding box

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceDistanceWithPoint:andMapView:andScreenPercentage:":{"name":"+toleranceDistanceWithPoint:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance in meters from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceDistanceWithPoint:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+toleranceDistanceWithPoint:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance in meters from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceDistanceWithPoint:andZoom:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+toleranceDistanceWithPoint:andZoom:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance in meters from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceDistanceWithPoint:andScale:andZoom:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+toleranceDistanceWithPoint:andScale:andZoom:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance in meters from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceDistanceWithLocationCoordinate:andMapView:andScreenPercentage:":{"name":"+toleranceDistanceWithLocationCoordinate:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance in meters from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceDistanceWithLocationCoordinate:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+toleranceDistanceWithLocationCoordinate:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance in meters from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceDistanceWithLocationCoordinate:andZoom:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+toleranceDistanceWithLocationCoordinate:andZoom:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance in meters from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceDistanceWithLocationCoordinate:andScale:andZoom:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+toleranceDistanceWithLocationCoordinate:andScale:andZoom:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance in meters from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceDistanceWithCGPoint:andMapView:andScreenPercentage:":{"name":"+toleranceDistanceWithCGPoint:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance in meters from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceDistanceWithCGPoint:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+toleranceDistanceWithCGPoint:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance in meters from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceDistanceWithCGPoint:andZoom:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+toleranceDistanceWithCGPoint:andZoom:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance in meters from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceDistanceWithCGPoint:andScale:andZoom:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+toleranceDistanceWithCGPoint:andScale:andZoom:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance in meters from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceDistanceWithCGPoint:andBoundingBox:andMapView:":{"name":"+toleranceDistanceWithCGPoint:andBoundingBox:andMapView:","abstract":"

    Get the allowable tolerance distance in meters from the click bounding box

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceDistanceWithLocationCoordinate:andBoundingBox:":{"name":"+toleranceDistanceWithLocationCoordinate:andBoundingBox:","abstract":"

    Get the allowable tolerance distance in meters from the click bounding box

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceScreenWithMapView:andScreenPercentage:":{"name":"+toleranceScreenWithMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance screen pixels from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)complementaryWorldPathOfPolyline:":{"name":"+complementaryWorldPathOfPolyline:","abstract":"

    If the polyline spans the -180 / 180 longitude, builds the complementary path.","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)complementaryWorldPathOfPolygon:":{"name":"+complementaryWorldPathOfPolygon:","abstract":"

    If the polygon spans the -180 / 180 longitude, builds the complementary path.","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)complementaryWorldPathOfMultiPoint:":{"name":"+complementaryWorldPathOfMultiPoint:","abstract":"

    If the multi point spans the -180 / 180 longitude, builds the complementary path.","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)complementaryWorldPathOfPoints:andPointCount:":{"name":"+complementaryWorldPathOfPoints:andPointCount:","abstract":"

    If the points span the -180 / 180 longitude, builds the complementary path.","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)isLocation:onShape:withTolerance:":{"name":"+isLocation:onShape:withTolerance:","abstract":"

    Is the location on or near the shape

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)isLocation:nearMapPoint:withTolerance:":{"name":"+isLocation:nearMapPoint:withTolerance:","abstract":"

    Is the location near the map point

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)isLocation:nearLocation:withTolerance:":{"name":"+isLocation:nearLocation:withTolerance:","abstract":"

    Is the location near the other location

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)isLocation:nearMultiPoint:withTolerance:":{"name":"+isLocation:nearMultiPoint:withTolerance:","abstract":"

    Is the location near the multi point

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)isLocation:onPolyline:withTolerance:":{"name":"+isLocation:onPolyline:withTolerance:","abstract":"

    Is the location on the polyline

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)isLocation:onMultiPolyline:withTolerance:":{"name":"+isLocation:onMultiPolyline:withTolerance:","abstract":"

    Is the location on the multi polyline

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)isLocation:onPolygon:withTolerance:":{"name":"+isLocation:onPolygon:withTolerance:","abstract":"

    Is the location on the polygon

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)isLocation:onMultiPolygon:withTolerance:":{"name":"+isLocation:onMultiPolygon:withTolerance:","abstract":"

    Is the location on the polygon

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)distanceIfLocation:onShape:withTolerance:":{"name":"+distanceIfLocation:onShape:withTolerance:","abstract":"

    Is the location on or near the shape, returning the distance when on the shape

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)distanceIfLocation:nearMapPoint:withTolerance:":{"name":"+distanceIfLocation:nearMapPoint:withTolerance:","abstract":"

    Is the location near the map point, returning the distance when on point

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)distanceIfLocation:nearLocation:withTolerance:":{"name":"+distanceIfLocation:nearLocation:withTolerance:","abstract":"

    Is the location near the other location, returning the distance when on location

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)distanceIfLocation:nearMultiPoint:withTolerance:":{"name":"+distanceIfLocation:nearMultiPoint:withTolerance:","abstract":"

    Is the location near the multi point, returning the nearest distance when on multi point

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapTolerance.html#/c:objc(cs)GPKGMapTolerance(py)distance":{"name":"distance","abstract":"

    Distance tolerance in meters

    ","parent_name":"GPKGMapTolerance"},"Classes/GPKGMapTolerance.html#/c:objc(cs)GPKGMapTolerance(py)screen":{"name":"screen","abstract":"

    Screen tolerance in pixels

    ","parent_name":"GPKGMapTolerance"},"Classes/GPKGMapTolerance.html#/c:objc(cs)GPKGMapTolerance(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGMapTolerance"},"Classes/GPKGMapTolerance.html#/c:objc(cs)GPKGMapTolerance(im)initWithDistance:andScreen:":{"name":"-initWithDistance:andScreen:","abstract":"

    Initialize

    ","parent_name":"GPKGMapTolerance"},"Classes/GPKGNetworkUtils.html#/c:objc(cs)GPKGNetworkUtils(cm)sendSynchronousRequest:returningResponse:error:":{"name":"+sendSynchronousRequest:returningResponse:error:","abstract":"

    Send a synchronous network request

    ","parent_name":"GPKGNetworkUtils"},"Classes/GPKGNetworkUtils.html#/c:objc(cs)GPKGNetworkUtils(cm)sendSynchronousWithRedirectsRequest:withUrl:":{"name":"+sendSynchronousWithRedirectsRequest:withUrl:","abstract":"

    Send a synchronous network request with attempted redirect response updated request

    ","parent_name":"GPKGNetworkUtils"},"Classes/GPKGImageConverter.html#/c:objc(cs)GPKGImageConverter(cm)toImage:":{"name":"+toImage:","abstract":"

    Decode the byte data to an image

    ","parent_name":"GPKGImageConverter"},"Classes/GPKGImageConverter.html#/c:objc(cs)GPKGImageConverter(cm)toImage:withScale:":{"name":"+toImage:withScale:","abstract":"

    Decode the byte data to an image with scale

    ","parent_name":"GPKGImageConverter"},"Classes/GPKGImageConverter.html#/c:objc(cs)GPKGImageConverter(cm)toData:andFormat:":{"name":"+toData:andFormat:","abstract":"

    Compress the image to byte data

    ","parent_name":"GPKGImageConverter"},"Classes/GPKGImageConverter.html#/c:objc(cs)GPKGImageConverter(cm)toData:andFormat:andQuality:":{"name":"+toData:andFormat:andQuality:","abstract":"

    Compress the image to byte data with quality

    ","parent_name":"GPKGImageConverter"},"Classes/GPKGIOUtils.html#/c:objc(cs)GPKGIOUtils(cm)propertyListPathWithName:":{"name":"+propertyListPathWithName:","abstract":"

    Get the path of the property list file with name

    ","parent_name":"GPKGIOUtils"},"Classes/GPKGIOUtils.html#/c:objc(cs)GPKGIOUtils(cm)resourcePathWithName:andType:":{"name":"+resourcePathWithName:andType:","abstract":"

    Get the path of the resource file with name and file type

    ","parent_name":"GPKGIOUtils"},"Classes/GPKGIOUtils.html#/c:objc(cs)GPKGIOUtils(cm)documentsDirectory":{"name":"+documentsDirectory","abstract":"

    Get the documents directory path

    ","parent_name":"GPKGIOUtils"},"Classes/GPKGIOUtils.html#/c:objc(cs)GPKGIOUtils(cm)documentsDirectoryWithSubDirectory:":{"name":"+documentsDirectoryWithSubDirectory:","abstract":"

    Get a sub directory path within the document directory

    ","parent_name":"GPKGIOUtils"},"Classes/GPKGIOUtils.html#/c:objc(cs)GPKGIOUtils(cm)geoPackageDirectory":{"name":"+geoPackageDirectory","abstract":"

    Get the GeoPackage directory path for saving GeoPackage related files

    ","parent_name":"GPKGIOUtils"},"Classes/GPKGIOUtils.html#/c:objc(cs)GPKGIOUtils(cm)databaseDirectory":{"name":"+databaseDirectory","abstract":"

    Get the GeoPackage database directory path for saving GeoPackages

    ","parent_name":"GPKGIOUtils"},"Classes/GPKGIOUtils.html#/c:objc(cs)GPKGIOUtils(cm)metadataDirectory":{"name":"+metadataDirectory","abstract":"

    Get the GeoPackage metadata directory path for saving metadata

    ","parent_name":"GPKGIOUtils"},"Classes/GPKGIOUtils.html#/c:objc(cs)GPKGIOUtils(cm)metadataDatabaseFile":{"name":"+metadataDatabaseFile","abstract":"

    Get the GeoPackage metadata database file path

    ","parent_name":"GPKGIOUtils"},"Classes/GPKGIOUtils.html#/c:objc(cs)GPKGIOUtils(cm)createDirectoryIfNotExists:":{"name":"+createDirectoryIfNotExists:","abstract":"

    Create a directory if it does not exist

    ","parent_name":"GPKGIOUtils"},"Classes/GPKGIOUtils.html#/c:objc(cs)GPKGIOUtils(cm)localDocumentsDirectoryPath:":{"name":"+localDocumentsDirectoryPath:","abstract":"

    Get the local path within the provided directory by removing the documents directory

    ","parent_name":"GPKGIOUtils"},"Classes/GPKGIOUtils.html#/c:objc(cs)GPKGIOUtils(cm)copyFile:toFile:":{"name":"+copyFile:toFile:","abstract":"

    Copy a file

    ","parent_name":"GPKGIOUtils"},"Classes/GPKGIOUtils.html#/c:objc(cs)GPKGIOUtils(cm)copyInputStream:toFile:":{"name":"+copyInputStream:toFile:","abstract":"

    Copy an input stream to a file

    ","parent_name":"GPKGIOUtils"},"Classes/GPKGIOUtils.html#/c:objc(cs)GPKGIOUtils(cm)copyInputStream:toFile:withProgress:":{"name":"+copyInputStream:toFile:withProgress:","abstract":"

    Copy an input stream to a file with progress callbacks

    ","parent_name":"GPKGIOUtils"},"Classes/GPKGIOUtils.html#/c:objc(cs)GPKGIOUtils(cm)fileData:":{"name":"+fileData:","abstract":"

    Get the file byte data

    ","parent_name":"GPKGIOUtils"},"Classes/GPKGIOUtils.html#/c:objc(cs)GPKGIOUtils(cm)streamData:":{"name":"+streamData:","abstract":"

    Get the input stream byte data

    ","parent_name":"GPKGIOUtils"},"Classes/GPKGIOUtils.html#/c:objc(cs)GPKGIOUtils(cm)streamString:":{"name":"+streamString:","abstract":"

    Get the input stream string

    ","parent_name":"GPKGIOUtils"},"Classes/GPKGIOUtils.html#/c:objc(cs)GPKGIOUtils(cm)streamString:withEncoding:":{"name":"+streamString:withEncoding:","abstract":"

    Get the input stream string

    ","parent_name":"GPKGIOUtils"},"Classes/GPKGIOUtils.html#/c:objc(cs)GPKGIOUtils(cm)copyInputStream:toOutputStream:":{"name":"+copyInputStream:toOutputStream:","abstract":"

    Copy the input stream to an output stream

    ","parent_name":"GPKGIOUtils"},"Classes/GPKGIOUtils.html#/c:objc(cs)GPKGIOUtils(cm)copyInputStream:toOutputStream:withProgress:":{"name":"+copyInputStream:toOutputStream:withProgress:","abstract":"

    Copy the input stream to an output stream with progress callbacks

    ","parent_name":"GPKGIOUtils"},"Classes/GPKGIOUtils.html#/c:objc(cs)GPKGIOUtils(cm)deleteFile:":{"name":"+deleteFile:","abstract":"

    Delete the file

    ","parent_name":"GPKGIOUtils"},"Classes/GPKGIOUtils.html#/c:objc(cs)GPKGIOUtils(cm)formatBytes:":{"name":"+formatBytes:","abstract":"

    Format the bytes into readable text

    ","parent_name":"GPKGIOUtils"},"Classes/GPKGIOUtils.html#/c:objc(cs)GPKGIOUtils(cm)decodeUrl:":{"name":"+decodeUrl:","abstract":"

    Decode a URL

    ","parent_name":"GPKGIOUtils"},"Classes/GPKGCompressFormats.html#/c:objc(cs)GPKGCompressFormats(cm)name:":{"name":"+name:","abstract":"

    Get the name of the compress format

    ","parent_name":"GPKGCompressFormats"},"Classes/GPKGCompressFormats.html#/c:objc(cs)GPKGCompressFormats(cm)fromName:":{"name":"+fromName:","abstract":"

    Get the compress format from the name

    ","parent_name":"GPKGCompressFormats"},"Classes/GPKGPolylinePoints.html#/c:objc(cs)GPKGPolylinePoints(py)polyline":{"name":"polyline","abstract":"

    Backing polyline

    ","parent_name":"GPKGPolylinePoints"},"Classes/GPKGPolylinePoints.html#/c:objc(cs)GPKGPolylinePoints(py)points":{"name":"points","abstract":"

    Polyline points

    ","parent_name":"GPKGPolylinePoints"},"Classes/GPKGPolylinePoints.html#/c:objc(cs)GPKGPolylinePoints(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGPolylinePoints"},"Classes/GPKGPolylinePoints.html#/c:objc(cs)GPKGPolylinePoints(im)addPoint:":{"name":"-addPoint:","abstract":"

    Add a point

    ","parent_name":"GPKGPolylinePoints"},"Classes/GPKGPolylinePoints.html#/c:objc(cs)GPKGPolylinePoints(im)updateWithMapView:":{"name":"-updateWithMapView:","abstract":"

    Update the polyline points with the map view

    ","parent_name":"GPKGPolylinePoints"},"Classes/GPKGPolylinePoints.html#/c:objc(cs)GPKGPolylinePoints(im)removeFromMapView:":{"name":"-removeFromMapView:","abstract":"

    Remove the polyline points from the map view

    ","parent_name":"GPKGPolylinePoints"},"Classes/GPKGPolylinePoints.html#/c:objc(cs)GPKGPolylinePoints(im)isValid":{"name":"-isValid","abstract":"

    Determine if the polyline points is valid

    ","parent_name":"GPKGPolylinePoints"},"Classes/GPKGPolylinePoints.html#/c:objc(cs)GPKGPolylinePoints(im)isDeleted":{"name":"-isDeleted","abstract":"

    Determine if the polyline points has been deleted

    ","parent_name":"GPKGPolylinePoints"},"Classes/GPKGPolylineOptions.html#/c:objc(cs)GPKGPolylineOptions(py)strokeColor":{"name":"strokeColor","abstract":"

    The stroke color to use for the path

    ","parent_name":"GPKGPolylineOptions"},"Classes/GPKGPolylineOptions.html#/c:objc(cs)GPKGPolylineOptions(py)lineWidth":{"name":"lineWidth","abstract":"

    The stroke width to use for the path

    ","parent_name":"GPKGPolylineOptions"},"Classes/GPKGPolyline.html#/c:objc(cs)GPKGPolyline(py)options":{"name":"options","abstract":"

    Polyline Style Options

    ","parent_name":"GPKGPolyline"},"Classes/GPKGPolygonPoints.html#/c:objc(cs)GPKGPolygonPoints(py)polygon":{"name":"polygon","abstract":"

    Backing polygon

    ","parent_name":"GPKGPolygonPoints"},"Classes/GPKGPolygonPoints.html#/c:objc(cs)GPKGPolygonPoints(py)points":{"name":"points","abstract":"

    Polygon points

    ","parent_name":"GPKGPolygonPoints"},"Classes/GPKGPolygonPoints.html#/c:objc(cs)GPKGPolygonPoints(py)holes":{"name":"holes","abstract":"

    Polygon holes

    ","parent_name":"GPKGPolygonPoints"},"Classes/GPKGPolygonPoints.html#/c:objc(cs)GPKGPolygonPoints(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGPolygonPoints"},"Classes/GPKGPolygonPoints.html#/c:objc(cs)GPKGPolygonPoints(im)addPoint:":{"name":"-addPoint:","abstract":"

    Add a point

    ","parent_name":"GPKGPolygonPoints"},"Classes/GPKGPolygonPoints.html#/c:objc(cs)GPKGPolygonPoints(im)addHole:":{"name":"-addHole:","abstract":"

    Add a hole

    ","parent_name":"GPKGPolygonPoints"},"Classes/GPKGPolygonPoints.html#/c:objc(cs)GPKGPolygonPoints(im)updateWithMapView:":{"name":"-updateWithMapView:","abstract":"

    Update the polygon points with the map view

    ","parent_name":"GPKGPolygonPoints"},"Classes/GPKGPolygonPoints.html#/c:objc(cs)GPKGPolygonPoints(im)removeFromMapView:":{"name":"-removeFromMapView:","abstract":"

    Remove the polygon points from the map view

    ","parent_name":"GPKGPolygonPoints"},"Classes/GPKGPolygonPoints.html#/c:objc(cs)GPKGPolygonPoints(im)isValid":{"name":"-isValid","abstract":"

    Determine if the polygon points is valid

    ","parent_name":"GPKGPolygonPoints"},"Classes/GPKGPolygonPoints.html#/c:objc(cs)GPKGPolygonPoints(im)isDeleted":{"name":"-isDeleted","abstract":"

    Determine if the polygon points has been deleted

    ","parent_name":"GPKGPolygonPoints"},"Classes/GPKGPolygonOptions.html#/c:objc(cs)GPKGPolygonOptions(py)fillColor":{"name":"fillColor","abstract":"

    The fill color to use for the path

    ","parent_name":"GPKGPolygonOptions"},"Classes/GPKGPolygonOptions.html#/c:objc(cs)GPKGPolygonOptions(py)strokeColor":{"name":"strokeColor","abstract":"

    The stroke color to use for the path

    ","parent_name":"GPKGPolygonOptions"},"Classes/GPKGPolygonOptions.html#/c:objc(cs)GPKGPolygonOptions(py)lineWidth":{"name":"lineWidth","abstract":"

    The stroke width to use for the path

    ","parent_name":"GPKGPolygonOptions"},"Classes/GPKGPolygonHolePoints.html#/c:objc(cs)GPKGPolygonHolePoints(py)parentPolygon":{"name":"parentPolygon","abstract":"

    Parent polygon points

    ","parent_name":"GPKGPolygonHolePoints"},"Classes/GPKGPolygonHolePoints.html#/c:objc(cs)GPKGPolygonHolePoints(py)points":{"name":"points","abstract":"

    Polygon hole points

    ","parent_name":"GPKGPolygonHolePoints"},"Classes/GPKGPolygonHolePoints.html#/c:objc(cs)GPKGPolygonHolePoints(im)initWithPolygonPoints:":{"name":"-initWithPolygonPoints:","abstract":"

    Initialize

    ","parent_name":"GPKGPolygonHolePoints"},"Classes/GPKGPolygonHolePoints.html#/c:objc(cs)GPKGPolygonHolePoints(im)addPoint:":{"name":"-addPoint:","abstract":"

    Add a hole point

    ","parent_name":"GPKGPolygonHolePoints"},"Classes/GPKGPolygonHolePoints.html#/c:objc(cs)GPKGPolygonHolePoints(im)removeFromMapView:":{"name":"-removeFromMapView:","abstract":"

    Remove the polygon hole points from the map view

    ","parent_name":"GPKGPolygonHolePoints"},"Classes/GPKGPolygonHolePoints.html#/c:objc(cs)GPKGPolygonHolePoints(im)isValid":{"name":"-isValid","abstract":"

    Determine if the polygon hole points is valid

    ","parent_name":"GPKGPolygonHolePoints"},"Classes/GPKGPolygonHolePoints.html#/c:objc(cs)GPKGPolygonHolePoints(im)isDeleted":{"name":"-isDeleted","abstract":"

    Determine if the polygon hole points has been deleted

    ","parent_name":"GPKGPolygonHolePoints"},"Classes/GPKGPolygon.html#/c:objc(cs)GPKGPolygon(py)options":{"name":"options","abstract":"

    Polygon Style Options

    ","parent_name":"GPKGPolygon"},"Classes/GPKGMultiPolylinePoints.html#/c:objc(cs)GPKGMultiPolylinePoints(py)polylinePoints":{"name":"polylinePoints","abstract":"

    Polyline points

    ","parent_name":"GPKGMultiPolylinePoints"},"Classes/GPKGMultiPolylinePoints.html#/c:objc(cs)GPKGMultiPolylinePoints(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGMultiPolylinePoints"},"Classes/GPKGMultiPolylinePoints.html#/c:objc(cs)GPKGMultiPolylinePoints(im)addPolylinePoints:":{"name":"-addPolylinePoints:","abstract":"

    Add a polyline points shape

    ","parent_name":"GPKGMultiPolylinePoints"},"Classes/GPKGMultiPolylinePoints.html#/c:objc(cs)GPKGMultiPolylinePoints(im)updateWithMapView:":{"name":"-updateWithMapView:","abstract":"

    Update the multiple polyline points with the map view

    ","parent_name":"GPKGMultiPolylinePoints"},"Classes/GPKGMultiPolylinePoints.html#/c:objc(cs)GPKGMultiPolylinePoints(im)removeFromMapView:":{"name":"-removeFromMapView:","abstract":"

    Remove the multiple polyline points from the map view

    ","parent_name":"GPKGMultiPolylinePoints"},"Classes/GPKGMultiPolylinePoints.html#/c:objc(cs)GPKGMultiPolylinePoints(im)hidden:fromMapView:":{"name":"-hidden:fromMapView:","abstract":"

    Updates hidden state on the map

    ","parent_name":"GPKGMultiPolylinePoints"},"Classes/GPKGMultiPolylinePoints.html#/c:objc(cs)GPKGMultiPolylinePoints(im)isValid":{"name":"-isValid","abstract":"

    Determine if the multiple polyline points is valid

    ","parent_name":"GPKGMultiPolylinePoints"},"Classes/GPKGMultiPolylinePoints.html#/c:objc(cs)GPKGMultiPolylinePoints(im)isDeleted":{"name":"-isDeleted","abstract":"

    Determine if the multiple polyline points has been deleted

    ","parent_name":"GPKGMultiPolylinePoints"},"Classes/GPKGMultiPolyline.html#/c:objc(cs)GPKGMultiPolyline(py)polylines":{"name":"polylines","abstract":"

    Polylines

    ","parent_name":"GPKGMultiPolyline"},"Classes/GPKGMultiPolyline.html#/c:objc(cs)GPKGMultiPolyline(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGMultiPolyline"},"Classes/GPKGMultiPolyline.html#/c:objc(cs)GPKGMultiPolyline(im)addPolyline:":{"name":"-addPolyline:","abstract":"

    Add a polyline

    ","parent_name":"GPKGMultiPolyline"},"Classes/GPKGMultiPolyline.html#/c:objc(cs)GPKGMultiPolyline(im)removeFromMapView:":{"name":"-removeFromMapView:","abstract":"

    Remove the multi polyline from the map view

    ","parent_name":"GPKGMultiPolyline"},"Classes/GPKGMultiPolyline.html#/c:objc(cs)GPKGMultiPolyline(im)hidden:fromMapView:":{"name":"-hidden:fromMapView:","abstract":"

    Updates hidden state on the map

    ","parent_name":"GPKGMultiPolyline"},"Classes/GPKGMultiPolygonPoints.html#/c:objc(cs)GPKGMultiPolygonPoints(py)polygonPoints":{"name":"polygonPoints","abstract":"

    Polygon points

    ","parent_name":"GPKGMultiPolygonPoints"},"Classes/GPKGMultiPolygonPoints.html#/c:objc(cs)GPKGMultiPolygonPoints(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGMultiPolygonPoints"},"Classes/GPKGMultiPolygonPoints.html#/c:objc(cs)GPKGMultiPolygonPoints(im)addPolygonPoints:":{"name":"-addPolygonPoints:","abstract":"

    Add a polygon points shape

    ","parent_name":"GPKGMultiPolygonPoints"},"Classes/GPKGMultiPolygonPoints.html#/c:objc(cs)GPKGMultiPolygonPoints(im)updateWithMapView:":{"name":"-updateWithMapView:","abstract":"

    Update the multiple polygon points with the map view

    ","parent_name":"GPKGMultiPolygonPoints"},"Classes/GPKGMultiPolygonPoints.html#/c:objc(cs)GPKGMultiPolygonPoints(im)removeFromMapView:":{"name":"-removeFromMapView:","abstract":"

    Remove the multiple polygon points from the map view

    ","parent_name":"GPKGMultiPolygonPoints"},"Classes/GPKGMultiPolygonPoints.html#/c:objc(cs)GPKGMultiPolygonPoints(im)hidden:fromMapView:":{"name":"-hidden:fromMapView:","abstract":"

    Updates hidden state on the map

    ","parent_name":"GPKGMultiPolygonPoints"},"Classes/GPKGMultiPolygonPoints.html#/c:objc(cs)GPKGMultiPolygonPoints(im)isValid":{"name":"-isValid","abstract":"

    Determine if the multiple polygon points is valid

    ","parent_name":"GPKGMultiPolygonPoints"},"Classes/GPKGMultiPolygonPoints.html#/c:objc(cs)GPKGMultiPolygonPoints(im)isDeleted":{"name":"-isDeleted","abstract":"

    Determine if the multiple polygon points has been deleted

    ","parent_name":"GPKGMultiPolygonPoints"},"Classes/GPKGMultiPolygon.html#/c:objc(cs)GPKGMultiPolygon(py)polygons":{"name":"polygons","abstract":"

    Polygons

    ","parent_name":"GPKGMultiPolygon"},"Classes/GPKGMultiPolygon.html#/c:objc(cs)GPKGMultiPolygon(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGMultiPolygon"},"Classes/GPKGMultiPolygon.html#/c:objc(cs)GPKGMultiPolygon(im)addPolygon:":{"name":"-addPolygon:","abstract":"

    Add a polygon

    ","parent_name":"GPKGMultiPolygon"},"Classes/GPKGMultiPolygon.html#/c:objc(cs)GPKGMultiPolygon(im)removeFromMapView:":{"name":"-removeFromMapView:","abstract":"

    Remove the multi polygon shape from the map view

    ","parent_name":"GPKGMultiPolygon"},"Classes/GPKGMultiPolygon.html#/c:objc(cs)GPKGMultiPolygon(im)hidden:fromMapView:":{"name":"-hidden:fromMapView:","abstract":"

    Updates hidden state

    ","parent_name":"GPKGMultiPolygon"},"Classes/GPKGMultiPoint.html#/c:objc(cs)GPKGMultiPoint(py)points":{"name":"points","abstract":"

    Points

    ","parent_name":"GPKGMultiPoint"},"Classes/GPKGMultiPoint.html#/c:objc(cs)GPKGMultiPoint(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGMultiPoint"},"Classes/GPKGMultiPoint.html#/c:objc(cs)GPKGMultiPoint(im)addPoint:":{"name":"-addPoint:","abstract":"

    Add a point

    ","parent_name":"GPKGMultiPoint"},"Classes/GPKGMultiPoint.html#/c:objc(cs)GPKGMultiPoint(im)removeFromMapView:":{"name":"-removeFromMapView:","abstract":"

    Remove the multi point from the map view

    ","parent_name":"GPKGMultiPoint"},"Classes/GPKGMapShapeTypes.html#/c:objc(cs)GPKGMapShapeTypes(cm)name:":{"name":"+name:","abstract":"

    Get the name of the shape type

    ","parent_name":"GPKGMapShapeTypes"},"Classes/GPKGMapShapeTypes.html#/c:objc(cs)GPKGMapShapeTypes(cm)fromName:":{"name":"+fromName:","abstract":"

    Get the map shape type of the name

    ","parent_name":"GPKGMapShapeTypes"},"Classes/GPKGMapShapePoints.html#/c:objc(cs)GPKGMapShapePoints(py)shape":{"name":"shape","abstract":"

    Map shape

    ","parent_name":"GPKGMapShapePoints"},"Classes/GPKGMapShapePoints.html#/c:objc(cs)GPKGMapShapePoints(py)shapePoints":{"name":"shapePoints","abstract":"

    Mapping between point ids and shape points they belong to (or NSNull for non shapes)

    ","parent_name":"GPKGMapShapePoints"},"Classes/GPKGMapShapePoints.html#/c:objc(cs)GPKGMapShapePoints(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGMapShapePoints"},"Classes/GPKGMapShapePoints.html#/c:objc(cs)GPKGMapShapePoints(im)addPoint:withShape:":{"name":"-addPoint:withShape:","abstract":"

    Add the point to the shape

    ","parent_name":"GPKGMapShapePoints"},"Classes/GPKGMapShapePoints.html#/c:objc(cs)GPKGMapShapePoints(im)addPointId:withShape:":{"name":"-addPointId:withShape:","abstract":"

    Add the point id to the shape

    ","parent_name":"GPKGMapShapePoints"},"Classes/GPKGMapShapePoints.html#/c:objc(cs)GPKGMapShapePoints(im)addShapePoints:":{"name":"-addShapePoints:","abstract":"

    Add all map points in the shape

    ","parent_name":"GPKGMapShapePoints"},"Classes/GPKGMapShapePoints.html#/c:objc(cs)GPKGMapShapePoints(im)addPoint:":{"name":"-addPoint:","abstract":"

    Add a map point with no shape

    ","parent_name":"GPKGMapShapePoints"},"Classes/GPKGMapShapePoints.html#/c:objc(cs)GPKGMapShapePoints(im)addPoints:":{"name":"-addPoints:","abstract":"

    Add an array of map points with no shape

    ","parent_name":"GPKGMapShapePoints"},"Classes/GPKGMapShapePoints.html#/c:objc(cs)GPKGMapShapePoints(im)addMapShapePoints:":{"name":"-addMapShapePoints:","abstract":"

    Add an embedded map shape points

    ","parent_name":"GPKGMapShapePoints"},"Classes/GPKGMapShapePoints.html#/c:objc(cs)GPKGMapShapePoints(im)containsPoint:":{"name":"-containsPoint:","abstract":"

    Check if contains the shape point

    ","parent_name":"GPKGMapShapePoints"},"Classes/GPKGMapShapePoints.html#/c:objc(cs)GPKGMapShapePoints(im)containsPointId:":{"name":"-containsPointId:","abstract":"

    Check if contains the shape point id

    ","parent_name":"GPKGMapShapePoints"},"Classes/GPKGMapShapePoints.html#/c:objc(cs)GPKGMapShapePoints(im)shapePointsForPoint:":{"name":"-shapePointsForPoint:","abstract":"

    Get the shape points for a map point, only returns a value for shapes that can be edited

    ","parent_name":"GPKGMapShapePoints"},"Classes/GPKGMapShapePoints.html#/c:objc(cs)GPKGMapShapePoints(im)shapePointsForPointId:":{"name":"-shapePointsForPointId:","abstract":"

    Get the shape points for a map point id, only returns a value for shapes that can be edited

    ","parent_name":"GPKGMapShapePoints"},"Classes/GPKGMapShapePoints.html#/c:objc(cs)GPKGMapShapePoints(im)deletePoint:fromMapView:":{"name":"-deletePoint:fromMapView:","abstract":"

    Delete the map point and corresponding shape from the map view

    ","parent_name":"GPKGMapShapePoints"},"Classes/GPKGMapShapePoints.html#/c:objc(cs)GPKGMapShapePoints(im)removeFromMapView:":{"name":"-removeFromMapView:","abstract":"

    Removes all objects added to the map view

    ","parent_name":"GPKGMapShapePoints"},"Classes/GPKGMapShapePoints.html#/c:objc(cs)GPKGMapShapePoints(im)updateWithMapView:":{"name":"-updateWithMapView:","abstract":"

    Updates all objects on the map view that could have changed from moved points

    ","parent_name":"GPKGMapShapePoints"},"Classes/GPKGMapShapePoints.html#/c:objc(cs)GPKGMapShapePoints(im)isValid":{"name":"-isValid","abstract":"

    Determines if the shape is in a valid state

    ","parent_name":"GPKGMapShapePoints"},"Classes/GPKGMapShapePoints.html#/c:objc(cs)GPKGMapShapePoints(cm)addPointAsPolygon:toPoints:":{"name":"+addPointAsPolygon:toPoints:","abstract":"

    Polygon add a map point to the points where it is closest to the surrounding points

    ","parent_name":"GPKGMapShapePoints"},"Classes/GPKGMapShapePoints.html#/c:objc(cs)GPKGMapShapePoints(cm)addPointAsPolyline:toPoints:":{"name":"+addPointAsPolyline:toPoints:","abstract":"

    Polyline add a map point to the points where it is closest to the surrounding points

    ","parent_name":"GPKGMapShapePoints"},"Classes/GPKGMapShapePoints.html#/c:objc(cs)GPKGMapShapePoints(im)hidden:fromMapView:":{"name":"-hidden:fromMapView:","abstract":"

    Updates hidden state of all objects

    ","parent_name":"GPKGMapShapePoints"},"Classes/GPKGMapShapePoints.html#/c:objc(cs)GPKGMapShapePoints(im)hiddenPoints:":{"name":"-hiddenPoints:","abstract":"

    Updates hidden state of the shape representing points

    ","parent_name":"GPKGMapShapePoints"},"Classes/GPKGMapShapePoints.html#/c:objc(cs)GPKGMapShapePoints(im)size":{"name":"-size","abstract":"

    Get the shape markers size

    ","parent_name":"GPKGMapShapePoints"},"Classes/GPKGMapShapePoints.html#/c:objc(cs)GPKGMapShapePoints(im)isEmpty":{"name":"-isEmpty","abstract":"

    Check if the shape markers is empty

    ","parent_name":"GPKGMapShapePoints"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(py)projection":{"name":"projection","abstract":"

    Geometry shape projection

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:@E@GPKGPolygonOrientation":{"name":"GPKGPolygonOrientation","abstract":"

    Orientation types of polygon exterior and hole rings

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(py)exteriorOrientation":{"name":"exteriorOrientation","abstract":"

    Convert polygon exteriors to specified orientation

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(py)holeOrientation":{"name":"holeOrientation","abstract":"

    Convert polygon holes to specified orientation

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(py)drawShortestDirection":{"name":"drawShortestDirection","abstract":"

    When true, draw map points from lines and polygons using the closest longitude direction between points","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(py)simplifyTolerance":{"name":"simplifyTolerance","abstract":"

    Tolerance in meters for simplifying lines and polygons to a similar curve with fewer points","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)initWithProjection:":{"name":"-initWithProjection:","abstract":"

    Initialize

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)setSimplifyToleranceAsDouble:":{"name":"-setSimplifyToleranceAsDouble:","abstract":"

    Set the simplify tolerance in meters to simplify lines and polygons to similar curves with fewer points

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toWgs84WithPoint:":{"name":"-toWgs84WithPoint:","abstract":"

    Transform a projection WKB point to WGS84

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toProjectionWithPoint:":{"name":"-toProjectionWithPoint:","abstract":"

    Transform a WGS84 WKB point to the projection

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toMapPointWithPoint:":{"name":"-toMapPointWithPoint:","abstract":"

    Convert a WKB point to a map point

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toMKMapPointWithPoint:":{"name":"-toMKMapPointWithPoint:","abstract":"

    Convert a WKB point to a MapKit map point

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toPointWithMapPoint:":{"name":"-toPointWithMapPoint:","abstract":"

    Convert a map point to a WKB point

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toPointWithMapPoint:andHasZ:andHasM:":{"name":"-toPointWithMapPoint:andHasZ:andHasM:","abstract":"

    Convert a map point to a WKB point

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toPointWithMKMapPoint:":{"name":"-toPointWithMKMapPoint:","abstract":"

    Convert a MapKit map point to a WKB point

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toPointWithMKMapPoint:andHasZ:andHasM:":{"name":"-toPointWithMKMapPoint:andHasZ:andHasM:","abstract":"

    Convert a MapKit map point to a WKB point

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toMapPolylineWithLineString:":{"name":"-toMapPolylineWithLineString:","abstract":"

    Convert a WKB line string to a polyline

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toLineStringWithMapPolyline:":{"name":"-toLineStringWithMapPolyline:","abstract":"

    Convert a MapKit polyline to a WKB line string

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toLineStringWithMapPolyline:andHasZ:andHasM:":{"name":"-toLineStringWithMapPolyline:andHasZ:andHasM:","abstract":"

    Convert a MapKit polyline to a WKB line string

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toLineStringWithMKMapPoints:andPointCount:":{"name":"-toLineStringWithMKMapPoints:andPointCount:","abstract":"

    Convert a pointer array of MapKit map points to a WKB line string

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toLineStringWithMKMapPoints:andPointCount:andHasZ:andHasM:":{"name":"-toLineStringWithMKMapPoints:andPointCount:andHasZ:andHasM:","abstract":"

    Convert a pointer array of MapKit map points to a WKB line string

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toLineStringWithMapPoints:":{"name":"-toLineStringWithMapPoints:","abstract":"

    Convert an array of map points to a WKB line string

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toLineStringWithMapPoints:andHasZ:andHasM:":{"name":"-toLineStringWithMapPoints:andHasZ:andHasM:","abstract":"

    Convert an array of map points to a WKB line string

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toCircularStringWithMapPoints:":{"name":"-toCircularStringWithMapPoints:","abstract":"

    Convert an array of map points to a WKB circular string

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toCircularStringWithMapPoints:andHasZ:andHasM:":{"name":"-toCircularStringWithMapPoints:andHasZ:andHasM:","abstract":"

    Convert an array of map points to a WKB circular string

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)populateLineString:withMKMapPoints:andPointCount:":{"name":"-populateLineString:withMKMapPoints:andPointCount:","abstract":"

    Populate a WKB line string with MapKit map points from a pointer array

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)populateLineString:withMapPoints:":{"name":"-populateLineString:withMapPoints:","abstract":"

    Populate a WKB line string with an array of map points

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toMapPolygonWithPolygon:":{"name":"-toMapPolygonWithPolygon:","abstract":"

    Convert WKB polygon to a MapKit polygon

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toMapCurvePolygonWithPolygon:":{"name":"-toMapCurvePolygonWithPolygon:","abstract":"

    Convert WKB curve polygon to a MapKit polygon

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toPolygonWithMapPolygon:":{"name":"-toPolygonWithMapPolygon:","abstract":"

    Convert a MapKit polygon to a WKB polygon

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toPolygonWithMapPolygon:andHasZ:andHasM:":{"name":"-toPolygonWithMapPolygon:andHasZ:andHasM:","abstract":"

    Convert a MapKit polygon to a WKB polygon

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toPolygonWithMKMapPoints:andPointCount:andHolePolygons:":{"name":"-toPolygonWithMKMapPoints:andPointCount:andHolePolygons:","abstract":"

    Convert a pointer array of MapKit map points and MapKit polygon holes to a WKB polygon

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toPolygonWithMKMapPoints:andPointCount:andHolePolygons:andHasZ:andHasM:":{"name":"-toPolygonWithMKMapPoints:andPointCount:andHolePolygons:andHasZ:andHasM:","abstract":"

    Convert a pointer array of MapKit map points and MapKit polygon holes to a WKB polygon

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toPolygonWithMapPoints:andHolePoints:":{"name":"-toPolygonWithMapPoints:andHolePoints:","abstract":"

    Convert an array of map points and array of hole map point arrays to a WKB polygon

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toPolygonWithMapPoints:andHolePoints:andHasZ:andHasM:":{"name":"-toPolygonWithMapPoints:andHolePoints:andHasZ:andHasM:","abstract":"

    Convert an array of map points and array of hole map point arrays to a WKB polygon

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)shortestDirectionWithLineString:":{"name":"-shortestDirectionWithLineString:","abstract":"

    When drawShortestDirection is enabled, create a new line string where each point is","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toMapMultiPointWithMultiPoint:":{"name":"-toMapMultiPointWithMultiPoint:","abstract":"

    Convert WKB multi point to multi point

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toMultiPointWithMapMultiPoint:":{"name":"-toMultiPointWithMapMultiPoint:","abstract":"

    Convert multi point to WKB multi point

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toMultiPointWithMapMultiPoint:andHasZ:andHasM:":{"name":"-toMultiPointWithMapMultiPoint:andHasZ:andHasM:","abstract":"

    Convert multi point to WKB multi point

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toMultiPointWithMapPoints:":{"name":"-toMultiPointWithMapPoints:","abstract":"

    Convert map points to WKB multi point

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toMultiPointWithMapPoints:andHasZ:andHasM:":{"name":"-toMultiPointWithMapPoints:andHasZ:andHasM:","abstract":"

    Convert map points to WKB multi point

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toMapMultiPolylineWithMultiLineString:":{"name":"-toMapMultiPolylineWithMultiLineString:","abstract":"

    Convert WKB multi line string to multi polyline

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toMultiLineStringWithMapPolylines:":{"name":"-toMultiLineStringWithMapPolylines:","abstract":"

    Convert polylines to WKB multi line string

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toMultiLineStringWithMapPolylines:andHasZ:andHasM:":{"name":"-toMultiLineStringWithMapPolylines:andHasZ:andHasM:","abstract":"

    Convert polylines to WKB multi line string

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toMultiLineStringWithMapPolylinesArray:":{"name":"-toMultiLineStringWithMapPolylinesArray:","abstract":"

    Convert polyline point arrays to WKB multi line string

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toMultiLineStringWithMapPolylinesArray:andHasZ:andHasM:":{"name":"-toMultiLineStringWithMapPolylinesArray:andHasZ:andHasM:","abstract":"

    Convert polyline point arrays to WKB multi line string

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toCompoundCurveWithMapPolylinesArray:":{"name":"-toCompoundCurveWithMapPolylinesArray:","abstract":"

    Convert polyline point arrays to WKB compound curve

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toCompoundCurveWithMapPolylinesArray:andHasZ:andHasM:":{"name":"-toCompoundCurveWithMapPolylinesArray:andHasZ:andHasM:","abstract":"

    Convert polyline point arrays to WKB compound curve

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toMultiLineStringWithMapMultiPolyline:":{"name":"-toMultiLineStringWithMapMultiPolyline:","abstract":"

    Convert multi polyline to WKB multi line string

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toMultiLineStringWithMapMultiPolyline:andHasZ:andHasM:":{"name":"-toMultiLineStringWithMapMultiPolyline:andHasZ:andHasM:","abstract":"

    Convert multi polyline to WKB multi line string

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toCompoundCurveWithMapMultiPolyline:":{"name":"-toCompoundCurveWithMapMultiPolyline:","abstract":"

    Convert multi polyline to WKB compound curve

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toCompoundCurveWithMapMultiPolyline:andHasZ:andHasM:":{"name":"-toCompoundCurveWithMapMultiPolyline:andHasZ:andHasM:","abstract":"

    Convert multi polyline to WKB compound curve

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toMapMultiPolygonWithMultiPolygon:":{"name":"-toMapMultiPolygonWithMultiPolygon:","abstract":"

    Convert WKB multi polygon to multi polygon

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toMultiPolygonWithMapPolygons:":{"name":"-toMultiPolygonWithMapPolygons:","abstract":"

    Convert polygons to WKB multi polygon

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toMultiPolygonWithMapPolygons:andHasZ:andHasM:":{"name":"-toMultiPolygonWithMapPolygons:andHasZ:andHasM:","abstract":"

    Convert polygons to WKB multi polygon

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)createMultiPolygonWithPolygons:":{"name":"-createMultiPolygonWithPolygons:","abstract":"

    Create WKB multi polygon with WKB polygons

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)createMultiPolygonWithPolygons:andHasZ:andHasM:":{"name":"-createMultiPolygonWithPolygons:andHasZ:andHasM:","abstract":"

    Create WKB multi polygon with WKB polygons

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toMultiPolygonWithMapMultiPolygon:":{"name":"-toMultiPolygonWithMapMultiPolygon:","abstract":"

    Convert multi polygon to WKB multi polygon

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toMultiPolygonWithMapMultiPolygon:andHasZ:andHasM:":{"name":"-toMultiPolygonWithMapMultiPolygon:andHasZ:andHasM:","abstract":"

    Convert multi polygon to WKB multi polygon

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toMapMultiPolylineWithCompoundCurve:":{"name":"-toMapMultiPolylineWithCompoundCurve:","abstract":"

    Convert WKB compound curve to multi polyline

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toCompoundCurveWithMapPolylines:":{"name":"-toCompoundCurveWithMapPolylines:","abstract":"

    Convert polylines to WKB compound curve

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toCompoundCurveWithMapPolylines:andHasZ:andHasM:":{"name":"-toCompoundCurveWithMapPolylines:andHasZ:andHasM:","abstract":"

    Convert polylines to WKB compound curve

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toMapMultiPolygonWithPolyhedralSurface:":{"name":"-toMapMultiPolygonWithPolyhedralSurface:","abstract":"

    Convert WKB polyhedral surface to multi polygon

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toPolyhedralSurfaceWithMapPolygons:":{"name":"-toPolyhedralSurfaceWithMapPolygons:","abstract":"

    Convert polygons to WKB polyhedral surface

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toPolyhedralSurfaceWithMapPolygons:andHasZ:andHasM:":{"name":"-toPolyhedralSurfaceWithMapPolygons:andHasZ:andHasM:","abstract":"

    Convert polygons to WKB polyhedral surface

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toPolyhedralSurfaceWithMapMultiPolygon:":{"name":"-toPolyhedralSurfaceWithMapMultiPolygon:","abstract":"

    Convert multi polygon to WKB polyhedral surface

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toPolyhedralSurfaceWithMapMultiPolygon:andHasZ:andHasM:":{"name":"-toPolyhedralSurfaceWithMapMultiPolygon:andHasZ:andHasM:","abstract":"

    Convert multi polygon to WKB polyhedral surface

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toShapeWithGeometry:":{"name":"-toShapeWithGeometry:","abstract":"

    Convert a WKB Geometry to a Map shape

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toShapesWithGeometryCollection:":{"name":"-toShapesWithGeometryCollection:","abstract":"

    Convert a WKB Geometry Collection to an array of Map shapes

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)addGeometry:toMapView:":{"name":"-addGeometry:toMapView:","abstract":"

    Convert a WKB Geometry to a Map shape and add it to the map view

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(cm)addMapShape:toMapView:":{"name":"+addMapShape:toMapView:","abstract":"

    Add a shape to the map view

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(cm)addMapPoint:toMapView:":{"name":"+addMapPoint:toMapView:","abstract":"

    Add a map point to the map view

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(cm)addMapPoint:toMapView:withPointOptions:":{"name":"+addMapPoint:toMapView:withPointOptions:","abstract":"

    Add a map point to the map view with point options

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(cm)addMKMapPoint:toMapView:withPointOptions:":{"name":"+addMKMapPoint:toMapView:withPointOptions:","abstract":"

    Add a MapKit map point to the map view with point options

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(cm)addMapPolyline:toMapView:":{"name":"+addMapPolyline:toMapView:","abstract":"

    Add polyline to the map view

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(cm)addMapPolygon:toMapView:":{"name":"+addMapPolygon:toMapView:","abstract":"

    Add polygon to the map view

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(cm)addMapMultiPoint:toMapView:":{"name":"+addMapMultiPoint:toMapView:","abstract":"

    Add multi point to the map view

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(cm)addMapMultiPoint:toMapView:withPointOptions:":{"name":"+addMapMultiPoint:toMapView:withPointOptions:","abstract":"

    Add multi point to the map view with point options

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(cm)addMapMultiPolyline:toMapView:":{"name":"+addMapMultiPolyline:toMapView:","abstract":"

    Add multi polyline to the map view

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(cm)addMapMultiPolygon:toMapView:":{"name":"+addMapMultiPolygon:toMapView:","abstract":"

    Add multi polygon to the map view

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)addGeometryCollection:toMapView:":{"name":"-addGeometryCollection:toMapView:","abstract":"

    Convert a WKB geometry collection to a list of Map shapes and add it to the map view

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)addMapShape:asPointsToMapView:withPointOptions:andPolylinePointOptions:andPolygonPointOptions:andPolygonPointHoleOptions:andPolylineOptions:andPolygonOptions:":{"name":"-addMapShape:asPointsToMapView:withPointOptions:andPolylinePointOptions:andPolygonPointOptions:andPolygonPointHoleOptions:andPolylineOptions:andPolygonOptions:","abstract":"

    Add a shape to the map view as points

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)addMKMapPoints:withPointCount:asPointsToMapView:withPointOptions:andIgnoreIdenticalEnds:":{"name":"-addMKMapPoints:withPointCount:asPointsToMapView:withPointOptions:andIgnoreIdenticalEnds:","abstract":"

    Add the MapKit map points to the map view as map points

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)addMapPolyline:asPointsToMapView:withPolylinePointOptions:andPolylineOptions:":{"name":"-addMapPolyline:asPointsToMapView:withPolylinePointOptions:andPolylineOptions:","abstract":"

    Add polyline to the map view as points

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)addMapPolygon:asPointsToMapView:withShapePoints:withPolygonPointOptions:andPolygonPointHoleOptions:andPolygonOptions:":{"name":"-addMapPolygon:asPointsToMapView:withShapePoints:withPolygonPointOptions:andPolygonPointHoleOptions:andPolygonOptions:","abstract":"

    Add polygon to the map view as points

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)addMapMultiPolyline:asPointsToMapView:withShapePoints:withPolylinePointOptions:andPolylineOptions:":{"name":"-addMapMultiPolyline:asPointsToMapView:withShapePoints:withPolylinePointOptions:andPolylineOptions:","abstract":"

    Add multi polyline to the map view as points

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)addMapMultiPolygon:asPointsToMapView:withShapePoints:withPolygonPointOptions:andPolygonPointHoleOptions:andPolygonOptions:":{"name":"-addMapMultiPolygon:asPointsToMapView:withShapePoints:withPolygonPointOptions:andPolygonPointHoleOptions:andPolygonOptions:","abstract":"

    Add multi polygon to the map view as points

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(cm)locationCoordinatesFromPoints:":{"name":"+locationCoordinatesFromPoints:","abstract":"

    Get the location coordinates from the map points

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(cm)locationCoordinatesFromLocations:":{"name":"+locationCoordinatesFromLocations:","abstract":"

    Get the location coordinates from the locations

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toGeometryFromMapShape:":{"name":"-toGeometryFromMapShape:","abstract":"

    Convert a Map Shape to a WKB Geometry

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)boundingBoxToWebMercator:":{"name":"-boundingBoxToWebMercator:","abstract":"

    Transform the bounding box in the feature projection to web mercator

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)boundingBoxToWgs84:":{"name":"-boundingBoxToWgs84:","abstract":"

    Transform the bounding box in the feature projection to WGS84

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)boundingBoxFromWebMercator:":{"name":"-boundingBoxFromWebMercator:","abstract":"

    Transform the bounding box in web mercator to the feature projection

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)boundingBoxFromWgs84:":{"name":"-boundingBoxFromWgs84:","abstract":"

    Transform the bounding box in WGS84 to the feature projection

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShape.html#/c:objc(cs)GPKGMapShape(py)geometryType":{"name":"geometryType","abstract":"

    Geometry type

    ","parent_name":"GPKGMapShape"},"Classes/GPKGMapShape.html#/c:objc(cs)GPKGMapShape(py)shapeType":{"name":"shapeType","abstract":"

    Shape type

    ","parent_name":"GPKGMapShape"},"Classes/GPKGMapShape.html#/c:objc(cs)GPKGMapShape(py)shape":{"name":"shape","abstract":"

    Shape object

    ","parent_name":"GPKGMapShape"},"Classes/GPKGMapShape.html#/c:objc(cs)GPKGMapShape(im)initWithGeometryType:andShapeType:andShape:":{"name":"-initWithGeometryType:andShapeType:andShape:","abstract":"

    Initialize

    ","parent_name":"GPKGMapShape"},"Classes/GPKGMapShape.html#/c:objc(cs)GPKGMapShape(im)removeFromMapView:":{"name":"-removeFromMapView:","abstract":"

    Remove the shape from the map view

    ","parent_name":"GPKGMapShape"},"Classes/GPKGMapShape.html#/c:objc(cs)GPKGMapShape(im)hidden:fromMapView:":{"name":"-hidden:fromMapView:","abstract":"

    Set the shape hidden state

    ","parent_name":"GPKGMapShape"},"Classes/GPKGMapShape.html#/c:objc(cs)GPKGMapShape(im)updateWithMapView:":{"name":"-updateWithMapView:","abstract":"

    Update the shape on the map view

    ","parent_name":"GPKGMapShape"},"Classes/GPKGMapShape.html#/c:objc(cs)GPKGMapShape(im)isValid":{"name":"-isValid","abstract":"

    Determine if the map shape is valid

    ","parent_name":"GPKGMapShape"},"Classes/GPKGMapShape.html#/c:objc(cs)GPKGMapShape(im)boundingBox":{"name":"-boundingBox","abstract":"

    Get a bounding box that includes the entire shape

    ","parent_name":"GPKGMapShape"},"Classes/GPKGMapShape.html#/c:objc(cs)GPKGMapShape(im)expandBoundingBox:":{"name":"-expandBoundingBox:","abstract":"

    Expanding the provided bounding box to include the entire shape

    ","parent_name":"GPKGMapShape"},"Classes/GPKGMapPointOptions.html#/c:objc(cs)GPKGMapPointOptions(py)pinTintColor":{"name":"pinTintColor","abstract":"

    Pin tint color

    ","parent_name":"GPKGMapPointOptions"},"Classes/GPKGMapPointOptions.html#/c:objc(cs)GPKGMapPointOptions(py)pinColor":{"name":"pinColor","abstract":"

    Standard pin annotation color","parent_name":"GPKGMapPointOptions"},"Classes/GPKGMapPointOptions.html#/c:objc(cs)GPKGMapPointOptions(py)image":{"name":"image","abstract":"

    Icon image, replacing the use of a pin color

    ","parent_name":"GPKGMapPointOptions"},"Classes/GPKGMapPointOptions.html#/c:objc(cs)GPKGMapPointOptions(py)imageCenterOffset":{"name":"imageCenterOffset","abstract":"

    Image center offset when drawing the image icon

    ","parent_name":"GPKGMapPointOptions"},"Classes/GPKGMapPointOptions.html#/c:objc(cs)GPKGMapPointOptions(py)draggable":{"name":"draggable","abstract":"

    True if the icon is draggable

    ","parent_name":"GPKGMapPointOptions"},"Classes/GPKGMapPointOptions.html#/c:objc(cs)GPKGMapPointOptions(py)initializer":{"name":"initializer","abstract":"

    Map point initializer for callbacks

    ","parent_name":"GPKGMapPointOptions"},"Classes/GPKGMapPointOptions.html#/c:objc(cs)GPKGMapPointOptions(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGMapPointOptions"},"Classes/GPKGMapPointOptions.html#/c:objc(cs)GPKGMapPointOptions(im)pinImage":{"name":"-pinImage","abstract":"

    Pin the image so the middle bottom of the image is drawn at the location

    ","parent_name":"GPKGMapPointOptions"},"Classes/GPKGMapPointOptions.html#/c:objc(cs)GPKGMapPointOptions(im)centerImage":{"name":"-centerImage","abstract":"

    Center the image so it is drawn with the center at the location

    ","parent_name":"GPKGMapPointOptions"},"Classes/GPKGMapPointOptions.html#/c:objc(cs)GPKGMapPointOptions(im)anchorWithU:andV:":{"name":"-anchorWithU:andV:","abstract":"

    Set the image so that is drawn according to the anchor values

    ","parent_name":"GPKGMapPointOptions"},"Classes/GPKGMapPoint.html#/c:objc(cs)GPKGMapPoint(py)coordinate":{"name":"coordinate","abstract":"

    Coordinate location

    ","parent_name":"GPKGMapPoint"},"Classes/GPKGMapPoint.html#/c:objc(cs)GPKGMapPoint(py)title":{"name":"title","abstract":"

    Title and subtitle

    ","parent_name":"GPKGMapPoint"},"Classes/GPKGMapPoint.html#/c:objc(cs)GPKGMapPoint(py)subtitle":{"name":"subtitle","abstract":"

    Title and subtitle

    ","parent_name":"GPKGMapPoint"},"Classes/GPKGMapPoint.html#/c:objc(cs)GPKGMapPoint(py)id":{"name":"id","abstract":"

    Map Point unique id

    ","parent_name":"GPKGMapPoint"},"Classes/GPKGMapPoint.html#/c:objc(cs)GPKGMapPoint(py)options":{"name":"options","abstract":"

    Map point options

    ","parent_name":"GPKGMapPoint"},"Classes/GPKGMapPoint.html#/c:objc(cs)GPKGMapPoint(py)data":{"name":"data","abstract":"

    Additional map point data stored with the point, any type of object may be stored

    ","parent_name":"GPKGMapPoint"},"Classes/GPKGMapPoint.html#/c:objc(cs)GPKGMapPoint(py)view":{"name":"view","abstract":"

    Map annotation view

    ","parent_name":"GPKGMapPoint"},"Classes/GPKGMapPoint.html#/c:objc(cs)GPKGMapPoint(im)initWithLocation:":{"name":"-initWithLocation:","abstract":"

    Initialize with coordinate

    ","parent_name":"GPKGMapPoint"},"Classes/GPKGMapPoint.html#/c:objc(cs)GPKGMapPoint(im)initWithLatitude:andLongitude:":{"name":"-initWithLatitude:andLongitude:","abstract":"

    Initialize with lat and lon

    ","parent_name":"GPKGMapPoint"},"Classes/GPKGMapPoint.html#/c:objc(cs)GPKGMapPoint(im)initWithPoint:":{"name":"-initWithPoint:","abstract":"

    Initialize with well-known binary point

    ","parent_name":"GPKGMapPoint"},"Classes/GPKGMapPoint.html#/c:objc(cs)GPKGMapPoint(im)initWithMKMapPoint:":{"name":"-initWithMKMapPoint:","abstract":"

    Initialize with MapKit map point

    ","parent_name":"GPKGMapPoint"},"Classes/GPKGMapPoint.html#/c:objc(cs)GPKGMapPoint(im)idAsNumber":{"name":"-idAsNumber","abstract":"

    Get the id as a number

    ","parent_name":"GPKGMapPoint"},"Classes/GPKGMapPoint.html#/c:objc(cs)GPKGMapPoint(im)hidden:":{"name":"-hidden:","abstract":"

    If the view has been set, change the hidden state

    ","parent_name":"GPKGMapPoint"},"Classes/GPKGLocationBoundingBox.html#/c:objc(cs)GPKGLocationBoundingBox(py)leftCoordinate":{"name":"leftCoordinate","abstract":"

    Left coordinate

    ","parent_name":"GPKGLocationBoundingBox"},"Classes/GPKGLocationBoundingBox.html#/c:objc(cs)GPKGLocationBoundingBox(py)upCoordinate":{"name":"upCoordinate","abstract":"

    Up coordinate

    ","parent_name":"GPKGLocationBoundingBox"},"Classes/GPKGLocationBoundingBox.html#/c:objc(cs)GPKGLocationBoundingBox(py)rightCoordinate":{"name":"rightCoordinate","abstract":"

    Right coordinate

    ","parent_name":"GPKGLocationBoundingBox"},"Classes/GPKGLocationBoundingBox.html#/c:objc(cs)GPKGLocationBoundingBox(py)downCoordinate":{"name":"downCoordinate","abstract":"

    Down coordinate

    ","parent_name":"GPKGLocationBoundingBox"},"Classes/GPKGLocationBoundingBox.html#/c:objc(cs)GPKGLocationBoundingBox(im)initWithCoordinate:":{"name":"-initWithCoordinate:","abstract":"

    Initialize

    ","parent_name":"GPKGLocationBoundingBox"},"Classes/GPKGLocationBoundingBox.html#/c:objc(cs)GPKGLocationBoundingBox(im)initWithLeft:andUp:andRight:andDown:":{"name":"-initWithLeft:andUp:andRight:andDown:","abstract":"

    Initialize

    ","parent_name":"GPKGLocationBoundingBox"},"Classes/GPKGLocationBoundingBox.html#/c:objc(cs)GPKGLocationBoundingBox(im)westCoordinate":{"name":"-westCoordinate","abstract":"

    Get the west coordinate

    ","parent_name":"GPKGLocationBoundingBox"},"Classes/GPKGLocationBoundingBox.html#/c:objc(cs)GPKGLocationBoundingBox(im)northwestCoordinate":{"name":"-northwestCoordinate","abstract":"

    Get the northwest coordinate

    ","parent_name":"GPKGLocationBoundingBox"},"Classes/GPKGLocationBoundingBox.html#/c:objc(cs)GPKGLocationBoundingBox(im)northCoordinate":{"name":"-northCoordinate","abstract":"

    Get the north coordinate

    ","parent_name":"GPKGLocationBoundingBox"},"Classes/GPKGLocationBoundingBox.html#/c:objc(cs)GPKGLocationBoundingBox(im)northeastCoordinate":{"name":"-northeastCoordinate","abstract":"

    Get the northeast coordinate

    ","parent_name":"GPKGLocationBoundingBox"},"Classes/GPKGLocationBoundingBox.html#/c:objc(cs)GPKGLocationBoundingBox(im)eastCoordinate":{"name":"-eastCoordinate","abstract":"

    Get the east coordinate

    ","parent_name":"GPKGLocationBoundingBox"},"Classes/GPKGLocationBoundingBox.html#/c:objc(cs)GPKGLocationBoundingBox(im)southeastCoordinate":{"name":"-southeastCoordinate","abstract":"

    Get the southeast coordinate

    ","parent_name":"GPKGLocationBoundingBox"},"Classes/GPKGLocationBoundingBox.html#/c:objc(cs)GPKGLocationBoundingBox(im)southCoordinate":{"name":"-southCoordinate","abstract":"

    Get the south coordinate

    ","parent_name":"GPKGLocationBoundingBox"},"Classes/GPKGLocationBoundingBox.html#/c:objc(cs)GPKGLocationBoundingBox(im)southwestCoordinate":{"name":"-southwestCoordinate","abstract":"

    Get the southwest coordinate

    ","parent_name":"GPKGLocationBoundingBox"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)init":{"name":"-init","abstract":"

    Initializer

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)databases":{"name":"-databases","abstract":"

    Get the mapping between databases and tables

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)databasesCount":{"name":"-databasesCount","abstract":"

    Get the databases count

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)tablesInDatabase:":{"name":"-tablesInDatabase:","abstract":"

    Get the mapping between tables and feature ids for the database

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)tablesCountInDatabase:":{"name":"-tablesCountInDatabase:","abstract":"

    Get the tables count for the database

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)featureIdsInDatabase:withTable:":{"name":"-featureIdsInDatabase:withTable:","abstract":"

    Get the mapping between feature ids and map shapes for the database and table

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)featureIdsCountInDatabase:withTable:":{"name":"-featureIdsCountInDatabase:withTable:","abstract":"

    Get the feature ids count for the database and table

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)featureShapeInDatabase:withTable:withFeatureId:":{"name":"-featureShapeInDatabase:withTable:withFeatureId:","abstract":"

    Get the feature shape for the database, table, and feature id

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)featureShapeCountInDatabase:withTable:withFeatureId:":{"name":"-featureShapeCountInDatabase:withTable:withFeatureId:","abstract":"

    Get the feature shape count for the database, table, and feature id

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)addMapShape:withFeatureId:toDatabase:withTable:":{"name":"-addMapShape:withFeatureId:toDatabase:withTable:","abstract":"

    Add a map shape with the feature id, database, and table

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)addMapMetadataShape:withFeatureId:toDatabase:withTable:":{"name":"-addMapMetadataShape:withFeatureId:toDatabase:withTable:","abstract":"

    Add a map metadata shape with the feature id, database, and table

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)existsWithFeatureId:inDatabase:withTable:":{"name":"-existsWithFeatureId:inDatabase:withTable:","abstract":"

    Check if map shapes exist for the feature id, database, and table

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)removeShapesFromMapView:":{"name":"-removeShapesFromMapView:","abstract":"

    Remove all map shapes from the map

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)removeShapesFromMapView:withExclusion:":{"name":"-removeShapesFromMapView:withExclusion:","abstract":"

    Remove all map shapes from the map, excluding shapes with the excluded type

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)removeShapesFromMapView:withExclusions:":{"name":"-removeShapesFromMapView:withExclusions:","abstract":"

    Remove all map shapes from the map, excluding shapes with the excluded types

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)removeShapesFromMapView:inDatabase:":{"name":"-removeShapesFromMapView:inDatabase:","abstract":"

    Remove all map shapes in the database from the map

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)removeShapesFromMapView:inDatabase:withExclusion:":{"name":"-removeShapesFromMapView:inDatabase:withExclusion:","abstract":"

    Remove all map shapes in the database from the map, excluding shapes with the excluded type

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)removeShapesFromMapView:inDatabase:withExclusions:":{"name":"-removeShapesFromMapView:inDatabase:withExclusions:","abstract":"

    Remove all map shapes in the database from the map, excluding shapes with the excluded types

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)removeShapesFromMapView:inDatabase:withTable:":{"name":"-removeShapesFromMapView:inDatabase:withTable:","abstract":"

    Remove all map shapes in the database and table from the map

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)removeShapesFromMapView:inDatabase:withTable:withExclusion:":{"name":"-removeShapesFromMapView:inDatabase:withTable:withExclusion:","abstract":"

    Remove all map shapes in the database and table from the map, excluding shapes with the excluded type

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)removeShapesFromMapView:inDatabase:withTable:withExclusions:":{"name":"-removeShapesFromMapView:inDatabase:withTable:withExclusions:","abstract":"

    Remove all map shapes in the database and table from the map, excluding shapes with the excluded types

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)removeShapesNotWithinMapView:":{"name":"-removeShapesNotWithinMapView:","abstract":"

    Remove all map shapes that are not visible in the map view

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)removeShapesNotWithinMapView:inDatabase:":{"name":"-removeShapesNotWithinMapView:inDatabase:","abstract":"

    Remove all map shapes in the database that are not visible in the map view

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)removeShapesNotWithinMapView:withBoundingBox:inDatabase:":{"name":"-removeShapesNotWithinMapView:withBoundingBox:inDatabase:","abstract":"

    Remove all map shapes in the database that are not visible in the bounding box

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)removeShapesNotWithinMapView:inDatabase:withTable:":{"name":"-removeShapesNotWithinMapView:inDatabase:withTable:","abstract":"

    Remove all map shapes in the database and table that are not visible in the map view

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)removeShapesNotWithinMapView:withBoundingBox:inDatabase:withTable:":{"name":"-removeShapesNotWithinMapView:withBoundingBox:inDatabase:withTable:","abstract":"

    Remove all map shapes in the database and table that are not visible in the bounding box

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)removeFeatureShapeFromMapView:inDatabase:withTable:withFeatureId:":{"name":"-removeFeatureShapeFromMapView:inDatabase:withTable:withFeatureId:","abstract":"

    Remove the feature shape from the database and table

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)clear":{"name":"-clear","abstract":"

    Clear

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShape.html#/c:objc(cs)GPKGFeatureShape(im)initWithId:":{"name":"-initWithId:","abstract":"

    Initializer

    ","parent_name":"GPKGFeatureShape"},"Classes/GPKGFeatureShape.html#/c:objc(cs)GPKGFeatureShape(im)featureId":{"name":"-featureId","abstract":"

    Get feature id

    ","parent_name":"GPKGFeatureShape"},"Classes/GPKGFeatureShape.html#/c:objc(cs)GPKGFeatureShape(im)shapes":{"name":"-shapes","abstract":"

    Get the map shapes

    ","parent_name":"GPKGFeatureShape"},"Classes/GPKGFeatureShape.html#/c:objc(cs)GPKGFeatureShape(im)metadataShapes":{"name":"-metadataShapes","abstract":"

    Get the map metadata shapes

    ","parent_name":"GPKGFeatureShape"},"Classes/GPKGFeatureShape.html#/c:objc(cs)GPKGFeatureShape(im)addShape:":{"name":"-addShape:","abstract":"

    Add a map shape

    ","parent_name":"GPKGFeatureShape"},"Classes/GPKGFeatureShape.html#/c:objc(cs)GPKGFeatureShape(im)addMetadataShape:":{"name":"-addMetadataShape:","abstract":"

    Add a metadata map shape

    ","parent_name":"GPKGFeatureShape"},"Classes/GPKGFeatureShape.html#/c:objc(cs)GPKGFeatureShape(im)count":{"name":"-count","abstract":"

    Get the count of map shapes

    ","parent_name":"GPKGFeatureShape"},"Classes/GPKGFeatureShape.html#/c:objc(cs)GPKGFeatureShape(im)hasShapes":{"name":"-hasShapes","abstract":"

    Determine if there are map shapes

    ","parent_name":"GPKGFeatureShape"},"Classes/GPKGFeatureShape.html#/c:objc(cs)GPKGFeatureShape(im)countMetadataShapes":{"name":"-countMetadataShapes","abstract":"

    Get the count of map metadata shapes

    ","parent_name":"GPKGFeatureShape"},"Classes/GPKGFeatureShape.html#/c:objc(cs)GPKGFeatureShape(im)hasMetadataShapes":{"name":"-hasMetadataShapes","abstract":"

    Determine if there are map metadata shapes

    ","parent_name":"GPKGFeatureShape"},"Classes/GPKGFeatureShape.html#/c:objc(cs)GPKGFeatureShape(im)removeFromMapView:":{"name":"-removeFromMapView:","abstract":"

    Remove all map shapes and metadata map shapes from the map and feature shape

    ","parent_name":"GPKGFeatureShape"},"Classes/GPKGFeatureShape.html#/c:objc(cs)GPKGFeatureShape(im)removeShapesFromMapView:":{"name":"-removeShapesFromMapView:","abstract":"

    Remove the map shapes from the map and feature shape

    ","parent_name":"GPKGFeatureShape"},"Classes/GPKGFeatureShape.html#/c:objc(cs)GPKGFeatureShape(im)removeMetadataShapesFromMapView:":{"name":"-removeMetadataShapesFromMapView:","abstract":"

    Remove the map metadata shapes from the map and feature shape

    ","parent_name":"GPKGFeatureShape"},"Classes/GPKGGeometryUtils.html#/c:objc(cs)GPKGGeometryUtils(cm)computeAreaOfDegreesPath:":{"name":"+computeAreaOfDegreesPath:","abstract":"

    Returns the area of a closed path on Earth.

    ","parent_name":"GPKGGeometryUtils"},"Classes/GPKGGeometryUtils.html#/c:objc(cs)GPKGGeometryUtils(cm)computeSignedAreaOfDegreesPath:":{"name":"+computeSignedAreaOfDegreesPath:","abstract":"

    Returns the signed area of a closed path on Earth. The sign of the area may be used to","parent_name":"GPKGGeometryUtils"},"Classes/GPKGGeometryUtils.html#/c:objc(cs)GPKGGeometryUtils(cm)isClosedPolygonWithPoints:":{"name":"+isClosedPolygonWithPoints:","abstract":"

    Check if the polygon points create a closed polygon with the first and last points at the same location

    ","parent_name":"GPKGGeometryUtils"},"Classes/GPKGGeometryUtils.html#/c:objc(cs)GPKGGeometryUtils(cm)toRadiansWithDegrees:":{"name":"+toRadiansWithDegrees:","abstract":"

    Convert degrees to radians

    ","parent_name":"GPKGGeometryUtils"},"Classes/GPKGGeometryUtils.html#/c:objc(cs)GPKGGeometryUtils(cm)toDegreesWithRadians:":{"name":"+toDegreesWithRadians:","abstract":"

    Convert radians to degrees

    ","parent_name":"GPKGGeometryUtils"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(py)extended":{"name":"extended","abstract":"

    True if an extended geometry, false if standard

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(py)empty":{"name":"empty","abstract":"

    True if the geometry is empty

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(py)byteOrder":{"name":"byteOrder","abstract":"

    Byte ordering, big or little endian

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(py)envelope":{"name":"envelope","abstract":"

    Geometry envelope

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(py)srsId":{"name":"srsId","abstract":"

    Spatial Reference System Id

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(py)wkbGeometryIndex":{"name":"wkbGeometryIndex","abstract":"

    Well-Known Binary Geometry index of where the bytes start

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(py)geometry":{"name":"geometry","abstract":"

    Geometry

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)geometryFilter":{"name":"+geometryFilter","abstract":"

    Get geometry filter

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)setGeometryFilter:":{"name":"+setGeometryFilter:","abstract":"

    Set the geometry filter

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)defaultSrsId":{"name":"+defaultSrsId","abstract":"

    Get the default SRS id

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)setDefaultSrsId:":{"name":"+setDefaultSrsId:","abstract":"

    Set the default SRS id

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)defaultByteOrder":{"name":"+defaultByteOrder","abstract":"

    Get the default byte order

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)setDefaultByteOrder:":{"name":"+setDefaultByteOrder:","abstract":"

    Set the default byte order

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)create":{"name":"+create","abstract":"

    Create geometry data, default SRS Id of {@link #defaultSrsId}

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createWithGeometry:":{"name":"+createWithGeometry:","abstract":"

    Create geometry data, default SRS Id of {@link #defaultSrsId}

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createAndBuildEnvelopeWithGeometry:":{"name":"+createAndBuildEnvelopeWithGeometry:","abstract":"

    Create geometry data and build the envelope, default SRS Id of","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createWithSrsId:":{"name":"+createWithSrsId:","abstract":"

    Create geometry data

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createWithSrsId:andGeometry:":{"name":"+createWithSrsId:andGeometry:","abstract":"

    Create geometry data

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createAndBuildEnvelopeWithSrsId:andGeometry:":{"name":"+createAndBuildEnvelopeWithSrsId:andGeometry:","abstract":"

    Create geometry data and build the envelope

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createAndWriteWithGeometry:":{"name":"+createAndWriteWithGeometry:","abstract":"

    Create geometry data and write the GeoPackage geometry bytes, default SRS","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createBuildEnvelopeAndWriteWithGeometry:":{"name":"+createBuildEnvelopeAndWriteWithGeometry:","abstract":"

    Create geometry data, build the envelope, and write the GeoPackage","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createAndWriteWithSrsId:andGeometry:":{"name":"+createAndWriteWithSrsId:andGeometry:","abstract":"

    Create geometry data and write the GeoPackage geometry bytes

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createBuildEnvelopeAndWriteWithSrsId:andGeometry:":{"name":"+createBuildEnvelopeAndWriteWithSrsId:andGeometry:","abstract":"

    Create geometry data, build the envelope, and write the GeoPackage","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createWithData:":{"name":"+createWithData:","abstract":"

    Create the geometry data from GeoPackage geometry bytes

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createWithGeometry:andEnvelope:":{"name":"+createWithGeometry:andEnvelope:","abstract":"

    Create the geometry data, default SRS Id of {@link #defaultSrsId()}

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createWithSrsId:andGeometry:andEnvelope:":{"name":"+createWithSrsId:andGeometry:andEnvelope:","abstract":"

    Create the geometry data

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createWithGeometryData:":{"name":"+createWithGeometryData:","abstract":"

    Copy the geometry data and create

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createFromWkb:":{"name":"+createFromWkb:","abstract":"

    Create the geometry data from Well-Known Bytes, default SRS Id of","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createAndBuildEnvelopeFromWkb:":{"name":"+createAndBuildEnvelopeFromWkb:","abstract":"

    Create the geometry data from Well-Known Bytes and build the envelope,","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createFromWkb:withSrsId:":{"name":"+createFromWkb:withSrsId:","abstract":"

    Create the geometry data from Well-Known Bytes

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createAndBuildEnvelopeFromWkb:withSrsId:":{"name":"+createAndBuildEnvelopeFromWkb:withSrsId:","abstract":"

    Create the geometry data from Well-Known Bytes and build the envelope

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createAndWriteFromWkb:":{"name":"+createAndWriteFromWkb:","abstract":"

    Create the geometry data from Well-Known Bytes and write the GeoPackage","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createBuildEnvelopeAndWriteFromWkb:":{"name":"+createBuildEnvelopeAndWriteFromWkb:","abstract":"

    Create the geometry data from Well-Known Bytes, build the envelope, and","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createAndWriteFromWkb:withSrsId:":{"name":"+createAndWriteFromWkb:withSrsId:","abstract":"

    Create the geometry data from Well-Known Bytes and write the GeoPackage","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createBuildEnvelopeAndWriteFromWkb:withSrsId:":{"name":"+createBuildEnvelopeAndWriteFromWkb:withSrsId:","abstract":"

    Create the geometry data from Well-Known Bytes, build the envelope, and","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createGeometryFromWkb:":{"name":"+createGeometryFromWkb:","abstract":"

    Create a geometry from Well-Known Bytes

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createFromWkt:":{"name":"+createFromWkt:","abstract":"

    Create the geometry data from Well-Known Text, default SRS Id of","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createAndBuildEnvelopeFromWkt:":{"name":"+createAndBuildEnvelopeFromWkt:","abstract":"

    Create the geometry data from Well-Known Text and build the envelope,","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createFromWkt:withSrsId:":{"name":"+createFromWkt:withSrsId:","abstract":"

    Create the geometry data from Well-Known Text

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createAndBuildEnvelopeFromWkt:withSrsId:":{"name":"+createAndBuildEnvelopeFromWkt:withSrsId:","abstract":"

    Create the geometry data from Well-Known Text and build the envelope

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createAndWriteFromWkt:":{"name":"+createAndWriteFromWkt:","abstract":"

    Create the geometry data from Well-Known Text and write the GeoPackage","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createBuildEnvelopeAndWriteFromWkt:":{"name":"+createBuildEnvelopeAndWriteFromWkt:","abstract":"

    Create the geometry data from Well-Known Text, build the envelope, and","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createAndWriteFromWkt:withSrsId:":{"name":"+createAndWriteFromWkt:withSrsId:","abstract":"

    Create the geometry data from Well-Known Text and write the GeoPackage","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createBuildEnvelopeAndWriteFromWkt:withSrsId:":{"name":"+createBuildEnvelopeAndWriteFromWkt:withSrsId:","abstract":"

    Create the geometry data from Well-Known Text, build the envelope, and","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createGeometryFromWkt:":{"name":"+createGeometryFromWkt:","abstract":"

    Create a geometry from Well-Known Text

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)dataFromGeometry:":{"name":"+dataFromGeometry:","abstract":"

    GeoPackage geometry bytes from the geometry, default SRS Id of","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)dataAndBuildEnvelopeFromGeometry:":{"name":"+dataAndBuildEnvelopeFromGeometry:","abstract":"

    GeoPackage geometry bytes from the geometry with built envelope, default","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)dataFromGeometry:withSrsId:":{"name":"+dataFromGeometry:withSrsId:","abstract":"

    GeoPackage geometry bytes from the geometry

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)dataAndBuildEnvelopeFromGeometry:withSrsId:":{"name":"+dataAndBuildEnvelopeFromGeometry:withSrsId:","abstract":"

    GeoPackage geometry bytes from the geometry with built envelope

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)dataFromWkb:":{"name":"+dataFromWkb:","abstract":"

    GeoPackage geometry bytes from Well-Known bytes, default SRS Id of","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)dataAndBuildEnvelopeFromWkb:":{"name":"+dataAndBuildEnvelopeFromWkb:","abstract":"

    GeoPackage geometry bytes from Well-Known bytes with built envelope,","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)dataFromWkb:withSrsId:":{"name":"+dataFromWkb:withSrsId:","abstract":"

    GeoPackage geometry bytes from Well-Known bytes

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)dataAndBuildEnvelopeFromWkb:withSrsId:":{"name":"+dataAndBuildEnvelopeFromWkb:withSrsId:","abstract":"

    GeoPackage geometry bytes from Well-Known bytes with built envelope

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)dataFromWkt:":{"name":"+dataFromWkt:","abstract":"

    GeoPackage geometry bytes from Well-Known text, default SRS Id of","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)dataAndBuildEnvelopeFromWkt:":{"name":"+dataAndBuildEnvelopeFromWkt:","abstract":"

    GeoPackage geometry bytes from Well-Known text with built envelope,","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)dataFromWkt:withSrsId:":{"name":"+dataFromWkt:withSrsId:","abstract":"

    GeoPackage geometry bytes from Well-Known text

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)dataAndBuildEnvelopeFromWkt:withSrsId:":{"name":"+dataAndBuildEnvelopeFromWkt:withSrsId:","abstract":"

    GeoPackage geometry bytes from Well-Known text with built envelope

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)wkbFromGeometryData:":{"name":"+wkbFromGeometryData:","abstract":"

    Well-Known Bytes from the geometry data

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)wkbFromGeometry:":{"name":"+wkbFromGeometry:","abstract":"

    Well-Known Bytes from the geometry

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)wkbFromData:":{"name":"+wkbFromData:","abstract":"

    Well-Known Bytes from GeoPackage geometry bytes

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)wkbFromWkt:":{"name":"+wkbFromWkt:","abstract":"

    Well-Known Bytes from Well-Known Text

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)wktFromGeometryData:":{"name":"+wktFromGeometryData:","abstract":"

    Well-Known Text from the geometry data

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)wktFromGeometry:":{"name":"+wktFromGeometry:","abstract":"

    Well-Known Text from the geometry

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)wktFromData:":{"name":"+wktFromData:","abstract":"

    Well-Known Text from GeoPackage Geometry Bytes

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)wktFromWkb:":{"name":"+wktFromWkb:","abstract":"

    Well-Known Text from Well-Known Bytes

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)init":{"name":"-init","abstract":"

    Default Initialize, default SRS Id of {@link #defaultSrsId}

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)initWithGeometry:":{"name":"-initWithGeometry:","abstract":"

    Initialize, default SRS Id of {@link #defaultSrsId}

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)initWithGeometry:andBuildEnvelope:":{"name":"-initWithGeometry:andBuildEnvelope:","abstract":"

    Initialize

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)initWithSrsId:":{"name":"-initWithSrsId:","abstract":"

    Initialize

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)initWithSrsId:andGeometry:":{"name":"-initWithSrsId:andGeometry:","abstract":"

    Initialize

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)initWithSrsId:andGeometry:andBuildEnvelope:":{"name":"-initWithSrsId:andGeometry:andBuildEnvelope:","abstract":"

    Initialize

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)initWithGeometry:andEnvelope:":{"name":"-initWithGeometry:andEnvelope:","abstract":"

    Initialize, default SRS Id of {@link #defaultSrsId}

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)initWithSrsId:andGeometry:andEnvelope:":{"name":"-initWithSrsId:andGeometry:andEnvelope:","abstract":"

    Initialize

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)initWithGeometryData:":{"name":"-initWithGeometryData:","abstract":"

    Copy Initialize

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)initWithData:":{"name":"-initWithData:","abstract":"

    Initialize

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)fromData:":{"name":"-fromData:","abstract":"

    Populate the geometry data from the byte data

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)toData":{"name":"-toData","abstract":"

    Write the geometry to byte data

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)boundingBox":{"name":"-boundingBox","abstract":"

    Get the bounding box of the geometry envelope

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)getOrReadGeometry":{"name":"-getOrReadGeometry","abstract":"

    Get the geometry or read it from geometry bytes

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)setData:":{"name":"-setData:","abstract":"

    Set the byte data

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)setData:andGeometryIndex:":{"name":"-setData:andGeometryIndex:","abstract":"

    Set the byte data

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)setHeaderData:":{"name":"-setHeaderData:","abstract":"

    Set the geometry header byte data

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)setGeometryData:":{"name":"-setGeometryData:","abstract":"

    Set the geometry byte data. Updates the empty flag. Extended flag should be","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)setDataWithGeometry:":{"name":"-setDataWithGeometry:","abstract":"

    Set the geometry and write to bytes

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)setDataAndBuildEnvelopeWithGeometry:":{"name":"-setDataAndBuildEnvelopeWithGeometry:","abstract":"

    Set the geometry, build the envelope, and write to bytes

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)setGeometryFromWkb:":{"name":"-setGeometryFromWkb:","abstract":"

    Set the geometry from Well-Known bytes

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)setGeometryFromWkt:":{"name":"-setGeometryFromWkt:","abstract":"

    Set the geometry from Well-Known text

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)clearData":{"name":"-clearData","abstract":"

    Clear the byte data

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)clearHeaderData":{"name":"-clearHeaderData","abstract":"

    Clear the header byte data and overall byte data

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)clearGeometryData":{"name":"-clearGeometryData","abstract":"

    Clear the geometry byte data and overall byte data

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)data":{"name":"-data","abstract":"

    Get the byte data of the entire GeoPackage geometry including GeoPackage","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)headerData":{"name":"-headerData","abstract":"

    Get the GeoPackage header byte data

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)wkb":{"name":"-wkb","abstract":"

    Get the Well-Known Binary Geometry byte data

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)wkt":{"name":"-wkt","abstract":"

    Get a Well-Known text string from the geometry

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)getOrBuildEnvelope":{"name":"-getOrBuildEnvelope","abstract":"

    Get the envelope if it exists or build, set, and retrieve it from the","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)buildEnvelope":{"name":"-buildEnvelope","abstract":"

    Build, set, and retrieve the envelope from the geometry

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)getOrBuildBoundingBox":{"name":"-getOrBuildBoundingBox","abstract":"

    Get the bounding box of the geometry envelope if it exists or build, set","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)buildBoundingBox":{"name":"-buildBoundingBox","abstract":"

    Build, set, and retrieve the bounding box from the geometry

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)indicatorWithEnvelope:":{"name":"+indicatorWithEnvelope:","abstract":"

    Get the envelope flag indicator","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)transform:":{"name":"-transform:","abstract":"

    Transform the geometry data using the provided projection transform

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryCrop.html#/c:objc(cs)GPKGGeometryCrop(cm)cropGeometryData:inProjection:":{"name":"+cropGeometryData:inProjection:","abstract":"

    Crop the geometry data with a world map envelope, defined in the provided","parent_name":"GPKGGeometryCrop"},"Classes/GPKGGeometryCrop.html#/c:objc(cs)GPKGGeometryCrop(cm)cropGeometryData:withEnvelope:inProjection:":{"name":"+cropGeometryData:withEnvelope:inProjection:","abstract":"

    Crop the geometry data with the envelope, both in the provided projection

    ","parent_name":"GPKGGeometryCrop"},"Classes/GPKGGeometryCrop.html#/c:objc(cs)GPKGGeometryCrop(cm)cropGeometry:inProjection:":{"name":"+cropGeometry:inProjection:","abstract":"

    Crop the geometry with a world map envelope, defined in the provided","parent_name":"GPKGGeometryCrop"},"Classes/GPKGGeometryCrop.html#/c:objc(cs)GPKGGeometryCrop(cm)cropGeometry:withEnvelope:inProjection:":{"name":"+cropGeometry:withEnvelope:inProjection:","abstract":"

    Crop the geometry with the envelope, both in the provided projection

    ","parent_name":"GPKGGeometryCrop"},"Classes/GPKGGeometryCrop.html#/c:objc(cs)GPKGGeometryCrop(cm)envelopeForProjection:":{"name":"+envelopeForProjection:","abstract":"

    Get a geometry envelope for the projection

    ","parent_name":"GPKGGeometryCrop"},"Classes/GPKGManualFeatureQueryResults.html#/c:objc(cs)GPKGManualFeatureQueryResults(im)initWithFeatureDao:andIds:":{"name":"-initWithFeatureDao:andIds:","abstract":"

    Initialize

    ","parent_name":"GPKGManualFeatureQueryResults"},"Classes/GPKGManualFeatureQueryResults.html#/c:objc(cs)GPKGManualFeatureQueryResults(im)initWithFeatureDao:andColumns:andIds:":{"name":"-initWithFeatureDao:andColumns:andIds:","abstract":"

    Initialize

    ","parent_name":"GPKGManualFeatureQueryResults"},"Classes/GPKGManualFeatureQueryResults.html#/c:objc(cs)GPKGManualFeatureQueryResults(im)featureDao":{"name":"-featureDao","abstract":"

    Get the feature DAO

    ","parent_name":"GPKGManualFeatureQueryResults"},"Classes/GPKGManualFeatureQueryResults.html#/c:objc(cs)GPKGManualFeatureQueryResults(im)columns":{"name":"-columns","abstract":"

    Get the feature columns

    ","parent_name":"GPKGManualFeatureQueryResults"},"Classes/GPKGManualFeatureQueryResults.html#/c:objc(cs)GPKGManualFeatureQueryResults(im)featureIds":{"name":"-featureIds","abstract":"

    Get the feature ids

    ","parent_name":"GPKGManualFeatureQueryResults"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(py)chunkLimit":{"name":"chunkLimit","abstract":"

    Query single chunk limit

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(py)tolerance":{"name":"tolerance","abstract":"

    Query range tolerance

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)initWithFeatureDao:":{"name":"-initWithFeatureDao:","abstract":"

    Initialize

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)featureDao":{"name":"-featureDao","abstract":"

    Get the feature DAO

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)query":{"name":"-query","abstract":"

    Query for features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:":{"name":"-queryWithDistinct:","abstract":"

    Query for features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithColumns:":{"name":"-queryWithColumns:","abstract":"

    Query for features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andColumns:":{"name":"-queryWithDistinct:andColumns:","abstract":"

    Query for features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)count":{"name":"-count","abstract":"

    Get the count of features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithGeometries":{"name":"-countWithGeometries","abstract":"

    Get the count of features with non null geometries

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithColumn:":{"name":"-countWithColumn:","abstract":"

    Get a count of results

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithDistinct:andColumn:":{"name":"-countWithDistinct:andColumn:","abstract":"

    Get a count of results

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithFieldValues:":{"name":"-queryWithFieldValues:","abstract":"

    Query for features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andFieldValues:":{"name":"-queryWithDistinct:andFieldValues:","abstract":"

    Query for features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithColumns:andFieldValues:":{"name":"-queryWithColumns:andFieldValues:","abstract":"

    Query for features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andColumns:andFieldValues:":{"name":"-queryWithDistinct:andColumns:andFieldValues:","abstract":"

    Query for features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithFieldValues:":{"name":"-countWithFieldValues:","abstract":"

    Count features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithColumn:andFieldValues:":{"name":"-countWithColumn:andFieldValues:","abstract":"

    Count features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithDistinct:andColumn:andFieldValues:":{"name":"-countWithDistinct:andColumn:andFieldValues:","abstract":"

    Count features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWhere:":{"name":"-queryWhere:","abstract":"

    Query for features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andWhere:":{"name":"-queryWithDistinct:andWhere:","abstract":"

    Query for features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithColumns:andWhere:":{"name":"-queryWithColumns:andWhere:","abstract":"

    Query for features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andColumns:andWhere:":{"name":"-queryWithDistinct:andColumns:andWhere:","abstract":"

    Query for features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWhere:":{"name":"-countWhere:","abstract":"

    Count features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithColumn:andWhere:":{"name":"-countWithColumn:andWhere:","abstract":"

    Count features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithDistinct:andColumn:andWhere:":{"name":"-countWithDistinct:andColumn:andWhere:","abstract":"

    Count features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWhere:andWhereArgs:":{"name":"-queryWhere:andWhereArgs:","abstract":"

    Query for features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andWhere:andWhereArgs:":{"name":"-queryWithDistinct:andWhere:andWhereArgs:","abstract":"

    Query for features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithColumns:andWhere:andWhereArgs:":{"name":"-queryWithColumns:andWhere:andWhereArgs:","abstract":"

    Query for features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andColumns:andWhere:andWhereArgs:":{"name":"-queryWithDistinct:andColumns:andWhere:andWhereArgs:","abstract":"

    Query for features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWhere:andWhereArgs:":{"name":"-countWhere:andWhereArgs:","abstract":"

    Count features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithColumn:andWhere:andWhereArgs:":{"name":"-countWithColumn:andWhere:andWhereArgs:","abstract":"

    Count features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithDistinct:andColumn:andWhere:andWhereArgs:":{"name":"-countWithDistinct:andColumn:andWhere:andWhereArgs:","abstract":"

    Count features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)boundingBox":{"name":"-boundingBox","abstract":"

    Manually build the bounds of the feature table

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)boundingBoxInProjection:":{"name":"-boundingBoxInProjection:","abstract":"

    Manually build the bounds of the feature table in the provided projection

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithBoundingBox:":{"name":"-queryWithBoundingBox:","abstract":"

    Manually query for rows within the bounding box

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andBoundingBox:":{"name":"-queryWithDistinct:andBoundingBox:","abstract":"

    Manually query for rows within the bounding box

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithColumns:andBoundingBox:":{"name":"-queryWithColumns:andBoundingBox:","abstract":"

    Manually query for rows within the bounding box

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andColumns:andBoundingBox:":{"name":"-queryWithDistinct:andColumns:andBoundingBox:","abstract":"

    Manually query for rows within the bounding box

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithBoundingBox:":{"name":"-countWithBoundingBox:","abstract":"

    Manually count the rows within the bounding box

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithBoundingBox:andFieldValues:":{"name":"-queryWithBoundingBox:andFieldValues:","abstract":"

    Manually query for rows within the bounding box

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andBoundingBox:andFieldValues:":{"name":"-queryWithDistinct:andBoundingBox:andFieldValues:","abstract":"

    Manually query for rows within the bounding box

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithColumns:andBoundingBox:andFieldValues:":{"name":"-queryWithColumns:andBoundingBox:andFieldValues:","abstract":"

    Manually query for rows within the bounding box

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andColumns:andBoundingBox:andFieldValues:":{"name":"-queryWithDistinct:andColumns:andBoundingBox:andFieldValues:","abstract":"

    Manually query for rows within the bounding box

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithBoundingBox:andFieldValues:":{"name":"-countWithBoundingBox:andFieldValues:","abstract":"

    Manually count the rows within the bounding box

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithBoundingBox:andWhere:":{"name":"-queryWithBoundingBox:andWhere:","abstract":"

    Manually query for rows within the bounding box

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andBoundingBox:andWhere:":{"name":"-queryWithDistinct:andBoundingBox:andWhere:","abstract":"

    Manually query for rows within the bounding box

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithColumns:andBoundingBox:andWhere:":{"name":"-queryWithColumns:andBoundingBox:andWhere:","abstract":"

    Manually query for rows within the bounding box

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andColumns:andBoundingBox:andWhere:":{"name":"-queryWithDistinct:andColumns:andBoundingBox:andWhere:","abstract":"

    Manually query for rows within the bounding box

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithBoundingBox:andWhere:":{"name":"-countWithBoundingBox:andWhere:","abstract":"

    Manually count the rows within the bounding box

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithBoundingBox:andWhere:andWhereArgs:":{"name":"-queryWithBoundingBox:andWhere:andWhereArgs:","abstract":"

    Manually query for rows within the bounding box

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andBoundingBox:andWhere:andWhereArgs:":{"name":"-queryWithDistinct:andBoundingBox:andWhere:andWhereArgs:","abstract":"

    Manually query for rows within the bounding box

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithColumns:andBoundingBox:andWhere:andWhereArgs:":{"name":"-queryWithColumns:andBoundingBox:andWhere:andWhereArgs:","abstract":"

    Manually query for rows within the bounding box

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:":{"name":"-queryWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:","abstract":"

    Manually query for rows within the bounding box

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithBoundingBox:andWhere:andWhereArgs:":{"name":"-countWithBoundingBox:andWhere:andWhereArgs:","abstract":"

    Manually count the rows within the bounding box

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithBoundingBox:inProjection:":{"name":"-queryWithBoundingBox:inProjection:","abstract":"

    Manually query for rows within the bounding box in the provided","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andBoundingBox:inProjection:":{"name":"-queryWithDistinct:andBoundingBox:inProjection:","abstract":"

    Manually query for rows within the bounding box in the provided","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithColumns:andBoundingBox:inProjection:":{"name":"-queryWithColumns:andBoundingBox:inProjection:","abstract":"

    Manually query for rows within the bounding box in the provided","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andColumns:andBoundingBox:inProjection:":{"name":"-queryWithDistinct:andColumns:andBoundingBox:inProjection:","abstract":"

    Manually query for rows within the bounding box in the provided","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithBoundingBox:inProjection:":{"name":"-countWithBoundingBox:inProjection:","abstract":"

    Manually count the rows within the bounding box in the provided","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithBoundingBox:inProjection:andFieldValues:":{"name":"-queryWithBoundingBox:inProjection:andFieldValues:","abstract":"

    Manually query for rows within the bounding box in the provided","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andBoundingBox:inProjection:andFieldValues:":{"name":"-queryWithDistinct:andBoundingBox:inProjection:andFieldValues:","abstract":"

    Manually query for rows within the bounding box in the provided","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithColumns:andBoundingBox:inProjection:andFieldValues:":{"name":"-queryWithColumns:andBoundingBox:inProjection:andFieldValues:","abstract":"

    Manually query for rows within the bounding box in the provided","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:":{"name":"-queryWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:","abstract":"

    Manually query for rows within the bounding box in the provided","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithBoundingBox:inProjection:andFieldValues:":{"name":"-countWithBoundingBox:inProjection:andFieldValues:","abstract":"

    Manually count the rows within the bounding box in the provided","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithBoundingBox:inProjection:andWhere:":{"name":"-queryWithBoundingBox:inProjection:andWhere:","abstract":"

    Manually query for rows within the bounding box in the provided","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andBoundingBox:inProjection:andWhere:":{"name":"-queryWithDistinct:andBoundingBox:inProjection:andWhere:","abstract":"

    Manually query for rows within the bounding box in the provided","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithColumns:andBoundingBox:inProjection:andWhere:":{"name":"-queryWithColumns:andBoundingBox:inProjection:andWhere:","abstract":"

    Manually query for rows within the bounding box in the provided","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:":{"name":"-queryWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:","abstract":"

    Manually query for rows within the bounding box in the provided","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithBoundingBox:inProjection:andWhere:":{"name":"-countWithBoundingBox:inProjection:andWhere:","abstract":"

    Manually count the rows within the bounding box in the provided","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-queryWithBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Manually query for rows within the bounding box in the provided","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-queryWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Manually query for rows within the bounding box in the provided","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-queryWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Manually query for rows within the bounding box in the provided","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-queryWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Manually query for rows within the bounding box in the provided","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-countWithBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Manually count the rows within the bounding box in the provided","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithEnvelope:":{"name":"-queryWithEnvelope:","abstract":"

    Manually query for rows within the geometry envelope

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andEnvelope:":{"name":"-queryWithDistinct:andEnvelope:","abstract":"

    Manually query for rows within the geometry envelope

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithColumns:andEnvelope:":{"name":"-queryWithColumns:andEnvelope:","abstract":"

    Manually query for rows within the geometry envelope

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andColumns:andEnvelope:":{"name":"-queryWithDistinct:andColumns:andEnvelope:","abstract":"

    Manually query for rows within the geometry envelope

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithEnvelope:":{"name":"-countWithEnvelope:","abstract":"

    Manually count the rows within the geometry envelope

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithEnvelope:andFieldValues:":{"name":"-queryWithEnvelope:andFieldValues:","abstract":"

    Manually query for rows within the geometry envelope

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andEnvelope:andFieldValues:":{"name":"-queryWithDistinct:andEnvelope:andFieldValues:","abstract":"

    Manually query for rows within the geometry envelope

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithColumns:andEnvelope:andFieldValues:":{"name":"-queryWithColumns:andEnvelope:andFieldValues:","abstract":"

    Manually query for rows within the geometry envelope

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andColumns:andEnvelope:andFieldValues:":{"name":"-queryWithDistinct:andColumns:andEnvelope:andFieldValues:","abstract":"

    Manually query for rows within the geometry envelope

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithEnvelope:andFieldValues:":{"name":"-countWithEnvelope:andFieldValues:","abstract":"

    Manually count the rows within the geometry envelope

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithEnvelope:andWhere:":{"name":"-queryWithEnvelope:andWhere:","abstract":"

    Manually query for rows within the geometry envelope

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andEnvelope:andWhere:":{"name":"-queryWithDistinct:andEnvelope:andWhere:","abstract":"

    Manually query for rows within the geometry envelope

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithColumns:andEnvelope:andWhere:":{"name":"-queryWithColumns:andEnvelope:andWhere:","abstract":"

    Manually query for rows within the geometry envelope

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andColumns:andEnvelope:andWhere:":{"name":"-queryWithDistinct:andColumns:andEnvelope:andWhere:","abstract":"

    Manually query for rows within the geometry envelope

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithEnvelope:andWhere:":{"name":"-countWithEnvelope:andWhere:","abstract":"

    Manually count the rows within the geometry envelope

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithEnvelope:andWhere:andWhereArgs:":{"name":"-queryWithEnvelope:andWhere:andWhereArgs:","abstract":"

    Manually query for rows within the geometry envelope

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andEnvelope:andWhere:andWhereArgs:":{"name":"-queryWithDistinct:andEnvelope:andWhere:andWhereArgs:","abstract":"

    Manually query for rows within the geometry envelope

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithColumns:andEnvelope:andWhere:andWhereArgs:":{"name":"-queryWithColumns:andEnvelope:andWhere:andWhereArgs:","abstract":"

    Manually query for rows within the geometry envelope

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:":{"name":"-queryWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:","abstract":"

    Manually query for rows within the geometry envelope

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithEnvelope:andWhere:andWhereArgs:":{"name":"-countWithEnvelope:andWhere:andWhereArgs:","abstract":"

    Manually count the rows within the geometry envelope

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithMinX:andMinY:andMaxX:andMaxY:":{"name":"-queryWithMinX:andMinY:andMaxX:andMaxY:","abstract":"

    Manually query for rows within the bounds

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andMinX:andMinY:andMaxX:andMaxY:":{"name":"-queryWithDistinct:andMinX:andMinY:andMaxX:andMaxY:","abstract":"

    Manually query for rows within the bounds

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithColumns:andMinX:andMinY:andMaxX:andMaxY:":{"name":"-queryWithColumns:andMinX:andMinY:andMaxX:andMaxY:","abstract":"

    Manually query for rows within the bounds

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:":{"name":"-queryWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:","abstract":"

    Manually query for rows within the bounds

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithMinX:andMinY:andMaxX:andMaxY:":{"name":"-countWithMinX:andMinY:andMaxX:andMaxY:","abstract":"

    Manually count the rows within the bounds

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithMinX:andMinY:andMaxX:andMaxY:andFieldValues:":{"name":"-queryWithMinX:andMinY:andMaxX:andMaxY:andFieldValues:","abstract":"

    Manually query for rows within the bounds

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:":{"name":"-queryWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:","abstract":"

    Manually query for rows within the bounds

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithColumns:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:":{"name":"-queryWithColumns:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:","abstract":"

    Manually query for rows within the bounds

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:":{"name":"-queryWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:","abstract":"

    Manually query for rows within the bounds

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithMinX:andMinY:andMaxX:andMaxY:andFieldValues:":{"name":"-countWithMinX:andMinY:andMaxX:andMaxY:andFieldValues:","abstract":"

    Manually count the rows within the bounds

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithMinX:andMinY:andMaxX:andMaxY:andWhere:":{"name":"-queryWithMinX:andMinY:andMaxX:andMaxY:andWhere:","abstract":"

    Manually query for rows within the bounds

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andWhere:":{"name":"-queryWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andWhere:","abstract":"

    Manually query for rows within the bounds

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:":{"name":"-queryWithColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:","abstract":"

    Manually query for rows within the bounds

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:":{"name":"-queryWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:","abstract":"

    Manually query for rows within the bounds

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithMinX:andMinY:andMaxX:andMaxY:andWhere:":{"name":"-countWithMinX:andMinY:andMaxX:andMaxY:andWhere:","abstract":"

    Manually count the rows within the bounds

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:":{"name":"-queryWithMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:","abstract":"

    Manually query for rows within the bounds

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:":{"name":"-queryWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:","abstract":"

    Manually query for rows within the bounds

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:":{"name":"-queryWithColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:","abstract":"

    Manually query for rows within the bounds

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:":{"name":"-queryWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:","abstract":"

    Manually query for rows within the bounds

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:":{"name":"-countWithMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:","abstract":"

    Manually count the rows within the bounds

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithLimit:":{"name":"-queryForChunkWithLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithLimit:andOffset:":{"name":"-queryForChunkWithLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithOrderBy:andLimit:":{"name":"-queryForChunkWithOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andLimit:":{"name":"-queryForChunkWithDistinct:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithColumns:andLimit:":{"name":"-queryForChunkWithColumns:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithColumns:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithColumns:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithColumns:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andColumns:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andColumns:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andColumns:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andColumns:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithFieldValues:andLimit:":{"name":"-queryForChunkWithFieldValues:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithFieldValues:andLimit:andOffset:":{"name":"-queryForChunkWithFieldValues:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithFieldValues:andOrderBy:andLimit:":{"name":"-queryForChunkWithFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andFieldValues:andLimit:":{"name":"-queryForChunkWithDistinct:andFieldValues:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andFieldValues:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andFieldValues:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithColumns:andFieldValues:andLimit:":{"name":"-queryForChunkWithColumns:andFieldValues:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithColumns:andFieldValues:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithColumns:andFieldValues:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithColumns:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andColumns:andFieldValues:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andFieldValues:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andColumns:andFieldValues:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andColumns:andFieldValues:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andColumns:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithWhere:andLimit:":{"name":"-queryForChunkWithWhere:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithWhere:andLimit:andOffset:":{"name":"-queryForChunkWithWhere:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithWhere:andOrderBy:andLimit:":{"name":"-queryForChunkWithWhere:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andWhere:andLimit:":{"name":"-queryForChunkWithDistinct:andWhere:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andWhere:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andWhere:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andWhere:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithColumns:andWhere:andLimit:":{"name":"-queryForChunkWithColumns:andWhere:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithColumns:andWhere:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andWhere:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithColumns:andWhere:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithColumns:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andColumns:andWhere:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andWhere:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andColumns:andWhere:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andWhere:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andColumns:andWhere:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andColumns:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithWhere:andWhereArgs:andLimit:":{"name":"-queryForChunkWithWhere:andWhereArgs:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryForChunkWithWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryForChunkWithWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andWhere:andWhereArgs:andLimit:":{"name":"-queryForChunkWithDistinct:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithColumns:andWhere:andWhereArgs:andLimit:":{"name":"-queryForChunkWithColumns:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithColumns:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Manually query for rows within the geometry envelope, starting at the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Manually query for rows within the bounds, starting at the offset and","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGFeatureTableReader.html#/c:objc(cs)GPKGFeatureTableReader(py)columnName":{"name":"columnName","abstract":"

    Geometry column name

    ","parent_name":"GPKGFeatureTableReader"},"Classes/GPKGFeatureTableReader.html#/c:objc(cs)GPKGFeatureTableReader(im)initWithGeometryColumns:":{"name":"-initWithGeometryColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTableReader"},"Classes/GPKGFeatureTableReader.html#/c:objc(cs)GPKGFeatureTableReader(im)initWithTable:andGeometryColumn:":{"name":"-initWithTable:andGeometryColumn:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTableReader"},"Classes/GPKGFeatureTableReader.html#/c:objc(cs)GPKGFeatureTableReader(im)initWithTable:":{"name":"-initWithTable:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTableReader"},"Classes/GPKGFeatureTableReader.html#/c:objc(cs)GPKGFeatureTableReader(im)readFeatureTableWithConnection:":{"name":"-readFeatureTableWithConnection:","abstract":"

    Read the feature table with the database connection

    ","parent_name":"GPKGFeatureTableReader"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)create":{"name":"+create","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithAutoincrement:":{"name":"+createWithAutoincrement:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithGeometryColumns:":{"name":"+createWithGeometryColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithGeometryColumns:andAutoincrement:":{"name":"+createWithGeometryColumns:andAutoincrement:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithGeometryColumns:andBoundingBox:":{"name":"+createWithGeometryColumns:andBoundingBox:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithGeometryColumns:andAutoincrement:andBoundingBox:":{"name":"+createWithGeometryColumns:andAutoincrement:andBoundingBox:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithGeometryColumns:andIdColumn:":{"name":"+createWithGeometryColumns:andIdColumn:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithGeometryColumns:andIdColumn:andAutoincrement:":{"name":"+createWithGeometryColumns:andIdColumn:andAutoincrement:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithGeometryColumns:andIdColumn:andBoundingBox:":{"name":"+createWithGeometryColumns:andIdColumn:andBoundingBox:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithGeometryColumns:andIdColumn:andAutoincrement:andBoundingBox:":{"name":"+createWithGeometryColumns:andIdColumn:andAutoincrement:andBoundingBox:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithGeometryColumns:andAdditionalColumns:":{"name":"+createWithGeometryColumns:andAdditionalColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithGeometryColumns:andAutoincrement:andAdditionalColumns:":{"name":"+createWithGeometryColumns:andAutoincrement:andAdditionalColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithGeometryColumns:andAdditionalColumns:andBoundingBox:":{"name":"+createWithGeometryColumns:andAdditionalColumns:andBoundingBox:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithGeometryColumns:andAutoincrement:andAdditionalColumns:andBoundingBox:":{"name":"+createWithGeometryColumns:andAutoincrement:andAdditionalColumns:andBoundingBox:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithGeometryColumns:andIdColumn:andAdditionalColumns:":{"name":"+createWithGeometryColumns:andIdColumn:andAdditionalColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithGeometryColumns:andIdColumn:andAutoincrement:andAdditionalColumns:":{"name":"+createWithGeometryColumns:andIdColumn:andAutoincrement:andAdditionalColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithGeometryColumns:andIdColumn:andAdditionalColumns:andBoundingBox:":{"name":"+createWithGeometryColumns:andIdColumn:andAdditionalColumns:andBoundingBox:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithGeometryColumns:andIdColumn:andAutoincrement:andAdditionalColumns:andBoundingBox:":{"name":"+createWithGeometryColumns:andIdColumn:andAutoincrement:andAdditionalColumns:andBoundingBox:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithGeometryColumns:andColumns:":{"name":"+createWithGeometryColumns:andColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithGeometryColumns:andBoundingBox:andColumns:":{"name":"+createWithGeometryColumns:andBoundingBox:andColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithGeometryColumns:andTable:":{"name":"+createWithGeometryColumns:andTable:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithGeometryColumns:andBoundingBox:andTable:":{"name":"+createWithGeometryColumns:andBoundingBox:andTable:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithDataType:":{"name":"+createWithDataType:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithDataType:andAutoincrement:":{"name":"+createWithDataType:andAutoincrement:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithDataType:andGeometryColumns:":{"name":"+createWithDataType:andGeometryColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithDataType:andGeometryColumns:andAutoincrement:":{"name":"+createWithDataType:andGeometryColumns:andAutoincrement:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithDataType:andGeometryColumns:andBoundingBox:":{"name":"+createWithDataType:andGeometryColumns:andBoundingBox:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithDataType:andGeometryColumns:andAutoincrement:andBoundingBox:":{"name":"+createWithDataType:andGeometryColumns:andAutoincrement:andBoundingBox:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithDataType:andGeometryColumns:andIdColumn:":{"name":"+createWithDataType:andGeometryColumns:andIdColumn:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithDataType:andGeometryColumns:andIdColumn:andAutoincrement:":{"name":"+createWithDataType:andGeometryColumns:andIdColumn:andAutoincrement:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithDataType:andGeometryColumns:andIdColumn:andBoundingBox:":{"name":"+createWithDataType:andGeometryColumns:andIdColumn:andBoundingBox:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithDataType:andGeometryColumns:andIdColumn:andAutoincrement:andBoundingBox:":{"name":"+createWithDataType:andGeometryColumns:andIdColumn:andAutoincrement:andBoundingBox:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithDataType:andGeometryColumns:andAdditionalColumns:":{"name":"+createWithDataType:andGeometryColumns:andAdditionalColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithDataType:andGeometryColumns:andAutoincrement:andAdditionalColumns:":{"name":"+createWithDataType:andGeometryColumns:andAutoincrement:andAdditionalColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithDataType:andGeometryColumns:andAdditionalColumns:andBoundingBox:":{"name":"+createWithDataType:andGeometryColumns:andAdditionalColumns:andBoundingBox:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithDataType:andGeometryColumns:andAutoincrement:andAdditionalColumns:andBoundingBox:":{"name":"+createWithDataType:andGeometryColumns:andAutoincrement:andAdditionalColumns:andBoundingBox:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithDataType:andGeometryColumns:andIdColumn:andAdditionalColumns:":{"name":"+createWithDataType:andGeometryColumns:andIdColumn:andAdditionalColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithDataType:andGeometryColumns:andIdColumn:andAutoincrement:andAdditionalColumns:":{"name":"+createWithDataType:andGeometryColumns:andIdColumn:andAutoincrement:andAdditionalColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithDataType:andGeometryColumns:andIdColumn:andAdditionalColumns:andBoundingBox:":{"name":"+createWithDataType:andGeometryColumns:andIdColumn:andAdditionalColumns:andBoundingBox:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithDataType:andGeometryColumns:andIdColumn:andAutoincrement:andAdditionalColumns:andBoundingBox:":{"name":"+createWithDataType:andGeometryColumns:andIdColumn:andAutoincrement:andAdditionalColumns:andBoundingBox:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithDataType:andGeometryColumns:andColumns:":{"name":"+createWithDataType:andGeometryColumns:andColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithDataType:andGeometryColumns:andBoundingBox:andColumns:":{"name":"+createWithDataType:andGeometryColumns:andBoundingBox:andColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithDataType:andGeometryColumns:andTable:":{"name":"+createWithDataType:andGeometryColumns:andTable:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithDataType:andGeometryColumns:andBoundingBox:andTable:":{"name":"+createWithDataType:andGeometryColumns:andBoundingBox:andTable:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(py)boundingBox":{"name":"boundingBox","abstract":"

    Bounding box

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(py)geometryColumns":{"name":"geometryColumns","abstract":"

    Geometry columns

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(im)initWithGeometryColumns:andIdColumn:andAdditionalColumns:andBoundingBox:":{"name":"-initWithGeometryColumns:andIdColumn:andAdditionalColumns:andBoundingBox:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(im)initWithDataType:andGeometryColumns:andIdColumn:andAdditionalColumns:andBoundingBox:":{"name":"-initWithDataType:andGeometryColumns:andIdColumn:andAdditionalColumns:andBoundingBox:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(im)initWithGeometryColumns:andIdColumn:andAutoincrement:andAdditionalColumns:andBoundingBox:":{"name":"-initWithGeometryColumns:andIdColumn:andAutoincrement:andAdditionalColumns:andBoundingBox:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(im)initWithDataType:andGeometryColumns:andIdColumn:andAutoincrement:andAdditionalColumns:andBoundingBox:":{"name":"-initWithDataType:andGeometryColumns:andIdColumn:andAutoincrement:andAdditionalColumns:andBoundingBox:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(im)initWithGeometryColumns:andBoundingBox:andColumns:":{"name":"-initWithGeometryColumns:andBoundingBox:andColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(im)initWithDataType:andGeometryColumns:andBoundingBox:andColumns:":{"name":"-initWithDataType:andGeometryColumns:andBoundingBox:andColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(im)columnName":{"name":"-columnName","abstract":"

    Get the column name

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(im)geometryType":{"name":"-geometryType","abstract":"

    Get the geometry type

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTable.html#/c:objc(cs)GPKGFeatureTable(im)initWithGeometryColumns:andColumns:":{"name":"-initWithGeometryColumns:andColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTable"},"Classes/GPKGFeatureTable.html#/c:objc(cs)GPKGFeatureTable(im)initWithTable:andColumns:":{"name":"-initWithTable:andColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTable"},"Classes/GPKGFeatureTable.html#/c:objc(cs)GPKGFeatureTable(im)initWithTable:andGeometryColumn:andColumns:":{"name":"-initWithTable:andGeometryColumn:andColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTable"},"Classes/GPKGFeatureTable.html#/c:objc(cs)GPKGFeatureTable(im)featureColumns":{"name":"-featureColumns","abstract":"

    Get the feature columns

    ","parent_name":"GPKGFeatureTable"},"Classes/GPKGFeatureTable.html#/c:objc(cs)GPKGFeatureTable(im)geometryColumnIndex":{"name":"-geometryColumnIndex","abstract":"

    Get the geometry column index

    ","parent_name":"GPKGFeatureTable"},"Classes/GPKGFeatureTable.html#/c:objc(cs)GPKGFeatureTable(im)geometryColumn":{"name":"-geometryColumn","abstract":"

    Get the geometry feature column

    ","parent_name":"GPKGFeatureTable"},"Classes/GPKGFeatureTable.html#/c:objc(cs)GPKGFeatureTable(im)geometryColumnName":{"name":"-geometryColumnName","abstract":"

    Get the geometry column name

    ","parent_name":"GPKGFeatureTable"},"Classes/GPKGFeatureTable.html#/c:objc(cs)GPKGFeatureTable(im)idAndGeometryColumnNames":{"name":"-idAndGeometryColumnNames","abstract":"

    Get the Id and Geometry Column names

    ","parent_name":"GPKGFeatureTable"},"Classes/GPKGFeatureRow.html#/c:objc(cs)GPKGFeatureRow(py)featureTable":{"name":"featureTable","abstract":"

    Feature Table

    ","parent_name":"GPKGFeatureRow"},"Classes/GPKGFeatureRow.html#/c:objc(cs)GPKGFeatureRow(py)featureColumns":{"name":"featureColumns","abstract":"

    Feature Columns

    ","parent_name":"GPKGFeatureRow"},"Classes/GPKGFeatureRow.html#/c:objc(cs)GPKGFeatureRow(im)initWithFeatureTable:andColumns:andValues:":{"name":"-initWithFeatureTable:andColumns:andValues:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureRow"},"Classes/GPKGFeatureRow.html#/c:objc(cs)GPKGFeatureRow(im)initWithFeatureTable:":{"name":"-initWithFeatureTable:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureRow"},"Classes/GPKGFeatureRow.html#/c:objc(cs)GPKGFeatureRow(im)geometryColumnIndex":{"name":"-geometryColumnIndex","abstract":"

    Get the geometry column index

    ","parent_name":"GPKGFeatureRow"},"Classes/GPKGFeatureRow.html#/c:objc(cs)GPKGFeatureRow(im)geometryColumn":{"name":"-geometryColumn","abstract":"

    Get the geometry column

    ","parent_name":"GPKGFeatureRow"},"Classes/GPKGFeatureRow.html#/c:objc(cs)GPKGFeatureRow(im)geometryColumnName":{"name":"-geometryColumnName","abstract":"

    Get the geometry column name

    ","parent_name":"GPKGFeatureRow"},"Classes/GPKGFeatureRow.html#/c:objc(cs)GPKGFeatureRow(im)geometry":{"name":"-geometry","abstract":"

    Get the geometry

    ","parent_name":"GPKGFeatureRow"},"Classes/GPKGFeatureRow.html#/c:objc(cs)GPKGFeatureRow(im)setGeometry:":{"name":"-setGeometry:","abstract":"

    Set the geometry

    ","parent_name":"GPKGFeatureRow"},"Classes/GPKGFeatureRow.html#/c:objc(cs)GPKGFeatureRow(im)geometryValue":{"name":"-geometryValue","abstract":"

    Get the simple features geometry value

    ","parent_name":"GPKGFeatureRow"},"Classes/GPKGFeatureRow.html#/c:objc(cs)GPKGFeatureRow(im)geometryType":{"name":"-geometryType","abstract":"

    Get the simple features geometry type

    ","parent_name":"GPKGFeatureRow"},"Classes/GPKGFeatureRow.html#/c:objc(cs)GPKGFeatureRow(im)geometryEnvelope":{"name":"-geometryEnvelope","abstract":"

    Get the geometry envelope

    ","parent_name":"GPKGFeatureRow"},"Classes/GPKGFeatureDao.html#/c:objc(cs)GPKGFeatureDao(py)geometryColumns":{"name":"geometryColumns","abstract":"

    Geometry Columns

    ","parent_name":"GPKGFeatureDao"},"Classes/GPKGFeatureDao.html#/c:objc(cs)GPKGFeatureDao(py)metadataDb":{"name":"metadataDb","abstract":"

    Metadata db

    ","parent_name":"GPKGFeatureDao"},"Classes/GPKGFeatureDao.html#/c:objc(cs)GPKGFeatureDao(im)initWithDatabase:andTable:andGeometryColumns:andMetadataDb:":{"name":"-initWithDatabase:andTable:andGeometryColumns:andMetadataDb:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureDao"},"Classes/GPKGFeatureDao.html#/c:objc(cs)GPKGFeatureDao(im)featureTable":{"name":"-featureTable","abstract":"

    Get the feature table

    ","parent_name":"GPKGFeatureDao"},"Classes/GPKGFeatureDao.html#/c:objc(cs)GPKGFeatureDao(im)row:":{"name":"-row:","abstract":"

    Get the feature row for the current result in the result set

    ","parent_name":"GPKGFeatureDao"},"Classes/GPKGFeatureDao.html#/c:objc(cs)GPKGFeatureDao(im)featureRow:":{"name":"-featureRow:","abstract":"

    Get the feature row for the current result in the result set

    ","parent_name":"GPKGFeatureDao"},"Classes/GPKGFeatureDao.html#/c:objc(cs)GPKGFeatureDao(im)rowWithRow:":{"name":"-rowWithRow:","abstract":"

    Get the feature row for the row

    ","parent_name":"GPKGFeatureDao"},"Classes/GPKGFeatureDao.html#/c:objc(cs)GPKGFeatureDao(im)newRow":{"name":"-newRow","abstract":"

    Create a new feature row

    ","parent_name":"GPKGFeatureDao"},"Classes/GPKGFeatureDao.html#/c:objc(cs)GPKGFeatureDao(im)geometryColumnName":{"name":"-geometryColumnName","abstract":"

    Get the geometry column name

    ","parent_name":"GPKGFeatureDao"},"Classes/GPKGFeatureDao.html#/c:objc(cs)GPKGFeatureDao(im)geometryType":{"name":"-geometryType","abstract":"

    Get the geometry type

    ","parent_name":"GPKGFeatureDao"},"Classes/GPKGFeatureDao.html#/c:objc(cs)GPKGFeatureDao(im)srs":{"name":"-srs","abstract":"

    Get the Spatial Reference System

    ","parent_name":"GPKGFeatureDao"},"Classes/GPKGFeatureDao.html#/c:objc(cs)GPKGFeatureDao(im)srsId":{"name":"-srsId","abstract":"

    Get the Spatial Reference System id

    ","parent_name":"GPKGFeatureDao"},"Classes/GPKGFeatureDao.html#/c:objc(cs)GPKGFeatureDao(im)idColumn":{"name":"-idColumn","abstract":"

    Get the Id Column

    ","parent_name":"GPKGFeatureDao"},"Classes/GPKGFeatureDao.html#/c:objc(cs)GPKGFeatureDao(im)idColumnName":{"name":"-idColumnName","abstract":"

    Get the Id Column name

    ","parent_name":"GPKGFeatureDao"},"Classes/GPKGFeatureDao.html#/c:objc(cs)GPKGFeatureDao(im)idAndGeometryColumnNames":{"name":"-idAndGeometryColumnNames","abstract":"

    Get the Id and Geometry Column names

    ","parent_name":"GPKGFeatureDao"},"Classes/GPKGFeatureColumns.html#/c:objc(cs)GPKGFeatureColumns(py)geometryColumnName":{"name":"geometryColumnName","abstract":"

    Geometry column name

    ","parent_name":"GPKGFeatureColumns"},"Classes/GPKGFeatureColumns.html#/c:objc(cs)GPKGFeatureColumns(py)geometryIndex":{"name":"geometryIndex","abstract":"

    Geometry column index

    ","parent_name":"GPKGFeatureColumns"},"Classes/GPKGFeatureColumns.html#/c:objc(cs)GPKGFeatureColumns(im)initWithTable:andGeometryColumn:andColumns:":{"name":"-initWithTable:andGeometryColumn:andColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureColumns"},"Classes/GPKGFeatureColumns.html#/c:objc(cs)GPKGFeatureColumns(im)initWithTable:andGeometryColumn:andColumns:andCustom:":{"name":"-initWithTable:andGeometryColumn:andColumns:andCustom:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureColumns"},"Classes/GPKGFeatureColumns.html#/c:objc(cs)GPKGFeatureColumns(im)initWithFeatureColumns:":{"name":"-initWithFeatureColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureColumns"},"Classes/GPKGFeatureColumns.html#/c:objc(cs)GPKGFeatureColumns(im)hasGeometryColumn":{"name":"-hasGeometryColumn","abstract":"

    Check if the table has a geometry column

    ","parent_name":"GPKGFeatureColumns"},"Classes/GPKGFeatureColumns.html#/c:objc(cs)GPKGFeatureColumns(im)geometryColumn":{"name":"-geometryColumn","abstract":"

    Get the geometry feature column

    ","parent_name":"GPKGFeatureColumns"},"Classes/GPKGFeatureColumn.html#/c:objc(cs)GPKGFeatureColumn(py)geometryType":{"name":"geometryType","abstract":"

    Geometry type if a geometry column

    ","parent_name":"GPKGFeatureColumn"},"Classes/GPKGFeatureColumn.html#/c:objc(cs)GPKGFeatureColumn(cm)createPrimaryKeyColumnWithName:":{"name":"+createPrimaryKeyColumnWithName:","abstract":"

    Create a new primary key column

    ","parent_name":"GPKGFeatureColumn"},"Classes/GPKGFeatureColumn.html#/c:objc(cs)GPKGFeatureColumn(cm)createPrimaryKeyColumnWithName:andAutoincrement:":{"name":"+createPrimaryKeyColumnWithName:andAutoincrement:","abstract":"

    Create a new primary key column

    ","parent_name":"GPKGFeatureColumn"},"Classes/GPKGFeatureColumn.html#/c:objc(cs)GPKGFeatureColumn(cm)createPrimaryKeyColumnWithIndex:andName:":{"name":"+createPrimaryKeyColumnWithIndex:andName:","abstract":"

    Create a new primary key column

    ","parent_name":"GPKGFeatureColumn"},"Classes/GPKGFeatureColumn.html#/c:objc(cs)GPKGFeatureColumn(cm)createPrimaryKeyColumnWithIndex:andName:andAutoincrement:":{"name":"+createPrimaryKeyColumnWithIndex:andName:andAutoincrement:","abstract":"

    Create a new primary key column

    ","parent_name":"GPKGFeatureColumn"},"Classes/GPKGFeatureColumn.html#/c:objc(cs)GPKGFeatureColumn(cm)createGeometryColumnWithName:andGeometryType:":{"name":"+createGeometryColumnWithName:andGeometryType:","abstract":"

    Create a new geometry column

    ","parent_name":"GPKGFeatureColumn"},"Classes/GPKGFeatureColumn.html#/c:objc(cs)GPKGFeatureColumn(cm)createGeometryColumnWithIndex:andName:andGeometryType:":{"name":"+createGeometryColumnWithIndex:andName:andGeometryType:","abstract":"

    Create a new geometry column

    ","parent_name":"GPKGFeatureColumn"},"Classes/GPKGFeatureColumn.html#/c:objc(cs)GPKGFeatureColumn(cm)createGeometryColumnWithName:andGeometryType:andNotNull:andDefaultValue:":{"name":"+createGeometryColumnWithName:andGeometryType:andNotNull:andDefaultValue:","abstract":"

    Create a new geometry column

    ","parent_name":"GPKGFeatureColumn"},"Classes/GPKGFeatureColumn.html#/c:objc(cs)GPKGFeatureColumn(cm)createGeometryColumnWithIndex:andName:andGeometryType:andNotNull:andDefaultValue:":{"name":"+createGeometryColumnWithIndex:andName:andGeometryType:andNotNull:andDefaultValue:","abstract":"

    Create a new geometry column

    ","parent_name":"GPKGFeatureColumn"},"Classes/GPKGFeatureColumn.html#/c:objc(cs)GPKGFeatureColumn(cm)createColumnWithName:andDataType:":{"name":"+createColumnWithName:andDataType:","abstract":"

    Create a new column

    ","parent_name":"GPKGFeatureColumn"},"Classes/GPKGFeatureColumn.html#/c:objc(cs)GPKGFeatureColumn(cm)createColumnWithIndex:andName:andDataType:":{"name":"+createColumnWithIndex:andName:andDataType:","abstract":"

    Create a new column

    ","parent_name":"GPKGFeatureColumn"},"Classes/GPKGFeatureColumn.html#/c:objc(cs)GPKGFeatureColumn(cm)createColumnWithName:andDataType:andNotNull:":{"name":"+createColumnWithName:andDataType:andNotNull:","abstract":"

    Create a new column

    ","parent_name":"GPKGFeatureColumn"},"Classes/GPKGFeatureColumn.html#/c:objc(cs)GPKGFeatureColumn(cm)createColumnWithIndex:andName:andDataType:andNotNull:":{"name":"+createColumnWithIndex:andName:andDataType:andNotNull:","abstract":"

    Create a new column

    ","parent_name":"GPKGFeatureColumn"},"Classes/GPKGFeatureColumn.html#/c:objc(cs)GPKGFeatureColumn(cm)createColumnWithName:andDataType:andNotNull:andDefaultValue:":{"name":"+createColumnWithName:andDataType:andNotNull:andDefaultValue:","abstract":"

    Create a new column

    ","parent_name":"GPKGFeatureColumn"},"Classes/GPKGFeatureColumn.html#/c:objc(cs)GPKGFeatureColumn(cm)createColumnWithIndex:andName:andDataType:andNotNull:andDefaultValue:":{"name":"+createColumnWithIndex:andName:andDataType:andNotNull:andDefaultValue:","abstract":"

    Create a new column

    ","parent_name":"GPKGFeatureColumn"},"Classes/GPKGFeatureColumn.html#/c:objc(cs)GPKGFeatureColumn(cm)createColumnWithName:andDataType:andMax:":{"name":"+createColumnWithName:andDataType:andMax:","abstract":"

    Create a new column

    ","parent_name":"GPKGFeatureColumn"},"Classes/GPKGFeatureColumn.html#/c:objc(cs)GPKGFeatureColumn(cm)createColumnWithIndex:andName:andDataType:andMax:":{"name":"+createColumnWithIndex:andName:andDataType:andMax:","abstract":"

    Create a new column

    ","parent_name":"GPKGFeatureColumn"},"Classes/GPKGFeatureColumn.html#/c:objc(cs)GPKGFeatureColumn(cm)createColumnWithName:andDataType:andMax:andNotNull:andDefaultValue:":{"name":"+createColumnWithName:andDataType:andMax:andNotNull:andDefaultValue:","abstract":"

    Create a new column

    ","parent_name":"GPKGFeatureColumn"},"Classes/GPKGFeatureColumn.html#/c:objc(cs)GPKGFeatureColumn(cm)createColumnWithIndex:andName:andDataType:andMax:andNotNull:andDefaultValue:":{"name":"+createColumnWithIndex:andName:andDataType:andMax:andNotNull:andDefaultValue:","abstract":"

    Create a new column

    ","parent_name":"GPKGFeatureColumn"},"Classes/GPKGFeatureColumn.html#/c:objc(cs)GPKGFeatureColumn(cm)createColumnWithTableColumn:":{"name":"+createColumnWithTableColumn:","abstract":"

    Create a new column

    ","parent_name":"GPKGFeatureColumn"},"Classes/GPKGFeatureColumn.html#/c:objc(cs)GPKGFeatureColumn(im)initWithIndex:andName:andDataType:andMax:andNotNull:andDefaultValue:andPrimaryKey:andAutoincrement:andGeometryType:":{"name":"-initWithIndex:andName:andDataType:andMax:andNotNull:andDefaultValue:andPrimaryKey:andAutoincrement:andGeometryType:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureColumn"},"Classes/GPKGFeatureColumn.html#/c:objc(cs)GPKGFeatureColumn(im)isGeometry":{"name":"-isGeometry","abstract":"

    Determine if this column is a geometry

    ","parent_name":"GPKGFeatureColumn"},"Classes/GPKGFeatureCacheTables.html#/c:objc(cs)GPKGFeatureCacheTables(py)maxCacheSize":{"name":"maxCacheSize","abstract":"

    Max Cache size

    ","parent_name":"GPKGFeatureCacheTables"},"Classes/GPKGFeatureCacheTables.html#/c:objc(cs)GPKGFeatureCacheTables(im)init":{"name":"-init","abstract":"

    Initialize, created with cache size of GPKGFeatureCache DEFAULT_FEATURE_CACHE_MAX_SIZE

    ","parent_name":"GPKGFeatureCacheTables"},"Classes/GPKGFeatureCacheTables.html#/c:objc(cs)GPKGFeatureCacheTables(im)initWithMaxCacheSize:":{"name":"-initWithMaxCacheSize:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureCacheTables"},"Classes/GPKGFeatureCacheTables.html#/c:objc(cs)GPKGFeatureCacheTables(im)tables":{"name":"-tables","abstract":"

    Get the feature table names with a feature row cache

    ","parent_name":"GPKGFeatureCacheTables"},"Classes/GPKGFeatureCacheTables.html#/c:objc(cs)GPKGFeatureCacheTables(im)cacheForTable:":{"name":"-cacheForTable:","abstract":"

    Get or create a feature row cache for the table name

    ","parent_name":"GPKGFeatureCacheTables"},"Classes/GPKGFeatureCacheTables.html#/c:objc(cs)GPKGFeatureCacheTables(im)cacheForRow:":{"name":"-cacheForRow:","abstract":"

    Get or create a feature row cache for the feature row

    ","parent_name":"GPKGFeatureCacheTables"},"Classes/GPKGFeatureCacheTables.html#/c:objc(cs)GPKGFeatureCacheTables(im)maxSizeForTable:":{"name":"-maxSizeForTable:","abstract":"

    Get the cache max size for the table name

    ","parent_name":"GPKGFeatureCacheTables"},"Classes/GPKGFeatureCacheTables.html#/c:objc(cs)GPKGFeatureCacheTables(im)rowByTable:andId:":{"name":"-rowByTable:andId:","abstract":"

    Get the cached feature row by table name and feature id

    ","parent_name":"GPKGFeatureCacheTables"},"Classes/GPKGFeatureCacheTables.html#/c:objc(cs)GPKGFeatureCacheTables(im)putRow:":{"name":"-putRow:","abstract":"

    Cache the feature row

    ","parent_name":"GPKGFeatureCacheTables"},"Classes/GPKGFeatureCacheTables.html#/c:objc(cs)GPKGFeatureCacheTables(im)removeRow:":{"name":"-removeRow:","abstract":"

    Remove the cached feature row

    ","parent_name":"GPKGFeatureCacheTables"},"Classes/GPKGFeatureCacheTables.html#/c:objc(cs)GPKGFeatureCacheTables(im)removeRowByTable:andId:":{"name":"-removeRowByTable:andId:","abstract":"

    Remove the cached feature row by id

    ","parent_name":"GPKGFeatureCacheTables"},"Classes/GPKGFeatureCacheTables.html#/c:objc(cs)GPKGFeatureCacheTables(im)clearForTable:":{"name":"-clearForTable:","abstract":"

    Clear the feature table cache

    ","parent_name":"GPKGFeatureCacheTables"},"Classes/GPKGFeatureCacheTables.html#/c:objc(cs)GPKGFeatureCacheTables(im)clear":{"name":"-clear","abstract":"

    Clear all caches

    ","parent_name":"GPKGFeatureCacheTables"},"Classes/GPKGFeatureCacheTables.html#/c:objc(cs)GPKGFeatureCacheTables(im)resizeForTable:withMaxCacheSize:":{"name":"-resizeForTable:withMaxCacheSize:","abstract":"

    Resize the feature table cache

    ","parent_name":"GPKGFeatureCacheTables"},"Classes/GPKGFeatureCacheTables.html#/c:objc(cs)GPKGFeatureCacheTables(im)resizeWithMaxCacheSize:":{"name":"-resizeWithMaxCacheSize:","abstract":"

    Resize all caches and update the max cache size

    ","parent_name":"GPKGFeatureCacheTables"},"Classes/GPKGFeatureCacheTables.html#/c:objc(cs)GPKGFeatureCacheTables(im)clearAndResizeForTable:withMaxCacheSize:":{"name":"-clearAndResizeForTable:withMaxCacheSize:","abstract":"

    Clear and resize the feature table cache

    ","parent_name":"GPKGFeatureCacheTables"},"Classes/GPKGFeatureCacheTables.html#/c:objc(cs)GPKGFeatureCacheTables(im)clearAndResizeWithMaxCacheSize:":{"name":"-clearAndResizeWithMaxCacheSize:","abstract":"

    Clear and resize all caches and update the max cache size

    ","parent_name":"GPKGFeatureCacheTables"},"Classes/GPKGFeatureCache.html#/c:objc(cs)GPKGFeatureCache(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureCache"},"Classes/GPKGFeatureCache.html#/c:objc(cs)GPKGFeatureCache(im)initWithMaxSize:":{"name":"-initWithMaxSize:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureCache"},"Classes/GPKGFeatureCache.html#/c:objc(cs)GPKGFeatureCache(im)maxSize":{"name":"-maxSize","abstract":"

    Get the cache max size

    ","parent_name":"GPKGFeatureCache"},"Classes/GPKGFeatureCache.html#/c:objc(cs)GPKGFeatureCache(im)rowById:":{"name":"-rowById:","abstract":"

    Get the cached feature row by feature id

    ","parent_name":"GPKGFeatureCache"},"Classes/GPKGFeatureCache.html#/c:objc(cs)GPKGFeatureCache(im)rowByIdNumber:":{"name":"-rowByIdNumber:","abstract":"

    Get the cached feature row by feature id

    ","parent_name":"GPKGFeatureCache"},"Classes/GPKGFeatureCache.html#/c:objc(cs)GPKGFeatureCache(im)putRow:":{"name":"-putRow:","abstract":"

    Cache the feature row

    ","parent_name":"GPKGFeatureCache"},"Classes/GPKGFeatureCache.html#/c:objc(cs)GPKGFeatureCache(im)removeRow:":{"name":"-removeRow:","abstract":"

    Remove the cached feature row

    ","parent_name":"GPKGFeatureCache"},"Classes/GPKGFeatureCache.html#/c:objc(cs)GPKGFeatureCache(im)removeById:":{"name":"-removeById:","abstract":"

    Remove the cached feature row by id

    ","parent_name":"GPKGFeatureCache"},"Classes/GPKGFeatureCache.html#/c:objc(cs)GPKGFeatureCache(im)removeByIdNumber:":{"name":"-removeByIdNumber:","abstract":"

    Remove the cached feature row by id

    ","parent_name":"GPKGFeatureCache"},"Classes/GPKGFeatureCache.html#/c:objc(cs)GPKGFeatureCache(im)clear":{"name":"-clear","abstract":"

    Clear the cache

    ","parent_name":"GPKGFeatureCache"},"Classes/GPKGFeatureCache.html#/c:objc(cs)GPKGFeatureCache(im)resizeWithMaxSize:":{"name":"-resizeWithMaxSize:","abstract":"

    Resize the cache

    ","parent_name":"GPKGFeatureCache"},"Classes/GPKGFeatureCache.html#/c:objc(cs)GPKGFeatureCache(im)clearAndResizeWithMaxSize:":{"name":"-clearAndResizeWithMaxSize:","abstract":"

    Clear and resize the cache

    ","parent_name":"GPKGFeatureCache"},"Classes/GPKGMultipleFeatureIndexResults.html#/c:objc(cs)GPKGMultipleFeatureIndexResults(im)initWithFeatureIndexResults:":{"name":"-initWithFeatureIndexResults:","abstract":"

    Initializer

    ","parent_name":"GPKGMultipleFeatureIndexResults"},"Classes/GPKGMultipleFeatureIndexResults.html#/c:objc(cs)GPKGMultipleFeatureIndexResults(im)initWithFeatureIndexResults1:andFeatureIndexResults2:":{"name":"-initWithFeatureIndexResults1:andFeatureIndexResults2:","abstract":"

    Initializer

    ","parent_name":"GPKGMultipleFeatureIndexResults"},"Classes/GPKGMultipleFeatureIndexResults.html#/c:objc(cs)GPKGMultipleFeatureIndexResults(im)initWithFeatureIndexResultsArray:":{"name":"-initWithFeatureIndexResultsArray:","abstract":"

    Initializer

    ","parent_name":"GPKGMultipleFeatureIndexResults"},"Classes/GPKGFeatureIndexTypes.html#/c:objc(cs)GPKGFeatureIndexTypes(cm)name:":{"name":"+name:","abstract":"

    Get the name of the feature index type

    ","parent_name":"GPKGFeatureIndexTypes"},"Classes/GPKGFeatureIndexTypes.html#/c:objc(cs)GPKGFeatureIndexTypes(cm)fromName:":{"name":"+fromName:","abstract":"

    Get the feature index type from the feature index type name

    ","parent_name":"GPKGFeatureIndexTypes"},"Classes/GPKGFeatureIndexResults.html#/c:objc(cs)GPKGFeatureIndexResults(py)ids":{"name":"ids","abstract":"

    Flag for iterating over feature ids in place of feature rows

    ","parent_name":"GPKGFeatureIndexResults"},"Classes/GPKGFeatureIndexResults.html#/c:objc(cs)GPKGFeatureIndexResults(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureIndexResults"},"Classes/GPKGFeatureIndexResults.html#/c:objc(cs)GPKGFeatureIndexResults(im)count":{"name":"-count","abstract":"

    Get the count of results

    ","parent_name":"GPKGFeatureIndexResults"},"Classes/GPKGFeatureIndexResults.html#/c:objc(cs)GPKGFeatureIndexResults(im)moveToNext":{"name":"-moveToNext","abstract":"

    Move to the next feature row if additional exist

    ","parent_name":"GPKGFeatureIndexResults"},"Classes/GPKGFeatureIndexResults.html#/c:objc(cs)GPKGFeatureIndexResults(im)featureRow":{"name":"-featureRow","abstract":"

    Get the current location feature row

    ","parent_name":"GPKGFeatureIndexResults"},"Classes/GPKGFeatureIndexResults.html#/c:objc(cs)GPKGFeatureIndexResults(im)featureId":{"name":"-featureId","abstract":"

    Get the current location feature id

    ","parent_name":"GPKGFeatureIndexResults"},"Classes/GPKGFeatureIndexResults.html#/c:objc(cs)GPKGFeatureIndexResults(im)close":{"name":"-close","abstract":"

    Close the results

    ","parent_name":"GPKGFeatureIndexResults"},"Classes/GPKGFeatureIndexResultSetResults.html#/c:objc(cs)GPKGFeatureIndexResultSetResults(im)initWithResults:":{"name":"-initWithResults:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureIndexResultSetResults"},"Classes/GPKGFeatureIndexResultSetResults.html#/c:objc(cs)GPKGFeatureIndexResultSetResults(im)results":{"name":"-results","abstract":"

    Get the results

    ","parent_name":"GPKGFeatureIndexResultSetResults"},"Classes/GPKGFeatureIndexMetadataResults.html#/c:objc(cs)GPKGFeatureIndexMetadataResults(im)initWithFeatureTableIndex:andResults:":{"name":"-initWithFeatureTableIndex:andResults:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureIndexMetadataResults"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(py)indexLocation":{"name":"indexLocation","abstract":"

    Index location

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(py)continueOnError":{"name":"continueOnError","abstract":"

    When an exception occurs on a certain index, continue to other index","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)initWithGeoPackage:andFeatureTable:":{"name":"-initWithGeoPackage:andFeatureTable:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)initWithGeoPackage:andFeatureDao:":{"name":"-initWithGeoPackage:andFeatureDao:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)close":{"name":"-close","abstract":"

    Close the index connections

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)featureDao":{"name":"-featureDao","abstract":"

    Get the feature DAO

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)featureTableIndex":{"name":"-featureTableIndex","abstract":"

    Get the feature table index, used to index inside the GeoPackage as an extension

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)featureIndexer":{"name":"-featureIndexer","abstract":"

    Get the feature indexer, used to index in metadata tables

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)rTreeIndexTableDao":{"name":"-rTreeIndexTableDao","abstract":"

    Get the RTree Index Table DAO

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)indexLocationQueryOrder":{"name":"-indexLocationQueryOrder","abstract":"

    Get the ordered index query locations

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)prioritizeQueryLocationWithType:":{"name":"-prioritizeQueryLocationWithType:","abstract":"

    Prioritize the query location order. The type is placed at the front of the query order,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)prioritizeQueryLocationWithTypes:":{"name":"-prioritizeQueryLocationWithTypes:","abstract":"

    Prioritize the query location order. All types are placed at the front of the query order","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)setIndexLocationOrderWithTypes:":{"name":"-setIndexLocationOrderWithTypes:","abstract":"

    Set the index location order, overriding all previously set types

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)setProgress:":{"name":"-setProgress:","abstract":"

    Set the GeoPackage Progress

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)index":{"name":"-index","abstract":"

    Index the feature table if needed, using the set index location

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)indexFeatureIndexTypes:":{"name":"-indexFeatureIndexTypes:","abstract":"

    Index the feature tables if needed for the index types

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)indexWithFeatureIndexType:":{"name":"-indexWithFeatureIndexType:","abstract":"

    Index the feature table if needed

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)indexWithForce:":{"name":"-indexWithForce:","abstract":"

    Index the feature table, using the set index location

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)indexWithForce:andFeatureIndexTypes:":{"name":"-indexWithForce:andFeatureIndexTypes:","abstract":"

    Index the feature tables for the index types

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)indexWithFeatureIndexType:andForce:":{"name":"-indexWithFeatureIndexType:andForce:","abstract":"

    Index the feature table

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)indexWithFeatureRow:":{"name":"-indexWithFeatureRow:","abstract":"

    Index the feature row, using the set index location.","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)indexWithFeatureRow:andFeatureIndexTypes:":{"name":"-indexWithFeatureRow:andFeatureIndexTypes:","abstract":"

    Index the feature row for the index types.","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)indexWithFeatureIndexType:andFeatureRow:":{"name":"-indexWithFeatureIndexType:andFeatureRow:","abstract":"

    Index the feature row. This method assumes that indexing has been completed and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)deleteIndex":{"name":"-deleteIndex","abstract":"

    Delete the feature index

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)deleteAllIndexes":{"name":"-deleteAllIndexes","abstract":"

    Delete the feature index from all query order locations

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)deleteIndexWithFeatureIndexTypes:":{"name":"-deleteIndexWithFeatureIndexTypes:","abstract":"

    Delete the feature index from the index types

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)deleteIndexWithFeatureIndexType:":{"name":"-deleteIndexWithFeatureIndexType:","abstract":"

    Delete the feature index

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)deleteIndexWithFeatureRow:":{"name":"-deleteIndexWithFeatureRow:","abstract":"

    Delete the feature index for the feature row

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)deleteIndexWithFeatureRow:andFeatureIndexTypes:":{"name":"-deleteIndexWithFeatureRow:andFeatureIndexTypes:","abstract":"

    Delete the feature index for the feature row from the index types

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)deleteIndexWithFeatureIndexType:andFeatureRow:":{"name":"-deleteIndexWithFeatureIndexType:andFeatureRow:","abstract":"

    Delete the feature index for the feature row

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)deleteIndexWithGeomId:":{"name":"-deleteIndexWithGeomId:","abstract":"

    Delete the feature index for the geometry id

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)deleteIndexWithGeomId:andFeatureIndexTypes:":{"name":"-deleteIndexWithGeomId:andFeatureIndexTypes:","abstract":"

    Delete the feature index for the geometry id from the index types

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)deleteIndexWithFeatureIndexType:andGeomId:":{"name":"-deleteIndexWithFeatureIndexType:andGeomId:","abstract":"

    Delete the feature index for the geometry id

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)retainIndexWithFeatureIndexType:":{"name":"-retainIndexWithFeatureIndexType:","abstract":"

    Retain the feature index from the index types and delete the others

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)retainIndexWithFeatureIndexTypes:":{"name":"-retainIndexWithFeatureIndexTypes:","abstract":"

    Retain the feature index from the index types and delete the others

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)indexedTypes":{"name":"-indexedTypes","abstract":"

    Get the indexed types that are currently indexed

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)isIndexed":{"name":"-isIndexed","abstract":"

    Determine if the feature table is indexed

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)isIndexedWithFeatureIndexType:":{"name":"-isIndexedWithFeatureIndexType:","abstract":"

    Is the feature table indexed in the provided type location

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)lastIndexed":{"name":"-lastIndexed","abstract":"

    Get the date last indexed

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)lastIndexedWithFeatureIndexType:":{"name":"-lastIndexedWithFeatureIndexType:","abstract":"

    Get the date last indexed

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)location":{"name":"-location","abstract":"

    Get a feature index location to iterate over indexed types

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)indexedType":{"name":"-indexedType","abstract":"

    Get the first ordered indexed type

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)idColumn":{"name":"-idColumn","abstract":"

    Get the feature table id column name, the default column ordering

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)query":{"name":"-query","abstract":"

    Query for all feature index results

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:":{"name":"-queryWithDistinct:","abstract":"

    Query for all feature index results

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithColumns:":{"name":"-queryWithColumns:","abstract":"

    Query for all feature index results

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andColumns:":{"name":"-queryWithDistinct:andColumns:","abstract":"

    Query for all feature index results

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithColumn:":{"name":"-countWithColumn:","abstract":"

    Query for all feature index count

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithDistinct:andColumn:":{"name":"-countWithDistinct:andColumn:","abstract":"

    Query for all feature index count

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)count":{"name":"-count","abstract":"

    Query for all feature index count

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithFieldValues:":{"name":"-queryWithFieldValues:","abstract":"

    Query for feature index results

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andFieldValues:":{"name":"-queryWithDistinct:andFieldValues:","abstract":"

    Query for feature index results

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithColumns:andFieldValues:":{"name":"-queryWithColumns:andFieldValues:","abstract":"

    Query for feature index results

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andColumns:andFieldValues:":{"name":"-queryWithDistinct:andColumns:andFieldValues:","abstract":"

    Query for feature index results

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithFieldValues:":{"name":"-countWithFieldValues:","abstract":"

    Query for feature index count

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithColumn:andFieldValues:":{"name":"-countWithColumn:andFieldValues:","abstract":"

    Query for feature index count

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithDistinct:andColumn:andFieldValues:":{"name":"-countWithDistinct:andColumn:andFieldValues:","abstract":"

    Query for feature index count

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWhere:":{"name":"-queryWhere:","abstract":"

    Query for feature index results

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andWhere:":{"name":"-queryWithDistinct:andWhere:","abstract":"

    Query for feature index results

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithColumns:andWhere:":{"name":"-queryWithColumns:andWhere:","abstract":"

    Query for feature index results

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andColumns:andWhere:":{"name":"-queryWithDistinct:andColumns:andWhere:","abstract":"

    Query for feature index results

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWhere:":{"name":"-countWhere:","abstract":"

    Query for feature index count

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithColumn:andWhere:":{"name":"-countWithColumn:andWhere:","abstract":"

    Query for feature index count

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithDistinct:andColumn:andWhere:":{"name":"-countWithDistinct:andColumn:andWhere:","abstract":"

    Query for feature index count

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWhere:andWhereArgs:":{"name":"-queryWhere:andWhereArgs:","abstract":"

    Query for feature index results

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andWhere:andWhereArgs:":{"name":"-queryWithDistinct:andWhere:andWhereArgs:","abstract":"

    Query for feature index results

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithColumns:andWhere:andWhereArgs:":{"name":"-queryWithColumns:andWhere:andWhereArgs:","abstract":"

    Query for feature index results

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andColumns:andWhere:andWhereArgs:":{"name":"-queryWithDistinct:andColumns:andWhere:andWhereArgs:","abstract":"

    Query for feature index results

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWhere:andWhereArgs:":{"name":"-countWhere:andWhereArgs:","abstract":"

    Query for feature index count

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithColumn:andWhere:andWhereArgs:":{"name":"-countWithColumn:andWhere:andWhereArgs:","abstract":"

    Query for feature index count

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithDistinct:andColumn:andWhere:andWhereArgs:":{"name":"-countWithDistinct:andColumn:andWhere:andWhereArgs:","abstract":"

    Query for feature index count

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)boundingBox":{"name":"-boundingBox","abstract":"

    Query for the feature index bounds

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)boundingBoxInProjection:":{"name":"-boundingBoxInProjection:","abstract":"

    Query for the feature index bounds and return in the provided projection

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithBoundingBox:":{"name":"-queryWithBoundingBox:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andBoundingBox:":{"name":"-queryWithDistinct:andBoundingBox:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithColumns:andBoundingBox:":{"name":"-queryWithColumns:andBoundingBox:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andColumns:andBoundingBox:":{"name":"-queryWithDistinct:andColumns:andBoundingBox:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithBoundingBox:":{"name":"-countWithBoundingBox:","abstract":"

    Query for feature index count within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithColumn:andBoundingBox:":{"name":"-countWithColumn:andBoundingBox:","abstract":"

    Query for feature index count within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithDistinct:andColumn:andBoundingBox:":{"name":"-countWithDistinct:andColumn:andBoundingBox:","abstract":"

    Query for feature index count within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithBoundingBox:andFieldValues:":{"name":"-queryWithBoundingBox:andFieldValues:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andBoundingBox:andFieldValues:":{"name":"-queryWithDistinct:andBoundingBox:andFieldValues:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithColumns:andBoundingBox:andFieldValues:":{"name":"-queryWithColumns:andBoundingBox:andFieldValues:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andColumns:andBoundingBox:andFieldValues:":{"name":"-queryWithDistinct:andColumns:andBoundingBox:andFieldValues:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithBoundingBox:andFieldValues:":{"name":"-countWithBoundingBox:andFieldValues:","abstract":"

    Query for feature index count within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithColumn:andBoundingBox:andFieldValues:":{"name":"-countWithColumn:andBoundingBox:andFieldValues:","abstract":"

    Query for feature index count within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithDistinct:andColumn:andBoundingBox:andFieldValues:":{"name":"-countWithDistinct:andColumn:andBoundingBox:andFieldValues:","abstract":"

    Query for feature index count within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithBoundingBox:andWhere:":{"name":"-queryWithBoundingBox:andWhere:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andBoundingBox:andWhere:":{"name":"-queryWithDistinct:andBoundingBox:andWhere:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithColumns:andBoundingBox:andWhere:":{"name":"-queryWithColumns:andBoundingBox:andWhere:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andColumns:andBoundingBox:andWhere:":{"name":"-queryWithDistinct:andColumns:andBoundingBox:andWhere:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithBoundingBox:andWhere:":{"name":"-countWithBoundingBox:andWhere:","abstract":"

    Query for feature index count within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithColumn:andBoundingBox:andWhere:":{"name":"-countWithColumn:andBoundingBox:andWhere:","abstract":"

    Query for feature index count within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithDistinct:andColumn:andBoundingBox:andWhere:":{"name":"-countWithDistinct:andColumn:andBoundingBox:andWhere:","abstract":"

    Query for feature index count within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithBoundingBox:andWhere:andWhereArgs:":{"name":"-queryWithBoundingBox:andWhere:andWhereArgs:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andBoundingBox:andWhere:andWhereArgs:":{"name":"-queryWithDistinct:andBoundingBox:andWhere:andWhereArgs:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithColumns:andBoundingBox:andWhere:andWhereArgs:":{"name":"-queryWithColumns:andBoundingBox:andWhere:andWhereArgs:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:":{"name":"-queryWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithBoundingBox:andWhere:andWhereArgs:":{"name":"-countWithBoundingBox:andWhere:andWhereArgs:","abstract":"

    Query for feature index count within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithColumn:andBoundingBox:andWhere:andWhereArgs:":{"name":"-countWithColumn:andBoundingBox:andWhere:andWhereArgs:","abstract":"

    Query for feature index count within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithDistinct:andColumn:andBoundingBox:andWhere:andWhereArgs:":{"name":"-countWithDistinct:andColumn:andBoundingBox:andWhere:andWhereArgs:","abstract":"

    Query for feature index count within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithEnvelope:":{"name":"-queryWithEnvelope:","abstract":"

    Query for feature index results within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andEnvelope:":{"name":"-queryWithDistinct:andEnvelope:","abstract":"

    Query for feature index results within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithColumns:andEnvelope:":{"name":"-queryWithColumns:andEnvelope:","abstract":"

    Query for feature index results within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andColumns:andEnvelope:":{"name":"-queryWithDistinct:andColumns:andEnvelope:","abstract":"

    Query for feature index results within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithEnvelope:":{"name":"-countWithEnvelope:","abstract":"

    Query for feature index count within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithColumn:andEnvelope:":{"name":"-countWithColumn:andEnvelope:","abstract":"

    Query for feature index count within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithDistinct:andColumn:andEnvelope:":{"name":"-countWithDistinct:andColumn:andEnvelope:","abstract":"

    Query for feature index count within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithEnvelope:andFieldValues:":{"name":"-queryWithEnvelope:andFieldValues:","abstract":"

    Query for feature index results within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andEnvelope:andFieldValues:":{"name":"-queryWithDistinct:andEnvelope:andFieldValues:","abstract":"

    Query for feature index results within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithColumns:andEnvelope:andFieldValues:":{"name":"-queryWithColumns:andEnvelope:andFieldValues:","abstract":"

    Query for feature index results within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andColumns:andEnvelope:andFieldValues:":{"name":"-queryWithDistinct:andColumns:andEnvelope:andFieldValues:","abstract":"

    Query for feature index results within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithEnvelope:andFieldValues:":{"name":"-countWithEnvelope:andFieldValues:","abstract":"

    Query for feature index count within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithColumn:andEnvelope:andFieldValues:":{"name":"-countWithColumn:andEnvelope:andFieldValues:","abstract":"

    Query for feature index count within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithDistinct:andColumn:andEnvelope:andFieldValues:":{"name":"-countWithDistinct:andColumn:andEnvelope:andFieldValues:","abstract":"

    Query for feature index count within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithEnvelope:andWhere:":{"name":"-queryWithEnvelope:andWhere:","abstract":"

    Query for feature index results within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andEnvelope:andWhere:":{"name":"-queryWithDistinct:andEnvelope:andWhere:","abstract":"

    Query for feature index results within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithColumns:andEnvelope:andWhere:":{"name":"-queryWithColumns:andEnvelope:andWhere:","abstract":"

    Query for feature index results within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andColumns:andEnvelope:andWhere:":{"name":"-queryWithDistinct:andColumns:andEnvelope:andWhere:","abstract":"

    Query for feature index results within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithEnvelope:andWhere:":{"name":"-countWithEnvelope:andWhere:","abstract":"

    Query for feature index count within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithColumn:andEnvelope:andWhere:":{"name":"-countWithColumn:andEnvelope:andWhere:","abstract":"

    Query for feature index count within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithDistinct:andColumn:andEnvelope:andWhere:":{"name":"-countWithDistinct:andColumn:andEnvelope:andWhere:","abstract":"

    Query for feature index count within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithEnvelope:andWhere:andWhereArgs:":{"name":"-queryWithEnvelope:andWhere:andWhereArgs:","abstract":"

    Query for feature index results within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andEnvelope:andWhere:andWhereArgs:":{"name":"-queryWithDistinct:andEnvelope:andWhere:andWhereArgs:","abstract":"

    Query for feature index results within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithColumns:andEnvelope:andWhere:andWhereArgs:":{"name":"-queryWithColumns:andEnvelope:andWhere:andWhereArgs:","abstract":"

    Query for feature index results within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:":{"name":"-queryWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:","abstract":"

    Query for feature index results within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithEnvelope:andWhere:andWhereArgs:":{"name":"-countWithEnvelope:andWhere:andWhereArgs:","abstract":"

    Query for feature index count within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithColumn:andEnvelope:andWhere:andWhereArgs:":{"name":"-countWithColumn:andEnvelope:andWhere:andWhereArgs:","abstract":"

    Query for feature index count within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithDistinct:andColumn:andEnvelope:andWhere:andWhereArgs:":{"name":"-countWithDistinct:andColumn:andEnvelope:andWhere:andWhereArgs:","abstract":"

    Query for feature index count within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithBoundingBox:inProjection:":{"name":"-queryWithBoundingBox:inProjection:","abstract":"

    Query for feature index results within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andBoundingBox:inProjection:":{"name":"-queryWithDistinct:andBoundingBox:inProjection:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithColumns:andBoundingBox:inProjection:":{"name":"-queryWithColumns:andBoundingBox:inProjection:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithBoundingBox:inProjection:":{"name":"-countWithBoundingBox:inProjection:","abstract":"

    Query for feature index count within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithColumn:andBoundingBox:inProjection:":{"name":"-countWithColumn:andBoundingBox:inProjection:","abstract":"

    Query for feature index count within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithDistinct:andColumn:andBoundingBox:inProjection:":{"name":"-countWithDistinct:andColumn:andBoundingBox:inProjection:","abstract":"

    Query for feature index count within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithBoundingBox:inProjection:andFieldValues:":{"name":"-queryWithBoundingBox:inProjection:andFieldValues:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andBoundingBox:inProjection:andFieldValues:":{"name":"-queryWithDistinct:andBoundingBox:inProjection:andFieldValues:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithColumns:andBoundingBox:inProjection:andFieldValues:":{"name":"-queryWithColumns:andBoundingBox:inProjection:andFieldValues:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:":{"name":"-queryWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithBoundingBox:inProjection:andFieldValues:":{"name":"-countWithBoundingBox:inProjection:andFieldValues:","abstract":"

    Query for feature index count within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithColumn:andBoundingBox:inProjection:andFieldValues:":{"name":"-countWithColumn:andBoundingBox:inProjection:andFieldValues:","abstract":"

    Query for feature index count within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithDistinct:andColumn:andBoundingBox:inProjection:andFieldValues:":{"name":"-countWithDistinct:andColumn:andBoundingBox:inProjection:andFieldValues:","abstract":"

    Query for feature index count within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithBoundingBox:inProjection:andWhere:":{"name":"-queryWithBoundingBox:inProjection:andWhere:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andBoundingBox:inProjection:andWhere:":{"name":"-queryWithDistinct:andBoundingBox:inProjection:andWhere:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithColumns:andBoundingBox:inProjection:andWhere:":{"name":"-queryWithColumns:andBoundingBox:inProjection:andWhere:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:":{"name":"-queryWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithBoundingBox:inProjection:andWhere:":{"name":"-countWithBoundingBox:inProjection:andWhere:","abstract":"

    Query for feature index count within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithColumn:andBoundingBox:inProjection:andWhere:":{"name":"-countWithColumn:andBoundingBox:inProjection:andWhere:","abstract":"

    Query for feature index count within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithDistinct:andColumn:andBoundingBox:inProjection:andWhere:":{"name":"-countWithDistinct:andColumn:andBoundingBox:inProjection:andWhere:","abstract":"

    Query for feature index count within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-queryWithBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-queryWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-queryWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-queryWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-countWithBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Query for feature index count within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithColumn:andBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-countWithColumn:andBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Query for feature index count within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithDistinct:andColumn:andBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-countWithDistinct:andColumn:andBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Query for feature index count within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(cm)isPaginated:":{"name":"+isPaginated:","abstract":"

    Determine if the results are paginated

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)paginate:":{"name":"-paginate:","abstract":"

    Paginate the results

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(cm)paginate:withDao:":{"name":"+paginate:withDao:","abstract":"

    Paginate the results

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithLimit:":{"name":"-queryForChunkWithLimit:","abstract":"

    Query for all feature index results ordered by id, starting at the offset","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithLimit:andOffset:":{"name":"-queryForChunkWithLimit:andOffset:","abstract":"

    Query for all feature index results ordered by id, starting at the offset","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithOrderBy:andLimit:":{"name":"-queryForChunkWithOrderBy:andLimit:","abstract":"

    Query for all feature index results, starting at the offset and returning","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithOrderBy:andLimit:andOffset:","abstract":"

    Query for all feature index results, starting at the offset and returning","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andLimit:":{"name":"-queryForChunkWithDistinct:andLimit:","abstract":"

    Query for all feature index results ordered by id, starting at the offset","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andLimit:andOffset:","abstract":"

    Query for all feature index results ordered by id, starting at the offset","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andOrderBy:andLimit:","abstract":"

    Query for all feature index results, starting at the offset and returning","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andOrderBy:andLimit:andOffset:","abstract":"

    Query for all feature index results, starting at the offset and returning","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andLimit:":{"name":"-queryForChunkWithColumns:andLimit:","abstract":"

    Query for all feature index results ordered by id, starting at the offset","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andLimit:andOffset:","abstract":"

    Query for all feature index results ordered by id, starting at the offset","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andOrderBy:andLimit:","abstract":"

    Query for all feature index results, starting at the offset and returning","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andOrderBy:andLimit:andOffset:","abstract":"

    Query for all feature index results, starting at the offset and returning","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andLimit:","abstract":"

    Query for all feature index results ordered by id, starting at the offset","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andLimit:andOffset:","abstract":"

    Query for all feature index results ordered by id, starting at the offset","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andOrderBy:andLimit:","abstract":"

    Query for all feature index results, starting at the offset and returning","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andOrderBy:andLimit:andOffset:","abstract":"

    Query for all feature index results, starting at the offset and returning","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithFieldValues:andLimit:":{"name":"-queryForChunkWithFieldValues:andLimit:","abstract":"

    Query for feature index results ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithFieldValues:andLimit:andOffset:":{"name":"-queryForChunkWithFieldValues:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithFieldValues:andOrderBy:andLimit:":{"name":"-queryForChunkWithFieldValues:andOrderBy:andLimit:","abstract":"

    Query for feature index results, starting at the offset and returning no","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results, starting at the offset and returning no","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andFieldValues:andLimit:":{"name":"-queryForChunkWithDistinct:andFieldValues:andLimit:","abstract":"

    Query for feature index results ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andFieldValues:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andFieldValues:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andFieldValues:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for feature index results, starting at the offset and returning no","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results, starting at the offset and returning no","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andFieldValues:andLimit:":{"name":"-queryForChunkWithColumns:andFieldValues:andLimit:","abstract":"

    Query for feature index results ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andFieldValues:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andFieldValues:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andFieldValues:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for feature index results, starting at the offset and returning no","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results, starting at the offset and returning no","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andFieldValues:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andFieldValues:andLimit:","abstract":"

    Query for feature index results ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andFieldValues:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andFieldValues:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andFieldValues:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for feature index results, starting at the offset and returning no","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results, starting at the offset and returning no","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithWhere:andLimit:":{"name":"-queryForChunkWithWhere:andLimit:","abstract":"

    Query for feature index results ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithWhere:andLimit:andOffset:":{"name":"-queryForChunkWithWhere:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithWhere:andOrderBy:andLimit:":{"name":"-queryForChunkWithWhere:andOrderBy:andLimit:","abstract":"

    Query for feature index results, starting at the offset and returning no","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results, starting at the offset and returning no","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andWhere:andLimit:":{"name":"-queryForChunkWithDistinct:andWhere:andLimit:","abstract":"

    Query for feature index results ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andWhere:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andWhere:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andWhere:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andWhere:andOrderBy:andLimit:","abstract":"

    Query for feature index results, starting at the offset and returning no","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results, starting at the offset and returning no","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andWhere:andLimit:":{"name":"-queryForChunkWithColumns:andWhere:andLimit:","abstract":"

    Query for feature index results ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andWhere:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andWhere:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andWhere:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andWhere:andOrderBy:andLimit:","abstract":"

    Query for feature index results, starting at the offset and returning no","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results, starting at the offset and returning no","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andWhere:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andWhere:andLimit:","abstract":"

    Query for feature index results ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andWhere:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andWhere:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andWhere:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andWhere:andOrderBy:andLimit:","abstract":"

    Query for feature index results, starting at the offset and returning no","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results, starting at the offset and returning no","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithWhere:andWhereArgs:andLimit:":{"name":"-queryForChunkWithWhere:andWhereArgs:andLimit:","abstract":"

    Query for feature index results ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryForChunkWithWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryForChunkWithWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for feature index results, starting at the offset and returning no","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results, starting at the offset and returning no","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andWhere:andWhereArgs:andLimit:":{"name":"-queryForChunkWithDistinct:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for feature index results ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for feature index results, starting at the offset and returning no","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results, starting at the offset and returning no","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andWhere:andWhereArgs:andLimit:":{"name":"-queryForChunkWithColumns:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for feature index results ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for feature index results, starting at the offset and returning no","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results, starting at the offset and returning no","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for feature index results ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for feature index results, starting at the offset and returning no","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results, starting at the offset and returning no","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:andLimit:":{"name":"-queryForChunkWithBoundingBox:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:andLimit:andOffset:":{"name":"-queryForChunkWithBoundingBox:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:andOrderBy:andLimit:":{"name":"-queryForChunkWithBoundingBox:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithBoundingBox:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:andLimit:":{"name":"-queryForChunkWithDistinct:andBoundingBox:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andBoundingBox:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andBoundingBox:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andBoundingBox:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:andLimit:":{"name":"-queryForChunkWithColumns:andBoundingBox:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andBoundingBox:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andBoundingBox:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andBoundingBox:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:andFieldValues:andLimit:":{"name":"-queryForChunkWithBoundingBox:andFieldValues:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:andFieldValues:andLimit:andOffset:":{"name":"-queryForChunkWithBoundingBox:andFieldValues:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:andFieldValues:andOrderBy:andLimit:":{"name":"-queryForChunkWithBoundingBox:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:andFieldValues:andLimit:":{"name":"-queryForChunkWithDistinct:andBoundingBox:andFieldValues:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:andFieldValues:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andBoundingBox:andFieldValues:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:andFieldValues:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andBoundingBox:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:andFieldValues:andLimit:":{"name":"-queryForChunkWithColumns:andBoundingBox:andFieldValues:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:andFieldValues:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andBoundingBox:andFieldValues:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:andWhere:andLimit:":{"name":"-queryForChunkWithBoundingBox:andWhere:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:andWhere:andLimit:andOffset:":{"name":"-queryForChunkWithBoundingBox:andWhere:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:andWhere:andOrderBy:andLimit:":{"name":"-queryForChunkWithBoundingBox:andWhere:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithBoundingBox:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:andWhere:andLimit:":{"name":"-queryForChunkWithDistinct:andBoundingBox:andWhere:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:andWhere:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andBoundingBox:andWhere:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:andWhere:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andBoundingBox:andWhere:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andBoundingBox:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:andWhere:andLimit:":{"name":"-queryForChunkWithColumns:andBoundingBox:andWhere:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:andWhere:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andBoundingBox:andWhere:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:andWhere:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andBoundingBox:andWhere:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andBoundingBox:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:andWhere:andWhereArgs:andLimit:":{"name":"-queryForChunkWithBoundingBox:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryForChunkWithBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryForChunkWithBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andLimit:":{"name":"-queryForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:":{"name":"-queryForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithEnvelope:andLimit:":{"name":"-queryForChunkWithEnvelope:andLimit:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithEnvelope:andLimit:andOffset:":{"name":"-queryForChunkWithEnvelope:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithEnvelope:andOrderBy:andLimit:":{"name":"-queryForChunkWithEnvelope:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithEnvelope:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithEnvelope:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andEnvelope:andLimit:":{"name":"-queryForChunkWithDistinct:andEnvelope:andLimit:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andEnvelope:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andEnvelope:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andEnvelope:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andEnvelope:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andEnvelope:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andEnvelope:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andEnvelope:andLimit:":{"name":"-queryForChunkWithColumns:andEnvelope:andLimit:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andEnvelope:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andEnvelope:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andEnvelope:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andEnvelope:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andEnvelope:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andEnvelope:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andEnvelope:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andLimit:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andEnvelope:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andEnvelope:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andEnvelope:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithEnvelope:andFieldValues:andLimit:":{"name":"-queryForChunkWithEnvelope:andFieldValues:andLimit:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithEnvelope:andFieldValues:andLimit:andOffset:":{"name":"-queryForChunkWithEnvelope:andFieldValues:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithEnvelope:andFieldValues:andOrderBy:andLimit:":{"name":"-queryForChunkWithEnvelope:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andEnvelope:andFieldValues:andLimit:":{"name":"-queryForChunkWithDistinct:andEnvelope:andFieldValues:andLimit:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andEnvelope:andFieldValues:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andEnvelope:andFieldValues:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andEnvelope:andFieldValues:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andEnvelope:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andEnvelope:andFieldValues:andLimit:":{"name":"-queryForChunkWithColumns:andEnvelope:andFieldValues:andLimit:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andEnvelope:andFieldValues:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andEnvelope:andFieldValues:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andLimit:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithEnvelope:andWhere:andLimit:":{"name":"-queryForChunkWithEnvelope:andWhere:andLimit:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithEnvelope:andWhere:andLimit:andOffset:":{"name":"-queryForChunkWithEnvelope:andWhere:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithEnvelope:andWhere:andOrderBy:andLimit:":{"name":"-queryForChunkWithEnvelope:andWhere:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithEnvelope:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithEnvelope:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andEnvelope:andWhere:andLimit:":{"name":"-queryForChunkWithDistinct:andEnvelope:andWhere:andLimit:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andEnvelope:andWhere:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andEnvelope:andWhere:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andEnvelope:andWhere:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andEnvelope:andWhere:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andEnvelope:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andEnvelope:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andEnvelope:andWhere:andLimit:":{"name":"-queryForChunkWithColumns:andEnvelope:andWhere:andLimit:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andEnvelope:andWhere:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andEnvelope:andWhere:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andEnvelope:andWhere:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andEnvelope:andWhere:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andEnvelope:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andEnvelope:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andEnvelope:andWhere:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andWhere:andLimit:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andEnvelope:andWhere:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andWhere:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andEnvelope:andWhere:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andWhere:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andEnvelope:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithEnvelope:andWhere:andWhereArgs:andLimit:":{"name":"-queryForChunkWithEnvelope:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithEnvelope:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryForChunkWithEnvelope:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryForChunkWithEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andLimit:":{"name":"-queryForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andLimit:":{"name":"-queryForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:inProjection:andLimit:":{"name":"-queryForChunkWithBoundingBox:inProjection:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:inProjection:andLimit:andOffset:":{"name":"-queryForChunkWithBoundingBox:inProjection:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:inProjection:andOrderBy:andLimit:":{"name":"-queryForChunkWithBoundingBox:inProjection:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:inProjection:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithBoundingBox:inProjection:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:inProjection:andLimit:":{"name":"-queryForChunkWithDistinct:andBoundingBox:inProjection:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:inProjection:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andBoundingBox:inProjection:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:inProjection:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andBoundingBox:inProjection:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:inProjection:andLimit:":{"name":"-queryForChunkWithColumns:andBoundingBox:inProjection:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:inProjection:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andBoundingBox:inProjection:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:inProjection:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andBoundingBox:inProjection:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:inProjection:andFieldValues:andLimit:":{"name":"-queryForChunkWithBoundingBox:inProjection:andFieldValues:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:inProjection:andFieldValues:andLimit:andOffset:":{"name":"-queryForChunkWithBoundingBox:inProjection:andFieldValues:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:":{"name":"-queryForChunkWithBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andLimit:":{"name":"-queryForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andLimit:":{"name":"-queryForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:inProjection:andWhere:andLimit:":{"name":"-queryForChunkWithBoundingBox:inProjection:andWhere:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:inProjection:andWhere:andLimit:andOffset:":{"name":"-queryForChunkWithBoundingBox:inProjection:andWhere:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:inProjection:andWhere:andOrderBy:andLimit:":{"name":"-queryForChunkWithBoundingBox:inProjection:andWhere:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andLimit:":{"name":"-queryForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:inProjection:andWhere:andLimit:":{"name":"-queryForChunkWithColumns:andBoundingBox:inProjection:andWhere:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:inProjection:andWhere:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andBoundingBox:inProjection:andWhere:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:":{"name":"-queryForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:":{"name":"-queryForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:":{"name":"-queryForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexLocation.html#/c:objc(cs)GPKGFeatureIndexLocation(im)initWithFeatureIndexManager:":{"name":"-initWithFeatureIndexManager:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureIndexLocation"},"Classes/GPKGFeatureIndexListResults.html#/c:objc(cs)GPKGFeatureIndexListResults(im)init":{"name":"-init","abstract":"

    Initializer

    ","parent_name":"GPKGFeatureIndexListResults"},"Classes/GPKGFeatureIndexListResults.html#/c:objc(cs)GPKGFeatureIndexListResults(im)initWithFeatureRow:":{"name":"-initWithFeatureRow:","abstract":"

    Initializer

    ","parent_name":"GPKGFeatureIndexListResults"},"Classes/GPKGFeatureIndexListResults.html#/c:objc(cs)GPKGFeatureIndexListResults(im)initWithFeatureRows:":{"name":"-initWithFeatureRows:","abstract":"

    Initializer

    ","parent_name":"GPKGFeatureIndexListResults"},"Classes/GPKGFeatureIndexListResults.html#/c:objc(cs)GPKGFeatureIndexListResults(im)addRow:":{"name":"-addRow:","abstract":"

    Add a feature row

    ","parent_name":"GPKGFeatureIndexListResults"},"Classes/GPKGFeatureIndexListResults.html#/c:objc(cs)GPKGFeatureIndexListResults(im)addRows:":{"name":"-addRows:","abstract":"

    Add feature rows

    ","parent_name":"GPKGFeatureIndexListResults"},"Classes/GPKGFeatureIndexGeoPackageResults.html#/c:objc(cs)GPKGFeatureIndexGeoPackageResults(im)initWithFeatureTableIndex:andResults:":{"name":"-initWithFeatureTableIndex:andResults:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureIndexGeoPackageResults"},"Classes/GPKGFeatureIndexFeatureResults.html#/c:objc(cs)GPKGFeatureIndexFeatureResults(im)initWithDao:andResults:":{"name":"-initWithDao:andResults:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureIndexFeatureResults"},"Classes/GPKGGeometryColumnsDao.html#/c:objc(cs)GPKGGeometryColumnsDao(cm)createWithDatabase:":{"name":"+createWithDatabase:","abstract":"

    Create the DAO

    ","parent_name":"GPKGGeometryColumnsDao"},"Classes/GPKGGeometryColumnsDao.html#/c:objc(cs)GPKGGeometryColumnsDao(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGGeometryColumnsDao"},"Classes/GPKGGeometryColumnsDao.html#/c:objc(cs)GPKGGeometryColumnsDao(im)queryForTableName:":{"name":"-queryForTableName:","abstract":"

    Query for the table name

    ","parent_name":"GPKGGeometryColumnsDao"},"Classes/GPKGGeometryColumnsDao.html#/c:objc(cs)GPKGGeometryColumnsDao(im)featureTables":{"name":"-featureTables","abstract":"

    Get the feature table names

    ","parent_name":"GPKGGeometryColumnsDao"},"Classes/GPKGGeometryColumnsDao.html#/c:objc(cs)GPKGGeometryColumnsDao(im)srs:":{"name":"-srs:","abstract":"

    Get the Spatial Reference System of the Geometry Columns

    ","parent_name":"GPKGGeometryColumnsDao"},"Classes/GPKGGeometryColumnsDao.html#/c:objc(cs)GPKGGeometryColumnsDao(im)contents:":{"name":"-contents:","abstract":"

    Get the Contents of the Geometry Columns

    ","parent_name":"GPKGGeometryColumnsDao"},"Classes/GPKGGeometryColumns.html#/c:objc(cs)GPKGGeometryColumns(py)tableName":{"name":"tableName","abstract":"

    Name of the table containing the geometry column

    ","parent_name":"GPKGGeometryColumns"},"Classes/GPKGGeometryColumns.html#/c:objc(cs)GPKGGeometryColumns(py)columnName":{"name":"columnName","abstract":"

    Name of a column in the feature table that is a Geometry Column

    ","parent_name":"GPKGGeometryColumns"},"Classes/GPKGGeometryColumns.html#/c:objc(cs)GPKGGeometryColumns(py)geometryTypeName":{"name":"geometryTypeName","abstract":"

    Name from Geometry Type Codes (Core) or Geometry Type Codes (Extension)","parent_name":"GPKGGeometryColumns"},"Classes/GPKGGeometryColumns.html#/c:objc(cs)GPKGGeometryColumns(py)srsId":{"name":"srsId","abstract":"

    Unique identifier for each Spatial Reference System within a GeoPackage

    ","parent_name":"GPKGGeometryColumns"},"Classes/GPKGGeometryColumns.html#/c:objc(cs)GPKGGeometryColumns(py)z":{"name":"z","abstract":"

    0: z values prohibited; 1: z values mandatory; 2: z values optional

    ","parent_name":"GPKGGeometryColumns"},"Classes/GPKGGeometryColumns.html#/c:objc(cs)GPKGGeometryColumns(py)m":{"name":"m","abstract":"

    0: m values prohibited; 1: m values mandatory; 2: m values optional

    ","parent_name":"GPKGGeometryColumns"},"Classes/GPKGGeometryColumns.html#/c:objc(cs)GPKGGeometryColumns(im)geometryType":{"name":"-geometryType","abstract":"

    Get the geometry type

    ","parent_name":"GPKGGeometryColumns"},"Classes/GPKGGeometryColumns.html#/c:objc(cs)GPKGGeometryColumns(im)setGeometryType:":{"name":"-setGeometryType:","abstract":"

    Set the geometry type

    ","parent_name":"GPKGGeometryColumns"},"Classes/GPKGGeometryColumns.html#/c:objc(cs)GPKGGeometryColumns(im)setContents:":{"name":"-setContents:","abstract":"

    Set the Contents

    ","parent_name":"GPKGGeometryColumns"},"Classes/GPKGGeometryColumns.html#/c:objc(cs)GPKGGeometryColumns(im)setSrs:":{"name":"-setSrs:","abstract":"

    Set the Spatial Reference System

    ","parent_name":"GPKGGeometryColumns"},"Classes/GPKGOAPIFeatureGenerator.html#/c:objc(cs)GPKGOAPIFeatureGenerator(py)limit":{"name":"limit","abstract":"

    The optional limit parameter limits the number of items that are","parent_name":"GPKGOAPIFeatureGenerator"},"Classes/GPKGOAPIFeatureGenerator.html#/c:objc(cs)GPKGOAPIFeatureGenerator(py)time":{"name":"time","abstract":"

    Either a date-time or a period string that adheres to RFC 3339

    ","parent_name":"GPKGOAPIFeatureGenerator"},"Classes/GPKGOAPIFeatureGenerator.html#/c:objc(cs)GPKGOAPIFeatureGenerator(py)period":{"name":"period","abstract":"

    Time period string that adheres to RFC 3339

    ","parent_name":"GPKGOAPIFeatureGenerator"},"Classes/GPKGOAPIFeatureGenerator.html#/c:objc(cs)GPKGOAPIFeatureGenerator(py)totalLimit":{"name":"totalLimit","abstract":"

    Total limit of number of items to request

    ","parent_name":"GPKGOAPIFeatureGenerator"},"Classes/GPKGOAPIFeatureGenerator.html#/c:objc(cs)GPKGOAPIFeatureGenerator(py)downloadAttempts":{"name":"downloadAttempts","abstract":"

    Download attempts per feature request

    ","parent_name":"GPKGOAPIFeatureGenerator"},"Classes/GPKGOAPIFeatureGenerator.html#/c:objc(cs)GPKGOAPIFeatureGenerator(im)initWithGeoPackage:andTable:andServer:andId:":{"name":"-initWithGeoPackage:andTable:andServer:andId:","abstract":"

    Initialize

    ","parent_name":"GPKGOAPIFeatureGenerator"},"Classes/GPKGOAPIFeatureGenerator.html#/c:objc(cs)GPKGOAPIFeatureGenerator(im)server":{"name":"-server","abstract":"

    Get the server

    ","parent_name":"GPKGOAPIFeatureGenerator"},"Classes/GPKGOAPIFeatureGenerator.html#/c:objc(cs)GPKGOAPIFeatureGenerator(im)id":{"name":"-id","abstract":"

    Get the collection id

    ","parent_name":"GPKGOAPIFeatureGenerator"},"Classes/GPKGOAPIFeatureGenerator.html#/c:objc(cs)GPKGOAPIFeatureGenerator(im)setTimeFromDate:":{"name":"-setTimeFromDate:","abstract":"

    Set the time

    ","parent_name":"GPKGOAPIFeatureGenerator"},"Classes/GPKGOAPIFeatureGenerator.html#/c:objc(cs)GPKGOAPIFeatureGenerator(im)setPeriodFromDate:":{"name":"-setPeriodFromDate:","abstract":"

    Set the time period

    ","parent_name":"GPKGOAPIFeatureGenerator"},"Classes/GPKGOAPIFeatureGenerator.html#/c:objc(cs)GPKGOAPIFeatureGenerator(im)projections":{"name":"-projections","abstract":"

    Get the supported projections

    ","parent_name":"GPKGOAPIFeatureGenerator"},"Classes/GPKGOAPIFeatureGenerator.html#/c:objc(cs)GPKGOAPIFeatureGenerator(im)projectionsForURL:":{"name":"-projectionsForURL:","abstract":"

    Get the supported projections

    ","parent_name":"GPKGOAPIFeatureGenerator"},"Classes/GPKGOAPIFeatureGenerator.html#/c:objc(cs)GPKGOAPIFeatureGenerator(im)projectionsForCollection:":{"name":"-projectionsForCollection:","abstract":"

    Get the supported projections

    ","parent_name":"GPKGOAPIFeatureGenerator"},"Classes/GPKGOAPIFeatureGenerator.html#/c:objc(cs)GPKGOAPIFeatureGenerator(im)requestProjection:":{"name":"-requestProjection:","abstract":"

    Determine if the projection should be requested from the server

    ","parent_name":"GPKGOAPIFeatureGenerator"},"Classes/GPKGOAPIFeatureGenerator.html#/c:objc(cs)GPKGOAPIFeatureGenerator(im)isDefaultProjection:":{"name":"-isDefaultProjection:","abstract":"

    Check if the projection is a default projection

    ","parent_name":"GPKGOAPIFeatureGenerator"},"Classes/GPKGOAPIFeatureGenerator.html#/c:objc(cs)GPKGOAPIFeatureGenerator(im)collectionRequest":{"name":"-collectionRequest","abstract":"

    Collection request

    ","parent_name":"GPKGOAPIFeatureGenerator"},"Classes/GPKGFeatureGenerator.html#/c:objc(cs)GPKGFeatureGenerator(py)boundingBox":{"name":"boundingBox","abstract":"

    Features bounding box

    ","parent_name":"GPKGFeatureGenerator"},"Classes/GPKGFeatureGenerator.html#/c:objc(cs)GPKGFeatureGenerator(py)boundingBoxProjection":{"name":"boundingBoxProjection","abstract":"

    Bounding Box projection

    ","parent_name":"GPKGFeatureGenerator"},"Classes/GPKGFeatureGenerator.html#/c:objc(cs)GPKGFeatureGenerator(py)projection":{"name":"projection","abstract":"

    Features projection

    ","parent_name":"GPKGFeatureGenerator"},"Classes/GPKGFeatureGenerator.html#/c:objc(cs)GPKGFeatureGenerator(py)transactionLimit":{"name":"transactionLimit","abstract":"

    Number of rows to save in a single transaction

    ","parent_name":"GPKGFeatureGenerator"},"Classes/GPKGFeatureGenerator.html#/c:objc(cs)GPKGFeatureGenerator(py)progress":{"name":"progress","abstract":"

    Progress callbacks

    ","parent_name":"GPKGFeatureGenerator"},"Classes/GPKGFeatureGenerator.html#/c:objc(cs)GPKGFeatureGenerator(cm)epsgWGS84":{"name":"+epsgWGS84","abstract":"

    Get the EPSG WGS84 projection

    ","parent_name":"GPKGFeatureGenerator"},"Classes/GPKGFeatureGenerator.html#/c:objc(cs)GPKGFeatureGenerator(im)initWithGeoPackage:andTable:":{"name":"-initWithGeoPackage:andTable:","abstract":"

    Initialize with number range

    ","parent_name":"GPKGFeatureGenerator"},"Classes/GPKGFeatureGenerator.html#/c:objc(cs)GPKGFeatureGenerator(im)geoPackage":{"name":"-geoPackage","abstract":"

    Get the GeoPackage

    ","parent_name":"GPKGFeatureGenerator"},"Classes/GPKGFeatureGenerator.html#/c:objc(cs)GPKGFeatureGenerator(im)tableName":{"name":"-tableName","abstract":"

    Get the table name

    ","parent_name":"GPKGFeatureGenerator"},"Classes/GPKGFeatureGenerator.html#/c:objc(cs)GPKGFeatureGenerator(im)isActive":{"name":"-isActive","abstract":"

    Determine if the feature generator should remain active

    ","parent_name":"GPKGFeatureGenerator"},"Classes/GPKGFeatureGenerator.html#/c:objc(cs)GPKGFeatureGenerator(im)geometryColumns":{"name":"-geometryColumns","abstract":"

    Get the geometry columns

    ","parent_name":"GPKGFeatureGenerator"},"Classes/GPKGFeatureGenerator.html#/c:objc(cs)GPKGFeatureGenerator(im)columns":{"name":"-columns","abstract":"

    Get the columns

    ","parent_name":"GPKGFeatureGenerator"},"Classes/GPKGFeatureGenerator.html#/c:objc(cs)GPKGFeatureGenerator(im)srs":{"name":"-srs","abstract":"

    Get the Spatial Reference System

    ","parent_name":"GPKGFeatureGenerator"},"Classes/GPKGFeatureGenerator.html#/c:objc(cs)GPKGFeatureGenerator(im)featureDao":{"name":"-featureDao","abstract":"

    Get the feature DAO

    ","parent_name":"GPKGFeatureGenerator"},"Classes/GPKGFeatureGenerator.html#/c:objc(cs)GPKGFeatureGenerator(im)generateFeatures":{"name":"-generateFeatures","abstract":"

    Generate the features

    ","parent_name":"GPKGFeatureGenerator"},"Classes/GPKGFeatureGenerator.html#/c:objc(cs)GPKGFeatureGenerator(im)createFeatureWithGeometry:andProperties:":{"name":"-createFeatureWithGeometry:andProperties:","abstract":"

    Create the feature

    ","parent_name":"GPKGFeatureGenerator"},"Classes/GPKGFeatureGenerator.html#/c:objc(cs)GPKGFeatureGenerator(im)createSrs":{"name":"-createSrs","abstract":"

    Create the Spatial Reference System

    ","parent_name":"GPKGFeatureGenerator"},"Classes/GPKGFeatureGenerator.html#/c:objc(cs)GPKGFeatureGenerator(im)srsProjection":{"name":"-srsProjection","abstract":"

    Get the projection for creating the Spatial Reference System

    ","parent_name":"GPKGFeatureGenerator"},"Classes/GPKGFeatureGenerator.html#/c:objc(cs)GPKGFeatureGenerator(im)createGeometryData:":{"name":"-createGeometryData:","abstract":"

    Create the geometry data

    ","parent_name":"GPKGFeatureGenerator"},"Classes/GPKGFeatureGenerator.html#/c:objc(cs)GPKGFeatureGenerator(im)addProjectionWithAuthority:andCode:toProjections:":{"name":"-addProjectionWithAuthority:andCode:toProjections:","abstract":"

    Add a projection

    ","parent_name":"GPKGFeatureGenerator"},"Classes/GPKGFeatureGenerator.html#/c:objc(cs)GPKGFeatureGenerator(im)createProjectionWithAuthority:andCode:":{"name":"-createProjectionWithAuthority:andCode:","abstract":"

    Create a projection

    ","parent_name":"GPKGFeatureGenerator"},"Classes/GPKGDataColumnConstraintsDao.html#/c:objc(cs)GPKGDataColumnConstraintsDao(cm)createWithDatabase:":{"name":"+createWithDatabase:","abstract":"

    Create the DAO

    ","parent_name":"GPKGDataColumnConstraintsDao"},"Classes/GPKGDataColumnConstraintsDao.html#/c:objc(cs)GPKGDataColumnConstraintsDao(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGDataColumnConstraintsDao"},"Classes/GPKGDataColumnConstraintsDao.html#/c:objc(cs)GPKGDataColumnConstraintsDao(im)deleteCascade:":{"name":"-deleteCascade:","abstract":"

    Delete the Data Columns Constraints, cascading

    ","parent_name":"GPKGDataColumnConstraintsDao"},"Classes/GPKGDataColumnConstraintsDao.html#/c:objc(cs)GPKGDataColumnConstraintsDao(im)deleteCascadeWithCollection:":{"name":"-deleteCascadeWithCollection:","abstract":"

    Delete the collection of Data Column Constraints, cascading

    ","parent_name":"GPKGDataColumnConstraintsDao"},"Classes/GPKGDataColumnConstraintsDao.html#/c:objc(cs)GPKGDataColumnConstraintsDao(im)deleteCascadeWhere:andWhereArgs:":{"name":"-deleteCascadeWhere:andWhereArgs:","abstract":"

    Delete the Data Columns Constraints where, cascading

    ","parent_name":"GPKGDataColumnConstraintsDao"},"Classes/GPKGDataColumnConstraintsDao.html#/c:objc(cs)GPKGDataColumnConstraintsDao(im)queryByConstraintName:":{"name":"-queryByConstraintName:","abstract":"

    Query by the constraint name

    ","parent_name":"GPKGDataColumnConstraintsDao"},"Classes/GPKGDataColumnConstraintsDao.html#/c:objc(cs)GPKGDataColumnConstraintsDao(im)queryByUniqueConstraintName:andConstraintType:andValue:":{"name":"-queryByUniqueConstraintName:andConstraintType:andValue:","abstract":"

    Query by the unique column values

    ","parent_name":"GPKGDataColumnConstraintsDao"},"Classes/GPKGDataColumnConstraints.html#/c:objc(cs)GPKGDataColumnConstraints(py)constraintName":{"name":"constraintName","abstract":"

    Case sensitive name of constraint

    ","parent_name":"GPKGDataColumnConstraints"},"Classes/GPKGDataColumnConstraints.html#/c:objc(cs)GPKGDataColumnConstraints(py)constraintType":{"name":"constraintType","abstract":"

    Lowercase type name of constraint: range | enum | glob

    ","parent_name":"GPKGDataColumnConstraints"},"Classes/GPKGDataColumnConstraints.html#/c:objc(cs)GPKGDataColumnConstraints(py)value":{"name":"value","abstract":"

    Specified case sensitive value for enum or glob or NULL for range","parent_name":"GPKGDataColumnConstraints"},"Classes/GPKGDataColumnConstraints.html#/c:objc(cs)GPKGDataColumnConstraints(py)min":{"name":"min","abstract":"

    Minimum value for ‘range’ or NULL for ‘enum’ or ‘glob’ constraint_type

    ","parent_name":"GPKGDataColumnConstraints"},"Classes/GPKGDataColumnConstraints.html#/c:objc(cs)GPKGDataColumnConstraints(py)minIsInclusive":{"name":"minIsInclusive","abstract":"

    0 (false) if min value is exclusive, or 1 (true) if min value is","parent_name":"GPKGDataColumnConstraints"},"Classes/GPKGDataColumnConstraints.html#/c:objc(cs)GPKGDataColumnConstraints(py)max":{"name":"max","abstract":"

    Maximum value for ‘range’ or NULL for ‘enum’ or ‘glob’ constraint_type

    ","parent_name":"GPKGDataColumnConstraints"},"Classes/GPKGDataColumnConstraints.html#/c:objc(cs)GPKGDataColumnConstraints(py)maxIsInclusive":{"name":"maxIsInclusive","abstract":"

    0 (false) if max value is exclusive, or 1 (true) if max value is","parent_name":"GPKGDataColumnConstraints"},"Classes/GPKGDataColumnConstraints.html#/c:objc(cs)GPKGDataColumnConstraints(py)theDescription":{"name":"theDescription","abstract":"

    For ranges and globs, describes the constraint; for enums, describes the","parent_name":"GPKGDataColumnConstraints"},"Classes/GPKGDataColumnConstraints.html#/c:objc(cs)GPKGDataColumnConstraints(im)dataColumnConstraintType":{"name":"-dataColumnConstraintType","abstract":"

    Get the data column constraint type

    ","parent_name":"GPKGDataColumnConstraints"},"Classes/GPKGDataColumnConstraints.html#/c:objc(cs)GPKGDataColumnConstraints(im)setDataColumnConstraintType:":{"name":"-setDataColumnConstraintType:","abstract":"

    Set the data column constraint type

    ","parent_name":"GPKGDataColumnConstraints"},"Classes/GPKGDataColumnConstraints.html#/c:objc(cs)GPKGDataColumnConstraints(im)setMinValue:":{"name":"-setMinValue:","abstract":"

    Set the min

    ","parent_name":"GPKGDataColumnConstraints"},"Classes/GPKGDataColumnConstraints.html#/c:objc(cs)GPKGDataColumnConstraints(im)setMinIsInclusiveValue:":{"name":"-setMinIsInclusiveValue:","abstract":"

    Set the min is inclusive value

    ","parent_name":"GPKGDataColumnConstraints"},"Classes/GPKGDataColumnConstraints.html#/c:objc(cs)GPKGDataColumnConstraints(im)setMaxValue:":{"name":"-setMaxValue:","abstract":"

    Set the max

    ","parent_name":"GPKGDataColumnConstraints"},"Classes/GPKGDataColumnConstraints.html#/c:objc(cs)GPKGDataColumnConstraints(im)setMaxIsInclusiveValue:":{"name":"-setMaxIsInclusiveValue:","abstract":"

    Set the max is inclusive value

    ","parent_name":"GPKGDataColumnConstraints"},"Classes/GPKGDataColumnsDao.html#/c:objc(cs)GPKGDataColumnsDao(cm)createWithDatabase:":{"name":"+createWithDatabase:","abstract":"

    Create the DAO

    ","parent_name":"GPKGDataColumnsDao"},"Classes/GPKGDataColumnsDao.html#/c:objc(cs)GPKGDataColumnsDao(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGDataColumnsDao"},"Classes/GPKGDataColumnsDao.html#/c:objc(cs)GPKGDataColumnsDao(im)contents:":{"name":"-contents:","abstract":"

    Get the Contents from the Data Columns

    ","parent_name":"GPKGDataColumnsDao"},"Classes/GPKGDataColumnsDao.html#/c:objc(cs)GPKGDataColumnsDao(im)queryByConstraintName:":{"name":"-queryByConstraintName:","abstract":"

    Query by constraint name

    ","parent_name":"GPKGDataColumnsDao"},"Classes/GPKGDataColumnsDao.html#/c:objc(cs)GPKGDataColumnsDao(im)dataColumnByTableName:andColumnName:":{"name":"-dataColumnByTableName:andColumnName:","abstract":"

    Get DataColumn by column name and table name

    ","parent_name":"GPKGDataColumnsDao"},"Classes/GPKGDataColumnsDao.html#/c:objc(cs)GPKGDataColumnsDao(im)queryByTable:":{"name":"-queryByTable:","abstract":"

    Query by table name

    ","parent_name":"GPKGDataColumnsDao"},"Classes/GPKGDataColumnsDao.html#/c:objc(cs)GPKGDataColumnsDao(im)deleteByTableName:":{"name":"-deleteByTableName:","abstract":"

    Delete by table name

    ","parent_name":"GPKGDataColumnsDao"},"Classes/GPKGDataColumns.html#/c:objc(cs)GPKGDataColumns(py)tableName":{"name":"tableName","abstract":"

    Name of the tiles or feature table

    ","parent_name":"GPKGDataColumns"},"Classes/GPKGDataColumns.html#/c:objc(cs)GPKGDataColumns(py)columnName":{"name":"columnName","abstract":"

    Name of the table column

    ","parent_name":"GPKGDataColumns"},"Classes/GPKGDataColumns.html#/c:objc(cs)GPKGDataColumns(py)name":{"name":"name","abstract":"

    A human-readable identifier (e.g. short name) for the column_name content

    ","parent_name":"GPKGDataColumns"},"Classes/GPKGDataColumns.html#/c:objc(cs)GPKGDataColumns(py)title":{"name":"title","abstract":"

    A human-readable formal title for the column_name content

    ","parent_name":"GPKGDataColumns"},"Classes/GPKGDataColumns.html#/c:objc(cs)GPKGDataColumns(py)theDescription":{"name":"theDescription","abstract":"

    A human-readable description for the column_name content

    ","parent_name":"GPKGDataColumns"},"Classes/GPKGDataColumns.html#/c:objc(cs)GPKGDataColumns(py)mimeType":{"name":"mimeType","abstract":"

    MIME type of column_name if BLOB type, or NULL for other types

    ","parent_name":"GPKGDataColumns"},"Classes/GPKGDataColumns.html#/c:objc(cs)GPKGDataColumns(py)constraintName":{"name":"constraintName","abstract":"

    Case sensitive column value constraint name specified by reference to","parent_name":"GPKGDataColumns"},"Classes/GPKGDataColumns.html#/c:objc(cs)GPKGDataColumns(im)setContents:":{"name":"-setContents:","abstract":"

    Set the Contents

    ","parent_name":"GPKGDataColumns"},"Classes/GPKGDataColumns.html#/c:objc(cs)GPKGDataColumns(im)setConstraint:":{"name":"-setConstraint:","abstract":"

    Set the Data Column Constraints

    ","parent_name":"GPKGDataColumns"},"Classes/GPKGSchemaExtension.html#/c:objc(cs)GPKGSchemaExtension(py)extensionName":{"name":"extensionName","abstract":"

    Extension name

    ","parent_name":"GPKGSchemaExtension"},"Classes/GPKGSchemaExtension.html#/c:objc(cs)GPKGSchemaExtension(py)definition":{"name":"definition","abstract":"

    Extension definition URL

    ","parent_name":"GPKGSchemaExtension"},"Classes/GPKGSchemaExtension.html#/c:objc(cs)GPKGSchemaExtension(im)initWithGeoPackage:":{"name":"-initWithGeoPackage:","abstract":"

    Initialize

    ","parent_name":"GPKGSchemaExtension"},"Classes/GPKGSchemaExtension.html#/c:objc(cs)GPKGSchemaExtension(im)extensionCreate":{"name":"-extensionCreate","abstract":"

    Get or create the extensions

    ","parent_name":"GPKGSchemaExtension"},"Classes/GPKGSchemaExtension.html#/c:objc(cs)GPKGSchemaExtension(im)has":{"name":"-has","abstract":"

    Determine if the GeoPackage has the extension

    ","parent_name":"GPKGSchemaExtension"},"Classes/GPKGSchemaExtension.html#/c:objc(cs)GPKGSchemaExtension(im)removeExtension":{"name":"-removeExtension","abstract":"

    Remove all trace of the extension

    ","parent_name":"GPKGSchemaExtension"},"Classes/GPKGSchemaExtension.html#/c:objc(cs)GPKGSchemaExtension(im)dataColumnsDao":{"name":"-dataColumnsDao","abstract":"

    Get a Data Columns DAO

    ","parent_name":"GPKGSchemaExtension"},"Classes/GPKGSchemaExtension.html#/c:objc(cs)GPKGSchemaExtension(cm)dataColumnsDaoWithGeoPackage:":{"name":"+dataColumnsDaoWithGeoPackage:","abstract":"

    Get a Data Columns DAO

    ","parent_name":"GPKGSchemaExtension"},"Classes/GPKGSchemaExtension.html#/c:objc(cs)GPKGSchemaExtension(cm)dataColumnsDaoWithDatabase:":{"name":"+dataColumnsDaoWithDatabase:","abstract":"

    Get a Data Columns DAO

    ","parent_name":"GPKGSchemaExtension"},"Classes/GPKGSchemaExtension.html#/c:objc(cs)GPKGSchemaExtension(im)createDataColumnsTable":{"name":"-createDataColumnsTable","abstract":"

    Create the Data Columns table if it does not already exist

    ","parent_name":"GPKGSchemaExtension"},"Classes/GPKGSchemaExtension.html#/c:objc(cs)GPKGSchemaExtension(im)dataColumnConstraintsDao":{"name":"-dataColumnConstraintsDao","abstract":"

    Get a Data Column Constraints DAO

    ","parent_name":"GPKGSchemaExtension"},"Classes/GPKGSchemaExtension.html#/c:objc(cs)GPKGSchemaExtension(cm)dataColumnConstraintsDaoWithGeoPackage:":{"name":"+dataColumnConstraintsDaoWithGeoPackage:","abstract":"

    Get a Data Column Constraints DAO

    ","parent_name":"GPKGSchemaExtension"},"Classes/GPKGSchemaExtension.html#/c:objc(cs)GPKGSchemaExtension(cm)dataColumnConstraintsDaoWithDatabase:":{"name":"+dataColumnConstraintsDaoWithDatabase:","abstract":"

    Get a Data Column Constraints DAO

    ","parent_name":"GPKGSchemaExtension"},"Classes/GPKGSchemaExtension.html#/c:objc(cs)GPKGSchemaExtension(im)createDataColumnConstraintsTable":{"name":"-createDataColumnConstraintsTable","abstract":"

    Create the Data Column Constraints table if it does not already exist

    ","parent_name":"GPKGSchemaExtension"},"Classes/GPKGRTreeIndexTableRow.html#/c:objc(cs)GPKGRTreeIndexTableRow(im)initWithUserCustomRow:":{"name":"-initWithUserCustomRow:","abstract":"

    Initialize

    ","parent_name":"GPKGRTreeIndexTableRow"},"Classes/GPKGRTreeIndexTableRow.html#/c:objc(cs)GPKGRTreeIndexTableRow(im)minX":{"name":"-minX","abstract":"

    Get the min x

    ","parent_name":"GPKGRTreeIndexTableRow"},"Classes/GPKGRTreeIndexTableRow.html#/c:objc(cs)GPKGRTreeIndexTableRow(im)maxX":{"name":"-maxX","abstract":"

    Get the max x

    ","parent_name":"GPKGRTreeIndexTableRow"},"Classes/GPKGRTreeIndexTableRow.html#/c:objc(cs)GPKGRTreeIndexTableRow(im)minY":{"name":"-minY","abstract":"

    Get the min y

    ","parent_name":"GPKGRTreeIndexTableRow"},"Classes/GPKGRTreeIndexTableRow.html#/c:objc(cs)GPKGRTreeIndexTableRow(im)maxY":{"name":"-maxY","abstract":"

    Get the max y

    ","parent_name":"GPKGRTreeIndexTableRow"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(py)progress":{"name":"progress","abstract":"

    Progress callbacks

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(py)tolerance":{"name":"tolerance","abstract":"

    Query range tolerance

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)initWithExtension:andDao:andFeatureDao:":{"name":"-initWithExtension:andDao:andFeatureDao:","abstract":"

    Initialize

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)has":{"name":"-has","abstract":"

    Determine if this feature table has the RTree extension

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)create":{"name":"-create","abstract":"

    Create the RTree extension for the feature table

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)delete":{"name":"-delete","abstract":"

    Delete the RTree extension for the feature table

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)rTreeIndexExtension":{"name":"-rTreeIndexExtension","abstract":"

    Get the RTree index extension

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)featureDao":{"name":"-featureDao","abstract":"

    Get the feature DAO

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)row:":{"name":"-row:","abstract":"

    Get the RTree Index Table row from the current result set location

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)rowWithRow:":{"name":"-rowWithRow:","abstract":"

    Get the RTree Index Table row from the row

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)rowFromUserCustomRow:":{"name":"-rowFromUserCustomRow:","abstract":"

    Get the RTree Index Table row from the user custom row

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)featureRowFromRTreeRow:":{"name":"-featureRowFromRTreeRow:","abstract":"

    Get the feature row from the RTree Index Table row

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)featureRow:":{"name":"-featureRow:","abstract":"

    Get the feature row from the result set

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)featureRowWithRow:":{"name":"-featureRowWithRow:","abstract":"

    Get the feature row from the row

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)featureRowFromUserCustomRow:":{"name":"-featureRowFromUserCustomRow:","abstract":"

    Get the feature row from the user custom row

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeatures":{"name":"-queryFeatures","abstract":"

    Query for all features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:":{"name":"-queryFeaturesWithDistinct:","abstract":"

    Query for all features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithColumns:":{"name":"-queryFeaturesWithColumns:","abstract":"

    Query for all features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andColumns:":{"name":"-queryFeaturesWithDistinct:andColumns:","abstract":"

    Query for all features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeatures":{"name":"-countFeatures","abstract":"

    Count features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithColumn:":{"name":"-countFeaturesWithColumn:","abstract":"

    Count features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithDistinct:andColumn:":{"name":"-countFeaturesWithDistinct:andColumn:","abstract":"

    Count features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithFieldValues:":{"name":"-queryFeaturesWithFieldValues:","abstract":"

    Query for features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andFieldValues:","abstract":"

    Query for features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithColumns:andFieldValues:":{"name":"-queryFeaturesWithColumns:andFieldValues:","abstract":"

    Query for features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andColumns:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andColumns:andFieldValues:","abstract":"

    Query for features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithFieldValues:":{"name":"-countFeaturesWithFieldValues:","abstract":"

    Count features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithColumn:andFieldValues:":{"name":"-countFeaturesWithColumn:andFieldValues:","abstract":"

    Count features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithDistinct:andColumn:andFieldValues:":{"name":"-countFeaturesWithDistinct:andColumn:andFieldValues:","abstract":"

    Count features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWhere:":{"name":"-queryFeaturesWhere:","abstract":"

    Query for features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andWhere:":{"name":"-queryFeaturesWithDistinct:andWhere:","abstract":"

    Query for features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithColumns:andWhere:":{"name":"-queryFeaturesWithColumns:andWhere:","abstract":"

    Query for features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andColumns:andWhere:":{"name":"-queryFeaturesWithDistinct:andColumns:andWhere:","abstract":"

    Query for features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWhere:":{"name":"-countFeaturesWhere:","abstract":"

    Count features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithColumn:andWhere:":{"name":"-countFeaturesWithColumn:andWhere:","abstract":"

    Count features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithDistinct:andColumn:andWhere:":{"name":"-countFeaturesWithDistinct:andColumn:andWhere:","abstract":"

    Count features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWhere:andWhereArgs:":{"name":"-queryFeaturesWhere:andWhereArgs:","abstract":"

    Query for features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andWhere:andWhereArgs:","abstract":"

    Query for features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithColumns:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithColumns:andWhere:andWhereArgs:","abstract":"

    Query for features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andColumns:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andColumns:andWhere:andWhereArgs:","abstract":"

    Query for features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWhere:andWhereArgs:":{"name":"-countFeaturesWhere:andWhereArgs:","abstract":"

    Count features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithColumn:andWhere:andWhereArgs:":{"name":"-countFeaturesWithColumn:andWhere:andWhereArgs:","abstract":"

    Count features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithDistinct:andColumn:andWhere:andWhereArgs:":{"name":"-countFeaturesWithDistinct:andColumn:andWhere:andWhereArgs:","abstract":"

    Count features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryWithBoundingBox:":{"name":"-queryWithBoundingBox:","abstract":"

    Query for rows within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryWithDistinct:andBoundingBox:":{"name":"-queryWithDistinct:andBoundingBox:","abstract":"

    Query for rows within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryWithColumns:andBoundingBox:":{"name":"-queryWithColumns:andBoundingBox:","abstract":"

    Query for rows within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryWithDistinct:andColumns:andBoundingBox:":{"name":"-queryWithDistinct:andColumns:andBoundingBox:","abstract":"

    Query for rows within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countWithBoundingBox:":{"name":"-countWithBoundingBox:","abstract":"

    Count the rows within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countWithColumn:andBoundingBox:":{"name":"-countWithColumn:andBoundingBox:","abstract":"

    Count the rows within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countWithDistinct:andColumn:andBoundingBox:":{"name":"-countWithDistinct:andColumn:andBoundingBox:","abstract":"

    Count the rows within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithBoundingBox:":{"name":"-queryFeaturesWithBoundingBox:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andBoundingBox:":{"name":"-queryFeaturesWithDistinct:andBoundingBox:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithColumns:andBoundingBox:":{"name":"-queryFeaturesWithColumns:andBoundingBox:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andColumns:andBoundingBox:":{"name":"-queryFeaturesWithDistinct:andColumns:andBoundingBox:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithBoundingBox:":{"name":"-countFeaturesWithBoundingBox:","abstract":"

    Count the features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithColumn:andBoundingBox:":{"name":"-countFeaturesWithColumn:andBoundingBox:","abstract":"

    Count the features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithDistinct:andColumn:andBoundingBox:":{"name":"-countFeaturesWithDistinct:andColumn:andBoundingBox:","abstract":"

    Count the features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithBoundingBox:andFieldValues:":{"name":"-queryFeaturesWithBoundingBox:andFieldValues:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andBoundingBox:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andBoundingBox:andFieldValues:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithColumns:andBoundingBox:andFieldValues:":{"name":"-queryFeaturesWithColumns:andBoundingBox:andFieldValues:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andColumns:andBoundingBox:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andColumns:andBoundingBox:andFieldValues:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithBoundingBox:andFieldValues:":{"name":"-countFeaturesWithBoundingBox:andFieldValues:","abstract":"

    Count the features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithColumn:andBoundingBox:andFieldValues:":{"name":"-countFeaturesWithColumn:andBoundingBox:andFieldValues:","abstract":"

    Count the features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithDistinct:andColumn:andBoundingBox:andFieldValues:":{"name":"-countFeaturesWithDistinct:andColumn:andBoundingBox:andFieldValues:","abstract":"

    Count the features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithBoundingBox:andWhere:":{"name":"-queryFeaturesWithBoundingBox:andWhere:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andBoundingBox:andWhere:":{"name":"-queryFeaturesWithDistinct:andBoundingBox:andWhere:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithColumns:andBoundingBox:andWhere:":{"name":"-queryFeaturesWithColumns:andBoundingBox:andWhere:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andColumns:andBoundingBox:andWhere:":{"name":"-queryFeaturesWithDistinct:andColumns:andBoundingBox:andWhere:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithBoundingBox:andWhere:":{"name":"-countFeaturesWithBoundingBox:andWhere:","abstract":"

    Count the features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithColumn:andBoundingBox:andWhere:":{"name":"-countFeaturesWithColumn:andBoundingBox:andWhere:","abstract":"

    Count the features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithDistinct:andColumn:andBoundingBox:andWhere:":{"name":"-countFeaturesWithDistinct:andColumn:andBoundingBox:andWhere:","abstract":"

    Count the features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithBoundingBox:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithBoundingBox:andWhere:andWhereArgs:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andBoundingBox:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andBoundingBox:andWhere:andWhereArgs:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithColumns:andBoundingBox:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithColumns:andBoundingBox:andWhere:andWhereArgs:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithBoundingBox:andWhere:andWhereArgs:":{"name":"-countFeaturesWithBoundingBox:andWhere:andWhereArgs:","abstract":"

    Count the features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithColumn:andBoundingBox:andWhere:andWhereArgs:":{"name":"-countFeaturesWithColumn:andBoundingBox:andWhere:andWhereArgs:","abstract":"

    Count the features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithDistinct:andColumn:andBoundingBox:andWhere:andWhereArgs:":{"name":"-countFeaturesWithDistinct:andColumn:andBoundingBox:andWhere:andWhereArgs:","abstract":"

    Count the features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryWithBoundingBox:inProjection:":{"name":"-queryWithBoundingBox:inProjection:","abstract":"

    Query for rows within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryWithDistinct:andBoundingBox:inProjection:":{"name":"-queryWithDistinct:andBoundingBox:inProjection:","abstract":"

    Query for rows within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryWithColumns:andBoundingBox:inProjection:":{"name":"-queryWithColumns:andBoundingBox:inProjection:","abstract":"

    Query for rows within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryWithDistinct:andColumns:andBoundingBox:inProjection:":{"name":"-queryWithDistinct:andColumns:andBoundingBox:inProjection:","abstract":"

    Query for rows within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countWithBoundingBox:inProjection:":{"name":"-countWithBoundingBox:inProjection:","abstract":"

    Count the rows within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countWithColumn:andBoundingBox:inProjection:":{"name":"-countWithColumn:andBoundingBox:inProjection:","abstract":"

    Count the rows within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countWithDistinct:andColumn:andBoundingBox:inProjection:":{"name":"-countWithDistinct:andColumn:andBoundingBox:inProjection:","abstract":"

    Count the rows within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithBoundingBox:inProjection:":{"name":"-queryFeaturesWithBoundingBox:inProjection:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andBoundingBox:inProjection:":{"name":"-queryFeaturesWithDistinct:andBoundingBox:inProjection:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithColumns:andBoundingBox:inProjection:":{"name":"-queryFeaturesWithColumns:andBoundingBox:inProjection:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andColumns:andBoundingBox:inProjection:":{"name":"-queryFeaturesWithDistinct:andColumns:andBoundingBox:inProjection:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithBoundingBox:inProjection:":{"name":"-countFeaturesWithBoundingBox:inProjection:","abstract":"

    Count the features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithColumn:andBoundingBox:inProjection:":{"name":"-countFeaturesWithColumn:andBoundingBox:inProjection:","abstract":"

    Count the features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithDistinct:andColumn:andBoundingBox:inProjection:":{"name":"-countFeaturesWithDistinct:andColumn:andBoundingBox:inProjection:","abstract":"

    Count the features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithBoundingBox:inProjection:andFieldValues:":{"name":"-queryFeaturesWithBoundingBox:inProjection:andFieldValues:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andBoundingBox:inProjection:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andBoundingBox:inProjection:andFieldValues:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithColumns:andBoundingBox:inProjection:andFieldValues:":{"name":"-queryFeaturesWithColumns:andBoundingBox:inProjection:andFieldValues:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithBoundingBox:inProjection:andFieldValues:":{"name":"-countFeaturesWithBoundingBox:inProjection:andFieldValues:","abstract":"

    Count the features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithColumn:andBoundingBox:inProjection:andFieldValues:":{"name":"-countFeaturesWithColumn:andBoundingBox:inProjection:andFieldValues:","abstract":"

    Count the features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithDistinct:andColumn:andBoundingBox:inProjection:andFieldValues:":{"name":"-countFeaturesWithDistinct:andColumn:andBoundingBox:inProjection:andFieldValues:","abstract":"

    Count the features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithBoundingBox:inProjection:andWhere:":{"name":"-queryFeaturesWithBoundingBox:inProjection:andWhere:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andBoundingBox:inProjection:andWhere:":{"name":"-queryFeaturesWithDistinct:andBoundingBox:inProjection:andWhere:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithColumns:andBoundingBox:inProjection:andWhere:":{"name":"-queryFeaturesWithColumns:andBoundingBox:inProjection:andWhere:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:":{"name":"-queryFeaturesWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithBoundingBox:inProjection:andWhere:":{"name":"-countFeaturesWithBoundingBox:inProjection:andWhere:","abstract":"

    Count the features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithColumn:andBoundingBox:inProjection:andWhere:":{"name":"-countFeaturesWithColumn:andBoundingBox:inProjection:andWhere:","abstract":"

    Count the features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithDistinct:andColumn:andBoundingBox:inProjection:andWhere:":{"name":"-countFeaturesWithDistinct:andColumn:andBoundingBox:inProjection:andWhere:","abstract":"

    Count the features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-countFeaturesWithBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Count the features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithColumn:andBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-countFeaturesWithColumn:andBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Count the features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithDistinct:andColumn:andBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-countFeaturesWithDistinct:andColumn:andBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Count the features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryWithEnvelope:":{"name":"-queryWithEnvelope:","abstract":"

    Query for rows within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryWithDistinct:andEnvelope:":{"name":"-queryWithDistinct:andEnvelope:","abstract":"

    Query for rows within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryWithColumns:andEnvelope:":{"name":"-queryWithColumns:andEnvelope:","abstract":"

    Query for rows within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryWithDistinct:andColumns:andEnvelope:":{"name":"-queryWithDistinct:andColumns:andEnvelope:","abstract":"

    Query for rows within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countWithEnvelope:":{"name":"-countWithEnvelope:","abstract":"

    Count the rows within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countWithColumn:andEnvelope:":{"name":"-countWithColumn:andEnvelope:","abstract":"

    Count the rows within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countWithDistinct:andColumn:andEnvelope:":{"name":"-countWithDistinct:andColumn:andEnvelope:","abstract":"

    Count the rows within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithEnvelope:":{"name":"-queryFeaturesWithEnvelope:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andEnvelope:":{"name":"-queryFeaturesWithDistinct:andEnvelope:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithColumns:andEnvelope:":{"name":"-queryFeaturesWithColumns:andEnvelope:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andColumns:andEnvelope:":{"name":"-queryFeaturesWithDistinct:andColumns:andEnvelope:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithEnvelope:":{"name":"-countFeaturesWithEnvelope:","abstract":"

    Count the features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithColumn:andEnvelope:":{"name":"-countFeaturesWithColumn:andEnvelope:","abstract":"

    Count the features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithDistinct:andColumn:andEnvelope:":{"name":"-countFeaturesWithDistinct:andColumn:andEnvelope:","abstract":"

    Count the features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithEnvelope:andFieldValues:":{"name":"-queryFeaturesWithEnvelope:andFieldValues:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andEnvelope:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andEnvelope:andFieldValues:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithColumns:andEnvelope:andFieldValues:":{"name":"-queryFeaturesWithColumns:andEnvelope:andFieldValues:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andColumns:andEnvelope:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andColumns:andEnvelope:andFieldValues:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithEnvelope:andFieldValues:":{"name":"-countFeaturesWithEnvelope:andFieldValues:","abstract":"

    Count the features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithColumn:andEnvelope:andFieldValues:":{"name":"-countFeaturesWithColumn:andEnvelope:andFieldValues:","abstract":"

    Count the features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithDistinct:andColumn:andEnvelope:andFieldValues:":{"name":"-countFeaturesWithDistinct:andColumn:andEnvelope:andFieldValues:","abstract":"

    Count the features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithEnvelope:andWhere:":{"name":"-queryFeaturesWithEnvelope:andWhere:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andEnvelope:andWhere:":{"name":"-queryFeaturesWithDistinct:andEnvelope:andWhere:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithColumns:andEnvelope:andWhere:":{"name":"-queryFeaturesWithColumns:andEnvelope:andWhere:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andColumns:andEnvelope:andWhere:":{"name":"-queryFeaturesWithDistinct:andColumns:andEnvelope:andWhere:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithEnvelope:andWhere:":{"name":"-countFeaturesWithEnvelope:andWhere:","abstract":"

    Count the features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithColumn:andEnvelope:andWhere:":{"name":"-countFeaturesWithColumn:andEnvelope:andWhere:","abstract":"

    Count the features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithDistinct:andColumn:andEnvelope:andWhere:":{"name":"-countFeaturesWithDistinct:andColumn:andEnvelope:andWhere:","abstract":"

    Count the features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithEnvelope:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithEnvelope:andWhere:andWhereArgs:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andEnvelope:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andEnvelope:andWhere:andWhereArgs:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithColumns:andEnvelope:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithColumns:andEnvelope:andWhere:andWhereArgs:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithEnvelope:andWhere:andWhereArgs:":{"name":"-countFeaturesWithEnvelope:andWhere:andWhereArgs:","abstract":"

    Count the features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithColumn:andEnvelope:andWhere:andWhereArgs:":{"name":"-countFeaturesWithColumn:andEnvelope:andWhere:andWhereArgs:","abstract":"

    Count the features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithDistinct:andColumn:andEnvelope:andWhere:andWhereArgs:":{"name":"-countFeaturesWithDistinct:andColumn:andEnvelope:andWhere:andWhereArgs:","abstract":"

    Count the features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryWithMinX:andMinY:andMaxX:andMaxY:":{"name":"-queryWithMinX:andMinY:andMaxX:andMaxY:","abstract":"

    Query for rows within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryWithDistinct:andMinX:andMinY:andMaxX:andMaxY:":{"name":"-queryWithDistinct:andMinX:andMinY:andMaxX:andMaxY:","abstract":"

    Query for rows within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryWithColumns:andMinX:andMinY:andMaxX:andMaxY:":{"name":"-queryWithColumns:andMinX:andMinY:andMaxX:andMaxY:","abstract":"

    Query for rows within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:":{"name":"-queryWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:","abstract":"

    Query for rows within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countWithMinX:andMinY:andMaxX:andMaxY:":{"name":"-countWithMinX:andMinY:andMaxX:andMaxY:","abstract":"

    Count the rows within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countWithColumn:andMinX:andMinY:andMaxX:andMaxY:":{"name":"-countWithColumn:andMinX:andMinY:andMaxX:andMaxY:","abstract":"

    Count the rows within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countWithDistinct:andColumn:andMinX:andMinY:andMaxX:andMaxY:":{"name":"-countWithDistinct:andColumn:andMinX:andMinY:andMaxX:andMaxY:","abstract":"

    Count the rows within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithMinX:andMinY:andMaxX:andMaxY:":{"name":"-queryFeaturesWithMinX:andMinY:andMaxX:andMaxY:","abstract":"

    Query for features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andMinX:andMinY:andMaxX:andMaxY:":{"name":"-queryFeaturesWithDistinct:andMinX:andMinY:andMaxX:andMaxY:","abstract":"

    Query for features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithColumns:andMinX:andMinY:andMaxX:andMaxY:":{"name":"-queryFeaturesWithColumns:andMinX:andMinY:andMaxX:andMaxY:","abstract":"

    Query for features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:":{"name":"-queryFeaturesWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:","abstract":"

    Query for features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithMinX:andMinY:andMaxX:andMaxY:":{"name":"-countFeaturesWithMinX:andMinY:andMaxX:andMaxY:","abstract":"

    Count the features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithColumn:andMinX:andMinY:andMaxX:andMaxY:":{"name":"-countFeaturesWithColumn:andMinX:andMinY:andMaxX:andMaxY:","abstract":"

    Count the features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithDistinct:andColumn:andMinX:andMinY:andMaxX:andMaxY:":{"name":"-countFeaturesWithDistinct:andColumn:andMinX:andMinY:andMaxX:andMaxY:","abstract":"

    Count the features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithMinX:andMinY:andMaxX:andMaxY:andFieldValues:":{"name":"-queryFeaturesWithMinX:andMinY:andMaxX:andMaxY:andFieldValues:","abstract":"

    Query for features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:","abstract":"

    Query for features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithColumns:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:":{"name":"-queryFeaturesWithColumns:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:","abstract":"

    Query for features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:","abstract":"

    Query for features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithMinX:andMinY:andMaxX:andMaxY:andFieldValues:":{"name":"-countFeaturesWithMinX:andMinY:andMaxX:andMaxY:andFieldValues:","abstract":"

    Count the features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithColumn:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:":{"name":"-countFeaturesWithColumn:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:","abstract":"

    Count the features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithDistinct:andColumn:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:":{"name":"-countFeaturesWithDistinct:andColumn:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:","abstract":"

    Count the features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithMinX:andMinY:andMaxX:andMaxY:andWhere:":{"name":"-queryFeaturesWithMinX:andMinY:andMaxX:andMaxY:andWhere:","abstract":"

    Query for features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andWhere:":{"name":"-queryFeaturesWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andWhere:","abstract":"

    Query for features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:":{"name":"-queryFeaturesWithColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:","abstract":"

    Query for features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:":{"name":"-queryFeaturesWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:","abstract":"

    Query for features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithMinX:andMinY:andMaxX:andMaxY:andWhere:":{"name":"-countFeaturesWithMinX:andMinY:andMaxX:andMaxY:andWhere:","abstract":"

    Count the features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithColumn:andMinX:andMinY:andMaxX:andMaxY:andWhere:":{"name":"-countFeaturesWithColumn:andMinX:andMinY:andMaxX:andMaxY:andWhere:","abstract":"

    Count the features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithDistinct:andColumn:andMinX:andMinY:andMaxX:andMaxY:andWhere:":{"name":"-countFeaturesWithDistinct:andColumn:andMinX:andMinY:andMaxX:andMaxY:andWhere:","abstract":"

    Count the features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:","abstract":"

    Query for features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:","abstract":"

    Query for features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:","abstract":"

    Query for features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:","abstract":"

    Query for features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:":{"name":"-countFeaturesWithMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:","abstract":"

    Count the features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithColumn:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:":{"name":"-countFeaturesWithColumn:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:","abstract":"

    Count the features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithDistinct:andColumn:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:":{"name":"-countFeaturesWithDistinct:andColumn:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:","abstract":"

    Count the features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithLimit:":{"name":"-queryFeaturesForChunkWithLimit:","abstract":"

    Query for all features ordered by id, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithLimit:andOffset:":{"name":"-queryFeaturesForChunkWithLimit:andOffset:","abstract":"

    Query for all features ordered by id, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithOrderBy:andLimit:","abstract":"

    Query for all features, starting at the offset and returning no more than","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithOrderBy:andLimit:andOffset:","abstract":"

    Query for all features, starting at the offset and returning no more than","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andLimit:","abstract":"

    Query for all features ordered by id, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andLimit:andOffset:","abstract":"

    Query for all features ordered by id, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andOrderBy:andLimit:","abstract":"

    Query for all features, starting at the offset and returning no more than","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andOrderBy:andLimit:andOffset:","abstract":"

    Query for all features, starting at the offset and returning no more than","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andLimit:","abstract":"

    Query for all features ordered by id, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andLimit:andOffset:","abstract":"

    Query for all features ordered by id, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andOrderBy:andLimit:","abstract":"

    Query for all features, starting at the offset and returning no more than","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andOrderBy:andLimit:andOffset:","abstract":"

    Query for all features, starting at the offset and returning no more than","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andLimit:","abstract":"

    Query for all features ordered by id, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andLimit:andOffset:","abstract":"

    Query for all features ordered by id, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andOrderBy:andLimit:","abstract":"

    Query for all features, starting at the offset and returning no more than","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andOrderBy:andLimit:andOffset:","abstract":"

    Query for all features, starting at the offset and returning no more than","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithFieldValues:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithFieldValues:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andFieldValues:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andFieldValues:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andFieldValues:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithWhere:andLimit:":{"name":"-queryFeaturesForChunkWithWhere:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithWhere:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithWhere:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andWhere:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andWhere:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andWhere:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andWhere:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andWhere:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andWhere:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithWhere:andWhereArgs:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithBoundingBox:andLimit:":{"name":"-queryForChunkWithBoundingBox:andLimit:","abstract":"

    Query for rows within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithBoundingBox:andLimit:andOffset:":{"name":"-queryForChunkWithBoundingBox:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithBoundingBox:andOrderBy:andLimit:":{"name":"-queryForChunkWithBoundingBox:andOrderBy:andLimit:","abstract":"

    Query for rows within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithBoundingBox:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithBoundingBox:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andBoundingBox:andLimit:":{"name":"-queryForChunkWithDistinct:andBoundingBox:andLimit:","abstract":"

    Query for rows within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andBoundingBox:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andBoundingBox:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andBoundingBox:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andBoundingBox:andOrderBy:andLimit:","abstract":"

    Query for rows within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andBoundingBox:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andBoundingBox:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithColumns:andBoundingBox:andLimit:":{"name":"-queryForChunkWithColumns:andBoundingBox:andLimit:","abstract":"

    Query for rows within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithColumns:andBoundingBox:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andBoundingBox:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithColumns:andBoundingBox:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andBoundingBox:andOrderBy:andLimit:","abstract":"

    Query for rows within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithColumns:andBoundingBox:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andBoundingBox:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andColumns:andBoundingBox:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:andLimit:","abstract":"

    Query for rows within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andColumns:andBoundingBox:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andColumns:andBoundingBox:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:andOrderBy:andLimit:","abstract":"

    Query for rows within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andColumns:andBoundingBox:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:andFieldValues:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andFieldValues:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andFieldValues:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:andWhere:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithBoundingBox:inProjection:andLimit:":{"name":"-queryForChunkWithBoundingBox:inProjection:andLimit:","abstract":"

    Query for rows within the bounding box in the provided projection ordered","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithBoundingBox:inProjection:andLimit:andOffset:":{"name":"-queryForChunkWithBoundingBox:inProjection:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box in the provided projection ordered","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithBoundingBox:inProjection:andOrderBy:andLimit:":{"name":"-queryForChunkWithBoundingBox:inProjection:andOrderBy:andLimit:","abstract":"

    Query for rows within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithBoundingBox:inProjection:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithBoundingBox:inProjection:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andBoundingBox:inProjection:andLimit:":{"name":"-queryForChunkWithDistinct:andBoundingBox:inProjection:andLimit:","abstract":"

    Query for rows within the bounding box in the provided projection ordered","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andBoundingBox:inProjection:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andBoundingBox:inProjection:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box in the provided projection ordered","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andBoundingBox:inProjection:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andBoundingBox:inProjection:andOrderBy:andLimit:","abstract":"

    Query for rows within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithColumns:andBoundingBox:inProjection:andLimit:":{"name":"-queryForChunkWithColumns:andBoundingBox:inProjection:andLimit:","abstract":"

    Query for rows within the bounding box in the provided projection ordered","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithColumns:andBoundingBox:inProjection:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andBoundingBox:inProjection:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box in the provided projection ordered","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithColumns:andBoundingBox:inProjection:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andBoundingBox:inProjection:andOrderBy:andLimit:","abstract":"

    Query for rows within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithColumns:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andLimit:","abstract":"

    Query for rows within the bounding box in the provided projection ordered","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box in the provided projection ordered","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andOrderBy:andLimit:","abstract":"

    Query for rows within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:inProjection:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:inProjection:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:inProjection:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:inProjection:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:inProjection:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andFieldValues:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:inProjection:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithEnvelope:andLimit:":{"name":"-queryForChunkWithEnvelope:andLimit:","abstract":"

    Query for rows within the geometry envelope ordered by id, starting at","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithEnvelope:andLimit:andOffset:":{"name":"-queryForChunkWithEnvelope:andLimit:andOffset:","abstract":"

    Query for rows within the geometry envelope ordered by id, starting at","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithEnvelope:andOrderBy:andLimit:":{"name":"-queryForChunkWithEnvelope:andOrderBy:andLimit:","abstract":"

    Query for rows within the geometry envelope, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithEnvelope:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithEnvelope:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the geometry envelope, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andEnvelope:andLimit:":{"name":"-queryForChunkWithDistinct:andEnvelope:andLimit:","abstract":"

    Query for rows within the geometry envelope ordered by id, starting at","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andEnvelope:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andEnvelope:andLimit:andOffset:","abstract":"

    Query for rows within the geometry envelope ordered by id, starting at","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andEnvelope:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andEnvelope:andOrderBy:andLimit:","abstract":"

    Query for rows within the geometry envelope, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andEnvelope:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andEnvelope:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the geometry envelope, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithColumns:andEnvelope:andLimit:":{"name":"-queryForChunkWithColumns:andEnvelope:andLimit:","abstract":"

    Query for rows within the geometry envelope ordered by id, starting at","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithColumns:andEnvelope:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andEnvelope:andLimit:andOffset:","abstract":"

    Query for rows within the geometry envelope ordered by id, starting at","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithColumns:andEnvelope:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andEnvelope:andOrderBy:andLimit:","abstract":"

    Query for rows within the geometry envelope, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithColumns:andEnvelope:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andEnvelope:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the geometry envelope, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andColumns:andEnvelope:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andLimit:","abstract":"

    Query for rows within the geometry envelope ordered by id, starting at","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andColumns:andEnvelope:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andLimit:andOffset:","abstract":"

    Query for rows within the geometry envelope ordered by id, starting at","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andColumns:andEnvelope:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andOrderBy:andLimit:","abstract":"

    Query for rows within the geometry envelope, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andColumns:andEnvelope:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the geometry envelope, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithEnvelope:andLimit:":{"name":"-queryFeaturesForChunkWithEnvelope:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithEnvelope:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithEnvelope:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithEnvelope:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithEnvelope:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithEnvelope:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithEnvelope:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andEnvelope:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andEnvelope:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andEnvelope:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andEnvelope:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andEnvelope:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andEnvelope:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andEnvelope:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andEnvelope:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithEnvelope:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithEnvelope:andFieldValues:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithEnvelope:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithEnvelope:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithEnvelope:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithEnvelope:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andEnvelope:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andFieldValues:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andEnvelope:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andEnvelope:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andEnvelope:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andFieldValues:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andEnvelope:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithEnvelope:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithEnvelope:andWhere:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithEnvelope:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithEnvelope:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithEnvelope:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithEnvelope:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithEnvelope:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithEnvelope:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithEnvelope:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithEnvelope:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithEnvelope:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithEnvelope:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithMinX:andMinY:andMaxX:andMaxY:andLimit:":{"name":"-queryForChunkWithMinX:andMinY:andMaxX:andMaxY:andLimit:","abstract":"

    Query for rows within the bounds ordered by id, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithMinX:andMinY:andMaxX:andMaxY:andLimit:andOffset:":{"name":"-queryForChunkWithMinX:andMinY:andMaxX:andMaxY:andLimit:andOffset:","abstract":"

    Query for rows within the bounds ordered by id, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:":{"name":"-queryForChunkWithMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:","abstract":"

    Query for rows within the bounds, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the bounds, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andLimit:":{"name":"-queryForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andLimit:","abstract":"

    Query for rows within the bounds ordered by id, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andLimit:andOffset:","abstract":"

    Query for rows within the bounds ordered by id, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:","abstract":"

    Query for rows within the bounds, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the bounds, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andLimit:":{"name":"-queryForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andLimit:","abstract":"

    Query for rows within the bounds ordered by id, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andLimit:andOffset:","abstract":"

    Query for rows within the bounds ordered by id, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:","abstract":"

    Query for rows within the bounds, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the bounds, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andLimit:","abstract":"

    Query for rows within the bounds ordered by id, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andLimit:andOffset:","abstract":"

    Query for rows within the bounds ordered by id, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:","abstract":"

    Query for rows within the bounds, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the bounds, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andLimit:":{"name":"-queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andLimit:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andLimit:andOffset:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andLimit:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andLimit:andOffset:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andLimit:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andLimit:andOffset:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andLimit:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andLimit:andOffset:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andFieldValues:andLimit:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:andLimit:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:andLimit:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:andLimit:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andWhere:andLimit:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andWhere:andLimit:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andLimit:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andLimit:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(py)extensionName":{"name":"extensionName","abstract":"

    Extension name

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(py)definition":{"name":"definition","abstract":"

    Extension definition URL

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)initWithGeoPackage:":{"name":"-initWithGeoPackage:","abstract":"

    Initialize

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)tableDaoWithFeatureTable:":{"name":"-tableDaoWithFeatureTable:","abstract":"

    Get a RTree Index Table DAO for the feature table

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)tableDaoWithFeatureDao:":{"name":"-tableDaoWithFeatureDao:","abstract":"

    Get a RTree Index Table DAO for the feature dao

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)extensionCreateWithFeatureTable:":{"name":"-extensionCreateWithFeatureTable:","abstract":"

    Get or create the extension

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)extensionCreateWithTableName:andColumnName:":{"name":"-extensionCreateWithTableName:andColumnName:","abstract":"

    Get or create the extension

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)hasWithFeatureTable:":{"name":"-hasWithFeatureTable:","abstract":"

    Determine if the GeoPackage feature table has the extension

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)hasWithTableName:andColumnName:":{"name":"-hasWithTableName:andColumnName:","abstract":"

    Determine if the GeoPackage table and column has the extension

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)hasWithTableName:":{"name":"-hasWithTableName:","abstract":"

    Determine if the GeoPackage table has the extension

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)has":{"name":"-has","abstract":"

    Determine if the GeoPackage has the extension for any table

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)createFunctionsWithFeatureTable:":{"name":"-createFunctionsWithFeatureTable:","abstract":"

    Check if the feature table has the RTree extension and create the","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)createFunctionsWithTableName:andColumnName:":{"name":"-createFunctionsWithTableName:andColumnName:","abstract":"

    Check if the table and column has the RTree extension and create the","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)createFunctions":{"name":"-createFunctions","abstract":"

    Check if the GeoPackage has the RTree extension and create the functions","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)createWithFeatureTable:":{"name":"-createWithFeatureTable:","abstract":"

    Create the RTree Index extension for the feature table. Creates the SQL","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)createWithTableName:andGeometryColumnName:andIdColumnName:":{"name":"-createWithTableName:andGeometryColumnName:andIdColumnName:","abstract":"

    Create the RTree Index extension for the feature table, geometry column,","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)createRTreeIndexWithFeatureTable:":{"name":"-createRTreeIndexWithFeatureTable:","abstract":"

    Create the RTree Index Virtual Table

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)createRTreeIndexWithTableName:andGeometryColumnName:":{"name":"-createRTreeIndexWithTableName:andGeometryColumnName:","abstract":"

    Create the RTree Index Virtual Table

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)createAllFunctions":{"name":"-createAllFunctions","abstract":"

    Create all connection SQL Functions for min x, max x, min y, max y, and","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)createMinXFunction":{"name":"-createMinXFunction","abstract":"

    Create the min x SQL function

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)createMaxXFunction":{"name":"-createMaxXFunction","abstract":"

    Create the max x SQL function

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)createMinYFunction":{"name":"-createMinYFunction","abstract":"

    Create the min y SQL function

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)createMaxYFunction":{"name":"-createMaxYFunction","abstract":"

    Create the max y SQL function

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)createIsEmptyFunction":{"name":"-createIsEmptyFunction","abstract":"

    Create the is empty SQL function

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)loadRTreeIndexWithFeatureTable:":{"name":"-loadRTreeIndexWithFeatureTable:","abstract":"

    Load the RTree Spatial Index Values

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)loadRTreeIndexWithTableName:andGeometryColumnName:andIdColumnName:":{"name":"-loadRTreeIndexWithTableName:andGeometryColumnName:andIdColumnName:","abstract":"

    Load the RTree Spatial Index Values

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)createAllTriggersWithFeatureTable:":{"name":"-createAllTriggersWithFeatureTable:","abstract":"

    Create Triggers to Maintain Spatial Index Values

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)createAllTriggersWithTableName:andGeometryColumnName:andIdColumnName:":{"name":"-createAllTriggersWithTableName:andGeometryColumnName:andIdColumnName:","abstract":"

    Create Triggers to Maintain Spatial Index Values

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)createInsertTriggerWithTableName:andGeometryColumnName:andIdColumnName:":{"name":"-createInsertTriggerWithTableName:andGeometryColumnName:andIdColumnName:","abstract":"

    Create insert trigger

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)createUpdate1TriggerWithTableName:andGeometryColumnName:andIdColumnName:":{"name":"-createUpdate1TriggerWithTableName:andGeometryColumnName:andIdColumnName:","abstract":"

    Create update 1 trigger

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)createUpdate2TriggerWithTableName:andGeometryColumnName:andIdColumnName:":{"name":"-createUpdate2TriggerWithTableName:andGeometryColumnName:andIdColumnName:","abstract":"

    Create update 2 trigger

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)createUpdate3TriggerWithTableName:andGeometryColumnName:andIdColumnName:":{"name":"-createUpdate3TriggerWithTableName:andGeometryColumnName:andIdColumnName:","abstract":"

    Create update 3 trigger

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)createUpdate4TriggerWithTableName:andGeometryColumnName:andIdColumnName:":{"name":"-createUpdate4TriggerWithTableName:andGeometryColumnName:andIdColumnName:","abstract":"

    Create update 4 trigger

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)createDeleteTriggerWithTableName:andGeometryColumnName:andIdColumnName:":{"name":"-createDeleteTriggerWithTableName:andGeometryColumnName:andIdColumnName:","abstract":"

    Create delete trigger

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)deleteWithFeatureTable:":{"name":"-deleteWithFeatureTable:","abstract":"

    Delete the RTree Index extension for the feature table. Drops the","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)deleteWithTableName:andGeometryColumnName:":{"name":"-deleteWithTableName:andGeometryColumnName:","abstract":"

    Delete the RTree Index extension for the table and geometry column. Drops","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)deleteWithTableName:":{"name":"-deleteWithTableName:","abstract":"

    Delete all RTree Index extensions for the table. Drops the triggers,","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)deleteAll":{"name":"-deleteAll","abstract":"

    Delete all RTree Index extensions. Drops the triggers, RTree tables, and","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)dropWithFeatureTable:":{"name":"-dropWithFeatureTable:","abstract":"

    Drop the the triggers and RTree table for the feature table

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)dropWithTableName:andGeometryColumnName:":{"name":"-dropWithTableName:andGeometryColumnName:","abstract":"

    Drop the the triggers and RTree table for the table and geometry column

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)dropRTreeIndexWithFeatureTable:":{"name":"-dropRTreeIndexWithFeatureTable:","abstract":"

    Drop the RTree Index Virtual Table

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)dropRTreeIndexWithTableName:andGeometryColumnName:":{"name":"-dropRTreeIndexWithTableName:andGeometryColumnName:","abstract":"

    Drop the RTree Index Virtual Table

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)dropTriggersWithFeatureTable:":{"name":"-dropTriggersWithFeatureTable:","abstract":"

    Check if the feature table has the RTree extension and if found, drop the","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)dropTriggersWithTableName:andColumnName:":{"name":"-dropTriggersWithTableName:andColumnName:","abstract":"

    Check if the table and column has the RTree extension and if found, drop","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)dropAllTriggersWithFeatureTable:":{"name":"-dropAllTriggersWithFeatureTable:","abstract":"

    Drop Triggers that Maintain Spatial Index Values

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)dropAllTriggersWithTableName:andGeometryColumnName:":{"name":"-dropAllTriggersWithTableName:andGeometryColumnName:","abstract":"

    Drop Triggers that Maintain Spatial Index Values

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)dropInsertTriggerWithTableName:andGeometryColumnName:":{"name":"-dropInsertTriggerWithTableName:andGeometryColumnName:","abstract":"

    Drop insert trigger

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)dropUpdate1TriggerWithTableName:andGeometryColumnName:":{"name":"-dropUpdate1TriggerWithTableName:andGeometryColumnName:","abstract":"

    Drop update 1 trigger

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)dropUpdate2TriggerWithTableName:andGeometryColumnName:":{"name":"-dropUpdate2TriggerWithTableName:andGeometryColumnName:","abstract":"

    Drop update 2 trigger

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)dropUpdate3TriggerWithTableName:andGeometryColumnName:":{"name":"-dropUpdate3TriggerWithTableName:andGeometryColumnName:","abstract":"

    Drop update 3 trigger

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)dropUpdate4TriggerWithTableName:andGeometryColumnName:":{"name":"-dropUpdate4TriggerWithTableName:andGeometryColumnName:","abstract":"

    Drop update 4 trigger

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)dropDeleteTriggerWithTableName:andGeometryColumnName:":{"name":"-dropDeleteTriggerWithTableName:andGeometryColumnName:","abstract":"

    Drop delete trigger

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)dropTriggerWithTableName:andGeometryColumnName:andTriggerName:":{"name":"-dropTriggerWithTableName:andGeometryColumnName:andTriggerName:","abstract":"

    Drop the trigger for the table, geometry column, and trigger name

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGFeatureIndexRTreeResults.html#/c:objc(cs)GPKGFeatureIndexRTreeResults(im)initWithDao:andResults:":{"name":"-initWithDao:andResults:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureIndexRTreeResults"},"Classes/GPKGSimpleAttributesTableMetadata.html#/c:objc(cs)GPKGSimpleAttributesTableMetadata(cm)create":{"name":"+create","abstract":"

    Create metadata

    ","parent_name":"GPKGSimpleAttributesTableMetadata"},"Classes/GPKGSimpleAttributesTableMetadata.html#/c:objc(cs)GPKGSimpleAttributesTableMetadata(cm)createWithTable:":{"name":"+createWithTable:","abstract":"

    Create metadata

    ","parent_name":"GPKGSimpleAttributesTableMetadata"},"Classes/GPKGSimpleAttributesTableMetadata.html#/c:objc(cs)GPKGSimpleAttributesTableMetadata(cm)createWithTable:andAutoincrement:":{"name":"+createWithTable:andAutoincrement:","abstract":"

    Create metadata

    ","parent_name":"GPKGSimpleAttributesTableMetadata"},"Classes/GPKGSimpleAttributesTableMetadata.html#/c:objc(cs)GPKGSimpleAttributesTableMetadata(cm)createWithTable:andColumns:":{"name":"+createWithTable:andColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGSimpleAttributesTableMetadata"},"Classes/GPKGSimpleAttributesTableMetadata.html#/c:objc(cs)GPKGSimpleAttributesTableMetadata(cm)createWithTable:andAutoincrement:andColumns:":{"name":"+createWithTable:andAutoincrement:andColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGSimpleAttributesTableMetadata"},"Classes/GPKGSimpleAttributesTableMetadata.html#/c:objc(cs)GPKGSimpleAttributesTableMetadata(cm)createWithTable:andIdColumnName:andColumns:":{"name":"+createWithTable:andIdColumnName:andColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGSimpleAttributesTableMetadata"},"Classes/GPKGSimpleAttributesTableMetadata.html#/c:objc(cs)GPKGSimpleAttributesTableMetadata(cm)createWithTable:andIdColumnName:andAutoincrement:andColumns:":{"name":"+createWithTable:andIdColumnName:andAutoincrement:andColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGSimpleAttributesTableMetadata"},"Classes/GPKGSimpleAttributesTableMetadata.html#/c:objc(cs)GPKGSimpleAttributesTableMetadata(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGSimpleAttributesTableMetadata"},"Classes/GPKGSimpleAttributesTableMetadata.html#/c:objc(cs)GPKGSimpleAttributesTableMetadata(im)initWithTable:andIdColumnName:andColumns:":{"name":"-initWithTable:andIdColumnName:andColumns:","abstract":"

    Constructor

    ","parent_name":"GPKGSimpleAttributesTableMetadata"},"Classes/GPKGSimpleAttributesTableMetadata.html#/c:objc(cs)GPKGSimpleAttributesTableMetadata(im)initWithTable:andIdColumnName:andAutoincrement:andColumns:":{"name":"-initWithTable:andIdColumnName:andAutoincrement:andColumns:","abstract":"

    Constructor

    ","parent_name":"GPKGSimpleAttributesTableMetadata"},"Classes/GPKGSimpleAttributesTable.html#/c:objc(cs)GPKGSimpleAttributesTable(cm)relationType":{"name":"+relationType","abstract":"

    User-Defined Simple Attributes Table relation name

    ","parent_name":"GPKGSimpleAttributesTable"},"Classes/GPKGSimpleAttributesTable.html#/c:objc(cs)GPKGSimpleAttributesTable(cm)createWithMetadata:":{"name":"+createWithMetadata:","abstract":"

    Create a simple attributes table with the metadata

    ","parent_name":"GPKGSimpleAttributesTable"},"Classes/GPKGSimpleAttributesTable.html#/c:objc(cs)GPKGSimpleAttributesTable(cm)createRequiredColumns":{"name":"+createRequiredColumns","abstract":"

    Create the required table columns

    ","parent_name":"GPKGSimpleAttributesTable"},"Classes/GPKGSimpleAttributesTable.html#/c:objc(cs)GPKGSimpleAttributesTable(cm)createRequiredColumnsWithAutoincrement:":{"name":"+createRequiredColumnsWithAutoincrement:","abstract":"

    Create the required table columns

    ","parent_name":"GPKGSimpleAttributesTable"},"Classes/GPKGSimpleAttributesTable.html#/c:objc(cs)GPKGSimpleAttributesTable(cm)createRequiredColumnsWithIdColumnName:":{"name":"+createRequiredColumnsWithIdColumnName:","abstract":"

    Create the required table columns with the id column name

    ","parent_name":"GPKGSimpleAttributesTable"},"Classes/GPKGSimpleAttributesTable.html#/c:objc(cs)GPKGSimpleAttributesTable(cm)createRequiredColumnsWithIdColumnName:andAutoincrement:":{"name":"+createRequiredColumnsWithIdColumnName:andAutoincrement:","abstract":"

    Create the required table columns with the id column name

    ","parent_name":"GPKGSimpleAttributesTable"},"Classes/GPKGSimpleAttributesTable.html#/c:objc(cs)GPKGSimpleAttributesTable(cm)createRequiredColumnsWithIndex:":{"name":"+createRequiredColumnsWithIndex:","abstract":"

    Create the required table columns, starting at the provided index

    ","parent_name":"GPKGSimpleAttributesTable"},"Classes/GPKGSimpleAttributesTable.html#/c:objc(cs)GPKGSimpleAttributesTable(cm)createRequiredColumnsWithIndex:andAutoincrement:":{"name":"+createRequiredColumnsWithIndex:andAutoincrement:","abstract":"

    Create the required table columns, starting at the provided index

    ","parent_name":"GPKGSimpleAttributesTable"},"Classes/GPKGSimpleAttributesTable.html#/c:objc(cs)GPKGSimpleAttributesTable(cm)createRequiredColumnsWithIndex:andIdColumnName:":{"name":"+createRequiredColumnsWithIndex:andIdColumnName:","abstract":"

    Create the required table columns with id column name, starting at the provided index

    ","parent_name":"GPKGSimpleAttributesTable"},"Classes/GPKGSimpleAttributesTable.html#/c:objc(cs)GPKGSimpleAttributesTable(cm)createRequiredColumnsWithIndex:andIdColumnName:andAutoincrement:":{"name":"+createRequiredColumnsWithIndex:andIdColumnName:andAutoincrement:","abstract":"

    Create the required table columns with id column name, starting at the","parent_name":"GPKGSimpleAttributesTable"},"Classes/GPKGSimpleAttributesTable.html#/c:objc(cs)GPKGSimpleAttributesTable(cm)createIdColumnWithName:":{"name":"+createIdColumnWithName:","abstract":"

    Create the primary key id column

    ","parent_name":"GPKGSimpleAttributesTable"},"Classes/GPKGSimpleAttributesTable.html#/c:objc(cs)GPKGSimpleAttributesTable(cm)createIdColumnWithName:andAutoincrement:":{"name":"+createIdColumnWithName:andAutoincrement:","abstract":"

    Create the primary key id column

    ","parent_name":"GPKGSimpleAttributesTable"},"Classes/GPKGSimpleAttributesTable.html#/c:objc(cs)GPKGSimpleAttributesTable(cm)createIdColumnWithIndex:andName:":{"name":"+createIdColumnWithIndex:andName:","abstract":"

    Create the primary key id column

    ","parent_name":"GPKGSimpleAttributesTable"},"Classes/GPKGSimpleAttributesTable.html#/c:objc(cs)GPKGSimpleAttributesTable(cm)createIdColumnWithIndex:andName:andAutoincrement:":{"name":"+createIdColumnWithIndex:andName:andAutoincrement:","abstract":"

    Create the primary key id column

    ","parent_name":"GPKGSimpleAttributesTable"},"Classes/GPKGSimpleAttributesTable.html#/c:objc(cs)GPKGSimpleAttributesTable(cm)numRequiredColumns":{"name":"+numRequiredColumns","abstract":"

    Get the number of required columns

    ","parent_name":"GPKGSimpleAttributesTable"},"Classes/GPKGSimpleAttributesTable.html#/c:objc(cs)GPKGSimpleAttributesTable(cm)requiredColumns":{"name":"+requiredColumns","abstract":"

    Get the required columns

    ","parent_name":"GPKGSimpleAttributesTable"},"Classes/GPKGSimpleAttributesTable.html#/c:objc(cs)GPKGSimpleAttributesTable(cm)requiredColumnsWithIdColumnName:":{"name":"+requiredColumnsWithIdColumnName:","abstract":"

    Get the required columns

    ","parent_name":"GPKGSimpleAttributesTable"},"Classes/GPKGSimpleAttributesTable.html#/c:objc(cs)GPKGSimpleAttributesTable(im)initWithTable:andColumns:":{"name":"-initWithTable:andColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGSimpleAttributesTable"},"Classes/GPKGSimpleAttributesTable.html#/c:objc(cs)GPKGSimpleAttributesTable(im)initWithTable:andColumns:andIdColumnName:":{"name":"-initWithTable:andColumns:andIdColumnName:","abstract":"

    Initialize

    ","parent_name":"GPKGSimpleAttributesTable"},"Classes/GPKGSimpleAttributesTable.html#/c:objc(cs)GPKGSimpleAttributesTable(im)initWithTable:":{"name":"-initWithTable:","abstract":"

    Initialize

    ","parent_name":"GPKGSimpleAttributesTable"},"Classes/GPKGSimpleAttributesTable.html#/c:objc(cs)GPKGSimpleAttributesTable(im)idColumnIndex":{"name":"-idColumnIndex","abstract":"

    Get the id column index

    ","parent_name":"GPKGSimpleAttributesTable"},"Classes/GPKGSimpleAttributesTable.html#/c:objc(cs)GPKGSimpleAttributesTable(im)idColumn":{"name":"-idColumn","abstract":"

    Get the id column

    ","parent_name":"GPKGSimpleAttributesTable"},"Classes/GPKGSimpleAttributesTable.html#/c:objc(cs)GPKGSimpleAttributesTable(cm)isSimpleColumn:":{"name":"+isSimpleColumn:","abstract":"

    Determine if the column is a non nullable simple type: TEXT, INTEGER, or REAL

    ","parent_name":"GPKGSimpleAttributesTable"},"Classes/GPKGSimpleAttributesTable.html#/c:objc(cs)GPKGSimpleAttributesTable(cm)isSimpleDataType:":{"name":"+isSimpleDataType:","abstract":"

    Determine if the data type is a simple type: TEXT, INTEGER, or REAL storage classes

    ","parent_name":"GPKGSimpleAttributesTable"},"Classes/GPKGSimpleAttributesRow.html#/c:objc(cs)GPKGSimpleAttributesRow(im)initWithSimpleAttributesTable:andColumns:andValues:":{"name":"-initWithSimpleAttributesTable:andColumns:andValues:","abstract":"

    Initialize

    ","parent_name":"GPKGSimpleAttributesRow"},"Classes/GPKGSimpleAttributesRow.html#/c:objc(cs)GPKGSimpleAttributesRow(im)initWithSimpleAttributesTable:":{"name":"-initWithSimpleAttributesTable:","abstract":"

    Initialize

    ","parent_name":"GPKGSimpleAttributesRow"},"Classes/GPKGSimpleAttributesRow.html#/c:objc(cs)GPKGSimpleAttributesRow(im)simpleAttributesTable":{"name":"-simpleAttributesTable","abstract":"

    Get the simple attributes table

    ","parent_name":"GPKGSimpleAttributesRow"},"Classes/GPKGSimpleAttributesDao.html#/c:objc(cs)GPKGSimpleAttributesDao(im)initWithDao:":{"name":"-initWithDao:","abstract":"

    Initialize

    ","parent_name":"GPKGSimpleAttributesDao"},"Classes/GPKGSimpleAttributesDao.html#/c:objc(cs)GPKGSimpleAttributesDao(im)initWithDao:andTable:":{"name":"-initWithDao:andTable:","abstract":"

    Initialize

    ","parent_name":"GPKGSimpleAttributesDao"},"Classes/GPKGSimpleAttributesDao.html#/c:objc(cs)GPKGSimpleAttributesDao(im)simpleAttributesTable":{"name":"-simpleAttributesTable","abstract":"

    Get the simple attributes table

    ","parent_name":"GPKGSimpleAttributesDao"},"Classes/GPKGSimpleAttributesDao.html#/c:objc(cs)GPKGSimpleAttributesDao(im)row:":{"name":"-row:","abstract":"

    Get the simple attributes row for the current result in the result set

    ","parent_name":"GPKGSimpleAttributesDao"},"Classes/GPKGSimpleAttributesDao.html#/c:objc(cs)GPKGSimpleAttributesDao(im)newRow":{"name":"-newRow","abstract":"

    Create a new simple attributes row

    ","parent_name":"GPKGSimpleAttributesDao"},"Classes/GPKGSimpleAttributesDao.html#/c:objc(cs)GPKGSimpleAttributesDao(im)rowsWithIds:":{"name":"-rowsWithIds:","abstract":"

    Get the simple attributes rows that exist with the provided ids

    ","parent_name":"GPKGSimpleAttributesDao"},"Classes/GPKGMediaTableMetadata.html#/c:objc(cs)GPKGMediaTableMetadata(cm)create":{"name":"+create","abstract":"

    Create metadata

    ","parent_name":"GPKGMediaTableMetadata"},"Classes/GPKGMediaTableMetadata.html#/c:objc(cs)GPKGMediaTableMetadata(cm)createWithTable:":{"name":"+createWithTable:","abstract":"

    Create metadata

    ","parent_name":"GPKGMediaTableMetadata"},"Classes/GPKGMediaTableMetadata.html#/c:objc(cs)GPKGMediaTableMetadata(cm)createWithTable:andAutoincrement:":{"name":"+createWithTable:andAutoincrement:","abstract":"

    Create metadata

    ","parent_name":"GPKGMediaTableMetadata"},"Classes/GPKGMediaTableMetadata.html#/c:objc(cs)GPKGMediaTableMetadata(cm)createWithTable:andAdditionalColumns:":{"name":"+createWithTable:andAdditionalColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGMediaTableMetadata"},"Classes/GPKGMediaTableMetadata.html#/c:objc(cs)GPKGMediaTableMetadata(cm)createWithTable:andAutoincrement:andAdditionalColumns:":{"name":"+createWithTable:andAutoincrement:andAdditionalColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGMediaTableMetadata"},"Classes/GPKGMediaTableMetadata.html#/c:objc(cs)GPKGMediaTableMetadata(cm)createWithTable:andIdColumnName:":{"name":"+createWithTable:andIdColumnName:","abstract":"

    Create metadata

    ","parent_name":"GPKGMediaTableMetadata"},"Classes/GPKGMediaTableMetadata.html#/c:objc(cs)GPKGMediaTableMetadata(cm)createWithTable:andIdColumnName:andAutoincrement:":{"name":"+createWithTable:andIdColumnName:andAutoincrement:","abstract":"

    Create metadata

    ","parent_name":"GPKGMediaTableMetadata"},"Classes/GPKGMediaTableMetadata.html#/c:objc(cs)GPKGMediaTableMetadata(cm)createWithTable:andIdColumnName:andAdditionalColumns:":{"name":"+createWithTable:andIdColumnName:andAdditionalColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGMediaTableMetadata"},"Classes/GPKGMediaTableMetadata.html#/c:objc(cs)GPKGMediaTableMetadata(cm)createWithTable:andIdColumnName:andAutoincrement:andAdditionalColumns:":{"name":"+createWithTable:andIdColumnName:andAutoincrement:andAdditionalColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGMediaTableMetadata"},"Classes/GPKGMediaTableMetadata.html#/c:objc(cs)GPKGMediaTableMetadata(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGMediaTableMetadata"},"Classes/GPKGMediaTableMetadata.html#/c:objc(cs)GPKGMediaTableMetadata(im)initWithTable:andIdColumnName:andAdditionalColumns:":{"name":"-initWithTable:andIdColumnName:andAdditionalColumns:","abstract":"

    Constructor

    ","parent_name":"GPKGMediaTableMetadata"},"Classes/GPKGMediaTableMetadata.html#/c:objc(cs)GPKGMediaTableMetadata(im)initWithTable:andIdColumnName:andAutoincrement:andAdditionalColumns:":{"name":"-initWithTable:andIdColumnName:andAutoincrement:andAdditionalColumns:","abstract":"

    Constructor

    ","parent_name":"GPKGMediaTableMetadata"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(cm)relationType":{"name":"+relationType","abstract":"

    User-Defined Media Table relation name

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(cm)createWithMetadata:":{"name":"+createWithMetadata:","abstract":"

    Create a media table with the metadata

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(cm)createRequiredColumns":{"name":"+createRequiredColumns","abstract":"

    Create the required table columns

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(cm)createRequiredColumnsWithAutoincrement:":{"name":"+createRequiredColumnsWithAutoincrement:","abstract":"

    Create the required table columns

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(cm)createRequiredColumnsWithIdColumnName:":{"name":"+createRequiredColumnsWithIdColumnName:","abstract":"

    Create the required table columns with the id column name

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(cm)createRequiredColumnsWithIdColumnName:andAutoincrement:":{"name":"+createRequiredColumnsWithIdColumnName:andAutoincrement:","abstract":"

    Create the required table columns with the id column name

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(cm)createRequiredColumnsWithIndex:":{"name":"+createRequiredColumnsWithIndex:","abstract":"

    Create the required table columns, starting at the provided index

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(cm)createRequiredColumnsWithIndex:andAutoincrement:":{"name":"+createRequiredColumnsWithIndex:andAutoincrement:","abstract":"

    Create the required table columns, starting at the provided index

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(cm)createRequiredColumnsWithIndex:andIdColumnName:":{"name":"+createRequiredColumnsWithIndex:andIdColumnName:","abstract":"

    Create the required table columns with id column name, starting at the provided index

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(cm)createRequiredColumnsWithIndex:andIdColumnName:andAutoincrement:":{"name":"+createRequiredColumnsWithIndex:andIdColumnName:andAutoincrement:","abstract":"

    Create the required table columns with id column name, starting at the","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(cm)createIdColumnWithName:":{"name":"+createIdColumnWithName:","abstract":"

    Create the primary key id column

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(cm)createIdColumnWithName:andAutoincrement:":{"name":"+createIdColumnWithName:andAutoincrement:","abstract":"

    Create the primary key id column

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(cm)createIdColumnWithIndex:andName:":{"name":"+createIdColumnWithIndex:andName:","abstract":"

    Create the primary key id column

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(cm)createIdColumnWithIndex:andName:andAutoincrement:":{"name":"+createIdColumnWithIndex:andName:andAutoincrement:","abstract":"

    Create the primary key id column

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(cm)createDataColumn":{"name":"+createDataColumn","abstract":"

    Create a data column

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(cm)createDataColumnWithIndex:":{"name":"+createDataColumnWithIndex:","abstract":"

    Create a data column

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(cm)createContentTypeColumn":{"name":"+createContentTypeColumn","abstract":"

    Create a content type column

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(cm)createContentTypeColumnWithIndex:":{"name":"+createContentTypeColumnWithIndex:","abstract":"

    Create a content type column

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(cm)numRequiredColumns":{"name":"+numRequiredColumns","abstract":"

    Get the number of required columns

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(cm)requiredColumns":{"name":"+requiredColumns","abstract":"

    Get the required columns

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(cm)requiredColumnsWithIdColumnName:":{"name":"+requiredColumnsWithIdColumnName:","abstract":"

    Get the required columns

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(im)initWithTable:andColumns:":{"name":"-initWithTable:andColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(im)initWithTable:andColumns:andIdColumnName:":{"name":"-initWithTable:andColumns:andIdColumnName:","abstract":"

    Initialize

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(im)initWithTable:":{"name":"-initWithTable:","abstract":"

    Initialize

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(im)idColumnIndex":{"name":"-idColumnIndex","abstract":"

    Get the id column index

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(im)idColumn":{"name":"-idColumn","abstract":"

    Get the id column

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(im)dataColumnIndex":{"name":"-dataColumnIndex","abstract":"

    Get the data column index

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(im)dataColumn":{"name":"-dataColumn","abstract":"

    Get the data column

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(im)contentTypeColumnIndex":{"name":"-contentTypeColumnIndex","abstract":"

    Get the content type column index

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(im)contentTypeColumn":{"name":"-contentTypeColumn","abstract":"

    Get the content type column

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaRow.html#/c:objc(cs)GPKGMediaRow(im)initWithMediaTable:andColumns:andValues:":{"name":"-initWithMediaTable:andColumns:andValues:","abstract":"

    Initialize

    ","parent_name":"GPKGMediaRow"},"Classes/GPKGMediaRow.html#/c:objc(cs)GPKGMediaRow(im)initWithMediaTable:":{"name":"-initWithMediaTable:","abstract":"

    Initialize

    ","parent_name":"GPKGMediaRow"},"Classes/GPKGMediaRow.html#/c:objc(cs)GPKGMediaRow(im)mediaTable":{"name":"-mediaTable","abstract":"

    Get the media table

    ","parent_name":"GPKGMediaRow"},"Classes/GPKGMediaRow.html#/c:objc(cs)GPKGMediaRow(im)dataColumnIndex":{"name":"-dataColumnIndex","abstract":"

    Get the data column index

    ","parent_name":"GPKGMediaRow"},"Classes/GPKGMediaRow.html#/c:objc(cs)GPKGMediaRow(im)dataColumn":{"name":"-dataColumn","abstract":"

    Get the data column

    ","parent_name":"GPKGMediaRow"},"Classes/GPKGMediaRow.html#/c:objc(cs)GPKGMediaRow(im)data":{"name":"-data","abstract":"

    Get the data

    ","parent_name":"GPKGMediaRow"},"Classes/GPKGMediaRow.html#/c:objc(cs)GPKGMediaRow(im)setData:":{"name":"-setData:","abstract":"

    Set the data

    ","parent_name":"GPKGMediaRow"},"Classes/GPKGMediaRow.html#/c:objc(cs)GPKGMediaRow(im)dataImageSourceProperties":{"name":"-dataImageSourceProperties","abstract":"

    Get the properties that apply to the data image source

    ","parent_name":"GPKGMediaRow"},"Classes/GPKGMediaRow.html#/c:objc(cs)GPKGMediaRow(im)dataImage":{"name":"-dataImage","abstract":"

    Get the data image

    ","parent_name":"GPKGMediaRow"},"Classes/GPKGMediaRow.html#/c:objc(cs)GPKGMediaRow(im)dataImageWithScale:":{"name":"-dataImageWithScale:","abstract":"

    Get the data as a scaled image

    ","parent_name":"GPKGMediaRow"},"Classes/GPKGMediaRow.html#/c:objc(cs)GPKGMediaRow(im)setDataWithImage:andFormat:":{"name":"-setDataWithImage:andFormat:","abstract":"

    Set the data from a full quality image

    ","parent_name":"GPKGMediaRow"},"Classes/GPKGMediaRow.html#/c:objc(cs)GPKGMediaRow(im)setDataWithImage:andFormat:andQuality:":{"name":"-setDataWithImage:andFormat:andQuality:","abstract":"

    Set the data from an image

    ","parent_name":"GPKGMediaRow"},"Classes/GPKGMediaRow.html#/c:objc(cs)GPKGMediaRow(im)contentTypeColumnIndex":{"name":"-contentTypeColumnIndex","abstract":"

    Get the content type column index

    ","parent_name":"GPKGMediaRow"},"Classes/GPKGMediaRow.html#/c:objc(cs)GPKGMediaRow(im)contentTypeColumn":{"name":"-contentTypeColumn","abstract":"

    Get the content type column

    ","parent_name":"GPKGMediaRow"},"Classes/GPKGMediaRow.html#/c:objc(cs)GPKGMediaRow(im)contentType":{"name":"-contentType","abstract":"

    Get the content type

    ","parent_name":"GPKGMediaRow"},"Classes/GPKGMediaRow.html#/c:objc(cs)GPKGMediaRow(im)setContentType:":{"name":"-setContentType:","abstract":"

    Set the content type

    ","parent_name":"GPKGMediaRow"},"Classes/GPKGMediaDao.html#/c:objc(cs)GPKGMediaDao(im)initWithDao:":{"name":"-initWithDao:","abstract":"

    Initialize

    ","parent_name":"GPKGMediaDao"},"Classes/GPKGMediaDao.html#/c:objc(cs)GPKGMediaDao(im)initWithDao:andTable:":{"name":"-initWithDao:andTable:","abstract":"

    Initialize

    ","parent_name":"GPKGMediaDao"},"Classes/GPKGMediaDao.html#/c:objc(cs)GPKGMediaDao(im)mediaTable":{"name":"-mediaTable","abstract":"

    Get the media table

    ","parent_name":"GPKGMediaDao"},"Classes/GPKGMediaDao.html#/c:objc(cs)GPKGMediaDao(im)row:":{"name":"-row:","abstract":"

    Get the media row for the current result in the result set

    ","parent_name":"GPKGMediaDao"},"Classes/GPKGMediaDao.html#/c:objc(cs)GPKGMediaDao(im)newRow":{"name":"-newRow","abstract":"

    Create a new media row

    ","parent_name":"GPKGMediaDao"},"Classes/GPKGMediaDao.html#/c:objc(cs)GPKGMediaDao(im)rowsWithIds:":{"name":"-rowsWithIds:","abstract":"

    Get the media rows that exist with the provided ids

    ","parent_name":"GPKGMediaDao"},"Classes/GPKGDublinCoreTypes.html#/c:objc(cs)GPKGDublinCoreTypes(cm)name:":{"name":"+name:","abstract":"

    Get the name of the Dublin Core Metadata type

    ","parent_name":"GPKGDublinCoreTypes"},"Classes/GPKGDublinCoreTypes.html#/c:objc(cs)GPKGDublinCoreTypes(cm)fromName:":{"name":"+fromName:","abstract":"

    Get the Dublin Core Metadata type from the name

    ","parent_name":"GPKGDublinCoreTypes"},"Classes/GPKGDublinCoreTypes.html#/c:objc(cs)GPKGDublinCoreTypes(cm)synonyms:":{"name":"+synonyms:","abstract":"

    Get the synonymous column names

    ","parent_name":"GPKGDublinCoreTypes"},"Classes/GPKGDublinCoreMetadata.html#/c:objc(cs)GPKGDublinCoreMetadata(cm)hasColumn:inTable:":{"name":"+hasColumn:inTable:","abstract":"

    Check if the table has a column for the Dublin Core Type term

    ","parent_name":"GPKGDublinCoreMetadata"},"Classes/GPKGDublinCoreMetadata.html#/c:objc(cs)GPKGDublinCoreMetadata(cm)hasColumn:inRow:":{"name":"+hasColumn:inRow:","abstract":"

    Check if the row has a column for the Dublin Core Type term

    ","parent_name":"GPKGDublinCoreMetadata"},"Classes/GPKGDublinCoreMetadata.html#/c:objc(cs)GPKGDublinCoreMetadata(cm)column:fromTable:":{"name":"+column:fromTable:","abstract":"

    Get the column from the table for the Dublin Core Type term

    ","parent_name":"GPKGDublinCoreMetadata"},"Classes/GPKGDublinCoreMetadata.html#/c:objc(cs)GPKGDublinCoreMetadata(cm)column:fromRow:":{"name":"+column:fromRow:","abstract":"

    Get the column from the row for the Dublin Core Type term

    ","parent_name":"GPKGDublinCoreMetadata"},"Classes/GPKGDublinCoreMetadata.html#/c:objc(cs)GPKGDublinCoreMetadata(cm)value:fromRow:":{"name":"+value:fromRow:","abstract":"

    Get the value from the row for the Dublin Core Type term

    ","parent_name":"GPKGDublinCoreMetadata"},"Classes/GPKGDublinCoreMetadata.html#/c:objc(cs)GPKGDublinCoreMetadata(cm)setValue:asColumn:inRow:":{"name":"+setValue:asColumn:inRow:","abstract":"

    Set the value in the row for the Dublin Core Type term

    ","parent_name":"GPKGDublinCoreMetadata"},"Classes/GPKGUserRelatedTable.html#/c:objc(cs)GPKGUserRelatedTable(im)initWithTable:andRelation:andDataType:andColumns:":{"name":"-initWithTable:andRelation:andDataType:andColumns:","abstract":"

    Initializer

    ","parent_name":"GPKGUserRelatedTable"},"Classes/GPKGUserRelatedTable.html#/c:objc(cs)GPKGUserRelatedTable(im)initWithTable:andRelation:andDataType:andColumns:andRequiredColumns:":{"name":"-initWithTable:andRelation:andDataType:andColumns:andRequiredColumns:","abstract":"

    Initializer

    ","parent_name":"GPKGUserRelatedTable"},"Classes/GPKGUserRelatedTable.html#/c:objc(cs)GPKGUserRelatedTable(im)initWithRelation:andDataType:andCustomTable:":{"name":"-initWithRelation:andDataType:andCustomTable:","abstract":"

    Initialize

    ","parent_name":"GPKGUserRelatedTable"},"Classes/GPKGUserRelatedTable.html#/c:objc(cs)GPKGUserRelatedTable(im)relationName":{"name":"-relationName","abstract":"

    Get the relation name

    ","parent_name":"GPKGUserRelatedTable"},"Classes/GPKGUserMappingTable.html#/c:objc(cs)GPKGUserMappingTable(cm)createWithName:":{"name":"+createWithName:","abstract":"

    Create a user mapping table with the minimum required columns

    ","parent_name":"GPKGUserMappingTable"},"Classes/GPKGUserMappingTable.html#/c:objc(cs)GPKGUserMappingTable(cm)createWithName:andAdditionalColumns:":{"name":"+createWithName:andAdditionalColumns:","abstract":"

    Create a user mapping table with the minimum required columns followed by","parent_name":"GPKGUserMappingTable"},"Classes/GPKGUserMappingTable.html#/c:objc(cs)GPKGUserMappingTable(cm)createRequiredColumns":{"name":"+createRequiredColumns","abstract":"

    Create the required table columns

    ","parent_name":"GPKGUserMappingTable"},"Classes/GPKGUserMappingTable.html#/c:objc(cs)GPKGUserMappingTable(cm)createRequiredColumnsWithIndex:":{"name":"+createRequiredColumnsWithIndex:","abstract":"

    Create the required table columns, starting at the provided index

    ","parent_name":"GPKGUserMappingTable"},"Classes/GPKGUserMappingTable.html#/c:objc(cs)GPKGUserMappingTable(cm)createBaseIdColumn":{"name":"+createBaseIdColumn","abstract":"

    Create a base id column

    ","parent_name":"GPKGUserMappingTable"},"Classes/GPKGUserMappingTable.html#/c:objc(cs)GPKGUserMappingTable(cm)createBaseIdColumnWithIndex:":{"name":"+createBaseIdColumnWithIndex:","abstract":"

    Create a base id column

    ","parent_name":"GPKGUserMappingTable"},"Classes/GPKGUserMappingTable.html#/c:objc(cs)GPKGUserMappingTable(cm)createRelatedIdColumn":{"name":"+createRelatedIdColumn","abstract":"

    Create a related id column

    ","parent_name":"GPKGUserMappingTable"},"Classes/GPKGUserMappingTable.html#/c:objc(cs)GPKGUserMappingTable(cm)createRelatedIdColumnWithIndex:":{"name":"+createRelatedIdColumnWithIndex:","abstract":"

    Create a related id column

    ","parent_name":"GPKGUserMappingTable"},"Classes/GPKGUserMappingTable.html#/c:objc(cs)GPKGUserMappingTable(cm)numRequiredColumns":{"name":"+numRequiredColumns","abstract":"

    Get the number of required columns

    ","parent_name":"GPKGUserMappingTable"},"Classes/GPKGUserMappingTable.html#/c:objc(cs)GPKGUserMappingTable(cm)requiredColumns":{"name":"+requiredColumns","abstract":"

    Get the required columns

    ","parent_name":"GPKGUserMappingTable"},"Classes/GPKGUserMappingTable.html#/c:objc(cs)GPKGUserMappingTable(im)initWithTable:andColumns:":{"name":"-initWithTable:andColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGUserMappingTable"},"Classes/GPKGUserMappingTable.html#/c:objc(cs)GPKGUserMappingTable(im)initWithTable:":{"name":"-initWithTable:","abstract":"

    Initialize

    ","parent_name":"GPKGUserMappingTable"},"Classes/GPKGUserMappingTable.html#/c:objc(cs)GPKGUserMappingTable(im)baseIdColumnIndex":{"name":"-baseIdColumnIndex","abstract":"

    Get the base id column index

    ","parent_name":"GPKGUserMappingTable"},"Classes/GPKGUserMappingTable.html#/c:objc(cs)GPKGUserMappingTable(im)baseIdColumn":{"name":"-baseIdColumn","abstract":"

    Get the base id column

    ","parent_name":"GPKGUserMappingTable"},"Classes/GPKGUserMappingTable.html#/c:objc(cs)GPKGUserMappingTable(im)relatedIdColumnIndex":{"name":"-relatedIdColumnIndex","abstract":"

    Get the related id column index

    ","parent_name":"GPKGUserMappingTable"},"Classes/GPKGUserMappingTable.html#/c:objc(cs)GPKGUserMappingTable(im)relatedIdColumn":{"name":"-relatedIdColumn","abstract":"

    Get the related id column

    ","parent_name":"GPKGUserMappingTable"},"Classes/GPKGUserMappingRow.html#/c:objc(cs)GPKGUserMappingRow(im)initWithUserMappingTable:andColumns:andValues:":{"name":"-initWithUserMappingTable:andColumns:andValues:","abstract":"

    Initialize

    ","parent_name":"GPKGUserMappingRow"},"Classes/GPKGUserMappingRow.html#/c:objc(cs)GPKGUserMappingRow(im)initWithUserMappingTable:":{"name":"-initWithUserMappingTable:","abstract":"

    Initialize

    ","parent_name":"GPKGUserMappingRow"},"Classes/GPKGUserMappingRow.html#/c:objc(cs)GPKGUserMappingRow(im)userMappingTable":{"name":"-userMappingTable","abstract":"

    Get the user mapping table

    ","parent_name":"GPKGUserMappingRow"},"Classes/GPKGUserMappingRow.html#/c:objc(cs)GPKGUserMappingRow(im)baseIdColumnIndex":{"name":"-baseIdColumnIndex","abstract":"

    Get the base ID column index

    ","parent_name":"GPKGUserMappingRow"},"Classes/GPKGUserMappingRow.html#/c:objc(cs)GPKGUserMappingRow(im)baseIdColumn":{"name":"-baseIdColumn","abstract":"

    Get the base ID column

    ","parent_name":"GPKGUserMappingRow"},"Classes/GPKGUserMappingRow.html#/c:objc(cs)GPKGUserMappingRow(im)baseId":{"name":"-baseId","abstract":"

    Get the base ID

    ","parent_name":"GPKGUserMappingRow"},"Classes/GPKGUserMappingRow.html#/c:objc(cs)GPKGUserMappingRow(im)setBaseId:":{"name":"-setBaseId:","abstract":"

    Set the base ID

    ","parent_name":"GPKGUserMappingRow"},"Classes/GPKGUserMappingRow.html#/c:objc(cs)GPKGUserMappingRow(im)relatedIdColumnIndex":{"name":"-relatedIdColumnIndex","abstract":"

    Get the related ID column index

    ","parent_name":"GPKGUserMappingRow"},"Classes/GPKGUserMappingRow.html#/c:objc(cs)GPKGUserMappingRow(im)relatedIdColumn":{"name":"-relatedIdColumn","abstract":"

    Get the related ID column

    ","parent_name":"GPKGUserMappingRow"},"Classes/GPKGUserMappingRow.html#/c:objc(cs)GPKGUserMappingRow(im)relatedId":{"name":"-relatedId","abstract":"

    Get the related ID

    ","parent_name":"GPKGUserMappingRow"},"Classes/GPKGUserMappingRow.html#/c:objc(cs)GPKGUserMappingRow(im)setRelatedId:":{"name":"-setRelatedId:","abstract":"

    Set the related ID

    ","parent_name":"GPKGUserMappingRow"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)initWithDao:":{"name":"-initWithDao:","abstract":"

    Initialize

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)initWithDao:andTable:":{"name":"-initWithDao:andTable:","abstract":"

    Initialize

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)userMappingTable":{"name":"-userMappingTable","abstract":"

    Get the user mapping table

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)row:":{"name":"-row:","abstract":"

    Get the user mapping row for the current result in the result set

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)newRow":{"name":"-newRow","abstract":"

    Create a new user mapping row

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)queryByBaseIdFromRow:":{"name":"-queryByBaseIdFromRow:","abstract":"

    Query by base id

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)queryByBaseId:":{"name":"-queryByBaseId:","abstract":"

    Query by base id

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)countByBaseIdFromRow:":{"name":"-countByBaseIdFromRow:","abstract":"

    Count by base id

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)countByBaseId:":{"name":"-countByBaseId:","abstract":"

    Count by base id

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)queryByRelatedIdFromRow:":{"name":"-queryByRelatedIdFromRow:","abstract":"

    Query by related id

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)queryByRelatedId:":{"name":"-queryByRelatedId:","abstract":"

    Query by related id

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)countByRelatedIdFromRow:":{"name":"-countByRelatedIdFromRow:","abstract":"

    Count by related id

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)countByRelatedId:":{"name":"-countByRelatedId:","abstract":"

    Count by related id

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)queryByIdsFromRow:":{"name":"-queryByIdsFromRow:","abstract":"

    Query by both base id and related id

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)queryByBaseId:andRelatedId:":{"name":"-queryByBaseId:andRelatedId:","abstract":"

    Query by both base id and related id

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)uniqueBaseIds":{"name":"-uniqueBaseIds","abstract":"

    Get the unique base ids

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)uniqueRelatedIds":{"name":"-uniqueRelatedIds","abstract":"

    Get the unique related ids

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)countByIdsFromRow:":{"name":"-countByIdsFromRow:","abstract":"

    Count by both base id and related id

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)countByBaseId:andRelatedId:":{"name":"-countByBaseId:andRelatedId:","abstract":"

    Count by both base id and related id

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)deleteByBaseIdFromRow:":{"name":"-deleteByBaseIdFromRow:","abstract":"

    Delete user mappings by base id

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)deleteByBaseId:":{"name":"-deleteByBaseId:","abstract":"

    Delete user mappings by base id

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)deleteByRelatedIdFromRow:":{"name":"-deleteByRelatedIdFromRow:","abstract":"

    Delete user mappings by related id

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)deleteByRelatedId:":{"name":"-deleteByRelatedId:","abstract":"

    Delete user mappings by related id

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)deleteByIdsFromRow:":{"name":"-deleteByIdsFromRow:","abstract":"

    Delete user mappings by both base id and related id

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)deleteByBaseId:andRelatedId:":{"name":"-deleteByBaseId:andRelatedId:","abstract":"

    Delete user mappings by both base id and related id

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGRelationTypes.html#/c:objc(cs)GPKGRelationTypes(cm)name:":{"name":"+name:","abstract":"

    Get the name of the relation type

    ","parent_name":"GPKGRelationTypes"},"Classes/GPKGRelationTypes.html#/c:objc(cs)GPKGRelationTypes(cm)fromName:":{"name":"+fromName:","abstract":"

    Get the relation type from the name

    ","parent_name":"GPKGRelationTypes"},"Classes/GPKGRelationTypes.html#/c:objc(cs)GPKGRelationTypes(cm)dataType:":{"name":"+dataType:","abstract":"

    Get the contents data type

    ","parent_name":"GPKGRelationTypes"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)initWithGeoPackage:":{"name":"-initWithGeoPackage:","abstract":"

    Initialize

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)extensionName":{"name":"-extensionName","abstract":"

    Get the extension name

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)extensionDefinition":{"name":"-extensionDefinition","abstract":"

    Get the extension definition

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)has":{"name":"-has","abstract":"

    Determine if the GeoPackage has the extension

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)hasWithMappingTable:":{"name":"-hasWithMappingTable:","abstract":"

    Determine if the GeoPackage has the extension for the mapping table

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)extendedRelationsDao":{"name":"-extendedRelationsDao","abstract":"

    Get the extended relations DAO

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(cm)extendedRelationsDaoWithGeoPackage:":{"name":"+extendedRelationsDaoWithGeoPackage:","abstract":"

    Get a Extended Relations DAO

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(cm)extendedRelationsDaoWithDatabase:":{"name":"+extendedRelationsDaoWithDatabase:","abstract":"

    Get a Extended Relations DAO

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)createExtendedRelationsTable":{"name":"-createExtendedRelationsTable","abstract":"

    Create the Extended Relations Table if it does not exist

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)primaryKeyColumnNameOfTable:":{"name":"-primaryKeyColumnNameOfTable:","abstract":"

    Get the primary key of a table

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)setContentsInTable:":{"name":"-setContentsInTable:","abstract":"

    Set the contents in the user table

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)relationships":{"name":"-relationships","abstract":"

    Returns the relationships defined through this extension

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addRelationshipWithBaseTable:andRelatedTable:andMappingTableName:andRelation:":{"name":"-addRelationshipWithBaseTable:andRelatedTable:andMappingTableName:andRelation:","abstract":"

    Adds a relationship between the base and related table. Creates a default","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addRelationshipWithBaseTable:andRelatedTable:andMappingTableName:andRelationAuthor:andRelationName:":{"name":"-addRelationshipWithBaseTable:andRelatedTable:andMappingTableName:andRelationAuthor:andRelationName:","abstract":"

    Adds a relationship between the base and related table. Creates a default","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addRelationshipWithBaseTable:andRelatedTable:andMappingTableName:andRelationName:":{"name":"-addRelationshipWithBaseTable:andRelatedTable:andMappingTableName:andRelationName:","abstract":"

    Adds a relationship between the base and related table. Creates a default","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addRelationshipWithBaseTable:andRelatedTable:andUserMappingTable:andRelation:":{"name":"-addRelationshipWithBaseTable:andRelatedTable:andUserMappingTable:andRelation:","abstract":"

    Adds a relationship between the base and related table. Creates the user","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addRelationshipWithBaseTable:andRelatedTable:andUserMappingTable:andRelationAuthor:andRelationName:":{"name":"-addRelationshipWithBaseTable:andRelatedTable:andUserMappingTable:andRelationAuthor:andRelationName:","abstract":"

    Adds a relationship between the base and related table. Creates the user","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addRelationshipWithBaseTable:andRelatedTable:andUserMappingTable:andRelationName:":{"name":"-addRelationshipWithBaseTable:andRelatedTable:andUserMappingTable:andRelationName:","abstract":"

    Adds a relationship between the base and related table. Creates the user","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addRelationshipWithBaseTable:andUserRelatedTable:andMappingTableName:":{"name":"-addRelationshipWithBaseTable:andUserRelatedTable:andMappingTableName:","abstract":"

    Adds a relationship between the base and user related table. Creates a","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addRelationshipWithBaseTable:andUserRelatedTable:andUserMappingTable:":{"name":"-addRelationshipWithBaseTable:andUserRelatedTable:andUserMappingTable:","abstract":"

    Adds a relationship between the base and user related table. Creates the","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addRelationshipWithBaseTable:andUserTable:andMappingTableName:":{"name":"-addRelationshipWithBaseTable:andUserTable:andMappingTableName:","abstract":"

    Adds a relationship between the base and user related table. Creates a","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addRelationshipWithBaseTable:andUserTable:andUserMappingTable:":{"name":"-addRelationshipWithBaseTable:andUserTable:andUserMappingTable:","abstract":"

    Adds a relationship between the base and user related table. Creates the","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addRelationshipWithBaseTable:andUserTable:andRelationName:andMappingTableName:":{"name":"-addRelationshipWithBaseTable:andUserTable:andRelationName:andMappingTableName:","abstract":"

    Adds a relationship between the base and user related table. Creates a","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addRelationshipWithBaseTable:andUserTable:andRelationName:andUserMappingTable:":{"name":"-addRelationshipWithBaseTable:andUserTable:andRelationName:andUserMappingTable:","abstract":"

    Adds a relationship between the base and user related table. Creates the","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addFeaturesRelationshipWithBaseTable:andRelatedTable:andMappingTableName:":{"name":"-addFeaturesRelationshipWithBaseTable:andRelatedTable:andMappingTableName:","abstract":"

    Adds a features relationship between the base feature and related feature","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addFeaturesRelationshipWithBaseTable:andRelatedTable:andUserMappingTable:":{"name":"-addFeaturesRelationshipWithBaseTable:andRelatedTable:andUserMappingTable:","abstract":"

    Adds a features relationship between the base feature and related feature","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addMediaRelationshipWithBaseTable:andMediaTable:andMappingTableName:":{"name":"-addMediaRelationshipWithBaseTable:andMediaTable:andMappingTableName:","abstract":"

    Adds a media relationship between the base table and user media related","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addMediaRelationshipWithBaseTable:andMediaTable:andUserMappingTable:":{"name":"-addMediaRelationshipWithBaseTable:andMediaTable:andUserMappingTable:","abstract":"

    Adds a media relationship between the base table and user media related","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addSimpleAttributesRelationshipWithBaseTable:andSimpleAttributesTable:andMappingTableName:":{"name":"-addSimpleAttributesRelationshipWithBaseTable:andSimpleAttributesTable:andMappingTableName:","abstract":"

    Adds a simple attributes relationship between the base table and user","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addSimpleAttributesRelationshipWithBaseTable:andSimpleAttributesTable:andUserMappingTable:":{"name":"-addSimpleAttributesRelationshipWithBaseTable:andSimpleAttributesTable:andUserMappingTable:","abstract":"

    Adds a simple attributes relationship between the base table and user","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addAttributesRelationshipWithBaseTable:andRelatedTable:andMappingTableName:":{"name":"-addAttributesRelationshipWithBaseTable:andRelatedTable:andMappingTableName:","abstract":"

    Adds an attributes relationship between the base table and related","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addAttributesRelationshipWithBaseTable:andRelatedTable:andUserMappingTable:":{"name":"-addAttributesRelationshipWithBaseTable:andRelatedTable:andUserMappingTable:","abstract":"

    Adds an attributes relationship between the base table and related","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addAttributesRelationshipWithBaseTable:andAttributesTable:andMappingTableName:":{"name":"-addAttributesRelationshipWithBaseTable:andAttributesTable:andMappingTableName:","abstract":"

    Adds an attributes relationship between the base table and user","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addAttributesRelationshipWithBaseTable:andAttributesTable:andUserMappingTable:":{"name":"-addAttributesRelationshipWithBaseTable:andAttributesTable:andUserMappingTable:","abstract":"

    Adds an attributes relationship between the base table and user","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addTilesRelationshipWithBaseTable:andRelatedTable:andMappingTableName:":{"name":"-addTilesRelationshipWithBaseTable:andRelatedTable:andMappingTableName:","abstract":"

    Adds a tiles relationship between the base table and related tiles table.","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addTilesRelationshipWithBaseTable:andRelatedTable:andUserMappingTable:":{"name":"-addTilesRelationshipWithBaseTable:andRelatedTable:andUserMappingTable:","abstract":"

    Adds a tiles relationship between the base table and related tiles table.","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addTilesRelationshipWithBaseTable:andTileTable:andMappingTableName:":{"name":"-addTilesRelationshipWithBaseTable:andTileTable:andMappingTableName:","abstract":"

    Adds a tiles relationship between the base table and user tiles related","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addTilesRelationshipWithBaseTable:andTileTable:andUserMappingTable:":{"name":"-addTilesRelationshipWithBaseTable:andTileTable:andUserMappingTable:","abstract":"

    Adds a tiles relationship between the base table and user tiles related","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)createUserMappingTableWithName:":{"name":"-createUserMappingTableWithName:","abstract":"

    Create a default user mapping table and extension row if either does not","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)createUserMappingTable:":{"name":"-createUserMappingTable:","abstract":"

    Create a user mapping table and extension row if either does not exist.","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)createRelatedTable:":{"name":"-createRelatedTable:","abstract":"

    Create a user related table if it does not exist. When not created, there","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)removeRelationshipWithBaseTable:andRelatedTable:andRelation:":{"name":"-removeRelationshipWithBaseTable:andRelatedTable:andRelation:","abstract":"

    Remove a specific relationship from the GeoPackage

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)removeRelationshipWithBaseTable:andRelatedTable:andRelationAuthor:andRelationName:":{"name":"-removeRelationshipWithBaseTable:andRelatedTable:andRelationAuthor:andRelationName:","abstract":"

    Remove a specific relationship from the GeoPackage

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)removeRelationship:":{"name":"-removeRelationship:","abstract":"

    Remove a specific relationship from the GeoPackage

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)removeRelationshipWithBaseTable:andRelatedTable:andRelationName:":{"name":"-removeRelationshipWithBaseTable:andRelatedTable:andRelationName:","abstract":"

    Remove a specific relationship from the GeoPackage

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)removeRelationshipsWithTable:":{"name":"-removeRelationshipsWithTable:","abstract":"

    Remove all relationships that include the table

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)removeRelationshipsWithMappingTable:":{"name":"-removeRelationshipsWithMappingTable:","abstract":"

    Remove all relationships with the mapping table

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)removeExtension":{"name":"-removeExtension","abstract":"

    Remove all trace of the extension

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)hasRelationsWithBaseTable:andRelatedTable:":{"name":"-hasRelationsWithBaseTable:andRelatedTable:","abstract":"

    Determine if has one or more relations matching the base table and","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)relationsWithBaseTable:andRelatedTable:":{"name":"-relationsWithBaseTable:andRelatedTable:","abstract":"

    Get the relations to the base table and related table

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)hasRelationsWithBaseTable:andRelatedTable:andMappingTable:":{"name":"-hasRelationsWithBaseTable:andRelatedTable:andMappingTable:","abstract":"

    Determine if has one or more relations matching the non null provided","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)relationsWithBaseTable:andRelatedTable:andMappingTable:":{"name":"-relationsWithBaseTable:andRelatedTable:andMappingTable:","abstract":"

    Get the relations matching the non null provided values

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)hasRelationsWithBaseTable:andRelatedTable:andRelation:andMappingTable:":{"name":"-hasRelationsWithBaseTable:andRelatedTable:andRelation:andMappingTable:","abstract":"

    Determine if has one or more relations matching the non null provided","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)relationsWithBaseTable:andRelatedTable:andRelation:andMappingTable:":{"name":"-relationsWithBaseTable:andRelatedTable:andRelation:andMappingTable:","abstract":"

    Get the relations matching the non null provided values

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)hasRelationsWithBaseTable:andBaseColumn:andRelatedTable:andRelatedColumn:andRelation:andMappingTable:":{"name":"-hasRelationsWithBaseTable:andBaseColumn:andRelatedTable:andRelatedColumn:andRelation:andMappingTable:","abstract":"

    Determine if has one or more relations matching the non null provided","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)relationsWithBaseTable:andBaseColumn:andRelatedTable:andRelatedColumn:andRelation:andMappingTable:":{"name":"-relationsWithBaseTable:andBaseColumn:andRelatedTable:andRelatedColumn:andRelation:andMappingTable:","abstract":"

    Get the relations matching the non null provided values

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)buildRelationNameWithAuthor:andName:":{"name":"-buildRelationNameWithAuthor:andName:","abstract":"

    Build the custom relation name with author

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)relationsToBaseTable:":{"name":"-relationsToBaseTable:","abstract":"

    Get the relations to the base table

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)hasRelationsToBaseTable:":{"name":"-hasRelationsToBaseTable:","abstract":"

    Determine if there are relations to the base table

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)relationsToRelatedTable:":{"name":"-relationsToRelatedTable:","abstract":"

    Get the relations to the related table

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)hasRelationsToRelatedTable:":{"name":"-hasRelationsToRelatedTable:","abstract":"

    Determine if there are relations to the related table

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)relationsToTable:":{"name":"-relationsToTable:","abstract":"

    Get the relations to the table

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)hasRelationsToTable:":{"name":"-hasRelationsToTable:","abstract":"

    Determine if there are relations to the table

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)userDaoForTableName:":{"name":"-userDaoForTableName:","abstract":"

    Get a User Custom DAO from a table name

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)mappingDaoForRelation:":{"name":"-mappingDaoForRelation:","abstract":"

    Get a User Mapping DAO from an extended relation

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)mappingDaoForTableName:":{"name":"-mappingDaoForTableName:","abstract":"

    Get a User Mapping DAO from a table name

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)mediaDaoForTable:":{"name":"-mediaDaoForTable:","abstract":"

    Get a related media table DAO

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)mediaDaoForRelation:":{"name":"-mediaDaoForRelation:","abstract":"

    Get a related media table DAO

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)mediaDaoForTableName:":{"name":"-mediaDaoForTableName:","abstract":"

    Get a related media table DAO

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)simpleAttributesDaoForTable:":{"name":"-simpleAttributesDaoForTable:","abstract":"

    Get a related simple attributes table DAO

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)simpleAttributesDaoForRelation:":{"name":"-simpleAttributesDaoForRelation:","abstract":"

    Get a related simple attributes table DAO

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)simpleAttributesDaoForTableName:":{"name":"-simpleAttributesDaoForTableName:","abstract":"

    Get a related simple attributes table DAO

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)mappingsForRelation:withBaseId:":{"name":"-mappingsForRelation:withBaseId:","abstract":"

    Get the related id mappings for the base id

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)mappingsForTableName:withBaseId:":{"name":"-mappingsForTableName:withBaseId:","abstract":"

    Get the related id mappings for the base id

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)mappingsForRelation:withRelatedId:":{"name":"-mappingsForRelation:withRelatedId:","abstract":"

    Get the base id mappings for the related id

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)mappingsForTableName:withRelatedId:":{"name":"-mappingsForTableName:withRelatedId:","abstract":"

    Get the base id mappings for the related id

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)hasMappingWithTableName:andBaseId:andRelatedId:":{"name":"-hasMappingWithTableName:andBaseId:andRelatedId:","abstract":"

    Determine if the base id and related id mapping exists

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)countMappingsToBaseTable:andBaseId:":{"name":"-countMappingsToBaseTable:andBaseId:","abstract":"

    Count the number of mappings to the base table and id

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)hasMappingToBaseTable:andBaseId:":{"name":"-hasMappingToBaseTable:andBaseId:","abstract":"

    Determine if a mapping to the base table and id exists

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)countMappingsInRelations:toBaseId:":{"name":"-countMappingsInRelations:toBaseId:","abstract":"

    Count the number of mappings in the extended relations to the base id

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)hasMappingInRelations:toBaseId:":{"name":"-hasMappingInRelations:toBaseId:","abstract":"

    Determine if a mapping in the extended relations to the base id exists

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)countMappingsInRelation:toBaseId:":{"name":"-countMappingsInRelation:toBaseId:","abstract":"

    Count the number of mappings in the extended relation to the base id

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)hasMappingInRelation:toBaseId:":{"name":"-hasMappingInRelation:toBaseId:","abstract":"

    Determine if a mapping in the extended relation to the base id exists

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)deleteMappingsToBaseTable:andBaseId:":{"name":"-deleteMappingsToBaseTable:andBaseId:","abstract":"

    Delete mappings to the base table and id

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)deleteMappingsInRelations:toBaseId:":{"name":"-deleteMappingsInRelations:toBaseId:","abstract":"

    Delete mappings in the extended relations to the base id

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)deleteMappingsInRelation:toBaseId:":{"name":"-deleteMappingsInRelation:toBaseId:","abstract":"

    Delete mappings in the extended relation to the base id

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)countMappingsToRelatedTable:andRelatedId:":{"name":"-countMappingsToRelatedTable:andRelatedId:","abstract":"

    Count the number of mappings to the related table and id

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)hasMappingToRelatedTable:andRelatedId:":{"name":"-hasMappingToRelatedTable:andRelatedId:","abstract":"

    Determine if a mapping to the related table and id exists

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)countMappingsInRelations:toRelatedId:":{"name":"-countMappingsInRelations:toRelatedId:","abstract":"

    Count the number of mappings in the extended relations to the related id

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)hasMappingInRelations:toRelatedId:":{"name":"-hasMappingInRelations:toRelatedId:","abstract":"

    Determine if a mapping in the extended relations to the related id exists

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)countMappingsInRelation:toRelatedId:":{"name":"-countMappingsInRelation:toRelatedId:","abstract":"

    Count the number of mappings in the extended relation to the related id

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)hasMappingInRelation:toRelatedId:":{"name":"-hasMappingInRelation:toRelatedId:","abstract":"

    Determine if a mapping in the extended relation to the related id exists

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)deleteMappingsToRelatedTable:andRelatedId:":{"name":"-deleteMappingsToRelatedTable:andRelatedId:","abstract":"

    Delete mappings to the related table and id

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)deleteMappingsInRelations:toRelatedId:":{"name":"-deleteMappingsInRelations:toRelatedId:","abstract":"

    Delete mappings in the extended relations to the related id

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)deleteMappingsInRelation:toRelatedId:":{"name":"-deleteMappingsInRelation:toRelatedId:","abstract":"

    Delete mappings in the extended relation to the related id

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)countMappingsToTable:andId:":{"name":"-countMappingsToTable:andId:","abstract":"

    Count the number of mappings to the table and id

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)hasMappingToTable:andId:":{"name":"-hasMappingToTable:andId:","abstract":"

    Determine if a mapping to the table and id exists

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)deleteMappingsToTable:andId:":{"name":"-deleteMappingsToTable:andId:","abstract":"

    Delete mappings to the table and id

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGExtendedRelationsDao.html#/c:objc(cs)GPKGExtendedRelationsDao(cm)createWithDatabase:":{"name":"+createWithDatabase:","abstract":"

    Create the DAO

    ","parent_name":"GPKGExtendedRelationsDao"},"Classes/GPKGExtendedRelationsDao.html#/c:objc(cs)GPKGExtendedRelationsDao(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGExtendedRelationsDao"},"Classes/GPKGExtendedRelationsDao.html#/c:objc(cs)GPKGExtendedRelationsDao(im)relation:":{"name":"-relation:","abstract":"

    Get the extended relation for the current result in the result set

    ","parent_name":"GPKGExtendedRelationsDao"},"Classes/GPKGExtendedRelationsDao.html#/c:objc(cs)GPKGExtendedRelationsDao(im)firstRelation:":{"name":"-firstRelation:","abstract":"

    Get the first extended relation in the result set and close it

    ","parent_name":"GPKGExtendedRelationsDao"},"Classes/GPKGExtendedRelationsDao.html#/c:objc(cs)GPKGExtendedRelationsDao(im)baseTables":{"name":"-baseTables","abstract":"

    Get all the base table names

    ","parent_name":"GPKGExtendedRelationsDao"},"Classes/GPKGExtendedRelationsDao.html#/c:objc(cs)GPKGExtendedRelationsDao(im)relatedTables":{"name":"-relatedTables","abstract":"

    Get all the related table names

    ","parent_name":"GPKGExtendedRelationsDao"},"Classes/GPKGExtendedRelationsDao.html#/c:objc(cs)GPKGExtendedRelationsDao(im)relationsToBaseTable:":{"name":"-relationsToBaseTable:","abstract":"

    Get the relations to the base table

    ","parent_name":"GPKGExtendedRelationsDao"},"Classes/GPKGExtendedRelationsDao.html#/c:objc(cs)GPKGExtendedRelationsDao(im)relationsToRelatedTable:":{"name":"-relationsToRelatedTable:","abstract":"

    Get the relations to the related table

    ","parent_name":"GPKGExtendedRelationsDao"},"Classes/GPKGExtendedRelationsDao.html#/c:objc(cs)GPKGExtendedRelationsDao(im)relationsToTable:":{"name":"-relationsToTable:","abstract":"

    Get the relations to the table, both base table and related table

    ","parent_name":"GPKGExtendedRelationsDao"},"Classes/GPKGExtendedRelationsDao.html#/c:objc(cs)GPKGExtendedRelationsDao(im)relationsWithBaseTable:andBaseColumn:andRelatedTable:andRelatedColumn:andRelation:andMappingTable:":{"name":"-relationsWithBaseTable:andBaseColumn:andRelatedTable:andRelatedColumn:andRelation:andMappingTable:","abstract":"

    Get the relations matching the non null provided values

    ","parent_name":"GPKGExtendedRelationsDao"},"Classes/GPKGExtendedRelation.html#/c:objc(cs)GPKGExtendedRelation(py)id":{"name":"id","abstract":"

    Extended Relations primary key

    ","parent_name":"GPKGExtendedRelation"},"Classes/GPKGExtendedRelation.html#/c:objc(cs)GPKGExtendedRelation(py)baseTableName":{"name":"baseTableName","abstract":"

    Name of the table containing the base data (e.g., features) to relate

    ","parent_name":"GPKGExtendedRelation"},"Classes/GPKGExtendedRelation.html#/c:objc(cs)GPKGExtendedRelation(py)basePrimaryColumn":{"name":"basePrimaryColumn","abstract":"

    Name of the primary key column in base_table_name

    ","parent_name":"GPKGExtendedRelation"},"Classes/GPKGExtendedRelation.html#/c:objc(cs)GPKGExtendedRelation(py)relatedTableName":{"name":"relatedTableName","abstract":"

    Name of the table containing the related information

    ","parent_name":"GPKGExtendedRelation"},"Classes/GPKGExtendedRelation.html#/c:objc(cs)GPKGExtendedRelation(py)relatedPrimaryColumn":{"name":"relatedPrimaryColumn","abstract":"

    Name of the primary key column in related_table_name

    ","parent_name":"GPKGExtendedRelation"},"Classes/GPKGExtendedRelation.html#/c:objc(cs)GPKGExtendedRelation(py)relationName":{"name":"relationName","abstract":"

    Name of the relation

    ","parent_name":"GPKGExtendedRelation"},"Classes/GPKGExtendedRelation.html#/c:objc(cs)GPKGExtendedRelation(py)mappingTableName":{"name":"mappingTableName","abstract":"

    Name of a mapping table

    ","parent_name":"GPKGExtendedRelation"},"Classes/GPKGExtendedRelation.html#/c:objc(cs)GPKGExtendedRelation(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGExtendedRelation"},"Classes/GPKGExtendedRelation.html#/c:objc(cs)GPKGExtendedRelation(im)resetId":{"name":"-resetId","abstract":"

    Reset the id so the row can be inserted as new

    ","parent_name":"GPKGExtendedRelation"},"Classes/GPKGExtendedRelation.html#/c:objc(cs)GPKGExtendedRelation(im)relationType":{"name":"-relationType","abstract":"

    Get the relation type

    ","parent_name":"GPKGExtendedRelation"},"Classes/GPKGStyles.html#/c:objc(cs)GPKGStyles(py)tableStyles":{"name":"tableStyles","abstract":"

    Table styles flag

    ","parent_name":"GPKGStyles"},"Classes/GPKGStyles.html#/c:objc(cs)GPKGStyles(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGStyles"},"Classes/GPKGStyles.html#/c:objc(cs)GPKGStyles(im)initAsTableStyles:":{"name":"-initAsTableStyles:","abstract":"

    Initialize

    ","parent_name":"GPKGStyles"},"Classes/GPKGStyles.html#/c:objc(cs)GPKGStyles(im)setDefaultStyle:":{"name":"-setDefaultStyle:","abstract":"

    Set the default style

    ","parent_name":"GPKGStyles"},"Classes/GPKGStyles.html#/c:objc(cs)GPKGStyles(im)setStyle:forGeometryType:":{"name":"-setStyle:forGeometryType:","abstract":"

    Set the style for the geometry type

    ","parent_name":"GPKGStyles"},"Classes/GPKGStyles.html#/c:objc(cs)GPKGStyles(im)defaultStyle":{"name":"-defaultStyle","abstract":"

    Get the default style

    ","parent_name":"GPKGStyles"},"Classes/GPKGStyles.html#/c:objc(cs)GPKGStyles(im)allStyles":{"name":"-allStyles","abstract":"

    Get an unmodifiable mapping between specific geometry types and styles

    ","parent_name":"GPKGStyles"},"Classes/GPKGStyles.html#/c:objc(cs)GPKGStyles(im)style":{"name":"-style","abstract":"

    Get the style, either the default or single geometry type style

    ","parent_name":"GPKGStyles"},"Classes/GPKGStyles.html#/c:objc(cs)GPKGStyles(im)styleForGeometryType:":{"name":"-styleForGeometryType:","abstract":"

    Get the style for the geometry type

    ","parent_name":"GPKGStyles"},"Classes/GPKGStyles.html#/c:objc(cs)GPKGStyles(im)isEmpty":{"name":"-isEmpty","abstract":"

    Determine if this styles is empty

    ","parent_name":"GPKGStyles"},"Classes/GPKGStyles.html#/c:objc(cs)GPKGStyles(im)hasDefault":{"name":"-hasDefault","abstract":"

    Determine if there is a default style

    ","parent_name":"GPKGStyles"},"Classes/GPKGStyleTable.html#/c:objc(cs)GPKGStyleTable(im)init":{"name":"-init","abstract":"

    Initializer

    ","parent_name":"GPKGStyleTable"},"Classes/GPKGStyleTable.html#/c:objc(cs)GPKGStyleTable(im)initWithTable:":{"name":"-initWithTable:","abstract":"

    Initializer

    ","parent_name":"GPKGStyleTable"},"Classes/GPKGStyleTable.html#/c:objc(cs)GPKGStyleTable(im)nameColumnIndex":{"name":"-nameColumnIndex","abstract":"

    Get the name column index

    ","parent_name":"GPKGStyleTable"},"Classes/GPKGStyleTable.html#/c:objc(cs)GPKGStyleTable(im)nameColumn":{"name":"-nameColumn","abstract":"

    Get the name column

    ","parent_name":"GPKGStyleTable"},"Classes/GPKGStyleTable.html#/c:objc(cs)GPKGStyleTable(im)descriptionColumnIndex":{"name":"-descriptionColumnIndex","abstract":"

    Get the description column index

    ","parent_name":"GPKGStyleTable"},"Classes/GPKGStyleTable.html#/c:objc(cs)GPKGStyleTable(im)descriptionColumn":{"name":"-descriptionColumn","abstract":"

    Get the description column

    ","parent_name":"GPKGStyleTable"},"Classes/GPKGStyleTable.html#/c:objc(cs)GPKGStyleTable(im)colorColumnIndex":{"name":"-colorColumnIndex","abstract":"

    Get the color column index

    ","parent_name":"GPKGStyleTable"},"Classes/GPKGStyleTable.html#/c:objc(cs)GPKGStyleTable(im)colorColumn":{"name":"-colorColumn","abstract":"

    Get the color column

    ","parent_name":"GPKGStyleTable"},"Classes/GPKGStyleTable.html#/c:objc(cs)GPKGStyleTable(im)opacityColumnIndex":{"name":"-opacityColumnIndex","abstract":"

    Get the opacity column index

    ","parent_name":"GPKGStyleTable"},"Classes/GPKGStyleTable.html#/c:objc(cs)GPKGStyleTable(im)opacityColumn":{"name":"-opacityColumn","abstract":"

    Get the opacity column

    ","parent_name":"GPKGStyleTable"},"Classes/GPKGStyleTable.html#/c:objc(cs)GPKGStyleTable(im)widthColumnIndex":{"name":"-widthColumnIndex","abstract":"

    Get the width column index

    ","parent_name":"GPKGStyleTable"},"Classes/GPKGStyleTable.html#/c:objc(cs)GPKGStyleTable(im)widthColumn":{"name":"-widthColumn","abstract":"

    Get the width column

    ","parent_name":"GPKGStyleTable"},"Classes/GPKGStyleTable.html#/c:objc(cs)GPKGStyleTable(im)fillColorColumnIndex":{"name":"-fillColorColumnIndex","abstract":"

    Get the fill color column index

    ","parent_name":"GPKGStyleTable"},"Classes/GPKGStyleTable.html#/c:objc(cs)GPKGStyleTable(im)fillColorColumn":{"name":"-fillColorColumn","abstract":"

    Get the fill color column

    ","parent_name":"GPKGStyleTable"},"Classes/GPKGStyleTable.html#/c:objc(cs)GPKGStyleTable(im)fillOpacityColumnIndex":{"name":"-fillOpacityColumnIndex","abstract":"

    Get the fill opacity column index

    ","parent_name":"GPKGStyleTable"},"Classes/GPKGStyleTable.html#/c:objc(cs)GPKGStyleTable(im)fillOpacityColumn":{"name":"-fillOpacityColumn","abstract":"

    Get the fill opacity column

    ","parent_name":"GPKGStyleTable"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(py)tableStyle":{"name":"tableStyle","abstract":"

    Table style flag

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)init":{"name":"-init","abstract":"

    Initializer to create an empty row

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)initWithStyleTable:andColumns:andValues:":{"name":"-initWithStyleTable:andColumns:andValues:","abstract":"

    Initialize

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)initWithStyleTable:":{"name":"-initWithStyleTable:","abstract":"

    Initialize

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)styleTable":{"name":"-styleTable","abstract":"

    Get the style table

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)nameColumnIndex":{"name":"-nameColumnIndex","abstract":"

    Get the name column index

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)nameColumn":{"name":"-nameColumn","abstract":"

    Get the name column

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)name":{"name":"-name","abstract":"

    Get the name

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)setName:":{"name":"-setName:","abstract":"

    Set the name

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)descriptionColumnIndex":{"name":"-descriptionColumnIndex","abstract":"

    Get the description column index

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)descriptionColumn":{"name":"-descriptionColumn","abstract":"

    Get the description column

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)description":{"name":"-description","abstract":"

    Get the description

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)setDescription:":{"name":"-setDescription:","abstract":"

    Set the description

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)colorColumnIndex":{"name":"-colorColumnIndex","abstract":"

    Get the color column index

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)colorColumn":{"name":"-colorColumn","abstract":"

    Get the color column

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)color":{"name":"-color","abstract":"

    Get the style color

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)hasColor":{"name":"-hasColor","abstract":"

    Check if the style has a color

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)hexColor":{"name":"-hexColor","abstract":"

    Get the color

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)setColor:":{"name":"-setColor:","abstract":"

    Set the color

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)setHexColor:":{"name":"-setHexColor:","abstract":"

    Set the color

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)colorOrDefault":{"name":"-colorOrDefault","abstract":"

    Get the color or default value

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)hexColorOrDefault":{"name":"-hexColorOrDefault","abstract":"

    Get the color or default value

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)opacityColumnIndex":{"name":"-opacityColumnIndex","abstract":"

    Get the opacity column index

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)opacityColumn":{"name":"-opacityColumn","abstract":"

    Get the opacity column

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)opacity":{"name":"-opacity","abstract":"

    Get the opacity

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)setOpacity:":{"name":"-setOpacity:","abstract":"

    Set the opacity

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)setOpactiyValue:":{"name":"-setOpactiyValue:","abstract":"

    Set the opacity

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)opacityOrDefault":{"name":"-opacityOrDefault","abstract":"

    Get the opacity or default value

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)widthColumnIndex":{"name":"-widthColumnIndex","abstract":"

    Get the width column index

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)widthColumn":{"name":"-widthColumn","abstract":"

    Get the width column

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)width":{"name":"-width","abstract":"

    Get the width

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)setWidth:":{"name":"-setWidth:","abstract":"

    Set the width

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)setWidthValue:":{"name":"-setWidthValue:","abstract":"

    Set the width

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)widthOrDefault":{"name":"-widthOrDefault","abstract":"

    Get the width value or default width

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)fillColorColumnIndex":{"name":"-fillColorColumnIndex","abstract":"

    Get the fill color column index

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)fillColorColumn":{"name":"-fillColorColumn","abstract":"

    Get the fill color column

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)fillColor":{"name":"-fillColor","abstract":"

    Get the style fill color

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)hasFillColor":{"name":"-hasFillColor","abstract":"

    Check if the style has a fill color

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)fillHexColor":{"name":"-fillHexColor","abstract":"

    Get the fill color

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)setFillColor:":{"name":"-setFillColor:","abstract":"

    Set the fill color

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)setFillHexColor:":{"name":"-setFillHexColor:","abstract":"

    Set the fill color

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)fillOpacityColumnIndex":{"name":"-fillOpacityColumnIndex","abstract":"

    Get the fill opacity column index

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)fillOpacityColumn":{"name":"-fillOpacityColumn","abstract":"

    Get the fill opacity column

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)fillOpacity":{"name":"-fillOpacity","abstract":"

    Get the fill opacity

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)setFillOpacity:":{"name":"-setFillOpacity:","abstract":"

    Set the fill opacity

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)setFillOpacityValue:":{"name":"-setFillOpacityValue:","abstract":"

    Set the fill opacity

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)fillOpacityOrDefault":{"name":"-fillOpacityOrDefault","abstract":"

    Get the fill opacity or default value

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleMappingTable.html#/c:objc(cs)GPKGStyleMappingTable(im)initWithTableName:":{"name":"-initWithTableName:","abstract":"

    Initializer

    ","parent_name":"GPKGStyleMappingTable"},"Classes/GPKGStyleMappingTable.html#/c:objc(cs)GPKGStyleMappingTable(im)initWithTable:":{"name":"-initWithTable:","abstract":"

    Initializer

    ","parent_name":"GPKGStyleMappingTable"},"Classes/GPKGStyleMappingTable.html#/c:objc(cs)GPKGStyleMappingTable(im)geometryTypeNameColumnIndex":{"name":"-geometryTypeNameColumnIndex","abstract":"

    Get the geometry type name column index

    ","parent_name":"GPKGStyleMappingTable"},"Classes/GPKGStyleMappingTable.html#/c:objc(cs)GPKGStyleMappingTable(im)geometryTypeNameColumn":{"name":"-geometryTypeNameColumn","abstract":"

    Get the geometry type name column

    ","parent_name":"GPKGStyleMappingTable"},"Classes/GPKGStyleMappingRow.html#/c:objc(cs)GPKGStyleMappingRow(im)initWithStyleMappingTable:andColumns:andValues:":{"name":"-initWithStyleMappingTable:andColumns:andValues:","abstract":"

    Initialize

    ","parent_name":"GPKGStyleMappingRow"},"Classes/GPKGStyleMappingRow.html#/c:objc(cs)GPKGStyleMappingRow(im)initWithStyleMappingTable:":{"name":"-initWithStyleMappingTable:","abstract":"

    Initialize

    ","parent_name":"GPKGStyleMappingRow"},"Classes/GPKGStyleMappingRow.html#/c:objc(cs)GPKGStyleMappingRow(im)styleMappingTable":{"name":"-styleMappingTable","abstract":"

    Get the style mapping table

    ","parent_name":"GPKGStyleMappingRow"},"Classes/GPKGStyleMappingRow.html#/c:objc(cs)GPKGStyleMappingRow(im)geometryTypeNameColumnIndex":{"name":"-geometryTypeNameColumnIndex","abstract":"

    Get the geometry type name column index

    ","parent_name":"GPKGStyleMappingRow"},"Classes/GPKGStyleMappingRow.html#/c:objc(cs)GPKGStyleMappingRow(im)geometryTypeNameColumn":{"name":"-geometryTypeNameColumn","abstract":"

    Get the geometry type name column

    ","parent_name":"GPKGStyleMappingRow"},"Classes/GPKGStyleMappingRow.html#/c:objc(cs)GPKGStyleMappingRow(im)geometryTypeName":{"name":"-geometryTypeName","abstract":"

    Get the geometry type name

    ","parent_name":"GPKGStyleMappingRow"},"Classes/GPKGStyleMappingRow.html#/c:objc(cs)GPKGStyleMappingRow(im)geometryType":{"name":"-geometryType","abstract":"

    Get the geometry type

    ","parent_name":"GPKGStyleMappingRow"},"Classes/GPKGStyleMappingRow.html#/c:objc(cs)GPKGStyleMappingRow(im)setGeometryType:":{"name":"-setGeometryType:","abstract":"

    Set the geometry type

    ","parent_name":"GPKGStyleMappingRow"},"Classes/GPKGStyleMappingDao.html#/c:objc(cs)GPKGStyleMappingDao(im)initWithDao:":{"name":"-initWithDao:","abstract":"

    Initialize

    ","parent_name":"GPKGStyleMappingDao"},"Classes/GPKGStyleMappingDao.html#/c:objc(cs)GPKGStyleMappingDao(im)styleMappingTable":{"name":"-styleMappingTable","abstract":"

    Get the style mapping table

    ","parent_name":"GPKGStyleMappingDao"},"Classes/GPKGStyleMappingDao.html#/c:objc(cs)GPKGStyleMappingDao(im)row:":{"name":"-row:","abstract":"

    Get the style mapping row for the current result in the result set

    ","parent_name":"GPKGStyleMappingDao"},"Classes/GPKGStyleMappingDao.html#/c:objc(cs)GPKGStyleMappingDao(im)newRow":{"name":"-newRow","abstract":"

    Create a new style mapping row

    ","parent_name":"GPKGStyleMappingDao"},"Classes/GPKGStyleMappingDao.html#/c:objc(cs)GPKGStyleMappingDao(im)queryByBaseFeatureId:":{"name":"-queryByBaseFeatureId:","abstract":"

    Query for style mappings by base id

    ","parent_name":"GPKGStyleMappingDao"},"Classes/GPKGStyleMappingDao.html#/c:objc(cs)GPKGStyleMappingDao(im)deleteByBaseId:andGeometryType:":{"name":"-deleteByBaseId:andGeometryType:","abstract":"

    Delete by base is and geometry type

    ","parent_name":"GPKGStyleMappingDao"},"Classes/GPKGStyleDao.html#/c:objc(cs)GPKGStyleDao(im)initWithDao:":{"name":"-initWithDao:","abstract":"

    Initialize

    ","parent_name":"GPKGStyleDao"},"Classes/GPKGStyleDao.html#/c:objc(cs)GPKGStyleDao(im)styleTable":{"name":"-styleTable","abstract":"

    Get the style table

    ","parent_name":"GPKGStyleDao"},"Classes/GPKGStyleDao.html#/c:objc(cs)GPKGStyleDao(im)row:":{"name":"-row:","abstract":"

    Get the style row for the current result in the result set

    ","parent_name":"GPKGStyleDao"},"Classes/GPKGStyleDao.html#/c:objc(cs)GPKGStyleDao(im)newRow":{"name":"-newRow","abstract":"

    Create a new style row

    ","parent_name":"GPKGStyleDao"},"Classes/GPKGStyleDao.html#/c:objc(cs)GPKGStyleDao(im)queryForRow:":{"name":"-queryForRow:","abstract":"

    Query for the style row from a style mapping row

    ","parent_name":"GPKGStyleDao"},"Classes/GPKGIcons.html#/c:objc(cs)GPKGIcons(py)tableIcons":{"name":"tableIcons","abstract":"

    Table icons flag

    ","parent_name":"GPKGIcons"},"Classes/GPKGIcons.html#/c:objc(cs)GPKGIcons(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGIcons"},"Classes/GPKGIcons.html#/c:objc(cs)GPKGIcons(im)initAsTableIcons:":{"name":"-initAsTableIcons:","abstract":"

    Initialize

    ","parent_name":"GPKGIcons"},"Classes/GPKGIcons.html#/c:objc(cs)GPKGIcons(im)setDefaultIcon:":{"name":"-setDefaultIcon:","abstract":"

    Set the default icon

    ","parent_name":"GPKGIcons"},"Classes/GPKGIcons.html#/c:objc(cs)GPKGIcons(im)setIcon:forGeometryType:":{"name":"-setIcon:forGeometryType:","abstract":"

    Set the icon for the geometry type

    ","parent_name":"GPKGIcons"},"Classes/GPKGIcons.html#/c:objc(cs)GPKGIcons(im)defaultIcon":{"name":"-defaultIcon","abstract":"

    Get the default icon

    ","parent_name":"GPKGIcons"},"Classes/GPKGIcons.html#/c:objc(cs)GPKGIcons(im)allIcons":{"name":"-allIcons","abstract":"

    Get an unmodifiable mapping between specific geometry types and icons

    ","parent_name":"GPKGIcons"},"Classes/GPKGIcons.html#/c:objc(cs)GPKGIcons(im)icon":{"name":"-icon","abstract":"

    Get the icon, either the default or single geometry type icon

    ","parent_name":"GPKGIcons"},"Classes/GPKGIcons.html#/c:objc(cs)GPKGIcons(im)iconForGeometryType:":{"name":"-iconForGeometryType:","abstract":"

    Get the icon for the geometry type

    ","parent_name":"GPKGIcons"},"Classes/GPKGIcons.html#/c:objc(cs)GPKGIcons(im)isEmpty":{"name":"-isEmpty","abstract":"

    Determine if this icons is empty

    ","parent_name":"GPKGIcons"},"Classes/GPKGIcons.html#/c:objc(cs)GPKGIcons(im)hasDefault":{"name":"-hasDefault","abstract":"

    Determine if there is a default icon

    ","parent_name":"GPKGIcons"},"Classes/GPKGIconTable.html#/c:objc(cs)GPKGIconTable(im)init":{"name":"-init","abstract":"

    Initializer

    ","parent_name":"GPKGIconTable"},"Classes/GPKGIconTable.html#/c:objc(cs)GPKGIconTable(im)initWithTable:":{"name":"-initWithTable:","abstract":"

    Initializer

    ","parent_name":"GPKGIconTable"},"Classes/GPKGIconTable.html#/c:objc(cs)GPKGIconTable(im)nameColumnIndex":{"name":"-nameColumnIndex","abstract":"

    Get the name column index

    ","parent_name":"GPKGIconTable"},"Classes/GPKGIconTable.html#/c:objc(cs)GPKGIconTable(im)nameColumn":{"name":"-nameColumn","abstract":"

    Get the name column

    ","parent_name":"GPKGIconTable"},"Classes/GPKGIconTable.html#/c:objc(cs)GPKGIconTable(im)descriptionColumnIndex":{"name":"-descriptionColumnIndex","abstract":"

    Get the description column index

    ","parent_name":"GPKGIconTable"},"Classes/GPKGIconTable.html#/c:objc(cs)GPKGIconTable(im)descriptionColumn":{"name":"-descriptionColumn","abstract":"

    Get the description column

    ","parent_name":"GPKGIconTable"},"Classes/GPKGIconTable.html#/c:objc(cs)GPKGIconTable(im)widthColumnIndex":{"name":"-widthColumnIndex","abstract":"

    Get the width column index

    ","parent_name":"GPKGIconTable"},"Classes/GPKGIconTable.html#/c:objc(cs)GPKGIconTable(im)widthColumn":{"name":"-widthColumn","abstract":"

    Get the width column

    ","parent_name":"GPKGIconTable"},"Classes/GPKGIconTable.html#/c:objc(cs)GPKGIconTable(im)heightColumnIndex":{"name":"-heightColumnIndex","abstract":"

    Get the height column index

    ","parent_name":"GPKGIconTable"},"Classes/GPKGIconTable.html#/c:objc(cs)GPKGIconTable(im)heightColumn":{"name":"-heightColumn","abstract":"

    Get the height column

    ","parent_name":"GPKGIconTable"},"Classes/GPKGIconTable.html#/c:objc(cs)GPKGIconTable(im)anchorUColumnIndex":{"name":"-anchorUColumnIndex","abstract":"

    Get the anchor u column index

    ","parent_name":"GPKGIconTable"},"Classes/GPKGIconTable.html#/c:objc(cs)GPKGIconTable(im)anchorUColumn":{"name":"-anchorUColumn","abstract":"

    Get the anchor u column

    ","parent_name":"GPKGIconTable"},"Classes/GPKGIconTable.html#/c:objc(cs)GPKGIconTable(im)anchorVColumnIndex":{"name":"-anchorVColumnIndex","abstract":"

    Get the anchor v column index

    ","parent_name":"GPKGIconTable"},"Classes/GPKGIconTable.html#/c:objc(cs)GPKGIconTable(im)anchorVColumn":{"name":"-anchorVColumn","abstract":"

    Get the anchor v column

    ","parent_name":"GPKGIconTable"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(py)tableIcon":{"name":"tableIcon","abstract":"

    Table icon flag

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)init":{"name":"-init","abstract":"

    Initializer to create an empty row

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)initWithIconTable:andColumns:andValues:":{"name":"-initWithIconTable:andColumns:andValues:","abstract":"

    Initialize

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)initWithIconTable:":{"name":"-initWithIconTable:","abstract":"

    Initialize

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)iconTable":{"name":"-iconTable","abstract":"

    Get the icon table

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)nameColumnIndex":{"name":"-nameColumnIndex","abstract":"

    Get the name column index

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)nameColumn":{"name":"-nameColumn","abstract":"

    Get the name column

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)name":{"name":"-name","abstract":"

    Get the name

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)setName:":{"name":"-setName:","abstract":"

    Set the name

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)descriptionColumnIndex":{"name":"-descriptionColumnIndex","abstract":"

    Get the description column index

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)descriptionColumn":{"name":"-descriptionColumn","abstract":"

    Get the description column

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)description":{"name":"-description","abstract":"

    Get the description

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)setDescription:":{"name":"-setDescription:","abstract":"

    Set the description

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)widthColumnIndex":{"name":"-widthColumnIndex","abstract":"

    Get the width column index

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)widthColumn":{"name":"-widthColumn","abstract":"

    Get the width column

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)width":{"name":"-width","abstract":"

    Get the width

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)setWidth:":{"name":"-setWidth:","abstract":"

    Set the width

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)setWidthValue:":{"name":"-setWidthValue:","abstract":"

    Set the width

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)derivedWidth":{"name":"-derivedWidth","abstract":"

    Get the width or derived width from the icon data and scaled as needed for the height

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)heightColumnIndex":{"name":"-heightColumnIndex","abstract":"

    Get the height column index

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)heightColumn":{"name":"-heightColumn","abstract":"

    Get the height column

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)height":{"name":"-height","abstract":"

    Get the height

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)setHeight:":{"name":"-setHeight:","abstract":"

    Set the height

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)setHeightValue:":{"name":"-setHeightValue:","abstract":"

    Set the height

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)derivedHeight":{"name":"-derivedHeight","abstract":"

    Get the height or derived height from the icon data and scaled as needed for the width

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)derivedDimensions":{"name":"-derivedDimensions","abstract":"

    Get the derived width and height from the values and icon data, scaled as","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)anchorUColumnIndex":{"name":"-anchorUColumnIndex","abstract":"

    Get the anchor u column index

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)anchorUColumn":{"name":"-anchorUColumn","abstract":"

    Get the anchor u column

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)anchorU":{"name":"-anchorU","abstract":"

    Get the anchor u

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)setAnchorU:":{"name":"-setAnchorU:","abstract":"

    Set the anchor u

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)setAnchorUValue:":{"name":"-setAnchorUValue:","abstract":"

    Set the anchor u

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)anchorUOrDefault":{"name":"-anchorUOrDefault","abstract":"

    Get the anchor u value or the default value of 0.5

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)anchorVColumnIndex":{"name":"-anchorVColumnIndex","abstract":"

    Get the anchor v column index

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)anchorVColumn":{"name":"-anchorVColumn","abstract":"

    Get the anchor v column

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)anchorV":{"name":"-anchorV","abstract":"

    Get the anchor v

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)setAnchorV:":{"name":"-setAnchorV:","abstract":"

    Set the anchor v

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)setAnchorVValue:":{"name":"-setAnchorVValue:","abstract":"

    Set the anchor v

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)anchorVOrDefault":{"name":"-anchorVOrDefault","abstract":"

    Get the anchor v value or the default value of 1.0

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconDao.html#/c:objc(cs)GPKGIconDao(im)initWithDao:":{"name":"-initWithDao:","abstract":"

    Initialize

    ","parent_name":"GPKGIconDao"},"Classes/GPKGIconDao.html#/c:objc(cs)GPKGIconDao(im)iconTable":{"name":"-iconTable","abstract":"

    Get the icon table

    ","parent_name":"GPKGIconDao"},"Classes/GPKGIconDao.html#/c:objc(cs)GPKGIconDao(im)row:":{"name":"-row:","abstract":"

    Get the icon row for the current result in the result set

    ","parent_name":"GPKGIconDao"},"Classes/GPKGIconDao.html#/c:objc(cs)GPKGIconDao(im)newRow":{"name":"-newRow","abstract":"

    Create a new icon row

    ","parent_name":"GPKGIconDao"},"Classes/GPKGIconDao.html#/c:objc(cs)GPKGIconDao(im)rowsWithIds:":{"name":"-rowsWithIds:","abstract":"

    Get the icon rows that exist with the provided ids

    ","parent_name":"GPKGIconDao"},"Classes/GPKGIconDao.html#/c:objc(cs)GPKGIconDao(im)queryForRow:":{"name":"-queryForRow:","abstract":"

    Query for the icon row from a style mapping row

    ","parent_name":"GPKGIconDao"},"Classes/GPKGIconCache.html#/c:objc(cs)GPKGIconCache(py)scale":{"name":"scale","abstract":"

    Screen scale, default is 1.0

    ","parent_name":"GPKGIconCache"},"Classes/GPKGIconCache.html#/c:objc(cs)GPKGIconCache(im)init":{"name":"-init","abstract":"

    Initialize, created with cache size of DEFAULT_ICON_CACHE_SIZE

    ","parent_name":"GPKGIconCache"},"Classes/GPKGIconCache.html#/c:objc(cs)GPKGIconCache(im)initWithSize:":{"name":"-initWithSize:","abstract":"

    Initialize

    ","parent_name":"GPKGIconCache"},"Classes/GPKGIconCache.html#/c:objc(cs)GPKGIconCache(im)imageForRow:":{"name":"-imageForRow:","abstract":"

    Get the cached image for the icon row or nil if not cached

    ","parent_name":"GPKGIconCache"},"Classes/GPKGIconCache.html#/c:objc(cs)GPKGIconCache(im)imageForId:":{"name":"-imageForId:","abstract":"

    Get the cached image for the icon row id or nil if not cached

    ","parent_name":"GPKGIconCache"},"Classes/GPKGIconCache.html#/c:objc(cs)GPKGIconCache(im)imageForIdNumber:":{"name":"-imageForIdNumber:","abstract":"

    Get the cached image for the icon row id or nil if not cached

    ","parent_name":"GPKGIconCache"},"Classes/GPKGIconCache.html#/c:objc(cs)GPKGIconCache(im)putImage:forRow:":{"name":"-putImage:forRow:","abstract":"

    Cache the icon image for the icon row

    ","parent_name":"GPKGIconCache"},"Classes/GPKGIconCache.html#/c:objc(cs)GPKGIconCache(im)putImage:forId:":{"name":"-putImage:forId:","abstract":"

    Cache the icon image for the icon row id

    ","parent_name":"GPKGIconCache"},"Classes/GPKGIconCache.html#/c:objc(cs)GPKGIconCache(im)putImage:forIdNumber:":{"name":"-putImage:forIdNumber:","abstract":"

    Cache the icon image for the icon row id

    ","parent_name":"GPKGIconCache"},"Classes/GPKGIconCache.html#/c:objc(cs)GPKGIconCache(im)removeForRow:":{"name":"-removeForRow:","abstract":"

    Remove the cached image for the icon row

    ","parent_name":"GPKGIconCache"},"Classes/GPKGIconCache.html#/c:objc(cs)GPKGIconCache(im)removeForId:":{"name":"-removeForId:","abstract":"

    Remove the cached image for the icon row id

    ","parent_name":"GPKGIconCache"},"Classes/GPKGIconCache.html#/c:objc(cs)GPKGIconCache(im)removeForIdNumber:":{"name":"-removeForIdNumber:","abstract":"

    Remove the cached image for the icon row id

    ","parent_name":"GPKGIconCache"},"Classes/GPKGIconCache.html#/c:objc(cs)GPKGIconCache(im)clear":{"name":"-clear","abstract":"

    Clear the cache

    ","parent_name":"GPKGIconCache"},"Classes/GPKGIconCache.html#/c:objc(cs)GPKGIconCache(im)resizeWithSize:":{"name":"-resizeWithSize:","abstract":"

    Resize the cache

    ","parent_name":"GPKGIconCache"},"Classes/GPKGIconCache.html#/c:objc(cs)GPKGIconCache(im)createIconForRow:":{"name":"-createIconForRow:","abstract":"

    Create or retrieve from cache an icon image for the icon row

    ","parent_name":"GPKGIconCache"},"Classes/GPKGIconCache.html#/c:objc(cs)GPKGIconCache(cm)createIconNoCacheForRow:":{"name":"+createIconNoCacheForRow:","abstract":"

    Create an icon image for the icon row without caching

    ","parent_name":"GPKGIconCache"},"Classes/GPKGIconCache.html#/c:objc(cs)GPKGIconCache(cm)createIconForRow:fromCache:":{"name":"+createIconForRow:fromCache:","abstract":"

    Create or retrieve from cache an icon image for the icon row

    ","parent_name":"GPKGIconCache"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)initWithGeoPackage:andTable:":{"name":"-initWithGeoPackage:andTable:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)initWithGeoPackage:andGeometryColumns:":{"name":"-initWithGeoPackage:andGeometryColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)initWithGeoPackage:andContents:":{"name":"-initWithGeoPackage:andContents:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)initWithGeoPackage:andTableName:":{"name":"-initWithGeoPackage:andTableName:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)featureStyleExtension":{"name":"-featureStyleExtension","abstract":"

    Get the feature style extension

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)tableName":{"name":"-tableName","abstract":"

    Get the feature table name

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)has":{"name":"-has","abstract":"

    Determine if the GeoPackage has the extension for the table

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)createRelationships":{"name":"-createRelationships","abstract":"

    Create style, icon, table style, and table icon relationships for the","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)hasRelationship":{"name":"-hasRelationship","abstract":"

    Check if feature table has a style, icon, table style, or table icon","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)createStyleRelationship":{"name":"-createStyleRelationship","abstract":"

    Create a style relationship for the feature table

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)hasStyleRelationship":{"name":"-hasStyleRelationship","abstract":"

    Determine if a style relationship exists for the feature table

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)createTableStyleRelationship":{"name":"-createTableStyleRelationship","abstract":"

    Create a feature table style relationship

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)hasTableStyleRelationship":{"name":"-hasTableStyleRelationship","abstract":"

    Determine if feature table style relationship exists

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)createIconRelationship":{"name":"-createIconRelationship","abstract":"

    Create an icon relationship for the feature table

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)hasIconRelationship":{"name":"-hasIconRelationship","abstract":"

    Determine if an icon relationship exists for the feature table

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)createTableIconRelationship":{"name":"-createTableIconRelationship","abstract":"

    Create a feature table icon relationship

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)hasTableIconRelationship":{"name":"-hasTableIconRelationship","abstract":"

    Determine if feature table icon relationship exists

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteRelationships":{"name":"-deleteRelationships","abstract":"

    Delete the style and icon table and row relationships for the feature","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteStyleRelationship":{"name":"-deleteStyleRelationship","abstract":"

    Delete a style relationship for the feature table

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteTableStyleRelationship":{"name":"-deleteTableStyleRelationship","abstract":"

    Delete a table style relationship for the feature table

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteIconRelationship":{"name":"-deleteIconRelationship","abstract":"

    Delete a icon relationship for the feature table

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteTableIconRelationship":{"name":"-deleteTableIconRelationship","abstract":"

    Delete a table icon relationship for the feature table

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)styleMappingDao":{"name":"-styleMappingDao","abstract":"

    Get a Style Mapping DAO

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)tableStyleMappingDao":{"name":"-tableStyleMappingDao","abstract":"

    Get a Table Style Mapping DAO

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)iconMappingDao":{"name":"-iconMappingDao","abstract":"

    Get a Icon Mapping DAO

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)tableIconMappingDao":{"name":"-tableIconMappingDao","abstract":"

    Get a Table Icon Mapping DAO

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)styleDao":{"name":"-styleDao","abstract":"

    Get a style DAO

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)iconDao":{"name":"-iconDao","abstract":"

    Get a icon DAO

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)tableFeatureStyles":{"name":"-tableFeatureStyles","abstract":"

    Get the table feature styles

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)tableStyles":{"name":"-tableStyles","abstract":"

    Get the table styles

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)cachedTableStyles":{"name":"-cachedTableStyles","abstract":"

    Get the cached table styles, querying and caching if needed

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)tableStyleWithGeometryType:":{"name":"-tableStyleWithGeometryType:","abstract":"

    Get the table style of the geometry type

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)tableStyleDefault":{"name":"-tableStyleDefault","abstract":"

    Get the table style default

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)tableIcons":{"name":"-tableIcons","abstract":"

    Get the table icons

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)cachedTableIcons":{"name":"-cachedTableIcons","abstract":"

    Get the cached table icons, querying and caching if needed

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)tableIconWithGeometryType:":{"name":"-tableIconWithGeometryType:","abstract":"

    Get the table icon of the geometry type

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)tableIconDefault":{"name":"-tableIconDefault","abstract":"

    Get the table icon default

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)styles":{"name":"-styles","abstract":"

    Get all styles used by the feature table

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)featureStyles":{"name":"-featureStyles","abstract":"

    Get all styles used by feature rows in the table

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)icons":{"name":"-icons","abstract":"

    Get all icons used by the feature table

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)featureIcons":{"name":"-featureIcons","abstract":"

    Get all icons used by feature rows in the table

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)featureStylesWithFeature:":{"name":"-featureStylesWithFeature:","abstract":"

    Get the feature styles for the feature row

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)featureStylesWithId:":{"name":"-featureStylesWithId:","abstract":"

    Get the feature styles for the feature id

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)featureStylesWithIdNumber:":{"name":"-featureStylesWithIdNumber:","abstract":"

    Get the feature styles for the feature id

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)featureStyleWithFeature:":{"name":"-featureStyleWithFeature:","abstract":"

    Get the feature style (style and icon) of the feature row, searching in","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)featureStyleWithFeature:andGeometryType:":{"name":"-featureStyleWithFeature:andGeometryType:","abstract":"

    Get the feature style (style and icon) of the feature row with the","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)featureStyleDefaultWithFeature:":{"name":"-featureStyleDefaultWithFeature:","abstract":"

    Get the feature style default (style and icon) of the feature row,","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)featureStyleWithId:andGeometryType:":{"name":"-featureStyleWithId:andGeometryType:","abstract":"

    Get the feature style (style and icon) of the feature, searching in","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)featureStyleWithIdNumber:andGeometryType:":{"name":"-featureStyleWithIdNumber:andGeometryType:","abstract":"

    Get the feature style (style and icon) of the feature, searching in","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)featureStyleDefaultWithId:":{"name":"-featureStyleDefaultWithId:","abstract":"

    Get the feature style (style and icon) of the feature, searching in","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)featureStyleDefaultWithIdNumber:":{"name":"-featureStyleDefaultWithIdNumber:","abstract":"

    Get the feature style (style and icon) of the feature, searching in","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)stylesWithFeature:":{"name":"-stylesWithFeature:","abstract":"

    Get the styles for the feature row

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)stylesWithId:":{"name":"-stylesWithId:","abstract":"

    Get the styles for the feature id

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)stylesWithIdNumber:":{"name":"-stylesWithIdNumber:","abstract":"

    Get the styles for the feature id

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)styleWithFeature:":{"name":"-styleWithFeature:","abstract":"

    Get the style of the feature row, searching in order: feature geometry","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)styleWithFeature:andGeometryType:":{"name":"-styleWithFeature:andGeometryType:","abstract":"

    Get the style of the feature row with the provided geometry type,","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)styleDefaultWithFeature:":{"name":"-styleDefaultWithFeature:","abstract":"

    Get the default style of the feature row, searching in order: feature","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)styleWithId:andGeometryType:":{"name":"-styleWithId:andGeometryType:","abstract":"

    Get the style of the feature, searching in order: feature geometry type","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)styleWithIdNumber:andGeometryType:":{"name":"-styleWithIdNumber:andGeometryType:","abstract":"

    Get the style of the feature, searching in order: feature geometry type","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)styleDefaultWithId:":{"name":"-styleDefaultWithId:","abstract":"

    Get the default style of the feature, searching in order: feature default","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)styleDefaultWithIdNumber:":{"name":"-styleDefaultWithIdNumber:","abstract":"

    Get the default style of the feature, searching in order: feature default","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)iconsWithFeature:":{"name":"-iconsWithFeature:","abstract":"

    Get the icons for the feature row

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)iconsWithId:":{"name":"-iconsWithId:","abstract":"

    Get the icons for the feature id

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)iconsWithIdNumber:":{"name":"-iconsWithIdNumber:","abstract":"

    Get the icons for the feature id

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)iconWithFeature:":{"name":"-iconWithFeature:","abstract":"

    Get the icon of the feature row, searching in order: feature geometry","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)iconWithFeature:andGeometryType:":{"name":"-iconWithFeature:andGeometryType:","abstract":"

    Get the icon of the feature row with the provided geometry type,","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)iconDefaultWithFeature:":{"name":"-iconDefaultWithFeature:","abstract":"

    Get the default icon of the feature row, searching in order: feature","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)iconWithId:andGeometryType:":{"name":"-iconWithId:andGeometryType:","abstract":"

    Get the icon of the feature, searching in order: feature geometry type","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)iconWithIdNumber:andGeometryType:":{"name":"-iconWithIdNumber:andGeometryType:","abstract":"

    Get the icon of the feature, searching in order: feature geometry type","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)iconDefaultWithId:":{"name":"-iconDefaultWithId:","abstract":"

    Get the default icon of the feature, searching in order: feature default","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)iconDefaultWithIdNumber:":{"name":"-iconDefaultWithIdNumber:","abstract":"

    Get the default icon of the feature, searching in order: feature default","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setTableFeatureStyles:":{"name":"-setTableFeatureStyles:","abstract":"

    Set the feature table default feature styles

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setTableStyles:":{"name":"-setTableStyles:","abstract":"

    Set the feature table default styles

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setTableStyleDefault:":{"name":"-setTableStyleDefault:","abstract":"

    Set the feature table style default

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setTableStyle:withGeometryType:":{"name":"-setTableStyle:withGeometryType:","abstract":"

    Set the feature table style for the geometry type

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setTableIcons:":{"name":"-setTableIcons:","abstract":"

    Set the feature table default icons

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setTableIconDefault:":{"name":"-setTableIconDefault:","abstract":"

    Set the feature table icon default

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setTableIcon:withGeometryType:":{"name":"-setTableIcon:withGeometryType:","abstract":"

    Set the feature table icon for the geometry type

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setFeatureStyles:withFeature:":{"name":"-setFeatureStyles:withFeature:","abstract":"

    Set the feature styles for the feature row

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setFeatureStyles:withId:":{"name":"-setFeatureStyles:withId:","abstract":"

    Set the feature styles for the feature table and feature id

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setFeatureStyles:withIdNumber:":{"name":"-setFeatureStyles:withIdNumber:","abstract":"

    Set the feature styles for the feature table and feature id

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setFeatureStyle:withFeature:":{"name":"-setFeatureStyle:withFeature:","abstract":"

    Set the feature style (style and icon) of the feature row

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setFeatureStyle:withFeature:andGeometryType:":{"name":"-setFeatureStyle:withFeature:andGeometryType:","abstract":"

    Set the feature style (style and icon) of the feature row for the","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setFeatureStyleDefault:withFeature:":{"name":"-setFeatureStyleDefault:withFeature:","abstract":"

    Set the feature style default (style and icon) of the feature row

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setFeatureStyle:withId:andGeometryType:":{"name":"-setFeatureStyle:withId:andGeometryType:","abstract":"

    Set the feature style (style and icon) of the feature

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setFeatureStyle:withIdNumber:andGeometryType:":{"name":"-setFeatureStyle:withIdNumber:andGeometryType:","abstract":"

    Set the feature style (style and icon) of the feature

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setFeatureStyleDefault:withId:":{"name":"-setFeatureStyleDefault:withId:","abstract":"

    Set the feature style (style and icon) of the feature

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setFeatureStyleDefault:withIdNumber:":{"name":"-setFeatureStyleDefault:withIdNumber:","abstract":"

    Set the feature style (style and icon) of the feature

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setStyles:withFeature:":{"name":"-setStyles:withFeature:","abstract":"

    Set the styles for the feature row

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setStyles:withId:":{"name":"-setStyles:withId:","abstract":"

    Set the styles for the feature table and feature id

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setStyles:withIdNumber:":{"name":"-setStyles:withIdNumber:","abstract":"

    Set the styles for the feature table and feature id

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setStyle:withFeature:":{"name":"-setStyle:withFeature:","abstract":"

    Set the style of the feature row

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setStyle:withFeature:andGeometryType:":{"name":"-setStyle:withFeature:andGeometryType:","abstract":"

    Set the style of the feature row for the specified geometry type

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setStyleDefault:withFeature:":{"name":"-setStyleDefault:withFeature:","abstract":"

    Set the default style of the feature row

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setStyle:withId:andGeometryType:":{"name":"-setStyle:withId:andGeometryType:","abstract":"

    Set the style of the feature

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setStyle:withIdNumber:andGeometryType:":{"name":"-setStyle:withIdNumber:andGeometryType:","abstract":"

    Set the style of the feature

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setStyleDefault:withId:":{"name":"-setStyleDefault:withId:","abstract":"

    Set the default style of the feature

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setStyleDefault:withIdNumber:":{"name":"-setStyleDefault:withIdNumber:","abstract":"

    Set the default style of the feature

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setIcons:withFeature:":{"name":"-setIcons:withFeature:","abstract":"

    Set the icons for the feature row

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setIcons:withId:":{"name":"-setIcons:withId:","abstract":"

    Set the icons for the feature table and feature id

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setIcons:withIdNumber:":{"name":"-setIcons:withIdNumber:","abstract":"

    Set the icons for the feature table and feature id

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setIcon:withFeature:":{"name":"-setIcon:withFeature:","abstract":"

    Set the icon of the feature row

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setIcon:withFeature:andGeometryType:":{"name":"-setIcon:withFeature:andGeometryType:","abstract":"

    Set the icon of the feature row for the specified geometry type

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setIconDefault:withFeature:":{"name":"-setIconDefault:withFeature:","abstract":"

    Set the default icon of the feature row

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setIcon:withId:andGeometryType:":{"name":"-setIcon:withId:andGeometryType:","abstract":"

    Get the icon of the feature, searching in order: feature geometry type","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setIcon:withIdNumber:andGeometryType:":{"name":"-setIcon:withIdNumber:andGeometryType:","abstract":"

    Get the icon of the feature, searching in order: feature geometry type","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setIconDefault:withId:":{"name":"-setIconDefault:withId:","abstract":"

    Set the default icon of the feature

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setIconDefault:withIdNumber:":{"name":"-setIconDefault:withIdNumber:","abstract":"

    Set the default icon of the feature

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteAllFeatureStyles":{"name":"-deleteAllFeatureStyles","abstract":"

    Delete all feature styles including table styles, table icons, style, and","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteAllStyles":{"name":"-deleteAllStyles","abstract":"

    Delete all styles including table styles and feature row styles

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteAllIcons":{"name":"-deleteAllIcons","abstract":"

    Delete all icons including table icons and feature row icons

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteTableFeatureStyles":{"name":"-deleteTableFeatureStyles","abstract":"

    Delete the feature table feature styles

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteTableStyles":{"name":"-deleteTableStyles","abstract":"

    Delete the feature table styles

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteTableStyleDefault":{"name":"-deleteTableStyleDefault","abstract":"

    Delete the feature table default style

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteTableStyleWithGeometryType:":{"name":"-deleteTableStyleWithGeometryType:","abstract":"

    Delete the feature table style for the geometry type

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteTableIcons":{"name":"-deleteTableIcons","abstract":"

    Delete the feature table icons

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteTableIconDefault":{"name":"-deleteTableIconDefault","abstract":"

    Delete the feature table default icon

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteTableIconWithGeometryType:":{"name":"-deleteTableIconWithGeometryType:","abstract":"

    Delete the feature table icon for the geometry type

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)clearCachedTableFeatureStyles":{"name":"-clearCachedTableFeatureStyles","abstract":"

    Clear the cached table feature styles

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)clearCachedTableStyles":{"name":"-clearCachedTableStyles","abstract":"

    Clear the cached table styles

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)clearCachedTableIcons":{"name":"-clearCachedTableIcons","abstract":"

    Clear the cached table icons

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteFeatureStyles":{"name":"-deleteFeatureStyles","abstract":"

    Delete all feature styles

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteStyles":{"name":"-deleteStyles","abstract":"

    Delete all styles

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteStylesWithFeature:":{"name":"-deleteStylesWithFeature:","abstract":"

    Delete feature row styles

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteStylesWithId:":{"name":"-deleteStylesWithId:","abstract":"

    Delete feature row styles

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteStylesWithIdNumber:":{"name":"-deleteStylesWithIdNumber:","abstract":"

    Delete feature row styles

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteStyleDefaultWithFeature:":{"name":"-deleteStyleDefaultWithFeature:","abstract":"

    Delete the feature row default style

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteStyleDefaultWithId:":{"name":"-deleteStyleDefaultWithId:","abstract":"

    Delete the feature row default style

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteStyleDefaultWithIdNumber:":{"name":"-deleteStyleDefaultWithIdNumber:","abstract":"

    Delete the feature row default style

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteStyleWithFeature:":{"name":"-deleteStyleWithFeature:","abstract":"

    Delete the feature row style for the feature row geometry type

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteStyleWithFeature:andGeometryType:":{"name":"-deleteStyleWithFeature:andGeometryType:","abstract":"

    Delete the feature row style for the geometry type

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteStyleWithId:andGeometryType:":{"name":"-deleteStyleWithId:andGeometryType:","abstract":"

    Delete the feature row style for the geometry type

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteStyleWithIdNumber:andGeometryType:":{"name":"-deleteStyleWithIdNumber:andGeometryType:","abstract":"

    Delete the feature row style for the geometry type

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteIcons":{"name":"-deleteIcons","abstract":"

    Delete all icons

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteIconsWithFeature:":{"name":"-deleteIconsWithFeature:","abstract":"

    Delete feature row icons

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteIconsWithId:":{"name":"-deleteIconsWithId:","abstract":"

    Delete feature row icons

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteIconsWithIdNumber:":{"name":"-deleteIconsWithIdNumber:","abstract":"

    Delete feature row icons

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteIconDefaultWithFeature:":{"name":"-deleteIconDefaultWithFeature:","abstract":"

    Delete the feature row default icon

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteIconDefaultWithId:":{"name":"-deleteIconDefaultWithId:","abstract":"

    Delete the feature row default icon

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteIconDefaultWithIdNumber:":{"name":"-deleteIconDefaultWithIdNumber:","abstract":"

    Delete the feature row default icon

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteIconWithFeature:":{"name":"-deleteIconWithFeature:","abstract":"

    Delete the feature row icon for the feature row geometry type

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteIconWithFeature:andGeometryType:":{"name":"-deleteIconWithFeature:andGeometryType:","abstract":"

    Delete the feature row icon for the geometry type

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteIconWithId:andGeometryType:":{"name":"-deleteIconWithId:andGeometryType:","abstract":"

    Delete the feature row icon for the geometry type

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteIconWithIdNumber:andGeometryType:":{"name":"-deleteIconWithIdNumber:andGeometryType:","abstract":"

    Delete the feature row icon for the geometry type

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)allTableStyleIds":{"name":"-allTableStyleIds","abstract":"

    Get all the unique style row ids the table maps to

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)allTableIconIds":{"name":"-allTableIconIds","abstract":"

    Get all the unique icon row ids the table maps to

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)allStyleIds":{"name":"-allStyleIds","abstract":"

    Get all the unique style row ids the features map to

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)allIconIds":{"name":"-allIconIds","abstract":"

    Get all the unique icon row ids the features map to

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)calculatePixelBounds":{"name":"-calculatePixelBounds","abstract":"

    Calculate style pixel bounds

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)calculatePixelBoundsWithScale:":{"name":"-calculatePixelBoundsWithScale:","abstract":"

    Calculate style pixel bounds

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureStyles.html#/c:objc(cs)GPKGFeatureStyles(py)styles":{"name":"styles","abstract":"

    Styles

    ","parent_name":"GPKGFeatureStyles"},"Classes/GPKGFeatureStyles.html#/c:objc(cs)GPKGFeatureStyles(py)icons":{"name":"icons","abstract":"

    Icons

    ","parent_name":"GPKGFeatureStyles"},"Classes/GPKGFeatureStyles.html#/c:objc(cs)GPKGFeatureStyles(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureStyles"},"Classes/GPKGFeatureStyles.html#/c:objc(cs)GPKGFeatureStyles(im)initWithStyles:":{"name":"-initWithStyles:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureStyles"},"Classes/GPKGFeatureStyles.html#/c:objc(cs)GPKGFeatureStyles(im)initWithIcons:":{"name":"-initWithIcons:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureStyles"},"Classes/GPKGFeatureStyles.html#/c:objc(cs)GPKGFeatureStyles(im)initWithStyles:andIcons:":{"name":"-initWithStyles:andIcons:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureStyles"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)initWithGeoPackage:":{"name":"-initWithGeoPackage:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)tables":{"name":"-tables","abstract":"

    Get the feature tables registered with the extension

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)extensionName":{"name":"-extensionName","abstract":"

    Get the extension name

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)has":{"name":"-has","abstract":"

    Determine if the GeoPackage has the extension

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)forTable:":{"name":"-forTable:","abstract":"

    Get the extension for the feature table

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)hasWithTable:":{"name":"-hasWithTable:","abstract":"

    Determine if the GeoPackage has the extension for the feature table

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)relatedTables":{"name":"-relatedTables","abstract":"

    Get the related tables extension

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)contentsId":{"name":"-contentsId","abstract":"

    Get the contents id extension

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)createStyleTable":{"name":"-createStyleTable","abstract":"

    Create style table

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)createIconTable":{"name":"-createIconTable","abstract":"

    Create icon table

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)createRelationshipsWithTable:":{"name":"-createRelationshipsWithTable:","abstract":"

    Create style, icon, table style, and table icon relationships for the","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)hasRelationshipWithTable:":{"name":"-hasRelationshipWithTable:","abstract":"

    Check if feature table has a style, icon, table style, or table icon","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)createStyleRelationshipWithTable:":{"name":"-createStyleRelationshipWithTable:","abstract":"

    Create a style relationship for the feature table

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)hasStyleRelationshipWithTable:":{"name":"-hasStyleRelationshipWithTable:","abstract":"

    Determine if a style relationship exists for the feature table

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)createTableStyleRelationshipWithTable:":{"name":"-createTableStyleRelationshipWithTable:","abstract":"

    Create a feature table style relationship

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)hasTableStyleRelationshipWithTable:":{"name":"-hasTableStyleRelationshipWithTable:","abstract":"

    Determine if a feature table style relationship exists

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)createIconRelationshipWithTable:":{"name":"-createIconRelationshipWithTable:","abstract":"

    Create an icon relationship for the feature table

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)hasIconRelationshipWithTable:":{"name":"-hasIconRelationshipWithTable:","abstract":"

    Determine if an icon relationship exists for the feature table

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)createTableIconRelationshipWithTable:":{"name":"-createTableIconRelationshipWithTable:","abstract":"

    Create a feature table icon relationship

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)hasTableIconRelationshipWithTable:":{"name":"-hasTableIconRelationshipWithTable:","abstract":"

    Determine if a feature table icon relationship exists

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)mappingTableNameWithPrefix:andTable:":{"name":"-mappingTableNameWithPrefix:andTable:","abstract":"

    Get the mapping table name

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)styleTableRelations":{"name":"-styleTableRelations","abstract":"

    Get style table relations

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)hasStyleTableRelations":{"name":"-hasStyleTableRelations","abstract":"

    Determine if there are style table relations

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)iconTableRelations":{"name":"-iconTableRelations","abstract":"

    Get icon table relations

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)hasIconTableRelations":{"name":"-hasIconTableRelations","abstract":"

    Determine if there are icon table relations

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteRelationships":{"name":"-deleteRelationships","abstract":"

    Delete the style and icon table and row relationships for all feature","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteRelationshipsWithTable:":{"name":"-deleteRelationshipsWithTable:","abstract":"

    Delete the style and icon table and row relationships for the feature","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteStyleRelationshipWithTable:":{"name":"-deleteStyleRelationshipWithTable:","abstract":"

    Delete a style relationship for the feature table

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteTableStyleRelationshipWithTable:":{"name":"-deleteTableStyleRelationshipWithTable:","abstract":"

    Delete a table style relationship for the feature table

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteIconRelationshipWithTable:":{"name":"-deleteIconRelationshipWithTable:","abstract":"

    Delete a icon relationship for the feature table

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteTableIconRelationshipWithTable:":{"name":"-deleteTableIconRelationshipWithTable:","abstract":"

    Delete a table icon relationship for the feature table

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)removeExtension":{"name":"-removeExtension","abstract":"

    Completely remove and delete the extension and all styles and icons

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)styleMappingDaoWithTable:":{"name":"-styleMappingDaoWithTable:","abstract":"

    Get a Style Mapping DAO

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)tableStyleMappingDaoWithTable:":{"name":"-tableStyleMappingDaoWithTable:","abstract":"

    Get a Table Style Mapping DAO

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)iconMappingDaoWithTable:":{"name":"-iconMappingDaoWithTable:","abstract":"

    Get a Icon Mapping DAO

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)tableIconMappingDaoWithTable:":{"name":"-tableIconMappingDaoWithTable:","abstract":"

    Get a Table Icon Mapping DAO

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)styleDao":{"name":"-styleDao","abstract":"

    Get a style DAO

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)iconDao":{"name":"-iconDao","abstract":"

    Get a icon DAO

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)tableFeatureStylesWithTable:":{"name":"-tableFeatureStylesWithTable:","abstract":"

    Get the feature table default feature styles

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)tableFeatureStylesWithTableName:":{"name":"-tableFeatureStylesWithTableName:","abstract":"

    Get the feature table default feature styles

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)tableStylesWithTable:":{"name":"-tableStylesWithTable:","abstract":"

    Get the feature table default styles

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)tableStylesWithTableName:":{"name":"-tableStylesWithTableName:","abstract":"

    Get the feature table default styles

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)tableStyleWithTableName:andGeometryType:":{"name":"-tableStyleWithTableName:andGeometryType:","abstract":"

    Get the style of the feature table and geometry type

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)tableStyleDefaultWithTableName:":{"name":"-tableStyleDefaultWithTableName:","abstract":"

    Get the default style of the feature table

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)tableIconsWithTable:":{"name":"-tableIconsWithTable:","abstract":"

    Get the feature table default icons

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)tableIconsWithTableName:":{"name":"-tableIconsWithTableName:","abstract":"

    Get the feature table default icons

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)tableIconDefaultWithTableName:":{"name":"-tableIconDefaultWithTableName:","abstract":"

    Get the default icon of the feature table

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)tableIconWithTableName:andGeometryType:":{"name":"-tableIconWithTableName:andGeometryType:","abstract":"

    Get the icon of the feature table and geometry type

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)stylesWithTableName:":{"name":"-stylesWithTableName:","abstract":"

    Get all styles used by the feature table

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)featureStylesWithTableName:":{"name":"-featureStylesWithTableName:","abstract":"

    Get all styles used by feature rows in the table

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)iconsWithTableName:":{"name":"-iconsWithTableName:","abstract":"

    Get all icons used by the feature table

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)featureIconsWithTableName:":{"name":"-featureIconsWithTableName:","abstract":"

    Get all icons used by feature rows in the table

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)featureStylesWithFeature:":{"name":"-featureStylesWithFeature:","abstract":"

    Get the feature styles for the feature row

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)featureStylesWithTableName:andId:":{"name":"-featureStylesWithTableName:andId:","abstract":"

    Get the feature styles for the feature table and feature id

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)featureStylesWithTableName:andIdNumber:":{"name":"-featureStylesWithTableName:andIdNumber:","abstract":"

    Get the feature styles for the feature table and feature id

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)featureStyleWithFeature:":{"name":"-featureStyleWithFeature:","abstract":"

    Get the feature style (style and icon) of the feature row, searching in","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)featureStyleWithFeature:andGeometryType:":{"name":"-featureStyleWithFeature:andGeometryType:","abstract":"

    Get the feature style (style and icon) of the feature row with the","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)featureStyleDefaultWithFeature:":{"name":"-featureStyleDefaultWithFeature:","abstract":"

    Get the feature style default (style and icon) of the feature row,","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)featureStyleWithTableName:andId:andGeometryType:":{"name":"-featureStyleWithTableName:andId:andGeometryType:","abstract":"

    Get the feature style (style and icon) of the feature, searching in","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)featureStyleWithTableName:andIdNumber:andGeometryType:":{"name":"-featureStyleWithTableName:andIdNumber:andGeometryType:","abstract":"

    Get the feature style (style and icon) of the feature, searching in","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)featureStyleDefaultWithTableName:andId:":{"name":"-featureStyleDefaultWithTableName:andId:","abstract":"

    Get the feature style (style and icon) of the feature, searching in","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)featureStyleDefaultWithTableName:andIdNumber:":{"name":"-featureStyleDefaultWithTableName:andIdNumber:","abstract":"

    Get the feature style (style and icon) of the feature, searching in","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)stylesWithFeature:":{"name":"-stylesWithFeature:","abstract":"

    Get the styles for the feature row

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)stylesWithTableName:andId:":{"name":"-stylesWithTableName:andId:","abstract":"

    Get the styles for the feature table and feature id

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)stylesWithTableName:andIdNumber:":{"name":"-stylesWithTableName:andIdNumber:","abstract":"

    Get the styles for the feature table and feature id

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)styleWithFeature:":{"name":"-styleWithFeature:","abstract":"

    Get the style of the feature row, searching in order: feature geometry","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)styleWithFeature:andGeometryType:":{"name":"-styleWithFeature:andGeometryType:","abstract":"

    Get the style of the feature row with the provided geometry type,","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)styleDefaultWithFeature:":{"name":"-styleDefaultWithFeature:","abstract":"

    Get the default style of the feature row, searching in order: feature","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)styleWithTableName:andId:andGeometryType:":{"name":"-styleWithTableName:andId:andGeometryType:","abstract":"

    Get the style of the feature, searching in order: feature geometry type","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)styleWithTableName:andIdNumber:andGeometryType:":{"name":"-styleWithTableName:andIdNumber:andGeometryType:","abstract":"

    Get the style of the feature, searching in order: feature geometry type","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)styleDefaultWithTableName:andId:":{"name":"-styleDefaultWithTableName:andId:","abstract":"

    Get the default style of the feature, searching in order: feature default","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)styleDefaultWithTableName:andIdNumber:":{"name":"-styleDefaultWithTableName:andIdNumber:","abstract":"

    Get the default style of the feature, searching in order: feature default","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)styleWithTableName:andId:andGeometryType:andTableStyle:":{"name":"-styleWithTableName:andId:andGeometryType:andTableStyle:","abstract":"

    Get the style of the feature, searching in order: feature geometry type","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)styleWithTableName:andIdNumber:andGeometryType:andTableStyle:":{"name":"-styleWithTableName:andIdNumber:andGeometryType:andTableStyle:","abstract":"

    Get the style of the feature, searching in order: feature geometry type","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)styleDefaultWithTableName:andId:andTableStyle:":{"name":"-styleDefaultWithTableName:andId:andTableStyle:","abstract":"

    Get the default style of the feature, searching in order: feature default","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)styleDefaultWithTableName:andIdNumber:andTableStyle:":{"name":"-styleDefaultWithTableName:andIdNumber:andTableStyle:","abstract":"

    Get the default style of the feature, searching in order: feature default","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)iconsWithFeature:":{"name":"-iconsWithFeature:","abstract":"

    Get the icons for the feature row

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)iconsWithTableName:andId:":{"name":"-iconsWithTableName:andId:","abstract":"

    Get the icons for the feature table and feature id

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)iconsWithTableName:andIdNumber:":{"name":"-iconsWithTableName:andIdNumber:","abstract":"

    Get the icons for the feature table and feature id

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)iconWithFeature:":{"name":"-iconWithFeature:","abstract":"

    Get the icon of the feature row, searching in order: feature geometry","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)iconWithFeature:andGeometryType:":{"name":"-iconWithFeature:andGeometryType:","abstract":"

    Get the icon of the feature row with the provided geometry type,","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)iconDefaultWithFeature:":{"name":"-iconDefaultWithFeature:","abstract":"

    Get the default icon of the feature row, searching in order: feature","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)iconWithTableName:andId:andGeometryType:":{"name":"-iconWithTableName:andId:andGeometryType:","abstract":"

    Get the icon of the feature, searching in order: feature geometry type","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)iconWithTableName:andIdNumber:andGeometryType:":{"name":"-iconWithTableName:andIdNumber:andGeometryType:","abstract":"

    Get the icon of the feature, searching in order: feature geometry type","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)iconDefaultWithTableName:andId:":{"name":"-iconDefaultWithTableName:andId:","abstract":"

    Get the default icon of the feature, searching in order: feature default","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)iconDefaultWithTableName:andIdNumber:":{"name":"-iconDefaultWithTableName:andIdNumber:","abstract":"

    Get the default icon of the feature, searching in order: feature default","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)iconWithTableName:andId:andGeometryType:andTableIcon:":{"name":"-iconWithTableName:andId:andGeometryType:andTableIcon:","abstract":"

    Get the icon of the feature, searching in order: feature geometry type","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)iconWithTableName:andIdNumber:andGeometryType:andTableIcon:":{"name":"-iconWithTableName:andIdNumber:andGeometryType:andTableIcon:","abstract":"

    Get the icon of the feature, searching in order: feature geometry type","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)iconDefaultWithTableName:andId:andTableIcon:":{"name":"-iconDefaultWithTableName:andId:andTableIcon:","abstract":"

    Get the default icon of the feature, searching in order: feature default","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)iconDefaultWithTableName:andIdNumber:andTableIcon:":{"name":"-iconDefaultWithTableName:andIdNumber:andTableIcon:","abstract":"

    Get the default icon of the feature, searching in order: feature default","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setTableFeatureStylesWithTable:andFeatureStyles:":{"name":"-setTableFeatureStylesWithTable:andFeatureStyles:","abstract":"

    Set the feature table default feature styles

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setTableFeatureStylesWithTableName:andFeatureStyles:":{"name":"-setTableFeatureStylesWithTableName:andFeatureStyles:","abstract":"

    Set the feature table default feature styles

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setTableStylesWithTable:andStyles:":{"name":"-setTableStylesWithTable:andStyles:","abstract":"

    Set the feature table default styles

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setTableStylesWithTableName:andStyles:":{"name":"-setTableStylesWithTableName:andStyles:","abstract":"

    Set the feature table default styles

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setTableStyleDefaultWithTable:andStyle:":{"name":"-setTableStyleDefaultWithTable:andStyle:","abstract":"

    Set the feature table style default

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setTableStyleDefaultWithTableName:andStyle:":{"name":"-setTableStyleDefaultWithTableName:andStyle:","abstract":"

    Set the feature table style default

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setTableStyleWithTable:andGeometryType:andStyle:":{"name":"-setTableStyleWithTable:andGeometryType:andStyle:","abstract":"

    Set the feature table style for the geometry type

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setTableStyleWithTableName:andGeometryType:andStyle:":{"name":"-setTableStyleWithTableName:andGeometryType:andStyle:","abstract":"

    Set the feature table style for the geometry type

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setTableIconsWithTable:andIcons:":{"name":"-setTableIconsWithTable:andIcons:","abstract":"

    Set the feature table default icons

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setTableIconsWithTableName:andIcons:":{"name":"-setTableIconsWithTableName:andIcons:","abstract":"

    Set the feature table default icons

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setTableIconDefaultWithTable:andIcon:":{"name":"-setTableIconDefaultWithTable:andIcon:","abstract":"

    Set the feature table icon default

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setTableIconDefaultWithTableName:andIcon:":{"name":"-setTableIconDefaultWithTableName:andIcon:","abstract":"

    Set the feature table icon default

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setTableIconWithTable:andGeometryType:andIcon:":{"name":"-setTableIconWithTable:andGeometryType:andIcon:","abstract":"

    Set the feature table icon for the geometry type

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setTableIconWithTableName:andGeometryType:andIcon:":{"name":"-setTableIconWithTableName:andGeometryType:andIcon:","abstract":"

    Set the feature table icon for the geometry type

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setFeatureStylesWithFeature:andFeatureStyles:":{"name":"-setFeatureStylesWithFeature:andFeatureStyles:","abstract":"

    Set the feature styles for the feature row

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setFeatureStylesWithTableName:andId:andFeatureStyles:":{"name":"-setFeatureStylesWithTableName:andId:andFeatureStyles:","abstract":"

    Set the feature styles for the feature table and feature id

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setFeatureStylesWithTableName:andIdNumber:andFeatureStyles:":{"name":"-setFeatureStylesWithTableName:andIdNumber:andFeatureStyles:","abstract":"

    Set the feature styles for the feature table and feature id

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setFeatureStyleWithFeature:andFeatureStyle:":{"name":"-setFeatureStyleWithFeature:andFeatureStyle:","abstract":"

    Set the feature style (style and icon) of the feature row

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setFeatureStyleWithFeature:andGeometryType:andFeatureStyle:":{"name":"-setFeatureStyleWithFeature:andGeometryType:andFeatureStyle:","abstract":"

    Set the feature style (style and icon) of the feature row for the","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setFeatureStyleDefaultWithFeature:andFeatureStyle:":{"name":"-setFeatureStyleDefaultWithFeature:andFeatureStyle:","abstract":"

    Set the feature style default (style and icon) of the feature row

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setFeatureStyleWithTableName:andId:andGeometryType:andFeatureStyle:":{"name":"-setFeatureStyleWithTableName:andId:andGeometryType:andFeatureStyle:","abstract":"

    Set the feature style (style and icon) of the feature

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setFeatureStyleWithTableName:andIdNumber:andGeometryType:andFeatureStyle:":{"name":"-setFeatureStyleWithTableName:andIdNumber:andGeometryType:andFeatureStyle:","abstract":"

    Set the feature style (style and icon) of the feature

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setFeatureStyleDefaultWithTableName:andId:andFeatureStyle:":{"name":"-setFeatureStyleDefaultWithTableName:andId:andFeatureStyle:","abstract":"

    Set the feature style (style and icon) of the feature

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setFeatureStyleDefaultWithTableName:andIdNumber:andFeatureStyle:":{"name":"-setFeatureStyleDefaultWithTableName:andIdNumber:andFeatureStyle:","abstract":"

    Set the feature style (style and icon) of the feature

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setStylesWithFeature:andStyles:":{"name":"-setStylesWithFeature:andStyles:","abstract":"

    Set the styles for the feature row

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setStylesWithTableName:andId:andStyles:":{"name":"-setStylesWithTableName:andId:andStyles:","abstract":"

    Set the styles for the feature table and feature id

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setStylesWithTableName:andIdNumber:andStyles:":{"name":"-setStylesWithTableName:andIdNumber:andStyles:","abstract":"

    Set the styles for the feature table and feature id

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setStyleWithFeature:andStyle:":{"name":"-setStyleWithFeature:andStyle:","abstract":"

    Set the style of the feature row

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setStyleWithFeature:andGeometryType:andStyle:":{"name":"-setStyleWithFeature:andGeometryType:andStyle:","abstract":"

    Set the style of the feature row for the specified geometry type

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setStyleDefaultWithFeature:andStyle:":{"name":"-setStyleDefaultWithFeature:andStyle:","abstract":"

    Set the default style of the feature row

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setStyleWithTableName:andId:andGeometryType:andStyle:":{"name":"-setStyleWithTableName:andId:andGeometryType:andStyle:","abstract":"

    Set the style of the feature

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setStyleWithTableName:andIdNumber:andGeometryType:andStyle:":{"name":"-setStyleWithTableName:andIdNumber:andGeometryType:andStyle:","abstract":"

    Set the style of the feature

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setStyleDefaultWithTableName:andId:andStyle:":{"name":"-setStyleDefaultWithTableName:andId:andStyle:","abstract":"

    Set the default style of the feature

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setStyleDefaultWithTableName:andIdNumber:andStyle:":{"name":"-setStyleDefaultWithTableName:andIdNumber:andStyle:","abstract":"

    Set the default style of the feature

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setIconsWithFeature:andIcons:":{"name":"-setIconsWithFeature:andIcons:","abstract":"

    Set the icons for the feature row

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setIconsWithTableName:andId:andIcons:":{"name":"-setIconsWithTableName:andId:andIcons:","abstract":"

    Set the icons for the feature table and feature id

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setIconsWithTableName:andIdNumber:andIcons:":{"name":"-setIconsWithTableName:andIdNumber:andIcons:","abstract":"

    Set the icons for the feature table and feature id

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setIconWithFeature:andIcon:":{"name":"-setIconWithFeature:andIcon:","abstract":"

    Set the icon of the feature row

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setIconWithFeature:andGeometryType:andIcon:":{"name":"-setIconWithFeature:andGeometryType:andIcon:","abstract":"

    Set the icon of the feature row for the specified geometry type

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setIconDefaultWithFeature:andIcon:":{"name":"-setIconDefaultWithFeature:andIcon:","abstract":"

    Set the default icon of the feature row

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setIconWithTableName:andId:andGeometryType:andIcon:":{"name":"-setIconWithTableName:andId:andGeometryType:andIcon:","abstract":"

    Get the icon of the feature, searching in order: feature geometry type","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setIconWithTableName:andIdNumber:andGeometryType:andIcon:":{"name":"-setIconWithTableName:andIdNumber:andGeometryType:andIcon:","abstract":"

    Get the icon of the feature, searching in order: feature geometry type","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setIconDefaultWithTableName:andId:andIcon:":{"name":"-setIconDefaultWithTableName:andId:andIcon:","abstract":"

    Set the default icon of the feature

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setIconDefaultWithTableName:andIdNumber:andIcon:":{"name":"-setIconDefaultWithTableName:andIdNumber:andIcon:","abstract":"

    Set the default icon of the feature

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteAllFeatureStylesWithTable:":{"name":"-deleteAllFeatureStylesWithTable:","abstract":"

    Delete all feature styles including table styles, table icons, style, and","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteAllFeatureStylesWithTableName:":{"name":"-deleteAllFeatureStylesWithTableName:","abstract":"

    Delete all feature styles including table styles, table icons, style, and","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteAllStylesWithTable:":{"name":"-deleteAllStylesWithTable:","abstract":"

    Delete all styles including table styles and feature row styles

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteAllStylesWithTableName:":{"name":"-deleteAllStylesWithTableName:","abstract":"

    Delete all styles including table styles and feature row styles

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteAllIconsWithTable:":{"name":"-deleteAllIconsWithTable:","abstract":"

    Delete all icons including table icons and feature row icons

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteAllIconsWithTableName:":{"name":"-deleteAllIconsWithTableName:","abstract":"

    Delete all icons including table icons and feature row icons

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteTableFeatureStylesWithTable:":{"name":"-deleteTableFeatureStylesWithTable:","abstract":"

    Delete the feature table feature styles

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteTableFeatureStylesWithTableName:":{"name":"-deleteTableFeatureStylesWithTableName:","abstract":"

    Delete the feature table feature styles

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteTableStylesWithTable:":{"name":"-deleteTableStylesWithTable:","abstract":"

    Delete the feature table styles

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteTableStylesWithTableName:":{"name":"-deleteTableStylesWithTableName:","abstract":"

    Delete the feature table styles

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteTableStyleDefaultWithTable:":{"name":"-deleteTableStyleDefaultWithTable:","abstract":"

    Delete the feature table default style

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteTableStyleDefaultWithTableName:":{"name":"-deleteTableStyleDefaultWithTableName:","abstract":"

    Delete the feature table default style

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteTableStyleWithTable:andGeometryType:":{"name":"-deleteTableStyleWithTable:andGeometryType:","abstract":"

    Delete the feature table style for the geometry type

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteTableStyleWithTableName:andGeometryType:":{"name":"-deleteTableStyleWithTableName:andGeometryType:","abstract":"

    Delete the feature table style for the geometry type

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteTableIconsWithTable:":{"name":"-deleteTableIconsWithTable:","abstract":"

    Delete the feature table icons

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteTableIconsWithTableName:":{"name":"-deleteTableIconsWithTableName:","abstract":"

    Delete the feature table icons

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteTableIconDefaultWithTable:":{"name":"-deleteTableIconDefaultWithTable:","abstract":"

    Delete the feature table default icon

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteTableIconDefaultWithTableName:":{"name":"-deleteTableIconDefaultWithTableName:","abstract":"

    Delete the feature table default icon

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteTableIconWithTable:andGeometryType:":{"name":"-deleteTableIconWithTable:andGeometryType:","abstract":"

    Delete the feature table icon for the geometry type

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteTableIconWithTableName:andGeometryType:":{"name":"-deleteTableIconWithTableName:andGeometryType:","abstract":"

    Delete the feature table icon for the geometry type

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteFeatureStylesWithTable:":{"name":"-deleteFeatureStylesWithTable:","abstract":"

    Delete all feature styles

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteFeatureStylesWithTableName:":{"name":"-deleteFeatureStylesWithTableName:","abstract":"

    Delete all feature styles

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteStylesWithTable:":{"name":"-deleteStylesWithTable:","abstract":"

    Delete all styles

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteStylesWithTableName:":{"name":"-deleteStylesWithTableName:","abstract":"

    Delete all styles

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteStylesWithFeature:":{"name":"-deleteStylesWithFeature:","abstract":"

    Delete feature row styles

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteStylesWithTableName:andId:":{"name":"-deleteStylesWithTableName:andId:","abstract":"

    Delete feature row styles

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteStylesWithTableName:andIdNumber:":{"name":"-deleteStylesWithTableName:andIdNumber:","abstract":"

    Delete feature row styles

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteStyleDefaultWithFeature:":{"name":"-deleteStyleDefaultWithFeature:","abstract":"

    Delete the feature row default style

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteStyleDefaultWithTableName:andId:":{"name":"-deleteStyleDefaultWithTableName:andId:","abstract":"

    Delete the feature row default style

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteStyleDefaultWithTableName:andIdNumber:":{"name":"-deleteStyleDefaultWithTableName:andIdNumber:","abstract":"

    Delete the feature row default style

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteStyleWithFeature:":{"name":"-deleteStyleWithFeature:","abstract":"

    Delete the feature row style for the feature row geometry type

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteStyleWithFeature:andGeometryType:":{"name":"-deleteStyleWithFeature:andGeometryType:","abstract":"

    Delete the feature row style for the geometry type

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteStyleWithTableName:andId:andGeometryType:":{"name":"-deleteStyleWithTableName:andId:andGeometryType:","abstract":"

    Delete the feature row style for the geometry type

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteStyleWithTableName:andIdNumber:andGeometryType:":{"name":"-deleteStyleWithTableName:andIdNumber:andGeometryType:","abstract":"

    Delete the feature row style for the geometry type

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteIconsWithTable:":{"name":"-deleteIconsWithTable:","abstract":"

    Delete all icons

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteIconsWithTableName:":{"name":"-deleteIconsWithTableName:","abstract":"

    Delete all icons

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteIconsWithFeature:":{"name":"-deleteIconsWithFeature:","abstract":"

    Delete feature row icons

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteIconsWithTableName:andId:":{"name":"-deleteIconsWithTableName:andId:","abstract":"

    Delete feature row icons

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteIconsWithTableName:andIdNumber:":{"name":"-deleteIconsWithTableName:andIdNumber:","abstract":"

    Delete feature row icons

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteIconDefaultWithFeature:":{"name":"-deleteIconDefaultWithFeature:","abstract":"

    Delete the feature row default icon

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteIconDefaultWithTableName:andId:":{"name":"-deleteIconDefaultWithTableName:andId:","abstract":"

    Delete the feature row default icon

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteIconDefaultWithTableName:andIdNumber:":{"name":"-deleteIconDefaultWithTableName:andIdNumber:","abstract":"

    Delete the feature row default icon

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteIconWithFeature:":{"name":"-deleteIconWithFeature:","abstract":"

    Delete the feature row icon for the feature row geometry type

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteIconWithFeature:andGeometryType:":{"name":"-deleteIconWithFeature:andGeometryType:","abstract":"

    Delete the feature row icon for the geometry type

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteIconWithTableName:andId:andGeometryType:":{"name":"-deleteIconWithTableName:andId:andGeometryType:","abstract":"

    Delete the feature row icon for the geometry type

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteIconWithTableName:andIdNumber:andGeometryType:":{"name":"-deleteIconWithTableName:andIdNumber:andGeometryType:","abstract":"

    Delete the feature row icon for the geometry type

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)countMappingsToStyleRow:":{"name":"-countMappingsToStyleRow:","abstract":"

    Count the number of mappings to the style row

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)countMappingsToStyleRowId:":{"name":"-countMappingsToStyleRowId:","abstract":"

    Count the number of mappings to the style row id

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)hasMappingToStyleRow:":{"name":"-hasMappingToStyleRow:","abstract":"

    Determine if a mapping to the style row exists

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)hasMappingToStyleRowId:":{"name":"-hasMappingToStyleRowId:","abstract":"

    Determine if a mapping to the style row id exists

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteMappingsToStyleRow:":{"name":"-deleteMappingsToStyleRow:","abstract":"

    Delete style row mappings

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteMappingsToStyleRowId:":{"name":"-deleteMappingsToStyleRowId:","abstract":"

    Delete style row mappings

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteStyleRow:":{"name":"-deleteStyleRow:","abstract":"

    Delete a style row and mappings

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteNotMappedStyleRow:":{"name":"-deleteNotMappedStyleRow:","abstract":"

    Delete a style row only if it has no mappings

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteStyleRowById:":{"name":"-deleteStyleRowById:","abstract":"

    Delete a style row by id and mappings

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteNotMappedStyleRowById:":{"name":"-deleteNotMappedStyleRowById:","abstract":"

    Delete a style row by id only if it has no mappings

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteStyleRowsWhere:andWhereArgs:":{"name":"-deleteStyleRowsWhere:andWhereArgs:","abstract":"

    Delete style rows matching the where clause and mappings to them

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteNotMappedStyleRowsWhere:andWhereArgs:":{"name":"-deleteNotMappedStyleRowsWhere:andWhereArgs:","abstract":"

    Delete style rows matching the where clause if they have no mappings

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteStyleRowsByFieldValues:":{"name":"-deleteStyleRowsByFieldValues:","abstract":"

    Delete style rows matching the field values and mappings to them

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteNotMappedStyleRowsByFieldValues:":{"name":"-deleteNotMappedStyleRowsByFieldValues:","abstract":"

    Delete style rows matching the field values if they have no mappings

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteStyleRows":{"name":"-deleteStyleRows","abstract":"

    Delete all style rows and mappings to them

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteNotMappedStyleRows":{"name":"-deleteNotMappedStyleRows","abstract":"

    Delete all style rows if they have no mappings

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)countMappingsToIconRow:":{"name":"-countMappingsToIconRow:","abstract":"

    Count the number of mappings to the icon row

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)countMappingsToIconRowId:":{"name":"-countMappingsToIconRowId:","abstract":"

    Count the number of mappings to the icon row id

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)hasMappingToIconRow:":{"name":"-hasMappingToIconRow:","abstract":"

    Determine if a mapping to the icon row exists

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)hasMappingToIconRowId:":{"name":"-hasMappingToIconRowId:","abstract":"

    Determine if a mapping to the icon row id exists

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteMappingsToIconRow:":{"name":"-deleteMappingsToIconRow:","abstract":"

    Delete icon row mappings

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteMappingsToIconRowId:":{"name":"-deleteMappingsToIconRowId:","abstract":"

    Delete icon row mappings

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteIconRow:":{"name":"-deleteIconRow:","abstract":"

    Delete an icon row and mappings

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteNotMappedIconRow:":{"name":"-deleteNotMappedIconRow:","abstract":"

    Delete a icon row only if it has no mappings

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteIconRowById:":{"name":"-deleteIconRowById:","abstract":"

    Delete an icon row by id and mappings

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteNotMappedIconRowById:":{"name":"-deleteNotMappedIconRowById:","abstract":"

    Delete a icon row by id only if it has no mappings

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteIconRowsWhere:andWhereArgs:":{"name":"-deleteIconRowsWhere:andWhereArgs:","abstract":"

    Delete icon rows matching the where clause and mappings to them

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteNotMappedIconRowsWhere:andWhereArgs:":{"name":"-deleteNotMappedIconRowsWhere:andWhereArgs:","abstract":"

    Delete icon rows matching the where clause if they have no mappings

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteIconRowsByFieldValues:":{"name":"-deleteIconRowsByFieldValues:","abstract":"

    Delete icon rows matching the field values and mappings to them

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteNotMappedIconRowsByFieldValues:":{"name":"-deleteNotMappedIconRowsByFieldValues:","abstract":"

    Delete icon rows matching the field values if they have no mappings

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteIconRows":{"name":"-deleteIconRows","abstract":"

    Delete all icon rows and mappings to them

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteNotMappedIconRows":{"name":"-deleteNotMappedIconRows","abstract":"

    Delete all icon rows if they have no mappings

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)allTableStyleIdsWithTable:":{"name":"-allTableStyleIdsWithTable:","abstract":"

    Get all the unique style row ids the table maps to

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)allTableStyleIdsWithTableName:":{"name":"-allTableStyleIdsWithTableName:","abstract":"

    Get all the unique style row ids the table maps to

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)allTableIconIdsWithTable:":{"name":"-allTableIconIdsWithTable:","abstract":"

    Get all the unique icon row ids the table maps to

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)allTableIconIdsWithTableName:":{"name":"-allTableIconIdsWithTableName:","abstract":"

    Get all the unique icon row ids the table maps to

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)allStyleIdsWithTable:":{"name":"-allStyleIdsWithTable:","abstract":"

    Get all the unique style row ids the features map to

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)allStyleIdsWithTableName:":{"name":"-allStyleIdsWithTableName:","abstract":"

    Get all the unique style row ids the features map to

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)allIconIdsWithTable:":{"name":"-allIconIdsWithTable:","abstract":"

    Get all the unique icon row ids the features map to

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)allIconIdsWithTableName:":{"name":"-allIconIdsWithTableName:","abstract":"

    Get all the unique icon row ids the features map to

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)calculatePixelBoundsWithTable:":{"name":"-calculatePixelBoundsWithTable:","abstract":"

    Calculate style pixel bounds

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)calculatePixelBoundsWithTable:andScale:":{"name":"-calculatePixelBoundsWithTable:andScale:","abstract":"

    Calculate style pixel bounds for the feature table

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(cm)calculatePixelBoundsWithStyleRow:":{"name":"+calculatePixelBoundsWithStyleRow:","abstract":"

    Calculate style pixel bounds for the style row

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(cm)calculatePixelBoundsWithStyleRow:andScale:":{"name":"+calculatePixelBoundsWithStyleRow:andScale:","abstract":"

    Calculate style pixel bounds for the style row

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(cm)expandPixelBounds:withStyleRow:":{"name":"+expandPixelBounds:withStyleRow:","abstract":"

    Calculate style pixel bounds for the style row

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(cm)expandPixelBounds:withStyleRow:andScale:":{"name":"+expandPixelBounds:withStyleRow:andScale:","abstract":"

    Calculate style pixel bounds for the style row

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(cm)calculatePixelBoundsWithIconRow:":{"name":"+calculatePixelBoundsWithIconRow:","abstract":"

    Calculate style pixel bounds for the icon row

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(cm)calculatePixelBoundsWithIconRow:andScale:":{"name":"+calculatePixelBoundsWithIconRow:andScale:","abstract":"

    Calculate style pixel bounds for the icon row

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(cm)expandPixelBounds:withIconRow:":{"name":"+expandPixelBounds:withIconRow:","abstract":"

    Calculate style pixel bounds for the icon row

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(cm)expandPixelBounds:withIconRow:andScale:":{"name":"+expandPixelBounds:withIconRow:andScale:","abstract":"

    Calculate style pixel bounds for the icon row

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyle.html#/c:objc(cs)GPKGFeatureStyle(py)style":{"name":"style","abstract":"

    Style

    ","parent_name":"GPKGFeatureStyle"},"Classes/GPKGFeatureStyle.html#/c:objc(cs)GPKGFeatureStyle(py)icon":{"name":"icon","abstract":"

    Icon

    ","parent_name":"GPKGFeatureStyle"},"Classes/GPKGFeatureStyle.html#/c:objc(cs)GPKGFeatureStyle(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureStyle"},"Classes/GPKGFeatureStyle.html#/c:objc(cs)GPKGFeatureStyle(im)initWithStyle:":{"name":"-initWithStyle:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureStyle"},"Classes/GPKGFeatureStyle.html#/c:objc(cs)GPKGFeatureStyle(im)initWithIcon:":{"name":"-initWithIcon:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureStyle"},"Classes/GPKGFeatureStyle.html#/c:objc(cs)GPKGFeatureStyle(im)initWithStyle:andIcon:":{"name":"-initWithStyle:andIcon:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureStyle"},"Classes/GPKGFeatureStyle.html#/c:objc(cs)GPKGFeatureStyle(im)hasStyle":{"name":"-hasStyle","abstract":"

    Check if the feature style has a style row

    ","parent_name":"GPKGFeatureStyle"},"Classes/GPKGFeatureStyle.html#/c:objc(cs)GPKGFeatureStyle(im)hasIcon":{"name":"-hasIcon","abstract":"

    Check if the feature style has an icon row

    ","parent_name":"GPKGFeatureStyle"},"Classes/GPKGFeatureStyle.html#/c:objc(cs)GPKGFeatureStyle(im)useIcon":{"name":"-useIcon","abstract":"

    Determine if an icon exists and should be used. Returns false when an","parent_name":"GPKGFeatureStyle"},"Classes/GPKGTileTableScaling.html#/c:objc(cs)GPKGTileTableScaling(im)initWithGeoPackage:andTileMatrixSet:":{"name":"-initWithGeoPackage:andTileMatrixSet:","abstract":"

    Initialize

    ","parent_name":"GPKGTileTableScaling"},"Classes/GPKGTileTableScaling.html#/c:objc(cs)GPKGTileTableScaling(im)initWithGeoPackage:andTileMatrix:":{"name":"-initWithGeoPackage:andTileMatrix:","abstract":"

    Initialize

    ","parent_name":"GPKGTileTableScaling"},"Classes/GPKGTileTableScaling.html#/c:objc(cs)GPKGTileTableScaling(im)initWithGeoPackage:andTileDao:":{"name":"-initWithGeoPackage:andTileDao:","abstract":"

    Initialize

    ","parent_name":"GPKGTileTableScaling"},"Classes/GPKGTileTableScaling.html#/c:objc(cs)GPKGTileTableScaling(im)initWithGeoPackage:andTableName:":{"name":"-initWithGeoPackage:andTableName:","abstract":"

    Initialize

    ","parent_name":"GPKGTileTableScaling"},"Classes/GPKGTileTableScaling.html#/c:objc(cs)GPKGTileTableScaling(im)tableName":{"name":"-tableName","abstract":"

    Get the table name

    ","parent_name":"GPKGTileTableScaling"},"Classes/GPKGTileTableScaling.html#/c:objc(cs)GPKGTileTableScaling(im)dao":{"name":"-dao","abstract":"

    Get the Tile Scaling DAO

    ","parent_name":"GPKGTileTableScaling"},"Classes/GPKGTileTableScaling.html#/c:objc(cs)GPKGTileTableScaling(im)extensionName":{"name":"-extensionName","abstract":"

    Get the extension name

    ","parent_name":"GPKGTileTableScaling"},"Classes/GPKGTileTableScaling.html#/c:objc(cs)GPKGTileTableScaling(im)extensionDefinition":{"name":"-extensionDefinition","abstract":"

    Get the extension definition

    ","parent_name":"GPKGTileTableScaling"},"Classes/GPKGTileTableScaling.html#/c:objc(cs)GPKGTileTableScaling(im)has":{"name":"-has","abstract":"

    Determine if the GeoPackage has the extension

    ","parent_name":"GPKGTileTableScaling"},"Classes/GPKGTileTableScaling.html#/c:objc(cs)GPKGTileTableScaling(im)tileScaling":{"name":"-tileScaling","abstract":"

    Get the tile scaling

    ","parent_name":"GPKGTileTableScaling"},"Classes/GPKGTileTableScaling.html#/c:objc(cs)GPKGTileTableScaling(im)create:":{"name":"-create:","abstract":"

    Create the tile scaling (same as calling","parent_name":"GPKGTileTableScaling"},"Classes/GPKGTileTableScaling.html#/c:objc(cs)GPKGTileTableScaling(im)update:":{"name":"-update:","abstract":"

    Update the tile scaling (same as calling","parent_name":"GPKGTileTableScaling"},"Classes/GPKGTileTableScaling.html#/c:objc(cs)GPKGTileTableScaling(im)createOrUpdate:":{"name":"-createOrUpdate:","abstract":"

    Create or update the tile scaling

    ","parent_name":"GPKGTileTableScaling"},"Classes/GPKGTileTableScaling.html#/c:objc(cs)GPKGTileTableScaling(im)delete":{"name":"-delete","abstract":"

    Delete the tile table scaling for the tile table

    ","parent_name":"GPKGTileTableScaling"},"Classes/GPKGTileTableScaling.html#/c:objc(cs)GPKGTileTableScaling(im)extension":{"name":"-extension","abstract":"

    Get the extension

    ","parent_name":"GPKGTileTableScaling"},"Classes/GPKGTileTableScaling.html#/c:objc(cs)GPKGTileTableScaling(im)tileScalingDao":{"name":"-tileScalingDao","abstract":"

    Get a Tile Scaling DAO

    ","parent_name":"GPKGTileTableScaling"},"Classes/GPKGTileTableScaling.html#/c:objc(cs)GPKGTileTableScaling(cm)tileScalingDaoWithGeoPackage:":{"name":"+tileScalingDaoWithGeoPackage:","abstract":"

    Get a Tile Scaling DAO

    ","parent_name":"GPKGTileTableScaling"},"Classes/GPKGTileTableScaling.html#/c:objc(cs)GPKGTileTableScaling(cm)tileScalingDaoWithDatabase:":{"name":"+tileScalingDaoWithDatabase:","abstract":"

    Get a Tile Scaling DAO

    ","parent_name":"GPKGTileTableScaling"},"Classes/GPKGTileTableScaling.html#/c:objc(cs)GPKGTileTableScaling(im)createTileScalingTable":{"name":"-createTileScalingTable","abstract":"

    Create the Tile Scaling Table if it does not exist

    ","parent_name":"GPKGTileTableScaling"},"Classes/GPKGTileScalingTypes.html#/c:objc(cs)GPKGTileScalingTypes(cm)name:":{"name":"+name:","abstract":"

    Get the name of the tile scaling type

    ","parent_name":"GPKGTileScalingTypes"},"Classes/GPKGTileScalingTypes.html#/c:objc(cs)GPKGTileScalingTypes(cm)fromName:":{"name":"+fromName:","abstract":"

    Get the tile scaling type from the name

    ","parent_name":"GPKGTileScalingTypes"},"Classes/GPKGTileScalingTableCreator.html#/c:objc(cs)GPKGTileScalingTableCreator(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGTileScalingTableCreator"},"Classes/GPKGTileScalingTableCreator.html#/c:objc(cs)GPKGTileScalingTableCreator(im)createTileScaling":{"name":"-createTileScaling","abstract":"

    Create Tile Scaling table

    ","parent_name":"GPKGTileScalingTableCreator"},"Classes/GPKGTileScalingDao.html#/c:objc(cs)GPKGTileScalingDao(cm)createWithDatabase:":{"name":"+createWithDatabase:","abstract":"

    Create the DAO

    ","parent_name":"GPKGTileScalingDao"},"Classes/GPKGTileScalingDao.html#/c:objc(cs)GPKGTileScalingDao(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGTileScalingDao"},"Classes/GPKGTileScaling.html#/c:objc(cs)GPKGTileScaling(py)tableName":{"name":"tableName","abstract":"

    Foreign key to table_name in gpkg_tile_matrix_set

    ","parent_name":"GPKGTileScaling"},"Classes/GPKGTileScaling.html#/c:objc(cs)GPKGTileScaling(py)scalingType":{"name":"scalingType","abstract":"

    Tile Scaling behavior type

    ","parent_name":"GPKGTileScaling"},"Classes/GPKGTileScaling.html#/c:objc(cs)GPKGTileScaling(py)zoomIn":{"name":"zoomIn","abstract":"

    Max zoom levels in to search

    ","parent_name":"GPKGTileScaling"},"Classes/GPKGTileScaling.html#/c:objc(cs)GPKGTileScaling(py)zoomOut":{"name":"zoomOut","abstract":"

    Max zoom levels out to search

    ","parent_name":"GPKGTileScaling"},"Classes/GPKGTileScaling.html#/c:objc(cs)GPKGTileScaling(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGTileScaling"},"Classes/GPKGTileScaling.html#/c:objc(cs)GPKGTileScaling(im)initWithTileMatrixSet:andScalingType:andZoomIn:andZoomOut:":{"name":"-initWithTileMatrixSet:andScalingType:andZoomIn:andZoomOut:","abstract":"

    Initialize

    ","parent_name":"GPKGTileScaling"},"Classes/GPKGTileScaling.html#/c:objc(cs)GPKGTileScaling(im)initWithTableName:andScalingType:andZoomIn:andZoomOut:":{"name":"-initWithTableName:andScalingType:andZoomIn:andZoomOut:","abstract":"

    Initialize

    ","parent_name":"GPKGTileScaling"},"Classes/GPKGTileScaling.html#/c:objc(cs)GPKGTileScaling(im)initWithScalingType:andZoomIn:andZoomOut:":{"name":"-initWithScalingType:andZoomIn:andZoomOut:","abstract":"

    Initialize

    ","parent_name":"GPKGTileScaling"},"Classes/GPKGTileScaling.html#/c:objc(cs)GPKGTileScaling(im)setTileMatrixSet:":{"name":"-setTileMatrixSet:","abstract":"

    Set the tile matrix set

    ","parent_name":"GPKGTileScaling"},"Classes/GPKGTileScaling.html#/c:objc(cs)GPKGTileScaling(im)tileScalingType":{"name":"-tileScalingType","abstract":"

    Get the tile scaling type

    ","parent_name":"GPKGTileScaling"},"Classes/GPKGTileScaling.html#/c:objc(cs)GPKGTileScaling(im)setTileScalingType:":{"name":"-setTileScalingType:","abstract":"

    Set the tile scaling type

    ","parent_name":"GPKGTileScaling"},"Classes/GPKGTileScaling.html#/c:objc(cs)GPKGTileScaling(im)isZoomIn":{"name":"-isZoomIn","abstract":"

    Is zoom in tile search enabled

    ","parent_name":"GPKGTileScaling"},"Classes/GPKGTileScaling.html#/c:objc(cs)GPKGTileScaling(im)isZoomOut":{"name":"-isZoomOut","abstract":"

    Is zoom out tile search enabled

    ","parent_name":"GPKGTileScaling"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)initWithGeoPackage:":{"name":"-initWithGeoPackage:","abstract":"

    Initialize

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)initWithGeoPackages:":{"name":"-initWithGeoPackages:","abstract":"

    Initialize

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)initWithCache:":{"name":"-initWithCache:","abstract":"

    Initialize

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)propertiesExtensionWithGeoPackage:":{"name":"-propertiesExtensionWithGeoPackage:","abstract":"

    Create a properties extension from the GeoPackage

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)geoPackageNames":{"name":"-geoPackageNames","abstract":"

    Get the GeoPackage names

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)numGeoPackages":{"name":"-numGeoPackages","abstract":"

    Get the number of GeoPackages

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)geoPackages":{"name":"-geoPackages","abstract":"

    Get the GeoPackages

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)hasGeoPackageWithName:":{"name":"-hasGeoPackageWithName:","abstract":"

    Checks if the GeoPackage name exists

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)geoPackageWithName:":{"name":"-geoPackageWithName:","abstract":"

    Get the GeoPackage for the GeoPackage name

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)addGeoPackages:":{"name":"-addGeoPackages:","abstract":"

    Add a collection of GeoPackages

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)addGeoPackage:":{"name":"-addGeoPackage:","abstract":"

    Add GeoPackage

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)closeGeoPackages":{"name":"-closeGeoPackages","abstract":"

    Close all GeoPackages in the manager

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)removeGeoPackageWithName:":{"name":"-removeGeoPackageWithName:","abstract":"

    Remove the GeoPackage with the name but does not close it

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)clearGeoPackages":{"name":"-clearGeoPackages","abstract":"

    Clears all cached GeoPackages but does not close them

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)removeAndCloseGeoPackageWithName:":{"name":"-removeAndCloseGeoPackageWithName:","abstract":"

    Remove and close the GeoPackage with name, same as","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)closeGeoPackageWithName:":{"name":"-closeGeoPackageWithName:","abstract":"

    Close the GeoPackage with name

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)closeRetainGeoPackages:":{"name":"-closeRetainGeoPackages:","abstract":"

    Close GeoPackages not specified in the retain GeoPackage names

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)closeGeoPackages:":{"name":"-closeGeoPackages:","abstract":"

    Close GeoPackages with names

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)numProperties":{"name":"-numProperties","abstract":"

    Get the number of unique properties

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)properties":{"name":"-properties","abstract":"

    Get the unique properties

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)hasProperty:":{"name":"-hasProperty:","abstract":"

    Get the GeoPackages with the property name

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)missingProperty:":{"name":"-missingProperty:","abstract":"

    Get the GeoPackages missing the property name

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)numValuesOfProperty:":{"name":"-numValuesOfProperty:","abstract":"

    Get the number of unique values for the property

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)hasValuesWithProperty:":{"name":"-hasValuesWithProperty:","abstract":"

    Check if the property has any values

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)valuesOfProperty:":{"name":"-valuesOfProperty:","abstract":"

    Get the unique values for the property

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)hasValue:withProperty:":{"name":"-hasValue:withProperty:","abstract":"

    Get the GeoPackages with the property name and value

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)missingValue:withProperty:":{"name":"-missingValue:withProperty:","abstract":"

    Get the GeoPackages missing the property name and value

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)addValue:withProperty:":{"name":"-addValue:withProperty:","abstract":"

    Add a property value to all GeoPackages

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)addValue:withProperty:inGeoPackage:":{"name":"-addValue:withProperty:inGeoPackage:","abstract":"

    Add a property value to a specified GeoPackage

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)deleteProperty:":{"name":"-deleteProperty:","abstract":"

    Delete the property and values from all GeoPackages

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)deleteProperty:inGeoPackage:":{"name":"-deleteProperty:inGeoPackage:","abstract":"

    Delete the property and values from a specified GeoPackage

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)deleteValue:withProperty:":{"name":"-deleteValue:withProperty:","abstract":"

    Delete the property value from all GeoPackages

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)deleteValue:withProperty:inGeoPackage:":{"name":"-deleteValue:withProperty:inGeoPackage:","abstract":"

    Delete the property value from a specified GeoPackage

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)deleteAll":{"name":"-deleteAll","abstract":"

    Delete all properties and values from all GeoPackages

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)deleteAllInGeoPackage:":{"name":"-deleteAllInGeoPackage:","abstract":"

    Delete all properties and values from a specified GeoPackage

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)removeExtension":{"name":"-removeExtension","abstract":"

    Remove the extension from all GeoPackages

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)removeExtensionInGeoPackage:":{"name":"-removeExtensionInGeoPackage:","abstract":"

    Remove the extension from a specified GeoPackage

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesExtension.html#/c:objc(cs)GPKGPropertiesExtension(im)initWithGeoPackage:":{"name":"-initWithGeoPackage:","abstract":"

    Initialize

    ","parent_name":"GPKGPropertiesExtension"},"Classes/GPKGPropertiesExtension.html#/c:objc(cs)GPKGPropertiesExtension(im)extensionCreate":{"name":"-extensionCreate","abstract":"

    Get or create the extension

    ","parent_name":"GPKGPropertiesExtension"},"Classes/GPKGPropertiesExtension.html#/c:objc(cs)GPKGPropertiesExtension(im)has":{"name":"-has","abstract":"

    Determine if the GeoPackage has the extension

    ","parent_name":"GPKGPropertiesExtension"},"Classes/GPKGPropertiesExtension.html#/c:objc(cs)GPKGPropertiesExtension(im)extensionName":{"name":"-extensionName","abstract":"

    Get the extension name

    ","parent_name":"GPKGPropertiesExtension"},"Classes/GPKGPropertiesExtension.html#/c:objc(cs)GPKGPropertiesExtension(im)extensionDefinition":{"name":"-extensionDefinition","abstract":"

    Get the extension definition

    ","parent_name":"GPKGPropertiesExtension"},"Classes/GPKGPropertiesExtension.html#/c:objc(cs)GPKGPropertiesExtension(im)numProperties":{"name":"-numProperties","abstract":"

    Get the number of properties

    ","parent_name":"GPKGPropertiesExtension"},"Classes/GPKGPropertiesExtension.html#/c:objc(cs)GPKGPropertiesExtension(im)properties":{"name":"-properties","abstract":"

    Get the properties

    ","parent_name":"GPKGPropertiesExtension"},"Classes/GPKGPropertiesExtension.html#/c:objc(cs)GPKGPropertiesExtension(im)hasProperty:":{"name":"-hasProperty:","abstract":"

    Check if the property exists, same call as {@link #hasValues(String)}

    ","parent_name":"GPKGPropertiesExtension"},"Classes/GPKGPropertiesExtension.html#/c:objc(cs)GPKGPropertiesExtension(im)numValues":{"name":"-numValues","abstract":"

    Get the number of total values combined for all properties

    ","parent_name":"GPKGPropertiesExtension"},"Classes/GPKGPropertiesExtension.html#/c:objc(cs)GPKGPropertiesExtension(im)numValuesOfProperty:":{"name":"-numValuesOfProperty:","abstract":"

    Get the number of values for the property

    ","parent_name":"GPKGPropertiesExtension"},"Classes/GPKGPropertiesExtension.html#/c:objc(cs)GPKGPropertiesExtension(im)hasSingleValueWithProperty:":{"name":"-hasSingleValueWithProperty:","abstract":"

    Check if the property has a single value

    ","parent_name":"GPKGPropertiesExtension"},"Classes/GPKGPropertiesExtension.html#/c:objc(cs)GPKGPropertiesExtension(im)hasValuesWithProperty:":{"name":"-hasValuesWithProperty:","abstract":"

    Check if the property has any values

    ","parent_name":"GPKGPropertiesExtension"},"Classes/GPKGPropertiesExtension.html#/c:objc(cs)GPKGPropertiesExtension(im)valueOfProperty:":{"name":"-valueOfProperty:","abstract":"

    Get the first value for the property

    ","parent_name":"GPKGPropertiesExtension"},"Classes/GPKGPropertiesExtension.html#/c:objc(cs)GPKGPropertiesExtension(im)valuesOfProperty:":{"name":"-valuesOfProperty:","abstract":"

    Get the values for the property

    ","parent_name":"GPKGPropertiesExtension"},"Classes/GPKGPropertiesExtension.html#/c:objc(cs)GPKGPropertiesExtension(im)hasValue:withProperty:":{"name":"-hasValue:withProperty:","abstract":"

    Check if the property has the value

    ","parent_name":"GPKGPropertiesExtension"},"Classes/GPKGPropertiesExtension.html#/c:objc(cs)GPKGPropertiesExtension(im)addValue:withProperty:":{"name":"-addValue:withProperty:","abstract":"

    Add a property value, creating the extension if needed

    ","parent_name":"GPKGPropertiesExtension"},"Classes/GPKGPropertiesExtension.html#/c:objc(cs)GPKGPropertiesExtension(im)deleteProperty:":{"name":"-deleteProperty:","abstract":"

    Delete the property and all the property values

    ","parent_name":"GPKGPropertiesExtension"},"Classes/GPKGPropertiesExtension.html#/c:objc(cs)GPKGPropertiesExtension(im)deleteValue:withProperty:":{"name":"-deleteValue:withProperty:","abstract":"

    Delete the property value

    ","parent_name":"GPKGPropertiesExtension"},"Classes/GPKGPropertiesExtension.html#/c:objc(cs)GPKGPropertiesExtension(im)deleteAll":{"name":"-deleteAll","abstract":"

    Delete all properties and values

    ","parent_name":"GPKGPropertiesExtension"},"Classes/GPKGPropertiesExtension.html#/c:objc(cs)GPKGPropertiesExtension(im)removeExtension":{"name":"-removeExtension","abstract":"

    Remove the extension

    ","parent_name":"GPKGPropertiesExtension"},"Classes/GPKGFeatureTileTableLinker.html#/c:objc(cs)GPKGFeatureTileTableLinker(im)initWithGeoPackage:":{"name":"-initWithGeoPackage:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTileTableLinker"},"Classes/GPKGFeatureTileTableLinker.html#/c:objc(cs)GPKGFeatureTileTableLinker(im)dao":{"name":"-dao","abstract":"

    Get the Feature Tile Link DAO

    ","parent_name":"GPKGFeatureTileTableLinker"},"Classes/GPKGFeatureTileTableLinker.html#/c:objc(cs)GPKGFeatureTileTableLinker(im)extensionName":{"name":"-extensionName","abstract":"

    Get the extension name

    ","parent_name":"GPKGFeatureTileTableLinker"},"Classes/GPKGFeatureTileTableLinker.html#/c:objc(cs)GPKGFeatureTileTableLinker(im)extensionDefinition":{"name":"-extensionDefinition","abstract":"

    Get the extension definition

    ","parent_name":"GPKGFeatureTileTableLinker"},"Classes/GPKGFeatureTileTableLinker.html#/c:objc(cs)GPKGFeatureTileTableLinker(im)linkWithFeatureTable:andTileTable:":{"name":"-linkWithFeatureTable:andTileTable:","abstract":"

    Link a feature and tile table together. Does nothing if already linked.

    ","parent_name":"GPKGFeatureTileTableLinker"},"Classes/GPKGFeatureTileTableLinker.html#/c:objc(cs)GPKGFeatureTileTableLinker(im)isLinkedWithFeatureTable:andTileTable:":{"name":"-isLinkedWithFeatureTable:andTileTable:","abstract":"

    Determine if the feature table is linked to the tile table

    ","parent_name":"GPKGFeatureTileTableLinker"},"Classes/GPKGFeatureTileTableLinker.html#/c:objc(cs)GPKGFeatureTileTableLinker(im)linkFromFeatureTable:andTileTable:":{"name":"-linkFromFeatureTable:andTileTable:","abstract":"

    Get the feature and tile table link if it exists

    ","parent_name":"GPKGFeatureTileTableLinker"},"Classes/GPKGFeatureTileTableLinker.html#/c:objc(cs)GPKGFeatureTileTableLinker(im)queryForFeatureTable:":{"name":"-queryForFeatureTable:","abstract":"

    Query for feature tile links by feature table

    ","parent_name":"GPKGFeatureTileTableLinker"},"Classes/GPKGFeatureTileTableLinker.html#/c:objc(cs)GPKGFeatureTileTableLinker(im)queryForTileTable:":{"name":"-queryForTileTable:","abstract":"

    Query for feature tile links by tile table

    ","parent_name":"GPKGFeatureTileTableLinker"},"Classes/GPKGFeatureTileTableLinker.html#/c:objc(cs)GPKGFeatureTileTableLinker(im)deleteLinkWithFeatureTable:andTileTable:":{"name":"-deleteLinkWithFeatureTable:andTileTable:","abstract":"

    Delete the feature tile table link

    ","parent_name":"GPKGFeatureTileTableLinker"},"Classes/GPKGFeatureTileTableLinker.html#/c:objc(cs)GPKGFeatureTileTableLinker(im)deleteLinksWithTable:":{"name":"-deleteLinksWithTable:","abstract":"

    Delete the feature tile table links for the feature or tile table

    ","parent_name":"GPKGFeatureTileTableLinker"},"Classes/GPKGFeatureTileTableLinker.html#/c:objc(cs)GPKGFeatureTileTableLinker(im)has":{"name":"-has","abstract":"

    Check if has extension

    ","parent_name":"GPKGFeatureTileTableLinker"},"Classes/GPKGFeatureTileTableLinker.html#/c:objc(cs)GPKGFeatureTileTableLinker(im)extension":{"name":"-extension","abstract":"

    Get the extension

    ","parent_name":"GPKGFeatureTileTableLinker"},"Classes/GPKGFeatureTileTableLinker.html#/c:objc(cs)GPKGFeatureTileTableLinker(im)featureTileLinkDao":{"name":"-featureTileLinkDao","abstract":"

    Get a Feature Tile Link DAO

    ","parent_name":"GPKGFeatureTileTableLinker"},"Classes/GPKGFeatureTileTableLinker.html#/c:objc(cs)GPKGFeatureTileTableLinker(cm)featureTileLinkDaoWithGeoPackage:":{"name":"+featureTileLinkDaoWithGeoPackage:","abstract":"

    Get a Feature Tile Link DAO

    ","parent_name":"GPKGFeatureTileTableLinker"},"Classes/GPKGFeatureTileTableLinker.html#/c:objc(cs)GPKGFeatureTileTableLinker(cm)featureTileLinkDaoWithDatabase:":{"name":"+featureTileLinkDaoWithDatabase:","abstract":"

    Get a Feature Tile Link DAO

    ","parent_name":"GPKGFeatureTileTableLinker"},"Classes/GPKGFeatureTileTableLinker.html#/c:objc(cs)GPKGFeatureTileTableLinker(im)createFeatureTileLinkTable":{"name":"-createFeatureTileLinkTable","abstract":"

    Create the Feature Tile Link Table if it does not exist

    ","parent_name":"GPKGFeatureTileTableLinker"},"Classes/GPKGFeatureTileTableLinker.html#/c:objc(cs)GPKGFeatureTileTableLinker(im)linkFromResultSet:":{"name":"-linkFromResultSet:","abstract":"

    Pull the the current result set feature tile link out

    ","parent_name":"GPKGFeatureTileTableLinker"},"Classes/GPKGFeatureTileTableLinker.html#/c:objc(cs)GPKGFeatureTileTableLinker(im)tileTablesForFeatureTable:":{"name":"-tileTablesForFeatureTable:","abstract":"

    Query for the tile table names linked to a feature table

    ","parent_name":"GPKGFeatureTileTableLinker"},"Classes/GPKGFeatureTileTableLinker.html#/c:objc(cs)GPKGFeatureTileTableLinker(im)featureTablesForTileTable:":{"name":"-featureTablesForTileTable:","abstract":"

    Query for the feature table names linked to a tile table

    ","parent_name":"GPKGFeatureTileTableLinker"},"Classes/GPKGFeatureTileTableLinker.html#/c:objc(cs)GPKGFeatureTileTableLinker(im)tileDaosForFeatureTable:":{"name":"-tileDaosForFeatureTable:","abstract":"

    Query for the tile tables linked to a feature table and return tile DAOs to those tables

    ","parent_name":"GPKGFeatureTileTableLinker"},"Classes/GPKGFeatureTileTableLinker.html#/c:objc(cs)GPKGFeatureTileTableLinker(im)featureDaosForTileTable:":{"name":"-featureDaosForTileTable:","abstract":"

    Query for the feature tables linked to a tile table and return feature DAOs to those tables

    ","parent_name":"GPKGFeatureTileTableLinker"},"Classes/GPKGFeatureTileLinkTableCreator.html#/c:objc(cs)GPKGFeatureTileLinkTableCreator(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTileLinkTableCreator"},"Classes/GPKGFeatureTileLinkTableCreator.html#/c:objc(cs)GPKGFeatureTileLinkTableCreator(im)createFeatureTileLink":{"name":"-createFeatureTileLink","abstract":"

    Create Feature Tile Link table

    ","parent_name":"GPKGFeatureTileLinkTableCreator"},"Classes/GPKGFeatureTileLinkDao.html#/c:objc(cs)GPKGFeatureTileLinkDao(cm)createWithDatabase:":{"name":"+createWithDatabase:","abstract":"

    Create the DAO

    ","parent_name":"GPKGFeatureTileLinkDao"},"Classes/GPKGFeatureTileLinkDao.html#/c:objc(cs)GPKGFeatureTileLinkDao(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTileLinkDao"},"Classes/GPKGFeatureTileLinkDao.html#/c:objc(cs)GPKGFeatureTileLinkDao(im)queryForFeatureTable:andTileTable:":{"name":"-queryForFeatureTable:andTileTable:","abstract":"

    Query by feature table name and tile table name for a link

    ","parent_name":"GPKGFeatureTileLinkDao"},"Classes/GPKGFeatureTileLinkDao.html#/c:objc(cs)GPKGFeatureTileLinkDao(im)queryForFeatureTableName:":{"name":"-queryForFeatureTableName:","abstract":"

    Query by feature table name

    ","parent_name":"GPKGFeatureTileLinkDao"},"Classes/GPKGFeatureTileLinkDao.html#/c:objc(cs)GPKGFeatureTileLinkDao(im)queryForTileTableName:":{"name":"-queryForTileTableName:","abstract":"

    Query by tile table name

    ","parent_name":"GPKGFeatureTileLinkDao"},"Classes/GPKGFeatureTileLinkDao.html#/c:objc(cs)GPKGFeatureTileLinkDao(im)deleteByFeatureTable:andTileTable:":{"name":"-deleteByFeatureTable:andTileTable:","abstract":"

    Delete by feature table and tile table names

    ","parent_name":"GPKGFeatureTileLinkDao"},"Classes/GPKGFeatureTileLinkDao.html#/c:objc(cs)GPKGFeatureTileLinkDao(im)deleteByTableName:":{"name":"-deleteByTableName:","abstract":"

    Delete by table name, either feature or tile table name

    ","parent_name":"GPKGFeatureTileLinkDao"},"Classes/GPKGFeatureTileLink.html#/c:objc(cs)GPKGFeatureTileLink(py)featureTableName":{"name":"featureTableName","abstract":"

    Name of the feature table

    ","parent_name":"GPKGFeatureTileLink"},"Classes/GPKGFeatureTileLink.html#/c:objc(cs)GPKGFeatureTileLink(py)tileTableName":{"name":"tileTableName","abstract":"

    Name of the tile table

    ","parent_name":"GPKGFeatureTileLink"},"Classes/GPKGTableIndexDao.html#/c:objc(cs)GPKGTableIndexDao(cm)createWithDatabase:":{"name":"+createWithDatabase:","abstract":"

    Create the DAO

    ","parent_name":"GPKGTableIndexDao"},"Classes/GPKGTableIndexDao.html#/c:objc(cs)GPKGTableIndexDao(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGTableIndexDao"},"Classes/GPKGTableIndexDao.html#/c:objc(cs)GPKGTableIndexDao(im)deleteCascade:":{"name":"-deleteCascade:","abstract":"

    Delete the Table Index, cascading

    ","parent_name":"GPKGTableIndexDao"},"Classes/GPKGTableIndexDao.html#/c:objc(cs)GPKGTableIndexDao(im)deleteCascadeWithCollection:":{"name":"-deleteCascadeWithCollection:","abstract":"

    Delete the collection of Table Indices, cascading

    ","parent_name":"GPKGTableIndexDao"},"Classes/GPKGTableIndexDao.html#/c:objc(cs)GPKGTableIndexDao(im)deleteCascadeWhere:andWhereArgs:":{"name":"-deleteCascadeWhere:andWhereArgs:","abstract":"

    Delete the Table Index where, cascading

    ","parent_name":"GPKGTableIndexDao"},"Classes/GPKGTableIndexDao.html#/c:objc(cs)GPKGTableIndexDao(im)deleteByIdCascade:":{"name":"-deleteByIdCascade:","abstract":"

    Delete the Table Index by id, cascading

    ","parent_name":"GPKGTableIndexDao"},"Classes/GPKGTableIndexDao.html#/c:objc(cs)GPKGTableIndexDao(im)deleteIdsCascade:":{"name":"-deleteIdsCascade:","abstract":"

    Delete the Table Indices by ids, cascading

    ","parent_name":"GPKGTableIndexDao"},"Classes/GPKGTableIndexDao.html#/c:objc(cs)GPKGTableIndexDao(im)deleteTable:":{"name":"-deleteTable:","abstract":"

    Delete the table

    ","parent_name":"GPKGTableIndexDao"},"Classes/GPKGTableIndexDao.html#/c:objc(cs)GPKGTableIndexDao(im)geometryIndices:":{"name":"-geometryIndices:","abstract":"

    Get the Geometry Index results

    ","parent_name":"GPKGTableIndexDao"},"Classes/GPKGTableIndexDao.html#/c:objc(cs)GPKGTableIndexDao(im)geometryIndexCount:":{"name":"-geometryIndexCount:","abstract":"

    Get the count of Geometry Index results

    ","parent_name":"GPKGTableIndexDao"},"Classes/GPKGTableIndexDao.html#/c:objc(cs)GPKGTableIndexDao(im)deleteAllCascade":{"name":"-deleteAllCascade","abstract":"

    Delete all table indices, cascading to geometry indices

    ","parent_name":"GPKGTableIndexDao"},"Classes/GPKGTableIndex.html#/c:objc(cs)GPKGTableIndex(py)tableName":{"name":"tableName","abstract":"

    Name of the table

    ","parent_name":"GPKGTableIndex"},"Classes/GPKGTableIndex.html#/c:objc(cs)GPKGTableIndex(py)lastIndexed":{"name":"lastIndexed","abstract":"

    Last indexed date

    ","parent_name":"GPKGTableIndex"},"Classes/GPKGGeometryIndexTableCreator.html#/c:objc(cs)GPKGGeometryIndexTableCreator(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGGeometryIndexTableCreator"},"Classes/GPKGGeometryIndexTableCreator.html#/c:objc(cs)GPKGGeometryIndexTableCreator(im)createTableIndex":{"name":"-createTableIndex","abstract":"

    Create Table Index table

    ","parent_name":"GPKGGeometryIndexTableCreator"},"Classes/GPKGGeometryIndexTableCreator.html#/c:objc(cs)GPKGGeometryIndexTableCreator(im)createGeometryIndex":{"name":"-createGeometryIndex","abstract":"

    Create Geometry Index table

    ","parent_name":"GPKGGeometryIndexTableCreator"},"Classes/GPKGGeometryIndexTableCreator.html#/c:objc(cs)GPKGGeometryIndexTableCreator(im)indexGeometryIndex":{"name":"-indexGeometryIndex","abstract":"

    Create Geometry Index table column indexes

    ","parent_name":"GPKGGeometryIndexTableCreator"},"Classes/GPKGGeometryIndexTableCreator.html#/c:objc(cs)GPKGGeometryIndexTableCreator(im)unindexGeometryIndex":{"name":"-unindexGeometryIndex","abstract":"

    Un-index (drop) Geometry Index table column indexes

    ","parent_name":"GPKGGeometryIndexTableCreator"},"Classes/GPKGGeometryIndexDao.html#/c:objc(cs)GPKGGeometryIndexDao(cm)createWithDatabase:":{"name":"+createWithDatabase:","abstract":"

    Create the DAO

    ","parent_name":"GPKGGeometryIndexDao"},"Classes/GPKGGeometryIndexDao.html#/c:objc(cs)GPKGGeometryIndexDao(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGGeometryIndexDao"},"Classes/GPKGGeometryIndexDao.html#/c:objc(cs)GPKGGeometryIndexDao(im)tableIndex:":{"name":"-tableIndex:","abstract":"

    Get the Table Index of the Geometry Index

    ","parent_name":"GPKGGeometryIndexDao"},"Classes/GPKGGeometryIndexDao.html#/c:objc(cs)GPKGGeometryIndexDao(im)queryForTableName:":{"name":"-queryForTableName:","abstract":"

    Query by table name

    ","parent_name":"GPKGGeometryIndexDao"},"Classes/GPKGGeometryIndexDao.html#/c:objc(cs)GPKGGeometryIndexDao(im)countByTableName:":{"name":"-countByTableName:","abstract":"

    Count by table name

    ","parent_name":"GPKGGeometryIndexDao"},"Classes/GPKGGeometryIndexDao.html#/c:objc(cs)GPKGGeometryIndexDao(im)populateWithTableIndex:andGeomId:andEnvelope:":{"name":"-populateWithTableIndex:andGeomId:andEnvelope:","abstract":"

    Populate a new geometry index from an envelope

    ","parent_name":"GPKGGeometryIndexDao"},"Classes/GPKGGeometryIndex.html#/c:objc(cs)GPKGGeometryIndex(py)tableName":{"name":"tableName","abstract":"

    Name of the table

    ","parent_name":"GPKGGeometryIndex"},"Classes/GPKGGeometryIndex.html#/c:objc(cs)GPKGGeometryIndex(py)geomId":{"name":"geomId","abstract":"

    Geometry Id column

    ","parent_name":"GPKGGeometryIndex"},"Classes/GPKGGeometryIndex.html#/c:objc(cs)GPKGGeometryIndex(py)minX":{"name":"minX","abstract":"

    Min X

    ","parent_name":"GPKGGeometryIndex"},"Classes/GPKGGeometryIndex.html#/c:objc(cs)GPKGGeometryIndex(py)maxX":{"name":"maxX","abstract":"

    Max X

    ","parent_name":"GPKGGeometryIndex"},"Classes/GPKGGeometryIndex.html#/c:objc(cs)GPKGGeometryIndex(py)minY":{"name":"minY","abstract":"

    Min Y

    ","parent_name":"GPKGGeometryIndex"},"Classes/GPKGGeometryIndex.html#/c:objc(cs)GPKGGeometryIndex(py)maxY":{"name":"maxY","abstract":"

    Max Y

    ","parent_name":"GPKGGeometryIndex"},"Classes/GPKGGeometryIndex.html#/c:objc(cs)GPKGGeometryIndex(py)minZ":{"name":"minZ","abstract":"

    Min Z

    ","parent_name":"GPKGGeometryIndex"},"Classes/GPKGGeometryIndex.html#/c:objc(cs)GPKGGeometryIndex(py)maxZ":{"name":"maxZ","abstract":"

    Max Z

    ","parent_name":"GPKGGeometryIndex"},"Classes/GPKGGeometryIndex.html#/c:objc(cs)GPKGGeometryIndex(py)minM":{"name":"minM","abstract":"

    Min M

    ","parent_name":"GPKGGeometryIndex"},"Classes/GPKGGeometryIndex.html#/c:objc(cs)GPKGGeometryIndex(py)maxM":{"name":"maxM","abstract":"

    Max M

    ","parent_name":"GPKGGeometryIndex"},"Classes/GPKGGeometryIndex.html#/c:objc(cs)GPKGGeometryIndex(im)setTableIndex:":{"name":"-setTableIndex:","abstract":"

    Set the Table Index

    ","parent_name":"GPKGGeometryIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(py)progress":{"name":"progress","abstract":"

    Progress

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(py)chunkLimit":{"name":"chunkLimit","abstract":"

    Query single chunk limit

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(py)tolerance":{"name":"tolerance","abstract":"

    Query range tolerance

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)initWithGeoPackage:andFeatureDao:":{"name":"-initWithGeoPackage:andFeatureDao:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)featureDao":{"name":"-featureDao","abstract":"

    Get the Feature DAO

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)extensionName":{"name":"-extensionName","abstract":"

    Get the extension name

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)extensionDefinition":{"name":"-extensionDefinition","abstract":"

    Get the extension definition

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)projection":{"name":"-projection","abstract":"

    Get the feature projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)tableName":{"name":"-tableName","abstract":"

    Get the table name

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)columnName":{"name":"-columnName","abstract":"

    Get the column name

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)pkColumnName":{"name":"-pkColumnName","abstract":"

    Get the primary key column name

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)close":{"name":"-close","abstract":"

    Close the table index

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)index":{"name":"-index","abstract":"

    Index the feature table if needed

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)indexWithForce:":{"name":"-indexWithForce:","abstract":"

    Index the feature table

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)indexFeatureRow:":{"name":"-indexFeatureRow:","abstract":"

    Index the feature row. This method assumes that indexing has been","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)deleteIndex":{"name":"-deleteIndex","abstract":"

    Delete the feature table index

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)deleteIndexWithGeomId:":{"name":"-deleteIndexWithGeomId:","abstract":"

    Delete the index for the geometry id

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)deleteIndexWithFeatureRow:":{"name":"-deleteIndexWithFeatureRow:","abstract":"

    Delete the index for the feature row

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)isIndexed":{"name":"-isIndexed","abstract":"

    Determine if the feature table is indexed

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)tableIndex":{"name":"-tableIndex","abstract":"

    Get the table index

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)lastIndexed":{"name":"-lastIndexed","abstract":"

    Get the date last indexed

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)extension":{"name":"-extension","abstract":"

    Get the extension

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)tableIndexDao":{"name":"-tableIndexDao","abstract":"

    Get a Table Index DAO

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(cm)tableIndexDaoWithGeoPackage:":{"name":"+tableIndexDaoWithGeoPackage:","abstract":"

    Get a Table Index DAO

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(cm)tableIndexDaoWithDatabase:":{"name":"+tableIndexDaoWithDatabase:","abstract":"

    Get a Table Index DAO

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)createTableIndexTable":{"name":"-createTableIndexTable","abstract":"

    Create the Table Index Table if it does not exist

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)geometryIndexDao":{"name":"-geometryIndexDao","abstract":"

    Get a Geometry Index DAO

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(cm)geometryIndexDaoWithGeoPackage:":{"name":"+geometryIndexDaoWithGeoPackage:","abstract":"

    Get a Geometry Index DAO

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(cm)geometryIndexDaoWithDatabase:":{"name":"+geometryIndexDaoWithDatabase:","abstract":"

    Get a Geometry Index DAO

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)createGeometryIndexTable":{"name":"-createGeometryIndexTable","abstract":"

    Create Geometry Index Table if it does not exist and index it

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)indexGeometryIndexTable":{"name":"-indexGeometryIndexTable","abstract":"

    Index the Geometry Index Table if needed

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)unindexGeometryIndexTable":{"name":"-unindexGeometryIndexTable","abstract":"

    Un-index the Geometry Index Table if needed

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)query":{"name":"-query","abstract":"

    Query for all Geometry Index objects

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryIdsSQL":{"name":"-queryIdsSQL","abstract":"

    Query SQL for all row ids

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)count":{"name":"-count","abstract":"

    Query for all Geometry Index count

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)boundingBox":{"name":"-boundingBox","abstract":"

    Query for the bounds of the feature table index

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)boundingBoxInProjection:":{"name":"-boundingBoxInProjection:","abstract":"

    Query for the feature index bounds and return in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryWithBoundingBox:":{"name":"-queryWithBoundingBox:","abstract":"

    Query for Geometry Index objects within the bounding box, projected","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryWithBoundingBox:inProjection:":{"name":"-queryWithBoundingBox:inProjection:","abstract":"

    Query for Geometry Index objects within the bounding box, projected","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countWithBoundingBox:":{"name":"-countWithBoundingBox:","abstract":"

    Query for Geometry Index count within the bounding box, projected","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countWithBoundingBox:inProjection:":{"name":"-countWithBoundingBox:inProjection:","abstract":"

    Query for Geometry Index count within the bounding box, projected","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryWithEnvelope:":{"name":"-queryWithEnvelope:","abstract":"

    Query for Geometry Index objects within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)whereWithEnvelope:":{"name":"-whereWithEnvelope:","abstract":"

    Build where clause for the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)whereArgsWithEnvelope:":{"name":"-whereArgsWithEnvelope:","abstract":"

    Build where clause arguments for the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryIdsSQLWithEnvelope:":{"name":"-queryIdsSQLWithEnvelope:","abstract":"

    Query SQL for all row ids

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countWithEnvelope:":{"name":"-countWithEnvelope:","abstract":"

    Query for Geometry Index count within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)geometryIndexWithResultSet:":{"name":"-geometryIndexWithResultSet:","abstract":"

    Get the Geometry Index for the current place in the results

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)featureRowWithResultSet:":{"name":"-featureRowWithResultSet:","abstract":"

    Get the feature row for the current place in the results

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)featureRowWithGeometryIndex:":{"name":"-featureRowWithGeometryIndex:","abstract":"

    Get the feature row for the Geometry Index

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryIdsSQLWhere:":{"name":"-queryIdsSQLWhere:","abstract":"

    Build SQL for selecting ids from the query builder

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeatures":{"name":"-queryFeatures","abstract":"

    Query for all Features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:":{"name":"-queryFeaturesWithDistinct:","abstract":"

    Query for all Features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithColumns:":{"name":"-queryFeaturesWithColumns:","abstract":"

    Query for all Features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andColumns:":{"name":"-queryFeaturesWithDistinct:andColumns:","abstract":"

    Query for all Features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeatures":{"name":"-countFeatures","abstract":"

    Count features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithColumn:":{"name":"-countFeaturesWithColumn:","abstract":"

    Count features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithDistinct:andColumn:":{"name":"-countFeaturesWithDistinct:andColumn:","abstract":"

    Count features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithFieldValues:":{"name":"-queryFeaturesWithFieldValues:","abstract":"

    Query for features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andFieldValues:","abstract":"

    Query for features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithColumns:andFieldValues:":{"name":"-queryFeaturesWithColumns:andFieldValues:","abstract":"

    Query for features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andColumns:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andColumns:andFieldValues:","abstract":"

    Query for features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithFieldValues:":{"name":"-countFeaturesWithFieldValues:","abstract":"

    Count features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithColumn:andFieldValues:":{"name":"-countFeaturesWithColumn:andFieldValues:","abstract":"

    Count features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithDistinct:andColumn:andFieldValues:":{"name":"-countFeaturesWithDistinct:andColumn:andFieldValues:","abstract":"

    Count features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWhere:":{"name":"-queryFeaturesWhere:","abstract":"

    Query for features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andWhere:":{"name":"-queryFeaturesWithDistinct:andWhere:","abstract":"

    Query for features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithColumns:andWhere:":{"name":"-queryFeaturesWithColumns:andWhere:","abstract":"

    Query for features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andColumns:andWhere:":{"name":"-queryFeaturesWithDistinct:andColumns:andWhere:","abstract":"

    Query for features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWhere:":{"name":"-countFeaturesWhere:","abstract":"

    Count features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithColumn:andWhere:":{"name":"-countFeaturesWithColumn:andWhere:","abstract":"

    Count features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithDistinct:andColumn:andWhere:":{"name":"-countFeaturesWithDistinct:andColumn:andWhere:","abstract":"

    Count features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWhere:andWhereArgs:":{"name":"-queryFeaturesWhere:andWhereArgs:","abstract":"

    Query for features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andWhere:andWhereArgs:","abstract":"

    Query for features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithColumns:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithColumns:andWhere:andWhereArgs:","abstract":"

    Query for features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andColumns:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andColumns:andWhere:andWhereArgs:","abstract":"

    Query for features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWhere:andWhereArgs:":{"name":"-countFeaturesWhere:andWhereArgs:","abstract":"

    Count features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithColumn:andWhere:andWhereArgs:":{"name":"-countFeaturesWithColumn:andWhere:andWhereArgs:","abstract":"

    Count features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithDistinct:andColumn:andWhere:andWhereArgs:":{"name":"-countFeaturesWithDistinct:andColumn:andWhere:andWhereArgs:","abstract":"

    Count features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithBoundingBox:":{"name":"-queryFeaturesWithBoundingBox:","abstract":"

    Query for Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andBoundingBox:":{"name":"-queryFeaturesWithDistinct:andBoundingBox:","abstract":"

    Query for Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithColumns:andBoundingBox:":{"name":"-queryFeaturesWithColumns:andBoundingBox:","abstract":"

    Query for Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andColumns:andBoundingBox:":{"name":"-queryFeaturesWithDistinct:andColumns:andBoundingBox:","abstract":"

    Query for Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithBoundingBox:":{"name":"-countFeaturesWithBoundingBox:","abstract":"

    Count the Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithColumn:andBoundingBox:":{"name":"-countFeaturesWithColumn:andBoundingBox:","abstract":"

    Count the Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithDistinct:andColumn:andBoundingBox:":{"name":"-countFeaturesWithDistinct:andColumn:andBoundingBox:","abstract":"

    Count the Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithBoundingBox:andFieldValues:":{"name":"-queryFeaturesWithBoundingBox:andFieldValues:","abstract":"

    Query for Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andBoundingBox:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andBoundingBox:andFieldValues:","abstract":"

    Query for Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithColumns:andBoundingBox:andFieldValues:":{"name":"-queryFeaturesWithColumns:andBoundingBox:andFieldValues:","abstract":"

    Query for Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andColumns:andBoundingBox:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andColumns:andBoundingBox:andFieldValues:","abstract":"

    Query for Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithBoundingBox:andFieldValues:":{"name":"-countFeaturesWithBoundingBox:andFieldValues:","abstract":"

    Count the Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithColumn:andBoundingBox:andFieldValues:":{"name":"-countFeaturesWithColumn:andBoundingBox:andFieldValues:","abstract":"

    Count the Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithDistinct:andColumn:andBoundingBox:andFieldValues:":{"name":"-countFeaturesWithDistinct:andColumn:andBoundingBox:andFieldValues:","abstract":"

    Count the Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithBoundingBox:andWhere:":{"name":"-queryFeaturesWithBoundingBox:andWhere:","abstract":"

    Query for Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andBoundingBox:andWhere:":{"name":"-queryFeaturesWithDistinct:andBoundingBox:andWhere:","abstract":"

    Query for Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithColumns:andBoundingBox:andWhere:":{"name":"-queryFeaturesWithColumns:andBoundingBox:andWhere:","abstract":"

    Query for Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andColumns:andBoundingBox:andWhere:":{"name":"-queryFeaturesWithDistinct:andColumns:andBoundingBox:andWhere:","abstract":"

    Query for Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithBoundingBox:andWhere:":{"name":"-countFeaturesWithBoundingBox:andWhere:","abstract":"

    Count the Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithColumn:andBoundingBox:andWhere:":{"name":"-countFeaturesWithColumn:andBoundingBox:andWhere:","abstract":"

    Count the Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithDistinct:andColumn:andBoundingBox:andWhere:":{"name":"-countFeaturesWithDistinct:andColumn:andBoundingBox:andWhere:","abstract":"

    Count the Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithBoundingBox:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithBoundingBox:andWhere:andWhereArgs:","abstract":"

    Query for Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andBoundingBox:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andBoundingBox:andWhere:andWhereArgs:","abstract":"

    Query for Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithColumns:andBoundingBox:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithColumns:andBoundingBox:andWhere:andWhereArgs:","abstract":"

    Query for Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:","abstract":"

    Query for Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithBoundingBox:andWhere:andWhereArgs:":{"name":"-countFeaturesWithBoundingBox:andWhere:andWhereArgs:","abstract":"

    Count the Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithColumn:andBoundingBox:andWhere:andWhereArgs:":{"name":"-countFeaturesWithColumn:andBoundingBox:andWhere:andWhereArgs:","abstract":"

    Count the Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithDistinct:andColumn:andBoundingBox:andWhere:andWhereArgs:":{"name":"-countFeaturesWithDistinct:andColumn:andBoundingBox:andWhere:andWhereArgs:","abstract":"

    Count the Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithBoundingBox:inProjection:":{"name":"-queryFeaturesWithBoundingBox:inProjection:","abstract":"

    Query for Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andBoundingBox:inProjection:":{"name":"-queryFeaturesWithDistinct:andBoundingBox:inProjection:","abstract":"

    Query for Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithColumns:andBoundingBox:inProjection:":{"name":"-queryFeaturesWithColumns:andBoundingBox:inProjection:","abstract":"

    Query for Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andColumns:andBoundingBox:inProjection:":{"name":"-queryFeaturesWithDistinct:andColumns:andBoundingBox:inProjection:","abstract":"

    Query for Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithBoundingBox:inProjection:":{"name":"-countFeaturesWithBoundingBox:inProjection:","abstract":"

    Count the Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithColumn:andBoundingBox:inProjection:":{"name":"-countFeaturesWithColumn:andBoundingBox:inProjection:","abstract":"

    Count the Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithDistinct:andColumn:andBoundingBox:inProjection:":{"name":"-countFeaturesWithDistinct:andColumn:andBoundingBox:inProjection:","abstract":"

    Count the Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithBoundingBox:inProjection:andFieldValues:":{"name":"-queryFeaturesWithBoundingBox:inProjection:andFieldValues:","abstract":"

    Query for Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andBoundingBox:inProjection:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andBoundingBox:inProjection:andFieldValues:","abstract":"

    Query for Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithColumns:andBoundingBox:inProjection:andFieldValues:":{"name":"-queryFeaturesWithColumns:andBoundingBox:inProjection:andFieldValues:","abstract":"

    Query for Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:","abstract":"

    Query for Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithBoundingBox:inProjection:andFieldValues:":{"name":"-countFeaturesWithBoundingBox:inProjection:andFieldValues:","abstract":"

    Count the Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithColumn:andBoundingBox:inProjection:andFieldValues:":{"name":"-countFeaturesWithColumn:andBoundingBox:inProjection:andFieldValues:","abstract":"

    Count the Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithDistinct:andColumn:andBoundingBox:inProjection:andFieldValues:":{"name":"-countFeaturesWithDistinct:andColumn:andBoundingBox:inProjection:andFieldValues:","abstract":"

    Count the Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithBoundingBox:inProjection:andWhere:":{"name":"-queryFeaturesWithBoundingBox:inProjection:andWhere:","abstract":"

    Query for Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andBoundingBox:inProjection:andWhere:":{"name":"-queryFeaturesWithDistinct:andBoundingBox:inProjection:andWhere:","abstract":"

    Query for Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithColumns:andBoundingBox:inProjection:andWhere:":{"name":"-queryFeaturesWithColumns:andBoundingBox:inProjection:andWhere:","abstract":"

    Query for Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:":{"name":"-queryFeaturesWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:","abstract":"

    Query for Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithBoundingBox:inProjection:andWhere:":{"name":"-countFeaturesWithBoundingBox:inProjection:andWhere:","abstract":"

    Count the Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithColumn:andBoundingBox:inProjection:andWhere:":{"name":"-countFeaturesWithColumn:andBoundingBox:inProjection:andWhere:","abstract":"

    Count the Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithDistinct:andColumn:andBoundingBox:inProjection:andWhere:":{"name":"-countFeaturesWithDistinct:andColumn:andBoundingBox:inProjection:andWhere:","abstract":"

    Count the Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Query for Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Query for Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Query for Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Query for Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-countFeaturesWithBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Count the Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithColumn:andBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-countFeaturesWithColumn:andBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Count the Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithDistinct:andColumn:andBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-countFeaturesWithDistinct:andColumn:andBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Count the Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithEnvelope:":{"name":"-queryFeaturesWithEnvelope:","abstract":"

    Query for Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andEnvelope:":{"name":"-queryFeaturesWithDistinct:andEnvelope:","abstract":"

    Query for Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithColumns:andEnvelope:":{"name":"-queryFeaturesWithColumns:andEnvelope:","abstract":"

    Query for Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andColumns:andEnvelope:":{"name":"-queryFeaturesWithDistinct:andColumns:andEnvelope:","abstract":"

    Query for Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithEnvelope:":{"name":"-countFeaturesWithEnvelope:","abstract":"

    Count the Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithColumn:andEnvelope:":{"name":"-countFeaturesWithColumn:andEnvelope:","abstract":"

    Count the Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithDistinct:andColumn:andEnvelope:":{"name":"-countFeaturesWithDistinct:andColumn:andEnvelope:","abstract":"

    Count the Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithEnvelope:andFieldValues:":{"name":"-queryFeaturesWithEnvelope:andFieldValues:","abstract":"

    Query for Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andEnvelope:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andEnvelope:andFieldValues:","abstract":"

    Query for Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithColumns:andEnvelope:andFieldValues:":{"name":"-queryFeaturesWithColumns:andEnvelope:andFieldValues:","abstract":"

    Query for Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andColumns:andEnvelope:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andColumns:andEnvelope:andFieldValues:","abstract":"

    Query for Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithEnvelope:andFieldValues:":{"name":"-countFeaturesWithEnvelope:andFieldValues:","abstract":"

    Count the Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithColumn:andEnvelope:andFieldValues:":{"name":"-countFeaturesWithColumn:andEnvelope:andFieldValues:","abstract":"

    Count the Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithDistinct:andColumn:andEnvelope:andFieldValues:":{"name":"-countFeaturesWithDistinct:andColumn:andEnvelope:andFieldValues:","abstract":"

    Count the Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithEnvelope:andWhere:":{"name":"-queryFeaturesWithEnvelope:andWhere:","abstract":"

    Query for Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andEnvelope:andWhere:":{"name":"-queryFeaturesWithDistinct:andEnvelope:andWhere:","abstract":"

    Query for Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithColumns:andEnvelope:andWhere:":{"name":"-queryFeaturesWithColumns:andEnvelope:andWhere:","abstract":"

    Query for Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andColumns:andEnvelope:andWhere:":{"name":"-queryFeaturesWithDistinct:andColumns:andEnvelope:andWhere:","abstract":"

    Query for Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithEnvelope:andWhere:":{"name":"-countFeaturesWithEnvelope:andWhere:","abstract":"

    Count the Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithColumn:andEnvelope:andWhere:":{"name":"-countFeaturesWithColumn:andEnvelope:andWhere:","abstract":"

    Count the Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithDistinct:andColumn:andEnvelope:andWhere:":{"name":"-countFeaturesWithDistinct:andColumn:andEnvelope:andWhere:","abstract":"

    Count the Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithEnvelope:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithEnvelope:andWhere:andWhereArgs:","abstract":"

    Query for Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andEnvelope:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andEnvelope:andWhere:andWhereArgs:","abstract":"

    Query for Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithColumns:andEnvelope:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithColumns:andEnvelope:andWhere:andWhereArgs:","abstract":"

    Query for Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:","abstract":"

    Query for Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithEnvelope:andWhere:andWhereArgs:":{"name":"-countFeaturesWithEnvelope:andWhere:andWhereArgs:","abstract":"

    Count the Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithColumn:andEnvelope:andWhere:andWhereArgs:":{"name":"-countFeaturesWithColumn:andEnvelope:andWhere:andWhereArgs:","abstract":"

    Count the Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithDistinct:andColumn:andEnvelope:andWhere:andWhereArgs:":{"name":"-countFeaturesWithDistinct:andColumn:andEnvelope:andWhere:andWhereArgs:","abstract":"

    Count the Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithLimit:":{"name":"-queryFeaturesForChunkWithLimit:","abstract":"

    Query for all features ordered by id, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithLimit:andOffset:":{"name":"-queryFeaturesForChunkWithLimit:andOffset:","abstract":"

    Query for all features ordered by id, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithOrderBy:andLimit:","abstract":"

    Query for all features, starting at the offset and returning no more than","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithOrderBy:andLimit:andOffset:","abstract":"

    Query for all features, starting at the offset and returning no more than","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andLimit:","abstract":"

    Query for all features ordered by id, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andLimit:andOffset:","abstract":"

    Query for all features ordered by id, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andOrderBy:andLimit:","abstract":"

    Query for all features, starting at the offset and returning no more than","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andOrderBy:andLimit:andOffset:","abstract":"

    Query for all features, starting at the offset and returning no more than","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andLimit:","abstract":"

    Query for all features ordered by id, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andLimit:andOffset:","abstract":"

    Query for all features ordered by id, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andOrderBy:andLimit:","abstract":"

    Query for all features, starting at the offset and returning no more than","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andOrderBy:andLimit:andOffset:","abstract":"

    Query for all features, starting at the offset and returning no more than","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andLimit:","abstract":"

    Query for all features ordered by id, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andLimit:andOffset:","abstract":"

    Query for all features ordered by id, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andOrderBy:andLimit:","abstract":"

    Query for all features, starting at the offset and returning no more than","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andOrderBy:andLimit:andOffset:","abstract":"

    Query for all features, starting at the offset and returning no more than","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithFieldValues:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithFieldValues:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andFieldValues:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andFieldValues:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andFieldValues:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithWhere:andLimit:":{"name":"-queryFeaturesForChunkWithWhere:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithWhere:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithWhere:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andWhere:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andWhere:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andWhere:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andWhere:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andWhere:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andWhere:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithWhere:andWhereArgs:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:andFieldValues:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andFieldValues:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andFieldValues:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:andWhere:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:inProjection:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:inProjection:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:inProjection:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:inProjection:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:inProjection:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andFieldValues:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:inProjection:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithEnvelope:andLimit:":{"name":"-queryFeaturesForChunkWithEnvelope:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithEnvelope:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithEnvelope:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithEnvelope:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithEnvelope:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithEnvelope:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithEnvelope:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andEnvelope:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andEnvelope:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andEnvelope:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andEnvelope:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andEnvelope:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andEnvelope:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andEnvelope:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andEnvelope:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithEnvelope:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithEnvelope:andFieldValues:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithEnvelope:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithEnvelope:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithEnvelope:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithEnvelope:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andEnvelope:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andFieldValues:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andEnvelope:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andEnvelope:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andEnvelope:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andFieldValues:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andEnvelope:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithEnvelope:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithEnvelope:andWhere:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithEnvelope:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithEnvelope:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithEnvelope:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithEnvelope:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithEnvelope:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithEnvelope:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithEnvelope:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithEnvelope:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithEnvelope:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithEnvelope:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGContentsIdTableCreator.html#/c:objc(cs)GPKGContentsIdTableCreator(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGContentsIdTableCreator"},"Classes/GPKGContentsIdTableCreator.html#/c:objc(cs)GPKGContentsIdTableCreator(im)createContentsId":{"name":"-createContentsId","abstract":"

    Create Contents Id table

    ","parent_name":"GPKGContentsIdTableCreator"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)initWithGeoPackage:":{"name":"-initWithGeoPackage:","abstract":"

    Initialize

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)dao":{"name":"-dao","abstract":"

    Get the Contents Id DAO

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)extensionName":{"name":"-extensionName","abstract":"

    Get the extension name

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)extensionDefinition":{"name":"-extensionDefinition","abstract":"

    Get the extension definition

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)has":{"name":"-has","abstract":"

    Determine if the GeoPackage has the extension

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)contentsId:":{"name":"-contentsId:","abstract":"

    Get the contents id for the current result in the result set

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)forContents:":{"name":"-forContents:","abstract":"

    Get the contents id object

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)forTableName:":{"name":"-forTableName:","abstract":"

    Get the contents id object

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)idForContents:":{"name":"-idForContents:","abstract":"

    Get the contents id

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)idForTableName:":{"name":"-idForTableName:","abstract":"

    Get the contents id

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)createForContents:":{"name":"-createForContents:","abstract":"

    Create a contents id

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)createForTableName:":{"name":"-createForTableName:","abstract":"

    Create a contents id

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)createIdForContents:":{"name":"-createIdForContents:","abstract":"

    Create a contents id

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)createIdForTableName:":{"name":"-createIdForTableName:","abstract":"

    Create a contents id

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)createGetForContents:":{"name":"-createGetForContents:","abstract":"

    Get or create a contents id

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)createGetForTableName:":{"name":"-createGetForTableName:","abstract":"

    Get or create a contents id

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)createGetIdForContents:":{"name":"-createGetIdForContents:","abstract":"

    Get or create a contents id

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)createGetIdForTableName:":{"name":"-createGetIdForTableName:","abstract":"

    Get or create a contents id

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)deleteForContents:":{"name":"-deleteForContents:","abstract":"

    Delete the contents id for the contents

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)deleteForTableName:":{"name":"-deleteForTableName:","abstract":"

    Delete the contents id for the table

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)createIds":{"name":"-createIds","abstract":"

    Create contents ids for contents currently without

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)createIdsForType:":{"name":"-createIdsForType:","abstract":"

    Create contents ids for contents of the data type and currently without

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)createIdsForTypeName:":{"name":"-createIdsForTypeName:","abstract":"

    Create contents ids for contents of the data type and currently without

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)deleteIds":{"name":"-deleteIds","abstract":"

    Delete all contents ids

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)deleteIdsForType:":{"name":"-deleteIdsForType:","abstract":"

    Delete contents ids for contents of the data type

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)deleteIdsForTypeName:":{"name":"-deleteIdsForTypeName:","abstract":"

    Delete contents ids for contents of the data type

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)ids":{"name":"-ids","abstract":"

    Get all contents ids

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)count":{"name":"-count","abstract":"

    Get the count of contents ids

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)idsForType:":{"name":"-idsForType:","abstract":"

    Get by contents data type

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)idsForTypeName:":{"name":"-idsForTypeName:","abstract":"

    Get by contents data type

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)missing":{"name":"-missing","abstract":"

    Get contents without contents ids

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)missingForType:":{"name":"-missingForType:","abstract":"

    Get contents by data type without contents ids

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)missingForTypeName:":{"name":"-missingForTypeName:","abstract":"

    Get contents by data type without contents ids

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)extensionCreate":{"name":"-extensionCreate","abstract":"

    Get or create if needed the extension

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)extension":{"name":"-extension","abstract":"

    Get the extension

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)removeExtension":{"name":"-removeExtension","abstract":"

    Remove all trace of the extension

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)contentsIdDao":{"name":"-contentsIdDao","abstract":"

    Get a Contents Id DAO

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(cm)contentsIdDaoWithGeoPackage:":{"name":"+contentsIdDaoWithGeoPackage:","abstract":"

    Get a Contents Id DAO

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(cm)contentsIdDaoWithDatabase:":{"name":"+contentsIdDaoWithDatabase:","abstract":"

    Get a Contents Id DAO

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)createContentsIdTable":{"name":"-createContentsIdTable","abstract":"

    Create the Contents Id Table if it does not exist

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdDao.html#/c:objc(cs)GPKGContentsIdDao(cm)createWithDatabase:":{"name":"+createWithDatabase:","abstract":"

    Create the DAO

    ","parent_name":"GPKGContentsIdDao"},"Classes/GPKGContentsIdDao.html#/c:objc(cs)GPKGContentsIdDao(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGContentsIdDao"},"Classes/GPKGContentsIdDao.html#/c:objc(cs)GPKGContentsIdDao(im)contentsId:":{"name":"-contentsId:","abstract":"

    Get the contents id for the current result in the result set

    ","parent_name":"GPKGContentsIdDao"},"Classes/GPKGContentsIdDao.html#/c:objc(cs)GPKGContentsIdDao(im)setContents:":{"name":"-setContents:","abstract":"

    Query for and set the contents in the contents id

    ","parent_name":"GPKGContentsIdDao"},"Classes/GPKGContentsIdDao.html#/c:objc(cs)GPKGContentsIdDao(im)contents:":{"name":"-contents:","abstract":"

    Query for the contents for the contents id

    ","parent_name":"GPKGContentsIdDao"},"Classes/GPKGContentsIdDao.html#/c:objc(cs)GPKGContentsIdDao(im)queryForTableName:":{"name":"-queryForTableName:","abstract":"

    Query by table name

    ","parent_name":"GPKGContentsIdDao"},"Classes/GPKGContentsIdDao.html#/c:objc(cs)GPKGContentsIdDao(im)deleteByTableName:":{"name":"-deleteByTableName:","abstract":"

    Delete by table name

    ","parent_name":"GPKGContentsIdDao"},"Classes/GPKGContentsId.html#/c:objc(cs)GPKGContentsId(py)id":{"name":"id","abstract":"

    Id primary key

    ","parent_name":"GPKGContentsId"},"Classes/GPKGContentsId.html#/c:objc(cs)GPKGContentsId(py)contents":{"name":"contents","abstract":"

    Foreign key to Contents by table name

    ","parent_name":"GPKGContentsId"},"Classes/GPKGContentsId.html#/c:objc(cs)GPKGContentsId(py)tableName":{"name":"tableName","abstract":"

    The name of the actual content table, foreign key to gpkg_contents

    ","parent_name":"GPKGContentsId"},"Classes/GPKGContentsId.html#/c:objc(cs)GPKGContentsId(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGContentsId"},"Classes/GPKGNGAExtensions.html#/c:objc(cs)GPKGNGAExtensions(cm)createWithGeoPackage:":{"name":"+createWithGeoPackage:","abstract":"

    Create

    ","parent_name":"GPKGNGAExtensions"},"Classes/GPKGNGAExtensions.html#/c:objc(cs)GPKGNGAExtensions(im)initWithGeoPackage:":{"name":"-initWithGeoPackage:","abstract":"

    Initialize

    ","parent_name":"GPKGNGAExtensions"},"Classes/GPKGNGAExtensions.html#/c:objc(cs)GPKGNGAExtensions(im)deleteGeometryIndexForTable:":{"name":"-deleteGeometryIndexForTable:","abstract":"

    Delete the Geometry Index extension for the table

    ","parent_name":"GPKGNGAExtensions"},"Classes/GPKGNGAExtensions.html#/c:objc(cs)GPKGNGAExtensions(im)deleteGeometryIndexExtension":{"name":"-deleteGeometryIndexExtension","abstract":"

    Delete the Geometry Index extension including the extension entries and","parent_name":"GPKGNGAExtensions"},"Classes/GPKGNGAExtensions.html#/c:objc(cs)GPKGNGAExtensions(im)copyGeometryIndexFromTable:toTable:":{"name":"-copyGeometryIndexFromTable:toTable:","abstract":"

    Copy the Geometry Index extension for the table

    ","parent_name":"GPKGNGAExtensions"},"Classes/GPKGNGAExtensions.html#/c:objc(cs)GPKGNGAExtensions(im)deleteFeatureTileLinkForTable:":{"name":"-deleteFeatureTileLinkForTable:","abstract":"

    Delete the Feature Tile Link extensions for the table

    ","parent_name":"GPKGNGAExtensions"},"Classes/GPKGNGAExtensions.html#/c:objc(cs)GPKGNGAExtensions(im)deleteFeatureTileLinkExtension":{"name":"-deleteFeatureTileLinkExtension","abstract":"

    Delete the Feature Tile Link extension including the extension entries","parent_name":"GPKGNGAExtensions"},"Classes/GPKGNGAExtensions.html#/c:objc(cs)GPKGNGAExtensions(im)copyFeatureTileLinkFromTable:toTable:":{"name":"-copyFeatureTileLinkFromTable:toTable:","abstract":"

    Copy the Feature Tile Link extensions for the table

    ","parent_name":"GPKGNGAExtensions"},"Classes/GPKGNGAExtensions.html#/c:objc(cs)GPKGNGAExtensions(im)deleteTileScalingForTable:":{"name":"-deleteTileScalingForTable:","abstract":"

    Delete the Tile Scaling extensions for the table

    ","parent_name":"GPKGNGAExtensions"},"Classes/GPKGNGAExtensions.html#/c:objc(cs)GPKGNGAExtensions(im)deleteTileScalingExtension":{"name":"-deleteTileScalingExtension","abstract":"

    Delete the Tile Scaling extension including the extension entries and","parent_name":"GPKGNGAExtensions"},"Classes/GPKGNGAExtensions.html#/c:objc(cs)GPKGNGAExtensions(im)copyTileScalingFromTable:toTable:":{"name":"-copyTileScalingFromTable:toTable:","abstract":"

    Copy the Tile Scaling extensions for the table

    ","parent_name":"GPKGNGAExtensions"},"Classes/GPKGNGAExtensions.html#/c:objc(cs)GPKGNGAExtensions(im)deletePropertiesForTable:":{"name":"-deletePropertiesForTable:","abstract":"

    Delete the Properties extension if the deleted table is the properties","parent_name":"GPKGNGAExtensions"},"Classes/GPKGNGAExtensions.html#/c:objc(cs)GPKGNGAExtensions(im)deletePropertiesExtension":{"name":"-deletePropertiesExtension","abstract":"

    Delete the properties extension from the GeoPackage

    ","parent_name":"GPKGNGAExtensions"},"Classes/GPKGNGAExtensions.html#/c:objc(cs)GPKGNGAExtensions(im)deleteFeatureStyleForTable:":{"name":"-deleteFeatureStyleForTable:","abstract":"

    Delete the Feature Style extensions for the table

    ","parent_name":"GPKGNGAExtensions"},"Classes/GPKGNGAExtensions.html#/c:objc(cs)GPKGNGAExtensions(im)deleteFeatureStyleExtension":{"name":"-deleteFeatureStyleExtension","abstract":"

    Delete the Feature Style extension including the extension entries and","parent_name":"GPKGNGAExtensions"},"Classes/GPKGNGAExtensions.html#/c:objc(cs)GPKGNGAExtensions(im)copyFeatureStyleFromTable:toTable:":{"name":"-copyFeatureStyleFromTable:toTable:","abstract":"

    Copy the Feature Style extensions for the table. Relies on","parent_name":"GPKGNGAExtensions"},"Classes/GPKGNGAExtensions.html#/c:objc(cs)GPKGNGAExtensions(im)deleteContentsIdForTable:":{"name":"-deleteContentsIdForTable:","abstract":"

    Delete the Contents Id extensions for the table

    ","parent_name":"GPKGNGAExtensions"},"Classes/GPKGNGAExtensions.html#/c:objc(cs)GPKGNGAExtensions(im)deleteContentsIdExtension":{"name":"-deleteContentsIdExtension","abstract":"

    Delete the Contents Id extension including the extension entries and","parent_name":"GPKGNGAExtensions"},"Classes/GPKGNGAExtensions.html#/c:objc(cs)GPKGNGAExtensions(im)copyContentsIdFromTable:toTable:":{"name":"-copyContentsIdFromTable:toTable:","abstract":"

    Copy the Contents Id extensions for the table

    ","parent_name":"GPKGNGAExtensions"},"Classes/GPKGMetadataReferenceDao.html#/c:objc(cs)GPKGMetadataReferenceDao(cm)createWithDatabase:":{"name":"+createWithDatabase:","abstract":"

    Create the DAO

    ","parent_name":"GPKGMetadataReferenceDao"},"Classes/GPKGMetadataReferenceDao.html#/c:objc(cs)GPKGMetadataReferenceDao(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGMetadataReferenceDao"},"Classes/GPKGMetadataReferenceDao.html#/c:objc(cs)GPKGMetadataReferenceDao(im)deleteByMetadata:":{"name":"-deleteByMetadata:","abstract":"

    Delete metadata references with foreign keys to the metadata file id

    ","parent_name":"GPKGMetadataReferenceDao"},"Classes/GPKGMetadataReferenceDao.html#/c:objc(cs)GPKGMetadataReferenceDao(im)removeMetadataParent:":{"name":"-removeMetadataParent:","abstract":"

    Remove metadata references (by updating the field to null) with foreign","parent_name":"GPKGMetadataReferenceDao"},"Classes/GPKGMetadataReferenceDao.html#/c:objc(cs)GPKGMetadataReferenceDao(im)queryByMetadata:andParent:":{"name":"-queryByMetadata:andParent:","abstract":"

    Query by the metadata ids

    ","parent_name":"GPKGMetadataReferenceDao"},"Classes/GPKGMetadataReferenceDao.html#/c:objc(cs)GPKGMetadataReferenceDao(im)queryByMetadata:":{"name":"-queryByMetadata:","abstract":"

    Query by the metadata ids

    ","parent_name":"GPKGMetadataReferenceDao"},"Classes/GPKGMetadataReferenceDao.html#/c:objc(cs)GPKGMetadataReferenceDao(im)queryByMetadataParent:":{"name":"-queryByMetadataParent:","abstract":"

    Query by the metadata parent ids

    ","parent_name":"GPKGMetadataReferenceDao"},"Classes/GPKGMetadataReferenceDao.html#/c:objc(cs)GPKGMetadataReferenceDao(im)queryByTable:":{"name":"-queryByTable:","abstract":"

    Query by table name

    ","parent_name":"GPKGMetadataReferenceDao"},"Classes/GPKGMetadataReferenceDao.html#/c:objc(cs)GPKGMetadataReferenceDao(im)deleteByTableName:":{"name":"-deleteByTableName:","abstract":"

    Delete by table name

    ","parent_name":"GPKGMetadataReferenceDao"},"Classes/GPKGMetadataReference.html#/c:objc(cs)GPKGMetadataReference(py)referenceScope":{"name":"referenceScope","abstract":"

    Lowercase metadata reference scope; one of ‘geopackage’,","parent_name":"GPKGMetadataReference"},"Classes/GPKGMetadataReference.html#/c:objc(cs)GPKGMetadataReference(py)tableName":{"name":"tableName","abstract":"

    Name of the table to which this metadata reference applies, or NULL for","parent_name":"GPKGMetadataReference"},"Classes/GPKGMetadataReference.html#/c:objc(cs)GPKGMetadataReference(py)columnName":{"name":"columnName","abstract":"

    Name of the column to which this metadata reference applies; NULL for","parent_name":"GPKGMetadataReference"},"Classes/GPKGMetadataReference.html#/c:objc(cs)GPKGMetadataReference(py)rowIdValue":{"name":"rowIdValue","abstract":"

    NULL for reference_scope of ‘geopackage’, ‘table’ or ‘column’, or the","parent_name":"GPKGMetadataReference"},"Classes/GPKGMetadataReference.html#/c:objc(cs)GPKGMetadataReference(py)timestamp":{"name":"timestamp","abstract":"

    timestamp value in ISO 8601 format as defined by the strftime function","parent_name":"GPKGMetadataReference"},"Classes/GPKGMetadataReference.html#/c:objc(cs)GPKGMetadataReference(py)fileId":{"name":"fileId","abstract":"

    gpkg_metadata table id column value for the metadata to which this","parent_name":"GPKGMetadataReference"},"Classes/GPKGMetadataReference.html#/c:objc(cs)GPKGMetadataReference(py)parentId":{"name":"parentId","abstract":"

    gpkg_metadata table id column value for the hierarchical parent","parent_name":"GPKGMetadataReference"},"Classes/GPKGMetadataReference.html#/c:objc(cs)GPKGMetadataReference(im)referenceScopeType":{"name":"-referenceScopeType","abstract":"

    Get the reference scope type

    ","parent_name":"GPKGMetadataReference"},"Classes/GPKGMetadataReference.html#/c:objc(cs)GPKGMetadataReference(im)setReferenceScopeType:":{"name":"-setReferenceScopeType:","abstract":"

    Set the reference scope type

    ","parent_name":"GPKGMetadataReference"},"Classes/GPKGMetadataReference.html#/c:objc(cs)GPKGMetadataReference(im)setMetadata:":{"name":"-setMetadata:","abstract":"

    Set the metadata

    ","parent_name":"GPKGMetadataReference"},"Classes/GPKGMetadataReference.html#/c:objc(cs)GPKGMetadataReference(im)setParentMetadata:":{"name":"-setParentMetadata:","abstract":"

    Set the parent metadata

    ","parent_name":"GPKGMetadataReference"},"Classes/GPKGMetadataScope.html#/c:objc(cs)GPKGMetadataScope(py)name":{"name":"name","abstract":"

    Name (md_scope)

    ","parent_name":"GPKGMetadataScope"},"Classes/GPKGMetadataScope.html#/c:objc(cs)GPKGMetadataScope(py)code":{"name":"code","abstract":"

    Scope code

    ","parent_name":"GPKGMetadataScope"},"Classes/GPKGMetadataScope.html#/c:objc(cs)GPKGMetadataScope(py)definition":{"name":"definition","abstract":"

    Definition

    ","parent_name":"GPKGMetadataScope"},"Classes/GPKGMetadataExtension.html#/c:objc(cs)GPKGMetadataExtension(py)extensionName":{"name":"extensionName","abstract":"

    Extension name

    ","parent_name":"GPKGMetadataExtension"},"Classes/GPKGMetadataExtension.html#/c:objc(cs)GPKGMetadataExtension(py)definition":{"name":"definition","abstract":"

    Extension definition URL

    ","parent_name":"GPKGMetadataExtension"},"Classes/GPKGMetadataExtension.html#/c:objc(cs)GPKGMetadataExtension(im)initWithGeoPackage:":{"name":"-initWithGeoPackage:","abstract":"

    Initialize

    ","parent_name":"GPKGMetadataExtension"},"Classes/GPKGMetadataExtension.html#/c:objc(cs)GPKGMetadataExtension(im)extensionCreate":{"name":"-extensionCreate","abstract":"

    Get or create the extension

    ","parent_name":"GPKGMetadataExtension"},"Classes/GPKGMetadataExtension.html#/c:objc(cs)GPKGMetadataExtension(im)has":{"name":"-has","abstract":"

    Determine if the GeoPackage has the extension

    ","parent_name":"GPKGMetadataExtension"},"Classes/GPKGMetadataExtension.html#/c:objc(cs)GPKGMetadataExtension(im)removeExtension":{"name":"-removeExtension","abstract":"

    Remove all trace of the extension

    ","parent_name":"GPKGMetadataExtension"},"Classes/GPKGMetadataExtension.html#/c:objc(cs)GPKGMetadataExtension(im)metadataDao":{"name":"-metadataDao","abstract":"

    Get a Metadata DAO

    ","parent_name":"GPKGMetadataExtension"},"Classes/GPKGMetadataExtension.html#/c:objc(cs)GPKGMetadataExtension(cm)metadataDaoWithGeoPackage:":{"name":"+metadataDaoWithGeoPackage:","abstract":"

    Get a Metadata DAO

    ","parent_name":"GPKGMetadataExtension"},"Classes/GPKGMetadataExtension.html#/c:objc(cs)GPKGMetadataExtension(cm)metadataDaoWithDatabase:":{"name":"+metadataDaoWithDatabase:","abstract":"

    Get a Metadata DAO

    ","parent_name":"GPKGMetadataExtension"},"Classes/GPKGMetadataExtension.html#/c:objc(cs)GPKGMetadataExtension(im)createMetadataTable":{"name":"-createMetadataTable","abstract":"

    Create the Metadata Table if it does not exist

    ","parent_name":"GPKGMetadataExtension"},"Classes/GPKGMetadataExtension.html#/c:objc(cs)GPKGMetadataExtension(im)metadataReferenceDao":{"name":"-metadataReferenceDao","abstract":"

    Get a Metadata Reference DAO

    ","parent_name":"GPKGMetadataExtension"},"Classes/GPKGMetadataExtension.html#/c:objc(cs)GPKGMetadataExtension(cm)metadataReferenceDaoWithGeoPackage:":{"name":"+metadataReferenceDaoWithGeoPackage:","abstract":"

    Get a Metadata Reference DAO

    ","parent_name":"GPKGMetadataExtension"},"Classes/GPKGMetadataExtension.html#/c:objc(cs)GPKGMetadataExtension(cm)metadataReferenceDaoWithDatabase:":{"name":"+metadataReferenceDaoWithDatabase:","abstract":"

    Get a Metadata Reference DAO

    ","parent_name":"GPKGMetadataExtension"},"Classes/GPKGMetadataExtension.html#/c:objc(cs)GPKGMetadataExtension(im)createMetadataReferenceTable":{"name":"-createMetadataReferenceTable","abstract":"

    Create the Metadata Reference Table if it does not exist

    ","parent_name":"GPKGMetadataExtension"},"Classes/GPKGMetadataDao.html#/c:objc(cs)GPKGMetadataDao(cm)createWithDatabase:":{"name":"+createWithDatabase:","abstract":"

    Create the DAO

    ","parent_name":"GPKGMetadataDao"},"Classes/GPKGMetadataDao.html#/c:objc(cs)GPKGMetadataDao(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGMetadataDao"},"Classes/GPKGMetadataDao.html#/c:objc(cs)GPKGMetadataDao(im)deleteCascade:":{"name":"-deleteCascade:","abstract":"

    Delete the Metadata, cascading

    ","parent_name":"GPKGMetadataDao"},"Classes/GPKGMetadataDao.html#/c:objc(cs)GPKGMetadataDao(im)deleteCascadeWithCollection:":{"name":"-deleteCascadeWithCollection:","abstract":"

    Delete the collection of Metadata, cascading

    ","parent_name":"GPKGMetadataDao"},"Classes/GPKGMetadataDao.html#/c:objc(cs)GPKGMetadataDao(im)deleteCascadeWhere:andWhereArgs:":{"name":"-deleteCascadeWhere:andWhereArgs:","abstract":"

    Delete the Metadata where, cascading

    ","parent_name":"GPKGMetadataDao"},"Classes/GPKGMetadataDao.html#/c:objc(cs)GPKGMetadataDao(im)deleteByIdCascade:":{"name":"-deleteByIdCascade:","abstract":"

    Delete the Metadata by id, cascading

    ","parent_name":"GPKGMetadataDao"},"Classes/GPKGMetadataDao.html#/c:objc(cs)GPKGMetadataDao(im)deleteIdsCascade:":{"name":"-deleteIdsCascade:","abstract":"

    Delete the Metadata with the ids, cascading

    ","parent_name":"GPKGMetadataDao"},"Classes/GPKGMetadata.html#/c:objc(cs)GPKGMetadata(py)id":{"name":"id","abstract":"

    Metadata primary key

    ","parent_name":"GPKGMetadata"},"Classes/GPKGMetadata.html#/c:objc(cs)GPKGMetadata(py)scope":{"name":"scope","abstract":"

    Case sensitive name of the data scope to which this metadata applies; see","parent_name":"GPKGMetadata"},"Classes/GPKGMetadata.html#/c:objc(cs)GPKGMetadata(py)standardUri":{"name":"standardUri","abstract":"

    URI reference to the metadata structure definition authority

    ","parent_name":"GPKGMetadata"},"Classes/GPKGMetadata.html#/c:objc(cs)GPKGMetadata(py)mimeType":{"name":"mimeType","abstract":"

    MIME encoding of metadata

    ","parent_name":"GPKGMetadata"},"Classes/GPKGMetadata.html#/c:objc(cs)GPKGMetadata(py)metadata":{"name":"metadata","abstract":"

    metadata

    ","parent_name":"GPKGMetadata"},"Classes/GPKGMetadata.html#/c:objc(cs)GPKGMetadata(im)metadataScopeType":{"name":"-metadataScopeType","abstract":"

    Get the metadata scope type

    ","parent_name":"GPKGMetadata"},"Classes/GPKGMetadata.html#/c:objc(cs)GPKGMetadata(im)setMetadataScopeType:":{"name":"-setMetadataScopeType:","abstract":"

    Set the metadata scope type

    ","parent_name":"GPKGMetadata"},"Classes/GPKGMetadata.html#/c:objc(cs)GPKGMetadata(cm)fromScopeType:":{"name":"+fromScopeType:","abstract":"

    Get the metadata scope from the metadata scope type

    ","parent_name":"GPKGMetadata"},"Classes/GPKGGriddedTileDao.html#/c:objc(cs)GPKGGriddedTileDao(cm)createWithDatabase:":{"name":"+createWithDatabase:","abstract":"

    Create the DAO

    ","parent_name":"GPKGGriddedTileDao"},"Classes/GPKGGriddedTileDao.html#/c:objc(cs)GPKGGriddedTileDao(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGGriddedTileDao"},"Classes/GPKGGriddedTileDao.html#/c:objc(cs)GPKGGriddedTileDao(im)queryByContents:":{"name":"-queryByContents:","abstract":"

    Query by contents

    ","parent_name":"GPKGGriddedTileDao"},"Classes/GPKGGriddedTileDao.html#/c:objc(cs)GPKGGriddedTileDao(im)queryByTableName:":{"name":"-queryByTableName:","abstract":"

    Query by table name

    ","parent_name":"GPKGGriddedTileDao"},"Classes/GPKGGriddedTileDao.html#/c:objc(cs)GPKGGriddedTileDao(im)queryByTableName:andTileId:":{"name":"-queryByTableName:andTileId:","abstract":"

    Query by table name and table id

    ","parent_name":"GPKGGriddedTileDao"},"Classes/GPKGGriddedTileDao.html#/c:objc(cs)GPKGGriddedTileDao(im)deleteByContents:":{"name":"-deleteByContents:","abstract":"

    Delete by contents

    ","parent_name":"GPKGGriddedTileDao"},"Classes/GPKGGriddedTileDao.html#/c:objc(cs)GPKGGriddedTileDao(im)deleteByTableName:":{"name":"-deleteByTableName:","abstract":"

    Delete by table name

    ","parent_name":"GPKGGriddedTileDao"},"Classes/GPKGGriddedTileDao.html#/c:objc(cs)GPKGGriddedTileDao(im)contents:":{"name":"-contents:","abstract":"

    Get the contents

    ","parent_name":"GPKGGriddedTileDao"},"Classes/GPKGGriddedTile.html#/c:objc(cs)GPKGGriddedTile(py)id":{"name":"id","abstract":"

    Auto increment primary key

    ","parent_name":"GPKGGriddedTile"},"Classes/GPKGGriddedTile.html#/c:objc(cs)GPKGGriddedTile(py)tableName":{"name":"tableName","abstract":"

    Name of tile pyramid user data table

    ","parent_name":"GPKGGriddedTile"},"Classes/GPKGGriddedTile.html#/c:objc(cs)GPKGGriddedTile(py)tableId":{"name":"tableId","abstract":"

    Foreign key to id in tile pyramid user data table

    ","parent_name":"GPKGGriddedTile"},"Classes/GPKGGriddedTile.html#/c:objc(cs)GPKGGriddedTile(py)scale":{"name":"scale","abstract":"

    Scale as a multiple relative to the unit of measure

    ","parent_name":"GPKGGriddedTile"},"Classes/GPKGGriddedTile.html#/c:objc(cs)GPKGGriddedTile(py)offset":{"name":"offset","abstract":"

    The offset to the 0 value

    ","parent_name":"GPKGGriddedTile"},"Classes/GPKGGriddedTile.html#/c:objc(cs)GPKGGriddedTile(py)min":{"name":"min","abstract":"

    Minimum value of this tile

    ","parent_name":"GPKGGriddedTile"},"Classes/GPKGGriddedTile.html#/c:objc(cs)GPKGGriddedTile(py)max":{"name":"max","abstract":"

    Maximum value of this tile

    ","parent_name":"GPKGGriddedTile"},"Classes/GPKGGriddedTile.html#/c:objc(cs)GPKGGriddedTile(py)mean":{"name":"mean","abstract":"

    The arithmetic mean of values in this tile

    ","parent_name":"GPKGGriddedTile"},"Classes/GPKGGriddedTile.html#/c:objc(cs)GPKGGriddedTile(py)standardDeviation":{"name":"standardDeviation","abstract":"

    The standard deviation of values in this tile

    ","parent_name":"GPKGGriddedTile"},"Classes/GPKGGriddedTile.html#/c:objc(cs)GPKGGriddedTile(im)setContents:":{"name":"-setContents:","abstract":"

    Set the contents

    ","parent_name":"GPKGGriddedTile"},"Classes/GPKGGriddedTile.html#/c:objc(cs)GPKGGriddedTile(im)scaleOrDefault":{"name":"-scaleOrDefault","abstract":"

    Get the scale or default value

    ","parent_name":"GPKGGriddedTile"},"Classes/GPKGGriddedTile.html#/c:objc(cs)GPKGGriddedTile(im)offsetOrDefault":{"name":"-offsetOrDefault","abstract":"

    Get the offset or default value

    ","parent_name":"GPKGGriddedTile"},"Classes/GPKGGriddedCoverageEncodingTypes.html#/c:objc(cs)GPKGGriddedCoverageEncodingTypes(cm)name:":{"name":"+name:","abstract":"

    Get the name of the gridded coverage encoding type

    ","parent_name":"GPKGGriddedCoverageEncodingTypes"},"Classes/GPKGGriddedCoverageEncodingTypes.html#/c:objc(cs)GPKGGriddedCoverageEncodingTypes(cm)fromName:":{"name":"+fromName:","abstract":"

    Get the gridded coverage encoding type from the name

    ","parent_name":"GPKGGriddedCoverageEncodingTypes"},"Classes/GPKGGriddedCoverageDataTypes.html#/c:objc(cs)GPKGGriddedCoverageDataTypes(cm)name:":{"name":"+name:","abstract":"

    Get the name of the gridded coverage data type

    ","parent_name":"GPKGGriddedCoverageDataTypes"},"Classes/GPKGGriddedCoverageDataTypes.html#/c:objc(cs)GPKGGriddedCoverageDataTypes(cm)fromName:":{"name":"+fromName:","abstract":"

    Get the gridded coverage data type from the name

    ","parent_name":"GPKGGriddedCoverageDataTypes"},"Classes/GPKGGriddedCoverageDao.html#/c:objc(cs)GPKGGriddedCoverageDao(cm)createWithDatabase:":{"name":"+createWithDatabase:","abstract":"

    Create the DAO

    ","parent_name":"GPKGGriddedCoverageDao"},"Classes/GPKGGriddedCoverageDao.html#/c:objc(cs)GPKGGriddedCoverageDao(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGGriddedCoverageDao"},"Classes/GPKGGriddedCoverageDao.html#/c:objc(cs)GPKGGriddedCoverageDao(im)queryByTileMatrixSet:":{"name":"-queryByTileMatrixSet:","abstract":"

    Query by tile matrix set

    ","parent_name":"GPKGGriddedCoverageDao"},"Classes/GPKGGriddedCoverageDao.html#/c:objc(cs)GPKGGriddedCoverageDao(im)queryByTileMatrixSetName:":{"name":"-queryByTileMatrixSetName:","abstract":"

    Query by tile matrix set name

    ","parent_name":"GPKGGriddedCoverageDao"},"Classes/GPKGGriddedCoverageDao.html#/c:objc(cs)GPKGGriddedCoverageDao(im)deleteByTileMatrixSet:":{"name":"-deleteByTileMatrixSet:","abstract":"

    Delete by tile matrix set

    ","parent_name":"GPKGGriddedCoverageDao"},"Classes/GPKGGriddedCoverageDao.html#/c:objc(cs)GPKGGriddedCoverageDao(im)deleteByTableName:":{"name":"-deleteByTableName:","abstract":"

    Delete by table name

    ","parent_name":"GPKGGriddedCoverageDao"},"Classes/GPKGGriddedCoverageDao.html#/c:objc(cs)GPKGGriddedCoverageDao(im)tileMatrixSet:":{"name":"-tileMatrixSet:","abstract":"

    Get the tile matrix set

    ","parent_name":"GPKGGriddedCoverageDao"},"Classes/GPKGGriddedCoverage.html#/c:objc(cs)GPKGGriddedCoverage(py)id":{"name":"id","abstract":"

    Auto increment primary key

    ","parent_name":"GPKGGriddedCoverage"},"Classes/GPKGGriddedCoverage.html#/c:objc(cs)GPKGGriddedCoverage(py)tileMatrixSetName":{"name":"tileMatrixSetName","abstract":"

    Foreign key to table_name in gpkg_tile_matrix_set

    ","parent_name":"GPKGGriddedCoverage"},"Classes/GPKGGriddedCoverage.html#/c:objc(cs)GPKGGriddedCoverage(py)datatype":{"name":"datatype","abstract":"

    ‘integer’ or ‘float’

    ","parent_name":"GPKGGriddedCoverage"},"Classes/GPKGGriddedCoverage.html#/c:objc(cs)GPKGGriddedCoverage(py)scale":{"name":"scale","abstract":"

    Scale as a multiple relative to the unit of measure

    ","parent_name":"GPKGGriddedCoverage"},"Classes/GPKGGriddedCoverage.html#/c:objc(cs)GPKGGriddedCoverage(py)offset":{"name":"offset","abstract":"

    The offset to the 0 value

    ","parent_name":"GPKGGriddedCoverage"},"Classes/GPKGGriddedCoverage.html#/c:objc(cs)GPKGGriddedCoverage(py)precision":{"name":"precision","abstract":"

    The smallest value that has meaning for this dataset

    ","parent_name":"GPKGGriddedCoverage"},"Classes/GPKGGriddedCoverage.html#/c:objc(cs)GPKGGriddedCoverage(py)dataNull":{"name":"dataNull","abstract":"

    The value that indicates NULL

    ","parent_name":"GPKGGriddedCoverage"},"Classes/GPKGGriddedCoverage.html#/c:objc(cs)GPKGGriddedCoverage(py)gridCellEncoding":{"name":"gridCellEncoding","abstract":"

    Specifies how a value is assigned to a grid cell (pixel)

    ","parent_name":"GPKGGriddedCoverage"},"Classes/GPKGGriddedCoverage.html#/c:objc(cs)GPKGGriddedCoverage(py)uom":{"name":"uom","abstract":"

    Units of Measure for values in the grid coverage

    ","parent_name":"GPKGGriddedCoverage"},"Classes/GPKGGriddedCoverage.html#/c:objc(cs)GPKGGriddedCoverage(py)fieldName":{"name":"fieldName","abstract":"

    Type of Gridded Coverage Data (default is Height)

    ","parent_name":"GPKGGriddedCoverage"},"Classes/GPKGGriddedCoverage.html#/c:objc(cs)GPKGGriddedCoverage(py)quantityDefinition":{"name":"quantityDefinition","abstract":"

    Description of the values contained in the Gridded Coverage

    ","parent_name":"GPKGGriddedCoverage"},"Classes/GPKGGriddedCoverage.html#/c:objc(cs)GPKGGriddedCoverage(im)setTileMatrixSet:":{"name":"-setTileMatrixSet:","abstract":"

    Set the tile matrix set

    ","parent_name":"GPKGGriddedCoverage"},"Classes/GPKGGriddedCoverage.html#/c:objc(cs)GPKGGriddedCoverage(im)griddedCoverageDataType":{"name":"-griddedCoverageDataType","abstract":"

    Get the data type

    ","parent_name":"GPKGGriddedCoverage"},"Classes/GPKGGriddedCoverage.html#/c:objc(cs)GPKGGriddedCoverage(im)setGriddedCoverageDataType:":{"name":"-setGriddedCoverageDataType:","abstract":"

    Set the data type

    ","parent_name":"GPKGGriddedCoverage"},"Classes/GPKGGriddedCoverage.html#/c:objc(cs)GPKGGriddedCoverage(im)scaleOrDefault":{"name":"-scaleOrDefault","abstract":"

    Get the scale or default value

    ","parent_name":"GPKGGriddedCoverage"},"Classes/GPKGGriddedCoverage.html#/c:objc(cs)GPKGGriddedCoverage(im)offsetOrDefault":{"name":"-offsetOrDefault","abstract":"

    Get the offset or default value

    ","parent_name":"GPKGGriddedCoverage"},"Classes/GPKGGriddedCoverage.html#/c:objc(cs)GPKGGriddedCoverage(im)precisionOrDefault":{"name":"-precisionOrDefault","abstract":"

    Get the precision or default value

    ","parent_name":"GPKGGriddedCoverage"},"Classes/GPKGGriddedCoverage.html#/c:objc(cs)GPKGGriddedCoverage(im)gridCellEncodingType":{"name":"-gridCellEncodingType","abstract":"

    Get the encoding type

    ","parent_name":"GPKGGriddedCoverage"},"Classes/GPKGGriddedCoverage.html#/c:objc(cs)GPKGGriddedCoverage(im)setGridCellEncodingType:":{"name":"-setGridCellEncodingType:","abstract":"

    Set the encoding type

    ","parent_name":"GPKGGriddedCoverage"},"Classes/GPKGCoverageDataTileMatrixResults.html#/c:objc(cs)GPKGCoverageDataTileMatrixResults(im)initWithTileMatrix:andTileResults:":{"name":"-initWithTileMatrix:andTileResults:","abstract":"

    Initialize

    ","parent_name":"GPKGCoverageDataTileMatrixResults"},"Classes/GPKGCoverageDataTileMatrixResults.html#/c:objc(cs)GPKGCoverageDataTileMatrixResults(im)tileMatrix":{"name":"-tileMatrix","abstract":"

    Get the tile matrix

    ","parent_name":"GPKGCoverageDataTileMatrixResults"},"Classes/GPKGCoverageDataTileMatrixResults.html#/c:objc(cs)GPKGCoverageDataTileMatrixResults(im)tileResults":{"name":"-tileResults","abstract":"

    Get the tile results

    ","parent_name":"GPKGCoverageDataTileMatrixResults"},"Classes/GPKGCoverageDataTiffImage.html#/c:objc(cs)GPKGCoverageDataTiffImage(im)initWithTileRow:":{"name":"-initWithTileRow:","abstract":"

    Initialize

    ","parent_name":"GPKGCoverageDataTiffImage"},"Classes/GPKGCoverageDataTiffImage.html#/c:objc(cs)GPKGCoverageDataTiffImage(im)initWithFileDirectory:":{"name":"-initWithFileDirectory:","abstract":"

    Initialize

    ","parent_name":"GPKGCoverageDataTiffImage"},"Classes/GPKGCoverageDataTiffImage.html#/c:objc(cs)GPKGCoverageDataTiffImage(im)imageData":{"name":"-imageData","abstract":"

    Get the image data

    ","parent_name":"GPKGCoverageDataTiffImage"},"Classes/GPKGCoverageDataTiffImage.html#/c:objc(cs)GPKGCoverageDataTiffImage(im)directory":{"name":"-directory","abstract":"

    Get the file directory

    ","parent_name":"GPKGCoverageDataTiffImage"},"Classes/GPKGCoverageDataTiffImage.html#/c:objc(cs)GPKGCoverageDataTiffImage(im)rasters":{"name":"-rasters","abstract":"

    Get the rasters, read if needed

    ","parent_name":"GPKGCoverageDataTiffImage"},"Classes/GPKGCoverageDataTiffImage.html#/c:objc(cs)GPKGCoverageDataTiffImage(im)writeTiff":{"name":"-writeTiff","abstract":"

    Write the TIFF file to the image bytes

    ","parent_name":"GPKGCoverageDataTiffImage"},"Classes/GPKGCoverageDataTiffImage.html#/c:objc(cs)GPKGCoverageDataTiffImage(im)pixelAtX:andY:":{"name":"-pixelAtX:andY:","abstract":"

    Get the pixel at the coordinate

    ","parent_name":"GPKGCoverageDataTiffImage"},"Classes/GPKGCoverageDataTiff.html#/c:objc(cs)GPKGCoverageDataTiff(im)initWithGeoPackage:andTileDao:andWidth:andHeight:andProjection:":{"name":"-initWithGeoPackage:andTileDao:andWidth:andHeight:andProjection:","abstract":"

    Initialize

    ","parent_name":"GPKGCoverageDataTiff"},"Classes/GPKGCoverageDataTiff.html#/c:objc(cs)GPKGCoverageDataTiff(im)initWithGeoPackage:andTileDao:":{"name":"-initWithGeoPackage:andTileDao:","abstract":"

    Initialize

    ","parent_name":"GPKGCoverageDataTiff"},"Classes/GPKGCoverageDataTiff.html#/c:objc(cs)GPKGCoverageDataTiff(im)initWithGeoPackage:andTileDao:andProjection:":{"name":"-initWithGeoPackage:andTileDao:andProjection:","abstract":"

    Initialize

    ","parent_name":"GPKGCoverageDataTiff"},"Classes/GPKGCoverageDataTiff.html#/c:objc(cs)GPKGCoverageDataTiff(im)pixelValueWithData:andX:andY:":{"name":"-pixelValueWithData:andX:andY:","abstract":"

    Get the pixel value as a float

    ","parent_name":"GPKGCoverageDataTiff"},"Classes/GPKGCoverageDataTiff.html#/c:objc(cs)GPKGCoverageDataTiff(im)pixelArrayValuesWithData:":{"name":"-pixelArrayValuesWithData:","abstract":"

    Get the pixel values of the image data as an array of decimal numbers

    ","parent_name":"GPKGCoverageDataTiff"},"Classes/GPKGCoverageDataTiff.html#/c:objc(cs)GPKGCoverageDataTiff(im)pixelValuesWithData:":{"name":"-pixelValuesWithData:","abstract":"

    Get the pixel values of the image data as floats

    ","parent_name":"GPKGCoverageDataTiff"},"Classes/GPKGCoverageDataTiff.html#/c:objc(cs)GPKGCoverageDataTiff(cm)validateImageType:":{"name":"+validateImageType:","abstract":"

    Validate the image type

    ","parent_name":"GPKGCoverageDataTiff"},"Classes/GPKGCoverageDataTiff.html#/c:objc(cs)GPKGCoverageDataTiff(im)valueWithGriddedTile:andImage:andX:andY:":{"name":"-valueWithGriddedTile:andImage:andX:andY:","abstract":"

    Get the coverage data value

    ","parent_name":"GPKGCoverageDataTiff"},"Classes/GPKGCoverageDataTiff.html#/c:objc(cs)GPKGCoverageDataTiff(im)drawTileWithFloatPixelValues:andTileWidth:andTileHeight:":{"name":"-drawTileWithFloatPixelValues:andTileWidth:andTileHeight:","abstract":"

    Draw a coverage data image tile from the flat array of float pixel values of","parent_name":"GPKGCoverageDataTiff"},"Classes/GPKGCoverageDataTiff.html#/c:objc(cs)GPKGCoverageDataTiff(im)drawTileWithPixelValues:andTileWidth:andTileHeight:":{"name":"-drawTileWithPixelValues:andTileWidth:andTileHeight:","abstract":"

    Draw a coverage data image tile from the flat array of float pixel values of","parent_name":"GPKGCoverageDataTiff"},"Classes/GPKGCoverageDataTiff.html#/c:objc(cs)GPKGCoverageDataTiff(im)drawTileDataWithPixelValues:andTileWidth:andTileHeight:":{"name":"-drawTileDataWithPixelValues:andTileWidth:andTileHeight:","abstract":"

    Draw a coverage data image tile and format as TIFF bytes from the flat array","parent_name":"GPKGCoverageDataTiff"},"Classes/GPKGCoverageDataTiff.html#/c:objc(cs)GPKGCoverageDataTiff(im)drawTileWithDoubleArrayPixelValues:":{"name":"-drawTileWithDoubleArrayPixelValues:","abstract":"

    Draw a coverage data tile from the double array of float pixel","parent_name":"GPKGCoverageDataTiff"},"Classes/GPKGCoverageDataTiff.html#/c:objc(cs)GPKGCoverageDataTiff(im)drawTileDataWithDoubleArrayPixelValues:":{"name":"-drawTileDataWithDoubleArrayPixelValues:","abstract":"

    Draw a coverage data tile and format as TIFF bytes from the double array of","parent_name":"GPKGCoverageDataTiff"},"Classes/GPKGCoverageDataTiff.html#/c:objc(cs)GPKGCoverageDataTiff(im)drawTileWithGriddedTile:andValues:andTileWidth:andTileHeight:":{"name":"-drawTileWithGriddedTile:andValues:andTileWidth:andTileHeight:","abstract":"

    Draw a coverage data image tile from the flat array of coverage data values of length","parent_name":"GPKGCoverageDataTiff"},"Classes/GPKGCoverageDataTiff.html#/c:objc(cs)GPKGCoverageDataTiff(im)drawTileWithGriddedTile:andDoubleArrayValues:":{"name":"-drawTileWithGriddedTile:andDoubleArrayValues:","abstract":"

    Draw a coverage data image tile from the double array of coverage data values","parent_name":"GPKGCoverageDataTiff"},"Classes/GPKGCoverageDataTiff.html#/c:objc(cs)GPKGCoverageDataTiff(im)createImageWithTileWidth:andTileHeight:":{"name":"-createImageWithTileWidth:andTileHeight:","abstract":"

    Create a new image

    ","parent_name":"GPKGCoverageDataTiff"},"Classes/GPKGCoverageDataTiff.html#/c:objc(cs)GPKGCoverageDataTiff(im)setPixelValueWithImage:andX:andY:andPixelValue:":{"name":"-setPixelValueWithImage:andX:andY:andPixelValue:","abstract":"

    Set the pixel value into the image

    ","parent_name":"GPKGCoverageDataTiff"},"Classes/GPKGCoverageDataTiff.html#/c:objc(cs)GPKGCoverageDataTiff(im)pixelIn:withWidth:atX:andY:":{"name":"-pixelIn:withWidth:atX:andY:","abstract":"

    Get the pixel at the provided x and y with the image width

    ","parent_name":"GPKGCoverageDataTiff"},"Classes/GPKGCoverageDataTiff.html#/c:objc(cs)GPKGCoverageDataTiff(im)pixelValuesFloatToArray:withCount:":{"name":"-pixelValuesFloatToArray:withCount:","abstract":"

    Convert the float pixel array to a NSArray of numbers

    ","parent_name":"GPKGCoverageDataTiff"},"Classes/GPKGCoverageDataTiff.html#/c:objc(cs)GPKGCoverageDataTiff(im)pixelValuesArrayToFloat:":{"name":"-pixelValuesArrayToFloat:","abstract":"

    Convert the pixel array to a float pixel array

    ","parent_name":"GPKGCoverageDataTiff"},"Classes/GPKGCoverageDataTiff.html#/c:objc(cs)GPKGCoverageDataTiff(im)pixelValuesDoubleArrayToFloat:":{"name":"-pixelValuesDoubleArrayToFloat:","abstract":"

    Convert the pixel double array to a float pixel array

    ","parent_name":"GPKGCoverageDataTiff"},"Classes/GPKGCoverageDataTiff.html#/c:objc(cs)GPKGCoverageDataTiff(im)pixelValuesOfValues:withGriddedTile:":{"name":"-pixelValuesOfValues:withGriddedTile:","abstract":"

    Convert the coverage data array to a float pixel array

    ","parent_name":"GPKGCoverageDataTiff"},"Classes/GPKGCoverageDataTiff.html#/c:objc(cs)GPKGCoverageDataTiff(im)pixelValuesOfDoubleArrayValues:withGriddedTile:":{"name":"-pixelValuesOfDoubleArrayValues:withGriddedTile:","abstract":"

    Convert the coverage data values double array to a float pixel array

    ","parent_name":"GPKGCoverageDataTiff"},"Classes/GPKGCoverageDataTiff.html#/c:objc(cs)GPKGCoverageDataTiff(cm)createTileTableWithGeoPackage:andMetadata:":{"name":"+createTileTableWithGeoPackage:andMetadata:","abstract":"

    Create the coverage data tile table with metadata and extension

    ","parent_name":"GPKGCoverageDataTiff"},"Classes/GPKGCoverageDataSourcePixel.html#/c:objc(cs)GPKGCoverageDataSourcePixel(py)pixel":{"name":"pixel","abstract":"

    Pixel value of where the pixel fits into the source

    ","parent_name":"GPKGCoverageDataSourcePixel"},"Classes/GPKGCoverageDataSourcePixel.html#/c:objc(cs)GPKGCoverageDataSourcePixel(py)min":{"name":"min","abstract":"

    Min pixel value

    ","parent_name":"GPKGCoverageDataSourcePixel"},"Classes/GPKGCoverageDataSourcePixel.html#/c:objc(cs)GPKGCoverageDataSourcePixel(py)max":{"name":"max","abstract":"

    Max pixel value

    ","parent_name":"GPKGCoverageDataSourcePixel"},"Classes/GPKGCoverageDataSourcePixel.html#/c:objc(cs)GPKGCoverageDataSourcePixel(py)offset":{"name":"offset","abstract":"

    Offset between the two pixels

    ","parent_name":"GPKGCoverageDataSourcePixel"},"Classes/GPKGCoverageDataSourcePixel.html#/c:objc(cs)GPKGCoverageDataSourcePixel(im)initWithPixel:andMin:andMax:andOffset:":{"name":"-initWithPixel:andMin:andMax:andOffset:","abstract":"

    Initialize

    ","parent_name":"GPKGCoverageDataSourcePixel"},"Classes/GPKGCoverageDataResults.html#/c:objc(cs)GPKGCoverageDataResults(im)initWithValues:andTileMatrix:":{"name":"-initWithValues:andTileMatrix:","abstract":"

    Initialize

    ","parent_name":"GPKGCoverageDataResults"},"Classes/GPKGCoverageDataResults.html#/c:objc(cs)GPKGCoverageDataResults(im)values":{"name":"-values","abstract":"

    Get the double array of coverage data values stored as [row][column]

    ","parent_name":"GPKGCoverageDataResults"},"Classes/GPKGCoverageDataResults.html#/c:objc(cs)GPKGCoverageDataResults(im)tileMatrix":{"name":"-tileMatrix","abstract":"

    Get the tile matrix used to find the coverage data values

    ","parent_name":"GPKGCoverageDataResults"},"Classes/GPKGCoverageDataResults.html#/c:objc(cs)GPKGCoverageDataResults(im)height":{"name":"-height","abstract":"

    Get the results height

    ","parent_name":"GPKGCoverageDataResults"},"Classes/GPKGCoverageDataResults.html#/c:objc(cs)GPKGCoverageDataResults(im)width":{"name":"-width","abstract":"

    Get the results width

    ","parent_name":"GPKGCoverageDataResults"},"Classes/GPKGCoverageDataResults.html#/c:objc(cs)GPKGCoverageDataResults(im)valueAtRow:andColumn:":{"name":"-valueAtRow:andColumn:","abstract":"

    Get the coverage data value at the row and column

    ","parent_name":"GPKGCoverageDataResults"},"Classes/GPKGCoverageDataResults.html#/c:objc(cs)GPKGCoverageDataResults(im)zoomLevel":{"name":"-zoomLevel","abstract":"

    Get the zoom level of the results

    ","parent_name":"GPKGCoverageDataResults"},"Classes/GPKGCoverageDataRequest.html#/c:objc(cs)GPKGCoverageDataRequest(py)projectedBoundingBox":{"name":"projectedBoundingBox","abstract":"

    Bounding box projected to the coverage data projection

    ","parent_name":"GPKGCoverageDataRequest"},"Classes/GPKGCoverageDataRequest.html#/c:objc(cs)GPKGCoverageDataRequest(im)initWithBoundingBox:":{"name":"-initWithBoundingBox:","abstract":"

    Initialize

    ","parent_name":"GPKGCoverageDataRequest"},"Classes/GPKGCoverageDataRequest.html#/c:objc(cs)GPKGCoverageDataRequest(im)initWithLatitude:andLongitude:":{"name":"-initWithLatitude:andLongitude:","abstract":"

    Initialize

    ","parent_name":"GPKGCoverageDataRequest"},"Classes/GPKGCoverageDataRequest.html#/c:objc(cs)GPKGCoverageDataRequest(im)boundingBox":{"name":"-boundingBox","abstract":"

    Get the bounding box

    ","parent_name":"GPKGCoverageDataRequest"},"Classes/GPKGCoverageDataRequest.html#/c:objc(cs)GPKGCoverageDataRequest(im)isPoint":{"name":"-isPoint","abstract":"

    Get if a point request

    ","parent_name":"GPKGCoverageDataRequest"},"Classes/GPKGCoverageDataRequest.html#/c:objc(cs)GPKGCoverageDataRequest(im)overlapWithBoundingBox:":{"name":"-overlapWithBoundingBox:","abstract":"

    Get the bounding box overlap between the projected bounding box and the","parent_name":"GPKGCoverageDataRequest"},"Classes/GPKGCoverageDataPngImage.html#/c:objc(cs)GPKGCoverageDataPngImage(im)initWithTileRow:":{"name":"-initWithTileRow:","abstract":"

    Initialize

    ","parent_name":"GPKGCoverageDataPngImage"},"Classes/GPKGCoverageDataPngImage.html#/c:objc(cs)GPKGCoverageDataPngImage(im)image":{"name":"-image","abstract":"

    Get the image

    ","parent_name":"GPKGCoverageDataPngImage"},"Classes/GPKGCoverageDataPngImage.html#/c:objc(cs)GPKGCoverageDataPngImage(im)imageData":{"name":"-imageData","abstract":"

    Get the image data

    ","parent_name":"GPKGCoverageDataPngImage"},"Classes/GPKGCoverageDataPngImage.html#/c:objc(cs)GPKGCoverageDataPngImage(im)pixelAtX:andY:":{"name":"-pixelAtX:andY:","abstract":"

    Get the pixel at the coordinate

    ","parent_name":"GPKGCoverageDataPngImage"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(im)initWithGeoPackage:andTileDao:andWidth:andHeight:andProjection:":{"name":"-initWithGeoPackage:andTileDao:andWidth:andHeight:andProjection:","abstract":"

    Initialize

    ","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(im)initWithGeoPackage:andTileDao:":{"name":"-initWithGeoPackage:andTileDao:","abstract":"

    Initialize

    ","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(im)initWithGeoPackage:andTileDao:andProjection:":{"name":"-initWithGeoPackage:andTileDao:andProjection:","abstract":"

    Initialize

    ","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(im)pixelValueWithImage:andX:andY:":{"name":"-pixelValueWithImage:andX:andY:","abstract":"

    Get the pixel value as an unsigned short

    ","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(im)pixelValueWithData:andX:andY:":{"name":"-pixelValueWithData:andX:andY:","abstract":"

    Get the pixel value as an unsigned short

    ","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(im)pixelValuesWithImage:":{"name":"-pixelValuesWithImage:","abstract":"

    Get the pixel values of the image as unsigned shorts

    ","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(im)pixelValuesWithData:":{"name":"-pixelValuesWithData:","abstract":"

    Get the pixel values of the image as unsigned shorts

    ","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(cm)validateImageType:":{"name":"+validateImageType:","abstract":"

    Validate that the image type is an unsigned short

    ","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(im)valueWithGriddedTile:andImage:andX:andY:":{"name":"-valueWithGriddedTile:andImage:andX:andY:","abstract":"

    Get the coverage data value

    ","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(im)valuesWithGriddedTile:andImage:":{"name":"-valuesWithGriddedTile:andImage:","abstract":"

    Get the coverage data values

    ","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(im)drawTileWithUnsignedShortPixelValues:andTileWidth:andTileHeight:":{"name":"-drawTileWithUnsignedShortPixelValues:andTileWidth:andTileHeight:","abstract":"

    Draw a coverage data image tile from the flat array of unsigned short","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(im)drawTileWithPixelValues:andTileWidth:andTileHeight:":{"name":"-drawTileWithPixelValues:andTileWidth:andTileHeight:","abstract":"

    Draw a coverage data image tile from the flat array of unsigned short","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(im)drawTileDataWithPixelValues:andTileWidth:andTileHeight:":{"name":"-drawTileDataWithPixelValues:andTileWidth:andTileHeight:","abstract":"

    Draw a coverage data image tile and format as PNG bytes from the flat array","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(im)drawTileWithDoubleArrayPixelValues:":{"name":"-drawTileWithDoubleArrayPixelValues:","abstract":"

    Draw a coverage data tile from the double array of unsigned short pixel","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(im)drawTileDataWithDoubleArrayPixelValues:":{"name":"-drawTileDataWithDoubleArrayPixelValues:","abstract":"

    Draw a coverage data tile and format as PNG bytes from the double array of","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(im)drawTileWithGriddedTile:andValues:andTileWidth:andTileHeight:":{"name":"-drawTileWithGriddedTile:andValues:andTileWidth:andTileHeight:","abstract":"

    Draw a coverage data image tile from the flat array of coverage data values of length","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(im)drawTileWithGriddedTile:andDoubleArrayValues:":{"name":"-drawTileWithGriddedTile:andDoubleArrayValues:","abstract":"

    Draw a coverage data image tile from the double array of coverage data values","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(im)imageData:":{"name":"-imageData:","abstract":"

    Get the image as PNG bytes

    ","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(im)pixelIn:withWidth:atX:andY:":{"name":"-pixelIn:withWidth:atX:andY:","abstract":"

    Get the pixel at the provided x and y with the image width

    ","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(im)pixelValuesUnsignedShortToArray:withCount:":{"name":"-pixelValuesUnsignedShortToArray:withCount:","abstract":"

    Convert the unsigned short pixel array to a NSArray of numbers

    ","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(im)pixelValuesArrayToUnsignedShort:":{"name":"-pixelValuesArrayToUnsignedShort:","abstract":"

    Convert the pixel array to an unsigned short pixel array

    ","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(im)pixelValuesDoubleArrayToUnsignedShort:":{"name":"-pixelValuesDoubleArrayToUnsignedShort:","abstract":"

    Convert the pixel double array to an unsigned short pixel array

    ","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(im)pixelValuesOfValues:withGriddedTile:":{"name":"-pixelValuesOfValues:withGriddedTile:","abstract":"

    Convert the coverage data array to an unsigned short pixel array

    ","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(im)pixelValuesOfDoubleArrayValues:withGriddedTile:":{"name":"-pixelValuesOfDoubleArrayValues:withGriddedTile:","abstract":"

    Convert the coverage data double array to an unsigned short pixel array

    ","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(cm)createTileTableWithGeoPackage:andMetadata:":{"name":"+createTileTableWithGeoPackage:andMetadata:","abstract":"

    Create the coverage data tile table with metadata and extension

    ","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataAlgorithms.html#/c:objc(cs)GPKGCoverageDataAlgorithms(cm)name:":{"name":"+name:","abstract":"

    Get the name of the coverage data algorithm

    ","parent_name":"GPKGCoverageDataAlgorithms"},"Classes/GPKGCoverageDataAlgorithms.html#/c:objc(cs)GPKGCoverageDataAlgorithms(cm)fromName:":{"name":"+fromName:","abstract":"

    Get the coverage data algorithm type from the algorithm name

    ","parent_name":"GPKGCoverageDataAlgorithms"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(cm)coverageDataWithGeoPackage:andTileDao:andWidth:andHeight:andProjection:":{"name":"+coverageDataWithGeoPackage:andTileDao:andWidth:andHeight:andProjection:","abstract":"

    Get a Tiled Gridded Coverage Data

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(cm)coverageDataWithGeoPackage:andTileDao:":{"name":"+coverageDataWithGeoPackage:andTileDao:","abstract":"

    Get a Tiled Gridded Coverage Data, use the coverage data pixel tile size","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(cm)coverageDataWithGeoPackage:andTileDao:andProjection:":{"name":"+coverageDataWithGeoPackage:andTileDao:andProjection:","abstract":"

    Get a Tiled Gridded Coverage Data, use the coverage data pixel tile size","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(cm)createTileTableWithGeoPackage:andMetadata:andDataType:":{"name":"+createTileTableWithGeoPackage:andMetadata:andDataType:","abstract":"

    Create the coverage data tile table with metadata and extension

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(py)extensionName":{"name":"extensionName","abstract":"

    Extension name

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(py)definition":{"name":"definition","abstract":"

    Extension definition URL

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(py)width":{"name":"width","abstract":"

    Coverage Data results width

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(py)height":{"name":"height","abstract":"

    Coverage Data results height

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(py)zoomIn":{"name":"zoomIn","abstract":"

    True if zooming in should be performed to find a tile matrix with","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(py)zoomOut":{"name":"zoomOut","abstract":"

    True if zooming out should be performed to find a tile matrix with","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(py)zoomInBeforeOut":{"name":"zoomInBeforeOut","abstract":"

    True if zoom in in before zooming out, false to zoom out first

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:@E@GPKGCoverageDataAlgorithm":{"name":"GPKGCoverageDataAlgorithm","abstract":"

    Tile Gridded Coverage Data Algorithm interpolation enumeration types

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(py)algorithm":{"name":"algorithm","abstract":"

    Interpolation algorithm

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(py)encoding":{"name":"encoding","abstract":"

    Value pixel encoding type

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(py)tileDao":{"name":"tileDao","abstract":"

    Tile DAO

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)initWithGeoPackage:andTileDao:andWidth:andHeight:andProjection:":{"name":"-initWithGeoPackage:andTileDao:andWidth:andHeight:andProjection:","abstract":"

    Initialize

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)tileMatrixSet":{"name":"-tileMatrixSet","abstract":"

    Get the tile matrix set

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)griddedCoverageDao":{"name":"-griddedCoverageDao","abstract":"

    Get the gridded coverage dao

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)griddedTileDao":{"name":"-griddedTileDao","abstract":"

    Get the gridded tile dao

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)requestProjection":{"name":"-requestProjection","abstract":"

    Get the request projection

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)coverageProjection":{"name":"-coverageProjection","abstract":"

    Get the coverage data projection

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)coverageBoundingBox":{"name":"-coverageBoundingBox","abstract":"

    Get the coverage data bounding box

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)isSameProjection":{"name":"-isSameProjection","abstract":"

    Is the request and coverage data projection the same

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)extensionCreate":{"name":"-extensionCreate","abstract":"

    Get or create the extension

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)has":{"name":"-has","abstract":"

    Determine if the Tile Matrix Set has the extension

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(cm)griddedCoverageDaoWithGeoPackage:":{"name":"+griddedCoverageDaoWithGeoPackage:","abstract":"

    Get a 2D Gridded Coverage DAO

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(cm)griddedCoverageDaoWithDatabase:":{"name":"+griddedCoverageDaoWithDatabase:","abstract":"

    Get a 2D Gridded Coverage DAO

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)createGriddedCoverageTable":{"name":"-createGriddedCoverageTable","abstract":"

    Create the 2D Gridded Coverage Table if it does not exist

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(cm)griddedTileDaoWithGeoPackage:":{"name":"+griddedTileDaoWithGeoPackage:","abstract":"

    Get a 2D Gridded Tile DAO

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(cm)griddedTileDaoWithDatabase:":{"name":"+griddedTileDaoWithDatabase:","abstract":"

    Get a 2D Gridded Tile DAO

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)createGriddedTileTable":{"name":"-createGriddedTileTable","abstract":"

    Create the 2D Gridded Tile Table if it does not exist

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)griddedCoverage":{"name":"-griddedCoverage","abstract":"

    Get the gridded coverage

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)queryGriddedCoverage":{"name":"-queryGriddedCoverage","abstract":"

    Query and update the gridded coverage

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)griddedTile":{"name":"-griddedTile","abstract":"

    Get the gridded tile

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)griddedTileWithResultSet:":{"name":"-griddedTileWithResultSet:","abstract":"

    Get the current gridded tile in the result set

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)griddedTileWithTileId:":{"name":"-griddedTileWithTileId:","abstract":"

    Get the gridded tile by id

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)dataNull":{"name":"-dataNull","abstract":"

    Get the data null value

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)isDataNull:":{"name":"-isDataNull:","abstract":"

    Check the pixel value to see if it is the null equivalent

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(cm)tablesForGeoPackage:":{"name":"+tablesForGeoPackage:","abstract":"

    Get the coverage data tile tables

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)pixelValueWithValues:andWidth:andX:andY:":{"name":"-pixelValueWithValues:andWidth:andX:andY:","abstract":"

    Get the pixel value as an unsigned short at the coordinate from the","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)pixelValueWithUnsignedShortValues:andWidth:andX:andY:":{"name":"-pixelValueWithUnsignedShortValues:andWidth:andX:andY:","abstract":"

    Get the pixel value as an unsigned short at the coordinate from the","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)valueWithGriddedTile:andPixelValue:":{"name":"-valueWithGriddedTile:andPixelValue:","abstract":"

    Get the coverage data value for the unsigned short pixel value

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)valuesWithGriddedTile:andPixelValues:":{"name":"-valuesWithGriddedTile:andPixelValues:","abstract":"

    Get the coverage data values from the unsigned short pixel values

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)valuesWithGriddedTile:andPixelValues:andCount:":{"name":"-valuesWithGriddedTile:andPixelValues:andCount:","abstract":"

    Get the coverage data values from the unsigned short pixel values

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(cm)createTileTableWithGeoPackage:andMetadata:":{"name":"+createTileTableWithGeoPackage:andMetadata:","abstract":"

    Create the coverage data tile table

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)pixelValueWithGriddedTile:andValue:":{"name":"-pixelValueWithGriddedTile:andValue:","abstract":"

    Get the unsigned short pixel value of the coverage data value

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)pixelValueWithFloatValues:andWidth:andX:andY:":{"name":"-pixelValueWithFloatValues:andWidth:andX:andY:","abstract":"

    Get the pixel value at the coordinate from the pixel values

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)pixelValueWithRawFloatValues:andWidth:andX:andY:":{"name":"-pixelValueWithRawFloatValues:andWidth:andX:andY:","abstract":"

    Get the pixel value at the coordinate from the pixel values

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)valueWithGriddedTile:andPixelFloatValue:":{"name":"-valueWithGriddedTile:andPixelFloatValue:","abstract":"

    Get the coverage data value for the pixel value

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)valuesWithGriddedTile:andPixelFloatValues:":{"name":"-valuesWithGriddedTile:andPixelFloatValues:","abstract":"

    Get the coverage data values from the pixel values

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)valuesWithGriddedTile:andPixelFloatValues:andCount:":{"name":"-valuesWithGriddedTile:andPixelFloatValues:andCount:","abstract":"

    Get the coverage data values from the pixel values

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)floatPixelValueWithGriddedTile:andValue:":{"name":"-floatPixelValueWithGriddedTile:andValue:","abstract":"

    Get the pixel value of the coverage data value

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)createImageWithTileRow:":{"name":"-createImageWithTileRow:","abstract":"

    Create a coverage data image

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)valueWithGriddedTile:andTileRow:andX:andY:":{"name":"-valueWithGriddedTile:andTileRow:andX:andY:","abstract":"

    Get the coverage data value of the pixel in the tile row image

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)valueWithGriddedTile:andData:andX:andY:":{"name":"-valueWithGriddedTile:andData:andX:andY:","abstract":"

    Get the coverage data value

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)valuesWithGriddedTile:andData:":{"name":"-valuesWithGriddedTile:andData:","abstract":"

    Get the coverage data values

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)drawTileDataWithGriddedTile:andValues:andTileWidth:andTileHeight:":{"name":"-drawTileDataWithGriddedTile:andValues:andTileWidth:andTileHeight:","abstract":"

    Draw a coverage data image tile and format as PNG bytes from the flat","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)drawTileDataWithGriddedTile:andDoubleArrayValues:":{"name":"-drawTileDataWithGriddedTile:andDoubleArrayValues:","abstract":"

    Draw a coverage data image tile and format as bytes from the double","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)valueWithGriddedTile:andCoverageDataImage:andX:andY:":{"name":"-valueWithGriddedTile:andCoverageDataImage:andX:andY:","abstract":"

    Get the coverage data value from the image at the coordinate

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)valueWithLatitude:andLongitude:":{"name":"-valueWithLatitude:andLongitude:","abstract":"

    Get the coverage data value at the coordinate

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)valuesWithBoundingBox:":{"name":"-valuesWithBoundingBox:","abstract":"

    Get the coverage data values within the bounding box

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)valuesWithBoundingBox:andWidth:andHeight:":{"name":"-valuesWithBoundingBox:andWidth:andHeight:","abstract":"

    Get the coverage data values within the bounding box with the requested width","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)valuesWithCoverageDataRequest:":{"name":"-valuesWithCoverageDataRequest:","abstract":"

    Get the requested coverage data values

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)valuesWithCoverageDataRequest:andWidth:andHeight:":{"name":"-valuesWithCoverageDataRequest:andWidth:andHeight:","abstract":"

    Get the requested coverage data values with the requested width and height

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)valuesUnboundedWithBoundingBox:":{"name":"-valuesUnboundedWithBoundingBox:","abstract":"

    Get the unbounded coverage data values within the bounding box. Unbounded","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)valuesUnboundedWithCoverageDataRequest:":{"name":"-valuesUnboundedWithCoverageDataRequest:","abstract":"

    Get the requested unbounded coverage data values. Unbounded results retrieves","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)valueWithTileRow:andX:andY:":{"name":"-valueWithTileRow:andX:andY:","abstract":"

    Get the coverage data value of the pixel in the tile row image

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGZoomOtherExtension.html#/c:objc(cs)GPKGZoomOtherExtension(py)extensionName":{"name":"extensionName","abstract":"

    Extension name

    ","parent_name":"GPKGZoomOtherExtension"},"Classes/GPKGZoomOtherExtension.html#/c:objc(cs)GPKGZoomOtherExtension(py)definition":{"name":"definition","abstract":"

    Extension definition URL

    ","parent_name":"GPKGZoomOtherExtension"},"Classes/GPKGZoomOtherExtension.html#/c:objc(cs)GPKGZoomOtherExtension(im)initWithGeoPackage:":{"name":"-initWithGeoPackage:","abstract":"

    Initialize

    ","parent_name":"GPKGZoomOtherExtension"},"Classes/GPKGZoomOtherExtension.html#/c:objc(cs)GPKGZoomOtherExtension(im)extensionCreateWithTableName:":{"name":"-extensionCreateWithTableName:","abstract":"

    Get or create the extension

    ","parent_name":"GPKGZoomOtherExtension"},"Classes/GPKGZoomOtherExtension.html#/c:objc(cs)GPKGZoomOtherExtension(im)hasWithTableName:":{"name":"-hasWithTableName:","abstract":"

    Determine if the GeoPackage has the extension

    ","parent_name":"GPKGZoomOtherExtension"},"Classes/GPKGWebPExtension.html#/c:objc(cs)GPKGWebPExtension(py)extensionName":{"name":"extensionName","abstract":"

    Extension name

    ","parent_name":"GPKGWebPExtension"},"Classes/GPKGWebPExtension.html#/c:objc(cs)GPKGWebPExtension(py)definition":{"name":"definition","abstract":"

    Extension definition URL

    ","parent_name":"GPKGWebPExtension"},"Classes/GPKGWebPExtension.html#/c:objc(cs)GPKGWebPExtension(im)initWithGeoPackage:":{"name":"-initWithGeoPackage:","abstract":"

    Initialize

    ","parent_name":"GPKGWebPExtension"},"Classes/GPKGWebPExtension.html#/c:objc(cs)GPKGWebPExtension(im)extensionCreateWithTableName:":{"name":"-extensionCreateWithTableName:","abstract":"

    Get or create the extension

    ","parent_name":"GPKGWebPExtension"},"Classes/GPKGWebPExtension.html#/c:objc(cs)GPKGWebPExtension(im)hasWithTableName:":{"name":"-hasWithTableName:","abstract":"

    Determine if the GeoPackage has the extension

    ","parent_name":"GPKGWebPExtension"},"Classes/GPKGGeometryExtensions.html#/c:objc(cs)GPKGGeometryExtensions(py)geometryTypesDefinition":{"name":"geometryTypesDefinition","abstract":"

    Geometry Types Extension definition URL

    ","parent_name":"GPKGGeometryExtensions"},"Classes/GPKGGeometryExtensions.html#/c:objc(cs)GPKGGeometryExtensions(py)userGeometryTypesDefinition":{"name":"userGeometryTypesDefinition","abstract":"

    User Geometry Types Extension definition URL","parent_name":"GPKGGeometryExtensions"},"Classes/GPKGGeometryExtensions.html#/c:objc(cs)GPKGGeometryExtensions(im)initWithGeoPackage:":{"name":"-initWithGeoPackage:","abstract":"

    Initialize

    ","parent_name":"GPKGGeometryExtensions"},"Classes/GPKGGeometryExtensions.html#/c:objc(cs)GPKGGeometryExtensions(im)extensionCreateWithTable:andColumn:andType:":{"name":"-extensionCreateWithTable:andColumn:andType:","abstract":"

    Get or create the extension, non-linear geometry type

    ","parent_name":"GPKGGeometryExtensions"},"Classes/GPKGGeometryExtensions.html#/c:objc(cs)GPKGGeometryExtensions(im)hasWithTable:andColumn:andType:":{"name":"-hasWithTable:andColumn:andType:","abstract":"

    Determine if the GeoPackage has the extension, non-linear geometry type

    ","parent_name":"GPKGGeometryExtensions"},"Classes/GPKGGeometryExtensions.html#/c:objc(cs)GPKGGeometryExtensions(cm)isExtension:":{"name":"+isExtension:","abstract":"

    Determine if the geometry type is an extension

    ","parent_name":"GPKGGeometryExtensions"},"Classes/GPKGGeometryExtensions.html#/c:objc(cs)GPKGGeometryExtensions(cm)isNonStandard:":{"name":"+isNonStandard:","abstract":"

    Determine if the geometry type is non standard

    ","parent_name":"GPKGGeometryExtensions"},"Classes/GPKGGeometryExtensions.html#/c:objc(cs)GPKGGeometryExtensions(cm)isGeoPackageExtension:":{"name":"+isGeoPackageExtension:","abstract":"

    Determine if the geometry type is a GeoPackage extension

    ","parent_name":"GPKGGeometryExtensions"},"Classes/GPKGGeometryExtensions.html#/c:objc(cs)GPKGGeometryExtensions(cm)extensionName:":{"name":"+extensionName:","abstract":"

    Get the extension name of a GeoPackage extension Geometry

    ","parent_name":"GPKGGeometryExtensions"},"Classes/GPKGGeometryExtensions.html#/c:objc(cs)GPKGGeometryExtensions(im)extensionCreateWithTable:andColumn:andAuthor:andType:":{"name":"-extensionCreateWithTable:andColumn:andAuthor:andType:","abstract":"

    Get or create the extension, user defined geometry type

    ","parent_name":"GPKGGeometryExtensions"},"Classes/GPKGGeometryExtensions.html#/c:objc(cs)GPKGGeometryExtensions(im)hasWithTable:andColumn:andAuthor:andType:":{"name":"-hasWithTable:andColumn:andAuthor:andType:","abstract":"

    Determine if the GeoPackage has the extension, user defined geometry type

    ","parent_name":"GPKGGeometryExtensions"},"Classes/GPKGGeometryExtensions.html#/c:objc(cs)GPKGGeometryExtensions(cm)extensionNameWithAuthor:andType:":{"name":"+extensionNameWithAuthor:andType:","abstract":"

    Get the extension name of an extension Geometry, either user-defined or","parent_name":"GPKGGeometryExtensions"},"Classes/GPKGExtensionsDao.html#/c:objc(cs)GPKGExtensionsDao(cm)createWithDatabase:":{"name":"+createWithDatabase:","abstract":"

    Create the DAO

    ","parent_name":"GPKGExtensionsDao"},"Classes/GPKGExtensionsDao.html#/c:objc(cs)GPKGExtensionsDao(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGExtensionsDao"},"Classes/GPKGExtensionsDao.html#/c:objc(cs)GPKGExtensionsDao(im)deleteByExtension:":{"name":"-deleteByExtension:","abstract":"

    Delete by extension name

    ","parent_name":"GPKGExtensionsDao"},"Classes/GPKGExtensionsDao.html#/c:objc(cs)GPKGExtensionsDao(im)deleteByExtension:andTable:":{"name":"-deleteByExtension:andTable:","abstract":"

    Delete by extension name and table name

    ","parent_name":"GPKGExtensionsDao"},"Classes/GPKGExtensionsDao.html#/c:objc(cs)GPKGExtensionsDao(im)deleteByExtension:andTable:andColumnName:":{"name":"-deleteByExtension:andTable:andColumnName:","abstract":"

    Delete by extension name, table name, and column name

    ","parent_name":"GPKGExtensionsDao"},"Classes/GPKGExtensionsDao.html#/c:objc(cs)GPKGExtensionsDao(im)deleteByTableName:":{"name":"-deleteByTableName:","abstract":"

    Delete by table name

    ","parent_name":"GPKGExtensionsDao"},"Classes/GPKGExtensionsDao.html#/c:objc(cs)GPKGExtensionsDao(im)queryByExtension:":{"name":"-queryByExtension:","abstract":"

    Query by extension name

    ","parent_name":"GPKGExtensionsDao"},"Classes/GPKGExtensionsDao.html#/c:objc(cs)GPKGExtensionsDao(im)countByExtension:":{"name":"-countByExtension:","abstract":"

    Count by extension name

    ","parent_name":"GPKGExtensionsDao"},"Classes/GPKGExtensionsDao.html#/c:objc(cs)GPKGExtensionsDao(im)queryByExtension:andTable:":{"name":"-queryByExtension:andTable:","abstract":"

    Query by extension name and table name

    ","parent_name":"GPKGExtensionsDao"},"Classes/GPKGExtensionsDao.html#/c:objc(cs)GPKGExtensionsDao(im)countByExtension:andTable:":{"name":"-countByExtension:andTable:","abstract":"

    Count by extension name and table name

    ","parent_name":"GPKGExtensionsDao"},"Classes/GPKGExtensionsDao.html#/c:objc(cs)GPKGExtensionsDao(im)queryByExtension:andTable:andColumnName:":{"name":"-queryByExtension:andTable:andColumnName:","abstract":"

    Query by extension name, table name, and column name

    ","parent_name":"GPKGExtensionsDao"},"Classes/GPKGExtensions.html#/c:objc(cs)GPKGExtensions(py)tableName":{"name":"tableName","abstract":"

    Name of the table that requires the extension. When NULL, the extension","parent_name":"GPKGExtensions"},"Classes/GPKGExtensions.html#/c:objc(cs)GPKGExtensions(py)columnName":{"name":"columnName","abstract":"

    Name of the column that requires the extension. When NULL, the extension","parent_name":"GPKGExtensions"},"Classes/GPKGExtensions.html#/c:objc(cs)GPKGExtensions(py)extensionName":{"name":"extensionName","abstract":"

    The case sensitive name of the extension that is required, in the form","parent_name":"GPKGExtensions"},"Classes/GPKGExtensions.html#/c:objc(cs)GPKGExtensions(py)definition":{"name":"definition","abstract":"

    Definition of the extension in the form specfied by the template in","parent_name":"GPKGExtensions"},"Classes/GPKGExtensions.html#/c:objc(cs)GPKGExtensions(py)scope":{"name":"scope","abstract":"

    Indicates scope of extension effects on readers / writers: read-write or","parent_name":"GPKGExtensions"},"Classes/GPKGExtensions.html#/c:objc(cs)GPKGExtensions(im)extensionScopeType":{"name":"-extensionScopeType","abstract":"

    Get the extension scope type

    ","parent_name":"GPKGExtensions"},"Classes/GPKGExtensions.html#/c:objc(cs)GPKGExtensions(im)setExtensionScopeType:":{"name":"-setExtensionScopeType:","abstract":"

    Set the extension scope type

    ","parent_name":"GPKGExtensions"},"Classes/GPKGExtensions.html#/c:objc(cs)GPKGExtensions(im)setExtensionNameWithAuthor:andExtensionName:":{"name":"-setExtensionNameWithAuthor:andExtensionName:","abstract":"

    Set the extension name by combining the required parts

    ","parent_name":"GPKGExtensions"},"Classes/GPKGExtensions.html#/c:objc(cs)GPKGExtensions(im)author":{"name":"-author","abstract":"

    Get the author from the beginning of the extension name

    ","parent_name":"GPKGExtensions"},"Classes/GPKGExtensions.html#/c:objc(cs)GPKGExtensions(im)extensionNameNoAuthor":{"name":"-extensionNameNoAuthor","abstract":"

    Get the extension name with the author prefix removed

    ","parent_name":"GPKGExtensions"},"Classes/GPKGExtensions.html#/c:objc(cs)GPKGExtensions(cm)buildExtensionNameWithAuthor:andExtensionName:":{"name":"+buildExtensionNameWithAuthor:andExtensionName:","abstract":"

    Build the extension name by combining the required parts

    ","parent_name":"GPKGExtensions"},"Classes/GPKGExtensions.html#/c:objc(cs)GPKGExtensions(cm)buildDefaultAuthorExtensionName:":{"name":"+buildDefaultAuthorExtensionName:","abstract":"

    Build the extension name with the default author of GeoPackage

    ","parent_name":"GPKGExtensions"},"Classes/GPKGExtensions.html#/c:objc(cs)GPKGExtensions(cm)authorWithExtensionName:":{"name":"+authorWithExtensionName:","abstract":"

    Get the author from the beginning of the extension name

    ","parent_name":"GPKGExtensions"},"Classes/GPKGExtensions.html#/c:objc(cs)GPKGExtensions(cm)extensionNameNoAuthorWithExtensionName:":{"name":"+extensionNameNoAuthorWithExtensionName:","abstract":"

    Get the extension name with the author prefix removed

    ","parent_name":"GPKGExtensions"},"Classes/GPKGExtensionManager.html#/c:objc(cs)GPKGExtensionManager(cm)createWithGeoPackage:":{"name":"+createWithGeoPackage:","abstract":"

    Create

    ","parent_name":"GPKGExtensionManager"},"Classes/GPKGExtensionManager.html#/c:objc(cs)GPKGExtensionManager(im)initWithGeoPackage:":{"name":"-initWithGeoPackage:","abstract":"

    Initialize

    ","parent_name":"GPKGExtensionManager"},"Classes/GPKGExtensionManager.html#/c:objc(cs)GPKGExtensionManager(im)deleteRTreeSpatialIndexForTable:":{"name":"-deleteRTreeSpatialIndexForTable:","abstract":"

    Delete the RTree Spatial extension for the table

    ","parent_name":"GPKGExtensionManager"},"Classes/GPKGExtensionManager.html#/c:objc(cs)GPKGExtensionManager(im)deleteRTreeSpatialIndexExtension":{"name":"-deleteRTreeSpatialIndexExtension","abstract":"

    Delete the RTree Spatial extension

    ","parent_name":"GPKGExtensionManager"},"Classes/GPKGExtensionManager.html#/c:objc(cs)GPKGExtensionManager(im)copyRTreeSpatialIndexFromTable:toTable:":{"name":"-copyRTreeSpatialIndexFromTable:toTable:","abstract":"

    Copy the RTree Spatial extension for the table

    ","parent_name":"GPKGExtensionManager"},"Classes/GPKGExtensionManager.html#/c:objc(cs)GPKGExtensionManager(im)deleteRelatedTablesForTable:":{"name":"-deleteRelatedTablesForTable:","abstract":"

    Delete the Related Tables extensions for the table

    ","parent_name":"GPKGExtensionManager"},"Classes/GPKGExtensionManager.html#/c:objc(cs)GPKGExtensionManager(im)deleteRelatedTablesExtension":{"name":"-deleteRelatedTablesExtension","abstract":"

    Delete the Related Tables extension

    ","parent_name":"GPKGExtensionManager"},"Classes/GPKGExtensionManager.html#/c:objc(cs)GPKGExtensionManager(im)copyRelatedTablesFromTable:toTable:":{"name":"-copyRelatedTablesFromTable:toTable:","abstract":"

    Copy the Related Tables extensions for the table

    ","parent_name":"GPKGExtensionManager"},"Classes/GPKGExtensionManager.html#/c:objc(cs)GPKGExtensionManager(im)deleteGriddedCoverageForTable:":{"name":"-deleteGriddedCoverageForTable:","abstract":"

    Delete the Gridded Coverage extensions for the table

    ","parent_name":"GPKGExtensionManager"},"Classes/GPKGExtensionManager.html#/c:objc(cs)GPKGExtensionManager(im)deleteGriddedCoverageExtension":{"name":"-deleteGriddedCoverageExtension","abstract":"

    Delete the Gridded Coverage extension

    ","parent_name":"GPKGExtensionManager"},"Classes/GPKGExtensionManager.html#/c:objc(cs)GPKGExtensionManager(im)copyGriddedCoverageFromTable:toTable:":{"name":"-copyGriddedCoverageFromTable:toTable:","abstract":"

    Copy the Gridded Coverage extensions for the table

    ","parent_name":"GPKGExtensionManager"},"Classes/GPKGExtensionManager.html#/c:objc(cs)GPKGExtensionManager(im)deleteSchemaForTable:":{"name":"-deleteSchemaForTable:","abstract":"

    Delete the Schema extensions for the table

    ","parent_name":"GPKGExtensionManager"},"Classes/GPKGExtensionManager.html#/c:objc(cs)GPKGExtensionManager(im)deleteSchemaExtension":{"name":"-deleteSchemaExtension","abstract":"

    Delete the Schema extension

    ","parent_name":"GPKGExtensionManager"},"Classes/GPKGExtensionManager.html#/c:objc(cs)GPKGExtensionManager(im)copySchemaFromTable:toTable:":{"name":"-copySchemaFromTable:toTable:","abstract":"

    Copy the Schema extensions for the table

    ","parent_name":"GPKGExtensionManager"},"Classes/GPKGExtensionManager.html#/c:objc(cs)GPKGExtensionManager(im)deleteMetadataForTable:":{"name":"-deleteMetadataForTable:","abstract":"

    Delete the Metadata extensions for the table

    ","parent_name":"GPKGExtensionManager"},"Classes/GPKGExtensionManager.html#/c:objc(cs)GPKGExtensionManager(im)deleteMetadataExtension":{"name":"-deleteMetadataExtension","abstract":"

    Delete the Metadata extension

    ","parent_name":"GPKGExtensionManager"},"Classes/GPKGExtensionManager.html#/c:objc(cs)GPKGExtensionManager(im)copyMetadataFromTable:toTable:":{"name":"-copyMetadataFromTable:toTable:","abstract":"

    Copy the Metadata extensions for the table

    ","parent_name":"GPKGExtensionManager"},"Classes/GPKGExtensionManager.html#/c:objc(cs)GPKGExtensionManager(im)deleteCrsWktExtension":{"name":"-deleteCrsWktExtension","abstract":"

    Delete the WKT for Coordinate Reference Systems extension

    ","parent_name":"GPKGExtensionManager"},"Classes/GPKGExtensionManagement.html#/c:objc(cs)GPKGExtensionManagement(py)geoPackage":{"name":"geoPackage","abstract":"

    GeoPackage

    ","parent_name":"GPKGExtensionManagement"},"Classes/GPKGExtensionManagement.html#/c:objc(cs)GPKGExtensionManagement(im)initWithGeoPackage:":{"name":"-initWithGeoPackage:","abstract":"

    Initialize

    ","parent_name":"GPKGExtensionManagement"},"Classes/GPKGExtensionManagement.html#/c:objc(cs)GPKGExtensionManagement(im)author":{"name":"-author","abstract":"

    Get the extension author

    ","parent_name":"GPKGExtensionManagement"},"Classes/GPKGExtensionManagement.html#/c:objc(cs)GPKGExtensionManagement(im)deleteExtensionsForTable:":{"name":"-deleteExtensionsForTable:","abstract":"

    Delete all table extensions for the table

    ","parent_name":"GPKGExtensionManagement"},"Classes/GPKGExtensionManagement.html#/c:objc(cs)GPKGExtensionManagement(im)deleteExtensions":{"name":"-deleteExtensions","abstract":"

    Delete all extensions including custom extension tables

    ","parent_name":"GPKGExtensionManagement"},"Classes/GPKGExtensionManagement.html#/c:objc(cs)GPKGExtensionManagement(im)copyExtensionsFromTable:toTable:":{"name":"-copyExtensionsFromTable:toTable:","abstract":"

    Copy all table extensions for the table

    ","parent_name":"GPKGExtensionManagement"},"Classes/GPKGCrsWktExtensionVersions.html#/c:objc(cs)GPKGCrsWktExtensionVersions(cm)first":{"name":"+first","abstract":"

    First version

    ","parent_name":"GPKGCrsWktExtensionVersions"},"Classes/GPKGCrsWktExtensionVersions.html#/c:objc(cs)GPKGCrsWktExtensionVersions(cm)latest":{"name":"+latest","abstract":"

    Latest supported version

    ","parent_name":"GPKGCrsWktExtensionVersions"},"Classes/GPKGCrsWktExtensionVersions.html#/c:objc(cs)GPKGCrsWktExtensionVersions(cm)version:":{"name":"+version:","abstract":"

    Get the version

    ","parent_name":"GPKGCrsWktExtensionVersions"},"Classes/GPKGCrsWktExtensionVersions.html#/c:objc(cs)GPKGCrsWktExtensionVersions(cm)suffix:":{"name":"+suffix:","abstract":"

    Get the extension name suffix

    ","parent_name":"GPKGCrsWktExtensionVersions"},"Classes/GPKGCrsWktExtensionVersions.html#/c:objc(cs)GPKGCrsWktExtensionVersions(cm)isVersion:atMinimum:":{"name":"+isVersion:atMinimum:","abstract":"

    Is the version at or above the minimum version

    ","parent_name":"GPKGCrsWktExtensionVersions"},"Classes/GPKGCrsWktExtensionVersions.html#/c:objc(cs)GPKGCrsWktExtensionVersions(cm)atMinimum:":{"name":"+atMinimum:","abstract":"

    Versions at and above this version

    ","parent_name":"GPKGCrsWktExtensionVersions"},"Classes/GPKGCrsWktExtension.html#/c:objc(cs)GPKGCrsWktExtension(py)extensionName":{"name":"extensionName","abstract":"

    Extension name

    ","parent_name":"GPKGCrsWktExtension"},"Classes/GPKGCrsWktExtension.html#/c:objc(cs)GPKGCrsWktExtension(py)definitionV1":{"name":"definitionV1","abstract":"

    Extension version 1 definition URL

    ","parent_name":"GPKGCrsWktExtension"},"Classes/GPKGCrsWktExtension.html#/c:objc(cs)GPKGCrsWktExtension(py)definitionV1_1":{"name":"definitionV1_1","abstract":"

    Extension version 1.1 definition URL

    ","parent_name":"GPKGCrsWktExtension"},"Classes/GPKGCrsWktExtension.html#/c:objc(cs)GPKGCrsWktExtension(py)definitionColumnName":{"name":"definitionColumnName","abstract":"

    Extension definition column name

    ","parent_name":"GPKGCrsWktExtension"},"Classes/GPKGCrsWktExtension.html#/c:objc(cs)GPKGCrsWktExtension(py)definitionColumnDef":{"name":"definitionColumnDef","abstract":"

    Extension definition column definition

    ","parent_name":"GPKGCrsWktExtension"},"Classes/GPKGCrsWktExtension.html#/c:objc(cs)GPKGCrsWktExtension(py)epochColumnName":{"name":"epochColumnName","abstract":"

    Extension epoch column name

    ","parent_name":"GPKGCrsWktExtension"},"Classes/GPKGCrsWktExtension.html#/c:objc(cs)GPKGCrsWktExtension(py)epochColumnDef":{"name":"epochColumnDef","abstract":"

    Extension epoch column definition

    ","parent_name":"GPKGCrsWktExtension"},"Classes/GPKGCrsWktExtension.html#/c:objc(cs)GPKGCrsWktExtension(im)initWithGeoPackage:":{"name":"-initWithGeoPackage:","abstract":"

    Initialize

    ","parent_name":"GPKGCrsWktExtension"},"Classes/GPKGCrsWktExtension.html#/c:objc(cs)GPKGCrsWktExtension(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGCrsWktExtension"},"Classes/GPKGCrsWktExtension.html#/c:objc(cs)GPKGCrsWktExtension(im)extensionCreate":{"name":"-extensionCreate","abstract":"

    Get or create the latest version of the extension

    ","parent_name":"GPKGCrsWktExtension"},"Classes/GPKGCrsWktExtension.html#/c:objc(cs)GPKGCrsWktExtension(im)extensionCreateVersion:":{"name":"-extensionCreateVersion:","abstract":"

    Get or create the version of the extension

    ","parent_name":"GPKGCrsWktExtension"},"Classes/GPKGCrsWktExtension.html#/c:objc(cs)GPKGCrsWktExtension(im)has":{"name":"-has","abstract":"

    Determine if the GeoPackage has any version of the extension

    ","parent_name":"GPKGCrsWktExtension"},"Classes/GPKGCrsWktExtension.html#/c:objc(cs)GPKGCrsWktExtension(im)hasMinimum:":{"name":"-hasMinimum:","abstract":"

    Determine if the GeoPackage has at least the minimum version of the","parent_name":"GPKGCrsWktExtension"},"Classes/GPKGCrsWktExtension.html#/c:objc(cs)GPKGCrsWktExtension(im)hasVersion:":{"name":"-hasVersion:","abstract":"

    Determine if the GeoPackage has the version of the extension

    ","parent_name":"GPKGCrsWktExtension"},"Classes/GPKGCrsWktExtension.html#/c:objc(cs)GPKGCrsWktExtension(im)extensionName:":{"name":"-extensionName:","abstract":"

    Get the extension name for the version

    ","parent_name":"GPKGCrsWktExtension"},"Classes/GPKGCrsWktExtension.html#/c:objc(cs)GPKGCrsWktExtension(im)updateDefinition:withSrsId:":{"name":"-updateDefinition:withSrsId:","abstract":"

    Update the extension definition

    ","parent_name":"GPKGCrsWktExtension"},"Classes/GPKGCrsWktExtension.html#/c:objc(cs)GPKGCrsWktExtension(im)definitionWithSrsId:":{"name":"-definitionWithSrsId:","abstract":"

    Get the extension definition

    ","parent_name":"GPKGCrsWktExtension"},"Classes/GPKGCrsWktExtension.html#/c:objc(cs)GPKGCrsWktExtension(im)updateEpoch:withSrsId:":{"name":"-updateEpoch:withSrsId:","abstract":"

    Update the extension epoch

    ","parent_name":"GPKGCrsWktExtension"},"Classes/GPKGCrsWktExtension.html#/c:objc(cs)GPKGCrsWktExtension(im)epochWithSrsId:":{"name":"-epochWithSrsId:","abstract":"

    Get the extension epoch

    ","parent_name":"GPKGCrsWktExtension"},"Classes/GPKGCrsWktExtension.html#/c:objc(cs)GPKGCrsWktExtension(im)hasDefinitionColumn":{"name":"-hasDefinitionColumn","abstract":"

    Determine if the GeoPackage SRS table has the extension definition column

    ","parent_name":"GPKGCrsWktExtension"},"Classes/GPKGCrsWktExtension.html#/c:objc(cs)GPKGCrsWktExtension(im)hasEpochColumn":{"name":"-hasEpochColumn","abstract":"

    Determine if the GeoPackage SRS table has the extension epoch column

    ","parent_name":"GPKGCrsWktExtension"},"Classes/GPKGCrsWktExtension.html#/c:objc(cs)GPKGCrsWktExtension(im)removeExtension":{"name":"-removeExtension","abstract":"

    Remove the extension. Leaves the column and values.

    ","parent_name":"GPKGCrsWktExtension"},"Classes/GPKGCrsWktExtension.html#/c:objc(cs)GPKGCrsWktExtension(im)removeExtension:":{"name":"-removeExtension:","abstract":"

    Remove the extension. Leaves the column and values.

    ","parent_name":"GPKGCrsWktExtension"},"Classes/GPKGBaseExtension.html#/c:objc(cs)GPKGBaseExtension(py)geoPackage":{"name":"geoPackage","abstract":"

    GeoPackage

    ","parent_name":"GPKGBaseExtension"},"Classes/GPKGBaseExtension.html#/c:objc(cs)GPKGBaseExtension(py)extensionsDao":{"name":"extensionsDao","abstract":"

    Extensions DAO

    ","parent_name":"GPKGBaseExtension"},"Classes/GPKGBaseExtension.html#/c:objc(cs)GPKGBaseExtension(im)initWithGeoPackage:":{"name":"-initWithGeoPackage:","abstract":"

    Initialize

    ","parent_name":"GPKGBaseExtension"},"Classes/GPKGBaseExtension.html#/c:objc(cs)GPKGBaseExtension(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGBaseExtension"},"Classes/GPKGBaseExtension.html#/c:objc(cs)GPKGBaseExtension(im)extensionCreateWithName:andTableName:andColumnName:andDefinition:andScope:":{"name":"-extensionCreateWithName:andTableName:andColumnName:andDefinition:andScope:","abstract":"

    Get the extension or create as needed

    ","parent_name":"GPKGBaseExtension"},"Classes/GPKGBaseExtension.html#/c:objc(cs)GPKGBaseExtension(im)extensionsWithName:":{"name":"-extensionsWithName:","abstract":"

    Get the extensions for the name, ignoring table name and column name values

    ","parent_name":"GPKGBaseExtension"},"Classes/GPKGBaseExtension.html#/c:objc(cs)GPKGBaseExtension(im)hasWithExtensionName:":{"name":"-hasWithExtensionName:","abstract":"

    Determine if the GeoPackage has at least one extension, ignoring table name and column name values

    ","parent_name":"GPKGBaseExtension"},"Classes/GPKGBaseExtension.html#/c:objc(cs)GPKGBaseExtension(im)extensionsWithName:andTableName:":{"name":"-extensionsWithName:andTableName:","abstract":"

    Get the extensions for the name and table name, ignoring column name values

    ","parent_name":"GPKGBaseExtension"},"Classes/GPKGBaseExtension.html#/c:objc(cs)GPKGBaseExtension(im)hasWithExtensionName:andTableName:":{"name":"-hasWithExtensionName:andTableName:","abstract":"

    Determine if the GeoPackage has at least one extension, ignoring column name values

    ","parent_name":"GPKGBaseExtension"},"Classes/GPKGBaseExtension.html#/c:objc(cs)GPKGBaseExtension(im)extensionWithName:andTableName:andColumnName:":{"name":"-extensionWithName:andTableName:andColumnName:","abstract":"

    Get the extension for the name, table name, and column name

    ","parent_name":"GPKGBaseExtension"},"Classes/GPKGBaseExtension.html#/c:objc(cs)GPKGBaseExtension(im)hasWithExtensionName:andTableName:andColumnName:":{"name":"-hasWithExtensionName:andTableName:andColumnName:","abstract":"

    Determine if the GeoPackage has the extension

    ","parent_name":"GPKGBaseExtension"},"Classes/GPKGBaseExtension.html#/c:objc(cs)GPKGBaseExtension(im)verifyWritable":{"name":"-verifyWritable","abstract":"

    Verify the GeoPackage is writable and throw an exception if it is not

    ","parent_name":"GPKGBaseExtension"},"Classes/GPKGUTMZone.html#/c:objc(cs)GPKGUTMZone(cm)zone:":{"name":"+zone:","abstract":"

    Get the UTM Zone

    ","parent_name":"GPKGUTMZone"},"Classes/GPKGUTMZone.html#/c:objc(cs)GPKGUTMZone(cm)latDirection:":{"name":"+latDirection:","abstract":"

    Get the UTM Zone Latitude Direction

    ","parent_name":"GPKGUTMZone"},"Classes/GPKGUTMZone.html#/c:objc(cs)GPKGUTMZone(cm)centralMeridian:":{"name":"+centralMeridian:","abstract":"

    Get the central meridian

    ","parent_name":"GPKGUTMZone"},"Classes/GPKGUTMZone.html#/c:objc(cs)GPKGUTMZone(cm)falseNorthing:":{"name":"+falseNorthing:","abstract":"

    Get the UTM Zone False Northing

    ","parent_name":"GPKGUTMZone"},"Classes/GPKGUTMZone.html#/c:objc(cs)GPKGUTMZone(cm)isZone:":{"name":"+isZone:","abstract":"

    Is the EPSG a UTM Zone

    ","parent_name":"GPKGUTMZone"},"Classes/GPKGUTMZone.html#/c:objc(cs)GPKGUTMZone(cm)isNorth:":{"name":"+isNorth:","abstract":"

    Is the EPSG a UTM North Zone

    ","parent_name":"GPKGUTMZone"},"Classes/GPKGUTMZone.html#/c:objc(cs)GPKGUTMZone(cm)isSouth:":{"name":"+isSouth:","abstract":"

    Is the EPSG a UTM South Zone

    ","parent_name":"GPKGUTMZone"},"Classes/GPKGDgiwgWellKnownText.html#/c:objc(cs)GPKGDgiwgWellKnownText(cm)epsg3035":{"name":"+epsg3035","abstract":"

    ETRS89-extended / LAEA Europe

    ","parent_name":"GPKGDgiwgWellKnownText"},"Classes/GPKGDgiwgWellKnownText.html#/c:objc(cs)GPKGDgiwgWellKnownText(cm)epsg3395":{"name":"+epsg3395","abstract":"

    WGS 84 / World Mercator

    ","parent_name":"GPKGDgiwgWellKnownText"},"Classes/GPKGDgiwgWellKnownText.html#/c:objc(cs)GPKGDgiwgWellKnownText(cm)epsg3855":{"name":"+epsg3855","abstract":"

    EGM2008 geoid height

    ","parent_name":"GPKGDgiwgWellKnownText"},"Classes/GPKGDgiwgWellKnownText.html#/c:objc(cs)GPKGDgiwgWellKnownText(cm)epsg3857":{"name":"+epsg3857","abstract":"

    WGS 84 / Pseudo-Mercator

    ","parent_name":"GPKGDgiwgWellKnownText"},"Classes/GPKGDgiwgWellKnownText.html#/c:objc(cs)GPKGDgiwgWellKnownText(cm)epsg3978":{"name":"+epsg3978","abstract":"

    NAD83 / Canada Atlas Lambert

    ","parent_name":"GPKGDgiwgWellKnownText"},"Classes/GPKGDgiwgWellKnownText.html#/c:objc(cs)GPKGDgiwgWellKnownText(cm)epsg4326":{"name":"+epsg4326","abstract":"

    WGS 84 Geographic 2D

    ","parent_name":"GPKGDgiwgWellKnownText"},"Classes/GPKGDgiwgWellKnownText.html#/c:objc(cs)GPKGDgiwgWellKnownText(cm)epsg4979":{"name":"+epsg4979","abstract":"

    WGS 84 Geographic 3D

    ","parent_name":"GPKGDgiwgWellKnownText"},"Classes/GPKGDgiwgWellKnownText.html#/c:objc(cs)GPKGDgiwgWellKnownText(cm)epsg5041":{"name":"+epsg5041","abstract":"

    WGS 84 / UPS North (E,N)

    ","parent_name":"GPKGDgiwgWellKnownText"},"Classes/GPKGDgiwgWellKnownText.html#/c:objc(cs)GPKGDgiwgWellKnownText(cm)epsg5042":{"name":"+epsg5042","abstract":"

    WGS 84 / UPS South (E,N)

    ","parent_name":"GPKGDgiwgWellKnownText"},"Classes/GPKGDgiwgWellKnownText.html#/c:objc(cs)GPKGDgiwgWellKnownText(cm)epsg9518":{"name":"+epsg9518","abstract":"

    WGS84 4326 + EGM2008 height 3855

    ","parent_name":"GPKGDgiwgWellKnownText"},"Classes/GPKGDgiwgWellKnownText.html#/c:objc(cs)GPKGDgiwgWellKnownText(cm)utmZone:":{"name":"+utmZone:","abstract":"

    Get the UTM Zone Well-Known Text

    ","parent_name":"GPKGDgiwgWellKnownText"},"Classes/GPKGDgiwgWellKnownText.html#/c:objc(cs)GPKGDgiwgWellKnownText(cm)lambertConicConformal1SPWithEPSG:andName:andCRS:andGeoDatum:andLatitudeOfOrigin:andCentralMeridian:andScaleFactor:andFalseEasting:andFalseNorthing:":{"name":"+lambertConicConformal1SPWithEPSG:andName:andCRS:andGeoDatum:andLatitudeOfOrigin:andCentralMeridian:andScaleFactor:andFalseEasting:andFalseNorthing:","abstract":"

    Get Lambert Conic Conformal 1SP well-known text

    ","parent_name":"GPKGDgiwgWellKnownText"},"Classes/GPKGDgiwgWellKnownText.html#/c:objc(cs)GPKGDgiwgWellKnownText(cm)lambertConicConformal2SPWithEPSG:andName:andCRS:andGeoDatum:andStandardParallel1:andStandardParallel2:andLatitudeOfOrigin:andCentralMeridian:andFalseEasting:andFalseNorthing:":{"name":"+lambertConicConformal2SPWithEPSG:andName:andCRS:andGeoDatum:andStandardParallel1:andStandardParallel2:andLatitudeOfOrigin:andCentralMeridian:andFalseEasting:andFalseNorthing:","abstract":"

    Get Lambert Conic Conformal 2SP well-known text

    ","parent_name":"GPKGDgiwgWellKnownText"},"Classes/GPKGDgiwgWellKnownText.html#/c:objc(cs)GPKGDgiwgWellKnownText(cm)lambertConicConformal1SPDescription":{"name":"+lambertConicConformal1SPDescription","abstract":"

    Get Lambert Conic Conformal 1SP description

    ","parent_name":"GPKGDgiwgWellKnownText"},"Classes/GPKGDgiwgWellKnownText.html#/c:objc(cs)GPKGDgiwgWellKnownText(cm)lambertConicConformal2SPDescription":{"name":"+lambertConicConformal2SPDescription","abstract":"

    Get Lambert Conic Conformal 2SP description

    ","parent_name":"GPKGDgiwgWellKnownText"},"Classes/GPKGDgiwgValidationKey.html#/c:objc(cs)GPKGDgiwgValidationKey(py)column":{"name":"column","abstract":"

    Column name

    ","parent_name":"GPKGDgiwgValidationKey"},"Classes/GPKGDgiwgValidationKey.html#/c:objc(cs)GPKGDgiwgValidationKey(py)value":{"name":"value","abstract":"

    Value

    ","parent_name":"GPKGDgiwgValidationKey"},"Classes/GPKGDgiwgValidationKey.html#/c:objc(cs)GPKGDgiwgValidationKey(im)initWithColumn:andValue:":{"name":"-initWithColumn:andValue:","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgValidationKey"},"Classes/GPKGDgiwgValidationKey.html#/c:objc(cs)GPKGDgiwgValidationKey(im)initWithColumn:andNumber:":{"name":"-initWithColumn:andNumber:","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgValidationKey"},"Classes/GPKGDgiwgValidationErrors.html#/c:objc(cs)GPKGDgiwgValidationErrors(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgValidationErrors"},"Classes/GPKGDgiwgValidationErrors.html#/c:objc(cs)GPKGDgiwgValidationErrors(im)initWithError:":{"name":"-initWithError:","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgValidationErrors"},"Classes/GPKGDgiwgValidationErrors.html#/c:objc(cs)GPKGDgiwgValidationErrors(im)initWithErrors:":{"name":"-initWithErrors:","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgValidationErrors"},"Classes/GPKGDgiwgValidationErrors.html#/c:objc(cs)GPKGDgiwgValidationErrors(im)initWithValidationErrors:":{"name":"-initWithValidationErrors:","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgValidationErrors"},"Classes/GPKGDgiwgValidationErrors.html#/c:objc(cs)GPKGDgiwgValidationErrors(im)addError:":{"name":"-addError:","abstract":"

    Add a validation error

    ","parent_name":"GPKGDgiwgValidationErrors"},"Classes/GPKGDgiwgValidationErrors.html#/c:objc(cs)GPKGDgiwgValidationErrors(im)addErrors:":{"name":"-addErrors:","abstract":"

    Add validation errors

    ","parent_name":"GPKGDgiwgValidationErrors"},"Classes/GPKGDgiwgValidationErrors.html#/c:objc(cs)GPKGDgiwgValidationErrors(im)addValidationErrors:":{"name":"-addValidationErrors:","abstract":"

    Add validation errors

    ","parent_name":"GPKGDgiwgValidationErrors"},"Classes/GPKGDgiwgValidationErrors.html#/c:objc(cs)GPKGDgiwgValidationErrors(im)isValid":{"name":"-isValid","abstract":"

    Check if valid

    ","parent_name":"GPKGDgiwgValidationErrors"},"Classes/GPKGDgiwgValidationErrors.html#/c:objc(cs)GPKGDgiwgValidationErrors(im)hasErrors":{"name":"-hasErrors","abstract":"

    Has errors

    ","parent_name":"GPKGDgiwgValidationErrors"},"Classes/GPKGDgiwgValidationErrors.html#/c:objc(cs)GPKGDgiwgValidationErrors(im)numErrors":{"name":"-numErrors","abstract":"

    Get the number of errors

    ","parent_name":"GPKGDgiwgValidationErrors"},"Classes/GPKGDgiwgValidationErrors.html#/c:objc(cs)GPKGDgiwgValidationErrors(im)errors":{"name":"-errors","abstract":"

    Get the validation errors

    ","parent_name":"GPKGDgiwgValidationErrors"},"Classes/GPKGDgiwgValidationErrors.html#/c:objc(cs)GPKGDgiwgValidationErrors(im)errorAtIndex:":{"name":"-errorAtIndex:","abstract":"

    Get the validation error at the index

    ","parent_name":"GPKGDgiwgValidationErrors"},"Classes/GPKGDgiwgValidationError.html#/c:objc(cs)GPKGDgiwgValidationError(py)table":{"name":"table","abstract":"

    Table name

    ","parent_name":"GPKGDgiwgValidationError"},"Classes/GPKGDgiwgValidationError.html#/c:objc(cs)GPKGDgiwgValidationError(py)column":{"name":"column","abstract":"

    Column name

    ","parent_name":"GPKGDgiwgValidationError"},"Classes/GPKGDgiwgValidationError.html#/c:objc(cs)GPKGDgiwgValidationError(py)value":{"name":"value","abstract":"

    Error causing value

    ","parent_name":"GPKGDgiwgValidationError"},"Classes/GPKGDgiwgValidationError.html#/c:objc(cs)GPKGDgiwgValidationError(py)constraint":{"name":"constraint","abstract":"

    Constraint

    ","parent_name":"GPKGDgiwgValidationError"},"Classes/GPKGDgiwgValidationError.html#/c:objc(cs)GPKGDgiwgValidationError(py)requirement":{"name":"requirement","abstract":"

    Requirement

    ","parent_name":"GPKGDgiwgValidationError"},"Classes/GPKGDgiwgValidationError.html#/c:objc(cs)GPKGDgiwgValidationError(py)primaryKeys":{"name":"primaryKeys","abstract":"

    Row primary keys

    ","parent_name":"GPKGDgiwgValidationError"},"Classes/GPKGDgiwgValidationError.html#/c:objc(cs)GPKGDgiwgValidationError(im)initWithTable:andColumn:andValue:andConstraint:andRequirement:":{"name":"-initWithTable:andColumn:andValue:andConstraint:andRequirement:","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgValidationError"},"Classes/GPKGDgiwgValidationError.html#/c:objc(cs)GPKGDgiwgValidationError(im)initWithTable:andColumn:andNumber:andConstraint:andRequirement:":{"name":"-initWithTable:andColumn:andNumber:andConstraint:andRequirement:","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgValidationError"},"Classes/GPKGDgiwgValidationError.html#/c:objc(cs)GPKGDgiwgValidationError(im)initWithTable:andColumn:andNumber:andConstraintValue:andRequirement:":{"name":"-initWithTable:andColumn:andNumber:andConstraintValue:andRequirement:","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgValidationError"},"Classes/GPKGDgiwgValidationError.html#/c:objc(cs)GPKGDgiwgValidationError(im)initWithTable:andValue:andConstraint:andRequirement:":{"name":"-initWithTable:andValue:andConstraint:andRequirement:","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgValidationError"},"Classes/GPKGDgiwgValidationError.html#/c:objc(cs)GPKGDgiwgValidationError(im)initWithValue:andConstraint:andRequirement:":{"name":"-initWithValue:andConstraint:andRequirement:","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgValidationError"},"Classes/GPKGDgiwgValidationError.html#/c:objc(cs)GPKGDgiwgValidationError(im)initWithConstraint:andRequirement:":{"name":"-initWithConstraint:andRequirement:","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgValidationError"},"Classes/GPKGDgiwgValidationError.html#/c:objc(cs)GPKGDgiwgValidationError(im)initWithTable:andValue:andConstraint:andRequirement:andKey:":{"name":"-initWithTable:andValue:andConstraint:andRequirement:andKey:","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgValidationError"},"Classes/GPKGDgiwgValidationError.html#/c:objc(cs)GPKGDgiwgValidationError(im)initWithTable:andValue:andConstraint:andRequirement:andKeys:":{"name":"-initWithTable:andValue:andConstraint:andRequirement:andKeys:","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgValidationError"},"Classes/GPKGDgiwgValidationError.html#/c:objc(cs)GPKGDgiwgValidationError(im)initWithTable:andColumn:andValue:andConstraint:andRequirement:andKey:":{"name":"-initWithTable:andColumn:andValue:andConstraint:andRequirement:andKey:","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgValidationError"},"Classes/GPKGDgiwgValidationError.html#/c:objc(cs)GPKGDgiwgValidationError(im)initWithTable:andColumn:andValue:andConstraint:andRequirement:andKeys:":{"name":"-initWithTable:andColumn:andValue:andConstraint:andRequirement:andKeys:","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgValidationError"},"Classes/GPKGDgiwgValidationError.html#/c:objc(cs)GPKGDgiwgValidationError(im)initWithTable:andColumn:andNumber:andConstraint:andRequirement:andKey:":{"name":"-initWithTable:andColumn:andNumber:andConstraint:andRequirement:andKey:","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgValidationError"},"Classes/GPKGDgiwgValidationError.html#/c:objc(cs)GPKGDgiwgValidationError(im)initWithTable:andColumn:andNumber:andConstraint:andRequirement:andKeys:":{"name":"-initWithTable:andColumn:andNumber:andConstraint:andRequirement:andKeys:","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgValidationError"},"Classes/GPKGDgiwgValidationError.html#/c:objc(cs)GPKGDgiwgValidationError(im)initWithTable:andColumn:andNumber:andConstraintValue:andRequirement:andKey:":{"name":"-initWithTable:andColumn:andNumber:andConstraintValue:andRequirement:andKey:","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgValidationError"},"Classes/GPKGDgiwgValidationError.html#/c:objc(cs)GPKGDgiwgValidationError(im)initWithTable:andColumn:andNumber:andConstraintValue:andRequirement:andKeys:":{"name":"-initWithTable:andColumn:andNumber:andConstraintValue:andRequirement:andKeys:","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgValidationError"},"Classes/GPKGDgiwgValidate.html#/c:objc(cs)GPKGDgiwgValidate(cm)isValid:":{"name":"+isValid:","abstract":"

    Is the GeoPackage valid according to the DGIWG GeoPackage Profile

    ","parent_name":"GPKGDgiwgValidate"},"Classes/GPKGDgiwgValidate.html#/c:objc(cs)GPKGDgiwgValidate(cm)validate:":{"name":"+validate:","abstract":"

    Validate the GeoPackage against the DGIWG GeoPackage Profile

    ","parent_name":"GPKGDgiwgValidate"},"Classes/GPKGDgiwgValidate.html#/c:objc(cs)GPKGDgiwgValidate(cm)validateBase:":{"name":"+validateBase:","abstract":"

    Validate the base GeoPackage against the DGIWG GeoPackage Profile

    ","parent_name":"GPKGDgiwgValidate"},"Classes/GPKGDgiwgValidate.html#/c:objc(cs)GPKGDgiwgValidate(cm)validateTable:inGeoPackage:":{"name":"+validateTable:inGeoPackage:","abstract":"

    Validate the GeoPackage table against the DGIWG GeoPackage Profile

    ","parent_name":"GPKGDgiwgValidate"},"Classes/GPKGDgiwgValidate.html#/c:objc(cs)GPKGDgiwgValidate(cm)validateTables:inGeoPackage:":{"name":"+validateTables:inGeoPackage:","abstract":"

    Validate the GeoPackage tables against the DGIWG GeoPackage Profile

    ","parent_name":"GPKGDgiwgValidate"},"Classes/GPKGDgiwgValidate.html#/c:objc(cs)GPKGDgiwgValidate(cm)validateMetadata:":{"name":"+validateMetadata:","abstract":"

    Validate the GeoPackage metadata

    ","parent_name":"GPKGDgiwgValidate"},"Classes/GPKGDgiwgValidate.html#/c:objc(cs)GPKGDgiwgValidate(cm)validateTileTable:inGeoPackage:":{"name":"+validateTileTable:inGeoPackage:","abstract":"

    Validate tile table

    ","parent_name":"GPKGDgiwgValidate"},"Classes/GPKGDgiwgValidate.html#/c:objc(cs)GPKGDgiwgValidate(cm)validateCRSWithTileTable:andSRS:":{"name":"+validateCRSWithTileTable:andSRS:","abstract":"

    Validate the tile coordinate reference system

    ","parent_name":"GPKGDgiwgValidate"},"Classes/GPKGDgiwgValidate.html#/c:objc(cs)GPKGDgiwgValidate(cm)validateFeatureTable:inGeoPackage:":{"name":"+validateFeatureTable:inGeoPackage:","abstract":"

    Validate feature table

    ","parent_name":"GPKGDgiwgValidate"},"Classes/GPKGDgiwgValidate.html#/c:objc(cs)GPKGDgiwgValidate(cm)validateCRSWithFeatureTable:andSRS:":{"name":"+validateCRSWithFeatureTable:andSRS:","abstract":"

    Validate the feature coordinate reference system

    ","parent_name":"GPKGDgiwgValidate"},"Classes/GPKGDgiwgUtils.html#/c:objc(cs)GPKGDgiwgUtils(cm)createTilesWithGeoPackage:andTable:andIdentifier:andDescription:andInformativeBounds:andSRS:andExtentBounds:":{"name":"+createTilesWithGeoPackage:andTable:andIdentifier:andDescription:andInformativeBounds:andSRS:andExtentBounds:","abstract":"

    Create tiles table

    ","parent_name":"GPKGDgiwgUtils"},"Classes/GPKGDgiwgUtils.html#/c:objc(cs)GPKGDgiwgUtils(cm)createTileMatricesWithGeoPackage:andTable:andBounds:andMinZoom:andMaxZoom:andWidth:andHeight:":{"name":"+createTileMatricesWithGeoPackage:andTable:andBounds:andMinZoom:andMaxZoom:andWidth:andHeight:","abstract":"

    Create tile matrices for zoom levels

    ","parent_name":"GPKGDgiwgUtils"},"Classes/GPKGDgiwgUtils.html#/c:objc(cs)GPKGDgiwgUtils(cm)createTileMatricesWithGeoPackage:andTable:andBounds:andZoomLevels:andWidth:andHeight:":{"name":"+createTileMatricesWithGeoPackage:andTable:andBounds:andZoomLevels:andWidth:andHeight:","abstract":"

    Create tile matrices for zoom levels

    ","parent_name":"GPKGDgiwgUtils"},"Classes/GPKGDgiwgUtils.html#/c:objc(cs)GPKGDgiwgUtils(cm)createTileMatrixWithGeoPackage:andTable:andBounds:andZoom:andWidth:andHeight:":{"name":"+createTileMatrixWithGeoPackage:andTable:andBounds:andZoom:andWidth:andHeight:","abstract":"

    Create a tile matrix for a zoom level

    ","parent_name":"GPKGDgiwgUtils"},"Classes/GPKGDgiwgUtils.html#/c:objc(cs)GPKGDgiwgUtils(cm)createTileMatrixWithGeoPackage:andTable:andZoom:andWidth:andHeight:andPixelX:andPixelY:":{"name":"+createTileMatrixWithGeoPackage:andTable:andZoom:andWidth:andHeight:andPixelX:andPixelY:","abstract":"

    Create a tile matrix for a zoom level

    ","parent_name":"GPKGDgiwgUtils"},"Classes/GPKGDgiwgUtils.html#/c:objc(cs)GPKGDgiwgUtils(cm)createFeaturesWithGeoPackage:andTable:andIdentifier:andDescription:andBounds:andGeometryType:andDataType:andColumns:andSRS:":{"name":"+createFeaturesWithGeoPackage:andTable:andIdentifier:andDescription:andBounds:andGeometryType:andDataType:andColumns:andSRS:","abstract":"

    Create features table

    ","parent_name":"GPKGDgiwgUtils"},"Classes/GPKGDgiwgUtils.html#/c:objc(cs)GPKGDgiwgUtils(cm)createMetadataWithGeoPackage:andMetadata:andReference:":{"name":"+createMetadataWithGeoPackage:andMetadata:andReference:","abstract":"

    Create metadata and metadata reference

    ","parent_name":"GPKGDgiwgUtils"},"Classes/GPKGDgiwgUtils.html#/c:objc(cs)GPKGDgiwgUtils(cm)createMetadataWithGeoPackage:andMetadata:":{"name":"+createMetadataWithGeoPackage:andMetadata:","abstract":"

    Create metadata

    ","parent_name":"GPKGDgiwgUtils"},"Classes/GPKGDgiwgUtils.html#/c:objc(cs)GPKGDgiwgUtils(cm)createMetadataReferenceWithGeoPackage:andMetadata:andReference:":{"name":"+createMetadataReferenceWithGeoPackage:andMetadata:andReference:","abstract":"

    Create metadata reference

    ","parent_name":"GPKGDgiwgUtils"},"Classes/GPKGDgiwgUtils.html#/c:objc(cs)GPKGDgiwgUtils(cm)createMetadataReferenceWithGeoPackage:andReference:":{"name":"+createMetadataReferenceWithGeoPackage:andReference:","abstract":"

    Create metadata reference

    ","parent_name":"GPKGDgiwgUtils"},"Classes/GPKGDgiwgUtils.html#/c:objc(cs)GPKGDgiwgUtils(cm)createGeoPackageSeriesMetadata:withGeoPackage:andURI:":{"name":"+createGeoPackageSeriesMetadata:withGeoPackage:andURI:","abstract":"

    Create GeoPackage metadata with a series scope and metadata reference

    ","parent_name":"GPKGDgiwgUtils"},"Classes/GPKGDgiwgUtils.html#/c:objc(cs)GPKGDgiwgUtils(cm)createGeoPackageDatasetMetadata:withGeoPackage:andURI:":{"name":"+createGeoPackageDatasetMetadata:withGeoPackage:andURI:","abstract":"

    Create GeoPackage metadata with a dataset scope and metadata reference

    ","parent_name":"GPKGDgiwgUtils"},"Classes/GPKGDgiwgUtils.html#/c:objc(cs)GPKGDgiwgUtils(cm)createGeoPackageMetadata:withGeoPackage:andScope:andURI:":{"name":"+createGeoPackageMetadata:withGeoPackage:andScope:andURI:","abstract":"

    Create GeoPackage metadata and metadata reference

    ","parent_name":"GPKGDgiwgUtils"},"Classes/GPKGDgiwgUtils.html#/c:objc(cs)GPKGDgiwgUtils(cm)createMetadata:withGeoPackage:andScope:andURI:andReference:":{"name":"+createMetadata:withGeoPackage:andScope:andURI:andReference:","abstract":"

    Create metadata and metadata reference

    ","parent_name":"GPKGDgiwgUtils"},"Classes/GPKGDgiwgRequirements.html#/c:objc(cs)GPKGDgiwgRequirements(cm)number:":{"name":"+number:","abstract":"

    Get the requirement number

    ","parent_name":"GPKGDgiwgRequirements"},"Classes/GPKGDgiwgRequirements.html#/c:objc(cs)GPKGDgiwgRequirements(cm)name:":{"name":"+name:","abstract":"

    Get the requirement name

    ","parent_name":"GPKGDgiwgRequirements"},"Classes/GPKGDgiwgRequirements.html#/c:objc(cs)GPKGDgiwgRequirements(cm)identifier:":{"name":"+identifier:","abstract":"

    Get the requirement identifier

    ","parent_name":"GPKGDgiwgRequirements"},"Classes/GPKGDgiwgRequirements.html#/c:objc(cs)GPKGDgiwgRequirements(cm)fullIdentifier:":{"name":"+fullIdentifier:","abstract":"

    Get the full requirement identifier with prefix

    ","parent_name":"GPKGDgiwgRequirements"},"Classes/GPKGDgiwgRequirements.html#/c:objc(cs)GPKGDgiwgRequirements(cm)description:":{"name":"+description:","abstract":"

    Get the description

    ","parent_name":"GPKGDgiwgRequirements"},"Classes/GPKGDgiwgMetadata.html#/c:objc(cs)GPKGDgiwgMetadata(cm)createSeriesMetadata:withURI:":{"name":"+createSeriesMetadata:withURI:","abstract":"

    Create a new metadata object with a series scope

    ","parent_name":"GPKGDgiwgMetadata"},"Classes/GPKGDgiwgMetadata.html#/c:objc(cs)GPKGDgiwgMetadata(cm)createDatasetMetadata:withURI:":{"name":"+createDatasetMetadata:withURI:","abstract":"

    Create a new metadata object with a dataset scope

    ","parent_name":"GPKGDgiwgMetadata"},"Classes/GPKGDgiwgMetadata.html#/c:objc(cs)GPKGDgiwgMetadata(cm)createMetadata:withScope:andURI:":{"name":"+createMetadata:withScope:andURI:","abstract":"

    Create a new metadata object

    ","parent_name":"GPKGDgiwgMetadata"},"Classes/GPKGDgiwgMetadata.html#/c:objc(cs)GPKGDgiwgMetadata(cm)createGeoPackageMetadataReference":{"name":"+createGeoPackageMetadataReference","abstract":"

    Create a new metadata reference object with a GeoPackage scope

    ","parent_name":"GPKGDgiwgMetadata"},"Classes/GPKGDgiwgMetadata.html#/c:objc(cs)GPKGDgiwgMetadata(cm)createMetadataReferenceWithScope:":{"name":"+createMetadataReferenceWithScope:","abstract":"

    Create a new metadata reference object

    ","parent_name":"GPKGDgiwgMetadata"},"Classes/GPKGDgiwgMetadata.html#/c:objc(cs)GPKGDgiwgMetadata(cm)queryGeoPackageDMFMetadata:":{"name":"+queryGeoPackageDMFMetadata:","abstract":"

    Query for GeoPackage DGIWG Metadata Foundation (DMF) metadata

    ","parent_name":"GPKGDgiwgMetadata"},"Classes/GPKGDgiwgMetadata.html#/c:objc(cs)GPKGDgiwgMetadata(cm)queryGeoPackageNASMetadata:":{"name":"+queryGeoPackageNASMetadata:","abstract":"

    Query for GeoPackage NSG Metadata Foundation (NMF) NSG Application Schema","parent_name":"GPKGDgiwgMetadata"},"Classes/GPKGDgiwgMetadata.html#/c:objc(cs)GPKGDgiwgMetadata(cm)queryGeoPackageMetadata:withBaseURI:":{"name":"+queryGeoPackageMetadata:withBaseURI:","abstract":"

    Query for GeoPackage metadata

    ","parent_name":"GPKGDgiwgMetadata"},"Classes/GPKGDgiwgGeoPackageManager.html#/c:objc(cs)GPKGDgiwgGeoPackageManager(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgGeoPackageManager"},"Classes/GPKGDgiwgGeoPackageManager.html#/c:objc(cs)GPKGDgiwgGeoPackageManager(im)create:withMetadata:":{"name":"-create:withMetadata:","abstract":"

    Create a GeoPackage

    ","parent_name":"GPKGDgiwgGeoPackageManager"},"Classes/GPKGDgiwgGeoPackageManager.html#/c:objc(cs)GPKGDgiwgGeoPackageManager(im)create:withURI:andMetadata:":{"name":"-create:withURI:andMetadata:","abstract":"

    Create a GeoPackage

    ","parent_name":"GPKGDgiwgGeoPackageManager"},"Classes/GPKGDgiwgGeoPackageManager.html#/c:objc(cs)GPKGDgiwgGeoPackageManager(im)create:inDirectory:withMetadata:":{"name":"-create:inDirectory:withMetadata:","abstract":"

    Create a new GeoPackage database in specified directory

    ","parent_name":"GPKGDgiwgGeoPackageManager"},"Classes/GPKGDgiwgGeoPackageManager.html#/c:objc(cs)GPKGDgiwgGeoPackageManager(im)create:inDirectory:withURI:andMetadata:":{"name":"-create:inDirectory:withURI:andMetadata:","abstract":"

    Create a new GeoPackage database in specified directory

    ","parent_name":"GPKGDgiwgGeoPackageManager"},"Classes/GPKGDgiwgGeoPackageManager.html#/c:objc(cs)GPKGDgiwgGeoPackageManager(im)open:":{"name":"-open:","abstract":"

    Open the database

    ","parent_name":"GPKGDgiwgGeoPackageManager"},"Classes/GPKGDgiwgGeoPackageManager.html#/c:objc(cs)GPKGDgiwgGeoPackageManager(im)open:andValidate:":{"name":"-open:andValidate:","abstract":"

    Open the database

    ","parent_name":"GPKGDgiwgGeoPackageManager"},"Classes/GPKGDgiwgGeoPackageManager.html#/c:objc(cs)GPKGDgiwgGeoPackageManager(im)openDGIWG:":{"name":"-openDGIWG:","abstract":"

    Open the database

    ","parent_name":"GPKGDgiwgGeoPackageManager"},"Classes/GPKGDgiwgGeoPackageManager.html#/c:objc(cs)GPKGDgiwgGeoPackageManager(im)openDGIWG:andValidate:":{"name":"-openDGIWG:andValidate:","abstract":"

    Open the database

    ","parent_name":"GPKGDgiwgGeoPackageManager"},"Classes/GPKGDgiwgGeoPackageManager.html#/c:objc(cs)GPKGDgiwgGeoPackageManager(im)deleteDGIWG:":{"name":"-deleteDGIWG:","abstract":"

    Delete the database

    ","parent_name":"GPKGDgiwgGeoPackageManager"},"Classes/GPKGDgiwgGeoPackageManager.html#/c:objc(cs)GPKGDgiwgGeoPackageManager(im)deleteDGIWG:andFile:":{"name":"-deleteDGIWG:andFile:","abstract":"

    Delete the database

    ","parent_name":"GPKGDgiwgGeoPackageManager"},"Classes/GPKGDgiwgGeoPackageManager.html#/c:objc(cs)GPKGDgiwgGeoPackageManager(cm)isValid:":{"name":"+isValid:","abstract":"

    Is the GeoPackage valid according to the DGIWG GeoPackage Profile

    ","parent_name":"GPKGDgiwgGeoPackageManager"},"Classes/GPKGDgiwgGeoPackageManager.html#/c:objc(cs)GPKGDgiwgGeoPackageManager(cm)validate:":{"name":"+validate:","abstract":"

    Validate the GeoPackage against the DGIWG GeoPackage Profile

    ","parent_name":"GPKGDgiwgGeoPackageManager"},"Classes/GPKGDgiwgGeoPackageFactory.html#/c:objc(cs)GPKGDgiwgGeoPackageFactory(cm)manager":{"name":"+manager","abstract":"

    Get a GeoPackage Manager

    ","parent_name":"GPKGDgiwgGeoPackageFactory"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)initWithGeoPackage:":{"name":"-initWithGeoPackage:","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)file":{"name":"-file","abstract":"

    Get the DGIWG file

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)fileName":{"name":"-fileName","abstract":"

    Get the DGIWG file name

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)isValid":{"name":"-isValid","abstract":"

    Is the GeoPackage valid according to the DGIWG GeoPackage Profile

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)validate":{"name":"-validate","abstract":"

    Validate the GeoPackage against the DGIWG GeoPackage Profile

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)errors":{"name":"-errors","abstract":"

    Get the most recent {@link #validate()} results

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)validateTable:":{"name":"-validateTable:","abstract":"

    Validate the GeoPackage table against the DGIWG GeoPackage Profile

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)validateTables:":{"name":"-validateTables:","abstract":"

    Validate the GeoPackage tables against the DGIWG GeoPackage Profile

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createTilesWithTable:andCRS:":{"name":"-createTilesWithTable:andCRS:","abstract":"

    Create tiles table

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createTilesWithTable:andIdentifier:andDescription:andCRS:":{"name":"-createTilesWithTable:andIdentifier:andDescription:andCRS:","abstract":"

    Create tiles table

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createTilesWithTable:andIdentifier:andDescription:andInformativeBounds:andCRS:":{"name":"-createTilesWithTable:andIdentifier:andDescription:andInformativeBounds:andCRS:","abstract":"

    Create tiles table

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createTilesWithTable:andCRS:andExtentBounds:":{"name":"-createTilesWithTable:andCRS:andExtentBounds:","abstract":"

    Create tiles table

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createTilesWithTable:andIdentifier:andDescription:andCRS:andExtentBounds:":{"name":"-createTilesWithTable:andIdentifier:andDescription:andCRS:andExtentBounds:","abstract":"

    Create tiles table

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createTilesWithTable:andIdentifier:andDescription:andInformativeBounds:andCRS:andExtentBounds:":{"name":"-createTilesWithTable:andIdentifier:andDescription:andInformativeBounds:andCRS:andExtentBounds:","abstract":"

    Create tiles table

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createTilesWithTable:andSRS:andExtentBounds:":{"name":"-createTilesWithTable:andSRS:andExtentBounds:","abstract":"

    Create tiles table

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createTilesWithTable:andIdentifier:andDescription:andSRS:andExtentBounds:":{"name":"-createTilesWithTable:andIdentifier:andDescription:andSRS:andExtentBounds:","abstract":"

    Create tiles table

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createTilesWithTable:andIdentifier:andDescription:andInformativeBounds:andSRS:andExtentBounds:":{"name":"-createTilesWithTable:andIdentifier:andDescription:andInformativeBounds:andSRS:andExtentBounds:","abstract":"

    Create tiles table

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createTileMatricesWithTileMatrixSet:andMinZoom:andMaxZoom:andWidth:andHeight:":{"name":"-createTileMatricesWithTileMatrixSet:andMinZoom:andMaxZoom:andWidth:andHeight:","abstract":"

    Create tile matrices for zoom levels

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createTileMatricesWithTable:andBounds:andMinZoom:andMaxZoom:andWidth:andHeight:":{"name":"-createTileMatricesWithTable:andBounds:andMinZoom:andMaxZoom:andWidth:andHeight:","abstract":"

    Create tile matrices for zoom levels

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createTileMatricesWithTileMatrixSet:andZoomLevels:andWidth:andHeight:":{"name":"-createTileMatricesWithTileMatrixSet:andZoomLevels:andWidth:andHeight:","abstract":"

    Create tile matrices for zoom levels

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createTileMatricesWithTable:andBounds:andZoomLevels:andWidth:andHeight:":{"name":"-createTileMatricesWithTable:andBounds:andZoomLevels:andWidth:andHeight:","abstract":"

    Create tile matrices for zoom levels

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createTileMatrixWithTileMatrixSet:andZoom:andWidth:andHeight:":{"name":"-createTileMatrixWithTileMatrixSet:andZoom:andWidth:andHeight:","abstract":"

    Create a tile matrix for a zoom level

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createTileMatrixWithTable:andBounds:andZoom:andWidth:andHeight:":{"name":"-createTileMatrixWithTable:andBounds:andZoom:andWidth:andHeight:","abstract":"

    Create a tile matrix for a zoom level

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createTileMatrixWithTable:andZoom:andWidth:andHeight:andPixelX:andPixelY:":{"name":"-createTileMatrixWithTable:andZoom:andWidth:andHeight:andPixelX:andPixelY:","abstract":"

    Create a tile matrix for a zoom level

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createFeaturesWithTable:andGeometryType:andCRS:":{"name":"-createFeaturesWithTable:andGeometryType:andCRS:","abstract":"

    Create features table

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createFeaturesWithTable:andGeometryType:andColumns:andCRS:":{"name":"-createFeaturesWithTable:andGeometryType:andColumns:andCRS:","abstract":"

    Create features table

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createFeaturesWithTable:andIdentifier:andDescription:andGeometryType:andCRS:":{"name":"-createFeaturesWithTable:andIdentifier:andDescription:andGeometryType:andCRS:","abstract":"

    Create features table

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createFeaturesWithTable:andIdentifier:andDescription:andGeometryType:andColumns:andCRS:":{"name":"-createFeaturesWithTable:andIdentifier:andDescription:andGeometryType:andColumns:andCRS:","abstract":"

    Create features table

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createFeaturesWithTable:andBounds:andGeometryType:andCRS:":{"name":"-createFeaturesWithTable:andBounds:andGeometryType:andCRS:","abstract":"

    Create features table

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createFeaturesWithTable:andBounds:andGeometryType:andColumns:andCRS:":{"name":"-createFeaturesWithTable:andBounds:andGeometryType:andColumns:andCRS:","abstract":"

    Create features table

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createFeaturesWithTable:andIdentifier:andDescription:andBounds:andGeometryType:andCRS:":{"name":"-createFeaturesWithTable:andIdentifier:andDescription:andBounds:andGeometryType:andCRS:","abstract":"

    Create features table

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createFeaturesWithTable:andIdentifier:andDescription:andBounds:andGeometryType:andColumns:andCRS:":{"name":"-createFeaturesWithTable:andIdentifier:andDescription:andBounds:andGeometryType:andColumns:andCRS:","abstract":"

    Create features table

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createFeaturesWithTable:andBounds:andGeometryType:andDataType:andSRS:":{"name":"-createFeaturesWithTable:andBounds:andGeometryType:andDataType:andSRS:","abstract":"

    Create features table

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createFeaturesWithTable:andBounds:andGeometryType:andDataType:andColumns:andSRS:":{"name":"-createFeaturesWithTable:andBounds:andGeometryType:andDataType:andColumns:andSRS:","abstract":"

    Create features table

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createFeaturesWithTable:andIdentifier:andDescription:andBounds:andGeometryType:andDataType:andSRS:":{"name":"-createFeaturesWithTable:andIdentifier:andDescription:andBounds:andGeometryType:andDataType:andSRS:","abstract":"

    Create features table

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createFeaturesWithTable:andIdentifier:andDescription:andBounds:andGeometryType:andDataType:andColumns:andSRS:":{"name":"-createFeaturesWithTable:andIdentifier:andDescription:andBounds:andGeometryType:andDataType:andColumns:andSRS:","abstract":"

    Create features table

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createMetadata:andReference:":{"name":"-createMetadata:andReference:","abstract":"

    Create metadata and metadata reference

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createMetadata:":{"name":"-createMetadata:","abstract":"

    Create metadata

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createMetadataReference:withMetadata:":{"name":"-createMetadataReference:withMetadata:","abstract":"

    Create metadata reference

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createMetadataReference:":{"name":"-createMetadataReference:","abstract":"

    Create metadata reference

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createGeoPackageSeriesMetadata:withURI:":{"name":"-createGeoPackageSeriesMetadata:withURI:","abstract":"

    Create GeoPackage metadata with a series scope and metadata reference

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createGeoPackageDatasetMetadata:withURI:":{"name":"-createGeoPackageDatasetMetadata:withURI:","abstract":"

    Create GeoPackage metadata with a dataset scope and metadata reference

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createGeoPackageMetadata:withScope:andURI:":{"name":"-createGeoPackageMetadata:withScope:andURI:","abstract":"

    Create GeoPackage metadata and metadata reference

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createMetadata:withScope:andURI:andReference:":{"name":"-createMetadata:withScope:andURI:andReference:","abstract":"

    Create metadata and metadata reference

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)queryGeoPackageDMFMetadata":{"name":"-queryGeoPackageDMFMetadata","abstract":"

    Query for GeoPackage DGIWG Metadata Foundation (DMF) metadata

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)queryGeoPackageNASMetadata":{"name":"-queryGeoPackageNASMetadata","abstract":"

    Query for GeoPackage NSG Metadata Foundation (NMF) NSG Application Schema","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)queryGeoPackageMetadataWithBaseURI:":{"name":"-queryGeoPackageMetadataWithBaseURI:","abstract":"

    Query for GeoPackage metadata

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(py)producer":{"name":"producer","abstract":"

    GeoPackage producer

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(py)dataProduct":{"name":"dataProduct","abstract":"

    Data Product(s)

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(py)geographicCoverageArea":{"name":"geographicCoverageArea","abstract":"

    Geographic Coverage Area

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(py)zoomLevels":{"name":"zoomLevels","abstract":"

    Zoom Levels

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(py)version":{"name":"version","abstract":"

    Version

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(py)creationDateText":{"name":"creationDateText","abstract":"

    GeoPackage Creation Date

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(py)creationDate":{"name":"creationDate","abstract":"

    GeoPackage Creation Date

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(py)additional":{"name":"additional","abstract":"

    Optional additional elements, for mission or agency specific use

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(im)initWithName:":{"name":"-initWithName:","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(im)zoomLevel1":{"name":"-zoomLevel1","abstract":"

    Get the zoom level part 1, max zoom or scale map units

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(im)hasZoomLevel1":{"name":"-hasZoomLevel1","abstract":"

    Has a zoom level part 1, max zoom or scale map units

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(im)zoomLevel2":{"name":"-zoomLevel2","abstract":"

    Get the zoom level part 2, max zoom or scale surface units

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(im)hasZoomLevel2":{"name":"-hasZoomLevel2","abstract":"

    Has a zoom level part 2, max zoom or scale surface units

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(im)setZoomLevelRangeWithMin:andMax:":{"name":"-setZoomLevelRangeWithMin:andMax:","abstract":"

    Set the zoom level range

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(im)setZoomLevelScaleWithMapUnits:andSurfaceUnits:":{"name":"-setZoomLevelScaleWithMapUnits:andSurfaceUnits:","abstract":"

    Set the zoom level map scale

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(im)majorVersion":{"name":"-majorVersion","abstract":"

    Get the major version

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(im)hasMajorVersion":{"name":"-hasMajorVersion","abstract":"

    Has a major version

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(im)minorVersion":{"name":"-minorVersion","abstract":"

    Get the minor version

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(im)hasMinorVersion":{"name":"-hasMinorVersion","abstract":"

    Has a minor version

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(im)setVersionWithMajor:andMinor:":{"name":"-setVersionWithMajor:andMinor:","abstract":"

    Set the version

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(im)hasAdditional":{"name":"-hasAdditional","abstract":"

    Has additional elements

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(im)addAdditional:":{"name":"-addAdditional:","abstract":"

    Add an additional element

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(im)isInformative":{"name":"-isInformative","abstract":"

    Determine if a complete informative file name

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(im)name":{"name":"-name","abstract":"

    Get the file name

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(im)nameWithExtension":{"name":"-nameWithExtension","abstract":"

    Get the file name with GeoPackage extension

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(im)delimitersToSpaces:":{"name":"-delimitersToSpaces:","abstract":"

    Replace word delimiters with spaces

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFile.html#/c:objc(cs)GPKGDgiwgFile(py)file":{"name":"file","abstract":"

    GeoPackage File

    ","parent_name":"GPKGDgiwgFile"},"Classes/GPKGDgiwgFile.html#/c:objc(cs)GPKGDgiwgFile(py)fileName":{"name":"fileName","abstract":"

    DGIWG File Name

    ","parent_name":"GPKGDgiwgFile"},"Classes/GPKGDgiwgFile.html#/c:objc(cs)GPKGDgiwgFile(im)initWithFile:":{"name":"-initWithFile:","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgFile"},"Classes/GPKGDgiwgFile.html#/c:objc(cs)GPKGDgiwgFile(im)initWithFile:andFileName:":{"name":"-initWithFile:andFileName:","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgFile"},"Classes/GPKGDgiwgFile.html#/c:objc(cs)GPKGDgiwgFile(im)initWithFile:andName:":{"name":"-initWithFile:andName:","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgFile"},"Classes/GPKGDgiwgFile.html#/c:objc(cs)GPKGDgiwgFile(im)name":{"name":"-name","abstract":"

    Get the file name

    ","parent_name":"GPKGDgiwgFile"},"Classes/GPKGDgiwgFile.html#/c:objc(cs)GPKGDgiwgFile(im)setFileNameFromFile:":{"name":"-setFileNameFromFile:","abstract":"

    Set the DGIWG file name

    ","parent_name":"GPKGDgiwgFile"},"Classes/GPKGDgiwgDataTypes.html#/c:objc(cs)GPKGDgiwgDataTypes(cm)dataType:":{"name":"+dataType:","abstract":"

    Get the contents data type

    ","parent_name":"GPKGDgiwgDataTypes"},"Classes/GPKGDgiwgDataTypes.html#/c:objc(cs)GPKGDgiwgDataTypes(cm)name:":{"name":"+name:","abstract":"

    Get the name

    ","parent_name":"GPKGDgiwgDataTypes"},"Classes/GPKGDgiwgDataTypes.html#/c:objc(cs)GPKGDgiwgDataTypes(cm)dimension:":{"name":"+dimension:","abstract":"

    Get the dimension

    ","parent_name":"GPKGDgiwgDataTypes"},"Classes/GPKGDgiwgDataTypes.html#/c:objc(cs)GPKGDgiwgDataTypes(cm)isFeatures:":{"name":"+isFeatures:","abstract":"

    Is a features data type

    ","parent_name":"GPKGDgiwgDataTypes"},"Classes/GPKGDgiwgDataTypes.html#/c:objc(cs)GPKGDgiwgDataTypes(cm)isTiles:":{"name":"+isTiles:","abstract":"

    Is a tiles data type

    ","parent_name":"GPKGDgiwgDataTypes"},"Classes/GPKGDgiwgDataTypes.html#/c:objc(cs)GPKGDgiwgDataTypes(cm)is2D:":{"name":"+is2D:","abstract":"

    Is a 2D data type

    ","parent_name":"GPKGDgiwgDataTypes"},"Classes/GPKGDgiwgDataTypes.html#/c:objc(cs)GPKGDgiwgDataTypes(cm)is3D:":{"name":"+is3D:","abstract":"

    Is a 3D data type

    ","parent_name":"GPKGDgiwgDataTypes"},"Classes/GPKGDgiwgDataTypes.html#/c:objc(cs)GPKGDgiwgDataTypes(cm)z:":{"name":"+z:","abstract":"

    Get a geometry columns z value, 0 for prohibited and 1 for mandatory

    ","parent_name":"GPKGDgiwgDataTypes"},"Classes/GPKGDgiwgDataTypes.html#/c:objc(cs)GPKGDgiwgDataTypes(cm)dataTypes:":{"name":"+dataTypes:","abstract":"

    Get the data types for the contents data type

    ","parent_name":"GPKGDgiwgDataTypes"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(cm)fromType:":{"name":"+fromType:","abstract":"

    Get a CRS by type

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(im)type":{"name":"-type","abstract":"

    Get the type

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(im)authority":{"name":"-authority","abstract":"

    Get the authority

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(im)code":{"name":"-code","abstract":"

    Get the code

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(im)authorityAndCode":{"name":"-authorityAndCode","abstract":"

    Get the authority and code

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(im)name":{"name":"-name","abstract":"

    Get the name

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(im)crsType":{"name":"-crsType","abstract":"

    Get the CRS type

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(im)dimension":{"name":"-dimension","abstract":"

    Get the dimension

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(im)wkt":{"name":"-wkt","abstract":"

    Get the Well-Known Text

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(im)theDescription":{"name":"-theDescription","abstract":"

    Get the description

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(im)bounds":{"name":"-bounds","abstract":"

    Get the bounds

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(im)wgs84Bounds":{"name":"-wgs84Bounds","abstract":"

    Get the WGS84 bounds extent

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(im)dataTypes":{"name":"-dataTypes","abstract":"

    Get the data types

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(im)dataTypeNames":{"name":"-dataTypeNames","abstract":"

    Get the data type names

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(im)isCRSType:":{"name":"-isCRSType:","abstract":"

    Is the CRS Type

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(im)isDataType:":{"name":"-isDataType:","abstract":"

    Is valid for the Data Type

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(im)contentsDataTypes":{"name":"-contentsDataTypes","abstract":"

    Get the contents data types

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(im)tilesDataTypes":{"name":"-tilesDataTypes","abstract":"

    Get the tiles data types

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(im)hasTilesDataTypes":{"name":"-hasTilesDataTypes","abstract":"

    Has tiles data types

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(im)featuresDataTypes":{"name":"-featuresDataTypes","abstract":"

    Get the features data types

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(im)hasFeaturesDataTypes":{"name":"-hasFeaturesDataTypes","abstract":"

    Has features data types

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(im)dataTypes:":{"name":"-dataTypes:","abstract":"

    Get the data types for the contents data type

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(im)createSpatialReferenceSystem":{"name":"-createSpatialReferenceSystem","abstract":"

    Create a Spatial Reference System

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(im)createTilesSpatialReferenceSystem":{"name":"-createTilesSpatialReferenceSystem","abstract":"

    Validate the CRS for tiles and get the SRS

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(im)createFeaturesSpatialReferenceSystem":{"name":"-createFeaturesSpatialReferenceSystem","abstract":"

    Validate the CRS for features and get the SRS

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(cm)createLambertConicConformal1SPWithEPSG:andName:andCRS:andGeoDatum:andLatitudeOfOrigin:andCentralMeridian:andScaleFactor:andFalseEasting:andFalseNorthing:":{"name":"+createLambertConicConformal1SPWithEPSG:andName:andCRS:andGeoDatum:andLatitudeOfOrigin:andCentralMeridian:andScaleFactor:andFalseEasting:andFalseNorthing:","abstract":"

    Create a Lambert Conic Conformal 1SP Spatial Reference System

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(cm)createLambertConicConformal2SPWithEPSG:andName:andCRS:andGeoDatum:andStandardParallel1:andStandardParallel2:andLatitudeOfOrigin:andCentralMeridian:andFalseEasting:andFalseNorthing:":{"name":"+createLambertConicConformal2SPWithEPSG:andName:andCRS:andGeoDatum:andStandardParallel1:andStandardParallel2:andLatitudeOfOrigin:andCentralMeridian:andFalseEasting:andFalseNorthing:","abstract":"

    Create a Lambert Conic Conformal 2SP Spatial Reference System

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(cm)coordinateReferenceSystemWithEPSG:":{"name":"+coordinateReferenceSystemWithEPSG:","abstract":"

    Get the coordinate reference system for the EPSG code

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(cm)coordinateReferenceSystemWithSRS:":{"name":"+coordinateReferenceSystemWithSRS:","abstract":"

    Get the coordinate reference system for the spatial reference system

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(cm)coordinateReferenceSystemWithAuthority:andCode:":{"name":"+coordinateReferenceSystemWithAuthority:andCode:","abstract":"

    Get the coordinate reference system for the authority and code

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(cm)coordinateReferenceSystemsForType:":{"name":"+coordinateReferenceSystemsForType:","abstract":"

    Get the supported coordinate reference systems for the data type

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(cm)coordinateReferenceSystemsForContentsType:":{"name":"+coordinateReferenceSystemsForContentsType:","abstract":"

    Get the supported coordinate reference systems for the contents data type

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGUniqueConstraint.html#/c:objc(cs)GPKGUniqueConstraint(py)columns":{"name":"columns","abstract":"

    Columns included in the unique constraint

    ","parent_name":"GPKGUniqueConstraint"},"Classes/GPKGUniqueConstraint.html#/c:objc(cs)GPKGUniqueConstraint(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGUniqueConstraint"},"Classes/GPKGUniqueConstraint.html#/c:objc(cs)GPKGUniqueConstraint(im)initWithName:":{"name":"-initWithName:","abstract":"

    Initialize

    ","parent_name":"GPKGUniqueConstraint"},"Classes/GPKGUniqueConstraint.html#/c:objc(cs)GPKGUniqueConstraint(im)initWithOrder:":{"name":"-initWithOrder:","abstract":"

    Initialize

    ","parent_name":"GPKGUniqueConstraint"},"Classes/GPKGUniqueConstraint.html#/c:objc(cs)GPKGUniqueConstraint(im)initWithName:andOrder:":{"name":"-initWithName:andOrder:","abstract":"

    Initialize

    ","parent_name":"GPKGUniqueConstraint"},"Classes/GPKGUniqueConstraint.html#/c:objc(cs)GPKGUniqueConstraint(im)initWithColumn:":{"name":"-initWithColumn:","abstract":"

    Initialize

    ","parent_name":"GPKGUniqueConstraint"},"Classes/GPKGUniqueConstraint.html#/c:objc(cs)GPKGUniqueConstraint(im)initWithColumns:":{"name":"-initWithColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGUniqueConstraint"},"Classes/GPKGUniqueConstraint.html#/c:objc(cs)GPKGUniqueConstraint(im)initWithName:andColumn:":{"name":"-initWithName:andColumn:","abstract":"

    Initialize

    ","parent_name":"GPKGUniqueConstraint"},"Classes/GPKGUniqueConstraint.html#/c:objc(cs)GPKGUniqueConstraint(im)initWithName:andColumns:":{"name":"-initWithName:andColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGUniqueConstraint"},"Classes/GPKGUniqueConstraint.html#/c:objc(cs)GPKGUniqueConstraint(im)addColumn:":{"name":"-addColumn:","abstract":"

    Add column

    ","parent_name":"GPKGUniqueConstraint"},"Classes/GPKGUniqueConstraint.html#/c:objc(cs)GPKGUniqueConstraint(im)addColumns:":{"name":"-addColumns:","abstract":"

    Add columns

    ","parent_name":"GPKGUniqueConstraint"},"Classes/GPKGTableInfo.html#/c:objc(cs)GPKGTableInfo(im)tableName":{"name":"-tableName","abstract":"

    Get the table name

    ","parent_name":"GPKGTableInfo"},"Classes/GPKGTableInfo.html#/c:objc(cs)GPKGTableInfo(im)numColumns":{"name":"-numColumns","abstract":"

    Number of columns

    ","parent_name":"GPKGTableInfo"},"Classes/GPKGTableInfo.html#/c:objc(cs)GPKGTableInfo(im)columns":{"name":"-columns","abstract":"

    Get the columns

    ","parent_name":"GPKGTableInfo"},"Classes/GPKGTableInfo.html#/c:objc(cs)GPKGTableInfo(im)columnAtIndex:":{"name":"-columnAtIndex:","abstract":"

    Get the column at the index

    ","parent_name":"GPKGTableInfo"},"Classes/GPKGTableInfo.html#/c:objc(cs)GPKGTableInfo(im)hasColumn:":{"name":"-hasColumn:","abstract":"

    Check if the table has the column

    ","parent_name":"GPKGTableInfo"},"Classes/GPKGTableInfo.html#/c:objc(cs)GPKGTableInfo(im)column:":{"name":"-column:","abstract":"

    Get the column with the name

    ","parent_name":"GPKGTableInfo"},"Classes/GPKGTableInfo.html#/c:objc(cs)GPKGTableInfo(im)hasPrimaryKey":{"name":"-hasPrimaryKey","abstract":"

    Check if the table has one or more primary keys

    ","parent_name":"GPKGTableInfo"},"Classes/GPKGTableInfo.html#/c:objc(cs)GPKGTableInfo(im)primaryKeys":{"name":"-primaryKeys","abstract":"

    Get the primary key columns

    ","parent_name":"GPKGTableInfo"},"Classes/GPKGTableInfo.html#/c:objc(cs)GPKGTableInfo(im)primaryKey":{"name":"-primaryKey","abstract":"

    Get the single or first primary key if one exists

    ","parent_name":"GPKGTableInfo"},"Classes/GPKGTableInfo.html#/c:objc(cs)GPKGTableInfo(cm)infoWithConnection:andTable:":{"name":"+infoWithConnection:andTable:","abstract":"

    Query for the table_info of the table name

    ","parent_name":"GPKGTableInfo"},"Classes/GPKGTableInfo.html#/c:objc(cs)GPKGTableInfo(cm)dataType:":{"name":"+dataType:","abstract":"

    Get the data type from the type value

    ","parent_name":"GPKGTableInfo"},"Classes/GPKGTableInfo.html#/c:objc(cs)GPKGTableInfo(cm)defaultValue:withType:":{"name":"+defaultValue:withType:","abstract":"

    Get the default object value for the string default value and type

    ","parent_name":"GPKGTableInfo"},"Classes/GPKGTableInfo.html#/c:objc(cs)GPKGTableInfo(cm)defaultValue:withDataType:":{"name":"+defaultValue:withDataType:","abstract":"

    Get the default object value for the string default value with the data","parent_name":"GPKGTableInfo"},"Classes/GPKGTableConstraints.html#/c:objc(cs)GPKGTableConstraints(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGTableConstraints"},"Classes/GPKGTableConstraints.html#/c:objc(cs)GPKGTableConstraints(im)addTableConstraint:":{"name":"-addTableConstraint:","abstract":"

    Add a table constraint

    ","parent_name":"GPKGTableConstraints"},"Classes/GPKGTableConstraints.html#/c:objc(cs)GPKGTableConstraints(im)addTableConstraints:":{"name":"-addTableConstraints:","abstract":"

    Add table constraints

    ","parent_name":"GPKGTableConstraints"},"Classes/GPKGTableConstraints.html#/c:objc(cs)GPKGTableConstraints(im)tableConstraints":{"name":"-tableConstraints","abstract":"

    Get the table constraints

    ","parent_name":"GPKGTableConstraints"},"Classes/GPKGTableConstraints.html#/c:objc(cs)GPKGTableConstraints(im)tableConstraintAtIndex:":{"name":"-tableConstraintAtIndex:","abstract":"

    Get the table constraint at the index

    ","parent_name":"GPKGTableConstraints"},"Classes/GPKGTableConstraints.html#/c:objc(cs)GPKGTableConstraints(im)numTableConstraints":{"name":"-numTableConstraints","abstract":"

    Get the number of table constraints

    ","parent_name":"GPKGTableConstraints"},"Classes/GPKGTableConstraints.html#/c:objc(cs)GPKGTableConstraints(im)addColumnConstraint:forColumn:":{"name":"-addColumnConstraint:forColumn:","abstract":"

    Add a column constraint

    ","parent_name":"GPKGTableConstraints"},"Classes/GPKGTableConstraints.html#/c:objc(cs)GPKGTableConstraints(im)addColumnConstraintsInArray:forColumn:":{"name":"-addColumnConstraintsInArray:forColumn:","abstract":"

    Add column constraints

    ","parent_name":"GPKGTableConstraints"},"Classes/GPKGTableConstraints.html#/c:objc(cs)GPKGTableConstraints(im)addColumnConstraints:":{"name":"-addColumnConstraints:","abstract":"

    Add column constraints

    ","parent_name":"GPKGTableConstraints"},"Classes/GPKGTableConstraints.html#/c:objc(cs)GPKGTableConstraints(im)addColumnConstraintsInDictionary:":{"name":"-addColumnConstraintsInDictionary:","abstract":"

    Add column constraints

    ","parent_name":"GPKGTableConstraints"},"Classes/GPKGTableConstraints.html#/c:objc(cs)GPKGTableConstraints(im)addColumnConstraintsInArray:":{"name":"-addColumnConstraintsInArray:","abstract":"

    Add column constraints

    ","parent_name":"GPKGTableConstraints"},"Classes/GPKGTableConstraints.html#/c:objc(cs)GPKGTableConstraints(im)columnConstraints":{"name":"-columnConstraints","abstract":"

    Get the column constraints

    ","parent_name":"GPKGTableConstraints"},"Classes/GPKGTableConstraints.html#/c:objc(cs)GPKGTableConstraints(im)columnsWithConstraints":{"name":"-columnsWithConstraints","abstract":"

    Get the column names with constraints

    ","parent_name":"GPKGTableConstraints"},"Classes/GPKGTableConstraints.html#/c:objc(cs)GPKGTableConstraints(im)columnConstraintsForColumn:":{"name":"-columnConstraintsForColumn:","abstract":"

    Get the column constraints

    ","parent_name":"GPKGTableConstraints"},"Classes/GPKGTableConstraints.html#/c:objc(cs)GPKGTableConstraints(im)columnConstraintForColumn:atIndex:":{"name":"-columnConstraintForColumn:atIndex:","abstract":"

    Get the column constraint at the index

    ","parent_name":"GPKGTableConstraints"},"Classes/GPKGTableConstraints.html#/c:objc(cs)GPKGTableConstraints(im)numConstraintsForColumn:":{"name":"-numConstraintsForColumn:","abstract":"

    Get the number of column constraints for the column name

    ","parent_name":"GPKGTableConstraints"},"Classes/GPKGTableConstraints.html#/c:objc(cs)GPKGTableConstraints(im)addConstraints:":{"name":"-addConstraints:","abstract":"

    Add table constraints

    ","parent_name":"GPKGTableConstraints"},"Classes/GPKGTableConstraints.html#/c:objc(cs)GPKGTableConstraints(im)hasConstraints":{"name":"-hasConstraints","abstract":"

    Check if there are constraints

    ","parent_name":"GPKGTableConstraints"},"Classes/GPKGTableConstraints.html#/c:objc(cs)GPKGTableConstraints(im)hasTableConstraints":{"name":"-hasTableConstraints","abstract":"

    Check if there are table constraints

    ","parent_name":"GPKGTableConstraints"},"Classes/GPKGTableConstraints.html#/c:objc(cs)GPKGTableConstraints(im)hasColumnConstraints":{"name":"-hasColumnConstraints","abstract":"

    Check if there are column constraints

    ","parent_name":"GPKGTableConstraints"},"Classes/GPKGTableConstraints.html#/c:objc(cs)GPKGTableConstraints(im)hasConstraintsForColumn:":{"name":"-hasConstraintsForColumn:","abstract":"

    Check if there are column constraints for the column name

    ","parent_name":"GPKGTableConstraints"},"Classes/GPKGTableColumn.html#/c:objc(cs)GPKGTableColumn(im)initWithIndex:andName:andType:andDataType:andMax:andNotNull:andDefaultValueString:andDefaultValue:andPrimaryKey:":{"name":"-initWithIndex:andName:andType:andDataType:andMax:andNotNull:andDefaultValueString:andDefaultValue:andPrimaryKey:","abstract":"

    Initialize

    ","parent_name":"GPKGTableColumn"},"Classes/GPKGTableColumn.html#/c:objc(cs)GPKGTableColumn(im)index":{"name":"-index","abstract":"

    Get the column index

    ","parent_name":"GPKGTableColumn"},"Classes/GPKGTableColumn.html#/c:objc(cs)GPKGTableColumn(im)name":{"name":"-name","abstract":"

    Get the column name

    ","parent_name":"GPKGTableColumn"},"Classes/GPKGTableColumn.html#/c:objc(cs)GPKGTableColumn(im)type":{"name":"-type","abstract":"

    Get the column type

    ","parent_name":"GPKGTableColumn"},"Classes/GPKGTableColumn.html#/c:objc(cs)GPKGTableColumn(im)dataType":{"name":"-dataType","abstract":"

    Get the column data type

    ","parent_name":"GPKGTableColumn"},"Classes/GPKGTableColumn.html#/c:objc(cs)GPKGTableColumn(im)isDataType:":{"name":"-isDataType:","abstract":"

    Is the column the data type

    ","parent_name":"GPKGTableColumn"},"Classes/GPKGTableColumn.html#/c:objc(cs)GPKGTableColumn(im)max":{"name":"-max","abstract":"

    Get the column max value

    ","parent_name":"GPKGTableColumn"},"Classes/GPKGTableColumn.html#/c:objc(cs)GPKGTableColumn(im)notNull":{"name":"-notNull","abstract":"

    Is this a not null column?

    ","parent_name":"GPKGTableColumn"},"Classes/GPKGTableColumn.html#/c:objc(cs)GPKGTableColumn(im)defaultValueString":{"name":"-defaultValueString","abstract":"

    Get the default value as a string

    ","parent_name":"GPKGTableColumn"},"Classes/GPKGTableColumn.html#/c:objc(cs)GPKGTableColumn(im)defaultValue":{"name":"-defaultValue","abstract":"

    Get the default value

    ","parent_name":"GPKGTableColumn"},"Classes/GPKGTableColumn.html#/c:objc(cs)GPKGTableColumn(im)primaryKey":{"name":"-primaryKey","abstract":"

    Is this a primary key column?

    ","parent_name":"GPKGTableColumn"},"Classes/GPKGRawConstraint.html#/c:objc(cs)GPKGRawConstraint(py)sql":{"name":"sql","abstract":"

    SQL statement

    ","parent_name":"GPKGRawConstraint"},"Classes/GPKGRawConstraint.html#/c:objc(cs)GPKGRawConstraint(im)initWithSql:":{"name":"-initWithSql:","abstract":"

    Initialize

    ","parent_name":"GPKGRawConstraint"},"Classes/GPKGRawConstraint.html#/c:objc(cs)GPKGRawConstraint(im)initWithType:andSql:":{"name":"-initWithType:andSql:","abstract":"

    Initialize

    ","parent_name":"GPKGRawConstraint"},"Classes/GPKGRawConstraint.html#/c:objc(cs)GPKGRawConstraint(im)initWithType:andName:andSql:":{"name":"-initWithType:andName:andSql:","abstract":"

    Initialize

    ","parent_name":"GPKGRawConstraint"},"Classes/GPKGRawConstraint.html#/c:objc(cs)GPKGRawConstraint(im)initWithOrder:andSql:":{"name":"-initWithOrder:andSql:","abstract":"

    Constructor

    ","parent_name":"GPKGRawConstraint"},"Classes/GPKGRawConstraint.html#/c:objc(cs)GPKGRawConstraint(im)initWithType:andOrder:andSql:":{"name":"-initWithType:andOrder:andSql:","abstract":"

    Constructor

    ","parent_name":"GPKGRawConstraint"},"Classes/GPKGRawConstraint.html#/c:objc(cs)GPKGRawConstraint(im)initWithType:andName:andOrder:andSql:":{"name":"-initWithType:andName:andOrder:andSql:","abstract":"

    Constructor

    ","parent_name":"GPKGRawConstraint"},"Classes/GPKGRawConstraint.html#/c:objc(cs)GPKGRawConstraint(im)setTypeFromSql:":{"name":"-setTypeFromSql:","abstract":"

    Set the type from the constraint SQL

    ","parent_name":"GPKGRawConstraint"},"Classes/GPKGRawConstraint.html#/c:objc(cs)GPKGRawConstraint(im)setNameFromSql:":{"name":"-setNameFromSql:","abstract":"

    Set the name from the constraint SQL

    ","parent_name":"GPKGRawConstraint"},"Classes/GPKGConstraints.html#/c:objc(cs)GPKGConstraints(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGConstraints"},"Classes/GPKGConstraints.html#/c:objc(cs)GPKGConstraints(im)initWithConstraints:":{"name":"-initWithConstraints:","abstract":"

    Initialize

    ","parent_name":"GPKGConstraints"},"Classes/GPKGConstraints.html#/c:objc(cs)GPKGConstraints(im)add:":{"name":"-add:","abstract":"

    Add constraint

    ","parent_name":"GPKGConstraints"},"Classes/GPKGConstraints.html#/c:objc(cs)GPKGConstraints(im)addArray:":{"name":"-addArray:","abstract":"

    Add constraints

    ","parent_name":"GPKGConstraints"},"Classes/GPKGConstraints.html#/c:objc(cs)GPKGConstraints(im)addConstraints:":{"name":"-addConstraints:","abstract":"

    Add constraints

    ","parent_name":"GPKGConstraints"},"Classes/GPKGConstraints.html#/c:objc(cs)GPKGConstraints(im)has":{"name":"-has","abstract":"

    Check if has constraints

    ","parent_name":"GPKGConstraints"},"Classes/GPKGConstraints.html#/c:objc(cs)GPKGConstraints(im)hasType:":{"name":"-hasType:","abstract":"

    Check if has constraints of the provided type

    ","parent_name":"GPKGConstraints"},"Classes/GPKGConstraints.html#/c:objc(cs)GPKGConstraints(im)size":{"name":"-size","abstract":"

    Get the number of constraints

    ","parent_name":"GPKGConstraints"},"Classes/GPKGConstraints.html#/c:objc(cs)GPKGConstraints(im)sizeOfType:":{"name":"-sizeOfType:","abstract":"

    Get the number of constraints of the provided type

    ","parent_name":"GPKGConstraints"},"Classes/GPKGConstraints.html#/c:objc(cs)GPKGConstraints(im)all":{"name":"-all","abstract":"

    Get the constraints

    ","parent_name":"GPKGConstraints"},"Classes/GPKGConstraints.html#/c:objc(cs)GPKGConstraints(im)atIndex:":{"name":"-atIndex:","abstract":"

    Get the constraint at the index

    ","parent_name":"GPKGConstraints"},"Classes/GPKGConstraints.html#/c:objc(cs)GPKGConstraints(im)ofType:":{"name":"-ofType:","abstract":"

    Get the constraints of the provided type

    ","parent_name":"GPKGConstraints"},"Classes/GPKGConstraints.html#/c:objc(cs)GPKGConstraints(im)clear":{"name":"-clear","abstract":"

    Clear the constraints

    ","parent_name":"GPKGConstraints"},"Classes/GPKGConstraints.html#/c:objc(cs)GPKGConstraints(im)clearType:":{"name":"-clearType:","abstract":"

    Clear the constraints of the provided type

    ","parent_name":"GPKGConstraints"},"Classes/GPKGConstraintTypes.html#/c:objc(cs)GPKGConstraintTypes(cm)name:":{"name":"+name:","abstract":"

    Get the name of the constraint type

    ","parent_name":"GPKGConstraintTypes"},"Classes/GPKGConstraintTypes.html#/c:objc(cs)GPKGConstraintTypes(cm)fromName:":{"name":"+fromName:","abstract":"

    Get the constraint type from the constraint type name

    ","parent_name":"GPKGConstraintTypes"},"Classes/GPKGConstraintTypes.html#/c:objc(cs)GPKGConstraintTypes(cm)tableTypeOfValue:":{"name":"+tableTypeOfValue:","abstract":"

    Get a matching table constraint type from the value

    ","parent_name":"GPKGConstraintTypes"},"Classes/GPKGConstraintTypes.html#/c:objc(cs)GPKGConstraintTypes(cm)columnTypeOfValue:":{"name":"+columnTypeOfValue:","abstract":"

    Get a matching column constraint type from the value

    ","parent_name":"GPKGConstraintTypes"},"Classes/GPKGConstraintTypes.html#/c:objc(cs)GPKGConstraintTypes(cm)typeOfValue:":{"name":"+typeOfValue:","abstract":"

    Get a matching constraint type from the value

    ","parent_name":"GPKGConstraintTypes"},"Classes/GPKGConstraintParser.html#/c:objc(cs)GPKGConstraintParser(cm)tableConstraintsForSQL:":{"name":"+tableConstraintsForSQL:","abstract":"

    Get the constraints for the table SQL

    ","parent_name":"GPKGConstraintParser"},"Classes/GPKGConstraintParser.html#/c:objc(cs)GPKGConstraintParser(cm)columnConstraintsForSQL:":{"name":"+columnConstraintsForSQL:","abstract":"

    Attempt to get column constraints by parsing the SQL statement

    ","parent_name":"GPKGConstraintParser"},"Classes/GPKGConstraintParser.html#/c:objc(cs)GPKGConstraintParser(cm)tableConstraintForSQL:":{"name":"+tableConstraintForSQL:","abstract":"

    Attempt to get a table constraint by parsing the SQL statement

    ","parent_name":"GPKGConstraintParser"},"Classes/GPKGConstraintParser.html#/c:objc(cs)GPKGConstraintParser(cm)isTableConstraint:":{"name":"+isTableConstraint:","abstract":"

    Check if the SQL is a table type constraint

    ","parent_name":"GPKGConstraintParser"},"Classes/GPKGConstraintParser.html#/c:objc(cs)GPKGConstraintParser(cm)tableTypeForSQL:":{"name":"+tableTypeForSQL:","abstract":"

    Get the table constraint type of the constraint SQL

    ","parent_name":"GPKGConstraintParser"},"Classes/GPKGConstraintParser.html#/c:objc(cs)GPKGConstraintParser(cm)isTableSQL:type:":{"name":"+isTableSQL:type:","abstract":"

    Determine if the table constraint SQL is the constraint type

    ","parent_name":"GPKGConstraintParser"},"Classes/GPKGConstraintParser.html#/c:objc(cs)GPKGConstraintParser(cm)columnConstraintForSQL:":{"name":"+columnConstraintForSQL:","abstract":"

    Attempt to get a column constraint by parsing the SQL statement

    ","parent_name":"GPKGConstraintParser"},"Classes/GPKGConstraintParser.html#/c:objc(cs)GPKGConstraintParser(cm)isColumnConstraint:":{"name":"+isColumnConstraint:","abstract":"

    Check if the SQL is a column type constraint

    ","parent_name":"GPKGConstraintParser"},"Classes/GPKGConstraintParser.html#/c:objc(cs)GPKGConstraintParser(cm)columnTypeForSQL:":{"name":"+columnTypeForSQL:","abstract":"

    Get the column constraint type of the constraint SQL

    ","parent_name":"GPKGConstraintParser"},"Classes/GPKGConstraintParser.html#/c:objc(cs)GPKGConstraintParser(cm)isColumnSQL:type:":{"name":"+isColumnSQL:type:","abstract":"

    Determine if the column constraint SQL is the constraint type

    ","parent_name":"GPKGConstraintParser"},"Classes/GPKGConstraintParser.html#/c:objc(cs)GPKGConstraintParser(cm)constraintForSQL:":{"name":"+constraintForSQL:","abstract":"

    Attempt to get a constraint by parsing the SQL statement

    ","parent_name":"GPKGConstraintParser"},"Classes/GPKGConstraintParser.html#/c:objc(cs)GPKGConstraintParser(cm)isConstraint:":{"name":"+isConstraint:","abstract":"

    Check if the SQL is a constraint

    ","parent_name":"GPKGConstraintParser"},"Classes/GPKGConstraintParser.html#/c:objc(cs)GPKGConstraintParser(cm)typeForSQL:":{"name":"+typeForSQL:","abstract":"

    Get the constraint type of the constraint SQL

    ","parent_name":"GPKGConstraintParser"},"Classes/GPKGConstraintParser.html#/c:objc(cs)GPKGConstraintParser(cm)isSQL:type:":{"name":"+isSQL:type:","abstract":"

    Determine if the constraint SQL is the constraint type

    ","parent_name":"GPKGConstraintParser"},"Classes/GPKGConstraintParser.html#/c:objc(cs)GPKGConstraintParser(cm)nameForSQL:":{"name":"+nameForSQL:","abstract":"

    Get the constraint name if it has one

    ","parent_name":"GPKGConstraintParser"},"Classes/GPKGConstraintParser.html#/c:objc(cs)GPKGConstraintParser(cm)nameAndDefinitionForSQL:":{"name":"+nameAndDefinitionForSQL:","abstract":"

    Get the constraint name and remaining definition

    ","parent_name":"GPKGConstraintParser"},"Classes/GPKGConstraint.html#/c:objc(cs)GPKGConstraint(py)name":{"name":"name","abstract":"

    Optional constraint name

    ","parent_name":"GPKGConstraint"},"Classes/GPKGConstraint.html#/c:objc(cs)GPKGConstraint(py)type":{"name":"type","abstract":"

    Constraint type

    ","parent_name":"GPKGConstraint"},"Classes/GPKGConstraint.html#/c:objc(cs)GPKGConstraint(py)order":{"name":"order","abstract":"

    Optional order

    ","parent_name":"GPKGConstraint"},"Classes/GPKGConstraint.html#/c:objc(cs)GPKGConstraint(im)initWithType:":{"name":"-initWithType:","abstract":"

    Initialize

    ","parent_name":"GPKGConstraint"},"Classes/GPKGConstraint.html#/c:objc(cs)GPKGConstraint(im)initWithType:andName:":{"name":"-initWithType:andName:","abstract":"

    Initialize

    ","parent_name":"GPKGConstraint"},"Classes/GPKGConstraint.html#/c:objc(cs)GPKGConstraint(im)initWithType:andOrder:":{"name":"-initWithType:andOrder:","abstract":"

    Initialize

    ","parent_name":"GPKGConstraint"},"Classes/GPKGConstraint.html#/c:objc(cs)GPKGConstraint(im)initWithType:andName:andOrder:":{"name":"-initWithType:andName:andOrder:","abstract":"

    Initialize

    ","parent_name":"GPKGConstraint"},"Classes/GPKGConstraint.html#/c:objc(cs)GPKGConstraint(im)buildNameSql":{"name":"-buildNameSql","abstract":"

    Build the name SQL

    ","parent_name":"GPKGConstraint"},"Classes/GPKGConstraint.html#/c:objc(cs)GPKGConstraint(im)buildSql":{"name":"-buildSql","abstract":"

    Build the constraint SQL

    ","parent_name":"GPKGConstraint"},"Classes/GPKGConstraint.html#/c:objc(cs)GPKGConstraint(im)sortOrder":{"name":"-sortOrder","abstract":"

    Get the order for maintaining sorted constraints

    ","parent_name":"GPKGConstraint"},"Classes/GPKGColumnConstraints.html#/c:objc(cs)GPKGColumnConstraints(py)name":{"name":"name","abstract":"

    Column name

    ","parent_name":"GPKGColumnConstraints"},"Classes/GPKGColumnConstraints.html#/c:objc(cs)GPKGColumnConstraints(py)constraints":{"name":"constraints","abstract":"

    Column constraints

    ","parent_name":"GPKGColumnConstraints"},"Classes/GPKGColumnConstraints.html#/c:objc(cs)GPKGColumnConstraints(im)initWithName:":{"name":"-initWithName:","abstract":"

    Initialize

    ","parent_name":"GPKGColumnConstraints"},"Classes/GPKGColumnConstraints.html#/c:objc(cs)GPKGColumnConstraints(im)addConstraint:":{"name":"-addConstraint:","abstract":"

    Add a constraint

    ","parent_name":"GPKGColumnConstraints"},"Classes/GPKGColumnConstraints.html#/c:objc(cs)GPKGColumnConstraints(im)addConstraintArray:":{"name":"-addConstraintArray:","abstract":"

    Add constraints

    ","parent_name":"GPKGColumnConstraints"},"Classes/GPKGColumnConstraints.html#/c:objc(cs)GPKGColumnConstraints(im)addConstraints:":{"name":"-addConstraints:","abstract":"

    Add constraints

    ","parent_name":"GPKGColumnConstraints"},"Classes/GPKGColumnConstraints.html#/c:objc(cs)GPKGColumnConstraints(im)constraintAtIndex:":{"name":"-constraintAtIndex:","abstract":"

    Get the constraint at the index

    ","parent_name":"GPKGColumnConstraints"},"Classes/GPKGColumnConstraints.html#/c:objc(cs)GPKGColumnConstraints(im)numConstraints":{"name":"-numConstraints","abstract":"

    Get the number of constraints

    ","parent_name":"GPKGColumnConstraints"},"Classes/GPKGColumnConstraints.html#/c:objc(cs)GPKGColumnConstraints(im)addColumnConstraints:":{"name":"-addColumnConstraints:","abstract":"

    Add constraints

    ","parent_name":"GPKGColumnConstraints"},"Classes/GPKGColumnConstraints.html#/c:objc(cs)GPKGColumnConstraints(im)hasConstraints":{"name":"-hasConstraints","abstract":"

    Check if there are constraints

    ","parent_name":"GPKGColumnConstraints"},"Classes/GPKGSqliteConnection.html#/c:objc(cs)GPKGSqliteConnection(py)reusable":{"name":"reusable","abstract":"

    Reusable connection flag

    ","parent_name":"GPKGSqliteConnection"},"Classes/GPKGSqliteConnection.html#/c:objc(cs)GPKGSqliteConnection(im)initWithId:andConnection:andPool:andStackTrace:":{"name":"-initWithId:andConnection:andPool:andStackTrace:","abstract":"

    Initialize

    ","parent_name":"GPKGSqliteConnection"},"Classes/GPKGSqliteConnection.html#/c:objc(cs)GPKGSqliteConnection(im)connectionId":{"name":"-connectionId","abstract":"

    Get the connection id

    ","parent_name":"GPKGSqliteConnection"},"Classes/GPKGSqliteConnection.html#/c:objc(cs)GPKGSqliteConnection(im)connection":{"name":"-connection","abstract":"

    Get the connection

    ","parent_name":"GPKGSqliteConnection"},"Classes/GPKGSqliteConnection.html#/c:objc(cs)GPKGSqliteConnection(im)releaseConnection":{"name":"-releaseConnection","abstract":"

    Release the connection back to the connection pool

    ","parent_name":"GPKGSqliteConnection"},"Classes/GPKGSqliteConnection.html#/c:objc(cs)GPKGSqliteConnection(im)checkOut":{"name":"-checkOut","abstract":"

    Update the check out attributes using the current thread as the new owner

    ","parent_name":"GPKGSqliteConnection"},"Classes/GPKGSqliteConnection.html#/c:objc(cs)GPKGSqliteConnection(im)checkIn":{"name":"-checkIn","abstract":"

    Clear the check out features upon check in

    ","parent_name":"GPKGSqliteConnection"},"Classes/GPKGSqliteConnection.html#/c:objc(cs)GPKGSqliteConnection(im)stackTrace":{"name":"-stackTrace","abstract":"

    Get the stack trace of when the owning thread checked out the connection.

    ","parent_name":"GPKGSqliteConnection"},"Classes/GPKGSqliteConnection.html#/c:objc(cs)GPKGSqliteConnection(im)dateCheckedOut":{"name":"-dateCheckedOut","abstract":"

    Get the date this connection was checked out

    ","parent_name":"GPKGSqliteConnection"},"Classes/GPKGSqliteConnection.html#/c:objc(cs)GPKGSqliteConnection(im)isReleasable":{"name":"-isReleasable","abstract":"

    Determine if this connection is releasable

    ","parent_name":"GPKGSqliteConnection"},"Classes/GPKGDbConnection.html#/c:objc(cs)GPKGDbConnection(py)resettable":{"name":"resettable","abstract":"

    Upon release of a writable connection, other open connections should be reset

    ","parent_name":"GPKGDbConnection"},"Classes/GPKGDbConnection.html#/c:objc(cs)GPKGDbConnection(im)initWithConnection:andReleasable:":{"name":"-initWithConnection:andReleasable:","abstract":"

    Initialize

    ","parent_name":"GPKGDbConnection"},"Classes/GPKGDbConnection.html#/c:objc(cs)GPKGDbConnection(im)initWithConnection:andReleasable:andWriteReleasable:":{"name":"-initWithConnection:andReleasable:andWriteReleasable:","abstract":"

    Initialize

    ","parent_name":"GPKGDbConnection"},"Classes/GPKGDbConnection.html#/c:objc(cs)GPKGDbConnection(im)initWithDbConnection:andReleasable:":{"name":"-initWithDbConnection:andReleasable:","abstract":"

    Initialize

    ","parent_name":"GPKGDbConnection"},"Classes/GPKGDbConnection.html#/c:objc(cs)GPKGDbConnection(im)initWithDbConnection:andReleasable:andWriteReleasable:":{"name":"-initWithDbConnection:andReleasable:andWriteReleasable:","abstract":"

    Initialize

    ","parent_name":"GPKGDbConnection"},"Classes/GPKGDbConnection.html#/c:objc(cs)GPKGDbConnection(im)connectionId":{"name":"-connectionId","abstract":"

    Get the connection id

    ","parent_name":"GPKGDbConnection"},"Classes/GPKGDbConnection.html#/c:objc(cs)GPKGDbConnection(im)connection":{"name":"-connection","abstract":"

    Get the connection

    ","parent_name":"GPKGDbConnection"},"Classes/GPKGDbConnection.html#/c:objc(cs)GPKGDbConnection(im)releaseConnection":{"name":"-releaseConnection","abstract":"

    Release the connection back to the connection pool. If not releasable, does nothing.

    ","parent_name":"GPKGDbConnection"},"Classes/GPKGDbConnection.html#/c:objc(cs)GPKGDbConnection(im)stackTrace":{"name":"-stackTrace","abstract":"

    Get the stack trace of when the owning thread checked out the connection.

    ","parent_name":"GPKGDbConnection"},"Classes/GPKGDbConnection.html#/c:objc(cs)GPKGDbConnection(im)dateCheckedOut":{"name":"-dateCheckedOut","abstract":"

    Get the date this connection was checked out

    ","parent_name":"GPKGDbConnection"},"Classes/GPKGDbConnection.html#/c:objc(cs)GPKGDbConnection(im)isReleasable":{"name":"-isReleasable","parent_name":"GPKGDbConnection"},"Classes/GPKGDbConnection.html#/c:objc(cs)GPKGDbConnection(im)isWriteReleasable":{"name":"-isWriteReleasable","abstract":"

    Determine if write access is releasable. This is always true when also releasable. This may be true when not releasable","parent_name":"GPKGDbConnection"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(cm)openConnectionsPerPool":{"name":"+openConnectionsPerPool","abstract":"

    Get the number of unused connections to keep open and available for use

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(cm)setOpenConnectionsPerPool:":{"name":"+setOpenConnectionsPerPool:","abstract":"

    Set the number of unused connections to keep open and available for use

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(cm)checkConnections":{"name":"+checkConnections","abstract":"

    Get the check connections state, when true used connections are checked to see if they are left open for long periods of time or indefinitly

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(cm)setCheckConnections:":{"name":"+setCheckConnections:","abstract":"

    Set the check connections state, when true used connections are checked to see if they are left open for long periods of time or indefinitly

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(cm)checkConnectionsFrequency":{"name":"+checkConnectionsFrequency","abstract":"

    Get the check connections frequency in seconds as the minimum time to wait before checking for stale open connections

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(cm)setCheckConnectionsFrequency:":{"name":"+setCheckConnectionsFrequency:","abstract":"

    Set the check connections frequency in seconds as the minimum time to wait before checking for stale open connections

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(cm)checkConnectionsWarningTime":{"name":"+checkConnectionsWarningTime","abstract":"

    Get the check connections warning time in seconds as the time an open connection causes warnings for being stale

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(cm)setCheckConnectionsWarningTime:":{"name":"+setCheckConnectionsWarningTime:","abstract":"

    Set the check connections warning time in seconds as the time an open connection causes warnings for being stale

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(cm)maintainStackTraces":{"name":"+maintainStackTraces","abstract":"

    Get the maintain statck traces state, when check connections is enabled and when true, stack traces are maintained from the thread that checks out a connection

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(cm)setMaintainStackTraces:":{"name":"+setMaintainStackTraces:","abstract":"

    Set the maintain statck traces state, when check connections is enabled and when true, stack traces are maintained from the thread that checks out a connection

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(im)initWithDatabaseFilename:":{"name":"-initWithDatabaseFilename:","abstract":"

    Initialize

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(im)close":{"name":"-close","abstract":"

    Close the connection pool, closing all connections

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(im)connection":{"name":"-connection","abstract":"

    Get a connection for single database reads (do not maintain open result sets), such as counts. The connection must be released when done.

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(im)resultConnection":{"name":"-resultConnection","abstract":"

    Get a connection for database reads that maintain open result sets, such as row queries. The connection must be released when done.

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(im)writeConnection":{"name":"-writeConnection","abstract":"

    Get a connection for database updates. The connection must be released when done.

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(im)beginTransaction":{"name":"-beginTransaction","abstract":"

    Begin an exclusive transaction on the database

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(im)beginResettableTransaction":{"name":"-beginResettableTransaction","abstract":"

    Begin an exclusive transaction on the database, resetting other open connections upon commit

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(im)commitTransaction":{"name":"-commitTransaction","abstract":"

    Commit an active transaction

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(im)rollbackTransaction":{"name":"-rollbackTransaction","abstract":"

    Rollback an active transaction

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(im)inTransaction":{"name":"-inTransaction","abstract":"

    Determine if currently within a transaction

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(im)releaseConnection:":{"name":"-releaseConnection:","abstract":"

    Release a connection, either adding it back to available pool connections or closing it

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(im)releaseConnectionWithId:":{"name":"-releaseConnectionWithId:","abstract":"

    Release a connection by id, either adding it back to available pool connections or closing it

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(im)connectionCount":{"name":"-connectionCount","abstract":"

    Total connection count of open available and used connections

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(im)addWriteFunction:":{"name":"-addWriteFunction:","abstract":"

    Add a custom function to be created on write connections

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(im)addWriteFunctions:":{"name":"-addWriteFunctions:","abstract":"

    Add a custom function to be created on write connections

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(im)execAllConnectionStatement:":{"name":"-execAllConnectionStatement:","abstract":"

    Execute the statement once on all open connections, waiting for used connections

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(im)execPersistentAllConnectionStatement:asName:":{"name":"-execPersistentAllConnectionStatement:asName:","abstract":"

    Execute the statement on all open and new connections, waiting for used connections

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(im)removePersistentAllConnectionStatementWithName:":{"name":"-removePersistentAllConnectionStatementWithName:","abstract":"

    Remove a persistent statement

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(im)clearPersistentStatements":{"name":"-clearPersistentStatements","abstract":"

    Clear all persistent statements

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGTableMetadataDao.html#/c:objc(cs)GPKGTableMetadataDao(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGTableMetadataDao"},"Classes/GPKGTableMetadataDao.html#/c:objc(cs)GPKGTableMetadataDao(im)deleteMetadata:":{"name":"-deleteMetadata:","abstract":"

    Delete table metadata

    ","parent_name":"GPKGTableMetadataDao"},"Classes/GPKGTableMetadataDao.html#/c:objc(cs)GPKGTableMetadataDao(im)deleteByGeoPackageName:":{"name":"-deleteByGeoPackageName:","abstract":"

    Delete table metadata by GeoPackage name

    ","parent_name":"GPKGTableMetadataDao"},"Classes/GPKGTableMetadataDao.html#/c:objc(cs)GPKGTableMetadataDao(im)deleteByGeoPackageId:":{"name":"-deleteByGeoPackageId:","abstract":"

    Delete table metadata by GeoPackage id

    ","parent_name":"GPKGTableMetadataDao"},"Classes/GPKGTableMetadataDao.html#/c:objc(cs)GPKGTableMetadataDao(im)deleteByGeoPackageName:andTableName:":{"name":"-deleteByGeoPackageName:andTableName:","abstract":"

    Delete table metadata by GeoPackage name and table name

    ","parent_name":"GPKGTableMetadataDao"},"Classes/GPKGTableMetadataDao.html#/c:objc(cs)GPKGTableMetadataDao(im)deleteByGeoPackageId:andTableName:":{"name":"-deleteByGeoPackageId:andTableName:","abstract":"

    Delete table metadata by GeoPackage id and table name

    ","parent_name":"GPKGTableMetadataDao"},"Classes/GPKGTableMetadataDao.html#/c:objc(cs)GPKGTableMetadataDao(im)updateLastIndexed:inMetadata:":{"name":"-updateLastIndexed:inMetadata:","abstract":"

    Update last indexed date of table metadata

    ","parent_name":"GPKGTableMetadataDao"},"Classes/GPKGTableMetadataDao.html#/c:objc(cs)GPKGTableMetadataDao(im)updateLastIndexed:withGeoPackageName:andTableName:":{"name":"-updateLastIndexed:withGeoPackageName:andTableName:","abstract":"

    Update last indexed of table metadata

    ","parent_name":"GPKGTableMetadataDao"},"Classes/GPKGTableMetadataDao.html#/c:objc(cs)GPKGTableMetadataDao(im)updateLastIndexed:withGeoPackageId:andTableName:":{"name":"-updateLastIndexed:withGeoPackageId:andTableName:","abstract":"

    Update last indexed of table metadata

    ","parent_name":"GPKGTableMetadataDao"},"Classes/GPKGTableMetadataDao.html#/c:objc(cs)GPKGTableMetadataDao(im)metadataByGeoPackageName:andTableName:":{"name":"-metadataByGeoPackageName:andTableName:","abstract":"

    Get table metadata by GeoPackage name and table name

    ","parent_name":"GPKGTableMetadataDao"},"Classes/GPKGTableMetadataDao.html#/c:objc(cs)GPKGTableMetadataDao(im)metadataByGeoPackageId:andTableName:":{"name":"-metadataByGeoPackageId:andTableName:","abstract":"

    Get table metadata by GeoPackage id and table name

    ","parent_name":"GPKGTableMetadataDao"},"Classes/GPKGTableMetadataDao.html#/c:objc(cs)GPKGTableMetadataDao(im)metadataCreateByGeoPackageName:andTableName:":{"name":"-metadataCreateByGeoPackageName:andTableName:","abstract":"

    Get or create table metadata by GeoPackage table and table name

    ","parent_name":"GPKGTableMetadataDao"},"Classes/GPKGTableMetadataDao.html#/c:objc(cs)GPKGTableMetadataDao(im)geoPackageIdForGeoPackageName:":{"name":"-geoPackageIdForGeoPackageName:","abstract":"

    Get GeoPackage Id for GeoPackage name

    ","parent_name":"GPKGTableMetadataDao"},"Classes/GPKGTableMetadata.html#/c:objc(cs)GPKGTableMetadata(py)geoPackageId":{"name":"geoPackageId","abstract":"

    GeoPackage id

    ","parent_name":"GPKGTableMetadata"},"Classes/GPKGTableMetadata.html#/c:objc(cs)GPKGTableMetadata(py)tableName":{"name":"tableName","abstract":"

    Table name

    ","parent_name":"GPKGTableMetadata"},"Classes/GPKGTableMetadata.html#/c:objc(cs)GPKGTableMetadata(py)lastIndexed":{"name":"lastIndexed","abstract":"

    Last indexed date

    ","parent_name":"GPKGTableMetadata"},"Classes/GPKGMetadataDb.html#/c:objc(cs)GPKGMetadataDb(py)connection":{"name":"connection","abstract":"

    Connection

    ","parent_name":"GPKGMetadataDb"},"Classes/GPKGMetadataDb.html#/c:objc(cs)GPKGMetadataDb(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGMetadataDb"},"Classes/GPKGMetadataDb.html#/c:objc(cs)GPKGMetadataDb(im)close":{"name":"-close","abstract":"

    Close the database

    ","parent_name":"GPKGMetadataDb"},"Classes/GPKGMetadataDb.html#/c:objc(cs)GPKGMetadataDb(im)geoPackageMetadataDao":{"name":"-geoPackageMetadataDao","abstract":"

    Get a GeoPackage Metadata DAO

    ","parent_name":"GPKGMetadataDb"},"Classes/GPKGMetadataDb.html#/c:objc(cs)GPKGMetadataDb(im)tableMetadataDao":{"name":"-tableMetadataDao","abstract":"

    Get a Table Metadata DAO

    ","parent_name":"GPKGMetadataDb"},"Classes/GPKGMetadataDb.html#/c:objc(cs)GPKGMetadataDb(im)geometryMetadataDao":{"name":"-geometryMetadataDao","abstract":"

    Get a Geometry Metadata DAO

    ","parent_name":"GPKGMetadataDb"},"Classes/GPKGMetadataDb.html#/c:objc(cs)GPKGMetadataDb(cm)deleteMetadataFile":{"name":"+deleteMetadataFile","abstract":"

    Delete the metadata database file

    ","parent_name":"GPKGMetadataDb"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(py)tolerance":{"name":"tolerance","abstract":"

    Query range tolerance

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)createMetadataWithGeoPackageName:andTableName:andId:andEnvelope:":{"name":"-createMetadataWithGeoPackageName:andTableName:andId:andEnvelope:","abstract":"

    Create geometry metadata

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)createMetadataWithGeoPackageId:andTableName:andId:andEnvelope:":{"name":"-createMetadataWithGeoPackageId:andTableName:andId:andEnvelope:","abstract":"

    Create geometry metadata

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)populateMetadataWithGeoPackageId:andTableName:andId:andEnvelope:":{"name":"-populateMetadataWithGeoPackageId:andTableName:andId:andEnvelope:","abstract":"

    Populate geometry metadata

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)deleteMetadata:":{"name":"-deleteMetadata:","abstract":"

    Delete geometry metadata

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)deleteByGeoPackageName:":{"name":"-deleteByGeoPackageName:","abstract":"

    Delete geometry metadata by name

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)deleteByGeoPackageId:":{"name":"-deleteByGeoPackageId:","abstract":"

    Delete geometry metadata by GeoPackage id

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)deleteByGeoPackageName:andTableName:":{"name":"-deleteByGeoPackageName:andTableName:","abstract":"

    Delete geometry metadata by GeoPackage name and table name

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)deleteByGeoPackageId:andTableName:":{"name":"-deleteByGeoPackageId:andTableName:","abstract":"

    Delete geometry metadata by GeoPackage id and table name

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)deleteByGeoPackageName:andTableName:andId:":{"name":"-deleteByGeoPackageName:andTableName:andId:","abstract":"

    Delete geometry metadata by GeoPackage name, table name, and geometry id

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)deleteByGeoPackageId:andTableName:andId:":{"name":"-deleteByGeoPackageId:andTableName:andId:","abstract":"

    Delete geometry metadata by GeoPackage id, table name, and geometry id

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)createOrUpdateMetadata:":{"name":"-createOrUpdateMetadata:","abstract":"

    Create of update geometry metadata

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)updateMetadata:":{"name":"-updateMetadata:","abstract":"

    Update geometry metadata

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)existsByMetadata:":{"name":"-existsByMetadata:","abstract":"

    Check if geometry metadata exists

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)metadataByMetadata:":{"name":"-metadataByMetadata:","abstract":"

    Get geometry metadata by metadata

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)metadataByGeoPackageName:andTableName:andId:":{"name":"-metadataByGeoPackageName:andTableName:andId:","abstract":"

    Get geometry metadata by GeoPackage name, table name, and id

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)metadataByGeoPackageId:andTableName:andId:":{"name":"-metadataByGeoPackageId:andTableName:andId:","abstract":"

    Get geometry metadata by GeoPackage id, table name, and id

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)queryByGeoPackageName:andTableName:":{"name":"-queryByGeoPackageName:andTableName:","abstract":"

    Query for geometry metadata

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)queryIdsByGeoPackageName:andTableName:":{"name":"-queryIdsByGeoPackageName:andTableName:","abstract":"

    Query for all table geometry metadata geometry ids

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)queryByGeoPackageName:andTableName:andColumns:":{"name":"-queryByGeoPackageName:andTableName:andColumns:","abstract":"

    Query for all table geometry metadata

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)countByGeoPackageName:andTableName:":{"name":"-countByGeoPackageName:andTableName:","abstract":"

    Query for geometry metadata count

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)boundingBoxByGeoPackageName:andTableName:":{"name":"-boundingBoxByGeoPackageName:andTableName:","abstract":"

    Query for the bounds of the feature table index

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)boundingBoxByGeoPackageId:andTableName:":{"name":"-boundingBoxByGeoPackageId:andTableName:","abstract":"

    Query for the bounds of the feature table index

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)queryByGeoPackageId:andTableName:":{"name":"-queryByGeoPackageId:andTableName:","abstract":"

    Query for geometry metadata

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)queryIdsByGeoPackageId:andTableName:":{"name":"-queryIdsByGeoPackageId:andTableName:","abstract":"

    Query for all table geometry metadata geometry ids

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)queryByGeoPackageId:andTableName:andColumns:":{"name":"-queryByGeoPackageId:andTableName:andColumns:","abstract":"

    Query for all table geometry metadata

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)countByGeoPackageId:andTableName:":{"name":"-countByGeoPackageId:andTableName:","abstract":"

    Query for geometry metadata count

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)querySQL":{"name":"-querySQL","abstract":"

    Get the query SQL for a GeoPackage id and table name

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)querySQLArgsWithGeoPackageId:andTableName:":{"name":"-querySQLArgsWithGeoPackageId:andTableName:","abstract":"

    Get the query SQL args for a GeoPackage id and table name

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)queryByGeoPackageName:andTableName:andBoundingBox:":{"name":"-queryByGeoPackageName:andTableName:andBoundingBox:","abstract":"

    Query for all geometry metadata matching the bounding box in the same projection

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)queryIdsByGeoPackageName:andTableName:andBoundingBox:":{"name":"-queryIdsByGeoPackageName:andTableName:andBoundingBox:","abstract":"

    Query for all table geometry metadata ids matching the bounding box in the same projection

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)queryByGeoPackageName:andTableName:andColumns:andBoundingBox:":{"name":"-queryByGeoPackageName:andTableName:andColumns:andBoundingBox:","abstract":"

    Query for all table geometry metadata matching the bounding box in the same projection

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)countByGeoPackageName:andTableName:andBoundingBox:":{"name":"-countByGeoPackageName:andTableName:andBoundingBox:","abstract":"

    Query for all geometry metadata count matching the bounding box in the same projection

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)queryByGeoPackageId:andTableName:andBoundingBox:":{"name":"-queryByGeoPackageId:andTableName:andBoundingBox:","abstract":"

    Query for all geometry metadata matching the bounding box in the same projection

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)queryIdsByGeoPackageId:andTableName:andBoundingBox:":{"name":"-queryIdsByGeoPackageId:andTableName:andBoundingBox:","abstract":"

    Query for all table geometry metadata ids matching the bounding box in the same projection

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)queryByGeoPackageId:andTableName:andColumns:andBoundingBox:":{"name":"-queryByGeoPackageId:andTableName:andColumns:andBoundingBox:","abstract":"

    Query for all table geometry metadata matching the bounding box in the same projection

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)countByGeoPackageId:andTableName:andBoundingBox:":{"name":"-countByGeoPackageId:andTableName:andBoundingBox:","abstract":"

    Query for all geometry metadata count matching the bounding box in the same projection

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)queryByGeoPackageName:andTableName:andEnvelope:":{"name":"-queryByGeoPackageName:andTableName:andEnvelope:","abstract":"

    Query for all geometry metadata matching the envelope

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)queryIdsByGeoPackageName:andTableName:andEnvelope:":{"name":"-queryIdsByGeoPackageName:andTableName:andEnvelope:","abstract":"

    Query for all table geometry metadata ids matching the envelope

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)queryByGeoPackageName:andTableName:andColumns:andEnvelope:":{"name":"-queryByGeoPackageName:andTableName:andColumns:andEnvelope:","abstract":"

    Query for all table geometry metadata matching the envelope

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)countByGeoPackageName:andTableName:andEnvelope:":{"name":"-countByGeoPackageName:andTableName:andEnvelope:","abstract":"

    Query for all geometry metadata count matching the envelope

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)queryByGeoPackageName:andTableName:andDistinct:andColumns:andEnvelope:andOrderBy:andLimit:":{"name":"-queryByGeoPackageName:andTableName:andDistinct:andColumns:andEnvelope:andOrderBy:andLimit:","abstract":"

    Query for all table geometry metadata matching the envelope

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)queryByGeoPackageId:andTableName:andEnvelope:":{"name":"-queryByGeoPackageId:andTableName:andEnvelope:","abstract":"

    Query for all geometry metadata matching the envelope

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)queryIdsByGeoPackageId:andTableName:andEnvelope:":{"name":"-queryIdsByGeoPackageId:andTableName:andEnvelope:","abstract":"

    Query for all table geometry metadata ids matching the envelope

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)queryByGeoPackageId:andTableName:andColumns:andEnvelope:":{"name":"-queryByGeoPackageId:andTableName:andColumns:andEnvelope:","abstract":"

    Query for all table geometry metadata matching the envelope

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)countByGeoPackageId:andTableName:andEnvelope:":{"name":"-countByGeoPackageId:andTableName:andEnvelope:","abstract":"

    Query for all table geometry metadata count matching the envelope

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)queryByGeoPackageId:andTableName:andDistinct:andColumns:andEnvelope:andOrderBy:andLimit:":{"name":"-queryByGeoPackageId:andTableName:andDistinct:andColumns:andEnvelope:andOrderBy:andLimit:","abstract":"

    Query for all table geometry metadata matching the envelope

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)querySQLWithEnvelope:":{"name":"-querySQLWithEnvelope:","abstract":"

    Get the query SQL for an envelope, GeoPackage id, and table name

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)querySQLArgsWithEnvelope:andGeoPackageId:andTableName:":{"name":"-querySQLArgsWithEnvelope:andGeoPackageId:andTableName:","abstract":"

    Get the query SQL args for an envelope, GeoPackage id, and table name

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)geoPackageIdForGeoPackageName:":{"name":"-geoPackageIdForGeoPackageName:","abstract":"

    Get GeoPackage id for the GeoPackage name

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(cm)idWithResultSet:":{"name":"+idWithResultSet:","abstract":"

    Get the geometry metadata geometry id

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadata.html#/c:objc(cs)GPKGGeometryMetadata(py)geoPackageId":{"name":"geoPackageId","abstract":"

    GeoPackage id

    ","parent_name":"GPKGGeometryMetadata"},"Classes/GPKGGeometryMetadata.html#/c:objc(cs)GPKGGeometryMetadata(py)tableName":{"name":"tableName","abstract":"

    Table name

    ","parent_name":"GPKGGeometryMetadata"},"Classes/GPKGGeometryMetadata.html#/c:objc(cs)GPKGGeometryMetadata(py)id":{"name":"id","abstract":"

    Geometry id

    ","parent_name":"GPKGGeometryMetadata"},"Classes/GPKGGeometryMetadata.html#/c:objc(cs)GPKGGeometryMetadata(py)minX":{"name":"minX","abstract":"

    Min X

    ","parent_name":"GPKGGeometryMetadata"},"Classes/GPKGGeometryMetadata.html#/c:objc(cs)GPKGGeometryMetadata(py)maxX":{"name":"maxX","abstract":"

    Max X

    ","parent_name":"GPKGGeometryMetadata"},"Classes/GPKGGeometryMetadata.html#/c:objc(cs)GPKGGeometryMetadata(py)minY":{"name":"minY","abstract":"

    Min Y

    ","parent_name":"GPKGGeometryMetadata"},"Classes/GPKGGeometryMetadata.html#/c:objc(cs)GPKGGeometryMetadata(py)maxY":{"name":"maxY","abstract":"

    Max Y

    ","parent_name":"GPKGGeometryMetadata"},"Classes/GPKGGeometryMetadata.html#/c:objc(cs)GPKGGeometryMetadata(py)minZ":{"name":"minZ","abstract":"

    Min Z

    ","parent_name":"GPKGGeometryMetadata"},"Classes/GPKGGeometryMetadata.html#/c:objc(cs)GPKGGeometryMetadata(py)maxZ":{"name":"maxZ","abstract":"

    Max Z

    ","parent_name":"GPKGGeometryMetadata"},"Classes/GPKGGeometryMetadata.html#/c:objc(cs)GPKGGeometryMetadata(py)minM":{"name":"minM","abstract":"

    Min M

    ","parent_name":"GPKGGeometryMetadata"},"Classes/GPKGGeometryMetadata.html#/c:objc(cs)GPKGGeometryMetadata(py)maxM":{"name":"maxM","abstract":"

    Max M

    ","parent_name":"GPKGGeometryMetadata"},"Classes/GPKGGeometryMetadata.html#/c:objc(cs)GPKGGeometryMetadata(cm)columns":{"name":"+columns","abstract":"

    Get the columns

    ","parent_name":"GPKGGeometryMetadata"},"Classes/GPKGGeoPackageMetadataTableCreator.html#/c:objc(cs)GPKGGeoPackageMetadataTableCreator(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGGeoPackageMetadataTableCreator"},"Classes/GPKGGeoPackageMetadataTableCreator.html#/c:objc(cs)GPKGGeoPackageMetadataTableCreator(im)createGeoPackageMetadata":{"name":"-createGeoPackageMetadata","abstract":"

    Create GeoPackage metadata table

    ","parent_name":"GPKGGeoPackageMetadataTableCreator"},"Classes/GPKGGeoPackageMetadataTableCreator.html#/c:objc(cs)GPKGGeoPackageMetadataTableCreator(im)createTableMetadata":{"name":"-createTableMetadata","abstract":"

    Create Table metadata table

    ","parent_name":"GPKGGeoPackageMetadataTableCreator"},"Classes/GPKGGeoPackageMetadataTableCreator.html#/c:objc(cs)GPKGGeoPackageMetadataTableCreator(im)createGeometryMetadata":{"name":"-createGeometryMetadata","abstract":"

    Create Geometry metadata table

    ","parent_name":"GPKGGeoPackageMetadataTableCreator"},"Classes/GPKGGeoPackageMetadataTableCreator.html#/c:objc(cs)GPKGGeoPackageMetadataTableCreator(im)createAll":{"name":"-createAll","abstract":"

    Create all GeoPackage Metadata tables

    ","parent_name":"GPKGGeoPackageMetadataTableCreator"},"Classes/GPKGGeoPackageMetadataDao.html#/c:objc(cs)GPKGGeoPackageMetadataDao(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGGeoPackageMetadataDao"},"Classes/GPKGGeoPackageMetadataDao.html#/c:objc(cs)GPKGGeoPackageMetadataDao(im)deleteMetadata:":{"name":"-deleteMetadata:","abstract":"

    Delete the metadata

    ","parent_name":"GPKGGeoPackageMetadataDao"},"Classes/GPKGGeoPackageMetadataDao.html#/c:objc(cs)GPKGGeoPackageMetadataDao(im)deleteByName:":{"name":"-deleteByName:","abstract":"

    Delete metadata by name

    ","parent_name":"GPKGGeoPackageMetadataDao"},"Classes/GPKGGeoPackageMetadataDao.html#/c:objc(cs)GPKGGeoPackageMetadataDao(im)renameMetadata:toNewName:":{"name":"-renameMetadata:toNewName:","abstract":"

    Rename metadata

    ","parent_name":"GPKGGeoPackageMetadataDao"},"Classes/GPKGGeoPackageMetadataDao.html#/c:objc(cs)GPKGGeoPackageMetadataDao(im)renameName:toNewName:":{"name":"-renameName:toNewName:","abstract":"

    Rename metadata

    ","parent_name":"GPKGGeoPackageMetadataDao"},"Classes/GPKGGeoPackageMetadataDao.html#/c:objc(cs)GPKGGeoPackageMetadataDao(im)all":{"name":"-all","abstract":"

    Get all metadata

    ","parent_name":"GPKGGeoPackageMetadataDao"},"Classes/GPKGGeoPackageMetadataDao.html#/c:objc(cs)GPKGGeoPackageMetadataDao(im)allNames":{"name":"-allNames","abstract":"

    Get all metadata names

    ","parent_name":"GPKGGeoPackageMetadataDao"},"Classes/GPKGGeoPackageMetadataDao.html#/c:objc(cs)GPKGGeoPackageMetadataDao(im)allNamesSorted":{"name":"-allNamesSorted","abstract":"

    Get all metadata names sorted

    ","parent_name":"GPKGGeoPackageMetadataDao"},"Classes/GPKGGeoPackageMetadataDao.html#/c:objc(cs)GPKGGeoPackageMetadataDao(im)metadataByName:":{"name":"-metadataByName:","abstract":"

    Get metadata by name

    ","parent_name":"GPKGGeoPackageMetadataDao"},"Classes/GPKGGeoPackageMetadataDao.html#/c:objc(cs)GPKGGeoPackageMetadataDao(im)metadataById:":{"name":"-metadataById:","abstract":"

    Get metadata by id

    ","parent_name":"GPKGGeoPackageMetadataDao"},"Classes/GPKGGeoPackageMetadataDao.html#/c:objc(cs)GPKGGeoPackageMetadataDao(im)metadataCreateByName:":{"name":"-metadataCreateByName:","abstract":"

    Get or create metadata by name

    ","parent_name":"GPKGGeoPackageMetadataDao"},"Classes/GPKGGeoPackageMetadataDao.html#/c:objc(cs)GPKGGeoPackageMetadataDao(im)existsByName:":{"name":"-existsByName:","abstract":"

    Check if the metadata exists

    ","parent_name":"GPKGGeoPackageMetadataDao"},"Classes/GPKGGeoPackageMetadataDao.html#/c:objc(cs)GPKGGeoPackageMetadataDao(im)metadataWhereNameLike:sortedBy:":{"name":"-metadataWhereNameLike:sortedBy:","abstract":"

    Get metadata where the name is like

    ","parent_name":"GPKGGeoPackageMetadataDao"},"Classes/GPKGGeoPackageMetadataDao.html#/c:objc(cs)GPKGGeoPackageMetadataDao(im)metadataWhereNameNotLike:sortedBy:":{"name":"-metadataWhereNameNotLike:sortedBy:","abstract":"

    Get metadata where the name is not like

    ","parent_name":"GPKGGeoPackageMetadataDao"},"Classes/GPKGGeoPackageMetadata.html#/c:objc(cs)GPKGGeoPackageMetadata(py)id":{"name":"id","abstract":"

    GeoPackage id

    ","parent_name":"GPKGGeoPackageMetadata"},"Classes/GPKGGeoPackageMetadata.html#/c:objc(cs)GPKGGeoPackageMetadata(py)name":{"name":"name","abstract":"

    GeoPackage name

    ","parent_name":"GPKGGeoPackageMetadata"},"Classes/GPKGGeoPackageMetadata.html#/c:objc(cs)GPKGGeoPackageMetadata(py)path":{"name":"path","abstract":"

    GeoPackage file path

    ","parent_name":"GPKGGeoPackageMetadata"},"Classes/GPKGSQLiteMasterTypes.html#/c:objc(cs)GPKGSQLiteMasterTypes(cm)name:":{"name":"+name:","abstract":"

    Get the name of the SQLite Master table type

    ","parent_name":"GPKGSQLiteMasterTypes"},"Classes/GPKGSQLiteMasterTypes.html#/c:objc(cs)GPKGSQLiteMasterTypes(cm)fromName:":{"name":"+fromName:","abstract":"

    Get the SQLite Master table type from the SQLite Master table type name

    ","parent_name":"GPKGSQLiteMasterTypes"},"Classes/GPKGSQLiteMasterQuery.html#/c:objc(cs)GPKGSQLiteMasterQuery(im)addColumn:withValue:":{"name":"-addColumn:withValue:","abstract":"

    Add an equality query

    ","parent_name":"GPKGSQLiteMasterQuery"},"Classes/GPKGSQLiteMasterQuery.html#/c:objc(cs)GPKGSQLiteMasterQuery(im)addColumn:withOperation:andValue:":{"name":"-addColumn:withOperation:andValue:","abstract":"

    Add a query

    ","parent_name":"GPKGSQLiteMasterQuery"},"Classes/GPKGSQLiteMasterQuery.html#/c:objc(cs)GPKGSQLiteMasterQuery(im)addIsNullColumn:":{"name":"-addIsNullColumn:","abstract":"

    Add an is null query

    ","parent_name":"GPKGSQLiteMasterQuery"},"Classes/GPKGSQLiteMasterQuery.html#/c:objc(cs)GPKGSQLiteMasterQuery(im)addIsNotNullColumn:":{"name":"-addIsNotNullColumn:","abstract":"

    Add an is not null query

    ","parent_name":"GPKGSQLiteMasterQuery"},"Classes/GPKGSQLiteMasterQuery.html#/c:objc(cs)GPKGSQLiteMasterQuery(im)has":{"name":"-has","abstract":"

    Determine a query has been set

    ","parent_name":"GPKGSQLiteMasterQuery"},"Classes/GPKGSQLiteMasterQuery.html#/c:objc(cs)GPKGSQLiteMasterQuery(im)buildSQL":{"name":"-buildSQL","abstract":"

    Build the query SQL

    ","parent_name":"GPKGSQLiteMasterQuery"},"Classes/GPKGSQLiteMasterQuery.html#/c:objc(cs)GPKGSQLiteMasterQuery(im)arguments":{"name":"-arguments","abstract":"

    Get the query arguments

    ","parent_name":"GPKGSQLiteMasterQuery"},"Classes/GPKGSQLiteMasterQuery.html#/c:objc(cs)GPKGSQLiteMasterQuery(cm)create":{"name":"+create","abstract":"

    Create an empty query that supports a single query

    ","parent_name":"GPKGSQLiteMasterQuery"},"Classes/GPKGSQLiteMasterQuery.html#/c:objc(cs)GPKGSQLiteMasterQuery(cm)createOr":{"name":"+createOr","abstract":"

    Create a query with multiple queries combined by an OR

    ","parent_name":"GPKGSQLiteMasterQuery"},"Classes/GPKGSQLiteMasterQuery.html#/c:objc(cs)GPKGSQLiteMasterQuery(cm)createAnd":{"name":"+createAnd","abstract":"

    Create a query with multiple queries combined by an AND

    ","parent_name":"GPKGSQLiteMasterQuery"},"Classes/GPKGSQLiteMasterQuery.html#/c:objc(cs)GPKGSQLiteMasterQuery(cm)createWithColumn:andValue:":{"name":"+createWithColumn:andValue:","abstract":"

    Create a single equality query

    ","parent_name":"GPKGSQLiteMasterQuery"},"Classes/GPKGSQLiteMasterQuery.html#/c:objc(cs)GPKGSQLiteMasterQuery(cm)createWithColumn:andOperation:andValue:":{"name":"+createWithColumn:andOperation:andValue:","abstract":"

    Create a single query

    ","parent_name":"GPKGSQLiteMasterQuery"},"Classes/GPKGSQLiteMasterQuery.html#/c:objc(cs)GPKGSQLiteMasterQuery(cm)createOrWithColumn:andValues:":{"name":"+createOrWithColumn:andValues:","abstract":"

    Create an equality query with multiple values for a single column","parent_name":"GPKGSQLiteMasterQuery"},"Classes/GPKGSQLiteMasterQuery.html#/c:objc(cs)GPKGSQLiteMasterQuery(cm)createOrWithColumn:andOperation:andValues:":{"name":"+createOrWithColumn:andOperation:andValues:","abstract":"

    Create a query with multiple values for a single column combined with an","parent_name":"GPKGSQLiteMasterQuery"},"Classes/GPKGSQLiteMasterQuery.html#/c:objc(cs)GPKGSQLiteMasterQuery(cm)createAndWithColumn:andValues:":{"name":"+createAndWithColumn:andValues:","abstract":"

    Create an equality query with multiple values for a single column","parent_name":"GPKGSQLiteMasterQuery"},"Classes/GPKGSQLiteMasterQuery.html#/c:objc(cs)GPKGSQLiteMasterQuery(cm)createAndWithColumn:andOperation:andValues:":{"name":"+createAndWithColumn:andOperation:andValues:","abstract":"

    Create a query with multiple values for a single column combined with an","parent_name":"GPKGSQLiteMasterQuery"},"Classes/GPKGSQLiteMasterQuery.html#/c:objc(cs)GPKGSQLiteMasterQuery(cm)createViewQueryWithTable:":{"name":"+createViewQueryWithTable:","abstract":"

    Create a query to find views in the sql column referring to the table

    ","parent_name":"GPKGSQLiteMasterQuery"},"Classes/GPKGSQLiteMasterColumns.html#/c:objc(cs)GPKGSQLiteMasterColumns(cm)name:":{"name":"+name:","abstract":"

    Get the name of the SQLite Master column keyword type

    ","parent_name":"GPKGSQLiteMasterColumns"},"Classes/GPKGSQLiteMasterColumns.html#/c:objc(cs)GPKGSQLiteMasterColumns(cm)fromName:":{"name":"+fromName:","abstract":"

    Get the SQLite Master column keyword type from the SQLite Master column keyword type name

    ","parent_name":"GPKGSQLiteMasterColumns"},"Classes/GPKGSQLiteMasterColumns.html#/c:objc(cs)GPKGSQLiteMasterColumns(cm)values":{"name":"+values","abstract":"

    Get all SQLite Master column keyword type values

    ","parent_name":"GPKGSQLiteMasterColumns"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(im)count":{"name":"-count","abstract":"

    Result count

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(im)columns":{"name":"-columns","abstract":"

    Get the columns in the result

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(im)typeAtRow:":{"name":"-typeAtRow:","abstract":"

    Get the type

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(im)typeStringAtRow:":{"name":"-typeStringAtRow:","abstract":"

    Get the type string

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(im)nameAtRow:":{"name":"-nameAtRow:","abstract":"

    Get the name

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(im)tableNameAtRow:":{"name":"-tableNameAtRow:","abstract":"

    Get the table name

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(im)rootpageAtRow:":{"name":"-rootpageAtRow:","abstract":"

    Get the rootpage

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(im)sqlAtRow:":{"name":"-sqlAtRow:","abstract":"

    Get the sql

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(im)valueAtRow:forColumn:":{"name":"-valueAtRow:forColumn:","abstract":"

    Get the value of the column at the row index

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(im)row:":{"name":"-row:","abstract":"

    Get the row at the row index

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(im)valueInRow:forColumn:":{"name":"-valueInRow:forColumn:","abstract":"

    Get the value in the row at the column index

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(im)columnIndex:":{"name":"-columnIndex:","abstract":"

    Get the column index of the column type

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(im)constraintsAtRow:":{"name":"-constraintsAtRow:","abstract":"

    Get the constraints from table SQL

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)columnsFromColumn:":{"name":"+columnsFromColumn:","abstract":"

    Shortcut to build a column into an array

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)typesFromType:":{"name":"+typesFromType:","abstract":"

    Shortcut to build a type into an array

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)countWithConnection:":{"name":"+countWithConnection:","abstract":"

    Count the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)queryWithConnection:":{"name":"+queryWithConnection:","abstract":"

    Query the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)countWithConnection:andTable:":{"name":"+countWithConnection:andTable:","abstract":"

    Count the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)queryWithConnection:andTable:":{"name":"+queryWithConnection:andTable:","abstract":"

    Query the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)queryWithConnection:andColumns:":{"name":"+queryWithConnection:andColumns:","abstract":"

    Query the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)queryWithConnection:andColumns:andTable:":{"name":"+queryWithConnection:andColumns:andTable:","abstract":"

    Query the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)queryWithConnection:andType:":{"name":"+queryWithConnection:andType:","abstract":"

    Query the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)queryWithConnection:andTypes:":{"name":"+queryWithConnection:andTypes:","abstract":"

    Query the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)queryWithConnection:andType:andTable:":{"name":"+queryWithConnection:andType:andTable:","abstract":"

    Query the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)queryWithConnection:andTypes:andTable:":{"name":"+queryWithConnection:andTypes:andTable:","abstract":"

    Query the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)countWithConnection:andType:":{"name":"+countWithConnection:andType:","abstract":"

    Count the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)queryWithConnection:andColumns:andType:":{"name":"+queryWithConnection:andColumns:andType:","abstract":"

    Query the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)countWithConnection:andType:andTable:":{"name":"+countWithConnection:andType:andTable:","abstract":"

    Count the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)queryWithConnection:andColumns:andType:andTable:":{"name":"+queryWithConnection:andColumns:andType:andTable:","abstract":"

    Query the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)countWithConnection:andTypes:":{"name":"+countWithConnection:andTypes:","abstract":"

    Count the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)queryWithConnection:andColumns:andTypes:":{"name":"+queryWithConnection:andColumns:andTypes:","abstract":"

    Query the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)countWithConnection:andTypes:andTable:":{"name":"+countWithConnection:andTypes:andTable:","abstract":"

    Count the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)queryWithConnection:andColumns:andTypes:andTable:":{"name":"+queryWithConnection:andColumns:andTypes:andTable:","abstract":"

    Query the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)queryWithConnection:andQuery:":{"name":"+queryWithConnection:andQuery:","abstract":"

    Query the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)countWithConnection:andQuery:":{"name":"+countWithConnection:andQuery:","abstract":"

    Count the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)queryWithConnection:andColumns:andQuery:":{"name":"+queryWithConnection:andColumns:andQuery:","abstract":"

    Query the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)queryWithConnection:andType:andQuery:":{"name":"+queryWithConnection:andType:andQuery:","abstract":"

    Query the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)countWithConnection:andType:andQuery:":{"name":"+countWithConnection:andType:andQuery:","abstract":"

    Count the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)queryWithConnection:andColumns:andType:andQuery:":{"name":"+queryWithConnection:andColumns:andType:andQuery:","abstract":"

    Query the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)countWithConnection:andTypes:andQuery:":{"name":"+countWithConnection:andTypes:andQuery:","abstract":"

    Count the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)queryWithConnection:andColumns:andTypes:andQuery:":{"name":"+queryWithConnection:andColumns:andTypes:andQuery:","abstract":"

    Query the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)queryViewsWithConnection:andTable:":{"name":"+queryViewsWithConnection:andTable:","abstract":"

    Query the sqlite_master views on the table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)queryViewsWithConnection:andColumns:andTable:":{"name":"+queryViewsWithConnection:andColumns:andTable:","abstract":"

    Query the sqlite_master views on the table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)countViewsWithConnection:andTable:":{"name":"+countViewsWithConnection:andTable:","abstract":"

    Count the sqlite_master views on the table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)queryForConstraintsWithConnection:andTable:":{"name":"+queryForConstraintsWithConnection:andTable:","abstract":"

    Query for the table constraints

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGObjectResultSet.html#/c:objc(cs)GPKGObjectResultSet(cm)createWithDao:andResults:":{"name":"+createWithDao:andResults:","abstract":"

    Create

    ","parent_name":"GPKGObjectResultSet"},"Classes/GPKGObjectResultSet.html#/c:objc(cs)GPKGObjectResultSet(im)initWithDao:andResults:":{"name":"-initWithDao:andResults:","abstract":"

    Initialize

    ","parent_name":"GPKGObjectResultSet"},"Classes/GPKGObjectResultSet.html#/c:objc(cs)GPKGObjectResultSet(im)dao":{"name":"-dao","abstract":"

    Get the DAO

    ","parent_name":"GPKGObjectResultSet"},"Classes/GPKGObjectResultSet.html#/c:objc(cs)GPKGObjectResultSet(im)resultSet":{"name":"-resultSet","abstract":"

    Get the result set

    ","parent_name":"GPKGObjectResultSet"},"Classes/GPKGObjectResultSet.html#/c:objc(cs)GPKGObjectResultSet(im)count":{"name":"-count","abstract":"

    Get the result set count

    ","parent_name":"GPKGObjectResultSet"},"Classes/GPKGObjectResultSet.html#/c:objc(cs)GPKGObjectResultSet(im)moveToNext":{"name":"-moveToNext","abstract":"

    Move to the next result if one exists

    ","parent_name":"GPKGObjectResultSet"},"Classes/GPKGObjectResultSet.html#/c:objc(cs)GPKGObjectResultSet(im)moveToFirst":{"name":"-moveToFirst","abstract":"

    Move to the first result

    ","parent_name":"GPKGObjectResultSet"},"Classes/GPKGObjectResultSet.html#/c:objc(cs)GPKGObjectResultSet(im)moveToPosition:":{"name":"-moveToPosition:","abstract":"

    Move result to index position

    ","parent_name":"GPKGObjectResultSet"},"Classes/GPKGObjectResultSet.html#/c:objc(cs)GPKGObjectResultSet(im)object":{"name":"-object","abstract":"

    Get the current object from the result set

    ","parent_name":"GPKGObjectResultSet"},"Classes/GPKGObjectResultSet.html#/c:objc(cs)GPKGObjectResultSet(im)close":{"name":"-close","abstract":"

    Close the result set

    ","parent_name":"GPKGObjectResultSet"},"Classes/GPKGObjectPaginatedResults.html#/c:objc(cs)GPKGObjectPaginatedResults(cm)createWithDao:andResultSet:":{"name":"+createWithDao:andResultSet:","abstract":"

    Create

    ","parent_name":"GPKGObjectPaginatedResults"},"Classes/GPKGObjectPaginatedResults.html#/c:objc(cs)GPKGObjectPaginatedResults(im)initWithDao:andResultSet:":{"name":"-initWithDao:andResultSet:","abstract":"

    Initialize

    ","parent_name":"GPKGObjectPaginatedResults"},"Classes/GPKGObjectPaginatedResults.html#/c:objc(cs)GPKGObjectPaginatedResults(im)dao":{"name":"-dao","abstract":"

    Get the base DAO

    ","parent_name":"GPKGObjectPaginatedResults"},"Classes/GPKGObjectPaginatedResults.html#/c:objc(cs)GPKGObjectPaginatedResults(im)object":{"name":"-object","abstract":"

    Get the current object from the result set

    ","parent_name":"GPKGObjectPaginatedResults"},"Classes/GPKGColumnValues.html#/c:objc(cs)GPKGColumnValues(py)values":{"name":"values","abstract":"

    Mapping between columns and values

    ","parent_name":"GPKGColumnValues"},"Classes/GPKGColumnValues.html#/c:objc(cs)GPKGColumnValues(py)columns":{"name":"columns","abstract":"

    Array of columns

    ","parent_name":"GPKGColumnValues"},"Classes/GPKGColumnValues.html#/c:objc(cs)GPKGColumnValues(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGColumnValues"},"Classes/GPKGColumnValues.html#/c:objc(cs)GPKGColumnValues(im)count":{"name":"-count","abstract":"

    Get the column value count

    ","parent_name":"GPKGColumnValues"},"Classes/GPKGColumnValues.html#/c:objc(cs)GPKGColumnValues(im)addColumn:withValue:":{"name":"-addColumn:withValue:","abstract":"

    Add a column and value

    ","parent_name":"GPKGColumnValues"},"Classes/GPKGColumnValues.html#/c:objc(cs)GPKGColumnValues(im)value:":{"name":"-value:","abstract":"

    Get the value of the column

    ","parent_name":"GPKGColumnValues"},"Classes/GPKGColumnValue.html#/c:objc(cs)GPKGColumnValue(py)value":{"name":"value","abstract":"

    Value

    ","parent_name":"GPKGColumnValue"},"Classes/GPKGColumnValue.html#/c:objc(cs)GPKGColumnValue(py)tolerance":{"name":"tolerance","abstract":"

    Value tolerance

    ","parent_name":"GPKGColumnValue"},"Classes/GPKGColumnValue.html#/c:objc(cs)GPKGColumnValue(im)initWithValue:":{"name":"-initWithValue:","abstract":"

    Initialize

    ","parent_name":"GPKGColumnValue"},"Classes/GPKGColumnValue.html#/c:objc(cs)GPKGColumnValue(im)initWithValue:andTolerance:":{"name":"-initWithValue:andTolerance:","abstract":"

    Initialize

    ","parent_name":"GPKGColumnValue"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(py)databaseName":{"name":"databaseName","abstract":"

    Database name

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(py)database":{"name":"database","abstract":"

    Database connection

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(py)idColumns":{"name":"idColumns","abstract":"

    id columns

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(py)autoIncrementId":{"name":"autoIncrementId","abstract":"

    auto increment id flag

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(py)columnNames":{"name":"columnNames","abstract":"

    Columns

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(py)tableName":{"name":"tableName","abstract":"

    Table name

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(py)columnIndex":{"name":"columnIndex","abstract":"

    Mapping between columns and indices

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)initializeColumnIndex":{"name":"-initializeColumnIndex","abstract":"

    Initialize the column index

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)columnCount":{"name":"-columnCount","abstract":"

    Get the column count

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)columnNameWithIndex:":{"name":"-columnNameWithIndex:","abstract":"

    Get the column name at the index

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)tableExists":{"name":"-tableExists","abstract":"

    Check if the DAO is backed by a table or a view

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)isTableOrView":{"name":"-isTableOrView","abstract":"

    Check if the DAO is backed by a table or a view

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)isTable":{"name":"-isTable","abstract":"

    Check if the DAO is backed by a table

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)isView":{"name":"-isView","abstract":"

    Check if the DAO is backed by a view

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)verifyExists":{"name":"-verifyExists","abstract":"

    Verify the DAO is backed by a table or view

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)idColumnName":{"name":"-idColumnName","abstract":"

    Get a single or first id column name

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)projection:":{"name":"-projection:","abstract":"

    Get the projection of the object

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)dropTable":{"name":"-dropTable","abstract":"

    Drop the table

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)tableExistsWithName:":{"name":"-tableExistsWithName:","abstract":"

    Check if the table exists

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)viewExistsWithName:":{"name":"-viewExistsWithName:","abstract":"

    Check if the view exists

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)tableOrViewExists:":{"name":"-tableOrViewExists:","abstract":"

    Check if a table or view exists with the name

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)dropTableWithName:":{"name":"-dropTableWithName:","abstract":"

    Drop the table

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForId:":{"name":"-queryForId:","abstract":"

    Query for id

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithColumns:forId:":{"name":"-queryWithColumns:forId:","abstract":"

    Query for id

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForIdObject:":{"name":"-queryForIdObject:","abstract":"

    Query for id object, first object in the result set

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithColumns:forIdObject:":{"name":"-queryWithColumns:forIdObject:","abstract":"

    Query for id object, first object in the result set

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForMultiId:":{"name":"-queryForMultiId:","abstract":"

    Query for a multiple id where more than one primary key exists

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithColumns:forMultiId:":{"name":"-queryWithColumns:forMultiId:","abstract":"

    Query for a multiple id where more than one primary key exists

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForMultiIdObject:":{"name":"-queryForMultiIdObject:","abstract":"

    Query for a multiple id object where more than one primary key exists, first object in the result set

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithColumns:forMultiIdObject:":{"name":"-queryWithColumns:forMultiIdObject:","abstract":"

    Query for a multiple id object where more than one primary key exists, first object in the result set

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForIdInt:":{"name":"-queryForIdInt:","abstract":"

    Query for the row with the provided id

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithColumns:forIdInt:":{"name":"-queryWithColumns:forIdInt:","abstract":"

    Query for the row with the provided id

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForAll":{"name":"-queryForAll","abstract":"

    Query for all results

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)query":{"name":"-query","abstract":"

    Query for all results

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithDistinct:":{"name":"-queryWithDistinct:","abstract":"

    Query for all rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithColumns:":{"name":"-queryWithColumns:","abstract":"

    Query for all rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithDistinct:andColumns:":{"name":"-queryWithDistinct:andColumns:","abstract":"

    Query for all rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)querySQL":{"name":"-querySQL","abstract":"

    Query SQL for all rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)querySQLWithDistinct:":{"name":"-querySQLWithDistinct:","abstract":"

    Query SQL for all rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryIdsSQL":{"name":"-queryIdsSQL","abstract":"

    Query SQL for all row ids

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryIdsSQLWithDistinct:":{"name":"-queryIdsSQLWithDistinct:","abstract":"

    Query SQL for all row ids

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)querySQLWithColumns:":{"name":"-querySQLWithColumns:","abstract":"

    Query SQL for all rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)querySQLWithDistinct:andColumns:":{"name":"-querySQLWithDistinct:andColumns:","abstract":"

    Query SQL for all rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)object:":{"name":"-object:","abstract":"

    Get the current object from the result set

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)objectWithRow:":{"name":"-objectWithRow:","abstract":"

    Get the object from the row

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)results:":{"name":"-results:","abstract":"

    Wrap the result set

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)firstObject:":{"name":"-firstObject:","abstract":"

    Get the first object from the result set

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)rawQuery:":{"name":"-rawQuery:","abstract":"

    Raw query for results

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)rawQuery:andArgs:":{"name":"-rawQuery:andArgs:","abstract":"

    Raw query for results with args

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)singleColumnResults:":{"name":"-singleColumnResults:","abstract":"

    Get the values from a result set with only one column

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForEqWithField:andValue:":{"name":"-queryForEqWithField:andValue:","abstract":"

    Query for field equality

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForEqWithDistinct:andField:andValue:":{"name":"-queryForEqWithDistinct:andField:andValue:","abstract":"

    Query for the row where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForEqWithColumns:andField:andValue:":{"name":"-queryForEqWithColumns:andField:andValue:","abstract":"

    Query for the row where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForEqWithDistinct:andColumns:andField:andValue:":{"name":"-queryForEqWithDistinct:andColumns:andField:andValue:","abstract":"

    Query for the row where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countForEqWithField:andValue:":{"name":"-countForEqWithField:andValue:","abstract":"

    Count where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countForEqWithColumn:andField:andValue:":{"name":"-countForEqWithColumn:andField:andValue:","abstract":"

    Count where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countForEqWithDistinct:andColumn:andField:andValue:":{"name":"-countForEqWithDistinct:andColumn:andField:andValue:","abstract":"

    Count where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForEqWithField:andValue:andGroupBy:andHaving:andOrderBy:":{"name":"-queryForEqWithField:andValue:andGroupBy:andHaving:andOrderBy:","abstract":"

    Query for field equality

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForEqWithDistinct:andField:andValue:andGroupBy:andHaving:andOrderBy:":{"name":"-queryForEqWithDistinct:andField:andValue:andGroupBy:andHaving:andOrderBy:","abstract":"

    Query for the row where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForEqWithColumns:andField:andValue:andGroupBy:andHaving:andOrderBy:":{"name":"-queryForEqWithColumns:andField:andValue:andGroupBy:andHaving:andOrderBy:","abstract":"

    Query for the row where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForEqWithDistinct:andColumns:andField:andValue:andGroupBy:andHaving:andOrderBy:":{"name":"-queryForEqWithDistinct:andColumns:andField:andValue:andGroupBy:andHaving:andOrderBy:","abstract":"

    Query for the row where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countForEqWithField:andValue:andGroupBy:andHaving:andOrderBy:":{"name":"-countForEqWithField:andValue:andGroupBy:andHaving:andOrderBy:","abstract":"

    Count where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countForEqWithColumn:andField:andValue:andGroupBy:andHaving:andOrderBy:":{"name":"-countForEqWithColumn:andField:andValue:andGroupBy:andHaving:andOrderBy:","abstract":"

    Count where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countForEqWithDistinct:andColumn:andField:andValue:andGroupBy:andHaving:andOrderBy:":{"name":"-countForEqWithDistinct:andColumn:andField:andValue:andGroupBy:andHaving:andOrderBy:","abstract":"

    Count where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForEqWithField:andColumnValue:":{"name":"-queryForEqWithField:andColumnValue:","abstract":"

    Query for field equality

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForEqWithDistinct:andField:andColumnValue:":{"name":"-queryForEqWithDistinct:andField:andColumnValue:","abstract":"

    Query for the row where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForEqWithColumns:andField:andColumnValue:":{"name":"-queryForEqWithColumns:andField:andColumnValue:","abstract":"

    Query for the row where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForEqWithDistinct:andColumns:andField:andColumnValue:":{"name":"-queryForEqWithDistinct:andColumns:andField:andColumnValue:","abstract":"

    Query for the row where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countForEqWithField:andColumnValue:":{"name":"-countForEqWithField:andColumnValue:","abstract":"

    Count where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countForEqWithColumn:andField:andColumnValue:":{"name":"-countForEqWithColumn:andField:andColumnValue:","abstract":"

    Count where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countForEqWithDistinct:andColumn:andField:andColumnValue:":{"name":"-countForEqWithDistinct:andColumn:andField:andColumnValue:","abstract":"

    Count where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForLikeWithField:andValue:":{"name":"-queryForLikeWithField:andValue:","abstract":"

    Query for the row where the field is like the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForLikeWithDistinct:andField:andValue:":{"name":"-queryForLikeWithDistinct:andField:andValue:","abstract":"

    Query for the row where the field is like the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForLikeWithColumns:andField:andValue:":{"name":"-queryForLikeWithColumns:andField:andValue:","abstract":"

    Query for the row where the field is like the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForLikeWithDistinct:andColumns:andField:andValue:":{"name":"-queryForLikeWithDistinct:andColumns:andField:andValue:","abstract":"

    Query for the row where the field is like the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countForLikeWithField:andValue:":{"name":"-countForLikeWithField:andValue:","abstract":"

    Count where the field is like the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countForLikeWithColumn:andField:andValue:":{"name":"-countForLikeWithColumn:andField:andValue:","abstract":"

    Count where the field is like the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countForLikeWithDistinct:andColumn:andField:andValue:":{"name":"-countForLikeWithDistinct:andColumn:andField:andValue:","abstract":"

    Count where the field is like the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForLikeWithField:andValue:andGroupBy:andHaving:andOrderBy:":{"name":"-queryForLikeWithField:andValue:andGroupBy:andHaving:andOrderBy:","abstract":"

    Query for the row where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForLikeWithDistinct:andField:andValue:andGroupBy:andHaving:andOrderBy:":{"name":"-queryForLikeWithDistinct:andField:andValue:andGroupBy:andHaving:andOrderBy:","abstract":"

    Query for the row where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForLikeWithColumns:andField:andValue:andGroupBy:andHaving:andOrderBy:":{"name":"-queryForLikeWithColumns:andField:andValue:andGroupBy:andHaving:andOrderBy:","abstract":"

    Query for the row where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForLikeWithDistinct:andColumns:andField:andValue:andGroupBy:andHaving:andOrderBy:":{"name":"-queryForLikeWithDistinct:andColumns:andField:andValue:andGroupBy:andHaving:andOrderBy:","abstract":"

    Query for the row where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countForLikeWithField:andValue:andGroupBy:andHaving:andOrderBy:":{"name":"-countForLikeWithField:andValue:andGroupBy:andHaving:andOrderBy:","abstract":"

    Count where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countForLikeWithColumn:andField:andValue:andGroupBy:andHaving:andOrderBy:":{"name":"-countForLikeWithColumn:andField:andValue:andGroupBy:andHaving:andOrderBy:","abstract":"

    Count where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countForLikeWithDistinct:andColumn:andField:andValue:andGroupBy:andHaving:andOrderBy:":{"name":"-countForLikeWithDistinct:andColumn:andField:andValue:andGroupBy:andHaving:andOrderBy:","abstract":"

    Count where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForLikeWithField:andColumnValue:":{"name":"-queryForLikeWithField:andColumnValue:","abstract":"

    Query for the row where the field is like the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForLikeWithDistinct:andField:andColumnValue:":{"name":"-queryForLikeWithDistinct:andField:andColumnValue:","abstract":"

    Query for the row where the field is like the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForLikeWithColumns:andField:andColumnValue:":{"name":"-queryForLikeWithColumns:andField:andColumnValue:","abstract":"

    Query for the row where the field is like the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForLikeWithDistinct:andColumns:andField:andColumnValue:":{"name":"-queryForLikeWithDistinct:andColumns:andField:andColumnValue:","abstract":"

    Query for the row where the field is like the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countForLikeWithField:andColumnValue:":{"name":"-countForLikeWithField:andColumnValue:","abstract":"

    Count where the field is like the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countForLikeWithColumn:andField:andColumnValue:":{"name":"-countForLikeWithColumn:andField:andColumnValue:","abstract":"

    Count where the field is like the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countForLikeWithDistinct:andColumn:andField:andColumnValue:":{"name":"-countForLikeWithDistinct:andColumn:andField:andColumnValue:","abstract":"

    Count where the field is like the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForFieldValues:":{"name":"-queryForFieldValues:","abstract":"

    Query for the row where all fields match their values

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithDistinct:forFieldValues:":{"name":"-queryWithDistinct:forFieldValues:","abstract":"

    Query for the row where all fields match their values

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithColumns:forFieldValues:":{"name":"-queryWithColumns:forFieldValues:","abstract":"

    Query for the row where all fields match their values

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithDistinct:andColumns:forFieldValues:":{"name":"-queryWithDistinct:andColumns:forFieldValues:","abstract":"

    Query for the row where all fields match their values

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countForFieldValues:":{"name":"-countForFieldValues:","abstract":"

    Count where all fields match their values

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countWithColumn:forFieldValues:":{"name":"-countWithColumn:forFieldValues:","abstract":"

    Count where all fields match their values

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countWithDistinct:andColumn:forFieldValues:":{"name":"-countWithDistinct:andColumn:forFieldValues:","abstract":"

    Count where all fields match their values

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForColumnValueFieldValues:":{"name":"-queryForColumnValueFieldValues:","abstract":"

    Query for column value field values

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithDistinct:forColumnValueFieldValues:":{"name":"-queryWithDistinct:forColumnValueFieldValues:","abstract":"

    Query for the row where all fields match their values

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithColumns:forColumnValueFieldValues:":{"name":"-queryWithColumns:forColumnValueFieldValues:","abstract":"

    Query for the row where all fields match their values

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithDistinct:andColumns:forColumnValueFieldValues:":{"name":"-queryWithDistinct:andColumns:forColumnValueFieldValues:","abstract":"

    Query for the row where all fields match their values

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countForColumnValueFieldValues:":{"name":"-countForColumnValueFieldValues:","abstract":"

    Count where all fields match their values

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countWithColumn:forColumnValueFieldValues:":{"name":"-countWithColumn:forColumnValueFieldValues:","abstract":"

    Count where all fields match their values

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countWithDistinct:andColumn:forColumnValueFieldValues:":{"name":"-countWithDistinct:andColumn:forColumnValueFieldValues:","abstract":"

    Count where all fields match their values

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithNestedSQL:":{"name":"-queryInWithNestedSQL:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithDistinct:andNestedSQL:":{"name":"-queryInWithDistinct:andNestedSQL:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithColumns:andNestedSQL:":{"name":"-queryInWithColumns:andNestedSQL:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithDistinct:andColumns:andNestedSQL:":{"name":"-queryInWithDistinct:andColumns:andNestedSQL:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countInWithNestedSQL:":{"name":"-countInWithNestedSQL:","abstract":"

    Get the count in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countInWithColumn:andNestedSQL:":{"name":"-countInWithColumn:andNestedSQL:","abstract":"

    Get the count in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countInWithDistinct:andColumn:andNestedSQL:":{"name":"-countInWithDistinct:andColumn:andNestedSQL:","abstract":"

    Get the count in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithNestedSQL:andNestedArgs:":{"name":"-queryInWithNestedSQL:andNestedArgs:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithDistinct:andNestedSQL:andNestedArgs:":{"name":"-queryInWithDistinct:andNestedSQL:andNestedArgs:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithColumns:andNestedSQL:andNestedArgs:":{"name":"-queryInWithColumns:andNestedSQL:andNestedArgs:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithDistinct:andColumns:andNestedSQL:andNestedArgs:":{"name":"-queryInWithDistinct:andColumns:andNestedSQL:andNestedArgs:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countInWithNestedSQL:andNestedArgs:":{"name":"-countInWithNestedSQL:andNestedArgs:","abstract":"

    Get the count in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countInWithColumn:andNestedSQL:andNestedArgs:":{"name":"-countInWithColumn:andNestedSQL:andNestedArgs:","abstract":"

    Get the count in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countInWithDistinct:andColumn:andNestedSQL:andNestedArgs:":{"name":"-countInWithDistinct:andColumn:andNestedSQL:andNestedArgs:","abstract":"

    Get the count in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithNestedSQL:andFieldValues:":{"name":"-queryInWithNestedSQL:andFieldValues:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithDistinct:andNestedSQL:andFieldValues:":{"name":"-queryInWithDistinct:andNestedSQL:andFieldValues:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithColumns:andNestedSQL:andFieldValues:":{"name":"-queryInWithColumns:andNestedSQL:andFieldValues:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithDistinct:andColumns:andNestedSQL:andFieldValues:":{"name":"-queryInWithDistinct:andColumns:andNestedSQL:andFieldValues:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countInWithNestedSQL:andFieldValues:":{"name":"-countInWithNestedSQL:andFieldValues:","abstract":"

    Get the count in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countInWithColumn:andNestedSQL:andFieldValues:":{"name":"-countInWithColumn:andNestedSQL:andFieldValues:","abstract":"

    Get the count in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countInWithDistinct:andColumn:andNestedSQL:andFieldValues:":{"name":"-countInWithDistinct:andColumn:andNestedSQL:andFieldValues:","abstract":"

    Get the count in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithNestedSQL:andNestedArgs:andFieldValues:":{"name":"-queryInWithNestedSQL:andNestedArgs:andFieldValues:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithDistinct:andNestedSQL:andNestedArgs:andFieldValues:":{"name":"-queryInWithDistinct:andNestedSQL:andNestedArgs:andFieldValues:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithColumns:andNestedSQL:andNestedArgs:andFieldValues:":{"name":"-queryInWithColumns:andNestedSQL:andNestedArgs:andFieldValues:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithDistinct:andColumns:andNestedSQL:andNestedArgs:andFieldValues:":{"name":"-queryInWithDistinct:andColumns:andNestedSQL:andNestedArgs:andFieldValues:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countInWithNestedSQL:andNestedArgs:andFieldValues:":{"name":"-countInWithNestedSQL:andNestedArgs:andFieldValues:","abstract":"

    Get the count in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countInWithColumn:andNestedSQL:andNestedArgs:andFieldValues:":{"name":"-countInWithColumn:andNestedSQL:andNestedArgs:andFieldValues:","abstract":"

    Get the count in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countInWithDistinct:andColumn:andNestedSQL:andNestedArgs:andFieldValues:":{"name":"-countInWithDistinct:andColumn:andNestedSQL:andNestedArgs:andFieldValues:","abstract":"

    Get the count in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithNestedSQL:andNestedArgs:andWhere:":{"name":"-queryInWithNestedSQL:andNestedArgs:andWhere:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithDistinct:andNestedSQL:andNestedArgs:andWhere:":{"name":"-queryInWithDistinct:andNestedSQL:andNestedArgs:andWhere:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithColumns:andNestedSQL:andNestedArgs:andWhere:":{"name":"-queryInWithColumns:andNestedSQL:andNestedArgs:andWhere:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:":{"name":"-queryInWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countInWithNestedSQL:andNestedArgs:andWhere:":{"name":"-countInWithNestedSQL:andNestedArgs:andWhere:","abstract":"

    Get the count in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countInWithColumn:andNestedSQL:andNestedArgs:andWhere:":{"name":"-countInWithColumn:andNestedSQL:andNestedArgs:andWhere:","abstract":"

    Get the count in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countInWithDistinct:andColumn:andNestedSQL:andNestedArgs:andWhere:":{"name":"-countInWithDistinct:andColumn:andNestedSQL:andNestedArgs:andWhere:","abstract":"

    Get the count in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithNestedSQL:andWhere:":{"name":"-queryInWithNestedSQL:andWhere:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithDistinct:andNestedSQL:andWhere:":{"name":"-queryInWithDistinct:andNestedSQL:andWhere:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithColumns:andNestedSQL:andWhere:":{"name":"-queryInWithColumns:andNestedSQL:andWhere:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithDistinct:andColumns:andNestedSQL:andWhere:":{"name":"-queryInWithDistinct:andColumns:andNestedSQL:andWhere:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countInWithNestedSQL:andWhere:":{"name":"-countInWithNestedSQL:andWhere:","abstract":"

    Get the count in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countInWithColumn:andNestedSQL:andWhere:":{"name":"-countInWithColumn:andNestedSQL:andWhere:","abstract":"

    Get the count in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countInWithDistinct:andColumn:andNestedSQL:andWhere:":{"name":"-countInWithDistinct:andColumn:andNestedSQL:andWhere:","abstract":"

    Get the count in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithNestedSQL:andWhere:andWhereArgs:":{"name":"-queryInWithNestedSQL:andWhere:andWhereArgs:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithDistinct:andNestedSQL:andWhere:andWhereArgs:":{"name":"-queryInWithDistinct:andNestedSQL:andWhere:andWhereArgs:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithColumns:andNestedSQL:andWhere:andWhereArgs:":{"name":"-queryInWithColumns:andNestedSQL:andWhere:andWhereArgs:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithDistinct:andColumns:andNestedSQL:andWhere:andWhereArgs:":{"name":"-queryInWithDistinct:andColumns:andNestedSQL:andWhere:andWhereArgs:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countInWithNestedSQL:andWhere:andWhereArgs:":{"name":"-countInWithNestedSQL:andWhere:andWhereArgs:","abstract":"

    Get the count in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countInWithColumn:andNestedSQL:andWhere:andWhereArgs:":{"name":"-countInWithColumn:andNestedSQL:andWhere:andWhereArgs:","abstract":"

    Get the count in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countInWithDistinct:andColumn:andNestedSQL:andWhere:andWhereArgs:":{"name":"-countInWithDistinct:andColumn:andNestedSQL:andWhere:andWhereArgs:","abstract":"

    Get the count in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithNestedSQL:andNestedArgs:andWhere:andWhereArgs:":{"name":"-queryInWithNestedSQL:andNestedArgs:andWhere:andWhereArgs:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithDistinct:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:":{"name":"-queryInWithDistinct:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:":{"name":"-queryInWithColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:":{"name":"-queryInWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andLimit:":{"name":"-queryInForChunkWithNestedSQL:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andLimit:andOffset:":{"name":"-queryInForChunkWithNestedSQL:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andOrderBy:andLimit:":{"name":"-queryInForChunkWithNestedSQL:andOrderBy:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithNestedSQL:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithNestedSQL:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithNestedSQL:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andLimit:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andLimit:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andLimit:andOffset:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andOrderBy:andLimit:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andLimit:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andNestedArgs:andLimit:":{"name":"-queryInForChunkWithNestedSQL:andNestedArgs:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andNestedArgs:andLimit:andOffset:":{"name":"-queryInForChunkWithNestedSQL:andNestedArgs:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andNestedArgs:andOrderBy:andLimit:":{"name":"-queryInForChunkWithNestedSQL:andNestedArgs:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andNestedArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithNestedSQL:andNestedArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andNestedArgs:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithNestedSQL:andNestedArgs:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andNestedArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithNestedSQL:andNestedArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andLimit:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andOrderBy:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andLimit:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andLimit:andOffset:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andOrderBy:andLimit:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andOrderBy:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andLimit:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andOrderBy:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andFieldValues:andLimit:":{"name":"-queryInForChunkWithNestedSQL:andFieldValues:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andFieldValues:andLimit:andOffset:":{"name":"-queryInForChunkWithNestedSQL:andFieldValues:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andFieldValues:andOrderBy:andLimit:":{"name":"-queryInForChunkWithNestedSQL:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithNestedSQL:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithNestedSQL:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithNestedSQL:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andFieldValues:andLimit:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andFieldValues:andLimit:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andFieldValues:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andFieldValues:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andFieldValues:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andFieldValues:andLimit:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andFieldValues:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andFieldValues:andLimit:andOffset:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andFieldValues:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andFieldValues:andOrderBy:andLimit:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andFieldValues:andLimit:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andFieldValues:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andFieldValues:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andFieldValues:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andFieldValues:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andNestedArgs:andFieldValues:andLimit:":{"name":"-queryInForChunkWithNestedSQL:andNestedArgs:andFieldValues:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andNestedArgs:andFieldValues:andLimit:andOffset:":{"name":"-queryInForChunkWithNestedSQL:andNestedArgs:andFieldValues:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andNestedArgs:andFieldValues:andOrderBy:andLimit:":{"name":"-queryInForChunkWithNestedSQL:andNestedArgs:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andNestedArgs:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithNestedSQL:andNestedArgs:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andNestedArgs:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithNestedSQL:andNestedArgs:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andNestedArgs:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithNestedSQL:andNestedArgs:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andFieldValues:andLimit:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andFieldValues:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andFieldValues:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andFieldValues:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andFieldValues:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andFieldValues:andLimit:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andFieldValues:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andFieldValues:andLimit:andOffset:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andFieldValues:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andFieldValues:andOrderBy:andLimit:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andFieldValues:andLimit:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andFieldValues:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andFieldValues:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andFieldValues:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andFieldValues:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andNestedArgs:andWhere:andLimit:":{"name":"-queryInForChunkWithNestedSQL:andNestedArgs:andWhere:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andNestedArgs:andWhere:andLimit:andOffset:":{"name":"-queryInForChunkWithNestedSQL:andNestedArgs:andWhere:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andNestedArgs:andWhere:andOrderBy:andLimit:":{"name":"-queryInForChunkWithNestedSQL:andNestedArgs:andWhere:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andNestedArgs:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithNestedSQL:andNestedArgs:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andNestedArgs:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithNestedSQL:andNestedArgs:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andNestedArgs:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithNestedSQL:andNestedArgs:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andWhere:andLimit:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andWhere:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andWhere:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andWhere:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andWhere:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andWhere:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andLimit:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andLimit:andOffset:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andOrderBy:andLimit:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andLimit:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andWhere:andLimit:":{"name":"-queryInForChunkWithNestedSQL:andWhere:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andWhere:andLimit:andOffset:":{"name":"-queryInForChunkWithNestedSQL:andWhere:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andWhere:andOrderBy:andLimit:":{"name":"-queryInForChunkWithNestedSQL:andWhere:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithNestedSQL:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithNestedSQL:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithNestedSQL:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andWhere:andLimit:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andWhere:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andWhere:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andWhere:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andWhere:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andWhere:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andWhere:andLimit:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andWhere:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andWhere:andLimit:andOffset:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andWhere:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andWhere:andOrderBy:andLimit:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andWhere:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andWhere:andLimit:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andWhere:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andWhere:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andWhere:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andWhere:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andWhere:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andWhere:andWhereArgs:andLimit:":{"name":"-queryInForChunkWithNestedSQL:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryInForChunkWithNestedSQL:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryInForChunkWithNestedSQL:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithNestedSQL:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithNestedSQL:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithNestedSQL:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andWhere:andWhereArgs:andLimit:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andWhere:andWhereArgs:andLimit:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andWhere:andWhereArgs:andLimit:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andNestedArgs:andWhere:andWhereArgs:andLimit:":{"name":"-queryInForChunkWithNestedSQL:andNestedArgs:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andNestedArgs:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryInForChunkWithNestedSQL:andNestedArgs:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andNestedArgs:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryInForChunkWithNestedSQL:andNestedArgs:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andNestedArgs:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithNestedSQL:andNestedArgs:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andNestedArgs:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithNestedSQL:andNestedArgs:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andNestedArgs:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithNestedSQL:andNestedArgs:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andLimit:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andLimit:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andLimit:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andLimitValue:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andLimitValue:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andOrderBy:andLimitValue:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andOrderBy:andLimitValue:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimitValue:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimitValue:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andLimitValue:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andLimitValue:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andOrderBy:andLimitValue:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andOrderBy:andLimitValue:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimitValue:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimitValue:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countInWithNestedSQL:andNestedArgs:andWhere:andWhereArgs:":{"name":"-countInWithNestedSQL:andNestedArgs:andWhere:andWhereArgs:","abstract":"

    Get the count in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countInWithColumn:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:":{"name":"-countInWithColumn:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:","abstract":"

    Get the count in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countInWithDistinct:andColumn:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:":{"name":"-countInWithDistinct:andColumn:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:","abstract":"

    Get the count in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWhere:":{"name":"-queryWhere:","abstract":"

    Query for rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithDistinct:andWhere:":{"name":"-queryWithDistinct:andWhere:","abstract":"

    Query for rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithColumns:andWhere:":{"name":"-queryWithColumns:andWhere:","abstract":"

    Query for rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithDistinct:andColumns:andWhere:":{"name":"-queryWithDistinct:andColumns:andWhere:","abstract":"

    Query for rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWhere:andWhereArgs:":{"name":"-queryWhere:andWhereArgs:","abstract":"

    Query for rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithDistinct:andWhere:andWhereArgs:":{"name":"-queryWithDistinct:andWhere:andWhereArgs:","abstract":"

    Query for rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithColumns:andWhere:andWhereArgs:":{"name":"-queryWithColumns:andWhere:andWhereArgs:","abstract":"

    Query for rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithDistinct:andColumns:andWhere:andWhereArgs:":{"name":"-queryWithDistinct:andColumns:andWhere:andWhereArgs:","abstract":"

    Query for rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)querySQLWhere:":{"name":"-querySQLWhere:","abstract":"

    Query SQL for rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)querySQLWithDistinct:andWhere:":{"name":"-querySQLWithDistinct:andWhere:","abstract":"

    Query SQL for rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryIdsSQLWhere:":{"name":"-queryIdsSQLWhere:","abstract":"

    Query SQL for row ids

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryIdsSQLWithDistinct:andWhere:":{"name":"-queryIdsSQLWithDistinct:andWhere:","abstract":"

    Query SQL for row ids

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryMultiIdsSQLWhere:":{"name":"-queryMultiIdsSQLWhere:","abstract":"

    Query SQL for row multi ids

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryMultiIdsSQLWithDistinct:andWhere:":{"name":"-queryMultiIdsSQLWithDistinct:andWhere:","abstract":"

    Query SQL for row multi ids

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)querySQLWithColumns:andWhere:":{"name":"-querySQLWithColumns:andWhere:","abstract":"

    Query SQL for rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)querySQLWithDistinct:andColumns:andWhere:":{"name":"-querySQLWithDistinct:andColumns:andWhere:","abstract":"

    Query SQL for rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:":{"name":"-queryWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:","abstract":"

    Query for rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithDistinct:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:":{"name":"-queryWithDistinct:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:","abstract":"

    Query for rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:":{"name":"-queryWithColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:","abstract":"

    Query for rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithDistinct:andColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:":{"name":"-queryWithDistinct:andColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:","abstract":"

    Query for rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query where

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithDistinct:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryWithDistinct:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryWithColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithDistinct:andColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryWithDistinct:andColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithColumns:andWhere:andWhereArgs:andLimit:":{"name":"-queryWithColumns:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithDistinct:andColumns:andWhere:andWhereArgs:andLimit:":{"name":"-queryWithDistinct:andColumns:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(cm)isPaginated:":{"name":"+isPaginated:","abstract":"

    Determine if the results are paginated

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)paginate:":{"name":"-paginate:","abstract":"

    Paginate the results

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(cm)paginate:withDao:":{"name":"+paginate:withDao:","abstract":"

    Paginate the results

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithLimit:":{"name":"-queryForChunkWithLimit:","abstract":"

    Query for id ordered rows starting at the offset and returning no more","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithLimit:andOffset:":{"name":"-queryForChunkWithLimit:andOffset:","abstract":"

    Query for id ordered rows starting at the offset and returning no more","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andLimit:":{"name":"-queryForChunkWithDistinct:andLimit:","abstract":"

    Query for id ordered rows starting at the offset and returning no more","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andLimit:andOffset:","abstract":"

    Query for id ordered rows starting at the offset and returning no more","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithColumns:andLimit:":{"name":"-queryForChunkWithColumns:andLimit:","abstract":"

    Query for id ordered rows starting at the offset and returning no more","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithColumns:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andLimit:andOffset:","abstract":"

    Query for id ordered rows starting at the offset and returning no more","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andColumns:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andLimit:","abstract":"

    Query for id ordered rows starting at the offset and returning no more","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andColumns:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andLimit:andOffset:","abstract":"

    Query for id ordered rows starting at the offset and returning no more","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithWhere:andWhereArgs:andLimit:":{"name":"-queryForChunkWithWhere:andWhereArgs:andLimit:","abstract":"

    Query for id ordered rows starting at the offset and returning no more","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryForChunkWithWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for id ordered rows starting at the offset and returning no more","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andWhere:andWhereArgs:andLimit:":{"name":"-queryForChunkWithDistinct:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for id ordered rows starting at the offset and returning no more","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for id ordered rows starting at the offset and returning no more","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithColumns:andWhere:andWhereArgs:andLimit:":{"name":"-queryForChunkWithColumns:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for id ordered rows starting at the offset and returning no more","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithColumns:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for id ordered rows starting at the offset and returning no more","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for id ordered rows starting at the offset and returning no more","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for id ordered rows starting at the offset and returning no more","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithOrderBy:andLimit:":{"name":"-queryForChunkWithOrderBy:andLimit:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andOrderBy:andLimit:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithColumns:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andOrderBy:andLimit:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithColumns:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andColumns:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andOrderBy:andLimit:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andColumns:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryForChunkWithWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryForChunkWithGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithColumns:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithColumns:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andColumns:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andColumns:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryForChunkWithWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithColumns:andWhere:andWhereArgs:andLimitValue:":{"name":"-queryForChunkWithColumns:andWhere:andWhereArgs:andLimitValue:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimitValue:":{"name":"-queryForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimitValue:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimitValue:":{"name":"-queryForChunkWithColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimitValue:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andLimitValue:":{"name":"-queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andLimitValue:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimitValue:":{"name":"-queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimitValue:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimitValue:":{"name":"-queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimitValue:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)buildLimitWithLimit:andOffset:":{"name":"-buildLimitWithLimit:andOffset:","abstract":"

    Build a limit String with the limit and offset

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)idExists:":{"name":"-idExists:","abstract":"

    Check if id exists

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)multiIdExists:":{"name":"-multiIdExists:","abstract":"

    Check if multiple id exists

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForSameId:":{"name":"-queryForSameId:","abstract":"

    Query for the same id as the object

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)beginTransaction":{"name":"-beginTransaction","abstract":"

    Begin an exclusive transaction on the database

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)commitTransaction":{"name":"-commitTransaction","abstract":"

    Commit an active transaction

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)rollbackTransaction":{"name":"-rollbackTransaction","abstract":"

    Rollback an active transaction

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)inTransaction":{"name":"-inTransaction","abstract":"

    Determine if currently within a transaction

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)update:":{"name":"-update:","abstract":"

    Update the object

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)updateWithValues:andWhere:andWhereArgs:":{"name":"-updateWithValues:andWhere:andWhereArgs:","abstract":"

    Update where with values

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)delete:":{"name":"-delete:","abstract":"

    Delete object

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)deleteObjects:":{"name":"-deleteObjects:","abstract":"

    Delete objects

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)deleteById:":{"name":"-deleteById:","abstract":"

    Delete by id

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)deleteByMultiId:":{"name":"-deleteByMultiId:","abstract":"

    Delete by multiple id values

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)deleteWhere:andWhereArgs:":{"name":"-deleteWhere:andWhereArgs:","abstract":"

    Delete where

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)deleteByFieldValues:":{"name":"-deleteByFieldValues:","abstract":"

    Delete by field values

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)deleteAll":{"name":"-deleteAll","abstract":"

    Delete all rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)create:":{"name":"-create:","abstract":"

    Create object, same as calling insert

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)insert:":{"name":"-insert:","abstract":"

    Insert object

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)createIfNotExists:":{"name":"-createIfNotExists:","abstract":"

    Create if does not exist

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)createOrUpdate:":{"name":"-createOrUpdate:","abstract":"

    Create if does not exist or update if it does

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)hasId":{"name":"-hasId","abstract":"

    Determine if the table has an id

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)id:":{"name":"-id:","abstract":"

    Get the id of the object

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)multiId:":{"name":"-multiId:","abstract":"

    Get the multiple id values of the object

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)setId:withIdValue:":{"name":"-setId:withIdValue:","abstract":"

    Set the object id

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)setMultiId:withIdValues:":{"name":"-setMultiId:withIdValues:","abstract":"

    Set the object multiple id

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)values:":{"name":"-values:","abstract":"

    Get the column values of the object

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)buildPkWhereWithValue:":{"name":"-buildPkWhereWithValue:","abstract":"

    Build primary key where clause with id value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)buildPkWhereArgsWithValue:":{"name":"-buildPkWhereArgsWithValue:","abstract":"

    Build primary key where args

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)buildPkWhereWithValues:":{"name":"-buildPkWhereWithValues:","abstract":"

    Build primary key where clause with id values

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)buildWhereWithFields:":{"name":"-buildWhereWithFields:","abstract":"

    Build where clause with fields

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)buildWhereWithFields:andOperation:":{"name":"-buildWhereWithFields:andOperation:","abstract":"

    Build where clause with fields

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)buildWhereWithColumnValueFields:":{"name":"-buildWhereWithColumnValueFields:","abstract":"

    Build where clause with column value fields

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)buildWhereWithColumnValueFields:andOperation:":{"name":"-buildWhereWithColumnValueFields:andOperation:","abstract":"

    Build where clause with column value fields

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)buildWhereWithField:andValue:":{"name":"-buildWhereWithField:andValue:","abstract":"

    Build where clause with field and value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)buildWhereLikeWithField:andValue:":{"name":"-buildWhereLikeWithField:andValue:","abstract":"

    Build where LIKE clause with field and value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)buildWhereWithField:andValue:andOperation:":{"name":"-buildWhereWithField:andValue:andOperation:","abstract":"

    Build where clause with field, value, and operation

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)buildWhereWithField:andColumnValue:":{"name":"-buildWhereWithField:andColumnValue:","abstract":"

    Build where clause with field and column value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)buildWhereLikeWithField:andColumnValue:":{"name":"-buildWhereLikeWithField:andColumnValue:","abstract":"

    Build where LIKE clause with field and column value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)buildWhereArgsWithValues:":{"name":"-buildWhereArgsWithValues:","abstract":"

    Build where args with column values

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)buildWhereArgsWithValueArray:":{"name":"-buildWhereArgsWithValueArray:","abstract":"

    Build where args with values

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)buildWhereArgsWithColumnValues:":{"name":"-buildWhereArgsWithColumnValues:","abstract":"

    Build where args with column values

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)buildWhereArgsWithValue:":{"name":"-buildWhereArgsWithValue:","abstract":"

    Build where args with value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)buildWhereArgsWithColumnValue:":{"name":"-buildWhereArgsWithColumnValue:","abstract":"

    Build where args with column value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)buildWhereInWithNestedSQL:andWhere:":{"name":"-buildWhereInWithNestedSQL:andWhere:","abstract":"

    Build where statement for ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)buildWhereInArgsWithNestedArgs:andWhereArgs:":{"name":"-buildWhereInArgsWithNestedArgs:andWhereArgs:","abstract":"

    Build where args for ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)count":{"name":"-count","abstract":"

    Get the total result count

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countWhere:":{"name":"-countWhere:","abstract":"

    Get the count where

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countWhere:andWhereArgs:":{"name":"-countWhere:andWhereArgs:","abstract":"

    Get the count where

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countWithColumn:":{"name":"-countWithColumn:","abstract":"

    Get a count of results

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countWithDistinct:andColumn:":{"name":"-countWithDistinct:andColumn:","abstract":"

    Get a count of results

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countWithColumn:andWhere:":{"name":"-countWithColumn:andWhere:","abstract":"

    Get a count of results

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countWithColumn:andWhere:andWhereArgs:":{"name":"-countWithColumn:andWhere:andWhereArgs:","abstract":"

    Get a count of results

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countWithDistinct:andColumn:andWhere:":{"name":"-countWithDistinct:andColumn:andWhere:","abstract":"

    Get a count of results

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countWithDistinct:andColumn:andWhere:andWhereArgs:":{"name":"-countWithDistinct:andColumn:andWhere:andWhereArgs:","abstract":"

    Get a count of results

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)minOfColumn:":{"name":"-minOfColumn:","abstract":"

    Get the min result of the column

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)minOfColumn:andWhere:andWhereArgs:":{"name":"-minOfColumn:andWhere:andWhereArgs:","abstract":"

    Get the min result of the column

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)maxOfColumn:":{"name":"-maxOfColumn:","abstract":"

    Get the max result of the column

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)maxOfColumn:andWhere:andWhereArgs:":{"name":"-maxOfColumn:andWhere:andWhereArgs:","abstract":"

    Get the max result of the column

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)querySingleResultWithSql:andArgs:":{"name":"-querySingleResultWithSql:andArgs:","abstract":"

    Query the SQL for a single result object in the first column

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)querySingleResultWithSql:andArgs:andDataType:":{"name":"-querySingleResultWithSql:andArgs:andDataType:","abstract":"

    Query the SQL for a single result object in the first column with the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)querySingleResultWithSql:andArgs:andColumn:":{"name":"-querySingleResultWithSql:andArgs:andColumn:","abstract":"

    Query the SQL for a single result object

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)querySingleResultWithSql:andArgs:andColumn:andDataType:":{"name":"-querySingleResultWithSql:andArgs:andColumn:andDataType:","abstract":"

    Query the SQL for a single result object with the expected data type

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)querySingleColumnResultsWithSql:andArgs:":{"name":"-querySingleColumnResultsWithSql:andArgs:","abstract":"

    Query for values from the first column

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)querySingleColumnResultsWithSql:andArgs:andDataType:":{"name":"-querySingleColumnResultsWithSql:andArgs:andDataType:","abstract":"

    Query for values from the first column

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)querySingleColumnResultsWithSql:andArgs:andColumn:":{"name":"-querySingleColumnResultsWithSql:andArgs:andColumn:","abstract":"

    Query for values from a single column

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)querySingleColumnResultsWithSql:andArgs:andColumn:andDataType:":{"name":"-querySingleColumnResultsWithSql:andArgs:andColumn:andDataType:","abstract":"

    Query for values from a single column

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)querySingleColumnResultsWithSql:andArgs:andColumn:andLimit:":{"name":"-querySingleColumnResultsWithSql:andArgs:andColumn:andLimit:","abstract":"

    Query for values from a single column up to the limit

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)querySingleColumnResultsWithSql:andArgs:andColumn:andDataType:andLimit:":{"name":"-querySingleColumnResultsWithSql:andArgs:andColumn:andDataType:andLimit:","abstract":"

    Query for values from a single column up to the limit

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryResultsWithSql:andArgs:":{"name":"-queryResultsWithSql:andArgs:","abstract":"

    Query for values

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryResultsWithSql:andArgs:andDataTypes:":{"name":"-queryResultsWithSql:andArgs:andDataTypes:","abstract":"

    Query for values

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)querySingleRowResultsWithSql:andArgs:":{"name":"-querySingleRowResultsWithSql:andArgs:","abstract":"

    Query for values in a single (first) row

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)querySingleRowResultsWithSql:andArgs:andDataTypes:":{"name":"-querySingleRowResultsWithSql:andArgs:andDataTypes:","abstract":"

    Query for values in a single (first) row

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryResultsWithSql:andArgs:andLimit:":{"name":"-queryResultsWithSql:andArgs:andLimit:","abstract":"

    Query for values

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryResultsWithSql:andArgs:andDataTypes:andLimit:":{"name":"-queryResultsWithSql:andArgs:andDataTypes:andLimit:","abstract":"

    Query for values up to the limit

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)renameColumnWithName:toColumn:":{"name":"-renameColumnWithName:toColumn:","abstract":"

    Rename column

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)renameColumnWithIndex:toColumn:":{"name":"-renameColumnWithIndex:toColumn:","abstract":"

    Rename column

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)dropColumnWithIndex:":{"name":"-dropColumnWithIndex:","abstract":"

    Drop a column

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)dropColumnWithName:":{"name":"-dropColumnWithName:","abstract":"

    Drop a column

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)dropColumnIndexes:":{"name":"-dropColumnIndexes:","abstract":"

    Drop columns

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)dropColumnNames:":{"name":"-dropColumnNames:","abstract":"

    Drop columns

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGTableMapping.html#/c:objc(cs)GPKGTableMapping(py)fromTable":{"name":"fromTable","abstract":"

    From table name

    ","parent_name":"GPKGTableMapping"},"Classes/GPKGTableMapping.html#/c:objc(cs)GPKGTableMapping(py)toTable":{"name":"toTable","abstract":"

    To table name

    ","parent_name":"GPKGTableMapping"},"Classes/GPKGTableMapping.html#/c:objc(cs)GPKGTableMapping(py)transferContent":{"name":"transferContent","abstract":"

    Transfer row content to new table

    ","parent_name":"GPKGTableMapping"},"Classes/GPKGTableMapping.html#/c:objc(cs)GPKGTableMapping(py)where":{"name":"where","abstract":"

    Custom where clause (in addition to column where mappings)

    ","parent_name":"GPKGTableMapping"},"Classes/GPKGTableMapping.html#/c:objc(cs)GPKGTableMapping(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGTableMapping"},"Classes/GPKGTableMapping.html#/c:objc(cs)GPKGTableMapping(im)initWithTableName:andColumns:":{"name":"-initWithTableName:andColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGTableMapping"},"Classes/GPKGTableMapping.html#/c:objc(cs)GPKGTableMapping(im)initWithTable:":{"name":"-initWithTable:","abstract":"

    Initialize

    ","parent_name":"GPKGTableMapping"},"Classes/GPKGTableMapping.html#/c:objc(cs)GPKGTableMapping(im)initWithTable:andDroppedColumns:":{"name":"-initWithTable:andDroppedColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGTableMapping"},"Classes/GPKGTableMapping.html#/c:objc(cs)GPKGTableMapping(im)initWithTable:andNewTable:":{"name":"-initWithTable:andNewTable:","abstract":"

    Initialize

    ","parent_name":"GPKGTableMapping"},"Classes/GPKGTableMapping.html#/c:objc(cs)GPKGTableMapping(im)initWithTableInfo:":{"name":"-initWithTableInfo:","abstract":"

    Initialize

    ","parent_name":"GPKGTableMapping"},"Classes/GPKGTableMapping.html#/c:objc(cs)GPKGTableMapping(im)initWithTableName:andConnection:":{"name":"-initWithTableName:andConnection:","abstract":"

    Initialize

    ","parent_name":"GPKGTableMapping"},"Classes/GPKGTableMapping.html#/c:objc(cs)GPKGTableMapping(im)isNewTable":{"name":"-isNewTable","abstract":"

    Check if the table mapping is to a new table

    ","parent_name":"GPKGTableMapping"},"Classes/GPKGTableMapping.html#/c:objc(cs)GPKGTableMapping(im)addColumn:":{"name":"-addColumn:","abstract":"

    Add a column

    ","parent_name":"GPKGTableMapping"},"Classes/GPKGTableMapping.html#/c:objc(cs)GPKGTableMapping(im)addColumnName:":{"name":"-addColumnName:","abstract":"

    Add a column

    ","parent_name":"GPKGTableMapping"},"Classes/GPKGTableMapping.html#/c:objc(cs)GPKGTableMapping(im)removeColumn:":{"name":"-removeColumn:","abstract":"

    Remove a column

    ","parent_name":"GPKGTableMapping"},"Classes/GPKGTableMapping.html#/c:objc(cs)GPKGTableMapping(im)columnNames":{"name":"-columnNames","abstract":"

    Get the column names

    ","parent_name":"GPKGTableMapping"},"Classes/GPKGTableMapping.html#/c:objc(cs)GPKGTableMapping(im)mappedColumns":{"name":"-mappedColumns","abstract":"

    Get the mapped column values

    ","parent_name":"GPKGTableMapping"},"Classes/GPKGTableMapping.html#/c:objc(cs)GPKGTableMapping(im)columnForName:":{"name":"-columnForName:","abstract":"

    Get the mapped column for the column name

    ","parent_name":"GPKGTableMapping"},"Classes/GPKGTableMapping.html#/c:objc(cs)GPKGTableMapping(im)addDroppedColumn:":{"name":"-addDroppedColumn:","abstract":"

    Add a dropped column

    ","parent_name":"GPKGTableMapping"},"Classes/GPKGTableMapping.html#/c:objc(cs)GPKGTableMapping(im)removeDroppedColumn:":{"name":"-removeDroppedColumn:","abstract":"

    Remove a dropped column

    ","parent_name":"GPKGTableMapping"},"Classes/GPKGTableMapping.html#/c:objc(cs)GPKGTableMapping(im)droppedColumns":{"name":"-droppedColumns","abstract":"

    Get a set of dropped columns

    ","parent_name":"GPKGTableMapping"},"Classes/GPKGTableMapping.html#/c:objc(cs)GPKGTableMapping(im)isDroppedColumn:":{"name":"-isDroppedColumn:","abstract":"

    Check if the column name is a dropped column

    ","parent_name":"GPKGTableMapping"},"Classes/GPKGTableMapping.html#/c:objc(cs)GPKGTableMapping(im)hasWhere":{"name":"-hasWhere","abstract":"

    Check if there is a custom where clause

    ","parent_name":"GPKGTableMapping"},"Classes/GPKGTableCreator.html#/c:objc(cs)GPKGTableCreator(py)db":{"name":"db","abstract":"

    Database connection

    ","parent_name":"GPKGTableCreator"},"Classes/GPKGTableCreator.html#/c:objc(cs)GPKGTableCreator(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGTableCreator"},"Classes/GPKGTableCreator.html#/c:objc(cs)GPKGTableCreator(im)properties":{"name":"-properties","abstract":"

    Get the table creator properties name

    ","parent_name":"GPKGTableCreator"},"Classes/GPKGTableCreator.html#/c:objc(cs)GPKGTableCreator(im)createTable:":{"name":"-createTable:","abstract":"

    Create the table

    ","parent_name":"GPKGTableCreator"},"Classes/GPKGTableCreator.html#/c:objc(cs)GPKGTableCreator(im)createTable:fromProperties:":{"name":"-createTable:fromProperties:","abstract":"

    Create the table

    ","parent_name":"GPKGTableCreator"},"Classes/GPKGTableCreator.html#/c:objc(cs)GPKGTableCreator(im)execSQLForProperty:":{"name":"-execSQLForProperty:","abstract":"

    Execute the SQL statement for the property name

    ","parent_name":"GPKGTableCreator"},"Classes/GPKGTableCreator.html#/c:objc(cs)GPKGTableCreator(im)execSQLForProperty:fromProperties:":{"name":"-execSQLForProperty:fromProperties:","abstract":"

    Execute the SQL statement for the property name

    ","parent_name":"GPKGTableCreator"},"Classes/GPKGTableCreator.html#/c:objc(cs)GPKGTableCreator(im)execSQLStatements:":{"name":"-execSQLStatements:","abstract":"

    Execute the SQL statements

    ","parent_name":"GPKGTableCreator"},"Classes/GPKGTableCreator.html#/c:objc(cs)GPKGTableCreator(cm)readProperty:":{"name":"+readProperty:","abstract":"

    Read the SQL statements for the property name

    ","parent_name":"GPKGTableCreator"},"Classes/GPKGTableCreator.html#/c:objc(cs)GPKGTableCreator(cm)readProperty:fromProperties:":{"name":"+readProperty:fromProperties:","abstract":"

    Read the SQL statements for the property name from the properties

    ","parent_name":"GPKGTableCreator"},"Classes/GPKGTableCreator.html#/c:objc(cs)GPKGTableCreator(cm)readProperty:fromFile:":{"name":"+readProperty:fromFile:","abstract":"

    Read the SQL statements for the property name from the properties file

    ","parent_name":"GPKGTableCreator"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)execWithDatabase:andStatement:":{"name":"+execWithDatabase:andStatement:","abstract":"

    Execute statement on the database

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)execWithSQLiteConnection:andStatement:":{"name":"+execWithSQLiteConnection:andStatement:","abstract":"

    Execute statement on the SQLite connection

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)queryWithDatabase:andStatement:andArgs:":{"name":"+queryWithDatabase:andStatement:andArgs:","abstract":"

    Query statement on the database

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)queryWithDatabase:andDistinct:andTable:andColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"+queryWithDatabase:andDistinct:andTable:andColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query on the database

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)querySQLWithDistinct:andTable:andColumns:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"+querySQLWithDistinct:andTable:andColumns:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Build Query SQL

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)countWithDatabase:andStatement:andArgs:":{"name":"+countWithDatabase:andStatement:andArgs:","abstract":"

    Count on the database

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)countWithDatabase:andTable:":{"name":"+countWithDatabase:andTable:","abstract":"

    Count on the database table where

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)countWithDatabase:andTable:andWhere:":{"name":"+countWithDatabase:andTable:andWhere:","abstract":"

    Count on the database table where

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)countWithDatabase:andTable:andWhere:andWhereArgs:":{"name":"+countWithDatabase:andTable:andWhere:andWhereArgs:","abstract":"

    Count on the database table where

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)countWithDatabase:andCountStatement:":{"name":"+countWithDatabase:andCountStatement:","abstract":"

    Count on the database

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)countWithDatabase:andCountStatement:andArgs:":{"name":"+countWithDatabase:andCountStatement:andArgs:","abstract":"

    Count on the database

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)countWithDatabase:andTable:andColumn:":{"name":"+countWithDatabase:andTable:andColumn:","abstract":"

    Get a count of table results

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)countWithDatabase:andTable:andDistinct:andColumn:":{"name":"+countWithDatabase:andTable:andDistinct:andColumn:","abstract":"

    Get a count of table results

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)countWithDatabase:andTable:andColumn:andWhere:andWhereArgs:":{"name":"+countWithDatabase:andTable:andColumn:andWhere:andWhereArgs:","abstract":"

    Get a count of table results

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)countWithDatabase:andTable:andDistinct:andColumn:andWhere:andWhereArgs:":{"name":"+countWithDatabase:andTable:andDistinct:andColumn:andWhere:andWhereArgs:","abstract":"

    Get a count of table results

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)querySingleResultWithDatabase:andSql:andArgs:andColumn:andDataType:":{"name":"+querySingleResultWithDatabase:andSql:andArgs:andColumn:andDataType:","abstract":"

    Query the SQL for a single result object with the expected data type

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)querySingleColumnResultsWithDatabase:andSql:andArgs:andColumn:andDataType:andLimit:":{"name":"+querySingleColumnResultsWithDatabase:andSql:andArgs:andColumn:andDataType:andLimit:","abstract":"

    Query for values from a single column up to the limit

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)queryResultsWithDatabase:andSql:andArgs:andDataTypes:andLimit:":{"name":"+queryResultsWithDatabase:andSql:andArgs:andDataTypes:andLimit:","abstract":"

    Query for values up to the limit

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)valueInResult:atIndex:":{"name":"+valueInResult:atIndex:","abstract":"

    Get the value from the result set from the provided column

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)valueInResult:atIndex:withDataType:":{"name":"+valueInResult:atIndex:withDataType:","abstract":"

    Get the value from the result set from the provided column

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)valueInResult:atIndex:withType:":{"name":"+valueInResult:atIndex:withType:","abstract":"

    Get the value from the result set from the provided column

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)valueInResult:atIndex:withType:andDataType:":{"name":"+valueInResult:atIndex:withType:andDataType:","abstract":"

    Get the value from the result set from the provided column

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)integerValueInResult:atIndex:withDataType:":{"name":"+integerValueInResult:atIndex:withDataType:","abstract":"

    Get the integer value from the result set of the column

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)floatValueInResult:atIndex:withDataType:":{"name":"+floatValueInResult:atIndex:withDataType:","abstract":"

    Get the float value from the result set of the column

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)value:asDataType:":{"name":"+value:asDataType:","abstract":"

    Get the converted value from the value and data type

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)minWithDatabase:andTable:andColumn:":{"name":"+minWithDatabase:andTable:andColumn:","abstract":"

    Min on the database table column where

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)minWithDatabase:andTable:andColumn:andWhere:andWhereArgs:":{"name":"+minWithDatabase:andTable:andColumn:andWhere:andWhereArgs:","abstract":"

    Min on the database table column where

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)maxWithDatabase:andTable:andColumn:":{"name":"+maxWithDatabase:andTable:andColumn:","abstract":"

    Max on the database table column where

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)maxWithDatabase:andTable:andColumn:andWhere:andWhereArgs:":{"name":"+maxWithDatabase:andTable:andColumn:andWhere:andWhereArgs:","abstract":"

    Max on the database table column where

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)insertWithDatabase:andStatement:":{"name":"+insertWithDatabase:andStatement:","abstract":"

    Insert into database

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)insertWithDatabase:andTable:andValues:":{"name":"+insertWithDatabase:andTable:andValues:","abstract":"

    Insert into database

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)updateWithDatabase:andStatement:":{"name":"+updateWithDatabase:andStatement:","abstract":"

    Update in the database

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)updateWithDatabase:andStatement:andArgs:":{"name":"+updateWithDatabase:andStatement:andArgs:","abstract":"

    Update in the database

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)updateWithDatabase:andTable:andValues:andWhere:":{"name":"+updateWithDatabase:andTable:andValues:andWhere:","abstract":"

    Update in the database

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)updateWithDatabase:andTable:andValues:andWhere:andWhereArgs:":{"name":"+updateWithDatabase:andTable:andValues:andWhere:andWhereArgs:","abstract":"

    Update in the database

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)deleteWithDatabase:andStatement:":{"name":"+deleteWithDatabase:andStatement:","abstract":"

    Delete from the database

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)deleteWithDatabase:andStatement:andArgs:":{"name":"+deleteWithDatabase:andStatement:andArgs:","abstract":"

    Delete from the database

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)deleteWithDatabase:andTable:andWhere:":{"name":"+deleteWithDatabase:andTable:andWhere:","abstract":"

    Delete from the database

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)deleteWithDatabase:andTable:andWhere:andWhereArgs:":{"name":"+deleteWithDatabase:andTable:andWhere:andWhereArgs:","abstract":"

    Delete from the database

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)closeStatement:":{"name":"+closeStatement:","abstract":"

    Close the statement

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)closeResultSet:":{"name":"+closeResultSet:","abstract":"

    Close the result set

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)closeDatabase:":{"name":"+closeDatabase:","abstract":"

    Close the database

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)sqlValueString:":{"name":"+sqlValueString:","abstract":"

    Get the sql string for the value

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)quoteWrapName:":{"name":"+quoteWrapName:","abstract":"

    Wrap the name in double quotes

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)quoteWrapNames:":{"name":"+quoteWrapNames:","abstract":"

    Wrap the names in double quotes

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)quoteUnwrapName:":{"name":"+quoteUnwrapName:","abstract":"

    Remove double quotes from the name

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)createTableSQL:":{"name":"+createTableSQL:","abstract":"

    Create the user defined table SQL

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)columnSQL:":{"name":"+columnSQL:","abstract":"

    Create the column SQL in the format:","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)columnDefinition:":{"name":"+columnDefinition:","abstract":"

    Create the column definition SQL in the format:","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)columnDefaultValue:":{"name":"+columnDefaultValue:","abstract":"

    Get the column default value as a string

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)columnDefaultValue:withType:":{"name":"+columnDefaultValue:withType:","abstract":"

    Get the column default value as a string

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)addColumn:toTable:withConnection:":{"name":"+addColumn:toTable:withConnection:","abstract":"

    Add a column to a table

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)foreignKeysWithConnection:":{"name":"+foreignKeysWithConnection:","abstract":"

    Query for the foreign keys value

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)foreignKeysAsOn:withConnection:":{"name":"+foreignKeysAsOn:withConnection:","abstract":"

    Change the foreign keys state

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)foreignKeysSQLAsOn:":{"name":"+foreignKeysSQLAsOn:","abstract":"

    Create the foreign keys SQL

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)foreignKeyCheckWithConnection:":{"name":"+foreignKeyCheckWithConnection:","abstract":"

    Perform a foreign key check

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)foreignKeyCheckOnTable:withConnection:":{"name":"+foreignKeyCheckOnTable:withConnection:","abstract":"

    Perform a foreign key check

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)foreignKeyCheckSQL":{"name":"+foreignKeyCheckSQL","abstract":"

    Create the foreign key check SQL

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)foreignKeyCheckSQLOnTable:":{"name":"+foreignKeyCheckSQLOnTable:","abstract":"

    Create the foreign key check SQL

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)integrityCheckSQL":{"name":"+integrityCheckSQL","abstract":"

    Create the integrity check SQL

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)quickCheckSQL":{"name":"+quickCheckSQL","abstract":"

    Create the quick check SQL

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)dropTable:withConnection:":{"name":"+dropTable:withConnection:","abstract":"

    Drop the table if it exists

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)dropTableSQL:":{"name":"+dropTableSQL:","abstract":"

    Create the drop table if exists SQL

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)dropView:withConnection:":{"name":"+dropView:withConnection:","abstract":"

    Drop the view if it exists

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)dropViewSQL:":{"name":"+dropViewSQL:","abstract":"

    Create the drop view if exists SQL

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)transferTableContent:withConnection:":{"name":"+transferTableContent:withConnection:","abstract":"

    Transfer table content from one table to another

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)transferTableContentSQL:":{"name":"+transferTableContentSQL:","abstract":"

    Create insert SQL to transfer table content from one table to another

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)transferContentInTable:inColumn:withNewValue:andCurrentValue:withConnection:":{"name":"+transferContentInTable:inColumn:withNewValue:andCurrentValue:withConnection:","abstract":"

    Transfer table content to itself with new rows containing a new column","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)transferContentInTable:inColumn:withNewValue:andCurrentValue:andIdColumn:withConnection:":{"name":"+transferContentInTable:inColumn:withNewValue:andCurrentValue:andIdColumn:withConnection:","abstract":"

    Transfer table content to itself with new rows containing a new column","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)tempTableNameWithPrefix:andBaseName:withConnection:":{"name":"+tempTableNameWithPrefix:andBaseName:withConnection:","abstract":"

    Get an available temporary table name. Starts with prefix_baseName and","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)modifySQL:withName:andTableMapping:":{"name":"+modifySQL:withName:andTableMapping:","abstract":"

    Modify the SQL with a name change and the table mapping modifications

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)modifySQL:withName:andTableMapping:withConnection:":{"name":"+modifySQL:withName:andTableMapping:withConnection:","abstract":"

    Modify the SQL with a name change and the table mapping modifications

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)modifySQL:withTableMapping:":{"name":"+modifySQL:withTableMapping:","abstract":"

    Modify the SQL with table mapping modifications

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)replaceName:inSQL:withReplacement:":{"name":"+replaceName:inSQL:withReplacement:","abstract":"

    Replace the name (table, column, etc) in the SQL with the replacement.","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)createName:andReplace:withReplacement:":{"name":"+createName:andReplace:withReplacement:","abstract":"

    Create a new name by replacing a case insensitive value with a new value.","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)createName:andReplace:withReplacement:withConnection:":{"name":"+createName:andReplace:withReplacement:withConnection:","abstract":"

    Create a new name by replacing a case insensitive value with a new value.","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)vacuumWithConnection:":{"name":"+vacuumWithConnection:","abstract":"

    Rebuild the GeoPackage, repacking it into a minimal amount of disk space

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)boolValueOfNumber:":{"name":"+boolValueOfNumber:","abstract":"

    Get the BOOL value of the number

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlLiteQueryBuilder.html#/c:objc(cs)GPKGSqlLiteQueryBuilder(cm)buildQueryWithDistinct:andTable:andColumns:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"+buildQueryWithDistinct:andTable:andColumns:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Build SQL query

    ","parent_name":"GPKGSqlLiteQueryBuilder"},"Classes/GPKGSqlLiteQueryBuilder.html#/c:objc(cs)GPKGSqlLiteQueryBuilder(cm)buildQueryWithDistinct:andTables:andColumns:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"+buildQueryWithDistinct:andTables:andColumns:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Build SQL query

    ","parent_name":"GPKGSqlLiteQueryBuilder"},"Classes/GPKGSqlLiteQueryBuilder.html#/c:objc(cs)GPKGSqlLiteQueryBuilder(cm)appendColumnsToString:toString:":{"name":"+appendColumnsToString:toString:","abstract":"

    Append columns to the string

    ","parent_name":"GPKGSqlLiteQueryBuilder"},"Classes/GPKGRow.html#/c:objc(cs)GPKGRow(py)columns":{"name":"columns","abstract":"

    Column names

    ","parent_name":"GPKGRow"},"Classes/GPKGRow.html#/c:objc(cs)GPKGRow(py)values":{"name":"values","abstract":"

    Column values

    ","parent_name":"GPKGRow"},"Classes/GPKGRow.html#/c:objc(cs)GPKGRow(cm)create":{"name":"+create","abstract":"

    Initialize

    ","parent_name":"GPKGRow"},"Classes/GPKGRow.html#/c:objc(cs)GPKGRow(cm)createWithValues:":{"name":"+createWithValues:","abstract":"

    Initialize

    ","parent_name":"GPKGRow"},"Classes/GPKGRow.html#/c:objc(cs)GPKGRow(cm)createWithColumns:andValues:":{"name":"+createWithColumns:andValues:","abstract":"

    Initialize

    ","parent_name":"GPKGRow"},"Classes/GPKGRow.html#/c:objc(cs)GPKGRow(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGRow"},"Classes/GPKGRow.html#/c:objc(cs)GPKGRow(im)initWithValues:":{"name":"-initWithValues:","abstract":"

    Initialize

    ","parent_name":"GPKGRow"},"Classes/GPKGRow.html#/c:objc(cs)GPKGRow(im)initWithColumns:andValues:":{"name":"-initWithColumns:andValues:","abstract":"

    Initialize

    ","parent_name":"GPKGRow"},"Classes/GPKGRow.html#/c:objc(cs)GPKGRow(im)count":{"name":"-count","abstract":"

    Get the count of values / columns

    ","parent_name":"GPKGRow"},"Classes/GPKGRow.html#/c:objc(cs)GPKGRow(im)columnAtIndex:":{"name":"-columnAtIndex:","abstract":"

    Get the column name at the column index

    ","parent_name":"GPKGRow"},"Classes/GPKGRow.html#/c:objc(cs)GPKGRow(im)valueAtIndex:":{"name":"-valueAtIndex:","abstract":"

    Get the value at the column index

    ","parent_name":"GPKGRow"},"Classes/GPKGRow.html#/c:objc(cs)GPKGRow(im)valueWithColumn:":{"name":"-valueWithColumn:","abstract":"

    Get the value for the column name

    ","parent_name":"GPKGRow"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(py)statement":{"name":"statement","abstract":"

    SQL statement

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(py)sql":{"name":"sql","abstract":"

    SQL string statement

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(py)args":{"name":"args","abstract":"

    SQL arguments

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(py)count":{"name":"count","abstract":"

    Result count

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(py)connection":{"name":"connection","abstract":"

    SQL Connection

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(py)columnNames":{"name":"columnNames","abstract":"

    Column Names

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(py)columnIndex":{"name":"columnIndex","abstract":"

    Column name to index mapping

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(py)columns":{"name":"columns","abstract":"

    User columns

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(im)initWithStatement:andSql:andArgs:andCount:andConnection:":{"name":"-initWithStatement:andSql:andArgs:andCount:andConnection:","abstract":"

    Initialize

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(im)initWithResultSet:":{"name":"-initWithResultSet:","abstract":"

    Initialize reusing existing result set statement and connection

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(im)moveToNext":{"name":"-moveToNext","abstract":"

    Move to the next result if one exists

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(im)moveToFirst":{"name":"-moveToFirst","abstract":"

    Move to the first result

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(im)moveToPosition:":{"name":"-moveToPosition:","abstract":"

    Move result to index position

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(im)close":{"name":"-close","abstract":"

    Close the result set

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(im)closeStatement":{"name":"-closeStatement","abstract":"

    Close the result set statement, but leave the connection open

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(im)columnCount":{"name":"-columnCount","abstract":"

    Get the column count

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(im)row":{"name":"-row","abstract":"

    Get the row value

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(im)rowValues":{"name":"-rowValues","abstract":"

    Get the row values

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(im)rowPopulateValues:":{"name":"-rowPopulateValues:","abstract":"

    Get a row and populate with values

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(im)valueWithIndex:":{"name":"-valueWithIndex:","abstract":"

    Get value with column index

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(im)valueWithColumnName:":{"name":"-valueWithColumnName:","abstract":"

    Get the value for the column name

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(im)columnIndexWithName:":{"name":"-columnIndexWithName:","abstract":"

    Get column index for column name

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(im)type:":{"name":"-type:","abstract":"

    Get the column type of the column index

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(im)stringWithIndex:":{"name":"-stringWithIndex:","abstract":"

    Get the string value at the column index

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(im)intWithIndex:":{"name":"-intWithIndex:","abstract":"

    Get the int value at the column index

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(im)blobWithIndex:":{"name":"-blobWithIndex:","abstract":"

    Get the blob value at the column index

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(im)longWithIndex:":{"name":"-longWithIndex:","abstract":"

    Get the long value at the column index

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(im)doubleWithIndex:":{"name":"-doubleWithIndex:","abstract":"

    Get the double value at the column index

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(im)countAndClose":{"name":"-countAndClose","abstract":"

    Get the result count and close the result set

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(im)setColumnsFromTable:":{"name":"-setColumnsFromTable:","abstract":"

    Set the columns from the user table

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(im)id":{"name":"-id","abstract":"

    Get the id value

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(im)idValue":{"name":"-idValue","abstract":"

    Get the id value

    ","parent_name":"GPKGResultSet"},"Classes/GPKGPagination.html#/c:objc(cs)GPKGPagination(cm)findInSQL:":{"name":"+findInSQL:","abstract":"

    Find the pagination offset and limit from the SQL statement

    ","parent_name":"GPKGPagination"},"Classes/GPKGPagination.html#/c:objc(cs)GPKGPagination(cm)replaceSQL:withPagination:":{"name":"+replaceSQL:withPagination:","abstract":"

    Replace the pagination limit and offset in the SQL statement

    ","parent_name":"GPKGPagination"},"Classes/GPKGPagination.html#/c:objc(cs)GPKGPagination(py)limit":{"name":"limit","abstract":"

    Limit

    ","parent_name":"GPKGPagination"},"Classes/GPKGPagination.html#/c:objc(cs)GPKGPagination(py)offset":{"name":"offset","abstract":"

    Offset

    ","parent_name":"GPKGPagination"},"Classes/GPKGPagination.html#/c:objc(cs)GPKGPagination(im)initWithLimit:":{"name":"-initWithLimit:","abstract":"

    Initialize

    ","parent_name":"GPKGPagination"},"Classes/GPKGPagination.html#/c:objc(cs)GPKGPagination(im)initWithLimit:andOffsetInt:":{"name":"-initWithLimit:andOffsetInt:","abstract":"

    Initialize

    ","parent_name":"GPKGPagination"},"Classes/GPKGPagination.html#/c:objc(cs)GPKGPagination(im)initWithLimit:andOffset:":{"name":"-initWithLimit:andOffset:","abstract":"

    Initialize

    ","parent_name":"GPKGPagination"},"Classes/GPKGPagination.html#/c:objc(cs)GPKGPagination(im)hasLimit":{"name":"-hasLimit","abstract":"

    Is there positive limit

    ","parent_name":"GPKGPagination"},"Classes/GPKGPagination.html#/c:objc(cs)GPKGPagination(im)hasOffset":{"name":"-hasOffset","abstract":"

    Is there an offset

    ","parent_name":"GPKGPagination"},"Classes/GPKGPagination.html#/c:objc(cs)GPKGPagination(im)incrementOffset":{"name":"-incrementOffset","abstract":"

    If the limit is positive, increment the offset

    ","parent_name":"GPKGPagination"},"Classes/GPKGPagination.html#/c:objc(cs)GPKGPagination(im)incrementOffsetByCount:":{"name":"-incrementOffsetByCount:","abstract":"

    Increment the offset by the count

    ","parent_name":"GPKGPagination"},"Classes/GPKGPagination.html#/c:objc(cs)GPKGPagination(im)replaceSQL:":{"name":"-replaceSQL:","abstract":"

    Replace the limit and offset in the SQL statement with the pagination","parent_name":"GPKGPagination"},"Classes/GPKGPaginatedResults.html#/c:objc(cs)GPKGPaginatedResults(cm)isPaginated:":{"name":"+isPaginated:","abstract":"

    Determine if the result set is paginated

    ","parent_name":"GPKGPaginatedResults"},"Classes/GPKGPaginatedResults.html#/c:objc(cs)GPKGPaginatedResults(cm)pagination:":{"name":"+pagination:","abstract":"

    Get the pagination offset and limit

    ","parent_name":"GPKGPaginatedResults"},"Classes/GPKGPaginatedResults.html#/c:objc(cs)GPKGPaginatedResults(cm)create:":{"name":"+create:","abstract":"

    Create

    ","parent_name":"GPKGPaginatedResults"},"Classes/GPKGPaginatedResults.html#/c:objc(cs)GPKGPaginatedResults(py)pagination":{"name":"pagination","abstract":"

    Paginated query settings

    ","parent_name":"GPKGPaginatedResults"},"Classes/GPKGPaginatedResults.html#/c:objc(cs)GPKGPaginatedResults(py)ids":{"name":"ids","abstract":"

    Flag for iterating over result ids

    ","parent_name":"GPKGPaginatedResults"},"Classes/GPKGPaginatedResults.html#/c:objc(cs)GPKGPaginatedResults(im)initWithResultSet:":{"name":"-initWithResultSet:","abstract":"

    Initialize

    ","parent_name":"GPKGPaginatedResults"},"Classes/GPKGPaginatedResults.html#/c:objc(cs)GPKGPaginatedResults(im)connection":{"name":"-connection","abstract":"

    Get the DB Connection

    ","parent_name":"GPKGPaginatedResults"},"Classes/GPKGPaginatedResults.html#/c:objc(cs)GPKGPaginatedResults(im)resultSet":{"name":"-resultSet","abstract":"

    Get the current paginated Result Set

    ","parent_name":"GPKGPaginatedResults"},"Classes/GPKGPaginatedResults.html#/c:objc(cs)GPKGPaginatedResults(im)count":{"name":"-count","abstract":"

    Get the result count

    ","parent_name":"GPKGPaginatedResults"},"Classes/GPKGPaginatedResults.html#/c:objc(cs)GPKGPaginatedResults(im)sql":{"name":"-sql","abstract":"

    Get the initial SQL statement

    ","parent_name":"GPKGPaginatedResults"},"Classes/GPKGPaginatedResults.html#/c:objc(cs)GPKGPaginatedResults(im)args":{"name":"-args","abstract":"

    Get the SQL arguments

    ","parent_name":"GPKGPaginatedResults"},"Classes/GPKGPaginatedResults.html#/c:objc(cs)GPKGPaginatedResults(im)moveToNext":{"name":"-moveToNext","abstract":"

    Move to the next result if one exists

    ","parent_name":"GPKGPaginatedResults"},"Classes/GPKGPaginatedResults.html#/c:objc(cs)GPKGPaginatedResults(im)rowValues":{"name":"-rowValues","abstract":"

    Get the row values

    ","parent_name":"GPKGPaginatedResults"},"Classes/GPKGPaginatedResults.html#/c:objc(cs)GPKGPaginatedResults(im)row":{"name":"-row","abstract":"

    Get the row value

    ","parent_name":"GPKGPaginatedResults"},"Classes/GPKGPaginatedResults.html#/c:objc(cs)GPKGPaginatedResults(im)id":{"name":"-id","abstract":"

    Get the id value

    ","parent_name":"GPKGPaginatedResults"},"Classes/GPKGPaginatedResults.html#/c:objc(cs)GPKGPaginatedResults(im)close":{"name":"-close","abstract":"

    Close the current results

    ","parent_name":"GPKGPaginatedResults"},"Classes/GPKGMappedColumn.html#/c:objc(cs)GPKGMappedColumn(py)toColumn":{"name":"toColumn","abstract":"

    To column

    ","parent_name":"GPKGMappedColumn"},"Classes/GPKGMappedColumn.html#/c:objc(cs)GPKGMappedColumn(py)fromColumn":{"name":"fromColumn","abstract":"

    From column or null if the same as to column

    ","parent_name":"GPKGMappedColumn"},"Classes/GPKGMappedColumn.html#/c:objc(cs)GPKGMappedColumn(py)defaultValue":{"name":"defaultValue","abstract":"

    Default to column value

    ","parent_name":"GPKGMappedColumn"},"Classes/GPKGMappedColumn.html#/c:objc(cs)GPKGMappedColumn(py)dataType":{"name":"dataType","abstract":"

    Column data type

    ","parent_name":"GPKGMappedColumn"},"Classes/GPKGMappedColumn.html#/c:objc(cs)GPKGMappedColumn(py)constantValue":{"name":"constantValue","abstract":"

    Constant value

    ","parent_name":"GPKGMappedColumn"},"Classes/GPKGMappedColumn.html#/c:objc(cs)GPKGMappedColumn(py)whereValue":{"name":"whereValue","abstract":"

    Where value

    ","parent_name":"GPKGMappedColumn"},"Classes/GPKGMappedColumn.html#/c:objc(cs)GPKGMappedColumn(py)whereOperator":{"name":"whereOperator","abstract":"

    Where value comparison operator (=, <, etc)

    ","parent_name":"GPKGMappedColumn"},"Classes/GPKGMappedColumn.html#/c:objc(cs)GPKGMappedColumn(im)initWithToColumn:":{"name":"-initWithToColumn:","abstract":"

    Initialize

    ","parent_name":"GPKGMappedColumn"},"Classes/GPKGMappedColumn.html#/c:objc(cs)GPKGMappedColumn(im)initWithToColumn:andFromColumn:":{"name":"-initWithToColumn:andFromColumn:","abstract":"

    Initialize

    ","parent_name":"GPKGMappedColumn"},"Classes/GPKGMappedColumn.html#/c:objc(cs)GPKGMappedColumn(im)initWithToColumn:andFromColumn:andDefaultValue:andDataType:":{"name":"-initWithToColumn:andFromColumn:andDefaultValue:andDataType:","abstract":"

    Initialize

    ","parent_name":"GPKGMappedColumn"},"Classes/GPKGMappedColumn.html#/c:objc(cs)GPKGMappedColumn(im)initWithToColumn:andDefaultValue:andDataType:":{"name":"-initWithToColumn:andDefaultValue:andDataType:","abstract":"

    Initialize

    ","parent_name":"GPKGMappedColumn"},"Classes/GPKGMappedColumn.html#/c:objc(cs)GPKGMappedColumn(im)initWithUserColumn:":{"name":"-initWithUserColumn:","abstract":"

    Initialize

    ","parent_name":"GPKGMappedColumn"},"Classes/GPKGMappedColumn.html#/c:objc(cs)GPKGMappedColumn(im)initWithTableColumn:":{"name":"-initWithTableColumn:","abstract":"

    Initialize

    ","parent_name":"GPKGMappedColumn"},"Classes/GPKGMappedColumn.html#/c:objc(cs)GPKGMappedColumn(im)hasNewName":{"name":"-hasNewName","abstract":"

    Determine if the column has a new name

    ","parent_name":"GPKGMappedColumn"},"Classes/GPKGMappedColumn.html#/c:objc(cs)GPKGMappedColumn(im)hasDefaultValue":{"name":"-hasDefaultValue","abstract":"

    Check if the column has a default value

    ","parent_name":"GPKGMappedColumn"},"Classes/GPKGMappedColumn.html#/c:objc(cs)GPKGMappedColumn(im)defaultValueAsString":{"name":"-defaultValueAsString","abstract":"

    Get the default value as a string

    ","parent_name":"GPKGMappedColumn"},"Classes/GPKGMappedColumn.html#/c:objc(cs)GPKGMappedColumn(im)hasConstantValue":{"name":"-hasConstantValue","abstract":"

    Check if the column has a constant value

    ","parent_name":"GPKGMappedColumn"},"Classes/GPKGMappedColumn.html#/c:objc(cs)GPKGMappedColumn(im)constantValueAsString":{"name":"-constantValueAsString","abstract":"

    Get the constant value as a string

    ","parent_name":"GPKGMappedColumn"},"Classes/GPKGMappedColumn.html#/c:objc(cs)GPKGMappedColumn(im)hasWhereValue":{"name":"-hasWhereValue","abstract":"

    Check if the column has a where value

    ","parent_name":"GPKGMappedColumn"},"Classes/GPKGMappedColumn.html#/c:objc(cs)GPKGMappedColumn(im)whereValueAsString":{"name":"-whereValueAsString","abstract":"

    Get the where value as a string

    ","parent_name":"GPKGMappedColumn"},"Classes/GPKGMappedColumn.html#/c:objc(cs)GPKGMappedColumn(im)setWhereValue:withOperator:":{"name":"-setWhereValue:withOperator:","abstract":"

    Set the where value

    ","parent_name":"GPKGMappedColumn"},"Classes/GPKGGeoPackageTableCreator.html#/c:objc(cs)GPKGGeoPackageTableCreator(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGGeoPackageTableCreator"},"Classes/GPKGGeoPackageTableCreator.html#/c:objc(cs)GPKGGeoPackageTableCreator(im)createSpatialReferenceSystem":{"name":"-createSpatialReferenceSystem","abstract":"

    Create Spatial Reference System table

    ","parent_name":"GPKGGeoPackageTableCreator"},"Classes/GPKGGeoPackageTableCreator.html#/c:objc(cs)GPKGGeoPackageTableCreator(im)createContents":{"name":"-createContents","abstract":"

    Create Contents table

    ","parent_name":"GPKGGeoPackageTableCreator"},"Classes/GPKGGeoPackageTableCreator.html#/c:objc(cs)GPKGGeoPackageTableCreator(im)createGeometryColumns":{"name":"-createGeometryColumns","abstract":"

    Create Geometry Columns table

    ","parent_name":"GPKGGeoPackageTableCreator"},"Classes/GPKGGeoPackageTableCreator.html#/c:objc(cs)GPKGGeoPackageTableCreator(im)createTileMatrixSet":{"name":"-createTileMatrixSet","abstract":"

    Creat Tile Matrix Set table

    ","parent_name":"GPKGGeoPackageTableCreator"},"Classes/GPKGGeoPackageTableCreator.html#/c:objc(cs)GPKGGeoPackageTableCreator(im)createTileMatrix":{"name":"-createTileMatrix","abstract":"

    Create Tile Matrix table

    ","parent_name":"GPKGGeoPackageTableCreator"},"Classes/GPKGGeoPackageTableCreator.html#/c:objc(cs)GPKGGeoPackageTableCreator(im)createExtensions":{"name":"-createExtensions","abstract":"

    Create Extensions table

    ","parent_name":"GPKGGeoPackageTableCreator"},"Classes/GPKGGeoPackageTableCreator.html#/c:objc(cs)GPKGGeoPackageTableCreator(im)createDataColumns":{"name":"-createDataColumns","abstract":"

    Create Data Columns table

    ","parent_name":"GPKGGeoPackageTableCreator"},"Classes/GPKGGeoPackageTableCreator.html#/c:objc(cs)GPKGGeoPackageTableCreator(im)createDataColumnConstraints":{"name":"-createDataColumnConstraints","abstract":"

    Create Data Column Constraints table

    ","parent_name":"GPKGGeoPackageTableCreator"},"Classes/GPKGGeoPackageTableCreator.html#/c:objc(cs)GPKGGeoPackageTableCreator(im)createMetadata":{"name":"-createMetadata","abstract":"

    Create Metadata table

    ","parent_name":"GPKGGeoPackageTableCreator"},"Classes/GPKGGeoPackageTableCreator.html#/c:objc(cs)GPKGGeoPackageTableCreator(im)createMetadataReference":{"name":"-createMetadataReference","abstract":"

    Create Metadata Reference table

    ","parent_name":"GPKGGeoPackageTableCreator"},"Classes/GPKGGeoPackageTableCreator.html#/c:objc(cs)GPKGGeoPackageTableCreator(im)createGriddedCoverage":{"name":"-createGriddedCoverage","abstract":"

    Create the Tiled Gridded Coverage Data Coverage extension table

    ","parent_name":"GPKGGeoPackageTableCreator"},"Classes/GPKGGeoPackageTableCreator.html#/c:objc(cs)GPKGGeoPackageTableCreator(im)createGriddedTile":{"name":"-createGriddedTile","abstract":"

    Create the Tiled Gridded Coverage Data Tile extension table

    ","parent_name":"GPKGGeoPackageTableCreator"},"Classes/GPKGGeoPackageTableCreator.html#/c:objc(cs)GPKGGeoPackageTableCreator(im)createExtendedRelations":{"name":"-createExtendedRelations","abstract":"

    Create the Extended Relations table

    ","parent_name":"GPKGGeoPackageTableCreator"},"Classes/GPKGGeoPackageTableCreator.html#/c:objc(cs)GPKGGeoPackageTableCreator(im)createExtensionTable:":{"name":"-createExtensionTable:","abstract":"

    Create an extension table

    ","parent_name":"GPKGGeoPackageTableCreator"},"Classes/GPKGGeoPackageTableCreator.html#/c:objc(cs)GPKGGeoPackageTableCreator(im)createUserTable:":{"name":"-createUserTable:","abstract":"

    Create the user table

    ","parent_name":"GPKGGeoPackageTableCreator"},"Classes/GPKGGeoPackageTableCreator.html#/c:objc(cs)GPKGGeoPackageTableCreator(im)createRequired":{"name":"-createRequired","abstract":"

    Create the minimum required GeoPackage tables

    ","parent_name":"GPKGGeoPackageTableCreator"},"Classes/GPKGGeoPackageTableCreator.html#/c:objc(cs)GPKGGeoPackageTableCreator(im)dropTable:":{"name":"-dropTable:","abstract":"

    Drop the table if it exists

    ","parent_name":"GPKGGeoPackageTableCreator"},"Classes/GPKGGeoPackageTableCreator.html#/c:objc(cs)GPKGGeoPackageTableCreator(im)dropView:":{"name":"-dropView:","abstract":"

    Drop the view if it exists

    ","parent_name":"GPKGGeoPackageTableCreator"},"Classes/GPKGFeatureIndexerIdResultSet.html#/c:objc(cs)GPKGFeatureIndexerIdResultSet(im)initWithResults:andIdQuery:":{"name":"-initWithResults:andIdQuery:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureIndexerIdResultSet"},"Classes/GPKGFeatureIndexerIdQuery.html#/c:objc(cs)GPKGFeatureIndexerIdQuery(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureIndexerIdQuery"},"Classes/GPKGFeatureIndexerIdQuery.html#/c:objc(cs)GPKGFeatureIndexerIdQuery(im)addArgument:":{"name":"-addArgument:","abstract":"

    Add an id argument

    ","parent_name":"GPKGFeatureIndexerIdQuery"},"Classes/GPKGFeatureIndexerIdQuery.html#/c:objc(cs)GPKGFeatureIndexerIdQuery(im)addArgumentInt:":{"name":"-addArgumentInt:","abstract":"

    Add an id argument

    ","parent_name":"GPKGFeatureIndexerIdQuery"},"Classes/GPKGFeatureIndexerIdQuery.html#/c:objc(cs)GPKGFeatureIndexerIdQuery(im)count":{"name":"-count","abstract":"

    Get the number of ids

    ","parent_name":"GPKGFeatureIndexerIdQuery"},"Classes/GPKGFeatureIndexerIdQuery.html#/c:objc(cs)GPKGFeatureIndexerIdQuery(im)ids":{"name":"-ids","abstract":"

    Get the set of ids

    ","parent_name":"GPKGFeatureIndexerIdQuery"},"Classes/GPKGFeatureIndexerIdQuery.html#/c:objc(cs)GPKGFeatureIndexerIdQuery(im)hasId:":{"name":"-hasId:","abstract":"

    Check if the query has the id

    ","parent_name":"GPKGFeatureIndexerIdQuery"},"Classes/GPKGFeatureIndexerIdQuery.html#/c:objc(cs)GPKGFeatureIndexerIdQuery(im)hasIdInt:":{"name":"-hasIdInt:","abstract":"

    Check if the query has the id

    ","parent_name":"GPKGFeatureIndexerIdQuery"},"Classes/GPKGFeatureIndexerIdQuery.html#/c:objc(cs)GPKGFeatureIndexerIdQuery(im)aboveMaxArguments":{"name":"-aboveMaxArguments","abstract":"

    Check if the total number of query arguments is above the maximum allowed in a single query

    ","parent_name":"GPKGFeatureIndexerIdQuery"},"Classes/GPKGFeatureIndexerIdQuery.html#/c:objc(cs)GPKGFeatureIndexerIdQuery(im)aboveMaxArgumentsWithAdditionalArgs:":{"name":"-aboveMaxArgumentsWithAdditionalArgs:","abstract":"

    Check if the total number of query arguments is above the maximum allowed in a single query

    ","parent_name":"GPKGFeatureIndexerIdQuery"},"Classes/GPKGFeatureIndexerIdQuery.html#/c:objc(cs)GPKGFeatureIndexerIdQuery(im)aboveMaxArgumentsWithAdditionalArgsCount:":{"name":"-aboveMaxArgumentsWithAdditionalArgsCount:","abstract":"

    Check if the total number of query arguments is above the maximum allowed in a single query

    ","parent_name":"GPKGFeatureIndexerIdQuery"},"Classes/GPKGFeatureIndexerIdQuery.html#/c:objc(cs)GPKGFeatureIndexerIdQuery(im)sql":{"name":"-sql","abstract":"

    Get the SQL statement

    ","parent_name":"GPKGFeatureIndexerIdQuery"},"Classes/GPKGFeatureIndexerIdQuery.html#/c:objc(cs)GPKGFeatureIndexerIdQuery(im)args":{"name":"-args","abstract":"

    Get the arguments

    ","parent_name":"GPKGFeatureIndexerIdQuery"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(py)featureDao":{"name":"featureDao","abstract":"

    Feature DAO

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(py)progress":{"name":"progress","abstract":"

    Progress callbacks

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(py)chunkLimit":{"name":"chunkLimit","abstract":"

    Query single chunk limit

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)initWithFeatureDao:":{"name":"-initWithFeatureDao:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)pkColumnName":{"name":"-pkColumnName","abstract":"

    Get the primary key column name

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)close":{"name":"-close","abstract":"

    Close the database connection in the feature indexer

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)index":{"name":"-index","abstract":"

    Index the feature table if needed

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)indexWithForce:":{"name":"-indexWithForce:","abstract":"

    Index the feature table

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)indexFeatureRow:":{"name":"-indexFeatureRow:","abstract":"

    Index the feature row. This method assumes that indexing has been completed and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)deleteIndex":{"name":"-deleteIndex","abstract":"

    Delete the feature table index

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)deleteIndexWithFeatureRow:":{"name":"-deleteIndexWithFeatureRow:","abstract":"

    Delete the index for the feature row

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)deleteIndexWithGeomId:":{"name":"-deleteIndexWithGeomId:","abstract":"

    Delete the index for the geometry id

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)isIndexed":{"name":"-isIndexed","abstract":"

    Determine if the database table is indexed after database modifications

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)lastIndexed":{"name":"-lastIndexed","abstract":"

    Get the date last indexed

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)tolerance":{"name":"-tolerance","abstract":"

    Get the query range tolerance

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)setTolerance:":{"name":"-setTolerance:","abstract":"

    Set the query range tolerance

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)query":{"name":"-query","abstract":"

    Query for all Geometry Metadata

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryWithColumns:":{"name":"-queryWithColumns:","abstract":"

    Query for all Geometry Metadata

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryIds":{"name":"-queryIds","abstract":"

    Query for all Geometry Metadata ids

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)count":{"name":"-count","abstract":"

    Query for all Geometry Metadata count

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeatures":{"name":"-queryFeatures","abstract":"

    Query for all features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:":{"name":"-queryFeaturesWithDistinct:","abstract":"

    Query for all features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithColumns:":{"name":"-queryFeaturesWithColumns:","abstract":"

    Query for all features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andColumns:":{"name":"-queryFeaturesWithDistinct:andColumns:","abstract":"

    Query for all features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeatures":{"name":"-countFeatures","abstract":"

    Count features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithColumn:":{"name":"-countFeaturesWithColumn:","abstract":"

    Count features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithDistinct:andColumn:":{"name":"-countFeaturesWithDistinct:andColumn:","abstract":"

    Count features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithFieldValues:":{"name":"-queryFeaturesWithFieldValues:","abstract":"

    Query for features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andFieldValues:","abstract":"

    Query for features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithColumns:andFieldValues:":{"name":"-queryFeaturesWithColumns:andFieldValues:","abstract":"

    Query for features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andColumns:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andColumns:andFieldValues:","abstract":"

    Query for features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithFieldValues:":{"name":"-countFeaturesWithFieldValues:","abstract":"

    Count features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithColumn:andFieldValues:":{"name":"-countFeaturesWithColumn:andFieldValues:","abstract":"

    Count features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithDistinct:andColumn:andFieldValues:":{"name":"-countFeaturesWithDistinct:andColumn:andFieldValues:","abstract":"

    Count features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWhere:":{"name":"-queryFeaturesWhere:","abstract":"

    Query for features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andWhere:":{"name":"-queryFeaturesWithDistinct:andWhere:","abstract":"

    Query for features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithColumns:andWhere:":{"name":"-queryFeaturesWithColumns:andWhere:","abstract":"

    Query for features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andColumns:andWhere:":{"name":"-queryFeaturesWithDistinct:andColumns:andWhere:","abstract":"

    Query for features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWhere:":{"name":"-countFeaturesWhere:","abstract":"

    Count features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithColumn:andWhere:":{"name":"-countFeaturesWithColumn:andWhere:","abstract":"

    Count features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithDistinct:andColumn:andWhere:":{"name":"-countFeaturesWithDistinct:andColumn:andWhere:","abstract":"

    Count features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWhere:andWhereArgs:":{"name":"-queryFeaturesWhere:andWhereArgs:","abstract":"

    Query for features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andWhere:andWhereArgs:","abstract":"

    Query for features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithColumns:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithColumns:andWhere:andWhereArgs:","abstract":"

    Query for features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andColumns:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andColumns:andWhere:andWhereArgs:","abstract":"

    Query for features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWhere:andWhereArgs:":{"name":"-countFeaturesWhere:andWhereArgs:","abstract":"

    Count features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithColumn:andWhere:andWhereArgs:":{"name":"-countFeaturesWithColumn:andWhere:andWhereArgs:","abstract":"

    Count features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithDistinct:andColumn:andWhere:andWhereArgs:":{"name":"-countFeaturesWithDistinct:andColumn:andWhere:andWhereArgs:","abstract":"

    Count features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)boundingBox":{"name":"-boundingBox","abstract":"

    Query for the bounds of the feature table index

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)boundingBoxInProjection:":{"name":"-boundingBoxInProjection:","abstract":"

    Query for the feature index bounds and return in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryWithBoundingBox:":{"name":"-queryWithBoundingBox:","abstract":"

    Query for Geometry Metadata within the bounding box, projected","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryWithColumns:andBoundingBox:":{"name":"-queryWithColumns:andBoundingBox:","abstract":"

    Query for Geometry Metadata within the bounding box, projected","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryIdsWithBoundingBox:":{"name":"-queryIdsWithBoundingBox:","abstract":"

    Query for Geometry Metadata ids within the bounding box, projected","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countWithBoundingBox:":{"name":"-countWithBoundingBox:","abstract":"

    Query for Geometry Metadata count within the bounding box, projected","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithBoundingBox:":{"name":"-queryFeaturesWithBoundingBox:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andBoundingBox:":{"name":"-queryFeaturesWithDistinct:andBoundingBox:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithColumns:andBoundingBox:":{"name":"-queryFeaturesWithColumns:andBoundingBox:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andColumns:andBoundingBox:":{"name":"-queryFeaturesWithDistinct:andColumns:andBoundingBox:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithBoundingBox:":{"name":"-countFeaturesWithBoundingBox:","abstract":"

    Count the features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithColumn:andBoundingBox:":{"name":"-countFeaturesWithColumn:andBoundingBox:","abstract":"

    Count the features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithDistinct:andColumn:andBoundingBox:":{"name":"-countFeaturesWithDistinct:andColumn:andBoundingBox:","abstract":"

    Count the features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithBoundingBox:andFieldValues:":{"name":"-queryFeaturesWithBoundingBox:andFieldValues:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andBoundingBox:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andBoundingBox:andFieldValues:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithColumns:andBoundingBox:andFieldValues:":{"name":"-queryFeaturesWithColumns:andBoundingBox:andFieldValues:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andColumns:andBoundingBox:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andColumns:andBoundingBox:andFieldValues:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithBoundingBox:andFieldValues:":{"name":"-countFeaturesWithBoundingBox:andFieldValues:","abstract":"

    Count the features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithColumn:andBoundingBox:andFieldValues:":{"name":"-countFeaturesWithColumn:andBoundingBox:andFieldValues:","abstract":"

    Count the features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithDistinct:andColumn:andBoundingBox:andFieldValues:":{"name":"-countFeaturesWithDistinct:andColumn:andBoundingBox:andFieldValues:","abstract":"

    Count the features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithBoundingBox:andWhere:":{"name":"-queryFeaturesWithBoundingBox:andWhere:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andBoundingBox:andWhere:":{"name":"-queryFeaturesWithDistinct:andBoundingBox:andWhere:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithColumns:andBoundingBox:andWhere:":{"name":"-queryFeaturesWithColumns:andBoundingBox:andWhere:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andColumns:andBoundingBox:andWhere:":{"name":"-queryFeaturesWithDistinct:andColumns:andBoundingBox:andWhere:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithBoundingBox:andWhere:":{"name":"-countFeaturesWithBoundingBox:andWhere:","abstract":"

    Count the features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithColumn:andBoundingBox:andWhere:":{"name":"-countFeaturesWithColumn:andBoundingBox:andWhere:","abstract":"

    Count the features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithDistinct:andColumn:andBoundingBox:andWhere:":{"name":"-countFeaturesWithDistinct:andColumn:andBoundingBox:andWhere:","abstract":"

    Count the features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithBoundingBox:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithBoundingBox:andWhere:andWhereArgs:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andBoundingBox:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andBoundingBox:andWhere:andWhereArgs:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithColumns:andBoundingBox:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithColumns:andBoundingBox:andWhere:andWhereArgs:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithBoundingBox:andWhere:andWhereArgs:":{"name":"-countFeaturesWithBoundingBox:andWhere:andWhereArgs:","abstract":"

    Count the features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithColumn:andBoundingBox:andWhere:andWhereArgs:":{"name":"-countFeaturesWithColumn:andBoundingBox:andWhere:andWhereArgs:","abstract":"

    Count the features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithDistinct:andColumn:andBoundingBox:andWhere:andWhereArgs:":{"name":"-countFeaturesWithDistinct:andColumn:andBoundingBox:andWhere:andWhereArgs:","abstract":"

    Count the features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryWithBoundingBox:inProjection:":{"name":"-queryWithBoundingBox:inProjection:","abstract":"

    Query for Geometry Metadata within the bounding box in","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryWithColumns:andBoundingBox:inProjection:":{"name":"-queryWithColumns:andBoundingBox:inProjection:","abstract":"

    Query for Geometry Metadata within the bounding box in","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryIdsWithBoundingBox:inProjection:":{"name":"-queryIdsWithBoundingBox:inProjection:","abstract":"

    Query for Geometry Metadata ids within the bounding box in","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countWithBoundingBox:inProjection:":{"name":"-countWithBoundingBox:inProjection:","abstract":"

    Query for Geometry Metadata count within the bounding box in","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithBoundingBox:inProjection:":{"name":"-queryFeaturesWithBoundingBox:inProjection:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andBoundingBox:inProjection:":{"name":"-queryFeaturesWithDistinct:andBoundingBox:inProjection:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithColumns:andBoundingBox:inProjection:":{"name":"-queryFeaturesWithColumns:andBoundingBox:inProjection:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andColumns:andBoundingBox:inProjection:":{"name":"-queryFeaturesWithDistinct:andColumns:andBoundingBox:inProjection:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithBoundingBox:inProjection:":{"name":"-countFeaturesWithBoundingBox:inProjection:","abstract":"

    Count the features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithColumn:andBoundingBox:inProjection:":{"name":"-countFeaturesWithColumn:andBoundingBox:inProjection:","abstract":"

    Count the features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithDistinct:andColumn:andBoundingBox:inProjection:":{"name":"-countFeaturesWithDistinct:andColumn:andBoundingBox:inProjection:","abstract":"

    Count the features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithBoundingBox:inProjection:andFieldValues:":{"name":"-queryFeaturesWithBoundingBox:inProjection:andFieldValues:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andBoundingBox:inProjection:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andBoundingBox:inProjection:andFieldValues:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithColumns:andBoundingBox:inProjection:andFieldValues:":{"name":"-queryFeaturesWithColumns:andBoundingBox:inProjection:andFieldValues:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithBoundingBox:inProjection:andFieldValues:":{"name":"-countFeaturesWithBoundingBox:inProjection:andFieldValues:","abstract":"

    Count the features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithColumn:andBoundingBox:inProjection:andFieldValues:":{"name":"-countFeaturesWithColumn:andBoundingBox:inProjection:andFieldValues:","abstract":"

    Count the features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithDistinct:andColumn:andBoundingBox:inProjection:andFieldValues:":{"name":"-countFeaturesWithDistinct:andColumn:andBoundingBox:inProjection:andFieldValues:","abstract":"

    Count the features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithBoundingBox:inProjection:andWhere:":{"name":"-queryFeaturesWithBoundingBox:inProjection:andWhere:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andBoundingBox:inProjection:andWhere:":{"name":"-queryFeaturesWithDistinct:andBoundingBox:inProjection:andWhere:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithColumns:andBoundingBox:inProjection:andWhere:":{"name":"-queryFeaturesWithColumns:andBoundingBox:inProjection:andWhere:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:":{"name":"-queryFeaturesWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithBoundingBox:inProjection:andWhere:":{"name":"-countFeaturesWithBoundingBox:inProjection:andWhere:","abstract":"

    Count the features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithColumn:andBoundingBox:inProjection:andWhere:":{"name":"-countFeaturesWithColumn:andBoundingBox:inProjection:andWhere:","abstract":"

    Count the features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithDistinct:andColumn:andBoundingBox:inProjection:andWhere:":{"name":"-countFeaturesWithDistinct:andColumn:andBoundingBox:inProjection:andWhere:","abstract":"

    Count the features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-countFeaturesWithBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Count the features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithColumn:andBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-countFeaturesWithColumn:andBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Count the features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithDistinct:andColumn:andBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-countFeaturesWithDistinct:andColumn:andBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Count the features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryWithEnvelope:":{"name":"-queryWithEnvelope:","abstract":"

    Query for Geometry Metadata within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryWithColumns:andEnvelope:":{"name":"-queryWithColumns:andEnvelope:","abstract":"

    Query for Geometry Metadata within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryIdsWithEnvelope:":{"name":"-queryIdsWithEnvelope:","abstract":"

    Query for Geometry Metadata idswithin the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countWithEnvelope:":{"name":"-countWithEnvelope:","abstract":"

    Query for Geometry Metadata count within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithEnvelope:":{"name":"-queryFeaturesWithEnvelope:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andEnvelope:":{"name":"-queryFeaturesWithDistinct:andEnvelope:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithColumns:andEnvelope:":{"name":"-queryFeaturesWithColumns:andEnvelope:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andColumns:andEnvelope:":{"name":"-queryFeaturesWithDistinct:andColumns:andEnvelope:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithEnvelope:":{"name":"-countFeaturesWithEnvelope:","abstract":"

    Count the features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithColumn:andEnvelope:":{"name":"-countFeaturesWithColumn:andEnvelope:","abstract":"

    Count the features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithDistinct:andColumn:andEnvelope:":{"name":"-countFeaturesWithDistinct:andColumn:andEnvelope:","abstract":"

    Count the features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithEnvelope:andFieldValues:":{"name":"-queryFeaturesWithEnvelope:andFieldValues:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andEnvelope:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andEnvelope:andFieldValues:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithColumns:andEnvelope:andFieldValues:":{"name":"-queryFeaturesWithColumns:andEnvelope:andFieldValues:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andColumns:andEnvelope:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andColumns:andEnvelope:andFieldValues:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithEnvelope:andFieldValues:":{"name":"-countFeaturesWithEnvelope:andFieldValues:","abstract":"

    Count the features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithColumn:andEnvelope:andFieldValues:":{"name":"-countFeaturesWithColumn:andEnvelope:andFieldValues:","abstract":"

    Count the features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithDistinct:andColumn:andEnvelope:andFieldValues:":{"name":"-countFeaturesWithDistinct:andColumn:andEnvelope:andFieldValues:","abstract":"

    Count the features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithEnvelope:andWhere:":{"name":"-queryFeaturesWithEnvelope:andWhere:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andEnvelope:andWhere:":{"name":"-queryFeaturesWithDistinct:andEnvelope:andWhere:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithColumns:andEnvelope:andWhere:":{"name":"-queryFeaturesWithColumns:andEnvelope:andWhere:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andColumns:andEnvelope:andWhere:":{"name":"-queryFeaturesWithDistinct:andColumns:andEnvelope:andWhere:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithEnvelope:andWhere:":{"name":"-countFeaturesWithEnvelope:andWhere:","abstract":"

    Count the features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithColumn:andEnvelope:andWhere:":{"name":"-countFeaturesWithColumn:andEnvelope:andWhere:","abstract":"

    Count the features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithDistinct:andColumn:andEnvelope:andWhere:":{"name":"-countFeaturesWithDistinct:andColumn:andEnvelope:andWhere:","abstract":"

    Count the features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithEnvelope:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithEnvelope:andWhere:andWhereArgs:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andEnvelope:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andEnvelope:andWhere:andWhereArgs:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithColumns:andEnvelope:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithColumns:andEnvelope:andWhere:andWhereArgs:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithEnvelope:andWhere:andWhereArgs:":{"name":"-countFeaturesWithEnvelope:andWhere:andWhereArgs:","abstract":"

    Count the features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithColumn:andEnvelope:andWhere:andWhereArgs:":{"name":"-countFeaturesWithColumn:andEnvelope:andWhere:andWhereArgs:","abstract":"

    Count the features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithDistinct:andColumn:andEnvelope:andWhere:andWhereArgs:":{"name":"-countFeaturesWithDistinct:andColumn:andEnvelope:andWhere:andWhereArgs:","abstract":"

    Count the features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)geometryMetadataWithResultSet:":{"name":"-geometryMetadataWithResultSet:","abstract":"

    Get the Geometry Metadata for the current place in the result set

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)geometryIdWithResultSet:":{"name":"-geometryIdWithResultSet:","abstract":"

    Get the Geometry Id for the current place in the result set

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)featureRowWithResultSet:":{"name":"-featureRowWithResultSet:","abstract":"

    Get the feature row for the current place in the result set

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)featureRowWithGeometryMetadata:":{"name":"-featureRowWithGeometryMetadata:","abstract":"

    Get the feature row for the Geometry Metadata

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithLimit:":{"name":"-queryFeaturesForChunkWithLimit:","abstract":"

    Query for all features ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithLimit:andOffset:":{"name":"-queryFeaturesForChunkWithLimit:andOffset:","abstract":"

    Query for all features ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithOrderBy:andLimit:","abstract":"

    Query for all features, starting at the offset and returning no more than","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithOrderBy:andLimit:andOffset:","abstract":"

    Query for all features, starting at the offset and returning no more than","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andLimit:","abstract":"

    Query for all features ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andLimit:andOffset:","abstract":"

    Query for all features ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andOrderBy:andLimit:","abstract":"

    Query for all features, starting at the offset and returning no more than","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andOrderBy:andLimit:andOffset:","abstract":"

    Query for all features, starting at the offset and returning no more than","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andLimit:","abstract":"

    Query for all features ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andLimit:andOffset:","abstract":"

    Query for all features ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andOrderBy:andLimit:","abstract":"

    Query for all features, starting at the offset and returning no more than","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andOrderBy:andLimit:andOffset:","abstract":"

    Query for all features, starting at the offset and returning no more than","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andLimit:","abstract":"

    Query for all features ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andLimit:andOffset:","abstract":"

    Query for all features ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andOrderBy:andLimit:","abstract":"

    Query for all features, starting at the offset and returning no more than","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andOrderBy:andLimit:andOffset:","abstract":"

    Query for all features, starting at the offset and returning no more than","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithFieldValues:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithFieldValues:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andFieldValues:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andFieldValues:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andFieldValues:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithWhere:andLimit:":{"name":"-queryFeaturesForChunkWithWhere:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithWhere:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithWhere:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andWhere:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andWhere:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andWhere:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andWhere:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andWhere:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andWhere:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithWhere:andWhereArgs:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithBoundingBox:andLimit:":{"name":"-queryForChunkWithBoundingBox:andLimit:","abstract":"

    Query for rows within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithBoundingBox:andLimit:andOffset:":{"name":"-queryForChunkWithBoundingBox:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithBoundingBox:andOrderBy:andLimit:":{"name":"-queryForChunkWithBoundingBox:andOrderBy:andLimit:","abstract":"

    Query for rows within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithBoundingBox:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithBoundingBox:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithDistinct:andBoundingBox:andLimit:":{"name":"-queryForChunkWithDistinct:andBoundingBox:andLimit:","abstract":"

    Query for rows within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithDistinct:andBoundingBox:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andBoundingBox:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithDistinct:andBoundingBox:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andBoundingBox:andOrderBy:andLimit:","abstract":"

    Query for rows within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithDistinct:andBoundingBox:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andBoundingBox:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithColumns:andBoundingBox:andLimit:":{"name":"-queryForChunkWithColumns:andBoundingBox:andLimit:","abstract":"

    Query for rows within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithColumns:andBoundingBox:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andBoundingBox:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithColumns:andBoundingBox:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andBoundingBox:andOrderBy:andLimit:","abstract":"

    Query for rows within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithColumns:andBoundingBox:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andBoundingBox:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithDistinct:andColumns:andBoundingBox:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:andLimit:","abstract":"

    Query for rows within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithDistinct:andColumns:andBoundingBox:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithDistinct:andColumns:andBoundingBox:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:andOrderBy:andLimit:","abstract":"

    Query for rows within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithDistinct:andColumns:andBoundingBox:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:andFieldValues:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andFieldValues:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andFieldValues:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:andWhere:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithBoundingBox:inProjection:andLimit:":{"name":"-queryForChunkWithBoundingBox:inProjection:andLimit:","abstract":"

    Query for rows within the bounding box in the provided projection ordered","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithBoundingBox:inProjection:andLimit:andOffset:":{"name":"-queryForChunkWithBoundingBox:inProjection:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box in the provided projection ordered","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithBoundingBox:inProjection:andOrderBy:andLimit:":{"name":"-queryForChunkWithBoundingBox:inProjection:andOrderBy:andLimit:","abstract":"

    Query for rows within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithBoundingBox:inProjection:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithBoundingBox:inProjection:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithDistinct:andBoundingBox:inProjection:andLimit:":{"name":"-queryForChunkWithDistinct:andBoundingBox:inProjection:andLimit:","abstract":"

    Query for rows within the bounding box in the provided projection ordered","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithDistinct:andBoundingBox:inProjection:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andBoundingBox:inProjection:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box in the provided projection ordered","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithDistinct:andBoundingBox:inProjection:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andBoundingBox:inProjection:andOrderBy:andLimit:","abstract":"

    Query for rows within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithDistinct:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithColumns:andBoundingBox:inProjection:andLimit:":{"name":"-queryForChunkWithColumns:andBoundingBox:inProjection:andLimit:","abstract":"

    Query for rows within the bounding box in the provided projection ordered","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithColumns:andBoundingBox:inProjection:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andBoundingBox:inProjection:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box in the provided projection ordered","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithColumns:andBoundingBox:inProjection:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andBoundingBox:inProjection:andOrderBy:andLimit:","abstract":"

    Query for rows within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithColumns:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andLimit:","abstract":"

    Query for rows within the bounding box in the provided projection ordered","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box in the provided projection ordered","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andOrderBy:andLimit:","abstract":"

    Query for rows within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:inProjection:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:inProjection:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:inProjection:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:inProjection:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:inProjection:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andFieldValues:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:inProjection:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithEnvelope:andLimit:":{"name":"-queryForChunkWithEnvelope:andLimit:","abstract":"

    Query for rows within the geometry envelope ordered by id, starting at","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithEnvelope:andLimit:andOffset:":{"name":"-queryForChunkWithEnvelope:andLimit:andOffset:","abstract":"

    Query for rows within the geometry envelope ordered by id, starting at","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithEnvelope:andOrderBy:andLimit:":{"name":"-queryForChunkWithEnvelope:andOrderBy:andLimit:","abstract":"

    Query for rows within the geometry envelope, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithEnvelope:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithEnvelope:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the geometry envelope, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithDistinct:andEnvelope:andLimit:":{"name":"-queryForChunkWithDistinct:andEnvelope:andLimit:","abstract":"

    Query for rows within the geometry envelope ordered by id, starting at","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithDistinct:andEnvelope:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andEnvelope:andLimit:andOffset:","abstract":"

    Query for rows within the geometry envelope ordered by id, starting at","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithDistinct:andEnvelope:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andEnvelope:andOrderBy:andLimit:","abstract":"

    Query for rows within the geometry envelope, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithDistinct:andEnvelope:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andEnvelope:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the geometry envelope, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithColumns:andEnvelope:andLimit:":{"name":"-queryForChunkWithColumns:andEnvelope:andLimit:","abstract":"

    Query for rows within the geometry envelope ordered by id, starting at","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithColumns:andEnvelope:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andEnvelope:andLimit:andOffset:","abstract":"

    Query for rows within the geometry envelope ordered by id, starting at","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithColumns:andEnvelope:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andEnvelope:andOrderBy:andLimit:","abstract":"

    Query for rows within the geometry envelope, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithColumns:andEnvelope:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andEnvelope:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the geometry envelope, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithDistinct:andColumns:andEnvelope:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andLimit:","abstract":"

    Query for rows within the geometry envelope ordered by id, starting at","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithDistinct:andColumns:andEnvelope:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andLimit:andOffset:","abstract":"

    Query for rows within the geometry envelope ordered by id, starting at","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithDistinct:andColumns:andEnvelope:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andOrderBy:andLimit:","abstract":"

    Query for rows within the geometry envelope, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithDistinct:andColumns:andEnvelope:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the geometry envelope, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithEnvelope:andLimit:":{"name":"-queryFeaturesForChunkWithEnvelope:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithEnvelope:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithEnvelope:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithEnvelope:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithEnvelope:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithEnvelope:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithEnvelope:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andEnvelope:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andEnvelope:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andEnvelope:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andEnvelope:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andEnvelope:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andEnvelope:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andEnvelope:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andEnvelope:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithEnvelope:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithEnvelope:andFieldValues:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithEnvelope:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithEnvelope:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithEnvelope:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithEnvelope:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andEnvelope:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andFieldValues:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andEnvelope:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andEnvelope:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andEnvelope:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andFieldValues:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andEnvelope:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithEnvelope:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithEnvelope:andWhere:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithEnvelope:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithEnvelope:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithEnvelope:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithEnvelope:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithEnvelope:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithEnvelope:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithEnvelope:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithEnvelope:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithEnvelope:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithEnvelope:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGDataTypes.html#/c:objc(cs)GPKGDataTypes(cm)name:":{"name":"+name:","abstract":"

    Get the name of the data type

    ","parent_name":"GPKGDataTypes"},"Classes/GPKGDataTypes.html#/c:objc(cs)GPKGDataTypes(cm)fromName:":{"name":"+fromName:","abstract":"

    Get the data type from the data type name

    ","parent_name":"GPKGDataTypes"},"Classes/GPKGDataTypes.html#/c:objc(cs)GPKGDataTypes(cm)classType:":{"name":"+classType:","abstract":"

    Get the object c class type of the data type

    ","parent_name":"GPKGDataTypes"},"Classes/GPKGDataTypes.html#/c:objc(cs)GPKGDataTypes(cm)sqliteType:":{"name":"+sqliteType:","abstract":"

    Get the SQLite type of the data type

    ","parent_name":"GPKGDataTypes"},"Classes/GPKGConnectionFunction.html#/c:objc(cs)GPKGConnectionFunction(im)initWithFunction:withName:andNumArgs:":{"name":"-initWithFunction:withName:andNumArgs:","abstract":"

    Initialize

    ","parent_name":"GPKGConnectionFunction"},"Classes/GPKGConnectionFunction.html#/c:objc(cs)GPKGConnectionFunction(im)function":{"name":"-function","abstract":"

    Get the function

    ","parent_name":"GPKGConnectionFunction"},"Classes/GPKGConnectionFunction.html#/c:objc(cs)GPKGConnectionFunction(im)name":{"name":"-name","abstract":"

    Get the function name

    ","parent_name":"GPKGConnectionFunction"},"Classes/GPKGConnectionFunction.html#/c:objc(cs)GPKGConnectionFunction(im)numArgs":{"name":"-numArgs","abstract":"

    Get the number of function arguments

    ","parent_name":"GPKGConnectionFunction"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(py)name":{"name":"name","abstract":"

    GeoPackage name

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(py)filename":{"name":"filename","abstract":"

    GeoPackage filename

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)initWithDatabaseFilename:":{"name":"-initWithDatabaseFilename:","abstract":"

    Initialize

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)initWithDatabaseFilename:andName:":{"name":"-initWithDatabaseFilename:andName:","abstract":"

    Initialize

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)close":{"name":"-close","abstract":"

    Close the connection

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)rawQuery:":{"name":"-rawQuery:","abstract":"

    Raw query

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)rawQuery:andArgs:":{"name":"-rawQuery:andArgs:","abstract":"

    Raw query

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)queryWithTable:andColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:":{"name":"-queryWithTable:andColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:","abstract":"

    Query table columns where

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)queryWithDistinct:andTable:andColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:":{"name":"-queryWithDistinct:andTable:andColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:","abstract":"

    Query table columns where

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)queryWithTable:andColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryWithTable:andColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query table columns where

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)queryWithDistinct:andTable:andColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryWithDistinct:andTable:andColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query table columns where

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)querySQLWithTable:andColumns:andWhere:andGroupBy:andHaving:andOrderBy:":{"name":"-querySQLWithTable:andColumns:andWhere:andGroupBy:andHaving:andOrderBy:","abstract":"

    Build query SQL

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)querySQLWithDistinct:andTable:andColumns:andWhere:andGroupBy:andHaving:andOrderBy:":{"name":"-querySQLWithDistinct:andTable:andColumns:andWhere:andGroupBy:andHaving:andOrderBy:","abstract":"

    Build query SQL

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)querySQLWithTable:andColumns:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-querySQLWithTable:andColumns:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Build query SQL

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)querySQLWithDistinct:andTable:andColumns:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-querySQLWithDistinct:andTable:andColumns:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Build query SQL

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)count:":{"name":"-count:","abstract":"

    Count statement

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)count:andArgs:":{"name":"-count:andArgs:","abstract":"

    Count statement

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)countWithTable:":{"name":"-countWithTable:","abstract":"

    Count with table

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)countWithTable:andWhere:":{"name":"-countWithTable:andWhere:","abstract":"

    Count with table where

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)countWithTable:andWhere:andWhereArgs:":{"name":"-countWithTable:andWhere:andWhereArgs:","abstract":"

    Count with table where

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)countWithTable:andColumn:":{"name":"-countWithTable:andColumn:","abstract":"

    Get a count of table results

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)countWithTable:andDistinct:andColumn:":{"name":"-countWithTable:andDistinct:andColumn:","abstract":"

    Get a count of table results

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)countWithTable:andColumn:andWhere:andWhereArgs:":{"name":"-countWithTable:andColumn:andWhere:andWhereArgs:","abstract":"

    Get a count of table results

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)countWithTable:andDistinct:andColumn:andWhere:andWhereArgs:":{"name":"-countWithTable:andDistinct:andColumn:andWhere:andWhereArgs:","abstract":"

    Get a count of table results

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)minWithTable:andColumn:":{"name":"-minWithTable:andColumn:","abstract":"

    Get the min result of the column

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)minWithTable:andColumn:andWhere:andWhereArgs:":{"name":"-minWithTable:andColumn:andWhere:andWhereArgs:","abstract":"

    Get the min result of the column

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)maxWithTable:andColumn:":{"name":"-maxWithTable:andColumn:","abstract":"

    Get the max result of the column

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)maxWithTable:andColumn:andWhere:andWhereArgs:":{"name":"-maxWithTable:andColumn:andWhere:andWhereArgs:","abstract":"

    Get the max result of the column

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)beginTransaction":{"name":"-beginTransaction","abstract":"

    Begin an exclusive transaction on the database

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)beginResettableTransaction":{"name":"-beginResettableTransaction","abstract":"

    Begin an exclusive transaction on the database, resetting other open connections upon commit

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)commitTransaction":{"name":"-commitTransaction","abstract":"

    Commit an active transaction

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)rollbackTransaction":{"name":"-rollbackTransaction","abstract":"

    Rollback an active transaction

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)inTransaction":{"name":"-inTransaction","abstract":"

    Determine if currently within a transaction

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)enableForeignKeys":{"name":"-enableForeignKeys","abstract":"

    If foreign keys is disabled and there are no foreign key violations,","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)foreignKeys":{"name":"-foreignKeys","abstract":"

    Query for the foreign keys value

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)foreignKeysAsOn:":{"name":"-foreignKeysAsOn:","abstract":"

    Change the foreign keys state

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)foreignKeyCheck":{"name":"-foreignKeyCheck","abstract":"

    Perform a foreign key check

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)foreignKeyCheckOnTable:":{"name":"-foreignKeyCheckOnTable:","abstract":"

    Perform a foreign key check

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)insert:":{"name":"-insert:","abstract":"

    Insert statement

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)update:":{"name":"-update:","abstract":"

    Update statement

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)updateWithTable:andValues:andWhere:":{"name":"-updateWithTable:andValues:andWhere:","abstract":"

    Update table where

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)updateWithTable:andValues:andWhere:andWhereArgs:":{"name":"-updateWithTable:andValues:andWhere:andWhereArgs:","abstract":"

    Update table where

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)insertWithTable:andValues:":{"name":"-insertWithTable:andValues:","abstract":"

    Insert into table

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)delete:":{"name":"-delete:","abstract":"

    Delete statement

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)deleteWithTable:andWhere:":{"name":"-deleteWithTable:andWhere:","abstract":"

    Delete from table where

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)deleteWithTable:andWhere:andWhereArgs:":{"name":"-deleteWithTable:andWhere:andWhereArgs:","abstract":"

    Delete from table where

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)exec:":{"name":"-exec:","abstract":"

    Execute statement

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)execResettable:":{"name":"-execResettable:","abstract":"

    Execute statement, resetting other open connections

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)execAllConnectionStatement:":{"name":"-execAllConnectionStatement:","abstract":"

    Execute the statement once on all open connections, waiting for used connections

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)execPersistentAllConnectionStatement:asName:":{"name":"-execPersistentAllConnectionStatement:asName:","abstract":"

    Execute the statement on all open and new connections, waiting for used connections

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)removePersistentAllConnectionStatementWithName:":{"name":"-removePersistentAllConnectionStatementWithName:","abstract":"

    Remove a persistent statement

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)tableExists:":{"name":"-tableExists:","abstract":"

    Check if a table exists

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)viewExists:":{"name":"-viewExists:","abstract":"

    Check if a view exists

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)tableOrViewExists:":{"name":"-tableOrViewExists:","abstract":"

    Check if a table or view exists with the name

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)columnExistsWithTableName:andColumnName:":{"name":"-columnExistsWithTableName:andColumnName:","abstract":"

    Check if the table column exists

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)addColumnWithTableName:andColumnName:andColumnDef:":{"name":"-addColumnWithTableName:andColumnName:andColumnDef:","abstract":"

    Add a new column to the table

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)querySingleResultWithSql:andArgs:":{"name":"-querySingleResultWithSql:andArgs:","abstract":"

    Query the SQL for a single result object in the first column

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)querySingleResultWithSql:andArgs:andDataType:":{"name":"-querySingleResultWithSql:andArgs:andDataType:","abstract":"

    Query the SQL for a single result object in the first column with the","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)querySingleResultWithSql:andArgs:andColumn:":{"name":"-querySingleResultWithSql:andArgs:andColumn:","abstract":"

    Query the SQL for a single result object

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)querySingleResultWithSql:andArgs:andColumn:andDataType:":{"name":"-querySingleResultWithSql:andArgs:andColumn:andDataType:","abstract":"

    Query the SQL for a single result object with the expected data type

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)querySingleColumnResultsWithSql:andArgs:":{"name":"-querySingleColumnResultsWithSql:andArgs:","abstract":"

    Query for values from the first column

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)querySingleColumnResultsWithSql:andArgs:andDataType:":{"name":"-querySingleColumnResultsWithSql:andArgs:andDataType:","abstract":"

    Query for values from the first column

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)querySingleColumnResultsWithSql:andArgs:andColumn:":{"name":"-querySingleColumnResultsWithSql:andArgs:andColumn:","abstract":"

    Query for values from a single column

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)querySingleColumnResultsWithSql:andArgs:andColumn:andDataType:":{"name":"-querySingleColumnResultsWithSql:andArgs:andColumn:andDataType:","abstract":"

    Query for values from a single column

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)querySingleColumnResultsWithSql:andArgs:andColumn:andLimit:":{"name":"-querySingleColumnResultsWithSql:andArgs:andColumn:andLimit:","abstract":"

    Query for values from a single column up to the limit

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)querySingleColumnResultsWithSql:andArgs:andColumn:andDataType:andLimit:":{"name":"-querySingleColumnResultsWithSql:andArgs:andColumn:andDataType:andLimit:","abstract":"

    Query for values from a single column up to the limit

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)queryResultsWithSql:andArgs:":{"name":"-queryResultsWithSql:andArgs:","abstract":"

    Query for values

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)queryResultsWithSql:andArgs:andDataTypes:":{"name":"-queryResultsWithSql:andArgs:andDataTypes:","abstract":"

    Query for values

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)querySingleRowResultsWithSql:andArgs:":{"name":"-querySingleRowResultsWithSql:andArgs:","abstract":"

    Query for values in a single (first) row

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)querySingleRowResultsWithSql:andArgs:andDataTypes:":{"name":"-querySingleRowResultsWithSql:andArgs:andDataTypes:","abstract":"

    Query for values in a single (first) row

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)queryResultsWithSql:andArgs:andLimit:":{"name":"-queryResultsWithSql:andArgs:andLimit:","abstract":"

    Query for values

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)queryResultsWithSql:andArgs:andDataTypes:andLimit:":{"name":"-queryResultsWithSql:andArgs:andDataTypes:andLimit:","abstract":"

    Query for values up to the limit

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)setApplicationId":{"name":"-setApplicationId","abstract":"

    Set the GeoPackage application id

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)setApplicationId:":{"name":"-setApplicationId:","abstract":"

    Set the application id

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)applicationId":{"name":"-applicationId","abstract":"

    Get the application id

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)applicationIdNumber":{"name":"-applicationIdNumber","abstract":"

    Get the application id integer

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)applicationIdHex":{"name":"-applicationIdHex","abstract":"

    Get the application id as a hex string prefixed with 0x

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(cm)applicationIdOfNumber:":{"name":"+applicationIdOfNumber:","abstract":"

    Get the application id string value for the application id integer

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)setUserVersion":{"name":"-setUserVersion","abstract":"

    Set the GeoPackage user version

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)setUserVersion:":{"name":"-setUserVersion:","abstract":"

    Set the user version

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)userVersion":{"name":"-userVersion","abstract":"

    Get the user version

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)userVersionMajor":{"name":"-userVersionMajor","abstract":"

    Get the user version major

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)userVersionMinor":{"name":"-userVersionMinor","abstract":"

    Get the user version minor

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)userVersionPatch":{"name":"-userVersionPatch","abstract":"

    Get the user version patch

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)dropTable:":{"name":"-dropTable:","abstract":"

    Drop the table

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)addWriteFunction:withName:andNumArgs:":{"name":"-addWriteFunction:withName:andNumArgs:","abstract":"

    Add a custom function to be created on write connections

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)addWriteFunction:":{"name":"-addWriteFunction:","abstract":"

    Add a custom function to be created on write connections

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)addWriteFunctions:":{"name":"-addWriteFunctions:","abstract":"

    Add a custom function to be created on write connections

    ","parent_name":"GPKGConnection"},"Classes/GPKGAlterTable.html#/c:objc(cs)GPKGAlterTable(cm)alterTable:":{"name":"+alterTable:","abstract":"

    Create the ALTER TABLE SQL command prefix

    ","parent_name":"GPKGAlterTable"},"Classes/GPKGAlterTable.html#/c:objc(cs)GPKGAlterTable(cm)renameTable:toTable:withConnection:":{"name":"+renameTable:toTable:withConnection:","abstract":"

    Rename a table

    ","parent_name":"GPKGAlterTable"},"Classes/GPKGAlterTable.html#/c:objc(cs)GPKGAlterTable(cm)renameTableSQL:toTable:":{"name":"+renameTableSQL:toTable:","abstract":"

    Create the rename table SQL

    ","parent_name":"GPKGAlterTable"},"Classes/GPKGAlterTable.html#/c:objc(cs)GPKGAlterTable(cm)renameColumn:inTable:toColumn:withConnection:":{"name":"+renameColumn:inTable:toColumn:withConnection:","abstract":"

    Rename a column

    ","parent_name":"GPKGAlterTable"},"Classes/GPKGAlterTable.html#/c:objc(cs)GPKGAlterTable(cm)renameColumnSQL:inTable:toColumn:":{"name":"+renameColumnSQL:inTable:toColumn:","abstract":"

    Create the rename column SQL

    ","parent_name":"GPKGAlterTable"},"Classes/GPKGAlterTable.html#/c:objc(cs)GPKGAlterTable(cm)addColumn:withDefinition:toTable:withConnection:":{"name":"+addColumn:withDefinition:toTable:withConnection:","abstract":"

    Add a column

    ","parent_name":"GPKGAlterTable"},"Classes/GPKGAlterTable.html#/c:objc(cs)GPKGAlterTable(cm)addColumnSQL:withDefinition:toTable:":{"name":"+addColumnSQL:withDefinition:toTable:","abstract":"

    Create the add column SQL

    ","parent_name":"GPKGAlterTable"},"Classes/GPKGAlterTable.html#/c:objc(cs)GPKGAlterTable(cm)dropColumn:fromTable:withConnection:":{"name":"+dropColumn:fromTable:withConnection:","abstract":"

    Drop a column

    ","parent_name":"GPKGAlterTable"},"Classes/GPKGAlterTable.html#/c:objc(cs)GPKGAlterTable(cm)dropColumns:fromTable:withConnection:":{"name":"+dropColumns:fromTable:withConnection:","abstract":"

    Drop columns

    ","parent_name":"GPKGAlterTable"},"Classes/GPKGAlterTable.html#/c:objc(cs)GPKGAlterTable(cm)dropColumn:fromTableName:withConnection:":{"name":"+dropColumn:fromTableName:withConnection:","abstract":"

    Drop a column

    ","parent_name":"GPKGAlterTable"},"Classes/GPKGAlterTable.html#/c:objc(cs)GPKGAlterTable(cm)dropColumns:fromTableName:withConnection:":{"name":"+dropColumns:fromTableName:withConnection:","abstract":"

    Drop columns

    ","parent_name":"GPKGAlterTable"},"Classes/GPKGAlterTable.html#/c:objc(cs)GPKGAlterTable(cm)alterColumn:inTable:withConnection:":{"name":"+alterColumn:inTable:withConnection:","abstract":"

    Alter a column

    ","parent_name":"GPKGAlterTable"},"Classes/GPKGAlterTable.html#/c:objc(cs)GPKGAlterTable(cm)alterColumns:inTable:withConnection:":{"name":"+alterColumns:inTable:withConnection:","abstract":"

    Alter columns

    ","parent_name":"GPKGAlterTable"},"Classes/GPKGAlterTable.html#/c:objc(cs)GPKGAlterTable(cm)alterColumn:inTableName:withConnection:":{"name":"+alterColumn:inTableName:withConnection:","abstract":"

    Alter a column

    ","parent_name":"GPKGAlterTable"},"Classes/GPKGAlterTable.html#/c:objc(cs)GPKGAlterTable(cm)alterColumns:inTableName:withConnection:":{"name":"+alterColumns:inTableName:withConnection:","abstract":"

    Alter columns

    ","parent_name":"GPKGAlterTable"},"Classes/GPKGAlterTable.html#/c:objc(cs)GPKGAlterTable(cm)copyTable:toTable:withConnection:":{"name":"+copyTable:toTable:withConnection:","abstract":"

    Copy the table and row content

    ","parent_name":"GPKGAlterTable"},"Classes/GPKGAlterTable.html#/c:objc(cs)GPKGAlterTable(cm)copyTable:toTable:andTransfer:withConnection:":{"name":"+copyTable:toTable:andTransfer:withConnection:","abstract":"

    Copy the table

    ","parent_name":"GPKGAlterTable"},"Classes/GPKGAlterTable.html#/c:objc(cs)GPKGAlterTable(cm)copyTableName:toTable:withConnection:":{"name":"+copyTableName:toTable:withConnection:","abstract":"

    Copy the table and row content

    ","parent_name":"GPKGAlterTable"},"Classes/GPKGAlterTable.html#/c:objc(cs)GPKGAlterTable(cm)copyTableName:toTable:andTransfer:withConnection:":{"name":"+copyTableName:toTable:andTransfer:withConnection:","abstract":"

    Copy the table

    ","parent_name":"GPKGAlterTable"},"Classes/GPKGAlterTable.html#/c:objc(cs)GPKGAlterTable(cm)alterTable:withConnection:":{"name":"+alterTable:withConnection:","abstract":"

    Alter a table with a new table schema assuming a default table mapping.","parent_name":"GPKGAlterTable"},"Classes/GPKGAlterTable.html#/c:objc(cs)GPKGAlterTable(cm)alterTable:withMapping:withConnection:":{"name":"+alterTable:withMapping:withConnection:","abstract":"

    Alter a table with a new table schema and table mapping.","parent_name":"GPKGAlterTable"},"Classes/GPKGAlterTable.html#/c:objc(cs)GPKGAlterTable(cm)alterTableSQL:withMapping:withConnection:":{"name":"+alterTableSQL:withMapping:withConnection:","abstract":"

    Alter a table with a new table SQL creation statement and table mapping.","parent_name":"GPKGAlterTable"},"Classes/GPKGContentsDataTypes.html#/c:objc(cs)GPKGContentsDataTypes(cm)name:":{"name":"+name:","abstract":"

    Get the name of the contents data type

    ","parent_name":"GPKGContentsDataTypes"},"Classes/GPKGContentsDataTypes.html#/c:objc(cs)GPKGContentsDataTypes(cm)fromName:":{"name":"+fromName:","abstract":"

    Get the contents data type from the contents data type name

    ","parent_name":"GPKGContentsDataTypes"},"Classes/GPKGContentsDataTypes.html#/c:objc(cs)GPKGContentsDataTypes(cm)isType:":{"name":"+isType:","abstract":"

    Determine if the type name is a registered data type

    ","parent_name":"GPKGContentsDataTypes"},"Classes/GPKGContentsDataTypes.html#/c:objc(cs)GPKGContentsDataTypes(cm)fromCoreName:":{"name":"+fromCoreName:","abstract":"

    Get the contents data type from a core type name

    ","parent_name":"GPKGContentsDataTypes"},"Classes/GPKGContentsDataTypes.html#/c:objc(cs)GPKGContentsDataTypes(cm)isCoreType:":{"name":"+isCoreType:","abstract":"

    Determine if the type name is a core contents data type

    ","parent_name":"GPKGContentsDataTypes"},"Classes/GPKGContentsDataTypes.html#/c:objc(cs)GPKGContentsDataTypes(cm)setName:asType:":{"name":"+setName:asType:","abstract":"

    Set the type for the contents data type name

    ","parent_name":"GPKGContentsDataTypes"},"Classes/GPKGContentsDataTypes.html#/c:objc(cs)GPKGContentsDataTypes(cm)isName:ofType:":{"name":"+isName:ofType:","abstract":"

    Determine if the contents data type name is the type

    ","parent_name":"GPKGContentsDataTypes"},"Classes/GPKGContentsDataTypes.html#/c:objc(cs)GPKGContentsDataTypes(cm)isName:ofType:andMatchUnknown:":{"name":"+isName:ofType:andMatchUnknown:","abstract":"

    Determine if the contents data type name is the type

    ","parent_name":"GPKGContentsDataTypes"},"Classes/GPKGContentsDataTypes.html#/c:objc(cs)GPKGContentsDataTypes(cm)isFeaturesType:":{"name":"+isFeaturesType:","abstract":"

    Determine if the contents data type name is a features type

    ","parent_name":"GPKGContentsDataTypes"},"Classes/GPKGContentsDataTypes.html#/c:objc(cs)GPKGContentsDataTypes(cm)isFeaturesType:andMatchUnknown:":{"name":"+isFeaturesType:andMatchUnknown:","abstract":"

    Determine if the contents data type name is a features type

    ","parent_name":"GPKGContentsDataTypes"},"Classes/GPKGContentsDataTypes.html#/c:objc(cs)GPKGContentsDataTypes(cm)isTilesType:":{"name":"+isTilesType:","abstract":"

    Determine if the contents data type name is a tiles type

    ","parent_name":"GPKGContentsDataTypes"},"Classes/GPKGContentsDataTypes.html#/c:objc(cs)GPKGContentsDataTypes(cm)isTilesType:andMatchUnknown:":{"name":"+isTilesType:andMatchUnknown:","abstract":"

    Determine if the contents data type name is a tiles type

    ","parent_name":"GPKGContentsDataTypes"},"Classes/GPKGContentsDataTypes.html#/c:objc(cs)GPKGContentsDataTypes(cm)isAttributesType:":{"name":"+isAttributesType:","abstract":"

    Determine if the contents data type name is an attributes type

    ","parent_name":"GPKGContentsDataTypes"},"Classes/GPKGContentsDataTypes.html#/c:objc(cs)GPKGContentsDataTypes(cm)isAttributesType:andMatchUnknown:":{"name":"+isAttributesType:andMatchUnknown:","abstract":"

    Determine if the contents data type name is an attributes type

    ","parent_name":"GPKGContentsDataTypes"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(cm)createWithDatabase:":{"name":"+createWithDatabase:","abstract":"

    Create the DAO

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)tablesByType:":{"name":"-tablesByType:","abstract":"

    Get table names by data type

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)tablesByTypes:":{"name":"-tablesByTypes:","abstract":"

    Get table names by data types

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)tablesByTypeName:":{"name":"-tablesByTypeName:","abstract":"

    Get table names by data type

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)tablesByTypeNames:":{"name":"-tablesByTypeNames:","abstract":"

    Get table names by data types

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)contentsByType:":{"name":"-contentsByType:","abstract":"

    Get contents by data type

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)contentsByTypes:":{"name":"-contentsByTypes:","abstract":"

    Get contents by data types

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)contentsByTypeName:":{"name":"-contentsByTypeName:","abstract":"

    Get contents by data type

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)contentsByTypeNames:":{"name":"-contentsByTypeNames:","abstract":"

    Get contents by data types

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)tables":{"name":"-tables","abstract":"

    Get table names

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)deleteCascade:":{"name":"-deleteCascade:","abstract":"

    Delete the Contents, cascading

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)deleteCascade:andUserTable:":{"name":"-deleteCascade:andUserTable:","abstract":"

    Delete the Contents, cascading optionally including the user table

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)deleteCascadeWithCollection:":{"name":"-deleteCascadeWithCollection:","abstract":"

    Delete the collection of Contents, cascading

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)deleteCascadeWithCollection:andUserTable:":{"name":"-deleteCascadeWithCollection:andUserTable:","abstract":"

    Delete the collection of Contents, cascading optionally including the user table

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)deleteCascadeWhere:andWhereArgs:":{"name":"-deleteCascadeWhere:andWhereArgs:","abstract":"

    Delete the Contents where, cascading

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)deleteCascadeWhere:andWhereArgs:andUserTable:":{"name":"-deleteCascadeWhere:andWhereArgs:andUserTable:","abstract":"

    Delete the Contents where, cascading optionally including the user table

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)deleteByIdCascade:":{"name":"-deleteByIdCascade:","abstract":"

    Delete the Contents by id, cascading

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)deleteByIdCascade:andUserTable:":{"name":"-deleteByIdCascade:andUserTable:","abstract":"

    Delete the Contents by id, cascading optionally including the user table

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)deleteIdsCascade:":{"name":"-deleteIdsCascade:","abstract":"

    Delete the Contents by ids, cascading

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)deleteIdsCascade:andUserTable:":{"name":"-deleteIdsCascade:andUserTable:","abstract":"

    Delete the Contents by ids, cascading optionally including the user table

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)deleteTable:":{"name":"-deleteTable:","abstract":"

    Delete the table

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)srs:":{"name":"-srs:","abstract":"

    Get the Spatial Reference System

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)geometryColumns:":{"name":"-geometryColumns:","abstract":"

    Get the Geometry Columns

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)tileMatrixSet:":{"name":"-tileMatrixSet:","abstract":"

    Get the Tile Matrix Set

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)tileMatrix:":{"name":"-tileMatrix:","abstract":"

    Get the Tile Matrix results

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)boundingBoxInProjection:":{"name":"-boundingBoxInProjection:","abstract":"

    Get the bounding box for all tables in the provided projection

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)boundingBoxOfTable:":{"name":"-boundingBoxOfTable:","abstract":"

    Get the bounding box for the table in the table’s projection

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)boundingBoxOfTable:inProjection:":{"name":"-boundingBoxOfTable:inProjection:","abstract":"

    Get the bounding box for the table in the provided projection

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)boundingBoxOfContents:inProjection:":{"name":"-boundingBoxOfContents:inProjection:","abstract":"

    Get a bounding box in the provided projection

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContents.html#/c:objc(cs)GPKGContents(py)tableName":{"name":"tableName","abstract":"

    The name of the tiles, or feature table

    ","parent_name":"GPKGContents"},"Classes/GPKGContents.html#/c:objc(cs)GPKGContents(py)dataType":{"name":"dataType","abstract":"

    Type of data stored in the table:. “features” per clause Features,","parent_name":"GPKGContents"},"Classes/GPKGContents.html#/c:objc(cs)GPKGContents(py)identifier":{"name":"identifier","abstract":"

    A human-readable identifier (e.g. short name) for the table_name content

    ","parent_name":"GPKGContents"},"Classes/GPKGContents.html#/c:objc(cs)GPKGContents(py)theDescription":{"name":"theDescription","abstract":"

    A human-readable description for the table_name content

    ","parent_name":"GPKGContents"},"Classes/GPKGContents.html#/c:objc(cs)GPKGContents(py)lastChange":{"name":"lastChange","abstract":"

    timestamp value in ISO 8601 format as defined by the strftime function","parent_name":"GPKGContents"},"Classes/GPKGContents.html#/c:objc(cs)GPKGContents(py)minX":{"name":"minX","abstract":"

    Bounding box minimum easting or longitude for all content in table_name

    ","parent_name":"GPKGContents"},"Classes/GPKGContents.html#/c:objc(cs)GPKGContents(py)minY":{"name":"minY","abstract":"

    Bounding box minimum northing or latitude for all content in table_name

    ","parent_name":"GPKGContents"},"Classes/GPKGContents.html#/c:objc(cs)GPKGContents(py)maxX":{"name":"maxX","abstract":"

    Bounding box maximum easting or longitude for all content in table_name

    ","parent_name":"GPKGContents"},"Classes/GPKGContents.html#/c:objc(cs)GPKGContents(py)maxY":{"name":"maxY","abstract":"

    Bounding box maximum northing or latitude for all content in table_name

    ","parent_name":"GPKGContents"},"Classes/GPKGContents.html#/c:objc(cs)GPKGContents(py)srsId":{"name":"srsId","abstract":"

    Unique identifier for each Spatial Reference System within a GeoPackage

    ","parent_name":"GPKGContents"},"Classes/GPKGContents.html#/c:objc(cs)GPKGContents(im)contentsDataType":{"name":"-contentsDataType","abstract":"

    Get the Contents Data Type

    ","parent_name":"GPKGContents"},"Classes/GPKGContents.html#/c:objc(cs)GPKGContents(im)setContentsDataType:":{"name":"-setContentsDataType:","abstract":"

    Set the Contents Data Type

    ","parent_name":"GPKGContents"},"Classes/GPKGContents.html#/c:objc(cs)GPKGContents(im)setDataType:asContentsDataType:":{"name":"-setDataType:asContentsDataType:","abstract":"

    Set the data type name and register the core data type

    ","parent_name":"GPKGContents"},"Classes/GPKGContents.html#/c:objc(cs)GPKGContents(im)isFeaturesType":{"name":"-isFeaturesType","abstract":"

    Determine if the contents data type is features

    ","parent_name":"GPKGContents"},"Classes/GPKGContents.html#/c:objc(cs)GPKGContents(im)isFeaturesTypeOrUnknown":{"name":"-isFeaturesTypeOrUnknown","abstract":"

    Determine if the contents data type is features or unknown

    ","parent_name":"GPKGContents"},"Classes/GPKGContents.html#/c:objc(cs)GPKGContents(im)isTilesType":{"name":"-isTilesType","abstract":"

    Determine if the contents data type is tiles

    ","parent_name":"GPKGContents"},"Classes/GPKGContents.html#/c:objc(cs)GPKGContents(im)isTilesTypeOrUnknown":{"name":"-isTilesTypeOrUnknown","abstract":"

    Determine if the contents data type is tiles or unknown

    ","parent_name":"GPKGContents"},"Classes/GPKGContents.html#/c:objc(cs)GPKGContents(im)isAttributesType":{"name":"-isAttributesType","abstract":"

    Determine if the contents data type is attributes

    ","parent_name":"GPKGContents"},"Classes/GPKGContents.html#/c:objc(cs)GPKGContents(im)isAttributesTypeOrUnknown":{"name":"-isAttributesTypeOrUnknown","abstract":"

    Determine if the contents data type is attributes or unknown

    ","parent_name":"GPKGContents"},"Classes/GPKGContents.html#/c:objc(cs)GPKGContents(im)setSrs:":{"name":"-setSrs:","abstract":"

    Set the Spatial Reference System

    ","parent_name":"GPKGContents"},"Classes/GPKGContents.html#/c:objc(cs)GPKGContents(im)boundingBox":{"name":"-boundingBox","abstract":"

    Get a bounding box

    ","parent_name":"GPKGContents"},"Classes/GPKGContents.html#/c:objc(cs)GPKGContents(im)setBoundingBox:":{"name":"-setBoundingBox:","abstract":"

    Set a bounding box

    ","parent_name":"GPKGContents"},"Classes/GPKGAttributesTableReader.html#/c:objc(cs)GPKGAttributesTableReader(im)initWithTable:":{"name":"-initWithTable:","abstract":"

    Initialize

    ","parent_name":"GPKGAttributesTableReader"},"Classes/GPKGAttributesTableReader.html#/c:objc(cs)GPKGAttributesTableReader(im)readAttributesTableWithConnection:":{"name":"-readAttributesTableWithConnection:","abstract":"

    Read the attributes table with the database connection

    ","parent_name":"GPKGAttributesTableReader"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)create":{"name":"+create","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithAutoincrement:":{"name":"+createWithAutoincrement:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithTable:":{"name":"+createWithTable:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithTable:andAutoincrement:":{"name":"+createWithTable:andAutoincrement:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithTable:andAdditionalColumns:":{"name":"+createWithTable:andAdditionalColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithTable:andAutoincrement:andAdditionalColumns:":{"name":"+createWithTable:andAutoincrement:andAdditionalColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithTable:andAdditionalColumns:andConstraints:":{"name":"+createWithTable:andAdditionalColumns:andConstraints:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithTable:andAutoincrement:andAdditionalColumns:andConstraints:":{"name":"+createWithTable:andAutoincrement:andAdditionalColumns:andConstraints:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithTable:andIdColumn:andAdditionalColumns:":{"name":"+createWithTable:andIdColumn:andAdditionalColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithTable:andIdColumn:andAutoincrement:andAdditionalColumns:":{"name":"+createWithTable:andIdColumn:andAutoincrement:andAdditionalColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithTable:andIdColumn:andAdditionalColumns:andConstraints:":{"name":"+createWithTable:andIdColumn:andAdditionalColumns:andConstraints:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithTable:andIdColumn:andAutoincrement:andAdditionalColumns:andConstraints:":{"name":"+createWithTable:andIdColumn:andAutoincrement:andAdditionalColumns:andConstraints:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithColumns:":{"name":"+createWithColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithColumns:andConstraints:":{"name":"+createWithColumns:andConstraints:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithAttributesTable:":{"name":"+createWithAttributesTable:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithDataType:andTable:":{"name":"+createWithDataType:andTable:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithDataType:andTable:andAutoincrement:":{"name":"+createWithDataType:andTable:andAutoincrement:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithDataType:andTable:andAdditionalColumns:":{"name":"+createWithDataType:andTable:andAdditionalColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithDataType:andTable:andAutoincrement:andAdditionalColumns:":{"name":"+createWithDataType:andTable:andAutoincrement:andAdditionalColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithDataType:andTable:andAdditionalColumns:andConstraints:":{"name":"+createWithDataType:andTable:andAdditionalColumns:andConstraints:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithDataType:andTable:andAutoincrement:andAdditionalColumns:andConstraints:":{"name":"+createWithDataType:andTable:andAutoincrement:andAdditionalColumns:andConstraints:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithDataType:andTable:andIdColumn:andAdditionalColumns:":{"name":"+createWithDataType:andTable:andIdColumn:andAdditionalColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithDataType:andTable:andIdColumn:andAutoincrement:andAdditionalColumns:":{"name":"+createWithDataType:andTable:andIdColumn:andAutoincrement:andAdditionalColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithDataType:andTable:andIdColumn:andAdditionalColumns:andConstraints:":{"name":"+createWithDataType:andTable:andIdColumn:andAdditionalColumns:andConstraints:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithDataType:andTable:andIdColumn:andAutoincrement:andAdditionalColumns:andConstraints:":{"name":"+createWithDataType:andTable:andIdColumn:andAutoincrement:andAdditionalColumns:andConstraints:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithDataType:andColumns:":{"name":"+createWithDataType:andColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithDataType:andColumns:andConstraints:":{"name":"+createWithDataType:andColumns:andConstraints:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithDataType:andAttributesTable:":{"name":"+createWithDataType:andAttributesTable:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(py)constraints":{"name":"constraints","abstract":"

    Constraints

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(im)initWithTable:andIdColumn:andAdditionalColumns:andConstraints:":{"name":"-initWithTable:andIdColumn:andAdditionalColumns:andConstraints:","abstract":"

    Initialize

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(im)initWithDataType:andTable:andIdColumn:andAdditionalColumns:andConstraints:":{"name":"-initWithDataType:andTable:andIdColumn:andAdditionalColumns:andConstraints:","abstract":"

    Initialize

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(im)initWithTable:andIdColumn:andAutoincrement:andAdditionalColumns:andConstraints:":{"name":"-initWithTable:andIdColumn:andAutoincrement:andAdditionalColumns:andConstraints:","abstract":"

    Initialize

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(im)initWithDataType:andTable:andIdColumn:andAutoincrement:andAdditionalColumns:andConstraints:":{"name":"-initWithDataType:andTable:andIdColumn:andAutoincrement:andAdditionalColumns:andConstraints:","abstract":"

    Initialize

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(im)initWithTable:andColumns:andConstraints:":{"name":"-initWithTable:andColumns:andConstraints:","abstract":"

    Initialize

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(im)initWithDataType:andTable:andColumns:andConstraints:":{"name":"-initWithDataType:andTable:andColumns:andConstraints:","abstract":"

    Initialize

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTable.html#/c:objc(cs)GPKGAttributesTable(im)initWithTable:andColumns:":{"name":"-initWithTable:andColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGAttributesTable"},"Classes/GPKGAttributesTable.html#/c:objc(cs)GPKGAttributesTable(im)attributesColumns":{"name":"-attributesColumns","abstract":"

    Get the list of attributes columns

    ","parent_name":"GPKGAttributesTable"},"Classes/GPKGAttributesRow.html#/c:objc(cs)GPKGAttributesRow(py)attributesTable":{"name":"attributesTable","abstract":"

    Attributes Table

    ","parent_name":"GPKGAttributesRow"},"Classes/GPKGAttributesRow.html#/c:objc(cs)GPKGAttributesRow(py)attributesColumns":{"name":"attributesColumns","abstract":"

    Attributes Columns

    ","parent_name":"GPKGAttributesRow"},"Classes/GPKGAttributesRow.html#/c:objc(cs)GPKGAttributesRow(im)initWithAttributesTable:andColumns:andValues:":{"name":"-initWithAttributesTable:andColumns:andValues:","abstract":"

    Initialize

    ","parent_name":"GPKGAttributesRow"},"Classes/GPKGAttributesRow.html#/c:objc(cs)GPKGAttributesRow(im)initWithAttributesTable:":{"name":"-initWithAttributesTable:","abstract":"

    Initialize

    ","parent_name":"GPKGAttributesRow"},"Classes/GPKGAttributesDao.html#/c:objc(cs)GPKGAttributesDao(im)initWithDatabase:andTable:":{"name":"-initWithDatabase:andTable:","abstract":"

    Initialize

    ","parent_name":"GPKGAttributesDao"},"Classes/GPKGAttributesDao.html#/c:objc(cs)GPKGAttributesDao(im)attributesTable":{"name":"-attributesTable","abstract":"

    Get the attributes table

    ","parent_name":"GPKGAttributesDao"},"Classes/GPKGAttributesDao.html#/c:objc(cs)GPKGAttributesDao(im)row:":{"name":"-row:","abstract":"

    Get the attributes row for the current result in the result set

    ","parent_name":"GPKGAttributesDao"},"Classes/GPKGAttributesDao.html#/c:objc(cs)GPKGAttributesDao(im)attributesRow:":{"name":"-attributesRow:","abstract":"

    Get the attributes row for the current result in the result set

    ","parent_name":"GPKGAttributesDao"},"Classes/GPKGAttributesDao.html#/c:objc(cs)GPKGAttributesDao(im)rowWithRow:":{"name":"-rowWithRow:","abstract":"

    Get the attributes row for the row

    ","parent_name":"GPKGAttributesDao"},"Classes/GPKGAttributesDao.html#/c:objc(cs)GPKGAttributesDao(im)newRow":{"name":"-newRow","abstract":"

    Create a new attributes row

    ","parent_name":"GPKGAttributesDao"},"Classes/GPKGAttributesColumns.html#/c:objc(cs)GPKGAttributesColumns(im)initWithTable:andColumns:":{"name":"-initWithTable:andColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGAttributesColumns"},"Classes/GPKGAttributesColumns.html#/c:objc(cs)GPKGAttributesColumns(im)initWithTable:andColumns:andCustom:":{"name":"-initWithTable:andColumns:andCustom:","abstract":"

    Initialize

    ","parent_name":"GPKGAttributesColumns"},"Classes/GPKGAttributesColumns.html#/c:objc(cs)GPKGAttributesColumns(im)initWithAttributesColumns:":{"name":"-initWithAttributesColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGAttributesColumns"},"Classes/GPKGAttributesColumn.html#/c:objc(cs)GPKGAttributesColumn(cm)createPrimaryKeyColumnWithName:":{"name":"+createPrimaryKeyColumnWithName:","abstract":"

    Create a new primary key column

    ","parent_name":"GPKGAttributesColumn"},"Classes/GPKGAttributesColumn.html#/c:objc(cs)GPKGAttributesColumn(cm)createPrimaryKeyColumnWithName:andAutoincrement:":{"name":"+createPrimaryKeyColumnWithName:andAutoincrement:","abstract":"

    Create a new primary key column

    ","parent_name":"GPKGAttributesColumn"},"Classes/GPKGAttributesColumn.html#/c:objc(cs)GPKGAttributesColumn(cm)createPrimaryKeyColumnWithIndex:andName:":{"name":"+createPrimaryKeyColumnWithIndex:andName:","abstract":"

    Create a new primary key column

    ","parent_name":"GPKGAttributesColumn"},"Classes/GPKGAttributesColumn.html#/c:objc(cs)GPKGAttributesColumn(cm)createPrimaryKeyColumnWithIndex:andName:andAutoincrement:":{"name":"+createPrimaryKeyColumnWithIndex:andName:andAutoincrement:","abstract":"

    Create a new primary key column

    ","parent_name":"GPKGAttributesColumn"},"Classes/GPKGAttributesColumn.html#/c:objc(cs)GPKGAttributesColumn(cm)createColumnWithName:andDataType:":{"name":"+createColumnWithName:andDataType:","abstract":"

    Create a new column

    ","parent_name":"GPKGAttributesColumn"},"Classes/GPKGAttributesColumn.html#/c:objc(cs)GPKGAttributesColumn(cm)createColumnWithIndex:andName:andDataType:":{"name":"+createColumnWithIndex:andName:andDataType:","abstract":"

    Create a new column

    ","parent_name":"GPKGAttributesColumn"},"Classes/GPKGAttributesColumn.html#/c:objc(cs)GPKGAttributesColumn(cm)createColumnWithName:andDataType:andNotNull:":{"name":"+createColumnWithName:andDataType:andNotNull:","abstract":"

    Create a new column

    ","parent_name":"GPKGAttributesColumn"},"Classes/GPKGAttributesColumn.html#/c:objc(cs)GPKGAttributesColumn(cm)createColumnWithIndex:andName:andDataType:andNotNull:":{"name":"+createColumnWithIndex:andName:andDataType:andNotNull:","abstract":"

    Create a new column

    ","parent_name":"GPKGAttributesColumn"},"Classes/GPKGAttributesColumn.html#/c:objc(cs)GPKGAttributesColumn(cm)createColumnWithName:andDataType:andNotNull:andDefaultValue:":{"name":"+createColumnWithName:andDataType:andNotNull:andDefaultValue:","abstract":"

    Create a new column

    ","parent_name":"GPKGAttributesColumn"},"Classes/GPKGAttributesColumn.html#/c:objc(cs)GPKGAttributesColumn(cm)createColumnWithIndex:andName:andDataType:andNotNull:andDefaultValue:":{"name":"+createColumnWithIndex:andName:andDataType:andNotNull:andDefaultValue:","abstract":"

    Create a new column

    ","parent_name":"GPKGAttributesColumn"},"Classes/GPKGAttributesColumn.html#/c:objc(cs)GPKGAttributesColumn(cm)createColumnWithName:andDataType:andMax:":{"name":"+createColumnWithName:andDataType:andMax:","abstract":"

    Create a new column

    ","parent_name":"GPKGAttributesColumn"},"Classes/GPKGAttributesColumn.html#/c:objc(cs)GPKGAttributesColumn(cm)createColumnWithIndex:andName:andDataType:andMax:":{"name":"+createColumnWithIndex:andName:andDataType:andMax:","abstract":"

    Create a new column

    ","parent_name":"GPKGAttributesColumn"},"Classes/GPKGAttributesColumn.html#/c:objc(cs)GPKGAttributesColumn(cm)createColumnWithName:andDataType:andMax:andNotNull:andDefaultValue:":{"name":"+createColumnWithName:andDataType:andMax:andNotNull:andDefaultValue:","abstract":"

    Create a new column

    ","parent_name":"GPKGAttributesColumn"},"Classes/GPKGAttributesColumn.html#/c:objc(cs)GPKGAttributesColumn(cm)createColumnWithIndex:andName:andDataType:andMax:andNotNull:andDefaultValue:":{"name":"+createColumnWithIndex:andName:andDataType:andMax:andNotNull:andDefaultValue:","abstract":"

    Create a new column

    ","parent_name":"GPKGAttributesColumn"},"Classes/GPKGAttributesColumn.html#/c:objc(cs)GPKGAttributesColumn(cm)createColumnWithTableColumn:":{"name":"+createColumnWithTableColumn:","abstract":"

    Create a new column

    ","parent_name":"GPKGAttributesColumn"},"Classes/GPKGAttributesColumn.html#/c:objc(cs)GPKGAttributesColumn(im)initWithIndex:andName:andDataType:andMax:andNotNull:andDefaultValue:andPrimaryKey:andAutoincrement:":{"name":"-initWithIndex:andName:andDataType:andMax:andNotNull:andDefaultValue:andPrimaryKey:andAutoincrement:","abstract":"

    Initialize

    ","parent_name":"GPKGAttributesColumn"},"Classes/GPKGUtils.html#/c:objc(cs)GPKGUtils(cm)addObject:toArray:":{"name":"+addObject:toArray:","abstract":"

    Add an object to an array, supports nil to NSNull translations

    ","parent_name":"GPKGUtils"},"Classes/GPKGUtils.html#/c:objc(cs)GPKGUtils(cm)replaceObjectAtIndex:withObject:inArray:":{"name":"+replaceObjectAtIndex:withObject:inArray:","abstract":"

    Replace object at index in array with an object, supports nil to NSNull translations

    ","parent_name":"GPKGUtils"},"Classes/GPKGUtils.html#/c:objc(cs)GPKGUtils(cm)insertObject:atIndex:inArray:":{"name":"+insertObject:atIndex:inArray:","abstract":"

    Insert object in an array, supports nil to NSNull translations

    ","parent_name":"GPKGUtils"},"Classes/GPKGUtils.html#/c:objc(cs)GPKGUtils(cm)objectAtIndex:inArray:":{"name":"+objectAtIndex:inArray:","abstract":"

    Get the object at an index, supports NSNull to nil transations

    ","parent_name":"GPKGUtils"},"Classes/GPKGUtils.html#/c:objc(cs)GPKGUtils(cm)addObject:toSet:":{"name":"+addObject:toSet:","abstract":"

    Add an object to a set, supports nil to NSNull translations

    ","parent_name":"GPKGUtils"},"Classes/GPKGUtils.html#/c:objc(cs)GPKGUtils(cm)containsObject:inSet:":{"name":"+containsObject:inSet:","abstract":"

    Contains object in set, supports NSNull to nil transations

    ","parent_name":"GPKGUtils"},"Classes/GPKGUtils.html#/c:objc(cs)GPKGUtils(cm)setObject:forKey:inDictionary:":{"name":"+setObject:forKey:inDictionary:","abstract":"

    Set object in dictionary with key, supports nil to NSNull translations

    ","parent_name":"GPKGUtils"},"Classes/GPKGUtils.html#/c:objc(cs)GPKGUtils(cm)objectForKey:inDictionary:":{"name":"+objectForKey:inDictionary:","abstract":"

    Get object in dictionary with key, supports NSNull to nil transations

    ","parent_name":"GPKGUtils"},"Classes/GPKGUtils.html#/c:objc(cs)GPKGUtils(cm)color:":{"name":"+color:","abstract":"

    Get the color for the color dictionary. The dictionary should contain the keys for:

    ","parent_name":"GPKGUtils"},"Classes/GPKGUtils.html#/c:objc(cs)GPKGUtils(cm)decimalNumberFromNumber:":{"name":"+decimalNumberFromNumber:","abstract":"

    Get a decimal number from the number

    ","parent_name":"GPKGUtils"},"Classes/GPKGUtils.html#/c:objc(cs)GPKGUtils(cm)compareDouble:withDouble:":{"name":"+compareDouble:withDouble:","abstract":"

    Compare two doubles

    ","parent_name":"GPKGUtils"},"Classes/GPKGUtils.html#/c:objc(cs)GPKGUtils(cm)compareDouble:withDouble:andDelta:":{"name":"+compareDouble:withDouble:andDelta:","abstract":"

    Compare two doubles

    ","parent_name":"GPKGUtils"},"Classes/GPKGUtils.html#/c:objc(cs)GPKGUtils(cm)compareNumberDouble:withNumberDouble:":{"name":"+compareNumberDouble:withNumberDouble:","abstract":"

    Compare two number doubles

    ","parent_name":"GPKGUtils"},"Classes/GPKGUtils.html#/c:objc(cs)GPKGUtils(cm)compareNumberDouble:withNumberDouble:andDelta:":{"name":"+compareNumberDouble:withNumberDouble:andDelta:","abstract":"

    Compare two number doubles

    ","parent_name":"GPKGUtils"},"Classes/GPKGSessionTaskData.html#/c:objc(cs)GPKGSessionTaskData(py)url":{"name":"url","abstract":"

    Original URL request

    ","parent_name":"GPKGSessionTaskData"},"Classes/GPKGSessionTaskData.html#/c:objc(cs)GPKGSessionTaskData(py)name":{"name":"name","abstract":"

    New GeoPackage name

    ","parent_name":"GPKGSessionTaskData"},"Classes/GPKGSessionTaskData.html#/c:objc(cs)GPKGSessionTaskData(py)databasePath":{"name":"databasePath","abstract":"

    The new GeoPackage database path

    ","parent_name":"GPKGSessionTaskData"},"Classes/GPKGSessionTaskData.html#/c:objc(cs)GPKGSessionTaskData(py)documentsDatabasePath":{"name":"documentsDatabasePath","abstract":"

    The full documents GeoPackage database path

    ","parent_name":"GPKGSessionTaskData"},"Classes/GPKGSessionTaskData.html#/c:objc(cs)GPKGSessionTaskData(py)progress":{"name":"progress","abstract":"

    Optional progress callback

    ","parent_name":"GPKGSessionTaskData"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(py)metadataDb":{"name":"metadataDb","abstract":"

    Metadata database connection

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(py)importHeaderValidation":{"name":"importHeaderValidation","abstract":"

    Validate the database header of an imported database

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(py)importIntegrityValidation":{"name":"importIntegrityValidation","abstract":"

    Validate the database integrity of a imported database

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(py)openHeaderValidation":{"name":"openHeaderValidation","abstract":"

    Validate the database header when opening a database

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(py)openIntegrityValidation":{"name":"openIntegrityValidation","abstract":"

    Validate the database integrity when opening a database

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)close":{"name":"-close","abstract":"

    Close the manager connection

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)databases":{"name":"-databases","abstract":"

    List all GeoPackage databases sorted alphabetically

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)databasesLike:":{"name":"-databasesLike:","abstract":"

    List GeoPackage databases that match the provided like argument

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)databasesNotLike:":{"name":"-databasesNotLike:","abstract":"

    List GeoPackage databases that do not match the provided like argument

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)count":{"name":"-count","abstract":"

    Get the count of GeoPackage databases

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)pathForDatabase:":{"name":"-pathForDatabase:","abstract":"

    Get the path of the database

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)documentsPathForDatabase:":{"name":"-documentsPathForDatabase:","abstract":"

    Get the documents path for the database

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)exists:":{"name":"-exists:","abstract":"

    Check if the database exists

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)size:":{"name":"-size:","abstract":"

    Size of the database in bytes

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)readableSize:":{"name":"-readableSize:","abstract":"

    Get a readable version of the database size

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)delete:":{"name":"-delete:","abstract":"

    Delete a database

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)delete:andFile:":{"name":"-delete:andFile:","abstract":"

    Delete a database and optionally the backing file

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)deleteAll":{"name":"-deleteAll","abstract":"

    Delete all databases

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)deleteAllAndFiles:":{"name":"-deleteAllAndFiles:","abstract":"

    Delete all databases and optionally the backing files

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)create:":{"name":"-create:","abstract":"

    Create a new GeoPackage database

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)create:inDirectory:":{"name":"-create:inDirectory:","abstract":"

    Create a new GeoPackage database in specified directory

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromPath:":{"name":"-importGeoPackageFromPath:","abstract":"

    Import a GeoPackage file from a path

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromPath:withName:":{"name":"-importGeoPackageFromPath:withName:","abstract":"

    Import a GeoPackage file from a path and name it

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromPath:inDirectory:":{"name":"-importGeoPackageFromPath:inDirectory:","abstract":"

    Import a GeoPackage file from a path into a directory

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromPath:andOverride:":{"name":"-importGeoPackageFromPath:andOverride:","abstract":"

    Import a GeoPackage file from a path with existing file override option

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromPath:andOverride:andMove:":{"name":"-importGeoPackageFromPath:andOverride:andMove:","abstract":"

    Import a GeoPackage file from a path with existing file override and move instead of copy option

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromPath:inDirectory:andOverride:":{"name":"-importGeoPackageFromPath:inDirectory:andOverride:","abstract":"

    Import a GeoPackage file from a path into a directory with existing file override option

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromPath:withName:andOverride:":{"name":"-importGeoPackageFromPath:withName:andOverride:","abstract":"

    Import a GeoPackage file from a path and name it with existing file override option

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromPath:withName:inDirectory:":{"name":"-importGeoPackageFromPath:withName:inDirectory:","abstract":"

    Import a GeoPackage file from a path and name it into a directory

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromPath:withName:inDirectory:andOverride:":{"name":"-importGeoPackageFromPath:withName:inDirectory:andOverride:","abstract":"

    Import a GeoPackage file from a path and name it into a directory with existing file overide option

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromPath:withName:andOverride:andMove:":{"name":"-importGeoPackageFromPath:withName:andOverride:andMove:","abstract":"

    Import a GeoPackage file from a path and name it with existing file overide and move instead of copy option

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromPath:withName:inDirectory:andOverride:andMove:":{"name":"-importGeoPackageFromPath:withName:inDirectory:andOverride:andMove:","abstract":"

    Import a GeoPackage file from a path and name it into a directory with existing file overide and move instead of copy option

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromUrl:":{"name":"-importGeoPackageFromUrl:","abstract":"

    Import a GeoPackage file from a URL

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromUrl:withSession:":{"name":"-importGeoPackageFromUrl:withSession:","abstract":"

    Import a GeoPackage file from a URL

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromUrl:withName:":{"name":"-importGeoPackageFromUrl:withName:","abstract":"

    Import a GeoPackage file from a URL and name it

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromUrl:withSession:andName:":{"name":"-importGeoPackageFromUrl:withSession:andName:","abstract":"

    Import a GeoPackage file from a URL and name it

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromUrl:withName:inDirectory:":{"name":"-importGeoPackageFromUrl:withName:inDirectory:","abstract":"

    Import a GeoPackage file from a URL and name it into a directory

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromUrl:withSession:andName:inDirectory:":{"name":"-importGeoPackageFromUrl:withSession:andName:inDirectory:","abstract":"

    Import a GeoPackage file from a URL and name it into a directory

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromUrl:withName:andProgress:":{"name":"-importGeoPackageFromUrl:withName:andProgress:","abstract":"

    Import a GeoPackage file from a URL and name it with progress callbacks

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromUrl:withSession:andName:andProgress:":{"name":"-importGeoPackageFromUrl:withSession:andName:andProgress:","abstract":"

    Import a GeoPackage file from a URL and name it with progress callbacks

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromUrl:withName:andOverride:":{"name":"-importGeoPackageFromUrl:withName:andOverride:","abstract":"

    Import a GeoPackage file from a URL and name it with existing file overide option

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromUrl:withSession:andName:andOverride:":{"name":"-importGeoPackageFromUrl:withSession:andName:andOverride:","abstract":"

    Import a GeoPackage file from a URL and name it with existing file overide option

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromUrl:withName:inDirectory:andProgress:":{"name":"-importGeoPackageFromUrl:withName:inDirectory:andProgress:","abstract":"

    Import a GeoPackage file from a URL and name it into a directory with progress callbacks

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromUrl:withSession:andName:inDirectory:andProgress:":{"name":"-importGeoPackageFromUrl:withSession:andName:inDirectory:andProgress:","abstract":"

    Import a GeoPackage file from a URL and name it into a directory with progress callbacks

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromUrl:withName:inDirectory:andOverride:":{"name":"-importGeoPackageFromUrl:withName:inDirectory:andOverride:","abstract":"

    Import a GeoPackage file from a URL and name it into a directory with existing file overide option

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromUrl:withSession:andName:inDirectory:andOverride:":{"name":"-importGeoPackageFromUrl:withSession:andName:inDirectory:andOverride:","abstract":"

    Import a GeoPackage file from a URL and name it into a directory with existing file overide option

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromUrl:withName:inDirectory:andOverride:andProgress:":{"name":"-importGeoPackageFromUrl:withName:inDirectory:andOverride:andProgress:","abstract":"

    Import a GeoPackage file from a URL and name it into a directory with existing file overide option and progress callbacks

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromUrl:withSession:andName:inDirectory:andOverride:andProgress:":{"name":"-importGeoPackageFromUrl:withSession:andName:inDirectory:andOverride:andProgress:","abstract":"

    Import a GeoPackage file from a URL and name it into a directory with existing file overide option and progress callbacks

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)exportGeoPackage:toDirectory:":{"name":"-exportGeoPackage:toDirectory:","abstract":"

    Export a GeoPackage to a directory

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)exportGeoPackage:withName:toDirectory:":{"name":"-exportGeoPackage:withName:toDirectory:","abstract":"

    Export a GeoPackage to a directory and name it

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)open:":{"name":"-open:","abstract":"

    Open a GeoPackage database

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)validate:":{"name":"-validate:","abstract":"

    Validate the database header and integrity.

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)validateHeader:":{"name":"-validateHeader:","abstract":"

    Validate the database header. Checks the beginning bytes for the SQLite header string.

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)validateIntegrity:":{"name":"-validateIntegrity:","abstract":"

    Validate the database integrity. Performs a database integrity ok check.

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)copy:to:":{"name":"-copy:to:","abstract":"

    Copy a GeoPackage into the same directory

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)copy:to:andSameDirectory:":{"name":"-copy:to:andSameDirectory:","abstract":"

    Copy a GeoPackage with same directory option

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)rename:to:":{"name":"-rename:to:","abstract":"

    Rename a GeoPackage and it’s file

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)rename:to:andRenameFile:":{"name":"-rename:to:andRenameFile:","abstract":"

    Rename a GeoPackage with rename file option

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)move:toDirectory:":{"name":"-move:toDirectory:","abstract":"

    Move a GeoPackage to a different directory

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageAsLinkToPath:withName:":{"name":"-importGeoPackageAsLinkToPath:withName:","abstract":"

    Import a GeoPackage linking to an existing file

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageFactory.html#/c:objc(cs)GPKGGeoPackageFactory(cm)manager":{"name":"+manager","abstract":"

    Get a GeoPackage Manager

    ","parent_name":"GPKGGeoPackageFactory"},"Classes/GPKGGeoPackageCache.html#/c:objc(cs)GPKGGeoPackageCache(py)closeQuietly":{"name":"closeQuietly","abstract":"

    Close quietly flag

    ","parent_name":"GPKGGeoPackageCache"},"Classes/GPKGGeoPackageCache.html#/c:objc(cs)GPKGGeoPackageCache(im)initWithManager:":{"name":"-initWithManager:","abstract":"

    Initialize

    ","parent_name":"GPKGGeoPackageCache"},"Classes/GPKGGeoPackageCache.html#/c:objc(cs)GPKGGeoPackageCache(im)geoPackageOpenName:":{"name":"-geoPackageOpenName:","abstract":"

    Get the cached GeoPackage or open and cache the GeoPackage

    ","parent_name":"GPKGGeoPackageCache"},"Classes/GPKGGeoPackageCache.html#/c:objc(cs)GPKGGeoPackageCache(im)geoPackageNoCacheOpenName:":{"name":"-geoPackageNoCacheOpenName:","abstract":"

    Get the cached GeoPackage or open the GeoPackage without caching it

    ","parent_name":"GPKGGeoPackageCache"},"Classes/GPKGGeoPackageCache.html#/c:objc(cs)GPKGGeoPackageCache(im)names":{"name":"-names","abstract":"

    Get the names of the cached GeoPackages

    ","parent_name":"GPKGGeoPackageCache"},"Classes/GPKGGeoPackageCache.html#/c:objc(cs)GPKGGeoPackageCache(im)geoPackages":{"name":"-geoPackages","abstract":"

    Get the cached GeoPackages

    ","parent_name":"GPKGGeoPackageCache"},"Classes/GPKGGeoPackageCache.html#/c:objc(cs)GPKGGeoPackageCache(im)hasName:":{"name":"-hasName:","abstract":"

    Determine if the cache has the GeoPackage name

    ","parent_name":"GPKGGeoPackageCache"},"Classes/GPKGGeoPackageCache.html#/c:objc(cs)GPKGGeoPackageCache(im)geoPackageWithName:":{"name":"-geoPackageWithName:","abstract":"

    Get the GeoPackage with name

    ","parent_name":"GPKGGeoPackageCache"},"Classes/GPKGGeoPackageCache.html#/c:objc(cs)GPKGGeoPackageCache(im)existsWithName:":{"name":"-existsWithName:","abstract":"

    Checks if the GeoPackage name exists in the cache

    ","parent_name":"GPKGGeoPackageCache"},"Classes/GPKGGeoPackageCache.html#/c:objc(cs)GPKGGeoPackageCache(im)closeAll":{"name":"-closeAll","abstract":"

    Close all GeoPackages in the cache

    ","parent_name":"GPKGGeoPackageCache"},"Classes/GPKGGeoPackageCache.html#/c:objc(cs)GPKGGeoPackageCache(im)addGeoPackage:":{"name":"-addGeoPackage:","abstract":"

    Add a GeoPackage to the cache

    ","parent_name":"GPKGGeoPackageCache"},"Classes/GPKGGeoPackageCache.html#/c:objc(cs)GPKGGeoPackageCache(im)addAllGeoPackages:":{"name":"-addAllGeoPackages:","abstract":"

    Add the collection of GeoPackages

    ","parent_name":"GPKGGeoPackageCache"},"Classes/GPKGGeoPackageCache.html#/c:objc(cs)GPKGGeoPackageCache(im)removeByName:":{"name":"-removeByName:","abstract":"

    Remove the GeoPackage with the name but does not close it,","parent_name":"GPKGGeoPackageCache"},"Classes/GPKGGeoPackageCache.html#/c:objc(cs)GPKGGeoPackageCache(im)clear":{"name":"-clear","abstract":"

    Clears all cached GeoPackages but does not close them,","parent_name":"GPKGGeoPackageCache"},"Classes/GPKGGeoPackageCache.html#/c:objc(cs)GPKGGeoPackageCache(im)closeByName:":{"name":"-closeByName:","abstract":"

    Close the GeoPackage with name

    ","parent_name":"GPKGGeoPackageCache"},"Classes/GPKGGeoPackageCache.html#/c:objc(cs)GPKGGeoPackageCache(im)closeRetain:":{"name":"-closeRetain:","abstract":"

    Close GeoPackages not specified in the retain GeoPackage names

    ","parent_name":"GPKGGeoPackageCache"},"Classes/GPKGGeoPackageCache.html#/c:objc(cs)GPKGGeoPackageCache(im)closeNames:":{"name":"-closeNames:","abstract":"

    Close GeoPackages with names

    ","parent_name":"GPKGGeoPackageCache"},"Classes/GPKGGeoPackageCache.html#/c:objc(cs)GPKGGeoPackageCache(im)closeGeoPackage:":{"name":"-closeGeoPackage:","abstract":"

    Close the GeoPackage

    ","parent_name":"GPKGGeoPackageCache"},"Classes/GPKGGeoPackageCache.html#/c:objc(cs)GPKGGeoPackageCache(im)closeGeoPackageIfCached:":{"name":"-closeGeoPackageIfCached:","abstract":"

    Close the GeoPackage if it is cached (same GeoPackage instance)

    ","parent_name":"GPKGGeoPackageCache"},"Classes/GPKGGeoPackageCache.html#/c:objc(cs)GPKGGeoPackageCache(im)closeGeoPackageIfNotCached:":{"name":"-closeGeoPackageIfNotCached:","abstract":"

    Close the GeoPackage if it is not cached (GeoPackage not cached or","parent_name":"GPKGGeoPackageCache"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(py)name":{"name":"name","abstract":"

    GeoPackage name

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(py)path":{"name":"path","abstract":"

    GeoPackage file path

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(py)database":{"name":"database","abstract":"

    Database connection

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(py)writable":{"name":"writable","abstract":"

    Writable GeoPackage flag

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(py)metadataDb":{"name":"metadataDb","abstract":"

    Metadata db

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)initWithConnection:andWritable:andMetadataDb:":{"name":"-initWithConnection:andWritable:andMetadataDb:","abstract":"

    Initialize

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)close":{"name":"-close","abstract":"

    Close the GeoPackage connection

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)tableCreator":{"name":"-tableCreator","abstract":"

    Get the Table Creator

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)applicationId":{"name":"-applicationId","abstract":"

    Get the application id

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)applicationIdNumber":{"name":"-applicationIdNumber","abstract":"

    Get the application id integer

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)applicationIdHex":{"name":"-applicationIdHex","abstract":"

    Get the application id as a hex string prefixed with 0x

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)userVersion":{"name":"-userVersion","abstract":"

    Get the user version

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)userVersionMajor":{"name":"-userVersionMajor","abstract":"

    Get the major user version

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)userVersionMinor":{"name":"-userVersionMinor","abstract":"

    Get the minor user version

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)userVersionPatch":{"name":"-userVersionPatch","abstract":"

    Get the patch user version

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)featureTables":{"name":"-featureTables","abstract":"

    Get the feature tables

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)tileTables":{"name":"-tileTables","abstract":"

    Get the tile tables

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)attributesTables":{"name":"-attributesTables","abstract":"

    Get the attributes tables

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)tablesByType:":{"name":"-tablesByType:","abstract":"

    Get the tables for the contents data type

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)tablesByTypes:":{"name":"-tablesByTypes:","abstract":"

    Get the tables for the contents data types

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)tablesByTypeName:":{"name":"-tablesByTypeName:","abstract":"

    Get the tables for the contents data type

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)tablesByTypeNames:":{"name":"-tablesByTypeNames:","abstract":"

    Get the tables for the contents data types

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)contentsByType:":{"name":"-contentsByType:","abstract":"

    Get the contents for the data type

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)contentsByTypes:":{"name":"-contentsByTypes:","abstract":"

    Get the contents for the data types

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)contentsByTypeName:":{"name":"-contentsByTypeName:","abstract":"

    Get the contents for the data type

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)contentsByTypeNames:":{"name":"-contentsByTypeNames:","abstract":"

    Get the contents for the data types

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)tables":{"name":"-tables","abstract":"

    Get the feature and tile tables

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)isFeatureTable:":{"name":"-isFeatureTable:","abstract":"

    Check if the table is a feature table

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)isTileTable:":{"name":"-isTileTable:","abstract":"

    Check if the table is a tile table

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)isAttributeTable:":{"name":"-isAttributeTable:","abstract":"

    Check if the table is an attribute table

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)isTable:ofType:":{"name":"-isTable:ofType:","abstract":"

    Check if the table is the provided type

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)isTable:ofTypes:":{"name":"-isTable:ofTypes:","abstract":"

    Check if the table is one of the provided types

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)isTable:ofTypeName:":{"name":"-isTable:ofTypeName:","abstract":"

    Check if the table is the provided type

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)isTable:ofTypeNames:":{"name":"-isTable:ofTypeNames:","abstract":"

    Check if the table is one of the provided types

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)isContentsTable:":{"name":"-isContentsTable:","abstract":"

    Check if the table exists as a user contents table

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)isTable:":{"name":"-isTable:","abstract":"

    Check if the table exists

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)isView:":{"name":"-isView:","abstract":"

    Check if the view exists

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)isTableOrView:":{"name":"-isTableOrView:","abstract":"

    Check if the table or view exists

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)contentsOfTable:":{"name":"-contentsOfTable:","abstract":"

    Get the contents of the user table

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)typeOfTable:":{"name":"-typeOfTable:","abstract":"

    Get the contents data type of the user table

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)dataTypeOfTable:":{"name":"-dataTypeOfTable:","abstract":"

    Get the contents data type of the user table

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)featureTableCount":{"name":"-featureTableCount","abstract":"

    Get the feature table count

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)tileTableCount":{"name":"-tileTableCount","abstract":"

    Get the tile table count

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)tableCount":{"name":"-tableCount","abstract":"

    Get the feature and tile table count

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)contentsBoundingBoxInProjection:":{"name":"-contentsBoundingBoxInProjection:","abstract":"

    Get the bounding box for all table contents in the provided projection

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)boundingBoxInProjection:":{"name":"-boundingBoxInProjection:","abstract":"

    Get the bounding box for all tables in the provided projection, including","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)boundingBoxInProjection:andManual:":{"name":"-boundingBoxInProjection:andManual:","abstract":"

    Get the bounding box for all tables in the provided projection, including","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)tableBoundingBoxInProjection:":{"name":"-tableBoundingBoxInProjection:","abstract":"

    Get the bounding box for all tables in the provided projection, using","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)tableBoundingBoxInProjection:andManual:":{"name":"-tableBoundingBoxInProjection:andManual:","abstract":"

    Get the bounding box for all tables in the provided projection, using","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)contentsBoundingBoxOfTable:":{"name":"-contentsBoundingBoxOfTable:","abstract":"

    Get the bounding box from the contents for the table in the table’s","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)contentsBoundingBoxOfTable:inProjection:":{"name":"-contentsBoundingBoxOfTable:inProjection:","abstract":"

    Get the bounding box from the contents for the table in the provided","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)boundingBoxOfTable:":{"name":"-boundingBoxOfTable:","abstract":"

    Get the bounding box for the table in the table’s projection, including","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)boundingBoxOfTable:inProjection:":{"name":"-boundingBoxOfTable:inProjection:","abstract":"

    Get the bounding box for the table in the provided projection, including","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)boundingBoxOfTable:andManual:":{"name":"-boundingBoxOfTable:andManual:","abstract":"

    Get the bounding box for the table in the table’s projection, including","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)boundingBoxOfTable:inProjection:andManual:":{"name":"-boundingBoxOfTable:inProjection:andManual:","abstract":"

    Get the bounding box for the table in the provided projection, including","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)tableBoundingBoxOfTable:":{"name":"-tableBoundingBoxOfTable:","abstract":"

    Get the bounding box for the table in the table’s projection, using only","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)tableBoundingBoxOfTable:inProjection:":{"name":"-tableBoundingBoxOfTable:inProjection:","abstract":"

    Get the bounding box for the table in the provided projection, using only","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)tableBoundingBoxOfTable:andManual:":{"name":"-tableBoundingBoxOfTable:andManual:","abstract":"

    Get the bounding box for the table in the table’s projection, using only","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)tableBoundingBoxOfTable:inProjection:andManual:":{"name":"-tableBoundingBoxOfTable:inProjection:andManual:","abstract":"

    Get the bounding box for the table in the provided projection, using only","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)contentsProjectionOfTable:":{"name":"-contentsProjectionOfTable:","abstract":"

    Get the projection of the table contents

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)projectionOfTable:":{"name":"-projectionOfTable:","abstract":"

    Get the projection of the table

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)featureBoundingBoxOfTable:inProjection:andManual:":{"name":"-featureBoundingBoxOfTable:inProjection:andManual:","abstract":"

    Get the feature table bounding box

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)spatialReferenceSystemDao":{"name":"-spatialReferenceSystemDao","abstract":"

    Get a Spatial Reference System DAO

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)contentsDao":{"name":"-contentsDao","abstract":"

    Get a Contents DAO

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)geometryColumnsDao":{"name":"-geometryColumnsDao","abstract":"

    Get a Geometry Columns DAO

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)createGeometryColumnsTable":{"name":"-createGeometryColumnsTable","abstract":"

    Create the Geometry Columns table if it does not already exist

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)createFeatureTable:":{"name":"-createFeatureTable:","abstract":"

    Create a new feature table","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)createFeatureTableWithMetadata:":{"name":"-createFeatureTableWithMetadata:","abstract":"

    Create a new feature table with GeoPackage metadata including: geometry","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)tileMatrixSetDao":{"name":"-tileMatrixSetDao","abstract":"

    Get a Tile Matrix Set DAO

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)createTileMatrixSetTable":{"name":"-createTileMatrixSetTable","abstract":"

    Create the Tile Matrix Set table if it does not already exist

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)tileMatrixDao":{"name":"-tileMatrixDao","abstract":"

    Get a Tile Matrix DAO

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)createTileMatrixTable":{"name":"-createTileMatrixTable","abstract":"

    Create the Tile Matrix table if it does not already exist

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)createTileTable:":{"name":"-createTileTable:","abstract":"

    Create a new tile table","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)createTileTableWithMetadata:":{"name":"-createTileTableWithMetadata:","abstract":"

    Create a new tile table with GeoPackage metadata including: tile matrix","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)createAttributesTable:":{"name":"-createAttributesTable:","abstract":"

    Create a new attributes table","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)createAttributesTableWithMetadata:":{"name":"-createAttributesTableWithMetadata:","abstract":"

    Create a new attributes table with GeoPackage metadata including: user","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)extensionsDao":{"name":"-extensionsDao","abstract":"

    Get an Extensions DAO

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)createExtensionsTable":{"name":"-createExtensionsTable","abstract":"

    Create the Extensions table if it does not already exist

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)deleteTable:":{"name":"-deleteTable:","abstract":"

    Delete the table and all GeoPackage metadata

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)deleteTableQuietly:":{"name":"-deleteTableQuietly:","abstract":"

    Attempt to delete the table and all GeoPackage metadata quietly

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)verifyWritable":{"name":"-verifyWritable","abstract":"

    Verify the GeoPackage is writable and throw an exception if it is not

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)featureDaoWithGeometryColumns:":{"name":"-featureDaoWithGeometryColumns:","abstract":"

    Get a Feature DAO from Geometry Columns

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)featureDaoWithContents:":{"name":"-featureDaoWithContents:","abstract":"

    Get a Feature DAO from Contents

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)featureDaoWithTable:":{"name":"-featureDaoWithTable:","abstract":"

    Get a Feature DAO from a table

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)featureDaoWithTableName:":{"name":"-featureDaoWithTableName:","abstract":"

    Get a Feature DAO from a table name

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)tileDaoWithTileMatrixSet:":{"name":"-tileDaoWithTileMatrixSet:","abstract":"

    Get a Tile DAO from Tile Matrix Set

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)tileDaoWithContents:":{"name":"-tileDaoWithContents:","abstract":"

    Get a Tile DAO from Contents

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)tileDaoWithTable:":{"name":"-tileDaoWithTable:","abstract":"

    Get a Tile DAO from a table

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)tileDaoWithTableName:":{"name":"-tileDaoWithTableName:","abstract":"

    Get a Tile DAO from a table name

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)attributesDaoWithContents:":{"name":"-attributesDaoWithContents:","abstract":"

    Get an Attributes DAO from Contents

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)attributesDaoWithTable:":{"name":"-attributesDaoWithTable:","abstract":"

    Get an Attributes DAO from a table

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)attributesDaoWithTableName:":{"name":"-attributesDaoWithTableName:","abstract":"

    Get an Attributes DAO from a table name

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)userCustomDaoWithTableName:":{"name":"-userCustomDaoWithTableName:","abstract":"

    Get a User Custom DAO from a table name

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)userCustomDaoWithTable:":{"name":"-userCustomDaoWithTable:","abstract":"

    Get a User Custom DAO from a table

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)execSQL:":{"name":"-execSQL:","abstract":"

    Execute the sql on the GeoPackage database

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)beginTransaction":{"name":"-beginTransaction","abstract":"

    Begin a transaction

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)commitTransaction":{"name":"-commitTransaction","abstract":"

    Commit the transaction

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)rollbackTransaction":{"name":"-rollbackTransaction","abstract":"

    Rollback the transaction

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)inTransaction":{"name":"-inTransaction","abstract":"

    Determine if currently within a transaction

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)enableForeignKeys":{"name":"-enableForeignKeys","abstract":"

    If foreign keys is disabled and there are no foreign key violations,","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)foreignKeys":{"name":"-foreignKeys","abstract":"

    Query for the foreign keys value

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)foreignKeysAsOn:":{"name":"-foreignKeysAsOn:","abstract":"

    Change the foreign keys state

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)dropTable:":{"name":"-dropTable:","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)dropView:":{"name":"-dropView:","abstract":"

    Drop the view if it exists. Drops the view with the view name, not","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)renameTable:toTable:":{"name":"-renameTable:toTable:","abstract":"

    Rename the table

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)copyTable:toTable:":{"name":"-copyTable:toTable:","abstract":"

    Copy the table with transferred contents and extensions

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)copyTableNoExtensions:toTable:":{"name":"-copyTableNoExtensions:toTable:","abstract":"

    Copy the table with transferred contents but no extensions

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)copyTableAsEmpty:toTable:":{"name":"-copyTableAsEmpty:toTable:","abstract":"

    Copy the table but leave the user table empty and without extensions

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)vacuum":{"name":"-vacuum","abstract":"

    Rebuild the GeoPackage, repacking it into a minimal amount of disk space

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)rawQuery:andArgs:":{"name":"-rawQuery:andArgs:","abstract":"

    Perform a raw query on the database

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)foreignKeyCheck":{"name":"-foreignKeyCheck","abstract":"

    Perform a foreign key check on the database

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)foreignKeyCheckOnTable:":{"name":"-foreignKeyCheckOnTable:","abstract":"

    Perform a foreign key check on the database table

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)integrityCheck":{"name":"-integrityCheck","abstract":"

    Perform an integrity check on the database

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)quickCheck":{"name":"-quickCheck","abstract":"

    Perform a quick integrity check on the database

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)createUserTable:":{"name":"-createUserTable:","abstract":"

    Create a new user table

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGDateConverter.html#/c:objc(cs)GPKGDateConverter(py)expected":{"name":"expected","abstract":"

    Is parsing a date value from a string always expected

    ","parent_name":"GPKGDateConverter"},"Classes/GPKGDateConverter.html#/c:objc(cs)GPKGDateConverter(cm)converter":{"name":"+converter","abstract":"

    Get a default date converter for all property configured date and date time formats

    ","parent_name":"GPKGDateConverter"},"Classes/GPKGDateConverter.html#/c:objc(cs)GPKGDateConverter(cm)converter:":{"name":"+converter:","abstract":"

    Get a date converter for the data type

    ","parent_name":"GPKGDateConverter"},"Classes/GPKGDateConverter.html#/c:objc(cs)GPKGDateConverter(cm)dateConverter":{"name":"+dateConverter","abstract":"

    Get a date converter

    ","parent_name":"GPKGDateConverter"},"Classes/GPKGDateConverter.html#/c:objc(cs)GPKGDateConverter(cm)dateTimeConverter":{"name":"+dateTimeConverter","abstract":"

    Get a date time converter

    ","parent_name":"GPKGDateConverter"},"Classes/GPKGDateConverter.html#/c:objc(cs)GPKGDateConverter(cm)createWithFormat:":{"name":"+createWithFormat:","abstract":"

    Get a date converter for the provided format

    ","parent_name":"GPKGDateConverter"},"Classes/GPKGDateConverter.html#/c:objc(cs)GPKGDateConverter(cm)createWithFormats:":{"name":"+createWithFormats:","abstract":"

    Get a date converter for the provided formats

    ","parent_name":"GPKGDateConverter"},"Classes/GPKGDateConverter.html#/c:objc(cs)GPKGDateConverter(im)initWithFormat:":{"name":"-initWithFormat:","abstract":"

    Initialize

    ","parent_name":"GPKGDateConverter"},"Classes/GPKGDateConverter.html#/c:objc(cs)GPKGDateConverter(im)initWithFormats:":{"name":"-initWithFormats:","abstract":"

    Initialize

    ","parent_name":"GPKGDateConverter"},"Classes/GPKGDateConverter.html#/c:objc(cs)GPKGDateConverter(im)addFormat:":{"name":"-addFormat:","abstract":"

    Add date format

    ","parent_name":"GPKGDateConverter"},"Classes/GPKGDateConverter.html#/c:objc(cs)GPKGDateConverter(im)stringValue:":{"name":"-stringValue:","abstract":"

    Get the formatted string date value of the date

    ","parent_name":"GPKGDateConverter"},"Classes/GPKGDateConverter.html#/c:objc(cs)GPKGDateConverter(im)dateValue:":{"name":"-dateValue:","abstract":"

    Get the date value of the formatted string date

    ","parent_name":"GPKGDateConverter"},"Classes/GPKGDateConverter.html#/c:objc(cs)GPKGDateConverter(cm)convertToDateWithString:":{"name":"+convertToDateWithString:","abstract":"

    Convert a datetime string to a date

    ","parent_name":"GPKGDateConverter"},"Classes/GPKGDateConverter.html#/c:objc(cs)GPKGDateConverter(cm)convertToDateWithString:andExpected:":{"name":"+convertToDateWithString:andExpected:","abstract":"

    Convert a datetime string to a date

    ","parent_name":"GPKGDateConverter"},"Classes/GPKGDateConverter.html#/c:objc(cs)GPKGDateConverter(cm)convertToStringWithDate:withFormat:":{"name":"+convertToStringWithDate:withFormat:","abstract":"

    Convert a date to the provided string format

    ","parent_name":"GPKGDateConverter"},"Classes/GPKGDateConverter.html#/c:objc(cs)GPKGDateConverter(cm)convertToDateStringWithDate:":{"name":"+convertToDateStringWithDate:","abstract":"

    Convert a date to the string format: yyyy-MM-dd

    ","parent_name":"GPKGDateConverter"},"Classes/GPKGDateConverter.html#/c:objc(cs)GPKGDateConverter(cm)convertToDateTimeStringWithDate:":{"name":"+convertToDateTimeStringWithDate:","abstract":"

    Convert a date to the string format: yyyy-MM-dd’T'HH:mm:ss.SSS'Z’

    ","parent_name":"GPKGDateConverter"},"Classes/GPKGDateConverter.html#/c:objc(cs)GPKGDateConverter(cm)convertToStringWithDate:andType:":{"name":"+convertToStringWithDate:andType:","abstract":"

    Convert a date to the corresponding data type string format

    ","parent_name":"GPKGDateConverter"},"Classes/GPKGDateConverter.html#/c:objc(cs)GPKGDateConverter(cm)createFormatterWithFormat:":{"name":"+createFormatterWithFormat:","abstract":"

    Create a date formatter with the provided format

    ","parent_name":"GPKGDateConverter"},"Classes/GPKGDateConverter.html#/c:objc(cs)GPKGDateConverter(cm)isFunction:":{"name":"+isFunction:","abstract":"

    Determine if the date/time string value is a SQLite function

    ","parent_name":"GPKGDateConverter"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(py)minLongitude":{"name":"minLongitude","abstract":"

    Longitude range

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(py)maxLongitude":{"name":"maxLongitude","abstract":"

    Undocumented

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(py)minLatitude":{"name":"minLatitude","abstract":"

    Latitude range

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(py)maxLatitude":{"name":"maxLatitude","abstract":"

    Undocumented

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(cm)worldWGS84":{"name":"+worldWGS84","abstract":"

    Create a new WGS84 bounding box with world bounds (degrees)

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(cm)worldWebMercator":{"name":"+worldWebMercator","abstract":"

    Create a new Web Mercator bounding box with world bounds (meters)

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(cm)worldWGS84WithWebMercatorLimits":{"name":"+worldWGS84WithWebMercatorLimits","abstract":"

    Create a new WGS84 bounding box bounded by Web Mercator limits

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)init":{"name":"-init","abstract":"

    Initialize with degrees representing the entire world

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)initWithMinLongitude:andMinLatitude:andMaxLongitude:andMaxLatitude:":{"name":"-initWithMinLongitude:andMinLatitude:andMaxLongitude:andMaxLatitude:","abstract":"

    Initialize with number range

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)initWithMinLongitudeDouble:andMinLatitudeDouble:andMaxLongitudeDouble:andMaxLatitudeDouble:":{"name":"-initWithMinLongitudeDouble:andMinLatitudeDouble:andMaxLongitudeDouble:andMaxLatitudeDouble:","abstract":"

    Initialize with double range

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)initWithBoundingBox:":{"name":"-initWithBoundingBox:","abstract":"

    Initialize with existing bounding box

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)initWithEnvelope:":{"name":"-initWithEnvelope:","abstract":"

    Initialize with geometry envelope

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)initWithGeometry:":{"name":"-initWithGeometry:","abstract":"

    Initialize with geometry

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)longitudeRange":{"name":"-longitudeRange","abstract":"

    Get the longitude range

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)longitudeRangeValue":{"name":"-longitudeRangeValue","abstract":"

    Get the longitude range

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)latitudeRange":{"name":"-latitudeRange","abstract":"

    Get the latitude range

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)latitudeRangeValue":{"name":"-latitudeRangeValue","abstract":"

    Get the latitude range

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)centroid":{"name":"-centroid","abstract":"

    Get the bounding box centroid point

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(cm)centroidOfBoundingBox:":{"name":"+centroidOfBoundingBox:","abstract":"

    Get the bounding box centroid point

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)centroidInProjection:":{"name":"-centroidInProjection:","abstract":"

    Get the centroid for the bounding box and projection

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(cm)centroidOfBoundingBox:inProjection:":{"name":"+centroidOfBoundingBox:inProjection:","abstract":"

    Get the centroid for the bounding box and projection

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)degreesCentroid":{"name":"-degreesCentroid","abstract":"

    Get the centroid for the bounding box in degrees

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(cm)degreesCentroidOfBoundingBox:":{"name":"+degreesCentroidOfBoundingBox:","abstract":"

    Get the centroid for a bounding box in degrees

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)buildEnvelope":{"name":"-buildEnvelope","abstract":"

    Build a Geometry Envelope from the bounding box

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(cm)buildEnvelopeFromBoundingBox:":{"name":"+buildEnvelopeFromBoundingBox:","abstract":"

    Build a Geometry Envelope from the bounding box

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)buildGeometry":{"name":"-buildGeometry","abstract":"

    Build a geometry representation of the bounding box

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(cm)buildGeometryFromBoundingBox:":{"name":"+buildGeometryFromBoundingBox:","abstract":"

    Build a geometry representation of the bounding box

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)equals:":{"name":"-equals:","abstract":"

    Determine if equal to the provided bounding box

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)mapRect":{"name":"-mapRect","abstract":"

    Get a Map Rectangle representing the bounding box

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)coordinateRegion":{"name":"-coordinateRegion","abstract":"

    Get a Coordinate Region of the bounding box

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)span":{"name":"-span","abstract":"

    Get the Span of the bounding box

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)center":{"name":"-center","abstract":"

    Get the center of the bounding box

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)sizeInMeters":{"name":"-sizeInMeters","abstract":"

    Get with width and height of the bounding box in meters

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)complementaryWithMaxLongitude:":{"name":"-complementaryWithMaxLongitude:","abstract":"

    If the bounding box spans the Anti-Meridian, attempt to get a complementary bounding box using the max longitude of the unit projection

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)complementaryWgs84":{"name":"-complementaryWgs84","abstract":"

    If the bounding box spans the Anti-Meridian, attempt to get a complementary WGS84 bounding box

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)complementaryWebMercator":{"name":"-complementaryWebMercator","abstract":"

    If the bounding box spans the Anti-Meridian, attempt to get a complementary Web Mercator bounding box

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)boundCoordinatesWithMaxLongitude:":{"name":"-boundCoordinatesWithMaxLongitude:","abstract":"

    Bound the bounding box longitudes within the min and max possible","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)boundWgs84Coordinates":{"name":"-boundWgs84Coordinates","abstract":"

    Bound the bounding box coordinates within WGS84 range values

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)boundWebMercatorCoordinates":{"name":"-boundWebMercatorCoordinates","abstract":"

    Bound the bounding box coordinates within Web Mercator range values

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)expandCoordinatesWithMaxLongitude:":{"name":"-expandCoordinatesWithMaxLongitude:","abstract":"

    Expand the bounding box max longitude above the max possible projection","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)expandWgs84Coordinates":{"name":"-expandWgs84Coordinates","abstract":"

    Expand the bounding box max longitude above the max WGS84 projection","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)expandWebMercatorCoordinates":{"name":"-expandWebMercatorCoordinates","abstract":"

    Expand the bounding box max longitude above the max Web Mercator","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)transform:":{"name":"-transform:","abstract":"

    Transform the bounding box using the provided projection transform

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)intersects:":{"name":"-intersects:","abstract":"

    Determine if intersects with the provided bounding box

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)intersects:withAllowEmpty:":{"name":"-intersects:withAllowEmpty:","abstract":"

    Determine if intersects with the provided bounding box

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)overlap:":{"name":"-overlap:","abstract":"

    Get the overlapping bounding box with the provided bounding box

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)overlap:withAllowEmpty:":{"name":"-overlap:withAllowEmpty:","abstract":"

    Get the overlapping bounding box with the provided bounding box

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)union:":{"name":"-union:","abstract":"

    Get the union bounding box with the provided bounding box

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)contains:":{"name":"-contains:","abstract":"

    Determine if inclusively contains the provided bounding box

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)squareExpand":{"name":"-squareExpand","abstract":"

    Expand the bounding box to an equally sized width and height bounding box

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)squareExpandWithBuffer:":{"name":"-squareExpandWithBuffer:","abstract":"

    Expand the bounding box to an equally sized width and height bounding box","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)isPoint":{"name":"-isPoint","abstract":"

    Determine if the bounding box is of a single point

    ","parent_name":"GPKGBoundingBox"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(py)redArithmetic":{"name":"redArithmetic","abstract":"

    Red arithmetic color value

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(py)greenArithmetic":{"name":"greenArithmetic","abstract":"

    Green arithmetic color value

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(py)blueArithmetic":{"name":"blueArithmetic","abstract":"

    Blue arithmetic color value

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(py)opacity":{"name":"opacity","abstract":"

    Opacity arithmetic value

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)black":{"name":"+black","abstract":"

    Create a black color

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)blue":{"name":"+blue","abstract":"

    Create a blue color

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)brown":{"name":"+brown","abstract":"

    Create a brown color

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)cyan":{"name":"+cyan","abstract":"

    Create a cyan color

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)darkGray":{"name":"+darkGray","abstract":"

    Create a dark gray color

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)gray":{"name":"+gray","abstract":"

    Create a gray color

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)green":{"name":"+green","abstract":"

    Create a green color

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)lightGray":{"name":"+lightGray","abstract":"

    Create a light gray color

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)magenta":{"name":"+magenta","abstract":"

    Create a magenta color

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)orange":{"name":"+orange","abstract":"

    Create an orange color

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)pink":{"name":"+pink","abstract":"

    Create a pink color

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)purple":{"name":"+purple","abstract":"

    Create a purple color

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)red":{"name":"+red","abstract":"

    Create a red color

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)violet":{"name":"+violet","abstract":"

    Create a violet color

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)white":{"name":"+white","abstract":"

    Create a white color

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)yellow":{"name":"+yellow","abstract":"

    Create a yellow color

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)colorWithHex:":{"name":"+colorWithHex:","abstract":"

    Create the color in hex

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)colorWithHex:andOpacity:":{"name":"+colorWithHex:andOpacity:","abstract":"

    Create the color in hex with an opacity

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)colorWithHex:andAlpha:":{"name":"+colorWithHex:andAlpha:","abstract":"

    Create the color in hex with an alpha

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)colorWithHexRed:andGreen:andBlue:":{"name":"+colorWithHexRed:andGreen:andBlue:","abstract":"

    Create the color with individual hex colors

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)colorWithHexRed:andGreen:andBlue:andAlpha:":{"name":"+colorWithHexRed:andGreen:andBlue:andAlpha:","abstract":"

    Create the color with individual hex colors and alpha

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)colorWithHexRed:andGreen:andBlue:andOpacity:":{"name":"+colorWithHexRed:andGreen:andBlue:andOpacity:","abstract":"

    Create the color with individual hex colors and opacity

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)colorWithRed:andGreen:andBlue:":{"name":"+colorWithRed:andGreen:andBlue:","abstract":"

    Create the color with RGB values

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)colorWithRed:andGreen:andBlue:andAlpha:":{"name":"+colorWithRed:andGreen:andBlue:andAlpha:","abstract":"

    Create the color with RGBA values

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)colorWithRed:andGreen:andBlue:andOpacity:":{"name":"+colorWithRed:andGreen:andBlue:andOpacity:","abstract":"

    Create the color with RGBA values

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)colorWithArithmeticRed:andGreen:andBlue:":{"name":"+colorWithArithmeticRed:andGreen:andBlue:","abstract":"

    Create the color with arithmetic RGB values

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)colorWithArithmeticRed:andGreen:andBlue:andOpacity:":{"name":"+colorWithArithmeticRed:andGreen:andBlue:andOpacity:","abstract":"

    Create the color with arithmetic RGB values

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)colorWithHue:andSaturation:andLightness:":{"name":"+colorWithHue:andSaturation:andLightness:","abstract":"

    Create the color with HSL (hue, saturation, lightness) or HSL (alpha)","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)colorWithHue:andSaturation:andLightness:andAlpha:":{"name":"+colorWithHue:andSaturation:andLightness:andAlpha:","abstract":"

    Create the color with HSLA (hue, saturation, lightness, alpha) values

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)colorWithColor:":{"name":"+colorWithColor:","abstract":"

    Create the color as a single integer

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)colorWithUnsignedColor:":{"name":"+colorWithUnsignedColor:","abstract":"

    Create the color as a single unsigned integer

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)init":{"name":"-init","abstract":"

    Default color initializer, opaque black

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)initWithHex:":{"name":"-initWithHex:","abstract":"

    Create the color in hex

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)initWithHex:andOpacity:":{"name":"-initWithHex:andOpacity:","abstract":"

    Create the color in hex with an opacity

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)initWithHex:andAlpha:":{"name":"-initWithHex:andAlpha:","abstract":"

    Create the color in hex with an alpha

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)initWithHexRed:andGreen:andBlue:":{"name":"-initWithHexRed:andGreen:andBlue:","abstract":"

    Create the color with individual hex colors

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)initWithHexRed:andGreen:andBlue:andAlpha:":{"name":"-initWithHexRed:andGreen:andBlue:andAlpha:","abstract":"

    Create the color with individual hex colors and alpha

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)initWithHexRed:andGreen:andBlue:andOpacity:":{"name":"-initWithHexRed:andGreen:andBlue:andOpacity:","abstract":"

    Create the color with individual hex colors and opacity

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)initWithRed:andGreen:andBlue:":{"name":"-initWithRed:andGreen:andBlue:","abstract":"

    Create the color with RGB values

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)initWithRed:andGreen:andBlue:andAlpha:":{"name":"-initWithRed:andGreen:andBlue:andAlpha:","abstract":"

    Create the color with RGBA values

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)initWithRed:andGreen:andBlue:andOpacity:":{"name":"-initWithRed:andGreen:andBlue:andOpacity:","abstract":"

    Create the color with RGBA values

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)initWithArithmeticRed:andGreen:andBlue:":{"name":"-initWithArithmeticRed:andGreen:andBlue:","abstract":"

    Create the color with arithmetic RGB values

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)initWithArithmeticRed:andGreen:andBlue:andOpacity:":{"name":"-initWithArithmeticRed:andGreen:andBlue:andOpacity:","abstract":"

    Create the color with arithmetic RGB values

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)initWithHue:andSaturation:andLightness:":{"name":"-initWithHue:andSaturation:andLightness:","abstract":"

    Create the color with HSL (hue, saturation, lightness) or HSL (alpha)","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)initWithHue:andSaturation:andLightness:andAlpha:":{"name":"-initWithHue:andSaturation:andLightness:andAlpha:","abstract":"

    Create the color with HSLA (hue, saturation, lightness, alpha) values

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)initWithColor:":{"name":"-initWithColor:","abstract":"

    Create the color as a single integer

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)initWithUnsignedColor:":{"name":"-initWithUnsignedColor:","abstract":"

    Create the color as a single unsigned integer

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)initWithCLRColor:":{"name":"-initWithCLRColor:","abstract":"

    Copy Initialize

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)setColorWithHex:":{"name":"-setColorWithHex:","abstract":"

    Set the color in hex

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)setColorWithHex:andOpacity:":{"name":"-setColorWithHex:andOpacity:","abstract":"

    Set the color in hex with an opacity

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)setColorWithHex:andAlpha:":{"name":"-setColorWithHex:andAlpha:","abstract":"

    Set the color in hex with an alpha

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)setColorWithHexRed:andGreen:andBlue:":{"name":"-setColorWithHexRed:andGreen:andBlue:","abstract":"

    Set the color with individual hex colors

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)setColorWithHexRed:andGreen:andBlue:andAlpha:":{"name":"-setColorWithHexRed:andGreen:andBlue:andAlpha:","abstract":"

    Set the color with individual hex colors and alpha

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)setColorWithHexRed:andGreen:andBlue:andOpacity:":{"name":"-setColorWithHexRed:andGreen:andBlue:andOpacity:","abstract":"

    Set the color with individual hex colors and opacity

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)setColorWithRed:andGreen:andBlue:":{"name":"-setColorWithRed:andGreen:andBlue:","abstract":"

    Set the color with RGB values

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)setColorWithRed:andGreen:andBlue:andAlpha:":{"name":"-setColorWithRed:andGreen:andBlue:andAlpha:","abstract":"

    Set the color with RGBA values

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)setColorWithRed:andGreen:andBlue:andOpacity:":{"name":"-setColorWithRed:andGreen:andBlue:andOpacity:","abstract":"

    Set the color with RGBA values

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)setColorWithArithmeticRed:andGreen:andBlue:":{"name":"-setColorWithArithmeticRed:andGreen:andBlue:","abstract":"

    Set the color with arithmetic RGB values

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)setColorWithArithmeticRed:andGreen:andBlue:andOpacity:":{"name":"-setColorWithArithmeticRed:andGreen:andBlue:andOpacity:","abstract":"

    Set the color with arithmetic RGB values

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)setColorWithHue:andSaturation:andLightness:":{"name":"-setColorWithHue:andSaturation:andLightness:","abstract":"

    Set the color with HSL (hue, saturation, lightness) values

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)setColorWithHue:andSaturation:andLightness:andAlpha:":{"name":"-setColorWithHue:andSaturation:andLightness:andAlpha:","abstract":"

    Set the color with HSLA (hue, saturation, lightness, alpha) values

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)setColor:":{"name":"-setColor:","abstract":"

    Set the color as a single integer

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)setUnsignedColor:":{"name":"-setUnsignedColor:","abstract":"

    Set the color as a single unsigned integer

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)setRedHex:":{"name":"-setRedHex:","abstract":"

    Set the red color in hex

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)setGreenHex:":{"name":"-setGreenHex:","abstract":"

    Set the green color in hex

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)setBlueHex:":{"name":"-setBlueHex:","abstract":"

    Set the blue color in hex

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)setAlphaHex:":{"name":"-setAlphaHex:","abstract":"

    Set the alpha color in hex

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)setRed:":{"name":"-setRed:","abstract":"

    Set the red color as an integer

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)setGreen:":{"name":"-setGreen:","abstract":"

    Set the green color as an integer

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)setBlue:":{"name":"-setBlue:","abstract":"

    Set the blue color as an integer

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)setAlpha:":{"name":"-setAlpha:","abstract":"

    Set the alpha color as an integer

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)setAlphaArithmetic:":{"name":"-setAlphaArithmetic:","abstract":"

    Set the alpha color as an arithmetic float

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)isOpaque":{"name":"-isOpaque","abstract":"

    Check if the color is opaque (opacity or alpha of 1.0, 255, or x00)

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)uiColor":{"name":"-uiColor","abstract":"

    Get a UIColor from this color

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)colorHex":{"name":"-colorHex","abstract":"

    Get the color as a hex string

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)colorHexWithAlpha":{"name":"-colorHexWithAlpha","abstract":"

    Get the color as a hex string with alpha

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)colorHexShorthand":{"name":"-colorHexShorthand","abstract":"

    Get the color as a hex string, shorthanded when possible

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)colorHexShorthandWithAlpha":{"name":"-colorHexShorthandWithAlpha","abstract":"

    Get the color as a hex string with alpha, shorthanded when possible

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)color":{"name":"-color","abstract":"

    Get the color as an integer

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)unsignedColor":{"name":"-unsignedColor","abstract":"

    Get the color as an unsigned integer

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)colorWithAlpha":{"name":"-colorWithAlpha","abstract":"

    Get the color as an integer including the alpha

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)unsignedColorWithAlpha":{"name":"-unsignedColorWithAlpha","abstract":"

    Get the color as an unsigned integer including the alpha

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)redHex":{"name":"-redHex","abstract":"

    Get the red color in hex

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)greenHex":{"name":"-greenHex","abstract":"

    Get the green color in hex

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)blueHex":{"name":"-blueHex","abstract":"

    Get the blue color in hex

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)alphaHex":{"name":"-alphaHex","abstract":"

    Get the alpha color in hex

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)redHexShorthand":{"name":"-redHexShorthand","abstract":"

    Get the red color in hex, shorthand when possible

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)greenHexShorthand":{"name":"-greenHexShorthand","abstract":"

    Get the green color in hex, shorthand when possible

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)blueHexShorthand":{"name":"-blueHexShorthand","abstract":"

    Get the blue color in hex, shorthand when possible

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)alphaHexShorthand":{"name":"-alphaHexShorthand","abstract":"

    Get the alpha color in hex, shorthand when possible

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)red":{"name":"-red","abstract":"

    Get the red color as an integer

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)green":{"name":"-green","abstract":"

    Get the green color as an integer

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)blue":{"name":"-blue","abstract":"

    Get the blue color as an integer

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)alpha":{"name":"-alpha","abstract":"

    Get the alpha color as an integer

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)alphaArithmetic":{"name":"-alphaArithmetic","abstract":"

    Get the alpha color as an arithmetic float

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)hsl":{"name":"-hsl","abstract":"

    Get the HSL (hue, saturation, lightness) values

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)hue":{"name":"-hue","abstract":"

    Get the HSL hue value

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)saturation":{"name":"-saturation","abstract":"

    Get the HSL saturation value

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)lightness":{"name":"-lightness","abstract":"

    Get the HSL lightness value

    ","parent_name":"CLRColor"},"Classes/TIFFWriter.html#/c:objc(cs)TIFFWriter(cm)writeTiffWithFile:andImage:":{"name":"+writeTiffWithFile:andImage:","abstract":"

    Write a TIFF to a file

    ","parent_name":"TIFFWriter"},"Classes/TIFFWriter.html#/c:objc(cs)TIFFWriter(cm)writeTiffWithFile:andWriter:andImage:":{"name":"+writeTiffWithFile:andWriter:andImage:","abstract":"

    Write a TIFF to a file

    ","parent_name":"TIFFWriter"},"Classes/TIFFWriter.html#/c:objc(cs)TIFFWriter(cm)writeTiffToDataWithImage:":{"name":"+writeTiffToDataWithImage:","abstract":"

    Write a TIFF to bytes

    ","parent_name":"TIFFWriter"},"Classes/TIFFWriter.html#/c:objc(cs)TIFFWriter(cm)writeTiffToDataWithWriter:andImage:":{"name":"+writeTiffToDataWithWriter:andImage:","abstract":"

    Write a TIFF to bytes

    ","parent_name":"TIFFWriter"},"Classes/TIFFWriter.html#/c:objc(cs)TIFFWriter(cm)writeTiffWithWriter:andImage:":{"name":"+writeTiffWithWriter:andImage:","abstract":"

    Write a TIFF to a byte writer

    ","parent_name":"TIFFWriter"},"Classes/TIFFUnsupportedCompression.html#/c:objc(cs)TIFFUnsupportedCompression(im)initWithMessage:":{"name":"-initWithMessage:","abstract":"

    Initialize

    ","parent_name":"TIFFUnsupportedCompression"},"Classes/TIFFReader.html#/c:objc(cs)TIFFReader(cm)readTiffFromFile:":{"name":"+readTiffFromFile:","abstract":"

    Read a TIFF from a file

    ","parent_name":"TIFFReader"},"Classes/TIFFReader.html#/c:objc(cs)TIFFReader(cm)readTiffFromFile:andCache:":{"name":"+readTiffFromFile:andCache:","abstract":"

    Read a TIFF from a file

    ","parent_name":"TIFFReader"},"Classes/TIFFReader.html#/c:objc(cs)TIFFReader(cm)readTiffFromStream:":{"name":"+readTiffFromStream:","abstract":"

    Read a TIFF from an input stream

    ","parent_name":"TIFFReader"},"Classes/TIFFReader.html#/c:objc(cs)TIFFReader(cm)readTiffFromStream:andCache:":{"name":"+readTiffFromStream:andCache:","abstract":"

    Read a TIFF from an input stream

    ","parent_name":"TIFFReader"},"Classes/TIFFReader.html#/c:objc(cs)TIFFReader(cm)readTiffFromData:":{"name":"+readTiffFromData:","abstract":"

    Read a TIFF from the bytes

    ","parent_name":"TIFFReader"},"Classes/TIFFReader.html#/c:objc(cs)TIFFReader(cm)readTiffFromData:andCache:":{"name":"+readTiffFromData:andCache:","abstract":"

    Read a TIFF from the bytes

    ","parent_name":"TIFFReader"},"Classes/TIFFReader.html#/c:objc(cs)TIFFReader(cm)readTiffFromReader:":{"name":"+readTiffFromReader:","abstract":"

    Read a TIFF from the byte reader

    ","parent_name":"TIFFReader"},"Classes/TIFFReader.html#/c:objc(cs)TIFFReader(cm)readTiffFromReader:andCache:":{"name":"+readTiffFromReader:andCache:","abstract":"

    Read a TIFF from the byte reader

    ","parent_name":"TIFFReader"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)initWithWidth:andHeight:andSamplesPerPixel:andBitsPerSample:andSampleValues:":{"name":"-initWithWidth:andHeight:andSamplesPerPixel:andBitsPerSample:andSampleValues:","abstract":"

    Initialize

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)initWithWidth:andHeight:andSamplesPerPixel:andBitsPerSample:andInterleaveValues:":{"name":"-initWithWidth:andHeight:andSamplesPerPixel:andBitsPerSample:andInterleaveValues:","abstract":"

    Initialize

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)initWithWidth:andHeight:andSamplesPerPixel:andBitsPerSample:andSampleValues:andInterleaveValues:":{"name":"-initWithWidth:andHeight:andSamplesPerPixel:andBitsPerSample:andSampleValues:andInterleaveValues:","abstract":"

    Initialize

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)initWithWidth:andHeight:andSamplesPerPixel:andBitsPerSample:":{"name":"-initWithWidth:andHeight:andSamplesPerPixel:andBitsPerSample:","abstract":"

    Initialize

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)initWithWidth:andHeight:andSamplesPerPixel:andSingleBitsPerSample:":{"name":"-initWithWidth:andHeight:andSamplesPerPixel:andSingleBitsPerSample:","abstract":"

    Initialize

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)hasSampleValues":{"name":"-hasSampleValues","abstract":"

    True if the results are stored by samples

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)hasInterleaveValues":{"name":"-hasInterleaveValues","abstract":"

    True if the results are stored interleaved

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)addSampleValue:toIndex:andCoordinate:":{"name":"-addSampleValue:toIndex:andCoordinate:","abstract":"

    Add a value to the sample results

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)addInterleaveValue:toCoordinate:":{"name":"-addInterleaveValue:toCoordinate:","abstract":"

    Add a value to the interleaved results

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)width":{"name":"-width","abstract":"

    Get the width of pixels

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)height":{"name":"-height","abstract":"

    Get the height of pixels

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)numPixels":{"name":"-numPixels","abstract":"

    Return the number of pixels

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)samplesPerPixel":{"name":"-samplesPerPixel","abstract":"

    Get the number of samples per pixel

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)bitsPerSample":{"name":"-bitsPerSample","abstract":"

    Get the bits per sample

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)sampleValues":{"name":"-sampleValues","abstract":"

    Get the results stored by samples

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)setSampleValuesAndValidate:":{"name":"-setSampleValuesAndValidate:","abstract":"

    Set the results stored by samples

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)interleaveValues":{"name":"-interleaveValues","abstract":"

    Get the results stored as interleaved pixel samples

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)setInterleaveValuesAndValidate:":{"name":"-setInterleaveValuesAndValidate:","abstract":"

    Set the results stored as interleaved pixel samples

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)pixelAtX:andY:":{"name":"-pixelAtX:andY:","abstract":"

    Get the pixel sample values

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)setPixelAtX:andY:withValues:":{"name":"-setPixelAtX:andY:withValues:","abstract":"

    Set the pixel sample values

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)pixelSampleAtSample:andX:andY:":{"name":"-pixelSampleAtSample:andX:andY:","abstract":"

    Get a pixel sample value

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)setPixelSampleAtSample:andX:andY:withValue:":{"name":"-setPixelSampleAtSample:andX:andY:withValue:","abstract":"

    Set a pixel vample value

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)firstPixelSampleAtX:andY:":{"name":"-firstPixelSampleAtX:andY:","abstract":"

    Get the first pixel sample value, useful for single sample pixels","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)setFirstPixelSampleAtX:andY:withValue:":{"name":"-setFirstPixelSampleAtX:andY:withValue:","abstract":"

    Set the first pixel sample value, useful for single sample pixels","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)sampleIndexAtX:andY:":{"name":"-sampleIndexAtX:andY:","abstract":"

    Get the sample index location

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)interleaveIndexAtX:andY:":{"name":"-interleaveIndexAtX:andY:","abstract":"

    Get the interleave index location

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)size":{"name":"-size","abstract":"

    Size in bytes of the image

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)sizePixel":{"name":"-sizePixel","abstract":"

    Size in bytes of a pixel

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)sizeSample:":{"name":"-sizeSample:","abstract":"

    Size in bytes of a sample

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)calculateRowsPerStripWithPlanarConfiguration:":{"name":"-calculateRowsPerStripWithPlanarConfiguration:","abstract":"

    Calculate the rows per strip to write

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)calculateRowsPerStripWithPlanarConfiguration:andMaxBytesPerStrip:":{"name":"-calculateRowsPerStripWithPlanarConfiguration:andMaxBytesPerStrip:","abstract":"

    Calculate the rows per strip to write

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(cm)createEmptySampleValuesWithSamplesPerPixel:andWidth:andHeight:":{"name":"+createEmptySampleValuesWithSamplesPerPixel:andWidth:andHeight:","abstract":"

    Create an empty sample values array

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(cm)createEmptySampleValuesWithSamplesPerPixel:andPixels:":{"name":"+createEmptySampleValuesWithSamplesPerPixel:andPixels:","abstract":"

    Create an empty sample values array

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(cm)createEmptyInterleaveValuesWithSamplesPerPixel:andWidth:andHeight:":{"name":"+createEmptyInterleaveValuesWithSamplesPerPixel:andWidth:andHeight:","abstract":"

    Create an empty interleave values array

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(cm)createEmptyInterleaveValuesWithSamplesPerPixel:andPixels:":{"name":"+createEmptyInterleaveValuesWithSamplesPerPixel:andPixels:","abstract":"

    Create an empty interleave values array

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(cm)makeBitsPerSampleArrayWithSamplesPerPixel:andBitsPerSample:":{"name":"+makeBitsPerSampleArrayWithSamplesPerPixel:andBitsPerSample:","abstract":"

    Make a bits per sample array where each samples of a pixel has the same","parent_name":"TIFFRasters"},"Classes/TIFFPredictor.html#/c:objc(cs)TIFFPredictor(cm)decodeData:withPredictor:andWidth:andHeight:andBitsPerSample:andPlanarConfiguration:":{"name":"+decodeData:withPredictor:andWidth:andHeight:andBitsPerSample:andPlanarConfiguration:","abstract":"

    Decode the predictor encoded bytes

    ","parent_name":"TIFFPredictor"},"Classes/TIFFImageWindow.html#/c:objc(cs)TIFFImageWindow(py)minX":{"name":"minX","abstract":"

    Min x

    ","parent_name":"TIFFImageWindow"},"Classes/TIFFImageWindow.html#/c:objc(cs)TIFFImageWindow(py)minY":{"name":"minY","abstract":"

    Min y

    ","parent_name":"TIFFImageWindow"},"Classes/TIFFImageWindow.html#/c:objc(cs)TIFFImageWindow(py)maxX":{"name":"maxX","abstract":"

    Max x

    ","parent_name":"TIFFImageWindow"},"Classes/TIFFImageWindow.html#/c:objc(cs)TIFFImageWindow(py)maxY":{"name":"maxY","abstract":"

    Max y

    ","parent_name":"TIFFImageWindow"},"Classes/TIFFImageWindow.html#/c:objc(cs)TIFFImageWindow(im)initWithMinX:andMinY:andMaxX:andMaxY:":{"name":"-initWithMinX:andMinY:andMaxX:andMaxY:","abstract":"

    Initialize

    ","parent_name":"TIFFImageWindow"},"Classes/TIFFImageWindow.html#/c:objc(cs)TIFFImageWindow(im)initWithX:andY:":{"name":"-initWithX:andY:","abstract":"

    Initialize for a single coordinate

    ","parent_name":"TIFFImageWindow"},"Classes/TIFFImageWindow.html#/c:objc(cs)TIFFImageWindow(im)initWithFileDirectory:":{"name":"-initWithFileDirectory:","abstract":"

    Initialize, full image size

    ","parent_name":"TIFFImageWindow"},"Classes/TIFFImage.html#/c:objc(cs)TIFFImage(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"TIFFImage"},"Classes/TIFFImage.html#/c:objc(cs)TIFFImage(im)initWithFileDirectory:":{"name":"-initWithFileDirectory:","abstract":"

    Initialize, single file directory

    ","parent_name":"TIFFImage"},"Classes/TIFFImage.html#/c:objc(cs)TIFFImage(im)initWithFileDirectories:":{"name":"-initWithFileDirectories:","abstract":"

    Initialize, multiple file directories

    ","parent_name":"TIFFImage"},"Classes/TIFFImage.html#/c:objc(cs)TIFFImage(im)addFileDirectory:":{"name":"-addFileDirectory:","abstract":"

    Add a file directory

    ","parent_name":"TIFFImage"},"Classes/TIFFImage.html#/c:objc(cs)TIFFImage(im)fileDirectories":{"name":"-fileDirectories","abstract":"

    Get the file directories

    ","parent_name":"TIFFImage"},"Classes/TIFFImage.html#/c:objc(cs)TIFFImage(im)fileDirectory":{"name":"-fileDirectory","abstract":"

    Get the default, first, or only file directory

    ","parent_name":"TIFFImage"},"Classes/TIFFImage.html#/c:objc(cs)TIFFImage(im)fileDirectoryAtIndex:":{"name":"-fileDirectoryAtIndex:","abstract":"

    Get the file directory at the index

    ","parent_name":"TIFFImage"},"Classes/TIFFImage.html#/c:objc(cs)TIFFImage(im)sizeHeaderAndDirectories":{"name":"-sizeHeaderAndDirectories","abstract":"

    Size in bytes of the TIFF header and file directories with their entries

    ","parent_name":"TIFFImage"},"Classes/TIFFImage.html#/c:objc(cs)TIFFImage(im)sizeHeaderAndDirectoriesWithValues":{"name":"-sizeHeaderAndDirectoriesWithValues","abstract":"

    Size in bytes of the TIFF header and file directories with their entries","parent_name":"TIFFImage"},"Classes/TIFFIOUtils.html#/c:objc(cs)TIFFIOUtils(cm)copyFile:toFile:":{"name":"+copyFile:toFile:","abstract":"

    Copy a file

    ","parent_name":"TIFFIOUtils"},"Classes/TIFFIOUtils.html#/c:objc(cs)TIFFIOUtils(cm)copyInputStream:toFile:":{"name":"+copyInputStream:toFile:","abstract":"

    Copy an input stream to a file

    ","parent_name":"TIFFIOUtils"},"Classes/TIFFIOUtils.html#/c:objc(cs)TIFFIOUtils(cm)fileData:":{"name":"+fileData:","abstract":"

    Get the file byte data

    ","parent_name":"TIFFIOUtils"},"Classes/TIFFIOUtils.html#/c:objc(cs)TIFFIOUtils(cm)streamData:":{"name":"+streamData:","abstract":"

    Get the input stream byte data

    ","parent_name":"TIFFIOUtils"},"Classes/TIFFIOUtils.html#/c:objc(cs)TIFFIOUtils(cm)copyInputStream:toOutputStream:":{"name":"+copyInputStream:toOutputStream:","abstract":"

    Copy the input stream to an output stream

    ","parent_name":"TIFFIOUtils"},"Classes/TIFFFileDirectoryEntry.html#/c:objc(cs)TIFFFileDirectoryEntry(im)initWithFieldTag:andFieldType:andTypeCount:andValues:":{"name":"-initWithFieldTag:andFieldType:andTypeCount:andValues:","abstract":"

    Initialize

    ","parent_name":"TIFFFileDirectoryEntry"},"Classes/TIFFFileDirectoryEntry.html#/c:objc(cs)TIFFFileDirectoryEntry(im)fieldTag":{"name":"-fieldTag","abstract":"

    Get the field tag type

    ","parent_name":"TIFFFileDirectoryEntry"},"Classes/TIFFFileDirectoryEntry.html#/c:objc(cs)TIFFFileDirectoryEntry(im)fieldType":{"name":"-fieldType","abstract":"

    Get the field type

    ","parent_name":"TIFFFileDirectoryEntry"},"Classes/TIFFFileDirectoryEntry.html#/c:objc(cs)TIFFFileDirectoryEntry(im)typeCount":{"name":"-typeCount","abstract":"

    Get the type count

    ","parent_name":"TIFFFileDirectoryEntry"},"Classes/TIFFFileDirectoryEntry.html#/c:objc(cs)TIFFFileDirectoryEntry(im)values":{"name":"-values","abstract":"

    Get the values

    ","parent_name":"TIFFFileDirectoryEntry"},"Classes/TIFFFileDirectoryEntry.html#/c:objc(cs)TIFFFileDirectoryEntry(im)sizeWithValues":{"name":"-sizeWithValues","abstract":"

    Size in bytes of the image file directory entry and its values (not","parent_name":"TIFFFileDirectoryEntry"},"Classes/TIFFFileDirectoryEntry.html#/c:objc(cs)TIFFFileDirectoryEntry(im)sizeOfValues":{"name":"-sizeOfValues","abstract":"

    Size of the values not included in the directory entry bytes

    ","parent_name":"TIFFFileDirectoryEntry"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(py)writeRasters":{"name":"writeRasters","abstract":"

    Rasters to write to the TIFF file

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)initWithEntries:andReader:":{"name":"-initWithEntries:andReader:","abstract":"

    Initialize, for reading TIFF files

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)initWithEntries:andReader:andCacheData:":{"name":"-initWithEntries:andReader:andCacheData:","abstract":"

    Initialize, for reading TIFF files

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)init":{"name":"-init","abstract":"

    Constructor, for writing TIFF files

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)initWithRasters:":{"name":"-initWithRasters:","abstract":"

    Constructor, for writing TIFF files

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)initWithEntries:andRasters:":{"name":"-initWithEntries:andRasters:","abstract":"

    Constructor, for writing TIFF files

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)addEntry:":{"name":"-addEntry:","abstract":"

    Add an entry

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setCacheData:":{"name":"-setCacheData:","abstract":"

    Set whether to cache tiles. Does nothing is already caching tiles, clears","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)reader":{"name":"-reader","abstract":"

    Get the byte reader

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)isTiled":{"name":"-isTiled","abstract":"

    Is this a tiled image

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)decoder":{"name":"-decoder","abstract":"

    Get the compression decoder

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)numEntries":{"name":"-numEntries","abstract":"

    Get the number of entries

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)entryByFieldTagType:":{"name":"-entryByFieldTagType:","abstract":"

    Get a file directory entry from the field tag type

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)entries":{"name":"-entries","abstract":"

    Get the file directory entries

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)fieldTagTypeMapping":{"name":"-fieldTagTypeMapping","abstract":"

    Get the field tag type to file directory entry mapping

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)imageWidth":{"name":"-imageWidth","abstract":"

    Get the image width

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setImageWidth:":{"name":"-setImageWidth:","abstract":"

    Set the image width

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setImageWidthAsLong:":{"name":"-setImageWidthAsLong:","abstract":"

    Set the image width

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)imageHeight":{"name":"-imageHeight","abstract":"

    Get the image height

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setImageHeight:":{"name":"-setImageHeight:","abstract":"

    Set the image height

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setImageHeightAsLong:":{"name":"-setImageHeightAsLong:","abstract":"

    Set the image height

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)bitsPerSample":{"name":"-bitsPerSample","abstract":"

    Get the bits per sample

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setBitsPerSample:":{"name":"-setBitsPerSample:","abstract":"

    Set the bits per sample

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setBitsPerSampleAsSingleValue:":{"name":"-setBitsPerSampleAsSingleValue:","abstract":"

    Set a single value bits per sample

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)maxBitsPerSample":{"name":"-maxBitsPerSample","abstract":"

    Get the max bits per sample

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)compression":{"name":"-compression","abstract":"

    Get the compression

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setCompression:":{"name":"-setCompression:","abstract":"

    Set the compression

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)photometricInterpretation":{"name":"-photometricInterpretation","abstract":"

    Get the photometric interpretation

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setPhotometricInterpretation:":{"name":"-setPhotometricInterpretation:","abstract":"

    Set the photometric interpretation

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)stripOffsets":{"name":"-stripOffsets","abstract":"

    Get the strip offsets

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setStripOffsets:":{"name":"-setStripOffsets:","abstract":"

    Set the strip offsets

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setStripOffsetsAsLongs:":{"name":"-setStripOffsetsAsLongs:","abstract":"

    Set the strip offsets

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setStripOffsetsAsSingleValue:":{"name":"-setStripOffsetsAsSingleValue:","abstract":"

    Set a single value strip offset

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setStripOffsetsAsSingleLongValue:":{"name":"-setStripOffsetsAsSingleLongValue:","abstract":"

    Set a single value strip offset

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)samplesPerPixel":{"name":"-samplesPerPixel","abstract":"

    Get the samples per pixel

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setSamplesPerPixel:":{"name":"-setSamplesPerPixel:","abstract":"

    Set the samples per pixel

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)rowsPerStrip":{"name":"-rowsPerStrip","abstract":"

    Get the rows per strip

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setRowsPerStrip:":{"name":"-setRowsPerStrip:","abstract":"

    Set the rows per strip

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setRowsPerStripAsLong:":{"name":"-setRowsPerStripAsLong:","abstract":"

    Set the rows per strip

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)stripByteCounts":{"name":"-stripByteCounts","abstract":"

    Get the strip byte counts

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setStripByteCounts:":{"name":"-setStripByteCounts:","abstract":"

    Set the strip byte counts

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setStripByteCountsAsLongs:":{"name":"-setStripByteCountsAsLongs:","abstract":"

    Set the strip byte counts

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setStripByteCountsAsSingleValue:":{"name":"-setStripByteCountsAsSingleValue:","abstract":"

    Set a single value strip byte count

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setStripByteCountsAsSingleLongValue:":{"name":"-setStripByteCountsAsSingleLongValue:","abstract":"

    Set a single value strip byte count

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)xResolution":{"name":"-xResolution","abstract":"

    Get the x resolution

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setXResolution:":{"name":"-setXResolution:","abstract":"

    Set the x resolution

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setXResolutionAsSingleValue:":{"name":"-setXResolutionAsSingleValue:","abstract":"

    Set a single value x resolution

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)yResolution":{"name":"-yResolution","abstract":"

    Get the y resolution

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setYResolution:":{"name":"-setYResolution:","abstract":"

    Set the y resolution

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setYResolutionAsSingleValue:":{"name":"-setYResolutionAsSingleValue:","abstract":"

    Set a single value y resolution

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)planarConfiguration":{"name":"-planarConfiguration","abstract":"

    Get the planar configuration

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setPlanarConfiguration:":{"name":"-setPlanarConfiguration:","abstract":"

    Set the planar configuration

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)resolutionUnit":{"name":"-resolutionUnit","abstract":"

    Get the resolution unit

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setResolutionUnit:":{"name":"-setResolutionUnit:","abstract":"

    Set the resolution unit

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)modelPixelScale":{"name":"-modelPixelScale","abstract":"

    Get the model pixel scale

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setModelPixelScale:":{"name":"-setModelPixelScale:","abstract":"

    Set the model pixel scale

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)modelTiepoint":{"name":"-modelTiepoint","abstract":"

    Get the model tiepoint

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setModelTiepoint:":{"name":"-setModelTiepoint:","abstract":"

    Set the model tiepoint

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)colorMap":{"name":"-colorMap","abstract":"

    Get the color map

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setColorMap:":{"name":"-setColorMap:","abstract":"

    Set the color map

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setColorMapAsSingleValue:":{"name":"-setColorMapAsSingleValue:","abstract":"

    Set a single value color map

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)tileWidth":{"name":"-tileWidth","abstract":"

    Get the tile width

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setTileWidth:":{"name":"-setTileWidth:","abstract":"

    Set the tile width

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setTileWidthAsLong:":{"name":"-setTileWidthAsLong:","abstract":"

    Set the tile width

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)tileHeight":{"name":"-tileHeight","abstract":"

    Get the tile height

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setTileHeight:":{"name":"-setTileHeight:","abstract":"

    Set the tile height

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setTileHeightAsLong:":{"name":"-setTileHeightAsLong:","abstract":"

    Set the tile height

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)tileOffsets":{"name":"-tileOffsets","abstract":"

    Get the tile offsets

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setTileOffsets:":{"name":"-setTileOffsets:","abstract":"

    Set the tile offsets

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setTileOffsetsAsSingleValue:":{"name":"-setTileOffsetsAsSingleValue:","abstract":"

    Set a single value tile offset

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)tileByteCounts":{"name":"-tileByteCounts","abstract":"

    Get the tile byte counts

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setTileByteCounts:":{"name":"-setTileByteCounts:","abstract":"

    Set the tile byte counts

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setTileByteCountsAsLongs:":{"name":"-setTileByteCountsAsLongs:","abstract":"

    Set the tile byte counts

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setTileByteCountsAsSingleValue:":{"name":"-setTileByteCountsAsSingleValue:","abstract":"

    Set a single value tile byte count

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setTileByteCountsAsSingleLongValue:":{"name":"-setTileByteCountsAsSingleLongValue:","abstract":"

    Set a single value tile byte count

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)sampleFormat":{"name":"-sampleFormat","abstract":"

    Get the sample format

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setSampleFormat:":{"name":"-setSampleFormat:","abstract":"

    Set the sample format

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setSampleFormatAsSingleValue:":{"name":"-setSampleFormatAsSingleValue:","abstract":"

    Set a single value sample format

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)maxSampleFormat":{"name":"-maxSampleFormat","abstract":"

    Get the max sample format

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)predictor":{"name":"-predictor","abstract":"

    Get the predictor

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setPredictor:":{"name":"-setPredictor:","abstract":"

    Set the predictor

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)readRasters":{"name":"-readRasters","abstract":"

    Read the rasters

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)readInterleavedRasters":{"name":"-readInterleavedRasters","abstract":"

    Read the rasters as interleaved

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)readRastersWithWindow:":{"name":"-readRastersWithWindow:","abstract":"

    Read the rasters

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)readInterleavedRastersWithWindow:":{"name":"-readInterleavedRastersWithWindow:","abstract":"

    Read the rasters as interleaved

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)readRastersWithSamples:":{"name":"-readRastersWithSamples:","abstract":"

    Read the rasters

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)readInterleavedRastersWithSamples:":{"name":"-readInterleavedRastersWithSamples:","abstract":"

    Read the rasters as interleaved

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)readRastersWithWindow:andSamples:":{"name":"-readRastersWithWindow:andSamples:","abstract":"

    Read the rasters

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)readInterleavedRastersWithWindow:andSamples:":{"name":"-readInterleavedRastersWithWindow:andSamples:","abstract":"

    Read the rasters as interleaved

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)readRastersWithSampleValues:andInterleaveValues:":{"name":"-readRastersWithSampleValues:andInterleaveValues:","abstract":"

    Read the rasters

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)readRastersWithWindow:andSampleValues:andInterleaveValues:":{"name":"-readRastersWithWindow:andSampleValues:andInterleaveValues:","abstract":"

    Read the rasters

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)readRastersWithSamples:andSampleValues:andInterleaveValues:":{"name":"-readRastersWithSamples:andSampleValues:andInterleaveValues:","abstract":"

    Read the rasters

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)readRastersWithWindow:andSamples:andSampleValues:andInterleaveValues:":{"name":"-readRastersWithWindow:andSamples:andSampleValues:andInterleaveValues:","abstract":"

    Read the rasters

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)fieldTypeForSample:":{"name":"-fieldTypeForSample:","abstract":"

    Get the field type for the sample

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)shortEntryValueWithFieldTag:":{"name":"-shortEntryValueWithFieldTag:","abstract":"

    Get a short entry value

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setUnsignedShortEntryValue:withFieldTag:":{"name":"-setUnsignedShortEntryValue:withFieldTag:","abstract":"

    Set an unsigned short entry value for the field tag type

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)numberEntryValueWithFieldTag:":{"name":"-numberEntryValueWithFieldTag:","abstract":"

    Get a number entry value

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setUnsignedLongEntryValue:withFieldTag:":{"name":"-setUnsignedLongEntryValue:withFieldTag:","abstract":"

    Set an unsigned long entry value for the field tag type

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)stringEntryValueWithFieldTag:":{"name":"-stringEntryValueWithFieldTag:","abstract":"

    Get a string entry value for the field tag type

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setStringEntryValue:withFieldTag:":{"name":"-setStringEntryValue:withFieldTag:","abstract":"

    Set string value for the field tag type

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)shortListEntryValueWithFieldTag:":{"name":"-shortListEntryValueWithFieldTag:","abstract":"

    Get an short list entry value

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setUnsignedShortListEntryValue:withFieldTag:":{"name":"-setUnsignedShortListEntryValue:withFieldTag:","abstract":"

    Set an unsigned short list of values for the field tag type

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)maxShortEntryValueWithFieldTag:":{"name":"-maxShortEntryValueWithFieldTag:","abstract":"

    Get the max short from short list entry values

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)numberListEntryValueWithFieldTag:":{"name":"-numberListEntryValueWithFieldTag:","abstract":"

    Get a number list entry value

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setNumberListEntryValue:withFieldTag:":{"name":"-setNumberListEntryValue:withFieldTag:","abstract":"

    Set a number list of values for the field tag type

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)longListEntryValueWithFieldTag:":{"name":"-longListEntryValueWithFieldTag:","abstract":"

    Get a long list entry value

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setUnsignedLongListEntryValue:withFieldTag:":{"name":"-setUnsignedLongListEntryValue:withFieldTag:","abstract":"

    Set an unsigned long list of values for the field tag type

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setRationalEntryValue:withFieldTag:":{"name":"-setRationalEntryValue:withFieldTag:","abstract":"

    Set rational value for the field tag type

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)size":{"name":"-size","abstract":"

    Size in bytes of the Image File Directory (all contiguous)

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)sizeWithValues":{"name":"-sizeWithValues","abstract":"

    Size in bytes of the image file directory including entry values (not","parent_name":"TIFFFileDirectory"},"Classes/TIFFFieldTypes.html#/c:objc(cs)TIFFFieldTypes(cm)value:":{"name":"+value:","abstract":"

    Get the field type value

    ","parent_name":"TIFFFieldTypes"},"Classes/TIFFFieldTypes.html#/c:objc(cs)TIFFFieldTypes(cm)bytes:":{"name":"+bytes:","abstract":"

    Get the number of bytes per value

    ","parent_name":"TIFFFieldTypes"},"Classes/TIFFFieldTypes.html#/c:objc(cs)TIFFFieldTypes(cm)bits:":{"name":"+bits:","abstract":"

    Get the number of bits per value

    ","parent_name":"TIFFFieldTypes"},"Classes/TIFFFieldTypes.html#/c:objc(cs)TIFFFieldTypes(cm)typeByValue:":{"name":"+typeByValue:","abstract":"

    Get the field type

    ","parent_name":"TIFFFieldTypes"},"Classes/TIFFFieldTypes.html#/c:objc(cs)TIFFFieldTypes(cm)typeBySampleFormat:andBitsPerSample:":{"name":"+typeBySampleFormat:andBitsPerSample:","abstract":"

    Get the field type of the sample format and bits per sample

    ","parent_name":"TIFFFieldTypes"},"Classes/TIFFFieldTypes.html#/c:objc(cs)TIFFFieldTypes(cm)sampleFormatByType:":{"name":"+sampleFormatByType:","abstract":"

    Get the sample format of the field type

    ","parent_name":"TIFFFieldTypes"},"Classes/TIFFFieldTagTypes.html#/c:objc(cs)TIFFFieldTagTypes(cm)tagId:":{"name":"+tagId:","abstract":"

    Get the tag id

    ","parent_name":"TIFFFieldTagTypes"},"Classes/TIFFFieldTagTypes.html#/c:objc(cs)TIFFFieldTagTypes(cm)isArray:":{"name":"+isArray:","abstract":"

    Is this field an array type

    ","parent_name":"TIFFFieldTagTypes"},"Classes/TIFFFieldTagTypes.html#/c:objc(cs)TIFFFieldTagTypes(cm)typeByTagId:":{"name":"+typeByTagId:","abstract":"

    Get a field tag type by id

    ","parent_name":"TIFFFieldTagTypes"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(py)nextByte":{"name":"nextByte","abstract":"

    Next byte index to write

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(py)os":{"name":"os","abstract":"

    Output stream to write bytes to

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(py)byteOrder":{"name":"byteOrder","abstract":"

    Byte order used to write, little or big endian

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(im)initWithByteOrder:":{"name":"-initWithByteOrder:","abstract":"

    Initialize

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(im)close":{"name":"-close","abstract":"

    Close the byte writer

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(im)data":{"name":"-data","abstract":"

    Get the written byte data

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(im)size":{"name":"-size","abstract":"

    Get the current size in bytes written

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(im)writeString:":{"name":"-writeString:","abstract":"

    Write a string

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(im)writeNumberAsByte:":{"name":"-writeNumberAsByte:","abstract":"

    Write a byte

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(im)writeByte:":{"name":"-writeByte:","abstract":"

    Write a byte

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(im)writeNumberAsUnsignedByte:":{"name":"-writeNumberAsUnsignedByte:","abstract":"

    Write an unsigned byte

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(im)writeUnsignedByte:":{"name":"-writeUnsignedByte:","abstract":"

    Write an unsigned byte

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(im)writeBytesWithData:":{"name":"-writeBytesWithData:","abstract":"

    Write the bytes

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(im)writeNumberAsShort:":{"name":"-writeNumberAsShort:","abstract":"

    Write a short

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(im)writeShort:":{"name":"-writeShort:","abstract":"

    Write a short

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(im)writeNumberAsUnsignedShort:":{"name":"-writeNumberAsUnsignedShort:","abstract":"

    Write an unsigned short

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(im)writeUnsignedShort:":{"name":"-writeUnsignedShort:","abstract":"

    Write an unsigned short

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(im)writeNumberAsInt:":{"name":"-writeNumberAsInt:","abstract":"

    Write an integer

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(im)writeInt:":{"name":"-writeInt:","abstract":"

    Write an integer

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(im)writeNumberAsUnsignedInt:":{"name":"-writeNumberAsUnsignedInt:","abstract":"

    Write an unsigned int

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(im)writeUnsignedInt:":{"name":"-writeUnsignedInt:","abstract":"

    Write an unsigned int

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(im)writeNumberAsFloat:":{"name":"-writeNumberAsFloat:","abstract":"

    Write a float

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(im)writeFloat:":{"name":"-writeFloat:","abstract":"

    Write a float

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(im)writeNumberAsDouble:":{"name":"-writeNumberAsDouble:","abstract":"

    Write a double

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(im)writeDouble:":{"name":"-writeDouble:","abstract":"

    Write a double

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(py)nextByte":{"name":"nextByte","abstract":"

    Next byte index to read

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(py)bytes":{"name":"bytes","abstract":"

    Bytes to read

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(py)byteOrder":{"name":"byteOrder","abstract":"

    Byte order used to read, little or big endian

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)initWithData:":{"name":"-initWithData:","abstract":"

    Initialize

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)initWithData:andByteOrder:":{"name":"-initWithData:andByteOrder:","abstract":"

    Initialize

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)hasByte":{"name":"-hasByte","abstract":"

    Check if there is at least one more byte left to read

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)hasByteWithOffset:":{"name":"-hasByteWithOffset:","abstract":"

    Check if there is at least one more byte left to read

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)hasBytesWithCount:":{"name":"-hasBytesWithCount:","abstract":"

    Check if there are the provided number of bytes left to read

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)hasBytesWithCount:andOffset:":{"name":"-hasBytesWithCount:andOffset:","abstract":"

    Check if there are the provided number of bytes left to read

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)readStringWithCount:":{"name":"-readStringWithCount:","abstract":"

    Read a String from the provided number of bytes

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)readStringWithCount:andOffset:":{"name":"-readStringWithCount:andOffset:","abstract":"

    Read a String from the provided number of bytes

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)readByte":{"name":"-readByte","abstract":"

    Read a single byte

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)readByteWithOffset:":{"name":"-readByteWithOffset:","abstract":"

    Read a byte

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)readUnsignedByte":{"name":"-readUnsignedByte","abstract":"

    Read an unsigned byte

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)readUnsignedByteWithOffset:":{"name":"-readUnsignedByteWithOffset:","abstract":"

    Read an unsigned byte

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)readBytesWithCount:":{"name":"-readBytesWithCount:","abstract":"

    Read a number of bytes

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)readBytesWithCount:andOffset:":{"name":"-readBytesWithCount:andOffset:","abstract":"

    Read a number of bytes

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)readShort":{"name":"-readShort","abstract":"

    Read a short

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)readShortWithOffset:":{"name":"-readShortWithOffset:","abstract":"

    Read a short

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)readUnsignedShort":{"name":"-readUnsignedShort","abstract":"

    Read an unsigned short

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)readUnsignedShortWithOffset:":{"name":"-readUnsignedShortWithOffset:","abstract":"

    Read an unsigned short

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)readInt":{"name":"-readInt","abstract":"

    Read an integer (4 bytes)

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)readIntWithOffset:":{"name":"-readIntWithOffset:","abstract":"

    Read an integer

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)readUnsignedInt":{"name":"-readUnsignedInt","abstract":"

    Read an unsigned int

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)readUnsignedIntWithOffset:":{"name":"-readUnsignedIntWithOffset:","abstract":"

    Read an unsigned int

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)readFloat":{"name":"-readFloat","abstract":"

    Read a float

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)readFloatWithOffset:":{"name":"-readFloatWithOffset:","abstract":"

    Read a float

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)readDouble":{"name":"-readDouble","abstract":"

    Read a double (8 bytes)

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)readDoubleWithOffset:":{"name":"-readDoubleWithOffset:","abstract":"

    Read a double

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)byteLength":{"name":"-byteLength","abstract":"

    Get the byte length

    ","parent_name":"TIFFByteReader"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(cm)writeGeometry:":{"name":"+writeGeometry:","abstract":"

    Write a geometry to well-known bytes

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(cm)writeGeometry:inByteOrder:":{"name":"+writeGeometry:inByteOrder:","abstract":"

    Write a geometry to well-known bytes

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(im)init":{"name":"-init","abstract":"

    Initializer

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(im)initWithByteOrder:":{"name":"-initWithByteOrder:","abstract":"

    Initializer

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(im)initWithWriter:":{"name":"-initWithWriter:","abstract":"

    Initializer

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(im)byteWriter":{"name":"-byteWriter","abstract":"

    Get the byte writer

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(im)data":{"name":"-data","abstract":"

    Get the written byte data

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(im)close":{"name":"-close","abstract":"

    Close the byte writer

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(im)write:":{"name":"-write:","abstract":"

    Write a geometry to the byte writer

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(im)writePoint:":{"name":"-writePoint:","abstract":"

    Write a point

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(im)writeLineString:":{"name":"-writeLineString:","abstract":"

    Write a line string

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(im)writePolygon:":{"name":"-writePolygon:","abstract":"

    Write a polygon

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(im)writeMultiPoint:":{"name":"-writeMultiPoint:","abstract":"

    Write a multi point

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(im)writeMultiLineString:":{"name":"-writeMultiLineString:","abstract":"

    Write a multi line string

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(im)writeMultiPolygon:":{"name":"-writeMultiPolygon:","abstract":"

    Write a multi polygon

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(im)writeGeometryCollection:":{"name":"-writeGeometryCollection:","abstract":"

    Write a geometry collection

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(im)writeCircularString:":{"name":"-writeCircularString:","abstract":"

    Write a circular string

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(im)writeCompoundCurve:":{"name":"-writeCompoundCurve:","abstract":"

    Write a compound curve

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(im)writeCurvePolygon:":{"name":"-writeCurvePolygon:","abstract":"

    Write a curve polygon

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(im)writePolyhedralSurface:":{"name":"-writePolyhedralSurface:","abstract":"

    Write a polyhedral surface

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(im)writeTIN:":{"name":"-writeTIN:","abstract":"

    Write a TIN

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(im)writeTriangle:":{"name":"-writeTriangle:","abstract":"

    Write a triangle

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(cm)writeGeometry:withWriter:":{"name":"+writeGeometry:withWriter:","abstract":"

    Write a geometry to the byte writer

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(cm)writePoint:withWriter:":{"name":"+writePoint:withWriter:","abstract":"

    Write a point

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(cm)writeLineString:withWriter:":{"name":"+writeLineString:withWriter:","abstract":"

    Write a line string

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(cm)writePolygon:withWriter:":{"name":"+writePolygon:withWriter:","abstract":"

    Write a polygon

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(cm)writeMultiPoint:withWriter:":{"name":"+writeMultiPoint:withWriter:","abstract":"

    Write a multi point

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(cm)writeMultiLineString:withWriter:":{"name":"+writeMultiLineString:withWriter:","abstract":"

    Write a multi line string

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(cm)writeMultiPolygon:withWriter:":{"name":"+writeMultiPolygon:withWriter:","abstract":"

    Write a multi polygon

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(cm)writeGeometryCollection:withWriter:":{"name":"+writeGeometryCollection:withWriter:","abstract":"

    Write a geometry collection

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(cm)writeCircularString:withWriter:":{"name":"+writeCircularString:withWriter:","abstract":"

    Write a circular string

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(cm)writeCompoundCurve:withWriter:":{"name":"+writeCompoundCurve:withWriter:","abstract":"

    Write a compound curve

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(cm)writeCurvePolygon:withWriter:":{"name":"+writeCurvePolygon:withWriter:","abstract":"

    Write a curve polygon

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(cm)writePolyhedralSurface:withWriter:":{"name":"+writePolyhedralSurface:withWriter:","abstract":"

    Write a polyhedral surface

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(cm)writeTIN:withWriter:":{"name":"+writeTIN:withWriter:","abstract":"

    Write a TIN

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(cm)writeTriangle:withWriter:":{"name":"+writeTriangle:withWriter:","abstract":"

    Write a triangle

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryTypeInfo.html#/c:objc(cs)SFWBGeometryTypeInfo(im)initWithCode:andType:andHasZ:andHasM:":{"name":"-initWithCode:andType:andHasZ:andHasM:","abstract":"

    Initializer

    ","parent_name":"SFWBGeometryTypeInfo"},"Classes/SFWBGeometryTypeInfo.html#/c:objc(cs)SFWBGeometryTypeInfo(im)geometryTypeCode":{"name":"-geometryTypeCode","abstract":"

    Get the geometry type code

    ","parent_name":"SFWBGeometryTypeInfo"},"Classes/SFWBGeometryTypeInfo.html#/c:objc(cs)SFWBGeometryTypeInfo(im)geometryType":{"name":"-geometryType","abstract":"

    Get the geometry type

    ","parent_name":"SFWBGeometryTypeInfo"},"Classes/SFWBGeometryTypeInfo.html#/c:objc(cs)SFWBGeometryTypeInfo(im)hasZ":{"name":"-hasZ","abstract":"

    Has z values

    ","parent_name":"SFWBGeometryTypeInfo"},"Classes/SFWBGeometryTypeInfo.html#/c:objc(cs)SFWBGeometryTypeInfo(im)hasM":{"name":"-hasM","abstract":"

    Has m values

    ","parent_name":"SFWBGeometryTypeInfo"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readGeometryWithData:":{"name":"+readGeometryWithData:","abstract":"

    Read a geometry from data

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readGeometryWithData:andFilter:":{"name":"+readGeometryWithData:andFilter:","abstract":"

    Read a geometry from data

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readGeometryWithData:andExpectedType:":{"name":"+readGeometryWithData:andExpectedType:","abstract":"

    Read a geometry from data

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readGeometryWithData:andFilter:andExpectedType:":{"name":"+readGeometryWithData:andFilter:andExpectedType:","abstract":"

    Read a geometry from data

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)initWithData:":{"name":"-initWithData:","abstract":"

    Initializer

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)initWithReader:":{"name":"-initWithReader:","abstract":"

    Initializer

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)byteReader":{"name":"-byteReader","abstract":"

    Get the byte reader

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)read":{"name":"-read","abstract":"

    Read a geometry from the byte reader

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readWithFilter:":{"name":"-readWithFilter:","abstract":"

    Read a geometry from the byte reader

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readWithExpectedType:":{"name":"-readWithExpectedType:","abstract":"

    Read a geometry from the byte reader

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readWithFilter:andExpectedType:":{"name":"-readWithFilter:andExpectedType:","abstract":"

    Read a geometry from the byte reader

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readWithFilter:inType:andExpectedType:":{"name":"-readWithFilter:inType:andExpectedType:","abstract":"

    Read a geometry from the byte reader

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readGeometryType":{"name":"-readGeometryType","abstract":"

    Read the geometry type info

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readPointWithHasZ:andHasM:":{"name":"-readPointWithHasZ:andHasM:","abstract":"

    Read a point

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readLineStringWithHasZ:andHasM:":{"name":"-readLineStringWithHasZ:andHasM:","abstract":"

    Read a line string

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readLineStringWithFilter:andHasZ:andHasM:":{"name":"-readLineStringWithFilter:andHasZ:andHasM:","abstract":"

    Read a line string

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readPolygonWithHasZ:andHasM:":{"name":"-readPolygonWithHasZ:andHasM:","abstract":"

    Read a polygon

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readPolygonWithFilter:andHasZ:andHasM:":{"name":"-readPolygonWithFilter:andHasZ:andHasM:","abstract":"

    Read a polygon

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readMultiPointWithHasZ:andHasM:":{"name":"-readMultiPointWithHasZ:andHasM:","abstract":"

    Read a multi point

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readMultiPointWithFilter:andHasZ:andHasM:":{"name":"-readMultiPointWithFilter:andHasZ:andHasM:","abstract":"

    Read a multi point

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readMultiLineStringWithHasZ:andHasM:":{"name":"-readMultiLineStringWithHasZ:andHasM:","abstract":"

    Read a multi line string

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readMultiLineStringWithFilter:andHasZ:andHasM:":{"name":"-readMultiLineStringWithFilter:andHasZ:andHasM:","abstract":"

    Read a multi line string

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readMultiPolygonWithHasZ:andHasM:":{"name":"-readMultiPolygonWithHasZ:andHasM:","abstract":"

    Read a multi polygon

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readMultiPolygonWithFilter:andHasZ:andHasM:":{"name":"-readMultiPolygonWithFilter:andHasZ:andHasM:","abstract":"

    Read a multi polygon

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readGeometryCollectionWithHasZ:andHasM:":{"name":"-readGeometryCollectionWithHasZ:andHasM:","abstract":"

    Read a geometry collection

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readGeometryCollectionWithFilter:andHasZ:andHasM:":{"name":"-readGeometryCollectionWithFilter:andHasZ:andHasM:","abstract":"

    Read a geometry collection

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readCircularStringWithHasZ:andHasM:":{"name":"-readCircularStringWithHasZ:andHasM:","abstract":"

    Read a circular string

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readCircularStringWithFilter:andHasZ:andHasM:":{"name":"-readCircularStringWithFilter:andHasZ:andHasM:","abstract":"

    Read a circular string

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readCompoundCurveWithHasZ:andHasM:":{"name":"-readCompoundCurveWithHasZ:andHasM:","abstract":"

    Read a compound curve

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readCompoundCurveWithFilter:andHasZ:andHasM:":{"name":"-readCompoundCurveWithFilter:andHasZ:andHasM:","abstract":"

    Read a compound curve

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readCurvePolygonWithHasZ:andHasM:":{"name":"-readCurvePolygonWithHasZ:andHasM:","abstract":"

    Read a curve polygon

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readCurvePolygonWithFilter:andHasZ:andHasM:":{"name":"-readCurvePolygonWithFilter:andHasZ:andHasM:","abstract":"

    Read a curve polygon

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readPolyhedralSurfaceWithHasZ:andHasM:":{"name":"-readPolyhedralSurfaceWithHasZ:andHasM:","abstract":"

    Read a polyhedral surface

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readPolyhedralSurfaceWithFilter:andHasZ:andHasM:":{"name":"-readPolyhedralSurfaceWithFilter:andHasZ:andHasM:","abstract":"

    Read a polyhedral surface

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readTINWithHasZ:andHasM:":{"name":"-readTINWithHasZ:andHasM:","abstract":"

    Read a TIN

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readTINWithFilter:andHasZ:andHasM:":{"name":"-readTINWithFilter:andHasZ:andHasM:","abstract":"

    Read a TIN

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readTriangleWithHasZ:andHasM:":{"name":"-readTriangleWithHasZ:andHasM:","abstract":"

    Read a triangle

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readTriangleWithFilter:andHasZ:andHasM:":{"name":"-readTriangleWithFilter:andHasZ:andHasM:","abstract":"

    Read a triangle

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readGeometryWithReader:":{"name":"+readGeometryWithReader:","abstract":"

    Read a geometry

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readGeometryWithReader:andFilter:":{"name":"+readGeometryWithReader:andFilter:","abstract":"

    Read a geometry

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readGeometryWithReader:andExpectedType:":{"name":"+readGeometryWithReader:andExpectedType:","abstract":"

    Read a geometry

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readGeometryWithReader:andFilter:andExpectedType:":{"name":"+readGeometryWithReader:andFilter:andExpectedType:","abstract":"

    Read a geometry

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readGeometryWithReader:andFilter:inType:andExpectedType:":{"name":"+readGeometryWithReader:andFilter:inType:andExpectedType:","abstract":"

    Read a geometry

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readGeometryTypeWithReader:":{"name":"+readGeometryTypeWithReader:","abstract":"

    Read the geometry type info

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readPointWithReader:andHasZ:andHasM:":{"name":"+readPointWithReader:andHasZ:andHasM:","abstract":"

    Read a point

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readLineStringWithReader:andHasZ:andHasM:":{"name":"+readLineStringWithReader:andHasZ:andHasM:","abstract":"

    Read a line string

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readLineStringWithReader:andFilter:andHasZ:andHasM:":{"name":"+readLineStringWithReader:andFilter:andHasZ:andHasM:","abstract":"

    Read a line string

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readPolygonWithReader:andHasZ:andHasM:":{"name":"+readPolygonWithReader:andHasZ:andHasM:","abstract":"

    Read a polygon

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readPolygonWithReader:andFilter:andHasZ:andHasM:":{"name":"+readPolygonWithReader:andFilter:andHasZ:andHasM:","abstract":"

    Read a polygon

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readMultiPointWithReader:andHasZ:andHasM:":{"name":"+readMultiPointWithReader:andHasZ:andHasM:","abstract":"

    Read a multi point

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readMultiPointWithReader:andFilter:andHasZ:andHasM:":{"name":"+readMultiPointWithReader:andFilter:andHasZ:andHasM:","abstract":"

    Read a multi point

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readMultiLineStringWithReader:andHasZ:andHasM:":{"name":"+readMultiLineStringWithReader:andHasZ:andHasM:","abstract":"

    Read a multi line string

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readMultiLineStringWithReader:andFilter:andHasZ:andHasM:":{"name":"+readMultiLineStringWithReader:andFilter:andHasZ:andHasM:","abstract":"

    Read a multi line string

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readMultiPolygonWithReader:andHasZ:andHasM:":{"name":"+readMultiPolygonWithReader:andHasZ:andHasM:","abstract":"

    Read a multi polygon

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readMultiPolygonWithReader:andFilter:andHasZ:andHasM:":{"name":"+readMultiPolygonWithReader:andFilter:andHasZ:andHasM:","abstract":"

    Read a multi polygon

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readGeometryCollectionWithReader:andHasZ:andHasM:":{"name":"+readGeometryCollectionWithReader:andHasZ:andHasM:","abstract":"

    Read a geometry collection

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readGeometryCollectionWithReader:andFilter:andHasZ:andHasM:":{"name":"+readGeometryCollectionWithReader:andFilter:andHasZ:andHasM:","abstract":"

    Read a geometry collection

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readCircularStringWithReader:andHasZ:andHasM:":{"name":"+readCircularStringWithReader:andHasZ:andHasM:","abstract":"

    Read a circular string

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readCircularStringWithReader:andFilter:andHasZ:andHasM:":{"name":"+readCircularStringWithReader:andFilter:andHasZ:andHasM:","abstract":"

    Read a circular string

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readCompoundCurveWithReader:andHasZ:andHasM:":{"name":"+readCompoundCurveWithReader:andHasZ:andHasM:","abstract":"

    Read a compound curve

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readCompoundCurveWithReader:andFilter:andHasZ:andHasM:":{"name":"+readCompoundCurveWithReader:andFilter:andHasZ:andHasM:","abstract":"

    Read a compound curve

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readCurvePolygonWithReader:andHasZ:andHasM:":{"name":"+readCurvePolygonWithReader:andHasZ:andHasM:","abstract":"

    Read a curve polygon

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readCurvePolygonWithReader:andFilter:andHasZ:andHasM:":{"name":"+readCurvePolygonWithReader:andFilter:andHasZ:andHasM:","abstract":"

    Read a curve polygon

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readPolyhedralSurfaceWithReader:andHasZ:andHasM:":{"name":"+readPolyhedralSurfaceWithReader:andHasZ:andHasM:","abstract":"

    Read a polyhedral surface

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readPolyhedralSurfaceWithReader:andFilter:andHasZ:andHasM:":{"name":"+readPolyhedralSurfaceWithReader:andFilter:andHasZ:andHasM:","abstract":"

    Read a polyhedral surface

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readTINWithReader:andHasZ:andHasM:":{"name":"+readTINWithReader:andHasZ:andHasM:","abstract":"

    Read a TIN

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readTINWithReader:andFilter:andHasZ:andHasM:":{"name":"+readTINWithReader:andFilter:andHasZ:andHasM:","abstract":"

    Read a TIN

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readTriangleWithReader:andHasZ:andHasM:":{"name":"+readTriangleWithReader:andHasZ:andHasM:","abstract":"

    Read a triangle

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readTriangleWithReader:andFilter:andHasZ:andHasM:":{"name":"+readTriangleWithReader:andFilter:andHasZ:andHasM:","abstract":"

    Read a triangle

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryCodes.html#/c:objc(cs)SFWBGeometryCodes(cm)codeFromGeometry:":{"name":"+codeFromGeometry:","abstract":"

    Get the geometry code from the geometry

    ","parent_name":"SFWBGeometryCodes"},"Classes/SFWBGeometryCodes.html#/c:objc(cs)SFWBGeometryCodes(cm)codeFromGeometryType:":{"name":"+codeFromGeometryType:","abstract":"

    Get the geometry code from the geometry type

    ","parent_name":"SFWBGeometryCodes"},"Classes/SFWBGeometryCodes.html#/c:objc(cs)SFWBGeometryCodes(cm)codeFromGeometryType:andHasZ:andHasM:":{"name":"+codeFromGeometryType:andHasZ:andHasM:","abstract":"

    Get the geometry code from the geometry type

    ","parent_name":"SFWBGeometryCodes"},"Classes/SFWBGeometryCodes.html#/c:objc(cs)SFWBGeometryCodes(cm)geometryTypeFromCode:":{"name":"+geometryTypeFromCode:","abstract":"

    Get the Geometry Type from the code

    ","parent_name":"SFWBGeometryCodes"},"Classes/SFWBGeometryCodes.html#/c:objc(cs)SFWBGeometryCodes(cm)hasZFromCode:":{"name":"+hasZFromCode:","abstract":"

    Determine if the geometry code has a Z (3D) value

    ","parent_name":"SFWBGeometryCodes"},"Classes/SFWBGeometryCodes.html#/c:objc(cs)SFWBGeometryCodes(cm)hasMFromCode:":{"name":"+hasMFromCode:","abstract":"

    Determine if the geometry code has a M (linear referencing system) value

    ","parent_name":"SFWBGeometryCodes"},"Classes/SFWBGeometryCodes.html#/c:objc(cs)SFWBGeometryCodes(cm)geometryModeFromCode:":{"name":"+geometryModeFromCode:","abstract":"

    Get the geometry mode from the geometry code. Returns the digit in the","parent_name":"SFWBGeometryCodes"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(cm)transformFromProjection:andToProjection:":{"name":"+transformFromProjection:andToProjection:","abstract":"

    Create

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(cm)transformFromEpsg:andToEpsg:":{"name":"+transformFromEpsg:andToEpsg:","abstract":"

    Create

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(cm)transformFromAuthority:andFromIntCode:andToAuthority:andToIntCode:":{"name":"+transformFromAuthority:andFromIntCode:andToAuthority:andToIntCode:","abstract":"

    Create

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(cm)transformFromAuthority:andFromCode:andToAuthority:andToCode:":{"name":"+transformFromAuthority:andFromCode:andToAuthority:andToCode:","abstract":"

    Create

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(cm)transformFromProjection:andToEpsg:":{"name":"+transformFromProjection:andToEpsg:","abstract":"

    Create

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(cm)transformFromProjection:andToAuthority:andToCode:":{"name":"+transformFromProjection:andToAuthority:andToCode:","abstract":"

    Create

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(cm)transformFromEpsg:andToProjection:":{"name":"+transformFromEpsg:andToProjection:","abstract":"

    Create

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(cm)transformFromAuthority:andFromCode:andToProjection:":{"name":"+transformFromAuthority:andFromCode:andToProjection:","abstract":"

    Create

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)initWithFromProjection:andToProjection:":{"name":"-initWithFromProjection:andToProjection:","abstract":"

    Initialize

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)initWithFromEpsg:andToEpsg:":{"name":"-initWithFromEpsg:andToEpsg:","abstract":"

    Initialize

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)initWithFromAuthority:andFromIntCode:andToAuthority:andToIntCode:":{"name":"-initWithFromAuthority:andFromIntCode:andToAuthority:andToIntCode:","abstract":"

    Initialize

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)initWithFromAuthority:andFromCode:andToAuthority:andToCode:":{"name":"-initWithFromAuthority:andFromCode:andToAuthority:andToCode:","abstract":"

    Initialize

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)initWithFromProjection:andToEpsg:":{"name":"-initWithFromProjection:andToEpsg:","abstract":"

    Initialize

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)initWithFromProjection:andToAuthority:andToCode:":{"name":"-initWithFromProjection:andToAuthority:andToCode:","abstract":"

    Initialize

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)initWithFromEpsg:andToProjection:":{"name":"-initWithFromEpsg:andToProjection:","abstract":"

    Initialize

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)initWithFromAuthority:andFromCode:andToProjection:":{"name":"-initWithFromAuthority:andFromCode:andToProjection:","abstract":"

    Initialize

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)initWithProjectionTransform:":{"name":"-initWithProjectionTransform:","abstract":"

    Initialize

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)transformGeometryEnvelope:":{"name":"-transformGeometryEnvelope:","abstract":"

    Transform the geometry envelope

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)transformGeometry:":{"name":"-transformGeometry:","abstract":"

    Transform the geometry

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)transformPoint:":{"name":"-transformPoint:","abstract":"

    Transform the point

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)transformPoints:":{"name":"-transformPoints:","abstract":"

    Transform an array of points

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)transformLineString:":{"name":"-transformLineString:","abstract":"

    Transform the line string

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)transformPolygon:":{"name":"-transformPolygon:","abstract":"

    Transform the polygon

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)transformMultiPoint:":{"name":"-transformMultiPoint:","abstract":"

    Transform the multi point

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)transformMultiLineString:":{"name":"-transformMultiLineString:","abstract":"

    Transform the multi line string

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)transformMultiPolygon:":{"name":"-transformMultiPolygon:","abstract":"

    Transform the multi polygon

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)transformCircularString:":{"name":"-transformCircularString:","abstract":"

    Transform the circular string

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)transformCompoundCurve:":{"name":"-transformCompoundCurve:","abstract":"

    Transform the compound curve

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)transformCurvePolygon:":{"name":"-transformCurvePolygon:","abstract":"

    Transform the curve polygon

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)transformPolyhedralSurface:":{"name":"-transformPolyhedralSurface:","abstract":"

    Transform the polyhedrals surface

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)transformTIN:":{"name":"-transformTIN:","abstract":"

    Transform the tin

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)transformTriangle:":{"name":"-transformTriangle:","abstract":"

    Transform the triangle

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)transformGeometryCollection:":{"name":"-transformGeometryCollection:","abstract":"

    Transform the geometry collection

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)inverseTransformation":{"name":"-inverseTransformation","abstract":"

    Get the inverse transformation

    ","parent_name":"SFPGeometryTransform"},"Classes/SFTriangle.html#/c:objc(cs)SFTriangle(cm)triangle":{"name":"+triangle","abstract":"

    Create

    ","parent_name":"SFTriangle"},"Classes/SFTriangle.html#/c:objc(cs)SFTriangle(cm)triangleWithHasZ:andHasM:":{"name":"+triangleWithHasZ:andHasM:","abstract":"

    Create

    ","parent_name":"SFTriangle"},"Classes/SFTriangle.html#/c:objc(cs)SFTriangle(cm)triangleWithRings:":{"name":"+triangleWithRings:","abstract":"

    Create

    ","parent_name":"SFTriangle"},"Classes/SFTriangle.html#/c:objc(cs)SFTriangle(cm)triangleWithRing:":{"name":"+triangleWithRing:","abstract":"

    Create

    ","parent_name":"SFTriangle"},"Classes/SFTriangle.html#/c:objc(cs)SFTriangle(cm)triangleWithTriangle:":{"name":"+triangleWithTriangle:","abstract":"

    Create

    ","parent_name":"SFTriangle"},"Classes/SFTriangle.html#/c:objc(cs)SFTriangle(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFTriangle"},"Classes/SFTriangle.html#/c:objc(cs)SFTriangle(im)initWithHasZ:andHasM:":{"name":"-initWithHasZ:andHasM:","abstract":"

    Initialize

    ","parent_name":"SFTriangle"},"Classes/SFTriangle.html#/c:objc(cs)SFTriangle(im)initWithRings:":{"name":"-initWithRings:","abstract":"

    Initialize

    ","parent_name":"SFTriangle"},"Classes/SFTriangle.html#/c:objc(cs)SFTriangle(im)initWithRing:":{"name":"-initWithRing:","abstract":"

    Initialize

    ","parent_name":"SFTriangle"},"Classes/SFTriangle.html#/c:objc(cs)SFTriangle(im)initWithTriangle:":{"name":"-initWithTriangle:","abstract":"

    Initialize

    ","parent_name":"SFTriangle"},"Classes/SFTextReader.html#/c:objc(cs)SFTextReader(im)initWithText:":{"name":"-initWithText:","abstract":"

    Initialize

    ","parent_name":"SFTextReader"},"Classes/SFTextReader.html#/c:objc(cs)SFTextReader(im)text":{"name":"-text","abstract":"

    Get the text

    ","parent_name":"SFTextReader"},"Classes/SFTextReader.html#/c:objc(cs)SFTextReader(im)readToken":{"name":"-readToken","abstract":"

    Read the next token. Ignores whitespace until a non whitespace character","parent_name":"SFTextReader"},"Classes/SFTextReader.html#/c:objc(cs)SFTextReader(im)peekToken":{"name":"-peekToken","abstract":"

    Peek at the next token without reading past it

    ","parent_name":"SFTextReader"},"Classes/SFTextReader.html#/c:objc(cs)SFTextReader(im)readDouble":{"name":"-readDouble","abstract":"

    Read a double

    ","parent_name":"SFTextReader"},"Classes/SFTIN.html#/c:objc(cs)SFTIN(cm)tin":{"name":"+tin","abstract":"

    Create

    ","parent_name":"SFTIN"},"Classes/SFTIN.html#/c:objc(cs)SFTIN(cm)tinWithHasZ:andHasM:":{"name":"+tinWithHasZ:andHasM:","abstract":"

    Create

    ","parent_name":"SFTIN"},"Classes/SFTIN.html#/c:objc(cs)SFTIN(cm)tinWithPolygons:":{"name":"+tinWithPolygons:","abstract":"

    Create

    ","parent_name":"SFTIN"},"Classes/SFTIN.html#/c:objc(cs)SFTIN(cm)tinWithPolygon:":{"name":"+tinWithPolygon:","abstract":"

    Create

    ","parent_name":"SFTIN"},"Classes/SFTIN.html#/c:objc(cs)SFTIN(cm)tinWithTIN:":{"name":"+tinWithTIN:","abstract":"

    Create

    ","parent_name":"SFTIN"},"Classes/SFTIN.html#/c:objc(cs)SFTIN(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFTIN"},"Classes/SFTIN.html#/c:objc(cs)SFTIN(im)initWithHasZ:andHasM:":{"name":"-initWithHasZ:andHasM:","abstract":"

    Initialize

    ","parent_name":"SFTIN"},"Classes/SFTIN.html#/c:objc(cs)SFTIN(im)initWithPolygons:":{"name":"-initWithPolygons:","abstract":"

    Initialize

    ","parent_name":"SFTIN"},"Classes/SFTIN.html#/c:objc(cs)SFTIN(im)initWithPolygon:":{"name":"-initWithPolygon:","abstract":"

    Initialize

    ","parent_name":"SFTIN"},"Classes/SFTIN.html#/c:objc(cs)SFTIN(im)initWithTIN:":{"name":"-initWithTIN:","abstract":"

    Initialize

    ","parent_name":"SFTIN"},"Classes/SFSweepLine.html#/c:objc(cs)SFSweepLine(im)initWithRings:":{"name":"-initWithRings:","abstract":"

    Initialize

    ","parent_name":"SFSweepLine"},"Classes/SFSweepLine.html#/c:objc(cs)SFSweepLine(im)addEvent:":{"name":"-addEvent:","abstract":"

    Add the event to the sweep line

    ","parent_name":"SFSweepLine"},"Classes/SFSweepLine.html#/c:objc(cs)SFSweepLine(im)findEvent:":{"name":"-findEvent:","abstract":"

    Find the existing event segment

    ","parent_name":"SFSweepLine"},"Classes/SFSweepLine.html#/c:objc(cs)SFSweepLine(im)intersectWithSegment:andSegment:":{"name":"-intersectWithSegment:andSegment:","abstract":"

    Determine if the two segments intersect

    ","parent_name":"SFSweepLine"},"Classes/SFSweepLine.html#/c:objc(cs)SFSweepLine(im)removeSegment:":{"name":"-removeSegment:","abstract":"

    Remove the segment from the sweep line

    ","parent_name":"SFSweepLine"},"Classes/SFSweepLine.html#/c:objc(cs)SFSweepLine(cm)xyOrderWithPoint:andPoint:":{"name":"+xyOrderWithPoint:andPoint:","abstract":"

    XY order of two points

    ","parent_name":"SFSweepLine"},"Classes/SFSurface.html#/c:objc(cs)SFSurface(im)initWithType:andHasZ:andHasM:":{"name":"-initWithType:andHasZ:andHasM:","abstract":"

    Initialize

    ","parent_name":"SFSurface"},"Classes/SFShamosHoey.html#/c:objc(cs)SFShamosHoey(cm)simplePolygon:":{"name":"+simplePolygon:","abstract":"

    Determine if the polygon is simple

    ","parent_name":"SFShamosHoey"},"Classes/SFShamosHoey.html#/c:objc(cs)SFShamosHoey(cm)simplePolygonPoints:":{"name":"+simplePolygonPoints:","abstract":"

    Determine if the polygon points are simple

    ","parent_name":"SFShamosHoey"},"Classes/SFShamosHoey.html#/c:objc(cs)SFShamosHoey(cm)simplePolygonRingPoints:":{"name":"+simplePolygonRingPoints:","abstract":"

    Determine if the polygon point rings are simple

    ","parent_name":"SFShamosHoey"},"Classes/SFShamosHoey.html#/c:objc(cs)SFShamosHoey(cm)simplePolygonRing:":{"name":"+simplePolygonRing:","abstract":"

    Determine if the polygon line string ring is simple

    ","parent_name":"SFShamosHoey"},"Classes/SFShamosHoey.html#/c:objc(cs)SFShamosHoey(cm)simplePolygonRings:":{"name":"+simplePolygonRings:","abstract":"

    Determine if the polygon rings are simple

    ","parent_name":"SFShamosHoey"},"Classes/SFSegment.html#/c:objc(cs)SFSegment(py)above":{"name":"above","abstract":"

    Segment above

    ","parent_name":"SFSegment"},"Classes/SFSegment.html#/c:objc(cs)SFSegment(py)below":{"name":"below","abstract":"

    Segment below

    ","parent_name":"SFSegment"},"Classes/SFSegment.html#/c:objc(cs)SFSegment(im)initWithEdge:andRing:andLeftPoint:andRightPoint:":{"name":"-initWithEdge:andRing:andLeftPoint:andRightPoint:","abstract":"

    Initialize

    ","parent_name":"SFSegment"},"Classes/SFSegment.html#/c:objc(cs)SFSegment(im)edge":{"name":"-edge","abstract":"

    Get the edge number

    ","parent_name":"SFSegment"},"Classes/SFSegment.html#/c:objc(cs)SFSegment(im)ring":{"name":"-ring","abstract":"

    Get the polygon ring number

    ","parent_name":"SFSegment"},"Classes/SFSegment.html#/c:objc(cs)SFSegment(im)leftPoint":{"name":"-leftPoint","abstract":"

    Get the left point

    ","parent_name":"SFSegment"},"Classes/SFSegment.html#/c:objc(cs)SFSegment(im)rightPoint":{"name":"-rightPoint","abstract":"

    Get the right point

    ","parent_name":"SFSegment"},"Classes/SFPolyhedralSurface.html#/c:objc(cs)SFPolyhedralSurface(py)polygons":{"name":"polygons","abstract":"

    Array of polygons

    ","parent_name":"SFPolyhedralSurface"},"Classes/SFPolyhedralSurface.html#/c:objc(cs)SFPolyhedralSurface(cm)polyhedralSurface":{"name":"+polyhedralSurface","abstract":"

    Create

    ","parent_name":"SFPolyhedralSurface"},"Classes/SFPolyhedralSurface.html#/c:objc(cs)SFPolyhedralSurface(cm)polyhedralSurfaceWithHasZ:andHasM:":{"name":"+polyhedralSurfaceWithHasZ:andHasM:","abstract":"

    Create

    ","parent_name":"SFPolyhedralSurface"},"Classes/SFPolyhedralSurface.html#/c:objc(cs)SFPolyhedralSurface(cm)polyhedralSurfaceWithPolygons:":{"name":"+polyhedralSurfaceWithPolygons:","abstract":"

    Create

    ","parent_name":"SFPolyhedralSurface"},"Classes/SFPolyhedralSurface.html#/c:objc(cs)SFPolyhedralSurface(cm)polyhedralSurfaceWithPolygon:":{"name":"+polyhedralSurfaceWithPolygon:","abstract":"

    Create

    ","parent_name":"SFPolyhedralSurface"},"Classes/SFPolyhedralSurface.html#/c:objc(cs)SFPolyhedralSurface(cm)polyhedralSurfaceWithPolyhedralSurface:":{"name":"+polyhedralSurfaceWithPolyhedralSurface:","abstract":"

    Create

    ","parent_name":"SFPolyhedralSurface"},"Classes/SFPolyhedralSurface.html#/c:objc(cs)SFPolyhedralSurface(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFPolyhedralSurface"},"Classes/SFPolyhedralSurface.html#/c:objc(cs)SFPolyhedralSurface(im)initWithHasZ:andHasM:":{"name":"-initWithHasZ:andHasM:","abstract":"

    Initialize

    ","parent_name":"SFPolyhedralSurface"},"Classes/SFPolyhedralSurface.html#/c:objc(cs)SFPolyhedralSurface(im)initWithPolygons:":{"name":"-initWithPolygons:","abstract":"

    Initialize

    ","parent_name":"SFPolyhedralSurface"},"Classes/SFPolyhedralSurface.html#/c:objc(cs)SFPolyhedralSurface(im)initWithPolygon:":{"name":"-initWithPolygon:","abstract":"

    Initialize

    ","parent_name":"SFPolyhedralSurface"},"Classes/SFPolyhedralSurface.html#/c:objc(cs)SFPolyhedralSurface(im)initWithType:andHasZ:andHasM:":{"name":"-initWithType:andHasZ:andHasM:","abstract":"

    Initialize

    ","parent_name":"SFPolyhedralSurface"},"Classes/SFPolyhedralSurface.html#/c:objc(cs)SFPolyhedralSurface(im)initWithPolyhedralSurface:":{"name":"-initWithPolyhedralSurface:","abstract":"

    Initialize

    ","parent_name":"SFPolyhedralSurface"},"Classes/SFPolyhedralSurface.html#/c:objc(cs)SFPolyhedralSurface(im)patches":{"name":"-patches","abstract":"

    Get patches

    ","parent_name":"SFPolyhedralSurface"},"Classes/SFPolyhedralSurface.html#/c:objc(cs)SFPolyhedralSurface(im)setPatches:":{"name":"-setPatches:","abstract":"

    Set patches

    ","parent_name":"SFPolyhedralSurface"},"Classes/SFPolyhedralSurface.html#/c:objc(cs)SFPolyhedralSurface(im)addPolygon:":{"name":"-addPolygon:","abstract":"

    Add a polygon

    ","parent_name":"SFPolyhedralSurface"},"Classes/SFPolyhedralSurface.html#/c:objc(cs)SFPolyhedralSurface(im)addPatch:":{"name":"-addPatch:","abstract":"

    Add patch

    ","parent_name":"SFPolyhedralSurface"},"Classes/SFPolyhedralSurface.html#/c:objc(cs)SFPolyhedralSurface(im)addPolygons:":{"name":"-addPolygons:","abstract":"

    Add polygons

    ","parent_name":"SFPolyhedralSurface"},"Classes/SFPolyhedralSurface.html#/c:objc(cs)SFPolyhedralSurface(im)addPatches:":{"name":"-addPatches:","abstract":"

    Add patches

    ","parent_name":"SFPolyhedralSurface"},"Classes/SFPolyhedralSurface.html#/c:objc(cs)SFPolyhedralSurface(im)numPolygons":{"name":"-numPolygons","abstract":"

    Get the number of polygons

    ","parent_name":"SFPolyhedralSurface"},"Classes/SFPolyhedralSurface.html#/c:objc(cs)SFPolyhedralSurface(im)numPatches":{"name":"-numPatches","abstract":"

    Get the number of patches

    ","parent_name":"SFPolyhedralSurface"},"Classes/SFPolyhedralSurface.html#/c:objc(cs)SFPolyhedralSurface(im)polygonAtIndex:":{"name":"-polygonAtIndex:","abstract":"

    Get the Nth polygon

    ","parent_name":"SFPolyhedralSurface"},"Classes/SFPolyhedralSurface.html#/c:objc(cs)SFPolyhedralSurface(im)patchAtIndex:":{"name":"-patchAtIndex:","abstract":"

    Get the Nth polygon patch

    ","parent_name":"SFPolyhedralSurface"},"Classes/SFPolygon.html#/c:objc(cs)SFPolygon(cm)polygon":{"name":"+polygon","abstract":"

    Create

    ","parent_name":"SFPolygon"},"Classes/SFPolygon.html#/c:objc(cs)SFPolygon(cm)polygonWithHasZ:andHasM:":{"name":"+polygonWithHasZ:andHasM:","abstract":"

    Create

    ","parent_name":"SFPolygon"},"Classes/SFPolygon.html#/c:objc(cs)SFPolygon(cm)polygonWithRings:":{"name":"+polygonWithRings:","abstract":"

    Create

    ","parent_name":"SFPolygon"},"Classes/SFPolygon.html#/c:objc(cs)SFPolygon(cm)polygonWithRing:":{"name":"+polygonWithRing:","abstract":"

    Create

    ","parent_name":"SFPolygon"},"Classes/SFPolygon.html#/c:objc(cs)SFPolygon(cm)polygonWithPolygon:":{"name":"+polygonWithPolygon:","abstract":"

    Create

    ","parent_name":"SFPolygon"},"Classes/SFPolygon.html#/c:objc(cs)SFPolygon(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFPolygon"},"Classes/SFPolygon.html#/c:objc(cs)SFPolygon(im)initWithHasZ:andHasM:":{"name":"-initWithHasZ:andHasM:","abstract":"

    Initialize

    ","parent_name":"SFPolygon"},"Classes/SFPolygon.html#/c:objc(cs)SFPolygon(im)initWithRings:":{"name":"-initWithRings:","abstract":"

    Initialize

    ","parent_name":"SFPolygon"},"Classes/SFPolygon.html#/c:objc(cs)SFPolygon(im)initWithRing:":{"name":"-initWithRing:","abstract":"

    Initialize

    ","parent_name":"SFPolygon"},"Classes/SFPolygon.html#/c:objc(cs)SFPolygon(im)initWithType:andHasZ:andHasM:":{"name":"-initWithType:andHasZ:andHasM:","abstract":"

    Initialize

    ","parent_name":"SFPolygon"},"Classes/SFPolygon.html#/c:objc(cs)SFPolygon(im)initWithPolygon:":{"name":"-initWithPolygon:","abstract":"

    Initialize

    ","parent_name":"SFPolygon"},"Classes/SFPolygon.html#/c:objc(cs)SFPolygon(im)lineStrings":{"name":"-lineStrings","abstract":"

    Get the line string rings

    ","parent_name":"SFPolygon"},"Classes/SFPolygon.html#/c:objc(cs)SFPolygon(im)setRings:":{"name":"-setRings:","abstract":"

    Set the line string rings

    ","parent_name":"SFPolygon"},"Classes/SFPolygon.html#/c:objc(cs)SFPolygon(im)ringAtIndex:":{"name":"-ringAtIndex:","abstract":"

    Returns the Nth ring where the exterior ring is at 0, interior rings","parent_name":"SFPolygon"},"Classes/SFPolygon.html#/c:objc(cs)SFPolygon(im)exteriorRing":{"name":"-exteriorRing","abstract":"

    Get the exterior ring

    ","parent_name":"SFPolygon"},"Classes/SFPolygon.html#/c:objc(cs)SFPolygon(im)interiorRingAtIndex:":{"name":"-interiorRingAtIndex:","abstract":"

    Returns the Nth interior ring for this Polygon

    ","parent_name":"SFPolygon"},"Classes/SFPointFiniteFilter.html#/c:objc(cs)SFPointFiniteFilter(py)type":{"name":"type","abstract":"

    Finite Filter type

    ","parent_name":"SFPointFiniteFilter"},"Classes/SFPointFiniteFilter.html#/c:objc(cs)SFPointFiniteFilter(py)filterZ":{"name":"filterZ","abstract":"

    Include z values in filtering

    ","parent_name":"SFPointFiniteFilter"},"Classes/SFPointFiniteFilter.html#/c:objc(cs)SFPointFiniteFilter(py)filterM":{"name":"filterM","abstract":"

    Include m values in filtering

    ","parent_name":"SFPointFiniteFilter"},"Classes/SFPointFiniteFilter.html#/c:objc(cs)SFPointFiniteFilter(im)init":{"name":"-init","abstract":"

    Initialize, filter on x and y, allowing only finite values

    ","parent_name":"SFPointFiniteFilter"},"Classes/SFPointFiniteFilter.html#/c:objc(cs)SFPointFiniteFilter(im)initWithType:":{"name":"-initWithType:","abstract":"

    Initialize, filter on x and y

    ","parent_name":"SFPointFiniteFilter"},"Classes/SFPointFiniteFilter.html#/c:objc(cs)SFPointFiniteFilter(im)initWithType:andZ:":{"name":"-initWithType:andZ:","abstract":"

    Initialize, filter on x, y, and optionally z

    ","parent_name":"SFPointFiniteFilter"},"Classes/SFPointFiniteFilter.html#/c:objc(cs)SFPointFiniteFilter(im)initWithType:andM:":{"name":"-initWithType:andM:","abstract":"

    Initialize, filter on x, y, and optionally m

    ","parent_name":"SFPointFiniteFilter"},"Classes/SFPointFiniteFilter.html#/c:objc(cs)SFPointFiniteFilter(im)initWithType:andZ:andM:":{"name":"-initWithType:andZ:andM:","abstract":"

    Initialize, filter on x, y, and optionally z and m

    ","parent_name":"SFPointFiniteFilter"},"Classes/SFPointFiniteFilter.html#/c:objc(cs)SFPointFiniteFilter(im)initWithZ:":{"name":"-initWithZ:","abstract":"

    Initialize, filter on x, y, and optionally z

    ","parent_name":"SFPointFiniteFilter"},"Classes/SFPointFiniteFilter.html#/c:objc(cs)SFPointFiniteFilter(im)initWithM:":{"name":"-initWithM:","abstract":"

    Initialize, filter on x, y, and optionally m

    ","parent_name":"SFPointFiniteFilter"},"Classes/SFPointFiniteFilter.html#/c:objc(cs)SFPointFiniteFilter(im)initWithZ:andM:":{"name":"-initWithZ:andM:","abstract":"

    Initialize, filter on x, y, and optionally z and m

    ","parent_name":"SFPointFiniteFilter"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(py)x":{"name":"x","abstract":"

    X coordinate

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(py)y":{"name":"y","abstract":"

    Y coordinate

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(py)z":{"name":"z","abstract":"

    Z coordinate

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(py)m":{"name":"m","abstract":"

    M coordinate

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(cm)point":{"name":"+point","abstract":"

    Create

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(cm)pointWithXValue:andYValue:":{"name":"+pointWithXValue:andYValue:","abstract":"

    Create

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(cm)pointWithX:andY:":{"name":"+pointWithX:andY:","abstract":"

    Create

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(cm)pointWithX:andY:andZ:":{"name":"+pointWithX:andY:andZ:","abstract":"

    Create

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(cm)pointWithXValue:andYValue:andZ:":{"name":"+pointWithXValue:andYValue:andZ:","abstract":"

    Create

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(cm)pointWithXValue:andYValue:andZValue:":{"name":"+pointWithXValue:andYValue:andZValue:","abstract":"

    Create

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(cm)pointWithX:andY:andZ:andM:":{"name":"+pointWithX:andY:andZ:andM:","abstract":"

    Create

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(cm)pointWithXValue:andYValue:andZ:andM:":{"name":"+pointWithXValue:andYValue:andZ:andM:","abstract":"

    Create

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(cm)pointWithXValue:andYValue:andZValue:andMValue:":{"name":"+pointWithXValue:andYValue:andZValue:andMValue:","abstract":"

    Create

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(cm)pointWithHasZ:andHasM:andX:andY:":{"name":"+pointWithHasZ:andHasM:andX:andY:","abstract":"

    Create

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(cm)pointWithHasZ:andHasM:andXValue:andYValue:":{"name":"+pointWithHasZ:andHasM:andXValue:andYValue:","abstract":"

    Create

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(cm)pointWithPoint:":{"name":"+pointWithPoint:","abstract":"

    Create

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(im)initWithXValue:andYValue:":{"name":"-initWithXValue:andYValue:","abstract":"

    Initialize

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(im)initWithX:andY:":{"name":"-initWithX:andY:","abstract":"

    Initialize

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(im)initWithX:andY:andZ:":{"name":"-initWithX:andY:andZ:","abstract":"

    Initialize

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(im)initWithXValue:andYValue:andZ:":{"name":"-initWithXValue:andYValue:andZ:","abstract":"

    Initialize

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(im)initWithXValue:andYValue:andZValue:":{"name":"-initWithXValue:andYValue:andZValue:","abstract":"

    Initialize

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(im)initWithX:andY:andZ:andM:":{"name":"-initWithX:andY:andZ:andM:","abstract":"

    Initialize

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(im)initWithXValue:andYValue:andZ:andM:":{"name":"-initWithXValue:andYValue:andZ:andM:","abstract":"

    Initialize

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(im)initWithXValue:andYValue:andZValue:andMValue:":{"name":"-initWithXValue:andYValue:andZValue:andMValue:","abstract":"

    Initialize

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(im)initWithHasZ:andHasM:andX:andY:":{"name":"-initWithHasZ:andHasM:andX:andY:","abstract":"

    Initialize

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(im)initWithHasZ:andHasM:andXValue:andYValue:":{"name":"-initWithHasZ:andHasM:andXValue:andYValue:","abstract":"

    Initialize

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(im)initWithPoint:":{"name":"-initWithPoint:","abstract":"

    Initialize

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(im)setXValue:":{"name":"-setXValue:","abstract":"

    Set the x value

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(im)setYValue:":{"name":"-setYValue:","abstract":"

    Set the y value

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(im)setZValue:":{"name":"-setZValue:","abstract":"

    Set the z value

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(im)setMValue:":{"name":"-setMValue:","abstract":"

    Set the m value

    ","parent_name":"SFPoint"},"Classes/SFMultiSurface.html#/c:objc(cs)SFMultiSurface(im)initWithType:andHasZ:andHasM:":{"name":"-initWithType:andHasZ:andHasM:","abstract":"

    Initialize

    ","parent_name":"SFMultiSurface"},"Classes/SFMultiSurface.html#/c:objc(cs)SFMultiSurface(im)surfaces":{"name":"-surfaces","abstract":"

    Get the surfaces

    ","parent_name":"SFMultiSurface"},"Classes/SFMultiSurface.html#/c:objc(cs)SFMultiSurface(im)setSurfaces:":{"name":"-setSurfaces:","abstract":"

    Set the surfaces

    ","parent_name":"SFMultiSurface"},"Classes/SFMultiSurface.html#/c:objc(cs)SFMultiSurface(im)addSurface:":{"name":"-addSurface:","abstract":"

    Add a surface

    ","parent_name":"SFMultiSurface"},"Classes/SFMultiSurface.html#/c:objc(cs)SFMultiSurface(im)addSurfaces:":{"name":"-addSurfaces:","abstract":"

    Add surfaces

    ","parent_name":"SFMultiSurface"},"Classes/SFMultiSurface.html#/c:objc(cs)SFMultiSurface(im)numSurfaces":{"name":"-numSurfaces","abstract":"

    Get the number of surfaces

    ","parent_name":"SFMultiSurface"},"Classes/SFMultiSurface.html#/c:objc(cs)SFMultiSurface(im)surfaceAtIndex:":{"name":"-surfaceAtIndex:","abstract":"

    Returns the Nth surface

    ","parent_name":"SFMultiSurface"},"Classes/SFMultiPolygon.html#/c:objc(cs)SFMultiPolygon(cm)multiPolygon":{"name":"+multiPolygon","abstract":"

    Create

    ","parent_name":"SFMultiPolygon"},"Classes/SFMultiPolygon.html#/c:objc(cs)SFMultiPolygon(cm)multiPolygonWithHasZ:andHasM:":{"name":"+multiPolygonWithHasZ:andHasM:","abstract":"

    Create

    ","parent_name":"SFMultiPolygon"},"Classes/SFMultiPolygon.html#/c:objc(cs)SFMultiPolygon(cm)multiPolygonWithPolygons:":{"name":"+multiPolygonWithPolygons:","abstract":"

    Create

    ","parent_name":"SFMultiPolygon"},"Classes/SFMultiPolygon.html#/c:objc(cs)SFMultiPolygon(cm)multiPolygonWithPolygon:":{"name":"+multiPolygonWithPolygon:","abstract":"

    Create

    ","parent_name":"SFMultiPolygon"},"Classes/SFMultiPolygon.html#/c:objc(cs)SFMultiPolygon(cm)multiPolygonWithMultiPolygon:":{"name":"+multiPolygonWithMultiPolygon:","abstract":"

    Create

    ","parent_name":"SFMultiPolygon"},"Classes/SFMultiPolygon.html#/c:objc(cs)SFMultiPolygon(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFMultiPolygon"},"Classes/SFMultiPolygon.html#/c:objc(cs)SFMultiPolygon(im)initWithHasZ:andHasM:":{"name":"-initWithHasZ:andHasM:","abstract":"

    Initialize

    ","parent_name":"SFMultiPolygon"},"Classes/SFMultiPolygon.html#/c:objc(cs)SFMultiPolygon(im)initWithPolygons:":{"name":"-initWithPolygons:","abstract":"

    Initialize

    ","parent_name":"SFMultiPolygon"},"Classes/SFMultiPolygon.html#/c:objc(cs)SFMultiPolygon(im)initWithPolygon:":{"name":"-initWithPolygon:","abstract":"

    Initialize

    ","parent_name":"SFMultiPolygon"},"Classes/SFMultiPolygon.html#/c:objc(cs)SFMultiPolygon(im)initWithMultiPolygon:":{"name":"-initWithMultiPolygon:","abstract":"

    Initialize

    ","parent_name":"SFMultiPolygon"},"Classes/SFMultiPolygon.html#/c:objc(cs)SFMultiPolygon(im)polygons":{"name":"-polygons","abstract":"

    Get the polygons

    ","parent_name":"SFMultiPolygon"},"Classes/SFMultiPolygon.html#/c:objc(cs)SFMultiPolygon(im)setPolygons:":{"name":"-setPolygons:","abstract":"

    Set the polygons

    ","parent_name":"SFMultiPolygon"},"Classes/SFMultiPolygon.html#/c:objc(cs)SFMultiPolygon(im)addPolygon:":{"name":"-addPolygon:","abstract":"

    Add a polygon

    ","parent_name":"SFMultiPolygon"},"Classes/SFMultiPolygon.html#/c:objc(cs)SFMultiPolygon(im)addPolygons:":{"name":"-addPolygons:","abstract":"

    Add polygons

    ","parent_name":"SFMultiPolygon"},"Classes/SFMultiPolygon.html#/c:objc(cs)SFMultiPolygon(im)numPolygons":{"name":"-numPolygons","abstract":"

    Get the number of polygons

    ","parent_name":"SFMultiPolygon"},"Classes/SFMultiPolygon.html#/c:objc(cs)SFMultiPolygon(im)polygonAtIndex:":{"name":"-polygonAtIndex:","abstract":"

    Returns the Nth polygon

    ","parent_name":"SFMultiPolygon"},"Classes/SFMultiPoint.html#/c:objc(cs)SFMultiPoint(cm)multiPoint":{"name":"+multiPoint","abstract":"

    Create

    ","parent_name":"SFMultiPoint"},"Classes/SFMultiPoint.html#/c:objc(cs)SFMultiPoint(cm)multiPointWithHasZ:andHasM:":{"name":"+multiPointWithHasZ:andHasM:","abstract":"

    Create

    ","parent_name":"SFMultiPoint"},"Classes/SFMultiPoint.html#/c:objc(cs)SFMultiPoint(cm)multiPointWithPoints:":{"name":"+multiPointWithPoints:","abstract":"

    Create

    ","parent_name":"SFMultiPoint"},"Classes/SFMultiPoint.html#/c:objc(cs)SFMultiPoint(cm)multiPointWithPoint:":{"name":"+multiPointWithPoint:","abstract":"

    Create

    ","parent_name":"SFMultiPoint"},"Classes/SFMultiPoint.html#/c:objc(cs)SFMultiPoint(cm)multiPointWithMultiPoint:":{"name":"+multiPointWithMultiPoint:","abstract":"

    Create

    ","parent_name":"SFMultiPoint"},"Classes/SFMultiPoint.html#/c:objc(cs)SFMultiPoint(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFMultiPoint"},"Classes/SFMultiPoint.html#/c:objc(cs)SFMultiPoint(im)initWithHasZ:andHasM:":{"name":"-initWithHasZ:andHasM:","abstract":"

    Initialize

    ","parent_name":"SFMultiPoint"},"Classes/SFMultiPoint.html#/c:objc(cs)SFMultiPoint(im)initWithPoints:":{"name":"-initWithPoints:","abstract":"

    Initialize

    ","parent_name":"SFMultiPoint"},"Classes/SFMultiPoint.html#/c:objc(cs)SFMultiPoint(im)initWithPoint:":{"name":"-initWithPoint:","abstract":"

    Initialize

    ","parent_name":"SFMultiPoint"},"Classes/SFMultiPoint.html#/c:objc(cs)SFMultiPoint(im)initWithMultiPoint:":{"name":"-initWithMultiPoint:","abstract":"

    Initialize

    ","parent_name":"SFMultiPoint"},"Classes/SFMultiPoint.html#/c:objc(cs)SFMultiPoint(im)points":{"name":"-points","abstract":"

    Get the points

    ","parent_name":"SFMultiPoint"},"Classes/SFMultiPoint.html#/c:objc(cs)SFMultiPoint(im)setPoints:":{"name":"-setPoints:","abstract":"

    Set the points

    ","parent_name":"SFMultiPoint"},"Classes/SFMultiPoint.html#/c:objc(cs)SFMultiPoint(im)addPoint:":{"name":"-addPoint:","abstract":"

    Add a point

    ","parent_name":"SFMultiPoint"},"Classes/SFMultiPoint.html#/c:objc(cs)SFMultiPoint(im)addPoints:":{"name":"-addPoints:","abstract":"

    Add points

    ","parent_name":"SFMultiPoint"},"Classes/SFMultiPoint.html#/c:objc(cs)SFMultiPoint(im)numPoints":{"name":"-numPoints","abstract":"

    Get the number of points

    ","parent_name":"SFMultiPoint"},"Classes/SFMultiPoint.html#/c:objc(cs)SFMultiPoint(im)pointAtIndex:":{"name":"-pointAtIndex:","abstract":"

    Returns the Nth point

    ","parent_name":"SFMultiPoint"},"Classes/SFMultiLineString.html#/c:objc(cs)SFMultiLineString(cm)multiLineString":{"name":"+multiLineString","abstract":"

    Create

    ","parent_name":"SFMultiLineString"},"Classes/SFMultiLineString.html#/c:objc(cs)SFMultiLineString(cm)multiLineStringWithHasZ:andHasM:":{"name":"+multiLineStringWithHasZ:andHasM:","abstract":"

    Create

    ","parent_name":"SFMultiLineString"},"Classes/SFMultiLineString.html#/c:objc(cs)SFMultiLineString(cm)multiLineStringWithLineStrings:":{"name":"+multiLineStringWithLineStrings:","abstract":"

    Create

    ","parent_name":"SFMultiLineString"},"Classes/SFMultiLineString.html#/c:objc(cs)SFMultiLineString(cm)multiLineStringWithLineString:":{"name":"+multiLineStringWithLineString:","abstract":"

    Create

    ","parent_name":"SFMultiLineString"},"Classes/SFMultiLineString.html#/c:objc(cs)SFMultiLineString(cm)multiLineStringWithMultiLineString:":{"name":"+multiLineStringWithMultiLineString:","abstract":"

    Create

    ","parent_name":"SFMultiLineString"},"Classes/SFMultiLineString.html#/c:objc(cs)SFMultiLineString(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFMultiLineString"},"Classes/SFMultiLineString.html#/c:objc(cs)SFMultiLineString(im)initWithHasZ:andHasM:":{"name":"-initWithHasZ:andHasM:","abstract":"

    Initialize

    ","parent_name":"SFMultiLineString"},"Classes/SFMultiLineString.html#/c:objc(cs)SFMultiLineString(im)initWithLineStrings:":{"name":"-initWithLineStrings:","abstract":"

    Initialize

    ","parent_name":"SFMultiLineString"},"Classes/SFMultiLineString.html#/c:objc(cs)SFMultiLineString(im)initWithLineString:":{"name":"-initWithLineString:","abstract":"

    Initialize

    ","parent_name":"SFMultiLineString"},"Classes/SFMultiLineString.html#/c:objc(cs)SFMultiLineString(im)initWithMultiLineString:":{"name":"-initWithMultiLineString:","abstract":"

    Initialize

    ","parent_name":"SFMultiLineString"},"Classes/SFMultiLineString.html#/c:objc(cs)SFMultiLineString(im)lineStrings":{"name":"-lineStrings","abstract":"

    Get the line strings

    ","parent_name":"SFMultiLineString"},"Classes/SFMultiLineString.html#/c:objc(cs)SFMultiLineString(im)setLineStrings:":{"name":"-setLineStrings:","abstract":"

    Set the line strings

    ","parent_name":"SFMultiLineString"},"Classes/SFMultiLineString.html#/c:objc(cs)SFMultiLineString(im)addLineString:":{"name":"-addLineString:","abstract":"

    Add a line string

    ","parent_name":"SFMultiLineString"},"Classes/SFMultiLineString.html#/c:objc(cs)SFMultiLineString(im)addLineStrings:":{"name":"-addLineStrings:","abstract":"

    Add line strings

    ","parent_name":"SFMultiLineString"},"Classes/SFMultiLineString.html#/c:objc(cs)SFMultiLineString(im)numLineStrings":{"name":"-numLineStrings","abstract":"

    Get the number of line strings

    ","parent_name":"SFMultiLineString"},"Classes/SFMultiLineString.html#/c:objc(cs)SFMultiLineString(im)lineStringAtIndex:":{"name":"-lineStringAtIndex:","abstract":"

    Returns the Nth line string

    ","parent_name":"SFMultiLineString"},"Classes/SFMultiCurve.html#/c:objc(cs)SFMultiCurve(im)initWithType:andHasZ:andHasM:":{"name":"-initWithType:andHasZ:andHasM:","abstract":"

    Initialize

    ","parent_name":"SFMultiCurve"},"Classes/SFMultiCurve.html#/c:objc(cs)SFMultiCurve(im)curves":{"name":"-curves","abstract":"

    Get the curves

    ","parent_name":"SFMultiCurve"},"Classes/SFMultiCurve.html#/c:objc(cs)SFMultiCurve(im)setCurves:":{"name":"-setCurves:","abstract":"

    Set the curves

    ","parent_name":"SFMultiCurve"},"Classes/SFMultiCurve.html#/c:objc(cs)SFMultiCurve(im)addCurve:":{"name":"-addCurve:","abstract":"

    Add a curve

    ","parent_name":"SFMultiCurve"},"Classes/SFMultiCurve.html#/c:objc(cs)SFMultiCurve(im)addCurves:":{"name":"-addCurves:","abstract":"

    Add curves

    ","parent_name":"SFMultiCurve"},"Classes/SFMultiCurve.html#/c:objc(cs)SFMultiCurve(im)numCurves":{"name":"-numCurves","abstract":"

    Get the number of curves

    ","parent_name":"SFMultiCurve"},"Classes/SFMultiCurve.html#/c:objc(cs)SFMultiCurve(im)curveAtIndex:":{"name":"-curveAtIndex:","abstract":"

    Returns the Nth curve

    ","parent_name":"SFMultiCurve"},"Classes/SFMultiCurve.html#/c:objc(cs)SFMultiCurve(im)isClosed":{"name":"-isClosed","abstract":"

    Determine if this Multi Curve is closed for each Curve (start point = end","parent_name":"SFMultiCurve"},"Classes/SFLinearRing.html#/c:objc(cs)SFLinearRing(cm)linearRing":{"name":"+linearRing","abstract":"

    Create

    ","parent_name":"SFLinearRing"},"Classes/SFLinearRing.html#/c:objc(cs)SFLinearRing(cm)linearRingWithHasZ:andHasM:":{"name":"+linearRingWithHasZ:andHasM:","abstract":"

    Create

    ","parent_name":"SFLinearRing"},"Classes/SFLinearRing.html#/c:objc(cs)SFLinearRing(cm)linearRingWithPoints:":{"name":"+linearRingWithPoints:","abstract":"

    Create

    ","parent_name":"SFLinearRing"},"Classes/SFLinearRing.html#/c:objc(cs)SFLinearRing(cm)linearRingWithLinearRing:":{"name":"+linearRingWithLinearRing:","abstract":"

    Create

    ","parent_name":"SFLinearRing"},"Classes/SFLinearRing.html#/c:objc(cs)SFLinearRing(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFLinearRing"},"Classes/SFLinearRing.html#/c:objc(cs)SFLinearRing(im)initWithHasZ:andHasM:":{"name":"-initWithHasZ:andHasM:","abstract":"

    Initialize

    ","parent_name":"SFLinearRing"},"Classes/SFLinearRing.html#/c:objc(cs)SFLinearRing(im)initWithPoints:":{"name":"-initWithPoints:","abstract":"

    Initialize

    ","parent_name":"SFLinearRing"},"Classes/SFLinearRing.html#/c:objc(cs)SFLinearRing(im)initWithLinearRing:":{"name":"-initWithLinearRing:","abstract":"

    Initialize

    ","parent_name":"SFLinearRing"},"Classes/SFLineString.html#/c:objc(cs)SFLineString(py)points":{"name":"points","abstract":"

    Array of points

    ","parent_name":"SFLineString"},"Classes/SFLineString.html#/c:objc(cs)SFLineString(cm)lineString":{"name":"+lineString","abstract":"

    Create

    ","parent_name":"SFLineString"},"Classes/SFLineString.html#/c:objc(cs)SFLineString(cm)lineStringWithHasZ:andHasM:":{"name":"+lineStringWithHasZ:andHasM:","abstract":"

    Create

    ","parent_name":"SFLineString"},"Classes/SFLineString.html#/c:objc(cs)SFLineString(cm)lineStringWithPoints:":{"name":"+lineStringWithPoints:","abstract":"

    Create

    ","parent_name":"SFLineString"},"Classes/SFLineString.html#/c:objc(cs)SFLineString(cm)lineStringWithLineString:":{"name":"+lineStringWithLineString:","abstract":"

    Create

    ","parent_name":"SFLineString"},"Classes/SFLineString.html#/c:objc(cs)SFLineString(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFLineString"},"Classes/SFLineString.html#/c:objc(cs)SFLineString(im)initWithHasZ:andHasM:":{"name":"-initWithHasZ:andHasM:","abstract":"

    Initialize

    ","parent_name":"SFLineString"},"Classes/SFLineString.html#/c:objc(cs)SFLineString(im)initWithPoints:":{"name":"-initWithPoints:","abstract":"

    Initialize

    ","parent_name":"SFLineString"},"Classes/SFLineString.html#/c:objc(cs)SFLineString(im)initWithType:andHasZ:andHasM:":{"name":"-initWithType:andHasZ:andHasM:","abstract":"

    Initialize

    ","parent_name":"SFLineString"},"Classes/SFLineString.html#/c:objc(cs)SFLineString(im)initWithLineString:":{"name":"-initWithLineString:","abstract":"

    Initialize

    ","parent_name":"SFLineString"},"Classes/SFLineString.html#/c:objc(cs)SFLineString(im)addPoint:":{"name":"-addPoint:","abstract":"

    Add a point

    ","parent_name":"SFLineString"},"Classes/SFLineString.html#/c:objc(cs)SFLineString(im)addPoints:":{"name":"-addPoints:","abstract":"

    Add points

    ","parent_name":"SFLineString"},"Classes/SFLineString.html#/c:objc(cs)SFLineString(im)numPoints":{"name":"-numPoints","abstract":"

    Get the number of points

    ","parent_name":"SFLineString"},"Classes/SFLineString.html#/c:objc(cs)SFLineString(im)pointAtIndex:":{"name":"-pointAtIndex:","abstract":"

    Returns the Nth point

    ","parent_name":"SFLineString"},"Classes/SFLine.html#/c:objc(cs)SFLine(cm)line":{"name":"+line","abstract":"

    Create

    ","parent_name":"SFLine"},"Classes/SFLine.html#/c:objc(cs)SFLine(cm)lineWithHasZ:andHasM:":{"name":"+lineWithHasZ:andHasM:","abstract":"

    Create

    ","parent_name":"SFLine"},"Classes/SFLine.html#/c:objc(cs)SFLine(cm)lineWithPoints:":{"name":"+lineWithPoints:","abstract":"

    Create

    ","parent_name":"SFLine"},"Classes/SFLine.html#/c:objc(cs)SFLine(cm)lineWithPoint1:andPoint2:":{"name":"+lineWithPoint1:andPoint2:","abstract":"

    Create

    ","parent_name":"SFLine"},"Classes/SFLine.html#/c:objc(cs)SFLine(cm)lineWithLine:":{"name":"+lineWithLine:","abstract":"

    Create

    ","parent_name":"SFLine"},"Classes/SFLine.html#/c:objc(cs)SFLine(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFLine"},"Classes/SFLine.html#/c:objc(cs)SFLine(im)initWithHasZ:andHasM:":{"name":"-initWithHasZ:andHasM:","abstract":"

    Initialize

    ","parent_name":"SFLine"},"Classes/SFLine.html#/c:objc(cs)SFLine(im)initWithPoints:":{"name":"-initWithPoints:","abstract":"

    Initialize

    ","parent_name":"SFLine"},"Classes/SFLine.html#/c:objc(cs)SFLine(im)initWithPoint1:andPoint2:":{"name":"-initWithPoint1:andPoint2:","abstract":"

    Initialize

    ","parent_name":"SFLine"},"Classes/SFLine.html#/c:objc(cs)SFLine(im)initWithLine:":{"name":"-initWithLine:","abstract":"

    Initialize

    ","parent_name":"SFLine"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)dimensionOfGeometry:":{"name":"+dimensionOfGeometry:","abstract":"

    Get the dimension of the Geometry, 0 for points, 1 for curves, 2 for","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)distanceBetweenPoint1:andPoint2:":{"name":"+distanceBetweenPoint1:andPoint2:","abstract":"

    Get the Pythagorean theorem distance between two points

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)distanceOfLine:":{"name":"+distanceOfLine:","abstract":"

    Get the Pythagorean theorem distance between the line end points

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)bearingBetweenPoint1:andPoint2:":{"name":"+bearingBetweenPoint1:andPoint2:","abstract":"

    Get the bearing heading in degrees between two points in degrees

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)bearingOfLine:":{"name":"+bearingOfLine:","abstract":"

    Get the bearing heading in degrees between line end points in degrees

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)isNorthBearing:":{"name":"+isNorthBearing:","abstract":"

    Determine if the bearing is in any north direction

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)isEastBearing:":{"name":"+isEastBearing:","abstract":"

    Determine if the bearing is in any east direction

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)isSouthBearing:":{"name":"+isSouthBearing:","abstract":"

    Determine if the bearing is in any south direction

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)isWestBearing:":{"name":"+isWestBearing:","abstract":"

    Determine if the bearing is in any west direction

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)degreesToRadians:":{"name":"+degreesToRadians:","abstract":"

    Convert degrees to radians

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)radiansToDegrees:":{"name":"+radiansToDegrees:","abstract":"

    Convert radians to degrees

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)centroidOfGeometry:":{"name":"+centroidOfGeometry:","abstract":"

    Get the centroid point of a 2 dimensional representation of the Geometry","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)degreesCentroidOfGeometry:":{"name":"+degreesCentroidOfGeometry:","abstract":"

    Get the geographic centroid point of a 2 dimensional representation of","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)minimizeWGS84Geometry:":{"name":"+minimizeWGS84Geometry:","abstract":"

    Minimize the WGS84 geometry using the shortest x distance between each","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)minimizeWebMercatorGeometry:":{"name":"+minimizeWebMercatorGeometry:","abstract":"

    Minimize the Web Mercator geometry using the shortest x distance between","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)minimizeGeometry:withMaxX:":{"name":"+minimizeGeometry:withMaxX:","abstract":"

    Minimize the geometry using the shortest x distance between each","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)normalizeWGS84Geometry:":{"name":"+normalizeWGS84Geometry:","abstract":"

    Normalize the WGS84 geometry using the shortest x distance between each","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)normalizeWebMercatorGeometry:":{"name":"+normalizeWebMercatorGeometry:","abstract":"

    Normalize the Web Mercator geometry using the shortest x distance between","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)normalizeGeometry:withMaxX:":{"name":"+normalizeGeometry:withMaxX:","abstract":"

    Normalize the geometry so all points outside of the min and max value","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)simplifyPoints:withTolerance:":{"name":"+simplifyPoints:withTolerance:","abstract":"

    Simplify the ordered points (representing a line, polygon, etc) using the Douglas Peucker algorithm","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)perpendicularDistanceBetweenPoint:lineStart:lineEnd:":{"name":"+perpendicularDistanceBetweenPoint:lineStart:lineEnd:","abstract":"

    Calculate the perpendicular distance between the point and the line represented by the start and end points.","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)point:inPolygon:":{"name":"+point:inPolygon:","abstract":"

    Check if the point is in the polygon

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)point:inPolygon:withEpsilon:":{"name":"+point:inPolygon:withEpsilon:","abstract":"

    Check if the point is in the polygon

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)point:inPolygonRing:":{"name":"+point:inPolygonRing:","abstract":"

    Check if the point is in the polygon ring

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)point:inPolygonRing:withEpsilon:":{"name":"+point:inPolygonRing:withEpsilon:","abstract":"

    Check if the point is in the polygon ring

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)point:inPolygonPoints:":{"name":"+point:inPolygonPoints:","abstract":"

    Check if the point is in the polygon points

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)point:inPolygonPoints:withEpsilon:":{"name":"+point:inPolygonPoints:withEpsilon:","abstract":"

    Check if the point is in the polygon points

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)point:onPolygonEdge:":{"name":"+point:onPolygonEdge:","abstract":"

    Check if the point is on the polygon edge

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)point:onPolygonEdge:withEpsilon:":{"name":"+point:onPolygonEdge:withEpsilon:","abstract":"

    Check if the point is on the polygon edge

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)point:onPolygonRingEdge:":{"name":"+point:onPolygonRingEdge:","abstract":"

    Check if the point is on the polygon ring edge

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)point:onPolygonRingEdge:withEpsilon:":{"name":"+point:onPolygonRingEdge:withEpsilon:","abstract":"

    Check if the point is on the polygon ring edge

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)point:onPolygonPointsEdge:":{"name":"+point:onPolygonPointsEdge:","abstract":"

    Check if the point is on the polygon ring edge points

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)point:onPolygonPointsEdge:withEpsilon:":{"name":"+point:onPolygonPointsEdge:withEpsilon:","abstract":"

    Check if the point is on the polygon ring edge points

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)closedPolygon:":{"name":"+closedPolygon:","abstract":"

    Check if the polygon outer ring is explicitly closed, where the first and","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)closedPolygonRing:":{"name":"+closedPolygonRing:","abstract":"

    Check if the polygon ring is explicitly closed, where the first and last","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)closedPolygonPoints:":{"name":"+closedPolygonPoints:","abstract":"

    Check if the polygon ring points are explicitly closed, where the first","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)point:onLine:":{"name":"+point:onLine:","abstract":"

    Check if the point is on the line

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)point:onLine:withEpsilon:":{"name":"+point:onLine:withEpsilon:","abstract":"

    Check if the point is on the line

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)point:onLinePoints:":{"name":"+point:onLinePoints:","abstract":"

    Check if the point is on the line represented by the points

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)point:onLinePoints:withEpsilon:":{"name":"+point:onLinePoints:withEpsilon:","abstract":"

    Check if the point is on the line represented by the points

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)point:onPathPoint1:andPoint2:":{"name":"+point:onPathPoint1:andPoint2:","abstract":"

    Check if the point is on the path between point 1 and point 2

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)point:onPathPoint1:andPoint2:withEpsilon:":{"name":"+point:onPathPoint1:andPoint2:withEpsilon:","abstract":"

    Check if the point is on the path between point 1 and point 2

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)intersectionBetweenLine1:andLine2:":{"name":"+intersectionBetweenLine1:andLine2:","abstract":"

    Get the point intersection between two lines

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)intersectionBetweenLine1Point1:andLine1Point2:andLine2Point1:andLine2Point2:":{"name":"+intersectionBetweenLine1Point1:andLine1Point2:andLine2Point1:andLine2Point2:","abstract":"

    Get the point intersection between end points of two lines

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)degreesToMetersWithGeometry:":{"name":"+degreesToMetersWithGeometry:","abstract":"

    Convert a geometry in degrees to a geometry in meters

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)degreesToMetersWithPoint:":{"name":"+degreesToMetersWithPoint:","abstract":"

    Convert a point in degrees to a point in meters

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)degreesToMetersWithX:andY:":{"name":"+degreesToMetersWithX:andY:","abstract":"

    Convert a coordinate in degrees to a point in meters

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)degreesToMetersWithMultiPoint:":{"name":"+degreesToMetersWithMultiPoint:","abstract":"

    Convert a multi point in degrees to a multi point in meters

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)degreesToMetersWithLineString:":{"name":"+degreesToMetersWithLineString:","abstract":"

    Convert a line string in degrees to a line string in meters

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)degreesToMetersWithLine:":{"name":"+degreesToMetersWithLine:","abstract":"

    Convert a line in degrees to a line in meters

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)degreesToMetersWithMultiLineString:":{"name":"+degreesToMetersWithMultiLineString:","abstract":"

    Convert a multi line string in degrees to a multi line string in meters

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)degreesToMetersWithPolygon:":{"name":"+degreesToMetersWithPolygon:","abstract":"

    Convert a polygon in degrees to a polygon in meters

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)degreesToMetersWithMultiPolygon:":{"name":"+degreesToMetersWithMultiPolygon:","abstract":"

    Convert a multi polygon in degrees to a multi polygon in meters

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)degreesToMetersWithCircularString:":{"name":"+degreesToMetersWithCircularString:","abstract":"

    Convert a circular string in degrees to a circular string in meters

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)degreesToMetersWithCompoundCurve:":{"name":"+degreesToMetersWithCompoundCurve:","abstract":"

    Convert a compound curve in degrees to a compound curve in meters

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)degreesToMetersWithCurvePolygon:":{"name":"+degreesToMetersWithCurvePolygon:","abstract":"

    Convert a curve polygon in degrees to a curve polygon in meters

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)degreesToMetersWithPolyhedralSurface:":{"name":"+degreesToMetersWithPolyhedralSurface:","abstract":"

    Convert a polyhedral surface in degrees to a polyhedral surface in meters

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)degreesToMetersWithTIN:":{"name":"+degreesToMetersWithTIN:","abstract":"

    Convert a TIN in degrees to a TIN in meters

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)degreesToMetersWithTriangle:":{"name":"+degreesToMetersWithTriangle:","abstract":"

    Convert a triangle in degrees to a triangle in meters

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)metersToDegreesWithGeometry:":{"name":"+metersToDegreesWithGeometry:","abstract":"

    Convert a geometry in meters to a geometry in degrees

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)metersToDegreesWithPoint:":{"name":"+metersToDegreesWithPoint:","abstract":"

    Convert a point in meters to a point in degrees

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)metersToDegreesWithX:andY:":{"name":"+metersToDegreesWithX:andY:","abstract":"

    Convert a coordinate in meters to a point in degrees

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)metersToDegreesWithMultiPoint:":{"name":"+metersToDegreesWithMultiPoint:","abstract":"

    Convert a multi point in meters to a multi point in degrees

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)metersToDegreesWithLineString:":{"name":"+metersToDegreesWithLineString:","abstract":"

    Convert a line string in meters to a line string in degrees

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)metersToDegreesWithLine:":{"name":"+metersToDegreesWithLine:","abstract":"

    Convert a line in meters to a line in degrees

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)metersToDegreesWithMultiLineString:":{"name":"+metersToDegreesWithMultiLineString:","abstract":"

    Convert a multi line string in meters to a multi line string in degrees

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)metersToDegreesWithPolygon:":{"name":"+metersToDegreesWithPolygon:","abstract":"

    Convert a polygon in meters to a polygon in degrees

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)metersToDegreesWithMultiPolygon:":{"name":"+metersToDegreesWithMultiPolygon:","abstract":"

    Convert a multi polygon in meters to a multi polygon in degrees

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)metersToDegreesWithCircularString:":{"name":"+metersToDegreesWithCircularString:","abstract":"

    Convert a circular string in meters to a circular string in degrees

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)metersToDegreesWithCompoundCurve:":{"name":"+metersToDegreesWithCompoundCurve:","abstract":"

    Convert a compound curve in meters to a compound curve in degrees

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)metersToDegreesWithCurvePolygon:":{"name":"+metersToDegreesWithCurvePolygon:","abstract":"

    Convert a curve polygon in meters to a curve polygon in degrees

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)metersToDegreesWithPolyhedralSurface:":{"name":"+metersToDegreesWithPolyhedralSurface:","abstract":"

    Convert a polyhedral surface in meters to a polyhedral surface in degrees

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)metersToDegreesWithTIN:":{"name":"+metersToDegreesWithTIN:","abstract":"

    Convert a TIN in meters to a TIN in degrees

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)metersToDegreesWithTriangle:":{"name":"+metersToDegreesWithTriangle:","abstract":"

    Convert a triangle in meters to a triangle in degrees

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)wgs84Envelope":{"name":"+wgs84Envelope","abstract":"

    Get a WGS84 bounded geometry envelope

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)wgs84TransformableEnvelope":{"name":"+wgs84TransformableEnvelope","abstract":"

    Get a WGS84 bounded geometry envelope used for projection transformations","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)webMercatorEnvelope":{"name":"+webMercatorEnvelope","abstract":"

    Get a Web Mercator bounded geometry envelope

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)wgs84EnvelopeWithWebMercator":{"name":"+wgs84EnvelopeWithWebMercator","abstract":"

    Get a WGS84 geometry envelope with Web Mercator bounds

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)cropWebMercatorGeometry:":{"name":"+cropWebMercatorGeometry:","abstract":"

    Crop the geometry in meters by web mercator world bounds. Cropping","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)cropGeometry:withEnvelope:":{"name":"+cropGeometry:withEnvelope:","abstract":"

    Crop the geometry in meters by the envelope bounds in meters. Cropping","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)cropPoint:withEnvelope:":{"name":"+cropPoint:withEnvelope:","abstract":"

    Crop the point by the envelope bounds.

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)cropPoints:withEnvelope:":{"name":"+cropPoints:withEnvelope:","abstract":"

    Crop the list of consecutive points in meters by the envelope bounds in","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)cropMultiPoint:withEnvelope:":{"name":"+cropMultiPoint:withEnvelope:","abstract":"

    Crop the multi point by the envelope bounds.

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)cropLineString:withEnvelope:":{"name":"+cropLineString:withEnvelope:","abstract":"

    Crop the line string in meters by the envelope bounds in meters. Cropping","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)cropLine:withEnvelope:":{"name":"+cropLine:withEnvelope:","abstract":"

    Crop the line in meters by the envelope bounds in meters. Cropping","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)cropMultiLineString:withEnvelope:":{"name":"+cropMultiLineString:withEnvelope:","abstract":"

    Crop the multi line string in meters by the envelope bounds in meters.","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)cropPolygon:withEnvelope:":{"name":"+cropPolygon:withEnvelope:","abstract":"

    Crop the polygon in meters by the envelope bounds in meters. Cropping","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)cropMultiPolygon:withEnvelope:":{"name":"+cropMultiPolygon:withEnvelope:","abstract":"

    Crop the multi polygon in meters by the envelope bounds in meters.","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)cropCircularString:withEnvelope:":{"name":"+cropCircularString:withEnvelope:","abstract":"

    Crop the circular string in meters by the envelope bounds in meters.","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)cropCompoundCurve:withEnvelope:":{"name":"+cropCompoundCurve:withEnvelope:","abstract":"

    Crop the compound curve in meters by the envelope bounds in meters.","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)cropCurvePolygon:withEnvelope:":{"name":"+cropCurvePolygon:withEnvelope:","abstract":"

    Crop the curve polygon in meters by the envelope bounds in meters.","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)cropPolyhedralSurface:withEnvelope:":{"name":"+cropPolyhedralSurface:withEnvelope:","abstract":"

    Crop the polyhedral surface in meters by the envelope bounds in meters.","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)cropTIN:withEnvelope:":{"name":"+cropTIN:withEnvelope:","abstract":"

    Crop the TIN in meters by the envelope bounds in meters. Cropping removes","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)cropTriangle:withEnvelope:":{"name":"+cropTriangle:withEnvelope:","abstract":"

    Crop the triangle in meters by the envelope bounds in meters. Cropping","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)isEqualWithPoint1:andPoint2:":{"name":"+isEqualWithPoint1:andPoint2:","abstract":"

    Determine if the points are equal within the default tolerance of","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)isEqualWithPoint1:andPoint2:andEpsilon:":{"name":"+isEqualWithPoint1:andPoint2:andEpsilon:","abstract":"

    Determine if the points are equal within the tolerance. For exact","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)containsPoint:withinEnvelope:":{"name":"+containsPoint:withinEnvelope:","abstract":"

    Determine if the envelope contains the point within the default tolerance","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)containsEnvelope:withinEnvelope:":{"name":"+containsEnvelope:withinEnvelope:","abstract":"

    Determine if envelope 1 contains the envelope 2 within the default","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)boundWGS84Geometry:":{"name":"+boundWGS84Geometry:","abstract":"

    Bound all points in the geometry to be within WGS84 limits.

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)boundWGS84TransformableGeometry:":{"name":"+boundWGS84TransformableGeometry:","abstract":"

    Bound all points in the geometry to be within WGS84 projection","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)boundWebMercatorGeometry:":{"name":"+boundWebMercatorGeometry:","abstract":"

    Bound all points in the geometry to be within Web Mercator limits.

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)boundWGS84WithWebMercatorGeometry:":{"name":"+boundWGS84WithWebMercatorGeometry:","abstract":"

    Bound all points in the WGS84 geometry to be within degree Web Mercator","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)boundGeometry:withEnvelope:":{"name":"+boundGeometry:withEnvelope:","abstract":"

    Bound all points in the geometry to be within the geometry envelope.","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)hasZ:":{"name":"+hasZ:","abstract":"

    Determine if the geometries contain a Z value

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)hasM:":{"name":"+hasM:","abstract":"

    Determine if the geometries contain a M value

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)parentHierarchyOfType:":{"name":"+parentHierarchyOfType:","abstract":"

    Get the parent type hierarchy of the provided geometry type starting with","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)parentTypeOfType:":{"name":"+parentTypeOfType:","abstract":"

    Get the parent Geometry Type of the provided geometry type

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)childHierarchyOfType:":{"name":"+childHierarchyOfType:","abstract":"

    Get the child type hierarchy of the provided geometry type.

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)childTypesOfType:":{"name":"+childTypesOfType:","abstract":"

    Get the immediate child Geometry Types of the provided geometry type

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)encodeGeometry:":{"name":"+encodeGeometry:","abstract":"

    Encode the geometry to data

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)decodeGeometry:":{"name":"+decodeGeometry:","abstract":"

    Decode the data into a geometry

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryTypes.html#/c:objc(cs)SFGeometryTypes(cm)name:":{"name":"+name:","abstract":"

    Get the name of the geometry type

    ","parent_name":"SFGeometryTypes"},"Classes/SFGeometryTypes.html#/c:objc(cs)SFGeometryTypes(cm)fromName:":{"name":"+fromName:","abstract":"

    Get the geometry type of the name

    ","parent_name":"SFGeometryTypes"},"Classes/SFGeometryPrinter.html#/c:objc(cs)SFGeometryPrinter(cm)geometryString:":{"name":"+geometryString:","abstract":"

    Get Geometry information as a String

    ","parent_name":"SFGeometryPrinter"},"Classes/SFGeometryEnvelopeBuilder.html#/c:objc(cs)SFGeometryEnvelopeBuilder(cm)buildEnvelopeWithGeometry:":{"name":"+buildEnvelopeWithGeometry:","abstract":"

    Build geometry envelope with geometry

    ","parent_name":"SFGeometryEnvelopeBuilder"},"Classes/SFGeometryEnvelopeBuilder.html#/c:objc(cs)SFGeometryEnvelopeBuilder(cm)buildEnvelope:andGeometry:":{"name":"+buildEnvelope:andGeometry:","abstract":"

    Expand existing geometry envelope with a geometry

    ","parent_name":"SFGeometryEnvelopeBuilder"},"Classes/SFGeometryEnvelopeBuilder.html#/c:objc(cs)SFGeometryEnvelopeBuilder(cm)buildGeometryWithEnvelope:":{"name":"+buildGeometryWithEnvelope:","abstract":"

    Build a geometry representation of the geometry envelope

    ","parent_name":"SFGeometryEnvelopeBuilder"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(py)minX":{"name":"minX","abstract":"

    X coordinate range

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(py)maxX":{"name":"maxX","abstract":"

    Undocumented

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(py)minY":{"name":"minY","abstract":"

    Y coordinate range

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(py)maxY":{"name":"maxY","abstract":"

    Undocumented

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(py)hasZ":{"name":"hasZ","abstract":"

    Has Z value and Z coordinate range

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(py)minZ":{"name":"minZ","abstract":"

    Undocumented

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(py)maxZ":{"name":"maxZ","abstract":"

    Undocumented

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(py)hasM":{"name":"hasM","abstract":"

    Has M value and M coordinate range

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(py)minM":{"name":"minM","abstract":"

    Undocumented

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(py)maxM":{"name":"maxM","abstract":"

    Undocumented

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(cm)envelope":{"name":"+envelope","abstract":"

    Create with no z or m

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(cm)envelopeWithHasZ:andHasM:":{"name":"+envelopeWithHasZ:andHasM:","abstract":"

    Create with the has z and m values

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(cm)envelopeWithMinX:andMinY:andMaxX:andMaxY:":{"name":"+envelopeWithMinX:andMinY:andMaxX:andMaxY:","abstract":"

    Create with number range

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(cm)envelopeWithMinXValue:andMinYValue:andMaxXValue:andMaxYValue:":{"name":"+envelopeWithMinXValue:andMinYValue:andMaxXValue:andMaxYValue:","abstract":"

    Create with double range

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(cm)envelopeWithMinX:andMinY:andMinZ:andMaxX:andMaxY:andMaxZ:":{"name":"+envelopeWithMinX:andMinY:andMinZ:andMaxX:andMaxY:andMaxZ:","abstract":"

    Create with number range

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(cm)envelopeWithMinXValue:andMinYValue:andMinZValue:andMaxXValue:andMaxYValue:andMaxZValue:":{"name":"+envelopeWithMinXValue:andMinYValue:andMinZValue:andMaxXValue:andMaxYValue:andMaxZValue:","abstract":"

    Create with double range

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(cm)envelopeWithMinX:andMinY:andMinZ:andMinM:andMaxX:andMaxY:andMaxZ:andMaxM:":{"name":"+envelopeWithMinX:andMinY:andMinZ:andMinM:andMaxX:andMaxY:andMaxZ:andMaxM:","abstract":"

    Create with number range

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(cm)envelopeWithMinXValue:andMinYValue:andMinZValue:andMinMValue:andMaxXValue:andMaxYValue:andMaxZValue:andMaxMValue:":{"name":"+envelopeWithMinXValue:andMinYValue:andMinZValue:andMinMValue:andMaxXValue:andMaxYValue:andMaxZValue:andMaxMValue:","abstract":"

    Create with double range

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(cm)geometryEnvelopeWithGeometryEnvelope:":{"name":"+geometryEnvelopeWithGeometryEnvelope:","abstract":"

    Create

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)init":{"name":"-init","abstract":"

    Initialize with no z or m

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)initWithHasZ:andHasM:":{"name":"-initWithHasZ:andHasM:","abstract":"

    Initialize with the has z and m values

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)initWithMinX:andMinY:andMaxX:andMaxY:":{"name":"-initWithMinX:andMinY:andMaxX:andMaxY:","abstract":"

    Initialize with number range

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)initWithMinXValue:andMinYValue:andMaxXValue:andMaxYValue:":{"name":"-initWithMinXValue:andMinYValue:andMaxXValue:andMaxYValue:","abstract":"

    Initialize with double range

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)initWithMinX:andMinY:andMinZ:andMaxX:andMaxY:andMaxZ:":{"name":"-initWithMinX:andMinY:andMinZ:andMaxX:andMaxY:andMaxZ:","abstract":"

    Initialize with number range

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)initWithMinXValue:andMinYValue:andMinZValue:andMaxXValue:andMaxYValue:andMaxZValue:":{"name":"-initWithMinXValue:andMinYValue:andMinZValue:andMaxXValue:andMaxYValue:andMaxZValue:","abstract":"

    Initialize with double range

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)initWithMinX:andMinY:andMinZ:andMinM:andMaxX:andMaxY:andMaxZ:andMaxM:":{"name":"-initWithMinX:andMinY:andMinZ:andMinM:andMaxX:andMaxY:andMaxZ:andMaxM:","abstract":"

    Initialize with number range

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)initWithMinXValue:andMinYValue:andMinZValue:andMinMValue:andMaxXValue:andMaxYValue:andMaxZValue:andMaxMValue:":{"name":"-initWithMinXValue:andMinYValue:andMinZValue:andMinMValue:andMaxXValue:andMaxYValue:andMaxZValue:andMaxMValue:","abstract":"

    Initialize with double range

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)initWithGeometryEnvelope:":{"name":"-initWithGeometryEnvelope:","abstract":"

    Initialize

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)setMinXValue:":{"name":"-setMinXValue:","abstract":"

    Set the min x value

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)setMaxXValue:":{"name":"-setMaxXValue:","abstract":"

    Set the max x value

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)setMinYValue:":{"name":"-setMinYValue:","abstract":"

    Set the min y value

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)setMaxYValue:":{"name":"-setMaxYValue:","abstract":"

    Set the max y value

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)setMinZValue:":{"name":"-setMinZValue:","abstract":"

    Set the min z value

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)setMaxZValue:":{"name":"-setMaxZValue:","abstract":"

    Set the max z value

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)setMinMValue:":{"name":"-setMinMValue:","abstract":"

    Set the min m value

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)setMaxMValue:":{"name":"-setMaxMValue:","abstract":"

    Set the max m value

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)is3D":{"name":"-is3D","abstract":"

    True if has Z coordinates

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)isMeasured":{"name":"-isMeasured","abstract":"

    True if has M measurements

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)xRange":{"name":"-xRange","abstract":"

    Get the x range

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)yRange":{"name":"-yRange","abstract":"

    Get the y range

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)zRange":{"name":"-zRange","abstract":"

    Get the z range

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)mRange":{"name":"-mRange","abstract":"

    Get the m range

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)isPoint":{"name":"-isPoint","abstract":"

    Determine if the envelope is of a single point

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)topLeft":{"name":"-topLeft","abstract":"

    Get the top left point

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)bottomLeft":{"name":"-bottomLeft","abstract":"

    Get the bottom left point

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)bottomRight":{"name":"-bottomRight","abstract":"

    Get the bottom right point

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)topRight":{"name":"-topRight","abstract":"

    Get the top right point

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)left":{"name":"-left","abstract":"

    Get the left line

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)bottom":{"name":"-bottom","abstract":"

    Get the bottom line

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)right":{"name":"-right","abstract":"

    Get the right line

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)top":{"name":"-top","abstract":"

    Get the top line

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)midX":{"name":"-midX","abstract":"

    Get the envelope mid x

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)midY":{"name":"-midY","abstract":"

    Get the envelope mid y

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)centroid":{"name":"-centroid","abstract":"

    Get the envelope centroid point

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)isEmpty":{"name":"-isEmpty","abstract":"

    Determine if the envelope is empty

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)intersectsWithEnvelope:":{"name":"-intersectsWithEnvelope:","abstract":"

    Determine if intersects with the provided envelope

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)intersectsWithEnvelope:withAllowEmpty:":{"name":"-intersectsWithEnvelope:withAllowEmpty:","abstract":"

    Determine if intersects with the provided envelope

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)overlapWithEnvelope:":{"name":"-overlapWithEnvelope:","abstract":"

    Get the overlapping geometry envelope with the provided envelope

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)overlapWithEnvelope:withAllowEmpty:":{"name":"-overlapWithEnvelope:withAllowEmpty:","abstract":"

    Get the overlapping geometry envelope with the provided envelope

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)unionWithEnvelope:":{"name":"-unionWithEnvelope:","abstract":"

    Get the union geometry envelope combined with the provided envelope

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)containsPoint:":{"name":"-containsPoint:","abstract":"

    Determine if contains the point

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)containsPoint:withEpsilon:":{"name":"-containsPoint:withEpsilon:","abstract":"

    Determine if contains the point

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)containsX:andY:":{"name":"-containsX:andY:","abstract":"

    Determine if contains the coordinate

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)containsX:andY:withEpsilon:":{"name":"-containsX:andY:withEpsilon:","abstract":"

    Determine if contains the coordinate

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)containsEnvelope:":{"name":"-containsEnvelope:","abstract":"

    Determine if inclusively contains the provided envelope

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)containsEnvelope:withEpsilon:":{"name":"-containsEnvelope:withEpsilon:","abstract":"

    Determine if inclusively contains the provided envelope

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)buildGeometry":{"name":"-buildGeometry","abstract":"

    Build a geometry representation of the geometry envelope

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(py)geometries":{"name":"geometries","abstract":"

    Array of geometries

    ","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(cm)geometryCollection":{"name":"+geometryCollection","abstract":"

    Create

    ","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(cm)geometryCollectionWithHasZ:andHasM:":{"name":"+geometryCollectionWithHasZ:andHasM:","abstract":"

    Create

    ","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(cm)geometryCollectionWithGeometries:":{"name":"+geometryCollectionWithGeometries:","abstract":"

    Create

    ","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(cm)geometryCollectionWithGeometry:":{"name":"+geometryCollectionWithGeometry:","abstract":"

    Create

    ","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(cm)geometryCollectionWithGeometryCollection:":{"name":"+geometryCollectionWithGeometryCollection:","abstract":"

    Create

    ","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(im)initWithHasZ:andHasM:":{"name":"-initWithHasZ:andHasM:","abstract":"

    Initialize

    ","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(im)initWithGeometries:":{"name":"-initWithGeometries:","abstract":"

    Initialize

    ","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(im)initWithGeometry:":{"name":"-initWithGeometry:","abstract":"

    Initialize

    ","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(im)initWithType:andHasZ:andHasM:":{"name":"-initWithType:andHasZ:andHasM:","abstract":"

    Initialize

    ","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(im)initWithGeometryCollection:":{"name":"-initWithGeometryCollection:","abstract":"

    Initialize

    ","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(im)addGeometry:":{"name":"-addGeometry:","abstract":"

    Add geometry

    ","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(im)addGeometries:":{"name":"-addGeometries:","abstract":"

    Add geometries

    ","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(im)numGeometries":{"name":"-numGeometries","abstract":"

    Get the number of geometries

    ","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(im)geometryAtIndex:":{"name":"-geometryAtIndex:","abstract":"

    Returns the Nth geometry

    ","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(im)collectionType":{"name":"-collectionType","abstract":"

    Get the collection type by evaluating the geometries

    ","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(im)isMultiPoint":{"name":"-isMultiPoint","abstract":"

    Determine if this geometry collection is a MultiPoint instance or","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(im)asMultiPoint":{"name":"-asMultiPoint","abstract":"

    Get as a MultiPoint, either the current instance or newly created","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(im)isMultiLineString":{"name":"-isMultiLineString","abstract":"

    Determine if this geometry collection is a MultiLineString","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(im)asMultiLineString":{"name":"-asMultiLineString","abstract":"

    Get as a MultiLineString, either the current instance or newly","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(im)isMultiPolygon":{"name":"-isMultiPolygon","abstract":"

    Determine if this geometry collection is a MultiPolygon instance","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(im)asMultiPolygon":{"name":"-asMultiPolygon","abstract":"

    Get as a MultiPolygon, either the current instance or newly","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(im)isMultiCurve":{"name":"-isMultiCurve","abstract":"

    Determine if this geometry collection contains only Curve","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(im)asMultiCurve":{"name":"-asMultiCurve","abstract":"

    Get as a Multi Curve, a Curve typed Geometry Collection

    ","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(im)isMultiSurface":{"name":"-isMultiSurface","abstract":"

    Determine if this geometry collection contains only Surface","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(im)asMultiSurface":{"name":"-asMultiSurface","abstract":"

    Get as a Multi Surface, a Surface typed Geometry Collection

    ","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(im)asGeometryCollection":{"name":"-asGeometryCollection","abstract":"

    Get as a top level Geometry Collection

    ","parent_name":"SFGeometryCollection"},"Classes/SFGeometry.html#/c:objc(cs)SFGeometry(py)geometryType":{"name":"geometryType","abstract":"

    Geometry type

    ","parent_name":"SFGeometry"},"Classes/SFGeometry.html#/c:objc(cs)SFGeometry(py)hasZ":{"name":"hasZ","abstract":"

    Has Z values

    ","parent_name":"SFGeometry"},"Classes/SFGeometry.html#/c:objc(cs)SFGeometry(py)hasM":{"name":"hasM","abstract":"

    Has M values

    ","parent_name":"SFGeometry"},"Classes/SFGeometry.html#/c:objc(cs)SFGeometry(im)initWithType:andHasZ:andHasM:":{"name":"-initWithType:andHasZ:andHasM:","abstract":"

    Initialize

    ","parent_name":"SFGeometry"},"Classes/SFGeometry.html#/c:objc(cs)SFGeometry(im)is3D":{"name":"-is3D","abstract":"

    Does the geometry have z coordinates

    ","parent_name":"SFGeometry"},"Classes/SFGeometry.html#/c:objc(cs)SFGeometry(im)isMeasured":{"name":"-isMeasured","abstract":"

    Does the geometry have m coordinates.

    ","parent_name":"SFGeometry"},"Classes/SFGeometry.html#/c:objc(cs)SFGeometry(im)envelope":{"name":"-envelope","abstract":"

    Get the minimum bounding box for this Geometry

    ","parent_name":"SFGeometry"},"Classes/SFGeometry.html#/c:objc(cs)SFGeometry(im)expandEnvelope:":{"name":"-expandEnvelope:","abstract":"

    Expand the envelope with the minimum bounding box for this Geometry

    ","parent_name":"SFGeometry"},"Classes/SFGeometry.html#/c:objc(cs)SFGeometry(im)dimension":{"name":"-dimension","abstract":"

    Get the inherent dimension (0, 1, or 2) for this Geometry

    ","parent_name":"SFGeometry"},"Classes/SFGeometry.html#/c:objc(cs)SFGeometry(im)centroid":{"name":"-centroid","abstract":"

    Get the mathematical centroid point of a 2 dimensional representation of","parent_name":"SFGeometry"},"Classes/SFGeometry.html#/c:objc(cs)SFGeometry(im)degreesCentroid":{"name":"-degreesCentroid","abstract":"

    Get the geographic centroid point of a 2 dimensional representation of","parent_name":"SFGeometry"},"Classes/SFGeometry.html#/c:objc(cs)SFGeometry(im)isEmpty":{"name":"-isEmpty","abstract":"

    Is the Geometry empty

    ","parent_name":"SFGeometry"},"Classes/SFGeometry.html#/c:objc(cs)SFGeometry(im)isSimple":{"name":"-isSimple","abstract":"

    Determine if this Geometry has no anomalous geometric points, such as","parent_name":"SFGeometry"},"Classes/SFGeometry.html#/c:objc(cs)SFGeometry(im)updateZM:":{"name":"-updateZM:","abstract":"

    Update currently false hasZ and hasM values using the provided geometry

    ","parent_name":"SFGeometry"},"Classes/SFExtendedGeometryCollection.html#/c:objc(cs)SFExtendedGeometryCollection(cm)extendedGeometryCollectionWithGeometryCollection:":{"name":"+extendedGeometryCollectionWithGeometryCollection:","abstract":"

    Create

    ","parent_name":"SFExtendedGeometryCollection"},"Classes/SFExtendedGeometryCollection.html#/c:objc(cs)SFExtendedGeometryCollection(cm)extendedGeometryCollectionWithExtendedGeometryCollection:":{"name":"+extendedGeometryCollectionWithExtendedGeometryCollection:","abstract":"

    Create

    ","parent_name":"SFExtendedGeometryCollection"},"Classes/SFExtendedGeometryCollection.html#/c:objc(cs)SFExtendedGeometryCollection(im)initWithGeometryCollection:":{"name":"-initWithGeometryCollection:","abstract":"

    Initialize

    ","parent_name":"SFExtendedGeometryCollection"},"Classes/SFExtendedGeometryCollection.html#/c:objc(cs)SFExtendedGeometryCollection(im)initWithExtendedGeometryCollection:":{"name":"-initWithExtendedGeometryCollection:","abstract":"

    Initialize

    ","parent_name":"SFExtendedGeometryCollection"},"Classes/SFExtendedGeometryCollection.html#/c:objc(cs)SFExtendedGeometryCollection(im)updateGeometryType":{"name":"-updateGeometryType","abstract":"

    Update the extended geometry type based upon the contained geometries

    ","parent_name":"SFExtendedGeometryCollection"},"Classes/SFEventQueue.html#/c:objc(cs)SFEventQueue(im)initWithRing:":{"name":"-initWithRing:","abstract":"

    Initialize

    ","parent_name":"SFEventQueue"},"Classes/SFEventQueue.html#/c:objc(cs)SFEventQueue(im)initWithRings:":{"name":"-initWithRings:","abstract":"

    Initialize

    ","parent_name":"SFEventQueue"},"Classes/SFEventQueue.html#/c:objc(cs)SFEventQueue(im)events":{"name":"-events","abstract":"

    Get the events

    ","parent_name":"SFEventQueue"},"Classes/SFEvent.html#/c:objc(cs)SFEvent(im)initWithEdge:andRing:andPoint:andType:":{"name":"-initWithEdge:andRing:andPoint:andType:","abstract":"

    Initialize

    ","parent_name":"SFEvent"},"Classes/SFEvent.html#/c:objc(cs)SFEvent(im)edge":{"name":"-edge","abstract":"

    Get the edge

    ","parent_name":"SFEvent"},"Classes/SFEvent.html#/c:objc(cs)SFEvent(im)ring":{"name":"-ring","abstract":"

    Get the polygon ring number

    ","parent_name":"SFEvent"},"Classes/SFEvent.html#/c:objc(cs)SFEvent(im)point":{"name":"-point","abstract":"

    Get the polygon point

    ","parent_name":"SFEvent"},"Classes/SFEvent.html#/c:objc(cs)SFEvent(im)type":{"name":"-type","abstract":"

    Get the event type

    ","parent_name":"SFEvent"},"Classes/SFEvent.html#/c:objc(cs)SFEvent(cm)sort:":{"name":"+sort:","abstract":"

    Sort the events

    ","parent_name":"SFEvent"},"Classes/SFDegreesCentroid.html#/c:objc(cs)SFDegreesCentroid(cm)centroidOfGeometry:":{"name":"+centroidOfGeometry:","abstract":"

    Get the degree geometry centroid

    ","parent_name":"SFDegreesCentroid"},"Classes/SFDegreesCentroid.html#/c:objc(cs)SFDegreesCentroid(im)initWithGeometry:":{"name":"-initWithGeometry:","abstract":"

    Initialize

    ","parent_name":"SFDegreesCentroid"},"Classes/SFDegreesCentroid.html#/c:objc(cs)SFDegreesCentroid(im)centroid":{"name":"-centroid","abstract":"

    Get the centroid point

    ","parent_name":"SFDegreesCentroid"},"Classes/SFCurvePolygon.html#/c:objc(cs)SFCurvePolygon(py)rings":{"name":"rings","abstract":"

    Array of rings

    ","parent_name":"SFCurvePolygon"},"Classes/SFCurvePolygon.html#/c:objc(cs)SFCurvePolygon(cm)curvePolygon":{"name":"+curvePolygon","abstract":"

    Create

    ","parent_name":"SFCurvePolygon"},"Classes/SFCurvePolygon.html#/c:objc(cs)SFCurvePolygon(cm)curvePolygonWithHasZ:andHasM:":{"name":"+curvePolygonWithHasZ:andHasM:","abstract":"

    Create

    ","parent_name":"SFCurvePolygon"},"Classes/SFCurvePolygon.html#/c:objc(cs)SFCurvePolygon(cm)curvePolygonWithRings:":{"name":"+curvePolygonWithRings:","abstract":"

    Create

    ","parent_name":"SFCurvePolygon"},"Classes/SFCurvePolygon.html#/c:objc(cs)SFCurvePolygon(cm)curvePolygonWithRing:":{"name":"+curvePolygonWithRing:","abstract":"

    Create

    ","parent_name":"SFCurvePolygon"},"Classes/SFCurvePolygon.html#/c:objc(cs)SFCurvePolygon(cm)curvePolygonWithCurvePolygon:":{"name":"+curvePolygonWithCurvePolygon:","abstract":"

    Create

    ","parent_name":"SFCurvePolygon"},"Classes/SFCurvePolygon.html#/c:objc(cs)SFCurvePolygon(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFCurvePolygon"},"Classes/SFCurvePolygon.html#/c:objc(cs)SFCurvePolygon(im)initWithHasZ:andHasM:":{"name":"-initWithHasZ:andHasM:","abstract":"

    Initialize

    ","parent_name":"SFCurvePolygon"},"Classes/SFCurvePolygon.html#/c:objc(cs)SFCurvePolygon(im)initWithRings:":{"name":"-initWithRings:","abstract":"

    Initialize

    ","parent_name":"SFCurvePolygon"},"Classes/SFCurvePolygon.html#/c:objc(cs)SFCurvePolygon(im)initWithRing:":{"name":"-initWithRing:","abstract":"

    Initialize

    ","parent_name":"SFCurvePolygon"},"Classes/SFCurvePolygon.html#/c:objc(cs)SFCurvePolygon(im)initWithType:andHasZ:andHasM:":{"name":"-initWithType:andHasZ:andHasM:","abstract":"

    Initialize

    ","parent_name":"SFCurvePolygon"},"Classes/SFCurvePolygon.html#/c:objc(cs)SFCurvePolygon(im)initWithCurvePolygon:":{"name":"-initWithCurvePolygon:","abstract":"

    Initialize

    ","parent_name":"SFCurvePolygon"},"Classes/SFCurvePolygon.html#/c:objc(cs)SFCurvePolygon(im)addRing:":{"name":"-addRing:","abstract":"

    Add a ring

    ","parent_name":"SFCurvePolygon"},"Classes/SFCurvePolygon.html#/c:objc(cs)SFCurvePolygon(im)addRings:":{"name":"-addRings:","abstract":"

    Add rings

    ","parent_name":"SFCurvePolygon"},"Classes/SFCurvePolygon.html#/c:objc(cs)SFCurvePolygon(im)numRings":{"name":"-numRings","abstract":"

    Get the number of rings

    ","parent_name":"SFCurvePolygon"},"Classes/SFCurvePolygon.html#/c:objc(cs)SFCurvePolygon(im)ringAtIndex:":{"name":"-ringAtIndex:","abstract":"

    Returns the Nth ring where the exterior ring is at 0, interior rings","parent_name":"SFCurvePolygon"},"Classes/SFCurvePolygon.html#/c:objc(cs)SFCurvePolygon(im)exteriorRing":{"name":"-exteriorRing","abstract":"

    Get the exterior ring

    ","parent_name":"SFCurvePolygon"},"Classes/SFCurvePolygon.html#/c:objc(cs)SFCurvePolygon(im)numInteriorRings":{"name":"-numInteriorRings","abstract":"

    Get the number of interior rings

    ","parent_name":"SFCurvePolygon"},"Classes/SFCurvePolygon.html#/c:objc(cs)SFCurvePolygon(im)interiorRingAtIndex:":{"name":"-interiorRingAtIndex:","abstract":"

    Returns the Nth interior ring for this Polygon

    ","parent_name":"SFCurvePolygon"},"Classes/SFCurve.html#/c:objc(cs)SFCurve(im)initWithType:andHasZ:andHasM:":{"name":"-initWithType:andHasZ:andHasM:","abstract":"

    Initialize

    ","parent_name":"SFCurve"},"Classes/SFCurve.html#/c:objc(cs)SFCurve(im)startPoint":{"name":"-startPoint","abstract":"

    Get the start Point of this Curve

    ","parent_name":"SFCurve"},"Classes/SFCurve.html#/c:objc(cs)SFCurve(im)endPoint":{"name":"-endPoint","abstract":"

    Get the end Point of this Curve

    ","parent_name":"SFCurve"},"Classes/SFCurve.html#/c:objc(cs)SFCurve(im)isClosed":{"name":"-isClosed","abstract":"

    Determine if this Curve is closed (start point = end point)

    ","parent_name":"SFCurve"},"Classes/SFCurve.html#/c:objc(cs)SFCurve(im)isRing":{"name":"-isRing","abstract":"

    Determine if this Curve is a ring (closed and simple)

    ","parent_name":"SFCurve"},"Classes/SFCompoundCurve.html#/c:objc(cs)SFCompoundCurve(py)lineStrings":{"name":"lineStrings","abstract":"

    Array of line strings

    ","parent_name":"SFCompoundCurve"},"Classes/SFCompoundCurve.html#/c:objc(cs)SFCompoundCurve(cm)compoundCurve":{"name":"+compoundCurve","abstract":"

    Create

    ","parent_name":"SFCompoundCurve"},"Classes/SFCompoundCurve.html#/c:objc(cs)SFCompoundCurve(cm)compoundCurveWithHasZ:andHasM:":{"name":"+compoundCurveWithHasZ:andHasM:","abstract":"

    Create

    ","parent_name":"SFCompoundCurve"},"Classes/SFCompoundCurve.html#/c:objc(cs)SFCompoundCurve(cm)compoundCurveWithLineStrings:":{"name":"+compoundCurveWithLineStrings:","abstract":"

    Create

    ","parent_name":"SFCompoundCurve"},"Classes/SFCompoundCurve.html#/c:objc(cs)SFCompoundCurve(cm)compoundCurveWithLineString:":{"name":"+compoundCurveWithLineString:","abstract":"

    Create

    ","parent_name":"SFCompoundCurve"},"Classes/SFCompoundCurve.html#/c:objc(cs)SFCompoundCurve(cm)compoundCurveWithCompoundCurve:":{"name":"+compoundCurveWithCompoundCurve:","abstract":"

    Create

    ","parent_name":"SFCompoundCurve"},"Classes/SFCompoundCurve.html#/c:objc(cs)SFCompoundCurve(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFCompoundCurve"},"Classes/SFCompoundCurve.html#/c:objc(cs)SFCompoundCurve(im)initWithHasZ:andHasM:":{"name":"-initWithHasZ:andHasM:","abstract":"

    Initialize

    ","parent_name":"SFCompoundCurve"},"Classes/SFCompoundCurve.html#/c:objc(cs)SFCompoundCurve(im)initWithLineStrings:":{"name":"-initWithLineStrings:","abstract":"

    Initialize

    ","parent_name":"SFCompoundCurve"},"Classes/SFCompoundCurve.html#/c:objc(cs)SFCompoundCurve(im)initWithLineString:":{"name":"-initWithLineString:","abstract":"

    Initialize

    ","parent_name":"SFCompoundCurve"},"Classes/SFCompoundCurve.html#/c:objc(cs)SFCompoundCurve(im)initWithCompoundCurve:":{"name":"-initWithCompoundCurve:","abstract":"

    Initialize

    ","parent_name":"SFCompoundCurve"},"Classes/SFCompoundCurve.html#/c:objc(cs)SFCompoundCurve(im)addLineString:":{"name":"-addLineString:","abstract":"

    Add a line string

    ","parent_name":"SFCompoundCurve"},"Classes/SFCompoundCurve.html#/c:objc(cs)SFCompoundCurve(im)addLineStrings:":{"name":"-addLineStrings:","abstract":"

    Add line strings

    ","parent_name":"SFCompoundCurve"},"Classes/SFCompoundCurve.html#/c:objc(cs)SFCompoundCurve(im)numLineStrings":{"name":"-numLineStrings","abstract":"

    Get the number of line strings

    ","parent_name":"SFCompoundCurve"},"Classes/SFCompoundCurve.html#/c:objc(cs)SFCompoundCurve(im)lineStringAtIndex:":{"name":"-lineStringAtIndex:","abstract":"

    Returns the Nth line string

    ","parent_name":"SFCompoundCurve"},"Classes/SFCircularString.html#/c:objc(cs)SFCircularString(cm)circularString":{"name":"+circularString","abstract":"

    Create

    ","parent_name":"SFCircularString"},"Classes/SFCircularString.html#/c:objc(cs)SFCircularString(cm)circularStringWithHasZ:andHasM:":{"name":"+circularStringWithHasZ:andHasM:","abstract":"

    Create

    ","parent_name":"SFCircularString"},"Classes/SFCircularString.html#/c:objc(cs)SFCircularString(cm)circularStringWithPoints:":{"name":"+circularStringWithPoints:","abstract":"

    Create

    ","parent_name":"SFCircularString"},"Classes/SFCircularString.html#/c:objc(cs)SFCircularString(cm)circularStringWithCircularString:":{"name":"+circularStringWithCircularString:","abstract":"

    Create

    ","parent_name":"SFCircularString"},"Classes/SFCircularString.html#/c:objc(cs)SFCircularString(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFCircularString"},"Classes/SFCircularString.html#/c:objc(cs)SFCircularString(im)initWithHasZ:andHasM:":{"name":"-initWithHasZ:andHasM:","abstract":"

    Initialize

    ","parent_name":"SFCircularString"},"Classes/SFCircularString.html#/c:objc(cs)SFCircularString(im)initWithPoints:":{"name":"-initWithPoints:","abstract":"

    Initialize

    ","parent_name":"SFCircularString"},"Classes/SFCircularString.html#/c:objc(cs)SFCircularString(im)initWithCircularString:":{"name":"-initWithCircularString:","abstract":"

    Initialize

    ","parent_name":"SFCircularString"},"Classes/SFCentroidSurface.html#/c:objc(cs)SFCentroidSurface(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFCentroidSurface"},"Classes/SFCentroidSurface.html#/c:objc(cs)SFCentroidSurface(im)initWithGeometry:":{"name":"-initWithGeometry:","abstract":"

    Initialize

    ","parent_name":"SFCentroidSurface"},"Classes/SFCentroidSurface.html#/c:objc(cs)SFCentroidSurface(im)addGeometry:":{"name":"-addGeometry:","abstract":"

    Add a surface based dimension 2 geometry to the centroid total. Ignores","parent_name":"SFCentroidSurface"},"Classes/SFCentroidSurface.html#/c:objc(cs)SFCentroidSurface(im)centroid":{"name":"-centroid","abstract":"

    Get the centroid point

    ","parent_name":"SFCentroidSurface"},"Classes/SFCentroidPoint.html#/c:objc(cs)SFCentroidPoint(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFCentroidPoint"},"Classes/SFCentroidPoint.html#/c:objc(cs)SFCentroidPoint(im)initWithGeometry:":{"name":"-initWithGeometry:","abstract":"

    Initialize

    ","parent_name":"SFCentroidPoint"},"Classes/SFCentroidPoint.html#/c:objc(cs)SFCentroidPoint(im)addGeometry:":{"name":"-addGeometry:","abstract":"

    Add a point based dimension 0 geometry to the centroid total

    ","parent_name":"SFCentroidPoint"},"Classes/SFCentroidPoint.html#/c:objc(cs)SFCentroidPoint(im)centroid":{"name":"-centroid","abstract":"

    Get the centroid point

    ","parent_name":"SFCentroidPoint"},"Classes/SFCentroidCurve.html#/c:objc(cs)SFCentroidCurve(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFCentroidCurve"},"Classes/SFCentroidCurve.html#/c:objc(cs)SFCentroidCurve(im)initWithGeometry:":{"name":"-initWithGeometry:","abstract":"

    Initialize

    ","parent_name":"SFCentroidCurve"},"Classes/SFCentroidCurve.html#/c:objc(cs)SFCentroidCurve(im)addGeometry:":{"name":"-addGeometry:","abstract":"

    Add a curve based dimension 1 geometry to the centroid total. Ignores","parent_name":"SFCentroidCurve"},"Classes/SFCentroidCurve.html#/c:objc(cs)SFCentroidCurve(im)centroid":{"name":"-centroid","abstract":"

    Get the centroid point

    ","parent_name":"SFCentroidCurve"},"Classes/SFByteWriter.html#/c:objc(cs)SFByteWriter(py)nextByte":{"name":"nextByte","abstract":"

    Next byte index to write

    ","parent_name":"SFByteWriter"},"Classes/SFByteWriter.html#/c:objc(cs)SFByteWriter(py)os":{"name":"os","abstract":"

    Output stream to write bytes to

    ","parent_name":"SFByteWriter"},"Classes/SFByteWriter.html#/c:objc(cs)SFByteWriter(py)byteOrder":{"name":"byteOrder","abstract":"

    Byte order used to write, little or big endian

    ","parent_name":"SFByteWriter"},"Classes/SFByteWriter.html#/c:objc(cs)SFByteWriter(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFByteWriter"},"Classes/SFByteWriter.html#/c:objc(cs)SFByteWriter(im)initWithByteOrder:":{"name":"-initWithByteOrder:","abstract":"

    Initialize

    ","parent_name":"SFByteWriter"},"Classes/SFByteWriter.html#/c:objc(cs)SFByteWriter(im)close":{"name":"-close","abstract":"

    Close the byte writer

    ","parent_name":"SFByteWriter"},"Classes/SFByteWriter.html#/c:objc(cs)SFByteWriter(im)data":{"name":"-data","abstract":"

    Get the written byte data

    ","parent_name":"SFByteWriter"},"Classes/SFByteWriter.html#/c:objc(cs)SFByteWriter(im)size":{"name":"-size","abstract":"

    Get the current size in bytes written

    ","parent_name":"SFByteWriter"},"Classes/SFByteWriter.html#/c:objc(cs)SFByteWriter(im)writeString:":{"name":"-writeString:","abstract":"

    Write a string

    ","parent_name":"SFByteWriter"},"Classes/SFByteWriter.html#/c:objc(cs)SFByteWriter(im)writeByte:":{"name":"-writeByte:","abstract":"

    Write a byte

    ","parent_name":"SFByteWriter"},"Classes/SFByteWriter.html#/c:objc(cs)SFByteWriter(im)writeData:":{"name":"-writeData:","abstract":"

    Write data

    ","parent_name":"SFByteWriter"},"Classes/SFByteWriter.html#/c:objc(cs)SFByteWriter(im)writeInt:":{"name":"-writeInt:","abstract":"

    Write an integer

    ","parent_name":"SFByteWriter"},"Classes/SFByteWriter.html#/c:objc(cs)SFByteWriter(im)writeDouble:":{"name":"-writeDouble:","abstract":"

    Write a double

    ","parent_name":"SFByteWriter"},"Classes/SFByteReader.html#/c:objc(cs)SFByteReader(py)nextByte":{"name":"nextByte","abstract":"

    Next byte index to read

    ","parent_name":"SFByteReader"},"Classes/SFByteReader.html#/c:objc(cs)SFByteReader(py)bytes":{"name":"bytes","abstract":"

    Bytes to read

    ","parent_name":"SFByteReader"},"Classes/SFByteReader.html#/c:objc(cs)SFByteReader(py)byteOrder":{"name":"byteOrder","abstract":"

    Byte order used to read, little or big endian

    ","parent_name":"SFByteReader"},"Classes/SFByteReader.html#/c:objc(cs)SFByteReader(im)initWithData:":{"name":"-initWithData:","abstract":"

    Initialize

    ","parent_name":"SFByteReader"},"Classes/SFByteReader.html#/c:objc(cs)SFByteReader(im)initWithData:andByteOrder:":{"name":"-initWithData:andByteOrder:","abstract":"

    Initialize

    ","parent_name":"SFByteReader"},"Classes/SFByteReader.html#/c:objc(cs)SFByteReader(im)readString:":{"name":"-readString:","abstract":"

    Read a String from the provided number of bytes

    ","parent_name":"SFByteReader"},"Classes/SFByteReader.html#/c:objc(cs)SFByteReader(im)readByte":{"name":"-readByte","abstract":"

    Read a single byte

    ","parent_name":"SFByteReader"},"Classes/SFByteReader.html#/c:objc(cs)SFByteReader(im)readData:":{"name":"-readData:","abstract":"

    Read Data with the provided number of bytes

    ","parent_name":"SFByteReader"},"Classes/SFByteReader.html#/c:objc(cs)SFByteReader(im)readInt":{"name":"-readInt","abstract":"

    Read an integer (4 bytes)

    ","parent_name":"SFByteReader"},"Classes/SFByteReader.html#/c:objc(cs)SFByteReader(im)readDouble":{"name":"-readDouble","abstract":"

    Read a double (8 bytes)

    ","parent_name":"SFByteReader"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(py)coordinates":{"name":"coordinates","abstract":"

    Coordinate values: long, lat, altitude, and additional elements such as m

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(cm)positionWithPoint:":{"name":"+positionWithPoint:","abstract":"

    Create

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(cm)positionWithLongitude:andLatitude:":{"name":"+positionWithLongitude:andLatitude:","abstract":"

    Create

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(cm)positionWithLongitudeValue:andLatitudeValue:":{"name":"+positionWithLongitudeValue:andLatitudeValue:","abstract":"

    Create

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(cm)positionWithLongitude:andLatitude:andAltitude:":{"name":"+positionWithLongitude:andLatitude:andAltitude:","abstract":"

    Create

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(cm)positionWithLongitudeValue:andLatitudeValue:andAltitudeValue:":{"name":"+positionWithLongitudeValue:andLatitudeValue:andAltitudeValue:","abstract":"

    Create

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(cm)positionWithLongitude:andLatitude:andAltitude:andAdditional:":{"name":"+positionWithLongitude:andLatitude:andAltitude:andAdditional:","abstract":"

    Create

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(cm)positionWithLongitudeValue:andLatitudeValue:andAltitudeValue:andAdditionalValue:":{"name":"+positionWithLongitudeValue:andLatitudeValue:andAltitudeValue:andAdditionalValue:","abstract":"

    Create

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(cm)positionWithLongitude:andLatitude:andAltitude:andAdditionals:":{"name":"+positionWithLongitude:andLatitude:andAltitude:andAdditionals:","abstract":"

    Create

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(cm)positionWithLongitudeValue:andLatitudeValue:andAltitudeValue:andAdditionals:":{"name":"+positionWithLongitudeValue:andLatitudeValue:andAltitudeValue:andAdditionals:","abstract":"

    Create

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(cm)positionWithCoordinates:":{"name":"+positionWithCoordinates:","abstract":"

    Create

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(im)initWithPoint:":{"name":"-initWithPoint:","abstract":"

    Initialize

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(im)initWithLongitude:andLatitude:":{"name":"-initWithLongitude:andLatitude:","abstract":"

    Initialize

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(im)initWithLongitudeValue:andLatitudeValue:":{"name":"-initWithLongitudeValue:andLatitudeValue:","abstract":"

    Initialize

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(im)initWithLongitude:andLatitude:andAltitude:":{"name":"-initWithLongitude:andLatitude:andAltitude:","abstract":"

    Initialize

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(im)initWithLongitudeValue:andLatitudeValue:andAltitudeValue:":{"name":"-initWithLongitudeValue:andLatitudeValue:andAltitudeValue:","abstract":"

    Initialize

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(im)initWithLongitude:andLatitude:andAltitude:andAdditional:":{"name":"-initWithLongitude:andLatitude:andAltitude:andAdditional:","abstract":"

    Initialize

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(im)initWithLongitudeValue:andLatitudeValue:andAltitudeValue:andAdditionalValue:":{"name":"-initWithLongitudeValue:andLatitudeValue:andAltitudeValue:andAdditionalValue:","abstract":"

    Initialize

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(im)initWithLongitude:andLatitude:andAltitude:andAdditionals:":{"name":"-initWithLongitude:andLatitude:andAltitude:andAdditionals:","abstract":"

    Initialize

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(im)initWithLongitudeValue:andLatitudeValue:andAltitudeValue:andAdditionals:":{"name":"-initWithLongitudeValue:andLatitudeValue:andAltitudeValue:andAdditionals:","abstract":"

    Initialize

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(im)initWithCoordinates:":{"name":"-initWithCoordinates:","abstract":"

    Initialize

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(im)hasAdditionalElements":{"name":"-hasAdditionalElements","abstract":"

    Check if the position has additional elements

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(im)additionalElements":{"name":"-additionalElements","abstract":"

    Get the additional elements

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(im)x":{"name":"-x","abstract":"

    Get the x value

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(im)y":{"name":"-y","abstract":"

    Get the y value

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(im)z":{"name":"-z","abstract":"

    Get the z value

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(im)m":{"name":"-m","abstract":"

    Get the m value

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(im)hasZ":{"name":"-hasZ","abstract":"

    Check if position has a z value

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(im)hasM":{"name":"-hasM","abstract":"

    Check if position has a m value

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(im)toSimplePoint":{"name":"-toSimplePoint","abstract":"

    Convert to simple point

    ","parent_name":"SFGPosition"},"Classes/SFGPolygon.html#/c:objc(cs)SFGPolygon(py)rings":{"name":"rings","abstract":"

    Array of line string rings

    ","parent_name":"SFGPolygon"},"Classes/SFGPolygon.html#/c:objc(cs)SFGPolygon(cm)polygon":{"name":"+polygon","abstract":"

    Create

    ","parent_name":"SFGPolygon"},"Classes/SFGPolygon.html#/c:objc(cs)SFGPolygon(cm)polygonWithCoordinates:":{"name":"+polygonWithCoordinates:","abstract":"

    Create

    ","parent_name":"SFGPolygon"},"Classes/SFGPolygon.html#/c:objc(cs)SFGPolygon(cm)polygonWithRings:":{"name":"+polygonWithRings:","abstract":"

    Create

    ","parent_name":"SFGPolygon"},"Classes/SFGPolygon.html#/c:objc(cs)SFGPolygon(cm)polygonWithPolygon:":{"name":"+polygonWithPolygon:","abstract":"

    Create

    ","parent_name":"SFGPolygon"},"Classes/SFGPolygon.html#/c:objc(cs)SFGPolygon(cm)polygonWithTree:":{"name":"+polygonWithTree:","abstract":"

    Create

    ","parent_name":"SFGPolygon"},"Classes/SFGPolygon.html#/c:objc(cs)SFGPolygon(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFGPolygon"},"Classes/SFGPolygon.html#/c:objc(cs)SFGPolygon(im)initWithCoordinates:":{"name":"-initWithCoordinates:","abstract":"

    Initialize

    ","parent_name":"SFGPolygon"},"Classes/SFGPolygon.html#/c:objc(cs)SFGPolygon(im)initWithRings:":{"name":"-initWithRings:","abstract":"

    Initialize

    ","parent_name":"SFGPolygon"},"Classes/SFGPolygon.html#/c:objc(cs)SFGPolygon(im)initWithPolygon:":{"name":"-initWithPolygon:","abstract":"

    Initialize

    ","parent_name":"SFGPolygon"},"Classes/SFGPolygon.html#/c:objc(cs)SFGPolygon(im)initWithTree:":{"name":"-initWithTree:","abstract":"

    Initialize

    ","parent_name":"SFGPolygon"},"Classes/SFGPolygon.html#/c:objc(cs)SFGPolygon(im)polygon":{"name":"-polygon","abstract":"

    Get the simple polygon

    ","parent_name":"SFGPolygon"},"Classes/SFGPolygon.html#/c:objc(cs)SFGPolygon(im)setPolygon:":{"name":"-setPolygon:","abstract":"

    Set the simple polygon

    ","parent_name":"SFGPolygon"},"Classes/SFGPoint.html#/c:objc(cs)SFGPoint(py)position":{"name":"position","abstract":"

    Position

    ","parent_name":"SFGPoint"},"Classes/SFGPoint.html#/c:objc(cs)SFGPoint(cm)point":{"name":"+point","abstract":"

    Create

    ","parent_name":"SFGPoint"},"Classes/SFGPoint.html#/c:objc(cs)SFGPoint(cm)pointWithCoordinates:":{"name":"+pointWithCoordinates:","abstract":"

    Create

    ","parent_name":"SFGPoint"},"Classes/SFGPoint.html#/c:objc(cs)SFGPoint(cm)pointWithPosition:":{"name":"+pointWithPosition:","abstract":"

    Create

    ","parent_name":"SFGPoint"},"Classes/SFGPoint.html#/c:objc(cs)SFGPoint(cm)pointWithPoint:":{"name":"+pointWithPoint:","abstract":"

    Create

    ","parent_name":"SFGPoint"},"Classes/SFGPoint.html#/c:objc(cs)SFGPoint(cm)pointWithTree:":{"name":"+pointWithTree:","abstract":"

    Create

    ","parent_name":"SFGPoint"},"Classes/SFGPoint.html#/c:objc(cs)SFGPoint(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFGPoint"},"Classes/SFGPoint.html#/c:objc(cs)SFGPoint(im)initWithCoordinates:":{"name":"-initWithCoordinates:","abstract":"

    Initialize

    ","parent_name":"SFGPoint"},"Classes/SFGPoint.html#/c:objc(cs)SFGPoint(im)initWithPosition:":{"name":"-initWithPosition:","abstract":"

    Initialize

    ","parent_name":"SFGPoint"},"Classes/SFGPoint.html#/c:objc(cs)SFGPoint(im)initWithPoint:":{"name":"-initWithPoint:","abstract":"

    Initialize

    ","parent_name":"SFGPoint"},"Classes/SFGPoint.html#/c:objc(cs)SFGPoint(im)initWithTree:":{"name":"-initWithTree:","abstract":"

    Initialize

    ","parent_name":"SFGPoint"},"Classes/SFGPoint.html#/c:objc(cs)SFGPoint(im)point":{"name":"-point","abstract":"

    Get the simple point

    ","parent_name":"SFGPoint"},"Classes/SFGOrderedDictionary.html#/c:objc(cs)SFGOrderedDictionary@dictionary":{"name":"dictionary","abstract":"

    Undocumented

    ","parent_name":"SFGOrderedDictionary"},"Classes/SFGOrderedDictionary.html#/c:objc(cs)SFGOrderedDictionary@array":{"name":"array","abstract":"

    Undocumented

    ","parent_name":"SFGOrderedDictionary"},"Classes/SFGOrderedDictionary.html#/c:objc(cs)SFGOrderedDictionary(im)insertObject:forKey:atIndex:":{"name":"-insertObject:forKey:atIndex:","abstract":"

    Undocumented

    ","parent_name":"SFGOrderedDictionary"},"Classes/SFGOrderedDictionary.html#/c:objc(cs)SFGOrderedDictionary(im)keyAtIndex:":{"name":"-keyAtIndex:","abstract":"

    Undocumented

    ","parent_name":"SFGOrderedDictionary"},"Classes/SFGOrderedDictionary.html#/c:objc(cs)SFGOrderedDictionary(im)reverseKeyEnumerator":{"name":"-reverseKeyEnumerator","abstract":"

    Undocumented

    ","parent_name":"SFGOrderedDictionary"},"Classes/SFGOrderedDictionary.html#/c:objc(cs)SFGOrderedDictionary(im)objectAtIndexedSubscript:":{"name":"-objectAtIndexedSubscript:","abstract":"

    Undocumented

    ","parent_name":"SFGOrderedDictionary"},"Classes/SFGOrderedDictionary.html#/c:objc(cs)SFGOrderedDictionary(im)objectForKeyedSubscript:":{"name":"-objectForKeyedSubscript:","abstract":"

    Undocumented

    ","parent_name":"SFGOrderedDictionary"},"Classes/SFGOrderedDictionary.html#/c:objc(cs)SFGOrderedDictionary(im)setObject:forKeyedSubscript:":{"name":"-setObject:forKeyedSubscript:","abstract":"

    Undocumented

    ","parent_name":"SFGOrderedDictionary"},"Classes/SFGOrderedDictionary.html#/c:objc(cs)SFGOrderedDictionary(im)indexOfKey:":{"name":"-indexOfKey:","abstract":"

    Undocumented

    ","parent_name":"SFGOrderedDictionary"},"Classes/SFGOrderedDictionary.html#/c:objc(cs)SFGOrderedDictionary(im)indexOfKey:inRange:":{"name":"-indexOfKey:inRange:","abstract":"

    Undocumented

    ","parent_name":"SFGOrderedDictionary"},"Classes/SFGOrderedDictionary.html#/c:objc(cs)SFGOrderedDictionary(im)indexOfKeyIdenticalTo:":{"name":"-indexOfKeyIdenticalTo:","abstract":"

    Undocumented

    ","parent_name":"SFGOrderedDictionary"},"Classes/SFGOrderedDictionary.html#/c:objc(cs)SFGOrderedDictionary(im)indexOfKeyIdenticalTo:inRange:":{"name":"-indexOfKeyIdenticalTo:inRange:","abstract":"

    Undocumented

    ","parent_name":"SFGOrderedDictionary"},"Classes/SFGOrderedDictionary.html#/c:objc(cs)SFGOrderedDictionary(im)lastKey":{"name":"-lastKey","abstract":"

    Undocumented

    ","parent_name":"SFGOrderedDictionary"},"Classes/SFGOrderedDictionary.html#/c:objc(cs)SFGOrderedDictionary(im)sortUsingFunction:context:":{"name":"-sortUsingFunction:context:","abstract":"

    Undocumented

    ","parent_name":"SFGOrderedDictionary"},"Classes/SFGOrderedDictionary.html#/c:objc(cs)SFGOrderedDictionary(im)sortUsingSelector:":{"name":"-sortUsingSelector:","abstract":"

    Undocumented

    ","parent_name":"SFGOrderedDictionary"},"Classes/SFGOrderedDictionary.html#/c:objc(cs)SFGOrderedDictionary(im)sortUsingComparator:":{"name":"-sortUsingComparator:","abstract":"

    Undocumented

    ","parent_name":"SFGOrderedDictionary"},"Classes/SFGOrderedDictionary.html#/c:objc(cs)SFGOrderedDictionary(im)sortWithOptions:usingComparator:":{"name":"-sortWithOptions:usingComparator:","abstract":"

    Undocumented

    ","parent_name":"SFGOrderedDictionary"},"Classes/SFGMultiPolygon.html#/c:objc(cs)SFGMultiPolygon(py)polygons":{"name":"polygons","abstract":"

    Array of polygons

    ","parent_name":"SFGMultiPolygon"},"Classes/SFGMultiPolygon.html#/c:objc(cs)SFGMultiPolygon(cm)multiPolygon":{"name":"+multiPolygon","abstract":"

    Create

    ","parent_name":"SFGMultiPolygon"},"Classes/SFGMultiPolygon.html#/c:objc(cs)SFGMultiPolygon(cm)multiPolygonWithCoordinates:":{"name":"+multiPolygonWithCoordinates:","abstract":"

    Create

    ","parent_name":"SFGMultiPolygon"},"Classes/SFGMultiPolygon.html#/c:objc(cs)SFGMultiPolygon(cm)multiPolygonWithPolygons:":{"name":"+multiPolygonWithPolygons:","abstract":"

    Create

    ","parent_name":"SFGMultiPolygon"},"Classes/SFGMultiPolygon.html#/c:objc(cs)SFGMultiPolygon(cm)multiPolygonWithMultiPolygon:":{"name":"+multiPolygonWithMultiPolygon:","abstract":"

    Create

    ","parent_name":"SFGMultiPolygon"},"Classes/SFGMultiPolygon.html#/c:objc(cs)SFGMultiPolygon(cm)multiPolygonWithTree:":{"name":"+multiPolygonWithTree:","abstract":"

    Create

    ","parent_name":"SFGMultiPolygon"},"Classes/SFGMultiPolygon.html#/c:objc(cs)SFGMultiPolygon(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFGMultiPolygon"},"Classes/SFGMultiPolygon.html#/c:objc(cs)SFGMultiPolygon(im)initWithCoordinates:":{"name":"-initWithCoordinates:","abstract":"

    Initialize

    ","parent_name":"SFGMultiPolygon"},"Classes/SFGMultiPolygon.html#/c:objc(cs)SFGMultiPolygon(im)initWithPolygons:":{"name":"-initWithPolygons:","abstract":"

    Initialize

    ","parent_name":"SFGMultiPolygon"},"Classes/SFGMultiPolygon.html#/c:objc(cs)SFGMultiPolygon(im)initWithMultiPolygon:":{"name":"-initWithMultiPolygon:","abstract":"

    Initialize

    ","parent_name":"SFGMultiPolygon"},"Classes/SFGMultiPolygon.html#/c:objc(cs)SFGMultiPolygon(im)initWithTree:":{"name":"-initWithTree:","abstract":"

    Initialize

    ","parent_name":"SFGMultiPolygon"},"Classes/SFGMultiPolygon.html#/c:objc(cs)SFGMultiPolygon(im)multiPolygon":{"name":"-multiPolygon","abstract":"

    Get the simple features multi polygon

    ","parent_name":"SFGMultiPolygon"},"Classes/SFGMultiPolygon.html#/c:objc(cs)SFGMultiPolygon(im)setMultiPolygon:":{"name":"-setMultiPolygon:","abstract":"

    Set the simple features multi polygon

    ","parent_name":"SFGMultiPolygon"},"Classes/SFGMultiPoint.html#/c:objc(cs)SFGMultiPoint(py)points":{"name":"points","abstract":"

    Array of points

    ","parent_name":"SFGMultiPoint"},"Classes/SFGMultiPoint.html#/c:objc(cs)SFGMultiPoint(cm)multiPoint":{"name":"+multiPoint","abstract":"

    Create

    ","parent_name":"SFGMultiPoint"},"Classes/SFGMultiPoint.html#/c:objc(cs)SFGMultiPoint(cm)multiPointWithCoordinates:":{"name":"+multiPointWithCoordinates:","abstract":"

    Create

    ","parent_name":"SFGMultiPoint"},"Classes/SFGMultiPoint.html#/c:objc(cs)SFGMultiPoint(cm)multiPointWithPoints:":{"name":"+multiPointWithPoints:","abstract":"

    Create

    ","parent_name":"SFGMultiPoint"},"Classes/SFGMultiPoint.html#/c:objc(cs)SFGMultiPoint(cm)multiPointWithMultiPoint:":{"name":"+multiPointWithMultiPoint:","abstract":"

    Create

    ","parent_name":"SFGMultiPoint"},"Classes/SFGMultiPoint.html#/c:objc(cs)SFGMultiPoint(cm)multiPointWithTree:":{"name":"+multiPointWithTree:","abstract":"

    Create

    ","parent_name":"SFGMultiPoint"},"Classes/SFGMultiPoint.html#/c:objc(cs)SFGMultiPoint(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFGMultiPoint"},"Classes/SFGMultiPoint.html#/c:objc(cs)SFGMultiPoint(im)initWithCoordinates:":{"name":"-initWithCoordinates:","abstract":"

    Initialize

    ","parent_name":"SFGMultiPoint"},"Classes/SFGMultiPoint.html#/c:objc(cs)SFGMultiPoint(im)initWithPoints:":{"name":"-initWithPoints:","abstract":"

    Initialize

    ","parent_name":"SFGMultiPoint"},"Classes/SFGMultiPoint.html#/c:objc(cs)SFGMultiPoint(im)initWithMultiPoint:":{"name":"-initWithMultiPoint:","abstract":"

    Initialize

    ","parent_name":"SFGMultiPoint"},"Classes/SFGMultiPoint.html#/c:objc(cs)SFGMultiPoint(im)initWithTree:":{"name":"-initWithTree:","abstract":"

    Initialize

    ","parent_name":"SFGMultiPoint"},"Classes/SFGMultiPoint.html#/c:objc(cs)SFGMultiPoint(im)multiPoint":{"name":"-multiPoint","abstract":"

    Get the simple features multi point

    ","parent_name":"SFGMultiPoint"},"Classes/SFGMultiPoint.html#/c:objc(cs)SFGMultiPoint(im)setMultiPoint:":{"name":"-setMultiPoint:","abstract":"

    Set the simple features multi point

    ","parent_name":"SFGMultiPoint"},"Classes/SFGMultiLineString.html#/c:objc(cs)SFGMultiLineString(py)lineStrings":{"name":"lineStrings","abstract":"

    Array of line strings

    ","parent_name":"SFGMultiLineString"},"Classes/SFGMultiLineString.html#/c:objc(cs)SFGMultiLineString(cm)multiLineString":{"name":"+multiLineString","abstract":"

    Create

    ","parent_name":"SFGMultiLineString"},"Classes/SFGMultiLineString.html#/c:objc(cs)SFGMultiLineString(cm)multiLineStringWithCoordinates:":{"name":"+multiLineStringWithCoordinates:","abstract":"

    Create

    ","parent_name":"SFGMultiLineString"},"Classes/SFGMultiLineString.html#/c:objc(cs)SFGMultiLineString(cm)multiLineStringWithLineStrings:":{"name":"+multiLineStringWithLineStrings:","abstract":"

    Create

    ","parent_name":"SFGMultiLineString"},"Classes/SFGMultiLineString.html#/c:objc(cs)SFGMultiLineString(cm)multiLineStringWithMultiLineString:":{"name":"+multiLineStringWithMultiLineString:","abstract":"

    Create

    ","parent_name":"SFGMultiLineString"},"Classes/SFGMultiLineString.html#/c:objc(cs)SFGMultiLineString(cm)multiLineStringWithTree:":{"name":"+multiLineStringWithTree:","abstract":"

    Create

    ","parent_name":"SFGMultiLineString"},"Classes/SFGMultiLineString.html#/c:objc(cs)SFGMultiLineString(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFGMultiLineString"},"Classes/SFGMultiLineString.html#/c:objc(cs)SFGMultiLineString(im)initWithCoordinates:":{"name":"-initWithCoordinates:","abstract":"

    Initialize

    ","parent_name":"SFGMultiLineString"},"Classes/SFGMultiLineString.html#/c:objc(cs)SFGMultiLineString(im)initWithLineStrings:":{"name":"-initWithLineStrings:","abstract":"

    Initialize

    ","parent_name":"SFGMultiLineString"},"Classes/SFGMultiLineString.html#/c:objc(cs)SFGMultiLineString(im)initWithMultiLineString:":{"name":"-initWithMultiLineString:","abstract":"

    Initialize

    ","parent_name":"SFGMultiLineString"},"Classes/SFGMultiLineString.html#/c:objc(cs)SFGMultiLineString(im)initWithTree:":{"name":"-initWithTree:","abstract":"

    Initialize

    ","parent_name":"SFGMultiLineString"},"Classes/SFGMultiLineString.html#/c:objc(cs)SFGMultiLineString(im)multiLineString":{"name":"-multiLineString","abstract":"

    Get the simple features multi line string

    ","parent_name":"SFGMultiLineString"},"Classes/SFGMultiLineString.html#/c:objc(cs)SFGMultiLineString(im)setMultiLineString:":{"name":"-setMultiLineString:","abstract":"

    Set the simple features multi line string

    ","parent_name":"SFGMultiLineString"},"Classes/SFGLineString.html#/c:objc(cs)SFGLineString(py)points":{"name":"points","abstract":"

    Array of points

    ","parent_name":"SFGLineString"},"Classes/SFGLineString.html#/c:objc(cs)SFGLineString(cm)lineString":{"name":"+lineString","abstract":"

    Create

    ","parent_name":"SFGLineString"},"Classes/SFGLineString.html#/c:objc(cs)SFGLineString(cm)lineStringWithCoordinates:":{"name":"+lineStringWithCoordinates:","abstract":"

    Create

    ","parent_name":"SFGLineString"},"Classes/SFGLineString.html#/c:objc(cs)SFGLineString(cm)lineStringWithPoints:":{"name":"+lineStringWithPoints:","abstract":"

    Create

    ","parent_name":"SFGLineString"},"Classes/SFGLineString.html#/c:objc(cs)SFGLineString(cm)lineStringWithLineString:":{"name":"+lineStringWithLineString:","abstract":"

    Create

    ","parent_name":"SFGLineString"},"Classes/SFGLineString.html#/c:objc(cs)SFGLineString(cm)lineStringWithTree:":{"name":"+lineStringWithTree:","abstract":"

    Create

    ","parent_name":"SFGLineString"},"Classes/SFGLineString.html#/c:objc(cs)SFGLineString(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFGLineString"},"Classes/SFGLineString.html#/c:objc(cs)SFGLineString(im)initWithCoordinates:":{"name":"-initWithCoordinates:","abstract":"

    Initialize

    ","parent_name":"SFGLineString"},"Classes/SFGLineString.html#/c:objc(cs)SFGLineString(im)initWithPoints:":{"name":"-initWithPoints:","abstract":"

    Initialize

    ","parent_name":"SFGLineString"},"Classes/SFGLineString.html#/c:objc(cs)SFGLineString(im)initWithLineString:":{"name":"-initWithLineString:","abstract":"

    Initialize

    ","parent_name":"SFGLineString"},"Classes/SFGLineString.html#/c:objc(cs)SFGLineString(im)initWithTree:":{"name":"-initWithTree:","abstract":"

    Initialize

    ","parent_name":"SFGLineString"},"Classes/SFGLineString.html#/c:objc(cs)SFGLineString(im)lineString":{"name":"-lineString","abstract":"

    Get the simple features line string

    ","parent_name":"SFGLineString"},"Classes/SFGLineString.html#/c:objc(cs)SFGLineString(im)setLineString:":{"name":"-setLineString:","abstract":"

    Set the simple features line string

    ","parent_name":"SFGLineString"},"Classes/SFGGeometryTypes.html#/c:objc(cs)SFGGeometryTypes(im)type":{"name":"-type","abstract":"

    Get the type

    ","parent_name":"SFGGeometryTypes"},"Classes/SFGGeometryTypes.html#/c:objc(cs)SFGGeometryTypes(im)simpleType":{"name":"-simpleType","abstract":"

    Get the simple geometry type

    ","parent_name":"SFGGeometryTypes"},"Classes/SFGGeometryTypes.html#/c:objc(cs)SFGGeometryTypes(im)name":{"name":"-name","abstract":"

    Get the name

    ","parent_name":"SFGGeometryTypes"},"Classes/SFGGeometryTypes.html#/c:objc(cs)SFGGeometryTypes(cm)type:":{"name":"+type:","abstract":"

    Get the geometry type

    ","parent_name":"SFGGeometryTypes"},"Classes/SFGGeometryTypes.html#/c:objc(cs)SFGGeometryTypes(cm)name:":{"name":"+name:","abstract":"

    Get the geometry name

    ","parent_name":"SFGGeometryTypes"},"Classes/SFGGeometryTypes.html#/c:objc(cs)SFGGeometryTypes(cm)fromName:":{"name":"+fromName:","abstract":"

    Get the geometry type of the name

    ","parent_name":"SFGGeometryTypes"},"Classes/SFGGeometryCollection.html#/c:objc(cs)SFGGeometryCollection(py)geometries":{"name":"geometries","abstract":"

    Array of geometries

    ","parent_name":"SFGGeometryCollection"},"Classes/SFGGeometryCollection.html#/c:objc(cs)SFGGeometryCollection(cm)geometryCollection":{"name":"+geometryCollection","abstract":"

    Create

    ","parent_name":"SFGGeometryCollection"},"Classes/SFGGeometryCollection.html#/c:objc(cs)SFGGeometryCollection(cm)geometryCollectionWithGeometries:":{"name":"+geometryCollectionWithGeometries:","abstract":"

    Create

    ","parent_name":"SFGGeometryCollection"},"Classes/SFGGeometryCollection.html#/c:objc(cs)SFGGeometryCollection(cm)geometryCollectionWithCoordinates:":{"name":"+geometryCollectionWithCoordinates:","abstract":"

    Create

    ","parent_name":"SFGGeometryCollection"},"Classes/SFGGeometryCollection.html#/c:objc(cs)SFGGeometryCollection(cm)geometryCollectionWithGeometryCollection:":{"name":"+geometryCollectionWithGeometryCollection:","abstract":"

    Create

    ","parent_name":"SFGGeometryCollection"},"Classes/SFGGeometryCollection.html#/c:objc(cs)SFGGeometryCollection(cm)geometryCollectionWithTree:":{"name":"+geometryCollectionWithTree:","abstract":"

    Create

    ","parent_name":"SFGGeometryCollection"},"Classes/SFGGeometryCollection.html#/c:objc(cs)SFGGeometryCollection(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFGGeometryCollection"},"Classes/SFGGeometryCollection.html#/c:objc(cs)SFGGeometryCollection(im)initWithGeometries:":{"name":"-initWithGeometries:","abstract":"

    Initialize

    ","parent_name":"SFGGeometryCollection"},"Classes/SFGGeometryCollection.html#/c:objc(cs)SFGGeometryCollection(im)initWithCoordinates:":{"name":"-initWithCoordinates:","abstract":"

    Initialize

    ","parent_name":"SFGGeometryCollection"},"Classes/SFGGeometryCollection.html#/c:objc(cs)SFGGeometryCollection(im)initWithGeometryCollection:":{"name":"-initWithGeometryCollection:","abstract":"

    Initialize

    ","parent_name":"SFGGeometryCollection"},"Classes/SFGGeometryCollection.html#/c:objc(cs)SFGGeometryCollection(im)initWithTree:":{"name":"-initWithTree:","abstract":"

    Initialize

    ","parent_name":"SFGGeometryCollection"},"Classes/SFGGeometryCollection.html#/c:objc(cs)SFGGeometryCollection(im)geometryCollection":{"name":"-geometryCollection","abstract":"

    Get the simple features geometry collection

    ","parent_name":"SFGGeometryCollection"},"Classes/SFGGeometryCollection.html#/c:objc(cs)SFGGeometryCollection(im)setGeometryCollection:":{"name":"-setGeometryCollection:","abstract":"

    Set the simple features geometry collection

    ","parent_name":"SFGGeometryCollection"},"Classes/SFGGeometryCollection.html#/c:objc(cs)SFGGeometryCollection(cm)geometriesFromGeometryCollection:":{"name":"+geometriesFromGeometryCollection:","abstract":"

    Get geometries from a geometry collection

    ","parent_name":"SFGGeometryCollection"},"Classes/SFGGeometryCollection.html#/c:objc(cs)SFGGeometryCollection(cm)geometryCollectionFromGeometries:":{"name":"+geometryCollectionFromGeometries:","abstract":"

    Get a geometry collection from geometries

    ","parent_name":"SFGGeometryCollection"},"Classes/SFGGeometryCollection.html#/c:objc(cs)SFGGeometryCollection(cm)treeGeometries:":{"name":"+treeGeometries:","abstract":"

    Get the JSON object geometries from the JSON tree

    ","parent_name":"SFGGeometryCollection"},"Classes/SFGGeometry.html#/c:objc(cs)SFGGeometry(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFGGeometry"},"Classes/SFGGeometry.html#/c:objc(cs)SFGGeometry(im)initWithCoordinates:":{"name":"-initWithCoordinates:","abstract":"

    Initialize

    ","parent_name":"SFGGeometry"},"Classes/SFGGeometry.html#/c:objc(cs)SFGGeometry(im)initWithTree:":{"name":"-initWithTree:","abstract":"

    Initialize

    ","parent_name":"SFGGeometry"},"Classes/SFGGeometry.html#/c:objc(cs)SFGGeometry(im)geometryType":{"name":"-geometryType","abstract":"

    Get the geometry type

    ","parent_name":"SFGGeometry"},"Classes/SFGGeometry.html#/c:objc(cs)SFGGeometry(im)geometry":{"name":"-geometry","abstract":"

    Get the simple geometry

    ","parent_name":"SFGGeometry"},"Classes/SFGGeometry.html#/c:objc(cs)SFGGeometry(im)coordinates":{"name":"-coordinates","abstract":"

    Get the JSON object coordinates

    ","parent_name":"SFGGeometry"},"Classes/SFGGeometry.html#/c:objc(cs)SFGGeometry(im)setCoordinates:":{"name":"-setCoordinates:","abstract":"

    Set the coordinates

    ","parent_name":"SFGGeometry"},"Classes/SFGGeometry.html#/c:objc(cs)SFGGeometry(cm)treeCoordinates:":{"name":"+treeCoordinates:","abstract":"

    Get the JSON object coordinates from the JSON tree

    ","parent_name":"SFGGeometry"},"Classes/SFGGeoJSONObject.html#/c:objc(cs)SFGGeoJSONObject(py)bbox":{"name":"bbox","abstract":"

    Bounding box

    ","parent_name":"SFGGeoJSONObject"},"Classes/SFGGeoJSONObject.html#/c:objc(cs)SFGGeoJSONObject(py)foreignMembers":{"name":"foreignMembers","abstract":"

    Foreign members

    ","parent_name":"SFGGeoJSONObject"},"Classes/SFGGeoJSONObject.html#/c:objc(cs)SFGGeoJSONObject(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFGGeoJSONObject"},"Classes/SFGGeoJSONObject.html#/c:objc(cs)SFGGeoJSONObject(im)initWithTree:":{"name":"-initWithTree:","abstract":"

    Initialize

    ","parent_name":"SFGGeoJSONObject"},"Classes/SFGGeoJSONObject.html#/c:objc(cs)SFGGeoJSONObject(im)type":{"name":"-type","abstract":"

    Get the GeoJSON object type

    ","parent_name":"SFGGeoJSONObject"},"Classes/SFGGeoJSONObject.html#/c:objc(cs)SFGGeoJSONObject(im)toTree":{"name":"-toTree","abstract":"

    Convert to a JSON tree

    ","parent_name":"SFGGeoJSONObject"},"Classes/SFGGeoJSONObject.html#/c:objc(cs)SFGGeoJSONObject(im)fromTree:":{"name":"-fromTree:","abstract":"

    Set from a JSON tree

    ","parent_name":"SFGGeoJSONObject"},"Classes/SFGGeoJSONObject.html#/c:objc(cs)SFGGeoJSONObject(im)keys":{"name":"-keys","abstract":"

    Get the JSON keys

    ","parent_name":"SFGGeoJSONObject"},"Classes/SFGGeoJSONObject.html#/c:objc(cs)SFGGeoJSONObject(cm)treeType:":{"name":"+treeType:","abstract":"

    Get the type of the JSON tree

    ","parent_name":"SFGGeoJSONObject"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)jsonToFeature:":{"name":"+jsonToFeature:","abstract":"

    Convert the JSON string to a feature

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)treeToFeature:":{"name":"+treeToFeature:","abstract":"

    Convert the JSON tree to a feature

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)simpleGeometryToFeature:":{"name":"+simpleGeometryToFeature:","abstract":"

    Convert a simple geometry to a feature

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)jsonToFeatureCollection:":{"name":"+jsonToFeatureCollection:","abstract":"

    Convert the JSON string to a feature collection

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)treeToFeatureCollection:":{"name":"+treeToFeatureCollection:","abstract":"

    Convert the JSON tree to a feature collection

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)simpleGeometryToFeatureCollection:":{"name":"+simpleGeometryToFeatureCollection:","abstract":"

    Convert a simple geometry to a feature collection

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)simpleGeometriesToFeatureCollection:":{"name":"+simpleGeometriesToFeatureCollection:","abstract":"

    Convert simple geometries to a feature collection

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)jsonToObject:":{"name":"+jsonToObject:","abstract":"

    Convert the string content to a GeoJSON object

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)treeToObject:":{"name":"+treeToObject:","abstract":"

    Convert the JSON tree to a GeoJSON Object

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)objectToJSON:":{"name":"+objectToJSON:","abstract":"

    Convert the object to a JSON value

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)simpleGeometryToJSON:":{"name":"+simpleGeometryToJSON:","abstract":"

    Convert the simple geometry to a JSON value

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)treeToJSON:":{"name":"+treeToJSON:","abstract":"

    Convert the JSON tree to a JSON string

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)objectToMutableTree:":{"name":"+objectToMutableTree:","abstract":"

    Convert the GeoJSON object to a mutable tree

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)objectToTree:":{"name":"+objectToTree:","abstract":"

    Convert the GeoJSON object to a tree

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)jsonToMutableTree:":{"name":"+jsonToMutableTree:","abstract":"

    Convert the JSON string to a mutable JSON tree

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)jsonToTree:":{"name":"+jsonToTree:","abstract":"

    Convert the JSON string to a JSON tree

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)simpleGeometryToMutableTree:":{"name":"+simpleGeometryToMutableTree:","abstract":"

    Convert the simple geometry to a mutable tree

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)simpleGeometryToTree:":{"name":"+simpleGeometryToTree:","abstract":"

    Convert the simple geometry to a tree

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)jsonToGeometry:":{"name":"+jsonToGeometry:","abstract":"

    Convert the JSON string to a geometry

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)treeToGeometry:":{"name":"+treeToGeometry:","abstract":"

    Convert the JSON tree to a geometry

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)simpleGeometryToGeometry:":{"name":"+simpleGeometryToGeometry:","abstract":"

    Convert the simple geometry to a geometry

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)treeToPoint:":{"name":"+treeToPoint:","abstract":"

    Convert the JSON tree to a point

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)treeToLineString:":{"name":"+treeToLineString:","abstract":"

    Convert the JSON tree to a line string

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)treeToPolygon:":{"name":"+treeToPolygon:","abstract":"

    Convert the JSON tree to a polygon

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)treeToMultiPoint:":{"name":"+treeToMultiPoint:","abstract":"

    Convert the JSON tree to a multi point

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)treeToMultiLineString:":{"name":"+treeToMultiLineString:","abstract":"

    Convert the JSON tree to a multi line string

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)treeToMultiPolygon:":{"name":"+treeToMultiPolygon:","abstract":"

    Convert the JSON tree to a multi polygon

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)treeToGeometryCollection:":{"name":"+treeToGeometryCollection:","abstract":"

    Convert the JSON tree to a geometry collection

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureCollection.html#/c:objc(cs)SFGFeatureCollection(py)features":{"name":"features","abstract":"

    Collection of features

    ","parent_name":"SFGFeatureCollection"},"Classes/SFGFeatureCollection.html#/c:objc(cs)SFGFeatureCollection(cm)featureCollection":{"name":"+featureCollection","abstract":"

    Create

    ","parent_name":"SFGFeatureCollection"},"Classes/SFGFeatureCollection.html#/c:objc(cs)SFGFeatureCollection(cm)featureCollectionWithFeature:":{"name":"+featureCollectionWithFeature:","abstract":"

    Create

    ","parent_name":"SFGFeatureCollection"},"Classes/SFGFeatureCollection.html#/c:objc(cs)SFGFeatureCollection(cm)featureCollectionWithFeatures:":{"name":"+featureCollectionWithFeatures:","abstract":"

    Create

    ","parent_name":"SFGFeatureCollection"},"Classes/SFGFeatureCollection.html#/c:objc(cs)SFGFeatureCollection(cm)featureCollectionWithTree:":{"name":"+featureCollectionWithTree:","abstract":"

    Create

    ","parent_name":"SFGFeatureCollection"},"Classes/SFGFeatureCollection.html#/c:objc(cs)SFGFeatureCollection(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFGFeatureCollection"},"Classes/SFGFeatureCollection.html#/c:objc(cs)SFGFeatureCollection(im)initWithFeature:":{"name":"-initWithFeature:","abstract":"

    Initialize

    ","parent_name":"SFGFeatureCollection"},"Classes/SFGFeatureCollection.html#/c:objc(cs)SFGFeatureCollection(im)initWithFeatures:":{"name":"-initWithFeatures:","abstract":"

    Initialize

    ","parent_name":"SFGFeatureCollection"},"Classes/SFGFeatureCollection.html#/c:objc(cs)SFGFeatureCollection(im)initWithTree:":{"name":"-initWithTree:","abstract":"

    Initialize

    ","parent_name":"SFGFeatureCollection"},"Classes/SFGFeatureCollection.html#/c:objc(cs)SFGFeatureCollection(im)addFeature:":{"name":"-addFeature:","abstract":"

    Add a feature

    ","parent_name":"SFGFeatureCollection"},"Classes/SFGFeatureCollection.html#/c:objc(cs)SFGFeatureCollection(im)addFeatures:":{"name":"-addFeatures:","abstract":"

    Add the features

    ","parent_name":"SFGFeatureCollection"},"Classes/SFGFeatureCollection.html#/c:objc(cs)SFGFeatureCollection(im)numFeatures":{"name":"-numFeatures","abstract":"

    Get the number of features

    ","parent_name":"SFGFeatureCollection"},"Classes/SFGFeatureCollection.html#/c:objc(cs)SFGFeatureCollection(im)featureAtIndex:":{"name":"-featureAtIndex:","abstract":"

    Get the feature at the index

    ","parent_name":"SFGFeatureCollection"},"Classes/SFGFeatureCollection.html#/c:objc(cs)SFGFeatureCollection(im)geometryType":{"name":"-geometryType","abstract":"

    Get the geometry type

    ","parent_name":"SFGFeatureCollection"},"Classes/SFGFeatureCollection.html#/c:objc(cs)SFGFeatureCollection(im)properties":{"name":"-properties","abstract":"

    Get the combined properties from all features

    ","parent_name":"SFGFeatureCollection"},"Classes/SFGFeature.html#/c:objc(cs)SFGFeature(py)id":{"name":"id","abstract":"

    Feature id

    ","parent_name":"SFGFeature"},"Classes/SFGFeature.html#/c:objc(cs)SFGFeature(py)geometry":{"name":"geometry","abstract":"

    Geometry

    ","parent_name":"SFGFeature"},"Classes/SFGFeature.html#/c:objc(cs)SFGFeature(py)properties":{"name":"properties","abstract":"

    Properties dictionary

    ","parent_name":"SFGFeature"},"Classes/SFGFeature.html#/c:objc(cs)SFGFeature(cm)feature":{"name":"+feature","abstract":"

    Create

    ","parent_name":"SFGFeature"},"Classes/SFGFeature.html#/c:objc(cs)SFGFeature(cm)featureWithGeometry:":{"name":"+featureWithGeometry:","abstract":"

    Create

    ","parent_name":"SFGFeature"},"Classes/SFGFeature.html#/c:objc(cs)SFGFeature(cm)featureWithTree:":{"name":"+featureWithTree:","abstract":"

    Create

    ","parent_name":"SFGFeature"},"Classes/SFGFeature.html#/c:objc(cs)SFGFeature(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFGFeature"},"Classes/SFGFeature.html#/c:objc(cs)SFGFeature(im)initWithGeometry:":{"name":"-initWithGeometry:","abstract":"

    Initialize

    ","parent_name":"SFGFeature"},"Classes/SFGFeature.html#/c:objc(cs)SFGFeature(im)initWithTree:":{"name":"-initWithTree:","abstract":"

    Initialize

    ","parent_name":"SFGFeature"},"Classes/SFGFeature.html#/c:objc(cs)SFGFeature(im)simpleGeometry":{"name":"-simpleGeometry","abstract":"

    Get the simple feature geometry

    ","parent_name":"SFGFeature"},"Classes/SFGFeature.html#/c:objc(cs)SFGFeature(im)geometryType":{"name":"-geometryType","abstract":"

    Get the geometry type

    ","parent_name":"SFGFeature"},"Classes/PROJProjections.html#/c:objc(cs)PROJProjections(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"PROJProjections"},"Classes/PROJProjections.html#/c:objc(cs)PROJProjections(im)projectionsForAuthority:":{"name":"-projectionsForAuthority:","abstract":"

    Get the authority projections

    ","parent_name":"PROJProjections"},"Classes/PROJProjections.html#/c:objc(cs)PROJProjections(im)projectionForAuthority:andCode:":{"name":"-projectionForAuthority:andCode:","abstract":"

    Get the projection for the authority and code

    ","parent_name":"PROJProjections"},"Classes/PROJProjections.html#/c:objc(cs)PROJProjections(im)hasProjection:":{"name":"-hasProjection:","abstract":"

    Check if the collection contains the projection

    ","parent_name":"PROJProjections"},"Classes/PROJProjections.html#/c:objc(cs)PROJProjections(im)hasProjectionWithAuthority:andCode:":{"name":"-hasProjectionWithAuthority:andCode:","abstract":"

    Check if the collection contains a projection for the authority and code

    ","parent_name":"PROJProjections"},"Classes/PROJProjections.html#/c:objc(cs)PROJProjections(im)addProjection:":{"name":"-addProjection:","abstract":"

    Add the projection

    ","parent_name":"PROJProjections"},"Classes/PROJProjections.html#/c:objc(cs)PROJProjections(im)clear":{"name":"-clear","abstract":"

    Clear all projections

    ","parent_name":"PROJProjections"},"Classes/PROJProjections.html#/c:objc(cs)PROJProjections(im)clearAuthority:":{"name":"-clearAuthority:","abstract":"

    Clear all projections for the authority

    ","parent_name":"PROJProjections"},"Classes/PROJProjections.html#/c:objc(cs)PROJProjections(im)removeAuthority:andNumberCode:":{"name":"-removeAuthority:andNumberCode:","abstract":"

    Remove the projection for the authority and code

    ","parent_name":"PROJProjections"},"Classes/PROJProjections.html#/c:objc(cs)PROJProjections(im)removeAuthority:andCode:":{"name":"-removeAuthority:andCode:","abstract":"

    Remove the projection for the authority and code

    ","parent_name":"PROJProjections"},"Classes/PROJProjections.html#/c:objc(cs)PROJProjections(im)removeProjection:":{"name":"-removeProjection:","abstract":"

    Remove the projection

    ","parent_name":"PROJProjections"},"Classes/PROJProjections.html#/c:objc(cs)PROJProjections(im)authorityCount":{"name":"-authorityCount","abstract":"

    Get the count of authorities

    ","parent_name":"PROJProjections"},"Classes/PROJProjections.html#/c:objc(cs)PROJProjections(im)authorities":{"name":"-authorities","abstract":"

    Get the authorities

    ","parent_name":"PROJProjections"},"Classes/PROJProjections.html#/c:objc(cs)PROJProjections(im)projectionCount":{"name":"-projectionCount","abstract":"

    Get the count of projections

    ","parent_name":"PROJProjections"},"Classes/PROJProjections.html#/c:objc(cs)PROJProjections(im)isEmpty":{"name":"-isEmpty","abstract":"

    Is the collection empty?

    ","parent_name":"PROJProjections"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(py)fromProjection":{"name":"fromProjection","abstract":"

    From projection

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(py)toProjection":{"name":"toProjection","abstract":"

    To projection

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(cm)transformFromProjection:andToProjection:":{"name":"+transformFromProjection:andToProjection:","abstract":"

    Create

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(cm)transformFromEpsg:andToEpsg:":{"name":"+transformFromEpsg:andToEpsg:","abstract":"

    Create

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(cm)transformFromAuthority:andFromIntCode:andToAuthority:andToIntCode:":{"name":"+transformFromAuthority:andFromIntCode:andToAuthority:andToIntCode:","abstract":"

    Create

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(cm)transformFromAuthority:andFromCode:andToAuthority:andToCode:":{"name":"+transformFromAuthority:andFromCode:andToAuthority:andToCode:","abstract":"

    Create

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(cm)transformFromProjection:andToEpsg:":{"name":"+transformFromProjection:andToEpsg:","abstract":"

    Create

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(cm)transformFromProjection:andToAuthority:andToCode:":{"name":"+transformFromProjection:andToAuthority:andToCode:","abstract":"

    Create

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(cm)transformFromEpsg:andToProjection:":{"name":"+transformFromEpsg:andToProjection:","abstract":"

    Create

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(cm)transformFromAuthority:andFromCode:andToProjection:":{"name":"+transformFromAuthority:andFromCode:andToProjection:","abstract":"

    Create

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(cm)transformWithProjectionTransform:":{"name":"+transformWithProjectionTransform:","abstract":"

    Create

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(im)initWithFromProjection:andToProjection:":{"name":"-initWithFromProjection:andToProjection:","abstract":"

    Initialize

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(im)initWithFromEpsg:andToEpsg:":{"name":"-initWithFromEpsg:andToEpsg:","abstract":"

    Initialize

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(im)initWithFromAuthority:andFromIntCode:andToAuthority:andToIntCode:":{"name":"-initWithFromAuthority:andFromIntCode:andToAuthority:andToIntCode:","abstract":"

    Initialize

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(im)initWithFromAuthority:andFromCode:andToAuthority:andToCode:":{"name":"-initWithFromAuthority:andFromCode:andToAuthority:andToCode:","abstract":"

    Initialize

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(im)initWithFromProjection:andToEpsg:":{"name":"-initWithFromProjection:andToEpsg:","abstract":"

    Initialize

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(im)initWithFromProjection:andToAuthority:andToCode:":{"name":"-initWithFromProjection:andToAuthority:andToCode:","abstract":"

    Initialize

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(im)initWithFromEpsg:andToProjection:":{"name":"-initWithFromEpsg:andToProjection:","abstract":"

    Initialize

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(im)initWithFromAuthority:andFromCode:andToProjection:":{"name":"-initWithFromAuthority:andFromCode:andToProjection:","abstract":"

    Initialize

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(im)initWithProjectionTransform:":{"name":"-initWithProjectionTransform:","abstract":"

    Initialize

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(im)free":{"name":"-free","abstract":"

    Free the projection memory

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(im)transform:":{"name":"-transform:","abstract":"

    Transform a location coordinate

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(im)transform3d:":{"name":"-transform3d:","abstract":"

    Transform a 3d location coordinate

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(im)transformX:andY:":{"name":"-transformX:andY:","abstract":"

    Transform a x and y coordinate

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(im)transformMinX:andMinY:andMaxX:andMaxY:":{"name":"-transformMinX:andMinY:andMaxX:andMaxY:","abstract":"

    Transform the coordinate bounds

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(im)isSameProjection":{"name":"-isSameProjection","abstract":"

    Is the from and to projection the same?

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(im)inverseTransformation":{"name":"-inverseTransformation","abstract":"

    Get the inverse transformation

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionRetriever.html#/c:objc(cs)PROJProjectionRetriever(cm)projectionWithEpsg:":{"name":"+projectionWithEpsg:","abstract":"

    Get the proj4 projection string for the EPSG code

    ","parent_name":"PROJProjectionRetriever"},"Classes/PROJProjectionRetriever.html#/c:objc(cs)PROJProjectionRetriever(cm)projectionWithAuthority:andNumberCode:":{"name":"+projectionWithAuthority:andNumberCode:","abstract":"

    Get the proj4 projection string for the authority coordinate code

    ","parent_name":"PROJProjectionRetriever"},"Classes/PROJProjectionRetriever.html#/c:objc(cs)PROJProjectionRetriever(cm)projectionWithAuthority:andCode:":{"name":"+projectionWithAuthority:andCode:","abstract":"

    Get the proj4 projection string for the authority coordinate code

    ","parent_name":"PROJProjectionRetriever"},"Classes/PROJProjectionRetriever.html#/c:objc(cs)PROJProjectionRetriever(cm)getOrCreateProjectionsForAuthority:":{"name":"+getOrCreateProjectionsForAuthority:","abstract":"

    Get or create the projection properties

    ","parent_name":"PROJProjectionRetriever"},"Classes/PROJProjectionRetriever.html#/c:objc(cs)PROJProjectionRetriever(cm)projectionsForAuthority:":{"name":"+projectionsForAuthority:","abstract":"

    Get the projection properties for the authority

    ","parent_name":"PROJProjectionRetriever"},"Classes/PROJProjectionRetriever.html#/c:objc(cs)PROJProjectionRetriever(cm)clear":{"name":"+clear","abstract":"

    Clear the properties for all authorities

    ","parent_name":"PROJProjectionRetriever"},"Classes/PROJProjectionRetriever.html#/c:objc(cs)PROJProjectionRetriever(cm)clearAuthority:":{"name":"+clearAuthority:","abstract":"

    Clear the properties for the authority

    ","parent_name":"PROJProjectionRetriever"},"Classes/PROJProjectionRetriever.html#/c:objc(cs)PROJProjectionRetriever(cm)clearAuthority:andNumberCode:":{"name":"+clearAuthority:andNumberCode:","abstract":"

    Clear the property for the authority code

    ","parent_name":"PROJProjectionRetriever"},"Classes/PROJProjectionRetriever.html#/c:objc(cs)PROJProjectionRetriever(cm)clearAuthority:andCode:":{"name":"+clearAuthority:andCode:","abstract":"

    Clear the property for the authority code

    ","parent_name":"PROJProjectionRetriever"},"Classes/PROJProjectionRetriever.html#/c:objc(cs)PROJProjectionRetriever(cm)propertiesPathForAuthority:":{"name":"+propertiesPathForAuthority:","abstract":"

    Get the properties file path for the authority

    ","parent_name":"PROJProjectionRetriever"},"Classes/PROJProjectionRetriever.html#/c:objc(cs)PROJProjectionRetriever(cm)setProjections:forAuthority:":{"name":"+setProjections:forAuthority:","abstract":"

    Set the projections for the authority with the properties

    ","parent_name":"PROJProjectionRetriever"},"Classes/PROJProjectionRetriever.html#/c:objc(cs)PROJProjectionRetriever(cm)setProjection:forAuthority:andNumberCode:":{"name":"+setProjection:forAuthority:andNumberCode:","abstract":"

    Set the projection for the authority and code, creating the authority if","parent_name":"PROJProjectionRetriever"},"Classes/PROJProjectionRetriever.html#/c:objc(cs)PROJProjectionRetriever(cm)setProjection:forAuthority:andCode:":{"name":"+setProjection:forAuthority:andCode:","abstract":"

    Set the projection for the authority and code, creating the authority if","parent_name":"PROJProjectionRetriever"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)resetOrder":{"name":"+resetOrder","abstract":"

    Reset the projection factory retrieval order to the default

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)order":{"name":"+order","abstract":"

    Get a copy of the projection factory retrieval order

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)cachelessOrder":{"name":"+cachelessOrder","abstract":"

    Get a copy of the projection factory retrieval order without caching

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)removeOrderType:":{"name":"+removeOrderType:","abstract":"

    Remove the projection factory retrieval type from the retrieval ordering

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)setOrder:":{"name":"+setOrder:","abstract":"

    Set the projection factory retrieval order

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)buildDefaultOrder":{"name":"+buildDefaultOrder","abstract":"

    Build a default order set for specified ordered projection retrievals","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)buildOrder:":{"name":"+buildOrder:","abstract":"

    Build an order set for specified ordered projection retrievals without","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)projectionWithEpsg:":{"name":"+projectionWithEpsg:","abstract":"

    Get the projection for the EPSG code

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)cachelessProjectionWithEpsg:":{"name":"+cachelessProjectionWithEpsg:","abstract":"

    Get the cacheless projection for the EPSG code

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)projectionWithEpsgInt:":{"name":"+projectionWithEpsgInt:","abstract":"

    Get the projection for the EPSG code

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)cachelessProjectionWithEpsgInt:":{"name":"+cachelessProjectionWithEpsgInt:","abstract":"

    Get the cacheless projection for the EPSG code

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)projectionWithName:":{"name":"+projectionWithName:","abstract":"

    Get the projection for the projection name, expected as ‘authority:code’ or ‘epsg_code’

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)cachelessProjectionWithName:":{"name":"+cachelessProjectionWithName:","abstract":"

    Get the cacheless projection for the projection name, expected as ‘authority:code’ or ‘epsg_code’

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)projectionWithAuthority:andNumberCode:":{"name":"+projectionWithAuthority:andNumberCode:","abstract":"

    Get the projection for authority and code

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)cachelessProjectionWithAuthority:andNumberCode:":{"name":"+cachelessProjectionWithAuthority:andNumberCode:","abstract":"

    Get the cacheless projection for authority and code

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)projectionWithAuthority:andIntCode:":{"name":"+projectionWithAuthority:andIntCode:","abstract":"

    Get the projection for authority and code

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)cachelessProjectionWithAuthority:andIntCode:":{"name":"+cachelessProjectionWithAuthority:andIntCode:","abstract":"

    Get the cacheless projection for authority and code

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)projectionWithAuthority:andCode:":{"name":"+projectionWithAuthority:andCode:","abstract":"

    Get the projection for authority and code

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)cachelessProjectionWithAuthority:andCode:":{"name":"+cachelessProjectionWithAuthority:andCode:","abstract":"

    Get the cacheless projection for authority and code

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)projectionWithAuthority:andNumberCode:andParams:":{"name":"+projectionWithAuthority:andNumberCode:andParams:","abstract":"

    Get the projection for authority, code, and parameter string

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)cachelessProjectionWithAuthority:andNumberCode:andParams:":{"name":"+cachelessProjectionWithAuthority:andNumberCode:andParams:","abstract":"

    Get the cacheless projection for authority, code, and parameter string

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)projectionWithAuthority:andIntCode:andParams:":{"name":"+projectionWithAuthority:andIntCode:andParams:","abstract":"

    Get the projection for authority, code, and parameter string

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)cachelessProjectionWithAuthority:andIntCode:andParams:":{"name":"+cachelessProjectionWithAuthority:andIntCode:andParams:","abstract":"

    Get the cacheless projection for authority, code, and parameter string

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)projectionWithAuthority:andCode:andParams:":{"name":"+projectionWithAuthority:andCode:andParams:","abstract":"

    Get the projection for authority, code, and parameter string

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)cachelessProjectionWithAuthority:andCode:andParams:":{"name":"+cachelessProjectionWithAuthority:andCode:andParams:","abstract":"

    Get the cacheless projection for authority, code, and parameter string

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)projectionWithAuthority:andNumberCode:andDefinition:":{"name":"+projectionWithAuthority:andNumberCode:andDefinition:","abstract":"

    Get the projection for the authority, code, and definition

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)cachelessProjectionWithAuthority:andNumberCode:andDefinition:":{"name":"+cachelessProjectionWithAuthority:andNumberCode:andDefinition:","abstract":"

    Get the cacheless projection for the authority, code, and definition

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)projectionWithAuthority:andIntCode:andDefinition:":{"name":"+projectionWithAuthority:andIntCode:andDefinition:","abstract":"

    Get the projection for the authority, code, and definition

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)cachelessProjectionWithAuthority:andIntCode:andDefinition:":{"name":"+cachelessProjectionWithAuthority:andIntCode:andDefinition:","abstract":"

    Get the cacheless projection for the authority, code, and definition

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)projectionWithAuthority:andCode:andDefinition:":{"name":"+projectionWithAuthority:andCode:andDefinition:","abstract":"

    Get the projection for the authority, code, and definition

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)cachelessProjectionWithAuthority:andCode:andDefinition:":{"name":"+cachelessProjectionWithAuthority:andCode:andDefinition:","abstract":"

    Get the cacheless projection for the authority, code, and definition

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)projectionWithAuthority:andNumberCode:andParams:andDefinition:":{"name":"+projectionWithAuthority:andNumberCode:andParams:andDefinition:","abstract":"

    Get the projection for the authority, code, definition, and custom","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)cachelessProjectionWithAuthority:andNumberCode:andParams:andDefinition:":{"name":"+cachelessProjectionWithAuthority:andNumberCode:andParams:andDefinition:","abstract":"

    Get the cacheless projection for the authority, code, definition, and custom","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)projectionWithAuthority:andIntCode:andParams:andDefinition:":{"name":"+projectionWithAuthority:andIntCode:andParams:andDefinition:","abstract":"

    Get the projection for the authority, code, definition, and custom","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)cachelessProjectionWithAuthority:andIntCode:andParams:andDefinition:":{"name":"+cachelessProjectionWithAuthority:andIntCode:andParams:andDefinition:","abstract":"

    Get the cacheless projection for the authority, code, definition, and custom","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)projectionWithAuthority:andCode:andParams:andDefinition:":{"name":"+projectionWithAuthority:andCode:andParams:andDefinition:","abstract":"

    Get the projection for the authority, code, definition, and custom","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)cachelessProjectionWithAuthority:andCode:andParams:andDefinition:":{"name":"+cachelessProjectionWithAuthority:andCode:andParams:andDefinition:","abstract":"

    Get the cacheless projection for the authority, code, definition, and custom","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)projectionWithTypes:andAuthority:andCode:andParams:andDefinition:":{"name":"+projectionWithTypes:andAuthority:andCode:andParams:andDefinition:","abstract":"

    Get the projection for the authority, code, definition, and custom","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)projectionWithType:andAuthority:andCode:andParams:andDefinition:":{"name":"+projectionWithType:andAuthority:andCode:andParams:andDefinition:","abstract":"

    Get the projection for the authority, code, definition, and custom","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)projectionByDefinition:":{"name":"+projectionByDefinition:","abstract":"

    Get the projection for the definition

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)cachelessProjectionByDefinition:":{"name":"+cachelessProjectionByDefinition:","abstract":"

    Get the cacheless projection for the definition

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)projections":{"name":"+projections","abstract":"

    Get the projections

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)projectionsWithAuthority:":{"name":"+projectionsWithAuthority:","abstract":"

    Get or create projections for the authority

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)parseAuthorityAndCode:":{"name":"+parseAuthorityAndCode:","abstract":"

    Parse a projection name, expected as ‘authority:code’ or ‘epsg_code’,","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)clear":{"name":"+clear","abstract":"

    Clear all authority projections

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)clearAuthority:":{"name":"+clearAuthority:","abstract":"

    Clear the authority projections

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)clearAuthority:andNumberCode:":{"name":"+clearAuthority:andNumberCode:","abstract":"

    Clear the authority projection code

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)clearAuthority:andIntCode:":{"name":"+clearAuthority:andIntCode:","abstract":"

    Clear the authority projection code

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)clearAuthority:andCode:":{"name":"+clearAuthority:andCode:","abstract":"

    Clear the authority projection code

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)clearProjection:":{"name":"+clearProjection:","abstract":"

    Clear the projection, authority and code

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)clearTransform:":{"name":"+clearTransform:","abstract":"

    Clear the transform projections

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(cm)projectionWithAuthority:andNumberCode:andCrs:":{"name":"+projectionWithAuthority:andNumberCode:andCrs:","abstract":"

    Initialize

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(cm)projectionWithAuthority:andIntCode:andCrs:":{"name":"+projectionWithAuthority:andIntCode:andCrs:","abstract":"

    Initialize

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(cm)projectionWithAuthority:andCode:andCrs:":{"name":"+projectionWithAuthority:andCode:andCrs:","abstract":"

    Initialize

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(cm)projectionWithAuthority:andNumberCode:andCrs:andDefinition:":{"name":"+projectionWithAuthority:andNumberCode:andCrs:andDefinition:","abstract":"

    Initialize

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(cm)projectionWithAuthority:andIntCode:andCrs:andDefinition:":{"name":"+projectionWithAuthority:andIntCode:andCrs:andDefinition:","abstract":"

    Initialize

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(cm)projectionWithAuthority:andCode:andCrs:andDefinition:":{"name":"+projectionWithAuthority:andCode:andCrs:andDefinition:","abstract":"

    Initialize

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(cm)projectionWithAuthority:andNumberCode:andCrs:andDefinition:andDefinitionCrs:":{"name":"+projectionWithAuthority:andNumberCode:andCrs:andDefinition:andDefinitionCrs:","abstract":"

    Initialize

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(cm)projectionWithAuthority:andIntCode:andCrs:andDefinition:andDefinitionCrs:":{"name":"+projectionWithAuthority:andIntCode:andCrs:andDefinition:andDefinitionCrs:","abstract":"

    Initialize

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(cm)projectionWithAuthority:andCode:andCrs:andDefinition:andDefinitionCrs:":{"name":"+projectionWithAuthority:andCode:andCrs:andDefinition:andDefinitionCrs:","abstract":"

    Initialize

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)initWithAuthority:andNumberCode:andCrs:":{"name":"-initWithAuthority:andNumberCode:andCrs:","abstract":"

    Initialize

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)initWithAuthority:andIntCode:andCrs:":{"name":"-initWithAuthority:andIntCode:andCrs:","abstract":"

    Initialize

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)initWithAuthority:andCode:andCrs:":{"name":"-initWithAuthority:andCode:andCrs:","abstract":"

    Initialize

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)initWithAuthority:andNumberCode:andCrs:andDefinition:":{"name":"-initWithAuthority:andNumberCode:andCrs:andDefinition:","abstract":"

    Initialize

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)initWithAuthority:andIntCode:andCrs:andDefinition:":{"name":"-initWithAuthority:andIntCode:andCrs:andDefinition:","abstract":"

    Initialize

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)initWithAuthority:andCode:andCrs:andDefinition:":{"name":"-initWithAuthority:andCode:andCrs:andDefinition:","abstract":"

    Initialize

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)initWithAuthority:andNumberCode:andCrs:andDefinition:andDefinitionCrs:":{"name":"-initWithAuthority:andNumberCode:andCrs:andDefinition:andDefinitionCrs:","abstract":"

    Initialize

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)initWithAuthority:andIntCode:andCrs:andDefinition:andDefinitionCrs:":{"name":"-initWithAuthority:andIntCode:andCrs:andDefinition:andDefinitionCrs:","abstract":"

    Initialize

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)initWithAuthority:andCode:andCrs:andDefinition:andDefinitionCrs:":{"name":"-initWithAuthority:andCode:andCrs:andDefinition:andDefinitionCrs:","abstract":"

    Initialize

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)free":{"name":"-free","abstract":"

    Free the projection memory

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)authority":{"name":"-authority","abstract":"

    Get the coordinate authority

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)code":{"name":"-code","abstract":"

    Get the coordinate code

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)crs":{"name":"-crs","abstract":"

    Get the Coordinate Reference System

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)isLatLong":{"name":"-isLatLong","abstract":"

    Check if a lat lon crs

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)definition":{"name":"-definition","abstract":"

    Get the well-known text coordinate definition

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)definitionCRS":{"name":"-definitionCRS","abstract":"

    Get the definition parsed Coordinate Reference System

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)transformationWithEpsg:":{"name":"-transformationWithEpsg:","abstract":"

    Get the transformation from this Projection to the EPSG code. Each thread","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)transformationWithAuthority:andIntCode:":{"name":"-transformationWithAuthority:andIntCode:","abstract":"

    Get the transformation from this Projection to the authority and","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)transformationWithAuthority:andCode:":{"name":"-transformationWithAuthority:andCode:","abstract":"

    Get the transformation from this Projection to the authority and","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)transformationWithProjection:":{"name":"-transformationWithProjection:","abstract":"

    Get the transformation from this Projection to the provided projection.","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)toMeters:":{"name":"-toMeters:","abstract":"

    Convert the value to meters

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)unit":{"name":"-unit","abstract":"

    Get the projection unit

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)isUnit:":{"name":"-isUnit:","abstract":"

    Determine if the projection is in the provided unit

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)isEqualToAuthority:andNumberCode:":{"name":"-isEqualToAuthority:andNumberCode:","abstract":"

    Check if this projection is equal to the authority and code

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)isEqualToAuthority:andCode:":{"name":"-isEqualToAuthority:andCode:","abstract":"

    Check if this projection is equal to the authority and code

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)isEqualToProjection:":{"name":"-isEqualToProjection:","abstract":"

    Check if this projection is equal to the projection

    ","parent_name":"PROJProjection"},"Classes/PROJLocationCoordinate3D.html#/c:objc(cs)PROJLocationCoordinate3D(py)coordinate":{"name":"coordinate","abstract":"

    Location Coordinate

    ","parent_name":"PROJLocationCoordinate3D"},"Classes/PROJLocationCoordinate3D.html#/c:objc(cs)PROJLocationCoordinate3D(py)z":{"name":"z","abstract":"

    Z Altitude

    ","parent_name":"PROJLocationCoordinate3D"},"Classes/PROJLocationCoordinate3D.html#/c:objc(cs)PROJLocationCoordinate3D(cm)coordinateWithCoordinate:":{"name":"+coordinateWithCoordinate:","abstract":"

    Initialize as 2D coordinate

    ","parent_name":"PROJLocationCoordinate3D"},"Classes/PROJLocationCoordinate3D.html#/c:objc(cs)PROJLocationCoordinate3D(cm)coordinateWithCoordinate:andZ:":{"name":"+coordinateWithCoordinate:andZ:","abstract":"

    Initialize as 2D or 3D coordinate

    ","parent_name":"PROJLocationCoordinate3D"},"Classes/PROJLocationCoordinate3D.html#/c:objc(cs)PROJLocationCoordinate3D(im)initWithCoordinate:":{"name":"-initWithCoordinate:","abstract":"

    Initialize as 2D coordinate

    ","parent_name":"PROJLocationCoordinate3D"},"Classes/PROJLocationCoordinate3D.html#/c:objc(cs)PROJLocationCoordinate3D(im)initWithCoordinate:andZ:":{"name":"-initWithCoordinate:andZ:","abstract":"

    Initialize as 2D or 3D coordinate

    ","parent_name":"PROJLocationCoordinate3D"},"Classes/PROJLocationCoordinate3D.html#/c:objc(cs)PROJLocationCoordinate3D(im)hasZ":{"name":"-hasZ","abstract":"

    Has z coordinate?

    ","parent_name":"PROJLocationCoordinate3D"},"Classes/PROJIOUtils.html#/c:objc(cs)PROJIOUtils(cm)propertyListPathWithName:":{"name":"+propertyListPathWithName:","abstract":"

    Get the path of the property list file with name

    ","parent_name":"PROJIOUtils"},"Classes/PROJIOUtils.html#/c:objc(cs)PROJIOUtils(cm)resourcePathWithName:andType:":{"name":"+resourcePathWithName:andType:","abstract":"

    Get the path of the resource file with name and file type

    ","parent_name":"PROJIOUtils"},"Classes/PROJCRSParser.html#/c:objc(cs)PROJCRSParser(cm)parseText:":{"name":"+parseText:","abstract":"

    Parse crs well-known text into a proj4 coordinate reference system

    ","parent_name":"PROJCRSParser"},"Classes/PROJCRSParser.html#/c:objc(cs)PROJCRSParser(cm)convertCRS:":{"name":"+convertCRS:","abstract":"

    Convert a CRS object into a proj4 coordinate reference system

    ","parent_name":"PROJCRSParser"},"Classes/PROJCRSParser.html#/c:objc(cs)PROJCRSParser(cm)convertGeo:":{"name":"+convertGeo:","abstract":"

    Convert a geodetic or geographic crs into a proj4 coordinate reference","parent_name":"PROJCRSParser"},"Classes/PROJCRSParser.html#/c:objc(cs)PROJCRSParser(cm)convertProjected:":{"name":"+convertProjected:","abstract":"

    Convert a projected crs into a proj4 coordinate reference system

    ","parent_name":"PROJCRSParser"},"Classes/PROJCRSParser.html#/c:objc(cs)PROJCRSParser(cm)convertCompound:":{"name":"+convertCompound:","abstract":"

    Convert a compound crs into a proj4 coordinate reference system

    ","parent_name":"PROJCRSParser"},"Classes/PROJAuthorityProjections.html#/c:objc(cs)PROJAuthorityProjections(im)initWithAuthority:":{"name":"-initWithAuthority:","abstract":"

    Initialize

    ","parent_name":"PROJAuthorityProjections"},"Classes/PROJAuthorityProjections.html#/c:objc(cs)PROJAuthorityProjections(im)authority":{"name":"-authority","abstract":"

    Get the authority

    ","parent_name":"PROJAuthorityProjections"},"Classes/PROJAuthorityProjections.html#/c:objc(cs)PROJAuthorityProjections(im)projectionForNumberCode:":{"name":"-projectionForNumberCode:","abstract":"

    Get the projection for the code

    ","parent_name":"PROJAuthorityProjections"},"Classes/PROJAuthorityProjections.html#/c:objc(cs)PROJAuthorityProjections(im)projectionForCode:":{"name":"-projectionForCode:","abstract":"

    Get the projection for the code

    ","parent_name":"PROJAuthorityProjections"},"Classes/PROJAuthorityProjections.html#/c:objc(cs)PROJAuthorityProjections(im)hasProjection:":{"name":"-hasProjection:","abstract":"

    Check if the collection contains the projection

    ","parent_name":"PROJAuthorityProjections"},"Classes/PROJAuthorityProjections.html#/c:objc(cs)PROJAuthorityProjections(im)hasProjectionNumberCode:":{"name":"-hasProjectionNumberCode:","abstract":"

    Check if the collection contains a projection for the code

    ","parent_name":"PROJAuthorityProjections"},"Classes/PROJAuthorityProjections.html#/c:objc(cs)PROJAuthorityProjections(im)hasProjectionCode:":{"name":"-hasProjectionCode:","abstract":"

    Check if the collection contains a projection for the code

    ","parent_name":"PROJAuthorityProjections"},"Classes/PROJAuthorityProjections.html#/c:objc(cs)PROJAuthorityProjections(im)addProjection:":{"name":"-addProjection:","abstract":"

    Add the projection to the authority

    ","parent_name":"PROJAuthorityProjections"},"Classes/PROJAuthorityProjections.html#/c:objc(cs)PROJAuthorityProjections(im)clear":{"name":"-clear","abstract":"

    Clear all projections for the authority

    ","parent_name":"PROJAuthorityProjections"},"Classes/PROJAuthorityProjections.html#/c:objc(cs)PROJAuthorityProjections(im)removeNumberCode:":{"name":"-removeNumberCode:","abstract":"

    Remove the projection with the code

    ","parent_name":"PROJAuthorityProjections"},"Classes/PROJAuthorityProjections.html#/c:objc(cs)PROJAuthorityProjections(im)removeCode:":{"name":"-removeCode:","abstract":"

    Remove the projection with the code

    ","parent_name":"PROJAuthorityProjections"},"Classes/PROJAuthorityProjections.html#/c:objc(cs)PROJAuthorityProjections(im)removeProjection:":{"name":"-removeProjection:","abstract":"

    Remove the projection

    ","parent_name":"PROJAuthorityProjections"},"Classes/PROJAuthorityProjections.html#/c:objc(cs)PROJAuthorityProjections(im)count":{"name":"-count","abstract":"

    Get the count of authority projections

    ","parent_name":"PROJAuthorityProjections"},"Classes/PROJAuthorityProjections.html#/c:objc(cs)PROJAuthorityProjections(im)isEmpty":{"name":"-isEmpty","abstract":"

    Is the collection empty?

    ","parent_name":"PROJAuthorityProjections"},"Classes/PROJAuthorityProjections.html#/c:objc(cs)PROJAuthorityProjections(im)codes":{"name":"-codes","abstract":"

    Get the projection codes

    ","parent_name":"PROJAuthorityProjections"},"Classes/PROJAuthorityProjections.html#/c:objc(cs)PROJAuthorityProjections(im)projections":{"name":"-projections","abstract":"

    Get the projections

    ","parent_name":"PROJAuthorityProjections"},"Classes/OAFTemporal.html#/c:objc(cs)OAFTemporal(py)interval":{"name":"interval","abstract":"

    Begin and end times of the time interval. The timestamps are in the","parent_name":"OAFTemporal"},"Classes/OAFTemporal.html#/c:objc(cs)OAFTemporal(py)trs":{"name":"trs","abstract":"

    Coordinate reference system of the coordinates in the temporal extent","parent_name":"OAFTemporal"},"Classes/OAFTemporal.html#/c:objc(cs)OAFTemporal(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"OAFTemporal"},"Classes/OAFTemporal.html#/c:objc(cs)OAFTemporal(im)initWithTree:":{"name":"-initWithTree:","abstract":"

    Initialize

    ","parent_name":"OAFTemporal"},"Classes/OAFSpatial.html#/c:objc(cs)OAFSpatial(py)bbox":{"name":"bbox","abstract":"

    West, south, east, north edges of the bounding box. The coordinates are","parent_name":"OAFSpatial"},"Classes/OAFSpatial.html#/c:objc(cs)OAFSpatial(py)crs":{"name":"crs","abstract":"

    Coordinate reference system of the coordinates in the spatial extent","parent_name":"OAFSpatial"},"Classes/OAFSpatial.html#/c:objc(cs)OAFSpatial(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"OAFSpatial"},"Classes/OAFSpatial.html#/c:objc(cs)OAFSpatial(im)initWithTree:":{"name":"-initWithTree:","abstract":"

    Initialize

    ","parent_name":"OAFSpatial"},"Classes/OAFLink.html#/c:objc(cs)OAFLink(py)href":{"name":"href","abstract":"

    href

    ","parent_name":"OAFLink"},"Classes/OAFLink.html#/c:objc(cs)OAFLink(py)rel":{"name":"rel","abstract":"

    rel

    ","parent_name":"OAFLink"},"Classes/OAFLink.html#/c:objc(cs)OAFLink(py)type":{"name":"type","abstract":"

    type

    ","parent_name":"OAFLink"},"Classes/OAFLink.html#/c:objc(cs)OAFLink(py)hreflang":{"name":"hreflang","abstract":"

    hreflang

    ","parent_name":"OAFLink"},"Classes/OAFLink.html#/c:objc(cs)OAFLink(py)title":{"name":"title","abstract":"

    title

    ","parent_name":"OAFLink"},"Classes/OAFLink.html#/c:objc(cs)OAFLink(py)length":{"name":"length","abstract":"

    length

    ","parent_name":"OAFLink"},"Classes/OAFLink.html#/c:objc(cs)OAFLink(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"OAFLink"},"Classes/OAFLink.html#/c:objc(cs)OAFLink(im)initWithHref:":{"name":"-initWithHref:","abstract":"

    Initialize

    ","parent_name":"OAFLink"},"Classes/OAFLink.html#/c:objc(cs)OAFLink(im)initWithTree:":{"name":"-initWithTree:","abstract":"

    Initialize

    ","parent_name":"OAFLink"},"Classes/OAFFeaturesObject.html#/c:objc(cs)OAFFeaturesObject(py)foreignMembers":{"name":"foreignMembers","abstract":"

    Foreign members

    ","parent_name":"OAFFeaturesObject"},"Classes/OAFFeaturesObject.html#/c:objc(cs)OAFFeaturesObject(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"OAFFeaturesObject"},"Classes/OAFFeaturesObject.html#/c:objc(cs)OAFFeaturesObject(im)initWithTree:":{"name":"-initWithTree:","abstract":"

    Initialize

    ","parent_name":"OAFFeaturesObject"},"Classes/OAFFeaturesObject.html#/c:objc(cs)OAFFeaturesObject(im)toTree":{"name":"-toTree","abstract":"

    Convert to a JSON tree

    ","parent_name":"OAFFeaturesObject"},"Classes/OAFFeaturesObject.html#/c:objc(cs)OAFFeaturesObject(im)fromTree:":{"name":"-fromTree:","abstract":"

    Set from a JSON tree

    ","parent_name":"OAFFeaturesObject"},"Classes/OAFFeaturesObject.html#/c:objc(cs)OAFFeaturesObject(im)keys":{"name":"-keys","abstract":"

    Get the JSON keys

    ","parent_name":"OAFFeaturesObject"},"Classes/OAFFeaturesConverter.html#/c:objc(cs)OAFFeaturesConverter(cm)jsonToCollections:":{"name":"+jsonToCollections:","abstract":"

    Convert the JSON string to a collections

    ","parent_name":"OAFFeaturesConverter"},"Classes/OAFFeaturesConverter.html#/c:objc(cs)OAFFeaturesConverter(cm)treeToCollections:":{"name":"+treeToCollections:","abstract":"

    Convert the JSON tree to a collections

    ","parent_name":"OAFFeaturesConverter"},"Classes/OAFFeaturesConverter.html#/c:objc(cs)OAFFeaturesConverter(cm)jsonToCollection:":{"name":"+jsonToCollection:","abstract":"

    Convert the JSON string to a collection

    ","parent_name":"OAFFeaturesConverter"},"Classes/OAFFeaturesConverter.html#/c:objc(cs)OAFFeaturesConverter(cm)treeToCollection:":{"name":"+treeToCollection:","abstract":"

    Convert the JSON tree to a collection

    ","parent_name":"OAFFeaturesConverter"},"Classes/OAFFeaturesConverter.html#/c:objc(cs)OAFFeaturesConverter(cm)jsonToFeatureCollection:":{"name":"+jsonToFeatureCollection:","abstract":"

    Convert the JSON string to a feature collection

    ","parent_name":"OAFFeaturesConverter"},"Classes/OAFFeaturesConverter.html#/c:objc(cs)OAFFeaturesConverter(cm)treeToFeatureCollection:":{"name":"+treeToFeatureCollection:","abstract":"

    Convert the JSON tree to a feature collection

    ","parent_name":"OAFFeaturesConverter"},"Classes/OAFFeaturesConverter.html#/c:objc(cs)OAFFeaturesConverter(cm)simpleGeometryToFeatureCollection:":{"name":"+simpleGeometryToFeatureCollection:","abstract":"

    Convert a simple geometry to a feature collection

    ","parent_name":"OAFFeaturesConverter"},"Classes/OAFFeaturesConverter.html#/c:objc(cs)OAFFeaturesConverter(cm)simpleGeometriesToFeatureCollection:":{"name":"+simpleGeometriesToFeatureCollection:","abstract":"

    Convert simple geometries to a feature collection

    ","parent_name":"OAFFeaturesConverter"},"Classes/OAFFeaturesConverter.html#/c:objc(cs)OAFFeaturesConverter(cm)jsonToLink:":{"name":"+jsonToLink:","abstract":"

    Convert the JSON string to a link

    ","parent_name":"OAFFeaturesConverter"},"Classes/OAFFeaturesConverter.html#/c:objc(cs)OAFFeaturesConverter(cm)treeToLink:":{"name":"+treeToLink:","abstract":"

    Convert the JSON tree to a link

    ","parent_name":"OAFFeaturesConverter"},"Classes/OAFFeaturesConverter.html#/c:objc(cs)OAFFeaturesConverter(cm)jsonToSpatial:":{"name":"+jsonToSpatial:","abstract":"

    Convert the JSON string to a spatial

    ","parent_name":"OAFFeaturesConverter"},"Classes/OAFFeaturesConverter.html#/c:objc(cs)OAFFeaturesConverter(cm)treeToSpatial:":{"name":"+treeToSpatial:","abstract":"

    Convert the JSON tree to a spatial

    ","parent_name":"OAFFeaturesConverter"},"Classes/OAFFeaturesConverter.html#/c:objc(cs)OAFFeaturesConverter(cm)jsonToTemporal:":{"name":"+jsonToTemporal:","abstract":"

    Convert the JSON string to a temporal

    ","parent_name":"OAFFeaturesConverter"},"Classes/OAFFeaturesConverter.html#/c:objc(cs)OAFFeaturesConverter(cm)treeToTemporal:":{"name":"+treeToTemporal:","abstract":"

    Convert the JSON tree to a temporal

    ","parent_name":"OAFFeaturesConverter"},"Classes/OAFFeaturesConverter.html#/c:objc(cs)OAFFeaturesConverter(cm)jsonToExtent:":{"name":"+jsonToExtent:","abstract":"

    Convert the JSON string to an extent

    ","parent_name":"OAFFeaturesConverter"},"Classes/OAFFeaturesConverter.html#/c:objc(cs)OAFFeaturesConverter(cm)treeToExtent:":{"name":"+treeToExtent:","abstract":"

    Convert the JSON tree to an extent

    ","parent_name":"OAFFeaturesConverter"},"Classes/OAFFeaturesConverter.html#/c:objc(cs)OAFFeaturesConverter(cm)objectToJSON:":{"name":"+objectToJSON:","abstract":"

    Convert the object to a JSON value

    ","parent_name":"OAFFeaturesConverter"},"Classes/OAFFeaturesConverter.html#/c:objc(cs)OAFFeaturesConverter(cm)objectToMutableTree:":{"name":"+objectToMutableTree:","abstract":"

    Convert the Features object to a mutable tree

    ","parent_name":"OAFFeaturesConverter"},"Classes/OAFFeaturesConverter.html#/c:objc(cs)OAFFeaturesConverter(cm)objectToTree:":{"name":"+objectToTree:","abstract":"

    Convert the Features object to a tree

    ","parent_name":"OAFFeaturesConverter"},"Classes/OAFFeatureCollection.html#/c:objc(cs)OAFFeatureCollection(py)featureCollection":{"name":"featureCollection","abstract":"

    Feature collection

    ","parent_name":"OAFFeatureCollection"},"Classes/OAFFeatureCollection.html#/c:objc(cs)OAFFeatureCollection(py)links":{"name":"links","abstract":"

    Links

    ","parent_name":"OAFFeatureCollection"},"Classes/OAFFeatureCollection.html#/c:objc(cs)OAFFeatureCollection(py)timeStamp":{"name":"timeStamp","abstract":"

    Time Stamp

    ","parent_name":"OAFFeatureCollection"},"Classes/OAFFeatureCollection.html#/c:objc(cs)OAFFeatureCollection(py)numberMatched":{"name":"numberMatched","abstract":"

    Number Matched

    ","parent_name":"OAFFeatureCollection"},"Classes/OAFFeatureCollection.html#/c:objc(cs)OAFFeatureCollection(py)numberReturned":{"name":"numberReturned","abstract":"

    Number Returned

    ","parent_name":"OAFFeatureCollection"},"Classes/OAFFeatureCollection.html#/c:objc(cs)OAFFeatureCollection(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"OAFFeatureCollection"},"Classes/OAFFeatureCollection.html#/c:objc(cs)OAFFeatureCollection(im)initWithFeatureCollection:":{"name":"-initWithFeatureCollection:","abstract":"

    Initialize

    ","parent_name":"OAFFeatureCollection"},"Classes/OAFFeatureCollection.html#/c:objc(cs)OAFFeatureCollection(im)initWithTree:":{"name":"-initWithTree:","abstract":"

    Initialize

    ","parent_name":"OAFFeatureCollection"},"Classes/OAFFeatureCollection.html#/c:objc(cs)OAFFeatureCollection(im)relationLinks":{"name":"-relationLinks","abstract":"

    Get a mapping between link relations and links

    ","parent_name":"OAFFeatureCollection"},"Classes/OAFExtent.html#/c:objc(cs)OAFExtent(py)spatial":{"name":"spatial","abstract":"

    The spatial extent of the features in the collection.

    ","parent_name":"OAFExtent"},"Classes/OAFExtent.html#/c:objc(cs)OAFExtent(py)temporal":{"name":"temporal","abstract":"

    The temporal extent of the features in the collection.

    ","parent_name":"OAFExtent"},"Classes/OAFExtent.html#/c:objc(cs)OAFExtent(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"OAFExtent"},"Classes/OAFExtent.html#/c:objc(cs)OAFExtent(im)initWithTree:":{"name":"-initWithTree:","abstract":"

    Initialize

    ","parent_name":"OAFExtent"},"Classes/OAFCrs.html#/c:objc(cs)OAFCrs(py)authority":{"name":"authority","abstract":"

    CRS Authority

    ","parent_name":"OAFCrs"},"Classes/OAFCrs.html#/c:objc(cs)OAFCrs(py)version":{"name":"version","abstract":"

    CRS Version

    ","parent_name":"OAFCrs"},"Classes/OAFCrs.html#/c:objc(cs)OAFCrs(py)code":{"name":"code","abstract":"

    CRS Code

    ","parent_name":"OAFCrs"},"Classes/OAFCrs.html#/c:objc(cs)OAFCrs(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"OAFCrs"},"Classes/OAFCrs.html#/c:objc(cs)OAFCrs(im)initWithCrs:":{"name":"-initWithCrs:","abstract":"

    Initialize

    ","parent_name":"OAFCrs"},"Classes/OAFCrs.html#/c:objc(cs)OAFCrs(im)initWithAuthority:andVersion:andCode:":{"name":"-initWithAuthority:andVersion:andCode:","abstract":"

    Initialize

    ","parent_name":"OAFCrs"},"Classes/OAFCrs.html#/c:objc(cs)OAFCrs(im)setCrs:":{"name":"-setCrs:","abstract":"

    Set the CRS

    ","parent_name":"OAFCrs"},"Classes/OAFCrs.html#/c:objc(cs)OAFCrs(im)isValid":{"name":"-isValid","abstract":"

    Determine if all parts of the CRS are set

    ","parent_name":"OAFCrs"},"Classes/OAFCollections.html#/c:objc(cs)OAFCollections(py)links":{"name":"links","abstract":"

    Collection of links

    ","parent_name":"OAFCollections"},"Classes/OAFCollections.html#/c:objc(cs)OAFCollections(py)collections":{"name":"collections","abstract":"

    Collection of collections

    ","parent_name":"OAFCollections"},"Classes/OAFCollections.html#/c:objc(cs)OAFCollections(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"OAFCollections"},"Classes/OAFCollections.html#/c:objc(cs)OAFCollections(im)initWithTree:":{"name":"-initWithTree:","abstract":"

    Initialize

    ","parent_name":"OAFCollections"},"Classes/OAFCollections.html#/c:objc(cs)OAFCollections(im)addLink:":{"name":"-addLink:","abstract":"

    Add a link

    ","parent_name":"OAFCollections"},"Classes/OAFCollections.html#/c:objc(cs)OAFCollections(im)addCollection:":{"name":"-addCollection:","abstract":"

    Add a collection

    ","parent_name":"OAFCollections"},"Classes/OAFCollection.html#/c:objc(cs)OAFCollection(py)id":{"name":"id","abstract":"

    Identifier of the collection used

    ","parent_name":"OAFCollection"},"Classes/OAFCollection.html#/c:objc(cs)OAFCollection(py)title":{"name":"title","abstract":"

    Human readable title of the collection

    ","parent_name":"OAFCollection"},"Classes/OAFCollection.html#/c:objc(cs)OAFCollection(py)theDescription":{"name":"theDescription","abstract":"

    A description of the features in the collection

    ","parent_name":"OAFCollection"},"Classes/OAFCollection.html#/c:objc(cs)OAFCollection(py)links":{"name":"links","abstract":"

    Collection of links

    ","parent_name":"OAFCollection"},"Classes/OAFCollection.html#/c:objc(cs)OAFCollection(py)extent":{"name":"extent","abstract":"

    Extent

    ","parent_name":"OAFCollection"},"Classes/OAFCollection.html#/c:objc(cs)OAFCollection(py)crs":{"name":"crs","abstract":"

    The list of coordinate reference systems supported by the service; the","parent_name":"OAFCollection"},"Classes/OAFCollection.html#/c:objc(cs)OAFCollection(py)itemType":{"name":"itemType","abstract":"

    Indicator about the type of the items in the collection (the default","parent_name":"OAFCollection"},"Classes/OAFCollection.html#/c:objc(cs)OAFCollection(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"OAFCollection"},"Classes/OAFCollection.html#/c:objc(cs)OAFCollection(im)initWithId:":{"name":"-initWithId:","abstract":"

    Initialize

    ","parent_name":"OAFCollection"},"Classes/OAFCollection.html#/c:objc(cs)OAFCollection(im)initWithTree:":{"name":"-initWithTree:","abstract":"

    Initialize

    ","parent_name":"OAFCollection"},"Classes/OAFCollection.html#/c:objc(cs)OAFCollection(im)addLink:":{"name":"-addLink:","abstract":"

    Add a link

    ","parent_name":"OAFCollection"},"Classes/OAFCollection.html#/c:objc(cs)OAFCollection(im)addCrs:":{"name":"-addCrs:","abstract":"

    Add a crs

    ","parent_name":"OAFCollection"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(cm)write:":{"name":"+write:","abstract":"

    Write a coordinate reference system to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(cm)writePretty:":{"name":"+writePretty:","abstract":"

    Write a coordinate reference system to well-known pretty text, 4 space","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(cm)writePrettyTabIndent:":{"name":"+writePrettyTabIndent:","abstract":"

    Write a coordinate reference system to well-known pretty text, tab","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(cm)writePrettyNoIndent:":{"name":"+writePrettyNoIndent:","abstract":"

    Write a coordinate reference system to well-known pretty text, no indents

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(cm)writePretty:withIndent:":{"name":"+writePretty:withIndent:","abstract":"

    Write a coordinate reference system to well-known pretty text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(cm)writePretty:withNewline:andIndent:":{"name":"+writePretty:withNewline:andIndent:","abstract":"

    Write a coordinate reference system to well-known pretty text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(cm)writePrettyWithText:":{"name":"+writePrettyWithText:","abstract":"

    Write well-known text to well-known pretty text, 4 space indents

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(cm)writePrettyTabIndentWithText:":{"name":"+writePrettyTabIndentWithText:","abstract":"

    Write well-known text to well-known pretty text, tab indents

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(cm)writePrettyNoIndentWithText:":{"name":"+writePrettyNoIndentWithText:","abstract":"

    Write well-known text to well-known pretty text, no indents

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(cm)writePrettyWithText:andIndent:":{"name":"+writePrettyWithText:andIndent:","abstract":"

    Write well-known text to well-known pretty text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(cm)writePrettyWithText:andNewline:andIndent:":{"name":"+writePrettyWithText:andNewline:andIndent:","abstract":"

    Write well-known text to well-known pretty text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)initWithText:":{"name":"-initWithText:","abstract":"

    Initializer

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)text":{"name":"-text","abstract":"

    Get the well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeCRS:":{"name":"-writeCRS:","abstract":"

    Write a CRS to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeKeywordType:":{"name":"-writeKeywordType:","abstract":"

    Write a keyword type

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeKeyword:":{"name":"-writeKeyword:","abstract":"

    Write a keyword

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeLeftDelimiter":{"name":"-writeLeftDelimiter","abstract":"

    Write a left delimiter

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeRightDelimiter":{"name":"-writeRightDelimiter","abstract":"

    Write a right delimiter

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeSeparator":{"name":"-writeSeparator","abstract":"

    Write a separator

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeQuotedText:":{"name":"-writeQuotedText:","abstract":"

    Write the text as quoted

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeNumber:":{"name":"-writeNumber:","abstract":"

    Write a number

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeNumberOrQuotedText:":{"name":"-writeNumberOrQuotedText:","abstract":"

    Write a number or quoted text if not a number

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeDouble:":{"name":"-writeDouble:","abstract":"

    Write a double

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeInt:":{"name":"-writeInt:","abstract":"

    Write an int

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeKeywordType:withDelimitedQuotedText:":{"name":"-writeKeywordType:withDelimitedQuotedText:","abstract":"

    Write a keyword type delimited text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeKeyword:withDelimitedQuotedText:":{"name":"-writeKeyword:withDelimitedQuotedText:","abstract":"

    Write a keyword delimited text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeGeo:":{"name":"-writeGeo:","abstract":"

    Write a geodetic or geographic CRS to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeProjected:":{"name":"-writeProjected:","abstract":"

    Write a projected CRS to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeVertical:":{"name":"-writeVertical:","abstract":"

    Write a vertical CRS to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeEngineering:":{"name":"-writeEngineering:","abstract":"

    Write an engineering CRS to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeParametric:":{"name":"-writeParametric:","abstract":"

    Write a parametric CRS to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeTemporal:":{"name":"-writeTemporal:","abstract":"

    Write a temporal CRS to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeDerived:":{"name":"-writeDerived:","abstract":"

    Write a derived CRS to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeDerivedGeoCRS:":{"name":"-writeDerivedGeoCRS:","abstract":"

    Write a derived geo CRS to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeDerivedProjectedCRS:":{"name":"-writeDerivedProjectedCRS:","abstract":"

    Write a derived projected CRS to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeDerivedVerticalCRS:":{"name":"-writeDerivedVerticalCRS:","abstract":"

    Write a derived vertical CRS to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeDerivedEngineeringCRS:":{"name":"-writeDerivedEngineeringCRS:","abstract":"

    Write a derived engineering CRS to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeDerivedParametricCRS:":{"name":"-writeDerivedParametricCRS:","abstract":"

    Write a derived parametric CRS to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeDerivedTemporalCRS:":{"name":"-writeDerivedTemporalCRS:","abstract":"

    Write a derived temporal CRS to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeCompound:":{"name":"-writeCompound:","abstract":"

    Write a compound CRS to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeCoordinateMetadata:":{"name":"-writeCoordinateMetadata:","abstract":"

    Write coordinate metadata to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeCoordinateOperation:":{"name":"-writeCoordinateOperation:","abstract":"

    Write coordinate operation to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writePointMotionOperation:":{"name":"-writePointMotionOperation:","abstract":"

    Write point motion operation to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeConcatenatedOperation:":{"name":"-writeConcatenatedOperation:","abstract":"

    Write concatenated operation to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeBound:":{"name":"-writeBound:","abstract":"

    Write a bound CRS to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeScopeExtentIdentifierRemark:":{"name":"-writeScopeExtentIdentifierRemark:","abstract":"

    Write the CRS usages (scope and extent), identifiers, and remark

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeReferenceFrame:":{"name":"-writeReferenceFrame:","abstract":"

    Write a reference frame to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeDatumEnsemble:":{"name":"-writeDatumEnsemble:","abstract":"

    Write a datum ensemble to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeDatumEnsembleMember:":{"name":"-writeDatumEnsembleMember:","abstract":"

    Write a datum ensemble member to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeDynamic:":{"name":"-writeDynamic:","abstract":"

    Write a dynamic to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writePrimeMeridian:":{"name":"-writePrimeMeridian:","abstract":"

    Write a prime meridian to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeEllipsoid:":{"name":"-writeEllipsoid:","abstract":"

    Write an ellipsoid to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeUnit:":{"name":"-writeUnit:","abstract":"

    Write a unit to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeIdentifiers:":{"name":"-writeIdentifiers:","abstract":"

    Write identifiers to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeIdentifier:":{"name":"-writeIdentifier:","abstract":"

    Write an identifier to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeCoordinateSystem:":{"name":"-writeCoordinateSystem:","abstract":"

    Write a coordinate system to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeAxis:":{"name":"-writeAxis:","abstract":"

    Write an axis to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeRemark:":{"name":"-writeRemark:","abstract":"

    Write a remark to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeUsages:":{"name":"-writeUsages:","abstract":"

    Write usages to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeUsage:":{"name":"-writeUsage:","abstract":"

    Write a usage to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeScope:":{"name":"-writeScope:","abstract":"

    Write a scope to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeExtent:":{"name":"-writeExtent:","abstract":"

    Write an extent to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeAreaDescription:":{"name":"-writeAreaDescription:","abstract":"

    Write an area description to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeGeographicBoundingBox:":{"name":"-writeGeographicBoundingBox:","abstract":"

    Write a geographic bounding box to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeVerticalExtent:":{"name":"-writeVerticalExtent:","abstract":"

    Write a vertical extent to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeTemporalExtent:":{"name":"-writeTemporalExtent:","abstract":"

    Write a temporal extent to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeMapProjection:":{"name":"-writeMapProjection:","abstract":"

    Write a map projection to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeOperationMethod:":{"name":"-writeOperationMethod:","abstract":"

    Write an operation method to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeOperationParameter:":{"name":"-writeOperationParameter:","abstract":"

    Write an operation parameter to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeTemporalDatum:":{"name":"-writeTemporalDatum:","abstract":"

    Write a temporal datum to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeDerivingConversion:":{"name":"-writeDerivingConversion:","abstract":"

    Write a deriving conversion to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeOperationParameters:":{"name":"-writeOperationParameters:","abstract":"

    Write operation parameters and operation parameter files to well-known","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeVersion:":{"name":"-writeVersion:","abstract":"

    Write an operation version

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeSource:":{"name":"-writeSource:","abstract":"

    Write a source coordinate reference system

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeTarget:":{"name":"-writeTarget:","abstract":"

    Write a target coordinate reference system

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeInterpolation:":{"name":"-writeInterpolation:","abstract":"

    Write a interpolation coordinate reference system

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeCoordinateReferenceSystem:withKeywordType:":{"name":"-writeCoordinateReferenceSystem:withKeywordType:","abstract":"

    Write a coordinate reference system with the keyword

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeAccuracy:":{"name":"-writeAccuracy:","abstract":"

    Write an operation accuracy

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeAbridgedCoordinateTransformation:":{"name":"-writeAbridgedCoordinateTransformation:","abstract":"

    Write an abridged coordinate transformation

    ","parent_name":"CRSWriter"},"Classes/CRSVerticalReferenceFrame.html#/c:objc(cs)CRSVerticalReferenceFrame(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSVerticalReferenceFrame"},"Classes/CRSVerticalReferenceFrame.html#/c:objc(cs)CRSVerticalReferenceFrame(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSVerticalReferenceFrame"},"Classes/CRSVerticalReferenceFrame.html#/c:objc(cs)CRSVerticalReferenceFrame(im)initWithName:":{"name":"-initWithName:","abstract":"

    Initialize

    ","parent_name":"CRSVerticalReferenceFrame"},"Classes/CRSVerticalExtent.html#/c:objc(cs)CRSVerticalExtent(py)minimumHeight":{"name":"minimumHeight","abstract":"

    Minimum Height

    ","parent_name":"CRSVerticalExtent"},"Classes/CRSVerticalExtent.html#/c:objc(cs)CRSVerticalExtent(py)minimumHeightText":{"name":"minimumHeightText","abstract":"

    Minimum Height Text

    ","parent_name":"CRSVerticalExtent"},"Classes/CRSVerticalExtent.html#/c:objc(cs)CRSVerticalExtent(py)maximumHeight":{"name":"maximumHeight","abstract":"

    Maximum Height

    ","parent_name":"CRSVerticalExtent"},"Classes/CRSVerticalExtent.html#/c:objc(cs)CRSVerticalExtent(py)maximumHeightText":{"name":"maximumHeightText","abstract":"

    Maximum Height Text

    ","parent_name":"CRSVerticalExtent"},"Classes/CRSVerticalExtent.html#/c:objc(cs)CRSVerticalExtent(py)unit":{"name":"unit","abstract":"

    Unit (Length)

    ","parent_name":"CRSVerticalExtent"},"Classes/CRSVerticalExtent.html#/c:objc(cs)CRSVerticalExtent(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSVerticalExtent"},"Classes/CRSVerticalExtent.html#/c:objc(cs)CRSVerticalExtent(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSVerticalExtent"},"Classes/CRSVerticalExtent.html#/c:objc(cs)CRSVerticalExtent(im)initWithMinimumHeight:andMaximumHeight:":{"name":"-initWithMinimumHeight:andMaximumHeight:","abstract":"

    Initialize

    ","parent_name":"CRSVerticalExtent"},"Classes/CRSVerticalExtent.html#/c:objc(cs)CRSVerticalExtent(im)initWithMinimumHeightText:andMaximumHeightText:":{"name":"-initWithMinimumHeightText:andMaximumHeightText:","abstract":"

    Initialize

    ","parent_name":"CRSVerticalExtent"},"Classes/CRSVerticalExtent.html#/c:objc(cs)CRSVerticalExtent(im)initWithMinimumHeight:andMaximumHeight:andUnit:":{"name":"-initWithMinimumHeight:andMaximumHeight:andUnit:","abstract":"

    Initialize

    ","parent_name":"CRSVerticalExtent"},"Classes/CRSVerticalExtent.html#/c:objc(cs)CRSVerticalExtent(im)initWithMinimumHeightText:andMaximumHeightText:andUnit:":{"name":"-initWithMinimumHeightText:andMaximumHeightText:andUnit:","abstract":"

    Initialize

    ","parent_name":"CRSVerticalExtent"},"Classes/CRSVerticalExtent.html#/c:objc(cs)CRSVerticalExtent(im)hasUnit":{"name":"-hasUnit","abstract":"

    Has a unit (length)

    ","parent_name":"CRSVerticalExtent"},"Classes/CRSVerticalDatumEnsemble.html#/c:objc(cs)CRSVerticalDatumEnsemble(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSVerticalDatumEnsemble"},"Classes/CRSVerticalDatumEnsemble.html#/c:objc(cs)CRSVerticalDatumEnsemble(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSVerticalDatumEnsemble"},"Classes/CRSVerticalDatumEnsemble.html#/c:objc(cs)CRSVerticalDatumEnsemble(im)initWithName:andMember:andAccuracy:":{"name":"-initWithName:andMember:andAccuracy:","abstract":"

    Initialize

    ","parent_name":"CRSVerticalDatumEnsemble"},"Classes/CRSVerticalDatumEnsemble.html#/c:objc(cs)CRSVerticalDatumEnsemble(im)initWithName:andMembers:andAccuracy:":{"name":"-initWithName:andMembers:andAccuracy:","abstract":"

    Initialize

    ","parent_name":"CRSVerticalDatumEnsemble"},"Classes/CRSVerticalCoordinateReferenceSystem.html#/c:objc(cs)CRSVerticalCoordinateReferenceSystem(py)referenceFrame":{"name":"referenceFrame","abstract":"

    Vertical Reference Frame

    ","parent_name":"CRSVerticalCoordinateReferenceSystem"},"Classes/CRSVerticalCoordinateReferenceSystem.html#/c:objc(cs)CRSVerticalCoordinateReferenceSystem(py)datumEnsemble":{"name":"datumEnsemble","abstract":"

    Vertical Datum Ensemble

    ","parent_name":"CRSVerticalCoordinateReferenceSystem"},"Classes/CRSVerticalCoordinateReferenceSystem.html#/c:objc(cs)CRSVerticalCoordinateReferenceSystem(py)dynamic":{"name":"dynamic","abstract":"

    Dynamic coordinate reference system

    ","parent_name":"CRSVerticalCoordinateReferenceSystem"},"Classes/CRSVerticalCoordinateReferenceSystem.html#/c:objc(cs)CRSVerticalCoordinateReferenceSystem(py)geoidModelName":{"name":"geoidModelName","abstract":"

    Geoid Model Name

    ","parent_name":"CRSVerticalCoordinateReferenceSystem"},"Classes/CRSVerticalCoordinateReferenceSystem.html#/c:objc(cs)CRSVerticalCoordinateReferenceSystem(py)geoidModelIdentifier":{"name":"geoidModelIdentifier","abstract":"

    Identifiers

    ","parent_name":"CRSVerticalCoordinateReferenceSystem"},"Classes/CRSVerticalCoordinateReferenceSystem.html#/c:objc(cs)CRSVerticalCoordinateReferenceSystem(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSVerticalCoordinateReferenceSystem"},"Classes/CRSVerticalCoordinateReferenceSystem.html#/c:objc(cs)CRSVerticalCoordinateReferenceSystem(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSVerticalCoordinateReferenceSystem"},"Classes/CRSVerticalCoordinateReferenceSystem.html#/c:objc(cs)CRSVerticalCoordinateReferenceSystem(im)initWithName:andReferenceFrame:andCoordinateSystem:":{"name":"-initWithName:andReferenceFrame:andCoordinateSystem:","abstract":"

    Initialize

    ","parent_name":"CRSVerticalCoordinateReferenceSystem"},"Classes/CRSVerticalCoordinateReferenceSystem.html#/c:objc(cs)CRSVerticalCoordinateReferenceSystem(im)initWithName:andDatumEnsemble:andCoordinateSystem:":{"name":"-initWithName:andDatumEnsemble:andCoordinateSystem:","abstract":"

    Initialize

    ","parent_name":"CRSVerticalCoordinateReferenceSystem"},"Classes/CRSVerticalCoordinateReferenceSystem.html#/c:objc(cs)CRSVerticalCoordinateReferenceSystem(im)initWithName:andDynamic:andReferenceFrame:andCoordinateSystem:":{"name":"-initWithName:andDynamic:andReferenceFrame:andCoordinateSystem:","abstract":"

    Initialize

    ","parent_name":"CRSVerticalCoordinateReferenceSystem"},"Classes/CRSVerticalCoordinateReferenceSystem.html#/c:objc(cs)CRSVerticalCoordinateReferenceSystem(im)hasReferenceFrame":{"name":"-hasReferenceFrame","abstract":"

    Determine if has a vertical reference frame

    ","parent_name":"CRSVerticalCoordinateReferenceSystem"},"Classes/CRSVerticalCoordinateReferenceSystem.html#/c:objc(cs)CRSVerticalCoordinateReferenceSystem(im)hasDatumEnsemble":{"name":"-hasDatumEnsemble","abstract":"

    Determine if has a vertical datum ensemble

    ","parent_name":"CRSVerticalCoordinateReferenceSystem"},"Classes/CRSVerticalCoordinateReferenceSystem.html#/c:objc(cs)CRSVerticalCoordinateReferenceSystem(im)hasDynamic":{"name":"-hasDynamic","abstract":"

    Determine if has a dynamic

    ","parent_name":"CRSVerticalCoordinateReferenceSystem"},"Classes/CRSVerticalCoordinateReferenceSystem.html#/c:objc(cs)CRSVerticalCoordinateReferenceSystem(im)hasGeoidModelName":{"name":"-hasGeoidModelName","abstract":"

    Has a geoid model name

    ","parent_name":"CRSVerticalCoordinateReferenceSystem"},"Classes/CRSVerticalCoordinateReferenceSystem.html#/c:objc(cs)CRSVerticalCoordinateReferenceSystem(im)hasGeoidModelIdentifier":{"name":"-hasGeoidModelIdentifier","abstract":"

    Has a geoid model identifier

    ","parent_name":"CRSVerticalCoordinateReferenceSystem"},"Classes/CRSUsage.html#/c:objc(cs)CRSUsage(py)scope":{"name":"scope","abstract":"

    Scope

    ","parent_name":"CRSUsage"},"Classes/CRSUsage.html#/c:objc(cs)CRSUsage(py)extent":{"name":"extent","abstract":"

    Extent

    ","parent_name":"CRSUsage"},"Classes/CRSUsage.html#/c:objc(cs)CRSUsage(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSUsage"},"Classes/CRSUsage.html#/c:objc(cs)CRSUsage(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSUsage"},"Classes/CRSUsage.html#/c:objc(cs)CRSUsage(im)initWithScope:andExtent:":{"name":"-initWithScope:andExtent:","abstract":"

    Initialize

    ","parent_name":"CRSUsage"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)unitFromName:":{"name":"+unitFromName:","abstract":"

    Get a unit from the unit name

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)unitFromType:":{"name":"+unitFromType:","abstract":"

    Get a unit from the units type

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)typeFromName:":{"name":"+typeFromName:","abstract":"

    Get a units type from the unit name

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)typeFromUnit:":{"name":"+typeFromUnit:","abstract":"

    Get a units type from the unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)micrometre":{"name":"+micrometre","abstract":"

    Get a micrometre unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)millimetre":{"name":"+millimetre","abstract":"

    Get a millimetre unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)metre":{"name":"+metre","abstract":"

    Get a metre unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)kilometre":{"name":"+kilometre","abstract":"

    Get a kilometre unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)GermanLegalMetre":{"name":"+GermanLegalMetre","abstract":"

    Get a German legal metre unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)USSurveyFoot":{"name":"+USSurveyFoot","abstract":"

    Get a US survey foot unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)foot":{"name":"+foot","abstract":"

    Get a foot unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)microradian":{"name":"+microradian","abstract":"

    Get a microradian unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)milliradian":{"name":"+milliradian","abstract":"

    Get a milliradian unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)radian":{"name":"+radian","abstract":"

    Get a radian unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)arcSecond":{"name":"+arcSecond","abstract":"

    Get an arc-second unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)arcMinute":{"name":"+arcMinute","abstract":"

    Get an arc-minute unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)degree":{"name":"+degree","abstract":"

    Get a degree unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)grad":{"name":"+grad","abstract":"

    Get a grad unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)unity":{"name":"+unity","abstract":"

    Get a unity unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)bin":{"name":"+bin","abstract":"

    Get a bin unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)partsPerMillion":{"name":"+partsPerMillion","abstract":"

    Get a parts per million unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)pascalUnit":{"name":"+pascalUnit","abstract":"

    Get a pascal unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)hectopascal":{"name":"+hectopascal","abstract":"

    Get a hectopascal unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)microsecond":{"name":"+microsecond","abstract":"

    Get a microsecond unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)millisecond":{"name":"+millisecond","abstract":"

    Get a millisecond unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)second":{"name":"+second","abstract":"

    Get a second unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)minute":{"name":"+minute","abstract":"

    Get a minute unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)hour":{"name":"+hour","abstract":"

    Get a hour unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)day":{"name":"+day","abstract":"

    Get a day unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)year":{"name":"+year","abstract":"

    Get a year unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)calendarSecond":{"name":"+calendarSecond","abstract":"

    Get a calendar second unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)calendarMonth":{"name":"+calendarMonth","abstract":"

    Get a calendar month unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)unitTypeFromName:":{"name":"+unitTypeFromName:","abstract":"

    Get the unit type from the name

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)defaultUnit:":{"name":"+defaultUnit:","abstract":"

    Get the default unit for the unit type

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)canConvertBetweenUnit:andUnit:":{"name":"+canConvertBetweenUnit:andUnit:","abstract":"

    Determine if values can be converted between the two units

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)convertValue:fromUnit:toUnit:":{"name":"+convertValue:fromUnit:toUnit:","abstract":"

    Convert the value from a unit to a same typed unit, both with conversion","parent_name":"CRSUnits"},"Classes/CRSUnitTypes.html#/c:objc(cs)CRSUnitTypes(cm)name:":{"name":"+name:","abstract":"

    Get the type name

    ","parent_name":"CRSUnitTypes"},"Classes/CRSUnitTypes.html#/c:objc(cs)CRSUnitTypes(cm)type:":{"name":"+type:","abstract":"

    Get the type from the name

    ","parent_name":"CRSUnitTypes"},"Classes/CRSUnit.html#/c:objc(cs)CRSUnit(py)type":{"name":"type","abstract":"

    Unit Type

    ","parent_name":"CRSUnit"},"Classes/CRSUnit.html#/c:objc(cs)CRSUnit(py)name":{"name":"name","abstract":"

    Name

    ","parent_name":"CRSUnit"},"Classes/CRSUnit.html#/c:objc(cs)CRSUnit(py)conversionFactor":{"name":"conversionFactor","abstract":"

    Conversion Factor

    ","parent_name":"CRSUnit"},"Classes/CRSUnit.html#/c:objc(cs)CRSUnit(py)conversionFactorText":{"name":"conversionFactorText","abstract":"

    Conversion Factor Text

    ","parent_name":"CRSUnit"},"Classes/CRSUnit.html#/c:objc(cs)CRSUnit(py)identifiers":{"name":"identifiers","abstract":"

    Identifiers

    ","parent_name":"CRSUnit"},"Classes/CRSUnit.html#/c:objc(cs)CRSUnit(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSUnit"},"Classes/CRSUnit.html#/c:objc(cs)CRSUnit(cm)createWithType:andName:":{"name":"+createWithType:andName:","abstract":"

    Create

    ","parent_name":"CRSUnit"},"Classes/CRSUnit.html#/c:objc(cs)CRSUnit(cm)createWithType:andName:andConversionFactor:":{"name":"+createWithType:andName:andConversionFactor:","abstract":"

    Create

    ","parent_name":"CRSUnit"},"Classes/CRSUnit.html#/c:objc(cs)CRSUnit(cm)createWithType:andName:andConversionFactorText:":{"name":"+createWithType:andName:andConversionFactorText:","abstract":"

    Create

    ","parent_name":"CRSUnit"},"Classes/CRSUnit.html#/c:objc(cs)CRSUnit(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSUnit"},"Classes/CRSUnit.html#/c:objc(cs)CRSUnit(im)initWithType:andName:":{"name":"-initWithType:andName:","abstract":"

    Initialize

    ","parent_name":"CRSUnit"},"Classes/CRSUnit.html#/c:objc(cs)CRSUnit(im)initWithType:andName:andConversionFactor:":{"name":"-initWithType:andName:andConversionFactor:","abstract":"

    Initialize

    ","parent_name":"CRSUnit"},"Classes/CRSUnit.html#/c:objc(cs)CRSUnit(im)initWithType:andName:andConversionFactorText:":{"name":"-initWithType:andName:andConversionFactorText:","abstract":"

    Initialize

    ","parent_name":"CRSUnit"},"Classes/CRSUnit.html#/c:objc(cs)CRSUnit(im)hasConversionFactor":{"name":"-hasConversionFactor","abstract":"

    Has a conversion factor

    ","parent_name":"CRSUnit"},"Classes/CRSUnit.html#/c:objc(cs)CRSUnit(im)isEqualNameToUnit:":{"name":"-isEqualNameToUnit:","abstract":"

    Determine if the unit names are equal, ignoring case

    ","parent_name":"CRSUnit"},"Classes/CRSTypes.html#/c:objc(cs)CRSTypes(cm)name:":{"name":"+name:","abstract":"

    Get the type name

    ","parent_name":"CRSTypes"},"Classes/CRSTypes.html#/c:objc(cs)CRSTypes(cm)names:":{"name":"+names:","abstract":"

    Get the type names

    ","parent_name":"CRSTypes"},"Classes/CRSTypes.html#/c:objc(cs)CRSTypes(cm)type:":{"name":"+type:","abstract":"

    Get the type from the name

    ","parent_name":"CRSTypes"},"Classes/CRSTypes.html#/c:objc(cs)CRSTypes(cm)categoryType:":{"name":"+categoryType:","abstract":"

    Get the category type

    ","parent_name":"CRSTypes"},"Classes/CRSTriaxialEllipsoid.html#/c:objc(cs)CRSTriaxialEllipsoid(py)semiMedianAxis":{"name":"semiMedianAxis","abstract":"

    Semi Median Axis

    ","parent_name":"CRSTriaxialEllipsoid"},"Classes/CRSTriaxialEllipsoid.html#/c:objc(cs)CRSTriaxialEllipsoid(py)semiMedianAxisText":{"name":"semiMedianAxisText","abstract":"

    Semi Median Axis Text

    ","parent_name":"CRSTriaxialEllipsoid"},"Classes/CRSTriaxialEllipsoid.html#/c:objc(cs)CRSTriaxialEllipsoid(py)semiMinorAxis":{"name":"semiMinorAxis","abstract":"

    Semi Minor Axis

    ","parent_name":"CRSTriaxialEllipsoid"},"Classes/CRSTriaxialEllipsoid.html#/c:objc(cs)CRSTriaxialEllipsoid(py)semiMinorAxisText":{"name":"semiMinorAxisText","abstract":"

    Semi Minor Axis Text

    ","parent_name":"CRSTriaxialEllipsoid"},"Classes/CRSTriaxialEllipsoid.html#/c:objc(cs)CRSTriaxialEllipsoid(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSTriaxialEllipsoid"},"Classes/CRSTriaxialEllipsoid.html#/c:objc(cs)CRSTriaxialEllipsoid(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSTriaxialEllipsoid"},"Classes/CRSTriaxialEllipsoid.html#/c:objc(cs)CRSTriaxialEllipsoid(im)initWithName:andSemiMajorAxis:andSemiMedianAxis:andSemiMinorAxis:":{"name":"-initWithName:andSemiMajorAxis:andSemiMedianAxis:andSemiMinorAxis:","abstract":"

    Initialize

    ","parent_name":"CRSTriaxialEllipsoid"},"Classes/CRSTriaxialEllipsoid.html#/c:objc(cs)CRSTriaxialEllipsoid(im)initWithName:andSemiMajorAxisText:andSemiMedianAxisText:andSemiMinorAxisText:":{"name":"-initWithName:andSemiMajorAxisText:andSemiMedianAxisText:andSemiMinorAxisText:","abstract":"

    Initialize

    ","parent_name":"CRSTriaxialEllipsoid"},"Classes/CRSTextUtils.html#/c:objc(cs)CRSTextUtils(cm)isLeftDelimiter:":{"name":"+isLeftDelimiter:","abstract":"

    Is the text a left delimiter

    ","parent_name":"CRSTextUtils"},"Classes/CRSTextUtils.html#/c:objc(cs)CRSTextUtils(cm)isRightDelimiter:":{"name":"+isRightDelimiter:","abstract":"

    Is the text a right delimiter

    ","parent_name":"CRSTextUtils"},"Classes/CRSTextUtils.html#/c:objc(cs)CRSTextUtils(cm)isSpatial:":{"name":"+isSpatial:","abstract":"

    Is the Coordinate System Type a spatial type

    ","parent_name":"CRSTextUtils"},"Classes/CRSTextUtils.html#/c:objc(cs)CRSTextUtils(cm)isTemporalCountMeasure:":{"name":"+isTemporalCountMeasure:","abstract":"

    Is the Coordinate System Type a temporal count or measure type

    ","parent_name":"CRSTextUtils"},"Classes/CRSTextUtils.html#/c:objc(cs)CRSTextUtils(cm)isOrdinalDateTime:":{"name":"+isOrdinalDateTime:","abstract":"

    Is the Coordinate System Type an ordinal or temporal date time type

    ","parent_name":"CRSTextUtils"},"Classes/CRSTextUtils.html#/c:objc(cs)CRSTextUtils(cm)unitTypeOfKeyword:":{"name":"+unitTypeOfKeyword:","abstract":"

    Get the unit type from the keyword

    ","parent_name":"CRSTextUtils"},"Classes/CRSTextUtils.html#/c:objc(cs)CRSTextUtils(cm)unitType:":{"name":"+unitType:","abstract":"

    Get the unit type from the keyword type

    ","parent_name":"CRSTextUtils"},"Classes/CRSTextUtils.html#/c:objc(cs)CRSTextUtils(cm)coordinateReferenceSystemType:":{"name":"+coordinateReferenceSystemType:","abstract":"

    Get the Coordinate Reference System Type

    ","parent_name":"CRSTextUtils"},"Classes/CRSTextUtils.html#/c:objc(cs)CRSTextUtils(cm)intFromString:":{"name":"+intFromString:","abstract":"

    Get an int from a string

    ","parent_name":"CRSTextUtils"},"Classes/CRSTextUtils.html#/c:objc(cs)CRSTextUtils(cm)doubleFromString:":{"name":"+doubleFromString:","abstract":"

    Get a double from a string

    ","parent_name":"CRSTextUtils"},"Classes/CRSTextUtils.html#/c:objc(cs)CRSTextUtils(cm)decimalNumberFromString:":{"name":"+decimalNumberFromString:","abstract":"

    Get a decimal number from a string

    ","parent_name":"CRSTextUtils"},"Classes/CRSTextUtils.html#/c:objc(cs)CRSTextUtils(cm)textFromDouble:":{"name":"+textFromDouble:","abstract":"

    Get text from a double

    ","parent_name":"CRSTextUtils"},"Classes/CRSTextUtils.html#/c:objc(cs)CRSTextUtils(cm)textFromDecimalNumber:":{"name":"+textFromDecimalNumber:","abstract":"

    Get text from a decimal number

    ","parent_name":"CRSTextUtils"},"Classes/CRSTextUtils.html#/c:objc(cs)CRSTextUtils(cm)pretty:":{"name":"+pretty:","abstract":"

    Convert the WKT to a pretty WKT string, 4 space indents

    ","parent_name":"CRSTextUtils"},"Classes/CRSTextUtils.html#/c:objc(cs)CRSTextUtils(cm)prettyTabIndent:":{"name":"+prettyTabIndent:","abstract":"

    Convert the WKT to a pretty WKT string, tab indents

    ","parent_name":"CRSTextUtils"},"Classes/CRSTextUtils.html#/c:objc(cs)CRSTextUtils(cm)prettyNoIndent:":{"name":"+prettyNoIndent:","abstract":"

    Convert the WKT to a pretty WKT string, no indents

    ","parent_name":"CRSTextUtils"},"Classes/CRSTextUtils.html#/c:objc(cs)CRSTextUtils(cm)pretty:withIndent:":{"name":"+pretty:withIndent:","abstract":"

    Convert the WKT to a pretty WKT string

    ","parent_name":"CRSTextUtils"},"Classes/CRSTextUtils.html#/c:objc(cs)CRSTextUtils(cm)pretty:withNewline:andIndent:":{"name":"+pretty:withNewline:andIndent:","abstract":"

    Convert the WKT to a pretty WKT string

    ","parent_name":"CRSTextUtils"},"Classes/CRSTextReader.html#/c:objc(cs)CRSTextReader(py)includeQuotes":{"name":"includeQuotes","abstract":"

    Parameter name

    ","parent_name":"CRSTextReader"},"Classes/CRSTextReader.html#/c:objc(cs)CRSTextReader(cm)createWithText:":{"name":"+createWithText:","abstract":"

    Initialize

    ","parent_name":"CRSTextReader"},"Classes/CRSTextReader.html#/c:objc(cs)CRSTextReader(cm)createWithText:andIncludeQuotes:":{"name":"+createWithText:andIncludeQuotes:","abstract":"

    Initialize

    ","parent_name":"CRSTextReader"},"Classes/CRSTextReader.html#/c:objc(cs)CRSTextReader(im)initWithText:":{"name":"-initWithText:","abstract":"

    Initialize

    ","parent_name":"CRSTextReader"},"Classes/CRSTextReader.html#/c:objc(cs)CRSTextReader(im)initWithText:andIncludeQuotes:":{"name":"-initWithText:andIncludeQuotes:","abstract":"

    Initialize

    ","parent_name":"CRSTextReader"},"Classes/CRSTextReader.html#/c:objc(cs)CRSTextReader(im)text":{"name":"-text","abstract":"

    Get the text

    ","parent_name":"CRSTextReader"},"Classes/CRSTextReader.html#/c:objc(cs)CRSTextReader(im)reset":{"name":"-reset","abstract":"

    Reset the reader

    ","parent_name":"CRSTextReader"},"Classes/CRSTextReader.html#/c:objc(cs)CRSTextReader(im)readToken":{"name":"-readToken","abstract":"

    Read the next token. Ignores whitespace until a non whitespace character","parent_name":"CRSTextReader"},"Classes/CRSTextReader.html#/c:objc(cs)CRSTextReader(im)peekToken":{"name":"-peekToken","abstract":"

    Peek at the next token without reading past it

    ","parent_name":"CRSTextReader"},"Classes/CRSTextReader.html#/c:objc(cs)CRSTextReader(im)peekTokenAtNum:":{"name":"-peekTokenAtNum:","abstract":"

    Peek at a token without reading past it

    ","parent_name":"CRSTextReader"},"Classes/CRSTextReader.html#/c:objc(cs)CRSTextReader(im)pushToken:":{"name":"-pushToken:","abstract":"

    Push a token back onto the read cache

    ","parent_name":"CRSTextReader"},"Classes/CRSTextReader.html#/c:objc(cs)CRSTextReader(im)readExpectedToken":{"name":"-readExpectedToken","abstract":"

    Read an expected token

    ","parent_name":"CRSTextReader"},"Classes/CRSTextReader.html#/c:objc(cs)CRSTextReader(im)peekExpectedToken":{"name":"-peekExpectedToken","abstract":"

    Peek at the next expected token without reading past it

    ","parent_name":"CRSTextReader"},"Classes/CRSTextReader.html#/c:objc(cs)CRSTextReader(im)peekExpectedTokenAtNum:":{"name":"-peekExpectedTokenAtNum:","abstract":"

    Peek at the next expected token without reading past it

    ","parent_name":"CRSTextReader"},"Classes/CRSTextReader.html#/c:objc(cs)CRSTextReader(im)readNumber":{"name":"-readNumber","abstract":"

    Read a signed number as a double

    ","parent_name":"CRSTextReader"},"Classes/CRSTextReader.html#/c:objc(cs)CRSTextReader(im)readUnsignedNumber":{"name":"-readUnsignedNumber","abstract":"

    Read an unsigned number as a double

    ","parent_name":"CRSTextReader"},"Classes/CRSTextReader.html#/c:objc(cs)CRSTextReader(im)readInteger":{"name":"-readInteger","abstract":"

    Read a signed integer

    ","parent_name":"CRSTextReader"},"Classes/CRSTextReader.html#/c:objc(cs)CRSTextReader(im)readUnsignedInteger":{"name":"-readUnsignedInteger","abstract":"

    Read an unsigned integer

    ","parent_name":"CRSTextReader"},"Classes/CRSTemporalExtent.html#/c:objc(cs)CRSTemporalExtent(py)start":{"name":"start","abstract":"

    Start

    ","parent_name":"CRSTemporalExtent"},"Classes/CRSTemporalExtent.html#/c:objc(cs)CRSTemporalExtent(py)startDateTime":{"name":"startDateTime","abstract":"

    Start date time

    ","parent_name":"CRSTemporalExtent"},"Classes/CRSTemporalExtent.html#/c:objc(cs)CRSTemporalExtent(py)end":{"name":"end","abstract":"

    End

    ","parent_name":"CRSTemporalExtent"},"Classes/CRSTemporalExtent.html#/c:objc(cs)CRSTemporalExtent(py)endDateTime":{"name":"endDateTime","abstract":"

    End date time

    ","parent_name":"CRSTemporalExtent"},"Classes/CRSTemporalExtent.html#/c:objc(cs)CRSTemporalExtent(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSTemporalExtent"},"Classes/CRSTemporalExtent.html#/c:objc(cs)CRSTemporalExtent(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSTemporalExtent"},"Classes/CRSTemporalExtent.html#/c:objc(cs)CRSTemporalExtent(im)initWithStart:andEnd:":{"name":"-initWithStart:andEnd:","abstract":"

    Initialize

    ","parent_name":"CRSTemporalExtent"},"Classes/CRSTemporalExtent.html#/c:objc(cs)CRSTemporalExtent(im)initWithStartDateTime:andEndDateTime:":{"name":"-initWithStartDateTime:andEndDateTime:","abstract":"

    Initialize

    ","parent_name":"CRSTemporalExtent"},"Classes/CRSTemporalExtent.html#/c:objc(cs)CRSTemporalExtent(im)hasStartDateTime":{"name":"-hasStartDateTime","abstract":"

    Has a start date time

    ","parent_name":"CRSTemporalExtent"},"Classes/CRSTemporalExtent.html#/c:objc(cs)CRSTemporalExtent(im)setStartDateTimeWithStart:":{"name":"-setStartDateTimeWithStart:","abstract":"

    Set the start date time

    ","parent_name":"CRSTemporalExtent"},"Classes/CRSTemporalExtent.html#/c:objc(cs)CRSTemporalExtent(im)hasEndDateTime":{"name":"-hasEndDateTime","abstract":"

    Has an end date time

    ","parent_name":"CRSTemporalExtent"},"Classes/CRSTemporalExtent.html#/c:objc(cs)CRSTemporalExtent(im)setEndDateTimeWithEnd:":{"name":"-setEndDateTimeWithEnd:","abstract":"

    Set the end date time

    ","parent_name":"CRSTemporalExtent"},"Classes/CRSTemporalDatum.html#/c:objc(cs)CRSTemporalDatum(py)name":{"name":"name","abstract":"

    Datum Name

    ","parent_name":"CRSTemporalDatum"},"Classes/CRSTemporalDatum.html#/c:objc(cs)CRSTemporalDatum(py)calendar":{"name":"calendar","abstract":"

    Calendar Identifier

    ","parent_name":"CRSTemporalDatum"},"Classes/CRSTemporalDatum.html#/c:objc(cs)CRSTemporalDatum(py)origin":{"name":"origin","abstract":"

    Origin Description

    ","parent_name":"CRSTemporalDatum"},"Classes/CRSTemporalDatum.html#/c:objc(cs)CRSTemporalDatum(py)originDateTime":{"name":"originDateTime","abstract":"

    Origin Description date time

    ","parent_name":"CRSTemporalDatum"},"Classes/CRSTemporalDatum.html#/c:objc(cs)CRSTemporalDatum(py)identifiers":{"name":"identifiers","abstract":"

    Identifiers

    ","parent_name":"CRSTemporalDatum"},"Classes/CRSTemporalDatum.html#/c:objc(cs)CRSTemporalDatum(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSTemporalDatum"},"Classes/CRSTemporalDatum.html#/c:objc(cs)CRSTemporalDatum(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSTemporalDatum"},"Classes/CRSTemporalDatum.html#/c:objc(cs)CRSTemporalDatum(im)initWithName:":{"name":"-initWithName:","abstract":"

    Initialize

    ","parent_name":"CRSTemporalDatum"},"Classes/CRSTemporalDatum.html#/c:objc(cs)CRSTemporalDatum(im)hasCalendar":{"name":"-hasCalendar","abstract":"

    Has a calendar identifier

    ","parent_name":"CRSTemporalDatum"},"Classes/CRSTemporalDatum.html#/c:objc(cs)CRSTemporalDatum(im)hasOrigin":{"name":"-hasOrigin","abstract":"

    Has an origin

    ","parent_name":"CRSTemporalDatum"},"Classes/CRSTemporalDatum.html#/c:objc(cs)CRSTemporalDatum(im)hasOriginDateTime":{"name":"-hasOriginDateTime","abstract":"

    Has an origin date time

    ","parent_name":"CRSTemporalDatum"},"Classes/CRSTemporalDatum.html#/c:objc(cs)CRSTemporalDatum(im)setOriginDateTimeWithOrigin:":{"name":"-setOriginDateTimeWithOrigin:","abstract":"

    Set the origin date time

    ","parent_name":"CRSTemporalDatum"},"Classes/CRSTemporalCoordinateReferenceSystem.html#/c:objc(cs)CRSTemporalCoordinateReferenceSystem(py)datum":{"name":"datum","abstract":"

    Temporal Datum

    ","parent_name":"CRSTemporalCoordinateReferenceSystem"},"Classes/CRSTemporalCoordinateReferenceSystem.html#/c:objc(cs)CRSTemporalCoordinateReferenceSystem(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSTemporalCoordinateReferenceSystem"},"Classes/CRSTemporalCoordinateReferenceSystem.html#/c:objc(cs)CRSTemporalCoordinateReferenceSystem(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSTemporalCoordinateReferenceSystem"},"Classes/CRSTemporalCoordinateReferenceSystem.html#/c:objc(cs)CRSTemporalCoordinateReferenceSystem(im)initWithName:andDatum:andCoordinateSystem:":{"name":"-initWithName:andDatum:andCoordinateSystem:","abstract":"

    Initialize

    ","parent_name":"CRSTemporalCoordinateReferenceSystem"},"Classes/CRSSimpleOperation.html#/c:objc(cs)CRSSimpleOperation(py)method":{"name":"method","abstract":"

    Operation Method

    ","parent_name":"CRSSimpleOperation"},"Classes/CRSSimpleOperation.html#/c:objc(cs)CRSSimpleOperation(im)initWithType:":{"name":"-initWithType:","abstract":"

    Initialize

    ","parent_name":"CRSSimpleOperation"},"Classes/CRSSimpleOperation.html#/c:objc(cs)CRSSimpleOperation(im)initWithName:andType:andSource:andMethod:":{"name":"-initWithName:andType:andSource:andMethod:","abstract":"

    Initialize

    ","parent_name":"CRSSimpleOperation"},"Classes/CRSSimpleCoordinateReferenceSystem.html#/c:objc(cs)CRSSimpleCoordinateReferenceSystem(py)coordinateSystem":{"name":"coordinateSystem","abstract":"

    Coordinate System

    ","parent_name":"CRSSimpleCoordinateReferenceSystem"},"Classes/CRSSimpleCoordinateReferenceSystem.html#/c:objc(cs)CRSSimpleCoordinateReferenceSystem(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSSimpleCoordinateReferenceSystem"},"Classes/CRSSimpleCoordinateReferenceSystem.html#/c:objc(cs)CRSSimpleCoordinateReferenceSystem(im)initWithType:":{"name":"-initWithType:","abstract":"

    Initialize

    ","parent_name":"CRSSimpleCoordinateReferenceSystem"},"Classes/CRSSimpleCoordinateReferenceSystem.html#/c:objc(cs)CRSSimpleCoordinateReferenceSystem(im)initWithName:andType:":{"name":"-initWithName:andType:","abstract":"

    Initialize

    ","parent_name":"CRSSimpleCoordinateReferenceSystem"},"Classes/CRSSimpleCoordinateReferenceSystem.html#/c:objc(cs)CRSSimpleCoordinateReferenceSystem(im)initWithName:andType:andCoordinateSystem:":{"name":"-initWithName:andType:andCoordinateSystem:","abstract":"

    Initialize

    ","parent_name":"CRSSimpleCoordinateReferenceSystem"},"Classes/CRSReferenceFrame.html#/c:objc(cs)CRSReferenceFrame(py)name":{"name":"name","abstract":"

    Name

    ","parent_name":"CRSReferenceFrame"},"Classes/CRSReferenceFrame.html#/c:objc(cs)CRSReferenceFrame(py)type":{"name":"type","abstract":"

    Type

    ","parent_name":"CRSReferenceFrame"},"Classes/CRSReferenceFrame.html#/c:objc(cs)CRSReferenceFrame(py)anchor":{"name":"anchor","abstract":"

    Datum anchor description

    ","parent_name":"CRSReferenceFrame"},"Classes/CRSReferenceFrame.html#/c:objc(cs)CRSReferenceFrame(py)identifiers":{"name":"identifiers","abstract":"

    Identifiers

    ","parent_name":"CRSReferenceFrame"},"Classes/CRSReferenceFrame.html#/c:objc(cs)CRSReferenceFrame(im)initWithType:":{"name":"-initWithType:","abstract":"

    Initialize

    ","parent_name":"CRSReferenceFrame"},"Classes/CRSReferenceFrame.html#/c:objc(cs)CRSReferenceFrame(im)initWithName:andType:":{"name":"-initWithName:andType:","abstract":"

    Initialize

    ","parent_name":"CRSReferenceFrame"},"Classes/CRSReferenceFrame.html#/c:objc(cs)CRSReferenceFrame(im)hasAnchor":{"name":"-hasAnchor","abstract":"

    Has a datum anchor description

    ","parent_name":"CRSReferenceFrame"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)read:":{"name":"+read:","abstract":"

    Read a Coordinate Reference System from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)read:withStrict:":{"name":"+read:withStrict:","abstract":"

    Read a Coordinate Reference System from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)read:withType:":{"name":"+read:withType:","abstract":"

    Read a Coordinate Reference System from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)read:withTypes:":{"name":"+read:withTypes:","abstract":"

    Read a Coordinate Reference System from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)read:withStrict:andType:":{"name":"+read:withStrict:andType:","abstract":"

    Read a Coordinate Reference System from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)read:withStrict:andTypes:":{"name":"+read:withStrict:andTypes:","abstract":"

    Read a Coordinate Reference System from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readCoordinateReferenceSystem:":{"name":"+readCoordinateReferenceSystem:","abstract":"

    Read a Coordinate Reference System from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readCoordinateReferenceSystem:withStrict:":{"name":"+readCoordinateReferenceSystem:withStrict:","abstract":"

    Read a Coordinate Reference System from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readSimpleCoordinateReferenceSystem:":{"name":"+readSimpleCoordinateReferenceSystem:","abstract":"

    Read a Simple Coordinate Reference System from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readSimpleCoordinateReferenceSystem:withStrict:":{"name":"+readSimpleCoordinateReferenceSystem:withStrict:","abstract":"

    Read a Simple Coordinate Reference System from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readGeo:":{"name":"+readGeo:","abstract":"

    Read a Geodetic or Geographic Coordinate Reference System from the","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readGeodetic:":{"name":"+readGeodetic:","abstract":"

    Read a Geodetic Coordinate Reference System from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readGeographic:":{"name":"+readGeographic:","abstract":"

    Read a Geographic Coordinate Reference System from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readProjected:":{"name":"+readProjected:","abstract":"

    Read a Projected Coordinate Reference System from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readProjectedGeodetic:":{"name":"+readProjectedGeodetic:","abstract":"

    Read a Projected Geodetic Coordinate Reference System from the well-known","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readProjectedGeographic:":{"name":"+readProjectedGeographic:","abstract":"

    Read a Projected Geographic Coordinate Reference System from the","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readVertical:":{"name":"+readVertical:","abstract":"

    Read a Vertical Coordinate Reference System from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readEngineering:":{"name":"+readEngineering:","abstract":"

    Read an Engineering Coordinate Reference System from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readParametric:":{"name":"+readParametric:","abstract":"

    Read an Parametric Coordinate Reference System from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readTemporal:":{"name":"+readTemporal:","abstract":"

    Read an Temporal Coordinate Reference System from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readDerived:":{"name":"+readDerived:","abstract":"

    Read a Derived Coordinate Reference System from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readCompound:":{"name":"+readCompound:","abstract":"

    Read a Compound Coordinate Reference System from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readCoordinateMetadata:":{"name":"+readCoordinateMetadata:","abstract":"

    Read Coordinate Metadata from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readCoordinateOperation:":{"name":"+readCoordinateOperation:","abstract":"

    Read Coordinate Operation from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readPointMotionOperation:":{"name":"+readPointMotionOperation:","abstract":"

    Read Point Motion Operation from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readConcatenatedOperation:":{"name":"+readConcatenatedOperation:","abstract":"

    Read Concatenated Operation from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readBound:":{"name":"+readBound:","abstract":"

    Read Bound Coordinate Reference System from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readGeoCompat:":{"name":"+readGeoCompat:","abstract":"

    Read a Backward Compatible Geodetic or Geographic Coordinate Reference","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readGeodeticCompat:":{"name":"+readGeodeticCompat:","abstract":"

    Read a Backward Compatible Geodetic Coordinate Reference System from the","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readGeographicCompat:":{"name":"+readGeographicCompat:","abstract":"

    Read a Backward Compatible Geographic Coordinate Reference System from","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readProjectedCompat:":{"name":"+readProjectedCompat:","abstract":"

    Read a Backward Compatible Projected Coordinate Reference System from the","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readProjectedGeodeticCompat:":{"name":"+readProjectedGeodeticCompat:","abstract":"

    Read a Backward Compatible Projected Geodetic Coordinate Reference System","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readProjectedGeographicCompat:":{"name":"+readProjectedGeographicCompat:","abstract":"

    Read a Backward Compatible Projected Geographic Coordinate Reference","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(py)strict":{"name":"strict","abstract":"

    Strict rule enforcement

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)createWithText:":{"name":"+createWithText:","abstract":"

    Create

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)createWithReader:":{"name":"+createWithReader:","abstract":"

    Create

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)createWithText:andStrict:":{"name":"+createWithText:andStrict:","abstract":"

    Create

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)createWithReader:andStrict:":{"name":"+createWithReader:andStrict:","abstract":"

    Create

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)initWithText:":{"name":"-initWithText:","abstract":"

    Initializer

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)initWithReader:":{"name":"-initWithReader:","abstract":"

    Initializer

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)initWithText:andStrict:":{"name":"-initWithText:andStrict:","abstract":"

    Initializer

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)initWithReader:andStrict:":{"name":"-initWithReader:andStrict:","abstract":"

    Initializer

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)textReader":{"name":"-textReader","abstract":"

    Get the text reader

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)reset":{"name":"-reset","abstract":"

    Reset the reader

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)read":{"name":"-read","abstract":"

    Read a CRS object from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readCoordinateReferenceSystem":{"name":"-readCoordinateReferenceSystem","abstract":"

    Read a Coordinate Reference System from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readSimpleCoordinateReferenceSystem":{"name":"-readSimpleCoordinateReferenceSystem","abstract":"

    Read a Simple Coordinate Reference System from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readKeyword":{"name":"-readKeyword","abstract":"

    Read a WKT CRS keyword

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readKeywordType":{"name":"-readKeywordType","abstract":"

    Read a WKT CRS keyword type

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readKeywords":{"name":"-readKeywords","abstract":"

    Read WKT CRS keywords

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readKeywordTypes":{"name":"-readKeywordTypes","abstract":"

    Read WKT CRS keyword types

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readKeywordWithType:":{"name":"-readKeywordWithType:","abstract":"

    Read a specific WKT CRS keyword, next token when strict, until found when","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readKeywordWithTypes:":{"name":"-readKeywordWithTypes:","abstract":"

    Read a specific WKT CRS keyword, next token when strict, until found when","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readToKeyword:":{"name":"-readToKeyword:","abstract":"

    Read skipping tokens up until before an optional WKT CRS keyword

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readToKeywords:":{"name":"-readToKeywords:","abstract":"

    Read skipping tokens up until before an optional WKT CRS keyword

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readKeywordWithType:andRequired:":{"name":"-readKeywordWithType:andRequired:","abstract":"

    Read looking for a specific WKT CRS keyword, skipping others if not","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readKeywordWithTypes:andRequired:":{"name":"-readKeywordWithTypes:andRequired:","abstract":"

    Read looking for a specific WKT CRS keyword, skipping others if not","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)peekKeyword":{"name":"-peekKeyword","abstract":"

    Peek a WKT CRS keyword

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)peekKeywordType":{"name":"-peekKeywordType","abstract":"

    Peek a WKT CRS keyword type

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)peekKeywords":{"name":"-peekKeywords","abstract":"

    Peek WKT CRS keywords

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)peekKeywordTypes":{"name":"-peekKeywordTypes","abstract":"

    Peek WKT CRS keyword types

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)peekOptionalKeyword":{"name":"-peekOptionalKeyword","abstract":"

    Peek an optional WKT CRS keyword

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)peekOptionalKeywordType":{"name":"-peekOptionalKeywordType","abstract":"

    Peek an optional WKT CRS keyword type

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)peekOptionalKeywords":{"name":"-peekOptionalKeywords","abstract":"

    Peek at optional WKT CRS keywords

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)peekOptionalKeywordTypes":{"name":"-peekOptionalKeywordTypes","abstract":"

    Peek at optional WKT CRS keyword types

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)peekOptionalKeywordAtNum:":{"name":"-peekOptionalKeywordAtNum:","abstract":"

    Peek an optional WKT CRS keyword

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)peekOptionalKeywordTypeAtNum:":{"name":"-peekOptionalKeywordTypeAtNum:","abstract":"

    Peek an optional WKT CRS keyword type

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)peekOptionalKeywordsAtNum:":{"name":"-peekOptionalKeywordsAtNum:","abstract":"

    Peek at optional WKT CRS keywords

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)peekOptionalKeywordTypesAtNum:":{"name":"-peekOptionalKeywordTypesAtNum:","abstract":"

    Peek at optional WKT CRS keyword types

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readLeftDelimiter":{"name":"-readLeftDelimiter","abstract":"

    Read a left delimiter

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)peekLeftDelimiter":{"name":"-peekLeftDelimiter","abstract":"

    Peek if the next token is a left delimiter

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readRightDelimiter":{"name":"-readRightDelimiter","abstract":"

    Read skipping tokens until an external right delimiter (first right","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)peekRightDelimiter":{"name":"-peekRightDelimiter","abstract":"

    Peek if the next token is a right delimiter

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readSeparator":{"name":"-readSeparator","abstract":"

    Read a WKT Separator (comma)

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)peekSeparator":{"name":"-peekSeparator","abstract":"

    Peek if the next token is a WKT Separator (comma)

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readEnd":{"name":"-readEnd","abstract":"

    “Read” an expected end, checking for unexpected trailing tokens

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readKeywordDelimitedToken:":{"name":"-readKeywordDelimitedToken:","abstract":"

    Read a keyword delimited token

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readGeo":{"name":"-readGeo","abstract":"

    Read a Geodetic or Geographic CRS

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readProjected":{"name":"-readProjected","abstract":"

    Read a Projected CRS

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readProjectedGeodetic":{"name":"-readProjectedGeodetic","abstract":"

    Read a Projected Geodetic CRS

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readProjectedGeographic":{"name":"-readProjectedGeographic","abstract":"

    Read a Projected Geographic CRS

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readProjectedWithType:":{"name":"-readProjectedWithType:","abstract":"

    Read a Projected CRS

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readVertical":{"name":"-readVertical","abstract":"

    Read a Vertical CRS

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readEngineering":{"name":"-readEngineering","abstract":"

    Read an Engineering CRS

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readParametric":{"name":"-readParametric","abstract":"

    Read a Parametric CRS

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readTemporal":{"name":"-readTemporal","abstract":"

    Read a Temporal CRS

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readDerivedProjected":{"name":"-readDerivedProjected","abstract":"

    Read a Derived Projected CRS

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readCompound":{"name":"-readCompound","abstract":"

    Read a Compound CRS

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readCoordinateMetadata":{"name":"-readCoordinateMetadata","abstract":"

    Read Coordinate Metadata

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readCoordinateOperation":{"name":"-readCoordinateOperation","abstract":"

    Read Coordinate Operation

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readPointMotionOperation":{"name":"-readPointMotionOperation","abstract":"

    Read Point Motion Operation

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readConcatenatedOperation":{"name":"-readConcatenatedOperation","abstract":"

    Read Concatenated Operation

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readBound":{"name":"-readBound","abstract":"

    Read a Bound CRS

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readScopeExtentIdentifierRemark:":{"name":"-readScopeExtentIdentifierRemark:","abstract":"

    Read the usages (scope and extent), identifiers, and remark into the","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readGeoReferenceFrame":{"name":"-readGeoReferenceFrame","abstract":"

    Read a Geo reference frame

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readGeoReferenceFrameWithCRS:":{"name":"-readGeoReferenceFrameWithCRS:","abstract":"

    Read a Geo reference frame

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readVerticalReferenceFrame":{"name":"-readVerticalReferenceFrame","abstract":"

    Read a Vertical reference frame

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readVerticalReferenceFrameWithCRS:":{"name":"-readVerticalReferenceFrameWithCRS:","abstract":"

    Read a Vertical reference frame

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readEngineeringDatum":{"name":"-readEngineeringDatum","abstract":"

    Read an Engineering datum

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readEngineeringDatumWithCRS:":{"name":"-readEngineeringDatumWithCRS:","abstract":"

    Read an Engineering datum

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readParametricDatum":{"name":"-readParametricDatum","abstract":"

    Read a Parametric datum

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readParametricDatumWithCRS:":{"name":"-readParametricDatumWithCRS:","abstract":"

    Read a Parametric datum

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readReferenceFrame":{"name":"-readReferenceFrame","abstract":"

    Read a Reference frame (datum)

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readReferenceFrameWithCRS:":{"name":"-readReferenceFrameWithCRS:","abstract":"

    Read a Reference frame (datum)

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readGeoDatumEnsemble":{"name":"-readGeoDatumEnsemble","abstract":"

    Read a Geo datum ensemble

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readVerticalDatumEnsemble":{"name":"-readVerticalDatumEnsemble","abstract":"

    Read a Vertical datum ensemble

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readDatumEnsemble":{"name":"-readDatumEnsemble","abstract":"

    Read a Datum ensemble

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readDatumEnsembleMember":{"name":"-readDatumEnsembleMember","abstract":"

    Read a Datum ensemble member

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readDynamic":{"name":"-readDynamic","abstract":"

    Read a Dynamic coordinate reference system

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readPrimeMeridian":{"name":"-readPrimeMeridian","abstract":"

    Read a Prime meridian

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readEllipsoid":{"name":"-readEllipsoid","abstract":"

    Read an Ellipsoid

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readUnit":{"name":"-readUnit","abstract":"

    Read a Unit

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readAngleUnit":{"name":"-readAngleUnit","abstract":"

    Read an Angle Unit

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readLengthUnit":{"name":"-readLengthUnit","abstract":"

    Read a Length Unit

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readParametricUnit":{"name":"-readParametricUnit","abstract":"

    Read a Parametric Unit

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readScaleUnit":{"name":"-readScaleUnit","abstract":"

    Read a Scale Unit

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readTimeUnit":{"name":"-readTimeUnit","abstract":"

    Read a Time Unit

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readUnitWithType:":{"name":"-readUnitWithType:","abstract":"

    Read a Unit

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readIdentifiers":{"name":"-readIdentifiers","abstract":"

    Read Identifiers

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readIdentifier":{"name":"-readIdentifier","abstract":"

    Read an Identifier

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readCoordinateSystem":{"name":"-readCoordinateSystem","abstract":"

    Read a Coordinate system

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readAxes":{"name":"-readAxes","abstract":"

    Read Axes

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readAxesWithType:":{"name":"-readAxesWithType:","abstract":"

    Read Axes

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readAxis":{"name":"-readAxis","abstract":"

    Read an Axis

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readAxisWithType:":{"name":"-readAxisWithType:","abstract":"

    Read an Axis

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readRemark":{"name":"-readRemark","abstract":"

    Read Remark

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readUsages":{"name":"-readUsages","abstract":"

    Read Usages

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readUsage":{"name":"-readUsage","abstract":"

    Read a Usage

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readScope":{"name":"-readScope","abstract":"

    Read a Scope

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readExtent":{"name":"-readExtent","abstract":"

    Read an Extent

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readAreaDescription":{"name":"-readAreaDescription","abstract":"

    Read an Area description

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readGeographicBoundingBox":{"name":"-readGeographicBoundingBox","abstract":"

    Read a Geographic bounding box

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readVerticalExtent":{"name":"-readVerticalExtent","abstract":"

    Read a Vertical extent

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readTemporalExtent":{"name":"-readTemporalExtent","abstract":"

    Read a Temporal extent

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readMapProjection":{"name":"-readMapProjection","abstract":"

    Read a Map projection

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readMethod":{"name":"-readMethod","abstract":"

    Read an operation method

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readProjectedParameters":{"name":"-readProjectedParameters","abstract":"

    Read projected parameters

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readParametersWithType:":{"name":"-readParametersWithType:","abstract":"

    Read Operation parameters

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readParameterWithType:":{"name":"-readParameterWithType:","abstract":"

    Read an Operation parameter

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readTemporalDatum":{"name":"-readTemporalDatum","abstract":"

    Read a Temporal Datum

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readDerivingConversion":{"name":"-readDerivingConversion","abstract":"

    Read a Deriving Conversion

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readDerivedParameters":{"name":"-readDerivedParameters","abstract":"

    Read Derived parameters

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readParametersAndFilesWithType:":{"name":"-readParametersAndFilesWithType:","abstract":"

    Read Operation parameters and parameter files

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readParameterFile":{"name":"-readParameterFile","abstract":"

    Read an Operation parameter file

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readCoordinateOperationParameters":{"name":"-readCoordinateOperationParameters","abstract":"

    Read Coordinate Operation parameters

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readVersion":{"name":"-readVersion","abstract":"

    Read an operation version

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readSource":{"name":"-readSource","abstract":"

    Read a source coordinate reference system

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readTarget":{"name":"-readTarget","abstract":"

    Read a target coordinate reference system

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readInterpolation":{"name":"-readInterpolation","abstract":"

    Read a interpolation coordinate reference system

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readCoordinateReferenceSystemWithKeyword:":{"name":"-readCoordinateReferenceSystemWithKeyword:","abstract":"

    Read a coordinate reference system with the keyword

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readAccuracy":{"name":"-readAccuracy","abstract":"

    Read an operation accuracy

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readPointMotionOperationParameters":{"name":"-readPointMotionOperationParameters","abstract":"

    Read Point Motion Operation parameters

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readAbridgedCoordinateTransformation":{"name":"-readAbridgedCoordinateTransformation","abstract":"

    Read an Abridged Coordinate Transformation

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readBoundParameters":{"name":"-readBoundParameters","abstract":"

    Read Bound CRS Abridged Transformation parameters

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readGeoCompat":{"name":"-readGeoCompat","abstract":"

    Read a Backward Compatible Geodetic or Geographic CRS

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readGeodeticCompat":{"name":"-readGeodeticCompat","abstract":"

    Read a Backward Compatible Geodetic CRS

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readGeographicCompat":{"name":"-readGeographicCompat","abstract":"

    Read a Backward Compatible Geographic CRS

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readGeoCompatWithType:":{"name":"-readGeoCompatWithType:","abstract":"

    Read a Backward Compatible Geodetic or Geographic CRS

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readProjectedCompat":{"name":"-readProjectedCompat","abstract":"

    Read a Backward Compatible Projected CRS

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readProjectedGeodeticCompat":{"name":"-readProjectedGeodeticCompat","abstract":"

    Read a Backward Compatible Projected Geodetic CRS

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readProjectedGeographicCompat":{"name":"-readProjectedGeographicCompat","abstract":"

    Read a Backward Compatible Projected Geographic CRS

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readProjectedCompatWithType:":{"name":"-readProjectedCompatWithType:","abstract":"

    Read a Backward Compatible Projected CRS

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)addTransformParameters:toMapProjection:":{"name":"+addTransformParameters:toMapProjection:","abstract":"

    Add transform parameters to the map projection

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readVerticalCompat":{"name":"-readVerticalCompat","abstract":"

    Read a Backward Compatible Vertical CRS

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readEngineeringCompat":{"name":"-readEngineeringCompat","abstract":"

    Read a Backward Compatible Engineering CRS

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readMapProjectionCompat":{"name":"-readMapProjectionCompat","abstract":"

    Read a Backward Compatible map projection

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readCoordinateSystemCompatWithType:andReferenceFrame:":{"name":"-readCoordinateSystemCompatWithType:andReferenceFrame:","abstract":"

    Read a Backward Compatible Coordinate System

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readVerticalDatumCompat":{"name":"-readVerticalDatumCompat","abstract":"

    Read a Backward Compatible vertical datum

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readVerticalDatumCompatWithCRS:":{"name":"-readVerticalDatumCompatWithCRS:","abstract":"

    Read a Backward Compatible vertical datum

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readEngineeringDatumCompat":{"name":"-readEngineeringDatumCompat","abstract":"

    Read a Backward Compatible engineering datum

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readEngineeringDatumCompatWithCRS:":{"name":"-readEngineeringDatumCompatWithCRS:","abstract":"

    Read a Backward Compatible engineering datum

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readDatumCompat":{"name":"-readDatumCompat","abstract":"

    Read a Backward Compatible datum

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readDatumCompatWithCRS:":{"name":"-readDatumCompatWithCRS:","abstract":"

    Read a Backward Compatible datum

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readToWGS84Compat":{"name":"-readToWGS84Compat","abstract":"

    Read a Backward Compatible To WGS84 transformation

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readExtensionsCompat":{"name":"-readExtensionsCompat","abstract":"

    Read Backward Compatible Extensions

    ","parent_name":"CRSReader"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(py)base":{"name":"base","abstract":"

    Base

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(py)mapProjection":{"name":"mapProjection","abstract":"

    Map Projection

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)initWithName:andBaseName:andBaseType:andReferenceFrame:andMapProjection:andCoordinateSystem:":{"name":"-initWithName:andBaseName:andBaseType:andReferenceFrame:andMapProjection:andCoordinateSystem:","abstract":"

    Initialize

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)initWithName:andBaseName:andBaseType:andDatumEnsemble:andMapProjection:andCoordinateSystem:":{"name":"-initWithName:andBaseName:andBaseType:andDatumEnsemble:andMapProjection:andCoordinateSystem:","abstract":"

    Initialize

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)initWithName:andBaseName:andBaseType:andDynamic:andReferenceFrame:andMapProjection:andCoordinateSystem:":{"name":"-initWithName:andBaseName:andBaseType:andDynamic:andReferenceFrame:andMapProjection:andCoordinateSystem:","abstract":"

    Initialize

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)baseName":{"name":"-baseName","abstract":"

    Get the base name

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)setBaseName:":{"name":"-setBaseName:","abstract":"

    Set the base name

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)baseType":{"name":"-baseType","abstract":"

    Get the base type

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)setBaseType:":{"name":"-setBaseType:","abstract":"

    Set the base type

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)referenceFrame":{"name":"-referenceFrame","abstract":"

    Get the reference frame

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)hasReferenceFrame":{"name":"-hasReferenceFrame","abstract":"

    Determine if has a reference frame

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)setReferenceFrame:":{"name":"-setReferenceFrame:","abstract":"

    Set the reference frame

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)datumEnsemble":{"name":"-datumEnsemble","abstract":"

    Get the datum ensemble

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)hasDatumEnsemble":{"name":"-hasDatumEnsemble","abstract":"

    Determine if has a datum ensemble

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)setDatumEnsemble:":{"name":"-setDatumEnsemble:","abstract":"

    Set the datum ensemble

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)dynamic":{"name":"-dynamic","abstract":"

    Get the dynamic coordinate reference system

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)hasDynamic":{"name":"-hasDynamic","abstract":"

    Determine if has a dynamic

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)setDynamic:":{"name":"-setDynamic:","abstract":"

    Set the dynamic coordinate reference system

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)geoDatum":{"name":"-geoDatum","abstract":"

    Get the geodetic or geographic common datum

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)baseIdentifiers":{"name":"-baseIdentifiers","abstract":"

    Get the base identifiers

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)hasBaseIdentifiers":{"name":"-hasBaseIdentifiers","abstract":"

    Has base identifiers

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)numBaseIdentifiers":{"name":"-numBaseIdentifiers","abstract":"

    Number of base identifiers

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)baseIdentifierAtIndex:":{"name":"-baseIdentifierAtIndex:","abstract":"

    Get the base identifier at the index

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)setBaseIdentifiers:":{"name":"-setBaseIdentifiers:","abstract":"

    Set the base identifiers

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)addBaseIdentifier:":{"name":"-addBaseIdentifier:","abstract":"

    Add the base identifier

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)addBaseIdentifiers:":{"name":"-addBaseIdentifiers:","abstract":"

    Add the base identifiers

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)unit":{"name":"-unit","abstract":"

    Get the unit (ellipsoidal angle)

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)hasUnit":{"name":"-hasUnit","abstract":"

    Has a unit (ellipsoidal angle)

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)setUnit:":{"name":"-setUnit:","abstract":"

    Set the unit (angle)

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjParser.html#/c:objc(cs)CRSProjParser(cm)paramsFromText:":{"name":"+paramsFromText:","abstract":"

    Parse crs well-known text into PROJ params

    ","parent_name":"CRSProjParser"},"Classes/CRSProjParser.html#/c:objc(cs)CRSProjParser(cm)paramsTextFromText:":{"name":"+paramsTextFromText:","abstract":"

    Parse crs well-known text into PROJ params text

    ","parent_name":"CRSProjParser"},"Classes/CRSProjParser.html#/c:objc(cs)CRSProjParser(cm)paramsFromCRS:":{"name":"+paramsFromCRS:","abstract":"

    Convert a CRS object into PROJ params

    ","parent_name":"CRSProjParser"},"Classes/CRSProjParser.html#/c:objc(cs)CRSProjParser(cm)paramsTextFromCRS:":{"name":"+paramsTextFromCRS:","abstract":"

    Convert a CRS object into PROJ params text

    ","parent_name":"CRSProjParser"},"Classes/CRSProjParser.html#/c:objc(cs)CRSProjParser(cm)paramsFromGeo:":{"name":"+paramsFromGeo:","abstract":"

    Convert a geodetic or geographic crs into PROJ params

    ","parent_name":"CRSProjParser"},"Classes/CRSProjParser.html#/c:objc(cs)CRSProjParser(cm)paramsTextFromGeo:":{"name":"+paramsTextFromGeo:","abstract":"

    Convert a geodetic or geographic crs into PROJ params text

    ","parent_name":"CRSProjParser"},"Classes/CRSProjParser.html#/c:objc(cs)CRSProjParser(cm)paramsFromProjected:":{"name":"+paramsFromProjected:","abstract":"

    Convert a projected crs into PROJ params

    ","parent_name":"CRSProjParser"},"Classes/CRSProjParser.html#/c:objc(cs)CRSProjParser(cm)paramsTextFromProjected:":{"name":"+paramsTextFromProjected:","abstract":"

    Convert a projected crs into PROJ params text

    ","parent_name":"CRSProjParser"},"Classes/CRSProjParser.html#/c:objc(cs)CRSProjParser(cm)paramsFromCompound:":{"name":"+paramsFromCompound:","abstract":"

    Convert a compound crs into PROJ params

    ","parent_name":"CRSProjParser"},"Classes/CRSProjParser.html#/c:objc(cs)CRSProjParser(cm)paramsTextFromCompound:":{"name":"+paramsTextFromCompound:","abstract":"

    Convert a compound crs into PROJ params text

    ","parent_name":"CRSProjParser"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)proj":{"name":"proj","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)zone":{"name":"zone","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)south":{"name":"south","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)lat_1":{"name":"lat_1","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)lat_2":{"name":"lat_2","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)lat_0":{"name":"lat_0","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)lat_ts":{"name":"lat_ts","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)lon_0":{"name":"lon_0","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)lonc":{"name":"lonc","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)alpha":{"name":"alpha","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)k_0":{"name":"k_0","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)x_0":{"name":"x_0","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)y_0":{"name":"y_0","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)axis":{"name":"axis","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)datum":{"name":"datum","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)no_uoff":{"name":"no_uoff","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)gamma":{"name":"gamma","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)a":{"name":"a","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)b":{"name":"b","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)ellps":{"name":"ellps","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)towgs84":{"name":"towgs84","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)xTranslation":{"name":"xTranslation","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)yTranslation":{"name":"yTranslation","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)zTranslation":{"name":"zTranslation","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)xRotation":{"name":"xRotation","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)yRotation":{"name":"yRotation","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)zRotation":{"name":"zRotation","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)scaleDifference":{"name":"scaleDifference","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)pm":{"name":"pm","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)units":{"name":"units","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)to_meter":{"name":"to_meter","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)nadgrids":{"name":"nadgrids","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)wktext":{"name":"wktext","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)no_defs":{"name":"no_defs","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(cm)params":{"name":"+params","abstract":"

    Create

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSProjParams"},"Classes/CRSPrimeMeridians.html#/c:objc(cs)CRSPrimeMeridians(cm)fromType:":{"name":"+fromType:","abstract":"

    Get a prime meridian by type

    ","parent_name":"CRSPrimeMeridians"},"Classes/CRSPrimeMeridians.html#/c:objc(cs)CRSPrimeMeridians(cm)fromName:":{"name":"+fromName:","abstract":"

    Get a prime meridian by name

    ","parent_name":"CRSPrimeMeridians"},"Classes/CRSPrimeMeridians.html#/c:objc(cs)CRSPrimeMeridians(im)type":{"name":"-type","abstract":"

    Get the type

    ","parent_name":"CRSPrimeMeridians"},"Classes/CRSPrimeMeridians.html#/c:objc(cs)CRSPrimeMeridians(im)name":{"name":"-name","abstract":"

    Get the name

    ","parent_name":"CRSPrimeMeridians"},"Classes/CRSPrimeMeridians.html#/c:objc(cs)CRSPrimeMeridians(im)offsetFromGreenwich":{"name":"-offsetFromGreenwich","abstract":"

    Get the offset from greenwich in radians

    ","parent_name":"CRSPrimeMeridians"},"Classes/CRSPrimeMeridians.html#/c:objc(cs)CRSPrimeMeridians(im)offsetFromGreenwichDegrees":{"name":"-offsetFromGreenwichDegrees","abstract":"

    Get the offset from greenwich in degrees

    ","parent_name":"CRSPrimeMeridians"},"Classes/CRSPrimeMeridian.html#/c:objc(cs)CRSPrimeMeridian(py)name":{"name":"name","abstract":"

    Name

    ","parent_name":"CRSPrimeMeridian"},"Classes/CRSPrimeMeridian.html#/c:objc(cs)CRSPrimeMeridian(py)longitude":{"name":"longitude","abstract":"

    International Reference Meridian longitude

    ","parent_name":"CRSPrimeMeridian"},"Classes/CRSPrimeMeridian.html#/c:objc(cs)CRSPrimeMeridian(py)longitudeText":{"name":"longitudeText","abstract":"

    International Reference Meridian longitude Text

    ","parent_name":"CRSPrimeMeridian"},"Classes/CRSPrimeMeridian.html#/c:objc(cs)CRSPrimeMeridian(py)longitudeUnit":{"name":"longitudeUnit","abstract":"

    International Reference Meridian longitude unit (angle)

    ","parent_name":"CRSPrimeMeridian"},"Classes/CRSPrimeMeridian.html#/c:objc(cs)CRSPrimeMeridian(py)identifiers":{"name":"identifiers","abstract":"

    Identifiers

    ","parent_name":"CRSPrimeMeridian"},"Classes/CRSPrimeMeridian.html#/c:objc(cs)CRSPrimeMeridian(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSPrimeMeridian"},"Classes/CRSPrimeMeridian.html#/c:objc(cs)CRSPrimeMeridian(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSPrimeMeridian"},"Classes/CRSPrimeMeridian.html#/c:objc(cs)CRSPrimeMeridian(im)initWithName:andLongitude:":{"name":"-initWithName:andLongitude:","abstract":"

    Initialize

    ","parent_name":"CRSPrimeMeridian"},"Classes/CRSPrimeMeridian.html#/c:objc(cs)CRSPrimeMeridian(im)initWithName:andLongitudeText:":{"name":"-initWithName:andLongitudeText:","abstract":"

    Initialize

    ","parent_name":"CRSPrimeMeridian"},"Classes/CRSPrimeMeridian.html#/c:objc(cs)CRSPrimeMeridian(im)hasLongitudeUnit":{"name":"-hasLongitudeUnit","abstract":"

    Has an International Reference Meridian longitude unit (angle)

    ","parent_name":"CRSPrimeMeridian"},"Classes/CRSPointMotionOperation.html#/c:objc(cs)CRSPointMotionOperation(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSPointMotionOperation"},"Classes/CRSPointMotionOperation.html#/c:objc(cs)CRSPointMotionOperation(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSPointMotionOperation"},"Classes/CRSPointMotionOperation.html#/c:objc(cs)CRSPointMotionOperation(im)initWithName:andSource:andMethod:":{"name":"-initWithName:andSource:andMethod:","abstract":"

    Initialize

    ","parent_name":"CRSPointMotionOperation"},"Classes/CRSParametricDatum.html#/c:objc(cs)CRSParametricDatum(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSParametricDatum"},"Classes/CRSParametricDatum.html#/c:objc(cs)CRSParametricDatum(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSParametricDatum"},"Classes/CRSParametricDatum.html#/c:objc(cs)CRSParametricDatum(im)initWithName:":{"name":"-initWithName:","abstract":"

    Initialize

    ","parent_name":"CRSParametricDatum"},"Classes/CRSParametricCoordinateReferenceSystem.html#/c:objc(cs)CRSParametricCoordinateReferenceSystem(py)datum":{"name":"datum","abstract":"

    Parametric Datum

    ","parent_name":"CRSParametricCoordinateReferenceSystem"},"Classes/CRSParametricCoordinateReferenceSystem.html#/c:objc(cs)CRSParametricCoordinateReferenceSystem(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSParametricCoordinateReferenceSystem"},"Classes/CRSParametricCoordinateReferenceSystem.html#/c:objc(cs)CRSParametricCoordinateReferenceSystem(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSParametricCoordinateReferenceSystem"},"Classes/CRSParametricCoordinateReferenceSystem.html#/c:objc(cs)CRSParametricCoordinateReferenceSystem(im)initWithName:andDatum:andCoordinateSystem:":{"name":"-initWithName:andDatum:andCoordinateSystem:","abstract":"

    Initialize

    ","parent_name":"CRSParametricCoordinateReferenceSystem"},"Classes/CRSOperationTypes.html#/c:objc(cs)CRSOperationTypes(cm)name:":{"name":"+name:","abstract":"

    Get the type name

    ","parent_name":"CRSOperationTypes"},"Classes/CRSOperationTypes.html#/c:objc(cs)CRSOperationTypes(cm)type:":{"name":"+type:","abstract":"

    Get the type from the name

    ","parent_name":"CRSOperationTypes"},"Classes/CRSOperationParameters.html#/c:objc(cs)CRSOperationParameters(im)type":{"name":"-type","abstract":"

    Get the type

    ","parent_name":"CRSOperationParameters"},"Classes/CRSOperationParameters.html#/c:objc(cs)CRSOperationParameters(im)code":{"name":"-code","abstract":"

    Get the code

    ","parent_name":"CRSOperationParameters"},"Classes/CRSOperationParameters.html#/c:objc(cs)CRSOperationParameters(im)name":{"name":"-name","abstract":"

    Get the name

    ","parent_name":"CRSOperationParameters"},"Classes/CRSOperationParameters.html#/c:objc(cs)CRSOperationParameters(im)operationType":{"name":"-operationType","abstract":"

    Get the operation type

    ","parent_name":"CRSOperationParameters"},"Classes/CRSOperationParameters.html#/c:objc(cs)CRSOperationParameters(im)aliases":{"name":"-aliases","abstract":"

    Get the aliases

    ","parent_name":"CRSOperationParameters"},"Classes/CRSOperationParameters.html#/c:objc(cs)CRSOperationParameters(im)unitType":{"name":"-unitType","abstract":"

    Get the unit type

    ","parent_name":"CRSOperationParameters"},"Classes/CRSOperationParameters.html#/c:objc(cs)CRSOperationParameters(cm)parameter:":{"name":"+parameter:","abstract":"

    Get the parameter from the parameter type

    ","parent_name":"CRSOperationParameters"},"Classes/CRSOperationParameters.html#/c:objc(cs)CRSOperationParameters(cm)parameterFromName:":{"name":"+parameterFromName:","abstract":"

    Get the parameter from the alias

    ","parent_name":"CRSOperationParameters"},"Classes/CRSOperationParameters.html#/c:objc(cs)CRSOperationParameters(cm)parametersFromName:":{"name":"+parametersFromName:","abstract":"

    Get the parameters from the alias

    ","parent_name":"CRSOperationParameters"},"Classes/CRSOperationParameters.html#/c:objc(cs)CRSOperationParameters(cm)parameterFromCode:":{"name":"+parameterFromCode:","abstract":"

    Get the parameter from the code

    ","parent_name":"CRSOperationParameters"},"Classes/CRSOperationParameter.html#/c:objc(cs)CRSOperationParameter(py)name":{"name":"name","abstract":"

    Name

    ","parent_name":"CRSOperationParameter"},"Classes/CRSOperationParameter.html#/c:objc(cs)CRSOperationParameter(py)value":{"name":"value","abstract":"

    Value

    ","parent_name":"CRSOperationParameter"},"Classes/CRSOperationParameter.html#/c:objc(cs)CRSOperationParameter(py)valueText":{"name":"valueText","abstract":"

    Value Text

    ","parent_name":"CRSOperationParameter"},"Classes/CRSOperationParameter.html#/c:objc(cs)CRSOperationParameter(py)unit":{"name":"unit","abstract":"

    Unit

    ","parent_name":"CRSOperationParameter"},"Classes/CRSOperationParameter.html#/c:objc(cs)CRSOperationParameter(py)fileName":{"name":"fileName","abstract":"

    File Name

    ","parent_name":"CRSOperationParameter"},"Classes/CRSOperationParameter.html#/c:objc(cs)CRSOperationParameter(py)identifiers":{"name":"identifiers","abstract":"

    Identifiers

    ","parent_name":"CRSOperationParameter"},"Classes/CRSOperationParameter.html#/c:objc(cs)CRSOperationParameter(py)parameter":{"name":"parameter","abstract":"

    Commonly encountered operation parameters

    ","parent_name":"CRSOperationParameter"},"Classes/CRSOperationParameter.html#/c:objc(cs)CRSOperationParameter(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSOperationParameter"},"Classes/CRSOperationParameter.html#/c:objc(cs)CRSOperationParameter(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSOperationParameter"},"Classes/CRSOperationParameter.html#/c:objc(cs)CRSOperationParameter(im)initWithName:andValue:":{"name":"-initWithName:andValue:","abstract":"

    Initialize

    ","parent_name":"CRSOperationParameter"},"Classes/CRSOperationParameter.html#/c:objc(cs)CRSOperationParameter(im)initWithName:andValueText:":{"name":"-initWithName:andValueText:","abstract":"

    Initialize

    ","parent_name":"CRSOperationParameter"},"Classes/CRSOperationParameter.html#/c:objc(cs)CRSOperationParameter(im)initWithName:andValue:andUnit:":{"name":"-initWithName:andValue:andUnit:","abstract":"

    Initialize

    ","parent_name":"CRSOperationParameter"},"Classes/CRSOperationParameter.html#/c:objc(cs)CRSOperationParameter(im)initWithName:andValueText:andUnit:":{"name":"-initWithName:andValueText:andUnit:","abstract":"

    Initialize

    ","parent_name":"CRSOperationParameter"},"Classes/CRSOperationParameter.html#/c:objc(cs)CRSOperationParameter(im)initWithParameter:andValue:":{"name":"-initWithParameter:andValue:","abstract":"

    Initialize

    ","parent_name":"CRSOperationParameter"},"Classes/CRSOperationParameter.html#/c:objc(cs)CRSOperationParameter(im)initWithParameter:andValueText:":{"name":"-initWithParameter:andValueText:","abstract":"

    Initialize

    ","parent_name":"CRSOperationParameter"},"Classes/CRSOperationParameter.html#/c:objc(cs)CRSOperationParameter(im)initWithParameter:andValue:andUnit:":{"name":"-initWithParameter:andValue:andUnit:","abstract":"

    Initialize

    ","parent_name":"CRSOperationParameter"},"Classes/CRSOperationParameter.html#/c:objc(cs)CRSOperationParameter(im)initWithParameter:andValueText:andUnit:":{"name":"-initWithParameter:andValueText:andUnit:","abstract":"

    Initialize

    ","parent_name":"CRSOperationParameter"},"Classes/CRSOperationParameter.html#/c:objc(cs)CRSOperationParameter(im)initWithName:andFileName:":{"name":"-initWithName:andFileName:","abstract":"

    Initialize

    ","parent_name":"CRSOperationParameter"},"Classes/CRSOperationParameter.html#/c:objc(cs)CRSOperationParameter(im)hasUnit":{"name":"-hasUnit","abstract":"

    Has a unit

    ","parent_name":"CRSOperationParameter"},"Classes/CRSOperationParameter.html#/c:objc(cs)CRSOperationParameter(im)isFile":{"name":"-isFile","abstract":"

    Is a parameter file

    ","parent_name":"CRSOperationParameter"},"Classes/CRSOperationParameter.html#/c:objc(cs)CRSOperationParameter(im)hasParameter":{"name":"-hasParameter","abstract":"

    Is a commonly known parameter type

    ","parent_name":"CRSOperationParameter"},"Classes/CRSOperationParameter.html#/c:objc(cs)CRSOperationParameter(im)updateParameter":{"name":"-updateParameter","abstract":"

    Update the commonly known parameter type using the name

    ","parent_name":"CRSOperationParameter"},"Classes/CRSOperationMethods.html#/c:objc(cs)CRSOperationMethods(im)type":{"name":"-type","abstract":"

    Get the type

    ","parent_name":"CRSOperationMethods"},"Classes/CRSOperationMethods.html#/c:objc(cs)CRSOperationMethods(im)name":{"name":"-name","abstract":"

    Get the name

    ","parent_name":"CRSOperationMethods"},"Classes/CRSOperationMethods.html#/c:objc(cs)CRSOperationMethods(im)operationType":{"name":"-operationType","abstract":"

    Get the operation type

    ","parent_name":"CRSOperationMethods"},"Classes/CRSOperationMethods.html#/c:objc(cs)CRSOperationMethods(im)aliases":{"name":"-aliases","abstract":"

    Get the aliases

    ","parent_name":"CRSOperationMethods"},"Classes/CRSOperationMethods.html#/c:objc(cs)CRSOperationMethods(im)code":{"name":"-code","abstract":"

    Get the code

    ","parent_name":"CRSOperationMethods"},"Classes/CRSOperationMethods.html#/c:objc(cs)CRSOperationMethods(im)parameterCodes":{"name":"-parameterCodes","abstract":"

    Get the parameter codes

    ","parent_name":"CRSOperationMethods"},"Classes/CRSOperationMethods.html#/c:objc(cs)CRSOperationMethods(im)numParameters":{"name":"-numParameters","abstract":"

    Number of parameters

    ","parent_name":"CRSOperationMethods"},"Classes/CRSOperationMethods.html#/c:objc(cs)CRSOperationMethods(im)parameterCodeAtIndex:":{"name":"-parameterCodeAtIndex:","abstract":"

    Get the parameter code at the index

    ","parent_name":"CRSOperationMethods"},"Classes/CRSOperationMethods.html#/c:objc(cs)CRSOperationMethods(im)parameterAtIndex:":{"name":"-parameterAtIndex:","abstract":"

    Get the parameter at the index

    ","parent_name":"CRSOperationMethods"},"Classes/CRSOperationMethods.html#/c:objc(cs)CRSOperationMethods(im)parameters":{"name":"-parameters","abstract":"

    Get the parameters

    ","parent_name":"CRSOperationMethods"},"Classes/CRSOperationMethods.html#/c:objc(cs)CRSOperationMethods(cm)method:":{"name":"+method:","abstract":"

    Get the method from the method type

    ","parent_name":"CRSOperationMethods"},"Classes/CRSOperationMethods.html#/c:objc(cs)CRSOperationMethods(cm)methodFromName:":{"name":"+methodFromName:","abstract":"

    Get the method from the alias

    ","parent_name":"CRSOperationMethods"},"Classes/CRSOperationMethods.html#/c:objc(cs)CRSOperationMethods(cm)methodsFromName:":{"name":"+methodsFromName:","abstract":"

    Get the methods from the alias

    ","parent_name":"CRSOperationMethods"},"Classes/CRSOperationMethods.html#/c:objc(cs)CRSOperationMethods(cm)methodFromCode:":{"name":"+methodFromCode:","abstract":"

    Get the method from the code

    ","parent_name":"CRSOperationMethods"},"Classes/CRSOperationMethod.html#/c:objc(cs)CRSOperationMethod(py)name":{"name":"name","abstract":"

    Name

    ","parent_name":"CRSOperationMethod"},"Classes/CRSOperationMethod.html#/c:objc(cs)CRSOperationMethod(py)parameters":{"name":"parameters","abstract":"

    Operation parameters

    ","parent_name":"CRSOperationMethod"},"Classes/CRSOperationMethod.html#/c:objc(cs)CRSOperationMethod(py)identifiers":{"name":"identifiers","abstract":"

    Identifiers

    ","parent_name":"CRSOperationMethod"},"Classes/CRSOperationMethod.html#/c:objc(cs)CRSOperationMethod(py)method":{"name":"method","abstract":"

    Commonly encountered operation methods

    ","parent_name":"CRSOperationMethod"},"Classes/CRSOperationMethod.html#/c:objc(cs)CRSOperationMethod(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSOperationMethod"},"Classes/CRSOperationMethod.html#/c:objc(cs)CRSOperationMethod(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSOperationMethod"},"Classes/CRSOperationMethod.html#/c:objc(cs)CRSOperationMethod(im)initWithName:":{"name":"-initWithName:","abstract":"

    Initialize

    ","parent_name":"CRSOperationMethod"},"Classes/CRSOperationMethod.html#/c:objc(cs)CRSOperationMethod(im)initWithMethod:":{"name":"-initWithMethod:","abstract":"

    Initialize

    ","parent_name":"CRSOperationMethod"},"Classes/CRSOperationMethod.html#/c:objc(cs)CRSOperationMethod(im)hasParameters":{"name":"-hasParameters","abstract":"

    Has parameters

    ","parent_name":"CRSOperationMethod"},"Classes/CRSOperationMethod.html#/c:objc(cs)CRSOperationMethod(im)numParameters":{"name":"-numParameters","abstract":"

    Number of parameters

    ","parent_name":"CRSOperationMethod"},"Classes/CRSOperationMethod.html#/c:objc(cs)CRSOperationMethod(im)parameterAtIndex:":{"name":"-parameterAtIndex:","abstract":"

    Get the parameter at the index

    ","parent_name":"CRSOperationMethod"},"Classes/CRSOperationMethod.html#/c:objc(cs)CRSOperationMethod(im)addParameter:":{"name":"-addParameter:","abstract":"

    Add the parameter

    ","parent_name":"CRSOperationMethod"},"Classes/CRSOperationMethod.html#/c:objc(cs)CRSOperationMethod(im)addParameters:":{"name":"-addParameters:","abstract":"

    Add the parameters

    ","parent_name":"CRSOperationMethod"},"Classes/CRSOperationMethod.html#/c:objc(cs)CRSOperationMethod(im)hasMethod":{"name":"-hasMethod","abstract":"

    Is a commonly known method type

    ","parent_name":"CRSOperationMethod"},"Classes/CRSOperationMethod.html#/c:objc(cs)CRSOperationMethod(im)updateMethod":{"name":"-updateMethod","abstract":"

    Update the commonly known method type using the name

    ","parent_name":"CRSOperationMethod"},"Classes/CRSOperation.html#/c:objc(cs)CRSOperation(py)version":{"name":"version","abstract":"

    Operation Version

    ","parent_name":"CRSOperation"},"Classes/CRSOperation.html#/c:objc(cs)CRSOperation(py)source":{"name":"source","abstract":"

    Source Coordinate Reference System

    ","parent_name":"CRSOperation"},"Classes/CRSOperation.html#/c:objc(cs)CRSOperation(py)accuracy":{"name":"accuracy","abstract":"

    Coordinate operation accuracy

    ","parent_name":"CRSOperation"},"Classes/CRSOperation.html#/c:objc(cs)CRSOperation(py)accuracyText":{"name":"accuracyText","abstract":"

    Coordinate operation accuracy Text

    ","parent_name":"CRSOperation"},"Classes/CRSOperation.html#/c:objc(cs)CRSOperation(im)initWithType:":{"name":"-initWithType:","abstract":"

    Initialize

    ","parent_name":"CRSOperation"},"Classes/CRSOperation.html#/c:objc(cs)CRSOperation(im)initWithName:andType:andSource:":{"name":"-initWithName:andType:andSource:","abstract":"

    Initialize

    ","parent_name":"CRSOperation"},"Classes/CRSOperation.html#/c:objc(cs)CRSOperation(im)hasVersion":{"name":"-hasVersion","abstract":"

    Has an operation version

    ","parent_name":"CRSOperation"},"Classes/CRSOperation.html#/c:objc(cs)CRSOperation(im)hasAccuracy":{"name":"-hasAccuracy","abstract":"

    Has a coordinate operation accuracy

    ","parent_name":"CRSOperation"},"Classes/CRSObject.html#/c:objc(cs)CRSObject(py)type":{"name":"type","abstract":"

    Type

    ","parent_name":"CRSObject"},"Classes/CRSObject.html#/c:objc(cs)CRSObject(py)extras":{"name":"extras","abstract":"

    Temporary extras that are not included as part of the CRS definition. Not","parent_name":"CRSObject"},"Classes/CRSObject.html#/c:objc(cs)CRSObject(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSObject"},"Classes/CRSObject.html#/c:objc(cs)CRSObject(im)initWithType:":{"name":"-initWithType:","abstract":"

    Initialize

    ","parent_name":"CRSObject"},"Classes/CRSObject.html#/c:objc(cs)CRSObject(im)categoryType":{"name":"-categoryType","abstract":"

    Get the category type

    ","parent_name":"CRSObject"},"Classes/CRSObject.html#/c:objc(cs)CRSObject(im)hasExtras":{"name":"-hasExtras","abstract":"

    Determine if there are temporary extras that are not part of the CRS","parent_name":"CRSObject"},"Classes/CRSObject.html#/c:objc(cs)CRSObject(im)numExtras":{"name":"-numExtras","abstract":"

    Get the number of temporary extras that are not part of the CRS","parent_name":"CRSObject"},"Classes/CRSObject.html#/c:objc(cs)CRSObject(im)extraWithName:":{"name":"-extraWithName:","abstract":"

    Get the temporary extra with the name

    ","parent_name":"CRSObject"},"Classes/CRSObject.html#/c:objc(cs)CRSObject(im)addExtra:withName:":{"name":"-addExtra:withName:","abstract":"

    Add the temporary extra which is not part of the CRS definition

    ","parent_name":"CRSObject"},"Classes/CRSObject.html#/c:objc(cs)CRSObject(im)addExtras:":{"name":"-addExtras:","abstract":"

    Add the temporary extras which are not part of the CRS definition

    ","parent_name":"CRSObject"},"Classes/CRSMapProjection.html#/c:objc(cs)CRSMapProjection(py)name":{"name":"name","abstract":"

    Name

    ","parent_name":"CRSMapProjection"},"Classes/CRSMapProjection.html#/c:objc(cs)CRSMapProjection(py)method":{"name":"method","abstract":"

    Method

    ","parent_name":"CRSMapProjection"},"Classes/CRSMapProjection.html#/c:objc(cs)CRSMapProjection(py)identifiers":{"name":"identifiers","abstract":"

    Identifiers

    ","parent_name":"CRSMapProjection"},"Classes/CRSMapProjection.html#/c:objc(cs)CRSMapProjection(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSMapProjection"},"Classes/CRSMapProjection.html#/c:objc(cs)CRSMapProjection(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSMapProjection"},"Classes/CRSMapProjection.html#/c:objc(cs)CRSMapProjection(im)initWithName:andMethod:":{"name":"-initWithName:andMethod:","abstract":"

    Initialize

    ","parent_name":"CRSMapProjection"},"Classes/CRSKeyword.html#/c:objc(cs)CRSKeyword(im)type":{"name":"-type","abstract":"

    Get the type

    ","parent_name":"CRSKeyword"},"Classes/CRSKeyword.html#/c:objc(cs)CRSKeyword(im)name":{"name":"-name","abstract":"

    Get the name

    ","parent_name":"CRSKeyword"},"Classes/CRSKeyword.html#/c:objc(cs)CRSKeyword(im)keywords":{"name":"-keywords","abstract":"

    Get the keywords

    ","parent_name":"CRSKeyword"},"Classes/CRSKeyword.html#/c:objc(cs)CRSKeyword(cm)keyword:":{"name":"+keyword:","abstract":"

    Get the keyword type object from the keyword

    ","parent_name":"CRSKeyword"},"Classes/CRSKeyword.html#/c:objc(cs)CRSKeyword(cm)type:":{"name":"+type:","abstract":"

    Get the keyword type from the keyword

    ","parent_name":"CRSKeyword"},"Classes/CRSKeyword.html#/c:objc(cs)CRSKeyword(cm)requiredKeyword:":{"name":"+requiredKeyword:","abstract":"

    Get the required keyword type object from the keyword

    ","parent_name":"CRSKeyword"},"Classes/CRSKeyword.html#/c:objc(cs)CRSKeyword(cm)requiredType:":{"name":"+requiredType:","abstract":"

    Get the required keyword type from the keyword

    ","parent_name":"CRSKeyword"},"Classes/CRSKeyword.html#/c:objc(cs)CRSKeyword(cm)keywords:":{"name":"+keywords:","abstract":"

    Get the keyword types object from the keyword

    ","parent_name":"CRSKeyword"},"Classes/CRSKeyword.html#/c:objc(cs)CRSKeyword(cm)types:":{"name":"+types:","abstract":"

    Get the keyword types from the keyword

    ","parent_name":"CRSKeyword"},"Classes/CRSKeyword.html#/c:objc(cs)CRSKeyword(cm)requiredKeywords:":{"name":"+requiredKeywords:","abstract":"

    Get the required keyword types object from the keyword

    ","parent_name":"CRSKeyword"},"Classes/CRSKeyword.html#/c:objc(cs)CRSKeyword(cm)requiredTypes:":{"name":"+requiredTypes:","abstract":"

    Get the required keyword types from the keyword

    ","parent_name":"CRSKeyword"},"Classes/CRSKeyword.html#/c:objc(cs)CRSKeyword(cm)keywordOfType:":{"name":"+keywordOfType:","abstract":"

    Get the keyword type object from the keyword type

    ","parent_name":"CRSKeyword"},"Classes/CRSKeyword.html#/c:objc(cs)CRSKeyword(cm)nameOfType:":{"name":"+nameOfType:","abstract":"

    Get the keyword type name from the keyword

    ","parent_name":"CRSKeyword"},"Classes/CRSIdentifier.html#/c:objc(cs)CRSIdentifier(py)name":{"name":"name","abstract":"

    Authority Name

    ","parent_name":"CRSIdentifier"},"Classes/CRSIdentifier.html#/c:objc(cs)CRSIdentifier(py)uniqueIdentifier":{"name":"uniqueIdentifier","abstract":"

    Authority Unique Identifier

    ","parent_name":"CRSIdentifier"},"Classes/CRSIdentifier.html#/c:objc(cs)CRSIdentifier(py)version":{"name":"version","abstract":"

    Version

    ","parent_name":"CRSIdentifier"},"Classes/CRSIdentifier.html#/c:objc(cs)CRSIdentifier(py)citation":{"name":"citation","abstract":"

    Authority Citation

    ","parent_name":"CRSIdentifier"},"Classes/CRSIdentifier.html#/c:objc(cs)CRSIdentifier(py)uri":{"name":"uri","abstract":"

    URI

    ","parent_name":"CRSIdentifier"},"Classes/CRSIdentifier.html#/c:objc(cs)CRSIdentifier(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSIdentifier"},"Classes/CRSIdentifier.html#/c:objc(cs)CRSIdentifier(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSIdentifier"},"Classes/CRSIdentifier.html#/c:objc(cs)CRSIdentifier(im)initWithName:andUniqueIdentifier:":{"name":"-initWithName:andUniqueIdentifier:","abstract":"

    Initialize

    ","parent_name":"CRSIdentifier"},"Classes/CRSIdentifier.html#/c:objc(cs)CRSIdentifier(im)nameAndUniqueIdentifier":{"name":"-nameAndUniqueIdentifier","abstract":"

    Get the name and unique identifier separated by a colon

    ","parent_name":"CRSIdentifier"},"Classes/CRSIdentifier.html#/c:objc(cs)CRSIdentifier(im)nameAndUniqueIdentifierWithDelimiter:":{"name":"-nameAndUniqueIdentifierWithDelimiter:","abstract":"

    Get the name and unique identifier separated by the delimiter

    ","parent_name":"CRSIdentifier"},"Classes/CRSIdentifier.html#/c:objc(cs)CRSIdentifier(im)hasVersion":{"name":"-hasVersion","abstract":"

    Has a version

    ","parent_name":"CRSIdentifier"},"Classes/CRSIdentifier.html#/c:objc(cs)CRSIdentifier(im)hasCitation":{"name":"-hasCitation","abstract":"

    Has an authority citation

    ","parent_name":"CRSIdentifier"},"Classes/CRSIdentifier.html#/c:objc(cs)CRSIdentifier(im)hasUri":{"name":"-hasUri","abstract":"

    Has an id uri

    ","parent_name":"CRSIdentifier"},"Classes/CRSGeographicBoundingBox.html#/c:objc(cs)CRSGeographicBoundingBox(py)lowerLeftLatitude":{"name":"lowerLeftLatitude","abstract":"

    Lower Left Latitude

    ","parent_name":"CRSGeographicBoundingBox"},"Classes/CRSGeographicBoundingBox.html#/c:objc(cs)CRSGeographicBoundingBox(py)lowerLeftLatitudeText":{"name":"lowerLeftLatitudeText","abstract":"

    Lower Left Latitude Text

    ","parent_name":"CRSGeographicBoundingBox"},"Classes/CRSGeographicBoundingBox.html#/c:objc(cs)CRSGeographicBoundingBox(py)lowerLeftLongitude":{"name":"lowerLeftLongitude","abstract":"

    Lower Left Longitude

    ","parent_name":"CRSGeographicBoundingBox"},"Classes/CRSGeographicBoundingBox.html#/c:objc(cs)CRSGeographicBoundingBox(py)lowerLeftLongitudeText":{"name":"lowerLeftLongitudeText","abstract":"

    Lower Left Longitude Text

    ","parent_name":"CRSGeographicBoundingBox"},"Classes/CRSGeographicBoundingBox.html#/c:objc(cs)CRSGeographicBoundingBox(py)upperRightLatitude":{"name":"upperRightLatitude","abstract":"

    Upper Right Latitude

    ","parent_name":"CRSGeographicBoundingBox"},"Classes/CRSGeographicBoundingBox.html#/c:objc(cs)CRSGeographicBoundingBox(py)upperRightLatitudeText":{"name":"upperRightLatitudeText","abstract":"

    Upper Right Latitude Text

    ","parent_name":"CRSGeographicBoundingBox"},"Classes/CRSGeographicBoundingBox.html#/c:objc(cs)CRSGeographicBoundingBox(py)upperRightLongitude":{"name":"upperRightLongitude","abstract":"

    Upper Right Longitude

    ","parent_name":"CRSGeographicBoundingBox"},"Classes/CRSGeographicBoundingBox.html#/c:objc(cs)CRSGeographicBoundingBox(py)upperRightLongitudeText":{"name":"upperRightLongitudeText","abstract":"

    Upper Right Longitude Text

    ","parent_name":"CRSGeographicBoundingBox"},"Classes/CRSGeographicBoundingBox.html#/c:objc(cs)CRSGeographicBoundingBox(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSGeographicBoundingBox"},"Classes/CRSGeographicBoundingBox.html#/c:objc(cs)CRSGeographicBoundingBox(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSGeographicBoundingBox"},"Classes/CRSGeographicBoundingBox.html#/c:objc(cs)CRSGeographicBoundingBox(im)initWithLowerLeftLatitude:andLowerLeftLongitude:andUpperRightLatitude:andUpperRightLongitude:":{"name":"-initWithLowerLeftLatitude:andLowerLeftLongitude:andUpperRightLatitude:andUpperRightLongitude:","abstract":"

    Initialize

    ","parent_name":"CRSGeographicBoundingBox"},"Classes/CRSGeographicBoundingBox.html#/c:objc(cs)CRSGeographicBoundingBox(im)initWithLowerLeftLatitudeText:andLowerLeftLongitudeText:andUpperRightLatitudeText:andUpperRightLongitudeText:":{"name":"-initWithLowerLeftLatitudeText:andLowerLeftLongitudeText:andUpperRightLatitudeText:andUpperRightLongitudeText:","abstract":"

    Initialize

    ","parent_name":"CRSGeographicBoundingBox"},"Classes/CRSGeoReferenceFrame.html#/c:objc(cs)CRSGeoReferenceFrame(py)ellipsoid":{"name":"ellipsoid","abstract":"

    Ellipsoid

    ","parent_name":"CRSGeoReferenceFrame"},"Classes/CRSGeoReferenceFrame.html#/c:objc(cs)CRSGeoReferenceFrame(py)primeMeridian":{"name":"primeMeridian","abstract":"

    Prime Meridian

    ","parent_name":"CRSGeoReferenceFrame"},"Classes/CRSGeoReferenceFrame.html#/c:objc(cs)CRSGeoReferenceFrame(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSGeoReferenceFrame"},"Classes/CRSGeoReferenceFrame.html#/c:objc(cs)CRSGeoReferenceFrame(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSGeoReferenceFrame"},"Classes/CRSGeoReferenceFrame.html#/c:objc(cs)CRSGeoReferenceFrame(im)initWithType:":{"name":"-initWithType:","abstract":"

    Initialize

    ","parent_name":"CRSGeoReferenceFrame"},"Classes/CRSGeoReferenceFrame.html#/c:objc(cs)CRSGeoReferenceFrame(im)initWithName:andEllipsoid:":{"name":"-initWithName:andEllipsoid:","abstract":"

    Initialize

    ","parent_name":"CRSGeoReferenceFrame"},"Classes/CRSGeoReferenceFrame.html#/c:objc(cs)CRSGeoReferenceFrame(im)initWithName:andType:andEllipsoid:":{"name":"-initWithName:andType:andEllipsoid:","abstract":"

    Initialize

    ","parent_name":"CRSGeoReferenceFrame"},"Classes/CRSGeoDatums.html#/c:objc(cs)CRSGeoDatums(cm)fromType:":{"name":"+fromType:","abstract":"

    Get a predefined geo datum by type

    ","parent_name":"CRSGeoDatums"},"Classes/CRSGeoDatums.html#/c:objc(cs)CRSGeoDatums(cm)fromName:":{"name":"+fromName:","abstract":"

    Get a predefined geo datum by name

    ","parent_name":"CRSGeoDatums"},"Classes/CRSGeoDatums.html#/c:objc(cs)CRSGeoDatums(im)type":{"name":"-type","abstract":"

    Get the type

    ","parent_name":"CRSGeoDatums"},"Classes/CRSGeoDatums.html#/c:objc(cs)CRSGeoDatums(im)code":{"name":"-code","abstract":"

    Get the code

    ","parent_name":"CRSGeoDatums"},"Classes/CRSGeoDatums.html#/c:objc(cs)CRSGeoDatums(im)name":{"name":"-name","abstract":"

    Get the name

    ","parent_name":"CRSGeoDatums"},"Classes/CRSGeoDatums.html#/c:objc(cs)CRSGeoDatums(im)names":{"name":"-names","abstract":"

    Get the names

    ","parent_name":"CRSGeoDatums"},"Classes/CRSGeoDatums.html#/c:objc(cs)CRSGeoDatums(im)transform":{"name":"-transform","abstract":"

    Get the transform

    ","parent_name":"CRSGeoDatums"},"Classes/CRSGeoDatums.html#/c:objc(cs)CRSGeoDatums(im)ellipsoid":{"name":"-ellipsoid","abstract":"

    Get the ellipsoid

    ","parent_name":"CRSGeoDatums"},"Classes/CRSGeoDatumEnsemble.html#/c:objc(cs)CRSGeoDatumEnsemble(py)ellipsoid":{"name":"ellipsoid","abstract":"

    Ellipsoid

    ","parent_name":"CRSGeoDatumEnsemble"},"Classes/CRSGeoDatumEnsemble.html#/c:objc(cs)CRSGeoDatumEnsemble(py)primeMeridian":{"name":"primeMeridian","abstract":"

    Prime Meridian

    ","parent_name":"CRSGeoDatumEnsemble"},"Classes/CRSGeoDatumEnsemble.html#/c:objc(cs)CRSGeoDatumEnsemble(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSGeoDatumEnsemble"},"Classes/CRSGeoDatumEnsemble.html#/c:objc(cs)CRSGeoDatumEnsemble(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSGeoDatumEnsemble"},"Classes/CRSGeoDatumEnsemble.html#/c:objc(cs)CRSGeoDatumEnsemble(im)initWithName:andMember:andEllipsoid:andAccuracy:andPrimeMeridian:":{"name":"-initWithName:andMember:andEllipsoid:andAccuracy:andPrimeMeridian:","abstract":"

    Initialize

    ","parent_name":"CRSGeoDatumEnsemble"},"Classes/CRSGeoDatumEnsemble.html#/c:objc(cs)CRSGeoDatumEnsemble(im)initWithName:andMembers:andEllipsoid:andAccuracy:andPrimeMeridian:":{"name":"-initWithName:andMembers:andEllipsoid:andAccuracy:andPrimeMeridian:","abstract":"

    Initialize

    ","parent_name":"CRSGeoDatumEnsemble"},"Classes/CRSGeoCoordinateReferenceSystem.html#/c:objc(cs)CRSGeoCoordinateReferenceSystem(py)referenceFrame":{"name":"referenceFrame","abstract":"

    Reference Frame

    ","parent_name":"CRSGeoCoordinateReferenceSystem"},"Classes/CRSGeoCoordinateReferenceSystem.html#/c:objc(cs)CRSGeoCoordinateReferenceSystem(py)datumEnsemble":{"name":"datumEnsemble","abstract":"

    Datum Ensemble

    ","parent_name":"CRSGeoCoordinateReferenceSystem"},"Classes/CRSGeoCoordinateReferenceSystem.html#/c:objc(cs)CRSGeoCoordinateReferenceSystem(py)dynamic":{"name":"dynamic","abstract":"

    Dynamic coordinate reference system

    ","parent_name":"CRSGeoCoordinateReferenceSystem"},"Classes/CRSGeoCoordinateReferenceSystem.html#/c:objc(cs)CRSGeoCoordinateReferenceSystem(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSGeoCoordinateReferenceSystem"},"Classes/CRSGeoCoordinateReferenceSystem.html#/c:objc(cs)CRSGeoCoordinateReferenceSystem(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSGeoCoordinateReferenceSystem"},"Classes/CRSGeoCoordinateReferenceSystem.html#/c:objc(cs)CRSGeoCoordinateReferenceSystem(im)initWithType:":{"name":"-initWithType:","abstract":"

    Initialize

    ","parent_name":"CRSGeoCoordinateReferenceSystem"},"Classes/CRSGeoCoordinateReferenceSystem.html#/c:objc(cs)CRSGeoCoordinateReferenceSystem(im)initWithName:andType:andReferenceFrame:andCoordinateSystem:":{"name":"-initWithName:andType:andReferenceFrame:andCoordinateSystem:","abstract":"

    Initialize

    ","parent_name":"CRSGeoCoordinateReferenceSystem"},"Classes/CRSGeoCoordinateReferenceSystem.html#/c:objc(cs)CRSGeoCoordinateReferenceSystem(im)initWithName:andType:andDatumEnsemble:andCoordinateSystem:":{"name":"-initWithName:andType:andDatumEnsemble:andCoordinateSystem:","abstract":"

    Initialize

    ","parent_name":"CRSGeoCoordinateReferenceSystem"},"Classes/CRSGeoCoordinateReferenceSystem.html#/c:objc(cs)CRSGeoCoordinateReferenceSystem(im)initWithName:andType:andDynamic:andReferenceFrame:andCoordinateSystem:":{"name":"-initWithName:andType:andDynamic:andReferenceFrame:andCoordinateSystem:","abstract":"

    Initialize

    ","parent_name":"CRSGeoCoordinateReferenceSystem"},"Classes/CRSGeoCoordinateReferenceSystem.html#/c:objc(cs)CRSGeoCoordinateReferenceSystem(im)hasReferenceFrame":{"name":"-hasReferenceFrame","abstract":"

    Determine if has a reference frame

    ","parent_name":"CRSGeoCoordinateReferenceSystem"},"Classes/CRSGeoCoordinateReferenceSystem.html#/c:objc(cs)CRSGeoCoordinateReferenceSystem(im)hasDatumEnsemble":{"name":"-hasDatumEnsemble","abstract":"

    Determine if has a datum ensemble

    ","parent_name":"CRSGeoCoordinateReferenceSystem"},"Classes/CRSGeoCoordinateReferenceSystem.html#/c:objc(cs)CRSGeoCoordinateReferenceSystem(im)hasDynamic":{"name":"-hasDynamic","abstract":"

    Determine if has a dynamic

    ","parent_name":"CRSGeoCoordinateReferenceSystem"},"Classes/CRSGeoCoordinateReferenceSystem.html#/c:objc(cs)CRSGeoCoordinateReferenceSystem(im)geoDatum":{"name":"-geoDatum","abstract":"

    Get the geodetic or geographic common datum

    ","parent_name":"CRSGeoCoordinateReferenceSystem"},"Classes/CRSExtent.html#/c:objc(cs)CRSExtent(py)areaDescription":{"name":"areaDescription","abstract":"

    Area Description

    ","parent_name":"CRSExtent"},"Classes/CRSExtent.html#/c:objc(cs)CRSExtent(py)geographicBoundingBox":{"name":"geographicBoundingBox","abstract":"

    Geographic Bounding Box

    ","parent_name":"CRSExtent"},"Classes/CRSExtent.html#/c:objc(cs)CRSExtent(py)verticalExtent":{"name":"verticalExtent","abstract":"

    Vertical Extent

    ","parent_name":"CRSExtent"},"Classes/CRSExtent.html#/c:objc(cs)CRSExtent(py)temporalExtent":{"name":"temporalExtent","abstract":"

    Temporal Extent

    ","parent_name":"CRSExtent"},"Classes/CRSExtent.html#/c:objc(cs)CRSExtent(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSExtent"},"Classes/CRSExtent.html#/c:objc(cs)CRSExtent(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSExtent"},"Classes/CRSExtent.html#/c:objc(cs)CRSExtent(im)hasAreaDescription":{"name":"-hasAreaDescription","abstract":"

    Has an area description

    ","parent_name":"CRSExtent"},"Classes/CRSExtent.html#/c:objc(cs)CRSExtent(im)hasGeographicBoundingBox":{"name":"-hasGeographicBoundingBox","abstract":"

    Has a geographic bounding box

    ","parent_name":"CRSExtent"},"Classes/CRSExtent.html#/c:objc(cs)CRSExtent(im)hasVerticalExtent":{"name":"-hasVerticalExtent","abstract":"

    Has a vertical extent

    ","parent_name":"CRSExtent"},"Classes/CRSExtent.html#/c:objc(cs)CRSExtent(im)hasTemporalExtent":{"name":"-hasTemporalExtent","abstract":"

    Has a temporal extent

    ","parent_name":"CRSExtent"},"Classes/CRSEngineeringDatum.html#/c:objc(cs)CRSEngineeringDatum(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSEngineeringDatum"},"Classes/CRSEngineeringDatum.html#/c:objc(cs)CRSEngineeringDatum(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSEngineeringDatum"},"Classes/CRSEngineeringDatum.html#/c:objc(cs)CRSEngineeringDatum(im)initWithName:":{"name":"-initWithName:","abstract":"

    Initialize

    ","parent_name":"CRSEngineeringDatum"},"Classes/CRSEngineeringCoordinateReferenceSystem.html#/c:objc(cs)CRSEngineeringCoordinateReferenceSystem(py)datum":{"name":"datum","abstract":"

    Engineering Datum

    ","parent_name":"CRSEngineeringCoordinateReferenceSystem"},"Classes/CRSEngineeringCoordinateReferenceSystem.html#/c:objc(cs)CRSEngineeringCoordinateReferenceSystem(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSEngineeringCoordinateReferenceSystem"},"Classes/CRSEngineeringCoordinateReferenceSystem.html#/c:objc(cs)CRSEngineeringCoordinateReferenceSystem(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSEngineeringCoordinateReferenceSystem"},"Classes/CRSEngineeringCoordinateReferenceSystem.html#/c:objc(cs)CRSEngineeringCoordinateReferenceSystem(im)initWithName:andDatum:andCoordinateSystem:":{"name":"-initWithName:andDatum:andCoordinateSystem:","abstract":"

    Initialize

    ","parent_name":"CRSEngineeringCoordinateReferenceSystem"},"Classes/CRSEllipsoids.html#/c:objc(cs)CRSEllipsoids(cm)fromType:":{"name":"+fromType:","abstract":"

    Get a predefined ellipsoid by type

    ","parent_name":"CRSEllipsoids"},"Classes/CRSEllipsoids.html#/c:objc(cs)CRSEllipsoids(cm)fromName:":{"name":"+fromName:","abstract":"

    Get a predefined ellipsoid by name or short name

    ","parent_name":"CRSEllipsoids"},"Classes/CRSEllipsoids.html#/c:objc(cs)CRSEllipsoids(im)type":{"name":"-type","abstract":"

    Get the type

    ","parent_name":"CRSEllipsoids"},"Classes/CRSEllipsoids.html#/c:objc(cs)CRSEllipsoids(im)name":{"name":"-name","abstract":"

    Get the name

    ","parent_name":"CRSEllipsoids"},"Classes/CRSEllipsoids.html#/c:objc(cs)CRSEllipsoids(im)names":{"name":"-names","abstract":"

    Get the names

    ","parent_name":"CRSEllipsoids"},"Classes/CRSEllipsoids.html#/c:objc(cs)CRSEllipsoids(im)shortName":{"name":"-shortName","abstract":"

    Get the short name

    ","parent_name":"CRSEllipsoids"},"Classes/CRSEllipsoids.html#/c:objc(cs)CRSEllipsoids(im)equatorRadius":{"name":"-equatorRadius","abstract":"

    Get the equator radius

    ","parent_name":"CRSEllipsoids"},"Classes/CRSEllipsoids.html#/c:objc(cs)CRSEllipsoids(im)reciprocalFlattening":{"name":"-reciprocalFlattening","abstract":"

    Get the reciprocal flattening

    ","parent_name":"CRSEllipsoids"},"Classes/CRSEllipsoids.html#/c:objc(cs)CRSEllipsoids(im)a":{"name":"-a","abstract":"

    Get the a

    ","parent_name":"CRSEllipsoids"},"Classes/CRSEllipsoids.html#/c:objc(cs)CRSEllipsoids(im)b":{"name":"-b","abstract":"

    Get the b

    ","parent_name":"CRSEllipsoids"},"Classes/CRSEllipsoids.html#/c:objc(cs)CRSEllipsoids(im)eccentricitySquared":{"name":"-eccentricitySquared","abstract":"

    Get the eccentricity squared

    ","parent_name":"CRSEllipsoids"},"Classes/CRSEllipsoidTypes.html#/c:objc(cs)CRSEllipsoidTypes(cm)name:":{"name":"+name:","abstract":"

    Get the type name

    ","parent_name":"CRSEllipsoidTypes"},"Classes/CRSEllipsoidTypes.html#/c:objc(cs)CRSEllipsoidTypes(cm)type:":{"name":"+type:","abstract":"

    Get the type from the name

    ","parent_name":"CRSEllipsoidTypes"},"Classes/CRSEllipsoid.html#/c:objc(cs)CRSEllipsoid(py)name":{"name":"name","abstract":"

    Name

    ","parent_name":"CRSEllipsoid"},"Classes/CRSEllipsoid.html#/c:objc(cs)CRSEllipsoid(py)semiMajorAxis":{"name":"semiMajorAxis","abstract":"

    Semi Major Axis

    ","parent_name":"CRSEllipsoid"},"Classes/CRSEllipsoid.html#/c:objc(cs)CRSEllipsoid(py)semiMajorAxisText":{"name":"semiMajorAxisText","abstract":"

    Semi Major Axis Text

    ","parent_name":"CRSEllipsoid"},"Classes/CRSEllipsoid.html#/c:objc(cs)CRSEllipsoid(py)inverseFlattening":{"name":"inverseFlattening","abstract":"

    Inverse Flattening

    ","parent_name":"CRSEllipsoid"},"Classes/CRSEllipsoid.html#/c:objc(cs)CRSEllipsoid(py)inverseFlatteningText":{"name":"inverseFlatteningText","abstract":"

    Inverse Flattening Text

    ","parent_name":"CRSEllipsoid"},"Classes/CRSEllipsoid.html#/c:objc(cs)CRSEllipsoid(py)unit":{"name":"unit","abstract":"

    Unit

    ","parent_name":"CRSEllipsoid"},"Classes/CRSEllipsoid.html#/c:objc(cs)CRSEllipsoid(py)identifiers":{"name":"identifiers","abstract":"

    Identifiers

    ","parent_name":"CRSEllipsoid"},"Classes/CRSEllipsoid.html#/c:objc(cs)CRSEllipsoid(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSEllipsoid"},"Classes/CRSEllipsoid.html#/c:objc(cs)CRSEllipsoid(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSEllipsoid"},"Classes/CRSEllipsoid.html#/c:objc(cs)CRSEllipsoid(im)initWithName:andSemiMajorAxis:andInverseFlattening:":{"name":"-initWithName:andSemiMajorAxis:andInverseFlattening:","abstract":"

    Initialize

    ","parent_name":"CRSEllipsoid"},"Classes/CRSEllipsoid.html#/c:objc(cs)CRSEllipsoid(im)initWithName:andSemiMajorAxisText:andInverseFlatteningText:":{"name":"-initWithName:andSemiMajorAxisText:andInverseFlatteningText:","abstract":"

    Initialize

    ","parent_name":"CRSEllipsoid"},"Classes/CRSEllipsoid.html#/c:objc(cs)CRSEllipsoid(im)type":{"name":"-type","abstract":"

    Get the Ellipsoid Type

    ","parent_name":"CRSEllipsoid"},"Classes/CRSEllipsoid.html#/c:objc(cs)CRSEllipsoid(im)hasUnit":{"name":"-hasUnit","abstract":"

    Has a unit (length)

    ","parent_name":"CRSEllipsoid"},"Classes/CRSEllipsoid.html#/c:objc(cs)CRSEllipsoid(im)poleRadius":{"name":"-poleRadius","abstract":"

    Get the pole radius

    ","parent_name":"CRSEllipsoid"},"Classes/CRSEllipsoid.html#/c:objc(cs)CRSEllipsoid(im)poleRadiusText":{"name":"-poleRadiusText","abstract":"

    Get the pole radius as text

    ","parent_name":"CRSEllipsoid"},"Classes/CRSDynamic.html#/c:objc(cs)CRSDynamic(py)referenceEpoch":{"name":"referenceEpoch","abstract":"

    Reference Epoch

    ","parent_name":"CRSDynamic"},"Classes/CRSDynamic.html#/c:objc(cs)CRSDynamic(py)referenceEpochText":{"name":"referenceEpochText","abstract":"

    Reference Epoch Text

    ","parent_name":"CRSDynamic"},"Classes/CRSDynamic.html#/c:objc(cs)CRSDynamic(py)deformationModelName":{"name":"deformationModelName","abstract":"

    Deformation Model Name

    ","parent_name":"CRSDynamic"},"Classes/CRSDynamic.html#/c:objc(cs)CRSDynamic(py)identifiers":{"name":"identifiers","abstract":"

    Deformation Model Identifiers

    ","parent_name":"CRSDynamic"},"Classes/CRSDynamic.html#/c:objc(cs)CRSDynamic(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSDynamic"},"Classes/CRSDynamic.html#/c:objc(cs)CRSDynamic(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSDynamic"},"Classes/CRSDynamic.html#/c:objc(cs)CRSDynamic(im)initWithReferenceEpoch:":{"name":"-initWithReferenceEpoch:","abstract":"

    Initialize

    ","parent_name":"CRSDynamic"},"Classes/CRSDynamic.html#/c:objc(cs)CRSDynamic(im)initWithReferenceEpochText:":{"name":"-initWithReferenceEpochText:","abstract":"

    Initialize

    ","parent_name":"CRSDynamic"},"Classes/CRSDynamic.html#/c:objc(cs)CRSDynamic(im)hasDeformationModelName":{"name":"-hasDeformationModelName","abstract":"

    Has a deformation model name

    ","parent_name":"CRSDynamic"},"Classes/CRSDerivingConversion.html#/c:objc(cs)CRSDerivingConversion(py)name":{"name":"name","abstract":"

    Name

    ","parent_name":"CRSDerivingConversion"},"Classes/CRSDerivingConversion.html#/c:objc(cs)CRSDerivingConversion(py)method":{"name":"method","abstract":"

    Method

    ","parent_name":"CRSDerivingConversion"},"Classes/CRSDerivingConversion.html#/c:objc(cs)CRSDerivingConversion(py)identifiers":{"name":"identifiers","abstract":"

    Identifiers

    ","parent_name":"CRSDerivingConversion"},"Classes/CRSDerivingConversion.html#/c:objc(cs)CRSDerivingConversion(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSDerivingConversion"},"Classes/CRSDerivingConversion.html#/c:objc(cs)CRSDerivingConversion(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSDerivingConversion"},"Classes/CRSDerivingConversion.html#/c:objc(cs)CRSDerivingConversion(im)initWithName:andMethod:":{"name":"-initWithName:andMethod:","abstract":"

    Initialize

    ","parent_name":"CRSDerivingConversion"},"Classes/CRSDerivedCoordinateReferenceSystem.html#/c:objc(cs)CRSDerivedCoordinateReferenceSystem(py)base":{"name":"base","abstract":"

    Base

    ","parent_name":"CRSDerivedCoordinateReferenceSystem"},"Classes/CRSDerivedCoordinateReferenceSystem.html#/c:objc(cs)CRSDerivedCoordinateReferenceSystem(py)conversion":{"name":"conversion","abstract":"

    Deriving Conversion

    ","parent_name":"CRSDerivedCoordinateReferenceSystem"},"Classes/CRSDerivedCoordinateReferenceSystem.html#/c:objc(cs)CRSDerivedCoordinateReferenceSystem(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSDerivedCoordinateReferenceSystem"},"Classes/CRSDerivedCoordinateReferenceSystem.html#/c:objc(cs)CRSDerivedCoordinateReferenceSystem(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSDerivedCoordinateReferenceSystem"},"Classes/CRSDerivedCoordinateReferenceSystem.html#/c:objc(cs)CRSDerivedCoordinateReferenceSystem(im)initWithName:andBase:andConversion:andCoordinateSystem:":{"name":"-initWithName:andBase:andConversion:andCoordinateSystem:","abstract":"

    Initialize

    ","parent_name":"CRSDerivedCoordinateReferenceSystem"},"Classes/CRSDerivedCoordinateReferenceSystem.html#/c:objc(cs)CRSDerivedCoordinateReferenceSystem(im)baseName":{"name":"-baseName","abstract":"

    Get the base name

    ","parent_name":"CRSDerivedCoordinateReferenceSystem"},"Classes/CRSDerivedCoordinateReferenceSystem.html#/c:objc(cs)CRSDerivedCoordinateReferenceSystem(im)baseType":{"name":"-baseType","abstract":"

    Get the base type

    ","parent_name":"CRSDerivedCoordinateReferenceSystem"},"Classes/CRSDerivedCoordinateReferenceSystem.html#/c:objc(cs)CRSDerivedCoordinateReferenceSystem(im)baseIdentifiers":{"name":"-baseIdentifiers","abstract":"

    Get the base identifiers

    ","parent_name":"CRSDerivedCoordinateReferenceSystem"},"Classes/CRSDerivedCoordinateReferenceSystem.html#/c:objc(cs)CRSDerivedCoordinateReferenceSystem(im)hasBaseIdentifiers":{"name":"-hasBaseIdentifiers","abstract":"

    Has base identifiers

    ","parent_name":"CRSDerivedCoordinateReferenceSystem"},"Classes/CRSDatumEnsembleMember.html#/c:objc(cs)CRSDatumEnsembleMember(py)name":{"name":"name","abstract":"

    Name

    ","parent_name":"CRSDatumEnsembleMember"},"Classes/CRSDatumEnsembleMember.html#/c:objc(cs)CRSDatumEnsembleMember(py)identifiers":{"name":"identifiers","abstract":"

    Identifiers

    ","parent_name":"CRSDatumEnsembleMember"},"Classes/CRSDatumEnsembleMember.html#/c:objc(cs)CRSDatumEnsembleMember(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSDatumEnsembleMember"},"Classes/CRSDatumEnsembleMember.html#/c:objc(cs)CRSDatumEnsembleMember(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSDatumEnsembleMember"},"Classes/CRSDatumEnsembleMember.html#/c:objc(cs)CRSDatumEnsembleMember(im)initWithName:":{"name":"-initWithName:","abstract":"

    Initialize

    ","parent_name":"CRSDatumEnsembleMember"},"Classes/CRSDatumEnsemble.html#/c:objc(cs)CRSDatumEnsemble(py)name":{"name":"name","abstract":"

    Name

    ","parent_name":"CRSDatumEnsemble"},"Classes/CRSDatumEnsemble.html#/c:objc(cs)CRSDatumEnsemble(py)members":{"name":"members","abstract":"

    Members

    ","parent_name":"CRSDatumEnsemble"},"Classes/CRSDatumEnsemble.html#/c:objc(cs)CRSDatumEnsemble(py)accuracy":{"name":"accuracy","abstract":"

    Accuracy (in meters)

    ","parent_name":"CRSDatumEnsemble"},"Classes/CRSDatumEnsemble.html#/c:objc(cs)CRSDatumEnsemble(py)accuracyText":{"name":"accuracyText","abstract":"

    Accuracy (in meters) Text

    ","parent_name":"CRSDatumEnsemble"},"Classes/CRSDatumEnsemble.html#/c:objc(cs)CRSDatumEnsemble(py)identifiers":{"name":"identifiers","abstract":"

    Identifiers

    ","parent_name":"CRSDatumEnsemble"},"Classes/CRSDatumEnsemble.html#/c:objc(cs)CRSDatumEnsemble(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSDatumEnsemble"},"Classes/CRSDatumEnsemble.html#/c:objc(cs)CRSDatumEnsemble(im)initWithName:andMember:andAccuracy:":{"name":"-initWithName:andMember:andAccuracy:","abstract":"

    Initialize

    ","parent_name":"CRSDatumEnsemble"},"Classes/CRSDatumEnsemble.html#/c:objc(cs)CRSDatumEnsemble(im)initWithName:andMember:andAccuracyText:":{"name":"-initWithName:andMember:andAccuracyText:","abstract":"

    Initialize

    ","parent_name":"CRSDatumEnsemble"},"Classes/CRSDatumEnsemble.html#/c:objc(cs)CRSDatumEnsemble(im)initWithName:andMembers:andAccuracy:":{"name":"-initWithName:andMembers:andAccuracy:","abstract":"

    Initialize

    ","parent_name":"CRSDatumEnsemble"},"Classes/CRSDatumEnsemble.html#/c:objc(cs)CRSDatumEnsemble(im)initWithName:andMembers:andAccuracyText:":{"name":"-initWithName:andMembers:andAccuracyText:","abstract":"

    Initialize

    ","parent_name":"CRSDatumEnsemble"},"Classes/CRSDatumEnsemble.html#/c:objc(cs)CRSDatumEnsemble(im)numMembers":{"name":"-numMembers","abstract":"

    Number of members

    ","parent_name":"CRSDatumEnsemble"},"Classes/CRSDatumEnsemble.html#/c:objc(cs)CRSDatumEnsemble(im)memberAtIndex:":{"name":"-memberAtIndex:","abstract":"

    Get the member at the index

    ","parent_name":"CRSDatumEnsemble"},"Classes/CRSDatumEnsemble.html#/c:objc(cs)CRSDatumEnsemble(im)addMember:":{"name":"-addMember:","abstract":"

    Add the member

    ","parent_name":"CRSDatumEnsemble"},"Classes/CRSDatumEnsemble.html#/c:objc(cs)CRSDatumEnsemble(im)addMembers:":{"name":"-addMembers:","abstract":"

    Add the members

    ","parent_name":"CRSDatumEnsemble"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(py)year":{"name":"year","abstract":"

    Year

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(py)month":{"name":"month","abstract":"

    Month

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(py)day":{"name":"day","abstract":"

    Day

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(py)hour":{"name":"hour","abstract":"

    Hour

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(py)minute":{"name":"minute","abstract":"

    Minute

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(py)second":{"name":"second","abstract":"

    Second

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(py)fraction":{"name":"fraction","abstract":"

    Seconds fraction

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(py)fractionText":{"name":"fractionText","abstract":"

    Seconds fraction Text

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(py)timeZoneHour":{"name":"timeZoneHour","abstract":"

    Local time zone hour

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(py)timeZoneMinute":{"name":"timeZoneMinute","abstract":"

    Local time zone minute

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(cm)parse:":{"name":"+parse:","abstract":"

    Parse the text into a Date Time

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(cm)tryParse:":{"name":"+tryParse:","abstract":"

    Attempt to parse the text into a Date Time

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(im)initWithYear:":{"name":"-initWithYear:","abstract":"

    Initialize

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(im)isOrdinal":{"name":"-isOrdinal","abstract":"

    Is an ordinal day

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(im)hasTime":{"name":"-hasTime","abstract":"

    If date has a time precision

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(im)hasMonth":{"name":"-hasMonth","abstract":"

    Check if has a month

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(im)hasDay":{"name":"-hasDay","abstract":"

    Check if has a day

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(im)hasHour":{"name":"-hasHour","abstract":"

    Check if has a hour

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(im)hasMinute":{"name":"-hasMinute","abstract":"

    Check if has a minute

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(im)hasSecond":{"name":"-hasSecond","abstract":"

    Check if has a second

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(im)hasFraction":{"name":"-hasFraction","abstract":"

    Check if has a fraction

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(im)hasTimeZoneHour":{"name":"-hasTimeZoneHour","abstract":"

    Has a time zone hour

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(im)hasTimeZoneMinute":{"name":"-hasTimeZoneMinute","abstract":"

    Has a time zone minute

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(im)isTimeZoneUTC":{"name":"-isTimeZoneUTC","abstract":"

    Is the time zone UTC

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(im)setTimeZoneUTC":{"name":"-setTimeZoneUTC","abstract":"

    Set the time zone as UTC

    ","parent_name":"CRSDateTime"},"Classes/CRSCoordinateSystemTypes.html#/c:objc(cs)CRSCoordinateSystemTypes(cm)name:":{"name":"+name:","abstract":"

    Get the type name

    ","parent_name":"CRSCoordinateSystemTypes"},"Classes/CRSCoordinateSystemTypes.html#/c:objc(cs)CRSCoordinateSystemTypes(cm)type:":{"name":"+type:","abstract":"

    Get the type from the name

    ","parent_name":"CRSCoordinateSystemTypes"},"Classes/CRSCoordinateSystem.html#/c:objc(cs)CRSCoordinateSystem(py)type":{"name":"type","abstract":"

    Type

    ","parent_name":"CRSCoordinateSystem"},"Classes/CRSCoordinateSystem.html#/c:objc(cs)CRSCoordinateSystem(py)dimension":{"name":"dimension","abstract":"

    Dimension

    ","parent_name":"CRSCoordinateSystem"},"Classes/CRSCoordinateSystem.html#/c:objc(cs)CRSCoordinateSystem(py)identifiers":{"name":"identifiers","abstract":"

    Identifiers

    ","parent_name":"CRSCoordinateSystem"},"Classes/CRSCoordinateSystem.html#/c:objc(cs)CRSCoordinateSystem(py)axes":{"name":"axes","abstract":"

    Axes

    ","parent_name":"CRSCoordinateSystem"},"Classes/CRSCoordinateSystem.html#/c:objc(cs)CRSCoordinateSystem(py)unit":{"name":"unit","abstract":"

    Unit

    ","parent_name":"CRSCoordinateSystem"},"Classes/CRSCoordinateSystem.html#/c:objc(cs)CRSCoordinateSystem(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSCoordinateSystem"},"Classes/CRSCoordinateSystem.html#/c:objc(cs)CRSCoordinateSystem(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSCoordinateSystem"},"Classes/CRSCoordinateSystem.html#/c:objc(cs)CRSCoordinateSystem(im)initWithType:andDimension:andAxis:":{"name":"-initWithType:andDimension:andAxis:","abstract":"

    Initialize

    ","parent_name":"CRSCoordinateSystem"},"Classes/CRSCoordinateSystem.html#/c:objc(cs)CRSCoordinateSystem(im)initWithType:andDimension:andAxes:":{"name":"-initWithType:andDimension:andAxes:","abstract":"

    Initialize

    ","parent_name":"CRSCoordinateSystem"},"Classes/CRSCoordinateSystem.html#/c:objc(cs)CRSCoordinateSystem(im)numAxes":{"name":"-numAxes","abstract":"

    Number of axes

    ","parent_name":"CRSCoordinateSystem"},"Classes/CRSCoordinateSystem.html#/c:objc(cs)CRSCoordinateSystem(im)axisAtIndex:":{"name":"-axisAtIndex:","abstract":"

    Get the axis at the index

    ","parent_name":"CRSCoordinateSystem"},"Classes/CRSCoordinateSystem.html#/c:objc(cs)CRSCoordinateSystem(im)addAxis:":{"name":"-addAxis:","abstract":"

    Add the axis

    ","parent_name":"CRSCoordinateSystem"},"Classes/CRSCoordinateSystem.html#/c:objc(cs)CRSCoordinateSystem(im)addAxes:":{"name":"-addAxes:","abstract":"

    Add the axes

    ","parent_name":"CRSCoordinateSystem"},"Classes/CRSCoordinateSystem.html#/c:objc(cs)CRSCoordinateSystem(im)hasUnit":{"name":"-hasUnit","abstract":"

    Has a unit

    ","parent_name":"CRSCoordinateSystem"},"Classes/CRSCoordinateSystem.html#/c:objc(cs)CRSCoordinateSystem(im)axisUnit":{"name":"-axisUnit","abstract":"

    Get the axis unit, either the CS unit or first axis with unit

    ","parent_name":"CRSCoordinateSystem"},"Classes/CRSCoordinateReferenceSystem.html#/c:objc(cs)CRSCoordinateReferenceSystem(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSCoordinateReferenceSystem"},"Classes/CRSCoordinateReferenceSystem.html#/c:objc(cs)CRSCoordinateReferenceSystem(im)initWithType:":{"name":"-initWithType:","abstract":"

    Initialize

    ","parent_name":"CRSCoordinateReferenceSystem"},"Classes/CRSCoordinateReferenceSystem.html#/c:objc(cs)CRSCoordinateReferenceSystem(im)initWithName:andType:":{"name":"-initWithName:andType:","abstract":"

    Initialize

    ","parent_name":"CRSCoordinateReferenceSystem"},"Classes/CRSCoordinateOperation.html#/c:objc(cs)CRSCoordinateOperation(py)target":{"name":"target","abstract":"

    Target Coordinate Reference System

    ","parent_name":"CRSCoordinateOperation"},"Classes/CRSCoordinateOperation.html#/c:objc(cs)CRSCoordinateOperation(py)interpolation":{"name":"interpolation","abstract":"

    Interpolation Coordinate Reference System

    ","parent_name":"CRSCoordinateOperation"},"Classes/CRSCoordinateOperation.html#/c:objc(cs)CRSCoordinateOperation(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSCoordinateOperation"},"Classes/CRSCoordinateOperation.html#/c:objc(cs)CRSCoordinateOperation(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSCoordinateOperation"},"Classes/CRSCoordinateOperation.html#/c:objc(cs)CRSCoordinateOperation(im)initWithName:andSource:andTarget:andMethod:":{"name":"-initWithName:andSource:andTarget:andMethod:","abstract":"

    Initialize

    ","parent_name":"CRSCoordinateOperation"},"Classes/CRSCoordinateOperation.html#/c:objc(cs)CRSCoordinateOperation(im)hasInterpolation":{"name":"-hasInterpolation","abstract":"

    Has an interpolation coordinate reference system

    ","parent_name":"CRSCoordinateOperation"},"Classes/CRSCoordinateMetadata.html#/c:objc(cs)CRSCoordinateMetadata(py)coordinateReferenceSystem":{"name":"coordinateReferenceSystem","abstract":"

    Coordinate Reference System

    ","parent_name":"CRSCoordinateMetadata"},"Classes/CRSCoordinateMetadata.html#/c:objc(cs)CRSCoordinateMetadata(py)epoch":{"name":"epoch","abstract":"

    Coordinate Epoch

    ","parent_name":"CRSCoordinateMetadata"},"Classes/CRSCoordinateMetadata.html#/c:objc(cs)CRSCoordinateMetadata(py)epochText":{"name":"epochText","abstract":"

    Coordinate Epoch Text

    ","parent_name":"CRSCoordinateMetadata"},"Classes/CRSCoordinateMetadata.html#/c:objc(cs)CRSCoordinateMetadata(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSCoordinateMetadata"},"Classes/CRSCoordinateMetadata.html#/c:objc(cs)CRSCoordinateMetadata(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSCoordinateMetadata"},"Classes/CRSCoordinateMetadata.html#/c:objc(cs)CRSCoordinateMetadata(im)initWithCoordinateReferenceSystem:":{"name":"-initWithCoordinateReferenceSystem:","abstract":"

    Initialize

    ","parent_name":"CRSCoordinateMetadata"},"Classes/CRSCoordinateMetadata.html#/c:objc(cs)CRSCoordinateMetadata(im)initWithCoordinateReferenceSystem:andEpoch:":{"name":"-initWithCoordinateReferenceSystem:andEpoch:","abstract":"

    Initialize

    ","parent_name":"CRSCoordinateMetadata"},"Classes/CRSCoordinateMetadata.html#/c:objc(cs)CRSCoordinateMetadata(im)initWithCoordinateReferenceSystem:andEpochText:":{"name":"-initWithCoordinateReferenceSystem:andEpochText:","abstract":"

    Initialize

    ","parent_name":"CRSCoordinateMetadata"},"Classes/CRSCoordinateMetadata.html#/c:objc(cs)CRSCoordinateMetadata(im)hasEpoch":{"name":"-hasEpoch","abstract":"

    Has a coordinate epoch

    ","parent_name":"CRSCoordinateMetadata"},"Classes/CRSConcatenatedOperation.html#/c:objc(cs)CRSConcatenatedOperation(py)target":{"name":"target","abstract":"

    Target Coordinate Reference System

    ","parent_name":"CRSConcatenatedOperation"},"Classes/CRSConcatenatedOperation.html#/c:objc(cs)CRSConcatenatedOperation(py)operations":{"name":"operations","abstract":"

    Operations, transformations, and conversions

    ","parent_name":"CRSConcatenatedOperation"},"Classes/CRSConcatenatedOperation.html#/c:objc(cs)CRSConcatenatedOperation(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSConcatenatedOperation"},"Classes/CRSConcatenatedOperation.html#/c:objc(cs)CRSConcatenatedOperation(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSConcatenatedOperation"},"Classes/CRSConcatenatedOperation.html#/c:objc(cs)CRSConcatenatedOperation(im)initWithName:andSource:andTarget:":{"name":"-initWithName:andSource:andTarget:","abstract":"

    Initialize

    ","parent_name":"CRSConcatenatedOperation"},"Classes/CRSConcatenatedOperation.html#/c:objc(cs)CRSConcatenatedOperation(im)numOperations":{"name":"-numOperations","abstract":"

    Number of operations

    ","parent_name":"CRSConcatenatedOperation"},"Classes/CRSConcatenatedOperation.html#/c:objc(cs)CRSConcatenatedOperation(im)operationAtIndex:":{"name":"-operationAtIndex:","abstract":"

    Get the operation at the index

    ","parent_name":"CRSConcatenatedOperation"},"Classes/CRSConcatenatedOperation.html#/c:objc(cs)CRSConcatenatedOperation(im)addOperation:":{"name":"-addOperation:","abstract":"

    Add the operation

    ","parent_name":"CRSConcatenatedOperation"},"Classes/CRSConcatenatedOperation.html#/c:objc(cs)CRSConcatenatedOperation(im)addOperations:":{"name":"-addOperations:","abstract":"

    Add the operations

    ","parent_name":"CRSConcatenatedOperation"},"Classes/CRSCompoundCoordinateReferenceSystem.html#/c:objc(cs)CRSCompoundCoordinateReferenceSystem(py)coordinateReferenceSystems":{"name":"coordinateReferenceSystems","abstract":"

    Coordinate Reference Systems

    ","parent_name":"CRSCompoundCoordinateReferenceSystem"},"Classes/CRSCompoundCoordinateReferenceSystem.html#/c:objc(cs)CRSCompoundCoordinateReferenceSystem(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSCompoundCoordinateReferenceSystem"},"Classes/CRSCompoundCoordinateReferenceSystem.html#/c:objc(cs)CRSCompoundCoordinateReferenceSystem(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSCompoundCoordinateReferenceSystem"},"Classes/CRSCompoundCoordinateReferenceSystem.html#/c:objc(cs)CRSCompoundCoordinateReferenceSystem(im)initWithName:andType:":{"name":"-initWithName:andType:","abstract":"

    Initialize

    ","parent_name":"CRSCompoundCoordinateReferenceSystem"},"Classes/CRSCompoundCoordinateReferenceSystem.html#/c:objc(cs)CRSCompoundCoordinateReferenceSystem(im)numCoordinateReferenceSystems":{"name":"-numCoordinateReferenceSystems","abstract":"

    Number of coordinate reference systems

    ","parent_name":"CRSCompoundCoordinateReferenceSystem"},"Classes/CRSCompoundCoordinateReferenceSystem.html#/c:objc(cs)CRSCompoundCoordinateReferenceSystem(im)coordinateReferenceSystemAtIndex:":{"name":"-coordinateReferenceSystemAtIndex:","abstract":"

    Get the coordinate reference system at the index

    ","parent_name":"CRSCompoundCoordinateReferenceSystem"},"Classes/CRSCompoundCoordinateReferenceSystem.html#/c:objc(cs)CRSCompoundCoordinateReferenceSystem(im)addCoordinateReferenceSystem:":{"name":"-addCoordinateReferenceSystem:","abstract":"

    Add the coordinate reference system

    ","parent_name":"CRSCompoundCoordinateReferenceSystem"},"Classes/CRSCompoundCoordinateReferenceSystem.html#/c:objc(cs)CRSCompoundCoordinateReferenceSystem(im)addCoordinateReferenceSystems:":{"name":"-addCoordinateReferenceSystems:","abstract":"

    Add the coordinate reference systems

    ","parent_name":"CRSCompoundCoordinateReferenceSystem"},"Classes/CRSCommon.html#/c:objc(cs)CRSCommon(py)name":{"name":"name","abstract":"

    Name

    ","parent_name":"CRSCommon"},"Classes/CRSCommon.html#/c:objc(cs)CRSCommon(py)usages":{"name":"usages","abstract":"

    Usages

    ","parent_name":"CRSCommon"},"Classes/CRSCommon.html#/c:objc(cs)CRSCommon(py)identifiers":{"name":"identifiers","abstract":"

    Identifiers

    ","parent_name":"CRSCommon"},"Classes/CRSCommon.html#/c:objc(cs)CRSCommon(py)remark":{"name":"remark","abstract":"

    Remark

    ","parent_name":"CRSCommon"},"Classes/CRSCommon.html#/c:objc(cs)CRSCommon(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSCommon"},"Classes/CRSCommon.html#/c:objc(cs)CRSCommon(im)initWithType:":{"name":"-initWithType:","abstract":"

    Initialize

    ","parent_name":"CRSCommon"},"Classes/CRSCommon.html#/c:objc(cs)CRSCommon(im)initWithName:andType:":{"name":"-initWithName:andType:","abstract":"

    Initialize

    ","parent_name":"CRSCommon"},"Classes/CRSCategoryTypes.html#/c:objc(cs)CRSCategoryTypes(cm)name:":{"name":"+name:","abstract":"

    Get the type name

    ","parent_name":"CRSCategoryTypes"},"Classes/CRSCategoryTypes.html#/c:objc(cs)CRSCategoryTypes(cm)type:":{"name":"+type:","abstract":"

    Get the type from the name

    ","parent_name":"CRSCategoryTypes"},"Classes/CRSBoundCoordinateReferenceSystem.html#/c:objc(cs)CRSBoundCoordinateReferenceSystem(py)source":{"name":"source","abstract":"

    Source Coordinate Reference System

    ","parent_name":"CRSBoundCoordinateReferenceSystem"},"Classes/CRSBoundCoordinateReferenceSystem.html#/c:objc(cs)CRSBoundCoordinateReferenceSystem(py)target":{"name":"target","abstract":"

    Target Coordinate Reference System

    ","parent_name":"CRSBoundCoordinateReferenceSystem"},"Classes/CRSBoundCoordinateReferenceSystem.html#/c:objc(cs)CRSBoundCoordinateReferenceSystem(py)transformation":{"name":"transformation","abstract":"

    Abridged Coordinate Transformation

    ","parent_name":"CRSBoundCoordinateReferenceSystem"},"Classes/CRSBoundCoordinateReferenceSystem.html#/c:objc(cs)CRSBoundCoordinateReferenceSystem(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSBoundCoordinateReferenceSystem"},"Classes/CRSBoundCoordinateReferenceSystem.html#/c:objc(cs)CRSBoundCoordinateReferenceSystem(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSBoundCoordinateReferenceSystem"},"Classes/CRSBoundCoordinateReferenceSystem.html#/c:objc(cs)CRSBoundCoordinateReferenceSystem(im)initWithSource:andTarget:andTransformation:":{"name":"-initWithSource:andTarget:andTransformation:","abstract":"

    Initialize

    ","parent_name":"CRSBoundCoordinateReferenceSystem"},"Classes/CRSAxisDirectionTypes.html#/c:objc(cs)CRSAxisDirectionTypes(cm)name:":{"name":"+name:","abstract":"

    Get the type name

    ","parent_name":"CRSAxisDirectionTypes"},"Classes/CRSAxisDirectionTypes.html#/c:objc(cs)CRSAxisDirectionTypes(cm)type:":{"name":"+type:","abstract":"

    Get the type from the name

    ","parent_name":"CRSAxisDirectionTypes"},"Classes/CRSAxis.html#/c:objc(cs)CRSAxis(py)name":{"name":"name","abstract":"

    Name

    ","parent_name":"CRSAxis"},"Classes/CRSAxis.html#/c:objc(cs)CRSAxis(py)abbreviation":{"name":"abbreviation","abstract":"

    Abbreviation

    ","parent_name":"CRSAxis"},"Classes/CRSAxis.html#/c:objc(cs)CRSAxis(py)direction":{"name":"direction","abstract":"

    Axis Direction

    ","parent_name":"CRSAxis"},"Classes/CRSAxis.html#/c:objc(cs)CRSAxis(py)meridian":{"name":"meridian","abstract":"

    Meridian

    ","parent_name":"CRSAxis"},"Classes/CRSAxis.html#/c:objc(cs)CRSAxis(py)meridianText":{"name":"meridianText","abstract":"

    Meridian Text

    ","parent_name":"CRSAxis"},"Classes/CRSAxis.html#/c:objc(cs)CRSAxis(py)meridianUnit":{"name":"meridianUnit","abstract":"

    Meridian (Angle) Unit

    ","parent_name":"CRSAxis"},"Classes/CRSAxis.html#/c:objc(cs)CRSAxis(py)bearing":{"name":"bearing","abstract":"

    Bearing

    ","parent_name":"CRSAxis"},"Classes/CRSAxis.html#/c:objc(cs)CRSAxis(py)bearingText":{"name":"bearingText","abstract":"

    Bearing Text

    ","parent_name":"CRSAxis"},"Classes/CRSAxis.html#/c:objc(cs)CRSAxis(py)order":{"name":"order","abstract":"

    Order

    ","parent_name":"CRSAxis"},"Classes/CRSAxis.html#/c:objc(cs)CRSAxis(py)unit":{"name":"unit","abstract":"

    Unit

    ","parent_name":"CRSAxis"},"Classes/CRSAxis.html#/c:objc(cs)CRSAxis(py)identifiers":{"name":"identifiers","abstract":"

    Identifiers

    ","parent_name":"CRSAxis"},"Classes/CRSAxis.html#/c:objc(cs)CRSAxis(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSAxis"},"Classes/CRSAxis.html#/c:objc(cs)CRSAxis(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSAxis"},"Classes/CRSAxis.html#/c:objc(cs)CRSAxis(im)initWithName:andDirection:":{"name":"-initWithName:andDirection:","abstract":"

    Initialize

    ","parent_name":"CRSAxis"},"Classes/CRSAxis.html#/c:objc(cs)CRSAxis(im)hasName":{"name":"-hasName","abstract":"

    Has a name

    ","parent_name":"CRSAxis"},"Classes/CRSAxis.html#/c:objc(cs)CRSAxis(im)hasAbbreviation":{"name":"-hasAbbreviation","abstract":"

    Has an abbreviation

    ","parent_name":"CRSAxis"},"Classes/CRSAxis.html#/c:objc(cs)CRSAxis(im)hasMeridian":{"name":"-hasMeridian","abstract":"

    Has a meridian

    ","parent_name":"CRSAxis"},"Classes/CRSAxis.html#/c:objc(cs)CRSAxis(im)hasBearing":{"name":"-hasBearing","abstract":"

    Has a bearing

    ","parent_name":"CRSAxis"},"Classes/CRSAxis.html#/c:objc(cs)CRSAxis(im)hasOrder":{"name":"-hasOrder","abstract":"

    Has an order

    ","parent_name":"CRSAxis"},"Classes/CRSAxis.html#/c:objc(cs)CRSAxis(im)hasUnit":{"name":"-hasUnit","abstract":"

    Has a unit

    ","parent_name":"CRSAxis"},"Classes/CRSAbridgedCoordinateTransformation.html#/c:objc(cs)CRSAbridgedCoordinateTransformation(py)name":{"name":"name","abstract":"

    Name

    ","parent_name":"CRSAbridgedCoordinateTransformation"},"Classes/CRSAbridgedCoordinateTransformation.html#/c:objc(cs)CRSAbridgedCoordinateTransformation(py)version":{"name":"version","abstract":"

    Operation Version

    ","parent_name":"CRSAbridgedCoordinateTransformation"},"Classes/CRSAbridgedCoordinateTransformation.html#/c:objc(cs)CRSAbridgedCoordinateTransformation(py)method":{"name":"method","abstract":"

    Operation Method

    ","parent_name":"CRSAbridgedCoordinateTransformation"},"Classes/CRSAbridgedCoordinateTransformation.html#/c:objc(cs)CRSAbridgedCoordinateTransformation(py)usages":{"name":"usages","abstract":"

    Usages

    ","parent_name":"CRSAbridgedCoordinateTransformation"},"Classes/CRSAbridgedCoordinateTransformation.html#/c:objc(cs)CRSAbridgedCoordinateTransformation(py)identifiers":{"name":"identifiers","abstract":"

    Identifiers

    ","parent_name":"CRSAbridgedCoordinateTransformation"},"Classes/CRSAbridgedCoordinateTransformation.html#/c:objc(cs)CRSAbridgedCoordinateTransformation(py)remark":{"name":"remark","abstract":"

    Remark

    ","parent_name":"CRSAbridgedCoordinateTransformation"},"Classes/CRSAbridgedCoordinateTransformation.html#/c:objc(cs)CRSAbridgedCoordinateTransformation(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSAbridgedCoordinateTransformation"},"Classes/CRSAbridgedCoordinateTransformation.html#/c:objc(cs)CRSAbridgedCoordinateTransformation(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSAbridgedCoordinateTransformation"},"Classes/CRSAbridgedCoordinateTransformation.html#/c:objc(cs)CRSAbridgedCoordinateTransformation(im)initWithName:andMethod:":{"name":"-initWithName:andMethod:","abstract":"

    Initialize

    ","parent_name":"CRSAbridgedCoordinateTransformation"},"Classes/CRSAbridgedCoordinateTransformation.html":{"name":"CRSAbridgedCoordinateTransformation","abstract":"

    Abridged Coordinate Transformation

    "},"Classes/CRSAxis.html":{"name":"CRSAxis","abstract":"

    Axis

    "},"Classes/CRSAxisDirectionTypes.html":{"name":"CRSAxisDirectionTypes","abstract":"

    Axis Direction Type

    "},"Classes/CRSBoundCoordinateReferenceSystem.html":{"name":"CRSBoundCoordinateReferenceSystem","abstract":"

    Bound Coordinate Reference System

    "},"Classes/CRSCategoryTypes.html":{"name":"CRSCategoryTypes","abstract":"

    Category Type

    "},"Classes/CRSCommon.html":{"name":"CRSCommon","abstract":"

    Common coordinate reference system and coordinate operations object

    "},"Classes/CRSCompoundCoordinateReferenceSystem.html":{"name":"CRSCompoundCoordinateReferenceSystem","abstract":"

    Compound Coordinate Reference System

    "},"Classes/CRSConcatenatedOperation.html":{"name":"CRSConcatenatedOperation","abstract":"

    Concatenated Operation

    "},"Classes/CRSCoordinateMetadata.html":{"name":"CRSCoordinateMetadata","abstract":"

    Coordinate metadata

    "},"Classes/CRSCoordinateOperation.html":{"name":"CRSCoordinateOperation","abstract":"

    Coordinate Operation

    "},"Classes/CRSCoordinateReferenceSystem.html":{"name":"CRSCoordinateReferenceSystem","abstract":"

    Coordinate Reference System

    "},"Classes/CRSCoordinateSystem.html":{"name":"CRSCoordinateSystem","abstract":"

    Coordinate System

    "},"Classes/CRSCoordinateSystemTypes.html":{"name":"CRSCoordinateSystemTypes","abstract":"

    Coordinate System Type

    "},"Classes/CRSDateTime.html":{"name":"CRSDateTime","abstract":"

    Date and time

    "},"Classes/CRSDatumEnsemble.html":{"name":"CRSDatumEnsemble","abstract":"

    Datum Ensemble

    "},"Classes/CRSDatumEnsembleMember.html":{"name":"CRSDatumEnsembleMember","abstract":"

    Datum Ensemble Member

    "},"Classes/CRSDerivedCoordinateReferenceSystem.html":{"name":"CRSDerivedCoordinateReferenceSystem","abstract":"

    Derived Coordinate Reference System

    "},"Classes/CRSDerivingConversion.html":{"name":"CRSDerivingConversion","abstract":"

    Deriving Conversion

    "},"Classes/CRSDynamic.html":{"name":"CRSDynamic","abstract":"

    Dynamic Coordinate Reference System

    "},"Classes/CRSEllipsoid.html":{"name":"CRSEllipsoid","abstract":"

    Ellipsoid

    "},"Classes/CRSEllipsoidTypes.html":{"name":"CRSEllipsoidTypes","abstract":"

    Ellipsoid Type

    "},"Classes/CRSEllipsoids.html":{"name":"CRSEllipsoids","abstract":"

    Ellipsoids

    "},"Classes/CRSEngineeringCoordinateReferenceSystem.html":{"name":"CRSEngineeringCoordinateReferenceSystem","abstract":"

    Engineering Coordinate Reference System

    "},"Classes/CRSEngineeringDatum.html":{"name":"CRSEngineeringDatum","abstract":"

    Engineering Datum

    "},"Classes/CRSExtent.html":{"name":"CRSExtent","abstract":"

    Extent

    "},"Classes/CRSGeoCoordinateReferenceSystem.html":{"name":"CRSGeoCoordinateReferenceSystem","abstract":"

    Geodetic and Geographic Coordinate Reference System

    "},"Classes/CRSGeoDatumEnsemble.html":{"name":"CRSGeoDatumEnsemble","abstract":"

    Geodetic and Geographic Datum Ensemble

    "},"Classes/CRSGeoDatums.html":{"name":"CRSGeoDatums","abstract":"

    Geo Datums

    "},"Classes/CRSGeoReferenceFrame.html":{"name":"CRSGeoReferenceFrame","abstract":"

    Geodetic and Geographic Reference Frame (datum)

    "},"Classes/CRSGeographicBoundingBox.html":{"name":"CRSGeographicBoundingBox","abstract":"

    Geographic Bounding Box

    "},"Classes/CRSIdentifier.html":{"name":"CRSIdentifier","abstract":"

    Identifier (Authority)

    "},"Classes/CRSKeyword.html":{"name":"CRSKeyword","abstract":"

    Keyword

    "},"Classes/CRSMapProjection.html":{"name":"CRSMapProjection","abstract":"

    Map Projection

    "},"Classes/CRSObject.html":{"name":"CRSObject","abstract":"

    Well-known text representation of coordinate reference systems object

    "},"Classes/CRSOperation.html":{"name":"CRSOperation","abstract":"

    Common Operation

    "},"Classes/CRSOperationMethod.html":{"name":"CRSOperationMethod","abstract":"

    Operation Method

    "},"Classes/CRSOperationMethods.html":{"name":"CRSOperationMethods","abstract":"

    Operation Methods

    "},"Classes/CRSOperationParameter.html":{"name":"CRSOperationParameter","abstract":"

    Operation Parameter

    "},"Classes/CRSOperationParameters.html":{"name":"CRSOperationParameters","abstract":"

    Common Operation Parameter Attributes

    "},"Classes/CRSOperationTypes.html":{"name":"CRSOperationTypes","abstract":"

    Coordinate Operation Type

    "},"Classes/CRSParametricCoordinateReferenceSystem.html":{"name":"CRSParametricCoordinateReferenceSystem","abstract":"

    Parametric Coordinate Reference System

    "},"Classes/CRSParametricDatum.html":{"name":"CRSParametricDatum","abstract":"

    Parametric Datum

    "},"Classes/CRSPointMotionOperation.html":{"name":"CRSPointMotionOperation","abstract":"

    Point Motion Operation

    "},"Classes/CRSPrimeMeridian.html":{"name":"CRSPrimeMeridian","abstract":"

    Prime Meridian

    "},"Classes/CRSPrimeMeridians.html":{"name":"CRSPrimeMeridians","abstract":"

    Prime Meridians

    "},"Classes.html#/c:objc(cs)CRSProjConstants":{"name":"CRSProjConstants","abstract":"

    PROJ constants

    "},"Classes/CRSProjParams.html":{"name":"CRSProjParams","abstract":"

    PROJ params

    "},"Classes/CRSProjParser.html":{"name":"CRSProjParser","abstract":"

    CRS to PROJ parser

    "},"Classes/CRSProjectedCoordinateReferenceSystem.html":{"name":"CRSProjectedCoordinateReferenceSystem","abstract":"

    Projected Coordinate Reference System

    "},"Classes/CRSReader.html":{"name":"CRSReader","abstract":"

    Well-Known Text reader

    "},"Classes/CRSReferenceFrame.html":{"name":"CRSReferenceFrame","abstract":"

    Reference Frame (datum)

    "},"Classes/CRSSimpleCoordinateReferenceSystem.html":{"name":"CRSSimpleCoordinateReferenceSystem","abstract":"

    Simple Coordinate Reference System with Coordinate System

    "},"Classes/CRSSimpleOperation.html":{"name":"CRSSimpleOperation","abstract":"

    Simple Operation

    "},"Classes/CRSTemporalCoordinateReferenceSystem.html":{"name":"CRSTemporalCoordinateReferenceSystem","abstract":"

    Temporal Coordinate Reference System

    "},"Classes/CRSTemporalDatum.html":{"name":"CRSTemporalDatum","abstract":"

    Undocumented

    "},"Classes/CRSTemporalExtent.html":{"name":"CRSTemporalExtent","abstract":"

    Temporal Extent

    "},"Classes.html#/c:objc(cs)CRSTextConstants":{"name":"CRSTextConstants","abstract":"

    Well-Known Text constants

    "},"Classes/CRSTextReader.html":{"name":"CRSTextReader","abstract":"

    Read through text string

    "},"Classes/CRSTextUtils.html":{"name":"CRSTextUtils","abstract":"

    CRS Well-Known Text Utilities

    "},"Classes/CRSTriaxialEllipsoid.html":{"name":"CRSTriaxialEllipsoid","abstract":"

    Triaxial Ellipsoid

    "},"Classes/CRSTypes.html":{"name":"CRSTypes","abstract":"

    CRS Type

    "},"Classes/CRSUnit.html":{"name":"CRSUnit","abstract":"

    Unit

    "},"Classes/CRSUnitTypes.html":{"name":"CRSUnitTypes","abstract":"

    Unit Type

    "},"Classes/CRSUnits.html":{"name":"CRSUnits","abstract":"

    Common Units

    "},"Classes/CRSUsage.html":{"name":"CRSUsage","abstract":"

    Usage

    "},"Classes/CRSVerticalCoordinateReferenceSystem.html":{"name":"CRSVerticalCoordinateReferenceSystem","abstract":"

    Vertical Coordinate Reference System

    "},"Classes/CRSVerticalDatumEnsemble.html":{"name":"CRSVerticalDatumEnsemble","abstract":"

    Vertical Datum Ensemble

    "},"Classes/CRSVerticalExtent.html":{"name":"CRSVerticalExtent","abstract":"

    Vertical Extent

    "},"Classes/CRSVerticalReferenceFrame.html":{"name":"CRSVerticalReferenceFrame","abstract":"

    Vertical Reference Frame (datum)

    "},"Classes/CRSWriter.html":{"name":"CRSWriter","abstract":"

    Well-Known Text writer

    "},"Classes/OAFCollection.html":{"name":"OAFCollection","abstract":"

    Collection

    "},"Classes/OAFCollections.html":{"name":"OAFCollections","abstract":"

    Undocumented

    "},"Classes/OAFCrs.html":{"name":"OAFCrs","abstract":"

    Coordinate Reference System

    "},"Classes/OAFExtent.html":{"name":"OAFExtent","abstract":"

    The extent of the features in the collection. In the Core only spatial and"},"Classes/OAFFeatureCollection.html":{"name":"OAFFeatureCollection","abstract":"

    Feature Collection

    "},"Classes/OAFFeaturesConverter.html":{"name":"OAFFeaturesConverter","abstract":"

    Features Converter

    "},"Classes/OAFFeaturesObject.html":{"name":"OAFFeaturesObject","abstract":"

    Features Object

    "},"Classes/OAFLink.html":{"name":"OAFLink","abstract":"

    Link

    "},"Classes/OAFSpatial.html":{"name":"OAFSpatial","abstract":"

    The spatial extent of the features in the collection.

    "},"Classes/OAFTemporal.html":{"name":"OAFTemporal","abstract":"

    The temporal extent of the features in the collection.

    "},"Classes/PROJAuthorityProjections.html":{"name":"PROJAuthorityProjections","abstract":"

    Collection of projections for a single coordinate authority

    "},"Classes/PROJCRSParser.html":{"name":"PROJCRSParser","abstract":"

    Coordinate Reference System Well-known text parser

    "},"Classes.html#/c:objc(cs)PROJConstants":{"name":"PROJConstants","abstract":"

    Undocumented

    "},"Classes/PROJIOUtils.html":{"name":"PROJIOUtils","abstract":"

    Undocumented

    "},"Classes/PROJLocationCoordinate3D.html":{"name":"PROJLocationCoordinate3D","abstract":"

    3D Location Coordinate

    "},"Classes/PROJProjection.html":{"name":"PROJProjection","abstract":"

    Single Projection for an authority and code

    "},"Classes.html#/c:objc(cs)PROJProjectionConstants":{"name":"PROJProjectionConstants","abstract":"

    Undocumented

    "},"Classes/PROJProjectionFactory.html":{"name":"PROJProjectionFactory","abstract":"

    Projection factory for coordinate projections and transformations

    "},"Classes.html#/c:objc(cs)PROJProjectionFactoryTypes":{"name":"PROJProjectionFactoryTypes","abstract":"

    Undocumented

    "},"Classes/PROJProjectionRetriever.html":{"name":"PROJProjectionRetriever","abstract":"

    Retrieves the proj4 projection parameter string for an authority and coordinate code

    "},"Classes/PROJProjectionTransform.html":{"name":"PROJProjectionTransform","abstract":"

    Projection transformation between a from and to projection

    "},"Classes/PROJProjections.html":{"name":"PROJProjections","abstract":"

    Collection of projections by authority

    "},"Classes.html#/c:objc(cs)PROJUnits":{"name":"PROJUnits","abstract":"

    Undocumented

    "},"Classes/SFGFeature.html":{"name":"SFGFeature","abstract":"

    Feature

    "},"Classes/SFGFeatureCollection.html":{"name":"SFGFeatureCollection","abstract":"

    Feature Collection

    "},"Classes/SFGFeatureConverter.html":{"name":"SFGFeatureConverter","abstract":"

    Feature Converter

    "},"Classes/SFGGeoJSONObject.html":{"name":"SFGGeoJSONObject","abstract":"

    GeoJSON Object

    "},"Classes/SFGGeometry.html":{"name":"SFGGeometry","abstract":"

    Geometry

    "},"Classes/SFGGeometryCollection.html":{"name":"SFGGeometryCollection","abstract":"

    Geometry Collection

    "},"Classes/SFGGeometryTypes.html":{"name":"SFGGeometryTypes","abstract":"

    Geometry Types

    "},"Classes/SFGLineString.html":{"name":"SFGLineString","abstract":"

    Line String

    "},"Classes/SFGMultiLineString.html":{"name":"SFGMultiLineString","abstract":"

    Multi Line String

    "},"Classes/SFGMultiPoint.html":{"name":"SFGMultiPoint","abstract":"

    Multi Point

    "},"Classes/SFGMultiPolygon.html":{"name":"SFGMultiPolygon","abstract":"

    Multi Polygon

    "},"Classes/SFGOrderedDictionary.html":{"name":"SFGOrderedDictionary","abstract":"

    Undocumented

    "},"Classes/SFGPoint.html":{"name":"SFGPoint","abstract":"

    Point

    "},"Classes/SFGPolygon.html":{"name":"SFGPolygon","abstract":"

    Polygon

    "},"Classes/SFGPosition.html":{"name":"SFGPosition","abstract":"

    Position

    "},"Classes/SFByteReader.html":{"name":"SFByteReader","abstract":"

    Read through byte data

    "},"Classes/SFByteWriter.html":{"name":"SFByteWriter","abstract":"

    Write byte data

    "},"Classes/SFCentroidCurve.html":{"name":"SFCentroidCurve","abstract":"

    Calculate the centroid from curve based geometries. Implementation based on"},"Classes/SFCentroidPoint.html":{"name":"SFCentroidPoint","abstract":"

    Calculate the centroid from point based geometries. Implementation based on"},"Classes/SFCentroidSurface.html":{"name":"SFCentroidSurface","abstract":"

    Calculate the centroid from surface based geometries. Implementation based on"},"Classes/SFCircularString.html":{"name":"SFCircularString","abstract":"

    Circular String, Curve sub type

    "},"Classes/SFCompoundCurve.html":{"name":"SFCompoundCurve","abstract":"

    Compound Curve, Curve sub type

    "},"Classes/SFCurve.html":{"name":"SFCurve","abstract":"

    The base type for all 1-dimensional geometry types. A 1-dimensional geometry"},"Classes/SFCurvePolygon.html":{"name":"SFCurvePolygon","abstract":"

    A planar surface defined by an exterior ring and zero or more interior ring."},"Classes/SFDegreesCentroid.html":{"name":"SFDegreesCentroid","abstract":"

    Centroid calculations for geometries in degrees

    "},"Classes/SFEvent.html":{"name":"SFEvent","abstract":"

    Event element

    "},"Classes/SFEventQueue.html":{"name":"SFEventQueue","abstract":"

    Event queue for processing events

    "},"Classes.html#/c:objc(cs)SFEventTypes":{"name":"SFEventTypes","abstract":"

    Undocumented

    "},"Classes/SFExtendedGeometryCollection.html":{"name":"SFExtendedGeometryCollection","abstract":"

    Extended Geometry Collection providing abstract geometry collection type"},"Classes.html#/c:objc(cs)SFFiniteFilterTypes":{"name":"SFFiniteFilterTypes","abstract":"

    Undocumented

    "},"Classes/SFGeometry.html":{"name":"SFGeometry","abstract":"

    The root of the geometry type hierarchy

    "},"Classes/SFGeometryCollection.html":{"name":"SFGeometryCollection","abstract":"

    A collection of zero or more Geometry instances.

    "},"Classes.html#/c:objc(cs)SFGeometryConstants":{"name":"SFGeometryConstants","abstract":"

    Undocumented

    "},"Classes/SFGeometryEnvelope.html":{"name":"SFGeometryEnvelope","abstract":"

    Geometry envelope containing x and y range with optional z and m range

    "},"Classes/SFGeometryEnvelopeBuilder.html":{"name":"SFGeometryEnvelopeBuilder","abstract":"

    Builds an envelope from a Geometry

    "},"Classes/SFGeometryPrinter.html":{"name":"SFGeometryPrinter","abstract":"

    String representation of a Geometry

    "},"Classes/SFGeometryTypes.html":{"name":"SFGeometryTypes","abstract":"

    Undocumented

    "},"Classes/SFGeometryUtils.html":{"name":"SFGeometryUtils","abstract":"

    Utilities for Geometry objects

    "},"Classes/SFLine.html":{"name":"SFLine","abstract":"

    A LineString with exactly 2 Points.

    "},"Classes/SFLineString.html":{"name":"SFLineString","abstract":"

    A Curve that connects two or more points in space.

    "},"Classes/SFLinearRing.html":{"name":"SFLinearRing","abstract":"

    A LineString that is both closed and simple.

    "},"Classes/SFMultiCurve.html":{"name":"SFMultiCurve","abstract":"

    A restricted form of GeometryCollection where each Geometry in the collection"},"Classes/SFMultiLineString.html":{"name":"SFMultiLineString","abstract":"

    A restricted form of MultiCurve where each Curve in the collection must be of"},"Classes/SFMultiPoint.html":{"name":"SFMultiPoint","abstract":"

    A restricted form of GeometryCollection where each Geometry in the collection"},"Classes/SFMultiPolygon.html":{"name":"SFMultiPolygon","abstract":"

    A restricted form of MultiSurface where each Surface in the collection must"},"Classes/SFMultiSurface.html":{"name":"SFMultiSurface","abstract":"

    A restricted form of GeometryCollection where each Geometry in the collection"},"Classes/SFPoint.html":{"name":"SFPoint","abstract":"

    A single location in space. Each point has an X and Y coordinate. A point MAY"},"Classes/SFPointFiniteFilter.html":{"name":"SFPointFiniteFilter","abstract":"

    Point filter for finite checks on x and y properties, optionally filter on z"},"Classes/SFPolygon.html":{"name":"SFPolygon","abstract":"

    A restricted form of CurvePolygon where each ring is defined as a simple,"},"Classes/SFPolyhedralSurface.html":{"name":"SFPolyhedralSurface","abstract":"

    Contiguous collection of polygons which share common boundary segments.

    "},"Classes/SFSegment.html":{"name":"SFSegment","abstract":"

    Line segment of an edge between two points

    "},"Classes/SFShamosHoey.html":{"name":"SFShamosHoey","abstract":"

    Shamos-Hoey simple polygon detection

    "},"Classes/SFSurface.html":{"name":"SFSurface","abstract":"

    The base type for all 2-dimensional geometry types. A 2-dimensional geometry"},"Classes/SFSweepLine.html":{"name":"SFSweepLine","abstract":"

    Sweep Line algorithm

    "},"Classes/SFTIN.html":{"name":"SFTIN","abstract":"

    A tetrahedron (4 triangular faces), corner at the origin and each unit"},"Classes/SFTextReader.html":{"name":"SFTextReader","abstract":"

    Read through text string

    "},"Classes/SFTriangle.html":{"name":"SFTriangle","abstract":"

    Triangle

    "},"Classes/SFPGeometryTransform.html":{"name":"SFPGeometryTransform","abstract":"

    Geometry Projection Transform

    "},"Classes/SFWBGeometryCodes.html":{"name":"SFWBGeometryCodes","abstract":"

    Geometry Code utilities to convert between geometry attributes and geometry"},"Classes/SFWBGeometryReader.html":{"name":"SFWBGeometryReader","abstract":"

    Well Known Binary Geometry Reader

    "},"Classes/SFWBGeometryTypeInfo.html":{"name":"SFWBGeometryTypeInfo","abstract":"

    Geometry type info

    "},"Classes/SFWBGeometryWriter.html":{"name":"SFWBGeometryWriter","abstract":"

    Well Known Binary Geometry Writer

    "},"Classes/TIFFByteReader.html":{"name":"TIFFByteReader","abstract":"

    Read through byte data

    "},"Classes/TIFFByteWriter.html":{"name":"TIFFByteWriter","abstract":"

    Write byte data

    "},"Classes.html#/c:objc(cs)TIFFConstants":{"name":"TIFFConstants","abstract":"

    Undocumented

    "},"Classes.html#/c:objc(cs)TIFFDeflateCompression":{"name":"TIFFDeflateCompression","abstract":"

    Deflate Compression

    "},"Classes/TIFFFieldTagTypes.html":{"name":"TIFFFieldTagTypes","abstract":"

    Field Tag Types

    "},"Classes/TIFFFieldTypes.html":{"name":"TIFFFieldTypes","abstract":"

    Field Types

    "},"Classes/TIFFFileDirectory.html":{"name":"TIFFFileDirectory","abstract":"

    File Directory, represents all directory entries and can be used to read the"},"Classes/TIFFFileDirectoryEntry.html":{"name":"TIFFFileDirectoryEntry","abstract":"

    TIFF File Directory Entry

    "},"Classes/TIFFIOUtils.html":{"name":"TIFFIOUtils","abstract":"

    Undocumented

    "},"Classes/TIFFImage.html":{"name":"TIFFImage","abstract":"

    TIFF Image containing the File Directories

    "},"Classes/TIFFImageWindow.html":{"name":"TIFFImageWindow","abstract":"

    Coordinates of a window over a portion or the entire image coordinates

    "},"Classes.html#/c:objc(cs)TIFFLZWCompression":{"name":"TIFFLZWCompression","abstract":"

    LZW Compression

    "},"Classes.html#/c:objc(cs)TIFFPackbitsCompression":{"name":"TIFFPackbitsCompression","abstract":"

    Packbits Compression

    "},"Classes/TIFFPredictor.html":{"name":"TIFFPredictor","abstract":"

    Differencing Predictor decoder

    "},"Classes/TIFFRasters.html":{"name":"TIFFRasters","abstract":"

    Raster image values

    "},"Classes.html#/c:objc(cs)TIFFRawCompression":{"name":"TIFFRawCompression","abstract":"

    Raw / no compression

    "},"Classes/TIFFReader.html":{"name":"TIFFReader","abstract":"

    TIFF reader

    "},"Classes/TIFFUnsupportedCompression.html":{"name":"TIFFUnsupportedCompression","abstract":"

    Unsupported compression

    "},"Classes/TIFFWriter.html":{"name":"TIFFWriter","abstract":"

    TIFF Writer.

    "},"Classes/CLRColor.html":{"name":"CLRColor","abstract":"

    Color representation with support for hex, RBG, arithmetic RBG, and integer"},"Classes/GPKGBoundingBox.html":{"name":"GPKGBoundingBox","abstract":"

    Bounding box with longitude and latitude range

    "},"Classes/GPKGDateConverter.html":{"name":"GPKGDateConverter","abstract":"

    Date converter between database date formats and date objects

    "},"Classes/GPKGGeoPackage.html":{"name":"GPKGGeoPackage","abstract":"

    A single GeoPackage database connection

    "},"Classes/GPKGGeoPackageCache.html":{"name":"GPKGGeoPackageCache","abstract":"

    GeoPackage Cache to maintain opened GeoPackages

    "},"Classes.html#/c:objc(cs)GPKGGeoPackageConstants":{"name":"GPKGGeoPackageConstants","abstract":"

    Undocumented

    "},"Classes/GPKGGeoPackageFactory.html":{"name":"GPKGGeoPackageFactory","abstract":"

    GeoPackage Factory to get a GeoPackage Manager

    "},"Classes/GPKGGeoPackageManager.html":{"name":"GPKGGeoPackageManager","abstract":"

    GeoPackage Database management. Maintains an active connection to the metadata database, close when done.

    "},"Classes/GPKGSessionTaskData.html":{"name":"GPKGSessionTaskData","abstract":"

    GeoPackage additional session task data stored as an associated object

    "},"Classes/GPKGUtils.html":{"name":"GPKGUtils","abstract":"

    GeoPackage utility methods

    "},"Classes/GPKGAttributesColumn.html":{"name":"GPKGAttributesColumn","abstract":"

    Attributes column

    "},"Classes/GPKGAttributesColumns.html":{"name":"GPKGAttributesColumns","abstract":"

    Collection of attributes columns

    "},"Classes/GPKGAttributesDao.html":{"name":"GPKGAttributesDao","abstract":"

    Attributes DAO for reading attributes user data tables

    "},"Classes/GPKGAttributesRow.html":{"name":"GPKGAttributesRow","abstract":"

    Attributes Row containing the values from a single results row

    "},"Classes/GPKGAttributesTable.html":{"name":"GPKGAttributesTable","abstract":"

    Undocumented

    "},"Classes/GPKGAttributesTableMetadata.html":{"name":"GPKGAttributesTableMetadata","abstract":"

    Undocumented

    "},"Classes/GPKGAttributesTableReader.html":{"name":"GPKGAttributesTableReader","abstract":"

    Reads the metadata from an existing attributes table

    "},"Classes/GPKGContents.html":{"name":"GPKGContents","abstract":"

    Contents object. Provides identifying and descriptive information that an"},"Classes/GPKGContentsDao.html":{"name":"GPKGContentsDao","abstract":"

    Contents Data Access Object

    "},"Classes/GPKGContentsDataTypes.html":{"name":"GPKGContentsDataTypes","abstract":"

    Undocumented

    "},"Classes/GPKGAlterTable.html":{"name":"GPKGAlterTable","abstract":"

    Builds and performs alter table statements

    "},"Classes/GPKGConnection.html":{"name":"GPKGConnection","abstract":"

    GeoPackage database connection

    "},"Classes/GPKGConnectionFunction.html":{"name":"GPKGConnectionFunction","abstract":"

    GeoPackage connection function wrapper

    "},"Classes/GPKGDataTypes.html":{"name":"GPKGDataTypes","abstract":"

    Undocumented

    "},"Classes/GPKGFeatureIndexer.html":{"name":"GPKGFeatureIndexer","abstract":"

    Feature Indexer, indexes feature geometries into a table for searching

    "},"Classes/GPKGFeatureIndexerIdQuery.html":{"name":"GPKGFeatureIndexerIdQuery","abstract":"

    Feature Indexer Id query with nested SQL and arguments

    "},"Classes/GPKGFeatureIndexerIdResultSet.html":{"name":"GPKGFeatureIndexerIdResultSet","abstract":"

    Feature Indexer Id result set to filter on matching queried ids

    "},"Classes/GPKGGeoPackageTableCreator.html":{"name":"GPKGGeoPackageTableCreator","abstract":"

    Executes database scripts to create GeoPackage tables

    "},"Classes/GPKGMappedColumn.html":{"name":"GPKGMappedColumn","abstract":"

    Mapped column, to a column and potentially from a differently named column

    "},"Classes/GPKGPaginatedResults.html":{"name":"GPKGPaginatedResults","abstract":"

    Paginated Results for iterating and querying through chunks

    "},"Classes/GPKGPagination.html":{"name":"GPKGPagination","abstract":"

    Query pagination configuration

    "},"Classes/GPKGResultSet.html":{"name":"GPKGResultSet","abstract":"

    Result set from a database query

    "},"Classes/GPKGRow.html":{"name":"GPKGRow","abstract":"

    Result row

    "},"Classes/GPKGSqlLiteQueryBuilder.html":{"name":"GPKGSqlLiteQueryBuilder","abstract":"

    SQL Builder

    "},"Classes/GPKGSqlUtils.html":{"name":"GPKGSqlUtils","abstract":"

    SQL utility methods

    "},"Classes/GPKGTableCreator.html":{"name":"GPKGTableCreator","abstract":"

    Executes database scripts to create tables

    "},"Classes/GPKGTableMapping.html":{"name":"GPKGTableMapping","abstract":"

    Mapping between column names being mapped to and the mapped column"},"Classes/GPKGBaseDao.html":{"name":"GPKGBaseDao","abstract":"

    Base Data Access Object

    "},"Classes/GPKGColumnValue.html":{"name":"GPKGColumnValue","abstract":"

    Column Value wrapper to specify additional value attributes, such as a range"},"Classes/GPKGColumnValues.html":{"name":"GPKGColumnValues","abstract":"

    Collection of column values

    "},"Classes/GPKGObjectPaginatedResults.html":{"name":"GPKGObjectPaginatedResults","abstract":"

    Paginated Object Results for iterating and querying through chunks

    "},"Classes/GPKGObjectResultSet.html":{"name":"GPKGObjectResultSet","abstract":"

    Object wrapped Result set

    "},"Classes/GPKGSQLiteMaster.html":{"name":"GPKGSQLiteMaster","abstract":"

    SQLite Master table queries (sqlite_master)

    "},"Classes/GPKGSQLiteMasterColumns.html":{"name":"GPKGSQLiteMasterColumns","abstract":"

    SQLite Master table (sqlite_master) column keywords

    "},"Classes/GPKGSQLiteMasterQuery.html":{"name":"GPKGSQLiteMasterQuery","abstract":"

    Query on the SQLiteMaster table

    "},"Classes/GPKGSQLiteMasterTypes.html":{"name":"GPKGSQLiteMasterTypes","abstract":"

    SQLite Master table (sqlite_master) type column keywords

    "},"Classes/GPKGGeoPackageMetadata.html":{"name":"GPKGGeoPackageMetadata","abstract":"

    GeoPackage Metadata

    "},"Classes/GPKGGeoPackageMetadataDao.html":{"name":"GPKGGeoPackageMetadataDao","abstract":"

    GeoPackage Metadata Data Access Object

    "},"Classes/GPKGGeoPackageMetadataTableCreator.html":{"name":"GPKGGeoPackageMetadataTableCreator","abstract":"

    GeoPackage Metadata Table Creator

    "},"Classes/GPKGGeometryMetadata.html":{"name":"GPKGGeometryMetadata","abstract":"

    Geometry Metadata

    "},"Classes/GPKGGeometryMetadataDao.html":{"name":"GPKGGeometryMetadataDao","abstract":"

    Geometry Metadata Data Access Object

    "},"Classes/GPKGMetadataDb.html":{"name":"GPKGMetadataDb","abstract":"

    GeoPackage Metadata Database

    "},"Classes/GPKGTableMetadata.html":{"name":"GPKGTableMetadata","abstract":"

    Table Metadata

    "},"Classes/GPKGTableMetadataDao.html":{"name":"GPKGTableMetadataDao","abstract":"

    Table Metadata Data Access Object

    "},"Classes/GPKGConnectionPool.html":{"name":"GPKGConnectionPool","abstract":"

    Connection pool to manage retrieving a sqlite3 connection to a database file. Connections should be released after the database operation has completed."},"Classes/GPKGDbConnection.html":{"name":"GPKGDbConnection","abstract":"

    Single database connection to a database file opened as part of a connection pool. Wraps a sqlite3 connection.

    "},"Classes/GPKGSqliteConnection.html":{"name":"GPKGSqliteConnection","abstract":"

    Single sqlite3 connection to a database file opened as part of a connection pool

    "},"Classes/GPKGColumnConstraints.html":{"name":"GPKGColumnConstraints","abstract":"

    Column Constraints

    "},"Classes/GPKGConstraint.html":{"name":"GPKGConstraint","abstract":"

    Table or column constraint

    "},"Classes/GPKGConstraintParser.html":{"name":"GPKGConstraintParser","abstract":"

    SQL constraint parser from create table statements

    "},"Classes/GPKGConstraintTypes.html":{"name":"GPKGConstraintTypes","abstract":"

    Undocumented

    "},"Classes/GPKGConstraints.html":{"name":"GPKGConstraints","abstract":"

    User table or column constraints

    "},"Classes/GPKGRawConstraint.html":{"name":"GPKGRawConstraint","abstract":"

    Table raw or unparsed constraint

    "},"Classes/GPKGTableColumn.html":{"name":"GPKGTableColumn","abstract":"

    Table Column from Table Info

    "},"Classes/GPKGTableConstraints.html":{"name":"GPKGTableConstraints","abstract":"

    Table Constraints including column constraint

    "},"Classes/GPKGTableInfo.html":{"name":"GPKGTableInfo","abstract":"

    Table Info queries (table_info)

    "},"Classes/GPKGUniqueConstraint.html":{"name":"GPKGUniqueConstraint","abstract":"

    Table unique constraint for one or more columns

    "},"Classes.html#/c:objc(cs)GPKGDgiwgConstants":{"name":"GPKGDgiwgConstants","abstract":"

    DGIWG (Defence Geospatial Information Working Group) Constants

    "},"Classes/GPKGDgiwgCoordinateReferenceSystems.html":{"name":"GPKGDgiwgCoordinateReferenceSystems","abstract":"

    Coordinate Reference Systems

    "},"Classes/GPKGDgiwgDataTypes.html":{"name":"GPKGDgiwgDataTypes","abstract":"

    Undocumented

    "},"Classes/GPKGDgiwgFile.html":{"name":"GPKGDgiwgFile","abstract":"

    DGIWG (Defence Geospatial Information Working Group) GeoPackage File

    "},"Classes/GPKGDgiwgFileName.html":{"name":"GPKGDgiwgFileName","abstract":"

    DGIWG (Defence Geospatial Information Working Group) GeoPackage File Name

    "},"Classes/GPKGDgiwgGeoPackage.html":{"name":"GPKGDgiwgGeoPackage","abstract":"

    DGIWG (Defence Geospatial Information Working Group) GeoPackage"},"Classes/GPKGDgiwgGeoPackageFactory.html":{"name":"GPKGDgiwgGeoPackageFactory","abstract":"

    DGIWG GeoPackage Factory to get a DGIWG GeoPackage Manager

    "},"Classes/GPKGDgiwgGeoPackageManager.html":{"name":"GPKGDgiwgGeoPackageManager","abstract":"

    DGIWG (Defence Geospatial Information Working Group) GeoPackage Manager used"},"Classes/GPKGDgiwgMetadata.html":{"name":"GPKGDgiwgMetadata","abstract":"

    DGIWG (Defence Geospatial Information Working Group) Metadata utilities

    "},"Classes/GPKGDgiwgRequirements.html":{"name":"GPKGDgiwgRequirements","abstract":"

    Undocumented

    "},"Classes/GPKGDgiwgUtils.html":{"name":"GPKGDgiwgUtils","abstract":"

    DGIWG (Defence Geospatial Information Working Group) GeoPackage utilities

    "},"Classes/GPKGDgiwgValidate.html":{"name":"GPKGDgiwgValidate","abstract":"

    Performs DGIWG (Defence Geospatial Information Working Group) GeoPackage"},"Classes/GPKGDgiwgValidationError.html":{"name":"GPKGDgiwgValidationError","abstract":"

    DGIWG (Defence Geospatial Information Working Group) validation error

    "},"Classes/GPKGDgiwgValidationErrors.html":{"name":"GPKGDgiwgValidationErrors","abstract":"

    DGIWG (Defence Geospatial Information Working Group) validation errors

    "},"Classes/GPKGDgiwgValidationKey.html":{"name":"GPKGDgiwgValidationKey","abstract":"

    DGIWG (Defence Geospatial Information Working Group) validation primary key"},"Classes/GPKGDgiwgWellKnownText.html":{"name":"GPKGDgiwgWellKnownText","abstract":"

    DGIWG (Defence Geospatial Information Working Group) Well-Known Text"},"Classes/GPKGUTMZone.html":{"name":"GPKGUTMZone","abstract":"

    UTM Zone utilities

    "},"Classes/GPKGBaseExtension.html":{"name":"GPKGBaseExtension","abstract":"

    Abstract base GeoPackage extension

    "},"Classes/GPKGCrsWktExtension.html":{"name":"GPKGCrsWktExtension","abstract":"

    OGC Well known text representation of Coordinate Reference Systems extension"},"Classes/GPKGCrsWktExtensionVersions.html":{"name":"GPKGCrsWktExtensionVersions","abstract":"

    OGC Well known text representation of Coordinate Reference Systems extension"},"Classes/GPKGExtensionManagement.html":{"name":"GPKGExtensionManagement","abstract":"

    Extension Management for deleting and copying extensions

    "},"Classes/GPKGExtensionManager.html":{"name":"GPKGExtensionManager","abstract":"

    GeoPackage Extension Manager for deleting and copying extensions

    "},"Classes/GPKGExtensions.html":{"name":"GPKGExtensions","abstract":"

    Indicates that a particular extension applies to a GeoPackage, a table in a"},"Classes/GPKGExtensionsDao.html":{"name":"GPKGExtensionsDao","abstract":"

    Extensions Data Access Object

    "},"Classes/GPKGGeometryExtensions.html":{"name":"GPKGGeometryExtensions","abstract":"

    Geometry Extensions utility methods and constants"},"Classes/GPKGWebPExtension.html":{"name":"GPKGWebPExtension","abstract":"

    WebP Extension"},"Classes/GPKGZoomOtherExtension.html":{"name":"GPKGZoomOtherExtension","abstract":"

    Zoom Other Intervals extension"},"Classes/GPKGCoverageData.html":{"name":"GPKGCoverageData","abstract":"

    Tiled Gridded Coverage Data, Common Encoding, Extension"},"Classes/GPKGCoverageDataAlgorithms.html":{"name":"GPKGCoverageDataAlgorithms","abstract":"

    Undocumented

    "},"Classes/GPKGCoverageDataPng.html":{"name":"GPKGCoverageDataPng","abstract":"

    Tiled Gridded Coverage Data, PNG Encoding, Extension

    "},"Classes/GPKGCoverageDataPngImage.html":{"name":"GPKGCoverageDataPngImage","abstract":"

    Coverage Data PNG image

    "},"Classes/GPKGCoverageDataRequest.html":{"name":"GPKGCoverageDataRequest","abstract":"

    Coverage Data request to retrieve coverage data values for a point or bounding box

    "},"Classes/GPKGCoverageDataResults.html":{"name":"GPKGCoverageDataResults","abstract":"

    Tiled Gridded Coverage Data results containing the coverage values from a"},"Classes/GPKGCoverageDataSourcePixel.html":{"name":"GPKGCoverageDataSourcePixel","abstract":"

    Contains values relevant to a source pixel location when finding a coverage data value

    "},"Classes/GPKGCoverageDataTiff.html":{"name":"GPKGCoverageDataTiff","abstract":"

    Tiled Gridded Coverage Data, TIFF Encoding, Extension

    "},"Classes/GPKGCoverageDataTiffImage.html":{"name":"GPKGCoverageDataTiffImage","abstract":"

    Coverage Data TIFF image

    "},"Classes/GPKGCoverageDataTileMatrixResults.html":{"name":"GPKGCoverageDataTileMatrixResults","abstract":"

    Coverage Data Tile Matrix results including the coverage data tile results"},"Classes/GPKGGriddedCoverage.html":{"name":"GPKGGriddedCoverage","abstract":"

    Gridded Coverage object

    "},"Classes/GPKGGriddedCoverageDao.html":{"name":"GPKGGriddedCoverageDao","abstract":"

    Gridded Coverage Data Access Object

    "},"Classes/GPKGGriddedCoverageDataTypes.html":{"name":"GPKGGriddedCoverageDataTypes","abstract":"

    Undocumented

    "},"Classes/GPKGGriddedCoverageEncodingTypes.html":{"name":"GPKGGriddedCoverageEncodingTypes","abstract":"

    Undocumented

    "},"Classes/GPKGGriddedTile.html":{"name":"GPKGGriddedTile","abstract":"

    Gridded Tile object

    "},"Classes/GPKGGriddedTileDao.html":{"name":"GPKGGriddedTileDao","abstract":"

    Gridded Tile Data Access Object

    "},"Classes/GPKGMetadata.html":{"name":"GPKGMetadata","abstract":"

    Contains metadata in MIME encodings structured in accordance with any"},"Classes/GPKGMetadataDao.html":{"name":"GPKGMetadataDao","abstract":"

    Metadata Data Access Object

    "},"Classes/GPKGMetadataExtension.html":{"name":"GPKGMetadataExtension","abstract":"

    Metadata extension"},"Classes/GPKGMetadataScope.html":{"name":"GPKGMetadataScope","abstract":"

    Metadata Scopes as defined in spec Table 16. Metadata Scopes

    "},"Classes/GPKGMetadataReference.html":{"name":"GPKGMetadataReference","abstract":"

    Links metadata in the gpkg_metadata table to data in the feature, and tiles"},"Classes/GPKGMetadataReferenceDao.html":{"name":"GPKGMetadataReferenceDao","abstract":"

    Metadata Reference Data Access Object

    "},"Classes/GPKGNGAExtensions.html":{"name":"GPKGNGAExtensions","abstract":"

    NGA extensions"},"Classes.html#/c:objc(cs)GPKGNGATableCreator":{"name":"GPKGNGATableCreator","abstract":"

    Executes database scripts to create NGA Extension GeoPackage tables

    "},"Classes/GPKGContentsId.html":{"name":"GPKGContentsId","abstract":"

    Contents Id object, for maintaining a unique identifier for contents tables

    "},"Classes/GPKGContentsIdDao.html":{"name":"GPKGContentsIdDao","abstract":"

    Contents Id Data Access Object

    "},"Classes/GPKGContentsIdExtension.html":{"name":"GPKGContentsIdExtension","abstract":"

    This extension assigns a unique integer identifier to tables defined in the"},"Classes/GPKGContentsIdTableCreator.html":{"name":"GPKGContentsIdTableCreator","abstract":"

    Contents Id Extension Table Creator

    "},"Classes/GPKGFeatureTableIndex.html":{"name":"GPKGFeatureTableIndex","abstract":"

    Feature Table Index NGA Extension implementation. This extension is used to"},"Classes/GPKGGeometryIndex.html":{"name":"GPKGGeometryIndex","abstract":"

    Geometry Index object, for indexing geometries within user feature tables

    "},"Classes/GPKGGeometryIndexDao.html":{"name":"GPKGGeometryIndexDao","abstract":"

    Geometry Index Data Access Object

    "},"Classes/GPKGGeometryIndexTableCreator.html":{"name":"GPKGGeometryIndexTableCreator","abstract":"

    Geometry Index Extension Table Creator

    "},"Classes/GPKGTableIndex.html":{"name":"GPKGTableIndex","abstract":"

    Table Index object, for indexing data within user tables

    "},"Classes/GPKGTableIndexDao.html":{"name":"GPKGTableIndexDao","abstract":"

    Table Index Data Access Object

    "},"Classes/GPKGFeatureTileLink.html":{"name":"GPKGFeatureTileLink","abstract":"

    Feature Tile Link object, for linking a feature and tile table together

    "},"Classes/GPKGFeatureTileLinkDao.html":{"name":"GPKGFeatureTileLinkDao","abstract":"

    Feature Tile Link Data Access Object

    "},"Classes/GPKGFeatureTileLinkTableCreator.html":{"name":"GPKGFeatureTileLinkTableCreator","abstract":"

    Feature Tile Link Extension Table Creator

    "},"Classes/GPKGFeatureTileTableLinker.html":{"name":"GPKGFeatureTileTableLinker","abstract":"

    Feature Tile Table linker, used to link feature and tile tables"},"Classes/GPKGPropertiesExtension.html":{"name":"GPKGPropertiesExtension","abstract":"

    GeoPackage properties extension for defining GeoPackage specific"},"Classes/GPKGPropertiesManager.html":{"name":"GPKGPropertiesManager","abstract":"

    Undocumented

    "},"Classes.html#/c:objc(cs)GPKGPropertyNames":{"name":"GPKGPropertyNames","abstract":"

    Undocumented

    "},"Classes/GPKGTileScaling.html":{"name":"GPKGTileScaling","abstract":"

    Tile Scaling object, for scaling tiles from nearby zoom levels for missing"},"Classes/GPKGTileScalingDao.html":{"name":"GPKGTileScalingDao","abstract":"

    Tile Scaling Data Access Object

    "},"Classes/GPKGTileScalingTableCreator.html":{"name":"GPKGTileScalingTableCreator","abstract":"

    Tile Scaling Extension Table Creator

    "},"Classes/GPKGTileScalingTypes.html":{"name":"GPKGTileScalingTypes","abstract":"

    Undocumented

    "},"Classes/GPKGTileTableScaling.html":{"name":"GPKGTileTableScaling","abstract":"

    Abstract Tile Table Scaling, for scaling tiles from nearby zoom levels for"},"Classes/GPKGFeatureStyle.html":{"name":"GPKGFeatureStyle","abstract":"

    Feature Style, including a style and icon, for a single feature geometry

    "},"Classes/GPKGFeatureStyleExtension.html":{"name":"GPKGFeatureStyleExtension","abstract":"

    Feature Style extension"},"Classes/GPKGFeatureStyles.html":{"name":"GPKGFeatureStyles","abstract":"

    Feature Styles, including styles and icons, for a single feature geometry or"},"Classes/GPKGFeatureTableStyles.html":{"name":"GPKGFeatureTableStyles","abstract":"

    Feature Table Styles, styles and icons for an individual feature table

    "},"Classes/GPKGIconCache.html":{"name":"GPKGIconCache","abstract":"

    Icon Cache of icon images

    "},"Classes/GPKGIconDao.html":{"name":"GPKGIconDao","abstract":"

    Icon DAO for reading icon tables

    "},"Classes/GPKGIconRow.html":{"name":"GPKGIconRow","abstract":"

    Icon Row containing the values from a single result set row

    "},"Classes/GPKGIconTable.html":{"name":"GPKGIconTable","abstract":"

    Icon Table

    "},"Classes/GPKGIcons.html":{"name":"GPKGIcons","abstract":"

    Icons for a single feature geometry or feature table default

    "},"Classes/GPKGStyleDao.html":{"name":"GPKGStyleDao","abstract":"

    Style DAO for reading style tables

    "},"Classes/GPKGStyleMappingDao.html":{"name":"GPKGStyleMappingDao","abstract":"

    Style Mapping DAO for reading style mapping data tables

    "},"Classes/GPKGStyleMappingRow.html":{"name":"GPKGStyleMappingRow","abstract":"

    Style Mapping Row containing the values from a single result set row

    "},"Classes/GPKGStyleMappingTable.html":{"name":"GPKGStyleMappingTable","abstract":"

    Feature Style mapping table

    "},"Classes/GPKGStyleRow.html":{"name":"GPKGStyleRow","abstract":"

    Style Row containing the values from a single result set row

    "},"Classes/GPKGStyleTable.html":{"name":"GPKGStyleTable","abstract":"

    Style Table

    "},"Classes/GPKGStyles.html":{"name":"GPKGStyles","abstract":"

    Styles for a single feature geometry or feature table default

    "},"Classes/GPKGExtendedRelation.html":{"name":"GPKGExtendedRelation","abstract":"

    Describes the relationships between a base table, a related data table, and a mapping table

    "},"Classes/GPKGExtendedRelationsDao.html":{"name":"GPKGExtendedRelationsDao","abstract":"

    Extended Relations Data Access Object

    "},"Classes/GPKGRelatedTablesExtension.html":{"name":"GPKGRelatedTablesExtension","abstract":"

    Related Tables extension"},"Classes/GPKGRelationTypes.html":{"name":"GPKGRelationTypes","abstract":"

    Undocumented

    "},"Classes/GPKGUserMappingDao.html":{"name":"GPKGUserMappingDao","abstract":"

    User Mapping DAO for reading user mapping data tables

    "},"Classes/GPKGUserMappingRow.html":{"name":"GPKGUserMappingRow","abstract":"

    User Mapping Row containing the values from a single result set row

    "},"Classes/GPKGUserMappingTable.html":{"name":"GPKGUserMappingTable","abstract":"

    Contains user mapping table factory and utility methods

    "},"Classes/GPKGUserRelatedTable.html":{"name":"GPKGUserRelatedTable","abstract":"

    User Defined Related Table

    "},"Classes/GPKGDublinCoreMetadata.html":{"name":"GPKGDublinCoreMetadata","abstract":"

    Dublin Core Metadata Initiative

    "},"Classes/GPKGDublinCoreTypes.html":{"name":"GPKGDublinCoreTypes","abstract":"

    Undocumented

    "},"Classes/GPKGMediaDao.html":{"name":"GPKGMediaDao","abstract":"

    User Media DAO for reading user media data tables

    "},"Classes/GPKGMediaRow.html":{"name":"GPKGMediaRow","abstract":"

    User Media Row containing the values from a single result set row

    "},"Classes/GPKGMediaTable.html":{"name":"GPKGMediaTable","abstract":"

    Media Requirements Class User-Defined Related Data Table

    "},"Classes/GPKGMediaTableMetadata.html":{"name":"GPKGMediaTableMetadata","abstract":"

    Media Table Metadata for defining table creation information

    "},"Classes/GPKGSimpleAttributesDao.html":{"name":"GPKGSimpleAttributesDao","abstract":"

    User Simple Attributes DAO for reading user simple attributes data tables

    "},"Classes/GPKGSimpleAttributesRow.html":{"name":"GPKGSimpleAttributesRow","abstract":"

    User Simple Attributes Row containing the values from a single result set row

    "},"Classes/GPKGSimpleAttributesTable.html":{"name":"GPKGSimpleAttributesTable","abstract":"

    Simple Attributes Requirements Class User-Defined Related Data Table

    "},"Classes/GPKGSimpleAttributesTableMetadata.html":{"name":"GPKGSimpleAttributesTableMetadata","abstract":"

    Simple Attributes Table Metadata for defining table creation information

    "},"Classes/GPKGFeatureIndexRTreeResults.html":{"name":"GPKGFeatureIndexRTreeResults","abstract":"

    Iterable Feature Index Results to iterate on feature rows retrieved from"},"Classes/GPKGRTreeIndexExtension.html":{"name":"GPKGRTreeIndexExtension","abstract":"

    RTree Index Extension"},"Classes/GPKGRTreeIndexTableDao.html":{"name":"GPKGRTreeIndexTableDao","abstract":"

    Undocumented

    "},"Classes/GPKGRTreeIndexTableRow.html":{"name":"GPKGRTreeIndexTableRow","abstract":"

    Undocumented

    "},"Classes/GPKGSchemaExtension.html":{"name":"GPKGSchemaExtension","abstract":"

    Schema extension"},"Classes/GPKGDataColumns.html":{"name":"GPKGDataColumns","abstract":"

    Stores minimal application schema identifying, descriptive and MIME type"},"Classes/GPKGDataColumnsDao.html":{"name":"GPKGDataColumnsDao","abstract":"

    Data Columns Data Access Object

    "},"Classes/GPKGDataColumnConstraints.html":{"name":"GPKGDataColumnConstraints","abstract":"

    Contains data to specify restrictions on basic data type column values

    "},"Classes/GPKGDataColumnConstraintsDao.html":{"name":"GPKGDataColumnConstraintsDao","abstract":"

    Data Column Constraints Data Access Object

    "},"Classes/GPKGFeatureGenerator.html":{"name":"GPKGFeatureGenerator","abstract":"

    Feature Generator

    "},"Classes/GPKGOAPIFeatureGenerator.html":{"name":"GPKGOAPIFeatureGenerator","abstract":"

    OGC API Features Generator

    "},"Classes/GPKGGeometryColumns.html":{"name":"GPKGGeometryColumns","abstract":"

    Geometry Columns object. Identifies the geometry columns in tables that"},"Classes/GPKGGeometryColumnsDao.html":{"name":"GPKGGeometryColumnsDao","abstract":"

    Geometry Columns Data Access Object

    "},"Classes/GPKGFeatureIndexFeatureResults.html":{"name":"GPKGFeatureIndexFeatureResults","abstract":"

    Iterable Feature Index Results to iterate on feature results from a feature"},"Classes/GPKGFeatureIndexGeoPackageResults.html":{"name":"GPKGFeatureIndexGeoPackageResults","abstract":"

    Feature Index Results to enumerate on feature rows"},"Classes/GPKGFeatureIndexListResults.html":{"name":"GPKGFeatureIndexListResults","abstract":"

    Feature Index Results Feature Row list implementation

    "},"Classes/GPKGFeatureIndexLocation.html":{"name":"GPKGFeatureIndexLocation","abstract":"

    Feature Index Location to iterate over indexed feature index types

    "},"Classes/GPKGFeatureIndexManager.html":{"name":"GPKGFeatureIndexManager","abstract":"

    Feature Index Manager to manage indexing of feature geometries in both Android metadata and"},"Classes/GPKGFeatureIndexMetadataResults.html":{"name":"GPKGFeatureIndexMetadataResults","abstract":"

    Feature Index Results to enumerate on feature rows"},"Classes/GPKGFeatureIndexResultSetResults.html":{"name":"GPKGFeatureIndexResultSetResults","abstract":"

    Feature Index Results Result Set implementation

    "},"Classes/GPKGFeatureIndexResults.html":{"name":"GPKGFeatureIndexResults","abstract":"

    Feature Index Results fast enumeration to iterate on feature rows in a for loop

    "},"Classes/GPKGFeatureIndexTypes.html":{"name":"GPKGFeatureIndexTypes","abstract":"

    Undocumented

    "},"Classes/GPKGMultipleFeatureIndexResults.html":{"name":"GPKGMultipleFeatureIndexResults","abstract":"

    Iterable Feature Index Results to iterate on feature rows from a combination of multiple"},"Classes/GPKGFeatureCache.html":{"name":"GPKGFeatureCache","abstract":"

    Feature Row Cache for a single feature table

    "},"Classes/GPKGFeatureCacheTables.html":{"name":"GPKGFeatureCacheTables","abstract":"

    Feature Row Cache for multiple feature tables in a single GeoPackage

    "},"Classes/GPKGFeatureColumn.html":{"name":"GPKGFeatureColumn","abstract":"

    Feature column

    "},"Classes/GPKGFeatureColumns.html":{"name":"GPKGFeatureColumns","abstract":"

    Collection of feature columns

    "},"Classes/GPKGFeatureDao.html":{"name":"GPKGFeatureDao","abstract":"

    Feature DAO for reading feature user data tables

    "},"Classes/GPKGFeatureRow.html":{"name":"GPKGFeatureRow","abstract":"

    Feature Row containing the values from a single result set row

    "},"Classes/GPKGFeatureTable.html":{"name":"GPKGFeatureTable","abstract":"

    Represents a user feature table

    "},"Classes/GPKGFeatureTableMetadata.html":{"name":"GPKGFeatureTableMetadata","abstract":"

    Feature Table Metadata for defining table creation information

    "},"Classes/GPKGFeatureTableReader.html":{"name":"GPKGFeatureTableReader","abstract":"

    Reads the metadata from an existing feature table

    "},"Classes/GPKGManualFeatureQuery.html":{"name":"GPKGManualFeatureQuery","abstract":"

    Performs manual brute force queries against feature rows"},"Classes/GPKGManualFeatureQueryResults.html":{"name":"GPKGManualFeatureQueryResults","abstract":"

    Manual Feature Query Results which includes the ids used to read each row

    "},"Classes/GPKGGeometryCrop.html":{"name":"GPKGGeometryCrop","abstract":"

    Geometry Crop utilities

    "},"Classes/GPKGGeometryData.html":{"name":"GPKGGeometryData","abstract":"

    GeoPackage Geometry Data

    "},"Classes/GPKGGeometryUtils.html":{"name":"GPKGGeometryUtils","abstract":"

    Geometry Utilities

    "},"Classes/GPKGFeatureShape.html":{"name":"GPKGFeatureShape","abstract":"

    Undocumented

    "},"Classes/GPKGFeatureShapes.html":{"name":"GPKGFeatureShapes","abstract":"

    Mantains a collection of feature map shapes by database, table name, and feature id

    "},"Classes/GPKGLocationBoundingBox.html":{"name":"GPKGLocationBoundingBox","abstract":"

    Location Bounding Box, contains left, up, right, and down coordinates

    "},"Classes/GPKGMapPoint.html":{"name":"GPKGMapPoint","abstract":"

    Map point annotation

    "},"Classes/GPKGMapPointOptions.html":{"name":"GPKGMapPointOptions","abstract":"

    Map Point options including style and atributes

    "},"Classes/GPKGMapShape.html":{"name":"GPKGMapShape","abstract":"

    Map shape object

    "},"Classes/GPKGMapShapeConverter.html":{"name":"GPKGMapShapeConverter","abstract":"

    Provides conversion methods between Well-Known Binary geometry objects and Map shapes. Includes adding shapes to map view functionality.

    "},"Classes/GPKGMapShapePoints.html":{"name":"GPKGMapShapePoints","abstract":"

    Map Shape with map points and corresponding shape point objects

    "},"Classes/GPKGMapShapeTypes.html":{"name":"GPKGMapShapeTypes","abstract":"

    Undocumented

    "},"Classes/GPKGMultiPoint.html":{"name":"GPKGMultiPoint","abstract":"

    Multi point shape

    "},"Classes/GPKGMultiPolygon.html":{"name":"GPKGMultiPolygon","abstract":"

    Multi polygon shape

    "},"Classes/GPKGMultiPolygonPoints.html":{"name":"GPKGMultiPolygonPoints","abstract":"

    Multiple Polygon Points shape

    "},"Classes/GPKGMultiPolyline.html":{"name":"GPKGMultiPolyline","abstract":"

    Multi polyline shape

    "},"Classes/GPKGMultiPolylinePoints.html":{"name":"GPKGMultiPolylinePoints","abstract":"

    Multiple Polyline Points shape

    "},"Classes/GPKGPolygon.html":{"name":"GPKGPolygon","abstract":"

    MapKit Polygon with Style Options

    "},"Classes/GPKGPolygonHolePoints.html":{"name":"GPKGPolygonHolePoints","abstract":"

    Polygon hole points shape

    "},"Classes/GPKGPolygonOptions.html":{"name":"GPKGPolygonOptions","abstract":"

    Polygon Style Options

    "},"Classes.html#/c:objc(cs)GPKGPolygonOrientations":{"name":"GPKGPolygonOrientations","abstract":"

    Undocumented

    "},"Classes/GPKGPolygonPoints.html":{"name":"GPKGPolygonPoints","abstract":"

    Polygon points shape

    "},"Classes/GPKGPolyline.html":{"name":"GPKGPolyline","abstract":"

    MapKit Polyline with Style Options

    "},"Classes/GPKGPolylineOptions.html":{"name":"GPKGPolylineOptions","abstract":"

    Polyline Style Options

    "},"Classes/GPKGPolylinePoints.html":{"name":"GPKGPolylinePoints","abstract":"

    Polyline points shape

    "},"Classes/GPKGCompressFormats.html":{"name":"GPKGCompressFormats","abstract":"

    Undocumented

    "},"Classes/GPKGIOUtils.html":{"name":"GPKGIOUtils","abstract":"

    Undocumented

    "},"Classes/GPKGImageConverter.html":{"name":"GPKGImageConverter","abstract":"

    Conversions between images and image byte data

    "},"Classes/GPKGNetworkUtils.html":{"name":"GPKGNetworkUtils","abstract":"

    Network Utilities

    "},"Classes/GPKGMapTolerance.html":{"name":"GPKGMapTolerance","abstract":"

    Map tolerance values distance and screen distances

    "},"Classes/GPKGMapUtils.html":{"name":"GPKGMapUtils","abstract":"

    Map utility methods

    "},"Classes/GPKGFeatureInfoBuilder.html":{"name":"GPKGFeatureInfoBuilder","abstract":"

    Undocumented

    "},"Classes/GPKGStyleCache.html":{"name":"GPKGStyleCache","abstract":"

    Style utilities for populating points and shapes. Caches icons for a single GeoPackage

    "},"Classes/GPKGStyleUtils.html":{"name":"GPKGStyleUtils","abstract":"

    Style utilities for populating points and shapes

    "},"Classes/GPKGProperties.html":{"name":"GPKGProperties","abstract":"

    GeoPackage property loader

    "},"Classes.html#/c:objc(cs)GPKGPropertyConstants":{"name":"GPKGPropertyConstants","abstract":"

    Undocumented

    "},"Classes/GPKGSpatialReferenceSystem.html":{"name":"GPKGSpatialReferenceSystem","abstract":"

    Spatial Reference System object. The coordinate reference system definitions"},"Classes/GPKGSpatialReferenceSystemDao.html":{"name":"GPKGSpatialReferenceSystemDao","abstract":"

    Spatial Reference System Data Access Object

    "},"Classes/GPKGPixelBounds.html":{"name":"GPKGPixelBounds","abstract":"

    Expanded pixel bounds from a point or location. Stored in directional left,"},"Classes/GPKGTileBoundingBoxUtils.html":{"name":"GPKGTileBoundingBoxUtils","abstract":"

    Tile Bounding Box utility methods

    "},"Classes/GPKGTileGenerator.html":{"name":"GPKGTileGenerator","abstract":"

    Creates a set of tiles within a GeoPackage

    "},"Classes/GPKGTileGrid.html":{"name":"GPKGTileGrid","abstract":"

    Tile grid with x and y ranges

    "},"Classes/GPKGTileUtils.html":{"name":"GPKGTileUtils","abstract":"

    Tile utilities and constants

    "},"Classes/GPKGUrlTileGenerator.html":{"name":"GPKGUrlTileGenerator","abstract":"

    Creates a set of tiles within a GeoPackage by downloading the tiles from a URL

    "},"Classes/GPKGFeaturePreview.html":{"name":"GPKGFeaturePreview","abstract":"

    Undocumented

    "},"Classes/GPKGFeatureTileContext.html":{"name":"GPKGFeatureTileContext","abstract":"

    Feature Tile Context for creating layered tiles to draw ordered features."},"Classes/GPKGFeatureTileGenerator.html":{"name":"GPKGFeatureTileGenerator","abstract":"

    Creates a set of tiles within a GeoPackage by generating tiles from features

    "},"Classes/GPKGFeatureTilePointIcon.html":{"name":"GPKGFeatureTilePointIcon","abstract":"

    Point icon in place of a drawn circle

    "},"Classes/GPKGFeatureTiles.html":{"name":"GPKGFeatureTiles","abstract":"

    Tiles drawn from or linked to features. Used to query features and optionally draw tiles"},"Classes/GPKGNumberFeaturesTile.html":{"name":"GPKGNumberFeaturesTile","abstract":"

    Draws a tile indicating the number of features that exist within the tile, visible when zoomed"},"Classes/GPKGTileMatrix.html":{"name":"GPKGTileMatrix","abstract":"

    Tile Matrix object. Documents the structure of the tile matrix at each zoom"},"Classes/GPKGTileMatrixDao.html":{"name":"GPKGTileMatrixDao","abstract":"

    Tile Matrix Data Access Object

    "},"Classes/GPKGTileMatrixSet.html":{"name":"GPKGTileMatrixSet","abstract":"

    Tile Matrix Set object. Defines the minimum bounding box (min_x, min_y,"},"Classes/GPKGTileMatrixSetDao.html":{"name":"GPKGTileMatrixSetDao","abstract":"

    Tile Matrix Set Data Access Object

    "},"Classes/GPKGBoundedOverlay.html":{"name":"GPKGBoundedOverlay","abstract":"

    Abstract overlay which provides bounding returned tiles by zoom levels and/or a bounding box

    "},"Classes/GPKGCompositeOverlay.html":{"name":"GPKGCompositeOverlay","abstract":"

    Composite overlay comprised of multiple overlays, checking each in order for a tile

    "},"Classes/GPKGFeatureOverlay.html":{"name":"GPKGFeatureOverlay","abstract":"

    Feature Tile Overlay which draws tiles from a feature table

    "},"Classes/GPKGFeatureOverlayQuery.html":{"name":"GPKGFeatureOverlayQuery","abstract":"

    Used to query the features represented by tiles, either being drawn from or linked to the features

    "},"Classes/GPKGFeatureRowData.html":{"name":"GPKGFeatureRowData","abstract":"

    Represents the values of a single feature row

    "},"Classes/GPKGFeatureTableData.html":{"name":"GPKGFeatureTableData","abstract":"

    Represents a collection of rows from a feature table

    "},"Classes/GPKGGeoPackageOverlay.html":{"name":"GPKGGeoPackageOverlay","abstract":"

    GeoPackage Tile Overlay

    "},"Classes/GPKGOverlayFactory.html":{"name":"GPKGOverlayFactory","abstract":"

    Get a tile provider for the Tile DAO

    "},"Classes/GPKGXYZOverlay.html":{"name":"GPKGXYZOverlay","abstract":"

    XYZ Overlay, assumes XYZ tiles

    "},"Classes/GPKGPlatteCarreOptimize.html":{"name":"GPKGPlatteCarreOptimize","abstract":"

    Platte Carre (WGS84) XYZ tiling optimizations

    "},"Classes/GPKGTileReprojection.html":{"name":"GPKGTileReprojection","abstract":"

    Tile Reprojection for reprojecting an existing tile table

    "},"Classes/GPKGTileReprojectionOptimize.html":{"name":"GPKGTileReprojectionOptimize","abstract":"

    Tile Reprojection Optimizations

    "},"Classes/GPKGTileReprojectionZoom.html":{"name":"GPKGTileReprojectionZoom","abstract":"

    Optional Tile Reprojection configuration for a zoom level

    "},"Classes/GPKGWebMercatorOptimize.html":{"name":"GPKGWebMercatorOptimize","abstract":"

    Web Mercator XYZ tiling optimizations

    "},"Classes/GPKGGeoPackageTile.html":{"name":"GPKGGeoPackageTile","abstract":"

    GeoPackage tile wrapper containing tile dimensions and raw image data

    "},"Classes/GPKGGeoPackageTileRetriever.html":{"name":"GPKGGeoPackageTileRetriever","abstract":"

    GeoPackage Tile Retriever, retrieves a tile from a GeoPackage from XYZ coordinates

    "},"Classes/GPKGTileCreator.html":{"name":"GPKGTileCreator","abstract":"

    Undocumented

    "},"Classes/GPKGXYZTileRetriever.html":{"name":"GPKGXYZTileRetriever","abstract":"

    XYZ Tile Retriever, assumes XYZ tiles

    "},"Classes/GPKGTileColumn.html":{"name":"GPKGTileColumn","abstract":"

    Tile column

    "},"Classes/GPKGTileColumns.html":{"name":"GPKGTileColumns","abstract":"

    Collection of tile columns

    "},"Classes/GPKGTileDao.html":{"name":"GPKGTileDao","abstract":"

    Tile DAO for reading tile user tables

    "},"Classes/GPKGTileDaoUtils.html":{"name":"GPKGTileDaoUtils","abstract":"

    Tile Data Access Object utilities

    "},"Classes/GPKGTileRow.html":{"name":"GPKGTileRow","abstract":"

    Tile Row containing the values from a single results row

    "},"Classes/GPKGTileTable.html":{"name":"GPKGTileTable","abstract":"

    Represents a user tile table

    "},"Classes/GPKGTileTableMetadata.html":{"name":"GPKGTileTableMetadata","abstract":"

    Tile Table Metadata for defining table creation information

    "},"Classes/GPKGTileTableReader.html":{"name":"GPKGTileTableReader","abstract":"

    Reads the metadata from an existing tile table

    "},"Classes/GPKGContentValues.html":{"name":"GPKGContentValues","abstract":"

    Content Values mapping between columns and values

    "},"Classes/GPKGRowPaginatedResults.html":{"name":"GPKGRowPaginatedResults","abstract":"

    Paginated Row Results for iterating and querying through chunks

    "},"Classes/GPKGRowResultSet.html":{"name":"GPKGRowResultSet","abstract":"

    User Row wrapped Result set

    "},"Classes/GPKGUserColumn.html":{"name":"GPKGUserColumn","abstract":"

    Metadata about a single column from a user table

    "},"Classes/GPKGUserColumns.html":{"name":"GPKGUserColumns","abstract":"

    Abstract collection of columns from a user table, representing a full set of"},"Classes/GPKGUserDao.html":{"name":"GPKGUserDao","abstract":"

    Abstract User DAO for reading user tables

    "},"Classes/GPKGUserRow.html":{"name":"GPKGUserRow","abstract":"

    User Row containing the values from a single result row

    "},"Classes/GPKGUserRowSync.html":{"name":"GPKGUserRowSync","abstract":"

    User Row Sync to support sharing a single user row read copy when multiple"},"Classes/GPKGUserTable.html":{"name":"GPKGUserTable","abstract":"

    Abstract user table

    "},"Classes/GPKGUserTableMetadata.html":{"name":"GPKGUserTableMetadata","abstract":"

    User Table Metadata for defining table creation information

    "},"Classes/GPKGUserTableReader.html":{"name":"GPKGUserTableReader","abstract":"

    Reads the metadata from an existing user table

    "},"Classes/GPKGUserCustomColumn.html":{"name":"GPKGUserCustomColumn","abstract":"

    User Custom column

    "},"Classes/GPKGUserCustomColumns.html":{"name":"GPKGUserCustomColumns","abstract":"

    Collection of user custom columns

    "},"Classes/GPKGUserCustomDao.html":{"name":"GPKGUserCustomDao","abstract":"

    User Custom DAO for reading user custom data tables

    "},"Classes/GPKGUserCustomRow.html":{"name":"GPKGUserCustomRow","abstract":"

    User Custom Row containing the values from a single results row

    "},"Classes/GPKGUserCustomTable.html":{"name":"GPKGUserCustomTable","abstract":"

    Represents a user custom table

    "},"Classes/GPKGUserCustomTableReader.html":{"name":"GPKGUserCustomTableReader","abstract":"

    Reads the metadata from an existing user custom table

    "},"Classes/GPKGGeoPackageValidate.html":{"name":"GPKGGeoPackageValidate","abstract":"

    Performs GeoPackage validations

    "},"Classes.html":{"name":"Classes","abstract":"

    The following classes are available globally.

    "},"Constants.html":{"name":"Constants","abstract":"

    The following constants are available globally.

    "},"Enums.html":{"name":"Enumerations","abstract":"

    The following enumerations are available globally.

    "},"Protocols.html":{"name":"Protocols","abstract":"

    The following protocols are available globally.

    "},"Type%20Definitions.html":{"name":"Type Definitions","abstract":"

    The following type definitions are available globally.

    "},"Functions.html":{"name":"Functions","abstract":"

    The following functions are available globally.

    "},"Structs.html":{"name":"Structures","abstract":"

    The following structures are available globally.

    "}} \ No newline at end of file +{"Structs/GPKGBoundingBoxSize.html#/c:@S@GPKGBoundingBoxSize@FI@width":{"name":"width","abstract":"

    Undocumented

    ","parent_name":"GPKGBoundingBoxSize"},"Structs/GPKGBoundingBoxSize.html#/c:@S@GPKGBoundingBoxSize@FI@height":{"name":"height","abstract":"

    Undocumented

    ","parent_name":"GPKGBoundingBoxSize"},"Structs/PW_COEF.html#/c:@S@PW_COEF@FI@m":{"name":"m","abstract":"

    Undocumented

    ","parent_name":"PW_COEF"},"Structs/PW_COEF.html#/c:@S@PW_COEF@FI@c":{"name":"c","abstract":"

    Undocumented

    ","parent_name":"PW_COEF"},"Structs/_PJ_GridCatalog.html#/c:@S@_PJ_GridCatalog@FI@catalog_name":{"name":"catalog_name","abstract":"

    Undocumented

    ","parent_name":"_PJ_GridCatalog"},"Structs/_PJ_GridCatalog.html#/c:@S@_PJ_GridCatalog@FI@region":{"name":"region","abstract":"

    Undocumented

    ","parent_name":"_PJ_GridCatalog"},"Structs/_PJ_GridCatalog.html#/c:@S@_PJ_GridCatalog@FI@entry_count":{"name":"entry_count","abstract":"

    Undocumented

    ","parent_name":"_PJ_GridCatalog"},"Structs/_PJ_GridCatalog.html#/c:@S@_PJ_GridCatalog@FI@entries":{"name":"entries","abstract":"

    Undocumented

    ","parent_name":"_PJ_GridCatalog"},"Structs/_PJ_GridCatalog.html#/c:@S@_PJ_GridCatalog@FI@next":{"name":"next","abstract":"

    Undocumented

    ","parent_name":"_PJ_GridCatalog"},"Structs/_pj_gi.html#/c:@S@_pj_gi@FI@gridname":{"name":"gridname","abstract":"

    Undocumented

    ","parent_name":"_pj_gi"},"Structs/_pj_gi.html#/c:@S@_pj_gi@FI@filename":{"name":"filename","abstract":"

    Undocumented

    ","parent_name":"_pj_gi"},"Structs/_pj_gi.html#/c:@S@_pj_gi@FI@format":{"name":"format","abstract":"

    Undocumented

    ","parent_name":"_pj_gi"},"Structs/_pj_gi.html#/c:@S@_pj_gi@FI@grid_offset":{"name":"grid_offset","abstract":"

    Undocumented

    ","parent_name":"_pj_gi"},"Structs/_pj_gi.html#/c:@S@_pj_gi@FI@must_swap":{"name":"must_swap","abstract":"

    Undocumented

    ","parent_name":"_pj_gi"},"Structs/_pj_gi.html#/c:@S@_pj_gi@FI@ct":{"name":"ct","abstract":"

    Undocumented

    ","parent_name":"_pj_gi"},"Structs/_pj_gi.html#/c:@S@_pj_gi@FI@next":{"name":"next","abstract":"

    Undocumented

    ","parent_name":"_pj_gi"},"Structs/_pj_gi.html#/c:@S@_pj_gi@FI@child":{"name":"child","abstract":"

    Undocumented

    ","parent_name":"_pj_gi"},"Structs/CTABLE.html#/c:@S@CTABLE@FI@id":{"name":"id","abstract":"

    Undocumented

    ","parent_name":"CTABLE"},"Structs/CTABLE.html#/c:@S@CTABLE@FI@ll":{"name":"ll","abstract":"

    Undocumented

    ","parent_name":"CTABLE"},"Structs/CTABLE.html#/c:@S@CTABLE@FI@del":{"name":"del","abstract":"

    Undocumented

    ","parent_name":"CTABLE"},"Structs/CTABLE.html#/c:@S@CTABLE@FI@lim":{"name":"lim","abstract":"

    Undocumented

    ","parent_name":"CTABLE"},"Structs/CTABLE.html#/c:@S@CTABLE@FI@cvs":{"name":"cvs","abstract":"

    Undocumented

    ","parent_name":"CTABLE"},"Structs/ARG_list.html#/c:@S@ARG_list@FI@next":{"name":"next","abstract":"

    Undocumented

    ","parent_name":"ARG_list"},"Structs/ARG_list.html#/c:@S@ARG_list@FI@used":{"name":"used","abstract":"

    Undocumented

    ","parent_name":"ARG_list"},"Structs/ARG_list.html#/c:@S@ARG_list@FI@param":{"name":"param","abstract":"

    Undocumented

    ","parent_name":"ARG_list"},"Structs/FACTORS.html#/c:@S@FACTORS@FI@der":{"name":"der","abstract":"

    Undocumented

    ","parent_name":"FACTORS"},"Structs/FACTORS.html#/c:@S@FACTORS@FI@h":{"name":"h","abstract":"

    Undocumented

    ","parent_name":"FACTORS"},"Structs/FACTORS.html#/c:@S@FACTORS@FI@k":{"name":"k","abstract":"

    Undocumented

    ","parent_name":"FACTORS"},"Structs/FACTORS.html#/c:@S@FACTORS@FI@omega":{"name":"omega","abstract":"

    Undocumented

    ","parent_name":"FACTORS"},"Structs/FACTORS.html#/c:@S@FACTORS@FI@thetap":{"name":"thetap","abstract":"

    Undocumented

    ","parent_name":"FACTORS"},"Structs/FACTORS.html#/c:@S@FACTORS@FI@conv":{"name":"conv","abstract":"

    Undocumented

    ","parent_name":"FACTORS"},"Structs/FACTORS.html#/c:@S@FACTORS@FI@s":{"name":"s","abstract":"

    Undocumented

    ","parent_name":"FACTORS"},"Structs/FACTORS.html#/c:@S@FACTORS@FI@a":{"name":"a","abstract":"

    Undocumented

    ","parent_name":"FACTORS"},"Structs/FACTORS.html#/c:@S@FACTORS@FI@b":{"name":"b","abstract":"

    Undocumented

    ","parent_name":"FACTORS"},"Structs/FACTORS.html#/c:@S@FACTORS@FI@code":{"name":"code","abstract":"

    Undocumented

    ","parent_name":"FACTORS"},"Structs/DERIVS.html#/c:@S@DERIVS@FI@x_l":{"name":"x_l","abstract":"

    Undocumented

    ","parent_name":"DERIVS"},"Structs/DERIVS.html#/c:@S@DERIVS@FI@x_p":{"name":"x_p","abstract":"

    Undocumented

    ","parent_name":"DERIVS"},"Structs/DERIVS.html#/c:@S@DERIVS@FI@y_l":{"name":"y_l","abstract":"

    Undocumented

    ","parent_name":"DERIVS"},"Structs/DERIVS.html#/c:@S@DERIVS@FI@y_p":{"name":"y_p","abstract":"

    Undocumented

    ","parent_name":"DERIVS"},"Structs/PJ_PRIME_MERIDIANS.html#/c:@S@PJ_PRIME_MERIDIANS@FI@id":{"name":"id","abstract":"

    Undocumented

    ","parent_name":"PJ_PRIME_MERIDIANS"},"Structs/PJ_PRIME_MERIDIANS.html#/c:@S@PJ_PRIME_MERIDIANS@FI@defn":{"name":"defn","abstract":"

    Undocumented

    ","parent_name":"PJ_PRIME_MERIDIANS"},"Structs/PJ_DATUMS.html#/c:@S@PJ_DATUMS@FI@id":{"name":"id","abstract":"

    Undocumented

    ","parent_name":"PJ_DATUMS"},"Structs/PJ_DATUMS.html#/c:@S@PJ_DATUMS@FI@defn":{"name":"defn","abstract":"

    Undocumented

    ","parent_name":"PJ_DATUMS"},"Structs/PJ_DATUMS.html#/c:@S@PJ_DATUMS@FI@ellipse_id":{"name":"ellipse_id","abstract":"

    Undocumented

    ","parent_name":"PJ_DATUMS"},"Structs/PJ_DATUMS.html#/c:@S@PJ_DATUMS@FI@comments":{"name":"comments","abstract":"

    Undocumented

    ","parent_name":"PJ_DATUMS"},"Structs/PJ_UNITS.html#/c:@S@PJ_UNITS@FI@id":{"name":"id","abstract":"

    Undocumented

    ","parent_name":"PJ_UNITS"},"Structs/PJ_UNITS.html#/c:@S@PJ_UNITS@FI@to_meter":{"name":"to_meter","abstract":"

    Undocumented

    ","parent_name":"PJ_UNITS"},"Structs/PJ_UNITS.html#/c:@S@PJ_UNITS@FI@name":{"name":"name","abstract":"

    Undocumented

    ","parent_name":"PJ_UNITS"},"Structs/PJ_ELLPS.html#/c:@S@PJ_ELLPS@FI@id":{"name":"id","abstract":"

    Undocumented

    ","parent_name":"PJ_ELLPS"},"Structs/PJ_ELLPS.html#/c:@S@PJ_ELLPS@FI@major":{"name":"major","abstract":"

    Undocumented

    ","parent_name":"PJ_ELLPS"},"Structs/PJ_ELLPS.html#/c:@S@PJ_ELLPS@FI@ell":{"name":"ell","abstract":"

    Undocumented

    ","parent_name":"PJ_ELLPS"},"Structs/PJ_ELLPS.html#/c:@S@PJ_ELLPS@FI@name":{"name":"name","abstract":"

    Undocumented

    ","parent_name":"PJ_ELLPS"},"Structs/PJ_SELFTEST_LIST.html#/c:@S@PJ_SELFTEST_LIST@FI@id":{"name":"id","abstract":"

    Undocumented

    ","parent_name":"PJ_SELFTEST_LIST"},"Structs/PJ_SELFTEST_LIST.html#/c:@S@PJ_SELFTEST_LIST@FI@testfunc":{"name":"testfunc","abstract":"

    Undocumented

    ","parent_name":"PJ_SELFTEST_LIST"},"Structs/PJ_LIST.html#/c:@S@PJ_LIST@FI@id":{"name":"id","abstract":"

    Undocumented

    ","parent_name":"PJ_LIST"},"Structs/PJ_LIST.html#/c:@S@PJ_LIST@FI@proj":{"name":"proj","abstract":"

    Undocumented

    ","parent_name":"PJ_LIST"},"Structs/PJ_LIST.html#/c:@S@PJ_LIST@FI@descr":{"name":"descr","abstract":"

    Undocumented

    ","parent_name":"PJ_LIST"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@ctx":{"name":"ctx","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@fwd":{"name":"fwd","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@inv":{"name":"inv","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@fwd3d":{"name":"fwd3d","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@inv3d":{"name":"inv3d","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@spc":{"name":"spc","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@pfree":{"name":"pfree","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@descr":{"name":"descr","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@params":{"name":"params","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@over":{"name":"over","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@geoc":{"name":"geoc","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@is_latlong":{"name":"is_latlong","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@is_geocent":{"name":"is_geocent","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@a":{"name":"a","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@a_orig":{"name":"a_orig","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@es":{"name":"es","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@es_orig":{"name":"es_orig","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@e":{"name":"e","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@ra":{"name":"ra","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@one_es":{"name":"one_es","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@rone_es":{"name":"rone_es","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@lam0":{"name":"lam0","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@phi0":{"name":"phi0","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@x0":{"name":"x0","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@y0":{"name":"y0","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@k0":{"name":"k0","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@to_meter":{"name":"to_meter","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@fr_meter":{"name":"fr_meter","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@datum_type":{"name":"datum_type","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@datum_params":{"name":"datum_params","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@_pj_gi":{"name":"_pj_gi","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@gridlist":{"name":"gridlist","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@gridlist_count":{"name":"gridlist_count","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@has_geoid_vgrids":{"name":"has_geoid_vgrids","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@vgridlist_geoid":{"name":"vgridlist_geoid","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@vgridlist_geoid_count":{"name":"vgridlist_geoid_count","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@vto_meter":{"name":"vto_meter","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@vfr_meter":{"name":"vfr_meter","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@from_greenwich":{"name":"from_greenwich","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@long_wrap_center":{"name":"long_wrap_center","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@is_long_wrap_set":{"name":"is_long_wrap_set","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@axis":{"name":"axis","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@catalog_name":{"name":"catalog_name","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@_PJ_GridCatalog":{"name":"_PJ_GridCatalog","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@catalog":{"name":"catalog","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@datum_date":{"name":"datum_date","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@last_before_grid":{"name":"last_before_grid","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@last_before_region":{"name":"last_before_region","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@last_before_date":{"name":"last_before_date","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@last_after_grid":{"name":"last_after_grid","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@last_after_region":{"name":"last_after_region","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/PJconsts.html#/c:@S@PJconsts@FI@last_after_date":{"name":"last_after_date","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Structs/projFileAPI_t.html#/c:@S@projFileAPI_t@FI@FOpen":{"name":"FOpen","abstract":"

    Undocumented

    ","parent_name":"projFileAPI_t"},"Structs/projFileAPI_t.html#/c:@S@projFileAPI_t@FI@FRead":{"name":"FRead","abstract":"

    Undocumented

    ","parent_name":"projFileAPI_t"},"Structs/projFileAPI_t.html#/c:@S@projFileAPI_t@FI@FSeek":{"name":"FSeek","abstract":"

    Undocumented

    ","parent_name":"projFileAPI_t"},"Structs/projFileAPI_t.html#/c:@S@projFileAPI_t@FI@FTell":{"name":"FTell","abstract":"

    Undocumented

    ","parent_name":"projFileAPI_t"},"Structs/projFileAPI_t.html#/c:@S@projFileAPI_t@FI@FClose":{"name":"FClose","abstract":"

    Undocumented

    ","parent_name":"projFileAPI_t"},"Structs/projFileAPI_t.html":{"name":"projFileAPI_t","abstract":"

    Undocumented

    "},"Structs/PJconsts.html":{"name":"PJconsts","abstract":"

    Undocumented

    "},"Structs/PJ_LIST.html":{"name":"PJ_LIST","abstract":"

    Undocumented

    "},"Structs/PJ_SELFTEST_LIST.html":{"name":"PJ_SELFTEST_LIST","abstract":"

    Undocumented

    "},"Structs/PJ_ELLPS.html":{"name":"PJ_ELLPS","abstract":"

    Undocumented

    "},"Structs/PJ_UNITS.html":{"name":"PJ_UNITS","abstract":"

    Undocumented

    "},"Structs/PJ_DATUMS.html":{"name":"PJ_DATUMS","abstract":"

    Undocumented

    "},"Structs/PJ_PRIME_MERIDIANS.html":{"name":"PJ_PRIME_MERIDIANS","abstract":"

    Undocumented

    "},"Structs/DERIVS.html":{"name":"DERIVS","abstract":"

    Undocumented

    "},"Structs/FACTORS.html":{"name":"FACTORS","abstract":"

    Undocumented

    "},"Structs/ARG_list.html":{"name":"ARG_list","abstract":"

    Undocumented

    "},"Structs/CTABLE.html":{"name":"CTABLE","abstract":"

    Undocumented

    "},"Structs/_pj_gi.html":{"name":"_pj_gi","abstract":"

    Undocumented

    "},"Structs/_PJ_GridCatalog.html":{"name":"_PJ_GridCatalog","abstract":"

    Undocumented

    "},"Structs/PW_COEF.html":{"name":"PW_COEF","abstract":"

    Undocumented

    "},"Structs/GPKGBoundingBoxSize.html":{"name":"GPKGBoundingBoxSize","abstract":"

    Bounding box width and height struct

    "},"Functions.html#/c:@F@pj_fwd":{"name":"pj_fwd","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_inv":{"name":"pj_inv","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_fwd3d":{"name":"pj_fwd3d","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_inv3d":{"name":"pj_inv3d","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_transform":{"name":"pj_transform","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_datum_transform":{"name":"pj_datum_transform","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_geocentric_to_geodetic":{"name":"pj_geocentric_to_geodetic","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_geodetic_to_geocentric":{"name":"pj_geodetic_to_geocentric","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_compare_datums":{"name":"pj_compare_datums","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_apply_gridshift":{"name":"pj_apply_gridshift","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_deallocate_grids":{"name":"pj_deallocate_grids","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_clear_initcache":{"name":"pj_clear_initcache","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_is_latlong":{"name":"pj_is_latlong","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_is_geocent":{"name":"pj_is_geocent","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_get_spheroid_defn":{"name":"pj_get_spheroid_defn","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_pr_list":{"name":"pj_pr_list","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_free":{"name":"pj_free","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_set_finder":{"name":"pj_set_finder","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_set_searchpath":{"name":"pj_set_searchpath","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_init":{"name":"pj_init","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_init_plus":{"name":"pj_init_plus","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_init_ctx":{"name":"pj_init_ctx","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_init_plus_ctx":{"name":"pj_init_plus_ctx","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_get_def":{"name":"pj_get_def","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_latlong_from_proj":{"name":"pj_latlong_from_proj","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_malloc":{"name":"pj_malloc","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_dalloc":{"name":"pj_dalloc","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_calloc":{"name":"pj_calloc","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_dealloc":{"name":"pj_dealloc","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_strerrno":{"name":"pj_strerrno","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_get_errno_ref":{"name":"pj_get_errno_ref","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_get_release":{"name":"pj_get_release","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_acquire_lock":{"name":"pj_acquire_lock","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_release_lock":{"name":"pj_release_lock","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_cleanup_lock":{"name":"pj_cleanup_lock","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_get_default_ctx":{"name":"pj_get_default_ctx","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_get_ctx":{"name":"pj_get_ctx","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_set_ctx":{"name":"pj_set_ctx","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_ctx_alloc":{"name":"pj_ctx_alloc","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_ctx_free":{"name":"pj_ctx_free","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_ctx_get_errno":{"name":"pj_ctx_get_errno","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_ctx_set_errno":{"name":"pj_ctx_set_errno","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_ctx_set_debug":{"name":"pj_ctx_set_debug","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_ctx_set_logger":{"name":"pj_ctx_set_logger","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_ctx_set_app_data":{"name":"pj_ctx_set_app_data","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_ctx_get_app_data":{"name":"pj_ctx_get_app_data","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_ctx_set_fileapi":{"name":"pj_ctx_set_fileapi","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_ctx_get_fileapi":{"name":"pj_ctx_get_fileapi","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_log":{"name":"pj_log","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_stderr_logger":{"name":"pj_stderr_logger","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_get_default_fileapi":{"name":"pj_get_default_fileapi","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_ctx_fopen":{"name":"pj_ctx_fopen","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_ctx_fread":{"name":"pj_ctx_fread","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_ctx_fseek":{"name":"pj_ctx_fseek","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_ctx_ftell":{"name":"pj_ctx_ftell","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_ctx_fclose":{"name":"pj_ctx_fclose","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_ctx_fgets":{"name":"pj_ctx_fgets","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_open_lib":{"name":"pj_open_lib","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_run_selftests":{"name":"pj_run_selftests","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@hypot":{"name":"hypot","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_generic_selftest":{"name":"pj_generic_selftest","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@dmstor":{"name":"dmstor","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@dmstor_ctx":{"name":"dmstor_ctx","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@set_rtodms":{"name":"set_rtodms","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@rtodms":{"name":"rtodms","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@adjlon":{"name":"adjlon","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@aacos":{"name":"aacos","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@aasin":{"name":"aasin","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@asqrt":{"name":"asqrt","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@aatan2":{"name":"aatan2","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_param":{"name":"pj_param","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_mkparam":{"name":"pj_mkparam","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_ell_set":{"name":"pj_ell_set","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_datum_set":{"name":"pj_datum_set","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_prime_meridian_set":{"name":"pj_prime_meridian_set","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_angular_units_set":{"name":"pj_angular_units_set","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_prepare":{"name":"pj_prepare","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_clone_paralist":{"name":"pj_clone_paralist","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_search_initcache":{"name":"pj_search_initcache","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_insert_initcache":{"name":"pj_insert_initcache","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_enfn":{"name":"pj_enfn","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_mlfn":{"name":"pj_mlfn","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_inv_mlfn":{"name":"pj_inv_mlfn","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_qsfn":{"name":"pj_qsfn","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_tsfn":{"name":"pj_tsfn","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_msfn":{"name":"pj_msfn","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_phi2":{"name":"pj_phi2","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_qsfn_":{"name":"pj_qsfn_","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_authset":{"name":"pj_authset","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_authlat":{"name":"pj_authlat","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_zpoly1":{"name":"pj_zpoly1","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_zpolyd1":{"name":"pj_zpolyd1","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_deriv":{"name":"pj_deriv","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_factors":{"name":"pj_factors","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@mk_cheby":{"name":"mk_cheby","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@bpseval":{"name":"bpseval","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@bcheval":{"name":"bcheval","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@biveval":{"name":"biveval","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@vector1":{"name":"vector1","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@vector2":{"name":"vector2","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@freev2":{"name":"freev2","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@bchgen":{"name":"bchgen","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@bch2bps":{"name":"bch2bps","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@nad_intr":{"name":"nad_intr","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@nad_cvt":{"name":"nad_cvt","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@nad_init":{"name":"nad_init","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@nad_ctable_init":{"name":"nad_ctable_init","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@nad_ctable_load":{"name":"nad_ctable_load","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@nad_ctable2_init":{"name":"nad_ctable2_init","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@nad_ctable2_load":{"name":"nad_ctable2_load","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@nad_free":{"name":"nad_free","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_apply_vgridshift":{"name":"pj_apply_vgridshift","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_apply_gridshift_2":{"name":"pj_apply_gridshift_2","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_apply_gridshift_3":{"name":"pj_apply_gridshift_3","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_gridlist_from_nadgrids":{"name":"pj_gridlist_from_nadgrids","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_gridinfo_init":{"name":"pj_gridinfo_init","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_gridinfo_load":{"name":"pj_gridinfo_load","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_gridinfo_free":{"name":"pj_gridinfo_free","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_gc_findcatalog":{"name":"pj_gc_findcatalog","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_gc_readcatalog":{"name":"pj_gc_readcatalog","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_gc_unloadall":{"name":"pj_gc_unloadall","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_gc_apply_gridshift":{"name":"pj_gc_apply_gridshift","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_gc_findgrid":{"name":"pj_gc_findgrid","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_gc_parsedate":{"name":"pj_gc_parsedate","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@proj_mdist_ini":{"name":"proj_mdist_ini","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@proj_mdist":{"name":"proj_mdist","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@proj_inv_mdist":{"name":"proj_inv_mdist","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_gauss_ini":{"name":"pj_gauss_ini","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_gauss":{"name":"pj_gauss","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_inv_gauss":{"name":"pj_inv_gauss","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_get_ellps_ref":{"name":"pj_get_ellps_ref","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_get_datums_ref":{"name":"pj_get_datums_ref","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_get_units_ref":{"name":"pj_get_units_ref","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_get_list_ref":{"name":"pj_get_list_ref","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_get_selftest_list_ref":{"name":"pj_get_selftest_list_ref","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_get_prime_meridians_ref":{"name":"pj_get_prime_meridians_ref","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_atof":{"name":"pj_atof","abstract":"

    Undocumented

    "},"Functions.html#/c:@F@pj_strtod":{"name":"pj_strtod","abstract":"

    Undocumented

    "},"Type%20Definitions/Tseries/.html#/c:@SA@Tseries@FI@a":{"name":"a","abstract":"

    Undocumented

    "},"Type%20Definitions/Tseries/.html#/c:@SA@Tseries@FI@b":{"name":"b","abstract":"

    Undocumented

    "},"Type%20Definitions/Tseries/.html#/c:@SA@Tseries@FI@cu":{"name":"cu","abstract":"

    Undocumented

    "},"Type%20Definitions/Tseries/.html#/c:@SA@Tseries@FI@cv":{"name":"cv","abstract":"

    Undocumented

    "},"Type%20Definitions/Tseries/.html#/c:@SA@Tseries@FI@mu":{"name":"mu","abstract":"

    Undocumented

    "},"Type%20Definitions/Tseries/.html#/c:@SA@Tseries@FI@mv":{"name":"mv","abstract":"

    Undocumented

    "},"Type%20Definitions/Tseries/.html#/c:@SA@Tseries@FI@power":{"name":"power","abstract":"

    Undocumented

    "},"Type%20Definitions/PJ_GridCatalog/_PJ_GridCatalog.html#/c:@S@_PJ_GridCatalog@FI@catalog_name":{"name":"catalog_name","abstract":"

    Undocumented

    ","parent_name":"_PJ_GridCatalog"},"Type%20Definitions/PJ_GridCatalog/_PJ_GridCatalog.html#/c:@S@_PJ_GridCatalog@FI@region":{"name":"region","abstract":"

    Undocumented

    ","parent_name":"_PJ_GridCatalog"},"Type%20Definitions/PJ_GridCatalog/_PJ_GridCatalog.html#/c:@S@_PJ_GridCatalog@FI@entry_count":{"name":"entry_count","abstract":"

    Undocumented

    ","parent_name":"_PJ_GridCatalog"},"Type%20Definitions/PJ_GridCatalog/_PJ_GridCatalog.html#/c:@S@_PJ_GridCatalog@FI@entries":{"name":"entries","abstract":"

    Undocumented

    ","parent_name":"_PJ_GridCatalog"},"Type%20Definitions/PJ_GridCatalog/_PJ_GridCatalog.html#/c:@S@_PJ_GridCatalog@FI@next":{"name":"next","abstract":"

    Undocumented

    ","parent_name":"_PJ_GridCatalog"},"Type%20Definitions/PJ_GridCatalog/_PJ_GridCatalog.html":{"name":"_PJ_GridCatalog","abstract":"

    Undocumented

    ","parent_name":"PJ_GridCatalog"},"Type%20Definitions/PJ_GridCatalogEntry/.html#/c:@SA@PJ_GridCatalogEntry@FI@region":{"name":"region","abstract":"

    Undocumented

    "},"Type%20Definitions/PJ_GridCatalogEntry/.html#/c:@SA@PJ_GridCatalogEntry@FI@priority":{"name":"priority","abstract":"

    Undocumented

    "},"Type%20Definitions/PJ_GridCatalogEntry/.html#/c:@SA@PJ_GridCatalogEntry@FI@date":{"name":"date","abstract":"

    Undocumented

    "},"Type%20Definitions/PJ_GridCatalogEntry/.html#/c:@SA@PJ_GridCatalogEntry@FI@definition":{"name":"definition","abstract":"

    Undocumented

    "},"Type%20Definitions/PJ_GridCatalogEntry/.html#/c:@SA@PJ_GridCatalogEntry@FI@gridinfo":{"name":"gridinfo","abstract":"

    Undocumented

    "},"Type%20Definitions/PJ_GridCatalogEntry/.html#/c:@SA@PJ_GridCatalogEntry@FI@available":{"name":"available","abstract":"

    Undocumented

    "},"Type%20Definitions/PJ_GRIDINFO/_pj_gi.html#/c:@S@_pj_gi@FI@gridname":{"name":"gridname","abstract":"

    Undocumented

    ","parent_name":"_pj_gi"},"Type%20Definitions/PJ_GRIDINFO/_pj_gi.html#/c:@S@_pj_gi@FI@filename":{"name":"filename","abstract":"

    Undocumented

    ","parent_name":"_pj_gi"},"Type%20Definitions/PJ_GRIDINFO/_pj_gi.html#/c:@S@_pj_gi@FI@format":{"name":"format","abstract":"

    Undocumented

    ","parent_name":"_pj_gi"},"Type%20Definitions/PJ_GRIDINFO/_pj_gi.html#/c:@S@_pj_gi@FI@grid_offset":{"name":"grid_offset","abstract":"

    Undocumented

    ","parent_name":"_pj_gi"},"Type%20Definitions/PJ_GRIDINFO/_pj_gi.html#/c:@S@_pj_gi@FI@must_swap":{"name":"must_swap","abstract":"

    Undocumented

    ","parent_name":"_pj_gi"},"Type%20Definitions/PJ_GRIDINFO/_pj_gi.html#/c:@S@_pj_gi@FI@ct":{"name":"ct","abstract":"

    Undocumented

    ","parent_name":"_pj_gi"},"Type%20Definitions/PJ_GRIDINFO/_pj_gi.html#/c:@S@_pj_gi@FI@next":{"name":"next","abstract":"

    Undocumented

    ","parent_name":"_pj_gi"},"Type%20Definitions/PJ_GRIDINFO/_pj_gi.html#/c:@S@_pj_gi@FI@child":{"name":"child","abstract":"

    Undocumented

    ","parent_name":"_pj_gi"},"Type%20Definitions/PJ_GRIDINFO/_pj_gi.html":{"name":"_pj_gi","abstract":"

    Undocumented

    ","parent_name":"PJ_GRIDINFO"},"Type%20Definitions/ILP/.html#/c:@SA@ILP@FI@lam":{"name":"lam","abstract":"

    Undocumented

    "},"Type%20Definitions/ILP/.html#/c:@SA@ILP@FI@phi":{"name":"phi","abstract":"

    Undocumented

    "},"Type%20Definitions/FLP/.html#/c:@SA@FLP@FI@lam":{"name":"lam","abstract":"

    Undocumented

    "},"Type%20Definitions/FLP/.html#/c:@SA@FLP@FI@phi":{"name":"phi","abstract":"

    Undocumented

    "},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@ctx":{"name":"ctx","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@fwd":{"name":"fwd","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@inv":{"name":"inv","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@fwd3d":{"name":"fwd3d","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@inv3d":{"name":"inv3d","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@spc":{"name":"spc","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@pfree":{"name":"pfree","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@descr":{"name":"descr","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@params":{"name":"params","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@over":{"name":"over","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@geoc":{"name":"geoc","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@is_latlong":{"name":"is_latlong","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@is_geocent":{"name":"is_geocent","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@a":{"name":"a","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@a_orig":{"name":"a_orig","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@es":{"name":"es","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@es_orig":{"name":"es_orig","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@e":{"name":"e","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@ra":{"name":"ra","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@one_es":{"name":"one_es","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@rone_es":{"name":"rone_es","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@lam0":{"name":"lam0","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@phi0":{"name":"phi0","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@x0":{"name":"x0","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@y0":{"name":"y0","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@k0":{"name":"k0","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@to_meter":{"name":"to_meter","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@fr_meter":{"name":"fr_meter","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@datum_type":{"name":"datum_type","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@datum_params":{"name":"datum_params","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@_pj_gi":{"name":"_pj_gi","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@gridlist":{"name":"gridlist","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@gridlist_count":{"name":"gridlist_count","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@has_geoid_vgrids":{"name":"has_geoid_vgrids","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@vgridlist_geoid":{"name":"vgridlist_geoid","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@vgridlist_geoid_count":{"name":"vgridlist_geoid_count","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@vto_meter":{"name":"vto_meter","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@vfr_meter":{"name":"vfr_meter","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@from_greenwich":{"name":"from_greenwich","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@long_wrap_center":{"name":"long_wrap_center","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@is_long_wrap_set":{"name":"is_long_wrap_set","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@axis":{"name":"axis","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@catalog_name":{"name":"catalog_name","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@_PJ_GridCatalog":{"name":"_PJ_GridCatalog","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@catalog":{"name":"catalog","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@datum_date":{"name":"datum_date","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@last_before_grid":{"name":"last_before_grid","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@last_before_region":{"name":"last_before_region","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@last_before_date":{"name":"last_before_date","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@last_after_grid":{"name":"last_after_grid","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@last_after_region":{"name":"last_after_region","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html#/c:@S@PJconsts@FI@last_after_date":{"name":"last_after_date","abstract":"

    Undocumented

    ","parent_name":"PJconsts"},"Type%20Definitions/PJ/PJconsts.html":{"name":"PJconsts","abstract":"

    Undocumented

    ","parent_name":"PJ"},"Type%20Definitions/paralist/ARG_list.html#/c:@S@ARG_list@FI@next":{"name":"next","abstract":"

    Undocumented

    ","parent_name":"ARG_list"},"Type%20Definitions/paralist/ARG_list.html#/c:@S@ARG_list@FI@used":{"name":"used","abstract":"

    Undocumented

    ","parent_name":"ARG_list"},"Type%20Definitions/paralist/ARG_list.html#/c:@S@ARG_list@FI@param":{"name":"param","abstract":"

    Undocumented

    ","parent_name":"ARG_list"},"Type%20Definitions/paralist/ARG_list.html":{"name":"ARG_list","abstract":"

    Undocumented

    ","parent_name":"paralist"},"Type%20Definitions/PJ_Region/.html#/c:@SA@PJ_Region@FI@ll_long":{"name":"ll_long","abstract":"

    Undocumented

    "},"Type%20Definitions/PJ_Region/.html#/c:@SA@PJ_Region@FI@ll_lat":{"name":"ll_lat","abstract":"

    Undocumented

    "},"Type%20Definitions/PJ_Region/.html#/c:@SA@PJ_Region@FI@ur_long":{"name":"ur_long","abstract":"

    Undocumented

    "},"Type%20Definitions/PJ_Region/.html#/c:@SA@PJ_Region@FI@ur_lat":{"name":"ur_lat","abstract":"

    Undocumented

    "},"Type%20Definitions/PROJVALUE/.html#/c:@UA@PROJVALUE@FI@f":{"name":"f","abstract":"

    Undocumented

    "},"Type%20Definitions/PROJVALUE/.html#/c:@UA@PROJVALUE@FI@i":{"name":"i","abstract":"

    Undocumented

    "},"Type%20Definitions/PROJVALUE/.html#/c:@UA@PROJVALUE@FI@s":{"name":"s","abstract":"

    Undocumented

    "},"Type%20Definitions/projUVW/.html#/c:@SA@projUVW@FI@u":{"name":"u","abstract":"

    Undocumented

    "},"Type%20Definitions/projUVW/.html#/c:@SA@projUVW@FI@v":{"name":"v","abstract":"

    Undocumented

    "},"Type%20Definitions/projUVW/.html#/c:@SA@projUVW@FI@w":{"name":"w","abstract":"

    Undocumented

    "},"Type%20Definitions/COMPLEX/.html#/c:@SA@COMPLEX@FI@r":{"name":"r","abstract":"

    Undocumented

    "},"Type%20Definitions/COMPLEX/.html#/c:@SA@COMPLEX@FI@i":{"name":"i","abstract":"

    Undocumented

    "},"Type%20Definitions/projUV/.html#/c:@SA@projUV@FI@u":{"name":"u","abstract":"

    Undocumented

    "},"Type%20Definitions/projUV/.html#/c:@SA@projUV@FI@v":{"name":"v","abstract":"

    Undocumented

    "},"Type%20Definitions/projCtx_t/.html#/c:@SA@projCtx_t@FI@last_errno":{"name":"last_errno","abstract":"

    Undocumented

    "},"Type%20Definitions/projCtx_t/.html#/c:@SA@projCtx_t@FI@debug_level":{"name":"debug_level","abstract":"

    Undocumented

    "},"Type%20Definitions/projCtx_t/.html#/c:@SA@projCtx_t@FI@logger":{"name":"logger","abstract":"

    Undocumented

    "},"Type%20Definitions/projCtx_t/.html#/c:@SA@projCtx_t@FI@app_data":{"name":"app_data","abstract":"

    Undocumented

    "},"Type%20Definitions/projCtx_t/.html#/c:@SA@projCtx_t@FI@fileapi":{"name":"fileapi","abstract":"

    Undocumented

    "},"Type%20Definitions/projFileAPI/projFileAPI_t.html#/c:@S@projFileAPI_t@FI@FOpen":{"name":"FOpen","abstract":"

    Undocumented

    ","parent_name":"projFileAPI_t"},"Type%20Definitions/projFileAPI/projFileAPI_t.html#/c:@S@projFileAPI_t@FI@FRead":{"name":"FRead","abstract":"

    Undocumented

    ","parent_name":"projFileAPI_t"},"Type%20Definitions/projFileAPI/projFileAPI_t.html#/c:@S@projFileAPI_t@FI@FSeek":{"name":"FSeek","abstract":"

    Undocumented

    ","parent_name":"projFileAPI_t"},"Type%20Definitions/projFileAPI/projFileAPI_t.html#/c:@S@projFileAPI_t@FI@FTell":{"name":"FTell","abstract":"

    Undocumented

    ","parent_name":"projFileAPI_t"},"Type%20Definitions/projFileAPI/projFileAPI_t.html#/c:@S@projFileAPI_t@FI@FClose":{"name":"FClose","abstract":"

    Undocumented

    ","parent_name":"projFileAPI_t"},"Type%20Definitions/projFileAPI/projFileAPI_t.html":{"name":"projFileAPI_t","abstract":"

    Undocumented

    ","parent_name":"projFileAPI"},"Type%20Definitions.html#/c:proj_api.h@T@projPJ":{"name":"projPJ","abstract":"

    Undocumented

    "},"Type%20Definitions.html#/c:proj_api.h@T@projCtx":{"name":"projCtx","abstract":"

    Undocumented

    "},"Type%20Definitions.html#/c:proj_api.h@T@PAFile":{"name":"PAFile","abstract":"

    Undocumented

    "},"Type%20Definitions/projFileAPI.html":{"name":"projFileAPI","abstract":"

    Undocumented

    "},"Type%20Definitions/projCtx_t.html":{"name":"projCtx_t","abstract":"

    Undocumented

    "},"Type%20Definitions/projUV.html":{"name":"projUV","abstract":"

    Undocumented

    "},"Type%20Definitions/COMPLEX.html":{"name":"COMPLEX","abstract":"

    Undocumented

    "},"Type%20Definitions/projUVW.html":{"name":"projUVW","abstract":"

    Undocumented

    "},"Type%20Definitions/PROJVALUE.html":{"name":"PROJVALUE","abstract":"

    Undocumented

    "},"Type%20Definitions/PJ_Region.html":{"name":"PJ_Region","abstract":"

    Undocumented

    "},"Type%20Definitions/paralist.html":{"name":"paralist","abstract":"

    Undocumented

    "},"Type%20Definitions/PJ.html":{"name":"PJ","abstract":"

    Undocumented

    "},"Type%20Definitions/FLP.html":{"name":"FLP","abstract":"

    Undocumented

    "},"Type%20Definitions/ILP.html":{"name":"ILP","abstract":"

    Undocumented

    "},"Type%20Definitions/PJ_GRIDINFO.html":{"name":"PJ_GRIDINFO","abstract":"

    Undocumented

    "},"Type%20Definitions/PJ_GridCatalogEntry.html":{"name":"PJ_GridCatalogEntry","abstract":"

    Undocumented

    "},"Type%20Definitions/PJ_GridCatalog.html":{"name":"PJ_GridCatalog","abstract":"

    Undocumented

    "},"Type%20Definitions/Tseries.html":{"name":"Tseries","abstract":"

    Undocumented

    "},"Protocols/GPKGTileRetriever.html#/c:objc(pl)GPKGTileRetriever(im)hasTileWithX:andY:andZoom:":{"name":"-hasTileWithX:andY:andZoom:","abstract":"

    Check if there is a tile for the x, y, and zoom

    ","parent_name":"GPKGTileRetriever"},"Protocols/GPKGTileRetriever.html#/c:objc(pl)GPKGTileRetriever(im)tileWithX:andY:andZoom:":{"name":"-tileWithX:andY:andZoom:","abstract":"

    Get a tile from the x, y, and zoom

    ","parent_name":"GPKGTileRetriever"},"Protocols/GPKGCustomFeaturesTile.html#/c:objc(pl)GPKGCustomFeaturesTile(im)drawTileWithTileWidth:andTileHeight:andTileFeatureCount:andFeatureIndexResults:":{"name":"-drawTileWithTileWidth:andTileHeight:andTileFeatureCount:andFeatureIndexResults:","abstract":"

    Draw a custom tile

    ","parent_name":"GPKGCustomFeaturesTile"},"Protocols/GPKGCustomFeaturesTile.html#/c:objc(pl)GPKGCustomFeaturesTile(im)drawUnindexedTileWithTileWidth:andTileHeight:andTotalFeatureCount:andFeatureDao:andResults:":{"name":"-drawUnindexedTileWithTileWidth:andTileHeight:andTotalFeatureCount:andFeatureDao:andResults:","abstract":"

    Draw a custom tile when the number of features within the tile is unknown.","parent_name":"GPKGCustomFeaturesTile"},"Protocols/GPKGProgress.html#/c:objc(pl)GPKGProgress(im)setMax:":{"name":"-setMax:","abstract":"

    Set the max progress value

    ","parent_name":"GPKGProgress"},"Protocols/GPKGProgress.html#/c:objc(pl)GPKGProgress(im)addProgress:":{"name":"-addProgress:","abstract":"

    Add to the total progress

    ","parent_name":"GPKGProgress"},"Protocols/GPKGProgress.html#/c:objc(pl)GPKGProgress(im)isActive":{"name":"-isActive","abstract":"

    Is the process still active?

    ","parent_name":"GPKGProgress"},"Protocols/GPKGProgress.html#/c:objc(pl)GPKGProgress(im)cleanupOnCancel":{"name":"-cleanupOnCancel","abstract":"

    Should the progress so far be deleted when canceled (isActive becomes false)

    ","parent_name":"GPKGProgress"},"Protocols/GPKGProgress.html#/c:objc(pl)GPKGProgress(im)completed":{"name":"-completed","abstract":"

    Called when progress is completed

    ","parent_name":"GPKGProgress"},"Protocols/GPKGProgress.html#/c:objc(pl)GPKGProgress(im)failureWithError:":{"name":"-failureWithError:","abstract":"

    Called when the process stops due to an error

    ","parent_name":"GPKGProgress"},"Protocols/GPKGShapeWithChildrenPoints.html#/c:objc(pl)GPKGShapeWithChildrenPoints(im)createChild":{"name":"-createChild","abstract":"

    Create a child shape points

    ","parent_name":"GPKGShapeWithChildrenPoints"},"Protocols/GPKGShapePoints.html#/c:objc(pl)GPKGShapePoints(im)points":{"name":"-points","abstract":"

    Get the points

    ","parent_name":"GPKGShapePoints"},"Protocols/GPKGShapePoints.html#/c:objc(pl)GPKGShapePoints(im)deletePoint:fromMapView:":{"name":"-deletePoint:fromMapView:","abstract":"

    Delete the point from the shape and map view

    ","parent_name":"GPKGShapePoints"},"Protocols/GPKGShapePoints.html#/c:objc(pl)GPKGShapePoints(im)addNewPoint:":{"name":"-addNewPoint:","abstract":"

    Add a new point to the shape

    ","parent_name":"GPKGShapePoints"},"Protocols/GPKGShapePoints.html#/c:objc(pl)GPKGShapePoints(im)hidden:fromMapView:":{"name":"-hidden:fromMapView:","abstract":"

    Updates hidden state of all objects

    ","parent_name":"GPKGShapePoints"},"Protocols/GPKGShapePoints.html#/c:objc(pl)GPKGShapePoints(im)hiddenPoints:":{"name":"-hiddenPoints:","abstract":"

    Updates hidden state of the shape representing points

    ","parent_name":"GPKGShapePoints"},"Protocols/GPKGMapPointInitializer.html#/c:objc(pl)GPKGMapPointInitializer(im)initializeAnnotation:":{"name":"-initializeAnnotation:","abstract":"

    Initialize the map annotation

    ","parent_name":"GPKGMapPointInitializer"},"Protocols/GPKGCoverageDataImage.html#/c:objc(pl)GPKGCoverageDataImage(im)width":{"name":"-width","abstract":"

    Get the width

    ","parent_name":"GPKGCoverageDataImage"},"Protocols/GPKGCoverageDataImage.html#/c:objc(pl)GPKGCoverageDataImage(im)height":{"name":"-height","abstract":"

    Get the height

    ","parent_name":"GPKGCoverageDataImage"},"Protocols/SFGeometryFilter.html#/c:objc(pl)SFGeometryFilter(im)filterGeometry:inType:":{"name":"-filterGeometry:inType:","abstract":"

    Filter the geometry

    ","parent_name":"SFGeometryFilter"},"Protocols/CRSCommonOperation.html#/c:objc(pl)CRSCommonOperation(im)operationType":{"name":"-operationType","abstract":"

    Get the operation type

    ","parent_name":"CRSCommonOperation"},"Protocols/CRSCommonOperation.html#/c:objc(pl)CRSCommonOperation(im)name":{"name":"-name","abstract":"

    Get the name

    ","parent_name":"CRSCommonOperation"},"Protocols/CRSCommonOperation.html#/c:objc(pl)CRSCommonOperation(im)setName:":{"name":"-setName:","abstract":"

    Set the name

    ","parent_name":"CRSCommonOperation"},"Protocols/CRSCommonOperation.html#/c:objc(pl)CRSCommonOperation(im)version":{"name":"-version","abstract":"

    Get the operation version

    ","parent_name":"CRSCommonOperation"},"Protocols/CRSCommonOperation.html#/c:objc(pl)CRSCommonOperation(im)hasVersion":{"name":"-hasVersion","abstract":"

    Has an operation version

    ","parent_name":"CRSCommonOperation"},"Protocols/CRSCommonOperation.html#/c:objc(pl)CRSCommonOperation(im)setVersion:":{"name":"-setVersion:","abstract":"

    Set the operation version

    ","parent_name":"CRSCommonOperation"},"Protocols/CRSCommonOperation.html#/c:objc(pl)CRSCommonOperation(im)method":{"name":"-method","abstract":"

    Get the method

    ","parent_name":"CRSCommonOperation"},"Protocols/CRSCommonOperation.html#/c:objc(pl)CRSCommonOperation(im)setMethod:":{"name":"-setMethod:","abstract":"

    Set the method

    ","parent_name":"CRSCommonOperation"},"Protocols/CRSGeoDatum.html#/c:objc(pl)CRSGeoDatum(im)name":{"name":"-name","abstract":"

    Get the datum name

    ","parent_name":"CRSGeoDatum"},"Protocols/CRSGeoDatum.html#/c:objc(pl)CRSGeoDatum(im)setName:":{"name":"-setName:","abstract":"

    Set the datum name

    ","parent_name":"CRSGeoDatum"},"Protocols/CRSGeoDatum.html#/c:objc(pl)CRSGeoDatum(im)ellipsoid":{"name":"-ellipsoid","abstract":"

    Get the ellipsoid

    ","parent_name":"CRSGeoDatum"},"Protocols/CRSGeoDatum.html#/c:objc(pl)CRSGeoDatum(im)setEllipsoid:":{"name":"-setEllipsoid:","abstract":"

    Set the ellipsoid

    ","parent_name":"CRSGeoDatum"},"Protocols/CRSGeoDatum.html#/c:objc(pl)CRSGeoDatum(im)primeMeridian":{"name":"-primeMeridian","abstract":"

    Get the prime meridian

    ","parent_name":"CRSGeoDatum"},"Protocols/CRSGeoDatum.html#/c:objc(pl)CRSGeoDatum(im)hasPrimeMeridian":{"name":"-hasPrimeMeridian","abstract":"

    Has a prime meridian

    ","parent_name":"CRSGeoDatum"},"Protocols/CRSGeoDatum.html#/c:objc(pl)CRSGeoDatum(im)setPrimeMeridian:":{"name":"-setPrimeMeridian:","abstract":"

    Set the prime meridian

    ","parent_name":"CRSGeoDatum"},"Protocols/CRSScopeExtentIdentifierRemark.html#/c:objc(pl)CRSScopeExtentIdentifierRemark(im)name":{"name":"-name","abstract":"

    Get the name

    ","parent_name":"CRSScopeExtentIdentifierRemark"},"Protocols/CRSScopeExtentIdentifierRemark.html#/c:objc(pl)CRSScopeExtentIdentifierRemark(im)setName:":{"name":"-setName:","abstract":"

    Set the name

    ","parent_name":"CRSScopeExtentIdentifierRemark"},"Protocols/CRSScopeExtentIdentifierRemark.html#/c:objc(pl)CRSScopeExtentIdentifierRemark(im)usages":{"name":"-usages","abstract":"

    Get the usages

    ","parent_name":"CRSScopeExtentIdentifierRemark"},"Protocols/CRSScopeExtentIdentifierRemark.html#/c:objc(pl)CRSScopeExtentIdentifierRemark(im)hasUsages":{"name":"-hasUsages","abstract":"

    Has usages

    ","parent_name":"CRSScopeExtentIdentifierRemark"},"Protocols/CRSScopeExtentIdentifierRemark.html#/c:objc(pl)CRSScopeExtentIdentifierRemark(im)numUsages":{"name":"-numUsages","abstract":"

    Number of usages

    ","parent_name":"CRSScopeExtentIdentifierRemark"},"Protocols/CRSScopeExtentIdentifierRemark.html#/c:objc(pl)CRSScopeExtentIdentifierRemark(im)usageAtIndex:":{"name":"-usageAtIndex:","abstract":"

    Get the usage at the index

    ","parent_name":"CRSScopeExtentIdentifierRemark"},"Protocols/CRSScopeExtentIdentifierRemark.html#/c:objc(pl)CRSScopeExtentIdentifierRemark(im)setUsages:":{"name":"-setUsages:","abstract":"

    Set the usages

    ","parent_name":"CRSScopeExtentIdentifierRemark"},"Protocols/CRSScopeExtentIdentifierRemark.html#/c:objc(pl)CRSScopeExtentIdentifierRemark(im)addUsage:":{"name":"-addUsage:","abstract":"

    Add the usage

    ","parent_name":"CRSScopeExtentIdentifierRemark"},"Protocols/CRSScopeExtentIdentifierRemark.html#/c:objc(pl)CRSScopeExtentIdentifierRemark(im)addUsages:":{"name":"-addUsages:","abstract":"

    Add the usages

    ","parent_name":"CRSScopeExtentIdentifierRemark"},"Protocols/CRSScopeExtentIdentifierRemark.html#/c:objc(pl)CRSScopeExtentIdentifierRemark(im)remark":{"name":"-remark","abstract":"

    Get the remark

    ","parent_name":"CRSScopeExtentIdentifierRemark"},"Protocols/CRSScopeExtentIdentifierRemark.html#/c:objc(pl)CRSScopeExtentIdentifierRemark(im)hasRemark":{"name":"-hasRemark","abstract":"

    Has remark

    ","parent_name":"CRSScopeExtentIdentifierRemark"},"Protocols/CRSScopeExtentIdentifierRemark.html#/c:objc(pl)CRSScopeExtentIdentifierRemark(im)setRemark:":{"name":"-setRemark:","abstract":"

    Set the remark

    ","parent_name":"CRSScopeExtentIdentifierRemark"},"Protocols/CRSIdentifiable.html#/c:objc(pl)CRSIdentifiable(im)identifiers":{"name":"-identifiers","abstract":"

    Get the identifiers

    ","parent_name":"CRSIdentifiable"},"Protocols/CRSIdentifiable.html#/c:objc(pl)CRSIdentifiable(im)hasIdentifiers":{"name":"-hasIdentifiers","abstract":"

    Has identifiers

    ","parent_name":"CRSIdentifiable"},"Protocols/CRSIdentifiable.html#/c:objc(pl)CRSIdentifiable(im)numIdentifiers":{"name":"-numIdentifiers","abstract":"

    Number of identifiers

    ","parent_name":"CRSIdentifiable"},"Protocols/CRSIdentifiable.html#/c:objc(pl)CRSIdentifiable(im)identifierAtIndex:":{"name":"-identifierAtIndex:","abstract":"

    Get the identifier at the index

    ","parent_name":"CRSIdentifiable"},"Protocols/CRSIdentifiable.html#/c:objc(pl)CRSIdentifiable(im)setIdentifiers:":{"name":"-setIdentifiers:","abstract":"

    Set the identifiers

    ","parent_name":"CRSIdentifiable"},"Protocols/CRSIdentifiable.html#/c:objc(pl)CRSIdentifiable(im)addIdentifier:":{"name":"-addIdentifier:","abstract":"

    Add the identifier

    ","parent_name":"CRSIdentifiable"},"Protocols/CRSIdentifiable.html#/c:objc(pl)CRSIdentifiable(im)addIdentifiers:":{"name":"-addIdentifiers:","abstract":"

    Add the identifiers

    ","parent_name":"CRSIdentifiable"},"Protocols/TIFFCompressionEncoder.html#/c:objc(pl)TIFFCompressionEncoder(im)rowEncoding":{"name":"-rowEncoding","abstract":"

    True to encode on a per row basis, false to encode on a per block / strip","parent_name":"TIFFCompressionEncoder"},"Protocols/TIFFCompressionEncoder.html#/c:objc(pl)TIFFCompressionEncoder(im)encodeData:withByteOrder:":{"name":"-encodeData:withByteOrder:","abstract":"

    Encode the data

    ","parent_name":"TIFFCompressionEncoder"},"Protocols/TIFFCompressionDecoder.html#/c:objc(pl)TIFFCompressionDecoder(im)decodeData:withByteOrder:":{"name":"-decodeData:withByteOrder:","abstract":"

    Decode the data

    ","parent_name":"TIFFCompressionDecoder"},"Protocols/TIFFCompressionDecoder.html":{"name":"TIFFCompressionDecoder","abstract":"

    Compression Decoder interface

    "},"Protocols/TIFFCompressionEncoder.html":{"name":"TIFFCompressionEncoder","abstract":"

    Compression Encoder interface

    "},"Protocols/CRSIdentifiable.html":{"name":"CRSIdentifiable","abstract":"

    Identifiable object interface

    "},"Protocols/CRSScopeExtentIdentifierRemark.html":{"name":"CRSScopeExtentIdentifierRemark","abstract":"

    Interface Scope, Extent, Identifier, and Remark values

    "},"Protocols/CRSGeoDatum.html":{"name":"CRSGeoDatum","abstract":"

    Common Operation interface

    "},"Protocols/CRSCommonOperation.html":{"name":"CRSCommonOperation","abstract":"

    Common Operation interface

    "},"Protocols/SFGeometryFilter.html":{"name":"SFGeometryFilter","abstract":"

    Geometry Filter to filter included geometries and modify them during"},"Protocols/GPKGCoverageDataImage.html":{"name":"GPKGCoverageDataImage","abstract":"

    Coverage Data image interface

    "},"Protocols/GPKGMapPointInitializer.html":{"name":"GPKGMapPointInitializer","abstract":"

    Map Point initializer protocol to perform point additional initialization when a point is added to a map view

    "},"Protocols/GPKGShapePoints.html":{"name":"GPKGShapePoints","abstract":"

    Shape points protocol, defining the interface for shapes comprised of points

    "},"Protocols/GPKGShapeWithChildrenPoints.html":{"name":"GPKGShapeWithChildrenPoints","abstract":"

    Shape with children protocol defining the interface for shapes with children points

    "},"Protocols/GPKGProgress.html":{"name":"GPKGProgress","abstract":"

    GeoPackage Progress protocol for receiving progress information callbacks and handling cancellations

    "},"Protocols/GPKGCustomFeaturesTile.html":{"name":"GPKGCustomFeaturesTile","abstract":"

    Interface defining custom feature tile drawing."},"Protocols/GPKGTileRetriever.html":{"name":"GPKGTileRetriever","abstract":"

    Interface defining the get tile retrieval method

    "},"Enums/GPKGCompressFormat.html#/c:@E@GPKGCompressFormat@GPKG_CF_JPEG":{"name":"GPKG_CF_JPEG","abstract":"

    Undocumented

    ","parent_name":"GPKGCompressFormat"},"Enums/GPKGCompressFormat.html#/c:@E@GPKGCompressFormat@GPKG_CF_PNG":{"name":"GPKG_CF_PNG","abstract":"

    Undocumented

    ","parent_name":"GPKGCompressFormat"},"Enums/GPKGCompressFormat.html#/c:@E@GPKGCompressFormat@GPKG_CF_NONE":{"name":"GPKG_CF_NONE","abstract":"

    Undocumented

    ","parent_name":"GPKGCompressFormat"},"Enums/GPKGPolygonOrientation.html#/c:@E@GPKGPolygonOrientation@GPKG_PO_COUNTERCLOCKWISE":{"name":"GPKG_PO_COUNTERCLOCKWISE","abstract":"

    Undocumented

    ","parent_name":"GPKGPolygonOrientation"},"Enums/GPKGPolygonOrientation.html#/c:@E@GPKGPolygonOrientation@GPKG_PO_CLOCKWISE":{"name":"GPKG_PO_CLOCKWISE","abstract":"

    Undocumented

    ","parent_name":"GPKGPolygonOrientation"},"Enums/GPKGPolygonOrientation.html#/c:@E@GPKGPolygonOrientation@GPKG_PO_UNSPECIFIED":{"name":"GPKG_PO_UNSPECIFIED","abstract":"

    Undocumented

    ","parent_name":"GPKGPolygonOrientation"},"Enums/GPKGMapShapeType.html#/c:@E@GPKGMapShapeType@GPKG_MST_POINT":{"name":"GPKG_MST_POINT","abstract":"

    Undocumented

    ","parent_name":"GPKGMapShapeType"},"Enums/GPKGMapShapeType.html#/c:@E@GPKGMapShapeType@GPKG_MST_POLYLINE":{"name":"GPKG_MST_POLYLINE","abstract":"

    Undocumented

    ","parent_name":"GPKGMapShapeType"},"Enums/GPKGMapShapeType.html#/c:@E@GPKGMapShapeType@GPKG_MST_POLYGON":{"name":"GPKG_MST_POLYGON","abstract":"

    Undocumented

    ","parent_name":"GPKGMapShapeType"},"Enums/GPKGMapShapeType.html#/c:@E@GPKGMapShapeType@GPKG_MST_MULTI_POINT":{"name":"GPKG_MST_MULTI_POINT","abstract":"

    Undocumented

    ","parent_name":"GPKGMapShapeType"},"Enums/GPKGMapShapeType.html#/c:@E@GPKGMapShapeType@GPKG_MST_MULTI_POLYLINE":{"name":"GPKG_MST_MULTI_POLYLINE","abstract":"

    Undocumented

    ","parent_name":"GPKGMapShapeType"},"Enums/GPKGMapShapeType.html#/c:@E@GPKGMapShapeType@GPKG_MST_MULTI_POLYGON":{"name":"GPKG_MST_MULTI_POLYGON","abstract":"

    Undocumented

    ","parent_name":"GPKGMapShapeType"},"Enums/GPKGMapShapeType.html#/c:@E@GPKGMapShapeType@GPKG_MST_POLYLINE_POINTS":{"name":"GPKG_MST_POLYLINE_POINTS","abstract":"

    Undocumented

    ","parent_name":"GPKGMapShapeType"},"Enums/GPKGMapShapeType.html#/c:@E@GPKGMapShapeType@GPKG_MST_POLYGON_POINTS":{"name":"GPKG_MST_POLYGON_POINTS","abstract":"

    Undocumented

    ","parent_name":"GPKGMapShapeType"},"Enums/GPKGMapShapeType.html#/c:@E@GPKGMapShapeType@GPKG_MST_MULTI_POLYLINE_POINTS":{"name":"GPKG_MST_MULTI_POLYLINE_POINTS","abstract":"

    Undocumented

    ","parent_name":"GPKGMapShapeType"},"Enums/GPKGMapShapeType.html#/c:@E@GPKGMapShapeType@GPKG_MST_MULTI_POLYGON_POINTS":{"name":"GPKG_MST_MULTI_POLYGON_POINTS","abstract":"

    Undocumented

    ","parent_name":"GPKGMapShapeType"},"Enums/GPKGMapShapeType.html#/c:@E@GPKGMapShapeType@GPKG_MST_COLLECTION":{"name":"GPKG_MST_COLLECTION","abstract":"

    Undocumented

    ","parent_name":"GPKGMapShapeType"},"Enums/GPKGFeatureIndexType.html#/c:@E@GPKGFeatureIndexType@GPKG_FIT_METADATA":{"name":"GPKG_FIT_METADATA","abstract":"

    Undocumented

    ","parent_name":"GPKGFeatureIndexType"},"Enums/GPKGFeatureIndexType.html#/c:@E@GPKGFeatureIndexType@GPKG_FIT_GEOPACKAGE":{"name":"GPKG_FIT_GEOPACKAGE","abstract":"

    Undocumented

    ","parent_name":"GPKGFeatureIndexType"},"Enums/GPKGFeatureIndexType.html#/c:@E@GPKGFeatureIndexType@GPKG_FIT_RTREE":{"name":"GPKG_FIT_RTREE","abstract":"

    Undocumented

    ","parent_name":"GPKGFeatureIndexType"},"Enums/GPKGFeatureIndexType.html#/c:@E@GPKGFeatureIndexType@GPKG_FIT_NONE":{"name":"GPKG_FIT_NONE","abstract":"

    Undocumented

    ","parent_name":"GPKGFeatureIndexType"},"Enums/GPKGDataColumnConstraintType.html#/c:@E@GPKGDataColumnConstraintType@GPKG_DCCT_RANGE":{"name":"GPKG_DCCT_RANGE","abstract":"

    Undocumented

    ","parent_name":"GPKGDataColumnConstraintType"},"Enums/GPKGDataColumnConstraintType.html#/c:@E@GPKGDataColumnConstraintType@GPKG_DCCT_ENUM":{"name":"GPKG_DCCT_ENUM","abstract":"

    Undocumented

    ","parent_name":"GPKGDataColumnConstraintType"},"Enums/GPKGDataColumnConstraintType.html#/c:@E@GPKGDataColumnConstraintType@GPKG_DCCT_GLOB":{"name":"GPKG_DCCT_GLOB","abstract":"

    Undocumented

    ","parent_name":"GPKGDataColumnConstraintType"},"Enums/GPKGDublinCoreType.html#/c:@E@GPKGDublinCoreType@GPKG_DCM_DATE":{"name":"GPKG_DCM_DATE","abstract":"

    A point or period of time associated with an event in the lifecycle of","parent_name":"GPKGDublinCoreType"},"Enums/GPKGDublinCoreType.html#/c:@E@GPKGDublinCoreType@GPKG_DCM_DESCRIPTION":{"name":"GPKG_DCM_DESCRIPTION","abstract":"

    An account of the resource.

    ","parent_name":"GPKGDublinCoreType"},"Enums/GPKGDublinCoreType.html#/c:@E@GPKGDublinCoreType@GPKG_DCM_FORMAT":{"name":"GPKG_DCM_FORMAT","abstract":"

    The file format, physical medium, or dimensions of the resource.

    ","parent_name":"GPKGDublinCoreType"},"Enums/GPKGDublinCoreType.html#/c:@E@GPKGDublinCoreType@GPKG_DCM_IDENTIFIER":{"name":"GPKG_DCM_IDENTIFIER","abstract":"

    An unambiguous reference to the resource within a given context.

    ","parent_name":"GPKGDublinCoreType"},"Enums/GPKGDublinCoreType.html#/c:@E@GPKGDublinCoreType@GPKG_DCM_SOURCE":{"name":"GPKG_DCM_SOURCE","abstract":"

    A related resource from which the described resource is derived.

    ","parent_name":"GPKGDublinCoreType"},"Enums/GPKGDublinCoreType.html#/c:@E@GPKGDublinCoreType@GPKG_DCM_TITLE":{"name":"GPKG_DCM_TITLE","abstract":"

    A name given to the resource.

    ","parent_name":"GPKGDublinCoreType"},"Enums/GPKGRelationType.html#/c:@E@GPKGRelationType@GPKG_RT_FEATURES":{"name":"GPKG_RT_FEATURES","abstract":"

    Link features with other features

    ","parent_name":"GPKGRelationType"},"Enums/GPKGRelationType.html#/c:@E@GPKGRelationType@GPKG_RT_SIMPLE_ATTRIBUTES":{"name":"GPKG_RT_SIMPLE_ATTRIBUTES","abstract":"

    Relate sets of tabular text or numeric data

    ","parent_name":"GPKGRelationType"},"Enums/GPKGRelationType.html#/c:@E@GPKGRelationType@GPKG_RT_MEDIA":{"name":"GPKG_RT_MEDIA","abstract":"

    Relate features or attributes to multimedia files such as pictures and videos

    ","parent_name":"GPKGRelationType"},"Enums/GPKGRelationType.html#/c:@E@GPKGRelationType@GPKG_RT_ATTRIBUTES":{"name":"GPKG_RT_ATTRIBUTES","abstract":"

    Relate features or attributes with attributes

    ","parent_name":"GPKGRelationType"},"Enums/GPKGRelationType.html#/c:@E@GPKGRelationType@GPKG_RT_TILES":{"name":"GPKG_RT_TILES","abstract":"

    Relate features or attributes with tiles

    ","parent_name":"GPKGRelationType"},"Enums/GPKGTileScalingType.html#/c:@E@GPKGTileScalingType@GPKG_TSC_IN":{"name":"GPKG_TSC_IN","abstract":"

    Search for tiles by zooming in

    ","parent_name":"GPKGTileScalingType"},"Enums/GPKGTileScalingType.html#/c:@E@GPKGTileScalingType@GPKG_TSC_OUT":{"name":"GPKG_TSC_OUT","abstract":"

    Search for tiles by zooming out

    ","parent_name":"GPKGTileScalingType"},"Enums/GPKGTileScalingType.html#/c:@E@GPKGTileScalingType@GPKG_TSC_IN_OUT":{"name":"GPKG_TSC_IN_OUT","abstract":"

    Search for tiles by zooming in first, and then zooming out

    ","parent_name":"GPKGTileScalingType"},"Enums/GPKGTileScalingType.html#/c:@E@GPKGTileScalingType@GPKG_TSC_OUT_IN":{"name":"GPKG_TSC_OUT_IN","abstract":"

    Search for tiles by zooming out first, and then zooming in

    ","parent_name":"GPKGTileScalingType"},"Enums/GPKGTileScalingType.html#/c:@E@GPKGTileScalingType@GPKG_TSC_CLOSEST_IN_OUT":{"name":"GPKG_TSC_CLOSEST_IN_OUT","abstract":"

    Search for tiles in closest zoom level order, zoom in levels before zoom","parent_name":"GPKGTileScalingType"},"Enums/GPKGTileScalingType.html#/c:@E@GPKGTileScalingType@GPKG_TSC_CLOSEST_OUT_IN":{"name":"GPKG_TSC_CLOSEST_OUT_IN","abstract":"

    Search for tiles in closest zoom level order, zoom out levels before zoom","parent_name":"GPKGTileScalingType"},"Enums/GPKGReferenceScopeType.html#/c:@E@GPKGReferenceScopeType@GPKG_RST_GEOPACKAGE":{"name":"GPKG_RST_GEOPACKAGE","abstract":"

    Undocumented

    ","parent_name":"GPKGReferenceScopeType"},"Enums/GPKGReferenceScopeType.html#/c:@E@GPKGReferenceScopeType@GPKG_RST_TABLE":{"name":"GPKG_RST_TABLE","abstract":"

    Undocumented

    ","parent_name":"GPKGReferenceScopeType"},"Enums/GPKGReferenceScopeType.html#/c:@E@GPKGReferenceScopeType@GPKG_RST_COLUMN":{"name":"GPKG_RST_COLUMN","abstract":"

    Undocumented

    ","parent_name":"GPKGReferenceScopeType"},"Enums/GPKGReferenceScopeType.html#/c:@E@GPKGReferenceScopeType@GPKG_RST_ROW":{"name":"GPKG_RST_ROW","abstract":"

    Undocumented

    ","parent_name":"GPKGReferenceScopeType"},"Enums/GPKGReferenceScopeType.html#/c:@E@GPKGReferenceScopeType@GPKG_RST_ROW_COL":{"name":"GPKG_RST_ROW_COL","abstract":"

    Undocumented

    ","parent_name":"GPKGReferenceScopeType"},"Enums/GPKGMetadataScopeType.html#/c:@E@GPKGMetadataScopeType@GPKG_MST_UNDEFINED":{"name":"GPKG_MST_UNDEFINED","abstract":"

    Undocumented

    ","parent_name":"GPKGMetadataScopeType"},"Enums/GPKGMetadataScopeType.html#/c:@E@GPKGMetadataScopeType@GPKG_MST_FIELD_SESSION":{"name":"GPKG_MST_FIELD_SESSION","abstract":"

    Undocumented

    ","parent_name":"GPKGMetadataScopeType"},"Enums/GPKGMetadataScopeType.html#/c:@E@GPKGMetadataScopeType@GPKG_MST_COLLECTION_SESSION":{"name":"GPKG_MST_COLLECTION_SESSION","abstract":"

    Undocumented

    ","parent_name":"GPKGMetadataScopeType"},"Enums/GPKGMetadataScopeType.html#/c:@E@GPKGMetadataScopeType@GPKG_MST_SERIES":{"name":"GPKG_MST_SERIES","abstract":"

    Undocumented

    ","parent_name":"GPKGMetadataScopeType"},"Enums/GPKGMetadataScopeType.html#/c:@E@GPKGMetadataScopeType@GPKG_MST_DATASET":{"name":"GPKG_MST_DATASET","abstract":"

    Undocumented

    ","parent_name":"GPKGMetadataScopeType"},"Enums/GPKGMetadataScopeType.html#/c:@E@GPKGMetadataScopeType@GPKG_MST_FEATURE_TYPE":{"name":"GPKG_MST_FEATURE_TYPE","abstract":"

    Undocumented

    ","parent_name":"GPKGMetadataScopeType"},"Enums/GPKGMetadataScopeType.html#/c:@E@GPKGMetadataScopeType@GPKG_MST_FEATURE":{"name":"GPKG_MST_FEATURE","abstract":"

    Undocumented

    ","parent_name":"GPKGMetadataScopeType"},"Enums/GPKGMetadataScopeType.html#/c:@E@GPKGMetadataScopeType@GPKG_MST_ATTRIBUTE_TYPE":{"name":"GPKG_MST_ATTRIBUTE_TYPE","abstract":"

    Undocumented

    ","parent_name":"GPKGMetadataScopeType"},"Enums/GPKGMetadataScopeType.html#/c:@E@GPKGMetadataScopeType@GPKG_MST_ATTRIBUTE":{"name":"GPKG_MST_ATTRIBUTE","abstract":"

    Undocumented

    ","parent_name":"GPKGMetadataScopeType"},"Enums/GPKGMetadataScopeType.html#/c:@E@GPKGMetadataScopeType@GPKG_MST_TILE":{"name":"GPKG_MST_TILE","abstract":"

    Undocumented

    ","parent_name":"GPKGMetadataScopeType"},"Enums/GPKGMetadataScopeType.html#/c:@E@GPKGMetadataScopeType@GPKG_MST_MODEL":{"name":"GPKG_MST_MODEL","abstract":"

    Undocumented

    ","parent_name":"GPKGMetadataScopeType"},"Enums/GPKGMetadataScopeType.html#/c:@E@GPKGMetadataScopeType@GPKG_MST_CATALOG":{"name":"GPKG_MST_CATALOG","abstract":"

    Undocumented

    ","parent_name":"GPKGMetadataScopeType"},"Enums/GPKGMetadataScopeType.html#/c:@E@GPKGMetadataScopeType@GPKG_MST_SCHEMA":{"name":"GPKG_MST_SCHEMA","abstract":"

    Undocumented

    ","parent_name":"GPKGMetadataScopeType"},"Enums/GPKGMetadataScopeType.html#/c:@E@GPKGMetadataScopeType@GPKG_MST_TAXONOMY":{"name":"GPKG_MST_TAXONOMY","abstract":"

    Undocumented

    ","parent_name":"GPKGMetadataScopeType"},"Enums/GPKGMetadataScopeType.html#/c:@E@GPKGMetadataScopeType@GPKG_MST_SOFTWARE":{"name":"GPKG_MST_SOFTWARE","abstract":"

    Undocumented

    ","parent_name":"GPKGMetadataScopeType"},"Enums/GPKGMetadataScopeType.html#/c:@E@GPKGMetadataScopeType@GPKG_MST_SERVICE":{"name":"GPKG_MST_SERVICE","abstract":"

    Undocumented

    ","parent_name":"GPKGMetadataScopeType"},"Enums/GPKGMetadataScopeType.html#/c:@E@GPKGMetadataScopeType@GPKG_MST_COLLECTION_HARDWARE":{"name":"GPKG_MST_COLLECTION_HARDWARE","abstract":"

    Undocumented

    ","parent_name":"GPKGMetadataScopeType"},"Enums/GPKGMetadataScopeType.html#/c:@E@GPKGMetadataScopeType@GPKG_MST_NON_GEOGRAPHIC_DATASET":{"name":"GPKG_MST_NON_GEOGRAPHIC_DATASET","abstract":"

    Undocumented

    ","parent_name":"GPKGMetadataScopeType"},"Enums/GPKGMetadataScopeType.html#/c:@E@GPKGMetadataScopeType@GPKG_MST_DIMENSION_GROUP":{"name":"GPKG_MST_DIMENSION_GROUP","abstract":"

    Undocumented

    ","parent_name":"GPKGMetadataScopeType"},"Enums/GPKGMetadataScopeType.html#/c:@E@GPKGMetadataScopeType@GPKG_MST_STYLE":{"name":"GPKG_MST_STYLE","abstract":"

    Undocumented

    ","parent_name":"GPKGMetadataScopeType"},"Enums/GPKGGriddedCoverageEncodingType.html#/c:@E@GPKGGriddedCoverageEncodingType@GPKG_GCET_CENTER":{"name":"GPKG_GCET_CENTER","abstract":"

    Assume the value is center of grid cell (default)

    ","parent_name":"GPKGGriddedCoverageEncodingType"},"Enums/GPKGGriddedCoverageEncodingType.html#/c:@E@GPKGGriddedCoverageEncodingType@GPKG_GCET_AREA":{"name":"GPKG_GCET_AREA","abstract":"

    Assume the entire grid cell has the same value

    ","parent_name":"GPKGGriddedCoverageEncodingType"},"Enums/GPKGGriddedCoverageEncodingType.html#/c:@E@GPKGGriddedCoverageEncodingType@GPKG_GCET_CORNER":{"name":"GPKG_GCET_CORNER","abstract":"

    A typical use case is for a mesh of elevation values as specified in the","parent_name":"GPKGGriddedCoverageEncodingType"},"Enums/GPKGGriddedCoverageDataType.html#/c:@E@GPKGGriddedCoverageDataType@GPKG_GCDT_INTEGER":{"name":"GPKG_GCDT_INTEGER","abstract":"

    Undocumented

    ","parent_name":"GPKGGriddedCoverageDataType"},"Enums/GPKGGriddedCoverageDataType.html#/c:@E@GPKGGriddedCoverageDataType@GPKG_GCDT_FLOAT":{"name":"GPKG_GCDT_FLOAT","abstract":"

    Undocumented

    ","parent_name":"GPKGGriddedCoverageDataType"},"Enums/GPKGCoverageDataAlgorithm.html#/c:@E@GPKGCoverageDataAlgorithm@GPKG_CDA_NEAREST_NEIGHBOR":{"name":"GPKG_CDA_NEAREST_NEIGHBOR","abstract":"

    Selects the value of the nearest point and does not consider the values","parent_name":"GPKGCoverageDataAlgorithm"},"Enums/GPKGCoverageDataAlgorithm.html#/c:@E@GPKGCoverageDataAlgorithm@GPKG_CDA_BILINEAR":{"name":"GPKG_CDA_BILINEAR","abstract":"

    Performs linear interpolation first in one direction, and then again in","parent_name":"GPKGCoverageDataAlgorithm"},"Enums/GPKGCoverageDataAlgorithm.html#/c:@E@GPKGCoverageDataAlgorithm@GPKG_CDA_BICUBIC":{"name":"GPKG_CDA_BICUBIC","abstract":"

    Considers 16 pixels to interpolate each value

    ","parent_name":"GPKGCoverageDataAlgorithm"},"Enums/GPKGExtensionScopeType.html#/c:@E@GPKGExtensionScopeType@GPKG_EST_READ_WRITE":{"name":"GPKG_EST_READ_WRITE","abstract":"

    Undocumented

    ","parent_name":"GPKGExtensionScopeType"},"Enums/GPKGExtensionScopeType.html#/c:@E@GPKGExtensionScopeType@GPKG_EST_WRITE_ONLY":{"name":"GPKG_EST_WRITE_ONLY","abstract":"

    Undocumented

    ","parent_name":"GPKGExtensionScopeType"},"Enums/GPKGCrsWktExtensionVersion.html#/c:@E@GPKGCrsWktExtensionVersion@GPKG_CRS_WKT_V_1":{"name":"GPKG_CRS_WKT_V_1","abstract":"

    Undocumented

    ","parent_name":"GPKGCrsWktExtensionVersion"},"Enums/GPKGCrsWktExtensionVersion.html#/c:@E@GPKGCrsWktExtensionVersion@GPKG_CRS_WKT_V_1_1":{"name":"GPKG_CRS_WKT_V_1_1","abstract":"

    Undocumented

    ","parent_name":"GPKGCrsWktExtensionVersion"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_GEOPACKAGE_BASE":{"name":"GPKG_DGIWG_REQ_GEOPACKAGE_BASE","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_GEOPACKAGE_OPTIONS":{"name":"GPKG_DGIWG_REQ_GEOPACKAGE_OPTIONS","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_EXTENSIONS_MANDATORY":{"name":"GPKG_DGIWG_REQ_EXTENSIONS_MANDATORY","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_EXTENSIONS_OPTIONAL":{"name":"GPKG_DGIWG_REQ_EXTENSIONS_OPTIONAL","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_EXTENSIONS_NOT_ALLOWED":{"name":"GPKG_DGIWG_REQ_EXTENSIONS_NOT_ALLOWED","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_EXTENSIONS_CONDITIONAL":{"name":"GPKG_DGIWG_REQ_EXTENSIONS_CONDITIONAL","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_CRS_RASTER_ALLOWED":{"name":"GPKG_DGIWG_REQ_CRS_RASTER_ALLOWED","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_CRS_RASTER_TILE_MATRIX_SET":{"name":"GPKG_DGIWG_REQ_CRS_RASTER_TILE_MATRIX_SET","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_CRS_2D_VECTOR":{"name":"GPKG_DGIWG_REQ_CRS_2D_VECTOR","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_CRS_3D_VECTOR":{"name":"GPKG_DGIWG_REQ_CRS_3D_VECTOR","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_CRS_WKT":{"name":"GPKG_DGIWG_REQ_CRS_WKT","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_CRS_COMPOUND":{"name":"GPKG_DGIWG_REQ_CRS_COMPOUND","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_CRS_COMPOUND_WKT":{"name":"GPKG_DGIWG_REQ_CRS_COMPOUND_WKT","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_METADATA_DMF":{"name":"GPKG_DGIWG_REQ_METADATA_DMF","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_METADATA_GPKG":{"name":"GPKG_DGIWG_REQ_METADATA_GPKG","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_METADATA_ROW":{"name":"GPKG_DGIWG_REQ_METADATA_ROW","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_METADATA_USER":{"name":"GPKG_DGIWG_REQ_METADATA_USER","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_METADATA_PRODUCT":{"name":"GPKG_DGIWG_REQ_METADATA_PRODUCT","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_METADATA_PRODUCT_PARTIAL":{"name":"GPKG_DGIWG_REQ_METADATA_PRODUCT_PARTIAL","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_VALIDITY_DATA_VALIDITY":{"name":"GPKG_DGIWG_REQ_VALIDITY_DATA_VALIDITY","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_TILE_SIZE_MATRIX":{"name":"GPKG_DGIWG_REQ_TILE_SIZE_MATRIX","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_TILE_SIZE_DATA":{"name":"GPKG_DGIWG_REQ_TILE_SIZE_DATA","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_ZOOM_FACTOR":{"name":"GPKG_DGIWG_REQ_ZOOM_FACTOR","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_ZOOM_MATRIX_SETS_MULTIPLE":{"name":"GPKG_DGIWG_REQ_ZOOM_MATRIX_SETS_MULTIPLE","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_ZOOM_MATRIX_SETS_ONE":{"name":"GPKG_DGIWG_REQ_ZOOM_MATRIX_SETS_ONE","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_BBOX_CRS":{"name":"GPKG_DGIWG_REQ_BBOX_CRS","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_METADATA_TILE":{"name":"GPKG_DGIWG_REQ_METADATA_TILE","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgRequirement.html#/c:@E@GPKGDgiwgRequirement@GPKG_DGIWG_REQ_METADATA_FEATURE":{"name":"GPKG_DGIWG_REQ_METADATA_FEATURE","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgRequirement"},"Enums/GPKGDgiwgDataType.html#/c:@E@GPKGDgiwgDataType@GPKG_DGIWG_DT_FEATURES_2D":{"name":"GPKG_DGIWG_DT_FEATURES_2D","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgDataType"},"Enums/GPKGDgiwgDataType.html#/c:@E@GPKGDgiwgDataType@GPKG_DGIWG_DT_FEATURES_3D":{"name":"GPKG_DGIWG_DT_FEATURES_3D","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgDataType"},"Enums/GPKGDgiwgDataType.html#/c:@E@GPKGDgiwgDataType@GPKG_DGIWG_DT_TILES_2D":{"name":"GPKG_DGIWG_DT_TILES_2D","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgDataType"},"Enums/GPKGDgiwgDataType.html#/c:@E@GPKGDgiwgDataType@GPKG_DGIWG_DT_TILES_3D":{"name":"GPKG_DGIWG_DT_TILES_3D","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgDataType"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_3035":{"name":"GPKG_DGIWG_CRS_EPSG_3035","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_3395":{"name":"GPKG_DGIWG_CRS_EPSG_3395","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_3857":{"name":"GPKG_DGIWG_CRS_EPSG_3857","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_3978":{"name":"GPKG_DGIWG_CRS_EPSG_3978","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_4326":{"name":"GPKG_DGIWG_CRS_EPSG_4326","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_4979":{"name":"GPKG_DGIWG_CRS_EPSG_4979","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_5041":{"name":"GPKG_DGIWG_CRS_EPSG_5041","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_5042":{"name":"GPKG_DGIWG_CRS_EPSG_5042","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_9518":{"name":"GPKG_DGIWG_CRS_EPSG_9518","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32601":{"name":"GPKG_DGIWG_CRS_EPSG_32601","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32602":{"name":"GPKG_DGIWG_CRS_EPSG_32602","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32603":{"name":"GPKG_DGIWG_CRS_EPSG_32603","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32604":{"name":"GPKG_DGIWG_CRS_EPSG_32604","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32605":{"name":"GPKG_DGIWG_CRS_EPSG_32605","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32606":{"name":"GPKG_DGIWG_CRS_EPSG_32606","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32607":{"name":"GPKG_DGIWG_CRS_EPSG_32607","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32608":{"name":"GPKG_DGIWG_CRS_EPSG_32608","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32609":{"name":"GPKG_DGIWG_CRS_EPSG_32609","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32610":{"name":"GPKG_DGIWG_CRS_EPSG_32610","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32611":{"name":"GPKG_DGIWG_CRS_EPSG_32611","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32612":{"name":"GPKG_DGIWG_CRS_EPSG_32612","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32613":{"name":"GPKG_DGIWG_CRS_EPSG_32613","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32614":{"name":"GPKG_DGIWG_CRS_EPSG_32614","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32615":{"name":"GPKG_DGIWG_CRS_EPSG_32615","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32616":{"name":"GPKG_DGIWG_CRS_EPSG_32616","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32617":{"name":"GPKG_DGIWG_CRS_EPSG_32617","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32618":{"name":"GPKG_DGIWG_CRS_EPSG_32618","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32619":{"name":"GPKG_DGIWG_CRS_EPSG_32619","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32620":{"name":"GPKG_DGIWG_CRS_EPSG_32620","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32621":{"name":"GPKG_DGIWG_CRS_EPSG_32621","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32622":{"name":"GPKG_DGIWG_CRS_EPSG_32622","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32623":{"name":"GPKG_DGIWG_CRS_EPSG_32623","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32624":{"name":"GPKG_DGIWG_CRS_EPSG_32624","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32625":{"name":"GPKG_DGIWG_CRS_EPSG_32625","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32626":{"name":"GPKG_DGIWG_CRS_EPSG_32626","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32627":{"name":"GPKG_DGIWG_CRS_EPSG_32627","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32628":{"name":"GPKG_DGIWG_CRS_EPSG_32628","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32629":{"name":"GPKG_DGIWG_CRS_EPSG_32629","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32630":{"name":"GPKG_DGIWG_CRS_EPSG_32630","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32631":{"name":"GPKG_DGIWG_CRS_EPSG_32631","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32632":{"name":"GPKG_DGIWG_CRS_EPSG_32632","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32633":{"name":"GPKG_DGIWG_CRS_EPSG_32633","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32634":{"name":"GPKG_DGIWG_CRS_EPSG_32634","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32635":{"name":"GPKG_DGIWG_CRS_EPSG_32635","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32636":{"name":"GPKG_DGIWG_CRS_EPSG_32636","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32637":{"name":"GPKG_DGIWG_CRS_EPSG_32637","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32638":{"name":"GPKG_DGIWG_CRS_EPSG_32638","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32639":{"name":"GPKG_DGIWG_CRS_EPSG_32639","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32640":{"name":"GPKG_DGIWG_CRS_EPSG_32640","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32641":{"name":"GPKG_DGIWG_CRS_EPSG_32641","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32642":{"name":"GPKG_DGIWG_CRS_EPSG_32642","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32643":{"name":"GPKG_DGIWG_CRS_EPSG_32643","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32644":{"name":"GPKG_DGIWG_CRS_EPSG_32644","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32645":{"name":"GPKG_DGIWG_CRS_EPSG_32645","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32646":{"name":"GPKG_DGIWG_CRS_EPSG_32646","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32647":{"name":"GPKG_DGIWG_CRS_EPSG_32647","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32648":{"name":"GPKG_DGIWG_CRS_EPSG_32648","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32649":{"name":"GPKG_DGIWG_CRS_EPSG_32649","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32650":{"name":"GPKG_DGIWG_CRS_EPSG_32650","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32651":{"name":"GPKG_DGIWG_CRS_EPSG_32651","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32652":{"name":"GPKG_DGIWG_CRS_EPSG_32652","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32653":{"name":"GPKG_DGIWG_CRS_EPSG_32653","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32654":{"name":"GPKG_DGIWG_CRS_EPSG_32654","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32655":{"name":"GPKG_DGIWG_CRS_EPSG_32655","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32656":{"name":"GPKG_DGIWG_CRS_EPSG_32656","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32657":{"name":"GPKG_DGIWG_CRS_EPSG_32657","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32658":{"name":"GPKG_DGIWG_CRS_EPSG_32658","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32659":{"name":"GPKG_DGIWG_CRS_EPSG_32659","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32660":{"name":"GPKG_DGIWG_CRS_EPSG_32660","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32701":{"name":"GPKG_DGIWG_CRS_EPSG_32701","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32702":{"name":"GPKG_DGIWG_CRS_EPSG_32702","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32703":{"name":"GPKG_DGIWG_CRS_EPSG_32703","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32704":{"name":"GPKG_DGIWG_CRS_EPSG_32704","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32705":{"name":"GPKG_DGIWG_CRS_EPSG_32705","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32706":{"name":"GPKG_DGIWG_CRS_EPSG_32706","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32707":{"name":"GPKG_DGIWG_CRS_EPSG_32707","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32708":{"name":"GPKG_DGIWG_CRS_EPSG_32708","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32709":{"name":"GPKG_DGIWG_CRS_EPSG_32709","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32710":{"name":"GPKG_DGIWG_CRS_EPSG_32710","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32711":{"name":"GPKG_DGIWG_CRS_EPSG_32711","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32712":{"name":"GPKG_DGIWG_CRS_EPSG_32712","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32713":{"name":"GPKG_DGIWG_CRS_EPSG_32713","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32714":{"name":"GPKG_DGIWG_CRS_EPSG_32714","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32715":{"name":"GPKG_DGIWG_CRS_EPSG_32715","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32716":{"name":"GPKG_DGIWG_CRS_EPSG_32716","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32717":{"name":"GPKG_DGIWG_CRS_EPSG_32717","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32718":{"name":"GPKG_DGIWG_CRS_EPSG_32718","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32719":{"name":"GPKG_DGIWG_CRS_EPSG_32719","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32720":{"name":"GPKG_DGIWG_CRS_EPSG_32720","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32721":{"name":"GPKG_DGIWG_CRS_EPSG_32721","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32722":{"name":"GPKG_DGIWG_CRS_EPSG_32722","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32723":{"name":"GPKG_DGIWG_CRS_EPSG_32723","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32724":{"name":"GPKG_DGIWG_CRS_EPSG_32724","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32725":{"name":"GPKG_DGIWG_CRS_EPSG_32725","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32726":{"name":"GPKG_DGIWG_CRS_EPSG_32726","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32727":{"name":"GPKG_DGIWG_CRS_EPSG_32727","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32728":{"name":"GPKG_DGIWG_CRS_EPSG_32728","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32729":{"name":"GPKG_DGIWG_CRS_EPSG_32729","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32730":{"name":"GPKG_DGIWG_CRS_EPSG_32730","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32731":{"name":"GPKG_DGIWG_CRS_EPSG_32731","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32732":{"name":"GPKG_DGIWG_CRS_EPSG_32732","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32733":{"name":"GPKG_DGIWG_CRS_EPSG_32733","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32734":{"name":"GPKG_DGIWG_CRS_EPSG_32734","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32735":{"name":"GPKG_DGIWG_CRS_EPSG_32735","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32736":{"name":"GPKG_DGIWG_CRS_EPSG_32736","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32737":{"name":"GPKG_DGIWG_CRS_EPSG_32737","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32738":{"name":"GPKG_DGIWG_CRS_EPSG_32738","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32739":{"name":"GPKG_DGIWG_CRS_EPSG_32739","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32740":{"name":"GPKG_DGIWG_CRS_EPSG_32740","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32741":{"name":"GPKG_DGIWG_CRS_EPSG_32741","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32742":{"name":"GPKG_DGIWG_CRS_EPSG_32742","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32743":{"name":"GPKG_DGIWG_CRS_EPSG_32743","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32744":{"name":"GPKG_DGIWG_CRS_EPSG_32744","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32745":{"name":"GPKG_DGIWG_CRS_EPSG_32745","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32746":{"name":"GPKG_DGIWG_CRS_EPSG_32746","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32747":{"name":"GPKG_DGIWG_CRS_EPSG_32747","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32748":{"name":"GPKG_DGIWG_CRS_EPSG_32748","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32749":{"name":"GPKG_DGIWG_CRS_EPSG_32749","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32750":{"name":"GPKG_DGIWG_CRS_EPSG_32750","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32751":{"name":"GPKG_DGIWG_CRS_EPSG_32751","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32752":{"name":"GPKG_DGIWG_CRS_EPSG_32752","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32753":{"name":"GPKG_DGIWG_CRS_EPSG_32753","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32754":{"name":"GPKG_DGIWG_CRS_EPSG_32754","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32755":{"name":"GPKG_DGIWG_CRS_EPSG_32755","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32756":{"name":"GPKG_DGIWG_CRS_EPSG_32756","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32757":{"name":"GPKG_DGIWG_CRS_EPSG_32757","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32758":{"name":"GPKG_DGIWG_CRS_EPSG_32758","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32759":{"name":"GPKG_DGIWG_CRS_EPSG_32759","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGDgiwgCoordinateReferenceSystem.html#/c:@E@GPKGDgiwgCoordinateReferenceSystem@GPKG_DGIWG_CRS_EPSG_32760":{"name":"GPKG_DGIWG_CRS_EPSG_32760","abstract":"

    Undocumented

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystem"},"Enums/GPKGConstraintType.html#/c:@E@GPKGConstraintType@GPKG_CT_PRIMARY_KEY":{"name":"GPKG_CT_PRIMARY_KEY","abstract":"

    Undocumented

    ","parent_name":"GPKGConstraintType"},"Enums/GPKGConstraintType.html#/c:@E@GPKGConstraintType@GPKG_CT_UNIQUE":{"name":"GPKG_CT_UNIQUE","abstract":"

    Undocumented

    ","parent_name":"GPKGConstraintType"},"Enums/GPKGConstraintType.html#/c:@E@GPKGConstraintType@GPKG_CT_CHECK":{"name":"GPKG_CT_CHECK","abstract":"

    Undocumented

    ","parent_name":"GPKGConstraintType"},"Enums/GPKGConstraintType.html#/c:@E@GPKGConstraintType@GPKG_CT_FOREIGN_KEY":{"name":"GPKG_CT_FOREIGN_KEY","abstract":"

    Undocumented

    ","parent_name":"GPKGConstraintType"},"Enums/GPKGConstraintType.html#/c:@E@GPKGConstraintType@GPKG_CT_NOT_NULL":{"name":"GPKG_CT_NOT_NULL","abstract":"

    Undocumented

    ","parent_name":"GPKGConstraintType"},"Enums/GPKGConstraintType.html#/c:@E@GPKGConstraintType@GPKG_CT_DEFAULT":{"name":"GPKG_CT_DEFAULT","abstract":"

    Undocumented

    ","parent_name":"GPKGConstraintType"},"Enums/GPKGConstraintType.html#/c:@E@GPKGConstraintType@GPKG_CT_COLLATE":{"name":"GPKG_CT_COLLATE","abstract":"

    Undocumented

    ","parent_name":"GPKGConstraintType"},"Enums/GPKGConstraintType.html#/c:@E@GPKGConstraintType@GPKG_CT_AUTOINCREMENT":{"name":"GPKG_CT_AUTOINCREMENT","abstract":"

    Undocumented

    ","parent_name":"GPKGConstraintType"},"Enums/GPKGSQLiteMasterType.html#/c:@E@GPKGSQLiteMasterType@GPKG_SMT_TABLE":{"name":"GPKG_SMT_TABLE","abstract":"

    Undocumented

    ","parent_name":"GPKGSQLiteMasterType"},"Enums/GPKGSQLiteMasterType.html#/c:@E@GPKGSQLiteMasterType@GPKG_SMT_INDEX":{"name":"GPKG_SMT_INDEX","abstract":"

    Undocumented

    ","parent_name":"GPKGSQLiteMasterType"},"Enums/GPKGSQLiteMasterType.html#/c:@E@GPKGSQLiteMasterType@GPKG_SMT_VIEW":{"name":"GPKG_SMT_VIEW","abstract":"

    Undocumented

    ","parent_name":"GPKGSQLiteMasterType"},"Enums/GPKGSQLiteMasterType.html#/c:@E@GPKGSQLiteMasterType@GPKG_SMT_TRIGGER":{"name":"GPKG_SMT_TRIGGER","abstract":"

    Undocumented

    ","parent_name":"GPKGSQLiteMasterType"},"Enums/GPKGSQLiteMasterColumn.html#/c:@E@GPKGSQLiteMasterColumn@GPKG_SMC_TYPE":{"name":"GPKG_SMC_TYPE","abstract":"

    Undocumented

    ","parent_name":"GPKGSQLiteMasterColumn"},"Enums/GPKGSQLiteMasterColumn.html#/c:@E@GPKGSQLiteMasterColumn@GPKG_SMC_NAME":{"name":"GPKG_SMC_NAME","abstract":"

    Undocumented

    ","parent_name":"GPKGSQLiteMasterColumn"},"Enums/GPKGSQLiteMasterColumn.html#/c:@E@GPKGSQLiteMasterColumn@GPKG_SMC_TBL_NAME":{"name":"GPKG_SMC_TBL_NAME","abstract":"

    Undocumented

    ","parent_name":"GPKGSQLiteMasterColumn"},"Enums/GPKGSQLiteMasterColumn.html#/c:@E@GPKGSQLiteMasterColumn@GPKG_SMC_ROOTPAGE":{"name":"GPKG_SMC_ROOTPAGE","abstract":"

    Undocumented

    ","parent_name":"GPKGSQLiteMasterColumn"},"Enums/GPKGSQLiteMasterColumn.html#/c:@E@GPKGSQLiteMasterColumn@GPKG_SMC_SQL":{"name":"GPKG_SMC_SQL","abstract":"

    Undocumented

    ","parent_name":"GPKGSQLiteMasterColumn"},"Enums/GPKGDataType.html#/c:@E@GPKGDataType@GPKG_DT_BOOLEAN":{"name":"GPKG_DT_BOOLEAN","abstract":"

    Undocumented

    ","parent_name":"GPKGDataType"},"Enums/GPKGDataType.html#/c:@E@GPKGDataType@GPKG_DT_TINYINT":{"name":"GPKG_DT_TINYINT","abstract":"

    Undocumented

    ","parent_name":"GPKGDataType"},"Enums/GPKGDataType.html#/c:@E@GPKGDataType@GPKG_DT_SMALLINT":{"name":"GPKG_DT_SMALLINT","abstract":"

    Undocumented

    ","parent_name":"GPKGDataType"},"Enums/GPKGDataType.html#/c:@E@GPKGDataType@GPKG_DT_MEDIUMINT":{"name":"GPKG_DT_MEDIUMINT","abstract":"

    Undocumented

    ","parent_name":"GPKGDataType"},"Enums/GPKGDataType.html#/c:@E@GPKGDataType@GPKG_DT_INT":{"name":"GPKG_DT_INT","abstract":"

    Undocumented

    ","parent_name":"GPKGDataType"},"Enums/GPKGDataType.html#/c:@E@GPKGDataType@GPKG_DT_INTEGER":{"name":"GPKG_DT_INTEGER","abstract":"

    Undocumented

    ","parent_name":"GPKGDataType"},"Enums/GPKGDataType.html#/c:@E@GPKGDataType@GPKG_DT_FLOAT":{"name":"GPKG_DT_FLOAT","abstract":"

    Undocumented

    ","parent_name":"GPKGDataType"},"Enums/GPKGDataType.html#/c:@E@GPKGDataType@GPKG_DT_DOUBLE":{"name":"GPKG_DT_DOUBLE","abstract":"

    Undocumented

    ","parent_name":"GPKGDataType"},"Enums/GPKGDataType.html#/c:@E@GPKGDataType@GPKG_DT_REAL":{"name":"GPKG_DT_REAL","abstract":"

    Undocumented

    ","parent_name":"GPKGDataType"},"Enums/GPKGDataType.html#/c:@E@GPKGDataType@GPKG_DT_TEXT":{"name":"GPKG_DT_TEXT","abstract":"

    Undocumented

    ","parent_name":"GPKGDataType"},"Enums/GPKGDataType.html#/c:@E@GPKGDataType@GPKG_DT_BLOB":{"name":"GPKG_DT_BLOB","abstract":"

    Undocumented

    ","parent_name":"GPKGDataType"},"Enums/GPKGDataType.html#/c:@E@GPKGDataType@GPKG_DT_DATE":{"name":"GPKG_DT_DATE","abstract":"

    Undocumented

    ","parent_name":"GPKGDataType"},"Enums/GPKGDataType.html#/c:@E@GPKGDataType@GPKG_DT_DATETIME":{"name":"GPKG_DT_DATETIME","abstract":"

    Undocumented

    ","parent_name":"GPKGDataType"},"Enums/GPKGContentsDataType.html#/c:@E@GPKGContentsDataType@GPKG_CDT_FEATURES":{"name":"GPKG_CDT_FEATURES","abstract":"

    Undocumented

    ","parent_name":"GPKGContentsDataType"},"Enums/GPKGContentsDataType.html#/c:@E@GPKGContentsDataType@GPKG_CDT_TILES":{"name":"GPKG_CDT_TILES","abstract":"

    Undocumented

    ","parent_name":"GPKGContentsDataType"},"Enums/GPKGContentsDataType.html#/c:@E@GPKGContentsDataType@GPKG_CDT_ATTRIBUTES":{"name":"GPKG_CDT_ATTRIBUTES","abstract":"

    Undocumented

    ","parent_name":"GPKGContentsDataType"},"Enums/SFEventType.html#/c:@E@SFEventType@SF_ET_LEFT":{"name":"SF_ET_LEFT","abstract":"

    Undocumented

    ","parent_name":"SFEventType"},"Enums/SFEventType.html#/c:@E@SFEventType@SF_ET_RIGHT":{"name":"SF_ET_RIGHT","abstract":"

    Undocumented

    ","parent_name":"SFEventType"},"Enums/SFFiniteFilterType.html#/c:@E@SFFiniteFilterType@SF_FF_FINITE":{"name":"SF_FF_FINITE","abstract":"

    Undocumented

    ","parent_name":"SFFiniteFilterType"},"Enums/SFFiniteFilterType.html#/c:@E@SFFiniteFilterType@SF_FF_FINITE_AND_INFINITE":{"name":"SF_FF_FINITE_AND_INFINITE","abstract":"

    Undocumented

    ","parent_name":"SFFiniteFilterType"},"Enums/SFFiniteFilterType.html#/c:@E@SFFiniteFilterType@SF_FF_FINITE_AND_NAN":{"name":"SF_FF_FINITE_AND_NAN","abstract":"

    Undocumented

    ","parent_name":"SFFiniteFilterType"},"Enums/SFGeometryType.html#/c:@E@SFGeometryType@SF_GEOMETRY":{"name":"SF_GEOMETRY","abstract":"

    Undocumented

    ","parent_name":"SFGeometryType"},"Enums/SFGeometryType.html#/c:@E@SFGeometryType@SF_POINT":{"name":"SF_POINT","abstract":"

    Undocumented

    ","parent_name":"SFGeometryType"},"Enums/SFGeometryType.html#/c:@E@SFGeometryType@SF_LINESTRING":{"name":"SF_LINESTRING","abstract":"

    Undocumented

    ","parent_name":"SFGeometryType"},"Enums/SFGeometryType.html#/c:@E@SFGeometryType@SF_POLYGON":{"name":"SF_POLYGON","abstract":"

    Undocumented

    ","parent_name":"SFGeometryType"},"Enums/SFGeometryType.html#/c:@E@SFGeometryType@SF_MULTIPOINT":{"name":"SF_MULTIPOINT","abstract":"

    Undocumented

    ","parent_name":"SFGeometryType"},"Enums/SFGeometryType.html#/c:@E@SFGeometryType@SF_MULTILINESTRING":{"name":"SF_MULTILINESTRING","abstract":"

    Undocumented

    ","parent_name":"SFGeometryType"},"Enums/SFGeometryType.html#/c:@E@SFGeometryType@SF_MULTIPOLYGON":{"name":"SF_MULTIPOLYGON","abstract":"

    Undocumented

    ","parent_name":"SFGeometryType"},"Enums/SFGeometryType.html#/c:@E@SFGeometryType@SF_GEOMETRYCOLLECTION":{"name":"SF_GEOMETRYCOLLECTION","abstract":"

    Undocumented

    ","parent_name":"SFGeometryType"},"Enums/SFGeometryType.html#/c:@E@SFGeometryType@SF_CIRCULARSTRING":{"name":"SF_CIRCULARSTRING","abstract":"

    Undocumented

    ","parent_name":"SFGeometryType"},"Enums/SFGeometryType.html#/c:@E@SFGeometryType@SF_COMPOUNDCURVE":{"name":"SF_COMPOUNDCURVE","abstract":"

    Undocumented

    ","parent_name":"SFGeometryType"},"Enums/SFGeometryType.html#/c:@E@SFGeometryType@SF_CURVEPOLYGON":{"name":"SF_CURVEPOLYGON","abstract":"

    Undocumented

    ","parent_name":"SFGeometryType"},"Enums/SFGeometryType.html#/c:@E@SFGeometryType@SF_MULTICURVE":{"name":"SF_MULTICURVE","abstract":"

    Undocumented

    ","parent_name":"SFGeometryType"},"Enums/SFGeometryType.html#/c:@E@SFGeometryType@SF_MULTISURFACE":{"name":"SF_MULTISURFACE","abstract":"

    Undocumented

    ","parent_name":"SFGeometryType"},"Enums/SFGeometryType.html#/c:@E@SFGeometryType@SF_CURVE":{"name":"SF_CURVE","abstract":"

    Undocumented

    ","parent_name":"SFGeometryType"},"Enums/SFGeometryType.html#/c:@E@SFGeometryType@SF_SURFACE":{"name":"SF_SURFACE","abstract":"

    Undocumented

    ","parent_name":"SFGeometryType"},"Enums/SFGeometryType.html#/c:@E@SFGeometryType@SF_POLYHEDRALSURFACE":{"name":"SF_POLYHEDRALSURFACE","abstract":"

    Undocumented

    ","parent_name":"SFGeometryType"},"Enums/SFGeometryType.html#/c:@E@SFGeometryType@SF_TIN":{"name":"SF_TIN","abstract":"

    Undocumented

    ","parent_name":"SFGeometryType"},"Enums/SFGeometryType.html#/c:@E@SFGeometryType@SF_TRIANGLE":{"name":"SF_TRIANGLE","abstract":"

    Undocumented

    ","parent_name":"SFGeometryType"},"Enums/SFGeometryType.html#/c:@E@SFGeometryType@SF_NONE":{"name":"SF_NONE","abstract":"

    Undocumented

    ","parent_name":"SFGeometryType"},"Enums/PROJUnit.html#/c:@E@PROJUnit@PROJ_UNIT_DEGREES":{"name":"PROJ_UNIT_DEGREES","abstract":"

    Undocumented

    ","parent_name":"PROJUnit"},"Enums/PROJUnit.html#/c:@E@PROJUnit@PROJ_UNIT_METERS":{"name":"PROJ_UNIT_METERS","abstract":"

    Undocumented

    ","parent_name":"PROJUnit"},"Enums/PROJUnit.html#/c:@E@PROJUnit@PROJ_UNIT_NONE":{"name":"PROJ_UNIT_NONE","abstract":"

    Undocumented

    ","parent_name":"PROJUnit"},"Enums/PROJProjectionFactoryType.html#/c:@E@PROJProjectionFactoryType@PROJ_FACTORY_CACHE":{"name":"PROJ_FACTORY_CACHE","abstract":"

    Cached projections from previous retrievals

    ","parent_name":"PROJProjectionFactoryType"},"Enums/PROJProjectionFactoryType.html#/c:@E@PROJProjectionFactoryType@PROJ_FACTORY_DEFINITION":{"name":"PROJ_FACTORY_DEFINITION","abstract":"

    Well-Known Text Definition parsing and proj4 conversion

    ","parent_name":"PROJProjectionFactoryType"},"Enums/PROJProjectionFactoryType.html#/c:@E@PROJProjectionFactoryType@PROJ_FACTORY_PARAMETERS":{"name":"PROJ_FACTORY_PARAMETERS","abstract":"

    proj4 creation from proj4 projection parameters

    ","parent_name":"PROJProjectionFactoryType"},"Enums/PROJProjectionFactoryType.html#/c:@E@PROJProjectionFactoryType@PROJ_FACTORY_PROPERTIES":{"name":"PROJ_FACTORY_PROPERTIES","abstract":"

    Creation from project and custom properties of configured proj4 projection parameters

    ","parent_name":"PROJProjectionFactoryType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_ABRIDGEDTRANSFORMATION":{"name":"CRS_KEYWORD_ABRIDGEDTRANSFORMATION","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_ANCHOR":{"name":"CRS_KEYWORD_ANCHOR","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_ANGLEUNIT":{"name":"CRS_KEYWORD_ANGLEUNIT","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_AREA":{"name":"CRS_KEYWORD_AREA","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_AXIS":{"name":"CRS_KEYWORD_AXIS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_BASEENGCRS":{"name":"CRS_KEYWORD_BASEENGCRS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_BASEGEODCRS":{"name":"CRS_KEYWORD_BASEGEODCRS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_BASEGEOGCRS":{"name":"CRS_KEYWORD_BASEGEOGCRS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_BASEPARAMCRS":{"name":"CRS_KEYWORD_BASEPARAMCRS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_BASEPROJCRS":{"name":"CRS_KEYWORD_BASEPROJCRS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_BASETIMECRS":{"name":"CRS_KEYWORD_BASETIMECRS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_BASEVERTCRS":{"name":"CRS_KEYWORD_BASEVERTCRS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_BBOX":{"name":"CRS_KEYWORD_BBOX","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_BEARING":{"name":"CRS_KEYWORD_BEARING","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_BOUNDCRS":{"name":"CRS_KEYWORD_BOUNDCRS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_CALENDAR":{"name":"CRS_KEYWORD_CALENDAR","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_CITATION":{"name":"CRS_KEYWORD_CITATION","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_CONVERSION":{"name":"CRS_KEYWORD_CONVERSION","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_COMPOUNDCRS":{"name":"CRS_KEYWORD_COMPOUNDCRS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_CONCATENATEDOPERATION":{"name":"CRS_KEYWORD_CONCATENATEDOPERATION","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_COORDINATEMETADATA":{"name":"CRS_KEYWORD_COORDINATEMETADATA","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_COORDINATEOPERATION":{"name":"CRS_KEYWORD_COORDINATEOPERATION","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_CS":{"name":"CRS_KEYWORD_CS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_DATUM":{"name":"CRS_KEYWORD_DATUM","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_DERIVEDPROJCRS":{"name":"CRS_KEYWORD_DERIVEDPROJCRS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_DERIVINGCONVERSION":{"name":"CRS_KEYWORD_DERIVINGCONVERSION","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_DYNAMIC":{"name":"CRS_KEYWORD_DYNAMIC","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_EDATUM":{"name":"CRS_KEYWORD_EDATUM","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_ELLIPSOID":{"name":"CRS_KEYWORD_ELLIPSOID","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_ENGCRS":{"name":"CRS_KEYWORD_ENGCRS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_ENSEMBLE":{"name":"CRS_KEYWORD_ENSEMBLE","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_ENSEMBLEACCURACY":{"name":"CRS_KEYWORD_ENSEMBLEACCURACY","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_EPOCH":{"name":"CRS_KEYWORD_EPOCH","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_EXTENSION":{"name":"CRS_KEYWORD_EXTENSION","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_FRAMEEPOCH":{"name":"CRS_KEYWORD_FRAMEEPOCH","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_GEOCCS":{"name":"CRS_KEYWORD_GEOCCS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_GEODCRS":{"name":"CRS_KEYWORD_GEODCRS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_GEOGCS":{"name":"CRS_KEYWORD_GEOGCS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_GEOGCRS":{"name":"CRS_KEYWORD_GEOGCRS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_GEOIDMODEL":{"name":"CRS_KEYWORD_GEOIDMODEL","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_ID":{"name":"CRS_KEYWORD_ID","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_INTERPOLATIONCRS":{"name":"CRS_KEYWORD_INTERPOLATIONCRS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_LENGTHUNIT":{"name":"CRS_KEYWORD_LENGTHUNIT","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_LOCAL_CS":{"name":"CRS_KEYWORD_LOCAL_CS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_MEMBER":{"name":"CRS_KEYWORD_MEMBER","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_MERIDIAN":{"name":"CRS_KEYWORD_MERIDIAN","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_METHOD":{"name":"CRS_KEYWORD_METHOD","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_MODEL":{"name":"CRS_KEYWORD_MODEL","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_OPERATIONACCURACY":{"name":"CRS_KEYWORD_OPERATIONACCURACY","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_ORDER":{"name":"CRS_KEYWORD_ORDER","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_PARAMETER":{"name":"CRS_KEYWORD_PARAMETER","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_PARAMETERFILE":{"name":"CRS_KEYWORD_PARAMETERFILE","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_PARAMETRICCRS":{"name":"CRS_KEYWORD_PARAMETRICCRS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_PARAMETRICUNIT":{"name":"CRS_KEYWORD_PARAMETRICUNIT","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_PDATUM":{"name":"CRS_KEYWORD_PDATUM","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_POINTMOTIONOPERATION":{"name":"CRS_KEYWORD_POINTMOTIONOPERATION","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_PRIMEM":{"name":"CRS_KEYWORD_PRIMEM","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_PROJCRS":{"name":"CRS_KEYWORD_PROJCRS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_PROJCS":{"name":"CRS_KEYWORD_PROJCS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_REMARK":{"name":"CRS_KEYWORD_REMARK","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_SCALEUNIT":{"name":"CRS_KEYWORD_SCALEUNIT","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_SCOPE":{"name":"CRS_KEYWORD_SCOPE","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_SOURCECRS":{"name":"CRS_KEYWORD_SOURCECRS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_STEP":{"name":"CRS_KEYWORD_STEP","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_TARGETCRS":{"name":"CRS_KEYWORD_TARGETCRS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_TDATUM":{"name":"CRS_KEYWORD_TDATUM","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_TIMECRS":{"name":"CRS_KEYWORD_TIMECRS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_TIMEEXTENT":{"name":"CRS_KEYWORD_TIMEEXTENT","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_TIMEORIGIN":{"name":"CRS_KEYWORD_TIMEORIGIN","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_TIMEUNIT":{"name":"CRS_KEYWORD_TIMEUNIT","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_TOWGS84":{"name":"CRS_KEYWORD_TOWGS84","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_TRIAXIAL":{"name":"CRS_KEYWORD_TRIAXIAL","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_USAGE":{"name":"CRS_KEYWORD_USAGE","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_URI":{"name":"CRS_KEYWORD_URI","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_VDATUM":{"name":"CRS_KEYWORD_VDATUM","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_VERSION":{"name":"CRS_KEYWORD_VERSION","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_VERT_CS":{"name":"CRS_KEYWORD_VERT_CS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_VERTCRS":{"name":"CRS_KEYWORD_VERTCRS","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSKeywordType.html#/c:@E@CRSKeywordType@CRS_KEYWORD_VERTICALEXTENT":{"name":"CRS_KEYWORD_VERTICALEXTENT","abstract":"

    Undocumented

    ","parent_name":"CRSKeywordType"},"Enums/CRSOperationType.html#/c:@E@CRSOperationType@CRS_OPERATION_COORDINATE":{"name":"CRS_OPERATION_COORDINATE","abstract":"

    Undocumented

    ","parent_name":"CRSOperationType"},"Enums/CRSOperationType.html#/c:@E@CRSOperationType@CRS_OPERATION_POINT_MOTION":{"name":"CRS_OPERATION_POINT_MOTION","abstract":"

    Undocumented

    ","parent_name":"CRSOperationType"},"Enums/CRSOperationType.html#/c:@E@CRSOperationType@CRS_OPERATION_MAP_PROJECTION":{"name":"CRS_OPERATION_MAP_PROJECTION","abstract":"

    Undocumented

    ","parent_name":"CRSOperationType"},"Enums/CRSOperationType.html#/c:@E@CRSOperationType@CRS_OPERATION_DERIVING_CONVERSION":{"name":"CRS_OPERATION_DERIVING_CONVERSION","abstract":"

    Undocumented

    ","parent_name":"CRSOperationType"},"Enums/CRSOperationType.html#/c:@E@CRSOperationType@CRS_OPERATION_ABRIDGED_COORDINATE_TRANSFORMATION":{"name":"CRS_OPERATION_ABRIDGED_COORDINATE_TRANSFORMATION","abstract":"

    Undocumented

    ","parent_name":"CRSOperationType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_ANGLE_FROM_RECTIFIED_TO_SKEW_GRID":{"name":"CRS_PARAMETER_ANGLE_FROM_RECTIFIED_TO_SKEW_GRID","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_AZIMUTH_OF_INITIAL_LINE":{"name":"CRS_PARAMETER_AZIMUTH_OF_INITIAL_LINE","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_CO_LATITUDE_OF_CONE_AXIS":{"name":"CRS_PARAMETER_CO_LATITUDE_OF_CONE_AXIS","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_EASTING_AT_FALSE_ORIGIN":{"name":"CRS_PARAMETER_EASTING_AT_FALSE_ORIGIN","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_EASTING_AT_PROJECTION_CENTRE":{"name":"CRS_PARAMETER_EASTING_AT_PROJECTION_CENTRE","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_ELLIPSOIDAL_HEIGHT_DIFFERENCE_FILE":{"name":"CRS_PARAMETER_ELLIPSOIDAL_HEIGHT_DIFFERENCE_FILE","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_FALSE_EASTING":{"name":"CRS_PARAMETER_FALSE_EASTING","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_FALSE_NORTHING":{"name":"CRS_PARAMETER_FALSE_NORTHING","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_LATITUDE_AND_LONGITUDE_DIFFERENCE_FILE":{"name":"CRS_PARAMETER_LATITUDE_AND_LONGITUDE_DIFFERENCE_FILE","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_LATITUDE_DIFFERENCE_FILE":{"name":"CRS_PARAMETER_LATITUDE_DIFFERENCE_FILE","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_LATITUDE_OF_1ST_STANDARD_PARALLEL":{"name":"CRS_PARAMETER_LATITUDE_OF_1ST_STANDARD_PARALLEL","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_LATITUDE_OF_2ND_STANDARD_PARALLEL":{"name":"CRS_PARAMETER_LATITUDE_OF_2ND_STANDARD_PARALLEL","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_LATITUDE_OF_FALSE_ORIGIN":{"name":"CRS_PARAMETER_LATITUDE_OF_FALSE_ORIGIN","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_LATITUDE_OF_NATURAL_ORIGIN":{"name":"CRS_PARAMETER_LATITUDE_OF_NATURAL_ORIGIN","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_LATITUDE_OF_PROJECTION_CENTRE":{"name":"CRS_PARAMETER_LATITUDE_OF_PROJECTION_CENTRE","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_LATITUDE_OF_PSEUDO_STANDARD_PARALLEL":{"name":"CRS_PARAMETER_LATITUDE_OF_PSEUDO_STANDARD_PARALLEL","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_LONGITUDE_DIFFERENCE_FILE":{"name":"CRS_PARAMETER_LONGITUDE_DIFFERENCE_FILE","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_LONGITUDE_OF_FALSE_ORIGIN":{"name":"CRS_PARAMETER_LONGITUDE_OF_FALSE_ORIGIN","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_LONGITUDE_OF_NATURAL_ORIGIN":{"name":"CRS_PARAMETER_LONGITUDE_OF_NATURAL_ORIGIN","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_LONGITUDE_OF_ORIGIN":{"name":"CRS_PARAMETER_LONGITUDE_OF_ORIGIN","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_LONGITUDE_OF_PROJECTION_CENTRE":{"name":"CRS_PARAMETER_LONGITUDE_OF_PROJECTION_CENTRE","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_NORTHING_AT_FALSE_ORIGIN":{"name":"CRS_PARAMETER_NORTHING_AT_FALSE_ORIGIN","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_NORTHING_AT_PROJECTION_CENTRE":{"name":"CRS_PARAMETER_NORTHING_AT_PROJECTION_CENTRE","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_ORDINATE_1_OF_EVALUATION_POINT":{"name":"CRS_PARAMETER_ORDINATE_1_OF_EVALUATION_POINT","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_ORDINATE_2_OF_EVALUATION_POINT":{"name":"CRS_PARAMETER_ORDINATE_2_OF_EVALUATION_POINT","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_ORDINATE_3_OF_EVALUATION_POINT":{"name":"CRS_PARAMETER_ORDINATE_3_OF_EVALUATION_POINT","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_SCALE_DIFFERENCE":{"name":"CRS_PARAMETER_SCALE_DIFFERENCE","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_SCALE_FACTOR_AT_NATURAL_ORIGIN":{"name":"CRS_PARAMETER_SCALE_FACTOR_AT_NATURAL_ORIGIN","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_SCALE_FACTOR_ON_INITIAL_LINE":{"name":"CRS_PARAMETER_SCALE_FACTOR_ON_INITIAL_LINE","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_SCALE_FACTOR_ON_PSEUDO_STANDARD_PARALLEL":{"name":"CRS_PARAMETER_SCALE_FACTOR_ON_PSEUDO_STANDARD_PARALLEL","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_VERTICAL_OFFSET":{"name":"CRS_PARAMETER_VERTICAL_OFFSET","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_X_AXIS_ROTATION":{"name":"CRS_PARAMETER_X_AXIS_ROTATION","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_X_AXIS_TRANSLATION":{"name":"CRS_PARAMETER_X_AXIS_TRANSLATION","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_Y_AXIS_ROTATION":{"name":"CRS_PARAMETER_Y_AXIS_ROTATION","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_Y_AXIS_TRANSLATION":{"name":"CRS_PARAMETER_Y_AXIS_TRANSLATION","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_Z_AXIS_ROTATION":{"name":"CRS_PARAMETER_Z_AXIS_ROTATION","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationParameterType.html#/c:@E@CRSOperationParameterType@CRS_PARAMETER_Z_AXIS_TRANSLATION":{"name":"CRS_PARAMETER_Z_AXIS_TRANSLATION","abstract":"

    Undocumented

    ","parent_name":"CRSOperationParameterType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_ALBERS_EQUAL_AREA":{"name":"CRS_METHOD_ALBERS_EQUAL_AREA","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_AMERICAN_POLYCONIC":{"name":"CRS_METHOD_AMERICAN_POLYCONIC","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_CASSINI_SOLDNER":{"name":"CRS_METHOD_CASSINI_SOLDNER","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_COORDINATE_FRAME_ROTATION":{"name":"CRS_METHOD_COORDINATE_FRAME_ROTATION","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_EQUIDISTANT_CYLINDRICAL":{"name":"CRS_METHOD_EQUIDISTANT_CYLINDRICAL","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_GEOCENTRIC_TRANSLATIONS":{"name":"CRS_METHOD_GEOCENTRIC_TRANSLATIONS","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_HOTINE_OBLIQUE_MERCATOR_A":{"name":"CRS_METHOD_HOTINE_OBLIQUE_MERCATOR_A","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_HOTINE_OBLIQUE_MERCATOR_B":{"name":"CRS_METHOD_HOTINE_OBLIQUE_MERCATOR_B","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_KROVAK":{"name":"CRS_METHOD_KROVAK","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_LAMBERT_AZIMUTHAL_EQUAL_AREA":{"name":"CRS_METHOD_LAMBERT_AZIMUTHAL_EQUAL_AREA","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_LAMBERT_CONIC_CONFORMAL_1SP":{"name":"CRS_METHOD_LAMBERT_CONIC_CONFORMAL_1SP","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_LAMBERT_CONIC_CONFORMAL_2SP":{"name":"CRS_METHOD_LAMBERT_CONIC_CONFORMAL_2SP","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_LAMBERT_CYLINDRICAL_EQUAL_AREA":{"name":"CRS_METHOD_LAMBERT_CYLINDRICAL_EQUAL_AREA","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_LONGITUDE_ROTATION":{"name":"CRS_METHOD_LONGITUDE_ROTATION","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_MERCATOR_A":{"name":"CRS_METHOD_MERCATOR_A","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_MERCATOR_B":{"name":"CRS_METHOD_MERCATOR_B","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_MOLODENSKY_BADEKAS":{"name":"CRS_METHOD_MOLODENSKY_BADEKAS","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_NADCON":{"name":"CRS_METHOD_NADCON","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_NADCON5":{"name":"CRS_METHOD_NADCON5","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_NEW_ZEALAND_MAP_GRID":{"name":"CRS_METHOD_NEW_ZEALAND_MAP_GRID","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_NTV2":{"name":"CRS_METHOD_NTV2","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_OBLIQUE_STEREOGRAPHIC":{"name":"CRS_METHOD_OBLIQUE_STEREOGRAPHIC","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_POLAR_STEREOGRAPHIC_A":{"name":"CRS_METHOD_POLAR_STEREOGRAPHIC_A","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_POLAR_STEREOGRAPHIC_B":{"name":"CRS_METHOD_POLAR_STEREOGRAPHIC_B","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_POLAR_STEREOGRAPHIC_C":{"name":"CRS_METHOD_POLAR_STEREOGRAPHIC_C","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_POPULAR_VISUALISATION_PSEUDO_MERCATOR":{"name":"CRS_METHOD_POPULAR_VISUALISATION_PSEUDO_MERCATOR","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_POSITION_VECTOR_TRANSFORMATION":{"name":"CRS_METHOD_POSITION_VECTOR_TRANSFORMATION","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_TRANSVERSE_MERCATOR":{"name":"CRS_METHOD_TRANSVERSE_MERCATOR","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_TRANSVERSE_MERCATOR_SOUTH_ORIENTATED":{"name":"CRS_METHOD_TRANSVERSE_MERCATOR_SOUTH_ORIENTATED","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSOperationMethodType.html#/c:@E@CRSOperationMethodType@CRS_METHOD_VERTICAL_OFFSET":{"name":"CRS_METHOD_VERTICAL_OFFSET","abstract":"

    Undocumented

    ","parent_name":"CRSOperationMethodType"},"Enums/CRSPrimeMeridianType.html#/c:@E@CRSPrimeMeridianType@CRS_PM_GREENWICH":{"name":"CRS_PM_GREENWICH","abstract":"

    Undocumented

    ","parent_name":"CRSPrimeMeridianType"},"Enums/CRSPrimeMeridianType.html#/c:@E@CRSPrimeMeridianType@CRS_PM_LISBON":{"name":"CRS_PM_LISBON","abstract":"

    Undocumented

    ","parent_name":"CRSPrimeMeridianType"},"Enums/CRSPrimeMeridianType.html#/c:@E@CRSPrimeMeridianType@CRS_PM_PARIS":{"name":"CRS_PM_PARIS","abstract":"

    Undocumented

    ","parent_name":"CRSPrimeMeridianType"},"Enums/CRSPrimeMeridianType.html#/c:@E@CRSPrimeMeridianType@CRS_PM_BOGOTA":{"name":"CRS_PM_BOGOTA","abstract":"

    Undocumented

    ","parent_name":"CRSPrimeMeridianType"},"Enums/CRSPrimeMeridianType.html#/c:@E@CRSPrimeMeridianType@CRS_PM_MADRID":{"name":"CRS_PM_MADRID","abstract":"

    Undocumented

    ","parent_name":"CRSPrimeMeridianType"},"Enums/CRSPrimeMeridianType.html#/c:@E@CRSPrimeMeridianType@CRS_PM_ROME":{"name":"CRS_PM_ROME","abstract":"

    Undocumented

    ","parent_name":"CRSPrimeMeridianType"},"Enums/CRSPrimeMeridianType.html#/c:@E@CRSPrimeMeridianType@CRS_PM_BERN":{"name":"CRS_PM_BERN","abstract":"

    Undocumented

    ","parent_name":"CRSPrimeMeridianType"},"Enums/CRSPrimeMeridianType.html#/c:@E@CRSPrimeMeridianType@CRS_PM_JAKARTA":{"name":"CRS_PM_JAKARTA","abstract":"

    Undocumented

    ","parent_name":"CRSPrimeMeridianType"},"Enums/CRSPrimeMeridianType.html#/c:@E@CRSPrimeMeridianType@CRS_PM_FERRO":{"name":"CRS_PM_FERRO","abstract":"

    Undocumented

    ","parent_name":"CRSPrimeMeridianType"},"Enums/CRSPrimeMeridianType.html#/c:@E@CRSPrimeMeridianType@CRS_PM_BRUSSELS":{"name":"CRS_PM_BRUSSELS","abstract":"

    Undocumented

    ","parent_name":"CRSPrimeMeridianType"},"Enums/CRSPrimeMeridianType.html#/c:@E@CRSPrimeMeridianType@CRS_PM_STOCKHOLM":{"name":"CRS_PM_STOCKHOLM","abstract":"

    Undocumented

    ","parent_name":"CRSPrimeMeridianType"},"Enums/CRSPrimeMeridianType.html#/c:@E@CRSPrimeMeridianType@CRS_PM_ATHENS":{"name":"CRS_PM_ATHENS","abstract":"

    Undocumented

    ","parent_name":"CRSPrimeMeridianType"},"Enums/CRSPrimeMeridianType.html#/c:@E@CRSPrimeMeridianType@CRS_PM_OSLO":{"name":"CRS_PM_OSLO","abstract":"

    Undocumented

    ","parent_name":"CRSPrimeMeridianType"},"Enums/CRSGeoDatumType.html#/c:@E@CRSGeoDatumType@CRS_DATUM_WGS84":{"name":"CRS_DATUM_WGS84","abstract":"

    Undocumented

    ","parent_name":"CRSGeoDatumType"},"Enums/CRSGeoDatumType.html#/c:@E@CRSGeoDatumType@CRS_DATUM_GGRS87":{"name":"CRS_DATUM_GGRS87","abstract":"

    Undocumented

    ","parent_name":"CRSGeoDatumType"},"Enums/CRSGeoDatumType.html#/c:@E@CRSGeoDatumType@CRS_DATUM_NAD83":{"name":"CRS_DATUM_NAD83","abstract":"

    Undocumented

    ","parent_name":"CRSGeoDatumType"},"Enums/CRSGeoDatumType.html#/c:@E@CRSGeoDatumType@CRS_DATUM_ETRS89":{"name":"CRS_DATUM_ETRS89","abstract":"

    Undocumented

    ","parent_name":"CRSGeoDatumType"},"Enums/CRSGeoDatumType.html#/c:@E@CRSGeoDatumType@CRS_DATUM_NAD27":{"name":"CRS_DATUM_NAD27","abstract":"

    Undocumented

    ","parent_name":"CRSGeoDatumType"},"Enums/CRSGeoDatumType.html#/c:@E@CRSGeoDatumType@CRS_DATUM_POTSDAM":{"name":"CRS_DATUM_POTSDAM","abstract":"

    Undocumented

    ","parent_name":"CRSGeoDatumType"},"Enums/CRSGeoDatumType.html#/c:@E@CRSGeoDatumType@CRS_DATUM_CARTHAGE":{"name":"CRS_DATUM_CARTHAGE","abstract":"

    Undocumented

    ","parent_name":"CRSGeoDatumType"},"Enums/CRSGeoDatumType.html#/c:@E@CRSGeoDatumType@CRS_DATUM_HERMANNSKOGEL":{"name":"CRS_DATUM_HERMANNSKOGEL","abstract":"

    Undocumented

    ","parent_name":"CRSGeoDatumType"},"Enums/CRSGeoDatumType.html#/c:@E@CRSGeoDatumType@CRS_DATUM_IRE65":{"name":"CRS_DATUM_IRE65","abstract":"

    Undocumented

    ","parent_name":"CRSGeoDatumType"},"Enums/CRSGeoDatumType.html#/c:@E@CRSGeoDatumType@CRS_DATUM_NZGD49":{"name":"CRS_DATUM_NZGD49","abstract":"

    Undocumented

    ","parent_name":"CRSGeoDatumType"},"Enums/CRSGeoDatumType.html#/c:@E@CRSGeoDatumType@CRS_DATUM_OSGB36":{"name":"CRS_DATUM_OSGB36","abstract":"

    Undocumented

    ","parent_name":"CRSGeoDatumType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_INTERNATIONAL":{"name":"CRS_ELLIPSOIDS_INTERNATIONAL","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_BESSEL":{"name":"CRS_ELLIPSOIDS_BESSEL","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_CLARKE_1866":{"name":"CRS_ELLIPSOIDS_CLARKE_1866","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_CLARKE_1880":{"name":"CRS_ELLIPSOIDS_CLARKE_1880","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_AIRY":{"name":"CRS_ELLIPSOIDS_AIRY","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_WGS60":{"name":"CRS_ELLIPSOIDS_WGS60","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_WGS66":{"name":"CRS_ELLIPSOIDS_WGS66","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_WGS72":{"name":"CRS_ELLIPSOIDS_WGS72","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_WGS84":{"name":"CRS_ELLIPSOIDS_WGS84","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_KRASSOVSKY":{"name":"CRS_ELLIPSOIDS_KRASSOVSKY","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_EVEREST":{"name":"CRS_ELLIPSOIDS_EVEREST","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_INTERNATIONAL_1967":{"name":"CRS_ELLIPSOIDS_INTERNATIONAL_1967","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_GRS80":{"name":"CRS_ELLIPSOIDS_GRS80","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_AUSTRALIAN":{"name":"CRS_ELLIPSOIDS_AUSTRALIAN","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_MERIT":{"name":"CRS_ELLIPSOIDS_MERIT","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_SGS85":{"name":"CRS_ELLIPSOIDS_SGS85","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_IAU76":{"name":"CRS_ELLIPSOIDS_IAU76","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_APL4_9":{"name":"CRS_ELLIPSOIDS_APL4_9","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_NWL9D":{"name":"CRS_ELLIPSOIDS_NWL9D","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_MOD_AIRY":{"name":"CRS_ELLIPSOIDS_MOD_AIRY","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_ANDRAE":{"name":"CRS_ELLIPSOIDS_ANDRAE","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_AUST_SA":{"name":"CRS_ELLIPSOIDS_AUST_SA","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_GRS67":{"name":"CRS_ELLIPSOIDS_GRS67","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_BESS_NAM":{"name":"CRS_ELLIPSOIDS_BESS_NAM","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_CPM":{"name":"CRS_ELLIPSOIDS_CPM","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_DELMBR":{"name":"CRS_ELLIPSOIDS_DELMBR","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_ENGELIS":{"name":"CRS_ELLIPSOIDS_ENGELIS","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_EVRST48":{"name":"CRS_ELLIPSOIDS_EVRST48","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_EVRST56":{"name":"CRS_ELLIPSOIDS_EVRST56","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_EVRTS69":{"name":"CRS_ELLIPSOIDS_EVRTS69","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_EVRTSTSS":{"name":"CRS_ELLIPSOIDS_EVRTSTSS","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_FRSCH60":{"name":"CRS_ELLIPSOIDS_FRSCH60","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_FSRCH60M":{"name":"CRS_ELLIPSOIDS_FSRCH60M","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_FSCHR68":{"name":"CRS_ELLIPSOIDS_FSCHR68","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_HELMERT":{"name":"CRS_ELLIPSOIDS_HELMERT","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_HOUGH":{"name":"CRS_ELLIPSOIDS_HOUGH","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_KAULA":{"name":"CRS_ELLIPSOIDS_KAULA","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_LERCH":{"name":"CRS_ELLIPSOIDS_LERCH","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_MPRTS":{"name":"CRS_ELLIPSOIDS_MPRTS","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_PLESSIS":{"name":"CRS_ELLIPSOIDS_PLESSIS","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_SEASIA":{"name":"CRS_ELLIPSOIDS_SEASIA","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_WALBECK":{"name":"CRS_ELLIPSOIDS_WALBECK","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_NAD27":{"name":"CRS_ELLIPSOIDS_NAD27","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_NAD83":{"name":"CRS_ELLIPSOIDS_NAD83","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidsType.html#/c:@E@CRSEllipsoidsType@CRS_ELLIPSOIDS_SPHERE":{"name":"CRS_ELLIPSOIDS_SPHERE","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidsType"},"Enums/CRSEllipsoidType.html#/c:@E@CRSEllipsoidType@CRS_ELLIPSOID_OBLATE":{"name":"CRS_ELLIPSOID_OBLATE","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidType"},"Enums/CRSEllipsoidType.html#/c:@E@CRSEllipsoidType@CRS_ELLIPSOID_TRIAXIAL":{"name":"CRS_ELLIPSOID_TRIAXIAL","abstract":"

    Undocumented

    ","parent_name":"CRSEllipsoidType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_MICROMETRE":{"name":"CRS_UNITS_MICROMETRE","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_MILLIMETRE":{"name":"CRS_UNITS_MILLIMETRE","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_METRE":{"name":"CRS_UNITS_METRE","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_KILOMETRE":{"name":"CRS_UNITS_KILOMETRE","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_GERMAN_LEGAL_METRE":{"name":"CRS_UNITS_GERMAN_LEGAL_METRE","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_US_SURVEY_FOOT":{"name":"CRS_UNITS_US_SURVEY_FOOT","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_FOOT":{"name":"CRS_UNITS_FOOT","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_MICRORADIAN":{"name":"CRS_UNITS_MICRORADIAN","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_MILLIRADIAN":{"name":"CRS_UNITS_MILLIRADIAN","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_RADIAN":{"name":"CRS_UNITS_RADIAN","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_ARC_SECOND":{"name":"CRS_UNITS_ARC_SECOND","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_ARC_MINUTE":{"name":"CRS_UNITS_ARC_MINUTE","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_DEGREE":{"name":"CRS_UNITS_DEGREE","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_GRAD":{"name":"CRS_UNITS_GRAD","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_UNITY":{"name":"CRS_UNITS_UNITY","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_BIN":{"name":"CRS_UNITS_BIN","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_PARTS_PER_MILLION":{"name":"CRS_UNITS_PARTS_PER_MILLION","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_PASCAL":{"name":"CRS_UNITS_PASCAL","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_HECTOPASCAL":{"name":"CRS_UNITS_HECTOPASCAL","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_MICROSECOND":{"name":"CRS_UNITS_MICROSECOND","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_MILLISECOND":{"name":"CRS_UNITS_MILLISECOND","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_SECOND":{"name":"CRS_UNITS_SECOND","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_MINUTE":{"name":"CRS_UNITS_MINUTE","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_HOUR":{"name":"CRS_UNITS_HOUR","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_DAY":{"name":"CRS_UNITS_DAY","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_YEAR":{"name":"CRS_UNITS_YEAR","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_CALENDAR_SECOND":{"name":"CRS_UNITS_CALENDAR_SECOND","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitsType.html#/c:@E@CRSUnitsType@CRS_UNITS_CALENDAR_MONTH":{"name":"CRS_UNITS_CALENDAR_MONTH","abstract":"

    Undocumented

    ","parent_name":"CRSUnitsType"},"Enums/CRSUnitType.html#/c:@E@CRSUnitType@CRS_UNIT_NONE":{"name":"CRS_UNIT_NONE","abstract":"

    Undocumented

    ","parent_name":"CRSUnitType"},"Enums/CRSUnitType.html#/c:@E@CRSUnitType@CRS_UNIT_ANGLE":{"name":"CRS_UNIT_ANGLE","abstract":"

    Undocumented

    ","parent_name":"CRSUnitType"},"Enums/CRSUnitType.html#/c:@E@CRSUnitType@CRS_UNIT_LENGTH":{"name":"CRS_UNIT_LENGTH","abstract":"

    Undocumented

    ","parent_name":"CRSUnitType"},"Enums/CRSUnitType.html#/c:@E@CRSUnitType@CRS_UNIT_PARAMETRIC":{"name":"CRS_UNIT_PARAMETRIC","abstract":"

    Undocumented

    ","parent_name":"CRSUnitType"},"Enums/CRSUnitType.html#/c:@E@CRSUnitType@CRS_UNIT_SCALE":{"name":"CRS_UNIT_SCALE","abstract":"

    Undocumented

    ","parent_name":"CRSUnitType"},"Enums/CRSUnitType.html#/c:@E@CRSUnitType@CRS_UNIT_TIME":{"name":"CRS_UNIT_TIME","abstract":"

    Undocumented

    ","parent_name":"CRSUnitType"},"Enums/CRSUnitType.html#/c:@E@CRSUnitType@CRS_UNIT":{"name":"CRS_UNIT","abstract":"

    Undocumented

    ","parent_name":"CRSUnitType"},"Enums/CRSCoordinateSystemType.html#/c:@E@CRSCoordinateSystemType@CRS_CS_AFFINE":{"name":"CRS_CS_AFFINE","abstract":"

    Undocumented

    ","parent_name":"CRSCoordinateSystemType"},"Enums/CRSCoordinateSystemType.html#/c:@E@CRSCoordinateSystemType@CRS_CS_CARTESIAN":{"name":"CRS_CS_CARTESIAN","abstract":"

    Undocumented

    ","parent_name":"CRSCoordinateSystemType"},"Enums/CRSCoordinateSystemType.html#/c:@E@CRSCoordinateSystemType@CRS_CS_CYLINDRICAL":{"name":"CRS_CS_CYLINDRICAL","abstract":"

    Undocumented

    ","parent_name":"CRSCoordinateSystemType"},"Enums/CRSCoordinateSystemType.html#/c:@E@CRSCoordinateSystemType@CRS_CS_ELLIPSOIDAL":{"name":"CRS_CS_ELLIPSOIDAL","abstract":"

    Undocumented

    ","parent_name":"CRSCoordinateSystemType"},"Enums/CRSCoordinateSystemType.html#/c:@E@CRSCoordinateSystemType@CRS_CS_LINEAR":{"name":"CRS_CS_LINEAR","abstract":"

    Undocumented

    ","parent_name":"CRSCoordinateSystemType"},"Enums/CRSCoordinateSystemType.html#/c:@E@CRSCoordinateSystemType@CRS_CS_ORDINAL":{"name":"CRS_CS_ORDINAL","abstract":"

    Undocumented

    ","parent_name":"CRSCoordinateSystemType"},"Enums/CRSCoordinateSystemType.html#/c:@E@CRSCoordinateSystemType@CRS_CS_PARAMETRIC":{"name":"CRS_CS_PARAMETRIC","abstract":"

    Undocumented

    ","parent_name":"CRSCoordinateSystemType"},"Enums/CRSCoordinateSystemType.html#/c:@E@CRSCoordinateSystemType@CRS_CS_POLAR":{"name":"CRS_CS_POLAR","abstract":"

    Undocumented

    ","parent_name":"CRSCoordinateSystemType"},"Enums/CRSCoordinateSystemType.html#/c:@E@CRSCoordinateSystemType@CRS_CS_SPHERICAL":{"name":"CRS_CS_SPHERICAL","abstract":"

    Undocumented

    ","parent_name":"CRSCoordinateSystemType"},"Enums/CRSCoordinateSystemType.html#/c:@E@CRSCoordinateSystemType@CRS_CS_TEMPORAL_COUNT":{"name":"CRS_CS_TEMPORAL_COUNT","abstract":"

    Undocumented

    ","parent_name":"CRSCoordinateSystemType"},"Enums/CRSCoordinateSystemType.html#/c:@E@CRSCoordinateSystemType@CRS_CS_TEMPORAL_DATE_TIME":{"name":"CRS_CS_TEMPORAL_DATE_TIME","abstract":"

    Undocumented

    ","parent_name":"CRSCoordinateSystemType"},"Enums/CRSCoordinateSystemType.html#/c:@E@CRSCoordinateSystemType@CRS_CS_TEMPORAL_MEASURE":{"name":"CRS_CS_TEMPORAL_MEASURE","abstract":"

    Undocumented

    ","parent_name":"CRSCoordinateSystemType"},"Enums/CRSCoordinateSystemType.html#/c:@E@CRSCoordinateSystemType@CRS_CS_VERTICAL":{"name":"CRS_CS_VERTICAL","abstract":"

    Undocumented

    ","parent_name":"CRSCoordinateSystemType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_AFT":{"name":"CRS_AXIS_AFT","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_AWAY_FROM":{"name":"CRS_AXIS_AWAY_FROM","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_CLOCKWISE":{"name":"CRS_AXIS_CLOCKWISE","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_COLUMN_NEGATIVE":{"name":"CRS_AXIS_COLUMN_NEGATIVE","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_COLUMN_POSITIVE":{"name":"CRS_AXIS_COLUMN_POSITIVE","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_COUNTER_CLOCKWISE":{"name":"CRS_AXIS_COUNTER_CLOCKWISE","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_DISPLAY_DOWN":{"name":"CRS_AXIS_DISPLAY_DOWN","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_DISPLAY_LEFT":{"name":"CRS_AXIS_DISPLAY_LEFT","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_DISPLAY_RIGHT":{"name":"CRS_AXIS_DISPLAY_RIGHT","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_DISPLAY_UP":{"name":"CRS_AXIS_DISPLAY_UP","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_DOWN":{"name":"CRS_AXIS_DOWN","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_EAST":{"name":"CRS_AXIS_EAST","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_EAST_NORTH_EAST":{"name":"CRS_AXIS_EAST_NORTH_EAST","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_EAST_SOUTH_EAST":{"name":"CRS_AXIS_EAST_SOUTH_EAST","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_FORWARD":{"name":"CRS_AXIS_FORWARD","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_FUTURE":{"name":"CRS_AXIS_FUTURE","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_GEOCENTRIC_X":{"name":"CRS_AXIS_GEOCENTRIC_X","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_GEOCENTRIC_Y":{"name":"CRS_AXIS_GEOCENTRIC_Y","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_GEOCENTRIC_Z":{"name":"CRS_AXIS_GEOCENTRIC_Z","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_NORTH":{"name":"CRS_AXIS_NORTH","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_NORTH_EAST":{"name":"CRS_AXIS_NORTH_EAST","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_NORTH_NORTH_EAST":{"name":"CRS_AXIS_NORTH_NORTH_EAST","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_NORTH_NORTH_WEST":{"name":"CRS_AXIS_NORTH_NORTH_WEST","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_NORTH_WEST":{"name":"CRS_AXIS_NORTH_WEST","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_PAST":{"name":"CRS_AXIS_PAST","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_PORT":{"name":"CRS_AXIS_PORT","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_ROW_NEGATIVE":{"name":"CRS_AXIS_ROW_NEGATIVE","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_ROW_POSITIVE":{"name":"CRS_AXIS_ROW_POSITIVE","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_SOUTH":{"name":"CRS_AXIS_SOUTH","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_SOUTH_EAST":{"name":"CRS_AXIS_SOUTH_EAST","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_SOUTH_SOUTH_EAST":{"name":"CRS_AXIS_SOUTH_SOUTH_EAST","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_SOUTH_SOUTH_WEST":{"name":"CRS_AXIS_SOUTH_SOUTH_WEST","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_SOUTH_WEST":{"name":"CRS_AXIS_SOUTH_WEST","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_STARBOARD":{"name":"CRS_AXIS_STARBOARD","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_TOWARDS":{"name":"CRS_AXIS_TOWARDS","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_UNSPECIFIED":{"name":"CRS_AXIS_UNSPECIFIED","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_UP":{"name":"CRS_AXIS_UP","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_WEST":{"name":"CRS_AXIS_WEST","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_WEST_NORTH_WEST":{"name":"CRS_AXIS_WEST_NORTH_WEST","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSAxisDirectionType.html#/c:@E@CRSAxisDirectionType@CRS_AXIS_WEST_SOUTH_WEST":{"name":"CRS_AXIS_WEST_SOUTH_WEST","abstract":"

    Undocumented

    ","parent_name":"CRSAxisDirectionType"},"Enums/CRSType.html#/c:@E@CRSType@CRS_TYPE_BOUND":{"name":"CRS_TYPE_BOUND","abstract":"

    Undocumented

    ","parent_name":"CRSType"},"Enums/CRSType.html#/c:@E@CRSType@CRS_TYPE_COMPOUND":{"name":"CRS_TYPE_COMPOUND","abstract":"

    Undocumented

    ","parent_name":"CRSType"},"Enums/CRSType.html#/c:@E@CRSType@CRS_TYPE_CONCATENATED_OPERATION":{"name":"CRS_TYPE_CONCATENATED_OPERATION","abstract":"

    Undocumented

    ","parent_name":"CRSType"},"Enums/CRSType.html#/c:@E@CRSType@CRS_TYPE_COORDINATE_METADATA":{"name":"CRS_TYPE_COORDINATE_METADATA","abstract":"

    Undocumented

    ","parent_name":"CRSType"},"Enums/CRSType.html#/c:@E@CRSType@CRS_TYPE_COORDINATE_OPERATION":{"name":"CRS_TYPE_COORDINATE_OPERATION","abstract":"

    Undocumented

    ","parent_name":"CRSType"},"Enums/CRSType.html#/c:@E@CRSType@CRS_TYPE_DERIVED":{"name":"CRS_TYPE_DERIVED","abstract":"

    Undocumented

    ","parent_name":"CRSType"},"Enums/CRSType.html#/c:@E@CRSType@CRS_TYPE_ENGINEERING":{"name":"CRS_TYPE_ENGINEERING","abstract":"

    Undocumented

    ","parent_name":"CRSType"},"Enums/CRSType.html#/c:@E@CRSType@CRS_TYPE_GEODETIC":{"name":"CRS_TYPE_GEODETIC","abstract":"

    Undocumented

    ","parent_name":"CRSType"},"Enums/CRSType.html#/c:@E@CRSType@CRS_TYPE_GEOGRAPHIC":{"name":"CRS_TYPE_GEOGRAPHIC","abstract":"

    Undocumented

    ","parent_name":"CRSType"},"Enums/CRSType.html#/c:@E@CRSType@CRS_TYPE_PARAMETRIC":{"name":"CRS_TYPE_PARAMETRIC","abstract":"

    Undocumented

    ","parent_name":"CRSType"},"Enums/CRSType.html#/c:@E@CRSType@CRS_TYPE_POINT_MOTION_OPERATION":{"name":"CRS_TYPE_POINT_MOTION_OPERATION","abstract":"

    Undocumented

    ","parent_name":"CRSType"},"Enums/CRSType.html#/c:@E@CRSType@CRS_TYPE_PROJECTED":{"name":"CRS_TYPE_PROJECTED","abstract":"

    Undocumented

    ","parent_name":"CRSType"},"Enums/CRSType.html#/c:@E@CRSType@CRS_TYPE_TEMPORAL":{"name":"CRS_TYPE_TEMPORAL","abstract":"

    Undocumented

    ","parent_name":"CRSType"},"Enums/CRSType.html#/c:@E@CRSType@CRS_TYPE_VERTICAL":{"name":"CRS_TYPE_VERTICAL","abstract":"

    Undocumented

    ","parent_name":"CRSType"},"Enums/CRSCategoryType.html#/c:@E@CRSCategoryType@CRS_CATEGORY_CRS":{"name":"CRS_CATEGORY_CRS","abstract":"

    Undocumented

    ","parent_name":"CRSCategoryType"},"Enums/CRSCategoryType.html#/c:@E@CRSCategoryType@CRS_CATEGORY_OPERATION":{"name":"CRS_CATEGORY_OPERATION","abstract":"

    Undocumented

    ","parent_name":"CRSCategoryType"},"Enums/CRSCategoryType.html#/c:@E@CRSCategoryType@CRS_CATEGORY_METADATA":{"name":"CRS_CATEGORY_METADATA","abstract":"

    Undocumented

    ","parent_name":"CRSCategoryType"},"Enums/TIFFFieldType.html#/c:@E@TIFFFieldType@TIFF_FIELD_BYTE":{"name":"TIFF_FIELD_BYTE","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldType"},"Enums/TIFFFieldType.html#/c:@E@TIFFFieldType@TIFF_FIELD_ASCII":{"name":"TIFF_FIELD_ASCII","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldType"},"Enums/TIFFFieldType.html#/c:@E@TIFFFieldType@TIFF_FIELD_SHORT":{"name":"TIFF_FIELD_SHORT","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldType"},"Enums/TIFFFieldType.html#/c:@E@TIFFFieldType@TIFF_FIELD_LONG":{"name":"TIFF_FIELD_LONG","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldType"},"Enums/TIFFFieldType.html#/c:@E@TIFFFieldType@TIFF_FIELD_RATIONAL":{"name":"TIFF_FIELD_RATIONAL","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldType"},"Enums/TIFFFieldType.html#/c:@E@TIFFFieldType@TIFF_FIELD_SBYTE":{"name":"TIFF_FIELD_SBYTE","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldType"},"Enums/TIFFFieldType.html#/c:@E@TIFFFieldType@TIFF_FIELD_UNDEFINED":{"name":"TIFF_FIELD_UNDEFINED","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldType"},"Enums/TIFFFieldType.html#/c:@E@TIFFFieldType@TIFF_FIELD_SSHORT":{"name":"TIFF_FIELD_SSHORT","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldType"},"Enums/TIFFFieldType.html#/c:@E@TIFFFieldType@TIFF_FIELD_SLONG":{"name":"TIFF_FIELD_SLONG","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldType"},"Enums/TIFFFieldType.html#/c:@E@TIFFFieldType@TIFF_FIELD_SRATIONAL":{"name":"TIFF_FIELD_SRATIONAL","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldType"},"Enums/TIFFFieldType.html#/c:@E@TIFFFieldType@TIFF_FIELD_FLOAT":{"name":"TIFF_FIELD_FLOAT","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldType"},"Enums/TIFFFieldType.html#/c:@E@TIFFFieldType@TIFF_FIELD_DOUBLE":{"name":"TIFF_FIELD_DOUBLE","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_ARTIST":{"name":"TIFF_TAG_ARTIST","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_BITS_PER_SAMPLE":{"name":"TIFF_TAG_BITS_PER_SAMPLE","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_CELL_LENGTH":{"name":"TIFF_TAG_CELL_LENGTH","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_CELL_WIDTH":{"name":"TIFF_TAG_CELL_WIDTH","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_COLOR_MAP":{"name":"TIFF_TAG_COLOR_MAP","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_COMPRESSION":{"name":"TIFF_TAG_COMPRESSION","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_COPYRIGHT":{"name":"TIFF_TAG_COPYRIGHT","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_DATE_TIME":{"name":"TIFF_TAG_DATE_TIME","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_EXTRA_SAMPLES":{"name":"TIFF_TAG_EXTRA_SAMPLES","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_FILL_ORDER":{"name":"TIFF_TAG_FILL_ORDER","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_FREE_BYTE_COUNTS":{"name":"TIFF_TAG_FREE_BYTE_COUNTS","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_FREE_OFFSETS":{"name":"TIFF_TAG_FREE_OFFSETS","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_GRAY_RESPONSE_CURVE":{"name":"TIFF_TAG_GRAY_RESPONSE_CURVE","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_GRAY_RESPONSE_UNIT":{"name":"TIFF_TAG_GRAY_RESPONSE_UNIT","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_HOST_COMPUTER":{"name":"TIFF_TAG_HOST_COMPUTER","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_IMAGE_DESCRIPTION":{"name":"TIFF_TAG_IMAGE_DESCRIPTION","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_IMAGE_LENGTH":{"name":"TIFF_TAG_IMAGE_LENGTH","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_IMAGE_WIDTH":{"name":"TIFF_TAG_IMAGE_WIDTH","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_MAKE":{"name":"TIFF_TAG_MAKE","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_MAX_SAMPLE_VALUE":{"name":"TIFF_TAG_MAX_SAMPLE_VALUE","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_MIN_SAMPLE_VALUE":{"name":"TIFF_TAG_MIN_SAMPLE_VALUE","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_MODEL":{"name":"TIFF_TAG_MODEL","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_NEW_SUBFILE_TYPE":{"name":"TIFF_TAG_NEW_SUBFILE_TYPE","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_ORIENTATION":{"name":"TIFF_TAG_ORIENTATION","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_PHOTOMETRIC_INTERPRETATION":{"name":"TIFF_TAG_PHOTOMETRIC_INTERPRETATION","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_PLANAR_CONFIGURATION":{"name":"TIFF_TAG_PLANAR_CONFIGURATION","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_RESOLUTION_UNIT":{"name":"TIFF_TAG_RESOLUTION_UNIT","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_ROWS_PER_STRIP":{"name":"TIFF_TAG_ROWS_PER_STRIP","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_SAMPLES_PER_PIXEL":{"name":"TIFF_TAG_SAMPLES_PER_PIXEL","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_SOFTWARE":{"name":"TIFF_TAG_SOFTWARE","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_STRIP_BYTE_COUNTS":{"name":"TIFF_TAG_STRIP_BYTE_COUNTS","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_STRIP_OFFSETS":{"name":"TIFF_TAG_STRIP_OFFSETS","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_SUBFILE_TYPE":{"name":"TIFF_TAG_SUBFILE_TYPE","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_THRESHOLDING":{"name":"TIFF_TAG_THRESHOLDING","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_X_RESOLUTION":{"name":"TIFF_TAG_X_RESOLUTION","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_Y_RESOLUTION":{"name":"TIFF_TAG_Y_RESOLUTION","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_BAD_FAX_LINES":{"name":"TIFF_TAG_BAD_FAX_LINES","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_CLEAN_FAX_DATA":{"name":"TIFF_TAG_CLEAN_FAX_DATA","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_CLIP_PATH":{"name":"TIFF_TAG_CLIP_PATH","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_CONSECUTIVE_BAD_FAX_LINES":{"name":"TIFF_TAG_CONSECUTIVE_BAD_FAX_LINES","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_DECODE":{"name":"TIFF_TAG_DECODE","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_DEFAULT_IMAGE_COLOR":{"name":"TIFF_TAG_DEFAULT_IMAGE_COLOR","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_DOCUMENT_NAME":{"name":"TIFF_TAG_DOCUMENT_NAME","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_DOT_RANGE":{"name":"TIFF_TAG_DOT_RANGE","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_HALFTONE_HINTS":{"name":"TIFF_TAG_HALFTONE_HINTS","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_INDEXED":{"name":"TIFF_TAG_INDEXED","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_JPEG_TABLES":{"name":"TIFF_TAG_JPEG_TABLES","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_PAGE_NAME":{"name":"TIFF_TAG_PAGE_NAME","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_PAGE_NUMBER":{"name":"TIFF_TAG_PAGE_NUMBER","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_PREDICTOR":{"name":"TIFF_TAG_PREDICTOR","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_PRIMARY_CHROMATICITIES":{"name":"TIFF_TAG_PRIMARY_CHROMATICITIES","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_REFERENCE_BLACK_WHITE":{"name":"TIFF_TAG_REFERENCE_BLACK_WHITE","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_SAMPLE_FORMAT":{"name":"TIFF_TAG_SAMPLE_FORMAT","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_S_MIN_SAMPLE_VALUE":{"name":"TIFF_TAG_S_MIN_SAMPLE_VALUE","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_S_MAX_SAMPLE_VALUE":{"name":"TIFF_TAG_S_MAX_SAMPLE_VALUE","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_STRIP_ROW_COUNTS":{"name":"TIFF_TAG_STRIP_ROW_COUNTS","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_SUB_IFDS":{"name":"TIFF_TAG_SUB_IFDS","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_T4_OPTIONS":{"name":"TIFF_TAG_T4_OPTIONS","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_T6_OPTIONS":{"name":"TIFF_TAG_T6_OPTIONS","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_TILE_BYTE_COUNTS":{"name":"TIFF_TAG_TILE_BYTE_COUNTS","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_TILE_LENGTH":{"name":"TIFF_TAG_TILE_LENGTH","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_TILE_OFFSETS":{"name":"TIFF_TAG_TILE_OFFSETS","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_TILE_WIDTH":{"name":"TIFF_TAG_TILE_WIDTH","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_TRANSFER_FUNCTION":{"name":"TIFF_TAG_TRANSFER_FUNCTION","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_WHITE_POINT":{"name":"TIFF_TAG_WHITE_POINT","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_X_CLIP_PATH_UNITS":{"name":"TIFF_TAG_X_CLIP_PATH_UNITS","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_X_POSITION":{"name":"TIFF_TAG_X_POSITION","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_Y_CB_CR_COEFFICIENTS":{"name":"TIFF_TAG_Y_CB_CR_COEFFICIENTS","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_Y_CB_CR_POSITIONING":{"name":"TIFF_TAG_Y_CB_CR_POSITIONING","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_Y_CB_CR_SUB_SAMPLING":{"name":"TIFF_TAG_Y_CB_CR_SUB_SAMPLING","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_Y_CLIP_PATH_UNITS":{"name":"TIFF_TAG_Y_CLIP_PATH_UNITS","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_Y_POSITION":{"name":"TIFF_TAG_Y_POSITION","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_JPEG_PROC":{"name":"TIFF_TAG_JPEG_PROC","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_JPEG_INTERCHANGE_FORMAT":{"name":"TIFF_TAG_JPEG_INTERCHANGE_FORMAT","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_JPEG_INTERCHANGE_FORMAT_LENGTH":{"name":"TIFF_TAG_JPEG_INTERCHANGE_FORMAT_LENGTH","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_JPEG_RESTART_INTERVAL":{"name":"TIFF_TAG_JPEG_RESTART_INTERVAL","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_JPEG_LOSSLESS_PREDICTORS":{"name":"TIFF_TAG_JPEG_LOSSLESS_PREDICTORS","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_JPEG_POINT_TRANSFORMS":{"name":"TIFF_TAG_JPEG_POINT_TRANSFORMS","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_JPEG_Q_TABLES":{"name":"TIFF_TAG_JPEG_Q_TABLES","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_JPEG_DC_TABLES":{"name":"TIFF_TAG_JPEG_DC_TABLES","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_JPEG_AC_TABLES":{"name":"TIFF_TAG_JPEG_AC_TABLES","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_APERTURE_VALUE":{"name":"TIFF_TAG_APERTURE_VALUE","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_COLOR_SPACE":{"name":"TIFF_TAG_COLOR_SPACE","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_DATE_TIME_DIGITIZED":{"name":"TIFF_TAG_DATE_TIME_DIGITIZED","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_DATE_TIME_ORIGINAL":{"name":"TIFF_TAG_DATE_TIME_ORIGINAL","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_EXIF_IFD":{"name":"TIFF_TAG_EXIF_IFD","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_EXIF_VERSION":{"name":"TIFF_TAG_EXIF_VERSION","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_EXPOSURE_TIME":{"name":"TIFF_TAG_EXPOSURE_TIME","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_FILE_SOURCE":{"name":"TIFF_TAG_FILE_SOURCE","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_FLASH":{"name":"TIFF_TAG_FLASH","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_FLASHPIX_VERSION":{"name":"TIFF_TAG_FLASHPIX_VERSION","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_F_NUMBER":{"name":"TIFF_TAG_F_NUMBER","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_IMAGE_UNIQUE_ID":{"name":"TIFF_TAG_IMAGE_UNIQUE_ID","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_LIGHT_SOURCE":{"name":"TIFF_TAG_LIGHT_SOURCE","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_MAKER_NOTE":{"name":"TIFF_TAG_MAKER_NOTE","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_SHUTTER_SPEED_VALUE":{"name":"TIFF_TAG_SHUTTER_SPEED_VALUE","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_USER_COMMENT":{"name":"TIFF_TAG_USER_COMMENT","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_IPTC":{"name":"TIFF_TAG_IPTC","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_ICC_PROFILE":{"name":"TIFF_TAG_ICC_PROFILE","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_XMP":{"name":"TIFF_TAG_XMP","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_GDAL_METADATA":{"name":"TIFF_TAG_GDAL_METADATA","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_GDAL_NODATA":{"name":"TIFF_TAG_GDAL_NODATA","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_PHOTOSHOP":{"name":"TIFF_TAG_PHOTOSHOP","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_MODEL_PIXEL_SCALE":{"name":"TIFF_TAG_MODEL_PIXEL_SCALE","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_MODEL_TIEPOINT":{"name":"TIFF_TAG_MODEL_TIEPOINT","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_MODEL_TRANSFORMATION":{"name":"TIFF_TAG_MODEL_TRANSFORMATION","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_GEO_KEY_DIRECTORY":{"name":"TIFF_TAG_GEO_KEY_DIRECTORY","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_GEO_DOUBLE_PARAMS":{"name":"TIFF_TAG_GEO_DOUBLE_PARAMS","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/TIFFFieldTagType.html#/c:@E@TIFFFieldTagType@TIFF_TAG_GEO_ASCII_PARAMS":{"name":"TIFF_TAG_GEO_ASCII_PARAMS","abstract":"

    Undocumented

    ","parent_name":"TIFFFieldTagType"},"Enums/SFGGeometryType.html#/c:@E@SFGGeometryType@SFG_GEOMETRY":{"name":"SFG_GEOMETRY","abstract":"

    Undocumented

    ","parent_name":"SFGGeometryType"},"Enums/SFGGeometryType.html#/c:@E@SFGGeometryType@SFG_POINT":{"name":"SFG_POINT","abstract":"

    Undocumented

    ","parent_name":"SFGGeometryType"},"Enums/SFGGeometryType.html#/c:@E@SFGGeometryType@SFG_LINESTRING":{"name":"SFG_LINESTRING","abstract":"

    Undocumented

    ","parent_name":"SFGGeometryType"},"Enums/SFGGeometryType.html#/c:@E@SFGGeometryType@SFG_POLYGON":{"name":"SFG_POLYGON","abstract":"

    Undocumented

    ","parent_name":"SFGGeometryType"},"Enums/SFGGeometryType.html#/c:@E@SFGGeometryType@SFG_MULTIPOINT":{"name":"SFG_MULTIPOINT","abstract":"

    Undocumented

    ","parent_name":"SFGGeometryType"},"Enums/SFGGeometryType.html#/c:@E@SFGGeometryType@SFG_MULTILINESTRING":{"name":"SFG_MULTILINESTRING","abstract":"

    Undocumented

    ","parent_name":"SFGGeometryType"},"Enums/SFGGeometryType.html#/c:@E@SFGGeometryType@SFG_MULTIPOLYGON":{"name":"SFG_MULTIPOLYGON","abstract":"

    Undocumented

    ","parent_name":"SFGGeometryType"},"Enums/SFGGeometryType.html#/c:@E@SFGGeometryType@SFG_GEOMETRYCOLLECTION":{"name":"SFG_GEOMETRYCOLLECTION","abstract":"

    Undocumented

    ","parent_name":"SFGGeometryType"},"Enums/SFGGeometryType.html":{"name":"SFGGeometryType","abstract":"

    Geometry Type enumeration

    "},"Enums/TIFFFieldTagType.html":{"name":"TIFFFieldTagType","abstract":"

    Field tag type enumeration

    "},"Enums/TIFFFieldType.html":{"name":"TIFFFieldType","abstract":"

    Field tag type enumeration

    "},"Enums/CRSCategoryType.html":{"name":"CRSCategoryType","abstract":"

    Well-known text representation of coordinate reference systems category type

    "},"Enums/CRSType.html":{"name":"CRSType","abstract":"

    Well-known text representation of coordinate reference systems category type

    "},"Enums/CRSAxisDirectionType.html":{"name":"CRSAxisDirectionType","abstract":"

    Axis Direction Type

    "},"Enums/CRSCoordinateSystemType.html":{"name":"CRSCoordinateSystemType","abstract":"

    Coordinate System Type

    "},"Enums/CRSUnitType.html":{"name":"CRSUnitType","abstract":"

    Unit Type

    "},"Enums/CRSUnitsType.html":{"name":"CRSUnitsType","abstract":"

    Common Unit Type

    "},"Enums/CRSEllipsoidType.html":{"name":"CRSEllipsoidType","abstract":"

    Ellipsoid Type

    "},"Enums/CRSEllipsoidsType.html":{"name":"CRSEllipsoidsType","abstract":"

    Common Ellipsoids

    "},"Enums/CRSGeoDatumType.html":{"name":"CRSGeoDatumType","abstract":"

    Common Geo Datums

    "},"Enums/CRSPrimeMeridianType.html":{"name":"CRSPrimeMeridianType","abstract":"

    Common Prime Meridians

    "},"Enums/CRSOperationMethodType.html":{"name":"CRSOperationMethodType","abstract":"

    Common Operation Methods

    "},"Enums/CRSOperationParameterType.html":{"name":"CRSOperationParameterType","abstract":"

    Common Operation Parameters

    "},"Enums/CRSOperationType.html":{"name":"CRSOperationType","abstract":"

    Coordinate Operation type

    "},"Enums/CRSKeywordType.html":{"name":"CRSKeywordType","abstract":"

    Coordinate Reference System Keyword

    "},"Enums/PROJProjectionFactoryType.html":{"name":"PROJProjectionFactoryType","abstract":"

    Well-known text representation of coordinate reference systems category type

    "},"Enums/PROJUnit.html":{"name":"PROJUnit","abstract":"

    Enumeration of projection units

    "},"Enums/SFGeometryType.html":{"name":"SFGeometryType","abstract":"

    Geometry Type enumeration

    "},"Enums/SFFiniteFilterType.html":{"name":"SFFiniteFilterType","abstract":"

    Finite Filter Type, including finite values and optionally one of either"},"Enums/SFEventType.html":{"name":"SFEventType","abstract":"

    Event type of the point direction

    "},"Enums/GPKGContentsDataType.html":{"name":"GPKGContentsDataType","abstract":"

    Enumeration of column data types

    "},"Enums/GPKGDataType.html":{"name":"GPKGDataType","abstract":"

    Enumeration of column data types

    "},"Enums/GPKGSQLiteMasterColumn.html":{"name":"GPKGSQLiteMasterColumn","abstract":"

    Enumeration of SQLite Master column keywords

    "},"Enums/GPKGSQLiteMasterType.html":{"name":"GPKGSQLiteMasterType","abstract":"

    Enumeration of SQLite Master table types

    "},"Enums/GPKGConstraintType.html":{"name":"GPKGConstraintType","abstract":"

    Enumeration of constraint types

    "},"Enums/GPKGDgiwgCoordinateReferenceSystem.html":{"name":"GPKGDgiwgCoordinateReferenceSystem","abstract":"

    DGIWG (Defence Geospatial Information Working Group) Coordinate Reference"},"Enums/GPKGDgiwgDataType.html":{"name":"GPKGDgiwgDataType","abstract":"

    DGIWG (Defence Geospatial Information Working Group) Data Types

    "},"Enums/GPKGDgiwgRequirement.html":{"name":"GPKGDgiwgRequirement","abstract":"

    DGIWG (Defence Geospatial Information Working Group) Requirements

    "},"Enums/GPKGCrsWktExtensionVersion.html":{"name":"GPKGCrsWktExtensionVersion","abstract":"

    Enumeration of crs wkt extension versions

    "},"Enums/GPKGExtensionScopeType.html":{"name":"GPKGExtensionScopeType","abstract":"

    Extension scope type enumeration

    "},"Enums/GPKGCoverageDataAlgorithm.html":{"name":"GPKGCoverageDataAlgorithm","abstract":"

    Tile Gridded Coverage Data Algorithm interpolation enumeration types

    "},"Enums/GPKGGriddedCoverageDataType.html":{"name":"GPKGGriddedCoverageDataType","abstract":"

    Gridded Coverage data type enumeration

    "},"Enums/GPKGGriddedCoverageEncodingType.html":{"name":"GPKGGriddedCoverageEncodingType","abstract":"

    Gridded Coverage encoding type enumeration

    "},"Enums/GPKGMetadataScopeType.html":{"name":"GPKGMetadataScopeType","abstract":"

    Metadata Scope Type enumeration

    "},"Enums/GPKGReferenceScopeType.html":{"name":"GPKGReferenceScopeType","abstract":"

    Reference Scope Type enumeration

    "},"Enums/GPKGTileScalingType.html":{"name":"GPKGTileScalingType","abstract":"

    Tile Scaling Type enumeration for defining scaled tile searching of nearby"},"Enums/GPKGRelationType.html":{"name":"GPKGRelationType","abstract":"

    Spec supported User-Defined Related Data Tables

    "},"Enums/GPKGDublinCoreType.html":{"name":"GPKGDublinCoreType","abstract":"

    Dublin Core Metadata Initiative term types

    "},"Enums/GPKGDataColumnConstraintType.html":{"name":"GPKGDataColumnConstraintType","abstract":"

    Data Column Constraint Type enumeration

    "},"Enums/GPKGFeatureIndexType.html":{"name":"GPKGFeatureIndexType","abstract":"

    Enumeration of feature index types

    "},"Enums/GPKGMapShapeType.html":{"name":"GPKGMapShapeType","abstract":"

    Enumeration of map shape types

    "},"Enums/GPKGPolygonOrientation.html":{"name":"GPKGPolygonOrientation","abstract":"

    Orientation types of polygon exterior and hole rings

    "},"Enums/GPKGCompressFormat.html":{"name":"GPKGCompressFormat","abstract":"

    Enumeration of image compression formats

    "},"Constants.html#/c:@OAF_ID":{"name":"OAF_ID","abstract":"

    id property name

    "},"Constants.html#/c:@OAF_DESCRIPTION":{"name":"OAF_DESCRIPTION","abstract":"

    description property name

    "},"Constants.html#/c:@OAF_EXTENT":{"name":"OAF_EXTENT","abstract":"

    extent property name

    "},"Constants.html#/c:@OAF_ITEM_TYPE":{"name":"OAF_ITEM_TYPE","abstract":"

    item type property name

    "},"Constants.html#/c:@OAF_COLLECTIONS":{"name":"OAF_COLLECTIONS","abstract":"

    collections property name

    "},"Constants.html#/c:@OAF_CRS_PATTERN":{"name":"OAF_CRS_PATTERN","abstract":"

    CRS pattern

    "},"Constants.html#/c:@OAF_CRS_PATTERN_AUTHORITY_GROUP":{"name":"OAF_CRS_PATTERN_AUTHORITY_GROUP","abstract":"

    CRS pattern authority group

    "},"Constants.html#/c:@OAF_CRS_PATTERN_VERSION_GROUP":{"name":"OAF_CRS_PATTERN_VERSION_GROUP","abstract":"

    CRS pattern code group

    "},"Constants.html#/c:@OAF_CRS_PATTERN_CODE_GROUP":{"name":"OAF_CRS_PATTERN_CODE_GROUP","abstract":"

    CRS pattern code group

    "},"Constants.html#/c:@OAF_CRS_BASE_URL":{"name":"OAF_CRS_BASE_URL","abstract":"

    Base CRS URL

    "},"Constants.html#/c:@OAF_SPATIAL":{"name":"OAF_SPATIAL","abstract":"

    spatial property name

    "},"Constants.html#/c:@OAF_TEMPORAL":{"name":"OAF_TEMPORAL","abstract":"

    temporal property name

    "},"Constants.html#/c:@OAF_LINKS":{"name":"OAF_LINKS","abstract":"

    Links property name

    "},"Constants.html#/c:@OAF_TIME_STAMP":{"name":"OAF_TIME_STAMP","abstract":"

    Time Stamp property name

    "},"Constants.html#/c:@OAF_NUMBER_MATCHED":{"name":"OAF_NUMBER_MATCHED","abstract":"

    Number Matched property name

    "},"Constants.html#/c:@OAF_NUMBER_RETURNED":{"name":"OAF_NUMBER_RETURNED","abstract":"

    Number Returned property name

    "},"Constants.html#/c:@OAF_LINK_RELATION_NEXT":{"name":"OAF_LINK_RELATION_NEXT","abstract":"

    Link relation for next

    "},"Constants.html#/c:@OAF_LIMIT_DEFAULT":{"name":"OAF_LIMIT_DEFAULT","abstract":"

    Limit default

    "},"Constants.html#/c:@OAF_HREF":{"name":"OAF_HREF","abstract":"

    href property name

    "},"Constants.html#/c:@OAF_REL":{"name":"OAF_REL","abstract":"

    rel property name

    "},"Constants.html#/c:@OAF_TYPE":{"name":"OAF_TYPE","abstract":"

    type property name

    "},"Constants.html#/c:@OAF_HREFLANG":{"name":"OAF_HREFLANG","abstract":"

    hreflang property name

    "},"Constants.html#/c:@OAF_TITLE":{"name":"OAF_TITLE","abstract":"

    title property name

    "},"Constants.html#/c:@OAF_LENGTH":{"name":"OAF_LENGTH","abstract":"

    length property name

    "},"Constants.html#/c:@OAF_BBOX":{"name":"OAF_BBOX","abstract":"

    bbox property name

    "},"Constants.html#/c:@OAF_CRS":{"name":"OAF_CRS","abstract":"

    crs property name

    "},"Constants.html#/c:@OAF_INTERVAL":{"name":"OAF_INTERVAL","abstract":"

    interval property name

    "},"Constants.html#/c:@OAF_TRS":{"name":"OAF_TRS","abstract":"

    trs property name

    "},"Constants.html#/c:@pj_release":{"name":"pj_release","abstract":"

    Undocumented

    "},"Constants.html#/c:@pj_errno":{"name":"pj_errno","abstract":"

    Undocumented

    "},"Constants.html#/c:@pj_list":{"name":"pj_list","abstract":"

    Undocumented

    "},"Constants.html#/c:@pj_selftest_list":{"name":"pj_selftest_list","abstract":"

    Undocumented

    "},"Constants.html#/c:@pj_ellps":{"name":"pj_ellps","abstract":"

    Undocumented

    "},"Constants.html#/c:@pj_units":{"name":"pj_units","abstract":"

    Undocumented

    "},"Constants.html#/c:@pj_datums":{"name":"pj_datums","abstract":"

    Undocumented

    "},"Constants.html#/c:@pj_prime_meridians":{"name":"pj_prime_meridians","abstract":"

    Undocumented

    "},"Constants.html#/c:@SFG_TYPE_FEATURE":{"name":"SFG_TYPE_FEATURE","abstract":"

    Feature type

    "},"Constants.html#/c:@SFG_MEMBER_ID":{"name":"SFG_MEMBER_ID","abstract":"

    Id key

    "},"Constants.html#/c:@SFG_MEMBER_GEOMETRY":{"name":"SFG_MEMBER_GEOMETRY","abstract":"

    Geometry key

    "},"Constants.html#/c:@SFG_MEMBER_PROPERTIES":{"name":"SFG_MEMBER_PROPERTIES","abstract":"

    Properties key

    "},"Constants.html#/c:@SFG_TYPE_FEATURE_COLLECTION":{"name":"SFG_TYPE_FEATURE_COLLECTION","abstract":"

    Feature Collection type

    "},"Constants.html#/c:@SFG_MEMBER_FEATURES":{"name":"SFG_MEMBER_FEATURES","abstract":"

    Features key

    "},"Constants.html#/c:@SFG_MEMBER_TYPE":{"name":"SFG_MEMBER_TYPE","abstract":"

    Type key

    "},"Constants.html#/c:@SFG_MEMBER_BBOX":{"name":"SFG_MEMBER_BBOX","abstract":"

    Bounding Box key

    "},"Constants.html#/c:@SFG_MEMBER_COORDINATES":{"name":"SFG_MEMBER_COORDINATES","abstract":"

    Coordinates key

    "},"Constants.html#/c:@SFG_MEMBER_GEOMETRIES":{"name":"SFG_MEMBER_GEOMETRIES","abstract":"

    Geometries key

    "},"Constants.html#/c:@TIFF_BYTE_ORDER_LITTLE_ENDIAN":{"name":"TIFF_BYTE_ORDER_LITTLE_ENDIAN","abstract":"

    Little Endian byte order string

    "},"Constants.html#/c:@TIFF_BYTE_ORDER_BIG_ENDIAN":{"name":"TIFF_BYTE_ORDER_BIG_ENDIAN","abstract":"

    Big Endian byte order string

    "},"Constants.html#/c:@TIFF_FILE_IDENTIFIER":{"name":"TIFF_FILE_IDENTIFIER","abstract":"

    TIFF File Identifier

    "},"Constants.html#/c:@TIFF_HEADER_BYTES":{"name":"TIFF_HEADER_BYTES","abstract":"

    TIFF header bytes

    "},"Constants.html#/c:@TIFF_IFD_HEADER_BYTES":{"name":"TIFF_IFD_HEADER_BYTES","abstract":"

    Image File Directory header / number of entries bytes

    "},"Constants.html#/c:@TIFF_IFD_OFFSET_BYTES":{"name":"TIFF_IFD_OFFSET_BYTES","abstract":"

    Image File Directory offset to the next IFD bytes

    "},"Constants.html#/c:@TIFF_IFD_ENTRY_BYTES":{"name":"TIFF_IFD_ENTRY_BYTES","abstract":"

    Image File Directory entry bytes

    "},"Constants.html#/c:@TIFF_DEFAULT_MAX_BYTES_PER_STRIP":{"name":"TIFF_DEFAULT_MAX_BYTES_PER_STRIP","abstract":"

    Default max bytes per strip when writing strips

    "},"Constants.html#/c:@TIFF_COMPRESSION_NO":{"name":"TIFF_COMPRESSION_NO","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_COMPRESSION_CCITT_HUFFMAN":{"name":"TIFF_COMPRESSION_CCITT_HUFFMAN","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_COMPRESSION_T4":{"name":"TIFF_COMPRESSION_T4","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_COMPRESSION_T6":{"name":"TIFF_COMPRESSION_T6","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_COMPRESSION_LZW":{"name":"TIFF_COMPRESSION_LZW","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_COMPRESSION_JPEG_OLD":{"name":"TIFF_COMPRESSION_JPEG_OLD","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_COMPRESSION_JPEG_NEW":{"name":"TIFF_COMPRESSION_JPEG_NEW","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_COMPRESSION_DEFLATE":{"name":"TIFF_COMPRESSION_DEFLATE","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_COMPRESSION_PKZIP_DEFLATE":{"name":"TIFF_COMPRESSION_PKZIP_DEFLATE","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_COMPRESSION_PACKBITS":{"name":"TIFF_COMPRESSION_PACKBITS","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_EXTRA_SAMPLES_UNSPECIFIED":{"name":"TIFF_EXTRA_SAMPLES_UNSPECIFIED","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_EXTRA_SAMPLES_ASSOCIATED_ALPHA":{"name":"TIFF_EXTRA_SAMPLES_ASSOCIATED_ALPHA","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_EXTRA_SAMPLES_UNASSOCIATED_ALPHA":{"name":"TIFF_EXTRA_SAMPLES_UNASSOCIATED_ALPHA","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_FILL_ORDER_LOWER_COLUMN_HIGHER_ORDER":{"name":"TIFF_FILL_ORDER_LOWER_COLUMN_HIGHER_ORDER","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_FILL_ORDER_LOWER_COLUMN_LOWER_ORDER":{"name":"TIFF_FILL_ORDER_LOWER_COLUMN_LOWER_ORDER","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_GRAY_RESPONSE_TENTHS":{"name":"TIFF_GRAY_RESPONSE_TENTHS","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_GRAY_RESPONSE_HUNDREDTHS":{"name":"TIFF_GRAY_RESPONSE_HUNDREDTHS","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_GRAY_RESPONSE_THOUSANDTHS":{"name":"TIFF_GRAY_RESPONSE_THOUSANDTHS","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_GRAY_RESPONSE_TEN_THOUSANDTHS":{"name":"TIFF_GRAY_RESPONSE_TEN_THOUSANDTHS","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_GRAY_RESPONSE_HUNDRED_THOUSANDTHS":{"name":"TIFF_GRAY_RESPONSE_HUNDRED_THOUSANDTHS","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_ORIENTATION_TOP_ROW_LEFT_COLUMN":{"name":"TIFF_ORIENTATION_TOP_ROW_LEFT_COLUMN","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_ORIENTATION_TOP_ROW_RIGHT_COLUMN":{"name":"TIFF_ORIENTATION_TOP_ROW_RIGHT_COLUMN","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_ORIENTATION_BOTTOM_ROW_RIGHT_COLUMN":{"name":"TIFF_ORIENTATION_BOTTOM_ROW_RIGHT_COLUMN","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_ORIENTATION_BOTTOM_ROW_LEFT_COLUMN":{"name":"TIFF_ORIENTATION_BOTTOM_ROW_LEFT_COLUMN","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_ORIENTATION_LEFT_ROW_TOP_COLUMN":{"name":"TIFF_ORIENTATION_LEFT_ROW_TOP_COLUMN","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_ORIENTATION_RIGHT_ROW_TOP_COLUMN":{"name":"TIFF_ORIENTATION_RIGHT_ROW_TOP_COLUMN","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_ORIENTATION_RIGHT_ROW_BOTTOM_COLUMN":{"name":"TIFF_ORIENTATION_RIGHT_ROW_BOTTOM_COLUMN","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_ORIENTATION_LEFT_ROW_BOTTOM_COLUMN":{"name":"TIFF_ORIENTATION_LEFT_ROW_BOTTOM_COLUMN","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_PHOTOMETRIC_INTERPRETATION_WHITE_IS_ZERO":{"name":"TIFF_PHOTOMETRIC_INTERPRETATION_WHITE_IS_ZERO","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_PHOTOMETRIC_INTERPRETATION_BLACK_IS_ZERO":{"name":"TIFF_PHOTOMETRIC_INTERPRETATION_BLACK_IS_ZERO","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_PHOTOMETRIC_INTERPRETATION_RGB":{"name":"TIFF_PHOTOMETRIC_INTERPRETATION_RGB","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_PHOTOMETRIC_INTERPRETATION_PALETTE":{"name":"TIFF_PHOTOMETRIC_INTERPRETATION_PALETTE","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_PHOTOMETRIC_INTERPRETATION_TRANSPARENCY":{"name":"TIFF_PHOTOMETRIC_INTERPRETATION_TRANSPARENCY","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_PLANAR_CONFIGURATION_CHUNKY":{"name":"TIFF_PLANAR_CONFIGURATION_CHUNKY","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_PLANAR_CONFIGURATION_PLANAR":{"name":"TIFF_PLANAR_CONFIGURATION_PLANAR","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_RESOLUTION_UNIT_NO":{"name":"TIFF_RESOLUTION_UNIT_NO","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_RESOLUTION_UNIT_INCH":{"name":"TIFF_RESOLUTION_UNIT_INCH","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_RESOLUTION_UNIT_CENTIMETER":{"name":"TIFF_RESOLUTION_UNIT_CENTIMETER","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_SAMPLE_FORMAT_UNSIGNED_INT":{"name":"TIFF_SAMPLE_FORMAT_UNSIGNED_INT","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_SAMPLE_FORMAT_SIGNED_INT":{"name":"TIFF_SAMPLE_FORMAT_SIGNED_INT","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_SAMPLE_FORMAT_FLOAT":{"name":"TIFF_SAMPLE_FORMAT_FLOAT","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_SAMPLE_FORMAT_UNDEFINED":{"name":"TIFF_SAMPLE_FORMAT_UNDEFINED","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_SUBFILE_TYPE_FULL":{"name":"TIFF_SUBFILE_TYPE_FULL","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_SUBFILE_TYPE_REDUCED":{"name":"TIFF_SUBFILE_TYPE_REDUCED","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_SAMPLE_FORMAT_SINGLE_PAGE_MULTI_PAGE":{"name":"TIFF_SAMPLE_FORMAT_SINGLE_PAGE_MULTI_PAGE","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_THRESHHOLDING_NO":{"name":"TIFF_THRESHHOLDING_NO","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_THRESHHOLDING_ORDERED":{"name":"TIFF_THRESHHOLDING_ORDERED","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_THRESHHOLDING_RANDOM":{"name":"TIFF_THRESHHOLDING_RANDOM","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_PREDICTOR_NO":{"name":"TIFF_PREDICTOR_NO","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_PREDICTOR_HORIZONTAL":{"name":"TIFF_PREDICTOR_HORIZONTAL","abstract":"

    Undocumented

    "},"Constants.html#/c:@TIFF_PREDICTOR_FLOATINGPOINT":{"name":"TIFF_PREDICTOR_FLOATINGPOINT","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_CATEGORY_CRS_NAME":{"name":"CRS_CATEGORY_CRS_NAME","abstract":"

    Category Type names

    "},"Constants.html#/c:@CRS_CATEGORY_OPERATION_NAME":{"name":"CRS_CATEGORY_OPERATION_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_CATEGORY_METADATA_NAME":{"name":"CRS_CATEGORY_METADATA_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_TYPE_BOUND_NAME":{"name":"CRS_TYPE_BOUND_NAME","abstract":"

    CRS Type names

    "},"Constants.html#/c:@CRS_TYPE_COMPOUND_NAME":{"name":"CRS_TYPE_COMPOUND_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_TYPE_CONCATENATED_OPERATION_NAME":{"name":"CRS_TYPE_CONCATENATED_OPERATION_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_TYPE_COORDINATE_METADATA_NAME":{"name":"CRS_TYPE_COORDINATE_METADATA_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_TYPE_COORDINATE_OPERATION_NAME":{"name":"CRS_TYPE_COORDINATE_OPERATION_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_TYPE_DERIVED_NAME":{"name":"CRS_TYPE_DERIVED_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_TYPE_ENGINEERING_NAME":{"name":"CRS_TYPE_ENGINEERING_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_TYPE_GEODETIC_NAME":{"name":"CRS_TYPE_GEODETIC_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_TYPE_GEOGRAPHIC_NAME":{"name":"CRS_TYPE_GEOGRAPHIC_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_TYPE_PARAMETRIC_NAME":{"name":"CRS_TYPE_PARAMETRIC_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_TYPE_POINT_MOTION_OPERATION_NAME":{"name":"CRS_TYPE_POINT_MOTION_OPERATION_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_TYPE_PROJECTED_NAME":{"name":"CRS_TYPE_PROJECTED_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_TYPE_TEMPORAL_NAME":{"name":"CRS_TYPE_TEMPORAL_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_TYPE_VERTICAL_NAME":{"name":"CRS_TYPE_VERTICAL_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_AFT_NAME":{"name":"CRS_AXIS_AFT_NAME","abstract":"

    Axis Direction Type names

    "},"Constants.html#/c:@CRS_AXIS_AWAY_FROM_NAME":{"name":"CRS_AXIS_AWAY_FROM_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_CLOCKWISE_NAME":{"name":"CRS_AXIS_CLOCKWISE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_COLUMN_NEGATIVE_NAME":{"name":"CRS_AXIS_COLUMN_NEGATIVE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_COLUMN_POSITIVE_NAME":{"name":"CRS_AXIS_COLUMN_POSITIVE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_COUNTER_CLOCKWISE_NAME":{"name":"CRS_AXIS_COUNTER_CLOCKWISE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_DISPLAY_DOWN_NAME":{"name":"CRS_AXIS_DISPLAY_DOWN_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_DISPLAY_LEFT_NAME":{"name":"CRS_AXIS_DISPLAY_LEFT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_DISPLAY_RIGHT_NAME":{"name":"CRS_AXIS_DISPLAY_RIGHT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_DISPLAY_UP_NAME":{"name":"CRS_AXIS_DISPLAY_UP_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_DOWN_NAME":{"name":"CRS_AXIS_DOWN_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_EAST_NAME":{"name":"CRS_AXIS_EAST_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_EAST_NORTH_EAST_NAME":{"name":"CRS_AXIS_EAST_NORTH_EAST_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_EAST_SOUTH_EAST_NAME":{"name":"CRS_AXIS_EAST_SOUTH_EAST_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_FORWARD_NAME":{"name":"CRS_AXIS_FORWARD_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_FUTURE_NAME":{"name":"CRS_AXIS_FUTURE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_GEOCENTRIC_X_NAME":{"name":"CRS_AXIS_GEOCENTRIC_X_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_GEOCENTRIC_Y_NAME":{"name":"CRS_AXIS_GEOCENTRIC_Y_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_GEOCENTRIC_Z_NAME":{"name":"CRS_AXIS_GEOCENTRIC_Z_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_NORTH_NAME":{"name":"CRS_AXIS_NORTH_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_NORTH_EAST_NAME":{"name":"CRS_AXIS_NORTH_EAST_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_NORTH_NORTH_EAST_NAME":{"name":"CRS_AXIS_NORTH_NORTH_EAST_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_NORTH_NORTH_WEST_NAME":{"name":"CRS_AXIS_NORTH_NORTH_WEST_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_NORTH_WEST_NAME":{"name":"CRS_AXIS_NORTH_WEST_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_PAST_NAME":{"name":"CRS_AXIS_PAST_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_PORT_NAME":{"name":"CRS_AXIS_PORT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_ROW_NEGATIVE_NAME":{"name":"CRS_AXIS_ROW_NEGATIVE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_ROW_POSITIVE_NAME":{"name":"CRS_AXIS_ROW_POSITIVE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_SOUTH_NAME":{"name":"CRS_AXIS_SOUTH_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_SOUTH_EAST_NAME":{"name":"CRS_AXIS_SOUTH_EAST_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_SOUTH_SOUTH_EAST_NAME":{"name":"CRS_AXIS_SOUTH_SOUTH_EAST_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_SOUTH_SOUTH_WEST_NAME":{"name":"CRS_AXIS_SOUTH_SOUTH_WEST_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_SOUTH_WEST_NAME":{"name":"CRS_AXIS_SOUTH_WEST_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_STARBOARD_NAME":{"name":"CRS_AXIS_STARBOARD_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_TOWARDS_NAME":{"name":"CRS_AXIS_TOWARDS_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_UNSPECIFIED_NAME":{"name":"CRS_AXIS_UNSPECIFIED_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_UP_NAME":{"name":"CRS_AXIS_UP_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_WEST_NAME":{"name":"CRS_AXIS_WEST_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_WEST_NORTH_WEST_NAME":{"name":"CRS_AXIS_WEST_NORTH_WEST_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_AXIS_WEST_SOUTH_WEST_NAME":{"name":"CRS_AXIS_WEST_SOUTH_WEST_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_CS_AFFINE_NAME":{"name":"CRS_CS_AFFINE_NAME","abstract":"

    Coordinate System Type names

    "},"Constants.html#/c:@CRS_CS_CARTESIAN_NAME":{"name":"CRS_CS_CARTESIAN_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_CS_CYLINDRICAL_NAME":{"name":"CRS_CS_CYLINDRICAL_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_CS_ELLIPSOIDAL_NAME":{"name":"CRS_CS_ELLIPSOIDAL_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_CS_LINEAR_NAME":{"name":"CRS_CS_LINEAR_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_CS_ORDINAL_NAME":{"name":"CRS_CS_ORDINAL_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_CS_PARAMETRIC_NAME":{"name":"CRS_CS_PARAMETRIC_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_CS_POLAR_NAME":{"name":"CRS_CS_POLAR_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_CS_SPHERICAL_NAME":{"name":"CRS_CS_SPHERICAL_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_CS_TEMPORAL_COUNT_NAME":{"name":"CRS_CS_TEMPORAL_COUNT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_CS_TEMPORAL_DATE_TIME_NAME":{"name":"CRS_CS_TEMPORAL_DATE_TIME_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_CS_TEMPORAL_MEASURE_NAME":{"name":"CRS_CS_TEMPORAL_MEASURE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_CS_VERTICAL_NAME":{"name":"CRS_CS_VERTICAL_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNIT_ANGLE_NAME":{"name":"CRS_UNIT_ANGLE_NAME","abstract":"

    Unit Type names

    "},"Constants.html#/c:@CRS_UNIT_LENGTH_NAME":{"name":"CRS_UNIT_LENGTH_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNIT_PARAMETRIC_NAME":{"name":"CRS_UNIT_PARAMETRIC_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNIT_SCALE_NAME":{"name":"CRS_UNIT_SCALE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNIT_TIME_NAME":{"name":"CRS_UNIT_TIME_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNIT_NAME":{"name":"CRS_UNIT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_MICROMETRE_NAME":{"name":"CRS_UNITS_MICROMETRE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_MILLIMETRE_NAME":{"name":"CRS_UNITS_MILLIMETRE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_METRE_NAME":{"name":"CRS_UNITS_METRE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_KILOMETRE_NAME":{"name":"CRS_UNITS_KILOMETRE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_GERMAN_LEGAL_METRE_NAME":{"name":"CRS_UNITS_GERMAN_LEGAL_METRE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_US_SURVEY_FOOT_NAME":{"name":"CRS_UNITS_US_SURVEY_FOOT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_FOOT_NAME":{"name":"CRS_UNITS_FOOT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_MICRORADIAN_NAME":{"name":"CRS_UNITS_MICRORADIAN_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_MILLIRADIAN_NAME":{"name":"CRS_UNITS_MILLIRADIAN_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_RADIAN_NAME":{"name":"CRS_UNITS_RADIAN_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_ARC_SECOND_NAME":{"name":"CRS_UNITS_ARC_SECOND_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_ARC_MINUTE_NAME":{"name":"CRS_UNITS_ARC_MINUTE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_DEGREE_NAME":{"name":"CRS_UNITS_DEGREE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_GRAD_NAME":{"name":"CRS_UNITS_GRAD_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_UNITY_NAME":{"name":"CRS_UNITS_UNITY_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_BIN_NAME":{"name":"CRS_UNITS_BIN_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_PARTS_PER_MILLION_NAME":{"name":"CRS_UNITS_PARTS_PER_MILLION_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_PASCAL_NAME":{"name":"CRS_UNITS_PASCAL_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_HECTOPASCAL_NAME":{"name":"CRS_UNITS_HECTOPASCAL_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_MICROSECOND_NAME":{"name":"CRS_UNITS_MICROSECOND_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_MILLISECOND_NAME":{"name":"CRS_UNITS_MILLISECOND_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_SECOND_NAME":{"name":"CRS_UNITS_SECOND_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_MINUTE_NAME":{"name":"CRS_UNITS_MINUTE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_HOUR_NAME":{"name":"CRS_UNITS_HOUR_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_DAY_NAME":{"name":"CRS_UNITS_DAY_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_YEAR_NAME":{"name":"CRS_UNITS_YEAR_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_CALENDAR_SECOND_NAME":{"name":"CRS_UNITS_CALENDAR_SECOND_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_UNITS_CALENDAR_MONTH_NAME":{"name":"CRS_UNITS_CALENDAR_MONTH_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_ELLIPSOID_OBLATE_NAME":{"name":"CRS_ELLIPSOID_OBLATE_NAME","abstract":"

    Ellipsoid Type names

    "},"Constants.html#/c:@CRS_ELLIPSOID_TRIAXIAL_NAME":{"name":"CRS_ELLIPSOID_TRIAXIAL_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_OPERATION_COORDINATE_NAME":{"name":"CRS_OPERATION_COORDINATE_NAME","abstract":"

    Coordinate Operation Type names

    "},"Constants.html#/c:@CRS_OPERATION_POINT_MOTION_NAME":{"name":"CRS_OPERATION_POINT_MOTION_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_OPERATION_MAP_PROJECTION_NAME":{"name":"CRS_OPERATION_MAP_PROJECTION_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_OPERATION_DERIVING_CONVERSION_NAME":{"name":"CRS_OPERATION_DERIVING_CONVERSION_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_OPERATION_ABRIDGED_COORDINATE_TRANSFORMATION_NAME":{"name":"CRS_OPERATION_ABRIDGED_COORDINATE_TRANSFORMATION_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_PROJ":{"name":"CRS_PROJ_PARAM_PROJ","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_ZONE":{"name":"CRS_PROJ_PARAM_ZONE","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_SOUTH":{"name":"CRS_PROJ_PARAM_SOUTH","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_LAT_1":{"name":"CRS_PROJ_PARAM_LAT_1","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_LAT_2":{"name":"CRS_PROJ_PARAM_LAT_2","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_LAT_0":{"name":"CRS_PROJ_PARAM_LAT_0","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_LAT_TS":{"name":"CRS_PROJ_PARAM_LAT_TS","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_LON_0":{"name":"CRS_PROJ_PARAM_LON_0","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_LONC":{"name":"CRS_PROJ_PARAM_LONC","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_ALPHA":{"name":"CRS_PROJ_PARAM_ALPHA","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_K_0":{"name":"CRS_PROJ_PARAM_K_0","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_X_0":{"name":"CRS_PROJ_PARAM_X_0","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_Y_0":{"name":"CRS_PROJ_PARAM_Y_0","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_AXIS":{"name":"CRS_PROJ_PARAM_AXIS","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_DATUM":{"name":"CRS_PROJ_PARAM_DATUM","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_NO_UOFF":{"name":"CRS_PROJ_PARAM_NO_UOFF","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_GAMMA":{"name":"CRS_PROJ_PARAM_GAMMA","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_A":{"name":"CRS_PROJ_PARAM_A","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_B":{"name":"CRS_PROJ_PARAM_B","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_ELLPS":{"name":"CRS_PROJ_PARAM_ELLPS","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_TOWGS84":{"name":"CRS_PROJ_PARAM_TOWGS84","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_PM":{"name":"CRS_PROJ_PARAM_PM","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_UNITS":{"name":"CRS_PROJ_PARAM_UNITS","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_TO_METER":{"name":"CRS_PROJ_PARAM_TO_METER","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_NADGRIDS":{"name":"CRS_PROJ_PARAM_NADGRIDS","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_WKTEXT":{"name":"CRS_PROJ_PARAM_WKTEXT","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PARAM_NO_DEFS":{"name":"CRS_PROJ_PARAM_NO_DEFS","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_NAME_AEA":{"name":"CRS_PROJ_NAME_AEA","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_NAME_CASS":{"name":"CRS_PROJ_NAME_CASS","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_NAME_CEA":{"name":"CRS_PROJ_NAME_CEA","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_NAME_EQC":{"name":"CRS_PROJ_NAME_EQC","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_NAME_KROVAK":{"name":"CRS_PROJ_NAME_KROVAK","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_NAME_LAEA":{"name":"CRS_PROJ_NAME_LAEA","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_NAME_LCC":{"name":"CRS_PROJ_NAME_LCC","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_NAME_LONGLAT":{"name":"CRS_PROJ_NAME_LONGLAT","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_NAME_MERC":{"name":"CRS_PROJ_NAME_MERC","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_NAME_NZMG":{"name":"CRS_PROJ_NAME_NZMG","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_NAME_OMERC":{"name":"CRS_PROJ_NAME_OMERC","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_NAME_POLY":{"name":"CRS_PROJ_NAME_POLY","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_NAME_SOMERC":{"name":"CRS_PROJ_NAME_SOMERC","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_NAME_STERE":{"name":"CRS_PROJ_NAME_STERE","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_NAME_STEREA":{"name":"CRS_PROJ_NAME_STEREA","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_NAME_TMERC":{"name":"CRS_PROJ_NAME_TMERC","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_NAME_UTM":{"name":"CRS_PROJ_NAME_UTM","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_AXIS_EAST":{"name":"CRS_PROJ_AXIS_EAST","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_AXIS_WEST":{"name":"CRS_PROJ_AXIS_WEST","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_AXIS_NORTH":{"name":"CRS_PROJ_AXIS_NORTH","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_AXIS_SOUTH":{"name":"CRS_PROJ_AXIS_SOUTH","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_AXIS_UP":{"name":"CRS_PROJ_AXIS_UP","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_AXIS_DOWN":{"name":"CRS_PROJ_AXIS_DOWN","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_AXIS_WEST_SOUTH_UP":{"name":"CRS_PROJ_AXIS_WEST_SOUTH_UP","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_UNITS_METRE":{"name":"CRS_PROJ_UNITS_METRE","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_UNITS_US_SURVEY_FOOT":{"name":"CRS_PROJ_UNITS_US_SURVEY_FOOT","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_UNITS_FOOT":{"name":"CRS_PROJ_UNITS_FOOT","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_UNITS_DEGREE":{"name":"CRS_PROJ_UNITS_DEGREE","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_PSEUDO_MERCATOR":{"name":"CRS_PROJ_PSEUDO_MERCATOR","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_SWISS_OBLIQUE_MERCATOR":{"name":"CRS_PROJ_SWISS_OBLIQUE_MERCATOR","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_SWISS_OBLIQUE_MERCATOR_COMPAT":{"name":"CRS_PROJ_SWISS_OBLIQUE_MERCATOR_COMPAT","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_PROJ_UTM_ZONE":{"name":"CRS_PROJ_UTM_ZONE","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_WKT_SEPARATOR":{"name":"CRS_WKT_SEPARATOR","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_WKT_LEFT_DELIMITER":{"name":"CRS_WKT_LEFT_DELIMITER","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_WKT_LEFT_DELIMITER_COMPAT":{"name":"CRS_WKT_LEFT_DELIMITER_COMPAT","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_WKT_RIGHT_DELIMITER":{"name":"CRS_WKT_RIGHT_DELIMITER","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_WKT_RIGHT_DELIMITER_COMPAT":{"name":"CRS_WKT_RIGHT_DELIMITER_COMPAT","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_WKT_AXIS_ABBREV_LEFT_DELIMITER":{"name":"CRS_WKT_AXIS_ABBREV_LEFT_DELIMITER","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_WKT_AXIS_ABBREV_RIGHT_DELIMITER":{"name":"CRS_WKT_AXIS_ABBREV_RIGHT_DELIMITER","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_WKT_AXIS_DIRECTION_OTHER":{"name":"CRS_WKT_AXIS_DIRECTION_OTHER","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_WKT_AXIS_NAME_LON":{"name":"CRS_WKT_AXIS_NAME_LON","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_WKT_AXIS_NAME_LAT":{"name":"CRS_WKT_AXIS_NAME_LAT","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_WKT_AXIS_NAME_X":{"name":"CRS_WKT_AXIS_NAME_X","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_WKT_AXIS_NAME_Y":{"name":"CRS_WKT_AXIS_NAME_Y","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_WKT_AXIS_NAME_Z":{"name":"CRS_WKT_AXIS_NAME_Z","abstract":"

    Undocumented

    "},"Constants.html#/c:@CRS_WKT_DATUM_TYPE":{"name":"CRS_WKT_DATUM_TYPE","abstract":"

    Undocumented

    "},"Constants.html#/c:@PROJ_BUNDLE_NAME":{"name":"PROJ_BUNDLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@PROJ_PROPERTY_LIST_TYPE":{"name":"PROJ_PROPERTY_LIST_TYPE","abstract":"

    Undocumented

    "},"Constants.html#/c:@PROJ_PROPERTIES":{"name":"PROJ_PROPERTIES","abstract":"

    Projection constants

    "},"Constants.html#/c:@PROJ_AUTHORITY_EPSG":{"name":"PROJ_AUTHORITY_EPSG","abstract":"

    Undocumented

    "},"Constants.html#/c:@PROJ_AUTHORITY_NONE":{"name":"PROJ_AUTHORITY_NONE","abstract":"

    Undocumented

    "},"Constants.html#/c:@PROJ_AUTHORITY_OGC":{"name":"PROJ_AUTHORITY_OGC","abstract":"

    Undocumented

    "},"Constants.html#/c:@PROJ_AUTHORITY_NSG":{"name":"PROJ_AUTHORITY_NSG","abstract":"

    Undocumented

    "},"Constants.html#/c:@PROJ_UNDEFINED_CARTESIAN":{"name":"PROJ_UNDEFINED_CARTESIAN","abstract":"

    Undocumented

    "},"Constants.html#/c:@PROJ_UNDEFINED_GEOGRAPHIC":{"name":"PROJ_UNDEFINED_GEOGRAPHIC","abstract":"

    Undocumented

    "},"Constants.html#/c:@PROJ_EPSG_WORLD_GEODETIC_SYSTEM":{"name":"PROJ_EPSG_WORLD_GEODETIC_SYSTEM","abstract":"

    Undocumented

    "},"Constants.html#/c:@PROJ_EPSG_WEB_MERCATOR":{"name":"PROJ_EPSG_WEB_MERCATOR","abstract":"

    Undocumented

    "},"Constants.html#/c:@PROJ_EPSG_WORLD_GEODETIC_SYSTEM_GEOGRAPHICAL_3D":{"name":"PROJ_EPSG_WORLD_GEODETIC_SYSTEM_GEOGRAPHICAL_3D","abstract":"

    Undocumented

    "},"Constants.html#/c:@PROJ_OGC_CRS84":{"name":"PROJ_OGC_CRS84","abstract":"

    Undocumented

    "},"Constants.html#/c:@PROJ_WEB_MERCATOR_MAX_LAT_RANGE":{"name":"PROJ_WEB_MERCATOR_MAX_LAT_RANGE","abstract":"

    Undocumented

    "},"Constants.html#/c:@PROJ_WEB_MERCATOR_MIN_LAT_RANGE":{"name":"PROJ_WEB_MERCATOR_MIN_LAT_RANGE","abstract":"

    Undocumented

    "},"Constants.html#/c:@PROJ_WEB_MERCATOR_HALF_WORLD_WIDTH":{"name":"PROJ_WEB_MERCATOR_HALF_WORLD_WIDTH","abstract":"

    Undocumented

    "},"Constants.html#/c:@PROJ_MERCATOR_RADIUS":{"name":"PROJ_MERCATOR_RADIUS","abstract":"

    Undocumented

    "},"Constants.html#/c:@PROJ_WGS84_HALF_WORLD_LON_WIDTH":{"name":"PROJ_WGS84_HALF_WORLD_LON_WIDTH","abstract":"

    Undocumented

    "},"Constants.html#/c:@PROJ_WGS84_HALF_WORLD_LAT_HEIGHT":{"name":"PROJ_WGS84_HALF_WORLD_LAT_HEIGHT","abstract":"

    Undocumented

    "},"Constants.html#/c:@SF_GEOMETRY_NAME":{"name":"SF_GEOMETRY_NAME","abstract":"

    Geometry type names

    "},"Constants.html#/c:@SF_POINT_NAME":{"name":"SF_POINT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@SF_LINESTRING_NAME":{"name":"SF_LINESTRING_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@SF_POLYGON_NAME":{"name":"SF_POLYGON_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@SF_MULTIPOINT_NAME":{"name":"SF_MULTIPOINT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@SF_MULTILINESTRING_NAME":{"name":"SF_MULTILINESTRING_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@SF_MULTIPOLYGON_NAME":{"name":"SF_MULTIPOLYGON_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@SF_GEOMETRYCOLLECTION_NAME":{"name":"SF_GEOMETRYCOLLECTION_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@SF_CIRCULARSTRING_NAME":{"name":"SF_CIRCULARSTRING_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@SF_COMPOUNDCURVE_NAME":{"name":"SF_COMPOUNDCURVE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@SF_CURVEPOLYGON_NAME":{"name":"SF_CURVEPOLYGON_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@SF_MULTICURVE_NAME":{"name":"SF_MULTICURVE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@SF_MULTISURFACE_NAME":{"name":"SF_MULTISURFACE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@SF_CURVE_NAME":{"name":"SF_CURVE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@SF_SURFACE_NAME":{"name":"SF_SURFACE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@SF_POLYHEDRALSURFACE_NAME":{"name":"SF_POLYHEDRALSURFACE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@SF_TIN_NAME":{"name":"SF_TIN_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@SF_TRIANGLE_NAME":{"name":"SF_TRIANGLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@SF_NONE_NAME":{"name":"SF_NONE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:SFByteReader.h@DEFAULT_READ_BYTE_ORDER":{"name":"DEFAULT_READ_BYTE_ORDER","abstract":"

    Default read byte order

    "},"Constants.html#/c:SFByteWriter.h@DEFAULT_WRITE_BYTE_ORDER":{"name":"DEFAULT_WRITE_BYTE_ORDER","abstract":"

    Default write byte order

    "},"Constants.html#/c:@SF_DEFAULT_LINE_EPSILON":{"name":"SF_DEFAULT_LINE_EPSILON","abstract":"

    Default epsilon for point in or on line tolerance

    "},"Constants.html#/c:@SF_DEFAULT_EQUAL_EPSILON":{"name":"SF_DEFAULT_EQUAL_EPSILON","abstract":"

    Default epsilon for point equality

    "},"Constants.html#/c:@SF_WEB_MERCATOR_MAX_LAT_RANGE":{"name":"SF_WEB_MERCATOR_MAX_LAT_RANGE","abstract":"

    Web Mercator Latitude Range

    "},"Constants.html#/c:@SF_WEB_MERCATOR_MIN_LAT_RANGE":{"name":"SF_WEB_MERCATOR_MIN_LAT_RANGE","abstract":"

    Web Mercator Latitude Range

    "},"Constants.html#/c:@SF_WEB_MERCATOR_HALF_WORLD_WIDTH":{"name":"SF_WEB_MERCATOR_HALF_WORLD_WIDTH","abstract":"

    Half the world distance in either direction

    "},"Constants.html#/c:@SF_WGS84_HALF_WORLD_LON_WIDTH":{"name":"SF_WGS84_HALF_WORLD_LON_WIDTH","abstract":"

    Half the world longitude width for WGS84

    "},"Constants.html#/c:@SF_WGS84_HALF_WORLD_LAT_HEIGHT":{"name":"SF_WGS84_HALF_WORLD_LAT_HEIGHT","abstract":"

    Half the world latitude height for WGS84

    "},"Constants.html#/c:@SF_DEGREES_TO_METERS_MIN_LAT":{"name":"SF_DEGREES_TO_METERS_MIN_LAT","abstract":"

    Minimum latitude degrees value convertible to meters

    "},"Constants.html#/c:@SF_BEARING_NORTH":{"name":"SF_BEARING_NORTH","abstract":"

    Absolute north bearing in degrees

    "},"Constants.html#/c:@SF_BEARING_EAST":{"name":"SF_BEARING_EAST","abstract":"

    Absolute east bearing in degrees

    "},"Constants.html#/c:@SF_BEARING_SOUTH":{"name":"SF_BEARING_SOUTH","abstract":"

    Absolute south bearing in degrees

    "},"Constants.html#/c:@SF_BEARING_WEST":{"name":"SF_BEARING_WEST","abstract":"

    Absolute west bearing degrees

    "},"Constants.html#/c:@SF_RADIANS_TO_DEGREES":{"name":"SF_RADIANS_TO_DEGREES","abstract":"

    Radians to Degrees conversion

    "},"Constants.html#/c:@SF_DEGREES_TO_RADIANS":{"name":"SF_DEGREES_TO_RADIANS","abstract":"

    Degrees to Radians conversion

    "},"Constants.html#/c:@GPKG_DTU_DATE_FORMAT":{"name":"GPKG_DTU_DATE_FORMAT","abstract":"

    Date format

    "},"Constants.html#/c:@GPKG_DTU_DATE_FORMAT2":{"name":"GPKG_DTU_DATE_FORMAT2","abstract":"

    Non standard Date format

    "},"Constants.html#/c:@GPKG_DTU_DATETIME_FORMAT":{"name":"GPKG_DTU_DATETIME_FORMAT","abstract":"

    Date Time format

    "},"Constants.html#/c:@GPKG_DTU_DATETIME_FORMAT2":{"name":"GPKG_DTU_DATETIME_FORMAT2","abstract":"

    Secondary Date Time format w/o milliseconds for parsing string dates

    "},"Constants.html#/c:@GPKG_DTU_FUNCTION_DATE":{"name":"GPKG_DTU_FUNCTION_DATE","abstract":"

    SQLite date function

    "},"Constants.html#/c:@GPKG_DTU_FUNCTION_TIME":{"name":"GPKG_DTU_FUNCTION_TIME","abstract":"

    SQLite time function

    "},"Constants.html#/c:@GPKG_DTU_FUNCTION_DATETIME":{"name":"GPKG_DTU_FUNCTION_DATETIME","abstract":"

    SQLite datetime function

    "},"Constants.html#/c:@GPKG_DTU_FUNCTION_JULIANDAY":{"name":"GPKG_DTU_FUNCTION_JULIANDAY","abstract":"

    SQLite julianday function

    "},"Constants.html#/c:@GPKG_DTU_FUNCTION_STRFTIME":{"name":"GPKG_DTU_FUNCTION_STRFTIME","abstract":"

    SQLite strftime function

    "},"Constants.html#/c:@GPKG_EXTENSION":{"name":"GPKG_EXTENSION","abstract":"

    GeoPackage constants

    "},"Constants.html#/c:@GPKG_EXTENDED_EXTENSION":{"name":"GPKG_EXTENDED_EXTENSION","abstract":"

    @deprecated in GeoPackage version 1.2

    "},"Constants.html#/c:@GPKG_MEDIA_TYPE":{"name":"GPKG_MEDIA_TYPE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_APPLICATION_ID":{"name":"GPKG_APPLICATION_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_USER_VERSION":{"name":"GPKG_USER_VERSION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_METADATA_APPLICATION_ID":{"name":"GPKG_METADATA_APPLICATION_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GEOMETRY_MAGIC_NUMBER":{"name":"GPKG_GEOMETRY_MAGIC_NUMBER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GEOMETRY_VERSION_1":{"name":"GPKG_GEOMETRY_VERSION_1","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_SQLITE_HEADER_PREFIX":{"name":"GPKG_SQLITE_HEADER_PREFIX","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_SQLITE_APPLICATION_ID":{"name":"GPKG_SQLITE_APPLICATION_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_EXTENSION_AUTHOR":{"name":"GPKG_EXTENSION_AUTHOR","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GEOMETRY_EXTENSION_PREFIX":{"name":"GPKG_GEOMETRY_EXTENSION_PREFIX","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_UNDEFINED_DEFINITION":{"name":"GPKG_UNDEFINED_DEFINITION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_BUNDLE_NAME":{"name":"GPKG_BUNDLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROPERTY_LIST_TYPE":{"name":"GPKG_PROPERTY_LIST_TYPE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_RESOURCES_PROPERTIES":{"name":"GPKG_RESOURCES_PROPERTIES","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_EARTH_RADIUS":{"name":"GPKG_EARTH_RADIUS","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CON_TABLE_NAME":{"name":"GPKG_CON_TABLE_NAME","abstract":"

    Contents table constants

    "},"Constants.html#/c:@GPKG_CON_COLUMN_PK":{"name":"GPKG_CON_COLUMN_PK","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CON_COLUMN_TABLE_NAME":{"name":"GPKG_CON_COLUMN_TABLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CON_COLUMN_DATA_TYPE":{"name":"GPKG_CON_COLUMN_DATA_TYPE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CON_COLUMN_IDENTIFIER":{"name":"GPKG_CON_COLUMN_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CON_COLUMN_DESCRIPTION":{"name":"GPKG_CON_COLUMN_DESCRIPTION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CON_COLUMN_LAST_CHANGE":{"name":"GPKG_CON_COLUMN_LAST_CHANGE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CON_COLUMN_MIN_X":{"name":"GPKG_CON_COLUMN_MIN_X","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CON_COLUMN_MIN_Y":{"name":"GPKG_CON_COLUMN_MIN_Y","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CON_COLUMN_MAX_X":{"name":"GPKG_CON_COLUMN_MAX_X","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CON_COLUMN_MAX_Y":{"name":"GPKG_CON_COLUMN_MAX_Y","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CON_COLUMN_SRS_ID":{"name":"GPKG_CON_COLUMN_SRS_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDT_FEATURES_NAME":{"name":"GPKG_CDT_FEATURES_NAME","abstract":"

    Contents data type names

    "},"Constants.html#/c:@GPKG_CDT_TILES_NAME":{"name":"GPKG_CDT_TILES_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDT_ATTRIBUTES_NAME":{"name":"GPKG_CDT_ATTRIBUTES_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DT_BOOLEAN_NAME":{"name":"GPKG_DT_BOOLEAN_NAME","abstract":"

    Data type names

    "},"Constants.html#/c:@GPKG_DT_TINYINT_NAME":{"name":"GPKG_DT_TINYINT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DT_SMALLINT_NAME":{"name":"GPKG_DT_SMALLINT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DT_MEDIUMINT_NAME":{"name":"GPKG_DT_MEDIUMINT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DT_INT_NAME":{"name":"GPKG_DT_INT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DT_INTEGER_NAME":{"name":"GPKG_DT_INTEGER_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DT_FLOAT_NAME":{"name":"GPKG_DT_FLOAT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DT_DOUBLE_NAME":{"name":"GPKG_DT_DOUBLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DT_REAL_NAME":{"name":"GPKG_DT_REAL_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DT_TEXT_NAME":{"name":"GPKG_DT_TEXT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DT_BLOB_NAME":{"name":"GPKG_DT_BLOB_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DT_DATE_NAME":{"name":"GPKG_DT_DATE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DT_DATETIME_NAME":{"name":"GPKG_DT_DATETIME_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_RESOURCES_TABLES":{"name":"GPKG_RESOURCES_TABLES","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_SM_TABLE_NAME":{"name":"GPKG_SM_TABLE_NAME","abstract":"

    Table Name

    "},"Constants.html#/c:@GPKG_SMC_TYPE_NAME":{"name":"GPKG_SMC_TYPE_NAME","abstract":"

    SQLite Master column keyword type names

    "},"Constants.html#/c:@GPKG_SMC_NAME_NAME":{"name":"GPKG_SMC_NAME_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_SMC_TBL_NAME_NAME":{"name":"GPKG_SMC_TBL_NAME_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_SMC_ROOTPAGE_NAME":{"name":"GPKG_SMC_ROOTPAGE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_SMC_SQL_NAME":{"name":"GPKG_SMC_SQL_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_SMT_TABLE_NAME":{"name":"GPKG_SMT_TABLE_NAME","abstract":"

    SQLite Master table type names

    "},"Constants.html#/c:@GPKG_SMT_INDEX_NAME":{"name":"GPKG_SMT_INDEX_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_SMT_VIEW_NAME":{"name":"GPKG_SMT_VIEW_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_SMT_TRIGGER_NAME":{"name":"GPKG_SMT_TRIGGER_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GPM_TABLE_NAME":{"name":"GPKG_GPM_TABLE_NAME","abstract":"

    Table name

    "},"Constants.html#/c:@GPKG_GPM_COLUMN_PK":{"name":"GPKG_GPM_COLUMN_PK","abstract":"

    Column names

    "},"Constants.html#/c:@GPKG_GPM_COLUMN_ID":{"name":"GPKG_GPM_COLUMN_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GPM_COLUMN_NAME":{"name":"GPKG_GPM_COLUMN_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GPM_COLUMN_PATH":{"name":"GPKG_GPM_COLUMN_PATH","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_METADATA_TABLES":{"name":"GPKG_METADATA_TABLES","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GPGM_TABLE_NAME":{"name":"GPKG_GPGM_TABLE_NAME","abstract":"

    Table name

    "},"Constants.html#/c:@GPKG_GPGM_COLUMN_PK1":{"name":"GPKG_GPGM_COLUMN_PK1","abstract":"

    Column names

    "},"Constants.html#/c:@GPKG_GPGM_COLUMN_PK2":{"name":"GPKG_GPGM_COLUMN_PK2","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GPGM_COLUMN_PK3":{"name":"GPKG_GPGM_COLUMN_PK3","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GPGM_COLUMN_GEOPACKAGE_ID":{"name":"GPKG_GPGM_COLUMN_GEOPACKAGE_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GPGM_COLUMN_TABLE_NAME":{"name":"GPKG_GPGM_COLUMN_TABLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GPGM_COLUMN_ID":{"name":"GPKG_GPGM_COLUMN_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GPGM_COLUMN_MIN_X":{"name":"GPKG_GPGM_COLUMN_MIN_X","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GPGM_COLUMN_MAX_X":{"name":"GPKG_GPGM_COLUMN_MAX_X","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GPGM_COLUMN_MIN_Y":{"name":"GPKG_GPGM_COLUMN_MIN_Y","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GPGM_COLUMN_MAX_Y":{"name":"GPKG_GPGM_COLUMN_MAX_Y","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GPGM_COLUMN_MIN_Z":{"name":"GPKG_GPGM_COLUMN_MIN_Z","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GPGM_COLUMN_MAX_Z":{"name":"GPKG_GPGM_COLUMN_MAX_Z","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GPGM_COLUMN_MIN_M":{"name":"GPKG_GPGM_COLUMN_MIN_M","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GPGM_COLUMN_MAX_M":{"name":"GPKG_GPGM_COLUMN_MAX_M","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GPTM_TABLE_NAME":{"name":"GPKG_GPTM_TABLE_NAME","abstract":"

    Table name

    "},"Constants.html#/c:@GPKG_GPTM_COLUMN_PK1":{"name":"GPKG_GPTM_COLUMN_PK1","abstract":"

    Column names

    "},"Constants.html#/c:@GPKG_GPTM_COLUMN_PK2":{"name":"GPKG_GPTM_COLUMN_PK2","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GPTM_COLUMN_GEOPACKAGE_ID":{"name":"GPKG_GPTM_COLUMN_GEOPACKAGE_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GPTM_COLUMN_TABLE_NAME":{"name":"GPKG_GPTM_COLUMN_TABLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GPTM_COLUMN_LAST_INDEXED":{"name":"GPKG_GPTM_COLUMN_LAST_INDEXED","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CONSTRAINT":{"name":"GPKG_CONSTRAINT","abstract":"

    Constraint keyword

    "},"Constants.html#/c:@GPKG_CT_PRIMARY_KEY_NAME":{"name":"GPKG_CT_PRIMARY_KEY_NAME","abstract":"

    Constraint type names

    "},"Constants.html#/c:@GPKG_CT_UNIQUE_NAME":{"name":"GPKG_CT_UNIQUE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CT_CHECK_NAME":{"name":"GPKG_CT_CHECK_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CT_FOREIGN_KEY_NAME":{"name":"GPKG_CT_FOREIGN_KEY_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CT_NOT_NULL_NAME":{"name":"GPKG_CT_NOT_NULL_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CT_DEFAULT_NAME":{"name":"GPKG_CT_DEFAULT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CT_COLLATE_NAME":{"name":"GPKG_CT_COLLATE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CT_AUTOINCREMENT_NAME":{"name":"GPKG_CT_AUTOINCREMENT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TI_CID":{"name":"GPKG_TI_CID","abstract":"

    Index column

    "},"Constants.html#/c:@GPKG_TI_CID_INDEX":{"name":"GPKG_TI_CID_INDEX","abstract":"

    Index column index

    "},"Constants.html#/c:@GPKG_TI_NAME":{"name":"GPKG_TI_NAME","abstract":"

    Name column

    "},"Constants.html#/c:@GPKG_TI_NAME_INDEX":{"name":"GPKG_TI_NAME_INDEX","abstract":"

    Name column index

    "},"Constants.html#/c:@GPKG_TI_TYPE":{"name":"GPKG_TI_TYPE","abstract":"

    Type column

    "},"Constants.html#/c:@GPKG_TI_TYPE_INDEX":{"name":"GPKG_TI_TYPE_INDEX","abstract":"

    Type column index

    "},"Constants.html#/c:@GPKG_TI_NOT_NULL":{"name":"GPKG_TI_NOT_NULL","abstract":"

    Not null column

    "},"Constants.html#/c:@GPKG_TI_NOT_NULL_INDEX":{"name":"GPKG_TI_NOT_NULL_INDEX","abstract":"

    Not null column index

    "},"Constants.html#/c:@GPKG_TI_DFLT_VALUE":{"name":"GPKG_TI_DFLT_VALUE","abstract":"

    Default value column

    "},"Constants.html#/c:@GPKG_TI_DFLT_VALUE_INDEX":{"name":"GPKG_TI_DFLT_VALUE_INDEX","abstract":"

    Default value column index

    "},"Constants.html#/c:@GPKG_TI_PK":{"name":"GPKG_TI_PK","abstract":"

    Primary key column

    "},"Constants.html#/c:@GPKG_TI_PK_INDEX":{"name":"GPKG_TI_PK_INDEX","abstract":"

    Primary key column index

    "},"Constants.html#/c:@GPKG_TI_DEFAULT_NULL":{"name":"GPKG_TI_DEFAULT_NULL","abstract":"

    Default of NULL value

    "},"Constants.html#/c:@GPKG_UNIQUE":{"name":"GPKG_UNIQUE","abstract":"

    Unique keyword

    "},"Constants.html#/c:@GPKG_DGIWG_TILE_WIDTH":{"name":"GPKG_DGIWG_TILE_WIDTH","abstract":"

    Tile Width

    "},"Constants.html#/c:@GPKG_DGIWG_TILE_HEIGHT":{"name":"GPKG_DGIWG_TILE_HEIGHT","abstract":"

    Tile Height

    "},"Constants.html#/c:@GPKG_DGIWG_MIN_ZOOM_LEVEL":{"name":"GPKG_DGIWG_MIN_ZOOM_LEVEL","abstract":"

    Minimum Zoom Level

    "},"Constants.html#/c:@GPKG_DGIWG_MAX_ZOOM_LEVEL":{"name":"GPKG_DGIWG_MAX_ZOOM_LEVEL","abstract":"

    Maximum Zoom Level

    "},"Constants.html#/c:@GPKG_DGIWG_DESCRIPTION_UNKNOWN":{"name":"GPKG_DGIWG_DESCRIPTION_UNKNOWN","abstract":"

    Invalid unknown description

    "},"Constants.html#/c:@GPKG_DGIWG_DESCRIPTION_TBD":{"name":"GPKG_DGIWG_DESCRIPTION_TBD","abstract":"

    Invalid tbd description

    "},"Constants.html#/c:@GPKG_DGIWG_METADATA_MIME_TYPE":{"name":"GPKG_DGIWG_METADATA_MIME_TYPE","abstract":"

    MIME encoding of metadata

    "},"Constants.html#/c:@GPKG_DGIWG_DMF_BASE_URI":{"name":"GPKG_DGIWG_DMF_BASE_URI","abstract":"

    DGIWG Metadata Foundation (DMF) base URI

    "},"Constants.html#/c:@GPKG_DGIWG_DMF_2_0_URI":{"name":"GPKG_DGIWG_DMF_2_0_URI","abstract":"

    DGIWG Metadata Foundation (DMF) 2.0 URI

    "},"Constants.html#/c:@GPKG_DGIWG_DMF_DEFAULT_URI":{"name":"GPKG_DGIWG_DMF_DEFAULT_URI","abstract":"

    DGIWG Metadata Foundation (DMF) Default URI

    "},"Constants.html#/c:@GPKG_DGIWG_NMIS_BASE_URI":{"name":"GPKG_DGIWG_NMIS_BASE_URI","abstract":"

    NMIS base URI

    "},"Constants.html#/c:@GPKG_DGIWG_NMIS_8_0_URI":{"name":"GPKG_DGIWG_NMIS_8_0_URI","abstract":"

    NMIS 8.0 URI

    "},"Constants.html#/c:@GPKG_DGIWG_NMIS_DEFAULT_URI":{"name":"GPKG_DGIWG_NMIS_DEFAULT_URI","abstract":"

    NMIS Default URI

    "},"Constants.html#/c:@GPKG_DGIWG_FN_DELIMITER_ELEMENTS":{"name":"GPKG_DGIWG_FN_DELIMITER_ELEMENTS","abstract":"

    Delimiter between elements

    "},"Constants.html#/c:@GPKG_DGIWG_FN_DELIMITER_WORDS":{"name":"GPKG_DGIWG_FN_DELIMITER_WORDS","abstract":"

    Delimiter between words

    "},"Constants.html#/c:@GPKG_DGIWG_FN_DELIMITER_SCALE":{"name":"GPKG_DGIWG_FN_DELIMITER_SCALE","abstract":"

    Delimiter between zoom scale

    "},"Constants.html#/c:@GPKG_DGIWG_FN_VERSION_PREFIX":{"name":"GPKG_DGIWG_FN_VERSION_PREFIX","abstract":"

    Version prefix

    "},"Constants.html#/c:@GPKG_DGIWG_FN_DATE_FORMAT":{"name":"GPKG_DGIWG_FN_DATE_FORMAT","abstract":"

    Date format

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_GEOPACKAGE_BASE_NAME":{"name":"GPKG_DGIWG_REQ_GEOPACKAGE_BASE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_GEOPACKAGE_OPTIONS_NAME":{"name":"GPKG_DGIWG_REQ_GEOPACKAGE_OPTIONS_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_EXTENSIONS_MANDATORY_NAME":{"name":"GPKG_DGIWG_REQ_EXTENSIONS_MANDATORY_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_EXTENSIONS_OPTIONAL_NAME":{"name":"GPKG_DGIWG_REQ_EXTENSIONS_OPTIONAL_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_EXTENSIONS_NOT_ALLOWED_NAME":{"name":"GPKG_DGIWG_REQ_EXTENSIONS_NOT_ALLOWED_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_EXTENSIONS_CONDITIONAL_NAME":{"name":"GPKG_DGIWG_REQ_EXTENSIONS_CONDITIONAL_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_CRS_RASTER_ALLOWED_NAME":{"name":"GPKG_DGIWG_REQ_CRS_RASTER_ALLOWED_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_CRS_RASTER_TILE_MATRIX_SET_NAME":{"name":"GPKG_DGIWG_REQ_CRS_RASTER_TILE_MATRIX_SET_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_CRS_2D_VECTOR_NAME":{"name":"GPKG_DGIWG_REQ_CRS_2D_VECTOR_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_CRS_3D_VECTOR_NAME":{"name":"GPKG_DGIWG_REQ_CRS_3D_VECTOR_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_CRS_WKT_NAME":{"name":"GPKG_DGIWG_REQ_CRS_WKT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_CRS_COMPOUND_NAME":{"name":"GPKG_DGIWG_REQ_CRS_COMPOUND_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_CRS_COMPOUND_WKT_NAME":{"name":"GPKG_DGIWG_REQ_CRS_COMPOUND_WKT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_METADATA_DMF_NAME":{"name":"GPKG_DGIWG_REQ_METADATA_DMF_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_METADATA_GPKG_NAME":{"name":"GPKG_DGIWG_REQ_METADATA_GPKG_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_METADATA_ROW_NAME":{"name":"GPKG_DGIWG_REQ_METADATA_ROW_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_METADATA_USER_NAME":{"name":"GPKG_DGIWG_REQ_METADATA_USER_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_METADATA_PRODUCT_NAME":{"name":"GPKG_DGIWG_REQ_METADATA_PRODUCT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_METADATA_PRODUCT_PARTIAL_NAME":{"name":"GPKG_DGIWG_REQ_METADATA_PRODUCT_PARTIAL_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_VALIDITY_DATA_VALIDITY_NAME":{"name":"GPKG_DGIWG_REQ_VALIDITY_DATA_VALIDITY_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_TILE_SIZE_MATRIX_NAME":{"name":"GPKG_DGIWG_REQ_TILE_SIZE_MATRIX_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_TILE_SIZE_DATA_NAME":{"name":"GPKG_DGIWG_REQ_TILE_SIZE_DATA_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_ZOOM_FACTOR_NAME":{"name":"GPKG_DGIWG_REQ_ZOOM_FACTOR_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_ZOOM_MATRIX_SETS_MULTIPLE_NAME":{"name":"GPKG_DGIWG_REQ_ZOOM_MATRIX_SETS_MULTIPLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_ZOOM_MATRIX_SETS_ONE_NAME":{"name":"GPKG_DGIWG_REQ_ZOOM_MATRIX_SETS_ONE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_BBOX_CRS_NAME":{"name":"GPKG_DGIWG_REQ_BBOX_CRS_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_METADATA_TILE_NAME":{"name":"GPKG_DGIWG_REQ_METADATA_TILE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_METADATA_FEATURE_NAME":{"name":"GPKG_DGIWG_REQ_METADATA_FEATURE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_GEOPACKAGE_BASE_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_GEOPACKAGE_BASE_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_GEOPACKAGE_OPTIONS_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_GEOPACKAGE_OPTIONS_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_EXTENSIONS_MANDATORY_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_EXTENSIONS_MANDATORY_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_EXTENSIONS_OPTIONAL_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_EXTENSIONS_OPTIONAL_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_EXTENSIONS_NOT_ALLOWED_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_EXTENSIONS_NOT_ALLOWED_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_EXTENSIONS_CONDITIONAL_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_EXTENSIONS_CONDITIONAL_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_CRS_RASTER_ALLOWED_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_CRS_RASTER_ALLOWED_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_CRS_RASTER_TILE_MATRIX_SET_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_CRS_RASTER_TILE_MATRIX_SET_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_CRS_2D_VECTOR_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_CRS_2D_VECTOR_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_CRS_3D_VECTOR_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_CRS_3D_VECTOR_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_CRS_WKT_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_CRS_WKT_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_CRS_COMPOUND_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_CRS_COMPOUND_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_CRS_COMPOUND_WKT_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_CRS_COMPOUND_WKT_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_METADATA_DMF_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_METADATA_DMF_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_METADATA_GPKG_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_METADATA_GPKG_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_METADATA_ROW_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_METADATA_ROW_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_METADATA_USER_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_METADATA_USER_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_METADATA_PRODUCT_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_METADATA_PRODUCT_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_METADATA_PRODUCT_PARTIAL_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_METADATA_PRODUCT_PARTIAL_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_VALIDITY_DATA_VALIDITY_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_VALIDITY_DATA_VALIDITY_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_TILE_SIZE_MATRIX_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_TILE_SIZE_MATRIX_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_TILE_SIZE_DATA_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_TILE_SIZE_DATA_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_ZOOM_FACTOR_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_ZOOM_FACTOR_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_ZOOM_MATRIX_SETS_MULTIPLE_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_ZOOM_MATRIX_SETS_MULTIPLE_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_ZOOM_MATRIX_SETS_ONE_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_ZOOM_MATRIX_SETS_ONE_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_BBOX_CRS_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_BBOX_CRS_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_METADATA_TILE_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_METADATA_TILE_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_METADATA_FEATURE_IDENTIFIER":{"name":"GPKG_DGIWG_REQ_METADATA_FEATURE_IDENTIFIER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DGIWG_REQ_IDENTIFIER_PREFIX":{"name":"GPKG_DGIWG_REQ_IDENTIFIER_PREFIX","abstract":"

    Identifier prefix

    "},"Constants.html#/c:GPKGDgiwgValidate.h@pixelSizeValidationDelta":{"name":"pixelSizeValidationDelta","abstract":"

    Delta for comparisons between same pixel sizes

    "},"Constants.html#/c:@GPKG_DGIWG_RESOURCES_WKT":{"name":"GPKG_DGIWG_RESOURCES_WKT","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_UTM_NORTH_MIN":{"name":"GPKG_UTM_NORTH_MIN","abstract":"

    North min EPSG code

    "},"Constants.html#/c:@GPKG_UTM_NORTH_MAX":{"name":"GPKG_UTM_NORTH_MAX","abstract":"

    North max EPSG code

    "},"Constants.html#/c:@GPKG_UTM_SOUTH_MIN":{"name":"GPKG_UTM_SOUTH_MIN","abstract":"

    South min EPSG code

    "},"Constants.html#/c:@GPKG_UTM_SOUTH_MAX":{"name":"GPKG_UTM_SOUTH_MAX","abstract":"

    South max EPSG code

    "},"Constants.html#/c:@GPKG_CRS_WKT_EXTENSION_NAME":{"name":"GPKG_CRS_WKT_EXTENSION_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_EX_EXTENSION_NAME_DIVIDER":{"name":"GPKG_EX_EXTENSION_NAME_DIVIDER","abstract":"

    Extension table constants

    "},"Constants.html#/c:@GPKG_EX_TABLE_NAME":{"name":"GPKG_EX_TABLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_EX_COLUMN_TABLE_NAME":{"name":"GPKG_EX_COLUMN_TABLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_EX_COLUMN_COLUMN_NAME":{"name":"GPKG_EX_COLUMN_COLUMN_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_EX_COLUMN_EXTENSION_NAME":{"name":"GPKG_EX_COLUMN_EXTENSION_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_EX_COLUMN_DEFINITION":{"name":"GPKG_EX_COLUMN_DEFINITION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_EX_COLUMN_SCOPE":{"name":"GPKG_EX_COLUMN_SCOPE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_EST_READ_WRITE_NAME":{"name":"GPKG_EST_READ_WRITE_NAME","abstract":"

    Extension scope type enumeration names

    "},"Constants.html#/c:@GPKG_EST_WRITE_ONLY_NAME":{"name":"GPKG_EST_WRITE_ONLY_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_WEBP_EXTENSION_NAME":{"name":"GPKG_WEBP_EXTENSION_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_ZOOM_OTHER_EXTENSION_NAME":{"name":"GPKG_ZOOM_OTHER_EXTENSION_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CD_GRIDDED_COVERAGE":{"name":"GPKG_CD_GRIDDED_COVERAGE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GRIDDED_COVERAGE_EXTENSION_NAME":{"name":"GPKG_GRIDDED_COVERAGE_EXTENSION_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDA_NEAREST_NEIGHBOR_NAME":{"name":"GPKG_CDA_NEAREST_NEIGHBOR_NAME","abstract":"

    Tile Gridded Coverage Data Algorithm names

    "},"Constants.html#/c:@GPKG_CDA_BILINEAR_NAME":{"name":"GPKG_CDA_BILINEAR_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDA_BICUBIC_NAME":{"name":"GPKG_CDA_BICUBIC_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDGC_TABLE_NAME":{"name":"GPKG_CDGC_TABLE_NAME","abstract":"

    Gridded Coverage table constants

    "},"Constants.html#/c:@GPKG_CDGC_COLUMN_PK":{"name":"GPKG_CDGC_COLUMN_PK","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDGC_COLUMN_ID":{"name":"GPKG_CDGC_COLUMN_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDGC_COLUMN_TILE_MATRIX_SET_NAME":{"name":"GPKG_CDGC_COLUMN_TILE_MATRIX_SET_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDGC_COLUMN_DATATYPE":{"name":"GPKG_CDGC_COLUMN_DATATYPE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDGC_COLUMN_SCALE":{"name":"GPKG_CDGC_COLUMN_SCALE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDGC_COLUMN_OFFSET":{"name":"GPKG_CDGC_COLUMN_OFFSET","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDGC_COLUMN_PRECISION":{"name":"GPKG_CDGC_COLUMN_PRECISION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDGC_COLUMN_DATA_NULL":{"name":"GPKG_CDGC_COLUMN_DATA_NULL","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDGC_COLUMN_GRID_CELL_ENCODING":{"name":"GPKG_CDGC_COLUMN_GRID_CELL_ENCODING","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDGC_COLUMN_UOM":{"name":"GPKG_CDGC_COLUMN_UOM","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDGC_COLUMN_FIELD_NAME":{"name":"GPKG_CDGC_COLUMN_FIELD_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDGC_COLUMN_QUANTITY_DEFINITION":{"name":"GPKG_CDGC_COLUMN_QUANTITY_DEFINITION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GCDT_INTEGER_NAME":{"name":"GPKG_GCDT_INTEGER_NAME","abstract":"

    Gridded Coverage data type names

    "},"Constants.html#/c:@GPKG_GCDT_FLOAT_NAME":{"name":"GPKG_GCDT_FLOAT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GCET_CENTER_NAME":{"name":"GPKG_GCET_CENTER_NAME","abstract":"

    Gridded Coverage encoding type names

    "},"Constants.html#/c:@GPKG_GCET_AREA_NAME":{"name":"GPKG_GCET_AREA_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GCET_CORNER_NAME":{"name":"GPKG_GCET_CORNER_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDGT_TABLE_NAME":{"name":"GPKG_CDGT_TABLE_NAME","abstract":"

    Gridded Tile table constants

    "},"Constants.html#/c:@GPKG_CDGT_COLUMN_PK":{"name":"GPKG_CDGT_COLUMN_PK","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDGT_COLUMN_ID":{"name":"GPKG_CDGT_COLUMN_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDGT_COLUMN_TABLE_NAME":{"name":"GPKG_CDGT_COLUMN_TABLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDGT_COLUMN_TABLE_ID":{"name":"GPKG_CDGT_COLUMN_TABLE_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDGT_COLUMN_SCALE":{"name":"GPKG_CDGT_COLUMN_SCALE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDGT_COLUMN_OFFSET":{"name":"GPKG_CDGT_COLUMN_OFFSET","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDGT_COLUMN_MIN":{"name":"GPKG_CDGT_COLUMN_MIN","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDGT_COLUMN_MAX":{"name":"GPKG_CDGT_COLUMN_MAX","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDGT_COLUMN_MEAN":{"name":"GPKG_CDGT_COLUMN_MEAN","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CDGT_COLUMN_STANDARD_DEVIATION":{"name":"GPKG_CDGT_COLUMN_STANDARD_DEVIATION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_M_TABLE_NAME":{"name":"GPKG_M_TABLE_NAME","abstract":"

    Metadata table constants

    "},"Constants.html#/c:@GPKG_M_COLUMN_PK":{"name":"GPKG_M_COLUMN_PK","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_M_COLUMN_ID":{"name":"GPKG_M_COLUMN_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_M_COLUMN_SCOPE":{"name":"GPKG_M_COLUMN_SCOPE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_M_COLUMN_STANDARD_URI":{"name":"GPKG_M_COLUMN_STANDARD_URI","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_M_COLUMN_MIME_TYPE":{"name":"GPKG_M_COLUMN_MIME_TYPE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_M_COLUMN_METADATA":{"name":"GPKG_M_COLUMN_METADATA","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_UNDEFINED_NAME":{"name":"GPKG_MST_UNDEFINED_NAME","abstract":"

    Metadata Scope Type enumeration names

    "},"Constants.html#/c:@GPKG_MST_FIELD_SESSION_NAME":{"name":"GPKG_MST_FIELD_SESSION_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_COLLECTION_SESSION_NAME":{"name":"GPKG_MST_COLLECTION_SESSION_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_SERIES_NAME":{"name":"GPKG_MST_SERIES_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_DATASET_NAME":{"name":"GPKG_MST_DATASET_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_FEATURE_TYPE_NAME":{"name":"GPKG_MST_FEATURE_TYPE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_FEATURE_NAME":{"name":"GPKG_MST_FEATURE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_ATTRIBUTE_TYPE_NAME":{"name":"GPKG_MST_ATTRIBUTE_TYPE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_ATTRIBUTE_NAME":{"name":"GPKG_MST_ATTRIBUTE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_TILE_NAME":{"name":"GPKG_MST_TILE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_MODEL_NAME":{"name":"GPKG_MST_MODEL_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_CATALOG_NAME":{"name":"GPKG_MST_CATALOG_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_SCHEMA_NAME":{"name":"GPKG_MST_SCHEMA_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_TAXONOMY_NAME":{"name":"GPKG_MST_TAXONOMY_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_SOFTWARE_NAME":{"name":"GPKG_MST_SOFTWARE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_SERVICE_NAME":{"name":"GPKG_MST_SERVICE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_COLLECTION_HARDWARE_NAME":{"name":"GPKG_MST_COLLECTION_HARDWARE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_NON_GEOGRAPHIC_DATASET_NAME":{"name":"GPKG_MST_NON_GEOGRAPHIC_DATASET_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_DIMENSION_GROUP_NAME":{"name":"GPKG_MST_DIMENSION_GROUP_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_STYLE_NAME":{"name":"GPKG_MST_STYLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_METADATA_EXTENSION_NAME":{"name":"GPKG_METADATA_EXTENSION_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MR_TABLE_NAME":{"name":"GPKG_MR_TABLE_NAME","abstract":"

    Metadata Reference table constants

    "},"Constants.html#/c:@GPKG_MR_COLUMN_REFERENCE_SCOPE":{"name":"GPKG_MR_COLUMN_REFERENCE_SCOPE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MR_COLUMN_TABLE_NAME":{"name":"GPKG_MR_COLUMN_TABLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MR_COLUMN_COLUMN_NAME":{"name":"GPKG_MR_COLUMN_COLUMN_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MR_COLUMN_ROW_ID_VALUE":{"name":"GPKG_MR_COLUMN_ROW_ID_VALUE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MR_COLUMN_TIMESTAMP":{"name":"GPKG_MR_COLUMN_TIMESTAMP","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MR_COLUMN_FILE_ID":{"name":"GPKG_MR_COLUMN_FILE_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MR_COLUMN_PARENT_ID":{"name":"GPKG_MR_COLUMN_PARENT_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_RST_GEOPACKAGE_NAME":{"name":"GPKG_RST_GEOPACKAGE_NAME","abstract":"

    Reference Scope Type enumeration names

    "},"Constants.html#/c:@GPKG_RST_TABLE_NAME":{"name":"GPKG_RST_TABLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_RST_COLUMN_NAME":{"name":"GPKG_RST_COLUMN_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_RST_ROW_NAME":{"name":"GPKG_RST_ROW_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_RST_ROW_COL_NAME":{"name":"GPKG_RST_ROW_COL_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_NGA_EXTENSION_AUTHOR":{"name":"GPKG_NGA_EXTENSION_AUTHOR","abstract":"

    NGA Extension author

    "},"Constants.html#/c:@GPKG_NGA_TABLES":{"name":"GPKG_NGA_TABLES","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CI_TABLE_NAME":{"name":"GPKG_CI_TABLE_NAME","abstract":"

    Contents Id table constants

    "},"Constants.html#/c:@GPKG_CI_COLUMN_PK":{"name":"GPKG_CI_COLUMN_PK","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CI_COLUMN_ID":{"name":"GPKG_CI_COLUMN_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CI_COLUMN_TABLE_NAME":{"name":"GPKG_CI_COLUMN_TABLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_EXTENSION_CONTENTS_ID_NAME_NO_AUTHOR":{"name":"GPKG_EXTENSION_CONTENTS_ID_NAME_NO_AUTHOR","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_EXTENSION_CONTENTS_ID_DEFINITION":{"name":"GPKG_PROP_EXTENSION_CONTENTS_ID_DEFINITION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_EXTENSION_GEOMETRY_INDEX_NAME_NO_AUTHOR":{"name":"GPKG_EXTENSION_GEOMETRY_INDEX_NAME_NO_AUTHOR","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_EXTENSION_GEOMETRY_INDEX_DEFINITION":{"name":"GPKG_PROP_EXTENSION_GEOMETRY_INDEX_DEFINITION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GI_TABLE_NAME":{"name":"GPKG_GI_TABLE_NAME","abstract":"

    Geometry Index table constants

    "},"Constants.html#/c:@GPKG_GI_COLUMN_PK1":{"name":"GPKG_GI_COLUMN_PK1","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GI_COLUMN_PK2":{"name":"GPKG_GI_COLUMN_PK2","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GI_COLUMN_TABLE_NAME":{"name":"GPKG_GI_COLUMN_TABLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GI_COLUMN_GEOM_ID":{"name":"GPKG_GI_COLUMN_GEOM_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GI_COLUMN_MIN_X":{"name":"GPKG_GI_COLUMN_MIN_X","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GI_COLUMN_MAX_X":{"name":"GPKG_GI_COLUMN_MAX_X","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GI_COLUMN_MIN_Y":{"name":"GPKG_GI_COLUMN_MIN_Y","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GI_COLUMN_MAX_Y":{"name":"GPKG_GI_COLUMN_MAX_Y","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GI_COLUMN_MIN_Z":{"name":"GPKG_GI_COLUMN_MIN_Z","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GI_COLUMN_MAX_Z":{"name":"GPKG_GI_COLUMN_MAX_Z","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GI_COLUMN_MIN_M":{"name":"GPKG_GI_COLUMN_MIN_M","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GI_COLUMN_MAX_M":{"name":"GPKG_GI_COLUMN_MAX_M","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TI_TABLE_NAME":{"name":"GPKG_TI_TABLE_NAME","abstract":"

    Table Index table constants

    "},"Constants.html#/c:@GPKG_TI_COLUMN_PK":{"name":"GPKG_TI_COLUMN_PK","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TI_COLUMN_TABLE_NAME":{"name":"GPKG_TI_COLUMN_TABLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TI_COLUMN_LAST_INDEXED":{"name":"GPKG_TI_COLUMN_LAST_INDEXED","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_FTL_TABLE_NAME":{"name":"GPKG_FTL_TABLE_NAME","abstract":"

    Feature Tile Link table constants

    "},"Constants.html#/c:@GPKG_FTL_COLUMN_PK1":{"name":"GPKG_FTL_COLUMN_PK1","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_FTL_COLUMN_PK2":{"name":"GPKG_FTL_COLUMN_PK2","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_FTL_COLUMN_FEATURE_TABLE_NAME":{"name":"GPKG_FTL_COLUMN_FEATURE_TABLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_FTL_COLUMN_TILE_TABLE_NAME":{"name":"GPKG_FTL_COLUMN_TILE_TABLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_EXTENSION_FEATURE_TILE_LINK_NAME_NO_AUTHOR":{"name":"GPKG_EXTENSION_FEATURE_TILE_LINK_NAME_NO_AUTHOR","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_EXTENSION_FEATURE_TILE_LINK_DEFINITION":{"name":"GPKG_PROP_EXTENSION_FEATURE_TILE_LINK_DEFINITION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_EXTENSION_PROPERTIES_NAME_NO_AUTHOR":{"name":"GPKG_EXTENSION_PROPERTIES_NAME_NO_AUTHOR","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_EXTENSION_PROPERTIES_DEFINITION":{"name":"GPKG_PROP_EXTENSION_PROPERTIES_DEFINITION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_EXTENSION_PROPERTIES_TABLE_NAME":{"name":"GPKG_EXTENSION_PROPERTIES_TABLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_EXTENSION_PROPERTIES_COLUMN_PROPERTY":{"name":"GPKG_EXTENSION_PROPERTIES_COLUMN_PROPERTY","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_EXTENSION_PROPERTIES_COLUMN_VALUE":{"name":"GPKG_EXTENSION_PROPERTIES_COLUMN_VALUE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PE_CONTRIBUTOR":{"name":"GPKG_PE_CONTRIBUTOR","abstract":"

    An entity responsible for making contributions to the resource

    "},"Constants.html#/c:@GPKG_PE_COVERAGE":{"name":"GPKG_PE_COVERAGE","abstract":"

    The spatial or temporal topic of the resource, the spatial applicability"},"Constants.html#/c:@GPKG_PE_CREATED":{"name":"GPKG_PE_CREATED","abstract":"

    Date Created - Date of creation of the resource

    "},"Constants.html#/c:@GPKG_PE_CREATOR":{"name":"GPKG_PE_CREATOR","abstract":"

    An entity primarily responsible for making the resource

    "},"Constants.html#/c:@GPKG_PE_DATE":{"name":"GPKG_PE_DATE","abstract":"

    A point or period of time associated with an event in the lifecycle of"},"Constants.html#/c:@GPKG_PE_DESCRIPTION":{"name":"GPKG_PE_DESCRIPTION","abstract":"

    An account of the resource

    "},"Constants.html#/c:@GPKG_PE_IDENTIFIER":{"name":"GPKG_PE_IDENTIFIER","abstract":"

    An unambiguous reference to the resource within a given context

    "},"Constants.html#/c:@GPKG_PE_LICENSE":{"name":"GPKG_PE_LICENSE","abstract":"

    A legal document giving official permission to do something with the"},"Constants.html#/c:@GPKG_PE_MODIFIED":{"name":"GPKG_PE_MODIFIED","abstract":"

    Date Modified - Date on which the resource was changed

    "},"Constants.html#/c:@GPKG_PE_PUBLISHER":{"name":"GPKG_PE_PUBLISHER","abstract":"

    An entity responsible for making the resource available

    "},"Constants.html#/c:@GPKG_PE_REFERENCES":{"name":"GPKG_PE_REFERENCES","abstract":"

    A related resource that is referenced, cited, or otherwise pointed to by"},"Constants.html#/c:@GPKG_PE_RELATION":{"name":"GPKG_PE_RELATION","abstract":"

    A related resource

    "},"Constants.html#/c:@GPKG_PE_SOURCE":{"name":"GPKG_PE_SOURCE","abstract":"

    A related resource from which the described resource is derived

    "},"Constants.html#/c:@GPKG_PE_SPATIAL":{"name":"GPKG_PE_SPATIAL","abstract":"

    Spatial Coverage - Spatial characteristics of the resource

    "},"Constants.html#/c:@GPKG_PE_SUBJECT":{"name":"GPKG_PE_SUBJECT","abstract":"

    The topic of the resource

    "},"Constants.html#/c:@GPKG_PE_TAG":{"name":"GPKG_PE_TAG","abstract":"

    A tag or label of the resource

    "},"Constants.html#/c:@GPKG_PE_TEMPORAL":{"name":"GPKG_PE_TEMPORAL","abstract":"

    Temporal Coverage - Temporal characteristics of the resource

    "},"Constants.html#/c:@GPKG_PE_TITLE":{"name":"GPKG_PE_TITLE","abstract":"

    A name given to the resource

    "},"Constants.html#/c:@GPKG_PE_TYPE":{"name":"GPKG_PE_TYPE","abstract":"

    The nature or genre of the resource

    "},"Constants.html#/c:@GPKG_PE_URI":{"name":"GPKG_PE_URI","abstract":"

    The set of identifiers constructed according to the generic syntax for"},"Constants.html#/c:@GPKG_PE_VALID":{"name":"GPKG_PE_VALID","abstract":"

    Date Valid - Date (often a range) of validity of a resource

    "},"Constants.html#/c:@GPKG_PE_VERSION":{"name":"GPKG_PE_VERSION","abstract":"

    A version of the resource

    "},"Constants.html#/c:@GPKG_TS_TABLE_NAME":{"name":"GPKG_TS_TABLE_NAME","abstract":"

    Tile Scaling table constants

    "},"Constants.html#/c:@GPKG_TS_COLUMN_PK":{"name":"GPKG_TS_COLUMN_PK","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TS_COLUMN_TABLE_NAME":{"name":"GPKG_TS_COLUMN_TABLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TS_COLUMN_SCALING_TYPE":{"name":"GPKG_TS_COLUMN_SCALING_TYPE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TS_COLUMN_ZOOM_IN":{"name":"GPKG_TS_COLUMN_ZOOM_IN","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TS_COLUMN_ZOOM_OUT":{"name":"GPKG_TS_COLUMN_ZOOM_OUT","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TSC_IN_NAME":{"name":"GPKG_TSC_IN_NAME","abstract":"

    Tile Scaling Type names

    "},"Constants.html#/c:@GPKG_TSC_OUT_NAME":{"name":"GPKG_TSC_OUT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TSC_IN_OUT_NAME":{"name":"GPKG_TSC_IN_OUT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TSC_OUT_IN_NAME":{"name":"GPKG_TSC_OUT_IN_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TSC_CLOSEST_IN_OUT_NAME":{"name":"GPKG_TSC_CLOSEST_IN_OUT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TSC_CLOSEST_OUT_IN_NAME":{"name":"GPKG_TSC_CLOSEST_OUT_IN_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_EXTENSION_TILE_SCALING_NAME_NO_AUTHOR":{"name":"GPKG_EXTENSION_TILE_SCALING_NAME_NO_AUTHOR","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_EXTENSION_TILE_SCALING_DEFINITION":{"name":"GPKG_PROP_EXTENSION_TILE_SCALING_DEFINITION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_EXTENSION_FEATURE_STYLE_NAME_NO_AUTHOR":{"name":"GPKG_EXTENSION_FEATURE_STYLE_NAME_NO_AUTHOR","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_EXTENSION_FEATURE_STYLE_DEFINITION":{"name":"GPKG_PROP_EXTENSION_FEATURE_STYLE_DEFINITION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_FSE_TABLE_MAPPING_STYLE":{"name":"GPKG_FSE_TABLE_MAPPING_STYLE","abstract":"

    Table name prefix for mapping styles

    "},"Constants.html#/c:@GPKG_FSE_TABLE_MAPPING_TABLE_STYLE":{"name":"GPKG_FSE_TABLE_MAPPING_TABLE_STYLE","abstract":"

    Table name prefix for mapping style defaults

    "},"Constants.html#/c:@GPKG_FSE_TABLE_MAPPING_ICON":{"name":"GPKG_FSE_TABLE_MAPPING_ICON","abstract":"

    Table name prefix for mapping icons

    "},"Constants.html#/c:@GPKG_FSE_TABLE_MAPPING_TABLE_ICON":{"name":"GPKG_FSE_TABLE_MAPPING_TABLE_ICON","abstract":"

    Table name prefix for mapping icon defaults

    "},"Constants.html#/c:GPKGIconCache.h@DEFAULT_ICON_CACHE_SIZE":{"name":"DEFAULT_ICON_CACHE_SIZE","abstract":"

    Default max number of icon images to retain in cache

    "},"Constants.html#/c:@GPKG_IT_TABLE_NAME":{"name":"GPKG_IT_TABLE_NAME","abstract":"

    Icon Table constants

    "},"Constants.html#/c:@GPKG_IT_COLUMN_NAME":{"name":"GPKG_IT_COLUMN_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_IT_COLUMN_DESCRIPTION":{"name":"GPKG_IT_COLUMN_DESCRIPTION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_IT_COLUMN_WIDTH":{"name":"GPKG_IT_COLUMN_WIDTH","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_IT_COLUMN_HEIGHT":{"name":"GPKG_IT_COLUMN_HEIGHT","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_IT_COLUMN_ANCHOR_U":{"name":"GPKG_IT_COLUMN_ANCHOR_U","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_IT_COLUMN_ANCHOR_V":{"name":"GPKG_IT_COLUMN_ANCHOR_V","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_SMT_COLUMN_GEOMETRY_TYPE_NAME":{"name":"GPKG_SMT_COLUMN_GEOMETRY_TYPE_NAME","abstract":"

    Style Mapping Table constants

    "},"Constants.html#/c:@GPKG_ST_TABLE_NAME":{"name":"GPKG_ST_TABLE_NAME","abstract":"

    Style Table constants

    "},"Constants.html#/c:@GPKG_ST_COLUMN_ID":{"name":"GPKG_ST_COLUMN_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_ST_COLUMN_NAME":{"name":"GPKG_ST_COLUMN_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_ST_COLUMN_DESCRIPTION":{"name":"GPKG_ST_COLUMN_DESCRIPTION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_ST_COLUMN_COLOR":{"name":"GPKG_ST_COLUMN_COLOR","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_ST_COLUMN_OPACITY":{"name":"GPKG_ST_COLUMN_OPACITY","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_ST_COLUMN_WIDTH":{"name":"GPKG_ST_COLUMN_WIDTH","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_ST_COLUMN_FILL_COLOR":{"name":"GPKG_ST_COLUMN_FILL_COLOR","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_ST_COLUMN_FILL_OPACITY":{"name":"GPKG_ST_COLUMN_FILL_OPACITY","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_ER_TABLE_NAME":{"name":"GPKG_ER_TABLE_NAME","abstract":"

    Extended Relation table constants

    "},"Constants.html#/c:@GPKG_ER_COLUMN_PK":{"name":"GPKG_ER_COLUMN_PK","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_ER_COLUMN_ID":{"name":"GPKG_ER_COLUMN_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_ER_COLUMN_BASE_TABLE_NAME":{"name":"GPKG_ER_COLUMN_BASE_TABLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_ER_COLUMN_BASE_PRIMARY_COLUMN":{"name":"GPKG_ER_COLUMN_BASE_PRIMARY_COLUMN","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_ER_COLUMN_RELATED_TABLE_NAME":{"name":"GPKG_ER_COLUMN_RELATED_TABLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_ER_COLUMN_RELATED_PRIMARY_COLUMN":{"name":"GPKG_ER_COLUMN_RELATED_PRIMARY_COLUMN","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_ER_COLUMN_RELATION_NAME":{"name":"GPKG_ER_COLUMN_RELATION_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_ER_COLUMN_MAPPING_TABLE_NAME":{"name":"GPKG_ER_COLUMN_MAPPING_TABLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_EXTENSION_RELATED_TABLES_NAME_NO_AUTHOR":{"name":"GPKG_EXTENSION_RELATED_TABLES_NAME_NO_AUTHOR","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_EXTENSION_RELATED_TABLES_DEFINITION":{"name":"GPKG_PROP_EXTENSION_RELATED_TABLES_DEFINITION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_RT_FEATURES_NAME":{"name":"GPKG_RT_FEATURES_NAME","abstract":"

    Relation Type names

    "},"Constants.html#/c:@GPKG_RT_SIMPLE_ATTRIBUTES_NAME":{"name":"GPKG_RT_SIMPLE_ATTRIBUTES_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_RT_MEDIA_NAME":{"name":"GPKG_RT_MEDIA_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_RT_ATTRIBUTES_NAME":{"name":"GPKG_RT_ATTRIBUTES_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_RT_TILES_NAME":{"name":"GPKG_RT_TILES_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_UMT_COLUMN_BASE_ID":{"name":"GPKG_UMT_COLUMN_BASE_ID","abstract":"

    User Mapping Table constants

    "},"Constants.html#/c:@GPKG_UMT_COLUMN_RELATED_ID":{"name":"GPKG_UMT_COLUMN_RELATED_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DCM_DATE_NAME":{"name":"GPKG_DCM_DATE_NAME","abstract":"

    Dublin Core Metadata Type names

    "},"Constants.html#/c:@GPKG_DCM_DESCRIPTION_NAME":{"name":"GPKG_DCM_DESCRIPTION_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DCM_FORMAT_NAME":{"name":"GPKG_DCM_FORMAT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DCM_IDENTIFIER_NAME":{"name":"GPKG_DCM_IDENTIFIER_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DCM_SOURCE_NAME":{"name":"GPKG_DCM_SOURCE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DCM_TITLE_NAME":{"name":"GPKG_DCM_TITLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DCM_CONTENT_TYPE_NAME":{"name":"GPKG_DCM_CONTENT_TYPE_NAME","abstract":"

    Dublin Core Metadata Synonym names

    "},"Constants.html#/c:@GPKG_DCM_ID_NAME":{"name":"GPKG_DCM_ID_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_RMT_COLUMN_DATA":{"name":"GPKG_RMT_COLUMN_DATA","abstract":"

    Media Table constants

    "},"Constants.html#/c:@GPKG_RMT_COLUMN_CONTENT_TYPE":{"name":"GPKG_RMT_COLUMN_CONTENT_TYPE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_RSAT_COLUMN_ID":{"name":"GPKG_RSAT_COLUMN_ID","abstract":"

    Simple Attributes constants

    "},"Constants.html#/c:@GPKG_RTREE_INDEX_EXTENSION_NAME":{"name":"GPKG_RTREE_INDEX_EXTENSION_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_RTREE_INDEX_PREFIX":{"name":"GPKG_RTREE_INDEX_PREFIX","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_RTREE_INDEX_EXTENSION_COLUMN_ID":{"name":"GPKG_RTREE_INDEX_EXTENSION_COLUMN_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_RTREE_INDEX_EXTENSION_COLUMN_MIN_X":{"name":"GPKG_RTREE_INDEX_EXTENSION_COLUMN_MIN_X","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_RTREE_INDEX_EXTENSION_COLUMN_MAX_X":{"name":"GPKG_RTREE_INDEX_EXTENSION_COLUMN_MAX_X","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_RTREE_INDEX_EXTENSION_COLUMN_MIN_Y":{"name":"GPKG_RTREE_INDEX_EXTENSION_COLUMN_MIN_Y","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_RTREE_INDEX_EXTENSION_COLUMN_MAX_Y":{"name":"GPKG_RTREE_INDEX_EXTENSION_COLUMN_MAX_Y","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_SCHEMA_EXTENSION_NAME":{"name":"GPKG_SCHEMA_EXTENSION_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DC_TABLE_NAME":{"name":"GPKG_DC_TABLE_NAME","abstract":"

    Data Columns table constants

    "},"Constants.html#/c:@GPKG_DC_COLUMN_PK1":{"name":"GPKG_DC_COLUMN_PK1","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DC_COLUMN_PK2":{"name":"GPKG_DC_COLUMN_PK2","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DC_COLUMN_TABLE_NAME":{"name":"GPKG_DC_COLUMN_TABLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DC_COLUMN_COLUMN_NAME":{"name":"GPKG_DC_COLUMN_COLUMN_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DC_COLUMN_NAME":{"name":"GPKG_DC_COLUMN_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DC_COLUMN_TITLE":{"name":"GPKG_DC_COLUMN_TITLE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DC_COLUMN_DESCRIPTION":{"name":"GPKG_DC_COLUMN_DESCRIPTION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DC_COLUMN_MIME_TYPE":{"name":"GPKG_DC_COLUMN_MIME_TYPE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DC_COLUMN_CONSTRAINT_NAME":{"name":"GPKG_DC_COLUMN_CONSTRAINT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DCC_TABLE_NAME":{"name":"GPKG_DCC_TABLE_NAME","abstract":"

    Data Column Constraints table constants

    "},"Constants.html#/c:@GPKG_DCC_COLUMN_CONSTRAINT_NAME":{"name":"GPKG_DCC_COLUMN_CONSTRAINT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DCC_COLUMN_CONSTRAINT_TYPE":{"name":"GPKG_DCC_COLUMN_CONSTRAINT_TYPE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DCC_COLUMN_VALUE":{"name":"GPKG_DCC_COLUMN_VALUE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DCC_COLUMN_MIN":{"name":"GPKG_DCC_COLUMN_MIN","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DCC_COLUMN_MIN_IS_INCLUSIVE":{"name":"GPKG_DCC_COLUMN_MIN_IS_INCLUSIVE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DCC_COLUMN_MAX":{"name":"GPKG_DCC_COLUMN_MAX","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DCC_COLUMN_MAX_IS_INCLUSIVE":{"name":"GPKG_DCC_COLUMN_MAX_IS_INCLUSIVE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DCC_COLUMN_DESCRIPTION":{"name":"GPKG_DCC_COLUMN_DESCRIPTION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DCCT_RANGE_NAME":{"name":"GPKG_DCCT_RANGE_NAME","abstract":"

    Data Column Constraint Type enumeration names

    "},"Constants.html#/c:@GPKG_DCCT_ENUM_NAME":{"name":"GPKG_DCCT_ENUM_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_DCCT_GLOB_NAME":{"name":"GPKG_DCCT_GLOB_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GC_TABLE_NAME":{"name":"GPKG_GC_TABLE_NAME","abstract":"

    Geometry Columns table constants

    "},"Constants.html#/c:@GPKG_GC_COLUMN_PK1":{"name":"GPKG_GC_COLUMN_PK1","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GC_COLUMN_PK2":{"name":"GPKG_GC_COLUMN_PK2","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GC_COLUMN_TABLE_NAME":{"name":"GPKG_GC_COLUMN_TABLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GC_COLUMN_COLUMN_NAME":{"name":"GPKG_GC_COLUMN_COLUMN_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GC_COLUMN_GEOMETRY_TYPE_NAME":{"name":"GPKG_GC_COLUMN_GEOMETRY_TYPE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GC_COLUMN_SRS_ID":{"name":"GPKG_GC_COLUMN_SRS_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GC_COLUMN_Z":{"name":"GPKG_GC_COLUMN_Z","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_GC_COLUMN_M":{"name":"GPKG_GC_COLUMN_M","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_FIT_METADATA_NAME":{"name":"GPKG_FIT_METADATA_NAME","abstract":"

    Feature index type names

    "},"Constants.html#/c:@GPKG_FIT_GEOPACKAGE_NAME":{"name":"GPKG_FIT_GEOPACKAGE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_FIT_RTREE_NAME":{"name":"GPKG_FIT_RTREE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_FIT_NONE_NAME":{"name":"GPKG_FIT_NONE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:GPKGFeatureCache.h@DEFAULT_FEATURE_CACHE_MAX_SIZE":{"name":"DEFAULT_FEATURE_CACHE_MAX_SIZE","abstract":"

    Default max number of feature rows to retain in cache

    "},"Constants.html#/c:@GPKG_FTM_DEFAULT_COLUMN_NAME":{"name":"GPKG_FTM_DEFAULT_COLUMN_NAME","abstract":"

    Default geometry column name

    "},"Constants.html#/c:@GPKG_MST_POINT_NAME":{"name":"GPKG_MST_POINT_NAME","abstract":"

    Map shape type names

    "},"Constants.html#/c:@GPKG_MST_POLYLINE_NAME":{"name":"GPKG_MST_POLYLINE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_POLYGON_NAME":{"name":"GPKG_MST_POLYGON_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_MULTI_POINT_NAME":{"name":"GPKG_MST_MULTI_POINT_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_MULTI_POLYLINE_NAME":{"name":"GPKG_MST_MULTI_POLYLINE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_MULTI_POLYGON_NAME":{"name":"GPKG_MST_MULTI_POLYGON_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_POLYLINE_POINTS_NAME":{"name":"GPKG_MST_POLYLINE_POINTS_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_POLYGON_POINTS_NAME":{"name":"GPKG_MST_POLYGON_POINTS_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_MULTI_POLYLINE_POINTS_NAME":{"name":"GPKG_MST_MULTI_POLYLINE_POINTS_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_MULTI_POLYGON_POINTS_NAME":{"name":"GPKG_MST_MULTI_POLYGON_POINTS_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_MST_COLLECTION_NAME":{"name":"GPKG_MST_COLLECTION_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@geopackage_iosVersionNumber":{"name":"geopackage_iosVersionNumber","abstract":"

    Undocumented

    "},"Constants.html#/c:@geopackage_iosVersionString":{"name":"geopackage_iosVersionString","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CF_JPEG_NAME":{"name":"GPKG_CF_JPEG_NAME","abstract":"

    Image compression format names

    "},"Constants.html#/c:@GPKG_CF_PNG_NAME":{"name":"GPKG_CF_PNG_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_CF_NONE_NAME":{"name":"GPKG_CF_NONE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_DIVIDER":{"name":"GPKG_PROP_DIVIDER","abstract":"

    GeoPackage property constants

    "},"Constants.html#/c:@GPKG_PROP_DIR_GEOPACKAGE":{"name":"GPKG_PROP_DIR_GEOPACKAGE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_DIR_DATABASE":{"name":"GPKG_PROP_DIR_DATABASE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_DIR_METADATA":{"name":"GPKG_PROP_DIR_METADATA","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_DIR_METADATA_FILE_DB":{"name":"GPKG_PROP_DIR_METADATA_FILE_DB","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_SRS_WGS_84":{"name":"GPKG_PROP_SRS_WGS_84","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_SRS_UNDEFINED_CARTESIAN":{"name":"GPKG_PROP_SRS_UNDEFINED_CARTESIAN","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_SRS_UNDEFINED_GEOGRAPHIC":{"name":"GPKG_PROP_SRS_UNDEFINED_GEOGRAPHIC","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_SRS_WEB_MERCATOR":{"name":"GPKG_PROP_SRS_WEB_MERCATOR","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_SRS_WGS_84_3D":{"name":"GPKG_PROP_SRS_WGS_84_3D","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_SRS_SRS_NAME":{"name":"GPKG_PROP_SRS_SRS_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_SRS_SRS_ID":{"name":"GPKG_PROP_SRS_SRS_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_SRS_ORGANIZATION":{"name":"GPKG_PROP_SRS_ORGANIZATION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_SRS_ORGANIZATION_COORDSYS_ID":{"name":"GPKG_PROP_SRS_ORGANIZATION_COORDSYS_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_SRS_DEFINITION":{"name":"GPKG_PROP_SRS_DEFINITION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_SRS_DESCRIPTION":{"name":"GPKG_PROP_SRS_DESCRIPTION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_SRS_DEFINITION_12_063":{"name":"GPKG_PROP_SRS_DEFINITION_12_063","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_TILE_GENERATOR_VARIABLE":{"name":"GPKG_PROP_TILE_GENERATOR_VARIABLE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_TILE_GENERATOR_VARIABLE_Z":{"name":"GPKG_PROP_TILE_GENERATOR_VARIABLE_Z","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_TILE_GENERATOR_VARIABLE_X":{"name":"GPKG_PROP_TILE_GENERATOR_VARIABLE_X","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_TILE_GENERATOR_VARIABLE_Y":{"name":"GPKG_PROP_TILE_GENERATOR_VARIABLE_Y","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_TILE_GENERATOR_VARIABLE_MIN_LAT":{"name":"GPKG_PROP_TILE_GENERATOR_VARIABLE_MIN_LAT","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_TILE_GENERATOR_VARIABLE_MAX_LAT":{"name":"GPKG_PROP_TILE_GENERATOR_VARIABLE_MAX_LAT","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_TILE_GENERATOR_VARIABLE_MIN_LON":{"name":"GPKG_PROP_TILE_GENERATOR_VARIABLE_MIN_LON","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_TILE_GENERATOR_VARIABLE_MAX_LON":{"name":"GPKG_PROP_TILE_GENERATOR_VARIABLE_MAX_LON","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_FEATURE_TILES":{"name":"GPKG_PROP_FEATURE_TILES","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_FEATURE_TILES_COMPRESS_FORMAT":{"name":"GPKG_PROP_FEATURE_TILES_COMPRESS_FORMAT","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_FEATURE_POINT_RADIUS":{"name":"GPKG_PROP_FEATURE_POINT_RADIUS","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_FEATURE_LINE_STROKE_WIDTH":{"name":"GPKG_PROP_FEATURE_LINE_STROKE_WIDTH","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_FEATURE_POLYGON_STROKE_WIDTH":{"name":"GPKG_PROP_FEATURE_POLYGON_STROKE_WIDTH","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_FEATURE_POLYGON_FILL":{"name":"GPKG_PROP_FEATURE_POLYGON_FILL","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_DATETIME_FORMATS":{"name":"GPKG_PROP_DATETIME_FORMATS","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_FEATURE_OVERLAY_QUERY":{"name":"GPKG_PROP_FEATURE_OVERLAY_QUERY","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_FEATURE_QUERY_SCREEN_CLICK_PERCENTAGE":{"name":"GPKG_PROP_FEATURE_QUERY_SCREEN_CLICK_PERCENTAGE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_FEATURE_QUERY_MAX_FEATURES_INFO":{"name":"GPKG_PROP_FEATURE_QUERY_MAX_FEATURES_INFO","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_FEATURE_QUERY_FEATURES_INFO":{"name":"GPKG_PROP_FEATURE_QUERY_FEATURES_INFO","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_FEATURE_QUERY_MAX_POINT_DETAILED_INFO":{"name":"GPKG_PROP_FEATURE_QUERY_MAX_POINT_DETAILED_INFO","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_FEATURE_QUERY_MAX_FEATURE_DETAILED_INFO":{"name":"GPKG_PROP_FEATURE_QUERY_MAX_FEATURE_DETAILED_INFO","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_FEATURE_QUERY_DETAILED_INFO_PRINT_POINTS":{"name":"GPKG_PROP_FEATURE_QUERY_DETAILED_INFO_PRINT_POINTS","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_FEATURE_QUERY_DETAILED_INFO_PRINT_FEATURES":{"name":"GPKG_PROP_FEATURE_QUERY_DETAILED_INFO_PRINT_FEATURES","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_CONTENTS_DATA_TYPE":{"name":"GPKG_PROP_CONTENTS_DATA_TYPE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_FEATURE_GENERATOR":{"name":"GPKG_PROP_FEATURE_GENERATOR","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_FEATURE_GENERATOR_DOWNLOAD_ATTEMPTS":{"name":"GPKG_PROP_FEATURE_GENERATOR_DOWNLOAD_ATTEMPTS","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_MAX_ZOOM_LEVEL":{"name":"GPKG_PROP_MAX_ZOOM_LEVEL","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_CONNECTION_POOL":{"name":"GPKG_PROP_CONNECTION_POOL","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_CONNECTION_POOL_OPEN_CONNECTIONS_PER_POOL":{"name":"GPKG_PROP_CONNECTION_POOL_OPEN_CONNECTIONS_PER_POOL","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_CONNECTION_POOL_CHECK_CONNECTIONS":{"name":"GPKG_PROP_CONNECTION_POOL_CHECK_CONNECTIONS","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_CONNECTION_POOL_CHECK_CONNECTIONS_FREQUENCY":{"name":"GPKG_PROP_CONNECTION_POOL_CHECK_CONNECTIONS_FREQUENCY","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_CONNECTION_POOL_CHECK_CONNECTIONS_WARNING_TIME":{"name":"GPKG_PROP_CONNECTION_POOL_CHECK_CONNECTIONS_WARNING_TIME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_CONNECTION_POOL_MAINTAIN_STACK_TRACES":{"name":"GPKG_PROP_CONNECTION_POOL_MAINTAIN_STACK_TRACES","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_MANAGER_VALIDATION":{"name":"GPKG_PROP_MANAGER_VALIDATION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_MANAGER_VALIDATION_IMPORT_HEADER":{"name":"GPKG_PROP_MANAGER_VALIDATION_IMPORT_HEADER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_MANAGER_VALIDATION_IMPORT_INTEGRITY":{"name":"GPKG_PROP_MANAGER_VALIDATION_IMPORT_INTEGRITY","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_MANAGER_VALIDATION_OPEN_HEADER":{"name":"GPKG_PROP_MANAGER_VALIDATION_OPEN_HEADER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_MANAGER_VALIDATION_OPEN_INTEGRITY":{"name":"GPKG_PROP_MANAGER_VALIDATION_OPEN_INTEGRITY","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_COLORS_RED":{"name":"GPKG_PROP_COLORS_RED","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_COLORS_GREEN":{"name":"GPKG_PROP_COLORS_GREEN","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_COLORS_BLUE":{"name":"GPKG_PROP_COLORS_BLUE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_COLORS_ALPHA":{"name":"GPKG_PROP_COLORS_ALPHA","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_COLORS_WHITE":{"name":"GPKG_PROP_COLORS_WHITE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_NUMBER_FEATURE_TILES":{"name":"GPKG_PROP_NUMBER_FEATURE_TILES","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_NUMBER_FEATURE_TILES_TEXT_FONT":{"name":"GPKG_PROP_NUMBER_FEATURE_TILES_TEXT_FONT","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_NUMBER_FEATURE_TILES_TEXT_FONT_SIZE":{"name":"GPKG_PROP_NUMBER_FEATURE_TILES_TEXT_FONT_SIZE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_NUMBER_FEATURE_TILES_TEXT_COLOR":{"name":"GPKG_PROP_NUMBER_FEATURE_TILES_TEXT_COLOR","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_NUMBER_FEATURE_TILES_DRAW_CIRCLE":{"name":"GPKG_PROP_NUMBER_FEATURE_TILES_DRAW_CIRCLE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_NUMBER_FEATURE_TILES_CIRCLE_COLOR":{"name":"GPKG_PROP_NUMBER_FEATURE_TILES_CIRCLE_COLOR","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_NUMBER_FEATURE_TILES_CIRCLE_STROKE_WIDTH":{"name":"GPKG_PROP_NUMBER_FEATURE_TILES_CIRCLE_STROKE_WIDTH","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_NUMBER_FEATURE_TILES_FILL_CIRCLE":{"name":"GPKG_PROP_NUMBER_FEATURE_TILES_FILL_CIRCLE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_NUMBER_FEATURE_TILES_CIRCLE_FILL_COLOR":{"name":"GPKG_PROP_NUMBER_FEATURE_TILES_CIRCLE_FILL_COLOR","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_NUMBER_FEATURE_TILES_DRAW_TILE_BORDER":{"name":"GPKG_PROP_NUMBER_FEATURE_TILES_DRAW_TILE_BORDER","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_NUMBER_FEATURE_TILES_TILE_BORDER_COLOR":{"name":"GPKG_PROP_NUMBER_FEATURE_TILES_TILE_BORDER_COLOR","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_NUMBER_FEATURE_TILES_TILE_BORDER_STROKE_WIDTH":{"name":"GPKG_PROP_NUMBER_FEATURE_TILES_TILE_BORDER_STROKE_WIDTH","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_NUMBER_FEATURE_TILES_FILL_TILE":{"name":"GPKG_PROP_NUMBER_FEATURE_TILES_FILL_TILE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_NUMBER_FEATURE_TILES_TILE_FILL_COLOR":{"name":"GPKG_PROP_NUMBER_FEATURE_TILES_TILE_FILL_COLOR","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_NUMBER_FEATURE_TILES_CIRCLE_PADDING_PERCENTAGE":{"name":"GPKG_PROP_NUMBER_FEATURE_TILES_CIRCLE_PADDING_PERCENTAGE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_NUMBER_FEATURE_TILES_DRAW_UNINDEXED_TILES":{"name":"GPKG_PROP_NUMBER_FEATURE_TILES_DRAW_UNINDEXED_TILES","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_PROP_NUMBER_FEATURE_TILES_UNINDEXED_TEXT":{"name":"GPKG_PROP_NUMBER_FEATURE_TILES_UNINDEXED_TEXT","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_SRS_TABLE_NAME":{"name":"GPKG_SRS_TABLE_NAME","abstract":"

    Spatial Reference System table constants

    "},"Constants.html#/c:@GPKG_SRS_COLUMN_PK":{"name":"GPKG_SRS_COLUMN_PK","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_SRS_COLUMN_SRS_NAME":{"name":"GPKG_SRS_COLUMN_SRS_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_SRS_COLUMN_SRS_ID":{"name":"GPKG_SRS_COLUMN_SRS_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_SRS_COLUMN_ORGANIZATION":{"name":"GPKG_SRS_COLUMN_ORGANIZATION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_SRS_COLUMN_ORGANIZATION_COORDSYS_ID":{"name":"GPKG_SRS_COLUMN_ORGANIZATION_COORDSYS_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_SRS_COLUMN_DEFINITION":{"name":"GPKG_SRS_COLUMN_DEFINITION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_SRS_COLUMN_DESCRIPTION":{"name":"GPKG_SRS_COLUMN_DESCRIPTION","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TU_TILE_DP":{"name":"GPKG_TU_TILE_DP","abstract":"

    Displayed device-independent pixels

    "},"Constants.html#/c:@GPKG_TU_TILE_PIXELS_DEFAULT":{"name":"GPKG_TU_TILE_PIXELS_DEFAULT","abstract":"

    Tile pixels for default dpi tiles

    "},"Constants.html#/c:@GPKG_TU_TILE_PIXELS_HIGH":{"name":"GPKG_TU_TILE_PIXELS_HIGH","abstract":"

    Tile pixels for high dpi tiles

    "},"Constants.html#/c:@GPKG_TU_SCALE_FACTOR_DEFAULT":{"name":"GPKG_TU_SCALE_FACTOR_DEFAULT","abstract":"

    Default display scale factor

    "},"Constants.html#/c:GPKGFeatureTiles.h@DEFAULT_BOUNDING_BOX_CACHE_SIZE":{"name":"DEFAULT_BOUNDING_BOX_CACHE_SIZE","abstract":"

    Default max number of feature bounding boxes to retain in cache

    "},"Constants.html#/c:GPKGFeatureTiles.h@DEFAULT_MAP_SHAPE_CACHE_SIZE":{"name":"DEFAULT_MAP_SHAPE_CACHE_SIZE","abstract":"

    Default max number of feature zoom specific map shapes to retain in cache

    "},"Constants.html#/c:@GPKG_TM_TABLE_NAME":{"name":"GPKG_TM_TABLE_NAME","abstract":"

    Tile Matrix table constants

    "},"Constants.html#/c:@GPKG_TM_COLUMN_PK1":{"name":"GPKG_TM_COLUMN_PK1","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TM_COLUMN_PK2":{"name":"GPKG_TM_COLUMN_PK2","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TM_COLUMN_TABLE_NAME":{"name":"GPKG_TM_COLUMN_TABLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TM_COLUMN_ZOOM_LEVEL":{"name":"GPKG_TM_COLUMN_ZOOM_LEVEL","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TM_COLUMN_MATRIX_WIDTH":{"name":"GPKG_TM_COLUMN_MATRIX_WIDTH","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TM_COLUMN_MATRIX_HEIGHT":{"name":"GPKG_TM_COLUMN_MATRIX_HEIGHT","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TM_COLUMN_TILE_WIDTH":{"name":"GPKG_TM_COLUMN_TILE_WIDTH","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TM_COLUMN_TILE_HEIGHT":{"name":"GPKG_TM_COLUMN_TILE_HEIGHT","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TM_COLUMN_PIXEL_X_SIZE":{"name":"GPKG_TM_COLUMN_PIXEL_X_SIZE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TM_COLUMN_PIXEL_Y_SIZE":{"name":"GPKG_TM_COLUMN_PIXEL_Y_SIZE","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TMS_TABLE_NAME":{"name":"GPKG_TMS_TABLE_NAME","abstract":"

    Tile Matrix Set table constants

    "},"Constants.html#/c:@GPKG_TMS_COLUMN_PK":{"name":"GPKG_TMS_COLUMN_PK","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TMS_COLUMN_TABLE_NAME":{"name":"GPKG_TMS_COLUMN_TABLE_NAME","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TMS_COLUMN_SRS_ID":{"name":"GPKG_TMS_COLUMN_SRS_ID","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TMS_COLUMN_MIN_X":{"name":"GPKG_TMS_COLUMN_MIN_X","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TMS_COLUMN_MIN_Y":{"name":"GPKG_TMS_COLUMN_MIN_Y","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TMS_COLUMN_MAX_X":{"name":"GPKG_TMS_COLUMN_MAX_X","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TMS_COLUMN_MAX_Y":{"name":"GPKG_TMS_COLUMN_MAX_Y","abstract":"

    Undocumented

    "},"Constants.html#/c:GPKGTileReprojection.h@pixelSizeDelta":{"name":"pixelSizeDelta","abstract":"

    Delta for comparisons between same pixel sizes

    "},"Constants.html#/c:@GPKG_TC_COLUMN_ID":{"name":"GPKG_TC_COLUMN_ID","abstract":"

    Tile Table constants

    "},"Constants.html#/c:@GPKG_TC_COLUMN_ZOOM_LEVEL":{"name":"GPKG_TC_COLUMN_ZOOM_LEVEL","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TC_COLUMN_TILE_COLUMN":{"name":"GPKG_TC_COLUMN_TILE_COLUMN","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TC_COLUMN_TILE_ROW":{"name":"GPKG_TC_COLUMN_TILE_ROW","abstract":"

    Undocumented

    "},"Constants.html#/c:@GPKG_TC_COLUMN_TILE_DATA":{"name":"GPKG_TC_COLUMN_TILE_DATA","abstract":"

    Undocumented

    "},"Constants.html#/c:GPKGUserColumn.h@NO_INDEX":{"name":"NO_INDEX","abstract":"

    User Column index value

    "},"Constants.html#/c:GPKGUserColumn.h@NOT_NULL_CONSTRAINT_ORDER":{"name":"NOT_NULL_CONSTRAINT_ORDER","abstract":"

    Not Null Constraint Order

    "},"Constants.html#/c:GPKGUserColumn.h@DEFAULT_VALUE_CONSTRAINT_ORDER":{"name":"DEFAULT_VALUE_CONSTRAINT_ORDER","abstract":"

    Default Value Constraint Order

    "},"Constants.html#/c:GPKGUserColumn.h@PRIMARY_KEY_CONSTRAINT_ORDER":{"name":"PRIMARY_KEY_CONSTRAINT_ORDER","abstract":"

    Primary Key Constraint Order

    "},"Constants.html#/c:GPKGUserColumn.h@AUTOINCREMENT_CONSTRAINT_ORDER":{"name":"AUTOINCREMENT_CONSTRAINT_ORDER","abstract":"

    Autoincrement Constraint Order

    "},"Constants.html#/c:GPKGUserColumn.h@UNIQUE_CONSTRAINT_ORDER":{"name":"UNIQUE_CONSTRAINT_ORDER","abstract":"

    Unique Constraint Order

    "},"Constants.html#/c:GPKGUserTable.h@DEFAULT_AUTOINCREMENT":{"name":"DEFAULT_AUTOINCREMENT","abstract":"

    Default id autoincrement setting

    "},"Constants.html#/c:GPKGUserTable.h@DEFAULT_PK_NOT_NULL":{"name":"DEFAULT_PK_NOT_NULL","abstract":"

    Default primary key not null setting

    "},"Constants.html#/c:@GPKG_UTM_DEFAULT_ID_COLUMN_NAME":{"name":"GPKG_UTM_DEFAULT_ID_COLUMN_NAME","abstract":"

    Default ID column name

    "},"Classes/GPKGGeoPackageValidate.html#/c:objc(cs)GPKGGeoPackageValidate(cm)hasGeoPackageExtension:":{"name":"+hasGeoPackageExtension:","abstract":"

    Check the file extension to see if it is a GeoPackage

    ","parent_name":"GPKGGeoPackageValidate"},"Classes/GPKGGeoPackageValidate.html#/c:objc(cs)GPKGGeoPackageValidate(cm)isGeoPackageExtension:":{"name":"+isGeoPackageExtension:","abstract":"

    Check if a GeoPackage extension

    ","parent_name":"GPKGGeoPackageValidate"},"Classes/GPKGGeoPackageValidate.html#/c:objc(cs)GPKGGeoPackageValidate(cm)validateGeoPackageExtension:":{"name":"+validateGeoPackageExtension:","abstract":"

    Validate the extension file as a GeoPackage

    ","parent_name":"GPKGGeoPackageValidate"},"Classes/GPKGGeoPackageValidate.html#/c:objc(cs)GPKGGeoPackageValidate(cm)addGeoPackageExtension:":{"name":"+addGeoPackageExtension:","abstract":"

    Add a GeoPackage extension if one does not exist

    ","parent_name":"GPKGGeoPackageValidate"},"Classes/GPKGGeoPackageValidate.html#/c:objc(cs)GPKGGeoPackageValidate(cm)hasMinimumTables:":{"name":"+hasMinimumTables:","abstract":"

    Check the GeoPackage for the minimum required tables

    ","parent_name":"GPKGGeoPackageValidate"},"Classes/GPKGGeoPackageValidate.html#/c:objc(cs)GPKGGeoPackageValidate(cm)validateMinimumTables:":{"name":"+validateMinimumTables:","abstract":"

    Validate the GeoPackage has the minimum required tables

    ","parent_name":"GPKGGeoPackageValidate"},"Classes/GPKGUserCustomTableReader.html#/c:objc(cs)GPKGUserCustomTableReader(im)initWithTable:":{"name":"-initWithTable:","abstract":"

    Initialize

    ","parent_name":"GPKGUserCustomTableReader"},"Classes/GPKGUserCustomTableReader.html#/c:objc(cs)GPKGUserCustomTableReader(im)readUserCustomTableWithConnection:":{"name":"-readUserCustomTableWithConnection:","abstract":"

    Read the user custom table with the database connection

    ","parent_name":"GPKGUserCustomTableReader"},"Classes/GPKGUserCustomTableReader.html#/c:objc(cs)GPKGUserCustomTableReader(cm)readTableWithConnection:andTableName:":{"name":"+readTableWithConnection:andTableName:","abstract":"

    Read the table

    ","parent_name":"GPKGUserCustomTableReader"},"Classes/GPKGUserCustomTable.html#/c:objc(cs)GPKGUserCustomTable(im)initWithTable:andColumns:":{"name":"-initWithTable:andColumns:","abstract":"

    Initializer

    ","parent_name":"GPKGUserCustomTable"},"Classes/GPKGUserCustomTable.html#/c:objc(cs)GPKGUserCustomTable(im)initWithTable:andColumns:andRequiredColumns:":{"name":"-initWithTable:andColumns:andRequiredColumns:","abstract":"

    Initializer

    ","parent_name":"GPKGUserCustomTable"},"Classes/GPKGUserCustomTable.html#/c:objc(cs)GPKGUserCustomTable(im)initWithColumns:":{"name":"-initWithColumns:","abstract":"

    Initializer

    ","parent_name":"GPKGUserCustomTable"},"Classes/GPKGUserCustomTable.html#/c:objc(cs)GPKGUserCustomTable(im)initWithCustomTable:":{"name":"-initWithCustomTable:","abstract":"

    Initialize

    ","parent_name":"GPKGUserCustomTable"},"Classes/GPKGUserCustomTable.html#/c:objc(cs)GPKGUserCustomTable(im)userCustomColumns":{"name":"-userCustomColumns","abstract":"

    Get the user custom columns

    ","parent_name":"GPKGUserCustomTable"},"Classes/GPKGUserCustomRow.html#/c:objc(cs)GPKGUserCustomRow(im)initWithUserCustomTable:andColumns:andValues:":{"name":"-initWithUserCustomTable:andColumns:andValues:","abstract":"

    Initialize

    ","parent_name":"GPKGUserCustomRow"},"Classes/GPKGUserCustomRow.html#/c:objc(cs)GPKGUserCustomRow(im)initWithUserCustomTable:":{"name":"-initWithUserCustomTable:","abstract":"

    Initialize

    ","parent_name":"GPKGUserCustomRow"},"Classes/GPKGUserCustomRow.html#/c:objc(cs)GPKGUserCustomRow(im)initWithUserCustomRow:":{"name":"-initWithUserCustomRow:","abstract":"

    Copy Initialize

    ","parent_name":"GPKGUserCustomRow"},"Classes/GPKGUserCustomRow.html#/c:objc(cs)GPKGUserCustomRow(im)userCustomTable":{"name":"-userCustomTable","abstract":"

    Get the user custom table

    ","parent_name":"GPKGUserCustomRow"},"Classes/GPKGUserCustomRow.html#/c:objc(cs)GPKGUserCustomRow(im)userCustomColumns":{"name":"-userCustomColumns","abstract":"

    Get the user custom columns

    ","parent_name":"GPKGUserCustomRow"},"Classes/GPKGUserCustomDao.html#/c:objc(cs)GPKGUserCustomDao(im)initWithDatabase:andTable:":{"name":"-initWithDatabase:andTable:","abstract":"

    Initializer

    ","parent_name":"GPKGUserCustomDao"},"Classes/GPKGUserCustomDao.html#/c:objc(cs)GPKGUserCustomDao(im)initWithDao:":{"name":"-initWithDao:","abstract":"

    Initializer

    ","parent_name":"GPKGUserCustomDao"},"Classes/GPKGUserCustomDao.html#/c:objc(cs)GPKGUserCustomDao(im)initWithDao:andTable:":{"name":"-initWithDao:andTable:","abstract":"

    Initializer

    ","parent_name":"GPKGUserCustomDao"},"Classes/GPKGUserCustomDao.html#/c:objc(cs)GPKGUserCustomDao(im)userCustomTable":{"name":"-userCustomTable","abstract":"

    Get the user custom table

    ","parent_name":"GPKGUserCustomDao"},"Classes/GPKGUserCustomDao.html#/c:objc(cs)GPKGUserCustomDao(im)row:":{"name":"-row:","abstract":"

    Get the user custom row for the current result in the result set

    ","parent_name":"GPKGUserCustomDao"},"Classes/GPKGUserCustomDao.html#/c:objc(cs)GPKGUserCustomDao(im)rowWithRow:":{"name":"-rowWithRow:","abstract":"

    Get a user custom row from the row

    ","parent_name":"GPKGUserCustomDao"},"Classes/GPKGUserCustomDao.html#/c:objc(cs)GPKGUserCustomDao(im)newRow":{"name":"-newRow","abstract":"

    Create a new user custom row

    ","parent_name":"GPKGUserCustomDao"},"Classes/GPKGUserCustomDao.html#/c:objc(cs)GPKGUserCustomDao(im)countOfResultSet:":{"name":"-countOfResultSet:","abstract":"

    Get the count of the result set and close it

    ","parent_name":"GPKGUserCustomDao"},"Classes/GPKGUserCustomDao.html#/c:objc(cs)GPKGUserCustomDao(cm)readTableWithDatabase:andConnection:andTable:":{"name":"+readTableWithDatabase:andConnection:andTable:","abstract":"

    Read the database table and create a DAO

    ","parent_name":"GPKGUserCustomDao"},"Classes/GPKGUserCustomColumns.html#/c:objc(cs)GPKGUserCustomColumns(py)requiredColumns":{"name":"requiredColumns","abstract":"

    Required columns

    ","parent_name":"GPKGUserCustomColumns"},"Classes/GPKGUserCustomColumns.html#/c:objc(cs)GPKGUserCustomColumns(im)initWithTable:andColumns:":{"name":"-initWithTable:andColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGUserCustomColumns"},"Classes/GPKGUserCustomColumns.html#/c:objc(cs)GPKGUserCustomColumns(im)initWithTable:andColumns:andRequiredColumns:":{"name":"-initWithTable:andColumns:andRequiredColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGUserCustomColumns"},"Classes/GPKGUserCustomColumns.html#/c:objc(cs)GPKGUserCustomColumns(im)initWithTable:andColumns:andCustom:":{"name":"-initWithTable:andColumns:andCustom:","abstract":"

    Initialize

    ","parent_name":"GPKGUserCustomColumns"},"Classes/GPKGUserCustomColumns.html#/c:objc(cs)GPKGUserCustomColumns(im)initWithTable:andColumns:andRequiredColumns:andCustom:":{"name":"-initWithTable:andColumns:andRequiredColumns:andCustom:","abstract":"

    Initialize

    ","parent_name":"GPKGUserCustomColumns"},"Classes/GPKGUserCustomColumns.html#/c:objc(cs)GPKGUserCustomColumns(im)initWithUserCustomColumns:":{"name":"-initWithUserCustomColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGUserCustomColumns"},"Classes/GPKGUserCustomColumn.html#/c:objc(cs)GPKGUserCustomColumn(cm)createPrimaryKeyColumnWithName:":{"name":"+createPrimaryKeyColumnWithName:","abstract":"

    Create a new primary key column

    ","parent_name":"GPKGUserCustomColumn"},"Classes/GPKGUserCustomColumn.html#/c:objc(cs)GPKGUserCustomColumn(cm)createPrimaryKeyColumnWithName:andAutoincrement:":{"name":"+createPrimaryKeyColumnWithName:andAutoincrement:","abstract":"

    Create a new primary key column

    ","parent_name":"GPKGUserCustomColumn"},"Classes/GPKGUserCustomColumn.html#/c:objc(cs)GPKGUserCustomColumn(cm)createPrimaryKeyColumnWithIndex:andName:":{"name":"+createPrimaryKeyColumnWithIndex:andName:","abstract":"

    Create a new primary key column

    ","parent_name":"GPKGUserCustomColumn"},"Classes/GPKGUserCustomColumn.html#/c:objc(cs)GPKGUserCustomColumn(cm)createPrimaryKeyColumnWithIndex:andName:andAutoincrement:":{"name":"+createPrimaryKeyColumnWithIndex:andName:andAutoincrement:","abstract":"

    Create a new primary key column

    ","parent_name":"GPKGUserCustomColumn"},"Classes/GPKGUserCustomColumn.html#/c:objc(cs)GPKGUserCustomColumn(cm)createColumnWithName:andDataType:":{"name":"+createColumnWithName:andDataType:","abstract":"

    Create a new column

    ","parent_name":"GPKGUserCustomColumn"},"Classes/GPKGUserCustomColumn.html#/c:objc(cs)GPKGUserCustomColumn(cm)createColumnWithIndex:andName:andDataType:":{"name":"+createColumnWithIndex:andName:andDataType:","abstract":"

    Create a new column

    ","parent_name":"GPKGUserCustomColumn"},"Classes/GPKGUserCustomColumn.html#/c:objc(cs)GPKGUserCustomColumn(cm)createColumnWithName:andDataType:andNotNull:":{"name":"+createColumnWithName:andDataType:andNotNull:","abstract":"

    Create a new column

    ","parent_name":"GPKGUserCustomColumn"},"Classes/GPKGUserCustomColumn.html#/c:objc(cs)GPKGUserCustomColumn(cm)createColumnWithIndex:andName:andDataType:andNotNull:":{"name":"+createColumnWithIndex:andName:andDataType:andNotNull:","abstract":"

    Create a new column

    ","parent_name":"GPKGUserCustomColumn"},"Classes/GPKGUserCustomColumn.html#/c:objc(cs)GPKGUserCustomColumn(cm)createColumnWithName:andDataType:andNotNull:andDefaultValue:":{"name":"+createColumnWithName:andDataType:andNotNull:andDefaultValue:","abstract":"

    Create a new column

    ","parent_name":"GPKGUserCustomColumn"},"Classes/GPKGUserCustomColumn.html#/c:objc(cs)GPKGUserCustomColumn(cm)createColumnWithIndex:andName:andDataType:andNotNull:andDefaultValue:":{"name":"+createColumnWithIndex:andName:andDataType:andNotNull:andDefaultValue:","abstract":"

    Create a new column

    ","parent_name":"GPKGUserCustomColumn"},"Classes/GPKGUserCustomColumn.html#/c:objc(cs)GPKGUserCustomColumn(cm)createColumnWithName:andDataType:andMax:":{"name":"+createColumnWithName:andDataType:andMax:","abstract":"

    Create a new column

    ","parent_name":"GPKGUserCustomColumn"},"Classes/GPKGUserCustomColumn.html#/c:objc(cs)GPKGUserCustomColumn(cm)createColumnWithIndex:andName:andDataType:andMax:":{"name":"+createColumnWithIndex:andName:andDataType:andMax:","abstract":"

    Create a new column

    ","parent_name":"GPKGUserCustomColumn"},"Classes/GPKGUserCustomColumn.html#/c:objc(cs)GPKGUserCustomColumn(cm)createColumnWithName:andDataType:andMax:andNotNull:andDefaultValue:":{"name":"+createColumnWithName:andDataType:andMax:andNotNull:andDefaultValue:","abstract":"

    Create a new column

    ","parent_name":"GPKGUserCustomColumn"},"Classes/GPKGUserCustomColumn.html#/c:objc(cs)GPKGUserCustomColumn(cm)createColumnWithIndex:andName:andDataType:andMax:andNotNull:andDefaultValue:":{"name":"+createColumnWithIndex:andName:andDataType:andMax:andNotNull:andDefaultValue:","abstract":"

    Create a new column

    ","parent_name":"GPKGUserCustomColumn"},"Classes/GPKGUserCustomColumn.html#/c:objc(cs)GPKGUserCustomColumn(cm)createColumnWithTableColumn:":{"name":"+createColumnWithTableColumn:","abstract":"

    Create a new column

    ","parent_name":"GPKGUserCustomColumn"},"Classes/GPKGUserTableReader.html#/c:objc(cs)GPKGUserTableReader(py)tableName":{"name":"tableName","abstract":"

    Table name

    ","parent_name":"GPKGUserTableReader"},"Classes/GPKGUserTableReader.html#/c:objc(cs)GPKGUserTableReader(im)initWithTable:":{"name":"-initWithTable:","abstract":"

    Initialize

    ","parent_name":"GPKGUserTableReader"},"Classes/GPKGUserTableReader.html#/c:objc(cs)GPKGUserTableReader(im)readTableWithConnection:":{"name":"-readTableWithConnection:","abstract":"

    Read the table

    ","parent_name":"GPKGUserTableReader"},"Classes/GPKGUserTableMetadata.html#/c:objc(cs)GPKGUserTableMetadata(py)tableName":{"name":"tableName","abstract":"

    Table name

    ","parent_name":"GPKGUserTableMetadata"},"Classes/GPKGUserTableMetadata.html#/c:objc(cs)GPKGUserTableMetadata(py)dataType":{"name":"dataType","abstract":"

    Data type

    ","parent_name":"GPKGUserTableMetadata"},"Classes/GPKGUserTableMetadata.html#/c:objc(cs)GPKGUserTableMetadata(py)identifier":{"name":"identifier","abstract":"

    Identifier

    ","parent_name":"GPKGUserTableMetadata"},"Classes/GPKGUserTableMetadata.html#/c:objc(cs)GPKGUserTableMetadata(py)theDescription":{"name":"theDescription","abstract":"

    Description

    ","parent_name":"GPKGUserTableMetadata"},"Classes/GPKGUserTableMetadata.html#/c:objc(cs)GPKGUserTableMetadata(py)idColumnName":{"name":"idColumnName","abstract":"

    ID column name

    ","parent_name":"GPKGUserTableMetadata"},"Classes/GPKGUserTableMetadata.html#/c:objc(cs)GPKGUserTableMetadata(py)autoincrement":{"name":"autoincrement","abstract":"

    ID autoincrement flag

    ","parent_name":"GPKGUserTableMetadata"},"Classes/GPKGUserTableMetadata.html#/c:objc(cs)GPKGUserTableMetadata(py)additionalColumns":{"name":"additionalColumns","abstract":"

    Additional table columns

    ","parent_name":"GPKGUserTableMetadata"},"Classes/GPKGUserTableMetadata.html#/c:objc(cs)GPKGUserTableMetadata(py)columns":{"name":"columns","abstract":"

    Table columns

    ","parent_name":"GPKGUserTableMetadata"},"Classes/GPKGUserTableMetadata.html#/c:objc(cs)GPKGUserTableMetadata(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGUserTableMetadata"},"Classes/GPKGUserTableMetadata.html#/c:objc(cs)GPKGUserTableMetadata(im)defaultDataType":{"name":"-defaultDataType","abstract":"

    Get the default data type

    ","parent_name":"GPKGUserTableMetadata"},"Classes/GPKGUserTableMetadata.html#/c:objc(cs)GPKGUserTableMetadata(im)buildColumns":{"name":"-buildColumns","abstract":"

    Build the table columns

    ","parent_name":"GPKGUserTableMetadata"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(py)contents":{"name":"contents","abstract":"

    Foreign key to Contents

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)initWithColumns:":{"name":"-initWithColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)initWithUserTable:":{"name":"-initWithUserTable:","abstract":"

    Initialize

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)dataType":{"name":"-dataType","abstract":"

    Get the contents data type

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)dataTypeWithDefault:":{"name":"-dataTypeWithDefault:","abstract":"

    Get the contents data type from the contents or use the default

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)createUserColumnsWithColumns:":{"name":"-createUserColumnsWithColumns:","abstract":"

    Create user columns for a subset of table columns

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)createUserColumnsWithNames:":{"name":"-createUserColumnsWithNames:","abstract":"

    Create user columns for a subset of table columns

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)userColumns":{"name":"-userColumns","abstract":"

    Get the user columns

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)columnIndexWithColumnName:":{"name":"-columnIndexWithColumnName:","abstract":"

    Get the column index of the column name

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)columnNames":{"name":"-columnNames","abstract":"

    Get the array of column names

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)columnNameWithIndex:":{"name":"-columnNameWithIndex:","abstract":"

    Get the column name at the index

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)columns":{"name":"-columns","abstract":"

    Get the columns

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)columnsWithNames:":{"name":"-columnsWithNames:","abstract":"

    Get the columns from the column names

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)columnWithIndex:":{"name":"-columnWithIndex:","abstract":"

    Get the column at the index

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)columnWithColumnName:":{"name":"-columnWithColumnName:","abstract":"

    Get the column of the column name

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)hasColumnWithColumnName:":{"name":"-hasColumnWithColumnName:","abstract":"

    Check if the table has the column

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)columnCount":{"name":"-columnCount","abstract":"

    Get the column count

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)tableName":{"name":"-tableName","abstract":"

    Get the table name

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)setTableName:":{"name":"-setTableName:","abstract":"

    Set the table name

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)hasIdColumn":{"name":"-hasIdColumn","abstract":"

    Check if the row has an id column

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)idIndex":{"name":"-idIndex","abstract":"

    Get the id column index

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)idColumn":{"name":"-idColumn","abstract":"

    Get the id column

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)idColumnName":{"name":"-idColumnName","abstract":"

    Get the id column name

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)hasPkColumn":{"name":"-hasPkColumn","abstract":"

    Check if the table has a primary key column

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)pkIndex":{"name":"-pkIndex","abstract":"

    Get the primary key column index

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)pkColumn":{"name":"-pkColumn","abstract":"

    Get the primary key column

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)pkColumnName":{"name":"-pkColumnName","abstract":"

    Get the primary key column name

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)addConstraint:":{"name":"-addConstraint:","abstract":"

    Add constraint

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)addConstraintArray:":{"name":"-addConstraintArray:","abstract":"

    Add constraints

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)addConstraints:":{"name":"-addConstraints:","abstract":"

    Add constraints

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)hasConstraints":{"name":"-hasConstraints","abstract":"

    Check if has constraints

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)hasConstraintsOfType:":{"name":"-hasConstraintsOfType:","abstract":"

    Check if has constraints of the provided type

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)constraints":{"name":"-constraints","abstract":"

    Get the constraints

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)constraintsOfType:":{"name":"-constraintsOfType:","abstract":"

    Get the constraints of the provided type

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)clearConstraints":{"name":"-clearConstraints","abstract":"

    Clear the constraints

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)columnsOfType:":{"name":"-columnsOfType:","abstract":"

    Get the columns with the provided data type

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)isPkModifiable":{"name":"-isPkModifiable","abstract":"

    Is the primary key modifiable

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)setPkModifiable:":{"name":"-setPkModifiable:","abstract":"

    Set if the primary key can be modified

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)isValueValidation":{"name":"-isValueValidation","abstract":"

    Is value validation against column types enabled

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)setValueValidation:":{"name":"-setValueValidation:","abstract":"

    Set if values should validated against column types

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)addColumn:":{"name":"-addColumn:","abstract":"

    Add a new column

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)renameColumn:toColumn:":{"name":"-renameColumn:toColumn:","abstract":"

    Rename a column

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)renameColumnWithName:toColumn:":{"name":"-renameColumnWithName:toColumn:","abstract":"

    Rename a column

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)renameColumnWithIndex:toColumn:":{"name":"-renameColumnWithIndex:toColumn:","abstract":"

    Rename a column

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)dropColumn:":{"name":"-dropColumn:","abstract":"

    Drop a column

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)dropColumnWithName:":{"name":"-dropColumnWithName:","abstract":"

    Drop a column

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)dropColumnWithIndex:":{"name":"-dropColumnWithIndex:","abstract":"

    Drop a column

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserTable.html#/c:objc(cs)GPKGUserTable(im)alterColumn:":{"name":"-alterColumn:","abstract":"

    Alter a column

    ","parent_name":"GPKGUserTable"},"Classes/GPKGUserRowSync.html#/c:objc(cs)GPKGUserRowSync(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGUserRowSync"},"Classes/GPKGUserRowSync.html#/c:objc(cs)GPKGUserRowSync(im)rowOrLockId:":{"name":"-rowOrLockId:","abstract":"

    Get the row if another same id request has been made by waiting until the","parent_name":"GPKGUserRowSync"},"Classes/GPKGUserRowSync.html#/c:objc(cs)GPKGUserRowSync(im)rowOrLockNumber:":{"name":"-rowOrLockNumber:","abstract":"

    Get the row if another same id number request has been made by waiting until the","parent_name":"GPKGUserRowSync"},"Classes/GPKGUserRowSync.html#/c:objc(cs)GPKGUserRowSync(im)setRow:withId:":{"name":"-setRow:withId:","abstract":"

    Set the row, row id, and notify all waiting threads to retrieve the row.

    ","parent_name":"GPKGUserRowSync"},"Classes/GPKGUserRowSync.html#/c:objc(cs)GPKGUserRowSync(im)setRow:withNumber:":{"name":"-setRow:withNumber:","abstract":"

    Set the row, row id number, and notify all waiting threads to retrieve the row.

    ","parent_name":"GPKGUserRowSync"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(py)table":{"name":"table","abstract":"

    User table

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(py)columns":{"name":"columns","abstract":"

    User columns

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(py)values":{"name":"values","abstract":"

    Array of row values

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)initWithTable:andColumns:andValues:":{"name":"-initWithTable:andColumns:andValues:","abstract":"

    Initialize

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)initWithTable:":{"name":"-initWithTable:","abstract":"

    Initialize

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)initWithRow:":{"name":"-initWithRow:","abstract":"

    Copy Initializer

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)tableName":{"name":"-tableName","abstract":"

    Get the table name

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)columnCount":{"name":"-columnCount","abstract":"

    Get the column count

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)columnNames":{"name":"-columnNames","abstract":"

    Get the column names

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)columnNameWithIndex:":{"name":"-columnNameWithIndex:","abstract":"

    Get the column name at the index

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)columnIndexWithColumnName:":{"name":"-columnIndexWithColumnName:","abstract":"

    Get the column index of the column name

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)valueWithIndex:":{"name":"-valueWithIndex:","abstract":"

    Get the value at the index

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)valueWithColumnName:":{"name":"-valueWithColumnName:","abstract":"

    Get the value of the column name

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)valueWithColumn:":{"name":"-valueWithColumn:","abstract":"

    Get the value of the column

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)valueStringWithIndex:":{"name":"-valueStringWithIndex:","abstract":"

    Get the value at the index as a string

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)valueStringWithColumnName:":{"name":"-valueStringWithColumnName:","abstract":"

    Get the value of the column name as a string

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)databaseValueWithIndex:":{"name":"-databaseValueWithIndex:","abstract":"

    Get the database formatted value at the index

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)databaseValueWithColumnName:":{"name":"-databaseValueWithColumnName:","abstract":"

    Get the datbase formatted value of the column name

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)dataTypeWithIndex:":{"name":"-dataTypeWithIndex:","abstract":"

    Get the data type at the index

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)dataTypeWithColumnName:":{"name":"-dataTypeWithColumnName:","abstract":"

    Get the data type of the column name

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)sqliteTypeWithIndex:":{"name":"-sqliteTypeWithIndex:","abstract":"

    Get the SQLite type at the index

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)sqliteTypeWithColumnName:":{"name":"-sqliteTypeWithColumnName:","abstract":"

    Get the SQLite type of the column name

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)columnWithIndex:":{"name":"-columnWithIndex:","abstract":"

    Get the column at the index

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)columnWithColumnName:":{"name":"-columnWithColumnName:","abstract":"

    Get the column of the column name

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)hasColumnWithColumnName:":{"name":"-hasColumnWithColumnName:","abstract":"

    Check if the row has the column

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)id":{"name":"-id","abstract":"

    Get the id value, which is the value of the primary key

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)idValue":{"name":"-idValue","abstract":"

    Get the id value, which is the value of the primary key

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)hasIdColumn":{"name":"-hasIdColumn","abstract":"

    Check if the row has an id column

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)hasId":{"name":"-hasId","abstract":"

    Check if the row has an id value

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)idIndex":{"name":"-idIndex","abstract":"

    Get the id column index

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)idColumn":{"name":"-idColumn","abstract":"

    Get the id column

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)idColumnName":{"name":"-idColumnName","abstract":"

    Get the id column name

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)pk":{"name":"-pk","abstract":"

    Get the pk value

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)hasPkColumn":{"name":"-hasPkColumn","abstract":"

    Check if the row has an pk column

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)hasPk":{"name":"-hasPk","abstract":"

    Check if the row has an pk value

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)pkIndex":{"name":"-pkIndex","abstract":"

    Get the primary key column index

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)pkColumn":{"name":"-pkColumn","abstract":"

    Get the primary key column

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)pkColumnName":{"name":"-pkColumnName","abstract":"

    Get the primary key column name

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)setValueWithIndex:andValue:":{"name":"-setValueWithIndex:andValue:","abstract":"

    Set the value at the index

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)setValueNoValidationWithIndex:andValue:":{"name":"-setValueNoValidationWithIndex:andValue:","abstract":"

    Set the value at the index without validation

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)setValueWithColumnName:andValue:":{"name":"-setValueWithColumnName:andValue:","abstract":"

    Set the value of the column name

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)setId:":{"name":"-setId:","abstract":"

    Set the primary key id value

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)resetId":{"name":"-resetId","abstract":"

    Clears the id so the row can be used as part of an insert or create

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)validateValueWithColumn:andValue:andValueTypes:":{"name":"-validateValueWithColumn:andValue:andValueTypes:","abstract":"

    Validate the value and its actual value types against the column data","parent_name":"GPKGUserRow"},"Classes/GPKGUserRow.html#/c:objc(cs)GPKGUserRow(im)copyValue:forColumn:":{"name":"-copyValue:forColumn:","abstract":"

    Copy the value of the data type

    ","parent_name":"GPKGUserRow"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(py)table":{"name":"table","abstract":"

    User table

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(py)projection":{"name":"projection","abstract":"

    Projection

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)initWithDatabase:andTable:":{"name":"-initWithDatabase:andTable:","abstract":"

    Initialize

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)hasPkColumn":{"name":"-hasPkColumn","abstract":"

    Check if the table has a primary key column

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)pkIndex":{"name":"-pkIndex","abstract":"

    Get the primary key column index

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)pkColumn":{"name":"-pkColumn","abstract":"

    Get the primary key column

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)pkColumnName":{"name":"-pkColumnName","abstract":"

    Get the primary key column name

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)columns":{"name":"-columns","abstract":"

    Get the table columns

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)row:":{"name":"-row:","abstract":"

    Get a user row from the current result

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)rowWithRow:":{"name":"-rowWithRow:","abstract":"

    Get a user row from the row

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)results:":{"name":"-results:","abstract":"

    Wrap the result set

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)newRowWithColumns:andValues:":{"name":"-newRowWithColumns:andValues:","abstract":"

    Create a user row

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)boundingBox":{"name":"-boundingBox","abstract":"

    Get the bounding box of the user table data

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)boundingBoxInProjection:":{"name":"-boundingBoxInProjection:","abstract":"

    Get the bounding box of the user table data

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)boundingBox:inProjection:":{"name":"-boundingBox:inProjection:","abstract":"

    Project the provided bounding box in the declared projection to the user","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)contents":{"name":"-contents","abstract":"

    Get the contents

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)zoomLevel":{"name":"-zoomLevel","abstract":"

    Get the approximate zoom level of where the bounding box of the user data fits into the world

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)queryForIdRow:":{"name":"-queryForIdRow:","abstract":"

    Query for the row with the provided id

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)queryWithColumns:forIdRow:":{"name":"-queryWithColumns:forIdRow:","abstract":"

    Query for the row with the provided id

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)paginate:":{"name":"-paginate:","abstract":"

    Paginate the results

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(cm)paginate:withDao:":{"name":"+paginate:withDao:","abstract":"

    Paginate the results

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)isPkModifiable":{"name":"-isPkModifiable","abstract":"

    Is the primary key modifiable

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)setPkModifiable:":{"name":"-setPkModifiable:","abstract":"

    Set if the primary key can be modified

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)isValueValidation":{"name":"-isValueValidation","abstract":"

    Is value validation against column types enabled

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)setValueValidation:":{"name":"-setValueValidation:","abstract":"

    Set if values should validated against column types

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)addColumn:":{"name":"-addColumn:","abstract":"

    Add a new column

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)renameColumn:toColumn:":{"name":"-renameColumn:toColumn:","abstract":"

    Rename column

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)dropColumn:":{"name":"-dropColumn:","abstract":"

    Drop a column

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)dropColumns:":{"name":"-dropColumns:","abstract":"

    Drop columns

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)alterColumn:":{"name":"-alterColumn:","abstract":"

    Alter a column

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserDao.html#/c:objc(cs)GPKGUserDao(im)alterColumns:":{"name":"-alterColumns:","abstract":"

    Alter columns

    ","parent_name":"GPKGUserDao"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(py)tableName":{"name":"tableName","abstract":"

    Table name, null when a pre-ordered subset of columns for a query

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(py)custom":{"name":"custom","abstract":"

    Custom column specification flag (subset of table columns or different","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(py)pkModifiable":{"name":"pkModifiable","abstract":"

    Indicates if the primary key is modifiable

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(py)valueValidation":{"name":"valueValidation","abstract":"

    Indicates if values are validated against column types

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)initWithTable:andColumns:andCustom:":{"name":"-initWithTable:andColumns:andCustom:","abstract":"

    Initialize

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)initWithUserColumns:":{"name":"-initWithUserColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)updateColumns":{"name":"-updateColumns","abstract":"

    Update the table columns

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)duplicateCheckWithIndex:andPreviousIndex:andColumn:":{"name":"-duplicateCheckWithIndex:andPreviousIndex:andColumn:","abstract":"

    Check for duplicate column names

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)typeCheckWithExpected:andColumn:":{"name":"-typeCheckWithExpected:andColumn:","abstract":"

    Check for the expected data type

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)missingCheckWithIndex:andColumn:":{"name":"-missingCheckWithIndex:andColumn:","abstract":"

    Check for missing columns

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)columnIndexWithColumnName:":{"name":"-columnIndexWithColumnName:","abstract":"

    Get the column index of the column name

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)columnIndexWithColumnName:andRequired:":{"name":"-columnIndexWithColumnName:andRequired:","abstract":"

    Get the column index of the column name

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)columnNames":{"name":"-columnNames","abstract":"

    Get the array of column names

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)columnNameWithIndex:":{"name":"-columnNameWithIndex:","abstract":"

    Get the column name at the index

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)columns":{"name":"-columns","abstract":"

    Get the list of columns

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)columnWithIndex:":{"name":"-columnWithIndex:","abstract":"

    Get the column at the index

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)columnWithColumnName:":{"name":"-columnWithColumnName:","abstract":"

    Get the column of the column name

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)hasColumnWithColumnName:":{"name":"-hasColumnWithColumnName:","abstract":"

    Check if the table has the column

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)columnCount":{"name":"-columnCount","abstract":"

    Get the column count

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)hasIdColumn":{"name":"-hasIdColumn","abstract":"

    Check if the row has an id column

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)idIndex":{"name":"-idIndex","abstract":"

    Get the id column index

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)idColumn":{"name":"-idColumn","abstract":"

    Get the id column

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)idColumnName":{"name":"-idColumnName","abstract":"

    Get the id column name

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)hasPkColumn":{"name":"-hasPkColumn","abstract":"

    Check if the table has a primary key column

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)pkIndex":{"name":"-pkIndex","abstract":"

    Get the primary key column index

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)pkColumn":{"name":"-pkColumn","abstract":"

    Get the primary key column index

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)pkColumnName":{"name":"-pkColumnName","abstract":"

    Get the primary key column name

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)columnsOfType:":{"name":"-columnsOfType:","abstract":"

    Get the columns with the provided data type

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)addColumn:":{"name":"-addColumn:","abstract":"

    Add a new column

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)renameColumn:toColumn:":{"name":"-renameColumn:toColumn:","abstract":"

    Rename a column

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)renameColumnWithName:toColumn:":{"name":"-renameColumnWithName:toColumn:","abstract":"

    Rename a column

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)renameColumnWithIndex:toColumn:":{"name":"-renameColumnWithIndex:toColumn:","abstract":"

    Rename a column

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)dropColumn:":{"name":"-dropColumn:","abstract":"

    Drop a column

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)dropColumnWithName:":{"name":"-dropColumnWithName:","abstract":"

    Drop a column

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)dropColumnWithIndex:":{"name":"-dropColumnWithIndex:","abstract":"

    Drop a column

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumns.html#/c:objc(cs)GPKGUserColumns(im)alterColumn:":{"name":"-alterColumn:","abstract":"

    Alter a column

    ","parent_name":"GPKGUserColumns"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(py)name":{"name":"name","abstract":"

    Column name

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(py)max":{"name":"max","abstract":"

    Max size

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(py)notNull":{"name":"notNull","abstract":"

    True if a not null column

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(py)defaultValue":{"name":"defaultValue","abstract":"

    Default column value

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(py)primaryKey":{"name":"primaryKey","abstract":"

    True if a primary key column

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(py)autoincrement":{"name":"autoincrement","abstract":"

    True if primary key is autoincrement

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(py)unique":{"name":"unique","abstract":"

    True if unique column

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(py)type":{"name":"type","abstract":"

    Type

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(py)dataType":{"name":"dataType","abstract":"

    Data type

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)initWithIndex:andName:andDataType:andMax:andNotNull:andDefaultValue:andPrimaryKey:andAutoincrement:":{"name":"-initWithIndex:andName:andDataType:andMax:andNotNull:andDefaultValue:andPrimaryKey:andAutoincrement:","abstract":"

    Initialize

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)initWithIndex:andName:andType:andDataType:andMax:andNotNull:andDefaultValue:andPrimaryKey:andAutoincrement:":{"name":"-initWithIndex:andName:andType:andDataType:andMax:andNotNull:andDefaultValue:andPrimaryKey:andAutoincrement:","abstract":"

    Initialize

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)initWithTableColumn:":{"name":"-initWithTableColumn:","abstract":"

    Initialize

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(cm)nameOfDataType:forColumn:":{"name":"+nameOfDataType:forColumn:","abstract":"

    Get the type name from the data type

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)hasIndex":{"name":"-hasIndex","abstract":"

    Check if the column has a valid index

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)resetIndex":{"name":"-resetIndex","abstract":"

    Reset the column index

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)isNamed:":{"name":"-isNamed:","abstract":"

    Determine if this column is named the provided name

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)hasMax":{"name":"-hasMax","abstract":"

    Determine if the column has a max value

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)hasDefaultValue":{"name":"-hasDefaultValue","abstract":"

    Determine if the column has a default value

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)hasConstraints":{"name":"-hasConstraints","abstract":"

    Check if has constraints

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)hasConstraintsOfType:":{"name":"-hasConstraintsOfType:","abstract":"

    Check if has constraints of the provided type

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)constraints":{"name":"-constraints","abstract":"

    Get the constraints

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)constraintsOfType:":{"name":"-constraintsOfType:","abstract":"

    Get the constraints of the provided type

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)clearConstraints":{"name":"-clearConstraints","abstract":"

    Clear the constraints

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)clearConstraintsWithReset:":{"name":"-clearConstraintsWithReset:","abstract":"

    Clear the constraints

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)clearConstraintsOfType:":{"name":"-clearConstraintsOfType:","abstract":"

    Clear the constraints of the provided type

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)addDefaultConstraints":{"name":"-addDefaultConstraints","abstract":"

    Add the default constraints that are enabled (not null, default value,","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)addConstraint:":{"name":"-addConstraint:","abstract":"

    Add a constraint

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)setConstraintOrder:":{"name":"-setConstraintOrder:","abstract":"

    Set the constraint order by constraint type

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)addConstraintSql:":{"name":"-addConstraintSql:","abstract":"

    Add a constraint

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)addConstraintType:withSql:":{"name":"-addConstraintType:withSql:","abstract":"

    Add a constraint

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)addConstraintType:withOrder:andSql:":{"name":"-addConstraintType:withOrder:andSql:","abstract":"

    Add a constraint

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)addConstraintType:withOrderInt:andSql:":{"name":"-addConstraintType:withOrderInt:andSql:","abstract":"

    Add a constraint

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)addConstraintsArray:":{"name":"-addConstraintsArray:","abstract":"

    Add constraints

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)addColumnConstraints:":{"name":"-addColumnConstraints:","abstract":"

    Add constraints

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)addConstraints:":{"name":"-addConstraints:","abstract":"

    Add constraints

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)addNotNullConstraint":{"name":"-addNotNullConstraint","abstract":"

    Add a not null constraint

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)removeNotNullConstraint":{"name":"-removeNotNullConstraint","abstract":"

    Remove a not null constraint

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)addDefaultValueConstraint:":{"name":"-addDefaultValueConstraint:","abstract":"

    Add a default value constraint

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)removeDefaultValueConstraint":{"name":"-removeDefaultValueConstraint","abstract":"

    Remove a default value constraint

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)addPrimaryKeyConstraint":{"name":"-addPrimaryKeyConstraint","abstract":"

    Add a primary key constraint

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)removePrimaryKeyConstraint":{"name":"-removePrimaryKeyConstraint","abstract":"

    Remove a primary key constraint

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)addAutoincrementConstraint":{"name":"-addAutoincrementConstraint","abstract":"

    Add an autoincrement constraint

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)removeAutoincrementConstraint":{"name":"-removeAutoincrementConstraint","abstract":"

    Remove an autoincrement constraint

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)addUniqueConstraint":{"name":"-addUniqueConstraint","abstract":"

    Add a unique constraint

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)removeUniqueConstraint":{"name":"-removeUniqueConstraint","abstract":"

    Remove a unique constraint

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGUserColumn.html#/c:objc(cs)GPKGUserColumn(im)buildConstraintSql:":{"name":"-buildConstraintSql:","abstract":"

    Build the SQL for the constraint

    ","parent_name":"GPKGUserColumn"},"Classes/GPKGRowResultSet.html#/c:objc(cs)GPKGRowResultSet(cm)createWithDao:andResults:":{"name":"+createWithDao:andResults:","abstract":"

    Create

    ","parent_name":"GPKGRowResultSet"},"Classes/GPKGRowResultSet.html#/c:objc(cs)GPKGRowResultSet(im)initWithDao:andResults:":{"name":"-initWithDao:andResults:","abstract":"

    Initialize

    ","parent_name":"GPKGRowResultSet"},"Classes/GPKGRowResultSet.html#/c:objc(cs)GPKGRowResultSet(im)dao":{"name":"-dao","abstract":"

    Get the DAO

    ","parent_name":"GPKGRowResultSet"},"Classes/GPKGRowResultSet.html#/c:objc(cs)GPKGRowResultSet(im)row":{"name":"-row","abstract":"

    Get a user row from the current result

    ","parent_name":"GPKGRowResultSet"},"Classes/GPKGRowPaginatedResults.html#/c:objc(cs)GPKGRowPaginatedResults(cm)createWithDao:andResultSet:":{"name":"+createWithDao:andResultSet:","abstract":"

    Create

    ","parent_name":"GPKGRowPaginatedResults"},"Classes/GPKGRowPaginatedResults.html#/c:objc(cs)GPKGRowPaginatedResults(im)initWithDao:andResultSet:":{"name":"-initWithDao:andResultSet:","abstract":"

    Initialize

    ","parent_name":"GPKGRowPaginatedResults"},"Classes/GPKGRowPaginatedResults.html#/c:objc(cs)GPKGRowPaginatedResults(im)dao":{"name":"-dao","abstract":"

    Get the user DAO

    ","parent_name":"GPKGRowPaginatedResults"},"Classes/GPKGRowPaginatedResults.html#/c:objc(cs)GPKGRowPaginatedResults(im)userRow":{"name":"-userRow","abstract":"

    Get a user row from the current result

    ","parent_name":"GPKGRowPaginatedResults"},"Classes/GPKGContentValues.html#/c:objc(cs)GPKGContentValues(py)values":{"name":"values","abstract":"

    Mapping between columns and values

    ","parent_name":"GPKGContentValues"},"Classes/GPKGContentValues.html#/c:objc(cs)GPKGContentValues(im)init":{"name":"-init","abstract":"

    Initializer

    ","parent_name":"GPKGContentValues"},"Classes/GPKGContentValues.html#/c:objc(cs)GPKGContentValues(im)putKey:withValue:":{"name":"-putKey:withValue:","abstract":"

    Put a key value pari

    ","parent_name":"GPKGContentValues"},"Classes/GPKGContentValues.html#/c:objc(cs)GPKGContentValues(im)putNullValueForKey:":{"name":"-putNullValueForKey:","abstract":"

    Put a key null value

    ","parent_name":"GPKGContentValues"},"Classes/GPKGContentValues.html#/c:objc(cs)GPKGContentValues(im)size":{"name":"-size","abstract":"

    Get the number of value mappings

    ","parent_name":"GPKGContentValues"},"Classes/GPKGContentValues.html#/c:objc(cs)GPKGContentValues(im)valueForKey:":{"name":"-valueForKey:","abstract":"

    Get the value of the key

    ","parent_name":"GPKGContentValues"},"Classes/GPKGContentValues.html#/c:objc(cs)GPKGContentValues(im)keySet":{"name":"-keySet","abstract":"

    Get a field key set

    ","parent_name":"GPKGContentValues"},"Classes/GPKGContentValues.html#/c:objc(cs)GPKGContentValues(im)keyAsString:":{"name":"-keyAsString:","abstract":"

    Get the key value as a string

    ","parent_name":"GPKGContentValues"},"Classes/GPKGTileTableReader.html#/c:objc(cs)GPKGTileTableReader(im)initWithTable:":{"name":"-initWithTable:","abstract":"

    Initialize

    ","parent_name":"GPKGTileTableReader"},"Classes/GPKGTileTableReader.html#/c:objc(cs)GPKGTileTableReader(im)readTileTableWithConnection:":{"name":"-readTileTableWithConnection:","abstract":"

    Read the tile table with the database connection

    ","parent_name":"GPKGTileTableReader"},"Classes/GPKGTileTableMetadata.html#/c:objc(cs)GPKGTileTableMetadata(cm)create":{"name":"+create","abstract":"

    Create metadata

    ","parent_name":"GPKGTileTableMetadata"},"Classes/GPKGTileTableMetadata.html#/c:objc(cs)GPKGTileTableMetadata(cm)createWithAutoincrement:":{"name":"+createWithAutoincrement:","abstract":"

    Create metadata

    ","parent_name":"GPKGTileTableMetadata"},"Classes/GPKGTileTableMetadata.html#/c:objc(cs)GPKGTileTableMetadata(cm)createWithTable:andTileBoundingBox:andTileSrsId:":{"name":"+createWithTable:andTileBoundingBox:andTileSrsId:","abstract":"

    Create metadata

    ","parent_name":"GPKGTileTableMetadata"},"Classes/GPKGTileTableMetadata.html#/c:objc(cs)GPKGTileTableMetadata(cm)createWithTable:andAutoincrement:andTileBoundingBox:andTileSrsId:":{"name":"+createWithTable:andAutoincrement:andTileBoundingBox:andTileSrsId:","abstract":"

    Create metadata

    ","parent_name":"GPKGTileTableMetadata"},"Classes/GPKGTileTableMetadata.html#/c:objc(cs)GPKGTileTableMetadata(cm)createWithTable:andContentsBoundingBox:andTileBoundingBox:andTileSrsId:":{"name":"+createWithTable:andContentsBoundingBox:andTileBoundingBox:andTileSrsId:","abstract":"

    Create metadata

    ","parent_name":"GPKGTileTableMetadata"},"Classes/GPKGTileTableMetadata.html#/c:objc(cs)GPKGTileTableMetadata(cm)createWithTable:andAutoincrement:andContentsBoundingBox:andTileBoundingBox:andTileSrsId:":{"name":"+createWithTable:andAutoincrement:andContentsBoundingBox:andTileBoundingBox:andTileSrsId:","abstract":"

    Create metadata

    ","parent_name":"GPKGTileTableMetadata"},"Classes/GPKGTileTableMetadata.html#/c:objc(cs)GPKGTileTableMetadata(cm)createWithTable:andContentsBoundingBox:andContentsSrsId:andTileBoundingBox:andTileSrsId:":{"name":"+createWithTable:andContentsBoundingBox:andContentsSrsId:andTileBoundingBox:andTileSrsId:","abstract":"

    Create metadata

    ","parent_name":"GPKGTileTableMetadata"},"Classes/GPKGTileTableMetadata.html#/c:objc(cs)GPKGTileTableMetadata(cm)createWithTable:andAutoincrement:andContentsBoundingBox:andContentsSrsId:andTileBoundingBox:andTileSrsId:":{"name":"+createWithTable:andAutoincrement:andContentsBoundingBox:andContentsSrsId:andTileBoundingBox:andTileSrsId:","abstract":"

    Create metadata

    ","parent_name":"GPKGTileTableMetadata"},"Classes/GPKGTileTableMetadata.html#/c:objc(cs)GPKGTileTableMetadata(cm)createWithDataType:andTable:andTileBoundingBox:andTileSrsId:":{"name":"+createWithDataType:andTable:andTileBoundingBox:andTileSrsId:","abstract":"

    Create metadata

    ","parent_name":"GPKGTileTableMetadata"},"Classes/GPKGTileTableMetadata.html#/c:objc(cs)GPKGTileTableMetadata(cm)createWithDataType:andTable:andAutoincrement:andTileBoundingBox:andTileSrsId:":{"name":"+createWithDataType:andTable:andAutoincrement:andTileBoundingBox:andTileSrsId:","abstract":"

    Create metadata

    ","parent_name":"GPKGTileTableMetadata"},"Classes/GPKGTileTableMetadata.html#/c:objc(cs)GPKGTileTableMetadata(cm)createWithDataType:andTable:andContentsBoundingBox:andTileBoundingBox:andTileSrsId:":{"name":"+createWithDataType:andTable:andContentsBoundingBox:andTileBoundingBox:andTileSrsId:","abstract":"

    Create metadata

    ","parent_name":"GPKGTileTableMetadata"},"Classes/GPKGTileTableMetadata.html#/c:objc(cs)GPKGTileTableMetadata(cm)createWithDataType:andTable:andAutoincrement:andContentsBoundingBox:andTileBoundingBox:andTileSrsId:":{"name":"+createWithDataType:andTable:andAutoincrement:andContentsBoundingBox:andTileBoundingBox:andTileSrsId:","abstract":"

    Create metadata

    ","parent_name":"GPKGTileTableMetadata"},"Classes/GPKGTileTableMetadata.html#/c:objc(cs)GPKGTileTableMetadata(cm)createWithDataType:andTable:andContentsBoundingBox:andContentsSrsId:andTileBoundingBox:andTileSrsId:":{"name":"+createWithDataType:andTable:andContentsBoundingBox:andContentsSrsId:andTileBoundingBox:andTileSrsId:","abstract":"

    Create metadata

    ","parent_name":"GPKGTileTableMetadata"},"Classes/GPKGTileTableMetadata.html#/c:objc(cs)GPKGTileTableMetadata(cm)createWithDataType:andTable:andAutoincrement:andContentsBoundingBox:andContentsSrsId:andTileBoundingBox:andTileSrsId:":{"name":"+createWithDataType:andTable:andAutoincrement:andContentsBoundingBox:andContentsSrsId:andTileBoundingBox:andTileSrsId:","abstract":"

    Create metadata

    ","parent_name":"GPKGTileTableMetadata"},"Classes/GPKGTileTableMetadata.html#/c:objc(cs)GPKGTileTableMetadata(py)contentsBoundingBox":{"name":"contentsBoundingBox","abstract":"

    Contents bounding box

    ","parent_name":"GPKGTileTableMetadata"},"Classes/GPKGTileTableMetadata.html#/c:objc(cs)GPKGTileTableMetadata(py)contentsSrsId":{"name":"contentsSrsId","abstract":"

    Contents SRS id

    ","parent_name":"GPKGTileTableMetadata"},"Classes/GPKGTileTableMetadata.html#/c:objc(cs)GPKGTileTableMetadata(py)tileBoundingBox":{"name":"tileBoundingBox","abstract":"

    Tile bounding box

    ","parent_name":"GPKGTileTableMetadata"},"Classes/GPKGTileTableMetadata.html#/c:objc(cs)GPKGTileTableMetadata(py)tileSrsId":{"name":"tileSrsId","abstract":"

    Tile SRS id

    ","parent_name":"GPKGTileTableMetadata"},"Classes/GPKGTileTableMetadata.html#/c:objc(cs)GPKGTileTableMetadata(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGTileTableMetadata"},"Classes/GPKGTileTableMetadata.html#/c:objc(cs)GPKGTileTableMetadata(im)initWithTable:andContentsBoundingBox:andContentsSrsId:andTileBoundingBox:andTileSrsId:":{"name":"-initWithTable:andContentsBoundingBox:andContentsSrsId:andTileBoundingBox:andTileSrsId:","abstract":"

    Initialize

    ","parent_name":"GPKGTileTableMetadata"},"Classes/GPKGTileTableMetadata.html#/c:objc(cs)GPKGTileTableMetadata(im)initWithDataType:andTable:andContentsBoundingBox:andContentsSrsId:andTileBoundingBox:andTileSrsId:":{"name":"-initWithDataType:andTable:andContentsBoundingBox:andContentsSrsId:andTileBoundingBox:andTileSrsId:","abstract":"

    Initialize

    ","parent_name":"GPKGTileTableMetadata"},"Classes/GPKGTileTableMetadata.html#/c:objc(cs)GPKGTileTableMetadata(im)initWithTable:andAutoincrement:andContentsBoundingBox:andContentsSrsId:andTileBoundingBox:andTileSrsId:":{"name":"-initWithTable:andAutoincrement:andContentsBoundingBox:andContentsSrsId:andTileBoundingBox:andTileSrsId:","abstract":"

    Initialize

    ","parent_name":"GPKGTileTableMetadata"},"Classes/GPKGTileTableMetadata.html#/c:objc(cs)GPKGTileTableMetadata(im)initWithDataType:andTable:andAutoincrement:andContentsBoundingBox:andContentsSrsId:andTileBoundingBox:andTileSrsId:":{"name":"-initWithDataType:andTable:andAutoincrement:andContentsBoundingBox:andContentsSrsId:andTileBoundingBox:andTileSrsId:","abstract":"

    Initialize

    ","parent_name":"GPKGTileTableMetadata"},"Classes/GPKGTileTable.html#/c:objc(cs)GPKGTileTable(im)initWithTable:":{"name":"-initWithTable:","abstract":"

    Initialize

    ","parent_name":"GPKGTileTable"},"Classes/GPKGTileTable.html#/c:objc(cs)GPKGTileTable(im)initWithTable:andColumns:":{"name":"-initWithTable:andColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGTileTable"},"Classes/GPKGTileTable.html#/c:objc(cs)GPKGTileTable(im)zoomLevelIndex":{"name":"-zoomLevelIndex","abstract":"

    Get the zoom level column index

    ","parent_name":"GPKGTileTable"},"Classes/GPKGTileTable.html#/c:objc(cs)GPKGTileTable(im)zoomLevelColumn":{"name":"-zoomLevelColumn","abstract":"

    Get the zoom level column

    ","parent_name":"GPKGTileTable"},"Classes/GPKGTileTable.html#/c:objc(cs)GPKGTileTable(im)tileColumnIndex":{"name":"-tileColumnIndex","abstract":"

    Get the tile column index

    ","parent_name":"GPKGTileTable"},"Classes/GPKGTileTable.html#/c:objc(cs)GPKGTileTable(im)tileColumnColumn":{"name":"-tileColumnColumn","abstract":"

    Get the tile column column

    ","parent_name":"GPKGTileTable"},"Classes/GPKGTileTable.html#/c:objc(cs)GPKGTileTable(im)tileRowIndex":{"name":"-tileRowIndex","abstract":"

    Get the tile row index

    ","parent_name":"GPKGTileTable"},"Classes/GPKGTileTable.html#/c:objc(cs)GPKGTileTable(im)tileRowColumn":{"name":"-tileRowColumn","abstract":"

    Get the tile row column

    ","parent_name":"GPKGTileTable"},"Classes/GPKGTileTable.html#/c:objc(cs)GPKGTileTable(im)tileDataIndex":{"name":"-tileDataIndex","abstract":"

    Get the tile data index

    ","parent_name":"GPKGTileTable"},"Classes/GPKGTileTable.html#/c:objc(cs)GPKGTileTable(im)tileDataColumn":{"name":"-tileDataColumn","abstract":"

    Get the tile data column

    ","parent_name":"GPKGTileTable"},"Classes/GPKGTileTable.html#/c:objc(cs)GPKGTileTable(cm)createRequiredColumns":{"name":"+createRequiredColumns","abstract":"

    Create the required table columns

    ","parent_name":"GPKGTileTable"},"Classes/GPKGTileTable.html#/c:objc(cs)GPKGTileTable(cm)createRequiredColumnsWithAutoincrement:":{"name":"+createRequiredColumnsWithAutoincrement:","abstract":"

    Create the required table columns

    ","parent_name":"GPKGTileTable"},"Classes/GPKGTileTable.html#/c:objc(cs)GPKGTileTable(cm)createRequiredColumnsWithStartingIndex:":{"name":"+createRequiredColumnsWithStartingIndex:","abstract":"

    Create the required table columns, starting at the provided index

    ","parent_name":"GPKGTileTable"},"Classes/GPKGTileTable.html#/c:objc(cs)GPKGTileTable(cm)createRequiredColumnsWithStartingIndex:andAutoincrement:":{"name":"+createRequiredColumnsWithStartingIndex:andAutoincrement:","abstract":"

    Create the required table columns, starting at the provided index

    ","parent_name":"GPKGTileTable"},"Classes/GPKGTileTable.html#/c:objc(cs)GPKGTileTable(im)tileColumns":{"name":"-tileColumns","abstract":"

    Get the tile columns

    ","parent_name":"GPKGTileTable"},"Classes/GPKGTileRow.html#/c:objc(cs)GPKGTileRow(py)tileTable":{"name":"tileTable","abstract":"

    Tile Table

    ","parent_name":"GPKGTileRow"},"Classes/GPKGTileRow.html#/c:objc(cs)GPKGTileRow(py)tileColumns":{"name":"tileColumns","abstract":"

    Tile Columns

    ","parent_name":"GPKGTileRow"},"Classes/GPKGTileRow.html#/c:objc(cs)GPKGTileRow(im)initWithTileTable:andColumns:andValues:":{"name":"-initWithTileTable:andColumns:andValues:","abstract":"

    Initialize

    ","parent_name":"GPKGTileRow"},"Classes/GPKGTileRow.html#/c:objc(cs)GPKGTileRow(im)initWithTileTable:":{"name":"-initWithTileTable:","abstract":"

    Initialize

    ","parent_name":"GPKGTileRow"},"Classes/GPKGTileRow.html#/c:objc(cs)GPKGTileRow(im)zoomLevelColumnIndex":{"name":"-zoomLevelColumnIndex","abstract":"

    Get the zoom level column index

    ","parent_name":"GPKGTileRow"},"Classes/GPKGTileRow.html#/c:objc(cs)GPKGTileRow(im)zoomLevelColumn":{"name":"-zoomLevelColumn","abstract":"

    Get the zoom level column

    ","parent_name":"GPKGTileRow"},"Classes/GPKGTileRow.html#/c:objc(cs)GPKGTileRow(im)zoomLevel":{"name":"-zoomLevel","abstract":"

    Get the zoom level

    ","parent_name":"GPKGTileRow"},"Classes/GPKGTileRow.html#/c:objc(cs)GPKGTileRow(im)setZoomLevel:":{"name":"-setZoomLevel:","abstract":"

    Set the zoom level

    ","parent_name":"GPKGTileRow"},"Classes/GPKGTileRow.html#/c:objc(cs)GPKGTileRow(im)tileColumnColumnIndex":{"name":"-tileColumnColumnIndex","abstract":"

    Get the tile column column index

    ","parent_name":"GPKGTileRow"},"Classes/GPKGTileRow.html#/c:objc(cs)GPKGTileRow(im)tileColumnColumn":{"name":"-tileColumnColumn","abstract":"

    Get the tile column column

    ","parent_name":"GPKGTileRow"},"Classes/GPKGTileRow.html#/c:objc(cs)GPKGTileRow(im)tileColumn":{"name":"-tileColumn","abstract":"

    Get the tile column

    ","parent_name":"GPKGTileRow"},"Classes/GPKGTileRow.html#/c:objc(cs)GPKGTileRow(im)setTileColumn:":{"name":"-setTileColumn:","abstract":"

    Set the tile column

    ","parent_name":"GPKGTileRow"},"Classes/GPKGTileRow.html#/c:objc(cs)GPKGTileRow(im)tileRowColumnIndex":{"name":"-tileRowColumnIndex","abstract":"

    Get the tile row column index

    ","parent_name":"GPKGTileRow"},"Classes/GPKGTileRow.html#/c:objc(cs)GPKGTileRow(im)tileRowColumn":{"name":"-tileRowColumn","abstract":"

    Get the tile row column

    ","parent_name":"GPKGTileRow"},"Classes/GPKGTileRow.html#/c:objc(cs)GPKGTileRow(im)tileRow":{"name":"-tileRow","abstract":"

    Get the tile row

    ","parent_name":"GPKGTileRow"},"Classes/GPKGTileRow.html#/c:objc(cs)GPKGTileRow(im)setTileRow:":{"name":"-setTileRow:","abstract":"

    Set the tile row

    ","parent_name":"GPKGTileRow"},"Classes/GPKGTileRow.html#/c:objc(cs)GPKGTileRow(im)tileDataColumnIndex":{"name":"-tileDataColumnIndex","abstract":"

    Get the tile data column index

    ","parent_name":"GPKGTileRow"},"Classes/GPKGTileRow.html#/c:objc(cs)GPKGTileRow(im)tileDataColumn":{"name":"-tileDataColumn","abstract":"

    Get the tile data column

    ","parent_name":"GPKGTileRow"},"Classes/GPKGTileRow.html#/c:objc(cs)GPKGTileRow(im)tileData":{"name":"-tileData","abstract":"

    Get the tile data

    ","parent_name":"GPKGTileRow"},"Classes/GPKGTileRow.html#/c:objc(cs)GPKGTileRow(im)setTileData:":{"name":"-setTileData:","abstract":"

    Set the tile data

    ","parent_name":"GPKGTileRow"},"Classes/GPKGTileRow.html#/c:objc(cs)GPKGTileRow(im)tileDataImage":{"name":"-tileDataImage","abstract":"

    Get the tile data as an image

    ","parent_name":"GPKGTileRow"},"Classes/GPKGTileRow.html#/c:objc(cs)GPKGTileRow(im)tileDataImageWithScale:":{"name":"-tileDataImageWithScale:","abstract":"

    Get the tile data as a scaled image

    ","parent_name":"GPKGTileRow"},"Classes/GPKGTileRow.html#/c:objc(cs)GPKGTileRow(im)setTileDataWithImage:andFormat:":{"name":"-setTileDataWithImage:andFormat:","abstract":"

    Set the tile data with an image

    ","parent_name":"GPKGTileRow"},"Classes/GPKGTileRow.html#/c:objc(cs)GPKGTileRow(im)setTileDataWithImage:andFormat:andQuality:":{"name":"-setTileDataWithImage:andFormat:andQuality:","abstract":"

    Set the tile data with an image

    ","parent_name":"GPKGTileRow"},"Classes/GPKGTileDaoUtils.html#/c:objc(cs)GPKGTileDaoUtils(cm)adjustTileMatrixLengthsWithTileMatrixSet:andTileMatrices:":{"name":"+adjustTileMatrixLengthsWithTileMatrixSet:andTileMatrices:","abstract":"

    Adjust the tile matrix lengths if needed. Check if the tile matrix width","parent_name":"GPKGTileDaoUtils"},"Classes/GPKGTileDaoUtils.html#/c:objc(cs)GPKGTileDaoUtils(cm)zoomLevelWithWidths:andHeights:andTileMatrices:andLength:":{"name":"+zoomLevelWithWidths:andHeights:andTileMatrices:andLength:","abstract":"

    Get the zoom level for the provided width and height in the default units

    ","parent_name":"GPKGTileDaoUtils"},"Classes/GPKGTileDaoUtils.html#/c:objc(cs)GPKGTileDaoUtils(cm)zoomLevelWithWidths:andHeights:andTileMatrices:andWidth:andHeight:":{"name":"+zoomLevelWithWidths:andHeights:andTileMatrices:andWidth:andHeight:","abstract":"

    Get the zoom level for the provided width and height in the default units

    ","parent_name":"GPKGTileDaoUtils"},"Classes/GPKGTileDaoUtils.html#/c:objc(cs)GPKGTileDaoUtils(cm)closestZoomLevelWithWidths:andHeights:andTileMatrices:andLength:":{"name":"+closestZoomLevelWithWidths:andHeights:andTileMatrices:andLength:","abstract":"

    Get the closest zoom level for the provided width and height in the","parent_name":"GPKGTileDaoUtils"},"Classes/GPKGTileDaoUtils.html#/c:objc(cs)GPKGTileDaoUtils(cm)closestZoomLevelWithWidths:andHeights:andTileMatrices:andWidth:andHeight:":{"name":"+closestZoomLevelWithWidths:andHeights:andTileMatrices:andWidth:andHeight:","abstract":"

    Get the closest zoom level for the provided width and height in the","parent_name":"GPKGTileDaoUtils"},"Classes/GPKGTileDaoUtils.html#/c:objc(cs)GPKGTileDaoUtils(cm)approximateZoomLevelWithWidths:andHeights:andTileMatrices:andLength:":{"name":"+approximateZoomLevelWithWidths:andHeights:andTileMatrices:andLength:","abstract":"

    Get the approximate zoom level for the provided length in the default","parent_name":"GPKGTileDaoUtils"},"Classes/GPKGTileDaoUtils.html#/c:objc(cs)GPKGTileDaoUtils(cm)approximateZoomLevelWithWidths:andHeights:andTileMatrices:andWidth:andHeight:":{"name":"+approximateZoomLevelWithWidths:andHeights:andTileMatrices:andWidth:andHeight:","abstract":"

    Get the approximate zoom level for the provided width and height in the","parent_name":"GPKGTileDaoUtils"},"Classes/GPKGTileDaoUtils.html#/c:objc(cs)GPKGTileDaoUtils(cm)maxLengthWithWidths:andHeights:":{"name":"+maxLengthWithWidths:andHeights:","abstract":"

    Get the max distance length that matches the tile widths and heights

    ","parent_name":"GPKGTileDaoUtils"},"Classes/GPKGTileDaoUtils.html#/c:objc(cs)GPKGTileDaoUtils(cm)minLengthWithWidths:andHeights:":{"name":"+minLengthWithWidths:andHeights:","abstract":"

    Get the min distance length that matches the tile widths and heights

    ","parent_name":"GPKGTileDaoUtils"},"Classes/GPKGTileDaoUtils.html#/c:objc(cs)GPKGTileDaoUtils(cm)mapZoomRangeWithTileMatrixSetDao:andTileMatrixSet:andTileMatrices:":{"name":"+mapZoomRangeWithTileMatrixSetDao:andTileMatrixSet:andTileMatrices:","abstract":"

    Get the map zoom level range

    ","parent_name":"GPKGTileDaoUtils"},"Classes/GPKGTileDaoUtils.html#/c:objc(cs)GPKGTileDaoUtils(cm)mapMinZoomWithTileMatrixSetDao:andTileMatrixSet:andTileMatrices:":{"name":"+mapMinZoomWithTileMatrixSetDao:andTileMatrixSet:andTileMatrices:","abstract":"

    Get the map min zoom level

    ","parent_name":"GPKGTileDaoUtils"},"Classes/GPKGTileDaoUtils.html#/c:objc(cs)GPKGTileDaoUtils(cm)mapMaxZoomWithTileMatrixSetDao:andTileMatrixSet:andTileMatrices:":{"name":"+mapMaxZoomWithTileMatrixSetDao:andTileMatrixSet:andTileMatrices:","abstract":"

    Get the map max zoom level

    ","parent_name":"GPKGTileDaoUtils"},"Classes/GPKGTileDaoUtils.html#/c:objc(cs)GPKGTileDaoUtils(cm)mapZoomWithTileMatrixSetDao:andTileMatrixSet:andTileMatrix:":{"name":"+mapZoomWithTileMatrixSetDao:andTileMatrixSet:andTileMatrix:","abstract":"

    Get the map zoom level

    ","parent_name":"GPKGTileDaoUtils"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(py)tileMatrixSet":{"name":"tileMatrixSet","abstract":"

    Tile Matrix Set

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(py)tileMatrices":{"name":"tileMatrices","abstract":"

    Tile Matrices

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(py)zoomLevelToTileMatrix":{"name":"zoomLevelToTileMatrix","abstract":"

    Mapping between zoom levels and the tile matrix

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(py)zoomLevels":{"name":"zoomLevels","abstract":"

    Zoom levels

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(py)minZoom":{"name":"minZoom","abstract":"

    Min zoom

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(py)maxZoom":{"name":"maxZoom","abstract":"

    Max zoom

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(py)widths":{"name":"widths","abstract":"

    Array of widths of the tiles at each zoom level in default units

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(py)heights":{"name":"heights","abstract":"

    Array of heights of the tiles at each zoom level in default units

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)initWithDatabase:andTable:andTileMatrixSet:andTileMatrices:":{"name":"-initWithDatabase:andTable:andTileMatrixSet:andTileMatrices:","abstract":"

    Initialize

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)boundingBoxWithZoomLevel:":{"name":"-boundingBoxWithZoomLevel:","abstract":"

    Get the bounding box of tiles at the zoom level

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)boundingBoxWithZoomLevel:inProjection:":{"name":"-boundingBoxWithZoomLevel:inProjection:","abstract":"

    Get the bounding box of tiles at the zoom level

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)tileGridWithZoomLevel:":{"name":"-tileGridWithZoomLevel:","abstract":"

    Get the tile grid of the zoom level

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)tileTable":{"name":"-tileTable","abstract":"

    Get the tile table

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)row:":{"name":"-row:","abstract":"

    Get the tile row for the current result in the result set

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)tileRow:":{"name":"-tileRow:","abstract":"

    Get the tile row for the current result in the result set

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)rowWithRow:":{"name":"-rowWithRow:","abstract":"

    Get the tile row for the row

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)newRow":{"name":"-newRow","abstract":"

    Create a new tile row

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)adjustTileMatrixLengths":{"name":"-adjustTileMatrixLengths","abstract":"

    Adjust the tile matrix lengths if needed. Check if the tile matrix width","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)tileMatrixWithZoomLevel:":{"name":"-tileMatrixWithZoomLevel:","abstract":"

    Get the tile matrix at the zoom level

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)tileMatrixAtMinZoom":{"name":"-tileMatrixAtMinZoom","abstract":"

    Get the tile matrix at the min (first) zoom

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)srs":{"name":"-srs","abstract":"

    Get the Spatial Reference System

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)srsId":{"name":"-srsId","abstract":"

    Get the Spatial Reference System id

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)queryForTileWithColumn:andRow:andZoomLevel:":{"name":"-queryForTileWithColumn:andRow:andZoomLevel:","abstract":"

    Query for a Tile

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)queryforTileWithZoomLevel:":{"name":"-queryforTileWithZoomLevel:","abstract":"

    Query for a Tiles at a zoom level

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)queryForTileDescending:":{"name":"-queryForTileDescending:","abstract":"

    Query for Tiles at a zoom level in descending row and column order

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)queryForTilesInColumn:andZoomLevel:":{"name":"-queryForTilesInColumn:andZoomLevel:","abstract":"

    Query for Tiles at a zoom level and column

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)queryForTilesInRow:andZoomLevel:":{"name":"-queryForTilesInRow:andZoomLevel:","abstract":"

    Query for Tiles at a zoom level and row

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)zoomLevelWithLength:":{"name":"-zoomLevelWithLength:","abstract":"

    Get the zoom level for the provided width and height in the default units

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)zoomLevelWithWidth:andHeight:":{"name":"-zoomLevelWithWidth:andHeight:","abstract":"

    Get the zoom level for the provided width and height in the default units

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)closestZoomLevelWithLength:":{"name":"-closestZoomLevelWithLength:","abstract":"

    Get the closest zoom level for the provided width and height in the","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)closestZoomLevelWithWidth:andHeight:":{"name":"-closestZoomLevelWithWidth:andHeight:","abstract":"

    Get the closest zoom level for the provided width and height in the","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)approximateZoomLevelWithLength:":{"name":"-approximateZoomLevelWithLength:","abstract":"

    Get the approximate zoom level for the provided length in the default","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)approximateZoomLevelWithWidth:andHeight:":{"name":"-approximateZoomLevelWithWidth:andHeight:","abstract":"

    Get the approximate zoom level for the provided width and height in the","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)queryByTileGrid:andZoomLevel:":{"name":"-queryByTileGrid:andZoomLevel:","abstract":"

    Query by tile grid and zoom level

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)queryByTileGrid:andZoomLevel:andOrderBy:":{"name":"-queryByTileGrid:andZoomLevel:andOrderBy:","abstract":"

    Query by tile grid and zoom level

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)queryForTileGridWithZoomLevel:":{"name":"-queryForTileGridWithZoomLevel:","abstract":"

    Query for the bounding tile grid with tiles at the zoom level

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)deleteTileWithColumn:andRow:andZoomLevel:":{"name":"-deleteTileWithColumn:andRow:andZoomLevel:","abstract":"

    Delete a Tile

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)countWithZoomLevel:":{"name":"-countWithZoomLevel:","abstract":"

    Count of Tiles at a zoom level

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)maxLength":{"name":"-maxLength","abstract":"

    Get the max length in default units that contains tiles

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)minLength":{"name":"-minLength","abstract":"

    Get the min length in default units that contains tiles

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)isXYZTiles":{"name":"-isXYZTiles","abstract":"

    Determine if the tiles are in the XYZ tile coordinate format

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)mapZoomRange":{"name":"-mapZoomRange","abstract":"

    Get the map zoom level range

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)mapMinZoom":{"name":"-mapMinZoom","abstract":"

    Get the map min zoom level

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)mapMaxZoom":{"name":"-mapMaxZoom","abstract":"

    Get the map max zoom level

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)mapZoomWithTileMatrix:":{"name":"-mapZoomWithTileMatrix:","abstract":"

    Get the map zoom level from the tile matrix

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)mapZoomWithZoomLevel:":{"name":"-mapZoomWithZoomLevel:","abstract":"

    Get the map zoom level from the tile matrix zoom level

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)tileMatrixSetDao":{"name":"-tileMatrixSetDao","abstract":"

    Get a tile matrix set DAO

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileDao.html#/c:objc(cs)GPKGTileDao(im)tileMatrixDao":{"name":"-tileMatrixDao","abstract":"

    Get a tile matrix DAO

    ","parent_name":"GPKGTileDao"},"Classes/GPKGTileColumns.html#/c:objc(cs)GPKGTileColumns(py)zoomLevelIndex":{"name":"zoomLevelIndex","abstract":"

    Zoom level column index

    ","parent_name":"GPKGTileColumns"},"Classes/GPKGTileColumns.html#/c:objc(cs)GPKGTileColumns(py)tileColumnIndex":{"name":"tileColumnIndex","abstract":"

    Tile column column index

    ","parent_name":"GPKGTileColumns"},"Classes/GPKGTileColumns.html#/c:objc(cs)GPKGTileColumns(py)tileRowIndex":{"name":"tileRowIndex","abstract":"

    Tile row column index

    ","parent_name":"GPKGTileColumns"},"Classes/GPKGTileColumns.html#/c:objc(cs)GPKGTileColumns(py)tileDataIndex":{"name":"tileDataIndex","abstract":"

    Tile data column index

    ","parent_name":"GPKGTileColumns"},"Classes/GPKGTileColumns.html#/c:objc(cs)GPKGTileColumns(im)initWithTable:andColumns:":{"name":"-initWithTable:andColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGTileColumns"},"Classes/GPKGTileColumns.html#/c:objc(cs)GPKGTileColumns(im)initWithTable:andColumns:andCustom:":{"name":"-initWithTable:andColumns:andCustom:","abstract":"

    Initialize

    ","parent_name":"GPKGTileColumns"},"Classes/GPKGTileColumns.html#/c:objc(cs)GPKGTileColumns(im)initWithTileColumns:":{"name":"-initWithTileColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGTileColumns"},"Classes/GPKGTileColumns.html#/c:objc(cs)GPKGTileColumns(im)hasZoomLevelColumn":{"name":"-hasZoomLevelColumn","abstract":"

    Check if has a zoom level column

    ","parent_name":"GPKGTileColumns"},"Classes/GPKGTileColumns.html#/c:objc(cs)GPKGTileColumns(im)zoomLevelColumn":{"name":"-zoomLevelColumn","abstract":"

    Get the zoom level column

    ","parent_name":"GPKGTileColumns"},"Classes/GPKGTileColumns.html#/c:objc(cs)GPKGTileColumns(im)hasTileColumnColumn":{"name":"-hasTileColumnColumn","abstract":"

    Check if has a tile column column

    ","parent_name":"GPKGTileColumns"},"Classes/GPKGTileColumns.html#/c:objc(cs)GPKGTileColumns(im)tileColumnColumn":{"name":"-tileColumnColumn","abstract":"

    Get the tile column column

    ","parent_name":"GPKGTileColumns"},"Classes/GPKGTileColumns.html#/c:objc(cs)GPKGTileColumns(im)hasTileRowColumn":{"name":"-hasTileRowColumn","abstract":"

    Check if has a tile row column

    ","parent_name":"GPKGTileColumns"},"Classes/GPKGTileColumns.html#/c:objc(cs)GPKGTileColumns(im)tileRowColumn":{"name":"-tileRowColumn","abstract":"

    Get the tile row column

    ","parent_name":"GPKGTileColumns"},"Classes/GPKGTileColumns.html#/c:objc(cs)GPKGTileColumns(im)hasTileDataColumn":{"name":"-hasTileDataColumn","abstract":"

    Check if has a tile data column

    ","parent_name":"GPKGTileColumns"},"Classes/GPKGTileColumns.html#/c:objc(cs)GPKGTileColumns(im)tileDataColumn":{"name":"-tileDataColumn","abstract":"

    Get the tile data column

    ","parent_name":"GPKGTileColumns"},"Classes/GPKGTileColumn.html#/c:objc(cs)GPKGTileColumn(cm)createIdColumn":{"name":"+createIdColumn","abstract":"

    Create an id column

    ","parent_name":"GPKGTileColumn"},"Classes/GPKGTileColumn.html#/c:objc(cs)GPKGTileColumn(cm)createIdColumnWithAutoincrement:":{"name":"+createIdColumnWithAutoincrement:","abstract":"

    Create an id column

    ","parent_name":"GPKGTileColumn"},"Classes/GPKGTileColumn.html#/c:objc(cs)GPKGTileColumn(cm)createIdColumnWithIndex:":{"name":"+createIdColumnWithIndex:","abstract":"

    Create an id column

    ","parent_name":"GPKGTileColumn"},"Classes/GPKGTileColumn.html#/c:objc(cs)GPKGTileColumn(cm)createIdColumnWithIndex:andAutoincrement:":{"name":"+createIdColumnWithIndex:andAutoincrement:","abstract":"

    Create an id column

    ","parent_name":"GPKGTileColumn"},"Classes/GPKGTileColumn.html#/c:objc(cs)GPKGTileColumn(cm)createZoomLevelColumn":{"name":"+createZoomLevelColumn","abstract":"

    Create a zoom level column

    ","parent_name":"GPKGTileColumn"},"Classes/GPKGTileColumn.html#/c:objc(cs)GPKGTileColumn(cm)createZoomLevelColumnWithIndex:":{"name":"+createZoomLevelColumnWithIndex:","abstract":"

    Create a zoom level column

    ","parent_name":"GPKGTileColumn"},"Classes/GPKGTileColumn.html#/c:objc(cs)GPKGTileColumn(cm)createTileColumnColumn":{"name":"+createTileColumnColumn","abstract":"

    Create a tile column column

    ","parent_name":"GPKGTileColumn"},"Classes/GPKGTileColumn.html#/c:objc(cs)GPKGTileColumn(cm)createTileColumnColumnWithIndex:":{"name":"+createTileColumnColumnWithIndex:","abstract":"

    Create a tile column column

    ","parent_name":"GPKGTileColumn"},"Classes/GPKGTileColumn.html#/c:objc(cs)GPKGTileColumn(cm)createTileRowColumn":{"name":"+createTileRowColumn","abstract":"

    Create a tile row column

    ","parent_name":"GPKGTileColumn"},"Classes/GPKGTileColumn.html#/c:objc(cs)GPKGTileColumn(cm)createTileRowColumnWithIndex:":{"name":"+createTileRowColumnWithIndex:","abstract":"

    Create a tile row column

    ","parent_name":"GPKGTileColumn"},"Classes/GPKGTileColumn.html#/c:objc(cs)GPKGTileColumn(cm)createTileDataColumn":{"name":"+createTileDataColumn","abstract":"

    Create a tile data column

    ","parent_name":"GPKGTileColumn"},"Classes/GPKGTileColumn.html#/c:objc(cs)GPKGTileColumn(cm)createTileDataColumnWithIndex:":{"name":"+createTileDataColumnWithIndex:","abstract":"

    Create a tile data column

    ","parent_name":"GPKGTileColumn"},"Classes/GPKGTileColumn.html#/c:objc(cs)GPKGTileColumn(cm)createColumnWithName:andDataType:":{"name":"+createColumnWithName:andDataType:","abstract":"

    Create a new column

    ","parent_name":"GPKGTileColumn"},"Classes/GPKGTileColumn.html#/c:objc(cs)GPKGTileColumn(cm)createColumnWithIndex:andName:andDataType:":{"name":"+createColumnWithIndex:andName:andDataType:","abstract":"

    Create a new column

    ","parent_name":"GPKGTileColumn"},"Classes/GPKGTileColumn.html#/c:objc(cs)GPKGTileColumn(cm)createColumnWithName:andDataType:andNotNull:":{"name":"+createColumnWithName:andDataType:andNotNull:","abstract":"

    Create a new column

    ","parent_name":"GPKGTileColumn"},"Classes/GPKGTileColumn.html#/c:objc(cs)GPKGTileColumn(cm)createColumnWithIndex:andName:andDataType:andNotNull:":{"name":"+createColumnWithIndex:andName:andDataType:andNotNull:","abstract":"

    Create a new column

    ","parent_name":"GPKGTileColumn"},"Classes/GPKGTileColumn.html#/c:objc(cs)GPKGTileColumn(cm)createColumnWithName:andDataType:andNotNull:andDefaultValue:":{"name":"+createColumnWithName:andDataType:andNotNull:andDefaultValue:","abstract":"

    Create a new column

    ","parent_name":"GPKGTileColumn"},"Classes/GPKGTileColumn.html#/c:objc(cs)GPKGTileColumn(cm)createColumnWithIndex:andName:andDataType:andNotNull:andDefaultValue:":{"name":"+createColumnWithIndex:andName:andDataType:andNotNull:andDefaultValue:","abstract":"

    Create a new column

    ","parent_name":"GPKGTileColumn"},"Classes/GPKGTileColumn.html#/c:objc(cs)GPKGTileColumn(cm)createColumnWithName:andDataType:andMax:":{"name":"+createColumnWithName:andDataType:andMax:","abstract":"

    Create a new column

    ","parent_name":"GPKGTileColumn"},"Classes/GPKGTileColumn.html#/c:objc(cs)GPKGTileColumn(cm)createColumnWithIndex:andName:andDataType:andMax:":{"name":"+createColumnWithIndex:andName:andDataType:andMax:","abstract":"

    Create a new column

    ","parent_name":"GPKGTileColumn"},"Classes/GPKGTileColumn.html#/c:objc(cs)GPKGTileColumn(cm)createColumnWithName:andDataType:andMax:andNotNull:andDefaultValue:":{"name":"+createColumnWithName:andDataType:andMax:andNotNull:andDefaultValue:","abstract":"

    Create a new column

    ","parent_name":"GPKGTileColumn"},"Classes/GPKGTileColumn.html#/c:objc(cs)GPKGTileColumn(cm)createColumnWithIndex:andName:andDataType:andMax:andNotNull:andDefaultValue:":{"name":"+createColumnWithIndex:andName:andDataType:andMax:andNotNull:andDefaultValue:","abstract":"

    Create a new column

    ","parent_name":"GPKGTileColumn"},"Classes/GPKGTileColumn.html#/c:objc(cs)GPKGTileColumn(cm)createColumnWithTableColumn:":{"name":"+createColumnWithTableColumn:","abstract":"

    Create a new column

    ","parent_name":"GPKGTileColumn"},"Classes/GPKGTileColumn.html#/c:objc(cs)GPKGTileColumn(im)initWithIndex:andName:andDataType:andMax:andNotNull:andDefaultValue:andPrimaryKey:andAutoincrement:":{"name":"-initWithIndex:andName:andDataType:andMax:andNotNull:andDefaultValue:andPrimaryKey:andAutoincrement:","abstract":"

    Intialize

    ","parent_name":"GPKGTileColumn"},"Classes/GPKGXYZTileRetriever.html#/c:objc(cs)GPKGXYZTileRetriever(im)initWithTileDao:":{"name":"-initWithTileDao:","abstract":"

    Initializer

    ","parent_name":"GPKGXYZTileRetriever"},"Classes/GPKGTileCreator.html#/c:objc(cs)GPKGTileCreator(py)scaling":{"name":"scaling","abstract":"

    Tile Scaling options

    ","parent_name":"GPKGTileCreator"},"Classes/GPKGTileCreator.html#/c:objc(cs)GPKGTileCreator(im)initWithTileDao:andWidth:andHeight:andProjection:":{"name":"-initWithTileDao:andWidth:andHeight:andProjection:","abstract":"

    Initializer, specified tile size and projection

    ","parent_name":"GPKGTileCreator"},"Classes/GPKGTileCreator.html#/c:objc(cs)GPKGTileCreator(im)initWithTileDao:":{"name":"-initWithTileDao:","abstract":"

    Initializer, tile tables tile size and projection

    ","parent_name":"GPKGTileCreator"},"Classes/GPKGTileCreator.html#/c:objc(cs)GPKGTileCreator(im)initWithTileDao:andWidth:andHeight:":{"name":"-initWithTileDao:andWidth:andHeight:","abstract":"

    Initializer, tile tables projection with specified tile size

    ","parent_name":"GPKGTileCreator"},"Classes/GPKGTileCreator.html#/c:objc(cs)GPKGTileCreator(im)initWithTileDao:andProjection:":{"name":"-initWithTileDao:andProjection:","abstract":"

    Initializer, tile tables tile size and requested projection

    ","parent_name":"GPKGTileCreator"},"Classes/GPKGTileCreator.html#/c:objc(cs)GPKGTileCreator(im)tileDao":{"name":"-tileDao","abstract":"

    Get the tile DAO

    ","parent_name":"GPKGTileCreator"},"Classes/GPKGTileCreator.html#/c:objc(cs)GPKGTileCreator(im)width":{"name":"-width","abstract":"

    Get the tile width

    ","parent_name":"GPKGTileCreator"},"Classes/GPKGTileCreator.html#/c:objc(cs)GPKGTileCreator(im)height":{"name":"-height","abstract":"

    Get the tile height

    ","parent_name":"GPKGTileCreator"},"Classes/GPKGTileCreator.html#/c:objc(cs)GPKGTileCreator(im)tileMatrixSet":{"name":"-tileMatrixSet","abstract":"

    Get the tile matrix set

    ","parent_name":"GPKGTileCreator"},"Classes/GPKGTileCreator.html#/c:objc(cs)GPKGTileCreator(im)requestProjection":{"name":"-requestProjection","abstract":"

    Get the requested projection

    ","parent_name":"GPKGTileCreator"},"Classes/GPKGTileCreator.html#/c:objc(cs)GPKGTileCreator(im)tilesProjection":{"name":"-tilesProjection","abstract":"

    Get the tiles projection

    ","parent_name":"GPKGTileCreator"},"Classes/GPKGTileCreator.html#/c:objc(cs)GPKGTileCreator(im)tileSetBoundingBox":{"name":"-tileSetBoundingBox","abstract":"

    Get the tile set bounding box

    ","parent_name":"GPKGTileCreator"},"Classes/GPKGTileCreator.html#/c:objc(cs)GPKGTileCreator(im)sameProjection":{"name":"-sameProjection","abstract":"

    Determine if the requested and tile projections are the same

    ","parent_name":"GPKGTileCreator"},"Classes/GPKGTileCreator.html#/c:objc(cs)GPKGTileCreator(im)sameUnit":{"name":"-sameUnit","abstract":"

    Is the request and tile projection the same unit

    ","parent_name":"GPKGTileCreator"},"Classes/GPKGTileCreator.html#/c:objc(cs)GPKGTileCreator(im)hasTileWithBoundingBox:":{"name":"-hasTileWithBoundingBox:","abstract":"

    Check if the tile table contains a tile for the request bounding box

    ","parent_name":"GPKGTileCreator"},"Classes/GPKGTileCreator.html#/c:objc(cs)GPKGTileCreator(im)tileWithBoundingBox:":{"name":"-tileWithBoundingBox:","abstract":"

    Get the tile from the request bounding box in the request projection

    ","parent_name":"GPKGTileCreator"},"Classes/GPKGTileCreator.html#/c:objc(cs)GPKGTileCreator(im)tileWithBoundingBox:andZoom:":{"name":"-tileWithBoundingBox:andZoom:","abstract":"

    Get the tile from the request bounding box in the request projection, only from the zoom level

    ","parent_name":"GPKGTileCreator"},"Classes/GPKGGeoPackageTileRetriever.html#/c:objc(cs)GPKGGeoPackageTileRetriever(im)initWithTileDao:":{"name":"-initWithTileDao:","abstract":"

    Initializer

    ","parent_name":"GPKGGeoPackageTileRetriever"},"Classes/GPKGGeoPackageTileRetriever.html#/c:objc(cs)GPKGGeoPackageTileRetriever(im)initWithTileDao:andWidth:andHeight:":{"name":"-initWithTileDao:andWidth:andHeight:","abstract":"

    Initializer

    ","parent_name":"GPKGGeoPackageTileRetriever"},"Classes/GPKGGeoPackageTileRetriever.html#/c:objc(cs)GPKGGeoPackageTileRetriever(im)webMercatorBoundingBox":{"name":"-webMercatorBoundingBox","abstract":"

    Get the web mercator bounding box

    ","parent_name":"GPKGGeoPackageTileRetriever"},"Classes/GPKGGeoPackageTileRetriever.html#/c:objc(cs)GPKGGeoPackageTileRetriever(im)scaling":{"name":"-scaling","abstract":"

    Get the Tile Scaling options

    ","parent_name":"GPKGGeoPackageTileRetriever"},"Classes/GPKGGeoPackageTileRetriever.html#/c:objc(cs)GPKGGeoPackageTileRetriever(im)setScaling:":{"name":"-setScaling:","abstract":"

    Set the Tile Scaling options

    ","parent_name":"GPKGGeoPackageTileRetriever"},"Classes/GPKGGeoPackageTile.html#/c:objc(cs)GPKGGeoPackageTile(py)width":{"name":"width","abstract":"

    Tile width

    ","parent_name":"GPKGGeoPackageTile"},"Classes/GPKGGeoPackageTile.html#/c:objc(cs)GPKGGeoPackageTile(py)height":{"name":"height","abstract":"

    Tile height

    ","parent_name":"GPKGGeoPackageTile"},"Classes/GPKGGeoPackageTile.html#/c:objc(cs)GPKGGeoPackageTile(py)data":{"name":"data","abstract":"

    Image data

    ","parent_name":"GPKGGeoPackageTile"},"Classes/GPKGGeoPackageTile.html#/c:objc(cs)GPKGGeoPackageTile(im)initWithWidth:andHeight:andData:":{"name":"-initWithWidth:andHeight:andData:","abstract":"

    Initialize

    ","parent_name":"GPKGGeoPackageTile"},"Classes/GPKGWebMercatorOptimize.html#/c:objc(cs)GPKGWebMercatorOptimize(cm)create":{"name":"+create","abstract":"

    Create with minimal bounds

    ","parent_name":"GPKGWebMercatorOptimize"},"Classes/GPKGWebMercatorOptimize.html#/c:objc(cs)GPKGWebMercatorOptimize(cm)createWorld":{"name":"+createWorld","abstract":"

    Create with world bounds

    ","parent_name":"GPKGWebMercatorOptimize"},"Classes/GPKGWebMercatorOptimize.html#/c:objc(cs)GPKGWebMercatorOptimize(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGWebMercatorOptimize"},"Classes/GPKGWebMercatorOptimize.html#/c:objc(cs)GPKGWebMercatorOptimize(im)initWithWorld:":{"name":"-initWithWorld:","abstract":"

    Initialize

    ","parent_name":"GPKGWebMercatorOptimize"},"Classes/GPKGTileReprojectionZoom.html#/c:objc(cs)GPKGTileReprojectionZoom(py)toZoom":{"name":"toZoom","abstract":"

    Reprojected new zoom level

    ","parent_name":"GPKGTileReprojectionZoom"},"Classes/GPKGTileReprojectionZoom.html#/c:objc(cs)GPKGTileReprojectionZoom(py)matrixWidth":{"name":"matrixWidth","abstract":"

    Number of columns at the zoom level

    ","parent_name":"GPKGTileReprojectionZoom"},"Classes/GPKGTileReprojectionZoom.html#/c:objc(cs)GPKGTileReprojectionZoom(py)matrixHeight":{"name":"matrixHeight","abstract":"

    Number of rows at the zoom level

    ","parent_name":"GPKGTileReprojectionZoom"},"Classes/GPKGTileReprojectionZoom.html#/c:objc(cs)GPKGTileReprojectionZoom(py)tileWidth":{"name":"tileWidth","abstract":"

    Tile width in pixels

    ","parent_name":"GPKGTileReprojectionZoom"},"Classes/GPKGTileReprojectionZoom.html#/c:objc(cs)GPKGTileReprojectionZoom(py)tileHeight":{"name":"tileHeight","abstract":"

    Tile height in pixels

    ","parent_name":"GPKGTileReprojectionZoom"},"Classes/GPKGTileReprojectionZoom.html#/c:objc(cs)GPKGTileReprojectionZoom(im)initWithZoom:":{"name":"-initWithZoom:","abstract":"

    Initialize zoom level reprojection configuration

    ","parent_name":"GPKGTileReprojectionZoom"},"Classes/GPKGTileReprojectionZoom.html#/c:objc(cs)GPKGTileReprojectionZoom(im)zoom":{"name":"-zoom","abstract":"

    Get the zoom level

    ","parent_name":"GPKGTileReprojectionZoom"},"Classes/GPKGTileReprojectionZoom.html#/c:objc(cs)GPKGTileReprojectionZoom(im)hasToZoom":{"name":"-hasToZoom","abstract":"

    Has to zoom level value

    ","parent_name":"GPKGTileReprojectionZoom"},"Classes/GPKGTileReprojectionZoom.html#/c:objc(cs)GPKGTileReprojectionZoom(im)hasMatrixWidth":{"name":"-hasMatrixWidth","abstract":"

    Has matrix width value

    ","parent_name":"GPKGTileReprojectionZoom"},"Classes/GPKGTileReprojectionZoom.html#/c:objc(cs)GPKGTileReprojectionZoom(im)hasMatrixHeight":{"name":"-hasMatrixHeight","abstract":"

    Has matrix height value

    ","parent_name":"GPKGTileReprojectionZoom"},"Classes/GPKGTileReprojectionZoom.html#/c:objc(cs)GPKGTileReprojectionZoom(im)hasTileWidth":{"name":"-hasTileWidth","abstract":"

    Has tile width value

    ","parent_name":"GPKGTileReprojectionZoom"},"Classes/GPKGTileReprojectionZoom.html#/c:objc(cs)GPKGTileReprojectionZoom(im)hasTileHeight":{"name":"-hasTileHeight","abstract":"

    Has tile height value

    ","parent_name":"GPKGTileReprojectionZoom"},"Classes/GPKGTileReprojectionOptimize.html#/c:objc(cs)GPKGTileReprojectionOptimize(py)world":{"name":"world","abstract":"

    World tile coordinate bounds (XYZ), as opposed to minimal tile fitting bounds (default)

    ","parent_name":"GPKGTileReprojectionOptimize"},"Classes/GPKGTileReprojectionOptimize.html#/c:objc(cs)GPKGTileReprojectionOptimize(cm)webMercator":{"name":"+webMercator","abstract":"

    Create a Web Mercator optimization, minimally tile bounded

    ","parent_name":"GPKGTileReprojectionOptimize"},"Classes/GPKGTileReprojectionOptimize.html#/c:objc(cs)GPKGTileReprojectionOptimize(cm)platteCarre":{"name":"+platteCarre","abstract":"

    Create a Platte Carre (WGS84) optimization, minimally tile bounded

    ","parent_name":"GPKGTileReprojectionOptimize"},"Classes/GPKGTileReprojectionOptimize.html#/c:objc(cs)GPKGTileReprojectionOptimize(cm)webMercatorWorld":{"name":"+webMercatorWorld","abstract":"

    Create a Web Mercator optimization, world bounded with XYZ tile coordinates

    ","parent_name":"GPKGTileReprojectionOptimize"},"Classes/GPKGTileReprojectionOptimize.html#/c:objc(cs)GPKGTileReprojectionOptimize(cm)platteCarreWorld":{"name":"+platteCarreWorld","abstract":"

    Create a Platte Carre (WGS84) optimization, world bounded with XYZ tile coordinates

    ","parent_name":"GPKGTileReprojectionOptimize"},"Classes/GPKGTileReprojectionOptimize.html#/c:objc(cs)GPKGTileReprojectionOptimize(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGTileReprojectionOptimize"},"Classes/GPKGTileReprojectionOptimize.html#/c:objc(cs)GPKGTileReprojectionOptimize(im)initWithWorld:":{"name":"-initWithWorld:","abstract":"

    Initialize

    ","parent_name":"GPKGTileReprojectionOptimize"},"Classes/GPKGTileReprojectionOptimize.html#/c:objc(cs)GPKGTileReprojectionOptimize(im)projection":{"name":"-projection","abstract":"

    Get the optimization projection

    ","parent_name":"GPKGTileReprojectionOptimize"},"Classes/GPKGTileReprojectionOptimize.html#/c:objc(cs)GPKGTileReprojectionOptimize(im)tileGrid":{"name":"-tileGrid","abstract":"

    Get the world tile grid of the optimization projection

    ","parent_name":"GPKGTileReprojectionOptimize"},"Classes/GPKGTileReprojectionOptimize.html#/c:objc(cs)GPKGTileReprojectionOptimize(im)boundingBox":{"name":"-boundingBox","abstract":"

    Get the world bounding box of the optimization projection

    ","parent_name":"GPKGTileReprojectionOptimize"},"Classes/GPKGTileReprojectionOptimize.html#/c:objc(cs)GPKGTileReprojectionOptimize(im)tileGridWithBoundingBox:andZoom:":{"name":"-tileGridWithBoundingBox:andZoom:","abstract":"

    Get the tile grid of the bounding box at the zoom

    ","parent_name":"GPKGTileReprojectionOptimize"},"Classes/GPKGTileReprojectionOptimize.html#/c:objc(cs)GPKGTileReprojectionOptimize(im)boundingBoxWithTileGrid:andZoom:":{"name":"-boundingBoxWithTileGrid:andZoom:","abstract":"

    Get the bounding box of the tile grid at the zoom

    ","parent_name":"GPKGTileReprojectionOptimize"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(py)optimize":{"name":"optimize","abstract":"

    Optional optimization

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(py)overwrite":{"name":"overwrite","abstract":"

    Overwrite existing tiles at a zoom level when geographic calculations differ

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(py)tileWidth":{"name":"tileWidth","abstract":"

    Tile width in pixels

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(py)tileHeight":{"name":"tileHeight","abstract":"

    Tile height in pixels

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(py)progress":{"name":"progress","abstract":"

    Progress callbacks

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(cm)createWithGeoPackage:andTable:inProjection:":{"name":"+createWithGeoPackage:andTable:inProjection:","abstract":"

    Create a Reprojection from a GeoPackage tile table, replacing the existing tiles

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(cm)createWithGeoPackage:andTable:toTable:inProjection:":{"name":"+createWithGeoPackage:andTable:toTable:inProjection:","abstract":"

    Create a Reprojection from a GeoPackage tile table to a new tile table within the GeoPackage

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(cm)createWithGeoPackage:andTable:toGeoPackage:andTable:inProjection:":{"name":"+createWithGeoPackage:andTable:toGeoPackage:andTable:inProjection:","abstract":"

    Create a Reprojection from a GeoPackage tile table to a new tile table in a specified GeoPackage

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(cm)createWithTileDao:toGeoPackage:andTable:inProjection:":{"name":"+createWithTileDao:toGeoPackage:andTable:inProjection:","abstract":"

    Create a Reprojection from a tile table to a new tile table in a specified GeoPackage

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(cm)createWithGeoPackage:andTable:toTileDao:":{"name":"+createWithGeoPackage:andTable:toTileDao:","abstract":"

    Create a Reprojection from a GeoPackage tile table to a new tile table

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(cm)createWithTileDao:toTileDao:":{"name":"+createWithTileDao:toTileDao:","abstract":"

    Create a Reprojection from a GeoPackage tile table to a new tile table

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(cm)createWithGeoPackage:andTable:toGeoPackage:andTileDao:":{"name":"+createWithGeoPackage:andTable:toGeoPackage:andTileDao:","abstract":"

    Create a Reprojection from a GeoPackage tile table to a new tile table

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(cm)createWithTileDao:toGeoPackage:andTileDao:":{"name":"+createWithTileDao:toGeoPackage:andTileDao:","abstract":"

    Create a Reprojection from a GeoPackage tile table to a new tile table

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(cm)createWithGeoPackage:andTable:andOptimize:":{"name":"+createWithGeoPackage:andTable:andOptimize:","abstract":"

    Create a Reprojection from a GeoPackage tile table, replacing the existing tiles

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(cm)createWithGeoPackage:andTable:toTable:andOptimize:":{"name":"+createWithGeoPackage:andTable:toTable:andOptimize:","abstract":"

    Create a Reprojection from a GeoPackage tile table to a new tile table within the GeoPackage

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(cm)createWithGeoPackage:andTable:toGeoPackage:andTable:andOptimize:":{"name":"+createWithGeoPackage:andTable:toGeoPackage:andTable:andOptimize:","abstract":"

    Create a Reprojection from a GeoPackage tile table to a new tile table in a specified GeoPackage

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(cm)createWithTileDao:toGeoPackage:andTable:andOptimize:":{"name":"+createWithTileDao:toGeoPackage:andTable:andOptimize:","abstract":"

    Create a Reprojection from a tile table to a new tile table in a specified GeoPackage

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(cm)reprojectGeoPackage:andTable:inProjection:":{"name":"+reprojectGeoPackage:andTable:inProjection:","abstract":"

    Reproject a GeoPackage tile table, replacing the existing tiles

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(cm)reprojectFromGeoPackage:andTable:toTable:inProjection:":{"name":"+reprojectFromGeoPackage:andTable:toTable:inProjection:","abstract":"

    Reproject a GeoPackage tile table to a new tile table within the GeoPackage

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(cm)reprojectFromGeoPackage:andTable:toGeoPackage:andTable:inProjection:":{"name":"+reprojectFromGeoPackage:andTable:toGeoPackage:andTable:inProjection:","abstract":"

    Reproject a GeoPackage tile table to a new tile table in a specified GeoPackage

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(cm)reprojectFromTileDao:toGeoPackage:andTable:inProjection:":{"name":"+reprojectFromTileDao:toGeoPackage:andTable:inProjection:","abstract":"

    Reproject a tile table to a new tile table in a specified GeoPackage

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(cm)reprojectFromGeoPackage:andTable:toTileDao:":{"name":"+reprojectFromGeoPackage:andTable:toTileDao:","abstract":"

    Reproject a GeoPackage tile table to a new tile table

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(cm)reprojectFromTileDao:toTileDao:":{"name":"+reprojectFromTileDao:toTileDao:","abstract":"

    Reproject a GeoPackage tile table to a new tile table

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(cm)reprojectFromGeoPackage:andTable:toGeoPackage:andTileDao:":{"name":"+reprojectFromGeoPackage:andTable:toGeoPackage:andTileDao:","abstract":"

    Reproject a GeoPackage tile table to a new tile table

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(cm)reprojectFromTileDao:toGeoPackage:andTileDao:":{"name":"+reprojectFromTileDao:toGeoPackage:andTileDao:","abstract":"

    Reproject a GeoPackage tile table to a new tile table

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(cm)reprojectGeoPackage:andTable:andOptimize:":{"name":"+reprojectGeoPackage:andTable:andOptimize:","abstract":"

    Reproject a GeoPackage tile table, replacing the existing tiles

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(cm)reprojectFromGeoPackage:andTable:toTable:andOptimize:":{"name":"+reprojectFromGeoPackage:andTable:toTable:andOptimize:","abstract":"

    Reproject a GeoPackage tile table to a new tile table within the GeoPackage

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(cm)reprojectFromGeoPackage:andTable:toGeoPackage:andTable:andOptimize:":{"name":"+reprojectFromGeoPackage:andTable:toGeoPackage:andTable:andOptimize:","abstract":"

    Reproject a GeoPackage tile table to a new tile table in a specified GeoPackage

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(cm)reprojectFromTileDao:toGeoPackage:andTable:andOptimize:":{"name":"+reprojectFromTileDao:toGeoPackage:andTable:andOptimize:","abstract":"

    Reproject a tile table to a new tile table in a specified GeoPackage

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(im)initWithTileDao:toGeoPackage:andTable:inProjection:":{"name":"-initWithTileDao:toGeoPackage:andTable:inProjection:","abstract":"

    Initialize, reproject a tile table to a new tile table in a specified GeoPackage

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(im)initWithTileDao:toTileDao:":{"name":"-initWithTileDao:toTileDao:","abstract":"

    Initialize, reproject a GeoPackage tile table to a new tile table

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(im)initWithTileDao:toGeoPackage:andTileDao:":{"name":"-initWithTileDao:toGeoPackage:andTileDao:","abstract":"

    Initialize, reproject a GeoPackage tile table to a new tile table

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(im)zoomConfigs":{"name":"-zoomConfigs","abstract":"

    Get the zoom level configurations

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(im)configForZoom:":{"name":"-configForZoom:","abstract":"

    Get the zoom level configuration for a zoom level

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(im)configOrCreateForZoom:":{"name":"-configOrCreateForZoom:","abstract":"

    Get the zoom level configuration or create new configuration for a zoom level

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(im)setConfig:":{"name":"-setConfig:","abstract":"

    Set a zoom level configuration for a zoom level

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(im)setToZoom:forZoom:":{"name":"-setToZoom:forZoom:","abstract":"

    Set a reprojected to zoom level for a zoom level

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(im)toZoomForZoom:":{"name":"-toZoomForZoom:","abstract":"

    Get a reprojected to zoom level from a zoom level, defaults as the zoom level if not set

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(im)setTileWidth:forZoom:":{"name":"-setTileWidth:forZoom:","abstract":"

    Set a reprojected tile width for a zoom level

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(im)tileWidthForZoom:":{"name":"-tileWidthForZoom:","abstract":"

    Get a reprojected tile width from a zoom level

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(im)setTileHeight:forZoom:":{"name":"-setTileHeight:forZoom:","abstract":"

    Set a reprojected tile height for a zoom level

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(im)tileHeightForZoom:":{"name":"-tileHeightForZoom:","abstract":"

    Get a reprojected tile height from a zoom level

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(im)setMatrixWidth:forZoom:":{"name":"-setMatrixWidth:forZoom:","abstract":"

    Set a reprojected matrix width for a zoom level

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(im)matrixWidthForZoom:":{"name":"-matrixWidthForZoom:","abstract":"

    Get a reprojected matrix width from a zoom level

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(im)setMatrixHeight:forZoom:":{"name":"-setMatrixHeight:forZoom:","abstract":"

    Set a reprojected matrix height for a zoom level

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(im)matrixHeightForZoom:":{"name":"-matrixHeightForZoom:","abstract":"

    Get a reprojected matrix height from a zoom level

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(im)reproject":{"name":"-reproject","abstract":"

    Reproject the tile table

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(im)reprojectWithMinZoom:andMaxZoom:":{"name":"-reprojectWithMinZoom:andMaxZoom:","abstract":"

    Reproject the tile table within the zoom range

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(im)reprojectWithZooms:":{"name":"-reprojectWithZooms:","abstract":"

    Reproject the tile table for the zoom levels, ordered numerically lowest to highest

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGTileReprojection.html#/c:objc(cs)GPKGTileReprojection(im)reprojectWithZoom:":{"name":"-reprojectWithZoom:","abstract":"

    Reproject the tile table for the zoom level

    ","parent_name":"GPKGTileReprojection"},"Classes/GPKGPlatteCarreOptimize.html#/c:objc(cs)GPKGPlatteCarreOptimize(cm)create":{"name":"+create","abstract":"

    Create with minimal bounds

    ","parent_name":"GPKGPlatteCarreOptimize"},"Classes/GPKGPlatteCarreOptimize.html#/c:objc(cs)GPKGPlatteCarreOptimize(cm)createWorld":{"name":"+createWorld","abstract":"

    Create with world bounds

    ","parent_name":"GPKGPlatteCarreOptimize"},"Classes/GPKGPlatteCarreOptimize.html#/c:objc(cs)GPKGPlatteCarreOptimize(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGPlatteCarreOptimize"},"Classes/GPKGPlatteCarreOptimize.html#/c:objc(cs)GPKGPlatteCarreOptimize(im)initWithWorld:":{"name":"-initWithWorld:","abstract":"

    Initialize

    ","parent_name":"GPKGPlatteCarreOptimize"},"Classes/GPKGXYZOverlay.html#/c:objc(cs)GPKGXYZOverlay(im)initWithTileDao:":{"name":"-initWithTileDao:","abstract":"

    Initialize

    ","parent_name":"GPKGXYZOverlay"},"Classes/GPKGOverlayFactory.html#/c:objc(cs)GPKGOverlayFactory(cm)tileOverlayWithTileDao:":{"name":"+tileOverlayWithTileDao:","abstract":"

    Get a Tile Overlay for the Tile DAO

    ","parent_name":"GPKGOverlayFactory"},"Classes/GPKGOverlayFactory.html#/c:objc(cs)GPKGOverlayFactory(cm)tileOverlayWithTileDao:andScaling:":{"name":"+tileOverlayWithTileDao:andScaling:","abstract":"

    Get a Tile Overlay for the Tile DAO

    ","parent_name":"GPKGOverlayFactory"},"Classes/GPKGOverlayFactory.html#/c:objc(cs)GPKGOverlayFactory(cm)boundedOverlay:":{"name":"+boundedOverlay:","abstract":"

    Get a Bounded Overlay Tile Provider for the Tile DAO

    ","parent_name":"GPKGOverlayFactory"},"Classes/GPKGOverlayFactory.html#/c:objc(cs)GPKGOverlayFactory(cm)boundedOverlay:andScaling:":{"name":"+boundedOverlay:andScaling:","abstract":"

    Get a Bounded Overlay Tile Provider for the Tile DAO

    ","parent_name":"GPKGOverlayFactory"},"Classes/GPKGOverlayFactory.html#/c:objc(cs)GPKGOverlayFactory(cm)compositeOverlayWithTileDao:andOverlay:":{"name":"+compositeOverlayWithTileDao:andOverlay:","abstract":"

    Create a composite overlay by first adding a tile overlay for the tile DAO followed by the provided overlay

    ","parent_name":"GPKGOverlayFactory"},"Classes/GPKGOverlayFactory.html#/c:objc(cs)GPKGOverlayFactory(cm)compositeOverlayWithTileDaos:andOverlay:":{"name":"+compositeOverlayWithTileDaos:andOverlay:","abstract":"

    Create a composite overlay by first adding tile overlays for the tile DAOs followed by the provided overlay

    ","parent_name":"GPKGOverlayFactory"},"Classes/GPKGOverlayFactory.html#/c:objc(cs)GPKGOverlayFactory(cm)compositeOverlayWithTileDaos:":{"name":"+compositeOverlayWithTileDaos:","abstract":"

    Create a composite overlay by adding tile overlays for the tile DAOs

    ","parent_name":"GPKGOverlayFactory"},"Classes/GPKGOverlayFactory.html#/c:objc(cs)GPKGOverlayFactory(cm)linkedFeatureOverlayWithOverlay:andGeoPackage:":{"name":"+linkedFeatureOverlayWithOverlay:andGeoPackage:","abstract":"

    Create a composite overlay linking the feature overly with

    ","parent_name":"GPKGOverlayFactory"},"Classes/GPKGGeoPackageOverlay.html#/c:objc(cs)GPKGGeoPackageOverlay(py)coordinate":{"name":"coordinate","abstract":"

    Coordinate

    ","parent_name":"GPKGGeoPackageOverlay"},"Classes/GPKGGeoPackageOverlay.html#/c:objc(cs)GPKGGeoPackageOverlay(im)boundingMapRect":{"name":"-boundingMapRect","abstract":"

    The projected rectangle that encompasses the overlay. (required) (read-only)

    ","parent_name":"GPKGGeoPackageOverlay"},"Classes/GPKGGeoPackageOverlay.html#/c:objc(cs)GPKGGeoPackageOverlay(im)initWithTileDao:":{"name":"-initWithTileDao:","abstract":"

    Initialize

    ","parent_name":"GPKGGeoPackageOverlay"},"Classes/GPKGGeoPackageOverlay.html#/c:objc(cs)GPKGGeoPackageOverlay(im)initWithTileDao:andWidth:andHeight:":{"name":"-initWithTileDao:andWidth:andHeight:","abstract":"

    Initialize

    ","parent_name":"GPKGGeoPackageOverlay"},"Classes/GPKGGeoPackageOverlay.html#/c:objc(cs)GPKGGeoPackageOverlay(im)initWithTileDao:andScaling:":{"name":"-initWithTileDao:andScaling:","abstract":"

    Initialize

    ","parent_name":"GPKGGeoPackageOverlay"},"Classes/GPKGGeoPackageOverlay.html#/c:objc(cs)GPKGGeoPackageOverlay(im)initWithTileDao:andWidth:andHeight:andScaling:":{"name":"-initWithTileDao:andWidth:andHeight:andScaling:","abstract":"

    Initialize

    ","parent_name":"GPKGGeoPackageOverlay"},"Classes/GPKGFeatureTableData.html#/c:objc(cs)GPKGFeatureTableData(im)initWithName:andCount:":{"name":"-initWithName:andCount:","abstract":"

    Initializer

    ","parent_name":"GPKGFeatureTableData"},"Classes/GPKGFeatureTableData.html#/c:objc(cs)GPKGFeatureTableData(im)initWithName:andCount:andRows:":{"name":"-initWithName:andCount:andRows:","abstract":"

    Initializer

    ","parent_name":"GPKGFeatureTableData"},"Classes/GPKGFeatureTableData.html#/c:objc(cs)GPKGFeatureTableData(im)name":{"name":"-name","abstract":"

    Get the table name

    ","parent_name":"GPKGFeatureTableData"},"Classes/GPKGFeatureTableData.html#/c:objc(cs)GPKGFeatureTableData(im)count":{"name":"-count","abstract":"

    Get the feature row count

    ","parent_name":"GPKGFeatureTableData"},"Classes/GPKGFeatureTableData.html#/c:objc(cs)GPKGFeatureTableData(im)rows":{"name":"-rows","abstract":"

    Get the feature row data

    ","parent_name":"GPKGFeatureTableData"},"Classes/GPKGFeatureTableData.html#/c:objc(cs)GPKGFeatureTableData(im)jsonCompatible":{"name":"-jsonCompatible","abstract":"

    Build a JSON compatible object

    ","parent_name":"GPKGFeatureTableData"},"Classes/GPKGFeatureTableData.html#/c:objc(cs)GPKGFeatureTableData(im)jsonCompatibleWithPoints:":{"name":"-jsonCompatibleWithPoints:","abstract":"

    Build a JSON compatible object

    ","parent_name":"GPKGFeatureTableData"},"Classes/GPKGFeatureTableData.html#/c:objc(cs)GPKGFeatureTableData(im)jsonCompatibleWithGeometries:":{"name":"-jsonCompatibleWithGeometries:","abstract":"

    Build a JSON compatible object

    ","parent_name":"GPKGFeatureTableData"},"Classes/GPKGFeatureTableData.html#/c:objc(cs)GPKGFeatureTableData(im)jsonCompatibleWithPoints:andGeometries:":{"name":"-jsonCompatibleWithPoints:andGeometries:","abstract":"

    Build a JSON compatible object

    ","parent_name":"GPKGFeatureTableData"},"Classes/GPKGFeatureRowData.html#/c:objc(cs)GPKGFeatureRowData(im)initWithValues:":{"name":"-initWithValues:","abstract":"

    Initializer

    ","parent_name":"GPKGFeatureRowData"},"Classes/GPKGFeatureRowData.html#/c:objc(cs)GPKGFeatureRowData(im)initWithValues:andGeometryColumnName:":{"name":"-initWithValues:andGeometryColumnName:","abstract":"

    Initializer

    ","parent_name":"GPKGFeatureRowData"},"Classes/GPKGFeatureRowData.html#/c:objc(cs)GPKGFeatureRowData(im)initWithValues:andIdColumnName:andGeometryColumnName:":{"name":"-initWithValues:andIdColumnName:andGeometryColumnName:","abstract":"

    Initializer

    ","parent_name":"GPKGFeatureRowData"},"Classes/GPKGFeatureRowData.html#/c:objc(cs)GPKGFeatureRowData(im)values":{"name":"-values","abstract":"

    Get the values

    ","parent_name":"GPKGFeatureRowData"},"Classes/GPKGFeatureRowData.html#/c:objc(cs)GPKGFeatureRowData(im)idColumn":{"name":"-idColumn","abstract":"

    Get the id column name

    ","parent_name":"GPKGFeatureRowData"},"Classes/GPKGFeatureRowData.html#/c:objc(cs)GPKGFeatureRowData(im)id":{"name":"-id","abstract":"

    Get the id

    ","parent_name":"GPKGFeatureRowData"},"Classes/GPKGFeatureRowData.html#/c:objc(cs)GPKGFeatureRowData(im)geometryColumn":{"name":"-geometryColumn","abstract":"

    Get the geometry column name

    ","parent_name":"GPKGFeatureRowData"},"Classes/GPKGFeatureRowData.html#/c:objc(cs)GPKGFeatureRowData(im)geometryData":{"name":"-geometryData","abstract":"

    Get the geometry data

    ","parent_name":"GPKGFeatureRowData"},"Classes/GPKGFeatureRowData.html#/c:objc(cs)GPKGFeatureRowData(im)geometry":{"name":"-geometry","abstract":"

    Get the geometry

    ","parent_name":"GPKGFeatureRowData"},"Classes/GPKGFeatureRowData.html#/c:objc(cs)GPKGFeatureRowData(im)geometryType":{"name":"-geometryType","abstract":"

    Get the geometry type

    ","parent_name":"GPKGFeatureRowData"},"Classes/GPKGFeatureRowData.html#/c:objc(cs)GPKGFeatureRowData(im)geometryEnvelope":{"name":"-geometryEnvelope","abstract":"

    Get the geometry envelope

    ","parent_name":"GPKGFeatureRowData"},"Classes/GPKGFeatureRowData.html#/c:objc(cs)GPKGFeatureRowData(im)jsonCompatible":{"name":"-jsonCompatible","abstract":"

    Build a JSON compatible object

    ","parent_name":"GPKGFeatureRowData"},"Classes/GPKGFeatureRowData.html#/c:objc(cs)GPKGFeatureRowData(im)jsonCompatibleWithPoints:":{"name":"-jsonCompatibleWithPoints:","abstract":"

    Build a JSON compatible object

    ","parent_name":"GPKGFeatureRowData"},"Classes/GPKGFeatureRowData.html#/c:objc(cs)GPKGFeatureRowData(im)jsonCompatibleWithGeometries:":{"name":"-jsonCompatibleWithGeometries:","abstract":"

    Build a JSON compatible object

    ","parent_name":"GPKGFeatureRowData"},"Classes/GPKGFeatureRowData.html#/c:objc(cs)GPKGFeatureRowData(im)jsonCompatibleWithPoints:andGeometries:":{"name":"-jsonCompatibleWithPoints:andGeometries:","abstract":"

    Build a JSON compatible object

    ","parent_name":"GPKGFeatureRowData"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(py)screenClickPercentage":{"name":"screenClickPercentage","abstract":"

    Screen click percentage between 0.0 and 1.0 for how close a feature on the screen must be","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(py)maxFeaturesInfo":{"name":"maxFeaturesInfo","abstract":"

    Flag indicating if building info messages for tiles with features over the max is enabled

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(py)featuresInfo":{"name":"featuresInfo","abstract":"

    Flag indicating if building info messages for clicked features is enabled

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(py)stylePixelBounds":{"name":"stylePixelBounds","abstract":"

    Pixel bounds

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)initWithFeatureOverlay:":{"name":"-initWithFeatureOverlay:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)initWithBoundedOverlay:andFeatureTiles:":{"name":"-initWithBoundedOverlay:andFeatureTiles:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)boundedOverlay":{"name":"-boundedOverlay","abstract":"

    Get the bounded overlay

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)featureTiles":{"name":"-featureTiles","abstract":"

    Get the feature tiles

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)featureInfoBuilder":{"name":"-featureInfoBuilder","abstract":"

    Get the feature info builder

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)calculateStylePixelBounds":{"name":"-calculateStylePixelBounds","abstract":"

    Calculate and set the style pixel bounds to enable queries on visible feature styles

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)onAtCurrentZoomWithMapView:andLocationCoordinate:":{"name":"-onAtCurrentZoomWithMapView:andLocationCoordinate:","abstract":"

    Determine if the the feature overlay is on for the current zoom level of the map view at the location coordinate

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)onAtZoom:andLocationCoordinate:":{"name":"-onAtZoom:andLocationCoordinate:","abstract":"

    Determine if the the feature overlay is on for the provided zoom level at the location coordinate

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)tileFeatureCountWithMapPoint:andDoubleZoom:":{"name":"-tileFeatureCountWithMapPoint:andDoubleZoom:","abstract":"

    Get the count of features in the tile at the map point and zoom level

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)tileFeatureCountWithMapPoint:andZoom:":{"name":"-tileFeatureCountWithMapPoint:andZoom:","abstract":"

    Get the count of features in the tile at the map point and zoom level

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)tileFeatureCountWithMKMapPoint:andDoubleZoom:":{"name":"-tileFeatureCountWithMKMapPoint:andDoubleZoom:","abstract":"

    Get the count of features in the tile at the mapkit map point and zoom level

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)tileFeatureCountWithMKMapPoint:andZoom:":{"name":"-tileFeatureCountWithMKMapPoint:andZoom:","abstract":"

    Get the count of features in the tile at the mapkit map point and zoom level

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)tileFeatureCountWithLocationCoordinate:andDoubleZoom:":{"name":"-tileFeatureCountWithLocationCoordinate:andDoubleZoom:","abstract":"

    Get the count of features in the tile at the location coordinate and zoom level

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)tileFeatureCountWithLocationCoordinate:andZoom:":{"name":"-tileFeatureCountWithLocationCoordinate:andZoom:","abstract":"

    Get the count of features in the tile at the location coordinate and zoom level

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)tileFeatureCountWithPoint:andDoubleZoom:":{"name":"-tileFeatureCountWithPoint:andDoubleZoom:","abstract":"

    Get the count of features in the tile at the point and zoom level

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)tileFeatureCountWithPoint:andZoom:":{"name":"-tileFeatureCountWithPoint:andZoom:","abstract":"

    Get the count of features in the tile at the point and zoom level

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(cm)tileBoundsWithMapPoint:andDoubleZoom:":{"name":"+tileBoundsWithMapPoint:andDoubleZoom:","abstract":"

    Get the WGS84 bounds of the tile at the map point and zoom level

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(cm)tileBoundsWithMapPoint:andZoom:":{"name":"+tileBoundsWithMapPoint:andZoom:","abstract":"

    Get the WGS84 bounds of the tile at the map point and zoom level

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(cm)tileBoundsWithMKMapPoint:andDoubleZoom:":{"name":"+tileBoundsWithMKMapPoint:andDoubleZoom:","abstract":"

    Get the WGS84 bounds of the tile at the mapkit map point and zoom level

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(cm)tileBoundsWithMKMapPoint:andZoom:":{"name":"+tileBoundsWithMKMapPoint:andZoom:","abstract":"

    Get the WGS84 bounds of the tile at the mapkit map point and zoom level

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(cm)tileBoundsWithLocationCoordinate:andDoubleZoom:":{"name":"+tileBoundsWithLocationCoordinate:andDoubleZoom:","abstract":"

    Get the WGS84 bounds of the tile at the location coordinate and zoom level

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(cm)tileBoundsWithLocationCoordinate:andZoom:":{"name":"+tileBoundsWithLocationCoordinate:andZoom:","abstract":"

    Get the WGS84 bounds of the tile at the location coordinate and zoom level

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(cm)tileBoundsWithPoint:andDoubleZoom:":{"name":"+tileBoundsWithPoint:andDoubleZoom:","abstract":"

    Get the WGS84 bounds of the tile at the point and zoom level

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(cm)tileBoundsWithPoint:andZoom:":{"name":"+tileBoundsWithPoint:andZoom:","abstract":"

    Get the WGS84 bounds of the tile at the point and zoom level

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(cm)tileBoundsInProjection:withMapPoint:andDoubleZoom:":{"name":"+tileBoundsInProjection:withMapPoint:andDoubleZoom:","abstract":"

    Get the WGS84 bounds of the tile at the map point and zoom level

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(cm)tileBoundsInProjection:withMapPoint:andZoom:":{"name":"+tileBoundsInProjection:withMapPoint:andZoom:","abstract":"

    Get the WGS84 bounds of the tile at the map point and zoom level

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(cm)tileBoundsInProjection:withMKMapPoint:andDoubleZoom:":{"name":"+tileBoundsInProjection:withMKMapPoint:andDoubleZoom:","abstract":"

    Get the WGS84 bounds of the tile at the mapkit map point and zoom level

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(cm)tileBoundsInProjection:withMKMapPoint:andZoom:":{"name":"+tileBoundsInProjection:withMKMapPoint:andZoom:","abstract":"

    Get the WGS84 bounds of the tile at the mapkit map point and zoom level

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(cm)tileBoundsInProjection:withLocationCoordinate:andDoubleZoom:":{"name":"+tileBoundsInProjection:withLocationCoordinate:andDoubleZoom:","abstract":"

    Get the WGS84 bounds of the tile at the location coordinate and zoom level

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(cm)tileBoundsInProjection:withLocationCoordinate:andZoom:":{"name":"+tileBoundsInProjection:withLocationCoordinate:andZoom:","abstract":"

    Get the WGS84 bounds of the tile at the location coordinate and zoom level

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(cm)tileBoundsInProjection:withPoint:andDoubleZoom:":{"name":"+tileBoundsInProjection:withPoint:andDoubleZoom:","abstract":"

    Get the WGS84 bounds of the tile at the point and zoom level

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(cm)tileBoundsInProjection:withPoint:andZoom:":{"name":"+tileBoundsInProjection:withPoint:andZoom:","abstract":"

    Get the WGS84 bounds of the tile at the point and zoom level

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)moreThanMaxFeatures:":{"name":"-moreThanMaxFeatures:","abstract":"

    Determine if the provided count of features in the tile is more than the configured max features per tile

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)queryFeaturesWithBoundingBox:":{"name":"-queryFeaturesWithBoundingBox:","abstract":"

    Query for features in the WGS84 projected bounding box

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)queryFeaturesWithColumns:andBoundingBox:":{"name":"-queryFeaturesWithColumns:andBoundingBox:","abstract":"

    Query for features in the WGS84 projected bounding box

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)queryFeaturesWithBoundingBox:inProjection:":{"name":"-queryFeaturesWithBoundingBox:inProjection:","abstract":"

    Query for features in the bounding box

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)queryFeaturesWithColumns:andBoundingBox:inProjection:":{"name":"-queryFeaturesWithColumns:andBoundingBox:inProjection:","abstract":"

    Query for features in the bounding box

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)isIndexed":{"name":"-isIndexed","abstract":"

    Check if the features are indexed

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)buildMaxFeaturesInfoMessageWithTileFeaturesCount:":{"name":"-buildMaxFeaturesInfoMessageWithTileFeaturesCount:","abstract":"

    Get a max features information message

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)buildMapClickMessageWithCGPoint:andMapView:":{"name":"-buildMapClickMessageWithCGPoint:andMapView:","abstract":"

    Perform a query based upon the map click location and build a info message

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)buildMapClickMessageWithLocationCoordinate:andMapView:":{"name":"-buildMapClickMessageWithLocationCoordinate:andMapView:","abstract":"

    Perform a query based upon the map click location and build a info message

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)buildMapClickMessageWithCGPoint:andMapView:andProjection:":{"name":"-buildMapClickMessageWithCGPoint:andMapView:andProjection:","abstract":"

    Perform a query based upon the map click location and build a info message

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)buildMapClickMessageWithLocationCoordinate:andMapView:andProjection:":{"name":"-buildMapClickMessageWithLocationCoordinate:andMapView:andProjection:","abstract":"

    Perform a query based upon the map click location and build a info message

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)buildMapClickMessageWithLocationCoordinate:andZoom:andMapBounds:":{"name":"-buildMapClickMessageWithLocationCoordinate:andZoom:andMapBounds:","abstract":"

    Perform a query based upon the map click location and build a info message

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)buildMapClickMessageWithLocationCoordinate:andZoom:andMapBounds:andProjection:":{"name":"-buildMapClickMessageWithLocationCoordinate:andZoom:andMapBounds:andProjection:","abstract":"

    Perform a query based upon the map click location and build a info message

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)buildMapClickMessageWithLocationCoordinate:andZoom:andMapBounds:andTolerance:":{"name":"-buildMapClickMessageWithLocationCoordinate:andZoom:andMapBounds:andTolerance:","abstract":"

    Perform a query based upon the map click location and build a info message

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)buildMapClickMessageWithLocationCoordinate:andZoom:andMapBounds:andTolerance:andProjection:":{"name":"-buildMapClickMessageWithLocationCoordinate:andZoom:andMapBounds:andTolerance:andProjection:","abstract":"

    Perform a query based upon the map click location and build a info message

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)buildMapClickTableDataWithCGPoint:andMapView:":{"name":"-buildMapClickTableDataWithCGPoint:andMapView:","abstract":"

    Perform a query based upon the map click location and build feature table data

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)buildMapClickTableDataWithLocationCoordinate:andMapView:":{"name":"-buildMapClickTableDataWithLocationCoordinate:andMapView:","abstract":"

    Perform a query based upon the map click location and build feature table data

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)buildMapClickTableDataWithCGPoint:andMapView:andProjection:":{"name":"-buildMapClickTableDataWithCGPoint:andMapView:andProjection:","abstract":"

    Perform a query based upon the map click location and build feature table data

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)buildMapClickTableDataWithLocationCoordinate:andMapView:andProjection:":{"name":"-buildMapClickTableDataWithLocationCoordinate:andMapView:andProjection:","abstract":"

    Perform a query based upon the map click location and build feature table data

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)buildMapClickTableDataWithLocationCoordinate:andZoom:andMapBounds:":{"name":"-buildMapClickTableDataWithLocationCoordinate:andZoom:andMapBounds:","abstract":"

    Perform a query based upon the map click location and build feature table data

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)buildMapClickTableDataWithLocationCoordinate:andZoom:andMapBounds:andProjection:":{"name":"-buildMapClickTableDataWithLocationCoordinate:andZoom:andMapBounds:andProjection:","abstract":"

    Perform a query based upon the map click location and build feature table data

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)buildMapClickTableDataWithLocationCoordinate:andZoom:andMapBounds:andTolerance:":{"name":"-buildMapClickTableDataWithLocationCoordinate:andZoom:andMapBounds:andTolerance:","abstract":"

    Perform a query based upon the map click location and build feature table data

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlayQuery.html#/c:objc(cs)GPKGFeatureOverlayQuery(im)buildMapClickTableDataWithLocationCoordinate:andZoom:andMapBounds:andTolerance:andProjection:":{"name":"-buildMapClickTableDataWithLocationCoordinate:andZoom:andMapBounds:andTolerance:andProjection:","abstract":"

    Perform a query based upon the map click location and build feature table data

    ","parent_name":"GPKGFeatureOverlayQuery"},"Classes/GPKGFeatureOverlay.html#/c:objc(cs)GPKGFeatureOverlay(py)featureTiles":{"name":"featureTiles","abstract":"

    Feature tiles

    ","parent_name":"GPKGFeatureOverlay"},"Classes/GPKGFeatureOverlay.html#/c:objc(cs)GPKGFeatureOverlay(im)initWithFeatureTiles:":{"name":"-initWithFeatureTiles:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureOverlay"},"Classes/GPKGFeatureOverlay.html#/c:objc(cs)GPKGFeatureOverlay(im)ignoreTileDaos:":{"name":"-ignoreTileDaos:","abstract":"

    Ignore drawing tiles if they exist in the tile tables represented by the tile daos

    ","parent_name":"GPKGFeatureOverlay"},"Classes/GPKGFeatureOverlay.html#/c:objc(cs)GPKGFeatureOverlay(im)ignoreTileDao:":{"name":"-ignoreTileDao:","abstract":"

    Ignore drawing tiles if they exist in the tile table represented by the tile dao

    ","parent_name":"GPKGFeatureOverlay"},"Classes/GPKGFeatureOverlay.html#/c:objc(cs)GPKGFeatureOverlay(im)clearIgnored":{"name":"-clearIgnored","abstract":"

    Clear all ignored tile tables

    ","parent_name":"GPKGFeatureOverlay"},"Classes/GPKGCompositeOverlay.html#/c:objc(cs)GPKGCompositeOverlay(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGCompositeOverlay"},"Classes/GPKGCompositeOverlay.html#/c:objc(cs)GPKGCompositeOverlay(im)initWithOverlay:":{"name":"-initWithOverlay:","abstract":"

    Initialize

    ","parent_name":"GPKGCompositeOverlay"},"Classes/GPKGCompositeOverlay.html#/c:objc(cs)GPKGCompositeOverlay(im)initWithOverlays:":{"name":"-initWithOverlays:","abstract":"

    Initialize

    ","parent_name":"GPKGCompositeOverlay"},"Classes/GPKGCompositeOverlay.html#/c:objc(cs)GPKGCompositeOverlay(im)addOverlay:":{"name":"-addOverlay:","abstract":"

    Add an overlay

    ","parent_name":"GPKGCompositeOverlay"},"Classes/GPKGCompositeOverlay.html#/c:objc(cs)GPKGCompositeOverlay(im)addOverlays:":{"name":"-addOverlays:","abstract":"

    Add overlays

    ","parent_name":"GPKGCompositeOverlay"},"Classes/GPKGCompositeOverlay.html#/c:objc(cs)GPKGCompositeOverlay(im)clearOverlays":{"name":"-clearOverlays","abstract":"

    Clear the overlays

    ","parent_name":"GPKGCompositeOverlay"},"Classes/GPKGBoundedOverlay.html#/c:objc(cs)GPKGBoundedOverlay(py)minZoom":{"name":"minZoom","abstract":"

    Min zoom

    ","parent_name":"GPKGBoundedOverlay"},"Classes/GPKGBoundedOverlay.html#/c:objc(cs)GPKGBoundedOverlay(py)maxZoom":{"name":"maxZoom","abstract":"

    Max zoom

    ","parent_name":"GPKGBoundedOverlay"},"Classes/GPKGBoundedOverlay.html#/c:objc(cs)GPKGBoundedOverlay(py)webMercatorBoundingBox":{"name":"webMercatorBoundingBox","abstract":"

    Web mercator bounding box

    ","parent_name":"GPKGBoundedOverlay"},"Classes/GPKGBoundedOverlay.html#/c:objc(cs)GPKGBoundedOverlay(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGBoundedOverlay"},"Classes/GPKGBoundedOverlay.html#/c:objc(cs)GPKGBoundedOverlay(im)setBoundingBox:inProjection:":{"name":"-setBoundingBox:inProjection:","abstract":"

    Set the bounding box, provided as the indicated projection

    ","parent_name":"GPKGBoundedOverlay"},"Classes/GPKGBoundedOverlay.html#/c:objc(cs)GPKGBoundedOverlay(im)boundingBoxInProjection:":{"name":"-boundingBoxInProjection:","abstract":"

    Get the bounding box as the provided projection

    ","parent_name":"GPKGBoundedOverlay"},"Classes/GPKGBoundedOverlay.html#/c:objc(cs)GPKGBoundedOverlay(im)hasTileWithX:andY:andZoom:":{"name":"-hasTileWithX:andY:andZoom:","abstract":"

    Determine if there is a tile for the x, y, and zoom

    ","parent_name":"GPKGBoundedOverlay"},"Classes/GPKGBoundedOverlay.html#/c:objc(cs)GPKGBoundedOverlay(im)hasTileToRetrieveWithX:andY:andZoom:":{"name":"-hasTileToRetrieveWithX:andY:andZoom:","abstract":"

    Check if there is a tile to retrieve without performing a tile is within bounds check

    ","parent_name":"GPKGBoundedOverlay"},"Classes/GPKGBoundedOverlay.html#/c:objc(cs)GPKGBoundedOverlay(im)retrieveTileWithX:andY:andZoom:":{"name":"-retrieveTileWithX:andY:andZoom:","abstract":"

    Retrieve the tile

    ","parent_name":"GPKGBoundedOverlay"},"Classes/GPKGBoundedOverlay.html#/c:objc(cs)GPKGBoundedOverlay(im)isWithinBoundsWithX:andY:andZoom:":{"name":"-isWithinBoundsWithX:andY:andZoom:","abstract":"

    Is the tile within the zoom and bounding box bounds

    ","parent_name":"GPKGBoundedOverlay"},"Classes/GPKGBoundedOverlay.html#/c:objc(cs)GPKGBoundedOverlay(im)isWithinZoom:":{"name":"-isWithinZoom:","abstract":"

    Check if the zoom is within the overlay zoom range

    ","parent_name":"GPKGBoundedOverlay"},"Classes/GPKGBoundedOverlay.html#/c:objc(cs)GPKGBoundedOverlay(im)isWithinBoundingBoxWithX:andY:andZoom:":{"name":"-isWithinBoundingBoxWithX:andY:andZoom:","abstract":"

    Check if the tile request is within the desired tile bounds

    ","parent_name":"GPKGBoundedOverlay"},"Classes/GPKGTileMatrixSetDao.html#/c:objc(cs)GPKGTileMatrixSetDao(cm)createWithDatabase:":{"name":"+createWithDatabase:","abstract":"

    Create the DAO

    ","parent_name":"GPKGTileMatrixSetDao"},"Classes/GPKGTileMatrixSetDao.html#/c:objc(cs)GPKGTileMatrixSetDao(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGTileMatrixSetDao"},"Classes/GPKGTileMatrixSetDao.html#/c:objc(cs)GPKGTileMatrixSetDao(im)tileTables":{"name":"-tileTables","abstract":"

    Get the tile table names

    ","parent_name":"GPKGTileMatrixSetDao"},"Classes/GPKGTileMatrixSetDao.html#/c:objc(cs)GPKGTileMatrixSetDao(im)srs:":{"name":"-srs:","abstract":"

    Get the Spatial Reference System of the Tile Matrix Set

    ","parent_name":"GPKGTileMatrixSetDao"},"Classes/GPKGTileMatrixSetDao.html#/c:objc(cs)GPKGTileMatrixSetDao(im)contents:":{"name":"-contents:","abstract":"

    Get the Contents of the Tile Matrix Set

    ","parent_name":"GPKGTileMatrixSetDao"},"Classes/GPKGTileMatrixSetDao.html#/c:objc(cs)GPKGTileMatrixSetDao(im)boundingBoxOfTileMatrixSet:inProjection:":{"name":"-boundingBoxOfTileMatrixSet:inProjection:","abstract":"

    Get a bounding box in the provided projection

    ","parent_name":"GPKGTileMatrixSetDao"},"Classes/GPKGTileMatrixSet.html#/c:objc(cs)GPKGTileMatrixSet(py)tableName":{"name":"tableName","abstract":"

    Tile Pyramid User Data Table Name

    ","parent_name":"GPKGTileMatrixSet"},"Classes/GPKGTileMatrixSet.html#/c:objc(cs)GPKGTileMatrixSet(py)srsId":{"name":"srsId","abstract":"

    Unique identifier for each Spatial Reference System within a GeoPackage

    ","parent_name":"GPKGTileMatrixSet"},"Classes/GPKGTileMatrixSet.html#/c:objc(cs)GPKGTileMatrixSet(py)minX":{"name":"minX","abstract":"

    Bounding box minimum easting or longitude for all content in table_name

    ","parent_name":"GPKGTileMatrixSet"},"Classes/GPKGTileMatrixSet.html#/c:objc(cs)GPKGTileMatrixSet(py)minY":{"name":"minY","abstract":"

    Bounding box minimum northing or latitude for all content in table_name

    ","parent_name":"GPKGTileMatrixSet"},"Classes/GPKGTileMatrixSet.html#/c:objc(cs)GPKGTileMatrixSet(py)maxX":{"name":"maxX","abstract":"

    Bounding box maximum easting or longitude for all content in table_name

    ","parent_name":"GPKGTileMatrixSet"},"Classes/GPKGTileMatrixSet.html#/c:objc(cs)GPKGTileMatrixSet(py)maxY":{"name":"maxY","abstract":"

    Bounding box maximum northing or latitude for all content in table_name

    ","parent_name":"GPKGTileMatrixSet"},"Classes/GPKGTileMatrixSet.html#/c:objc(cs)GPKGTileMatrixSet(im)setContents:":{"name":"-setContents:","abstract":"

    Set the Contents

    ","parent_name":"GPKGTileMatrixSet"},"Classes/GPKGTileMatrixSet.html#/c:objc(cs)GPKGTileMatrixSet(im)setSrs:":{"name":"-setSrs:","abstract":"

    Set the Spatial Reference System

    ","parent_name":"GPKGTileMatrixSet"},"Classes/GPKGTileMatrixSet.html#/c:objc(cs)GPKGTileMatrixSet(im)boundingBox":{"name":"-boundingBox","abstract":"

    Get a bounding box

    ","parent_name":"GPKGTileMatrixSet"},"Classes/GPKGTileMatrixSet.html#/c:objc(cs)GPKGTileMatrixSet(im)setBoundingBox:":{"name":"-setBoundingBox:","abstract":"

    Set a bounding box

    ","parent_name":"GPKGTileMatrixSet"},"Classes/GPKGTileMatrixDao.html#/c:objc(cs)GPKGTileMatrixDao(cm)createWithDatabase:":{"name":"+createWithDatabase:","abstract":"

    Create the DAO

    ","parent_name":"GPKGTileMatrixDao"},"Classes/GPKGTileMatrixDao.html#/c:objc(cs)GPKGTileMatrixDao(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGTileMatrixDao"},"Classes/GPKGTileMatrixDao.html#/c:objc(cs)GPKGTileMatrixDao(im)contents:":{"name":"-contents:","abstract":"

    Get the Contents of the Tile Matrix

    ","parent_name":"GPKGTileMatrixDao"},"Classes/GPKGTileMatrixDao.html#/c:objc(cs)GPKGTileMatrixDao(im)queryForTableName:":{"name":"-queryForTableName:","abstract":"

    Query tile matrices for a table name

    ","parent_name":"GPKGTileMatrixDao"},"Classes/GPKGTileMatrixDao.html#/c:objc(cs)GPKGTileMatrixDao(im)tileMatricesForTableName:":{"name":"-tileMatricesForTableName:","abstract":"

    Query tile matrices for a table name

    ","parent_name":"GPKGTileMatrixDao"},"Classes/GPKGTileMatrixDao.html#/c:objc(cs)GPKGTileMatrixDao(im)deleteByTableName:":{"name":"-deleteByTableName:","abstract":"

    Delete Tile Matrices for a table name

    ","parent_name":"GPKGTileMatrixDao"},"Classes/GPKGTileMatrix.html#/c:objc(cs)GPKGTileMatrix(py)tableName":{"name":"tableName","abstract":"

    Tile Pyramid User Data Table Name

    ","parent_name":"GPKGTileMatrix"},"Classes/GPKGTileMatrix.html#/c:objc(cs)GPKGTileMatrix(py)zoomLevel":{"name":"zoomLevel","abstract":"

    0 ⇐ zoom_level ⇐ max_level for table_name

    ","parent_name":"GPKGTileMatrix"},"Classes/GPKGTileMatrix.html#/c:objc(cs)GPKGTileMatrix(py)matrixWidth":{"name":"matrixWidth","abstract":"

    Number of columns (>= 1) in tile matrix at this zoom level

    ","parent_name":"GPKGTileMatrix"},"Classes/GPKGTileMatrix.html#/c:objc(cs)GPKGTileMatrix(py)matrixHeight":{"name":"matrixHeight","abstract":"

    Number of rows (>= 1) in tile matrix at this zoom level

    ","parent_name":"GPKGTileMatrix"},"Classes/GPKGTileMatrix.html#/c:objc(cs)GPKGTileMatrix(py)tileWidth":{"name":"tileWidth","abstract":"

    Tile width in pixels (>= 1)for this zoom level

    ","parent_name":"GPKGTileMatrix"},"Classes/GPKGTileMatrix.html#/c:objc(cs)GPKGTileMatrix(py)tileHeight":{"name":"tileHeight","abstract":"

    Tile height in pixels (>= 1)for this zoom level

    ","parent_name":"GPKGTileMatrix"},"Classes/GPKGTileMatrix.html#/c:objc(cs)GPKGTileMatrix(py)pixelXSize":{"name":"pixelXSize","abstract":"

    In t_table_name srid units or default meters for srid 0 (>0)

    ","parent_name":"GPKGTileMatrix"},"Classes/GPKGTileMatrix.html#/c:objc(cs)GPKGTileMatrix(py)pixelYSize":{"name":"pixelYSize","abstract":"

    In t_table_name srid units or default meters for srid 0 (>0)

    ","parent_name":"GPKGTileMatrix"},"Classes/GPKGTileMatrix.html#/c:objc(cs)GPKGTileMatrix(im)setContents:":{"name":"-setContents:","abstract":"

    Set the Contents

    ","parent_name":"GPKGTileMatrix"},"Classes/GPKGTileMatrix.html#/c:objc(cs)GPKGTileMatrix(im)setPixelXSizeValue:":{"name":"-setPixelXSizeValue:","abstract":"

    Set the pixel x size

    ","parent_name":"GPKGTileMatrix"},"Classes/GPKGTileMatrix.html#/c:objc(cs)GPKGTileMatrix(im)setPixelYSizeValue:":{"name":"-setPixelYSizeValue:","abstract":"

    Set the pixel y size

    ","parent_name":"GPKGTileMatrix"},"Classes/GPKGNumberFeaturesTile.html#/c:objc(cs)GPKGNumberFeaturesTile(py)textFont":{"name":"textFont","abstract":"

    Text font used for the drawn number

    ","parent_name":"GPKGNumberFeaturesTile"},"Classes/GPKGNumberFeaturesTile.html#/c:objc(cs)GPKGNumberFeaturesTile(py)textFontSize":{"name":"textFontSize","abstract":"

    Text font size used for the drawn number

    ","parent_name":"GPKGNumberFeaturesTile"},"Classes/GPKGNumberFeaturesTile.html#/c:objc(cs)GPKGNumberFeaturesTile(py)textColor":{"name":"textColor","abstract":"

    Text color

    ","parent_name":"GPKGNumberFeaturesTile"},"Classes/GPKGNumberFeaturesTile.html#/c:objc(cs)GPKGNumberFeaturesTile(py)drawCircle":{"name":"drawCircle","abstract":"

    When true, circle is drawn

    ","parent_name":"GPKGNumberFeaturesTile"},"Classes/GPKGNumberFeaturesTile.html#/c:objc(cs)GPKGNumberFeaturesTile(py)circleStrokeWidth":{"name":"circleStrokeWidth","abstract":"

    Circle stroke width

    ","parent_name":"GPKGNumberFeaturesTile"},"Classes/GPKGNumberFeaturesTile.html#/c:objc(cs)GPKGNumberFeaturesTile(py)circleColor":{"name":"circleColor","abstract":"

    Circle color

    ","parent_name":"GPKGNumberFeaturesTile"},"Classes/GPKGNumberFeaturesTile.html#/c:objc(cs)GPKGNumberFeaturesTile(py)fillCircle":{"name":"fillCircle","abstract":"

    When true, circle is filled with color

    ","parent_name":"GPKGNumberFeaturesTile"},"Classes/GPKGNumberFeaturesTile.html#/c:objc(cs)GPKGNumberFeaturesTile(py)circleFillColor":{"name":"circleFillColor","abstract":"

    Circle fill color

    ","parent_name":"GPKGNumberFeaturesTile"},"Classes/GPKGNumberFeaturesTile.html#/c:objc(cs)GPKGNumberFeaturesTile(py)drawTileBorder":{"name":"drawTileBorder","abstract":"

    When true, tile border is drawn

    ","parent_name":"GPKGNumberFeaturesTile"},"Classes/GPKGNumberFeaturesTile.html#/c:objc(cs)GPKGNumberFeaturesTile(py)tileBorderStrokeWidth":{"name":"tileBorderStrokeWidth","abstract":"

    Tile Border stroke width

    ","parent_name":"GPKGNumberFeaturesTile"},"Classes/GPKGNumberFeaturesTile.html#/c:objc(cs)GPKGNumberFeaturesTile(py)tileBorderColor":{"name":"tileBorderColor","abstract":"

    Tile Border color

    ","parent_name":"GPKGNumberFeaturesTile"},"Classes/GPKGNumberFeaturesTile.html#/c:objc(cs)GPKGNumberFeaturesTile(py)fillTile":{"name":"fillTile","abstract":"

    When true, tile is filled with color

    ","parent_name":"GPKGNumberFeaturesTile"},"Classes/GPKGNumberFeaturesTile.html#/c:objc(cs)GPKGNumberFeaturesTile(py)tileFillColor":{"name":"tileFillColor","abstract":"

    Tile fill color

    ","parent_name":"GPKGNumberFeaturesTile"},"Classes/GPKGNumberFeaturesTile.html#/c:objc(cs)GPKGNumberFeaturesTile(py)circlePaddingPercentage":{"name":"circlePaddingPercentage","abstract":"

    The percentage of border to include around the edges of the text in the circle

    ","parent_name":"GPKGNumberFeaturesTile"},"Classes/GPKGNumberFeaturesTile.html#/c:objc(cs)GPKGNumberFeaturesTile(py)drawUnindexedTiles":{"name":"drawUnindexedTiles","abstract":"

    Flag indicating whether tiles should be drawn for feature tables that are not indexed

    ","parent_name":"GPKGNumberFeaturesTile"},"Classes/GPKGNumberFeaturesTile.html#/c:objc(cs)GPKGNumberFeaturesTile(py)unindexedText":{"name":"unindexedText","abstract":"

    Text used when drawing tiles for feature tables that are not indexed

    ","parent_name":"GPKGNumberFeaturesTile"},"Classes/GPKGNumberFeaturesTile.html#/c:objc(cs)GPKGNumberFeaturesTile(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGNumberFeaturesTile"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(py)indexManager":{"name":"indexManager","abstract":"

    When not null, features are retrieved using a feature index

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(py)featureTableStyles":{"name":"featureTableStyles","abstract":"

    Feature Style extension

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(py)tileWidth":{"name":"tileWidth","abstract":"

    Tile width

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(py)tileHeight":{"name":"tileHeight","abstract":"

    Tile height

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(py)compressFormat":{"name":"compressFormat","abstract":"

    Compress format

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(py)pointRadius":{"name":"pointRadius","abstract":"

    Point radius

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(py)pointColor":{"name":"pointColor","abstract":"

    Point color

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(py)pointIcon":{"name":"pointIcon","abstract":"

    Optional point icon in place of a drawn circle

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(py)lineStrokeWidth":{"name":"lineStrokeWidth","abstract":"

    Line stroke width

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(py)lineColor":{"name":"lineColor","abstract":"

    Line color

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(py)polygonStrokeWidth":{"name":"polygonStrokeWidth","abstract":"

    Polygon stroke width

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(py)polygonColor":{"name":"polygonColor","abstract":"

    Polygon color

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(py)fillPolygon":{"name":"fillPolygon","abstract":"

    When true, polygon is filled with color

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(py)polygonFillColor":{"name":"polygonFillColor","abstract":"

    Polygon fill color

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(py)heightOverlap":{"name":"heightOverlap","abstract":"

    Height overlapping pixels between tile images

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(py)widthOverlap":{"name":"widthOverlap","abstract":"

    Width overlapping pixels between tile images

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(py)maxFeaturesPerTile":{"name":"maxFeaturesPerTile","abstract":"

    Optional max features per tile. When more features than this value exist for creating a","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(py)maxFeaturesTileDraw":{"name":"maxFeaturesTileDraw","abstract":"

    When not null and the number of features is greater than the max features per tile,","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(py)simplifyGeometries":{"name":"simplifyGeometries","abstract":"

    When true, geometries are simplified before being drawn. Default is true

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(py)scale":{"name":"scale","abstract":"

    Scale factor from pixels to map points

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(py)cacheBoundingBoxes":{"name":"cacheBoundingBoxes","abstract":"

    When true, geometry bounds are cached. Default is true

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(py)cacheMapShapes":{"name":"cacheMapShapes","abstract":"

    When true, geometry map shapes are cached. Default is true

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)initWithFeatureDao:":{"name":"-initWithFeatureDao:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)initWithFeatureDao:andScale:":{"name":"-initWithFeatureDao:andScale:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)initWithFeatureDao:andWidth:andHeight:":{"name":"-initWithFeatureDao:andWidth:andHeight:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)initWithGeoPackage:andFeatureDao:":{"name":"-initWithGeoPackage:andFeatureDao:","abstract":"

    Initialize, auto creates the index manager for indexed tables and feature styles for styled tables

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)initWithGeoPackage:andFeatureDao:andScale:":{"name":"-initWithGeoPackage:andFeatureDao:andScale:","abstract":"

    Initialize, auto creates the index manager for indexed tables and feature styles for styled tables

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)initWithGeoPackage:andFeatureDao:andWidth:andHeight:":{"name":"-initWithGeoPackage:andFeatureDao:andWidth:andHeight:","abstract":"

    Initialize, auto creates the index manager for indexed tables and feature styles for styled tables

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)initWithGeoPackage:andFeatureDao:andScale:andWidth:andHeight:":{"name":"-initWithGeoPackage:andFeatureDao:andScale:andWidth:andHeight:","abstract":"

    Initialize, auto creates the index manager for indexed tables and feature styles for styled tables

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)featureDao":{"name":"-featureDao","abstract":"

    Get the feature dao

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)close":{"name":"-close","abstract":"

    Close the feature tiles connection

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)calculateDrawOverlap":{"name":"-calculateDrawOverlap","abstract":"

    Call after making changes to the point icon, point radius, or paint stroke widths.","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)setDrawOverlapsWithPixels:":{"name":"-setDrawOverlapsWithPixels:","abstract":"

    Manually set the width and height draw overlap

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)isIndexQuery":{"name":"-isIndexQuery","abstract":"

    Is index query

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)ignoreFeatureTableStyles":{"name":"-ignoreFeatureTableStyles","abstract":"

    Ignore the feature table styles within the GeoPackage

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)clearCache":{"name":"-clearCache","abstract":"

    Clear all caches

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)clearIconCache":{"name":"-clearIconCache","abstract":"

    Clear the icon cache

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)setIconCacheSize:":{"name":"-setIconCacheSize:","abstract":"

    Set / resize the icon cache size

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)clearBoundingBoxCache":{"name":"-clearBoundingBoxCache","abstract":"

    Clear the bounding box cache

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)setBoundingBoxCacheSize:":{"name":"-setBoundingBoxCacheSize:","abstract":"

    Set / resize the bounding box cache size

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)clearMapShapeCache":{"name":"-clearMapShapeCache","abstract":"

    Clear the map shape cache

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)setMapShapeCacheSize:":{"name":"-setMapShapeCacheSize:","abstract":"

    Set / resize the map shape cache size

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)drawTileDataWithX:andY:andZoom:":{"name":"-drawTileDataWithX:andY:andZoom:","abstract":"

    Draw the tile and get the tile data from the x, y, and zoom level

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)drawTileWithX:andY:andZoom:":{"name":"-drawTileWithX:andY:andZoom:","abstract":"

    Draw a tile image from the x, y, and zoom level

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)drawTileQueryIndexWithX:andY:andZoom:":{"name":"-drawTileQueryIndexWithX:andY:andZoom:","abstract":"

    Draw a tile bitmap from the x, y, and zoom level by querying features in the tile location

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)queryIndexedFeaturesCountWithX:andY:andZoom:":{"name":"-queryIndexedFeaturesCountWithX:andY:andZoom:","abstract":"

    Query for feature result count in the x, y, and zoom

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)queryIndexedFeaturesCountWithWebMercatorBoundingBox:":{"name":"-queryIndexedFeaturesCountWithWebMercatorBoundingBox:","abstract":"

    Query for feature result count in the bounding box

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)queryIndexedFeaturesWithX:andY:andZoom:":{"name":"-queryIndexedFeaturesWithX:andY:andZoom:","abstract":"

    Query for feature results in the x, y, and zoom level by querying features in the tile location

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)queryIndexedFeaturesWithWebMercatorBoundingBox:":{"name":"-queryIndexedFeaturesWithWebMercatorBoundingBox:","abstract":"

    Query for feature results in the x, y, and zoom level by querying features in the tile location

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)expandBoundingBox:inProjection:":{"name":"-expandBoundingBox:inProjection:","abstract":"

    Create an expanded bounding box to handle features outside the tile that","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)expandBoundingBox:":{"name":"-expandBoundingBox:","abstract":"

    Create an expanded bounding box to handle features outside the tile that","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)expandBoundingBox:withTileBoundingBox:":{"name":"-expandBoundingBox:withTileBoundingBox:","abstract":"

    Create an expanded bounding box to handle features outside the tile that","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)drawTileQueryAllWithX:andY:andZoom:":{"name":"-drawTileQueryAllWithX:andY:andZoom:","abstract":"

    Draw a tile image from the x, y, and zoom level by querying all features. This could","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)calculateStylePixelBounds":{"name":"-calculateStylePixelBounds","abstract":"

    Calculate style pixel bounds

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)calculateStylePixelBoundsWithScale:":{"name":"-calculateStylePixelBoundsWithScale:","abstract":"

    Calculate style pixel bounds

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)drawTileWithZoom:andBoundingBox:andIndexResults:":{"name":"-drawTileWithZoom:andBoundingBox:andIndexResults:","abstract":"

    Draw a tile image from feature index results

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)drawTileWithZoom:andBoundingBox:andResults:":{"name":"-drawTileWithZoom:andBoundingBox:andResults:","abstract":"

    Draw a tile image from feature geometries in the provided result set

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTiles.html#/c:objc(cs)GPKGFeatureTiles(im)drawTileWithZoom:andBoundingBox:andFeatureRows:":{"name":"-drawTileWithZoom:andBoundingBox:andFeatureRows:","abstract":"

    Draw a tile image from the feature rows

    ","parent_name":"GPKGFeatureTiles"},"Classes/GPKGFeatureTilePointIcon.html#/c:objc(cs)GPKGFeatureTilePointIcon(py)xOffset":{"name":"xOffset","abstract":"

    X pixel offset

    ","parent_name":"GPKGFeatureTilePointIcon"},"Classes/GPKGFeatureTilePointIcon.html#/c:objc(cs)GPKGFeatureTilePointIcon(py)yOffset":{"name":"yOffset","abstract":"

    Y pixel offset

    ","parent_name":"GPKGFeatureTilePointIcon"},"Classes/GPKGFeatureTilePointIcon.html#/c:objc(cs)GPKGFeatureTilePointIcon(im)initWithIcon:":{"name":"-initWithIcon:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTilePointIcon"},"Classes/GPKGFeatureTilePointIcon.html#/c:objc(cs)GPKGFeatureTilePointIcon(im)pinIcon":{"name":"-pinIcon","abstract":"

    Pin the icon to the point, lower middle on the point

    ","parent_name":"GPKGFeatureTilePointIcon"},"Classes/GPKGFeatureTilePointIcon.html#/c:objc(cs)GPKGFeatureTilePointIcon(im)centerIcon":{"name":"-centerIcon","abstract":"

    Center the icon on the point

    ","parent_name":"GPKGFeatureTilePointIcon"},"Classes/GPKGFeatureTilePointIcon.html#/c:objc(cs)GPKGFeatureTilePointIcon(im)icon":{"name":"-icon","abstract":"

    Get the icon image

    ","parent_name":"GPKGFeatureTilePointIcon"},"Classes/GPKGFeatureTilePointIcon.html#/c:objc(cs)GPKGFeatureTilePointIcon(im)width":{"name":"-width","abstract":"

    Get the icon width

    ","parent_name":"GPKGFeatureTilePointIcon"},"Classes/GPKGFeatureTilePointIcon.html#/c:objc(cs)GPKGFeatureTilePointIcon(im)height":{"name":"-height","abstract":"

    Get the icon height

    ","parent_name":"GPKGFeatureTilePointIcon"},"Classes/GPKGFeatureTileGenerator.html#/c:objc(cs)GPKGFeatureTileGenerator(py)linkTables":{"name":"linkTables","abstract":"

    Flag indicating whether the feature and tile tables should be linked

    ","parent_name":"GPKGFeatureTileGenerator"},"Classes/GPKGFeatureTileGenerator.html#/c:objc(cs)GPKGFeatureTileGenerator(im)initWithGeoPackage:andTableName:andFeatureTiles:andMinZoom:andMaxZoom:andBoundingBox:andProjection:":{"name":"-initWithGeoPackage:andTableName:andFeatureTiles:andMinZoom:andMaxZoom:andBoundingBox:andProjection:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTileGenerator"},"Classes/GPKGFeatureTileGenerator.html#/c:objc(cs)GPKGFeatureTileGenerator(im)initWithGeoPackage:andTableName:andFeatureTiles:andFeatureGeoPackage:andMinZoom:andMaxZoom:andBoundingBox:andProjection:":{"name":"-initWithGeoPackage:andTableName:andFeatureTiles:andFeatureGeoPackage:andMinZoom:andMaxZoom:andBoundingBox:andProjection:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTileGenerator"},"Classes/GPKGFeatureTileGenerator.html#/c:objc(cs)GPKGFeatureTileGenerator(im)initWithGeoPackage:andTableName:andFeatureTiles:andMinZoom:andMaxZoom:andProjection:":{"name":"-initWithGeoPackage:andTableName:andFeatureTiles:andMinZoom:andMaxZoom:andProjection:","abstract":"

    Initialize, find the the bounding box from the feature table

    ","parent_name":"GPKGFeatureTileGenerator"},"Classes/GPKGFeatureTileGenerator.html#/c:objc(cs)GPKGFeatureTileGenerator(im)initWithGeoPackage:andTableName:andFeatureTiles:andFeatureGeoPackage:andMinZoom:andMaxZoom:andProjection:":{"name":"-initWithGeoPackage:andTableName:andFeatureTiles:andFeatureGeoPackage:andMinZoom:andMaxZoom:andProjection:","abstract":"

    Initialize, find the the bounding box from the feature table

    ","parent_name":"GPKGFeatureTileGenerator"},"Classes/GPKGFeatureTileContext.html#/c:objc(cs)GPKGFeatureTileContext(im)initWithWidth:andHeight:":{"name":"-initWithWidth:andHeight:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTileContext"},"Classes/GPKGFeatureTileContext.html#/c:objc(cs)GPKGFeatureTileContext(im)polygonContext":{"name":"-polygonContext","abstract":"

    Get the polygon context

    ","parent_name":"GPKGFeatureTileContext"},"Classes/GPKGFeatureTileContext.html#/c:objc(cs)GPKGFeatureTileContext(im)lineContext":{"name":"-lineContext","abstract":"

    Get the line context

    ","parent_name":"GPKGFeatureTileContext"},"Classes/GPKGFeatureTileContext.html#/c:objc(cs)GPKGFeatureTileContext(im)pointContext":{"name":"-pointContext","abstract":"

    Get the point context

    ","parent_name":"GPKGFeatureTileContext"},"Classes/GPKGFeatureTileContext.html#/c:objc(cs)GPKGFeatureTileContext(im)iconContext":{"name":"-iconContext","abstract":"

    Get the icon context

    ","parent_name":"GPKGFeatureTileContext"},"Classes/GPKGFeatureTileContext.html#/c:objc(cs)GPKGFeatureTileContext(im)createImage":{"name":"-createImage","abstract":"

    Create the final image from the layers, resets the layers

    ","parent_name":"GPKGFeatureTileContext"},"Classes/GPKGFeatureTileContext.html#/c:objc(cs)GPKGFeatureTileContext(im)recycle":{"name":"-recycle","abstract":"

    Recycle the layered contexts

    ","parent_name":"GPKGFeatureTileContext"},"Classes/GPKGFeaturePreview.html#/c:objc(cs)GPKGFeaturePreview(py)manual":{"name":"manual","abstract":"

    Manual bounding box query flag for non indexed and empty contents bounds","parent_name":"GPKGFeaturePreview"},"Classes/GPKGFeaturePreview.html#/c:objc(cs)GPKGFeaturePreview(py)bufferPercentage":{"name":"bufferPercentage","abstract":"

    Buffer percentage for drawing empty non features edges (greater than or equal to 0.0 and less than 0.5)

    ","parent_name":"GPKGFeaturePreview"},"Classes/GPKGFeaturePreview.html#/c:objc(cs)GPKGFeaturePreview(py)where":{"name":"where","abstract":"

    Where clause

    ","parent_name":"GPKGFeaturePreview"},"Classes/GPKGFeaturePreview.html#/c:objc(cs)GPKGFeaturePreview(py)whereArgs":{"name":"whereArgs","abstract":"

    Where clause arguments

    ","parent_name":"GPKGFeaturePreview"},"Classes/GPKGFeaturePreview.html#/c:objc(cs)GPKGFeaturePreview(py)limit":{"name":"limit","abstract":"

    Query feature limit

    ","parent_name":"GPKGFeaturePreview"},"Classes/GPKGFeaturePreview.html#/c:objc(cs)GPKGFeaturePreview(im)initWithGeoPackage:andTableName:":{"name":"-initWithGeoPackage:andTableName:","abstract":"

    Initialize

    ","parent_name":"GPKGFeaturePreview"},"Classes/GPKGFeaturePreview.html#/c:objc(cs)GPKGFeaturePreview(im)initWithGeoPackage:andFeatureDao:":{"name":"-initWithGeoPackage:andFeatureDao:","abstract":"

    Initialize

    ","parent_name":"GPKGFeaturePreview"},"Classes/GPKGFeaturePreview.html#/c:objc(cs)GPKGFeaturePreview(im)initWithGeoPackage:andFeatureTiles:":{"name":"-initWithGeoPackage:andFeatureTiles:","abstract":"

    Initialize

    ","parent_name":"GPKGFeaturePreview"},"Classes/GPKGFeaturePreview.html#/c:objc(cs)GPKGFeaturePreview(im)geoPackage":{"name":"-geoPackage","abstract":"

    Get the GeoPackage

    ","parent_name":"GPKGFeaturePreview"},"Classes/GPKGFeaturePreview.html#/c:objc(cs)GPKGFeaturePreview(im)featureTiles":{"name":"-featureTiles","abstract":"

    Get the feature tiles

    ","parent_name":"GPKGFeaturePreview"},"Classes/GPKGFeaturePreview.html#/c:objc(cs)GPKGFeaturePreview(im)columns":{"name":"-columns","abstract":"

    Get the query columns

    ","parent_name":"GPKGFeaturePreview"},"Classes/GPKGFeaturePreview.html#/c:objc(cs)GPKGFeaturePreview(im)addColumns:":{"name":"-addColumns:","abstract":"

    Add query columns

    ","parent_name":"GPKGFeaturePreview"},"Classes/GPKGFeaturePreview.html#/c:objc(cs)GPKGFeaturePreview(im)addColumn:":{"name":"-addColumn:","abstract":"

    Add a query column

    ","parent_name":"GPKGFeaturePreview"},"Classes/GPKGFeaturePreview.html#/c:objc(cs)GPKGFeaturePreview(im)appendWhere:":{"name":"-appendWhere:","abstract":"

    Append to the where clause

    ","parent_name":"GPKGFeaturePreview"},"Classes/GPKGFeaturePreview.html#/c:objc(cs)GPKGFeaturePreview(im)draw":{"name":"-draw","abstract":"

    Draw a preview image

    ","parent_name":"GPKGFeaturePreview"},"Classes/GPKGFeaturePreview.html#/c:objc(cs)GPKGFeaturePreview(im)close":{"name":"-close","abstract":"

    Close the feature tiles connection

    ","parent_name":"GPKGFeaturePreview"},"Classes/GPKGUrlTileGenerator.html#/c:objc(cs)GPKGUrlTileGenerator(py)tms":{"name":"tms","abstract":"

    TMS URL flag, when true x,y,z converted to TMS when requesting the tile

    ","parent_name":"GPKGUrlTileGenerator"},"Classes/GPKGUrlTileGenerator.html#/c:objc(cs)GPKGUrlTileGenerator(py)httpMethod":{"name":"httpMethod","abstract":"

    The HTTP request method, when nil default is “GET”

    ","parent_name":"GPKGUrlTileGenerator"},"Classes/GPKGUrlTileGenerator.html#/c:objc(cs)GPKGUrlTileGenerator(im)initWithGeoPackage:andTableName:andTileUrl:andBoundingBox:andProjection:":{"name":"-initWithGeoPackage:andTableName:andTileUrl:andBoundingBox:andProjection:","abstract":"

    Initialize

    ","parent_name":"GPKGUrlTileGenerator"},"Classes/GPKGUrlTileGenerator.html#/c:objc(cs)GPKGUrlTileGenerator(im)initWithGeoPackage:andTableName:andTileUrl:andZoom:andBoundingBox:andProjection:":{"name":"-initWithGeoPackage:andTableName:andTileUrl:andZoom:andBoundingBox:andProjection:","abstract":"

    Initialize

    ","parent_name":"GPKGUrlTileGenerator"},"Classes/GPKGUrlTileGenerator.html#/c:objc(cs)GPKGUrlTileGenerator(im)initWithGeoPackage:andTableName:andTileUrl:andMinZoom:andMaxZoom:andBoundingBox:andProjection:":{"name":"-initWithGeoPackage:andTableName:andTileUrl:andMinZoom:andMaxZoom:andBoundingBox:andProjection:","abstract":"

    Initialize

    ","parent_name":"GPKGUrlTileGenerator"},"Classes/GPKGUrlTileGenerator.html#/c:objc(cs)GPKGUrlTileGenerator(im)initWithGeoPackage:andTableName:andTileUrl:andZoomLevels:andBoundingBox:andProjection:":{"name":"-initWithGeoPackage:andTableName:andTileUrl:andZoomLevels:andBoundingBox:andProjection:","abstract":"

    Initialize

    ","parent_name":"GPKGUrlTileGenerator"},"Classes/GPKGUrlTileGenerator.html#/c:objc(cs)GPKGUrlTileGenerator(im)httpHeader":{"name":"-httpHeader","abstract":"

    Get the HTTP Header fields and field values

    ","parent_name":"GPKGUrlTileGenerator"},"Classes/GPKGUrlTileGenerator.html#/c:objc(cs)GPKGUrlTileGenerator(im)httpHeaderValuesforField:":{"name":"-httpHeaderValuesforField:","abstract":"

    Get the HTTP Header field values

    ","parent_name":"GPKGUrlTileGenerator"},"Classes/GPKGUrlTileGenerator.html#/c:objc(cs)GPKGUrlTileGenerator(im)addValue:forHTTPHeaderField:":{"name":"-addValue:forHTTPHeaderField:","abstract":"

    Add a HTTP Header field value, appending to any existing values for the field

    ","parent_name":"GPKGUrlTileGenerator"},"Classes/GPKGUrlTileGenerator.html#/c:objc(cs)GPKGUrlTileGenerator(im)addValues:forHTTPHeaderField:":{"name":"-addValues:forHTTPHeaderField:","abstract":"

    Add HTTP Header field values, appending to any existing values for the field

    ","parent_name":"GPKGUrlTileGenerator"},"Classes/GPKGTileUtils.html#/c:objc(cs)GPKGTileUtils(cm)tileLength":{"name":"+tileLength","abstract":"

    Get the tile side (width and height) dimension based upon the screen resolution

    ","parent_name":"GPKGTileUtils"},"Classes/GPKGTileUtils.html#/c:objc(cs)GPKGTileUtils(cm)tileLengthWithScale:":{"name":"+tileLengthWithScale:","abstract":"

    Get the tile side (width and height) dimension based upon the scale

    ","parent_name":"GPKGTileUtils"},"Classes/GPKGTileGrid.html#/c:objc(cs)GPKGTileGrid(py)minX":{"name":"minX","abstract":"

    Min x

    ","parent_name":"GPKGTileGrid"},"Classes/GPKGTileGrid.html#/c:objc(cs)GPKGTileGrid(py)maxX":{"name":"maxX","abstract":"

    Max x

    ","parent_name":"GPKGTileGrid"},"Classes/GPKGTileGrid.html#/c:objc(cs)GPKGTileGrid(py)minY":{"name":"minY","abstract":"

    Min y

    ","parent_name":"GPKGTileGrid"},"Classes/GPKGTileGrid.html#/c:objc(cs)GPKGTileGrid(py)maxY":{"name":"maxY","abstract":"

    Max y

    ","parent_name":"GPKGTileGrid"},"Classes/GPKGTileGrid.html#/c:objc(cs)GPKGTileGrid(im)initWithMinX:andMinY:andMaxX:andMaxY:":{"name":"-initWithMinX:andMinY:andMaxX:andMaxY:","abstract":"

    Initialize

    ","parent_name":"GPKGTileGrid"},"Classes/GPKGTileGrid.html#/c:objc(cs)GPKGTileGrid(im)count":{"name":"-count","abstract":"

    Get the count of tiles in the grid

    ","parent_name":"GPKGTileGrid"},"Classes/GPKGTileGrid.html#/c:objc(cs)GPKGTileGrid(im)width":{"name":"-width","abstract":"

    Get the grid width

    ","parent_name":"GPKGTileGrid"},"Classes/GPKGTileGrid.html#/c:objc(cs)GPKGTileGrid(im)height":{"name":"-height","abstract":"

    Get the grid height

    ","parent_name":"GPKGTileGrid"},"Classes/GPKGTileGrid.html#/c:objc(cs)GPKGTileGrid(im)equals:":{"name":"-equals:","abstract":"

    Determine if equal to the provided tile grid

    ","parent_name":"GPKGTileGrid"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(py)geoPackage":{"name":"geoPackage","abstract":"

    GeoPackage

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(py)tableName":{"name":"tableName","abstract":"

    Table Name

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(py)zoomLevels":{"name":"zoomLevels","abstract":"

    Zoom levels

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(py)projection":{"name":"projection","abstract":"

    Tiles projection

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(py)totalCount":{"name":"totalCount","abstract":"

    Total tile count

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(py)tileGrids":{"name":"tileGrids","abstract":"

    Tile grids by zoom level

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(py)tileBounds":{"name":"tileBounds","abstract":"

    Tile bounding boxes by zoom level

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(py)boundingBox":{"name":"boundingBox","abstract":"

    Tile bounding box

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(py)compressFormat":{"name":"compressFormat","abstract":"

    Compress format

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(py)compressQuality":{"name":"compressQuality","abstract":"

    Compress quality

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(py)progress":{"name":"progress","abstract":"

    GeoPackage progress for callbacks

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(py)xyzTiles":{"name":"xyzTiles","abstract":"

    True when generating tiles in standard z,x,y tile format, false when generating","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(py)compressScale":{"name":"compressScale","abstract":"

    Compress scale

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(py)tileGridBoundingBox":{"name":"tileGridBoundingBox","abstract":"

    Tile grid bounding box

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(py)matrixHeight":{"name":"matrixHeight","abstract":"

    Matrix height when GeoPackage tile format

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(py)matrixWidth":{"name":"matrixWidth","abstract":"

    Matrix width when GeoPackage tile format

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(py)scaling":{"name":"scaling","abstract":"

    Tile scaling settings

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(py)skipExisting":{"name":"skipExisting","abstract":"

    Skip existing tiles

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(im)initWithGeoPackage:andTableName:andBoundingBox:andProjection:":{"name":"-initWithGeoPackage:andTableName:andBoundingBox:andProjection:","abstract":"

    Initialize

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(im)initWithGeoPackage:andTableName:andZoom:andBoundingBox:andProjection:":{"name":"-initWithGeoPackage:andTableName:andZoom:andBoundingBox:andProjection:","abstract":"

    Initialize

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(im)initWithGeoPackage:andTableName:andMinZoom:andMaxZoom:andBoundingBox:andProjection:":{"name":"-initWithGeoPackage:andTableName:andMinZoom:andMaxZoom:andBoundingBox:andProjection:","abstract":"

    Initialize

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(im)initWithGeoPackage:andTableName:andZoomLevels:andBoundingBox:andProjection:":{"name":"-initWithGeoPackage:andTableName:andZoomLevels:andBoundingBox:andProjection:","abstract":"

    Initialize

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(im)minZoom":{"name":"-minZoom","abstract":"

    Get the min zoom

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(im)maxZoom":{"name":"-maxZoom","abstract":"

    Get the max zoom

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(im)addZoomLevel:":{"name":"-addZoomLevel:","abstract":"

    Add a zoom level

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(im)addZoomLevelsFromMinZoom:toMaxZoom:":{"name":"-addZoomLevelsFromMinZoom:toMaxZoom:","abstract":"

    Add a range of zoom levels

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(im)addZoomLevels:":{"name":"-addZoomLevels:","abstract":"

    Add zoom levels

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(im)boundingBoxAtZoom:":{"name":"-boundingBoxAtZoom:","abstract":"

    Get the bounding box, possibly expanded for the zoom level

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(im)setCompressQualityAsIntPercentage:":{"name":"-setCompressQualityAsIntPercentage:","abstract":"

    Set the compress quality as an integer percentage, 0 to 100

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(im)setCompressScaleAsIntPercentage:":{"name":"-setCompressScaleAsIntPercentage:","abstract":"

    Set the compress scale as an integer percentage, 0 to 100

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(im)tileCount":{"name":"-tileCount","abstract":"

    Get the tile count of tiles to be generated

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(im)generateTiles":{"name":"-generateTiles","abstract":"

    Generate the tiles

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileGenerator.html#/c:objc(cs)GPKGTileGenerator(im)close":{"name":"-close","abstract":"

    Close the GeoPackage

    ","parent_name":"GPKGTileGenerator"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)overlapWithBoundingBox:andBoundingBox:":{"name":"+overlapWithBoundingBox:andBoundingBox:","abstract":"

    Get the overlapping bounding box between the two bounding boxes

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)overlapWithBoundingBox:andBoundingBox:andAllowEmpty:":{"name":"+overlapWithBoundingBox:andBoundingBox:andAllowEmpty:","abstract":"

    Get the overlapping bounding box between the two bounding boxes

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)overlapWithBoundingBox:andBoundingBox:withMaxLongitude:":{"name":"+overlapWithBoundingBox:andBoundingBox:withMaxLongitude:","abstract":"

    Get the overlapping bounding box between the two bounding boxes adjusting the second box to an Anti-Meridian complementary version based upon the max longitude

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)overlapWithBoundingBox:andBoundingBox:withMaxLongitude:andAllowEmpty:":{"name":"+overlapWithBoundingBox:andBoundingBox:withMaxLongitude:andAllowEmpty:","abstract":"

    Get the overlapping bounding box between the two bounding boxes adjusting the second box to an Anti-Meridian complementary version based upon the max longitude

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)isPoint:inBoundingBox:":{"name":"+isPoint:inBoundingBox:","abstract":"

    Determine if the point is within the bounding box

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)isPoint:inBoundingBox:withMaxLongitude:":{"name":"+isPoint:inBoundingBox:withMaxLongitude:","abstract":"

    Determine if the point is within the bounding box

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)unionWithBoundingBox:andBoundingBox:":{"name":"+unionWithBoundingBox:andBoundingBox:","abstract":"

    Get the union bounding box combining the two bounding boxes

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)xPixelWithWidth:andBoundingBox:andLongitude:":{"name":"+xPixelWithWidth:andBoundingBox:andLongitude:","abstract":"

    Get the X pixel for where the longitude fits into the bounding box

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)longitudeFromPixelWithWidth:andBoundingBox:andPixel:":{"name":"+longitudeFromPixelWithWidth:andBoundingBox:andPixel:","abstract":"

    Get the longitude from the pixel location, bounding box, and image width

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)longitudeFromPixelWithWidth:andBoundingBox:andTileBoundingBox:andPixel:":{"name":"+longitudeFromPixelWithWidth:andBoundingBox:andTileBoundingBox:andPixel:","abstract":"

    Get the longitude from the pixel location, bounding box, tile bounding","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)yPixelWithHeight:andBoundingBox:andLatitude:":{"name":"+yPixelWithHeight:andBoundingBox:andLatitude:","abstract":"

    Get the Y pixel for where the latitude fits into the bounding box

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)latitudeFromPixelWithHeight:andBoundingBox:andPixel:":{"name":"+latitudeFromPixelWithHeight:andBoundingBox:andPixel:","abstract":"

    Get the latitude from the pixel location, bounding box, and image height

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)latitudeFromPixelWithHeight:andBoundingBox:andTileBoundingBox:andPixel:":{"name":"+latitudeFromPixelWithHeight:andBoundingBox:andTileBoundingBox:andPixel:","abstract":"

    Get the latitude from the pixel location, bounding box, tile bounding","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)boundingBoxWithX:andY:andZoom:":{"name":"+boundingBoxWithX:andY:andZoom:","abstract":"

    Get the tile bounding box from the XYZ tile coordinates and zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)webMercatorBoundingBoxWithX:andY:andZoom:":{"name":"+webMercatorBoundingBoxWithX:andY:andZoom:","abstract":"

    Get the Web Mercator tile bounding box from the XYZ tile coordinates and zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)webMercatorBoundingBoxWithTileGrid:andZoom:":{"name":"+webMercatorBoundingBoxWithTileGrid:andZoom:","abstract":"

    Get the Web Mercator tile bounding box from the XYZ tile grid and zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)projectedBoundingBoxWithEpsg:andX:andY:andZoom:":{"name":"+projectedBoundingBoxWithEpsg:andX:andY:andZoom:","abstract":"

    Get the Projected tile bounding box from the XYZ tile coordinates and zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)projectedBoundingBoxWithAuthority:andCode:andX:andY:andZoom:":{"name":"+projectedBoundingBoxWithAuthority:andCode:andX:andY:andZoom:","abstract":"

    Get the Projected tile bounding box from the XYZ tile coordinates and zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)projectedBoundingBoxWithProjection:andX:andY:andZoom:":{"name":"+projectedBoundingBoxWithProjection:andX:andY:andZoom:","abstract":"

    Get the Projected tile bounding box from the XYZ tile coordinates and zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)projectedBoundingBoxWithEpsg:andTileGrid:andZoom:":{"name":"+projectedBoundingBoxWithEpsg:andTileGrid:andZoom:","abstract":"

    Get the Projected tile bounding box from the XYZ tile tileGrid and zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)projectedBoundingBoxWithAuthority:andCode:andTileGrid:andZoom:":{"name":"+projectedBoundingBoxWithAuthority:andCode:andTileGrid:andZoom:","abstract":"

    Get the Projected tile bounding box from the XYZ tile tileGrid and zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)projectedBoundingBoxWithProjection:andTileGrid:andZoom:":{"name":"+projectedBoundingBoxWithProjection:andTileGrid:andZoom:","abstract":"

    Get the Projected tile bounding box from the XYZ tile tileGrid and zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)boundingBoxAsWGS84WithTileGrid:andZoom:":{"name":"+boundingBoxAsWGS84WithTileGrid:andZoom:","abstract":"

    Get the WGS84 tile bounding box from the XYZ tile tileGrid and zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)projectedBoundingBoxFromWGS84WithEpsg:andX:andY:andZoom:":{"name":"+projectedBoundingBoxFromWGS84WithEpsg:andX:andY:andZoom:","abstract":"

    Get the Projected tile bounding box from the WGS84 XYZ tile coordinates and zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)projectedBoundingBoxFromWGS84WithAuthority:andCode:andX:andY:andZoom:":{"name":"+projectedBoundingBoxFromWGS84WithAuthority:andCode:andX:andY:andZoom:","abstract":"

    Get the Projected tile bounding box from the WGS84 XYZ tile coordinates and zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)projectedBoundingBoxFromWGS84WithProjection:andX:andY:andZoom:":{"name":"+projectedBoundingBoxFromWGS84WithProjection:andX:andY:andZoom:","abstract":"

    Get the Projected tile bounding box from the WGS84 XYZ tile coordinates and zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)projectedBoundingBoxFromWGS84WithEpsg:andTileGrid:andZoom:":{"name":"+projectedBoundingBoxFromWGS84WithEpsg:andTileGrid:andZoom:","abstract":"

    Get the Projected tile bounding box from the WGS84 XYZ tile tileGrid and zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)projectedBoundingBoxFromWGS84WithAuthority:andCode:andTileGrid:andZoom:":{"name":"+projectedBoundingBoxFromWGS84WithAuthority:andCode:andTileGrid:andZoom:","abstract":"

    Get the Projected tile bounding box from the WGS84 XYZ tile tileGrid and zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)projectedBoundingBoxFromWGS84WithProjection:andTileGrid:andZoom:":{"name":"+projectedBoundingBoxFromWGS84WithProjection:andTileGrid:andZoom:","abstract":"

    Get the Projected tile bounding box from the WGS84 XYZ tile tileGrid and zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileGridFromWGS84Point:andZoom:":{"name":"+tileGridFromWGS84Point:andZoom:","abstract":"

    Get the tile grid for the location specified as WGS84

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileGridFromPoint:andZoom:andProjection:":{"name":"+tileGridFromPoint:andZoom:andProjection:","abstract":"

    Get the tile grid for the location specified as the projection

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileGridFromWebMercatorPoint:andZoom:":{"name":"+tileGridFromWebMercatorPoint:andZoom:","abstract":"

    Get the tile grid for the location specified as web mercator

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileGridWithWebMercatorBoundingBox:andZoom:":{"name":"+tileGridWithWebMercatorBoundingBox:andZoom:","abstract":"

    Get the tile grid that includes the entire tile bounding box

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileBoundsInProjection:andPoint:andZoom:":{"name":"+tileBoundsInProjection:andPoint:andZoom:","abstract":"

    Get the bounds of the XYZ tile at the point and zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileBoundsForWGS84Point:andZoom:":{"name":"+tileBoundsForWGS84Point:andZoom:","abstract":"

    Get the WGS84 bounds of the XYZ tile at the WGS84 point and zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileBoundsForWebMercatorPoint:andZoom:":{"name":"+tileBoundsForWebMercatorPoint:andZoom:","abstract":"

    Get the web mercator bounds of the XYZ tile at the web mercator point and","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)wgs84TileBoundsInProjection:andPoint:andZoom:":{"name":"+wgs84TileBoundsInProjection:andPoint:andZoom:","abstract":"

    Get the bounds of the WGS84 tile at the point and zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)wgs84TileBoundsForWGS84Point:andZoom:":{"name":"+wgs84TileBoundsForWGS84Point:andZoom:","abstract":"

    Get the WGS84 bounds of the WGS84 tile at the WGS84 point and zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)wgs84TileBoundsForWebMercatorPoint:andZoom:":{"name":"+wgs84TileBoundsForWebMercatorPoint:andZoom:","abstract":"

    Get the web mercator bounds of the WGS84 tile at the web mercator point","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)toWebMercatorWithBoundingBox:":{"name":"+toWebMercatorWithBoundingBox:","abstract":"

    Convert the bounding box coordinates to a new web mercator bounding box

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileSizeWithTilesPerSide:":{"name":"+tileSizeWithTilesPerSide:","abstract":"

    Get the tile size in meters

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)zoomLevelOfTileSize:":{"name":"+zoomLevelOfTileSize:","abstract":"

    Get the zoom level from the tile size in meters

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileSizeWithTilesPerSide:andTotalLength:":{"name":"+tileSizeWithTilesPerSide:andTotalLength:","abstract":"

    Get the tile size in length units

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)zoomLevelOfTileSize:andTotalLength:":{"name":"+zoomLevelOfTileSize:andTotalLength:","abstract":"

    Get the zoom level from the tile size in length units

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileSizeWithZoom:andTotalLength:":{"name":"+tileSizeWithZoom:andTotalLength:","abstract":"

    Get the tile size in length units at the zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileWidthDegreesWithTilesPerSide:":{"name":"+tileWidthDegreesWithTilesPerSide:","abstract":"

    Get the tile width in degrees

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileHeightDegreesWithTilesPerSide:":{"name":"+tileHeightDegreesWithTilesPerSide:","abstract":"

    Get the tile height in degrees

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tilesPerSideWithZoom:":{"name":"+tilesPerSideWithZoom:","abstract":"

    Get the tiles per side, width and height, at the zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileSizeWithZoom:":{"name":"+tileSizeWithZoom:","abstract":"

    Get the tile size in meters at the zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)toleranceDistanceWithZoom:andPixels:":{"name":"+toleranceDistanceWithZoom:andPixels:","abstract":"

    Get the tolerance distance in meters for the zoom level and pixels length

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)toleranceDistanceWithZoom:andPixelWidth:andPixelHeight:":{"name":"+toleranceDistanceWithZoom:andPixelWidth:andPixelHeight:","abstract":"

    Get the tolerance distance in meters for the zoom level and pixels length

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)yAsOppositeTileFormatWithZoom:andY:":{"name":"+yAsOppositeTileFormatWithZoom:andY:","abstract":"

    Get the standard y tile location as TMS or a TMS y location as standard

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)zoomFromTilesPerSide:":{"name":"+zoomFromTilesPerSide:","abstract":"

    Get the zoom level from the tiles per side

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileGridWithTotalBoundingBox:andMatrixWidth:andMatrixHeight:andBoundingBox:":{"name":"+tileGridWithTotalBoundingBox:andMatrixWidth:andMatrixHeight:andBoundingBox:","abstract":"

    Get the tile grid

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileColumnWithTotalBoundingBox:andMatrixWidth:andLongitude:":{"name":"+tileColumnWithTotalBoundingBox:andMatrixWidth:andLongitude:","abstract":"

    Get the tile column of the longitude in constant units

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileRowWithTotalBoundingBox:andMatrixHeight:andLatitude:":{"name":"+tileRowWithTotalBoundingBox:andMatrixHeight:andLatitude:","abstract":"

    Get the tile row of the latitude in constant units

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)boundingBoxWithTotalBoundingBox:andTileMatrix:andTileColumn:andTileRow:":{"name":"+boundingBoxWithTotalBoundingBox:andTileMatrix:andTileColumn:andTileRow:","abstract":"

    Get the bounding box of the tile column and row in the tile","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)boundingBoxWithTotalBoundingBox:andTileMatrixWidth:andTileMatrixHeight:andTileColumn:andTileRow:":{"name":"+boundingBoxWithTotalBoundingBox:andTileMatrixWidth:andTileMatrixHeight:andTileColumn:andTileRow:","abstract":"

    Get the bounding box of the tile column and row in the tile","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)boundingBoxWithTotalBoundingBox:andTileMatrix:andTileGrid:":{"name":"+boundingBoxWithTotalBoundingBox:andTileMatrix:andTileGrid:","abstract":"

    Get the bounding box of the tile grid in the tile matrix","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)boundingBoxWithTotalBoundingBox:andTileMatrixWidth:andTileMatrixHeight:andTileGrid:":{"name":"+boundingBoxWithTotalBoundingBox:andTileMatrixWidth:andTileMatrixHeight:andTileGrid:","abstract":"

    Get the bounding box of the tile grid in the tile width and","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)zoomLevelWithWebMercatorBoundingBox:":{"name":"+zoomLevelWithWebMercatorBoundingBox:","abstract":"

    Get the zoom level of where the web mercator bounding box fits into the","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)locationWithBearing:andDistance:fromLocation:":{"name":"+locationWithBearing:andDistance:fromLocation:","abstract":"

    Get the location bearing a distance from a current location

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)bearingFromLocation:andToLocation:":{"name":"+bearingFromLocation:andToLocation:","abstract":"

    Get the bearing from a location to a location

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)distanceBetweenLocation:andLocation:":{"name":"+distanceBetweenLocation:andLocation:","abstract":"

    Get the distance between two locations

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)pointBetweenFromLocation:andToLocation:":{"name":"+pointBetweenFromLocation:andToLocation:","abstract":"

    Get the location point between two locations

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)boundWebMercatorBoundingBox:":{"name":"+boundWebMercatorBoundingBox:","abstract":"

    Bound the web mercator bounding box within the limits

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)boundWgs84BoundingBoxWithWebMercatorLimits:":{"name":"+boundWgs84BoundingBoxWithWebMercatorLimits:","abstract":"

    Bound the upper and lower bounds of the WGS84 bounding box with web mercator limits

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)boundDegreesBoundingBoxWithWebMercatorLimits:":{"name":"+boundDegreesBoundingBoxWithWebMercatorLimits:","abstract":"

    Bound the upper and lower bounds of the degrees bounding box with web mercator limits

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)rectangleWithWidth:andHeight:andBoundingBox:andSection:":{"name":"+rectangleWithWidth:andHeight:andBoundingBox:andSection:","abstract":"

    Get a rectangle using the tile width, height, bounding box, and the","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)roundedRectangleWithWidth:andHeight:andBoundingBox:andSection:":{"name":"+roundedRectangleWithWidth:andHeight:andBoundingBox:andSection:","abstract":"

    Get a rectangle with rounded point boundaries using the tile","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileGridWGS84FromWGS84Point:andZoom:":{"name":"+tileGridWGS84FromWGS84Point:andZoom:","abstract":"

    Get the WGS84 tile grid for the point specified as WGS84

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileGridWGS84FromPoint:andZoom:andProjection:":{"name":"+tileGridWGS84FromPoint:andZoom:andProjection:","abstract":"

    Get the WGS84 tile grid for the point specified as the projection

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileGridWGS84FromWebMercatorPoint:andZoom:":{"name":"+tileGridWGS84FromWebMercatorPoint:andZoom:","abstract":"

    Get the WGS84 tile grid for the point specified as web mercator

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileGridWithWgs84BoundingBox:andZoom:":{"name":"+tileGridWithWgs84BoundingBox:andZoom:","abstract":"

    Get the WGS84 tile grid that includes the entire tile bounding box

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)wgs84BoundingBoxWithX:andY:andZoom:":{"name":"+wgs84BoundingBoxWithX:andY:andZoom:","abstract":"

    Get the WGS84 tile bounding box from the WGS84 XYZ tile coordinates and zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)wgs84BoundingBoxWithTileGrid:andZoom:":{"name":"+wgs84BoundingBoxWithTileGrid:andZoom:","abstract":"

    Get the WGS84 tile bounding box from the WGS84 tile grid and zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tilesPerWgs84LatSideWithZoom:":{"name":"+tilesPerWgs84LatSideWithZoom:","abstract":"

    Get the tiles per latitude side at the zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tilesPerWgs84LonSideWithZoom:":{"name":"+tilesPerWgs84LonSideWithZoom:","abstract":"

    Get the tiles per longitude side at the zoom level

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileSizeLatWithWgs84TilesPerSide:":{"name":"+tileSizeLatWithWgs84TilesPerSide:","abstract":"

    Get the tile height in degrees latitude

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileSizeLonWithWgs84TilesPerSide:":{"name":"+tileSizeLonWithWgs84TilesPerSide:","abstract":"

    Get the tile height in degrees longitude

    ","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileGrid:zoomFrom:to:":{"name":"+tileGrid:zoomFrom:to:","abstract":"

    Get the tile grid starting from the tile grid and current zoom to the new","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileGrid:zoomIncrease:":{"name":"+tileGrid:zoomIncrease:","abstract":"

    Get the tile grid starting from the tile grid and zooming in / increasing","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileGrid:zoomDecrease:":{"name":"+tileGrid:zoomDecrease:","abstract":"

    Get the tile grid starting from the tile grid and zooming out /","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileGridMin:zoomIncrease:":{"name":"+tileGridMin:zoomIncrease:","abstract":"

    Get the new tile grid min value starting from the tile grid min and","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileGridMax:zoomIncrease:":{"name":"+tileGridMax:zoomIncrease:","abstract":"

    Get the new tile grid max value starting from the tile grid max and","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileGridMin:zoomDecrease:":{"name":"+tileGridMin:zoomDecrease:","abstract":"

    Get the new tile grid min value starting from the tile grid min and","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGTileBoundingBoxUtils.html#/c:objc(cs)GPKGTileBoundingBoxUtils(cm)tileGridMax:zoomDecrease:":{"name":"+tileGridMax:zoomDecrease:","abstract":"

    Get the new tile grid max value starting from the tile grid max and","parent_name":"GPKGTileBoundingBoxUtils"},"Classes/GPKGPixelBounds.html#/c:objc(cs)GPKGPixelBounds(py)left":{"name":"left","abstract":"

    Pixels left of the location

    ","parent_name":"GPKGPixelBounds"},"Classes/GPKGPixelBounds.html#/c:objc(cs)GPKGPixelBounds(py)up":{"name":"up","abstract":"

    Pixels up of the location

    ","parent_name":"GPKGPixelBounds"},"Classes/GPKGPixelBounds.html#/c:objc(cs)GPKGPixelBounds(py)right":{"name":"right","abstract":"

    Pixels right of the location

    ","parent_name":"GPKGPixelBounds"},"Classes/GPKGPixelBounds.html#/c:objc(cs)GPKGPixelBounds(py)down":{"name":"down","abstract":"

    Pixels down of the location

    ","parent_name":"GPKGPixelBounds"},"Classes/GPKGPixelBounds.html#/c:objc(cs)GPKGPixelBounds(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"GPKGPixelBounds"},"Classes/GPKGPixelBounds.html#/c:objc(cs)GPKGPixelBounds(cm)createWithLength:":{"name":"+createWithLength:","abstract":"

    Create

    ","parent_name":"GPKGPixelBounds"},"Classes/GPKGPixelBounds.html#/c:objc(cs)GPKGPixelBounds(cm)createWithWidth:andHeight:":{"name":"+createWithWidth:andHeight:","abstract":"

    Create

    ","parent_name":"GPKGPixelBounds"},"Classes/GPKGPixelBounds.html#/c:objc(cs)GPKGPixelBounds(cm)createWithLeft:andUp:andRight:andDown:":{"name":"+createWithLeft:andUp:andRight:andDown:","abstract":"

    Initialize

    ","parent_name":"GPKGPixelBounds"},"Classes/GPKGPixelBounds.html#/c:objc(cs)GPKGPixelBounds(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGPixelBounds"},"Classes/GPKGPixelBounds.html#/c:objc(cs)GPKGPixelBounds(im)initWithLength:":{"name":"-initWithLength:","abstract":"

    Initialize

    ","parent_name":"GPKGPixelBounds"},"Classes/GPKGPixelBounds.html#/c:objc(cs)GPKGPixelBounds(im)initWithWidth:andHeight:":{"name":"-initWithWidth:andHeight:","abstract":"

    Initialize

    ","parent_name":"GPKGPixelBounds"},"Classes/GPKGPixelBounds.html#/c:objc(cs)GPKGPixelBounds(im)initWithLeft:andUp:andRight:andDown:":{"name":"-initWithLeft:andUp:andRight:andDown:","abstract":"

    Initialize

    ","parent_name":"GPKGPixelBounds"},"Classes/GPKGPixelBounds.html#/c:objc(cs)GPKGPixelBounds(im)expandLeft:":{"name":"-expandLeft:","abstract":"

    Expand the left pixels if greater than the current value

    ","parent_name":"GPKGPixelBounds"},"Classes/GPKGPixelBounds.html#/c:objc(cs)GPKGPixelBounds(im)expandUp:":{"name":"-expandUp:","abstract":"

    Expand the up pixels if greater than the current value

    ","parent_name":"GPKGPixelBounds"},"Classes/GPKGPixelBounds.html#/c:objc(cs)GPKGPixelBounds(im)expandRight:":{"name":"-expandRight:","abstract":"

    Expand the right pixels if greater than the current value

    ","parent_name":"GPKGPixelBounds"},"Classes/GPKGPixelBounds.html#/c:objc(cs)GPKGPixelBounds(im)expandDown:":{"name":"-expandDown:","abstract":"

    Expand the down pixels if greater than the current value

    ","parent_name":"GPKGPixelBounds"},"Classes/GPKGPixelBounds.html#/c:objc(cs)GPKGPixelBounds(im)expandWidth:":{"name":"-expandWidth:","abstract":"

    Expand the width pixels if greater than the current values

    ","parent_name":"GPKGPixelBounds"},"Classes/GPKGPixelBounds.html#/c:objc(cs)GPKGPixelBounds(im)expandHeight:":{"name":"-expandHeight:","abstract":"

    Expand the height pixels if greater than the current values

    ","parent_name":"GPKGPixelBounds"},"Classes/GPKGPixelBounds.html#/c:objc(cs)GPKGPixelBounds(im)expandLength:":{"name":"-expandLength:","abstract":"

    Expand the length pixels in all directions

    ","parent_name":"GPKGPixelBounds"},"Classes/GPKGPixelBounds.html#/c:objc(cs)GPKGPixelBounds(im)width":{"name":"-width","abstract":"

    Get the total pixel width

    ","parent_name":"GPKGPixelBounds"},"Classes/GPKGPixelBounds.html#/c:objc(cs)GPKGPixelBounds(im)height":{"name":"-height","abstract":"

    Get the total pixel height

    ","parent_name":"GPKGPixelBounds"},"Classes/GPKGPixelBounds.html#/c:objc(cs)GPKGPixelBounds(im)area":{"name":"-area","abstract":"

    Get the pixel area

    ","parent_name":"GPKGPixelBounds"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(cm)createWithDatabase:":{"name":"+createWithDatabase:","abstract":"

    Create the DAO

    ","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)setCrsWktExtension:":{"name":"-setCrsWktExtension:","abstract":"

    CRS WKT Extension

    ","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)hasDefinition_12_063":{"name":"-hasDefinition_12_063","abstract":"

    Determine if the SRS table contains the extension definition 12 063","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)hasEpoch":{"name":"-hasEpoch","abstract":"

    Determine if the SRS table contains the extension epoch column for CRS","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)createWgs84":{"name":"-createWgs84","abstract":"

    Creates the required EPSG WGS84 Spatial Reference System (spec","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)createUndefinedCartesian":{"name":"-createUndefinedCartesian","abstract":"

    Creates the required Undefined Cartesian Spatial Reference System (spec","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)createUndefinedGeographic":{"name":"-createUndefinedGeographic","abstract":"

    Creates the required Undefined Geographic Spatial Reference System (spec","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)createWebMercator":{"name":"-createWebMercator","abstract":"

    Creates the Web Mercator Spatial Reference System if it does not already","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)createWgs84Geographical3D":{"name":"-createWgs84Geographical3D","abstract":"

    Creates the required EPSG WGS84 Geographical 3D Spatial Reference System

    ","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)definition_12_063WithSrsId:":{"name":"-definition_12_063WithSrsId:","abstract":"

    Query to get the definition 12 063 value if the extension exists

    ","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)epochWithSrsId:":{"name":"-epochWithSrsId:","abstract":"

    Query to get the epoch value if the extension exists

    ","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)setExtensionWithSrs:":{"name":"-setExtensionWithSrs:","abstract":"

    Query and set the values in the srs object if the extension exists

    ","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)setExtensionWithSrsArray:":{"name":"-setExtensionWithSrsArray:","abstract":"

    Query and set the values in the srs objects if the extension exists

    ","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)updateDefinition_12_063:withSrsId:":{"name":"-updateDefinition_12_063:withSrsId:","abstract":"

    Update the definition 12 063 in the database if the extension exists

    ","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)updateEpoch:withSrsId:":{"name":"-updateEpoch:withSrsId:","abstract":"

    Update the epoch in the database if the extension exists

    ","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)updateExtensionWithSrs:":{"name":"-updateExtensionWithSrs:","abstract":"

    Update the extension if exists

    ","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)srsWithEpsg:":{"name":"-srsWithEpsg:","abstract":"

    Get or Create the Spatial Reference System for the provided epsg

    ","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)srsWithOrganization:andCoordsysId:":{"name":"-srsWithOrganization:andCoordsysId:","abstract":"

    Get or Create the Spatial Reference System for the provided organization","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)srsWithProjection:":{"name":"-srsWithProjection:","abstract":"

    Get or Create the Spatial Reference System from the projection

    ","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)queryForOrganization:andCoordsysId:":{"name":"-queryForOrganization:andCoordsysId:","abstract":"

    Query for the organization coordsys id

    ","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)queryForProjection:":{"name":"-queryForProjection:","abstract":"

    Query for the projection

    ","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)deleteCascade:":{"name":"-deleteCascade:","abstract":"

    Delete the Spatial Reference System, cascading

    ","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)deleteCascadeWithCollection:":{"name":"-deleteCascadeWithCollection:","abstract":"

    Delete the collection of Spatial Reference Systems, cascading

    ","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)deleteCascadeWhere:andWhereArgs:":{"name":"-deleteCascadeWhere:andWhereArgs:","abstract":"

    Delete the Spatial Reference System where, cascading

    ","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)deleteByIdCascade:":{"name":"-deleteByIdCascade:","abstract":"

    Delete the Spatial Reference System by id, cascading

    ","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)deleteIdsCascade:":{"name":"-deleteIdsCascade:","abstract":"

    Delete Spatial Reference Systems by ids, cascading

    ","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)contents:":{"name":"-contents:","abstract":"

    Get Contents referencing the SRS

    ","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)geometryColumns:":{"name":"-geometryColumns:","abstract":"

    Get Geometry Columns referencing the SRS

    ","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystemDao.html#/c:objc(cs)GPKGSpatialReferenceSystemDao(im)tileMatrixSet:":{"name":"-tileMatrixSet:","abstract":"

    Get Tile Matrix Sets referencing the SRS

    ","parent_name":"GPKGSpatialReferenceSystemDao"},"Classes/GPKGSpatialReferenceSystem.html#/c:objc(cs)GPKGSpatialReferenceSystem(py)srsName":{"name":"srsName","abstract":"

    Human readable name of this SRS

    ","parent_name":"GPKGSpatialReferenceSystem"},"Classes/GPKGSpatialReferenceSystem.html#/c:objc(cs)GPKGSpatialReferenceSystem(py)srsId":{"name":"srsId","abstract":"

    Unique identifier for each Spatial Reference System within a GeoPackage

    ","parent_name":"GPKGSpatialReferenceSystem"},"Classes/GPKGSpatialReferenceSystem.html#/c:objc(cs)GPKGSpatialReferenceSystem(py)organization":{"name":"organization","abstract":"

    Case-insensitive name of the defining organization e.g. EPSG or epsg

    ","parent_name":"GPKGSpatialReferenceSystem"},"Classes/GPKGSpatialReferenceSystem.html#/c:objc(cs)GPKGSpatialReferenceSystem(py)organizationCoordsysId":{"name":"organizationCoordsysId","abstract":"

    Numeric ID of the Spatial Reference System assigned by the organization

    ","parent_name":"GPKGSpatialReferenceSystem"},"Classes/GPKGSpatialReferenceSystem.html#/c:objc(cs)GPKGSpatialReferenceSystem(py)definition":{"name":"definition","abstract":"

    Well-known Text Representation of the Spatial Reference System

    ","parent_name":"GPKGSpatialReferenceSystem"},"Classes/GPKGSpatialReferenceSystem.html#/c:objc(cs)GPKGSpatialReferenceSystem(py)theDescription":{"name":"theDescription","abstract":"

    Human readable description of this SRS

    ","parent_name":"GPKGSpatialReferenceSystem"},"Classes/GPKGSpatialReferenceSystem.html#/c:objc(cs)GPKGSpatialReferenceSystem(py)definition_12_063":{"name":"definition_12_063","abstract":"

    Well-known Text extension Representation of the Spatial Reference System

    ","parent_name":"GPKGSpatialReferenceSystem"},"Classes/GPKGSpatialReferenceSystem.html#/c:objc(cs)GPKGSpatialReferenceSystem(py)epoch":{"name":"epoch","abstract":"

    Coordinate epoch

    ","parent_name":"GPKGSpatialReferenceSystem"},"Classes/GPKGSpatialReferenceSystem.html#/c:objc(cs)GPKGSpatialReferenceSystem(im)projection":{"name":"-projection","abstract":"

    Get the projection for the Spatial Reference System

    ","parent_name":"GPKGSpatialReferenceSystem"},"Classes/GPKGSpatialReferenceSystem.html#/c:objc(cs)GPKGSpatialReferenceSystem(im)projectionDefinition":{"name":"-projectionDefinition","abstract":"

    Get the projection definition

    ","parent_name":"GPKGSpatialReferenceSystem"},"Classes/GPKGSpatialReferenceSystem.html#/c:objc(cs)GPKGSpatialReferenceSystem(im)transformationFromProjection:":{"name":"-transformationFromProjection:","abstract":"

    Get the geometry transform from the provided projection to the Spatial","parent_name":"GPKGSpatialReferenceSystem"},"Classes/GPKGSpatialReferenceSystem.html#/c:objc(cs)GPKGSpatialReferenceSystem(im)setEpochValue:":{"name":"-setEpochValue:","abstract":"

    Set the epoch value

    ","parent_name":"GPKGSpatialReferenceSystem"},"Classes/GPKGProperties.html#/c:objc(cs)GPKGProperties(cm)combineBaseProperty:withProperty:":{"name":"+combineBaseProperty:withProperty:","abstract":"

    Combine the base property with the property to create a single combined property

    ","parent_name":"GPKGProperties"},"Classes/GPKGProperties.html#/c:objc(cs)GPKGProperties(cm)valueOfProperty:":{"name":"+valueOfProperty:","abstract":"

    Get the string value of the property

    ","parent_name":"GPKGProperties"},"Classes/GPKGProperties.html#/c:objc(cs)GPKGProperties(cm)valueOfProperty:andRequired:":{"name":"+valueOfProperty:andRequired:","abstract":"

    Get the string value of the property with required option

    ","parent_name":"GPKGProperties"},"Classes/GPKGProperties.html#/c:objc(cs)GPKGProperties(cm)valueOfBaseProperty:andProperty:":{"name":"+valueOfBaseProperty:andProperty:","abstract":"

    Get the string value of the property combined with the base

    ","parent_name":"GPKGProperties"},"Classes/GPKGProperties.html#/c:objc(cs)GPKGProperties(cm)valueOfBaseProperty:andProperty:andRequired:":{"name":"+valueOfBaseProperty:andProperty:andRequired:","abstract":"

    Get the string value of the property combined with the base with required option

    ","parent_name":"GPKGProperties"},"Classes/GPKGProperties.html#/c:objc(cs)GPKGProperties(cm)numberValueOfProperty:":{"name":"+numberValueOfProperty:","abstract":"

    Get the number value of the property

    ","parent_name":"GPKGProperties"},"Classes/GPKGProperties.html#/c:objc(cs)GPKGProperties(cm)numberValueOfProperty:andRequired:":{"name":"+numberValueOfProperty:andRequired:","abstract":"

    Get the number value of the property with required option

    ","parent_name":"GPKGProperties"},"Classes/GPKGProperties.html#/c:objc(cs)GPKGProperties(cm)numberValueOfBaseProperty:andProperty:":{"name":"+numberValueOfBaseProperty:andProperty:","abstract":"

    Get the number value of the property combined with the base

    ","parent_name":"GPKGProperties"},"Classes/GPKGProperties.html#/c:objc(cs)GPKGProperties(cm)numberValueOfBaseProperty:andProperty:andRequired:":{"name":"+numberValueOfBaseProperty:andProperty:andRequired:","abstract":"

    Get the number value of the property combined with the base with required option

    ","parent_name":"GPKGProperties"},"Classes/GPKGProperties.html#/c:objc(cs)GPKGProperties(cm)boolValueOfProperty:":{"name":"+boolValueOfProperty:","abstract":"

    Get the boolean value of the property

    ","parent_name":"GPKGProperties"},"Classes/GPKGProperties.html#/c:objc(cs)GPKGProperties(cm)boolValueOfProperty:andRequired:":{"name":"+boolValueOfProperty:andRequired:","abstract":"

    Get the boolean value of the property with required option

    ","parent_name":"GPKGProperties"},"Classes/GPKGProperties.html#/c:objc(cs)GPKGProperties(cm)boolValueOfBaseProperty:andProperty:":{"name":"+boolValueOfBaseProperty:andProperty:","abstract":"

    Get the boolean value of the property combined with the base

    ","parent_name":"GPKGProperties"},"Classes/GPKGProperties.html#/c:objc(cs)GPKGProperties(cm)boolValueOfBaseProperty:andProperty:andRequired:":{"name":"+boolValueOfBaseProperty:andProperty:andRequired:","abstract":"

    Get the boolean value of the property combined with the base with required option

    ","parent_name":"GPKGProperties"},"Classes/GPKGProperties.html#/c:objc(cs)GPKGProperties(cm)arrayValueOfProperty:":{"name":"+arrayValueOfProperty:","abstract":"

    Get the array value of the property

    ","parent_name":"GPKGProperties"},"Classes/GPKGProperties.html#/c:objc(cs)GPKGProperties(cm)arrayValueOfProperty:andRequired:":{"name":"+arrayValueOfProperty:andRequired:","abstract":"

    Get the array value of the property with required option

    ","parent_name":"GPKGProperties"},"Classes/GPKGProperties.html#/c:objc(cs)GPKGProperties(cm)arrayValueOfBaseProperty:andProperty:":{"name":"+arrayValueOfBaseProperty:andProperty:","abstract":"

    Get the array value of the property combined with the base

    ","parent_name":"GPKGProperties"},"Classes/GPKGProperties.html#/c:objc(cs)GPKGProperties(cm)arrayValueOfBaseProperty:andProperty:andRequired:":{"name":"+arrayValueOfBaseProperty:andProperty:andRequired:","abstract":"

    Get the array value of the property combined with the base with required option

    ","parent_name":"GPKGProperties"},"Classes/GPKGProperties.html#/c:objc(cs)GPKGProperties(cm)dictionaryValueOfProperty:":{"name":"+dictionaryValueOfProperty:","abstract":"

    Get the dictionary value of the property

    ","parent_name":"GPKGProperties"},"Classes/GPKGProperties.html#/c:objc(cs)GPKGProperties(cm)dictionaryValueOfProperty:andRequired:":{"name":"+dictionaryValueOfProperty:andRequired:","abstract":"

    Get the dictionary value of the property with required option

    ","parent_name":"GPKGProperties"},"Classes/GPKGProperties.html#/c:objc(cs)GPKGProperties(cm)dictionaryValueOfBaseProperty:andProperty:":{"name":"+dictionaryValueOfBaseProperty:andProperty:","abstract":"

    Get the dictionary value of the property combined with the base

    ","parent_name":"GPKGProperties"},"Classes/GPKGProperties.html#/c:objc(cs)GPKGProperties(cm)dictionaryValueOfBaseProperty:andProperty:andRequired:":{"name":"+dictionaryValueOfBaseProperty:andProperty:andRequired:","abstract":"

    Get the dictionary value of the property combined with the base with required option

    ","parent_name":"GPKGProperties"},"Classes/GPKGStyleUtils.html#/c:objc(cs)GPKGStyleUtils(cm)setFeatureStyleWithMapPoint:andGeoPackage:andFeature:":{"name":"+setFeatureStyleWithMapPoint:andGeoPackage:andFeature:","abstract":"

    Set the feature row style (icon or style) into the map point

    ","parent_name":"GPKGStyleUtils"},"Classes/GPKGStyleUtils.html#/c:objc(cs)GPKGStyleUtils(cm)setFeatureStyleWithMapPoint:andGeoPackage:andFeature:andIconCache:":{"name":"+setFeatureStyleWithMapPoint:andGeoPackage:andFeature:andIconCache:","abstract":"

    Set the feature row style (icon or style) into the map point

    ","parent_name":"GPKGStyleUtils"},"Classes/GPKGStyleUtils.html#/c:objc(cs)GPKGStyleUtils(cm)setFeatureStyleWithMapPoint:andExtension:andFeature:":{"name":"+setFeatureStyleWithMapPoint:andExtension:andFeature:","abstract":"

    Set the feature row style (icon or style) into the map point

    ","parent_name":"GPKGStyleUtils"},"Classes/GPKGStyleUtils.html#/c:objc(cs)GPKGStyleUtils(cm)setFeatureStyleWithMapPoint:andExtension:andFeature:andIconCache:":{"name":"+setFeatureStyleWithMapPoint:andExtension:andFeature:andIconCache:","abstract":"

    Set the feature row style (icon or style) into the map point

    ","parent_name":"GPKGStyleUtils"},"Classes/GPKGStyleUtils.html#/c:objc(cs)GPKGStyleUtils(cm)setFeatureStyleWithMapPoint:andFeatureStyle:":{"name":"+setFeatureStyleWithMapPoint:andFeatureStyle:","abstract":"

    Set the feature style (icon or style) into the map point

    ","parent_name":"GPKGStyleUtils"},"Classes/GPKGStyleUtils.html#/c:objc(cs)GPKGStyleUtils(cm)setFeatureStyleWithMapPoint:andFeatureStyle:andIconCache:":{"name":"+setFeatureStyleWithMapPoint:andFeatureStyle:andIconCache:","abstract":"

    Set the feature style (icon or style) into the map point

    ","parent_name":"GPKGStyleUtils"},"Classes/GPKGStyleUtils.html#/c:objc(cs)GPKGStyleUtils(cm)setIconWithMapPoint:andIcon:":{"name":"+setIconWithMapPoint:andIcon:","abstract":"

    Set the icon into the map point

    ","parent_name":"GPKGStyleUtils"},"Classes/GPKGStyleUtils.html#/c:objc(cs)GPKGStyleUtils(cm)setIconWithMapPoint:andIcon:andIconCache:":{"name":"+setIconWithMapPoint:andIcon:andIconCache:","abstract":"

    Set the icon into the map point

    ","parent_name":"GPKGStyleUtils"},"Classes/GPKGStyleUtils.html#/c:objc(cs)GPKGStyleUtils(cm)createIconImageWithIcon:":{"name":"+createIconImageWithIcon:","abstract":"

    Create the icon image

    ","parent_name":"GPKGStyleUtils"},"Classes/GPKGStyleUtils.html#/c:objc(cs)GPKGStyleUtils(cm)createIconImageWithIcon:andIconCache:":{"name":"+createIconImageWithIcon:andIconCache:","abstract":"

    Create the icon image

    ","parent_name":"GPKGStyleUtils"},"Classes/GPKGStyleUtils.html#/c:objc(cs)GPKGStyleUtils(cm)setStyleWithMapPoint:andStyle:":{"name":"+setStyleWithMapPoint:andStyle:","abstract":"

    Set the style into the marker point

    ","parent_name":"GPKGStyleUtils"},"Classes/GPKGStyleUtils.html#/c:objc(cs)GPKGStyleUtils(cm)setFeatureStyleWithPolyline:andGeoPackage:andFeature:":{"name":"+setFeatureStyleWithPolyline:andGeoPackage:andFeature:","abstract":"

    Set the feature row style into the polyline

    ","parent_name":"GPKGStyleUtils"},"Classes/GPKGStyleUtils.html#/c:objc(cs)GPKGStyleUtils(cm)setFeatureStyleWithPolyline:andExtension:andFeature:":{"name":"+setFeatureStyleWithPolyline:andExtension:andFeature:","abstract":"

    Set the feature row style into the polyline

    ","parent_name":"GPKGStyleUtils"},"Classes/GPKGStyleUtils.html#/c:objc(cs)GPKGStyleUtils(cm)setFeatureStyleWithPolyline:andFeatureStyle:":{"name":"+setFeatureStyleWithPolyline:andFeatureStyle:","abstract":"

    Set the feature style into the polyline

    ","parent_name":"GPKGStyleUtils"},"Classes/GPKGStyleUtils.html#/c:objc(cs)GPKGStyleUtils(cm)setStyleWithPolyline:andStyle:":{"name":"+setStyleWithPolyline:andStyle:","abstract":"

    Set the style into the polyline

    ","parent_name":"GPKGStyleUtils"},"Classes/GPKGStyleUtils.html#/c:objc(cs)GPKGStyleUtils(cm)setFeatureStyleWithPolygon:andGeoPackage:andFeature:":{"name":"+setFeatureStyleWithPolygon:andGeoPackage:andFeature:","abstract":"

    Set the feature row style into the polygon

    ","parent_name":"GPKGStyleUtils"},"Classes/GPKGStyleUtils.html#/c:objc(cs)GPKGStyleUtils(cm)setFeatureStyleWithPolygon:andExtension:andFeature:":{"name":"+setFeatureStyleWithPolygon:andExtension:andFeature:","abstract":"

    Set the feature row style into the polygon

    ","parent_name":"GPKGStyleUtils"},"Classes/GPKGStyleUtils.html#/c:objc(cs)GPKGStyleUtils(cm)setFeatureStyleWithPolygon:andFeatureStyle:":{"name":"+setFeatureStyleWithPolygon:andFeatureStyle:","abstract":"

    Set the feature style into the polygon

    ","parent_name":"GPKGStyleUtils"},"Classes/GPKGStyleUtils.html#/c:objc(cs)GPKGStyleUtils(cm)setStyleWithPolygon:andStyle:":{"name":"+setStyleWithPolygon:andStyle:","abstract":"

    Set the style into the polygon

    ","parent_name":"GPKGStyleUtils"},"Classes/GPKGStyleCache.html#/c:objc(cs)GPKGStyleCache(im)initWithGeoPackage:":{"name":"-initWithGeoPackage:","abstract":"

    Initialize

    ","parent_name":"GPKGStyleCache"},"Classes/GPKGStyleCache.html#/c:objc(cs)GPKGStyleCache(im)initWithGeoPackage:andIconCacheSize:":{"name":"-initWithGeoPackage:andIconCacheSize:","abstract":"

    Initialize

    ","parent_name":"GPKGStyleCache"},"Classes/GPKGStyleCache.html#/c:objc(cs)GPKGStyleCache(im)initWithExtension:":{"name":"-initWithExtension:","abstract":"

    Initialize

    ","parent_name":"GPKGStyleCache"},"Classes/GPKGStyleCache.html#/c:objc(cs)GPKGStyleCache(im)initWithExtension:andIconCacheSize:":{"name":"-initWithExtension:andIconCacheSize:","abstract":"

    Initialize

    ","parent_name":"GPKGStyleCache"},"Classes/GPKGStyleCache.html#/c:objc(cs)GPKGStyleCache(im)clear":{"name":"-clear","abstract":"

    Clear the cache

    ","parent_name":"GPKGStyleCache"},"Classes/GPKGStyleCache.html#/c:objc(cs)GPKGStyleCache(im)featureStyleExtension":{"name":"-featureStyleExtension","abstract":"

    Get the feature style extension

    ","parent_name":"GPKGStyleCache"},"Classes/GPKGStyleCache.html#/c:objc(cs)GPKGStyleCache(im)setFeatureStyleWithMapPoint:andFeature:":{"name":"-setFeatureStyleWithMapPoint:andFeature:","abstract":"

    Set the feature row style (icon or style) into the map point

    ","parent_name":"GPKGStyleCache"},"Classes/GPKGStyleCache.html#/c:objc(cs)GPKGStyleCache(im)setFeatureStyleWithMapPoint:andFeatureStyle:":{"name":"-setFeatureStyleWithMapPoint:andFeatureStyle:","abstract":"

    Set the feature style (icon or style) into the marker options

    ","parent_name":"GPKGStyleCache"},"Classes/GPKGStyleCache.html#/c:objc(cs)GPKGStyleCache(im)setIconWithMapPoint:andIcon:":{"name":"-setIconWithMapPoint:andIcon:","abstract":"

    Set the icon into the marker options

    ","parent_name":"GPKGStyleCache"},"Classes/GPKGStyleCache.html#/c:objc(cs)GPKGStyleCache(im)createIconImageWithIcon:":{"name":"-createIconImageWithIcon:","abstract":"

    Create the icon bitmap

    ","parent_name":"GPKGStyleCache"},"Classes/GPKGStyleCache.html#/c:objc(cs)GPKGStyleCache(im)setStyleWithMapPoint:andStyle:":{"name":"-setStyleWithMapPoint:andStyle:","abstract":"

    Set the style into the marker options

    ","parent_name":"GPKGStyleCache"},"Classes/GPKGStyleCache.html#/c:objc(cs)GPKGStyleCache(im)setFeatureStyleWithPolyline:andFeature:":{"name":"-setFeatureStyleWithPolyline:andFeature:","abstract":"

    Set the feature row style into the polyline

    ","parent_name":"GPKGStyleCache"},"Classes/GPKGStyleCache.html#/c:objc(cs)GPKGStyleCache(im)setFeatureStyleWithPolyline:andFeatureStyle:":{"name":"-setFeatureStyleWithPolyline:andFeatureStyle:","abstract":"

    Set the feature style into the polyline

    ","parent_name":"GPKGStyleCache"},"Classes/GPKGStyleCache.html#/c:objc(cs)GPKGStyleCache(im)setStyleWithPolyline:andStyle:":{"name":"-setStyleWithPolyline:andStyle:","abstract":"

    Set the style into the polyline

    ","parent_name":"GPKGStyleCache"},"Classes/GPKGStyleCache.html#/c:objc(cs)GPKGStyleCache(im)setFeatureStyleWithPolygon:andFeature:":{"name":"-setFeatureStyleWithPolygon:andFeature:","abstract":"

    Set the feature row style into the polygon

    ","parent_name":"GPKGStyleCache"},"Classes/GPKGStyleCache.html#/c:objc(cs)GPKGStyleCache(im)setFeatureStyleWithPolygon:andFeatureStyle:":{"name":"-setFeatureStyleWithPolygon:andFeatureStyle:","abstract":"

    Set the feature style into the polygon

    ","parent_name":"GPKGStyleCache"},"Classes/GPKGStyleCache.html#/c:objc(cs)GPKGStyleCache(im)setStyleWithPolygon:andStyle:":{"name":"-setStyleWithPolygon:andStyle:","abstract":"

    Set the style into the polygon

    ","parent_name":"GPKGStyleCache"},"Classes/GPKGFeatureInfoBuilder.html#/c:objc(cs)GPKGFeatureInfoBuilder(py)name":{"name":"name","abstract":"

    Table name used when building text

    ","parent_name":"GPKGFeatureInfoBuilder"},"Classes/GPKGFeatureInfoBuilder.html#/c:objc(cs)GPKGFeatureInfoBuilder(py)maxPointDetailedInfo":{"name":"maxPointDetailedInfo","abstract":"

    Max number of points clicked to return detailed information about

    ","parent_name":"GPKGFeatureInfoBuilder"},"Classes/GPKGFeatureInfoBuilder.html#/c:objc(cs)GPKGFeatureInfoBuilder(py)maxFeatureDetailedInfo":{"name":"maxFeatureDetailedInfo","abstract":"

    Max number of features clicked to return detailed information about

    ","parent_name":"GPKGFeatureInfoBuilder"},"Classes/GPKGFeatureInfoBuilder.html#/c:objc(cs)GPKGFeatureInfoBuilder(py)detailedInfoPrintPoints":{"name":"detailedInfoPrintPoints","abstract":"

    Print Point geometries within detailed info when true

    ","parent_name":"GPKGFeatureInfoBuilder"},"Classes/GPKGFeatureInfoBuilder.html#/c:objc(cs)GPKGFeatureInfoBuilder(py)detailedInfoPrintFeatures":{"name":"detailedInfoPrintFeatures","abstract":"

    Print Feature geometries within detailed info when true

    ","parent_name":"GPKGFeatureInfoBuilder"},"Classes/GPKGFeatureInfoBuilder.html#/c:objc(cs)GPKGFeatureInfoBuilder(im)initWithFeatureDao:":{"name":"-initWithFeatureDao:","abstract":"

    Initializer

    ","parent_name":"GPKGFeatureInfoBuilder"},"Classes/GPKGFeatureInfoBuilder.html#/c:objc(cs)GPKGFeatureInfoBuilder(im)initWithFeatureDao:andStyles:":{"name":"-initWithFeatureDao:andStyles:","abstract":"

    Initializer

    ","parent_name":"GPKGFeatureInfoBuilder"},"Classes/GPKGFeatureInfoBuilder.html#/c:objc(cs)GPKGFeatureInfoBuilder(im)geometryType":{"name":"-geometryType","abstract":"

    Get the geometry type

    ","parent_name":"GPKGFeatureInfoBuilder"},"Classes/GPKGFeatureInfoBuilder.html#/c:objc(cs)GPKGFeatureInfoBuilder(im)ignoreGeometryType:":{"name":"-ignoreGeometryType:","abstract":"

    Add a geomtetry type to ignore

    ","parent_name":"GPKGFeatureInfoBuilder"},"Classes/GPKGFeatureInfoBuilder.html#/c:objc(cs)GPKGFeatureInfoBuilder(im)buildResultsInfoMessageAndCloseWithFeatureIndexResults:":{"name":"-buildResultsInfoMessageAndCloseWithFeatureIndexResults:","abstract":"

    Build a feature results information message and close the results

    ","parent_name":"GPKGFeatureInfoBuilder"},"Classes/GPKGFeatureInfoBuilder.html#/c:objc(cs)GPKGFeatureInfoBuilder(im)buildResultsInfoMessageAndCloseWithFeatureIndexResults:andProjection:":{"name":"-buildResultsInfoMessageAndCloseWithFeatureIndexResults:andProjection:","abstract":"

    Build a feature results information message and close the results

    ","parent_name":"GPKGFeatureInfoBuilder"},"Classes/GPKGFeatureInfoBuilder.html#/c:objc(cs)GPKGFeatureInfoBuilder(im)buildResultsInfoMessageAndCloseWithFeatureIndexResults:andTolerance:andPoint:":{"name":"-buildResultsInfoMessageAndCloseWithFeatureIndexResults:andTolerance:andPoint:","abstract":"

    Build a feature results information message

    ","parent_name":"GPKGFeatureInfoBuilder"},"Classes/GPKGFeatureInfoBuilder.html#/c:objc(cs)GPKGFeatureInfoBuilder(im)buildResultsInfoMessageAndCloseWithFeatureIndexResults:andTolerance:andPoint:andProjection:":{"name":"-buildResultsInfoMessageAndCloseWithFeatureIndexResults:andTolerance:andPoint:andProjection:","abstract":"

    Build a feature results information message

    ","parent_name":"GPKGFeatureInfoBuilder"},"Classes/GPKGFeatureInfoBuilder.html#/c:objc(cs)GPKGFeatureInfoBuilder(im)buildResultsInfoMessageAndCloseWithFeatureIndexResults:andTolerance:andLocationCoordinate:":{"name":"-buildResultsInfoMessageAndCloseWithFeatureIndexResults:andTolerance:andLocationCoordinate:","abstract":"

    Build a feature results information message

    ","parent_name":"GPKGFeatureInfoBuilder"},"Classes/GPKGFeatureInfoBuilder.html#/c:objc(cs)GPKGFeatureInfoBuilder(im)buildResultsInfoMessageAndCloseWithFeatureIndexResults:andTolerance:andLocationCoordinate:andProjection:":{"name":"-buildResultsInfoMessageAndCloseWithFeatureIndexResults:andTolerance:andLocationCoordinate:andProjection:","abstract":"

    Build a feature results information message

    ","parent_name":"GPKGFeatureInfoBuilder"},"Classes/GPKGFeatureInfoBuilder.html#/c:objc(cs)GPKGFeatureInfoBuilder(im)buildResultsInfoMessageAndCloseWithFeatureIndexResults:andTolerance:andLocationCoordinate:andScale:andZoom:andMapView:andScreenPercentage:":{"name":"-buildResultsInfoMessageAndCloseWithFeatureIndexResults:andTolerance:andLocationCoordinate:andScale:andZoom:andMapView:andScreenPercentage:","abstract":"

    Build a feature results information message

    ","parent_name":"GPKGFeatureInfoBuilder"},"Classes/GPKGFeatureInfoBuilder.html#/c:objc(cs)GPKGFeatureInfoBuilder(im)buildResultsInfoMessageAndCloseWithFeatureIndexResults:andTolerance:andLocationCoordinate:andScale:andZoom:andMapView:andScreenPercentage:andProjection:":{"name":"-buildResultsInfoMessageAndCloseWithFeatureIndexResults:andTolerance:andLocationCoordinate:andScale:andZoom:andMapView:andScreenPercentage:andProjection:","abstract":"

    Build a feature results information message

    ","parent_name":"GPKGFeatureInfoBuilder"},"Classes/GPKGFeatureInfoBuilder.html#/c:objc(cs)GPKGFeatureInfoBuilder(im)buildTableDataAndCloseWithFeatureIndexResults:andTolerance:andPoint:":{"name":"-buildTableDataAndCloseWithFeatureIndexResults:andTolerance:andPoint:","abstract":"

    Build feature table data results

    ","parent_name":"GPKGFeatureInfoBuilder"},"Classes/GPKGFeatureInfoBuilder.html#/c:objc(cs)GPKGFeatureInfoBuilder(im)buildTableDataAndCloseWithFeatureIndexResults:andTolerance:andPoint:andProjection:":{"name":"-buildTableDataAndCloseWithFeatureIndexResults:andTolerance:andPoint:andProjection:","abstract":"

    Build feature table data results

    ","parent_name":"GPKGFeatureInfoBuilder"},"Classes/GPKGFeatureInfoBuilder.html#/c:objc(cs)GPKGFeatureInfoBuilder(im)buildTableDataAndCloseWithFeatureIndexResults:andTolerance:andLocationCoordinate:":{"name":"-buildTableDataAndCloseWithFeatureIndexResults:andTolerance:andLocationCoordinate:","abstract":"

    Build feature table data results

    ","parent_name":"GPKGFeatureInfoBuilder"},"Classes/GPKGFeatureInfoBuilder.html#/c:objc(cs)GPKGFeatureInfoBuilder(im)buildTableDataAndCloseWithFeatureIndexResults:andTolerance:andLocationCoordinate:andProjection:":{"name":"-buildTableDataAndCloseWithFeatureIndexResults:andTolerance:andLocationCoordinate:andProjection:","abstract":"

    Build feature table data results

    ","parent_name":"GPKGFeatureInfoBuilder"},"Classes/GPKGFeatureInfoBuilder.html#/c:objc(cs)GPKGFeatureInfoBuilder(im)buildTableDataAndCloseWithFeatureIndexResults:andTolerance:andLocationCoordinate:andScale:andZoom:andMapView:andScreenPercentage:":{"name":"-buildTableDataAndCloseWithFeatureIndexResults:andTolerance:andLocationCoordinate:andScale:andZoom:andMapView:andScreenPercentage:","abstract":"

    Build a feature table data results

    ","parent_name":"GPKGFeatureInfoBuilder"},"Classes/GPKGFeatureInfoBuilder.html#/c:objc(cs)GPKGFeatureInfoBuilder(im)buildTableDataAndCloseWithFeatureIndexResults:andTolerance:andLocationCoordinate:andScale:andZoom:andMapView:andScreenPercentage:andProjection:":{"name":"-buildTableDataAndCloseWithFeatureIndexResults:andTolerance:andLocationCoordinate:andScale:andZoom:andMapView:andScreenPercentage:andProjection:","abstract":"

    Build a feature table data results

    ","parent_name":"GPKGFeatureInfoBuilder"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)currentZoomWithMapView:":{"name":"+currentZoomWithMapView:","abstract":"

    Get the current zoom level of the map view

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)currentRoundedZoomWithMapView:":{"name":"+currentRoundedZoomWithMapView:","abstract":"

    Get the current rounded zoom level of the map view

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceDistanceInMapView:":{"name":"+toleranceDistanceInMapView:","abstract":"

    Get the tolerance distance meters in the current region of the visible map view.","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceDistanceWithWidth:andHeight:andBoundingBox:inProjection:":{"name":"+toleranceDistanceWithWidth:andHeight:andBoundingBox:inProjection:","abstract":"

    Get the tolerance distance meters in the current region of the visible map projected bounds.","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceDistanceWithWidth:andHeight:andBoundingBox:":{"name":"+toleranceDistanceWithWidth:andHeight:andBoundingBox:","abstract":"

    Get the tolerance distance meters in the current region of the visible map bounds.","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)wgs84BoundingBoxOfBoundingBox:inProjection:":{"name":"+wgs84BoundingBoxOfBoundingBox:inProjection:","abstract":"

    Get a WGS84 Bounding Box from a projected bounding box

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)boundingBoxOfMapView:":{"name":"+boundingBoxOfMapView:","abstract":"

    Get the WGS84 bounding box of the current map view screen.","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickLocationBoundingBoxWithCGPoint:andMapView:andScreenPercentage:":{"name":"+buildClickLocationBoundingBoxWithCGPoint:andMapView:andScreenPercentage:","abstract":"

    Build a location bounding box using the click location, map view, and screen percentage tolerance.","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickLocationBoundingBoxWithCGPoint:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+buildClickLocationBoundingBoxWithCGPoint:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Build a location bounding box using the click location, pixel bounds, map view, and screen percentage tolerance.","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickLocationBoundingBoxWithCGPoint:andZoom:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+buildClickLocationBoundingBoxWithCGPoint:andZoom:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Build a location bounding box using the click location, zoom level, pixel bounds, map view, and screen percentage tolerance.","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickLocationBoundingBoxWithCGPoint:andScale:andZoom:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+buildClickLocationBoundingBoxWithCGPoint:andScale:andZoom:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Build a location bounding box using the click location, scale factor, zoom level, pixel bounds, map view, and screen percentage tolerance.","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickLocationBoundingBoxWithLocationCoordinate:andMapView:andScreenPercentage:":{"name":"+buildClickLocationBoundingBoxWithLocationCoordinate:andMapView:andScreenPercentage:","abstract":"

    Build a location bounding box using the click location, scale factor, zoom level, pixel bounds, map view, and screen percentage tolerance.","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickLocationBoundingBoxWithLocationCoordinate:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+buildClickLocationBoundingBoxWithLocationCoordinate:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Build a location bounding box using the click location, scale factor, zoom level, pixel bounds, map view, and screen percentage tolerance.","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickLocationBoundingBoxWithLocationCoordinate:andZoom:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+buildClickLocationBoundingBoxWithLocationCoordinate:andZoom:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Build a location bounding box using the click location, scale factor, zoom level, pixel bounds, map view, and screen percentage tolerance.","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickLocationBoundingBoxWithLocationCoordinate:andScale:andZoom:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+buildClickLocationBoundingBoxWithLocationCoordinate:andScale:andZoom:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Build a location bounding box using the click location, scale factor, zoom level, pixel bounds, map view, and screen percentage tolerance.","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickBoundingBoxWithMapPoint:andMapView:andScreenPercentage:":{"name":"+buildClickBoundingBoxWithMapPoint:andMapView:andScreenPercentage:","abstract":"

    Build a bounding box using the map point click location and map view that can be used to query for features

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickBoundingBoxWithMapPoint:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+buildClickBoundingBoxWithMapPoint:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Build a bounding box using the map point click location and map view that can be used to query for features

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickBoundingBoxWithMapPoint:andZoom:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+buildClickBoundingBoxWithMapPoint:andZoom:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Build a bounding box using the map point click location and map view that can be used to query for features

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickBoundingBoxWithMapPoint:andScale:andZoom:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+buildClickBoundingBoxWithMapPoint:andScale:andZoom:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Build a bounding box using the map point click location and map view that can be used to query for features

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickBoundingBoxWithMKMapPoint:andMapView:andScreenPercentage:":{"name":"+buildClickBoundingBoxWithMKMapPoint:andMapView:andScreenPercentage:","abstract":"

    Build a bounding box using the mapkit map point click location and map view that can be used to query for features

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickBoundingBoxWithPoint:andMapView:andScreenPercentage:":{"name":"+buildClickBoundingBoxWithPoint:andMapView:andScreenPercentage:","abstract":"

    Build a bounding box using the point click location and map view that can be used to query for features

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickBoundingBoxWithPoint:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+buildClickBoundingBoxWithPoint:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Build a bounding box using the point click location and map view that can be used to query for features

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickBoundingBoxWithPoint:andZoom:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+buildClickBoundingBoxWithPoint:andZoom:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Build a bounding box using the point click location and map view that can be used to query for features

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickBoundingBoxWithPoint:andScale:andZoom:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+buildClickBoundingBoxWithPoint:andScale:andZoom:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Build a bounding box using the point click location and map view that can be used to query for features

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickBoundingBoxWithLocationCoordinate:andMapView:andScreenPercentage:":{"name":"+buildClickBoundingBoxWithLocationCoordinate:andMapView:andScreenPercentage:","abstract":"

    Build a bounding box using the location coordinate click location and map view that can be used to query for features

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickBoundingBoxWithLocationCoordinate:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+buildClickBoundingBoxWithLocationCoordinate:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Build a bounding box using the location coordinate click location and map view that can be used to query for features

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickBoundingBoxWithLocationCoordinate:andZoom:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+buildClickBoundingBoxWithLocationCoordinate:andZoom:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Build a bounding box using the location coordinate click location and map view that can be used to query for features

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickBoundingBoxWithLocationCoordinate:andScale:andZoom:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+buildClickBoundingBoxWithLocationCoordinate:andScale:andZoom:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Build a bounding box using the location coordinate click location and map view that can be used to query for features

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickBoundingBoxWithCGPoint:andMapView:andScreenPercentage:":{"name":"+buildClickBoundingBoxWithCGPoint:andMapView:andScreenPercentage:","abstract":"

    Build a bounding box using the cg point click location and map view that can be used to query for features

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickBoundingBoxWithCGPoint:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+buildClickBoundingBoxWithCGPoint:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Build a bounding box using the cg point click location and map view that can be used to query for features

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickBoundingBoxWithCGPoint:andZoom:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+buildClickBoundingBoxWithCGPoint:andZoom:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Build a bounding box using the cg point click location and map view that can be used to query for features

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickBoundingBoxWithCGPoint:andScale:andZoom:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+buildClickBoundingBoxWithCGPoint:andScale:andZoom:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Build a bounding box using the cg point click location and map view that can be used to query for features

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickBoundingBoxWithLocationBoundingBox:":{"name":"+buildClickBoundingBoxWithLocationBoundingBox:","abstract":"

    Build a bounding box using the click location

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickLocationBoundingBoxWithLocationCoordinate:andMapBounds:andScreenPercentage:":{"name":"+buildClickLocationBoundingBoxWithLocationCoordinate:andMapBounds:andScreenPercentage:","abstract":"

    Build a location bounding box using the location coordinate click location and map view bounds

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)buildClickBoundingBoxWithLocationCoordinate:andMapBounds:andScreenPercentage:":{"name":"+buildClickBoundingBoxWithLocationCoordinate:andMapBounds:andScreenPercentage:","abstract":"

    Build a bounding box using the location coordinate click location and map view bounds

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceWithPoint:andMapView:andScreenPercentage:":{"name":"+toleranceWithPoint:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance meters and screen pixels from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceWithPoint:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+toleranceWithPoint:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance meters and screen pixels from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceWithPoint:andZoom:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+toleranceWithPoint:andZoom:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance meters and screen pixels from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceWithPoint:andScale:andZoom:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+toleranceWithPoint:andScale:andZoom:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance meters and screen pixels from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceWithLocationCoordinate:andMapView:andScreenPercentage:":{"name":"+toleranceWithLocationCoordinate:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance meters and screen pixels from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceWithLocationCoordinate:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+toleranceWithLocationCoordinate:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance meters and screen pixels from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceWithLocationCoordinate:andZoom:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+toleranceWithLocationCoordinate:andZoom:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance meters and screen pixels from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceWithLocationCoordinate:andScale:andZoom:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+toleranceWithLocationCoordinate:andScale:andZoom:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance meters and screen pixels from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceWithLocationCoordinate:andBoundingBox:andMapView:andScreenPercentage:":{"name":"+toleranceWithLocationCoordinate:andBoundingBox:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance meters and screen pixels from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceWithCGPoint:andMapView:andScreenPercentage:":{"name":"+toleranceWithCGPoint:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance meters and screen pixels from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceWithCGPoint:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+toleranceWithCGPoint:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance meters and screen pixels from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceWithCGPoint:andZoom:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+toleranceWithCGPoint:andZoom:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance meters and screen pixels from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceWithCGPoint:andScale:andZoom:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+toleranceWithCGPoint:andScale:andZoom:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance meters and screen pixels from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceWithCGPoint:andBoundingBox:andMapView:andScreenPercentage:":{"name":"+toleranceWithCGPoint:andBoundingBox:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance meters and screen pixels from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceWithLocationCoordinate:andBoundingBox:":{"name":"+toleranceWithLocationCoordinate:andBoundingBox:","abstract":"

    Get the allowable tolerance distance meters and default screen pixels from the click bounding box

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceDistanceWithPoint:andMapView:andScreenPercentage:":{"name":"+toleranceDistanceWithPoint:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance in meters from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceDistanceWithPoint:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+toleranceDistanceWithPoint:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance in meters from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceDistanceWithPoint:andZoom:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+toleranceDistanceWithPoint:andZoom:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance in meters from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceDistanceWithPoint:andScale:andZoom:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+toleranceDistanceWithPoint:andScale:andZoom:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance in meters from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceDistanceWithLocationCoordinate:andMapView:andScreenPercentage:":{"name":"+toleranceDistanceWithLocationCoordinate:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance in meters from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceDistanceWithLocationCoordinate:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+toleranceDistanceWithLocationCoordinate:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance in meters from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceDistanceWithLocationCoordinate:andZoom:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+toleranceDistanceWithLocationCoordinate:andZoom:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance in meters from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceDistanceWithLocationCoordinate:andScale:andZoom:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+toleranceDistanceWithLocationCoordinate:andScale:andZoom:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance in meters from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceDistanceWithCGPoint:andMapView:andScreenPercentage:":{"name":"+toleranceDistanceWithCGPoint:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance in meters from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceDistanceWithCGPoint:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+toleranceDistanceWithCGPoint:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance in meters from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceDistanceWithCGPoint:andZoom:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+toleranceDistanceWithCGPoint:andZoom:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance in meters from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceDistanceWithCGPoint:andScale:andZoom:andPixelBounds:andMapView:andScreenPercentage:":{"name":"+toleranceDistanceWithCGPoint:andScale:andZoom:andPixelBounds:andMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance distance in meters from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceDistanceWithCGPoint:andBoundingBox:andMapView:":{"name":"+toleranceDistanceWithCGPoint:andBoundingBox:andMapView:","abstract":"

    Get the allowable tolerance distance in meters from the click bounding box

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceDistanceWithLocationCoordinate:andBoundingBox:":{"name":"+toleranceDistanceWithLocationCoordinate:andBoundingBox:","abstract":"

    Get the allowable tolerance distance in meters from the click bounding box

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)toleranceScreenWithMapView:andScreenPercentage:":{"name":"+toleranceScreenWithMapView:andScreenPercentage:","abstract":"

    Get the allowable tolerance screen pixels from the click location on the map view and map with the screen percentage tolerance.

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)complementaryWorldPathOfPolyline:":{"name":"+complementaryWorldPathOfPolyline:","abstract":"

    If the polyline spans the -180 / 180 longitude, builds the complementary path.","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)complementaryWorldPathOfPolygon:":{"name":"+complementaryWorldPathOfPolygon:","abstract":"

    If the polygon spans the -180 / 180 longitude, builds the complementary path.","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)complementaryWorldPathOfMultiPoint:":{"name":"+complementaryWorldPathOfMultiPoint:","abstract":"

    If the multi point spans the -180 / 180 longitude, builds the complementary path.","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)complementaryWorldPathOfPoints:andPointCount:":{"name":"+complementaryWorldPathOfPoints:andPointCount:","abstract":"

    If the points span the -180 / 180 longitude, builds the complementary path.","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)isLocation:onShape:withTolerance:":{"name":"+isLocation:onShape:withTolerance:","abstract":"

    Is the location on or near the shape

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)isLocation:nearMapPoint:withTolerance:":{"name":"+isLocation:nearMapPoint:withTolerance:","abstract":"

    Is the location near the map point

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)isLocation:nearLocation:withTolerance:":{"name":"+isLocation:nearLocation:withTolerance:","abstract":"

    Is the location near the other location

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)isLocation:nearMultiPoint:withTolerance:":{"name":"+isLocation:nearMultiPoint:withTolerance:","abstract":"

    Is the location near the multi point

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)isLocation:onPolyline:withTolerance:":{"name":"+isLocation:onPolyline:withTolerance:","abstract":"

    Is the location on the polyline

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)isLocation:onMultiPolyline:withTolerance:":{"name":"+isLocation:onMultiPolyline:withTolerance:","abstract":"

    Is the location on the multi polyline

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)isLocation:onPolygon:withTolerance:":{"name":"+isLocation:onPolygon:withTolerance:","abstract":"

    Is the location on the polygon

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)isLocation:onMultiPolygon:withTolerance:":{"name":"+isLocation:onMultiPolygon:withTolerance:","abstract":"

    Is the location on the polygon

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)distanceIfLocation:onShape:withTolerance:":{"name":"+distanceIfLocation:onShape:withTolerance:","abstract":"

    Is the location on or near the shape, returning the distance when on the shape

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)distanceIfLocation:nearMapPoint:withTolerance:":{"name":"+distanceIfLocation:nearMapPoint:withTolerance:","abstract":"

    Is the location near the map point, returning the distance when on point

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)distanceIfLocation:nearLocation:withTolerance:":{"name":"+distanceIfLocation:nearLocation:withTolerance:","abstract":"

    Is the location near the other location, returning the distance when on location

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapUtils.html#/c:objc(cs)GPKGMapUtils(cm)distanceIfLocation:nearMultiPoint:withTolerance:":{"name":"+distanceIfLocation:nearMultiPoint:withTolerance:","abstract":"

    Is the location near the multi point, returning the nearest distance when on multi point

    ","parent_name":"GPKGMapUtils"},"Classes/GPKGMapTolerance.html#/c:objc(cs)GPKGMapTolerance(py)distance":{"name":"distance","abstract":"

    Distance tolerance in meters

    ","parent_name":"GPKGMapTolerance"},"Classes/GPKGMapTolerance.html#/c:objc(cs)GPKGMapTolerance(py)screen":{"name":"screen","abstract":"

    Screen tolerance in pixels

    ","parent_name":"GPKGMapTolerance"},"Classes/GPKGMapTolerance.html#/c:objc(cs)GPKGMapTolerance(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGMapTolerance"},"Classes/GPKGMapTolerance.html#/c:objc(cs)GPKGMapTolerance(im)initWithDistance:andScreen:":{"name":"-initWithDistance:andScreen:","abstract":"

    Initialize

    ","parent_name":"GPKGMapTolerance"},"Classes/GPKGNetworkUtils.html#/c:objc(cs)GPKGNetworkUtils(cm)sendSynchronousRequest:returningResponse:error:":{"name":"+sendSynchronousRequest:returningResponse:error:","abstract":"

    Send a synchronous network request

    ","parent_name":"GPKGNetworkUtils"},"Classes/GPKGNetworkUtils.html#/c:objc(cs)GPKGNetworkUtils(cm)sendSynchronousWithRedirectsRequest:withUrl:":{"name":"+sendSynchronousWithRedirectsRequest:withUrl:","abstract":"

    Send a synchronous network request with attempted redirect response updated request

    ","parent_name":"GPKGNetworkUtils"},"Classes/GPKGImageConverter.html#/c:objc(cs)GPKGImageConverter(cm)toImage:":{"name":"+toImage:","abstract":"

    Decode the byte data to an image

    ","parent_name":"GPKGImageConverter"},"Classes/GPKGImageConverter.html#/c:objc(cs)GPKGImageConverter(cm)toImage:withScale:":{"name":"+toImage:withScale:","abstract":"

    Decode the byte data to an image with scale

    ","parent_name":"GPKGImageConverter"},"Classes/GPKGImageConverter.html#/c:objc(cs)GPKGImageConverter(cm)toData:andFormat:":{"name":"+toData:andFormat:","abstract":"

    Compress the image to byte data

    ","parent_name":"GPKGImageConverter"},"Classes/GPKGImageConverter.html#/c:objc(cs)GPKGImageConverter(cm)toData:andFormat:andQuality:":{"name":"+toData:andFormat:andQuality:","abstract":"

    Compress the image to byte data with quality

    ","parent_name":"GPKGImageConverter"},"Classes/GPKGIOUtils.html#/c:objc(cs)GPKGIOUtils(cm)propertyListPathWithName:":{"name":"+propertyListPathWithName:","abstract":"

    Get the path of the property list file with name

    ","parent_name":"GPKGIOUtils"},"Classes/GPKGIOUtils.html#/c:objc(cs)GPKGIOUtils(cm)resourcePathWithName:andType:":{"name":"+resourcePathWithName:andType:","abstract":"

    Get the path of the resource file with name and file type

    ","parent_name":"GPKGIOUtils"},"Classes/GPKGIOUtils.html#/c:objc(cs)GPKGIOUtils(cm)documentsDirectory":{"name":"+documentsDirectory","abstract":"

    Get the documents directory path

    ","parent_name":"GPKGIOUtils"},"Classes/GPKGIOUtils.html#/c:objc(cs)GPKGIOUtils(cm)documentsDirectoryWithSubDirectory:":{"name":"+documentsDirectoryWithSubDirectory:","abstract":"

    Get a sub directory path within the document directory

    ","parent_name":"GPKGIOUtils"},"Classes/GPKGIOUtils.html#/c:objc(cs)GPKGIOUtils(cm)geoPackageDirectory":{"name":"+geoPackageDirectory","abstract":"

    Get the GeoPackage directory path for saving GeoPackage related files

    ","parent_name":"GPKGIOUtils"},"Classes/GPKGIOUtils.html#/c:objc(cs)GPKGIOUtils(cm)databaseDirectory":{"name":"+databaseDirectory","abstract":"

    Get the GeoPackage database directory path for saving GeoPackages

    ","parent_name":"GPKGIOUtils"},"Classes/GPKGIOUtils.html#/c:objc(cs)GPKGIOUtils(cm)metadataDirectory":{"name":"+metadataDirectory","abstract":"

    Get the GeoPackage metadata directory path for saving metadata

    ","parent_name":"GPKGIOUtils"},"Classes/GPKGIOUtils.html#/c:objc(cs)GPKGIOUtils(cm)metadataDatabaseFile":{"name":"+metadataDatabaseFile","abstract":"

    Get the GeoPackage metadata database file path

    ","parent_name":"GPKGIOUtils"},"Classes/GPKGIOUtils.html#/c:objc(cs)GPKGIOUtils(cm)createDirectoryIfNotExists:":{"name":"+createDirectoryIfNotExists:","abstract":"

    Create a directory if it does not exist

    ","parent_name":"GPKGIOUtils"},"Classes/GPKGIOUtils.html#/c:objc(cs)GPKGIOUtils(cm)localDocumentsDirectoryPath:":{"name":"+localDocumentsDirectoryPath:","abstract":"

    Get the local path within the provided directory by removing the documents directory

    ","parent_name":"GPKGIOUtils"},"Classes/GPKGIOUtils.html#/c:objc(cs)GPKGIOUtils(cm)copyFile:toFile:":{"name":"+copyFile:toFile:","abstract":"

    Copy a file

    ","parent_name":"GPKGIOUtils"},"Classes/GPKGIOUtils.html#/c:objc(cs)GPKGIOUtils(cm)copyInputStream:toFile:":{"name":"+copyInputStream:toFile:","abstract":"

    Copy an input stream to a file

    ","parent_name":"GPKGIOUtils"},"Classes/GPKGIOUtils.html#/c:objc(cs)GPKGIOUtils(cm)copyInputStream:toFile:withProgress:":{"name":"+copyInputStream:toFile:withProgress:","abstract":"

    Copy an input stream to a file with progress callbacks

    ","parent_name":"GPKGIOUtils"},"Classes/GPKGIOUtils.html#/c:objc(cs)GPKGIOUtils(cm)fileData:":{"name":"+fileData:","abstract":"

    Get the file byte data

    ","parent_name":"GPKGIOUtils"},"Classes/GPKGIOUtils.html#/c:objc(cs)GPKGIOUtils(cm)streamData:":{"name":"+streamData:","abstract":"

    Get the input stream byte data

    ","parent_name":"GPKGIOUtils"},"Classes/GPKGIOUtils.html#/c:objc(cs)GPKGIOUtils(cm)streamString:":{"name":"+streamString:","abstract":"

    Get the input stream string

    ","parent_name":"GPKGIOUtils"},"Classes/GPKGIOUtils.html#/c:objc(cs)GPKGIOUtils(cm)streamString:withEncoding:":{"name":"+streamString:withEncoding:","abstract":"

    Get the input stream string

    ","parent_name":"GPKGIOUtils"},"Classes/GPKGIOUtils.html#/c:objc(cs)GPKGIOUtils(cm)copyInputStream:toOutputStream:":{"name":"+copyInputStream:toOutputStream:","abstract":"

    Copy the input stream to an output stream

    ","parent_name":"GPKGIOUtils"},"Classes/GPKGIOUtils.html#/c:objc(cs)GPKGIOUtils(cm)copyInputStream:toOutputStream:withProgress:":{"name":"+copyInputStream:toOutputStream:withProgress:","abstract":"

    Copy the input stream to an output stream with progress callbacks

    ","parent_name":"GPKGIOUtils"},"Classes/GPKGIOUtils.html#/c:objc(cs)GPKGIOUtils(cm)deleteFile:":{"name":"+deleteFile:","abstract":"

    Delete the file

    ","parent_name":"GPKGIOUtils"},"Classes/GPKGIOUtils.html#/c:objc(cs)GPKGIOUtils(cm)formatBytes:":{"name":"+formatBytes:","abstract":"

    Format the bytes into readable text

    ","parent_name":"GPKGIOUtils"},"Classes/GPKGIOUtils.html#/c:objc(cs)GPKGIOUtils(cm)decodeUrl:":{"name":"+decodeUrl:","abstract":"

    Decode a URL

    ","parent_name":"GPKGIOUtils"},"Classes/GPKGCompressFormats.html#/c:objc(cs)GPKGCompressFormats(cm)name:":{"name":"+name:","abstract":"

    Get the name of the compress format

    ","parent_name":"GPKGCompressFormats"},"Classes/GPKGCompressFormats.html#/c:objc(cs)GPKGCompressFormats(cm)fromName:":{"name":"+fromName:","abstract":"

    Get the compress format from the name

    ","parent_name":"GPKGCompressFormats"},"Classes/GPKGPolylinePoints.html#/c:objc(cs)GPKGPolylinePoints(py)polyline":{"name":"polyline","abstract":"

    Backing polyline

    ","parent_name":"GPKGPolylinePoints"},"Classes/GPKGPolylinePoints.html#/c:objc(cs)GPKGPolylinePoints(py)points":{"name":"points","abstract":"

    Polyline points

    ","parent_name":"GPKGPolylinePoints"},"Classes/GPKGPolylinePoints.html#/c:objc(cs)GPKGPolylinePoints(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGPolylinePoints"},"Classes/GPKGPolylinePoints.html#/c:objc(cs)GPKGPolylinePoints(im)addPoint:":{"name":"-addPoint:","abstract":"

    Add a point

    ","parent_name":"GPKGPolylinePoints"},"Classes/GPKGPolylinePoints.html#/c:objc(cs)GPKGPolylinePoints(im)updateWithMapView:":{"name":"-updateWithMapView:","abstract":"

    Update the polyline points with the map view

    ","parent_name":"GPKGPolylinePoints"},"Classes/GPKGPolylinePoints.html#/c:objc(cs)GPKGPolylinePoints(im)removeFromMapView:":{"name":"-removeFromMapView:","abstract":"

    Remove the polyline points from the map view

    ","parent_name":"GPKGPolylinePoints"},"Classes/GPKGPolylinePoints.html#/c:objc(cs)GPKGPolylinePoints(im)isValid":{"name":"-isValid","abstract":"

    Determine if the polyline points is valid

    ","parent_name":"GPKGPolylinePoints"},"Classes/GPKGPolylinePoints.html#/c:objc(cs)GPKGPolylinePoints(im)isDeleted":{"name":"-isDeleted","abstract":"

    Determine if the polyline points has been deleted

    ","parent_name":"GPKGPolylinePoints"},"Classes/GPKGPolylineOptions.html#/c:objc(cs)GPKGPolylineOptions(py)strokeColor":{"name":"strokeColor","abstract":"

    The stroke color to use for the path

    ","parent_name":"GPKGPolylineOptions"},"Classes/GPKGPolylineOptions.html#/c:objc(cs)GPKGPolylineOptions(py)lineWidth":{"name":"lineWidth","abstract":"

    The stroke width to use for the path

    ","parent_name":"GPKGPolylineOptions"},"Classes/GPKGPolyline.html#/c:objc(cs)GPKGPolyline(py)options":{"name":"options","abstract":"

    Polyline Style Options

    ","parent_name":"GPKGPolyline"},"Classes/GPKGPolygonPoints.html#/c:objc(cs)GPKGPolygonPoints(py)polygon":{"name":"polygon","abstract":"

    Backing polygon

    ","parent_name":"GPKGPolygonPoints"},"Classes/GPKGPolygonPoints.html#/c:objc(cs)GPKGPolygonPoints(py)points":{"name":"points","abstract":"

    Polygon points

    ","parent_name":"GPKGPolygonPoints"},"Classes/GPKGPolygonPoints.html#/c:objc(cs)GPKGPolygonPoints(py)holes":{"name":"holes","abstract":"

    Polygon holes

    ","parent_name":"GPKGPolygonPoints"},"Classes/GPKGPolygonPoints.html#/c:objc(cs)GPKGPolygonPoints(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGPolygonPoints"},"Classes/GPKGPolygonPoints.html#/c:objc(cs)GPKGPolygonPoints(im)addPoint:":{"name":"-addPoint:","abstract":"

    Add a point

    ","parent_name":"GPKGPolygonPoints"},"Classes/GPKGPolygonPoints.html#/c:objc(cs)GPKGPolygonPoints(im)addHole:":{"name":"-addHole:","abstract":"

    Add a hole

    ","parent_name":"GPKGPolygonPoints"},"Classes/GPKGPolygonPoints.html#/c:objc(cs)GPKGPolygonPoints(im)updateWithMapView:":{"name":"-updateWithMapView:","abstract":"

    Update the polygon points with the map view

    ","parent_name":"GPKGPolygonPoints"},"Classes/GPKGPolygonPoints.html#/c:objc(cs)GPKGPolygonPoints(im)removeFromMapView:":{"name":"-removeFromMapView:","abstract":"

    Remove the polygon points from the map view

    ","parent_name":"GPKGPolygonPoints"},"Classes/GPKGPolygonPoints.html#/c:objc(cs)GPKGPolygonPoints(im)isValid":{"name":"-isValid","abstract":"

    Determine if the polygon points is valid

    ","parent_name":"GPKGPolygonPoints"},"Classes/GPKGPolygonPoints.html#/c:objc(cs)GPKGPolygonPoints(im)isDeleted":{"name":"-isDeleted","abstract":"

    Determine if the polygon points has been deleted

    ","parent_name":"GPKGPolygonPoints"},"Classes/GPKGPolygonOptions.html#/c:objc(cs)GPKGPolygonOptions(py)fillColor":{"name":"fillColor","abstract":"

    The fill color to use for the path

    ","parent_name":"GPKGPolygonOptions"},"Classes/GPKGPolygonOptions.html#/c:objc(cs)GPKGPolygonOptions(py)strokeColor":{"name":"strokeColor","abstract":"

    The stroke color to use for the path

    ","parent_name":"GPKGPolygonOptions"},"Classes/GPKGPolygonOptions.html#/c:objc(cs)GPKGPolygonOptions(py)lineWidth":{"name":"lineWidth","abstract":"

    The stroke width to use for the path

    ","parent_name":"GPKGPolygonOptions"},"Classes/GPKGPolygonHolePoints.html#/c:objc(cs)GPKGPolygonHolePoints(py)parentPolygon":{"name":"parentPolygon","abstract":"

    Parent polygon points

    ","parent_name":"GPKGPolygonHolePoints"},"Classes/GPKGPolygonHolePoints.html#/c:objc(cs)GPKGPolygonHolePoints(py)points":{"name":"points","abstract":"

    Polygon hole points

    ","parent_name":"GPKGPolygonHolePoints"},"Classes/GPKGPolygonHolePoints.html#/c:objc(cs)GPKGPolygonHolePoints(im)initWithPolygonPoints:":{"name":"-initWithPolygonPoints:","abstract":"

    Initialize

    ","parent_name":"GPKGPolygonHolePoints"},"Classes/GPKGPolygonHolePoints.html#/c:objc(cs)GPKGPolygonHolePoints(im)addPoint:":{"name":"-addPoint:","abstract":"

    Add a hole point

    ","parent_name":"GPKGPolygonHolePoints"},"Classes/GPKGPolygonHolePoints.html#/c:objc(cs)GPKGPolygonHolePoints(im)removeFromMapView:":{"name":"-removeFromMapView:","abstract":"

    Remove the polygon hole points from the map view

    ","parent_name":"GPKGPolygonHolePoints"},"Classes/GPKGPolygonHolePoints.html#/c:objc(cs)GPKGPolygonHolePoints(im)isValid":{"name":"-isValid","abstract":"

    Determine if the polygon hole points is valid

    ","parent_name":"GPKGPolygonHolePoints"},"Classes/GPKGPolygonHolePoints.html#/c:objc(cs)GPKGPolygonHolePoints(im)isDeleted":{"name":"-isDeleted","abstract":"

    Determine if the polygon hole points has been deleted

    ","parent_name":"GPKGPolygonHolePoints"},"Classes/GPKGPolygon.html#/c:objc(cs)GPKGPolygon(py)options":{"name":"options","abstract":"

    Polygon Style Options

    ","parent_name":"GPKGPolygon"},"Classes/GPKGMultiPolylinePoints.html#/c:objc(cs)GPKGMultiPolylinePoints(py)polylinePoints":{"name":"polylinePoints","abstract":"

    Polyline points

    ","parent_name":"GPKGMultiPolylinePoints"},"Classes/GPKGMultiPolylinePoints.html#/c:objc(cs)GPKGMultiPolylinePoints(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGMultiPolylinePoints"},"Classes/GPKGMultiPolylinePoints.html#/c:objc(cs)GPKGMultiPolylinePoints(im)addPolylinePoints:":{"name":"-addPolylinePoints:","abstract":"

    Add a polyline points shape

    ","parent_name":"GPKGMultiPolylinePoints"},"Classes/GPKGMultiPolylinePoints.html#/c:objc(cs)GPKGMultiPolylinePoints(im)updateWithMapView:":{"name":"-updateWithMapView:","abstract":"

    Update the multiple polyline points with the map view

    ","parent_name":"GPKGMultiPolylinePoints"},"Classes/GPKGMultiPolylinePoints.html#/c:objc(cs)GPKGMultiPolylinePoints(im)removeFromMapView:":{"name":"-removeFromMapView:","abstract":"

    Remove the multiple polyline points from the map view

    ","parent_name":"GPKGMultiPolylinePoints"},"Classes/GPKGMultiPolylinePoints.html#/c:objc(cs)GPKGMultiPolylinePoints(im)hidden:fromMapView:":{"name":"-hidden:fromMapView:","abstract":"

    Updates hidden state on the map

    ","parent_name":"GPKGMultiPolylinePoints"},"Classes/GPKGMultiPolylinePoints.html#/c:objc(cs)GPKGMultiPolylinePoints(im)isValid":{"name":"-isValid","abstract":"

    Determine if the multiple polyline points is valid

    ","parent_name":"GPKGMultiPolylinePoints"},"Classes/GPKGMultiPolylinePoints.html#/c:objc(cs)GPKGMultiPolylinePoints(im)isDeleted":{"name":"-isDeleted","abstract":"

    Determine if the multiple polyline points has been deleted

    ","parent_name":"GPKGMultiPolylinePoints"},"Classes/GPKGMultiPolyline.html#/c:objc(cs)GPKGMultiPolyline(py)polylines":{"name":"polylines","abstract":"

    Polylines

    ","parent_name":"GPKGMultiPolyline"},"Classes/GPKGMultiPolyline.html#/c:objc(cs)GPKGMultiPolyline(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGMultiPolyline"},"Classes/GPKGMultiPolyline.html#/c:objc(cs)GPKGMultiPolyline(im)addPolyline:":{"name":"-addPolyline:","abstract":"

    Add a polyline

    ","parent_name":"GPKGMultiPolyline"},"Classes/GPKGMultiPolyline.html#/c:objc(cs)GPKGMultiPolyline(im)removeFromMapView:":{"name":"-removeFromMapView:","abstract":"

    Remove the multi polyline from the map view

    ","parent_name":"GPKGMultiPolyline"},"Classes/GPKGMultiPolyline.html#/c:objc(cs)GPKGMultiPolyline(im)hidden:fromMapView:":{"name":"-hidden:fromMapView:","abstract":"

    Updates hidden state on the map

    ","parent_name":"GPKGMultiPolyline"},"Classes/GPKGMultiPolygonPoints.html#/c:objc(cs)GPKGMultiPolygonPoints(py)polygonPoints":{"name":"polygonPoints","abstract":"

    Polygon points

    ","parent_name":"GPKGMultiPolygonPoints"},"Classes/GPKGMultiPolygonPoints.html#/c:objc(cs)GPKGMultiPolygonPoints(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGMultiPolygonPoints"},"Classes/GPKGMultiPolygonPoints.html#/c:objc(cs)GPKGMultiPolygonPoints(im)addPolygonPoints:":{"name":"-addPolygonPoints:","abstract":"

    Add a polygon points shape

    ","parent_name":"GPKGMultiPolygonPoints"},"Classes/GPKGMultiPolygonPoints.html#/c:objc(cs)GPKGMultiPolygonPoints(im)updateWithMapView:":{"name":"-updateWithMapView:","abstract":"

    Update the multiple polygon points with the map view

    ","parent_name":"GPKGMultiPolygonPoints"},"Classes/GPKGMultiPolygonPoints.html#/c:objc(cs)GPKGMultiPolygonPoints(im)removeFromMapView:":{"name":"-removeFromMapView:","abstract":"

    Remove the multiple polygon points from the map view

    ","parent_name":"GPKGMultiPolygonPoints"},"Classes/GPKGMultiPolygonPoints.html#/c:objc(cs)GPKGMultiPolygonPoints(im)hidden:fromMapView:":{"name":"-hidden:fromMapView:","abstract":"

    Updates hidden state on the map

    ","parent_name":"GPKGMultiPolygonPoints"},"Classes/GPKGMultiPolygonPoints.html#/c:objc(cs)GPKGMultiPolygonPoints(im)isValid":{"name":"-isValid","abstract":"

    Determine if the multiple polygon points is valid

    ","parent_name":"GPKGMultiPolygonPoints"},"Classes/GPKGMultiPolygonPoints.html#/c:objc(cs)GPKGMultiPolygonPoints(im)isDeleted":{"name":"-isDeleted","abstract":"

    Determine if the multiple polygon points has been deleted

    ","parent_name":"GPKGMultiPolygonPoints"},"Classes/GPKGMultiPolygon.html#/c:objc(cs)GPKGMultiPolygon(py)polygons":{"name":"polygons","abstract":"

    Polygons

    ","parent_name":"GPKGMultiPolygon"},"Classes/GPKGMultiPolygon.html#/c:objc(cs)GPKGMultiPolygon(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGMultiPolygon"},"Classes/GPKGMultiPolygon.html#/c:objc(cs)GPKGMultiPolygon(im)addPolygon:":{"name":"-addPolygon:","abstract":"

    Add a polygon

    ","parent_name":"GPKGMultiPolygon"},"Classes/GPKGMultiPolygon.html#/c:objc(cs)GPKGMultiPolygon(im)removeFromMapView:":{"name":"-removeFromMapView:","abstract":"

    Remove the multi polygon shape from the map view

    ","parent_name":"GPKGMultiPolygon"},"Classes/GPKGMultiPolygon.html#/c:objc(cs)GPKGMultiPolygon(im)hidden:fromMapView:":{"name":"-hidden:fromMapView:","abstract":"

    Updates hidden state

    ","parent_name":"GPKGMultiPolygon"},"Classes/GPKGMultiPoint.html#/c:objc(cs)GPKGMultiPoint(py)points":{"name":"points","abstract":"

    Points

    ","parent_name":"GPKGMultiPoint"},"Classes/GPKGMultiPoint.html#/c:objc(cs)GPKGMultiPoint(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGMultiPoint"},"Classes/GPKGMultiPoint.html#/c:objc(cs)GPKGMultiPoint(im)addPoint:":{"name":"-addPoint:","abstract":"

    Add a point

    ","parent_name":"GPKGMultiPoint"},"Classes/GPKGMultiPoint.html#/c:objc(cs)GPKGMultiPoint(im)removeFromMapView:":{"name":"-removeFromMapView:","abstract":"

    Remove the multi point from the map view

    ","parent_name":"GPKGMultiPoint"},"Classes/GPKGMapShapeTypes.html#/c:objc(cs)GPKGMapShapeTypes(cm)name:":{"name":"+name:","abstract":"

    Get the name of the shape type

    ","parent_name":"GPKGMapShapeTypes"},"Classes/GPKGMapShapeTypes.html#/c:objc(cs)GPKGMapShapeTypes(cm)fromName:":{"name":"+fromName:","abstract":"

    Get the map shape type of the name

    ","parent_name":"GPKGMapShapeTypes"},"Classes/GPKGMapShapePoints.html#/c:objc(cs)GPKGMapShapePoints(py)shape":{"name":"shape","abstract":"

    Map shape

    ","parent_name":"GPKGMapShapePoints"},"Classes/GPKGMapShapePoints.html#/c:objc(cs)GPKGMapShapePoints(py)shapePoints":{"name":"shapePoints","abstract":"

    Mapping between point ids and shape points they belong to (or NSNull for non shapes)

    ","parent_name":"GPKGMapShapePoints"},"Classes/GPKGMapShapePoints.html#/c:objc(cs)GPKGMapShapePoints(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGMapShapePoints"},"Classes/GPKGMapShapePoints.html#/c:objc(cs)GPKGMapShapePoints(im)addPoint:withShape:":{"name":"-addPoint:withShape:","abstract":"

    Add the point to the shape

    ","parent_name":"GPKGMapShapePoints"},"Classes/GPKGMapShapePoints.html#/c:objc(cs)GPKGMapShapePoints(im)addPointId:withShape:":{"name":"-addPointId:withShape:","abstract":"

    Add the point id to the shape

    ","parent_name":"GPKGMapShapePoints"},"Classes/GPKGMapShapePoints.html#/c:objc(cs)GPKGMapShapePoints(im)addShapePoints:":{"name":"-addShapePoints:","abstract":"

    Add all map points in the shape

    ","parent_name":"GPKGMapShapePoints"},"Classes/GPKGMapShapePoints.html#/c:objc(cs)GPKGMapShapePoints(im)addPoint:":{"name":"-addPoint:","abstract":"

    Add a map point with no shape

    ","parent_name":"GPKGMapShapePoints"},"Classes/GPKGMapShapePoints.html#/c:objc(cs)GPKGMapShapePoints(im)addPoints:":{"name":"-addPoints:","abstract":"

    Add an array of map points with no shape

    ","parent_name":"GPKGMapShapePoints"},"Classes/GPKGMapShapePoints.html#/c:objc(cs)GPKGMapShapePoints(im)addMapShapePoints:":{"name":"-addMapShapePoints:","abstract":"

    Add an embedded map shape points

    ","parent_name":"GPKGMapShapePoints"},"Classes/GPKGMapShapePoints.html#/c:objc(cs)GPKGMapShapePoints(im)containsPoint:":{"name":"-containsPoint:","abstract":"

    Check if contains the shape point

    ","parent_name":"GPKGMapShapePoints"},"Classes/GPKGMapShapePoints.html#/c:objc(cs)GPKGMapShapePoints(im)containsPointId:":{"name":"-containsPointId:","abstract":"

    Check if contains the shape point id

    ","parent_name":"GPKGMapShapePoints"},"Classes/GPKGMapShapePoints.html#/c:objc(cs)GPKGMapShapePoints(im)shapePointsForPoint:":{"name":"-shapePointsForPoint:","abstract":"

    Get the shape points for a map point, only returns a value for shapes that can be edited

    ","parent_name":"GPKGMapShapePoints"},"Classes/GPKGMapShapePoints.html#/c:objc(cs)GPKGMapShapePoints(im)shapePointsForPointId:":{"name":"-shapePointsForPointId:","abstract":"

    Get the shape points for a map point id, only returns a value for shapes that can be edited

    ","parent_name":"GPKGMapShapePoints"},"Classes/GPKGMapShapePoints.html#/c:objc(cs)GPKGMapShapePoints(im)deletePoint:fromMapView:":{"name":"-deletePoint:fromMapView:","abstract":"

    Delete the map point and corresponding shape from the map view

    ","parent_name":"GPKGMapShapePoints"},"Classes/GPKGMapShapePoints.html#/c:objc(cs)GPKGMapShapePoints(im)removeFromMapView:":{"name":"-removeFromMapView:","abstract":"

    Removes all objects added to the map view

    ","parent_name":"GPKGMapShapePoints"},"Classes/GPKGMapShapePoints.html#/c:objc(cs)GPKGMapShapePoints(im)updateWithMapView:":{"name":"-updateWithMapView:","abstract":"

    Updates all objects on the map view that could have changed from moved points

    ","parent_name":"GPKGMapShapePoints"},"Classes/GPKGMapShapePoints.html#/c:objc(cs)GPKGMapShapePoints(im)isValid":{"name":"-isValid","abstract":"

    Determines if the shape is in a valid state

    ","parent_name":"GPKGMapShapePoints"},"Classes/GPKGMapShapePoints.html#/c:objc(cs)GPKGMapShapePoints(cm)addPointAsPolygon:toPoints:":{"name":"+addPointAsPolygon:toPoints:","abstract":"

    Polygon add a map point to the points where it is closest to the surrounding points

    ","parent_name":"GPKGMapShapePoints"},"Classes/GPKGMapShapePoints.html#/c:objc(cs)GPKGMapShapePoints(cm)addPointAsPolyline:toPoints:":{"name":"+addPointAsPolyline:toPoints:","abstract":"

    Polyline add a map point to the points where it is closest to the surrounding points

    ","parent_name":"GPKGMapShapePoints"},"Classes/GPKGMapShapePoints.html#/c:objc(cs)GPKGMapShapePoints(im)hidden:fromMapView:":{"name":"-hidden:fromMapView:","abstract":"

    Updates hidden state of all objects

    ","parent_name":"GPKGMapShapePoints"},"Classes/GPKGMapShapePoints.html#/c:objc(cs)GPKGMapShapePoints(im)hiddenPoints:":{"name":"-hiddenPoints:","abstract":"

    Updates hidden state of the shape representing points

    ","parent_name":"GPKGMapShapePoints"},"Classes/GPKGMapShapePoints.html#/c:objc(cs)GPKGMapShapePoints(im)size":{"name":"-size","abstract":"

    Get the shape markers size

    ","parent_name":"GPKGMapShapePoints"},"Classes/GPKGMapShapePoints.html#/c:objc(cs)GPKGMapShapePoints(im)isEmpty":{"name":"-isEmpty","abstract":"

    Check if the shape markers is empty

    ","parent_name":"GPKGMapShapePoints"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(py)projection":{"name":"projection","abstract":"

    Geometry shape projection

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:@E@GPKGPolygonOrientation":{"name":"GPKGPolygonOrientation","abstract":"

    Orientation types of polygon exterior and hole rings

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(py)exteriorOrientation":{"name":"exteriorOrientation","abstract":"

    Convert polygon exteriors to specified orientation

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(py)holeOrientation":{"name":"holeOrientation","abstract":"

    Convert polygon holes to specified orientation

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(py)drawShortestDirection":{"name":"drawShortestDirection","abstract":"

    When true, draw map points from lines and polygons using the closest longitude direction between points","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(py)simplifyTolerance":{"name":"simplifyTolerance","abstract":"

    Tolerance in meters for simplifying lines and polygons to a similar curve with fewer points","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)initWithProjection:":{"name":"-initWithProjection:","abstract":"

    Initialize

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)setSimplifyToleranceAsDouble:":{"name":"-setSimplifyToleranceAsDouble:","abstract":"

    Set the simplify tolerance in meters to simplify lines and polygons to similar curves with fewer points

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toWgs84WithPoint:":{"name":"-toWgs84WithPoint:","abstract":"

    Transform a projection WKB point to WGS84

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toProjectionWithPoint:":{"name":"-toProjectionWithPoint:","abstract":"

    Transform a WGS84 WKB point to the projection

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toMapPointWithPoint:":{"name":"-toMapPointWithPoint:","abstract":"

    Convert a WKB point to a map point

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toMKMapPointWithPoint:":{"name":"-toMKMapPointWithPoint:","abstract":"

    Convert a WKB point to a MapKit map point

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toPointWithMapPoint:":{"name":"-toPointWithMapPoint:","abstract":"

    Convert a map point to a WKB point

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toPointWithMapPoint:andHasZ:andHasM:":{"name":"-toPointWithMapPoint:andHasZ:andHasM:","abstract":"

    Convert a map point to a WKB point

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toPointWithMKMapPoint:":{"name":"-toPointWithMKMapPoint:","abstract":"

    Convert a MapKit map point to a WKB point

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toPointWithMKMapPoint:andHasZ:andHasM:":{"name":"-toPointWithMKMapPoint:andHasZ:andHasM:","abstract":"

    Convert a MapKit map point to a WKB point

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toMapPolylineWithLineString:":{"name":"-toMapPolylineWithLineString:","abstract":"

    Convert a WKB line string to a polyline

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toLineStringWithMapPolyline:":{"name":"-toLineStringWithMapPolyline:","abstract":"

    Convert a MapKit polyline to a WKB line string

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toLineStringWithMapPolyline:andHasZ:andHasM:":{"name":"-toLineStringWithMapPolyline:andHasZ:andHasM:","abstract":"

    Convert a MapKit polyline to a WKB line string

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toLineStringWithMKMapPoints:andPointCount:":{"name":"-toLineStringWithMKMapPoints:andPointCount:","abstract":"

    Convert a pointer array of MapKit map points to a WKB line string

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toLineStringWithMKMapPoints:andPointCount:andHasZ:andHasM:":{"name":"-toLineStringWithMKMapPoints:andPointCount:andHasZ:andHasM:","abstract":"

    Convert a pointer array of MapKit map points to a WKB line string

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toLineStringWithMapPoints:":{"name":"-toLineStringWithMapPoints:","abstract":"

    Convert an array of map points to a WKB line string

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toLineStringWithMapPoints:andHasZ:andHasM:":{"name":"-toLineStringWithMapPoints:andHasZ:andHasM:","abstract":"

    Convert an array of map points to a WKB line string

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toCircularStringWithMapPoints:":{"name":"-toCircularStringWithMapPoints:","abstract":"

    Convert an array of map points to a WKB circular string

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toCircularStringWithMapPoints:andHasZ:andHasM:":{"name":"-toCircularStringWithMapPoints:andHasZ:andHasM:","abstract":"

    Convert an array of map points to a WKB circular string

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)populateLineString:withMKMapPoints:andPointCount:":{"name":"-populateLineString:withMKMapPoints:andPointCount:","abstract":"

    Populate a WKB line string with MapKit map points from a pointer array

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)populateLineString:withMapPoints:":{"name":"-populateLineString:withMapPoints:","abstract":"

    Populate a WKB line string with an array of map points

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toMapPolygonWithPolygon:":{"name":"-toMapPolygonWithPolygon:","abstract":"

    Convert WKB polygon to a MapKit polygon

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toMapCurvePolygonWithPolygon:":{"name":"-toMapCurvePolygonWithPolygon:","abstract":"

    Convert WKB curve polygon to a MapKit polygon

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toPolygonWithMapPolygon:":{"name":"-toPolygonWithMapPolygon:","abstract":"

    Convert a MapKit polygon to a WKB polygon

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toPolygonWithMapPolygon:andHasZ:andHasM:":{"name":"-toPolygonWithMapPolygon:andHasZ:andHasM:","abstract":"

    Convert a MapKit polygon to a WKB polygon

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toPolygonWithMKMapPoints:andPointCount:andHolePolygons:":{"name":"-toPolygonWithMKMapPoints:andPointCount:andHolePolygons:","abstract":"

    Convert a pointer array of MapKit map points and MapKit polygon holes to a WKB polygon

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toPolygonWithMKMapPoints:andPointCount:andHolePolygons:andHasZ:andHasM:":{"name":"-toPolygonWithMKMapPoints:andPointCount:andHolePolygons:andHasZ:andHasM:","abstract":"

    Convert a pointer array of MapKit map points and MapKit polygon holes to a WKB polygon

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toPolygonWithMapPoints:andHolePoints:":{"name":"-toPolygonWithMapPoints:andHolePoints:","abstract":"

    Convert an array of map points and array of hole map point arrays to a WKB polygon

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toPolygonWithMapPoints:andHolePoints:andHasZ:andHasM:":{"name":"-toPolygonWithMapPoints:andHolePoints:andHasZ:andHasM:","abstract":"

    Convert an array of map points and array of hole map point arrays to a WKB polygon

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)shortestDirectionWithLineString:":{"name":"-shortestDirectionWithLineString:","abstract":"

    When drawShortestDirection is enabled, create a new line string where each point is","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toMapMultiPointWithMultiPoint:":{"name":"-toMapMultiPointWithMultiPoint:","abstract":"

    Convert WKB multi point to multi point

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toMultiPointWithMapMultiPoint:":{"name":"-toMultiPointWithMapMultiPoint:","abstract":"

    Convert multi point to WKB multi point

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toMultiPointWithMapMultiPoint:andHasZ:andHasM:":{"name":"-toMultiPointWithMapMultiPoint:andHasZ:andHasM:","abstract":"

    Convert multi point to WKB multi point

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toMultiPointWithMapPoints:":{"name":"-toMultiPointWithMapPoints:","abstract":"

    Convert map points to WKB multi point

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toMultiPointWithMapPoints:andHasZ:andHasM:":{"name":"-toMultiPointWithMapPoints:andHasZ:andHasM:","abstract":"

    Convert map points to WKB multi point

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toMapMultiPolylineWithMultiLineString:":{"name":"-toMapMultiPolylineWithMultiLineString:","abstract":"

    Convert WKB multi line string to multi polyline

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toMultiLineStringWithMapPolylines:":{"name":"-toMultiLineStringWithMapPolylines:","abstract":"

    Convert polylines to WKB multi line string

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toMultiLineStringWithMapPolylines:andHasZ:andHasM:":{"name":"-toMultiLineStringWithMapPolylines:andHasZ:andHasM:","abstract":"

    Convert polylines to WKB multi line string

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toMultiLineStringWithMapPolylinesArray:":{"name":"-toMultiLineStringWithMapPolylinesArray:","abstract":"

    Convert polyline point arrays to WKB multi line string

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toMultiLineStringWithMapPolylinesArray:andHasZ:andHasM:":{"name":"-toMultiLineStringWithMapPolylinesArray:andHasZ:andHasM:","abstract":"

    Convert polyline point arrays to WKB multi line string

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toCompoundCurveWithMapPolylinesArray:":{"name":"-toCompoundCurveWithMapPolylinesArray:","abstract":"

    Convert polyline point arrays to WKB compound curve

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toCompoundCurveWithMapPolylinesArray:andHasZ:andHasM:":{"name":"-toCompoundCurveWithMapPolylinesArray:andHasZ:andHasM:","abstract":"

    Convert polyline point arrays to WKB compound curve

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toMultiLineStringWithMapMultiPolyline:":{"name":"-toMultiLineStringWithMapMultiPolyline:","abstract":"

    Convert multi polyline to WKB multi line string

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toMultiLineStringWithMapMultiPolyline:andHasZ:andHasM:":{"name":"-toMultiLineStringWithMapMultiPolyline:andHasZ:andHasM:","abstract":"

    Convert multi polyline to WKB multi line string

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toCompoundCurveWithMapMultiPolyline:":{"name":"-toCompoundCurveWithMapMultiPolyline:","abstract":"

    Convert multi polyline to WKB compound curve

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toCompoundCurveWithMapMultiPolyline:andHasZ:andHasM:":{"name":"-toCompoundCurveWithMapMultiPolyline:andHasZ:andHasM:","abstract":"

    Convert multi polyline to WKB compound curve

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toMapMultiPolygonWithMultiPolygon:":{"name":"-toMapMultiPolygonWithMultiPolygon:","abstract":"

    Convert WKB multi polygon to multi polygon

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toMultiPolygonWithMapPolygons:":{"name":"-toMultiPolygonWithMapPolygons:","abstract":"

    Convert polygons to WKB multi polygon

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toMultiPolygonWithMapPolygons:andHasZ:andHasM:":{"name":"-toMultiPolygonWithMapPolygons:andHasZ:andHasM:","abstract":"

    Convert polygons to WKB multi polygon

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)createMultiPolygonWithPolygons:":{"name":"-createMultiPolygonWithPolygons:","abstract":"

    Create WKB multi polygon with WKB polygons

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)createMultiPolygonWithPolygons:andHasZ:andHasM:":{"name":"-createMultiPolygonWithPolygons:andHasZ:andHasM:","abstract":"

    Create WKB multi polygon with WKB polygons

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toMultiPolygonWithMapMultiPolygon:":{"name":"-toMultiPolygonWithMapMultiPolygon:","abstract":"

    Convert multi polygon to WKB multi polygon

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toMultiPolygonWithMapMultiPolygon:andHasZ:andHasM:":{"name":"-toMultiPolygonWithMapMultiPolygon:andHasZ:andHasM:","abstract":"

    Convert multi polygon to WKB multi polygon

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toMapMultiPolylineWithCompoundCurve:":{"name":"-toMapMultiPolylineWithCompoundCurve:","abstract":"

    Convert WKB compound curve to multi polyline

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toCompoundCurveWithMapPolylines:":{"name":"-toCompoundCurveWithMapPolylines:","abstract":"

    Convert polylines to WKB compound curve

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toCompoundCurveWithMapPolylines:andHasZ:andHasM:":{"name":"-toCompoundCurveWithMapPolylines:andHasZ:andHasM:","abstract":"

    Convert polylines to WKB compound curve

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toMapMultiPolygonWithPolyhedralSurface:":{"name":"-toMapMultiPolygonWithPolyhedralSurface:","abstract":"

    Convert WKB polyhedral surface to multi polygon

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toPolyhedralSurfaceWithMapPolygons:":{"name":"-toPolyhedralSurfaceWithMapPolygons:","abstract":"

    Convert polygons to WKB polyhedral surface

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toPolyhedralSurfaceWithMapPolygons:andHasZ:andHasM:":{"name":"-toPolyhedralSurfaceWithMapPolygons:andHasZ:andHasM:","abstract":"

    Convert polygons to WKB polyhedral surface

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toPolyhedralSurfaceWithMapMultiPolygon:":{"name":"-toPolyhedralSurfaceWithMapMultiPolygon:","abstract":"

    Convert multi polygon to WKB polyhedral surface

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toPolyhedralSurfaceWithMapMultiPolygon:andHasZ:andHasM:":{"name":"-toPolyhedralSurfaceWithMapMultiPolygon:andHasZ:andHasM:","abstract":"

    Convert multi polygon to WKB polyhedral surface

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toShapeWithGeometry:":{"name":"-toShapeWithGeometry:","abstract":"

    Convert a WKB Geometry to a Map shape

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toShapesWithGeometryCollection:":{"name":"-toShapesWithGeometryCollection:","abstract":"

    Convert a WKB Geometry Collection to an array of Map shapes

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)addGeometry:toMapView:":{"name":"-addGeometry:toMapView:","abstract":"

    Convert a WKB Geometry to a Map shape and add it to the map view

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(cm)addMapShape:toMapView:":{"name":"+addMapShape:toMapView:","abstract":"

    Add a shape to the map view

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(cm)addMapPoint:toMapView:":{"name":"+addMapPoint:toMapView:","abstract":"

    Add a map point to the map view

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(cm)addMapPoint:toMapView:withPointOptions:":{"name":"+addMapPoint:toMapView:withPointOptions:","abstract":"

    Add a map point to the map view with point options

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(cm)addMKMapPoint:toMapView:withPointOptions:":{"name":"+addMKMapPoint:toMapView:withPointOptions:","abstract":"

    Add a MapKit map point to the map view with point options

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(cm)addMapPolyline:toMapView:":{"name":"+addMapPolyline:toMapView:","abstract":"

    Add polyline to the map view

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(cm)addMapPolygon:toMapView:":{"name":"+addMapPolygon:toMapView:","abstract":"

    Add polygon to the map view

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(cm)addMapMultiPoint:toMapView:":{"name":"+addMapMultiPoint:toMapView:","abstract":"

    Add multi point to the map view

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(cm)addMapMultiPoint:toMapView:withPointOptions:":{"name":"+addMapMultiPoint:toMapView:withPointOptions:","abstract":"

    Add multi point to the map view with point options

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(cm)addMapMultiPolyline:toMapView:":{"name":"+addMapMultiPolyline:toMapView:","abstract":"

    Add multi polyline to the map view

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(cm)addMapMultiPolygon:toMapView:":{"name":"+addMapMultiPolygon:toMapView:","abstract":"

    Add multi polygon to the map view

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)addGeometryCollection:toMapView:":{"name":"-addGeometryCollection:toMapView:","abstract":"

    Convert a WKB geometry collection to a list of Map shapes and add it to the map view

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)addMapShape:asPointsToMapView:withPointOptions:andPolylinePointOptions:andPolygonPointOptions:andPolygonPointHoleOptions:andPolylineOptions:andPolygonOptions:":{"name":"-addMapShape:asPointsToMapView:withPointOptions:andPolylinePointOptions:andPolygonPointOptions:andPolygonPointHoleOptions:andPolylineOptions:andPolygonOptions:","abstract":"

    Add a shape to the map view as points

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)addMKMapPoints:withPointCount:asPointsToMapView:withPointOptions:andIgnoreIdenticalEnds:":{"name":"-addMKMapPoints:withPointCount:asPointsToMapView:withPointOptions:andIgnoreIdenticalEnds:","abstract":"

    Add the MapKit map points to the map view as map points

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)addMapPolyline:asPointsToMapView:withPolylinePointOptions:andPolylineOptions:":{"name":"-addMapPolyline:asPointsToMapView:withPolylinePointOptions:andPolylineOptions:","abstract":"

    Add polyline to the map view as points

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)addMapPolygon:asPointsToMapView:withShapePoints:withPolygonPointOptions:andPolygonPointHoleOptions:andPolygonOptions:":{"name":"-addMapPolygon:asPointsToMapView:withShapePoints:withPolygonPointOptions:andPolygonPointHoleOptions:andPolygonOptions:","abstract":"

    Add polygon to the map view as points

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)addMapMultiPolyline:asPointsToMapView:withShapePoints:withPolylinePointOptions:andPolylineOptions:":{"name":"-addMapMultiPolyline:asPointsToMapView:withShapePoints:withPolylinePointOptions:andPolylineOptions:","abstract":"

    Add multi polyline to the map view as points

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)addMapMultiPolygon:asPointsToMapView:withShapePoints:withPolygonPointOptions:andPolygonPointHoleOptions:andPolygonOptions:":{"name":"-addMapMultiPolygon:asPointsToMapView:withShapePoints:withPolygonPointOptions:andPolygonPointHoleOptions:andPolygonOptions:","abstract":"

    Add multi polygon to the map view as points

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(cm)locationCoordinatesFromPoints:":{"name":"+locationCoordinatesFromPoints:","abstract":"

    Get the location coordinates from the map points

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(cm)locationCoordinatesFromLocations:":{"name":"+locationCoordinatesFromLocations:","abstract":"

    Get the location coordinates from the locations

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)toGeometryFromMapShape:":{"name":"-toGeometryFromMapShape:","abstract":"

    Convert a Map Shape to a WKB Geometry

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)boundingBoxToWebMercator:":{"name":"-boundingBoxToWebMercator:","abstract":"

    Transform the bounding box in the feature projection to web mercator

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)boundingBoxToWgs84:":{"name":"-boundingBoxToWgs84:","abstract":"

    Transform the bounding box in the feature projection to WGS84

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)boundingBoxFromWebMercator:":{"name":"-boundingBoxFromWebMercator:","abstract":"

    Transform the bounding box in web mercator to the feature projection

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShapeConverter.html#/c:objc(cs)GPKGMapShapeConverter(im)boundingBoxFromWgs84:":{"name":"-boundingBoxFromWgs84:","abstract":"

    Transform the bounding box in WGS84 to the feature projection

    ","parent_name":"GPKGMapShapeConverter"},"Classes/GPKGMapShape.html#/c:objc(cs)GPKGMapShape(py)geometryType":{"name":"geometryType","abstract":"

    Geometry type

    ","parent_name":"GPKGMapShape"},"Classes/GPKGMapShape.html#/c:objc(cs)GPKGMapShape(py)shapeType":{"name":"shapeType","abstract":"

    Shape type

    ","parent_name":"GPKGMapShape"},"Classes/GPKGMapShape.html#/c:objc(cs)GPKGMapShape(py)shape":{"name":"shape","abstract":"

    Shape object

    ","parent_name":"GPKGMapShape"},"Classes/GPKGMapShape.html#/c:objc(cs)GPKGMapShape(im)initWithGeometryType:andShapeType:andShape:":{"name":"-initWithGeometryType:andShapeType:andShape:","abstract":"

    Initialize

    ","parent_name":"GPKGMapShape"},"Classes/GPKGMapShape.html#/c:objc(cs)GPKGMapShape(im)removeFromMapView:":{"name":"-removeFromMapView:","abstract":"

    Remove the shape from the map view

    ","parent_name":"GPKGMapShape"},"Classes/GPKGMapShape.html#/c:objc(cs)GPKGMapShape(im)hidden:fromMapView:":{"name":"-hidden:fromMapView:","abstract":"

    Set the shape hidden state

    ","parent_name":"GPKGMapShape"},"Classes/GPKGMapShape.html#/c:objc(cs)GPKGMapShape(im)updateWithMapView:":{"name":"-updateWithMapView:","abstract":"

    Update the shape on the map view

    ","parent_name":"GPKGMapShape"},"Classes/GPKGMapShape.html#/c:objc(cs)GPKGMapShape(im)isValid":{"name":"-isValid","abstract":"

    Determine if the map shape is valid

    ","parent_name":"GPKGMapShape"},"Classes/GPKGMapShape.html#/c:objc(cs)GPKGMapShape(im)boundingBox":{"name":"-boundingBox","abstract":"

    Get a bounding box that includes the entire shape

    ","parent_name":"GPKGMapShape"},"Classes/GPKGMapShape.html#/c:objc(cs)GPKGMapShape(im)expandBoundingBox:":{"name":"-expandBoundingBox:","abstract":"

    Expanding the provided bounding box to include the entire shape

    ","parent_name":"GPKGMapShape"},"Classes/GPKGMapPointOptions.html#/c:objc(cs)GPKGMapPointOptions(py)pinTintColor":{"name":"pinTintColor","abstract":"

    Pin tint color

    ","parent_name":"GPKGMapPointOptions"},"Classes/GPKGMapPointOptions.html#/c:objc(cs)GPKGMapPointOptions(py)pinColor":{"name":"pinColor","abstract":"

    Standard pin annotation color","parent_name":"GPKGMapPointOptions"},"Classes/GPKGMapPointOptions.html#/c:objc(cs)GPKGMapPointOptions(py)image":{"name":"image","abstract":"

    Icon image, replacing the use of a pin color

    ","parent_name":"GPKGMapPointOptions"},"Classes/GPKGMapPointOptions.html#/c:objc(cs)GPKGMapPointOptions(py)imageCenterOffset":{"name":"imageCenterOffset","abstract":"

    Image center offset when drawing the image icon

    ","parent_name":"GPKGMapPointOptions"},"Classes/GPKGMapPointOptions.html#/c:objc(cs)GPKGMapPointOptions(py)draggable":{"name":"draggable","abstract":"

    True if the icon is draggable

    ","parent_name":"GPKGMapPointOptions"},"Classes/GPKGMapPointOptions.html#/c:objc(cs)GPKGMapPointOptions(py)initializer":{"name":"initializer","abstract":"

    Map point initializer for callbacks

    ","parent_name":"GPKGMapPointOptions"},"Classes/GPKGMapPointOptions.html#/c:objc(cs)GPKGMapPointOptions(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGMapPointOptions"},"Classes/GPKGMapPointOptions.html#/c:objc(cs)GPKGMapPointOptions(im)pinImage":{"name":"-pinImage","abstract":"

    Pin the image so the middle bottom of the image is drawn at the location

    ","parent_name":"GPKGMapPointOptions"},"Classes/GPKGMapPointOptions.html#/c:objc(cs)GPKGMapPointOptions(im)centerImage":{"name":"-centerImage","abstract":"

    Center the image so it is drawn with the center at the location

    ","parent_name":"GPKGMapPointOptions"},"Classes/GPKGMapPointOptions.html#/c:objc(cs)GPKGMapPointOptions(im)anchorWithU:andV:":{"name":"-anchorWithU:andV:","abstract":"

    Set the image so that is drawn according to the anchor values

    ","parent_name":"GPKGMapPointOptions"},"Classes/GPKGMapPoint.html#/c:objc(cs)GPKGMapPoint(py)coordinate":{"name":"coordinate","abstract":"

    Coordinate location

    ","parent_name":"GPKGMapPoint"},"Classes/GPKGMapPoint.html#/c:objc(cs)GPKGMapPoint(py)title":{"name":"title","abstract":"

    Title and subtitle

    ","parent_name":"GPKGMapPoint"},"Classes/GPKGMapPoint.html#/c:objc(cs)GPKGMapPoint(py)subtitle":{"name":"subtitle","abstract":"

    Title and subtitle

    ","parent_name":"GPKGMapPoint"},"Classes/GPKGMapPoint.html#/c:objc(cs)GPKGMapPoint(py)id":{"name":"id","abstract":"

    Map Point unique id

    ","parent_name":"GPKGMapPoint"},"Classes/GPKGMapPoint.html#/c:objc(cs)GPKGMapPoint(py)options":{"name":"options","abstract":"

    Map point options

    ","parent_name":"GPKGMapPoint"},"Classes/GPKGMapPoint.html#/c:objc(cs)GPKGMapPoint(py)data":{"name":"data","abstract":"

    Additional map point data stored with the point, any type of object may be stored

    ","parent_name":"GPKGMapPoint"},"Classes/GPKGMapPoint.html#/c:objc(cs)GPKGMapPoint(py)view":{"name":"view","abstract":"

    Map annotation view

    ","parent_name":"GPKGMapPoint"},"Classes/GPKGMapPoint.html#/c:objc(cs)GPKGMapPoint(im)initWithLocation:":{"name":"-initWithLocation:","abstract":"

    Initialize with coordinate

    ","parent_name":"GPKGMapPoint"},"Classes/GPKGMapPoint.html#/c:objc(cs)GPKGMapPoint(im)initWithLatitude:andLongitude:":{"name":"-initWithLatitude:andLongitude:","abstract":"

    Initialize with lat and lon

    ","parent_name":"GPKGMapPoint"},"Classes/GPKGMapPoint.html#/c:objc(cs)GPKGMapPoint(im)initWithPoint:":{"name":"-initWithPoint:","abstract":"

    Initialize with well-known binary point

    ","parent_name":"GPKGMapPoint"},"Classes/GPKGMapPoint.html#/c:objc(cs)GPKGMapPoint(im)initWithMKMapPoint:":{"name":"-initWithMKMapPoint:","abstract":"

    Initialize with MapKit map point

    ","parent_name":"GPKGMapPoint"},"Classes/GPKGMapPoint.html#/c:objc(cs)GPKGMapPoint(im)idAsNumber":{"name":"-idAsNumber","abstract":"

    Get the id as a number

    ","parent_name":"GPKGMapPoint"},"Classes/GPKGMapPoint.html#/c:objc(cs)GPKGMapPoint(im)hidden:":{"name":"-hidden:","abstract":"

    If the view has been set, change the hidden state

    ","parent_name":"GPKGMapPoint"},"Classes/GPKGLocationBoundingBox.html#/c:objc(cs)GPKGLocationBoundingBox(py)leftCoordinate":{"name":"leftCoordinate","abstract":"

    Left coordinate

    ","parent_name":"GPKGLocationBoundingBox"},"Classes/GPKGLocationBoundingBox.html#/c:objc(cs)GPKGLocationBoundingBox(py)upCoordinate":{"name":"upCoordinate","abstract":"

    Up coordinate

    ","parent_name":"GPKGLocationBoundingBox"},"Classes/GPKGLocationBoundingBox.html#/c:objc(cs)GPKGLocationBoundingBox(py)rightCoordinate":{"name":"rightCoordinate","abstract":"

    Right coordinate

    ","parent_name":"GPKGLocationBoundingBox"},"Classes/GPKGLocationBoundingBox.html#/c:objc(cs)GPKGLocationBoundingBox(py)downCoordinate":{"name":"downCoordinate","abstract":"

    Down coordinate

    ","parent_name":"GPKGLocationBoundingBox"},"Classes/GPKGLocationBoundingBox.html#/c:objc(cs)GPKGLocationBoundingBox(im)initWithCoordinate:":{"name":"-initWithCoordinate:","abstract":"

    Initialize

    ","parent_name":"GPKGLocationBoundingBox"},"Classes/GPKGLocationBoundingBox.html#/c:objc(cs)GPKGLocationBoundingBox(im)initWithLeft:andUp:andRight:andDown:":{"name":"-initWithLeft:andUp:andRight:andDown:","abstract":"

    Initialize

    ","parent_name":"GPKGLocationBoundingBox"},"Classes/GPKGLocationBoundingBox.html#/c:objc(cs)GPKGLocationBoundingBox(im)westCoordinate":{"name":"-westCoordinate","abstract":"

    Get the west coordinate

    ","parent_name":"GPKGLocationBoundingBox"},"Classes/GPKGLocationBoundingBox.html#/c:objc(cs)GPKGLocationBoundingBox(im)northwestCoordinate":{"name":"-northwestCoordinate","abstract":"

    Get the northwest coordinate

    ","parent_name":"GPKGLocationBoundingBox"},"Classes/GPKGLocationBoundingBox.html#/c:objc(cs)GPKGLocationBoundingBox(im)northCoordinate":{"name":"-northCoordinate","abstract":"

    Get the north coordinate

    ","parent_name":"GPKGLocationBoundingBox"},"Classes/GPKGLocationBoundingBox.html#/c:objc(cs)GPKGLocationBoundingBox(im)northeastCoordinate":{"name":"-northeastCoordinate","abstract":"

    Get the northeast coordinate

    ","parent_name":"GPKGLocationBoundingBox"},"Classes/GPKGLocationBoundingBox.html#/c:objc(cs)GPKGLocationBoundingBox(im)eastCoordinate":{"name":"-eastCoordinate","abstract":"

    Get the east coordinate

    ","parent_name":"GPKGLocationBoundingBox"},"Classes/GPKGLocationBoundingBox.html#/c:objc(cs)GPKGLocationBoundingBox(im)southeastCoordinate":{"name":"-southeastCoordinate","abstract":"

    Get the southeast coordinate

    ","parent_name":"GPKGLocationBoundingBox"},"Classes/GPKGLocationBoundingBox.html#/c:objc(cs)GPKGLocationBoundingBox(im)southCoordinate":{"name":"-southCoordinate","abstract":"

    Get the south coordinate

    ","parent_name":"GPKGLocationBoundingBox"},"Classes/GPKGLocationBoundingBox.html#/c:objc(cs)GPKGLocationBoundingBox(im)southwestCoordinate":{"name":"-southwestCoordinate","abstract":"

    Get the southwest coordinate

    ","parent_name":"GPKGLocationBoundingBox"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)init":{"name":"-init","abstract":"

    Initializer

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)databases":{"name":"-databases","abstract":"

    Get the mapping between databases and tables

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)databasesCount":{"name":"-databasesCount","abstract":"

    Get the databases count

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)tablesInDatabase:":{"name":"-tablesInDatabase:","abstract":"

    Get the mapping between tables and feature ids for the database

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)tablesCountInDatabase:":{"name":"-tablesCountInDatabase:","abstract":"

    Get the tables count for the database

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)featureIdsInDatabase:withTable:":{"name":"-featureIdsInDatabase:withTable:","abstract":"

    Get the mapping between feature ids and map shapes for the database and table

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)featureIdsCountInDatabase:withTable:":{"name":"-featureIdsCountInDatabase:withTable:","abstract":"

    Get the feature ids count for the database and table

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)featureShapeInDatabase:withTable:withFeatureId:":{"name":"-featureShapeInDatabase:withTable:withFeatureId:","abstract":"

    Get the feature shape for the database, table, and feature id

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)featureShapeCountInDatabase:withTable:withFeatureId:":{"name":"-featureShapeCountInDatabase:withTable:withFeatureId:","abstract":"

    Get the feature shape count for the database, table, and feature id

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)addMapShape:withFeatureId:toDatabase:withTable:":{"name":"-addMapShape:withFeatureId:toDatabase:withTable:","abstract":"

    Add a map shape with the feature id, database, and table

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)addMapMetadataShape:withFeatureId:toDatabase:withTable:":{"name":"-addMapMetadataShape:withFeatureId:toDatabase:withTable:","abstract":"

    Add a map metadata shape with the feature id, database, and table

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)existsWithFeatureId:inDatabase:withTable:":{"name":"-existsWithFeatureId:inDatabase:withTable:","abstract":"

    Check if map shapes exist for the feature id, database, and table

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)removeShapesFromMapView:":{"name":"-removeShapesFromMapView:","abstract":"

    Remove all map shapes from the map

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)removeShapesFromMapView:withExclusion:":{"name":"-removeShapesFromMapView:withExclusion:","abstract":"

    Remove all map shapes from the map, excluding shapes with the excluded type

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)removeShapesFromMapView:withExclusions:":{"name":"-removeShapesFromMapView:withExclusions:","abstract":"

    Remove all map shapes from the map, excluding shapes with the excluded types

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)removeShapesFromMapView:inDatabase:":{"name":"-removeShapesFromMapView:inDatabase:","abstract":"

    Remove all map shapes in the database from the map

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)removeShapesFromMapView:inDatabase:withExclusion:":{"name":"-removeShapesFromMapView:inDatabase:withExclusion:","abstract":"

    Remove all map shapes in the database from the map, excluding shapes with the excluded type

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)removeShapesFromMapView:inDatabase:withExclusions:":{"name":"-removeShapesFromMapView:inDatabase:withExclusions:","abstract":"

    Remove all map shapes in the database from the map, excluding shapes with the excluded types

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)removeShapesFromMapView:inDatabase:withTable:":{"name":"-removeShapesFromMapView:inDatabase:withTable:","abstract":"

    Remove all map shapes in the database and table from the map

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)removeShapesFromMapView:inDatabase:withTable:withExclusion:":{"name":"-removeShapesFromMapView:inDatabase:withTable:withExclusion:","abstract":"

    Remove all map shapes in the database and table from the map, excluding shapes with the excluded type

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)removeShapesFromMapView:inDatabase:withTable:withExclusions:":{"name":"-removeShapesFromMapView:inDatabase:withTable:withExclusions:","abstract":"

    Remove all map shapes in the database and table from the map, excluding shapes with the excluded types

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)removeShapesNotWithinMapView:":{"name":"-removeShapesNotWithinMapView:","abstract":"

    Remove all map shapes that are not visible in the map view

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)removeShapesNotWithinMapView:inDatabase:":{"name":"-removeShapesNotWithinMapView:inDatabase:","abstract":"

    Remove all map shapes in the database that are not visible in the map view

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)removeShapesNotWithinMapView:withBoundingBox:inDatabase:":{"name":"-removeShapesNotWithinMapView:withBoundingBox:inDatabase:","abstract":"

    Remove all map shapes in the database that are not visible in the bounding box

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)removeShapesNotWithinMapView:inDatabase:withTable:":{"name":"-removeShapesNotWithinMapView:inDatabase:withTable:","abstract":"

    Remove all map shapes in the database and table that are not visible in the map view

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)removeShapesNotWithinMapView:withBoundingBox:inDatabase:withTable:":{"name":"-removeShapesNotWithinMapView:withBoundingBox:inDatabase:withTable:","abstract":"

    Remove all map shapes in the database and table that are not visible in the bounding box

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)removeFeatureShapeFromMapView:inDatabase:withTable:withFeatureId:":{"name":"-removeFeatureShapeFromMapView:inDatabase:withTable:withFeatureId:","abstract":"

    Remove the feature shape from the database and table

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShapes.html#/c:objc(cs)GPKGFeatureShapes(im)clear":{"name":"-clear","abstract":"

    Clear

    ","parent_name":"GPKGFeatureShapes"},"Classes/GPKGFeatureShape.html#/c:objc(cs)GPKGFeatureShape(im)initWithId:":{"name":"-initWithId:","abstract":"

    Initializer

    ","parent_name":"GPKGFeatureShape"},"Classes/GPKGFeatureShape.html#/c:objc(cs)GPKGFeatureShape(im)featureId":{"name":"-featureId","abstract":"

    Get feature id

    ","parent_name":"GPKGFeatureShape"},"Classes/GPKGFeatureShape.html#/c:objc(cs)GPKGFeatureShape(im)shapes":{"name":"-shapes","abstract":"

    Get the map shapes

    ","parent_name":"GPKGFeatureShape"},"Classes/GPKGFeatureShape.html#/c:objc(cs)GPKGFeatureShape(im)metadataShapes":{"name":"-metadataShapes","abstract":"

    Get the map metadata shapes

    ","parent_name":"GPKGFeatureShape"},"Classes/GPKGFeatureShape.html#/c:objc(cs)GPKGFeatureShape(im)addShape:":{"name":"-addShape:","abstract":"

    Add a map shape

    ","parent_name":"GPKGFeatureShape"},"Classes/GPKGFeatureShape.html#/c:objc(cs)GPKGFeatureShape(im)addMetadataShape:":{"name":"-addMetadataShape:","abstract":"

    Add a metadata map shape

    ","parent_name":"GPKGFeatureShape"},"Classes/GPKGFeatureShape.html#/c:objc(cs)GPKGFeatureShape(im)count":{"name":"-count","abstract":"

    Get the count of map shapes

    ","parent_name":"GPKGFeatureShape"},"Classes/GPKGFeatureShape.html#/c:objc(cs)GPKGFeatureShape(im)hasShapes":{"name":"-hasShapes","abstract":"

    Determine if there are map shapes

    ","parent_name":"GPKGFeatureShape"},"Classes/GPKGFeatureShape.html#/c:objc(cs)GPKGFeatureShape(im)countMetadataShapes":{"name":"-countMetadataShapes","abstract":"

    Get the count of map metadata shapes

    ","parent_name":"GPKGFeatureShape"},"Classes/GPKGFeatureShape.html#/c:objc(cs)GPKGFeatureShape(im)hasMetadataShapes":{"name":"-hasMetadataShapes","abstract":"

    Determine if there are map metadata shapes

    ","parent_name":"GPKGFeatureShape"},"Classes/GPKGFeatureShape.html#/c:objc(cs)GPKGFeatureShape(im)removeFromMapView:":{"name":"-removeFromMapView:","abstract":"

    Remove all map shapes and metadata map shapes from the map and feature shape

    ","parent_name":"GPKGFeatureShape"},"Classes/GPKGFeatureShape.html#/c:objc(cs)GPKGFeatureShape(im)removeShapesFromMapView:":{"name":"-removeShapesFromMapView:","abstract":"

    Remove the map shapes from the map and feature shape

    ","parent_name":"GPKGFeatureShape"},"Classes/GPKGFeatureShape.html#/c:objc(cs)GPKGFeatureShape(im)removeMetadataShapesFromMapView:":{"name":"-removeMetadataShapesFromMapView:","abstract":"

    Remove the map metadata shapes from the map and feature shape

    ","parent_name":"GPKGFeatureShape"},"Classes/GPKGGeometryUtils.html#/c:objc(cs)GPKGGeometryUtils(cm)computeAreaOfDegreesPath:":{"name":"+computeAreaOfDegreesPath:","abstract":"

    Returns the area of a closed path on Earth.

    ","parent_name":"GPKGGeometryUtils"},"Classes/GPKGGeometryUtils.html#/c:objc(cs)GPKGGeometryUtils(cm)computeSignedAreaOfDegreesPath:":{"name":"+computeSignedAreaOfDegreesPath:","abstract":"

    Returns the signed area of a closed path on Earth. The sign of the area may be used to","parent_name":"GPKGGeometryUtils"},"Classes/GPKGGeometryUtils.html#/c:objc(cs)GPKGGeometryUtils(cm)isClosedPolygonWithPoints:":{"name":"+isClosedPolygonWithPoints:","abstract":"

    Check if the polygon points create a closed polygon with the first and last points at the same location

    ","parent_name":"GPKGGeometryUtils"},"Classes/GPKGGeometryUtils.html#/c:objc(cs)GPKGGeometryUtils(cm)toRadiansWithDegrees:":{"name":"+toRadiansWithDegrees:","abstract":"

    Convert degrees to radians

    ","parent_name":"GPKGGeometryUtils"},"Classes/GPKGGeometryUtils.html#/c:objc(cs)GPKGGeometryUtils(cm)toDegreesWithRadians:":{"name":"+toDegreesWithRadians:","abstract":"

    Convert radians to degrees

    ","parent_name":"GPKGGeometryUtils"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(py)extended":{"name":"extended","abstract":"

    True if an extended geometry, false if standard

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(py)empty":{"name":"empty","abstract":"

    True if the geometry is empty

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(py)byteOrder":{"name":"byteOrder","abstract":"

    Byte ordering, big or little endian

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(py)envelope":{"name":"envelope","abstract":"

    Geometry envelope

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(py)srsId":{"name":"srsId","abstract":"

    Spatial Reference System Id

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(py)wkbGeometryIndex":{"name":"wkbGeometryIndex","abstract":"

    Well-Known Binary Geometry index of where the bytes start

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(py)geometry":{"name":"geometry","abstract":"

    Geometry

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)geometryFilter":{"name":"+geometryFilter","abstract":"

    Get geometry filter

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)setGeometryFilter:":{"name":"+setGeometryFilter:","abstract":"

    Set the geometry filter

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)defaultSrsId":{"name":"+defaultSrsId","abstract":"

    Get the default SRS id

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)setDefaultSrsId:":{"name":"+setDefaultSrsId:","abstract":"

    Set the default SRS id

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)defaultByteOrder":{"name":"+defaultByteOrder","abstract":"

    Get the default byte order

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)setDefaultByteOrder:":{"name":"+setDefaultByteOrder:","abstract":"

    Set the default byte order

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)create":{"name":"+create","abstract":"

    Create geometry data, default SRS Id of {@link #defaultSrsId}

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createWithGeometry:":{"name":"+createWithGeometry:","abstract":"

    Create geometry data, default SRS Id of {@link #defaultSrsId}

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createAndBuildEnvelopeWithGeometry:":{"name":"+createAndBuildEnvelopeWithGeometry:","abstract":"

    Create geometry data and build the envelope, default SRS Id of","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createWithSrsId:":{"name":"+createWithSrsId:","abstract":"

    Create geometry data

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createWithSrsId:andGeometry:":{"name":"+createWithSrsId:andGeometry:","abstract":"

    Create geometry data

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createAndBuildEnvelopeWithSrsId:andGeometry:":{"name":"+createAndBuildEnvelopeWithSrsId:andGeometry:","abstract":"

    Create geometry data and build the envelope

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createAndWriteWithGeometry:":{"name":"+createAndWriteWithGeometry:","abstract":"

    Create geometry data and write the GeoPackage geometry bytes, default SRS","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createBuildEnvelopeAndWriteWithGeometry:":{"name":"+createBuildEnvelopeAndWriteWithGeometry:","abstract":"

    Create geometry data, build the envelope, and write the GeoPackage","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createAndWriteWithSrsId:andGeometry:":{"name":"+createAndWriteWithSrsId:andGeometry:","abstract":"

    Create geometry data and write the GeoPackage geometry bytes

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createBuildEnvelopeAndWriteWithSrsId:andGeometry:":{"name":"+createBuildEnvelopeAndWriteWithSrsId:andGeometry:","abstract":"

    Create geometry data, build the envelope, and write the GeoPackage","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createWithData:":{"name":"+createWithData:","abstract":"

    Create the geometry data from GeoPackage geometry bytes

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createWithGeometry:andEnvelope:":{"name":"+createWithGeometry:andEnvelope:","abstract":"

    Create the geometry data, default SRS Id of {@link #defaultSrsId()}

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createWithSrsId:andGeometry:andEnvelope:":{"name":"+createWithSrsId:andGeometry:andEnvelope:","abstract":"

    Create the geometry data

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createWithGeometryData:":{"name":"+createWithGeometryData:","abstract":"

    Copy the geometry data and create

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createFromWkb:":{"name":"+createFromWkb:","abstract":"

    Create the geometry data from Well-Known Bytes, default SRS Id of","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createAndBuildEnvelopeFromWkb:":{"name":"+createAndBuildEnvelopeFromWkb:","abstract":"

    Create the geometry data from Well-Known Bytes and build the envelope,","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createFromWkb:withSrsId:":{"name":"+createFromWkb:withSrsId:","abstract":"

    Create the geometry data from Well-Known Bytes

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createAndBuildEnvelopeFromWkb:withSrsId:":{"name":"+createAndBuildEnvelopeFromWkb:withSrsId:","abstract":"

    Create the geometry data from Well-Known Bytes and build the envelope

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createAndWriteFromWkb:":{"name":"+createAndWriteFromWkb:","abstract":"

    Create the geometry data from Well-Known Bytes and write the GeoPackage","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createBuildEnvelopeAndWriteFromWkb:":{"name":"+createBuildEnvelopeAndWriteFromWkb:","abstract":"

    Create the geometry data from Well-Known Bytes, build the envelope, and","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createAndWriteFromWkb:withSrsId:":{"name":"+createAndWriteFromWkb:withSrsId:","abstract":"

    Create the geometry data from Well-Known Bytes and write the GeoPackage","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createBuildEnvelopeAndWriteFromWkb:withSrsId:":{"name":"+createBuildEnvelopeAndWriteFromWkb:withSrsId:","abstract":"

    Create the geometry data from Well-Known Bytes, build the envelope, and","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createGeometryFromWkb:":{"name":"+createGeometryFromWkb:","abstract":"

    Create a geometry from Well-Known Bytes

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createFromWkt:":{"name":"+createFromWkt:","abstract":"

    Create the geometry data from Well-Known Text, default SRS Id of","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createAndBuildEnvelopeFromWkt:":{"name":"+createAndBuildEnvelopeFromWkt:","abstract":"

    Create the geometry data from Well-Known Text and build the envelope,","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createFromWkt:withSrsId:":{"name":"+createFromWkt:withSrsId:","abstract":"

    Create the geometry data from Well-Known Text

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createAndBuildEnvelopeFromWkt:withSrsId:":{"name":"+createAndBuildEnvelopeFromWkt:withSrsId:","abstract":"

    Create the geometry data from Well-Known Text and build the envelope

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createAndWriteFromWkt:":{"name":"+createAndWriteFromWkt:","abstract":"

    Create the geometry data from Well-Known Text and write the GeoPackage","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createBuildEnvelopeAndWriteFromWkt:":{"name":"+createBuildEnvelopeAndWriteFromWkt:","abstract":"

    Create the geometry data from Well-Known Text, build the envelope, and","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createAndWriteFromWkt:withSrsId:":{"name":"+createAndWriteFromWkt:withSrsId:","abstract":"

    Create the geometry data from Well-Known Text and write the GeoPackage","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createBuildEnvelopeAndWriteFromWkt:withSrsId:":{"name":"+createBuildEnvelopeAndWriteFromWkt:withSrsId:","abstract":"

    Create the geometry data from Well-Known Text, build the envelope, and","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)createGeometryFromWkt:":{"name":"+createGeometryFromWkt:","abstract":"

    Create a geometry from Well-Known Text

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)dataFromGeometry:":{"name":"+dataFromGeometry:","abstract":"

    GeoPackage geometry bytes from the geometry, default SRS Id of","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)dataAndBuildEnvelopeFromGeometry:":{"name":"+dataAndBuildEnvelopeFromGeometry:","abstract":"

    GeoPackage geometry bytes from the geometry with built envelope, default","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)dataFromGeometry:withSrsId:":{"name":"+dataFromGeometry:withSrsId:","abstract":"

    GeoPackage geometry bytes from the geometry

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)dataAndBuildEnvelopeFromGeometry:withSrsId:":{"name":"+dataAndBuildEnvelopeFromGeometry:withSrsId:","abstract":"

    GeoPackage geometry bytes from the geometry with built envelope

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)dataFromWkb:":{"name":"+dataFromWkb:","abstract":"

    GeoPackage geometry bytes from Well-Known bytes, default SRS Id of","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)dataAndBuildEnvelopeFromWkb:":{"name":"+dataAndBuildEnvelopeFromWkb:","abstract":"

    GeoPackage geometry bytes from Well-Known bytes with built envelope,","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)dataFromWkb:withSrsId:":{"name":"+dataFromWkb:withSrsId:","abstract":"

    GeoPackage geometry bytes from Well-Known bytes

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)dataAndBuildEnvelopeFromWkb:withSrsId:":{"name":"+dataAndBuildEnvelopeFromWkb:withSrsId:","abstract":"

    GeoPackage geometry bytes from Well-Known bytes with built envelope

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)dataFromWkt:":{"name":"+dataFromWkt:","abstract":"

    GeoPackage geometry bytes from Well-Known text, default SRS Id of","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)dataAndBuildEnvelopeFromWkt:":{"name":"+dataAndBuildEnvelopeFromWkt:","abstract":"

    GeoPackage geometry bytes from Well-Known text with built envelope,","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)dataFromWkt:withSrsId:":{"name":"+dataFromWkt:withSrsId:","abstract":"

    GeoPackage geometry bytes from Well-Known text

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)dataAndBuildEnvelopeFromWkt:withSrsId:":{"name":"+dataAndBuildEnvelopeFromWkt:withSrsId:","abstract":"

    GeoPackage geometry bytes from Well-Known text with built envelope

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)wkbFromGeometryData:":{"name":"+wkbFromGeometryData:","abstract":"

    Well-Known Bytes from the geometry data

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)wkbFromGeometry:":{"name":"+wkbFromGeometry:","abstract":"

    Well-Known Bytes from the geometry

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)wkbFromData:":{"name":"+wkbFromData:","abstract":"

    Well-Known Bytes from GeoPackage geometry bytes

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)wkbFromWkt:":{"name":"+wkbFromWkt:","abstract":"

    Well-Known Bytes from Well-Known Text

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)wktFromGeometryData:":{"name":"+wktFromGeometryData:","abstract":"

    Well-Known Text from the geometry data

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)wktFromGeometry:":{"name":"+wktFromGeometry:","abstract":"

    Well-Known Text from the geometry

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)wktFromData:":{"name":"+wktFromData:","abstract":"

    Well-Known Text from GeoPackage Geometry Bytes

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)wktFromWkb:":{"name":"+wktFromWkb:","abstract":"

    Well-Known Text from Well-Known Bytes

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)init":{"name":"-init","abstract":"

    Default Initialize, default SRS Id of {@link #defaultSrsId}

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)initWithGeometry:":{"name":"-initWithGeometry:","abstract":"

    Initialize, default SRS Id of {@link #defaultSrsId}

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)initWithGeometry:andBuildEnvelope:":{"name":"-initWithGeometry:andBuildEnvelope:","abstract":"

    Initialize

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)initWithSrsId:":{"name":"-initWithSrsId:","abstract":"

    Initialize

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)initWithSrsId:andGeometry:":{"name":"-initWithSrsId:andGeometry:","abstract":"

    Initialize

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)initWithSrsId:andGeometry:andBuildEnvelope:":{"name":"-initWithSrsId:andGeometry:andBuildEnvelope:","abstract":"

    Initialize

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)initWithGeometry:andEnvelope:":{"name":"-initWithGeometry:andEnvelope:","abstract":"

    Initialize, default SRS Id of {@link #defaultSrsId}

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)initWithSrsId:andGeometry:andEnvelope:":{"name":"-initWithSrsId:andGeometry:andEnvelope:","abstract":"

    Initialize

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)initWithGeometryData:":{"name":"-initWithGeometryData:","abstract":"

    Copy Initialize

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)initWithData:":{"name":"-initWithData:","abstract":"

    Initialize

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)fromData:":{"name":"-fromData:","abstract":"

    Populate the geometry data from the byte data

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)toData":{"name":"-toData","abstract":"

    Write the geometry to byte data

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)boundingBox":{"name":"-boundingBox","abstract":"

    Get the bounding box of the geometry envelope

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)getOrReadGeometry":{"name":"-getOrReadGeometry","abstract":"

    Get the geometry or read it from geometry bytes

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)setData:":{"name":"-setData:","abstract":"

    Set the byte data

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)setData:andGeometryIndex:":{"name":"-setData:andGeometryIndex:","abstract":"

    Set the byte data

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)setHeaderData:":{"name":"-setHeaderData:","abstract":"

    Set the geometry header byte data

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)setGeometryData:":{"name":"-setGeometryData:","abstract":"

    Set the geometry byte data. Updates the empty flag. Extended flag should be","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)setDataWithGeometry:":{"name":"-setDataWithGeometry:","abstract":"

    Set the geometry and write to bytes

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)setDataAndBuildEnvelopeWithGeometry:":{"name":"-setDataAndBuildEnvelopeWithGeometry:","abstract":"

    Set the geometry, build the envelope, and write to bytes

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)setGeometryFromWkb:":{"name":"-setGeometryFromWkb:","abstract":"

    Set the geometry from Well-Known bytes

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)setGeometryFromWkt:":{"name":"-setGeometryFromWkt:","abstract":"

    Set the geometry from Well-Known text

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)clearData":{"name":"-clearData","abstract":"

    Clear the byte data

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)clearHeaderData":{"name":"-clearHeaderData","abstract":"

    Clear the header byte data and overall byte data

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)clearGeometryData":{"name":"-clearGeometryData","abstract":"

    Clear the geometry byte data and overall byte data

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)data":{"name":"-data","abstract":"

    Get the byte data of the entire GeoPackage geometry including GeoPackage","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)headerData":{"name":"-headerData","abstract":"

    Get the GeoPackage header byte data

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)wkb":{"name":"-wkb","abstract":"

    Get the Well-Known Binary Geometry byte data

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)wkt":{"name":"-wkt","abstract":"

    Get a Well-Known text string from the geometry

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)getOrBuildEnvelope":{"name":"-getOrBuildEnvelope","abstract":"

    Get the envelope if it exists or build, set, and retrieve it from the","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)buildEnvelope":{"name":"-buildEnvelope","abstract":"

    Build, set, and retrieve the envelope from the geometry

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)getOrBuildBoundingBox":{"name":"-getOrBuildBoundingBox","abstract":"

    Get the bounding box of the geometry envelope if it exists or build, set","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)buildBoundingBox":{"name":"-buildBoundingBox","abstract":"

    Build, set, and retrieve the bounding box from the geometry

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(cm)indicatorWithEnvelope:":{"name":"+indicatorWithEnvelope:","abstract":"

    Get the envelope flag indicator","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryData.html#/c:objc(cs)GPKGGeometryData(im)transform:":{"name":"-transform:","abstract":"

    Transform the geometry data using the provided projection transform

    ","parent_name":"GPKGGeometryData"},"Classes/GPKGGeometryCrop.html#/c:objc(cs)GPKGGeometryCrop(cm)cropGeometryData:inProjection:":{"name":"+cropGeometryData:inProjection:","abstract":"

    Crop the geometry data with a world map envelope, defined in the provided","parent_name":"GPKGGeometryCrop"},"Classes/GPKGGeometryCrop.html#/c:objc(cs)GPKGGeometryCrop(cm)cropGeometryData:withEnvelope:inProjection:":{"name":"+cropGeometryData:withEnvelope:inProjection:","abstract":"

    Crop the geometry data with the envelope, both in the provided projection

    ","parent_name":"GPKGGeometryCrop"},"Classes/GPKGGeometryCrop.html#/c:objc(cs)GPKGGeometryCrop(cm)cropGeometry:inProjection:":{"name":"+cropGeometry:inProjection:","abstract":"

    Crop the geometry with a world map envelope, defined in the provided","parent_name":"GPKGGeometryCrop"},"Classes/GPKGGeometryCrop.html#/c:objc(cs)GPKGGeometryCrop(cm)cropGeometry:withEnvelope:inProjection:":{"name":"+cropGeometry:withEnvelope:inProjection:","abstract":"

    Crop the geometry with the envelope, both in the provided projection

    ","parent_name":"GPKGGeometryCrop"},"Classes/GPKGGeometryCrop.html#/c:objc(cs)GPKGGeometryCrop(cm)envelopeForProjection:":{"name":"+envelopeForProjection:","abstract":"

    Get a geometry envelope for the projection

    ","parent_name":"GPKGGeometryCrop"},"Classes/GPKGManualFeatureQueryResults.html#/c:objc(cs)GPKGManualFeatureQueryResults(im)initWithFeatureDao:andIds:":{"name":"-initWithFeatureDao:andIds:","abstract":"

    Initialize

    ","parent_name":"GPKGManualFeatureQueryResults"},"Classes/GPKGManualFeatureQueryResults.html#/c:objc(cs)GPKGManualFeatureQueryResults(im)initWithFeatureDao:andColumns:andIds:":{"name":"-initWithFeatureDao:andColumns:andIds:","abstract":"

    Initialize

    ","parent_name":"GPKGManualFeatureQueryResults"},"Classes/GPKGManualFeatureQueryResults.html#/c:objc(cs)GPKGManualFeatureQueryResults(im)featureDao":{"name":"-featureDao","abstract":"

    Get the feature DAO

    ","parent_name":"GPKGManualFeatureQueryResults"},"Classes/GPKGManualFeatureQueryResults.html#/c:objc(cs)GPKGManualFeatureQueryResults(im)columns":{"name":"-columns","abstract":"

    Get the feature columns

    ","parent_name":"GPKGManualFeatureQueryResults"},"Classes/GPKGManualFeatureQueryResults.html#/c:objc(cs)GPKGManualFeatureQueryResults(im)featureIds":{"name":"-featureIds","abstract":"

    Get the feature ids

    ","parent_name":"GPKGManualFeatureQueryResults"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(py)chunkLimit":{"name":"chunkLimit","abstract":"

    Query single chunk limit

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(py)tolerance":{"name":"tolerance","abstract":"

    Query range tolerance

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)initWithFeatureDao:":{"name":"-initWithFeatureDao:","abstract":"

    Initialize

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)featureDao":{"name":"-featureDao","abstract":"

    Get the feature DAO

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)query":{"name":"-query","abstract":"

    Query for features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:":{"name":"-queryWithDistinct:","abstract":"

    Query for features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithColumns:":{"name":"-queryWithColumns:","abstract":"

    Query for features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andColumns:":{"name":"-queryWithDistinct:andColumns:","abstract":"

    Query for features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)count":{"name":"-count","abstract":"

    Get the count of features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithGeometries":{"name":"-countWithGeometries","abstract":"

    Get the count of features with non null geometries

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithColumn:":{"name":"-countWithColumn:","abstract":"

    Get a count of results

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithDistinct:andColumn:":{"name":"-countWithDistinct:andColumn:","abstract":"

    Get a count of results

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithFieldValues:":{"name":"-queryWithFieldValues:","abstract":"

    Query for features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andFieldValues:":{"name":"-queryWithDistinct:andFieldValues:","abstract":"

    Query for features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithColumns:andFieldValues:":{"name":"-queryWithColumns:andFieldValues:","abstract":"

    Query for features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andColumns:andFieldValues:":{"name":"-queryWithDistinct:andColumns:andFieldValues:","abstract":"

    Query for features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithFieldValues:":{"name":"-countWithFieldValues:","abstract":"

    Count features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithColumn:andFieldValues:":{"name":"-countWithColumn:andFieldValues:","abstract":"

    Count features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithDistinct:andColumn:andFieldValues:":{"name":"-countWithDistinct:andColumn:andFieldValues:","abstract":"

    Count features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWhere:":{"name":"-queryWhere:","abstract":"

    Query for features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andWhere:":{"name":"-queryWithDistinct:andWhere:","abstract":"

    Query for features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithColumns:andWhere:":{"name":"-queryWithColumns:andWhere:","abstract":"

    Query for features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andColumns:andWhere:":{"name":"-queryWithDistinct:andColumns:andWhere:","abstract":"

    Query for features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWhere:":{"name":"-countWhere:","abstract":"

    Count features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithColumn:andWhere:":{"name":"-countWithColumn:andWhere:","abstract":"

    Count features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithDistinct:andColumn:andWhere:":{"name":"-countWithDistinct:andColumn:andWhere:","abstract":"

    Count features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWhere:andWhereArgs:":{"name":"-queryWhere:andWhereArgs:","abstract":"

    Query for features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andWhere:andWhereArgs:":{"name":"-queryWithDistinct:andWhere:andWhereArgs:","abstract":"

    Query for features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithColumns:andWhere:andWhereArgs:":{"name":"-queryWithColumns:andWhere:andWhereArgs:","abstract":"

    Query for features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andColumns:andWhere:andWhereArgs:":{"name":"-queryWithDistinct:andColumns:andWhere:andWhereArgs:","abstract":"

    Query for features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWhere:andWhereArgs:":{"name":"-countWhere:andWhereArgs:","abstract":"

    Count features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithColumn:andWhere:andWhereArgs:":{"name":"-countWithColumn:andWhere:andWhereArgs:","abstract":"

    Count features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithDistinct:andColumn:andWhere:andWhereArgs:":{"name":"-countWithDistinct:andColumn:andWhere:andWhereArgs:","abstract":"

    Count features

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)boundingBox":{"name":"-boundingBox","abstract":"

    Manually build the bounds of the feature table

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)boundingBoxInProjection:":{"name":"-boundingBoxInProjection:","abstract":"

    Manually build the bounds of the feature table in the provided projection

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithBoundingBox:":{"name":"-queryWithBoundingBox:","abstract":"

    Manually query for rows within the bounding box

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andBoundingBox:":{"name":"-queryWithDistinct:andBoundingBox:","abstract":"

    Manually query for rows within the bounding box

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithColumns:andBoundingBox:":{"name":"-queryWithColumns:andBoundingBox:","abstract":"

    Manually query for rows within the bounding box

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andColumns:andBoundingBox:":{"name":"-queryWithDistinct:andColumns:andBoundingBox:","abstract":"

    Manually query for rows within the bounding box

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithBoundingBox:":{"name":"-countWithBoundingBox:","abstract":"

    Manually count the rows within the bounding box

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithBoundingBox:andFieldValues:":{"name":"-queryWithBoundingBox:andFieldValues:","abstract":"

    Manually query for rows within the bounding box

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andBoundingBox:andFieldValues:":{"name":"-queryWithDistinct:andBoundingBox:andFieldValues:","abstract":"

    Manually query for rows within the bounding box

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithColumns:andBoundingBox:andFieldValues:":{"name":"-queryWithColumns:andBoundingBox:andFieldValues:","abstract":"

    Manually query for rows within the bounding box

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andColumns:andBoundingBox:andFieldValues:":{"name":"-queryWithDistinct:andColumns:andBoundingBox:andFieldValues:","abstract":"

    Manually query for rows within the bounding box

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithBoundingBox:andFieldValues:":{"name":"-countWithBoundingBox:andFieldValues:","abstract":"

    Manually count the rows within the bounding box

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithBoundingBox:andWhere:":{"name":"-queryWithBoundingBox:andWhere:","abstract":"

    Manually query for rows within the bounding box

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andBoundingBox:andWhere:":{"name":"-queryWithDistinct:andBoundingBox:andWhere:","abstract":"

    Manually query for rows within the bounding box

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithColumns:andBoundingBox:andWhere:":{"name":"-queryWithColumns:andBoundingBox:andWhere:","abstract":"

    Manually query for rows within the bounding box

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andColumns:andBoundingBox:andWhere:":{"name":"-queryWithDistinct:andColumns:andBoundingBox:andWhere:","abstract":"

    Manually query for rows within the bounding box

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithBoundingBox:andWhere:":{"name":"-countWithBoundingBox:andWhere:","abstract":"

    Manually count the rows within the bounding box

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithBoundingBox:andWhere:andWhereArgs:":{"name":"-queryWithBoundingBox:andWhere:andWhereArgs:","abstract":"

    Manually query for rows within the bounding box

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andBoundingBox:andWhere:andWhereArgs:":{"name":"-queryWithDistinct:andBoundingBox:andWhere:andWhereArgs:","abstract":"

    Manually query for rows within the bounding box

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithColumns:andBoundingBox:andWhere:andWhereArgs:":{"name":"-queryWithColumns:andBoundingBox:andWhere:andWhereArgs:","abstract":"

    Manually query for rows within the bounding box

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:":{"name":"-queryWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:","abstract":"

    Manually query for rows within the bounding box

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithBoundingBox:andWhere:andWhereArgs:":{"name":"-countWithBoundingBox:andWhere:andWhereArgs:","abstract":"

    Manually count the rows within the bounding box

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithBoundingBox:inProjection:":{"name":"-queryWithBoundingBox:inProjection:","abstract":"

    Manually query for rows within the bounding box in the provided","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andBoundingBox:inProjection:":{"name":"-queryWithDistinct:andBoundingBox:inProjection:","abstract":"

    Manually query for rows within the bounding box in the provided","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithColumns:andBoundingBox:inProjection:":{"name":"-queryWithColumns:andBoundingBox:inProjection:","abstract":"

    Manually query for rows within the bounding box in the provided","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andColumns:andBoundingBox:inProjection:":{"name":"-queryWithDistinct:andColumns:andBoundingBox:inProjection:","abstract":"

    Manually query for rows within the bounding box in the provided","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithBoundingBox:inProjection:":{"name":"-countWithBoundingBox:inProjection:","abstract":"

    Manually count the rows within the bounding box in the provided","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithBoundingBox:inProjection:andFieldValues:":{"name":"-queryWithBoundingBox:inProjection:andFieldValues:","abstract":"

    Manually query for rows within the bounding box in the provided","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andBoundingBox:inProjection:andFieldValues:":{"name":"-queryWithDistinct:andBoundingBox:inProjection:andFieldValues:","abstract":"

    Manually query for rows within the bounding box in the provided","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithColumns:andBoundingBox:inProjection:andFieldValues:":{"name":"-queryWithColumns:andBoundingBox:inProjection:andFieldValues:","abstract":"

    Manually query for rows within the bounding box in the provided","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:":{"name":"-queryWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:","abstract":"

    Manually query for rows within the bounding box in the provided","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithBoundingBox:inProjection:andFieldValues:":{"name":"-countWithBoundingBox:inProjection:andFieldValues:","abstract":"

    Manually count the rows within the bounding box in the provided","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithBoundingBox:inProjection:andWhere:":{"name":"-queryWithBoundingBox:inProjection:andWhere:","abstract":"

    Manually query for rows within the bounding box in the provided","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andBoundingBox:inProjection:andWhere:":{"name":"-queryWithDistinct:andBoundingBox:inProjection:andWhere:","abstract":"

    Manually query for rows within the bounding box in the provided","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithColumns:andBoundingBox:inProjection:andWhere:":{"name":"-queryWithColumns:andBoundingBox:inProjection:andWhere:","abstract":"

    Manually query for rows within the bounding box in the provided","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:":{"name":"-queryWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:","abstract":"

    Manually query for rows within the bounding box in the provided","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithBoundingBox:inProjection:andWhere:":{"name":"-countWithBoundingBox:inProjection:andWhere:","abstract":"

    Manually count the rows within the bounding box in the provided","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-queryWithBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Manually query for rows within the bounding box in the provided","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-queryWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Manually query for rows within the bounding box in the provided","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-queryWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Manually query for rows within the bounding box in the provided","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-queryWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Manually query for rows within the bounding box in the provided","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-countWithBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Manually count the rows within the bounding box in the provided","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithEnvelope:":{"name":"-queryWithEnvelope:","abstract":"

    Manually query for rows within the geometry envelope

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andEnvelope:":{"name":"-queryWithDistinct:andEnvelope:","abstract":"

    Manually query for rows within the geometry envelope

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithColumns:andEnvelope:":{"name":"-queryWithColumns:andEnvelope:","abstract":"

    Manually query for rows within the geometry envelope

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andColumns:andEnvelope:":{"name":"-queryWithDistinct:andColumns:andEnvelope:","abstract":"

    Manually query for rows within the geometry envelope

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithEnvelope:":{"name":"-countWithEnvelope:","abstract":"

    Manually count the rows within the geometry envelope

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithEnvelope:andFieldValues:":{"name":"-queryWithEnvelope:andFieldValues:","abstract":"

    Manually query for rows within the geometry envelope

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andEnvelope:andFieldValues:":{"name":"-queryWithDistinct:andEnvelope:andFieldValues:","abstract":"

    Manually query for rows within the geometry envelope

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithColumns:andEnvelope:andFieldValues:":{"name":"-queryWithColumns:andEnvelope:andFieldValues:","abstract":"

    Manually query for rows within the geometry envelope

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andColumns:andEnvelope:andFieldValues:":{"name":"-queryWithDistinct:andColumns:andEnvelope:andFieldValues:","abstract":"

    Manually query for rows within the geometry envelope

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithEnvelope:andFieldValues:":{"name":"-countWithEnvelope:andFieldValues:","abstract":"

    Manually count the rows within the geometry envelope

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithEnvelope:andWhere:":{"name":"-queryWithEnvelope:andWhere:","abstract":"

    Manually query for rows within the geometry envelope

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andEnvelope:andWhere:":{"name":"-queryWithDistinct:andEnvelope:andWhere:","abstract":"

    Manually query for rows within the geometry envelope

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithColumns:andEnvelope:andWhere:":{"name":"-queryWithColumns:andEnvelope:andWhere:","abstract":"

    Manually query for rows within the geometry envelope

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andColumns:andEnvelope:andWhere:":{"name":"-queryWithDistinct:andColumns:andEnvelope:andWhere:","abstract":"

    Manually query for rows within the geometry envelope

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithEnvelope:andWhere:":{"name":"-countWithEnvelope:andWhere:","abstract":"

    Manually count the rows within the geometry envelope

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithEnvelope:andWhere:andWhereArgs:":{"name":"-queryWithEnvelope:andWhere:andWhereArgs:","abstract":"

    Manually query for rows within the geometry envelope

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andEnvelope:andWhere:andWhereArgs:":{"name":"-queryWithDistinct:andEnvelope:andWhere:andWhereArgs:","abstract":"

    Manually query for rows within the geometry envelope

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithColumns:andEnvelope:andWhere:andWhereArgs:":{"name":"-queryWithColumns:andEnvelope:andWhere:andWhereArgs:","abstract":"

    Manually query for rows within the geometry envelope

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:":{"name":"-queryWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:","abstract":"

    Manually query for rows within the geometry envelope

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithEnvelope:andWhere:andWhereArgs:":{"name":"-countWithEnvelope:andWhere:andWhereArgs:","abstract":"

    Manually count the rows within the geometry envelope

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithMinX:andMinY:andMaxX:andMaxY:":{"name":"-queryWithMinX:andMinY:andMaxX:andMaxY:","abstract":"

    Manually query for rows within the bounds

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andMinX:andMinY:andMaxX:andMaxY:":{"name":"-queryWithDistinct:andMinX:andMinY:andMaxX:andMaxY:","abstract":"

    Manually query for rows within the bounds

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithColumns:andMinX:andMinY:andMaxX:andMaxY:":{"name":"-queryWithColumns:andMinX:andMinY:andMaxX:andMaxY:","abstract":"

    Manually query for rows within the bounds

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:":{"name":"-queryWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:","abstract":"

    Manually query for rows within the bounds

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithMinX:andMinY:andMaxX:andMaxY:":{"name":"-countWithMinX:andMinY:andMaxX:andMaxY:","abstract":"

    Manually count the rows within the bounds

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithMinX:andMinY:andMaxX:andMaxY:andFieldValues:":{"name":"-queryWithMinX:andMinY:andMaxX:andMaxY:andFieldValues:","abstract":"

    Manually query for rows within the bounds

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:":{"name":"-queryWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:","abstract":"

    Manually query for rows within the bounds

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithColumns:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:":{"name":"-queryWithColumns:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:","abstract":"

    Manually query for rows within the bounds

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:":{"name":"-queryWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:","abstract":"

    Manually query for rows within the bounds

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithMinX:andMinY:andMaxX:andMaxY:andFieldValues:":{"name":"-countWithMinX:andMinY:andMaxX:andMaxY:andFieldValues:","abstract":"

    Manually count the rows within the bounds

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithMinX:andMinY:andMaxX:andMaxY:andWhere:":{"name":"-queryWithMinX:andMinY:andMaxX:andMaxY:andWhere:","abstract":"

    Manually query for rows within the bounds

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andWhere:":{"name":"-queryWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andWhere:","abstract":"

    Manually query for rows within the bounds

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:":{"name":"-queryWithColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:","abstract":"

    Manually query for rows within the bounds

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:":{"name":"-queryWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:","abstract":"

    Manually query for rows within the bounds

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithMinX:andMinY:andMaxX:andMaxY:andWhere:":{"name":"-countWithMinX:andMinY:andMaxX:andMaxY:andWhere:","abstract":"

    Manually count the rows within the bounds

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:":{"name":"-queryWithMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:","abstract":"

    Manually query for rows within the bounds

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:":{"name":"-queryWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:","abstract":"

    Manually query for rows within the bounds

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:":{"name":"-queryWithColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:","abstract":"

    Manually query for rows within the bounds

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:":{"name":"-queryWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:","abstract":"

    Manually query for rows within the bounds

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)countWithMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:":{"name":"-countWithMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:","abstract":"

    Manually count the rows within the bounds

    ","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithLimit:":{"name":"-queryForChunkWithLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithLimit:andOffset:":{"name":"-queryForChunkWithLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithOrderBy:andLimit:":{"name":"-queryForChunkWithOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andLimit:":{"name":"-queryForChunkWithDistinct:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithColumns:andLimit:":{"name":"-queryForChunkWithColumns:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithColumns:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithColumns:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithColumns:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andColumns:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andColumns:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andColumns:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andColumns:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithFieldValues:andLimit:":{"name":"-queryForChunkWithFieldValues:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithFieldValues:andLimit:andOffset:":{"name":"-queryForChunkWithFieldValues:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithFieldValues:andOrderBy:andLimit:":{"name":"-queryForChunkWithFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andFieldValues:andLimit:":{"name":"-queryForChunkWithDistinct:andFieldValues:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andFieldValues:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andFieldValues:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithColumns:andFieldValues:andLimit:":{"name":"-queryForChunkWithColumns:andFieldValues:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithColumns:andFieldValues:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithColumns:andFieldValues:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithColumns:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andColumns:andFieldValues:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andFieldValues:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andColumns:andFieldValues:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andColumns:andFieldValues:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andColumns:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithWhere:andLimit:":{"name":"-queryForChunkWithWhere:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithWhere:andLimit:andOffset:":{"name":"-queryForChunkWithWhere:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithWhere:andOrderBy:andLimit:":{"name":"-queryForChunkWithWhere:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andWhere:andLimit:":{"name":"-queryForChunkWithDistinct:andWhere:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andWhere:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andWhere:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andWhere:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithColumns:andWhere:andLimit:":{"name":"-queryForChunkWithColumns:andWhere:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithColumns:andWhere:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andWhere:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithColumns:andWhere:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithColumns:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andColumns:andWhere:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andWhere:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andColumns:andWhere:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andWhere:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andColumns:andWhere:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andColumns:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithWhere:andWhereArgs:andLimit:":{"name":"-queryForChunkWithWhere:andWhereArgs:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryForChunkWithWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryForChunkWithWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andWhere:andWhereArgs:andLimit:":{"name":"-queryForChunkWithDistinct:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithColumns:andWhere:andWhereArgs:andLimit:":{"name":"-queryForChunkWithColumns:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithColumns:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Manually query for rows within the geometry envelope, starting at the","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGManualFeatureQuery.html#/c:objc(cs)GPKGManualFeatureQuery(im)queryForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Manually query for rows within the bounds, starting at the offset and","parent_name":"GPKGManualFeatureQuery"},"Classes/GPKGFeatureTableReader.html#/c:objc(cs)GPKGFeatureTableReader(py)columnName":{"name":"columnName","abstract":"

    Geometry column name

    ","parent_name":"GPKGFeatureTableReader"},"Classes/GPKGFeatureTableReader.html#/c:objc(cs)GPKGFeatureTableReader(im)initWithGeometryColumns:":{"name":"-initWithGeometryColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTableReader"},"Classes/GPKGFeatureTableReader.html#/c:objc(cs)GPKGFeatureTableReader(im)initWithTable:andGeometryColumn:":{"name":"-initWithTable:andGeometryColumn:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTableReader"},"Classes/GPKGFeatureTableReader.html#/c:objc(cs)GPKGFeatureTableReader(im)initWithTable:":{"name":"-initWithTable:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTableReader"},"Classes/GPKGFeatureTableReader.html#/c:objc(cs)GPKGFeatureTableReader(im)readFeatureTableWithConnection:":{"name":"-readFeatureTableWithConnection:","abstract":"

    Read the feature table with the database connection

    ","parent_name":"GPKGFeatureTableReader"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)create":{"name":"+create","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithAutoincrement:":{"name":"+createWithAutoincrement:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithGeometryColumns:":{"name":"+createWithGeometryColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithGeometryColumns:andAutoincrement:":{"name":"+createWithGeometryColumns:andAutoincrement:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithGeometryColumns:andBoundingBox:":{"name":"+createWithGeometryColumns:andBoundingBox:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithGeometryColumns:andAutoincrement:andBoundingBox:":{"name":"+createWithGeometryColumns:andAutoincrement:andBoundingBox:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithGeometryColumns:andIdColumn:":{"name":"+createWithGeometryColumns:andIdColumn:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithGeometryColumns:andIdColumn:andAutoincrement:":{"name":"+createWithGeometryColumns:andIdColumn:andAutoincrement:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithGeometryColumns:andIdColumn:andBoundingBox:":{"name":"+createWithGeometryColumns:andIdColumn:andBoundingBox:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithGeometryColumns:andIdColumn:andAutoincrement:andBoundingBox:":{"name":"+createWithGeometryColumns:andIdColumn:andAutoincrement:andBoundingBox:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithGeometryColumns:andAdditionalColumns:":{"name":"+createWithGeometryColumns:andAdditionalColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithGeometryColumns:andAutoincrement:andAdditionalColumns:":{"name":"+createWithGeometryColumns:andAutoincrement:andAdditionalColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithGeometryColumns:andAdditionalColumns:andBoundingBox:":{"name":"+createWithGeometryColumns:andAdditionalColumns:andBoundingBox:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithGeometryColumns:andAutoincrement:andAdditionalColumns:andBoundingBox:":{"name":"+createWithGeometryColumns:andAutoincrement:andAdditionalColumns:andBoundingBox:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithGeometryColumns:andIdColumn:andAdditionalColumns:":{"name":"+createWithGeometryColumns:andIdColumn:andAdditionalColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithGeometryColumns:andIdColumn:andAutoincrement:andAdditionalColumns:":{"name":"+createWithGeometryColumns:andIdColumn:andAutoincrement:andAdditionalColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithGeometryColumns:andIdColumn:andAdditionalColumns:andBoundingBox:":{"name":"+createWithGeometryColumns:andIdColumn:andAdditionalColumns:andBoundingBox:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithGeometryColumns:andIdColumn:andAutoincrement:andAdditionalColumns:andBoundingBox:":{"name":"+createWithGeometryColumns:andIdColumn:andAutoincrement:andAdditionalColumns:andBoundingBox:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithGeometryColumns:andColumns:":{"name":"+createWithGeometryColumns:andColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithGeometryColumns:andBoundingBox:andColumns:":{"name":"+createWithGeometryColumns:andBoundingBox:andColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithGeometryColumns:andTable:":{"name":"+createWithGeometryColumns:andTable:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithGeometryColumns:andBoundingBox:andTable:":{"name":"+createWithGeometryColumns:andBoundingBox:andTable:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithDataType:":{"name":"+createWithDataType:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithDataType:andAutoincrement:":{"name":"+createWithDataType:andAutoincrement:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithDataType:andGeometryColumns:":{"name":"+createWithDataType:andGeometryColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithDataType:andGeometryColumns:andAutoincrement:":{"name":"+createWithDataType:andGeometryColumns:andAutoincrement:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithDataType:andGeometryColumns:andBoundingBox:":{"name":"+createWithDataType:andGeometryColumns:andBoundingBox:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithDataType:andGeometryColumns:andAutoincrement:andBoundingBox:":{"name":"+createWithDataType:andGeometryColumns:andAutoincrement:andBoundingBox:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithDataType:andGeometryColumns:andIdColumn:":{"name":"+createWithDataType:andGeometryColumns:andIdColumn:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithDataType:andGeometryColumns:andIdColumn:andAutoincrement:":{"name":"+createWithDataType:andGeometryColumns:andIdColumn:andAutoincrement:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithDataType:andGeometryColumns:andIdColumn:andBoundingBox:":{"name":"+createWithDataType:andGeometryColumns:andIdColumn:andBoundingBox:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithDataType:andGeometryColumns:andIdColumn:andAutoincrement:andBoundingBox:":{"name":"+createWithDataType:andGeometryColumns:andIdColumn:andAutoincrement:andBoundingBox:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithDataType:andGeometryColumns:andAdditionalColumns:":{"name":"+createWithDataType:andGeometryColumns:andAdditionalColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithDataType:andGeometryColumns:andAutoincrement:andAdditionalColumns:":{"name":"+createWithDataType:andGeometryColumns:andAutoincrement:andAdditionalColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithDataType:andGeometryColumns:andAdditionalColumns:andBoundingBox:":{"name":"+createWithDataType:andGeometryColumns:andAdditionalColumns:andBoundingBox:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithDataType:andGeometryColumns:andAutoincrement:andAdditionalColumns:andBoundingBox:":{"name":"+createWithDataType:andGeometryColumns:andAutoincrement:andAdditionalColumns:andBoundingBox:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithDataType:andGeometryColumns:andIdColumn:andAdditionalColumns:":{"name":"+createWithDataType:andGeometryColumns:andIdColumn:andAdditionalColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithDataType:andGeometryColumns:andIdColumn:andAutoincrement:andAdditionalColumns:":{"name":"+createWithDataType:andGeometryColumns:andIdColumn:andAutoincrement:andAdditionalColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithDataType:andGeometryColumns:andIdColumn:andAdditionalColumns:andBoundingBox:":{"name":"+createWithDataType:andGeometryColumns:andIdColumn:andAdditionalColumns:andBoundingBox:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithDataType:andGeometryColumns:andIdColumn:andAutoincrement:andAdditionalColumns:andBoundingBox:":{"name":"+createWithDataType:andGeometryColumns:andIdColumn:andAutoincrement:andAdditionalColumns:andBoundingBox:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithDataType:andGeometryColumns:andColumns:":{"name":"+createWithDataType:andGeometryColumns:andColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithDataType:andGeometryColumns:andBoundingBox:andColumns:":{"name":"+createWithDataType:andGeometryColumns:andBoundingBox:andColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithDataType:andGeometryColumns:andTable:":{"name":"+createWithDataType:andGeometryColumns:andTable:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(cm)createWithDataType:andGeometryColumns:andBoundingBox:andTable:":{"name":"+createWithDataType:andGeometryColumns:andBoundingBox:andTable:","abstract":"

    Create metadata

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(py)boundingBox":{"name":"boundingBox","abstract":"

    Bounding box

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(py)geometryColumns":{"name":"geometryColumns","abstract":"

    Geometry columns

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(im)initWithGeometryColumns:andIdColumn:andAdditionalColumns:andBoundingBox:":{"name":"-initWithGeometryColumns:andIdColumn:andAdditionalColumns:andBoundingBox:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(im)initWithDataType:andGeometryColumns:andIdColumn:andAdditionalColumns:andBoundingBox:":{"name":"-initWithDataType:andGeometryColumns:andIdColumn:andAdditionalColumns:andBoundingBox:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(im)initWithGeometryColumns:andIdColumn:andAutoincrement:andAdditionalColumns:andBoundingBox:":{"name":"-initWithGeometryColumns:andIdColumn:andAutoincrement:andAdditionalColumns:andBoundingBox:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(im)initWithDataType:andGeometryColumns:andIdColumn:andAutoincrement:andAdditionalColumns:andBoundingBox:":{"name":"-initWithDataType:andGeometryColumns:andIdColumn:andAutoincrement:andAdditionalColumns:andBoundingBox:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(im)initWithGeometryColumns:andBoundingBox:andColumns:":{"name":"-initWithGeometryColumns:andBoundingBox:andColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(im)initWithDataType:andGeometryColumns:andBoundingBox:andColumns:":{"name":"-initWithDataType:andGeometryColumns:andBoundingBox:andColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(im)columnName":{"name":"-columnName","abstract":"

    Get the column name

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTableMetadata.html#/c:objc(cs)GPKGFeatureTableMetadata(im)geometryType":{"name":"-geometryType","abstract":"

    Get the geometry type

    ","parent_name":"GPKGFeatureTableMetadata"},"Classes/GPKGFeatureTable.html#/c:objc(cs)GPKGFeatureTable(im)initWithGeometryColumns:andColumns:":{"name":"-initWithGeometryColumns:andColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTable"},"Classes/GPKGFeatureTable.html#/c:objc(cs)GPKGFeatureTable(im)initWithTable:andColumns:":{"name":"-initWithTable:andColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTable"},"Classes/GPKGFeatureTable.html#/c:objc(cs)GPKGFeatureTable(im)initWithTable:andGeometryColumn:andColumns:":{"name":"-initWithTable:andGeometryColumn:andColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTable"},"Classes/GPKGFeatureTable.html#/c:objc(cs)GPKGFeatureTable(im)featureColumns":{"name":"-featureColumns","abstract":"

    Get the feature columns

    ","parent_name":"GPKGFeatureTable"},"Classes/GPKGFeatureTable.html#/c:objc(cs)GPKGFeatureTable(im)geometryColumnIndex":{"name":"-geometryColumnIndex","abstract":"

    Get the geometry column index

    ","parent_name":"GPKGFeatureTable"},"Classes/GPKGFeatureTable.html#/c:objc(cs)GPKGFeatureTable(im)geometryColumn":{"name":"-geometryColumn","abstract":"

    Get the geometry feature column

    ","parent_name":"GPKGFeatureTable"},"Classes/GPKGFeatureTable.html#/c:objc(cs)GPKGFeatureTable(im)geometryColumnName":{"name":"-geometryColumnName","abstract":"

    Get the geometry column name

    ","parent_name":"GPKGFeatureTable"},"Classes/GPKGFeatureTable.html#/c:objc(cs)GPKGFeatureTable(im)idAndGeometryColumnNames":{"name":"-idAndGeometryColumnNames","abstract":"

    Get the Id and Geometry Column names

    ","parent_name":"GPKGFeatureTable"},"Classes/GPKGFeatureRow.html#/c:objc(cs)GPKGFeatureRow(py)featureTable":{"name":"featureTable","abstract":"

    Feature Table

    ","parent_name":"GPKGFeatureRow"},"Classes/GPKGFeatureRow.html#/c:objc(cs)GPKGFeatureRow(py)featureColumns":{"name":"featureColumns","abstract":"

    Feature Columns

    ","parent_name":"GPKGFeatureRow"},"Classes/GPKGFeatureRow.html#/c:objc(cs)GPKGFeatureRow(im)initWithFeatureTable:andColumns:andValues:":{"name":"-initWithFeatureTable:andColumns:andValues:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureRow"},"Classes/GPKGFeatureRow.html#/c:objc(cs)GPKGFeatureRow(im)initWithFeatureTable:":{"name":"-initWithFeatureTable:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureRow"},"Classes/GPKGFeatureRow.html#/c:objc(cs)GPKGFeatureRow(im)geometryColumnIndex":{"name":"-geometryColumnIndex","abstract":"

    Get the geometry column index

    ","parent_name":"GPKGFeatureRow"},"Classes/GPKGFeatureRow.html#/c:objc(cs)GPKGFeatureRow(im)geometryColumn":{"name":"-geometryColumn","abstract":"

    Get the geometry column

    ","parent_name":"GPKGFeatureRow"},"Classes/GPKGFeatureRow.html#/c:objc(cs)GPKGFeatureRow(im)geometryColumnName":{"name":"-geometryColumnName","abstract":"

    Get the geometry column name

    ","parent_name":"GPKGFeatureRow"},"Classes/GPKGFeatureRow.html#/c:objc(cs)GPKGFeatureRow(im)geometry":{"name":"-geometry","abstract":"

    Get the geometry

    ","parent_name":"GPKGFeatureRow"},"Classes/GPKGFeatureRow.html#/c:objc(cs)GPKGFeatureRow(im)setGeometry:":{"name":"-setGeometry:","abstract":"

    Set the geometry

    ","parent_name":"GPKGFeatureRow"},"Classes/GPKGFeatureRow.html#/c:objc(cs)GPKGFeatureRow(im)geometryValue":{"name":"-geometryValue","abstract":"

    Get the simple features geometry value

    ","parent_name":"GPKGFeatureRow"},"Classes/GPKGFeatureRow.html#/c:objc(cs)GPKGFeatureRow(im)geometryType":{"name":"-geometryType","abstract":"

    Get the simple features geometry type

    ","parent_name":"GPKGFeatureRow"},"Classes/GPKGFeatureRow.html#/c:objc(cs)GPKGFeatureRow(im)geometryEnvelope":{"name":"-geometryEnvelope","abstract":"

    Get the geometry envelope

    ","parent_name":"GPKGFeatureRow"},"Classes/GPKGFeatureDao.html#/c:objc(cs)GPKGFeatureDao(py)geometryColumns":{"name":"geometryColumns","abstract":"

    Geometry Columns

    ","parent_name":"GPKGFeatureDao"},"Classes/GPKGFeatureDao.html#/c:objc(cs)GPKGFeatureDao(py)metadataDb":{"name":"metadataDb","abstract":"

    Metadata db

    ","parent_name":"GPKGFeatureDao"},"Classes/GPKGFeatureDao.html#/c:objc(cs)GPKGFeatureDao(im)initWithDatabase:andTable:andGeometryColumns:andMetadataDb:":{"name":"-initWithDatabase:andTable:andGeometryColumns:andMetadataDb:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureDao"},"Classes/GPKGFeatureDao.html#/c:objc(cs)GPKGFeatureDao(im)featureTable":{"name":"-featureTable","abstract":"

    Get the feature table

    ","parent_name":"GPKGFeatureDao"},"Classes/GPKGFeatureDao.html#/c:objc(cs)GPKGFeatureDao(im)row:":{"name":"-row:","abstract":"

    Get the feature row for the current result in the result set

    ","parent_name":"GPKGFeatureDao"},"Classes/GPKGFeatureDao.html#/c:objc(cs)GPKGFeatureDao(im)featureRow:":{"name":"-featureRow:","abstract":"

    Get the feature row for the current result in the result set

    ","parent_name":"GPKGFeatureDao"},"Classes/GPKGFeatureDao.html#/c:objc(cs)GPKGFeatureDao(im)rowWithRow:":{"name":"-rowWithRow:","abstract":"

    Get the feature row for the row

    ","parent_name":"GPKGFeatureDao"},"Classes/GPKGFeatureDao.html#/c:objc(cs)GPKGFeatureDao(im)newRow":{"name":"-newRow","abstract":"

    Create a new feature row

    ","parent_name":"GPKGFeatureDao"},"Classes/GPKGFeatureDao.html#/c:objc(cs)GPKGFeatureDao(im)geometryColumnName":{"name":"-geometryColumnName","abstract":"

    Get the geometry column name

    ","parent_name":"GPKGFeatureDao"},"Classes/GPKGFeatureDao.html#/c:objc(cs)GPKGFeatureDao(im)geometryType":{"name":"-geometryType","abstract":"

    Get the geometry type

    ","parent_name":"GPKGFeatureDao"},"Classes/GPKGFeatureDao.html#/c:objc(cs)GPKGFeatureDao(im)srs":{"name":"-srs","abstract":"

    Get the Spatial Reference System

    ","parent_name":"GPKGFeatureDao"},"Classes/GPKGFeatureDao.html#/c:objc(cs)GPKGFeatureDao(im)srsId":{"name":"-srsId","abstract":"

    Get the Spatial Reference System id

    ","parent_name":"GPKGFeatureDao"},"Classes/GPKGFeatureDao.html#/c:objc(cs)GPKGFeatureDao(im)idColumn":{"name":"-idColumn","abstract":"

    Get the Id Column

    ","parent_name":"GPKGFeatureDao"},"Classes/GPKGFeatureDao.html#/c:objc(cs)GPKGFeatureDao(im)idColumnName":{"name":"-idColumnName","abstract":"

    Get the Id Column name

    ","parent_name":"GPKGFeatureDao"},"Classes/GPKGFeatureDao.html#/c:objc(cs)GPKGFeatureDao(im)idAndGeometryColumnNames":{"name":"-idAndGeometryColumnNames","abstract":"

    Get the Id and Geometry Column names

    ","parent_name":"GPKGFeatureDao"},"Classes/GPKGFeatureColumns.html#/c:objc(cs)GPKGFeatureColumns(py)geometryColumnName":{"name":"geometryColumnName","abstract":"

    Geometry column name

    ","parent_name":"GPKGFeatureColumns"},"Classes/GPKGFeatureColumns.html#/c:objc(cs)GPKGFeatureColumns(py)geometryIndex":{"name":"geometryIndex","abstract":"

    Geometry column index

    ","parent_name":"GPKGFeatureColumns"},"Classes/GPKGFeatureColumns.html#/c:objc(cs)GPKGFeatureColumns(im)initWithTable:andGeometryColumn:andColumns:":{"name":"-initWithTable:andGeometryColumn:andColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureColumns"},"Classes/GPKGFeatureColumns.html#/c:objc(cs)GPKGFeatureColumns(im)initWithTable:andGeometryColumn:andColumns:andCustom:":{"name":"-initWithTable:andGeometryColumn:andColumns:andCustom:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureColumns"},"Classes/GPKGFeatureColumns.html#/c:objc(cs)GPKGFeatureColumns(im)initWithFeatureColumns:":{"name":"-initWithFeatureColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureColumns"},"Classes/GPKGFeatureColumns.html#/c:objc(cs)GPKGFeatureColumns(im)hasGeometryColumn":{"name":"-hasGeometryColumn","abstract":"

    Check if the table has a geometry column

    ","parent_name":"GPKGFeatureColumns"},"Classes/GPKGFeatureColumns.html#/c:objc(cs)GPKGFeatureColumns(im)geometryColumn":{"name":"-geometryColumn","abstract":"

    Get the geometry feature column

    ","parent_name":"GPKGFeatureColumns"},"Classes/GPKGFeatureColumn.html#/c:objc(cs)GPKGFeatureColumn(py)geometryType":{"name":"geometryType","abstract":"

    Geometry type if a geometry column

    ","parent_name":"GPKGFeatureColumn"},"Classes/GPKGFeatureColumn.html#/c:objc(cs)GPKGFeatureColumn(cm)createPrimaryKeyColumnWithName:":{"name":"+createPrimaryKeyColumnWithName:","abstract":"

    Create a new primary key column

    ","parent_name":"GPKGFeatureColumn"},"Classes/GPKGFeatureColumn.html#/c:objc(cs)GPKGFeatureColumn(cm)createPrimaryKeyColumnWithName:andAutoincrement:":{"name":"+createPrimaryKeyColumnWithName:andAutoincrement:","abstract":"

    Create a new primary key column

    ","parent_name":"GPKGFeatureColumn"},"Classes/GPKGFeatureColumn.html#/c:objc(cs)GPKGFeatureColumn(cm)createPrimaryKeyColumnWithIndex:andName:":{"name":"+createPrimaryKeyColumnWithIndex:andName:","abstract":"

    Create a new primary key column

    ","parent_name":"GPKGFeatureColumn"},"Classes/GPKGFeatureColumn.html#/c:objc(cs)GPKGFeatureColumn(cm)createPrimaryKeyColumnWithIndex:andName:andAutoincrement:":{"name":"+createPrimaryKeyColumnWithIndex:andName:andAutoincrement:","abstract":"

    Create a new primary key column

    ","parent_name":"GPKGFeatureColumn"},"Classes/GPKGFeatureColumn.html#/c:objc(cs)GPKGFeatureColumn(cm)createGeometryColumnWithName:andGeometryType:":{"name":"+createGeometryColumnWithName:andGeometryType:","abstract":"

    Create a new geometry column

    ","parent_name":"GPKGFeatureColumn"},"Classes/GPKGFeatureColumn.html#/c:objc(cs)GPKGFeatureColumn(cm)createGeometryColumnWithIndex:andName:andGeometryType:":{"name":"+createGeometryColumnWithIndex:andName:andGeometryType:","abstract":"

    Create a new geometry column

    ","parent_name":"GPKGFeatureColumn"},"Classes/GPKGFeatureColumn.html#/c:objc(cs)GPKGFeatureColumn(cm)createGeometryColumnWithName:andGeometryType:andNotNull:andDefaultValue:":{"name":"+createGeometryColumnWithName:andGeometryType:andNotNull:andDefaultValue:","abstract":"

    Create a new geometry column

    ","parent_name":"GPKGFeatureColumn"},"Classes/GPKGFeatureColumn.html#/c:objc(cs)GPKGFeatureColumn(cm)createGeometryColumnWithIndex:andName:andGeometryType:andNotNull:andDefaultValue:":{"name":"+createGeometryColumnWithIndex:andName:andGeometryType:andNotNull:andDefaultValue:","abstract":"

    Create a new geometry column

    ","parent_name":"GPKGFeatureColumn"},"Classes/GPKGFeatureColumn.html#/c:objc(cs)GPKGFeatureColumn(cm)createColumnWithName:andDataType:":{"name":"+createColumnWithName:andDataType:","abstract":"

    Create a new column

    ","parent_name":"GPKGFeatureColumn"},"Classes/GPKGFeatureColumn.html#/c:objc(cs)GPKGFeatureColumn(cm)createColumnWithIndex:andName:andDataType:":{"name":"+createColumnWithIndex:andName:andDataType:","abstract":"

    Create a new column

    ","parent_name":"GPKGFeatureColumn"},"Classes/GPKGFeatureColumn.html#/c:objc(cs)GPKGFeatureColumn(cm)createColumnWithName:andDataType:andNotNull:":{"name":"+createColumnWithName:andDataType:andNotNull:","abstract":"

    Create a new column

    ","parent_name":"GPKGFeatureColumn"},"Classes/GPKGFeatureColumn.html#/c:objc(cs)GPKGFeatureColumn(cm)createColumnWithIndex:andName:andDataType:andNotNull:":{"name":"+createColumnWithIndex:andName:andDataType:andNotNull:","abstract":"

    Create a new column

    ","parent_name":"GPKGFeatureColumn"},"Classes/GPKGFeatureColumn.html#/c:objc(cs)GPKGFeatureColumn(cm)createColumnWithName:andDataType:andNotNull:andDefaultValue:":{"name":"+createColumnWithName:andDataType:andNotNull:andDefaultValue:","abstract":"

    Create a new column

    ","parent_name":"GPKGFeatureColumn"},"Classes/GPKGFeatureColumn.html#/c:objc(cs)GPKGFeatureColumn(cm)createColumnWithIndex:andName:andDataType:andNotNull:andDefaultValue:":{"name":"+createColumnWithIndex:andName:andDataType:andNotNull:andDefaultValue:","abstract":"

    Create a new column

    ","parent_name":"GPKGFeatureColumn"},"Classes/GPKGFeatureColumn.html#/c:objc(cs)GPKGFeatureColumn(cm)createColumnWithName:andDataType:andMax:":{"name":"+createColumnWithName:andDataType:andMax:","abstract":"

    Create a new column

    ","parent_name":"GPKGFeatureColumn"},"Classes/GPKGFeatureColumn.html#/c:objc(cs)GPKGFeatureColumn(cm)createColumnWithIndex:andName:andDataType:andMax:":{"name":"+createColumnWithIndex:andName:andDataType:andMax:","abstract":"

    Create a new column

    ","parent_name":"GPKGFeatureColumn"},"Classes/GPKGFeatureColumn.html#/c:objc(cs)GPKGFeatureColumn(cm)createColumnWithName:andDataType:andMax:andNotNull:andDefaultValue:":{"name":"+createColumnWithName:andDataType:andMax:andNotNull:andDefaultValue:","abstract":"

    Create a new column

    ","parent_name":"GPKGFeatureColumn"},"Classes/GPKGFeatureColumn.html#/c:objc(cs)GPKGFeatureColumn(cm)createColumnWithIndex:andName:andDataType:andMax:andNotNull:andDefaultValue:":{"name":"+createColumnWithIndex:andName:andDataType:andMax:andNotNull:andDefaultValue:","abstract":"

    Create a new column

    ","parent_name":"GPKGFeatureColumn"},"Classes/GPKGFeatureColumn.html#/c:objc(cs)GPKGFeatureColumn(cm)createColumnWithTableColumn:":{"name":"+createColumnWithTableColumn:","abstract":"

    Create a new column

    ","parent_name":"GPKGFeatureColumn"},"Classes/GPKGFeatureColumn.html#/c:objc(cs)GPKGFeatureColumn(im)initWithIndex:andName:andDataType:andMax:andNotNull:andDefaultValue:andPrimaryKey:andAutoincrement:andGeometryType:":{"name":"-initWithIndex:andName:andDataType:andMax:andNotNull:andDefaultValue:andPrimaryKey:andAutoincrement:andGeometryType:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureColumn"},"Classes/GPKGFeatureColumn.html#/c:objc(cs)GPKGFeatureColumn(im)isGeometry":{"name":"-isGeometry","abstract":"

    Determine if this column is a geometry

    ","parent_name":"GPKGFeatureColumn"},"Classes/GPKGFeatureCacheTables.html#/c:objc(cs)GPKGFeatureCacheTables(py)maxCacheSize":{"name":"maxCacheSize","abstract":"

    Max Cache size

    ","parent_name":"GPKGFeatureCacheTables"},"Classes/GPKGFeatureCacheTables.html#/c:objc(cs)GPKGFeatureCacheTables(im)init":{"name":"-init","abstract":"

    Initialize, created with cache size of GPKGFeatureCache DEFAULT_FEATURE_CACHE_MAX_SIZE

    ","parent_name":"GPKGFeatureCacheTables"},"Classes/GPKGFeatureCacheTables.html#/c:objc(cs)GPKGFeatureCacheTables(im)initWithMaxCacheSize:":{"name":"-initWithMaxCacheSize:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureCacheTables"},"Classes/GPKGFeatureCacheTables.html#/c:objc(cs)GPKGFeatureCacheTables(im)tables":{"name":"-tables","abstract":"

    Get the feature table names with a feature row cache

    ","parent_name":"GPKGFeatureCacheTables"},"Classes/GPKGFeatureCacheTables.html#/c:objc(cs)GPKGFeatureCacheTables(im)cacheForTable:":{"name":"-cacheForTable:","abstract":"

    Get or create a feature row cache for the table name

    ","parent_name":"GPKGFeatureCacheTables"},"Classes/GPKGFeatureCacheTables.html#/c:objc(cs)GPKGFeatureCacheTables(im)cacheForRow:":{"name":"-cacheForRow:","abstract":"

    Get or create a feature row cache for the feature row

    ","parent_name":"GPKGFeatureCacheTables"},"Classes/GPKGFeatureCacheTables.html#/c:objc(cs)GPKGFeatureCacheTables(im)maxSizeForTable:":{"name":"-maxSizeForTable:","abstract":"

    Get the cache max size for the table name

    ","parent_name":"GPKGFeatureCacheTables"},"Classes/GPKGFeatureCacheTables.html#/c:objc(cs)GPKGFeatureCacheTables(im)rowByTable:andId:":{"name":"-rowByTable:andId:","abstract":"

    Get the cached feature row by table name and feature id

    ","parent_name":"GPKGFeatureCacheTables"},"Classes/GPKGFeatureCacheTables.html#/c:objc(cs)GPKGFeatureCacheTables(im)putRow:":{"name":"-putRow:","abstract":"

    Cache the feature row

    ","parent_name":"GPKGFeatureCacheTables"},"Classes/GPKGFeatureCacheTables.html#/c:objc(cs)GPKGFeatureCacheTables(im)removeRow:":{"name":"-removeRow:","abstract":"

    Remove the cached feature row

    ","parent_name":"GPKGFeatureCacheTables"},"Classes/GPKGFeatureCacheTables.html#/c:objc(cs)GPKGFeatureCacheTables(im)removeRowByTable:andId:":{"name":"-removeRowByTable:andId:","abstract":"

    Remove the cached feature row by id

    ","parent_name":"GPKGFeatureCacheTables"},"Classes/GPKGFeatureCacheTables.html#/c:objc(cs)GPKGFeatureCacheTables(im)clearForTable:":{"name":"-clearForTable:","abstract":"

    Clear the feature table cache

    ","parent_name":"GPKGFeatureCacheTables"},"Classes/GPKGFeatureCacheTables.html#/c:objc(cs)GPKGFeatureCacheTables(im)clear":{"name":"-clear","abstract":"

    Clear all caches

    ","parent_name":"GPKGFeatureCacheTables"},"Classes/GPKGFeatureCacheTables.html#/c:objc(cs)GPKGFeatureCacheTables(im)resizeForTable:withMaxCacheSize:":{"name":"-resizeForTable:withMaxCacheSize:","abstract":"

    Resize the feature table cache

    ","parent_name":"GPKGFeatureCacheTables"},"Classes/GPKGFeatureCacheTables.html#/c:objc(cs)GPKGFeatureCacheTables(im)resizeWithMaxCacheSize:":{"name":"-resizeWithMaxCacheSize:","abstract":"

    Resize all caches and update the max cache size

    ","parent_name":"GPKGFeatureCacheTables"},"Classes/GPKGFeatureCacheTables.html#/c:objc(cs)GPKGFeatureCacheTables(im)clearAndResizeForTable:withMaxCacheSize:":{"name":"-clearAndResizeForTable:withMaxCacheSize:","abstract":"

    Clear and resize the feature table cache

    ","parent_name":"GPKGFeatureCacheTables"},"Classes/GPKGFeatureCacheTables.html#/c:objc(cs)GPKGFeatureCacheTables(im)clearAndResizeWithMaxCacheSize:":{"name":"-clearAndResizeWithMaxCacheSize:","abstract":"

    Clear and resize all caches and update the max cache size

    ","parent_name":"GPKGFeatureCacheTables"},"Classes/GPKGFeatureCache.html#/c:objc(cs)GPKGFeatureCache(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureCache"},"Classes/GPKGFeatureCache.html#/c:objc(cs)GPKGFeatureCache(im)initWithMaxSize:":{"name":"-initWithMaxSize:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureCache"},"Classes/GPKGFeatureCache.html#/c:objc(cs)GPKGFeatureCache(im)maxSize":{"name":"-maxSize","abstract":"

    Get the cache max size

    ","parent_name":"GPKGFeatureCache"},"Classes/GPKGFeatureCache.html#/c:objc(cs)GPKGFeatureCache(im)rowById:":{"name":"-rowById:","abstract":"

    Get the cached feature row by feature id

    ","parent_name":"GPKGFeatureCache"},"Classes/GPKGFeatureCache.html#/c:objc(cs)GPKGFeatureCache(im)rowByIdNumber:":{"name":"-rowByIdNumber:","abstract":"

    Get the cached feature row by feature id

    ","parent_name":"GPKGFeatureCache"},"Classes/GPKGFeatureCache.html#/c:objc(cs)GPKGFeatureCache(im)putRow:":{"name":"-putRow:","abstract":"

    Cache the feature row

    ","parent_name":"GPKGFeatureCache"},"Classes/GPKGFeatureCache.html#/c:objc(cs)GPKGFeatureCache(im)removeRow:":{"name":"-removeRow:","abstract":"

    Remove the cached feature row

    ","parent_name":"GPKGFeatureCache"},"Classes/GPKGFeatureCache.html#/c:objc(cs)GPKGFeatureCache(im)removeById:":{"name":"-removeById:","abstract":"

    Remove the cached feature row by id

    ","parent_name":"GPKGFeatureCache"},"Classes/GPKGFeatureCache.html#/c:objc(cs)GPKGFeatureCache(im)removeByIdNumber:":{"name":"-removeByIdNumber:","abstract":"

    Remove the cached feature row by id

    ","parent_name":"GPKGFeatureCache"},"Classes/GPKGFeatureCache.html#/c:objc(cs)GPKGFeatureCache(im)clear":{"name":"-clear","abstract":"

    Clear the cache

    ","parent_name":"GPKGFeatureCache"},"Classes/GPKGFeatureCache.html#/c:objc(cs)GPKGFeatureCache(im)resizeWithMaxSize:":{"name":"-resizeWithMaxSize:","abstract":"

    Resize the cache

    ","parent_name":"GPKGFeatureCache"},"Classes/GPKGFeatureCache.html#/c:objc(cs)GPKGFeatureCache(im)clearAndResizeWithMaxSize:":{"name":"-clearAndResizeWithMaxSize:","abstract":"

    Clear and resize the cache

    ","parent_name":"GPKGFeatureCache"},"Classes/GPKGMultipleFeatureIndexResults.html#/c:objc(cs)GPKGMultipleFeatureIndexResults(im)initWithFeatureIndexResults:":{"name":"-initWithFeatureIndexResults:","abstract":"

    Initializer

    ","parent_name":"GPKGMultipleFeatureIndexResults"},"Classes/GPKGMultipleFeatureIndexResults.html#/c:objc(cs)GPKGMultipleFeatureIndexResults(im)initWithFeatureIndexResults1:andFeatureIndexResults2:":{"name":"-initWithFeatureIndexResults1:andFeatureIndexResults2:","abstract":"

    Initializer

    ","parent_name":"GPKGMultipleFeatureIndexResults"},"Classes/GPKGMultipleFeatureIndexResults.html#/c:objc(cs)GPKGMultipleFeatureIndexResults(im)initWithFeatureIndexResultsArray:":{"name":"-initWithFeatureIndexResultsArray:","abstract":"

    Initializer

    ","parent_name":"GPKGMultipleFeatureIndexResults"},"Classes/GPKGFeatureIndexTypes.html#/c:objc(cs)GPKGFeatureIndexTypes(cm)name:":{"name":"+name:","abstract":"

    Get the name of the feature index type

    ","parent_name":"GPKGFeatureIndexTypes"},"Classes/GPKGFeatureIndexTypes.html#/c:objc(cs)GPKGFeatureIndexTypes(cm)fromName:":{"name":"+fromName:","abstract":"

    Get the feature index type from the feature index type name

    ","parent_name":"GPKGFeatureIndexTypes"},"Classes/GPKGFeatureIndexResults.html#/c:objc(cs)GPKGFeatureIndexResults(py)ids":{"name":"ids","abstract":"

    Flag for iterating over feature ids in place of feature rows

    ","parent_name":"GPKGFeatureIndexResults"},"Classes/GPKGFeatureIndexResults.html#/c:objc(cs)GPKGFeatureIndexResults(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureIndexResults"},"Classes/GPKGFeatureIndexResults.html#/c:objc(cs)GPKGFeatureIndexResults(im)count":{"name":"-count","abstract":"

    Get the count of results

    ","parent_name":"GPKGFeatureIndexResults"},"Classes/GPKGFeatureIndexResults.html#/c:objc(cs)GPKGFeatureIndexResults(im)moveToNext":{"name":"-moveToNext","abstract":"

    Move to the next feature row if additional exist

    ","parent_name":"GPKGFeatureIndexResults"},"Classes/GPKGFeatureIndexResults.html#/c:objc(cs)GPKGFeatureIndexResults(im)featureRow":{"name":"-featureRow","abstract":"

    Get the current location feature row

    ","parent_name":"GPKGFeatureIndexResults"},"Classes/GPKGFeatureIndexResults.html#/c:objc(cs)GPKGFeatureIndexResults(im)featureId":{"name":"-featureId","abstract":"

    Get the current location feature id

    ","parent_name":"GPKGFeatureIndexResults"},"Classes/GPKGFeatureIndexResults.html#/c:objc(cs)GPKGFeatureIndexResults(im)close":{"name":"-close","abstract":"

    Close the results

    ","parent_name":"GPKGFeatureIndexResults"},"Classes/GPKGFeatureIndexResultSetResults.html#/c:objc(cs)GPKGFeatureIndexResultSetResults(im)initWithResults:":{"name":"-initWithResults:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureIndexResultSetResults"},"Classes/GPKGFeatureIndexResultSetResults.html#/c:objc(cs)GPKGFeatureIndexResultSetResults(im)results":{"name":"-results","abstract":"

    Get the results

    ","parent_name":"GPKGFeatureIndexResultSetResults"},"Classes/GPKGFeatureIndexMetadataResults.html#/c:objc(cs)GPKGFeatureIndexMetadataResults(im)initWithFeatureTableIndex:andResults:":{"name":"-initWithFeatureTableIndex:andResults:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureIndexMetadataResults"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(py)indexLocation":{"name":"indexLocation","abstract":"

    Index location

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(py)continueOnError":{"name":"continueOnError","abstract":"

    When an exception occurs on a certain index, continue to other index","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)initWithGeoPackage:andFeatureTable:":{"name":"-initWithGeoPackage:andFeatureTable:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)initWithGeoPackage:andFeatureDao:":{"name":"-initWithGeoPackage:andFeatureDao:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)close":{"name":"-close","abstract":"

    Close the index connections

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)featureDao":{"name":"-featureDao","abstract":"

    Get the feature DAO

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)featureTableIndex":{"name":"-featureTableIndex","abstract":"

    Get the feature table index, used to index inside the GeoPackage as an extension

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)featureIndexer":{"name":"-featureIndexer","abstract":"

    Get the feature indexer, used to index in metadata tables

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)rTreeIndexTableDao":{"name":"-rTreeIndexTableDao","abstract":"

    Get the RTree Index Table DAO

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)indexLocationQueryOrder":{"name":"-indexLocationQueryOrder","abstract":"

    Get the ordered index query locations

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)prioritizeQueryLocationWithType:":{"name":"-prioritizeQueryLocationWithType:","abstract":"

    Prioritize the query location order. The type is placed at the front of the query order,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)prioritizeQueryLocationWithTypes:":{"name":"-prioritizeQueryLocationWithTypes:","abstract":"

    Prioritize the query location order. All types are placed at the front of the query order","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)setIndexLocationOrderWithTypes:":{"name":"-setIndexLocationOrderWithTypes:","abstract":"

    Set the index location order, overriding all previously set types

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)setProgress:":{"name":"-setProgress:","abstract":"

    Set the GeoPackage Progress

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)index":{"name":"-index","abstract":"

    Index the feature table if needed, using the set index location

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)indexFeatureIndexTypes:":{"name":"-indexFeatureIndexTypes:","abstract":"

    Index the feature tables if needed for the index types

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)indexWithFeatureIndexType:":{"name":"-indexWithFeatureIndexType:","abstract":"

    Index the feature table if needed

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)indexWithForce:":{"name":"-indexWithForce:","abstract":"

    Index the feature table, using the set index location

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)indexWithForce:andFeatureIndexTypes:":{"name":"-indexWithForce:andFeatureIndexTypes:","abstract":"

    Index the feature tables for the index types

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)indexWithFeatureIndexType:andForce:":{"name":"-indexWithFeatureIndexType:andForce:","abstract":"

    Index the feature table

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)indexWithFeatureRow:":{"name":"-indexWithFeatureRow:","abstract":"

    Index the feature row, using the set index location.","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)indexWithFeatureRow:andFeatureIndexTypes:":{"name":"-indexWithFeatureRow:andFeatureIndexTypes:","abstract":"

    Index the feature row for the index types.","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)indexWithFeatureIndexType:andFeatureRow:":{"name":"-indexWithFeatureIndexType:andFeatureRow:","abstract":"

    Index the feature row. This method assumes that indexing has been completed and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)deleteIndex":{"name":"-deleteIndex","abstract":"

    Delete the feature index

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)deleteAllIndexes":{"name":"-deleteAllIndexes","abstract":"

    Delete the feature index from all query order locations

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)deleteIndexWithFeatureIndexTypes:":{"name":"-deleteIndexWithFeatureIndexTypes:","abstract":"

    Delete the feature index from the index types

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)deleteIndexWithFeatureIndexType:":{"name":"-deleteIndexWithFeatureIndexType:","abstract":"

    Delete the feature index

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)deleteIndexWithFeatureRow:":{"name":"-deleteIndexWithFeatureRow:","abstract":"

    Delete the feature index for the feature row

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)deleteIndexWithFeatureRow:andFeatureIndexTypes:":{"name":"-deleteIndexWithFeatureRow:andFeatureIndexTypes:","abstract":"

    Delete the feature index for the feature row from the index types

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)deleteIndexWithFeatureIndexType:andFeatureRow:":{"name":"-deleteIndexWithFeatureIndexType:andFeatureRow:","abstract":"

    Delete the feature index for the feature row

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)deleteIndexWithGeomId:":{"name":"-deleteIndexWithGeomId:","abstract":"

    Delete the feature index for the geometry id

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)deleteIndexWithGeomId:andFeatureIndexTypes:":{"name":"-deleteIndexWithGeomId:andFeatureIndexTypes:","abstract":"

    Delete the feature index for the geometry id from the index types

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)deleteIndexWithFeatureIndexType:andGeomId:":{"name":"-deleteIndexWithFeatureIndexType:andGeomId:","abstract":"

    Delete the feature index for the geometry id

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)retainIndexWithFeatureIndexType:":{"name":"-retainIndexWithFeatureIndexType:","abstract":"

    Retain the feature index from the index types and delete the others

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)retainIndexWithFeatureIndexTypes:":{"name":"-retainIndexWithFeatureIndexTypes:","abstract":"

    Retain the feature index from the index types and delete the others

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)indexedTypes":{"name":"-indexedTypes","abstract":"

    Get the indexed types that are currently indexed

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)isIndexed":{"name":"-isIndexed","abstract":"

    Determine if the feature table is indexed

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)isIndexedWithFeatureIndexType:":{"name":"-isIndexedWithFeatureIndexType:","abstract":"

    Is the feature table indexed in the provided type location

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)lastIndexed":{"name":"-lastIndexed","abstract":"

    Get the date last indexed

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)lastIndexedWithFeatureIndexType:":{"name":"-lastIndexedWithFeatureIndexType:","abstract":"

    Get the date last indexed

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)location":{"name":"-location","abstract":"

    Get a feature index location to iterate over indexed types

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)indexedType":{"name":"-indexedType","abstract":"

    Get the first ordered indexed type

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)idColumn":{"name":"-idColumn","abstract":"

    Get the feature table id column name, the default column ordering

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)query":{"name":"-query","abstract":"

    Query for all feature index results

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:":{"name":"-queryWithDistinct:","abstract":"

    Query for all feature index results

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithColumns:":{"name":"-queryWithColumns:","abstract":"

    Query for all feature index results

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andColumns:":{"name":"-queryWithDistinct:andColumns:","abstract":"

    Query for all feature index results

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithColumn:":{"name":"-countWithColumn:","abstract":"

    Query for all feature index count

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithDistinct:andColumn:":{"name":"-countWithDistinct:andColumn:","abstract":"

    Query for all feature index count

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)count":{"name":"-count","abstract":"

    Query for all feature index count

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithFieldValues:":{"name":"-queryWithFieldValues:","abstract":"

    Query for feature index results

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andFieldValues:":{"name":"-queryWithDistinct:andFieldValues:","abstract":"

    Query for feature index results

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithColumns:andFieldValues:":{"name":"-queryWithColumns:andFieldValues:","abstract":"

    Query for feature index results

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andColumns:andFieldValues:":{"name":"-queryWithDistinct:andColumns:andFieldValues:","abstract":"

    Query for feature index results

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithFieldValues:":{"name":"-countWithFieldValues:","abstract":"

    Query for feature index count

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithColumn:andFieldValues:":{"name":"-countWithColumn:andFieldValues:","abstract":"

    Query for feature index count

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithDistinct:andColumn:andFieldValues:":{"name":"-countWithDistinct:andColumn:andFieldValues:","abstract":"

    Query for feature index count

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWhere:":{"name":"-queryWhere:","abstract":"

    Query for feature index results

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andWhere:":{"name":"-queryWithDistinct:andWhere:","abstract":"

    Query for feature index results

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithColumns:andWhere:":{"name":"-queryWithColumns:andWhere:","abstract":"

    Query for feature index results

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andColumns:andWhere:":{"name":"-queryWithDistinct:andColumns:andWhere:","abstract":"

    Query for feature index results

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWhere:":{"name":"-countWhere:","abstract":"

    Query for feature index count

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithColumn:andWhere:":{"name":"-countWithColumn:andWhere:","abstract":"

    Query for feature index count

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithDistinct:andColumn:andWhere:":{"name":"-countWithDistinct:andColumn:andWhere:","abstract":"

    Query for feature index count

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWhere:andWhereArgs:":{"name":"-queryWhere:andWhereArgs:","abstract":"

    Query for feature index results

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andWhere:andWhereArgs:":{"name":"-queryWithDistinct:andWhere:andWhereArgs:","abstract":"

    Query for feature index results

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithColumns:andWhere:andWhereArgs:":{"name":"-queryWithColumns:andWhere:andWhereArgs:","abstract":"

    Query for feature index results

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andColumns:andWhere:andWhereArgs:":{"name":"-queryWithDistinct:andColumns:andWhere:andWhereArgs:","abstract":"

    Query for feature index results

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWhere:andWhereArgs:":{"name":"-countWhere:andWhereArgs:","abstract":"

    Query for feature index count

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithColumn:andWhere:andWhereArgs:":{"name":"-countWithColumn:andWhere:andWhereArgs:","abstract":"

    Query for feature index count

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithDistinct:andColumn:andWhere:andWhereArgs:":{"name":"-countWithDistinct:andColumn:andWhere:andWhereArgs:","abstract":"

    Query for feature index count

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)boundingBox":{"name":"-boundingBox","abstract":"

    Query for the feature index bounds

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)boundingBoxInProjection:":{"name":"-boundingBoxInProjection:","abstract":"

    Query for the feature index bounds and return in the provided projection

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithBoundingBox:":{"name":"-queryWithBoundingBox:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andBoundingBox:":{"name":"-queryWithDistinct:andBoundingBox:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithColumns:andBoundingBox:":{"name":"-queryWithColumns:andBoundingBox:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andColumns:andBoundingBox:":{"name":"-queryWithDistinct:andColumns:andBoundingBox:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithBoundingBox:":{"name":"-countWithBoundingBox:","abstract":"

    Query for feature index count within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithColumn:andBoundingBox:":{"name":"-countWithColumn:andBoundingBox:","abstract":"

    Query for feature index count within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithDistinct:andColumn:andBoundingBox:":{"name":"-countWithDistinct:andColumn:andBoundingBox:","abstract":"

    Query for feature index count within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithBoundingBox:andFieldValues:":{"name":"-queryWithBoundingBox:andFieldValues:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andBoundingBox:andFieldValues:":{"name":"-queryWithDistinct:andBoundingBox:andFieldValues:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithColumns:andBoundingBox:andFieldValues:":{"name":"-queryWithColumns:andBoundingBox:andFieldValues:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andColumns:andBoundingBox:andFieldValues:":{"name":"-queryWithDistinct:andColumns:andBoundingBox:andFieldValues:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithBoundingBox:andFieldValues:":{"name":"-countWithBoundingBox:andFieldValues:","abstract":"

    Query for feature index count within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithColumn:andBoundingBox:andFieldValues:":{"name":"-countWithColumn:andBoundingBox:andFieldValues:","abstract":"

    Query for feature index count within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithDistinct:andColumn:andBoundingBox:andFieldValues:":{"name":"-countWithDistinct:andColumn:andBoundingBox:andFieldValues:","abstract":"

    Query for feature index count within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithBoundingBox:andWhere:":{"name":"-queryWithBoundingBox:andWhere:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andBoundingBox:andWhere:":{"name":"-queryWithDistinct:andBoundingBox:andWhere:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithColumns:andBoundingBox:andWhere:":{"name":"-queryWithColumns:andBoundingBox:andWhere:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andColumns:andBoundingBox:andWhere:":{"name":"-queryWithDistinct:andColumns:andBoundingBox:andWhere:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithBoundingBox:andWhere:":{"name":"-countWithBoundingBox:andWhere:","abstract":"

    Query for feature index count within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithColumn:andBoundingBox:andWhere:":{"name":"-countWithColumn:andBoundingBox:andWhere:","abstract":"

    Query for feature index count within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithDistinct:andColumn:andBoundingBox:andWhere:":{"name":"-countWithDistinct:andColumn:andBoundingBox:andWhere:","abstract":"

    Query for feature index count within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithBoundingBox:andWhere:andWhereArgs:":{"name":"-queryWithBoundingBox:andWhere:andWhereArgs:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andBoundingBox:andWhere:andWhereArgs:":{"name":"-queryWithDistinct:andBoundingBox:andWhere:andWhereArgs:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithColumns:andBoundingBox:andWhere:andWhereArgs:":{"name":"-queryWithColumns:andBoundingBox:andWhere:andWhereArgs:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:":{"name":"-queryWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithBoundingBox:andWhere:andWhereArgs:":{"name":"-countWithBoundingBox:andWhere:andWhereArgs:","abstract":"

    Query for feature index count within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithColumn:andBoundingBox:andWhere:andWhereArgs:":{"name":"-countWithColumn:andBoundingBox:andWhere:andWhereArgs:","abstract":"

    Query for feature index count within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithDistinct:andColumn:andBoundingBox:andWhere:andWhereArgs:":{"name":"-countWithDistinct:andColumn:andBoundingBox:andWhere:andWhereArgs:","abstract":"

    Query for feature index count within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithEnvelope:":{"name":"-queryWithEnvelope:","abstract":"

    Query for feature index results within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andEnvelope:":{"name":"-queryWithDistinct:andEnvelope:","abstract":"

    Query for feature index results within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithColumns:andEnvelope:":{"name":"-queryWithColumns:andEnvelope:","abstract":"

    Query for feature index results within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andColumns:andEnvelope:":{"name":"-queryWithDistinct:andColumns:andEnvelope:","abstract":"

    Query for feature index results within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithEnvelope:":{"name":"-countWithEnvelope:","abstract":"

    Query for feature index count within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithColumn:andEnvelope:":{"name":"-countWithColumn:andEnvelope:","abstract":"

    Query for feature index count within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithDistinct:andColumn:andEnvelope:":{"name":"-countWithDistinct:andColumn:andEnvelope:","abstract":"

    Query for feature index count within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithEnvelope:andFieldValues:":{"name":"-queryWithEnvelope:andFieldValues:","abstract":"

    Query for feature index results within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andEnvelope:andFieldValues:":{"name":"-queryWithDistinct:andEnvelope:andFieldValues:","abstract":"

    Query for feature index results within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithColumns:andEnvelope:andFieldValues:":{"name":"-queryWithColumns:andEnvelope:andFieldValues:","abstract":"

    Query for feature index results within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andColumns:andEnvelope:andFieldValues:":{"name":"-queryWithDistinct:andColumns:andEnvelope:andFieldValues:","abstract":"

    Query for feature index results within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithEnvelope:andFieldValues:":{"name":"-countWithEnvelope:andFieldValues:","abstract":"

    Query for feature index count within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithColumn:andEnvelope:andFieldValues:":{"name":"-countWithColumn:andEnvelope:andFieldValues:","abstract":"

    Query for feature index count within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithDistinct:andColumn:andEnvelope:andFieldValues:":{"name":"-countWithDistinct:andColumn:andEnvelope:andFieldValues:","abstract":"

    Query for feature index count within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithEnvelope:andWhere:":{"name":"-queryWithEnvelope:andWhere:","abstract":"

    Query for feature index results within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andEnvelope:andWhere:":{"name":"-queryWithDistinct:andEnvelope:andWhere:","abstract":"

    Query for feature index results within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithColumns:andEnvelope:andWhere:":{"name":"-queryWithColumns:andEnvelope:andWhere:","abstract":"

    Query for feature index results within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andColumns:andEnvelope:andWhere:":{"name":"-queryWithDistinct:andColumns:andEnvelope:andWhere:","abstract":"

    Query for feature index results within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithEnvelope:andWhere:":{"name":"-countWithEnvelope:andWhere:","abstract":"

    Query for feature index count within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithColumn:andEnvelope:andWhere:":{"name":"-countWithColumn:andEnvelope:andWhere:","abstract":"

    Query for feature index count within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithDistinct:andColumn:andEnvelope:andWhere:":{"name":"-countWithDistinct:andColumn:andEnvelope:andWhere:","abstract":"

    Query for feature index count within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithEnvelope:andWhere:andWhereArgs:":{"name":"-queryWithEnvelope:andWhere:andWhereArgs:","abstract":"

    Query for feature index results within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andEnvelope:andWhere:andWhereArgs:":{"name":"-queryWithDistinct:andEnvelope:andWhere:andWhereArgs:","abstract":"

    Query for feature index results within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithColumns:andEnvelope:andWhere:andWhereArgs:":{"name":"-queryWithColumns:andEnvelope:andWhere:andWhereArgs:","abstract":"

    Query for feature index results within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:":{"name":"-queryWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:","abstract":"

    Query for feature index results within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithEnvelope:andWhere:andWhereArgs:":{"name":"-countWithEnvelope:andWhere:andWhereArgs:","abstract":"

    Query for feature index count within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithColumn:andEnvelope:andWhere:andWhereArgs:":{"name":"-countWithColumn:andEnvelope:andWhere:andWhereArgs:","abstract":"

    Query for feature index count within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithDistinct:andColumn:andEnvelope:andWhere:andWhereArgs:":{"name":"-countWithDistinct:andColumn:andEnvelope:andWhere:andWhereArgs:","abstract":"

    Query for feature index count within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithBoundingBox:inProjection:":{"name":"-queryWithBoundingBox:inProjection:","abstract":"

    Query for feature index results within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andBoundingBox:inProjection:":{"name":"-queryWithDistinct:andBoundingBox:inProjection:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithColumns:andBoundingBox:inProjection:":{"name":"-queryWithColumns:andBoundingBox:inProjection:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithBoundingBox:inProjection:":{"name":"-countWithBoundingBox:inProjection:","abstract":"

    Query for feature index count within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithColumn:andBoundingBox:inProjection:":{"name":"-countWithColumn:andBoundingBox:inProjection:","abstract":"

    Query for feature index count within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithDistinct:andColumn:andBoundingBox:inProjection:":{"name":"-countWithDistinct:andColumn:andBoundingBox:inProjection:","abstract":"

    Query for feature index count within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithBoundingBox:inProjection:andFieldValues:":{"name":"-queryWithBoundingBox:inProjection:andFieldValues:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andBoundingBox:inProjection:andFieldValues:":{"name":"-queryWithDistinct:andBoundingBox:inProjection:andFieldValues:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithColumns:andBoundingBox:inProjection:andFieldValues:":{"name":"-queryWithColumns:andBoundingBox:inProjection:andFieldValues:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:":{"name":"-queryWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithBoundingBox:inProjection:andFieldValues:":{"name":"-countWithBoundingBox:inProjection:andFieldValues:","abstract":"

    Query for feature index count within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithColumn:andBoundingBox:inProjection:andFieldValues:":{"name":"-countWithColumn:andBoundingBox:inProjection:andFieldValues:","abstract":"

    Query for feature index count within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithDistinct:andColumn:andBoundingBox:inProjection:andFieldValues:":{"name":"-countWithDistinct:andColumn:andBoundingBox:inProjection:andFieldValues:","abstract":"

    Query for feature index count within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithBoundingBox:inProjection:andWhere:":{"name":"-queryWithBoundingBox:inProjection:andWhere:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andBoundingBox:inProjection:andWhere:":{"name":"-queryWithDistinct:andBoundingBox:inProjection:andWhere:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithColumns:andBoundingBox:inProjection:andWhere:":{"name":"-queryWithColumns:andBoundingBox:inProjection:andWhere:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:":{"name":"-queryWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithBoundingBox:inProjection:andWhere:":{"name":"-countWithBoundingBox:inProjection:andWhere:","abstract":"

    Query for feature index count within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithColumn:andBoundingBox:inProjection:andWhere:":{"name":"-countWithColumn:andBoundingBox:inProjection:andWhere:","abstract":"

    Query for feature index count within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithDistinct:andColumn:andBoundingBox:inProjection:andWhere:":{"name":"-countWithDistinct:andColumn:andBoundingBox:inProjection:andWhere:","abstract":"

    Query for feature index count within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-queryWithBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-queryWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-queryWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-queryWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-countWithBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Query for feature index count within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithColumn:andBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-countWithColumn:andBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Query for feature index count within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)countWithDistinct:andColumn:andBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-countWithDistinct:andColumn:andBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Query for feature index count within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(cm)isPaginated:":{"name":"+isPaginated:","abstract":"

    Determine if the results are paginated

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)paginate:":{"name":"-paginate:","abstract":"

    Paginate the results

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(cm)paginate:withDao:":{"name":"+paginate:withDao:","abstract":"

    Paginate the results

    ","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithLimit:":{"name":"-queryForChunkWithLimit:","abstract":"

    Query for all feature index results ordered by id, starting at the offset","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithLimit:andOffset:":{"name":"-queryForChunkWithLimit:andOffset:","abstract":"

    Query for all feature index results ordered by id, starting at the offset","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithOrderBy:andLimit:":{"name":"-queryForChunkWithOrderBy:andLimit:","abstract":"

    Query for all feature index results, starting at the offset and returning","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithOrderBy:andLimit:andOffset:","abstract":"

    Query for all feature index results, starting at the offset and returning","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andLimit:":{"name":"-queryForChunkWithDistinct:andLimit:","abstract":"

    Query for all feature index results ordered by id, starting at the offset","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andLimit:andOffset:","abstract":"

    Query for all feature index results ordered by id, starting at the offset","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andOrderBy:andLimit:","abstract":"

    Query for all feature index results, starting at the offset and returning","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andOrderBy:andLimit:andOffset:","abstract":"

    Query for all feature index results, starting at the offset and returning","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andLimit:":{"name":"-queryForChunkWithColumns:andLimit:","abstract":"

    Query for all feature index results ordered by id, starting at the offset","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andLimit:andOffset:","abstract":"

    Query for all feature index results ordered by id, starting at the offset","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andOrderBy:andLimit:","abstract":"

    Query for all feature index results, starting at the offset and returning","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andOrderBy:andLimit:andOffset:","abstract":"

    Query for all feature index results, starting at the offset and returning","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andLimit:","abstract":"

    Query for all feature index results ordered by id, starting at the offset","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andLimit:andOffset:","abstract":"

    Query for all feature index results ordered by id, starting at the offset","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andOrderBy:andLimit:","abstract":"

    Query for all feature index results, starting at the offset and returning","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andOrderBy:andLimit:andOffset:","abstract":"

    Query for all feature index results, starting at the offset and returning","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithFieldValues:andLimit:":{"name":"-queryForChunkWithFieldValues:andLimit:","abstract":"

    Query for feature index results ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithFieldValues:andLimit:andOffset:":{"name":"-queryForChunkWithFieldValues:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithFieldValues:andOrderBy:andLimit:":{"name":"-queryForChunkWithFieldValues:andOrderBy:andLimit:","abstract":"

    Query for feature index results, starting at the offset and returning no","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results, starting at the offset and returning no","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andFieldValues:andLimit:":{"name":"-queryForChunkWithDistinct:andFieldValues:andLimit:","abstract":"

    Query for feature index results ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andFieldValues:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andFieldValues:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andFieldValues:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for feature index results, starting at the offset and returning no","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results, starting at the offset and returning no","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andFieldValues:andLimit:":{"name":"-queryForChunkWithColumns:andFieldValues:andLimit:","abstract":"

    Query for feature index results ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andFieldValues:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andFieldValues:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andFieldValues:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for feature index results, starting at the offset and returning no","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results, starting at the offset and returning no","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andFieldValues:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andFieldValues:andLimit:","abstract":"

    Query for feature index results ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andFieldValues:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andFieldValues:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andFieldValues:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for feature index results, starting at the offset and returning no","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results, starting at the offset and returning no","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithWhere:andLimit:":{"name":"-queryForChunkWithWhere:andLimit:","abstract":"

    Query for feature index results ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithWhere:andLimit:andOffset:":{"name":"-queryForChunkWithWhere:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithWhere:andOrderBy:andLimit:":{"name":"-queryForChunkWithWhere:andOrderBy:andLimit:","abstract":"

    Query for feature index results, starting at the offset and returning no","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results, starting at the offset and returning no","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andWhere:andLimit:":{"name":"-queryForChunkWithDistinct:andWhere:andLimit:","abstract":"

    Query for feature index results ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andWhere:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andWhere:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andWhere:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andWhere:andOrderBy:andLimit:","abstract":"

    Query for feature index results, starting at the offset and returning no","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results, starting at the offset and returning no","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andWhere:andLimit:":{"name":"-queryForChunkWithColumns:andWhere:andLimit:","abstract":"

    Query for feature index results ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andWhere:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andWhere:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andWhere:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andWhere:andOrderBy:andLimit:","abstract":"

    Query for feature index results, starting at the offset and returning no","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results, starting at the offset and returning no","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andWhere:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andWhere:andLimit:","abstract":"

    Query for feature index results ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andWhere:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andWhere:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andWhere:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andWhere:andOrderBy:andLimit:","abstract":"

    Query for feature index results, starting at the offset and returning no","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results, starting at the offset and returning no","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithWhere:andWhereArgs:andLimit:":{"name":"-queryForChunkWithWhere:andWhereArgs:andLimit:","abstract":"

    Query for feature index results ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryForChunkWithWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryForChunkWithWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for feature index results, starting at the offset and returning no","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results, starting at the offset and returning no","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andWhere:andWhereArgs:andLimit:":{"name":"-queryForChunkWithDistinct:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for feature index results ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for feature index results, starting at the offset and returning no","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results, starting at the offset and returning no","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andWhere:andWhereArgs:andLimit:":{"name":"-queryForChunkWithColumns:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for feature index results ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for feature index results, starting at the offset and returning no","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results, starting at the offset and returning no","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for feature index results ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for feature index results, starting at the offset and returning no","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results, starting at the offset and returning no","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:andLimit:":{"name":"-queryForChunkWithBoundingBox:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:andLimit:andOffset:":{"name":"-queryForChunkWithBoundingBox:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:andOrderBy:andLimit:":{"name":"-queryForChunkWithBoundingBox:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithBoundingBox:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:andLimit:":{"name":"-queryForChunkWithDistinct:andBoundingBox:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andBoundingBox:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andBoundingBox:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andBoundingBox:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:andLimit:":{"name":"-queryForChunkWithColumns:andBoundingBox:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andBoundingBox:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andBoundingBox:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andBoundingBox:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:andFieldValues:andLimit:":{"name":"-queryForChunkWithBoundingBox:andFieldValues:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:andFieldValues:andLimit:andOffset:":{"name":"-queryForChunkWithBoundingBox:andFieldValues:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:andFieldValues:andOrderBy:andLimit:":{"name":"-queryForChunkWithBoundingBox:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:andFieldValues:andLimit:":{"name":"-queryForChunkWithDistinct:andBoundingBox:andFieldValues:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:andFieldValues:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andBoundingBox:andFieldValues:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:andFieldValues:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andBoundingBox:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:andFieldValues:andLimit:":{"name":"-queryForChunkWithColumns:andBoundingBox:andFieldValues:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:andFieldValues:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andBoundingBox:andFieldValues:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:andWhere:andLimit:":{"name":"-queryForChunkWithBoundingBox:andWhere:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:andWhere:andLimit:andOffset:":{"name":"-queryForChunkWithBoundingBox:andWhere:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:andWhere:andOrderBy:andLimit:":{"name":"-queryForChunkWithBoundingBox:andWhere:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithBoundingBox:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:andWhere:andLimit:":{"name":"-queryForChunkWithDistinct:andBoundingBox:andWhere:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:andWhere:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andBoundingBox:andWhere:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:andWhere:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andBoundingBox:andWhere:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andBoundingBox:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:andWhere:andLimit:":{"name":"-queryForChunkWithColumns:andBoundingBox:andWhere:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:andWhere:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andBoundingBox:andWhere:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:andWhere:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andBoundingBox:andWhere:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andBoundingBox:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:andWhere:andWhereArgs:andLimit:":{"name":"-queryForChunkWithBoundingBox:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryForChunkWithBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryForChunkWithBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andLimit:":{"name":"-queryForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:":{"name":"-queryForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box,","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box, projected","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithEnvelope:andLimit:":{"name":"-queryForChunkWithEnvelope:andLimit:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithEnvelope:andLimit:andOffset:":{"name":"-queryForChunkWithEnvelope:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithEnvelope:andOrderBy:andLimit:":{"name":"-queryForChunkWithEnvelope:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithEnvelope:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithEnvelope:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andEnvelope:andLimit:":{"name":"-queryForChunkWithDistinct:andEnvelope:andLimit:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andEnvelope:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andEnvelope:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andEnvelope:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andEnvelope:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andEnvelope:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andEnvelope:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andEnvelope:andLimit:":{"name":"-queryForChunkWithColumns:andEnvelope:andLimit:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andEnvelope:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andEnvelope:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andEnvelope:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andEnvelope:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andEnvelope:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andEnvelope:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andEnvelope:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andLimit:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andEnvelope:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andEnvelope:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andEnvelope:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithEnvelope:andFieldValues:andLimit:":{"name":"-queryForChunkWithEnvelope:andFieldValues:andLimit:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithEnvelope:andFieldValues:andLimit:andOffset:":{"name":"-queryForChunkWithEnvelope:andFieldValues:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithEnvelope:andFieldValues:andOrderBy:andLimit:":{"name":"-queryForChunkWithEnvelope:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andEnvelope:andFieldValues:andLimit:":{"name":"-queryForChunkWithDistinct:andEnvelope:andFieldValues:andLimit:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andEnvelope:andFieldValues:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andEnvelope:andFieldValues:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andEnvelope:andFieldValues:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andEnvelope:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andEnvelope:andFieldValues:andLimit:":{"name":"-queryForChunkWithColumns:andEnvelope:andFieldValues:andLimit:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andEnvelope:andFieldValues:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andEnvelope:andFieldValues:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andLimit:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithEnvelope:andWhere:andLimit:":{"name":"-queryForChunkWithEnvelope:andWhere:andLimit:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithEnvelope:andWhere:andLimit:andOffset:":{"name":"-queryForChunkWithEnvelope:andWhere:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithEnvelope:andWhere:andOrderBy:andLimit:":{"name":"-queryForChunkWithEnvelope:andWhere:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithEnvelope:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithEnvelope:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andEnvelope:andWhere:andLimit:":{"name":"-queryForChunkWithDistinct:andEnvelope:andWhere:andLimit:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andEnvelope:andWhere:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andEnvelope:andWhere:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andEnvelope:andWhere:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andEnvelope:andWhere:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andEnvelope:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andEnvelope:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andEnvelope:andWhere:andLimit:":{"name":"-queryForChunkWithColumns:andEnvelope:andWhere:andLimit:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andEnvelope:andWhere:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andEnvelope:andWhere:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andEnvelope:andWhere:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andEnvelope:andWhere:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andEnvelope:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andEnvelope:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andEnvelope:andWhere:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andWhere:andLimit:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andEnvelope:andWhere:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andWhere:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andEnvelope:andWhere:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andWhere:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andEnvelope:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithEnvelope:andWhere:andWhereArgs:andLimit:":{"name":"-queryForChunkWithEnvelope:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithEnvelope:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryForChunkWithEnvelope:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryForChunkWithEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andLimit:":{"name":"-queryForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andLimit:":{"name":"-queryForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the Geometry","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the Geometry Envelope, starting at","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:inProjection:andLimit:":{"name":"-queryForChunkWithBoundingBox:inProjection:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:inProjection:andLimit:andOffset:":{"name":"-queryForChunkWithBoundingBox:inProjection:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:inProjection:andOrderBy:andLimit:":{"name":"-queryForChunkWithBoundingBox:inProjection:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:inProjection:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithBoundingBox:inProjection:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:inProjection:andLimit:":{"name":"-queryForChunkWithDistinct:andBoundingBox:inProjection:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:inProjection:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andBoundingBox:inProjection:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:inProjection:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andBoundingBox:inProjection:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:inProjection:andLimit:":{"name":"-queryForChunkWithColumns:andBoundingBox:inProjection:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:inProjection:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andBoundingBox:inProjection:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:inProjection:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andBoundingBox:inProjection:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:inProjection:andFieldValues:andLimit:":{"name":"-queryForChunkWithBoundingBox:inProjection:andFieldValues:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:inProjection:andFieldValues:andLimit:andOffset:":{"name":"-queryForChunkWithBoundingBox:inProjection:andFieldValues:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:":{"name":"-queryForChunkWithBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andLimit:":{"name":"-queryForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andLimit:":{"name":"-queryForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:inProjection:andWhere:andLimit:":{"name":"-queryForChunkWithBoundingBox:inProjection:andWhere:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:inProjection:andWhere:andLimit:andOffset:":{"name":"-queryForChunkWithBoundingBox:inProjection:andWhere:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:inProjection:andWhere:andOrderBy:andLimit:":{"name":"-queryForChunkWithBoundingBox:inProjection:andWhere:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andLimit:":{"name":"-queryForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:inProjection:andWhere:andLimit:":{"name":"-queryForChunkWithColumns:andBoundingBox:inProjection:andWhere:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:inProjection:andWhere:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andBoundingBox:inProjection:andWhere:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:":{"name":"-queryForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:":{"name":"-queryForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:":{"name":"-queryForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for feature index results ordered by id within the bounding box in","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexManager.html#/c:objc(cs)GPKGFeatureIndexManager(im)queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for feature index results within the bounding box in the provided","parent_name":"GPKGFeatureIndexManager"},"Classes/GPKGFeatureIndexLocation.html#/c:objc(cs)GPKGFeatureIndexLocation(im)initWithFeatureIndexManager:":{"name":"-initWithFeatureIndexManager:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureIndexLocation"},"Classes/GPKGFeatureIndexListResults.html#/c:objc(cs)GPKGFeatureIndexListResults(im)init":{"name":"-init","abstract":"

    Initializer

    ","parent_name":"GPKGFeatureIndexListResults"},"Classes/GPKGFeatureIndexListResults.html#/c:objc(cs)GPKGFeatureIndexListResults(im)initWithFeatureRow:":{"name":"-initWithFeatureRow:","abstract":"

    Initializer

    ","parent_name":"GPKGFeatureIndexListResults"},"Classes/GPKGFeatureIndexListResults.html#/c:objc(cs)GPKGFeatureIndexListResults(im)initWithFeatureRows:":{"name":"-initWithFeatureRows:","abstract":"

    Initializer

    ","parent_name":"GPKGFeatureIndexListResults"},"Classes/GPKGFeatureIndexListResults.html#/c:objc(cs)GPKGFeatureIndexListResults(im)addRow:":{"name":"-addRow:","abstract":"

    Add a feature row

    ","parent_name":"GPKGFeatureIndexListResults"},"Classes/GPKGFeatureIndexListResults.html#/c:objc(cs)GPKGFeatureIndexListResults(im)addRows:":{"name":"-addRows:","abstract":"

    Add feature rows

    ","parent_name":"GPKGFeatureIndexListResults"},"Classes/GPKGFeatureIndexGeoPackageResults.html#/c:objc(cs)GPKGFeatureIndexGeoPackageResults(im)initWithFeatureTableIndex:andResults:":{"name":"-initWithFeatureTableIndex:andResults:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureIndexGeoPackageResults"},"Classes/GPKGFeatureIndexFeatureResults.html#/c:objc(cs)GPKGFeatureIndexFeatureResults(im)initWithDao:andResults:":{"name":"-initWithDao:andResults:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureIndexFeatureResults"},"Classes/GPKGGeometryColumnsDao.html#/c:objc(cs)GPKGGeometryColumnsDao(cm)createWithDatabase:":{"name":"+createWithDatabase:","abstract":"

    Create the DAO

    ","parent_name":"GPKGGeometryColumnsDao"},"Classes/GPKGGeometryColumnsDao.html#/c:objc(cs)GPKGGeometryColumnsDao(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGGeometryColumnsDao"},"Classes/GPKGGeometryColumnsDao.html#/c:objc(cs)GPKGGeometryColumnsDao(im)queryForTableName:":{"name":"-queryForTableName:","abstract":"

    Query for the table name

    ","parent_name":"GPKGGeometryColumnsDao"},"Classes/GPKGGeometryColumnsDao.html#/c:objc(cs)GPKGGeometryColumnsDao(im)featureTables":{"name":"-featureTables","abstract":"

    Get the feature table names

    ","parent_name":"GPKGGeometryColumnsDao"},"Classes/GPKGGeometryColumnsDao.html#/c:objc(cs)GPKGGeometryColumnsDao(im)srs:":{"name":"-srs:","abstract":"

    Get the Spatial Reference System of the Geometry Columns

    ","parent_name":"GPKGGeometryColumnsDao"},"Classes/GPKGGeometryColumnsDao.html#/c:objc(cs)GPKGGeometryColumnsDao(im)contents:":{"name":"-contents:","abstract":"

    Get the Contents of the Geometry Columns

    ","parent_name":"GPKGGeometryColumnsDao"},"Classes/GPKGGeometryColumns.html#/c:objc(cs)GPKGGeometryColumns(py)tableName":{"name":"tableName","abstract":"

    Name of the table containing the geometry column

    ","parent_name":"GPKGGeometryColumns"},"Classes/GPKGGeometryColumns.html#/c:objc(cs)GPKGGeometryColumns(py)columnName":{"name":"columnName","abstract":"

    Name of a column in the feature table that is a Geometry Column

    ","parent_name":"GPKGGeometryColumns"},"Classes/GPKGGeometryColumns.html#/c:objc(cs)GPKGGeometryColumns(py)geometryTypeName":{"name":"geometryTypeName","abstract":"

    Name from Geometry Type Codes (Core) or Geometry Type Codes (Extension)","parent_name":"GPKGGeometryColumns"},"Classes/GPKGGeometryColumns.html#/c:objc(cs)GPKGGeometryColumns(py)srsId":{"name":"srsId","abstract":"

    Unique identifier for each Spatial Reference System within a GeoPackage

    ","parent_name":"GPKGGeometryColumns"},"Classes/GPKGGeometryColumns.html#/c:objc(cs)GPKGGeometryColumns(py)z":{"name":"z","abstract":"

    0: z values prohibited; 1: z values mandatory; 2: z values optional

    ","parent_name":"GPKGGeometryColumns"},"Classes/GPKGGeometryColumns.html#/c:objc(cs)GPKGGeometryColumns(py)m":{"name":"m","abstract":"

    0: m values prohibited; 1: m values mandatory; 2: m values optional

    ","parent_name":"GPKGGeometryColumns"},"Classes/GPKGGeometryColumns.html#/c:objc(cs)GPKGGeometryColumns(im)geometryType":{"name":"-geometryType","abstract":"

    Get the geometry type

    ","parent_name":"GPKGGeometryColumns"},"Classes/GPKGGeometryColumns.html#/c:objc(cs)GPKGGeometryColumns(im)setGeometryType:":{"name":"-setGeometryType:","abstract":"

    Set the geometry type

    ","parent_name":"GPKGGeometryColumns"},"Classes/GPKGGeometryColumns.html#/c:objc(cs)GPKGGeometryColumns(im)setContents:":{"name":"-setContents:","abstract":"

    Set the Contents

    ","parent_name":"GPKGGeometryColumns"},"Classes/GPKGGeometryColumns.html#/c:objc(cs)GPKGGeometryColumns(im)setSrs:":{"name":"-setSrs:","abstract":"

    Set the Spatial Reference System

    ","parent_name":"GPKGGeometryColumns"},"Classes/GPKGOAPIFeatureGenerator.html#/c:objc(cs)GPKGOAPIFeatureGenerator(py)limit":{"name":"limit","abstract":"

    The optional limit parameter limits the number of items that are","parent_name":"GPKGOAPIFeatureGenerator"},"Classes/GPKGOAPIFeatureGenerator.html#/c:objc(cs)GPKGOAPIFeatureGenerator(py)time":{"name":"time","abstract":"

    Either a date-time or a period string that adheres to RFC 3339

    ","parent_name":"GPKGOAPIFeatureGenerator"},"Classes/GPKGOAPIFeatureGenerator.html#/c:objc(cs)GPKGOAPIFeatureGenerator(py)period":{"name":"period","abstract":"

    Time period string that adheres to RFC 3339

    ","parent_name":"GPKGOAPIFeatureGenerator"},"Classes/GPKGOAPIFeatureGenerator.html#/c:objc(cs)GPKGOAPIFeatureGenerator(py)totalLimit":{"name":"totalLimit","abstract":"

    Total limit of number of items to request

    ","parent_name":"GPKGOAPIFeatureGenerator"},"Classes/GPKGOAPIFeatureGenerator.html#/c:objc(cs)GPKGOAPIFeatureGenerator(py)downloadAttempts":{"name":"downloadAttempts","abstract":"

    Download attempts per feature request

    ","parent_name":"GPKGOAPIFeatureGenerator"},"Classes/GPKGOAPIFeatureGenerator.html#/c:objc(cs)GPKGOAPIFeatureGenerator(im)initWithGeoPackage:andTable:andServer:andId:":{"name":"-initWithGeoPackage:andTable:andServer:andId:","abstract":"

    Initialize

    ","parent_name":"GPKGOAPIFeatureGenerator"},"Classes/GPKGOAPIFeatureGenerator.html#/c:objc(cs)GPKGOAPIFeatureGenerator(im)server":{"name":"-server","abstract":"

    Get the server

    ","parent_name":"GPKGOAPIFeatureGenerator"},"Classes/GPKGOAPIFeatureGenerator.html#/c:objc(cs)GPKGOAPIFeatureGenerator(im)id":{"name":"-id","abstract":"

    Get the collection id

    ","parent_name":"GPKGOAPIFeatureGenerator"},"Classes/GPKGOAPIFeatureGenerator.html#/c:objc(cs)GPKGOAPIFeatureGenerator(im)setTimeFromDate:":{"name":"-setTimeFromDate:","abstract":"

    Set the time

    ","parent_name":"GPKGOAPIFeatureGenerator"},"Classes/GPKGOAPIFeatureGenerator.html#/c:objc(cs)GPKGOAPIFeatureGenerator(im)setPeriodFromDate:":{"name":"-setPeriodFromDate:","abstract":"

    Set the time period

    ","parent_name":"GPKGOAPIFeatureGenerator"},"Classes/GPKGOAPIFeatureGenerator.html#/c:objc(cs)GPKGOAPIFeatureGenerator(im)projections":{"name":"-projections","abstract":"

    Get the supported projections

    ","parent_name":"GPKGOAPIFeatureGenerator"},"Classes/GPKGOAPIFeatureGenerator.html#/c:objc(cs)GPKGOAPIFeatureGenerator(im)projectionsForURL:":{"name":"-projectionsForURL:","abstract":"

    Get the supported projections

    ","parent_name":"GPKGOAPIFeatureGenerator"},"Classes/GPKGOAPIFeatureGenerator.html#/c:objc(cs)GPKGOAPIFeatureGenerator(im)projectionsForCollection:":{"name":"-projectionsForCollection:","abstract":"

    Get the supported projections

    ","parent_name":"GPKGOAPIFeatureGenerator"},"Classes/GPKGOAPIFeatureGenerator.html#/c:objc(cs)GPKGOAPIFeatureGenerator(im)requestProjection:":{"name":"-requestProjection:","abstract":"

    Determine if the projection should be requested from the server

    ","parent_name":"GPKGOAPIFeatureGenerator"},"Classes/GPKGOAPIFeatureGenerator.html#/c:objc(cs)GPKGOAPIFeatureGenerator(im)isDefaultProjection:":{"name":"-isDefaultProjection:","abstract":"

    Check if the projection is a default projection

    ","parent_name":"GPKGOAPIFeatureGenerator"},"Classes/GPKGOAPIFeatureGenerator.html#/c:objc(cs)GPKGOAPIFeatureGenerator(im)collectionRequest":{"name":"-collectionRequest","abstract":"

    Collection request

    ","parent_name":"GPKGOAPIFeatureGenerator"},"Classes/GPKGFeatureGenerator.html#/c:objc(cs)GPKGFeatureGenerator(py)boundingBox":{"name":"boundingBox","abstract":"

    Features bounding box

    ","parent_name":"GPKGFeatureGenerator"},"Classes/GPKGFeatureGenerator.html#/c:objc(cs)GPKGFeatureGenerator(py)boundingBoxProjection":{"name":"boundingBoxProjection","abstract":"

    Bounding Box projection

    ","parent_name":"GPKGFeatureGenerator"},"Classes/GPKGFeatureGenerator.html#/c:objc(cs)GPKGFeatureGenerator(py)projection":{"name":"projection","abstract":"

    Features projection

    ","parent_name":"GPKGFeatureGenerator"},"Classes/GPKGFeatureGenerator.html#/c:objc(cs)GPKGFeatureGenerator(py)transactionLimit":{"name":"transactionLimit","abstract":"

    Number of rows to save in a single transaction

    ","parent_name":"GPKGFeatureGenerator"},"Classes/GPKGFeatureGenerator.html#/c:objc(cs)GPKGFeatureGenerator(py)progress":{"name":"progress","abstract":"

    Progress callbacks

    ","parent_name":"GPKGFeatureGenerator"},"Classes/GPKGFeatureGenerator.html#/c:objc(cs)GPKGFeatureGenerator(cm)epsgWGS84":{"name":"+epsgWGS84","abstract":"

    Get the EPSG WGS84 projection

    ","parent_name":"GPKGFeatureGenerator"},"Classes/GPKGFeatureGenerator.html#/c:objc(cs)GPKGFeatureGenerator(im)initWithGeoPackage:andTable:":{"name":"-initWithGeoPackage:andTable:","abstract":"

    Initialize with number range

    ","parent_name":"GPKGFeatureGenerator"},"Classes/GPKGFeatureGenerator.html#/c:objc(cs)GPKGFeatureGenerator(im)geoPackage":{"name":"-geoPackage","abstract":"

    Get the GeoPackage

    ","parent_name":"GPKGFeatureGenerator"},"Classes/GPKGFeatureGenerator.html#/c:objc(cs)GPKGFeatureGenerator(im)tableName":{"name":"-tableName","abstract":"

    Get the table name

    ","parent_name":"GPKGFeatureGenerator"},"Classes/GPKGFeatureGenerator.html#/c:objc(cs)GPKGFeatureGenerator(im)isActive":{"name":"-isActive","abstract":"

    Determine if the feature generator should remain active

    ","parent_name":"GPKGFeatureGenerator"},"Classes/GPKGFeatureGenerator.html#/c:objc(cs)GPKGFeatureGenerator(im)geometryColumns":{"name":"-geometryColumns","abstract":"

    Get the geometry columns

    ","parent_name":"GPKGFeatureGenerator"},"Classes/GPKGFeatureGenerator.html#/c:objc(cs)GPKGFeatureGenerator(im)columns":{"name":"-columns","abstract":"

    Get the columns

    ","parent_name":"GPKGFeatureGenerator"},"Classes/GPKGFeatureGenerator.html#/c:objc(cs)GPKGFeatureGenerator(im)srs":{"name":"-srs","abstract":"

    Get the Spatial Reference System

    ","parent_name":"GPKGFeatureGenerator"},"Classes/GPKGFeatureGenerator.html#/c:objc(cs)GPKGFeatureGenerator(im)featureDao":{"name":"-featureDao","abstract":"

    Get the feature DAO

    ","parent_name":"GPKGFeatureGenerator"},"Classes/GPKGFeatureGenerator.html#/c:objc(cs)GPKGFeatureGenerator(im)generateFeatures":{"name":"-generateFeatures","abstract":"

    Generate the features

    ","parent_name":"GPKGFeatureGenerator"},"Classes/GPKGFeatureGenerator.html#/c:objc(cs)GPKGFeatureGenerator(im)createFeatureWithGeometry:andProperties:":{"name":"-createFeatureWithGeometry:andProperties:","abstract":"

    Create the feature

    ","parent_name":"GPKGFeatureGenerator"},"Classes/GPKGFeatureGenerator.html#/c:objc(cs)GPKGFeatureGenerator(im)createSrs":{"name":"-createSrs","abstract":"

    Create the Spatial Reference System

    ","parent_name":"GPKGFeatureGenerator"},"Classes/GPKGFeatureGenerator.html#/c:objc(cs)GPKGFeatureGenerator(im)srsProjection":{"name":"-srsProjection","abstract":"

    Get the projection for creating the Spatial Reference System

    ","parent_name":"GPKGFeatureGenerator"},"Classes/GPKGFeatureGenerator.html#/c:objc(cs)GPKGFeatureGenerator(im)createGeometryData:":{"name":"-createGeometryData:","abstract":"

    Create the geometry data

    ","parent_name":"GPKGFeatureGenerator"},"Classes/GPKGFeatureGenerator.html#/c:objc(cs)GPKGFeatureGenerator(im)addProjectionWithAuthority:andCode:toProjections:":{"name":"-addProjectionWithAuthority:andCode:toProjections:","abstract":"

    Add a projection

    ","parent_name":"GPKGFeatureGenerator"},"Classes/GPKGFeatureGenerator.html#/c:objc(cs)GPKGFeatureGenerator(im)createProjectionWithAuthority:andCode:":{"name":"-createProjectionWithAuthority:andCode:","abstract":"

    Create a projection

    ","parent_name":"GPKGFeatureGenerator"},"Classes/GPKGDataColumnConstraintsDao.html#/c:objc(cs)GPKGDataColumnConstraintsDao(cm)createWithDatabase:":{"name":"+createWithDatabase:","abstract":"

    Create the DAO

    ","parent_name":"GPKGDataColumnConstraintsDao"},"Classes/GPKGDataColumnConstraintsDao.html#/c:objc(cs)GPKGDataColumnConstraintsDao(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGDataColumnConstraintsDao"},"Classes/GPKGDataColumnConstraintsDao.html#/c:objc(cs)GPKGDataColumnConstraintsDao(im)deleteCascade:":{"name":"-deleteCascade:","abstract":"

    Delete the Data Columns Constraints, cascading

    ","parent_name":"GPKGDataColumnConstraintsDao"},"Classes/GPKGDataColumnConstraintsDao.html#/c:objc(cs)GPKGDataColumnConstraintsDao(im)deleteCascadeWithCollection:":{"name":"-deleteCascadeWithCollection:","abstract":"

    Delete the collection of Data Column Constraints, cascading

    ","parent_name":"GPKGDataColumnConstraintsDao"},"Classes/GPKGDataColumnConstraintsDao.html#/c:objc(cs)GPKGDataColumnConstraintsDao(im)deleteCascadeWhere:andWhereArgs:":{"name":"-deleteCascadeWhere:andWhereArgs:","abstract":"

    Delete the Data Columns Constraints where, cascading

    ","parent_name":"GPKGDataColumnConstraintsDao"},"Classes/GPKGDataColumnConstraintsDao.html#/c:objc(cs)GPKGDataColumnConstraintsDao(im)queryByConstraintName:":{"name":"-queryByConstraintName:","abstract":"

    Query by the constraint name

    ","parent_name":"GPKGDataColumnConstraintsDao"},"Classes/GPKGDataColumnConstraintsDao.html#/c:objc(cs)GPKGDataColumnConstraintsDao(im)queryByUniqueConstraintName:andConstraintType:andValue:":{"name":"-queryByUniqueConstraintName:andConstraintType:andValue:","abstract":"

    Query by the unique column values

    ","parent_name":"GPKGDataColumnConstraintsDao"},"Classes/GPKGDataColumnConstraints.html#/c:objc(cs)GPKGDataColumnConstraints(py)constraintName":{"name":"constraintName","abstract":"

    Case sensitive name of constraint

    ","parent_name":"GPKGDataColumnConstraints"},"Classes/GPKGDataColumnConstraints.html#/c:objc(cs)GPKGDataColumnConstraints(py)constraintType":{"name":"constraintType","abstract":"

    Lowercase type name of constraint: range | enum | glob

    ","parent_name":"GPKGDataColumnConstraints"},"Classes/GPKGDataColumnConstraints.html#/c:objc(cs)GPKGDataColumnConstraints(py)value":{"name":"value","abstract":"

    Specified case sensitive value for enum or glob or NULL for range","parent_name":"GPKGDataColumnConstraints"},"Classes/GPKGDataColumnConstraints.html#/c:objc(cs)GPKGDataColumnConstraints(py)min":{"name":"min","abstract":"

    Minimum value for ‘range’ or NULL for ‘enum’ or ‘glob’ constraint_type

    ","parent_name":"GPKGDataColumnConstraints"},"Classes/GPKGDataColumnConstraints.html#/c:objc(cs)GPKGDataColumnConstraints(py)minIsInclusive":{"name":"minIsInclusive","abstract":"

    0 (false) if min value is exclusive, or 1 (true) if min value is","parent_name":"GPKGDataColumnConstraints"},"Classes/GPKGDataColumnConstraints.html#/c:objc(cs)GPKGDataColumnConstraints(py)max":{"name":"max","abstract":"

    Maximum value for ‘range’ or NULL for ‘enum’ or ‘glob’ constraint_type

    ","parent_name":"GPKGDataColumnConstraints"},"Classes/GPKGDataColumnConstraints.html#/c:objc(cs)GPKGDataColumnConstraints(py)maxIsInclusive":{"name":"maxIsInclusive","abstract":"

    0 (false) if max value is exclusive, or 1 (true) if max value is","parent_name":"GPKGDataColumnConstraints"},"Classes/GPKGDataColumnConstraints.html#/c:objc(cs)GPKGDataColumnConstraints(py)theDescription":{"name":"theDescription","abstract":"

    For ranges and globs, describes the constraint; for enums, describes the","parent_name":"GPKGDataColumnConstraints"},"Classes/GPKGDataColumnConstraints.html#/c:objc(cs)GPKGDataColumnConstraints(im)dataColumnConstraintType":{"name":"-dataColumnConstraintType","abstract":"

    Get the data column constraint type

    ","parent_name":"GPKGDataColumnConstraints"},"Classes/GPKGDataColumnConstraints.html#/c:objc(cs)GPKGDataColumnConstraints(im)setDataColumnConstraintType:":{"name":"-setDataColumnConstraintType:","abstract":"

    Set the data column constraint type

    ","parent_name":"GPKGDataColumnConstraints"},"Classes/GPKGDataColumnConstraints.html#/c:objc(cs)GPKGDataColumnConstraints(im)setMinValue:":{"name":"-setMinValue:","abstract":"

    Set the min

    ","parent_name":"GPKGDataColumnConstraints"},"Classes/GPKGDataColumnConstraints.html#/c:objc(cs)GPKGDataColumnConstraints(im)setMinIsInclusiveValue:":{"name":"-setMinIsInclusiveValue:","abstract":"

    Set the min is inclusive value

    ","parent_name":"GPKGDataColumnConstraints"},"Classes/GPKGDataColumnConstraints.html#/c:objc(cs)GPKGDataColumnConstraints(im)setMaxValue:":{"name":"-setMaxValue:","abstract":"

    Set the max

    ","parent_name":"GPKGDataColumnConstraints"},"Classes/GPKGDataColumnConstraints.html#/c:objc(cs)GPKGDataColumnConstraints(im)setMaxIsInclusiveValue:":{"name":"-setMaxIsInclusiveValue:","abstract":"

    Set the max is inclusive value

    ","parent_name":"GPKGDataColumnConstraints"},"Classes/GPKGDataColumnsDao.html#/c:objc(cs)GPKGDataColumnsDao(cm)createWithDatabase:":{"name":"+createWithDatabase:","abstract":"

    Create the DAO

    ","parent_name":"GPKGDataColumnsDao"},"Classes/GPKGDataColumnsDao.html#/c:objc(cs)GPKGDataColumnsDao(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGDataColumnsDao"},"Classes/GPKGDataColumnsDao.html#/c:objc(cs)GPKGDataColumnsDao(im)contents:":{"name":"-contents:","abstract":"

    Get the Contents from the Data Columns

    ","parent_name":"GPKGDataColumnsDao"},"Classes/GPKGDataColumnsDao.html#/c:objc(cs)GPKGDataColumnsDao(im)queryByConstraintName:":{"name":"-queryByConstraintName:","abstract":"

    Query by constraint name

    ","parent_name":"GPKGDataColumnsDao"},"Classes/GPKGDataColumnsDao.html#/c:objc(cs)GPKGDataColumnsDao(im)dataColumnByTableName:andColumnName:":{"name":"-dataColumnByTableName:andColumnName:","abstract":"

    Get DataColumn by column name and table name

    ","parent_name":"GPKGDataColumnsDao"},"Classes/GPKGDataColumnsDao.html#/c:objc(cs)GPKGDataColumnsDao(im)queryByTable:":{"name":"-queryByTable:","abstract":"

    Query by table name

    ","parent_name":"GPKGDataColumnsDao"},"Classes/GPKGDataColumnsDao.html#/c:objc(cs)GPKGDataColumnsDao(im)deleteByTableName:":{"name":"-deleteByTableName:","abstract":"

    Delete by table name

    ","parent_name":"GPKGDataColumnsDao"},"Classes/GPKGDataColumns.html#/c:objc(cs)GPKGDataColumns(py)tableName":{"name":"tableName","abstract":"

    Name of the tiles or feature table

    ","parent_name":"GPKGDataColumns"},"Classes/GPKGDataColumns.html#/c:objc(cs)GPKGDataColumns(py)columnName":{"name":"columnName","abstract":"

    Name of the table column

    ","parent_name":"GPKGDataColumns"},"Classes/GPKGDataColumns.html#/c:objc(cs)GPKGDataColumns(py)name":{"name":"name","abstract":"

    A human-readable identifier (e.g. short name) for the column_name content

    ","parent_name":"GPKGDataColumns"},"Classes/GPKGDataColumns.html#/c:objc(cs)GPKGDataColumns(py)title":{"name":"title","abstract":"

    A human-readable formal title for the column_name content

    ","parent_name":"GPKGDataColumns"},"Classes/GPKGDataColumns.html#/c:objc(cs)GPKGDataColumns(py)theDescription":{"name":"theDescription","abstract":"

    A human-readable description for the column_name content

    ","parent_name":"GPKGDataColumns"},"Classes/GPKGDataColumns.html#/c:objc(cs)GPKGDataColumns(py)mimeType":{"name":"mimeType","abstract":"

    MIME type of column_name if BLOB type, or NULL for other types

    ","parent_name":"GPKGDataColumns"},"Classes/GPKGDataColumns.html#/c:objc(cs)GPKGDataColumns(py)constraintName":{"name":"constraintName","abstract":"

    Case sensitive column value constraint name specified by reference to","parent_name":"GPKGDataColumns"},"Classes/GPKGDataColumns.html#/c:objc(cs)GPKGDataColumns(im)setContents:":{"name":"-setContents:","abstract":"

    Set the Contents

    ","parent_name":"GPKGDataColumns"},"Classes/GPKGDataColumns.html#/c:objc(cs)GPKGDataColumns(im)setConstraint:":{"name":"-setConstraint:","abstract":"

    Set the Data Column Constraints

    ","parent_name":"GPKGDataColumns"},"Classes/GPKGSchemaExtension.html#/c:objc(cs)GPKGSchemaExtension(py)extensionName":{"name":"extensionName","abstract":"

    Extension name

    ","parent_name":"GPKGSchemaExtension"},"Classes/GPKGSchemaExtension.html#/c:objc(cs)GPKGSchemaExtension(py)definition":{"name":"definition","abstract":"

    Extension definition URL

    ","parent_name":"GPKGSchemaExtension"},"Classes/GPKGSchemaExtension.html#/c:objc(cs)GPKGSchemaExtension(im)initWithGeoPackage:":{"name":"-initWithGeoPackage:","abstract":"

    Initialize

    ","parent_name":"GPKGSchemaExtension"},"Classes/GPKGSchemaExtension.html#/c:objc(cs)GPKGSchemaExtension(im)extensionCreate":{"name":"-extensionCreate","abstract":"

    Get or create the extensions

    ","parent_name":"GPKGSchemaExtension"},"Classes/GPKGSchemaExtension.html#/c:objc(cs)GPKGSchemaExtension(im)has":{"name":"-has","abstract":"

    Determine if the GeoPackage has the extension

    ","parent_name":"GPKGSchemaExtension"},"Classes/GPKGSchemaExtension.html#/c:objc(cs)GPKGSchemaExtension(im)removeExtension":{"name":"-removeExtension","abstract":"

    Remove all trace of the extension

    ","parent_name":"GPKGSchemaExtension"},"Classes/GPKGSchemaExtension.html#/c:objc(cs)GPKGSchemaExtension(im)dataColumnsDao":{"name":"-dataColumnsDao","abstract":"

    Get a Data Columns DAO

    ","parent_name":"GPKGSchemaExtension"},"Classes/GPKGSchemaExtension.html#/c:objc(cs)GPKGSchemaExtension(cm)dataColumnsDaoWithGeoPackage:":{"name":"+dataColumnsDaoWithGeoPackage:","abstract":"

    Get a Data Columns DAO

    ","parent_name":"GPKGSchemaExtension"},"Classes/GPKGSchemaExtension.html#/c:objc(cs)GPKGSchemaExtension(cm)dataColumnsDaoWithDatabase:":{"name":"+dataColumnsDaoWithDatabase:","abstract":"

    Get a Data Columns DAO

    ","parent_name":"GPKGSchemaExtension"},"Classes/GPKGSchemaExtension.html#/c:objc(cs)GPKGSchemaExtension(im)createDataColumnsTable":{"name":"-createDataColumnsTable","abstract":"

    Create the Data Columns table if it does not already exist

    ","parent_name":"GPKGSchemaExtension"},"Classes/GPKGSchemaExtension.html#/c:objc(cs)GPKGSchemaExtension(im)dataColumnConstraintsDao":{"name":"-dataColumnConstraintsDao","abstract":"

    Get a Data Column Constraints DAO

    ","parent_name":"GPKGSchemaExtension"},"Classes/GPKGSchemaExtension.html#/c:objc(cs)GPKGSchemaExtension(cm)dataColumnConstraintsDaoWithGeoPackage:":{"name":"+dataColumnConstraintsDaoWithGeoPackage:","abstract":"

    Get a Data Column Constraints DAO

    ","parent_name":"GPKGSchemaExtension"},"Classes/GPKGSchemaExtension.html#/c:objc(cs)GPKGSchemaExtension(cm)dataColumnConstraintsDaoWithDatabase:":{"name":"+dataColumnConstraintsDaoWithDatabase:","abstract":"

    Get a Data Column Constraints DAO

    ","parent_name":"GPKGSchemaExtension"},"Classes/GPKGSchemaExtension.html#/c:objc(cs)GPKGSchemaExtension(im)createDataColumnConstraintsTable":{"name":"-createDataColumnConstraintsTable","abstract":"

    Create the Data Column Constraints table if it does not already exist

    ","parent_name":"GPKGSchemaExtension"},"Classes/GPKGRTreeIndexTableRow.html#/c:objc(cs)GPKGRTreeIndexTableRow(im)initWithUserCustomRow:":{"name":"-initWithUserCustomRow:","abstract":"

    Initialize

    ","parent_name":"GPKGRTreeIndexTableRow"},"Classes/GPKGRTreeIndexTableRow.html#/c:objc(cs)GPKGRTreeIndexTableRow(im)minX":{"name":"-minX","abstract":"

    Get the min x

    ","parent_name":"GPKGRTreeIndexTableRow"},"Classes/GPKGRTreeIndexTableRow.html#/c:objc(cs)GPKGRTreeIndexTableRow(im)maxX":{"name":"-maxX","abstract":"

    Get the max x

    ","parent_name":"GPKGRTreeIndexTableRow"},"Classes/GPKGRTreeIndexTableRow.html#/c:objc(cs)GPKGRTreeIndexTableRow(im)minY":{"name":"-minY","abstract":"

    Get the min y

    ","parent_name":"GPKGRTreeIndexTableRow"},"Classes/GPKGRTreeIndexTableRow.html#/c:objc(cs)GPKGRTreeIndexTableRow(im)maxY":{"name":"-maxY","abstract":"

    Get the max y

    ","parent_name":"GPKGRTreeIndexTableRow"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(py)progress":{"name":"progress","abstract":"

    Progress callbacks

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(py)tolerance":{"name":"tolerance","abstract":"

    Query range tolerance

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)initWithExtension:andDao:andFeatureDao:":{"name":"-initWithExtension:andDao:andFeatureDao:","abstract":"

    Initialize

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)has":{"name":"-has","abstract":"

    Determine if this feature table has the RTree extension

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)create":{"name":"-create","abstract":"

    Create the RTree extension for the feature table

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)delete":{"name":"-delete","abstract":"

    Delete the RTree extension for the feature table

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)rTreeIndexExtension":{"name":"-rTreeIndexExtension","abstract":"

    Get the RTree index extension

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)featureDao":{"name":"-featureDao","abstract":"

    Get the feature DAO

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)row:":{"name":"-row:","abstract":"

    Get the RTree Index Table row from the current result set location

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)rowWithRow:":{"name":"-rowWithRow:","abstract":"

    Get the RTree Index Table row from the row

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)rowFromUserCustomRow:":{"name":"-rowFromUserCustomRow:","abstract":"

    Get the RTree Index Table row from the user custom row

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)featureRowFromRTreeRow:":{"name":"-featureRowFromRTreeRow:","abstract":"

    Get the feature row from the RTree Index Table row

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)featureRow:":{"name":"-featureRow:","abstract":"

    Get the feature row from the result set

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)featureRowWithRow:":{"name":"-featureRowWithRow:","abstract":"

    Get the feature row from the row

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)featureRowFromUserCustomRow:":{"name":"-featureRowFromUserCustomRow:","abstract":"

    Get the feature row from the user custom row

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeatures":{"name":"-queryFeatures","abstract":"

    Query for all features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:":{"name":"-queryFeaturesWithDistinct:","abstract":"

    Query for all features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithColumns:":{"name":"-queryFeaturesWithColumns:","abstract":"

    Query for all features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andColumns:":{"name":"-queryFeaturesWithDistinct:andColumns:","abstract":"

    Query for all features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeatures":{"name":"-countFeatures","abstract":"

    Count features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithColumn:":{"name":"-countFeaturesWithColumn:","abstract":"

    Count features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithDistinct:andColumn:":{"name":"-countFeaturesWithDistinct:andColumn:","abstract":"

    Count features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithFieldValues:":{"name":"-queryFeaturesWithFieldValues:","abstract":"

    Query for features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andFieldValues:","abstract":"

    Query for features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithColumns:andFieldValues:":{"name":"-queryFeaturesWithColumns:andFieldValues:","abstract":"

    Query for features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andColumns:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andColumns:andFieldValues:","abstract":"

    Query for features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithFieldValues:":{"name":"-countFeaturesWithFieldValues:","abstract":"

    Count features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithColumn:andFieldValues:":{"name":"-countFeaturesWithColumn:andFieldValues:","abstract":"

    Count features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithDistinct:andColumn:andFieldValues:":{"name":"-countFeaturesWithDistinct:andColumn:andFieldValues:","abstract":"

    Count features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWhere:":{"name":"-queryFeaturesWhere:","abstract":"

    Query for features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andWhere:":{"name":"-queryFeaturesWithDistinct:andWhere:","abstract":"

    Query for features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithColumns:andWhere:":{"name":"-queryFeaturesWithColumns:andWhere:","abstract":"

    Query for features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andColumns:andWhere:":{"name":"-queryFeaturesWithDistinct:andColumns:andWhere:","abstract":"

    Query for features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWhere:":{"name":"-countFeaturesWhere:","abstract":"

    Count features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithColumn:andWhere:":{"name":"-countFeaturesWithColumn:andWhere:","abstract":"

    Count features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithDistinct:andColumn:andWhere:":{"name":"-countFeaturesWithDistinct:andColumn:andWhere:","abstract":"

    Count features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWhere:andWhereArgs:":{"name":"-queryFeaturesWhere:andWhereArgs:","abstract":"

    Query for features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andWhere:andWhereArgs:","abstract":"

    Query for features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithColumns:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithColumns:andWhere:andWhereArgs:","abstract":"

    Query for features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andColumns:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andColumns:andWhere:andWhereArgs:","abstract":"

    Query for features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWhere:andWhereArgs:":{"name":"-countFeaturesWhere:andWhereArgs:","abstract":"

    Count features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithColumn:andWhere:andWhereArgs:":{"name":"-countFeaturesWithColumn:andWhere:andWhereArgs:","abstract":"

    Count features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithDistinct:andColumn:andWhere:andWhereArgs:":{"name":"-countFeaturesWithDistinct:andColumn:andWhere:andWhereArgs:","abstract":"

    Count features

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryWithBoundingBox:":{"name":"-queryWithBoundingBox:","abstract":"

    Query for rows within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryWithDistinct:andBoundingBox:":{"name":"-queryWithDistinct:andBoundingBox:","abstract":"

    Query for rows within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryWithColumns:andBoundingBox:":{"name":"-queryWithColumns:andBoundingBox:","abstract":"

    Query for rows within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryWithDistinct:andColumns:andBoundingBox:":{"name":"-queryWithDistinct:andColumns:andBoundingBox:","abstract":"

    Query for rows within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countWithBoundingBox:":{"name":"-countWithBoundingBox:","abstract":"

    Count the rows within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countWithColumn:andBoundingBox:":{"name":"-countWithColumn:andBoundingBox:","abstract":"

    Count the rows within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countWithDistinct:andColumn:andBoundingBox:":{"name":"-countWithDistinct:andColumn:andBoundingBox:","abstract":"

    Count the rows within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithBoundingBox:":{"name":"-queryFeaturesWithBoundingBox:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andBoundingBox:":{"name":"-queryFeaturesWithDistinct:andBoundingBox:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithColumns:andBoundingBox:":{"name":"-queryFeaturesWithColumns:andBoundingBox:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andColumns:andBoundingBox:":{"name":"-queryFeaturesWithDistinct:andColumns:andBoundingBox:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithBoundingBox:":{"name":"-countFeaturesWithBoundingBox:","abstract":"

    Count the features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithColumn:andBoundingBox:":{"name":"-countFeaturesWithColumn:andBoundingBox:","abstract":"

    Count the features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithDistinct:andColumn:andBoundingBox:":{"name":"-countFeaturesWithDistinct:andColumn:andBoundingBox:","abstract":"

    Count the features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithBoundingBox:andFieldValues:":{"name":"-queryFeaturesWithBoundingBox:andFieldValues:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andBoundingBox:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andBoundingBox:andFieldValues:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithColumns:andBoundingBox:andFieldValues:":{"name":"-queryFeaturesWithColumns:andBoundingBox:andFieldValues:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andColumns:andBoundingBox:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andColumns:andBoundingBox:andFieldValues:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithBoundingBox:andFieldValues:":{"name":"-countFeaturesWithBoundingBox:andFieldValues:","abstract":"

    Count the features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithColumn:andBoundingBox:andFieldValues:":{"name":"-countFeaturesWithColumn:andBoundingBox:andFieldValues:","abstract":"

    Count the features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithDistinct:andColumn:andBoundingBox:andFieldValues:":{"name":"-countFeaturesWithDistinct:andColumn:andBoundingBox:andFieldValues:","abstract":"

    Count the features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithBoundingBox:andWhere:":{"name":"-queryFeaturesWithBoundingBox:andWhere:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andBoundingBox:andWhere:":{"name":"-queryFeaturesWithDistinct:andBoundingBox:andWhere:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithColumns:andBoundingBox:andWhere:":{"name":"-queryFeaturesWithColumns:andBoundingBox:andWhere:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andColumns:andBoundingBox:andWhere:":{"name":"-queryFeaturesWithDistinct:andColumns:andBoundingBox:andWhere:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithBoundingBox:andWhere:":{"name":"-countFeaturesWithBoundingBox:andWhere:","abstract":"

    Count the features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithColumn:andBoundingBox:andWhere:":{"name":"-countFeaturesWithColumn:andBoundingBox:andWhere:","abstract":"

    Count the features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithDistinct:andColumn:andBoundingBox:andWhere:":{"name":"-countFeaturesWithDistinct:andColumn:andBoundingBox:andWhere:","abstract":"

    Count the features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithBoundingBox:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithBoundingBox:andWhere:andWhereArgs:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andBoundingBox:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andBoundingBox:andWhere:andWhereArgs:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithColumns:andBoundingBox:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithColumns:andBoundingBox:andWhere:andWhereArgs:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithBoundingBox:andWhere:andWhereArgs:":{"name":"-countFeaturesWithBoundingBox:andWhere:andWhereArgs:","abstract":"

    Count the features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithColumn:andBoundingBox:andWhere:andWhereArgs:":{"name":"-countFeaturesWithColumn:andBoundingBox:andWhere:andWhereArgs:","abstract":"

    Count the features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithDistinct:andColumn:andBoundingBox:andWhere:andWhereArgs:":{"name":"-countFeaturesWithDistinct:andColumn:andBoundingBox:andWhere:andWhereArgs:","abstract":"

    Count the features within the bounding box

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryWithBoundingBox:inProjection:":{"name":"-queryWithBoundingBox:inProjection:","abstract":"

    Query for rows within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryWithDistinct:andBoundingBox:inProjection:":{"name":"-queryWithDistinct:andBoundingBox:inProjection:","abstract":"

    Query for rows within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryWithColumns:andBoundingBox:inProjection:":{"name":"-queryWithColumns:andBoundingBox:inProjection:","abstract":"

    Query for rows within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryWithDistinct:andColumns:andBoundingBox:inProjection:":{"name":"-queryWithDistinct:andColumns:andBoundingBox:inProjection:","abstract":"

    Query for rows within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countWithBoundingBox:inProjection:":{"name":"-countWithBoundingBox:inProjection:","abstract":"

    Count the rows within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countWithColumn:andBoundingBox:inProjection:":{"name":"-countWithColumn:andBoundingBox:inProjection:","abstract":"

    Count the rows within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countWithDistinct:andColumn:andBoundingBox:inProjection:":{"name":"-countWithDistinct:andColumn:andBoundingBox:inProjection:","abstract":"

    Count the rows within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithBoundingBox:inProjection:":{"name":"-queryFeaturesWithBoundingBox:inProjection:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andBoundingBox:inProjection:":{"name":"-queryFeaturesWithDistinct:andBoundingBox:inProjection:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithColumns:andBoundingBox:inProjection:":{"name":"-queryFeaturesWithColumns:andBoundingBox:inProjection:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andColumns:andBoundingBox:inProjection:":{"name":"-queryFeaturesWithDistinct:andColumns:andBoundingBox:inProjection:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithBoundingBox:inProjection:":{"name":"-countFeaturesWithBoundingBox:inProjection:","abstract":"

    Count the features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithColumn:andBoundingBox:inProjection:":{"name":"-countFeaturesWithColumn:andBoundingBox:inProjection:","abstract":"

    Count the features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithDistinct:andColumn:andBoundingBox:inProjection:":{"name":"-countFeaturesWithDistinct:andColumn:andBoundingBox:inProjection:","abstract":"

    Count the features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithBoundingBox:inProjection:andFieldValues:":{"name":"-queryFeaturesWithBoundingBox:inProjection:andFieldValues:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andBoundingBox:inProjection:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andBoundingBox:inProjection:andFieldValues:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithColumns:andBoundingBox:inProjection:andFieldValues:":{"name":"-queryFeaturesWithColumns:andBoundingBox:inProjection:andFieldValues:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithBoundingBox:inProjection:andFieldValues:":{"name":"-countFeaturesWithBoundingBox:inProjection:andFieldValues:","abstract":"

    Count the features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithColumn:andBoundingBox:inProjection:andFieldValues:":{"name":"-countFeaturesWithColumn:andBoundingBox:inProjection:andFieldValues:","abstract":"

    Count the features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithDistinct:andColumn:andBoundingBox:inProjection:andFieldValues:":{"name":"-countFeaturesWithDistinct:andColumn:andBoundingBox:inProjection:andFieldValues:","abstract":"

    Count the features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithBoundingBox:inProjection:andWhere:":{"name":"-queryFeaturesWithBoundingBox:inProjection:andWhere:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andBoundingBox:inProjection:andWhere:":{"name":"-queryFeaturesWithDistinct:andBoundingBox:inProjection:andWhere:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithColumns:andBoundingBox:inProjection:andWhere:":{"name":"-queryFeaturesWithColumns:andBoundingBox:inProjection:andWhere:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:":{"name":"-queryFeaturesWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithBoundingBox:inProjection:andWhere:":{"name":"-countFeaturesWithBoundingBox:inProjection:andWhere:","abstract":"

    Count the features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithColumn:andBoundingBox:inProjection:andWhere:":{"name":"-countFeaturesWithColumn:andBoundingBox:inProjection:andWhere:","abstract":"

    Count the features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithDistinct:andColumn:andBoundingBox:inProjection:andWhere:":{"name":"-countFeaturesWithDistinct:andColumn:andBoundingBox:inProjection:andWhere:","abstract":"

    Count the features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-countFeaturesWithBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Count the features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithColumn:andBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-countFeaturesWithColumn:andBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Count the features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithDistinct:andColumn:andBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-countFeaturesWithDistinct:andColumn:andBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Count the features within the bounding box in the provided projection

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryWithEnvelope:":{"name":"-queryWithEnvelope:","abstract":"

    Query for rows within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryWithDistinct:andEnvelope:":{"name":"-queryWithDistinct:andEnvelope:","abstract":"

    Query for rows within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryWithColumns:andEnvelope:":{"name":"-queryWithColumns:andEnvelope:","abstract":"

    Query for rows within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryWithDistinct:andColumns:andEnvelope:":{"name":"-queryWithDistinct:andColumns:andEnvelope:","abstract":"

    Query for rows within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countWithEnvelope:":{"name":"-countWithEnvelope:","abstract":"

    Count the rows within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countWithColumn:andEnvelope:":{"name":"-countWithColumn:andEnvelope:","abstract":"

    Count the rows within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countWithDistinct:andColumn:andEnvelope:":{"name":"-countWithDistinct:andColumn:andEnvelope:","abstract":"

    Count the rows within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithEnvelope:":{"name":"-queryFeaturesWithEnvelope:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andEnvelope:":{"name":"-queryFeaturesWithDistinct:andEnvelope:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithColumns:andEnvelope:":{"name":"-queryFeaturesWithColumns:andEnvelope:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andColumns:andEnvelope:":{"name":"-queryFeaturesWithDistinct:andColumns:andEnvelope:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithEnvelope:":{"name":"-countFeaturesWithEnvelope:","abstract":"

    Count the features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithColumn:andEnvelope:":{"name":"-countFeaturesWithColumn:andEnvelope:","abstract":"

    Count the features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithDistinct:andColumn:andEnvelope:":{"name":"-countFeaturesWithDistinct:andColumn:andEnvelope:","abstract":"

    Count the features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithEnvelope:andFieldValues:":{"name":"-queryFeaturesWithEnvelope:andFieldValues:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andEnvelope:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andEnvelope:andFieldValues:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithColumns:andEnvelope:andFieldValues:":{"name":"-queryFeaturesWithColumns:andEnvelope:andFieldValues:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andColumns:andEnvelope:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andColumns:andEnvelope:andFieldValues:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithEnvelope:andFieldValues:":{"name":"-countFeaturesWithEnvelope:andFieldValues:","abstract":"

    Count the features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithColumn:andEnvelope:andFieldValues:":{"name":"-countFeaturesWithColumn:andEnvelope:andFieldValues:","abstract":"

    Count the features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithDistinct:andColumn:andEnvelope:andFieldValues:":{"name":"-countFeaturesWithDistinct:andColumn:andEnvelope:andFieldValues:","abstract":"

    Count the features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithEnvelope:andWhere:":{"name":"-queryFeaturesWithEnvelope:andWhere:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andEnvelope:andWhere:":{"name":"-queryFeaturesWithDistinct:andEnvelope:andWhere:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithColumns:andEnvelope:andWhere:":{"name":"-queryFeaturesWithColumns:andEnvelope:andWhere:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andColumns:andEnvelope:andWhere:":{"name":"-queryFeaturesWithDistinct:andColumns:andEnvelope:andWhere:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithEnvelope:andWhere:":{"name":"-countFeaturesWithEnvelope:andWhere:","abstract":"

    Count the features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithColumn:andEnvelope:andWhere:":{"name":"-countFeaturesWithColumn:andEnvelope:andWhere:","abstract":"

    Count the features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithDistinct:andColumn:andEnvelope:andWhere:":{"name":"-countFeaturesWithDistinct:andColumn:andEnvelope:andWhere:","abstract":"

    Count the features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithEnvelope:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithEnvelope:andWhere:andWhereArgs:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andEnvelope:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andEnvelope:andWhere:andWhereArgs:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithColumns:andEnvelope:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithColumns:andEnvelope:andWhere:andWhereArgs:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithEnvelope:andWhere:andWhereArgs:":{"name":"-countFeaturesWithEnvelope:andWhere:andWhereArgs:","abstract":"

    Count the features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithColumn:andEnvelope:andWhere:andWhereArgs:":{"name":"-countFeaturesWithColumn:andEnvelope:andWhere:andWhereArgs:","abstract":"

    Count the features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithDistinct:andColumn:andEnvelope:andWhere:andWhereArgs:":{"name":"-countFeaturesWithDistinct:andColumn:andEnvelope:andWhere:andWhereArgs:","abstract":"

    Count the features within the geometry envelope

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryWithMinX:andMinY:andMaxX:andMaxY:":{"name":"-queryWithMinX:andMinY:andMaxX:andMaxY:","abstract":"

    Query for rows within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryWithDistinct:andMinX:andMinY:andMaxX:andMaxY:":{"name":"-queryWithDistinct:andMinX:andMinY:andMaxX:andMaxY:","abstract":"

    Query for rows within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryWithColumns:andMinX:andMinY:andMaxX:andMaxY:":{"name":"-queryWithColumns:andMinX:andMinY:andMaxX:andMaxY:","abstract":"

    Query for rows within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:":{"name":"-queryWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:","abstract":"

    Query for rows within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countWithMinX:andMinY:andMaxX:andMaxY:":{"name":"-countWithMinX:andMinY:andMaxX:andMaxY:","abstract":"

    Count the rows within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countWithColumn:andMinX:andMinY:andMaxX:andMaxY:":{"name":"-countWithColumn:andMinX:andMinY:andMaxX:andMaxY:","abstract":"

    Count the rows within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countWithDistinct:andColumn:andMinX:andMinY:andMaxX:andMaxY:":{"name":"-countWithDistinct:andColumn:andMinX:andMinY:andMaxX:andMaxY:","abstract":"

    Count the rows within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithMinX:andMinY:andMaxX:andMaxY:":{"name":"-queryFeaturesWithMinX:andMinY:andMaxX:andMaxY:","abstract":"

    Query for features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andMinX:andMinY:andMaxX:andMaxY:":{"name":"-queryFeaturesWithDistinct:andMinX:andMinY:andMaxX:andMaxY:","abstract":"

    Query for features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithColumns:andMinX:andMinY:andMaxX:andMaxY:":{"name":"-queryFeaturesWithColumns:andMinX:andMinY:andMaxX:andMaxY:","abstract":"

    Query for features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:":{"name":"-queryFeaturesWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:","abstract":"

    Query for features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithMinX:andMinY:andMaxX:andMaxY:":{"name":"-countFeaturesWithMinX:andMinY:andMaxX:andMaxY:","abstract":"

    Count the features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithColumn:andMinX:andMinY:andMaxX:andMaxY:":{"name":"-countFeaturesWithColumn:andMinX:andMinY:andMaxX:andMaxY:","abstract":"

    Count the features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithDistinct:andColumn:andMinX:andMinY:andMaxX:andMaxY:":{"name":"-countFeaturesWithDistinct:andColumn:andMinX:andMinY:andMaxX:andMaxY:","abstract":"

    Count the features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithMinX:andMinY:andMaxX:andMaxY:andFieldValues:":{"name":"-queryFeaturesWithMinX:andMinY:andMaxX:andMaxY:andFieldValues:","abstract":"

    Query for features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:","abstract":"

    Query for features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithColumns:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:":{"name":"-queryFeaturesWithColumns:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:","abstract":"

    Query for features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:","abstract":"

    Query for features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithMinX:andMinY:andMaxX:andMaxY:andFieldValues:":{"name":"-countFeaturesWithMinX:andMinY:andMaxX:andMaxY:andFieldValues:","abstract":"

    Count the features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithColumn:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:":{"name":"-countFeaturesWithColumn:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:","abstract":"

    Count the features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithDistinct:andColumn:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:":{"name":"-countFeaturesWithDistinct:andColumn:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:","abstract":"

    Count the features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithMinX:andMinY:andMaxX:andMaxY:andWhere:":{"name":"-queryFeaturesWithMinX:andMinY:andMaxX:andMaxY:andWhere:","abstract":"

    Query for features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andWhere:":{"name":"-queryFeaturesWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andWhere:","abstract":"

    Query for features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:":{"name":"-queryFeaturesWithColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:","abstract":"

    Query for features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:":{"name":"-queryFeaturesWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:","abstract":"

    Query for features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithMinX:andMinY:andMaxX:andMaxY:andWhere:":{"name":"-countFeaturesWithMinX:andMinY:andMaxX:andMaxY:andWhere:","abstract":"

    Count the features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithColumn:andMinX:andMinY:andMaxX:andMaxY:andWhere:":{"name":"-countFeaturesWithColumn:andMinX:andMinY:andMaxX:andMaxY:andWhere:","abstract":"

    Count the features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithDistinct:andColumn:andMinX:andMinY:andMaxX:andMaxY:andWhere:":{"name":"-countFeaturesWithDistinct:andColumn:andMinX:andMinY:andMaxX:andMaxY:andWhere:","abstract":"

    Count the features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:","abstract":"

    Query for features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:","abstract":"

    Query for features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:","abstract":"

    Query for features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:","abstract":"

    Query for features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:":{"name":"-countFeaturesWithMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:","abstract":"

    Count the features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithColumn:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:":{"name":"-countFeaturesWithColumn:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:","abstract":"

    Count the features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)countFeaturesWithDistinct:andColumn:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:":{"name":"-countFeaturesWithDistinct:andColumn:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:","abstract":"

    Count the features within the bounds

    ","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithLimit:":{"name":"-queryFeaturesForChunkWithLimit:","abstract":"

    Query for all features ordered by id, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithLimit:andOffset:":{"name":"-queryFeaturesForChunkWithLimit:andOffset:","abstract":"

    Query for all features ordered by id, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithOrderBy:andLimit:","abstract":"

    Query for all features, starting at the offset and returning no more than","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithOrderBy:andLimit:andOffset:","abstract":"

    Query for all features, starting at the offset and returning no more than","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andLimit:","abstract":"

    Query for all features ordered by id, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andLimit:andOffset:","abstract":"

    Query for all features ordered by id, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andOrderBy:andLimit:","abstract":"

    Query for all features, starting at the offset and returning no more than","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andOrderBy:andLimit:andOffset:","abstract":"

    Query for all features, starting at the offset and returning no more than","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andLimit:","abstract":"

    Query for all features ordered by id, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andLimit:andOffset:","abstract":"

    Query for all features ordered by id, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andOrderBy:andLimit:","abstract":"

    Query for all features, starting at the offset and returning no more than","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andOrderBy:andLimit:andOffset:","abstract":"

    Query for all features, starting at the offset and returning no more than","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andLimit:","abstract":"

    Query for all features ordered by id, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andLimit:andOffset:","abstract":"

    Query for all features ordered by id, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andOrderBy:andLimit:","abstract":"

    Query for all features, starting at the offset and returning no more than","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andOrderBy:andLimit:andOffset:","abstract":"

    Query for all features, starting at the offset and returning no more than","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithFieldValues:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithFieldValues:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andFieldValues:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andFieldValues:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andFieldValues:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithWhere:andLimit:":{"name":"-queryFeaturesForChunkWithWhere:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithWhere:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithWhere:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andWhere:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andWhere:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andWhere:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andWhere:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andWhere:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andWhere:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithWhere:andWhereArgs:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithBoundingBox:andLimit:":{"name":"-queryForChunkWithBoundingBox:andLimit:","abstract":"

    Query for rows within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithBoundingBox:andLimit:andOffset:":{"name":"-queryForChunkWithBoundingBox:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithBoundingBox:andOrderBy:andLimit:":{"name":"-queryForChunkWithBoundingBox:andOrderBy:andLimit:","abstract":"

    Query for rows within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithBoundingBox:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithBoundingBox:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andBoundingBox:andLimit:":{"name":"-queryForChunkWithDistinct:andBoundingBox:andLimit:","abstract":"

    Query for rows within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andBoundingBox:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andBoundingBox:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andBoundingBox:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andBoundingBox:andOrderBy:andLimit:","abstract":"

    Query for rows within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andBoundingBox:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andBoundingBox:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithColumns:andBoundingBox:andLimit:":{"name":"-queryForChunkWithColumns:andBoundingBox:andLimit:","abstract":"

    Query for rows within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithColumns:andBoundingBox:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andBoundingBox:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithColumns:andBoundingBox:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andBoundingBox:andOrderBy:andLimit:","abstract":"

    Query for rows within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithColumns:andBoundingBox:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andBoundingBox:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andColumns:andBoundingBox:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:andLimit:","abstract":"

    Query for rows within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andColumns:andBoundingBox:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andColumns:andBoundingBox:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:andOrderBy:andLimit:","abstract":"

    Query for rows within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andColumns:andBoundingBox:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:andFieldValues:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andFieldValues:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andFieldValues:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:andWhere:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithBoundingBox:inProjection:andLimit:":{"name":"-queryForChunkWithBoundingBox:inProjection:andLimit:","abstract":"

    Query for rows within the bounding box in the provided projection ordered","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithBoundingBox:inProjection:andLimit:andOffset:":{"name":"-queryForChunkWithBoundingBox:inProjection:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box in the provided projection ordered","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithBoundingBox:inProjection:andOrderBy:andLimit:":{"name":"-queryForChunkWithBoundingBox:inProjection:andOrderBy:andLimit:","abstract":"

    Query for rows within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithBoundingBox:inProjection:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithBoundingBox:inProjection:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andBoundingBox:inProjection:andLimit:":{"name":"-queryForChunkWithDistinct:andBoundingBox:inProjection:andLimit:","abstract":"

    Query for rows within the bounding box in the provided projection ordered","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andBoundingBox:inProjection:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andBoundingBox:inProjection:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box in the provided projection ordered","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andBoundingBox:inProjection:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andBoundingBox:inProjection:andOrderBy:andLimit:","abstract":"

    Query for rows within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithColumns:andBoundingBox:inProjection:andLimit:":{"name":"-queryForChunkWithColumns:andBoundingBox:inProjection:andLimit:","abstract":"

    Query for rows within the bounding box in the provided projection ordered","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithColumns:andBoundingBox:inProjection:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andBoundingBox:inProjection:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box in the provided projection ordered","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithColumns:andBoundingBox:inProjection:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andBoundingBox:inProjection:andOrderBy:andLimit:","abstract":"

    Query for rows within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithColumns:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andLimit:","abstract":"

    Query for rows within the bounding box in the provided projection ordered","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box in the provided projection ordered","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andOrderBy:andLimit:","abstract":"

    Query for rows within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:inProjection:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:inProjection:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:inProjection:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:inProjection:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:inProjection:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andFieldValues:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:inProjection:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithEnvelope:andLimit:":{"name":"-queryForChunkWithEnvelope:andLimit:","abstract":"

    Query for rows within the geometry envelope ordered by id, starting at","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithEnvelope:andLimit:andOffset:":{"name":"-queryForChunkWithEnvelope:andLimit:andOffset:","abstract":"

    Query for rows within the geometry envelope ordered by id, starting at","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithEnvelope:andOrderBy:andLimit:":{"name":"-queryForChunkWithEnvelope:andOrderBy:andLimit:","abstract":"

    Query for rows within the geometry envelope, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithEnvelope:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithEnvelope:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the geometry envelope, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andEnvelope:andLimit:":{"name":"-queryForChunkWithDistinct:andEnvelope:andLimit:","abstract":"

    Query for rows within the geometry envelope ordered by id, starting at","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andEnvelope:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andEnvelope:andLimit:andOffset:","abstract":"

    Query for rows within the geometry envelope ordered by id, starting at","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andEnvelope:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andEnvelope:andOrderBy:andLimit:","abstract":"

    Query for rows within the geometry envelope, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andEnvelope:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andEnvelope:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the geometry envelope, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithColumns:andEnvelope:andLimit:":{"name":"-queryForChunkWithColumns:andEnvelope:andLimit:","abstract":"

    Query for rows within the geometry envelope ordered by id, starting at","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithColumns:andEnvelope:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andEnvelope:andLimit:andOffset:","abstract":"

    Query for rows within the geometry envelope ordered by id, starting at","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithColumns:andEnvelope:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andEnvelope:andOrderBy:andLimit:","abstract":"

    Query for rows within the geometry envelope, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithColumns:andEnvelope:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andEnvelope:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the geometry envelope, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andColumns:andEnvelope:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andLimit:","abstract":"

    Query for rows within the geometry envelope ordered by id, starting at","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andColumns:andEnvelope:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andLimit:andOffset:","abstract":"

    Query for rows within the geometry envelope ordered by id, starting at","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andColumns:andEnvelope:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andOrderBy:andLimit:","abstract":"

    Query for rows within the geometry envelope, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andColumns:andEnvelope:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the geometry envelope, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithEnvelope:andLimit:":{"name":"-queryFeaturesForChunkWithEnvelope:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithEnvelope:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithEnvelope:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithEnvelope:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithEnvelope:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithEnvelope:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithEnvelope:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andEnvelope:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andEnvelope:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andEnvelope:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andEnvelope:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andEnvelope:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andEnvelope:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andEnvelope:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andEnvelope:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithEnvelope:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithEnvelope:andFieldValues:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithEnvelope:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithEnvelope:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithEnvelope:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithEnvelope:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andEnvelope:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andFieldValues:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andEnvelope:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andEnvelope:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andEnvelope:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andFieldValues:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andEnvelope:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithEnvelope:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithEnvelope:andWhere:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithEnvelope:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithEnvelope:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithEnvelope:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithEnvelope:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithEnvelope:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithEnvelope:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithEnvelope:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithEnvelope:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithEnvelope:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithEnvelope:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithMinX:andMinY:andMaxX:andMaxY:andLimit:":{"name":"-queryForChunkWithMinX:andMinY:andMaxX:andMaxY:andLimit:","abstract":"

    Query for rows within the bounds ordered by id, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithMinX:andMinY:andMaxX:andMaxY:andLimit:andOffset:":{"name":"-queryForChunkWithMinX:andMinY:andMaxX:andMaxY:andLimit:andOffset:","abstract":"

    Query for rows within the bounds ordered by id, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:":{"name":"-queryForChunkWithMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:","abstract":"

    Query for rows within the bounds, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the bounds, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andLimit:":{"name":"-queryForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andLimit:","abstract":"

    Query for rows within the bounds ordered by id, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andLimit:andOffset:","abstract":"

    Query for rows within the bounds ordered by id, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:","abstract":"

    Query for rows within the bounds, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the bounds, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andLimit:":{"name":"-queryForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andLimit:","abstract":"

    Query for rows within the bounds ordered by id, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andLimit:andOffset:","abstract":"

    Query for rows within the bounds ordered by id, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:","abstract":"

    Query for rows within the bounds, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the bounds, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andLimit:","abstract":"

    Query for rows within the bounds ordered by id, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andLimit:andOffset:","abstract":"

    Query for rows within the bounds ordered by id, starting at the offset","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:","abstract":"

    Query for rows within the bounds, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the bounds, starting at the offset and returning no","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andLimit:":{"name":"-queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andLimit:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andLimit:andOffset:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andLimit:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andLimit:andOffset:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andLimit:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andLimit:andOffset:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andLimit:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andLimit:andOffset:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andFieldValues:andLimit:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:andLimit:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:andLimit:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:andLimit:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andWhere:andLimit:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andWhere:andLimit:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andLimit:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andLimit:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounds ordered by id, starting at the","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexTableDao.html#/c:objc(cs)GPKGRTreeIndexTableDao(im)queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andMinX:andMinY:andMaxX:andMaxY:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounds, starting at the offset and","parent_name":"GPKGRTreeIndexTableDao"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(py)extensionName":{"name":"extensionName","abstract":"

    Extension name

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(py)definition":{"name":"definition","abstract":"

    Extension definition URL

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)initWithGeoPackage:":{"name":"-initWithGeoPackage:","abstract":"

    Initialize

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)tableDaoWithFeatureTable:":{"name":"-tableDaoWithFeatureTable:","abstract":"

    Get a RTree Index Table DAO for the feature table

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)tableDaoWithFeatureDao:":{"name":"-tableDaoWithFeatureDao:","abstract":"

    Get a RTree Index Table DAO for the feature dao

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)extensionCreateWithFeatureTable:":{"name":"-extensionCreateWithFeatureTable:","abstract":"

    Get or create the extension

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)extensionCreateWithTableName:andColumnName:":{"name":"-extensionCreateWithTableName:andColumnName:","abstract":"

    Get or create the extension

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)hasWithFeatureTable:":{"name":"-hasWithFeatureTable:","abstract":"

    Determine if the GeoPackage feature table has the extension

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)hasWithTableName:andColumnName:":{"name":"-hasWithTableName:andColumnName:","abstract":"

    Determine if the GeoPackage table and column has the extension

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)hasWithTableName:":{"name":"-hasWithTableName:","abstract":"

    Determine if the GeoPackage table has the extension

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)has":{"name":"-has","abstract":"

    Determine if the GeoPackage has the extension for any table

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)createFunctionsWithFeatureTable:":{"name":"-createFunctionsWithFeatureTable:","abstract":"

    Check if the feature table has the RTree extension and create the","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)createFunctionsWithTableName:andColumnName:":{"name":"-createFunctionsWithTableName:andColumnName:","abstract":"

    Check if the table and column has the RTree extension and create the","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)createFunctions":{"name":"-createFunctions","abstract":"

    Check if the GeoPackage has the RTree extension and create the functions","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)createWithFeatureTable:":{"name":"-createWithFeatureTable:","abstract":"

    Create the RTree Index extension for the feature table. Creates the SQL","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)createWithTableName:andGeometryColumnName:andIdColumnName:":{"name":"-createWithTableName:andGeometryColumnName:andIdColumnName:","abstract":"

    Create the RTree Index extension for the feature table, geometry column,","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)createRTreeIndexWithFeatureTable:":{"name":"-createRTreeIndexWithFeatureTable:","abstract":"

    Create the RTree Index Virtual Table

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)createRTreeIndexWithTableName:andGeometryColumnName:":{"name":"-createRTreeIndexWithTableName:andGeometryColumnName:","abstract":"

    Create the RTree Index Virtual Table

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)createAllFunctions":{"name":"-createAllFunctions","abstract":"

    Create all connection SQL Functions for min x, max x, min y, max y, and","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)createMinXFunction":{"name":"-createMinXFunction","abstract":"

    Create the min x SQL function

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)createMaxXFunction":{"name":"-createMaxXFunction","abstract":"

    Create the max x SQL function

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)createMinYFunction":{"name":"-createMinYFunction","abstract":"

    Create the min y SQL function

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)createMaxYFunction":{"name":"-createMaxYFunction","abstract":"

    Create the max y SQL function

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)createIsEmptyFunction":{"name":"-createIsEmptyFunction","abstract":"

    Create the is empty SQL function

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)loadRTreeIndexWithFeatureTable:":{"name":"-loadRTreeIndexWithFeatureTable:","abstract":"

    Load the RTree Spatial Index Values

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)loadRTreeIndexWithTableName:andGeometryColumnName:andIdColumnName:":{"name":"-loadRTreeIndexWithTableName:andGeometryColumnName:andIdColumnName:","abstract":"

    Load the RTree Spatial Index Values

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)createAllTriggersWithFeatureTable:":{"name":"-createAllTriggersWithFeatureTable:","abstract":"

    Create Triggers to Maintain Spatial Index Values

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)createAllTriggersWithTableName:andGeometryColumnName:andIdColumnName:":{"name":"-createAllTriggersWithTableName:andGeometryColumnName:andIdColumnName:","abstract":"

    Create Triggers to Maintain Spatial Index Values

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)createInsertTriggerWithTableName:andGeometryColumnName:andIdColumnName:":{"name":"-createInsertTriggerWithTableName:andGeometryColumnName:andIdColumnName:","abstract":"

    Create insert trigger

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)createUpdate1TriggerWithTableName:andGeometryColumnName:andIdColumnName:":{"name":"-createUpdate1TriggerWithTableName:andGeometryColumnName:andIdColumnName:","abstract":"

    Create update 1 trigger

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)createUpdate2TriggerWithTableName:andGeometryColumnName:andIdColumnName:":{"name":"-createUpdate2TriggerWithTableName:andGeometryColumnName:andIdColumnName:","abstract":"

    Create update 2 trigger

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)createUpdate3TriggerWithTableName:andGeometryColumnName:andIdColumnName:":{"name":"-createUpdate3TriggerWithTableName:andGeometryColumnName:andIdColumnName:","abstract":"

    Create update 3 trigger

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)createUpdate4TriggerWithTableName:andGeometryColumnName:andIdColumnName:":{"name":"-createUpdate4TriggerWithTableName:andGeometryColumnName:andIdColumnName:","abstract":"

    Create update 4 trigger

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)createDeleteTriggerWithTableName:andGeometryColumnName:andIdColumnName:":{"name":"-createDeleteTriggerWithTableName:andGeometryColumnName:andIdColumnName:","abstract":"

    Create delete trigger

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)deleteWithFeatureTable:":{"name":"-deleteWithFeatureTable:","abstract":"

    Delete the RTree Index extension for the feature table. Drops the","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)deleteWithTableName:andGeometryColumnName:":{"name":"-deleteWithTableName:andGeometryColumnName:","abstract":"

    Delete the RTree Index extension for the table and geometry column. Drops","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)deleteWithTableName:":{"name":"-deleteWithTableName:","abstract":"

    Delete all RTree Index extensions for the table. Drops the triggers,","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)deleteAll":{"name":"-deleteAll","abstract":"

    Delete all RTree Index extensions. Drops the triggers, RTree tables, and","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)dropWithFeatureTable:":{"name":"-dropWithFeatureTable:","abstract":"

    Drop the the triggers and RTree table for the feature table

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)dropWithTableName:andGeometryColumnName:":{"name":"-dropWithTableName:andGeometryColumnName:","abstract":"

    Drop the the triggers and RTree table for the table and geometry column

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)dropRTreeIndexWithFeatureTable:":{"name":"-dropRTreeIndexWithFeatureTable:","abstract":"

    Drop the RTree Index Virtual Table

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)dropRTreeIndexWithTableName:andGeometryColumnName:":{"name":"-dropRTreeIndexWithTableName:andGeometryColumnName:","abstract":"

    Drop the RTree Index Virtual Table

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)dropTriggersWithFeatureTable:":{"name":"-dropTriggersWithFeatureTable:","abstract":"

    Check if the feature table has the RTree extension and if found, drop the","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)dropTriggersWithTableName:andColumnName:":{"name":"-dropTriggersWithTableName:andColumnName:","abstract":"

    Check if the table and column has the RTree extension and if found, drop","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)dropAllTriggersWithFeatureTable:":{"name":"-dropAllTriggersWithFeatureTable:","abstract":"

    Drop Triggers that Maintain Spatial Index Values

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)dropAllTriggersWithTableName:andGeometryColumnName:":{"name":"-dropAllTriggersWithTableName:andGeometryColumnName:","abstract":"

    Drop Triggers that Maintain Spatial Index Values

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)dropInsertTriggerWithTableName:andGeometryColumnName:":{"name":"-dropInsertTriggerWithTableName:andGeometryColumnName:","abstract":"

    Drop insert trigger

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)dropUpdate1TriggerWithTableName:andGeometryColumnName:":{"name":"-dropUpdate1TriggerWithTableName:andGeometryColumnName:","abstract":"

    Drop update 1 trigger

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)dropUpdate2TriggerWithTableName:andGeometryColumnName:":{"name":"-dropUpdate2TriggerWithTableName:andGeometryColumnName:","abstract":"

    Drop update 2 trigger

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)dropUpdate3TriggerWithTableName:andGeometryColumnName:":{"name":"-dropUpdate3TriggerWithTableName:andGeometryColumnName:","abstract":"

    Drop update 3 trigger

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)dropUpdate4TriggerWithTableName:andGeometryColumnName:":{"name":"-dropUpdate4TriggerWithTableName:andGeometryColumnName:","abstract":"

    Drop update 4 trigger

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)dropDeleteTriggerWithTableName:andGeometryColumnName:":{"name":"-dropDeleteTriggerWithTableName:andGeometryColumnName:","abstract":"

    Drop delete trigger

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGRTreeIndexExtension.html#/c:objc(cs)GPKGRTreeIndexExtension(im)dropTriggerWithTableName:andGeometryColumnName:andTriggerName:":{"name":"-dropTriggerWithTableName:andGeometryColumnName:andTriggerName:","abstract":"

    Drop the trigger for the table, geometry column, and trigger name

    ","parent_name":"GPKGRTreeIndexExtension"},"Classes/GPKGFeatureIndexRTreeResults.html#/c:objc(cs)GPKGFeatureIndexRTreeResults(im)initWithDao:andResults:":{"name":"-initWithDao:andResults:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureIndexRTreeResults"},"Classes/GPKGSimpleAttributesTableMetadata.html#/c:objc(cs)GPKGSimpleAttributesTableMetadata(cm)create":{"name":"+create","abstract":"

    Create metadata

    ","parent_name":"GPKGSimpleAttributesTableMetadata"},"Classes/GPKGSimpleAttributesTableMetadata.html#/c:objc(cs)GPKGSimpleAttributesTableMetadata(cm)createWithTable:":{"name":"+createWithTable:","abstract":"

    Create metadata

    ","parent_name":"GPKGSimpleAttributesTableMetadata"},"Classes/GPKGSimpleAttributesTableMetadata.html#/c:objc(cs)GPKGSimpleAttributesTableMetadata(cm)createWithTable:andAutoincrement:":{"name":"+createWithTable:andAutoincrement:","abstract":"

    Create metadata

    ","parent_name":"GPKGSimpleAttributesTableMetadata"},"Classes/GPKGSimpleAttributesTableMetadata.html#/c:objc(cs)GPKGSimpleAttributesTableMetadata(cm)createWithTable:andColumns:":{"name":"+createWithTable:andColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGSimpleAttributesTableMetadata"},"Classes/GPKGSimpleAttributesTableMetadata.html#/c:objc(cs)GPKGSimpleAttributesTableMetadata(cm)createWithTable:andAutoincrement:andColumns:":{"name":"+createWithTable:andAutoincrement:andColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGSimpleAttributesTableMetadata"},"Classes/GPKGSimpleAttributesTableMetadata.html#/c:objc(cs)GPKGSimpleAttributesTableMetadata(cm)createWithTable:andIdColumnName:andColumns:":{"name":"+createWithTable:andIdColumnName:andColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGSimpleAttributesTableMetadata"},"Classes/GPKGSimpleAttributesTableMetadata.html#/c:objc(cs)GPKGSimpleAttributesTableMetadata(cm)createWithTable:andIdColumnName:andAutoincrement:andColumns:":{"name":"+createWithTable:andIdColumnName:andAutoincrement:andColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGSimpleAttributesTableMetadata"},"Classes/GPKGSimpleAttributesTableMetadata.html#/c:objc(cs)GPKGSimpleAttributesTableMetadata(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGSimpleAttributesTableMetadata"},"Classes/GPKGSimpleAttributesTableMetadata.html#/c:objc(cs)GPKGSimpleAttributesTableMetadata(im)initWithTable:andIdColumnName:andColumns:":{"name":"-initWithTable:andIdColumnName:andColumns:","abstract":"

    Constructor

    ","parent_name":"GPKGSimpleAttributesTableMetadata"},"Classes/GPKGSimpleAttributesTableMetadata.html#/c:objc(cs)GPKGSimpleAttributesTableMetadata(im)initWithTable:andIdColumnName:andAutoincrement:andColumns:":{"name":"-initWithTable:andIdColumnName:andAutoincrement:andColumns:","abstract":"

    Constructor

    ","parent_name":"GPKGSimpleAttributesTableMetadata"},"Classes/GPKGSimpleAttributesTable.html#/c:objc(cs)GPKGSimpleAttributesTable(cm)relationType":{"name":"+relationType","abstract":"

    User-Defined Simple Attributes Table relation name

    ","parent_name":"GPKGSimpleAttributesTable"},"Classes/GPKGSimpleAttributesTable.html#/c:objc(cs)GPKGSimpleAttributesTable(cm)createWithMetadata:":{"name":"+createWithMetadata:","abstract":"

    Create a simple attributes table with the metadata

    ","parent_name":"GPKGSimpleAttributesTable"},"Classes/GPKGSimpleAttributesTable.html#/c:objc(cs)GPKGSimpleAttributesTable(cm)createRequiredColumns":{"name":"+createRequiredColumns","abstract":"

    Create the required table columns

    ","parent_name":"GPKGSimpleAttributesTable"},"Classes/GPKGSimpleAttributesTable.html#/c:objc(cs)GPKGSimpleAttributesTable(cm)createRequiredColumnsWithAutoincrement:":{"name":"+createRequiredColumnsWithAutoincrement:","abstract":"

    Create the required table columns

    ","parent_name":"GPKGSimpleAttributesTable"},"Classes/GPKGSimpleAttributesTable.html#/c:objc(cs)GPKGSimpleAttributesTable(cm)createRequiredColumnsWithIdColumnName:":{"name":"+createRequiredColumnsWithIdColumnName:","abstract":"

    Create the required table columns with the id column name

    ","parent_name":"GPKGSimpleAttributesTable"},"Classes/GPKGSimpleAttributesTable.html#/c:objc(cs)GPKGSimpleAttributesTable(cm)createRequiredColumnsWithIdColumnName:andAutoincrement:":{"name":"+createRequiredColumnsWithIdColumnName:andAutoincrement:","abstract":"

    Create the required table columns with the id column name

    ","parent_name":"GPKGSimpleAttributesTable"},"Classes/GPKGSimpleAttributesTable.html#/c:objc(cs)GPKGSimpleAttributesTable(cm)createRequiredColumnsWithIndex:":{"name":"+createRequiredColumnsWithIndex:","abstract":"

    Create the required table columns, starting at the provided index

    ","parent_name":"GPKGSimpleAttributesTable"},"Classes/GPKGSimpleAttributesTable.html#/c:objc(cs)GPKGSimpleAttributesTable(cm)createRequiredColumnsWithIndex:andAutoincrement:":{"name":"+createRequiredColumnsWithIndex:andAutoincrement:","abstract":"

    Create the required table columns, starting at the provided index

    ","parent_name":"GPKGSimpleAttributesTable"},"Classes/GPKGSimpleAttributesTable.html#/c:objc(cs)GPKGSimpleAttributesTable(cm)createRequiredColumnsWithIndex:andIdColumnName:":{"name":"+createRequiredColumnsWithIndex:andIdColumnName:","abstract":"

    Create the required table columns with id column name, starting at the provided index

    ","parent_name":"GPKGSimpleAttributesTable"},"Classes/GPKGSimpleAttributesTable.html#/c:objc(cs)GPKGSimpleAttributesTable(cm)createRequiredColumnsWithIndex:andIdColumnName:andAutoincrement:":{"name":"+createRequiredColumnsWithIndex:andIdColumnName:andAutoincrement:","abstract":"

    Create the required table columns with id column name, starting at the","parent_name":"GPKGSimpleAttributesTable"},"Classes/GPKGSimpleAttributesTable.html#/c:objc(cs)GPKGSimpleAttributesTable(cm)createIdColumnWithName:":{"name":"+createIdColumnWithName:","abstract":"

    Create the primary key id column

    ","parent_name":"GPKGSimpleAttributesTable"},"Classes/GPKGSimpleAttributesTable.html#/c:objc(cs)GPKGSimpleAttributesTable(cm)createIdColumnWithName:andAutoincrement:":{"name":"+createIdColumnWithName:andAutoincrement:","abstract":"

    Create the primary key id column

    ","parent_name":"GPKGSimpleAttributesTable"},"Classes/GPKGSimpleAttributesTable.html#/c:objc(cs)GPKGSimpleAttributesTable(cm)createIdColumnWithIndex:andName:":{"name":"+createIdColumnWithIndex:andName:","abstract":"

    Create the primary key id column

    ","parent_name":"GPKGSimpleAttributesTable"},"Classes/GPKGSimpleAttributesTable.html#/c:objc(cs)GPKGSimpleAttributesTable(cm)createIdColumnWithIndex:andName:andAutoincrement:":{"name":"+createIdColumnWithIndex:andName:andAutoincrement:","abstract":"

    Create the primary key id column

    ","parent_name":"GPKGSimpleAttributesTable"},"Classes/GPKGSimpleAttributesTable.html#/c:objc(cs)GPKGSimpleAttributesTable(cm)numRequiredColumns":{"name":"+numRequiredColumns","abstract":"

    Get the number of required columns

    ","parent_name":"GPKGSimpleAttributesTable"},"Classes/GPKGSimpleAttributesTable.html#/c:objc(cs)GPKGSimpleAttributesTable(cm)requiredColumns":{"name":"+requiredColumns","abstract":"

    Get the required columns

    ","parent_name":"GPKGSimpleAttributesTable"},"Classes/GPKGSimpleAttributesTable.html#/c:objc(cs)GPKGSimpleAttributesTable(cm)requiredColumnsWithIdColumnName:":{"name":"+requiredColumnsWithIdColumnName:","abstract":"

    Get the required columns

    ","parent_name":"GPKGSimpleAttributesTable"},"Classes/GPKGSimpleAttributesTable.html#/c:objc(cs)GPKGSimpleAttributesTable(im)initWithTable:andColumns:":{"name":"-initWithTable:andColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGSimpleAttributesTable"},"Classes/GPKGSimpleAttributesTable.html#/c:objc(cs)GPKGSimpleAttributesTable(im)initWithTable:andColumns:andIdColumnName:":{"name":"-initWithTable:andColumns:andIdColumnName:","abstract":"

    Initialize

    ","parent_name":"GPKGSimpleAttributesTable"},"Classes/GPKGSimpleAttributesTable.html#/c:objc(cs)GPKGSimpleAttributesTable(im)initWithTable:":{"name":"-initWithTable:","abstract":"

    Initialize

    ","parent_name":"GPKGSimpleAttributesTable"},"Classes/GPKGSimpleAttributesTable.html#/c:objc(cs)GPKGSimpleAttributesTable(im)idColumnIndex":{"name":"-idColumnIndex","abstract":"

    Get the id column index

    ","parent_name":"GPKGSimpleAttributesTable"},"Classes/GPKGSimpleAttributesTable.html#/c:objc(cs)GPKGSimpleAttributesTable(im)idColumn":{"name":"-idColumn","abstract":"

    Get the id column

    ","parent_name":"GPKGSimpleAttributesTable"},"Classes/GPKGSimpleAttributesTable.html#/c:objc(cs)GPKGSimpleAttributesTable(cm)isSimpleColumn:":{"name":"+isSimpleColumn:","abstract":"

    Determine if the column is a non nullable simple type: TEXT, INTEGER, or REAL

    ","parent_name":"GPKGSimpleAttributesTable"},"Classes/GPKGSimpleAttributesTable.html#/c:objc(cs)GPKGSimpleAttributesTable(cm)isSimpleDataType:":{"name":"+isSimpleDataType:","abstract":"

    Determine if the data type is a simple type: TEXT, INTEGER, or REAL storage classes

    ","parent_name":"GPKGSimpleAttributesTable"},"Classes/GPKGSimpleAttributesRow.html#/c:objc(cs)GPKGSimpleAttributesRow(im)initWithSimpleAttributesTable:andColumns:andValues:":{"name":"-initWithSimpleAttributesTable:andColumns:andValues:","abstract":"

    Initialize

    ","parent_name":"GPKGSimpleAttributesRow"},"Classes/GPKGSimpleAttributesRow.html#/c:objc(cs)GPKGSimpleAttributesRow(im)initWithSimpleAttributesTable:":{"name":"-initWithSimpleAttributesTable:","abstract":"

    Initialize

    ","parent_name":"GPKGSimpleAttributesRow"},"Classes/GPKGSimpleAttributesRow.html#/c:objc(cs)GPKGSimpleAttributesRow(im)simpleAttributesTable":{"name":"-simpleAttributesTable","abstract":"

    Get the simple attributes table

    ","parent_name":"GPKGSimpleAttributesRow"},"Classes/GPKGSimpleAttributesDao.html#/c:objc(cs)GPKGSimpleAttributesDao(im)initWithDao:":{"name":"-initWithDao:","abstract":"

    Initialize

    ","parent_name":"GPKGSimpleAttributesDao"},"Classes/GPKGSimpleAttributesDao.html#/c:objc(cs)GPKGSimpleAttributesDao(im)initWithDao:andTable:":{"name":"-initWithDao:andTable:","abstract":"

    Initialize

    ","parent_name":"GPKGSimpleAttributesDao"},"Classes/GPKGSimpleAttributesDao.html#/c:objc(cs)GPKGSimpleAttributesDao(im)simpleAttributesTable":{"name":"-simpleAttributesTable","abstract":"

    Get the simple attributes table

    ","parent_name":"GPKGSimpleAttributesDao"},"Classes/GPKGSimpleAttributesDao.html#/c:objc(cs)GPKGSimpleAttributesDao(im)row:":{"name":"-row:","abstract":"

    Get the simple attributes row for the current result in the result set

    ","parent_name":"GPKGSimpleAttributesDao"},"Classes/GPKGSimpleAttributesDao.html#/c:objc(cs)GPKGSimpleAttributesDao(im)newRow":{"name":"-newRow","abstract":"

    Create a new simple attributes row

    ","parent_name":"GPKGSimpleAttributesDao"},"Classes/GPKGSimpleAttributesDao.html#/c:objc(cs)GPKGSimpleAttributesDao(im)rowsWithIds:":{"name":"-rowsWithIds:","abstract":"

    Get the simple attributes rows that exist with the provided ids

    ","parent_name":"GPKGSimpleAttributesDao"},"Classes/GPKGMediaTableMetadata.html#/c:objc(cs)GPKGMediaTableMetadata(cm)create":{"name":"+create","abstract":"

    Create metadata

    ","parent_name":"GPKGMediaTableMetadata"},"Classes/GPKGMediaTableMetadata.html#/c:objc(cs)GPKGMediaTableMetadata(cm)createWithTable:":{"name":"+createWithTable:","abstract":"

    Create metadata

    ","parent_name":"GPKGMediaTableMetadata"},"Classes/GPKGMediaTableMetadata.html#/c:objc(cs)GPKGMediaTableMetadata(cm)createWithTable:andAutoincrement:":{"name":"+createWithTable:andAutoincrement:","abstract":"

    Create metadata

    ","parent_name":"GPKGMediaTableMetadata"},"Classes/GPKGMediaTableMetadata.html#/c:objc(cs)GPKGMediaTableMetadata(cm)createWithTable:andAdditionalColumns:":{"name":"+createWithTable:andAdditionalColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGMediaTableMetadata"},"Classes/GPKGMediaTableMetadata.html#/c:objc(cs)GPKGMediaTableMetadata(cm)createWithTable:andAutoincrement:andAdditionalColumns:":{"name":"+createWithTable:andAutoincrement:andAdditionalColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGMediaTableMetadata"},"Classes/GPKGMediaTableMetadata.html#/c:objc(cs)GPKGMediaTableMetadata(cm)createWithTable:andIdColumnName:":{"name":"+createWithTable:andIdColumnName:","abstract":"

    Create metadata

    ","parent_name":"GPKGMediaTableMetadata"},"Classes/GPKGMediaTableMetadata.html#/c:objc(cs)GPKGMediaTableMetadata(cm)createWithTable:andIdColumnName:andAutoincrement:":{"name":"+createWithTable:andIdColumnName:andAutoincrement:","abstract":"

    Create metadata

    ","parent_name":"GPKGMediaTableMetadata"},"Classes/GPKGMediaTableMetadata.html#/c:objc(cs)GPKGMediaTableMetadata(cm)createWithTable:andIdColumnName:andAdditionalColumns:":{"name":"+createWithTable:andIdColumnName:andAdditionalColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGMediaTableMetadata"},"Classes/GPKGMediaTableMetadata.html#/c:objc(cs)GPKGMediaTableMetadata(cm)createWithTable:andIdColumnName:andAutoincrement:andAdditionalColumns:":{"name":"+createWithTable:andIdColumnName:andAutoincrement:andAdditionalColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGMediaTableMetadata"},"Classes/GPKGMediaTableMetadata.html#/c:objc(cs)GPKGMediaTableMetadata(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGMediaTableMetadata"},"Classes/GPKGMediaTableMetadata.html#/c:objc(cs)GPKGMediaTableMetadata(im)initWithTable:andIdColumnName:andAdditionalColumns:":{"name":"-initWithTable:andIdColumnName:andAdditionalColumns:","abstract":"

    Constructor

    ","parent_name":"GPKGMediaTableMetadata"},"Classes/GPKGMediaTableMetadata.html#/c:objc(cs)GPKGMediaTableMetadata(im)initWithTable:andIdColumnName:andAutoincrement:andAdditionalColumns:":{"name":"-initWithTable:andIdColumnName:andAutoincrement:andAdditionalColumns:","abstract":"

    Constructor

    ","parent_name":"GPKGMediaTableMetadata"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(cm)relationType":{"name":"+relationType","abstract":"

    User-Defined Media Table relation name

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(cm)createWithMetadata:":{"name":"+createWithMetadata:","abstract":"

    Create a media table with the metadata

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(cm)createRequiredColumns":{"name":"+createRequiredColumns","abstract":"

    Create the required table columns

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(cm)createRequiredColumnsWithAutoincrement:":{"name":"+createRequiredColumnsWithAutoincrement:","abstract":"

    Create the required table columns

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(cm)createRequiredColumnsWithIdColumnName:":{"name":"+createRequiredColumnsWithIdColumnName:","abstract":"

    Create the required table columns with the id column name

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(cm)createRequiredColumnsWithIdColumnName:andAutoincrement:":{"name":"+createRequiredColumnsWithIdColumnName:andAutoincrement:","abstract":"

    Create the required table columns with the id column name

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(cm)createRequiredColumnsWithIndex:":{"name":"+createRequiredColumnsWithIndex:","abstract":"

    Create the required table columns, starting at the provided index

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(cm)createRequiredColumnsWithIndex:andAutoincrement:":{"name":"+createRequiredColumnsWithIndex:andAutoincrement:","abstract":"

    Create the required table columns, starting at the provided index

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(cm)createRequiredColumnsWithIndex:andIdColumnName:":{"name":"+createRequiredColumnsWithIndex:andIdColumnName:","abstract":"

    Create the required table columns with id column name, starting at the provided index

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(cm)createRequiredColumnsWithIndex:andIdColumnName:andAutoincrement:":{"name":"+createRequiredColumnsWithIndex:andIdColumnName:andAutoincrement:","abstract":"

    Create the required table columns with id column name, starting at the","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(cm)createIdColumnWithName:":{"name":"+createIdColumnWithName:","abstract":"

    Create the primary key id column

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(cm)createIdColumnWithName:andAutoincrement:":{"name":"+createIdColumnWithName:andAutoincrement:","abstract":"

    Create the primary key id column

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(cm)createIdColumnWithIndex:andName:":{"name":"+createIdColumnWithIndex:andName:","abstract":"

    Create the primary key id column

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(cm)createIdColumnWithIndex:andName:andAutoincrement:":{"name":"+createIdColumnWithIndex:andName:andAutoincrement:","abstract":"

    Create the primary key id column

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(cm)createDataColumn":{"name":"+createDataColumn","abstract":"

    Create a data column

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(cm)createDataColumnWithIndex:":{"name":"+createDataColumnWithIndex:","abstract":"

    Create a data column

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(cm)createContentTypeColumn":{"name":"+createContentTypeColumn","abstract":"

    Create a content type column

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(cm)createContentTypeColumnWithIndex:":{"name":"+createContentTypeColumnWithIndex:","abstract":"

    Create a content type column

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(cm)numRequiredColumns":{"name":"+numRequiredColumns","abstract":"

    Get the number of required columns

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(cm)requiredColumns":{"name":"+requiredColumns","abstract":"

    Get the required columns

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(cm)requiredColumnsWithIdColumnName:":{"name":"+requiredColumnsWithIdColumnName:","abstract":"

    Get the required columns

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(im)initWithTable:andColumns:":{"name":"-initWithTable:andColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(im)initWithTable:andColumns:andIdColumnName:":{"name":"-initWithTable:andColumns:andIdColumnName:","abstract":"

    Initialize

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(im)initWithTable:":{"name":"-initWithTable:","abstract":"

    Initialize

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(im)idColumnIndex":{"name":"-idColumnIndex","abstract":"

    Get the id column index

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(im)idColumn":{"name":"-idColumn","abstract":"

    Get the id column

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(im)dataColumnIndex":{"name":"-dataColumnIndex","abstract":"

    Get the data column index

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(im)dataColumn":{"name":"-dataColumn","abstract":"

    Get the data column

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(im)contentTypeColumnIndex":{"name":"-contentTypeColumnIndex","abstract":"

    Get the content type column index

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaTable.html#/c:objc(cs)GPKGMediaTable(im)contentTypeColumn":{"name":"-contentTypeColumn","abstract":"

    Get the content type column

    ","parent_name":"GPKGMediaTable"},"Classes/GPKGMediaRow.html#/c:objc(cs)GPKGMediaRow(im)initWithMediaTable:andColumns:andValues:":{"name":"-initWithMediaTable:andColumns:andValues:","abstract":"

    Initialize

    ","parent_name":"GPKGMediaRow"},"Classes/GPKGMediaRow.html#/c:objc(cs)GPKGMediaRow(im)initWithMediaTable:":{"name":"-initWithMediaTable:","abstract":"

    Initialize

    ","parent_name":"GPKGMediaRow"},"Classes/GPKGMediaRow.html#/c:objc(cs)GPKGMediaRow(im)mediaTable":{"name":"-mediaTable","abstract":"

    Get the media table

    ","parent_name":"GPKGMediaRow"},"Classes/GPKGMediaRow.html#/c:objc(cs)GPKGMediaRow(im)dataColumnIndex":{"name":"-dataColumnIndex","abstract":"

    Get the data column index

    ","parent_name":"GPKGMediaRow"},"Classes/GPKGMediaRow.html#/c:objc(cs)GPKGMediaRow(im)dataColumn":{"name":"-dataColumn","abstract":"

    Get the data column

    ","parent_name":"GPKGMediaRow"},"Classes/GPKGMediaRow.html#/c:objc(cs)GPKGMediaRow(im)data":{"name":"-data","abstract":"

    Get the data

    ","parent_name":"GPKGMediaRow"},"Classes/GPKGMediaRow.html#/c:objc(cs)GPKGMediaRow(im)setData:":{"name":"-setData:","abstract":"

    Set the data

    ","parent_name":"GPKGMediaRow"},"Classes/GPKGMediaRow.html#/c:objc(cs)GPKGMediaRow(im)dataImageSourceProperties":{"name":"-dataImageSourceProperties","abstract":"

    Get the properties that apply to the data image source

    ","parent_name":"GPKGMediaRow"},"Classes/GPKGMediaRow.html#/c:objc(cs)GPKGMediaRow(im)dataImage":{"name":"-dataImage","abstract":"

    Get the data image

    ","parent_name":"GPKGMediaRow"},"Classes/GPKGMediaRow.html#/c:objc(cs)GPKGMediaRow(im)dataImageWithScale:":{"name":"-dataImageWithScale:","abstract":"

    Get the data as a scaled image

    ","parent_name":"GPKGMediaRow"},"Classes/GPKGMediaRow.html#/c:objc(cs)GPKGMediaRow(im)setDataWithImage:andFormat:":{"name":"-setDataWithImage:andFormat:","abstract":"

    Set the data from a full quality image

    ","parent_name":"GPKGMediaRow"},"Classes/GPKGMediaRow.html#/c:objc(cs)GPKGMediaRow(im)setDataWithImage:andFormat:andQuality:":{"name":"-setDataWithImage:andFormat:andQuality:","abstract":"

    Set the data from an image

    ","parent_name":"GPKGMediaRow"},"Classes/GPKGMediaRow.html#/c:objc(cs)GPKGMediaRow(im)contentTypeColumnIndex":{"name":"-contentTypeColumnIndex","abstract":"

    Get the content type column index

    ","parent_name":"GPKGMediaRow"},"Classes/GPKGMediaRow.html#/c:objc(cs)GPKGMediaRow(im)contentTypeColumn":{"name":"-contentTypeColumn","abstract":"

    Get the content type column

    ","parent_name":"GPKGMediaRow"},"Classes/GPKGMediaRow.html#/c:objc(cs)GPKGMediaRow(im)contentType":{"name":"-contentType","abstract":"

    Get the content type

    ","parent_name":"GPKGMediaRow"},"Classes/GPKGMediaRow.html#/c:objc(cs)GPKGMediaRow(im)setContentType:":{"name":"-setContentType:","abstract":"

    Set the content type

    ","parent_name":"GPKGMediaRow"},"Classes/GPKGMediaDao.html#/c:objc(cs)GPKGMediaDao(im)initWithDao:":{"name":"-initWithDao:","abstract":"

    Initialize

    ","parent_name":"GPKGMediaDao"},"Classes/GPKGMediaDao.html#/c:objc(cs)GPKGMediaDao(im)initWithDao:andTable:":{"name":"-initWithDao:andTable:","abstract":"

    Initialize

    ","parent_name":"GPKGMediaDao"},"Classes/GPKGMediaDao.html#/c:objc(cs)GPKGMediaDao(im)mediaTable":{"name":"-mediaTable","abstract":"

    Get the media table

    ","parent_name":"GPKGMediaDao"},"Classes/GPKGMediaDao.html#/c:objc(cs)GPKGMediaDao(im)row:":{"name":"-row:","abstract":"

    Get the media row for the current result in the result set

    ","parent_name":"GPKGMediaDao"},"Classes/GPKGMediaDao.html#/c:objc(cs)GPKGMediaDao(im)newRow":{"name":"-newRow","abstract":"

    Create a new media row

    ","parent_name":"GPKGMediaDao"},"Classes/GPKGMediaDao.html#/c:objc(cs)GPKGMediaDao(im)rowsWithIds:":{"name":"-rowsWithIds:","abstract":"

    Get the media rows that exist with the provided ids

    ","parent_name":"GPKGMediaDao"},"Classes/GPKGDublinCoreTypes.html#/c:objc(cs)GPKGDublinCoreTypes(cm)name:":{"name":"+name:","abstract":"

    Get the name of the Dublin Core Metadata type

    ","parent_name":"GPKGDublinCoreTypes"},"Classes/GPKGDublinCoreTypes.html#/c:objc(cs)GPKGDublinCoreTypes(cm)fromName:":{"name":"+fromName:","abstract":"

    Get the Dublin Core Metadata type from the name

    ","parent_name":"GPKGDublinCoreTypes"},"Classes/GPKGDublinCoreTypes.html#/c:objc(cs)GPKGDublinCoreTypes(cm)synonyms:":{"name":"+synonyms:","abstract":"

    Get the synonymous column names

    ","parent_name":"GPKGDublinCoreTypes"},"Classes/GPKGDublinCoreMetadata.html#/c:objc(cs)GPKGDublinCoreMetadata(cm)hasColumn:inTable:":{"name":"+hasColumn:inTable:","abstract":"

    Check if the table has a column for the Dublin Core Type term

    ","parent_name":"GPKGDublinCoreMetadata"},"Classes/GPKGDublinCoreMetadata.html#/c:objc(cs)GPKGDublinCoreMetadata(cm)hasColumn:inRow:":{"name":"+hasColumn:inRow:","abstract":"

    Check if the row has a column for the Dublin Core Type term

    ","parent_name":"GPKGDublinCoreMetadata"},"Classes/GPKGDublinCoreMetadata.html#/c:objc(cs)GPKGDublinCoreMetadata(cm)column:fromTable:":{"name":"+column:fromTable:","abstract":"

    Get the column from the table for the Dublin Core Type term

    ","parent_name":"GPKGDublinCoreMetadata"},"Classes/GPKGDublinCoreMetadata.html#/c:objc(cs)GPKGDublinCoreMetadata(cm)column:fromRow:":{"name":"+column:fromRow:","abstract":"

    Get the column from the row for the Dublin Core Type term

    ","parent_name":"GPKGDublinCoreMetadata"},"Classes/GPKGDublinCoreMetadata.html#/c:objc(cs)GPKGDublinCoreMetadata(cm)value:fromRow:":{"name":"+value:fromRow:","abstract":"

    Get the value from the row for the Dublin Core Type term

    ","parent_name":"GPKGDublinCoreMetadata"},"Classes/GPKGDublinCoreMetadata.html#/c:objc(cs)GPKGDublinCoreMetadata(cm)setValue:asColumn:inRow:":{"name":"+setValue:asColumn:inRow:","abstract":"

    Set the value in the row for the Dublin Core Type term

    ","parent_name":"GPKGDublinCoreMetadata"},"Classes/GPKGUserRelatedTable.html#/c:objc(cs)GPKGUserRelatedTable(im)initWithTable:andRelation:andDataType:andColumns:":{"name":"-initWithTable:andRelation:andDataType:andColumns:","abstract":"

    Initializer

    ","parent_name":"GPKGUserRelatedTable"},"Classes/GPKGUserRelatedTable.html#/c:objc(cs)GPKGUserRelatedTable(im)initWithTable:andRelation:andDataType:andColumns:andRequiredColumns:":{"name":"-initWithTable:andRelation:andDataType:andColumns:andRequiredColumns:","abstract":"

    Initializer

    ","parent_name":"GPKGUserRelatedTable"},"Classes/GPKGUserRelatedTable.html#/c:objc(cs)GPKGUserRelatedTable(im)initWithRelation:andDataType:andCustomTable:":{"name":"-initWithRelation:andDataType:andCustomTable:","abstract":"

    Initialize

    ","parent_name":"GPKGUserRelatedTable"},"Classes/GPKGUserRelatedTable.html#/c:objc(cs)GPKGUserRelatedTable(im)relationName":{"name":"-relationName","abstract":"

    Get the relation name

    ","parent_name":"GPKGUserRelatedTable"},"Classes/GPKGUserMappingTable.html#/c:objc(cs)GPKGUserMappingTable(cm)createWithName:":{"name":"+createWithName:","abstract":"

    Create a user mapping table with the minimum required columns

    ","parent_name":"GPKGUserMappingTable"},"Classes/GPKGUserMappingTable.html#/c:objc(cs)GPKGUserMappingTable(cm)createWithName:andAdditionalColumns:":{"name":"+createWithName:andAdditionalColumns:","abstract":"

    Create a user mapping table with the minimum required columns followed by","parent_name":"GPKGUserMappingTable"},"Classes/GPKGUserMappingTable.html#/c:objc(cs)GPKGUserMappingTable(cm)createRequiredColumns":{"name":"+createRequiredColumns","abstract":"

    Create the required table columns

    ","parent_name":"GPKGUserMappingTable"},"Classes/GPKGUserMappingTable.html#/c:objc(cs)GPKGUserMappingTable(cm)createRequiredColumnsWithIndex:":{"name":"+createRequiredColumnsWithIndex:","abstract":"

    Create the required table columns, starting at the provided index

    ","parent_name":"GPKGUserMappingTable"},"Classes/GPKGUserMappingTable.html#/c:objc(cs)GPKGUserMappingTable(cm)createBaseIdColumn":{"name":"+createBaseIdColumn","abstract":"

    Create a base id column

    ","parent_name":"GPKGUserMappingTable"},"Classes/GPKGUserMappingTable.html#/c:objc(cs)GPKGUserMappingTable(cm)createBaseIdColumnWithIndex:":{"name":"+createBaseIdColumnWithIndex:","abstract":"

    Create a base id column

    ","parent_name":"GPKGUserMappingTable"},"Classes/GPKGUserMappingTable.html#/c:objc(cs)GPKGUserMappingTable(cm)createRelatedIdColumn":{"name":"+createRelatedIdColumn","abstract":"

    Create a related id column

    ","parent_name":"GPKGUserMappingTable"},"Classes/GPKGUserMappingTable.html#/c:objc(cs)GPKGUserMappingTable(cm)createRelatedIdColumnWithIndex:":{"name":"+createRelatedIdColumnWithIndex:","abstract":"

    Create a related id column

    ","parent_name":"GPKGUserMappingTable"},"Classes/GPKGUserMappingTable.html#/c:objc(cs)GPKGUserMappingTable(cm)numRequiredColumns":{"name":"+numRequiredColumns","abstract":"

    Get the number of required columns

    ","parent_name":"GPKGUserMappingTable"},"Classes/GPKGUserMappingTable.html#/c:objc(cs)GPKGUserMappingTable(cm)requiredColumns":{"name":"+requiredColumns","abstract":"

    Get the required columns

    ","parent_name":"GPKGUserMappingTable"},"Classes/GPKGUserMappingTable.html#/c:objc(cs)GPKGUserMappingTable(im)initWithTable:andColumns:":{"name":"-initWithTable:andColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGUserMappingTable"},"Classes/GPKGUserMappingTable.html#/c:objc(cs)GPKGUserMappingTable(im)initWithTable:":{"name":"-initWithTable:","abstract":"

    Initialize

    ","parent_name":"GPKGUserMappingTable"},"Classes/GPKGUserMappingTable.html#/c:objc(cs)GPKGUserMappingTable(im)baseIdColumnIndex":{"name":"-baseIdColumnIndex","abstract":"

    Get the base id column index

    ","parent_name":"GPKGUserMappingTable"},"Classes/GPKGUserMappingTable.html#/c:objc(cs)GPKGUserMappingTable(im)baseIdColumn":{"name":"-baseIdColumn","abstract":"

    Get the base id column

    ","parent_name":"GPKGUserMappingTable"},"Classes/GPKGUserMappingTable.html#/c:objc(cs)GPKGUserMappingTable(im)relatedIdColumnIndex":{"name":"-relatedIdColumnIndex","abstract":"

    Get the related id column index

    ","parent_name":"GPKGUserMappingTable"},"Classes/GPKGUserMappingTable.html#/c:objc(cs)GPKGUserMappingTable(im)relatedIdColumn":{"name":"-relatedIdColumn","abstract":"

    Get the related id column

    ","parent_name":"GPKGUserMappingTable"},"Classes/GPKGUserMappingRow.html#/c:objc(cs)GPKGUserMappingRow(im)initWithUserMappingTable:andColumns:andValues:":{"name":"-initWithUserMappingTable:andColumns:andValues:","abstract":"

    Initialize

    ","parent_name":"GPKGUserMappingRow"},"Classes/GPKGUserMappingRow.html#/c:objc(cs)GPKGUserMappingRow(im)initWithUserMappingTable:":{"name":"-initWithUserMappingTable:","abstract":"

    Initialize

    ","parent_name":"GPKGUserMappingRow"},"Classes/GPKGUserMappingRow.html#/c:objc(cs)GPKGUserMappingRow(im)userMappingTable":{"name":"-userMappingTable","abstract":"

    Get the user mapping table

    ","parent_name":"GPKGUserMappingRow"},"Classes/GPKGUserMappingRow.html#/c:objc(cs)GPKGUserMappingRow(im)baseIdColumnIndex":{"name":"-baseIdColumnIndex","abstract":"

    Get the base ID column index

    ","parent_name":"GPKGUserMappingRow"},"Classes/GPKGUserMappingRow.html#/c:objc(cs)GPKGUserMappingRow(im)baseIdColumn":{"name":"-baseIdColumn","abstract":"

    Get the base ID column

    ","parent_name":"GPKGUserMappingRow"},"Classes/GPKGUserMappingRow.html#/c:objc(cs)GPKGUserMappingRow(im)baseId":{"name":"-baseId","abstract":"

    Get the base ID

    ","parent_name":"GPKGUserMappingRow"},"Classes/GPKGUserMappingRow.html#/c:objc(cs)GPKGUserMappingRow(im)setBaseId:":{"name":"-setBaseId:","abstract":"

    Set the base ID

    ","parent_name":"GPKGUserMappingRow"},"Classes/GPKGUserMappingRow.html#/c:objc(cs)GPKGUserMappingRow(im)relatedIdColumnIndex":{"name":"-relatedIdColumnIndex","abstract":"

    Get the related ID column index

    ","parent_name":"GPKGUserMappingRow"},"Classes/GPKGUserMappingRow.html#/c:objc(cs)GPKGUserMappingRow(im)relatedIdColumn":{"name":"-relatedIdColumn","abstract":"

    Get the related ID column

    ","parent_name":"GPKGUserMappingRow"},"Classes/GPKGUserMappingRow.html#/c:objc(cs)GPKGUserMappingRow(im)relatedId":{"name":"-relatedId","abstract":"

    Get the related ID

    ","parent_name":"GPKGUserMappingRow"},"Classes/GPKGUserMappingRow.html#/c:objc(cs)GPKGUserMappingRow(im)setRelatedId:":{"name":"-setRelatedId:","abstract":"

    Set the related ID

    ","parent_name":"GPKGUserMappingRow"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)initWithDao:":{"name":"-initWithDao:","abstract":"

    Initialize

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)initWithDao:andTable:":{"name":"-initWithDao:andTable:","abstract":"

    Initialize

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)userMappingTable":{"name":"-userMappingTable","abstract":"

    Get the user mapping table

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)row:":{"name":"-row:","abstract":"

    Get the user mapping row for the current result in the result set

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)newRow":{"name":"-newRow","abstract":"

    Create a new user mapping row

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)queryByBaseIdFromRow:":{"name":"-queryByBaseIdFromRow:","abstract":"

    Query by base id

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)queryByBaseId:":{"name":"-queryByBaseId:","abstract":"

    Query by base id

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)countByBaseIdFromRow:":{"name":"-countByBaseIdFromRow:","abstract":"

    Count by base id

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)countByBaseId:":{"name":"-countByBaseId:","abstract":"

    Count by base id

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)queryByRelatedIdFromRow:":{"name":"-queryByRelatedIdFromRow:","abstract":"

    Query by related id

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)queryByRelatedId:":{"name":"-queryByRelatedId:","abstract":"

    Query by related id

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)countByRelatedIdFromRow:":{"name":"-countByRelatedIdFromRow:","abstract":"

    Count by related id

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)countByRelatedId:":{"name":"-countByRelatedId:","abstract":"

    Count by related id

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)queryByIdsFromRow:":{"name":"-queryByIdsFromRow:","abstract":"

    Query by both base id and related id

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)queryByBaseId:andRelatedId:":{"name":"-queryByBaseId:andRelatedId:","abstract":"

    Query by both base id and related id

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)uniqueBaseIds":{"name":"-uniqueBaseIds","abstract":"

    Get the unique base ids

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)uniqueRelatedIds":{"name":"-uniqueRelatedIds","abstract":"

    Get the unique related ids

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)countByIdsFromRow:":{"name":"-countByIdsFromRow:","abstract":"

    Count by both base id and related id

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)countByBaseId:andRelatedId:":{"name":"-countByBaseId:andRelatedId:","abstract":"

    Count by both base id and related id

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)deleteByBaseIdFromRow:":{"name":"-deleteByBaseIdFromRow:","abstract":"

    Delete user mappings by base id

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)deleteByBaseId:":{"name":"-deleteByBaseId:","abstract":"

    Delete user mappings by base id

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)deleteByRelatedIdFromRow:":{"name":"-deleteByRelatedIdFromRow:","abstract":"

    Delete user mappings by related id

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)deleteByRelatedId:":{"name":"-deleteByRelatedId:","abstract":"

    Delete user mappings by related id

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)deleteByIdsFromRow:":{"name":"-deleteByIdsFromRow:","abstract":"

    Delete user mappings by both base id and related id

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGUserMappingDao.html#/c:objc(cs)GPKGUserMappingDao(im)deleteByBaseId:andRelatedId:":{"name":"-deleteByBaseId:andRelatedId:","abstract":"

    Delete user mappings by both base id and related id

    ","parent_name":"GPKGUserMappingDao"},"Classes/GPKGRelationTypes.html#/c:objc(cs)GPKGRelationTypes(cm)name:":{"name":"+name:","abstract":"

    Get the name of the relation type

    ","parent_name":"GPKGRelationTypes"},"Classes/GPKGRelationTypes.html#/c:objc(cs)GPKGRelationTypes(cm)fromName:":{"name":"+fromName:","abstract":"

    Get the relation type from the name

    ","parent_name":"GPKGRelationTypes"},"Classes/GPKGRelationTypes.html#/c:objc(cs)GPKGRelationTypes(cm)dataType:":{"name":"+dataType:","abstract":"

    Get the contents data type

    ","parent_name":"GPKGRelationTypes"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)initWithGeoPackage:":{"name":"-initWithGeoPackage:","abstract":"

    Initialize

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)extensionName":{"name":"-extensionName","abstract":"

    Get the extension name

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)extensionDefinition":{"name":"-extensionDefinition","abstract":"

    Get the extension definition

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)has":{"name":"-has","abstract":"

    Determine if the GeoPackage has the extension

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)hasWithMappingTable:":{"name":"-hasWithMappingTable:","abstract":"

    Determine if the GeoPackage has the extension for the mapping table

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)extendedRelationsDao":{"name":"-extendedRelationsDao","abstract":"

    Get the extended relations DAO

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(cm)extendedRelationsDaoWithGeoPackage:":{"name":"+extendedRelationsDaoWithGeoPackage:","abstract":"

    Get a Extended Relations DAO

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(cm)extendedRelationsDaoWithDatabase:":{"name":"+extendedRelationsDaoWithDatabase:","abstract":"

    Get a Extended Relations DAO

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)createExtendedRelationsTable":{"name":"-createExtendedRelationsTable","abstract":"

    Create the Extended Relations Table if it does not exist

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)primaryKeyColumnNameOfTable:":{"name":"-primaryKeyColumnNameOfTable:","abstract":"

    Get the primary key of a table

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)setContentsInTable:":{"name":"-setContentsInTable:","abstract":"

    Set the contents in the user table

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)relationships":{"name":"-relationships","abstract":"

    Returns the relationships defined through this extension

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addRelationshipWithBaseTable:andRelatedTable:andMappingTableName:andRelation:":{"name":"-addRelationshipWithBaseTable:andRelatedTable:andMappingTableName:andRelation:","abstract":"

    Adds a relationship between the base and related table. Creates a default","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addRelationshipWithBaseTable:andRelatedTable:andMappingTableName:andRelationAuthor:andRelationName:":{"name":"-addRelationshipWithBaseTable:andRelatedTable:andMappingTableName:andRelationAuthor:andRelationName:","abstract":"

    Adds a relationship between the base and related table. Creates a default","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addRelationshipWithBaseTable:andRelatedTable:andMappingTableName:andRelationName:":{"name":"-addRelationshipWithBaseTable:andRelatedTable:andMappingTableName:andRelationName:","abstract":"

    Adds a relationship between the base and related table. Creates a default","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addRelationshipWithBaseTable:andRelatedTable:andUserMappingTable:andRelation:":{"name":"-addRelationshipWithBaseTable:andRelatedTable:andUserMappingTable:andRelation:","abstract":"

    Adds a relationship between the base and related table. Creates the user","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addRelationshipWithBaseTable:andRelatedTable:andUserMappingTable:andRelationAuthor:andRelationName:":{"name":"-addRelationshipWithBaseTable:andRelatedTable:andUserMappingTable:andRelationAuthor:andRelationName:","abstract":"

    Adds a relationship between the base and related table. Creates the user","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addRelationshipWithBaseTable:andRelatedTable:andUserMappingTable:andRelationName:":{"name":"-addRelationshipWithBaseTable:andRelatedTable:andUserMappingTable:andRelationName:","abstract":"

    Adds a relationship between the base and related table. Creates the user","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addRelationshipWithBaseTable:andUserRelatedTable:andMappingTableName:":{"name":"-addRelationshipWithBaseTable:andUserRelatedTable:andMappingTableName:","abstract":"

    Adds a relationship between the base and user related table. Creates a","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addRelationshipWithBaseTable:andUserRelatedTable:andUserMappingTable:":{"name":"-addRelationshipWithBaseTable:andUserRelatedTable:andUserMappingTable:","abstract":"

    Adds a relationship between the base and user related table. Creates the","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addRelationshipWithBaseTable:andUserTable:andMappingTableName:":{"name":"-addRelationshipWithBaseTable:andUserTable:andMappingTableName:","abstract":"

    Adds a relationship between the base and user related table. Creates a","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addRelationshipWithBaseTable:andUserTable:andUserMappingTable:":{"name":"-addRelationshipWithBaseTable:andUserTable:andUserMappingTable:","abstract":"

    Adds a relationship between the base and user related table. Creates the","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addRelationshipWithBaseTable:andUserTable:andRelationName:andMappingTableName:":{"name":"-addRelationshipWithBaseTable:andUserTable:andRelationName:andMappingTableName:","abstract":"

    Adds a relationship between the base and user related table. Creates a","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addRelationshipWithBaseTable:andUserTable:andRelationName:andUserMappingTable:":{"name":"-addRelationshipWithBaseTable:andUserTable:andRelationName:andUserMappingTable:","abstract":"

    Adds a relationship between the base and user related table. Creates the","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addFeaturesRelationshipWithBaseTable:andRelatedTable:andMappingTableName:":{"name":"-addFeaturesRelationshipWithBaseTable:andRelatedTable:andMappingTableName:","abstract":"

    Adds a features relationship between the base feature and related feature","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addFeaturesRelationshipWithBaseTable:andRelatedTable:andUserMappingTable:":{"name":"-addFeaturesRelationshipWithBaseTable:andRelatedTable:andUserMappingTable:","abstract":"

    Adds a features relationship between the base feature and related feature","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addMediaRelationshipWithBaseTable:andMediaTable:andMappingTableName:":{"name":"-addMediaRelationshipWithBaseTable:andMediaTable:andMappingTableName:","abstract":"

    Adds a media relationship between the base table and user media related","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addMediaRelationshipWithBaseTable:andMediaTable:andUserMappingTable:":{"name":"-addMediaRelationshipWithBaseTable:andMediaTable:andUserMappingTable:","abstract":"

    Adds a media relationship between the base table and user media related","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addSimpleAttributesRelationshipWithBaseTable:andSimpleAttributesTable:andMappingTableName:":{"name":"-addSimpleAttributesRelationshipWithBaseTable:andSimpleAttributesTable:andMappingTableName:","abstract":"

    Adds a simple attributes relationship between the base table and user","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addSimpleAttributesRelationshipWithBaseTable:andSimpleAttributesTable:andUserMappingTable:":{"name":"-addSimpleAttributesRelationshipWithBaseTable:andSimpleAttributesTable:andUserMappingTable:","abstract":"

    Adds a simple attributes relationship between the base table and user","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addAttributesRelationshipWithBaseTable:andRelatedTable:andMappingTableName:":{"name":"-addAttributesRelationshipWithBaseTable:andRelatedTable:andMappingTableName:","abstract":"

    Adds an attributes relationship between the base table and related","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addAttributesRelationshipWithBaseTable:andRelatedTable:andUserMappingTable:":{"name":"-addAttributesRelationshipWithBaseTable:andRelatedTable:andUserMappingTable:","abstract":"

    Adds an attributes relationship between the base table and related","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addAttributesRelationshipWithBaseTable:andAttributesTable:andMappingTableName:":{"name":"-addAttributesRelationshipWithBaseTable:andAttributesTable:andMappingTableName:","abstract":"

    Adds an attributes relationship between the base table and user","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addAttributesRelationshipWithBaseTable:andAttributesTable:andUserMappingTable:":{"name":"-addAttributesRelationshipWithBaseTable:andAttributesTable:andUserMappingTable:","abstract":"

    Adds an attributes relationship between the base table and user","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addTilesRelationshipWithBaseTable:andRelatedTable:andMappingTableName:":{"name":"-addTilesRelationshipWithBaseTable:andRelatedTable:andMappingTableName:","abstract":"

    Adds a tiles relationship between the base table and related tiles table.","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addTilesRelationshipWithBaseTable:andRelatedTable:andUserMappingTable:":{"name":"-addTilesRelationshipWithBaseTable:andRelatedTable:andUserMappingTable:","abstract":"

    Adds a tiles relationship between the base table and related tiles table.","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addTilesRelationshipWithBaseTable:andTileTable:andMappingTableName:":{"name":"-addTilesRelationshipWithBaseTable:andTileTable:andMappingTableName:","abstract":"

    Adds a tiles relationship between the base table and user tiles related","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)addTilesRelationshipWithBaseTable:andTileTable:andUserMappingTable:":{"name":"-addTilesRelationshipWithBaseTable:andTileTable:andUserMappingTable:","abstract":"

    Adds a tiles relationship between the base table and user tiles related","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)createUserMappingTableWithName:":{"name":"-createUserMappingTableWithName:","abstract":"

    Create a default user mapping table and extension row if either does not","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)createUserMappingTable:":{"name":"-createUserMappingTable:","abstract":"

    Create a user mapping table and extension row if either does not exist.","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)createRelatedTable:":{"name":"-createRelatedTable:","abstract":"

    Create a user related table if it does not exist. When not created, there","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)removeRelationshipWithBaseTable:andRelatedTable:andRelation:":{"name":"-removeRelationshipWithBaseTable:andRelatedTable:andRelation:","abstract":"

    Remove a specific relationship from the GeoPackage

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)removeRelationshipWithBaseTable:andRelatedTable:andRelationAuthor:andRelationName:":{"name":"-removeRelationshipWithBaseTable:andRelatedTable:andRelationAuthor:andRelationName:","abstract":"

    Remove a specific relationship from the GeoPackage

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)removeRelationship:":{"name":"-removeRelationship:","abstract":"

    Remove a specific relationship from the GeoPackage

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)removeRelationshipWithBaseTable:andRelatedTable:andRelationName:":{"name":"-removeRelationshipWithBaseTable:andRelatedTable:andRelationName:","abstract":"

    Remove a specific relationship from the GeoPackage

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)removeRelationshipsWithTable:":{"name":"-removeRelationshipsWithTable:","abstract":"

    Remove all relationships that include the table

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)removeRelationshipsWithMappingTable:":{"name":"-removeRelationshipsWithMappingTable:","abstract":"

    Remove all relationships with the mapping table

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)removeExtension":{"name":"-removeExtension","abstract":"

    Remove all trace of the extension

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)hasRelationsWithBaseTable:andRelatedTable:":{"name":"-hasRelationsWithBaseTable:andRelatedTable:","abstract":"

    Determine if has one or more relations matching the base table and","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)relationsWithBaseTable:andRelatedTable:":{"name":"-relationsWithBaseTable:andRelatedTable:","abstract":"

    Get the relations to the base table and related table

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)hasRelationsWithBaseTable:andRelatedTable:andMappingTable:":{"name":"-hasRelationsWithBaseTable:andRelatedTable:andMappingTable:","abstract":"

    Determine if has one or more relations matching the non null provided","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)relationsWithBaseTable:andRelatedTable:andMappingTable:":{"name":"-relationsWithBaseTable:andRelatedTable:andMappingTable:","abstract":"

    Get the relations matching the non null provided values

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)hasRelationsWithBaseTable:andRelatedTable:andRelation:andMappingTable:":{"name":"-hasRelationsWithBaseTable:andRelatedTable:andRelation:andMappingTable:","abstract":"

    Determine if has one or more relations matching the non null provided","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)relationsWithBaseTable:andRelatedTable:andRelation:andMappingTable:":{"name":"-relationsWithBaseTable:andRelatedTable:andRelation:andMappingTable:","abstract":"

    Get the relations matching the non null provided values

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)hasRelationsWithBaseTable:andBaseColumn:andRelatedTable:andRelatedColumn:andRelation:andMappingTable:":{"name":"-hasRelationsWithBaseTable:andBaseColumn:andRelatedTable:andRelatedColumn:andRelation:andMappingTable:","abstract":"

    Determine if has one or more relations matching the non null provided","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)relationsWithBaseTable:andBaseColumn:andRelatedTable:andRelatedColumn:andRelation:andMappingTable:":{"name":"-relationsWithBaseTable:andBaseColumn:andRelatedTable:andRelatedColumn:andRelation:andMappingTable:","abstract":"

    Get the relations matching the non null provided values

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)buildRelationNameWithAuthor:andName:":{"name":"-buildRelationNameWithAuthor:andName:","abstract":"

    Build the custom relation name with author

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)relationsToBaseTable:":{"name":"-relationsToBaseTable:","abstract":"

    Get the relations to the base table

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)hasRelationsToBaseTable:":{"name":"-hasRelationsToBaseTable:","abstract":"

    Determine if there are relations to the base table

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)relationsToRelatedTable:":{"name":"-relationsToRelatedTable:","abstract":"

    Get the relations to the related table

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)hasRelationsToRelatedTable:":{"name":"-hasRelationsToRelatedTable:","abstract":"

    Determine if there are relations to the related table

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)relationsToTable:":{"name":"-relationsToTable:","abstract":"

    Get the relations to the table

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)hasRelationsToTable:":{"name":"-hasRelationsToTable:","abstract":"

    Determine if there are relations to the table

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)userDaoForTableName:":{"name":"-userDaoForTableName:","abstract":"

    Get a User Custom DAO from a table name

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)mappingDaoForRelation:":{"name":"-mappingDaoForRelation:","abstract":"

    Get a User Mapping DAO from an extended relation

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)mappingDaoForTableName:":{"name":"-mappingDaoForTableName:","abstract":"

    Get a User Mapping DAO from a table name

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)mediaDaoForTable:":{"name":"-mediaDaoForTable:","abstract":"

    Get a related media table DAO

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)mediaDaoForRelation:":{"name":"-mediaDaoForRelation:","abstract":"

    Get a related media table DAO

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)mediaDaoForTableName:":{"name":"-mediaDaoForTableName:","abstract":"

    Get a related media table DAO

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)simpleAttributesDaoForTable:":{"name":"-simpleAttributesDaoForTable:","abstract":"

    Get a related simple attributes table DAO

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)simpleAttributesDaoForRelation:":{"name":"-simpleAttributesDaoForRelation:","abstract":"

    Get a related simple attributes table DAO

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)simpleAttributesDaoForTableName:":{"name":"-simpleAttributesDaoForTableName:","abstract":"

    Get a related simple attributes table DAO

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)mappingsForRelation:withBaseId:":{"name":"-mappingsForRelation:withBaseId:","abstract":"

    Get the related id mappings for the base id

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)mappingsForTableName:withBaseId:":{"name":"-mappingsForTableName:withBaseId:","abstract":"

    Get the related id mappings for the base id

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)mappingsForRelation:withRelatedId:":{"name":"-mappingsForRelation:withRelatedId:","abstract":"

    Get the base id mappings for the related id

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)mappingsForTableName:withRelatedId:":{"name":"-mappingsForTableName:withRelatedId:","abstract":"

    Get the base id mappings for the related id

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)hasMappingWithTableName:andBaseId:andRelatedId:":{"name":"-hasMappingWithTableName:andBaseId:andRelatedId:","abstract":"

    Determine if the base id and related id mapping exists

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)countMappingsToBaseTable:andBaseId:":{"name":"-countMappingsToBaseTable:andBaseId:","abstract":"

    Count the number of mappings to the base table and id

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)hasMappingToBaseTable:andBaseId:":{"name":"-hasMappingToBaseTable:andBaseId:","abstract":"

    Determine if a mapping to the base table and id exists

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)countMappingsInRelations:toBaseId:":{"name":"-countMappingsInRelations:toBaseId:","abstract":"

    Count the number of mappings in the extended relations to the base id

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)hasMappingInRelations:toBaseId:":{"name":"-hasMappingInRelations:toBaseId:","abstract":"

    Determine if a mapping in the extended relations to the base id exists

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)countMappingsInRelation:toBaseId:":{"name":"-countMappingsInRelation:toBaseId:","abstract":"

    Count the number of mappings in the extended relation to the base id

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)hasMappingInRelation:toBaseId:":{"name":"-hasMappingInRelation:toBaseId:","abstract":"

    Determine if a mapping in the extended relation to the base id exists

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)deleteMappingsToBaseTable:andBaseId:":{"name":"-deleteMappingsToBaseTable:andBaseId:","abstract":"

    Delete mappings to the base table and id

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)deleteMappingsInRelations:toBaseId:":{"name":"-deleteMappingsInRelations:toBaseId:","abstract":"

    Delete mappings in the extended relations to the base id

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)deleteMappingsInRelation:toBaseId:":{"name":"-deleteMappingsInRelation:toBaseId:","abstract":"

    Delete mappings in the extended relation to the base id

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)countMappingsToRelatedTable:andRelatedId:":{"name":"-countMappingsToRelatedTable:andRelatedId:","abstract":"

    Count the number of mappings to the related table and id

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)hasMappingToRelatedTable:andRelatedId:":{"name":"-hasMappingToRelatedTable:andRelatedId:","abstract":"

    Determine if a mapping to the related table and id exists

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)countMappingsInRelations:toRelatedId:":{"name":"-countMappingsInRelations:toRelatedId:","abstract":"

    Count the number of mappings in the extended relations to the related id

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)hasMappingInRelations:toRelatedId:":{"name":"-hasMappingInRelations:toRelatedId:","abstract":"

    Determine if a mapping in the extended relations to the related id exists

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)countMappingsInRelation:toRelatedId:":{"name":"-countMappingsInRelation:toRelatedId:","abstract":"

    Count the number of mappings in the extended relation to the related id

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)hasMappingInRelation:toRelatedId:":{"name":"-hasMappingInRelation:toRelatedId:","abstract":"

    Determine if a mapping in the extended relation to the related id exists

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)deleteMappingsToRelatedTable:andRelatedId:":{"name":"-deleteMappingsToRelatedTable:andRelatedId:","abstract":"

    Delete mappings to the related table and id

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)deleteMappingsInRelations:toRelatedId:":{"name":"-deleteMappingsInRelations:toRelatedId:","abstract":"

    Delete mappings in the extended relations to the related id

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)deleteMappingsInRelation:toRelatedId:":{"name":"-deleteMappingsInRelation:toRelatedId:","abstract":"

    Delete mappings in the extended relation to the related id

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)countMappingsToTable:andId:":{"name":"-countMappingsToTable:andId:","abstract":"

    Count the number of mappings to the table and id

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)hasMappingToTable:andId:":{"name":"-hasMappingToTable:andId:","abstract":"

    Determine if a mapping to the table and id exists

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGRelatedTablesExtension.html#/c:objc(cs)GPKGRelatedTablesExtension(im)deleteMappingsToTable:andId:":{"name":"-deleteMappingsToTable:andId:","abstract":"

    Delete mappings to the table and id

    ","parent_name":"GPKGRelatedTablesExtension"},"Classes/GPKGExtendedRelationsDao.html#/c:objc(cs)GPKGExtendedRelationsDao(cm)createWithDatabase:":{"name":"+createWithDatabase:","abstract":"

    Create the DAO

    ","parent_name":"GPKGExtendedRelationsDao"},"Classes/GPKGExtendedRelationsDao.html#/c:objc(cs)GPKGExtendedRelationsDao(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGExtendedRelationsDao"},"Classes/GPKGExtendedRelationsDao.html#/c:objc(cs)GPKGExtendedRelationsDao(im)relation:":{"name":"-relation:","abstract":"

    Get the extended relation for the current result in the result set

    ","parent_name":"GPKGExtendedRelationsDao"},"Classes/GPKGExtendedRelationsDao.html#/c:objc(cs)GPKGExtendedRelationsDao(im)firstRelation:":{"name":"-firstRelation:","abstract":"

    Get the first extended relation in the result set and close it

    ","parent_name":"GPKGExtendedRelationsDao"},"Classes/GPKGExtendedRelationsDao.html#/c:objc(cs)GPKGExtendedRelationsDao(im)baseTables":{"name":"-baseTables","abstract":"

    Get all the base table names

    ","parent_name":"GPKGExtendedRelationsDao"},"Classes/GPKGExtendedRelationsDao.html#/c:objc(cs)GPKGExtendedRelationsDao(im)relatedTables":{"name":"-relatedTables","abstract":"

    Get all the related table names

    ","parent_name":"GPKGExtendedRelationsDao"},"Classes/GPKGExtendedRelationsDao.html#/c:objc(cs)GPKGExtendedRelationsDao(im)relationsToBaseTable:":{"name":"-relationsToBaseTable:","abstract":"

    Get the relations to the base table

    ","parent_name":"GPKGExtendedRelationsDao"},"Classes/GPKGExtendedRelationsDao.html#/c:objc(cs)GPKGExtendedRelationsDao(im)relationsToRelatedTable:":{"name":"-relationsToRelatedTable:","abstract":"

    Get the relations to the related table

    ","parent_name":"GPKGExtendedRelationsDao"},"Classes/GPKGExtendedRelationsDao.html#/c:objc(cs)GPKGExtendedRelationsDao(im)relationsToTable:":{"name":"-relationsToTable:","abstract":"

    Get the relations to the table, both base table and related table

    ","parent_name":"GPKGExtendedRelationsDao"},"Classes/GPKGExtendedRelationsDao.html#/c:objc(cs)GPKGExtendedRelationsDao(im)relationsWithBaseTable:andBaseColumn:andRelatedTable:andRelatedColumn:andRelation:andMappingTable:":{"name":"-relationsWithBaseTable:andBaseColumn:andRelatedTable:andRelatedColumn:andRelation:andMappingTable:","abstract":"

    Get the relations matching the non null provided values

    ","parent_name":"GPKGExtendedRelationsDao"},"Classes/GPKGExtendedRelation.html#/c:objc(cs)GPKGExtendedRelation(py)id":{"name":"id","abstract":"

    Extended Relations primary key

    ","parent_name":"GPKGExtendedRelation"},"Classes/GPKGExtendedRelation.html#/c:objc(cs)GPKGExtendedRelation(py)baseTableName":{"name":"baseTableName","abstract":"

    Name of the table containing the base data (e.g., features) to relate

    ","parent_name":"GPKGExtendedRelation"},"Classes/GPKGExtendedRelation.html#/c:objc(cs)GPKGExtendedRelation(py)basePrimaryColumn":{"name":"basePrimaryColumn","abstract":"

    Name of the primary key column in base_table_name

    ","parent_name":"GPKGExtendedRelation"},"Classes/GPKGExtendedRelation.html#/c:objc(cs)GPKGExtendedRelation(py)relatedTableName":{"name":"relatedTableName","abstract":"

    Name of the table containing the related information

    ","parent_name":"GPKGExtendedRelation"},"Classes/GPKGExtendedRelation.html#/c:objc(cs)GPKGExtendedRelation(py)relatedPrimaryColumn":{"name":"relatedPrimaryColumn","abstract":"

    Name of the primary key column in related_table_name

    ","parent_name":"GPKGExtendedRelation"},"Classes/GPKGExtendedRelation.html#/c:objc(cs)GPKGExtendedRelation(py)relationName":{"name":"relationName","abstract":"

    Name of the relation

    ","parent_name":"GPKGExtendedRelation"},"Classes/GPKGExtendedRelation.html#/c:objc(cs)GPKGExtendedRelation(py)mappingTableName":{"name":"mappingTableName","abstract":"

    Name of a mapping table

    ","parent_name":"GPKGExtendedRelation"},"Classes/GPKGExtendedRelation.html#/c:objc(cs)GPKGExtendedRelation(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGExtendedRelation"},"Classes/GPKGExtendedRelation.html#/c:objc(cs)GPKGExtendedRelation(im)resetId":{"name":"-resetId","abstract":"

    Reset the id so the row can be inserted as new

    ","parent_name":"GPKGExtendedRelation"},"Classes/GPKGExtendedRelation.html#/c:objc(cs)GPKGExtendedRelation(im)relationType":{"name":"-relationType","abstract":"

    Get the relation type

    ","parent_name":"GPKGExtendedRelation"},"Classes/GPKGStyles.html#/c:objc(cs)GPKGStyles(py)tableStyles":{"name":"tableStyles","abstract":"

    Table styles flag

    ","parent_name":"GPKGStyles"},"Classes/GPKGStyles.html#/c:objc(cs)GPKGStyles(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGStyles"},"Classes/GPKGStyles.html#/c:objc(cs)GPKGStyles(im)initAsTableStyles:":{"name":"-initAsTableStyles:","abstract":"

    Initialize

    ","parent_name":"GPKGStyles"},"Classes/GPKGStyles.html#/c:objc(cs)GPKGStyles(im)setDefaultStyle:":{"name":"-setDefaultStyle:","abstract":"

    Set the default style

    ","parent_name":"GPKGStyles"},"Classes/GPKGStyles.html#/c:objc(cs)GPKGStyles(im)setStyle:forGeometryType:":{"name":"-setStyle:forGeometryType:","abstract":"

    Set the style for the geometry type

    ","parent_name":"GPKGStyles"},"Classes/GPKGStyles.html#/c:objc(cs)GPKGStyles(im)defaultStyle":{"name":"-defaultStyle","abstract":"

    Get the default style

    ","parent_name":"GPKGStyles"},"Classes/GPKGStyles.html#/c:objc(cs)GPKGStyles(im)allStyles":{"name":"-allStyles","abstract":"

    Get an unmodifiable mapping between specific geometry types and styles

    ","parent_name":"GPKGStyles"},"Classes/GPKGStyles.html#/c:objc(cs)GPKGStyles(im)style":{"name":"-style","abstract":"

    Get the style, either the default or single geometry type style

    ","parent_name":"GPKGStyles"},"Classes/GPKGStyles.html#/c:objc(cs)GPKGStyles(im)styleForGeometryType:":{"name":"-styleForGeometryType:","abstract":"

    Get the style for the geometry type

    ","parent_name":"GPKGStyles"},"Classes/GPKGStyles.html#/c:objc(cs)GPKGStyles(im)isEmpty":{"name":"-isEmpty","abstract":"

    Determine if this styles is empty

    ","parent_name":"GPKGStyles"},"Classes/GPKGStyles.html#/c:objc(cs)GPKGStyles(im)hasDefault":{"name":"-hasDefault","abstract":"

    Determine if there is a default style

    ","parent_name":"GPKGStyles"},"Classes/GPKGStyleTable.html#/c:objc(cs)GPKGStyleTable(im)init":{"name":"-init","abstract":"

    Initializer

    ","parent_name":"GPKGStyleTable"},"Classes/GPKGStyleTable.html#/c:objc(cs)GPKGStyleTable(im)initWithTable:":{"name":"-initWithTable:","abstract":"

    Initializer

    ","parent_name":"GPKGStyleTable"},"Classes/GPKGStyleTable.html#/c:objc(cs)GPKGStyleTable(im)nameColumnIndex":{"name":"-nameColumnIndex","abstract":"

    Get the name column index

    ","parent_name":"GPKGStyleTable"},"Classes/GPKGStyleTable.html#/c:objc(cs)GPKGStyleTable(im)nameColumn":{"name":"-nameColumn","abstract":"

    Get the name column

    ","parent_name":"GPKGStyleTable"},"Classes/GPKGStyleTable.html#/c:objc(cs)GPKGStyleTable(im)descriptionColumnIndex":{"name":"-descriptionColumnIndex","abstract":"

    Get the description column index

    ","parent_name":"GPKGStyleTable"},"Classes/GPKGStyleTable.html#/c:objc(cs)GPKGStyleTable(im)descriptionColumn":{"name":"-descriptionColumn","abstract":"

    Get the description column

    ","parent_name":"GPKGStyleTable"},"Classes/GPKGStyleTable.html#/c:objc(cs)GPKGStyleTable(im)colorColumnIndex":{"name":"-colorColumnIndex","abstract":"

    Get the color column index

    ","parent_name":"GPKGStyleTable"},"Classes/GPKGStyleTable.html#/c:objc(cs)GPKGStyleTable(im)colorColumn":{"name":"-colorColumn","abstract":"

    Get the color column

    ","parent_name":"GPKGStyleTable"},"Classes/GPKGStyleTable.html#/c:objc(cs)GPKGStyleTable(im)opacityColumnIndex":{"name":"-opacityColumnIndex","abstract":"

    Get the opacity column index

    ","parent_name":"GPKGStyleTable"},"Classes/GPKGStyleTable.html#/c:objc(cs)GPKGStyleTable(im)opacityColumn":{"name":"-opacityColumn","abstract":"

    Get the opacity column

    ","parent_name":"GPKGStyleTable"},"Classes/GPKGStyleTable.html#/c:objc(cs)GPKGStyleTable(im)widthColumnIndex":{"name":"-widthColumnIndex","abstract":"

    Get the width column index

    ","parent_name":"GPKGStyleTable"},"Classes/GPKGStyleTable.html#/c:objc(cs)GPKGStyleTable(im)widthColumn":{"name":"-widthColumn","abstract":"

    Get the width column

    ","parent_name":"GPKGStyleTable"},"Classes/GPKGStyleTable.html#/c:objc(cs)GPKGStyleTable(im)fillColorColumnIndex":{"name":"-fillColorColumnIndex","abstract":"

    Get the fill color column index

    ","parent_name":"GPKGStyleTable"},"Classes/GPKGStyleTable.html#/c:objc(cs)GPKGStyleTable(im)fillColorColumn":{"name":"-fillColorColumn","abstract":"

    Get the fill color column

    ","parent_name":"GPKGStyleTable"},"Classes/GPKGStyleTable.html#/c:objc(cs)GPKGStyleTable(im)fillOpacityColumnIndex":{"name":"-fillOpacityColumnIndex","abstract":"

    Get the fill opacity column index

    ","parent_name":"GPKGStyleTable"},"Classes/GPKGStyleTable.html#/c:objc(cs)GPKGStyleTable(im)fillOpacityColumn":{"name":"-fillOpacityColumn","abstract":"

    Get the fill opacity column

    ","parent_name":"GPKGStyleTable"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(py)tableStyle":{"name":"tableStyle","abstract":"

    Table style flag

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)init":{"name":"-init","abstract":"

    Initializer to create an empty row

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)initWithStyleTable:andColumns:andValues:":{"name":"-initWithStyleTable:andColumns:andValues:","abstract":"

    Initialize

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)initWithStyleTable:":{"name":"-initWithStyleTable:","abstract":"

    Initialize

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)styleTable":{"name":"-styleTable","abstract":"

    Get the style table

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)nameColumnIndex":{"name":"-nameColumnIndex","abstract":"

    Get the name column index

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)nameColumn":{"name":"-nameColumn","abstract":"

    Get the name column

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)name":{"name":"-name","abstract":"

    Get the name

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)setName:":{"name":"-setName:","abstract":"

    Set the name

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)descriptionColumnIndex":{"name":"-descriptionColumnIndex","abstract":"

    Get the description column index

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)descriptionColumn":{"name":"-descriptionColumn","abstract":"

    Get the description column

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)description":{"name":"-description","abstract":"

    Get the description

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)setDescription:":{"name":"-setDescription:","abstract":"

    Set the description

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)colorColumnIndex":{"name":"-colorColumnIndex","abstract":"

    Get the color column index

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)colorColumn":{"name":"-colorColumn","abstract":"

    Get the color column

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)color":{"name":"-color","abstract":"

    Get the style color

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)hasColor":{"name":"-hasColor","abstract":"

    Check if the style has a color

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)hexColor":{"name":"-hexColor","abstract":"

    Get the color

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)setColor:":{"name":"-setColor:","abstract":"

    Set the color

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)setHexColor:":{"name":"-setHexColor:","abstract":"

    Set the color

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)colorOrDefault":{"name":"-colorOrDefault","abstract":"

    Get the color or default value

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)hexColorOrDefault":{"name":"-hexColorOrDefault","abstract":"

    Get the color or default value

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)opacityColumnIndex":{"name":"-opacityColumnIndex","abstract":"

    Get the opacity column index

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)opacityColumn":{"name":"-opacityColumn","abstract":"

    Get the opacity column

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)opacity":{"name":"-opacity","abstract":"

    Get the opacity

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)setOpacity:":{"name":"-setOpacity:","abstract":"

    Set the opacity

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)setOpactiyValue:":{"name":"-setOpactiyValue:","abstract":"

    Set the opacity

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)opacityOrDefault":{"name":"-opacityOrDefault","abstract":"

    Get the opacity or default value

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)widthColumnIndex":{"name":"-widthColumnIndex","abstract":"

    Get the width column index

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)widthColumn":{"name":"-widthColumn","abstract":"

    Get the width column

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)width":{"name":"-width","abstract":"

    Get the width

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)setWidth:":{"name":"-setWidth:","abstract":"

    Set the width

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)setWidthValue:":{"name":"-setWidthValue:","abstract":"

    Set the width

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)widthOrDefault":{"name":"-widthOrDefault","abstract":"

    Get the width value or default width

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)fillColorColumnIndex":{"name":"-fillColorColumnIndex","abstract":"

    Get the fill color column index

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)fillColorColumn":{"name":"-fillColorColumn","abstract":"

    Get the fill color column

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)fillColor":{"name":"-fillColor","abstract":"

    Get the style fill color

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)hasFillColor":{"name":"-hasFillColor","abstract":"

    Check if the style has a fill color

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)fillHexColor":{"name":"-fillHexColor","abstract":"

    Get the fill color

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)setFillColor:":{"name":"-setFillColor:","abstract":"

    Set the fill color

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)setFillHexColor:":{"name":"-setFillHexColor:","abstract":"

    Set the fill color

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)fillOpacityColumnIndex":{"name":"-fillOpacityColumnIndex","abstract":"

    Get the fill opacity column index

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)fillOpacityColumn":{"name":"-fillOpacityColumn","abstract":"

    Get the fill opacity column

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)fillOpacity":{"name":"-fillOpacity","abstract":"

    Get the fill opacity

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)setFillOpacity:":{"name":"-setFillOpacity:","abstract":"

    Set the fill opacity

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)setFillOpacityValue:":{"name":"-setFillOpacityValue:","abstract":"

    Set the fill opacity

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleRow.html#/c:objc(cs)GPKGStyleRow(im)fillOpacityOrDefault":{"name":"-fillOpacityOrDefault","abstract":"

    Get the fill opacity or default value

    ","parent_name":"GPKGStyleRow"},"Classes/GPKGStyleMappingTable.html#/c:objc(cs)GPKGStyleMappingTable(im)initWithTableName:":{"name":"-initWithTableName:","abstract":"

    Initializer

    ","parent_name":"GPKGStyleMappingTable"},"Classes/GPKGStyleMappingTable.html#/c:objc(cs)GPKGStyleMappingTable(im)initWithTable:":{"name":"-initWithTable:","abstract":"

    Initializer

    ","parent_name":"GPKGStyleMappingTable"},"Classes/GPKGStyleMappingTable.html#/c:objc(cs)GPKGStyleMappingTable(im)geometryTypeNameColumnIndex":{"name":"-geometryTypeNameColumnIndex","abstract":"

    Get the geometry type name column index

    ","parent_name":"GPKGStyleMappingTable"},"Classes/GPKGStyleMappingTable.html#/c:objc(cs)GPKGStyleMappingTable(im)geometryTypeNameColumn":{"name":"-geometryTypeNameColumn","abstract":"

    Get the geometry type name column

    ","parent_name":"GPKGStyleMappingTable"},"Classes/GPKGStyleMappingRow.html#/c:objc(cs)GPKGStyleMappingRow(im)initWithStyleMappingTable:andColumns:andValues:":{"name":"-initWithStyleMappingTable:andColumns:andValues:","abstract":"

    Initialize

    ","parent_name":"GPKGStyleMappingRow"},"Classes/GPKGStyleMappingRow.html#/c:objc(cs)GPKGStyleMappingRow(im)initWithStyleMappingTable:":{"name":"-initWithStyleMappingTable:","abstract":"

    Initialize

    ","parent_name":"GPKGStyleMappingRow"},"Classes/GPKGStyleMappingRow.html#/c:objc(cs)GPKGStyleMappingRow(im)styleMappingTable":{"name":"-styleMappingTable","abstract":"

    Get the style mapping table

    ","parent_name":"GPKGStyleMappingRow"},"Classes/GPKGStyleMappingRow.html#/c:objc(cs)GPKGStyleMappingRow(im)geometryTypeNameColumnIndex":{"name":"-geometryTypeNameColumnIndex","abstract":"

    Get the geometry type name column index

    ","parent_name":"GPKGStyleMappingRow"},"Classes/GPKGStyleMappingRow.html#/c:objc(cs)GPKGStyleMappingRow(im)geometryTypeNameColumn":{"name":"-geometryTypeNameColumn","abstract":"

    Get the geometry type name column

    ","parent_name":"GPKGStyleMappingRow"},"Classes/GPKGStyleMappingRow.html#/c:objc(cs)GPKGStyleMappingRow(im)geometryTypeName":{"name":"-geometryTypeName","abstract":"

    Get the geometry type name

    ","parent_name":"GPKGStyleMappingRow"},"Classes/GPKGStyleMappingRow.html#/c:objc(cs)GPKGStyleMappingRow(im)geometryType":{"name":"-geometryType","abstract":"

    Get the geometry type

    ","parent_name":"GPKGStyleMappingRow"},"Classes/GPKGStyleMappingRow.html#/c:objc(cs)GPKGStyleMappingRow(im)setGeometryType:":{"name":"-setGeometryType:","abstract":"

    Set the geometry type

    ","parent_name":"GPKGStyleMappingRow"},"Classes/GPKGStyleMappingDao.html#/c:objc(cs)GPKGStyleMappingDao(im)initWithDao:":{"name":"-initWithDao:","abstract":"

    Initialize

    ","parent_name":"GPKGStyleMappingDao"},"Classes/GPKGStyleMappingDao.html#/c:objc(cs)GPKGStyleMappingDao(im)styleMappingTable":{"name":"-styleMappingTable","abstract":"

    Get the style mapping table

    ","parent_name":"GPKGStyleMappingDao"},"Classes/GPKGStyleMappingDao.html#/c:objc(cs)GPKGStyleMappingDao(im)row:":{"name":"-row:","abstract":"

    Get the style mapping row for the current result in the result set

    ","parent_name":"GPKGStyleMappingDao"},"Classes/GPKGStyleMappingDao.html#/c:objc(cs)GPKGStyleMappingDao(im)newRow":{"name":"-newRow","abstract":"

    Create a new style mapping row

    ","parent_name":"GPKGStyleMappingDao"},"Classes/GPKGStyleMappingDao.html#/c:objc(cs)GPKGStyleMappingDao(im)queryByBaseFeatureId:":{"name":"-queryByBaseFeatureId:","abstract":"

    Query for style mappings by base id

    ","parent_name":"GPKGStyleMappingDao"},"Classes/GPKGStyleMappingDao.html#/c:objc(cs)GPKGStyleMappingDao(im)deleteByBaseId:andGeometryType:":{"name":"-deleteByBaseId:andGeometryType:","abstract":"

    Delete by base is and geometry type

    ","parent_name":"GPKGStyleMappingDao"},"Classes/GPKGStyleDao.html#/c:objc(cs)GPKGStyleDao(im)initWithDao:":{"name":"-initWithDao:","abstract":"

    Initialize

    ","parent_name":"GPKGStyleDao"},"Classes/GPKGStyleDao.html#/c:objc(cs)GPKGStyleDao(im)styleTable":{"name":"-styleTable","abstract":"

    Get the style table

    ","parent_name":"GPKGStyleDao"},"Classes/GPKGStyleDao.html#/c:objc(cs)GPKGStyleDao(im)row:":{"name":"-row:","abstract":"

    Get the style row for the current result in the result set

    ","parent_name":"GPKGStyleDao"},"Classes/GPKGStyleDao.html#/c:objc(cs)GPKGStyleDao(im)newRow":{"name":"-newRow","abstract":"

    Create a new style row

    ","parent_name":"GPKGStyleDao"},"Classes/GPKGStyleDao.html#/c:objc(cs)GPKGStyleDao(im)queryForRow:":{"name":"-queryForRow:","abstract":"

    Query for the style row from a style mapping row

    ","parent_name":"GPKGStyleDao"},"Classes/GPKGIcons.html#/c:objc(cs)GPKGIcons(py)tableIcons":{"name":"tableIcons","abstract":"

    Table icons flag

    ","parent_name":"GPKGIcons"},"Classes/GPKGIcons.html#/c:objc(cs)GPKGIcons(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGIcons"},"Classes/GPKGIcons.html#/c:objc(cs)GPKGIcons(im)initAsTableIcons:":{"name":"-initAsTableIcons:","abstract":"

    Initialize

    ","parent_name":"GPKGIcons"},"Classes/GPKGIcons.html#/c:objc(cs)GPKGIcons(im)setDefaultIcon:":{"name":"-setDefaultIcon:","abstract":"

    Set the default icon

    ","parent_name":"GPKGIcons"},"Classes/GPKGIcons.html#/c:objc(cs)GPKGIcons(im)setIcon:forGeometryType:":{"name":"-setIcon:forGeometryType:","abstract":"

    Set the icon for the geometry type

    ","parent_name":"GPKGIcons"},"Classes/GPKGIcons.html#/c:objc(cs)GPKGIcons(im)defaultIcon":{"name":"-defaultIcon","abstract":"

    Get the default icon

    ","parent_name":"GPKGIcons"},"Classes/GPKGIcons.html#/c:objc(cs)GPKGIcons(im)allIcons":{"name":"-allIcons","abstract":"

    Get an unmodifiable mapping between specific geometry types and icons

    ","parent_name":"GPKGIcons"},"Classes/GPKGIcons.html#/c:objc(cs)GPKGIcons(im)icon":{"name":"-icon","abstract":"

    Get the icon, either the default or single geometry type icon

    ","parent_name":"GPKGIcons"},"Classes/GPKGIcons.html#/c:objc(cs)GPKGIcons(im)iconForGeometryType:":{"name":"-iconForGeometryType:","abstract":"

    Get the icon for the geometry type

    ","parent_name":"GPKGIcons"},"Classes/GPKGIcons.html#/c:objc(cs)GPKGIcons(im)isEmpty":{"name":"-isEmpty","abstract":"

    Determine if this icons is empty

    ","parent_name":"GPKGIcons"},"Classes/GPKGIcons.html#/c:objc(cs)GPKGIcons(im)hasDefault":{"name":"-hasDefault","abstract":"

    Determine if there is a default icon

    ","parent_name":"GPKGIcons"},"Classes/GPKGIconTable.html#/c:objc(cs)GPKGIconTable(im)init":{"name":"-init","abstract":"

    Initializer

    ","parent_name":"GPKGIconTable"},"Classes/GPKGIconTable.html#/c:objc(cs)GPKGIconTable(im)initWithTable:":{"name":"-initWithTable:","abstract":"

    Initializer

    ","parent_name":"GPKGIconTable"},"Classes/GPKGIconTable.html#/c:objc(cs)GPKGIconTable(im)nameColumnIndex":{"name":"-nameColumnIndex","abstract":"

    Get the name column index

    ","parent_name":"GPKGIconTable"},"Classes/GPKGIconTable.html#/c:objc(cs)GPKGIconTable(im)nameColumn":{"name":"-nameColumn","abstract":"

    Get the name column

    ","parent_name":"GPKGIconTable"},"Classes/GPKGIconTable.html#/c:objc(cs)GPKGIconTable(im)descriptionColumnIndex":{"name":"-descriptionColumnIndex","abstract":"

    Get the description column index

    ","parent_name":"GPKGIconTable"},"Classes/GPKGIconTable.html#/c:objc(cs)GPKGIconTable(im)descriptionColumn":{"name":"-descriptionColumn","abstract":"

    Get the description column

    ","parent_name":"GPKGIconTable"},"Classes/GPKGIconTable.html#/c:objc(cs)GPKGIconTable(im)widthColumnIndex":{"name":"-widthColumnIndex","abstract":"

    Get the width column index

    ","parent_name":"GPKGIconTable"},"Classes/GPKGIconTable.html#/c:objc(cs)GPKGIconTable(im)widthColumn":{"name":"-widthColumn","abstract":"

    Get the width column

    ","parent_name":"GPKGIconTable"},"Classes/GPKGIconTable.html#/c:objc(cs)GPKGIconTable(im)heightColumnIndex":{"name":"-heightColumnIndex","abstract":"

    Get the height column index

    ","parent_name":"GPKGIconTable"},"Classes/GPKGIconTable.html#/c:objc(cs)GPKGIconTable(im)heightColumn":{"name":"-heightColumn","abstract":"

    Get the height column

    ","parent_name":"GPKGIconTable"},"Classes/GPKGIconTable.html#/c:objc(cs)GPKGIconTable(im)anchorUColumnIndex":{"name":"-anchorUColumnIndex","abstract":"

    Get the anchor u column index

    ","parent_name":"GPKGIconTable"},"Classes/GPKGIconTable.html#/c:objc(cs)GPKGIconTable(im)anchorUColumn":{"name":"-anchorUColumn","abstract":"

    Get the anchor u column

    ","parent_name":"GPKGIconTable"},"Classes/GPKGIconTable.html#/c:objc(cs)GPKGIconTable(im)anchorVColumnIndex":{"name":"-anchorVColumnIndex","abstract":"

    Get the anchor v column index

    ","parent_name":"GPKGIconTable"},"Classes/GPKGIconTable.html#/c:objc(cs)GPKGIconTable(im)anchorVColumn":{"name":"-anchorVColumn","abstract":"

    Get the anchor v column

    ","parent_name":"GPKGIconTable"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(py)tableIcon":{"name":"tableIcon","abstract":"

    Table icon flag

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)init":{"name":"-init","abstract":"

    Initializer to create an empty row

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)initWithIconTable:andColumns:andValues:":{"name":"-initWithIconTable:andColumns:andValues:","abstract":"

    Initialize

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)initWithIconTable:":{"name":"-initWithIconTable:","abstract":"

    Initialize

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)iconTable":{"name":"-iconTable","abstract":"

    Get the icon table

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)nameColumnIndex":{"name":"-nameColumnIndex","abstract":"

    Get the name column index

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)nameColumn":{"name":"-nameColumn","abstract":"

    Get the name column

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)name":{"name":"-name","abstract":"

    Get the name

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)setName:":{"name":"-setName:","abstract":"

    Set the name

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)descriptionColumnIndex":{"name":"-descriptionColumnIndex","abstract":"

    Get the description column index

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)descriptionColumn":{"name":"-descriptionColumn","abstract":"

    Get the description column

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)description":{"name":"-description","abstract":"

    Get the description

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)setDescription:":{"name":"-setDescription:","abstract":"

    Set the description

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)widthColumnIndex":{"name":"-widthColumnIndex","abstract":"

    Get the width column index

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)widthColumn":{"name":"-widthColumn","abstract":"

    Get the width column

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)width":{"name":"-width","abstract":"

    Get the width

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)setWidth:":{"name":"-setWidth:","abstract":"

    Set the width

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)setWidthValue:":{"name":"-setWidthValue:","abstract":"

    Set the width

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)derivedWidth":{"name":"-derivedWidth","abstract":"

    Get the width or derived width from the icon data and scaled as needed for the height

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)heightColumnIndex":{"name":"-heightColumnIndex","abstract":"

    Get the height column index

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)heightColumn":{"name":"-heightColumn","abstract":"

    Get the height column

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)height":{"name":"-height","abstract":"

    Get the height

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)setHeight:":{"name":"-setHeight:","abstract":"

    Set the height

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)setHeightValue:":{"name":"-setHeightValue:","abstract":"

    Set the height

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)derivedHeight":{"name":"-derivedHeight","abstract":"

    Get the height or derived height from the icon data and scaled as needed for the width

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)derivedDimensions":{"name":"-derivedDimensions","abstract":"

    Get the derived width and height from the values and icon data, scaled as","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)anchorUColumnIndex":{"name":"-anchorUColumnIndex","abstract":"

    Get the anchor u column index

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)anchorUColumn":{"name":"-anchorUColumn","abstract":"

    Get the anchor u column

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)anchorU":{"name":"-anchorU","abstract":"

    Get the anchor u

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)setAnchorU:":{"name":"-setAnchorU:","abstract":"

    Set the anchor u

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)setAnchorUValue:":{"name":"-setAnchorUValue:","abstract":"

    Set the anchor u

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)anchorUOrDefault":{"name":"-anchorUOrDefault","abstract":"

    Get the anchor u value or the default value of 0.5

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)anchorVColumnIndex":{"name":"-anchorVColumnIndex","abstract":"

    Get the anchor v column index

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)anchorVColumn":{"name":"-anchorVColumn","abstract":"

    Get the anchor v column

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)anchorV":{"name":"-anchorV","abstract":"

    Get the anchor v

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)setAnchorV:":{"name":"-setAnchorV:","abstract":"

    Set the anchor v

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)setAnchorVValue:":{"name":"-setAnchorVValue:","abstract":"

    Set the anchor v

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconRow.html#/c:objc(cs)GPKGIconRow(im)anchorVOrDefault":{"name":"-anchorVOrDefault","abstract":"

    Get the anchor v value or the default value of 1.0

    ","parent_name":"GPKGIconRow"},"Classes/GPKGIconDao.html#/c:objc(cs)GPKGIconDao(im)initWithDao:":{"name":"-initWithDao:","abstract":"

    Initialize

    ","parent_name":"GPKGIconDao"},"Classes/GPKGIconDao.html#/c:objc(cs)GPKGIconDao(im)iconTable":{"name":"-iconTable","abstract":"

    Get the icon table

    ","parent_name":"GPKGIconDao"},"Classes/GPKGIconDao.html#/c:objc(cs)GPKGIconDao(im)row:":{"name":"-row:","abstract":"

    Get the icon row for the current result in the result set

    ","parent_name":"GPKGIconDao"},"Classes/GPKGIconDao.html#/c:objc(cs)GPKGIconDao(im)newRow":{"name":"-newRow","abstract":"

    Create a new icon row

    ","parent_name":"GPKGIconDao"},"Classes/GPKGIconDao.html#/c:objc(cs)GPKGIconDao(im)rowsWithIds:":{"name":"-rowsWithIds:","abstract":"

    Get the icon rows that exist with the provided ids

    ","parent_name":"GPKGIconDao"},"Classes/GPKGIconDao.html#/c:objc(cs)GPKGIconDao(im)queryForRow:":{"name":"-queryForRow:","abstract":"

    Query for the icon row from a style mapping row

    ","parent_name":"GPKGIconDao"},"Classes/GPKGIconCache.html#/c:objc(cs)GPKGIconCache(py)scale":{"name":"scale","abstract":"

    Screen scale, default is 1.0

    ","parent_name":"GPKGIconCache"},"Classes/GPKGIconCache.html#/c:objc(cs)GPKGIconCache(im)init":{"name":"-init","abstract":"

    Initialize, created with cache size of DEFAULT_ICON_CACHE_SIZE

    ","parent_name":"GPKGIconCache"},"Classes/GPKGIconCache.html#/c:objc(cs)GPKGIconCache(im)initWithSize:":{"name":"-initWithSize:","abstract":"

    Initialize

    ","parent_name":"GPKGIconCache"},"Classes/GPKGIconCache.html#/c:objc(cs)GPKGIconCache(im)imageForRow:":{"name":"-imageForRow:","abstract":"

    Get the cached image for the icon row or nil if not cached

    ","parent_name":"GPKGIconCache"},"Classes/GPKGIconCache.html#/c:objc(cs)GPKGIconCache(im)imageForId:":{"name":"-imageForId:","abstract":"

    Get the cached image for the icon row id or nil if not cached

    ","parent_name":"GPKGIconCache"},"Classes/GPKGIconCache.html#/c:objc(cs)GPKGIconCache(im)imageForIdNumber:":{"name":"-imageForIdNumber:","abstract":"

    Get the cached image for the icon row id or nil if not cached

    ","parent_name":"GPKGIconCache"},"Classes/GPKGIconCache.html#/c:objc(cs)GPKGIconCache(im)putImage:forRow:":{"name":"-putImage:forRow:","abstract":"

    Cache the icon image for the icon row

    ","parent_name":"GPKGIconCache"},"Classes/GPKGIconCache.html#/c:objc(cs)GPKGIconCache(im)putImage:forId:":{"name":"-putImage:forId:","abstract":"

    Cache the icon image for the icon row id

    ","parent_name":"GPKGIconCache"},"Classes/GPKGIconCache.html#/c:objc(cs)GPKGIconCache(im)putImage:forIdNumber:":{"name":"-putImage:forIdNumber:","abstract":"

    Cache the icon image for the icon row id

    ","parent_name":"GPKGIconCache"},"Classes/GPKGIconCache.html#/c:objc(cs)GPKGIconCache(im)removeForRow:":{"name":"-removeForRow:","abstract":"

    Remove the cached image for the icon row

    ","parent_name":"GPKGIconCache"},"Classes/GPKGIconCache.html#/c:objc(cs)GPKGIconCache(im)removeForId:":{"name":"-removeForId:","abstract":"

    Remove the cached image for the icon row id

    ","parent_name":"GPKGIconCache"},"Classes/GPKGIconCache.html#/c:objc(cs)GPKGIconCache(im)removeForIdNumber:":{"name":"-removeForIdNumber:","abstract":"

    Remove the cached image for the icon row id

    ","parent_name":"GPKGIconCache"},"Classes/GPKGIconCache.html#/c:objc(cs)GPKGIconCache(im)clear":{"name":"-clear","abstract":"

    Clear the cache

    ","parent_name":"GPKGIconCache"},"Classes/GPKGIconCache.html#/c:objc(cs)GPKGIconCache(im)resizeWithSize:":{"name":"-resizeWithSize:","abstract":"

    Resize the cache

    ","parent_name":"GPKGIconCache"},"Classes/GPKGIconCache.html#/c:objc(cs)GPKGIconCache(im)createIconForRow:":{"name":"-createIconForRow:","abstract":"

    Create or retrieve from cache an icon image for the icon row

    ","parent_name":"GPKGIconCache"},"Classes/GPKGIconCache.html#/c:objc(cs)GPKGIconCache(cm)createIconNoCacheForRow:":{"name":"+createIconNoCacheForRow:","abstract":"

    Create an icon image for the icon row without caching

    ","parent_name":"GPKGIconCache"},"Classes/GPKGIconCache.html#/c:objc(cs)GPKGIconCache(cm)createIconForRow:fromCache:":{"name":"+createIconForRow:fromCache:","abstract":"

    Create or retrieve from cache an icon image for the icon row

    ","parent_name":"GPKGIconCache"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)initWithGeoPackage:andTable:":{"name":"-initWithGeoPackage:andTable:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)initWithGeoPackage:andGeometryColumns:":{"name":"-initWithGeoPackage:andGeometryColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)initWithGeoPackage:andContents:":{"name":"-initWithGeoPackage:andContents:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)initWithGeoPackage:andTableName:":{"name":"-initWithGeoPackage:andTableName:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)featureStyleExtension":{"name":"-featureStyleExtension","abstract":"

    Get the feature style extension

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)tableName":{"name":"-tableName","abstract":"

    Get the feature table name

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)has":{"name":"-has","abstract":"

    Determine if the GeoPackage has the extension for the table

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)createRelationships":{"name":"-createRelationships","abstract":"

    Create style, icon, table style, and table icon relationships for the","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)hasRelationship":{"name":"-hasRelationship","abstract":"

    Check if feature table has a style, icon, table style, or table icon","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)createStyleRelationship":{"name":"-createStyleRelationship","abstract":"

    Create a style relationship for the feature table

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)hasStyleRelationship":{"name":"-hasStyleRelationship","abstract":"

    Determine if a style relationship exists for the feature table

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)createTableStyleRelationship":{"name":"-createTableStyleRelationship","abstract":"

    Create a feature table style relationship

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)hasTableStyleRelationship":{"name":"-hasTableStyleRelationship","abstract":"

    Determine if feature table style relationship exists

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)createIconRelationship":{"name":"-createIconRelationship","abstract":"

    Create an icon relationship for the feature table

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)hasIconRelationship":{"name":"-hasIconRelationship","abstract":"

    Determine if an icon relationship exists for the feature table

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)createTableIconRelationship":{"name":"-createTableIconRelationship","abstract":"

    Create a feature table icon relationship

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)hasTableIconRelationship":{"name":"-hasTableIconRelationship","abstract":"

    Determine if feature table icon relationship exists

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteRelationships":{"name":"-deleteRelationships","abstract":"

    Delete the style and icon table and row relationships for the feature","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteStyleRelationship":{"name":"-deleteStyleRelationship","abstract":"

    Delete a style relationship for the feature table

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteTableStyleRelationship":{"name":"-deleteTableStyleRelationship","abstract":"

    Delete a table style relationship for the feature table

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteIconRelationship":{"name":"-deleteIconRelationship","abstract":"

    Delete a icon relationship for the feature table

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteTableIconRelationship":{"name":"-deleteTableIconRelationship","abstract":"

    Delete a table icon relationship for the feature table

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)styleMappingDao":{"name":"-styleMappingDao","abstract":"

    Get a Style Mapping DAO

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)tableStyleMappingDao":{"name":"-tableStyleMappingDao","abstract":"

    Get a Table Style Mapping DAO

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)iconMappingDao":{"name":"-iconMappingDao","abstract":"

    Get a Icon Mapping DAO

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)tableIconMappingDao":{"name":"-tableIconMappingDao","abstract":"

    Get a Table Icon Mapping DAO

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)styleDao":{"name":"-styleDao","abstract":"

    Get a style DAO

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)iconDao":{"name":"-iconDao","abstract":"

    Get a icon DAO

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)tableFeatureStyles":{"name":"-tableFeatureStyles","abstract":"

    Get the table feature styles

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)tableStyles":{"name":"-tableStyles","abstract":"

    Get the table styles

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)cachedTableStyles":{"name":"-cachedTableStyles","abstract":"

    Get the cached table styles, querying and caching if needed

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)tableStyleWithGeometryType:":{"name":"-tableStyleWithGeometryType:","abstract":"

    Get the table style of the geometry type

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)tableStyleDefault":{"name":"-tableStyleDefault","abstract":"

    Get the table style default

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)tableIcons":{"name":"-tableIcons","abstract":"

    Get the table icons

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)cachedTableIcons":{"name":"-cachedTableIcons","abstract":"

    Get the cached table icons, querying and caching if needed

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)tableIconWithGeometryType:":{"name":"-tableIconWithGeometryType:","abstract":"

    Get the table icon of the geometry type

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)tableIconDefault":{"name":"-tableIconDefault","abstract":"

    Get the table icon default

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)styles":{"name":"-styles","abstract":"

    Get all styles used by the feature table

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)featureStyles":{"name":"-featureStyles","abstract":"

    Get all styles used by feature rows in the table

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)icons":{"name":"-icons","abstract":"

    Get all icons used by the feature table

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)featureIcons":{"name":"-featureIcons","abstract":"

    Get all icons used by feature rows in the table

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)featureStylesWithFeature:":{"name":"-featureStylesWithFeature:","abstract":"

    Get the feature styles for the feature row

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)featureStylesWithId:":{"name":"-featureStylesWithId:","abstract":"

    Get the feature styles for the feature id

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)featureStylesWithIdNumber:":{"name":"-featureStylesWithIdNumber:","abstract":"

    Get the feature styles for the feature id

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)featureStyleWithFeature:":{"name":"-featureStyleWithFeature:","abstract":"

    Get the feature style (style and icon) of the feature row, searching in","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)featureStyleWithFeature:andGeometryType:":{"name":"-featureStyleWithFeature:andGeometryType:","abstract":"

    Get the feature style (style and icon) of the feature row with the","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)featureStyleDefaultWithFeature:":{"name":"-featureStyleDefaultWithFeature:","abstract":"

    Get the feature style default (style and icon) of the feature row,","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)featureStyleWithId:andGeometryType:":{"name":"-featureStyleWithId:andGeometryType:","abstract":"

    Get the feature style (style and icon) of the feature, searching in","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)featureStyleWithIdNumber:andGeometryType:":{"name":"-featureStyleWithIdNumber:andGeometryType:","abstract":"

    Get the feature style (style and icon) of the feature, searching in","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)featureStyleDefaultWithId:":{"name":"-featureStyleDefaultWithId:","abstract":"

    Get the feature style (style and icon) of the feature, searching in","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)featureStyleDefaultWithIdNumber:":{"name":"-featureStyleDefaultWithIdNumber:","abstract":"

    Get the feature style (style and icon) of the feature, searching in","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)stylesWithFeature:":{"name":"-stylesWithFeature:","abstract":"

    Get the styles for the feature row

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)stylesWithId:":{"name":"-stylesWithId:","abstract":"

    Get the styles for the feature id

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)stylesWithIdNumber:":{"name":"-stylesWithIdNumber:","abstract":"

    Get the styles for the feature id

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)styleWithFeature:":{"name":"-styleWithFeature:","abstract":"

    Get the style of the feature row, searching in order: feature geometry","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)styleWithFeature:andGeometryType:":{"name":"-styleWithFeature:andGeometryType:","abstract":"

    Get the style of the feature row with the provided geometry type,","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)styleDefaultWithFeature:":{"name":"-styleDefaultWithFeature:","abstract":"

    Get the default style of the feature row, searching in order: feature","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)styleWithId:andGeometryType:":{"name":"-styleWithId:andGeometryType:","abstract":"

    Get the style of the feature, searching in order: feature geometry type","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)styleWithIdNumber:andGeometryType:":{"name":"-styleWithIdNumber:andGeometryType:","abstract":"

    Get the style of the feature, searching in order: feature geometry type","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)styleDefaultWithId:":{"name":"-styleDefaultWithId:","abstract":"

    Get the default style of the feature, searching in order: feature default","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)styleDefaultWithIdNumber:":{"name":"-styleDefaultWithIdNumber:","abstract":"

    Get the default style of the feature, searching in order: feature default","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)iconsWithFeature:":{"name":"-iconsWithFeature:","abstract":"

    Get the icons for the feature row

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)iconsWithId:":{"name":"-iconsWithId:","abstract":"

    Get the icons for the feature id

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)iconsWithIdNumber:":{"name":"-iconsWithIdNumber:","abstract":"

    Get the icons for the feature id

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)iconWithFeature:":{"name":"-iconWithFeature:","abstract":"

    Get the icon of the feature row, searching in order: feature geometry","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)iconWithFeature:andGeometryType:":{"name":"-iconWithFeature:andGeometryType:","abstract":"

    Get the icon of the feature row with the provided geometry type,","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)iconDefaultWithFeature:":{"name":"-iconDefaultWithFeature:","abstract":"

    Get the default icon of the feature row, searching in order: feature","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)iconWithId:andGeometryType:":{"name":"-iconWithId:andGeometryType:","abstract":"

    Get the icon of the feature, searching in order: feature geometry type","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)iconWithIdNumber:andGeometryType:":{"name":"-iconWithIdNumber:andGeometryType:","abstract":"

    Get the icon of the feature, searching in order: feature geometry type","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)iconDefaultWithId:":{"name":"-iconDefaultWithId:","abstract":"

    Get the default icon of the feature, searching in order: feature default","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)iconDefaultWithIdNumber:":{"name":"-iconDefaultWithIdNumber:","abstract":"

    Get the default icon of the feature, searching in order: feature default","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setTableFeatureStyles:":{"name":"-setTableFeatureStyles:","abstract":"

    Set the feature table default feature styles

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setTableStyles:":{"name":"-setTableStyles:","abstract":"

    Set the feature table default styles

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setTableStyleDefault:":{"name":"-setTableStyleDefault:","abstract":"

    Set the feature table style default

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setTableStyle:withGeometryType:":{"name":"-setTableStyle:withGeometryType:","abstract":"

    Set the feature table style for the geometry type

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setTableIcons:":{"name":"-setTableIcons:","abstract":"

    Set the feature table default icons

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setTableIconDefault:":{"name":"-setTableIconDefault:","abstract":"

    Set the feature table icon default

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setTableIcon:withGeometryType:":{"name":"-setTableIcon:withGeometryType:","abstract":"

    Set the feature table icon for the geometry type

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setFeatureStyles:withFeature:":{"name":"-setFeatureStyles:withFeature:","abstract":"

    Set the feature styles for the feature row

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setFeatureStyles:withId:":{"name":"-setFeatureStyles:withId:","abstract":"

    Set the feature styles for the feature table and feature id

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setFeatureStyles:withIdNumber:":{"name":"-setFeatureStyles:withIdNumber:","abstract":"

    Set the feature styles for the feature table and feature id

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setFeatureStyle:withFeature:":{"name":"-setFeatureStyle:withFeature:","abstract":"

    Set the feature style (style and icon) of the feature row

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setFeatureStyle:withFeature:andGeometryType:":{"name":"-setFeatureStyle:withFeature:andGeometryType:","abstract":"

    Set the feature style (style and icon) of the feature row for the","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setFeatureStyleDefault:withFeature:":{"name":"-setFeatureStyleDefault:withFeature:","abstract":"

    Set the feature style default (style and icon) of the feature row

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setFeatureStyle:withId:andGeometryType:":{"name":"-setFeatureStyle:withId:andGeometryType:","abstract":"

    Set the feature style (style and icon) of the feature

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setFeatureStyle:withIdNumber:andGeometryType:":{"name":"-setFeatureStyle:withIdNumber:andGeometryType:","abstract":"

    Set the feature style (style and icon) of the feature

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setFeatureStyleDefault:withId:":{"name":"-setFeatureStyleDefault:withId:","abstract":"

    Set the feature style (style and icon) of the feature

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setFeatureStyleDefault:withIdNumber:":{"name":"-setFeatureStyleDefault:withIdNumber:","abstract":"

    Set the feature style (style and icon) of the feature

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setStyles:withFeature:":{"name":"-setStyles:withFeature:","abstract":"

    Set the styles for the feature row

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setStyles:withId:":{"name":"-setStyles:withId:","abstract":"

    Set the styles for the feature table and feature id

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setStyles:withIdNumber:":{"name":"-setStyles:withIdNumber:","abstract":"

    Set the styles for the feature table and feature id

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setStyle:withFeature:":{"name":"-setStyle:withFeature:","abstract":"

    Set the style of the feature row

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setStyle:withFeature:andGeometryType:":{"name":"-setStyle:withFeature:andGeometryType:","abstract":"

    Set the style of the feature row for the specified geometry type

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setStyleDefault:withFeature:":{"name":"-setStyleDefault:withFeature:","abstract":"

    Set the default style of the feature row

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setStyle:withId:andGeometryType:":{"name":"-setStyle:withId:andGeometryType:","abstract":"

    Set the style of the feature

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setStyle:withIdNumber:andGeometryType:":{"name":"-setStyle:withIdNumber:andGeometryType:","abstract":"

    Set the style of the feature

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setStyleDefault:withId:":{"name":"-setStyleDefault:withId:","abstract":"

    Set the default style of the feature

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setStyleDefault:withIdNumber:":{"name":"-setStyleDefault:withIdNumber:","abstract":"

    Set the default style of the feature

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setIcons:withFeature:":{"name":"-setIcons:withFeature:","abstract":"

    Set the icons for the feature row

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setIcons:withId:":{"name":"-setIcons:withId:","abstract":"

    Set the icons for the feature table and feature id

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setIcons:withIdNumber:":{"name":"-setIcons:withIdNumber:","abstract":"

    Set the icons for the feature table and feature id

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setIcon:withFeature:":{"name":"-setIcon:withFeature:","abstract":"

    Set the icon of the feature row

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setIcon:withFeature:andGeometryType:":{"name":"-setIcon:withFeature:andGeometryType:","abstract":"

    Set the icon of the feature row for the specified geometry type

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setIconDefault:withFeature:":{"name":"-setIconDefault:withFeature:","abstract":"

    Set the default icon of the feature row

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setIcon:withId:andGeometryType:":{"name":"-setIcon:withId:andGeometryType:","abstract":"

    Get the icon of the feature, searching in order: feature geometry type","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setIcon:withIdNumber:andGeometryType:":{"name":"-setIcon:withIdNumber:andGeometryType:","abstract":"

    Get the icon of the feature, searching in order: feature geometry type","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setIconDefault:withId:":{"name":"-setIconDefault:withId:","abstract":"

    Set the default icon of the feature

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)setIconDefault:withIdNumber:":{"name":"-setIconDefault:withIdNumber:","abstract":"

    Set the default icon of the feature

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteAllFeatureStyles":{"name":"-deleteAllFeatureStyles","abstract":"

    Delete all feature styles including table styles, table icons, style, and","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteAllStyles":{"name":"-deleteAllStyles","abstract":"

    Delete all styles including table styles and feature row styles

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteAllIcons":{"name":"-deleteAllIcons","abstract":"

    Delete all icons including table icons and feature row icons

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteTableFeatureStyles":{"name":"-deleteTableFeatureStyles","abstract":"

    Delete the feature table feature styles

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteTableStyles":{"name":"-deleteTableStyles","abstract":"

    Delete the feature table styles

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteTableStyleDefault":{"name":"-deleteTableStyleDefault","abstract":"

    Delete the feature table default style

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteTableStyleWithGeometryType:":{"name":"-deleteTableStyleWithGeometryType:","abstract":"

    Delete the feature table style for the geometry type

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteTableIcons":{"name":"-deleteTableIcons","abstract":"

    Delete the feature table icons

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteTableIconDefault":{"name":"-deleteTableIconDefault","abstract":"

    Delete the feature table default icon

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteTableIconWithGeometryType:":{"name":"-deleteTableIconWithGeometryType:","abstract":"

    Delete the feature table icon for the geometry type

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)clearCachedTableFeatureStyles":{"name":"-clearCachedTableFeatureStyles","abstract":"

    Clear the cached table feature styles

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)clearCachedTableStyles":{"name":"-clearCachedTableStyles","abstract":"

    Clear the cached table styles

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)clearCachedTableIcons":{"name":"-clearCachedTableIcons","abstract":"

    Clear the cached table icons

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteFeatureStyles":{"name":"-deleteFeatureStyles","abstract":"

    Delete all feature styles

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteStyles":{"name":"-deleteStyles","abstract":"

    Delete all styles

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteStylesWithFeature:":{"name":"-deleteStylesWithFeature:","abstract":"

    Delete feature row styles

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteStylesWithId:":{"name":"-deleteStylesWithId:","abstract":"

    Delete feature row styles

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteStylesWithIdNumber:":{"name":"-deleteStylesWithIdNumber:","abstract":"

    Delete feature row styles

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteStyleDefaultWithFeature:":{"name":"-deleteStyleDefaultWithFeature:","abstract":"

    Delete the feature row default style

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteStyleDefaultWithId:":{"name":"-deleteStyleDefaultWithId:","abstract":"

    Delete the feature row default style

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteStyleDefaultWithIdNumber:":{"name":"-deleteStyleDefaultWithIdNumber:","abstract":"

    Delete the feature row default style

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteStyleWithFeature:":{"name":"-deleteStyleWithFeature:","abstract":"

    Delete the feature row style for the feature row geometry type

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteStyleWithFeature:andGeometryType:":{"name":"-deleteStyleWithFeature:andGeometryType:","abstract":"

    Delete the feature row style for the geometry type

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteStyleWithId:andGeometryType:":{"name":"-deleteStyleWithId:andGeometryType:","abstract":"

    Delete the feature row style for the geometry type

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteStyleWithIdNumber:andGeometryType:":{"name":"-deleteStyleWithIdNumber:andGeometryType:","abstract":"

    Delete the feature row style for the geometry type

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteIcons":{"name":"-deleteIcons","abstract":"

    Delete all icons

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteIconsWithFeature:":{"name":"-deleteIconsWithFeature:","abstract":"

    Delete feature row icons

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteIconsWithId:":{"name":"-deleteIconsWithId:","abstract":"

    Delete feature row icons

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteIconsWithIdNumber:":{"name":"-deleteIconsWithIdNumber:","abstract":"

    Delete feature row icons

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteIconDefaultWithFeature:":{"name":"-deleteIconDefaultWithFeature:","abstract":"

    Delete the feature row default icon

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteIconDefaultWithId:":{"name":"-deleteIconDefaultWithId:","abstract":"

    Delete the feature row default icon

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteIconDefaultWithIdNumber:":{"name":"-deleteIconDefaultWithIdNumber:","abstract":"

    Delete the feature row default icon

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteIconWithFeature:":{"name":"-deleteIconWithFeature:","abstract":"

    Delete the feature row icon for the feature row geometry type

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteIconWithFeature:andGeometryType:":{"name":"-deleteIconWithFeature:andGeometryType:","abstract":"

    Delete the feature row icon for the geometry type

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteIconWithId:andGeometryType:":{"name":"-deleteIconWithId:andGeometryType:","abstract":"

    Delete the feature row icon for the geometry type

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)deleteIconWithIdNumber:andGeometryType:":{"name":"-deleteIconWithIdNumber:andGeometryType:","abstract":"

    Delete the feature row icon for the geometry type

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)allTableStyleIds":{"name":"-allTableStyleIds","abstract":"

    Get all the unique style row ids the table maps to

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)allTableIconIds":{"name":"-allTableIconIds","abstract":"

    Get all the unique icon row ids the table maps to

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)allStyleIds":{"name":"-allStyleIds","abstract":"

    Get all the unique style row ids the features map to

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)allIconIds":{"name":"-allIconIds","abstract":"

    Get all the unique icon row ids the features map to

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)calculatePixelBounds":{"name":"-calculatePixelBounds","abstract":"

    Calculate style pixel bounds

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureTableStyles.html#/c:objc(cs)GPKGFeatureTableStyles(im)calculatePixelBoundsWithScale:":{"name":"-calculatePixelBoundsWithScale:","abstract":"

    Calculate style pixel bounds

    ","parent_name":"GPKGFeatureTableStyles"},"Classes/GPKGFeatureStyles.html#/c:objc(cs)GPKGFeatureStyles(py)styles":{"name":"styles","abstract":"

    Styles

    ","parent_name":"GPKGFeatureStyles"},"Classes/GPKGFeatureStyles.html#/c:objc(cs)GPKGFeatureStyles(py)icons":{"name":"icons","abstract":"

    Icons

    ","parent_name":"GPKGFeatureStyles"},"Classes/GPKGFeatureStyles.html#/c:objc(cs)GPKGFeatureStyles(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureStyles"},"Classes/GPKGFeatureStyles.html#/c:objc(cs)GPKGFeatureStyles(im)initWithStyles:":{"name":"-initWithStyles:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureStyles"},"Classes/GPKGFeatureStyles.html#/c:objc(cs)GPKGFeatureStyles(im)initWithIcons:":{"name":"-initWithIcons:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureStyles"},"Classes/GPKGFeatureStyles.html#/c:objc(cs)GPKGFeatureStyles(im)initWithStyles:andIcons:":{"name":"-initWithStyles:andIcons:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureStyles"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)initWithGeoPackage:":{"name":"-initWithGeoPackage:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)tables":{"name":"-tables","abstract":"

    Get the feature tables registered with the extension

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)extensionName":{"name":"-extensionName","abstract":"

    Get the extension name

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)has":{"name":"-has","abstract":"

    Determine if the GeoPackage has the extension

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)forTable:":{"name":"-forTable:","abstract":"

    Get the extension for the feature table

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)hasWithTable:":{"name":"-hasWithTable:","abstract":"

    Determine if the GeoPackage has the extension for the feature table

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)relatedTables":{"name":"-relatedTables","abstract":"

    Get the related tables extension

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)contentsId":{"name":"-contentsId","abstract":"

    Get the contents id extension

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)createStyleTable":{"name":"-createStyleTable","abstract":"

    Create style table

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)createIconTable":{"name":"-createIconTable","abstract":"

    Create icon table

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)createRelationshipsWithTable:":{"name":"-createRelationshipsWithTable:","abstract":"

    Create style, icon, table style, and table icon relationships for the","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)hasRelationshipWithTable:":{"name":"-hasRelationshipWithTable:","abstract":"

    Check if feature table has a style, icon, table style, or table icon","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)createStyleRelationshipWithTable:":{"name":"-createStyleRelationshipWithTable:","abstract":"

    Create a style relationship for the feature table

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)hasStyleRelationshipWithTable:":{"name":"-hasStyleRelationshipWithTable:","abstract":"

    Determine if a style relationship exists for the feature table

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)createTableStyleRelationshipWithTable:":{"name":"-createTableStyleRelationshipWithTable:","abstract":"

    Create a feature table style relationship

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)hasTableStyleRelationshipWithTable:":{"name":"-hasTableStyleRelationshipWithTable:","abstract":"

    Determine if a feature table style relationship exists

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)createIconRelationshipWithTable:":{"name":"-createIconRelationshipWithTable:","abstract":"

    Create an icon relationship for the feature table

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)hasIconRelationshipWithTable:":{"name":"-hasIconRelationshipWithTable:","abstract":"

    Determine if an icon relationship exists for the feature table

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)createTableIconRelationshipWithTable:":{"name":"-createTableIconRelationshipWithTable:","abstract":"

    Create a feature table icon relationship

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)hasTableIconRelationshipWithTable:":{"name":"-hasTableIconRelationshipWithTable:","abstract":"

    Determine if a feature table icon relationship exists

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)mappingTableNameWithPrefix:andTable:":{"name":"-mappingTableNameWithPrefix:andTable:","abstract":"

    Get the mapping table name

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)styleTableRelations":{"name":"-styleTableRelations","abstract":"

    Get style table relations

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)hasStyleTableRelations":{"name":"-hasStyleTableRelations","abstract":"

    Determine if there are style table relations

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)iconTableRelations":{"name":"-iconTableRelations","abstract":"

    Get icon table relations

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)hasIconTableRelations":{"name":"-hasIconTableRelations","abstract":"

    Determine if there are icon table relations

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteRelationships":{"name":"-deleteRelationships","abstract":"

    Delete the style and icon table and row relationships for all feature","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteRelationshipsWithTable:":{"name":"-deleteRelationshipsWithTable:","abstract":"

    Delete the style and icon table and row relationships for the feature","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteStyleRelationshipWithTable:":{"name":"-deleteStyleRelationshipWithTable:","abstract":"

    Delete a style relationship for the feature table

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteTableStyleRelationshipWithTable:":{"name":"-deleteTableStyleRelationshipWithTable:","abstract":"

    Delete a table style relationship for the feature table

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteIconRelationshipWithTable:":{"name":"-deleteIconRelationshipWithTable:","abstract":"

    Delete a icon relationship for the feature table

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteTableIconRelationshipWithTable:":{"name":"-deleteTableIconRelationshipWithTable:","abstract":"

    Delete a table icon relationship for the feature table

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)removeExtension":{"name":"-removeExtension","abstract":"

    Completely remove and delete the extension and all styles and icons

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)styleMappingDaoWithTable:":{"name":"-styleMappingDaoWithTable:","abstract":"

    Get a Style Mapping DAO

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)tableStyleMappingDaoWithTable:":{"name":"-tableStyleMappingDaoWithTable:","abstract":"

    Get a Table Style Mapping DAO

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)iconMappingDaoWithTable:":{"name":"-iconMappingDaoWithTable:","abstract":"

    Get a Icon Mapping DAO

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)tableIconMappingDaoWithTable:":{"name":"-tableIconMappingDaoWithTable:","abstract":"

    Get a Table Icon Mapping DAO

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)styleDao":{"name":"-styleDao","abstract":"

    Get a style DAO

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)iconDao":{"name":"-iconDao","abstract":"

    Get a icon DAO

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)tableFeatureStylesWithTable:":{"name":"-tableFeatureStylesWithTable:","abstract":"

    Get the feature table default feature styles

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)tableFeatureStylesWithTableName:":{"name":"-tableFeatureStylesWithTableName:","abstract":"

    Get the feature table default feature styles

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)tableStylesWithTable:":{"name":"-tableStylesWithTable:","abstract":"

    Get the feature table default styles

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)tableStylesWithTableName:":{"name":"-tableStylesWithTableName:","abstract":"

    Get the feature table default styles

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)tableStyleWithTableName:andGeometryType:":{"name":"-tableStyleWithTableName:andGeometryType:","abstract":"

    Get the style of the feature table and geometry type

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)tableStyleDefaultWithTableName:":{"name":"-tableStyleDefaultWithTableName:","abstract":"

    Get the default style of the feature table

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)tableIconsWithTable:":{"name":"-tableIconsWithTable:","abstract":"

    Get the feature table default icons

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)tableIconsWithTableName:":{"name":"-tableIconsWithTableName:","abstract":"

    Get the feature table default icons

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)tableIconDefaultWithTableName:":{"name":"-tableIconDefaultWithTableName:","abstract":"

    Get the default icon of the feature table

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)tableIconWithTableName:andGeometryType:":{"name":"-tableIconWithTableName:andGeometryType:","abstract":"

    Get the icon of the feature table and geometry type

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)stylesWithTableName:":{"name":"-stylesWithTableName:","abstract":"

    Get all styles used by the feature table

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)featureStylesWithTableName:":{"name":"-featureStylesWithTableName:","abstract":"

    Get all styles used by feature rows in the table

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)iconsWithTableName:":{"name":"-iconsWithTableName:","abstract":"

    Get all icons used by the feature table

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)featureIconsWithTableName:":{"name":"-featureIconsWithTableName:","abstract":"

    Get all icons used by feature rows in the table

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)featureStylesWithFeature:":{"name":"-featureStylesWithFeature:","abstract":"

    Get the feature styles for the feature row

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)featureStylesWithTableName:andId:":{"name":"-featureStylesWithTableName:andId:","abstract":"

    Get the feature styles for the feature table and feature id

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)featureStylesWithTableName:andIdNumber:":{"name":"-featureStylesWithTableName:andIdNumber:","abstract":"

    Get the feature styles for the feature table and feature id

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)featureStyleWithFeature:":{"name":"-featureStyleWithFeature:","abstract":"

    Get the feature style (style and icon) of the feature row, searching in","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)featureStyleWithFeature:andGeometryType:":{"name":"-featureStyleWithFeature:andGeometryType:","abstract":"

    Get the feature style (style and icon) of the feature row with the","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)featureStyleDefaultWithFeature:":{"name":"-featureStyleDefaultWithFeature:","abstract":"

    Get the feature style default (style and icon) of the feature row,","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)featureStyleWithTableName:andId:andGeometryType:":{"name":"-featureStyleWithTableName:andId:andGeometryType:","abstract":"

    Get the feature style (style and icon) of the feature, searching in","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)featureStyleWithTableName:andIdNumber:andGeometryType:":{"name":"-featureStyleWithTableName:andIdNumber:andGeometryType:","abstract":"

    Get the feature style (style and icon) of the feature, searching in","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)featureStyleDefaultWithTableName:andId:":{"name":"-featureStyleDefaultWithTableName:andId:","abstract":"

    Get the feature style (style and icon) of the feature, searching in","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)featureStyleDefaultWithTableName:andIdNumber:":{"name":"-featureStyleDefaultWithTableName:andIdNumber:","abstract":"

    Get the feature style (style and icon) of the feature, searching in","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)stylesWithFeature:":{"name":"-stylesWithFeature:","abstract":"

    Get the styles for the feature row

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)stylesWithTableName:andId:":{"name":"-stylesWithTableName:andId:","abstract":"

    Get the styles for the feature table and feature id

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)stylesWithTableName:andIdNumber:":{"name":"-stylesWithTableName:andIdNumber:","abstract":"

    Get the styles for the feature table and feature id

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)styleWithFeature:":{"name":"-styleWithFeature:","abstract":"

    Get the style of the feature row, searching in order: feature geometry","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)styleWithFeature:andGeometryType:":{"name":"-styleWithFeature:andGeometryType:","abstract":"

    Get the style of the feature row with the provided geometry type,","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)styleDefaultWithFeature:":{"name":"-styleDefaultWithFeature:","abstract":"

    Get the default style of the feature row, searching in order: feature","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)styleWithTableName:andId:andGeometryType:":{"name":"-styleWithTableName:andId:andGeometryType:","abstract":"

    Get the style of the feature, searching in order: feature geometry type","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)styleWithTableName:andIdNumber:andGeometryType:":{"name":"-styleWithTableName:andIdNumber:andGeometryType:","abstract":"

    Get the style of the feature, searching in order: feature geometry type","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)styleDefaultWithTableName:andId:":{"name":"-styleDefaultWithTableName:andId:","abstract":"

    Get the default style of the feature, searching in order: feature default","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)styleDefaultWithTableName:andIdNumber:":{"name":"-styleDefaultWithTableName:andIdNumber:","abstract":"

    Get the default style of the feature, searching in order: feature default","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)styleWithTableName:andId:andGeometryType:andTableStyle:":{"name":"-styleWithTableName:andId:andGeometryType:andTableStyle:","abstract":"

    Get the style of the feature, searching in order: feature geometry type","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)styleWithTableName:andIdNumber:andGeometryType:andTableStyle:":{"name":"-styleWithTableName:andIdNumber:andGeometryType:andTableStyle:","abstract":"

    Get the style of the feature, searching in order: feature geometry type","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)styleDefaultWithTableName:andId:andTableStyle:":{"name":"-styleDefaultWithTableName:andId:andTableStyle:","abstract":"

    Get the default style of the feature, searching in order: feature default","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)styleDefaultWithTableName:andIdNumber:andTableStyle:":{"name":"-styleDefaultWithTableName:andIdNumber:andTableStyle:","abstract":"

    Get the default style of the feature, searching in order: feature default","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)iconsWithFeature:":{"name":"-iconsWithFeature:","abstract":"

    Get the icons for the feature row

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)iconsWithTableName:andId:":{"name":"-iconsWithTableName:andId:","abstract":"

    Get the icons for the feature table and feature id

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)iconsWithTableName:andIdNumber:":{"name":"-iconsWithTableName:andIdNumber:","abstract":"

    Get the icons for the feature table and feature id

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)iconWithFeature:":{"name":"-iconWithFeature:","abstract":"

    Get the icon of the feature row, searching in order: feature geometry","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)iconWithFeature:andGeometryType:":{"name":"-iconWithFeature:andGeometryType:","abstract":"

    Get the icon of the feature row with the provided geometry type,","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)iconDefaultWithFeature:":{"name":"-iconDefaultWithFeature:","abstract":"

    Get the default icon of the feature row, searching in order: feature","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)iconWithTableName:andId:andGeometryType:":{"name":"-iconWithTableName:andId:andGeometryType:","abstract":"

    Get the icon of the feature, searching in order: feature geometry type","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)iconWithTableName:andIdNumber:andGeometryType:":{"name":"-iconWithTableName:andIdNumber:andGeometryType:","abstract":"

    Get the icon of the feature, searching in order: feature geometry type","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)iconDefaultWithTableName:andId:":{"name":"-iconDefaultWithTableName:andId:","abstract":"

    Get the default icon of the feature, searching in order: feature default","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)iconDefaultWithTableName:andIdNumber:":{"name":"-iconDefaultWithTableName:andIdNumber:","abstract":"

    Get the default icon of the feature, searching in order: feature default","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)iconWithTableName:andId:andGeometryType:andTableIcon:":{"name":"-iconWithTableName:andId:andGeometryType:andTableIcon:","abstract":"

    Get the icon of the feature, searching in order: feature geometry type","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)iconWithTableName:andIdNumber:andGeometryType:andTableIcon:":{"name":"-iconWithTableName:andIdNumber:andGeometryType:andTableIcon:","abstract":"

    Get the icon of the feature, searching in order: feature geometry type","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)iconDefaultWithTableName:andId:andTableIcon:":{"name":"-iconDefaultWithTableName:andId:andTableIcon:","abstract":"

    Get the default icon of the feature, searching in order: feature default","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)iconDefaultWithTableName:andIdNumber:andTableIcon:":{"name":"-iconDefaultWithTableName:andIdNumber:andTableIcon:","abstract":"

    Get the default icon of the feature, searching in order: feature default","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setTableFeatureStylesWithTable:andFeatureStyles:":{"name":"-setTableFeatureStylesWithTable:andFeatureStyles:","abstract":"

    Set the feature table default feature styles

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setTableFeatureStylesWithTableName:andFeatureStyles:":{"name":"-setTableFeatureStylesWithTableName:andFeatureStyles:","abstract":"

    Set the feature table default feature styles

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setTableStylesWithTable:andStyles:":{"name":"-setTableStylesWithTable:andStyles:","abstract":"

    Set the feature table default styles

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setTableStylesWithTableName:andStyles:":{"name":"-setTableStylesWithTableName:andStyles:","abstract":"

    Set the feature table default styles

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setTableStyleDefaultWithTable:andStyle:":{"name":"-setTableStyleDefaultWithTable:andStyle:","abstract":"

    Set the feature table style default

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setTableStyleDefaultWithTableName:andStyle:":{"name":"-setTableStyleDefaultWithTableName:andStyle:","abstract":"

    Set the feature table style default

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setTableStyleWithTable:andGeometryType:andStyle:":{"name":"-setTableStyleWithTable:andGeometryType:andStyle:","abstract":"

    Set the feature table style for the geometry type

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setTableStyleWithTableName:andGeometryType:andStyle:":{"name":"-setTableStyleWithTableName:andGeometryType:andStyle:","abstract":"

    Set the feature table style for the geometry type

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setTableIconsWithTable:andIcons:":{"name":"-setTableIconsWithTable:andIcons:","abstract":"

    Set the feature table default icons

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setTableIconsWithTableName:andIcons:":{"name":"-setTableIconsWithTableName:andIcons:","abstract":"

    Set the feature table default icons

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setTableIconDefaultWithTable:andIcon:":{"name":"-setTableIconDefaultWithTable:andIcon:","abstract":"

    Set the feature table icon default

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setTableIconDefaultWithTableName:andIcon:":{"name":"-setTableIconDefaultWithTableName:andIcon:","abstract":"

    Set the feature table icon default

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setTableIconWithTable:andGeometryType:andIcon:":{"name":"-setTableIconWithTable:andGeometryType:andIcon:","abstract":"

    Set the feature table icon for the geometry type

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setTableIconWithTableName:andGeometryType:andIcon:":{"name":"-setTableIconWithTableName:andGeometryType:andIcon:","abstract":"

    Set the feature table icon for the geometry type

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setFeatureStylesWithFeature:andFeatureStyles:":{"name":"-setFeatureStylesWithFeature:andFeatureStyles:","abstract":"

    Set the feature styles for the feature row

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setFeatureStylesWithTableName:andId:andFeatureStyles:":{"name":"-setFeatureStylesWithTableName:andId:andFeatureStyles:","abstract":"

    Set the feature styles for the feature table and feature id

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setFeatureStylesWithTableName:andIdNumber:andFeatureStyles:":{"name":"-setFeatureStylesWithTableName:andIdNumber:andFeatureStyles:","abstract":"

    Set the feature styles for the feature table and feature id

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setFeatureStyleWithFeature:andFeatureStyle:":{"name":"-setFeatureStyleWithFeature:andFeatureStyle:","abstract":"

    Set the feature style (style and icon) of the feature row

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setFeatureStyleWithFeature:andGeometryType:andFeatureStyle:":{"name":"-setFeatureStyleWithFeature:andGeometryType:andFeatureStyle:","abstract":"

    Set the feature style (style and icon) of the feature row for the","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setFeatureStyleDefaultWithFeature:andFeatureStyle:":{"name":"-setFeatureStyleDefaultWithFeature:andFeatureStyle:","abstract":"

    Set the feature style default (style and icon) of the feature row

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setFeatureStyleWithTableName:andId:andGeometryType:andFeatureStyle:":{"name":"-setFeatureStyleWithTableName:andId:andGeometryType:andFeatureStyle:","abstract":"

    Set the feature style (style and icon) of the feature

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setFeatureStyleWithTableName:andIdNumber:andGeometryType:andFeatureStyle:":{"name":"-setFeatureStyleWithTableName:andIdNumber:andGeometryType:andFeatureStyle:","abstract":"

    Set the feature style (style and icon) of the feature

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setFeatureStyleDefaultWithTableName:andId:andFeatureStyle:":{"name":"-setFeatureStyleDefaultWithTableName:andId:andFeatureStyle:","abstract":"

    Set the feature style (style and icon) of the feature

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setFeatureStyleDefaultWithTableName:andIdNumber:andFeatureStyle:":{"name":"-setFeatureStyleDefaultWithTableName:andIdNumber:andFeatureStyle:","abstract":"

    Set the feature style (style and icon) of the feature

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setStylesWithFeature:andStyles:":{"name":"-setStylesWithFeature:andStyles:","abstract":"

    Set the styles for the feature row

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setStylesWithTableName:andId:andStyles:":{"name":"-setStylesWithTableName:andId:andStyles:","abstract":"

    Set the styles for the feature table and feature id

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setStylesWithTableName:andIdNumber:andStyles:":{"name":"-setStylesWithTableName:andIdNumber:andStyles:","abstract":"

    Set the styles for the feature table and feature id

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setStyleWithFeature:andStyle:":{"name":"-setStyleWithFeature:andStyle:","abstract":"

    Set the style of the feature row

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setStyleWithFeature:andGeometryType:andStyle:":{"name":"-setStyleWithFeature:andGeometryType:andStyle:","abstract":"

    Set the style of the feature row for the specified geometry type

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setStyleDefaultWithFeature:andStyle:":{"name":"-setStyleDefaultWithFeature:andStyle:","abstract":"

    Set the default style of the feature row

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setStyleWithTableName:andId:andGeometryType:andStyle:":{"name":"-setStyleWithTableName:andId:andGeometryType:andStyle:","abstract":"

    Set the style of the feature

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setStyleWithTableName:andIdNumber:andGeometryType:andStyle:":{"name":"-setStyleWithTableName:andIdNumber:andGeometryType:andStyle:","abstract":"

    Set the style of the feature

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setStyleDefaultWithTableName:andId:andStyle:":{"name":"-setStyleDefaultWithTableName:andId:andStyle:","abstract":"

    Set the default style of the feature

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setStyleDefaultWithTableName:andIdNumber:andStyle:":{"name":"-setStyleDefaultWithTableName:andIdNumber:andStyle:","abstract":"

    Set the default style of the feature

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setIconsWithFeature:andIcons:":{"name":"-setIconsWithFeature:andIcons:","abstract":"

    Set the icons for the feature row

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setIconsWithTableName:andId:andIcons:":{"name":"-setIconsWithTableName:andId:andIcons:","abstract":"

    Set the icons for the feature table and feature id

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setIconsWithTableName:andIdNumber:andIcons:":{"name":"-setIconsWithTableName:andIdNumber:andIcons:","abstract":"

    Set the icons for the feature table and feature id

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setIconWithFeature:andIcon:":{"name":"-setIconWithFeature:andIcon:","abstract":"

    Set the icon of the feature row

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setIconWithFeature:andGeometryType:andIcon:":{"name":"-setIconWithFeature:andGeometryType:andIcon:","abstract":"

    Set the icon of the feature row for the specified geometry type

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setIconDefaultWithFeature:andIcon:":{"name":"-setIconDefaultWithFeature:andIcon:","abstract":"

    Set the default icon of the feature row

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setIconWithTableName:andId:andGeometryType:andIcon:":{"name":"-setIconWithTableName:andId:andGeometryType:andIcon:","abstract":"

    Get the icon of the feature, searching in order: feature geometry type","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setIconWithTableName:andIdNumber:andGeometryType:andIcon:":{"name":"-setIconWithTableName:andIdNumber:andGeometryType:andIcon:","abstract":"

    Get the icon of the feature, searching in order: feature geometry type","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setIconDefaultWithTableName:andId:andIcon:":{"name":"-setIconDefaultWithTableName:andId:andIcon:","abstract":"

    Set the default icon of the feature

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)setIconDefaultWithTableName:andIdNumber:andIcon:":{"name":"-setIconDefaultWithTableName:andIdNumber:andIcon:","abstract":"

    Set the default icon of the feature

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteAllFeatureStylesWithTable:":{"name":"-deleteAllFeatureStylesWithTable:","abstract":"

    Delete all feature styles including table styles, table icons, style, and","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteAllFeatureStylesWithTableName:":{"name":"-deleteAllFeatureStylesWithTableName:","abstract":"

    Delete all feature styles including table styles, table icons, style, and","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteAllStylesWithTable:":{"name":"-deleteAllStylesWithTable:","abstract":"

    Delete all styles including table styles and feature row styles

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteAllStylesWithTableName:":{"name":"-deleteAllStylesWithTableName:","abstract":"

    Delete all styles including table styles and feature row styles

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteAllIconsWithTable:":{"name":"-deleteAllIconsWithTable:","abstract":"

    Delete all icons including table icons and feature row icons

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteAllIconsWithTableName:":{"name":"-deleteAllIconsWithTableName:","abstract":"

    Delete all icons including table icons and feature row icons

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteTableFeatureStylesWithTable:":{"name":"-deleteTableFeatureStylesWithTable:","abstract":"

    Delete the feature table feature styles

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteTableFeatureStylesWithTableName:":{"name":"-deleteTableFeatureStylesWithTableName:","abstract":"

    Delete the feature table feature styles

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteTableStylesWithTable:":{"name":"-deleteTableStylesWithTable:","abstract":"

    Delete the feature table styles

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteTableStylesWithTableName:":{"name":"-deleteTableStylesWithTableName:","abstract":"

    Delete the feature table styles

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteTableStyleDefaultWithTable:":{"name":"-deleteTableStyleDefaultWithTable:","abstract":"

    Delete the feature table default style

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteTableStyleDefaultWithTableName:":{"name":"-deleteTableStyleDefaultWithTableName:","abstract":"

    Delete the feature table default style

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteTableStyleWithTable:andGeometryType:":{"name":"-deleteTableStyleWithTable:andGeometryType:","abstract":"

    Delete the feature table style for the geometry type

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteTableStyleWithTableName:andGeometryType:":{"name":"-deleteTableStyleWithTableName:andGeometryType:","abstract":"

    Delete the feature table style for the geometry type

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteTableIconsWithTable:":{"name":"-deleteTableIconsWithTable:","abstract":"

    Delete the feature table icons

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteTableIconsWithTableName:":{"name":"-deleteTableIconsWithTableName:","abstract":"

    Delete the feature table icons

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteTableIconDefaultWithTable:":{"name":"-deleteTableIconDefaultWithTable:","abstract":"

    Delete the feature table default icon

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteTableIconDefaultWithTableName:":{"name":"-deleteTableIconDefaultWithTableName:","abstract":"

    Delete the feature table default icon

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteTableIconWithTable:andGeometryType:":{"name":"-deleteTableIconWithTable:andGeometryType:","abstract":"

    Delete the feature table icon for the geometry type

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteTableIconWithTableName:andGeometryType:":{"name":"-deleteTableIconWithTableName:andGeometryType:","abstract":"

    Delete the feature table icon for the geometry type

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteFeatureStylesWithTable:":{"name":"-deleteFeatureStylesWithTable:","abstract":"

    Delete all feature styles

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteFeatureStylesWithTableName:":{"name":"-deleteFeatureStylesWithTableName:","abstract":"

    Delete all feature styles

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteStylesWithTable:":{"name":"-deleteStylesWithTable:","abstract":"

    Delete all styles

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteStylesWithTableName:":{"name":"-deleteStylesWithTableName:","abstract":"

    Delete all styles

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteStylesWithFeature:":{"name":"-deleteStylesWithFeature:","abstract":"

    Delete feature row styles

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteStylesWithTableName:andId:":{"name":"-deleteStylesWithTableName:andId:","abstract":"

    Delete feature row styles

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteStylesWithTableName:andIdNumber:":{"name":"-deleteStylesWithTableName:andIdNumber:","abstract":"

    Delete feature row styles

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteStyleDefaultWithFeature:":{"name":"-deleteStyleDefaultWithFeature:","abstract":"

    Delete the feature row default style

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteStyleDefaultWithTableName:andId:":{"name":"-deleteStyleDefaultWithTableName:andId:","abstract":"

    Delete the feature row default style

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteStyleDefaultWithTableName:andIdNumber:":{"name":"-deleteStyleDefaultWithTableName:andIdNumber:","abstract":"

    Delete the feature row default style

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteStyleWithFeature:":{"name":"-deleteStyleWithFeature:","abstract":"

    Delete the feature row style for the feature row geometry type

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteStyleWithFeature:andGeometryType:":{"name":"-deleteStyleWithFeature:andGeometryType:","abstract":"

    Delete the feature row style for the geometry type

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteStyleWithTableName:andId:andGeometryType:":{"name":"-deleteStyleWithTableName:andId:andGeometryType:","abstract":"

    Delete the feature row style for the geometry type

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteStyleWithTableName:andIdNumber:andGeometryType:":{"name":"-deleteStyleWithTableName:andIdNumber:andGeometryType:","abstract":"

    Delete the feature row style for the geometry type

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteIconsWithTable:":{"name":"-deleteIconsWithTable:","abstract":"

    Delete all icons

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteIconsWithTableName:":{"name":"-deleteIconsWithTableName:","abstract":"

    Delete all icons

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteIconsWithFeature:":{"name":"-deleteIconsWithFeature:","abstract":"

    Delete feature row icons

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteIconsWithTableName:andId:":{"name":"-deleteIconsWithTableName:andId:","abstract":"

    Delete feature row icons

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteIconsWithTableName:andIdNumber:":{"name":"-deleteIconsWithTableName:andIdNumber:","abstract":"

    Delete feature row icons

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteIconDefaultWithFeature:":{"name":"-deleteIconDefaultWithFeature:","abstract":"

    Delete the feature row default icon

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteIconDefaultWithTableName:andId:":{"name":"-deleteIconDefaultWithTableName:andId:","abstract":"

    Delete the feature row default icon

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteIconDefaultWithTableName:andIdNumber:":{"name":"-deleteIconDefaultWithTableName:andIdNumber:","abstract":"

    Delete the feature row default icon

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteIconWithFeature:":{"name":"-deleteIconWithFeature:","abstract":"

    Delete the feature row icon for the feature row geometry type

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteIconWithFeature:andGeometryType:":{"name":"-deleteIconWithFeature:andGeometryType:","abstract":"

    Delete the feature row icon for the geometry type

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteIconWithTableName:andId:andGeometryType:":{"name":"-deleteIconWithTableName:andId:andGeometryType:","abstract":"

    Delete the feature row icon for the geometry type

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteIconWithTableName:andIdNumber:andGeometryType:":{"name":"-deleteIconWithTableName:andIdNumber:andGeometryType:","abstract":"

    Delete the feature row icon for the geometry type

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)countMappingsToStyleRow:":{"name":"-countMappingsToStyleRow:","abstract":"

    Count the number of mappings to the style row

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)countMappingsToStyleRowId:":{"name":"-countMappingsToStyleRowId:","abstract":"

    Count the number of mappings to the style row id

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)hasMappingToStyleRow:":{"name":"-hasMappingToStyleRow:","abstract":"

    Determine if a mapping to the style row exists

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)hasMappingToStyleRowId:":{"name":"-hasMappingToStyleRowId:","abstract":"

    Determine if a mapping to the style row id exists

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteMappingsToStyleRow:":{"name":"-deleteMappingsToStyleRow:","abstract":"

    Delete style row mappings

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteMappingsToStyleRowId:":{"name":"-deleteMappingsToStyleRowId:","abstract":"

    Delete style row mappings

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteStyleRow:":{"name":"-deleteStyleRow:","abstract":"

    Delete a style row and mappings

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteNotMappedStyleRow:":{"name":"-deleteNotMappedStyleRow:","abstract":"

    Delete a style row only if it has no mappings

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteStyleRowById:":{"name":"-deleteStyleRowById:","abstract":"

    Delete a style row by id and mappings

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteNotMappedStyleRowById:":{"name":"-deleteNotMappedStyleRowById:","abstract":"

    Delete a style row by id only if it has no mappings

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteStyleRowsWhere:andWhereArgs:":{"name":"-deleteStyleRowsWhere:andWhereArgs:","abstract":"

    Delete style rows matching the where clause and mappings to them

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteNotMappedStyleRowsWhere:andWhereArgs:":{"name":"-deleteNotMappedStyleRowsWhere:andWhereArgs:","abstract":"

    Delete style rows matching the where clause if they have no mappings

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteStyleRowsByFieldValues:":{"name":"-deleteStyleRowsByFieldValues:","abstract":"

    Delete style rows matching the field values and mappings to them

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteNotMappedStyleRowsByFieldValues:":{"name":"-deleteNotMappedStyleRowsByFieldValues:","abstract":"

    Delete style rows matching the field values if they have no mappings

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteStyleRows":{"name":"-deleteStyleRows","abstract":"

    Delete all style rows and mappings to them

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteNotMappedStyleRows":{"name":"-deleteNotMappedStyleRows","abstract":"

    Delete all style rows if they have no mappings

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)countMappingsToIconRow:":{"name":"-countMappingsToIconRow:","abstract":"

    Count the number of mappings to the icon row

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)countMappingsToIconRowId:":{"name":"-countMappingsToIconRowId:","abstract":"

    Count the number of mappings to the icon row id

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)hasMappingToIconRow:":{"name":"-hasMappingToIconRow:","abstract":"

    Determine if a mapping to the icon row exists

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)hasMappingToIconRowId:":{"name":"-hasMappingToIconRowId:","abstract":"

    Determine if a mapping to the icon row id exists

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteMappingsToIconRow:":{"name":"-deleteMappingsToIconRow:","abstract":"

    Delete icon row mappings

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteMappingsToIconRowId:":{"name":"-deleteMappingsToIconRowId:","abstract":"

    Delete icon row mappings

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteIconRow:":{"name":"-deleteIconRow:","abstract":"

    Delete an icon row and mappings

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteNotMappedIconRow:":{"name":"-deleteNotMappedIconRow:","abstract":"

    Delete a icon row only if it has no mappings

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteIconRowById:":{"name":"-deleteIconRowById:","abstract":"

    Delete an icon row by id and mappings

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteNotMappedIconRowById:":{"name":"-deleteNotMappedIconRowById:","abstract":"

    Delete a icon row by id only if it has no mappings

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteIconRowsWhere:andWhereArgs:":{"name":"-deleteIconRowsWhere:andWhereArgs:","abstract":"

    Delete icon rows matching the where clause and mappings to them

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteNotMappedIconRowsWhere:andWhereArgs:":{"name":"-deleteNotMappedIconRowsWhere:andWhereArgs:","abstract":"

    Delete icon rows matching the where clause if they have no mappings

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteIconRowsByFieldValues:":{"name":"-deleteIconRowsByFieldValues:","abstract":"

    Delete icon rows matching the field values and mappings to them

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteNotMappedIconRowsByFieldValues:":{"name":"-deleteNotMappedIconRowsByFieldValues:","abstract":"

    Delete icon rows matching the field values if they have no mappings

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteIconRows":{"name":"-deleteIconRows","abstract":"

    Delete all icon rows and mappings to them

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)deleteNotMappedIconRows":{"name":"-deleteNotMappedIconRows","abstract":"

    Delete all icon rows if they have no mappings

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)allTableStyleIdsWithTable:":{"name":"-allTableStyleIdsWithTable:","abstract":"

    Get all the unique style row ids the table maps to

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)allTableStyleIdsWithTableName:":{"name":"-allTableStyleIdsWithTableName:","abstract":"

    Get all the unique style row ids the table maps to

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)allTableIconIdsWithTable:":{"name":"-allTableIconIdsWithTable:","abstract":"

    Get all the unique icon row ids the table maps to

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)allTableIconIdsWithTableName:":{"name":"-allTableIconIdsWithTableName:","abstract":"

    Get all the unique icon row ids the table maps to

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)allStyleIdsWithTable:":{"name":"-allStyleIdsWithTable:","abstract":"

    Get all the unique style row ids the features map to

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)allStyleIdsWithTableName:":{"name":"-allStyleIdsWithTableName:","abstract":"

    Get all the unique style row ids the features map to

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)allIconIdsWithTable:":{"name":"-allIconIdsWithTable:","abstract":"

    Get all the unique icon row ids the features map to

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)allIconIdsWithTableName:":{"name":"-allIconIdsWithTableName:","abstract":"

    Get all the unique icon row ids the features map to

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)calculatePixelBoundsWithTable:":{"name":"-calculatePixelBoundsWithTable:","abstract":"

    Calculate style pixel bounds

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(im)calculatePixelBoundsWithTable:andScale:":{"name":"-calculatePixelBoundsWithTable:andScale:","abstract":"

    Calculate style pixel bounds for the feature table

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(cm)calculatePixelBoundsWithStyleRow:":{"name":"+calculatePixelBoundsWithStyleRow:","abstract":"

    Calculate style pixel bounds for the style row

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(cm)calculatePixelBoundsWithStyleRow:andScale:":{"name":"+calculatePixelBoundsWithStyleRow:andScale:","abstract":"

    Calculate style pixel bounds for the style row

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(cm)expandPixelBounds:withStyleRow:":{"name":"+expandPixelBounds:withStyleRow:","abstract":"

    Calculate style pixel bounds for the style row

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(cm)expandPixelBounds:withStyleRow:andScale:":{"name":"+expandPixelBounds:withStyleRow:andScale:","abstract":"

    Calculate style pixel bounds for the style row

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(cm)calculatePixelBoundsWithIconRow:":{"name":"+calculatePixelBoundsWithIconRow:","abstract":"

    Calculate style pixel bounds for the icon row

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(cm)calculatePixelBoundsWithIconRow:andScale:":{"name":"+calculatePixelBoundsWithIconRow:andScale:","abstract":"

    Calculate style pixel bounds for the icon row

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(cm)expandPixelBounds:withIconRow:":{"name":"+expandPixelBounds:withIconRow:","abstract":"

    Calculate style pixel bounds for the icon row

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyleExtension.html#/c:objc(cs)GPKGFeatureStyleExtension(cm)expandPixelBounds:withIconRow:andScale:":{"name":"+expandPixelBounds:withIconRow:andScale:","abstract":"

    Calculate style pixel bounds for the icon row

    ","parent_name":"GPKGFeatureStyleExtension"},"Classes/GPKGFeatureStyle.html#/c:objc(cs)GPKGFeatureStyle(py)style":{"name":"style","abstract":"

    Style

    ","parent_name":"GPKGFeatureStyle"},"Classes/GPKGFeatureStyle.html#/c:objc(cs)GPKGFeatureStyle(py)icon":{"name":"icon","abstract":"

    Icon

    ","parent_name":"GPKGFeatureStyle"},"Classes/GPKGFeatureStyle.html#/c:objc(cs)GPKGFeatureStyle(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureStyle"},"Classes/GPKGFeatureStyle.html#/c:objc(cs)GPKGFeatureStyle(im)initWithStyle:":{"name":"-initWithStyle:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureStyle"},"Classes/GPKGFeatureStyle.html#/c:objc(cs)GPKGFeatureStyle(im)initWithIcon:":{"name":"-initWithIcon:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureStyle"},"Classes/GPKGFeatureStyle.html#/c:objc(cs)GPKGFeatureStyle(im)initWithStyle:andIcon:":{"name":"-initWithStyle:andIcon:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureStyle"},"Classes/GPKGFeatureStyle.html#/c:objc(cs)GPKGFeatureStyle(im)hasStyle":{"name":"-hasStyle","abstract":"

    Check if the feature style has a style row

    ","parent_name":"GPKGFeatureStyle"},"Classes/GPKGFeatureStyle.html#/c:objc(cs)GPKGFeatureStyle(im)hasIcon":{"name":"-hasIcon","abstract":"

    Check if the feature style has an icon row

    ","parent_name":"GPKGFeatureStyle"},"Classes/GPKGFeatureStyle.html#/c:objc(cs)GPKGFeatureStyle(im)useIcon":{"name":"-useIcon","abstract":"

    Determine if an icon exists and should be used. Returns false when an","parent_name":"GPKGFeatureStyle"},"Classes/GPKGTileTableScaling.html#/c:objc(cs)GPKGTileTableScaling(im)initWithGeoPackage:andTileMatrixSet:":{"name":"-initWithGeoPackage:andTileMatrixSet:","abstract":"

    Initialize

    ","parent_name":"GPKGTileTableScaling"},"Classes/GPKGTileTableScaling.html#/c:objc(cs)GPKGTileTableScaling(im)initWithGeoPackage:andTileMatrix:":{"name":"-initWithGeoPackage:andTileMatrix:","abstract":"

    Initialize

    ","parent_name":"GPKGTileTableScaling"},"Classes/GPKGTileTableScaling.html#/c:objc(cs)GPKGTileTableScaling(im)initWithGeoPackage:andTileDao:":{"name":"-initWithGeoPackage:andTileDao:","abstract":"

    Initialize

    ","parent_name":"GPKGTileTableScaling"},"Classes/GPKGTileTableScaling.html#/c:objc(cs)GPKGTileTableScaling(im)initWithGeoPackage:andTableName:":{"name":"-initWithGeoPackage:andTableName:","abstract":"

    Initialize

    ","parent_name":"GPKGTileTableScaling"},"Classes/GPKGTileTableScaling.html#/c:objc(cs)GPKGTileTableScaling(im)tableName":{"name":"-tableName","abstract":"

    Get the table name

    ","parent_name":"GPKGTileTableScaling"},"Classes/GPKGTileTableScaling.html#/c:objc(cs)GPKGTileTableScaling(im)dao":{"name":"-dao","abstract":"

    Get the Tile Scaling DAO

    ","parent_name":"GPKGTileTableScaling"},"Classes/GPKGTileTableScaling.html#/c:objc(cs)GPKGTileTableScaling(im)extensionName":{"name":"-extensionName","abstract":"

    Get the extension name

    ","parent_name":"GPKGTileTableScaling"},"Classes/GPKGTileTableScaling.html#/c:objc(cs)GPKGTileTableScaling(im)extensionDefinition":{"name":"-extensionDefinition","abstract":"

    Get the extension definition

    ","parent_name":"GPKGTileTableScaling"},"Classes/GPKGTileTableScaling.html#/c:objc(cs)GPKGTileTableScaling(im)has":{"name":"-has","abstract":"

    Determine if the GeoPackage has the extension

    ","parent_name":"GPKGTileTableScaling"},"Classes/GPKGTileTableScaling.html#/c:objc(cs)GPKGTileTableScaling(im)tileScaling":{"name":"-tileScaling","abstract":"

    Get the tile scaling

    ","parent_name":"GPKGTileTableScaling"},"Classes/GPKGTileTableScaling.html#/c:objc(cs)GPKGTileTableScaling(im)create:":{"name":"-create:","abstract":"

    Create the tile scaling (same as calling","parent_name":"GPKGTileTableScaling"},"Classes/GPKGTileTableScaling.html#/c:objc(cs)GPKGTileTableScaling(im)update:":{"name":"-update:","abstract":"

    Update the tile scaling (same as calling","parent_name":"GPKGTileTableScaling"},"Classes/GPKGTileTableScaling.html#/c:objc(cs)GPKGTileTableScaling(im)createOrUpdate:":{"name":"-createOrUpdate:","abstract":"

    Create or update the tile scaling

    ","parent_name":"GPKGTileTableScaling"},"Classes/GPKGTileTableScaling.html#/c:objc(cs)GPKGTileTableScaling(im)delete":{"name":"-delete","abstract":"

    Delete the tile table scaling for the tile table

    ","parent_name":"GPKGTileTableScaling"},"Classes/GPKGTileTableScaling.html#/c:objc(cs)GPKGTileTableScaling(im)extension":{"name":"-extension","abstract":"

    Get the extension

    ","parent_name":"GPKGTileTableScaling"},"Classes/GPKGTileTableScaling.html#/c:objc(cs)GPKGTileTableScaling(im)tileScalingDao":{"name":"-tileScalingDao","abstract":"

    Get a Tile Scaling DAO

    ","parent_name":"GPKGTileTableScaling"},"Classes/GPKGTileTableScaling.html#/c:objc(cs)GPKGTileTableScaling(cm)tileScalingDaoWithGeoPackage:":{"name":"+tileScalingDaoWithGeoPackage:","abstract":"

    Get a Tile Scaling DAO

    ","parent_name":"GPKGTileTableScaling"},"Classes/GPKGTileTableScaling.html#/c:objc(cs)GPKGTileTableScaling(cm)tileScalingDaoWithDatabase:":{"name":"+tileScalingDaoWithDatabase:","abstract":"

    Get a Tile Scaling DAO

    ","parent_name":"GPKGTileTableScaling"},"Classes/GPKGTileTableScaling.html#/c:objc(cs)GPKGTileTableScaling(im)createTileScalingTable":{"name":"-createTileScalingTable","abstract":"

    Create the Tile Scaling Table if it does not exist

    ","parent_name":"GPKGTileTableScaling"},"Classes/GPKGTileScalingTypes.html#/c:objc(cs)GPKGTileScalingTypes(cm)name:":{"name":"+name:","abstract":"

    Get the name of the tile scaling type

    ","parent_name":"GPKGTileScalingTypes"},"Classes/GPKGTileScalingTypes.html#/c:objc(cs)GPKGTileScalingTypes(cm)fromName:":{"name":"+fromName:","abstract":"

    Get the tile scaling type from the name

    ","parent_name":"GPKGTileScalingTypes"},"Classes/GPKGTileScalingTableCreator.html#/c:objc(cs)GPKGTileScalingTableCreator(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGTileScalingTableCreator"},"Classes/GPKGTileScalingTableCreator.html#/c:objc(cs)GPKGTileScalingTableCreator(im)createTileScaling":{"name":"-createTileScaling","abstract":"

    Create Tile Scaling table

    ","parent_name":"GPKGTileScalingTableCreator"},"Classes/GPKGTileScalingDao.html#/c:objc(cs)GPKGTileScalingDao(cm)createWithDatabase:":{"name":"+createWithDatabase:","abstract":"

    Create the DAO

    ","parent_name":"GPKGTileScalingDao"},"Classes/GPKGTileScalingDao.html#/c:objc(cs)GPKGTileScalingDao(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGTileScalingDao"},"Classes/GPKGTileScaling.html#/c:objc(cs)GPKGTileScaling(py)tableName":{"name":"tableName","abstract":"

    Foreign key to table_name in gpkg_tile_matrix_set

    ","parent_name":"GPKGTileScaling"},"Classes/GPKGTileScaling.html#/c:objc(cs)GPKGTileScaling(py)scalingType":{"name":"scalingType","abstract":"

    Tile Scaling behavior type

    ","parent_name":"GPKGTileScaling"},"Classes/GPKGTileScaling.html#/c:objc(cs)GPKGTileScaling(py)zoomIn":{"name":"zoomIn","abstract":"

    Max zoom levels in to search

    ","parent_name":"GPKGTileScaling"},"Classes/GPKGTileScaling.html#/c:objc(cs)GPKGTileScaling(py)zoomOut":{"name":"zoomOut","abstract":"

    Max zoom levels out to search

    ","parent_name":"GPKGTileScaling"},"Classes/GPKGTileScaling.html#/c:objc(cs)GPKGTileScaling(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGTileScaling"},"Classes/GPKGTileScaling.html#/c:objc(cs)GPKGTileScaling(im)initWithTileMatrixSet:andScalingType:andZoomIn:andZoomOut:":{"name":"-initWithTileMatrixSet:andScalingType:andZoomIn:andZoomOut:","abstract":"

    Initialize

    ","parent_name":"GPKGTileScaling"},"Classes/GPKGTileScaling.html#/c:objc(cs)GPKGTileScaling(im)initWithTableName:andScalingType:andZoomIn:andZoomOut:":{"name":"-initWithTableName:andScalingType:andZoomIn:andZoomOut:","abstract":"

    Initialize

    ","parent_name":"GPKGTileScaling"},"Classes/GPKGTileScaling.html#/c:objc(cs)GPKGTileScaling(im)initWithScalingType:andZoomIn:andZoomOut:":{"name":"-initWithScalingType:andZoomIn:andZoomOut:","abstract":"

    Initialize

    ","parent_name":"GPKGTileScaling"},"Classes/GPKGTileScaling.html#/c:objc(cs)GPKGTileScaling(im)setTileMatrixSet:":{"name":"-setTileMatrixSet:","abstract":"

    Set the tile matrix set

    ","parent_name":"GPKGTileScaling"},"Classes/GPKGTileScaling.html#/c:objc(cs)GPKGTileScaling(im)tileScalingType":{"name":"-tileScalingType","abstract":"

    Get the tile scaling type

    ","parent_name":"GPKGTileScaling"},"Classes/GPKGTileScaling.html#/c:objc(cs)GPKGTileScaling(im)setTileScalingType:":{"name":"-setTileScalingType:","abstract":"

    Set the tile scaling type

    ","parent_name":"GPKGTileScaling"},"Classes/GPKGTileScaling.html#/c:objc(cs)GPKGTileScaling(im)isZoomIn":{"name":"-isZoomIn","abstract":"

    Is zoom in tile search enabled

    ","parent_name":"GPKGTileScaling"},"Classes/GPKGTileScaling.html#/c:objc(cs)GPKGTileScaling(im)isZoomOut":{"name":"-isZoomOut","abstract":"

    Is zoom out tile search enabled

    ","parent_name":"GPKGTileScaling"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)initWithGeoPackage:":{"name":"-initWithGeoPackage:","abstract":"

    Initialize

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)initWithGeoPackages:":{"name":"-initWithGeoPackages:","abstract":"

    Initialize

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)initWithCache:":{"name":"-initWithCache:","abstract":"

    Initialize

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)propertiesExtensionWithGeoPackage:":{"name":"-propertiesExtensionWithGeoPackage:","abstract":"

    Create a properties extension from the GeoPackage

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)geoPackageNames":{"name":"-geoPackageNames","abstract":"

    Get the GeoPackage names

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)numGeoPackages":{"name":"-numGeoPackages","abstract":"

    Get the number of GeoPackages

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)geoPackages":{"name":"-geoPackages","abstract":"

    Get the GeoPackages

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)hasGeoPackageWithName:":{"name":"-hasGeoPackageWithName:","abstract":"

    Checks if the GeoPackage name exists

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)geoPackageWithName:":{"name":"-geoPackageWithName:","abstract":"

    Get the GeoPackage for the GeoPackage name

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)addGeoPackages:":{"name":"-addGeoPackages:","abstract":"

    Add a collection of GeoPackages

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)addGeoPackage:":{"name":"-addGeoPackage:","abstract":"

    Add GeoPackage

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)closeGeoPackages":{"name":"-closeGeoPackages","abstract":"

    Close all GeoPackages in the manager

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)removeGeoPackageWithName:":{"name":"-removeGeoPackageWithName:","abstract":"

    Remove the GeoPackage with the name but does not close it

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)clearGeoPackages":{"name":"-clearGeoPackages","abstract":"

    Clears all cached GeoPackages but does not close them

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)removeAndCloseGeoPackageWithName:":{"name":"-removeAndCloseGeoPackageWithName:","abstract":"

    Remove and close the GeoPackage with name, same as","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)closeGeoPackageWithName:":{"name":"-closeGeoPackageWithName:","abstract":"

    Close the GeoPackage with name

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)closeRetainGeoPackages:":{"name":"-closeRetainGeoPackages:","abstract":"

    Close GeoPackages not specified in the retain GeoPackage names

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)closeGeoPackages:":{"name":"-closeGeoPackages:","abstract":"

    Close GeoPackages with names

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)numProperties":{"name":"-numProperties","abstract":"

    Get the number of unique properties

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)properties":{"name":"-properties","abstract":"

    Get the unique properties

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)hasProperty:":{"name":"-hasProperty:","abstract":"

    Get the GeoPackages with the property name

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)missingProperty:":{"name":"-missingProperty:","abstract":"

    Get the GeoPackages missing the property name

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)numValuesOfProperty:":{"name":"-numValuesOfProperty:","abstract":"

    Get the number of unique values for the property

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)hasValuesWithProperty:":{"name":"-hasValuesWithProperty:","abstract":"

    Check if the property has any values

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)valuesOfProperty:":{"name":"-valuesOfProperty:","abstract":"

    Get the unique values for the property

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)hasValue:withProperty:":{"name":"-hasValue:withProperty:","abstract":"

    Get the GeoPackages with the property name and value

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)missingValue:withProperty:":{"name":"-missingValue:withProperty:","abstract":"

    Get the GeoPackages missing the property name and value

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)addValue:withProperty:":{"name":"-addValue:withProperty:","abstract":"

    Add a property value to all GeoPackages

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)addValue:withProperty:inGeoPackage:":{"name":"-addValue:withProperty:inGeoPackage:","abstract":"

    Add a property value to a specified GeoPackage

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)deleteProperty:":{"name":"-deleteProperty:","abstract":"

    Delete the property and values from all GeoPackages

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)deleteProperty:inGeoPackage:":{"name":"-deleteProperty:inGeoPackage:","abstract":"

    Delete the property and values from a specified GeoPackage

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)deleteValue:withProperty:":{"name":"-deleteValue:withProperty:","abstract":"

    Delete the property value from all GeoPackages

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)deleteValue:withProperty:inGeoPackage:":{"name":"-deleteValue:withProperty:inGeoPackage:","abstract":"

    Delete the property value from a specified GeoPackage

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)deleteAll":{"name":"-deleteAll","abstract":"

    Delete all properties and values from all GeoPackages

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)deleteAllInGeoPackage:":{"name":"-deleteAllInGeoPackage:","abstract":"

    Delete all properties and values from a specified GeoPackage

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)removeExtension":{"name":"-removeExtension","abstract":"

    Remove the extension from all GeoPackages

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesManager.html#/c:objc(cs)GPKGPropertiesManager(im)removeExtensionInGeoPackage:":{"name":"-removeExtensionInGeoPackage:","abstract":"

    Remove the extension from a specified GeoPackage

    ","parent_name":"GPKGPropertiesManager"},"Classes/GPKGPropertiesExtension.html#/c:objc(cs)GPKGPropertiesExtension(im)initWithGeoPackage:":{"name":"-initWithGeoPackage:","abstract":"

    Initialize

    ","parent_name":"GPKGPropertiesExtension"},"Classes/GPKGPropertiesExtension.html#/c:objc(cs)GPKGPropertiesExtension(im)extensionCreate":{"name":"-extensionCreate","abstract":"

    Get or create the extension

    ","parent_name":"GPKGPropertiesExtension"},"Classes/GPKGPropertiesExtension.html#/c:objc(cs)GPKGPropertiesExtension(im)has":{"name":"-has","abstract":"

    Determine if the GeoPackage has the extension

    ","parent_name":"GPKGPropertiesExtension"},"Classes/GPKGPropertiesExtension.html#/c:objc(cs)GPKGPropertiesExtension(im)extensionName":{"name":"-extensionName","abstract":"

    Get the extension name

    ","parent_name":"GPKGPropertiesExtension"},"Classes/GPKGPropertiesExtension.html#/c:objc(cs)GPKGPropertiesExtension(im)extensionDefinition":{"name":"-extensionDefinition","abstract":"

    Get the extension definition

    ","parent_name":"GPKGPropertiesExtension"},"Classes/GPKGPropertiesExtension.html#/c:objc(cs)GPKGPropertiesExtension(im)numProperties":{"name":"-numProperties","abstract":"

    Get the number of properties

    ","parent_name":"GPKGPropertiesExtension"},"Classes/GPKGPropertiesExtension.html#/c:objc(cs)GPKGPropertiesExtension(im)properties":{"name":"-properties","abstract":"

    Get the properties

    ","parent_name":"GPKGPropertiesExtension"},"Classes/GPKGPropertiesExtension.html#/c:objc(cs)GPKGPropertiesExtension(im)hasProperty:":{"name":"-hasProperty:","abstract":"

    Check if the property exists, same call as {@link #hasValues(String)}

    ","parent_name":"GPKGPropertiesExtension"},"Classes/GPKGPropertiesExtension.html#/c:objc(cs)GPKGPropertiesExtension(im)numValues":{"name":"-numValues","abstract":"

    Get the number of total values combined for all properties

    ","parent_name":"GPKGPropertiesExtension"},"Classes/GPKGPropertiesExtension.html#/c:objc(cs)GPKGPropertiesExtension(im)numValuesOfProperty:":{"name":"-numValuesOfProperty:","abstract":"

    Get the number of values for the property

    ","parent_name":"GPKGPropertiesExtension"},"Classes/GPKGPropertiesExtension.html#/c:objc(cs)GPKGPropertiesExtension(im)hasSingleValueWithProperty:":{"name":"-hasSingleValueWithProperty:","abstract":"

    Check if the property has a single value

    ","parent_name":"GPKGPropertiesExtension"},"Classes/GPKGPropertiesExtension.html#/c:objc(cs)GPKGPropertiesExtension(im)hasValuesWithProperty:":{"name":"-hasValuesWithProperty:","abstract":"

    Check if the property has any values

    ","parent_name":"GPKGPropertiesExtension"},"Classes/GPKGPropertiesExtension.html#/c:objc(cs)GPKGPropertiesExtension(im)valueOfProperty:":{"name":"-valueOfProperty:","abstract":"

    Get the first value for the property

    ","parent_name":"GPKGPropertiesExtension"},"Classes/GPKGPropertiesExtension.html#/c:objc(cs)GPKGPropertiesExtension(im)valuesOfProperty:":{"name":"-valuesOfProperty:","abstract":"

    Get the values for the property

    ","parent_name":"GPKGPropertiesExtension"},"Classes/GPKGPropertiesExtension.html#/c:objc(cs)GPKGPropertiesExtension(im)hasValue:withProperty:":{"name":"-hasValue:withProperty:","abstract":"

    Check if the property has the value

    ","parent_name":"GPKGPropertiesExtension"},"Classes/GPKGPropertiesExtension.html#/c:objc(cs)GPKGPropertiesExtension(im)addValue:withProperty:":{"name":"-addValue:withProperty:","abstract":"

    Add a property value, creating the extension if needed

    ","parent_name":"GPKGPropertiesExtension"},"Classes/GPKGPropertiesExtension.html#/c:objc(cs)GPKGPropertiesExtension(im)deleteProperty:":{"name":"-deleteProperty:","abstract":"

    Delete the property and all the property values

    ","parent_name":"GPKGPropertiesExtension"},"Classes/GPKGPropertiesExtension.html#/c:objc(cs)GPKGPropertiesExtension(im)deleteValue:withProperty:":{"name":"-deleteValue:withProperty:","abstract":"

    Delete the property value

    ","parent_name":"GPKGPropertiesExtension"},"Classes/GPKGPropertiesExtension.html#/c:objc(cs)GPKGPropertiesExtension(im)deleteAll":{"name":"-deleteAll","abstract":"

    Delete all properties and values

    ","parent_name":"GPKGPropertiesExtension"},"Classes/GPKGPropertiesExtension.html#/c:objc(cs)GPKGPropertiesExtension(im)removeExtension":{"name":"-removeExtension","abstract":"

    Remove the extension

    ","parent_name":"GPKGPropertiesExtension"},"Classes/GPKGFeatureTileTableLinker.html#/c:objc(cs)GPKGFeatureTileTableLinker(im)initWithGeoPackage:":{"name":"-initWithGeoPackage:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTileTableLinker"},"Classes/GPKGFeatureTileTableLinker.html#/c:objc(cs)GPKGFeatureTileTableLinker(im)dao":{"name":"-dao","abstract":"

    Get the Feature Tile Link DAO

    ","parent_name":"GPKGFeatureTileTableLinker"},"Classes/GPKGFeatureTileTableLinker.html#/c:objc(cs)GPKGFeatureTileTableLinker(im)extensionName":{"name":"-extensionName","abstract":"

    Get the extension name

    ","parent_name":"GPKGFeatureTileTableLinker"},"Classes/GPKGFeatureTileTableLinker.html#/c:objc(cs)GPKGFeatureTileTableLinker(im)extensionDefinition":{"name":"-extensionDefinition","abstract":"

    Get the extension definition

    ","parent_name":"GPKGFeatureTileTableLinker"},"Classes/GPKGFeatureTileTableLinker.html#/c:objc(cs)GPKGFeatureTileTableLinker(im)linkWithFeatureTable:andTileTable:":{"name":"-linkWithFeatureTable:andTileTable:","abstract":"

    Link a feature and tile table together. Does nothing if already linked.

    ","parent_name":"GPKGFeatureTileTableLinker"},"Classes/GPKGFeatureTileTableLinker.html#/c:objc(cs)GPKGFeatureTileTableLinker(im)isLinkedWithFeatureTable:andTileTable:":{"name":"-isLinkedWithFeatureTable:andTileTable:","abstract":"

    Determine if the feature table is linked to the tile table

    ","parent_name":"GPKGFeatureTileTableLinker"},"Classes/GPKGFeatureTileTableLinker.html#/c:objc(cs)GPKGFeatureTileTableLinker(im)linkFromFeatureTable:andTileTable:":{"name":"-linkFromFeatureTable:andTileTable:","abstract":"

    Get the feature and tile table link if it exists

    ","parent_name":"GPKGFeatureTileTableLinker"},"Classes/GPKGFeatureTileTableLinker.html#/c:objc(cs)GPKGFeatureTileTableLinker(im)queryForFeatureTable:":{"name":"-queryForFeatureTable:","abstract":"

    Query for feature tile links by feature table

    ","parent_name":"GPKGFeatureTileTableLinker"},"Classes/GPKGFeatureTileTableLinker.html#/c:objc(cs)GPKGFeatureTileTableLinker(im)queryForTileTable:":{"name":"-queryForTileTable:","abstract":"

    Query for feature tile links by tile table

    ","parent_name":"GPKGFeatureTileTableLinker"},"Classes/GPKGFeatureTileTableLinker.html#/c:objc(cs)GPKGFeatureTileTableLinker(im)deleteLinkWithFeatureTable:andTileTable:":{"name":"-deleteLinkWithFeatureTable:andTileTable:","abstract":"

    Delete the feature tile table link

    ","parent_name":"GPKGFeatureTileTableLinker"},"Classes/GPKGFeatureTileTableLinker.html#/c:objc(cs)GPKGFeatureTileTableLinker(im)deleteLinksWithTable:":{"name":"-deleteLinksWithTable:","abstract":"

    Delete the feature tile table links for the feature or tile table

    ","parent_name":"GPKGFeatureTileTableLinker"},"Classes/GPKGFeatureTileTableLinker.html#/c:objc(cs)GPKGFeatureTileTableLinker(im)has":{"name":"-has","abstract":"

    Check if has extension

    ","parent_name":"GPKGFeatureTileTableLinker"},"Classes/GPKGFeatureTileTableLinker.html#/c:objc(cs)GPKGFeatureTileTableLinker(im)extension":{"name":"-extension","abstract":"

    Get the extension

    ","parent_name":"GPKGFeatureTileTableLinker"},"Classes/GPKGFeatureTileTableLinker.html#/c:objc(cs)GPKGFeatureTileTableLinker(im)featureTileLinkDao":{"name":"-featureTileLinkDao","abstract":"

    Get a Feature Tile Link DAO

    ","parent_name":"GPKGFeatureTileTableLinker"},"Classes/GPKGFeatureTileTableLinker.html#/c:objc(cs)GPKGFeatureTileTableLinker(cm)featureTileLinkDaoWithGeoPackage:":{"name":"+featureTileLinkDaoWithGeoPackage:","abstract":"

    Get a Feature Tile Link DAO

    ","parent_name":"GPKGFeatureTileTableLinker"},"Classes/GPKGFeatureTileTableLinker.html#/c:objc(cs)GPKGFeatureTileTableLinker(cm)featureTileLinkDaoWithDatabase:":{"name":"+featureTileLinkDaoWithDatabase:","abstract":"

    Get a Feature Tile Link DAO

    ","parent_name":"GPKGFeatureTileTableLinker"},"Classes/GPKGFeatureTileTableLinker.html#/c:objc(cs)GPKGFeatureTileTableLinker(im)createFeatureTileLinkTable":{"name":"-createFeatureTileLinkTable","abstract":"

    Create the Feature Tile Link Table if it does not exist

    ","parent_name":"GPKGFeatureTileTableLinker"},"Classes/GPKGFeatureTileTableLinker.html#/c:objc(cs)GPKGFeatureTileTableLinker(im)linkFromResultSet:":{"name":"-linkFromResultSet:","abstract":"

    Pull the the current result set feature tile link out

    ","parent_name":"GPKGFeatureTileTableLinker"},"Classes/GPKGFeatureTileTableLinker.html#/c:objc(cs)GPKGFeatureTileTableLinker(im)tileTablesForFeatureTable:":{"name":"-tileTablesForFeatureTable:","abstract":"

    Query for the tile table names linked to a feature table

    ","parent_name":"GPKGFeatureTileTableLinker"},"Classes/GPKGFeatureTileTableLinker.html#/c:objc(cs)GPKGFeatureTileTableLinker(im)featureTablesForTileTable:":{"name":"-featureTablesForTileTable:","abstract":"

    Query for the feature table names linked to a tile table

    ","parent_name":"GPKGFeatureTileTableLinker"},"Classes/GPKGFeatureTileTableLinker.html#/c:objc(cs)GPKGFeatureTileTableLinker(im)tileDaosForFeatureTable:":{"name":"-tileDaosForFeatureTable:","abstract":"

    Query for the tile tables linked to a feature table and return tile DAOs to those tables

    ","parent_name":"GPKGFeatureTileTableLinker"},"Classes/GPKGFeatureTileTableLinker.html#/c:objc(cs)GPKGFeatureTileTableLinker(im)featureDaosForTileTable:":{"name":"-featureDaosForTileTable:","abstract":"

    Query for the feature tables linked to a tile table and return feature DAOs to those tables

    ","parent_name":"GPKGFeatureTileTableLinker"},"Classes/GPKGFeatureTileLinkTableCreator.html#/c:objc(cs)GPKGFeatureTileLinkTableCreator(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTileLinkTableCreator"},"Classes/GPKGFeatureTileLinkTableCreator.html#/c:objc(cs)GPKGFeatureTileLinkTableCreator(im)createFeatureTileLink":{"name":"-createFeatureTileLink","abstract":"

    Create Feature Tile Link table

    ","parent_name":"GPKGFeatureTileLinkTableCreator"},"Classes/GPKGFeatureTileLinkDao.html#/c:objc(cs)GPKGFeatureTileLinkDao(cm)createWithDatabase:":{"name":"+createWithDatabase:","abstract":"

    Create the DAO

    ","parent_name":"GPKGFeatureTileLinkDao"},"Classes/GPKGFeatureTileLinkDao.html#/c:objc(cs)GPKGFeatureTileLinkDao(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTileLinkDao"},"Classes/GPKGFeatureTileLinkDao.html#/c:objc(cs)GPKGFeatureTileLinkDao(im)queryForFeatureTable:andTileTable:":{"name":"-queryForFeatureTable:andTileTable:","abstract":"

    Query by feature table name and tile table name for a link

    ","parent_name":"GPKGFeatureTileLinkDao"},"Classes/GPKGFeatureTileLinkDao.html#/c:objc(cs)GPKGFeatureTileLinkDao(im)queryForFeatureTableName:":{"name":"-queryForFeatureTableName:","abstract":"

    Query by feature table name

    ","parent_name":"GPKGFeatureTileLinkDao"},"Classes/GPKGFeatureTileLinkDao.html#/c:objc(cs)GPKGFeatureTileLinkDao(im)queryForTileTableName:":{"name":"-queryForTileTableName:","abstract":"

    Query by tile table name

    ","parent_name":"GPKGFeatureTileLinkDao"},"Classes/GPKGFeatureTileLinkDao.html#/c:objc(cs)GPKGFeatureTileLinkDao(im)deleteByFeatureTable:andTileTable:":{"name":"-deleteByFeatureTable:andTileTable:","abstract":"

    Delete by feature table and tile table names

    ","parent_name":"GPKGFeatureTileLinkDao"},"Classes/GPKGFeatureTileLinkDao.html#/c:objc(cs)GPKGFeatureTileLinkDao(im)deleteByTableName:":{"name":"-deleteByTableName:","abstract":"

    Delete by table name, either feature or tile table name

    ","parent_name":"GPKGFeatureTileLinkDao"},"Classes/GPKGFeatureTileLink.html#/c:objc(cs)GPKGFeatureTileLink(py)featureTableName":{"name":"featureTableName","abstract":"

    Name of the feature table

    ","parent_name":"GPKGFeatureTileLink"},"Classes/GPKGFeatureTileLink.html#/c:objc(cs)GPKGFeatureTileLink(py)tileTableName":{"name":"tileTableName","abstract":"

    Name of the tile table

    ","parent_name":"GPKGFeatureTileLink"},"Classes/GPKGTableIndexDao.html#/c:objc(cs)GPKGTableIndexDao(cm)createWithDatabase:":{"name":"+createWithDatabase:","abstract":"

    Create the DAO

    ","parent_name":"GPKGTableIndexDao"},"Classes/GPKGTableIndexDao.html#/c:objc(cs)GPKGTableIndexDao(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGTableIndexDao"},"Classes/GPKGTableIndexDao.html#/c:objc(cs)GPKGTableIndexDao(im)deleteCascade:":{"name":"-deleteCascade:","abstract":"

    Delete the Table Index, cascading

    ","parent_name":"GPKGTableIndexDao"},"Classes/GPKGTableIndexDao.html#/c:objc(cs)GPKGTableIndexDao(im)deleteCascadeWithCollection:":{"name":"-deleteCascadeWithCollection:","abstract":"

    Delete the collection of Table Indices, cascading

    ","parent_name":"GPKGTableIndexDao"},"Classes/GPKGTableIndexDao.html#/c:objc(cs)GPKGTableIndexDao(im)deleteCascadeWhere:andWhereArgs:":{"name":"-deleteCascadeWhere:andWhereArgs:","abstract":"

    Delete the Table Index where, cascading

    ","parent_name":"GPKGTableIndexDao"},"Classes/GPKGTableIndexDao.html#/c:objc(cs)GPKGTableIndexDao(im)deleteByIdCascade:":{"name":"-deleteByIdCascade:","abstract":"

    Delete the Table Index by id, cascading

    ","parent_name":"GPKGTableIndexDao"},"Classes/GPKGTableIndexDao.html#/c:objc(cs)GPKGTableIndexDao(im)deleteIdsCascade:":{"name":"-deleteIdsCascade:","abstract":"

    Delete the Table Indices by ids, cascading

    ","parent_name":"GPKGTableIndexDao"},"Classes/GPKGTableIndexDao.html#/c:objc(cs)GPKGTableIndexDao(im)deleteTable:":{"name":"-deleteTable:","abstract":"

    Delete the table

    ","parent_name":"GPKGTableIndexDao"},"Classes/GPKGTableIndexDao.html#/c:objc(cs)GPKGTableIndexDao(im)geometryIndices:":{"name":"-geometryIndices:","abstract":"

    Get the Geometry Index results

    ","parent_name":"GPKGTableIndexDao"},"Classes/GPKGTableIndexDao.html#/c:objc(cs)GPKGTableIndexDao(im)geometryIndexCount:":{"name":"-geometryIndexCount:","abstract":"

    Get the count of Geometry Index results

    ","parent_name":"GPKGTableIndexDao"},"Classes/GPKGTableIndexDao.html#/c:objc(cs)GPKGTableIndexDao(im)deleteAllCascade":{"name":"-deleteAllCascade","abstract":"

    Delete all table indices, cascading to geometry indices

    ","parent_name":"GPKGTableIndexDao"},"Classes/GPKGTableIndex.html#/c:objc(cs)GPKGTableIndex(py)tableName":{"name":"tableName","abstract":"

    Name of the table

    ","parent_name":"GPKGTableIndex"},"Classes/GPKGTableIndex.html#/c:objc(cs)GPKGTableIndex(py)lastIndexed":{"name":"lastIndexed","abstract":"

    Last indexed date

    ","parent_name":"GPKGTableIndex"},"Classes/GPKGGeometryIndexTableCreator.html#/c:objc(cs)GPKGGeometryIndexTableCreator(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGGeometryIndexTableCreator"},"Classes/GPKGGeometryIndexTableCreator.html#/c:objc(cs)GPKGGeometryIndexTableCreator(im)createTableIndex":{"name":"-createTableIndex","abstract":"

    Create Table Index table

    ","parent_name":"GPKGGeometryIndexTableCreator"},"Classes/GPKGGeometryIndexTableCreator.html#/c:objc(cs)GPKGGeometryIndexTableCreator(im)createGeometryIndex":{"name":"-createGeometryIndex","abstract":"

    Create Geometry Index table

    ","parent_name":"GPKGGeometryIndexTableCreator"},"Classes/GPKGGeometryIndexTableCreator.html#/c:objc(cs)GPKGGeometryIndexTableCreator(im)indexGeometryIndex":{"name":"-indexGeometryIndex","abstract":"

    Create Geometry Index table column indexes

    ","parent_name":"GPKGGeometryIndexTableCreator"},"Classes/GPKGGeometryIndexTableCreator.html#/c:objc(cs)GPKGGeometryIndexTableCreator(im)unindexGeometryIndex":{"name":"-unindexGeometryIndex","abstract":"

    Un-index (drop) Geometry Index table column indexes

    ","parent_name":"GPKGGeometryIndexTableCreator"},"Classes/GPKGGeometryIndexDao.html#/c:objc(cs)GPKGGeometryIndexDao(cm)createWithDatabase:":{"name":"+createWithDatabase:","abstract":"

    Create the DAO

    ","parent_name":"GPKGGeometryIndexDao"},"Classes/GPKGGeometryIndexDao.html#/c:objc(cs)GPKGGeometryIndexDao(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGGeometryIndexDao"},"Classes/GPKGGeometryIndexDao.html#/c:objc(cs)GPKGGeometryIndexDao(im)tableIndex:":{"name":"-tableIndex:","abstract":"

    Get the Table Index of the Geometry Index

    ","parent_name":"GPKGGeometryIndexDao"},"Classes/GPKGGeometryIndexDao.html#/c:objc(cs)GPKGGeometryIndexDao(im)queryForTableName:":{"name":"-queryForTableName:","abstract":"

    Query by table name

    ","parent_name":"GPKGGeometryIndexDao"},"Classes/GPKGGeometryIndexDao.html#/c:objc(cs)GPKGGeometryIndexDao(im)countByTableName:":{"name":"-countByTableName:","abstract":"

    Count by table name

    ","parent_name":"GPKGGeometryIndexDao"},"Classes/GPKGGeometryIndexDao.html#/c:objc(cs)GPKGGeometryIndexDao(im)populateWithTableIndex:andGeomId:andEnvelope:":{"name":"-populateWithTableIndex:andGeomId:andEnvelope:","abstract":"

    Populate a new geometry index from an envelope

    ","parent_name":"GPKGGeometryIndexDao"},"Classes/GPKGGeometryIndex.html#/c:objc(cs)GPKGGeometryIndex(py)tableName":{"name":"tableName","abstract":"

    Name of the table

    ","parent_name":"GPKGGeometryIndex"},"Classes/GPKGGeometryIndex.html#/c:objc(cs)GPKGGeometryIndex(py)geomId":{"name":"geomId","abstract":"

    Geometry Id column

    ","parent_name":"GPKGGeometryIndex"},"Classes/GPKGGeometryIndex.html#/c:objc(cs)GPKGGeometryIndex(py)minX":{"name":"minX","abstract":"

    Min X

    ","parent_name":"GPKGGeometryIndex"},"Classes/GPKGGeometryIndex.html#/c:objc(cs)GPKGGeometryIndex(py)maxX":{"name":"maxX","abstract":"

    Max X

    ","parent_name":"GPKGGeometryIndex"},"Classes/GPKGGeometryIndex.html#/c:objc(cs)GPKGGeometryIndex(py)minY":{"name":"minY","abstract":"

    Min Y

    ","parent_name":"GPKGGeometryIndex"},"Classes/GPKGGeometryIndex.html#/c:objc(cs)GPKGGeometryIndex(py)maxY":{"name":"maxY","abstract":"

    Max Y

    ","parent_name":"GPKGGeometryIndex"},"Classes/GPKGGeometryIndex.html#/c:objc(cs)GPKGGeometryIndex(py)minZ":{"name":"minZ","abstract":"

    Min Z

    ","parent_name":"GPKGGeometryIndex"},"Classes/GPKGGeometryIndex.html#/c:objc(cs)GPKGGeometryIndex(py)maxZ":{"name":"maxZ","abstract":"

    Max Z

    ","parent_name":"GPKGGeometryIndex"},"Classes/GPKGGeometryIndex.html#/c:objc(cs)GPKGGeometryIndex(py)minM":{"name":"minM","abstract":"

    Min M

    ","parent_name":"GPKGGeometryIndex"},"Classes/GPKGGeometryIndex.html#/c:objc(cs)GPKGGeometryIndex(py)maxM":{"name":"maxM","abstract":"

    Max M

    ","parent_name":"GPKGGeometryIndex"},"Classes/GPKGGeometryIndex.html#/c:objc(cs)GPKGGeometryIndex(im)setTableIndex:":{"name":"-setTableIndex:","abstract":"

    Set the Table Index

    ","parent_name":"GPKGGeometryIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(py)progress":{"name":"progress","abstract":"

    Progress

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(py)chunkLimit":{"name":"chunkLimit","abstract":"

    Query single chunk limit

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(py)tolerance":{"name":"tolerance","abstract":"

    Query range tolerance

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)initWithGeoPackage:andFeatureDao:":{"name":"-initWithGeoPackage:andFeatureDao:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)featureDao":{"name":"-featureDao","abstract":"

    Get the Feature DAO

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)extensionName":{"name":"-extensionName","abstract":"

    Get the extension name

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)extensionDefinition":{"name":"-extensionDefinition","abstract":"

    Get the extension definition

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)projection":{"name":"-projection","abstract":"

    Get the feature projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)tableName":{"name":"-tableName","abstract":"

    Get the table name

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)columnName":{"name":"-columnName","abstract":"

    Get the column name

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)pkColumnName":{"name":"-pkColumnName","abstract":"

    Get the primary key column name

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)close":{"name":"-close","abstract":"

    Close the table index

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)index":{"name":"-index","abstract":"

    Index the feature table if needed

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)indexWithForce:":{"name":"-indexWithForce:","abstract":"

    Index the feature table

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)indexFeatureRow:":{"name":"-indexFeatureRow:","abstract":"

    Index the feature row. This method assumes that indexing has been","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)deleteIndex":{"name":"-deleteIndex","abstract":"

    Delete the feature table index

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)deleteIndexWithGeomId:":{"name":"-deleteIndexWithGeomId:","abstract":"

    Delete the index for the geometry id

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)deleteIndexWithFeatureRow:":{"name":"-deleteIndexWithFeatureRow:","abstract":"

    Delete the index for the feature row

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)isIndexed":{"name":"-isIndexed","abstract":"

    Determine if the feature table is indexed

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)tableIndex":{"name":"-tableIndex","abstract":"

    Get the table index

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)lastIndexed":{"name":"-lastIndexed","abstract":"

    Get the date last indexed

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)extension":{"name":"-extension","abstract":"

    Get the extension

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)tableIndexDao":{"name":"-tableIndexDao","abstract":"

    Get a Table Index DAO

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(cm)tableIndexDaoWithGeoPackage:":{"name":"+tableIndexDaoWithGeoPackage:","abstract":"

    Get a Table Index DAO

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(cm)tableIndexDaoWithDatabase:":{"name":"+tableIndexDaoWithDatabase:","abstract":"

    Get a Table Index DAO

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)createTableIndexTable":{"name":"-createTableIndexTable","abstract":"

    Create the Table Index Table if it does not exist

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)geometryIndexDao":{"name":"-geometryIndexDao","abstract":"

    Get a Geometry Index DAO

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(cm)geometryIndexDaoWithGeoPackage:":{"name":"+geometryIndexDaoWithGeoPackage:","abstract":"

    Get a Geometry Index DAO

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(cm)geometryIndexDaoWithDatabase:":{"name":"+geometryIndexDaoWithDatabase:","abstract":"

    Get a Geometry Index DAO

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)createGeometryIndexTable":{"name":"-createGeometryIndexTable","abstract":"

    Create Geometry Index Table if it does not exist and index it

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)indexGeometryIndexTable":{"name":"-indexGeometryIndexTable","abstract":"

    Index the Geometry Index Table if needed

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)unindexGeometryIndexTable":{"name":"-unindexGeometryIndexTable","abstract":"

    Un-index the Geometry Index Table if needed

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)query":{"name":"-query","abstract":"

    Query for all Geometry Index objects

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryIdsSQL":{"name":"-queryIdsSQL","abstract":"

    Query SQL for all row ids

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)count":{"name":"-count","abstract":"

    Query for all Geometry Index count

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)boundingBox":{"name":"-boundingBox","abstract":"

    Query for the bounds of the feature table index

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)boundingBoxInProjection:":{"name":"-boundingBoxInProjection:","abstract":"

    Query for the feature index bounds and return in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryWithBoundingBox:":{"name":"-queryWithBoundingBox:","abstract":"

    Query for Geometry Index objects within the bounding box, projected","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryWithBoundingBox:inProjection:":{"name":"-queryWithBoundingBox:inProjection:","abstract":"

    Query for Geometry Index objects within the bounding box, projected","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countWithBoundingBox:":{"name":"-countWithBoundingBox:","abstract":"

    Query for Geometry Index count within the bounding box, projected","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countWithBoundingBox:inProjection:":{"name":"-countWithBoundingBox:inProjection:","abstract":"

    Query for Geometry Index count within the bounding box, projected","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryWithEnvelope:":{"name":"-queryWithEnvelope:","abstract":"

    Query for Geometry Index objects within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)whereWithEnvelope:":{"name":"-whereWithEnvelope:","abstract":"

    Build where clause for the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)whereArgsWithEnvelope:":{"name":"-whereArgsWithEnvelope:","abstract":"

    Build where clause arguments for the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryIdsSQLWithEnvelope:":{"name":"-queryIdsSQLWithEnvelope:","abstract":"

    Query SQL for all row ids

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countWithEnvelope:":{"name":"-countWithEnvelope:","abstract":"

    Query for Geometry Index count within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)geometryIndexWithResultSet:":{"name":"-geometryIndexWithResultSet:","abstract":"

    Get the Geometry Index for the current place in the results

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)featureRowWithResultSet:":{"name":"-featureRowWithResultSet:","abstract":"

    Get the feature row for the current place in the results

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)featureRowWithGeometryIndex:":{"name":"-featureRowWithGeometryIndex:","abstract":"

    Get the feature row for the Geometry Index

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryIdsSQLWhere:":{"name":"-queryIdsSQLWhere:","abstract":"

    Build SQL for selecting ids from the query builder

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeatures":{"name":"-queryFeatures","abstract":"

    Query for all Features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:":{"name":"-queryFeaturesWithDistinct:","abstract":"

    Query for all Features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithColumns:":{"name":"-queryFeaturesWithColumns:","abstract":"

    Query for all Features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andColumns:":{"name":"-queryFeaturesWithDistinct:andColumns:","abstract":"

    Query for all Features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeatures":{"name":"-countFeatures","abstract":"

    Count features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithColumn:":{"name":"-countFeaturesWithColumn:","abstract":"

    Count features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithDistinct:andColumn:":{"name":"-countFeaturesWithDistinct:andColumn:","abstract":"

    Count features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithFieldValues:":{"name":"-queryFeaturesWithFieldValues:","abstract":"

    Query for features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andFieldValues:","abstract":"

    Query for features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithColumns:andFieldValues:":{"name":"-queryFeaturesWithColumns:andFieldValues:","abstract":"

    Query for features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andColumns:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andColumns:andFieldValues:","abstract":"

    Query for features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithFieldValues:":{"name":"-countFeaturesWithFieldValues:","abstract":"

    Count features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithColumn:andFieldValues:":{"name":"-countFeaturesWithColumn:andFieldValues:","abstract":"

    Count features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithDistinct:andColumn:andFieldValues:":{"name":"-countFeaturesWithDistinct:andColumn:andFieldValues:","abstract":"

    Count features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWhere:":{"name":"-queryFeaturesWhere:","abstract":"

    Query for features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andWhere:":{"name":"-queryFeaturesWithDistinct:andWhere:","abstract":"

    Query for features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithColumns:andWhere:":{"name":"-queryFeaturesWithColumns:andWhere:","abstract":"

    Query for features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andColumns:andWhere:":{"name":"-queryFeaturesWithDistinct:andColumns:andWhere:","abstract":"

    Query for features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWhere:":{"name":"-countFeaturesWhere:","abstract":"

    Count features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithColumn:andWhere:":{"name":"-countFeaturesWithColumn:andWhere:","abstract":"

    Count features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithDistinct:andColumn:andWhere:":{"name":"-countFeaturesWithDistinct:andColumn:andWhere:","abstract":"

    Count features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWhere:andWhereArgs:":{"name":"-queryFeaturesWhere:andWhereArgs:","abstract":"

    Query for features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andWhere:andWhereArgs:","abstract":"

    Query for features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithColumns:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithColumns:andWhere:andWhereArgs:","abstract":"

    Query for features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andColumns:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andColumns:andWhere:andWhereArgs:","abstract":"

    Query for features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWhere:andWhereArgs:":{"name":"-countFeaturesWhere:andWhereArgs:","abstract":"

    Count features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithColumn:andWhere:andWhereArgs:":{"name":"-countFeaturesWithColumn:andWhere:andWhereArgs:","abstract":"

    Count features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithDistinct:andColumn:andWhere:andWhereArgs:":{"name":"-countFeaturesWithDistinct:andColumn:andWhere:andWhereArgs:","abstract":"

    Count features

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithBoundingBox:":{"name":"-queryFeaturesWithBoundingBox:","abstract":"

    Query for Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andBoundingBox:":{"name":"-queryFeaturesWithDistinct:andBoundingBox:","abstract":"

    Query for Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithColumns:andBoundingBox:":{"name":"-queryFeaturesWithColumns:andBoundingBox:","abstract":"

    Query for Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andColumns:andBoundingBox:":{"name":"-queryFeaturesWithDistinct:andColumns:andBoundingBox:","abstract":"

    Query for Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithBoundingBox:":{"name":"-countFeaturesWithBoundingBox:","abstract":"

    Count the Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithColumn:andBoundingBox:":{"name":"-countFeaturesWithColumn:andBoundingBox:","abstract":"

    Count the Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithDistinct:andColumn:andBoundingBox:":{"name":"-countFeaturesWithDistinct:andColumn:andBoundingBox:","abstract":"

    Count the Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithBoundingBox:andFieldValues:":{"name":"-queryFeaturesWithBoundingBox:andFieldValues:","abstract":"

    Query for Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andBoundingBox:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andBoundingBox:andFieldValues:","abstract":"

    Query for Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithColumns:andBoundingBox:andFieldValues:":{"name":"-queryFeaturesWithColumns:andBoundingBox:andFieldValues:","abstract":"

    Query for Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andColumns:andBoundingBox:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andColumns:andBoundingBox:andFieldValues:","abstract":"

    Query for Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithBoundingBox:andFieldValues:":{"name":"-countFeaturesWithBoundingBox:andFieldValues:","abstract":"

    Count the Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithColumn:andBoundingBox:andFieldValues:":{"name":"-countFeaturesWithColumn:andBoundingBox:andFieldValues:","abstract":"

    Count the Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithDistinct:andColumn:andBoundingBox:andFieldValues:":{"name":"-countFeaturesWithDistinct:andColumn:andBoundingBox:andFieldValues:","abstract":"

    Count the Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithBoundingBox:andWhere:":{"name":"-queryFeaturesWithBoundingBox:andWhere:","abstract":"

    Query for Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andBoundingBox:andWhere:":{"name":"-queryFeaturesWithDistinct:andBoundingBox:andWhere:","abstract":"

    Query for Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithColumns:andBoundingBox:andWhere:":{"name":"-queryFeaturesWithColumns:andBoundingBox:andWhere:","abstract":"

    Query for Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andColumns:andBoundingBox:andWhere:":{"name":"-queryFeaturesWithDistinct:andColumns:andBoundingBox:andWhere:","abstract":"

    Query for Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithBoundingBox:andWhere:":{"name":"-countFeaturesWithBoundingBox:andWhere:","abstract":"

    Count the Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithColumn:andBoundingBox:andWhere:":{"name":"-countFeaturesWithColumn:andBoundingBox:andWhere:","abstract":"

    Count the Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithDistinct:andColumn:andBoundingBox:andWhere:":{"name":"-countFeaturesWithDistinct:andColumn:andBoundingBox:andWhere:","abstract":"

    Count the Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithBoundingBox:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithBoundingBox:andWhere:andWhereArgs:","abstract":"

    Query for Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andBoundingBox:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andBoundingBox:andWhere:andWhereArgs:","abstract":"

    Query for Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithColumns:andBoundingBox:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithColumns:andBoundingBox:andWhere:andWhereArgs:","abstract":"

    Query for Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:","abstract":"

    Query for Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithBoundingBox:andWhere:andWhereArgs:":{"name":"-countFeaturesWithBoundingBox:andWhere:andWhereArgs:","abstract":"

    Count the Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithColumn:andBoundingBox:andWhere:andWhereArgs:":{"name":"-countFeaturesWithColumn:andBoundingBox:andWhere:andWhereArgs:","abstract":"

    Count the Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithDistinct:andColumn:andBoundingBox:andWhere:andWhereArgs:":{"name":"-countFeaturesWithDistinct:andColumn:andBoundingBox:andWhere:andWhereArgs:","abstract":"

    Count the Features within the bounding box, projected correctly

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithBoundingBox:inProjection:":{"name":"-queryFeaturesWithBoundingBox:inProjection:","abstract":"

    Query for Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andBoundingBox:inProjection:":{"name":"-queryFeaturesWithDistinct:andBoundingBox:inProjection:","abstract":"

    Query for Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithColumns:andBoundingBox:inProjection:":{"name":"-queryFeaturesWithColumns:andBoundingBox:inProjection:","abstract":"

    Query for Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andColumns:andBoundingBox:inProjection:":{"name":"-queryFeaturesWithDistinct:andColumns:andBoundingBox:inProjection:","abstract":"

    Query for Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithBoundingBox:inProjection:":{"name":"-countFeaturesWithBoundingBox:inProjection:","abstract":"

    Count the Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithColumn:andBoundingBox:inProjection:":{"name":"-countFeaturesWithColumn:andBoundingBox:inProjection:","abstract":"

    Count the Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithDistinct:andColumn:andBoundingBox:inProjection:":{"name":"-countFeaturesWithDistinct:andColumn:andBoundingBox:inProjection:","abstract":"

    Count the Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithBoundingBox:inProjection:andFieldValues:":{"name":"-queryFeaturesWithBoundingBox:inProjection:andFieldValues:","abstract":"

    Query for Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andBoundingBox:inProjection:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andBoundingBox:inProjection:andFieldValues:","abstract":"

    Query for Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithColumns:andBoundingBox:inProjection:andFieldValues:":{"name":"-queryFeaturesWithColumns:andBoundingBox:inProjection:andFieldValues:","abstract":"

    Query for Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:","abstract":"

    Query for Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithBoundingBox:inProjection:andFieldValues:":{"name":"-countFeaturesWithBoundingBox:inProjection:andFieldValues:","abstract":"

    Count the Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithColumn:andBoundingBox:inProjection:andFieldValues:":{"name":"-countFeaturesWithColumn:andBoundingBox:inProjection:andFieldValues:","abstract":"

    Count the Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithDistinct:andColumn:andBoundingBox:inProjection:andFieldValues:":{"name":"-countFeaturesWithDistinct:andColumn:andBoundingBox:inProjection:andFieldValues:","abstract":"

    Count the Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithBoundingBox:inProjection:andWhere:":{"name":"-queryFeaturesWithBoundingBox:inProjection:andWhere:","abstract":"

    Query for Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andBoundingBox:inProjection:andWhere:":{"name":"-queryFeaturesWithDistinct:andBoundingBox:inProjection:andWhere:","abstract":"

    Query for Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithColumns:andBoundingBox:inProjection:andWhere:":{"name":"-queryFeaturesWithColumns:andBoundingBox:inProjection:andWhere:","abstract":"

    Query for Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:":{"name":"-queryFeaturesWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:","abstract":"

    Query for Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithBoundingBox:inProjection:andWhere:":{"name":"-countFeaturesWithBoundingBox:inProjection:andWhere:","abstract":"

    Count the Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithColumn:andBoundingBox:inProjection:andWhere:":{"name":"-countFeaturesWithColumn:andBoundingBox:inProjection:andWhere:","abstract":"

    Count the Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithDistinct:andColumn:andBoundingBox:inProjection:andWhere:":{"name":"-countFeaturesWithDistinct:andColumn:andBoundingBox:inProjection:andWhere:","abstract":"

    Count the Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Query for Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Query for Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Query for Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Query for Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-countFeaturesWithBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Count the Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithColumn:andBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-countFeaturesWithColumn:andBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Count the Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithDistinct:andColumn:andBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-countFeaturesWithDistinct:andColumn:andBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Count the Features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithEnvelope:":{"name":"-queryFeaturesWithEnvelope:","abstract":"

    Query for Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andEnvelope:":{"name":"-queryFeaturesWithDistinct:andEnvelope:","abstract":"

    Query for Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithColumns:andEnvelope:":{"name":"-queryFeaturesWithColumns:andEnvelope:","abstract":"

    Query for Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andColumns:andEnvelope:":{"name":"-queryFeaturesWithDistinct:andColumns:andEnvelope:","abstract":"

    Query for Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithEnvelope:":{"name":"-countFeaturesWithEnvelope:","abstract":"

    Count the Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithColumn:andEnvelope:":{"name":"-countFeaturesWithColumn:andEnvelope:","abstract":"

    Count the Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithDistinct:andColumn:andEnvelope:":{"name":"-countFeaturesWithDistinct:andColumn:andEnvelope:","abstract":"

    Count the Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithEnvelope:andFieldValues:":{"name":"-queryFeaturesWithEnvelope:andFieldValues:","abstract":"

    Query for Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andEnvelope:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andEnvelope:andFieldValues:","abstract":"

    Query for Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithColumns:andEnvelope:andFieldValues:":{"name":"-queryFeaturesWithColumns:andEnvelope:andFieldValues:","abstract":"

    Query for Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andColumns:andEnvelope:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andColumns:andEnvelope:andFieldValues:","abstract":"

    Query for Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithEnvelope:andFieldValues:":{"name":"-countFeaturesWithEnvelope:andFieldValues:","abstract":"

    Count the Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithColumn:andEnvelope:andFieldValues:":{"name":"-countFeaturesWithColumn:andEnvelope:andFieldValues:","abstract":"

    Count the Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithDistinct:andColumn:andEnvelope:andFieldValues:":{"name":"-countFeaturesWithDistinct:andColumn:andEnvelope:andFieldValues:","abstract":"

    Count the Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithEnvelope:andWhere:":{"name":"-queryFeaturesWithEnvelope:andWhere:","abstract":"

    Query for Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andEnvelope:andWhere:":{"name":"-queryFeaturesWithDistinct:andEnvelope:andWhere:","abstract":"

    Query for Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithColumns:andEnvelope:andWhere:":{"name":"-queryFeaturesWithColumns:andEnvelope:andWhere:","abstract":"

    Query for Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andColumns:andEnvelope:andWhere:":{"name":"-queryFeaturesWithDistinct:andColumns:andEnvelope:andWhere:","abstract":"

    Query for Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithEnvelope:andWhere:":{"name":"-countFeaturesWithEnvelope:andWhere:","abstract":"

    Count the Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithColumn:andEnvelope:andWhere:":{"name":"-countFeaturesWithColumn:andEnvelope:andWhere:","abstract":"

    Count the Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithDistinct:andColumn:andEnvelope:andWhere:":{"name":"-countFeaturesWithDistinct:andColumn:andEnvelope:andWhere:","abstract":"

    Count the Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithEnvelope:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithEnvelope:andWhere:andWhereArgs:","abstract":"

    Query for Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andEnvelope:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andEnvelope:andWhere:andWhereArgs:","abstract":"

    Query for Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithColumns:andEnvelope:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithColumns:andEnvelope:andWhere:andWhereArgs:","abstract":"

    Query for Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:","abstract":"

    Query for Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithEnvelope:andWhere:andWhereArgs:":{"name":"-countFeaturesWithEnvelope:andWhere:andWhereArgs:","abstract":"

    Count the Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithColumn:andEnvelope:andWhere:andWhereArgs:":{"name":"-countFeaturesWithColumn:andEnvelope:andWhere:andWhereArgs:","abstract":"

    Count the Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)countFeaturesWithDistinct:andColumn:andEnvelope:andWhere:andWhereArgs:":{"name":"-countFeaturesWithDistinct:andColumn:andEnvelope:andWhere:andWhereArgs:","abstract":"

    Count the Features within the Geometry Envelope

    ","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithLimit:":{"name":"-queryFeaturesForChunkWithLimit:","abstract":"

    Query for all features ordered by id, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithLimit:andOffset:":{"name":"-queryFeaturesForChunkWithLimit:andOffset:","abstract":"

    Query for all features ordered by id, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithOrderBy:andLimit:","abstract":"

    Query for all features, starting at the offset and returning no more than","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithOrderBy:andLimit:andOffset:","abstract":"

    Query for all features, starting at the offset and returning no more than","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andLimit:","abstract":"

    Query for all features ordered by id, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andLimit:andOffset:","abstract":"

    Query for all features ordered by id, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andOrderBy:andLimit:","abstract":"

    Query for all features, starting at the offset and returning no more than","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andOrderBy:andLimit:andOffset:","abstract":"

    Query for all features, starting at the offset and returning no more than","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andLimit:","abstract":"

    Query for all features ordered by id, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andLimit:andOffset:","abstract":"

    Query for all features ordered by id, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andOrderBy:andLimit:","abstract":"

    Query for all features, starting at the offset and returning no more than","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andOrderBy:andLimit:andOffset:","abstract":"

    Query for all features, starting at the offset and returning no more than","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andLimit:","abstract":"

    Query for all features ordered by id, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andLimit:andOffset:","abstract":"

    Query for all features ordered by id, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andOrderBy:andLimit:","abstract":"

    Query for all features, starting at the offset and returning no more than","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andOrderBy:andLimit:andOffset:","abstract":"

    Query for all features, starting at the offset and returning no more than","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithFieldValues:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithFieldValues:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andFieldValues:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andFieldValues:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andFieldValues:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithWhere:andLimit:":{"name":"-queryFeaturesForChunkWithWhere:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithWhere:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithWhere:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andWhere:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andWhere:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andWhere:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andWhere:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andWhere:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andWhere:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithWhere:andWhereArgs:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:andFieldValues:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andFieldValues:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andFieldValues:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:andWhere:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:inProjection:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:inProjection:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:inProjection:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:inProjection:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:inProjection:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andFieldValues:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:inProjection:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithEnvelope:andLimit:":{"name":"-queryFeaturesForChunkWithEnvelope:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithEnvelope:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithEnvelope:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithEnvelope:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithEnvelope:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithEnvelope:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithEnvelope:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andEnvelope:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andEnvelope:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andEnvelope:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andEnvelope:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andEnvelope:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andEnvelope:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andEnvelope:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andEnvelope:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithEnvelope:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithEnvelope:andFieldValues:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithEnvelope:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithEnvelope:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithEnvelope:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithEnvelope:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andEnvelope:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andFieldValues:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andEnvelope:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andEnvelope:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andEnvelope:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andFieldValues:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andEnvelope:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithEnvelope:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithEnvelope:andWhere:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithEnvelope:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithEnvelope:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithEnvelope:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithEnvelope:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithEnvelope:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithEnvelope:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithEnvelope:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithEnvelope:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithEnvelope:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithEnvelope:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGFeatureTableIndex.html#/c:objc(cs)GPKGFeatureTableIndex(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureTableIndex"},"Classes/GPKGContentsIdTableCreator.html#/c:objc(cs)GPKGContentsIdTableCreator(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGContentsIdTableCreator"},"Classes/GPKGContentsIdTableCreator.html#/c:objc(cs)GPKGContentsIdTableCreator(im)createContentsId":{"name":"-createContentsId","abstract":"

    Create Contents Id table

    ","parent_name":"GPKGContentsIdTableCreator"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)initWithGeoPackage:":{"name":"-initWithGeoPackage:","abstract":"

    Initialize

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)dao":{"name":"-dao","abstract":"

    Get the Contents Id DAO

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)extensionName":{"name":"-extensionName","abstract":"

    Get the extension name

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)extensionDefinition":{"name":"-extensionDefinition","abstract":"

    Get the extension definition

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)has":{"name":"-has","abstract":"

    Determine if the GeoPackage has the extension

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)contentsId:":{"name":"-contentsId:","abstract":"

    Get the contents id for the current result in the result set

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)forContents:":{"name":"-forContents:","abstract":"

    Get the contents id object

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)forTableName:":{"name":"-forTableName:","abstract":"

    Get the contents id object

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)idForContents:":{"name":"-idForContents:","abstract":"

    Get the contents id

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)idForTableName:":{"name":"-idForTableName:","abstract":"

    Get the contents id

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)createForContents:":{"name":"-createForContents:","abstract":"

    Create a contents id

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)createForTableName:":{"name":"-createForTableName:","abstract":"

    Create a contents id

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)createIdForContents:":{"name":"-createIdForContents:","abstract":"

    Create a contents id

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)createIdForTableName:":{"name":"-createIdForTableName:","abstract":"

    Create a contents id

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)createGetForContents:":{"name":"-createGetForContents:","abstract":"

    Get or create a contents id

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)createGetForTableName:":{"name":"-createGetForTableName:","abstract":"

    Get or create a contents id

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)createGetIdForContents:":{"name":"-createGetIdForContents:","abstract":"

    Get or create a contents id

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)createGetIdForTableName:":{"name":"-createGetIdForTableName:","abstract":"

    Get or create a contents id

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)deleteForContents:":{"name":"-deleteForContents:","abstract":"

    Delete the contents id for the contents

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)deleteForTableName:":{"name":"-deleteForTableName:","abstract":"

    Delete the contents id for the table

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)createIds":{"name":"-createIds","abstract":"

    Create contents ids for contents currently without

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)createIdsForType:":{"name":"-createIdsForType:","abstract":"

    Create contents ids for contents of the data type and currently without

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)createIdsForTypeName:":{"name":"-createIdsForTypeName:","abstract":"

    Create contents ids for contents of the data type and currently without

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)deleteIds":{"name":"-deleteIds","abstract":"

    Delete all contents ids

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)deleteIdsForType:":{"name":"-deleteIdsForType:","abstract":"

    Delete contents ids for contents of the data type

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)deleteIdsForTypeName:":{"name":"-deleteIdsForTypeName:","abstract":"

    Delete contents ids for contents of the data type

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)ids":{"name":"-ids","abstract":"

    Get all contents ids

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)count":{"name":"-count","abstract":"

    Get the count of contents ids

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)idsForType:":{"name":"-idsForType:","abstract":"

    Get by contents data type

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)idsForTypeName:":{"name":"-idsForTypeName:","abstract":"

    Get by contents data type

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)missing":{"name":"-missing","abstract":"

    Get contents without contents ids

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)missingForType:":{"name":"-missingForType:","abstract":"

    Get contents by data type without contents ids

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)missingForTypeName:":{"name":"-missingForTypeName:","abstract":"

    Get contents by data type without contents ids

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)extensionCreate":{"name":"-extensionCreate","abstract":"

    Get or create if needed the extension

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)extension":{"name":"-extension","abstract":"

    Get the extension

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)removeExtension":{"name":"-removeExtension","abstract":"

    Remove all trace of the extension

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)contentsIdDao":{"name":"-contentsIdDao","abstract":"

    Get a Contents Id DAO

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(cm)contentsIdDaoWithGeoPackage:":{"name":"+contentsIdDaoWithGeoPackage:","abstract":"

    Get a Contents Id DAO

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(cm)contentsIdDaoWithDatabase:":{"name":"+contentsIdDaoWithDatabase:","abstract":"

    Get a Contents Id DAO

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdExtension.html#/c:objc(cs)GPKGContentsIdExtension(im)createContentsIdTable":{"name":"-createContentsIdTable","abstract":"

    Create the Contents Id Table if it does not exist

    ","parent_name":"GPKGContentsIdExtension"},"Classes/GPKGContentsIdDao.html#/c:objc(cs)GPKGContentsIdDao(cm)createWithDatabase:":{"name":"+createWithDatabase:","abstract":"

    Create the DAO

    ","parent_name":"GPKGContentsIdDao"},"Classes/GPKGContentsIdDao.html#/c:objc(cs)GPKGContentsIdDao(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGContentsIdDao"},"Classes/GPKGContentsIdDao.html#/c:objc(cs)GPKGContentsIdDao(im)contentsId:":{"name":"-contentsId:","abstract":"

    Get the contents id for the current result in the result set

    ","parent_name":"GPKGContentsIdDao"},"Classes/GPKGContentsIdDao.html#/c:objc(cs)GPKGContentsIdDao(im)setContents:":{"name":"-setContents:","abstract":"

    Query for and set the contents in the contents id

    ","parent_name":"GPKGContentsIdDao"},"Classes/GPKGContentsIdDao.html#/c:objc(cs)GPKGContentsIdDao(im)contents:":{"name":"-contents:","abstract":"

    Query for the contents for the contents id

    ","parent_name":"GPKGContentsIdDao"},"Classes/GPKGContentsIdDao.html#/c:objc(cs)GPKGContentsIdDao(im)queryForTableName:":{"name":"-queryForTableName:","abstract":"

    Query by table name

    ","parent_name":"GPKGContentsIdDao"},"Classes/GPKGContentsIdDao.html#/c:objc(cs)GPKGContentsIdDao(im)deleteByTableName:":{"name":"-deleteByTableName:","abstract":"

    Delete by table name

    ","parent_name":"GPKGContentsIdDao"},"Classes/GPKGContentsId.html#/c:objc(cs)GPKGContentsId(py)id":{"name":"id","abstract":"

    Id primary key

    ","parent_name":"GPKGContentsId"},"Classes/GPKGContentsId.html#/c:objc(cs)GPKGContentsId(py)contents":{"name":"contents","abstract":"

    Foreign key to Contents by table name

    ","parent_name":"GPKGContentsId"},"Classes/GPKGContentsId.html#/c:objc(cs)GPKGContentsId(py)tableName":{"name":"tableName","abstract":"

    The name of the actual content table, foreign key to gpkg_contents

    ","parent_name":"GPKGContentsId"},"Classes/GPKGContentsId.html#/c:objc(cs)GPKGContentsId(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGContentsId"},"Classes/GPKGNGAExtensions.html#/c:objc(cs)GPKGNGAExtensions(cm)createWithGeoPackage:":{"name":"+createWithGeoPackage:","abstract":"

    Create

    ","parent_name":"GPKGNGAExtensions"},"Classes/GPKGNGAExtensions.html#/c:objc(cs)GPKGNGAExtensions(im)initWithGeoPackage:":{"name":"-initWithGeoPackage:","abstract":"

    Initialize

    ","parent_name":"GPKGNGAExtensions"},"Classes/GPKGNGAExtensions.html#/c:objc(cs)GPKGNGAExtensions(im)deleteGeometryIndexForTable:":{"name":"-deleteGeometryIndexForTable:","abstract":"

    Delete the Geometry Index extension for the table

    ","parent_name":"GPKGNGAExtensions"},"Classes/GPKGNGAExtensions.html#/c:objc(cs)GPKGNGAExtensions(im)deleteGeometryIndexExtension":{"name":"-deleteGeometryIndexExtension","abstract":"

    Delete the Geometry Index extension including the extension entries and","parent_name":"GPKGNGAExtensions"},"Classes/GPKGNGAExtensions.html#/c:objc(cs)GPKGNGAExtensions(im)copyGeometryIndexFromTable:toTable:":{"name":"-copyGeometryIndexFromTable:toTable:","abstract":"

    Copy the Geometry Index extension for the table

    ","parent_name":"GPKGNGAExtensions"},"Classes/GPKGNGAExtensions.html#/c:objc(cs)GPKGNGAExtensions(im)deleteFeatureTileLinkForTable:":{"name":"-deleteFeatureTileLinkForTable:","abstract":"

    Delete the Feature Tile Link extensions for the table

    ","parent_name":"GPKGNGAExtensions"},"Classes/GPKGNGAExtensions.html#/c:objc(cs)GPKGNGAExtensions(im)deleteFeatureTileLinkExtension":{"name":"-deleteFeatureTileLinkExtension","abstract":"

    Delete the Feature Tile Link extension including the extension entries","parent_name":"GPKGNGAExtensions"},"Classes/GPKGNGAExtensions.html#/c:objc(cs)GPKGNGAExtensions(im)copyFeatureTileLinkFromTable:toTable:":{"name":"-copyFeatureTileLinkFromTable:toTable:","abstract":"

    Copy the Feature Tile Link extensions for the table

    ","parent_name":"GPKGNGAExtensions"},"Classes/GPKGNGAExtensions.html#/c:objc(cs)GPKGNGAExtensions(im)deleteTileScalingForTable:":{"name":"-deleteTileScalingForTable:","abstract":"

    Delete the Tile Scaling extensions for the table

    ","parent_name":"GPKGNGAExtensions"},"Classes/GPKGNGAExtensions.html#/c:objc(cs)GPKGNGAExtensions(im)deleteTileScalingExtension":{"name":"-deleteTileScalingExtension","abstract":"

    Delete the Tile Scaling extension including the extension entries and","parent_name":"GPKGNGAExtensions"},"Classes/GPKGNGAExtensions.html#/c:objc(cs)GPKGNGAExtensions(im)copyTileScalingFromTable:toTable:":{"name":"-copyTileScalingFromTable:toTable:","abstract":"

    Copy the Tile Scaling extensions for the table

    ","parent_name":"GPKGNGAExtensions"},"Classes/GPKGNGAExtensions.html#/c:objc(cs)GPKGNGAExtensions(im)deletePropertiesForTable:":{"name":"-deletePropertiesForTable:","abstract":"

    Delete the Properties extension if the deleted table is the properties","parent_name":"GPKGNGAExtensions"},"Classes/GPKGNGAExtensions.html#/c:objc(cs)GPKGNGAExtensions(im)deletePropertiesExtension":{"name":"-deletePropertiesExtension","abstract":"

    Delete the properties extension from the GeoPackage

    ","parent_name":"GPKGNGAExtensions"},"Classes/GPKGNGAExtensions.html#/c:objc(cs)GPKGNGAExtensions(im)deleteFeatureStyleForTable:":{"name":"-deleteFeatureStyleForTable:","abstract":"

    Delete the Feature Style extensions for the table

    ","parent_name":"GPKGNGAExtensions"},"Classes/GPKGNGAExtensions.html#/c:objc(cs)GPKGNGAExtensions(im)deleteFeatureStyleExtension":{"name":"-deleteFeatureStyleExtension","abstract":"

    Delete the Feature Style extension including the extension entries and","parent_name":"GPKGNGAExtensions"},"Classes/GPKGNGAExtensions.html#/c:objc(cs)GPKGNGAExtensions(im)copyFeatureStyleFromTable:toTable:":{"name":"-copyFeatureStyleFromTable:toTable:","abstract":"

    Copy the Feature Style extensions for the table. Relies on","parent_name":"GPKGNGAExtensions"},"Classes/GPKGNGAExtensions.html#/c:objc(cs)GPKGNGAExtensions(im)deleteContentsIdForTable:":{"name":"-deleteContentsIdForTable:","abstract":"

    Delete the Contents Id extensions for the table

    ","parent_name":"GPKGNGAExtensions"},"Classes/GPKGNGAExtensions.html#/c:objc(cs)GPKGNGAExtensions(im)deleteContentsIdExtension":{"name":"-deleteContentsIdExtension","abstract":"

    Delete the Contents Id extension including the extension entries and","parent_name":"GPKGNGAExtensions"},"Classes/GPKGNGAExtensions.html#/c:objc(cs)GPKGNGAExtensions(im)copyContentsIdFromTable:toTable:":{"name":"-copyContentsIdFromTable:toTable:","abstract":"

    Copy the Contents Id extensions for the table

    ","parent_name":"GPKGNGAExtensions"},"Classes/GPKGMetadataReferenceDao.html#/c:objc(cs)GPKGMetadataReferenceDao(cm)createWithDatabase:":{"name":"+createWithDatabase:","abstract":"

    Create the DAO

    ","parent_name":"GPKGMetadataReferenceDao"},"Classes/GPKGMetadataReferenceDao.html#/c:objc(cs)GPKGMetadataReferenceDao(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGMetadataReferenceDao"},"Classes/GPKGMetadataReferenceDao.html#/c:objc(cs)GPKGMetadataReferenceDao(im)deleteByMetadata:":{"name":"-deleteByMetadata:","abstract":"

    Delete metadata references with foreign keys to the metadata file id

    ","parent_name":"GPKGMetadataReferenceDao"},"Classes/GPKGMetadataReferenceDao.html#/c:objc(cs)GPKGMetadataReferenceDao(im)removeMetadataParent:":{"name":"-removeMetadataParent:","abstract":"

    Remove metadata references (by updating the field to null) with foreign","parent_name":"GPKGMetadataReferenceDao"},"Classes/GPKGMetadataReferenceDao.html#/c:objc(cs)GPKGMetadataReferenceDao(im)queryByMetadata:andParent:":{"name":"-queryByMetadata:andParent:","abstract":"

    Query by the metadata ids

    ","parent_name":"GPKGMetadataReferenceDao"},"Classes/GPKGMetadataReferenceDao.html#/c:objc(cs)GPKGMetadataReferenceDao(im)queryByMetadata:":{"name":"-queryByMetadata:","abstract":"

    Query by the metadata ids

    ","parent_name":"GPKGMetadataReferenceDao"},"Classes/GPKGMetadataReferenceDao.html#/c:objc(cs)GPKGMetadataReferenceDao(im)queryByMetadataParent:":{"name":"-queryByMetadataParent:","abstract":"

    Query by the metadata parent ids

    ","parent_name":"GPKGMetadataReferenceDao"},"Classes/GPKGMetadataReferenceDao.html#/c:objc(cs)GPKGMetadataReferenceDao(im)queryByTable:":{"name":"-queryByTable:","abstract":"

    Query by table name

    ","parent_name":"GPKGMetadataReferenceDao"},"Classes/GPKGMetadataReferenceDao.html#/c:objc(cs)GPKGMetadataReferenceDao(im)deleteByTableName:":{"name":"-deleteByTableName:","abstract":"

    Delete by table name

    ","parent_name":"GPKGMetadataReferenceDao"},"Classes/GPKGMetadataReference.html#/c:objc(cs)GPKGMetadataReference(py)referenceScope":{"name":"referenceScope","abstract":"

    Lowercase metadata reference scope; one of ‘geopackage’,","parent_name":"GPKGMetadataReference"},"Classes/GPKGMetadataReference.html#/c:objc(cs)GPKGMetadataReference(py)tableName":{"name":"tableName","abstract":"

    Name of the table to which this metadata reference applies, or NULL for","parent_name":"GPKGMetadataReference"},"Classes/GPKGMetadataReference.html#/c:objc(cs)GPKGMetadataReference(py)columnName":{"name":"columnName","abstract":"

    Name of the column to which this metadata reference applies; NULL for","parent_name":"GPKGMetadataReference"},"Classes/GPKGMetadataReference.html#/c:objc(cs)GPKGMetadataReference(py)rowIdValue":{"name":"rowIdValue","abstract":"

    NULL for reference_scope of ‘geopackage’, ‘table’ or ‘column’, or the","parent_name":"GPKGMetadataReference"},"Classes/GPKGMetadataReference.html#/c:objc(cs)GPKGMetadataReference(py)timestamp":{"name":"timestamp","abstract":"

    timestamp value in ISO 8601 format as defined by the strftime function","parent_name":"GPKGMetadataReference"},"Classes/GPKGMetadataReference.html#/c:objc(cs)GPKGMetadataReference(py)fileId":{"name":"fileId","abstract":"

    gpkg_metadata table id column value for the metadata to which this","parent_name":"GPKGMetadataReference"},"Classes/GPKGMetadataReference.html#/c:objc(cs)GPKGMetadataReference(py)parentId":{"name":"parentId","abstract":"

    gpkg_metadata table id column value for the hierarchical parent","parent_name":"GPKGMetadataReference"},"Classes/GPKGMetadataReference.html#/c:objc(cs)GPKGMetadataReference(im)referenceScopeType":{"name":"-referenceScopeType","abstract":"

    Get the reference scope type

    ","parent_name":"GPKGMetadataReference"},"Classes/GPKGMetadataReference.html#/c:objc(cs)GPKGMetadataReference(im)setReferenceScopeType:":{"name":"-setReferenceScopeType:","abstract":"

    Set the reference scope type

    ","parent_name":"GPKGMetadataReference"},"Classes/GPKGMetadataReference.html#/c:objc(cs)GPKGMetadataReference(im)setMetadata:":{"name":"-setMetadata:","abstract":"

    Set the metadata

    ","parent_name":"GPKGMetadataReference"},"Classes/GPKGMetadataReference.html#/c:objc(cs)GPKGMetadataReference(im)setParentMetadata:":{"name":"-setParentMetadata:","abstract":"

    Set the parent metadata

    ","parent_name":"GPKGMetadataReference"},"Classes/GPKGMetadataScope.html#/c:objc(cs)GPKGMetadataScope(py)name":{"name":"name","abstract":"

    Name (md_scope)

    ","parent_name":"GPKGMetadataScope"},"Classes/GPKGMetadataScope.html#/c:objc(cs)GPKGMetadataScope(py)code":{"name":"code","abstract":"

    Scope code

    ","parent_name":"GPKGMetadataScope"},"Classes/GPKGMetadataScope.html#/c:objc(cs)GPKGMetadataScope(py)definition":{"name":"definition","abstract":"

    Definition

    ","parent_name":"GPKGMetadataScope"},"Classes/GPKGMetadataExtension.html#/c:objc(cs)GPKGMetadataExtension(py)extensionName":{"name":"extensionName","abstract":"

    Extension name

    ","parent_name":"GPKGMetadataExtension"},"Classes/GPKGMetadataExtension.html#/c:objc(cs)GPKGMetadataExtension(py)definition":{"name":"definition","abstract":"

    Extension definition URL

    ","parent_name":"GPKGMetadataExtension"},"Classes/GPKGMetadataExtension.html#/c:objc(cs)GPKGMetadataExtension(im)initWithGeoPackage:":{"name":"-initWithGeoPackage:","abstract":"

    Initialize

    ","parent_name":"GPKGMetadataExtension"},"Classes/GPKGMetadataExtension.html#/c:objc(cs)GPKGMetadataExtension(im)extensionCreate":{"name":"-extensionCreate","abstract":"

    Get or create the extension

    ","parent_name":"GPKGMetadataExtension"},"Classes/GPKGMetadataExtension.html#/c:objc(cs)GPKGMetadataExtension(im)has":{"name":"-has","abstract":"

    Determine if the GeoPackage has the extension

    ","parent_name":"GPKGMetadataExtension"},"Classes/GPKGMetadataExtension.html#/c:objc(cs)GPKGMetadataExtension(im)removeExtension":{"name":"-removeExtension","abstract":"

    Remove all trace of the extension

    ","parent_name":"GPKGMetadataExtension"},"Classes/GPKGMetadataExtension.html#/c:objc(cs)GPKGMetadataExtension(im)metadataDao":{"name":"-metadataDao","abstract":"

    Get a Metadata DAO

    ","parent_name":"GPKGMetadataExtension"},"Classes/GPKGMetadataExtension.html#/c:objc(cs)GPKGMetadataExtension(cm)metadataDaoWithGeoPackage:":{"name":"+metadataDaoWithGeoPackage:","abstract":"

    Get a Metadata DAO

    ","parent_name":"GPKGMetadataExtension"},"Classes/GPKGMetadataExtension.html#/c:objc(cs)GPKGMetadataExtension(cm)metadataDaoWithDatabase:":{"name":"+metadataDaoWithDatabase:","abstract":"

    Get a Metadata DAO

    ","parent_name":"GPKGMetadataExtension"},"Classes/GPKGMetadataExtension.html#/c:objc(cs)GPKGMetadataExtension(im)createMetadataTable":{"name":"-createMetadataTable","abstract":"

    Create the Metadata Table if it does not exist

    ","parent_name":"GPKGMetadataExtension"},"Classes/GPKGMetadataExtension.html#/c:objc(cs)GPKGMetadataExtension(im)metadataReferenceDao":{"name":"-metadataReferenceDao","abstract":"

    Get a Metadata Reference DAO

    ","parent_name":"GPKGMetadataExtension"},"Classes/GPKGMetadataExtension.html#/c:objc(cs)GPKGMetadataExtension(cm)metadataReferenceDaoWithGeoPackage:":{"name":"+metadataReferenceDaoWithGeoPackage:","abstract":"

    Get a Metadata Reference DAO

    ","parent_name":"GPKGMetadataExtension"},"Classes/GPKGMetadataExtension.html#/c:objc(cs)GPKGMetadataExtension(cm)metadataReferenceDaoWithDatabase:":{"name":"+metadataReferenceDaoWithDatabase:","abstract":"

    Get a Metadata Reference DAO

    ","parent_name":"GPKGMetadataExtension"},"Classes/GPKGMetadataExtension.html#/c:objc(cs)GPKGMetadataExtension(im)createMetadataReferenceTable":{"name":"-createMetadataReferenceTable","abstract":"

    Create the Metadata Reference Table if it does not exist

    ","parent_name":"GPKGMetadataExtension"},"Classes/GPKGMetadataDao.html#/c:objc(cs)GPKGMetadataDao(cm)createWithDatabase:":{"name":"+createWithDatabase:","abstract":"

    Create the DAO

    ","parent_name":"GPKGMetadataDao"},"Classes/GPKGMetadataDao.html#/c:objc(cs)GPKGMetadataDao(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGMetadataDao"},"Classes/GPKGMetadataDao.html#/c:objc(cs)GPKGMetadataDao(im)deleteCascade:":{"name":"-deleteCascade:","abstract":"

    Delete the Metadata, cascading

    ","parent_name":"GPKGMetadataDao"},"Classes/GPKGMetadataDao.html#/c:objc(cs)GPKGMetadataDao(im)deleteCascadeWithCollection:":{"name":"-deleteCascadeWithCollection:","abstract":"

    Delete the collection of Metadata, cascading

    ","parent_name":"GPKGMetadataDao"},"Classes/GPKGMetadataDao.html#/c:objc(cs)GPKGMetadataDao(im)deleteCascadeWhere:andWhereArgs:":{"name":"-deleteCascadeWhere:andWhereArgs:","abstract":"

    Delete the Metadata where, cascading

    ","parent_name":"GPKGMetadataDao"},"Classes/GPKGMetadataDao.html#/c:objc(cs)GPKGMetadataDao(im)deleteByIdCascade:":{"name":"-deleteByIdCascade:","abstract":"

    Delete the Metadata by id, cascading

    ","parent_name":"GPKGMetadataDao"},"Classes/GPKGMetadataDao.html#/c:objc(cs)GPKGMetadataDao(im)deleteIdsCascade:":{"name":"-deleteIdsCascade:","abstract":"

    Delete the Metadata with the ids, cascading

    ","parent_name":"GPKGMetadataDao"},"Classes/GPKGMetadata.html#/c:objc(cs)GPKGMetadata(py)id":{"name":"id","abstract":"

    Metadata primary key

    ","parent_name":"GPKGMetadata"},"Classes/GPKGMetadata.html#/c:objc(cs)GPKGMetadata(py)scope":{"name":"scope","abstract":"

    Case sensitive name of the data scope to which this metadata applies; see","parent_name":"GPKGMetadata"},"Classes/GPKGMetadata.html#/c:objc(cs)GPKGMetadata(py)standardUri":{"name":"standardUri","abstract":"

    URI reference to the metadata structure definition authority

    ","parent_name":"GPKGMetadata"},"Classes/GPKGMetadata.html#/c:objc(cs)GPKGMetadata(py)mimeType":{"name":"mimeType","abstract":"

    MIME encoding of metadata

    ","parent_name":"GPKGMetadata"},"Classes/GPKGMetadata.html#/c:objc(cs)GPKGMetadata(py)metadata":{"name":"metadata","abstract":"

    metadata

    ","parent_name":"GPKGMetadata"},"Classes/GPKGMetadata.html#/c:objc(cs)GPKGMetadata(im)metadataScopeType":{"name":"-metadataScopeType","abstract":"

    Get the metadata scope type

    ","parent_name":"GPKGMetadata"},"Classes/GPKGMetadata.html#/c:objc(cs)GPKGMetadata(im)setMetadataScopeType:":{"name":"-setMetadataScopeType:","abstract":"

    Set the metadata scope type

    ","parent_name":"GPKGMetadata"},"Classes/GPKGMetadata.html#/c:objc(cs)GPKGMetadata(cm)fromScopeType:":{"name":"+fromScopeType:","abstract":"

    Get the metadata scope from the metadata scope type

    ","parent_name":"GPKGMetadata"},"Classes/GPKGGriddedTileDao.html#/c:objc(cs)GPKGGriddedTileDao(cm)createWithDatabase:":{"name":"+createWithDatabase:","abstract":"

    Create the DAO

    ","parent_name":"GPKGGriddedTileDao"},"Classes/GPKGGriddedTileDao.html#/c:objc(cs)GPKGGriddedTileDao(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGGriddedTileDao"},"Classes/GPKGGriddedTileDao.html#/c:objc(cs)GPKGGriddedTileDao(im)queryByContents:":{"name":"-queryByContents:","abstract":"

    Query by contents

    ","parent_name":"GPKGGriddedTileDao"},"Classes/GPKGGriddedTileDao.html#/c:objc(cs)GPKGGriddedTileDao(im)queryByTableName:":{"name":"-queryByTableName:","abstract":"

    Query by table name

    ","parent_name":"GPKGGriddedTileDao"},"Classes/GPKGGriddedTileDao.html#/c:objc(cs)GPKGGriddedTileDao(im)queryByTableName:andTileId:":{"name":"-queryByTableName:andTileId:","abstract":"

    Query by table name and table id

    ","parent_name":"GPKGGriddedTileDao"},"Classes/GPKGGriddedTileDao.html#/c:objc(cs)GPKGGriddedTileDao(im)deleteByContents:":{"name":"-deleteByContents:","abstract":"

    Delete by contents

    ","parent_name":"GPKGGriddedTileDao"},"Classes/GPKGGriddedTileDao.html#/c:objc(cs)GPKGGriddedTileDao(im)deleteByTableName:":{"name":"-deleteByTableName:","abstract":"

    Delete by table name

    ","parent_name":"GPKGGriddedTileDao"},"Classes/GPKGGriddedTileDao.html#/c:objc(cs)GPKGGriddedTileDao(im)contents:":{"name":"-contents:","abstract":"

    Get the contents

    ","parent_name":"GPKGGriddedTileDao"},"Classes/GPKGGriddedTile.html#/c:objc(cs)GPKGGriddedTile(py)id":{"name":"id","abstract":"

    Auto increment primary key

    ","parent_name":"GPKGGriddedTile"},"Classes/GPKGGriddedTile.html#/c:objc(cs)GPKGGriddedTile(py)tableName":{"name":"tableName","abstract":"

    Name of tile pyramid user data table

    ","parent_name":"GPKGGriddedTile"},"Classes/GPKGGriddedTile.html#/c:objc(cs)GPKGGriddedTile(py)tableId":{"name":"tableId","abstract":"

    Foreign key to id in tile pyramid user data table

    ","parent_name":"GPKGGriddedTile"},"Classes/GPKGGriddedTile.html#/c:objc(cs)GPKGGriddedTile(py)scale":{"name":"scale","abstract":"

    Scale as a multiple relative to the unit of measure

    ","parent_name":"GPKGGriddedTile"},"Classes/GPKGGriddedTile.html#/c:objc(cs)GPKGGriddedTile(py)offset":{"name":"offset","abstract":"

    The offset to the 0 value

    ","parent_name":"GPKGGriddedTile"},"Classes/GPKGGriddedTile.html#/c:objc(cs)GPKGGriddedTile(py)min":{"name":"min","abstract":"

    Minimum value of this tile

    ","parent_name":"GPKGGriddedTile"},"Classes/GPKGGriddedTile.html#/c:objc(cs)GPKGGriddedTile(py)max":{"name":"max","abstract":"

    Maximum value of this tile

    ","parent_name":"GPKGGriddedTile"},"Classes/GPKGGriddedTile.html#/c:objc(cs)GPKGGriddedTile(py)mean":{"name":"mean","abstract":"

    The arithmetic mean of values in this tile

    ","parent_name":"GPKGGriddedTile"},"Classes/GPKGGriddedTile.html#/c:objc(cs)GPKGGriddedTile(py)standardDeviation":{"name":"standardDeviation","abstract":"

    The standard deviation of values in this tile

    ","parent_name":"GPKGGriddedTile"},"Classes/GPKGGriddedTile.html#/c:objc(cs)GPKGGriddedTile(im)setContents:":{"name":"-setContents:","abstract":"

    Set the contents

    ","parent_name":"GPKGGriddedTile"},"Classes/GPKGGriddedTile.html#/c:objc(cs)GPKGGriddedTile(im)scaleOrDefault":{"name":"-scaleOrDefault","abstract":"

    Get the scale or default value

    ","parent_name":"GPKGGriddedTile"},"Classes/GPKGGriddedTile.html#/c:objc(cs)GPKGGriddedTile(im)offsetOrDefault":{"name":"-offsetOrDefault","abstract":"

    Get the offset or default value

    ","parent_name":"GPKGGriddedTile"},"Classes/GPKGGriddedCoverageEncodingTypes.html#/c:objc(cs)GPKGGriddedCoverageEncodingTypes(cm)name:":{"name":"+name:","abstract":"

    Get the name of the gridded coverage encoding type

    ","parent_name":"GPKGGriddedCoverageEncodingTypes"},"Classes/GPKGGriddedCoverageEncodingTypes.html#/c:objc(cs)GPKGGriddedCoverageEncodingTypes(cm)fromName:":{"name":"+fromName:","abstract":"

    Get the gridded coverage encoding type from the name

    ","parent_name":"GPKGGriddedCoverageEncodingTypes"},"Classes/GPKGGriddedCoverageDataTypes.html#/c:objc(cs)GPKGGriddedCoverageDataTypes(cm)name:":{"name":"+name:","abstract":"

    Get the name of the gridded coverage data type

    ","parent_name":"GPKGGriddedCoverageDataTypes"},"Classes/GPKGGriddedCoverageDataTypes.html#/c:objc(cs)GPKGGriddedCoverageDataTypes(cm)fromName:":{"name":"+fromName:","abstract":"

    Get the gridded coverage data type from the name

    ","parent_name":"GPKGGriddedCoverageDataTypes"},"Classes/GPKGGriddedCoverageDao.html#/c:objc(cs)GPKGGriddedCoverageDao(cm)createWithDatabase:":{"name":"+createWithDatabase:","abstract":"

    Create the DAO

    ","parent_name":"GPKGGriddedCoverageDao"},"Classes/GPKGGriddedCoverageDao.html#/c:objc(cs)GPKGGriddedCoverageDao(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGGriddedCoverageDao"},"Classes/GPKGGriddedCoverageDao.html#/c:objc(cs)GPKGGriddedCoverageDao(im)queryByTileMatrixSet:":{"name":"-queryByTileMatrixSet:","abstract":"

    Query by tile matrix set

    ","parent_name":"GPKGGriddedCoverageDao"},"Classes/GPKGGriddedCoverageDao.html#/c:objc(cs)GPKGGriddedCoverageDao(im)queryByTileMatrixSetName:":{"name":"-queryByTileMatrixSetName:","abstract":"

    Query by tile matrix set name

    ","parent_name":"GPKGGriddedCoverageDao"},"Classes/GPKGGriddedCoverageDao.html#/c:objc(cs)GPKGGriddedCoverageDao(im)deleteByTileMatrixSet:":{"name":"-deleteByTileMatrixSet:","abstract":"

    Delete by tile matrix set

    ","parent_name":"GPKGGriddedCoverageDao"},"Classes/GPKGGriddedCoverageDao.html#/c:objc(cs)GPKGGriddedCoverageDao(im)deleteByTableName:":{"name":"-deleteByTableName:","abstract":"

    Delete by table name

    ","parent_name":"GPKGGriddedCoverageDao"},"Classes/GPKGGriddedCoverageDao.html#/c:objc(cs)GPKGGriddedCoverageDao(im)tileMatrixSet:":{"name":"-tileMatrixSet:","abstract":"

    Get the tile matrix set

    ","parent_name":"GPKGGriddedCoverageDao"},"Classes/GPKGGriddedCoverage.html#/c:objc(cs)GPKGGriddedCoverage(py)id":{"name":"id","abstract":"

    Auto increment primary key

    ","parent_name":"GPKGGriddedCoverage"},"Classes/GPKGGriddedCoverage.html#/c:objc(cs)GPKGGriddedCoverage(py)tileMatrixSetName":{"name":"tileMatrixSetName","abstract":"

    Foreign key to table_name in gpkg_tile_matrix_set

    ","parent_name":"GPKGGriddedCoverage"},"Classes/GPKGGriddedCoverage.html#/c:objc(cs)GPKGGriddedCoverage(py)datatype":{"name":"datatype","abstract":"

    ‘integer’ or ‘float’

    ","parent_name":"GPKGGriddedCoverage"},"Classes/GPKGGriddedCoverage.html#/c:objc(cs)GPKGGriddedCoverage(py)scale":{"name":"scale","abstract":"

    Scale as a multiple relative to the unit of measure

    ","parent_name":"GPKGGriddedCoverage"},"Classes/GPKGGriddedCoverage.html#/c:objc(cs)GPKGGriddedCoverage(py)offset":{"name":"offset","abstract":"

    The offset to the 0 value

    ","parent_name":"GPKGGriddedCoverage"},"Classes/GPKGGriddedCoverage.html#/c:objc(cs)GPKGGriddedCoverage(py)precision":{"name":"precision","abstract":"

    The smallest value that has meaning for this dataset

    ","parent_name":"GPKGGriddedCoverage"},"Classes/GPKGGriddedCoverage.html#/c:objc(cs)GPKGGriddedCoverage(py)dataNull":{"name":"dataNull","abstract":"

    The value that indicates NULL

    ","parent_name":"GPKGGriddedCoverage"},"Classes/GPKGGriddedCoverage.html#/c:objc(cs)GPKGGriddedCoverage(py)gridCellEncoding":{"name":"gridCellEncoding","abstract":"

    Specifies how a value is assigned to a grid cell (pixel)

    ","parent_name":"GPKGGriddedCoverage"},"Classes/GPKGGriddedCoverage.html#/c:objc(cs)GPKGGriddedCoverage(py)uom":{"name":"uom","abstract":"

    Units of Measure for values in the grid coverage

    ","parent_name":"GPKGGriddedCoverage"},"Classes/GPKGGriddedCoverage.html#/c:objc(cs)GPKGGriddedCoverage(py)fieldName":{"name":"fieldName","abstract":"

    Type of Gridded Coverage Data (default is Height)

    ","parent_name":"GPKGGriddedCoverage"},"Classes/GPKGGriddedCoverage.html#/c:objc(cs)GPKGGriddedCoverage(py)quantityDefinition":{"name":"quantityDefinition","abstract":"

    Description of the values contained in the Gridded Coverage

    ","parent_name":"GPKGGriddedCoverage"},"Classes/GPKGGriddedCoverage.html#/c:objc(cs)GPKGGriddedCoverage(im)setTileMatrixSet:":{"name":"-setTileMatrixSet:","abstract":"

    Set the tile matrix set

    ","parent_name":"GPKGGriddedCoverage"},"Classes/GPKGGriddedCoverage.html#/c:objc(cs)GPKGGriddedCoverage(im)griddedCoverageDataType":{"name":"-griddedCoverageDataType","abstract":"

    Get the data type

    ","parent_name":"GPKGGriddedCoverage"},"Classes/GPKGGriddedCoverage.html#/c:objc(cs)GPKGGriddedCoverage(im)setGriddedCoverageDataType:":{"name":"-setGriddedCoverageDataType:","abstract":"

    Set the data type

    ","parent_name":"GPKGGriddedCoverage"},"Classes/GPKGGriddedCoverage.html#/c:objc(cs)GPKGGriddedCoverage(im)scaleOrDefault":{"name":"-scaleOrDefault","abstract":"

    Get the scale or default value

    ","parent_name":"GPKGGriddedCoverage"},"Classes/GPKGGriddedCoverage.html#/c:objc(cs)GPKGGriddedCoverage(im)offsetOrDefault":{"name":"-offsetOrDefault","abstract":"

    Get the offset or default value

    ","parent_name":"GPKGGriddedCoverage"},"Classes/GPKGGriddedCoverage.html#/c:objc(cs)GPKGGriddedCoverage(im)precisionOrDefault":{"name":"-precisionOrDefault","abstract":"

    Get the precision or default value

    ","parent_name":"GPKGGriddedCoverage"},"Classes/GPKGGriddedCoverage.html#/c:objc(cs)GPKGGriddedCoverage(im)gridCellEncodingType":{"name":"-gridCellEncodingType","abstract":"

    Get the encoding type

    ","parent_name":"GPKGGriddedCoverage"},"Classes/GPKGGriddedCoverage.html#/c:objc(cs)GPKGGriddedCoverage(im)setGridCellEncodingType:":{"name":"-setGridCellEncodingType:","abstract":"

    Set the encoding type

    ","parent_name":"GPKGGriddedCoverage"},"Classes/GPKGCoverageDataTileMatrixResults.html#/c:objc(cs)GPKGCoverageDataTileMatrixResults(im)initWithTileMatrix:andTileResults:":{"name":"-initWithTileMatrix:andTileResults:","abstract":"

    Initialize

    ","parent_name":"GPKGCoverageDataTileMatrixResults"},"Classes/GPKGCoverageDataTileMatrixResults.html#/c:objc(cs)GPKGCoverageDataTileMatrixResults(im)tileMatrix":{"name":"-tileMatrix","abstract":"

    Get the tile matrix

    ","parent_name":"GPKGCoverageDataTileMatrixResults"},"Classes/GPKGCoverageDataTileMatrixResults.html#/c:objc(cs)GPKGCoverageDataTileMatrixResults(im)tileResults":{"name":"-tileResults","abstract":"

    Get the tile results

    ","parent_name":"GPKGCoverageDataTileMatrixResults"},"Classes/GPKGCoverageDataTiffImage.html#/c:objc(cs)GPKGCoverageDataTiffImage(im)initWithTileRow:":{"name":"-initWithTileRow:","abstract":"

    Initialize

    ","parent_name":"GPKGCoverageDataTiffImage"},"Classes/GPKGCoverageDataTiffImage.html#/c:objc(cs)GPKGCoverageDataTiffImage(im)initWithFileDirectory:":{"name":"-initWithFileDirectory:","abstract":"

    Initialize

    ","parent_name":"GPKGCoverageDataTiffImage"},"Classes/GPKGCoverageDataTiffImage.html#/c:objc(cs)GPKGCoverageDataTiffImage(im)imageData":{"name":"-imageData","abstract":"

    Get the image data

    ","parent_name":"GPKGCoverageDataTiffImage"},"Classes/GPKGCoverageDataTiffImage.html#/c:objc(cs)GPKGCoverageDataTiffImage(im)directory":{"name":"-directory","abstract":"

    Get the file directory

    ","parent_name":"GPKGCoverageDataTiffImage"},"Classes/GPKGCoverageDataTiffImage.html#/c:objc(cs)GPKGCoverageDataTiffImage(im)rasters":{"name":"-rasters","abstract":"

    Get the rasters, read if needed

    ","parent_name":"GPKGCoverageDataTiffImage"},"Classes/GPKGCoverageDataTiffImage.html#/c:objc(cs)GPKGCoverageDataTiffImage(im)writeTiff":{"name":"-writeTiff","abstract":"

    Write the TIFF file to the image bytes

    ","parent_name":"GPKGCoverageDataTiffImage"},"Classes/GPKGCoverageDataTiffImage.html#/c:objc(cs)GPKGCoverageDataTiffImage(im)pixelAtX:andY:":{"name":"-pixelAtX:andY:","abstract":"

    Get the pixel at the coordinate

    ","parent_name":"GPKGCoverageDataTiffImage"},"Classes/GPKGCoverageDataTiff.html#/c:objc(cs)GPKGCoverageDataTiff(im)initWithGeoPackage:andTileDao:andWidth:andHeight:andProjection:":{"name":"-initWithGeoPackage:andTileDao:andWidth:andHeight:andProjection:","abstract":"

    Initialize

    ","parent_name":"GPKGCoverageDataTiff"},"Classes/GPKGCoverageDataTiff.html#/c:objc(cs)GPKGCoverageDataTiff(im)initWithGeoPackage:andTileDao:":{"name":"-initWithGeoPackage:andTileDao:","abstract":"

    Initialize

    ","parent_name":"GPKGCoverageDataTiff"},"Classes/GPKGCoverageDataTiff.html#/c:objc(cs)GPKGCoverageDataTiff(im)initWithGeoPackage:andTileDao:andProjection:":{"name":"-initWithGeoPackage:andTileDao:andProjection:","abstract":"

    Initialize

    ","parent_name":"GPKGCoverageDataTiff"},"Classes/GPKGCoverageDataTiff.html#/c:objc(cs)GPKGCoverageDataTiff(im)pixelValueWithData:andX:andY:":{"name":"-pixelValueWithData:andX:andY:","abstract":"

    Get the pixel value as a float

    ","parent_name":"GPKGCoverageDataTiff"},"Classes/GPKGCoverageDataTiff.html#/c:objc(cs)GPKGCoverageDataTiff(im)pixelArrayValuesWithData:":{"name":"-pixelArrayValuesWithData:","abstract":"

    Get the pixel values of the image data as an array of decimal numbers

    ","parent_name":"GPKGCoverageDataTiff"},"Classes/GPKGCoverageDataTiff.html#/c:objc(cs)GPKGCoverageDataTiff(im)pixelValuesWithData:":{"name":"-pixelValuesWithData:","abstract":"

    Get the pixel values of the image data as floats

    ","parent_name":"GPKGCoverageDataTiff"},"Classes/GPKGCoverageDataTiff.html#/c:objc(cs)GPKGCoverageDataTiff(cm)validateImageType:":{"name":"+validateImageType:","abstract":"

    Validate the image type

    ","parent_name":"GPKGCoverageDataTiff"},"Classes/GPKGCoverageDataTiff.html#/c:objc(cs)GPKGCoverageDataTiff(im)valueWithGriddedTile:andImage:andX:andY:":{"name":"-valueWithGriddedTile:andImage:andX:andY:","abstract":"

    Get the coverage data value

    ","parent_name":"GPKGCoverageDataTiff"},"Classes/GPKGCoverageDataTiff.html#/c:objc(cs)GPKGCoverageDataTiff(im)drawTileWithFloatPixelValues:andTileWidth:andTileHeight:":{"name":"-drawTileWithFloatPixelValues:andTileWidth:andTileHeight:","abstract":"

    Draw a coverage data image tile from the flat array of float pixel values of","parent_name":"GPKGCoverageDataTiff"},"Classes/GPKGCoverageDataTiff.html#/c:objc(cs)GPKGCoverageDataTiff(im)drawTileWithPixelValues:andTileWidth:andTileHeight:":{"name":"-drawTileWithPixelValues:andTileWidth:andTileHeight:","abstract":"

    Draw a coverage data image tile from the flat array of float pixel values of","parent_name":"GPKGCoverageDataTiff"},"Classes/GPKGCoverageDataTiff.html#/c:objc(cs)GPKGCoverageDataTiff(im)drawTileDataWithPixelValues:andTileWidth:andTileHeight:":{"name":"-drawTileDataWithPixelValues:andTileWidth:andTileHeight:","abstract":"

    Draw a coverage data image tile and format as TIFF bytes from the flat array","parent_name":"GPKGCoverageDataTiff"},"Classes/GPKGCoverageDataTiff.html#/c:objc(cs)GPKGCoverageDataTiff(im)drawTileWithDoubleArrayPixelValues:":{"name":"-drawTileWithDoubleArrayPixelValues:","abstract":"

    Draw a coverage data tile from the double array of float pixel","parent_name":"GPKGCoverageDataTiff"},"Classes/GPKGCoverageDataTiff.html#/c:objc(cs)GPKGCoverageDataTiff(im)drawTileDataWithDoubleArrayPixelValues:":{"name":"-drawTileDataWithDoubleArrayPixelValues:","abstract":"

    Draw a coverage data tile and format as TIFF bytes from the double array of","parent_name":"GPKGCoverageDataTiff"},"Classes/GPKGCoverageDataTiff.html#/c:objc(cs)GPKGCoverageDataTiff(im)drawTileWithGriddedTile:andValues:andTileWidth:andTileHeight:":{"name":"-drawTileWithGriddedTile:andValues:andTileWidth:andTileHeight:","abstract":"

    Draw a coverage data image tile from the flat array of coverage data values of length","parent_name":"GPKGCoverageDataTiff"},"Classes/GPKGCoverageDataTiff.html#/c:objc(cs)GPKGCoverageDataTiff(im)drawTileWithGriddedTile:andDoubleArrayValues:":{"name":"-drawTileWithGriddedTile:andDoubleArrayValues:","abstract":"

    Draw a coverage data image tile from the double array of coverage data values","parent_name":"GPKGCoverageDataTiff"},"Classes/GPKGCoverageDataTiff.html#/c:objc(cs)GPKGCoverageDataTiff(im)createImageWithTileWidth:andTileHeight:":{"name":"-createImageWithTileWidth:andTileHeight:","abstract":"

    Create a new image

    ","parent_name":"GPKGCoverageDataTiff"},"Classes/GPKGCoverageDataTiff.html#/c:objc(cs)GPKGCoverageDataTiff(im)setPixelValueWithImage:andX:andY:andPixelValue:":{"name":"-setPixelValueWithImage:andX:andY:andPixelValue:","abstract":"

    Set the pixel value into the image

    ","parent_name":"GPKGCoverageDataTiff"},"Classes/GPKGCoverageDataTiff.html#/c:objc(cs)GPKGCoverageDataTiff(im)pixelIn:withWidth:atX:andY:":{"name":"-pixelIn:withWidth:atX:andY:","abstract":"

    Get the pixel at the provided x and y with the image width

    ","parent_name":"GPKGCoverageDataTiff"},"Classes/GPKGCoverageDataTiff.html#/c:objc(cs)GPKGCoverageDataTiff(im)pixelValuesFloatToArray:withCount:":{"name":"-pixelValuesFloatToArray:withCount:","abstract":"

    Convert the float pixel array to a NSArray of numbers

    ","parent_name":"GPKGCoverageDataTiff"},"Classes/GPKGCoverageDataTiff.html#/c:objc(cs)GPKGCoverageDataTiff(im)pixelValuesArrayToFloat:":{"name":"-pixelValuesArrayToFloat:","abstract":"

    Convert the pixel array to a float pixel array

    ","parent_name":"GPKGCoverageDataTiff"},"Classes/GPKGCoverageDataTiff.html#/c:objc(cs)GPKGCoverageDataTiff(im)pixelValuesDoubleArrayToFloat:":{"name":"-pixelValuesDoubleArrayToFloat:","abstract":"

    Convert the pixel double array to a float pixel array

    ","parent_name":"GPKGCoverageDataTiff"},"Classes/GPKGCoverageDataTiff.html#/c:objc(cs)GPKGCoverageDataTiff(im)pixelValuesOfValues:withGriddedTile:":{"name":"-pixelValuesOfValues:withGriddedTile:","abstract":"

    Convert the coverage data array to a float pixel array

    ","parent_name":"GPKGCoverageDataTiff"},"Classes/GPKGCoverageDataTiff.html#/c:objc(cs)GPKGCoverageDataTiff(im)pixelValuesOfDoubleArrayValues:withGriddedTile:":{"name":"-pixelValuesOfDoubleArrayValues:withGriddedTile:","abstract":"

    Convert the coverage data values double array to a float pixel array

    ","parent_name":"GPKGCoverageDataTiff"},"Classes/GPKGCoverageDataTiff.html#/c:objc(cs)GPKGCoverageDataTiff(cm)createTileTableWithGeoPackage:andMetadata:":{"name":"+createTileTableWithGeoPackage:andMetadata:","abstract":"

    Create the coverage data tile table with metadata and extension

    ","parent_name":"GPKGCoverageDataTiff"},"Classes/GPKGCoverageDataSourcePixel.html#/c:objc(cs)GPKGCoverageDataSourcePixel(py)pixel":{"name":"pixel","abstract":"

    Pixel value of where the pixel fits into the source

    ","parent_name":"GPKGCoverageDataSourcePixel"},"Classes/GPKGCoverageDataSourcePixel.html#/c:objc(cs)GPKGCoverageDataSourcePixel(py)min":{"name":"min","abstract":"

    Min pixel value

    ","parent_name":"GPKGCoverageDataSourcePixel"},"Classes/GPKGCoverageDataSourcePixel.html#/c:objc(cs)GPKGCoverageDataSourcePixel(py)max":{"name":"max","abstract":"

    Max pixel value

    ","parent_name":"GPKGCoverageDataSourcePixel"},"Classes/GPKGCoverageDataSourcePixel.html#/c:objc(cs)GPKGCoverageDataSourcePixel(py)offset":{"name":"offset","abstract":"

    Offset between the two pixels

    ","parent_name":"GPKGCoverageDataSourcePixel"},"Classes/GPKGCoverageDataSourcePixel.html#/c:objc(cs)GPKGCoverageDataSourcePixel(im)initWithPixel:andMin:andMax:andOffset:":{"name":"-initWithPixel:andMin:andMax:andOffset:","abstract":"

    Initialize

    ","parent_name":"GPKGCoverageDataSourcePixel"},"Classes/GPKGCoverageDataResults.html#/c:objc(cs)GPKGCoverageDataResults(im)initWithValues:andTileMatrix:":{"name":"-initWithValues:andTileMatrix:","abstract":"

    Initialize

    ","parent_name":"GPKGCoverageDataResults"},"Classes/GPKGCoverageDataResults.html#/c:objc(cs)GPKGCoverageDataResults(im)values":{"name":"-values","abstract":"

    Get the double array of coverage data values stored as [row][column]

    ","parent_name":"GPKGCoverageDataResults"},"Classes/GPKGCoverageDataResults.html#/c:objc(cs)GPKGCoverageDataResults(im)tileMatrix":{"name":"-tileMatrix","abstract":"

    Get the tile matrix used to find the coverage data values

    ","parent_name":"GPKGCoverageDataResults"},"Classes/GPKGCoverageDataResults.html#/c:objc(cs)GPKGCoverageDataResults(im)height":{"name":"-height","abstract":"

    Get the results height

    ","parent_name":"GPKGCoverageDataResults"},"Classes/GPKGCoverageDataResults.html#/c:objc(cs)GPKGCoverageDataResults(im)width":{"name":"-width","abstract":"

    Get the results width

    ","parent_name":"GPKGCoverageDataResults"},"Classes/GPKGCoverageDataResults.html#/c:objc(cs)GPKGCoverageDataResults(im)valueAtRow:andColumn:":{"name":"-valueAtRow:andColumn:","abstract":"

    Get the coverage data value at the row and column

    ","parent_name":"GPKGCoverageDataResults"},"Classes/GPKGCoverageDataResults.html#/c:objc(cs)GPKGCoverageDataResults(im)zoomLevel":{"name":"-zoomLevel","abstract":"

    Get the zoom level of the results

    ","parent_name":"GPKGCoverageDataResults"},"Classes/GPKGCoverageDataRequest.html#/c:objc(cs)GPKGCoverageDataRequest(py)projectedBoundingBox":{"name":"projectedBoundingBox","abstract":"

    Bounding box projected to the coverage data projection

    ","parent_name":"GPKGCoverageDataRequest"},"Classes/GPKGCoverageDataRequest.html#/c:objc(cs)GPKGCoverageDataRequest(im)initWithBoundingBox:":{"name":"-initWithBoundingBox:","abstract":"

    Initialize

    ","parent_name":"GPKGCoverageDataRequest"},"Classes/GPKGCoverageDataRequest.html#/c:objc(cs)GPKGCoverageDataRequest(im)initWithLatitude:andLongitude:":{"name":"-initWithLatitude:andLongitude:","abstract":"

    Initialize

    ","parent_name":"GPKGCoverageDataRequest"},"Classes/GPKGCoverageDataRequest.html#/c:objc(cs)GPKGCoverageDataRequest(im)boundingBox":{"name":"-boundingBox","abstract":"

    Get the bounding box

    ","parent_name":"GPKGCoverageDataRequest"},"Classes/GPKGCoverageDataRequest.html#/c:objc(cs)GPKGCoverageDataRequest(im)isPoint":{"name":"-isPoint","abstract":"

    Get if a point request

    ","parent_name":"GPKGCoverageDataRequest"},"Classes/GPKGCoverageDataRequest.html#/c:objc(cs)GPKGCoverageDataRequest(im)overlapWithBoundingBox:":{"name":"-overlapWithBoundingBox:","abstract":"

    Get the bounding box overlap between the projected bounding box and the","parent_name":"GPKGCoverageDataRequest"},"Classes/GPKGCoverageDataPngImage.html#/c:objc(cs)GPKGCoverageDataPngImage(im)initWithTileRow:":{"name":"-initWithTileRow:","abstract":"

    Initialize

    ","parent_name":"GPKGCoverageDataPngImage"},"Classes/GPKGCoverageDataPngImage.html#/c:objc(cs)GPKGCoverageDataPngImage(im)image":{"name":"-image","abstract":"

    Get the image

    ","parent_name":"GPKGCoverageDataPngImage"},"Classes/GPKGCoverageDataPngImage.html#/c:objc(cs)GPKGCoverageDataPngImage(im)imageData":{"name":"-imageData","abstract":"

    Get the image data

    ","parent_name":"GPKGCoverageDataPngImage"},"Classes/GPKGCoverageDataPngImage.html#/c:objc(cs)GPKGCoverageDataPngImage(im)pixelAtX:andY:":{"name":"-pixelAtX:andY:","abstract":"

    Get the pixel at the coordinate

    ","parent_name":"GPKGCoverageDataPngImage"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(im)initWithGeoPackage:andTileDao:andWidth:andHeight:andProjection:":{"name":"-initWithGeoPackage:andTileDao:andWidth:andHeight:andProjection:","abstract":"

    Initialize

    ","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(im)initWithGeoPackage:andTileDao:":{"name":"-initWithGeoPackage:andTileDao:","abstract":"

    Initialize

    ","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(im)initWithGeoPackage:andTileDao:andProjection:":{"name":"-initWithGeoPackage:andTileDao:andProjection:","abstract":"

    Initialize

    ","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(im)pixelValueWithImage:andX:andY:":{"name":"-pixelValueWithImage:andX:andY:","abstract":"

    Get the pixel value as an unsigned short

    ","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(im)pixelValueWithData:andX:andY:":{"name":"-pixelValueWithData:andX:andY:","abstract":"

    Get the pixel value as an unsigned short

    ","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(im)pixelValuesWithImage:":{"name":"-pixelValuesWithImage:","abstract":"

    Get the pixel values of the image as unsigned shorts

    ","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(im)pixelValuesWithData:":{"name":"-pixelValuesWithData:","abstract":"

    Get the pixel values of the image as unsigned shorts

    ","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(cm)validateImageType:":{"name":"+validateImageType:","abstract":"

    Validate that the image type is an unsigned short

    ","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(im)valueWithGriddedTile:andImage:andX:andY:":{"name":"-valueWithGriddedTile:andImage:andX:andY:","abstract":"

    Get the coverage data value

    ","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(im)valuesWithGriddedTile:andImage:":{"name":"-valuesWithGriddedTile:andImage:","abstract":"

    Get the coverage data values

    ","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(im)drawTileWithUnsignedShortPixelValues:andTileWidth:andTileHeight:":{"name":"-drawTileWithUnsignedShortPixelValues:andTileWidth:andTileHeight:","abstract":"

    Draw a coverage data image tile from the flat array of unsigned short","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(im)drawTileWithPixelValues:andTileWidth:andTileHeight:":{"name":"-drawTileWithPixelValues:andTileWidth:andTileHeight:","abstract":"

    Draw a coverage data image tile from the flat array of unsigned short","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(im)drawTileDataWithPixelValues:andTileWidth:andTileHeight:":{"name":"-drawTileDataWithPixelValues:andTileWidth:andTileHeight:","abstract":"

    Draw a coverage data image tile and format as PNG bytes from the flat array","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(im)drawTileWithDoubleArrayPixelValues:":{"name":"-drawTileWithDoubleArrayPixelValues:","abstract":"

    Draw a coverage data tile from the double array of unsigned short pixel","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(im)drawTileDataWithDoubleArrayPixelValues:":{"name":"-drawTileDataWithDoubleArrayPixelValues:","abstract":"

    Draw a coverage data tile and format as PNG bytes from the double array of","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(im)drawTileWithGriddedTile:andValues:andTileWidth:andTileHeight:":{"name":"-drawTileWithGriddedTile:andValues:andTileWidth:andTileHeight:","abstract":"

    Draw a coverage data image tile from the flat array of coverage data values of length","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(im)drawTileWithGriddedTile:andDoubleArrayValues:":{"name":"-drawTileWithGriddedTile:andDoubleArrayValues:","abstract":"

    Draw a coverage data image tile from the double array of coverage data values","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(im)imageData:":{"name":"-imageData:","abstract":"

    Get the image as PNG bytes

    ","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(im)pixelIn:withWidth:atX:andY:":{"name":"-pixelIn:withWidth:atX:andY:","abstract":"

    Get the pixel at the provided x and y with the image width

    ","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(im)pixelValuesUnsignedShortToArray:withCount:":{"name":"-pixelValuesUnsignedShortToArray:withCount:","abstract":"

    Convert the unsigned short pixel array to a NSArray of numbers

    ","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(im)pixelValuesArrayToUnsignedShort:":{"name":"-pixelValuesArrayToUnsignedShort:","abstract":"

    Convert the pixel array to an unsigned short pixel array

    ","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(im)pixelValuesDoubleArrayToUnsignedShort:":{"name":"-pixelValuesDoubleArrayToUnsignedShort:","abstract":"

    Convert the pixel double array to an unsigned short pixel array

    ","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(im)pixelValuesOfValues:withGriddedTile:":{"name":"-pixelValuesOfValues:withGriddedTile:","abstract":"

    Convert the coverage data array to an unsigned short pixel array

    ","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(im)pixelValuesOfDoubleArrayValues:withGriddedTile:":{"name":"-pixelValuesOfDoubleArrayValues:withGriddedTile:","abstract":"

    Convert the coverage data double array to an unsigned short pixel array

    ","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataPng.html#/c:objc(cs)GPKGCoverageDataPng(cm)createTileTableWithGeoPackage:andMetadata:":{"name":"+createTileTableWithGeoPackage:andMetadata:","abstract":"

    Create the coverage data tile table with metadata and extension

    ","parent_name":"GPKGCoverageDataPng"},"Classes/GPKGCoverageDataAlgorithms.html#/c:objc(cs)GPKGCoverageDataAlgorithms(cm)name:":{"name":"+name:","abstract":"

    Get the name of the coverage data algorithm

    ","parent_name":"GPKGCoverageDataAlgorithms"},"Classes/GPKGCoverageDataAlgorithms.html#/c:objc(cs)GPKGCoverageDataAlgorithms(cm)fromName:":{"name":"+fromName:","abstract":"

    Get the coverage data algorithm type from the algorithm name

    ","parent_name":"GPKGCoverageDataAlgorithms"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(cm)coverageDataWithGeoPackage:andTileDao:andWidth:andHeight:andProjection:":{"name":"+coverageDataWithGeoPackage:andTileDao:andWidth:andHeight:andProjection:","abstract":"

    Get a Tiled Gridded Coverage Data

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(cm)coverageDataWithGeoPackage:andTileDao:":{"name":"+coverageDataWithGeoPackage:andTileDao:","abstract":"

    Get a Tiled Gridded Coverage Data, use the coverage data pixel tile size","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(cm)coverageDataWithGeoPackage:andTileDao:andProjection:":{"name":"+coverageDataWithGeoPackage:andTileDao:andProjection:","abstract":"

    Get a Tiled Gridded Coverage Data, use the coverage data pixel tile size","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(cm)createTileTableWithGeoPackage:andMetadata:andDataType:":{"name":"+createTileTableWithGeoPackage:andMetadata:andDataType:","abstract":"

    Create the coverage data tile table with metadata and extension

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(py)extensionName":{"name":"extensionName","abstract":"

    Extension name

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(py)definition":{"name":"definition","abstract":"

    Extension definition URL

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(py)width":{"name":"width","abstract":"

    Coverage Data results width

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(py)height":{"name":"height","abstract":"

    Coverage Data results height

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(py)zoomIn":{"name":"zoomIn","abstract":"

    True if zooming in should be performed to find a tile matrix with","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(py)zoomOut":{"name":"zoomOut","abstract":"

    True if zooming out should be performed to find a tile matrix with","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(py)zoomInBeforeOut":{"name":"zoomInBeforeOut","abstract":"

    True if zoom in in before zooming out, false to zoom out first

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:@E@GPKGCoverageDataAlgorithm":{"name":"GPKGCoverageDataAlgorithm","abstract":"

    Tile Gridded Coverage Data Algorithm interpolation enumeration types

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(py)algorithm":{"name":"algorithm","abstract":"

    Interpolation algorithm

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(py)encoding":{"name":"encoding","abstract":"

    Value pixel encoding type

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(py)tileDao":{"name":"tileDao","abstract":"

    Tile DAO

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)initWithGeoPackage:andTileDao:andWidth:andHeight:andProjection:":{"name":"-initWithGeoPackage:andTileDao:andWidth:andHeight:andProjection:","abstract":"

    Initialize

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)tileMatrixSet":{"name":"-tileMatrixSet","abstract":"

    Get the tile matrix set

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)griddedCoverageDao":{"name":"-griddedCoverageDao","abstract":"

    Get the gridded coverage dao

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)griddedTileDao":{"name":"-griddedTileDao","abstract":"

    Get the gridded tile dao

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)requestProjection":{"name":"-requestProjection","abstract":"

    Get the request projection

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)coverageProjection":{"name":"-coverageProjection","abstract":"

    Get the coverage data projection

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)coverageBoundingBox":{"name":"-coverageBoundingBox","abstract":"

    Get the coverage data bounding box

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)isSameProjection":{"name":"-isSameProjection","abstract":"

    Is the request and coverage data projection the same

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)extensionCreate":{"name":"-extensionCreate","abstract":"

    Get or create the extension

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)has":{"name":"-has","abstract":"

    Determine if the Tile Matrix Set has the extension

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(cm)griddedCoverageDaoWithGeoPackage:":{"name":"+griddedCoverageDaoWithGeoPackage:","abstract":"

    Get a 2D Gridded Coverage DAO

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(cm)griddedCoverageDaoWithDatabase:":{"name":"+griddedCoverageDaoWithDatabase:","abstract":"

    Get a 2D Gridded Coverage DAO

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)createGriddedCoverageTable":{"name":"-createGriddedCoverageTable","abstract":"

    Create the 2D Gridded Coverage Table if it does not exist

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(cm)griddedTileDaoWithGeoPackage:":{"name":"+griddedTileDaoWithGeoPackage:","abstract":"

    Get a 2D Gridded Tile DAO

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(cm)griddedTileDaoWithDatabase:":{"name":"+griddedTileDaoWithDatabase:","abstract":"

    Get a 2D Gridded Tile DAO

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)createGriddedTileTable":{"name":"-createGriddedTileTable","abstract":"

    Create the 2D Gridded Tile Table if it does not exist

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)griddedCoverage":{"name":"-griddedCoverage","abstract":"

    Get the gridded coverage

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)queryGriddedCoverage":{"name":"-queryGriddedCoverage","abstract":"

    Query and update the gridded coverage

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)griddedTile":{"name":"-griddedTile","abstract":"

    Get the gridded tile

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)griddedTileWithResultSet:":{"name":"-griddedTileWithResultSet:","abstract":"

    Get the current gridded tile in the result set

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)griddedTileWithTileId:":{"name":"-griddedTileWithTileId:","abstract":"

    Get the gridded tile by id

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)dataNull":{"name":"-dataNull","abstract":"

    Get the data null value

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)isDataNull:":{"name":"-isDataNull:","abstract":"

    Check the pixel value to see if it is the null equivalent

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(cm)tablesForGeoPackage:":{"name":"+tablesForGeoPackage:","abstract":"

    Get the coverage data tile tables

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)pixelValueWithValues:andWidth:andX:andY:":{"name":"-pixelValueWithValues:andWidth:andX:andY:","abstract":"

    Get the pixel value as an unsigned short at the coordinate from the","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)pixelValueWithUnsignedShortValues:andWidth:andX:andY:":{"name":"-pixelValueWithUnsignedShortValues:andWidth:andX:andY:","abstract":"

    Get the pixel value as an unsigned short at the coordinate from the","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)valueWithGriddedTile:andPixelValue:":{"name":"-valueWithGriddedTile:andPixelValue:","abstract":"

    Get the coverage data value for the unsigned short pixel value

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)valuesWithGriddedTile:andPixelValues:":{"name":"-valuesWithGriddedTile:andPixelValues:","abstract":"

    Get the coverage data values from the unsigned short pixel values

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)valuesWithGriddedTile:andPixelValues:andCount:":{"name":"-valuesWithGriddedTile:andPixelValues:andCount:","abstract":"

    Get the coverage data values from the unsigned short pixel values

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(cm)createTileTableWithGeoPackage:andMetadata:":{"name":"+createTileTableWithGeoPackage:andMetadata:","abstract":"

    Create the coverage data tile table

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)pixelValueWithGriddedTile:andValue:":{"name":"-pixelValueWithGriddedTile:andValue:","abstract":"

    Get the unsigned short pixel value of the coverage data value

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)pixelValueWithFloatValues:andWidth:andX:andY:":{"name":"-pixelValueWithFloatValues:andWidth:andX:andY:","abstract":"

    Get the pixel value at the coordinate from the pixel values

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)pixelValueWithRawFloatValues:andWidth:andX:andY:":{"name":"-pixelValueWithRawFloatValues:andWidth:andX:andY:","abstract":"

    Get the pixel value at the coordinate from the pixel values

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)valueWithGriddedTile:andPixelFloatValue:":{"name":"-valueWithGriddedTile:andPixelFloatValue:","abstract":"

    Get the coverage data value for the pixel value

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)valuesWithGriddedTile:andPixelFloatValues:":{"name":"-valuesWithGriddedTile:andPixelFloatValues:","abstract":"

    Get the coverage data values from the pixel values

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)valuesWithGriddedTile:andPixelFloatValues:andCount:":{"name":"-valuesWithGriddedTile:andPixelFloatValues:andCount:","abstract":"

    Get the coverage data values from the pixel values

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)floatPixelValueWithGriddedTile:andValue:":{"name":"-floatPixelValueWithGriddedTile:andValue:","abstract":"

    Get the pixel value of the coverage data value

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)createImageWithTileRow:":{"name":"-createImageWithTileRow:","abstract":"

    Create a coverage data image

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)valueWithGriddedTile:andTileRow:andX:andY:":{"name":"-valueWithGriddedTile:andTileRow:andX:andY:","abstract":"

    Get the coverage data value of the pixel in the tile row image

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)valueWithGriddedTile:andData:andX:andY:":{"name":"-valueWithGriddedTile:andData:andX:andY:","abstract":"

    Get the coverage data value

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)valuesWithGriddedTile:andData:":{"name":"-valuesWithGriddedTile:andData:","abstract":"

    Get the coverage data values

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)drawTileDataWithGriddedTile:andValues:andTileWidth:andTileHeight:":{"name":"-drawTileDataWithGriddedTile:andValues:andTileWidth:andTileHeight:","abstract":"

    Draw a coverage data image tile and format as PNG bytes from the flat","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)drawTileDataWithGriddedTile:andDoubleArrayValues:":{"name":"-drawTileDataWithGriddedTile:andDoubleArrayValues:","abstract":"

    Draw a coverage data image tile and format as bytes from the double","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)valueWithGriddedTile:andCoverageDataImage:andX:andY:":{"name":"-valueWithGriddedTile:andCoverageDataImage:andX:andY:","abstract":"

    Get the coverage data value from the image at the coordinate

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)valueWithLatitude:andLongitude:":{"name":"-valueWithLatitude:andLongitude:","abstract":"

    Get the coverage data value at the coordinate

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)valuesWithBoundingBox:":{"name":"-valuesWithBoundingBox:","abstract":"

    Get the coverage data values within the bounding box

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)valuesWithBoundingBox:andWidth:andHeight:":{"name":"-valuesWithBoundingBox:andWidth:andHeight:","abstract":"

    Get the coverage data values within the bounding box with the requested width","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)valuesWithCoverageDataRequest:":{"name":"-valuesWithCoverageDataRequest:","abstract":"

    Get the requested coverage data values

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)valuesWithCoverageDataRequest:andWidth:andHeight:":{"name":"-valuesWithCoverageDataRequest:andWidth:andHeight:","abstract":"

    Get the requested coverage data values with the requested width and height

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)valuesUnboundedWithBoundingBox:":{"name":"-valuesUnboundedWithBoundingBox:","abstract":"

    Get the unbounded coverage data values within the bounding box. Unbounded","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)valuesUnboundedWithCoverageDataRequest:":{"name":"-valuesUnboundedWithCoverageDataRequest:","abstract":"

    Get the requested unbounded coverage data values. Unbounded results retrieves","parent_name":"GPKGCoverageData"},"Classes/GPKGCoverageData.html#/c:objc(cs)GPKGCoverageData(im)valueWithTileRow:andX:andY:":{"name":"-valueWithTileRow:andX:andY:","abstract":"

    Get the coverage data value of the pixel in the tile row image

    ","parent_name":"GPKGCoverageData"},"Classes/GPKGZoomOtherExtension.html#/c:objc(cs)GPKGZoomOtherExtension(py)extensionName":{"name":"extensionName","abstract":"

    Extension name

    ","parent_name":"GPKGZoomOtherExtension"},"Classes/GPKGZoomOtherExtension.html#/c:objc(cs)GPKGZoomOtherExtension(py)definition":{"name":"definition","abstract":"

    Extension definition URL

    ","parent_name":"GPKGZoomOtherExtension"},"Classes/GPKGZoomOtherExtension.html#/c:objc(cs)GPKGZoomOtherExtension(im)initWithGeoPackage:":{"name":"-initWithGeoPackage:","abstract":"

    Initialize

    ","parent_name":"GPKGZoomOtherExtension"},"Classes/GPKGZoomOtherExtension.html#/c:objc(cs)GPKGZoomOtherExtension(im)extensionCreateWithTableName:":{"name":"-extensionCreateWithTableName:","abstract":"

    Get or create the extension

    ","parent_name":"GPKGZoomOtherExtension"},"Classes/GPKGZoomOtherExtension.html#/c:objc(cs)GPKGZoomOtherExtension(im)hasWithTableName:":{"name":"-hasWithTableName:","abstract":"

    Determine if the GeoPackage has the extension

    ","parent_name":"GPKGZoomOtherExtension"},"Classes/GPKGWebPExtension.html#/c:objc(cs)GPKGWebPExtension(py)extensionName":{"name":"extensionName","abstract":"

    Extension name

    ","parent_name":"GPKGWebPExtension"},"Classes/GPKGWebPExtension.html#/c:objc(cs)GPKGWebPExtension(py)definition":{"name":"definition","abstract":"

    Extension definition URL

    ","parent_name":"GPKGWebPExtension"},"Classes/GPKGWebPExtension.html#/c:objc(cs)GPKGWebPExtension(im)initWithGeoPackage:":{"name":"-initWithGeoPackage:","abstract":"

    Initialize

    ","parent_name":"GPKGWebPExtension"},"Classes/GPKGWebPExtension.html#/c:objc(cs)GPKGWebPExtension(im)extensionCreateWithTableName:":{"name":"-extensionCreateWithTableName:","abstract":"

    Get or create the extension

    ","parent_name":"GPKGWebPExtension"},"Classes/GPKGWebPExtension.html#/c:objc(cs)GPKGWebPExtension(im)hasWithTableName:":{"name":"-hasWithTableName:","abstract":"

    Determine if the GeoPackage has the extension

    ","parent_name":"GPKGWebPExtension"},"Classes/GPKGGeometryExtensions.html#/c:objc(cs)GPKGGeometryExtensions(py)geometryTypesDefinition":{"name":"geometryTypesDefinition","abstract":"

    Geometry Types Extension definition URL

    ","parent_name":"GPKGGeometryExtensions"},"Classes/GPKGGeometryExtensions.html#/c:objc(cs)GPKGGeometryExtensions(py)userGeometryTypesDefinition":{"name":"userGeometryTypesDefinition","abstract":"

    User Geometry Types Extension definition URL","parent_name":"GPKGGeometryExtensions"},"Classes/GPKGGeometryExtensions.html#/c:objc(cs)GPKGGeometryExtensions(im)initWithGeoPackage:":{"name":"-initWithGeoPackage:","abstract":"

    Initialize

    ","parent_name":"GPKGGeometryExtensions"},"Classes/GPKGGeometryExtensions.html#/c:objc(cs)GPKGGeometryExtensions(im)extensionCreateWithTable:andColumn:andType:":{"name":"-extensionCreateWithTable:andColumn:andType:","abstract":"

    Get or create the extension, non-linear geometry type

    ","parent_name":"GPKGGeometryExtensions"},"Classes/GPKGGeometryExtensions.html#/c:objc(cs)GPKGGeometryExtensions(im)hasWithTable:andColumn:andType:":{"name":"-hasWithTable:andColumn:andType:","abstract":"

    Determine if the GeoPackage has the extension, non-linear geometry type

    ","parent_name":"GPKGGeometryExtensions"},"Classes/GPKGGeometryExtensions.html#/c:objc(cs)GPKGGeometryExtensions(cm)isExtension:":{"name":"+isExtension:","abstract":"

    Determine if the geometry type is an extension

    ","parent_name":"GPKGGeometryExtensions"},"Classes/GPKGGeometryExtensions.html#/c:objc(cs)GPKGGeometryExtensions(cm)isNonStandard:":{"name":"+isNonStandard:","abstract":"

    Determine if the geometry type is non standard

    ","parent_name":"GPKGGeometryExtensions"},"Classes/GPKGGeometryExtensions.html#/c:objc(cs)GPKGGeometryExtensions(cm)isGeoPackageExtension:":{"name":"+isGeoPackageExtension:","abstract":"

    Determine if the geometry type is a GeoPackage extension

    ","parent_name":"GPKGGeometryExtensions"},"Classes/GPKGGeometryExtensions.html#/c:objc(cs)GPKGGeometryExtensions(cm)extensionName:":{"name":"+extensionName:","abstract":"

    Get the extension name of a GeoPackage extension Geometry

    ","parent_name":"GPKGGeometryExtensions"},"Classes/GPKGGeometryExtensions.html#/c:objc(cs)GPKGGeometryExtensions(im)extensionCreateWithTable:andColumn:andAuthor:andType:":{"name":"-extensionCreateWithTable:andColumn:andAuthor:andType:","abstract":"

    Get or create the extension, user defined geometry type

    ","parent_name":"GPKGGeometryExtensions"},"Classes/GPKGGeometryExtensions.html#/c:objc(cs)GPKGGeometryExtensions(im)hasWithTable:andColumn:andAuthor:andType:":{"name":"-hasWithTable:andColumn:andAuthor:andType:","abstract":"

    Determine if the GeoPackage has the extension, user defined geometry type

    ","parent_name":"GPKGGeometryExtensions"},"Classes/GPKGGeometryExtensions.html#/c:objc(cs)GPKGGeometryExtensions(cm)extensionNameWithAuthor:andType:":{"name":"+extensionNameWithAuthor:andType:","abstract":"

    Get the extension name of an extension Geometry, either user-defined or","parent_name":"GPKGGeometryExtensions"},"Classes/GPKGExtensionsDao.html#/c:objc(cs)GPKGExtensionsDao(cm)createWithDatabase:":{"name":"+createWithDatabase:","abstract":"

    Create the DAO

    ","parent_name":"GPKGExtensionsDao"},"Classes/GPKGExtensionsDao.html#/c:objc(cs)GPKGExtensionsDao(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGExtensionsDao"},"Classes/GPKGExtensionsDao.html#/c:objc(cs)GPKGExtensionsDao(im)deleteByExtension:":{"name":"-deleteByExtension:","abstract":"

    Delete by extension name

    ","parent_name":"GPKGExtensionsDao"},"Classes/GPKGExtensionsDao.html#/c:objc(cs)GPKGExtensionsDao(im)deleteByExtension:andTable:":{"name":"-deleteByExtension:andTable:","abstract":"

    Delete by extension name and table name

    ","parent_name":"GPKGExtensionsDao"},"Classes/GPKGExtensionsDao.html#/c:objc(cs)GPKGExtensionsDao(im)deleteByExtension:andTable:andColumnName:":{"name":"-deleteByExtension:andTable:andColumnName:","abstract":"

    Delete by extension name, table name, and column name

    ","parent_name":"GPKGExtensionsDao"},"Classes/GPKGExtensionsDao.html#/c:objc(cs)GPKGExtensionsDao(im)deleteByTableName:":{"name":"-deleteByTableName:","abstract":"

    Delete by table name

    ","parent_name":"GPKGExtensionsDao"},"Classes/GPKGExtensionsDao.html#/c:objc(cs)GPKGExtensionsDao(im)queryByExtension:":{"name":"-queryByExtension:","abstract":"

    Query by extension name

    ","parent_name":"GPKGExtensionsDao"},"Classes/GPKGExtensionsDao.html#/c:objc(cs)GPKGExtensionsDao(im)countByExtension:":{"name":"-countByExtension:","abstract":"

    Count by extension name

    ","parent_name":"GPKGExtensionsDao"},"Classes/GPKGExtensionsDao.html#/c:objc(cs)GPKGExtensionsDao(im)queryByExtension:andTable:":{"name":"-queryByExtension:andTable:","abstract":"

    Query by extension name and table name

    ","parent_name":"GPKGExtensionsDao"},"Classes/GPKGExtensionsDao.html#/c:objc(cs)GPKGExtensionsDao(im)countByExtension:andTable:":{"name":"-countByExtension:andTable:","abstract":"

    Count by extension name and table name

    ","parent_name":"GPKGExtensionsDao"},"Classes/GPKGExtensionsDao.html#/c:objc(cs)GPKGExtensionsDao(im)queryByExtension:andTable:andColumnName:":{"name":"-queryByExtension:andTable:andColumnName:","abstract":"

    Query by extension name, table name, and column name

    ","parent_name":"GPKGExtensionsDao"},"Classes/GPKGExtensions.html#/c:objc(cs)GPKGExtensions(py)tableName":{"name":"tableName","abstract":"

    Name of the table that requires the extension. When NULL, the extension","parent_name":"GPKGExtensions"},"Classes/GPKGExtensions.html#/c:objc(cs)GPKGExtensions(py)columnName":{"name":"columnName","abstract":"

    Name of the column that requires the extension. When NULL, the extension","parent_name":"GPKGExtensions"},"Classes/GPKGExtensions.html#/c:objc(cs)GPKGExtensions(py)extensionName":{"name":"extensionName","abstract":"

    The case sensitive name of the extension that is required, in the form","parent_name":"GPKGExtensions"},"Classes/GPKGExtensions.html#/c:objc(cs)GPKGExtensions(py)definition":{"name":"definition","abstract":"

    Definition of the extension in the form specfied by the template in","parent_name":"GPKGExtensions"},"Classes/GPKGExtensions.html#/c:objc(cs)GPKGExtensions(py)scope":{"name":"scope","abstract":"

    Indicates scope of extension effects on readers / writers: read-write or","parent_name":"GPKGExtensions"},"Classes/GPKGExtensions.html#/c:objc(cs)GPKGExtensions(im)extensionScopeType":{"name":"-extensionScopeType","abstract":"

    Get the extension scope type

    ","parent_name":"GPKGExtensions"},"Classes/GPKGExtensions.html#/c:objc(cs)GPKGExtensions(im)setExtensionScopeType:":{"name":"-setExtensionScopeType:","abstract":"

    Set the extension scope type

    ","parent_name":"GPKGExtensions"},"Classes/GPKGExtensions.html#/c:objc(cs)GPKGExtensions(im)setExtensionNameWithAuthor:andExtensionName:":{"name":"-setExtensionNameWithAuthor:andExtensionName:","abstract":"

    Set the extension name by combining the required parts

    ","parent_name":"GPKGExtensions"},"Classes/GPKGExtensions.html#/c:objc(cs)GPKGExtensions(im)author":{"name":"-author","abstract":"

    Get the author from the beginning of the extension name

    ","parent_name":"GPKGExtensions"},"Classes/GPKGExtensions.html#/c:objc(cs)GPKGExtensions(im)extensionNameNoAuthor":{"name":"-extensionNameNoAuthor","abstract":"

    Get the extension name with the author prefix removed

    ","parent_name":"GPKGExtensions"},"Classes/GPKGExtensions.html#/c:objc(cs)GPKGExtensions(cm)buildExtensionNameWithAuthor:andExtensionName:":{"name":"+buildExtensionNameWithAuthor:andExtensionName:","abstract":"

    Build the extension name by combining the required parts

    ","parent_name":"GPKGExtensions"},"Classes/GPKGExtensions.html#/c:objc(cs)GPKGExtensions(cm)buildDefaultAuthorExtensionName:":{"name":"+buildDefaultAuthorExtensionName:","abstract":"

    Build the extension name with the default author of GeoPackage

    ","parent_name":"GPKGExtensions"},"Classes/GPKGExtensions.html#/c:objc(cs)GPKGExtensions(cm)authorWithExtensionName:":{"name":"+authorWithExtensionName:","abstract":"

    Get the author from the beginning of the extension name

    ","parent_name":"GPKGExtensions"},"Classes/GPKGExtensions.html#/c:objc(cs)GPKGExtensions(cm)extensionNameNoAuthorWithExtensionName:":{"name":"+extensionNameNoAuthorWithExtensionName:","abstract":"

    Get the extension name with the author prefix removed

    ","parent_name":"GPKGExtensions"},"Classes/GPKGExtensionManager.html#/c:objc(cs)GPKGExtensionManager(cm)createWithGeoPackage:":{"name":"+createWithGeoPackage:","abstract":"

    Create

    ","parent_name":"GPKGExtensionManager"},"Classes/GPKGExtensionManager.html#/c:objc(cs)GPKGExtensionManager(im)initWithGeoPackage:":{"name":"-initWithGeoPackage:","abstract":"

    Initialize

    ","parent_name":"GPKGExtensionManager"},"Classes/GPKGExtensionManager.html#/c:objc(cs)GPKGExtensionManager(im)deleteRTreeSpatialIndexForTable:":{"name":"-deleteRTreeSpatialIndexForTable:","abstract":"

    Delete the RTree Spatial extension for the table

    ","parent_name":"GPKGExtensionManager"},"Classes/GPKGExtensionManager.html#/c:objc(cs)GPKGExtensionManager(im)deleteRTreeSpatialIndexExtension":{"name":"-deleteRTreeSpatialIndexExtension","abstract":"

    Delete the RTree Spatial extension

    ","parent_name":"GPKGExtensionManager"},"Classes/GPKGExtensionManager.html#/c:objc(cs)GPKGExtensionManager(im)copyRTreeSpatialIndexFromTable:toTable:":{"name":"-copyRTreeSpatialIndexFromTable:toTable:","abstract":"

    Copy the RTree Spatial extension for the table

    ","parent_name":"GPKGExtensionManager"},"Classes/GPKGExtensionManager.html#/c:objc(cs)GPKGExtensionManager(im)deleteRelatedTablesForTable:":{"name":"-deleteRelatedTablesForTable:","abstract":"

    Delete the Related Tables extensions for the table

    ","parent_name":"GPKGExtensionManager"},"Classes/GPKGExtensionManager.html#/c:objc(cs)GPKGExtensionManager(im)deleteRelatedTablesExtension":{"name":"-deleteRelatedTablesExtension","abstract":"

    Delete the Related Tables extension

    ","parent_name":"GPKGExtensionManager"},"Classes/GPKGExtensionManager.html#/c:objc(cs)GPKGExtensionManager(im)copyRelatedTablesFromTable:toTable:":{"name":"-copyRelatedTablesFromTable:toTable:","abstract":"

    Copy the Related Tables extensions for the table

    ","parent_name":"GPKGExtensionManager"},"Classes/GPKGExtensionManager.html#/c:objc(cs)GPKGExtensionManager(im)deleteGriddedCoverageForTable:":{"name":"-deleteGriddedCoverageForTable:","abstract":"

    Delete the Gridded Coverage extensions for the table

    ","parent_name":"GPKGExtensionManager"},"Classes/GPKGExtensionManager.html#/c:objc(cs)GPKGExtensionManager(im)deleteGriddedCoverageExtension":{"name":"-deleteGriddedCoverageExtension","abstract":"

    Delete the Gridded Coverage extension

    ","parent_name":"GPKGExtensionManager"},"Classes/GPKGExtensionManager.html#/c:objc(cs)GPKGExtensionManager(im)copyGriddedCoverageFromTable:toTable:":{"name":"-copyGriddedCoverageFromTable:toTable:","abstract":"

    Copy the Gridded Coverage extensions for the table

    ","parent_name":"GPKGExtensionManager"},"Classes/GPKGExtensionManager.html#/c:objc(cs)GPKGExtensionManager(im)deleteSchemaForTable:":{"name":"-deleteSchemaForTable:","abstract":"

    Delete the Schema extensions for the table

    ","parent_name":"GPKGExtensionManager"},"Classes/GPKGExtensionManager.html#/c:objc(cs)GPKGExtensionManager(im)deleteSchemaExtension":{"name":"-deleteSchemaExtension","abstract":"

    Delete the Schema extension

    ","parent_name":"GPKGExtensionManager"},"Classes/GPKGExtensionManager.html#/c:objc(cs)GPKGExtensionManager(im)copySchemaFromTable:toTable:":{"name":"-copySchemaFromTable:toTable:","abstract":"

    Copy the Schema extensions for the table

    ","parent_name":"GPKGExtensionManager"},"Classes/GPKGExtensionManager.html#/c:objc(cs)GPKGExtensionManager(im)deleteMetadataForTable:":{"name":"-deleteMetadataForTable:","abstract":"

    Delete the Metadata extensions for the table

    ","parent_name":"GPKGExtensionManager"},"Classes/GPKGExtensionManager.html#/c:objc(cs)GPKGExtensionManager(im)deleteMetadataExtension":{"name":"-deleteMetadataExtension","abstract":"

    Delete the Metadata extension

    ","parent_name":"GPKGExtensionManager"},"Classes/GPKGExtensionManager.html#/c:objc(cs)GPKGExtensionManager(im)copyMetadataFromTable:toTable:":{"name":"-copyMetadataFromTable:toTable:","abstract":"

    Copy the Metadata extensions for the table

    ","parent_name":"GPKGExtensionManager"},"Classes/GPKGExtensionManager.html#/c:objc(cs)GPKGExtensionManager(im)deleteCrsWktExtension":{"name":"-deleteCrsWktExtension","abstract":"

    Delete the WKT for Coordinate Reference Systems extension

    ","parent_name":"GPKGExtensionManager"},"Classes/GPKGExtensionManagement.html#/c:objc(cs)GPKGExtensionManagement(py)geoPackage":{"name":"geoPackage","abstract":"

    GeoPackage

    ","parent_name":"GPKGExtensionManagement"},"Classes/GPKGExtensionManagement.html#/c:objc(cs)GPKGExtensionManagement(im)initWithGeoPackage:":{"name":"-initWithGeoPackage:","abstract":"

    Initialize

    ","parent_name":"GPKGExtensionManagement"},"Classes/GPKGExtensionManagement.html#/c:objc(cs)GPKGExtensionManagement(im)author":{"name":"-author","abstract":"

    Get the extension author

    ","parent_name":"GPKGExtensionManagement"},"Classes/GPKGExtensionManagement.html#/c:objc(cs)GPKGExtensionManagement(im)deleteExtensionsForTable:":{"name":"-deleteExtensionsForTable:","abstract":"

    Delete all table extensions for the table

    ","parent_name":"GPKGExtensionManagement"},"Classes/GPKGExtensionManagement.html#/c:objc(cs)GPKGExtensionManagement(im)deleteExtensions":{"name":"-deleteExtensions","abstract":"

    Delete all extensions including custom extension tables

    ","parent_name":"GPKGExtensionManagement"},"Classes/GPKGExtensionManagement.html#/c:objc(cs)GPKGExtensionManagement(im)copyExtensionsFromTable:toTable:":{"name":"-copyExtensionsFromTable:toTable:","abstract":"

    Copy all table extensions for the table

    ","parent_name":"GPKGExtensionManagement"},"Classes/GPKGCrsWktExtensionVersions.html#/c:objc(cs)GPKGCrsWktExtensionVersions(cm)first":{"name":"+first","abstract":"

    First version

    ","parent_name":"GPKGCrsWktExtensionVersions"},"Classes/GPKGCrsWktExtensionVersions.html#/c:objc(cs)GPKGCrsWktExtensionVersions(cm)latest":{"name":"+latest","abstract":"

    Latest supported version

    ","parent_name":"GPKGCrsWktExtensionVersions"},"Classes/GPKGCrsWktExtensionVersions.html#/c:objc(cs)GPKGCrsWktExtensionVersions(cm)version:":{"name":"+version:","abstract":"

    Get the version

    ","parent_name":"GPKGCrsWktExtensionVersions"},"Classes/GPKGCrsWktExtensionVersions.html#/c:objc(cs)GPKGCrsWktExtensionVersions(cm)suffix:":{"name":"+suffix:","abstract":"

    Get the extension name suffix

    ","parent_name":"GPKGCrsWktExtensionVersions"},"Classes/GPKGCrsWktExtensionVersions.html#/c:objc(cs)GPKGCrsWktExtensionVersions(cm)isVersion:atMinimum:":{"name":"+isVersion:atMinimum:","abstract":"

    Is the version at or above the minimum version

    ","parent_name":"GPKGCrsWktExtensionVersions"},"Classes/GPKGCrsWktExtensionVersions.html#/c:objc(cs)GPKGCrsWktExtensionVersions(cm)atMinimum:":{"name":"+atMinimum:","abstract":"

    Versions at and above this version

    ","parent_name":"GPKGCrsWktExtensionVersions"},"Classes/GPKGCrsWktExtension.html#/c:objc(cs)GPKGCrsWktExtension(py)extensionName":{"name":"extensionName","abstract":"

    Extension name

    ","parent_name":"GPKGCrsWktExtension"},"Classes/GPKGCrsWktExtension.html#/c:objc(cs)GPKGCrsWktExtension(py)definitionV1":{"name":"definitionV1","abstract":"

    Extension version 1 definition URL

    ","parent_name":"GPKGCrsWktExtension"},"Classes/GPKGCrsWktExtension.html#/c:objc(cs)GPKGCrsWktExtension(py)definitionV1_1":{"name":"definitionV1_1","abstract":"

    Extension version 1.1 definition URL

    ","parent_name":"GPKGCrsWktExtension"},"Classes/GPKGCrsWktExtension.html#/c:objc(cs)GPKGCrsWktExtension(py)definitionColumnName":{"name":"definitionColumnName","abstract":"

    Extension definition column name

    ","parent_name":"GPKGCrsWktExtension"},"Classes/GPKGCrsWktExtension.html#/c:objc(cs)GPKGCrsWktExtension(py)definitionColumnDef":{"name":"definitionColumnDef","abstract":"

    Extension definition column definition

    ","parent_name":"GPKGCrsWktExtension"},"Classes/GPKGCrsWktExtension.html#/c:objc(cs)GPKGCrsWktExtension(py)epochColumnName":{"name":"epochColumnName","abstract":"

    Extension epoch column name

    ","parent_name":"GPKGCrsWktExtension"},"Classes/GPKGCrsWktExtension.html#/c:objc(cs)GPKGCrsWktExtension(py)epochColumnDef":{"name":"epochColumnDef","abstract":"

    Extension epoch column definition

    ","parent_name":"GPKGCrsWktExtension"},"Classes/GPKGCrsWktExtension.html#/c:objc(cs)GPKGCrsWktExtension(im)initWithGeoPackage:":{"name":"-initWithGeoPackage:","abstract":"

    Initialize

    ","parent_name":"GPKGCrsWktExtension"},"Classes/GPKGCrsWktExtension.html#/c:objc(cs)GPKGCrsWktExtension(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGCrsWktExtension"},"Classes/GPKGCrsWktExtension.html#/c:objc(cs)GPKGCrsWktExtension(im)extensionCreate":{"name":"-extensionCreate","abstract":"

    Get or create the latest version of the extension

    ","parent_name":"GPKGCrsWktExtension"},"Classes/GPKGCrsWktExtension.html#/c:objc(cs)GPKGCrsWktExtension(im)extensionCreateVersion:":{"name":"-extensionCreateVersion:","abstract":"

    Get or create the version of the extension

    ","parent_name":"GPKGCrsWktExtension"},"Classes/GPKGCrsWktExtension.html#/c:objc(cs)GPKGCrsWktExtension(im)has":{"name":"-has","abstract":"

    Determine if the GeoPackage has any version of the extension

    ","parent_name":"GPKGCrsWktExtension"},"Classes/GPKGCrsWktExtension.html#/c:objc(cs)GPKGCrsWktExtension(im)hasMinimum:":{"name":"-hasMinimum:","abstract":"

    Determine if the GeoPackage has at least the minimum version of the","parent_name":"GPKGCrsWktExtension"},"Classes/GPKGCrsWktExtension.html#/c:objc(cs)GPKGCrsWktExtension(im)hasVersion:":{"name":"-hasVersion:","abstract":"

    Determine if the GeoPackage has the version of the extension

    ","parent_name":"GPKGCrsWktExtension"},"Classes/GPKGCrsWktExtension.html#/c:objc(cs)GPKGCrsWktExtension(im)extensionName:":{"name":"-extensionName:","abstract":"

    Get the extension name for the version

    ","parent_name":"GPKGCrsWktExtension"},"Classes/GPKGCrsWktExtension.html#/c:objc(cs)GPKGCrsWktExtension(im)updateDefinition:withSrsId:":{"name":"-updateDefinition:withSrsId:","abstract":"

    Update the extension definition

    ","parent_name":"GPKGCrsWktExtension"},"Classes/GPKGCrsWktExtension.html#/c:objc(cs)GPKGCrsWktExtension(im)definitionWithSrsId:":{"name":"-definitionWithSrsId:","abstract":"

    Get the extension definition

    ","parent_name":"GPKGCrsWktExtension"},"Classes/GPKGCrsWktExtension.html#/c:objc(cs)GPKGCrsWktExtension(im)updateEpoch:withSrsId:":{"name":"-updateEpoch:withSrsId:","abstract":"

    Update the extension epoch

    ","parent_name":"GPKGCrsWktExtension"},"Classes/GPKGCrsWktExtension.html#/c:objc(cs)GPKGCrsWktExtension(im)epochWithSrsId:":{"name":"-epochWithSrsId:","abstract":"

    Get the extension epoch

    ","parent_name":"GPKGCrsWktExtension"},"Classes/GPKGCrsWktExtension.html#/c:objc(cs)GPKGCrsWktExtension(im)hasDefinitionColumn":{"name":"-hasDefinitionColumn","abstract":"

    Determine if the GeoPackage SRS table has the extension definition column

    ","parent_name":"GPKGCrsWktExtension"},"Classes/GPKGCrsWktExtension.html#/c:objc(cs)GPKGCrsWktExtension(im)hasEpochColumn":{"name":"-hasEpochColumn","abstract":"

    Determine if the GeoPackage SRS table has the extension epoch column

    ","parent_name":"GPKGCrsWktExtension"},"Classes/GPKGCrsWktExtension.html#/c:objc(cs)GPKGCrsWktExtension(im)removeExtension":{"name":"-removeExtension","abstract":"

    Remove the extension. Leaves the column and values.

    ","parent_name":"GPKGCrsWktExtension"},"Classes/GPKGCrsWktExtension.html#/c:objc(cs)GPKGCrsWktExtension(im)removeExtension:":{"name":"-removeExtension:","abstract":"

    Remove the extension. Leaves the column and values.

    ","parent_name":"GPKGCrsWktExtension"},"Classes/GPKGBaseExtension.html#/c:objc(cs)GPKGBaseExtension(py)geoPackage":{"name":"geoPackage","abstract":"

    GeoPackage

    ","parent_name":"GPKGBaseExtension"},"Classes/GPKGBaseExtension.html#/c:objc(cs)GPKGBaseExtension(py)extensionsDao":{"name":"extensionsDao","abstract":"

    Extensions DAO

    ","parent_name":"GPKGBaseExtension"},"Classes/GPKGBaseExtension.html#/c:objc(cs)GPKGBaseExtension(im)initWithGeoPackage:":{"name":"-initWithGeoPackage:","abstract":"

    Initialize

    ","parent_name":"GPKGBaseExtension"},"Classes/GPKGBaseExtension.html#/c:objc(cs)GPKGBaseExtension(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGBaseExtension"},"Classes/GPKGBaseExtension.html#/c:objc(cs)GPKGBaseExtension(im)extensionCreateWithName:andTableName:andColumnName:andDefinition:andScope:":{"name":"-extensionCreateWithName:andTableName:andColumnName:andDefinition:andScope:","abstract":"

    Get the extension or create as needed

    ","parent_name":"GPKGBaseExtension"},"Classes/GPKGBaseExtension.html#/c:objc(cs)GPKGBaseExtension(im)extensionsWithName:":{"name":"-extensionsWithName:","abstract":"

    Get the extensions for the name, ignoring table name and column name values

    ","parent_name":"GPKGBaseExtension"},"Classes/GPKGBaseExtension.html#/c:objc(cs)GPKGBaseExtension(im)hasWithExtensionName:":{"name":"-hasWithExtensionName:","abstract":"

    Determine if the GeoPackage has at least one extension, ignoring table name and column name values

    ","parent_name":"GPKGBaseExtension"},"Classes/GPKGBaseExtension.html#/c:objc(cs)GPKGBaseExtension(im)extensionsWithName:andTableName:":{"name":"-extensionsWithName:andTableName:","abstract":"

    Get the extensions for the name and table name, ignoring column name values

    ","parent_name":"GPKGBaseExtension"},"Classes/GPKGBaseExtension.html#/c:objc(cs)GPKGBaseExtension(im)hasWithExtensionName:andTableName:":{"name":"-hasWithExtensionName:andTableName:","abstract":"

    Determine if the GeoPackage has at least one extension, ignoring column name values

    ","parent_name":"GPKGBaseExtension"},"Classes/GPKGBaseExtension.html#/c:objc(cs)GPKGBaseExtension(im)extensionWithName:andTableName:andColumnName:":{"name":"-extensionWithName:andTableName:andColumnName:","abstract":"

    Get the extension for the name, table name, and column name

    ","parent_name":"GPKGBaseExtension"},"Classes/GPKGBaseExtension.html#/c:objc(cs)GPKGBaseExtension(im)hasWithExtensionName:andTableName:andColumnName:":{"name":"-hasWithExtensionName:andTableName:andColumnName:","abstract":"

    Determine if the GeoPackage has the extension

    ","parent_name":"GPKGBaseExtension"},"Classes/GPKGBaseExtension.html#/c:objc(cs)GPKGBaseExtension(im)verifyWritable":{"name":"-verifyWritable","abstract":"

    Verify the GeoPackage is writable and throw an exception if it is not

    ","parent_name":"GPKGBaseExtension"},"Classes/GPKGUTMZone.html#/c:objc(cs)GPKGUTMZone(cm)zone:":{"name":"+zone:","abstract":"

    Get the UTM Zone

    ","parent_name":"GPKGUTMZone"},"Classes/GPKGUTMZone.html#/c:objc(cs)GPKGUTMZone(cm)latDirection:":{"name":"+latDirection:","abstract":"

    Get the UTM Zone Latitude Direction

    ","parent_name":"GPKGUTMZone"},"Classes/GPKGUTMZone.html#/c:objc(cs)GPKGUTMZone(cm)centralMeridian:":{"name":"+centralMeridian:","abstract":"

    Get the central meridian

    ","parent_name":"GPKGUTMZone"},"Classes/GPKGUTMZone.html#/c:objc(cs)GPKGUTMZone(cm)falseNorthing:":{"name":"+falseNorthing:","abstract":"

    Get the UTM Zone False Northing

    ","parent_name":"GPKGUTMZone"},"Classes/GPKGUTMZone.html#/c:objc(cs)GPKGUTMZone(cm)isZone:":{"name":"+isZone:","abstract":"

    Is the EPSG a UTM Zone

    ","parent_name":"GPKGUTMZone"},"Classes/GPKGUTMZone.html#/c:objc(cs)GPKGUTMZone(cm)isNorth:":{"name":"+isNorth:","abstract":"

    Is the EPSG a UTM North Zone

    ","parent_name":"GPKGUTMZone"},"Classes/GPKGUTMZone.html#/c:objc(cs)GPKGUTMZone(cm)isSouth:":{"name":"+isSouth:","abstract":"

    Is the EPSG a UTM South Zone

    ","parent_name":"GPKGUTMZone"},"Classes/GPKGDgiwgWellKnownText.html#/c:objc(cs)GPKGDgiwgWellKnownText(cm)epsg3035":{"name":"+epsg3035","abstract":"

    ETRS89-extended / LAEA Europe

    ","parent_name":"GPKGDgiwgWellKnownText"},"Classes/GPKGDgiwgWellKnownText.html#/c:objc(cs)GPKGDgiwgWellKnownText(cm)epsg3395":{"name":"+epsg3395","abstract":"

    WGS 84 / World Mercator

    ","parent_name":"GPKGDgiwgWellKnownText"},"Classes/GPKGDgiwgWellKnownText.html#/c:objc(cs)GPKGDgiwgWellKnownText(cm)epsg3855":{"name":"+epsg3855","abstract":"

    EGM2008 geoid height

    ","parent_name":"GPKGDgiwgWellKnownText"},"Classes/GPKGDgiwgWellKnownText.html#/c:objc(cs)GPKGDgiwgWellKnownText(cm)epsg3857":{"name":"+epsg3857","abstract":"

    WGS 84 / Pseudo-Mercator

    ","parent_name":"GPKGDgiwgWellKnownText"},"Classes/GPKGDgiwgWellKnownText.html#/c:objc(cs)GPKGDgiwgWellKnownText(cm)epsg3978":{"name":"+epsg3978","abstract":"

    NAD83 / Canada Atlas Lambert

    ","parent_name":"GPKGDgiwgWellKnownText"},"Classes/GPKGDgiwgWellKnownText.html#/c:objc(cs)GPKGDgiwgWellKnownText(cm)epsg4326":{"name":"+epsg4326","abstract":"

    WGS 84 Geographic 2D

    ","parent_name":"GPKGDgiwgWellKnownText"},"Classes/GPKGDgiwgWellKnownText.html#/c:objc(cs)GPKGDgiwgWellKnownText(cm)epsg4979":{"name":"+epsg4979","abstract":"

    WGS 84 Geographic 3D

    ","parent_name":"GPKGDgiwgWellKnownText"},"Classes/GPKGDgiwgWellKnownText.html#/c:objc(cs)GPKGDgiwgWellKnownText(cm)epsg5041":{"name":"+epsg5041","abstract":"

    WGS 84 / UPS North (E,N)

    ","parent_name":"GPKGDgiwgWellKnownText"},"Classes/GPKGDgiwgWellKnownText.html#/c:objc(cs)GPKGDgiwgWellKnownText(cm)epsg5042":{"name":"+epsg5042","abstract":"

    WGS 84 / UPS South (E,N)

    ","parent_name":"GPKGDgiwgWellKnownText"},"Classes/GPKGDgiwgWellKnownText.html#/c:objc(cs)GPKGDgiwgWellKnownText(cm)epsg9518":{"name":"+epsg9518","abstract":"

    WGS84 4326 + EGM2008 height 3855

    ","parent_name":"GPKGDgiwgWellKnownText"},"Classes/GPKGDgiwgWellKnownText.html#/c:objc(cs)GPKGDgiwgWellKnownText(cm)utmZone:":{"name":"+utmZone:","abstract":"

    Get the UTM Zone Well-Known Text

    ","parent_name":"GPKGDgiwgWellKnownText"},"Classes/GPKGDgiwgWellKnownText.html#/c:objc(cs)GPKGDgiwgWellKnownText(cm)lambertConicConformal1SPWithEPSG:andName:andCRS:andGeoDatum:andLatitudeOfOrigin:andCentralMeridian:andScaleFactor:andFalseEasting:andFalseNorthing:":{"name":"+lambertConicConformal1SPWithEPSG:andName:andCRS:andGeoDatum:andLatitudeOfOrigin:andCentralMeridian:andScaleFactor:andFalseEasting:andFalseNorthing:","abstract":"

    Get Lambert Conic Conformal 1SP well-known text

    ","parent_name":"GPKGDgiwgWellKnownText"},"Classes/GPKGDgiwgWellKnownText.html#/c:objc(cs)GPKGDgiwgWellKnownText(cm)lambertConicConformal2SPWithEPSG:andName:andCRS:andGeoDatum:andStandardParallel1:andStandardParallel2:andLatitudeOfOrigin:andCentralMeridian:andFalseEasting:andFalseNorthing:":{"name":"+lambertConicConformal2SPWithEPSG:andName:andCRS:andGeoDatum:andStandardParallel1:andStandardParallel2:andLatitudeOfOrigin:andCentralMeridian:andFalseEasting:andFalseNorthing:","abstract":"

    Get Lambert Conic Conformal 2SP well-known text

    ","parent_name":"GPKGDgiwgWellKnownText"},"Classes/GPKGDgiwgWellKnownText.html#/c:objc(cs)GPKGDgiwgWellKnownText(cm)lambertConicConformal1SPDescription":{"name":"+lambertConicConformal1SPDescription","abstract":"

    Get Lambert Conic Conformal 1SP description

    ","parent_name":"GPKGDgiwgWellKnownText"},"Classes/GPKGDgiwgWellKnownText.html#/c:objc(cs)GPKGDgiwgWellKnownText(cm)lambertConicConformal2SPDescription":{"name":"+lambertConicConformal2SPDescription","abstract":"

    Get Lambert Conic Conformal 2SP description

    ","parent_name":"GPKGDgiwgWellKnownText"},"Classes/GPKGDgiwgValidationKey.html#/c:objc(cs)GPKGDgiwgValidationKey(py)column":{"name":"column","abstract":"

    Column name

    ","parent_name":"GPKGDgiwgValidationKey"},"Classes/GPKGDgiwgValidationKey.html#/c:objc(cs)GPKGDgiwgValidationKey(py)value":{"name":"value","abstract":"

    Value

    ","parent_name":"GPKGDgiwgValidationKey"},"Classes/GPKGDgiwgValidationKey.html#/c:objc(cs)GPKGDgiwgValidationKey(im)initWithColumn:andValue:":{"name":"-initWithColumn:andValue:","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgValidationKey"},"Classes/GPKGDgiwgValidationKey.html#/c:objc(cs)GPKGDgiwgValidationKey(im)initWithColumn:andNumber:":{"name":"-initWithColumn:andNumber:","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgValidationKey"},"Classes/GPKGDgiwgValidationErrors.html#/c:objc(cs)GPKGDgiwgValidationErrors(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgValidationErrors"},"Classes/GPKGDgiwgValidationErrors.html#/c:objc(cs)GPKGDgiwgValidationErrors(im)initWithError:":{"name":"-initWithError:","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgValidationErrors"},"Classes/GPKGDgiwgValidationErrors.html#/c:objc(cs)GPKGDgiwgValidationErrors(im)initWithErrors:":{"name":"-initWithErrors:","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgValidationErrors"},"Classes/GPKGDgiwgValidationErrors.html#/c:objc(cs)GPKGDgiwgValidationErrors(im)initWithValidationErrors:":{"name":"-initWithValidationErrors:","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgValidationErrors"},"Classes/GPKGDgiwgValidationErrors.html#/c:objc(cs)GPKGDgiwgValidationErrors(im)addError:":{"name":"-addError:","abstract":"

    Add a validation error

    ","parent_name":"GPKGDgiwgValidationErrors"},"Classes/GPKGDgiwgValidationErrors.html#/c:objc(cs)GPKGDgiwgValidationErrors(im)addErrors:":{"name":"-addErrors:","abstract":"

    Add validation errors

    ","parent_name":"GPKGDgiwgValidationErrors"},"Classes/GPKGDgiwgValidationErrors.html#/c:objc(cs)GPKGDgiwgValidationErrors(im)addValidationErrors:":{"name":"-addValidationErrors:","abstract":"

    Add validation errors

    ","parent_name":"GPKGDgiwgValidationErrors"},"Classes/GPKGDgiwgValidationErrors.html#/c:objc(cs)GPKGDgiwgValidationErrors(im)isValid":{"name":"-isValid","abstract":"

    Check if valid

    ","parent_name":"GPKGDgiwgValidationErrors"},"Classes/GPKGDgiwgValidationErrors.html#/c:objc(cs)GPKGDgiwgValidationErrors(im)hasErrors":{"name":"-hasErrors","abstract":"

    Has errors

    ","parent_name":"GPKGDgiwgValidationErrors"},"Classes/GPKGDgiwgValidationErrors.html#/c:objc(cs)GPKGDgiwgValidationErrors(im)numErrors":{"name":"-numErrors","abstract":"

    Get the number of errors

    ","parent_name":"GPKGDgiwgValidationErrors"},"Classes/GPKGDgiwgValidationErrors.html#/c:objc(cs)GPKGDgiwgValidationErrors(im)errors":{"name":"-errors","abstract":"

    Get the validation errors

    ","parent_name":"GPKGDgiwgValidationErrors"},"Classes/GPKGDgiwgValidationErrors.html#/c:objc(cs)GPKGDgiwgValidationErrors(im)errorAtIndex:":{"name":"-errorAtIndex:","abstract":"

    Get the validation error at the index

    ","parent_name":"GPKGDgiwgValidationErrors"},"Classes/GPKGDgiwgValidationError.html#/c:objc(cs)GPKGDgiwgValidationError(py)table":{"name":"table","abstract":"

    Table name

    ","parent_name":"GPKGDgiwgValidationError"},"Classes/GPKGDgiwgValidationError.html#/c:objc(cs)GPKGDgiwgValidationError(py)column":{"name":"column","abstract":"

    Column name

    ","parent_name":"GPKGDgiwgValidationError"},"Classes/GPKGDgiwgValidationError.html#/c:objc(cs)GPKGDgiwgValidationError(py)value":{"name":"value","abstract":"

    Error causing value

    ","parent_name":"GPKGDgiwgValidationError"},"Classes/GPKGDgiwgValidationError.html#/c:objc(cs)GPKGDgiwgValidationError(py)constraint":{"name":"constraint","abstract":"

    Constraint

    ","parent_name":"GPKGDgiwgValidationError"},"Classes/GPKGDgiwgValidationError.html#/c:objc(cs)GPKGDgiwgValidationError(py)requirement":{"name":"requirement","abstract":"

    Requirement

    ","parent_name":"GPKGDgiwgValidationError"},"Classes/GPKGDgiwgValidationError.html#/c:objc(cs)GPKGDgiwgValidationError(py)primaryKeys":{"name":"primaryKeys","abstract":"

    Row primary keys

    ","parent_name":"GPKGDgiwgValidationError"},"Classes/GPKGDgiwgValidationError.html#/c:objc(cs)GPKGDgiwgValidationError(im)initWithTable:andColumn:andValue:andConstraint:andRequirement:":{"name":"-initWithTable:andColumn:andValue:andConstraint:andRequirement:","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgValidationError"},"Classes/GPKGDgiwgValidationError.html#/c:objc(cs)GPKGDgiwgValidationError(im)initWithTable:andColumn:andNumber:andConstraint:andRequirement:":{"name":"-initWithTable:andColumn:andNumber:andConstraint:andRequirement:","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgValidationError"},"Classes/GPKGDgiwgValidationError.html#/c:objc(cs)GPKGDgiwgValidationError(im)initWithTable:andColumn:andNumber:andConstraintValue:andRequirement:":{"name":"-initWithTable:andColumn:andNumber:andConstraintValue:andRequirement:","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgValidationError"},"Classes/GPKGDgiwgValidationError.html#/c:objc(cs)GPKGDgiwgValidationError(im)initWithTable:andValue:andConstraint:andRequirement:":{"name":"-initWithTable:andValue:andConstraint:andRequirement:","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgValidationError"},"Classes/GPKGDgiwgValidationError.html#/c:objc(cs)GPKGDgiwgValidationError(im)initWithValue:andConstraint:andRequirement:":{"name":"-initWithValue:andConstraint:andRequirement:","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgValidationError"},"Classes/GPKGDgiwgValidationError.html#/c:objc(cs)GPKGDgiwgValidationError(im)initWithConstraint:andRequirement:":{"name":"-initWithConstraint:andRequirement:","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgValidationError"},"Classes/GPKGDgiwgValidationError.html#/c:objc(cs)GPKGDgiwgValidationError(im)initWithTable:andValue:andConstraint:andRequirement:andKey:":{"name":"-initWithTable:andValue:andConstraint:andRequirement:andKey:","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgValidationError"},"Classes/GPKGDgiwgValidationError.html#/c:objc(cs)GPKGDgiwgValidationError(im)initWithTable:andValue:andConstraint:andRequirement:andKeys:":{"name":"-initWithTable:andValue:andConstraint:andRequirement:andKeys:","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgValidationError"},"Classes/GPKGDgiwgValidationError.html#/c:objc(cs)GPKGDgiwgValidationError(im)initWithTable:andColumn:andValue:andConstraint:andRequirement:andKey:":{"name":"-initWithTable:andColumn:andValue:andConstraint:andRequirement:andKey:","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgValidationError"},"Classes/GPKGDgiwgValidationError.html#/c:objc(cs)GPKGDgiwgValidationError(im)initWithTable:andColumn:andValue:andConstraint:andRequirement:andKeys:":{"name":"-initWithTable:andColumn:andValue:andConstraint:andRequirement:andKeys:","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgValidationError"},"Classes/GPKGDgiwgValidationError.html#/c:objc(cs)GPKGDgiwgValidationError(im)initWithTable:andColumn:andNumber:andConstraint:andRequirement:andKey:":{"name":"-initWithTable:andColumn:andNumber:andConstraint:andRequirement:andKey:","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgValidationError"},"Classes/GPKGDgiwgValidationError.html#/c:objc(cs)GPKGDgiwgValidationError(im)initWithTable:andColumn:andNumber:andConstraint:andRequirement:andKeys:":{"name":"-initWithTable:andColumn:andNumber:andConstraint:andRequirement:andKeys:","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgValidationError"},"Classes/GPKGDgiwgValidationError.html#/c:objc(cs)GPKGDgiwgValidationError(im)initWithTable:andColumn:andNumber:andConstraintValue:andRequirement:andKey:":{"name":"-initWithTable:andColumn:andNumber:andConstraintValue:andRequirement:andKey:","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgValidationError"},"Classes/GPKGDgiwgValidationError.html#/c:objc(cs)GPKGDgiwgValidationError(im)initWithTable:andColumn:andNumber:andConstraintValue:andRequirement:andKeys:":{"name":"-initWithTable:andColumn:andNumber:andConstraintValue:andRequirement:andKeys:","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgValidationError"},"Classes/GPKGDgiwgValidate.html#/c:objc(cs)GPKGDgiwgValidate(cm)isValid:":{"name":"+isValid:","abstract":"

    Is the GeoPackage valid according to the DGIWG GeoPackage Profile

    ","parent_name":"GPKGDgiwgValidate"},"Classes/GPKGDgiwgValidate.html#/c:objc(cs)GPKGDgiwgValidate(cm)validate:":{"name":"+validate:","abstract":"

    Validate the GeoPackage against the DGIWG GeoPackage Profile

    ","parent_name":"GPKGDgiwgValidate"},"Classes/GPKGDgiwgValidate.html#/c:objc(cs)GPKGDgiwgValidate(cm)validateBase:":{"name":"+validateBase:","abstract":"

    Validate the base GeoPackage against the DGIWG GeoPackage Profile

    ","parent_name":"GPKGDgiwgValidate"},"Classes/GPKGDgiwgValidate.html#/c:objc(cs)GPKGDgiwgValidate(cm)validateTable:inGeoPackage:":{"name":"+validateTable:inGeoPackage:","abstract":"

    Validate the GeoPackage table against the DGIWG GeoPackage Profile

    ","parent_name":"GPKGDgiwgValidate"},"Classes/GPKGDgiwgValidate.html#/c:objc(cs)GPKGDgiwgValidate(cm)validateTables:inGeoPackage:":{"name":"+validateTables:inGeoPackage:","abstract":"

    Validate the GeoPackage tables against the DGIWG GeoPackage Profile

    ","parent_name":"GPKGDgiwgValidate"},"Classes/GPKGDgiwgValidate.html#/c:objc(cs)GPKGDgiwgValidate(cm)validateMetadata:":{"name":"+validateMetadata:","abstract":"

    Validate the GeoPackage metadata

    ","parent_name":"GPKGDgiwgValidate"},"Classes/GPKGDgiwgValidate.html#/c:objc(cs)GPKGDgiwgValidate(cm)validateTileTable:inGeoPackage:":{"name":"+validateTileTable:inGeoPackage:","abstract":"

    Validate tile table

    ","parent_name":"GPKGDgiwgValidate"},"Classes/GPKGDgiwgValidate.html#/c:objc(cs)GPKGDgiwgValidate(cm)validateCRSWithTileTable:andSRS:":{"name":"+validateCRSWithTileTable:andSRS:","abstract":"

    Validate the tile coordinate reference system

    ","parent_name":"GPKGDgiwgValidate"},"Classes/GPKGDgiwgValidate.html#/c:objc(cs)GPKGDgiwgValidate(cm)validateFeatureTable:inGeoPackage:":{"name":"+validateFeatureTable:inGeoPackage:","abstract":"

    Validate feature table

    ","parent_name":"GPKGDgiwgValidate"},"Classes/GPKGDgiwgValidate.html#/c:objc(cs)GPKGDgiwgValidate(cm)validateCRSWithFeatureTable:andSRS:":{"name":"+validateCRSWithFeatureTable:andSRS:","abstract":"

    Validate the feature coordinate reference system

    ","parent_name":"GPKGDgiwgValidate"},"Classes/GPKGDgiwgUtils.html#/c:objc(cs)GPKGDgiwgUtils(cm)createTilesWithGeoPackage:andTable:andIdentifier:andDescription:andInformativeBounds:andSRS:andExtentBounds:":{"name":"+createTilesWithGeoPackage:andTable:andIdentifier:andDescription:andInformativeBounds:andSRS:andExtentBounds:","abstract":"

    Create tiles table

    ","parent_name":"GPKGDgiwgUtils"},"Classes/GPKGDgiwgUtils.html#/c:objc(cs)GPKGDgiwgUtils(cm)createTileMatricesWithGeoPackage:andTable:andBounds:andMinZoom:andMaxZoom:andWidth:andHeight:":{"name":"+createTileMatricesWithGeoPackage:andTable:andBounds:andMinZoom:andMaxZoom:andWidth:andHeight:","abstract":"

    Create tile matrices for zoom levels

    ","parent_name":"GPKGDgiwgUtils"},"Classes/GPKGDgiwgUtils.html#/c:objc(cs)GPKGDgiwgUtils(cm)createTileMatricesWithGeoPackage:andTable:andBounds:andZoomLevels:andWidth:andHeight:":{"name":"+createTileMatricesWithGeoPackage:andTable:andBounds:andZoomLevels:andWidth:andHeight:","abstract":"

    Create tile matrices for zoom levels

    ","parent_name":"GPKGDgiwgUtils"},"Classes/GPKGDgiwgUtils.html#/c:objc(cs)GPKGDgiwgUtils(cm)createTileMatrixWithGeoPackage:andTable:andBounds:andZoom:andWidth:andHeight:":{"name":"+createTileMatrixWithGeoPackage:andTable:andBounds:andZoom:andWidth:andHeight:","abstract":"

    Create a tile matrix for a zoom level

    ","parent_name":"GPKGDgiwgUtils"},"Classes/GPKGDgiwgUtils.html#/c:objc(cs)GPKGDgiwgUtils(cm)createTileMatrixWithGeoPackage:andTable:andZoom:andWidth:andHeight:andPixelX:andPixelY:":{"name":"+createTileMatrixWithGeoPackage:andTable:andZoom:andWidth:andHeight:andPixelX:andPixelY:","abstract":"

    Create a tile matrix for a zoom level

    ","parent_name":"GPKGDgiwgUtils"},"Classes/GPKGDgiwgUtils.html#/c:objc(cs)GPKGDgiwgUtils(cm)createFeaturesWithGeoPackage:andTable:andIdentifier:andDescription:andBounds:andGeometryType:andDataType:andColumns:andSRS:":{"name":"+createFeaturesWithGeoPackage:andTable:andIdentifier:andDescription:andBounds:andGeometryType:andDataType:andColumns:andSRS:","abstract":"

    Create features table

    ","parent_name":"GPKGDgiwgUtils"},"Classes/GPKGDgiwgUtils.html#/c:objc(cs)GPKGDgiwgUtils(cm)createMetadataWithGeoPackage:andMetadata:andReference:":{"name":"+createMetadataWithGeoPackage:andMetadata:andReference:","abstract":"

    Create metadata and metadata reference

    ","parent_name":"GPKGDgiwgUtils"},"Classes/GPKGDgiwgUtils.html#/c:objc(cs)GPKGDgiwgUtils(cm)createMetadataWithGeoPackage:andMetadata:":{"name":"+createMetadataWithGeoPackage:andMetadata:","abstract":"

    Create metadata

    ","parent_name":"GPKGDgiwgUtils"},"Classes/GPKGDgiwgUtils.html#/c:objc(cs)GPKGDgiwgUtils(cm)createMetadataReferenceWithGeoPackage:andMetadata:andReference:":{"name":"+createMetadataReferenceWithGeoPackage:andMetadata:andReference:","abstract":"

    Create metadata reference

    ","parent_name":"GPKGDgiwgUtils"},"Classes/GPKGDgiwgUtils.html#/c:objc(cs)GPKGDgiwgUtils(cm)createMetadataReferenceWithGeoPackage:andReference:":{"name":"+createMetadataReferenceWithGeoPackage:andReference:","abstract":"

    Create metadata reference

    ","parent_name":"GPKGDgiwgUtils"},"Classes/GPKGDgiwgUtils.html#/c:objc(cs)GPKGDgiwgUtils(cm)createGeoPackageSeriesMetadata:withGeoPackage:andURI:":{"name":"+createGeoPackageSeriesMetadata:withGeoPackage:andURI:","abstract":"

    Create GeoPackage metadata with a series scope and metadata reference

    ","parent_name":"GPKGDgiwgUtils"},"Classes/GPKGDgiwgUtils.html#/c:objc(cs)GPKGDgiwgUtils(cm)createGeoPackageDatasetMetadata:withGeoPackage:andURI:":{"name":"+createGeoPackageDatasetMetadata:withGeoPackage:andURI:","abstract":"

    Create GeoPackage metadata with a dataset scope and metadata reference

    ","parent_name":"GPKGDgiwgUtils"},"Classes/GPKGDgiwgUtils.html#/c:objc(cs)GPKGDgiwgUtils(cm)createGeoPackageMetadata:withGeoPackage:andScope:andURI:":{"name":"+createGeoPackageMetadata:withGeoPackage:andScope:andURI:","abstract":"

    Create GeoPackage metadata and metadata reference

    ","parent_name":"GPKGDgiwgUtils"},"Classes/GPKGDgiwgUtils.html#/c:objc(cs)GPKGDgiwgUtils(cm)createMetadata:withGeoPackage:andScope:andURI:andReference:":{"name":"+createMetadata:withGeoPackage:andScope:andURI:andReference:","abstract":"

    Create metadata and metadata reference

    ","parent_name":"GPKGDgiwgUtils"},"Classes/GPKGDgiwgRequirements.html#/c:objc(cs)GPKGDgiwgRequirements(cm)number:":{"name":"+number:","abstract":"

    Get the requirement number

    ","parent_name":"GPKGDgiwgRequirements"},"Classes/GPKGDgiwgRequirements.html#/c:objc(cs)GPKGDgiwgRequirements(cm)name:":{"name":"+name:","abstract":"

    Get the requirement name

    ","parent_name":"GPKGDgiwgRequirements"},"Classes/GPKGDgiwgRequirements.html#/c:objc(cs)GPKGDgiwgRequirements(cm)identifier:":{"name":"+identifier:","abstract":"

    Get the requirement identifier

    ","parent_name":"GPKGDgiwgRequirements"},"Classes/GPKGDgiwgRequirements.html#/c:objc(cs)GPKGDgiwgRequirements(cm)fullIdentifier:":{"name":"+fullIdentifier:","abstract":"

    Get the full requirement identifier with prefix

    ","parent_name":"GPKGDgiwgRequirements"},"Classes/GPKGDgiwgRequirements.html#/c:objc(cs)GPKGDgiwgRequirements(cm)description:":{"name":"+description:","abstract":"

    Get the description

    ","parent_name":"GPKGDgiwgRequirements"},"Classes/GPKGDgiwgMetadata.html#/c:objc(cs)GPKGDgiwgMetadata(cm)createSeriesMetadata:withURI:":{"name":"+createSeriesMetadata:withURI:","abstract":"

    Create a new metadata object with a series scope

    ","parent_name":"GPKGDgiwgMetadata"},"Classes/GPKGDgiwgMetadata.html#/c:objc(cs)GPKGDgiwgMetadata(cm)createDatasetMetadata:withURI:":{"name":"+createDatasetMetadata:withURI:","abstract":"

    Create a new metadata object with a dataset scope

    ","parent_name":"GPKGDgiwgMetadata"},"Classes/GPKGDgiwgMetadata.html#/c:objc(cs)GPKGDgiwgMetadata(cm)createMetadata:withScope:andURI:":{"name":"+createMetadata:withScope:andURI:","abstract":"

    Create a new metadata object

    ","parent_name":"GPKGDgiwgMetadata"},"Classes/GPKGDgiwgMetadata.html#/c:objc(cs)GPKGDgiwgMetadata(cm)createGeoPackageMetadataReference":{"name":"+createGeoPackageMetadataReference","abstract":"

    Create a new metadata reference object with a GeoPackage scope

    ","parent_name":"GPKGDgiwgMetadata"},"Classes/GPKGDgiwgMetadata.html#/c:objc(cs)GPKGDgiwgMetadata(cm)createMetadataReferenceWithScope:":{"name":"+createMetadataReferenceWithScope:","abstract":"

    Create a new metadata reference object

    ","parent_name":"GPKGDgiwgMetadata"},"Classes/GPKGDgiwgMetadata.html#/c:objc(cs)GPKGDgiwgMetadata(cm)queryGeoPackageDMFMetadata:":{"name":"+queryGeoPackageDMFMetadata:","abstract":"

    Query for GeoPackage DGIWG Metadata Foundation (DMF) metadata

    ","parent_name":"GPKGDgiwgMetadata"},"Classes/GPKGDgiwgMetadata.html#/c:objc(cs)GPKGDgiwgMetadata(cm)queryGeoPackageNASMetadata:":{"name":"+queryGeoPackageNASMetadata:","abstract":"

    Query for GeoPackage NSG Metadata Foundation (NMF) NSG Application Schema","parent_name":"GPKGDgiwgMetadata"},"Classes/GPKGDgiwgMetadata.html#/c:objc(cs)GPKGDgiwgMetadata(cm)queryGeoPackageMetadata:withBaseURI:":{"name":"+queryGeoPackageMetadata:withBaseURI:","abstract":"

    Query for GeoPackage metadata

    ","parent_name":"GPKGDgiwgMetadata"},"Classes/GPKGDgiwgGeoPackageManager.html#/c:objc(cs)GPKGDgiwgGeoPackageManager(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgGeoPackageManager"},"Classes/GPKGDgiwgGeoPackageManager.html#/c:objc(cs)GPKGDgiwgGeoPackageManager(im)create:withMetadata:":{"name":"-create:withMetadata:","abstract":"

    Create a GeoPackage

    ","parent_name":"GPKGDgiwgGeoPackageManager"},"Classes/GPKGDgiwgGeoPackageManager.html#/c:objc(cs)GPKGDgiwgGeoPackageManager(im)create:withURI:andMetadata:":{"name":"-create:withURI:andMetadata:","abstract":"

    Create a GeoPackage

    ","parent_name":"GPKGDgiwgGeoPackageManager"},"Classes/GPKGDgiwgGeoPackageManager.html#/c:objc(cs)GPKGDgiwgGeoPackageManager(im)create:inDirectory:withMetadata:":{"name":"-create:inDirectory:withMetadata:","abstract":"

    Create a new GeoPackage database in specified directory

    ","parent_name":"GPKGDgiwgGeoPackageManager"},"Classes/GPKGDgiwgGeoPackageManager.html#/c:objc(cs)GPKGDgiwgGeoPackageManager(im)create:inDirectory:withURI:andMetadata:":{"name":"-create:inDirectory:withURI:andMetadata:","abstract":"

    Create a new GeoPackage database in specified directory

    ","parent_name":"GPKGDgiwgGeoPackageManager"},"Classes/GPKGDgiwgGeoPackageManager.html#/c:objc(cs)GPKGDgiwgGeoPackageManager(im)open:":{"name":"-open:","abstract":"

    Open the database

    ","parent_name":"GPKGDgiwgGeoPackageManager"},"Classes/GPKGDgiwgGeoPackageManager.html#/c:objc(cs)GPKGDgiwgGeoPackageManager(im)open:andValidate:":{"name":"-open:andValidate:","abstract":"

    Open the database

    ","parent_name":"GPKGDgiwgGeoPackageManager"},"Classes/GPKGDgiwgGeoPackageManager.html#/c:objc(cs)GPKGDgiwgGeoPackageManager(im)openDGIWG:":{"name":"-openDGIWG:","abstract":"

    Open the database

    ","parent_name":"GPKGDgiwgGeoPackageManager"},"Classes/GPKGDgiwgGeoPackageManager.html#/c:objc(cs)GPKGDgiwgGeoPackageManager(im)openDGIWG:andValidate:":{"name":"-openDGIWG:andValidate:","abstract":"

    Open the database

    ","parent_name":"GPKGDgiwgGeoPackageManager"},"Classes/GPKGDgiwgGeoPackageManager.html#/c:objc(cs)GPKGDgiwgGeoPackageManager(im)deleteDGIWG:":{"name":"-deleteDGIWG:","abstract":"

    Delete the database

    ","parent_name":"GPKGDgiwgGeoPackageManager"},"Classes/GPKGDgiwgGeoPackageManager.html#/c:objc(cs)GPKGDgiwgGeoPackageManager(im)deleteDGIWG:andFile:":{"name":"-deleteDGIWG:andFile:","abstract":"

    Delete the database

    ","parent_name":"GPKGDgiwgGeoPackageManager"},"Classes/GPKGDgiwgGeoPackageManager.html#/c:objc(cs)GPKGDgiwgGeoPackageManager(cm)isValid:":{"name":"+isValid:","abstract":"

    Is the GeoPackage valid according to the DGIWG GeoPackage Profile

    ","parent_name":"GPKGDgiwgGeoPackageManager"},"Classes/GPKGDgiwgGeoPackageManager.html#/c:objc(cs)GPKGDgiwgGeoPackageManager(cm)validate:":{"name":"+validate:","abstract":"

    Validate the GeoPackage against the DGIWG GeoPackage Profile

    ","parent_name":"GPKGDgiwgGeoPackageManager"},"Classes/GPKGDgiwgGeoPackageFactory.html#/c:objc(cs)GPKGDgiwgGeoPackageFactory(cm)manager":{"name":"+manager","abstract":"

    Get a GeoPackage Manager

    ","parent_name":"GPKGDgiwgGeoPackageFactory"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)initWithGeoPackage:":{"name":"-initWithGeoPackage:","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)file":{"name":"-file","abstract":"

    Get the DGIWG file

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)fileName":{"name":"-fileName","abstract":"

    Get the DGIWG file name

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)isValid":{"name":"-isValid","abstract":"

    Is the GeoPackage valid according to the DGIWG GeoPackage Profile

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)validate":{"name":"-validate","abstract":"

    Validate the GeoPackage against the DGIWG GeoPackage Profile

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)errors":{"name":"-errors","abstract":"

    Get the most recent {@link #validate()} results

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)validateTable:":{"name":"-validateTable:","abstract":"

    Validate the GeoPackage table against the DGIWG GeoPackage Profile

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)validateTables:":{"name":"-validateTables:","abstract":"

    Validate the GeoPackage tables against the DGIWG GeoPackage Profile

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createTilesWithTable:andCRS:":{"name":"-createTilesWithTable:andCRS:","abstract":"

    Create tiles table

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createTilesWithTable:andIdentifier:andDescription:andCRS:":{"name":"-createTilesWithTable:andIdentifier:andDescription:andCRS:","abstract":"

    Create tiles table

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createTilesWithTable:andIdentifier:andDescription:andInformativeBounds:andCRS:":{"name":"-createTilesWithTable:andIdentifier:andDescription:andInformativeBounds:andCRS:","abstract":"

    Create tiles table

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createTilesWithTable:andCRS:andExtentBounds:":{"name":"-createTilesWithTable:andCRS:andExtentBounds:","abstract":"

    Create tiles table

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createTilesWithTable:andIdentifier:andDescription:andCRS:andExtentBounds:":{"name":"-createTilesWithTable:andIdentifier:andDescription:andCRS:andExtentBounds:","abstract":"

    Create tiles table

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createTilesWithTable:andIdentifier:andDescription:andInformativeBounds:andCRS:andExtentBounds:":{"name":"-createTilesWithTable:andIdentifier:andDescription:andInformativeBounds:andCRS:andExtentBounds:","abstract":"

    Create tiles table

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createTilesWithTable:andSRS:andExtentBounds:":{"name":"-createTilesWithTable:andSRS:andExtentBounds:","abstract":"

    Create tiles table

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createTilesWithTable:andIdentifier:andDescription:andSRS:andExtentBounds:":{"name":"-createTilesWithTable:andIdentifier:andDescription:andSRS:andExtentBounds:","abstract":"

    Create tiles table

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createTilesWithTable:andIdentifier:andDescription:andInformativeBounds:andSRS:andExtentBounds:":{"name":"-createTilesWithTable:andIdentifier:andDescription:andInformativeBounds:andSRS:andExtentBounds:","abstract":"

    Create tiles table

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createTileMatricesWithTileMatrixSet:andMinZoom:andMaxZoom:andWidth:andHeight:":{"name":"-createTileMatricesWithTileMatrixSet:andMinZoom:andMaxZoom:andWidth:andHeight:","abstract":"

    Create tile matrices for zoom levels

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createTileMatricesWithTable:andBounds:andMinZoom:andMaxZoom:andWidth:andHeight:":{"name":"-createTileMatricesWithTable:andBounds:andMinZoom:andMaxZoom:andWidth:andHeight:","abstract":"

    Create tile matrices for zoom levels

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createTileMatricesWithTileMatrixSet:andZoomLevels:andWidth:andHeight:":{"name":"-createTileMatricesWithTileMatrixSet:andZoomLevels:andWidth:andHeight:","abstract":"

    Create tile matrices for zoom levels

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createTileMatricesWithTable:andBounds:andZoomLevels:andWidth:andHeight:":{"name":"-createTileMatricesWithTable:andBounds:andZoomLevels:andWidth:andHeight:","abstract":"

    Create tile matrices for zoom levels

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createTileMatrixWithTileMatrixSet:andZoom:andWidth:andHeight:":{"name":"-createTileMatrixWithTileMatrixSet:andZoom:andWidth:andHeight:","abstract":"

    Create a tile matrix for a zoom level

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createTileMatrixWithTable:andBounds:andZoom:andWidth:andHeight:":{"name":"-createTileMatrixWithTable:andBounds:andZoom:andWidth:andHeight:","abstract":"

    Create a tile matrix for a zoom level

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createTileMatrixWithTable:andZoom:andWidth:andHeight:andPixelX:andPixelY:":{"name":"-createTileMatrixWithTable:andZoom:andWidth:andHeight:andPixelX:andPixelY:","abstract":"

    Create a tile matrix for a zoom level

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createFeaturesWithTable:andGeometryType:andCRS:":{"name":"-createFeaturesWithTable:andGeometryType:andCRS:","abstract":"

    Create features table

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createFeaturesWithTable:andGeometryType:andColumns:andCRS:":{"name":"-createFeaturesWithTable:andGeometryType:andColumns:andCRS:","abstract":"

    Create features table

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createFeaturesWithTable:andIdentifier:andDescription:andGeometryType:andCRS:":{"name":"-createFeaturesWithTable:andIdentifier:andDescription:andGeometryType:andCRS:","abstract":"

    Create features table

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createFeaturesWithTable:andIdentifier:andDescription:andGeometryType:andColumns:andCRS:":{"name":"-createFeaturesWithTable:andIdentifier:andDescription:andGeometryType:andColumns:andCRS:","abstract":"

    Create features table

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createFeaturesWithTable:andBounds:andGeometryType:andCRS:":{"name":"-createFeaturesWithTable:andBounds:andGeometryType:andCRS:","abstract":"

    Create features table

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createFeaturesWithTable:andBounds:andGeometryType:andColumns:andCRS:":{"name":"-createFeaturesWithTable:andBounds:andGeometryType:andColumns:andCRS:","abstract":"

    Create features table

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createFeaturesWithTable:andIdentifier:andDescription:andBounds:andGeometryType:andCRS:":{"name":"-createFeaturesWithTable:andIdentifier:andDescription:andBounds:andGeometryType:andCRS:","abstract":"

    Create features table

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createFeaturesWithTable:andIdentifier:andDescription:andBounds:andGeometryType:andColumns:andCRS:":{"name":"-createFeaturesWithTable:andIdentifier:andDescription:andBounds:andGeometryType:andColumns:andCRS:","abstract":"

    Create features table

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createFeaturesWithTable:andBounds:andGeometryType:andDataType:andSRS:":{"name":"-createFeaturesWithTable:andBounds:andGeometryType:andDataType:andSRS:","abstract":"

    Create features table

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createFeaturesWithTable:andBounds:andGeometryType:andDataType:andColumns:andSRS:":{"name":"-createFeaturesWithTable:andBounds:andGeometryType:andDataType:andColumns:andSRS:","abstract":"

    Create features table

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createFeaturesWithTable:andIdentifier:andDescription:andBounds:andGeometryType:andDataType:andSRS:":{"name":"-createFeaturesWithTable:andIdentifier:andDescription:andBounds:andGeometryType:andDataType:andSRS:","abstract":"

    Create features table

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createFeaturesWithTable:andIdentifier:andDescription:andBounds:andGeometryType:andDataType:andColumns:andSRS:":{"name":"-createFeaturesWithTable:andIdentifier:andDescription:andBounds:andGeometryType:andDataType:andColumns:andSRS:","abstract":"

    Create features table

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createMetadata:andReference:":{"name":"-createMetadata:andReference:","abstract":"

    Create metadata and metadata reference

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createMetadata:":{"name":"-createMetadata:","abstract":"

    Create metadata

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createMetadataReference:withMetadata:":{"name":"-createMetadataReference:withMetadata:","abstract":"

    Create metadata reference

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createMetadataReference:":{"name":"-createMetadataReference:","abstract":"

    Create metadata reference

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createGeoPackageSeriesMetadata:withURI:":{"name":"-createGeoPackageSeriesMetadata:withURI:","abstract":"

    Create GeoPackage metadata with a series scope and metadata reference

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createGeoPackageDatasetMetadata:withURI:":{"name":"-createGeoPackageDatasetMetadata:withURI:","abstract":"

    Create GeoPackage metadata with a dataset scope and metadata reference

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createGeoPackageMetadata:withScope:andURI:":{"name":"-createGeoPackageMetadata:withScope:andURI:","abstract":"

    Create GeoPackage metadata and metadata reference

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)createMetadata:withScope:andURI:andReference:":{"name":"-createMetadata:withScope:andURI:andReference:","abstract":"

    Create metadata and metadata reference

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)queryGeoPackageDMFMetadata":{"name":"-queryGeoPackageDMFMetadata","abstract":"

    Query for GeoPackage DGIWG Metadata Foundation (DMF) metadata

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)queryGeoPackageNASMetadata":{"name":"-queryGeoPackageNASMetadata","abstract":"

    Query for GeoPackage NSG Metadata Foundation (NMF) NSG Application Schema","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgGeoPackage.html#/c:objc(cs)GPKGDgiwgGeoPackage(im)queryGeoPackageMetadataWithBaseURI:":{"name":"-queryGeoPackageMetadataWithBaseURI:","abstract":"

    Query for GeoPackage metadata

    ","parent_name":"GPKGDgiwgGeoPackage"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(py)producer":{"name":"producer","abstract":"

    GeoPackage producer

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(py)dataProduct":{"name":"dataProduct","abstract":"

    Data Product(s)

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(py)geographicCoverageArea":{"name":"geographicCoverageArea","abstract":"

    Geographic Coverage Area

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(py)zoomLevels":{"name":"zoomLevels","abstract":"

    Zoom Levels

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(py)version":{"name":"version","abstract":"

    Version

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(py)creationDateText":{"name":"creationDateText","abstract":"

    GeoPackage Creation Date

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(py)creationDate":{"name":"creationDate","abstract":"

    GeoPackage Creation Date

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(py)additional":{"name":"additional","abstract":"

    Optional additional elements, for mission or agency specific use

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(im)initWithName:":{"name":"-initWithName:","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(im)zoomLevel1":{"name":"-zoomLevel1","abstract":"

    Get the zoom level part 1, max zoom or scale map units

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(im)hasZoomLevel1":{"name":"-hasZoomLevel1","abstract":"

    Has a zoom level part 1, max zoom or scale map units

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(im)zoomLevel2":{"name":"-zoomLevel2","abstract":"

    Get the zoom level part 2, max zoom or scale surface units

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(im)hasZoomLevel2":{"name":"-hasZoomLevel2","abstract":"

    Has a zoom level part 2, max zoom or scale surface units

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(im)setZoomLevelRangeWithMin:andMax:":{"name":"-setZoomLevelRangeWithMin:andMax:","abstract":"

    Set the zoom level range

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(im)setZoomLevelScaleWithMapUnits:andSurfaceUnits:":{"name":"-setZoomLevelScaleWithMapUnits:andSurfaceUnits:","abstract":"

    Set the zoom level map scale

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(im)majorVersion":{"name":"-majorVersion","abstract":"

    Get the major version

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(im)hasMajorVersion":{"name":"-hasMajorVersion","abstract":"

    Has a major version

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(im)minorVersion":{"name":"-minorVersion","abstract":"

    Get the minor version

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(im)hasMinorVersion":{"name":"-hasMinorVersion","abstract":"

    Has a minor version

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(im)setVersionWithMajor:andMinor:":{"name":"-setVersionWithMajor:andMinor:","abstract":"

    Set the version

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(im)hasAdditional":{"name":"-hasAdditional","abstract":"

    Has additional elements

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(im)addAdditional:":{"name":"-addAdditional:","abstract":"

    Add an additional element

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(im)isInformative":{"name":"-isInformative","abstract":"

    Determine if a complete informative file name

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(im)name":{"name":"-name","abstract":"

    Get the file name

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(im)nameWithExtension":{"name":"-nameWithExtension","abstract":"

    Get the file name with GeoPackage extension

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFileName.html#/c:objc(cs)GPKGDgiwgFileName(im)delimitersToSpaces:":{"name":"-delimitersToSpaces:","abstract":"

    Replace word delimiters with spaces

    ","parent_name":"GPKGDgiwgFileName"},"Classes/GPKGDgiwgFile.html#/c:objc(cs)GPKGDgiwgFile(py)file":{"name":"file","abstract":"

    GeoPackage File

    ","parent_name":"GPKGDgiwgFile"},"Classes/GPKGDgiwgFile.html#/c:objc(cs)GPKGDgiwgFile(py)fileName":{"name":"fileName","abstract":"

    DGIWG File Name

    ","parent_name":"GPKGDgiwgFile"},"Classes/GPKGDgiwgFile.html#/c:objc(cs)GPKGDgiwgFile(im)initWithFile:":{"name":"-initWithFile:","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgFile"},"Classes/GPKGDgiwgFile.html#/c:objc(cs)GPKGDgiwgFile(im)initWithFile:andFileName:":{"name":"-initWithFile:andFileName:","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgFile"},"Classes/GPKGDgiwgFile.html#/c:objc(cs)GPKGDgiwgFile(im)initWithFile:andName:":{"name":"-initWithFile:andName:","abstract":"

    Initialize

    ","parent_name":"GPKGDgiwgFile"},"Classes/GPKGDgiwgFile.html#/c:objc(cs)GPKGDgiwgFile(im)name":{"name":"-name","abstract":"

    Get the file name

    ","parent_name":"GPKGDgiwgFile"},"Classes/GPKGDgiwgFile.html#/c:objc(cs)GPKGDgiwgFile(im)setFileNameFromFile:":{"name":"-setFileNameFromFile:","abstract":"

    Set the DGIWG file name

    ","parent_name":"GPKGDgiwgFile"},"Classes/GPKGDgiwgDataTypes.html#/c:objc(cs)GPKGDgiwgDataTypes(cm)dataType:":{"name":"+dataType:","abstract":"

    Get the contents data type

    ","parent_name":"GPKGDgiwgDataTypes"},"Classes/GPKGDgiwgDataTypes.html#/c:objc(cs)GPKGDgiwgDataTypes(cm)name:":{"name":"+name:","abstract":"

    Get the name

    ","parent_name":"GPKGDgiwgDataTypes"},"Classes/GPKGDgiwgDataTypes.html#/c:objc(cs)GPKGDgiwgDataTypes(cm)dimension:":{"name":"+dimension:","abstract":"

    Get the dimension

    ","parent_name":"GPKGDgiwgDataTypes"},"Classes/GPKGDgiwgDataTypes.html#/c:objc(cs)GPKGDgiwgDataTypes(cm)isFeatures:":{"name":"+isFeatures:","abstract":"

    Is a features data type

    ","parent_name":"GPKGDgiwgDataTypes"},"Classes/GPKGDgiwgDataTypes.html#/c:objc(cs)GPKGDgiwgDataTypes(cm)isTiles:":{"name":"+isTiles:","abstract":"

    Is a tiles data type

    ","parent_name":"GPKGDgiwgDataTypes"},"Classes/GPKGDgiwgDataTypes.html#/c:objc(cs)GPKGDgiwgDataTypes(cm)is2D:":{"name":"+is2D:","abstract":"

    Is a 2D data type

    ","parent_name":"GPKGDgiwgDataTypes"},"Classes/GPKGDgiwgDataTypes.html#/c:objc(cs)GPKGDgiwgDataTypes(cm)is3D:":{"name":"+is3D:","abstract":"

    Is a 3D data type

    ","parent_name":"GPKGDgiwgDataTypes"},"Classes/GPKGDgiwgDataTypes.html#/c:objc(cs)GPKGDgiwgDataTypes(cm)z:":{"name":"+z:","abstract":"

    Get a geometry columns z value, 0 for prohibited and 1 for mandatory

    ","parent_name":"GPKGDgiwgDataTypes"},"Classes/GPKGDgiwgDataTypes.html#/c:objc(cs)GPKGDgiwgDataTypes(cm)dataTypes:":{"name":"+dataTypes:","abstract":"

    Get the data types for the contents data type

    ","parent_name":"GPKGDgiwgDataTypes"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(cm)fromType:":{"name":"+fromType:","abstract":"

    Get a CRS by type

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(im)type":{"name":"-type","abstract":"

    Get the type

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(im)authority":{"name":"-authority","abstract":"

    Get the authority

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(im)code":{"name":"-code","abstract":"

    Get the code

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(im)authorityAndCode":{"name":"-authorityAndCode","abstract":"

    Get the authority and code

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(im)name":{"name":"-name","abstract":"

    Get the name

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(im)crsType":{"name":"-crsType","abstract":"

    Get the CRS type

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(im)dimension":{"name":"-dimension","abstract":"

    Get the dimension

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(im)wkt":{"name":"-wkt","abstract":"

    Get the Well-Known Text

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(im)theDescription":{"name":"-theDescription","abstract":"

    Get the description

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(im)bounds":{"name":"-bounds","abstract":"

    Get the bounds

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(im)wgs84Bounds":{"name":"-wgs84Bounds","abstract":"

    Get the WGS84 bounds extent

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(im)dataTypes":{"name":"-dataTypes","abstract":"

    Get the data types

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(im)dataTypeNames":{"name":"-dataTypeNames","abstract":"

    Get the data type names

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(im)isCRSType:":{"name":"-isCRSType:","abstract":"

    Is the CRS Type

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(im)isDataType:":{"name":"-isDataType:","abstract":"

    Is valid for the Data Type

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(im)contentsDataTypes":{"name":"-contentsDataTypes","abstract":"

    Get the contents data types

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(im)tilesDataTypes":{"name":"-tilesDataTypes","abstract":"

    Get the tiles data types

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(im)hasTilesDataTypes":{"name":"-hasTilesDataTypes","abstract":"

    Has tiles data types

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(im)featuresDataTypes":{"name":"-featuresDataTypes","abstract":"

    Get the features data types

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(im)hasFeaturesDataTypes":{"name":"-hasFeaturesDataTypes","abstract":"

    Has features data types

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(im)dataTypes:":{"name":"-dataTypes:","abstract":"

    Get the data types for the contents data type

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(im)createSpatialReferenceSystem":{"name":"-createSpatialReferenceSystem","abstract":"

    Create a Spatial Reference System

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(im)createTilesSpatialReferenceSystem":{"name":"-createTilesSpatialReferenceSystem","abstract":"

    Validate the CRS for tiles and get the SRS

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(im)createFeaturesSpatialReferenceSystem":{"name":"-createFeaturesSpatialReferenceSystem","abstract":"

    Validate the CRS for features and get the SRS

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(cm)createLambertConicConformal1SPWithEPSG:andName:andCRS:andGeoDatum:andLatitudeOfOrigin:andCentralMeridian:andScaleFactor:andFalseEasting:andFalseNorthing:":{"name":"+createLambertConicConformal1SPWithEPSG:andName:andCRS:andGeoDatum:andLatitudeOfOrigin:andCentralMeridian:andScaleFactor:andFalseEasting:andFalseNorthing:","abstract":"

    Create a Lambert Conic Conformal 1SP Spatial Reference System

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(cm)createLambertConicConformal2SPWithEPSG:andName:andCRS:andGeoDatum:andStandardParallel1:andStandardParallel2:andLatitudeOfOrigin:andCentralMeridian:andFalseEasting:andFalseNorthing:":{"name":"+createLambertConicConformal2SPWithEPSG:andName:andCRS:andGeoDatum:andStandardParallel1:andStandardParallel2:andLatitudeOfOrigin:andCentralMeridian:andFalseEasting:andFalseNorthing:","abstract":"

    Create a Lambert Conic Conformal 2SP Spatial Reference System

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(cm)coordinateReferenceSystemWithEPSG:":{"name":"+coordinateReferenceSystemWithEPSG:","abstract":"

    Get the coordinate reference system for the EPSG code

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(cm)coordinateReferenceSystemWithSRS:":{"name":"+coordinateReferenceSystemWithSRS:","abstract":"

    Get the coordinate reference system for the spatial reference system

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(cm)coordinateReferenceSystemWithAuthority:andCode:":{"name":"+coordinateReferenceSystemWithAuthority:andCode:","abstract":"

    Get the coordinate reference system for the authority and code

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(cm)coordinateReferenceSystemsForType:":{"name":"+coordinateReferenceSystemsForType:","abstract":"

    Get the supported coordinate reference systems for the data type

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGDgiwgCoordinateReferenceSystems.html#/c:objc(cs)GPKGDgiwgCoordinateReferenceSystems(cm)coordinateReferenceSystemsForContentsType:":{"name":"+coordinateReferenceSystemsForContentsType:","abstract":"

    Get the supported coordinate reference systems for the contents data type

    ","parent_name":"GPKGDgiwgCoordinateReferenceSystems"},"Classes/GPKGUniqueConstraint.html#/c:objc(cs)GPKGUniqueConstraint(py)columns":{"name":"columns","abstract":"

    Columns included in the unique constraint

    ","parent_name":"GPKGUniqueConstraint"},"Classes/GPKGUniqueConstraint.html#/c:objc(cs)GPKGUniqueConstraint(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGUniqueConstraint"},"Classes/GPKGUniqueConstraint.html#/c:objc(cs)GPKGUniqueConstraint(im)initWithName:":{"name":"-initWithName:","abstract":"

    Initialize

    ","parent_name":"GPKGUniqueConstraint"},"Classes/GPKGUniqueConstraint.html#/c:objc(cs)GPKGUniqueConstraint(im)initWithOrder:":{"name":"-initWithOrder:","abstract":"

    Initialize

    ","parent_name":"GPKGUniqueConstraint"},"Classes/GPKGUniqueConstraint.html#/c:objc(cs)GPKGUniqueConstraint(im)initWithName:andOrder:":{"name":"-initWithName:andOrder:","abstract":"

    Initialize

    ","parent_name":"GPKGUniqueConstraint"},"Classes/GPKGUniqueConstraint.html#/c:objc(cs)GPKGUniqueConstraint(im)initWithColumn:":{"name":"-initWithColumn:","abstract":"

    Initialize

    ","parent_name":"GPKGUniqueConstraint"},"Classes/GPKGUniqueConstraint.html#/c:objc(cs)GPKGUniqueConstraint(im)initWithColumns:":{"name":"-initWithColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGUniqueConstraint"},"Classes/GPKGUniqueConstraint.html#/c:objc(cs)GPKGUniqueConstraint(im)initWithName:andColumn:":{"name":"-initWithName:andColumn:","abstract":"

    Initialize

    ","parent_name":"GPKGUniqueConstraint"},"Classes/GPKGUniqueConstraint.html#/c:objc(cs)GPKGUniqueConstraint(im)initWithName:andColumns:":{"name":"-initWithName:andColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGUniqueConstraint"},"Classes/GPKGUniqueConstraint.html#/c:objc(cs)GPKGUniqueConstraint(im)addColumn:":{"name":"-addColumn:","abstract":"

    Add column

    ","parent_name":"GPKGUniqueConstraint"},"Classes/GPKGUniqueConstraint.html#/c:objc(cs)GPKGUniqueConstraint(im)addColumns:":{"name":"-addColumns:","abstract":"

    Add columns

    ","parent_name":"GPKGUniqueConstraint"},"Classes/GPKGTableInfo.html#/c:objc(cs)GPKGTableInfo(im)tableName":{"name":"-tableName","abstract":"

    Get the table name

    ","parent_name":"GPKGTableInfo"},"Classes/GPKGTableInfo.html#/c:objc(cs)GPKGTableInfo(im)numColumns":{"name":"-numColumns","abstract":"

    Number of columns

    ","parent_name":"GPKGTableInfo"},"Classes/GPKGTableInfo.html#/c:objc(cs)GPKGTableInfo(im)columns":{"name":"-columns","abstract":"

    Get the columns

    ","parent_name":"GPKGTableInfo"},"Classes/GPKGTableInfo.html#/c:objc(cs)GPKGTableInfo(im)columnAtIndex:":{"name":"-columnAtIndex:","abstract":"

    Get the column at the index

    ","parent_name":"GPKGTableInfo"},"Classes/GPKGTableInfo.html#/c:objc(cs)GPKGTableInfo(im)hasColumn:":{"name":"-hasColumn:","abstract":"

    Check if the table has the column

    ","parent_name":"GPKGTableInfo"},"Classes/GPKGTableInfo.html#/c:objc(cs)GPKGTableInfo(im)column:":{"name":"-column:","abstract":"

    Get the column with the name

    ","parent_name":"GPKGTableInfo"},"Classes/GPKGTableInfo.html#/c:objc(cs)GPKGTableInfo(im)hasPrimaryKey":{"name":"-hasPrimaryKey","abstract":"

    Check if the table has one or more primary keys

    ","parent_name":"GPKGTableInfo"},"Classes/GPKGTableInfo.html#/c:objc(cs)GPKGTableInfo(im)primaryKeys":{"name":"-primaryKeys","abstract":"

    Get the primary key columns

    ","parent_name":"GPKGTableInfo"},"Classes/GPKGTableInfo.html#/c:objc(cs)GPKGTableInfo(im)primaryKey":{"name":"-primaryKey","abstract":"

    Get the single or first primary key if one exists

    ","parent_name":"GPKGTableInfo"},"Classes/GPKGTableInfo.html#/c:objc(cs)GPKGTableInfo(cm)infoWithConnection:andTable:":{"name":"+infoWithConnection:andTable:","abstract":"

    Query for the table_info of the table name

    ","parent_name":"GPKGTableInfo"},"Classes/GPKGTableInfo.html#/c:objc(cs)GPKGTableInfo(cm)dataType:":{"name":"+dataType:","abstract":"

    Get the data type from the type value

    ","parent_name":"GPKGTableInfo"},"Classes/GPKGTableInfo.html#/c:objc(cs)GPKGTableInfo(cm)defaultValue:withType:":{"name":"+defaultValue:withType:","abstract":"

    Get the default object value for the string default value and type

    ","parent_name":"GPKGTableInfo"},"Classes/GPKGTableInfo.html#/c:objc(cs)GPKGTableInfo(cm)defaultValue:withDataType:":{"name":"+defaultValue:withDataType:","abstract":"

    Get the default object value for the string default value with the data","parent_name":"GPKGTableInfo"},"Classes/GPKGTableConstraints.html#/c:objc(cs)GPKGTableConstraints(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGTableConstraints"},"Classes/GPKGTableConstraints.html#/c:objc(cs)GPKGTableConstraints(im)addTableConstraint:":{"name":"-addTableConstraint:","abstract":"

    Add a table constraint

    ","parent_name":"GPKGTableConstraints"},"Classes/GPKGTableConstraints.html#/c:objc(cs)GPKGTableConstraints(im)addTableConstraints:":{"name":"-addTableConstraints:","abstract":"

    Add table constraints

    ","parent_name":"GPKGTableConstraints"},"Classes/GPKGTableConstraints.html#/c:objc(cs)GPKGTableConstraints(im)tableConstraints":{"name":"-tableConstraints","abstract":"

    Get the table constraints

    ","parent_name":"GPKGTableConstraints"},"Classes/GPKGTableConstraints.html#/c:objc(cs)GPKGTableConstraints(im)tableConstraintAtIndex:":{"name":"-tableConstraintAtIndex:","abstract":"

    Get the table constraint at the index

    ","parent_name":"GPKGTableConstraints"},"Classes/GPKGTableConstraints.html#/c:objc(cs)GPKGTableConstraints(im)numTableConstraints":{"name":"-numTableConstraints","abstract":"

    Get the number of table constraints

    ","parent_name":"GPKGTableConstraints"},"Classes/GPKGTableConstraints.html#/c:objc(cs)GPKGTableConstraints(im)addColumnConstraint:forColumn:":{"name":"-addColumnConstraint:forColumn:","abstract":"

    Add a column constraint

    ","parent_name":"GPKGTableConstraints"},"Classes/GPKGTableConstraints.html#/c:objc(cs)GPKGTableConstraints(im)addColumnConstraintsInArray:forColumn:":{"name":"-addColumnConstraintsInArray:forColumn:","abstract":"

    Add column constraints

    ","parent_name":"GPKGTableConstraints"},"Classes/GPKGTableConstraints.html#/c:objc(cs)GPKGTableConstraints(im)addColumnConstraints:":{"name":"-addColumnConstraints:","abstract":"

    Add column constraints

    ","parent_name":"GPKGTableConstraints"},"Classes/GPKGTableConstraints.html#/c:objc(cs)GPKGTableConstraints(im)addColumnConstraintsInDictionary:":{"name":"-addColumnConstraintsInDictionary:","abstract":"

    Add column constraints

    ","parent_name":"GPKGTableConstraints"},"Classes/GPKGTableConstraints.html#/c:objc(cs)GPKGTableConstraints(im)addColumnConstraintsInArray:":{"name":"-addColumnConstraintsInArray:","abstract":"

    Add column constraints

    ","parent_name":"GPKGTableConstraints"},"Classes/GPKGTableConstraints.html#/c:objc(cs)GPKGTableConstraints(im)columnConstraints":{"name":"-columnConstraints","abstract":"

    Get the column constraints

    ","parent_name":"GPKGTableConstraints"},"Classes/GPKGTableConstraints.html#/c:objc(cs)GPKGTableConstraints(im)columnsWithConstraints":{"name":"-columnsWithConstraints","abstract":"

    Get the column names with constraints

    ","parent_name":"GPKGTableConstraints"},"Classes/GPKGTableConstraints.html#/c:objc(cs)GPKGTableConstraints(im)columnConstraintsForColumn:":{"name":"-columnConstraintsForColumn:","abstract":"

    Get the column constraints

    ","parent_name":"GPKGTableConstraints"},"Classes/GPKGTableConstraints.html#/c:objc(cs)GPKGTableConstraints(im)columnConstraintForColumn:atIndex:":{"name":"-columnConstraintForColumn:atIndex:","abstract":"

    Get the column constraint at the index

    ","parent_name":"GPKGTableConstraints"},"Classes/GPKGTableConstraints.html#/c:objc(cs)GPKGTableConstraints(im)numConstraintsForColumn:":{"name":"-numConstraintsForColumn:","abstract":"

    Get the number of column constraints for the column name

    ","parent_name":"GPKGTableConstraints"},"Classes/GPKGTableConstraints.html#/c:objc(cs)GPKGTableConstraints(im)addConstraints:":{"name":"-addConstraints:","abstract":"

    Add table constraints

    ","parent_name":"GPKGTableConstraints"},"Classes/GPKGTableConstraints.html#/c:objc(cs)GPKGTableConstraints(im)hasConstraints":{"name":"-hasConstraints","abstract":"

    Check if there are constraints

    ","parent_name":"GPKGTableConstraints"},"Classes/GPKGTableConstraints.html#/c:objc(cs)GPKGTableConstraints(im)hasTableConstraints":{"name":"-hasTableConstraints","abstract":"

    Check if there are table constraints

    ","parent_name":"GPKGTableConstraints"},"Classes/GPKGTableConstraints.html#/c:objc(cs)GPKGTableConstraints(im)hasColumnConstraints":{"name":"-hasColumnConstraints","abstract":"

    Check if there are column constraints

    ","parent_name":"GPKGTableConstraints"},"Classes/GPKGTableConstraints.html#/c:objc(cs)GPKGTableConstraints(im)hasConstraintsForColumn:":{"name":"-hasConstraintsForColumn:","abstract":"

    Check if there are column constraints for the column name

    ","parent_name":"GPKGTableConstraints"},"Classes/GPKGTableColumn.html#/c:objc(cs)GPKGTableColumn(im)initWithIndex:andName:andType:andDataType:andMax:andNotNull:andDefaultValueString:andDefaultValue:andPrimaryKey:":{"name":"-initWithIndex:andName:andType:andDataType:andMax:andNotNull:andDefaultValueString:andDefaultValue:andPrimaryKey:","abstract":"

    Initialize

    ","parent_name":"GPKGTableColumn"},"Classes/GPKGTableColumn.html#/c:objc(cs)GPKGTableColumn(im)index":{"name":"-index","abstract":"

    Get the column index

    ","parent_name":"GPKGTableColumn"},"Classes/GPKGTableColumn.html#/c:objc(cs)GPKGTableColumn(im)name":{"name":"-name","abstract":"

    Get the column name

    ","parent_name":"GPKGTableColumn"},"Classes/GPKGTableColumn.html#/c:objc(cs)GPKGTableColumn(im)type":{"name":"-type","abstract":"

    Get the column type

    ","parent_name":"GPKGTableColumn"},"Classes/GPKGTableColumn.html#/c:objc(cs)GPKGTableColumn(im)dataType":{"name":"-dataType","abstract":"

    Get the column data type

    ","parent_name":"GPKGTableColumn"},"Classes/GPKGTableColumn.html#/c:objc(cs)GPKGTableColumn(im)isDataType:":{"name":"-isDataType:","abstract":"

    Is the column the data type

    ","parent_name":"GPKGTableColumn"},"Classes/GPKGTableColumn.html#/c:objc(cs)GPKGTableColumn(im)max":{"name":"-max","abstract":"

    Get the column max value

    ","parent_name":"GPKGTableColumn"},"Classes/GPKGTableColumn.html#/c:objc(cs)GPKGTableColumn(im)notNull":{"name":"-notNull","abstract":"

    Is this a not null column?

    ","parent_name":"GPKGTableColumn"},"Classes/GPKGTableColumn.html#/c:objc(cs)GPKGTableColumn(im)defaultValueString":{"name":"-defaultValueString","abstract":"

    Get the default value as a string

    ","parent_name":"GPKGTableColumn"},"Classes/GPKGTableColumn.html#/c:objc(cs)GPKGTableColumn(im)defaultValue":{"name":"-defaultValue","abstract":"

    Get the default value

    ","parent_name":"GPKGTableColumn"},"Classes/GPKGTableColumn.html#/c:objc(cs)GPKGTableColumn(im)primaryKey":{"name":"-primaryKey","abstract":"

    Is this a primary key column?

    ","parent_name":"GPKGTableColumn"},"Classes/GPKGRawConstraint.html#/c:objc(cs)GPKGRawConstraint(py)sql":{"name":"sql","abstract":"

    SQL statement

    ","parent_name":"GPKGRawConstraint"},"Classes/GPKGRawConstraint.html#/c:objc(cs)GPKGRawConstraint(im)initWithSql:":{"name":"-initWithSql:","abstract":"

    Initialize

    ","parent_name":"GPKGRawConstraint"},"Classes/GPKGRawConstraint.html#/c:objc(cs)GPKGRawConstraint(im)initWithType:andSql:":{"name":"-initWithType:andSql:","abstract":"

    Initialize

    ","parent_name":"GPKGRawConstraint"},"Classes/GPKGRawConstraint.html#/c:objc(cs)GPKGRawConstraint(im)initWithType:andName:andSql:":{"name":"-initWithType:andName:andSql:","abstract":"

    Initialize

    ","parent_name":"GPKGRawConstraint"},"Classes/GPKGRawConstraint.html#/c:objc(cs)GPKGRawConstraint(im)initWithOrder:andSql:":{"name":"-initWithOrder:andSql:","abstract":"

    Constructor

    ","parent_name":"GPKGRawConstraint"},"Classes/GPKGRawConstraint.html#/c:objc(cs)GPKGRawConstraint(im)initWithType:andOrder:andSql:":{"name":"-initWithType:andOrder:andSql:","abstract":"

    Constructor

    ","parent_name":"GPKGRawConstraint"},"Classes/GPKGRawConstraint.html#/c:objc(cs)GPKGRawConstraint(im)initWithType:andName:andOrder:andSql:":{"name":"-initWithType:andName:andOrder:andSql:","abstract":"

    Constructor

    ","parent_name":"GPKGRawConstraint"},"Classes/GPKGRawConstraint.html#/c:objc(cs)GPKGRawConstraint(im)setTypeFromSql:":{"name":"-setTypeFromSql:","abstract":"

    Set the type from the constraint SQL

    ","parent_name":"GPKGRawConstraint"},"Classes/GPKGRawConstraint.html#/c:objc(cs)GPKGRawConstraint(im)setNameFromSql:":{"name":"-setNameFromSql:","abstract":"

    Set the name from the constraint SQL

    ","parent_name":"GPKGRawConstraint"},"Classes/GPKGConstraints.html#/c:objc(cs)GPKGConstraints(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGConstraints"},"Classes/GPKGConstraints.html#/c:objc(cs)GPKGConstraints(im)initWithConstraints:":{"name":"-initWithConstraints:","abstract":"

    Initialize

    ","parent_name":"GPKGConstraints"},"Classes/GPKGConstraints.html#/c:objc(cs)GPKGConstraints(im)add:":{"name":"-add:","abstract":"

    Add constraint

    ","parent_name":"GPKGConstraints"},"Classes/GPKGConstraints.html#/c:objc(cs)GPKGConstraints(im)addArray:":{"name":"-addArray:","abstract":"

    Add constraints

    ","parent_name":"GPKGConstraints"},"Classes/GPKGConstraints.html#/c:objc(cs)GPKGConstraints(im)addConstraints:":{"name":"-addConstraints:","abstract":"

    Add constraints

    ","parent_name":"GPKGConstraints"},"Classes/GPKGConstraints.html#/c:objc(cs)GPKGConstraints(im)has":{"name":"-has","abstract":"

    Check if has constraints

    ","parent_name":"GPKGConstraints"},"Classes/GPKGConstraints.html#/c:objc(cs)GPKGConstraints(im)hasType:":{"name":"-hasType:","abstract":"

    Check if has constraints of the provided type

    ","parent_name":"GPKGConstraints"},"Classes/GPKGConstraints.html#/c:objc(cs)GPKGConstraints(im)size":{"name":"-size","abstract":"

    Get the number of constraints

    ","parent_name":"GPKGConstraints"},"Classes/GPKGConstraints.html#/c:objc(cs)GPKGConstraints(im)sizeOfType:":{"name":"-sizeOfType:","abstract":"

    Get the number of constraints of the provided type

    ","parent_name":"GPKGConstraints"},"Classes/GPKGConstraints.html#/c:objc(cs)GPKGConstraints(im)all":{"name":"-all","abstract":"

    Get the constraints

    ","parent_name":"GPKGConstraints"},"Classes/GPKGConstraints.html#/c:objc(cs)GPKGConstraints(im)atIndex:":{"name":"-atIndex:","abstract":"

    Get the constraint at the index

    ","parent_name":"GPKGConstraints"},"Classes/GPKGConstraints.html#/c:objc(cs)GPKGConstraints(im)ofType:":{"name":"-ofType:","abstract":"

    Get the constraints of the provided type

    ","parent_name":"GPKGConstraints"},"Classes/GPKGConstraints.html#/c:objc(cs)GPKGConstraints(im)clear":{"name":"-clear","abstract":"

    Clear the constraints

    ","parent_name":"GPKGConstraints"},"Classes/GPKGConstraints.html#/c:objc(cs)GPKGConstraints(im)clearType:":{"name":"-clearType:","abstract":"

    Clear the constraints of the provided type

    ","parent_name":"GPKGConstraints"},"Classes/GPKGConstraintTypes.html#/c:objc(cs)GPKGConstraintTypes(cm)name:":{"name":"+name:","abstract":"

    Get the name of the constraint type

    ","parent_name":"GPKGConstraintTypes"},"Classes/GPKGConstraintTypes.html#/c:objc(cs)GPKGConstraintTypes(cm)fromName:":{"name":"+fromName:","abstract":"

    Get the constraint type from the constraint type name

    ","parent_name":"GPKGConstraintTypes"},"Classes/GPKGConstraintTypes.html#/c:objc(cs)GPKGConstraintTypes(cm)tableTypeOfValue:":{"name":"+tableTypeOfValue:","abstract":"

    Get a matching table constraint type from the value

    ","parent_name":"GPKGConstraintTypes"},"Classes/GPKGConstraintTypes.html#/c:objc(cs)GPKGConstraintTypes(cm)columnTypeOfValue:":{"name":"+columnTypeOfValue:","abstract":"

    Get a matching column constraint type from the value

    ","parent_name":"GPKGConstraintTypes"},"Classes/GPKGConstraintTypes.html#/c:objc(cs)GPKGConstraintTypes(cm)typeOfValue:":{"name":"+typeOfValue:","abstract":"

    Get a matching constraint type from the value

    ","parent_name":"GPKGConstraintTypes"},"Classes/GPKGConstraintParser.html#/c:objc(cs)GPKGConstraintParser(cm)tableConstraintsForSQL:":{"name":"+tableConstraintsForSQL:","abstract":"

    Get the constraints for the table SQL

    ","parent_name":"GPKGConstraintParser"},"Classes/GPKGConstraintParser.html#/c:objc(cs)GPKGConstraintParser(cm)columnConstraintsForSQL:":{"name":"+columnConstraintsForSQL:","abstract":"

    Attempt to get column constraints by parsing the SQL statement

    ","parent_name":"GPKGConstraintParser"},"Classes/GPKGConstraintParser.html#/c:objc(cs)GPKGConstraintParser(cm)tableConstraintForSQL:":{"name":"+tableConstraintForSQL:","abstract":"

    Attempt to get a table constraint by parsing the SQL statement

    ","parent_name":"GPKGConstraintParser"},"Classes/GPKGConstraintParser.html#/c:objc(cs)GPKGConstraintParser(cm)isTableConstraint:":{"name":"+isTableConstraint:","abstract":"

    Check if the SQL is a table type constraint

    ","parent_name":"GPKGConstraintParser"},"Classes/GPKGConstraintParser.html#/c:objc(cs)GPKGConstraintParser(cm)tableTypeForSQL:":{"name":"+tableTypeForSQL:","abstract":"

    Get the table constraint type of the constraint SQL

    ","parent_name":"GPKGConstraintParser"},"Classes/GPKGConstraintParser.html#/c:objc(cs)GPKGConstraintParser(cm)isTableSQL:type:":{"name":"+isTableSQL:type:","abstract":"

    Determine if the table constraint SQL is the constraint type

    ","parent_name":"GPKGConstraintParser"},"Classes/GPKGConstraintParser.html#/c:objc(cs)GPKGConstraintParser(cm)columnConstraintForSQL:":{"name":"+columnConstraintForSQL:","abstract":"

    Attempt to get a column constraint by parsing the SQL statement

    ","parent_name":"GPKGConstraintParser"},"Classes/GPKGConstraintParser.html#/c:objc(cs)GPKGConstraintParser(cm)isColumnConstraint:":{"name":"+isColumnConstraint:","abstract":"

    Check if the SQL is a column type constraint

    ","parent_name":"GPKGConstraintParser"},"Classes/GPKGConstraintParser.html#/c:objc(cs)GPKGConstraintParser(cm)columnTypeForSQL:":{"name":"+columnTypeForSQL:","abstract":"

    Get the column constraint type of the constraint SQL

    ","parent_name":"GPKGConstraintParser"},"Classes/GPKGConstraintParser.html#/c:objc(cs)GPKGConstraintParser(cm)isColumnSQL:type:":{"name":"+isColumnSQL:type:","abstract":"

    Determine if the column constraint SQL is the constraint type

    ","parent_name":"GPKGConstraintParser"},"Classes/GPKGConstraintParser.html#/c:objc(cs)GPKGConstraintParser(cm)constraintForSQL:":{"name":"+constraintForSQL:","abstract":"

    Attempt to get a constraint by parsing the SQL statement

    ","parent_name":"GPKGConstraintParser"},"Classes/GPKGConstraintParser.html#/c:objc(cs)GPKGConstraintParser(cm)isConstraint:":{"name":"+isConstraint:","abstract":"

    Check if the SQL is a constraint

    ","parent_name":"GPKGConstraintParser"},"Classes/GPKGConstraintParser.html#/c:objc(cs)GPKGConstraintParser(cm)typeForSQL:":{"name":"+typeForSQL:","abstract":"

    Get the constraint type of the constraint SQL

    ","parent_name":"GPKGConstraintParser"},"Classes/GPKGConstraintParser.html#/c:objc(cs)GPKGConstraintParser(cm)isSQL:type:":{"name":"+isSQL:type:","abstract":"

    Determine if the constraint SQL is the constraint type

    ","parent_name":"GPKGConstraintParser"},"Classes/GPKGConstraintParser.html#/c:objc(cs)GPKGConstraintParser(cm)nameForSQL:":{"name":"+nameForSQL:","abstract":"

    Get the constraint name if it has one

    ","parent_name":"GPKGConstraintParser"},"Classes/GPKGConstraintParser.html#/c:objc(cs)GPKGConstraintParser(cm)nameAndDefinitionForSQL:":{"name":"+nameAndDefinitionForSQL:","abstract":"

    Get the constraint name and remaining definition

    ","parent_name":"GPKGConstraintParser"},"Classes/GPKGConstraint.html#/c:objc(cs)GPKGConstraint(py)name":{"name":"name","abstract":"

    Optional constraint name

    ","parent_name":"GPKGConstraint"},"Classes/GPKGConstraint.html#/c:objc(cs)GPKGConstraint(py)type":{"name":"type","abstract":"

    Constraint type

    ","parent_name":"GPKGConstraint"},"Classes/GPKGConstraint.html#/c:objc(cs)GPKGConstraint(py)order":{"name":"order","abstract":"

    Optional order

    ","parent_name":"GPKGConstraint"},"Classes/GPKGConstraint.html#/c:objc(cs)GPKGConstraint(im)initWithType:":{"name":"-initWithType:","abstract":"

    Initialize

    ","parent_name":"GPKGConstraint"},"Classes/GPKGConstraint.html#/c:objc(cs)GPKGConstraint(im)initWithType:andName:":{"name":"-initWithType:andName:","abstract":"

    Initialize

    ","parent_name":"GPKGConstraint"},"Classes/GPKGConstraint.html#/c:objc(cs)GPKGConstraint(im)initWithType:andOrder:":{"name":"-initWithType:andOrder:","abstract":"

    Initialize

    ","parent_name":"GPKGConstraint"},"Classes/GPKGConstraint.html#/c:objc(cs)GPKGConstraint(im)initWithType:andName:andOrder:":{"name":"-initWithType:andName:andOrder:","abstract":"

    Initialize

    ","parent_name":"GPKGConstraint"},"Classes/GPKGConstraint.html#/c:objc(cs)GPKGConstraint(im)buildNameSql":{"name":"-buildNameSql","abstract":"

    Build the name SQL

    ","parent_name":"GPKGConstraint"},"Classes/GPKGConstraint.html#/c:objc(cs)GPKGConstraint(im)buildSql":{"name":"-buildSql","abstract":"

    Build the constraint SQL

    ","parent_name":"GPKGConstraint"},"Classes/GPKGConstraint.html#/c:objc(cs)GPKGConstraint(im)sortOrder":{"name":"-sortOrder","abstract":"

    Get the order for maintaining sorted constraints

    ","parent_name":"GPKGConstraint"},"Classes/GPKGColumnConstraints.html#/c:objc(cs)GPKGColumnConstraints(py)name":{"name":"name","abstract":"

    Column name

    ","parent_name":"GPKGColumnConstraints"},"Classes/GPKGColumnConstraints.html#/c:objc(cs)GPKGColumnConstraints(py)constraints":{"name":"constraints","abstract":"

    Column constraints

    ","parent_name":"GPKGColumnConstraints"},"Classes/GPKGColumnConstraints.html#/c:objc(cs)GPKGColumnConstraints(im)initWithName:":{"name":"-initWithName:","abstract":"

    Initialize

    ","parent_name":"GPKGColumnConstraints"},"Classes/GPKGColumnConstraints.html#/c:objc(cs)GPKGColumnConstraints(im)addConstraint:":{"name":"-addConstraint:","abstract":"

    Add a constraint

    ","parent_name":"GPKGColumnConstraints"},"Classes/GPKGColumnConstraints.html#/c:objc(cs)GPKGColumnConstraints(im)addConstraintArray:":{"name":"-addConstraintArray:","abstract":"

    Add constraints

    ","parent_name":"GPKGColumnConstraints"},"Classes/GPKGColumnConstraints.html#/c:objc(cs)GPKGColumnConstraints(im)addConstraints:":{"name":"-addConstraints:","abstract":"

    Add constraints

    ","parent_name":"GPKGColumnConstraints"},"Classes/GPKGColumnConstraints.html#/c:objc(cs)GPKGColumnConstraints(im)constraintAtIndex:":{"name":"-constraintAtIndex:","abstract":"

    Get the constraint at the index

    ","parent_name":"GPKGColumnConstraints"},"Classes/GPKGColumnConstraints.html#/c:objc(cs)GPKGColumnConstraints(im)numConstraints":{"name":"-numConstraints","abstract":"

    Get the number of constraints

    ","parent_name":"GPKGColumnConstraints"},"Classes/GPKGColumnConstraints.html#/c:objc(cs)GPKGColumnConstraints(im)addColumnConstraints:":{"name":"-addColumnConstraints:","abstract":"

    Add constraints

    ","parent_name":"GPKGColumnConstraints"},"Classes/GPKGColumnConstraints.html#/c:objc(cs)GPKGColumnConstraints(im)hasConstraints":{"name":"-hasConstraints","abstract":"

    Check if there are constraints

    ","parent_name":"GPKGColumnConstraints"},"Classes/GPKGSqliteConnection.html#/c:objc(cs)GPKGSqliteConnection(py)reusable":{"name":"reusable","abstract":"

    Reusable connection flag

    ","parent_name":"GPKGSqliteConnection"},"Classes/GPKGSqliteConnection.html#/c:objc(cs)GPKGSqliteConnection(im)initWithId:andConnection:andPool:andStackTrace:":{"name":"-initWithId:andConnection:andPool:andStackTrace:","abstract":"

    Initialize

    ","parent_name":"GPKGSqliteConnection"},"Classes/GPKGSqliteConnection.html#/c:objc(cs)GPKGSqliteConnection(im)connectionId":{"name":"-connectionId","abstract":"

    Get the connection id

    ","parent_name":"GPKGSqliteConnection"},"Classes/GPKGSqliteConnection.html#/c:objc(cs)GPKGSqliteConnection(im)connection":{"name":"-connection","abstract":"

    Get the connection

    ","parent_name":"GPKGSqliteConnection"},"Classes/GPKGSqliteConnection.html#/c:objc(cs)GPKGSqliteConnection(im)releaseConnection":{"name":"-releaseConnection","abstract":"

    Release the connection back to the connection pool

    ","parent_name":"GPKGSqliteConnection"},"Classes/GPKGSqliteConnection.html#/c:objc(cs)GPKGSqliteConnection(im)checkOut":{"name":"-checkOut","abstract":"

    Update the check out attributes using the current thread as the new owner

    ","parent_name":"GPKGSqliteConnection"},"Classes/GPKGSqliteConnection.html#/c:objc(cs)GPKGSqliteConnection(im)checkIn":{"name":"-checkIn","abstract":"

    Clear the check out features upon check in

    ","parent_name":"GPKGSqliteConnection"},"Classes/GPKGSqliteConnection.html#/c:objc(cs)GPKGSqliteConnection(im)stackTrace":{"name":"-stackTrace","abstract":"

    Get the stack trace of when the owning thread checked out the connection.

    ","parent_name":"GPKGSqliteConnection"},"Classes/GPKGSqliteConnection.html#/c:objc(cs)GPKGSqliteConnection(im)dateCheckedOut":{"name":"-dateCheckedOut","abstract":"

    Get the date this connection was checked out

    ","parent_name":"GPKGSqliteConnection"},"Classes/GPKGSqliteConnection.html#/c:objc(cs)GPKGSqliteConnection(im)isReleasable":{"name":"-isReleasable","abstract":"

    Determine if this connection is releasable

    ","parent_name":"GPKGSqliteConnection"},"Classes/GPKGDbConnection.html#/c:objc(cs)GPKGDbConnection(py)resettable":{"name":"resettable","abstract":"

    Upon release of a writable connection, other open connections should be reset

    ","parent_name":"GPKGDbConnection"},"Classes/GPKGDbConnection.html#/c:objc(cs)GPKGDbConnection(im)initWithConnection:andReleasable:":{"name":"-initWithConnection:andReleasable:","abstract":"

    Initialize

    ","parent_name":"GPKGDbConnection"},"Classes/GPKGDbConnection.html#/c:objc(cs)GPKGDbConnection(im)initWithConnection:andReleasable:andWriteReleasable:":{"name":"-initWithConnection:andReleasable:andWriteReleasable:","abstract":"

    Initialize

    ","parent_name":"GPKGDbConnection"},"Classes/GPKGDbConnection.html#/c:objc(cs)GPKGDbConnection(im)initWithDbConnection:andReleasable:":{"name":"-initWithDbConnection:andReleasable:","abstract":"

    Initialize

    ","parent_name":"GPKGDbConnection"},"Classes/GPKGDbConnection.html#/c:objc(cs)GPKGDbConnection(im)initWithDbConnection:andReleasable:andWriteReleasable:":{"name":"-initWithDbConnection:andReleasable:andWriteReleasable:","abstract":"

    Initialize

    ","parent_name":"GPKGDbConnection"},"Classes/GPKGDbConnection.html#/c:objc(cs)GPKGDbConnection(im)connectionId":{"name":"-connectionId","abstract":"

    Get the connection id

    ","parent_name":"GPKGDbConnection"},"Classes/GPKGDbConnection.html#/c:objc(cs)GPKGDbConnection(im)connection":{"name":"-connection","abstract":"

    Get the connection

    ","parent_name":"GPKGDbConnection"},"Classes/GPKGDbConnection.html#/c:objc(cs)GPKGDbConnection(im)releaseConnection":{"name":"-releaseConnection","abstract":"

    Release the connection back to the connection pool. If not releasable, does nothing.

    ","parent_name":"GPKGDbConnection"},"Classes/GPKGDbConnection.html#/c:objc(cs)GPKGDbConnection(im)stackTrace":{"name":"-stackTrace","abstract":"

    Get the stack trace of when the owning thread checked out the connection.

    ","parent_name":"GPKGDbConnection"},"Classes/GPKGDbConnection.html#/c:objc(cs)GPKGDbConnection(im)dateCheckedOut":{"name":"-dateCheckedOut","abstract":"

    Get the date this connection was checked out

    ","parent_name":"GPKGDbConnection"},"Classes/GPKGDbConnection.html#/c:objc(cs)GPKGDbConnection(im)isReleasable":{"name":"-isReleasable","parent_name":"GPKGDbConnection"},"Classes/GPKGDbConnection.html#/c:objc(cs)GPKGDbConnection(im)isWriteReleasable":{"name":"-isWriteReleasable","abstract":"

    Determine if write access is releasable. This is always true when also releasable. This may be true when not releasable","parent_name":"GPKGDbConnection"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(cm)openConnectionsPerPool":{"name":"+openConnectionsPerPool","abstract":"

    Get the number of unused connections to keep open and available for use

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(cm)setOpenConnectionsPerPool:":{"name":"+setOpenConnectionsPerPool:","abstract":"

    Set the number of unused connections to keep open and available for use

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(cm)checkConnections":{"name":"+checkConnections","abstract":"

    Get the check connections state, when true used connections are checked to see if they are left open for long periods of time or indefinitly

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(cm)setCheckConnections:":{"name":"+setCheckConnections:","abstract":"

    Set the check connections state, when true used connections are checked to see if they are left open for long periods of time or indefinitly

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(cm)checkConnectionsFrequency":{"name":"+checkConnectionsFrequency","abstract":"

    Get the check connections frequency in seconds as the minimum time to wait before checking for stale open connections

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(cm)setCheckConnectionsFrequency:":{"name":"+setCheckConnectionsFrequency:","abstract":"

    Set the check connections frequency in seconds as the minimum time to wait before checking for stale open connections

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(cm)checkConnectionsWarningTime":{"name":"+checkConnectionsWarningTime","abstract":"

    Get the check connections warning time in seconds as the time an open connection causes warnings for being stale

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(cm)setCheckConnectionsWarningTime:":{"name":"+setCheckConnectionsWarningTime:","abstract":"

    Set the check connections warning time in seconds as the time an open connection causes warnings for being stale

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(cm)maintainStackTraces":{"name":"+maintainStackTraces","abstract":"

    Get the maintain statck traces state, when check connections is enabled and when true, stack traces are maintained from the thread that checks out a connection

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(cm)setMaintainStackTraces:":{"name":"+setMaintainStackTraces:","abstract":"

    Set the maintain statck traces state, when check connections is enabled and when true, stack traces are maintained from the thread that checks out a connection

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(im)initWithDatabaseFilename:":{"name":"-initWithDatabaseFilename:","abstract":"

    Initialize

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(im)close":{"name":"-close","abstract":"

    Close the connection pool, closing all connections

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(im)connection":{"name":"-connection","abstract":"

    Get a connection for single database reads (do not maintain open result sets), such as counts. The connection must be released when done.

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(im)resultConnection":{"name":"-resultConnection","abstract":"

    Get a connection for database reads that maintain open result sets, such as row queries. The connection must be released when done.

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(im)writeConnection":{"name":"-writeConnection","abstract":"

    Get a connection for database updates. The connection must be released when done.

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(im)beginTransaction":{"name":"-beginTransaction","abstract":"

    Begin an exclusive transaction on the database

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(im)beginResettableTransaction":{"name":"-beginResettableTransaction","abstract":"

    Begin an exclusive transaction on the database, resetting other open connections upon commit

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(im)commitTransaction":{"name":"-commitTransaction","abstract":"

    Commit an active transaction

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(im)rollbackTransaction":{"name":"-rollbackTransaction","abstract":"

    Rollback an active transaction

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(im)inTransaction":{"name":"-inTransaction","abstract":"

    Determine if currently within a transaction

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(im)releaseConnection:":{"name":"-releaseConnection:","abstract":"

    Release a connection, either adding it back to available pool connections or closing it

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(im)releaseConnectionWithId:":{"name":"-releaseConnectionWithId:","abstract":"

    Release a connection by id, either adding it back to available pool connections or closing it

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(im)connectionCount":{"name":"-connectionCount","abstract":"

    Total connection count of open available and used connections

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(im)addWriteFunction:":{"name":"-addWriteFunction:","abstract":"

    Add a custom function to be created on write connections

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(im)addWriteFunctions:":{"name":"-addWriteFunctions:","abstract":"

    Add a custom function to be created on write connections

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(im)execAllConnectionStatement:":{"name":"-execAllConnectionStatement:","abstract":"

    Execute the statement once on all open connections, waiting for used connections

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(im)execPersistentAllConnectionStatement:asName:":{"name":"-execPersistentAllConnectionStatement:asName:","abstract":"

    Execute the statement on all open and new connections, waiting for used connections

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(im)removePersistentAllConnectionStatementWithName:":{"name":"-removePersistentAllConnectionStatementWithName:","abstract":"

    Remove a persistent statement

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGConnectionPool.html#/c:objc(cs)GPKGConnectionPool(im)clearPersistentStatements":{"name":"-clearPersistentStatements","abstract":"

    Clear all persistent statements

    ","parent_name":"GPKGConnectionPool"},"Classes/GPKGTableMetadataDao.html#/c:objc(cs)GPKGTableMetadataDao(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGTableMetadataDao"},"Classes/GPKGTableMetadataDao.html#/c:objc(cs)GPKGTableMetadataDao(im)deleteMetadata:":{"name":"-deleteMetadata:","abstract":"

    Delete table metadata

    ","parent_name":"GPKGTableMetadataDao"},"Classes/GPKGTableMetadataDao.html#/c:objc(cs)GPKGTableMetadataDao(im)deleteByGeoPackageName:":{"name":"-deleteByGeoPackageName:","abstract":"

    Delete table metadata by GeoPackage name

    ","parent_name":"GPKGTableMetadataDao"},"Classes/GPKGTableMetadataDao.html#/c:objc(cs)GPKGTableMetadataDao(im)deleteByGeoPackageId:":{"name":"-deleteByGeoPackageId:","abstract":"

    Delete table metadata by GeoPackage id

    ","parent_name":"GPKGTableMetadataDao"},"Classes/GPKGTableMetadataDao.html#/c:objc(cs)GPKGTableMetadataDao(im)deleteByGeoPackageName:andTableName:":{"name":"-deleteByGeoPackageName:andTableName:","abstract":"

    Delete table metadata by GeoPackage name and table name

    ","parent_name":"GPKGTableMetadataDao"},"Classes/GPKGTableMetadataDao.html#/c:objc(cs)GPKGTableMetadataDao(im)deleteByGeoPackageId:andTableName:":{"name":"-deleteByGeoPackageId:andTableName:","abstract":"

    Delete table metadata by GeoPackage id and table name

    ","parent_name":"GPKGTableMetadataDao"},"Classes/GPKGTableMetadataDao.html#/c:objc(cs)GPKGTableMetadataDao(im)updateLastIndexed:inMetadata:":{"name":"-updateLastIndexed:inMetadata:","abstract":"

    Update last indexed date of table metadata

    ","parent_name":"GPKGTableMetadataDao"},"Classes/GPKGTableMetadataDao.html#/c:objc(cs)GPKGTableMetadataDao(im)updateLastIndexed:withGeoPackageName:andTableName:":{"name":"-updateLastIndexed:withGeoPackageName:andTableName:","abstract":"

    Update last indexed of table metadata

    ","parent_name":"GPKGTableMetadataDao"},"Classes/GPKGTableMetadataDao.html#/c:objc(cs)GPKGTableMetadataDao(im)updateLastIndexed:withGeoPackageId:andTableName:":{"name":"-updateLastIndexed:withGeoPackageId:andTableName:","abstract":"

    Update last indexed of table metadata

    ","parent_name":"GPKGTableMetadataDao"},"Classes/GPKGTableMetadataDao.html#/c:objc(cs)GPKGTableMetadataDao(im)metadataByGeoPackageName:andTableName:":{"name":"-metadataByGeoPackageName:andTableName:","abstract":"

    Get table metadata by GeoPackage name and table name

    ","parent_name":"GPKGTableMetadataDao"},"Classes/GPKGTableMetadataDao.html#/c:objc(cs)GPKGTableMetadataDao(im)metadataByGeoPackageId:andTableName:":{"name":"-metadataByGeoPackageId:andTableName:","abstract":"

    Get table metadata by GeoPackage id and table name

    ","parent_name":"GPKGTableMetadataDao"},"Classes/GPKGTableMetadataDao.html#/c:objc(cs)GPKGTableMetadataDao(im)metadataCreateByGeoPackageName:andTableName:":{"name":"-metadataCreateByGeoPackageName:andTableName:","abstract":"

    Get or create table metadata by GeoPackage table and table name

    ","parent_name":"GPKGTableMetadataDao"},"Classes/GPKGTableMetadataDao.html#/c:objc(cs)GPKGTableMetadataDao(im)geoPackageIdForGeoPackageName:":{"name":"-geoPackageIdForGeoPackageName:","abstract":"

    Get GeoPackage Id for GeoPackage name

    ","parent_name":"GPKGTableMetadataDao"},"Classes/GPKGTableMetadata.html#/c:objc(cs)GPKGTableMetadata(py)geoPackageId":{"name":"geoPackageId","abstract":"

    GeoPackage id

    ","parent_name":"GPKGTableMetadata"},"Classes/GPKGTableMetadata.html#/c:objc(cs)GPKGTableMetadata(py)tableName":{"name":"tableName","abstract":"

    Table name

    ","parent_name":"GPKGTableMetadata"},"Classes/GPKGTableMetadata.html#/c:objc(cs)GPKGTableMetadata(py)lastIndexed":{"name":"lastIndexed","abstract":"

    Last indexed date

    ","parent_name":"GPKGTableMetadata"},"Classes/GPKGMetadataDb.html#/c:objc(cs)GPKGMetadataDb(py)connection":{"name":"connection","abstract":"

    Connection

    ","parent_name":"GPKGMetadataDb"},"Classes/GPKGMetadataDb.html#/c:objc(cs)GPKGMetadataDb(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGMetadataDb"},"Classes/GPKGMetadataDb.html#/c:objc(cs)GPKGMetadataDb(im)close":{"name":"-close","abstract":"

    Close the database

    ","parent_name":"GPKGMetadataDb"},"Classes/GPKGMetadataDb.html#/c:objc(cs)GPKGMetadataDb(im)geoPackageMetadataDao":{"name":"-geoPackageMetadataDao","abstract":"

    Get a GeoPackage Metadata DAO

    ","parent_name":"GPKGMetadataDb"},"Classes/GPKGMetadataDb.html#/c:objc(cs)GPKGMetadataDb(im)tableMetadataDao":{"name":"-tableMetadataDao","abstract":"

    Get a Table Metadata DAO

    ","parent_name":"GPKGMetadataDb"},"Classes/GPKGMetadataDb.html#/c:objc(cs)GPKGMetadataDb(im)geometryMetadataDao":{"name":"-geometryMetadataDao","abstract":"

    Get a Geometry Metadata DAO

    ","parent_name":"GPKGMetadataDb"},"Classes/GPKGMetadataDb.html#/c:objc(cs)GPKGMetadataDb(cm)deleteMetadataFile":{"name":"+deleteMetadataFile","abstract":"

    Delete the metadata database file

    ","parent_name":"GPKGMetadataDb"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(py)tolerance":{"name":"tolerance","abstract":"

    Query range tolerance

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)createMetadataWithGeoPackageName:andTableName:andId:andEnvelope:":{"name":"-createMetadataWithGeoPackageName:andTableName:andId:andEnvelope:","abstract":"

    Create geometry metadata

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)createMetadataWithGeoPackageId:andTableName:andId:andEnvelope:":{"name":"-createMetadataWithGeoPackageId:andTableName:andId:andEnvelope:","abstract":"

    Create geometry metadata

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)populateMetadataWithGeoPackageId:andTableName:andId:andEnvelope:":{"name":"-populateMetadataWithGeoPackageId:andTableName:andId:andEnvelope:","abstract":"

    Populate geometry metadata

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)deleteMetadata:":{"name":"-deleteMetadata:","abstract":"

    Delete geometry metadata

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)deleteByGeoPackageName:":{"name":"-deleteByGeoPackageName:","abstract":"

    Delete geometry metadata by name

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)deleteByGeoPackageId:":{"name":"-deleteByGeoPackageId:","abstract":"

    Delete geometry metadata by GeoPackage id

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)deleteByGeoPackageName:andTableName:":{"name":"-deleteByGeoPackageName:andTableName:","abstract":"

    Delete geometry metadata by GeoPackage name and table name

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)deleteByGeoPackageId:andTableName:":{"name":"-deleteByGeoPackageId:andTableName:","abstract":"

    Delete geometry metadata by GeoPackage id and table name

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)deleteByGeoPackageName:andTableName:andId:":{"name":"-deleteByGeoPackageName:andTableName:andId:","abstract":"

    Delete geometry metadata by GeoPackage name, table name, and geometry id

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)deleteByGeoPackageId:andTableName:andId:":{"name":"-deleteByGeoPackageId:andTableName:andId:","abstract":"

    Delete geometry metadata by GeoPackage id, table name, and geometry id

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)createOrUpdateMetadata:":{"name":"-createOrUpdateMetadata:","abstract":"

    Create of update geometry metadata

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)updateMetadata:":{"name":"-updateMetadata:","abstract":"

    Update geometry metadata

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)existsByMetadata:":{"name":"-existsByMetadata:","abstract":"

    Check if geometry metadata exists

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)metadataByMetadata:":{"name":"-metadataByMetadata:","abstract":"

    Get geometry metadata by metadata

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)metadataByGeoPackageName:andTableName:andId:":{"name":"-metadataByGeoPackageName:andTableName:andId:","abstract":"

    Get geometry metadata by GeoPackage name, table name, and id

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)metadataByGeoPackageId:andTableName:andId:":{"name":"-metadataByGeoPackageId:andTableName:andId:","abstract":"

    Get geometry metadata by GeoPackage id, table name, and id

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)queryByGeoPackageName:andTableName:":{"name":"-queryByGeoPackageName:andTableName:","abstract":"

    Query for geometry metadata

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)queryIdsByGeoPackageName:andTableName:":{"name":"-queryIdsByGeoPackageName:andTableName:","abstract":"

    Query for all table geometry metadata geometry ids

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)queryByGeoPackageName:andTableName:andColumns:":{"name":"-queryByGeoPackageName:andTableName:andColumns:","abstract":"

    Query for all table geometry metadata

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)countByGeoPackageName:andTableName:":{"name":"-countByGeoPackageName:andTableName:","abstract":"

    Query for geometry metadata count

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)boundingBoxByGeoPackageName:andTableName:":{"name":"-boundingBoxByGeoPackageName:andTableName:","abstract":"

    Query for the bounds of the feature table index

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)boundingBoxByGeoPackageId:andTableName:":{"name":"-boundingBoxByGeoPackageId:andTableName:","abstract":"

    Query for the bounds of the feature table index

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)queryByGeoPackageId:andTableName:":{"name":"-queryByGeoPackageId:andTableName:","abstract":"

    Query for geometry metadata

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)queryIdsByGeoPackageId:andTableName:":{"name":"-queryIdsByGeoPackageId:andTableName:","abstract":"

    Query for all table geometry metadata geometry ids

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)queryByGeoPackageId:andTableName:andColumns:":{"name":"-queryByGeoPackageId:andTableName:andColumns:","abstract":"

    Query for all table geometry metadata

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)countByGeoPackageId:andTableName:":{"name":"-countByGeoPackageId:andTableName:","abstract":"

    Query for geometry metadata count

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)querySQL":{"name":"-querySQL","abstract":"

    Get the query SQL for a GeoPackage id and table name

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)querySQLArgsWithGeoPackageId:andTableName:":{"name":"-querySQLArgsWithGeoPackageId:andTableName:","abstract":"

    Get the query SQL args for a GeoPackage id and table name

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)queryByGeoPackageName:andTableName:andBoundingBox:":{"name":"-queryByGeoPackageName:andTableName:andBoundingBox:","abstract":"

    Query for all geometry metadata matching the bounding box in the same projection

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)queryIdsByGeoPackageName:andTableName:andBoundingBox:":{"name":"-queryIdsByGeoPackageName:andTableName:andBoundingBox:","abstract":"

    Query for all table geometry metadata ids matching the bounding box in the same projection

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)queryByGeoPackageName:andTableName:andColumns:andBoundingBox:":{"name":"-queryByGeoPackageName:andTableName:andColumns:andBoundingBox:","abstract":"

    Query for all table geometry metadata matching the bounding box in the same projection

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)countByGeoPackageName:andTableName:andBoundingBox:":{"name":"-countByGeoPackageName:andTableName:andBoundingBox:","abstract":"

    Query for all geometry metadata count matching the bounding box in the same projection

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)queryByGeoPackageId:andTableName:andBoundingBox:":{"name":"-queryByGeoPackageId:andTableName:andBoundingBox:","abstract":"

    Query for all geometry metadata matching the bounding box in the same projection

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)queryIdsByGeoPackageId:andTableName:andBoundingBox:":{"name":"-queryIdsByGeoPackageId:andTableName:andBoundingBox:","abstract":"

    Query for all table geometry metadata ids matching the bounding box in the same projection

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)queryByGeoPackageId:andTableName:andColumns:andBoundingBox:":{"name":"-queryByGeoPackageId:andTableName:andColumns:andBoundingBox:","abstract":"

    Query for all table geometry metadata matching the bounding box in the same projection

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)countByGeoPackageId:andTableName:andBoundingBox:":{"name":"-countByGeoPackageId:andTableName:andBoundingBox:","abstract":"

    Query for all geometry metadata count matching the bounding box in the same projection

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)queryByGeoPackageName:andTableName:andEnvelope:":{"name":"-queryByGeoPackageName:andTableName:andEnvelope:","abstract":"

    Query for all geometry metadata matching the envelope

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)queryIdsByGeoPackageName:andTableName:andEnvelope:":{"name":"-queryIdsByGeoPackageName:andTableName:andEnvelope:","abstract":"

    Query for all table geometry metadata ids matching the envelope

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)queryByGeoPackageName:andTableName:andColumns:andEnvelope:":{"name":"-queryByGeoPackageName:andTableName:andColumns:andEnvelope:","abstract":"

    Query for all table geometry metadata matching the envelope

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)countByGeoPackageName:andTableName:andEnvelope:":{"name":"-countByGeoPackageName:andTableName:andEnvelope:","abstract":"

    Query for all geometry metadata count matching the envelope

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)queryByGeoPackageName:andTableName:andDistinct:andColumns:andEnvelope:andOrderBy:andLimit:":{"name":"-queryByGeoPackageName:andTableName:andDistinct:andColumns:andEnvelope:andOrderBy:andLimit:","abstract":"

    Query for all table geometry metadata matching the envelope

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)queryByGeoPackageId:andTableName:andEnvelope:":{"name":"-queryByGeoPackageId:andTableName:andEnvelope:","abstract":"

    Query for all geometry metadata matching the envelope

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)queryIdsByGeoPackageId:andTableName:andEnvelope:":{"name":"-queryIdsByGeoPackageId:andTableName:andEnvelope:","abstract":"

    Query for all table geometry metadata ids matching the envelope

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)queryByGeoPackageId:andTableName:andColumns:andEnvelope:":{"name":"-queryByGeoPackageId:andTableName:andColumns:andEnvelope:","abstract":"

    Query for all table geometry metadata matching the envelope

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)countByGeoPackageId:andTableName:andEnvelope:":{"name":"-countByGeoPackageId:andTableName:andEnvelope:","abstract":"

    Query for all table geometry metadata count matching the envelope

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)queryByGeoPackageId:andTableName:andDistinct:andColumns:andEnvelope:andOrderBy:andLimit:":{"name":"-queryByGeoPackageId:andTableName:andDistinct:andColumns:andEnvelope:andOrderBy:andLimit:","abstract":"

    Query for all table geometry metadata matching the envelope

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)querySQLWithEnvelope:":{"name":"-querySQLWithEnvelope:","abstract":"

    Get the query SQL for an envelope, GeoPackage id, and table name

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)querySQLArgsWithEnvelope:andGeoPackageId:andTableName:":{"name":"-querySQLArgsWithEnvelope:andGeoPackageId:andTableName:","abstract":"

    Get the query SQL args for an envelope, GeoPackage id, and table name

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(im)geoPackageIdForGeoPackageName:":{"name":"-geoPackageIdForGeoPackageName:","abstract":"

    Get GeoPackage id for the GeoPackage name

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadataDao.html#/c:objc(cs)GPKGGeometryMetadataDao(cm)idWithResultSet:":{"name":"+idWithResultSet:","abstract":"

    Get the geometry metadata geometry id

    ","parent_name":"GPKGGeometryMetadataDao"},"Classes/GPKGGeometryMetadata.html#/c:objc(cs)GPKGGeometryMetadata(py)geoPackageId":{"name":"geoPackageId","abstract":"

    GeoPackage id

    ","parent_name":"GPKGGeometryMetadata"},"Classes/GPKGGeometryMetadata.html#/c:objc(cs)GPKGGeometryMetadata(py)tableName":{"name":"tableName","abstract":"

    Table name

    ","parent_name":"GPKGGeometryMetadata"},"Classes/GPKGGeometryMetadata.html#/c:objc(cs)GPKGGeometryMetadata(py)id":{"name":"id","abstract":"

    Geometry id

    ","parent_name":"GPKGGeometryMetadata"},"Classes/GPKGGeometryMetadata.html#/c:objc(cs)GPKGGeometryMetadata(py)minX":{"name":"minX","abstract":"

    Min X

    ","parent_name":"GPKGGeometryMetadata"},"Classes/GPKGGeometryMetadata.html#/c:objc(cs)GPKGGeometryMetadata(py)maxX":{"name":"maxX","abstract":"

    Max X

    ","parent_name":"GPKGGeometryMetadata"},"Classes/GPKGGeometryMetadata.html#/c:objc(cs)GPKGGeometryMetadata(py)minY":{"name":"minY","abstract":"

    Min Y

    ","parent_name":"GPKGGeometryMetadata"},"Classes/GPKGGeometryMetadata.html#/c:objc(cs)GPKGGeometryMetadata(py)maxY":{"name":"maxY","abstract":"

    Max Y

    ","parent_name":"GPKGGeometryMetadata"},"Classes/GPKGGeometryMetadata.html#/c:objc(cs)GPKGGeometryMetadata(py)minZ":{"name":"minZ","abstract":"

    Min Z

    ","parent_name":"GPKGGeometryMetadata"},"Classes/GPKGGeometryMetadata.html#/c:objc(cs)GPKGGeometryMetadata(py)maxZ":{"name":"maxZ","abstract":"

    Max Z

    ","parent_name":"GPKGGeometryMetadata"},"Classes/GPKGGeometryMetadata.html#/c:objc(cs)GPKGGeometryMetadata(py)minM":{"name":"minM","abstract":"

    Min M

    ","parent_name":"GPKGGeometryMetadata"},"Classes/GPKGGeometryMetadata.html#/c:objc(cs)GPKGGeometryMetadata(py)maxM":{"name":"maxM","abstract":"

    Max M

    ","parent_name":"GPKGGeometryMetadata"},"Classes/GPKGGeometryMetadata.html#/c:objc(cs)GPKGGeometryMetadata(cm)columns":{"name":"+columns","abstract":"

    Get the columns

    ","parent_name":"GPKGGeometryMetadata"},"Classes/GPKGGeoPackageMetadataTableCreator.html#/c:objc(cs)GPKGGeoPackageMetadataTableCreator(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGGeoPackageMetadataTableCreator"},"Classes/GPKGGeoPackageMetadataTableCreator.html#/c:objc(cs)GPKGGeoPackageMetadataTableCreator(im)createGeoPackageMetadata":{"name":"-createGeoPackageMetadata","abstract":"

    Create GeoPackage metadata table

    ","parent_name":"GPKGGeoPackageMetadataTableCreator"},"Classes/GPKGGeoPackageMetadataTableCreator.html#/c:objc(cs)GPKGGeoPackageMetadataTableCreator(im)createTableMetadata":{"name":"-createTableMetadata","abstract":"

    Create Table metadata table

    ","parent_name":"GPKGGeoPackageMetadataTableCreator"},"Classes/GPKGGeoPackageMetadataTableCreator.html#/c:objc(cs)GPKGGeoPackageMetadataTableCreator(im)createGeometryMetadata":{"name":"-createGeometryMetadata","abstract":"

    Create Geometry metadata table

    ","parent_name":"GPKGGeoPackageMetadataTableCreator"},"Classes/GPKGGeoPackageMetadataTableCreator.html#/c:objc(cs)GPKGGeoPackageMetadataTableCreator(im)createAll":{"name":"-createAll","abstract":"

    Create all GeoPackage Metadata tables

    ","parent_name":"GPKGGeoPackageMetadataTableCreator"},"Classes/GPKGGeoPackageMetadataDao.html#/c:objc(cs)GPKGGeoPackageMetadataDao(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGGeoPackageMetadataDao"},"Classes/GPKGGeoPackageMetadataDao.html#/c:objc(cs)GPKGGeoPackageMetadataDao(im)deleteMetadata:":{"name":"-deleteMetadata:","abstract":"

    Delete the metadata

    ","parent_name":"GPKGGeoPackageMetadataDao"},"Classes/GPKGGeoPackageMetadataDao.html#/c:objc(cs)GPKGGeoPackageMetadataDao(im)deleteByName:":{"name":"-deleteByName:","abstract":"

    Delete metadata by name

    ","parent_name":"GPKGGeoPackageMetadataDao"},"Classes/GPKGGeoPackageMetadataDao.html#/c:objc(cs)GPKGGeoPackageMetadataDao(im)renameMetadata:toNewName:":{"name":"-renameMetadata:toNewName:","abstract":"

    Rename metadata

    ","parent_name":"GPKGGeoPackageMetadataDao"},"Classes/GPKGGeoPackageMetadataDao.html#/c:objc(cs)GPKGGeoPackageMetadataDao(im)renameName:toNewName:":{"name":"-renameName:toNewName:","abstract":"

    Rename metadata

    ","parent_name":"GPKGGeoPackageMetadataDao"},"Classes/GPKGGeoPackageMetadataDao.html#/c:objc(cs)GPKGGeoPackageMetadataDao(im)all":{"name":"-all","abstract":"

    Get all metadata

    ","parent_name":"GPKGGeoPackageMetadataDao"},"Classes/GPKGGeoPackageMetadataDao.html#/c:objc(cs)GPKGGeoPackageMetadataDao(im)allNames":{"name":"-allNames","abstract":"

    Get all metadata names

    ","parent_name":"GPKGGeoPackageMetadataDao"},"Classes/GPKGGeoPackageMetadataDao.html#/c:objc(cs)GPKGGeoPackageMetadataDao(im)allNamesSorted":{"name":"-allNamesSorted","abstract":"

    Get all metadata names sorted

    ","parent_name":"GPKGGeoPackageMetadataDao"},"Classes/GPKGGeoPackageMetadataDao.html#/c:objc(cs)GPKGGeoPackageMetadataDao(im)metadataByName:":{"name":"-metadataByName:","abstract":"

    Get metadata by name

    ","parent_name":"GPKGGeoPackageMetadataDao"},"Classes/GPKGGeoPackageMetadataDao.html#/c:objc(cs)GPKGGeoPackageMetadataDao(im)metadataById:":{"name":"-metadataById:","abstract":"

    Get metadata by id

    ","parent_name":"GPKGGeoPackageMetadataDao"},"Classes/GPKGGeoPackageMetadataDao.html#/c:objc(cs)GPKGGeoPackageMetadataDao(im)metadataCreateByName:":{"name":"-metadataCreateByName:","abstract":"

    Get or create metadata by name

    ","parent_name":"GPKGGeoPackageMetadataDao"},"Classes/GPKGGeoPackageMetadataDao.html#/c:objc(cs)GPKGGeoPackageMetadataDao(im)existsByName:":{"name":"-existsByName:","abstract":"

    Check if the metadata exists

    ","parent_name":"GPKGGeoPackageMetadataDao"},"Classes/GPKGGeoPackageMetadataDao.html#/c:objc(cs)GPKGGeoPackageMetadataDao(im)metadataWhereNameLike:sortedBy:":{"name":"-metadataWhereNameLike:sortedBy:","abstract":"

    Get metadata where the name is like

    ","parent_name":"GPKGGeoPackageMetadataDao"},"Classes/GPKGGeoPackageMetadataDao.html#/c:objc(cs)GPKGGeoPackageMetadataDao(im)metadataWhereNameNotLike:sortedBy:":{"name":"-metadataWhereNameNotLike:sortedBy:","abstract":"

    Get metadata where the name is not like

    ","parent_name":"GPKGGeoPackageMetadataDao"},"Classes/GPKGGeoPackageMetadata.html#/c:objc(cs)GPKGGeoPackageMetadata(py)id":{"name":"id","abstract":"

    GeoPackage id

    ","parent_name":"GPKGGeoPackageMetadata"},"Classes/GPKGGeoPackageMetadata.html#/c:objc(cs)GPKGGeoPackageMetadata(py)name":{"name":"name","abstract":"

    GeoPackage name

    ","parent_name":"GPKGGeoPackageMetadata"},"Classes/GPKGGeoPackageMetadata.html#/c:objc(cs)GPKGGeoPackageMetadata(py)path":{"name":"path","abstract":"

    GeoPackage file path

    ","parent_name":"GPKGGeoPackageMetadata"},"Classes/GPKGSQLiteMasterTypes.html#/c:objc(cs)GPKGSQLiteMasterTypes(cm)name:":{"name":"+name:","abstract":"

    Get the name of the SQLite Master table type

    ","parent_name":"GPKGSQLiteMasterTypes"},"Classes/GPKGSQLiteMasterTypes.html#/c:objc(cs)GPKGSQLiteMasterTypes(cm)fromName:":{"name":"+fromName:","abstract":"

    Get the SQLite Master table type from the SQLite Master table type name

    ","parent_name":"GPKGSQLiteMasterTypes"},"Classes/GPKGSQLiteMasterQuery.html#/c:objc(cs)GPKGSQLiteMasterQuery(im)addColumn:withValue:":{"name":"-addColumn:withValue:","abstract":"

    Add an equality query

    ","parent_name":"GPKGSQLiteMasterQuery"},"Classes/GPKGSQLiteMasterQuery.html#/c:objc(cs)GPKGSQLiteMasterQuery(im)addColumn:withOperation:andValue:":{"name":"-addColumn:withOperation:andValue:","abstract":"

    Add a query

    ","parent_name":"GPKGSQLiteMasterQuery"},"Classes/GPKGSQLiteMasterQuery.html#/c:objc(cs)GPKGSQLiteMasterQuery(im)addIsNullColumn:":{"name":"-addIsNullColumn:","abstract":"

    Add an is null query

    ","parent_name":"GPKGSQLiteMasterQuery"},"Classes/GPKGSQLiteMasterQuery.html#/c:objc(cs)GPKGSQLiteMasterQuery(im)addIsNotNullColumn:":{"name":"-addIsNotNullColumn:","abstract":"

    Add an is not null query

    ","parent_name":"GPKGSQLiteMasterQuery"},"Classes/GPKGSQLiteMasterQuery.html#/c:objc(cs)GPKGSQLiteMasterQuery(im)has":{"name":"-has","abstract":"

    Determine a query has been set

    ","parent_name":"GPKGSQLiteMasterQuery"},"Classes/GPKGSQLiteMasterQuery.html#/c:objc(cs)GPKGSQLiteMasterQuery(im)buildSQL":{"name":"-buildSQL","abstract":"

    Build the query SQL

    ","parent_name":"GPKGSQLiteMasterQuery"},"Classes/GPKGSQLiteMasterQuery.html#/c:objc(cs)GPKGSQLiteMasterQuery(im)arguments":{"name":"-arguments","abstract":"

    Get the query arguments

    ","parent_name":"GPKGSQLiteMasterQuery"},"Classes/GPKGSQLiteMasterQuery.html#/c:objc(cs)GPKGSQLiteMasterQuery(cm)create":{"name":"+create","abstract":"

    Create an empty query that supports a single query

    ","parent_name":"GPKGSQLiteMasterQuery"},"Classes/GPKGSQLiteMasterQuery.html#/c:objc(cs)GPKGSQLiteMasterQuery(cm)createOr":{"name":"+createOr","abstract":"

    Create a query with multiple queries combined by an OR

    ","parent_name":"GPKGSQLiteMasterQuery"},"Classes/GPKGSQLiteMasterQuery.html#/c:objc(cs)GPKGSQLiteMasterQuery(cm)createAnd":{"name":"+createAnd","abstract":"

    Create a query with multiple queries combined by an AND

    ","parent_name":"GPKGSQLiteMasterQuery"},"Classes/GPKGSQLiteMasterQuery.html#/c:objc(cs)GPKGSQLiteMasterQuery(cm)createWithColumn:andValue:":{"name":"+createWithColumn:andValue:","abstract":"

    Create a single equality query

    ","parent_name":"GPKGSQLiteMasterQuery"},"Classes/GPKGSQLiteMasterQuery.html#/c:objc(cs)GPKGSQLiteMasterQuery(cm)createWithColumn:andOperation:andValue:":{"name":"+createWithColumn:andOperation:andValue:","abstract":"

    Create a single query

    ","parent_name":"GPKGSQLiteMasterQuery"},"Classes/GPKGSQLiteMasterQuery.html#/c:objc(cs)GPKGSQLiteMasterQuery(cm)createOrWithColumn:andValues:":{"name":"+createOrWithColumn:andValues:","abstract":"

    Create an equality query with multiple values for a single column","parent_name":"GPKGSQLiteMasterQuery"},"Classes/GPKGSQLiteMasterQuery.html#/c:objc(cs)GPKGSQLiteMasterQuery(cm)createOrWithColumn:andOperation:andValues:":{"name":"+createOrWithColumn:andOperation:andValues:","abstract":"

    Create a query with multiple values for a single column combined with an","parent_name":"GPKGSQLiteMasterQuery"},"Classes/GPKGSQLiteMasterQuery.html#/c:objc(cs)GPKGSQLiteMasterQuery(cm)createAndWithColumn:andValues:":{"name":"+createAndWithColumn:andValues:","abstract":"

    Create an equality query with multiple values for a single column","parent_name":"GPKGSQLiteMasterQuery"},"Classes/GPKGSQLiteMasterQuery.html#/c:objc(cs)GPKGSQLiteMasterQuery(cm)createAndWithColumn:andOperation:andValues:":{"name":"+createAndWithColumn:andOperation:andValues:","abstract":"

    Create a query with multiple values for a single column combined with an","parent_name":"GPKGSQLiteMasterQuery"},"Classes/GPKGSQLiteMasterQuery.html#/c:objc(cs)GPKGSQLiteMasterQuery(cm)createViewQueryWithTable:":{"name":"+createViewQueryWithTable:","abstract":"

    Create a query to find views in the sql column referring to the table

    ","parent_name":"GPKGSQLiteMasterQuery"},"Classes/GPKGSQLiteMasterColumns.html#/c:objc(cs)GPKGSQLiteMasterColumns(cm)name:":{"name":"+name:","abstract":"

    Get the name of the SQLite Master column keyword type

    ","parent_name":"GPKGSQLiteMasterColumns"},"Classes/GPKGSQLiteMasterColumns.html#/c:objc(cs)GPKGSQLiteMasterColumns(cm)fromName:":{"name":"+fromName:","abstract":"

    Get the SQLite Master column keyword type from the SQLite Master column keyword type name

    ","parent_name":"GPKGSQLiteMasterColumns"},"Classes/GPKGSQLiteMasterColumns.html#/c:objc(cs)GPKGSQLiteMasterColumns(cm)values":{"name":"+values","abstract":"

    Get all SQLite Master column keyword type values

    ","parent_name":"GPKGSQLiteMasterColumns"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(im)count":{"name":"-count","abstract":"

    Result count

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(im)columns":{"name":"-columns","abstract":"

    Get the columns in the result

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(im)typeAtRow:":{"name":"-typeAtRow:","abstract":"

    Get the type

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(im)typeStringAtRow:":{"name":"-typeStringAtRow:","abstract":"

    Get the type string

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(im)nameAtRow:":{"name":"-nameAtRow:","abstract":"

    Get the name

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(im)tableNameAtRow:":{"name":"-tableNameAtRow:","abstract":"

    Get the table name

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(im)rootpageAtRow:":{"name":"-rootpageAtRow:","abstract":"

    Get the rootpage

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(im)sqlAtRow:":{"name":"-sqlAtRow:","abstract":"

    Get the sql

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(im)valueAtRow:forColumn:":{"name":"-valueAtRow:forColumn:","abstract":"

    Get the value of the column at the row index

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(im)row:":{"name":"-row:","abstract":"

    Get the row at the row index

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(im)valueInRow:forColumn:":{"name":"-valueInRow:forColumn:","abstract":"

    Get the value in the row at the column index

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(im)columnIndex:":{"name":"-columnIndex:","abstract":"

    Get the column index of the column type

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(im)constraintsAtRow:":{"name":"-constraintsAtRow:","abstract":"

    Get the constraints from table SQL

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)columnsFromColumn:":{"name":"+columnsFromColumn:","abstract":"

    Shortcut to build a column into an array

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)typesFromType:":{"name":"+typesFromType:","abstract":"

    Shortcut to build a type into an array

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)countWithConnection:":{"name":"+countWithConnection:","abstract":"

    Count the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)queryWithConnection:":{"name":"+queryWithConnection:","abstract":"

    Query the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)countWithConnection:andTable:":{"name":"+countWithConnection:andTable:","abstract":"

    Count the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)queryWithConnection:andTable:":{"name":"+queryWithConnection:andTable:","abstract":"

    Query the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)queryWithConnection:andColumns:":{"name":"+queryWithConnection:andColumns:","abstract":"

    Query the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)queryWithConnection:andColumns:andTable:":{"name":"+queryWithConnection:andColumns:andTable:","abstract":"

    Query the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)queryWithConnection:andType:":{"name":"+queryWithConnection:andType:","abstract":"

    Query the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)queryWithConnection:andTypes:":{"name":"+queryWithConnection:andTypes:","abstract":"

    Query the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)queryWithConnection:andType:andTable:":{"name":"+queryWithConnection:andType:andTable:","abstract":"

    Query the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)queryWithConnection:andTypes:andTable:":{"name":"+queryWithConnection:andTypes:andTable:","abstract":"

    Query the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)countWithConnection:andType:":{"name":"+countWithConnection:andType:","abstract":"

    Count the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)queryWithConnection:andColumns:andType:":{"name":"+queryWithConnection:andColumns:andType:","abstract":"

    Query the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)countWithConnection:andType:andTable:":{"name":"+countWithConnection:andType:andTable:","abstract":"

    Count the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)queryWithConnection:andColumns:andType:andTable:":{"name":"+queryWithConnection:andColumns:andType:andTable:","abstract":"

    Query the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)countWithConnection:andTypes:":{"name":"+countWithConnection:andTypes:","abstract":"

    Count the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)queryWithConnection:andColumns:andTypes:":{"name":"+queryWithConnection:andColumns:andTypes:","abstract":"

    Query the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)countWithConnection:andTypes:andTable:":{"name":"+countWithConnection:andTypes:andTable:","abstract":"

    Count the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)queryWithConnection:andColumns:andTypes:andTable:":{"name":"+queryWithConnection:andColumns:andTypes:andTable:","abstract":"

    Query the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)queryWithConnection:andQuery:":{"name":"+queryWithConnection:andQuery:","abstract":"

    Query the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)countWithConnection:andQuery:":{"name":"+countWithConnection:andQuery:","abstract":"

    Count the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)queryWithConnection:andColumns:andQuery:":{"name":"+queryWithConnection:andColumns:andQuery:","abstract":"

    Query the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)queryWithConnection:andType:andQuery:":{"name":"+queryWithConnection:andType:andQuery:","abstract":"

    Query the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)countWithConnection:andType:andQuery:":{"name":"+countWithConnection:andType:andQuery:","abstract":"

    Count the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)queryWithConnection:andColumns:andType:andQuery:":{"name":"+queryWithConnection:andColumns:andType:andQuery:","abstract":"

    Query the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)countWithConnection:andTypes:andQuery:":{"name":"+countWithConnection:andTypes:andQuery:","abstract":"

    Count the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)queryWithConnection:andColumns:andTypes:andQuery:":{"name":"+queryWithConnection:andColumns:andTypes:andQuery:","abstract":"

    Query the sqlite_master table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)queryViewsWithConnection:andTable:":{"name":"+queryViewsWithConnection:andTable:","abstract":"

    Query the sqlite_master views on the table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)queryViewsWithConnection:andColumns:andTable:":{"name":"+queryViewsWithConnection:andColumns:andTable:","abstract":"

    Query the sqlite_master views on the table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)countViewsWithConnection:andTable:":{"name":"+countViewsWithConnection:andTable:","abstract":"

    Count the sqlite_master views on the table

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGSQLiteMaster.html#/c:objc(cs)GPKGSQLiteMaster(cm)queryForConstraintsWithConnection:andTable:":{"name":"+queryForConstraintsWithConnection:andTable:","abstract":"

    Query for the table constraints

    ","parent_name":"GPKGSQLiteMaster"},"Classes/GPKGObjectResultSet.html#/c:objc(cs)GPKGObjectResultSet(cm)createWithDao:andResults:":{"name":"+createWithDao:andResults:","abstract":"

    Create

    ","parent_name":"GPKGObjectResultSet"},"Classes/GPKGObjectResultSet.html#/c:objc(cs)GPKGObjectResultSet(im)initWithDao:andResults:":{"name":"-initWithDao:andResults:","abstract":"

    Initialize

    ","parent_name":"GPKGObjectResultSet"},"Classes/GPKGObjectResultSet.html#/c:objc(cs)GPKGObjectResultSet(im)dao":{"name":"-dao","abstract":"

    Get the DAO

    ","parent_name":"GPKGObjectResultSet"},"Classes/GPKGObjectResultSet.html#/c:objc(cs)GPKGObjectResultSet(im)resultSet":{"name":"-resultSet","abstract":"

    Get the result set

    ","parent_name":"GPKGObjectResultSet"},"Classes/GPKGObjectResultSet.html#/c:objc(cs)GPKGObjectResultSet(im)count":{"name":"-count","abstract":"

    Get the result set count

    ","parent_name":"GPKGObjectResultSet"},"Classes/GPKGObjectResultSet.html#/c:objc(cs)GPKGObjectResultSet(im)moveToNext":{"name":"-moveToNext","abstract":"

    Move to the next result if one exists

    ","parent_name":"GPKGObjectResultSet"},"Classes/GPKGObjectResultSet.html#/c:objc(cs)GPKGObjectResultSet(im)moveToFirst":{"name":"-moveToFirst","abstract":"

    Move to the first result

    ","parent_name":"GPKGObjectResultSet"},"Classes/GPKGObjectResultSet.html#/c:objc(cs)GPKGObjectResultSet(im)moveToPosition:":{"name":"-moveToPosition:","abstract":"

    Move result to index position

    ","parent_name":"GPKGObjectResultSet"},"Classes/GPKGObjectResultSet.html#/c:objc(cs)GPKGObjectResultSet(im)object":{"name":"-object","abstract":"

    Get the current object from the result set

    ","parent_name":"GPKGObjectResultSet"},"Classes/GPKGObjectResultSet.html#/c:objc(cs)GPKGObjectResultSet(im)close":{"name":"-close","abstract":"

    Close the result set

    ","parent_name":"GPKGObjectResultSet"},"Classes/GPKGObjectPaginatedResults.html#/c:objc(cs)GPKGObjectPaginatedResults(cm)createWithDao:andResultSet:":{"name":"+createWithDao:andResultSet:","abstract":"

    Create

    ","parent_name":"GPKGObjectPaginatedResults"},"Classes/GPKGObjectPaginatedResults.html#/c:objc(cs)GPKGObjectPaginatedResults(im)initWithDao:andResultSet:":{"name":"-initWithDao:andResultSet:","abstract":"

    Initialize

    ","parent_name":"GPKGObjectPaginatedResults"},"Classes/GPKGObjectPaginatedResults.html#/c:objc(cs)GPKGObjectPaginatedResults(im)dao":{"name":"-dao","abstract":"

    Get the base DAO

    ","parent_name":"GPKGObjectPaginatedResults"},"Classes/GPKGObjectPaginatedResults.html#/c:objc(cs)GPKGObjectPaginatedResults(im)object":{"name":"-object","abstract":"

    Get the current object from the result set

    ","parent_name":"GPKGObjectPaginatedResults"},"Classes/GPKGColumnValues.html#/c:objc(cs)GPKGColumnValues(py)values":{"name":"values","abstract":"

    Mapping between columns and values

    ","parent_name":"GPKGColumnValues"},"Classes/GPKGColumnValues.html#/c:objc(cs)GPKGColumnValues(py)columns":{"name":"columns","abstract":"

    Array of columns

    ","parent_name":"GPKGColumnValues"},"Classes/GPKGColumnValues.html#/c:objc(cs)GPKGColumnValues(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGColumnValues"},"Classes/GPKGColumnValues.html#/c:objc(cs)GPKGColumnValues(im)count":{"name":"-count","abstract":"

    Get the column value count

    ","parent_name":"GPKGColumnValues"},"Classes/GPKGColumnValues.html#/c:objc(cs)GPKGColumnValues(im)addColumn:withValue:":{"name":"-addColumn:withValue:","abstract":"

    Add a column and value

    ","parent_name":"GPKGColumnValues"},"Classes/GPKGColumnValues.html#/c:objc(cs)GPKGColumnValues(im)value:":{"name":"-value:","abstract":"

    Get the value of the column

    ","parent_name":"GPKGColumnValues"},"Classes/GPKGColumnValue.html#/c:objc(cs)GPKGColumnValue(py)value":{"name":"value","abstract":"

    Value

    ","parent_name":"GPKGColumnValue"},"Classes/GPKGColumnValue.html#/c:objc(cs)GPKGColumnValue(py)tolerance":{"name":"tolerance","abstract":"

    Value tolerance

    ","parent_name":"GPKGColumnValue"},"Classes/GPKGColumnValue.html#/c:objc(cs)GPKGColumnValue(im)initWithValue:":{"name":"-initWithValue:","abstract":"

    Initialize

    ","parent_name":"GPKGColumnValue"},"Classes/GPKGColumnValue.html#/c:objc(cs)GPKGColumnValue(im)initWithValue:andTolerance:":{"name":"-initWithValue:andTolerance:","abstract":"

    Initialize

    ","parent_name":"GPKGColumnValue"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(py)databaseName":{"name":"databaseName","abstract":"

    Database name

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(py)database":{"name":"database","abstract":"

    Database connection

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(py)idColumns":{"name":"idColumns","abstract":"

    id columns

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(py)autoIncrementId":{"name":"autoIncrementId","abstract":"

    auto increment id flag

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(py)columnNames":{"name":"columnNames","abstract":"

    Columns

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(py)tableName":{"name":"tableName","abstract":"

    Table name

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(py)columnIndex":{"name":"columnIndex","abstract":"

    Mapping between columns and indices

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)initializeColumnIndex":{"name":"-initializeColumnIndex","abstract":"

    Initialize the column index

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)columnCount":{"name":"-columnCount","abstract":"

    Get the column count

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)columnNameWithIndex:":{"name":"-columnNameWithIndex:","abstract":"

    Get the column name at the index

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)tableExists":{"name":"-tableExists","abstract":"

    Check if the DAO is backed by a table or a view

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)isTableOrView":{"name":"-isTableOrView","abstract":"

    Check if the DAO is backed by a table or a view

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)isTable":{"name":"-isTable","abstract":"

    Check if the DAO is backed by a table

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)isView":{"name":"-isView","abstract":"

    Check if the DAO is backed by a view

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)verifyExists":{"name":"-verifyExists","abstract":"

    Verify the DAO is backed by a table or view

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)idColumnName":{"name":"-idColumnName","abstract":"

    Get a single or first id column name

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)projection:":{"name":"-projection:","abstract":"

    Get the projection of the object

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)dropTable":{"name":"-dropTable","abstract":"

    Drop the table

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)tableExistsWithName:":{"name":"-tableExistsWithName:","abstract":"

    Check if the table exists

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)viewExistsWithName:":{"name":"-viewExistsWithName:","abstract":"

    Check if the view exists

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)tableOrViewExists:":{"name":"-tableOrViewExists:","abstract":"

    Check if a table or view exists with the name

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)dropTableWithName:":{"name":"-dropTableWithName:","abstract":"

    Drop the table

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForId:":{"name":"-queryForId:","abstract":"

    Query for id

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithColumns:forId:":{"name":"-queryWithColumns:forId:","abstract":"

    Query for id

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForIdObject:":{"name":"-queryForIdObject:","abstract":"

    Query for id object, first object in the result set

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithColumns:forIdObject:":{"name":"-queryWithColumns:forIdObject:","abstract":"

    Query for id object, first object in the result set

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForMultiId:":{"name":"-queryForMultiId:","abstract":"

    Query for a multiple id where more than one primary key exists

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithColumns:forMultiId:":{"name":"-queryWithColumns:forMultiId:","abstract":"

    Query for a multiple id where more than one primary key exists

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForMultiIdObject:":{"name":"-queryForMultiIdObject:","abstract":"

    Query for a multiple id object where more than one primary key exists, first object in the result set

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithColumns:forMultiIdObject:":{"name":"-queryWithColumns:forMultiIdObject:","abstract":"

    Query for a multiple id object where more than one primary key exists, first object in the result set

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForIdInt:":{"name":"-queryForIdInt:","abstract":"

    Query for the row with the provided id

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithColumns:forIdInt:":{"name":"-queryWithColumns:forIdInt:","abstract":"

    Query for the row with the provided id

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForAll":{"name":"-queryForAll","abstract":"

    Query for all results

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)query":{"name":"-query","abstract":"

    Query for all results

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithDistinct:":{"name":"-queryWithDistinct:","abstract":"

    Query for all rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithColumns:":{"name":"-queryWithColumns:","abstract":"

    Query for all rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithDistinct:andColumns:":{"name":"-queryWithDistinct:andColumns:","abstract":"

    Query for all rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)querySQL":{"name":"-querySQL","abstract":"

    Query SQL for all rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)querySQLWithDistinct:":{"name":"-querySQLWithDistinct:","abstract":"

    Query SQL for all rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryIdsSQL":{"name":"-queryIdsSQL","abstract":"

    Query SQL for all row ids

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryIdsSQLWithDistinct:":{"name":"-queryIdsSQLWithDistinct:","abstract":"

    Query SQL for all row ids

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)querySQLWithColumns:":{"name":"-querySQLWithColumns:","abstract":"

    Query SQL for all rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)querySQLWithDistinct:andColumns:":{"name":"-querySQLWithDistinct:andColumns:","abstract":"

    Query SQL for all rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)object:":{"name":"-object:","abstract":"

    Get the current object from the result set

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)objectWithRow:":{"name":"-objectWithRow:","abstract":"

    Get the object from the row

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)results:":{"name":"-results:","abstract":"

    Wrap the result set

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)firstObject:":{"name":"-firstObject:","abstract":"

    Get the first object from the result set

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)rawQuery:":{"name":"-rawQuery:","abstract":"

    Raw query for results

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)rawQuery:andArgs:":{"name":"-rawQuery:andArgs:","abstract":"

    Raw query for results with args

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)singleColumnResults:":{"name":"-singleColumnResults:","abstract":"

    Get the values from a result set with only one column

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForEqWithField:andValue:":{"name":"-queryForEqWithField:andValue:","abstract":"

    Query for field equality

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForEqWithDistinct:andField:andValue:":{"name":"-queryForEqWithDistinct:andField:andValue:","abstract":"

    Query for the row where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForEqWithColumns:andField:andValue:":{"name":"-queryForEqWithColumns:andField:andValue:","abstract":"

    Query for the row where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForEqWithDistinct:andColumns:andField:andValue:":{"name":"-queryForEqWithDistinct:andColumns:andField:andValue:","abstract":"

    Query for the row where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countForEqWithField:andValue:":{"name":"-countForEqWithField:andValue:","abstract":"

    Count where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countForEqWithColumn:andField:andValue:":{"name":"-countForEqWithColumn:andField:andValue:","abstract":"

    Count where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countForEqWithDistinct:andColumn:andField:andValue:":{"name":"-countForEqWithDistinct:andColumn:andField:andValue:","abstract":"

    Count where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForEqWithField:andValue:andGroupBy:andHaving:andOrderBy:":{"name":"-queryForEqWithField:andValue:andGroupBy:andHaving:andOrderBy:","abstract":"

    Query for field equality

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForEqWithDistinct:andField:andValue:andGroupBy:andHaving:andOrderBy:":{"name":"-queryForEqWithDistinct:andField:andValue:andGroupBy:andHaving:andOrderBy:","abstract":"

    Query for the row where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForEqWithColumns:andField:andValue:andGroupBy:andHaving:andOrderBy:":{"name":"-queryForEqWithColumns:andField:andValue:andGroupBy:andHaving:andOrderBy:","abstract":"

    Query for the row where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForEqWithDistinct:andColumns:andField:andValue:andGroupBy:andHaving:andOrderBy:":{"name":"-queryForEqWithDistinct:andColumns:andField:andValue:andGroupBy:andHaving:andOrderBy:","abstract":"

    Query for the row where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countForEqWithField:andValue:andGroupBy:andHaving:andOrderBy:":{"name":"-countForEqWithField:andValue:andGroupBy:andHaving:andOrderBy:","abstract":"

    Count where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countForEqWithColumn:andField:andValue:andGroupBy:andHaving:andOrderBy:":{"name":"-countForEqWithColumn:andField:andValue:andGroupBy:andHaving:andOrderBy:","abstract":"

    Count where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countForEqWithDistinct:andColumn:andField:andValue:andGroupBy:andHaving:andOrderBy:":{"name":"-countForEqWithDistinct:andColumn:andField:andValue:andGroupBy:andHaving:andOrderBy:","abstract":"

    Count where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForEqWithField:andColumnValue:":{"name":"-queryForEqWithField:andColumnValue:","abstract":"

    Query for field equality

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForEqWithDistinct:andField:andColumnValue:":{"name":"-queryForEqWithDistinct:andField:andColumnValue:","abstract":"

    Query for the row where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForEqWithColumns:andField:andColumnValue:":{"name":"-queryForEqWithColumns:andField:andColumnValue:","abstract":"

    Query for the row where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForEqWithDistinct:andColumns:andField:andColumnValue:":{"name":"-queryForEqWithDistinct:andColumns:andField:andColumnValue:","abstract":"

    Query for the row where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countForEqWithField:andColumnValue:":{"name":"-countForEqWithField:andColumnValue:","abstract":"

    Count where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countForEqWithColumn:andField:andColumnValue:":{"name":"-countForEqWithColumn:andField:andColumnValue:","abstract":"

    Count where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countForEqWithDistinct:andColumn:andField:andColumnValue:":{"name":"-countForEqWithDistinct:andColumn:andField:andColumnValue:","abstract":"

    Count where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForLikeWithField:andValue:":{"name":"-queryForLikeWithField:andValue:","abstract":"

    Query for the row where the field is like the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForLikeWithDistinct:andField:andValue:":{"name":"-queryForLikeWithDistinct:andField:andValue:","abstract":"

    Query for the row where the field is like the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForLikeWithColumns:andField:andValue:":{"name":"-queryForLikeWithColumns:andField:andValue:","abstract":"

    Query for the row where the field is like the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForLikeWithDistinct:andColumns:andField:andValue:":{"name":"-queryForLikeWithDistinct:andColumns:andField:andValue:","abstract":"

    Query for the row where the field is like the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countForLikeWithField:andValue:":{"name":"-countForLikeWithField:andValue:","abstract":"

    Count where the field is like the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countForLikeWithColumn:andField:andValue:":{"name":"-countForLikeWithColumn:andField:andValue:","abstract":"

    Count where the field is like the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countForLikeWithDistinct:andColumn:andField:andValue:":{"name":"-countForLikeWithDistinct:andColumn:andField:andValue:","abstract":"

    Count where the field is like the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForLikeWithField:andValue:andGroupBy:andHaving:andOrderBy:":{"name":"-queryForLikeWithField:andValue:andGroupBy:andHaving:andOrderBy:","abstract":"

    Query for the row where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForLikeWithDistinct:andField:andValue:andGroupBy:andHaving:andOrderBy:":{"name":"-queryForLikeWithDistinct:andField:andValue:andGroupBy:andHaving:andOrderBy:","abstract":"

    Query for the row where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForLikeWithColumns:andField:andValue:andGroupBy:andHaving:andOrderBy:":{"name":"-queryForLikeWithColumns:andField:andValue:andGroupBy:andHaving:andOrderBy:","abstract":"

    Query for the row where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForLikeWithDistinct:andColumns:andField:andValue:andGroupBy:andHaving:andOrderBy:":{"name":"-queryForLikeWithDistinct:andColumns:andField:andValue:andGroupBy:andHaving:andOrderBy:","abstract":"

    Query for the row where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countForLikeWithField:andValue:andGroupBy:andHaving:andOrderBy:":{"name":"-countForLikeWithField:andValue:andGroupBy:andHaving:andOrderBy:","abstract":"

    Count where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countForLikeWithColumn:andField:andValue:andGroupBy:andHaving:andOrderBy:":{"name":"-countForLikeWithColumn:andField:andValue:andGroupBy:andHaving:andOrderBy:","abstract":"

    Count where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countForLikeWithDistinct:andColumn:andField:andValue:andGroupBy:andHaving:andOrderBy:":{"name":"-countForLikeWithDistinct:andColumn:andField:andValue:andGroupBy:andHaving:andOrderBy:","abstract":"

    Count where the field equals the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForLikeWithField:andColumnValue:":{"name":"-queryForLikeWithField:andColumnValue:","abstract":"

    Query for the row where the field is like the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForLikeWithDistinct:andField:andColumnValue:":{"name":"-queryForLikeWithDistinct:andField:andColumnValue:","abstract":"

    Query for the row where the field is like the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForLikeWithColumns:andField:andColumnValue:":{"name":"-queryForLikeWithColumns:andField:andColumnValue:","abstract":"

    Query for the row where the field is like the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForLikeWithDistinct:andColumns:andField:andColumnValue:":{"name":"-queryForLikeWithDistinct:andColumns:andField:andColumnValue:","abstract":"

    Query for the row where the field is like the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countForLikeWithField:andColumnValue:":{"name":"-countForLikeWithField:andColumnValue:","abstract":"

    Count where the field is like the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countForLikeWithColumn:andField:andColumnValue:":{"name":"-countForLikeWithColumn:andField:andColumnValue:","abstract":"

    Count where the field is like the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countForLikeWithDistinct:andColumn:andField:andColumnValue:":{"name":"-countForLikeWithDistinct:andColumn:andField:andColumnValue:","abstract":"

    Count where the field is like the value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForFieldValues:":{"name":"-queryForFieldValues:","abstract":"

    Query for the row where all fields match their values

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithDistinct:forFieldValues:":{"name":"-queryWithDistinct:forFieldValues:","abstract":"

    Query for the row where all fields match their values

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithColumns:forFieldValues:":{"name":"-queryWithColumns:forFieldValues:","abstract":"

    Query for the row where all fields match their values

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithDistinct:andColumns:forFieldValues:":{"name":"-queryWithDistinct:andColumns:forFieldValues:","abstract":"

    Query for the row where all fields match their values

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countForFieldValues:":{"name":"-countForFieldValues:","abstract":"

    Count where all fields match their values

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countWithColumn:forFieldValues:":{"name":"-countWithColumn:forFieldValues:","abstract":"

    Count where all fields match their values

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countWithDistinct:andColumn:forFieldValues:":{"name":"-countWithDistinct:andColumn:forFieldValues:","abstract":"

    Count where all fields match their values

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForColumnValueFieldValues:":{"name":"-queryForColumnValueFieldValues:","abstract":"

    Query for column value field values

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithDistinct:forColumnValueFieldValues:":{"name":"-queryWithDistinct:forColumnValueFieldValues:","abstract":"

    Query for the row where all fields match their values

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithColumns:forColumnValueFieldValues:":{"name":"-queryWithColumns:forColumnValueFieldValues:","abstract":"

    Query for the row where all fields match their values

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithDistinct:andColumns:forColumnValueFieldValues:":{"name":"-queryWithDistinct:andColumns:forColumnValueFieldValues:","abstract":"

    Query for the row where all fields match their values

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countForColumnValueFieldValues:":{"name":"-countForColumnValueFieldValues:","abstract":"

    Count where all fields match their values

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countWithColumn:forColumnValueFieldValues:":{"name":"-countWithColumn:forColumnValueFieldValues:","abstract":"

    Count where all fields match their values

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countWithDistinct:andColumn:forColumnValueFieldValues:":{"name":"-countWithDistinct:andColumn:forColumnValueFieldValues:","abstract":"

    Count where all fields match their values

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithNestedSQL:":{"name":"-queryInWithNestedSQL:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithDistinct:andNestedSQL:":{"name":"-queryInWithDistinct:andNestedSQL:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithColumns:andNestedSQL:":{"name":"-queryInWithColumns:andNestedSQL:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithDistinct:andColumns:andNestedSQL:":{"name":"-queryInWithDistinct:andColumns:andNestedSQL:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countInWithNestedSQL:":{"name":"-countInWithNestedSQL:","abstract":"

    Get the count in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countInWithColumn:andNestedSQL:":{"name":"-countInWithColumn:andNestedSQL:","abstract":"

    Get the count in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countInWithDistinct:andColumn:andNestedSQL:":{"name":"-countInWithDistinct:andColumn:andNestedSQL:","abstract":"

    Get the count in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithNestedSQL:andNestedArgs:":{"name":"-queryInWithNestedSQL:andNestedArgs:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithDistinct:andNestedSQL:andNestedArgs:":{"name":"-queryInWithDistinct:andNestedSQL:andNestedArgs:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithColumns:andNestedSQL:andNestedArgs:":{"name":"-queryInWithColumns:andNestedSQL:andNestedArgs:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithDistinct:andColumns:andNestedSQL:andNestedArgs:":{"name":"-queryInWithDistinct:andColumns:andNestedSQL:andNestedArgs:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countInWithNestedSQL:andNestedArgs:":{"name":"-countInWithNestedSQL:andNestedArgs:","abstract":"

    Get the count in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countInWithColumn:andNestedSQL:andNestedArgs:":{"name":"-countInWithColumn:andNestedSQL:andNestedArgs:","abstract":"

    Get the count in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countInWithDistinct:andColumn:andNestedSQL:andNestedArgs:":{"name":"-countInWithDistinct:andColumn:andNestedSQL:andNestedArgs:","abstract":"

    Get the count in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithNestedSQL:andFieldValues:":{"name":"-queryInWithNestedSQL:andFieldValues:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithDistinct:andNestedSQL:andFieldValues:":{"name":"-queryInWithDistinct:andNestedSQL:andFieldValues:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithColumns:andNestedSQL:andFieldValues:":{"name":"-queryInWithColumns:andNestedSQL:andFieldValues:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithDistinct:andColumns:andNestedSQL:andFieldValues:":{"name":"-queryInWithDistinct:andColumns:andNestedSQL:andFieldValues:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countInWithNestedSQL:andFieldValues:":{"name":"-countInWithNestedSQL:andFieldValues:","abstract":"

    Get the count in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countInWithColumn:andNestedSQL:andFieldValues:":{"name":"-countInWithColumn:andNestedSQL:andFieldValues:","abstract":"

    Get the count in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countInWithDistinct:andColumn:andNestedSQL:andFieldValues:":{"name":"-countInWithDistinct:andColumn:andNestedSQL:andFieldValues:","abstract":"

    Get the count in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithNestedSQL:andNestedArgs:andFieldValues:":{"name":"-queryInWithNestedSQL:andNestedArgs:andFieldValues:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithDistinct:andNestedSQL:andNestedArgs:andFieldValues:":{"name":"-queryInWithDistinct:andNestedSQL:andNestedArgs:andFieldValues:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithColumns:andNestedSQL:andNestedArgs:andFieldValues:":{"name":"-queryInWithColumns:andNestedSQL:andNestedArgs:andFieldValues:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithDistinct:andColumns:andNestedSQL:andNestedArgs:andFieldValues:":{"name":"-queryInWithDistinct:andColumns:andNestedSQL:andNestedArgs:andFieldValues:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countInWithNestedSQL:andNestedArgs:andFieldValues:":{"name":"-countInWithNestedSQL:andNestedArgs:andFieldValues:","abstract":"

    Get the count in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countInWithColumn:andNestedSQL:andNestedArgs:andFieldValues:":{"name":"-countInWithColumn:andNestedSQL:andNestedArgs:andFieldValues:","abstract":"

    Get the count in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countInWithDistinct:andColumn:andNestedSQL:andNestedArgs:andFieldValues:":{"name":"-countInWithDistinct:andColumn:andNestedSQL:andNestedArgs:andFieldValues:","abstract":"

    Get the count in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithNestedSQL:andNestedArgs:andWhere:":{"name":"-queryInWithNestedSQL:andNestedArgs:andWhere:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithDistinct:andNestedSQL:andNestedArgs:andWhere:":{"name":"-queryInWithDistinct:andNestedSQL:andNestedArgs:andWhere:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithColumns:andNestedSQL:andNestedArgs:andWhere:":{"name":"-queryInWithColumns:andNestedSQL:andNestedArgs:andWhere:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:":{"name":"-queryInWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countInWithNestedSQL:andNestedArgs:andWhere:":{"name":"-countInWithNestedSQL:andNestedArgs:andWhere:","abstract":"

    Get the count in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countInWithColumn:andNestedSQL:andNestedArgs:andWhere:":{"name":"-countInWithColumn:andNestedSQL:andNestedArgs:andWhere:","abstract":"

    Get the count in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countInWithDistinct:andColumn:andNestedSQL:andNestedArgs:andWhere:":{"name":"-countInWithDistinct:andColumn:andNestedSQL:andNestedArgs:andWhere:","abstract":"

    Get the count in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithNestedSQL:andWhere:":{"name":"-queryInWithNestedSQL:andWhere:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithDistinct:andNestedSQL:andWhere:":{"name":"-queryInWithDistinct:andNestedSQL:andWhere:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithColumns:andNestedSQL:andWhere:":{"name":"-queryInWithColumns:andNestedSQL:andWhere:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithDistinct:andColumns:andNestedSQL:andWhere:":{"name":"-queryInWithDistinct:andColumns:andNestedSQL:andWhere:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countInWithNestedSQL:andWhere:":{"name":"-countInWithNestedSQL:andWhere:","abstract":"

    Get the count in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countInWithColumn:andNestedSQL:andWhere:":{"name":"-countInWithColumn:andNestedSQL:andWhere:","abstract":"

    Get the count in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countInWithDistinct:andColumn:andNestedSQL:andWhere:":{"name":"-countInWithDistinct:andColumn:andNestedSQL:andWhere:","abstract":"

    Get the count in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithNestedSQL:andWhere:andWhereArgs:":{"name":"-queryInWithNestedSQL:andWhere:andWhereArgs:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithDistinct:andNestedSQL:andWhere:andWhereArgs:":{"name":"-queryInWithDistinct:andNestedSQL:andWhere:andWhereArgs:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithColumns:andNestedSQL:andWhere:andWhereArgs:":{"name":"-queryInWithColumns:andNestedSQL:andWhere:andWhereArgs:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithDistinct:andColumns:andNestedSQL:andWhere:andWhereArgs:":{"name":"-queryInWithDistinct:andColumns:andNestedSQL:andWhere:andWhereArgs:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countInWithNestedSQL:andWhere:andWhereArgs:":{"name":"-countInWithNestedSQL:andWhere:andWhereArgs:","abstract":"

    Get the count in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countInWithColumn:andNestedSQL:andWhere:andWhereArgs:":{"name":"-countInWithColumn:andNestedSQL:andWhere:andWhereArgs:","abstract":"

    Get the count in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countInWithDistinct:andColumn:andNestedSQL:andWhere:andWhereArgs:":{"name":"-countInWithDistinct:andColumn:andNestedSQL:andWhere:andWhereArgs:","abstract":"

    Get the count in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithNestedSQL:andNestedArgs:andWhere:andWhereArgs:":{"name":"-queryInWithNestedSQL:andNestedArgs:andWhere:andWhereArgs:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithDistinct:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:":{"name":"-queryInWithDistinct:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:":{"name":"-queryInWithColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:":{"name":"-queryInWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andLimit:":{"name":"-queryInForChunkWithNestedSQL:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andLimit:andOffset:":{"name":"-queryInForChunkWithNestedSQL:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andOrderBy:andLimit:":{"name":"-queryInForChunkWithNestedSQL:andOrderBy:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithNestedSQL:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithNestedSQL:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithNestedSQL:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andLimit:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andLimit:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andLimit:andOffset:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andOrderBy:andLimit:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andLimit:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andNestedArgs:andLimit:":{"name":"-queryInForChunkWithNestedSQL:andNestedArgs:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andNestedArgs:andLimit:andOffset:":{"name":"-queryInForChunkWithNestedSQL:andNestedArgs:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andNestedArgs:andOrderBy:andLimit:":{"name":"-queryInForChunkWithNestedSQL:andNestedArgs:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andNestedArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithNestedSQL:andNestedArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andNestedArgs:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithNestedSQL:andNestedArgs:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andNestedArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithNestedSQL:andNestedArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andLimit:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andOrderBy:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andLimit:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andLimit:andOffset:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andOrderBy:andLimit:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andOrderBy:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andLimit:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andOrderBy:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andFieldValues:andLimit:":{"name":"-queryInForChunkWithNestedSQL:andFieldValues:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andFieldValues:andLimit:andOffset:":{"name":"-queryInForChunkWithNestedSQL:andFieldValues:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andFieldValues:andOrderBy:andLimit:":{"name":"-queryInForChunkWithNestedSQL:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithNestedSQL:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithNestedSQL:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithNestedSQL:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andFieldValues:andLimit:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andFieldValues:andLimit:","abstract":"

    Query for rows by ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andFieldValues:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andFieldValues:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andFieldValues:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andFieldValues:andLimit:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andFieldValues:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andFieldValues:andLimit:andOffset:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andFieldValues:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andFieldValues:andOrderBy:andLimit:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andFieldValues:andLimit:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andFieldValues:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andFieldValues:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andFieldValues:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andFieldValues:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andNestedArgs:andFieldValues:andLimit:":{"name":"-queryInForChunkWithNestedSQL:andNestedArgs:andFieldValues:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andNestedArgs:andFieldValues:andLimit:andOffset:":{"name":"-queryInForChunkWithNestedSQL:andNestedArgs:andFieldValues:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andNestedArgs:andFieldValues:andOrderBy:andLimit:":{"name":"-queryInForChunkWithNestedSQL:andNestedArgs:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andNestedArgs:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithNestedSQL:andNestedArgs:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andNestedArgs:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithNestedSQL:andNestedArgs:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andNestedArgs:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithNestedSQL:andNestedArgs:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andFieldValues:andLimit:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andFieldValues:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andFieldValues:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andFieldValues:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andFieldValues:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andFieldValues:andLimit:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andFieldValues:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andFieldValues:andLimit:andOffset:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andFieldValues:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andFieldValues:andOrderBy:andLimit:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andFieldValues:andLimit:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andFieldValues:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andFieldValues:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andFieldValues:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andFieldValues:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andFieldValues:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andNestedArgs:andWhere:andLimit:":{"name":"-queryInForChunkWithNestedSQL:andNestedArgs:andWhere:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andNestedArgs:andWhere:andLimit:andOffset:":{"name":"-queryInForChunkWithNestedSQL:andNestedArgs:andWhere:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andNestedArgs:andWhere:andOrderBy:andLimit:":{"name":"-queryInForChunkWithNestedSQL:andNestedArgs:andWhere:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andNestedArgs:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithNestedSQL:andNestedArgs:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andNestedArgs:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithNestedSQL:andNestedArgs:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andNestedArgs:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithNestedSQL:andNestedArgs:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andWhere:andLimit:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andWhere:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andWhere:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andWhere:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andWhere:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andWhere:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andLimit:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andLimit:andOffset:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andOrderBy:andLimit:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andLimit:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andWhere:andLimit:":{"name":"-queryInForChunkWithNestedSQL:andWhere:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andWhere:andLimit:andOffset:":{"name":"-queryInForChunkWithNestedSQL:andWhere:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andWhere:andOrderBy:andLimit:":{"name":"-queryInForChunkWithNestedSQL:andWhere:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithNestedSQL:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithNestedSQL:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithNestedSQL:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andWhere:andLimit:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andWhere:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andWhere:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andWhere:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andWhere:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andWhere:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andWhere:andLimit:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andWhere:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andWhere:andLimit:andOffset:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andWhere:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andWhere:andOrderBy:andLimit:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andWhere:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andWhere:andLimit:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andWhere:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andWhere:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andWhere:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andWhere:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andWhere:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andWhere:andWhereArgs:andLimit:":{"name":"-queryInForChunkWithNestedSQL:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryInForChunkWithNestedSQL:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryInForChunkWithNestedSQL:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithNestedSQL:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithNestedSQL:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithNestedSQL:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andWhere:andWhereArgs:andLimit:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andWhere:andWhereArgs:andLimit:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andWhere:andWhereArgs:andLimit:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andNestedArgs:andWhere:andWhereArgs:andLimit:":{"name":"-queryInForChunkWithNestedSQL:andNestedArgs:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andNestedArgs:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryInForChunkWithNestedSQL:andNestedArgs:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andNestedArgs:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryInForChunkWithNestedSQL:andNestedArgs:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andNestedArgs:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithNestedSQL:andNestedArgs:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andNestedArgs:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithNestedSQL:andNestedArgs:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithNestedSQL:andNestedArgs:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithNestedSQL:andNestedArgs:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andLimit:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andLimit:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andLimit:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for id ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andLimitValue:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andLimitValue:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andOrderBy:andLimitValue:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andOrderBy:andLimitValue:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimitValue:":{"name":"-queryInForChunkWithColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimitValue:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andLimitValue:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andLimitValue:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andOrderBy:andLimitValue:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andOrderBy:andLimitValue:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimitValue:":{"name":"-queryInForChunkWithDistinct:andColumns:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimitValue:","abstract":"

    Query for ordered rows by ids in the nested SQL query, starting at the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countInWithNestedSQL:andNestedArgs:andWhere:andWhereArgs:":{"name":"-countInWithNestedSQL:andNestedArgs:andWhere:andWhereArgs:","abstract":"

    Get the count in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countInWithColumn:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:":{"name":"-countInWithColumn:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:","abstract":"

    Get the count in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countInWithDistinct:andColumn:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:":{"name":"-countInWithDistinct:andColumn:andNestedSQL:andNestedArgs:andWhere:andWhereArgs:","abstract":"

    Get the count in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWhere:":{"name":"-queryWhere:","abstract":"

    Query for rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithDistinct:andWhere:":{"name":"-queryWithDistinct:andWhere:","abstract":"

    Query for rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithColumns:andWhere:":{"name":"-queryWithColumns:andWhere:","abstract":"

    Query for rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithDistinct:andColumns:andWhere:":{"name":"-queryWithDistinct:andColumns:andWhere:","abstract":"

    Query for rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWhere:andWhereArgs:":{"name":"-queryWhere:andWhereArgs:","abstract":"

    Query for rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithDistinct:andWhere:andWhereArgs:":{"name":"-queryWithDistinct:andWhere:andWhereArgs:","abstract":"

    Query for rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithColumns:andWhere:andWhereArgs:":{"name":"-queryWithColumns:andWhere:andWhereArgs:","abstract":"

    Query for rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithDistinct:andColumns:andWhere:andWhereArgs:":{"name":"-queryWithDistinct:andColumns:andWhere:andWhereArgs:","abstract":"

    Query for rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)querySQLWhere:":{"name":"-querySQLWhere:","abstract":"

    Query SQL for rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)querySQLWithDistinct:andWhere:":{"name":"-querySQLWithDistinct:andWhere:","abstract":"

    Query SQL for rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryIdsSQLWhere:":{"name":"-queryIdsSQLWhere:","abstract":"

    Query SQL for row ids

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryIdsSQLWithDistinct:andWhere:":{"name":"-queryIdsSQLWithDistinct:andWhere:","abstract":"

    Query SQL for row ids

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryMultiIdsSQLWhere:":{"name":"-queryMultiIdsSQLWhere:","abstract":"

    Query SQL for row multi ids

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryMultiIdsSQLWithDistinct:andWhere:":{"name":"-queryMultiIdsSQLWithDistinct:andWhere:","abstract":"

    Query SQL for row multi ids

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)querySQLWithColumns:andWhere:":{"name":"-querySQLWithColumns:andWhere:","abstract":"

    Query SQL for rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)querySQLWithDistinct:andColumns:andWhere:":{"name":"-querySQLWithDistinct:andColumns:andWhere:","abstract":"

    Query SQL for rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:":{"name":"-queryWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:","abstract":"

    Query for rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithDistinct:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:":{"name":"-queryWithDistinct:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:","abstract":"

    Query for rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:":{"name":"-queryWithColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:","abstract":"

    Query for rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithDistinct:andColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:":{"name":"-queryWithDistinct:andColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:","abstract":"

    Query for rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query where

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithDistinct:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryWithDistinct:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryWithColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithDistinct:andColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryWithDistinct:andColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithColumns:andWhere:andWhereArgs:andLimit:":{"name":"-queryWithColumns:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryWithDistinct:andColumns:andWhere:andWhereArgs:andLimit:":{"name":"-queryWithDistinct:andColumns:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(cm)isPaginated:":{"name":"+isPaginated:","abstract":"

    Determine if the results are paginated

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)paginate:":{"name":"-paginate:","abstract":"

    Paginate the results

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(cm)paginate:withDao:":{"name":"+paginate:withDao:","abstract":"

    Paginate the results

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithLimit:":{"name":"-queryForChunkWithLimit:","abstract":"

    Query for id ordered rows starting at the offset and returning no more","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithLimit:andOffset:":{"name":"-queryForChunkWithLimit:andOffset:","abstract":"

    Query for id ordered rows starting at the offset and returning no more","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andLimit:":{"name":"-queryForChunkWithDistinct:andLimit:","abstract":"

    Query for id ordered rows starting at the offset and returning no more","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andLimit:andOffset:","abstract":"

    Query for id ordered rows starting at the offset and returning no more","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithColumns:andLimit:":{"name":"-queryForChunkWithColumns:andLimit:","abstract":"

    Query for id ordered rows starting at the offset and returning no more","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithColumns:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andLimit:andOffset:","abstract":"

    Query for id ordered rows starting at the offset and returning no more","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andColumns:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andLimit:","abstract":"

    Query for id ordered rows starting at the offset and returning no more","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andColumns:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andLimit:andOffset:","abstract":"

    Query for id ordered rows starting at the offset and returning no more","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithWhere:andWhereArgs:andLimit:":{"name":"-queryForChunkWithWhere:andWhereArgs:andLimit:","abstract":"

    Query for id ordered rows starting at the offset and returning no more","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryForChunkWithWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for id ordered rows starting at the offset and returning no more","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andWhere:andWhereArgs:andLimit:":{"name":"-queryForChunkWithDistinct:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for id ordered rows starting at the offset and returning no more","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for id ordered rows starting at the offset and returning no more","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithColumns:andWhere:andWhereArgs:andLimit:":{"name":"-queryForChunkWithColumns:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for id ordered rows starting at the offset and returning no more","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithColumns:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for id ordered rows starting at the offset and returning no more","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for id ordered rows starting at the offset and returning no more","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for id ordered rows starting at the offset and returning no more","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithOrderBy:andLimit:":{"name":"-queryForChunkWithOrderBy:andLimit:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andOrderBy:andLimit:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithColumns:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andOrderBy:andLimit:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithColumns:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andColumns:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andOrderBy:andLimit:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andColumns:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryForChunkWithWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryForChunkWithGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithColumns:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithColumns:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andColumns:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andColumns:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryForChunkWithWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:andOffset:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithColumns:andWhere:andWhereArgs:andLimitValue:":{"name":"-queryForChunkWithColumns:andWhere:andWhereArgs:andLimitValue:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimitValue:":{"name":"-queryForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimitValue:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimitValue:":{"name":"-queryForChunkWithColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimitValue:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andLimitValue:":{"name":"-queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andLimitValue:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimitValue:":{"name":"-queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimitValue:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimitValue:":{"name":"-queryForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimitValue:","abstract":"

    Query for ordered rows starting at the offset and returning no more than","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)buildLimitWithLimit:andOffset:":{"name":"-buildLimitWithLimit:andOffset:","abstract":"

    Build a limit String with the limit and offset

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)idExists:":{"name":"-idExists:","abstract":"

    Check if id exists

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)multiIdExists:":{"name":"-multiIdExists:","abstract":"

    Check if multiple id exists

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryForSameId:":{"name":"-queryForSameId:","abstract":"

    Query for the same id as the object

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)beginTransaction":{"name":"-beginTransaction","abstract":"

    Begin an exclusive transaction on the database

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)commitTransaction":{"name":"-commitTransaction","abstract":"

    Commit an active transaction

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)rollbackTransaction":{"name":"-rollbackTransaction","abstract":"

    Rollback an active transaction

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)inTransaction":{"name":"-inTransaction","abstract":"

    Determine if currently within a transaction

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)update:":{"name":"-update:","abstract":"

    Update the object

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)updateWithValues:andWhere:andWhereArgs:":{"name":"-updateWithValues:andWhere:andWhereArgs:","abstract":"

    Update where with values

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)delete:":{"name":"-delete:","abstract":"

    Delete object

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)deleteObjects:":{"name":"-deleteObjects:","abstract":"

    Delete objects

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)deleteById:":{"name":"-deleteById:","abstract":"

    Delete by id

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)deleteByMultiId:":{"name":"-deleteByMultiId:","abstract":"

    Delete by multiple id values

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)deleteWhere:andWhereArgs:":{"name":"-deleteWhere:andWhereArgs:","abstract":"

    Delete where

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)deleteByFieldValues:":{"name":"-deleteByFieldValues:","abstract":"

    Delete by field values

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)deleteAll":{"name":"-deleteAll","abstract":"

    Delete all rows

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)create:":{"name":"-create:","abstract":"

    Create object, same as calling insert

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)insert:":{"name":"-insert:","abstract":"

    Insert object

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)createIfNotExists:":{"name":"-createIfNotExists:","abstract":"

    Create if does not exist

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)createOrUpdate:":{"name":"-createOrUpdate:","abstract":"

    Create if does not exist or update if it does

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)hasId":{"name":"-hasId","abstract":"

    Determine if the table has an id

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)id:":{"name":"-id:","abstract":"

    Get the id of the object

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)multiId:":{"name":"-multiId:","abstract":"

    Get the multiple id values of the object

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)setId:withIdValue:":{"name":"-setId:withIdValue:","abstract":"

    Set the object id

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)setMultiId:withIdValues:":{"name":"-setMultiId:withIdValues:","abstract":"

    Set the object multiple id

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)values:":{"name":"-values:","abstract":"

    Get the column values of the object

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)buildPkWhereWithValue:":{"name":"-buildPkWhereWithValue:","abstract":"

    Build primary key where clause with id value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)buildPkWhereArgsWithValue:":{"name":"-buildPkWhereArgsWithValue:","abstract":"

    Build primary key where args

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)buildPkWhereWithValues:":{"name":"-buildPkWhereWithValues:","abstract":"

    Build primary key where clause with id values

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)buildWhereWithFields:":{"name":"-buildWhereWithFields:","abstract":"

    Build where clause with fields

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)buildWhereWithFields:andOperation:":{"name":"-buildWhereWithFields:andOperation:","abstract":"

    Build where clause with fields

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)buildWhereWithColumnValueFields:":{"name":"-buildWhereWithColumnValueFields:","abstract":"

    Build where clause with column value fields

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)buildWhereWithColumnValueFields:andOperation:":{"name":"-buildWhereWithColumnValueFields:andOperation:","abstract":"

    Build where clause with column value fields

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)buildWhereWithField:andValue:":{"name":"-buildWhereWithField:andValue:","abstract":"

    Build where clause with field and value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)buildWhereLikeWithField:andValue:":{"name":"-buildWhereLikeWithField:andValue:","abstract":"

    Build where LIKE clause with field and value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)buildWhereWithField:andValue:andOperation:":{"name":"-buildWhereWithField:andValue:andOperation:","abstract":"

    Build where clause with field, value, and operation

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)buildWhereWithField:andColumnValue:":{"name":"-buildWhereWithField:andColumnValue:","abstract":"

    Build where clause with field and column value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)buildWhereLikeWithField:andColumnValue:":{"name":"-buildWhereLikeWithField:andColumnValue:","abstract":"

    Build where LIKE clause with field and column value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)buildWhereArgsWithValues:":{"name":"-buildWhereArgsWithValues:","abstract":"

    Build where args with column values

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)buildWhereArgsWithValueArray:":{"name":"-buildWhereArgsWithValueArray:","abstract":"

    Build where args with values

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)buildWhereArgsWithColumnValues:":{"name":"-buildWhereArgsWithColumnValues:","abstract":"

    Build where args with column values

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)buildWhereArgsWithValue:":{"name":"-buildWhereArgsWithValue:","abstract":"

    Build where args with value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)buildWhereArgsWithColumnValue:":{"name":"-buildWhereArgsWithColumnValue:","abstract":"

    Build where args with column value

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)buildWhereInWithNestedSQL:andWhere:":{"name":"-buildWhereInWithNestedSQL:andWhere:","abstract":"

    Build where statement for ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)buildWhereInArgsWithNestedArgs:andWhereArgs:":{"name":"-buildWhereInArgsWithNestedArgs:andWhereArgs:","abstract":"

    Build where args for ids in the nested SQL query

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)count":{"name":"-count","abstract":"

    Get the total result count

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countWhere:":{"name":"-countWhere:","abstract":"

    Get the count where

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countWhere:andWhereArgs:":{"name":"-countWhere:andWhereArgs:","abstract":"

    Get the count where

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countWithColumn:":{"name":"-countWithColumn:","abstract":"

    Get a count of results

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countWithDistinct:andColumn:":{"name":"-countWithDistinct:andColumn:","abstract":"

    Get a count of results

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countWithColumn:andWhere:":{"name":"-countWithColumn:andWhere:","abstract":"

    Get a count of results

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countWithColumn:andWhere:andWhereArgs:":{"name":"-countWithColumn:andWhere:andWhereArgs:","abstract":"

    Get a count of results

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countWithDistinct:andColumn:andWhere:":{"name":"-countWithDistinct:andColumn:andWhere:","abstract":"

    Get a count of results

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)countWithDistinct:andColumn:andWhere:andWhereArgs:":{"name":"-countWithDistinct:andColumn:andWhere:andWhereArgs:","abstract":"

    Get a count of results

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)minOfColumn:":{"name":"-minOfColumn:","abstract":"

    Get the min result of the column

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)minOfColumn:andWhere:andWhereArgs:":{"name":"-minOfColumn:andWhere:andWhereArgs:","abstract":"

    Get the min result of the column

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)maxOfColumn:":{"name":"-maxOfColumn:","abstract":"

    Get the max result of the column

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)maxOfColumn:andWhere:andWhereArgs:":{"name":"-maxOfColumn:andWhere:andWhereArgs:","abstract":"

    Get the max result of the column

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)querySingleResultWithSql:andArgs:":{"name":"-querySingleResultWithSql:andArgs:","abstract":"

    Query the SQL for a single result object in the first column

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)querySingleResultWithSql:andArgs:andDataType:":{"name":"-querySingleResultWithSql:andArgs:andDataType:","abstract":"

    Query the SQL for a single result object in the first column with the","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)querySingleResultWithSql:andArgs:andColumn:":{"name":"-querySingleResultWithSql:andArgs:andColumn:","abstract":"

    Query the SQL for a single result object

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)querySingleResultWithSql:andArgs:andColumn:andDataType:":{"name":"-querySingleResultWithSql:andArgs:andColumn:andDataType:","abstract":"

    Query the SQL for a single result object with the expected data type

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)querySingleColumnResultsWithSql:andArgs:":{"name":"-querySingleColumnResultsWithSql:andArgs:","abstract":"

    Query for values from the first column

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)querySingleColumnResultsWithSql:andArgs:andDataType:":{"name":"-querySingleColumnResultsWithSql:andArgs:andDataType:","abstract":"

    Query for values from the first column

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)querySingleColumnResultsWithSql:andArgs:andColumn:":{"name":"-querySingleColumnResultsWithSql:andArgs:andColumn:","abstract":"

    Query for values from a single column

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)querySingleColumnResultsWithSql:andArgs:andColumn:andDataType:":{"name":"-querySingleColumnResultsWithSql:andArgs:andColumn:andDataType:","abstract":"

    Query for values from a single column

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)querySingleColumnResultsWithSql:andArgs:andColumn:andLimit:":{"name":"-querySingleColumnResultsWithSql:andArgs:andColumn:andLimit:","abstract":"

    Query for values from a single column up to the limit

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)querySingleColumnResultsWithSql:andArgs:andColumn:andDataType:andLimit:":{"name":"-querySingleColumnResultsWithSql:andArgs:andColumn:andDataType:andLimit:","abstract":"

    Query for values from a single column up to the limit

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryResultsWithSql:andArgs:":{"name":"-queryResultsWithSql:andArgs:","abstract":"

    Query for values

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryResultsWithSql:andArgs:andDataTypes:":{"name":"-queryResultsWithSql:andArgs:andDataTypes:","abstract":"

    Query for values

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)querySingleRowResultsWithSql:andArgs:":{"name":"-querySingleRowResultsWithSql:andArgs:","abstract":"

    Query for values in a single (first) row

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)querySingleRowResultsWithSql:andArgs:andDataTypes:":{"name":"-querySingleRowResultsWithSql:andArgs:andDataTypes:","abstract":"

    Query for values in a single (first) row

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryResultsWithSql:andArgs:andLimit:":{"name":"-queryResultsWithSql:andArgs:andLimit:","abstract":"

    Query for values

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)queryResultsWithSql:andArgs:andDataTypes:andLimit:":{"name":"-queryResultsWithSql:andArgs:andDataTypes:andLimit:","abstract":"

    Query for values up to the limit

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)renameColumnWithName:toColumn:":{"name":"-renameColumnWithName:toColumn:","abstract":"

    Rename column

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)renameColumnWithIndex:toColumn:":{"name":"-renameColumnWithIndex:toColumn:","abstract":"

    Rename column

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)dropColumnWithIndex:":{"name":"-dropColumnWithIndex:","abstract":"

    Drop a column

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)dropColumnWithName:":{"name":"-dropColumnWithName:","abstract":"

    Drop a column

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)dropColumnIndexes:":{"name":"-dropColumnIndexes:","abstract":"

    Drop columns

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGBaseDao.html#/c:objc(cs)GPKGBaseDao(im)dropColumnNames:":{"name":"-dropColumnNames:","abstract":"

    Drop columns

    ","parent_name":"GPKGBaseDao"},"Classes/GPKGTableMapping.html#/c:objc(cs)GPKGTableMapping(py)fromTable":{"name":"fromTable","abstract":"

    From table name

    ","parent_name":"GPKGTableMapping"},"Classes/GPKGTableMapping.html#/c:objc(cs)GPKGTableMapping(py)toTable":{"name":"toTable","abstract":"

    To table name

    ","parent_name":"GPKGTableMapping"},"Classes/GPKGTableMapping.html#/c:objc(cs)GPKGTableMapping(py)transferContent":{"name":"transferContent","abstract":"

    Transfer row content to new table

    ","parent_name":"GPKGTableMapping"},"Classes/GPKGTableMapping.html#/c:objc(cs)GPKGTableMapping(py)where":{"name":"where","abstract":"

    Custom where clause (in addition to column where mappings)

    ","parent_name":"GPKGTableMapping"},"Classes/GPKGTableMapping.html#/c:objc(cs)GPKGTableMapping(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGTableMapping"},"Classes/GPKGTableMapping.html#/c:objc(cs)GPKGTableMapping(im)initWithTableName:andColumns:":{"name":"-initWithTableName:andColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGTableMapping"},"Classes/GPKGTableMapping.html#/c:objc(cs)GPKGTableMapping(im)initWithTable:":{"name":"-initWithTable:","abstract":"

    Initialize

    ","parent_name":"GPKGTableMapping"},"Classes/GPKGTableMapping.html#/c:objc(cs)GPKGTableMapping(im)initWithTable:andDroppedColumns:":{"name":"-initWithTable:andDroppedColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGTableMapping"},"Classes/GPKGTableMapping.html#/c:objc(cs)GPKGTableMapping(im)initWithTable:andNewTable:":{"name":"-initWithTable:andNewTable:","abstract":"

    Initialize

    ","parent_name":"GPKGTableMapping"},"Classes/GPKGTableMapping.html#/c:objc(cs)GPKGTableMapping(im)initWithTableInfo:":{"name":"-initWithTableInfo:","abstract":"

    Initialize

    ","parent_name":"GPKGTableMapping"},"Classes/GPKGTableMapping.html#/c:objc(cs)GPKGTableMapping(im)initWithTableName:andConnection:":{"name":"-initWithTableName:andConnection:","abstract":"

    Initialize

    ","parent_name":"GPKGTableMapping"},"Classes/GPKGTableMapping.html#/c:objc(cs)GPKGTableMapping(im)isNewTable":{"name":"-isNewTable","abstract":"

    Check if the table mapping is to a new table

    ","parent_name":"GPKGTableMapping"},"Classes/GPKGTableMapping.html#/c:objc(cs)GPKGTableMapping(im)addColumn:":{"name":"-addColumn:","abstract":"

    Add a column

    ","parent_name":"GPKGTableMapping"},"Classes/GPKGTableMapping.html#/c:objc(cs)GPKGTableMapping(im)addColumnName:":{"name":"-addColumnName:","abstract":"

    Add a column

    ","parent_name":"GPKGTableMapping"},"Classes/GPKGTableMapping.html#/c:objc(cs)GPKGTableMapping(im)removeColumn:":{"name":"-removeColumn:","abstract":"

    Remove a column

    ","parent_name":"GPKGTableMapping"},"Classes/GPKGTableMapping.html#/c:objc(cs)GPKGTableMapping(im)columnNames":{"name":"-columnNames","abstract":"

    Get the column names

    ","parent_name":"GPKGTableMapping"},"Classes/GPKGTableMapping.html#/c:objc(cs)GPKGTableMapping(im)mappedColumns":{"name":"-mappedColumns","abstract":"

    Get the mapped column values

    ","parent_name":"GPKGTableMapping"},"Classes/GPKGTableMapping.html#/c:objc(cs)GPKGTableMapping(im)columnForName:":{"name":"-columnForName:","abstract":"

    Get the mapped column for the column name

    ","parent_name":"GPKGTableMapping"},"Classes/GPKGTableMapping.html#/c:objc(cs)GPKGTableMapping(im)addDroppedColumn:":{"name":"-addDroppedColumn:","abstract":"

    Add a dropped column

    ","parent_name":"GPKGTableMapping"},"Classes/GPKGTableMapping.html#/c:objc(cs)GPKGTableMapping(im)removeDroppedColumn:":{"name":"-removeDroppedColumn:","abstract":"

    Remove a dropped column

    ","parent_name":"GPKGTableMapping"},"Classes/GPKGTableMapping.html#/c:objc(cs)GPKGTableMapping(im)droppedColumns":{"name":"-droppedColumns","abstract":"

    Get a set of dropped columns

    ","parent_name":"GPKGTableMapping"},"Classes/GPKGTableMapping.html#/c:objc(cs)GPKGTableMapping(im)isDroppedColumn:":{"name":"-isDroppedColumn:","abstract":"

    Check if the column name is a dropped column

    ","parent_name":"GPKGTableMapping"},"Classes/GPKGTableMapping.html#/c:objc(cs)GPKGTableMapping(im)hasWhere":{"name":"-hasWhere","abstract":"

    Check if there is a custom where clause

    ","parent_name":"GPKGTableMapping"},"Classes/GPKGTableCreator.html#/c:objc(cs)GPKGTableCreator(py)db":{"name":"db","abstract":"

    Database connection

    ","parent_name":"GPKGTableCreator"},"Classes/GPKGTableCreator.html#/c:objc(cs)GPKGTableCreator(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGTableCreator"},"Classes/GPKGTableCreator.html#/c:objc(cs)GPKGTableCreator(im)properties":{"name":"-properties","abstract":"

    Get the table creator properties name

    ","parent_name":"GPKGTableCreator"},"Classes/GPKGTableCreator.html#/c:objc(cs)GPKGTableCreator(im)createTable:":{"name":"-createTable:","abstract":"

    Create the table

    ","parent_name":"GPKGTableCreator"},"Classes/GPKGTableCreator.html#/c:objc(cs)GPKGTableCreator(im)createTable:fromProperties:":{"name":"-createTable:fromProperties:","abstract":"

    Create the table

    ","parent_name":"GPKGTableCreator"},"Classes/GPKGTableCreator.html#/c:objc(cs)GPKGTableCreator(im)execSQLForProperty:":{"name":"-execSQLForProperty:","abstract":"

    Execute the SQL statement for the property name

    ","parent_name":"GPKGTableCreator"},"Classes/GPKGTableCreator.html#/c:objc(cs)GPKGTableCreator(im)execSQLForProperty:fromProperties:":{"name":"-execSQLForProperty:fromProperties:","abstract":"

    Execute the SQL statement for the property name

    ","parent_name":"GPKGTableCreator"},"Classes/GPKGTableCreator.html#/c:objc(cs)GPKGTableCreator(im)execSQLStatements:":{"name":"-execSQLStatements:","abstract":"

    Execute the SQL statements

    ","parent_name":"GPKGTableCreator"},"Classes/GPKGTableCreator.html#/c:objc(cs)GPKGTableCreator(cm)readProperty:":{"name":"+readProperty:","abstract":"

    Read the SQL statements for the property name

    ","parent_name":"GPKGTableCreator"},"Classes/GPKGTableCreator.html#/c:objc(cs)GPKGTableCreator(cm)readProperty:fromProperties:":{"name":"+readProperty:fromProperties:","abstract":"

    Read the SQL statements for the property name from the properties

    ","parent_name":"GPKGTableCreator"},"Classes/GPKGTableCreator.html#/c:objc(cs)GPKGTableCreator(cm)readProperty:fromFile:":{"name":"+readProperty:fromFile:","abstract":"

    Read the SQL statements for the property name from the properties file

    ","parent_name":"GPKGTableCreator"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)execWithDatabase:andStatement:":{"name":"+execWithDatabase:andStatement:","abstract":"

    Execute statement on the database

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)execWithSQLiteConnection:andStatement:":{"name":"+execWithSQLiteConnection:andStatement:","abstract":"

    Execute statement on the SQLite connection

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)queryWithDatabase:andStatement:andArgs:":{"name":"+queryWithDatabase:andStatement:andArgs:","abstract":"

    Query statement on the database

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)queryWithDatabase:andDistinct:andTable:andColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"+queryWithDatabase:andDistinct:andTable:andColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query on the database

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)querySQLWithDistinct:andTable:andColumns:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"+querySQLWithDistinct:andTable:andColumns:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Build Query SQL

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)countWithDatabase:andStatement:andArgs:":{"name":"+countWithDatabase:andStatement:andArgs:","abstract":"

    Count on the database

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)countWithDatabase:andTable:":{"name":"+countWithDatabase:andTable:","abstract":"

    Count on the database table where

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)countWithDatabase:andTable:andWhere:":{"name":"+countWithDatabase:andTable:andWhere:","abstract":"

    Count on the database table where

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)countWithDatabase:andTable:andWhere:andWhereArgs:":{"name":"+countWithDatabase:andTable:andWhere:andWhereArgs:","abstract":"

    Count on the database table where

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)countWithDatabase:andCountStatement:":{"name":"+countWithDatabase:andCountStatement:","abstract":"

    Count on the database

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)countWithDatabase:andCountStatement:andArgs:":{"name":"+countWithDatabase:andCountStatement:andArgs:","abstract":"

    Count on the database

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)countWithDatabase:andTable:andColumn:":{"name":"+countWithDatabase:andTable:andColumn:","abstract":"

    Get a count of table results

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)countWithDatabase:andTable:andDistinct:andColumn:":{"name":"+countWithDatabase:andTable:andDistinct:andColumn:","abstract":"

    Get a count of table results

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)countWithDatabase:andTable:andColumn:andWhere:andWhereArgs:":{"name":"+countWithDatabase:andTable:andColumn:andWhere:andWhereArgs:","abstract":"

    Get a count of table results

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)countWithDatabase:andTable:andDistinct:andColumn:andWhere:andWhereArgs:":{"name":"+countWithDatabase:andTable:andDistinct:andColumn:andWhere:andWhereArgs:","abstract":"

    Get a count of table results

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)querySingleResultWithDatabase:andSql:andArgs:andColumn:andDataType:":{"name":"+querySingleResultWithDatabase:andSql:andArgs:andColumn:andDataType:","abstract":"

    Query the SQL for a single result object with the expected data type

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)querySingleColumnResultsWithDatabase:andSql:andArgs:andColumn:andDataType:andLimit:":{"name":"+querySingleColumnResultsWithDatabase:andSql:andArgs:andColumn:andDataType:andLimit:","abstract":"

    Query for values from a single column up to the limit

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)queryResultsWithDatabase:andSql:andArgs:andDataTypes:andLimit:":{"name":"+queryResultsWithDatabase:andSql:andArgs:andDataTypes:andLimit:","abstract":"

    Query for values up to the limit

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)valueInResult:atIndex:":{"name":"+valueInResult:atIndex:","abstract":"

    Get the value from the result set from the provided column

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)valueInResult:atIndex:withDataType:":{"name":"+valueInResult:atIndex:withDataType:","abstract":"

    Get the value from the result set from the provided column

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)valueInResult:atIndex:withType:":{"name":"+valueInResult:atIndex:withType:","abstract":"

    Get the value from the result set from the provided column

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)valueInResult:atIndex:withType:andDataType:":{"name":"+valueInResult:atIndex:withType:andDataType:","abstract":"

    Get the value from the result set from the provided column

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)integerValueInResult:atIndex:withDataType:":{"name":"+integerValueInResult:atIndex:withDataType:","abstract":"

    Get the integer value from the result set of the column

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)floatValueInResult:atIndex:withDataType:":{"name":"+floatValueInResult:atIndex:withDataType:","abstract":"

    Get the float value from the result set of the column

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)value:asDataType:":{"name":"+value:asDataType:","abstract":"

    Get the converted value from the value and data type

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)minWithDatabase:andTable:andColumn:":{"name":"+minWithDatabase:andTable:andColumn:","abstract":"

    Min on the database table column where

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)minWithDatabase:andTable:andColumn:andWhere:andWhereArgs:":{"name":"+minWithDatabase:andTable:andColumn:andWhere:andWhereArgs:","abstract":"

    Min on the database table column where

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)maxWithDatabase:andTable:andColumn:":{"name":"+maxWithDatabase:andTable:andColumn:","abstract":"

    Max on the database table column where

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)maxWithDatabase:andTable:andColumn:andWhere:andWhereArgs:":{"name":"+maxWithDatabase:andTable:andColumn:andWhere:andWhereArgs:","abstract":"

    Max on the database table column where

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)insertWithDatabase:andStatement:":{"name":"+insertWithDatabase:andStatement:","abstract":"

    Insert into database

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)insertWithDatabase:andTable:andValues:":{"name":"+insertWithDatabase:andTable:andValues:","abstract":"

    Insert into database

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)updateWithDatabase:andStatement:":{"name":"+updateWithDatabase:andStatement:","abstract":"

    Update in the database

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)updateWithDatabase:andStatement:andArgs:":{"name":"+updateWithDatabase:andStatement:andArgs:","abstract":"

    Update in the database

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)updateWithDatabase:andTable:andValues:andWhere:":{"name":"+updateWithDatabase:andTable:andValues:andWhere:","abstract":"

    Update in the database

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)updateWithDatabase:andTable:andValues:andWhere:andWhereArgs:":{"name":"+updateWithDatabase:andTable:andValues:andWhere:andWhereArgs:","abstract":"

    Update in the database

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)deleteWithDatabase:andStatement:":{"name":"+deleteWithDatabase:andStatement:","abstract":"

    Delete from the database

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)deleteWithDatabase:andStatement:andArgs:":{"name":"+deleteWithDatabase:andStatement:andArgs:","abstract":"

    Delete from the database

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)deleteWithDatabase:andTable:andWhere:":{"name":"+deleteWithDatabase:andTable:andWhere:","abstract":"

    Delete from the database

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)deleteWithDatabase:andTable:andWhere:andWhereArgs:":{"name":"+deleteWithDatabase:andTable:andWhere:andWhereArgs:","abstract":"

    Delete from the database

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)closeStatement:":{"name":"+closeStatement:","abstract":"

    Close the statement

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)closeResultSet:":{"name":"+closeResultSet:","abstract":"

    Close the result set

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)closeDatabase:":{"name":"+closeDatabase:","abstract":"

    Close the database

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)sqlValueString:":{"name":"+sqlValueString:","abstract":"

    Get the sql string for the value

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)quoteWrapName:":{"name":"+quoteWrapName:","abstract":"

    Wrap the name in double quotes

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)quoteWrapNames:":{"name":"+quoteWrapNames:","abstract":"

    Wrap the names in double quotes

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)quoteUnwrapName:":{"name":"+quoteUnwrapName:","abstract":"

    Remove double quotes from the name

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)createTableSQL:":{"name":"+createTableSQL:","abstract":"

    Create the user defined table SQL

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)columnSQL:":{"name":"+columnSQL:","abstract":"

    Create the column SQL in the format:","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)columnDefinition:":{"name":"+columnDefinition:","abstract":"

    Create the column definition SQL in the format:","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)columnDefaultValue:":{"name":"+columnDefaultValue:","abstract":"

    Get the column default value as a string

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)columnDefaultValue:withType:":{"name":"+columnDefaultValue:withType:","abstract":"

    Get the column default value as a string

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)addColumn:toTable:withConnection:":{"name":"+addColumn:toTable:withConnection:","abstract":"

    Add a column to a table

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)foreignKeysWithConnection:":{"name":"+foreignKeysWithConnection:","abstract":"

    Query for the foreign keys value

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)foreignKeysAsOn:withConnection:":{"name":"+foreignKeysAsOn:withConnection:","abstract":"

    Change the foreign keys state

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)foreignKeysSQLAsOn:":{"name":"+foreignKeysSQLAsOn:","abstract":"

    Create the foreign keys SQL

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)foreignKeyCheckWithConnection:":{"name":"+foreignKeyCheckWithConnection:","abstract":"

    Perform a foreign key check

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)foreignKeyCheckOnTable:withConnection:":{"name":"+foreignKeyCheckOnTable:withConnection:","abstract":"

    Perform a foreign key check

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)foreignKeyCheckSQL":{"name":"+foreignKeyCheckSQL","abstract":"

    Create the foreign key check SQL

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)foreignKeyCheckSQLOnTable:":{"name":"+foreignKeyCheckSQLOnTable:","abstract":"

    Create the foreign key check SQL

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)integrityCheckSQL":{"name":"+integrityCheckSQL","abstract":"

    Create the integrity check SQL

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)quickCheckSQL":{"name":"+quickCheckSQL","abstract":"

    Create the quick check SQL

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)dropTable:withConnection:":{"name":"+dropTable:withConnection:","abstract":"

    Drop the table if it exists

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)dropTableSQL:":{"name":"+dropTableSQL:","abstract":"

    Create the drop table if exists SQL

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)dropView:withConnection:":{"name":"+dropView:withConnection:","abstract":"

    Drop the view if it exists

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)dropViewSQL:":{"name":"+dropViewSQL:","abstract":"

    Create the drop view if exists SQL

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)transferTableContent:withConnection:":{"name":"+transferTableContent:withConnection:","abstract":"

    Transfer table content from one table to another

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)transferTableContentSQL:":{"name":"+transferTableContentSQL:","abstract":"

    Create insert SQL to transfer table content from one table to another

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)transferContentInTable:inColumn:withNewValue:andCurrentValue:withConnection:":{"name":"+transferContentInTable:inColumn:withNewValue:andCurrentValue:withConnection:","abstract":"

    Transfer table content to itself with new rows containing a new column","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)transferContentInTable:inColumn:withNewValue:andCurrentValue:andIdColumn:withConnection:":{"name":"+transferContentInTable:inColumn:withNewValue:andCurrentValue:andIdColumn:withConnection:","abstract":"

    Transfer table content to itself with new rows containing a new column","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)tempTableNameWithPrefix:andBaseName:withConnection:":{"name":"+tempTableNameWithPrefix:andBaseName:withConnection:","abstract":"

    Get an available temporary table name. Starts with prefix_baseName and","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)modifySQL:withName:andTableMapping:":{"name":"+modifySQL:withName:andTableMapping:","abstract":"

    Modify the SQL with a name change and the table mapping modifications

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)modifySQL:withName:andTableMapping:withConnection:":{"name":"+modifySQL:withName:andTableMapping:withConnection:","abstract":"

    Modify the SQL with a name change and the table mapping modifications

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)modifySQL:withTableMapping:":{"name":"+modifySQL:withTableMapping:","abstract":"

    Modify the SQL with table mapping modifications

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)replaceName:inSQL:withReplacement:":{"name":"+replaceName:inSQL:withReplacement:","abstract":"

    Replace the name (table, column, etc) in the SQL with the replacement.","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)createName:andReplace:withReplacement:":{"name":"+createName:andReplace:withReplacement:","abstract":"

    Create a new name by replacing a case insensitive value with a new value.","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)createName:andReplace:withReplacement:withConnection:":{"name":"+createName:andReplace:withReplacement:withConnection:","abstract":"

    Create a new name by replacing a case insensitive value with a new value.","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)vacuumWithConnection:":{"name":"+vacuumWithConnection:","abstract":"

    Rebuild the GeoPackage, repacking it into a minimal amount of disk space

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlUtils.html#/c:objc(cs)GPKGSqlUtils(cm)boolValueOfNumber:":{"name":"+boolValueOfNumber:","abstract":"

    Get the BOOL value of the number

    ","parent_name":"GPKGSqlUtils"},"Classes/GPKGSqlLiteQueryBuilder.html#/c:objc(cs)GPKGSqlLiteQueryBuilder(cm)buildQueryWithDistinct:andTable:andColumns:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"+buildQueryWithDistinct:andTable:andColumns:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Build SQL query

    ","parent_name":"GPKGSqlLiteQueryBuilder"},"Classes/GPKGSqlLiteQueryBuilder.html#/c:objc(cs)GPKGSqlLiteQueryBuilder(cm)buildQueryWithDistinct:andTables:andColumns:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"+buildQueryWithDistinct:andTables:andColumns:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Build SQL query

    ","parent_name":"GPKGSqlLiteQueryBuilder"},"Classes/GPKGSqlLiteQueryBuilder.html#/c:objc(cs)GPKGSqlLiteQueryBuilder(cm)appendColumnsToString:toString:":{"name":"+appendColumnsToString:toString:","abstract":"

    Append columns to the string

    ","parent_name":"GPKGSqlLiteQueryBuilder"},"Classes/GPKGRow.html#/c:objc(cs)GPKGRow(py)columns":{"name":"columns","abstract":"

    Column names

    ","parent_name":"GPKGRow"},"Classes/GPKGRow.html#/c:objc(cs)GPKGRow(py)values":{"name":"values","abstract":"

    Column values

    ","parent_name":"GPKGRow"},"Classes/GPKGRow.html#/c:objc(cs)GPKGRow(cm)create":{"name":"+create","abstract":"

    Initialize

    ","parent_name":"GPKGRow"},"Classes/GPKGRow.html#/c:objc(cs)GPKGRow(cm)createWithValues:":{"name":"+createWithValues:","abstract":"

    Initialize

    ","parent_name":"GPKGRow"},"Classes/GPKGRow.html#/c:objc(cs)GPKGRow(cm)createWithColumns:andValues:":{"name":"+createWithColumns:andValues:","abstract":"

    Initialize

    ","parent_name":"GPKGRow"},"Classes/GPKGRow.html#/c:objc(cs)GPKGRow(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGRow"},"Classes/GPKGRow.html#/c:objc(cs)GPKGRow(im)initWithValues:":{"name":"-initWithValues:","abstract":"

    Initialize

    ","parent_name":"GPKGRow"},"Classes/GPKGRow.html#/c:objc(cs)GPKGRow(im)initWithColumns:andValues:":{"name":"-initWithColumns:andValues:","abstract":"

    Initialize

    ","parent_name":"GPKGRow"},"Classes/GPKGRow.html#/c:objc(cs)GPKGRow(im)count":{"name":"-count","abstract":"

    Get the count of values / columns

    ","parent_name":"GPKGRow"},"Classes/GPKGRow.html#/c:objc(cs)GPKGRow(im)columnAtIndex:":{"name":"-columnAtIndex:","abstract":"

    Get the column name at the column index

    ","parent_name":"GPKGRow"},"Classes/GPKGRow.html#/c:objc(cs)GPKGRow(im)valueAtIndex:":{"name":"-valueAtIndex:","abstract":"

    Get the value at the column index

    ","parent_name":"GPKGRow"},"Classes/GPKGRow.html#/c:objc(cs)GPKGRow(im)valueWithColumn:":{"name":"-valueWithColumn:","abstract":"

    Get the value for the column name

    ","parent_name":"GPKGRow"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(py)statement":{"name":"statement","abstract":"

    SQL statement

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(py)sql":{"name":"sql","abstract":"

    SQL string statement

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(py)args":{"name":"args","abstract":"

    SQL arguments

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(py)count":{"name":"count","abstract":"

    Result count

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(py)connection":{"name":"connection","abstract":"

    SQL Connection

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(py)columnNames":{"name":"columnNames","abstract":"

    Column Names

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(py)columnIndex":{"name":"columnIndex","abstract":"

    Column name to index mapping

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(py)columns":{"name":"columns","abstract":"

    User columns

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(im)initWithStatement:andSql:andArgs:andCount:andConnection:":{"name":"-initWithStatement:andSql:andArgs:andCount:andConnection:","abstract":"

    Initialize

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(im)initWithResultSet:":{"name":"-initWithResultSet:","abstract":"

    Initialize reusing existing result set statement and connection

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(im)moveToNext":{"name":"-moveToNext","abstract":"

    Move to the next result if one exists

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(im)moveToFirst":{"name":"-moveToFirst","abstract":"

    Move to the first result

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(im)moveToPosition:":{"name":"-moveToPosition:","abstract":"

    Move result to index position

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(im)close":{"name":"-close","abstract":"

    Close the result set

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(im)closeStatement":{"name":"-closeStatement","abstract":"

    Close the result set statement, but leave the connection open

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(im)columnCount":{"name":"-columnCount","abstract":"

    Get the column count

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(im)row":{"name":"-row","abstract":"

    Get the row value

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(im)rowValues":{"name":"-rowValues","abstract":"

    Get the row values

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(im)rowPopulateValues:":{"name":"-rowPopulateValues:","abstract":"

    Get a row and populate with values

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(im)valueWithIndex:":{"name":"-valueWithIndex:","abstract":"

    Get value with column index

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(im)valueWithColumnName:":{"name":"-valueWithColumnName:","abstract":"

    Get the value for the column name

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(im)columnIndexWithName:":{"name":"-columnIndexWithName:","abstract":"

    Get column index for column name

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(im)type:":{"name":"-type:","abstract":"

    Get the column type of the column index

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(im)stringWithIndex:":{"name":"-stringWithIndex:","abstract":"

    Get the string value at the column index

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(im)intWithIndex:":{"name":"-intWithIndex:","abstract":"

    Get the int value at the column index

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(im)blobWithIndex:":{"name":"-blobWithIndex:","abstract":"

    Get the blob value at the column index

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(im)longWithIndex:":{"name":"-longWithIndex:","abstract":"

    Get the long value at the column index

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(im)doubleWithIndex:":{"name":"-doubleWithIndex:","abstract":"

    Get the double value at the column index

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(im)countAndClose":{"name":"-countAndClose","abstract":"

    Get the result count and close the result set

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(im)setColumnsFromTable:":{"name":"-setColumnsFromTable:","abstract":"

    Set the columns from the user table

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(im)id":{"name":"-id","abstract":"

    Get the id value

    ","parent_name":"GPKGResultSet"},"Classes/GPKGResultSet.html#/c:objc(cs)GPKGResultSet(im)idValue":{"name":"-idValue","abstract":"

    Get the id value

    ","parent_name":"GPKGResultSet"},"Classes/GPKGPagination.html#/c:objc(cs)GPKGPagination(cm)findInSQL:":{"name":"+findInSQL:","abstract":"

    Find the pagination offset and limit from the SQL statement

    ","parent_name":"GPKGPagination"},"Classes/GPKGPagination.html#/c:objc(cs)GPKGPagination(cm)replaceSQL:withPagination:":{"name":"+replaceSQL:withPagination:","abstract":"

    Replace the pagination limit and offset in the SQL statement

    ","parent_name":"GPKGPagination"},"Classes/GPKGPagination.html#/c:objc(cs)GPKGPagination(py)limit":{"name":"limit","abstract":"

    Limit

    ","parent_name":"GPKGPagination"},"Classes/GPKGPagination.html#/c:objc(cs)GPKGPagination(py)offset":{"name":"offset","abstract":"

    Offset

    ","parent_name":"GPKGPagination"},"Classes/GPKGPagination.html#/c:objc(cs)GPKGPagination(im)initWithLimit:":{"name":"-initWithLimit:","abstract":"

    Initialize

    ","parent_name":"GPKGPagination"},"Classes/GPKGPagination.html#/c:objc(cs)GPKGPagination(im)initWithLimit:andOffsetInt:":{"name":"-initWithLimit:andOffsetInt:","abstract":"

    Initialize

    ","parent_name":"GPKGPagination"},"Classes/GPKGPagination.html#/c:objc(cs)GPKGPagination(im)initWithLimit:andOffset:":{"name":"-initWithLimit:andOffset:","abstract":"

    Initialize

    ","parent_name":"GPKGPagination"},"Classes/GPKGPagination.html#/c:objc(cs)GPKGPagination(im)hasLimit":{"name":"-hasLimit","abstract":"

    Is there positive limit

    ","parent_name":"GPKGPagination"},"Classes/GPKGPagination.html#/c:objc(cs)GPKGPagination(im)hasOffset":{"name":"-hasOffset","abstract":"

    Is there an offset

    ","parent_name":"GPKGPagination"},"Classes/GPKGPagination.html#/c:objc(cs)GPKGPagination(im)incrementOffset":{"name":"-incrementOffset","abstract":"

    If the limit is positive, increment the offset

    ","parent_name":"GPKGPagination"},"Classes/GPKGPagination.html#/c:objc(cs)GPKGPagination(im)incrementOffsetByCount:":{"name":"-incrementOffsetByCount:","abstract":"

    Increment the offset by the count

    ","parent_name":"GPKGPagination"},"Classes/GPKGPagination.html#/c:objc(cs)GPKGPagination(im)replaceSQL:":{"name":"-replaceSQL:","abstract":"

    Replace the limit and offset in the SQL statement with the pagination","parent_name":"GPKGPagination"},"Classes/GPKGPaginatedResults.html#/c:objc(cs)GPKGPaginatedResults(cm)isPaginated:":{"name":"+isPaginated:","abstract":"

    Determine if the result set is paginated

    ","parent_name":"GPKGPaginatedResults"},"Classes/GPKGPaginatedResults.html#/c:objc(cs)GPKGPaginatedResults(cm)pagination:":{"name":"+pagination:","abstract":"

    Get the pagination offset and limit

    ","parent_name":"GPKGPaginatedResults"},"Classes/GPKGPaginatedResults.html#/c:objc(cs)GPKGPaginatedResults(cm)create:":{"name":"+create:","abstract":"

    Create

    ","parent_name":"GPKGPaginatedResults"},"Classes/GPKGPaginatedResults.html#/c:objc(cs)GPKGPaginatedResults(py)pagination":{"name":"pagination","abstract":"

    Paginated query settings

    ","parent_name":"GPKGPaginatedResults"},"Classes/GPKGPaginatedResults.html#/c:objc(cs)GPKGPaginatedResults(py)ids":{"name":"ids","abstract":"

    Flag for iterating over result ids

    ","parent_name":"GPKGPaginatedResults"},"Classes/GPKGPaginatedResults.html#/c:objc(cs)GPKGPaginatedResults(im)initWithResultSet:":{"name":"-initWithResultSet:","abstract":"

    Initialize

    ","parent_name":"GPKGPaginatedResults"},"Classes/GPKGPaginatedResults.html#/c:objc(cs)GPKGPaginatedResults(im)connection":{"name":"-connection","abstract":"

    Get the DB Connection

    ","parent_name":"GPKGPaginatedResults"},"Classes/GPKGPaginatedResults.html#/c:objc(cs)GPKGPaginatedResults(im)resultSet":{"name":"-resultSet","abstract":"

    Get the current paginated Result Set

    ","parent_name":"GPKGPaginatedResults"},"Classes/GPKGPaginatedResults.html#/c:objc(cs)GPKGPaginatedResults(im)count":{"name":"-count","abstract":"

    Get the result count

    ","parent_name":"GPKGPaginatedResults"},"Classes/GPKGPaginatedResults.html#/c:objc(cs)GPKGPaginatedResults(im)sql":{"name":"-sql","abstract":"

    Get the initial SQL statement

    ","parent_name":"GPKGPaginatedResults"},"Classes/GPKGPaginatedResults.html#/c:objc(cs)GPKGPaginatedResults(im)args":{"name":"-args","abstract":"

    Get the SQL arguments

    ","parent_name":"GPKGPaginatedResults"},"Classes/GPKGPaginatedResults.html#/c:objc(cs)GPKGPaginatedResults(im)moveToNext":{"name":"-moveToNext","abstract":"

    Move to the next result if one exists

    ","parent_name":"GPKGPaginatedResults"},"Classes/GPKGPaginatedResults.html#/c:objc(cs)GPKGPaginatedResults(im)rowValues":{"name":"-rowValues","abstract":"

    Get the row values

    ","parent_name":"GPKGPaginatedResults"},"Classes/GPKGPaginatedResults.html#/c:objc(cs)GPKGPaginatedResults(im)row":{"name":"-row","abstract":"

    Get the row value

    ","parent_name":"GPKGPaginatedResults"},"Classes/GPKGPaginatedResults.html#/c:objc(cs)GPKGPaginatedResults(im)id":{"name":"-id","abstract":"

    Get the id value

    ","parent_name":"GPKGPaginatedResults"},"Classes/GPKGPaginatedResults.html#/c:objc(cs)GPKGPaginatedResults(im)close":{"name":"-close","abstract":"

    Close the current results

    ","parent_name":"GPKGPaginatedResults"},"Classes/GPKGMappedColumn.html#/c:objc(cs)GPKGMappedColumn(py)toColumn":{"name":"toColumn","abstract":"

    To column

    ","parent_name":"GPKGMappedColumn"},"Classes/GPKGMappedColumn.html#/c:objc(cs)GPKGMappedColumn(py)fromColumn":{"name":"fromColumn","abstract":"

    From column or null if the same as to column

    ","parent_name":"GPKGMappedColumn"},"Classes/GPKGMappedColumn.html#/c:objc(cs)GPKGMappedColumn(py)defaultValue":{"name":"defaultValue","abstract":"

    Default to column value

    ","parent_name":"GPKGMappedColumn"},"Classes/GPKGMappedColumn.html#/c:objc(cs)GPKGMappedColumn(py)dataType":{"name":"dataType","abstract":"

    Column data type

    ","parent_name":"GPKGMappedColumn"},"Classes/GPKGMappedColumn.html#/c:objc(cs)GPKGMappedColumn(py)constantValue":{"name":"constantValue","abstract":"

    Constant value

    ","parent_name":"GPKGMappedColumn"},"Classes/GPKGMappedColumn.html#/c:objc(cs)GPKGMappedColumn(py)whereValue":{"name":"whereValue","abstract":"

    Where value

    ","parent_name":"GPKGMappedColumn"},"Classes/GPKGMappedColumn.html#/c:objc(cs)GPKGMappedColumn(py)whereOperator":{"name":"whereOperator","abstract":"

    Where value comparison operator (=, <, etc)

    ","parent_name":"GPKGMappedColumn"},"Classes/GPKGMappedColumn.html#/c:objc(cs)GPKGMappedColumn(im)initWithToColumn:":{"name":"-initWithToColumn:","abstract":"

    Initialize

    ","parent_name":"GPKGMappedColumn"},"Classes/GPKGMappedColumn.html#/c:objc(cs)GPKGMappedColumn(im)initWithToColumn:andFromColumn:":{"name":"-initWithToColumn:andFromColumn:","abstract":"

    Initialize

    ","parent_name":"GPKGMappedColumn"},"Classes/GPKGMappedColumn.html#/c:objc(cs)GPKGMappedColumn(im)initWithToColumn:andFromColumn:andDefaultValue:andDataType:":{"name":"-initWithToColumn:andFromColumn:andDefaultValue:andDataType:","abstract":"

    Initialize

    ","parent_name":"GPKGMappedColumn"},"Classes/GPKGMappedColumn.html#/c:objc(cs)GPKGMappedColumn(im)initWithToColumn:andDefaultValue:andDataType:":{"name":"-initWithToColumn:andDefaultValue:andDataType:","abstract":"

    Initialize

    ","parent_name":"GPKGMappedColumn"},"Classes/GPKGMappedColumn.html#/c:objc(cs)GPKGMappedColumn(im)initWithUserColumn:":{"name":"-initWithUserColumn:","abstract":"

    Initialize

    ","parent_name":"GPKGMappedColumn"},"Classes/GPKGMappedColumn.html#/c:objc(cs)GPKGMappedColumn(im)initWithTableColumn:":{"name":"-initWithTableColumn:","abstract":"

    Initialize

    ","parent_name":"GPKGMappedColumn"},"Classes/GPKGMappedColumn.html#/c:objc(cs)GPKGMappedColumn(im)hasNewName":{"name":"-hasNewName","abstract":"

    Determine if the column has a new name

    ","parent_name":"GPKGMappedColumn"},"Classes/GPKGMappedColumn.html#/c:objc(cs)GPKGMappedColumn(im)hasDefaultValue":{"name":"-hasDefaultValue","abstract":"

    Check if the column has a default value

    ","parent_name":"GPKGMappedColumn"},"Classes/GPKGMappedColumn.html#/c:objc(cs)GPKGMappedColumn(im)defaultValueAsString":{"name":"-defaultValueAsString","abstract":"

    Get the default value as a string

    ","parent_name":"GPKGMappedColumn"},"Classes/GPKGMappedColumn.html#/c:objc(cs)GPKGMappedColumn(im)hasConstantValue":{"name":"-hasConstantValue","abstract":"

    Check if the column has a constant value

    ","parent_name":"GPKGMappedColumn"},"Classes/GPKGMappedColumn.html#/c:objc(cs)GPKGMappedColumn(im)constantValueAsString":{"name":"-constantValueAsString","abstract":"

    Get the constant value as a string

    ","parent_name":"GPKGMappedColumn"},"Classes/GPKGMappedColumn.html#/c:objc(cs)GPKGMappedColumn(im)hasWhereValue":{"name":"-hasWhereValue","abstract":"

    Check if the column has a where value

    ","parent_name":"GPKGMappedColumn"},"Classes/GPKGMappedColumn.html#/c:objc(cs)GPKGMappedColumn(im)whereValueAsString":{"name":"-whereValueAsString","abstract":"

    Get the where value as a string

    ","parent_name":"GPKGMappedColumn"},"Classes/GPKGMappedColumn.html#/c:objc(cs)GPKGMappedColumn(im)setWhereValue:withOperator:":{"name":"-setWhereValue:withOperator:","abstract":"

    Set the where value

    ","parent_name":"GPKGMappedColumn"},"Classes/GPKGGeoPackageTableCreator.html#/c:objc(cs)GPKGGeoPackageTableCreator(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGGeoPackageTableCreator"},"Classes/GPKGGeoPackageTableCreator.html#/c:objc(cs)GPKGGeoPackageTableCreator(im)createSpatialReferenceSystem":{"name":"-createSpatialReferenceSystem","abstract":"

    Create Spatial Reference System table

    ","parent_name":"GPKGGeoPackageTableCreator"},"Classes/GPKGGeoPackageTableCreator.html#/c:objc(cs)GPKGGeoPackageTableCreator(im)createContents":{"name":"-createContents","abstract":"

    Create Contents table

    ","parent_name":"GPKGGeoPackageTableCreator"},"Classes/GPKGGeoPackageTableCreator.html#/c:objc(cs)GPKGGeoPackageTableCreator(im)createGeometryColumns":{"name":"-createGeometryColumns","abstract":"

    Create Geometry Columns table

    ","parent_name":"GPKGGeoPackageTableCreator"},"Classes/GPKGGeoPackageTableCreator.html#/c:objc(cs)GPKGGeoPackageTableCreator(im)createTileMatrixSet":{"name":"-createTileMatrixSet","abstract":"

    Creat Tile Matrix Set table

    ","parent_name":"GPKGGeoPackageTableCreator"},"Classes/GPKGGeoPackageTableCreator.html#/c:objc(cs)GPKGGeoPackageTableCreator(im)createTileMatrix":{"name":"-createTileMatrix","abstract":"

    Create Tile Matrix table

    ","parent_name":"GPKGGeoPackageTableCreator"},"Classes/GPKGGeoPackageTableCreator.html#/c:objc(cs)GPKGGeoPackageTableCreator(im)createExtensions":{"name":"-createExtensions","abstract":"

    Create Extensions table

    ","parent_name":"GPKGGeoPackageTableCreator"},"Classes/GPKGGeoPackageTableCreator.html#/c:objc(cs)GPKGGeoPackageTableCreator(im)createDataColumns":{"name":"-createDataColumns","abstract":"

    Create Data Columns table

    ","parent_name":"GPKGGeoPackageTableCreator"},"Classes/GPKGGeoPackageTableCreator.html#/c:objc(cs)GPKGGeoPackageTableCreator(im)createDataColumnConstraints":{"name":"-createDataColumnConstraints","abstract":"

    Create Data Column Constraints table

    ","parent_name":"GPKGGeoPackageTableCreator"},"Classes/GPKGGeoPackageTableCreator.html#/c:objc(cs)GPKGGeoPackageTableCreator(im)createMetadata":{"name":"-createMetadata","abstract":"

    Create Metadata table

    ","parent_name":"GPKGGeoPackageTableCreator"},"Classes/GPKGGeoPackageTableCreator.html#/c:objc(cs)GPKGGeoPackageTableCreator(im)createMetadataReference":{"name":"-createMetadataReference","abstract":"

    Create Metadata Reference table

    ","parent_name":"GPKGGeoPackageTableCreator"},"Classes/GPKGGeoPackageTableCreator.html#/c:objc(cs)GPKGGeoPackageTableCreator(im)createGriddedCoverage":{"name":"-createGriddedCoverage","abstract":"

    Create the Tiled Gridded Coverage Data Coverage extension table

    ","parent_name":"GPKGGeoPackageTableCreator"},"Classes/GPKGGeoPackageTableCreator.html#/c:objc(cs)GPKGGeoPackageTableCreator(im)createGriddedTile":{"name":"-createGriddedTile","abstract":"

    Create the Tiled Gridded Coverage Data Tile extension table

    ","parent_name":"GPKGGeoPackageTableCreator"},"Classes/GPKGGeoPackageTableCreator.html#/c:objc(cs)GPKGGeoPackageTableCreator(im)createExtendedRelations":{"name":"-createExtendedRelations","abstract":"

    Create the Extended Relations table

    ","parent_name":"GPKGGeoPackageTableCreator"},"Classes/GPKGGeoPackageTableCreator.html#/c:objc(cs)GPKGGeoPackageTableCreator(im)createExtensionTable:":{"name":"-createExtensionTable:","abstract":"

    Create an extension table

    ","parent_name":"GPKGGeoPackageTableCreator"},"Classes/GPKGGeoPackageTableCreator.html#/c:objc(cs)GPKGGeoPackageTableCreator(im)createUserTable:":{"name":"-createUserTable:","abstract":"

    Create the user table

    ","parent_name":"GPKGGeoPackageTableCreator"},"Classes/GPKGGeoPackageTableCreator.html#/c:objc(cs)GPKGGeoPackageTableCreator(im)createRequired":{"name":"-createRequired","abstract":"

    Create the minimum required GeoPackage tables

    ","parent_name":"GPKGGeoPackageTableCreator"},"Classes/GPKGGeoPackageTableCreator.html#/c:objc(cs)GPKGGeoPackageTableCreator(im)dropTable:":{"name":"-dropTable:","abstract":"

    Drop the table if it exists

    ","parent_name":"GPKGGeoPackageTableCreator"},"Classes/GPKGGeoPackageTableCreator.html#/c:objc(cs)GPKGGeoPackageTableCreator(im)dropView:":{"name":"-dropView:","abstract":"

    Drop the view if it exists

    ","parent_name":"GPKGGeoPackageTableCreator"},"Classes/GPKGFeatureIndexerIdResultSet.html#/c:objc(cs)GPKGFeatureIndexerIdResultSet(im)initWithResults:andIdQuery:":{"name":"-initWithResults:andIdQuery:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureIndexerIdResultSet"},"Classes/GPKGFeatureIndexerIdQuery.html#/c:objc(cs)GPKGFeatureIndexerIdQuery(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureIndexerIdQuery"},"Classes/GPKGFeatureIndexerIdQuery.html#/c:objc(cs)GPKGFeatureIndexerIdQuery(im)addArgument:":{"name":"-addArgument:","abstract":"

    Add an id argument

    ","parent_name":"GPKGFeatureIndexerIdQuery"},"Classes/GPKGFeatureIndexerIdQuery.html#/c:objc(cs)GPKGFeatureIndexerIdQuery(im)addArgumentInt:":{"name":"-addArgumentInt:","abstract":"

    Add an id argument

    ","parent_name":"GPKGFeatureIndexerIdQuery"},"Classes/GPKGFeatureIndexerIdQuery.html#/c:objc(cs)GPKGFeatureIndexerIdQuery(im)count":{"name":"-count","abstract":"

    Get the number of ids

    ","parent_name":"GPKGFeatureIndexerIdQuery"},"Classes/GPKGFeatureIndexerIdQuery.html#/c:objc(cs)GPKGFeatureIndexerIdQuery(im)ids":{"name":"-ids","abstract":"

    Get the set of ids

    ","parent_name":"GPKGFeatureIndexerIdQuery"},"Classes/GPKGFeatureIndexerIdQuery.html#/c:objc(cs)GPKGFeatureIndexerIdQuery(im)hasId:":{"name":"-hasId:","abstract":"

    Check if the query has the id

    ","parent_name":"GPKGFeatureIndexerIdQuery"},"Classes/GPKGFeatureIndexerIdQuery.html#/c:objc(cs)GPKGFeatureIndexerIdQuery(im)hasIdInt:":{"name":"-hasIdInt:","abstract":"

    Check if the query has the id

    ","parent_name":"GPKGFeatureIndexerIdQuery"},"Classes/GPKGFeatureIndexerIdQuery.html#/c:objc(cs)GPKGFeatureIndexerIdQuery(im)aboveMaxArguments":{"name":"-aboveMaxArguments","abstract":"

    Check if the total number of query arguments is above the maximum allowed in a single query

    ","parent_name":"GPKGFeatureIndexerIdQuery"},"Classes/GPKGFeatureIndexerIdQuery.html#/c:objc(cs)GPKGFeatureIndexerIdQuery(im)aboveMaxArgumentsWithAdditionalArgs:":{"name":"-aboveMaxArgumentsWithAdditionalArgs:","abstract":"

    Check if the total number of query arguments is above the maximum allowed in a single query

    ","parent_name":"GPKGFeatureIndexerIdQuery"},"Classes/GPKGFeatureIndexerIdQuery.html#/c:objc(cs)GPKGFeatureIndexerIdQuery(im)aboveMaxArgumentsWithAdditionalArgsCount:":{"name":"-aboveMaxArgumentsWithAdditionalArgsCount:","abstract":"

    Check if the total number of query arguments is above the maximum allowed in a single query

    ","parent_name":"GPKGFeatureIndexerIdQuery"},"Classes/GPKGFeatureIndexerIdQuery.html#/c:objc(cs)GPKGFeatureIndexerIdQuery(im)sql":{"name":"-sql","abstract":"

    Get the SQL statement

    ","parent_name":"GPKGFeatureIndexerIdQuery"},"Classes/GPKGFeatureIndexerIdQuery.html#/c:objc(cs)GPKGFeatureIndexerIdQuery(im)args":{"name":"-args","abstract":"

    Get the arguments

    ","parent_name":"GPKGFeatureIndexerIdQuery"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(py)featureDao":{"name":"featureDao","abstract":"

    Feature DAO

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(py)progress":{"name":"progress","abstract":"

    Progress callbacks

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(py)chunkLimit":{"name":"chunkLimit","abstract":"

    Query single chunk limit

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)initWithFeatureDao:":{"name":"-initWithFeatureDao:","abstract":"

    Initialize

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)pkColumnName":{"name":"-pkColumnName","abstract":"

    Get the primary key column name

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)close":{"name":"-close","abstract":"

    Close the database connection in the feature indexer

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)index":{"name":"-index","abstract":"

    Index the feature table if needed

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)indexWithForce:":{"name":"-indexWithForce:","abstract":"

    Index the feature table

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)indexFeatureRow:":{"name":"-indexFeatureRow:","abstract":"

    Index the feature row. This method assumes that indexing has been completed and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)deleteIndex":{"name":"-deleteIndex","abstract":"

    Delete the feature table index

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)deleteIndexWithFeatureRow:":{"name":"-deleteIndexWithFeatureRow:","abstract":"

    Delete the index for the feature row

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)deleteIndexWithGeomId:":{"name":"-deleteIndexWithGeomId:","abstract":"

    Delete the index for the geometry id

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)isIndexed":{"name":"-isIndexed","abstract":"

    Determine if the database table is indexed after database modifications

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)lastIndexed":{"name":"-lastIndexed","abstract":"

    Get the date last indexed

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)tolerance":{"name":"-tolerance","abstract":"

    Get the query range tolerance

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)setTolerance:":{"name":"-setTolerance:","abstract":"

    Set the query range tolerance

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)query":{"name":"-query","abstract":"

    Query for all Geometry Metadata

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryWithColumns:":{"name":"-queryWithColumns:","abstract":"

    Query for all Geometry Metadata

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryIds":{"name":"-queryIds","abstract":"

    Query for all Geometry Metadata ids

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)count":{"name":"-count","abstract":"

    Query for all Geometry Metadata count

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeatures":{"name":"-queryFeatures","abstract":"

    Query for all features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:":{"name":"-queryFeaturesWithDistinct:","abstract":"

    Query for all features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithColumns:":{"name":"-queryFeaturesWithColumns:","abstract":"

    Query for all features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andColumns:":{"name":"-queryFeaturesWithDistinct:andColumns:","abstract":"

    Query for all features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeatures":{"name":"-countFeatures","abstract":"

    Count features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithColumn:":{"name":"-countFeaturesWithColumn:","abstract":"

    Count features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithDistinct:andColumn:":{"name":"-countFeaturesWithDistinct:andColumn:","abstract":"

    Count features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithFieldValues:":{"name":"-queryFeaturesWithFieldValues:","abstract":"

    Query for features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andFieldValues:","abstract":"

    Query for features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithColumns:andFieldValues:":{"name":"-queryFeaturesWithColumns:andFieldValues:","abstract":"

    Query for features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andColumns:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andColumns:andFieldValues:","abstract":"

    Query for features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithFieldValues:":{"name":"-countFeaturesWithFieldValues:","abstract":"

    Count features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithColumn:andFieldValues:":{"name":"-countFeaturesWithColumn:andFieldValues:","abstract":"

    Count features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithDistinct:andColumn:andFieldValues:":{"name":"-countFeaturesWithDistinct:andColumn:andFieldValues:","abstract":"

    Count features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWhere:":{"name":"-queryFeaturesWhere:","abstract":"

    Query for features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andWhere:":{"name":"-queryFeaturesWithDistinct:andWhere:","abstract":"

    Query for features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithColumns:andWhere:":{"name":"-queryFeaturesWithColumns:andWhere:","abstract":"

    Query for features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andColumns:andWhere:":{"name":"-queryFeaturesWithDistinct:andColumns:andWhere:","abstract":"

    Query for features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWhere:":{"name":"-countFeaturesWhere:","abstract":"

    Count features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithColumn:andWhere:":{"name":"-countFeaturesWithColumn:andWhere:","abstract":"

    Count features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithDistinct:andColumn:andWhere:":{"name":"-countFeaturesWithDistinct:andColumn:andWhere:","abstract":"

    Count features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWhere:andWhereArgs:":{"name":"-queryFeaturesWhere:andWhereArgs:","abstract":"

    Query for features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andWhere:andWhereArgs:","abstract":"

    Query for features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithColumns:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithColumns:andWhere:andWhereArgs:","abstract":"

    Query for features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andColumns:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andColumns:andWhere:andWhereArgs:","abstract":"

    Query for features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWhere:andWhereArgs:":{"name":"-countFeaturesWhere:andWhereArgs:","abstract":"

    Count features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithColumn:andWhere:andWhereArgs:":{"name":"-countFeaturesWithColumn:andWhere:andWhereArgs:","abstract":"

    Count features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithDistinct:andColumn:andWhere:andWhereArgs:":{"name":"-countFeaturesWithDistinct:andColumn:andWhere:andWhereArgs:","abstract":"

    Count features

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)boundingBox":{"name":"-boundingBox","abstract":"

    Query for the bounds of the feature table index

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)boundingBoxInProjection:":{"name":"-boundingBoxInProjection:","abstract":"

    Query for the feature index bounds and return in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryWithBoundingBox:":{"name":"-queryWithBoundingBox:","abstract":"

    Query for Geometry Metadata within the bounding box, projected","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryWithColumns:andBoundingBox:":{"name":"-queryWithColumns:andBoundingBox:","abstract":"

    Query for Geometry Metadata within the bounding box, projected","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryIdsWithBoundingBox:":{"name":"-queryIdsWithBoundingBox:","abstract":"

    Query for Geometry Metadata ids within the bounding box, projected","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countWithBoundingBox:":{"name":"-countWithBoundingBox:","abstract":"

    Query for Geometry Metadata count within the bounding box, projected","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithBoundingBox:":{"name":"-queryFeaturesWithBoundingBox:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andBoundingBox:":{"name":"-queryFeaturesWithDistinct:andBoundingBox:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithColumns:andBoundingBox:":{"name":"-queryFeaturesWithColumns:andBoundingBox:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andColumns:andBoundingBox:":{"name":"-queryFeaturesWithDistinct:andColumns:andBoundingBox:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithBoundingBox:":{"name":"-countFeaturesWithBoundingBox:","abstract":"

    Count the features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithColumn:andBoundingBox:":{"name":"-countFeaturesWithColumn:andBoundingBox:","abstract":"

    Count the features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithDistinct:andColumn:andBoundingBox:":{"name":"-countFeaturesWithDistinct:andColumn:andBoundingBox:","abstract":"

    Count the features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithBoundingBox:andFieldValues:":{"name":"-queryFeaturesWithBoundingBox:andFieldValues:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andBoundingBox:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andBoundingBox:andFieldValues:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithColumns:andBoundingBox:andFieldValues:":{"name":"-queryFeaturesWithColumns:andBoundingBox:andFieldValues:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andColumns:andBoundingBox:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andColumns:andBoundingBox:andFieldValues:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithBoundingBox:andFieldValues:":{"name":"-countFeaturesWithBoundingBox:andFieldValues:","abstract":"

    Count the features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithColumn:andBoundingBox:andFieldValues:":{"name":"-countFeaturesWithColumn:andBoundingBox:andFieldValues:","abstract":"

    Count the features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithDistinct:andColumn:andBoundingBox:andFieldValues:":{"name":"-countFeaturesWithDistinct:andColumn:andBoundingBox:andFieldValues:","abstract":"

    Count the features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithBoundingBox:andWhere:":{"name":"-queryFeaturesWithBoundingBox:andWhere:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andBoundingBox:andWhere:":{"name":"-queryFeaturesWithDistinct:andBoundingBox:andWhere:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithColumns:andBoundingBox:andWhere:":{"name":"-queryFeaturesWithColumns:andBoundingBox:andWhere:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andColumns:andBoundingBox:andWhere:":{"name":"-queryFeaturesWithDistinct:andColumns:andBoundingBox:andWhere:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithBoundingBox:andWhere:":{"name":"-countFeaturesWithBoundingBox:andWhere:","abstract":"

    Count the features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithColumn:andBoundingBox:andWhere:":{"name":"-countFeaturesWithColumn:andBoundingBox:andWhere:","abstract":"

    Count the features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithDistinct:andColumn:andBoundingBox:andWhere:":{"name":"-countFeaturesWithDistinct:andColumn:andBoundingBox:andWhere:","abstract":"

    Count the features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithBoundingBox:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithBoundingBox:andWhere:andWhereArgs:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andBoundingBox:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andBoundingBox:andWhere:andWhereArgs:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithColumns:andBoundingBox:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithColumns:andBoundingBox:andWhere:andWhereArgs:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:","abstract":"

    Query for features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithBoundingBox:andWhere:andWhereArgs:":{"name":"-countFeaturesWithBoundingBox:andWhere:andWhereArgs:","abstract":"

    Count the features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithColumn:andBoundingBox:andWhere:andWhereArgs:":{"name":"-countFeaturesWithColumn:andBoundingBox:andWhere:andWhereArgs:","abstract":"

    Count the features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithDistinct:andColumn:andBoundingBox:andWhere:andWhereArgs:":{"name":"-countFeaturesWithDistinct:andColumn:andBoundingBox:andWhere:andWhereArgs:","abstract":"

    Count the features within the bounding box

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryWithBoundingBox:inProjection:":{"name":"-queryWithBoundingBox:inProjection:","abstract":"

    Query for Geometry Metadata within the bounding box in","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryWithColumns:andBoundingBox:inProjection:":{"name":"-queryWithColumns:andBoundingBox:inProjection:","abstract":"

    Query for Geometry Metadata within the bounding box in","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryIdsWithBoundingBox:inProjection:":{"name":"-queryIdsWithBoundingBox:inProjection:","abstract":"

    Query for Geometry Metadata ids within the bounding box in","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countWithBoundingBox:inProjection:":{"name":"-countWithBoundingBox:inProjection:","abstract":"

    Query for Geometry Metadata count within the bounding box in","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithBoundingBox:inProjection:":{"name":"-queryFeaturesWithBoundingBox:inProjection:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andBoundingBox:inProjection:":{"name":"-queryFeaturesWithDistinct:andBoundingBox:inProjection:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithColumns:andBoundingBox:inProjection:":{"name":"-queryFeaturesWithColumns:andBoundingBox:inProjection:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andColumns:andBoundingBox:inProjection:":{"name":"-queryFeaturesWithDistinct:andColumns:andBoundingBox:inProjection:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithBoundingBox:inProjection:":{"name":"-countFeaturesWithBoundingBox:inProjection:","abstract":"

    Count the features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithColumn:andBoundingBox:inProjection:":{"name":"-countFeaturesWithColumn:andBoundingBox:inProjection:","abstract":"

    Count the features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithDistinct:andColumn:andBoundingBox:inProjection:":{"name":"-countFeaturesWithDistinct:andColumn:andBoundingBox:inProjection:","abstract":"

    Count the features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithBoundingBox:inProjection:andFieldValues:":{"name":"-queryFeaturesWithBoundingBox:inProjection:andFieldValues:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andBoundingBox:inProjection:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andBoundingBox:inProjection:andFieldValues:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithColumns:andBoundingBox:inProjection:andFieldValues:":{"name":"-queryFeaturesWithColumns:andBoundingBox:inProjection:andFieldValues:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithBoundingBox:inProjection:andFieldValues:":{"name":"-countFeaturesWithBoundingBox:inProjection:andFieldValues:","abstract":"

    Count the features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithColumn:andBoundingBox:inProjection:andFieldValues:":{"name":"-countFeaturesWithColumn:andBoundingBox:inProjection:andFieldValues:","abstract":"

    Count the features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithDistinct:andColumn:andBoundingBox:inProjection:andFieldValues:":{"name":"-countFeaturesWithDistinct:andColumn:andBoundingBox:inProjection:andFieldValues:","abstract":"

    Count the features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithBoundingBox:inProjection:andWhere:":{"name":"-queryFeaturesWithBoundingBox:inProjection:andWhere:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andBoundingBox:inProjection:andWhere:":{"name":"-queryFeaturesWithDistinct:andBoundingBox:inProjection:andWhere:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithColumns:andBoundingBox:inProjection:andWhere:":{"name":"-queryFeaturesWithColumns:andBoundingBox:inProjection:andWhere:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:":{"name":"-queryFeaturesWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithBoundingBox:inProjection:andWhere:":{"name":"-countFeaturesWithBoundingBox:inProjection:andWhere:","abstract":"

    Count the features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithColumn:andBoundingBox:inProjection:andWhere:":{"name":"-countFeaturesWithColumn:andBoundingBox:inProjection:andWhere:","abstract":"

    Count the features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithDistinct:andColumn:andBoundingBox:inProjection:andWhere:":{"name":"-countFeaturesWithDistinct:andColumn:andBoundingBox:inProjection:andWhere:","abstract":"

    Count the features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Query for features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-countFeaturesWithBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Count the features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithColumn:andBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-countFeaturesWithColumn:andBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Count the features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithDistinct:andColumn:andBoundingBox:inProjection:andWhere:andWhereArgs:":{"name":"-countFeaturesWithDistinct:andColumn:andBoundingBox:inProjection:andWhere:andWhereArgs:","abstract":"

    Count the features within the bounding box in the provided projection

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryWithEnvelope:":{"name":"-queryWithEnvelope:","abstract":"

    Query for Geometry Metadata within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryWithColumns:andEnvelope:":{"name":"-queryWithColumns:andEnvelope:","abstract":"

    Query for Geometry Metadata within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryIdsWithEnvelope:":{"name":"-queryIdsWithEnvelope:","abstract":"

    Query for Geometry Metadata idswithin the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countWithEnvelope:":{"name":"-countWithEnvelope:","abstract":"

    Query for Geometry Metadata count within the Geometry Envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithEnvelope:":{"name":"-queryFeaturesWithEnvelope:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andEnvelope:":{"name":"-queryFeaturesWithDistinct:andEnvelope:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithColumns:andEnvelope:":{"name":"-queryFeaturesWithColumns:andEnvelope:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andColumns:andEnvelope:":{"name":"-queryFeaturesWithDistinct:andColumns:andEnvelope:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithEnvelope:":{"name":"-countFeaturesWithEnvelope:","abstract":"

    Count the features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithColumn:andEnvelope:":{"name":"-countFeaturesWithColumn:andEnvelope:","abstract":"

    Count the features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithDistinct:andColumn:andEnvelope:":{"name":"-countFeaturesWithDistinct:andColumn:andEnvelope:","abstract":"

    Count the features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithEnvelope:andFieldValues:":{"name":"-queryFeaturesWithEnvelope:andFieldValues:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andEnvelope:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andEnvelope:andFieldValues:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithColumns:andEnvelope:andFieldValues:":{"name":"-queryFeaturesWithColumns:andEnvelope:andFieldValues:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andColumns:andEnvelope:andFieldValues:":{"name":"-queryFeaturesWithDistinct:andColumns:andEnvelope:andFieldValues:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithEnvelope:andFieldValues:":{"name":"-countFeaturesWithEnvelope:andFieldValues:","abstract":"

    Count the features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithColumn:andEnvelope:andFieldValues:":{"name":"-countFeaturesWithColumn:andEnvelope:andFieldValues:","abstract":"

    Count the features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithDistinct:andColumn:andEnvelope:andFieldValues:":{"name":"-countFeaturesWithDistinct:andColumn:andEnvelope:andFieldValues:","abstract":"

    Count the features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithEnvelope:andWhere:":{"name":"-queryFeaturesWithEnvelope:andWhere:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andEnvelope:andWhere:":{"name":"-queryFeaturesWithDistinct:andEnvelope:andWhere:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithColumns:andEnvelope:andWhere:":{"name":"-queryFeaturesWithColumns:andEnvelope:andWhere:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andColumns:andEnvelope:andWhere:":{"name":"-queryFeaturesWithDistinct:andColumns:andEnvelope:andWhere:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithEnvelope:andWhere:":{"name":"-countFeaturesWithEnvelope:andWhere:","abstract":"

    Count the features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithColumn:andEnvelope:andWhere:":{"name":"-countFeaturesWithColumn:andEnvelope:andWhere:","abstract":"

    Count the features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithDistinct:andColumn:andEnvelope:andWhere:":{"name":"-countFeaturesWithDistinct:andColumn:andEnvelope:andWhere:","abstract":"

    Count the features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithEnvelope:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithEnvelope:andWhere:andWhereArgs:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andEnvelope:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andEnvelope:andWhere:andWhereArgs:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithColumns:andEnvelope:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithColumns:andEnvelope:andWhere:andWhereArgs:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:":{"name":"-queryFeaturesWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:","abstract":"

    Query for features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithEnvelope:andWhere:andWhereArgs:":{"name":"-countFeaturesWithEnvelope:andWhere:andWhereArgs:","abstract":"

    Count the features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithColumn:andEnvelope:andWhere:andWhereArgs:":{"name":"-countFeaturesWithColumn:andEnvelope:andWhere:andWhereArgs:","abstract":"

    Count the features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)countFeaturesWithDistinct:andColumn:andEnvelope:andWhere:andWhereArgs:":{"name":"-countFeaturesWithDistinct:andColumn:andEnvelope:andWhere:andWhereArgs:","abstract":"

    Count the features within the geometry envelope

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)geometryMetadataWithResultSet:":{"name":"-geometryMetadataWithResultSet:","abstract":"

    Get the Geometry Metadata for the current place in the result set

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)geometryIdWithResultSet:":{"name":"-geometryIdWithResultSet:","abstract":"

    Get the Geometry Id for the current place in the result set

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)featureRowWithResultSet:":{"name":"-featureRowWithResultSet:","abstract":"

    Get the feature row for the current place in the result set

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)featureRowWithGeometryMetadata:":{"name":"-featureRowWithGeometryMetadata:","abstract":"

    Get the feature row for the Geometry Metadata

    ","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithLimit:":{"name":"-queryFeaturesForChunkWithLimit:","abstract":"

    Query for all features ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithLimit:andOffset:":{"name":"-queryFeaturesForChunkWithLimit:andOffset:","abstract":"

    Query for all features ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithOrderBy:andLimit:","abstract":"

    Query for all features, starting at the offset and returning no more than","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithOrderBy:andLimit:andOffset:","abstract":"

    Query for all features, starting at the offset and returning no more than","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andLimit:","abstract":"

    Query for all features ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andLimit:andOffset:","abstract":"

    Query for all features ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andOrderBy:andLimit:","abstract":"

    Query for all features, starting at the offset and returning no more than","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andOrderBy:andLimit:andOffset:","abstract":"

    Query for all features, starting at the offset and returning no more than","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andLimit:","abstract":"

    Query for all features ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andLimit:andOffset:","abstract":"

    Query for all features ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andOrderBy:andLimit:","abstract":"

    Query for all features, starting at the offset and returning no more than","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andOrderBy:andLimit:andOffset:","abstract":"

    Query for all features, starting at the offset and returning no more than","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andLimit:","abstract":"

    Query for all features ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andLimit:andOffset:","abstract":"

    Query for all features ordered by id, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andOrderBy:andLimit:","abstract":"

    Query for all features, starting at the offset and returning no more than","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andOrderBy:andLimit:andOffset:","abstract":"

    Query for all features, starting at the offset and returning no more than","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithFieldValues:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithFieldValues:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andFieldValues:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andFieldValues:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andFieldValues:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithWhere:andLimit:":{"name":"-queryFeaturesForChunkWithWhere:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithWhere:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithWhere:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andWhere:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andWhere:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andWhere:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andWhere:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andWhere:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andWhere:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithWhere:andWhereArgs:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features ordered by id, starting at the offset and returning no","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features, starting at the offset and returning no more than the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithBoundingBox:andLimit:":{"name":"-queryForChunkWithBoundingBox:andLimit:","abstract":"

    Query for rows within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithBoundingBox:andLimit:andOffset:":{"name":"-queryForChunkWithBoundingBox:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithBoundingBox:andOrderBy:andLimit:":{"name":"-queryForChunkWithBoundingBox:andOrderBy:andLimit:","abstract":"

    Query for rows within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithBoundingBox:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithBoundingBox:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithDistinct:andBoundingBox:andLimit:":{"name":"-queryForChunkWithDistinct:andBoundingBox:andLimit:","abstract":"

    Query for rows within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithDistinct:andBoundingBox:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andBoundingBox:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithDistinct:andBoundingBox:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andBoundingBox:andOrderBy:andLimit:","abstract":"

    Query for rows within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithDistinct:andBoundingBox:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andBoundingBox:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithColumns:andBoundingBox:andLimit:":{"name":"-queryForChunkWithColumns:andBoundingBox:andLimit:","abstract":"

    Query for rows within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithColumns:andBoundingBox:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andBoundingBox:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithColumns:andBoundingBox:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andBoundingBox:andOrderBy:andLimit:","abstract":"

    Query for rows within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithColumns:andBoundingBox:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andBoundingBox:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithDistinct:andColumns:andBoundingBox:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:andLimit:","abstract":"

    Query for rows within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithDistinct:andColumns:andBoundingBox:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithDistinct:andColumns:andBoundingBox:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:andOrderBy:andLimit:","abstract":"

    Query for rows within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithDistinct:andColumns:andBoundingBox:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:andFieldValues:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andFieldValues:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andFieldValues:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:andWhere:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounding box ordered by id, starting at the","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithBoundingBox:inProjection:andLimit:":{"name":"-queryForChunkWithBoundingBox:inProjection:andLimit:","abstract":"

    Query for rows within the bounding box in the provided projection ordered","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithBoundingBox:inProjection:andLimit:andOffset:":{"name":"-queryForChunkWithBoundingBox:inProjection:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box in the provided projection ordered","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithBoundingBox:inProjection:andOrderBy:andLimit:":{"name":"-queryForChunkWithBoundingBox:inProjection:andOrderBy:andLimit:","abstract":"

    Query for rows within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithBoundingBox:inProjection:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithBoundingBox:inProjection:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithDistinct:andBoundingBox:inProjection:andLimit:":{"name":"-queryForChunkWithDistinct:andBoundingBox:inProjection:andLimit:","abstract":"

    Query for rows within the bounding box in the provided projection ordered","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithDistinct:andBoundingBox:inProjection:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andBoundingBox:inProjection:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box in the provided projection ordered","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithDistinct:andBoundingBox:inProjection:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andBoundingBox:inProjection:andOrderBy:andLimit:","abstract":"

    Query for rows within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithDistinct:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithColumns:andBoundingBox:inProjection:andLimit:":{"name":"-queryForChunkWithColumns:andBoundingBox:inProjection:andLimit:","abstract":"

    Query for rows within the bounding box in the provided projection ordered","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithColumns:andBoundingBox:inProjection:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andBoundingBox:inProjection:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box in the provided projection ordered","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithColumns:andBoundingBox:inProjection:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andBoundingBox:inProjection:andOrderBy:andLimit:","abstract":"

    Query for rows within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithColumns:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andLimit:","abstract":"

    Query for rows within the bounding box in the provided projection ordered","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box in the provided projection ordered","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andOrderBy:andLimit:","abstract":"

    Query for rows within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:inProjection:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:inProjection:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:inProjection:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:inProjection:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:inProjection:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andFieldValues:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:inProjection:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andBoundingBox:inProjection:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the bounding box in the provided projection,","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithEnvelope:andLimit:":{"name":"-queryForChunkWithEnvelope:andLimit:","abstract":"

    Query for rows within the geometry envelope ordered by id, starting at","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithEnvelope:andLimit:andOffset:":{"name":"-queryForChunkWithEnvelope:andLimit:andOffset:","abstract":"

    Query for rows within the geometry envelope ordered by id, starting at","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithEnvelope:andOrderBy:andLimit:":{"name":"-queryForChunkWithEnvelope:andOrderBy:andLimit:","abstract":"

    Query for rows within the geometry envelope, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithEnvelope:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithEnvelope:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the geometry envelope, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithDistinct:andEnvelope:andLimit:":{"name":"-queryForChunkWithDistinct:andEnvelope:andLimit:","abstract":"

    Query for rows within the geometry envelope ordered by id, starting at","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithDistinct:andEnvelope:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andEnvelope:andLimit:andOffset:","abstract":"

    Query for rows within the geometry envelope ordered by id, starting at","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithDistinct:andEnvelope:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andEnvelope:andOrderBy:andLimit:","abstract":"

    Query for rows within the geometry envelope, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithDistinct:andEnvelope:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andEnvelope:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the geometry envelope, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithColumns:andEnvelope:andLimit:":{"name":"-queryForChunkWithColumns:andEnvelope:andLimit:","abstract":"

    Query for rows within the geometry envelope ordered by id, starting at","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithColumns:andEnvelope:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andEnvelope:andLimit:andOffset:","abstract":"

    Query for rows within the geometry envelope ordered by id, starting at","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithColumns:andEnvelope:andOrderBy:andLimit:":{"name":"-queryForChunkWithColumns:andEnvelope:andOrderBy:andLimit:","abstract":"

    Query for rows within the geometry envelope, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithColumns:andEnvelope:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithColumns:andEnvelope:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the geometry envelope, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithDistinct:andColumns:andEnvelope:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andLimit:","abstract":"

    Query for rows within the geometry envelope ordered by id, starting at","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithDistinct:andColumns:andEnvelope:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andLimit:andOffset:","abstract":"

    Query for rows within the geometry envelope ordered by id, starting at","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithDistinct:andColumns:andEnvelope:andOrderBy:andLimit:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andOrderBy:andLimit:","abstract":"

    Query for rows within the geometry envelope, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryForChunkWithDistinct:andColumns:andEnvelope:andOrderBy:andLimit:andOffset:":{"name":"-queryForChunkWithDistinct:andColumns:andEnvelope:andOrderBy:andLimit:andOffset:","abstract":"

    Query for rows within the geometry envelope, starting at the offset and","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithEnvelope:andLimit:":{"name":"-queryFeaturesForChunkWithEnvelope:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithEnvelope:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithEnvelope:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithEnvelope:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithEnvelope:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithEnvelope:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithEnvelope:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andEnvelope:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andEnvelope:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andEnvelope:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andEnvelope:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andEnvelope:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andEnvelope:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andEnvelope:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andEnvelope:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithEnvelope:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithEnvelope:andFieldValues:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithEnvelope:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithEnvelope:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithEnvelope:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithEnvelope:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andEnvelope:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andFieldValues:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andEnvelope:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andEnvelope:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andEnvelope:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andFieldValues:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andEnvelope:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andFieldValues:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithEnvelope:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithEnvelope:andWhere:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithEnvelope:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithEnvelope:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithEnvelope:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithEnvelope:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithEnvelope:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithEnvelope:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithEnvelope:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithEnvelope:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithEnvelope:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithEnvelope:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andLimit:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope ordered by id, starting","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGFeatureIndexer.html#/c:objc(cs)GPKGFeatureIndexer(im)queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:":{"name":"-queryFeaturesForChunkWithDistinct:andColumns:andEnvelope:andWhere:andWhereArgs:andOrderBy:andLimit:andOffset:","abstract":"

    Query for features within the geometry envelope, starting at the offset","parent_name":"GPKGFeatureIndexer"},"Classes/GPKGDataTypes.html#/c:objc(cs)GPKGDataTypes(cm)name:":{"name":"+name:","abstract":"

    Get the name of the data type

    ","parent_name":"GPKGDataTypes"},"Classes/GPKGDataTypes.html#/c:objc(cs)GPKGDataTypes(cm)fromName:":{"name":"+fromName:","abstract":"

    Get the data type from the data type name

    ","parent_name":"GPKGDataTypes"},"Classes/GPKGDataTypes.html#/c:objc(cs)GPKGDataTypes(cm)classType:":{"name":"+classType:","abstract":"

    Get the object c class type of the data type

    ","parent_name":"GPKGDataTypes"},"Classes/GPKGDataTypes.html#/c:objc(cs)GPKGDataTypes(cm)sqliteType:":{"name":"+sqliteType:","abstract":"

    Get the SQLite type of the data type

    ","parent_name":"GPKGDataTypes"},"Classes/GPKGConnectionFunction.html#/c:objc(cs)GPKGConnectionFunction(im)initWithFunction:withName:andNumArgs:":{"name":"-initWithFunction:withName:andNumArgs:","abstract":"

    Initialize

    ","parent_name":"GPKGConnectionFunction"},"Classes/GPKGConnectionFunction.html#/c:objc(cs)GPKGConnectionFunction(im)function":{"name":"-function","abstract":"

    Get the function

    ","parent_name":"GPKGConnectionFunction"},"Classes/GPKGConnectionFunction.html#/c:objc(cs)GPKGConnectionFunction(im)name":{"name":"-name","abstract":"

    Get the function name

    ","parent_name":"GPKGConnectionFunction"},"Classes/GPKGConnectionFunction.html#/c:objc(cs)GPKGConnectionFunction(im)numArgs":{"name":"-numArgs","abstract":"

    Get the number of function arguments

    ","parent_name":"GPKGConnectionFunction"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(py)name":{"name":"name","abstract":"

    GeoPackage name

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(py)filename":{"name":"filename","abstract":"

    GeoPackage filename

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)initWithDatabaseFilename:":{"name":"-initWithDatabaseFilename:","abstract":"

    Initialize

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)initWithDatabaseFilename:andName:":{"name":"-initWithDatabaseFilename:andName:","abstract":"

    Initialize

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)close":{"name":"-close","abstract":"

    Close the connection

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)rawQuery:":{"name":"-rawQuery:","abstract":"

    Raw query

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)rawQuery:andArgs:":{"name":"-rawQuery:andArgs:","abstract":"

    Raw query

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)queryWithTable:andColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:":{"name":"-queryWithTable:andColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:","abstract":"

    Query table columns where

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)queryWithDistinct:andTable:andColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:":{"name":"-queryWithDistinct:andTable:andColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:","abstract":"

    Query table columns where

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)queryWithTable:andColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryWithTable:andColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query table columns where

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)queryWithDistinct:andTable:andColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-queryWithDistinct:andTable:andColumns:andWhere:andWhereArgs:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Query table columns where

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)querySQLWithTable:andColumns:andWhere:andGroupBy:andHaving:andOrderBy:":{"name":"-querySQLWithTable:andColumns:andWhere:andGroupBy:andHaving:andOrderBy:","abstract":"

    Build query SQL

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)querySQLWithDistinct:andTable:andColumns:andWhere:andGroupBy:andHaving:andOrderBy:":{"name":"-querySQLWithDistinct:andTable:andColumns:andWhere:andGroupBy:andHaving:andOrderBy:","abstract":"

    Build query SQL

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)querySQLWithTable:andColumns:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-querySQLWithTable:andColumns:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Build query SQL

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)querySQLWithDistinct:andTable:andColumns:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:":{"name":"-querySQLWithDistinct:andTable:andColumns:andWhere:andGroupBy:andHaving:andOrderBy:andLimit:","abstract":"

    Build query SQL

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)count:":{"name":"-count:","abstract":"

    Count statement

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)count:andArgs:":{"name":"-count:andArgs:","abstract":"

    Count statement

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)countWithTable:":{"name":"-countWithTable:","abstract":"

    Count with table

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)countWithTable:andWhere:":{"name":"-countWithTable:andWhere:","abstract":"

    Count with table where

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)countWithTable:andWhere:andWhereArgs:":{"name":"-countWithTable:andWhere:andWhereArgs:","abstract":"

    Count with table where

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)countWithTable:andColumn:":{"name":"-countWithTable:andColumn:","abstract":"

    Get a count of table results

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)countWithTable:andDistinct:andColumn:":{"name":"-countWithTable:andDistinct:andColumn:","abstract":"

    Get a count of table results

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)countWithTable:andColumn:andWhere:andWhereArgs:":{"name":"-countWithTable:andColumn:andWhere:andWhereArgs:","abstract":"

    Get a count of table results

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)countWithTable:andDistinct:andColumn:andWhere:andWhereArgs:":{"name":"-countWithTable:andDistinct:andColumn:andWhere:andWhereArgs:","abstract":"

    Get a count of table results

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)minWithTable:andColumn:":{"name":"-minWithTable:andColumn:","abstract":"

    Get the min result of the column

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)minWithTable:andColumn:andWhere:andWhereArgs:":{"name":"-minWithTable:andColumn:andWhere:andWhereArgs:","abstract":"

    Get the min result of the column

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)maxWithTable:andColumn:":{"name":"-maxWithTable:andColumn:","abstract":"

    Get the max result of the column

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)maxWithTable:andColumn:andWhere:andWhereArgs:":{"name":"-maxWithTable:andColumn:andWhere:andWhereArgs:","abstract":"

    Get the max result of the column

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)beginTransaction":{"name":"-beginTransaction","abstract":"

    Begin an exclusive transaction on the database

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)beginResettableTransaction":{"name":"-beginResettableTransaction","abstract":"

    Begin an exclusive transaction on the database, resetting other open connections upon commit

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)commitTransaction":{"name":"-commitTransaction","abstract":"

    Commit an active transaction

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)rollbackTransaction":{"name":"-rollbackTransaction","abstract":"

    Rollback an active transaction

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)inTransaction":{"name":"-inTransaction","abstract":"

    Determine if currently within a transaction

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)enableForeignKeys":{"name":"-enableForeignKeys","abstract":"

    If foreign keys is disabled and there are no foreign key violations,","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)foreignKeys":{"name":"-foreignKeys","abstract":"

    Query for the foreign keys value

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)foreignKeysAsOn:":{"name":"-foreignKeysAsOn:","abstract":"

    Change the foreign keys state

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)foreignKeyCheck":{"name":"-foreignKeyCheck","abstract":"

    Perform a foreign key check

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)foreignKeyCheckOnTable:":{"name":"-foreignKeyCheckOnTable:","abstract":"

    Perform a foreign key check

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)insert:":{"name":"-insert:","abstract":"

    Insert statement

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)update:":{"name":"-update:","abstract":"

    Update statement

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)updateWithTable:andValues:andWhere:":{"name":"-updateWithTable:andValues:andWhere:","abstract":"

    Update table where

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)updateWithTable:andValues:andWhere:andWhereArgs:":{"name":"-updateWithTable:andValues:andWhere:andWhereArgs:","abstract":"

    Update table where

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)insertWithTable:andValues:":{"name":"-insertWithTable:andValues:","abstract":"

    Insert into table

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)delete:":{"name":"-delete:","abstract":"

    Delete statement

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)deleteWithTable:andWhere:":{"name":"-deleteWithTable:andWhere:","abstract":"

    Delete from table where

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)deleteWithTable:andWhere:andWhereArgs:":{"name":"-deleteWithTable:andWhere:andWhereArgs:","abstract":"

    Delete from table where

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)exec:":{"name":"-exec:","abstract":"

    Execute statement

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)execResettable:":{"name":"-execResettable:","abstract":"

    Execute statement, resetting other open connections

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)execAllConnectionStatement:":{"name":"-execAllConnectionStatement:","abstract":"

    Execute the statement once on all open connections, waiting for used connections

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)execPersistentAllConnectionStatement:asName:":{"name":"-execPersistentAllConnectionStatement:asName:","abstract":"

    Execute the statement on all open and new connections, waiting for used connections

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)removePersistentAllConnectionStatementWithName:":{"name":"-removePersistentAllConnectionStatementWithName:","abstract":"

    Remove a persistent statement

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)tableExists:":{"name":"-tableExists:","abstract":"

    Check if a table exists

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)viewExists:":{"name":"-viewExists:","abstract":"

    Check if a view exists

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)tableOrViewExists:":{"name":"-tableOrViewExists:","abstract":"

    Check if a table or view exists with the name

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)columnExistsWithTableName:andColumnName:":{"name":"-columnExistsWithTableName:andColumnName:","abstract":"

    Check if the table column exists

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)addColumnWithTableName:andColumnName:andColumnDef:":{"name":"-addColumnWithTableName:andColumnName:andColumnDef:","abstract":"

    Add a new column to the table

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)querySingleResultWithSql:andArgs:":{"name":"-querySingleResultWithSql:andArgs:","abstract":"

    Query the SQL for a single result object in the first column

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)querySingleResultWithSql:andArgs:andDataType:":{"name":"-querySingleResultWithSql:andArgs:andDataType:","abstract":"

    Query the SQL for a single result object in the first column with the","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)querySingleResultWithSql:andArgs:andColumn:":{"name":"-querySingleResultWithSql:andArgs:andColumn:","abstract":"

    Query the SQL for a single result object

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)querySingleResultWithSql:andArgs:andColumn:andDataType:":{"name":"-querySingleResultWithSql:andArgs:andColumn:andDataType:","abstract":"

    Query the SQL for a single result object with the expected data type

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)querySingleColumnResultsWithSql:andArgs:":{"name":"-querySingleColumnResultsWithSql:andArgs:","abstract":"

    Query for values from the first column

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)querySingleColumnResultsWithSql:andArgs:andDataType:":{"name":"-querySingleColumnResultsWithSql:andArgs:andDataType:","abstract":"

    Query for values from the first column

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)querySingleColumnResultsWithSql:andArgs:andColumn:":{"name":"-querySingleColumnResultsWithSql:andArgs:andColumn:","abstract":"

    Query for values from a single column

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)querySingleColumnResultsWithSql:andArgs:andColumn:andDataType:":{"name":"-querySingleColumnResultsWithSql:andArgs:andColumn:andDataType:","abstract":"

    Query for values from a single column

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)querySingleColumnResultsWithSql:andArgs:andColumn:andLimit:":{"name":"-querySingleColumnResultsWithSql:andArgs:andColumn:andLimit:","abstract":"

    Query for values from a single column up to the limit

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)querySingleColumnResultsWithSql:andArgs:andColumn:andDataType:andLimit:":{"name":"-querySingleColumnResultsWithSql:andArgs:andColumn:andDataType:andLimit:","abstract":"

    Query for values from a single column up to the limit

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)queryResultsWithSql:andArgs:":{"name":"-queryResultsWithSql:andArgs:","abstract":"

    Query for values

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)queryResultsWithSql:andArgs:andDataTypes:":{"name":"-queryResultsWithSql:andArgs:andDataTypes:","abstract":"

    Query for values

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)querySingleRowResultsWithSql:andArgs:":{"name":"-querySingleRowResultsWithSql:andArgs:","abstract":"

    Query for values in a single (first) row

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)querySingleRowResultsWithSql:andArgs:andDataTypes:":{"name":"-querySingleRowResultsWithSql:andArgs:andDataTypes:","abstract":"

    Query for values in a single (first) row

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)queryResultsWithSql:andArgs:andLimit:":{"name":"-queryResultsWithSql:andArgs:andLimit:","abstract":"

    Query for values

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)queryResultsWithSql:andArgs:andDataTypes:andLimit:":{"name":"-queryResultsWithSql:andArgs:andDataTypes:andLimit:","abstract":"

    Query for values up to the limit

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)setApplicationId":{"name":"-setApplicationId","abstract":"

    Set the GeoPackage application id

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)setApplicationId:":{"name":"-setApplicationId:","abstract":"

    Set the application id

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)applicationId":{"name":"-applicationId","abstract":"

    Get the application id

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)applicationIdNumber":{"name":"-applicationIdNumber","abstract":"

    Get the application id integer

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)applicationIdHex":{"name":"-applicationIdHex","abstract":"

    Get the application id as a hex string prefixed with 0x

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(cm)applicationIdOfNumber:":{"name":"+applicationIdOfNumber:","abstract":"

    Get the application id string value for the application id integer

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)setUserVersion":{"name":"-setUserVersion","abstract":"

    Set the GeoPackage user version

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)setUserVersion:":{"name":"-setUserVersion:","abstract":"

    Set the user version

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)userVersion":{"name":"-userVersion","abstract":"

    Get the user version

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)userVersionMajor":{"name":"-userVersionMajor","abstract":"

    Get the user version major

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)userVersionMinor":{"name":"-userVersionMinor","abstract":"

    Get the user version minor

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)userVersionPatch":{"name":"-userVersionPatch","abstract":"

    Get the user version patch

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)dropTable:":{"name":"-dropTable:","abstract":"

    Drop the table

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)addWriteFunction:withName:andNumArgs:":{"name":"-addWriteFunction:withName:andNumArgs:","abstract":"

    Add a custom function to be created on write connections

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)addWriteFunction:":{"name":"-addWriteFunction:","abstract":"

    Add a custom function to be created on write connections

    ","parent_name":"GPKGConnection"},"Classes/GPKGConnection.html#/c:objc(cs)GPKGConnection(im)addWriteFunctions:":{"name":"-addWriteFunctions:","abstract":"

    Add a custom function to be created on write connections

    ","parent_name":"GPKGConnection"},"Classes/GPKGAlterTable.html#/c:objc(cs)GPKGAlterTable(cm)alterTable:":{"name":"+alterTable:","abstract":"

    Create the ALTER TABLE SQL command prefix

    ","parent_name":"GPKGAlterTable"},"Classes/GPKGAlterTable.html#/c:objc(cs)GPKGAlterTable(cm)renameTable:toTable:withConnection:":{"name":"+renameTable:toTable:withConnection:","abstract":"

    Rename a table

    ","parent_name":"GPKGAlterTable"},"Classes/GPKGAlterTable.html#/c:objc(cs)GPKGAlterTable(cm)renameTableSQL:toTable:":{"name":"+renameTableSQL:toTable:","abstract":"

    Create the rename table SQL

    ","parent_name":"GPKGAlterTable"},"Classes/GPKGAlterTable.html#/c:objc(cs)GPKGAlterTable(cm)renameColumn:inTable:toColumn:withConnection:":{"name":"+renameColumn:inTable:toColumn:withConnection:","abstract":"

    Rename a column

    ","parent_name":"GPKGAlterTable"},"Classes/GPKGAlterTable.html#/c:objc(cs)GPKGAlterTable(cm)renameColumnSQL:inTable:toColumn:":{"name":"+renameColumnSQL:inTable:toColumn:","abstract":"

    Create the rename column SQL

    ","parent_name":"GPKGAlterTable"},"Classes/GPKGAlterTable.html#/c:objc(cs)GPKGAlterTable(cm)addColumn:withDefinition:toTable:withConnection:":{"name":"+addColumn:withDefinition:toTable:withConnection:","abstract":"

    Add a column

    ","parent_name":"GPKGAlterTable"},"Classes/GPKGAlterTable.html#/c:objc(cs)GPKGAlterTable(cm)addColumnSQL:withDefinition:toTable:":{"name":"+addColumnSQL:withDefinition:toTable:","abstract":"

    Create the add column SQL

    ","parent_name":"GPKGAlterTable"},"Classes/GPKGAlterTable.html#/c:objc(cs)GPKGAlterTable(cm)dropColumn:fromTable:withConnection:":{"name":"+dropColumn:fromTable:withConnection:","abstract":"

    Drop a column

    ","parent_name":"GPKGAlterTable"},"Classes/GPKGAlterTable.html#/c:objc(cs)GPKGAlterTable(cm)dropColumns:fromTable:withConnection:":{"name":"+dropColumns:fromTable:withConnection:","abstract":"

    Drop columns

    ","parent_name":"GPKGAlterTable"},"Classes/GPKGAlterTable.html#/c:objc(cs)GPKGAlterTable(cm)dropColumn:fromTableName:withConnection:":{"name":"+dropColumn:fromTableName:withConnection:","abstract":"

    Drop a column

    ","parent_name":"GPKGAlterTable"},"Classes/GPKGAlterTable.html#/c:objc(cs)GPKGAlterTable(cm)dropColumns:fromTableName:withConnection:":{"name":"+dropColumns:fromTableName:withConnection:","abstract":"

    Drop columns

    ","parent_name":"GPKGAlterTable"},"Classes/GPKGAlterTable.html#/c:objc(cs)GPKGAlterTable(cm)alterColumn:inTable:withConnection:":{"name":"+alterColumn:inTable:withConnection:","abstract":"

    Alter a column

    ","parent_name":"GPKGAlterTable"},"Classes/GPKGAlterTable.html#/c:objc(cs)GPKGAlterTable(cm)alterColumns:inTable:withConnection:":{"name":"+alterColumns:inTable:withConnection:","abstract":"

    Alter columns

    ","parent_name":"GPKGAlterTable"},"Classes/GPKGAlterTable.html#/c:objc(cs)GPKGAlterTable(cm)alterColumn:inTableName:withConnection:":{"name":"+alterColumn:inTableName:withConnection:","abstract":"

    Alter a column

    ","parent_name":"GPKGAlterTable"},"Classes/GPKGAlterTable.html#/c:objc(cs)GPKGAlterTable(cm)alterColumns:inTableName:withConnection:":{"name":"+alterColumns:inTableName:withConnection:","abstract":"

    Alter columns

    ","parent_name":"GPKGAlterTable"},"Classes/GPKGAlterTable.html#/c:objc(cs)GPKGAlterTable(cm)copyTable:toTable:withConnection:":{"name":"+copyTable:toTable:withConnection:","abstract":"

    Copy the table and row content

    ","parent_name":"GPKGAlterTable"},"Classes/GPKGAlterTable.html#/c:objc(cs)GPKGAlterTable(cm)copyTable:toTable:andTransfer:withConnection:":{"name":"+copyTable:toTable:andTransfer:withConnection:","abstract":"

    Copy the table

    ","parent_name":"GPKGAlterTable"},"Classes/GPKGAlterTable.html#/c:objc(cs)GPKGAlterTable(cm)copyTableName:toTable:withConnection:":{"name":"+copyTableName:toTable:withConnection:","abstract":"

    Copy the table and row content

    ","parent_name":"GPKGAlterTable"},"Classes/GPKGAlterTable.html#/c:objc(cs)GPKGAlterTable(cm)copyTableName:toTable:andTransfer:withConnection:":{"name":"+copyTableName:toTable:andTransfer:withConnection:","abstract":"

    Copy the table

    ","parent_name":"GPKGAlterTable"},"Classes/GPKGAlterTable.html#/c:objc(cs)GPKGAlterTable(cm)alterTable:withConnection:":{"name":"+alterTable:withConnection:","abstract":"

    Alter a table with a new table schema assuming a default table mapping.","parent_name":"GPKGAlterTable"},"Classes/GPKGAlterTable.html#/c:objc(cs)GPKGAlterTable(cm)alterTable:withMapping:withConnection:":{"name":"+alterTable:withMapping:withConnection:","abstract":"

    Alter a table with a new table schema and table mapping.","parent_name":"GPKGAlterTable"},"Classes/GPKGAlterTable.html#/c:objc(cs)GPKGAlterTable(cm)alterTableSQL:withMapping:withConnection:":{"name":"+alterTableSQL:withMapping:withConnection:","abstract":"

    Alter a table with a new table SQL creation statement and table mapping.","parent_name":"GPKGAlterTable"},"Classes/GPKGContentsDataTypes.html#/c:objc(cs)GPKGContentsDataTypes(cm)name:":{"name":"+name:","abstract":"

    Get the name of the contents data type

    ","parent_name":"GPKGContentsDataTypes"},"Classes/GPKGContentsDataTypes.html#/c:objc(cs)GPKGContentsDataTypes(cm)fromName:":{"name":"+fromName:","abstract":"

    Get the contents data type from the contents data type name

    ","parent_name":"GPKGContentsDataTypes"},"Classes/GPKGContentsDataTypes.html#/c:objc(cs)GPKGContentsDataTypes(cm)isType:":{"name":"+isType:","abstract":"

    Determine if the type name is a registered data type

    ","parent_name":"GPKGContentsDataTypes"},"Classes/GPKGContentsDataTypes.html#/c:objc(cs)GPKGContentsDataTypes(cm)fromCoreName:":{"name":"+fromCoreName:","abstract":"

    Get the contents data type from a core type name

    ","parent_name":"GPKGContentsDataTypes"},"Classes/GPKGContentsDataTypes.html#/c:objc(cs)GPKGContentsDataTypes(cm)isCoreType:":{"name":"+isCoreType:","abstract":"

    Determine if the type name is a core contents data type

    ","parent_name":"GPKGContentsDataTypes"},"Classes/GPKGContentsDataTypes.html#/c:objc(cs)GPKGContentsDataTypes(cm)setName:asType:":{"name":"+setName:asType:","abstract":"

    Set the type for the contents data type name

    ","parent_name":"GPKGContentsDataTypes"},"Classes/GPKGContentsDataTypes.html#/c:objc(cs)GPKGContentsDataTypes(cm)isName:ofType:":{"name":"+isName:ofType:","abstract":"

    Determine if the contents data type name is the type

    ","parent_name":"GPKGContentsDataTypes"},"Classes/GPKGContentsDataTypes.html#/c:objc(cs)GPKGContentsDataTypes(cm)isName:ofType:andMatchUnknown:":{"name":"+isName:ofType:andMatchUnknown:","abstract":"

    Determine if the contents data type name is the type

    ","parent_name":"GPKGContentsDataTypes"},"Classes/GPKGContentsDataTypes.html#/c:objc(cs)GPKGContentsDataTypes(cm)isFeaturesType:":{"name":"+isFeaturesType:","abstract":"

    Determine if the contents data type name is a features type

    ","parent_name":"GPKGContentsDataTypes"},"Classes/GPKGContentsDataTypes.html#/c:objc(cs)GPKGContentsDataTypes(cm)isFeaturesType:andMatchUnknown:":{"name":"+isFeaturesType:andMatchUnknown:","abstract":"

    Determine if the contents data type name is a features type

    ","parent_name":"GPKGContentsDataTypes"},"Classes/GPKGContentsDataTypes.html#/c:objc(cs)GPKGContentsDataTypes(cm)isTilesType:":{"name":"+isTilesType:","abstract":"

    Determine if the contents data type name is a tiles type

    ","parent_name":"GPKGContentsDataTypes"},"Classes/GPKGContentsDataTypes.html#/c:objc(cs)GPKGContentsDataTypes(cm)isTilesType:andMatchUnknown:":{"name":"+isTilesType:andMatchUnknown:","abstract":"

    Determine if the contents data type name is a tiles type

    ","parent_name":"GPKGContentsDataTypes"},"Classes/GPKGContentsDataTypes.html#/c:objc(cs)GPKGContentsDataTypes(cm)isAttributesType:":{"name":"+isAttributesType:","abstract":"

    Determine if the contents data type name is an attributes type

    ","parent_name":"GPKGContentsDataTypes"},"Classes/GPKGContentsDataTypes.html#/c:objc(cs)GPKGContentsDataTypes(cm)isAttributesType:andMatchUnknown:":{"name":"+isAttributesType:andMatchUnknown:","abstract":"

    Determine if the contents data type name is an attributes type

    ","parent_name":"GPKGContentsDataTypes"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(cm)createWithDatabase:":{"name":"+createWithDatabase:","abstract":"

    Create the DAO

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)initWithDatabase:":{"name":"-initWithDatabase:","abstract":"

    Initialize

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)tablesByType:":{"name":"-tablesByType:","abstract":"

    Get table names by data type

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)tablesByTypes:":{"name":"-tablesByTypes:","abstract":"

    Get table names by data types

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)tablesByTypeName:":{"name":"-tablesByTypeName:","abstract":"

    Get table names by data type

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)tablesByTypeNames:":{"name":"-tablesByTypeNames:","abstract":"

    Get table names by data types

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)contentsByType:":{"name":"-contentsByType:","abstract":"

    Get contents by data type

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)contentsByTypes:":{"name":"-contentsByTypes:","abstract":"

    Get contents by data types

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)contentsByTypeName:":{"name":"-contentsByTypeName:","abstract":"

    Get contents by data type

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)contentsByTypeNames:":{"name":"-contentsByTypeNames:","abstract":"

    Get contents by data types

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)tables":{"name":"-tables","abstract":"

    Get table names

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)deleteCascade:":{"name":"-deleteCascade:","abstract":"

    Delete the Contents, cascading

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)deleteCascade:andUserTable:":{"name":"-deleteCascade:andUserTable:","abstract":"

    Delete the Contents, cascading optionally including the user table

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)deleteCascadeWithCollection:":{"name":"-deleteCascadeWithCollection:","abstract":"

    Delete the collection of Contents, cascading

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)deleteCascadeWithCollection:andUserTable:":{"name":"-deleteCascadeWithCollection:andUserTable:","abstract":"

    Delete the collection of Contents, cascading optionally including the user table

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)deleteCascadeWhere:andWhereArgs:":{"name":"-deleteCascadeWhere:andWhereArgs:","abstract":"

    Delete the Contents where, cascading

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)deleteCascadeWhere:andWhereArgs:andUserTable:":{"name":"-deleteCascadeWhere:andWhereArgs:andUserTable:","abstract":"

    Delete the Contents where, cascading optionally including the user table

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)deleteByIdCascade:":{"name":"-deleteByIdCascade:","abstract":"

    Delete the Contents by id, cascading

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)deleteByIdCascade:andUserTable:":{"name":"-deleteByIdCascade:andUserTable:","abstract":"

    Delete the Contents by id, cascading optionally including the user table

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)deleteIdsCascade:":{"name":"-deleteIdsCascade:","abstract":"

    Delete the Contents by ids, cascading

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)deleteIdsCascade:andUserTable:":{"name":"-deleteIdsCascade:andUserTable:","abstract":"

    Delete the Contents by ids, cascading optionally including the user table

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)deleteTable:":{"name":"-deleteTable:","abstract":"

    Delete the table

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)srs:":{"name":"-srs:","abstract":"

    Get the Spatial Reference System

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)geometryColumns:":{"name":"-geometryColumns:","abstract":"

    Get the Geometry Columns

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)tileMatrixSet:":{"name":"-tileMatrixSet:","abstract":"

    Get the Tile Matrix Set

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)tileMatrix:":{"name":"-tileMatrix:","abstract":"

    Get the Tile Matrix results

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)boundingBoxInProjection:":{"name":"-boundingBoxInProjection:","abstract":"

    Get the bounding box for all tables in the provided projection

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)boundingBoxOfTable:":{"name":"-boundingBoxOfTable:","abstract":"

    Get the bounding box for the table in the table’s projection

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)boundingBoxOfTable:inProjection:":{"name":"-boundingBoxOfTable:inProjection:","abstract":"

    Get the bounding box for the table in the provided projection

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContentsDao.html#/c:objc(cs)GPKGContentsDao(im)boundingBoxOfContents:inProjection:":{"name":"-boundingBoxOfContents:inProjection:","abstract":"

    Get a bounding box in the provided projection

    ","parent_name":"GPKGContentsDao"},"Classes/GPKGContents.html#/c:objc(cs)GPKGContents(py)tableName":{"name":"tableName","abstract":"

    The name of the tiles, or feature table

    ","parent_name":"GPKGContents"},"Classes/GPKGContents.html#/c:objc(cs)GPKGContents(py)dataType":{"name":"dataType","abstract":"

    Type of data stored in the table:. “features” per clause Features,","parent_name":"GPKGContents"},"Classes/GPKGContents.html#/c:objc(cs)GPKGContents(py)identifier":{"name":"identifier","abstract":"

    A human-readable identifier (e.g. short name) for the table_name content

    ","parent_name":"GPKGContents"},"Classes/GPKGContents.html#/c:objc(cs)GPKGContents(py)theDescription":{"name":"theDescription","abstract":"

    A human-readable description for the table_name content

    ","parent_name":"GPKGContents"},"Classes/GPKGContents.html#/c:objc(cs)GPKGContents(py)lastChange":{"name":"lastChange","abstract":"

    timestamp value in ISO 8601 format as defined by the strftime function","parent_name":"GPKGContents"},"Classes/GPKGContents.html#/c:objc(cs)GPKGContents(py)minX":{"name":"minX","abstract":"

    Bounding box minimum easting or longitude for all content in table_name

    ","parent_name":"GPKGContents"},"Classes/GPKGContents.html#/c:objc(cs)GPKGContents(py)minY":{"name":"minY","abstract":"

    Bounding box minimum northing or latitude for all content in table_name

    ","parent_name":"GPKGContents"},"Classes/GPKGContents.html#/c:objc(cs)GPKGContents(py)maxX":{"name":"maxX","abstract":"

    Bounding box maximum easting or longitude for all content in table_name

    ","parent_name":"GPKGContents"},"Classes/GPKGContents.html#/c:objc(cs)GPKGContents(py)maxY":{"name":"maxY","abstract":"

    Bounding box maximum northing or latitude for all content in table_name

    ","parent_name":"GPKGContents"},"Classes/GPKGContents.html#/c:objc(cs)GPKGContents(py)srsId":{"name":"srsId","abstract":"

    Unique identifier for each Spatial Reference System within a GeoPackage

    ","parent_name":"GPKGContents"},"Classes/GPKGContents.html#/c:objc(cs)GPKGContents(im)contentsDataType":{"name":"-contentsDataType","abstract":"

    Get the Contents Data Type

    ","parent_name":"GPKGContents"},"Classes/GPKGContents.html#/c:objc(cs)GPKGContents(im)setContentsDataType:":{"name":"-setContentsDataType:","abstract":"

    Set the Contents Data Type

    ","parent_name":"GPKGContents"},"Classes/GPKGContents.html#/c:objc(cs)GPKGContents(im)setDataType:asContentsDataType:":{"name":"-setDataType:asContentsDataType:","abstract":"

    Set the data type name and register the core data type

    ","parent_name":"GPKGContents"},"Classes/GPKGContents.html#/c:objc(cs)GPKGContents(im)isFeaturesType":{"name":"-isFeaturesType","abstract":"

    Determine if the contents data type is features

    ","parent_name":"GPKGContents"},"Classes/GPKGContents.html#/c:objc(cs)GPKGContents(im)isFeaturesTypeOrUnknown":{"name":"-isFeaturesTypeOrUnknown","abstract":"

    Determine if the contents data type is features or unknown

    ","parent_name":"GPKGContents"},"Classes/GPKGContents.html#/c:objc(cs)GPKGContents(im)isTilesType":{"name":"-isTilesType","abstract":"

    Determine if the contents data type is tiles

    ","parent_name":"GPKGContents"},"Classes/GPKGContents.html#/c:objc(cs)GPKGContents(im)isTilesTypeOrUnknown":{"name":"-isTilesTypeOrUnknown","abstract":"

    Determine if the contents data type is tiles or unknown

    ","parent_name":"GPKGContents"},"Classes/GPKGContents.html#/c:objc(cs)GPKGContents(im)isAttributesType":{"name":"-isAttributesType","abstract":"

    Determine if the contents data type is attributes

    ","parent_name":"GPKGContents"},"Classes/GPKGContents.html#/c:objc(cs)GPKGContents(im)isAttributesTypeOrUnknown":{"name":"-isAttributesTypeOrUnknown","abstract":"

    Determine if the contents data type is attributes or unknown

    ","parent_name":"GPKGContents"},"Classes/GPKGContents.html#/c:objc(cs)GPKGContents(im)setSrs:":{"name":"-setSrs:","abstract":"

    Set the Spatial Reference System

    ","parent_name":"GPKGContents"},"Classes/GPKGContents.html#/c:objc(cs)GPKGContents(im)boundingBox":{"name":"-boundingBox","abstract":"

    Get a bounding box

    ","parent_name":"GPKGContents"},"Classes/GPKGContents.html#/c:objc(cs)GPKGContents(im)setBoundingBox:":{"name":"-setBoundingBox:","abstract":"

    Set a bounding box

    ","parent_name":"GPKGContents"},"Classes/GPKGAttributesTableReader.html#/c:objc(cs)GPKGAttributesTableReader(im)initWithTable:":{"name":"-initWithTable:","abstract":"

    Initialize

    ","parent_name":"GPKGAttributesTableReader"},"Classes/GPKGAttributesTableReader.html#/c:objc(cs)GPKGAttributesTableReader(im)readAttributesTableWithConnection:":{"name":"-readAttributesTableWithConnection:","abstract":"

    Read the attributes table with the database connection

    ","parent_name":"GPKGAttributesTableReader"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)create":{"name":"+create","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithAutoincrement:":{"name":"+createWithAutoincrement:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithTable:":{"name":"+createWithTable:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithTable:andAutoincrement:":{"name":"+createWithTable:andAutoincrement:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithTable:andAdditionalColumns:":{"name":"+createWithTable:andAdditionalColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithTable:andAutoincrement:andAdditionalColumns:":{"name":"+createWithTable:andAutoincrement:andAdditionalColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithTable:andAdditionalColumns:andConstraints:":{"name":"+createWithTable:andAdditionalColumns:andConstraints:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithTable:andAutoincrement:andAdditionalColumns:andConstraints:":{"name":"+createWithTable:andAutoincrement:andAdditionalColumns:andConstraints:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithTable:andIdColumn:andAdditionalColumns:":{"name":"+createWithTable:andIdColumn:andAdditionalColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithTable:andIdColumn:andAutoincrement:andAdditionalColumns:":{"name":"+createWithTable:andIdColumn:andAutoincrement:andAdditionalColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithTable:andIdColumn:andAdditionalColumns:andConstraints:":{"name":"+createWithTable:andIdColumn:andAdditionalColumns:andConstraints:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithTable:andIdColumn:andAutoincrement:andAdditionalColumns:andConstraints:":{"name":"+createWithTable:andIdColumn:andAutoincrement:andAdditionalColumns:andConstraints:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithColumns:":{"name":"+createWithColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithColumns:andConstraints:":{"name":"+createWithColumns:andConstraints:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithAttributesTable:":{"name":"+createWithAttributesTable:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithDataType:andTable:":{"name":"+createWithDataType:andTable:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithDataType:andTable:andAutoincrement:":{"name":"+createWithDataType:andTable:andAutoincrement:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithDataType:andTable:andAdditionalColumns:":{"name":"+createWithDataType:andTable:andAdditionalColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithDataType:andTable:andAutoincrement:andAdditionalColumns:":{"name":"+createWithDataType:andTable:andAutoincrement:andAdditionalColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithDataType:andTable:andAdditionalColumns:andConstraints:":{"name":"+createWithDataType:andTable:andAdditionalColumns:andConstraints:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithDataType:andTable:andAutoincrement:andAdditionalColumns:andConstraints:":{"name":"+createWithDataType:andTable:andAutoincrement:andAdditionalColumns:andConstraints:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithDataType:andTable:andIdColumn:andAdditionalColumns:":{"name":"+createWithDataType:andTable:andIdColumn:andAdditionalColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithDataType:andTable:andIdColumn:andAutoincrement:andAdditionalColumns:":{"name":"+createWithDataType:andTable:andIdColumn:andAutoincrement:andAdditionalColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithDataType:andTable:andIdColumn:andAdditionalColumns:andConstraints:":{"name":"+createWithDataType:andTable:andIdColumn:andAdditionalColumns:andConstraints:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithDataType:andTable:andIdColumn:andAutoincrement:andAdditionalColumns:andConstraints:":{"name":"+createWithDataType:andTable:andIdColumn:andAutoincrement:andAdditionalColumns:andConstraints:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithDataType:andColumns:":{"name":"+createWithDataType:andColumns:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithDataType:andColumns:andConstraints:":{"name":"+createWithDataType:andColumns:andConstraints:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(cm)createWithDataType:andAttributesTable:":{"name":"+createWithDataType:andAttributesTable:","abstract":"

    Create metadata

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(py)constraints":{"name":"constraints","abstract":"

    Constraints

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(im)initWithTable:andIdColumn:andAdditionalColumns:andConstraints:":{"name":"-initWithTable:andIdColumn:andAdditionalColumns:andConstraints:","abstract":"

    Initialize

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(im)initWithDataType:andTable:andIdColumn:andAdditionalColumns:andConstraints:":{"name":"-initWithDataType:andTable:andIdColumn:andAdditionalColumns:andConstraints:","abstract":"

    Initialize

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(im)initWithTable:andIdColumn:andAutoincrement:andAdditionalColumns:andConstraints:":{"name":"-initWithTable:andIdColumn:andAutoincrement:andAdditionalColumns:andConstraints:","abstract":"

    Initialize

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(im)initWithDataType:andTable:andIdColumn:andAutoincrement:andAdditionalColumns:andConstraints:":{"name":"-initWithDataType:andTable:andIdColumn:andAutoincrement:andAdditionalColumns:andConstraints:","abstract":"

    Initialize

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(im)initWithTable:andColumns:andConstraints:":{"name":"-initWithTable:andColumns:andConstraints:","abstract":"

    Initialize

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTableMetadata.html#/c:objc(cs)GPKGAttributesTableMetadata(im)initWithDataType:andTable:andColumns:andConstraints:":{"name":"-initWithDataType:andTable:andColumns:andConstraints:","abstract":"

    Initialize

    ","parent_name":"GPKGAttributesTableMetadata"},"Classes/GPKGAttributesTable.html#/c:objc(cs)GPKGAttributesTable(im)initWithTable:andColumns:":{"name":"-initWithTable:andColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGAttributesTable"},"Classes/GPKGAttributesTable.html#/c:objc(cs)GPKGAttributesTable(im)attributesColumns":{"name":"-attributesColumns","abstract":"

    Get the list of attributes columns

    ","parent_name":"GPKGAttributesTable"},"Classes/GPKGAttributesRow.html#/c:objc(cs)GPKGAttributesRow(py)attributesTable":{"name":"attributesTable","abstract":"

    Attributes Table

    ","parent_name":"GPKGAttributesRow"},"Classes/GPKGAttributesRow.html#/c:objc(cs)GPKGAttributesRow(py)attributesColumns":{"name":"attributesColumns","abstract":"

    Attributes Columns

    ","parent_name":"GPKGAttributesRow"},"Classes/GPKGAttributesRow.html#/c:objc(cs)GPKGAttributesRow(im)initWithAttributesTable:andColumns:andValues:":{"name":"-initWithAttributesTable:andColumns:andValues:","abstract":"

    Initialize

    ","parent_name":"GPKGAttributesRow"},"Classes/GPKGAttributesRow.html#/c:objc(cs)GPKGAttributesRow(im)initWithAttributesTable:":{"name":"-initWithAttributesTable:","abstract":"

    Initialize

    ","parent_name":"GPKGAttributesRow"},"Classes/GPKGAttributesDao.html#/c:objc(cs)GPKGAttributesDao(im)initWithDatabase:andTable:":{"name":"-initWithDatabase:andTable:","abstract":"

    Initialize

    ","parent_name":"GPKGAttributesDao"},"Classes/GPKGAttributesDao.html#/c:objc(cs)GPKGAttributesDao(im)attributesTable":{"name":"-attributesTable","abstract":"

    Get the attributes table

    ","parent_name":"GPKGAttributesDao"},"Classes/GPKGAttributesDao.html#/c:objc(cs)GPKGAttributesDao(im)row:":{"name":"-row:","abstract":"

    Get the attributes row for the current result in the result set

    ","parent_name":"GPKGAttributesDao"},"Classes/GPKGAttributesDao.html#/c:objc(cs)GPKGAttributesDao(im)attributesRow:":{"name":"-attributesRow:","abstract":"

    Get the attributes row for the current result in the result set

    ","parent_name":"GPKGAttributesDao"},"Classes/GPKGAttributesDao.html#/c:objc(cs)GPKGAttributesDao(im)rowWithRow:":{"name":"-rowWithRow:","abstract":"

    Get the attributes row for the row

    ","parent_name":"GPKGAttributesDao"},"Classes/GPKGAttributesDao.html#/c:objc(cs)GPKGAttributesDao(im)newRow":{"name":"-newRow","abstract":"

    Create a new attributes row

    ","parent_name":"GPKGAttributesDao"},"Classes/GPKGAttributesColumns.html#/c:objc(cs)GPKGAttributesColumns(im)initWithTable:andColumns:":{"name":"-initWithTable:andColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGAttributesColumns"},"Classes/GPKGAttributesColumns.html#/c:objc(cs)GPKGAttributesColumns(im)initWithTable:andColumns:andCustom:":{"name":"-initWithTable:andColumns:andCustom:","abstract":"

    Initialize

    ","parent_name":"GPKGAttributesColumns"},"Classes/GPKGAttributesColumns.html#/c:objc(cs)GPKGAttributesColumns(im)initWithAttributesColumns:":{"name":"-initWithAttributesColumns:","abstract":"

    Initialize

    ","parent_name":"GPKGAttributesColumns"},"Classes/GPKGAttributesColumn.html#/c:objc(cs)GPKGAttributesColumn(cm)createPrimaryKeyColumnWithName:":{"name":"+createPrimaryKeyColumnWithName:","abstract":"

    Create a new primary key column

    ","parent_name":"GPKGAttributesColumn"},"Classes/GPKGAttributesColumn.html#/c:objc(cs)GPKGAttributesColumn(cm)createPrimaryKeyColumnWithName:andAutoincrement:":{"name":"+createPrimaryKeyColumnWithName:andAutoincrement:","abstract":"

    Create a new primary key column

    ","parent_name":"GPKGAttributesColumn"},"Classes/GPKGAttributesColumn.html#/c:objc(cs)GPKGAttributesColumn(cm)createPrimaryKeyColumnWithIndex:andName:":{"name":"+createPrimaryKeyColumnWithIndex:andName:","abstract":"

    Create a new primary key column

    ","parent_name":"GPKGAttributesColumn"},"Classes/GPKGAttributesColumn.html#/c:objc(cs)GPKGAttributesColumn(cm)createPrimaryKeyColumnWithIndex:andName:andAutoincrement:":{"name":"+createPrimaryKeyColumnWithIndex:andName:andAutoincrement:","abstract":"

    Create a new primary key column

    ","parent_name":"GPKGAttributesColumn"},"Classes/GPKGAttributesColumn.html#/c:objc(cs)GPKGAttributesColumn(cm)createColumnWithName:andDataType:":{"name":"+createColumnWithName:andDataType:","abstract":"

    Create a new column

    ","parent_name":"GPKGAttributesColumn"},"Classes/GPKGAttributesColumn.html#/c:objc(cs)GPKGAttributesColumn(cm)createColumnWithIndex:andName:andDataType:":{"name":"+createColumnWithIndex:andName:andDataType:","abstract":"

    Create a new column

    ","parent_name":"GPKGAttributesColumn"},"Classes/GPKGAttributesColumn.html#/c:objc(cs)GPKGAttributesColumn(cm)createColumnWithName:andDataType:andNotNull:":{"name":"+createColumnWithName:andDataType:andNotNull:","abstract":"

    Create a new column

    ","parent_name":"GPKGAttributesColumn"},"Classes/GPKGAttributesColumn.html#/c:objc(cs)GPKGAttributesColumn(cm)createColumnWithIndex:andName:andDataType:andNotNull:":{"name":"+createColumnWithIndex:andName:andDataType:andNotNull:","abstract":"

    Create a new column

    ","parent_name":"GPKGAttributesColumn"},"Classes/GPKGAttributesColumn.html#/c:objc(cs)GPKGAttributesColumn(cm)createColumnWithName:andDataType:andNotNull:andDefaultValue:":{"name":"+createColumnWithName:andDataType:andNotNull:andDefaultValue:","abstract":"

    Create a new column

    ","parent_name":"GPKGAttributesColumn"},"Classes/GPKGAttributesColumn.html#/c:objc(cs)GPKGAttributesColumn(cm)createColumnWithIndex:andName:andDataType:andNotNull:andDefaultValue:":{"name":"+createColumnWithIndex:andName:andDataType:andNotNull:andDefaultValue:","abstract":"

    Create a new column

    ","parent_name":"GPKGAttributesColumn"},"Classes/GPKGAttributesColumn.html#/c:objc(cs)GPKGAttributesColumn(cm)createColumnWithName:andDataType:andMax:":{"name":"+createColumnWithName:andDataType:andMax:","abstract":"

    Create a new column

    ","parent_name":"GPKGAttributesColumn"},"Classes/GPKGAttributesColumn.html#/c:objc(cs)GPKGAttributesColumn(cm)createColumnWithIndex:andName:andDataType:andMax:":{"name":"+createColumnWithIndex:andName:andDataType:andMax:","abstract":"

    Create a new column

    ","parent_name":"GPKGAttributesColumn"},"Classes/GPKGAttributesColumn.html#/c:objc(cs)GPKGAttributesColumn(cm)createColumnWithName:andDataType:andMax:andNotNull:andDefaultValue:":{"name":"+createColumnWithName:andDataType:andMax:andNotNull:andDefaultValue:","abstract":"

    Create a new column

    ","parent_name":"GPKGAttributesColumn"},"Classes/GPKGAttributesColumn.html#/c:objc(cs)GPKGAttributesColumn(cm)createColumnWithIndex:andName:andDataType:andMax:andNotNull:andDefaultValue:":{"name":"+createColumnWithIndex:andName:andDataType:andMax:andNotNull:andDefaultValue:","abstract":"

    Create a new column

    ","parent_name":"GPKGAttributesColumn"},"Classes/GPKGAttributesColumn.html#/c:objc(cs)GPKGAttributesColumn(cm)createColumnWithTableColumn:":{"name":"+createColumnWithTableColumn:","abstract":"

    Create a new column

    ","parent_name":"GPKGAttributesColumn"},"Classes/GPKGAttributesColumn.html#/c:objc(cs)GPKGAttributesColumn(im)initWithIndex:andName:andDataType:andMax:andNotNull:andDefaultValue:andPrimaryKey:andAutoincrement:":{"name":"-initWithIndex:andName:andDataType:andMax:andNotNull:andDefaultValue:andPrimaryKey:andAutoincrement:","abstract":"

    Initialize

    ","parent_name":"GPKGAttributesColumn"},"Classes/GPKGUtils.html#/c:objc(cs)GPKGUtils(cm)addObject:toArray:":{"name":"+addObject:toArray:","abstract":"

    Add an object to an array, supports nil to NSNull translations

    ","parent_name":"GPKGUtils"},"Classes/GPKGUtils.html#/c:objc(cs)GPKGUtils(cm)replaceObjectAtIndex:withObject:inArray:":{"name":"+replaceObjectAtIndex:withObject:inArray:","abstract":"

    Replace object at index in array with an object, supports nil to NSNull translations

    ","parent_name":"GPKGUtils"},"Classes/GPKGUtils.html#/c:objc(cs)GPKGUtils(cm)insertObject:atIndex:inArray:":{"name":"+insertObject:atIndex:inArray:","abstract":"

    Insert object in an array, supports nil to NSNull translations

    ","parent_name":"GPKGUtils"},"Classes/GPKGUtils.html#/c:objc(cs)GPKGUtils(cm)objectAtIndex:inArray:":{"name":"+objectAtIndex:inArray:","abstract":"

    Get the object at an index, supports NSNull to nil transations

    ","parent_name":"GPKGUtils"},"Classes/GPKGUtils.html#/c:objc(cs)GPKGUtils(cm)addObject:toSet:":{"name":"+addObject:toSet:","abstract":"

    Add an object to a set, supports nil to NSNull translations

    ","parent_name":"GPKGUtils"},"Classes/GPKGUtils.html#/c:objc(cs)GPKGUtils(cm)containsObject:inSet:":{"name":"+containsObject:inSet:","abstract":"

    Contains object in set, supports NSNull to nil transations

    ","parent_name":"GPKGUtils"},"Classes/GPKGUtils.html#/c:objc(cs)GPKGUtils(cm)setObject:forKey:inDictionary:":{"name":"+setObject:forKey:inDictionary:","abstract":"

    Set object in dictionary with key, supports nil to NSNull translations

    ","parent_name":"GPKGUtils"},"Classes/GPKGUtils.html#/c:objc(cs)GPKGUtils(cm)objectForKey:inDictionary:":{"name":"+objectForKey:inDictionary:","abstract":"

    Get object in dictionary with key, supports NSNull to nil transations

    ","parent_name":"GPKGUtils"},"Classes/GPKGUtils.html#/c:objc(cs)GPKGUtils(cm)color:":{"name":"+color:","abstract":"

    Get the color for the color dictionary. The dictionary should contain the keys for:

    ","parent_name":"GPKGUtils"},"Classes/GPKGUtils.html#/c:objc(cs)GPKGUtils(cm)decimalNumberFromNumber:":{"name":"+decimalNumberFromNumber:","abstract":"

    Get a decimal number from the number

    ","parent_name":"GPKGUtils"},"Classes/GPKGUtils.html#/c:objc(cs)GPKGUtils(cm)compareDouble:withDouble:":{"name":"+compareDouble:withDouble:","abstract":"

    Compare two doubles

    ","parent_name":"GPKGUtils"},"Classes/GPKGUtils.html#/c:objc(cs)GPKGUtils(cm)compareDouble:withDouble:andDelta:":{"name":"+compareDouble:withDouble:andDelta:","abstract":"

    Compare two doubles

    ","parent_name":"GPKGUtils"},"Classes/GPKGUtils.html#/c:objc(cs)GPKGUtils(cm)compareNumberDouble:withNumberDouble:":{"name":"+compareNumberDouble:withNumberDouble:","abstract":"

    Compare two number doubles

    ","parent_name":"GPKGUtils"},"Classes/GPKGUtils.html#/c:objc(cs)GPKGUtils(cm)compareNumberDouble:withNumberDouble:andDelta:":{"name":"+compareNumberDouble:withNumberDouble:andDelta:","abstract":"

    Compare two number doubles

    ","parent_name":"GPKGUtils"},"Classes/GPKGSessionTaskData.html#/c:objc(cs)GPKGSessionTaskData(py)url":{"name":"url","abstract":"

    Original URL request

    ","parent_name":"GPKGSessionTaskData"},"Classes/GPKGSessionTaskData.html#/c:objc(cs)GPKGSessionTaskData(py)name":{"name":"name","abstract":"

    New GeoPackage name

    ","parent_name":"GPKGSessionTaskData"},"Classes/GPKGSessionTaskData.html#/c:objc(cs)GPKGSessionTaskData(py)databasePath":{"name":"databasePath","abstract":"

    The new GeoPackage database path

    ","parent_name":"GPKGSessionTaskData"},"Classes/GPKGSessionTaskData.html#/c:objc(cs)GPKGSessionTaskData(py)documentsDatabasePath":{"name":"documentsDatabasePath","abstract":"

    The full documents GeoPackage database path

    ","parent_name":"GPKGSessionTaskData"},"Classes/GPKGSessionTaskData.html#/c:objc(cs)GPKGSessionTaskData(py)progress":{"name":"progress","abstract":"

    Optional progress callback

    ","parent_name":"GPKGSessionTaskData"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(py)metadataDb":{"name":"metadataDb","abstract":"

    Metadata database connection

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(py)importHeaderValidation":{"name":"importHeaderValidation","abstract":"

    Validate the database header of an imported database

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(py)importIntegrityValidation":{"name":"importIntegrityValidation","abstract":"

    Validate the database integrity of a imported database

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(py)openHeaderValidation":{"name":"openHeaderValidation","abstract":"

    Validate the database header when opening a database

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(py)openIntegrityValidation":{"name":"openIntegrityValidation","abstract":"

    Validate the database integrity when opening a database

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)close":{"name":"-close","abstract":"

    Close the manager connection

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)databases":{"name":"-databases","abstract":"

    List all GeoPackage databases sorted alphabetically

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)databasesLike:":{"name":"-databasesLike:","abstract":"

    List GeoPackage databases that match the provided like argument

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)databasesNotLike:":{"name":"-databasesNotLike:","abstract":"

    List GeoPackage databases that do not match the provided like argument

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)count":{"name":"-count","abstract":"

    Get the count of GeoPackage databases

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)pathForDatabase:":{"name":"-pathForDatabase:","abstract":"

    Get the path of the database

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)documentsPathForDatabase:":{"name":"-documentsPathForDatabase:","abstract":"

    Get the documents path for the database

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)exists:":{"name":"-exists:","abstract":"

    Check if the database exists

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)size:":{"name":"-size:","abstract":"

    Size of the database in bytes

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)readableSize:":{"name":"-readableSize:","abstract":"

    Get a readable version of the database size

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)delete:":{"name":"-delete:","abstract":"

    Delete a database

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)delete:andFile:":{"name":"-delete:andFile:","abstract":"

    Delete a database and optionally the backing file

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)deleteAll":{"name":"-deleteAll","abstract":"

    Delete all databases

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)deleteAllAndFiles:":{"name":"-deleteAllAndFiles:","abstract":"

    Delete all databases and optionally the backing files

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)create:":{"name":"-create:","abstract":"

    Create a new GeoPackage database

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)create:inDirectory:":{"name":"-create:inDirectory:","abstract":"

    Create a new GeoPackage database in specified directory

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromPath:":{"name":"-importGeoPackageFromPath:","abstract":"

    Import a GeoPackage file from a path

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromPath:withName:":{"name":"-importGeoPackageFromPath:withName:","abstract":"

    Import a GeoPackage file from a path and name it

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromPath:inDirectory:":{"name":"-importGeoPackageFromPath:inDirectory:","abstract":"

    Import a GeoPackage file from a path into a directory

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromPath:andOverride:":{"name":"-importGeoPackageFromPath:andOverride:","abstract":"

    Import a GeoPackage file from a path with existing file override option

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromPath:andOverride:andMove:":{"name":"-importGeoPackageFromPath:andOverride:andMove:","abstract":"

    Import a GeoPackage file from a path with existing file override and move instead of copy option

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromPath:inDirectory:andOverride:":{"name":"-importGeoPackageFromPath:inDirectory:andOverride:","abstract":"

    Import a GeoPackage file from a path into a directory with existing file override option

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromPath:withName:andOverride:":{"name":"-importGeoPackageFromPath:withName:andOverride:","abstract":"

    Import a GeoPackage file from a path and name it with existing file override option

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromPath:withName:inDirectory:":{"name":"-importGeoPackageFromPath:withName:inDirectory:","abstract":"

    Import a GeoPackage file from a path and name it into a directory

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromPath:withName:inDirectory:andOverride:":{"name":"-importGeoPackageFromPath:withName:inDirectory:andOverride:","abstract":"

    Import a GeoPackage file from a path and name it into a directory with existing file overide option

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromPath:withName:andOverride:andMove:":{"name":"-importGeoPackageFromPath:withName:andOverride:andMove:","abstract":"

    Import a GeoPackage file from a path and name it with existing file overide and move instead of copy option

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromPath:withName:inDirectory:andOverride:andMove:":{"name":"-importGeoPackageFromPath:withName:inDirectory:andOverride:andMove:","abstract":"

    Import a GeoPackage file from a path and name it into a directory with existing file overide and move instead of copy option

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromUrl:":{"name":"-importGeoPackageFromUrl:","abstract":"

    Import a GeoPackage file from a URL

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromUrl:withSession:":{"name":"-importGeoPackageFromUrl:withSession:","abstract":"

    Import a GeoPackage file from a URL

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromUrl:withName:":{"name":"-importGeoPackageFromUrl:withName:","abstract":"

    Import a GeoPackage file from a URL and name it

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromUrl:withSession:andName:":{"name":"-importGeoPackageFromUrl:withSession:andName:","abstract":"

    Import a GeoPackage file from a URL and name it

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromUrl:withName:inDirectory:":{"name":"-importGeoPackageFromUrl:withName:inDirectory:","abstract":"

    Import a GeoPackage file from a URL and name it into a directory

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromUrl:withSession:andName:inDirectory:":{"name":"-importGeoPackageFromUrl:withSession:andName:inDirectory:","abstract":"

    Import a GeoPackage file from a URL and name it into a directory

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromUrl:withName:andProgress:":{"name":"-importGeoPackageFromUrl:withName:andProgress:","abstract":"

    Import a GeoPackage file from a URL and name it with progress callbacks

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromUrl:withSession:andName:andProgress:":{"name":"-importGeoPackageFromUrl:withSession:andName:andProgress:","abstract":"

    Import a GeoPackage file from a URL and name it with progress callbacks

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromUrl:withName:andOverride:":{"name":"-importGeoPackageFromUrl:withName:andOverride:","abstract":"

    Import a GeoPackage file from a URL and name it with existing file overide option

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromUrl:withSession:andName:andOverride:":{"name":"-importGeoPackageFromUrl:withSession:andName:andOverride:","abstract":"

    Import a GeoPackage file from a URL and name it with existing file overide option

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromUrl:withName:inDirectory:andProgress:":{"name":"-importGeoPackageFromUrl:withName:inDirectory:andProgress:","abstract":"

    Import a GeoPackage file from a URL and name it into a directory with progress callbacks

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromUrl:withSession:andName:inDirectory:andProgress:":{"name":"-importGeoPackageFromUrl:withSession:andName:inDirectory:andProgress:","abstract":"

    Import a GeoPackage file from a URL and name it into a directory with progress callbacks

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromUrl:withName:inDirectory:andOverride:":{"name":"-importGeoPackageFromUrl:withName:inDirectory:andOverride:","abstract":"

    Import a GeoPackage file from a URL and name it into a directory with existing file overide option

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromUrl:withSession:andName:inDirectory:andOverride:":{"name":"-importGeoPackageFromUrl:withSession:andName:inDirectory:andOverride:","abstract":"

    Import a GeoPackage file from a URL and name it into a directory with existing file overide option

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromUrl:withName:inDirectory:andOverride:andProgress:":{"name":"-importGeoPackageFromUrl:withName:inDirectory:andOverride:andProgress:","abstract":"

    Import a GeoPackage file from a URL and name it into a directory with existing file overide option and progress callbacks

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageFromUrl:withSession:andName:inDirectory:andOverride:andProgress:":{"name":"-importGeoPackageFromUrl:withSession:andName:inDirectory:andOverride:andProgress:","abstract":"

    Import a GeoPackage file from a URL and name it into a directory with existing file overide option and progress callbacks

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)exportGeoPackage:toDirectory:":{"name":"-exportGeoPackage:toDirectory:","abstract":"

    Export a GeoPackage to a directory

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)exportGeoPackage:withName:toDirectory:":{"name":"-exportGeoPackage:withName:toDirectory:","abstract":"

    Export a GeoPackage to a directory and name it

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)open:":{"name":"-open:","abstract":"

    Open a GeoPackage database

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)validate:":{"name":"-validate:","abstract":"

    Validate the database header and integrity.

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)validateHeader:":{"name":"-validateHeader:","abstract":"

    Validate the database header. Checks the beginning bytes for the SQLite header string.

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)validateIntegrity:":{"name":"-validateIntegrity:","abstract":"

    Validate the database integrity. Performs a database integrity ok check.

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)copy:to:":{"name":"-copy:to:","abstract":"

    Copy a GeoPackage into the same directory

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)copy:to:andSameDirectory:":{"name":"-copy:to:andSameDirectory:","abstract":"

    Copy a GeoPackage with same directory option

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)rename:to:":{"name":"-rename:to:","abstract":"

    Rename a GeoPackage and it’s file

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)rename:to:andRenameFile:":{"name":"-rename:to:andRenameFile:","abstract":"

    Rename a GeoPackage with rename file option

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)move:toDirectory:":{"name":"-move:toDirectory:","abstract":"

    Move a GeoPackage to a different directory

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageManager.html#/c:objc(cs)GPKGGeoPackageManager(im)importGeoPackageAsLinkToPath:withName:":{"name":"-importGeoPackageAsLinkToPath:withName:","abstract":"

    Import a GeoPackage linking to an existing file

    ","parent_name":"GPKGGeoPackageManager"},"Classes/GPKGGeoPackageFactory.html#/c:objc(cs)GPKGGeoPackageFactory(cm)manager":{"name":"+manager","abstract":"

    Get a GeoPackage Manager

    ","parent_name":"GPKGGeoPackageFactory"},"Classes/GPKGGeoPackageCache.html#/c:objc(cs)GPKGGeoPackageCache(py)closeQuietly":{"name":"closeQuietly","abstract":"

    Close quietly flag

    ","parent_name":"GPKGGeoPackageCache"},"Classes/GPKGGeoPackageCache.html#/c:objc(cs)GPKGGeoPackageCache(im)initWithManager:":{"name":"-initWithManager:","abstract":"

    Initialize

    ","parent_name":"GPKGGeoPackageCache"},"Classes/GPKGGeoPackageCache.html#/c:objc(cs)GPKGGeoPackageCache(im)geoPackageOpenName:":{"name":"-geoPackageOpenName:","abstract":"

    Get the cached GeoPackage or open and cache the GeoPackage

    ","parent_name":"GPKGGeoPackageCache"},"Classes/GPKGGeoPackageCache.html#/c:objc(cs)GPKGGeoPackageCache(im)geoPackageNoCacheOpenName:":{"name":"-geoPackageNoCacheOpenName:","abstract":"

    Get the cached GeoPackage or open the GeoPackage without caching it

    ","parent_name":"GPKGGeoPackageCache"},"Classes/GPKGGeoPackageCache.html#/c:objc(cs)GPKGGeoPackageCache(im)names":{"name":"-names","abstract":"

    Get the names of the cached GeoPackages

    ","parent_name":"GPKGGeoPackageCache"},"Classes/GPKGGeoPackageCache.html#/c:objc(cs)GPKGGeoPackageCache(im)geoPackages":{"name":"-geoPackages","abstract":"

    Get the cached GeoPackages

    ","parent_name":"GPKGGeoPackageCache"},"Classes/GPKGGeoPackageCache.html#/c:objc(cs)GPKGGeoPackageCache(im)hasName:":{"name":"-hasName:","abstract":"

    Determine if the cache has the GeoPackage name

    ","parent_name":"GPKGGeoPackageCache"},"Classes/GPKGGeoPackageCache.html#/c:objc(cs)GPKGGeoPackageCache(im)geoPackageWithName:":{"name":"-geoPackageWithName:","abstract":"

    Get the GeoPackage with name

    ","parent_name":"GPKGGeoPackageCache"},"Classes/GPKGGeoPackageCache.html#/c:objc(cs)GPKGGeoPackageCache(im)existsWithName:":{"name":"-existsWithName:","abstract":"

    Checks if the GeoPackage name exists in the cache

    ","parent_name":"GPKGGeoPackageCache"},"Classes/GPKGGeoPackageCache.html#/c:objc(cs)GPKGGeoPackageCache(im)closeAll":{"name":"-closeAll","abstract":"

    Close all GeoPackages in the cache

    ","parent_name":"GPKGGeoPackageCache"},"Classes/GPKGGeoPackageCache.html#/c:objc(cs)GPKGGeoPackageCache(im)addGeoPackage:":{"name":"-addGeoPackage:","abstract":"

    Add a GeoPackage to the cache

    ","parent_name":"GPKGGeoPackageCache"},"Classes/GPKGGeoPackageCache.html#/c:objc(cs)GPKGGeoPackageCache(im)addAllGeoPackages:":{"name":"-addAllGeoPackages:","abstract":"

    Add the collection of GeoPackages

    ","parent_name":"GPKGGeoPackageCache"},"Classes/GPKGGeoPackageCache.html#/c:objc(cs)GPKGGeoPackageCache(im)removeByName:":{"name":"-removeByName:","abstract":"

    Remove the GeoPackage with the name but does not close it,","parent_name":"GPKGGeoPackageCache"},"Classes/GPKGGeoPackageCache.html#/c:objc(cs)GPKGGeoPackageCache(im)clear":{"name":"-clear","abstract":"

    Clears all cached GeoPackages but does not close them,","parent_name":"GPKGGeoPackageCache"},"Classes/GPKGGeoPackageCache.html#/c:objc(cs)GPKGGeoPackageCache(im)closeByName:":{"name":"-closeByName:","abstract":"

    Close the GeoPackage with name

    ","parent_name":"GPKGGeoPackageCache"},"Classes/GPKGGeoPackageCache.html#/c:objc(cs)GPKGGeoPackageCache(im)closeRetain:":{"name":"-closeRetain:","abstract":"

    Close GeoPackages not specified in the retain GeoPackage names

    ","parent_name":"GPKGGeoPackageCache"},"Classes/GPKGGeoPackageCache.html#/c:objc(cs)GPKGGeoPackageCache(im)closeNames:":{"name":"-closeNames:","abstract":"

    Close GeoPackages with names

    ","parent_name":"GPKGGeoPackageCache"},"Classes/GPKGGeoPackageCache.html#/c:objc(cs)GPKGGeoPackageCache(im)closeGeoPackage:":{"name":"-closeGeoPackage:","abstract":"

    Close the GeoPackage

    ","parent_name":"GPKGGeoPackageCache"},"Classes/GPKGGeoPackageCache.html#/c:objc(cs)GPKGGeoPackageCache(im)closeGeoPackageIfCached:":{"name":"-closeGeoPackageIfCached:","abstract":"

    Close the GeoPackage if it is cached (same GeoPackage instance)

    ","parent_name":"GPKGGeoPackageCache"},"Classes/GPKGGeoPackageCache.html#/c:objc(cs)GPKGGeoPackageCache(im)closeGeoPackageIfNotCached:":{"name":"-closeGeoPackageIfNotCached:","abstract":"

    Close the GeoPackage if it is not cached (GeoPackage not cached or","parent_name":"GPKGGeoPackageCache"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(py)name":{"name":"name","abstract":"

    GeoPackage name

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(py)path":{"name":"path","abstract":"

    GeoPackage file path

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(py)database":{"name":"database","abstract":"

    Database connection

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(py)writable":{"name":"writable","abstract":"

    Writable GeoPackage flag

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(py)metadataDb":{"name":"metadataDb","abstract":"

    Metadata db

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)initWithConnection:andWritable:andMetadataDb:":{"name":"-initWithConnection:andWritable:andMetadataDb:","abstract":"

    Initialize

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)close":{"name":"-close","abstract":"

    Close the GeoPackage connection

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)tableCreator":{"name":"-tableCreator","abstract":"

    Get the Table Creator

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)applicationId":{"name":"-applicationId","abstract":"

    Get the application id

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)applicationIdNumber":{"name":"-applicationIdNumber","abstract":"

    Get the application id integer

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)applicationIdHex":{"name":"-applicationIdHex","abstract":"

    Get the application id as a hex string prefixed with 0x

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)userVersion":{"name":"-userVersion","abstract":"

    Get the user version

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)userVersionMajor":{"name":"-userVersionMajor","abstract":"

    Get the major user version

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)userVersionMinor":{"name":"-userVersionMinor","abstract":"

    Get the minor user version

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)userVersionPatch":{"name":"-userVersionPatch","abstract":"

    Get the patch user version

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)featureTables":{"name":"-featureTables","abstract":"

    Get the feature tables

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)tileTables":{"name":"-tileTables","abstract":"

    Get the tile tables

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)attributesTables":{"name":"-attributesTables","abstract":"

    Get the attributes tables

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)tablesByType:":{"name":"-tablesByType:","abstract":"

    Get the tables for the contents data type

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)tablesByTypes:":{"name":"-tablesByTypes:","abstract":"

    Get the tables for the contents data types

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)tablesByTypeName:":{"name":"-tablesByTypeName:","abstract":"

    Get the tables for the contents data type

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)tablesByTypeNames:":{"name":"-tablesByTypeNames:","abstract":"

    Get the tables for the contents data types

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)contentsByType:":{"name":"-contentsByType:","abstract":"

    Get the contents for the data type

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)contentsByTypes:":{"name":"-contentsByTypes:","abstract":"

    Get the contents for the data types

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)contentsByTypeName:":{"name":"-contentsByTypeName:","abstract":"

    Get the contents for the data type

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)contentsByTypeNames:":{"name":"-contentsByTypeNames:","abstract":"

    Get the contents for the data types

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)tables":{"name":"-tables","abstract":"

    Get the feature and tile tables

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)isFeatureTable:":{"name":"-isFeatureTable:","abstract":"

    Check if the table is a feature table

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)isTileTable:":{"name":"-isTileTable:","abstract":"

    Check if the table is a tile table

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)isAttributeTable:":{"name":"-isAttributeTable:","abstract":"

    Check if the table is an attribute table

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)isTable:ofType:":{"name":"-isTable:ofType:","abstract":"

    Check if the table is the provided type

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)isTable:ofTypes:":{"name":"-isTable:ofTypes:","abstract":"

    Check if the table is one of the provided types

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)isTable:ofTypeName:":{"name":"-isTable:ofTypeName:","abstract":"

    Check if the table is the provided type

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)isTable:ofTypeNames:":{"name":"-isTable:ofTypeNames:","abstract":"

    Check if the table is one of the provided types

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)isContentsTable:":{"name":"-isContentsTable:","abstract":"

    Check if the table exists as a user contents table

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)isTable:":{"name":"-isTable:","abstract":"

    Check if the table exists

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)isView:":{"name":"-isView:","abstract":"

    Check if the view exists

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)isTableOrView:":{"name":"-isTableOrView:","abstract":"

    Check if the table or view exists

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)contentsOfTable:":{"name":"-contentsOfTable:","abstract":"

    Get the contents of the user table

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)typeOfTable:":{"name":"-typeOfTable:","abstract":"

    Get the contents data type of the user table

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)dataTypeOfTable:":{"name":"-dataTypeOfTable:","abstract":"

    Get the contents data type of the user table

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)featureTableCount":{"name":"-featureTableCount","abstract":"

    Get the feature table count

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)tileTableCount":{"name":"-tileTableCount","abstract":"

    Get the tile table count

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)tableCount":{"name":"-tableCount","abstract":"

    Get the feature and tile table count

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)contentsBoundingBoxInProjection:":{"name":"-contentsBoundingBoxInProjection:","abstract":"

    Get the bounding box for all table contents in the provided projection

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)boundingBoxInProjection:":{"name":"-boundingBoxInProjection:","abstract":"

    Get the bounding box for all tables in the provided projection, including","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)boundingBoxInProjection:andManual:":{"name":"-boundingBoxInProjection:andManual:","abstract":"

    Get the bounding box for all tables in the provided projection, including","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)tableBoundingBoxInProjection:":{"name":"-tableBoundingBoxInProjection:","abstract":"

    Get the bounding box for all tables in the provided projection, using","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)tableBoundingBoxInProjection:andManual:":{"name":"-tableBoundingBoxInProjection:andManual:","abstract":"

    Get the bounding box for all tables in the provided projection, using","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)contentsBoundingBoxOfTable:":{"name":"-contentsBoundingBoxOfTable:","abstract":"

    Get the bounding box from the contents for the table in the table’s","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)contentsBoundingBoxOfTable:inProjection:":{"name":"-contentsBoundingBoxOfTable:inProjection:","abstract":"

    Get the bounding box from the contents for the table in the provided","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)boundingBoxOfTable:":{"name":"-boundingBoxOfTable:","abstract":"

    Get the bounding box for the table in the table’s projection, including","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)boundingBoxOfTable:inProjection:":{"name":"-boundingBoxOfTable:inProjection:","abstract":"

    Get the bounding box for the table in the provided projection, including","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)boundingBoxOfTable:andManual:":{"name":"-boundingBoxOfTable:andManual:","abstract":"

    Get the bounding box for the table in the table’s projection, including","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)boundingBoxOfTable:inProjection:andManual:":{"name":"-boundingBoxOfTable:inProjection:andManual:","abstract":"

    Get the bounding box for the table in the provided projection, including","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)tableBoundingBoxOfTable:":{"name":"-tableBoundingBoxOfTable:","abstract":"

    Get the bounding box for the table in the table’s projection, using only","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)tableBoundingBoxOfTable:inProjection:":{"name":"-tableBoundingBoxOfTable:inProjection:","abstract":"

    Get the bounding box for the table in the provided projection, using only","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)tableBoundingBoxOfTable:andManual:":{"name":"-tableBoundingBoxOfTable:andManual:","abstract":"

    Get the bounding box for the table in the table’s projection, using only","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)tableBoundingBoxOfTable:inProjection:andManual:":{"name":"-tableBoundingBoxOfTable:inProjection:andManual:","abstract":"

    Get the bounding box for the table in the provided projection, using only","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)contentsProjectionOfTable:":{"name":"-contentsProjectionOfTable:","abstract":"

    Get the projection of the table contents

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)projectionOfTable:":{"name":"-projectionOfTable:","abstract":"

    Get the projection of the table

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)featureBoundingBoxOfTable:inProjection:andManual:":{"name":"-featureBoundingBoxOfTable:inProjection:andManual:","abstract":"

    Get the feature table bounding box

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)spatialReferenceSystemDao":{"name":"-spatialReferenceSystemDao","abstract":"

    Get a Spatial Reference System DAO

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)contentsDao":{"name":"-contentsDao","abstract":"

    Get a Contents DAO

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)geometryColumnsDao":{"name":"-geometryColumnsDao","abstract":"

    Get a Geometry Columns DAO

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)createGeometryColumnsTable":{"name":"-createGeometryColumnsTable","abstract":"

    Create the Geometry Columns table if it does not already exist

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)createFeatureTable:":{"name":"-createFeatureTable:","abstract":"

    Create a new feature table","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)createFeatureTableWithMetadata:":{"name":"-createFeatureTableWithMetadata:","abstract":"

    Create a new feature table with GeoPackage metadata including: geometry","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)tileMatrixSetDao":{"name":"-tileMatrixSetDao","abstract":"

    Get a Tile Matrix Set DAO

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)createTileMatrixSetTable":{"name":"-createTileMatrixSetTable","abstract":"

    Create the Tile Matrix Set table if it does not already exist

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)tileMatrixDao":{"name":"-tileMatrixDao","abstract":"

    Get a Tile Matrix DAO

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)createTileMatrixTable":{"name":"-createTileMatrixTable","abstract":"

    Create the Tile Matrix table if it does not already exist

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)createTileTable:":{"name":"-createTileTable:","abstract":"

    Create a new tile table","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)createTileTableWithMetadata:":{"name":"-createTileTableWithMetadata:","abstract":"

    Create a new tile table with GeoPackage metadata including: tile matrix","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)createAttributesTable:":{"name":"-createAttributesTable:","abstract":"

    Create a new attributes table","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)createAttributesTableWithMetadata:":{"name":"-createAttributesTableWithMetadata:","abstract":"

    Create a new attributes table with GeoPackage metadata including: user","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)extensionsDao":{"name":"-extensionsDao","abstract":"

    Get an Extensions DAO

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)createExtensionsTable":{"name":"-createExtensionsTable","abstract":"

    Create the Extensions table if it does not already exist

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)deleteTable:":{"name":"-deleteTable:","abstract":"

    Delete the table and all GeoPackage metadata

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)deleteTableQuietly:":{"name":"-deleteTableQuietly:","abstract":"

    Attempt to delete the table and all GeoPackage metadata quietly

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)verifyWritable":{"name":"-verifyWritable","abstract":"

    Verify the GeoPackage is writable and throw an exception if it is not

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)featureDaoWithGeometryColumns:":{"name":"-featureDaoWithGeometryColumns:","abstract":"

    Get a Feature DAO from Geometry Columns

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)featureDaoWithContents:":{"name":"-featureDaoWithContents:","abstract":"

    Get a Feature DAO from Contents

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)featureDaoWithTable:":{"name":"-featureDaoWithTable:","abstract":"

    Get a Feature DAO from a table

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)featureDaoWithTableName:":{"name":"-featureDaoWithTableName:","abstract":"

    Get a Feature DAO from a table name

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)tileDaoWithTileMatrixSet:":{"name":"-tileDaoWithTileMatrixSet:","abstract":"

    Get a Tile DAO from Tile Matrix Set

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)tileDaoWithContents:":{"name":"-tileDaoWithContents:","abstract":"

    Get a Tile DAO from Contents

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)tileDaoWithTable:":{"name":"-tileDaoWithTable:","abstract":"

    Get a Tile DAO from a table

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)tileDaoWithTableName:":{"name":"-tileDaoWithTableName:","abstract":"

    Get a Tile DAO from a table name

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)attributesDaoWithContents:":{"name":"-attributesDaoWithContents:","abstract":"

    Get an Attributes DAO from Contents

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)attributesDaoWithTable:":{"name":"-attributesDaoWithTable:","abstract":"

    Get an Attributes DAO from a table

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)attributesDaoWithTableName:":{"name":"-attributesDaoWithTableName:","abstract":"

    Get an Attributes DAO from a table name

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)userCustomDaoWithTableName:":{"name":"-userCustomDaoWithTableName:","abstract":"

    Get a User Custom DAO from a table name

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)userCustomDaoWithTable:":{"name":"-userCustomDaoWithTable:","abstract":"

    Get a User Custom DAO from a table

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)execSQL:":{"name":"-execSQL:","abstract":"

    Execute the sql on the GeoPackage database

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)beginTransaction":{"name":"-beginTransaction","abstract":"

    Begin a transaction

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)commitTransaction":{"name":"-commitTransaction","abstract":"

    Commit the transaction

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)rollbackTransaction":{"name":"-rollbackTransaction","abstract":"

    Rollback the transaction

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)inTransaction":{"name":"-inTransaction","abstract":"

    Determine if currently within a transaction

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)enableForeignKeys":{"name":"-enableForeignKeys","abstract":"

    If foreign keys is disabled and there are no foreign key violations,","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)foreignKeys":{"name":"-foreignKeys","abstract":"

    Query for the foreign keys value

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)foreignKeysAsOn:":{"name":"-foreignKeysAsOn:","abstract":"

    Change the foreign keys state

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)dropTable:":{"name":"-dropTable:","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)dropView:":{"name":"-dropView:","abstract":"

    Drop the view if it exists. Drops the view with the view name, not","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)renameTable:toTable:":{"name":"-renameTable:toTable:","abstract":"

    Rename the table

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)copyTable:toTable:":{"name":"-copyTable:toTable:","abstract":"

    Copy the table with transferred contents and extensions

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)copyTableNoExtensions:toTable:":{"name":"-copyTableNoExtensions:toTable:","abstract":"

    Copy the table with transferred contents but no extensions

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)copyTableAsEmpty:toTable:":{"name":"-copyTableAsEmpty:toTable:","abstract":"

    Copy the table but leave the user table empty and without extensions

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)vacuum":{"name":"-vacuum","abstract":"

    Rebuild the GeoPackage, repacking it into a minimal amount of disk space

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)rawQuery:andArgs:":{"name":"-rawQuery:andArgs:","abstract":"

    Perform a raw query on the database

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)foreignKeyCheck":{"name":"-foreignKeyCheck","abstract":"

    Perform a foreign key check on the database

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)foreignKeyCheckOnTable:":{"name":"-foreignKeyCheckOnTable:","abstract":"

    Perform a foreign key check on the database table

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)integrityCheck":{"name":"-integrityCheck","abstract":"

    Perform an integrity check on the database

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)quickCheck":{"name":"-quickCheck","abstract":"

    Perform a quick integrity check on the database

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGGeoPackage.html#/c:objc(cs)GPKGGeoPackage(im)createUserTable:":{"name":"-createUserTable:","abstract":"

    Create a new user table

    ","parent_name":"GPKGGeoPackage"},"Classes/GPKGDateConverter.html#/c:objc(cs)GPKGDateConverter(py)expected":{"name":"expected","abstract":"

    Is parsing a date value from a string always expected

    ","parent_name":"GPKGDateConverter"},"Classes/GPKGDateConverter.html#/c:objc(cs)GPKGDateConverter(cm)converter":{"name":"+converter","abstract":"

    Get a default date converter for all property configured date and date time formats

    ","parent_name":"GPKGDateConverter"},"Classes/GPKGDateConverter.html#/c:objc(cs)GPKGDateConverter(cm)converter:":{"name":"+converter:","abstract":"

    Get a date converter for the data type

    ","parent_name":"GPKGDateConverter"},"Classes/GPKGDateConverter.html#/c:objc(cs)GPKGDateConverter(cm)dateConverter":{"name":"+dateConverter","abstract":"

    Get a date converter

    ","parent_name":"GPKGDateConverter"},"Classes/GPKGDateConverter.html#/c:objc(cs)GPKGDateConverter(cm)dateTimeConverter":{"name":"+dateTimeConverter","abstract":"

    Get a date time converter

    ","parent_name":"GPKGDateConverter"},"Classes/GPKGDateConverter.html#/c:objc(cs)GPKGDateConverter(cm)createWithFormat:":{"name":"+createWithFormat:","abstract":"

    Get a date converter for the provided format

    ","parent_name":"GPKGDateConverter"},"Classes/GPKGDateConverter.html#/c:objc(cs)GPKGDateConverter(cm)createWithFormats:":{"name":"+createWithFormats:","abstract":"

    Get a date converter for the provided formats

    ","parent_name":"GPKGDateConverter"},"Classes/GPKGDateConverter.html#/c:objc(cs)GPKGDateConverter(im)initWithFormat:":{"name":"-initWithFormat:","abstract":"

    Initialize

    ","parent_name":"GPKGDateConverter"},"Classes/GPKGDateConverter.html#/c:objc(cs)GPKGDateConverter(im)initWithFormats:":{"name":"-initWithFormats:","abstract":"

    Initialize

    ","parent_name":"GPKGDateConverter"},"Classes/GPKGDateConverter.html#/c:objc(cs)GPKGDateConverter(im)addFormat:":{"name":"-addFormat:","abstract":"

    Add date format

    ","parent_name":"GPKGDateConverter"},"Classes/GPKGDateConverter.html#/c:objc(cs)GPKGDateConverter(im)stringValue:":{"name":"-stringValue:","abstract":"

    Get the formatted string date value of the date

    ","parent_name":"GPKGDateConverter"},"Classes/GPKGDateConverter.html#/c:objc(cs)GPKGDateConverter(im)dateValue:":{"name":"-dateValue:","abstract":"

    Get the date value of the formatted string date

    ","parent_name":"GPKGDateConverter"},"Classes/GPKGDateConverter.html#/c:objc(cs)GPKGDateConverter(cm)convertToDateWithString:":{"name":"+convertToDateWithString:","abstract":"

    Convert a datetime string to a date

    ","parent_name":"GPKGDateConverter"},"Classes/GPKGDateConverter.html#/c:objc(cs)GPKGDateConverter(cm)convertToDateWithString:andExpected:":{"name":"+convertToDateWithString:andExpected:","abstract":"

    Convert a datetime string to a date

    ","parent_name":"GPKGDateConverter"},"Classes/GPKGDateConverter.html#/c:objc(cs)GPKGDateConverter(cm)convertToStringWithDate:withFormat:":{"name":"+convertToStringWithDate:withFormat:","abstract":"

    Convert a date to the provided string format

    ","parent_name":"GPKGDateConverter"},"Classes/GPKGDateConverter.html#/c:objc(cs)GPKGDateConverter(cm)convertToDateStringWithDate:":{"name":"+convertToDateStringWithDate:","abstract":"

    Convert a date to the string format: yyyy-MM-dd

    ","parent_name":"GPKGDateConverter"},"Classes/GPKGDateConverter.html#/c:objc(cs)GPKGDateConverter(cm)convertToDateTimeStringWithDate:":{"name":"+convertToDateTimeStringWithDate:","abstract":"

    Convert a date to the string format: yyyy-MM-dd’T'HH:mm:ss.SSS'Z’

    ","parent_name":"GPKGDateConverter"},"Classes/GPKGDateConverter.html#/c:objc(cs)GPKGDateConverter(cm)convertToStringWithDate:andType:":{"name":"+convertToStringWithDate:andType:","abstract":"

    Convert a date to the corresponding data type string format

    ","parent_name":"GPKGDateConverter"},"Classes/GPKGDateConverter.html#/c:objc(cs)GPKGDateConverter(cm)createFormatterWithFormat:":{"name":"+createFormatterWithFormat:","abstract":"

    Create a date formatter with the provided format

    ","parent_name":"GPKGDateConverter"},"Classes/GPKGDateConverter.html#/c:objc(cs)GPKGDateConverter(cm)isFunction:":{"name":"+isFunction:","abstract":"

    Determine if the date/time string value is a SQLite function

    ","parent_name":"GPKGDateConverter"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(py)minLongitude":{"name":"minLongitude","abstract":"

    Longitude range

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(py)maxLongitude":{"name":"maxLongitude","abstract":"

    Undocumented

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(py)minLatitude":{"name":"minLatitude","abstract":"

    Latitude range

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(py)maxLatitude":{"name":"maxLatitude","abstract":"

    Undocumented

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(cm)worldWGS84":{"name":"+worldWGS84","abstract":"

    Create a new WGS84 bounding box with world bounds (degrees)

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(cm)worldWebMercator":{"name":"+worldWebMercator","abstract":"

    Create a new Web Mercator bounding box with world bounds (meters)

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(cm)worldWGS84WithWebMercatorLimits":{"name":"+worldWGS84WithWebMercatorLimits","abstract":"

    Create a new WGS84 bounding box bounded by Web Mercator limits

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)init":{"name":"-init","abstract":"

    Initialize with degrees representing the entire world

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)initWithMinLongitude:andMinLatitude:andMaxLongitude:andMaxLatitude:":{"name":"-initWithMinLongitude:andMinLatitude:andMaxLongitude:andMaxLatitude:","abstract":"

    Initialize with number range

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)initWithMinLongitudeDouble:andMinLatitudeDouble:andMaxLongitudeDouble:andMaxLatitudeDouble:":{"name":"-initWithMinLongitudeDouble:andMinLatitudeDouble:andMaxLongitudeDouble:andMaxLatitudeDouble:","abstract":"

    Initialize with double range

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)initWithBoundingBox:":{"name":"-initWithBoundingBox:","abstract":"

    Initialize with existing bounding box

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)initWithEnvelope:":{"name":"-initWithEnvelope:","abstract":"

    Initialize with geometry envelope

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)initWithGeometry:":{"name":"-initWithGeometry:","abstract":"

    Initialize with geometry

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)longitudeRange":{"name":"-longitudeRange","abstract":"

    Get the longitude range

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)longitudeRangeValue":{"name":"-longitudeRangeValue","abstract":"

    Get the longitude range

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)latitudeRange":{"name":"-latitudeRange","abstract":"

    Get the latitude range

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)latitudeRangeValue":{"name":"-latitudeRangeValue","abstract":"

    Get the latitude range

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)centroid":{"name":"-centroid","abstract":"

    Get the bounding box centroid point

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(cm)centroidOfBoundingBox:":{"name":"+centroidOfBoundingBox:","abstract":"

    Get the bounding box centroid point

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)centroidInProjection:":{"name":"-centroidInProjection:","abstract":"

    Get the centroid for the bounding box and projection

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(cm)centroidOfBoundingBox:inProjection:":{"name":"+centroidOfBoundingBox:inProjection:","abstract":"

    Get the centroid for the bounding box and projection

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)degreesCentroid":{"name":"-degreesCentroid","abstract":"

    Get the centroid for the bounding box in degrees

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(cm)degreesCentroidOfBoundingBox:":{"name":"+degreesCentroidOfBoundingBox:","abstract":"

    Get the centroid for a bounding box in degrees

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)buildEnvelope":{"name":"-buildEnvelope","abstract":"

    Build a Geometry Envelope from the bounding box

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(cm)buildEnvelopeFromBoundingBox:":{"name":"+buildEnvelopeFromBoundingBox:","abstract":"

    Build a Geometry Envelope from the bounding box

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)buildGeometry":{"name":"-buildGeometry","abstract":"

    Build a geometry representation of the bounding box

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(cm)buildGeometryFromBoundingBox:":{"name":"+buildGeometryFromBoundingBox:","abstract":"

    Build a geometry representation of the bounding box

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)equals:":{"name":"-equals:","abstract":"

    Determine if equal to the provided bounding box

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)mapRect":{"name":"-mapRect","abstract":"

    Get a Map Rectangle representing the bounding box

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)coordinateRegion":{"name":"-coordinateRegion","abstract":"

    Get a Coordinate Region of the bounding box

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)span":{"name":"-span","abstract":"

    Get the Span of the bounding box

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)center":{"name":"-center","abstract":"

    Get the center of the bounding box

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)sizeInMeters":{"name":"-sizeInMeters","abstract":"

    Get with width and height of the bounding box in meters

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)complementaryWithMaxLongitude:":{"name":"-complementaryWithMaxLongitude:","abstract":"

    If the bounding box spans the Anti-Meridian, attempt to get a complementary bounding box using the max longitude of the unit projection

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)complementaryWgs84":{"name":"-complementaryWgs84","abstract":"

    If the bounding box spans the Anti-Meridian, attempt to get a complementary WGS84 bounding box

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)complementaryWebMercator":{"name":"-complementaryWebMercator","abstract":"

    If the bounding box spans the Anti-Meridian, attempt to get a complementary Web Mercator bounding box

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)boundCoordinatesWithMaxLongitude:":{"name":"-boundCoordinatesWithMaxLongitude:","abstract":"

    Bound the bounding box longitudes within the min and max possible","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)boundWgs84Coordinates":{"name":"-boundWgs84Coordinates","abstract":"

    Bound the bounding box coordinates within WGS84 range values

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)boundWebMercatorCoordinates":{"name":"-boundWebMercatorCoordinates","abstract":"

    Bound the bounding box coordinates within Web Mercator range values

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)expandCoordinatesWithMaxLongitude:":{"name":"-expandCoordinatesWithMaxLongitude:","abstract":"

    Expand the bounding box max longitude above the max possible projection","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)expandWgs84Coordinates":{"name":"-expandWgs84Coordinates","abstract":"

    Expand the bounding box max longitude above the max WGS84 projection","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)expandWebMercatorCoordinates":{"name":"-expandWebMercatorCoordinates","abstract":"

    Expand the bounding box max longitude above the max Web Mercator","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)transform:":{"name":"-transform:","abstract":"

    Transform the bounding box using the provided projection transform

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)intersects:":{"name":"-intersects:","abstract":"

    Determine if intersects with the provided bounding box

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)intersects:withAllowEmpty:":{"name":"-intersects:withAllowEmpty:","abstract":"

    Determine if intersects with the provided bounding box

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)overlap:":{"name":"-overlap:","abstract":"

    Get the overlapping bounding box with the provided bounding box

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)overlap:withAllowEmpty:":{"name":"-overlap:withAllowEmpty:","abstract":"

    Get the overlapping bounding box with the provided bounding box

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)union:":{"name":"-union:","abstract":"

    Get the union bounding box with the provided bounding box

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)contains:":{"name":"-contains:","abstract":"

    Determine if inclusively contains the provided bounding box

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)squareExpand":{"name":"-squareExpand","abstract":"

    Expand the bounding box to an equally sized width and height bounding box

    ","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)squareExpandWithBuffer:":{"name":"-squareExpandWithBuffer:","abstract":"

    Expand the bounding box to an equally sized width and height bounding box","parent_name":"GPKGBoundingBox"},"Classes/GPKGBoundingBox.html#/c:objc(cs)GPKGBoundingBox(im)isPoint":{"name":"-isPoint","abstract":"

    Determine if the bounding box is of a single point

    ","parent_name":"GPKGBoundingBox"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(cm)transformFromProjection:andToProjection:":{"name":"+transformFromProjection:andToProjection:","abstract":"

    Create

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(cm)transformFromEpsg:andToEpsg:":{"name":"+transformFromEpsg:andToEpsg:","abstract":"

    Create

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(cm)transformFromAuthority:andFromIntCode:andToAuthority:andToIntCode:":{"name":"+transformFromAuthority:andFromIntCode:andToAuthority:andToIntCode:","abstract":"

    Create

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(cm)transformFromAuthority:andFromCode:andToAuthority:andToCode:":{"name":"+transformFromAuthority:andFromCode:andToAuthority:andToCode:","abstract":"

    Create

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(cm)transformFromProjection:andToEpsg:":{"name":"+transformFromProjection:andToEpsg:","abstract":"

    Create

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(cm)transformFromProjection:andToAuthority:andToCode:":{"name":"+transformFromProjection:andToAuthority:andToCode:","abstract":"

    Create

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(cm)transformFromEpsg:andToProjection:":{"name":"+transformFromEpsg:andToProjection:","abstract":"

    Create

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(cm)transformFromAuthority:andFromCode:andToProjection:":{"name":"+transformFromAuthority:andFromCode:andToProjection:","abstract":"

    Create

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)initWithFromProjection:andToProjection:":{"name":"-initWithFromProjection:andToProjection:","abstract":"

    Initialize

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)initWithFromEpsg:andToEpsg:":{"name":"-initWithFromEpsg:andToEpsg:","abstract":"

    Initialize

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)initWithFromAuthority:andFromIntCode:andToAuthority:andToIntCode:":{"name":"-initWithFromAuthority:andFromIntCode:andToAuthority:andToIntCode:","abstract":"

    Initialize

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)initWithFromAuthority:andFromCode:andToAuthority:andToCode:":{"name":"-initWithFromAuthority:andFromCode:andToAuthority:andToCode:","abstract":"

    Initialize

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)initWithFromProjection:andToEpsg:":{"name":"-initWithFromProjection:andToEpsg:","abstract":"

    Initialize

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)initWithFromProjection:andToAuthority:andToCode:":{"name":"-initWithFromProjection:andToAuthority:andToCode:","abstract":"

    Initialize

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)initWithFromEpsg:andToProjection:":{"name":"-initWithFromEpsg:andToProjection:","abstract":"

    Initialize

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)initWithFromAuthority:andFromCode:andToProjection:":{"name":"-initWithFromAuthority:andFromCode:andToProjection:","abstract":"

    Initialize

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)initWithProjectionTransform:":{"name":"-initWithProjectionTransform:","abstract":"

    Initialize

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)transformGeometryEnvelope:":{"name":"-transformGeometryEnvelope:","abstract":"

    Transform the geometry envelope

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)transformGeometry:":{"name":"-transformGeometry:","abstract":"

    Transform the geometry

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)transformPoint:":{"name":"-transformPoint:","abstract":"

    Transform the point

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)transformPoints:":{"name":"-transformPoints:","abstract":"

    Transform an array of points

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)transformLineString:":{"name":"-transformLineString:","abstract":"

    Transform the line string

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)transformPolygon:":{"name":"-transformPolygon:","abstract":"

    Transform the polygon

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)transformMultiPoint:":{"name":"-transformMultiPoint:","abstract":"

    Transform the multi point

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)transformMultiLineString:":{"name":"-transformMultiLineString:","abstract":"

    Transform the multi line string

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)transformMultiPolygon:":{"name":"-transformMultiPolygon:","abstract":"

    Transform the multi polygon

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)transformCircularString:":{"name":"-transformCircularString:","abstract":"

    Transform the circular string

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)transformCompoundCurve:":{"name":"-transformCompoundCurve:","abstract":"

    Transform the compound curve

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)transformCurvePolygon:":{"name":"-transformCurvePolygon:","abstract":"

    Transform the curve polygon

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)transformPolyhedralSurface:":{"name":"-transformPolyhedralSurface:","abstract":"

    Transform the polyhedrals surface

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)transformTIN:":{"name":"-transformTIN:","abstract":"

    Transform the tin

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)transformTriangle:":{"name":"-transformTriangle:","abstract":"

    Transform the triangle

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)transformGeometryCollection:":{"name":"-transformGeometryCollection:","abstract":"

    Transform the geometry collection

    ","parent_name":"SFPGeometryTransform"},"Classes/SFPGeometryTransform.html#/c:objc(cs)SFPGeometryTransform(im)inverseTransformation":{"name":"-inverseTransformation","abstract":"

    Get the inverse transformation

    ","parent_name":"SFPGeometryTransform"},"Classes/SFSweepLine.html#/c:objc(cs)SFSweepLine(im)initWithRings:":{"name":"-initWithRings:","abstract":"

    Initialize

    ","parent_name":"SFSweepLine"},"Classes/SFSweepLine.html#/c:objc(cs)SFSweepLine(im)addEvent:":{"name":"-addEvent:","abstract":"

    Add the event to the sweep line

    ","parent_name":"SFSweepLine"},"Classes/SFSweepLine.html#/c:objc(cs)SFSweepLine(im)findEvent:":{"name":"-findEvent:","abstract":"

    Find the existing event segment

    ","parent_name":"SFSweepLine"},"Classes/SFSweepLine.html#/c:objc(cs)SFSweepLine(im)intersectWithSegment:andSegment:":{"name":"-intersectWithSegment:andSegment:","abstract":"

    Determine if the two segments intersect

    ","parent_name":"SFSweepLine"},"Classes/SFSweepLine.html#/c:objc(cs)SFSweepLine(im)removeSegment:":{"name":"-removeSegment:","abstract":"

    Remove the segment from the sweep line

    ","parent_name":"SFSweepLine"},"Classes/SFSweepLine.html#/c:objc(cs)SFSweepLine(cm)xyOrderWithPoint:andPoint:":{"name":"+xyOrderWithPoint:andPoint:","abstract":"

    XY order of two points

    ","parent_name":"SFSweepLine"},"Classes/SFShamosHoey.html#/c:objc(cs)SFShamosHoey(cm)simplePolygon:":{"name":"+simplePolygon:","abstract":"

    Determine if the polygon is simple

    ","parent_name":"SFShamosHoey"},"Classes/SFShamosHoey.html#/c:objc(cs)SFShamosHoey(cm)simplePolygonPoints:":{"name":"+simplePolygonPoints:","abstract":"

    Determine if the polygon points are simple

    ","parent_name":"SFShamosHoey"},"Classes/SFShamosHoey.html#/c:objc(cs)SFShamosHoey(cm)simplePolygonRingPoints:":{"name":"+simplePolygonRingPoints:","abstract":"

    Determine if the polygon point rings are simple

    ","parent_name":"SFShamosHoey"},"Classes/SFShamosHoey.html#/c:objc(cs)SFShamosHoey(cm)simplePolygonRing:":{"name":"+simplePolygonRing:","abstract":"

    Determine if the polygon line string ring is simple

    ","parent_name":"SFShamosHoey"},"Classes/SFShamosHoey.html#/c:objc(cs)SFShamosHoey(cm)simplePolygonRings:":{"name":"+simplePolygonRings:","abstract":"

    Determine if the polygon rings are simple

    ","parent_name":"SFShamosHoey"},"Classes/SFSegment.html#/c:objc(cs)SFSegment(py)above":{"name":"above","abstract":"

    Segment above

    ","parent_name":"SFSegment"},"Classes/SFSegment.html#/c:objc(cs)SFSegment(py)below":{"name":"below","abstract":"

    Segment below

    ","parent_name":"SFSegment"},"Classes/SFSegment.html#/c:objc(cs)SFSegment(im)initWithEdge:andRing:andLeftPoint:andRightPoint:":{"name":"-initWithEdge:andRing:andLeftPoint:andRightPoint:","abstract":"

    Initialize

    ","parent_name":"SFSegment"},"Classes/SFSegment.html#/c:objc(cs)SFSegment(im)edge":{"name":"-edge","abstract":"

    Get the edge number

    ","parent_name":"SFSegment"},"Classes/SFSegment.html#/c:objc(cs)SFSegment(im)ring":{"name":"-ring","abstract":"

    Get the polygon ring number

    ","parent_name":"SFSegment"},"Classes/SFSegment.html#/c:objc(cs)SFSegment(im)leftPoint":{"name":"-leftPoint","abstract":"

    Get the left point

    ","parent_name":"SFSegment"},"Classes/SFSegment.html#/c:objc(cs)SFSegment(im)rightPoint":{"name":"-rightPoint","abstract":"

    Get the right point

    ","parent_name":"SFSegment"},"Classes/SFEventQueue.html#/c:objc(cs)SFEventQueue(im)initWithRing:":{"name":"-initWithRing:","abstract":"

    Initialize

    ","parent_name":"SFEventQueue"},"Classes/SFEventQueue.html#/c:objc(cs)SFEventQueue(im)initWithRings:":{"name":"-initWithRings:","abstract":"

    Initialize

    ","parent_name":"SFEventQueue"},"Classes/SFEventQueue.html#/c:objc(cs)SFEventQueue(im)events":{"name":"-events","abstract":"

    Get the events

    ","parent_name":"SFEventQueue"},"Classes/SFEvent.html#/c:objc(cs)SFEvent(im)initWithEdge:andRing:andPoint:andType:":{"name":"-initWithEdge:andRing:andPoint:andType:","abstract":"

    Initialize

    ","parent_name":"SFEvent"},"Classes/SFEvent.html#/c:objc(cs)SFEvent(im)edge":{"name":"-edge","abstract":"

    Get the edge

    ","parent_name":"SFEvent"},"Classes/SFEvent.html#/c:objc(cs)SFEvent(im)ring":{"name":"-ring","abstract":"

    Get the polygon ring number

    ","parent_name":"SFEvent"},"Classes/SFEvent.html#/c:objc(cs)SFEvent(im)point":{"name":"-point","abstract":"

    Get the polygon point

    ","parent_name":"SFEvent"},"Classes/SFEvent.html#/c:objc(cs)SFEvent(im)type":{"name":"-type","abstract":"

    Get the event type

    ","parent_name":"SFEvent"},"Classes/SFEvent.html#/c:objc(cs)SFEvent(cm)sort:":{"name":"+sort:","abstract":"

    Sort the events

    ","parent_name":"SFEvent"},"Classes/SFPointFiniteFilter.html#/c:objc(cs)SFPointFiniteFilter(py)type":{"name":"type","abstract":"

    Finite Filter type

    ","parent_name":"SFPointFiniteFilter"},"Classes/SFPointFiniteFilter.html#/c:objc(cs)SFPointFiniteFilter(py)filterZ":{"name":"filterZ","abstract":"

    Include z values in filtering

    ","parent_name":"SFPointFiniteFilter"},"Classes/SFPointFiniteFilter.html#/c:objc(cs)SFPointFiniteFilter(py)filterM":{"name":"filterM","abstract":"

    Include m values in filtering

    ","parent_name":"SFPointFiniteFilter"},"Classes/SFPointFiniteFilter.html#/c:objc(cs)SFPointFiniteFilter(im)init":{"name":"-init","abstract":"

    Initialize, filter on x and y, allowing only finite values

    ","parent_name":"SFPointFiniteFilter"},"Classes/SFPointFiniteFilter.html#/c:objc(cs)SFPointFiniteFilter(im)initWithType:":{"name":"-initWithType:","abstract":"

    Initialize, filter on x and y

    ","parent_name":"SFPointFiniteFilter"},"Classes/SFPointFiniteFilter.html#/c:objc(cs)SFPointFiniteFilter(im)initWithType:andZ:":{"name":"-initWithType:andZ:","abstract":"

    Initialize, filter on x, y, and optionally z

    ","parent_name":"SFPointFiniteFilter"},"Classes/SFPointFiniteFilter.html#/c:objc(cs)SFPointFiniteFilter(im)initWithType:andM:":{"name":"-initWithType:andM:","abstract":"

    Initialize, filter on x, y, and optionally m

    ","parent_name":"SFPointFiniteFilter"},"Classes/SFPointFiniteFilter.html#/c:objc(cs)SFPointFiniteFilter(im)initWithType:andZ:andM:":{"name":"-initWithType:andZ:andM:","abstract":"

    Initialize, filter on x, y, and optionally z and m

    ","parent_name":"SFPointFiniteFilter"},"Classes/SFPointFiniteFilter.html#/c:objc(cs)SFPointFiniteFilter(im)initWithZ:":{"name":"-initWithZ:","abstract":"

    Initialize, filter on x, y, and optionally z

    ","parent_name":"SFPointFiniteFilter"},"Classes/SFPointFiniteFilter.html#/c:objc(cs)SFPointFiniteFilter(im)initWithM:":{"name":"-initWithM:","abstract":"

    Initialize, filter on x, y, and optionally m

    ","parent_name":"SFPointFiniteFilter"},"Classes/SFPointFiniteFilter.html#/c:objc(cs)SFPointFiniteFilter(im)initWithZ:andM:":{"name":"-initWithZ:andM:","abstract":"

    Initialize, filter on x, y, and optionally z and m

    ","parent_name":"SFPointFiniteFilter"},"Classes/SFDegreesCentroid.html#/c:objc(cs)SFDegreesCentroid(cm)centroidOfGeometry:":{"name":"+centroidOfGeometry:","abstract":"

    Get the degree geometry centroid

    ","parent_name":"SFDegreesCentroid"},"Classes/SFDegreesCentroid.html#/c:objc(cs)SFDegreesCentroid(im)initWithGeometry:":{"name":"-initWithGeometry:","abstract":"

    Initialize

    ","parent_name":"SFDegreesCentroid"},"Classes/SFDegreesCentroid.html#/c:objc(cs)SFDegreesCentroid(im)centroid":{"name":"-centroid","abstract":"

    Get the centroid point

    ","parent_name":"SFDegreesCentroid"},"Classes/SFCentroidSurface.html#/c:objc(cs)SFCentroidSurface(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFCentroidSurface"},"Classes/SFCentroidSurface.html#/c:objc(cs)SFCentroidSurface(im)initWithGeometry:":{"name":"-initWithGeometry:","abstract":"

    Initialize

    ","parent_name":"SFCentroidSurface"},"Classes/SFCentroidSurface.html#/c:objc(cs)SFCentroidSurface(im)addGeometry:":{"name":"-addGeometry:","abstract":"

    Add a surface based dimension 2 geometry to the centroid total. Ignores","parent_name":"SFCentroidSurface"},"Classes/SFCentroidSurface.html#/c:objc(cs)SFCentroidSurface(im)centroid":{"name":"-centroid","abstract":"

    Get the centroid point

    ","parent_name":"SFCentroidSurface"},"Classes/SFCentroidPoint.html#/c:objc(cs)SFCentroidPoint(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFCentroidPoint"},"Classes/SFCentroidPoint.html#/c:objc(cs)SFCentroidPoint(im)initWithGeometry:":{"name":"-initWithGeometry:","abstract":"

    Initialize

    ","parent_name":"SFCentroidPoint"},"Classes/SFCentroidPoint.html#/c:objc(cs)SFCentroidPoint(im)addGeometry:":{"name":"-addGeometry:","abstract":"

    Add a point based dimension 0 geometry to the centroid total

    ","parent_name":"SFCentroidPoint"},"Classes/SFCentroidPoint.html#/c:objc(cs)SFCentroidPoint(im)centroid":{"name":"-centroid","abstract":"

    Get the centroid point

    ","parent_name":"SFCentroidPoint"},"Classes/SFCentroidCurve.html#/c:objc(cs)SFCentroidCurve(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFCentroidCurve"},"Classes/SFCentroidCurve.html#/c:objc(cs)SFCentroidCurve(im)initWithGeometry:":{"name":"-initWithGeometry:","abstract":"

    Initialize

    ","parent_name":"SFCentroidCurve"},"Classes/SFCentroidCurve.html#/c:objc(cs)SFCentroidCurve(im)addGeometry:":{"name":"-addGeometry:","abstract":"

    Add a curve based dimension 1 geometry to the centroid total. Ignores","parent_name":"SFCentroidCurve"},"Classes/SFCentroidCurve.html#/c:objc(cs)SFCentroidCurve(im)centroid":{"name":"-centroid","abstract":"

    Get the centroid point

    ","parent_name":"SFCentroidCurve"},"Classes/SFTextReader.html#/c:objc(cs)SFTextReader(im)initWithText:":{"name":"-initWithText:","abstract":"

    Initialize

    ","parent_name":"SFTextReader"},"Classes/SFTextReader.html#/c:objc(cs)SFTextReader(im)text":{"name":"-text","abstract":"

    Get the text

    ","parent_name":"SFTextReader"},"Classes/SFTextReader.html#/c:objc(cs)SFTextReader(im)readToken":{"name":"-readToken","abstract":"

    Read the next token. Ignores whitespace until a non whitespace character","parent_name":"SFTextReader"},"Classes/SFTextReader.html#/c:objc(cs)SFTextReader(im)peekToken":{"name":"-peekToken","abstract":"

    Peek at the next token without reading past it

    ","parent_name":"SFTextReader"},"Classes/SFTextReader.html#/c:objc(cs)SFTextReader(im)readDouble":{"name":"-readDouble","abstract":"

    Read a double

    ","parent_name":"SFTextReader"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)dimensionOfGeometry:":{"name":"+dimensionOfGeometry:","abstract":"

    Get the dimension of the Geometry, 0 for points, 1 for curves, 2 for","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)distanceBetweenPoint1:andPoint2:":{"name":"+distanceBetweenPoint1:andPoint2:","abstract":"

    Get the Pythagorean theorem distance between two points

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)distanceOfLine:":{"name":"+distanceOfLine:","abstract":"

    Get the Pythagorean theorem distance between the line end points

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)bearingBetweenPoint1:andPoint2:":{"name":"+bearingBetweenPoint1:andPoint2:","abstract":"

    Get the bearing heading in degrees between two points in degrees

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)bearingOfLine:":{"name":"+bearingOfLine:","abstract":"

    Get the bearing heading in degrees between line end points in degrees

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)isNorthBearing:":{"name":"+isNorthBearing:","abstract":"

    Determine if the bearing is in any north direction

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)isEastBearing:":{"name":"+isEastBearing:","abstract":"

    Determine if the bearing is in any east direction

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)isSouthBearing:":{"name":"+isSouthBearing:","abstract":"

    Determine if the bearing is in any south direction

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)isWestBearing:":{"name":"+isWestBearing:","abstract":"

    Determine if the bearing is in any west direction

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)degreesToRadians:":{"name":"+degreesToRadians:","abstract":"

    Convert degrees to radians

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)radiansToDegrees:":{"name":"+radiansToDegrees:","abstract":"

    Convert radians to degrees

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)centroidOfGeometry:":{"name":"+centroidOfGeometry:","abstract":"

    Get the centroid point of a 2 dimensional representation of the Geometry","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)degreesCentroidOfGeometry:":{"name":"+degreesCentroidOfGeometry:","abstract":"

    Get the geographic centroid point of a 2 dimensional representation of","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)minimizeWGS84Geometry:":{"name":"+minimizeWGS84Geometry:","abstract":"

    Minimize the WGS84 geometry using the shortest x distance between each","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)minimizeWebMercatorGeometry:":{"name":"+minimizeWebMercatorGeometry:","abstract":"

    Minimize the Web Mercator geometry using the shortest x distance between","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)minimizeGeometry:withMaxX:":{"name":"+minimizeGeometry:withMaxX:","abstract":"

    Minimize the geometry using the shortest x distance between each","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)normalizeWGS84Geometry:":{"name":"+normalizeWGS84Geometry:","abstract":"

    Normalize the WGS84 geometry using the shortest x distance between each","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)normalizeWebMercatorGeometry:":{"name":"+normalizeWebMercatorGeometry:","abstract":"

    Normalize the Web Mercator geometry using the shortest x distance between","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)normalizeGeometry:withMaxX:":{"name":"+normalizeGeometry:withMaxX:","abstract":"

    Normalize the geometry so all points outside of the min and max value","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)simplifyPoints:withTolerance:":{"name":"+simplifyPoints:withTolerance:","abstract":"

    Simplify the ordered points (representing a line, polygon, etc) using the Douglas Peucker algorithm","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)perpendicularDistanceBetweenPoint:lineStart:lineEnd:":{"name":"+perpendicularDistanceBetweenPoint:lineStart:lineEnd:","abstract":"

    Calculate the perpendicular distance between the point and the line represented by the start and end points.","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)point:inPolygon:":{"name":"+point:inPolygon:","abstract":"

    Check if the point is in the polygon

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)point:inPolygon:withEpsilon:":{"name":"+point:inPolygon:withEpsilon:","abstract":"

    Check if the point is in the polygon

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)point:inPolygonRing:":{"name":"+point:inPolygonRing:","abstract":"

    Check if the point is in the polygon ring

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)point:inPolygonRing:withEpsilon:":{"name":"+point:inPolygonRing:withEpsilon:","abstract":"

    Check if the point is in the polygon ring

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)point:inPolygonPoints:":{"name":"+point:inPolygonPoints:","abstract":"

    Check if the point is in the polygon points

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)point:inPolygonPoints:withEpsilon:":{"name":"+point:inPolygonPoints:withEpsilon:","abstract":"

    Check if the point is in the polygon points

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)point:onPolygonEdge:":{"name":"+point:onPolygonEdge:","abstract":"

    Check if the point is on the polygon edge

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)point:onPolygonEdge:withEpsilon:":{"name":"+point:onPolygonEdge:withEpsilon:","abstract":"

    Check if the point is on the polygon edge

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)point:onPolygonRingEdge:":{"name":"+point:onPolygonRingEdge:","abstract":"

    Check if the point is on the polygon ring edge

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)point:onPolygonRingEdge:withEpsilon:":{"name":"+point:onPolygonRingEdge:withEpsilon:","abstract":"

    Check if the point is on the polygon ring edge

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)point:onPolygonPointsEdge:":{"name":"+point:onPolygonPointsEdge:","abstract":"

    Check if the point is on the polygon ring edge points

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)point:onPolygonPointsEdge:withEpsilon:":{"name":"+point:onPolygonPointsEdge:withEpsilon:","abstract":"

    Check if the point is on the polygon ring edge points

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)closedPolygon:":{"name":"+closedPolygon:","abstract":"

    Check if the polygon outer ring is explicitly closed, where the first and","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)closedPolygonRing:":{"name":"+closedPolygonRing:","abstract":"

    Check if the polygon ring is explicitly closed, where the first and last","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)closedPolygonPoints:":{"name":"+closedPolygonPoints:","abstract":"

    Check if the polygon ring points are explicitly closed, where the first","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)point:onLine:":{"name":"+point:onLine:","abstract":"

    Check if the point is on the line

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)point:onLine:withEpsilon:":{"name":"+point:onLine:withEpsilon:","abstract":"

    Check if the point is on the line

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)point:onLinePoints:":{"name":"+point:onLinePoints:","abstract":"

    Check if the point is on the line represented by the points

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)point:onLinePoints:withEpsilon:":{"name":"+point:onLinePoints:withEpsilon:","abstract":"

    Check if the point is on the line represented by the points

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)point:onPathPoint1:andPoint2:":{"name":"+point:onPathPoint1:andPoint2:","abstract":"

    Check if the point is on the path between point 1 and point 2

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)point:onPathPoint1:andPoint2:withEpsilon:":{"name":"+point:onPathPoint1:andPoint2:withEpsilon:","abstract":"

    Check if the point is on the path between point 1 and point 2

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)intersectionBetweenLine1:andLine2:":{"name":"+intersectionBetweenLine1:andLine2:","abstract":"

    Get the point intersection between two lines

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)intersectionBetweenLine1Point1:andLine1Point2:andLine2Point1:andLine2Point2:":{"name":"+intersectionBetweenLine1Point1:andLine1Point2:andLine2Point1:andLine2Point2:","abstract":"

    Get the point intersection between end points of two lines

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)degreesToMetersWithGeometry:":{"name":"+degreesToMetersWithGeometry:","abstract":"

    Convert a geometry in degrees to a geometry in meters

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)degreesToMetersWithPoint:":{"name":"+degreesToMetersWithPoint:","abstract":"

    Convert a point in degrees to a point in meters

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)degreesToMetersWithX:andY:":{"name":"+degreesToMetersWithX:andY:","abstract":"

    Convert a coordinate in degrees to a point in meters

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)degreesToMetersWithMultiPoint:":{"name":"+degreesToMetersWithMultiPoint:","abstract":"

    Convert a multi point in degrees to a multi point in meters

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)degreesToMetersWithLineString:":{"name":"+degreesToMetersWithLineString:","abstract":"

    Convert a line string in degrees to a line string in meters

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)degreesToMetersWithLine:":{"name":"+degreesToMetersWithLine:","abstract":"

    Convert a line in degrees to a line in meters

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)degreesToMetersWithMultiLineString:":{"name":"+degreesToMetersWithMultiLineString:","abstract":"

    Convert a multi line string in degrees to a multi line string in meters

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)degreesToMetersWithPolygon:":{"name":"+degreesToMetersWithPolygon:","abstract":"

    Convert a polygon in degrees to a polygon in meters

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)degreesToMetersWithMultiPolygon:":{"name":"+degreesToMetersWithMultiPolygon:","abstract":"

    Convert a multi polygon in degrees to a multi polygon in meters

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)degreesToMetersWithCircularString:":{"name":"+degreesToMetersWithCircularString:","abstract":"

    Convert a circular string in degrees to a circular string in meters

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)degreesToMetersWithCompoundCurve:":{"name":"+degreesToMetersWithCompoundCurve:","abstract":"

    Convert a compound curve in degrees to a compound curve in meters

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)degreesToMetersWithCurvePolygon:":{"name":"+degreesToMetersWithCurvePolygon:","abstract":"

    Convert a curve polygon in degrees to a curve polygon in meters

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)degreesToMetersWithPolyhedralSurface:":{"name":"+degreesToMetersWithPolyhedralSurface:","abstract":"

    Convert a polyhedral surface in degrees to a polyhedral surface in meters

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)degreesToMetersWithTIN:":{"name":"+degreesToMetersWithTIN:","abstract":"

    Convert a TIN in degrees to a TIN in meters

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)degreesToMetersWithTriangle:":{"name":"+degreesToMetersWithTriangle:","abstract":"

    Convert a triangle in degrees to a triangle in meters

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)metersToDegreesWithGeometry:":{"name":"+metersToDegreesWithGeometry:","abstract":"

    Convert a geometry in meters to a geometry in degrees

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)metersToDegreesWithPoint:":{"name":"+metersToDegreesWithPoint:","abstract":"

    Convert a point in meters to a point in degrees

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)metersToDegreesWithX:andY:":{"name":"+metersToDegreesWithX:andY:","abstract":"

    Convert a coordinate in meters to a point in degrees

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)metersToDegreesWithMultiPoint:":{"name":"+metersToDegreesWithMultiPoint:","abstract":"

    Convert a multi point in meters to a multi point in degrees

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)metersToDegreesWithLineString:":{"name":"+metersToDegreesWithLineString:","abstract":"

    Convert a line string in meters to a line string in degrees

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)metersToDegreesWithLine:":{"name":"+metersToDegreesWithLine:","abstract":"

    Convert a line in meters to a line in degrees

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)metersToDegreesWithMultiLineString:":{"name":"+metersToDegreesWithMultiLineString:","abstract":"

    Convert a multi line string in meters to a multi line string in degrees

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)metersToDegreesWithPolygon:":{"name":"+metersToDegreesWithPolygon:","abstract":"

    Convert a polygon in meters to a polygon in degrees

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)metersToDegreesWithMultiPolygon:":{"name":"+metersToDegreesWithMultiPolygon:","abstract":"

    Convert a multi polygon in meters to a multi polygon in degrees

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)metersToDegreesWithCircularString:":{"name":"+metersToDegreesWithCircularString:","abstract":"

    Convert a circular string in meters to a circular string in degrees

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)metersToDegreesWithCompoundCurve:":{"name":"+metersToDegreesWithCompoundCurve:","abstract":"

    Convert a compound curve in meters to a compound curve in degrees

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)metersToDegreesWithCurvePolygon:":{"name":"+metersToDegreesWithCurvePolygon:","abstract":"

    Convert a curve polygon in meters to a curve polygon in degrees

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)metersToDegreesWithPolyhedralSurface:":{"name":"+metersToDegreesWithPolyhedralSurface:","abstract":"

    Convert a polyhedral surface in meters to a polyhedral surface in degrees

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)metersToDegreesWithTIN:":{"name":"+metersToDegreesWithTIN:","abstract":"

    Convert a TIN in meters to a TIN in degrees

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)metersToDegreesWithTriangle:":{"name":"+metersToDegreesWithTriangle:","abstract":"

    Convert a triangle in meters to a triangle in degrees

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)wgs84Envelope":{"name":"+wgs84Envelope","abstract":"

    Get a WGS84 bounded geometry envelope

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)wgs84TransformableEnvelope":{"name":"+wgs84TransformableEnvelope","abstract":"

    Get a WGS84 bounded geometry envelope used for projection transformations","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)webMercatorEnvelope":{"name":"+webMercatorEnvelope","abstract":"

    Get a Web Mercator bounded geometry envelope

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)wgs84EnvelopeWithWebMercator":{"name":"+wgs84EnvelopeWithWebMercator","abstract":"

    Get a WGS84 geometry envelope with Web Mercator bounds

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)cropWebMercatorGeometry:":{"name":"+cropWebMercatorGeometry:","abstract":"

    Crop the geometry in meters by web mercator world bounds. Cropping","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)cropGeometry:withEnvelope:":{"name":"+cropGeometry:withEnvelope:","abstract":"

    Crop the geometry in meters by the envelope bounds in meters. Cropping","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)cropPoint:withEnvelope:":{"name":"+cropPoint:withEnvelope:","abstract":"

    Crop the point by the envelope bounds.

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)cropPoints:withEnvelope:":{"name":"+cropPoints:withEnvelope:","abstract":"

    Crop the list of consecutive points in meters by the envelope bounds in","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)cropMultiPoint:withEnvelope:":{"name":"+cropMultiPoint:withEnvelope:","abstract":"

    Crop the multi point by the envelope bounds.

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)cropLineString:withEnvelope:":{"name":"+cropLineString:withEnvelope:","abstract":"

    Crop the line string in meters by the envelope bounds in meters. Cropping","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)cropLine:withEnvelope:":{"name":"+cropLine:withEnvelope:","abstract":"

    Crop the line in meters by the envelope bounds in meters. Cropping","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)cropMultiLineString:withEnvelope:":{"name":"+cropMultiLineString:withEnvelope:","abstract":"

    Crop the multi line string in meters by the envelope bounds in meters.","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)cropPolygon:withEnvelope:":{"name":"+cropPolygon:withEnvelope:","abstract":"

    Crop the polygon in meters by the envelope bounds in meters. Cropping","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)cropMultiPolygon:withEnvelope:":{"name":"+cropMultiPolygon:withEnvelope:","abstract":"

    Crop the multi polygon in meters by the envelope bounds in meters.","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)cropCircularString:withEnvelope:":{"name":"+cropCircularString:withEnvelope:","abstract":"

    Crop the circular string in meters by the envelope bounds in meters.","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)cropCompoundCurve:withEnvelope:":{"name":"+cropCompoundCurve:withEnvelope:","abstract":"

    Crop the compound curve in meters by the envelope bounds in meters.","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)cropCurvePolygon:withEnvelope:":{"name":"+cropCurvePolygon:withEnvelope:","abstract":"

    Crop the curve polygon in meters by the envelope bounds in meters.","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)cropPolyhedralSurface:withEnvelope:":{"name":"+cropPolyhedralSurface:withEnvelope:","abstract":"

    Crop the polyhedral surface in meters by the envelope bounds in meters.","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)cropTIN:withEnvelope:":{"name":"+cropTIN:withEnvelope:","abstract":"

    Crop the TIN in meters by the envelope bounds in meters. Cropping removes","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)cropTriangle:withEnvelope:":{"name":"+cropTriangle:withEnvelope:","abstract":"

    Crop the triangle in meters by the envelope bounds in meters. Cropping","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)isEqualWithPoint1:andPoint2:":{"name":"+isEqualWithPoint1:andPoint2:","abstract":"

    Determine if the points are equal within the default tolerance of","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)isEqualWithPoint1:andPoint2:andEpsilon:":{"name":"+isEqualWithPoint1:andPoint2:andEpsilon:","abstract":"

    Determine if the points are equal within the tolerance. For exact","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)containsPoint:withinEnvelope:":{"name":"+containsPoint:withinEnvelope:","abstract":"

    Determine if the envelope contains the point within the default tolerance","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)containsEnvelope:withinEnvelope:":{"name":"+containsEnvelope:withinEnvelope:","abstract":"

    Determine if envelope 1 contains the envelope 2 within the default","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)boundWGS84Geometry:":{"name":"+boundWGS84Geometry:","abstract":"

    Bound all points in the geometry to be within WGS84 limits.

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)boundWGS84TransformableGeometry:":{"name":"+boundWGS84TransformableGeometry:","abstract":"

    Bound all points in the geometry to be within WGS84 projection","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)boundWebMercatorGeometry:":{"name":"+boundWebMercatorGeometry:","abstract":"

    Bound all points in the geometry to be within Web Mercator limits.

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)boundWGS84WithWebMercatorGeometry:":{"name":"+boundWGS84WithWebMercatorGeometry:","abstract":"

    Bound all points in the WGS84 geometry to be within degree Web Mercator","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)boundGeometry:withEnvelope:":{"name":"+boundGeometry:withEnvelope:","abstract":"

    Bound all points in the geometry to be within the geometry envelope.","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)hasZ:":{"name":"+hasZ:","abstract":"

    Determine if the geometries contain a Z value

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)hasM:":{"name":"+hasM:","abstract":"

    Determine if the geometries contain a M value

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)parentHierarchyOfType:":{"name":"+parentHierarchyOfType:","abstract":"

    Get the parent type hierarchy of the provided geometry type starting with","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)parentTypeOfType:":{"name":"+parentTypeOfType:","abstract":"

    Get the parent Geometry Type of the provided geometry type

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)childHierarchyOfType:":{"name":"+childHierarchyOfType:","abstract":"

    Get the child type hierarchy of the provided geometry type.

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)childTypesOfType:":{"name":"+childTypesOfType:","abstract":"

    Get the immediate child Geometry Types of the provided geometry type

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)encodeGeometry:":{"name":"+encodeGeometry:","abstract":"

    Encode the geometry to data

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryUtils.html#/c:objc(cs)SFGeometryUtils(cm)decodeGeometry:":{"name":"+decodeGeometry:","abstract":"

    Decode the data into a geometry

    ","parent_name":"SFGeometryUtils"},"Classes/SFGeometryPrinter.html#/c:objc(cs)SFGeometryPrinter(cm)geometryString:":{"name":"+geometryString:","abstract":"

    Get Geometry information as a String

    ","parent_name":"SFGeometryPrinter"},"Classes/SFGeometryEnvelopeBuilder.html#/c:objc(cs)SFGeometryEnvelopeBuilder(cm)buildEnvelopeWithGeometry:":{"name":"+buildEnvelopeWithGeometry:","abstract":"

    Build geometry envelope with geometry

    ","parent_name":"SFGeometryEnvelopeBuilder"},"Classes/SFGeometryEnvelopeBuilder.html#/c:objc(cs)SFGeometryEnvelopeBuilder(cm)buildEnvelope:andGeometry:":{"name":"+buildEnvelope:andGeometry:","abstract":"

    Expand existing geometry envelope with a geometry

    ","parent_name":"SFGeometryEnvelopeBuilder"},"Classes/SFGeometryEnvelopeBuilder.html#/c:objc(cs)SFGeometryEnvelopeBuilder(cm)buildGeometryWithEnvelope:":{"name":"+buildGeometryWithEnvelope:","abstract":"

    Build a geometry representation of the geometry envelope

    ","parent_name":"SFGeometryEnvelopeBuilder"},"Classes/SFByteWriter.html#/c:objc(cs)SFByteWriter(py)nextByte":{"name":"nextByte","abstract":"

    Next byte index to write

    ","parent_name":"SFByteWriter"},"Classes/SFByteWriter.html#/c:objc(cs)SFByteWriter(py)os":{"name":"os","abstract":"

    Output stream to write bytes to

    ","parent_name":"SFByteWriter"},"Classes/SFByteWriter.html#/c:objc(cs)SFByteWriter(py)byteOrder":{"name":"byteOrder","abstract":"

    Byte order used to write, little or big endian

    ","parent_name":"SFByteWriter"},"Classes/SFByteWriter.html#/c:objc(cs)SFByteWriter(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFByteWriter"},"Classes/SFByteWriter.html#/c:objc(cs)SFByteWriter(im)initWithByteOrder:":{"name":"-initWithByteOrder:","abstract":"

    Initialize

    ","parent_name":"SFByteWriter"},"Classes/SFByteWriter.html#/c:objc(cs)SFByteWriter(im)close":{"name":"-close","abstract":"

    Close the byte writer

    ","parent_name":"SFByteWriter"},"Classes/SFByteWriter.html#/c:objc(cs)SFByteWriter(im)data":{"name":"-data","abstract":"

    Get the written byte data

    ","parent_name":"SFByteWriter"},"Classes/SFByteWriter.html#/c:objc(cs)SFByteWriter(im)size":{"name":"-size","abstract":"

    Get the current size in bytes written

    ","parent_name":"SFByteWriter"},"Classes/SFByteWriter.html#/c:objc(cs)SFByteWriter(im)writeString:":{"name":"-writeString:","abstract":"

    Write a string

    ","parent_name":"SFByteWriter"},"Classes/SFByteWriter.html#/c:objc(cs)SFByteWriter(im)writeByte:":{"name":"-writeByte:","abstract":"

    Write a byte

    ","parent_name":"SFByteWriter"},"Classes/SFByteWriter.html#/c:objc(cs)SFByteWriter(im)writeData:":{"name":"-writeData:","abstract":"

    Write data

    ","parent_name":"SFByteWriter"},"Classes/SFByteWriter.html#/c:objc(cs)SFByteWriter(im)writeInt:":{"name":"-writeInt:","abstract":"

    Write an integer

    ","parent_name":"SFByteWriter"},"Classes/SFByteWriter.html#/c:objc(cs)SFByteWriter(im)writeDouble:":{"name":"-writeDouble:","abstract":"

    Write a double

    ","parent_name":"SFByteWriter"},"Classes/SFByteReader.html#/c:objc(cs)SFByteReader(py)nextByte":{"name":"nextByte","abstract":"

    Next byte index to read

    ","parent_name":"SFByteReader"},"Classes/SFByteReader.html#/c:objc(cs)SFByteReader(py)bytes":{"name":"bytes","abstract":"

    Bytes to read

    ","parent_name":"SFByteReader"},"Classes/SFByteReader.html#/c:objc(cs)SFByteReader(py)byteOrder":{"name":"byteOrder","abstract":"

    Byte order used to read, little or big endian

    ","parent_name":"SFByteReader"},"Classes/SFByteReader.html#/c:objc(cs)SFByteReader(im)initWithData:":{"name":"-initWithData:","abstract":"

    Initialize

    ","parent_name":"SFByteReader"},"Classes/SFByteReader.html#/c:objc(cs)SFByteReader(im)initWithData:andByteOrder:":{"name":"-initWithData:andByteOrder:","abstract":"

    Initialize

    ","parent_name":"SFByteReader"},"Classes/SFByteReader.html#/c:objc(cs)SFByteReader(im)readString:":{"name":"-readString:","abstract":"

    Read a String from the provided number of bytes

    ","parent_name":"SFByteReader"},"Classes/SFByteReader.html#/c:objc(cs)SFByteReader(im)readByte":{"name":"-readByte","abstract":"

    Read a single byte

    ","parent_name":"SFByteReader"},"Classes/SFByteReader.html#/c:objc(cs)SFByteReader(im)readData:":{"name":"-readData:","abstract":"

    Read Data with the provided number of bytes

    ","parent_name":"SFByteReader"},"Classes/SFByteReader.html#/c:objc(cs)SFByteReader(im)readInt":{"name":"-readInt","abstract":"

    Read an integer (4 bytes)

    ","parent_name":"SFByteReader"},"Classes/SFByteReader.html#/c:objc(cs)SFByteReader(im)readDouble":{"name":"-readDouble","abstract":"

    Read a double (8 bytes)

    ","parent_name":"SFByteReader"},"Classes/SFExtendedGeometryCollection.html#/c:objc(cs)SFExtendedGeometryCollection(cm)extendedGeometryCollectionWithGeometryCollection:":{"name":"+extendedGeometryCollectionWithGeometryCollection:","abstract":"

    Create

    ","parent_name":"SFExtendedGeometryCollection"},"Classes/SFExtendedGeometryCollection.html#/c:objc(cs)SFExtendedGeometryCollection(cm)extendedGeometryCollectionWithExtendedGeometryCollection:":{"name":"+extendedGeometryCollectionWithExtendedGeometryCollection:","abstract":"

    Create

    ","parent_name":"SFExtendedGeometryCollection"},"Classes/SFExtendedGeometryCollection.html#/c:objc(cs)SFExtendedGeometryCollection(im)initWithGeometryCollection:":{"name":"-initWithGeometryCollection:","abstract":"

    Initialize

    ","parent_name":"SFExtendedGeometryCollection"},"Classes/SFExtendedGeometryCollection.html#/c:objc(cs)SFExtendedGeometryCollection(im)initWithExtendedGeometryCollection:":{"name":"-initWithExtendedGeometryCollection:","abstract":"

    Initialize

    ","parent_name":"SFExtendedGeometryCollection"},"Classes/SFExtendedGeometryCollection.html#/c:objc(cs)SFExtendedGeometryCollection(im)updateGeometryType":{"name":"-updateGeometryType","abstract":"

    Update the extended geometry type based upon the contained geometries

    ","parent_name":"SFExtendedGeometryCollection"},"Classes/SFTriangle.html#/c:objc(cs)SFTriangle(cm)triangle":{"name":"+triangle","abstract":"

    Create

    ","parent_name":"SFTriangle"},"Classes/SFTriangle.html#/c:objc(cs)SFTriangle(cm)triangleWithHasZ:andHasM:":{"name":"+triangleWithHasZ:andHasM:","abstract":"

    Create

    ","parent_name":"SFTriangle"},"Classes/SFTriangle.html#/c:objc(cs)SFTriangle(cm)triangleWithRings:":{"name":"+triangleWithRings:","abstract":"

    Create

    ","parent_name":"SFTriangle"},"Classes/SFTriangle.html#/c:objc(cs)SFTriangle(cm)triangleWithRing:":{"name":"+triangleWithRing:","abstract":"

    Create

    ","parent_name":"SFTriangle"},"Classes/SFTriangle.html#/c:objc(cs)SFTriangle(cm)triangleWithTriangle:":{"name":"+triangleWithTriangle:","abstract":"

    Create

    ","parent_name":"SFTriangle"},"Classes/SFTriangle.html#/c:objc(cs)SFTriangle(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFTriangle"},"Classes/SFTriangle.html#/c:objc(cs)SFTriangle(im)initWithHasZ:andHasM:":{"name":"-initWithHasZ:andHasM:","abstract":"

    Initialize

    ","parent_name":"SFTriangle"},"Classes/SFTriangle.html#/c:objc(cs)SFTriangle(im)initWithRings:":{"name":"-initWithRings:","abstract":"

    Initialize

    ","parent_name":"SFTriangle"},"Classes/SFTriangle.html#/c:objc(cs)SFTriangle(im)initWithRing:":{"name":"-initWithRing:","abstract":"

    Initialize

    ","parent_name":"SFTriangle"},"Classes/SFTriangle.html#/c:objc(cs)SFTriangle(im)initWithTriangle:":{"name":"-initWithTriangle:","abstract":"

    Initialize

    ","parent_name":"SFTriangle"},"Classes/SFTIN.html#/c:objc(cs)SFTIN(cm)tin":{"name":"+tin","abstract":"

    Create

    ","parent_name":"SFTIN"},"Classes/SFTIN.html#/c:objc(cs)SFTIN(cm)tinWithHasZ:andHasM:":{"name":"+tinWithHasZ:andHasM:","abstract":"

    Create

    ","parent_name":"SFTIN"},"Classes/SFTIN.html#/c:objc(cs)SFTIN(cm)tinWithPolygons:":{"name":"+tinWithPolygons:","abstract":"

    Create

    ","parent_name":"SFTIN"},"Classes/SFTIN.html#/c:objc(cs)SFTIN(cm)tinWithPolygon:":{"name":"+tinWithPolygon:","abstract":"

    Create

    ","parent_name":"SFTIN"},"Classes/SFTIN.html#/c:objc(cs)SFTIN(cm)tinWithTIN:":{"name":"+tinWithTIN:","abstract":"

    Create

    ","parent_name":"SFTIN"},"Classes/SFTIN.html#/c:objc(cs)SFTIN(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFTIN"},"Classes/SFTIN.html#/c:objc(cs)SFTIN(im)initWithHasZ:andHasM:":{"name":"-initWithHasZ:andHasM:","abstract":"

    Initialize

    ","parent_name":"SFTIN"},"Classes/SFTIN.html#/c:objc(cs)SFTIN(im)initWithPolygons:":{"name":"-initWithPolygons:","abstract":"

    Initialize

    ","parent_name":"SFTIN"},"Classes/SFTIN.html#/c:objc(cs)SFTIN(im)initWithPolygon:":{"name":"-initWithPolygon:","abstract":"

    Initialize

    ","parent_name":"SFTIN"},"Classes/SFTIN.html#/c:objc(cs)SFTIN(im)initWithTIN:":{"name":"-initWithTIN:","abstract":"

    Initialize

    ","parent_name":"SFTIN"},"Classes/SFSurface.html#/c:objc(cs)SFSurface(im)initWithType:andHasZ:andHasM:":{"name":"-initWithType:andHasZ:andHasM:","abstract":"

    Initialize

    ","parent_name":"SFSurface"},"Classes/SFPolyhedralSurface.html#/c:objc(cs)SFPolyhedralSurface(py)polygons":{"name":"polygons","abstract":"

    Array of polygons

    ","parent_name":"SFPolyhedralSurface"},"Classes/SFPolyhedralSurface.html#/c:objc(cs)SFPolyhedralSurface(cm)polyhedralSurface":{"name":"+polyhedralSurface","abstract":"

    Create

    ","parent_name":"SFPolyhedralSurface"},"Classes/SFPolyhedralSurface.html#/c:objc(cs)SFPolyhedralSurface(cm)polyhedralSurfaceWithHasZ:andHasM:":{"name":"+polyhedralSurfaceWithHasZ:andHasM:","abstract":"

    Create

    ","parent_name":"SFPolyhedralSurface"},"Classes/SFPolyhedralSurface.html#/c:objc(cs)SFPolyhedralSurface(cm)polyhedralSurfaceWithPolygons:":{"name":"+polyhedralSurfaceWithPolygons:","abstract":"

    Create

    ","parent_name":"SFPolyhedralSurface"},"Classes/SFPolyhedralSurface.html#/c:objc(cs)SFPolyhedralSurface(cm)polyhedralSurfaceWithPolygon:":{"name":"+polyhedralSurfaceWithPolygon:","abstract":"

    Create

    ","parent_name":"SFPolyhedralSurface"},"Classes/SFPolyhedralSurface.html#/c:objc(cs)SFPolyhedralSurface(cm)polyhedralSurfaceWithPolyhedralSurface:":{"name":"+polyhedralSurfaceWithPolyhedralSurface:","abstract":"

    Create

    ","parent_name":"SFPolyhedralSurface"},"Classes/SFPolyhedralSurface.html#/c:objc(cs)SFPolyhedralSurface(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFPolyhedralSurface"},"Classes/SFPolyhedralSurface.html#/c:objc(cs)SFPolyhedralSurface(im)initWithHasZ:andHasM:":{"name":"-initWithHasZ:andHasM:","abstract":"

    Initialize

    ","parent_name":"SFPolyhedralSurface"},"Classes/SFPolyhedralSurface.html#/c:objc(cs)SFPolyhedralSurface(im)initWithPolygons:":{"name":"-initWithPolygons:","abstract":"

    Initialize

    ","parent_name":"SFPolyhedralSurface"},"Classes/SFPolyhedralSurface.html#/c:objc(cs)SFPolyhedralSurface(im)initWithPolygon:":{"name":"-initWithPolygon:","abstract":"

    Initialize

    ","parent_name":"SFPolyhedralSurface"},"Classes/SFPolyhedralSurface.html#/c:objc(cs)SFPolyhedralSurface(im)initWithType:andHasZ:andHasM:":{"name":"-initWithType:andHasZ:andHasM:","abstract":"

    Initialize

    ","parent_name":"SFPolyhedralSurface"},"Classes/SFPolyhedralSurface.html#/c:objc(cs)SFPolyhedralSurface(im)initWithPolyhedralSurface:":{"name":"-initWithPolyhedralSurface:","abstract":"

    Initialize

    ","parent_name":"SFPolyhedralSurface"},"Classes/SFPolyhedralSurface.html#/c:objc(cs)SFPolyhedralSurface(im)patches":{"name":"-patches","abstract":"

    Get patches

    ","parent_name":"SFPolyhedralSurface"},"Classes/SFPolyhedralSurface.html#/c:objc(cs)SFPolyhedralSurface(im)setPatches:":{"name":"-setPatches:","abstract":"

    Set patches

    ","parent_name":"SFPolyhedralSurface"},"Classes/SFPolyhedralSurface.html#/c:objc(cs)SFPolyhedralSurface(im)addPolygon:":{"name":"-addPolygon:","abstract":"

    Add a polygon

    ","parent_name":"SFPolyhedralSurface"},"Classes/SFPolyhedralSurface.html#/c:objc(cs)SFPolyhedralSurface(im)addPatch:":{"name":"-addPatch:","abstract":"

    Add patch

    ","parent_name":"SFPolyhedralSurface"},"Classes/SFPolyhedralSurface.html#/c:objc(cs)SFPolyhedralSurface(im)addPolygons:":{"name":"-addPolygons:","abstract":"

    Add polygons

    ","parent_name":"SFPolyhedralSurface"},"Classes/SFPolyhedralSurface.html#/c:objc(cs)SFPolyhedralSurface(im)addPatches:":{"name":"-addPatches:","abstract":"

    Add patches

    ","parent_name":"SFPolyhedralSurface"},"Classes/SFPolyhedralSurface.html#/c:objc(cs)SFPolyhedralSurface(im)numPolygons":{"name":"-numPolygons","abstract":"

    Get the number of polygons

    ","parent_name":"SFPolyhedralSurface"},"Classes/SFPolyhedralSurface.html#/c:objc(cs)SFPolyhedralSurface(im)numPatches":{"name":"-numPatches","abstract":"

    Get the number of patches

    ","parent_name":"SFPolyhedralSurface"},"Classes/SFPolyhedralSurface.html#/c:objc(cs)SFPolyhedralSurface(im)polygonAtIndex:":{"name":"-polygonAtIndex:","abstract":"

    Get the Nth polygon

    ","parent_name":"SFPolyhedralSurface"},"Classes/SFPolyhedralSurface.html#/c:objc(cs)SFPolyhedralSurface(im)patchAtIndex:":{"name":"-patchAtIndex:","abstract":"

    Get the Nth polygon patch

    ","parent_name":"SFPolyhedralSurface"},"Classes/SFPolygon.html#/c:objc(cs)SFPolygon(cm)polygon":{"name":"+polygon","abstract":"

    Create

    ","parent_name":"SFPolygon"},"Classes/SFPolygon.html#/c:objc(cs)SFPolygon(cm)polygonWithHasZ:andHasM:":{"name":"+polygonWithHasZ:andHasM:","abstract":"

    Create

    ","parent_name":"SFPolygon"},"Classes/SFPolygon.html#/c:objc(cs)SFPolygon(cm)polygonWithRings:":{"name":"+polygonWithRings:","abstract":"

    Create

    ","parent_name":"SFPolygon"},"Classes/SFPolygon.html#/c:objc(cs)SFPolygon(cm)polygonWithRing:":{"name":"+polygonWithRing:","abstract":"

    Create

    ","parent_name":"SFPolygon"},"Classes/SFPolygon.html#/c:objc(cs)SFPolygon(cm)polygonWithPolygon:":{"name":"+polygonWithPolygon:","abstract":"

    Create

    ","parent_name":"SFPolygon"},"Classes/SFPolygon.html#/c:objc(cs)SFPolygon(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFPolygon"},"Classes/SFPolygon.html#/c:objc(cs)SFPolygon(im)initWithHasZ:andHasM:":{"name":"-initWithHasZ:andHasM:","abstract":"

    Initialize

    ","parent_name":"SFPolygon"},"Classes/SFPolygon.html#/c:objc(cs)SFPolygon(im)initWithRings:":{"name":"-initWithRings:","abstract":"

    Initialize

    ","parent_name":"SFPolygon"},"Classes/SFPolygon.html#/c:objc(cs)SFPolygon(im)initWithRing:":{"name":"-initWithRing:","abstract":"

    Initialize

    ","parent_name":"SFPolygon"},"Classes/SFPolygon.html#/c:objc(cs)SFPolygon(im)initWithType:andHasZ:andHasM:":{"name":"-initWithType:andHasZ:andHasM:","abstract":"

    Initialize

    ","parent_name":"SFPolygon"},"Classes/SFPolygon.html#/c:objc(cs)SFPolygon(im)initWithPolygon:":{"name":"-initWithPolygon:","abstract":"

    Initialize

    ","parent_name":"SFPolygon"},"Classes/SFPolygon.html#/c:objc(cs)SFPolygon(im)lineStrings":{"name":"-lineStrings","abstract":"

    Get the line string rings

    ","parent_name":"SFPolygon"},"Classes/SFPolygon.html#/c:objc(cs)SFPolygon(im)setRings:":{"name":"-setRings:","abstract":"

    Set the line string rings

    ","parent_name":"SFPolygon"},"Classes/SFPolygon.html#/c:objc(cs)SFPolygon(im)ringAtIndex:":{"name":"-ringAtIndex:","abstract":"

    Returns the Nth ring where the exterior ring is at 0, interior rings","parent_name":"SFPolygon"},"Classes/SFPolygon.html#/c:objc(cs)SFPolygon(im)exteriorRing":{"name":"-exteriorRing","abstract":"

    Get the exterior ring

    ","parent_name":"SFPolygon"},"Classes/SFPolygon.html#/c:objc(cs)SFPolygon(im)interiorRingAtIndex:":{"name":"-interiorRingAtIndex:","abstract":"

    Returns the Nth interior ring for this Polygon

    ","parent_name":"SFPolygon"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(py)x":{"name":"x","abstract":"

    X coordinate

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(py)y":{"name":"y","abstract":"

    Y coordinate

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(py)z":{"name":"z","abstract":"

    Z coordinate

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(py)m":{"name":"m","abstract":"

    M coordinate

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(cm)point":{"name":"+point","abstract":"

    Create

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(cm)pointWithXValue:andYValue:":{"name":"+pointWithXValue:andYValue:","abstract":"

    Create

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(cm)pointWithX:andY:":{"name":"+pointWithX:andY:","abstract":"

    Create

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(cm)pointWithX:andY:andZ:":{"name":"+pointWithX:andY:andZ:","abstract":"

    Create

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(cm)pointWithXValue:andYValue:andZ:":{"name":"+pointWithXValue:andYValue:andZ:","abstract":"

    Create

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(cm)pointWithXValue:andYValue:andZValue:":{"name":"+pointWithXValue:andYValue:andZValue:","abstract":"

    Create

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(cm)pointWithX:andY:andZ:andM:":{"name":"+pointWithX:andY:andZ:andM:","abstract":"

    Create

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(cm)pointWithXValue:andYValue:andZ:andM:":{"name":"+pointWithXValue:andYValue:andZ:andM:","abstract":"

    Create

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(cm)pointWithXValue:andYValue:andZValue:andMValue:":{"name":"+pointWithXValue:andYValue:andZValue:andMValue:","abstract":"

    Create

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(cm)pointWithHasZ:andHasM:andX:andY:":{"name":"+pointWithHasZ:andHasM:andX:andY:","abstract":"

    Create

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(cm)pointWithHasZ:andHasM:andXValue:andYValue:":{"name":"+pointWithHasZ:andHasM:andXValue:andYValue:","abstract":"

    Create

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(cm)pointWithPoint:":{"name":"+pointWithPoint:","abstract":"

    Create

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(im)initWithXValue:andYValue:":{"name":"-initWithXValue:andYValue:","abstract":"

    Initialize

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(im)initWithX:andY:":{"name":"-initWithX:andY:","abstract":"

    Initialize

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(im)initWithX:andY:andZ:":{"name":"-initWithX:andY:andZ:","abstract":"

    Initialize

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(im)initWithXValue:andYValue:andZ:":{"name":"-initWithXValue:andYValue:andZ:","abstract":"

    Initialize

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(im)initWithXValue:andYValue:andZValue:":{"name":"-initWithXValue:andYValue:andZValue:","abstract":"

    Initialize

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(im)initWithX:andY:andZ:andM:":{"name":"-initWithX:andY:andZ:andM:","abstract":"

    Initialize

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(im)initWithXValue:andYValue:andZ:andM:":{"name":"-initWithXValue:andYValue:andZ:andM:","abstract":"

    Initialize

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(im)initWithXValue:andYValue:andZValue:andMValue:":{"name":"-initWithXValue:andYValue:andZValue:andMValue:","abstract":"

    Initialize

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(im)initWithHasZ:andHasM:andX:andY:":{"name":"-initWithHasZ:andHasM:andX:andY:","abstract":"

    Initialize

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(im)initWithHasZ:andHasM:andXValue:andYValue:":{"name":"-initWithHasZ:andHasM:andXValue:andYValue:","abstract":"

    Initialize

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(im)initWithPoint:":{"name":"-initWithPoint:","abstract":"

    Initialize

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(im)setXValue:":{"name":"-setXValue:","abstract":"

    Set the x value

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(im)setYValue:":{"name":"-setYValue:","abstract":"

    Set the y value

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(im)setZValue:":{"name":"-setZValue:","abstract":"

    Set the z value

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(im)setMValue:":{"name":"-setMValue:","abstract":"

    Set the m value

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(im)isEqualXToPoint:":{"name":"-isEqualXToPoint:","abstract":"

    Indicates if x values are equal

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(im)isEqualYToPoint:":{"name":"-isEqualYToPoint:","abstract":"

    Indicates if y values are equal

    ","parent_name":"SFPoint"},"Classes/SFPoint.html#/c:objc(cs)SFPoint(im)isEqualXYToPoint:":{"name":"-isEqualXYToPoint:","abstract":"

    Indicates if x and y values are equal

    ","parent_name":"SFPoint"},"Classes/SFMultiSurface.html#/c:objc(cs)SFMultiSurface(im)initWithType:andHasZ:andHasM:":{"name":"-initWithType:andHasZ:andHasM:","abstract":"

    Initialize

    ","parent_name":"SFMultiSurface"},"Classes/SFMultiSurface.html#/c:objc(cs)SFMultiSurface(im)surfaces":{"name":"-surfaces","abstract":"

    Get the surfaces

    ","parent_name":"SFMultiSurface"},"Classes/SFMultiSurface.html#/c:objc(cs)SFMultiSurface(im)setSurfaces:":{"name":"-setSurfaces:","abstract":"

    Set the surfaces

    ","parent_name":"SFMultiSurface"},"Classes/SFMultiSurface.html#/c:objc(cs)SFMultiSurface(im)addSurface:":{"name":"-addSurface:","abstract":"

    Add a surface

    ","parent_name":"SFMultiSurface"},"Classes/SFMultiSurface.html#/c:objc(cs)SFMultiSurface(im)addSurfaces:":{"name":"-addSurfaces:","abstract":"

    Add surfaces

    ","parent_name":"SFMultiSurface"},"Classes/SFMultiSurface.html#/c:objc(cs)SFMultiSurface(im)numSurfaces":{"name":"-numSurfaces","abstract":"

    Get the number of surfaces

    ","parent_name":"SFMultiSurface"},"Classes/SFMultiSurface.html#/c:objc(cs)SFMultiSurface(im)surfaceAtIndex:":{"name":"-surfaceAtIndex:","abstract":"

    Returns the Nth surface

    ","parent_name":"SFMultiSurface"},"Classes/SFMultiPolygon.html#/c:objc(cs)SFMultiPolygon(cm)multiPolygon":{"name":"+multiPolygon","abstract":"

    Create

    ","parent_name":"SFMultiPolygon"},"Classes/SFMultiPolygon.html#/c:objc(cs)SFMultiPolygon(cm)multiPolygonWithHasZ:andHasM:":{"name":"+multiPolygonWithHasZ:andHasM:","abstract":"

    Create

    ","parent_name":"SFMultiPolygon"},"Classes/SFMultiPolygon.html#/c:objc(cs)SFMultiPolygon(cm)multiPolygonWithPolygons:":{"name":"+multiPolygonWithPolygons:","abstract":"

    Create

    ","parent_name":"SFMultiPolygon"},"Classes/SFMultiPolygon.html#/c:objc(cs)SFMultiPolygon(cm)multiPolygonWithPolygon:":{"name":"+multiPolygonWithPolygon:","abstract":"

    Create

    ","parent_name":"SFMultiPolygon"},"Classes/SFMultiPolygon.html#/c:objc(cs)SFMultiPolygon(cm)multiPolygonWithMultiPolygon:":{"name":"+multiPolygonWithMultiPolygon:","abstract":"

    Create

    ","parent_name":"SFMultiPolygon"},"Classes/SFMultiPolygon.html#/c:objc(cs)SFMultiPolygon(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFMultiPolygon"},"Classes/SFMultiPolygon.html#/c:objc(cs)SFMultiPolygon(im)initWithHasZ:andHasM:":{"name":"-initWithHasZ:andHasM:","abstract":"

    Initialize

    ","parent_name":"SFMultiPolygon"},"Classes/SFMultiPolygon.html#/c:objc(cs)SFMultiPolygon(im)initWithPolygons:":{"name":"-initWithPolygons:","abstract":"

    Initialize

    ","parent_name":"SFMultiPolygon"},"Classes/SFMultiPolygon.html#/c:objc(cs)SFMultiPolygon(im)initWithPolygon:":{"name":"-initWithPolygon:","abstract":"

    Initialize

    ","parent_name":"SFMultiPolygon"},"Classes/SFMultiPolygon.html#/c:objc(cs)SFMultiPolygon(im)initWithMultiPolygon:":{"name":"-initWithMultiPolygon:","abstract":"

    Initialize

    ","parent_name":"SFMultiPolygon"},"Classes/SFMultiPolygon.html#/c:objc(cs)SFMultiPolygon(im)polygons":{"name":"-polygons","abstract":"

    Get the polygons

    ","parent_name":"SFMultiPolygon"},"Classes/SFMultiPolygon.html#/c:objc(cs)SFMultiPolygon(im)setPolygons:":{"name":"-setPolygons:","abstract":"

    Set the polygons

    ","parent_name":"SFMultiPolygon"},"Classes/SFMultiPolygon.html#/c:objc(cs)SFMultiPolygon(im)addPolygon:":{"name":"-addPolygon:","abstract":"

    Add a polygon

    ","parent_name":"SFMultiPolygon"},"Classes/SFMultiPolygon.html#/c:objc(cs)SFMultiPolygon(im)addPolygons:":{"name":"-addPolygons:","abstract":"

    Add polygons

    ","parent_name":"SFMultiPolygon"},"Classes/SFMultiPolygon.html#/c:objc(cs)SFMultiPolygon(im)numPolygons":{"name":"-numPolygons","abstract":"

    Get the number of polygons

    ","parent_name":"SFMultiPolygon"},"Classes/SFMultiPolygon.html#/c:objc(cs)SFMultiPolygon(im)polygonAtIndex:":{"name":"-polygonAtIndex:","abstract":"

    Returns the Nth polygon

    ","parent_name":"SFMultiPolygon"},"Classes/SFMultiPoint.html#/c:objc(cs)SFMultiPoint(cm)multiPoint":{"name":"+multiPoint","abstract":"

    Create

    ","parent_name":"SFMultiPoint"},"Classes/SFMultiPoint.html#/c:objc(cs)SFMultiPoint(cm)multiPointWithHasZ:andHasM:":{"name":"+multiPointWithHasZ:andHasM:","abstract":"

    Create

    ","parent_name":"SFMultiPoint"},"Classes/SFMultiPoint.html#/c:objc(cs)SFMultiPoint(cm)multiPointWithPoints:":{"name":"+multiPointWithPoints:","abstract":"

    Create

    ","parent_name":"SFMultiPoint"},"Classes/SFMultiPoint.html#/c:objc(cs)SFMultiPoint(cm)multiPointWithPoint:":{"name":"+multiPointWithPoint:","abstract":"

    Create

    ","parent_name":"SFMultiPoint"},"Classes/SFMultiPoint.html#/c:objc(cs)SFMultiPoint(cm)multiPointWithMultiPoint:":{"name":"+multiPointWithMultiPoint:","abstract":"

    Create

    ","parent_name":"SFMultiPoint"},"Classes/SFMultiPoint.html#/c:objc(cs)SFMultiPoint(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFMultiPoint"},"Classes/SFMultiPoint.html#/c:objc(cs)SFMultiPoint(im)initWithHasZ:andHasM:":{"name":"-initWithHasZ:andHasM:","abstract":"

    Initialize

    ","parent_name":"SFMultiPoint"},"Classes/SFMultiPoint.html#/c:objc(cs)SFMultiPoint(im)initWithPoints:":{"name":"-initWithPoints:","abstract":"

    Initialize

    ","parent_name":"SFMultiPoint"},"Classes/SFMultiPoint.html#/c:objc(cs)SFMultiPoint(im)initWithPoint:":{"name":"-initWithPoint:","abstract":"

    Initialize

    ","parent_name":"SFMultiPoint"},"Classes/SFMultiPoint.html#/c:objc(cs)SFMultiPoint(im)initWithMultiPoint:":{"name":"-initWithMultiPoint:","abstract":"

    Initialize

    ","parent_name":"SFMultiPoint"},"Classes/SFMultiPoint.html#/c:objc(cs)SFMultiPoint(im)points":{"name":"-points","abstract":"

    Get the points

    ","parent_name":"SFMultiPoint"},"Classes/SFMultiPoint.html#/c:objc(cs)SFMultiPoint(im)setPoints:":{"name":"-setPoints:","abstract":"

    Set the points

    ","parent_name":"SFMultiPoint"},"Classes/SFMultiPoint.html#/c:objc(cs)SFMultiPoint(im)addPoint:":{"name":"-addPoint:","abstract":"

    Add a point

    ","parent_name":"SFMultiPoint"},"Classes/SFMultiPoint.html#/c:objc(cs)SFMultiPoint(im)addPoints:":{"name":"-addPoints:","abstract":"

    Add points

    ","parent_name":"SFMultiPoint"},"Classes/SFMultiPoint.html#/c:objc(cs)SFMultiPoint(im)numPoints":{"name":"-numPoints","abstract":"

    Get the number of points

    ","parent_name":"SFMultiPoint"},"Classes/SFMultiPoint.html#/c:objc(cs)SFMultiPoint(im)pointAtIndex:":{"name":"-pointAtIndex:","abstract":"

    Returns the Nth point

    ","parent_name":"SFMultiPoint"},"Classes/SFMultiLineString.html#/c:objc(cs)SFMultiLineString(cm)multiLineString":{"name":"+multiLineString","abstract":"

    Create

    ","parent_name":"SFMultiLineString"},"Classes/SFMultiLineString.html#/c:objc(cs)SFMultiLineString(cm)multiLineStringWithHasZ:andHasM:":{"name":"+multiLineStringWithHasZ:andHasM:","abstract":"

    Create

    ","parent_name":"SFMultiLineString"},"Classes/SFMultiLineString.html#/c:objc(cs)SFMultiLineString(cm)multiLineStringWithLineStrings:":{"name":"+multiLineStringWithLineStrings:","abstract":"

    Create

    ","parent_name":"SFMultiLineString"},"Classes/SFMultiLineString.html#/c:objc(cs)SFMultiLineString(cm)multiLineStringWithLineString:":{"name":"+multiLineStringWithLineString:","abstract":"

    Create

    ","parent_name":"SFMultiLineString"},"Classes/SFMultiLineString.html#/c:objc(cs)SFMultiLineString(cm)multiLineStringWithMultiLineString:":{"name":"+multiLineStringWithMultiLineString:","abstract":"

    Create

    ","parent_name":"SFMultiLineString"},"Classes/SFMultiLineString.html#/c:objc(cs)SFMultiLineString(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFMultiLineString"},"Classes/SFMultiLineString.html#/c:objc(cs)SFMultiLineString(im)initWithHasZ:andHasM:":{"name":"-initWithHasZ:andHasM:","abstract":"

    Initialize

    ","parent_name":"SFMultiLineString"},"Classes/SFMultiLineString.html#/c:objc(cs)SFMultiLineString(im)initWithLineStrings:":{"name":"-initWithLineStrings:","abstract":"

    Initialize

    ","parent_name":"SFMultiLineString"},"Classes/SFMultiLineString.html#/c:objc(cs)SFMultiLineString(im)initWithLineString:":{"name":"-initWithLineString:","abstract":"

    Initialize

    ","parent_name":"SFMultiLineString"},"Classes/SFMultiLineString.html#/c:objc(cs)SFMultiLineString(im)initWithMultiLineString:":{"name":"-initWithMultiLineString:","abstract":"

    Initialize

    ","parent_name":"SFMultiLineString"},"Classes/SFMultiLineString.html#/c:objc(cs)SFMultiLineString(im)lineStrings":{"name":"-lineStrings","abstract":"

    Get the line strings

    ","parent_name":"SFMultiLineString"},"Classes/SFMultiLineString.html#/c:objc(cs)SFMultiLineString(im)setLineStrings:":{"name":"-setLineStrings:","abstract":"

    Set the line strings

    ","parent_name":"SFMultiLineString"},"Classes/SFMultiLineString.html#/c:objc(cs)SFMultiLineString(im)addLineString:":{"name":"-addLineString:","abstract":"

    Add a line string

    ","parent_name":"SFMultiLineString"},"Classes/SFMultiLineString.html#/c:objc(cs)SFMultiLineString(im)addLineStrings:":{"name":"-addLineStrings:","abstract":"

    Add line strings

    ","parent_name":"SFMultiLineString"},"Classes/SFMultiLineString.html#/c:objc(cs)SFMultiLineString(im)numLineStrings":{"name":"-numLineStrings","abstract":"

    Get the number of line strings

    ","parent_name":"SFMultiLineString"},"Classes/SFMultiLineString.html#/c:objc(cs)SFMultiLineString(im)lineStringAtIndex:":{"name":"-lineStringAtIndex:","abstract":"

    Returns the Nth line string

    ","parent_name":"SFMultiLineString"},"Classes/SFMultiCurve.html#/c:objc(cs)SFMultiCurve(im)initWithType:andHasZ:andHasM:":{"name":"-initWithType:andHasZ:andHasM:","abstract":"

    Initialize

    ","parent_name":"SFMultiCurve"},"Classes/SFMultiCurve.html#/c:objc(cs)SFMultiCurve(im)curves":{"name":"-curves","abstract":"

    Get the curves

    ","parent_name":"SFMultiCurve"},"Classes/SFMultiCurve.html#/c:objc(cs)SFMultiCurve(im)setCurves:":{"name":"-setCurves:","abstract":"

    Set the curves

    ","parent_name":"SFMultiCurve"},"Classes/SFMultiCurve.html#/c:objc(cs)SFMultiCurve(im)addCurve:":{"name":"-addCurve:","abstract":"

    Add a curve

    ","parent_name":"SFMultiCurve"},"Classes/SFMultiCurve.html#/c:objc(cs)SFMultiCurve(im)addCurves:":{"name":"-addCurves:","abstract":"

    Add curves

    ","parent_name":"SFMultiCurve"},"Classes/SFMultiCurve.html#/c:objc(cs)SFMultiCurve(im)numCurves":{"name":"-numCurves","abstract":"

    Get the number of curves

    ","parent_name":"SFMultiCurve"},"Classes/SFMultiCurve.html#/c:objc(cs)SFMultiCurve(im)curveAtIndex:":{"name":"-curveAtIndex:","abstract":"

    Returns the Nth curve

    ","parent_name":"SFMultiCurve"},"Classes/SFMultiCurve.html#/c:objc(cs)SFMultiCurve(im)isClosed":{"name":"-isClosed","abstract":"

    Determine if this Multi Curve is closed for each Curve (start point = end","parent_name":"SFMultiCurve"},"Classes/SFLinearRing.html#/c:objc(cs)SFLinearRing(cm)linearRing":{"name":"+linearRing","abstract":"

    Create

    ","parent_name":"SFLinearRing"},"Classes/SFLinearRing.html#/c:objc(cs)SFLinearRing(cm)linearRingWithHasZ:andHasM:":{"name":"+linearRingWithHasZ:andHasM:","abstract":"

    Create

    ","parent_name":"SFLinearRing"},"Classes/SFLinearRing.html#/c:objc(cs)SFLinearRing(cm)linearRingWithPoints:":{"name":"+linearRingWithPoints:","abstract":"

    Create

    ","parent_name":"SFLinearRing"},"Classes/SFLinearRing.html#/c:objc(cs)SFLinearRing(cm)linearRingWithLinearRing:":{"name":"+linearRingWithLinearRing:","abstract":"

    Create

    ","parent_name":"SFLinearRing"},"Classes/SFLinearRing.html#/c:objc(cs)SFLinearRing(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFLinearRing"},"Classes/SFLinearRing.html#/c:objc(cs)SFLinearRing(im)initWithHasZ:andHasM:":{"name":"-initWithHasZ:andHasM:","abstract":"

    Initialize

    ","parent_name":"SFLinearRing"},"Classes/SFLinearRing.html#/c:objc(cs)SFLinearRing(im)initWithPoints:":{"name":"-initWithPoints:","abstract":"

    Initialize

    ","parent_name":"SFLinearRing"},"Classes/SFLinearRing.html#/c:objc(cs)SFLinearRing(im)initWithLinearRing:":{"name":"-initWithLinearRing:","abstract":"

    Initialize

    ","parent_name":"SFLinearRing"},"Classes/SFLineString.html#/c:objc(cs)SFLineString(py)points":{"name":"points","abstract":"

    Array of points

    ","parent_name":"SFLineString"},"Classes/SFLineString.html#/c:objc(cs)SFLineString(cm)lineString":{"name":"+lineString","abstract":"

    Create

    ","parent_name":"SFLineString"},"Classes/SFLineString.html#/c:objc(cs)SFLineString(cm)lineStringWithHasZ:andHasM:":{"name":"+lineStringWithHasZ:andHasM:","abstract":"

    Create

    ","parent_name":"SFLineString"},"Classes/SFLineString.html#/c:objc(cs)SFLineString(cm)lineStringWithPoints:":{"name":"+lineStringWithPoints:","abstract":"

    Create

    ","parent_name":"SFLineString"},"Classes/SFLineString.html#/c:objc(cs)SFLineString(cm)lineStringWithLineString:":{"name":"+lineStringWithLineString:","abstract":"

    Create

    ","parent_name":"SFLineString"},"Classes/SFLineString.html#/c:objc(cs)SFLineString(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFLineString"},"Classes/SFLineString.html#/c:objc(cs)SFLineString(im)initWithHasZ:andHasM:":{"name":"-initWithHasZ:andHasM:","abstract":"

    Initialize

    ","parent_name":"SFLineString"},"Classes/SFLineString.html#/c:objc(cs)SFLineString(im)initWithPoints:":{"name":"-initWithPoints:","abstract":"

    Initialize

    ","parent_name":"SFLineString"},"Classes/SFLineString.html#/c:objc(cs)SFLineString(im)initWithType:andHasZ:andHasM:":{"name":"-initWithType:andHasZ:andHasM:","abstract":"

    Initialize

    ","parent_name":"SFLineString"},"Classes/SFLineString.html#/c:objc(cs)SFLineString(im)initWithLineString:":{"name":"-initWithLineString:","abstract":"

    Initialize

    ","parent_name":"SFLineString"},"Classes/SFLineString.html#/c:objc(cs)SFLineString(im)addPoint:":{"name":"-addPoint:","abstract":"

    Add a point

    ","parent_name":"SFLineString"},"Classes/SFLineString.html#/c:objc(cs)SFLineString(im)addPoints:":{"name":"-addPoints:","abstract":"

    Add points

    ","parent_name":"SFLineString"},"Classes/SFLineString.html#/c:objc(cs)SFLineString(im)numPoints":{"name":"-numPoints","abstract":"

    Get the number of points

    ","parent_name":"SFLineString"},"Classes/SFLineString.html#/c:objc(cs)SFLineString(im)pointAtIndex:":{"name":"-pointAtIndex:","abstract":"

    Returns the Nth point

    ","parent_name":"SFLineString"},"Classes/SFLine.html#/c:objc(cs)SFLine(cm)line":{"name":"+line","abstract":"

    Create

    ","parent_name":"SFLine"},"Classes/SFLine.html#/c:objc(cs)SFLine(cm)lineWithHasZ:andHasM:":{"name":"+lineWithHasZ:andHasM:","abstract":"

    Create

    ","parent_name":"SFLine"},"Classes/SFLine.html#/c:objc(cs)SFLine(cm)lineWithPoints:":{"name":"+lineWithPoints:","abstract":"

    Create

    ","parent_name":"SFLine"},"Classes/SFLine.html#/c:objc(cs)SFLine(cm)lineWithPoint1:andPoint2:":{"name":"+lineWithPoint1:andPoint2:","abstract":"

    Create

    ","parent_name":"SFLine"},"Classes/SFLine.html#/c:objc(cs)SFLine(cm)lineWithLine:":{"name":"+lineWithLine:","abstract":"

    Create

    ","parent_name":"SFLine"},"Classes/SFLine.html#/c:objc(cs)SFLine(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFLine"},"Classes/SFLine.html#/c:objc(cs)SFLine(im)initWithHasZ:andHasM:":{"name":"-initWithHasZ:andHasM:","abstract":"

    Initialize

    ","parent_name":"SFLine"},"Classes/SFLine.html#/c:objc(cs)SFLine(im)initWithPoints:":{"name":"-initWithPoints:","abstract":"

    Initialize

    ","parent_name":"SFLine"},"Classes/SFLine.html#/c:objc(cs)SFLine(im)initWithPoint1:andPoint2:":{"name":"-initWithPoint1:andPoint2:","abstract":"

    Initialize

    ","parent_name":"SFLine"},"Classes/SFLine.html#/c:objc(cs)SFLine(im)initWithLine:":{"name":"-initWithLine:","abstract":"

    Initialize

    ","parent_name":"SFLine"},"Classes/SFGeometryTypes.html#/c:objc(cs)SFGeometryTypes(cm)name:":{"name":"+name:","abstract":"

    Get the name of the geometry type

    ","parent_name":"SFGeometryTypes"},"Classes/SFGeometryTypes.html#/c:objc(cs)SFGeometryTypes(cm)fromName:":{"name":"+fromName:","abstract":"

    Get the geometry type of the name

    ","parent_name":"SFGeometryTypes"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(py)minX":{"name":"minX","abstract":"

    X coordinate range

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(py)maxX":{"name":"maxX","abstract":"

    Undocumented

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(py)minY":{"name":"minY","abstract":"

    Y coordinate range

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(py)maxY":{"name":"maxY","abstract":"

    Undocumented

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(py)hasZ":{"name":"hasZ","abstract":"

    Has Z value and Z coordinate range

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(py)minZ":{"name":"minZ","abstract":"

    Undocumented

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(py)maxZ":{"name":"maxZ","abstract":"

    Undocumented

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(py)hasM":{"name":"hasM","abstract":"

    Has M value and M coordinate range

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(py)minM":{"name":"minM","abstract":"

    Undocumented

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(py)maxM":{"name":"maxM","abstract":"

    Undocumented

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(cm)envelope":{"name":"+envelope","abstract":"

    Create with no z or m

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(cm)envelopeWithHasZ:andHasM:":{"name":"+envelopeWithHasZ:andHasM:","abstract":"

    Create with the has z and m values

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(cm)envelopeWithMinX:andMinY:andMaxX:andMaxY:":{"name":"+envelopeWithMinX:andMinY:andMaxX:andMaxY:","abstract":"

    Create with number range

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(cm)envelopeWithMinXValue:andMinYValue:andMaxXValue:andMaxYValue:":{"name":"+envelopeWithMinXValue:andMinYValue:andMaxXValue:andMaxYValue:","abstract":"

    Create with double range

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(cm)envelopeWithMinX:andMinY:andMinZ:andMaxX:andMaxY:andMaxZ:":{"name":"+envelopeWithMinX:andMinY:andMinZ:andMaxX:andMaxY:andMaxZ:","abstract":"

    Create with number range

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(cm)envelopeWithMinXValue:andMinYValue:andMinZValue:andMaxXValue:andMaxYValue:andMaxZValue:":{"name":"+envelopeWithMinXValue:andMinYValue:andMinZValue:andMaxXValue:andMaxYValue:andMaxZValue:","abstract":"

    Create with double range

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(cm)envelopeWithMinX:andMinY:andMinZ:andMinM:andMaxX:andMaxY:andMaxZ:andMaxM:":{"name":"+envelopeWithMinX:andMinY:andMinZ:andMinM:andMaxX:andMaxY:andMaxZ:andMaxM:","abstract":"

    Create with number range

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(cm)envelopeWithMinXValue:andMinYValue:andMinZValue:andMinMValue:andMaxXValue:andMaxYValue:andMaxZValue:andMaxMValue:":{"name":"+envelopeWithMinXValue:andMinYValue:andMinZValue:andMinMValue:andMaxXValue:andMaxYValue:andMaxZValue:andMaxMValue:","abstract":"

    Create with double range

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(cm)geometryEnvelopeWithGeometryEnvelope:":{"name":"+geometryEnvelopeWithGeometryEnvelope:","abstract":"

    Create

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)init":{"name":"-init","abstract":"

    Initialize with no z or m

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)initWithHasZ:andHasM:":{"name":"-initWithHasZ:andHasM:","abstract":"

    Initialize with the has z and m values

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)initWithMinX:andMinY:andMaxX:andMaxY:":{"name":"-initWithMinX:andMinY:andMaxX:andMaxY:","abstract":"

    Initialize with number range

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)initWithMinXValue:andMinYValue:andMaxXValue:andMaxYValue:":{"name":"-initWithMinXValue:andMinYValue:andMaxXValue:andMaxYValue:","abstract":"

    Initialize with double range

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)initWithMinX:andMinY:andMinZ:andMaxX:andMaxY:andMaxZ:":{"name":"-initWithMinX:andMinY:andMinZ:andMaxX:andMaxY:andMaxZ:","abstract":"

    Initialize with number range

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)initWithMinXValue:andMinYValue:andMinZValue:andMaxXValue:andMaxYValue:andMaxZValue:":{"name":"-initWithMinXValue:andMinYValue:andMinZValue:andMaxXValue:andMaxYValue:andMaxZValue:","abstract":"

    Initialize with double range

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)initWithMinX:andMinY:andMinZ:andMinM:andMaxX:andMaxY:andMaxZ:andMaxM:":{"name":"-initWithMinX:andMinY:andMinZ:andMinM:andMaxX:andMaxY:andMaxZ:andMaxM:","abstract":"

    Initialize with number range

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)initWithMinXValue:andMinYValue:andMinZValue:andMinMValue:andMaxXValue:andMaxYValue:andMaxZValue:andMaxMValue:":{"name":"-initWithMinXValue:andMinYValue:andMinZValue:andMinMValue:andMaxXValue:andMaxYValue:andMaxZValue:andMaxMValue:","abstract":"

    Initialize with double range

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)initWithGeometryEnvelope:":{"name":"-initWithGeometryEnvelope:","abstract":"

    Initialize

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)setMinXValue:":{"name":"-setMinXValue:","abstract":"

    Set the min x value

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)setMaxXValue:":{"name":"-setMaxXValue:","abstract":"

    Set the max x value

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)setMinYValue:":{"name":"-setMinYValue:","abstract":"

    Set the min y value

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)setMaxYValue:":{"name":"-setMaxYValue:","abstract":"

    Set the max y value

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)setMinZValue:":{"name":"-setMinZValue:","abstract":"

    Set the min z value

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)setMaxZValue:":{"name":"-setMaxZValue:","abstract":"

    Set the max z value

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)setMinMValue:":{"name":"-setMinMValue:","abstract":"

    Set the min m value

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)setMaxMValue:":{"name":"-setMaxMValue:","abstract":"

    Set the max m value

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)is3D":{"name":"-is3D","abstract":"

    True if has Z coordinates

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)isMeasured":{"name":"-isMeasured","abstract":"

    True if has M measurements

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)xRange":{"name":"-xRange","abstract":"

    Get the x range

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)yRange":{"name":"-yRange","abstract":"

    Get the y range

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)zRange":{"name":"-zRange","abstract":"

    Get the z range

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)mRange":{"name":"-mRange","abstract":"

    Get the m range

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)isPoint":{"name":"-isPoint","abstract":"

    Determine if the envelope is of a single point

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)topLeft":{"name":"-topLeft","abstract":"

    Get the top left point

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)bottomLeft":{"name":"-bottomLeft","abstract":"

    Get the bottom left point

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)bottomRight":{"name":"-bottomRight","abstract":"

    Get the bottom right point

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)topRight":{"name":"-topRight","abstract":"

    Get the top right point

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)left":{"name":"-left","abstract":"

    Get the left line

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)bottom":{"name":"-bottom","abstract":"

    Get the bottom line

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)right":{"name":"-right","abstract":"

    Get the right line

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)top":{"name":"-top","abstract":"

    Get the top line

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)midX":{"name":"-midX","abstract":"

    Get the envelope mid x

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)midY":{"name":"-midY","abstract":"

    Get the envelope mid y

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)centroid":{"name":"-centroid","abstract":"

    Get the envelope centroid point

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)isEmpty":{"name":"-isEmpty","abstract":"

    Determine if the envelope is empty

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)intersectsWithEnvelope:":{"name":"-intersectsWithEnvelope:","abstract":"

    Determine if intersects with the provided envelope

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)intersectsWithEnvelope:withAllowEmpty:":{"name":"-intersectsWithEnvelope:withAllowEmpty:","abstract":"

    Determine if intersects with the provided envelope

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)overlapWithEnvelope:":{"name":"-overlapWithEnvelope:","abstract":"

    Get the overlapping geometry envelope with the provided envelope

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)overlapWithEnvelope:withAllowEmpty:":{"name":"-overlapWithEnvelope:withAllowEmpty:","abstract":"

    Get the overlapping geometry envelope with the provided envelope

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)unionWithEnvelope:":{"name":"-unionWithEnvelope:","abstract":"

    Get the union geometry envelope combined with the provided envelope

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)containsPoint:":{"name":"-containsPoint:","abstract":"

    Determine if contains the point

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)containsPoint:withEpsilon:":{"name":"-containsPoint:withEpsilon:","abstract":"

    Determine if contains the point

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)containsX:andY:":{"name":"-containsX:andY:","abstract":"

    Determine if contains the coordinate

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)containsX:andY:withEpsilon:":{"name":"-containsX:andY:withEpsilon:","abstract":"

    Determine if contains the coordinate

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)containsEnvelope:":{"name":"-containsEnvelope:","abstract":"

    Determine if inclusively contains the provided envelope

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)containsEnvelope:withEpsilon:":{"name":"-containsEnvelope:withEpsilon:","abstract":"

    Determine if inclusively contains the provided envelope

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryEnvelope.html#/c:objc(cs)SFGeometryEnvelope(im)buildGeometry":{"name":"-buildGeometry","abstract":"

    Build a geometry representation of the geometry envelope

    ","parent_name":"SFGeometryEnvelope"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(py)geometries":{"name":"geometries","abstract":"

    Array of geometries

    ","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(cm)geometryCollection":{"name":"+geometryCollection","abstract":"

    Create

    ","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(cm)geometryCollectionWithHasZ:andHasM:":{"name":"+geometryCollectionWithHasZ:andHasM:","abstract":"

    Create

    ","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(cm)geometryCollectionWithGeometries:":{"name":"+geometryCollectionWithGeometries:","abstract":"

    Create

    ","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(cm)geometryCollectionWithGeometry:":{"name":"+geometryCollectionWithGeometry:","abstract":"

    Create

    ","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(cm)geometryCollectionWithGeometryCollection:":{"name":"+geometryCollectionWithGeometryCollection:","abstract":"

    Create

    ","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(im)initWithHasZ:andHasM:":{"name":"-initWithHasZ:andHasM:","abstract":"

    Initialize

    ","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(im)initWithGeometries:":{"name":"-initWithGeometries:","abstract":"

    Initialize

    ","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(im)initWithGeometry:":{"name":"-initWithGeometry:","abstract":"

    Initialize

    ","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(im)initWithType:andHasZ:andHasM:":{"name":"-initWithType:andHasZ:andHasM:","abstract":"

    Initialize

    ","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(im)initWithGeometryCollection:":{"name":"-initWithGeometryCollection:","abstract":"

    Initialize

    ","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(im)addGeometry:":{"name":"-addGeometry:","abstract":"

    Add geometry

    ","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(im)addGeometries:":{"name":"-addGeometries:","abstract":"

    Add geometries

    ","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(im)numGeometries":{"name":"-numGeometries","abstract":"

    Get the number of geometries

    ","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(im)geometryAtIndex:":{"name":"-geometryAtIndex:","abstract":"

    Returns the Nth geometry

    ","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(im)collectionType":{"name":"-collectionType","abstract":"

    Get the collection type by evaluating the geometries

    ","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(im)isMultiPoint":{"name":"-isMultiPoint","abstract":"

    Determine if this geometry collection is a MultiPoint instance or","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(im)asMultiPoint":{"name":"-asMultiPoint","abstract":"

    Get as a MultiPoint, either the current instance or newly created","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(im)isMultiLineString":{"name":"-isMultiLineString","abstract":"

    Determine if this geometry collection is a MultiLineString","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(im)asMultiLineString":{"name":"-asMultiLineString","abstract":"

    Get as a MultiLineString, either the current instance or newly","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(im)isMultiPolygon":{"name":"-isMultiPolygon","abstract":"

    Determine if this geometry collection is a MultiPolygon instance","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(im)asMultiPolygon":{"name":"-asMultiPolygon","abstract":"

    Get as a MultiPolygon, either the current instance or newly","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(im)isMultiCurve":{"name":"-isMultiCurve","abstract":"

    Determine if this geometry collection contains only Curve","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(im)asMultiCurve":{"name":"-asMultiCurve","abstract":"

    Get as a Multi Curve, a Curve typed Geometry Collection

    ","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(im)isMultiSurface":{"name":"-isMultiSurface","abstract":"

    Determine if this geometry collection contains only Surface","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(im)asMultiSurface":{"name":"-asMultiSurface","abstract":"

    Get as a Multi Surface, a Surface typed Geometry Collection

    ","parent_name":"SFGeometryCollection"},"Classes/SFGeometryCollection.html#/c:objc(cs)SFGeometryCollection(im)asGeometryCollection":{"name":"-asGeometryCollection","abstract":"

    Get as a top level Geometry Collection

    ","parent_name":"SFGeometryCollection"},"Classes/SFGeometry.html#/c:objc(cs)SFGeometry(py)geometryType":{"name":"geometryType","abstract":"

    Geometry type

    ","parent_name":"SFGeometry"},"Classes/SFGeometry.html#/c:objc(cs)SFGeometry(py)hasZ":{"name":"hasZ","abstract":"

    Has Z values

    ","parent_name":"SFGeometry"},"Classes/SFGeometry.html#/c:objc(cs)SFGeometry(py)hasM":{"name":"hasM","abstract":"

    Has M values

    ","parent_name":"SFGeometry"},"Classes/SFGeometry.html#/c:objc(cs)SFGeometry(im)initWithType:andHasZ:andHasM:":{"name":"-initWithType:andHasZ:andHasM:","abstract":"

    Initialize

    ","parent_name":"SFGeometry"},"Classes/SFGeometry.html#/c:objc(cs)SFGeometry(im)is3D":{"name":"-is3D","abstract":"

    Does the geometry have z coordinates

    ","parent_name":"SFGeometry"},"Classes/SFGeometry.html#/c:objc(cs)SFGeometry(im)isMeasured":{"name":"-isMeasured","abstract":"

    Does the geometry have m coordinates.

    ","parent_name":"SFGeometry"},"Classes/SFGeometry.html#/c:objc(cs)SFGeometry(im)envelope":{"name":"-envelope","abstract":"

    Get the minimum bounding box for this Geometry

    ","parent_name":"SFGeometry"},"Classes/SFGeometry.html#/c:objc(cs)SFGeometry(im)expandEnvelope:":{"name":"-expandEnvelope:","abstract":"

    Expand the envelope with the minimum bounding box for this Geometry

    ","parent_name":"SFGeometry"},"Classes/SFGeometry.html#/c:objc(cs)SFGeometry(im)dimension":{"name":"-dimension","abstract":"

    Get the inherent dimension (0, 1, or 2) for this Geometry

    ","parent_name":"SFGeometry"},"Classes/SFGeometry.html#/c:objc(cs)SFGeometry(im)centroid":{"name":"-centroid","abstract":"

    Get the mathematical centroid point of a 2 dimensional representation of","parent_name":"SFGeometry"},"Classes/SFGeometry.html#/c:objc(cs)SFGeometry(im)degreesCentroid":{"name":"-degreesCentroid","abstract":"

    Get the geographic centroid point of a 2 dimensional representation of","parent_name":"SFGeometry"},"Classes/SFGeometry.html#/c:objc(cs)SFGeometry(im)isEmpty":{"name":"-isEmpty","abstract":"

    Is the Geometry empty

    ","parent_name":"SFGeometry"},"Classes/SFGeometry.html#/c:objc(cs)SFGeometry(im)isSimple":{"name":"-isSimple","abstract":"

    Determine if this Geometry has no anomalous geometric points, such as","parent_name":"SFGeometry"},"Classes/SFGeometry.html#/c:objc(cs)SFGeometry(im)updateZM:":{"name":"-updateZM:","abstract":"

    Update currently false hasZ and hasM values using the provided geometry

    ","parent_name":"SFGeometry"},"Classes/SFCurvePolygon.html#/c:objc(cs)SFCurvePolygon(py)rings":{"name":"rings","abstract":"

    Array of rings

    ","parent_name":"SFCurvePolygon"},"Classes/SFCurvePolygon.html#/c:objc(cs)SFCurvePolygon(cm)curvePolygon":{"name":"+curvePolygon","abstract":"

    Create

    ","parent_name":"SFCurvePolygon"},"Classes/SFCurvePolygon.html#/c:objc(cs)SFCurvePolygon(cm)curvePolygonWithHasZ:andHasM:":{"name":"+curvePolygonWithHasZ:andHasM:","abstract":"

    Create

    ","parent_name":"SFCurvePolygon"},"Classes/SFCurvePolygon.html#/c:objc(cs)SFCurvePolygon(cm)curvePolygonWithRings:":{"name":"+curvePolygonWithRings:","abstract":"

    Create

    ","parent_name":"SFCurvePolygon"},"Classes/SFCurvePolygon.html#/c:objc(cs)SFCurvePolygon(cm)curvePolygonWithRing:":{"name":"+curvePolygonWithRing:","abstract":"

    Create

    ","parent_name":"SFCurvePolygon"},"Classes/SFCurvePolygon.html#/c:objc(cs)SFCurvePolygon(cm)curvePolygonWithCurvePolygon:":{"name":"+curvePolygonWithCurvePolygon:","abstract":"

    Create

    ","parent_name":"SFCurvePolygon"},"Classes/SFCurvePolygon.html#/c:objc(cs)SFCurvePolygon(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFCurvePolygon"},"Classes/SFCurvePolygon.html#/c:objc(cs)SFCurvePolygon(im)initWithHasZ:andHasM:":{"name":"-initWithHasZ:andHasM:","abstract":"

    Initialize

    ","parent_name":"SFCurvePolygon"},"Classes/SFCurvePolygon.html#/c:objc(cs)SFCurvePolygon(im)initWithRings:":{"name":"-initWithRings:","abstract":"

    Initialize

    ","parent_name":"SFCurvePolygon"},"Classes/SFCurvePolygon.html#/c:objc(cs)SFCurvePolygon(im)initWithRing:":{"name":"-initWithRing:","abstract":"

    Initialize

    ","parent_name":"SFCurvePolygon"},"Classes/SFCurvePolygon.html#/c:objc(cs)SFCurvePolygon(im)initWithType:andHasZ:andHasM:":{"name":"-initWithType:andHasZ:andHasM:","abstract":"

    Initialize

    ","parent_name":"SFCurvePolygon"},"Classes/SFCurvePolygon.html#/c:objc(cs)SFCurvePolygon(im)initWithCurvePolygon:":{"name":"-initWithCurvePolygon:","abstract":"

    Initialize

    ","parent_name":"SFCurvePolygon"},"Classes/SFCurvePolygon.html#/c:objc(cs)SFCurvePolygon(im)addRing:":{"name":"-addRing:","abstract":"

    Add a ring

    ","parent_name":"SFCurvePolygon"},"Classes/SFCurvePolygon.html#/c:objc(cs)SFCurvePolygon(im)addRings:":{"name":"-addRings:","abstract":"

    Add rings

    ","parent_name":"SFCurvePolygon"},"Classes/SFCurvePolygon.html#/c:objc(cs)SFCurvePolygon(im)numRings":{"name":"-numRings","abstract":"

    Get the number of rings

    ","parent_name":"SFCurvePolygon"},"Classes/SFCurvePolygon.html#/c:objc(cs)SFCurvePolygon(im)ringAtIndex:":{"name":"-ringAtIndex:","abstract":"

    Returns the Nth ring where the exterior ring is at 0, interior rings","parent_name":"SFCurvePolygon"},"Classes/SFCurvePolygon.html#/c:objc(cs)SFCurvePolygon(im)exteriorRing":{"name":"-exteriorRing","abstract":"

    Get the exterior ring

    ","parent_name":"SFCurvePolygon"},"Classes/SFCurvePolygon.html#/c:objc(cs)SFCurvePolygon(im)numInteriorRings":{"name":"-numInteriorRings","abstract":"

    Get the number of interior rings

    ","parent_name":"SFCurvePolygon"},"Classes/SFCurvePolygon.html#/c:objc(cs)SFCurvePolygon(im)interiorRingAtIndex:":{"name":"-interiorRingAtIndex:","abstract":"

    Returns the Nth interior ring for this Polygon

    ","parent_name":"SFCurvePolygon"},"Classes/SFCurve.html#/c:objc(cs)SFCurve(im)initWithType:andHasZ:andHasM:":{"name":"-initWithType:andHasZ:andHasM:","abstract":"

    Initialize

    ","parent_name":"SFCurve"},"Classes/SFCurve.html#/c:objc(cs)SFCurve(im)startPoint":{"name":"-startPoint","abstract":"

    Get the start Point of this Curve

    ","parent_name":"SFCurve"},"Classes/SFCurve.html#/c:objc(cs)SFCurve(im)endPoint":{"name":"-endPoint","abstract":"

    Get the end Point of this Curve

    ","parent_name":"SFCurve"},"Classes/SFCurve.html#/c:objc(cs)SFCurve(im)isClosed":{"name":"-isClosed","abstract":"

    Determine if this Curve is closed (start point = end point)

    ","parent_name":"SFCurve"},"Classes/SFCurve.html#/c:objc(cs)SFCurve(im)isRing":{"name":"-isRing","abstract":"

    Determine if this Curve is a ring (closed and simple)

    ","parent_name":"SFCurve"},"Classes/SFCompoundCurve.html#/c:objc(cs)SFCompoundCurve(py)lineStrings":{"name":"lineStrings","abstract":"

    Array of line strings

    ","parent_name":"SFCompoundCurve"},"Classes/SFCompoundCurve.html#/c:objc(cs)SFCompoundCurve(cm)compoundCurve":{"name":"+compoundCurve","abstract":"

    Create

    ","parent_name":"SFCompoundCurve"},"Classes/SFCompoundCurve.html#/c:objc(cs)SFCompoundCurve(cm)compoundCurveWithHasZ:andHasM:":{"name":"+compoundCurveWithHasZ:andHasM:","abstract":"

    Create

    ","parent_name":"SFCompoundCurve"},"Classes/SFCompoundCurve.html#/c:objc(cs)SFCompoundCurve(cm)compoundCurveWithLineStrings:":{"name":"+compoundCurveWithLineStrings:","abstract":"

    Create

    ","parent_name":"SFCompoundCurve"},"Classes/SFCompoundCurve.html#/c:objc(cs)SFCompoundCurve(cm)compoundCurveWithLineString:":{"name":"+compoundCurveWithLineString:","abstract":"

    Create

    ","parent_name":"SFCompoundCurve"},"Classes/SFCompoundCurve.html#/c:objc(cs)SFCompoundCurve(cm)compoundCurveWithCompoundCurve:":{"name":"+compoundCurveWithCompoundCurve:","abstract":"

    Create

    ","parent_name":"SFCompoundCurve"},"Classes/SFCompoundCurve.html#/c:objc(cs)SFCompoundCurve(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFCompoundCurve"},"Classes/SFCompoundCurve.html#/c:objc(cs)SFCompoundCurve(im)initWithHasZ:andHasM:":{"name":"-initWithHasZ:andHasM:","abstract":"

    Initialize

    ","parent_name":"SFCompoundCurve"},"Classes/SFCompoundCurve.html#/c:objc(cs)SFCompoundCurve(im)initWithLineStrings:":{"name":"-initWithLineStrings:","abstract":"

    Initialize

    ","parent_name":"SFCompoundCurve"},"Classes/SFCompoundCurve.html#/c:objc(cs)SFCompoundCurve(im)initWithLineString:":{"name":"-initWithLineString:","abstract":"

    Initialize

    ","parent_name":"SFCompoundCurve"},"Classes/SFCompoundCurve.html#/c:objc(cs)SFCompoundCurve(im)initWithCompoundCurve:":{"name":"-initWithCompoundCurve:","abstract":"

    Initialize

    ","parent_name":"SFCompoundCurve"},"Classes/SFCompoundCurve.html#/c:objc(cs)SFCompoundCurve(im)addLineString:":{"name":"-addLineString:","abstract":"

    Add a line string

    ","parent_name":"SFCompoundCurve"},"Classes/SFCompoundCurve.html#/c:objc(cs)SFCompoundCurve(im)addLineStrings:":{"name":"-addLineStrings:","abstract":"

    Add line strings

    ","parent_name":"SFCompoundCurve"},"Classes/SFCompoundCurve.html#/c:objc(cs)SFCompoundCurve(im)numLineStrings":{"name":"-numLineStrings","abstract":"

    Get the number of line strings

    ","parent_name":"SFCompoundCurve"},"Classes/SFCompoundCurve.html#/c:objc(cs)SFCompoundCurve(im)lineStringAtIndex:":{"name":"-lineStringAtIndex:","abstract":"

    Returns the Nth line string

    ","parent_name":"SFCompoundCurve"},"Classes/SFCircularString.html#/c:objc(cs)SFCircularString(cm)circularString":{"name":"+circularString","abstract":"

    Create

    ","parent_name":"SFCircularString"},"Classes/SFCircularString.html#/c:objc(cs)SFCircularString(cm)circularStringWithHasZ:andHasM:":{"name":"+circularStringWithHasZ:andHasM:","abstract":"

    Create

    ","parent_name":"SFCircularString"},"Classes/SFCircularString.html#/c:objc(cs)SFCircularString(cm)circularStringWithPoints:":{"name":"+circularStringWithPoints:","abstract":"

    Create

    ","parent_name":"SFCircularString"},"Classes/SFCircularString.html#/c:objc(cs)SFCircularString(cm)circularStringWithCircularString:":{"name":"+circularStringWithCircularString:","abstract":"

    Create

    ","parent_name":"SFCircularString"},"Classes/SFCircularString.html#/c:objc(cs)SFCircularString(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFCircularString"},"Classes/SFCircularString.html#/c:objc(cs)SFCircularString(im)initWithHasZ:andHasM:":{"name":"-initWithHasZ:andHasM:","abstract":"

    Initialize

    ","parent_name":"SFCircularString"},"Classes/SFCircularString.html#/c:objc(cs)SFCircularString(im)initWithPoints:":{"name":"-initWithPoints:","abstract":"

    Initialize

    ","parent_name":"SFCircularString"},"Classes/SFCircularString.html#/c:objc(cs)SFCircularString(im)initWithCircularString:":{"name":"-initWithCircularString:","abstract":"

    Initialize

    ","parent_name":"SFCircularString"},"Classes/PROJProjections.html#/c:objc(cs)PROJProjections(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"PROJProjections"},"Classes/PROJProjections.html#/c:objc(cs)PROJProjections(im)projectionsForAuthority:":{"name":"-projectionsForAuthority:","abstract":"

    Get the authority projections

    ","parent_name":"PROJProjections"},"Classes/PROJProjections.html#/c:objc(cs)PROJProjections(im)projectionForAuthority:andCode:":{"name":"-projectionForAuthority:andCode:","abstract":"

    Get the projection for the authority and code

    ","parent_name":"PROJProjections"},"Classes/PROJProjections.html#/c:objc(cs)PROJProjections(im)hasProjection:":{"name":"-hasProjection:","abstract":"

    Check if the collection contains the projection

    ","parent_name":"PROJProjections"},"Classes/PROJProjections.html#/c:objc(cs)PROJProjections(im)hasProjectionWithAuthority:andCode:":{"name":"-hasProjectionWithAuthority:andCode:","abstract":"

    Check if the collection contains a projection for the authority and code

    ","parent_name":"PROJProjections"},"Classes/PROJProjections.html#/c:objc(cs)PROJProjections(im)addProjection:":{"name":"-addProjection:","abstract":"

    Add the projection

    ","parent_name":"PROJProjections"},"Classes/PROJProjections.html#/c:objc(cs)PROJProjections(im)clear":{"name":"-clear","abstract":"

    Clear all projections

    ","parent_name":"PROJProjections"},"Classes/PROJProjections.html#/c:objc(cs)PROJProjections(im)clearAuthority:":{"name":"-clearAuthority:","abstract":"

    Clear all projections for the authority

    ","parent_name":"PROJProjections"},"Classes/PROJProjections.html#/c:objc(cs)PROJProjections(im)removeAuthority:andNumberCode:":{"name":"-removeAuthority:andNumberCode:","abstract":"

    Remove the projection for the authority and code

    ","parent_name":"PROJProjections"},"Classes/PROJProjections.html#/c:objc(cs)PROJProjections(im)removeAuthority:andCode:":{"name":"-removeAuthority:andCode:","abstract":"

    Remove the projection for the authority and code

    ","parent_name":"PROJProjections"},"Classes/PROJProjections.html#/c:objc(cs)PROJProjections(im)removeProjection:":{"name":"-removeProjection:","abstract":"

    Remove the projection

    ","parent_name":"PROJProjections"},"Classes/PROJProjections.html#/c:objc(cs)PROJProjections(im)authorityCount":{"name":"-authorityCount","abstract":"

    Get the count of authorities

    ","parent_name":"PROJProjections"},"Classes/PROJProjections.html#/c:objc(cs)PROJProjections(im)authorities":{"name":"-authorities","abstract":"

    Get the authorities

    ","parent_name":"PROJProjections"},"Classes/PROJProjections.html#/c:objc(cs)PROJProjections(im)projectionCount":{"name":"-projectionCount","abstract":"

    Get the count of projections

    ","parent_name":"PROJProjections"},"Classes/PROJProjections.html#/c:objc(cs)PROJProjections(im)isEmpty":{"name":"-isEmpty","abstract":"

    Is the collection empty?

    ","parent_name":"PROJProjections"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(py)fromProjection":{"name":"fromProjection","abstract":"

    From projection

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(py)toProjection":{"name":"toProjection","abstract":"

    To projection

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(cm)transformFromProjection:andToProjection:":{"name":"+transformFromProjection:andToProjection:","abstract":"

    Create

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(cm)transformFromEpsg:andToEpsg:":{"name":"+transformFromEpsg:andToEpsg:","abstract":"

    Create

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(cm)transformFromAuthority:andFromIntCode:andToAuthority:andToIntCode:":{"name":"+transformFromAuthority:andFromIntCode:andToAuthority:andToIntCode:","abstract":"

    Create

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(cm)transformFromAuthority:andFromCode:andToAuthority:andToCode:":{"name":"+transformFromAuthority:andFromCode:andToAuthority:andToCode:","abstract":"

    Create

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(cm)transformFromProjection:andToEpsg:":{"name":"+transformFromProjection:andToEpsg:","abstract":"

    Create

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(cm)transformFromProjection:andToAuthority:andToCode:":{"name":"+transformFromProjection:andToAuthority:andToCode:","abstract":"

    Create

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(cm)transformFromEpsg:andToProjection:":{"name":"+transformFromEpsg:andToProjection:","abstract":"

    Create

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(cm)transformFromAuthority:andFromCode:andToProjection:":{"name":"+transformFromAuthority:andFromCode:andToProjection:","abstract":"

    Create

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(cm)transformWithProjectionTransform:":{"name":"+transformWithProjectionTransform:","abstract":"

    Create

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(im)initWithFromProjection:andToProjection:":{"name":"-initWithFromProjection:andToProjection:","abstract":"

    Initialize

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(im)initWithFromEpsg:andToEpsg:":{"name":"-initWithFromEpsg:andToEpsg:","abstract":"

    Initialize

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(im)initWithFromAuthority:andFromIntCode:andToAuthority:andToIntCode:":{"name":"-initWithFromAuthority:andFromIntCode:andToAuthority:andToIntCode:","abstract":"

    Initialize

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(im)initWithFromAuthority:andFromCode:andToAuthority:andToCode:":{"name":"-initWithFromAuthority:andFromCode:andToAuthority:andToCode:","abstract":"

    Initialize

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(im)initWithFromProjection:andToEpsg:":{"name":"-initWithFromProjection:andToEpsg:","abstract":"

    Initialize

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(im)initWithFromProjection:andToAuthority:andToCode:":{"name":"-initWithFromProjection:andToAuthority:andToCode:","abstract":"

    Initialize

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(im)initWithFromEpsg:andToProjection:":{"name":"-initWithFromEpsg:andToProjection:","abstract":"

    Initialize

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(im)initWithFromAuthority:andFromCode:andToProjection:":{"name":"-initWithFromAuthority:andFromCode:andToProjection:","abstract":"

    Initialize

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(im)initWithProjectionTransform:":{"name":"-initWithProjectionTransform:","abstract":"

    Initialize

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(im)free":{"name":"-free","abstract":"

    Free the projection memory

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(im)transform:":{"name":"-transform:","abstract":"

    Transform a location coordinate

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(im)transform3d:":{"name":"-transform3d:","abstract":"

    Transform a 3d location coordinate

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(im)transformX:andY:":{"name":"-transformX:andY:","abstract":"

    Transform a x and y coordinate

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(im)transformMinX:andMinY:andMaxX:andMaxY:":{"name":"-transformMinX:andMinY:andMaxX:andMaxY:","abstract":"

    Transform the coordinate bounds

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(im)isSameProjection":{"name":"-isSameProjection","abstract":"

    Is the from and to projection the same?

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionTransform.html#/c:objc(cs)PROJProjectionTransform(im)inverseTransformation":{"name":"-inverseTransformation","abstract":"

    Get the inverse transformation

    ","parent_name":"PROJProjectionTransform"},"Classes/PROJProjectionRetriever.html#/c:objc(cs)PROJProjectionRetriever(cm)projectionWithEpsg:":{"name":"+projectionWithEpsg:","abstract":"

    Get the proj4 projection string for the EPSG code

    ","parent_name":"PROJProjectionRetriever"},"Classes/PROJProjectionRetriever.html#/c:objc(cs)PROJProjectionRetriever(cm)projectionWithAuthority:andNumberCode:":{"name":"+projectionWithAuthority:andNumberCode:","abstract":"

    Get the proj4 projection string for the authority coordinate code

    ","parent_name":"PROJProjectionRetriever"},"Classes/PROJProjectionRetriever.html#/c:objc(cs)PROJProjectionRetriever(cm)projectionWithAuthority:andCode:":{"name":"+projectionWithAuthority:andCode:","abstract":"

    Get the proj4 projection string for the authority coordinate code

    ","parent_name":"PROJProjectionRetriever"},"Classes/PROJProjectionRetriever.html#/c:objc(cs)PROJProjectionRetriever(cm)getOrCreateProjectionsForAuthority:":{"name":"+getOrCreateProjectionsForAuthority:","abstract":"

    Get or create the projection properties

    ","parent_name":"PROJProjectionRetriever"},"Classes/PROJProjectionRetriever.html#/c:objc(cs)PROJProjectionRetriever(cm)projectionsForAuthority:":{"name":"+projectionsForAuthority:","abstract":"

    Get the projection properties for the authority

    ","parent_name":"PROJProjectionRetriever"},"Classes/PROJProjectionRetriever.html#/c:objc(cs)PROJProjectionRetriever(cm)clear":{"name":"+clear","abstract":"

    Clear the properties for all authorities

    ","parent_name":"PROJProjectionRetriever"},"Classes/PROJProjectionRetriever.html#/c:objc(cs)PROJProjectionRetriever(cm)clearAuthority:":{"name":"+clearAuthority:","abstract":"

    Clear the properties for the authority

    ","parent_name":"PROJProjectionRetriever"},"Classes/PROJProjectionRetriever.html#/c:objc(cs)PROJProjectionRetriever(cm)clearAuthority:andNumberCode:":{"name":"+clearAuthority:andNumberCode:","abstract":"

    Clear the property for the authority code

    ","parent_name":"PROJProjectionRetriever"},"Classes/PROJProjectionRetriever.html#/c:objc(cs)PROJProjectionRetriever(cm)clearAuthority:andCode:":{"name":"+clearAuthority:andCode:","abstract":"

    Clear the property for the authority code

    ","parent_name":"PROJProjectionRetriever"},"Classes/PROJProjectionRetriever.html#/c:objc(cs)PROJProjectionRetriever(cm)propertiesPathForAuthority:":{"name":"+propertiesPathForAuthority:","abstract":"

    Get the properties file path for the authority

    ","parent_name":"PROJProjectionRetriever"},"Classes/PROJProjectionRetriever.html#/c:objc(cs)PROJProjectionRetriever(cm)setProjections:forAuthority:":{"name":"+setProjections:forAuthority:","abstract":"

    Set the projections for the authority with the properties

    ","parent_name":"PROJProjectionRetriever"},"Classes/PROJProjectionRetriever.html#/c:objc(cs)PROJProjectionRetriever(cm)setProjection:forAuthority:andNumberCode:":{"name":"+setProjection:forAuthority:andNumberCode:","abstract":"

    Set the projection for the authority and code, creating the authority if","parent_name":"PROJProjectionRetriever"},"Classes/PROJProjectionRetriever.html#/c:objc(cs)PROJProjectionRetriever(cm)setProjection:forAuthority:andCode:":{"name":"+setProjection:forAuthority:andCode:","abstract":"

    Set the projection for the authority and code, creating the authority if","parent_name":"PROJProjectionRetriever"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)resetOrder":{"name":"+resetOrder","abstract":"

    Reset the projection factory retrieval order to the default

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)order":{"name":"+order","abstract":"

    Get a copy of the projection factory retrieval order

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)cachelessOrder":{"name":"+cachelessOrder","abstract":"

    Get a copy of the projection factory retrieval order without caching

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)removeOrderType:":{"name":"+removeOrderType:","abstract":"

    Remove the projection factory retrieval type from the retrieval ordering

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)setOrder:":{"name":"+setOrder:","abstract":"

    Set the projection factory retrieval order

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)buildDefaultOrder":{"name":"+buildDefaultOrder","abstract":"

    Build a default order set for specified ordered projection retrievals","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)buildOrder:":{"name":"+buildOrder:","abstract":"

    Build an order set for specified ordered projection retrievals without","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)projectionWithEpsg:":{"name":"+projectionWithEpsg:","abstract":"

    Get the projection for the EPSG code

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)cachelessProjectionWithEpsg:":{"name":"+cachelessProjectionWithEpsg:","abstract":"

    Get the cacheless projection for the EPSG code

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)projectionWithEpsgInt:":{"name":"+projectionWithEpsgInt:","abstract":"

    Get the projection for the EPSG code

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)cachelessProjectionWithEpsgInt:":{"name":"+cachelessProjectionWithEpsgInt:","abstract":"

    Get the cacheless projection for the EPSG code

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)projectionWithName:":{"name":"+projectionWithName:","abstract":"

    Get the projection for the projection name, expected as ‘authority:code’ or ‘epsg_code’

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)cachelessProjectionWithName:":{"name":"+cachelessProjectionWithName:","abstract":"

    Get the cacheless projection for the projection name, expected as ‘authority:code’ or ‘epsg_code’

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)projectionWithAuthority:andNumberCode:":{"name":"+projectionWithAuthority:andNumberCode:","abstract":"

    Get the projection for authority and code

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)cachelessProjectionWithAuthority:andNumberCode:":{"name":"+cachelessProjectionWithAuthority:andNumberCode:","abstract":"

    Get the cacheless projection for authority and code

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)projectionWithAuthority:andIntCode:":{"name":"+projectionWithAuthority:andIntCode:","abstract":"

    Get the projection for authority and code

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)cachelessProjectionWithAuthority:andIntCode:":{"name":"+cachelessProjectionWithAuthority:andIntCode:","abstract":"

    Get the cacheless projection for authority and code

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)projectionWithAuthority:andCode:":{"name":"+projectionWithAuthority:andCode:","abstract":"

    Get the projection for authority and code

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)cachelessProjectionWithAuthority:andCode:":{"name":"+cachelessProjectionWithAuthority:andCode:","abstract":"

    Get the cacheless projection for authority and code

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)projectionWithAuthority:andNumberCode:andParams:":{"name":"+projectionWithAuthority:andNumberCode:andParams:","abstract":"

    Get the projection for authority, code, and parameter string

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)cachelessProjectionWithAuthority:andNumberCode:andParams:":{"name":"+cachelessProjectionWithAuthority:andNumberCode:andParams:","abstract":"

    Get the cacheless projection for authority, code, and parameter string

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)projectionWithAuthority:andIntCode:andParams:":{"name":"+projectionWithAuthority:andIntCode:andParams:","abstract":"

    Get the projection for authority, code, and parameter string

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)cachelessProjectionWithAuthority:andIntCode:andParams:":{"name":"+cachelessProjectionWithAuthority:andIntCode:andParams:","abstract":"

    Get the cacheless projection for authority, code, and parameter string

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)projectionWithAuthority:andCode:andParams:":{"name":"+projectionWithAuthority:andCode:andParams:","abstract":"

    Get the projection for authority, code, and parameter string

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)cachelessProjectionWithAuthority:andCode:andParams:":{"name":"+cachelessProjectionWithAuthority:andCode:andParams:","abstract":"

    Get the cacheless projection for authority, code, and parameter string

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)projectionWithAuthority:andNumberCode:andDefinition:":{"name":"+projectionWithAuthority:andNumberCode:andDefinition:","abstract":"

    Get the projection for the authority, code, and definition

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)cachelessProjectionWithAuthority:andNumberCode:andDefinition:":{"name":"+cachelessProjectionWithAuthority:andNumberCode:andDefinition:","abstract":"

    Get the cacheless projection for the authority, code, and definition

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)projectionWithAuthority:andIntCode:andDefinition:":{"name":"+projectionWithAuthority:andIntCode:andDefinition:","abstract":"

    Get the projection for the authority, code, and definition

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)cachelessProjectionWithAuthority:andIntCode:andDefinition:":{"name":"+cachelessProjectionWithAuthority:andIntCode:andDefinition:","abstract":"

    Get the cacheless projection for the authority, code, and definition

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)projectionWithAuthority:andCode:andDefinition:":{"name":"+projectionWithAuthority:andCode:andDefinition:","abstract":"

    Get the projection for the authority, code, and definition

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)cachelessProjectionWithAuthority:andCode:andDefinition:":{"name":"+cachelessProjectionWithAuthority:andCode:andDefinition:","abstract":"

    Get the cacheless projection for the authority, code, and definition

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)projectionWithAuthority:andNumberCode:andParams:andDefinition:":{"name":"+projectionWithAuthority:andNumberCode:andParams:andDefinition:","abstract":"

    Get the projection for the authority, code, definition, and custom","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)cachelessProjectionWithAuthority:andNumberCode:andParams:andDefinition:":{"name":"+cachelessProjectionWithAuthority:andNumberCode:andParams:andDefinition:","abstract":"

    Get the cacheless projection for the authority, code, definition, and custom","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)projectionWithAuthority:andIntCode:andParams:andDefinition:":{"name":"+projectionWithAuthority:andIntCode:andParams:andDefinition:","abstract":"

    Get the projection for the authority, code, definition, and custom","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)cachelessProjectionWithAuthority:andIntCode:andParams:andDefinition:":{"name":"+cachelessProjectionWithAuthority:andIntCode:andParams:andDefinition:","abstract":"

    Get the cacheless projection for the authority, code, definition, and custom","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)projectionWithAuthority:andCode:andParams:andDefinition:":{"name":"+projectionWithAuthority:andCode:andParams:andDefinition:","abstract":"

    Get the projection for the authority, code, definition, and custom","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)cachelessProjectionWithAuthority:andCode:andParams:andDefinition:":{"name":"+cachelessProjectionWithAuthority:andCode:andParams:andDefinition:","abstract":"

    Get the cacheless projection for the authority, code, definition, and custom","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)projectionWithTypes:andAuthority:andCode:andParams:andDefinition:":{"name":"+projectionWithTypes:andAuthority:andCode:andParams:andDefinition:","abstract":"

    Get the projection for the authority, code, definition, and custom","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)projectionWithType:andAuthority:andCode:andParams:andDefinition:":{"name":"+projectionWithType:andAuthority:andCode:andParams:andDefinition:","abstract":"

    Get the projection for the authority, code, definition, and custom","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)projectionByDefinition:":{"name":"+projectionByDefinition:","abstract":"

    Get the projection for the definition

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)cachelessProjectionByDefinition:":{"name":"+cachelessProjectionByDefinition:","abstract":"

    Get the cacheless projection for the definition

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)projections":{"name":"+projections","abstract":"

    Get the projections

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)projectionsWithAuthority:":{"name":"+projectionsWithAuthority:","abstract":"

    Get or create projections for the authority

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)parseAuthorityAndCode:":{"name":"+parseAuthorityAndCode:","abstract":"

    Parse a projection name, expected as ‘authority:code’ or ‘epsg_code’,","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)clear":{"name":"+clear","abstract":"

    Clear all authority projections

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)clearAuthority:":{"name":"+clearAuthority:","abstract":"

    Clear the authority projections

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)clearAuthority:andNumberCode:":{"name":"+clearAuthority:andNumberCode:","abstract":"

    Clear the authority projection code

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)clearAuthority:andIntCode:":{"name":"+clearAuthority:andIntCode:","abstract":"

    Clear the authority projection code

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)clearAuthority:andCode:":{"name":"+clearAuthority:andCode:","abstract":"

    Clear the authority projection code

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)clearProjection:":{"name":"+clearProjection:","abstract":"

    Clear the projection, authority and code

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjectionFactory.html#/c:objc(cs)PROJProjectionFactory(cm)clearTransform:":{"name":"+clearTransform:","abstract":"

    Clear the transform projections

    ","parent_name":"PROJProjectionFactory"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(cm)projectionWithAuthority:andNumberCode:andCrs:":{"name":"+projectionWithAuthority:andNumberCode:andCrs:","abstract":"

    Initialize

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(cm)projectionWithAuthority:andIntCode:andCrs:":{"name":"+projectionWithAuthority:andIntCode:andCrs:","abstract":"

    Initialize

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(cm)projectionWithAuthority:andCode:andCrs:":{"name":"+projectionWithAuthority:andCode:andCrs:","abstract":"

    Initialize

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(cm)projectionWithAuthority:andNumberCode:andCrs:andDefinition:":{"name":"+projectionWithAuthority:andNumberCode:andCrs:andDefinition:","abstract":"

    Initialize

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(cm)projectionWithAuthority:andIntCode:andCrs:andDefinition:":{"name":"+projectionWithAuthority:andIntCode:andCrs:andDefinition:","abstract":"

    Initialize

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(cm)projectionWithAuthority:andCode:andCrs:andDefinition:":{"name":"+projectionWithAuthority:andCode:andCrs:andDefinition:","abstract":"

    Initialize

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(cm)projectionWithAuthority:andNumberCode:andCrs:andDefinition:andDefinitionCrs:":{"name":"+projectionWithAuthority:andNumberCode:andCrs:andDefinition:andDefinitionCrs:","abstract":"

    Initialize

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(cm)projectionWithAuthority:andIntCode:andCrs:andDefinition:andDefinitionCrs:":{"name":"+projectionWithAuthority:andIntCode:andCrs:andDefinition:andDefinitionCrs:","abstract":"

    Initialize

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(cm)projectionWithAuthority:andCode:andCrs:andDefinition:andDefinitionCrs:":{"name":"+projectionWithAuthority:andCode:andCrs:andDefinition:andDefinitionCrs:","abstract":"

    Initialize

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)initWithAuthority:andNumberCode:andCrs:":{"name":"-initWithAuthority:andNumberCode:andCrs:","abstract":"

    Initialize

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)initWithAuthority:andIntCode:andCrs:":{"name":"-initWithAuthority:andIntCode:andCrs:","abstract":"

    Initialize

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)initWithAuthority:andCode:andCrs:":{"name":"-initWithAuthority:andCode:andCrs:","abstract":"

    Initialize

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)initWithAuthority:andNumberCode:andCrs:andDefinition:":{"name":"-initWithAuthority:andNumberCode:andCrs:andDefinition:","abstract":"

    Initialize

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)initWithAuthority:andIntCode:andCrs:andDefinition:":{"name":"-initWithAuthority:andIntCode:andCrs:andDefinition:","abstract":"

    Initialize

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)initWithAuthority:andCode:andCrs:andDefinition:":{"name":"-initWithAuthority:andCode:andCrs:andDefinition:","abstract":"

    Initialize

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)initWithAuthority:andNumberCode:andCrs:andDefinition:andDefinitionCrs:":{"name":"-initWithAuthority:andNumberCode:andCrs:andDefinition:andDefinitionCrs:","abstract":"

    Initialize

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)initWithAuthority:andIntCode:andCrs:andDefinition:andDefinitionCrs:":{"name":"-initWithAuthority:andIntCode:andCrs:andDefinition:andDefinitionCrs:","abstract":"

    Initialize

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)initWithAuthority:andCode:andCrs:andDefinition:andDefinitionCrs:":{"name":"-initWithAuthority:andCode:andCrs:andDefinition:andDefinitionCrs:","abstract":"

    Initialize

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)free":{"name":"-free","abstract":"

    Free the projection memory

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)authority":{"name":"-authority","abstract":"

    Get the coordinate authority

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)code":{"name":"-code","abstract":"

    Get the coordinate code

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)crs":{"name":"-crs","abstract":"

    Get the Coordinate Reference System

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)isLatLong":{"name":"-isLatLong","abstract":"

    Check if a lat lon crs

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)definition":{"name":"-definition","abstract":"

    Get the well-known text coordinate definition

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)definitionCRS":{"name":"-definitionCRS","abstract":"

    Get the definition parsed Coordinate Reference System

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)transformationWithEpsg:":{"name":"-transformationWithEpsg:","abstract":"

    Get the transformation from this Projection to the EPSG code. Each thread","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)transformationWithAuthority:andIntCode:":{"name":"-transformationWithAuthority:andIntCode:","abstract":"

    Get the transformation from this Projection to the authority and","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)transformationWithAuthority:andCode:":{"name":"-transformationWithAuthority:andCode:","abstract":"

    Get the transformation from this Projection to the authority and","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)transformationWithProjection:":{"name":"-transformationWithProjection:","abstract":"

    Get the transformation from this Projection to the provided projection.","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)toMeters:":{"name":"-toMeters:","abstract":"

    Convert the value to meters

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)unit":{"name":"-unit","abstract":"

    Get the projection unit

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)isUnit:":{"name":"-isUnit:","abstract":"

    Determine if the projection is in the provided unit

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)isEqualToAuthority:andNumberCode:":{"name":"-isEqualToAuthority:andNumberCode:","abstract":"

    Check if this projection is equal to the authority and code

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)isEqualToAuthority:andCode:":{"name":"-isEqualToAuthority:andCode:","abstract":"

    Check if this projection is equal to the authority and code

    ","parent_name":"PROJProjection"},"Classes/PROJProjection.html#/c:objc(cs)PROJProjection(im)isEqualToProjection:":{"name":"-isEqualToProjection:","abstract":"

    Check if this projection is equal to the projection

    ","parent_name":"PROJProjection"},"Classes/PROJLocationCoordinate3D.html#/c:objc(cs)PROJLocationCoordinate3D(py)coordinate":{"name":"coordinate","abstract":"

    Location Coordinate

    ","parent_name":"PROJLocationCoordinate3D"},"Classes/PROJLocationCoordinate3D.html#/c:objc(cs)PROJLocationCoordinate3D(py)z":{"name":"z","abstract":"

    Z Altitude

    ","parent_name":"PROJLocationCoordinate3D"},"Classes/PROJLocationCoordinate3D.html#/c:objc(cs)PROJLocationCoordinate3D(cm)coordinateWithCoordinate:":{"name":"+coordinateWithCoordinate:","abstract":"

    Initialize as 2D coordinate

    ","parent_name":"PROJLocationCoordinate3D"},"Classes/PROJLocationCoordinate3D.html#/c:objc(cs)PROJLocationCoordinate3D(cm)coordinateWithCoordinate:andZ:":{"name":"+coordinateWithCoordinate:andZ:","abstract":"

    Initialize as 2D or 3D coordinate

    ","parent_name":"PROJLocationCoordinate3D"},"Classes/PROJLocationCoordinate3D.html#/c:objc(cs)PROJLocationCoordinate3D(im)initWithCoordinate:":{"name":"-initWithCoordinate:","abstract":"

    Initialize as 2D coordinate

    ","parent_name":"PROJLocationCoordinate3D"},"Classes/PROJLocationCoordinate3D.html#/c:objc(cs)PROJLocationCoordinate3D(im)initWithCoordinate:andZ:":{"name":"-initWithCoordinate:andZ:","abstract":"

    Initialize as 2D or 3D coordinate

    ","parent_name":"PROJLocationCoordinate3D"},"Classes/PROJLocationCoordinate3D.html#/c:objc(cs)PROJLocationCoordinate3D(im)hasZ":{"name":"-hasZ","abstract":"

    Has z coordinate?

    ","parent_name":"PROJLocationCoordinate3D"},"Classes/PROJIOUtils.html#/c:objc(cs)PROJIOUtils(cm)propertyListPathWithName:":{"name":"+propertyListPathWithName:","abstract":"

    Get the path of the property list file with name

    ","parent_name":"PROJIOUtils"},"Classes/PROJIOUtils.html#/c:objc(cs)PROJIOUtils(cm)resourcePathWithName:andType:":{"name":"+resourcePathWithName:andType:","abstract":"

    Get the path of the resource file with name and file type

    ","parent_name":"PROJIOUtils"},"Classes/PROJCRSParser.html#/c:objc(cs)PROJCRSParser(cm)parseText:":{"name":"+parseText:","abstract":"

    Parse crs well-known text into a proj4 coordinate reference system

    ","parent_name":"PROJCRSParser"},"Classes/PROJCRSParser.html#/c:objc(cs)PROJCRSParser(cm)convertCRS:":{"name":"+convertCRS:","abstract":"

    Convert a CRS object into a proj4 coordinate reference system

    ","parent_name":"PROJCRSParser"},"Classes/PROJCRSParser.html#/c:objc(cs)PROJCRSParser(cm)convertGeo:":{"name":"+convertGeo:","abstract":"

    Convert a geodetic or geographic crs into a proj4 coordinate reference","parent_name":"PROJCRSParser"},"Classes/PROJCRSParser.html#/c:objc(cs)PROJCRSParser(cm)convertProjected:":{"name":"+convertProjected:","abstract":"

    Convert a projected crs into a proj4 coordinate reference system

    ","parent_name":"PROJCRSParser"},"Classes/PROJCRSParser.html#/c:objc(cs)PROJCRSParser(cm)convertCompound:":{"name":"+convertCompound:","abstract":"

    Convert a compound crs into a proj4 coordinate reference system

    ","parent_name":"PROJCRSParser"},"Classes/PROJAuthorityProjections.html#/c:objc(cs)PROJAuthorityProjections(im)initWithAuthority:":{"name":"-initWithAuthority:","abstract":"

    Initialize

    ","parent_name":"PROJAuthorityProjections"},"Classes/PROJAuthorityProjections.html#/c:objc(cs)PROJAuthorityProjections(im)authority":{"name":"-authority","abstract":"

    Get the authority

    ","parent_name":"PROJAuthorityProjections"},"Classes/PROJAuthorityProjections.html#/c:objc(cs)PROJAuthorityProjections(im)projectionForNumberCode:":{"name":"-projectionForNumberCode:","abstract":"

    Get the projection for the code

    ","parent_name":"PROJAuthorityProjections"},"Classes/PROJAuthorityProjections.html#/c:objc(cs)PROJAuthorityProjections(im)projectionForCode:":{"name":"-projectionForCode:","abstract":"

    Get the projection for the code

    ","parent_name":"PROJAuthorityProjections"},"Classes/PROJAuthorityProjections.html#/c:objc(cs)PROJAuthorityProjections(im)hasProjection:":{"name":"-hasProjection:","abstract":"

    Check if the collection contains the projection

    ","parent_name":"PROJAuthorityProjections"},"Classes/PROJAuthorityProjections.html#/c:objc(cs)PROJAuthorityProjections(im)hasProjectionNumberCode:":{"name":"-hasProjectionNumberCode:","abstract":"

    Check if the collection contains a projection for the code

    ","parent_name":"PROJAuthorityProjections"},"Classes/PROJAuthorityProjections.html#/c:objc(cs)PROJAuthorityProjections(im)hasProjectionCode:":{"name":"-hasProjectionCode:","abstract":"

    Check if the collection contains a projection for the code

    ","parent_name":"PROJAuthorityProjections"},"Classes/PROJAuthorityProjections.html#/c:objc(cs)PROJAuthorityProjections(im)addProjection:":{"name":"-addProjection:","abstract":"

    Add the projection to the authority

    ","parent_name":"PROJAuthorityProjections"},"Classes/PROJAuthorityProjections.html#/c:objc(cs)PROJAuthorityProjections(im)clear":{"name":"-clear","abstract":"

    Clear all projections for the authority

    ","parent_name":"PROJAuthorityProjections"},"Classes/PROJAuthorityProjections.html#/c:objc(cs)PROJAuthorityProjections(im)removeNumberCode:":{"name":"-removeNumberCode:","abstract":"

    Remove the projection with the code

    ","parent_name":"PROJAuthorityProjections"},"Classes/PROJAuthorityProjections.html#/c:objc(cs)PROJAuthorityProjections(im)removeCode:":{"name":"-removeCode:","abstract":"

    Remove the projection with the code

    ","parent_name":"PROJAuthorityProjections"},"Classes/PROJAuthorityProjections.html#/c:objc(cs)PROJAuthorityProjections(im)removeProjection:":{"name":"-removeProjection:","abstract":"

    Remove the projection

    ","parent_name":"PROJAuthorityProjections"},"Classes/PROJAuthorityProjections.html#/c:objc(cs)PROJAuthorityProjections(im)count":{"name":"-count","abstract":"

    Get the count of authority projections

    ","parent_name":"PROJAuthorityProjections"},"Classes/PROJAuthorityProjections.html#/c:objc(cs)PROJAuthorityProjections(im)isEmpty":{"name":"-isEmpty","abstract":"

    Is the collection empty?

    ","parent_name":"PROJAuthorityProjections"},"Classes/PROJAuthorityProjections.html#/c:objc(cs)PROJAuthorityProjections(im)codes":{"name":"-codes","abstract":"

    Get the projection codes

    ","parent_name":"PROJAuthorityProjections"},"Classes/PROJAuthorityProjections.html#/c:objc(cs)PROJAuthorityProjections(im)projections":{"name":"-projections","abstract":"

    Get the projections

    ","parent_name":"PROJAuthorityProjections"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(cm)write:":{"name":"+write:","abstract":"

    Write a coordinate reference system to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(cm)writePretty:":{"name":"+writePretty:","abstract":"

    Write a coordinate reference system to well-known pretty text, 4 space","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(cm)writePrettyTabIndent:":{"name":"+writePrettyTabIndent:","abstract":"

    Write a coordinate reference system to well-known pretty text, tab","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(cm)writePrettyNoIndent:":{"name":"+writePrettyNoIndent:","abstract":"

    Write a coordinate reference system to well-known pretty text, no indents

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(cm)writePretty:withIndent:":{"name":"+writePretty:withIndent:","abstract":"

    Write a coordinate reference system to well-known pretty text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(cm)writePretty:withNewline:andIndent:":{"name":"+writePretty:withNewline:andIndent:","abstract":"

    Write a coordinate reference system to well-known pretty text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(cm)writePrettyWithText:":{"name":"+writePrettyWithText:","abstract":"

    Write well-known text to well-known pretty text, 4 space indents

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(cm)writePrettyTabIndentWithText:":{"name":"+writePrettyTabIndentWithText:","abstract":"

    Write well-known text to well-known pretty text, tab indents

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(cm)writePrettyNoIndentWithText:":{"name":"+writePrettyNoIndentWithText:","abstract":"

    Write well-known text to well-known pretty text, no indents

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(cm)writePrettyWithText:andIndent:":{"name":"+writePrettyWithText:andIndent:","abstract":"

    Write well-known text to well-known pretty text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(cm)writePrettyWithText:andNewline:andIndent:":{"name":"+writePrettyWithText:andNewline:andIndent:","abstract":"

    Write well-known text to well-known pretty text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)initWithText:":{"name":"-initWithText:","abstract":"

    Initializer

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)text":{"name":"-text","abstract":"

    Get the well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeCRS:":{"name":"-writeCRS:","abstract":"

    Write a CRS to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeKeywordType:":{"name":"-writeKeywordType:","abstract":"

    Write a keyword type

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeKeyword:":{"name":"-writeKeyword:","abstract":"

    Write a keyword

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeLeftDelimiter":{"name":"-writeLeftDelimiter","abstract":"

    Write a left delimiter

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeRightDelimiter":{"name":"-writeRightDelimiter","abstract":"

    Write a right delimiter

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeSeparator":{"name":"-writeSeparator","abstract":"

    Write a separator

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeQuotedText:":{"name":"-writeQuotedText:","abstract":"

    Write the text as quoted

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeNumber:":{"name":"-writeNumber:","abstract":"

    Write a number

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeNumberOrQuotedText:":{"name":"-writeNumberOrQuotedText:","abstract":"

    Write a number or quoted text if not a number

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeDouble:":{"name":"-writeDouble:","abstract":"

    Write a double

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeInt:":{"name":"-writeInt:","abstract":"

    Write an int

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeKeywordType:withDelimitedQuotedText:":{"name":"-writeKeywordType:withDelimitedQuotedText:","abstract":"

    Write a keyword type delimited text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeKeyword:withDelimitedQuotedText:":{"name":"-writeKeyword:withDelimitedQuotedText:","abstract":"

    Write a keyword delimited text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeGeo:":{"name":"-writeGeo:","abstract":"

    Write a geodetic or geographic CRS to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeProjected:":{"name":"-writeProjected:","abstract":"

    Write a projected CRS to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeVertical:":{"name":"-writeVertical:","abstract":"

    Write a vertical CRS to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeEngineering:":{"name":"-writeEngineering:","abstract":"

    Write an engineering CRS to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeParametric:":{"name":"-writeParametric:","abstract":"

    Write a parametric CRS to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeTemporal:":{"name":"-writeTemporal:","abstract":"

    Write a temporal CRS to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeDerived:":{"name":"-writeDerived:","abstract":"

    Write a derived CRS to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeDerivedGeoCRS:":{"name":"-writeDerivedGeoCRS:","abstract":"

    Write a derived geo CRS to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeDerivedProjectedCRS:":{"name":"-writeDerivedProjectedCRS:","abstract":"

    Write a derived projected CRS to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeDerivedVerticalCRS:":{"name":"-writeDerivedVerticalCRS:","abstract":"

    Write a derived vertical CRS to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeDerivedEngineeringCRS:":{"name":"-writeDerivedEngineeringCRS:","abstract":"

    Write a derived engineering CRS to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeDerivedParametricCRS:":{"name":"-writeDerivedParametricCRS:","abstract":"

    Write a derived parametric CRS to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeDerivedTemporalCRS:":{"name":"-writeDerivedTemporalCRS:","abstract":"

    Write a derived temporal CRS to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeCompound:":{"name":"-writeCompound:","abstract":"

    Write a compound CRS to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeCoordinateMetadata:":{"name":"-writeCoordinateMetadata:","abstract":"

    Write coordinate metadata to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeCoordinateOperation:":{"name":"-writeCoordinateOperation:","abstract":"

    Write coordinate operation to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writePointMotionOperation:":{"name":"-writePointMotionOperation:","abstract":"

    Write point motion operation to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeConcatenatedOperation:":{"name":"-writeConcatenatedOperation:","abstract":"

    Write concatenated operation to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeBound:":{"name":"-writeBound:","abstract":"

    Write a bound CRS to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeScopeExtentIdentifierRemark:":{"name":"-writeScopeExtentIdentifierRemark:","abstract":"

    Write the CRS usages (scope and extent), identifiers, and remark

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeReferenceFrame:":{"name":"-writeReferenceFrame:","abstract":"

    Write a reference frame to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeDatumEnsemble:":{"name":"-writeDatumEnsemble:","abstract":"

    Write a datum ensemble to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeDatumEnsembleMember:":{"name":"-writeDatumEnsembleMember:","abstract":"

    Write a datum ensemble member to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeDynamic:":{"name":"-writeDynamic:","abstract":"

    Write a dynamic to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writePrimeMeridian:":{"name":"-writePrimeMeridian:","abstract":"

    Write a prime meridian to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeEllipsoid:":{"name":"-writeEllipsoid:","abstract":"

    Write an ellipsoid to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeUnit:":{"name":"-writeUnit:","abstract":"

    Write a unit to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeIdentifiers:":{"name":"-writeIdentifiers:","abstract":"

    Write identifiers to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeIdentifier:":{"name":"-writeIdentifier:","abstract":"

    Write an identifier to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeCoordinateSystem:":{"name":"-writeCoordinateSystem:","abstract":"

    Write a coordinate system to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeAxis:":{"name":"-writeAxis:","abstract":"

    Write an axis to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeRemark:":{"name":"-writeRemark:","abstract":"

    Write a remark to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeUsages:":{"name":"-writeUsages:","abstract":"

    Write usages to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeUsage:":{"name":"-writeUsage:","abstract":"

    Write a usage to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeScope:":{"name":"-writeScope:","abstract":"

    Write a scope to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeExtent:":{"name":"-writeExtent:","abstract":"

    Write an extent to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeAreaDescription:":{"name":"-writeAreaDescription:","abstract":"

    Write an area description to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeGeographicBoundingBox:":{"name":"-writeGeographicBoundingBox:","abstract":"

    Write a geographic bounding box to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeVerticalExtent:":{"name":"-writeVerticalExtent:","abstract":"

    Write a vertical extent to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeTemporalExtent:":{"name":"-writeTemporalExtent:","abstract":"

    Write a temporal extent to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeMapProjection:":{"name":"-writeMapProjection:","abstract":"

    Write a map projection to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeOperationMethod:":{"name":"-writeOperationMethod:","abstract":"

    Write an operation method to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeOperationParameter:":{"name":"-writeOperationParameter:","abstract":"

    Write an operation parameter to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeTemporalDatum:":{"name":"-writeTemporalDatum:","abstract":"

    Write a temporal datum to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeDerivingConversion:":{"name":"-writeDerivingConversion:","abstract":"

    Write a deriving conversion to well-known text

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeOperationParameters:":{"name":"-writeOperationParameters:","abstract":"

    Write operation parameters and operation parameter files to well-known","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeVersion:":{"name":"-writeVersion:","abstract":"

    Write an operation version

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeSource:":{"name":"-writeSource:","abstract":"

    Write a source coordinate reference system

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeTarget:":{"name":"-writeTarget:","abstract":"

    Write a target coordinate reference system

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeInterpolation:":{"name":"-writeInterpolation:","abstract":"

    Write a interpolation coordinate reference system

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeCoordinateReferenceSystem:withKeywordType:":{"name":"-writeCoordinateReferenceSystem:withKeywordType:","abstract":"

    Write a coordinate reference system with the keyword

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeAccuracy:":{"name":"-writeAccuracy:","abstract":"

    Write an operation accuracy

    ","parent_name":"CRSWriter"},"Classes/CRSWriter.html#/c:objc(cs)CRSWriter(im)writeAbridgedCoordinateTransformation:":{"name":"-writeAbridgedCoordinateTransformation:","abstract":"

    Write an abridged coordinate transformation

    ","parent_name":"CRSWriter"},"Classes/CRSTextUtils.html#/c:objc(cs)CRSTextUtils(cm)isLeftDelimiter:":{"name":"+isLeftDelimiter:","abstract":"

    Is the text a left delimiter

    ","parent_name":"CRSTextUtils"},"Classes/CRSTextUtils.html#/c:objc(cs)CRSTextUtils(cm)isRightDelimiter:":{"name":"+isRightDelimiter:","abstract":"

    Is the text a right delimiter

    ","parent_name":"CRSTextUtils"},"Classes/CRSTextUtils.html#/c:objc(cs)CRSTextUtils(cm)isSpatial:":{"name":"+isSpatial:","abstract":"

    Is the Coordinate System Type a spatial type

    ","parent_name":"CRSTextUtils"},"Classes/CRSTextUtils.html#/c:objc(cs)CRSTextUtils(cm)isTemporalCountMeasure:":{"name":"+isTemporalCountMeasure:","abstract":"

    Is the Coordinate System Type a temporal count or measure type

    ","parent_name":"CRSTextUtils"},"Classes/CRSTextUtils.html#/c:objc(cs)CRSTextUtils(cm)isOrdinalDateTime:":{"name":"+isOrdinalDateTime:","abstract":"

    Is the Coordinate System Type an ordinal or temporal date time type

    ","parent_name":"CRSTextUtils"},"Classes/CRSTextUtils.html#/c:objc(cs)CRSTextUtils(cm)unitTypeOfKeyword:":{"name":"+unitTypeOfKeyword:","abstract":"

    Get the unit type from the keyword

    ","parent_name":"CRSTextUtils"},"Classes/CRSTextUtils.html#/c:objc(cs)CRSTextUtils(cm)unitType:":{"name":"+unitType:","abstract":"

    Get the unit type from the keyword type

    ","parent_name":"CRSTextUtils"},"Classes/CRSTextUtils.html#/c:objc(cs)CRSTextUtils(cm)coordinateReferenceSystemType:":{"name":"+coordinateReferenceSystemType:","abstract":"

    Get the Coordinate Reference System Type

    ","parent_name":"CRSTextUtils"},"Classes/CRSTextUtils.html#/c:objc(cs)CRSTextUtils(cm)intFromString:":{"name":"+intFromString:","abstract":"

    Get an int from a string

    ","parent_name":"CRSTextUtils"},"Classes/CRSTextUtils.html#/c:objc(cs)CRSTextUtils(cm)doubleFromString:":{"name":"+doubleFromString:","abstract":"

    Get a double from a string

    ","parent_name":"CRSTextUtils"},"Classes/CRSTextUtils.html#/c:objc(cs)CRSTextUtils(cm)decimalNumberFromString:":{"name":"+decimalNumberFromString:","abstract":"

    Get a decimal number from a string

    ","parent_name":"CRSTextUtils"},"Classes/CRSTextUtils.html#/c:objc(cs)CRSTextUtils(cm)textFromDouble:":{"name":"+textFromDouble:","abstract":"

    Get text from a double

    ","parent_name":"CRSTextUtils"},"Classes/CRSTextUtils.html#/c:objc(cs)CRSTextUtils(cm)textFromDecimalNumber:":{"name":"+textFromDecimalNumber:","abstract":"

    Get text from a decimal number

    ","parent_name":"CRSTextUtils"},"Classes/CRSTextUtils.html#/c:objc(cs)CRSTextUtils(cm)pretty:":{"name":"+pretty:","abstract":"

    Convert the WKT to a pretty WKT string, 4 space indents

    ","parent_name":"CRSTextUtils"},"Classes/CRSTextUtils.html#/c:objc(cs)CRSTextUtils(cm)prettyTabIndent:":{"name":"+prettyTabIndent:","abstract":"

    Convert the WKT to a pretty WKT string, tab indents

    ","parent_name":"CRSTextUtils"},"Classes/CRSTextUtils.html#/c:objc(cs)CRSTextUtils(cm)prettyNoIndent:":{"name":"+prettyNoIndent:","abstract":"

    Convert the WKT to a pretty WKT string, no indents

    ","parent_name":"CRSTextUtils"},"Classes/CRSTextUtils.html#/c:objc(cs)CRSTextUtils(cm)pretty:withIndent:":{"name":"+pretty:withIndent:","abstract":"

    Convert the WKT to a pretty WKT string

    ","parent_name":"CRSTextUtils"},"Classes/CRSTextUtils.html#/c:objc(cs)CRSTextUtils(cm)pretty:withNewline:andIndent:":{"name":"+pretty:withNewline:andIndent:","abstract":"

    Convert the WKT to a pretty WKT string

    ","parent_name":"CRSTextUtils"},"Classes/CRSTextReader.html#/c:objc(cs)CRSTextReader(py)includeQuotes":{"name":"includeQuotes","abstract":"

    Parameter name

    ","parent_name":"CRSTextReader"},"Classes/CRSTextReader.html#/c:objc(cs)CRSTextReader(cm)createWithText:":{"name":"+createWithText:","abstract":"

    Initialize

    ","parent_name":"CRSTextReader"},"Classes/CRSTextReader.html#/c:objc(cs)CRSTextReader(cm)createWithText:andIncludeQuotes:":{"name":"+createWithText:andIncludeQuotes:","abstract":"

    Initialize

    ","parent_name":"CRSTextReader"},"Classes/CRSTextReader.html#/c:objc(cs)CRSTextReader(im)initWithText:":{"name":"-initWithText:","abstract":"

    Initialize

    ","parent_name":"CRSTextReader"},"Classes/CRSTextReader.html#/c:objc(cs)CRSTextReader(im)initWithText:andIncludeQuotes:":{"name":"-initWithText:andIncludeQuotes:","abstract":"

    Initialize

    ","parent_name":"CRSTextReader"},"Classes/CRSTextReader.html#/c:objc(cs)CRSTextReader(im)text":{"name":"-text","abstract":"

    Get the text

    ","parent_name":"CRSTextReader"},"Classes/CRSTextReader.html#/c:objc(cs)CRSTextReader(im)reset":{"name":"-reset","abstract":"

    Reset the reader

    ","parent_name":"CRSTextReader"},"Classes/CRSTextReader.html#/c:objc(cs)CRSTextReader(im)readToken":{"name":"-readToken","abstract":"

    Read the next token. Ignores whitespace until a non whitespace character","parent_name":"CRSTextReader"},"Classes/CRSTextReader.html#/c:objc(cs)CRSTextReader(im)peekToken":{"name":"-peekToken","abstract":"

    Peek at the next token without reading past it

    ","parent_name":"CRSTextReader"},"Classes/CRSTextReader.html#/c:objc(cs)CRSTextReader(im)peekTokenAtNum:":{"name":"-peekTokenAtNum:","abstract":"

    Peek at a token without reading past it

    ","parent_name":"CRSTextReader"},"Classes/CRSTextReader.html#/c:objc(cs)CRSTextReader(im)pushToken:":{"name":"-pushToken:","abstract":"

    Push a token back onto the read cache

    ","parent_name":"CRSTextReader"},"Classes/CRSTextReader.html#/c:objc(cs)CRSTextReader(im)readExpectedToken":{"name":"-readExpectedToken","abstract":"

    Read an expected token

    ","parent_name":"CRSTextReader"},"Classes/CRSTextReader.html#/c:objc(cs)CRSTextReader(im)peekExpectedToken":{"name":"-peekExpectedToken","abstract":"

    Peek at the next expected token without reading past it

    ","parent_name":"CRSTextReader"},"Classes/CRSTextReader.html#/c:objc(cs)CRSTextReader(im)peekExpectedTokenAtNum:":{"name":"-peekExpectedTokenAtNum:","abstract":"

    Peek at the next expected token without reading past it

    ","parent_name":"CRSTextReader"},"Classes/CRSTextReader.html#/c:objc(cs)CRSTextReader(im)readNumber":{"name":"-readNumber","abstract":"

    Read a signed number as a double

    ","parent_name":"CRSTextReader"},"Classes/CRSTextReader.html#/c:objc(cs)CRSTextReader(im)readUnsignedNumber":{"name":"-readUnsignedNumber","abstract":"

    Read an unsigned number as a double

    ","parent_name":"CRSTextReader"},"Classes/CRSTextReader.html#/c:objc(cs)CRSTextReader(im)readInteger":{"name":"-readInteger","abstract":"

    Read a signed integer

    ","parent_name":"CRSTextReader"},"Classes/CRSTextReader.html#/c:objc(cs)CRSTextReader(im)readUnsignedInteger":{"name":"-readUnsignedInteger","abstract":"

    Read an unsigned integer

    ","parent_name":"CRSTextReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)read:":{"name":"+read:","abstract":"

    Read a Coordinate Reference System from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)read:withStrict:":{"name":"+read:withStrict:","abstract":"

    Read a Coordinate Reference System from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)read:withType:":{"name":"+read:withType:","abstract":"

    Read a Coordinate Reference System from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)read:withTypes:":{"name":"+read:withTypes:","abstract":"

    Read a Coordinate Reference System from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)read:withStrict:andType:":{"name":"+read:withStrict:andType:","abstract":"

    Read a Coordinate Reference System from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)read:withStrict:andTypes:":{"name":"+read:withStrict:andTypes:","abstract":"

    Read a Coordinate Reference System from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readCoordinateReferenceSystem:":{"name":"+readCoordinateReferenceSystem:","abstract":"

    Read a Coordinate Reference System from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readCoordinateReferenceSystem:withStrict:":{"name":"+readCoordinateReferenceSystem:withStrict:","abstract":"

    Read a Coordinate Reference System from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readSimpleCoordinateReferenceSystem:":{"name":"+readSimpleCoordinateReferenceSystem:","abstract":"

    Read a Simple Coordinate Reference System from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readSimpleCoordinateReferenceSystem:withStrict:":{"name":"+readSimpleCoordinateReferenceSystem:withStrict:","abstract":"

    Read a Simple Coordinate Reference System from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readGeo:":{"name":"+readGeo:","abstract":"

    Read a Geodetic or Geographic Coordinate Reference System from the","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readGeodetic:":{"name":"+readGeodetic:","abstract":"

    Read a Geodetic Coordinate Reference System from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readGeographic:":{"name":"+readGeographic:","abstract":"

    Read a Geographic Coordinate Reference System from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readProjected:":{"name":"+readProjected:","abstract":"

    Read a Projected Coordinate Reference System from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readProjectedGeodetic:":{"name":"+readProjectedGeodetic:","abstract":"

    Read a Projected Geodetic Coordinate Reference System from the well-known","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readProjectedGeographic:":{"name":"+readProjectedGeographic:","abstract":"

    Read a Projected Geographic Coordinate Reference System from the","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readVertical:":{"name":"+readVertical:","abstract":"

    Read a Vertical Coordinate Reference System from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readEngineering:":{"name":"+readEngineering:","abstract":"

    Read an Engineering Coordinate Reference System from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readParametric:":{"name":"+readParametric:","abstract":"

    Read an Parametric Coordinate Reference System from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readTemporal:":{"name":"+readTemporal:","abstract":"

    Read an Temporal Coordinate Reference System from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readDerived:":{"name":"+readDerived:","abstract":"

    Read a Derived Coordinate Reference System from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readCompound:":{"name":"+readCompound:","abstract":"

    Read a Compound Coordinate Reference System from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readCoordinateMetadata:":{"name":"+readCoordinateMetadata:","abstract":"

    Read Coordinate Metadata from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readCoordinateOperation:":{"name":"+readCoordinateOperation:","abstract":"

    Read Coordinate Operation from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readPointMotionOperation:":{"name":"+readPointMotionOperation:","abstract":"

    Read Point Motion Operation from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readConcatenatedOperation:":{"name":"+readConcatenatedOperation:","abstract":"

    Read Concatenated Operation from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readBound:":{"name":"+readBound:","abstract":"

    Read Bound Coordinate Reference System from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readGeoCompat:":{"name":"+readGeoCompat:","abstract":"

    Read a Backward Compatible Geodetic or Geographic Coordinate Reference","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readGeodeticCompat:":{"name":"+readGeodeticCompat:","abstract":"

    Read a Backward Compatible Geodetic Coordinate Reference System from the","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readGeographicCompat:":{"name":"+readGeographicCompat:","abstract":"

    Read a Backward Compatible Geographic Coordinate Reference System from","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readProjectedCompat:":{"name":"+readProjectedCompat:","abstract":"

    Read a Backward Compatible Projected Coordinate Reference System from the","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readProjectedGeodeticCompat:":{"name":"+readProjectedGeodeticCompat:","abstract":"

    Read a Backward Compatible Projected Geodetic Coordinate Reference System","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)readProjectedGeographicCompat:":{"name":"+readProjectedGeographicCompat:","abstract":"

    Read a Backward Compatible Projected Geographic Coordinate Reference","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(py)strict":{"name":"strict","abstract":"

    Strict rule enforcement

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)createWithText:":{"name":"+createWithText:","abstract":"

    Create

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)createWithReader:":{"name":"+createWithReader:","abstract":"

    Create

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)createWithText:andStrict:":{"name":"+createWithText:andStrict:","abstract":"

    Create

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)createWithReader:andStrict:":{"name":"+createWithReader:andStrict:","abstract":"

    Create

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)initWithText:":{"name":"-initWithText:","abstract":"

    Initializer

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)initWithReader:":{"name":"-initWithReader:","abstract":"

    Initializer

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)initWithText:andStrict:":{"name":"-initWithText:andStrict:","abstract":"

    Initializer

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)initWithReader:andStrict:":{"name":"-initWithReader:andStrict:","abstract":"

    Initializer

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)textReader":{"name":"-textReader","abstract":"

    Get the text reader

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)reset":{"name":"-reset","abstract":"

    Reset the reader

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)read":{"name":"-read","abstract":"

    Read a CRS object from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readCoordinateReferenceSystem":{"name":"-readCoordinateReferenceSystem","abstract":"

    Read a Coordinate Reference System from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readSimpleCoordinateReferenceSystem":{"name":"-readSimpleCoordinateReferenceSystem","abstract":"

    Read a Simple Coordinate Reference System from the well-known text

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readKeyword":{"name":"-readKeyword","abstract":"

    Read a WKT CRS keyword

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readKeywordType":{"name":"-readKeywordType","abstract":"

    Read a WKT CRS keyword type

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readKeywords":{"name":"-readKeywords","abstract":"

    Read WKT CRS keywords

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readKeywordTypes":{"name":"-readKeywordTypes","abstract":"

    Read WKT CRS keyword types

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readKeywordWithType:":{"name":"-readKeywordWithType:","abstract":"

    Read a specific WKT CRS keyword, next token when strict, until found when","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readKeywordWithTypes:":{"name":"-readKeywordWithTypes:","abstract":"

    Read a specific WKT CRS keyword, next token when strict, until found when","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readToKeyword:":{"name":"-readToKeyword:","abstract":"

    Read skipping tokens up until before an optional WKT CRS keyword

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readToKeywords:":{"name":"-readToKeywords:","abstract":"

    Read skipping tokens up until before an optional WKT CRS keyword

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readKeywordWithType:andRequired:":{"name":"-readKeywordWithType:andRequired:","abstract":"

    Read looking for a specific WKT CRS keyword, skipping others if not","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readKeywordWithTypes:andRequired:":{"name":"-readKeywordWithTypes:andRequired:","abstract":"

    Read looking for a specific WKT CRS keyword, skipping others if not","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)peekKeyword":{"name":"-peekKeyword","abstract":"

    Peek a WKT CRS keyword

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)peekKeywordType":{"name":"-peekKeywordType","abstract":"

    Peek a WKT CRS keyword type

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)peekKeywords":{"name":"-peekKeywords","abstract":"

    Peek WKT CRS keywords

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)peekKeywordTypes":{"name":"-peekKeywordTypes","abstract":"

    Peek WKT CRS keyword types

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)peekOptionalKeyword":{"name":"-peekOptionalKeyword","abstract":"

    Peek an optional WKT CRS keyword

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)peekOptionalKeywordType":{"name":"-peekOptionalKeywordType","abstract":"

    Peek an optional WKT CRS keyword type

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)peekOptionalKeywords":{"name":"-peekOptionalKeywords","abstract":"

    Peek at optional WKT CRS keywords

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)peekOptionalKeywordTypes":{"name":"-peekOptionalKeywordTypes","abstract":"

    Peek at optional WKT CRS keyword types

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)peekOptionalKeywordAtNum:":{"name":"-peekOptionalKeywordAtNum:","abstract":"

    Peek an optional WKT CRS keyword

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)peekOptionalKeywordTypeAtNum:":{"name":"-peekOptionalKeywordTypeAtNum:","abstract":"

    Peek an optional WKT CRS keyword type

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)peekOptionalKeywordsAtNum:":{"name":"-peekOptionalKeywordsAtNum:","abstract":"

    Peek at optional WKT CRS keywords

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)peekOptionalKeywordTypesAtNum:":{"name":"-peekOptionalKeywordTypesAtNum:","abstract":"

    Peek at optional WKT CRS keyword types

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readLeftDelimiter":{"name":"-readLeftDelimiter","abstract":"

    Read a left delimiter

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)peekLeftDelimiter":{"name":"-peekLeftDelimiter","abstract":"

    Peek if the next token is a left delimiter

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readRightDelimiter":{"name":"-readRightDelimiter","abstract":"

    Read skipping tokens until an external right delimiter (first right","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)peekRightDelimiter":{"name":"-peekRightDelimiter","abstract":"

    Peek if the next token is a right delimiter

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readSeparator":{"name":"-readSeparator","abstract":"

    Read a WKT Separator (comma)

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)peekSeparator":{"name":"-peekSeparator","abstract":"

    Peek if the next token is a WKT Separator (comma)

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readEnd":{"name":"-readEnd","abstract":"

    “Read” an expected end, checking for unexpected trailing tokens

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readKeywordDelimitedToken:":{"name":"-readKeywordDelimitedToken:","abstract":"

    Read a keyword delimited token

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readGeo":{"name":"-readGeo","abstract":"

    Read a Geodetic or Geographic CRS

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readProjected":{"name":"-readProjected","abstract":"

    Read a Projected CRS

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readProjectedGeodetic":{"name":"-readProjectedGeodetic","abstract":"

    Read a Projected Geodetic CRS

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readProjectedGeographic":{"name":"-readProjectedGeographic","abstract":"

    Read a Projected Geographic CRS

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readProjectedWithType:":{"name":"-readProjectedWithType:","abstract":"

    Read a Projected CRS

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readVertical":{"name":"-readVertical","abstract":"

    Read a Vertical CRS

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readEngineering":{"name":"-readEngineering","abstract":"

    Read an Engineering CRS

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readParametric":{"name":"-readParametric","abstract":"

    Read a Parametric CRS

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readTemporal":{"name":"-readTemporal","abstract":"

    Read a Temporal CRS

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readDerivedProjected":{"name":"-readDerivedProjected","abstract":"

    Read a Derived Projected CRS

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readCompound":{"name":"-readCompound","abstract":"

    Read a Compound CRS

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readCoordinateMetadata":{"name":"-readCoordinateMetadata","abstract":"

    Read Coordinate Metadata

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readCoordinateOperation":{"name":"-readCoordinateOperation","abstract":"

    Read Coordinate Operation

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readPointMotionOperation":{"name":"-readPointMotionOperation","abstract":"

    Read Point Motion Operation

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readConcatenatedOperation":{"name":"-readConcatenatedOperation","abstract":"

    Read Concatenated Operation

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readBound":{"name":"-readBound","abstract":"

    Read a Bound CRS

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readScopeExtentIdentifierRemark:":{"name":"-readScopeExtentIdentifierRemark:","abstract":"

    Read the usages (scope and extent), identifiers, and remark into the","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readGeoReferenceFrame":{"name":"-readGeoReferenceFrame","abstract":"

    Read a Geo reference frame

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readGeoReferenceFrameWithCRS:":{"name":"-readGeoReferenceFrameWithCRS:","abstract":"

    Read a Geo reference frame

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readVerticalReferenceFrame":{"name":"-readVerticalReferenceFrame","abstract":"

    Read a Vertical reference frame

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readVerticalReferenceFrameWithCRS:":{"name":"-readVerticalReferenceFrameWithCRS:","abstract":"

    Read a Vertical reference frame

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readEngineeringDatum":{"name":"-readEngineeringDatum","abstract":"

    Read an Engineering datum

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readEngineeringDatumWithCRS:":{"name":"-readEngineeringDatumWithCRS:","abstract":"

    Read an Engineering datum

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readParametricDatum":{"name":"-readParametricDatum","abstract":"

    Read a Parametric datum

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readParametricDatumWithCRS:":{"name":"-readParametricDatumWithCRS:","abstract":"

    Read a Parametric datum

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readReferenceFrame":{"name":"-readReferenceFrame","abstract":"

    Read a Reference frame (datum)

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readReferenceFrameWithCRS:":{"name":"-readReferenceFrameWithCRS:","abstract":"

    Read a Reference frame (datum)

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readGeoDatumEnsemble":{"name":"-readGeoDatumEnsemble","abstract":"

    Read a Geo datum ensemble

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readVerticalDatumEnsemble":{"name":"-readVerticalDatumEnsemble","abstract":"

    Read a Vertical datum ensemble

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readDatumEnsemble":{"name":"-readDatumEnsemble","abstract":"

    Read a Datum ensemble

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readDatumEnsembleMember":{"name":"-readDatumEnsembleMember","abstract":"

    Read a Datum ensemble member

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readDynamic":{"name":"-readDynamic","abstract":"

    Read a Dynamic coordinate reference system

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readPrimeMeridian":{"name":"-readPrimeMeridian","abstract":"

    Read a Prime meridian

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readEllipsoid":{"name":"-readEllipsoid","abstract":"

    Read an Ellipsoid

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readUnit":{"name":"-readUnit","abstract":"

    Read a Unit

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readAngleUnit":{"name":"-readAngleUnit","abstract":"

    Read an Angle Unit

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readLengthUnit":{"name":"-readLengthUnit","abstract":"

    Read a Length Unit

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readParametricUnit":{"name":"-readParametricUnit","abstract":"

    Read a Parametric Unit

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readScaleUnit":{"name":"-readScaleUnit","abstract":"

    Read a Scale Unit

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readTimeUnit":{"name":"-readTimeUnit","abstract":"

    Read a Time Unit

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readUnitWithType:":{"name":"-readUnitWithType:","abstract":"

    Read a Unit

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readIdentifiers":{"name":"-readIdentifiers","abstract":"

    Read Identifiers

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readIdentifier":{"name":"-readIdentifier","abstract":"

    Read an Identifier

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readCoordinateSystem":{"name":"-readCoordinateSystem","abstract":"

    Read a Coordinate system

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readAxes":{"name":"-readAxes","abstract":"

    Read Axes

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readAxesWithType:":{"name":"-readAxesWithType:","abstract":"

    Read Axes

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readAxis":{"name":"-readAxis","abstract":"

    Read an Axis

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readAxisWithType:":{"name":"-readAxisWithType:","abstract":"

    Read an Axis

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readRemark":{"name":"-readRemark","abstract":"

    Read Remark

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readUsages":{"name":"-readUsages","abstract":"

    Read Usages

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readUsage":{"name":"-readUsage","abstract":"

    Read a Usage

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readScope":{"name":"-readScope","abstract":"

    Read a Scope

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readExtent":{"name":"-readExtent","abstract":"

    Read an Extent

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readAreaDescription":{"name":"-readAreaDescription","abstract":"

    Read an Area description

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readGeographicBoundingBox":{"name":"-readGeographicBoundingBox","abstract":"

    Read a Geographic bounding box

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readVerticalExtent":{"name":"-readVerticalExtent","abstract":"

    Read a Vertical extent

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readTemporalExtent":{"name":"-readTemporalExtent","abstract":"

    Read a Temporal extent

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readMapProjection":{"name":"-readMapProjection","abstract":"

    Read a Map projection

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readMethod":{"name":"-readMethod","abstract":"

    Read an operation method

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readProjectedParameters":{"name":"-readProjectedParameters","abstract":"

    Read projected parameters

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readParametersWithType:":{"name":"-readParametersWithType:","abstract":"

    Read Operation parameters

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readParameterWithType:":{"name":"-readParameterWithType:","abstract":"

    Read an Operation parameter

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readTemporalDatum":{"name":"-readTemporalDatum","abstract":"

    Read a Temporal Datum

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readDerivingConversion":{"name":"-readDerivingConversion","abstract":"

    Read a Deriving Conversion

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readDerivedParameters":{"name":"-readDerivedParameters","abstract":"

    Read Derived parameters

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readParametersAndFilesWithType:":{"name":"-readParametersAndFilesWithType:","abstract":"

    Read Operation parameters and parameter files

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readParameterFile":{"name":"-readParameterFile","abstract":"

    Read an Operation parameter file

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readCoordinateOperationParameters":{"name":"-readCoordinateOperationParameters","abstract":"

    Read Coordinate Operation parameters

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readVersion":{"name":"-readVersion","abstract":"

    Read an operation version

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readSource":{"name":"-readSource","abstract":"

    Read a source coordinate reference system

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readTarget":{"name":"-readTarget","abstract":"

    Read a target coordinate reference system

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readInterpolation":{"name":"-readInterpolation","abstract":"

    Read a interpolation coordinate reference system

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readCoordinateReferenceSystemWithKeyword:":{"name":"-readCoordinateReferenceSystemWithKeyword:","abstract":"

    Read a coordinate reference system with the keyword

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readAccuracy":{"name":"-readAccuracy","abstract":"

    Read an operation accuracy

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readPointMotionOperationParameters":{"name":"-readPointMotionOperationParameters","abstract":"

    Read Point Motion Operation parameters

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readAbridgedCoordinateTransformation":{"name":"-readAbridgedCoordinateTransformation","abstract":"

    Read an Abridged Coordinate Transformation

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readBoundParameters":{"name":"-readBoundParameters","abstract":"

    Read Bound CRS Abridged Transformation parameters

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readGeoCompat":{"name":"-readGeoCompat","abstract":"

    Read a Backward Compatible Geodetic or Geographic CRS

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readGeodeticCompat":{"name":"-readGeodeticCompat","abstract":"

    Read a Backward Compatible Geodetic CRS

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readGeographicCompat":{"name":"-readGeographicCompat","abstract":"

    Read a Backward Compatible Geographic CRS

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readGeoCompatWithType:":{"name":"-readGeoCompatWithType:","abstract":"

    Read a Backward Compatible Geodetic or Geographic CRS

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readProjectedCompat":{"name":"-readProjectedCompat","abstract":"

    Read a Backward Compatible Projected CRS

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readProjectedGeodeticCompat":{"name":"-readProjectedGeodeticCompat","abstract":"

    Read a Backward Compatible Projected Geodetic CRS

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readProjectedGeographicCompat":{"name":"-readProjectedGeographicCompat","abstract":"

    Read a Backward Compatible Projected Geographic CRS

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readProjectedCompatWithType:":{"name":"-readProjectedCompatWithType:","abstract":"

    Read a Backward Compatible Projected CRS

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(cm)addTransformParameters:toMapProjection:":{"name":"+addTransformParameters:toMapProjection:","abstract":"

    Add transform parameters to the map projection

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readVerticalCompat":{"name":"-readVerticalCompat","abstract":"

    Read a Backward Compatible Vertical CRS

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readEngineeringCompat":{"name":"-readEngineeringCompat","abstract":"

    Read a Backward Compatible Engineering CRS

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readMapProjectionCompat":{"name":"-readMapProjectionCompat","abstract":"

    Read a Backward Compatible map projection

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readCoordinateSystemCompatWithType:andReferenceFrame:":{"name":"-readCoordinateSystemCompatWithType:andReferenceFrame:","abstract":"

    Read a Backward Compatible Coordinate System

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readVerticalDatumCompat":{"name":"-readVerticalDatumCompat","abstract":"

    Read a Backward Compatible vertical datum

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readVerticalDatumCompatWithCRS:":{"name":"-readVerticalDatumCompatWithCRS:","abstract":"

    Read a Backward Compatible vertical datum

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readEngineeringDatumCompat":{"name":"-readEngineeringDatumCompat","abstract":"

    Read a Backward Compatible engineering datum

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readEngineeringDatumCompatWithCRS:":{"name":"-readEngineeringDatumCompatWithCRS:","abstract":"

    Read a Backward Compatible engineering datum

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readDatumCompat":{"name":"-readDatumCompat","abstract":"

    Read a Backward Compatible datum

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readDatumCompatWithCRS:":{"name":"-readDatumCompatWithCRS:","abstract":"

    Read a Backward Compatible datum

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readToWGS84Compat":{"name":"-readToWGS84Compat","abstract":"

    Read a Backward Compatible To WGS84 transformation

    ","parent_name":"CRSReader"},"Classes/CRSReader.html#/c:objc(cs)CRSReader(im)readExtensionsCompat":{"name":"-readExtensionsCompat","abstract":"

    Read Backward Compatible Extensions

    ","parent_name":"CRSReader"},"Classes/CRSKeyword.html#/c:objc(cs)CRSKeyword(im)type":{"name":"-type","abstract":"

    Get the type

    ","parent_name":"CRSKeyword"},"Classes/CRSKeyword.html#/c:objc(cs)CRSKeyword(im)name":{"name":"-name","abstract":"

    Get the name

    ","parent_name":"CRSKeyword"},"Classes/CRSKeyword.html#/c:objc(cs)CRSKeyword(im)keywords":{"name":"-keywords","abstract":"

    Get the keywords

    ","parent_name":"CRSKeyword"},"Classes/CRSKeyword.html#/c:objc(cs)CRSKeyword(cm)keyword:":{"name":"+keyword:","abstract":"

    Get the keyword type object from the keyword

    ","parent_name":"CRSKeyword"},"Classes/CRSKeyword.html#/c:objc(cs)CRSKeyword(cm)type:":{"name":"+type:","abstract":"

    Get the keyword type from the keyword

    ","parent_name":"CRSKeyword"},"Classes/CRSKeyword.html#/c:objc(cs)CRSKeyword(cm)requiredKeyword:":{"name":"+requiredKeyword:","abstract":"

    Get the required keyword type object from the keyword

    ","parent_name":"CRSKeyword"},"Classes/CRSKeyword.html#/c:objc(cs)CRSKeyword(cm)requiredType:":{"name":"+requiredType:","abstract":"

    Get the required keyword type from the keyword

    ","parent_name":"CRSKeyword"},"Classes/CRSKeyword.html#/c:objc(cs)CRSKeyword(cm)keywords:":{"name":"+keywords:","abstract":"

    Get the keyword types object from the keyword

    ","parent_name":"CRSKeyword"},"Classes/CRSKeyword.html#/c:objc(cs)CRSKeyword(cm)types:":{"name":"+types:","abstract":"

    Get the keyword types from the keyword

    ","parent_name":"CRSKeyword"},"Classes/CRSKeyword.html#/c:objc(cs)CRSKeyword(cm)requiredKeywords:":{"name":"+requiredKeywords:","abstract":"

    Get the required keyword types object from the keyword

    ","parent_name":"CRSKeyword"},"Classes/CRSKeyword.html#/c:objc(cs)CRSKeyword(cm)requiredTypes:":{"name":"+requiredTypes:","abstract":"

    Get the required keyword types from the keyword

    ","parent_name":"CRSKeyword"},"Classes/CRSKeyword.html#/c:objc(cs)CRSKeyword(cm)keywordOfType:":{"name":"+keywordOfType:","abstract":"

    Get the keyword type object from the keyword type

    ","parent_name":"CRSKeyword"},"Classes/CRSKeyword.html#/c:objc(cs)CRSKeyword(cm)nameOfType:":{"name":"+nameOfType:","abstract":"

    Get the keyword type name from the keyword

    ","parent_name":"CRSKeyword"},"Classes/CRSVerticalReferenceFrame.html#/c:objc(cs)CRSVerticalReferenceFrame(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSVerticalReferenceFrame"},"Classes/CRSVerticalReferenceFrame.html#/c:objc(cs)CRSVerticalReferenceFrame(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSVerticalReferenceFrame"},"Classes/CRSVerticalReferenceFrame.html#/c:objc(cs)CRSVerticalReferenceFrame(im)initWithName:":{"name":"-initWithName:","abstract":"

    Initialize

    ","parent_name":"CRSVerticalReferenceFrame"},"Classes/CRSVerticalDatumEnsemble.html#/c:objc(cs)CRSVerticalDatumEnsemble(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSVerticalDatumEnsemble"},"Classes/CRSVerticalDatumEnsemble.html#/c:objc(cs)CRSVerticalDatumEnsemble(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSVerticalDatumEnsemble"},"Classes/CRSVerticalDatumEnsemble.html#/c:objc(cs)CRSVerticalDatumEnsemble(im)initWithName:andMember:andAccuracy:":{"name":"-initWithName:andMember:andAccuracy:","abstract":"

    Initialize

    ","parent_name":"CRSVerticalDatumEnsemble"},"Classes/CRSVerticalDatumEnsemble.html#/c:objc(cs)CRSVerticalDatumEnsemble(im)initWithName:andMembers:andAccuracy:":{"name":"-initWithName:andMembers:andAccuracy:","abstract":"

    Initialize

    ","parent_name":"CRSVerticalDatumEnsemble"},"Classes/CRSVerticalCoordinateReferenceSystem.html#/c:objc(cs)CRSVerticalCoordinateReferenceSystem(py)referenceFrame":{"name":"referenceFrame","abstract":"

    Vertical Reference Frame

    ","parent_name":"CRSVerticalCoordinateReferenceSystem"},"Classes/CRSVerticalCoordinateReferenceSystem.html#/c:objc(cs)CRSVerticalCoordinateReferenceSystem(py)datumEnsemble":{"name":"datumEnsemble","abstract":"

    Vertical Datum Ensemble

    ","parent_name":"CRSVerticalCoordinateReferenceSystem"},"Classes/CRSVerticalCoordinateReferenceSystem.html#/c:objc(cs)CRSVerticalCoordinateReferenceSystem(py)dynamic":{"name":"dynamic","abstract":"

    Dynamic coordinate reference system

    ","parent_name":"CRSVerticalCoordinateReferenceSystem"},"Classes/CRSVerticalCoordinateReferenceSystem.html#/c:objc(cs)CRSVerticalCoordinateReferenceSystem(py)geoidModelName":{"name":"geoidModelName","abstract":"

    Geoid Model Name

    ","parent_name":"CRSVerticalCoordinateReferenceSystem"},"Classes/CRSVerticalCoordinateReferenceSystem.html#/c:objc(cs)CRSVerticalCoordinateReferenceSystem(py)geoidModelIdentifier":{"name":"geoidModelIdentifier","abstract":"

    Identifiers

    ","parent_name":"CRSVerticalCoordinateReferenceSystem"},"Classes/CRSVerticalCoordinateReferenceSystem.html#/c:objc(cs)CRSVerticalCoordinateReferenceSystem(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSVerticalCoordinateReferenceSystem"},"Classes/CRSVerticalCoordinateReferenceSystem.html#/c:objc(cs)CRSVerticalCoordinateReferenceSystem(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSVerticalCoordinateReferenceSystem"},"Classes/CRSVerticalCoordinateReferenceSystem.html#/c:objc(cs)CRSVerticalCoordinateReferenceSystem(im)initWithName:andReferenceFrame:andCoordinateSystem:":{"name":"-initWithName:andReferenceFrame:andCoordinateSystem:","abstract":"

    Initialize

    ","parent_name":"CRSVerticalCoordinateReferenceSystem"},"Classes/CRSVerticalCoordinateReferenceSystem.html#/c:objc(cs)CRSVerticalCoordinateReferenceSystem(im)initWithName:andDatumEnsemble:andCoordinateSystem:":{"name":"-initWithName:andDatumEnsemble:andCoordinateSystem:","abstract":"

    Initialize

    ","parent_name":"CRSVerticalCoordinateReferenceSystem"},"Classes/CRSVerticalCoordinateReferenceSystem.html#/c:objc(cs)CRSVerticalCoordinateReferenceSystem(im)initWithName:andDynamic:andReferenceFrame:andCoordinateSystem:":{"name":"-initWithName:andDynamic:andReferenceFrame:andCoordinateSystem:","abstract":"

    Initialize

    ","parent_name":"CRSVerticalCoordinateReferenceSystem"},"Classes/CRSVerticalCoordinateReferenceSystem.html#/c:objc(cs)CRSVerticalCoordinateReferenceSystem(im)hasReferenceFrame":{"name":"-hasReferenceFrame","abstract":"

    Determine if has a vertical reference frame

    ","parent_name":"CRSVerticalCoordinateReferenceSystem"},"Classes/CRSVerticalCoordinateReferenceSystem.html#/c:objc(cs)CRSVerticalCoordinateReferenceSystem(im)hasDatumEnsemble":{"name":"-hasDatumEnsemble","abstract":"

    Determine if has a vertical datum ensemble

    ","parent_name":"CRSVerticalCoordinateReferenceSystem"},"Classes/CRSVerticalCoordinateReferenceSystem.html#/c:objc(cs)CRSVerticalCoordinateReferenceSystem(im)hasDynamic":{"name":"-hasDynamic","abstract":"

    Determine if has a dynamic

    ","parent_name":"CRSVerticalCoordinateReferenceSystem"},"Classes/CRSVerticalCoordinateReferenceSystem.html#/c:objc(cs)CRSVerticalCoordinateReferenceSystem(im)hasGeoidModelName":{"name":"-hasGeoidModelName","abstract":"

    Has a geoid model name

    ","parent_name":"CRSVerticalCoordinateReferenceSystem"},"Classes/CRSVerticalCoordinateReferenceSystem.html#/c:objc(cs)CRSVerticalCoordinateReferenceSystem(im)hasGeoidModelIdentifier":{"name":"-hasGeoidModelIdentifier","abstract":"

    Has a geoid model identifier

    ","parent_name":"CRSVerticalCoordinateReferenceSystem"},"Classes/CRSProjParser.html#/c:objc(cs)CRSProjParser(cm)paramsFromText:":{"name":"+paramsFromText:","abstract":"

    Parse crs well-known text into PROJ params

    ","parent_name":"CRSProjParser"},"Classes/CRSProjParser.html#/c:objc(cs)CRSProjParser(cm)paramsTextFromText:":{"name":"+paramsTextFromText:","abstract":"

    Parse crs well-known text into PROJ params text

    ","parent_name":"CRSProjParser"},"Classes/CRSProjParser.html#/c:objc(cs)CRSProjParser(cm)paramsFromCRS:":{"name":"+paramsFromCRS:","abstract":"

    Convert a CRS object into PROJ params

    ","parent_name":"CRSProjParser"},"Classes/CRSProjParser.html#/c:objc(cs)CRSProjParser(cm)paramsTextFromCRS:":{"name":"+paramsTextFromCRS:","abstract":"

    Convert a CRS object into PROJ params text

    ","parent_name":"CRSProjParser"},"Classes/CRSProjParser.html#/c:objc(cs)CRSProjParser(cm)paramsFromGeo:":{"name":"+paramsFromGeo:","abstract":"

    Convert a geodetic or geographic crs into PROJ params

    ","parent_name":"CRSProjParser"},"Classes/CRSProjParser.html#/c:objc(cs)CRSProjParser(cm)paramsTextFromGeo:":{"name":"+paramsTextFromGeo:","abstract":"

    Convert a geodetic or geographic crs into PROJ params text

    ","parent_name":"CRSProjParser"},"Classes/CRSProjParser.html#/c:objc(cs)CRSProjParser(cm)paramsFromProjected:":{"name":"+paramsFromProjected:","abstract":"

    Convert a projected crs into PROJ params

    ","parent_name":"CRSProjParser"},"Classes/CRSProjParser.html#/c:objc(cs)CRSProjParser(cm)paramsTextFromProjected:":{"name":"+paramsTextFromProjected:","abstract":"

    Convert a projected crs into PROJ params text

    ","parent_name":"CRSProjParser"},"Classes/CRSProjParser.html#/c:objc(cs)CRSProjParser(cm)paramsFromCompound:":{"name":"+paramsFromCompound:","abstract":"

    Convert a compound crs into PROJ params

    ","parent_name":"CRSProjParser"},"Classes/CRSProjParser.html#/c:objc(cs)CRSProjParser(cm)paramsTextFromCompound:":{"name":"+paramsTextFromCompound:","abstract":"

    Convert a compound crs into PROJ params text

    ","parent_name":"CRSProjParser"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)proj":{"name":"proj","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)zone":{"name":"zone","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)south":{"name":"south","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)lat_1":{"name":"lat_1","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)lat_2":{"name":"lat_2","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)lat_0":{"name":"lat_0","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)lat_ts":{"name":"lat_ts","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)lon_0":{"name":"lon_0","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)lonc":{"name":"lonc","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)alpha":{"name":"alpha","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)k_0":{"name":"k_0","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)x_0":{"name":"x_0","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)y_0":{"name":"y_0","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)axis":{"name":"axis","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)datum":{"name":"datum","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)no_uoff":{"name":"no_uoff","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)gamma":{"name":"gamma","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)a":{"name":"a","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)b":{"name":"b","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)ellps":{"name":"ellps","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)towgs84":{"name":"towgs84","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)xTranslation":{"name":"xTranslation","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)yTranslation":{"name":"yTranslation","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)zTranslation":{"name":"zTranslation","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)xRotation":{"name":"xRotation","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)yRotation":{"name":"yRotation","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)zRotation":{"name":"zRotation","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)scaleDifference":{"name":"scaleDifference","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)pm":{"name":"pm","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)units":{"name":"units","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)to_meter":{"name":"to_meter","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)nadgrids":{"name":"nadgrids","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)wktext":{"name":"wktext","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(py)no_defs":{"name":"no_defs","abstract":"

    Undocumented

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(cm)params":{"name":"+params","abstract":"

    Create

    ","parent_name":"CRSProjParams"},"Classes/CRSProjParams.html#/c:objc(cs)CRSProjParams(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSProjParams"},"Classes/CRSTemporalDatum.html#/c:objc(cs)CRSTemporalDatum(py)name":{"name":"name","abstract":"

    Datum Name

    ","parent_name":"CRSTemporalDatum"},"Classes/CRSTemporalDatum.html#/c:objc(cs)CRSTemporalDatum(py)calendar":{"name":"calendar","abstract":"

    Calendar Identifier

    ","parent_name":"CRSTemporalDatum"},"Classes/CRSTemporalDatum.html#/c:objc(cs)CRSTemporalDatum(py)origin":{"name":"origin","abstract":"

    Origin Description

    ","parent_name":"CRSTemporalDatum"},"Classes/CRSTemporalDatum.html#/c:objc(cs)CRSTemporalDatum(py)originDateTime":{"name":"originDateTime","abstract":"

    Origin Description date time

    ","parent_name":"CRSTemporalDatum"},"Classes/CRSTemporalDatum.html#/c:objc(cs)CRSTemporalDatum(py)identifiers":{"name":"identifiers","abstract":"

    Identifiers

    ","parent_name":"CRSTemporalDatum"},"Classes/CRSTemporalDatum.html#/c:objc(cs)CRSTemporalDatum(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSTemporalDatum"},"Classes/CRSTemporalDatum.html#/c:objc(cs)CRSTemporalDatum(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSTemporalDatum"},"Classes/CRSTemporalDatum.html#/c:objc(cs)CRSTemporalDatum(im)initWithName:":{"name":"-initWithName:","abstract":"

    Initialize

    ","parent_name":"CRSTemporalDatum"},"Classes/CRSTemporalDatum.html#/c:objc(cs)CRSTemporalDatum(im)hasCalendar":{"name":"-hasCalendar","abstract":"

    Has a calendar identifier

    ","parent_name":"CRSTemporalDatum"},"Classes/CRSTemporalDatum.html#/c:objc(cs)CRSTemporalDatum(im)hasOrigin":{"name":"-hasOrigin","abstract":"

    Has an origin

    ","parent_name":"CRSTemporalDatum"},"Classes/CRSTemporalDatum.html#/c:objc(cs)CRSTemporalDatum(im)hasOriginDateTime":{"name":"-hasOriginDateTime","abstract":"

    Has an origin date time

    ","parent_name":"CRSTemporalDatum"},"Classes/CRSTemporalDatum.html#/c:objc(cs)CRSTemporalDatum(im)setOriginDateTimeWithOrigin:":{"name":"-setOriginDateTimeWithOrigin:","abstract":"

    Set the origin date time

    ","parent_name":"CRSTemporalDatum"},"Classes/CRSTemporalCoordinateReferenceSystem.html#/c:objc(cs)CRSTemporalCoordinateReferenceSystem(py)datum":{"name":"datum","abstract":"

    Temporal Datum

    ","parent_name":"CRSTemporalCoordinateReferenceSystem"},"Classes/CRSTemporalCoordinateReferenceSystem.html#/c:objc(cs)CRSTemporalCoordinateReferenceSystem(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSTemporalCoordinateReferenceSystem"},"Classes/CRSTemporalCoordinateReferenceSystem.html#/c:objc(cs)CRSTemporalCoordinateReferenceSystem(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSTemporalCoordinateReferenceSystem"},"Classes/CRSTemporalCoordinateReferenceSystem.html#/c:objc(cs)CRSTemporalCoordinateReferenceSystem(im)initWithName:andDatum:andCoordinateSystem:":{"name":"-initWithName:andDatum:andCoordinateSystem:","abstract":"

    Initialize

    ","parent_name":"CRSTemporalCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(py)base":{"name":"base","abstract":"

    Base

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(py)mapProjection":{"name":"mapProjection","abstract":"

    Map Projection

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)initWithName:andBaseName:andBaseType:andReferenceFrame:andMapProjection:andCoordinateSystem:":{"name":"-initWithName:andBaseName:andBaseType:andReferenceFrame:andMapProjection:andCoordinateSystem:","abstract":"

    Initialize

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)initWithName:andBaseName:andBaseType:andDatumEnsemble:andMapProjection:andCoordinateSystem:":{"name":"-initWithName:andBaseName:andBaseType:andDatumEnsemble:andMapProjection:andCoordinateSystem:","abstract":"

    Initialize

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)initWithName:andBaseName:andBaseType:andDynamic:andReferenceFrame:andMapProjection:andCoordinateSystem:":{"name":"-initWithName:andBaseName:andBaseType:andDynamic:andReferenceFrame:andMapProjection:andCoordinateSystem:","abstract":"

    Initialize

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)baseName":{"name":"-baseName","abstract":"

    Get the base name

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)setBaseName:":{"name":"-setBaseName:","abstract":"

    Set the base name

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)baseType":{"name":"-baseType","abstract":"

    Get the base type

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)setBaseType:":{"name":"-setBaseType:","abstract":"

    Set the base type

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)referenceFrame":{"name":"-referenceFrame","abstract":"

    Get the reference frame

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)hasReferenceFrame":{"name":"-hasReferenceFrame","abstract":"

    Determine if has a reference frame

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)setReferenceFrame:":{"name":"-setReferenceFrame:","abstract":"

    Set the reference frame

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)datumEnsemble":{"name":"-datumEnsemble","abstract":"

    Get the datum ensemble

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)hasDatumEnsemble":{"name":"-hasDatumEnsemble","abstract":"

    Determine if has a datum ensemble

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)setDatumEnsemble:":{"name":"-setDatumEnsemble:","abstract":"

    Set the datum ensemble

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)dynamic":{"name":"-dynamic","abstract":"

    Get the dynamic coordinate reference system

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)hasDynamic":{"name":"-hasDynamic","abstract":"

    Determine if has a dynamic

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)setDynamic:":{"name":"-setDynamic:","abstract":"

    Set the dynamic coordinate reference system

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)geoDatum":{"name":"-geoDatum","abstract":"

    Get the geodetic or geographic common datum

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)baseIdentifiers":{"name":"-baseIdentifiers","abstract":"

    Get the base identifiers

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)hasBaseIdentifiers":{"name":"-hasBaseIdentifiers","abstract":"

    Has base identifiers

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)numBaseIdentifiers":{"name":"-numBaseIdentifiers","abstract":"

    Number of base identifiers

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)baseIdentifierAtIndex:":{"name":"-baseIdentifierAtIndex:","abstract":"

    Get the base identifier at the index

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)setBaseIdentifiers:":{"name":"-setBaseIdentifiers:","abstract":"

    Set the base identifiers

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)addBaseIdentifier:":{"name":"-addBaseIdentifier:","abstract":"

    Add the base identifier

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)addBaseIdentifiers:":{"name":"-addBaseIdentifiers:","abstract":"

    Add the base identifiers

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)unit":{"name":"-unit","abstract":"

    Get the unit (ellipsoidal angle)

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)hasUnit":{"name":"-hasUnit","abstract":"

    Has a unit (ellipsoidal angle)

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSProjectedCoordinateReferenceSystem.html#/c:objc(cs)CRSProjectedCoordinateReferenceSystem(im)setUnit:":{"name":"-setUnit:","abstract":"

    Set the unit (angle)

    ","parent_name":"CRSProjectedCoordinateReferenceSystem"},"Classes/CRSMapProjection.html#/c:objc(cs)CRSMapProjection(py)name":{"name":"name","abstract":"

    Name

    ","parent_name":"CRSMapProjection"},"Classes/CRSMapProjection.html#/c:objc(cs)CRSMapProjection(py)method":{"name":"method","abstract":"

    Method

    ","parent_name":"CRSMapProjection"},"Classes/CRSMapProjection.html#/c:objc(cs)CRSMapProjection(py)identifiers":{"name":"identifiers","abstract":"

    Identifiers

    ","parent_name":"CRSMapProjection"},"Classes/CRSMapProjection.html#/c:objc(cs)CRSMapProjection(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSMapProjection"},"Classes/CRSMapProjection.html#/c:objc(cs)CRSMapProjection(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSMapProjection"},"Classes/CRSMapProjection.html#/c:objc(cs)CRSMapProjection(im)initWithName:andMethod:":{"name":"-initWithName:andMethod:","abstract":"

    Initialize

    ","parent_name":"CRSMapProjection"},"Classes/CRSParametricDatum.html#/c:objc(cs)CRSParametricDatum(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSParametricDatum"},"Classes/CRSParametricDatum.html#/c:objc(cs)CRSParametricDatum(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSParametricDatum"},"Classes/CRSParametricDatum.html#/c:objc(cs)CRSParametricDatum(im)initWithName:":{"name":"-initWithName:","abstract":"

    Initialize

    ","parent_name":"CRSParametricDatum"},"Classes/CRSParametricCoordinateReferenceSystem.html#/c:objc(cs)CRSParametricCoordinateReferenceSystem(py)datum":{"name":"datum","abstract":"

    Parametric Datum

    ","parent_name":"CRSParametricCoordinateReferenceSystem"},"Classes/CRSParametricCoordinateReferenceSystem.html#/c:objc(cs)CRSParametricCoordinateReferenceSystem(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSParametricCoordinateReferenceSystem"},"Classes/CRSParametricCoordinateReferenceSystem.html#/c:objc(cs)CRSParametricCoordinateReferenceSystem(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSParametricCoordinateReferenceSystem"},"Classes/CRSParametricCoordinateReferenceSystem.html#/c:objc(cs)CRSParametricCoordinateReferenceSystem(im)initWithName:andDatum:andCoordinateSystem:":{"name":"-initWithName:andDatum:andCoordinateSystem:","abstract":"

    Initialize

    ","parent_name":"CRSParametricCoordinateReferenceSystem"},"Classes/CRSSimpleOperation.html#/c:objc(cs)CRSSimpleOperation(py)method":{"name":"method","abstract":"

    Operation Method

    ","parent_name":"CRSSimpleOperation"},"Classes/CRSSimpleOperation.html#/c:objc(cs)CRSSimpleOperation(im)initWithType:":{"name":"-initWithType:","abstract":"

    Initialize

    ","parent_name":"CRSSimpleOperation"},"Classes/CRSSimpleOperation.html#/c:objc(cs)CRSSimpleOperation(im)initWithName:andType:andSource:andMethod:":{"name":"-initWithName:andType:andSource:andMethod:","abstract":"

    Initialize

    ","parent_name":"CRSSimpleOperation"},"Classes/CRSPointMotionOperation.html#/c:objc(cs)CRSPointMotionOperation(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSPointMotionOperation"},"Classes/CRSPointMotionOperation.html#/c:objc(cs)CRSPointMotionOperation(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSPointMotionOperation"},"Classes/CRSPointMotionOperation.html#/c:objc(cs)CRSPointMotionOperation(im)initWithName:andSource:andMethod:":{"name":"-initWithName:andSource:andMethod:","abstract":"

    Initialize

    ","parent_name":"CRSPointMotionOperation"},"Classes/CRSOperationTypes.html#/c:objc(cs)CRSOperationTypes(cm)name:":{"name":"+name:","abstract":"

    Get the type name

    ","parent_name":"CRSOperationTypes"},"Classes/CRSOperationTypes.html#/c:objc(cs)CRSOperationTypes(cm)type:":{"name":"+type:","abstract":"

    Get the type from the name

    ","parent_name":"CRSOperationTypes"},"Classes/CRSOperationParameters.html#/c:objc(cs)CRSOperationParameters(im)type":{"name":"-type","abstract":"

    Get the type

    ","parent_name":"CRSOperationParameters"},"Classes/CRSOperationParameters.html#/c:objc(cs)CRSOperationParameters(im)code":{"name":"-code","abstract":"

    Get the code

    ","parent_name":"CRSOperationParameters"},"Classes/CRSOperationParameters.html#/c:objc(cs)CRSOperationParameters(im)name":{"name":"-name","abstract":"

    Get the name

    ","parent_name":"CRSOperationParameters"},"Classes/CRSOperationParameters.html#/c:objc(cs)CRSOperationParameters(im)operationType":{"name":"-operationType","abstract":"

    Get the operation type

    ","parent_name":"CRSOperationParameters"},"Classes/CRSOperationParameters.html#/c:objc(cs)CRSOperationParameters(im)aliases":{"name":"-aliases","abstract":"

    Get the aliases

    ","parent_name":"CRSOperationParameters"},"Classes/CRSOperationParameters.html#/c:objc(cs)CRSOperationParameters(im)unitType":{"name":"-unitType","abstract":"

    Get the unit type

    ","parent_name":"CRSOperationParameters"},"Classes/CRSOperationParameters.html#/c:objc(cs)CRSOperationParameters(cm)parameter:":{"name":"+parameter:","abstract":"

    Get the parameter from the parameter type

    ","parent_name":"CRSOperationParameters"},"Classes/CRSOperationParameters.html#/c:objc(cs)CRSOperationParameters(cm)parameterFromName:":{"name":"+parameterFromName:","abstract":"

    Get the parameter from the alias

    ","parent_name":"CRSOperationParameters"},"Classes/CRSOperationParameters.html#/c:objc(cs)CRSOperationParameters(cm)parametersFromName:":{"name":"+parametersFromName:","abstract":"

    Get the parameters from the alias

    ","parent_name":"CRSOperationParameters"},"Classes/CRSOperationParameters.html#/c:objc(cs)CRSOperationParameters(cm)parameterFromCode:":{"name":"+parameterFromCode:","abstract":"

    Get the parameter from the code

    ","parent_name":"CRSOperationParameters"},"Classes/CRSOperationParameter.html#/c:objc(cs)CRSOperationParameter(py)name":{"name":"name","abstract":"

    Name

    ","parent_name":"CRSOperationParameter"},"Classes/CRSOperationParameter.html#/c:objc(cs)CRSOperationParameter(py)value":{"name":"value","abstract":"

    Value

    ","parent_name":"CRSOperationParameter"},"Classes/CRSOperationParameter.html#/c:objc(cs)CRSOperationParameter(py)valueText":{"name":"valueText","abstract":"

    Value Text

    ","parent_name":"CRSOperationParameter"},"Classes/CRSOperationParameter.html#/c:objc(cs)CRSOperationParameter(py)unit":{"name":"unit","abstract":"

    Unit

    ","parent_name":"CRSOperationParameter"},"Classes/CRSOperationParameter.html#/c:objc(cs)CRSOperationParameter(py)fileName":{"name":"fileName","abstract":"

    File Name

    ","parent_name":"CRSOperationParameter"},"Classes/CRSOperationParameter.html#/c:objc(cs)CRSOperationParameter(py)identifiers":{"name":"identifiers","abstract":"

    Identifiers

    ","parent_name":"CRSOperationParameter"},"Classes/CRSOperationParameter.html#/c:objc(cs)CRSOperationParameter(py)parameter":{"name":"parameter","abstract":"

    Commonly encountered operation parameters

    ","parent_name":"CRSOperationParameter"},"Classes/CRSOperationParameter.html#/c:objc(cs)CRSOperationParameter(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSOperationParameter"},"Classes/CRSOperationParameter.html#/c:objc(cs)CRSOperationParameter(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSOperationParameter"},"Classes/CRSOperationParameter.html#/c:objc(cs)CRSOperationParameter(im)initWithName:andValue:":{"name":"-initWithName:andValue:","abstract":"

    Initialize

    ","parent_name":"CRSOperationParameter"},"Classes/CRSOperationParameter.html#/c:objc(cs)CRSOperationParameter(im)initWithName:andValueText:":{"name":"-initWithName:andValueText:","abstract":"

    Initialize

    ","parent_name":"CRSOperationParameter"},"Classes/CRSOperationParameter.html#/c:objc(cs)CRSOperationParameter(im)initWithName:andValue:andUnit:":{"name":"-initWithName:andValue:andUnit:","abstract":"

    Initialize

    ","parent_name":"CRSOperationParameter"},"Classes/CRSOperationParameter.html#/c:objc(cs)CRSOperationParameter(im)initWithName:andValueText:andUnit:":{"name":"-initWithName:andValueText:andUnit:","abstract":"

    Initialize

    ","parent_name":"CRSOperationParameter"},"Classes/CRSOperationParameter.html#/c:objc(cs)CRSOperationParameter(im)initWithParameter:andValue:":{"name":"-initWithParameter:andValue:","abstract":"

    Initialize

    ","parent_name":"CRSOperationParameter"},"Classes/CRSOperationParameter.html#/c:objc(cs)CRSOperationParameter(im)initWithParameter:andValueText:":{"name":"-initWithParameter:andValueText:","abstract":"

    Initialize

    ","parent_name":"CRSOperationParameter"},"Classes/CRSOperationParameter.html#/c:objc(cs)CRSOperationParameter(im)initWithParameter:andValue:andUnit:":{"name":"-initWithParameter:andValue:andUnit:","abstract":"

    Initialize

    ","parent_name":"CRSOperationParameter"},"Classes/CRSOperationParameter.html#/c:objc(cs)CRSOperationParameter(im)initWithParameter:andValueText:andUnit:":{"name":"-initWithParameter:andValueText:andUnit:","abstract":"

    Initialize

    ","parent_name":"CRSOperationParameter"},"Classes/CRSOperationParameter.html#/c:objc(cs)CRSOperationParameter(im)initWithName:andFileName:":{"name":"-initWithName:andFileName:","abstract":"

    Initialize

    ","parent_name":"CRSOperationParameter"},"Classes/CRSOperationParameter.html#/c:objc(cs)CRSOperationParameter(im)hasUnit":{"name":"-hasUnit","abstract":"

    Has a unit

    ","parent_name":"CRSOperationParameter"},"Classes/CRSOperationParameter.html#/c:objc(cs)CRSOperationParameter(im)isFile":{"name":"-isFile","abstract":"

    Is a parameter file

    ","parent_name":"CRSOperationParameter"},"Classes/CRSOperationParameter.html#/c:objc(cs)CRSOperationParameter(im)hasParameter":{"name":"-hasParameter","abstract":"

    Is a commonly known parameter type

    ","parent_name":"CRSOperationParameter"},"Classes/CRSOperationParameter.html#/c:objc(cs)CRSOperationParameter(im)updateParameter":{"name":"-updateParameter","abstract":"

    Update the commonly known parameter type using the name

    ","parent_name":"CRSOperationParameter"},"Classes/CRSOperationMethods.html#/c:objc(cs)CRSOperationMethods(im)type":{"name":"-type","abstract":"

    Get the type

    ","parent_name":"CRSOperationMethods"},"Classes/CRSOperationMethods.html#/c:objc(cs)CRSOperationMethods(im)name":{"name":"-name","abstract":"

    Get the name

    ","parent_name":"CRSOperationMethods"},"Classes/CRSOperationMethods.html#/c:objc(cs)CRSOperationMethods(im)operationType":{"name":"-operationType","abstract":"

    Get the operation type

    ","parent_name":"CRSOperationMethods"},"Classes/CRSOperationMethods.html#/c:objc(cs)CRSOperationMethods(im)aliases":{"name":"-aliases","abstract":"

    Get the aliases

    ","parent_name":"CRSOperationMethods"},"Classes/CRSOperationMethods.html#/c:objc(cs)CRSOperationMethods(im)code":{"name":"-code","abstract":"

    Get the code

    ","parent_name":"CRSOperationMethods"},"Classes/CRSOperationMethods.html#/c:objc(cs)CRSOperationMethods(im)parameterCodes":{"name":"-parameterCodes","abstract":"

    Get the parameter codes

    ","parent_name":"CRSOperationMethods"},"Classes/CRSOperationMethods.html#/c:objc(cs)CRSOperationMethods(im)numParameters":{"name":"-numParameters","abstract":"

    Number of parameters

    ","parent_name":"CRSOperationMethods"},"Classes/CRSOperationMethods.html#/c:objc(cs)CRSOperationMethods(im)parameterCodeAtIndex:":{"name":"-parameterCodeAtIndex:","abstract":"

    Get the parameter code at the index

    ","parent_name":"CRSOperationMethods"},"Classes/CRSOperationMethods.html#/c:objc(cs)CRSOperationMethods(im)parameterAtIndex:":{"name":"-parameterAtIndex:","abstract":"

    Get the parameter at the index

    ","parent_name":"CRSOperationMethods"},"Classes/CRSOperationMethods.html#/c:objc(cs)CRSOperationMethods(im)parameters":{"name":"-parameters","abstract":"

    Get the parameters

    ","parent_name":"CRSOperationMethods"},"Classes/CRSOperationMethods.html#/c:objc(cs)CRSOperationMethods(cm)method:":{"name":"+method:","abstract":"

    Get the method from the method type

    ","parent_name":"CRSOperationMethods"},"Classes/CRSOperationMethods.html#/c:objc(cs)CRSOperationMethods(cm)methodFromName:":{"name":"+methodFromName:","abstract":"

    Get the method from the alias

    ","parent_name":"CRSOperationMethods"},"Classes/CRSOperationMethods.html#/c:objc(cs)CRSOperationMethods(cm)methodsFromName:":{"name":"+methodsFromName:","abstract":"

    Get the methods from the alias

    ","parent_name":"CRSOperationMethods"},"Classes/CRSOperationMethods.html#/c:objc(cs)CRSOperationMethods(cm)methodFromCode:":{"name":"+methodFromCode:","abstract":"

    Get the method from the code

    ","parent_name":"CRSOperationMethods"},"Classes/CRSOperationMethod.html#/c:objc(cs)CRSOperationMethod(py)name":{"name":"name","abstract":"

    Name

    ","parent_name":"CRSOperationMethod"},"Classes/CRSOperationMethod.html#/c:objc(cs)CRSOperationMethod(py)parameters":{"name":"parameters","abstract":"

    Operation parameters

    ","parent_name":"CRSOperationMethod"},"Classes/CRSOperationMethod.html#/c:objc(cs)CRSOperationMethod(py)identifiers":{"name":"identifiers","abstract":"

    Identifiers

    ","parent_name":"CRSOperationMethod"},"Classes/CRSOperationMethod.html#/c:objc(cs)CRSOperationMethod(py)method":{"name":"method","abstract":"

    Commonly encountered operation methods

    ","parent_name":"CRSOperationMethod"},"Classes/CRSOperationMethod.html#/c:objc(cs)CRSOperationMethod(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSOperationMethod"},"Classes/CRSOperationMethod.html#/c:objc(cs)CRSOperationMethod(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSOperationMethod"},"Classes/CRSOperationMethod.html#/c:objc(cs)CRSOperationMethod(im)initWithName:":{"name":"-initWithName:","abstract":"

    Initialize

    ","parent_name":"CRSOperationMethod"},"Classes/CRSOperationMethod.html#/c:objc(cs)CRSOperationMethod(im)initWithMethod:":{"name":"-initWithMethod:","abstract":"

    Initialize

    ","parent_name":"CRSOperationMethod"},"Classes/CRSOperationMethod.html#/c:objc(cs)CRSOperationMethod(im)hasParameters":{"name":"-hasParameters","abstract":"

    Has parameters

    ","parent_name":"CRSOperationMethod"},"Classes/CRSOperationMethod.html#/c:objc(cs)CRSOperationMethod(im)numParameters":{"name":"-numParameters","abstract":"

    Number of parameters

    ","parent_name":"CRSOperationMethod"},"Classes/CRSOperationMethod.html#/c:objc(cs)CRSOperationMethod(im)parameterAtIndex:":{"name":"-parameterAtIndex:","abstract":"

    Get the parameter at the index

    ","parent_name":"CRSOperationMethod"},"Classes/CRSOperationMethod.html#/c:objc(cs)CRSOperationMethod(im)addParameter:":{"name":"-addParameter:","abstract":"

    Add the parameter

    ","parent_name":"CRSOperationMethod"},"Classes/CRSOperationMethod.html#/c:objc(cs)CRSOperationMethod(im)addParameters:":{"name":"-addParameters:","abstract":"

    Add the parameters

    ","parent_name":"CRSOperationMethod"},"Classes/CRSOperationMethod.html#/c:objc(cs)CRSOperationMethod(im)hasMethod":{"name":"-hasMethod","abstract":"

    Is a commonly known method type

    ","parent_name":"CRSOperationMethod"},"Classes/CRSOperationMethod.html#/c:objc(cs)CRSOperationMethod(im)updateMethod":{"name":"-updateMethod","abstract":"

    Update the commonly known method type using the name

    ","parent_name":"CRSOperationMethod"},"Classes/CRSOperation.html#/c:objc(cs)CRSOperation(py)version":{"name":"version","abstract":"

    Operation Version

    ","parent_name":"CRSOperation"},"Classes/CRSOperation.html#/c:objc(cs)CRSOperation(py)source":{"name":"source","abstract":"

    Source Coordinate Reference System

    ","parent_name":"CRSOperation"},"Classes/CRSOperation.html#/c:objc(cs)CRSOperation(py)accuracy":{"name":"accuracy","abstract":"

    Coordinate operation accuracy

    ","parent_name":"CRSOperation"},"Classes/CRSOperation.html#/c:objc(cs)CRSOperation(py)accuracyText":{"name":"accuracyText","abstract":"

    Coordinate operation accuracy Text

    ","parent_name":"CRSOperation"},"Classes/CRSOperation.html#/c:objc(cs)CRSOperation(im)initWithType:":{"name":"-initWithType:","abstract":"

    Initialize

    ","parent_name":"CRSOperation"},"Classes/CRSOperation.html#/c:objc(cs)CRSOperation(im)initWithName:andType:andSource:":{"name":"-initWithName:andType:andSource:","abstract":"

    Initialize

    ","parent_name":"CRSOperation"},"Classes/CRSOperation.html#/c:objc(cs)CRSOperation(im)hasVersion":{"name":"-hasVersion","abstract":"

    Has an operation version

    ","parent_name":"CRSOperation"},"Classes/CRSOperation.html#/c:objc(cs)CRSOperation(im)hasAccuracy":{"name":"-hasAccuracy","abstract":"

    Has a coordinate operation accuracy

    ","parent_name":"CRSOperation"},"Classes/CRSCoordinateOperation.html#/c:objc(cs)CRSCoordinateOperation(py)target":{"name":"target","abstract":"

    Target Coordinate Reference System

    ","parent_name":"CRSCoordinateOperation"},"Classes/CRSCoordinateOperation.html#/c:objc(cs)CRSCoordinateOperation(py)interpolation":{"name":"interpolation","abstract":"

    Interpolation Coordinate Reference System

    ","parent_name":"CRSCoordinateOperation"},"Classes/CRSCoordinateOperation.html#/c:objc(cs)CRSCoordinateOperation(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSCoordinateOperation"},"Classes/CRSCoordinateOperation.html#/c:objc(cs)CRSCoordinateOperation(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSCoordinateOperation"},"Classes/CRSCoordinateOperation.html#/c:objc(cs)CRSCoordinateOperation(im)initWithName:andSource:andTarget:andMethod:":{"name":"-initWithName:andSource:andTarget:andMethod:","abstract":"

    Initialize

    ","parent_name":"CRSCoordinateOperation"},"Classes/CRSCoordinateOperation.html#/c:objc(cs)CRSCoordinateOperation(im)hasInterpolation":{"name":"-hasInterpolation","abstract":"

    Has an interpolation coordinate reference system

    ","parent_name":"CRSCoordinateOperation"},"Classes/CRSConcatenatedOperation.html#/c:objc(cs)CRSConcatenatedOperation(py)target":{"name":"target","abstract":"

    Target Coordinate Reference System

    ","parent_name":"CRSConcatenatedOperation"},"Classes/CRSConcatenatedOperation.html#/c:objc(cs)CRSConcatenatedOperation(py)operations":{"name":"operations","abstract":"

    Operations, transformations, and conversions

    ","parent_name":"CRSConcatenatedOperation"},"Classes/CRSConcatenatedOperation.html#/c:objc(cs)CRSConcatenatedOperation(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSConcatenatedOperation"},"Classes/CRSConcatenatedOperation.html#/c:objc(cs)CRSConcatenatedOperation(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSConcatenatedOperation"},"Classes/CRSConcatenatedOperation.html#/c:objc(cs)CRSConcatenatedOperation(im)initWithName:andSource:andTarget:":{"name":"-initWithName:andSource:andTarget:","abstract":"

    Initialize

    ","parent_name":"CRSConcatenatedOperation"},"Classes/CRSConcatenatedOperation.html#/c:objc(cs)CRSConcatenatedOperation(im)numOperations":{"name":"-numOperations","abstract":"

    Number of operations

    ","parent_name":"CRSConcatenatedOperation"},"Classes/CRSConcatenatedOperation.html#/c:objc(cs)CRSConcatenatedOperation(im)operationAtIndex:":{"name":"-operationAtIndex:","abstract":"

    Get the operation at the index

    ","parent_name":"CRSConcatenatedOperation"},"Classes/CRSConcatenatedOperation.html#/c:objc(cs)CRSConcatenatedOperation(im)addOperation:":{"name":"-addOperation:","abstract":"

    Add the operation

    ","parent_name":"CRSConcatenatedOperation"},"Classes/CRSConcatenatedOperation.html#/c:objc(cs)CRSConcatenatedOperation(im)addOperations:":{"name":"-addOperations:","abstract":"

    Add the operations

    ","parent_name":"CRSConcatenatedOperation"},"Classes/CRSCoordinateMetadata.html#/c:objc(cs)CRSCoordinateMetadata(py)coordinateReferenceSystem":{"name":"coordinateReferenceSystem","abstract":"

    Coordinate Reference System

    ","parent_name":"CRSCoordinateMetadata"},"Classes/CRSCoordinateMetadata.html#/c:objc(cs)CRSCoordinateMetadata(py)epoch":{"name":"epoch","abstract":"

    Coordinate Epoch

    ","parent_name":"CRSCoordinateMetadata"},"Classes/CRSCoordinateMetadata.html#/c:objc(cs)CRSCoordinateMetadata(py)epochText":{"name":"epochText","abstract":"

    Coordinate Epoch Text

    ","parent_name":"CRSCoordinateMetadata"},"Classes/CRSCoordinateMetadata.html#/c:objc(cs)CRSCoordinateMetadata(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSCoordinateMetadata"},"Classes/CRSCoordinateMetadata.html#/c:objc(cs)CRSCoordinateMetadata(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSCoordinateMetadata"},"Classes/CRSCoordinateMetadata.html#/c:objc(cs)CRSCoordinateMetadata(im)initWithCoordinateReferenceSystem:":{"name":"-initWithCoordinateReferenceSystem:","abstract":"

    Initialize

    ","parent_name":"CRSCoordinateMetadata"},"Classes/CRSCoordinateMetadata.html#/c:objc(cs)CRSCoordinateMetadata(im)initWithCoordinateReferenceSystem:andEpoch:":{"name":"-initWithCoordinateReferenceSystem:andEpoch:","abstract":"

    Initialize

    ","parent_name":"CRSCoordinateMetadata"},"Classes/CRSCoordinateMetadata.html#/c:objc(cs)CRSCoordinateMetadata(im)initWithCoordinateReferenceSystem:andEpochText:":{"name":"-initWithCoordinateReferenceSystem:andEpochText:","abstract":"

    Initialize

    ","parent_name":"CRSCoordinateMetadata"},"Classes/CRSCoordinateMetadata.html#/c:objc(cs)CRSCoordinateMetadata(im)hasEpoch":{"name":"-hasEpoch","abstract":"

    Has a coordinate epoch

    ","parent_name":"CRSCoordinateMetadata"},"Classes/CRSTriaxialEllipsoid.html#/c:objc(cs)CRSTriaxialEllipsoid(py)semiMedianAxis":{"name":"semiMedianAxis","abstract":"

    Semi Median Axis

    ","parent_name":"CRSTriaxialEllipsoid"},"Classes/CRSTriaxialEllipsoid.html#/c:objc(cs)CRSTriaxialEllipsoid(py)semiMedianAxisText":{"name":"semiMedianAxisText","abstract":"

    Semi Median Axis Text

    ","parent_name":"CRSTriaxialEllipsoid"},"Classes/CRSTriaxialEllipsoid.html#/c:objc(cs)CRSTriaxialEllipsoid(py)semiMinorAxis":{"name":"semiMinorAxis","abstract":"

    Semi Minor Axis

    ","parent_name":"CRSTriaxialEllipsoid"},"Classes/CRSTriaxialEllipsoid.html#/c:objc(cs)CRSTriaxialEllipsoid(py)semiMinorAxisText":{"name":"semiMinorAxisText","abstract":"

    Semi Minor Axis Text

    ","parent_name":"CRSTriaxialEllipsoid"},"Classes/CRSTriaxialEllipsoid.html#/c:objc(cs)CRSTriaxialEllipsoid(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSTriaxialEllipsoid"},"Classes/CRSTriaxialEllipsoid.html#/c:objc(cs)CRSTriaxialEllipsoid(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSTriaxialEllipsoid"},"Classes/CRSTriaxialEllipsoid.html#/c:objc(cs)CRSTriaxialEllipsoid(im)initWithName:andSemiMajorAxis:andSemiMedianAxis:andSemiMinorAxis:":{"name":"-initWithName:andSemiMajorAxis:andSemiMedianAxis:andSemiMinorAxis:","abstract":"

    Initialize

    ","parent_name":"CRSTriaxialEllipsoid"},"Classes/CRSTriaxialEllipsoid.html#/c:objc(cs)CRSTriaxialEllipsoid(im)initWithName:andSemiMajorAxisText:andSemiMedianAxisText:andSemiMinorAxisText:":{"name":"-initWithName:andSemiMajorAxisText:andSemiMedianAxisText:andSemiMinorAxisText:","abstract":"

    Initialize

    ","parent_name":"CRSTriaxialEllipsoid"},"Classes/CRSPrimeMeridians.html#/c:objc(cs)CRSPrimeMeridians(cm)fromType:":{"name":"+fromType:","abstract":"

    Get a prime meridian by type

    ","parent_name":"CRSPrimeMeridians"},"Classes/CRSPrimeMeridians.html#/c:objc(cs)CRSPrimeMeridians(cm)fromName:":{"name":"+fromName:","abstract":"

    Get a prime meridian by name

    ","parent_name":"CRSPrimeMeridians"},"Classes/CRSPrimeMeridians.html#/c:objc(cs)CRSPrimeMeridians(im)type":{"name":"-type","abstract":"

    Get the type

    ","parent_name":"CRSPrimeMeridians"},"Classes/CRSPrimeMeridians.html#/c:objc(cs)CRSPrimeMeridians(im)name":{"name":"-name","abstract":"

    Get the name

    ","parent_name":"CRSPrimeMeridians"},"Classes/CRSPrimeMeridians.html#/c:objc(cs)CRSPrimeMeridians(im)offsetFromGreenwich":{"name":"-offsetFromGreenwich","abstract":"

    Get the offset from greenwich in radians

    ","parent_name":"CRSPrimeMeridians"},"Classes/CRSPrimeMeridians.html#/c:objc(cs)CRSPrimeMeridians(im)offsetFromGreenwichDegrees":{"name":"-offsetFromGreenwichDegrees","abstract":"

    Get the offset from greenwich in degrees

    ","parent_name":"CRSPrimeMeridians"},"Classes/CRSPrimeMeridian.html#/c:objc(cs)CRSPrimeMeridian(py)name":{"name":"name","abstract":"

    Name

    ","parent_name":"CRSPrimeMeridian"},"Classes/CRSPrimeMeridian.html#/c:objc(cs)CRSPrimeMeridian(py)longitude":{"name":"longitude","abstract":"

    International Reference Meridian longitude

    ","parent_name":"CRSPrimeMeridian"},"Classes/CRSPrimeMeridian.html#/c:objc(cs)CRSPrimeMeridian(py)longitudeText":{"name":"longitudeText","abstract":"

    International Reference Meridian longitude Text

    ","parent_name":"CRSPrimeMeridian"},"Classes/CRSPrimeMeridian.html#/c:objc(cs)CRSPrimeMeridian(py)longitudeUnit":{"name":"longitudeUnit","abstract":"

    International Reference Meridian longitude unit (angle)

    ","parent_name":"CRSPrimeMeridian"},"Classes/CRSPrimeMeridian.html#/c:objc(cs)CRSPrimeMeridian(py)identifiers":{"name":"identifiers","abstract":"

    Identifiers

    ","parent_name":"CRSPrimeMeridian"},"Classes/CRSPrimeMeridian.html#/c:objc(cs)CRSPrimeMeridian(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSPrimeMeridian"},"Classes/CRSPrimeMeridian.html#/c:objc(cs)CRSPrimeMeridian(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSPrimeMeridian"},"Classes/CRSPrimeMeridian.html#/c:objc(cs)CRSPrimeMeridian(im)initWithName:andLongitude:":{"name":"-initWithName:andLongitude:","abstract":"

    Initialize

    ","parent_name":"CRSPrimeMeridian"},"Classes/CRSPrimeMeridian.html#/c:objc(cs)CRSPrimeMeridian(im)initWithName:andLongitudeText:":{"name":"-initWithName:andLongitudeText:","abstract":"

    Initialize

    ","parent_name":"CRSPrimeMeridian"},"Classes/CRSPrimeMeridian.html#/c:objc(cs)CRSPrimeMeridian(im)hasLongitudeUnit":{"name":"-hasLongitudeUnit","abstract":"

    Has an International Reference Meridian longitude unit (angle)

    ","parent_name":"CRSPrimeMeridian"},"Classes/CRSGeoReferenceFrame.html#/c:objc(cs)CRSGeoReferenceFrame(py)ellipsoid":{"name":"ellipsoid","abstract":"

    Ellipsoid

    ","parent_name":"CRSGeoReferenceFrame"},"Classes/CRSGeoReferenceFrame.html#/c:objc(cs)CRSGeoReferenceFrame(py)primeMeridian":{"name":"primeMeridian","abstract":"

    Prime Meridian

    ","parent_name":"CRSGeoReferenceFrame"},"Classes/CRSGeoReferenceFrame.html#/c:objc(cs)CRSGeoReferenceFrame(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSGeoReferenceFrame"},"Classes/CRSGeoReferenceFrame.html#/c:objc(cs)CRSGeoReferenceFrame(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSGeoReferenceFrame"},"Classes/CRSGeoReferenceFrame.html#/c:objc(cs)CRSGeoReferenceFrame(im)initWithType:":{"name":"-initWithType:","abstract":"

    Initialize

    ","parent_name":"CRSGeoReferenceFrame"},"Classes/CRSGeoReferenceFrame.html#/c:objc(cs)CRSGeoReferenceFrame(im)initWithName:andEllipsoid:":{"name":"-initWithName:andEllipsoid:","abstract":"

    Initialize

    ","parent_name":"CRSGeoReferenceFrame"},"Classes/CRSGeoReferenceFrame.html#/c:objc(cs)CRSGeoReferenceFrame(im)initWithName:andType:andEllipsoid:":{"name":"-initWithName:andType:andEllipsoid:","abstract":"

    Initialize

    ","parent_name":"CRSGeoReferenceFrame"},"Classes/CRSGeoDatums.html#/c:objc(cs)CRSGeoDatums(cm)fromType:":{"name":"+fromType:","abstract":"

    Get a predefined geo datum by type

    ","parent_name":"CRSGeoDatums"},"Classes/CRSGeoDatums.html#/c:objc(cs)CRSGeoDatums(cm)fromName:":{"name":"+fromName:","abstract":"

    Get a predefined geo datum by name

    ","parent_name":"CRSGeoDatums"},"Classes/CRSGeoDatums.html#/c:objc(cs)CRSGeoDatums(im)type":{"name":"-type","abstract":"

    Get the type

    ","parent_name":"CRSGeoDatums"},"Classes/CRSGeoDatums.html#/c:objc(cs)CRSGeoDatums(im)code":{"name":"-code","abstract":"

    Get the code

    ","parent_name":"CRSGeoDatums"},"Classes/CRSGeoDatums.html#/c:objc(cs)CRSGeoDatums(im)name":{"name":"-name","abstract":"

    Get the name

    ","parent_name":"CRSGeoDatums"},"Classes/CRSGeoDatums.html#/c:objc(cs)CRSGeoDatums(im)names":{"name":"-names","abstract":"

    Get the names

    ","parent_name":"CRSGeoDatums"},"Classes/CRSGeoDatums.html#/c:objc(cs)CRSGeoDatums(im)transform":{"name":"-transform","abstract":"

    Get the transform

    ","parent_name":"CRSGeoDatums"},"Classes/CRSGeoDatums.html#/c:objc(cs)CRSGeoDatums(im)ellipsoid":{"name":"-ellipsoid","abstract":"

    Get the ellipsoid

    ","parent_name":"CRSGeoDatums"},"Classes/CRSGeoDatumEnsemble.html#/c:objc(cs)CRSGeoDatumEnsemble(py)ellipsoid":{"name":"ellipsoid","abstract":"

    Ellipsoid

    ","parent_name":"CRSGeoDatumEnsemble"},"Classes/CRSGeoDatumEnsemble.html#/c:objc(cs)CRSGeoDatumEnsemble(py)primeMeridian":{"name":"primeMeridian","abstract":"

    Prime Meridian

    ","parent_name":"CRSGeoDatumEnsemble"},"Classes/CRSGeoDatumEnsemble.html#/c:objc(cs)CRSGeoDatumEnsemble(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSGeoDatumEnsemble"},"Classes/CRSGeoDatumEnsemble.html#/c:objc(cs)CRSGeoDatumEnsemble(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSGeoDatumEnsemble"},"Classes/CRSGeoDatumEnsemble.html#/c:objc(cs)CRSGeoDatumEnsemble(im)initWithName:andMember:andEllipsoid:andAccuracy:andPrimeMeridian:":{"name":"-initWithName:andMember:andEllipsoid:andAccuracy:andPrimeMeridian:","abstract":"

    Initialize

    ","parent_name":"CRSGeoDatumEnsemble"},"Classes/CRSGeoDatumEnsemble.html#/c:objc(cs)CRSGeoDatumEnsemble(im)initWithName:andMembers:andEllipsoid:andAccuracy:andPrimeMeridian:":{"name":"-initWithName:andMembers:andEllipsoid:andAccuracy:andPrimeMeridian:","abstract":"

    Initialize

    ","parent_name":"CRSGeoDatumEnsemble"},"Classes/CRSGeoCoordinateReferenceSystem.html#/c:objc(cs)CRSGeoCoordinateReferenceSystem(py)referenceFrame":{"name":"referenceFrame","abstract":"

    Reference Frame

    ","parent_name":"CRSGeoCoordinateReferenceSystem"},"Classes/CRSGeoCoordinateReferenceSystem.html#/c:objc(cs)CRSGeoCoordinateReferenceSystem(py)datumEnsemble":{"name":"datumEnsemble","abstract":"

    Datum Ensemble

    ","parent_name":"CRSGeoCoordinateReferenceSystem"},"Classes/CRSGeoCoordinateReferenceSystem.html#/c:objc(cs)CRSGeoCoordinateReferenceSystem(py)dynamic":{"name":"dynamic","abstract":"

    Dynamic coordinate reference system

    ","parent_name":"CRSGeoCoordinateReferenceSystem"},"Classes/CRSGeoCoordinateReferenceSystem.html#/c:objc(cs)CRSGeoCoordinateReferenceSystem(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSGeoCoordinateReferenceSystem"},"Classes/CRSGeoCoordinateReferenceSystem.html#/c:objc(cs)CRSGeoCoordinateReferenceSystem(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSGeoCoordinateReferenceSystem"},"Classes/CRSGeoCoordinateReferenceSystem.html#/c:objc(cs)CRSGeoCoordinateReferenceSystem(im)initWithType:":{"name":"-initWithType:","abstract":"

    Initialize

    ","parent_name":"CRSGeoCoordinateReferenceSystem"},"Classes/CRSGeoCoordinateReferenceSystem.html#/c:objc(cs)CRSGeoCoordinateReferenceSystem(im)initWithName:andType:andReferenceFrame:andCoordinateSystem:":{"name":"-initWithName:andType:andReferenceFrame:andCoordinateSystem:","abstract":"

    Initialize

    ","parent_name":"CRSGeoCoordinateReferenceSystem"},"Classes/CRSGeoCoordinateReferenceSystem.html#/c:objc(cs)CRSGeoCoordinateReferenceSystem(im)initWithName:andType:andDatumEnsemble:andCoordinateSystem:":{"name":"-initWithName:andType:andDatumEnsemble:andCoordinateSystem:","abstract":"

    Initialize

    ","parent_name":"CRSGeoCoordinateReferenceSystem"},"Classes/CRSGeoCoordinateReferenceSystem.html#/c:objc(cs)CRSGeoCoordinateReferenceSystem(im)initWithName:andType:andDynamic:andReferenceFrame:andCoordinateSystem:":{"name":"-initWithName:andType:andDynamic:andReferenceFrame:andCoordinateSystem:","abstract":"

    Initialize

    ","parent_name":"CRSGeoCoordinateReferenceSystem"},"Classes/CRSGeoCoordinateReferenceSystem.html#/c:objc(cs)CRSGeoCoordinateReferenceSystem(im)hasReferenceFrame":{"name":"-hasReferenceFrame","abstract":"

    Determine if has a reference frame

    ","parent_name":"CRSGeoCoordinateReferenceSystem"},"Classes/CRSGeoCoordinateReferenceSystem.html#/c:objc(cs)CRSGeoCoordinateReferenceSystem(im)hasDatumEnsemble":{"name":"-hasDatumEnsemble","abstract":"

    Determine if has a datum ensemble

    ","parent_name":"CRSGeoCoordinateReferenceSystem"},"Classes/CRSGeoCoordinateReferenceSystem.html#/c:objc(cs)CRSGeoCoordinateReferenceSystem(im)hasDynamic":{"name":"-hasDynamic","abstract":"

    Determine if has a dynamic

    ","parent_name":"CRSGeoCoordinateReferenceSystem"},"Classes/CRSGeoCoordinateReferenceSystem.html#/c:objc(cs)CRSGeoCoordinateReferenceSystem(im)geoDatum":{"name":"-geoDatum","abstract":"

    Get the geodetic or geographic common datum

    ","parent_name":"CRSGeoCoordinateReferenceSystem"},"Classes/CRSEllipsoids.html#/c:objc(cs)CRSEllipsoids(cm)fromType:":{"name":"+fromType:","abstract":"

    Get a predefined ellipsoid by type

    ","parent_name":"CRSEllipsoids"},"Classes/CRSEllipsoids.html#/c:objc(cs)CRSEllipsoids(cm)fromName:":{"name":"+fromName:","abstract":"

    Get a predefined ellipsoid by name or short name

    ","parent_name":"CRSEllipsoids"},"Classes/CRSEllipsoids.html#/c:objc(cs)CRSEllipsoids(im)type":{"name":"-type","abstract":"

    Get the type

    ","parent_name":"CRSEllipsoids"},"Classes/CRSEllipsoids.html#/c:objc(cs)CRSEllipsoids(im)name":{"name":"-name","abstract":"

    Get the name

    ","parent_name":"CRSEllipsoids"},"Classes/CRSEllipsoids.html#/c:objc(cs)CRSEllipsoids(im)names":{"name":"-names","abstract":"

    Get the names

    ","parent_name":"CRSEllipsoids"},"Classes/CRSEllipsoids.html#/c:objc(cs)CRSEllipsoids(im)shortName":{"name":"-shortName","abstract":"

    Get the short name

    ","parent_name":"CRSEllipsoids"},"Classes/CRSEllipsoids.html#/c:objc(cs)CRSEllipsoids(im)equatorRadius":{"name":"-equatorRadius","abstract":"

    Get the equator radius

    ","parent_name":"CRSEllipsoids"},"Classes/CRSEllipsoids.html#/c:objc(cs)CRSEllipsoids(im)reciprocalFlattening":{"name":"-reciprocalFlattening","abstract":"

    Get the reciprocal flattening

    ","parent_name":"CRSEllipsoids"},"Classes/CRSEllipsoids.html#/c:objc(cs)CRSEllipsoids(im)a":{"name":"-a","abstract":"

    Get the a

    ","parent_name":"CRSEllipsoids"},"Classes/CRSEllipsoids.html#/c:objc(cs)CRSEllipsoids(im)b":{"name":"-b","abstract":"

    Get the b

    ","parent_name":"CRSEllipsoids"},"Classes/CRSEllipsoids.html#/c:objc(cs)CRSEllipsoids(im)eccentricitySquared":{"name":"-eccentricitySquared","abstract":"

    Get the eccentricity squared

    ","parent_name":"CRSEllipsoids"},"Classes/CRSEllipsoidTypes.html#/c:objc(cs)CRSEllipsoidTypes(cm)name:":{"name":"+name:","abstract":"

    Get the type name

    ","parent_name":"CRSEllipsoidTypes"},"Classes/CRSEllipsoidTypes.html#/c:objc(cs)CRSEllipsoidTypes(cm)type:":{"name":"+type:","abstract":"

    Get the type from the name

    ","parent_name":"CRSEllipsoidTypes"},"Classes/CRSEllipsoid.html#/c:objc(cs)CRSEllipsoid(py)name":{"name":"name","abstract":"

    Name

    ","parent_name":"CRSEllipsoid"},"Classes/CRSEllipsoid.html#/c:objc(cs)CRSEllipsoid(py)semiMajorAxis":{"name":"semiMajorAxis","abstract":"

    Semi Major Axis

    ","parent_name":"CRSEllipsoid"},"Classes/CRSEllipsoid.html#/c:objc(cs)CRSEllipsoid(py)semiMajorAxisText":{"name":"semiMajorAxisText","abstract":"

    Semi Major Axis Text

    ","parent_name":"CRSEllipsoid"},"Classes/CRSEllipsoid.html#/c:objc(cs)CRSEllipsoid(py)inverseFlattening":{"name":"inverseFlattening","abstract":"

    Inverse Flattening

    ","parent_name":"CRSEllipsoid"},"Classes/CRSEllipsoid.html#/c:objc(cs)CRSEllipsoid(py)inverseFlatteningText":{"name":"inverseFlatteningText","abstract":"

    Inverse Flattening Text

    ","parent_name":"CRSEllipsoid"},"Classes/CRSEllipsoid.html#/c:objc(cs)CRSEllipsoid(py)unit":{"name":"unit","abstract":"

    Unit

    ","parent_name":"CRSEllipsoid"},"Classes/CRSEllipsoid.html#/c:objc(cs)CRSEllipsoid(py)identifiers":{"name":"identifiers","abstract":"

    Identifiers

    ","parent_name":"CRSEllipsoid"},"Classes/CRSEllipsoid.html#/c:objc(cs)CRSEllipsoid(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSEllipsoid"},"Classes/CRSEllipsoid.html#/c:objc(cs)CRSEllipsoid(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSEllipsoid"},"Classes/CRSEllipsoid.html#/c:objc(cs)CRSEllipsoid(im)initWithName:andSemiMajorAxis:andInverseFlattening:":{"name":"-initWithName:andSemiMajorAxis:andInverseFlattening:","abstract":"

    Initialize

    ","parent_name":"CRSEllipsoid"},"Classes/CRSEllipsoid.html#/c:objc(cs)CRSEllipsoid(im)initWithName:andSemiMajorAxisText:andInverseFlatteningText:":{"name":"-initWithName:andSemiMajorAxisText:andInverseFlatteningText:","abstract":"

    Initialize

    ","parent_name":"CRSEllipsoid"},"Classes/CRSEllipsoid.html#/c:objc(cs)CRSEllipsoid(im)type":{"name":"-type","abstract":"

    Get the Ellipsoid Type

    ","parent_name":"CRSEllipsoid"},"Classes/CRSEllipsoid.html#/c:objc(cs)CRSEllipsoid(im)hasUnit":{"name":"-hasUnit","abstract":"

    Has a unit (length)

    ","parent_name":"CRSEllipsoid"},"Classes/CRSEllipsoid.html#/c:objc(cs)CRSEllipsoid(im)poleRadius":{"name":"-poleRadius","abstract":"

    Get the pole radius

    ","parent_name":"CRSEllipsoid"},"Classes/CRSEllipsoid.html#/c:objc(cs)CRSEllipsoid(im)poleRadiusText":{"name":"-poleRadiusText","abstract":"

    Get the pole radius as text

    ","parent_name":"CRSEllipsoid"},"Classes/CRSEngineeringDatum.html#/c:objc(cs)CRSEngineeringDatum(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSEngineeringDatum"},"Classes/CRSEngineeringDatum.html#/c:objc(cs)CRSEngineeringDatum(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSEngineeringDatum"},"Classes/CRSEngineeringDatum.html#/c:objc(cs)CRSEngineeringDatum(im)initWithName:":{"name":"-initWithName:","abstract":"

    Initialize

    ","parent_name":"CRSEngineeringDatum"},"Classes/CRSEngineeringCoordinateReferenceSystem.html#/c:objc(cs)CRSEngineeringCoordinateReferenceSystem(py)datum":{"name":"datum","abstract":"

    Engineering Datum

    ","parent_name":"CRSEngineeringCoordinateReferenceSystem"},"Classes/CRSEngineeringCoordinateReferenceSystem.html#/c:objc(cs)CRSEngineeringCoordinateReferenceSystem(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSEngineeringCoordinateReferenceSystem"},"Classes/CRSEngineeringCoordinateReferenceSystem.html#/c:objc(cs)CRSEngineeringCoordinateReferenceSystem(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSEngineeringCoordinateReferenceSystem"},"Classes/CRSEngineeringCoordinateReferenceSystem.html#/c:objc(cs)CRSEngineeringCoordinateReferenceSystem(im)initWithName:andDatum:andCoordinateSystem:":{"name":"-initWithName:andDatum:andCoordinateSystem:","abstract":"

    Initialize

    ","parent_name":"CRSEngineeringCoordinateReferenceSystem"},"Classes/CRSDerivingConversion.html#/c:objc(cs)CRSDerivingConversion(py)name":{"name":"name","abstract":"

    Name

    ","parent_name":"CRSDerivingConversion"},"Classes/CRSDerivingConversion.html#/c:objc(cs)CRSDerivingConversion(py)method":{"name":"method","abstract":"

    Method

    ","parent_name":"CRSDerivingConversion"},"Classes/CRSDerivingConversion.html#/c:objc(cs)CRSDerivingConversion(py)identifiers":{"name":"identifiers","abstract":"

    Identifiers

    ","parent_name":"CRSDerivingConversion"},"Classes/CRSDerivingConversion.html#/c:objc(cs)CRSDerivingConversion(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSDerivingConversion"},"Classes/CRSDerivingConversion.html#/c:objc(cs)CRSDerivingConversion(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSDerivingConversion"},"Classes/CRSDerivingConversion.html#/c:objc(cs)CRSDerivingConversion(im)initWithName:andMethod:":{"name":"-initWithName:andMethod:","abstract":"

    Initialize

    ","parent_name":"CRSDerivingConversion"},"Classes/CRSDerivedCoordinateReferenceSystem.html#/c:objc(cs)CRSDerivedCoordinateReferenceSystem(py)base":{"name":"base","abstract":"

    Base

    ","parent_name":"CRSDerivedCoordinateReferenceSystem"},"Classes/CRSDerivedCoordinateReferenceSystem.html#/c:objc(cs)CRSDerivedCoordinateReferenceSystem(py)conversion":{"name":"conversion","abstract":"

    Deriving Conversion

    ","parent_name":"CRSDerivedCoordinateReferenceSystem"},"Classes/CRSDerivedCoordinateReferenceSystem.html#/c:objc(cs)CRSDerivedCoordinateReferenceSystem(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSDerivedCoordinateReferenceSystem"},"Classes/CRSDerivedCoordinateReferenceSystem.html#/c:objc(cs)CRSDerivedCoordinateReferenceSystem(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSDerivedCoordinateReferenceSystem"},"Classes/CRSDerivedCoordinateReferenceSystem.html#/c:objc(cs)CRSDerivedCoordinateReferenceSystem(im)initWithName:andBase:andConversion:andCoordinateSystem:":{"name":"-initWithName:andBase:andConversion:andCoordinateSystem:","abstract":"

    Initialize

    ","parent_name":"CRSDerivedCoordinateReferenceSystem"},"Classes/CRSDerivedCoordinateReferenceSystem.html#/c:objc(cs)CRSDerivedCoordinateReferenceSystem(im)baseName":{"name":"-baseName","abstract":"

    Get the base name

    ","parent_name":"CRSDerivedCoordinateReferenceSystem"},"Classes/CRSDerivedCoordinateReferenceSystem.html#/c:objc(cs)CRSDerivedCoordinateReferenceSystem(im)baseType":{"name":"-baseType","abstract":"

    Get the base type

    ","parent_name":"CRSDerivedCoordinateReferenceSystem"},"Classes/CRSDerivedCoordinateReferenceSystem.html#/c:objc(cs)CRSDerivedCoordinateReferenceSystem(im)baseIdentifiers":{"name":"-baseIdentifiers","abstract":"

    Get the base identifiers

    ","parent_name":"CRSDerivedCoordinateReferenceSystem"},"Classes/CRSDerivedCoordinateReferenceSystem.html#/c:objc(cs)CRSDerivedCoordinateReferenceSystem(im)hasBaseIdentifiers":{"name":"-hasBaseIdentifiers","abstract":"

    Has base identifiers

    ","parent_name":"CRSDerivedCoordinateReferenceSystem"},"Classes/CRSVerticalExtent.html#/c:objc(cs)CRSVerticalExtent(py)minimumHeight":{"name":"minimumHeight","abstract":"

    Minimum Height

    ","parent_name":"CRSVerticalExtent"},"Classes/CRSVerticalExtent.html#/c:objc(cs)CRSVerticalExtent(py)minimumHeightText":{"name":"minimumHeightText","abstract":"

    Minimum Height Text

    ","parent_name":"CRSVerticalExtent"},"Classes/CRSVerticalExtent.html#/c:objc(cs)CRSVerticalExtent(py)maximumHeight":{"name":"maximumHeight","abstract":"

    Maximum Height

    ","parent_name":"CRSVerticalExtent"},"Classes/CRSVerticalExtent.html#/c:objc(cs)CRSVerticalExtent(py)maximumHeightText":{"name":"maximumHeightText","abstract":"

    Maximum Height Text

    ","parent_name":"CRSVerticalExtent"},"Classes/CRSVerticalExtent.html#/c:objc(cs)CRSVerticalExtent(py)unit":{"name":"unit","abstract":"

    Unit (Length)

    ","parent_name":"CRSVerticalExtent"},"Classes/CRSVerticalExtent.html#/c:objc(cs)CRSVerticalExtent(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSVerticalExtent"},"Classes/CRSVerticalExtent.html#/c:objc(cs)CRSVerticalExtent(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSVerticalExtent"},"Classes/CRSVerticalExtent.html#/c:objc(cs)CRSVerticalExtent(im)initWithMinimumHeight:andMaximumHeight:":{"name":"-initWithMinimumHeight:andMaximumHeight:","abstract":"

    Initialize

    ","parent_name":"CRSVerticalExtent"},"Classes/CRSVerticalExtent.html#/c:objc(cs)CRSVerticalExtent(im)initWithMinimumHeightText:andMaximumHeightText:":{"name":"-initWithMinimumHeightText:andMaximumHeightText:","abstract":"

    Initialize

    ","parent_name":"CRSVerticalExtent"},"Classes/CRSVerticalExtent.html#/c:objc(cs)CRSVerticalExtent(im)initWithMinimumHeight:andMaximumHeight:andUnit:":{"name":"-initWithMinimumHeight:andMaximumHeight:andUnit:","abstract":"

    Initialize

    ","parent_name":"CRSVerticalExtent"},"Classes/CRSVerticalExtent.html#/c:objc(cs)CRSVerticalExtent(im)initWithMinimumHeightText:andMaximumHeightText:andUnit:":{"name":"-initWithMinimumHeightText:andMaximumHeightText:andUnit:","abstract":"

    Initialize

    ","parent_name":"CRSVerticalExtent"},"Classes/CRSVerticalExtent.html#/c:objc(cs)CRSVerticalExtent(im)hasUnit":{"name":"-hasUnit","abstract":"

    Has a unit (length)

    ","parent_name":"CRSVerticalExtent"},"Classes/CRSUsage.html#/c:objc(cs)CRSUsage(py)scope":{"name":"scope","abstract":"

    Scope

    ","parent_name":"CRSUsage"},"Classes/CRSUsage.html#/c:objc(cs)CRSUsage(py)extent":{"name":"extent","abstract":"

    Extent

    ","parent_name":"CRSUsage"},"Classes/CRSUsage.html#/c:objc(cs)CRSUsage(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSUsage"},"Classes/CRSUsage.html#/c:objc(cs)CRSUsage(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSUsage"},"Classes/CRSUsage.html#/c:objc(cs)CRSUsage(im)initWithScope:andExtent:":{"name":"-initWithScope:andExtent:","abstract":"

    Initialize

    ","parent_name":"CRSUsage"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)unitFromName:":{"name":"+unitFromName:","abstract":"

    Get a unit from the unit name

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)unitFromType:":{"name":"+unitFromType:","abstract":"

    Get a unit from the units type

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)typeFromName:":{"name":"+typeFromName:","abstract":"

    Get a units type from the unit name

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)typeFromUnit:":{"name":"+typeFromUnit:","abstract":"

    Get a units type from the unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)micrometre":{"name":"+micrometre","abstract":"

    Get a micrometre unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)millimetre":{"name":"+millimetre","abstract":"

    Get a millimetre unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)metre":{"name":"+metre","abstract":"

    Get a metre unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)kilometre":{"name":"+kilometre","abstract":"

    Get a kilometre unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)GermanLegalMetre":{"name":"+GermanLegalMetre","abstract":"

    Get a German legal metre unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)USSurveyFoot":{"name":"+USSurveyFoot","abstract":"

    Get a US survey foot unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)foot":{"name":"+foot","abstract":"

    Get a foot unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)microradian":{"name":"+microradian","abstract":"

    Get a microradian unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)milliradian":{"name":"+milliradian","abstract":"

    Get a milliradian unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)radian":{"name":"+radian","abstract":"

    Get a radian unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)arcSecond":{"name":"+arcSecond","abstract":"

    Get an arc-second unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)arcMinute":{"name":"+arcMinute","abstract":"

    Get an arc-minute unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)degree":{"name":"+degree","abstract":"

    Get a degree unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)grad":{"name":"+grad","abstract":"

    Get a grad unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)unity":{"name":"+unity","abstract":"

    Get a unity unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)bin":{"name":"+bin","abstract":"

    Get a bin unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)partsPerMillion":{"name":"+partsPerMillion","abstract":"

    Get a parts per million unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)pascalUnit":{"name":"+pascalUnit","abstract":"

    Get a pascal unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)hectopascal":{"name":"+hectopascal","abstract":"

    Get a hectopascal unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)microsecond":{"name":"+microsecond","abstract":"

    Get a microsecond unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)millisecond":{"name":"+millisecond","abstract":"

    Get a millisecond unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)second":{"name":"+second","abstract":"

    Get a second unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)minute":{"name":"+minute","abstract":"

    Get a minute unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)hour":{"name":"+hour","abstract":"

    Get a hour unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)day":{"name":"+day","abstract":"

    Get a day unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)year":{"name":"+year","abstract":"

    Get a year unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)calendarSecond":{"name":"+calendarSecond","abstract":"

    Get a calendar second unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)calendarMonth":{"name":"+calendarMonth","abstract":"

    Get a calendar month unit

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)unitTypeFromName:":{"name":"+unitTypeFromName:","abstract":"

    Get the unit type from the name

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)defaultUnit:":{"name":"+defaultUnit:","abstract":"

    Get the default unit for the unit type

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)canConvertBetweenUnit:andUnit:":{"name":"+canConvertBetweenUnit:andUnit:","abstract":"

    Determine if values can be converted between the two units

    ","parent_name":"CRSUnits"},"Classes/CRSUnits.html#/c:objc(cs)CRSUnits(cm)convertValue:fromUnit:toUnit:":{"name":"+convertValue:fromUnit:toUnit:","abstract":"

    Convert the value from a unit to a same typed unit, both with conversion","parent_name":"CRSUnits"},"Classes/CRSUnitTypes.html#/c:objc(cs)CRSUnitTypes(cm)name:":{"name":"+name:","abstract":"

    Get the type name

    ","parent_name":"CRSUnitTypes"},"Classes/CRSUnitTypes.html#/c:objc(cs)CRSUnitTypes(cm)type:":{"name":"+type:","abstract":"

    Get the type from the name

    ","parent_name":"CRSUnitTypes"},"Classes/CRSUnit.html#/c:objc(cs)CRSUnit(py)type":{"name":"type","abstract":"

    Unit Type

    ","parent_name":"CRSUnit"},"Classes/CRSUnit.html#/c:objc(cs)CRSUnit(py)name":{"name":"name","abstract":"

    Name

    ","parent_name":"CRSUnit"},"Classes/CRSUnit.html#/c:objc(cs)CRSUnit(py)conversionFactor":{"name":"conversionFactor","abstract":"

    Conversion Factor

    ","parent_name":"CRSUnit"},"Classes/CRSUnit.html#/c:objc(cs)CRSUnit(py)conversionFactorText":{"name":"conversionFactorText","abstract":"

    Conversion Factor Text

    ","parent_name":"CRSUnit"},"Classes/CRSUnit.html#/c:objc(cs)CRSUnit(py)identifiers":{"name":"identifiers","abstract":"

    Identifiers

    ","parent_name":"CRSUnit"},"Classes/CRSUnit.html#/c:objc(cs)CRSUnit(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSUnit"},"Classes/CRSUnit.html#/c:objc(cs)CRSUnit(cm)createWithType:andName:":{"name":"+createWithType:andName:","abstract":"

    Create

    ","parent_name":"CRSUnit"},"Classes/CRSUnit.html#/c:objc(cs)CRSUnit(cm)createWithType:andName:andConversionFactor:":{"name":"+createWithType:andName:andConversionFactor:","abstract":"

    Create

    ","parent_name":"CRSUnit"},"Classes/CRSUnit.html#/c:objc(cs)CRSUnit(cm)createWithType:andName:andConversionFactorText:":{"name":"+createWithType:andName:andConversionFactorText:","abstract":"

    Create

    ","parent_name":"CRSUnit"},"Classes/CRSUnit.html#/c:objc(cs)CRSUnit(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSUnit"},"Classes/CRSUnit.html#/c:objc(cs)CRSUnit(im)initWithType:andName:":{"name":"-initWithType:andName:","abstract":"

    Initialize

    ","parent_name":"CRSUnit"},"Classes/CRSUnit.html#/c:objc(cs)CRSUnit(im)initWithType:andName:andConversionFactor:":{"name":"-initWithType:andName:andConversionFactor:","abstract":"

    Initialize

    ","parent_name":"CRSUnit"},"Classes/CRSUnit.html#/c:objc(cs)CRSUnit(im)initWithType:andName:andConversionFactorText:":{"name":"-initWithType:andName:andConversionFactorText:","abstract":"

    Initialize

    ","parent_name":"CRSUnit"},"Classes/CRSUnit.html#/c:objc(cs)CRSUnit(im)hasConversionFactor":{"name":"-hasConversionFactor","abstract":"

    Has a conversion factor

    ","parent_name":"CRSUnit"},"Classes/CRSUnit.html#/c:objc(cs)CRSUnit(im)isEqualNameToUnit:":{"name":"-isEqualNameToUnit:","abstract":"

    Determine if the unit names are equal, ignoring case

    ","parent_name":"CRSUnit"},"Classes/CRSTemporalExtent.html#/c:objc(cs)CRSTemporalExtent(py)start":{"name":"start","abstract":"

    Start

    ","parent_name":"CRSTemporalExtent"},"Classes/CRSTemporalExtent.html#/c:objc(cs)CRSTemporalExtent(py)startDateTime":{"name":"startDateTime","abstract":"

    Start date time

    ","parent_name":"CRSTemporalExtent"},"Classes/CRSTemporalExtent.html#/c:objc(cs)CRSTemporalExtent(py)end":{"name":"end","abstract":"

    End

    ","parent_name":"CRSTemporalExtent"},"Classes/CRSTemporalExtent.html#/c:objc(cs)CRSTemporalExtent(py)endDateTime":{"name":"endDateTime","abstract":"

    End date time

    ","parent_name":"CRSTemporalExtent"},"Classes/CRSTemporalExtent.html#/c:objc(cs)CRSTemporalExtent(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSTemporalExtent"},"Classes/CRSTemporalExtent.html#/c:objc(cs)CRSTemporalExtent(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSTemporalExtent"},"Classes/CRSTemporalExtent.html#/c:objc(cs)CRSTemporalExtent(im)initWithStart:andEnd:":{"name":"-initWithStart:andEnd:","abstract":"

    Initialize

    ","parent_name":"CRSTemporalExtent"},"Classes/CRSTemporalExtent.html#/c:objc(cs)CRSTemporalExtent(im)initWithStartDateTime:andEndDateTime:":{"name":"-initWithStartDateTime:andEndDateTime:","abstract":"

    Initialize

    ","parent_name":"CRSTemporalExtent"},"Classes/CRSTemporalExtent.html#/c:objc(cs)CRSTemporalExtent(im)hasStartDateTime":{"name":"-hasStartDateTime","abstract":"

    Has a start date time

    ","parent_name":"CRSTemporalExtent"},"Classes/CRSTemporalExtent.html#/c:objc(cs)CRSTemporalExtent(im)setStartDateTimeWithStart:":{"name":"-setStartDateTimeWithStart:","abstract":"

    Set the start date time

    ","parent_name":"CRSTemporalExtent"},"Classes/CRSTemporalExtent.html#/c:objc(cs)CRSTemporalExtent(im)hasEndDateTime":{"name":"-hasEndDateTime","abstract":"

    Has an end date time

    ","parent_name":"CRSTemporalExtent"},"Classes/CRSTemporalExtent.html#/c:objc(cs)CRSTemporalExtent(im)setEndDateTimeWithEnd:":{"name":"-setEndDateTimeWithEnd:","abstract":"

    Set the end date time

    ","parent_name":"CRSTemporalExtent"},"Classes/CRSReferenceFrame.html#/c:objc(cs)CRSReferenceFrame(py)name":{"name":"name","abstract":"

    Name

    ","parent_name":"CRSReferenceFrame"},"Classes/CRSReferenceFrame.html#/c:objc(cs)CRSReferenceFrame(py)type":{"name":"type","abstract":"

    Type

    ","parent_name":"CRSReferenceFrame"},"Classes/CRSReferenceFrame.html#/c:objc(cs)CRSReferenceFrame(py)anchor":{"name":"anchor","abstract":"

    Datum anchor description

    ","parent_name":"CRSReferenceFrame"},"Classes/CRSReferenceFrame.html#/c:objc(cs)CRSReferenceFrame(py)identifiers":{"name":"identifiers","abstract":"

    Identifiers

    ","parent_name":"CRSReferenceFrame"},"Classes/CRSReferenceFrame.html#/c:objc(cs)CRSReferenceFrame(im)initWithType:":{"name":"-initWithType:","abstract":"

    Initialize

    ","parent_name":"CRSReferenceFrame"},"Classes/CRSReferenceFrame.html#/c:objc(cs)CRSReferenceFrame(im)initWithName:andType:":{"name":"-initWithName:andType:","abstract":"

    Initialize

    ","parent_name":"CRSReferenceFrame"},"Classes/CRSReferenceFrame.html#/c:objc(cs)CRSReferenceFrame(im)hasAnchor":{"name":"-hasAnchor","abstract":"

    Has a datum anchor description

    ","parent_name":"CRSReferenceFrame"},"Classes/CRSIdentifier.html#/c:objc(cs)CRSIdentifier(py)name":{"name":"name","abstract":"

    Authority Name

    ","parent_name":"CRSIdentifier"},"Classes/CRSIdentifier.html#/c:objc(cs)CRSIdentifier(py)uniqueIdentifier":{"name":"uniqueIdentifier","abstract":"

    Authority Unique Identifier

    ","parent_name":"CRSIdentifier"},"Classes/CRSIdentifier.html#/c:objc(cs)CRSIdentifier(py)version":{"name":"version","abstract":"

    Version

    ","parent_name":"CRSIdentifier"},"Classes/CRSIdentifier.html#/c:objc(cs)CRSIdentifier(py)citation":{"name":"citation","abstract":"

    Authority Citation

    ","parent_name":"CRSIdentifier"},"Classes/CRSIdentifier.html#/c:objc(cs)CRSIdentifier(py)uri":{"name":"uri","abstract":"

    URI

    ","parent_name":"CRSIdentifier"},"Classes/CRSIdentifier.html#/c:objc(cs)CRSIdentifier(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSIdentifier"},"Classes/CRSIdentifier.html#/c:objc(cs)CRSIdentifier(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSIdentifier"},"Classes/CRSIdentifier.html#/c:objc(cs)CRSIdentifier(im)initWithName:andUniqueIdentifier:":{"name":"-initWithName:andUniqueIdentifier:","abstract":"

    Initialize

    ","parent_name":"CRSIdentifier"},"Classes/CRSIdentifier.html#/c:objc(cs)CRSIdentifier(im)nameAndUniqueIdentifier":{"name":"-nameAndUniqueIdentifier","abstract":"

    Get the name and unique identifier separated by a colon

    ","parent_name":"CRSIdentifier"},"Classes/CRSIdentifier.html#/c:objc(cs)CRSIdentifier(im)nameAndUniqueIdentifierWithDelimiter:":{"name":"-nameAndUniqueIdentifierWithDelimiter:","abstract":"

    Get the name and unique identifier separated by the delimiter

    ","parent_name":"CRSIdentifier"},"Classes/CRSIdentifier.html#/c:objc(cs)CRSIdentifier(im)hasVersion":{"name":"-hasVersion","abstract":"

    Has a version

    ","parent_name":"CRSIdentifier"},"Classes/CRSIdentifier.html#/c:objc(cs)CRSIdentifier(im)hasCitation":{"name":"-hasCitation","abstract":"

    Has an authority citation

    ","parent_name":"CRSIdentifier"},"Classes/CRSIdentifier.html#/c:objc(cs)CRSIdentifier(im)hasUri":{"name":"-hasUri","abstract":"

    Has an id uri

    ","parent_name":"CRSIdentifier"},"Classes/CRSGeographicBoundingBox.html#/c:objc(cs)CRSGeographicBoundingBox(py)lowerLeftLatitude":{"name":"lowerLeftLatitude","abstract":"

    Lower Left Latitude

    ","parent_name":"CRSGeographicBoundingBox"},"Classes/CRSGeographicBoundingBox.html#/c:objc(cs)CRSGeographicBoundingBox(py)lowerLeftLatitudeText":{"name":"lowerLeftLatitudeText","abstract":"

    Lower Left Latitude Text

    ","parent_name":"CRSGeographicBoundingBox"},"Classes/CRSGeographicBoundingBox.html#/c:objc(cs)CRSGeographicBoundingBox(py)lowerLeftLongitude":{"name":"lowerLeftLongitude","abstract":"

    Lower Left Longitude

    ","parent_name":"CRSGeographicBoundingBox"},"Classes/CRSGeographicBoundingBox.html#/c:objc(cs)CRSGeographicBoundingBox(py)lowerLeftLongitudeText":{"name":"lowerLeftLongitudeText","abstract":"

    Lower Left Longitude Text

    ","parent_name":"CRSGeographicBoundingBox"},"Classes/CRSGeographicBoundingBox.html#/c:objc(cs)CRSGeographicBoundingBox(py)upperRightLatitude":{"name":"upperRightLatitude","abstract":"

    Upper Right Latitude

    ","parent_name":"CRSGeographicBoundingBox"},"Classes/CRSGeographicBoundingBox.html#/c:objc(cs)CRSGeographicBoundingBox(py)upperRightLatitudeText":{"name":"upperRightLatitudeText","abstract":"

    Upper Right Latitude Text

    ","parent_name":"CRSGeographicBoundingBox"},"Classes/CRSGeographicBoundingBox.html#/c:objc(cs)CRSGeographicBoundingBox(py)upperRightLongitude":{"name":"upperRightLongitude","abstract":"

    Upper Right Longitude

    ","parent_name":"CRSGeographicBoundingBox"},"Classes/CRSGeographicBoundingBox.html#/c:objc(cs)CRSGeographicBoundingBox(py)upperRightLongitudeText":{"name":"upperRightLongitudeText","abstract":"

    Upper Right Longitude Text

    ","parent_name":"CRSGeographicBoundingBox"},"Classes/CRSGeographicBoundingBox.html#/c:objc(cs)CRSGeographicBoundingBox(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSGeographicBoundingBox"},"Classes/CRSGeographicBoundingBox.html#/c:objc(cs)CRSGeographicBoundingBox(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSGeographicBoundingBox"},"Classes/CRSGeographicBoundingBox.html#/c:objc(cs)CRSGeographicBoundingBox(im)initWithLowerLeftLatitude:andLowerLeftLongitude:andUpperRightLatitude:andUpperRightLongitude:":{"name":"-initWithLowerLeftLatitude:andLowerLeftLongitude:andUpperRightLatitude:andUpperRightLongitude:","abstract":"

    Initialize

    ","parent_name":"CRSGeographicBoundingBox"},"Classes/CRSGeographicBoundingBox.html#/c:objc(cs)CRSGeographicBoundingBox(im)initWithLowerLeftLatitudeText:andLowerLeftLongitudeText:andUpperRightLatitudeText:andUpperRightLongitudeText:":{"name":"-initWithLowerLeftLatitudeText:andLowerLeftLongitudeText:andUpperRightLatitudeText:andUpperRightLongitudeText:","abstract":"

    Initialize

    ","parent_name":"CRSGeographicBoundingBox"},"Classes/CRSExtent.html#/c:objc(cs)CRSExtent(py)areaDescription":{"name":"areaDescription","abstract":"

    Area Description

    ","parent_name":"CRSExtent"},"Classes/CRSExtent.html#/c:objc(cs)CRSExtent(py)geographicBoundingBox":{"name":"geographicBoundingBox","abstract":"

    Geographic Bounding Box

    ","parent_name":"CRSExtent"},"Classes/CRSExtent.html#/c:objc(cs)CRSExtent(py)verticalExtent":{"name":"verticalExtent","abstract":"

    Vertical Extent

    ","parent_name":"CRSExtent"},"Classes/CRSExtent.html#/c:objc(cs)CRSExtent(py)temporalExtent":{"name":"temporalExtent","abstract":"

    Temporal Extent

    ","parent_name":"CRSExtent"},"Classes/CRSExtent.html#/c:objc(cs)CRSExtent(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSExtent"},"Classes/CRSExtent.html#/c:objc(cs)CRSExtent(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSExtent"},"Classes/CRSExtent.html#/c:objc(cs)CRSExtent(im)hasAreaDescription":{"name":"-hasAreaDescription","abstract":"

    Has an area description

    ","parent_name":"CRSExtent"},"Classes/CRSExtent.html#/c:objc(cs)CRSExtent(im)hasGeographicBoundingBox":{"name":"-hasGeographicBoundingBox","abstract":"

    Has a geographic bounding box

    ","parent_name":"CRSExtent"},"Classes/CRSExtent.html#/c:objc(cs)CRSExtent(im)hasVerticalExtent":{"name":"-hasVerticalExtent","abstract":"

    Has a vertical extent

    ","parent_name":"CRSExtent"},"Classes/CRSExtent.html#/c:objc(cs)CRSExtent(im)hasTemporalExtent":{"name":"-hasTemporalExtent","abstract":"

    Has a temporal extent

    ","parent_name":"CRSExtent"},"Classes/CRSDynamic.html#/c:objc(cs)CRSDynamic(py)referenceEpoch":{"name":"referenceEpoch","abstract":"

    Reference Epoch

    ","parent_name":"CRSDynamic"},"Classes/CRSDynamic.html#/c:objc(cs)CRSDynamic(py)referenceEpochText":{"name":"referenceEpochText","abstract":"

    Reference Epoch Text

    ","parent_name":"CRSDynamic"},"Classes/CRSDynamic.html#/c:objc(cs)CRSDynamic(py)deformationModelName":{"name":"deformationModelName","abstract":"

    Deformation Model Name

    ","parent_name":"CRSDynamic"},"Classes/CRSDynamic.html#/c:objc(cs)CRSDynamic(py)identifiers":{"name":"identifiers","abstract":"

    Deformation Model Identifiers

    ","parent_name":"CRSDynamic"},"Classes/CRSDynamic.html#/c:objc(cs)CRSDynamic(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSDynamic"},"Classes/CRSDynamic.html#/c:objc(cs)CRSDynamic(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSDynamic"},"Classes/CRSDynamic.html#/c:objc(cs)CRSDynamic(im)initWithReferenceEpoch:":{"name":"-initWithReferenceEpoch:","abstract":"

    Initialize

    ","parent_name":"CRSDynamic"},"Classes/CRSDynamic.html#/c:objc(cs)CRSDynamic(im)initWithReferenceEpochText:":{"name":"-initWithReferenceEpochText:","abstract":"

    Initialize

    ","parent_name":"CRSDynamic"},"Classes/CRSDynamic.html#/c:objc(cs)CRSDynamic(im)hasDeformationModelName":{"name":"-hasDeformationModelName","abstract":"

    Has a deformation model name

    ","parent_name":"CRSDynamic"},"Classes/CRSDatumEnsembleMember.html#/c:objc(cs)CRSDatumEnsembleMember(py)name":{"name":"name","abstract":"

    Name

    ","parent_name":"CRSDatumEnsembleMember"},"Classes/CRSDatumEnsembleMember.html#/c:objc(cs)CRSDatumEnsembleMember(py)identifiers":{"name":"identifiers","abstract":"

    Identifiers

    ","parent_name":"CRSDatumEnsembleMember"},"Classes/CRSDatumEnsembleMember.html#/c:objc(cs)CRSDatumEnsembleMember(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSDatumEnsembleMember"},"Classes/CRSDatumEnsembleMember.html#/c:objc(cs)CRSDatumEnsembleMember(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSDatumEnsembleMember"},"Classes/CRSDatumEnsembleMember.html#/c:objc(cs)CRSDatumEnsembleMember(im)initWithName:":{"name":"-initWithName:","abstract":"

    Initialize

    ","parent_name":"CRSDatumEnsembleMember"},"Classes/CRSDatumEnsemble.html#/c:objc(cs)CRSDatumEnsemble(py)name":{"name":"name","abstract":"

    Name

    ","parent_name":"CRSDatumEnsemble"},"Classes/CRSDatumEnsemble.html#/c:objc(cs)CRSDatumEnsemble(py)members":{"name":"members","abstract":"

    Members

    ","parent_name":"CRSDatumEnsemble"},"Classes/CRSDatumEnsemble.html#/c:objc(cs)CRSDatumEnsemble(py)accuracy":{"name":"accuracy","abstract":"

    Accuracy (in meters)

    ","parent_name":"CRSDatumEnsemble"},"Classes/CRSDatumEnsemble.html#/c:objc(cs)CRSDatumEnsemble(py)accuracyText":{"name":"accuracyText","abstract":"

    Accuracy (in meters) Text

    ","parent_name":"CRSDatumEnsemble"},"Classes/CRSDatumEnsemble.html#/c:objc(cs)CRSDatumEnsemble(py)identifiers":{"name":"identifiers","abstract":"

    Identifiers

    ","parent_name":"CRSDatumEnsemble"},"Classes/CRSDatumEnsemble.html#/c:objc(cs)CRSDatumEnsemble(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSDatumEnsemble"},"Classes/CRSDatumEnsemble.html#/c:objc(cs)CRSDatumEnsemble(im)initWithName:andMember:andAccuracy:":{"name":"-initWithName:andMember:andAccuracy:","abstract":"

    Initialize

    ","parent_name":"CRSDatumEnsemble"},"Classes/CRSDatumEnsemble.html#/c:objc(cs)CRSDatumEnsemble(im)initWithName:andMember:andAccuracyText:":{"name":"-initWithName:andMember:andAccuracyText:","abstract":"

    Initialize

    ","parent_name":"CRSDatumEnsemble"},"Classes/CRSDatumEnsemble.html#/c:objc(cs)CRSDatumEnsemble(im)initWithName:andMembers:andAccuracy:":{"name":"-initWithName:andMembers:andAccuracy:","abstract":"

    Initialize

    ","parent_name":"CRSDatumEnsemble"},"Classes/CRSDatumEnsemble.html#/c:objc(cs)CRSDatumEnsemble(im)initWithName:andMembers:andAccuracyText:":{"name":"-initWithName:andMembers:andAccuracyText:","abstract":"

    Initialize

    ","parent_name":"CRSDatumEnsemble"},"Classes/CRSDatumEnsemble.html#/c:objc(cs)CRSDatumEnsemble(im)numMembers":{"name":"-numMembers","abstract":"

    Number of members

    ","parent_name":"CRSDatumEnsemble"},"Classes/CRSDatumEnsemble.html#/c:objc(cs)CRSDatumEnsemble(im)memberAtIndex:":{"name":"-memberAtIndex:","abstract":"

    Get the member at the index

    ","parent_name":"CRSDatumEnsemble"},"Classes/CRSDatumEnsemble.html#/c:objc(cs)CRSDatumEnsemble(im)addMember:":{"name":"-addMember:","abstract":"

    Add the member

    ","parent_name":"CRSDatumEnsemble"},"Classes/CRSDatumEnsemble.html#/c:objc(cs)CRSDatumEnsemble(im)addMembers:":{"name":"-addMembers:","abstract":"

    Add the members

    ","parent_name":"CRSDatumEnsemble"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(py)year":{"name":"year","abstract":"

    Year

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(py)month":{"name":"month","abstract":"

    Month

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(py)day":{"name":"day","abstract":"

    Day

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(py)hour":{"name":"hour","abstract":"

    Hour

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(py)minute":{"name":"minute","abstract":"

    Minute

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(py)second":{"name":"second","abstract":"

    Second

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(py)fraction":{"name":"fraction","abstract":"

    Seconds fraction

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(py)fractionText":{"name":"fractionText","abstract":"

    Seconds fraction Text

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(py)timeZoneHour":{"name":"timeZoneHour","abstract":"

    Local time zone hour

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(py)timeZoneMinute":{"name":"timeZoneMinute","abstract":"

    Local time zone minute

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(cm)parse:":{"name":"+parse:","abstract":"

    Parse the text into a Date Time

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(cm)tryParse:":{"name":"+tryParse:","abstract":"

    Attempt to parse the text into a Date Time

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(im)initWithYear:":{"name":"-initWithYear:","abstract":"

    Initialize

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(im)isOrdinal":{"name":"-isOrdinal","abstract":"

    Is an ordinal day

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(im)hasTime":{"name":"-hasTime","abstract":"

    If date has a time precision

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(im)hasMonth":{"name":"-hasMonth","abstract":"

    Check if has a month

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(im)hasDay":{"name":"-hasDay","abstract":"

    Check if has a day

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(im)hasHour":{"name":"-hasHour","abstract":"

    Check if has a hour

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(im)hasMinute":{"name":"-hasMinute","abstract":"

    Check if has a minute

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(im)hasSecond":{"name":"-hasSecond","abstract":"

    Check if has a second

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(im)hasFraction":{"name":"-hasFraction","abstract":"

    Check if has a fraction

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(im)hasTimeZoneHour":{"name":"-hasTimeZoneHour","abstract":"

    Has a time zone hour

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(im)hasTimeZoneMinute":{"name":"-hasTimeZoneMinute","abstract":"

    Has a time zone minute

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(im)isTimeZoneUTC":{"name":"-isTimeZoneUTC","abstract":"

    Is the time zone UTC

    ","parent_name":"CRSDateTime"},"Classes/CRSDateTime.html#/c:objc(cs)CRSDateTime(im)setTimeZoneUTC":{"name":"-setTimeZoneUTC","abstract":"

    Set the time zone as UTC

    ","parent_name":"CRSDateTime"},"Classes/CRSCoordinateSystemTypes.html#/c:objc(cs)CRSCoordinateSystemTypes(cm)name:":{"name":"+name:","abstract":"

    Get the type name

    ","parent_name":"CRSCoordinateSystemTypes"},"Classes/CRSCoordinateSystemTypes.html#/c:objc(cs)CRSCoordinateSystemTypes(cm)type:":{"name":"+type:","abstract":"

    Get the type from the name

    ","parent_name":"CRSCoordinateSystemTypes"},"Classes/CRSCoordinateSystem.html#/c:objc(cs)CRSCoordinateSystem(py)type":{"name":"type","abstract":"

    Type

    ","parent_name":"CRSCoordinateSystem"},"Classes/CRSCoordinateSystem.html#/c:objc(cs)CRSCoordinateSystem(py)dimension":{"name":"dimension","abstract":"

    Dimension

    ","parent_name":"CRSCoordinateSystem"},"Classes/CRSCoordinateSystem.html#/c:objc(cs)CRSCoordinateSystem(py)identifiers":{"name":"identifiers","abstract":"

    Identifiers

    ","parent_name":"CRSCoordinateSystem"},"Classes/CRSCoordinateSystem.html#/c:objc(cs)CRSCoordinateSystem(py)axes":{"name":"axes","abstract":"

    Axes

    ","parent_name":"CRSCoordinateSystem"},"Classes/CRSCoordinateSystem.html#/c:objc(cs)CRSCoordinateSystem(py)unit":{"name":"unit","abstract":"

    Unit

    ","parent_name":"CRSCoordinateSystem"},"Classes/CRSCoordinateSystem.html#/c:objc(cs)CRSCoordinateSystem(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSCoordinateSystem"},"Classes/CRSCoordinateSystem.html#/c:objc(cs)CRSCoordinateSystem(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSCoordinateSystem"},"Classes/CRSCoordinateSystem.html#/c:objc(cs)CRSCoordinateSystem(im)initWithType:andDimension:andAxis:":{"name":"-initWithType:andDimension:andAxis:","abstract":"

    Initialize

    ","parent_name":"CRSCoordinateSystem"},"Classes/CRSCoordinateSystem.html#/c:objc(cs)CRSCoordinateSystem(im)initWithType:andDimension:andAxes:":{"name":"-initWithType:andDimension:andAxes:","abstract":"

    Initialize

    ","parent_name":"CRSCoordinateSystem"},"Classes/CRSCoordinateSystem.html#/c:objc(cs)CRSCoordinateSystem(im)numAxes":{"name":"-numAxes","abstract":"

    Number of axes

    ","parent_name":"CRSCoordinateSystem"},"Classes/CRSCoordinateSystem.html#/c:objc(cs)CRSCoordinateSystem(im)axisAtIndex:":{"name":"-axisAtIndex:","abstract":"

    Get the axis at the index

    ","parent_name":"CRSCoordinateSystem"},"Classes/CRSCoordinateSystem.html#/c:objc(cs)CRSCoordinateSystem(im)addAxis:":{"name":"-addAxis:","abstract":"

    Add the axis

    ","parent_name":"CRSCoordinateSystem"},"Classes/CRSCoordinateSystem.html#/c:objc(cs)CRSCoordinateSystem(im)addAxes:":{"name":"-addAxes:","abstract":"

    Add the axes

    ","parent_name":"CRSCoordinateSystem"},"Classes/CRSCoordinateSystem.html#/c:objc(cs)CRSCoordinateSystem(im)hasUnit":{"name":"-hasUnit","abstract":"

    Has a unit

    ","parent_name":"CRSCoordinateSystem"},"Classes/CRSCoordinateSystem.html#/c:objc(cs)CRSCoordinateSystem(im)axisUnit":{"name":"-axisUnit","abstract":"

    Get the axis unit, either the CS unit or first axis with unit

    ","parent_name":"CRSCoordinateSystem"},"Classes/CRSAxisDirectionTypes.html#/c:objc(cs)CRSAxisDirectionTypes(cm)name:":{"name":"+name:","abstract":"

    Get the type name

    ","parent_name":"CRSAxisDirectionTypes"},"Classes/CRSAxisDirectionTypes.html#/c:objc(cs)CRSAxisDirectionTypes(cm)type:":{"name":"+type:","abstract":"

    Get the type from the name

    ","parent_name":"CRSAxisDirectionTypes"},"Classes/CRSAxis.html#/c:objc(cs)CRSAxis(py)name":{"name":"name","abstract":"

    Name

    ","parent_name":"CRSAxis"},"Classes/CRSAxis.html#/c:objc(cs)CRSAxis(py)abbreviation":{"name":"abbreviation","abstract":"

    Abbreviation

    ","parent_name":"CRSAxis"},"Classes/CRSAxis.html#/c:objc(cs)CRSAxis(py)direction":{"name":"direction","abstract":"

    Axis Direction

    ","parent_name":"CRSAxis"},"Classes/CRSAxis.html#/c:objc(cs)CRSAxis(py)meridian":{"name":"meridian","abstract":"

    Meridian

    ","parent_name":"CRSAxis"},"Classes/CRSAxis.html#/c:objc(cs)CRSAxis(py)meridianText":{"name":"meridianText","abstract":"

    Meridian Text

    ","parent_name":"CRSAxis"},"Classes/CRSAxis.html#/c:objc(cs)CRSAxis(py)meridianUnit":{"name":"meridianUnit","abstract":"

    Meridian (Angle) Unit

    ","parent_name":"CRSAxis"},"Classes/CRSAxis.html#/c:objc(cs)CRSAxis(py)bearing":{"name":"bearing","abstract":"

    Bearing

    ","parent_name":"CRSAxis"},"Classes/CRSAxis.html#/c:objc(cs)CRSAxis(py)bearingText":{"name":"bearingText","abstract":"

    Bearing Text

    ","parent_name":"CRSAxis"},"Classes/CRSAxis.html#/c:objc(cs)CRSAxis(py)order":{"name":"order","abstract":"

    Order

    ","parent_name":"CRSAxis"},"Classes/CRSAxis.html#/c:objc(cs)CRSAxis(py)unit":{"name":"unit","abstract":"

    Unit

    ","parent_name":"CRSAxis"},"Classes/CRSAxis.html#/c:objc(cs)CRSAxis(py)identifiers":{"name":"identifiers","abstract":"

    Identifiers

    ","parent_name":"CRSAxis"},"Classes/CRSAxis.html#/c:objc(cs)CRSAxis(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSAxis"},"Classes/CRSAxis.html#/c:objc(cs)CRSAxis(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSAxis"},"Classes/CRSAxis.html#/c:objc(cs)CRSAxis(im)initWithName:andDirection:":{"name":"-initWithName:andDirection:","abstract":"

    Initialize

    ","parent_name":"CRSAxis"},"Classes/CRSAxis.html#/c:objc(cs)CRSAxis(im)hasName":{"name":"-hasName","abstract":"

    Has a name

    ","parent_name":"CRSAxis"},"Classes/CRSAxis.html#/c:objc(cs)CRSAxis(im)hasAbbreviation":{"name":"-hasAbbreviation","abstract":"

    Has an abbreviation

    ","parent_name":"CRSAxis"},"Classes/CRSAxis.html#/c:objc(cs)CRSAxis(im)hasMeridian":{"name":"-hasMeridian","abstract":"

    Has a meridian

    ","parent_name":"CRSAxis"},"Classes/CRSAxis.html#/c:objc(cs)CRSAxis(im)hasBearing":{"name":"-hasBearing","abstract":"

    Has a bearing

    ","parent_name":"CRSAxis"},"Classes/CRSAxis.html#/c:objc(cs)CRSAxis(im)hasOrder":{"name":"-hasOrder","abstract":"

    Has an order

    ","parent_name":"CRSAxis"},"Classes/CRSAxis.html#/c:objc(cs)CRSAxis(im)hasUnit":{"name":"-hasUnit","abstract":"

    Has a unit

    ","parent_name":"CRSAxis"},"Classes/CRSBoundCoordinateReferenceSystem.html#/c:objc(cs)CRSBoundCoordinateReferenceSystem(py)source":{"name":"source","abstract":"

    Source Coordinate Reference System

    ","parent_name":"CRSBoundCoordinateReferenceSystem"},"Classes/CRSBoundCoordinateReferenceSystem.html#/c:objc(cs)CRSBoundCoordinateReferenceSystem(py)target":{"name":"target","abstract":"

    Target Coordinate Reference System

    ","parent_name":"CRSBoundCoordinateReferenceSystem"},"Classes/CRSBoundCoordinateReferenceSystem.html#/c:objc(cs)CRSBoundCoordinateReferenceSystem(py)transformation":{"name":"transformation","abstract":"

    Abridged Coordinate Transformation

    ","parent_name":"CRSBoundCoordinateReferenceSystem"},"Classes/CRSBoundCoordinateReferenceSystem.html#/c:objc(cs)CRSBoundCoordinateReferenceSystem(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSBoundCoordinateReferenceSystem"},"Classes/CRSBoundCoordinateReferenceSystem.html#/c:objc(cs)CRSBoundCoordinateReferenceSystem(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSBoundCoordinateReferenceSystem"},"Classes/CRSBoundCoordinateReferenceSystem.html#/c:objc(cs)CRSBoundCoordinateReferenceSystem(im)initWithSource:andTarget:andTransformation:":{"name":"-initWithSource:andTarget:andTransformation:","abstract":"

    Initialize

    ","parent_name":"CRSBoundCoordinateReferenceSystem"},"Classes/CRSAbridgedCoordinateTransformation.html#/c:objc(cs)CRSAbridgedCoordinateTransformation(py)name":{"name":"name","abstract":"

    Name

    ","parent_name":"CRSAbridgedCoordinateTransformation"},"Classes/CRSAbridgedCoordinateTransformation.html#/c:objc(cs)CRSAbridgedCoordinateTransformation(py)version":{"name":"version","abstract":"

    Operation Version

    ","parent_name":"CRSAbridgedCoordinateTransformation"},"Classes/CRSAbridgedCoordinateTransformation.html#/c:objc(cs)CRSAbridgedCoordinateTransformation(py)method":{"name":"method","abstract":"

    Operation Method

    ","parent_name":"CRSAbridgedCoordinateTransformation"},"Classes/CRSAbridgedCoordinateTransformation.html#/c:objc(cs)CRSAbridgedCoordinateTransformation(py)usages":{"name":"usages","abstract":"

    Usages

    ","parent_name":"CRSAbridgedCoordinateTransformation"},"Classes/CRSAbridgedCoordinateTransformation.html#/c:objc(cs)CRSAbridgedCoordinateTransformation(py)identifiers":{"name":"identifiers","abstract":"

    Identifiers

    ","parent_name":"CRSAbridgedCoordinateTransformation"},"Classes/CRSAbridgedCoordinateTransformation.html#/c:objc(cs)CRSAbridgedCoordinateTransformation(py)remark":{"name":"remark","abstract":"

    Remark

    ","parent_name":"CRSAbridgedCoordinateTransformation"},"Classes/CRSAbridgedCoordinateTransformation.html#/c:objc(cs)CRSAbridgedCoordinateTransformation(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSAbridgedCoordinateTransformation"},"Classes/CRSAbridgedCoordinateTransformation.html#/c:objc(cs)CRSAbridgedCoordinateTransformation(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSAbridgedCoordinateTransformation"},"Classes/CRSAbridgedCoordinateTransformation.html#/c:objc(cs)CRSAbridgedCoordinateTransformation(im)initWithName:andMethod:":{"name":"-initWithName:andMethod:","abstract":"

    Initialize

    ","parent_name":"CRSAbridgedCoordinateTransformation"},"Classes/CRSTypes.html#/c:objc(cs)CRSTypes(cm)name:":{"name":"+name:","abstract":"

    Get the type name

    ","parent_name":"CRSTypes"},"Classes/CRSTypes.html#/c:objc(cs)CRSTypes(cm)names:":{"name":"+names:","abstract":"

    Get the type names

    ","parent_name":"CRSTypes"},"Classes/CRSTypes.html#/c:objc(cs)CRSTypes(cm)type:":{"name":"+type:","abstract":"

    Get the type from the name

    ","parent_name":"CRSTypes"},"Classes/CRSTypes.html#/c:objc(cs)CRSTypes(cm)categoryType:":{"name":"+categoryType:","abstract":"

    Get the category type

    ","parent_name":"CRSTypes"},"Classes/CRSSimpleCoordinateReferenceSystem.html#/c:objc(cs)CRSSimpleCoordinateReferenceSystem(py)coordinateSystem":{"name":"coordinateSystem","abstract":"

    Coordinate System

    ","parent_name":"CRSSimpleCoordinateReferenceSystem"},"Classes/CRSSimpleCoordinateReferenceSystem.html#/c:objc(cs)CRSSimpleCoordinateReferenceSystem(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSSimpleCoordinateReferenceSystem"},"Classes/CRSSimpleCoordinateReferenceSystem.html#/c:objc(cs)CRSSimpleCoordinateReferenceSystem(im)initWithType:":{"name":"-initWithType:","abstract":"

    Initialize

    ","parent_name":"CRSSimpleCoordinateReferenceSystem"},"Classes/CRSSimpleCoordinateReferenceSystem.html#/c:objc(cs)CRSSimpleCoordinateReferenceSystem(im)initWithName:andType:":{"name":"-initWithName:andType:","abstract":"

    Initialize

    ","parent_name":"CRSSimpleCoordinateReferenceSystem"},"Classes/CRSSimpleCoordinateReferenceSystem.html#/c:objc(cs)CRSSimpleCoordinateReferenceSystem(im)initWithName:andType:andCoordinateSystem:":{"name":"-initWithName:andType:andCoordinateSystem:","abstract":"

    Initialize

    ","parent_name":"CRSSimpleCoordinateReferenceSystem"},"Classes/CRSObject.html#/c:objc(cs)CRSObject(py)type":{"name":"type","abstract":"

    Type

    ","parent_name":"CRSObject"},"Classes/CRSObject.html#/c:objc(cs)CRSObject(py)extras":{"name":"extras","abstract":"

    Temporary extras that are not included as part of the CRS definition. Not","parent_name":"CRSObject"},"Classes/CRSObject.html#/c:objc(cs)CRSObject(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSObject"},"Classes/CRSObject.html#/c:objc(cs)CRSObject(im)initWithType:":{"name":"-initWithType:","abstract":"

    Initialize

    ","parent_name":"CRSObject"},"Classes/CRSObject.html#/c:objc(cs)CRSObject(im)categoryType":{"name":"-categoryType","abstract":"

    Get the category type

    ","parent_name":"CRSObject"},"Classes/CRSObject.html#/c:objc(cs)CRSObject(im)hasExtras":{"name":"-hasExtras","abstract":"

    Determine if there are temporary extras that are not part of the CRS","parent_name":"CRSObject"},"Classes/CRSObject.html#/c:objc(cs)CRSObject(im)numExtras":{"name":"-numExtras","abstract":"

    Get the number of temporary extras that are not part of the CRS","parent_name":"CRSObject"},"Classes/CRSObject.html#/c:objc(cs)CRSObject(im)extraWithName:":{"name":"-extraWithName:","abstract":"

    Get the temporary extra with the name

    ","parent_name":"CRSObject"},"Classes/CRSObject.html#/c:objc(cs)CRSObject(im)addExtra:withName:":{"name":"-addExtra:withName:","abstract":"

    Add the temporary extra which is not part of the CRS definition

    ","parent_name":"CRSObject"},"Classes/CRSObject.html#/c:objc(cs)CRSObject(im)addExtras:":{"name":"-addExtras:","abstract":"

    Add the temporary extras which are not part of the CRS definition

    ","parent_name":"CRSObject"},"Classes/CRSCoordinateReferenceSystem.html#/c:objc(cs)CRSCoordinateReferenceSystem(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSCoordinateReferenceSystem"},"Classes/CRSCoordinateReferenceSystem.html#/c:objc(cs)CRSCoordinateReferenceSystem(im)initWithType:":{"name":"-initWithType:","abstract":"

    Initialize

    ","parent_name":"CRSCoordinateReferenceSystem"},"Classes/CRSCoordinateReferenceSystem.html#/c:objc(cs)CRSCoordinateReferenceSystem(im)initWithName:andType:":{"name":"-initWithName:andType:","abstract":"

    Initialize

    ","parent_name":"CRSCoordinateReferenceSystem"},"Classes/CRSCompoundCoordinateReferenceSystem.html#/c:objc(cs)CRSCompoundCoordinateReferenceSystem(py)coordinateReferenceSystems":{"name":"coordinateReferenceSystems","abstract":"

    Coordinate Reference Systems

    ","parent_name":"CRSCompoundCoordinateReferenceSystem"},"Classes/CRSCompoundCoordinateReferenceSystem.html#/c:objc(cs)CRSCompoundCoordinateReferenceSystem(cm)create":{"name":"+create","abstract":"

    Create

    ","parent_name":"CRSCompoundCoordinateReferenceSystem"},"Classes/CRSCompoundCoordinateReferenceSystem.html#/c:objc(cs)CRSCompoundCoordinateReferenceSystem(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSCompoundCoordinateReferenceSystem"},"Classes/CRSCompoundCoordinateReferenceSystem.html#/c:objc(cs)CRSCompoundCoordinateReferenceSystem(im)initWithName:andType:":{"name":"-initWithName:andType:","abstract":"

    Initialize

    ","parent_name":"CRSCompoundCoordinateReferenceSystem"},"Classes/CRSCompoundCoordinateReferenceSystem.html#/c:objc(cs)CRSCompoundCoordinateReferenceSystem(im)numCoordinateReferenceSystems":{"name":"-numCoordinateReferenceSystems","abstract":"

    Number of coordinate reference systems

    ","parent_name":"CRSCompoundCoordinateReferenceSystem"},"Classes/CRSCompoundCoordinateReferenceSystem.html#/c:objc(cs)CRSCompoundCoordinateReferenceSystem(im)coordinateReferenceSystemAtIndex:":{"name":"-coordinateReferenceSystemAtIndex:","abstract":"

    Get the coordinate reference system at the index

    ","parent_name":"CRSCompoundCoordinateReferenceSystem"},"Classes/CRSCompoundCoordinateReferenceSystem.html#/c:objc(cs)CRSCompoundCoordinateReferenceSystem(im)addCoordinateReferenceSystem:":{"name":"-addCoordinateReferenceSystem:","abstract":"

    Add the coordinate reference system

    ","parent_name":"CRSCompoundCoordinateReferenceSystem"},"Classes/CRSCompoundCoordinateReferenceSystem.html#/c:objc(cs)CRSCompoundCoordinateReferenceSystem(im)addCoordinateReferenceSystems:":{"name":"-addCoordinateReferenceSystems:","abstract":"

    Add the coordinate reference systems

    ","parent_name":"CRSCompoundCoordinateReferenceSystem"},"Classes/CRSCommon.html#/c:objc(cs)CRSCommon(py)name":{"name":"name","abstract":"

    Name

    ","parent_name":"CRSCommon"},"Classes/CRSCommon.html#/c:objc(cs)CRSCommon(py)usages":{"name":"usages","abstract":"

    Usages

    ","parent_name":"CRSCommon"},"Classes/CRSCommon.html#/c:objc(cs)CRSCommon(py)identifiers":{"name":"identifiers","abstract":"

    Identifiers

    ","parent_name":"CRSCommon"},"Classes/CRSCommon.html#/c:objc(cs)CRSCommon(py)remark":{"name":"remark","abstract":"

    Remark

    ","parent_name":"CRSCommon"},"Classes/CRSCommon.html#/c:objc(cs)CRSCommon(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"CRSCommon"},"Classes/CRSCommon.html#/c:objc(cs)CRSCommon(im)initWithType:":{"name":"-initWithType:","abstract":"

    Initialize

    ","parent_name":"CRSCommon"},"Classes/CRSCommon.html#/c:objc(cs)CRSCommon(im)initWithName:andType:":{"name":"-initWithName:andType:","abstract":"

    Initialize

    ","parent_name":"CRSCommon"},"Classes/CRSCategoryTypes.html#/c:objc(cs)CRSCategoryTypes(cm)name:":{"name":"+name:","abstract":"

    Get the type name

    ","parent_name":"CRSCategoryTypes"},"Classes/CRSCategoryTypes.html#/c:objc(cs)CRSCategoryTypes(cm)type:":{"name":"+type:","abstract":"

    Get the type from the name

    ","parent_name":"CRSCategoryTypes"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(py)redArithmetic":{"name":"redArithmetic","abstract":"

    Red arithmetic color value

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(py)greenArithmetic":{"name":"greenArithmetic","abstract":"

    Green arithmetic color value

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(py)blueArithmetic":{"name":"blueArithmetic","abstract":"

    Blue arithmetic color value

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(py)opacity":{"name":"opacity","abstract":"

    Opacity arithmetic value

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)black":{"name":"+black","abstract":"

    Create a black color

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)blue":{"name":"+blue","abstract":"

    Create a blue color

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)brown":{"name":"+brown","abstract":"

    Create a brown color

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)cyan":{"name":"+cyan","abstract":"

    Create a cyan color

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)darkGray":{"name":"+darkGray","abstract":"

    Create a dark gray color

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)gray":{"name":"+gray","abstract":"

    Create a gray color

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)green":{"name":"+green","abstract":"

    Create a green color

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)lightGray":{"name":"+lightGray","abstract":"

    Create a light gray color

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)magenta":{"name":"+magenta","abstract":"

    Create a magenta color

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)orange":{"name":"+orange","abstract":"

    Create an orange color

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)pink":{"name":"+pink","abstract":"

    Create a pink color

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)purple":{"name":"+purple","abstract":"

    Create a purple color

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)red":{"name":"+red","abstract":"

    Create a red color

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)violet":{"name":"+violet","abstract":"

    Create a violet color

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)white":{"name":"+white","abstract":"

    Create a white color

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)yellow":{"name":"+yellow","abstract":"

    Create a yellow color

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)colorWithHex:":{"name":"+colorWithHex:","abstract":"

    Create the color in hex

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)colorWithHex:andOpacity:":{"name":"+colorWithHex:andOpacity:","abstract":"

    Create the color in hex with an opacity

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)colorWithHex:andAlpha:":{"name":"+colorWithHex:andAlpha:","abstract":"

    Create the color in hex with an alpha

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)colorWithHexRed:andGreen:andBlue:":{"name":"+colorWithHexRed:andGreen:andBlue:","abstract":"

    Create the color with individual hex colors

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)colorWithHexRed:andGreen:andBlue:andAlpha:":{"name":"+colorWithHexRed:andGreen:andBlue:andAlpha:","abstract":"

    Create the color with individual hex colors and alpha

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)colorWithHexRed:andGreen:andBlue:andOpacity:":{"name":"+colorWithHexRed:andGreen:andBlue:andOpacity:","abstract":"

    Create the color with individual hex colors and opacity

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)colorWithRed:andGreen:andBlue:":{"name":"+colorWithRed:andGreen:andBlue:","abstract":"

    Create the color with RGB values

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)colorWithRed:andGreen:andBlue:andAlpha:":{"name":"+colorWithRed:andGreen:andBlue:andAlpha:","abstract":"

    Create the color with RGBA values

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)colorWithRed:andGreen:andBlue:andOpacity:":{"name":"+colorWithRed:andGreen:andBlue:andOpacity:","abstract":"

    Create the color with RGBA values

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)colorWithArithmeticRed:andGreen:andBlue:":{"name":"+colorWithArithmeticRed:andGreen:andBlue:","abstract":"

    Create the color with arithmetic RGB values

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)colorWithArithmeticRed:andGreen:andBlue:andOpacity:":{"name":"+colorWithArithmeticRed:andGreen:andBlue:andOpacity:","abstract":"

    Create the color with arithmetic RGB values

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)colorWithHue:andSaturation:andLightness:":{"name":"+colorWithHue:andSaturation:andLightness:","abstract":"

    Create the color with HSL (hue, saturation, lightness) or HSL (alpha)","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)colorWithHue:andSaturation:andLightness:andAlpha:":{"name":"+colorWithHue:andSaturation:andLightness:andAlpha:","abstract":"

    Create the color with HSLA (hue, saturation, lightness, alpha) values

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)colorWithColor:":{"name":"+colorWithColor:","abstract":"

    Create the color as a single integer

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(cm)colorWithUnsignedColor:":{"name":"+colorWithUnsignedColor:","abstract":"

    Create the color as a single unsigned integer

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)init":{"name":"-init","abstract":"

    Default color initializer, opaque black

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)initWithHex:":{"name":"-initWithHex:","abstract":"

    Create the color in hex

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)initWithHex:andOpacity:":{"name":"-initWithHex:andOpacity:","abstract":"

    Create the color in hex with an opacity

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)initWithHex:andAlpha:":{"name":"-initWithHex:andAlpha:","abstract":"

    Create the color in hex with an alpha

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)initWithHexRed:andGreen:andBlue:":{"name":"-initWithHexRed:andGreen:andBlue:","abstract":"

    Create the color with individual hex colors

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)initWithHexRed:andGreen:andBlue:andAlpha:":{"name":"-initWithHexRed:andGreen:andBlue:andAlpha:","abstract":"

    Create the color with individual hex colors and alpha

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)initWithHexRed:andGreen:andBlue:andOpacity:":{"name":"-initWithHexRed:andGreen:andBlue:andOpacity:","abstract":"

    Create the color with individual hex colors and opacity

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)initWithRed:andGreen:andBlue:":{"name":"-initWithRed:andGreen:andBlue:","abstract":"

    Create the color with RGB values

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)initWithRed:andGreen:andBlue:andAlpha:":{"name":"-initWithRed:andGreen:andBlue:andAlpha:","abstract":"

    Create the color with RGBA values

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)initWithRed:andGreen:andBlue:andOpacity:":{"name":"-initWithRed:andGreen:andBlue:andOpacity:","abstract":"

    Create the color with RGBA values

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)initWithArithmeticRed:andGreen:andBlue:":{"name":"-initWithArithmeticRed:andGreen:andBlue:","abstract":"

    Create the color with arithmetic RGB values

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)initWithArithmeticRed:andGreen:andBlue:andOpacity:":{"name":"-initWithArithmeticRed:andGreen:andBlue:andOpacity:","abstract":"

    Create the color with arithmetic RGB values

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)initWithHue:andSaturation:andLightness:":{"name":"-initWithHue:andSaturation:andLightness:","abstract":"

    Create the color with HSL (hue, saturation, lightness) or HSL (alpha)","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)initWithHue:andSaturation:andLightness:andAlpha:":{"name":"-initWithHue:andSaturation:andLightness:andAlpha:","abstract":"

    Create the color with HSLA (hue, saturation, lightness, alpha) values

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)initWithColor:":{"name":"-initWithColor:","abstract":"

    Create the color as a single integer

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)initWithUnsignedColor:":{"name":"-initWithUnsignedColor:","abstract":"

    Create the color as a single unsigned integer

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)initWithCLRColor:":{"name":"-initWithCLRColor:","abstract":"

    Copy Initialize

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)setColorWithHex:":{"name":"-setColorWithHex:","abstract":"

    Set the color in hex

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)setColorWithHex:andOpacity:":{"name":"-setColorWithHex:andOpacity:","abstract":"

    Set the color in hex with an opacity

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)setColorWithHex:andAlpha:":{"name":"-setColorWithHex:andAlpha:","abstract":"

    Set the color in hex with an alpha

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)setColorWithHexRed:andGreen:andBlue:":{"name":"-setColorWithHexRed:andGreen:andBlue:","abstract":"

    Set the color with individual hex colors

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)setColorWithHexRed:andGreen:andBlue:andAlpha:":{"name":"-setColorWithHexRed:andGreen:andBlue:andAlpha:","abstract":"

    Set the color with individual hex colors and alpha

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)setColorWithHexRed:andGreen:andBlue:andOpacity:":{"name":"-setColorWithHexRed:andGreen:andBlue:andOpacity:","abstract":"

    Set the color with individual hex colors and opacity

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)setColorWithRed:andGreen:andBlue:":{"name":"-setColorWithRed:andGreen:andBlue:","abstract":"

    Set the color with RGB values

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)setColorWithRed:andGreen:andBlue:andAlpha:":{"name":"-setColorWithRed:andGreen:andBlue:andAlpha:","abstract":"

    Set the color with RGBA values

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)setColorWithRed:andGreen:andBlue:andOpacity:":{"name":"-setColorWithRed:andGreen:andBlue:andOpacity:","abstract":"

    Set the color with RGBA values

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)setColorWithArithmeticRed:andGreen:andBlue:":{"name":"-setColorWithArithmeticRed:andGreen:andBlue:","abstract":"

    Set the color with arithmetic RGB values

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)setColorWithArithmeticRed:andGreen:andBlue:andOpacity:":{"name":"-setColorWithArithmeticRed:andGreen:andBlue:andOpacity:","abstract":"

    Set the color with arithmetic RGB values

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)setColorWithHue:andSaturation:andLightness:":{"name":"-setColorWithHue:andSaturation:andLightness:","abstract":"

    Set the color with HSL (hue, saturation, lightness) values

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)setColorWithHue:andSaturation:andLightness:andAlpha:":{"name":"-setColorWithHue:andSaturation:andLightness:andAlpha:","abstract":"

    Set the color with HSLA (hue, saturation, lightness, alpha) values

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)setColor:":{"name":"-setColor:","abstract":"

    Set the color as a single integer

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)setUnsignedColor:":{"name":"-setUnsignedColor:","abstract":"

    Set the color as a single unsigned integer

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)setRedHex:":{"name":"-setRedHex:","abstract":"

    Set the red color in hex

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)setGreenHex:":{"name":"-setGreenHex:","abstract":"

    Set the green color in hex

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)setBlueHex:":{"name":"-setBlueHex:","abstract":"

    Set the blue color in hex

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)setAlphaHex:":{"name":"-setAlphaHex:","abstract":"

    Set the alpha color in hex

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)setRed:":{"name":"-setRed:","abstract":"

    Set the red color as an integer

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)setGreen:":{"name":"-setGreen:","abstract":"

    Set the green color as an integer

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)setBlue:":{"name":"-setBlue:","abstract":"

    Set the blue color as an integer

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)setAlpha:":{"name":"-setAlpha:","abstract":"

    Set the alpha color as an integer

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)setAlphaArithmetic:":{"name":"-setAlphaArithmetic:","abstract":"

    Set the alpha color as an arithmetic float

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)isOpaque":{"name":"-isOpaque","abstract":"

    Check if the color is opaque (opacity or alpha of 1.0, 255, or x00)

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)uiColor":{"name":"-uiColor","abstract":"

    Get a UIColor from this color

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)colorHex":{"name":"-colorHex","abstract":"

    Get the color as a hex string

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)colorHexWithAlpha":{"name":"-colorHexWithAlpha","abstract":"

    Get the color as a hex string with alpha

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)colorHexShorthand":{"name":"-colorHexShorthand","abstract":"

    Get the color as a hex string, shorthanded when possible

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)colorHexShorthandWithAlpha":{"name":"-colorHexShorthandWithAlpha","abstract":"

    Get the color as a hex string with alpha, shorthanded when possible

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)color":{"name":"-color","abstract":"

    Get the color as an integer

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)unsignedColor":{"name":"-unsignedColor","abstract":"

    Get the color as an unsigned integer

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)colorWithAlpha":{"name":"-colorWithAlpha","abstract":"

    Get the color as an integer including the alpha

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)unsignedColorWithAlpha":{"name":"-unsignedColorWithAlpha","abstract":"

    Get the color as an unsigned integer including the alpha

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)redHex":{"name":"-redHex","abstract":"

    Get the red color in hex

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)greenHex":{"name":"-greenHex","abstract":"

    Get the green color in hex

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)blueHex":{"name":"-blueHex","abstract":"

    Get the blue color in hex

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)alphaHex":{"name":"-alphaHex","abstract":"

    Get the alpha color in hex

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)redHexShorthand":{"name":"-redHexShorthand","abstract":"

    Get the red color in hex, shorthand when possible

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)greenHexShorthand":{"name":"-greenHexShorthand","abstract":"

    Get the green color in hex, shorthand when possible

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)blueHexShorthand":{"name":"-blueHexShorthand","abstract":"

    Get the blue color in hex, shorthand when possible

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)alphaHexShorthand":{"name":"-alphaHexShorthand","abstract":"

    Get the alpha color in hex, shorthand when possible

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)red":{"name":"-red","abstract":"

    Get the red color as an integer

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)green":{"name":"-green","abstract":"

    Get the green color as an integer

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)blue":{"name":"-blue","abstract":"

    Get the blue color as an integer

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)alpha":{"name":"-alpha","abstract":"

    Get the alpha color as an integer

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)alphaArithmetic":{"name":"-alphaArithmetic","abstract":"

    Get the alpha color as an arithmetic float

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)hsl":{"name":"-hsl","abstract":"

    Get the HSL (hue, saturation, lightness) values

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)hue":{"name":"-hue","abstract":"

    Get the HSL hue value

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)saturation":{"name":"-saturation","abstract":"

    Get the HSL saturation value

    ","parent_name":"CLRColor"},"Classes/CLRColor.html#/c:objc(cs)CLRColor(im)lightness":{"name":"-lightness","abstract":"

    Get the HSL lightness value

    ","parent_name":"CLRColor"},"Classes/TIFFWriter.html#/c:objc(cs)TIFFWriter(cm)writeTiffWithFile:andImage:":{"name":"+writeTiffWithFile:andImage:","abstract":"

    Write a TIFF to a file

    ","parent_name":"TIFFWriter"},"Classes/TIFFWriter.html#/c:objc(cs)TIFFWriter(cm)writeTiffWithFile:andWriter:andImage:":{"name":"+writeTiffWithFile:andWriter:andImage:","abstract":"

    Write a TIFF to a file

    ","parent_name":"TIFFWriter"},"Classes/TIFFWriter.html#/c:objc(cs)TIFFWriter(cm)writeTiffToDataWithImage:":{"name":"+writeTiffToDataWithImage:","abstract":"

    Write a TIFF to bytes

    ","parent_name":"TIFFWriter"},"Classes/TIFFWriter.html#/c:objc(cs)TIFFWriter(cm)writeTiffToDataWithWriter:andImage:":{"name":"+writeTiffToDataWithWriter:andImage:","abstract":"

    Write a TIFF to bytes

    ","parent_name":"TIFFWriter"},"Classes/TIFFWriter.html#/c:objc(cs)TIFFWriter(cm)writeTiffWithWriter:andImage:":{"name":"+writeTiffWithWriter:andImage:","abstract":"

    Write a TIFF to a byte writer

    ","parent_name":"TIFFWriter"},"Classes/TIFFUnsupportedCompression.html#/c:objc(cs)TIFFUnsupportedCompression(im)initWithMessage:":{"name":"-initWithMessage:","abstract":"

    Initialize

    ","parent_name":"TIFFUnsupportedCompression"},"Classes/TIFFReader.html#/c:objc(cs)TIFFReader(cm)readTiffFromFile:":{"name":"+readTiffFromFile:","abstract":"

    Read a TIFF from a file

    ","parent_name":"TIFFReader"},"Classes/TIFFReader.html#/c:objc(cs)TIFFReader(cm)readTiffFromFile:andCache:":{"name":"+readTiffFromFile:andCache:","abstract":"

    Read a TIFF from a file

    ","parent_name":"TIFFReader"},"Classes/TIFFReader.html#/c:objc(cs)TIFFReader(cm)readTiffFromStream:":{"name":"+readTiffFromStream:","abstract":"

    Read a TIFF from an input stream

    ","parent_name":"TIFFReader"},"Classes/TIFFReader.html#/c:objc(cs)TIFFReader(cm)readTiffFromStream:andCache:":{"name":"+readTiffFromStream:andCache:","abstract":"

    Read a TIFF from an input stream

    ","parent_name":"TIFFReader"},"Classes/TIFFReader.html#/c:objc(cs)TIFFReader(cm)readTiffFromData:":{"name":"+readTiffFromData:","abstract":"

    Read a TIFF from the bytes

    ","parent_name":"TIFFReader"},"Classes/TIFFReader.html#/c:objc(cs)TIFFReader(cm)readTiffFromData:andCache:":{"name":"+readTiffFromData:andCache:","abstract":"

    Read a TIFF from the bytes

    ","parent_name":"TIFFReader"},"Classes/TIFFReader.html#/c:objc(cs)TIFFReader(cm)readTiffFromReader:":{"name":"+readTiffFromReader:","abstract":"

    Read a TIFF from the byte reader

    ","parent_name":"TIFFReader"},"Classes/TIFFReader.html#/c:objc(cs)TIFFReader(cm)readTiffFromReader:andCache:":{"name":"+readTiffFromReader:andCache:","abstract":"

    Read a TIFF from the byte reader

    ","parent_name":"TIFFReader"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)initWithWidth:andHeight:andSamplesPerPixel:andBitsPerSample:andSampleValues:":{"name":"-initWithWidth:andHeight:andSamplesPerPixel:andBitsPerSample:andSampleValues:","abstract":"

    Initialize

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)initWithWidth:andHeight:andSamplesPerPixel:andBitsPerSample:andInterleaveValues:":{"name":"-initWithWidth:andHeight:andSamplesPerPixel:andBitsPerSample:andInterleaveValues:","abstract":"

    Initialize

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)initWithWidth:andHeight:andSamplesPerPixel:andBitsPerSample:andSampleValues:andInterleaveValues:":{"name":"-initWithWidth:andHeight:andSamplesPerPixel:andBitsPerSample:andSampleValues:andInterleaveValues:","abstract":"

    Initialize

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)initWithWidth:andHeight:andSamplesPerPixel:andBitsPerSample:":{"name":"-initWithWidth:andHeight:andSamplesPerPixel:andBitsPerSample:","abstract":"

    Initialize

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)initWithWidth:andHeight:andSamplesPerPixel:andSingleBitsPerSample:":{"name":"-initWithWidth:andHeight:andSamplesPerPixel:andSingleBitsPerSample:","abstract":"

    Initialize

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)hasSampleValues":{"name":"-hasSampleValues","abstract":"

    True if the results are stored by samples

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)hasInterleaveValues":{"name":"-hasInterleaveValues","abstract":"

    True if the results are stored interleaved

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)addSampleValue:toIndex:andCoordinate:":{"name":"-addSampleValue:toIndex:andCoordinate:","abstract":"

    Add a value to the sample results

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)addInterleaveValue:toCoordinate:":{"name":"-addInterleaveValue:toCoordinate:","abstract":"

    Add a value to the interleaved results

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)width":{"name":"-width","abstract":"

    Get the width of pixels

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)height":{"name":"-height","abstract":"

    Get the height of pixels

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)numPixels":{"name":"-numPixels","abstract":"

    Return the number of pixels

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)samplesPerPixel":{"name":"-samplesPerPixel","abstract":"

    Get the number of samples per pixel

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)bitsPerSample":{"name":"-bitsPerSample","abstract":"

    Get the bits per sample

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)sampleValues":{"name":"-sampleValues","abstract":"

    Get the results stored by samples

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)setSampleValuesAndValidate:":{"name":"-setSampleValuesAndValidate:","abstract":"

    Set the results stored by samples

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)interleaveValues":{"name":"-interleaveValues","abstract":"

    Get the results stored as interleaved pixel samples

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)setInterleaveValuesAndValidate:":{"name":"-setInterleaveValuesAndValidate:","abstract":"

    Set the results stored as interleaved pixel samples

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)pixelAtX:andY:":{"name":"-pixelAtX:andY:","abstract":"

    Get the pixel sample values

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)setPixelAtX:andY:withValues:":{"name":"-setPixelAtX:andY:withValues:","abstract":"

    Set the pixel sample values

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)pixelSampleAtSample:andX:andY:":{"name":"-pixelSampleAtSample:andX:andY:","abstract":"

    Get a pixel sample value

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)setPixelSampleAtSample:andX:andY:withValue:":{"name":"-setPixelSampleAtSample:andX:andY:withValue:","abstract":"

    Set a pixel vample value

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)firstPixelSampleAtX:andY:":{"name":"-firstPixelSampleAtX:andY:","abstract":"

    Get the first pixel sample value, useful for single sample pixels","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)setFirstPixelSampleAtX:andY:withValue:":{"name":"-setFirstPixelSampleAtX:andY:withValue:","abstract":"

    Set the first pixel sample value, useful for single sample pixels","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)sampleIndexAtX:andY:":{"name":"-sampleIndexAtX:andY:","abstract":"

    Get the sample index location

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)interleaveIndexAtX:andY:":{"name":"-interleaveIndexAtX:andY:","abstract":"

    Get the interleave index location

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)size":{"name":"-size","abstract":"

    Size in bytes of the image

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)sizePixel":{"name":"-sizePixel","abstract":"

    Size in bytes of a pixel

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)sizeSample:":{"name":"-sizeSample:","abstract":"

    Size in bytes of a sample

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)calculateRowsPerStripWithPlanarConfiguration:":{"name":"-calculateRowsPerStripWithPlanarConfiguration:","abstract":"

    Calculate the rows per strip to write

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(im)calculateRowsPerStripWithPlanarConfiguration:andMaxBytesPerStrip:":{"name":"-calculateRowsPerStripWithPlanarConfiguration:andMaxBytesPerStrip:","abstract":"

    Calculate the rows per strip to write

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(cm)createEmptySampleValuesWithSamplesPerPixel:andWidth:andHeight:":{"name":"+createEmptySampleValuesWithSamplesPerPixel:andWidth:andHeight:","abstract":"

    Create an empty sample values array

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(cm)createEmptySampleValuesWithSamplesPerPixel:andPixels:":{"name":"+createEmptySampleValuesWithSamplesPerPixel:andPixels:","abstract":"

    Create an empty sample values array

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(cm)createEmptyInterleaveValuesWithSamplesPerPixel:andWidth:andHeight:":{"name":"+createEmptyInterleaveValuesWithSamplesPerPixel:andWidth:andHeight:","abstract":"

    Create an empty interleave values array

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(cm)createEmptyInterleaveValuesWithSamplesPerPixel:andPixels:":{"name":"+createEmptyInterleaveValuesWithSamplesPerPixel:andPixels:","abstract":"

    Create an empty interleave values array

    ","parent_name":"TIFFRasters"},"Classes/TIFFRasters.html#/c:objc(cs)TIFFRasters(cm)makeBitsPerSampleArrayWithSamplesPerPixel:andBitsPerSample:":{"name":"+makeBitsPerSampleArrayWithSamplesPerPixel:andBitsPerSample:","abstract":"

    Make a bits per sample array where each samples of a pixel has the same","parent_name":"TIFFRasters"},"Classes/TIFFPredictor.html#/c:objc(cs)TIFFPredictor(cm)decodeData:withPredictor:andWidth:andHeight:andBitsPerSample:andPlanarConfiguration:":{"name":"+decodeData:withPredictor:andWidth:andHeight:andBitsPerSample:andPlanarConfiguration:","abstract":"

    Decode the predictor encoded bytes

    ","parent_name":"TIFFPredictor"},"Classes/TIFFImageWindow.html#/c:objc(cs)TIFFImageWindow(py)minX":{"name":"minX","abstract":"

    Min x

    ","parent_name":"TIFFImageWindow"},"Classes/TIFFImageWindow.html#/c:objc(cs)TIFFImageWindow(py)minY":{"name":"minY","abstract":"

    Min y

    ","parent_name":"TIFFImageWindow"},"Classes/TIFFImageWindow.html#/c:objc(cs)TIFFImageWindow(py)maxX":{"name":"maxX","abstract":"

    Max x

    ","parent_name":"TIFFImageWindow"},"Classes/TIFFImageWindow.html#/c:objc(cs)TIFFImageWindow(py)maxY":{"name":"maxY","abstract":"

    Max y

    ","parent_name":"TIFFImageWindow"},"Classes/TIFFImageWindow.html#/c:objc(cs)TIFFImageWindow(im)initWithMinX:andMinY:andMaxX:andMaxY:":{"name":"-initWithMinX:andMinY:andMaxX:andMaxY:","abstract":"

    Initialize

    ","parent_name":"TIFFImageWindow"},"Classes/TIFFImageWindow.html#/c:objc(cs)TIFFImageWindow(im)initWithX:andY:":{"name":"-initWithX:andY:","abstract":"

    Initialize for a single coordinate

    ","parent_name":"TIFFImageWindow"},"Classes/TIFFImageWindow.html#/c:objc(cs)TIFFImageWindow(im)initWithFileDirectory:":{"name":"-initWithFileDirectory:","abstract":"

    Initialize, full image size

    ","parent_name":"TIFFImageWindow"},"Classes/TIFFImage.html#/c:objc(cs)TIFFImage(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"TIFFImage"},"Classes/TIFFImage.html#/c:objc(cs)TIFFImage(im)initWithFileDirectory:":{"name":"-initWithFileDirectory:","abstract":"

    Initialize, single file directory

    ","parent_name":"TIFFImage"},"Classes/TIFFImage.html#/c:objc(cs)TIFFImage(im)initWithFileDirectories:":{"name":"-initWithFileDirectories:","abstract":"

    Initialize, multiple file directories

    ","parent_name":"TIFFImage"},"Classes/TIFFImage.html#/c:objc(cs)TIFFImage(im)addFileDirectory:":{"name":"-addFileDirectory:","abstract":"

    Add a file directory

    ","parent_name":"TIFFImage"},"Classes/TIFFImage.html#/c:objc(cs)TIFFImage(im)fileDirectories":{"name":"-fileDirectories","abstract":"

    Get the file directories

    ","parent_name":"TIFFImage"},"Classes/TIFFImage.html#/c:objc(cs)TIFFImage(im)fileDirectory":{"name":"-fileDirectory","abstract":"

    Get the default, first, or only file directory

    ","parent_name":"TIFFImage"},"Classes/TIFFImage.html#/c:objc(cs)TIFFImage(im)fileDirectoryAtIndex:":{"name":"-fileDirectoryAtIndex:","abstract":"

    Get the file directory at the index

    ","parent_name":"TIFFImage"},"Classes/TIFFImage.html#/c:objc(cs)TIFFImage(im)sizeHeaderAndDirectories":{"name":"-sizeHeaderAndDirectories","abstract":"

    Size in bytes of the TIFF header and file directories with their entries

    ","parent_name":"TIFFImage"},"Classes/TIFFImage.html#/c:objc(cs)TIFFImage(im)sizeHeaderAndDirectoriesWithValues":{"name":"-sizeHeaderAndDirectoriesWithValues","abstract":"

    Size in bytes of the TIFF header and file directories with their entries","parent_name":"TIFFImage"},"Classes/TIFFIOUtils.html#/c:objc(cs)TIFFIOUtils(cm)copyFile:toFile:":{"name":"+copyFile:toFile:","abstract":"

    Copy a file

    ","parent_name":"TIFFIOUtils"},"Classes/TIFFIOUtils.html#/c:objc(cs)TIFFIOUtils(cm)copyInputStream:toFile:":{"name":"+copyInputStream:toFile:","abstract":"

    Copy an input stream to a file

    ","parent_name":"TIFFIOUtils"},"Classes/TIFFIOUtils.html#/c:objc(cs)TIFFIOUtils(cm)fileData:":{"name":"+fileData:","abstract":"

    Get the file byte data

    ","parent_name":"TIFFIOUtils"},"Classes/TIFFIOUtils.html#/c:objc(cs)TIFFIOUtils(cm)streamData:":{"name":"+streamData:","abstract":"

    Get the input stream byte data

    ","parent_name":"TIFFIOUtils"},"Classes/TIFFIOUtils.html#/c:objc(cs)TIFFIOUtils(cm)copyInputStream:toOutputStream:":{"name":"+copyInputStream:toOutputStream:","abstract":"

    Copy the input stream to an output stream

    ","parent_name":"TIFFIOUtils"},"Classes/TIFFFileDirectoryEntry.html#/c:objc(cs)TIFFFileDirectoryEntry(im)initWithFieldTag:andFieldType:andTypeCount:andValues:":{"name":"-initWithFieldTag:andFieldType:andTypeCount:andValues:","abstract":"

    Initialize

    ","parent_name":"TIFFFileDirectoryEntry"},"Classes/TIFFFileDirectoryEntry.html#/c:objc(cs)TIFFFileDirectoryEntry(im)fieldTag":{"name":"-fieldTag","abstract":"

    Get the field tag type

    ","parent_name":"TIFFFileDirectoryEntry"},"Classes/TIFFFileDirectoryEntry.html#/c:objc(cs)TIFFFileDirectoryEntry(im)fieldType":{"name":"-fieldType","abstract":"

    Get the field type

    ","parent_name":"TIFFFileDirectoryEntry"},"Classes/TIFFFileDirectoryEntry.html#/c:objc(cs)TIFFFileDirectoryEntry(im)typeCount":{"name":"-typeCount","abstract":"

    Get the type count

    ","parent_name":"TIFFFileDirectoryEntry"},"Classes/TIFFFileDirectoryEntry.html#/c:objc(cs)TIFFFileDirectoryEntry(im)values":{"name":"-values","abstract":"

    Get the values

    ","parent_name":"TIFFFileDirectoryEntry"},"Classes/TIFFFileDirectoryEntry.html#/c:objc(cs)TIFFFileDirectoryEntry(im)sizeWithValues":{"name":"-sizeWithValues","abstract":"

    Size in bytes of the image file directory entry and its values (not","parent_name":"TIFFFileDirectoryEntry"},"Classes/TIFFFileDirectoryEntry.html#/c:objc(cs)TIFFFileDirectoryEntry(im)sizeOfValues":{"name":"-sizeOfValues","abstract":"

    Size of the values not included in the directory entry bytes

    ","parent_name":"TIFFFileDirectoryEntry"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(py)writeRasters":{"name":"writeRasters","abstract":"

    Rasters to write to the TIFF file

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)initWithEntries:andReader:":{"name":"-initWithEntries:andReader:","abstract":"

    Initialize, for reading TIFF files

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)initWithEntries:andReader:andCacheData:":{"name":"-initWithEntries:andReader:andCacheData:","abstract":"

    Initialize, for reading TIFF files

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)init":{"name":"-init","abstract":"

    Constructor, for writing TIFF files

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)initWithRasters:":{"name":"-initWithRasters:","abstract":"

    Constructor, for writing TIFF files

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)initWithEntries:andRasters:":{"name":"-initWithEntries:andRasters:","abstract":"

    Constructor, for writing TIFF files

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)addEntry:":{"name":"-addEntry:","abstract":"

    Add an entry

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setCacheData:":{"name":"-setCacheData:","abstract":"

    Set whether to cache tiles. Does nothing is already caching tiles, clears","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)reader":{"name":"-reader","abstract":"

    Get the byte reader

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)isTiled":{"name":"-isTiled","abstract":"

    Is this a tiled image

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)decoder":{"name":"-decoder","abstract":"

    Get the compression decoder

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)numEntries":{"name":"-numEntries","abstract":"

    Get the number of entries

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)entryByFieldTagType:":{"name":"-entryByFieldTagType:","abstract":"

    Get a file directory entry from the field tag type

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)entries":{"name":"-entries","abstract":"

    Get the file directory entries

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)fieldTagTypeMapping":{"name":"-fieldTagTypeMapping","abstract":"

    Get the field tag type to file directory entry mapping

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)imageWidth":{"name":"-imageWidth","abstract":"

    Get the image width

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setImageWidth:":{"name":"-setImageWidth:","abstract":"

    Set the image width

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setImageWidthAsLong:":{"name":"-setImageWidthAsLong:","abstract":"

    Set the image width

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)imageHeight":{"name":"-imageHeight","abstract":"

    Get the image height

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setImageHeight:":{"name":"-setImageHeight:","abstract":"

    Set the image height

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setImageHeightAsLong:":{"name":"-setImageHeightAsLong:","abstract":"

    Set the image height

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)bitsPerSample":{"name":"-bitsPerSample","abstract":"

    Get the bits per sample

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setBitsPerSample:":{"name":"-setBitsPerSample:","abstract":"

    Set the bits per sample

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setBitsPerSampleAsSingleValue:":{"name":"-setBitsPerSampleAsSingleValue:","abstract":"

    Set a single value bits per sample

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)maxBitsPerSample":{"name":"-maxBitsPerSample","abstract":"

    Get the max bits per sample

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)compression":{"name":"-compression","abstract":"

    Get the compression

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setCompression:":{"name":"-setCompression:","abstract":"

    Set the compression

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)photometricInterpretation":{"name":"-photometricInterpretation","abstract":"

    Get the photometric interpretation

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setPhotometricInterpretation:":{"name":"-setPhotometricInterpretation:","abstract":"

    Set the photometric interpretation

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)stripOffsets":{"name":"-stripOffsets","abstract":"

    Get the strip offsets

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setStripOffsets:":{"name":"-setStripOffsets:","abstract":"

    Set the strip offsets

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setStripOffsetsAsLongs:":{"name":"-setStripOffsetsAsLongs:","abstract":"

    Set the strip offsets

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setStripOffsetsAsSingleValue:":{"name":"-setStripOffsetsAsSingleValue:","abstract":"

    Set a single value strip offset

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setStripOffsetsAsSingleLongValue:":{"name":"-setStripOffsetsAsSingleLongValue:","abstract":"

    Set a single value strip offset

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)samplesPerPixel":{"name":"-samplesPerPixel","abstract":"

    Get the samples per pixel

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setSamplesPerPixel:":{"name":"-setSamplesPerPixel:","abstract":"

    Set the samples per pixel

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)rowsPerStrip":{"name":"-rowsPerStrip","abstract":"

    Get the rows per strip

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setRowsPerStrip:":{"name":"-setRowsPerStrip:","abstract":"

    Set the rows per strip

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setRowsPerStripAsLong:":{"name":"-setRowsPerStripAsLong:","abstract":"

    Set the rows per strip

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)stripByteCounts":{"name":"-stripByteCounts","abstract":"

    Get the strip byte counts

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setStripByteCounts:":{"name":"-setStripByteCounts:","abstract":"

    Set the strip byte counts

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setStripByteCountsAsLongs:":{"name":"-setStripByteCountsAsLongs:","abstract":"

    Set the strip byte counts

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setStripByteCountsAsSingleValue:":{"name":"-setStripByteCountsAsSingleValue:","abstract":"

    Set a single value strip byte count

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setStripByteCountsAsSingleLongValue:":{"name":"-setStripByteCountsAsSingleLongValue:","abstract":"

    Set a single value strip byte count

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)xResolution":{"name":"-xResolution","abstract":"

    Get the x resolution

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setXResolution:":{"name":"-setXResolution:","abstract":"

    Set the x resolution

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setXResolutionAsSingleValue:":{"name":"-setXResolutionAsSingleValue:","abstract":"

    Set a single value x resolution

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)yResolution":{"name":"-yResolution","abstract":"

    Get the y resolution

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setYResolution:":{"name":"-setYResolution:","abstract":"

    Set the y resolution

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setYResolutionAsSingleValue:":{"name":"-setYResolutionAsSingleValue:","abstract":"

    Set a single value y resolution

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)planarConfiguration":{"name":"-planarConfiguration","abstract":"

    Get the planar configuration

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setPlanarConfiguration:":{"name":"-setPlanarConfiguration:","abstract":"

    Set the planar configuration

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)resolutionUnit":{"name":"-resolutionUnit","abstract":"

    Get the resolution unit

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setResolutionUnit:":{"name":"-setResolutionUnit:","abstract":"

    Set the resolution unit

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)modelPixelScale":{"name":"-modelPixelScale","abstract":"

    Get the model pixel scale

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setModelPixelScale:":{"name":"-setModelPixelScale:","abstract":"

    Set the model pixel scale

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)modelTiepoint":{"name":"-modelTiepoint","abstract":"

    Get the model tiepoint

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setModelTiepoint:":{"name":"-setModelTiepoint:","abstract":"

    Set the model tiepoint

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)colorMap":{"name":"-colorMap","abstract":"

    Get the color map

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setColorMap:":{"name":"-setColorMap:","abstract":"

    Set the color map

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setColorMapAsSingleValue:":{"name":"-setColorMapAsSingleValue:","abstract":"

    Set a single value color map

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)tileWidth":{"name":"-tileWidth","abstract":"

    Get the tile width

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setTileWidth:":{"name":"-setTileWidth:","abstract":"

    Set the tile width

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setTileWidthAsLong:":{"name":"-setTileWidthAsLong:","abstract":"

    Set the tile width

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)tileHeight":{"name":"-tileHeight","abstract":"

    Get the tile height

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setTileHeight:":{"name":"-setTileHeight:","abstract":"

    Set the tile height

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setTileHeightAsLong:":{"name":"-setTileHeightAsLong:","abstract":"

    Set the tile height

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)tileOffsets":{"name":"-tileOffsets","abstract":"

    Get the tile offsets

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setTileOffsets:":{"name":"-setTileOffsets:","abstract":"

    Set the tile offsets

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setTileOffsetsAsSingleValue:":{"name":"-setTileOffsetsAsSingleValue:","abstract":"

    Set a single value tile offset

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)tileByteCounts":{"name":"-tileByteCounts","abstract":"

    Get the tile byte counts

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setTileByteCounts:":{"name":"-setTileByteCounts:","abstract":"

    Set the tile byte counts

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setTileByteCountsAsLongs:":{"name":"-setTileByteCountsAsLongs:","abstract":"

    Set the tile byte counts

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setTileByteCountsAsSingleValue:":{"name":"-setTileByteCountsAsSingleValue:","abstract":"

    Set a single value tile byte count

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setTileByteCountsAsSingleLongValue:":{"name":"-setTileByteCountsAsSingleLongValue:","abstract":"

    Set a single value tile byte count

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)sampleFormat":{"name":"-sampleFormat","abstract":"

    Get the sample format

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setSampleFormat:":{"name":"-setSampleFormat:","abstract":"

    Set the sample format

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setSampleFormatAsSingleValue:":{"name":"-setSampleFormatAsSingleValue:","abstract":"

    Set a single value sample format

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)maxSampleFormat":{"name":"-maxSampleFormat","abstract":"

    Get the max sample format

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)predictor":{"name":"-predictor","abstract":"

    Get the predictor

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setPredictor:":{"name":"-setPredictor:","abstract":"

    Set the predictor

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)readRasters":{"name":"-readRasters","abstract":"

    Read the rasters

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)readInterleavedRasters":{"name":"-readInterleavedRasters","abstract":"

    Read the rasters as interleaved

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)readRastersWithWindow:":{"name":"-readRastersWithWindow:","abstract":"

    Read the rasters

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)readInterleavedRastersWithWindow:":{"name":"-readInterleavedRastersWithWindow:","abstract":"

    Read the rasters as interleaved

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)readRastersWithSamples:":{"name":"-readRastersWithSamples:","abstract":"

    Read the rasters

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)readInterleavedRastersWithSamples:":{"name":"-readInterleavedRastersWithSamples:","abstract":"

    Read the rasters as interleaved

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)readRastersWithWindow:andSamples:":{"name":"-readRastersWithWindow:andSamples:","abstract":"

    Read the rasters

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)readInterleavedRastersWithWindow:andSamples:":{"name":"-readInterleavedRastersWithWindow:andSamples:","abstract":"

    Read the rasters as interleaved

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)readRastersWithSampleValues:andInterleaveValues:":{"name":"-readRastersWithSampleValues:andInterleaveValues:","abstract":"

    Read the rasters

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)readRastersWithWindow:andSampleValues:andInterleaveValues:":{"name":"-readRastersWithWindow:andSampleValues:andInterleaveValues:","abstract":"

    Read the rasters

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)readRastersWithSamples:andSampleValues:andInterleaveValues:":{"name":"-readRastersWithSamples:andSampleValues:andInterleaveValues:","abstract":"

    Read the rasters

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)readRastersWithWindow:andSamples:andSampleValues:andInterleaveValues:":{"name":"-readRastersWithWindow:andSamples:andSampleValues:andInterleaveValues:","abstract":"

    Read the rasters

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)fieldTypeForSample:":{"name":"-fieldTypeForSample:","abstract":"

    Get the field type for the sample

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)shortEntryValueWithFieldTag:":{"name":"-shortEntryValueWithFieldTag:","abstract":"

    Get a short entry value

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setUnsignedShortEntryValue:withFieldTag:":{"name":"-setUnsignedShortEntryValue:withFieldTag:","abstract":"

    Set an unsigned short entry value for the field tag type

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)numberEntryValueWithFieldTag:":{"name":"-numberEntryValueWithFieldTag:","abstract":"

    Get a number entry value

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setUnsignedLongEntryValue:withFieldTag:":{"name":"-setUnsignedLongEntryValue:withFieldTag:","abstract":"

    Set an unsigned long entry value for the field tag type

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)stringEntryValueWithFieldTag:":{"name":"-stringEntryValueWithFieldTag:","abstract":"

    Get a string entry value for the field tag type

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setStringEntryValue:withFieldTag:":{"name":"-setStringEntryValue:withFieldTag:","abstract":"

    Set string value for the field tag type

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)shortListEntryValueWithFieldTag:":{"name":"-shortListEntryValueWithFieldTag:","abstract":"

    Get an short list entry value

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setUnsignedShortListEntryValue:withFieldTag:":{"name":"-setUnsignedShortListEntryValue:withFieldTag:","abstract":"

    Set an unsigned short list of values for the field tag type

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)maxShortEntryValueWithFieldTag:":{"name":"-maxShortEntryValueWithFieldTag:","abstract":"

    Get the max short from short list entry values

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)numberListEntryValueWithFieldTag:":{"name":"-numberListEntryValueWithFieldTag:","abstract":"

    Get a number list entry value

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setNumberListEntryValue:withFieldTag:":{"name":"-setNumberListEntryValue:withFieldTag:","abstract":"

    Set a number list of values for the field tag type

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)longListEntryValueWithFieldTag:":{"name":"-longListEntryValueWithFieldTag:","abstract":"

    Get a long list entry value

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setUnsignedLongListEntryValue:withFieldTag:":{"name":"-setUnsignedLongListEntryValue:withFieldTag:","abstract":"

    Set an unsigned long list of values for the field tag type

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)setRationalEntryValue:withFieldTag:":{"name":"-setRationalEntryValue:withFieldTag:","abstract":"

    Set rational value for the field tag type

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)size":{"name":"-size","abstract":"

    Size in bytes of the Image File Directory (all contiguous)

    ","parent_name":"TIFFFileDirectory"},"Classes/TIFFFileDirectory.html#/c:objc(cs)TIFFFileDirectory(im)sizeWithValues":{"name":"-sizeWithValues","abstract":"

    Size in bytes of the image file directory including entry values (not","parent_name":"TIFFFileDirectory"},"Classes/TIFFFieldTypes.html#/c:objc(cs)TIFFFieldTypes(cm)value:":{"name":"+value:","abstract":"

    Get the field type value

    ","parent_name":"TIFFFieldTypes"},"Classes/TIFFFieldTypes.html#/c:objc(cs)TIFFFieldTypes(cm)bytes:":{"name":"+bytes:","abstract":"

    Get the number of bytes per value

    ","parent_name":"TIFFFieldTypes"},"Classes/TIFFFieldTypes.html#/c:objc(cs)TIFFFieldTypes(cm)bits:":{"name":"+bits:","abstract":"

    Get the number of bits per value

    ","parent_name":"TIFFFieldTypes"},"Classes/TIFFFieldTypes.html#/c:objc(cs)TIFFFieldTypes(cm)typeByValue:":{"name":"+typeByValue:","abstract":"

    Get the field type

    ","parent_name":"TIFFFieldTypes"},"Classes/TIFFFieldTypes.html#/c:objc(cs)TIFFFieldTypes(cm)typeBySampleFormat:andBitsPerSample:":{"name":"+typeBySampleFormat:andBitsPerSample:","abstract":"

    Get the field type of the sample format and bits per sample

    ","parent_name":"TIFFFieldTypes"},"Classes/TIFFFieldTypes.html#/c:objc(cs)TIFFFieldTypes(cm)sampleFormatByType:":{"name":"+sampleFormatByType:","abstract":"

    Get the sample format of the field type

    ","parent_name":"TIFFFieldTypes"},"Classes/TIFFFieldTagTypes.html#/c:objc(cs)TIFFFieldTagTypes(cm)tagId:":{"name":"+tagId:","abstract":"

    Get the tag id

    ","parent_name":"TIFFFieldTagTypes"},"Classes/TIFFFieldTagTypes.html#/c:objc(cs)TIFFFieldTagTypes(cm)isArray:":{"name":"+isArray:","abstract":"

    Is this field an array type

    ","parent_name":"TIFFFieldTagTypes"},"Classes/TIFFFieldTagTypes.html#/c:objc(cs)TIFFFieldTagTypes(cm)typeByTagId:":{"name":"+typeByTagId:","abstract":"

    Get a field tag type by id

    ","parent_name":"TIFFFieldTagTypes"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(py)nextByte":{"name":"nextByte","abstract":"

    Next byte index to write

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(py)os":{"name":"os","abstract":"

    Output stream to write bytes to

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(py)byteOrder":{"name":"byteOrder","abstract":"

    Byte order used to write, little or big endian

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(im)initWithByteOrder:":{"name":"-initWithByteOrder:","abstract":"

    Initialize

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(im)close":{"name":"-close","abstract":"

    Close the byte writer

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(im)data":{"name":"-data","abstract":"

    Get the written byte data

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(im)size":{"name":"-size","abstract":"

    Get the current size in bytes written

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(im)writeString:":{"name":"-writeString:","abstract":"

    Write a string

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(im)writeNumberAsByte:":{"name":"-writeNumberAsByte:","abstract":"

    Write a byte

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(im)writeByte:":{"name":"-writeByte:","abstract":"

    Write a byte

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(im)writeNumberAsUnsignedByte:":{"name":"-writeNumberAsUnsignedByte:","abstract":"

    Write an unsigned byte

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(im)writeUnsignedByte:":{"name":"-writeUnsignedByte:","abstract":"

    Write an unsigned byte

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(im)writeBytesWithData:":{"name":"-writeBytesWithData:","abstract":"

    Write the bytes

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(im)writeNumberAsShort:":{"name":"-writeNumberAsShort:","abstract":"

    Write a short

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(im)writeShort:":{"name":"-writeShort:","abstract":"

    Write a short

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(im)writeNumberAsUnsignedShort:":{"name":"-writeNumberAsUnsignedShort:","abstract":"

    Write an unsigned short

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(im)writeUnsignedShort:":{"name":"-writeUnsignedShort:","abstract":"

    Write an unsigned short

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(im)writeNumberAsInt:":{"name":"-writeNumberAsInt:","abstract":"

    Write an integer

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(im)writeInt:":{"name":"-writeInt:","abstract":"

    Write an integer

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(im)writeNumberAsUnsignedInt:":{"name":"-writeNumberAsUnsignedInt:","abstract":"

    Write an unsigned int

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(im)writeUnsignedInt:":{"name":"-writeUnsignedInt:","abstract":"

    Write an unsigned int

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(im)writeNumberAsFloat:":{"name":"-writeNumberAsFloat:","abstract":"

    Write a float

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(im)writeFloat:":{"name":"-writeFloat:","abstract":"

    Write a float

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(im)writeNumberAsDouble:":{"name":"-writeNumberAsDouble:","abstract":"

    Write a double

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteWriter.html#/c:objc(cs)TIFFByteWriter(im)writeDouble:":{"name":"-writeDouble:","abstract":"

    Write a double

    ","parent_name":"TIFFByteWriter"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(py)nextByte":{"name":"nextByte","abstract":"

    Next byte index to read

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(py)bytes":{"name":"bytes","abstract":"

    Bytes to read

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(py)byteOrder":{"name":"byteOrder","abstract":"

    Byte order used to read, little or big endian

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)initWithData:":{"name":"-initWithData:","abstract":"

    Initialize

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)initWithData:andByteOrder:":{"name":"-initWithData:andByteOrder:","abstract":"

    Initialize

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)hasByte":{"name":"-hasByte","abstract":"

    Check if there is at least one more byte left to read

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)hasByteWithOffset:":{"name":"-hasByteWithOffset:","abstract":"

    Check if there is at least one more byte left to read

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)hasBytesWithCount:":{"name":"-hasBytesWithCount:","abstract":"

    Check if there are the provided number of bytes left to read

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)hasBytesWithCount:andOffset:":{"name":"-hasBytesWithCount:andOffset:","abstract":"

    Check if there are the provided number of bytes left to read

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)readStringWithCount:":{"name":"-readStringWithCount:","abstract":"

    Read a String from the provided number of bytes

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)readStringWithCount:andOffset:":{"name":"-readStringWithCount:andOffset:","abstract":"

    Read a String from the provided number of bytes

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)readByte":{"name":"-readByte","abstract":"

    Read a single byte

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)readByteWithOffset:":{"name":"-readByteWithOffset:","abstract":"

    Read a byte

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)readUnsignedByte":{"name":"-readUnsignedByte","abstract":"

    Read an unsigned byte

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)readUnsignedByteWithOffset:":{"name":"-readUnsignedByteWithOffset:","abstract":"

    Read an unsigned byte

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)readBytesWithCount:":{"name":"-readBytesWithCount:","abstract":"

    Read a number of bytes

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)readBytesWithCount:andOffset:":{"name":"-readBytesWithCount:andOffset:","abstract":"

    Read a number of bytes

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)readShort":{"name":"-readShort","abstract":"

    Read a short

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)readShortWithOffset:":{"name":"-readShortWithOffset:","abstract":"

    Read a short

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)readUnsignedShort":{"name":"-readUnsignedShort","abstract":"

    Read an unsigned short

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)readUnsignedShortWithOffset:":{"name":"-readUnsignedShortWithOffset:","abstract":"

    Read an unsigned short

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)readInt":{"name":"-readInt","abstract":"

    Read an integer (4 bytes)

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)readIntWithOffset:":{"name":"-readIntWithOffset:","abstract":"

    Read an integer

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)readUnsignedInt":{"name":"-readUnsignedInt","abstract":"

    Read an unsigned int

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)readUnsignedIntWithOffset:":{"name":"-readUnsignedIntWithOffset:","abstract":"

    Read an unsigned int

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)readFloat":{"name":"-readFloat","abstract":"

    Read a float

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)readFloatWithOffset:":{"name":"-readFloatWithOffset:","abstract":"

    Read a float

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)readDouble":{"name":"-readDouble","abstract":"

    Read a double (8 bytes)

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)readDoubleWithOffset:":{"name":"-readDoubleWithOffset:","abstract":"

    Read a double

    ","parent_name":"TIFFByteReader"},"Classes/TIFFByteReader.html#/c:objc(cs)TIFFByteReader(im)byteLength":{"name":"-byteLength","abstract":"

    Get the byte length

    ","parent_name":"TIFFByteReader"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(cm)writeGeometry:":{"name":"+writeGeometry:","abstract":"

    Write a geometry to well-known bytes

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(cm)writeGeometry:inByteOrder:":{"name":"+writeGeometry:inByteOrder:","abstract":"

    Write a geometry to well-known bytes

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(im)init":{"name":"-init","abstract":"

    Initializer

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(im)initWithByteOrder:":{"name":"-initWithByteOrder:","abstract":"

    Initializer

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(im)initWithWriter:":{"name":"-initWithWriter:","abstract":"

    Initializer

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(im)byteWriter":{"name":"-byteWriter","abstract":"

    Get the byte writer

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(im)data":{"name":"-data","abstract":"

    Get the written byte data

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(im)close":{"name":"-close","abstract":"

    Close the byte writer

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(im)write:":{"name":"-write:","abstract":"

    Write a geometry to the byte writer

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(im)writePoint:":{"name":"-writePoint:","abstract":"

    Write a point

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(im)writeLineString:":{"name":"-writeLineString:","abstract":"

    Write a line string

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(im)writePolygon:":{"name":"-writePolygon:","abstract":"

    Write a polygon

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(im)writeMultiPoint:":{"name":"-writeMultiPoint:","abstract":"

    Write a multi point

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(im)writeMultiLineString:":{"name":"-writeMultiLineString:","abstract":"

    Write a multi line string

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(im)writeMultiPolygon:":{"name":"-writeMultiPolygon:","abstract":"

    Write a multi polygon

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(im)writeGeometryCollection:":{"name":"-writeGeometryCollection:","abstract":"

    Write a geometry collection

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(im)writeCircularString:":{"name":"-writeCircularString:","abstract":"

    Write a circular string

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(im)writeCompoundCurve:":{"name":"-writeCompoundCurve:","abstract":"

    Write a compound curve

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(im)writeCurvePolygon:":{"name":"-writeCurvePolygon:","abstract":"

    Write a curve polygon

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(im)writePolyhedralSurface:":{"name":"-writePolyhedralSurface:","abstract":"

    Write a polyhedral surface

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(im)writeTIN:":{"name":"-writeTIN:","abstract":"

    Write a TIN

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(im)writeTriangle:":{"name":"-writeTriangle:","abstract":"

    Write a triangle

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(cm)writeGeometry:withWriter:":{"name":"+writeGeometry:withWriter:","abstract":"

    Write a geometry to the byte writer

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(cm)writePoint:withWriter:":{"name":"+writePoint:withWriter:","abstract":"

    Write a point

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(cm)writeLineString:withWriter:":{"name":"+writeLineString:withWriter:","abstract":"

    Write a line string

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(cm)writePolygon:withWriter:":{"name":"+writePolygon:withWriter:","abstract":"

    Write a polygon

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(cm)writeMultiPoint:withWriter:":{"name":"+writeMultiPoint:withWriter:","abstract":"

    Write a multi point

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(cm)writeMultiLineString:withWriter:":{"name":"+writeMultiLineString:withWriter:","abstract":"

    Write a multi line string

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(cm)writeMultiPolygon:withWriter:":{"name":"+writeMultiPolygon:withWriter:","abstract":"

    Write a multi polygon

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(cm)writeGeometryCollection:withWriter:":{"name":"+writeGeometryCollection:withWriter:","abstract":"

    Write a geometry collection

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(cm)writeCircularString:withWriter:":{"name":"+writeCircularString:withWriter:","abstract":"

    Write a circular string

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(cm)writeCompoundCurve:withWriter:":{"name":"+writeCompoundCurve:withWriter:","abstract":"

    Write a compound curve

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(cm)writeCurvePolygon:withWriter:":{"name":"+writeCurvePolygon:withWriter:","abstract":"

    Write a curve polygon

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(cm)writePolyhedralSurface:withWriter:":{"name":"+writePolyhedralSurface:withWriter:","abstract":"

    Write a polyhedral surface

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(cm)writeTIN:withWriter:":{"name":"+writeTIN:withWriter:","abstract":"

    Write a TIN

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryWriter.html#/c:objc(cs)SFWBGeometryWriter(cm)writeTriangle:withWriter:":{"name":"+writeTriangle:withWriter:","abstract":"

    Write a triangle

    ","parent_name":"SFWBGeometryWriter"},"Classes/SFWBGeometryTypeInfo.html#/c:objc(cs)SFWBGeometryTypeInfo(im)initWithCode:andType:andHasZ:andHasM:":{"name":"-initWithCode:andType:andHasZ:andHasM:","abstract":"

    Initializer

    ","parent_name":"SFWBGeometryTypeInfo"},"Classes/SFWBGeometryTypeInfo.html#/c:objc(cs)SFWBGeometryTypeInfo(im)geometryTypeCode":{"name":"-geometryTypeCode","abstract":"

    Get the geometry type code

    ","parent_name":"SFWBGeometryTypeInfo"},"Classes/SFWBGeometryTypeInfo.html#/c:objc(cs)SFWBGeometryTypeInfo(im)geometryType":{"name":"-geometryType","abstract":"

    Get the geometry type

    ","parent_name":"SFWBGeometryTypeInfo"},"Classes/SFWBGeometryTypeInfo.html#/c:objc(cs)SFWBGeometryTypeInfo(im)hasZ":{"name":"-hasZ","abstract":"

    Has z values

    ","parent_name":"SFWBGeometryTypeInfo"},"Classes/SFWBGeometryTypeInfo.html#/c:objc(cs)SFWBGeometryTypeInfo(im)hasM":{"name":"-hasM","abstract":"

    Has m values

    ","parent_name":"SFWBGeometryTypeInfo"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readGeometryWithData:":{"name":"+readGeometryWithData:","abstract":"

    Read a geometry from data

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readGeometryWithData:andFilter:":{"name":"+readGeometryWithData:andFilter:","abstract":"

    Read a geometry from data

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readGeometryWithData:andExpectedType:":{"name":"+readGeometryWithData:andExpectedType:","abstract":"

    Read a geometry from data

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readGeometryWithData:andFilter:andExpectedType:":{"name":"+readGeometryWithData:andFilter:andExpectedType:","abstract":"

    Read a geometry from data

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)initWithData:":{"name":"-initWithData:","abstract":"

    Initializer

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)initWithReader:":{"name":"-initWithReader:","abstract":"

    Initializer

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)byteReader":{"name":"-byteReader","abstract":"

    Get the byte reader

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)read":{"name":"-read","abstract":"

    Read a geometry from the byte reader

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readWithFilter:":{"name":"-readWithFilter:","abstract":"

    Read a geometry from the byte reader

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readWithExpectedType:":{"name":"-readWithExpectedType:","abstract":"

    Read a geometry from the byte reader

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readWithFilter:andExpectedType:":{"name":"-readWithFilter:andExpectedType:","abstract":"

    Read a geometry from the byte reader

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readWithFilter:inType:andExpectedType:":{"name":"-readWithFilter:inType:andExpectedType:","abstract":"

    Read a geometry from the byte reader

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readGeometryType":{"name":"-readGeometryType","abstract":"

    Read the geometry type info

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readPointWithHasZ:andHasM:":{"name":"-readPointWithHasZ:andHasM:","abstract":"

    Read a point

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readLineStringWithHasZ:andHasM:":{"name":"-readLineStringWithHasZ:andHasM:","abstract":"

    Read a line string

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readLineStringWithFilter:andHasZ:andHasM:":{"name":"-readLineStringWithFilter:andHasZ:andHasM:","abstract":"

    Read a line string

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readPolygonWithHasZ:andHasM:":{"name":"-readPolygonWithHasZ:andHasM:","abstract":"

    Read a polygon

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readPolygonWithFilter:andHasZ:andHasM:":{"name":"-readPolygonWithFilter:andHasZ:andHasM:","abstract":"

    Read a polygon

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readMultiPointWithHasZ:andHasM:":{"name":"-readMultiPointWithHasZ:andHasM:","abstract":"

    Read a multi point

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readMultiPointWithFilter:andHasZ:andHasM:":{"name":"-readMultiPointWithFilter:andHasZ:andHasM:","abstract":"

    Read a multi point

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readMultiLineStringWithHasZ:andHasM:":{"name":"-readMultiLineStringWithHasZ:andHasM:","abstract":"

    Read a multi line string

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readMultiLineStringWithFilter:andHasZ:andHasM:":{"name":"-readMultiLineStringWithFilter:andHasZ:andHasM:","abstract":"

    Read a multi line string

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readMultiPolygonWithHasZ:andHasM:":{"name":"-readMultiPolygonWithHasZ:andHasM:","abstract":"

    Read a multi polygon

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readMultiPolygonWithFilter:andHasZ:andHasM:":{"name":"-readMultiPolygonWithFilter:andHasZ:andHasM:","abstract":"

    Read a multi polygon

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readGeometryCollectionWithHasZ:andHasM:":{"name":"-readGeometryCollectionWithHasZ:andHasM:","abstract":"

    Read a geometry collection

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readGeometryCollectionWithFilter:andHasZ:andHasM:":{"name":"-readGeometryCollectionWithFilter:andHasZ:andHasM:","abstract":"

    Read a geometry collection

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readCircularStringWithHasZ:andHasM:":{"name":"-readCircularStringWithHasZ:andHasM:","abstract":"

    Read a circular string

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readCircularStringWithFilter:andHasZ:andHasM:":{"name":"-readCircularStringWithFilter:andHasZ:andHasM:","abstract":"

    Read a circular string

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readCompoundCurveWithHasZ:andHasM:":{"name":"-readCompoundCurveWithHasZ:andHasM:","abstract":"

    Read a compound curve

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readCompoundCurveWithFilter:andHasZ:andHasM:":{"name":"-readCompoundCurveWithFilter:andHasZ:andHasM:","abstract":"

    Read a compound curve

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readCurvePolygonWithHasZ:andHasM:":{"name":"-readCurvePolygonWithHasZ:andHasM:","abstract":"

    Read a curve polygon

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readCurvePolygonWithFilter:andHasZ:andHasM:":{"name":"-readCurvePolygonWithFilter:andHasZ:andHasM:","abstract":"

    Read a curve polygon

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readPolyhedralSurfaceWithHasZ:andHasM:":{"name":"-readPolyhedralSurfaceWithHasZ:andHasM:","abstract":"

    Read a polyhedral surface

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readPolyhedralSurfaceWithFilter:andHasZ:andHasM:":{"name":"-readPolyhedralSurfaceWithFilter:andHasZ:andHasM:","abstract":"

    Read a polyhedral surface

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readTINWithHasZ:andHasM:":{"name":"-readTINWithHasZ:andHasM:","abstract":"

    Read a TIN

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readTINWithFilter:andHasZ:andHasM:":{"name":"-readTINWithFilter:andHasZ:andHasM:","abstract":"

    Read a TIN

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readTriangleWithHasZ:andHasM:":{"name":"-readTriangleWithHasZ:andHasM:","abstract":"

    Read a triangle

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(im)readTriangleWithFilter:andHasZ:andHasM:":{"name":"-readTriangleWithFilter:andHasZ:andHasM:","abstract":"

    Read a triangle

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readGeometryWithReader:":{"name":"+readGeometryWithReader:","abstract":"

    Read a geometry

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readGeometryWithReader:andFilter:":{"name":"+readGeometryWithReader:andFilter:","abstract":"

    Read a geometry

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readGeometryWithReader:andExpectedType:":{"name":"+readGeometryWithReader:andExpectedType:","abstract":"

    Read a geometry

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readGeometryWithReader:andFilter:andExpectedType:":{"name":"+readGeometryWithReader:andFilter:andExpectedType:","abstract":"

    Read a geometry

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readGeometryWithReader:andFilter:inType:andExpectedType:":{"name":"+readGeometryWithReader:andFilter:inType:andExpectedType:","abstract":"

    Read a geometry

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readGeometryTypeWithReader:":{"name":"+readGeometryTypeWithReader:","abstract":"

    Read the geometry type info

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readPointWithReader:andHasZ:andHasM:":{"name":"+readPointWithReader:andHasZ:andHasM:","abstract":"

    Read a point

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readLineStringWithReader:andHasZ:andHasM:":{"name":"+readLineStringWithReader:andHasZ:andHasM:","abstract":"

    Read a line string

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readLineStringWithReader:andFilter:andHasZ:andHasM:":{"name":"+readLineStringWithReader:andFilter:andHasZ:andHasM:","abstract":"

    Read a line string

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readPolygonWithReader:andHasZ:andHasM:":{"name":"+readPolygonWithReader:andHasZ:andHasM:","abstract":"

    Read a polygon

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readPolygonWithReader:andFilter:andHasZ:andHasM:":{"name":"+readPolygonWithReader:andFilter:andHasZ:andHasM:","abstract":"

    Read a polygon

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readMultiPointWithReader:andHasZ:andHasM:":{"name":"+readMultiPointWithReader:andHasZ:andHasM:","abstract":"

    Read a multi point

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readMultiPointWithReader:andFilter:andHasZ:andHasM:":{"name":"+readMultiPointWithReader:andFilter:andHasZ:andHasM:","abstract":"

    Read a multi point

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readMultiLineStringWithReader:andHasZ:andHasM:":{"name":"+readMultiLineStringWithReader:andHasZ:andHasM:","abstract":"

    Read a multi line string

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readMultiLineStringWithReader:andFilter:andHasZ:andHasM:":{"name":"+readMultiLineStringWithReader:andFilter:andHasZ:andHasM:","abstract":"

    Read a multi line string

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readMultiPolygonWithReader:andHasZ:andHasM:":{"name":"+readMultiPolygonWithReader:andHasZ:andHasM:","abstract":"

    Read a multi polygon

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readMultiPolygonWithReader:andFilter:andHasZ:andHasM:":{"name":"+readMultiPolygonWithReader:andFilter:andHasZ:andHasM:","abstract":"

    Read a multi polygon

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readGeometryCollectionWithReader:andHasZ:andHasM:":{"name":"+readGeometryCollectionWithReader:andHasZ:andHasM:","abstract":"

    Read a geometry collection

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readGeometryCollectionWithReader:andFilter:andHasZ:andHasM:":{"name":"+readGeometryCollectionWithReader:andFilter:andHasZ:andHasM:","abstract":"

    Read a geometry collection

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readCircularStringWithReader:andHasZ:andHasM:":{"name":"+readCircularStringWithReader:andHasZ:andHasM:","abstract":"

    Read a circular string

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readCircularStringWithReader:andFilter:andHasZ:andHasM:":{"name":"+readCircularStringWithReader:andFilter:andHasZ:andHasM:","abstract":"

    Read a circular string

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readCompoundCurveWithReader:andHasZ:andHasM:":{"name":"+readCompoundCurveWithReader:andHasZ:andHasM:","abstract":"

    Read a compound curve

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readCompoundCurveWithReader:andFilter:andHasZ:andHasM:":{"name":"+readCompoundCurveWithReader:andFilter:andHasZ:andHasM:","abstract":"

    Read a compound curve

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readCurvePolygonWithReader:andHasZ:andHasM:":{"name":"+readCurvePolygonWithReader:andHasZ:andHasM:","abstract":"

    Read a curve polygon

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readCurvePolygonWithReader:andFilter:andHasZ:andHasM:":{"name":"+readCurvePolygonWithReader:andFilter:andHasZ:andHasM:","abstract":"

    Read a curve polygon

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readPolyhedralSurfaceWithReader:andHasZ:andHasM:":{"name":"+readPolyhedralSurfaceWithReader:andHasZ:andHasM:","abstract":"

    Read a polyhedral surface

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readPolyhedralSurfaceWithReader:andFilter:andHasZ:andHasM:":{"name":"+readPolyhedralSurfaceWithReader:andFilter:andHasZ:andHasM:","abstract":"

    Read a polyhedral surface

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readTINWithReader:andHasZ:andHasM:":{"name":"+readTINWithReader:andHasZ:andHasM:","abstract":"

    Read a TIN

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readTINWithReader:andFilter:andHasZ:andHasM:":{"name":"+readTINWithReader:andFilter:andHasZ:andHasM:","abstract":"

    Read a TIN

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readTriangleWithReader:andHasZ:andHasM:":{"name":"+readTriangleWithReader:andHasZ:andHasM:","abstract":"

    Read a triangle

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryReader.html#/c:objc(cs)SFWBGeometryReader(cm)readTriangleWithReader:andFilter:andHasZ:andHasM:":{"name":"+readTriangleWithReader:andFilter:andHasZ:andHasM:","abstract":"

    Read a triangle

    ","parent_name":"SFWBGeometryReader"},"Classes/SFWBGeometryCodes.html#/c:objc(cs)SFWBGeometryCodes(cm)codeFromGeometry:":{"name":"+codeFromGeometry:","abstract":"

    Get the geometry code from the geometry

    ","parent_name":"SFWBGeometryCodes"},"Classes/SFWBGeometryCodes.html#/c:objc(cs)SFWBGeometryCodes(cm)codeFromGeometryType:":{"name":"+codeFromGeometryType:","abstract":"

    Get the geometry code from the geometry type

    ","parent_name":"SFWBGeometryCodes"},"Classes/SFWBGeometryCodes.html#/c:objc(cs)SFWBGeometryCodes(cm)codeFromGeometryType:andHasZ:andHasM:":{"name":"+codeFromGeometryType:andHasZ:andHasM:","abstract":"

    Get the geometry code from the geometry type

    ","parent_name":"SFWBGeometryCodes"},"Classes/SFWBGeometryCodes.html#/c:objc(cs)SFWBGeometryCodes(cm)wkbCodeFromGeometry:":{"name":"+wkbCodeFromGeometry:","abstract":"

    Get the well-known binary writable geometry code from the geometry

    ","parent_name":"SFWBGeometryCodes"},"Classes/SFWBGeometryCodes.html#/c:objc(cs)SFWBGeometryCodes(cm)wkbGeometryTypeFromGeometry:":{"name":"+wkbGeometryTypeFromGeometry:","abstract":"

    Get the well-known binary writable geometry type from the geometry

    ","parent_name":"SFWBGeometryCodes"},"Classes/SFWBGeometryCodes.html#/c:objc(cs)SFWBGeometryCodes(cm)geometryTypeFromCode:":{"name":"+geometryTypeFromCode:","abstract":"

    Get the Geometry Type from the code

    ","parent_name":"SFWBGeometryCodes"},"Classes/SFWBGeometryCodes.html#/c:objc(cs)SFWBGeometryCodes(cm)hasZFromCode:":{"name":"+hasZFromCode:","abstract":"

    Determine if the geometry code has a Z (3D) value

    ","parent_name":"SFWBGeometryCodes"},"Classes/SFWBGeometryCodes.html#/c:objc(cs)SFWBGeometryCodes(cm)hasMFromCode:":{"name":"+hasMFromCode:","abstract":"

    Determine if the geometry code has a M (linear referencing system) value

    ","parent_name":"SFWBGeometryCodes"},"Classes/SFWBGeometryCodes.html#/c:objc(cs)SFWBGeometryCodes(cm)geometryModeFromCode:":{"name":"+geometryModeFromCode:","abstract":"

    Get the geometry mode from the geometry code. Returns the digit in the","parent_name":"SFWBGeometryCodes"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(py)coordinates":{"name":"coordinates","abstract":"

    Coordinate values: long, lat, altitude, and additional elements such as m

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(cm)positionWithPoint:":{"name":"+positionWithPoint:","abstract":"

    Create

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(cm)positionWithLongitude:andLatitude:":{"name":"+positionWithLongitude:andLatitude:","abstract":"

    Create

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(cm)positionWithLongitudeValue:andLatitudeValue:":{"name":"+positionWithLongitudeValue:andLatitudeValue:","abstract":"

    Create

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(cm)positionWithLongitude:andLatitude:andAltitude:":{"name":"+positionWithLongitude:andLatitude:andAltitude:","abstract":"

    Create

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(cm)positionWithLongitudeValue:andLatitudeValue:andAltitudeValue:":{"name":"+positionWithLongitudeValue:andLatitudeValue:andAltitudeValue:","abstract":"

    Create

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(cm)positionWithLongitude:andLatitude:andAltitude:andAdditional:":{"name":"+positionWithLongitude:andLatitude:andAltitude:andAdditional:","abstract":"

    Create

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(cm)positionWithLongitudeValue:andLatitudeValue:andAltitudeValue:andAdditionalValue:":{"name":"+positionWithLongitudeValue:andLatitudeValue:andAltitudeValue:andAdditionalValue:","abstract":"

    Create

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(cm)positionWithLongitude:andLatitude:andAltitude:andAdditionals:":{"name":"+positionWithLongitude:andLatitude:andAltitude:andAdditionals:","abstract":"

    Create

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(cm)positionWithLongitudeValue:andLatitudeValue:andAltitudeValue:andAdditionals:":{"name":"+positionWithLongitudeValue:andLatitudeValue:andAltitudeValue:andAdditionals:","abstract":"

    Create

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(cm)positionWithCoordinates:":{"name":"+positionWithCoordinates:","abstract":"

    Create

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(im)initWithPoint:":{"name":"-initWithPoint:","abstract":"

    Initialize

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(im)initWithLongitude:andLatitude:":{"name":"-initWithLongitude:andLatitude:","abstract":"

    Initialize

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(im)initWithLongitudeValue:andLatitudeValue:":{"name":"-initWithLongitudeValue:andLatitudeValue:","abstract":"

    Initialize

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(im)initWithLongitude:andLatitude:andAltitude:":{"name":"-initWithLongitude:andLatitude:andAltitude:","abstract":"

    Initialize

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(im)initWithLongitudeValue:andLatitudeValue:andAltitudeValue:":{"name":"-initWithLongitudeValue:andLatitudeValue:andAltitudeValue:","abstract":"

    Initialize

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(im)initWithLongitude:andLatitude:andAltitude:andAdditional:":{"name":"-initWithLongitude:andLatitude:andAltitude:andAdditional:","abstract":"

    Initialize

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(im)initWithLongitudeValue:andLatitudeValue:andAltitudeValue:andAdditionalValue:":{"name":"-initWithLongitudeValue:andLatitudeValue:andAltitudeValue:andAdditionalValue:","abstract":"

    Initialize

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(im)initWithLongitude:andLatitude:andAltitude:andAdditionals:":{"name":"-initWithLongitude:andLatitude:andAltitude:andAdditionals:","abstract":"

    Initialize

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(im)initWithLongitudeValue:andLatitudeValue:andAltitudeValue:andAdditionals:":{"name":"-initWithLongitudeValue:andLatitudeValue:andAltitudeValue:andAdditionals:","abstract":"

    Initialize

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(im)initWithCoordinates:":{"name":"-initWithCoordinates:","abstract":"

    Initialize

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(im)hasAdditionalElements":{"name":"-hasAdditionalElements","abstract":"

    Check if the position has additional elements

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(im)additionalElements":{"name":"-additionalElements","abstract":"

    Get the additional elements

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(im)x":{"name":"-x","abstract":"

    Get the x value

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(im)y":{"name":"-y","abstract":"

    Get the y value

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(im)z":{"name":"-z","abstract":"

    Get the z value

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(im)m":{"name":"-m","abstract":"

    Get the m value

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(im)hasZ":{"name":"-hasZ","abstract":"

    Check if position has a z value

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(im)hasM":{"name":"-hasM","abstract":"

    Check if position has a m value

    ","parent_name":"SFGPosition"},"Classes/SFGPosition.html#/c:objc(cs)SFGPosition(im)toSimplePoint":{"name":"-toSimplePoint","abstract":"

    Convert to simple point

    ","parent_name":"SFGPosition"},"Classes/SFGPolygon.html#/c:objc(cs)SFGPolygon(py)rings":{"name":"rings","abstract":"

    Array of line string rings

    ","parent_name":"SFGPolygon"},"Classes/SFGPolygon.html#/c:objc(cs)SFGPolygon(cm)polygon":{"name":"+polygon","abstract":"

    Create

    ","parent_name":"SFGPolygon"},"Classes/SFGPolygon.html#/c:objc(cs)SFGPolygon(cm)polygonWithCoordinates:":{"name":"+polygonWithCoordinates:","abstract":"

    Create

    ","parent_name":"SFGPolygon"},"Classes/SFGPolygon.html#/c:objc(cs)SFGPolygon(cm)polygonWithRings:":{"name":"+polygonWithRings:","abstract":"

    Create

    ","parent_name":"SFGPolygon"},"Classes/SFGPolygon.html#/c:objc(cs)SFGPolygon(cm)polygonWithPolygon:":{"name":"+polygonWithPolygon:","abstract":"

    Create

    ","parent_name":"SFGPolygon"},"Classes/SFGPolygon.html#/c:objc(cs)SFGPolygon(cm)polygonWithTree:":{"name":"+polygonWithTree:","abstract":"

    Create

    ","parent_name":"SFGPolygon"},"Classes/SFGPolygon.html#/c:objc(cs)SFGPolygon(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFGPolygon"},"Classes/SFGPolygon.html#/c:objc(cs)SFGPolygon(im)initWithCoordinates:":{"name":"-initWithCoordinates:","abstract":"

    Initialize

    ","parent_name":"SFGPolygon"},"Classes/SFGPolygon.html#/c:objc(cs)SFGPolygon(im)initWithRings:":{"name":"-initWithRings:","abstract":"

    Initialize

    ","parent_name":"SFGPolygon"},"Classes/SFGPolygon.html#/c:objc(cs)SFGPolygon(im)initWithPolygon:":{"name":"-initWithPolygon:","abstract":"

    Initialize

    ","parent_name":"SFGPolygon"},"Classes/SFGPolygon.html#/c:objc(cs)SFGPolygon(im)initWithTree:":{"name":"-initWithTree:","abstract":"

    Initialize

    ","parent_name":"SFGPolygon"},"Classes/SFGPolygon.html#/c:objc(cs)SFGPolygon(im)polygon":{"name":"-polygon","abstract":"

    Get the simple polygon

    ","parent_name":"SFGPolygon"},"Classes/SFGPolygon.html#/c:objc(cs)SFGPolygon(im)setPolygon:":{"name":"-setPolygon:","abstract":"

    Set the simple polygon

    ","parent_name":"SFGPolygon"},"Classes/SFGPoint.html#/c:objc(cs)SFGPoint(py)position":{"name":"position","abstract":"

    Position

    ","parent_name":"SFGPoint"},"Classes/SFGPoint.html#/c:objc(cs)SFGPoint(cm)point":{"name":"+point","abstract":"

    Create

    ","parent_name":"SFGPoint"},"Classes/SFGPoint.html#/c:objc(cs)SFGPoint(cm)pointWithCoordinates:":{"name":"+pointWithCoordinates:","abstract":"

    Create

    ","parent_name":"SFGPoint"},"Classes/SFGPoint.html#/c:objc(cs)SFGPoint(cm)pointWithPosition:":{"name":"+pointWithPosition:","abstract":"

    Create

    ","parent_name":"SFGPoint"},"Classes/SFGPoint.html#/c:objc(cs)SFGPoint(cm)pointWithPoint:":{"name":"+pointWithPoint:","abstract":"

    Create

    ","parent_name":"SFGPoint"},"Classes/SFGPoint.html#/c:objc(cs)SFGPoint(cm)pointWithTree:":{"name":"+pointWithTree:","abstract":"

    Create

    ","parent_name":"SFGPoint"},"Classes/SFGPoint.html#/c:objc(cs)SFGPoint(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFGPoint"},"Classes/SFGPoint.html#/c:objc(cs)SFGPoint(im)initWithCoordinates:":{"name":"-initWithCoordinates:","abstract":"

    Initialize

    ","parent_name":"SFGPoint"},"Classes/SFGPoint.html#/c:objc(cs)SFGPoint(im)initWithPosition:":{"name":"-initWithPosition:","abstract":"

    Initialize

    ","parent_name":"SFGPoint"},"Classes/SFGPoint.html#/c:objc(cs)SFGPoint(im)initWithPoint:":{"name":"-initWithPoint:","abstract":"

    Initialize

    ","parent_name":"SFGPoint"},"Classes/SFGPoint.html#/c:objc(cs)SFGPoint(im)initWithTree:":{"name":"-initWithTree:","abstract":"

    Initialize

    ","parent_name":"SFGPoint"},"Classes/SFGPoint.html#/c:objc(cs)SFGPoint(im)point":{"name":"-point","abstract":"

    Get the simple point

    ","parent_name":"SFGPoint"},"Classes/SFGOrderedDictionary.html#/c:objc(cs)SFGOrderedDictionary@dictionary":{"name":"dictionary","abstract":"

    Undocumented

    ","parent_name":"SFGOrderedDictionary"},"Classes/SFGOrderedDictionary.html#/c:objc(cs)SFGOrderedDictionary@array":{"name":"array","abstract":"

    Undocumented

    ","parent_name":"SFGOrderedDictionary"},"Classes/SFGOrderedDictionary.html#/c:objc(cs)SFGOrderedDictionary(im)insertObject:forKey:atIndex:":{"name":"-insertObject:forKey:atIndex:","abstract":"

    Undocumented

    ","parent_name":"SFGOrderedDictionary"},"Classes/SFGOrderedDictionary.html#/c:objc(cs)SFGOrderedDictionary(im)keyAtIndex:":{"name":"-keyAtIndex:","abstract":"

    Undocumented

    ","parent_name":"SFGOrderedDictionary"},"Classes/SFGOrderedDictionary.html#/c:objc(cs)SFGOrderedDictionary(im)reverseKeyEnumerator":{"name":"-reverseKeyEnumerator","abstract":"

    Undocumented

    ","parent_name":"SFGOrderedDictionary"},"Classes/SFGOrderedDictionary.html#/c:objc(cs)SFGOrderedDictionary(im)objectAtIndexedSubscript:":{"name":"-objectAtIndexedSubscript:","abstract":"

    Undocumented

    ","parent_name":"SFGOrderedDictionary"},"Classes/SFGOrderedDictionary.html#/c:objc(cs)SFGOrderedDictionary(im)objectForKeyedSubscript:":{"name":"-objectForKeyedSubscript:","abstract":"

    Undocumented

    ","parent_name":"SFGOrderedDictionary"},"Classes/SFGOrderedDictionary.html#/c:objc(cs)SFGOrderedDictionary(im)setObject:forKeyedSubscript:":{"name":"-setObject:forKeyedSubscript:","abstract":"

    Undocumented

    ","parent_name":"SFGOrderedDictionary"},"Classes/SFGOrderedDictionary.html#/c:objc(cs)SFGOrderedDictionary(im)indexOfKey:":{"name":"-indexOfKey:","abstract":"

    Undocumented

    ","parent_name":"SFGOrderedDictionary"},"Classes/SFGOrderedDictionary.html#/c:objc(cs)SFGOrderedDictionary(im)indexOfKey:inRange:":{"name":"-indexOfKey:inRange:","abstract":"

    Undocumented

    ","parent_name":"SFGOrderedDictionary"},"Classes/SFGOrderedDictionary.html#/c:objc(cs)SFGOrderedDictionary(im)indexOfKeyIdenticalTo:":{"name":"-indexOfKeyIdenticalTo:","abstract":"

    Undocumented

    ","parent_name":"SFGOrderedDictionary"},"Classes/SFGOrderedDictionary.html#/c:objc(cs)SFGOrderedDictionary(im)indexOfKeyIdenticalTo:inRange:":{"name":"-indexOfKeyIdenticalTo:inRange:","abstract":"

    Undocumented

    ","parent_name":"SFGOrderedDictionary"},"Classes/SFGOrderedDictionary.html#/c:objc(cs)SFGOrderedDictionary(im)lastKey":{"name":"-lastKey","abstract":"

    Undocumented

    ","parent_name":"SFGOrderedDictionary"},"Classes/SFGOrderedDictionary.html#/c:objc(cs)SFGOrderedDictionary(im)sortUsingFunction:context:":{"name":"-sortUsingFunction:context:","abstract":"

    Undocumented

    ","parent_name":"SFGOrderedDictionary"},"Classes/SFGOrderedDictionary.html#/c:objc(cs)SFGOrderedDictionary(im)sortUsingSelector:":{"name":"-sortUsingSelector:","abstract":"

    Undocumented

    ","parent_name":"SFGOrderedDictionary"},"Classes/SFGOrderedDictionary.html#/c:objc(cs)SFGOrderedDictionary(im)sortUsingComparator:":{"name":"-sortUsingComparator:","abstract":"

    Undocumented

    ","parent_name":"SFGOrderedDictionary"},"Classes/SFGOrderedDictionary.html#/c:objc(cs)SFGOrderedDictionary(im)sortWithOptions:usingComparator:":{"name":"-sortWithOptions:usingComparator:","abstract":"

    Undocumented

    ","parent_name":"SFGOrderedDictionary"},"Classes/SFGMultiPolygon.html#/c:objc(cs)SFGMultiPolygon(py)polygons":{"name":"polygons","abstract":"

    Array of polygons

    ","parent_name":"SFGMultiPolygon"},"Classes/SFGMultiPolygon.html#/c:objc(cs)SFGMultiPolygon(cm)multiPolygon":{"name":"+multiPolygon","abstract":"

    Create

    ","parent_name":"SFGMultiPolygon"},"Classes/SFGMultiPolygon.html#/c:objc(cs)SFGMultiPolygon(cm)multiPolygonWithCoordinates:":{"name":"+multiPolygonWithCoordinates:","abstract":"

    Create

    ","parent_name":"SFGMultiPolygon"},"Classes/SFGMultiPolygon.html#/c:objc(cs)SFGMultiPolygon(cm)multiPolygonWithPolygons:":{"name":"+multiPolygonWithPolygons:","abstract":"

    Create

    ","parent_name":"SFGMultiPolygon"},"Classes/SFGMultiPolygon.html#/c:objc(cs)SFGMultiPolygon(cm)multiPolygonWithMultiPolygon:":{"name":"+multiPolygonWithMultiPolygon:","abstract":"

    Create

    ","parent_name":"SFGMultiPolygon"},"Classes/SFGMultiPolygon.html#/c:objc(cs)SFGMultiPolygon(cm)multiPolygonWithTree:":{"name":"+multiPolygonWithTree:","abstract":"

    Create

    ","parent_name":"SFGMultiPolygon"},"Classes/SFGMultiPolygon.html#/c:objc(cs)SFGMultiPolygon(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFGMultiPolygon"},"Classes/SFGMultiPolygon.html#/c:objc(cs)SFGMultiPolygon(im)initWithCoordinates:":{"name":"-initWithCoordinates:","abstract":"

    Initialize

    ","parent_name":"SFGMultiPolygon"},"Classes/SFGMultiPolygon.html#/c:objc(cs)SFGMultiPolygon(im)initWithPolygons:":{"name":"-initWithPolygons:","abstract":"

    Initialize

    ","parent_name":"SFGMultiPolygon"},"Classes/SFGMultiPolygon.html#/c:objc(cs)SFGMultiPolygon(im)initWithMultiPolygon:":{"name":"-initWithMultiPolygon:","abstract":"

    Initialize

    ","parent_name":"SFGMultiPolygon"},"Classes/SFGMultiPolygon.html#/c:objc(cs)SFGMultiPolygon(im)initWithTree:":{"name":"-initWithTree:","abstract":"

    Initialize

    ","parent_name":"SFGMultiPolygon"},"Classes/SFGMultiPolygon.html#/c:objc(cs)SFGMultiPolygon(im)multiPolygon":{"name":"-multiPolygon","abstract":"

    Get the simple features multi polygon

    ","parent_name":"SFGMultiPolygon"},"Classes/SFGMultiPolygon.html#/c:objc(cs)SFGMultiPolygon(im)setMultiPolygon:":{"name":"-setMultiPolygon:","abstract":"

    Set the simple features multi polygon

    ","parent_name":"SFGMultiPolygon"},"Classes/SFGMultiPoint.html#/c:objc(cs)SFGMultiPoint(py)points":{"name":"points","abstract":"

    Array of points

    ","parent_name":"SFGMultiPoint"},"Classes/SFGMultiPoint.html#/c:objc(cs)SFGMultiPoint(cm)multiPoint":{"name":"+multiPoint","abstract":"

    Create

    ","parent_name":"SFGMultiPoint"},"Classes/SFGMultiPoint.html#/c:objc(cs)SFGMultiPoint(cm)multiPointWithCoordinates:":{"name":"+multiPointWithCoordinates:","abstract":"

    Create

    ","parent_name":"SFGMultiPoint"},"Classes/SFGMultiPoint.html#/c:objc(cs)SFGMultiPoint(cm)multiPointWithPoints:":{"name":"+multiPointWithPoints:","abstract":"

    Create

    ","parent_name":"SFGMultiPoint"},"Classes/SFGMultiPoint.html#/c:objc(cs)SFGMultiPoint(cm)multiPointWithMultiPoint:":{"name":"+multiPointWithMultiPoint:","abstract":"

    Create

    ","parent_name":"SFGMultiPoint"},"Classes/SFGMultiPoint.html#/c:objc(cs)SFGMultiPoint(cm)multiPointWithTree:":{"name":"+multiPointWithTree:","abstract":"

    Create

    ","parent_name":"SFGMultiPoint"},"Classes/SFGMultiPoint.html#/c:objc(cs)SFGMultiPoint(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFGMultiPoint"},"Classes/SFGMultiPoint.html#/c:objc(cs)SFGMultiPoint(im)initWithCoordinates:":{"name":"-initWithCoordinates:","abstract":"

    Initialize

    ","parent_name":"SFGMultiPoint"},"Classes/SFGMultiPoint.html#/c:objc(cs)SFGMultiPoint(im)initWithPoints:":{"name":"-initWithPoints:","abstract":"

    Initialize

    ","parent_name":"SFGMultiPoint"},"Classes/SFGMultiPoint.html#/c:objc(cs)SFGMultiPoint(im)initWithMultiPoint:":{"name":"-initWithMultiPoint:","abstract":"

    Initialize

    ","parent_name":"SFGMultiPoint"},"Classes/SFGMultiPoint.html#/c:objc(cs)SFGMultiPoint(im)initWithTree:":{"name":"-initWithTree:","abstract":"

    Initialize

    ","parent_name":"SFGMultiPoint"},"Classes/SFGMultiPoint.html#/c:objc(cs)SFGMultiPoint(im)multiPoint":{"name":"-multiPoint","abstract":"

    Get the simple features multi point

    ","parent_name":"SFGMultiPoint"},"Classes/SFGMultiPoint.html#/c:objc(cs)SFGMultiPoint(im)setMultiPoint:":{"name":"-setMultiPoint:","abstract":"

    Set the simple features multi point

    ","parent_name":"SFGMultiPoint"},"Classes/SFGMultiLineString.html#/c:objc(cs)SFGMultiLineString(py)lineStrings":{"name":"lineStrings","abstract":"

    Array of line strings

    ","parent_name":"SFGMultiLineString"},"Classes/SFGMultiLineString.html#/c:objc(cs)SFGMultiLineString(cm)multiLineString":{"name":"+multiLineString","abstract":"

    Create

    ","parent_name":"SFGMultiLineString"},"Classes/SFGMultiLineString.html#/c:objc(cs)SFGMultiLineString(cm)multiLineStringWithCoordinates:":{"name":"+multiLineStringWithCoordinates:","abstract":"

    Create

    ","parent_name":"SFGMultiLineString"},"Classes/SFGMultiLineString.html#/c:objc(cs)SFGMultiLineString(cm)multiLineStringWithLineStrings:":{"name":"+multiLineStringWithLineStrings:","abstract":"

    Create

    ","parent_name":"SFGMultiLineString"},"Classes/SFGMultiLineString.html#/c:objc(cs)SFGMultiLineString(cm)multiLineStringWithMultiLineString:":{"name":"+multiLineStringWithMultiLineString:","abstract":"

    Create

    ","parent_name":"SFGMultiLineString"},"Classes/SFGMultiLineString.html#/c:objc(cs)SFGMultiLineString(cm)multiLineStringWithTree:":{"name":"+multiLineStringWithTree:","abstract":"

    Create

    ","parent_name":"SFGMultiLineString"},"Classes/SFGMultiLineString.html#/c:objc(cs)SFGMultiLineString(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFGMultiLineString"},"Classes/SFGMultiLineString.html#/c:objc(cs)SFGMultiLineString(im)initWithCoordinates:":{"name":"-initWithCoordinates:","abstract":"

    Initialize

    ","parent_name":"SFGMultiLineString"},"Classes/SFGMultiLineString.html#/c:objc(cs)SFGMultiLineString(im)initWithLineStrings:":{"name":"-initWithLineStrings:","abstract":"

    Initialize

    ","parent_name":"SFGMultiLineString"},"Classes/SFGMultiLineString.html#/c:objc(cs)SFGMultiLineString(im)initWithMultiLineString:":{"name":"-initWithMultiLineString:","abstract":"

    Initialize

    ","parent_name":"SFGMultiLineString"},"Classes/SFGMultiLineString.html#/c:objc(cs)SFGMultiLineString(im)initWithTree:":{"name":"-initWithTree:","abstract":"

    Initialize

    ","parent_name":"SFGMultiLineString"},"Classes/SFGMultiLineString.html#/c:objc(cs)SFGMultiLineString(im)multiLineString":{"name":"-multiLineString","abstract":"

    Get the simple features multi line string

    ","parent_name":"SFGMultiLineString"},"Classes/SFGMultiLineString.html#/c:objc(cs)SFGMultiLineString(im)setMultiLineString:":{"name":"-setMultiLineString:","abstract":"

    Set the simple features multi line string

    ","parent_name":"SFGMultiLineString"},"Classes/SFGLineString.html#/c:objc(cs)SFGLineString(py)points":{"name":"points","abstract":"

    Array of points

    ","parent_name":"SFGLineString"},"Classes/SFGLineString.html#/c:objc(cs)SFGLineString(cm)lineString":{"name":"+lineString","abstract":"

    Create

    ","parent_name":"SFGLineString"},"Classes/SFGLineString.html#/c:objc(cs)SFGLineString(cm)lineStringWithCoordinates:":{"name":"+lineStringWithCoordinates:","abstract":"

    Create

    ","parent_name":"SFGLineString"},"Classes/SFGLineString.html#/c:objc(cs)SFGLineString(cm)lineStringWithPoints:":{"name":"+lineStringWithPoints:","abstract":"

    Create

    ","parent_name":"SFGLineString"},"Classes/SFGLineString.html#/c:objc(cs)SFGLineString(cm)lineStringWithLineString:":{"name":"+lineStringWithLineString:","abstract":"

    Create

    ","parent_name":"SFGLineString"},"Classes/SFGLineString.html#/c:objc(cs)SFGLineString(cm)lineStringWithTree:":{"name":"+lineStringWithTree:","abstract":"

    Create

    ","parent_name":"SFGLineString"},"Classes/SFGLineString.html#/c:objc(cs)SFGLineString(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFGLineString"},"Classes/SFGLineString.html#/c:objc(cs)SFGLineString(im)initWithCoordinates:":{"name":"-initWithCoordinates:","abstract":"

    Initialize

    ","parent_name":"SFGLineString"},"Classes/SFGLineString.html#/c:objc(cs)SFGLineString(im)initWithPoints:":{"name":"-initWithPoints:","abstract":"

    Initialize

    ","parent_name":"SFGLineString"},"Classes/SFGLineString.html#/c:objc(cs)SFGLineString(im)initWithLineString:":{"name":"-initWithLineString:","abstract":"

    Initialize

    ","parent_name":"SFGLineString"},"Classes/SFGLineString.html#/c:objc(cs)SFGLineString(im)initWithTree:":{"name":"-initWithTree:","abstract":"

    Initialize

    ","parent_name":"SFGLineString"},"Classes/SFGLineString.html#/c:objc(cs)SFGLineString(im)lineString":{"name":"-lineString","abstract":"

    Get the simple features line string

    ","parent_name":"SFGLineString"},"Classes/SFGLineString.html#/c:objc(cs)SFGLineString(im)setLineString:":{"name":"-setLineString:","abstract":"

    Set the simple features line string

    ","parent_name":"SFGLineString"},"Classes/SFGGeometryTypes.html#/c:objc(cs)SFGGeometryTypes(im)type":{"name":"-type","abstract":"

    Get the type

    ","parent_name":"SFGGeometryTypes"},"Classes/SFGGeometryTypes.html#/c:objc(cs)SFGGeometryTypes(im)simpleType":{"name":"-simpleType","abstract":"

    Get the simple geometry type

    ","parent_name":"SFGGeometryTypes"},"Classes/SFGGeometryTypes.html#/c:objc(cs)SFGGeometryTypes(im)name":{"name":"-name","abstract":"

    Get the name

    ","parent_name":"SFGGeometryTypes"},"Classes/SFGGeometryTypes.html#/c:objc(cs)SFGGeometryTypes(cm)type:":{"name":"+type:","abstract":"

    Get the geometry type

    ","parent_name":"SFGGeometryTypes"},"Classes/SFGGeometryTypes.html#/c:objc(cs)SFGGeometryTypes(cm)name:":{"name":"+name:","abstract":"

    Get the geometry name

    ","parent_name":"SFGGeometryTypes"},"Classes/SFGGeometryTypes.html#/c:objc(cs)SFGGeometryTypes(cm)fromName:":{"name":"+fromName:","abstract":"

    Get the geometry type of the name

    ","parent_name":"SFGGeometryTypes"},"Classes/SFGGeometryCollection.html#/c:objc(cs)SFGGeometryCollection(py)geometries":{"name":"geometries","abstract":"

    Array of geometries

    ","parent_name":"SFGGeometryCollection"},"Classes/SFGGeometryCollection.html#/c:objc(cs)SFGGeometryCollection(cm)geometryCollection":{"name":"+geometryCollection","abstract":"

    Create

    ","parent_name":"SFGGeometryCollection"},"Classes/SFGGeometryCollection.html#/c:objc(cs)SFGGeometryCollection(cm)geometryCollectionWithGeometries:":{"name":"+geometryCollectionWithGeometries:","abstract":"

    Create

    ","parent_name":"SFGGeometryCollection"},"Classes/SFGGeometryCollection.html#/c:objc(cs)SFGGeometryCollection(cm)geometryCollectionWithCoordinates:":{"name":"+geometryCollectionWithCoordinates:","abstract":"

    Create

    ","parent_name":"SFGGeometryCollection"},"Classes/SFGGeometryCollection.html#/c:objc(cs)SFGGeometryCollection(cm)geometryCollectionWithGeometryCollection:":{"name":"+geometryCollectionWithGeometryCollection:","abstract":"

    Create

    ","parent_name":"SFGGeometryCollection"},"Classes/SFGGeometryCollection.html#/c:objc(cs)SFGGeometryCollection(cm)geometryCollectionWithTree:":{"name":"+geometryCollectionWithTree:","abstract":"

    Create

    ","parent_name":"SFGGeometryCollection"},"Classes/SFGGeometryCollection.html#/c:objc(cs)SFGGeometryCollection(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFGGeometryCollection"},"Classes/SFGGeometryCollection.html#/c:objc(cs)SFGGeometryCollection(im)initWithGeometries:":{"name":"-initWithGeometries:","abstract":"

    Initialize

    ","parent_name":"SFGGeometryCollection"},"Classes/SFGGeometryCollection.html#/c:objc(cs)SFGGeometryCollection(im)initWithCoordinates:":{"name":"-initWithCoordinates:","abstract":"

    Initialize

    ","parent_name":"SFGGeometryCollection"},"Classes/SFGGeometryCollection.html#/c:objc(cs)SFGGeometryCollection(im)initWithGeometryCollection:":{"name":"-initWithGeometryCollection:","abstract":"

    Initialize

    ","parent_name":"SFGGeometryCollection"},"Classes/SFGGeometryCollection.html#/c:objc(cs)SFGGeometryCollection(im)initWithTree:":{"name":"-initWithTree:","abstract":"

    Initialize

    ","parent_name":"SFGGeometryCollection"},"Classes/SFGGeometryCollection.html#/c:objc(cs)SFGGeometryCollection(im)geometryCollection":{"name":"-geometryCollection","abstract":"

    Get the simple features geometry collection

    ","parent_name":"SFGGeometryCollection"},"Classes/SFGGeometryCollection.html#/c:objc(cs)SFGGeometryCollection(im)setGeometryCollection:":{"name":"-setGeometryCollection:","abstract":"

    Set the simple features geometry collection

    ","parent_name":"SFGGeometryCollection"},"Classes/SFGGeometryCollection.html#/c:objc(cs)SFGGeometryCollection(cm)geometriesFromGeometryCollection:":{"name":"+geometriesFromGeometryCollection:","abstract":"

    Get geometries from a geometry collection

    ","parent_name":"SFGGeometryCollection"},"Classes/SFGGeometryCollection.html#/c:objc(cs)SFGGeometryCollection(cm)geometryCollectionFromGeometries:":{"name":"+geometryCollectionFromGeometries:","abstract":"

    Get a geometry collection from geometries

    ","parent_name":"SFGGeometryCollection"},"Classes/SFGGeometryCollection.html#/c:objc(cs)SFGGeometryCollection(cm)treeGeometries:":{"name":"+treeGeometries:","abstract":"

    Get the JSON object geometries from the JSON tree

    ","parent_name":"SFGGeometryCollection"},"Classes/SFGGeometry.html#/c:objc(cs)SFGGeometry(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFGGeometry"},"Classes/SFGGeometry.html#/c:objc(cs)SFGGeometry(im)initWithCoordinates:":{"name":"-initWithCoordinates:","abstract":"

    Initialize

    ","parent_name":"SFGGeometry"},"Classes/SFGGeometry.html#/c:objc(cs)SFGGeometry(im)initWithTree:":{"name":"-initWithTree:","abstract":"

    Initialize

    ","parent_name":"SFGGeometry"},"Classes/SFGGeometry.html#/c:objc(cs)SFGGeometry(im)geometryType":{"name":"-geometryType","abstract":"

    Get the geometry type

    ","parent_name":"SFGGeometry"},"Classes/SFGGeometry.html#/c:objc(cs)SFGGeometry(im)geometry":{"name":"-geometry","abstract":"

    Get the simple geometry

    ","parent_name":"SFGGeometry"},"Classes/SFGGeometry.html#/c:objc(cs)SFGGeometry(im)coordinates":{"name":"-coordinates","abstract":"

    Get the JSON object coordinates

    ","parent_name":"SFGGeometry"},"Classes/SFGGeometry.html#/c:objc(cs)SFGGeometry(im)setCoordinates:":{"name":"-setCoordinates:","abstract":"

    Set the coordinates

    ","parent_name":"SFGGeometry"},"Classes/SFGGeometry.html#/c:objc(cs)SFGGeometry(cm)treeCoordinates:":{"name":"+treeCoordinates:","abstract":"

    Get the JSON object coordinates from the JSON tree

    ","parent_name":"SFGGeometry"},"Classes/SFGGeoJSONObject.html#/c:objc(cs)SFGGeoJSONObject(py)bbox":{"name":"bbox","abstract":"

    Bounding box

    ","parent_name":"SFGGeoJSONObject"},"Classes/SFGGeoJSONObject.html#/c:objc(cs)SFGGeoJSONObject(py)foreignMembers":{"name":"foreignMembers","abstract":"

    Foreign members

    ","parent_name":"SFGGeoJSONObject"},"Classes/SFGGeoJSONObject.html#/c:objc(cs)SFGGeoJSONObject(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFGGeoJSONObject"},"Classes/SFGGeoJSONObject.html#/c:objc(cs)SFGGeoJSONObject(im)initWithTree:":{"name":"-initWithTree:","abstract":"

    Initialize

    ","parent_name":"SFGGeoJSONObject"},"Classes/SFGGeoJSONObject.html#/c:objc(cs)SFGGeoJSONObject(im)type":{"name":"-type","abstract":"

    Get the GeoJSON object type

    ","parent_name":"SFGGeoJSONObject"},"Classes/SFGGeoJSONObject.html#/c:objc(cs)SFGGeoJSONObject(im)toTree":{"name":"-toTree","abstract":"

    Convert to a JSON tree

    ","parent_name":"SFGGeoJSONObject"},"Classes/SFGGeoJSONObject.html#/c:objc(cs)SFGGeoJSONObject(im)fromTree:":{"name":"-fromTree:","abstract":"

    Set from a JSON tree

    ","parent_name":"SFGGeoJSONObject"},"Classes/SFGGeoJSONObject.html#/c:objc(cs)SFGGeoJSONObject(im)keys":{"name":"-keys","abstract":"

    Get the JSON keys

    ","parent_name":"SFGGeoJSONObject"},"Classes/SFGGeoJSONObject.html#/c:objc(cs)SFGGeoJSONObject(cm)treeType:":{"name":"+treeType:","abstract":"

    Get the type of the JSON tree

    ","parent_name":"SFGGeoJSONObject"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)jsonToFeature:":{"name":"+jsonToFeature:","abstract":"

    Convert the JSON string to a feature

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)treeToFeature:":{"name":"+treeToFeature:","abstract":"

    Convert the JSON tree to a feature

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)simpleGeometryToFeature:":{"name":"+simpleGeometryToFeature:","abstract":"

    Convert a simple geometry to a feature

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)jsonToFeatureCollection:":{"name":"+jsonToFeatureCollection:","abstract":"

    Convert the JSON string to a feature collection

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)treeToFeatureCollection:":{"name":"+treeToFeatureCollection:","abstract":"

    Convert the JSON tree to a feature collection

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)simpleGeometryToFeatureCollection:":{"name":"+simpleGeometryToFeatureCollection:","abstract":"

    Convert a simple geometry to a feature collection

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)simpleGeometriesToFeatureCollection:":{"name":"+simpleGeometriesToFeatureCollection:","abstract":"

    Convert simple geometries to a feature collection

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)jsonToObject:":{"name":"+jsonToObject:","abstract":"

    Convert the string content to a GeoJSON object

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)treeToObject:":{"name":"+treeToObject:","abstract":"

    Convert the JSON tree to a GeoJSON Object

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)objectToJSON:":{"name":"+objectToJSON:","abstract":"

    Convert the object to a JSON value

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)simpleGeometryToJSON:":{"name":"+simpleGeometryToJSON:","abstract":"

    Convert the simple geometry to a JSON value

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)treeToJSON:":{"name":"+treeToJSON:","abstract":"

    Convert the JSON tree to a JSON string

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)objectToMutableTree:":{"name":"+objectToMutableTree:","abstract":"

    Convert the GeoJSON object to a mutable tree

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)objectToTree:":{"name":"+objectToTree:","abstract":"

    Convert the GeoJSON object to a tree

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)jsonToMutableTree:":{"name":"+jsonToMutableTree:","abstract":"

    Convert the JSON string to a mutable JSON tree

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)jsonToTree:":{"name":"+jsonToTree:","abstract":"

    Convert the JSON string to a JSON tree

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)simpleGeometryToMutableTree:":{"name":"+simpleGeometryToMutableTree:","abstract":"

    Convert the simple geometry to a mutable tree

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)simpleGeometryToTree:":{"name":"+simpleGeometryToTree:","abstract":"

    Convert the simple geometry to a tree

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)jsonToGeometry:":{"name":"+jsonToGeometry:","abstract":"

    Convert the JSON string to a geometry

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)treeToGeometry:":{"name":"+treeToGeometry:","abstract":"

    Convert the JSON tree to a geometry

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)simpleGeometryToGeometry:":{"name":"+simpleGeometryToGeometry:","abstract":"

    Convert the simple geometry to a geometry

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)treeToPoint:":{"name":"+treeToPoint:","abstract":"

    Convert the JSON tree to a point

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)treeToLineString:":{"name":"+treeToLineString:","abstract":"

    Convert the JSON tree to a line string

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)treeToPolygon:":{"name":"+treeToPolygon:","abstract":"

    Convert the JSON tree to a polygon

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)treeToMultiPoint:":{"name":"+treeToMultiPoint:","abstract":"

    Convert the JSON tree to a multi point

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)treeToMultiLineString:":{"name":"+treeToMultiLineString:","abstract":"

    Convert the JSON tree to a multi line string

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)treeToMultiPolygon:":{"name":"+treeToMultiPolygon:","abstract":"

    Convert the JSON tree to a multi polygon

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureConverter.html#/c:objc(cs)SFGFeatureConverter(cm)treeToGeometryCollection:":{"name":"+treeToGeometryCollection:","abstract":"

    Convert the JSON tree to a geometry collection

    ","parent_name":"SFGFeatureConverter"},"Classes/SFGFeatureCollection.html#/c:objc(cs)SFGFeatureCollection(py)features":{"name":"features","abstract":"

    Collection of features

    ","parent_name":"SFGFeatureCollection"},"Classes/SFGFeatureCollection.html#/c:objc(cs)SFGFeatureCollection(cm)featureCollection":{"name":"+featureCollection","abstract":"

    Create

    ","parent_name":"SFGFeatureCollection"},"Classes/SFGFeatureCollection.html#/c:objc(cs)SFGFeatureCollection(cm)featureCollectionWithFeature:":{"name":"+featureCollectionWithFeature:","abstract":"

    Create

    ","parent_name":"SFGFeatureCollection"},"Classes/SFGFeatureCollection.html#/c:objc(cs)SFGFeatureCollection(cm)featureCollectionWithFeatures:":{"name":"+featureCollectionWithFeatures:","abstract":"

    Create

    ","parent_name":"SFGFeatureCollection"},"Classes/SFGFeatureCollection.html#/c:objc(cs)SFGFeatureCollection(cm)featureCollectionWithTree:":{"name":"+featureCollectionWithTree:","abstract":"

    Create

    ","parent_name":"SFGFeatureCollection"},"Classes/SFGFeatureCollection.html#/c:objc(cs)SFGFeatureCollection(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFGFeatureCollection"},"Classes/SFGFeatureCollection.html#/c:objc(cs)SFGFeatureCollection(im)initWithFeature:":{"name":"-initWithFeature:","abstract":"

    Initialize

    ","parent_name":"SFGFeatureCollection"},"Classes/SFGFeatureCollection.html#/c:objc(cs)SFGFeatureCollection(im)initWithFeatures:":{"name":"-initWithFeatures:","abstract":"

    Initialize

    ","parent_name":"SFGFeatureCollection"},"Classes/SFGFeatureCollection.html#/c:objc(cs)SFGFeatureCollection(im)initWithTree:":{"name":"-initWithTree:","abstract":"

    Initialize

    ","parent_name":"SFGFeatureCollection"},"Classes/SFGFeatureCollection.html#/c:objc(cs)SFGFeatureCollection(im)addFeature:":{"name":"-addFeature:","abstract":"

    Add a feature

    ","parent_name":"SFGFeatureCollection"},"Classes/SFGFeatureCollection.html#/c:objc(cs)SFGFeatureCollection(im)addFeatures:":{"name":"-addFeatures:","abstract":"

    Add the features

    ","parent_name":"SFGFeatureCollection"},"Classes/SFGFeatureCollection.html#/c:objc(cs)SFGFeatureCollection(im)numFeatures":{"name":"-numFeatures","abstract":"

    Get the number of features

    ","parent_name":"SFGFeatureCollection"},"Classes/SFGFeatureCollection.html#/c:objc(cs)SFGFeatureCollection(im)featureAtIndex:":{"name":"-featureAtIndex:","abstract":"

    Get the feature at the index

    ","parent_name":"SFGFeatureCollection"},"Classes/SFGFeatureCollection.html#/c:objc(cs)SFGFeatureCollection(im)geometryType":{"name":"-geometryType","abstract":"

    Get the geometry type

    ","parent_name":"SFGFeatureCollection"},"Classes/SFGFeatureCollection.html#/c:objc(cs)SFGFeatureCollection(im)properties":{"name":"-properties","abstract":"

    Get the combined properties from all features

    ","parent_name":"SFGFeatureCollection"},"Classes/SFGFeature.html#/c:objc(cs)SFGFeature(py)id":{"name":"id","abstract":"

    Feature id

    ","parent_name":"SFGFeature"},"Classes/SFGFeature.html#/c:objc(cs)SFGFeature(py)geometry":{"name":"geometry","abstract":"

    Geometry

    ","parent_name":"SFGFeature"},"Classes/SFGFeature.html#/c:objc(cs)SFGFeature(py)properties":{"name":"properties","abstract":"

    Properties dictionary

    ","parent_name":"SFGFeature"},"Classes/SFGFeature.html#/c:objc(cs)SFGFeature(cm)feature":{"name":"+feature","abstract":"

    Create

    ","parent_name":"SFGFeature"},"Classes/SFGFeature.html#/c:objc(cs)SFGFeature(cm)featureWithGeometry:":{"name":"+featureWithGeometry:","abstract":"

    Create

    ","parent_name":"SFGFeature"},"Classes/SFGFeature.html#/c:objc(cs)SFGFeature(cm)featureWithTree:":{"name":"+featureWithTree:","abstract":"

    Create

    ","parent_name":"SFGFeature"},"Classes/SFGFeature.html#/c:objc(cs)SFGFeature(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"SFGFeature"},"Classes/SFGFeature.html#/c:objc(cs)SFGFeature(im)initWithGeometry:":{"name":"-initWithGeometry:","abstract":"

    Initialize

    ","parent_name":"SFGFeature"},"Classes/SFGFeature.html#/c:objc(cs)SFGFeature(im)initWithTree:":{"name":"-initWithTree:","abstract":"

    Initialize

    ","parent_name":"SFGFeature"},"Classes/SFGFeature.html#/c:objc(cs)SFGFeature(im)simpleGeometry":{"name":"-simpleGeometry","abstract":"

    Get the simple feature geometry

    ","parent_name":"SFGFeature"},"Classes/SFGFeature.html#/c:objc(cs)SFGFeature(im)geometryType":{"name":"-geometryType","abstract":"

    Get the geometry type

    ","parent_name":"SFGFeature"},"Classes/OAFTemporal.html#/c:objc(cs)OAFTemporal(py)interval":{"name":"interval","abstract":"

    Begin and end times of the time interval. The timestamps are in the","parent_name":"OAFTemporal"},"Classes/OAFTemporal.html#/c:objc(cs)OAFTemporal(py)trs":{"name":"trs","abstract":"

    Coordinate reference system of the coordinates in the temporal extent","parent_name":"OAFTemporal"},"Classes/OAFTemporal.html#/c:objc(cs)OAFTemporal(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"OAFTemporal"},"Classes/OAFTemporal.html#/c:objc(cs)OAFTemporal(im)initWithTree:":{"name":"-initWithTree:","abstract":"

    Initialize

    ","parent_name":"OAFTemporal"},"Classes/OAFSpatial.html#/c:objc(cs)OAFSpatial(py)bbox":{"name":"bbox","abstract":"

    West, south, east, north edges of the bounding box. The coordinates are","parent_name":"OAFSpatial"},"Classes/OAFSpatial.html#/c:objc(cs)OAFSpatial(py)crs":{"name":"crs","abstract":"

    Coordinate reference system of the coordinates in the spatial extent","parent_name":"OAFSpatial"},"Classes/OAFSpatial.html#/c:objc(cs)OAFSpatial(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"OAFSpatial"},"Classes/OAFSpatial.html#/c:objc(cs)OAFSpatial(im)initWithTree:":{"name":"-initWithTree:","abstract":"

    Initialize

    ","parent_name":"OAFSpatial"},"Classes/OAFLink.html#/c:objc(cs)OAFLink(py)href":{"name":"href","abstract":"

    href

    ","parent_name":"OAFLink"},"Classes/OAFLink.html#/c:objc(cs)OAFLink(py)rel":{"name":"rel","abstract":"

    rel

    ","parent_name":"OAFLink"},"Classes/OAFLink.html#/c:objc(cs)OAFLink(py)type":{"name":"type","abstract":"

    type

    ","parent_name":"OAFLink"},"Classes/OAFLink.html#/c:objc(cs)OAFLink(py)hreflang":{"name":"hreflang","abstract":"

    hreflang

    ","parent_name":"OAFLink"},"Classes/OAFLink.html#/c:objc(cs)OAFLink(py)title":{"name":"title","abstract":"

    title

    ","parent_name":"OAFLink"},"Classes/OAFLink.html#/c:objc(cs)OAFLink(py)length":{"name":"length","abstract":"

    length

    ","parent_name":"OAFLink"},"Classes/OAFLink.html#/c:objc(cs)OAFLink(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"OAFLink"},"Classes/OAFLink.html#/c:objc(cs)OAFLink(im)initWithHref:":{"name":"-initWithHref:","abstract":"

    Initialize

    ","parent_name":"OAFLink"},"Classes/OAFLink.html#/c:objc(cs)OAFLink(im)initWithTree:":{"name":"-initWithTree:","abstract":"

    Initialize

    ","parent_name":"OAFLink"},"Classes/OAFFeaturesObject.html#/c:objc(cs)OAFFeaturesObject(py)foreignMembers":{"name":"foreignMembers","abstract":"

    Foreign members

    ","parent_name":"OAFFeaturesObject"},"Classes/OAFFeaturesObject.html#/c:objc(cs)OAFFeaturesObject(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"OAFFeaturesObject"},"Classes/OAFFeaturesObject.html#/c:objc(cs)OAFFeaturesObject(im)initWithTree:":{"name":"-initWithTree:","abstract":"

    Initialize

    ","parent_name":"OAFFeaturesObject"},"Classes/OAFFeaturesObject.html#/c:objc(cs)OAFFeaturesObject(im)toTree":{"name":"-toTree","abstract":"

    Convert to a JSON tree

    ","parent_name":"OAFFeaturesObject"},"Classes/OAFFeaturesObject.html#/c:objc(cs)OAFFeaturesObject(im)fromTree:":{"name":"-fromTree:","abstract":"

    Set from a JSON tree

    ","parent_name":"OAFFeaturesObject"},"Classes/OAFFeaturesObject.html#/c:objc(cs)OAFFeaturesObject(im)keys":{"name":"-keys","abstract":"

    Get the JSON keys

    ","parent_name":"OAFFeaturesObject"},"Classes/OAFFeaturesConverter.html#/c:objc(cs)OAFFeaturesConverter(cm)jsonToCollections:":{"name":"+jsonToCollections:","abstract":"

    Convert the JSON string to a collections

    ","parent_name":"OAFFeaturesConverter"},"Classes/OAFFeaturesConverter.html#/c:objc(cs)OAFFeaturesConverter(cm)treeToCollections:":{"name":"+treeToCollections:","abstract":"

    Convert the JSON tree to a collections

    ","parent_name":"OAFFeaturesConverter"},"Classes/OAFFeaturesConverter.html#/c:objc(cs)OAFFeaturesConverter(cm)jsonToCollection:":{"name":"+jsonToCollection:","abstract":"

    Convert the JSON string to a collection

    ","parent_name":"OAFFeaturesConverter"},"Classes/OAFFeaturesConverter.html#/c:objc(cs)OAFFeaturesConverter(cm)treeToCollection:":{"name":"+treeToCollection:","abstract":"

    Convert the JSON tree to a collection

    ","parent_name":"OAFFeaturesConverter"},"Classes/OAFFeaturesConverter.html#/c:objc(cs)OAFFeaturesConverter(cm)jsonToFeatureCollection:":{"name":"+jsonToFeatureCollection:","abstract":"

    Convert the JSON string to a feature collection

    ","parent_name":"OAFFeaturesConverter"},"Classes/OAFFeaturesConverter.html#/c:objc(cs)OAFFeaturesConverter(cm)treeToFeatureCollection:":{"name":"+treeToFeatureCollection:","abstract":"

    Convert the JSON tree to a feature collection

    ","parent_name":"OAFFeaturesConverter"},"Classes/OAFFeaturesConverter.html#/c:objc(cs)OAFFeaturesConverter(cm)simpleGeometryToFeatureCollection:":{"name":"+simpleGeometryToFeatureCollection:","abstract":"

    Convert a simple geometry to a feature collection

    ","parent_name":"OAFFeaturesConverter"},"Classes/OAFFeaturesConverter.html#/c:objc(cs)OAFFeaturesConverter(cm)simpleGeometriesToFeatureCollection:":{"name":"+simpleGeometriesToFeatureCollection:","abstract":"

    Convert simple geometries to a feature collection

    ","parent_name":"OAFFeaturesConverter"},"Classes/OAFFeaturesConverter.html#/c:objc(cs)OAFFeaturesConverter(cm)jsonToLink:":{"name":"+jsonToLink:","abstract":"

    Convert the JSON string to a link

    ","parent_name":"OAFFeaturesConverter"},"Classes/OAFFeaturesConverter.html#/c:objc(cs)OAFFeaturesConverter(cm)treeToLink:":{"name":"+treeToLink:","abstract":"

    Convert the JSON tree to a link

    ","parent_name":"OAFFeaturesConverter"},"Classes/OAFFeaturesConverter.html#/c:objc(cs)OAFFeaturesConverter(cm)jsonToSpatial:":{"name":"+jsonToSpatial:","abstract":"

    Convert the JSON string to a spatial

    ","parent_name":"OAFFeaturesConverter"},"Classes/OAFFeaturesConverter.html#/c:objc(cs)OAFFeaturesConverter(cm)treeToSpatial:":{"name":"+treeToSpatial:","abstract":"

    Convert the JSON tree to a spatial

    ","parent_name":"OAFFeaturesConverter"},"Classes/OAFFeaturesConverter.html#/c:objc(cs)OAFFeaturesConverter(cm)jsonToTemporal:":{"name":"+jsonToTemporal:","abstract":"

    Convert the JSON string to a temporal

    ","parent_name":"OAFFeaturesConverter"},"Classes/OAFFeaturesConverter.html#/c:objc(cs)OAFFeaturesConverter(cm)treeToTemporal:":{"name":"+treeToTemporal:","abstract":"

    Convert the JSON tree to a temporal

    ","parent_name":"OAFFeaturesConverter"},"Classes/OAFFeaturesConverter.html#/c:objc(cs)OAFFeaturesConverter(cm)jsonToExtent:":{"name":"+jsonToExtent:","abstract":"

    Convert the JSON string to an extent

    ","parent_name":"OAFFeaturesConverter"},"Classes/OAFFeaturesConverter.html#/c:objc(cs)OAFFeaturesConverter(cm)treeToExtent:":{"name":"+treeToExtent:","abstract":"

    Convert the JSON tree to an extent

    ","parent_name":"OAFFeaturesConverter"},"Classes/OAFFeaturesConverter.html#/c:objc(cs)OAFFeaturesConverter(cm)objectToJSON:":{"name":"+objectToJSON:","abstract":"

    Convert the object to a JSON value

    ","parent_name":"OAFFeaturesConverter"},"Classes/OAFFeaturesConverter.html#/c:objc(cs)OAFFeaturesConverter(cm)objectToMutableTree:":{"name":"+objectToMutableTree:","abstract":"

    Convert the Features object to a mutable tree

    ","parent_name":"OAFFeaturesConverter"},"Classes/OAFFeaturesConverter.html#/c:objc(cs)OAFFeaturesConverter(cm)objectToTree:":{"name":"+objectToTree:","abstract":"

    Convert the Features object to a tree

    ","parent_name":"OAFFeaturesConverter"},"Classes/OAFFeatureCollection.html#/c:objc(cs)OAFFeatureCollection(py)featureCollection":{"name":"featureCollection","abstract":"

    Feature collection

    ","parent_name":"OAFFeatureCollection"},"Classes/OAFFeatureCollection.html#/c:objc(cs)OAFFeatureCollection(py)links":{"name":"links","abstract":"

    Links

    ","parent_name":"OAFFeatureCollection"},"Classes/OAFFeatureCollection.html#/c:objc(cs)OAFFeatureCollection(py)timeStamp":{"name":"timeStamp","abstract":"

    Time Stamp

    ","parent_name":"OAFFeatureCollection"},"Classes/OAFFeatureCollection.html#/c:objc(cs)OAFFeatureCollection(py)numberMatched":{"name":"numberMatched","abstract":"

    Number Matched

    ","parent_name":"OAFFeatureCollection"},"Classes/OAFFeatureCollection.html#/c:objc(cs)OAFFeatureCollection(py)numberReturned":{"name":"numberReturned","abstract":"

    Number Returned

    ","parent_name":"OAFFeatureCollection"},"Classes/OAFFeatureCollection.html#/c:objc(cs)OAFFeatureCollection(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"OAFFeatureCollection"},"Classes/OAFFeatureCollection.html#/c:objc(cs)OAFFeatureCollection(im)initWithFeatureCollection:":{"name":"-initWithFeatureCollection:","abstract":"

    Initialize

    ","parent_name":"OAFFeatureCollection"},"Classes/OAFFeatureCollection.html#/c:objc(cs)OAFFeatureCollection(im)initWithTree:":{"name":"-initWithTree:","abstract":"

    Initialize

    ","parent_name":"OAFFeatureCollection"},"Classes/OAFFeatureCollection.html#/c:objc(cs)OAFFeatureCollection(im)relationLinks":{"name":"-relationLinks","abstract":"

    Get a mapping between link relations and links

    ","parent_name":"OAFFeatureCollection"},"Classes/OAFExtent.html#/c:objc(cs)OAFExtent(py)spatial":{"name":"spatial","abstract":"

    The spatial extent of the features in the collection.

    ","parent_name":"OAFExtent"},"Classes/OAFExtent.html#/c:objc(cs)OAFExtent(py)temporal":{"name":"temporal","abstract":"

    The temporal extent of the features in the collection.

    ","parent_name":"OAFExtent"},"Classes/OAFExtent.html#/c:objc(cs)OAFExtent(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"OAFExtent"},"Classes/OAFExtent.html#/c:objc(cs)OAFExtent(im)initWithTree:":{"name":"-initWithTree:","abstract":"

    Initialize

    ","parent_name":"OAFExtent"},"Classes/OAFCrs.html#/c:objc(cs)OAFCrs(py)authority":{"name":"authority","abstract":"

    CRS Authority

    ","parent_name":"OAFCrs"},"Classes/OAFCrs.html#/c:objc(cs)OAFCrs(py)version":{"name":"version","abstract":"

    CRS Version

    ","parent_name":"OAFCrs"},"Classes/OAFCrs.html#/c:objc(cs)OAFCrs(py)code":{"name":"code","abstract":"

    CRS Code

    ","parent_name":"OAFCrs"},"Classes/OAFCrs.html#/c:objc(cs)OAFCrs(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"OAFCrs"},"Classes/OAFCrs.html#/c:objc(cs)OAFCrs(im)initWithCrs:":{"name":"-initWithCrs:","abstract":"

    Initialize

    ","parent_name":"OAFCrs"},"Classes/OAFCrs.html#/c:objc(cs)OAFCrs(im)initWithAuthority:andVersion:andCode:":{"name":"-initWithAuthority:andVersion:andCode:","abstract":"

    Initialize

    ","parent_name":"OAFCrs"},"Classes/OAFCrs.html#/c:objc(cs)OAFCrs(im)setCrs:":{"name":"-setCrs:","abstract":"

    Set the CRS

    ","parent_name":"OAFCrs"},"Classes/OAFCrs.html#/c:objc(cs)OAFCrs(im)isValid":{"name":"-isValid","abstract":"

    Determine if all parts of the CRS are set

    ","parent_name":"OAFCrs"},"Classes/OAFCollections.html#/c:objc(cs)OAFCollections(py)links":{"name":"links","abstract":"

    Collection of links

    ","parent_name":"OAFCollections"},"Classes/OAFCollections.html#/c:objc(cs)OAFCollections(py)collections":{"name":"collections","abstract":"

    Collection of collections

    ","parent_name":"OAFCollections"},"Classes/OAFCollections.html#/c:objc(cs)OAFCollections(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"OAFCollections"},"Classes/OAFCollections.html#/c:objc(cs)OAFCollections(im)initWithTree:":{"name":"-initWithTree:","abstract":"

    Initialize

    ","parent_name":"OAFCollections"},"Classes/OAFCollections.html#/c:objc(cs)OAFCollections(im)addLink:":{"name":"-addLink:","abstract":"

    Add a link

    ","parent_name":"OAFCollections"},"Classes/OAFCollections.html#/c:objc(cs)OAFCollections(im)addCollection:":{"name":"-addCollection:","abstract":"

    Add a collection

    ","parent_name":"OAFCollections"},"Classes/OAFCollection.html#/c:objc(cs)OAFCollection(py)id":{"name":"id","abstract":"

    Identifier of the collection used

    ","parent_name":"OAFCollection"},"Classes/OAFCollection.html#/c:objc(cs)OAFCollection(py)title":{"name":"title","abstract":"

    Human readable title of the collection

    ","parent_name":"OAFCollection"},"Classes/OAFCollection.html#/c:objc(cs)OAFCollection(py)theDescription":{"name":"theDescription","abstract":"

    A description of the features in the collection

    ","parent_name":"OAFCollection"},"Classes/OAFCollection.html#/c:objc(cs)OAFCollection(py)links":{"name":"links","abstract":"

    Collection of links

    ","parent_name":"OAFCollection"},"Classes/OAFCollection.html#/c:objc(cs)OAFCollection(py)extent":{"name":"extent","abstract":"

    Extent

    ","parent_name":"OAFCollection"},"Classes/OAFCollection.html#/c:objc(cs)OAFCollection(py)crs":{"name":"crs","abstract":"

    The list of coordinate reference systems supported by the service; the","parent_name":"OAFCollection"},"Classes/OAFCollection.html#/c:objc(cs)OAFCollection(py)itemType":{"name":"itemType","abstract":"

    Indicator about the type of the items in the collection (the default","parent_name":"OAFCollection"},"Classes/OAFCollection.html#/c:objc(cs)OAFCollection(im)init":{"name":"-init","abstract":"

    Initialize

    ","parent_name":"OAFCollection"},"Classes/OAFCollection.html#/c:objc(cs)OAFCollection(im)initWithId:":{"name":"-initWithId:","abstract":"

    Initialize

    ","parent_name":"OAFCollection"},"Classes/OAFCollection.html#/c:objc(cs)OAFCollection(im)initWithTree:":{"name":"-initWithTree:","abstract":"

    Initialize

    ","parent_name":"OAFCollection"},"Classes/OAFCollection.html#/c:objc(cs)OAFCollection(im)addLink:":{"name":"-addLink:","abstract":"

    Add a link

    ","parent_name":"OAFCollection"},"Classes/OAFCollection.html#/c:objc(cs)OAFCollection(im)addCrs:":{"name":"-addCrs:","abstract":"

    Add a crs

    ","parent_name":"OAFCollection"},"Classes/OAFCollection.html":{"name":"OAFCollection","abstract":"

    Collection

    "},"Classes/OAFCollections.html":{"name":"OAFCollections","abstract":"

    Undocumented

    "},"Classes/OAFCrs.html":{"name":"OAFCrs","abstract":"

    Coordinate Reference System

    "},"Classes/OAFExtent.html":{"name":"OAFExtent","abstract":"

    The extent of the features in the collection. In the Core only spatial and"},"Classes/OAFFeatureCollection.html":{"name":"OAFFeatureCollection","abstract":"

    Feature Collection

    "},"Classes/OAFFeaturesConverter.html":{"name":"OAFFeaturesConverter","abstract":"

    Features Converter

    "},"Classes/OAFFeaturesObject.html":{"name":"OAFFeaturesObject","abstract":"

    Features Object

    "},"Classes/OAFLink.html":{"name":"OAFLink","abstract":"

    Link

    "},"Classes/OAFSpatial.html":{"name":"OAFSpatial","abstract":"

    The spatial extent of the features in the collection.

    "},"Classes/OAFTemporal.html":{"name":"OAFTemporal","abstract":"

    The temporal extent of the features in the collection.

    "},"Classes/SFGFeature.html":{"name":"SFGFeature","abstract":"

    Feature

    "},"Classes/SFGFeatureCollection.html":{"name":"SFGFeatureCollection","abstract":"

    Feature Collection

    "},"Classes/SFGFeatureConverter.html":{"name":"SFGFeatureConverter","abstract":"

    Feature Converter

    "},"Classes/SFGGeoJSONObject.html":{"name":"SFGGeoJSONObject","abstract":"

    GeoJSON Object

    "},"Classes/SFGGeometry.html":{"name":"SFGGeometry","abstract":"

    Geometry

    "},"Classes/SFGGeometryCollection.html":{"name":"SFGGeometryCollection","abstract":"

    Geometry Collection

    "},"Classes/SFGGeometryTypes.html":{"name":"SFGGeometryTypes","abstract":"

    Geometry Types

    "},"Classes/SFGLineString.html":{"name":"SFGLineString","abstract":"

    Line String

    "},"Classes/SFGMultiLineString.html":{"name":"SFGMultiLineString","abstract":"

    Multi Line String

    "},"Classes/SFGMultiPoint.html":{"name":"SFGMultiPoint","abstract":"

    Multi Point

    "},"Classes/SFGMultiPolygon.html":{"name":"SFGMultiPolygon","abstract":"

    Multi Polygon

    "},"Classes/SFGOrderedDictionary.html":{"name":"SFGOrderedDictionary","abstract":"

    Undocumented

    "},"Classes/SFGPoint.html":{"name":"SFGPoint","abstract":"

    Point

    "},"Classes/SFGPolygon.html":{"name":"SFGPolygon","abstract":"

    Polygon

    "},"Classes/SFGPosition.html":{"name":"SFGPosition","abstract":"

    Position

    "},"Classes/SFWBGeometryCodes.html":{"name":"SFWBGeometryCodes","abstract":"

    Geometry Code utilities to convert between geometry attributes and geometry"},"Classes/SFWBGeometryReader.html":{"name":"SFWBGeometryReader","abstract":"

    Well Known Binary Geometry Reader

    "},"Classes/SFWBGeometryTypeInfo.html":{"name":"SFWBGeometryTypeInfo","abstract":"

    Geometry type info

    "},"Classes/SFWBGeometryWriter.html":{"name":"SFWBGeometryWriter","abstract":"

    Well Known Binary Geometry Writer

    "},"Classes/TIFFByteReader.html":{"name":"TIFFByteReader","abstract":"

    Read through byte data

    "},"Classes/TIFFByteWriter.html":{"name":"TIFFByteWriter","abstract":"

    Write byte data

    "},"Classes.html#/c:objc(cs)TIFFConstants":{"name":"TIFFConstants","abstract":"

    Undocumented

    "},"Classes.html#/c:objc(cs)TIFFDeflateCompression":{"name":"TIFFDeflateCompression","abstract":"

    Deflate Compression

    "},"Classes/TIFFFieldTagTypes.html":{"name":"TIFFFieldTagTypes","abstract":"

    Field Tag Types

    "},"Classes/TIFFFieldTypes.html":{"name":"TIFFFieldTypes","abstract":"

    Field Types

    "},"Classes/TIFFFileDirectory.html":{"name":"TIFFFileDirectory","abstract":"

    File Directory, represents all directory entries and can be used to read the"},"Classes/TIFFFileDirectoryEntry.html":{"name":"TIFFFileDirectoryEntry","abstract":"

    TIFF File Directory Entry

    "},"Classes/TIFFIOUtils.html":{"name":"TIFFIOUtils","abstract":"

    Undocumented

    "},"Classes/TIFFImage.html":{"name":"TIFFImage","abstract":"

    TIFF Image containing the File Directories

    "},"Classes/TIFFImageWindow.html":{"name":"TIFFImageWindow","abstract":"

    Coordinates of a window over a portion or the entire image coordinates

    "},"Classes.html#/c:objc(cs)TIFFLZWCompression":{"name":"TIFFLZWCompression","abstract":"

    LZW Compression

    "},"Classes.html#/c:objc(cs)TIFFPackbitsCompression":{"name":"TIFFPackbitsCompression","abstract":"

    Packbits Compression

    "},"Classes/TIFFPredictor.html":{"name":"TIFFPredictor","abstract":"

    Differencing Predictor decoder

    "},"Classes/TIFFRasters.html":{"name":"TIFFRasters","abstract":"

    Raster image values

    "},"Classes.html#/c:objc(cs)TIFFRawCompression":{"name":"TIFFRawCompression","abstract":"

    Raw / no compression

    "},"Classes/TIFFReader.html":{"name":"TIFFReader","abstract":"

    TIFF reader

    "},"Classes/TIFFUnsupportedCompression.html":{"name":"TIFFUnsupportedCompression","abstract":"

    Unsupported compression

    "},"Classes/TIFFWriter.html":{"name":"TIFFWriter","abstract":"

    TIFF Writer.

    "},"Classes/CLRColor.html":{"name":"CLRColor","abstract":"

    Color representation with support for hex, RBG, arithmetic RBG, and integer"},"Classes/CRSCategoryTypes.html":{"name":"CRSCategoryTypes","abstract":"

    Category Type

    "},"Classes/CRSCommon.html":{"name":"CRSCommon","abstract":"

    Common coordinate reference system and coordinate operations object

    "},"Classes/CRSCompoundCoordinateReferenceSystem.html":{"name":"CRSCompoundCoordinateReferenceSystem","abstract":"

    Compound Coordinate Reference System

    "},"Classes/CRSCoordinateReferenceSystem.html":{"name":"CRSCoordinateReferenceSystem","abstract":"

    Coordinate Reference System

    "},"Classes/CRSObject.html":{"name":"CRSObject","abstract":"

    Well-known text representation of coordinate reference systems object

    "},"Classes/CRSSimpleCoordinateReferenceSystem.html":{"name":"CRSSimpleCoordinateReferenceSystem","abstract":"

    Simple Coordinate Reference System with Coordinate System

    "},"Classes/CRSTypes.html":{"name":"CRSTypes","abstract":"

    CRS Type

    "},"Classes/CRSAbridgedCoordinateTransformation.html":{"name":"CRSAbridgedCoordinateTransformation","abstract":"

    Abridged Coordinate Transformation

    "},"Classes/CRSBoundCoordinateReferenceSystem.html":{"name":"CRSBoundCoordinateReferenceSystem","abstract":"

    Bound Coordinate Reference System

    "},"Classes/CRSAxis.html":{"name":"CRSAxis","abstract":"

    Axis

    "},"Classes/CRSAxisDirectionTypes.html":{"name":"CRSAxisDirectionTypes","abstract":"

    Axis Direction Type

    "},"Classes/CRSCoordinateSystem.html":{"name":"CRSCoordinateSystem","abstract":"

    Coordinate System

    "},"Classes/CRSCoordinateSystemTypes.html":{"name":"CRSCoordinateSystemTypes","abstract":"

    Coordinate System Type

    "},"Classes/CRSDateTime.html":{"name":"CRSDateTime","abstract":"

    Date and time

    "},"Classes/CRSDatumEnsemble.html":{"name":"CRSDatumEnsemble","abstract":"

    Datum Ensemble

    "},"Classes/CRSDatumEnsembleMember.html":{"name":"CRSDatumEnsembleMember","abstract":"

    Datum Ensemble Member

    "},"Classes/CRSDynamic.html":{"name":"CRSDynamic","abstract":"

    Dynamic Coordinate Reference System

    "},"Classes/CRSExtent.html":{"name":"CRSExtent","abstract":"

    Extent

    "},"Classes/CRSGeographicBoundingBox.html":{"name":"CRSGeographicBoundingBox","abstract":"

    Geographic Bounding Box

    "},"Classes/CRSIdentifier.html":{"name":"CRSIdentifier","abstract":"

    Identifier (Authority)

    "},"Classes/CRSReferenceFrame.html":{"name":"CRSReferenceFrame","abstract":"

    Reference Frame (datum)

    "},"Classes/CRSTemporalExtent.html":{"name":"CRSTemporalExtent","abstract":"

    Temporal Extent

    "},"Classes/CRSUnit.html":{"name":"CRSUnit","abstract":"

    Unit

    "},"Classes/CRSUnitTypes.html":{"name":"CRSUnitTypes","abstract":"

    Unit Type

    "},"Classes/CRSUnits.html":{"name":"CRSUnits","abstract":"

    Common Units

    "},"Classes/CRSUsage.html":{"name":"CRSUsage","abstract":"

    Usage

    "},"Classes/CRSVerticalExtent.html":{"name":"CRSVerticalExtent","abstract":"

    Vertical Extent

    "},"Classes/CRSDerivedCoordinateReferenceSystem.html":{"name":"CRSDerivedCoordinateReferenceSystem","abstract":"

    Derived Coordinate Reference System

    "},"Classes/CRSDerivingConversion.html":{"name":"CRSDerivingConversion","abstract":"

    Deriving Conversion

    "},"Classes/CRSEngineeringCoordinateReferenceSystem.html":{"name":"CRSEngineeringCoordinateReferenceSystem","abstract":"

    Engineering Coordinate Reference System

    "},"Classes/CRSEngineeringDatum.html":{"name":"CRSEngineeringDatum","abstract":"

    Engineering Datum

    "},"Classes/CRSEllipsoid.html":{"name":"CRSEllipsoid","abstract":"

    Ellipsoid

    "},"Classes/CRSEllipsoidTypes.html":{"name":"CRSEllipsoidTypes","abstract":"

    Ellipsoid Type

    "},"Classes/CRSEllipsoids.html":{"name":"CRSEllipsoids","abstract":"

    Ellipsoids

    "},"Classes/CRSGeoCoordinateReferenceSystem.html":{"name":"CRSGeoCoordinateReferenceSystem","abstract":"

    Geodetic and Geographic Coordinate Reference System

    "},"Classes/CRSGeoDatumEnsemble.html":{"name":"CRSGeoDatumEnsemble","abstract":"

    Geodetic and Geographic Datum Ensemble

    "},"Classes/CRSGeoDatums.html":{"name":"CRSGeoDatums","abstract":"

    Geo Datums

    "},"Classes/CRSGeoReferenceFrame.html":{"name":"CRSGeoReferenceFrame","abstract":"

    Geodetic and Geographic Reference Frame (datum)

    "},"Classes/CRSPrimeMeridian.html":{"name":"CRSPrimeMeridian","abstract":"

    Prime Meridian

    "},"Classes/CRSPrimeMeridians.html":{"name":"CRSPrimeMeridians","abstract":"

    Prime Meridians

    "},"Classes/CRSTriaxialEllipsoid.html":{"name":"CRSTriaxialEllipsoid","abstract":"

    Triaxial Ellipsoid

    "},"Classes/CRSCoordinateMetadata.html":{"name":"CRSCoordinateMetadata","abstract":"

    Coordinate metadata

    "},"Classes/CRSConcatenatedOperation.html":{"name":"CRSConcatenatedOperation","abstract":"

    Concatenated Operation

    "},"Classes/CRSCoordinateOperation.html":{"name":"CRSCoordinateOperation","abstract":"

    Coordinate Operation

    "},"Classes/CRSOperation.html":{"name":"CRSOperation","abstract":"

    Common Operation

    "},"Classes/CRSOperationMethod.html":{"name":"CRSOperationMethod","abstract":"

    Operation Method

    "},"Classes/CRSOperationMethods.html":{"name":"CRSOperationMethods","abstract":"

    Operation Methods

    "},"Classes/CRSOperationParameter.html":{"name":"CRSOperationParameter","abstract":"

    Operation Parameter

    "},"Classes/CRSOperationParameters.html":{"name":"CRSOperationParameters","abstract":"

    Common Operation Parameter Attributes

    "},"Classes/CRSOperationTypes.html":{"name":"CRSOperationTypes","abstract":"

    Coordinate Operation Type

    "},"Classes/CRSPointMotionOperation.html":{"name":"CRSPointMotionOperation","abstract":"

    Point Motion Operation

    "},"Classes/CRSSimpleOperation.html":{"name":"CRSSimpleOperation","abstract":"

    Simple Operation

    "},"Classes/CRSParametricCoordinateReferenceSystem.html":{"name":"CRSParametricCoordinateReferenceSystem","abstract":"

    Parametric Coordinate Reference System

    "},"Classes/CRSParametricDatum.html":{"name":"CRSParametricDatum","abstract":"

    Parametric Datum

    "},"Classes/CRSMapProjection.html":{"name":"CRSMapProjection","abstract":"

    Map Projection

    "},"Classes/CRSProjectedCoordinateReferenceSystem.html":{"name":"CRSProjectedCoordinateReferenceSystem","abstract":"

    Projected Coordinate Reference System

    "},"Classes/CRSTemporalCoordinateReferenceSystem.html":{"name":"CRSTemporalCoordinateReferenceSystem","abstract":"

    Temporal Coordinate Reference System

    "},"Classes/CRSTemporalDatum.html":{"name":"CRSTemporalDatum","abstract":"

    Undocumented

    "},"Classes.html#/c:objc(cs)CRSProjConstants":{"name":"CRSProjConstants","abstract":"

    PROJ constants

    "},"Classes/CRSProjParams.html":{"name":"CRSProjParams","abstract":"

    PROJ params

    "},"Classes/CRSProjParser.html":{"name":"CRSProjParser","abstract":"

    CRS to PROJ parser

    "},"Classes/CRSVerticalCoordinateReferenceSystem.html":{"name":"CRSVerticalCoordinateReferenceSystem","abstract":"

    Vertical Coordinate Reference System

    "},"Classes/CRSVerticalDatumEnsemble.html":{"name":"CRSVerticalDatumEnsemble","abstract":"

    Vertical Datum Ensemble

    "},"Classes/CRSVerticalReferenceFrame.html":{"name":"CRSVerticalReferenceFrame","abstract":"

    Vertical Reference Frame (datum)

    "},"Classes/CRSKeyword.html":{"name":"CRSKeyword","abstract":"

    Keyword

    "},"Classes/CRSReader.html":{"name":"CRSReader","abstract":"

    Well-Known Text reader

    "},"Classes.html#/c:objc(cs)CRSTextConstants":{"name":"CRSTextConstants","abstract":"

    Well-Known Text constants

    "},"Classes/CRSTextReader.html":{"name":"CRSTextReader","abstract":"

    Read through text string

    "},"Classes/CRSTextUtils.html":{"name":"CRSTextUtils","abstract":"

    CRS Well-Known Text Utilities

    "},"Classes/CRSWriter.html":{"name":"CRSWriter","abstract":"

    Well-Known Text writer

    "},"Classes/PROJAuthorityProjections.html":{"name":"PROJAuthorityProjections","abstract":"

    Collection of projections for a single coordinate authority

    "},"Classes/PROJCRSParser.html":{"name":"PROJCRSParser","abstract":"

    Coordinate Reference System Well-known text parser

    "},"Classes.html#/c:objc(cs)PROJConstants":{"name":"PROJConstants","abstract":"

    Undocumented

    "},"Classes/PROJIOUtils.html":{"name":"PROJIOUtils","abstract":"

    Undocumented

    "},"Classes/PROJLocationCoordinate3D.html":{"name":"PROJLocationCoordinate3D","abstract":"

    3D Location Coordinate

    "},"Classes/PROJProjection.html":{"name":"PROJProjection","abstract":"

    Single Projection for an authority and code

    "},"Classes.html#/c:objc(cs)PROJProjectionConstants":{"name":"PROJProjectionConstants","abstract":"

    Undocumented

    "},"Classes/PROJProjectionFactory.html":{"name":"PROJProjectionFactory","abstract":"

    Projection factory for coordinate projections and transformations

    "},"Classes.html#/c:objc(cs)PROJProjectionFactoryTypes":{"name":"PROJProjectionFactoryTypes","abstract":"

    Undocumented

    "},"Classes/PROJProjectionRetriever.html":{"name":"PROJProjectionRetriever","abstract":"

    Retrieves the proj4 projection parameter string for an authority and coordinate code

    "},"Classes/PROJProjectionTransform.html":{"name":"PROJProjectionTransform","abstract":"

    Projection transformation between a from and to projection

    "},"Classes/PROJProjections.html":{"name":"PROJProjections","abstract":"

    Collection of projections by authority

    "},"Classes.html#/c:objc(cs)PROJUnits":{"name":"PROJUnits","abstract":"

    Undocumented

    "},"Classes/SFCircularString.html":{"name":"SFCircularString","abstract":"

    Circular String, Curve sub type

    "},"Classes/SFCompoundCurve.html":{"name":"SFCompoundCurve","abstract":"

    Compound Curve, Curve sub type

    "},"Classes/SFCurve.html":{"name":"SFCurve","abstract":"

    The base type for all 1-dimensional geometry types. A 1-dimensional geometry"},"Classes/SFCurvePolygon.html":{"name":"SFCurvePolygon","abstract":"

    A planar surface defined by an exterior ring and zero or more interior ring."},"Classes/SFGeometry.html":{"name":"SFGeometry","abstract":"

    The root of the geometry type hierarchy

    "},"Classes/SFGeometryCollection.html":{"name":"SFGeometryCollection","abstract":"

    A collection of zero or more Geometry instances.

    "},"Classes/SFGeometryEnvelope.html":{"name":"SFGeometryEnvelope","abstract":"

    Geometry envelope containing x and y range with optional z and m range

    "},"Classes/SFGeometryTypes.html":{"name":"SFGeometryTypes","abstract":"

    Undocumented

    "},"Classes/SFLine.html":{"name":"SFLine","abstract":"

    A LineString with exactly 2 Points.

    "},"Classes/SFLineString.html":{"name":"SFLineString","abstract":"

    A Curve that connects two or more points in space.

    "},"Classes/SFLinearRing.html":{"name":"SFLinearRing","abstract":"

    A LineString that is both closed and simple.

    "},"Classes/SFMultiCurve.html":{"name":"SFMultiCurve","abstract":"

    A restricted form of GeometryCollection where each Geometry in the collection"},"Classes/SFMultiLineString.html":{"name":"SFMultiLineString","abstract":"

    A restricted form of MultiCurve where each Curve in the collection must be of"},"Classes/SFMultiPoint.html":{"name":"SFMultiPoint","abstract":"

    A restricted form of GeometryCollection where each Geometry in the collection"},"Classes/SFMultiPolygon.html":{"name":"SFMultiPolygon","abstract":"

    A restricted form of MultiSurface where each Surface in the collection must"},"Classes/SFMultiSurface.html":{"name":"SFMultiSurface","abstract":"

    A restricted form of GeometryCollection where each Geometry in the collection"},"Classes/SFPoint.html":{"name":"SFPoint","abstract":"

    A single location in space. Each point has an X and Y coordinate. A point MAY"},"Classes/SFPolygon.html":{"name":"SFPolygon","abstract":"

    A restricted form of CurvePolygon where each ring is defined as a simple,"},"Classes/SFPolyhedralSurface.html":{"name":"SFPolyhedralSurface","abstract":"

    Contiguous collection of polygons which share common boundary segments.

    "},"Classes/SFSurface.html":{"name":"SFSurface","abstract":"

    The base type for all 2-dimensional geometry types. A 2-dimensional geometry"},"Classes/SFTIN.html":{"name":"SFTIN","abstract":"

    A tetrahedron (4 triangular faces), corner at the origin and each unit"},"Classes/SFTriangle.html":{"name":"SFTriangle","abstract":"

    Triangle

    "},"Classes/SFExtendedGeometryCollection.html":{"name":"SFExtendedGeometryCollection","abstract":"

    Extended Geometry Collection providing abstract geometry collection type"},"Classes/SFByteReader.html":{"name":"SFByteReader","abstract":"

    Read through byte data

    "},"Classes/SFByteWriter.html":{"name":"SFByteWriter","abstract":"

    Write byte data

    "},"Classes.html#/c:objc(cs)SFGeometryConstants":{"name":"SFGeometryConstants","abstract":"

    Undocumented

    "},"Classes/SFGeometryEnvelopeBuilder.html":{"name":"SFGeometryEnvelopeBuilder","abstract":"

    Builds an envelope from a Geometry

    "},"Classes/SFGeometryPrinter.html":{"name":"SFGeometryPrinter","abstract":"

    String representation of a Geometry

    "},"Classes/SFGeometryUtils.html":{"name":"SFGeometryUtils","abstract":"

    Utilities for Geometry objects

    "},"Classes/SFTextReader.html":{"name":"SFTextReader","abstract":"

    Read through text string

    "},"Classes/SFCentroidCurve.html":{"name":"SFCentroidCurve","abstract":"

    Calculate the centroid from curve based geometries. Implementation based on"},"Classes/SFCentroidPoint.html":{"name":"SFCentroidPoint","abstract":"

    Calculate the centroid from point based geometries. Implementation based on"},"Classes/SFCentroidSurface.html":{"name":"SFCentroidSurface","abstract":"

    Calculate the centroid from surface based geometries. Implementation based on"},"Classes/SFDegreesCentroid.html":{"name":"SFDegreesCentroid","abstract":"

    Centroid calculations for geometries in degrees

    "},"Classes.html#/c:objc(cs)SFFiniteFilterTypes":{"name":"SFFiniteFilterTypes","abstract":"

    Undocumented

    "},"Classes/SFPointFiniteFilter.html":{"name":"SFPointFiniteFilter","abstract":"

    Point filter for finite checks on x and y properties, optionally filter on z"},"Classes/SFEvent.html":{"name":"SFEvent","abstract":"

    Event element

    "},"Classes/SFEventQueue.html":{"name":"SFEventQueue","abstract":"

    Event queue for processing events

    "},"Classes.html#/c:objc(cs)SFEventTypes":{"name":"SFEventTypes","abstract":"

    Undocumented

    "},"Classes/SFSegment.html":{"name":"SFSegment","abstract":"

    Line segment of an edge between two points

    "},"Classes/SFShamosHoey.html":{"name":"SFShamosHoey","abstract":"

    Shamos-Hoey simple polygon detection

    "},"Classes/SFSweepLine.html":{"name":"SFSweepLine","abstract":"

    Sweep Line algorithm

    "},"Classes/SFPGeometryTransform.html":{"name":"SFPGeometryTransform","abstract":"

    Geometry Projection Transform

    "},"Classes/GPKGBoundingBox.html":{"name":"GPKGBoundingBox","abstract":"

    Bounding box with longitude and latitude range

    "},"Classes/GPKGDateConverter.html":{"name":"GPKGDateConverter","abstract":"

    Date converter between database date formats and date objects

    "},"Classes/GPKGGeoPackage.html":{"name":"GPKGGeoPackage","abstract":"

    A single GeoPackage database connection

    "},"Classes/GPKGGeoPackageCache.html":{"name":"GPKGGeoPackageCache","abstract":"

    GeoPackage Cache to maintain opened GeoPackages

    "},"Classes.html#/c:objc(cs)GPKGGeoPackageConstants":{"name":"GPKGGeoPackageConstants","abstract":"

    Undocumented

    "},"Classes/GPKGGeoPackageFactory.html":{"name":"GPKGGeoPackageFactory","abstract":"

    GeoPackage Factory to get a GeoPackage Manager

    "},"Classes/GPKGGeoPackageManager.html":{"name":"GPKGGeoPackageManager","abstract":"

    GeoPackage Database management. Maintains an active connection to the metadata database, close when done.

    "},"Classes/GPKGSessionTaskData.html":{"name":"GPKGSessionTaskData","abstract":"

    GeoPackage additional session task data stored as an associated object

    "},"Classes/GPKGUtils.html":{"name":"GPKGUtils","abstract":"

    GeoPackage utility methods

    "},"Classes/GPKGAttributesColumn.html":{"name":"GPKGAttributesColumn","abstract":"

    Attributes column

    "},"Classes/GPKGAttributesColumns.html":{"name":"GPKGAttributesColumns","abstract":"

    Collection of attributes columns

    "},"Classes/GPKGAttributesDao.html":{"name":"GPKGAttributesDao","abstract":"

    Attributes DAO for reading attributes user data tables

    "},"Classes/GPKGAttributesRow.html":{"name":"GPKGAttributesRow","abstract":"

    Attributes Row containing the values from a single results row

    "},"Classes/GPKGAttributesTable.html":{"name":"GPKGAttributesTable","abstract":"

    Undocumented

    "},"Classes/GPKGAttributesTableMetadata.html":{"name":"GPKGAttributesTableMetadata","abstract":"

    Undocumented

    "},"Classes/GPKGAttributesTableReader.html":{"name":"GPKGAttributesTableReader","abstract":"

    Reads the metadata from an existing attributes table

    "},"Classes/GPKGContents.html":{"name":"GPKGContents","abstract":"

    Contents object. Provides identifying and descriptive information that an"},"Classes/GPKGContentsDao.html":{"name":"GPKGContentsDao","abstract":"

    Contents Data Access Object

    "},"Classes/GPKGContentsDataTypes.html":{"name":"GPKGContentsDataTypes","abstract":"

    Undocumented

    "},"Classes/GPKGAlterTable.html":{"name":"GPKGAlterTable","abstract":"

    Builds and performs alter table statements

    "},"Classes/GPKGConnection.html":{"name":"GPKGConnection","abstract":"

    GeoPackage database connection

    "},"Classes/GPKGConnectionFunction.html":{"name":"GPKGConnectionFunction","abstract":"

    GeoPackage connection function wrapper

    "},"Classes/GPKGDataTypes.html":{"name":"GPKGDataTypes","abstract":"

    Undocumented

    "},"Classes/GPKGFeatureIndexer.html":{"name":"GPKGFeatureIndexer","abstract":"

    Feature Indexer, indexes feature geometries into a table for searching

    "},"Classes/GPKGFeatureIndexerIdQuery.html":{"name":"GPKGFeatureIndexerIdQuery","abstract":"

    Feature Indexer Id query with nested SQL and arguments

    "},"Classes/GPKGFeatureIndexerIdResultSet.html":{"name":"GPKGFeatureIndexerIdResultSet","abstract":"

    Feature Indexer Id result set to filter on matching queried ids

    "},"Classes/GPKGGeoPackageTableCreator.html":{"name":"GPKGGeoPackageTableCreator","abstract":"

    Executes database scripts to create GeoPackage tables

    "},"Classes/GPKGMappedColumn.html":{"name":"GPKGMappedColumn","abstract":"

    Mapped column, to a column and potentially from a differently named column

    "},"Classes/GPKGPaginatedResults.html":{"name":"GPKGPaginatedResults","abstract":"

    Paginated Results for iterating and querying through chunks

    "},"Classes/GPKGPagination.html":{"name":"GPKGPagination","abstract":"

    Query pagination configuration

    "},"Classes/GPKGResultSet.html":{"name":"GPKGResultSet","abstract":"

    Result set from a database query

    "},"Classes/GPKGRow.html":{"name":"GPKGRow","abstract":"

    Result row

    "},"Classes/GPKGSqlLiteQueryBuilder.html":{"name":"GPKGSqlLiteQueryBuilder","abstract":"

    SQL Builder

    "},"Classes/GPKGSqlUtils.html":{"name":"GPKGSqlUtils","abstract":"

    SQL utility methods

    "},"Classes/GPKGTableCreator.html":{"name":"GPKGTableCreator","abstract":"

    Executes database scripts to create tables

    "},"Classes/GPKGTableMapping.html":{"name":"GPKGTableMapping","abstract":"

    Mapping between column names being mapped to and the mapped column"},"Classes/GPKGBaseDao.html":{"name":"GPKGBaseDao","abstract":"

    Base Data Access Object

    "},"Classes/GPKGColumnValue.html":{"name":"GPKGColumnValue","abstract":"

    Column Value wrapper to specify additional value attributes, such as a range"},"Classes/GPKGColumnValues.html":{"name":"GPKGColumnValues","abstract":"

    Collection of column values

    "},"Classes/GPKGObjectPaginatedResults.html":{"name":"GPKGObjectPaginatedResults","abstract":"

    Paginated Object Results for iterating and querying through chunks

    "},"Classes/GPKGObjectResultSet.html":{"name":"GPKGObjectResultSet","abstract":"

    Object wrapped Result set

    "},"Classes/GPKGSQLiteMaster.html":{"name":"GPKGSQLiteMaster","abstract":"

    SQLite Master table queries (sqlite_master)

    "},"Classes/GPKGSQLiteMasterColumns.html":{"name":"GPKGSQLiteMasterColumns","abstract":"

    SQLite Master table (sqlite_master) column keywords

    "},"Classes/GPKGSQLiteMasterQuery.html":{"name":"GPKGSQLiteMasterQuery","abstract":"

    Query on the SQLiteMaster table

    "},"Classes/GPKGSQLiteMasterTypes.html":{"name":"GPKGSQLiteMasterTypes","abstract":"

    SQLite Master table (sqlite_master) type column keywords

    "},"Classes/GPKGGeoPackageMetadata.html":{"name":"GPKGGeoPackageMetadata","abstract":"

    GeoPackage Metadata

    "},"Classes/GPKGGeoPackageMetadataDao.html":{"name":"GPKGGeoPackageMetadataDao","abstract":"

    GeoPackage Metadata Data Access Object

    "},"Classes/GPKGGeoPackageMetadataTableCreator.html":{"name":"GPKGGeoPackageMetadataTableCreator","abstract":"

    GeoPackage Metadata Table Creator

    "},"Classes/GPKGGeometryMetadata.html":{"name":"GPKGGeometryMetadata","abstract":"

    Geometry Metadata

    "},"Classes/GPKGGeometryMetadataDao.html":{"name":"GPKGGeometryMetadataDao","abstract":"

    Geometry Metadata Data Access Object

    "},"Classes/GPKGMetadataDb.html":{"name":"GPKGMetadataDb","abstract":"

    GeoPackage Metadata Database

    "},"Classes/GPKGTableMetadata.html":{"name":"GPKGTableMetadata","abstract":"

    Table Metadata

    "},"Classes/GPKGTableMetadataDao.html":{"name":"GPKGTableMetadataDao","abstract":"

    Table Metadata Data Access Object

    "},"Classes/GPKGConnectionPool.html":{"name":"GPKGConnectionPool","abstract":"

    Connection pool to manage retrieving a sqlite3 connection to a database file. Connections should be released after the database operation has completed."},"Classes/GPKGDbConnection.html":{"name":"GPKGDbConnection","abstract":"

    Single database connection to a database file opened as part of a connection pool. Wraps a sqlite3 connection.

    "},"Classes/GPKGSqliteConnection.html":{"name":"GPKGSqliteConnection","abstract":"

    Single sqlite3 connection to a database file opened as part of a connection pool

    "},"Classes/GPKGColumnConstraints.html":{"name":"GPKGColumnConstraints","abstract":"

    Column Constraints

    "},"Classes/GPKGConstraint.html":{"name":"GPKGConstraint","abstract":"

    Table or column constraint

    "},"Classes/GPKGConstraintParser.html":{"name":"GPKGConstraintParser","abstract":"

    SQL constraint parser from create table statements

    "},"Classes/GPKGConstraintTypes.html":{"name":"GPKGConstraintTypes","abstract":"

    Undocumented

    "},"Classes/GPKGConstraints.html":{"name":"GPKGConstraints","abstract":"

    User table or column constraints

    "},"Classes/GPKGRawConstraint.html":{"name":"GPKGRawConstraint","abstract":"

    Table raw or unparsed constraint

    "},"Classes/GPKGTableColumn.html":{"name":"GPKGTableColumn","abstract":"

    Table Column from Table Info

    "},"Classes/GPKGTableConstraints.html":{"name":"GPKGTableConstraints","abstract":"

    Table Constraints including column constraint

    "},"Classes/GPKGTableInfo.html":{"name":"GPKGTableInfo","abstract":"

    Table Info queries (table_info)

    "},"Classes/GPKGUniqueConstraint.html":{"name":"GPKGUniqueConstraint","abstract":"

    Table unique constraint for one or more columns

    "},"Classes.html#/c:objc(cs)GPKGDgiwgConstants":{"name":"GPKGDgiwgConstants","abstract":"

    DGIWG (Defence Geospatial Information Working Group) Constants

    "},"Classes/GPKGDgiwgCoordinateReferenceSystems.html":{"name":"GPKGDgiwgCoordinateReferenceSystems","abstract":"

    Coordinate Reference Systems

    "},"Classes/GPKGDgiwgDataTypes.html":{"name":"GPKGDgiwgDataTypes","abstract":"

    Undocumented

    "},"Classes/GPKGDgiwgFile.html":{"name":"GPKGDgiwgFile","abstract":"

    DGIWG (Defence Geospatial Information Working Group) GeoPackage File

    "},"Classes/GPKGDgiwgFileName.html":{"name":"GPKGDgiwgFileName","abstract":"

    DGIWG (Defence Geospatial Information Working Group) GeoPackage File Name

    "},"Classes/GPKGDgiwgGeoPackage.html":{"name":"GPKGDgiwgGeoPackage","abstract":"

    DGIWG (Defence Geospatial Information Working Group) GeoPackage"},"Classes/GPKGDgiwgGeoPackageFactory.html":{"name":"GPKGDgiwgGeoPackageFactory","abstract":"

    DGIWG GeoPackage Factory to get a DGIWG GeoPackage Manager

    "},"Classes/GPKGDgiwgGeoPackageManager.html":{"name":"GPKGDgiwgGeoPackageManager","abstract":"

    DGIWG (Defence Geospatial Information Working Group) GeoPackage Manager used"},"Classes/GPKGDgiwgMetadata.html":{"name":"GPKGDgiwgMetadata","abstract":"

    DGIWG (Defence Geospatial Information Working Group) Metadata utilities

    "},"Classes/GPKGDgiwgRequirements.html":{"name":"GPKGDgiwgRequirements","abstract":"

    Undocumented

    "},"Classes/GPKGDgiwgUtils.html":{"name":"GPKGDgiwgUtils","abstract":"

    DGIWG (Defence Geospatial Information Working Group) GeoPackage utilities

    "},"Classes/GPKGDgiwgValidate.html":{"name":"GPKGDgiwgValidate","abstract":"

    Performs DGIWG (Defence Geospatial Information Working Group) GeoPackage"},"Classes/GPKGDgiwgValidationError.html":{"name":"GPKGDgiwgValidationError","abstract":"

    DGIWG (Defence Geospatial Information Working Group) validation error

    "},"Classes/GPKGDgiwgValidationErrors.html":{"name":"GPKGDgiwgValidationErrors","abstract":"

    DGIWG (Defence Geospatial Information Working Group) validation errors

    "},"Classes/GPKGDgiwgValidationKey.html":{"name":"GPKGDgiwgValidationKey","abstract":"

    DGIWG (Defence Geospatial Information Working Group) validation primary key"},"Classes/GPKGDgiwgWellKnownText.html":{"name":"GPKGDgiwgWellKnownText","abstract":"

    DGIWG (Defence Geospatial Information Working Group) Well-Known Text"},"Classes/GPKGUTMZone.html":{"name":"GPKGUTMZone","abstract":"

    UTM Zone utilities

    "},"Classes/GPKGBaseExtension.html":{"name":"GPKGBaseExtension","abstract":"

    Abstract base GeoPackage extension

    "},"Classes/GPKGCrsWktExtension.html":{"name":"GPKGCrsWktExtension","abstract":"

    OGC Well known text representation of Coordinate Reference Systems extension"},"Classes/GPKGCrsWktExtensionVersions.html":{"name":"GPKGCrsWktExtensionVersions","abstract":"

    OGC Well known text representation of Coordinate Reference Systems extension"},"Classes/GPKGExtensionManagement.html":{"name":"GPKGExtensionManagement","abstract":"

    Extension Management for deleting and copying extensions

    "},"Classes/GPKGExtensionManager.html":{"name":"GPKGExtensionManager","abstract":"

    GeoPackage Extension Manager for deleting and copying extensions

    "},"Classes/GPKGExtensions.html":{"name":"GPKGExtensions","abstract":"

    Indicates that a particular extension applies to a GeoPackage, a table in a"},"Classes/GPKGExtensionsDao.html":{"name":"GPKGExtensionsDao","abstract":"

    Extensions Data Access Object

    "},"Classes/GPKGGeometryExtensions.html":{"name":"GPKGGeometryExtensions","abstract":"

    Geometry Extensions utility methods and constants"},"Classes/GPKGWebPExtension.html":{"name":"GPKGWebPExtension","abstract":"

    WebP Extension"},"Classes/GPKGZoomOtherExtension.html":{"name":"GPKGZoomOtherExtension","abstract":"

    Zoom Other Intervals extension"},"Classes/GPKGCoverageData.html":{"name":"GPKGCoverageData","abstract":"

    Tiled Gridded Coverage Data, Common Encoding, Extension"},"Classes/GPKGCoverageDataAlgorithms.html":{"name":"GPKGCoverageDataAlgorithms","abstract":"

    Undocumented

    "},"Classes/GPKGCoverageDataPng.html":{"name":"GPKGCoverageDataPng","abstract":"

    Tiled Gridded Coverage Data, PNG Encoding, Extension

    "},"Classes/GPKGCoverageDataPngImage.html":{"name":"GPKGCoverageDataPngImage","abstract":"

    Coverage Data PNG image

    "},"Classes/GPKGCoverageDataRequest.html":{"name":"GPKGCoverageDataRequest","abstract":"

    Coverage Data request to retrieve coverage data values for a point or bounding box

    "},"Classes/GPKGCoverageDataResults.html":{"name":"GPKGCoverageDataResults","abstract":"

    Tiled Gridded Coverage Data results containing the coverage values from a"},"Classes/GPKGCoverageDataSourcePixel.html":{"name":"GPKGCoverageDataSourcePixel","abstract":"

    Contains values relevant to a source pixel location when finding a coverage data value

    "},"Classes/GPKGCoverageDataTiff.html":{"name":"GPKGCoverageDataTiff","abstract":"

    Tiled Gridded Coverage Data, TIFF Encoding, Extension

    "},"Classes/GPKGCoverageDataTiffImage.html":{"name":"GPKGCoverageDataTiffImage","abstract":"

    Coverage Data TIFF image

    "},"Classes/GPKGCoverageDataTileMatrixResults.html":{"name":"GPKGCoverageDataTileMatrixResults","abstract":"

    Coverage Data Tile Matrix results including the coverage data tile results"},"Classes/GPKGGriddedCoverage.html":{"name":"GPKGGriddedCoverage","abstract":"

    Gridded Coverage object

    "},"Classes/GPKGGriddedCoverageDao.html":{"name":"GPKGGriddedCoverageDao","abstract":"

    Gridded Coverage Data Access Object

    "},"Classes/GPKGGriddedCoverageDataTypes.html":{"name":"GPKGGriddedCoverageDataTypes","abstract":"

    Undocumented

    "},"Classes/GPKGGriddedCoverageEncodingTypes.html":{"name":"GPKGGriddedCoverageEncodingTypes","abstract":"

    Undocumented

    "},"Classes/GPKGGriddedTile.html":{"name":"GPKGGriddedTile","abstract":"

    Gridded Tile object

    "},"Classes/GPKGGriddedTileDao.html":{"name":"GPKGGriddedTileDao","abstract":"

    Gridded Tile Data Access Object

    "},"Classes/GPKGMetadata.html":{"name":"GPKGMetadata","abstract":"

    Contains metadata in MIME encodings structured in accordance with any"},"Classes/GPKGMetadataDao.html":{"name":"GPKGMetadataDao","abstract":"

    Metadata Data Access Object

    "},"Classes/GPKGMetadataExtension.html":{"name":"GPKGMetadataExtension","abstract":"

    Metadata extension"},"Classes/GPKGMetadataScope.html":{"name":"GPKGMetadataScope","abstract":"

    Metadata Scopes as defined in spec Table 16. Metadata Scopes

    "},"Classes/GPKGMetadataReference.html":{"name":"GPKGMetadataReference","abstract":"

    Links metadata in the gpkg_metadata table to data in the feature, and tiles"},"Classes/GPKGMetadataReferenceDao.html":{"name":"GPKGMetadataReferenceDao","abstract":"

    Metadata Reference Data Access Object

    "},"Classes/GPKGNGAExtensions.html":{"name":"GPKGNGAExtensions","abstract":"

    NGA extensions"},"Classes.html#/c:objc(cs)GPKGNGATableCreator":{"name":"GPKGNGATableCreator","abstract":"

    Executes database scripts to create NGA Extension GeoPackage tables

    "},"Classes/GPKGContentsId.html":{"name":"GPKGContentsId","abstract":"

    Contents Id object, for maintaining a unique identifier for contents tables

    "},"Classes/GPKGContentsIdDao.html":{"name":"GPKGContentsIdDao","abstract":"

    Contents Id Data Access Object

    "},"Classes/GPKGContentsIdExtension.html":{"name":"GPKGContentsIdExtension","abstract":"

    This extension assigns a unique integer identifier to tables defined in the"},"Classes/GPKGContentsIdTableCreator.html":{"name":"GPKGContentsIdTableCreator","abstract":"

    Contents Id Extension Table Creator

    "},"Classes/GPKGFeatureTableIndex.html":{"name":"GPKGFeatureTableIndex","abstract":"

    Feature Table Index NGA Extension implementation. This extension is used to"},"Classes/GPKGGeometryIndex.html":{"name":"GPKGGeometryIndex","abstract":"

    Geometry Index object, for indexing geometries within user feature tables

    "},"Classes/GPKGGeometryIndexDao.html":{"name":"GPKGGeometryIndexDao","abstract":"

    Geometry Index Data Access Object

    "},"Classes/GPKGGeometryIndexTableCreator.html":{"name":"GPKGGeometryIndexTableCreator","abstract":"

    Geometry Index Extension Table Creator

    "},"Classes/GPKGTableIndex.html":{"name":"GPKGTableIndex","abstract":"

    Table Index object, for indexing data within user tables

    "},"Classes/GPKGTableIndexDao.html":{"name":"GPKGTableIndexDao","abstract":"

    Table Index Data Access Object

    "},"Classes/GPKGFeatureTileLink.html":{"name":"GPKGFeatureTileLink","abstract":"

    Feature Tile Link object, for linking a feature and tile table together

    "},"Classes/GPKGFeatureTileLinkDao.html":{"name":"GPKGFeatureTileLinkDao","abstract":"

    Feature Tile Link Data Access Object

    "},"Classes/GPKGFeatureTileLinkTableCreator.html":{"name":"GPKGFeatureTileLinkTableCreator","abstract":"

    Feature Tile Link Extension Table Creator

    "},"Classes/GPKGFeatureTileTableLinker.html":{"name":"GPKGFeatureTileTableLinker","abstract":"

    Feature Tile Table linker, used to link feature and tile tables"},"Classes/GPKGPropertiesExtension.html":{"name":"GPKGPropertiesExtension","abstract":"

    GeoPackage properties extension for defining GeoPackage specific"},"Classes/GPKGPropertiesManager.html":{"name":"GPKGPropertiesManager","abstract":"

    Undocumented

    "},"Classes.html#/c:objc(cs)GPKGPropertyNames":{"name":"GPKGPropertyNames","abstract":"

    Undocumented

    "},"Classes/GPKGTileScaling.html":{"name":"GPKGTileScaling","abstract":"

    Tile Scaling object, for scaling tiles from nearby zoom levels for missing"},"Classes/GPKGTileScalingDao.html":{"name":"GPKGTileScalingDao","abstract":"

    Tile Scaling Data Access Object

    "},"Classes/GPKGTileScalingTableCreator.html":{"name":"GPKGTileScalingTableCreator","abstract":"

    Tile Scaling Extension Table Creator

    "},"Classes/GPKGTileScalingTypes.html":{"name":"GPKGTileScalingTypes","abstract":"

    Undocumented

    "},"Classes/GPKGTileTableScaling.html":{"name":"GPKGTileTableScaling","abstract":"

    Abstract Tile Table Scaling, for scaling tiles from nearby zoom levels for"},"Classes/GPKGFeatureStyle.html":{"name":"GPKGFeatureStyle","abstract":"

    Feature Style, including a style and icon, for a single feature geometry

    "},"Classes/GPKGFeatureStyleExtension.html":{"name":"GPKGFeatureStyleExtension","abstract":"

    Feature Style extension"},"Classes/GPKGFeatureStyles.html":{"name":"GPKGFeatureStyles","abstract":"

    Feature Styles, including styles and icons, for a single feature geometry or"},"Classes/GPKGFeatureTableStyles.html":{"name":"GPKGFeatureTableStyles","abstract":"

    Feature Table Styles, styles and icons for an individual feature table

    "},"Classes/GPKGIconCache.html":{"name":"GPKGIconCache","abstract":"

    Icon Cache of icon images

    "},"Classes/GPKGIconDao.html":{"name":"GPKGIconDao","abstract":"

    Icon DAO for reading icon tables

    "},"Classes/GPKGIconRow.html":{"name":"GPKGIconRow","abstract":"

    Icon Row containing the values from a single result set row

    "},"Classes/GPKGIconTable.html":{"name":"GPKGIconTable","abstract":"

    Icon Table

    "},"Classes/GPKGIcons.html":{"name":"GPKGIcons","abstract":"

    Icons for a single feature geometry or feature table default

    "},"Classes/GPKGStyleDao.html":{"name":"GPKGStyleDao","abstract":"

    Style DAO for reading style tables

    "},"Classes/GPKGStyleMappingDao.html":{"name":"GPKGStyleMappingDao","abstract":"

    Style Mapping DAO for reading style mapping data tables

    "},"Classes/GPKGStyleMappingRow.html":{"name":"GPKGStyleMappingRow","abstract":"

    Style Mapping Row containing the values from a single result set row

    "},"Classes/GPKGStyleMappingTable.html":{"name":"GPKGStyleMappingTable","abstract":"

    Feature Style mapping table

    "},"Classes/GPKGStyleRow.html":{"name":"GPKGStyleRow","abstract":"

    Style Row containing the values from a single result set row

    "},"Classes/GPKGStyleTable.html":{"name":"GPKGStyleTable","abstract":"

    Style Table

    "},"Classes/GPKGStyles.html":{"name":"GPKGStyles","abstract":"

    Styles for a single feature geometry or feature table default

    "},"Classes/GPKGExtendedRelation.html":{"name":"GPKGExtendedRelation","abstract":"

    Describes the relationships between a base table, a related data table, and a mapping table

    "},"Classes/GPKGExtendedRelationsDao.html":{"name":"GPKGExtendedRelationsDao","abstract":"

    Extended Relations Data Access Object

    "},"Classes/GPKGRelatedTablesExtension.html":{"name":"GPKGRelatedTablesExtension","abstract":"

    Related Tables extension"},"Classes/GPKGRelationTypes.html":{"name":"GPKGRelationTypes","abstract":"

    Undocumented

    "},"Classes/GPKGUserMappingDao.html":{"name":"GPKGUserMappingDao","abstract":"

    User Mapping DAO for reading user mapping data tables

    "},"Classes/GPKGUserMappingRow.html":{"name":"GPKGUserMappingRow","abstract":"

    User Mapping Row containing the values from a single result set row

    "},"Classes/GPKGUserMappingTable.html":{"name":"GPKGUserMappingTable","abstract":"

    Contains user mapping table factory and utility methods

    "},"Classes/GPKGUserRelatedTable.html":{"name":"GPKGUserRelatedTable","abstract":"

    User Defined Related Table

    "},"Classes/GPKGDublinCoreMetadata.html":{"name":"GPKGDublinCoreMetadata","abstract":"

    Dublin Core Metadata Initiative

    "},"Classes/GPKGDublinCoreTypes.html":{"name":"GPKGDublinCoreTypes","abstract":"

    Undocumented

    "},"Classes/GPKGMediaDao.html":{"name":"GPKGMediaDao","abstract":"

    User Media DAO for reading user media data tables

    "},"Classes/GPKGMediaRow.html":{"name":"GPKGMediaRow","abstract":"

    User Media Row containing the values from a single result set row

    "},"Classes/GPKGMediaTable.html":{"name":"GPKGMediaTable","abstract":"

    Media Requirements Class User-Defined Related Data Table

    "},"Classes/GPKGMediaTableMetadata.html":{"name":"GPKGMediaTableMetadata","abstract":"

    Media Table Metadata for defining table creation information

    "},"Classes/GPKGSimpleAttributesDao.html":{"name":"GPKGSimpleAttributesDao","abstract":"

    User Simple Attributes DAO for reading user simple attributes data tables

    "},"Classes/GPKGSimpleAttributesRow.html":{"name":"GPKGSimpleAttributesRow","abstract":"

    User Simple Attributes Row containing the values from a single result set row

    "},"Classes/GPKGSimpleAttributesTable.html":{"name":"GPKGSimpleAttributesTable","abstract":"

    Simple Attributes Requirements Class User-Defined Related Data Table

    "},"Classes/GPKGSimpleAttributesTableMetadata.html":{"name":"GPKGSimpleAttributesTableMetadata","abstract":"

    Simple Attributes Table Metadata for defining table creation information

    "},"Classes/GPKGFeatureIndexRTreeResults.html":{"name":"GPKGFeatureIndexRTreeResults","abstract":"

    Iterable Feature Index Results to iterate on feature rows retrieved from"},"Classes/GPKGRTreeIndexExtension.html":{"name":"GPKGRTreeIndexExtension","abstract":"

    RTree Index Extension"},"Classes/GPKGRTreeIndexTableDao.html":{"name":"GPKGRTreeIndexTableDao","abstract":"

    Undocumented

    "},"Classes/GPKGRTreeIndexTableRow.html":{"name":"GPKGRTreeIndexTableRow","abstract":"

    Undocumented

    "},"Classes/GPKGSchemaExtension.html":{"name":"GPKGSchemaExtension","abstract":"

    Schema extension"},"Classes/GPKGDataColumns.html":{"name":"GPKGDataColumns","abstract":"

    Stores minimal application schema identifying, descriptive and MIME type"},"Classes/GPKGDataColumnsDao.html":{"name":"GPKGDataColumnsDao","abstract":"

    Data Columns Data Access Object

    "},"Classes/GPKGDataColumnConstraints.html":{"name":"GPKGDataColumnConstraints","abstract":"

    Contains data to specify restrictions on basic data type column values

    "},"Classes/GPKGDataColumnConstraintsDao.html":{"name":"GPKGDataColumnConstraintsDao","abstract":"

    Data Column Constraints Data Access Object

    "},"Classes/GPKGFeatureGenerator.html":{"name":"GPKGFeatureGenerator","abstract":"

    Feature Generator

    "},"Classes/GPKGOAPIFeatureGenerator.html":{"name":"GPKGOAPIFeatureGenerator","abstract":"

    OGC API Features Generator

    "},"Classes/GPKGGeometryColumns.html":{"name":"GPKGGeometryColumns","abstract":"

    Geometry Columns object. Identifies the geometry columns in tables that"},"Classes/GPKGGeometryColumnsDao.html":{"name":"GPKGGeometryColumnsDao","abstract":"

    Geometry Columns Data Access Object

    "},"Classes/GPKGFeatureIndexFeatureResults.html":{"name":"GPKGFeatureIndexFeatureResults","abstract":"

    Iterable Feature Index Results to iterate on feature results from a feature"},"Classes/GPKGFeatureIndexGeoPackageResults.html":{"name":"GPKGFeatureIndexGeoPackageResults","abstract":"

    Feature Index Results to enumerate on feature rows"},"Classes/GPKGFeatureIndexListResults.html":{"name":"GPKGFeatureIndexListResults","abstract":"

    Feature Index Results Feature Row list implementation

    "},"Classes/GPKGFeatureIndexLocation.html":{"name":"GPKGFeatureIndexLocation","abstract":"

    Feature Index Location to iterate over indexed feature index types

    "},"Classes/GPKGFeatureIndexManager.html":{"name":"GPKGFeatureIndexManager","abstract":"

    Feature Index Manager to manage indexing of feature geometries in both Android metadata and"},"Classes/GPKGFeatureIndexMetadataResults.html":{"name":"GPKGFeatureIndexMetadataResults","abstract":"

    Feature Index Results to enumerate on feature rows"},"Classes/GPKGFeatureIndexResultSetResults.html":{"name":"GPKGFeatureIndexResultSetResults","abstract":"

    Feature Index Results Result Set implementation

    "},"Classes/GPKGFeatureIndexResults.html":{"name":"GPKGFeatureIndexResults","abstract":"

    Feature Index Results fast enumeration to iterate on feature rows in a for loop

    "},"Classes/GPKGFeatureIndexTypes.html":{"name":"GPKGFeatureIndexTypes","abstract":"

    Undocumented

    "},"Classes/GPKGMultipleFeatureIndexResults.html":{"name":"GPKGMultipleFeatureIndexResults","abstract":"

    Iterable Feature Index Results to iterate on feature rows from a combination of multiple"},"Classes/GPKGFeatureCache.html":{"name":"GPKGFeatureCache","abstract":"

    Feature Row Cache for a single feature table

    "},"Classes/GPKGFeatureCacheTables.html":{"name":"GPKGFeatureCacheTables","abstract":"

    Feature Row Cache for multiple feature tables in a single GeoPackage

    "},"Classes/GPKGFeatureColumn.html":{"name":"GPKGFeatureColumn","abstract":"

    Feature column

    "},"Classes/GPKGFeatureColumns.html":{"name":"GPKGFeatureColumns","abstract":"

    Collection of feature columns

    "},"Classes/GPKGFeatureDao.html":{"name":"GPKGFeatureDao","abstract":"

    Feature DAO for reading feature user data tables

    "},"Classes/GPKGFeatureRow.html":{"name":"GPKGFeatureRow","abstract":"

    Feature Row containing the values from a single result set row

    "},"Classes/GPKGFeatureTable.html":{"name":"GPKGFeatureTable","abstract":"

    Represents a user feature table

    "},"Classes/GPKGFeatureTableMetadata.html":{"name":"GPKGFeatureTableMetadata","abstract":"

    Feature Table Metadata for defining table creation information

    "},"Classes/GPKGFeatureTableReader.html":{"name":"GPKGFeatureTableReader","abstract":"

    Reads the metadata from an existing feature table

    "},"Classes/GPKGManualFeatureQuery.html":{"name":"GPKGManualFeatureQuery","abstract":"

    Performs manual brute force queries against feature rows"},"Classes/GPKGManualFeatureQueryResults.html":{"name":"GPKGManualFeatureQueryResults","abstract":"

    Manual Feature Query Results which includes the ids used to read each row

    "},"Classes/GPKGGeometryCrop.html":{"name":"GPKGGeometryCrop","abstract":"

    Geometry Crop utilities

    "},"Classes/GPKGGeometryData.html":{"name":"GPKGGeometryData","abstract":"

    GeoPackage Geometry Data

    "},"Classes/GPKGGeometryUtils.html":{"name":"GPKGGeometryUtils","abstract":"

    Geometry Utilities

    "},"Classes/GPKGFeatureShape.html":{"name":"GPKGFeatureShape","abstract":"

    Undocumented

    "},"Classes/GPKGFeatureShapes.html":{"name":"GPKGFeatureShapes","abstract":"

    Mantains a collection of feature map shapes by database, table name, and feature id

    "},"Classes/GPKGLocationBoundingBox.html":{"name":"GPKGLocationBoundingBox","abstract":"

    Location Bounding Box, contains left, up, right, and down coordinates

    "},"Classes/GPKGMapPoint.html":{"name":"GPKGMapPoint","abstract":"

    Map point annotation

    "},"Classes/GPKGMapPointOptions.html":{"name":"GPKGMapPointOptions","abstract":"

    Map Point options including style and atributes

    "},"Classes/GPKGMapShape.html":{"name":"GPKGMapShape","abstract":"

    Map shape object

    "},"Classes/GPKGMapShapeConverter.html":{"name":"GPKGMapShapeConverter","abstract":"

    Provides conversion methods between Well-Known Binary geometry objects and Map shapes. Includes adding shapes to map view functionality.

    "},"Classes/GPKGMapShapePoints.html":{"name":"GPKGMapShapePoints","abstract":"

    Map Shape with map points and corresponding shape point objects

    "},"Classes/GPKGMapShapeTypes.html":{"name":"GPKGMapShapeTypes","abstract":"

    Undocumented

    "},"Classes/GPKGMultiPoint.html":{"name":"GPKGMultiPoint","abstract":"

    Multi point shape

    "},"Classes/GPKGMultiPolygon.html":{"name":"GPKGMultiPolygon","abstract":"

    Multi polygon shape

    "},"Classes/GPKGMultiPolygonPoints.html":{"name":"GPKGMultiPolygonPoints","abstract":"

    Multiple Polygon Points shape

    "},"Classes/GPKGMultiPolyline.html":{"name":"GPKGMultiPolyline","abstract":"

    Multi polyline shape

    "},"Classes/GPKGMultiPolylinePoints.html":{"name":"GPKGMultiPolylinePoints","abstract":"

    Multiple Polyline Points shape

    "},"Classes/GPKGPolygon.html":{"name":"GPKGPolygon","abstract":"

    MapKit Polygon with Style Options

    "},"Classes/GPKGPolygonHolePoints.html":{"name":"GPKGPolygonHolePoints","abstract":"

    Polygon hole points shape

    "},"Classes/GPKGPolygonOptions.html":{"name":"GPKGPolygonOptions","abstract":"

    Polygon Style Options

    "},"Classes.html#/c:objc(cs)GPKGPolygonOrientations":{"name":"GPKGPolygonOrientations","abstract":"

    Undocumented

    "},"Classes/GPKGPolygonPoints.html":{"name":"GPKGPolygonPoints","abstract":"

    Polygon points shape

    "},"Classes/GPKGPolyline.html":{"name":"GPKGPolyline","abstract":"

    MapKit Polyline with Style Options

    "},"Classes/GPKGPolylineOptions.html":{"name":"GPKGPolylineOptions","abstract":"

    Polyline Style Options

    "},"Classes/GPKGPolylinePoints.html":{"name":"GPKGPolylinePoints","abstract":"

    Polyline points shape

    "},"Classes/GPKGCompressFormats.html":{"name":"GPKGCompressFormats","abstract":"

    Undocumented

    "},"Classes/GPKGIOUtils.html":{"name":"GPKGIOUtils","abstract":"

    Undocumented

    "},"Classes/GPKGImageConverter.html":{"name":"GPKGImageConverter","abstract":"

    Conversions between images and image byte data

    "},"Classes/GPKGNetworkUtils.html":{"name":"GPKGNetworkUtils","abstract":"

    Network Utilities

    "},"Classes/GPKGMapTolerance.html":{"name":"GPKGMapTolerance","abstract":"

    Map tolerance values distance and screen distances

    "},"Classes/GPKGMapUtils.html":{"name":"GPKGMapUtils","abstract":"

    Map utility methods

    "},"Classes/GPKGFeatureInfoBuilder.html":{"name":"GPKGFeatureInfoBuilder","abstract":"

    Undocumented

    "},"Classes/GPKGStyleCache.html":{"name":"GPKGStyleCache","abstract":"

    Style utilities for populating points and shapes. Caches icons for a single GeoPackage

    "},"Classes/GPKGStyleUtils.html":{"name":"GPKGStyleUtils","abstract":"

    Style utilities for populating points and shapes

    "},"Classes/GPKGProperties.html":{"name":"GPKGProperties","abstract":"

    GeoPackage property loader

    "},"Classes.html#/c:objc(cs)GPKGPropertyConstants":{"name":"GPKGPropertyConstants","abstract":"

    Undocumented

    "},"Classes/GPKGSpatialReferenceSystem.html":{"name":"GPKGSpatialReferenceSystem","abstract":"

    Spatial Reference System object. The coordinate reference system definitions"},"Classes/GPKGSpatialReferenceSystemDao.html":{"name":"GPKGSpatialReferenceSystemDao","abstract":"

    Spatial Reference System Data Access Object

    "},"Classes/GPKGPixelBounds.html":{"name":"GPKGPixelBounds","abstract":"

    Expanded pixel bounds from a point or location. Stored in directional left,"},"Classes/GPKGTileBoundingBoxUtils.html":{"name":"GPKGTileBoundingBoxUtils","abstract":"

    Tile Bounding Box utility methods

    "},"Classes/GPKGTileGenerator.html":{"name":"GPKGTileGenerator","abstract":"

    Creates a set of tiles within a GeoPackage

    "},"Classes/GPKGTileGrid.html":{"name":"GPKGTileGrid","abstract":"

    Tile grid with x and y ranges

    "},"Classes/GPKGTileUtils.html":{"name":"GPKGTileUtils","abstract":"

    Tile utilities and constants

    "},"Classes/GPKGUrlTileGenerator.html":{"name":"GPKGUrlTileGenerator","abstract":"

    Creates a set of tiles within a GeoPackage by downloading the tiles from a URL

    "},"Classes/GPKGFeaturePreview.html":{"name":"GPKGFeaturePreview","abstract":"

    Undocumented

    "},"Classes/GPKGFeatureTileContext.html":{"name":"GPKGFeatureTileContext","abstract":"

    Feature Tile Context for creating layered tiles to draw ordered features."},"Classes/GPKGFeatureTileGenerator.html":{"name":"GPKGFeatureTileGenerator","abstract":"

    Creates a set of tiles within a GeoPackage by generating tiles from features

    "},"Classes/GPKGFeatureTilePointIcon.html":{"name":"GPKGFeatureTilePointIcon","abstract":"

    Point icon in place of a drawn circle

    "},"Classes/GPKGFeatureTiles.html":{"name":"GPKGFeatureTiles","abstract":"

    Tiles drawn from or linked to features. Used to query features and optionally draw tiles"},"Classes/GPKGNumberFeaturesTile.html":{"name":"GPKGNumberFeaturesTile","abstract":"

    Draws a tile indicating the number of features that exist within the tile, visible when zoomed"},"Classes/GPKGTileMatrix.html":{"name":"GPKGTileMatrix","abstract":"

    Tile Matrix object. Documents the structure of the tile matrix at each zoom"},"Classes/GPKGTileMatrixDao.html":{"name":"GPKGTileMatrixDao","abstract":"

    Tile Matrix Data Access Object

    "},"Classes/GPKGTileMatrixSet.html":{"name":"GPKGTileMatrixSet","abstract":"

    Tile Matrix Set object. Defines the minimum bounding box (min_x, min_y,"},"Classes/GPKGTileMatrixSetDao.html":{"name":"GPKGTileMatrixSetDao","abstract":"

    Tile Matrix Set Data Access Object

    "},"Classes/GPKGBoundedOverlay.html":{"name":"GPKGBoundedOverlay","abstract":"

    Abstract overlay which provides bounding returned tiles by zoom levels and/or a bounding box

    "},"Classes/GPKGCompositeOverlay.html":{"name":"GPKGCompositeOverlay","abstract":"

    Composite overlay comprised of multiple overlays, checking each in order for a tile

    "},"Classes/GPKGFeatureOverlay.html":{"name":"GPKGFeatureOverlay","abstract":"

    Feature Tile Overlay which draws tiles from a feature table

    "},"Classes/GPKGFeatureOverlayQuery.html":{"name":"GPKGFeatureOverlayQuery","abstract":"

    Used to query the features represented by tiles, either being drawn from or linked to the features

    "},"Classes/GPKGFeatureRowData.html":{"name":"GPKGFeatureRowData","abstract":"

    Represents the values of a single feature row

    "},"Classes/GPKGFeatureTableData.html":{"name":"GPKGFeatureTableData","abstract":"

    Represents a collection of rows from a feature table

    "},"Classes/GPKGGeoPackageOverlay.html":{"name":"GPKGGeoPackageOverlay","abstract":"

    GeoPackage Tile Overlay

    "},"Classes/GPKGOverlayFactory.html":{"name":"GPKGOverlayFactory","abstract":"

    Get a tile provider for the Tile DAO

    "},"Classes/GPKGXYZOverlay.html":{"name":"GPKGXYZOverlay","abstract":"

    XYZ Overlay, assumes XYZ tiles

    "},"Classes/GPKGPlatteCarreOptimize.html":{"name":"GPKGPlatteCarreOptimize","abstract":"

    Platte Carre (WGS84) XYZ tiling optimizations

    "},"Classes/GPKGTileReprojection.html":{"name":"GPKGTileReprojection","abstract":"

    Tile Reprojection for reprojecting an existing tile table

    "},"Classes/GPKGTileReprojectionOptimize.html":{"name":"GPKGTileReprojectionOptimize","abstract":"

    Tile Reprojection Optimizations

    "},"Classes/GPKGTileReprojectionZoom.html":{"name":"GPKGTileReprojectionZoom","abstract":"

    Optional Tile Reprojection configuration for a zoom level

    "},"Classes/GPKGWebMercatorOptimize.html":{"name":"GPKGWebMercatorOptimize","abstract":"

    Web Mercator XYZ tiling optimizations

    "},"Classes/GPKGGeoPackageTile.html":{"name":"GPKGGeoPackageTile","abstract":"

    GeoPackage tile wrapper containing tile dimensions and raw image data

    "},"Classes/GPKGGeoPackageTileRetriever.html":{"name":"GPKGGeoPackageTileRetriever","abstract":"

    GeoPackage Tile Retriever, retrieves a tile from a GeoPackage from XYZ coordinates

    "},"Classes/GPKGTileCreator.html":{"name":"GPKGTileCreator","abstract":"

    Undocumented

    "},"Classes/GPKGXYZTileRetriever.html":{"name":"GPKGXYZTileRetriever","abstract":"

    XYZ Tile Retriever, assumes XYZ tiles

    "},"Classes/GPKGTileColumn.html":{"name":"GPKGTileColumn","abstract":"

    Tile column

    "},"Classes/GPKGTileColumns.html":{"name":"GPKGTileColumns","abstract":"

    Collection of tile columns

    "},"Classes/GPKGTileDao.html":{"name":"GPKGTileDao","abstract":"

    Tile DAO for reading tile user tables

    "},"Classes/GPKGTileDaoUtils.html":{"name":"GPKGTileDaoUtils","abstract":"

    Tile Data Access Object utilities

    "},"Classes/GPKGTileRow.html":{"name":"GPKGTileRow","abstract":"

    Tile Row containing the values from a single results row

    "},"Classes/GPKGTileTable.html":{"name":"GPKGTileTable","abstract":"

    Represents a user tile table

    "},"Classes/GPKGTileTableMetadata.html":{"name":"GPKGTileTableMetadata","abstract":"

    Tile Table Metadata for defining table creation information

    "},"Classes/GPKGTileTableReader.html":{"name":"GPKGTileTableReader","abstract":"

    Reads the metadata from an existing tile table

    "},"Classes/GPKGContentValues.html":{"name":"GPKGContentValues","abstract":"

    Content Values mapping between columns and values

    "},"Classes/GPKGRowPaginatedResults.html":{"name":"GPKGRowPaginatedResults","abstract":"

    Paginated Row Results for iterating and querying through chunks

    "},"Classes/GPKGRowResultSet.html":{"name":"GPKGRowResultSet","abstract":"

    User Row wrapped Result set

    "},"Classes/GPKGUserColumn.html":{"name":"GPKGUserColumn","abstract":"

    Metadata about a single column from a user table

    "},"Classes/GPKGUserColumns.html":{"name":"GPKGUserColumns","abstract":"

    Abstract collection of columns from a user table, representing a full set of"},"Classes/GPKGUserDao.html":{"name":"GPKGUserDao","abstract":"

    Abstract User DAO for reading user tables

    "},"Classes/GPKGUserRow.html":{"name":"GPKGUserRow","abstract":"

    User Row containing the values from a single result row

    "},"Classes/GPKGUserRowSync.html":{"name":"GPKGUserRowSync","abstract":"

    User Row Sync to support sharing a single user row read copy when multiple"},"Classes/GPKGUserTable.html":{"name":"GPKGUserTable","abstract":"

    Abstract user table

    "},"Classes/GPKGUserTableMetadata.html":{"name":"GPKGUserTableMetadata","abstract":"

    User Table Metadata for defining table creation information

    "},"Classes/GPKGUserTableReader.html":{"name":"GPKGUserTableReader","abstract":"

    Reads the metadata from an existing user table

    "},"Classes/GPKGUserCustomColumn.html":{"name":"GPKGUserCustomColumn","abstract":"

    User Custom column

    "},"Classes/GPKGUserCustomColumns.html":{"name":"GPKGUserCustomColumns","abstract":"

    Collection of user custom columns

    "},"Classes/GPKGUserCustomDao.html":{"name":"GPKGUserCustomDao","abstract":"

    User Custom DAO for reading user custom data tables

    "},"Classes/GPKGUserCustomRow.html":{"name":"GPKGUserCustomRow","abstract":"

    User Custom Row containing the values from a single results row

    "},"Classes/GPKGUserCustomTable.html":{"name":"GPKGUserCustomTable","abstract":"

    Represents a user custom table

    "},"Classes/GPKGUserCustomTableReader.html":{"name":"GPKGUserCustomTableReader","abstract":"

    Reads the metadata from an existing user custom table

    "},"Classes/GPKGGeoPackageValidate.html":{"name":"GPKGGeoPackageValidate","abstract":"

    Performs GeoPackage validations

    "},"Classes.html":{"name":"Classes","abstract":"

    The following classes are available globally.

    "},"Constants.html":{"name":"Constants","abstract":"

    The following constants are available globally.

    "},"Enums.html":{"name":"Enumerations","abstract":"

    The following enumerations are available globally.

    "},"Protocols.html":{"name":"Protocols","abstract":"

    The following protocols are available globally.

    "},"Type%20Definitions.html":{"name":"Type Definitions","abstract":"

    The following type definitions are available globally.

    "},"Functions.html":{"name":"Functions","abstract":"

    The following functions are available globally.

    "},"Structs.html":{"name":"Structures","abstract":"

    The following structures are available globally.

    "}} \ No newline at end of file diff --git a/docs/docs/api/undocumented.json b/docs/docs/api/undocumented.json index 1bf6f8a6..8ff89037 100644 --- a/docs/docs/api/undocumented.json +++ b/docs/docs/api/undocumented.json @@ -1,8990 +1,8990 @@ { "warnings": [ { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSAxisDirectionTypes.h", - "line": 15, - "symbol": "CRSAxisDirectionType.CRS_AXIS_AFT", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", - "warning": "undocumented" - }, - { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSAxisDirectionTypes.h", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/ogc-api-features-json-ios/OAFCollections.h", "line": 16, - "symbol": "CRSAxisDirectionType.CRS_AXIS_AWAY_FROM", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "symbol": "OAFCollections", + "symbol_kind": "sourcekitten.source.lang.objc.decl.class", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSAxisDirectionTypes.h", - "line": 17, - "symbol": "CRSAxisDirectionType.CRS_AXIS_CLOCKWISE", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", + "line": 58, + "symbol": "pj_release", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSAxisDirectionTypes.h", - "line": 18, - "symbol": "CRSAxisDirectionType.CRS_AXIS_COLUMN_NEGATIVE", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", + "line": 64, + "symbol": "pj_errno", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSAxisDirectionTypes.h", - "line": 19, - "symbol": "CRSAxisDirectionType.CRS_AXIS_COLUMN_POSITIVE", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", + "line": 76, + "symbol": "projPJ", + "symbol_kind": "sourcekitten.source.lang.objc.decl.typedef", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSAxisDirectionTypes.h", - "line": 20, - "symbol": "CRSAxisDirectionType.CRS_AXIS_COUNTER_CLOCKWISE", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", + "line": 77, + "symbol": "projCtx", + "symbol_kind": "sourcekitten.source.lang.objc.decl.typedef", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSAxisDirectionTypes.h", - "line": 21, - "symbol": "CRSAxisDirectionType.CRS_AXIS_DISPLAY_DOWN", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", + "line": 85, + "symbol": "PAFile", + "symbol_kind": "sourcekitten.source.lang.objc.decl.typedef", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSAxisDirectionTypes.h", - "line": 22, - "symbol": "CRSAxisDirectionType.CRS_AXIS_DISPLAY_LEFT", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", + "line": 86, + "symbol": "projFileAPI", + "symbol_kind": "sourcekitten.source.lang.objc.decl.typedef", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSAxisDirectionTypes.h", - "line": 23, - "symbol": "CRSAxisDirectionType.CRS_AXIS_DISPLAY_RIGHT", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", + "line": 86, + "symbol": "projFileAPI.projFileAPI_t", + "symbol_kind": "sourcekitten.source.lang.objc.decl.struct", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSAxisDirectionTypes.h", - "line": 24, - "symbol": "CRSAxisDirectionType.CRS_AXIS_DISPLAY_UP", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", + "line": 86, + "symbol": "projFileAPI_t", + "symbol_kind": "sourcekitten.source.lang.objc.decl.struct", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSAxisDirectionTypes.h", - "line": 25, - "symbol": "CRSAxisDirectionType.CRS_AXIS_DOWN", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", + "line": 87, + "symbol": "projFileAPI.projFileAPI_t.FOpen", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSAxisDirectionTypes.h", - "line": 26, - "symbol": "CRSAxisDirectionType.CRS_AXIS_EAST", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", + "line": 87, + "symbol": "projFileAPI_t.FOpen", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSAxisDirectionTypes.h", - "line": 27, - "symbol": "CRSAxisDirectionType.CRS_AXIS_EAST_NORTH_EAST", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", + "line": 88, + "symbol": "projFileAPI.projFileAPI_t.FRead", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSAxisDirectionTypes.h", - "line": 28, - "symbol": "CRSAxisDirectionType.CRS_AXIS_EAST_SOUTH_EAST", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", + "line": 88, + "symbol": "projFileAPI_t.FRead", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSAxisDirectionTypes.h", - "line": 29, - "symbol": "CRSAxisDirectionType.CRS_AXIS_FORWARD", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", + "line": 89, + "symbol": "projFileAPI.projFileAPI_t.FSeek", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSAxisDirectionTypes.h", - "line": 30, - "symbol": "CRSAxisDirectionType.CRS_AXIS_FUTURE", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", + "line": 89, + "symbol": "projFileAPI_t.FSeek", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSAxisDirectionTypes.h", - "line": 31, - "symbol": "CRSAxisDirectionType.CRS_AXIS_GEOCENTRIC_X", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", + "line": 90, + "symbol": "projFileAPI.projFileAPI_t.FTell", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSAxisDirectionTypes.h", - "line": 32, - "symbol": "CRSAxisDirectionType.CRS_AXIS_GEOCENTRIC_Y", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", + "line": 90, + "symbol": "projFileAPI_t.FTell", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSAxisDirectionTypes.h", - "line": 33, - "symbol": "CRSAxisDirectionType.CRS_AXIS_GEOCENTRIC_Z", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", + "line": 91, + "symbol": "projFileAPI.projFileAPI_t.FClose", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSAxisDirectionTypes.h", - "line": 34, - "symbol": "CRSAxisDirectionType.CRS_AXIS_NORTH", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", + "line": 91, + "symbol": "projFileAPI_t.FClose", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSAxisDirectionTypes.h", - "line": 35, - "symbol": "CRSAxisDirectionType.CRS_AXIS_NORTH_EAST", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", + "line": 96, + "symbol": "pj_fwd", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSAxisDirectionTypes.h", - "line": 36, - "symbol": "CRSAxisDirectionType.CRS_AXIS_NORTH_NORTH_EAST", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", + "line": 97, + "symbol": "pj_inv", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSAxisDirectionTypes.h", - "line": 37, - "symbol": "CRSAxisDirectionType.CRS_AXIS_NORTH_NORTH_WEST", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", + "line": 99, + "symbol": "pj_fwd3d", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSAxisDirectionTypes.h", - "line": 38, - "symbol": "CRSAxisDirectionType.CRS_AXIS_NORTH_WEST", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", + "line": 100, + "symbol": "pj_inv3d", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSAxisDirectionTypes.h", - "line": 39, - "symbol": "CRSAxisDirectionType.CRS_AXIS_PAST", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", + "line": 102, + "symbol": "pj_transform", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSAxisDirectionTypes.h", - "line": 40, - "symbol": "CRSAxisDirectionType.CRS_AXIS_PORT", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", + "line": 104, + "symbol": "pj_datum_transform", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSAxisDirectionTypes.h", - "line": 41, - "symbol": "CRSAxisDirectionType.CRS_AXIS_ROW_NEGATIVE", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", + "line": 106, + "symbol": "pj_geocentric_to_geodetic", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSAxisDirectionTypes.h", - "line": 42, - "symbol": "CRSAxisDirectionType.CRS_AXIS_ROW_POSITIVE", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", + "line": 109, + "symbol": "pj_geodetic_to_geocentric", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSAxisDirectionTypes.h", - "line": 43, - "symbol": "CRSAxisDirectionType.CRS_AXIS_SOUTH", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", + "line": 112, + "symbol": "pj_compare_datums", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSAxisDirectionTypes.h", - "line": 44, - "symbol": "CRSAxisDirectionType.CRS_AXIS_SOUTH_EAST", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", + "line": 113, + "symbol": "pj_apply_gridshift", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSAxisDirectionTypes.h", - "line": 45, - "symbol": "CRSAxisDirectionType.CRS_AXIS_SOUTH_SOUTH_EAST", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", + "line": 116, + "symbol": "pj_deallocate_grids", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSAxisDirectionTypes.h", - "line": 46, - "symbol": "CRSAxisDirectionType.CRS_AXIS_SOUTH_SOUTH_WEST", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", + "line": 117, + "symbol": "pj_clear_initcache", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSAxisDirectionTypes.h", - "line": 47, - "symbol": "CRSAxisDirectionType.CRS_AXIS_SOUTH_WEST", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", + "line": 118, + "symbol": "pj_is_latlong", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSAxisDirectionTypes.h", - "line": 48, - "symbol": "CRSAxisDirectionType.CRS_AXIS_STARBOARD", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", + "line": 119, + "symbol": "pj_is_geocent", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSAxisDirectionTypes.h", - "line": 49, - "symbol": "CRSAxisDirectionType.CRS_AXIS_TOWARDS", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", + "line": 120, + "symbol": "pj_get_spheroid_defn", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSAxisDirectionTypes.h", - "line": 50, - "symbol": "CRSAxisDirectionType.CRS_AXIS_UNSPECIFIED", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", + "line": 121, + "symbol": "pj_pr_list", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSAxisDirectionTypes.h", - "line": 51, - "symbol": "CRSAxisDirectionType.CRS_AXIS_UP", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", + "line": 122, + "symbol": "pj_free", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSAxisDirectionTypes.h", - "line": 52, - "symbol": "CRSAxisDirectionType.CRS_AXIS_WEST", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", + "line": 123, + "symbol": "pj_set_finder", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSAxisDirectionTypes.h", - "line": 53, - "symbol": "CRSAxisDirectionType.CRS_AXIS_WEST_NORTH_WEST", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", + "line": 124, + "symbol": "pj_set_searchpath", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSAxisDirectionTypes.h", - "line": 54, - "symbol": "CRSAxisDirectionType.CRS_AXIS_WEST_SOUTH_WEST", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", + "line": 125, + "symbol": "pj_init", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSAxisDirectionTypes.h", - "line": 61, - "symbol": "CRS_AXIS_AWAY_FROM_NAME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", + "line": 126, + "symbol": "pj_init_plus", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSAxisDirectionTypes.h", - "line": 62, - "symbol": "CRS_AXIS_CLOCKWISE_NAME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", + "line": 127, + "symbol": "pj_init_ctx", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSAxisDirectionTypes.h", - "line": 63, - "symbol": "CRS_AXIS_COLUMN_NEGATIVE_NAME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", + "line": 128, + "symbol": "pj_init_plus_ctx", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSAxisDirectionTypes.h", - "line": 64, - "symbol": "CRS_AXIS_COLUMN_POSITIVE_NAME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", + "line": 129, + "symbol": "pj_get_def", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSAxisDirectionTypes.h", - "line": 65, - "symbol": "CRS_AXIS_COUNTER_CLOCKWISE_NAME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", + "line": 130, + "symbol": "pj_latlong_from_proj", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSAxisDirectionTypes.h", - "line": 66, - "symbol": "CRS_AXIS_DISPLAY_DOWN_NAME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", + "line": 131, + "symbol": "pj_malloc", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSAxisDirectionTypes.h", - "line": 67, - "symbol": "CRS_AXIS_DISPLAY_LEFT_NAME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", + "line": 132, + "symbol": "pj_dalloc", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSAxisDirectionTypes.h", - "line": 68, - "symbol": "CRS_AXIS_DISPLAY_RIGHT_NAME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", + "line": 133, + "symbol": "pj_calloc", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSAxisDirectionTypes.h", - "line": 69, - "symbol": "CRS_AXIS_DISPLAY_UP_NAME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", + "line": 134, + "symbol": "pj_dealloc", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSAxisDirectionTypes.h", - "line": 70, - "symbol": "CRS_AXIS_DOWN_NAME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", + "line": 135, + "symbol": "pj_strerrno", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSAxisDirectionTypes.h", - "line": 71, - "symbol": "CRS_AXIS_EAST_NAME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", + "line": 136, + "symbol": "pj_get_errno_ref", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSAxisDirectionTypes.h", - "line": 72, - "symbol": "CRS_AXIS_EAST_NORTH_EAST_NAME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", + "line": 137, + "symbol": "pj_get_release", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSAxisDirectionTypes.h", - "line": 73, - "symbol": "CRS_AXIS_EAST_SOUTH_EAST_NAME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", + "line": 138, + "symbol": "pj_acquire_lock", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSAxisDirectionTypes.h", - "line": 74, - "symbol": "CRS_AXIS_FORWARD_NAME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", + "line": 139, + "symbol": "pj_release_lock", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSAxisDirectionTypes.h", - "line": 75, - "symbol": "CRS_AXIS_FUTURE_NAME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", + "line": 140, + "symbol": "pj_cleanup_lock", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSAxisDirectionTypes.h", - "line": 76, - "symbol": "CRS_AXIS_GEOCENTRIC_X_NAME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", + "line": 142, + "symbol": "pj_get_default_ctx", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSAxisDirectionTypes.h", - "line": 77, - "symbol": "CRS_AXIS_GEOCENTRIC_Y_NAME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", + "line": 143, + "symbol": "pj_get_ctx", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSAxisDirectionTypes.h", - "line": 78, - "symbol": "CRS_AXIS_GEOCENTRIC_Z_NAME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", + "line": 144, + "symbol": "pj_set_ctx", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSAxisDirectionTypes.h", - "line": 79, - "symbol": "CRS_AXIS_NORTH_NAME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", + "line": 145, + "symbol": "pj_ctx_alloc", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSAxisDirectionTypes.h", - "line": 80, - "symbol": "CRS_AXIS_NORTH_EAST_NAME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", + "line": 146, + "symbol": "pj_ctx_free", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSAxisDirectionTypes.h", - "line": 81, - "symbol": "CRS_AXIS_NORTH_NORTH_EAST_NAME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", + "line": 147, + "symbol": "pj_ctx_get_errno", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSAxisDirectionTypes.h", - "line": 82, - "symbol": "CRS_AXIS_NORTH_NORTH_WEST_NAME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", + "line": 148, + "symbol": "pj_ctx_set_errno", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSAxisDirectionTypes.h", - "line": 83, - "symbol": "CRS_AXIS_NORTH_WEST_NAME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", + "line": 149, + "symbol": "pj_ctx_set_debug", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSAxisDirectionTypes.h", - "line": 84, - "symbol": "CRS_AXIS_PAST_NAME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", + "line": 150, + "symbol": "pj_ctx_set_logger", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSAxisDirectionTypes.h", - "line": 85, - "symbol": "CRS_AXIS_PORT_NAME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", + "line": 151, + "symbol": "pj_ctx_set_app_data", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSAxisDirectionTypes.h", - "line": 86, - "symbol": "CRS_AXIS_ROW_NEGATIVE_NAME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", + "line": 152, + "symbol": "pj_ctx_get_app_data", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSAxisDirectionTypes.h", - "line": 87, - "symbol": "CRS_AXIS_ROW_POSITIVE_NAME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", + "line": 153, + "symbol": "pj_ctx_set_fileapi", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSAxisDirectionTypes.h", - "line": 88, - "symbol": "CRS_AXIS_SOUTH_NAME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", + "line": 154, + "symbol": "pj_ctx_get_fileapi", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSAxisDirectionTypes.h", - "line": 89, - "symbol": "CRS_AXIS_SOUTH_EAST_NAME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", + "line": 156, + "symbol": "pj_log", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSAxisDirectionTypes.h", - "line": 90, - "symbol": "CRS_AXIS_SOUTH_SOUTH_EAST_NAME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", + "line": 157, + "symbol": "pj_stderr_logger", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSAxisDirectionTypes.h", - "line": 91, - "symbol": "CRS_AXIS_SOUTH_SOUTH_WEST_NAME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", + "line": 160, + "symbol": "pj_get_default_fileapi", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSAxisDirectionTypes.h", - "line": 92, - "symbol": "CRS_AXIS_SOUTH_WEST_NAME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", + "line": 162, + "symbol": "pj_ctx_fopen", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSAxisDirectionTypes.h", - "line": 93, - "symbol": "CRS_AXIS_STARBOARD_NAME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", + "line": 163, + "symbol": "pj_ctx_fread", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSAxisDirectionTypes.h", - "line": 94, - "symbol": "CRS_AXIS_TOWARDS_NAME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", - "warning": "undocumented" - }, - { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSAxisDirectionTypes.h", - "line": 95, - "symbol": "CRS_AXIS_UNSPECIFIED_NAME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", + "line": 164, + "symbol": "pj_ctx_fseek", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSAxisDirectionTypes.h", - "line": 96, - "symbol": "CRS_AXIS_UP_NAME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", + "line": 165, + "symbol": "pj_ctx_ftell", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSAxisDirectionTypes.h", - "line": 97, - "symbol": "CRS_AXIS_WEST_NAME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", + "line": 166, + "symbol": "pj_ctx_fclose", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSAxisDirectionTypes.h", - "line": 98, - "symbol": "CRS_AXIS_WEST_NORTH_WEST_NAME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", + "line": 167, + "symbol": "pj_ctx_fgets", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSAxisDirectionTypes.h", - "line": 99, - "symbol": "CRS_AXIS_WEST_SOUTH_WEST_NAME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", + "line": 169, + "symbol": "pj_open_lib", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSCategoryTypes.h", - "line": 15, - "symbol": "CRSCategoryType.CRS_CATEGORY_CRS", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", + "line": 171, + "symbol": "pj_run_selftests", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSCategoryTypes.h", - "line": 16, - "symbol": "CRSCategoryType.CRS_CATEGORY_OPERATION", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 86, + "symbol": "hypot", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSCategoryTypes.h", - "line": 17, - "symbol": "CRSCategoryType.CRS_CATEGORY_METADATA", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 138, + "symbol": "projFileAPI_t", + "symbol_kind": "sourcekitten.source.lang.objc.decl.struct", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSCategoryTypes.h", - "line": 24, - "symbol": "CRS_CATEGORY_OPERATION_NAME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 141, + "symbol": "", + "symbol_kind": "sourcekitten.source.lang.objc.decl.struct", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSCategoryTypes.h", - "line": 25, - "symbol": "CRS_CATEGORY_METADATA_NAME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 141, + "symbol": "projCtx_t", + "symbol_kind": "sourcekitten.source.lang.objc.decl.typedef", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSCoordinateSystemTypes.h", - "line": 15, - "symbol": "CRSCoordinateSystemType.CRS_CS_AFFINE", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 141, + "symbol": "projCtx_t.", + "symbol_kind": "sourcekitten.source.lang.objc.decl.struct", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSCoordinateSystemTypes.h", - "line": 16, - "symbol": "CRSCoordinateSystemType.CRS_CS_CARTESIAN", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 142, + "symbol": ".last_errno", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSCoordinateSystemTypes.h", - "line": 17, - "symbol": "CRSCoordinateSystemType.CRS_CS_CYLINDRICAL", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 142, + "symbol": "projCtx_t..last_errno", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSCoordinateSystemTypes.h", - "line": 18, - "symbol": "CRSCoordinateSystemType.CRS_CS_ELLIPSOIDAL", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 143, + "symbol": ".debug_level", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSCoordinateSystemTypes.h", - "line": 19, - "symbol": "CRSCoordinateSystemType.CRS_CS_LINEAR", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 143, + "symbol": "projCtx_t..debug_level", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSCoordinateSystemTypes.h", - "line": 20, - "symbol": "CRSCoordinateSystemType.CRS_CS_ORDINAL", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 144, + "symbol": ".logger", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSCoordinateSystemTypes.h", - "line": 21, - "symbol": "CRSCoordinateSystemType.CRS_CS_PARAMETRIC", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 144, + "symbol": "projCtx_t..logger", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSCoordinateSystemTypes.h", - "line": 22, - "symbol": "CRSCoordinateSystemType.CRS_CS_POLAR", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 145, + "symbol": ".app_data", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSCoordinateSystemTypes.h", - "line": 23, - "symbol": "CRSCoordinateSystemType.CRS_CS_SPHERICAL", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 145, + "symbol": "projCtx_t..app_data", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSCoordinateSystemTypes.h", - "line": 24, - "symbol": "CRSCoordinateSystemType.CRS_CS_TEMPORAL_COUNT", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 146, + "symbol": ".fileapi", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSCoordinateSystemTypes.h", - "line": 25, - "symbol": "CRSCoordinateSystemType.CRS_CS_TEMPORAL_DATE_TIME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 146, + "symbol": "projCtx_t..fileapi", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSCoordinateSystemTypes.h", - "line": 26, - "symbol": "CRSCoordinateSystemType.CRS_CS_TEMPORAL_MEASURE", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 164, + "symbol": "", + "symbol_kind": "sourcekitten.source.lang.objc.decl.struct", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSCoordinateSystemTypes.h", - "line": 27, - "symbol": "CRSCoordinateSystemType.CRS_CS_VERTICAL", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 164, + "symbol": ".u", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSCoordinateSystemTypes.h", - "line": 34, - "symbol": "CRS_CS_CARTESIAN_NAME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 164, + "symbol": ".v", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSCoordinateSystemTypes.h", - "line": 35, - "symbol": "CRS_CS_CYLINDRICAL_NAME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 164, + "symbol": "projUV", + "symbol_kind": "sourcekitten.source.lang.objc.decl.typedef", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSCoordinateSystemTypes.h", - "line": 36, - "symbol": "CRS_CS_ELLIPSOIDAL_NAME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 164, + "symbol": "projUV.", + "symbol_kind": "sourcekitten.source.lang.objc.decl.struct", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSCoordinateSystemTypes.h", - "line": 37, - "symbol": "CRS_CS_LINEAR_NAME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 164, + "symbol": "projUV..u", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSCoordinateSystemTypes.h", - "line": 38, - "symbol": "CRS_CS_ORDINAL_NAME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 164, + "symbol": "projUV..v", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSCoordinateSystemTypes.h", - "line": 39, - "symbol": "CRS_CS_PARAMETRIC_NAME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 165, + "symbol": "", + "symbol_kind": "sourcekitten.source.lang.objc.decl.struct", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSCoordinateSystemTypes.h", - "line": 40, - "symbol": "CRS_CS_POLAR_NAME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 165, + "symbol": ".i", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSCoordinateSystemTypes.h", - "line": 41, - "symbol": "CRS_CS_SPHERICAL_NAME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 165, + "symbol": ".r", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSCoordinateSystemTypes.h", - "line": 42, - "symbol": "CRS_CS_TEMPORAL_COUNT_NAME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 165, + "symbol": "COMPLEX", + "symbol_kind": "sourcekitten.source.lang.objc.decl.typedef", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSCoordinateSystemTypes.h", - "line": 43, - "symbol": "CRS_CS_TEMPORAL_DATE_TIME_NAME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 165, + "symbol": "COMPLEX.", + "symbol_kind": "sourcekitten.source.lang.objc.decl.struct", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSCoordinateSystemTypes.h", - "line": 44, - "symbol": "CRS_CS_TEMPORAL_MEASURE_NAME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 165, + "symbol": "COMPLEX..i", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSCoordinateSystemTypes.h", - "line": 45, - "symbol": "CRS_CS_VERTICAL_NAME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 165, + "symbol": "COMPLEX..r", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSEllipsoidTypes.h", - "line": 15, - "symbol": "CRSEllipsoidType.CRS_ELLIPSOID_OBLATE", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 166, + "symbol": "", + "symbol_kind": "sourcekitten.source.lang.objc.decl.struct", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSEllipsoidTypes.h", - "line": 16, - "symbol": "CRSEllipsoidType.CRS_ELLIPSOID_TRIAXIAL", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", - "warning": "undocumented" - }, - { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSEllipsoidTypes.h", - "line": 23, - "symbol": "CRS_ELLIPSOID_TRIAXIAL_NAME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 166, + "symbol": ".u", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSEllipsoids.h", - "line": 15, - "symbol": "CRSEllipsoidsType.CRS_ELLIPSOIDS_INTERNATIONAL", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 166, + "symbol": ".v", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSEllipsoids.h", - "line": 16, - "symbol": "CRSEllipsoidsType.CRS_ELLIPSOIDS_BESSEL", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 166, + "symbol": ".w", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSEllipsoids.h", - "line": 17, - "symbol": "CRSEllipsoidsType.CRS_ELLIPSOIDS_CLARKE_1866", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 166, + "symbol": "projUVW", + "symbol_kind": "sourcekitten.source.lang.objc.decl.typedef", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSEllipsoids.h", - "line": 18, - "symbol": "CRSEllipsoidsType.CRS_ELLIPSOIDS_CLARKE_1880", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 166, + "symbol": "projUVW.", + "symbol_kind": "sourcekitten.source.lang.objc.decl.struct", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSEllipsoids.h", - "line": 19, - "symbol": "CRSEllipsoidsType.CRS_ELLIPSOIDS_AIRY", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 166, + "symbol": "projUVW..u", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSEllipsoids.h", - "line": 20, - "symbol": "CRSEllipsoidsType.CRS_ELLIPSOIDS_WGS60", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 166, + "symbol": "projUVW..v", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSEllipsoids.h", - "line": 21, - "symbol": "CRSEllipsoidsType.CRS_ELLIPSOIDS_WGS66", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 166, + "symbol": "projUVW..w", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSEllipsoids.h", - "line": 22, - "symbol": "CRSEllipsoidsType.CRS_ELLIPSOIDS_WGS72", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 180, + "symbol": "", + "symbol_kind": "sourcekitten.source.lang.objc.decl.union", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSEllipsoids.h", - "line": 23, - "symbol": "CRSEllipsoidsType.CRS_ELLIPSOIDS_WGS84", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 180, + "symbol": ".f", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSEllipsoids.h", - "line": 24, - "symbol": "CRSEllipsoidsType.CRS_ELLIPSOIDS_KRASSOVSKY", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 180, + "symbol": ".i", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSEllipsoids.h", - "line": 25, - "symbol": "CRSEllipsoidsType.CRS_ELLIPSOIDS_EVEREST", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 180, + "symbol": ".s", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSEllipsoids.h", - "line": 26, - "symbol": "CRSEllipsoidsType.CRS_ELLIPSOIDS_INTERNATIONAL_1967", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 180, + "symbol": "PROJVALUE", + "symbol_kind": "sourcekitten.source.lang.objc.decl.typedef", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSEllipsoids.h", - "line": 27, - "symbol": "CRSEllipsoidsType.CRS_ELLIPSOIDS_GRS80", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 180, + "symbol": "PROJVALUE.", + "symbol_kind": "sourcekitten.source.lang.objc.decl.union", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSEllipsoids.h", - "line": 28, - "symbol": "CRSEllipsoidsType.CRS_ELLIPSOIDS_AUSTRALIAN", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 180, + "symbol": "PROJVALUE..f", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSEllipsoids.h", - "line": 29, - "symbol": "CRSEllipsoidsType.CRS_ELLIPSOIDS_MERIT", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 180, + "symbol": "PROJVALUE..i", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSEllipsoids.h", - "line": 30, - "symbol": "CRSEllipsoidsType.CRS_ELLIPSOIDS_SGS85", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 180, + "symbol": "PROJVALUE..s", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSEllipsoids.h", - "line": 31, - "symbol": "CRSEllipsoidsType.CRS_ELLIPSOIDS_IAU76", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 181, + "symbol": "PJconsts", + "symbol_kind": "sourcekitten.source.lang.objc.decl.struct", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSEllipsoids.h", - "line": 32, - "symbol": "CRSEllipsoidsType.CRS_ELLIPSOIDS_APL4_9", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 183, + "symbol": "PJ_LIST", + "symbol_kind": "sourcekitten.source.lang.objc.decl.struct", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSEllipsoids.h", - "line": 33, - "symbol": "CRSEllipsoidsType.CRS_ELLIPSOIDS_NWL9D", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 184, + "symbol": "PJ_LIST.id", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSEllipsoids.h", - "line": 34, - "symbol": "CRSEllipsoidsType.CRS_ELLIPSOIDS_MOD_AIRY", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 185, + "symbol": "PJ_LIST.proj", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSEllipsoids.h", - "line": 35, - "symbol": "CRSEllipsoidsType.CRS_ELLIPSOIDS_ANDRAE", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 186, + "symbol": "PJ_LIST.descr", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSEllipsoids.h", - "line": 36, - "symbol": "CRSEllipsoidsType.CRS_ELLIPSOIDS_AUST_SA", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 190, + "symbol": "PJ_SELFTEST_LIST", + "symbol_kind": "sourcekitten.source.lang.objc.decl.struct", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSEllipsoids.h", - "line": 37, - "symbol": "CRSEllipsoidsType.CRS_ELLIPSOIDS_GRS67", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 191, + "symbol": "PJ_SELFTEST_LIST.id", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSEllipsoids.h", - "line": 38, - "symbol": "CRSEllipsoidsType.CRS_ELLIPSOIDS_BESS_NAM", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 192, + "symbol": "PJ_SELFTEST_LIST.testfunc", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSEllipsoids.h", - "line": 39, - "symbol": "CRSEllipsoidsType.CRS_ELLIPSOIDS_CPM", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 195, + "symbol": "PJ_ELLPS", + "symbol_kind": "sourcekitten.source.lang.objc.decl.struct", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSEllipsoids.h", - "line": 40, - "symbol": "CRSEllipsoidsType.CRS_ELLIPSOIDS_DELMBR", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 196, + "symbol": "PJ_ELLPS.id", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSEllipsoids.h", - "line": 41, - "symbol": "CRSEllipsoidsType.CRS_ELLIPSOIDS_ENGELIS", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 197, + "symbol": "PJ_ELLPS.major", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSEllipsoids.h", - "line": 42, - "symbol": "CRSEllipsoidsType.CRS_ELLIPSOIDS_EVRST48", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 198, + "symbol": "PJ_ELLPS.ell", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSEllipsoids.h", - "line": 43, - "symbol": "CRSEllipsoidsType.CRS_ELLIPSOIDS_EVRST56", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 199, + "symbol": "PJ_ELLPS.name", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSEllipsoids.h", - "line": 44, - "symbol": "CRSEllipsoidsType.CRS_ELLIPSOIDS_EVRTS69", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 201, + "symbol": "PJ_UNITS", + "symbol_kind": "sourcekitten.source.lang.objc.decl.struct", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSEllipsoids.h", - "line": 45, - "symbol": "CRSEllipsoidsType.CRS_ELLIPSOIDS_EVRTSTSS", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 202, + "symbol": "PJ_UNITS.id", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSEllipsoids.h", - "line": 46, - "symbol": "CRSEllipsoidsType.CRS_ELLIPSOIDS_FRSCH60", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 203, + "symbol": "PJ_UNITS.to_meter", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSEllipsoids.h", - "line": 47, - "symbol": "CRSEllipsoidsType.CRS_ELLIPSOIDS_FSRCH60M", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 204, + "symbol": "PJ_UNITS.name", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSEllipsoids.h", - "line": 48, - "symbol": "CRSEllipsoidsType.CRS_ELLIPSOIDS_FSCHR68", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 207, + "symbol": "PJ_DATUMS", + "symbol_kind": "sourcekitten.source.lang.objc.decl.struct", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSEllipsoids.h", - "line": 49, - "symbol": "CRSEllipsoidsType.CRS_ELLIPSOIDS_HELMERT", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 208, + "symbol": "PJ_DATUMS.id", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSEllipsoids.h", - "line": 50, - "symbol": "CRSEllipsoidsType.CRS_ELLIPSOIDS_HOUGH", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 209, + "symbol": "PJ_DATUMS.defn", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSEllipsoids.h", - "line": 51, - "symbol": "CRSEllipsoidsType.CRS_ELLIPSOIDS_KAULA", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 210, + "symbol": "PJ_DATUMS.ellipse_id", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSEllipsoids.h", - "line": 52, - "symbol": "CRSEllipsoidsType.CRS_ELLIPSOIDS_LERCH", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 211, + "symbol": "PJ_DATUMS.comments", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSEllipsoids.h", - "line": 53, - "symbol": "CRSEllipsoidsType.CRS_ELLIPSOIDS_MPRTS", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 214, + "symbol": "PJ_PRIME_MERIDIANS", + "symbol_kind": "sourcekitten.source.lang.objc.decl.struct", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSEllipsoids.h", - "line": 54, - "symbol": "CRSEllipsoidsType.CRS_ELLIPSOIDS_PLESSIS", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 215, + "symbol": "PJ_PRIME_MERIDIANS.id", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSEllipsoids.h", - "line": 55, - "symbol": "CRSEllipsoidsType.CRS_ELLIPSOIDS_SEASIA", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 216, + "symbol": "PJ_PRIME_MERIDIANS.defn", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSEllipsoids.h", - "line": 56, - "symbol": "CRSEllipsoidsType.CRS_ELLIPSOIDS_WALBECK", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 219, + "symbol": "", + "symbol_kind": "sourcekitten.source.lang.objc.decl.struct", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSEllipsoids.h", - "line": 57, - "symbol": "CRSEllipsoidsType.CRS_ELLIPSOIDS_NAD27", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 219, + "symbol": "PJ_Region", + "symbol_kind": "sourcekitten.source.lang.objc.decl.typedef", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSEllipsoids.h", - "line": 58, - "symbol": "CRSEllipsoidsType.CRS_ELLIPSOIDS_NAD83", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 219, + "symbol": "PJ_Region.", + "symbol_kind": "sourcekitten.source.lang.objc.decl.struct", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSEllipsoids.h", - "line": 59, - "symbol": "CRSEllipsoidsType.CRS_ELLIPSOIDS_SPHERE", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 220, + "symbol": ".ll_long", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSGeoDatums.h", - "line": 15, - "symbol": "CRSGeoDatumType.CRS_DATUM_WGS84", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 220, + "symbol": "PJ_Region..ll_long", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSGeoDatums.h", - "line": 16, - "symbol": "CRSGeoDatumType.CRS_DATUM_GGRS87", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 221, + "symbol": ".ll_lat", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSGeoDatums.h", - "line": 17, - "symbol": "CRSGeoDatumType.CRS_DATUM_NAD83", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 221, + "symbol": "PJ_Region..ll_lat", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSGeoDatums.h", - "line": 18, - "symbol": "CRSGeoDatumType.CRS_DATUM_ETRS89", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 222, + "symbol": ".ur_long", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSGeoDatums.h", - "line": 19, - "symbol": "CRSGeoDatumType.CRS_DATUM_NAD27", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 222, + "symbol": "PJ_Region..ur_long", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSGeoDatums.h", - "line": 20, - "symbol": "CRSGeoDatumType.CRS_DATUM_POTSDAM", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 223, + "symbol": ".ur_lat", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSGeoDatums.h", - "line": 21, - "symbol": "CRSGeoDatumType.CRS_DATUM_CARTHAGE", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 223, + "symbol": "PJ_Region..ur_lat", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSGeoDatums.h", - "line": 22, - "symbol": "CRSGeoDatumType.CRS_DATUM_HERMANNSKOGEL", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 226, + "symbol": "DERIVS", + "symbol_kind": "sourcekitten.source.lang.objc.decl.struct", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSGeoDatums.h", - "line": 23, - "symbol": "CRSGeoDatumType.CRS_DATUM_IRE65", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 227, + "symbol": "DERIVS.x_l", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSGeoDatums.h", - "line": 24, - "symbol": "CRSGeoDatumType.CRS_DATUM_NZGD49", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 227, + "symbol": "DERIVS.x_p", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSGeoDatums.h", - "line": 25, - "symbol": "CRSGeoDatumType.CRS_DATUM_OSGB36", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 228, + "symbol": "DERIVS.y_l", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSKeyword.h", - "line": 15, - "symbol": "CRSKeywordType.CRS_KEYWORD_ABRIDGEDTRANSFORMATION", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 228, + "symbol": "DERIVS.y_p", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSKeyword.h", - "line": 16, - "symbol": "CRSKeywordType.CRS_KEYWORD_ANCHOR", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 231, + "symbol": "FACTORS", + "symbol_kind": "sourcekitten.source.lang.objc.decl.struct", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSKeyword.h", - "line": 17, - "symbol": "CRSKeywordType.CRS_KEYWORD_ANGLEUNIT", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 232, + "symbol": "FACTORS.der", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSKeyword.h", - "line": 18, - "symbol": "CRSKeywordType.CRS_KEYWORD_AREA", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 233, + "symbol": "FACTORS.h", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSKeyword.h", - "line": 19, - "symbol": "CRSKeywordType.CRS_KEYWORD_AXIS", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 233, + "symbol": "FACTORS.k", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSKeyword.h", - "line": 20, - "symbol": "CRSKeywordType.CRS_KEYWORD_BASEENGCRS", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 234, + "symbol": "FACTORS.omega", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSKeyword.h", - "line": 21, - "symbol": "CRSKeywordType.CRS_KEYWORD_BASEGEODCRS", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 234, + "symbol": "FACTORS.thetap", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSKeyword.h", - "line": 22, - "symbol": "CRSKeywordType.CRS_KEYWORD_BASEGEOGCRS", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 235, + "symbol": "FACTORS.conv", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSKeyword.h", - "line": 23, - "symbol": "CRSKeywordType.CRS_KEYWORD_BASEPARAMCRS", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 236, + "symbol": "FACTORS.s", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSKeyword.h", - "line": 24, - "symbol": "CRSKeywordType.CRS_KEYWORD_BASEPROJCRS", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 237, + "symbol": "FACTORS.a", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSKeyword.h", - "line": 25, - "symbol": "CRSKeywordType.CRS_KEYWORD_BASETIMECRS", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 237, + "symbol": "FACTORS.b", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSKeyword.h", - "line": 26, - "symbol": "CRSKeywordType.CRS_KEYWORD_BASEVERTCRS", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 238, + "symbol": "FACTORS.code", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSKeyword.h", - "line": 27, - "symbol": "CRSKeywordType.CRS_KEYWORD_BBOX", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 247, + "symbol": "ARG_list", + "symbol_kind": "sourcekitten.source.lang.objc.decl.struct", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSKeyword.h", - "line": 28, - "symbol": "CRSKeywordType.CRS_KEYWORD_BEARING", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 247, + "symbol": "paralist", + "symbol_kind": "sourcekitten.source.lang.objc.decl.typedef", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSKeyword.h", - "line": 29, - "symbol": "CRSKeywordType.CRS_KEYWORD_BOUNDCRS", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 247, + "symbol": "paralist.ARG_list", + "symbol_kind": "sourcekitten.source.lang.objc.decl.struct", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSKeyword.h", - "line": 30, - "symbol": "CRSKeywordType.CRS_KEYWORD_CALENDAR", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", - "warning": "undocumented" - }, - { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSKeyword.h", - "line": 31, - "symbol": "CRSKeywordType.CRS_KEYWORD_CITATION", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 248, + "symbol": "ARG_list.next", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSKeyword.h", - "line": 32, - "symbol": "CRSKeywordType.CRS_KEYWORD_CONVERSION", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 248, + "symbol": "paralist.ARG_list.next", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSKeyword.h", - "line": 33, - "symbol": "CRSKeywordType.CRS_KEYWORD_COMPOUNDCRS", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 249, + "symbol": "ARG_list.used", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSKeyword.h", - "line": 34, - "symbol": "CRSKeywordType.CRS_KEYWORD_CONCATENATEDOPERATION", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 249, + "symbol": "paralist.ARG_list.used", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSKeyword.h", - "line": 35, - "symbol": "CRSKeywordType.CRS_KEYWORD_COORDINATEMETADATA", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 250, + "symbol": "ARG_list.param", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSKeyword.h", - "line": 36, - "symbol": "CRSKeywordType.CRS_KEYWORD_COORDINATEOPERATION", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 250, + "symbol": "paralist.ARG_list.param", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSKeyword.h", - "line": 37, - "symbol": "CRSKeywordType.CRS_KEYWORD_CS", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 259, + "symbol": "PJ", + "symbol_kind": "sourcekitten.source.lang.objc.decl.typedef", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSKeyword.h", - "line": 38, - "symbol": "CRSKeywordType.CRS_KEYWORD_DATUM", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 259, + "symbol": "PJ.PJconsts", + "symbol_kind": "sourcekitten.source.lang.objc.decl.struct", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSKeyword.h", - "line": 39, - "symbol": "CRSKeywordType.CRS_KEYWORD_DERIVEDPROJCRS", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 259, + "symbol": "PJconsts", + "symbol_kind": "sourcekitten.source.lang.objc.decl.struct", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSKeyword.h", - "line": 40, - "symbol": "CRSKeywordType.CRS_KEYWORD_DERIVINGCONVERSION", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 260, + "symbol": "PJ.PJconsts.ctx", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSKeyword.h", - "line": 41, - "symbol": "CRSKeywordType.CRS_KEYWORD_DYNAMIC", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 260, + "symbol": "PJconsts.ctx", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSKeyword.h", - "line": 42, - "symbol": "CRSKeywordType.CRS_KEYWORD_EDATUM", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 261, + "symbol": "PJ.PJconsts.fwd", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSKeyword.h", - "line": 43, - "symbol": "CRSKeywordType.CRS_KEYWORD_ELLIPSOID", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 261, + "symbol": "PJconsts.fwd", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSKeyword.h", - "line": 44, - "symbol": "CRSKeywordType.CRS_KEYWORD_ENGCRS", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 262, + "symbol": "PJ.PJconsts.inv", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSKeyword.h", - "line": 45, - "symbol": "CRSKeywordType.CRS_KEYWORD_ENSEMBLE", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 262, + "symbol": "PJconsts.inv", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSKeyword.h", - "line": 46, - "symbol": "CRSKeywordType.CRS_KEYWORD_ENSEMBLEACCURACY", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 263, + "symbol": "PJ.PJconsts.fwd3d", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSKeyword.h", - "line": 47, - "symbol": "CRSKeywordType.CRS_KEYWORD_EPOCH", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 263, + "symbol": "PJconsts.fwd3d", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSKeyword.h", - "line": 48, - "symbol": "CRSKeywordType.CRS_KEYWORD_EXTENSION", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 264, + "symbol": "PJ.PJconsts.inv3d", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSKeyword.h", - "line": 49, - "symbol": "CRSKeywordType.CRS_KEYWORD_FRAMEEPOCH", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 264, + "symbol": "PJconsts.inv3d", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSKeyword.h", - "line": 50, - "symbol": "CRSKeywordType.CRS_KEYWORD_GEOCCS", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 265, + "symbol": "PJ.PJconsts.spc", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSKeyword.h", - "line": 51, - "symbol": "CRSKeywordType.CRS_KEYWORD_GEODCRS", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 265, + "symbol": "PJconsts.spc", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSKeyword.h", - "line": 52, - "symbol": "CRSKeywordType.CRS_KEYWORD_GEOGCS", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 266, + "symbol": "PJ.PJconsts.pfree", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSKeyword.h", - "line": 53, - "symbol": "CRSKeywordType.CRS_KEYWORD_GEOGCRS", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 266, + "symbol": "PJconsts.pfree", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSKeyword.h", - "line": 54, - "symbol": "CRSKeywordType.CRS_KEYWORD_GEOIDMODEL", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 268, + "symbol": "PJ.PJconsts.descr", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSKeyword.h", - "line": 55, - "symbol": "CRSKeywordType.CRS_KEYWORD_ID", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 268, + "symbol": "PJconsts.descr", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSKeyword.h", - "line": 56, - "symbol": "CRSKeywordType.CRS_KEYWORD_INTERPOLATIONCRS", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 269, + "symbol": "PJ.PJconsts.params", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSKeyword.h", - "line": 57, - "symbol": "CRSKeywordType.CRS_KEYWORD_LENGTHUNIT", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 269, + "symbol": "PJconsts.params", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSKeyword.h", - "line": 58, - "symbol": "CRSKeywordType.CRS_KEYWORD_LOCAL_CS", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 270, + "symbol": "PJ.PJconsts.over", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSKeyword.h", - "line": 59, - "symbol": "CRSKeywordType.CRS_KEYWORD_MEMBER", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 270, + "symbol": "PJconsts.over", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSKeyword.h", - "line": 60, - "symbol": "CRSKeywordType.CRS_KEYWORD_MERIDIAN", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 271, + "symbol": "PJ.PJconsts.geoc", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSKeyword.h", - "line": 61, - "symbol": "CRSKeywordType.CRS_KEYWORD_METHOD", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 271, + "symbol": "PJconsts.geoc", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSKeyword.h", - "line": 62, - "symbol": "CRSKeywordType.CRS_KEYWORD_MODEL", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 272, + "symbol": "PJ.PJconsts.is_latlong", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSKeyword.h", - "line": 63, - "symbol": "CRSKeywordType.CRS_KEYWORD_OPERATIONACCURACY", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 272, + "symbol": "PJconsts.is_latlong", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSKeyword.h", - "line": 64, - "symbol": "CRSKeywordType.CRS_KEYWORD_ORDER", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 273, + "symbol": "PJ.PJconsts.is_geocent", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSKeyword.h", - "line": 65, - "symbol": "CRSKeywordType.CRS_KEYWORD_PARAMETER", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 273, + "symbol": "PJconsts.is_geocent", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSKeyword.h", - "line": 66, - "symbol": "CRSKeywordType.CRS_KEYWORD_PARAMETERFILE", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 274, + "symbol": "PJ.PJconsts.a", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSKeyword.h", - "line": 67, - "symbol": "CRSKeywordType.CRS_KEYWORD_PARAMETRICCRS", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", - "warning": "undocumented" - }, - { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSKeyword.h", - "line": 68, - "symbol": "CRSKeywordType.CRS_KEYWORD_PARAMETRICUNIT", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 274, + "symbol": "PJconsts.a", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSKeyword.h", - "line": 69, - "symbol": "CRSKeywordType.CRS_KEYWORD_PDATUM", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 275, + "symbol": "PJ.PJconsts.a_orig", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSKeyword.h", - "line": 70, - "symbol": "CRSKeywordType.CRS_KEYWORD_POINTMOTIONOPERATION", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 275, + "symbol": "PJconsts.a_orig", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSKeyword.h", - "line": 71, - "symbol": "CRSKeywordType.CRS_KEYWORD_PRIMEM", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 276, + "symbol": "PJ.PJconsts.es", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSKeyword.h", - "line": 72, - "symbol": "CRSKeywordType.CRS_KEYWORD_PROJCRS", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 276, + "symbol": "PJconsts.es", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSKeyword.h", - "line": 73, - "symbol": "CRSKeywordType.CRS_KEYWORD_PROJCS", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 277, + "symbol": "PJ.PJconsts.es_orig", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSKeyword.h", - "line": 74, - "symbol": "CRSKeywordType.CRS_KEYWORD_REMARK", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 277, + "symbol": "PJconsts.es_orig", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSKeyword.h", - "line": 75, - "symbol": "CRSKeywordType.CRS_KEYWORD_SCALEUNIT", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 278, + "symbol": "PJ.PJconsts.e", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSKeyword.h", - "line": 76, - "symbol": "CRSKeywordType.CRS_KEYWORD_SCOPE", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 278, + "symbol": "PJconsts.e", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSKeyword.h", - "line": 77, - "symbol": "CRSKeywordType.CRS_KEYWORD_SOURCECRS", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 279, + "symbol": "PJ.PJconsts.ra", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSKeyword.h", - "line": 78, - "symbol": "CRSKeywordType.CRS_KEYWORD_STEP", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 279, + "symbol": "PJconsts.ra", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSKeyword.h", - "line": 79, - "symbol": "CRSKeywordType.CRS_KEYWORD_TARGETCRS", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 280, + "symbol": "PJ.PJconsts.one_es", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSKeyword.h", - "line": 80, - "symbol": "CRSKeywordType.CRS_KEYWORD_TDATUM", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 280, + "symbol": "PJconsts.one_es", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSKeyword.h", - "line": 81, - "symbol": "CRSKeywordType.CRS_KEYWORD_TIMECRS", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 281, + "symbol": "PJ.PJconsts.rone_es", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSKeyword.h", - "line": 82, - "symbol": "CRSKeywordType.CRS_KEYWORD_TIMEEXTENT", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 281, + "symbol": "PJconsts.rone_es", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSKeyword.h", - "line": 83, - "symbol": "CRSKeywordType.CRS_KEYWORD_TIMEORIGIN", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 282, + "symbol": "PJ.PJconsts.lam0", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSKeyword.h", - "line": 84, - "symbol": "CRSKeywordType.CRS_KEYWORD_TIMEUNIT", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 282, + "symbol": "PJ.PJconsts.phi0", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSKeyword.h", - "line": 85, - "symbol": "CRSKeywordType.CRS_KEYWORD_TOWGS84", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 282, + "symbol": "PJconsts.lam0", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSKeyword.h", - "line": 86, - "symbol": "CRSKeywordType.CRS_KEYWORD_TRIAXIAL", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 282, + "symbol": "PJconsts.phi0", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSKeyword.h", - "line": 87, - "symbol": "CRSKeywordType.CRS_KEYWORD_USAGE", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 283, + "symbol": "PJ.PJconsts.x0", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSKeyword.h", - "line": 88, - "symbol": "CRSKeywordType.CRS_KEYWORD_URI", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 283, + "symbol": "PJ.PJconsts.y0", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSKeyword.h", - "line": 89, - "symbol": "CRSKeywordType.CRS_KEYWORD_VDATUM", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 283, + "symbol": "PJconsts.x0", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSKeyword.h", - "line": 90, - "symbol": "CRSKeywordType.CRS_KEYWORD_VERSION", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 283, + "symbol": "PJconsts.y0", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSKeyword.h", - "line": 91, - "symbol": "CRSKeywordType.CRS_KEYWORD_VERT_CS", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 284, + "symbol": "PJ.PJconsts.k0", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSKeyword.h", - "line": 92, - "symbol": "CRSKeywordType.CRS_KEYWORD_VERTCRS", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 284, + "symbol": "PJconsts.k0", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSKeyword.h", - "line": 93, - "symbol": "CRSKeywordType.CRS_KEYWORD_VERTICALEXTENT", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 285, + "symbol": "PJ.PJconsts.fr_meter", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSOperationMethods.h", - "line": 15, - "symbol": "CRSOperationMethodType.CRS_METHOD_ALBERS_EQUAL_AREA", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 285, + "symbol": "PJ.PJconsts.to_meter", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSOperationMethods.h", - "line": 16, - "symbol": "CRSOperationMethodType.CRS_METHOD_AMERICAN_POLYCONIC", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 285, + "symbol": "PJconsts.fr_meter", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSOperationMethods.h", - "line": 17, - "symbol": "CRSOperationMethodType.CRS_METHOD_CASSINI_SOLDNER", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 285, + "symbol": "PJconsts.to_meter", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSOperationMethods.h", - "line": 18, - "symbol": "CRSOperationMethodType.CRS_METHOD_COORDINATE_FRAME_ROTATION", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 287, + "symbol": "PJ.PJconsts.datum_type", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSOperationMethods.h", - "line": 19, - "symbol": "CRSOperationMethodType.CRS_METHOD_EQUIDISTANT_CYLINDRICAL", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 287, + "symbol": "PJconsts.datum_type", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSOperationMethods.h", - "line": 20, - "symbol": "CRSOperationMethodType.CRS_METHOD_GEOCENTRIC_TRANSLATIONS", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 288, + "symbol": "PJ.PJconsts.datum_params", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSOperationMethods.h", - "line": 21, - "symbol": "CRSOperationMethodType.CRS_METHOD_HOTINE_OBLIQUE_MERCATOR_A", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 288, + "symbol": "PJconsts.datum_params", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSOperationMethods.h", - "line": 22, - "symbol": "CRSOperationMethodType.CRS_METHOD_HOTINE_OBLIQUE_MERCATOR_B", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 289, + "symbol": "PJ.PJconsts._pj_gi", + "symbol_kind": "sourcekitten.source.lang.objc.decl.struct", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSOperationMethods.h", - "line": 23, - "symbol": "CRSOperationMethodType.CRS_METHOD_KROVAK", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 289, + "symbol": "PJ.PJconsts.gridlist", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSOperationMethods.h", - "line": 24, - "symbol": "CRSOperationMethodType.CRS_METHOD_LAMBERT_AZIMUTHAL_EQUAL_AREA", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 289, + "symbol": "PJconsts._pj_gi", + "symbol_kind": "sourcekitten.source.lang.objc.decl.struct", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSOperationMethods.h", - "line": 25, - "symbol": "CRSOperationMethodType.CRS_METHOD_LAMBERT_CONIC_CONFORMAL_1SP", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 289, + "symbol": "PJconsts.gridlist", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSOperationMethods.h", - "line": 26, - "symbol": "CRSOperationMethodType.CRS_METHOD_LAMBERT_CONIC_CONFORMAL_2SP", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 290, + "symbol": "PJ.PJconsts.gridlist_count", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSOperationMethods.h", - "line": 27, - "symbol": "CRSOperationMethodType.CRS_METHOD_LAMBERT_CYLINDRICAL_EQUAL_AREA", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 290, + "symbol": "PJconsts.gridlist_count", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSOperationMethods.h", - "line": 28, - "symbol": "CRSOperationMethodType.CRS_METHOD_LONGITUDE_ROTATION", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 292, + "symbol": "PJ.PJconsts.has_geoid_vgrids", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSOperationMethods.h", - "line": 29, - "symbol": "CRSOperationMethodType.CRS_METHOD_MERCATOR_A", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 292, + "symbol": "PJconsts.has_geoid_vgrids", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSOperationMethods.h", - "line": 30, - "symbol": "CRSOperationMethodType.CRS_METHOD_MERCATOR_B", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 293, + "symbol": "PJ.PJconsts.vgridlist_geoid", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSOperationMethods.h", - "line": 31, - "symbol": "CRSOperationMethodType.CRS_METHOD_MOLODENSKY_BADEKAS", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 293, + "symbol": "PJconsts.vgridlist_geoid", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSOperationMethods.h", - "line": 32, - "symbol": "CRSOperationMethodType.CRS_METHOD_NADCON", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 294, + "symbol": "PJ.PJconsts.vgridlist_geoid_count", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSOperationMethods.h", - "line": 33, - "symbol": "CRSOperationMethodType.CRS_METHOD_NADCON5", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 294, + "symbol": "PJconsts.vgridlist_geoid_count", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSOperationMethods.h", - "line": 34, - "symbol": "CRSOperationMethodType.CRS_METHOD_NEW_ZEALAND_MAP_GRID", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 295, + "symbol": "PJ.PJconsts.vfr_meter", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSOperationMethods.h", - "line": 35, - "symbol": "CRSOperationMethodType.CRS_METHOD_NTV2", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 295, + "symbol": "PJ.PJconsts.vto_meter", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSOperationMethods.h", - "line": 36, - "symbol": "CRSOperationMethodType.CRS_METHOD_OBLIQUE_STEREOGRAPHIC", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 295, + "symbol": "PJconsts.vfr_meter", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSOperationMethods.h", - "line": 37, - "symbol": "CRSOperationMethodType.CRS_METHOD_POLAR_STEREOGRAPHIC_A", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 295, + "symbol": "PJconsts.vto_meter", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSOperationMethods.h", - "line": 38, - "symbol": "CRSOperationMethodType.CRS_METHOD_POLAR_STEREOGRAPHIC_B", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 297, + "symbol": "PJ.PJconsts.from_greenwich", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSOperationMethods.h", - "line": 39, - "symbol": "CRSOperationMethodType.CRS_METHOD_POLAR_STEREOGRAPHIC_C", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 297, + "symbol": "PJconsts.from_greenwich", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSOperationMethods.h", - "line": 40, - "symbol": "CRSOperationMethodType.CRS_METHOD_POPULAR_VISUALISATION_PSEUDO_MERCATOR", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 298, + "symbol": "PJ.PJconsts.long_wrap_center", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSOperationMethods.h", - "line": 41, - "symbol": "CRSOperationMethodType.CRS_METHOD_POSITION_VECTOR_TRANSFORMATION", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 298, + "symbol": "PJconsts.long_wrap_center", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSOperationMethods.h", - "line": 42, - "symbol": "CRSOperationMethodType.CRS_METHOD_TRANSVERSE_MERCATOR", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 299, + "symbol": "PJ.PJconsts.is_long_wrap_set", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSOperationMethods.h", - "line": 43, - "symbol": "CRSOperationMethodType.CRS_METHOD_TRANSVERSE_MERCATOR_SOUTH_ORIENTATED", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 299, + "symbol": "PJconsts.is_long_wrap_set", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSOperationMethods.h", - "line": 44, - "symbol": "CRSOperationMethodType.CRS_METHOD_VERTICAL_OFFSET", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 300, + "symbol": "PJ.PJconsts.axis", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSOperationParameters.h", - "line": 16, - "symbol": "CRSOperationParameterType.CRS_PARAMETER_ANGLE_FROM_RECTIFIED_TO_SKEW_GRID", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 300, + "symbol": "PJconsts.axis", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSOperationParameters.h", - "line": 17, - "symbol": "CRSOperationParameterType.CRS_PARAMETER_AZIMUTH_OF_INITIAL_LINE", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 303, + "symbol": "PJ.PJconsts.catalog_name", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSOperationParameters.h", - "line": 18, - "symbol": "CRSOperationParameterType.CRS_PARAMETER_CO_LATITUDE_OF_CONE_AXIS", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 303, + "symbol": "PJconsts.catalog_name", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSOperationParameters.h", - "line": 19, - "symbol": "CRSOperationParameterType.CRS_PARAMETER_EASTING_AT_FALSE_ORIGIN", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 304, + "symbol": "PJ.PJconsts._PJ_GridCatalog", + "symbol_kind": "sourcekitten.source.lang.objc.decl.struct", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSOperationParameters.h", - "line": 20, - "symbol": "CRSOperationParameterType.CRS_PARAMETER_EASTING_AT_PROJECTION_CENTRE", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 304, + "symbol": "PJ.PJconsts.catalog", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSOperationParameters.h", - "line": 21, - "symbol": "CRSOperationParameterType.CRS_PARAMETER_ELLIPSOIDAL_HEIGHT_DIFFERENCE_FILE", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 304, + "symbol": "PJconsts._PJ_GridCatalog", + "symbol_kind": "sourcekitten.source.lang.objc.decl.struct", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSOperationParameters.h", - "line": 22, - "symbol": "CRSOperationParameterType.CRS_PARAMETER_FALSE_EASTING", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 304, + "symbol": "PJconsts.catalog", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSOperationParameters.h", - "line": 23, - "symbol": "CRSOperationParameterType.CRS_PARAMETER_FALSE_NORTHING", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 306, + "symbol": "PJ.PJconsts.datum_date", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSOperationParameters.h", - "line": 24, - "symbol": "CRSOperationParameterType.CRS_PARAMETER_LATITUDE_AND_LONGITUDE_DIFFERENCE_FILE", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 306, + "symbol": "PJconsts.datum_date", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSOperationParameters.h", - "line": 25, - "symbol": "CRSOperationParameterType.CRS_PARAMETER_LATITUDE_DIFFERENCE_FILE", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 308, + "symbol": "PJ.PJconsts.last_before_grid", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSOperationParameters.h", - "line": 26, - "symbol": "CRSOperationParameterType.CRS_PARAMETER_LATITUDE_OF_1ST_STANDARD_PARALLEL", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 308, + "symbol": "PJconsts.last_before_grid", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSOperationParameters.h", - "line": 27, - "symbol": "CRSOperationParameterType.CRS_PARAMETER_LATITUDE_OF_2ND_STANDARD_PARALLEL", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 309, + "symbol": "PJ.PJconsts.last_before_region", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSOperationParameters.h", - "line": 28, - "symbol": "CRSOperationParameterType.CRS_PARAMETER_LATITUDE_OF_FALSE_ORIGIN", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 309, + "symbol": "PJconsts.last_before_region", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSOperationParameters.h", - "line": 29, - "symbol": "CRSOperationParameterType.CRS_PARAMETER_LATITUDE_OF_NATURAL_ORIGIN", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 310, + "symbol": "PJ.PJconsts.last_before_date", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSOperationParameters.h", - "line": 30, - "symbol": "CRSOperationParameterType.CRS_PARAMETER_LATITUDE_OF_PROJECTION_CENTRE", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 310, + "symbol": "PJconsts.last_before_date", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSOperationParameters.h", - "line": 31, - "symbol": "CRSOperationParameterType.CRS_PARAMETER_LATITUDE_OF_PSEUDO_STANDARD_PARALLEL", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 312, + "symbol": "PJ.PJconsts.last_after_grid", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSOperationParameters.h", - "line": 32, - "symbol": "CRSOperationParameterType.CRS_PARAMETER_LONGITUDE_DIFFERENCE_FILE", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", - "warning": "undocumented" - }, - { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSOperationParameters.h", - "line": 33, - "symbol": "CRSOperationParameterType.CRS_PARAMETER_LONGITUDE_OF_FALSE_ORIGIN", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 312, + "symbol": "PJconsts.last_after_grid", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSOperationParameters.h", - "line": 34, - "symbol": "CRSOperationParameterType.CRS_PARAMETER_LONGITUDE_OF_NATURAL_ORIGIN", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 313, + "symbol": "PJ.PJconsts.last_after_region", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSOperationParameters.h", - "line": 35, - "symbol": "CRSOperationParameterType.CRS_PARAMETER_LONGITUDE_OF_ORIGIN", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 313, + "symbol": "PJconsts.last_after_region", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSOperationParameters.h", - "line": 36, - "symbol": "CRSOperationParameterType.CRS_PARAMETER_LONGITUDE_OF_PROJECTION_CENTRE", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 314, + "symbol": "PJ.PJconsts.last_after_date", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSOperationParameters.h", - "line": 37, - "symbol": "CRSOperationParameterType.CRS_PARAMETER_NORTHING_AT_FALSE_ORIGIN", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 314, + "symbol": "PJconsts.last_after_date", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSOperationParameters.h", - "line": 38, - "symbol": "CRSOperationParameterType.CRS_PARAMETER_NORTHING_AT_PROJECTION_CENTRE", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 332, + "symbol": "pj_list", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSOperationParameters.h", - "line": 39, - "symbol": "CRSOperationParameterType.CRS_PARAMETER_ORDINATE_1_OF_EVALUATION_POINT", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 333, + "symbol": "pj_selftest_list", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSOperationParameters.h", - "line": 40, - "symbol": "CRSOperationParameterType.CRS_PARAMETER_ORDINATE_2_OF_EVALUATION_POINT", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 339, + "symbol": "pj_ellps", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSOperationParameters.h", - "line": 41, - "symbol": "CRSOperationParameterType.CRS_PARAMETER_ORDINATE_3_OF_EVALUATION_POINT", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 343, + "symbol": "pj_units", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSOperationParameters.h", - "line": 42, - "symbol": "CRSOperationParameterType.CRS_PARAMETER_SCALE_DIFFERENCE", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 347, + "symbol": "pj_datums", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSOperationParameters.h", - "line": 43, - "symbol": "CRSOperationParameterType.CRS_PARAMETER_SCALE_FACTOR_AT_NATURAL_ORIGIN", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 348, + "symbol": "pj_prime_meridians", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSOperationParameters.h", - "line": 44, - "symbol": "CRSOperationParameterType.CRS_PARAMETER_SCALE_FACTOR_ON_INITIAL_LINE", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 400, + "symbol": "pj_generic_selftest", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSOperationParameters.h", - "line": 45, - "symbol": "CRSOperationParameterType.CRS_PARAMETER_SCALE_FACTOR_ON_PSEUDO_STANDARD_PARALLEL", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 419, + "symbol": "", + "symbol_kind": "sourcekitten.source.lang.objc.decl.struct", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSOperationParameters.h", - "line": 46, - "symbol": "CRSOperationParameterType.CRS_PARAMETER_VERTICAL_OFFSET", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 419, + "symbol": ".lam", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSOperationParameters.h", - "line": 47, - "symbol": "CRSOperationParameterType.CRS_PARAMETER_X_AXIS_ROTATION", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 419, + "symbol": ".phi", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSOperationParameters.h", - "line": 48, - "symbol": "CRSOperationParameterType.CRS_PARAMETER_X_AXIS_TRANSLATION", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 419, + "symbol": "FLP", + "symbol_kind": "sourcekitten.source.lang.objc.decl.typedef", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSOperationParameters.h", - "line": 49, - "symbol": "CRSOperationParameterType.CRS_PARAMETER_Y_AXIS_ROTATION", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 419, + "symbol": "FLP.", + "symbol_kind": "sourcekitten.source.lang.objc.decl.struct", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSOperationParameters.h", - "line": 50, - "symbol": "CRSOperationParameterType.CRS_PARAMETER_Y_AXIS_TRANSLATION", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 419, + "symbol": "FLP..lam", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSOperationParameters.h", - "line": 51, - "symbol": "CRSOperationParameterType.CRS_PARAMETER_Z_AXIS_ROTATION", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 419, + "symbol": "FLP..phi", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSOperationParameters.h", - "line": 52, - "symbol": "CRSOperationParameterType.CRS_PARAMETER_Z_AXIS_TRANSLATION", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 420, + "symbol": "", + "symbol_kind": "sourcekitten.source.lang.objc.decl.struct", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSOperationTypes.h", - "line": 15, - "symbol": "CRSOperationType.CRS_OPERATION_COORDINATE", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 420, + "symbol": ".lam", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSOperationTypes.h", - "line": 16, - "symbol": "CRSOperationType.CRS_OPERATION_POINT_MOTION", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 420, + "symbol": ".phi", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSOperationTypes.h", - "line": 17, - "symbol": "CRSOperationType.CRS_OPERATION_MAP_PROJECTION", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 420, + "symbol": "ILP", + "symbol_kind": "sourcekitten.source.lang.objc.decl.typedef", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSOperationTypes.h", - "line": 18, - "symbol": "CRSOperationType.CRS_OPERATION_DERIVING_CONVERSION", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 420, + "symbol": "ILP.", + "symbol_kind": "sourcekitten.source.lang.objc.decl.struct", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSOperationTypes.h", - "line": 19, - "symbol": "CRSOperationType.CRS_OPERATION_ABRIDGED_COORDINATE_TRANSFORMATION", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 420, + "symbol": "ILP..lam", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSOperationTypes.h", - "line": 26, - "symbol": "CRS_OPERATION_POINT_MOTION_NAME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 420, + "symbol": "ILP..phi", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSOperationTypes.h", - "line": 27, - "symbol": "CRS_OPERATION_MAP_PROJECTION_NAME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 422, + "symbol": "CTABLE", + "symbol_kind": "sourcekitten.source.lang.objc.decl.struct", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSOperationTypes.h", - "line": 28, - "symbol": "CRS_OPERATION_DERIVING_CONVERSION_NAME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 423, + "symbol": "CTABLE.id", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSOperationTypes.h", - "line": 29, - "symbol": "CRS_OPERATION_ABRIDGED_COORDINATE_TRANSFORMATION_NAME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 424, + "symbol": "CTABLE.ll", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSPrimeMeridians.h", - "line": 15, - "symbol": "CRSPrimeMeridianType.CRS_PM_GREENWICH", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 425, + "symbol": "CTABLE.del", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSPrimeMeridians.h", - "line": 16, - "symbol": "CRSPrimeMeridianType.CRS_PM_LISBON", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 426, + "symbol": "CTABLE.lim", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSPrimeMeridians.h", - "line": 17, - "symbol": "CRSPrimeMeridianType.CRS_PM_PARIS", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 427, + "symbol": "CTABLE.cvs", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSPrimeMeridians.h", - "line": 18, - "symbol": "CRSPrimeMeridianType.CRS_PM_BOGOTA", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 430, + "symbol": "PJ_GRIDINFO", + "symbol_kind": "sourcekitten.source.lang.objc.decl.typedef", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSPrimeMeridians.h", - "line": 19, - "symbol": "CRSPrimeMeridianType.CRS_PM_MADRID", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 430, + "symbol": "PJ_GRIDINFO._pj_gi", + "symbol_kind": "sourcekitten.source.lang.objc.decl.struct", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSPrimeMeridians.h", - "line": 20, - "symbol": "CRSPrimeMeridianType.CRS_PM_ROME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 430, + "symbol": "_pj_gi", + "symbol_kind": "sourcekitten.source.lang.objc.decl.struct", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSPrimeMeridians.h", - "line": 21, - "symbol": "CRSPrimeMeridianType.CRS_PM_BERN", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 431, + "symbol": "PJ_GRIDINFO._pj_gi.gridname", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSPrimeMeridians.h", - "line": 22, - "symbol": "CRSPrimeMeridianType.CRS_PM_JAKARTA", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", - "warning": "undocumented" - }, - { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSPrimeMeridians.h", - "line": 23, - "symbol": "CRSPrimeMeridianType.CRS_PM_FERRO", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 431, + "symbol": "_pj_gi.gridname", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSPrimeMeridians.h", - "line": 24, - "symbol": "CRSPrimeMeridianType.CRS_PM_BRUSSELS", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 432, + "symbol": "PJ_GRIDINFO._pj_gi.filename", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSPrimeMeridians.h", - "line": 25, - "symbol": "CRSPrimeMeridianType.CRS_PM_STOCKHOLM", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 432, + "symbol": "_pj_gi.filename", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSPrimeMeridians.h", - "line": 26, - "symbol": "CRSPrimeMeridianType.CRS_PM_ATHENS", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 434, + "symbol": "PJ_GRIDINFO._pj_gi.format", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSPrimeMeridians.h", - "line": 27, - "symbol": "CRSPrimeMeridianType.CRS_PM_OSLO", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 434, + "symbol": "_pj_gi.format", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSProjConstants.h", - "line": 16, - "symbol": "CRS_PROJ_PARAM_PROJ", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 437, + "symbol": "PJ_GRIDINFO._pj_gi.grid_offset", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSProjConstants.h", - "line": 17, - "symbol": "CRS_PROJ_PARAM_ZONE", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 437, + "symbol": "_pj_gi.grid_offset", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSProjConstants.h", - "line": 18, - "symbol": "CRS_PROJ_PARAM_SOUTH", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 438, + "symbol": "PJ_GRIDINFO._pj_gi.must_swap", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSProjConstants.h", - "line": 19, - "symbol": "CRS_PROJ_PARAM_LAT_1", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 438, + "symbol": "_pj_gi.must_swap", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSProjConstants.h", - "line": 20, - "symbol": "CRS_PROJ_PARAM_LAT_2", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 440, + "symbol": "PJ_GRIDINFO._pj_gi.ct", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSProjConstants.h", - "line": 21, - "symbol": "CRS_PROJ_PARAM_LAT_0", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 440, + "symbol": "_pj_gi.ct", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSProjConstants.h", - "line": 22, - "symbol": "CRS_PROJ_PARAM_LAT_TS", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 442, + "symbol": "PJ_GRIDINFO._pj_gi.next", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSProjConstants.h", - "line": 23, - "symbol": "CRS_PROJ_PARAM_LON_0", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 442, + "symbol": "_pj_gi.next", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSProjConstants.h", - "line": 24, - "symbol": "CRS_PROJ_PARAM_LONC", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 443, + "symbol": "PJ_GRIDINFO._pj_gi.child", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSProjConstants.h", - "line": 25, - "symbol": "CRS_PROJ_PARAM_ALPHA", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 443, + "symbol": "_pj_gi.child", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSProjConstants.h", - "line": 26, - "symbol": "CRS_PROJ_PARAM_K_0", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 446, + "symbol": "", + "symbol_kind": "sourcekitten.source.lang.objc.decl.struct", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSProjConstants.h", - "line": 27, - "symbol": "CRS_PROJ_PARAM_X_0", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 446, + "symbol": "PJ_GridCatalogEntry", + "symbol_kind": "sourcekitten.source.lang.objc.decl.typedef", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSProjConstants.h", - "line": 28, - "symbol": "CRS_PROJ_PARAM_Y_0", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 446, + "symbol": "PJ_GridCatalogEntry.", + "symbol_kind": "sourcekitten.source.lang.objc.decl.struct", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSProjConstants.h", - "line": 29, - "symbol": "CRS_PROJ_PARAM_AXIS", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 447, + "symbol": ".region", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSProjConstants.h", - "line": 30, - "symbol": "CRS_PROJ_PARAM_DATUM", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 447, + "symbol": "PJ_GridCatalogEntry..region", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSProjConstants.h", - "line": 31, - "symbol": "CRS_PROJ_PARAM_NO_UOFF", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 448, + "symbol": ".priority", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSProjConstants.h", - "line": 32, - "symbol": "CRS_PROJ_PARAM_GAMMA", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 448, + "symbol": "PJ_GridCatalogEntry..priority", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSProjConstants.h", - "line": 33, - "symbol": "CRS_PROJ_PARAM_A", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 449, + "symbol": ".date", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSProjConstants.h", - "line": 34, - "symbol": "CRS_PROJ_PARAM_B", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 449, + "symbol": "PJ_GridCatalogEntry..date", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSProjConstants.h", - "line": 35, - "symbol": "CRS_PROJ_PARAM_ELLPS", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 450, + "symbol": ".definition", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSProjConstants.h", - "line": 36, - "symbol": "CRS_PROJ_PARAM_TOWGS84", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 450, + "symbol": "PJ_GridCatalogEntry..definition", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSProjConstants.h", - "line": 37, - "symbol": "CRS_PROJ_PARAM_PM", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 452, + "symbol": ".gridinfo", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSProjConstants.h", - "line": 38, - "symbol": "CRS_PROJ_PARAM_UNITS", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 452, + "symbol": "PJ_GridCatalogEntry..gridinfo", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSProjConstants.h", - "line": 39, - "symbol": "CRS_PROJ_PARAM_TO_METER", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 453, + "symbol": ".available", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSProjConstants.h", - "line": 40, - "symbol": "CRS_PROJ_PARAM_NADGRIDS", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 453, + "symbol": "PJ_GridCatalogEntry..available", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSProjConstants.h", - "line": 41, - "symbol": "CRS_PROJ_PARAM_WKTEXT", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 456, + "symbol": "PJ_GridCatalog", + "symbol_kind": "sourcekitten.source.lang.objc.decl.typedef", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSProjConstants.h", - "line": 42, - "symbol": "CRS_PROJ_PARAM_NO_DEFS", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 456, + "symbol": "PJ_GridCatalog._PJ_GridCatalog", + "symbol_kind": "sourcekitten.source.lang.objc.decl.struct", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSProjConstants.h", - "line": 44, - "symbol": "CRS_PROJ_NAME_AEA", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 456, + "symbol": "_PJ_GridCatalog", + "symbol_kind": "sourcekitten.source.lang.objc.decl.struct", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSProjConstants.h", - "line": 45, - "symbol": "CRS_PROJ_NAME_CASS", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 457, + "symbol": "PJ_GridCatalog._PJ_GridCatalog.catalog_name", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSProjConstants.h", - "line": 46, - "symbol": "CRS_PROJ_NAME_CEA", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 457, + "symbol": "_PJ_GridCatalog.catalog_name", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSProjConstants.h", - "line": 47, - "symbol": "CRS_PROJ_NAME_EQC", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 459, + "symbol": "PJ_GridCatalog._PJ_GridCatalog.region", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSProjConstants.h", - "line": 48, - "symbol": "CRS_PROJ_NAME_KROVAK", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 459, + "symbol": "_PJ_GridCatalog.region", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSProjConstants.h", - "line": 49, - "symbol": "CRS_PROJ_NAME_LAEA", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 461, + "symbol": "PJ_GridCatalog._PJ_GridCatalog.entry_count", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSProjConstants.h", - "line": 50, - "symbol": "CRS_PROJ_NAME_LCC", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 461, + "symbol": "_PJ_GridCatalog.entry_count", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSProjConstants.h", - "line": 51, - "symbol": "CRS_PROJ_NAME_LONGLAT", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 462, + "symbol": "PJ_GridCatalog._PJ_GridCatalog.entries", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSProjConstants.h", - "line": 52, - "symbol": "CRS_PROJ_NAME_MERC", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 462, + "symbol": "_PJ_GridCatalog.entries", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSProjConstants.h", - "line": 53, - "symbol": "CRS_PROJ_NAME_NZMG", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 464, + "symbol": "PJ_GridCatalog._PJ_GridCatalog.next", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSProjConstants.h", - "line": 54, - "symbol": "CRS_PROJ_NAME_OMERC", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 464, + "symbol": "_PJ_GridCatalog.next", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSProjConstants.h", - "line": 55, - "symbol": "CRS_PROJ_NAME_POLY", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 469, + "symbol": "dmstor", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSProjConstants.h", - "line": 56, - "symbol": "CRS_PROJ_NAME_SOMERC", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 470, + "symbol": "dmstor_ctx", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSProjConstants.h", - "line": 57, - "symbol": "CRS_PROJ_NAME_STERE", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 471, + "symbol": "set_rtodms", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSProjConstants.h", - "line": 58, - "symbol": "CRS_PROJ_NAME_STEREA", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 472, + "symbol": "rtodms", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSProjConstants.h", - "line": 59, - "symbol": "CRS_PROJ_NAME_TMERC", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 473, + "symbol": "adjlon", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSProjConstants.h", - "line": 60, - "symbol": "CRS_PROJ_NAME_UTM", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 474, + "symbol": "aacos", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSProjConstants.h", - "line": 62, - "symbol": "CRS_PROJ_AXIS_EAST", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 474, + "symbol": "aasin", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSProjConstants.h", - "line": 63, - "symbol": "CRS_PROJ_AXIS_WEST", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 474, + "symbol": "aatan2", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSProjConstants.h", - "line": 64, - "symbol": "CRS_PROJ_AXIS_NORTH", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 474, + "symbol": "asqrt", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSProjConstants.h", - "line": 65, - "symbol": "CRS_PROJ_AXIS_SOUTH", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 475, + "symbol": "pj_param", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSProjConstants.h", - "line": 66, - "symbol": "CRS_PROJ_AXIS_UP", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 476, + "symbol": "pj_mkparam", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSProjConstants.h", - "line": 67, - "symbol": "CRS_PROJ_AXIS_DOWN", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 477, + "symbol": "pj_ell_set", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSProjConstants.h", - "line": 68, - "symbol": "CRS_PROJ_AXIS_WEST_SOUTH_UP", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 478, + "symbol": "pj_datum_set", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSProjConstants.h", - "line": 70, - "symbol": "CRS_PROJ_UNITS_METRE", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 479, + "symbol": "pj_prime_meridian_set", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSProjConstants.h", - "line": 71, - "symbol": "CRS_PROJ_UNITS_US_SURVEY_FOOT", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 480, + "symbol": "pj_angular_units_set", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSProjConstants.h", - "line": 72, - "symbol": "CRS_PROJ_UNITS_FOOT", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 481, + "symbol": "pj_prepare", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSProjConstants.h", - "line": 73, - "symbol": "CRS_PROJ_UNITS_DEGREE", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 483, + "symbol": "pj_clone_paralist", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSProjConstants.h", - "line": 75, - "symbol": "CRS_PROJ_PSEUDO_MERCATOR", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 484, + "symbol": "pj_search_initcache", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSProjConstants.h", - "line": 76, - "symbol": "CRS_PROJ_SWISS_OBLIQUE_MERCATOR", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 485, + "symbol": "pj_insert_initcache", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSProjConstants.h", - "line": 77, - "symbol": "CRS_PROJ_SWISS_OBLIQUE_MERCATOR_COMPAT", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 487, + "symbol": "pj_enfn", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSProjConstants.h", - "line": 78, - "symbol": "CRS_PROJ_UTM_ZONE", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 488, + "symbol": "pj_mlfn", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSProjParams.h", - "line": 16, - "symbol": "CRSProjParams.proj", - "symbol_kind": "sourcekitten.source.lang.objc.decl.property", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 489, + "symbol": "pj_inv_mlfn", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSProjParams.h", - "line": 17, - "symbol": "CRSProjParams.zone", - "symbol_kind": "sourcekitten.source.lang.objc.decl.property", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 490, + "symbol": "pj_qsfn", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSProjParams.h", - "line": 18, - "symbol": "CRSProjParams.south", - "symbol_kind": "sourcekitten.source.lang.objc.decl.property", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 491, + "symbol": "pj_tsfn", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSProjParams.h", - "line": 19, - "symbol": "CRSProjParams.lat_1", - "symbol_kind": "sourcekitten.source.lang.objc.decl.property", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 492, + "symbol": "pj_msfn", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSProjParams.h", - "line": 20, - "symbol": "CRSProjParams.lat_2", - "symbol_kind": "sourcekitten.source.lang.objc.decl.property", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 493, + "symbol": "pj_phi2", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSProjParams.h", - "line": 21, - "symbol": "CRSProjParams.lat_0", - "symbol_kind": "sourcekitten.source.lang.objc.decl.property", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 494, + "symbol": "pj_qsfn_", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSProjParams.h", - "line": 22, - "symbol": "CRSProjParams.lat_ts", - "symbol_kind": "sourcekitten.source.lang.objc.decl.property", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 495, + "symbol": "pj_authset", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSProjParams.h", - "line": 23, - "symbol": "CRSProjParams.lon_0", - "symbol_kind": "sourcekitten.source.lang.objc.decl.property", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 496, + "symbol": "pj_authlat", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSProjParams.h", - "line": 24, - "symbol": "CRSProjParams.lonc", - "symbol_kind": "sourcekitten.source.lang.objc.decl.property", - "warning": "undocumented" - }, - { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSProjParams.h", - "line": 25, - "symbol": "CRSProjParams.alpha", - "symbol_kind": "sourcekitten.source.lang.objc.decl.property", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 497, + "symbol": "pj_zpoly1", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSProjParams.h", - "line": 26, - "symbol": "CRSProjParams.k_0", - "symbol_kind": "sourcekitten.source.lang.objc.decl.property", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 498, + "symbol": "pj_zpolyd1", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSProjParams.h", - "line": 27, - "symbol": "CRSProjParams.x_0", - "symbol_kind": "sourcekitten.source.lang.objc.decl.property", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 500, + "symbol": "pj_deriv", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSProjParams.h", - "line": 28, - "symbol": "CRSProjParams.y_0", - "symbol_kind": "sourcekitten.source.lang.objc.decl.property", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 501, + "symbol": "pj_factors", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSProjParams.h", - "line": 29, - "symbol": "CRSProjParams.axis", - "symbol_kind": "sourcekitten.source.lang.objc.decl.property", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 503, + "symbol": "PW_COEF", + "symbol_kind": "sourcekitten.source.lang.objc.decl.struct", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSProjParams.h", - "line": 30, - "symbol": "CRSProjParams.datum", - "symbol_kind": "sourcekitten.source.lang.objc.decl.property", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 504, + "symbol": "PW_COEF.m", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSProjParams.h", - "line": 31, - "symbol": "CRSProjParams.no_uoff", - "symbol_kind": "sourcekitten.source.lang.objc.decl.property", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 505, + "symbol": "PW_COEF.c", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSProjParams.h", - "line": 32, - "symbol": "CRSProjParams.gamma", - "symbol_kind": "sourcekitten.source.lang.objc.decl.property", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 509, + "symbol": "", + "symbol_kind": "sourcekitten.source.lang.objc.decl.struct", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSProjParams.h", - "line": 33, - "symbol": "CRSProjParams.a", - "symbol_kind": "sourcekitten.source.lang.objc.decl.property", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 509, + "symbol": "Tseries", + "symbol_kind": "sourcekitten.source.lang.objc.decl.typedef", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSProjParams.h", - "line": 34, - "symbol": "CRSProjParams.b", - "symbol_kind": "sourcekitten.source.lang.objc.decl.property", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 509, + "symbol": "Tseries.", + "symbol_kind": "sourcekitten.source.lang.objc.decl.struct", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSProjParams.h", - "line": 35, - "symbol": "CRSProjParams.ellps", - "symbol_kind": "sourcekitten.source.lang.objc.decl.property", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 510, + "symbol": ".a", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSProjParams.h", - "line": 36, - "symbol": "CRSProjParams.towgs84", - "symbol_kind": "sourcekitten.source.lang.objc.decl.property", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 510, + "symbol": ".b", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSProjParams.h", - "line": 37, - "symbol": "CRSProjParams.xTranslation", - "symbol_kind": "sourcekitten.source.lang.objc.decl.property", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 510, + "symbol": "Tseries..a", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSProjParams.h", - "line": 38, - "symbol": "CRSProjParams.yTranslation", - "symbol_kind": "sourcekitten.source.lang.objc.decl.property", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 510, + "symbol": "Tseries..b", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSProjParams.h", - "line": 39, - "symbol": "CRSProjParams.zTranslation", - "symbol_kind": "sourcekitten.source.lang.objc.decl.property", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 512, + "symbol": ".cu", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSProjParams.h", - "line": 40, - "symbol": "CRSProjParams.xRotation", - "symbol_kind": "sourcekitten.source.lang.objc.decl.property", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 512, + "symbol": ".cv", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSProjParams.h", - "line": 41, - "symbol": "CRSProjParams.yRotation", - "symbol_kind": "sourcekitten.source.lang.objc.decl.property", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 512, + "symbol": "Tseries..cu", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSProjParams.h", - "line": 42, - "symbol": "CRSProjParams.zRotation", - "symbol_kind": "sourcekitten.source.lang.objc.decl.property", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 512, + "symbol": "Tseries..cv", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSProjParams.h", - "line": 43, - "symbol": "CRSProjParams.scaleDifference", - "symbol_kind": "sourcekitten.source.lang.objc.decl.property", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 513, + "symbol": ".mu", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSProjParams.h", - "line": 44, - "symbol": "CRSProjParams.pm", - "symbol_kind": "sourcekitten.source.lang.objc.decl.property", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 513, + "symbol": ".mv", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSProjParams.h", - "line": 45, - "symbol": "CRSProjParams.units", - "symbol_kind": "sourcekitten.source.lang.objc.decl.property", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 513, + "symbol": "Tseries..mu", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSProjParams.h", - "line": 46, - "symbol": "CRSProjParams.to_meter", - "symbol_kind": "sourcekitten.source.lang.objc.decl.property", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 513, + "symbol": "Tseries..mv", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSProjParams.h", - "line": 47, - "symbol": "CRSProjParams.nadgrids", - "symbol_kind": "sourcekitten.source.lang.objc.decl.property", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 514, + "symbol": ".power", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSProjParams.h", - "line": 48, - "symbol": "CRSProjParams.wktext", - "symbol_kind": "sourcekitten.source.lang.objc.decl.property", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 514, + "symbol": "Tseries..power", + "symbol_kind": "sourcekitten.source.lang.objc.decl.field", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSProjParams.h", - "line": 49, - "symbol": "CRSProjParams.no_defs", - "symbol_kind": "sourcekitten.source.lang.objc.decl.property", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 516, + "symbol": "mk_cheby", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSTemporalDatum.h", - "line": 12, - "symbol": "CRSTemporalDatum", - "symbol_kind": "sourcekitten.source.lang.objc.decl.class", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 517, + "symbol": "bpseval", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSTextConstants.h", - "line": 11, - "symbol": "CRS_WKT_SEPARATOR", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 518, + "symbol": "bcheval", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSTextConstants.h", - "line": 12, - "symbol": "CRS_WKT_LEFT_DELIMITER", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 519, + "symbol": "biveval", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSTextConstants.h", - "line": 13, - "symbol": "CRS_WKT_LEFT_DELIMITER_COMPAT", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 520, + "symbol": "vector1", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSTextConstants.h", - "line": 14, - "symbol": "CRS_WKT_RIGHT_DELIMITER", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 521, + "symbol": "vector2", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSTextConstants.h", - "line": 15, - "symbol": "CRS_WKT_RIGHT_DELIMITER_COMPAT", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 522, + "symbol": "freev2", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSTextConstants.h", - "line": 16, - "symbol": "CRS_WKT_AXIS_ABBREV_LEFT_DELIMITER", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 523, + "symbol": "bchgen", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSTextConstants.h", - "line": 17, - "symbol": "CRS_WKT_AXIS_ABBREV_RIGHT_DELIMITER", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 524, + "symbol": "bch2bps", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSTextConstants.h", - "line": 18, - "symbol": "CRS_WKT_AXIS_DIRECTION_OTHER", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 527, + "symbol": "nad_intr", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSTextConstants.h", - "line": 19, - "symbol": "CRS_WKT_AXIS_NAME_LON", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 528, + "symbol": "nad_cvt", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSTextConstants.h", - "line": 20, - "symbol": "CRS_WKT_AXIS_NAME_LAT", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 529, + "symbol": "nad_init", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSTextConstants.h", - "line": 21, - "symbol": "CRS_WKT_AXIS_NAME_X", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 530, + "symbol": "nad_ctable_init", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSTextConstants.h", - "line": 22, - "symbol": "CRS_WKT_AXIS_NAME_Y", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 531, + "symbol": "nad_ctable_load", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSTextConstants.h", - "line": 23, - "symbol": "CRS_WKT_AXIS_NAME_Z", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 532, + "symbol": "nad_ctable2_init", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSTextConstants.h", - "line": 24, - "symbol": "CRS_WKT_DATUM_TYPE", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 533, + "symbol": "nad_ctable2_load", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSTypes.h", - "line": 15, - "symbol": "CRSType.CRS_TYPE_BOUND", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 534, + "symbol": "nad_free", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSTypes.h", - "line": 16, - "symbol": "CRSType.CRS_TYPE_COMPOUND", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 538, + "symbol": "pj_apply_vgridshift", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSTypes.h", - "line": 17, - "symbol": "CRSType.CRS_TYPE_CONCATENATED_OPERATION", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 544, + "symbol": "pj_apply_gridshift_2", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSTypes.h", - "line": 18, - "symbol": "CRSType.CRS_TYPE_COORDINATE_METADATA", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 547, + "symbol": "pj_apply_gridshift_3", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSTypes.h", - "line": 19, - "symbol": "CRSType.CRS_TYPE_COORDINATE_OPERATION", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 552, + "symbol": "pj_gridlist_from_nadgrids", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSTypes.h", - "line": 20, - "symbol": "CRSType.CRS_TYPE_DERIVED", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 553, + "symbol": "pj_deallocate_grids", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSTypes.h", - "line": 21, - "symbol": "CRSType.CRS_TYPE_ENGINEERING", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 555, + "symbol": "pj_gridinfo_init", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSTypes.h", - "line": 22, - "symbol": "CRSType.CRS_TYPE_GEODETIC", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 556, + "symbol": "pj_gridinfo_load", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSTypes.h", - "line": 23, - "symbol": "CRSType.CRS_TYPE_GEOGRAPHIC", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 557, + "symbol": "pj_gridinfo_free", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSTypes.h", - "line": 24, - "symbol": "CRSType.CRS_TYPE_PARAMETRIC", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 559, + "symbol": "pj_gc_findcatalog", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSTypes.h", - "line": 25, - "symbol": "CRSType.CRS_TYPE_POINT_MOTION_OPERATION", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 560, + "symbol": "pj_gc_readcatalog", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSTypes.h", - "line": 26, - "symbol": "CRSType.CRS_TYPE_PROJECTED", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 561, + "symbol": "pj_gc_unloadall", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSTypes.h", - "line": 27, - "symbol": "CRSType.CRS_TYPE_TEMPORAL", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 562, + "symbol": "pj_gc_apply_gridshift", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSTypes.h", - "line": 28, - "symbol": "CRSType.CRS_TYPE_VERTICAL", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 565, + "symbol": "pj_gc_apply_gridshift", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSTypes.h", - "line": 35, - "symbol": "CRS_TYPE_COMPOUND_NAME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 569, + "symbol": "pj_gc_findgrid", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSTypes.h", - "line": 36, - "symbol": "CRS_TYPE_CONCATENATED_OPERATION_NAME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 575, + "symbol": "pj_gc_parsedate", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSTypes.h", - "line": 37, - "symbol": "CRS_TYPE_COORDINATE_METADATA_NAME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 577, + "symbol": "proj_mdist_ini", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSTypes.h", - "line": 38, - "symbol": "CRS_TYPE_COORDINATE_OPERATION_NAME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 578, + "symbol": "proj_mdist", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSTypes.h", - "line": 39, - "symbol": "CRS_TYPE_DERIVED_NAME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 579, + "symbol": "proj_inv_mdist", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSTypes.h", - "line": 40, - "symbol": "CRS_TYPE_ENGINEERING_NAME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 580, + "symbol": "pj_gauss_ini", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSTypes.h", - "line": 41, - "symbol": "CRS_TYPE_GEODETIC_NAME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 581, + "symbol": "pj_gauss", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSTypes.h", - "line": 42, - "symbol": "CRS_TYPE_GEOGRAPHIC_NAME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 582, + "symbol": "pj_inv_gauss", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSTypes.h", - "line": 43, - "symbol": "CRS_TYPE_PARAMETRIC_NAME", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 584, + "symbol": "pj_release", "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSTypes.h", - "line": 44, - "symbol": "CRS_TYPE_POINT_MOTION_OPERATION_NAME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 586, + "symbol": "pj_get_ellps_ref", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSTypes.h", - "line": 45, - "symbol": "CRS_TYPE_PROJECTED_NAME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 587, + "symbol": "pj_get_datums_ref", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSTypes.h", - "line": 46, - "symbol": "CRS_TYPE_TEMPORAL_NAME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 588, + "symbol": "pj_get_units_ref", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSTypes.h", - "line": 47, - "symbol": "CRS_TYPE_VERTICAL_NAME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 589, + "symbol": "pj_get_list_ref", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "warning": "undocumented" + }, + { + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 590, + "symbol": "pj_get_selftest_list_ref", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "warning": "undocumented" + }, + { + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 591, + "symbol": "pj_get_prime_meridians_ref", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "warning": "undocumented" + }, + { + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 593, + "symbol": "pj_atof", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "warning": "undocumented" + }, + { + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", + "line": 594, + "symbol": "pj_strtod", + "symbol_kind": "sourcekitten.source.lang.objc.decl.function", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSUnitTypes.h", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-geojson-ios/SFGGeometryTypes.h", "line": 15, - "symbol": "CRSUnitType.CRS_UNIT_NONE", + "symbol": "SFGGeometryType.SFG_GEOMETRY", "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSUnitTypes.h", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-geojson-ios/SFGGeometryTypes.h", "line": 16, - "symbol": "CRSUnitType.CRS_UNIT_ANGLE", + "symbol": "SFGGeometryType.SFG_POINT", "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSUnitTypes.h", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-geojson-ios/SFGGeometryTypes.h", "line": 17, - "symbol": "CRSUnitType.CRS_UNIT_LENGTH", + "symbol": "SFGGeometryType.SFG_LINESTRING", "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSUnitTypes.h", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-geojson-ios/SFGGeometryTypes.h", "line": 18, - "symbol": "CRSUnitType.CRS_UNIT_PARAMETRIC", + "symbol": "SFGGeometryType.SFG_POLYGON", "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSUnitTypes.h", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-geojson-ios/SFGGeometryTypes.h", "line": 19, - "symbol": "CRSUnitType.CRS_UNIT_SCALE", + "symbol": "SFGGeometryType.SFG_MULTIPOINT", "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSUnitTypes.h", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-geojson-ios/SFGGeometryTypes.h", "line": 20, - "symbol": "CRSUnitType.CRS_UNIT_TIME", + "symbol": "SFGGeometryType.SFG_MULTILINESTRING", "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSUnitTypes.h", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-geojson-ios/SFGGeometryTypes.h", "line": 21, - "symbol": "CRSUnitType.CRS_UNIT", + "symbol": "SFGGeometryType.SFG_MULTIPOLYGON", "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSUnitTypes.h", - "line": 28, - "symbol": "CRS_UNIT_LENGTH_NAME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-geojson-ios/SFGGeometryTypes.h", + "line": 22, + "symbol": "SFGGeometryType.SFG_GEOMETRYCOLLECTION", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSUnitTypes.h", - "line": 29, - "symbol": "CRS_UNIT_PARAMETRIC_NAME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-geojson-ios/SFGOrderedDictionary.h", + "line": 28, + "symbol": "SFGOrderedDictionary", + "symbol_kind": "sourcekitten.source.lang.objc.decl.class", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSUnitTypes.h", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-geojson-ios/SFGOrderedDictionary.h", "line": 30, - "symbol": "CRS_UNIT_SCALE_NAME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "symbol": "SFGOrderedDictionary.dictionary", + "symbol_kind": "sourcekitten.source.lang.objc.decl.ivar", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSUnitTypes.h", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-geojson-ios/SFGOrderedDictionary.h", "line": 31, - "symbol": "CRS_UNIT_TIME_NAME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "symbol": "SFGOrderedDictionary.array", + "symbol_kind": "sourcekitten.source.lang.objc.decl.ivar", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSUnitTypes.h", - "line": 32, - "symbol": "CRS_UNIT_NAME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-geojson-ios/SFGOrderedDictionary.h", + "line": 34, + "symbol": "SFGOrderedDictionary.-insertObject:forKey:atIndex:", + "symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSUnits.h", - "line": 15, - "symbol": "CRSUnitsType.CRS_UNITS_MICROMETRE", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-geojson-ios/SFGOrderedDictionary.h", + "line": 35, + "symbol": "SFGOrderedDictionary.-keyAtIndex:", + "symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSUnits.h", - "line": 16, - "symbol": "CRSUnitsType.CRS_UNITS_MILLIMETRE", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-geojson-ios/SFGOrderedDictionary.h", + "line": 36, + "symbol": "SFGOrderedDictionary.-reverseKeyEnumerator", + "symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSUnits.h", - "line": 17, - "symbol": "CRSUnitsType.CRS_UNITS_METRE", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-geojson-ios/SFGOrderedDictionary.h", + "line": 38, + "symbol": "SFGOrderedDictionary.-objectAtIndexedSubscript:", + "symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSUnits.h", - "line": 18, - "symbol": "CRSUnitsType.CRS_UNITS_KILOMETRE", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-geojson-ios/SFGOrderedDictionary.h", + "line": 40, + "symbol": "SFGOrderedDictionary.-objectForKeyedSubscript:", + "symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSUnits.h", - "line": 19, - "symbol": "CRSUnitsType.CRS_UNITS_GERMAN_LEGAL_METRE", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-geojson-ios/SFGOrderedDictionary.h", + "line": 41, + "symbol": "SFGOrderedDictionary.-setObject:forKeyedSubscript:", + "symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSUnits.h", - "line": 20, - "symbol": "CRSUnitsType.CRS_UNITS_US_SURVEY_FOOT", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-geojson-ios/SFGOrderedDictionary.h", + "line": 43, + "symbol": "SFGOrderedDictionary.-indexOfKey:", + "symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSUnits.h", - "line": 21, - "symbol": "CRSUnitsType.CRS_UNITS_FOOT", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-geojson-ios/SFGOrderedDictionary.h", + "line": 44, + "symbol": "SFGOrderedDictionary.-indexOfKey:inRange:", + "symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSUnits.h", - "line": 22, - "symbol": "CRSUnitsType.CRS_UNITS_MICRORADIAN", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-geojson-ios/SFGOrderedDictionary.h", + "line": 45, + "symbol": "SFGOrderedDictionary.-indexOfKeyIdenticalTo:", + "symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSUnits.h", - "line": 23, - "symbol": "CRSUnitsType.CRS_UNITS_MILLIRADIAN", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-geojson-ios/SFGOrderedDictionary.h", + "line": 46, + "symbol": "SFGOrderedDictionary.-indexOfKeyIdenticalTo:inRange:", + "symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSUnits.h", - "line": 24, - "symbol": "CRSUnitsType.CRS_UNITS_RADIAN", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-geojson-ios/SFGOrderedDictionary.h", + "line": 47, + "symbol": "SFGOrderedDictionary.-lastKey", + "symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSUnits.h", - "line": 25, - "symbol": "CRSUnitsType.CRS_UNITS_ARC_SECOND", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-geojson-ios/SFGOrderedDictionary.h", + "line": 49, + "symbol": "SFGOrderedDictionary.-sortUsingFunction:context:", + "symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSUnits.h", - "line": 26, - "symbol": "CRSUnitsType.CRS_UNITS_ARC_MINUTE", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-geojson-ios/SFGOrderedDictionary.h", + "line": 50, + "symbol": "SFGOrderedDictionary.-sortUsingSelector:", + "symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSUnits.h", - "line": 27, - "symbol": "CRSUnitsType.CRS_UNITS_DEGREE", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-geojson-ios/SFGOrderedDictionary.h", + "line": 52, + "symbol": "SFGOrderedDictionary.-sortUsingComparator:", + "symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSUnits.h", - "line": 28, - "symbol": "CRSUnitsType.CRS_UNITS_GRAD", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-geojson-ios/SFGOrderedDictionary.h", + "line": 53, + "symbol": "SFGOrderedDictionary.-sortWithOptions:usingComparator:", + "symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSUnits.h", - "line": 29, - "symbol": "CRSUnitsType.CRS_UNITS_UNITY", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", + "line": 52, + "symbol": "TIFF_COMPRESSION_NO", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSUnits.h", - "line": 30, - "symbol": "CRSUnitsType.CRS_UNITS_BIN", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", + "line": 53, + "symbol": "TIFF_COMPRESSION_CCITT_HUFFMAN", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSUnits.h", - "line": 31, - "symbol": "CRSUnitsType.CRS_UNITS_PARTS_PER_MILLION", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", + "line": 54, + "symbol": "TIFF_COMPRESSION_T4", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSUnits.h", - "line": 32, - "symbol": "CRSUnitsType.CRS_UNITS_PASCAL", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", + "line": 55, + "symbol": "TIFF_COMPRESSION_T6", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSUnits.h", - "line": 33, - "symbol": "CRSUnitsType.CRS_UNITS_HECTOPASCAL", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", + "line": 56, + "symbol": "TIFF_COMPRESSION_LZW", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSUnits.h", - "line": 34, - "symbol": "CRSUnitsType.CRS_UNITS_MICROSECOND", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", + "line": 57, + "symbol": "TIFF_COMPRESSION_JPEG_OLD", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSUnits.h", - "line": 35, - "symbol": "CRSUnitsType.CRS_UNITS_MILLISECOND", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", + "line": 58, + "symbol": "TIFF_COMPRESSION_JPEG_NEW", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSUnits.h", - "line": 36, - "symbol": "CRSUnitsType.CRS_UNITS_SECOND", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", + "line": 59, + "symbol": "TIFF_COMPRESSION_DEFLATE", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSUnits.h", - "line": 37, - "symbol": "CRSUnitsType.CRS_UNITS_MINUTE", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", + "line": 60, + "symbol": "TIFF_COMPRESSION_PKZIP_DEFLATE", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSUnits.h", - "line": 38, - "symbol": "CRSUnitsType.CRS_UNITS_HOUR", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", + "line": 61, + "symbol": "TIFF_COMPRESSION_PACKBITS", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSUnits.h", - "line": 39, - "symbol": "CRSUnitsType.CRS_UNITS_DAY", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", + "line": 64, + "symbol": "TIFF_EXTRA_SAMPLES_UNSPECIFIED", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSUnits.h", - "line": 40, - "symbol": "CRSUnitsType.CRS_UNITS_YEAR", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", + "line": 65, + "symbol": "TIFF_EXTRA_SAMPLES_ASSOCIATED_ALPHA", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSUnits.h", - "line": 41, - "symbol": "CRSUnitsType.CRS_UNITS_CALENDAR_SECOND", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", + "line": 66, + "symbol": "TIFF_EXTRA_SAMPLES_UNASSOCIATED_ALPHA", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSUnits.h", - "line": 42, - "symbol": "CRSUnitsType.CRS_UNITS_CALENDAR_MONTH", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", + "line": 69, + "symbol": "TIFF_FILL_ORDER_LOWER_COLUMN_HIGHER_ORDER", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSUnits.h", - "line": 46, - "symbol": "CRS_UNITS_MICROMETRE_NAME", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", + "line": 70, + "symbol": "TIFF_FILL_ORDER_LOWER_COLUMN_LOWER_ORDER", "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSUnits.h", - "line": 47, - "symbol": "CRS_UNITS_MILLIMETRE_NAME", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", + "line": 73, + "symbol": "TIFF_GRAY_RESPONSE_TENTHS", "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSUnits.h", - "line": 48, - "symbol": "CRS_UNITS_METRE_NAME", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", + "line": 74, + "symbol": "TIFF_GRAY_RESPONSE_HUNDREDTHS", "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSUnits.h", - "line": 49, - "symbol": "CRS_UNITS_KILOMETRE_NAME", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", + "line": 75, + "symbol": "TIFF_GRAY_RESPONSE_THOUSANDTHS", "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSUnits.h", - "line": 50, - "symbol": "CRS_UNITS_GERMAN_LEGAL_METRE_NAME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", + "line": 76, + "symbol": "TIFF_GRAY_RESPONSE_TEN_THOUSANDTHS", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSUnits.h", - "line": 51, - "symbol": "CRS_UNITS_US_SURVEY_FOOT_NAME", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", + "line": 77, + "symbol": "TIFF_GRAY_RESPONSE_HUNDRED_THOUSANDTHS", "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSUnits.h", - "line": 52, - "symbol": "CRS_UNITS_FOOT_NAME", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", + "line": 80, + "symbol": "TIFF_ORIENTATION_TOP_ROW_LEFT_COLUMN", "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSUnits.h", - "line": 53, - "symbol": "CRS_UNITS_MICRORADIAN_NAME", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", + "line": 81, + "symbol": "TIFF_ORIENTATION_TOP_ROW_RIGHT_COLUMN", "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSUnits.h", - "line": 54, - "symbol": "CRS_UNITS_MILLIRADIAN_NAME", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", + "line": 82, + "symbol": "TIFF_ORIENTATION_BOTTOM_ROW_RIGHT_COLUMN", "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSUnits.h", - "line": 55, - "symbol": "CRS_UNITS_RADIAN_NAME", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", + "line": 83, + "symbol": "TIFF_ORIENTATION_BOTTOM_ROW_LEFT_COLUMN", "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSUnits.h", - "line": 56, - "symbol": "CRS_UNITS_ARC_SECOND_NAME", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", + "line": 84, + "symbol": "TIFF_ORIENTATION_LEFT_ROW_TOP_COLUMN", "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSUnits.h", - "line": 57, - "symbol": "CRS_UNITS_ARC_MINUTE_NAME", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", + "line": 85, + "symbol": "TIFF_ORIENTATION_RIGHT_ROW_TOP_COLUMN", "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSUnits.h", - "line": 58, - "symbol": "CRS_UNITS_DEGREE_NAME", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", + "line": 86, + "symbol": "TIFF_ORIENTATION_RIGHT_ROW_BOTTOM_COLUMN", "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSUnits.h", - "line": 59, - "symbol": "CRS_UNITS_GRAD_NAME", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", + "line": 87, + "symbol": "TIFF_ORIENTATION_LEFT_ROW_BOTTOM_COLUMN", "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSUnits.h", - "line": 60, - "symbol": "CRS_UNITS_UNITY_NAME", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", + "line": 90, + "symbol": "TIFF_PHOTOMETRIC_INTERPRETATION_WHITE_IS_ZERO", "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSUnits.h", - "line": 61, - "symbol": "CRS_UNITS_BIN_NAME", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", + "line": 91, + "symbol": "TIFF_PHOTOMETRIC_INTERPRETATION_BLACK_IS_ZERO", "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSUnits.h", - "line": 62, - "symbol": "CRS_UNITS_PARTS_PER_MILLION_NAME", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", + "line": 92, + "symbol": "TIFF_PHOTOMETRIC_INTERPRETATION_RGB", "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSUnits.h", - "line": 63, - "symbol": "CRS_UNITS_PASCAL_NAME", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", + "line": 93, + "symbol": "TIFF_PHOTOMETRIC_INTERPRETATION_PALETTE", "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSUnits.h", - "line": 64, - "symbol": "CRS_UNITS_HECTOPASCAL_NAME", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", + "line": 94, + "symbol": "TIFF_PHOTOMETRIC_INTERPRETATION_TRANSPARENCY", "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSUnits.h", - "line": 65, - "symbol": "CRS_UNITS_MICROSECOND_NAME", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", + "line": 97, + "symbol": "TIFF_PLANAR_CONFIGURATION_CHUNKY", "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSUnits.h", - "line": 66, - "symbol": "CRS_UNITS_MILLISECOND_NAME", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", + "line": 98, + "symbol": "TIFF_PLANAR_CONFIGURATION_PLANAR", "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSUnits.h", - "line": 67, - "symbol": "CRS_UNITS_SECOND_NAME", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", + "line": 101, + "symbol": "TIFF_RESOLUTION_UNIT_NO", "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSUnits.h", - "line": 68, - "symbol": "CRS_UNITS_MINUTE_NAME", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", + "line": 102, + "symbol": "TIFF_RESOLUTION_UNIT_INCH", "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSUnits.h", - "line": 69, - "symbol": "CRS_UNITS_HOUR_NAME", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", + "line": 103, + "symbol": "TIFF_RESOLUTION_UNIT_CENTIMETER", "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSUnits.h", - "line": 70, - "symbol": "CRS_UNITS_DAY_NAME", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", + "line": 106, + "symbol": "TIFF_SAMPLE_FORMAT_UNSIGNED_INT", "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSUnits.h", - "line": 71, - "symbol": "CRS_UNITS_YEAR_NAME", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", + "line": 107, + "symbol": "TIFF_SAMPLE_FORMAT_SIGNED_INT", "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSUnits.h", - "line": 72, - "symbol": "CRS_UNITS_CALENDAR_SECOND_NAME", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", + "line": 108, + "symbol": "TIFF_SAMPLE_FORMAT_FLOAT", "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/crs-ios/CRSUnits.h", - "line": 73, - "symbol": "CRS_UNITS_CALENDAR_MONTH_NAME", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", + "line": 109, + "symbol": "TIFF_SAMPLE_FORMAT_UNDEFINED", "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/ogc-api-features-json-ios/OAFCollections.h", - "line": 16, - "symbol": "OAFCollections", - "symbol_kind": "sourcekitten.source.lang.objc.decl.class", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", + "line": 112, + "symbol": "TIFF_SUBFILE_TYPE_FULL", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj-ios/PROJConstants.h", - "line": 11, - "symbol": "PROJ_BUNDLE_NAME", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", + "line": 113, + "symbol": "TIFF_SUBFILE_TYPE_REDUCED", "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj-ios/PROJConstants.h", - "line": 12, - "symbol": "PROJ_PROPERTY_LIST_TYPE", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", + "line": 114, + "symbol": "TIFF_SAMPLE_FORMAT_SINGLE_PAGE_MULTI_PAGE", "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj-ios/PROJConstants.h", - "line": 14, - "symbol": "PROJConstants", - "symbol_kind": "sourcekitten.source.lang.objc.decl.class", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", + "line": 117, + "symbol": "TIFF_THRESHHOLDING_NO", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj-ios/PROJIOUtils.h", - "line": 11, - "symbol": "PROJIOUtils", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", + "line": 118, + "symbol": "TIFF_THRESHHOLDING_ORDERED", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "warning": "undocumented" + }, + { + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", + "line": 119, + "symbol": "TIFF_THRESHHOLDING_RANDOM", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "warning": "undocumented" + }, + { + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", + "line": 122, + "symbol": "TIFF_PREDICTOR_NO", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "warning": "undocumented" + }, + { + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", + "line": 123, + "symbol": "TIFF_PREDICTOR_HORIZONTAL", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "warning": "undocumented" + }, + { + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", + "line": 124, + "symbol": "TIFF_PREDICTOR_FLOATINGPOINT", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "warning": "undocumented" + }, + { + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", + "line": 126, + "symbol": "TIFFConstants", "symbol_kind": "sourcekitten.source.lang.objc.decl.class", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj-ios/PROJProjectionConstants.h", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", "line": 15, - "symbol": "PROJ_AUTHORITY_EPSG", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "symbol": "TIFFFieldTagType.TIFF_TAG_ARTIST", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj-ios/PROJProjectionConstants.h", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", "line": 16, - "symbol": "PROJ_AUTHORITY_NONE", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "symbol": "TIFFFieldTagType.TIFF_TAG_BITS_PER_SAMPLE", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj-ios/PROJProjectionConstants.h", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", "line": 17, - "symbol": "PROJ_AUTHORITY_OGC", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "symbol": "TIFFFieldTagType.TIFF_TAG_CELL_LENGTH", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj-ios/PROJProjectionConstants.h", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", "line": 18, - "symbol": "PROJ_AUTHORITY_NSG", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "symbol": "TIFFFieldTagType.TIFF_TAG_CELL_WIDTH", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj-ios/PROJProjectionConstants.h", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", "line": 19, - "symbol": "PROJ_UNDEFINED_CARTESIAN", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "symbol": "TIFFFieldTagType.TIFF_TAG_COLOR_MAP", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj-ios/PROJProjectionConstants.h", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", "line": 20, - "symbol": "PROJ_UNDEFINED_GEOGRAPHIC", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "symbol": "TIFFFieldTagType.TIFF_TAG_COMPRESSION", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj-ios/PROJProjectionConstants.h", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", "line": 21, - "symbol": "PROJ_EPSG_WORLD_GEODETIC_SYSTEM", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "symbol": "TIFFFieldTagType.TIFF_TAG_COPYRIGHT", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj-ios/PROJProjectionConstants.h", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", "line": 22, - "symbol": "PROJ_EPSG_WEB_MERCATOR", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "symbol": "TIFFFieldTagType.TIFF_TAG_DATE_TIME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj-ios/PROJProjectionConstants.h", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", "line": 23, - "symbol": "PROJ_EPSG_WORLD_GEODETIC_SYSTEM_GEOGRAPHICAL_3D", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "symbol": "TIFFFieldTagType.TIFF_TAG_EXTRA_SAMPLES", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj-ios/PROJProjectionConstants.h", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", "line": 24, - "symbol": "PROJ_OGC_CRS84", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "symbol": "TIFFFieldTagType.TIFF_TAG_FILL_ORDER", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj-ios/PROJProjectionConstants.h", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", "line": 25, - "symbol": "PROJ_WEB_MERCATOR_MAX_LAT_RANGE", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "symbol": "TIFFFieldTagType.TIFF_TAG_FREE_BYTE_COUNTS", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj-ios/PROJProjectionConstants.h", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", "line": 26, - "symbol": "PROJ_WEB_MERCATOR_MIN_LAT_RANGE", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "symbol": "TIFFFieldTagType.TIFF_TAG_FREE_OFFSETS", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj-ios/PROJProjectionConstants.h", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", "line": 27, - "symbol": "PROJ_WEB_MERCATOR_HALF_WORLD_WIDTH", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "symbol": "TIFFFieldTagType.TIFF_TAG_GRAY_RESPONSE_CURVE", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj-ios/PROJProjectionConstants.h", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", "line": 28, - "symbol": "PROJ_MERCATOR_RADIUS", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "symbol": "TIFFFieldTagType.TIFF_TAG_GRAY_RESPONSE_UNIT", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj-ios/PROJProjectionConstants.h", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", "line": 29, - "symbol": "PROJ_WGS84_HALF_WORLD_LON_WIDTH", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "symbol": "TIFFFieldTagType.TIFF_TAG_HOST_COMPUTER", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj-ios/PROJProjectionConstants.h", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", "line": 30, - "symbol": "PROJ_WGS84_HALF_WORLD_LAT_HEIGHT", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "symbol": "TIFFFieldTagType.TIFF_TAG_IMAGE_DESCRIPTION", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj-ios/PROJProjectionConstants.h", - "line": 32, - "symbol": "PROJProjectionConstants", - "symbol_kind": "sourcekitten.source.lang.objc.decl.class", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", + "line": 31, + "symbol": "TIFFFieldTagType.TIFF_TAG_IMAGE_LENGTH", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj-ios/PROJProjectionFactoryTypes.h", - "line": 37, - "symbol": "PROJProjectionFactoryTypes", - "symbol_kind": "sourcekitten.source.lang.objc.decl.class", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", + "line": 32, + "symbol": "TIFFFieldTagType.TIFF_TAG_IMAGE_WIDTH", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj-ios/PROJUnits.h", - "line": 15, - "symbol": "PROJUnit.PROJ_UNIT_DEGREES", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", + "line": 33, + "symbol": "TIFFFieldTagType.TIFF_TAG_MAKE", "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj-ios/PROJUnits.h", - "line": 16, - "symbol": "PROJUnit.PROJ_UNIT_METERS", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", + "line": 34, + "symbol": "TIFFFieldTagType.TIFF_TAG_MAX_SAMPLE_VALUE", "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj-ios/PROJUnits.h", - "line": 17, - "symbol": "PROJUnit.PROJ_UNIT_NONE", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", + "line": 35, + "symbol": "TIFFFieldTagType.TIFF_TAG_MIN_SAMPLE_VALUE", "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj-ios/PROJUnits.h", - "line": 20, - "symbol": "PROJUnits", - "symbol_kind": "sourcekitten.source.lang.objc.decl.class", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", + "line": 36, + "symbol": "TIFFFieldTagType.TIFF_TAG_MODEL", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", - "line": 58, - "symbol": "pj_release", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", + "line": 37, + "symbol": "TIFFFieldTagType.TIFF_TAG_NEW_SUBFILE_TYPE", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", - "line": 64, - "symbol": "pj_errno", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", + "line": 38, + "symbol": "TIFFFieldTagType.TIFF_TAG_ORIENTATION", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", - "line": 76, - "symbol": "projPJ", - "symbol_kind": "sourcekitten.source.lang.objc.decl.typedef", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", + "line": 39, + "symbol": "TIFFFieldTagType.TIFF_TAG_PHOTOMETRIC_INTERPRETATION", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", - "line": 77, - "symbol": "projCtx", - "symbol_kind": "sourcekitten.source.lang.objc.decl.typedef", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", + "line": 40, + "symbol": "TIFFFieldTagType.TIFF_TAG_PLANAR_CONFIGURATION", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", - "line": 85, - "symbol": "PAFile", - "symbol_kind": "sourcekitten.source.lang.objc.decl.typedef", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", + "line": 41, + "symbol": "TIFFFieldTagType.TIFF_TAG_RESOLUTION_UNIT", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", - "line": 86, - "symbol": "projFileAPI", - "symbol_kind": "sourcekitten.source.lang.objc.decl.typedef", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", + "line": 42, + "symbol": "TIFFFieldTagType.TIFF_TAG_ROWS_PER_STRIP", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", - "line": 86, - "symbol": "projFileAPI.projFileAPI_t", - "symbol_kind": "sourcekitten.source.lang.objc.decl.struct", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", + "line": 43, + "symbol": "TIFFFieldTagType.TIFF_TAG_SAMPLES_PER_PIXEL", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", - "line": 86, - "symbol": "projFileAPI_t", - "symbol_kind": "sourcekitten.source.lang.objc.decl.struct", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", + "line": 44, + "symbol": "TIFFFieldTagType.TIFF_TAG_SOFTWARE", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", - "line": 87, - "symbol": "projFileAPI.projFileAPI_t.FOpen", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", + "line": 45, + "symbol": "TIFFFieldTagType.TIFF_TAG_STRIP_BYTE_COUNTS", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", - "line": 87, - "symbol": "projFileAPI_t.FOpen", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", + "line": 46, + "symbol": "TIFFFieldTagType.TIFF_TAG_STRIP_OFFSETS", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", - "line": 88, - "symbol": "projFileAPI.projFileAPI_t.FRead", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", + "line": 47, + "symbol": "TIFFFieldTagType.TIFF_TAG_SUBFILE_TYPE", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", - "line": 88, - "symbol": "projFileAPI_t.FRead", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", + "line": 48, + "symbol": "TIFFFieldTagType.TIFF_TAG_THRESHOLDING", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", - "line": 89, - "symbol": "projFileAPI.projFileAPI_t.FSeek", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", + "line": 49, + "symbol": "TIFFFieldTagType.TIFF_TAG_X_RESOLUTION", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", - "line": 89, - "symbol": "projFileAPI_t.FSeek", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", + "line": 50, + "symbol": "TIFFFieldTagType.TIFF_TAG_Y_RESOLUTION", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", - "line": 90, - "symbol": "projFileAPI.projFileAPI_t.FTell", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", + "line": 51, + "symbol": "TIFFFieldTagType.TIFF_TAG_BAD_FAX_LINES", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", - "line": 90, - "symbol": "projFileAPI_t.FTell", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", + "line": 52, + "symbol": "TIFFFieldTagType.TIFF_TAG_CLEAN_FAX_DATA", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", - "line": 91, - "symbol": "projFileAPI.projFileAPI_t.FClose", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", + "line": 53, + "symbol": "TIFFFieldTagType.TIFF_TAG_CLIP_PATH", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", - "line": 91, - "symbol": "projFileAPI_t.FClose", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", + "line": 54, + "symbol": "TIFFFieldTagType.TIFF_TAG_CONSECUTIVE_BAD_FAX_LINES", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", - "line": 96, - "symbol": "pj_fwd", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", + "line": 55, + "symbol": "TIFFFieldTagType.TIFF_TAG_DECODE", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", - "line": 97, - "symbol": "pj_inv", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", + "line": 56, + "symbol": "TIFFFieldTagType.TIFF_TAG_DEFAULT_IMAGE_COLOR", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", - "line": 99, - "symbol": "pj_fwd3d", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", + "line": 57, + "symbol": "TIFFFieldTagType.TIFF_TAG_DOCUMENT_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", - "line": 100, - "symbol": "pj_inv3d", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", + "line": 58, + "symbol": "TIFFFieldTagType.TIFF_TAG_DOT_RANGE", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", - "line": 102, - "symbol": "pj_transform", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", + "line": 59, + "symbol": "TIFFFieldTagType.TIFF_TAG_HALFTONE_HINTS", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", - "line": 104, - "symbol": "pj_datum_transform", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", + "line": 60, + "symbol": "TIFFFieldTagType.TIFF_TAG_INDEXED", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", - "line": 106, - "symbol": "pj_geocentric_to_geodetic", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", + "line": 61, + "symbol": "TIFFFieldTagType.TIFF_TAG_JPEG_TABLES", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", - "line": 109, - "symbol": "pj_geodetic_to_geocentric", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", + "line": 62, + "symbol": "TIFFFieldTagType.TIFF_TAG_PAGE_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", - "line": 112, - "symbol": "pj_compare_datums", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", - "warning": "undocumented" - }, - { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", - "line": 113, - "symbol": "pj_apply_gridshift", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", - "warning": "undocumented" - }, - { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", - "line": 116, - "symbol": "pj_deallocate_grids", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", + "line": 63, + "symbol": "TIFFFieldTagType.TIFF_TAG_PAGE_NUMBER", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", - "line": 117, - "symbol": "pj_clear_initcache", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", + "line": 64, + "symbol": "TIFFFieldTagType.TIFF_TAG_PREDICTOR", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", - "line": 118, - "symbol": "pj_is_latlong", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", + "line": 65, + "symbol": "TIFFFieldTagType.TIFF_TAG_PRIMARY_CHROMATICITIES", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", - "line": 119, - "symbol": "pj_is_geocent", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", + "line": 66, + "symbol": "TIFFFieldTagType.TIFF_TAG_REFERENCE_BLACK_WHITE", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", - "line": 120, - "symbol": "pj_get_spheroid_defn", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", + "line": 67, + "symbol": "TIFFFieldTagType.TIFF_TAG_SAMPLE_FORMAT", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", - "line": 121, - "symbol": "pj_pr_list", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", + "line": 68, + "symbol": "TIFFFieldTagType.TIFF_TAG_S_MIN_SAMPLE_VALUE", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", - "line": 122, - "symbol": "pj_free", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", + "line": 69, + "symbol": "TIFFFieldTagType.TIFF_TAG_S_MAX_SAMPLE_VALUE", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", - "line": 123, - "symbol": "pj_set_finder", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", + "line": 70, + "symbol": "TIFFFieldTagType.TIFF_TAG_STRIP_ROW_COUNTS", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", - "line": 124, - "symbol": "pj_set_searchpath", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", + "line": 71, + "symbol": "TIFFFieldTagType.TIFF_TAG_SUB_IFDS", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", - "line": 125, - "symbol": "pj_init", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", + "line": 72, + "symbol": "TIFFFieldTagType.TIFF_TAG_T4_OPTIONS", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", - "line": 126, - "symbol": "pj_init_plus", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", + "line": 73, + "symbol": "TIFFFieldTagType.TIFF_TAG_T6_OPTIONS", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", - "line": 127, - "symbol": "pj_init_ctx", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", + "line": 74, + "symbol": "TIFFFieldTagType.TIFF_TAG_TILE_BYTE_COUNTS", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", - "line": 128, - "symbol": "pj_init_plus_ctx", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", + "line": 75, + "symbol": "TIFFFieldTagType.TIFF_TAG_TILE_LENGTH", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", - "line": 129, - "symbol": "pj_get_def", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", + "line": 76, + "symbol": "TIFFFieldTagType.TIFF_TAG_TILE_OFFSETS", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", - "line": 130, - "symbol": "pj_latlong_from_proj", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", + "line": 77, + "symbol": "TIFFFieldTagType.TIFF_TAG_TILE_WIDTH", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", - "line": 131, - "symbol": "pj_malloc", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", + "line": 78, + "symbol": "TIFFFieldTagType.TIFF_TAG_TRANSFER_FUNCTION", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", - "line": 132, - "symbol": "pj_dalloc", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", + "line": 79, + "symbol": "TIFFFieldTagType.TIFF_TAG_WHITE_POINT", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", - "line": 133, - "symbol": "pj_calloc", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", + "line": 80, + "symbol": "TIFFFieldTagType.TIFF_TAG_X_CLIP_PATH_UNITS", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", - "line": 134, - "symbol": "pj_dealloc", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", + "line": 81, + "symbol": "TIFFFieldTagType.TIFF_TAG_X_POSITION", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", - "line": 135, - "symbol": "pj_strerrno", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", + "line": 82, + "symbol": "TIFFFieldTagType.TIFF_TAG_Y_CB_CR_COEFFICIENTS", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", - "line": 136, - "symbol": "pj_get_errno_ref", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", + "line": 83, + "symbol": "TIFFFieldTagType.TIFF_TAG_Y_CB_CR_POSITIONING", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", - "line": 137, - "symbol": "pj_get_release", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", + "line": 84, + "symbol": "TIFFFieldTagType.TIFF_TAG_Y_CB_CR_SUB_SAMPLING", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", - "line": 138, - "symbol": "pj_acquire_lock", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", + "line": 85, + "symbol": "TIFFFieldTagType.TIFF_TAG_Y_CLIP_PATH_UNITS", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", - "line": 139, - "symbol": "pj_release_lock", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", + "line": 86, + "symbol": "TIFFFieldTagType.TIFF_TAG_Y_POSITION", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", - "line": 140, - "symbol": "pj_cleanup_lock", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", + "line": 87, + "symbol": "TIFFFieldTagType.TIFF_TAG_JPEG_PROC", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", - "line": 142, - "symbol": "pj_get_default_ctx", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", + "line": 88, + "symbol": "TIFFFieldTagType.TIFF_TAG_JPEG_INTERCHANGE_FORMAT", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", - "line": 143, - "symbol": "pj_get_ctx", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", + "line": 89, + "symbol": "TIFFFieldTagType.TIFF_TAG_JPEG_INTERCHANGE_FORMAT_LENGTH", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", - "line": 144, - "symbol": "pj_set_ctx", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", + "line": 90, + "symbol": "TIFFFieldTagType.TIFF_TAG_JPEG_RESTART_INTERVAL", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", - "line": 145, - "symbol": "pj_ctx_alloc", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", + "line": 91, + "symbol": "TIFFFieldTagType.TIFF_TAG_JPEG_LOSSLESS_PREDICTORS", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", - "line": 146, - "symbol": "pj_ctx_free", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", + "line": 92, + "symbol": "TIFFFieldTagType.TIFF_TAG_JPEG_POINT_TRANSFORMS", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", - "line": 147, - "symbol": "pj_ctx_get_errno", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", + "line": 93, + "symbol": "TIFFFieldTagType.TIFF_TAG_JPEG_Q_TABLES", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", - "line": 148, - "symbol": "pj_ctx_set_errno", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", + "line": 94, + "symbol": "TIFFFieldTagType.TIFF_TAG_JPEG_DC_TABLES", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", - "line": 149, - "symbol": "pj_ctx_set_debug", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", + "line": 95, + "symbol": "TIFFFieldTagType.TIFF_TAG_JPEG_AC_TABLES", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", - "line": 150, - "symbol": "pj_ctx_set_logger", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", + "line": 96, + "symbol": "TIFFFieldTagType.TIFF_TAG_APERTURE_VALUE", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", - "line": 151, - "symbol": "pj_ctx_set_app_data", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", + "line": 97, + "symbol": "TIFFFieldTagType.TIFF_TAG_COLOR_SPACE", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", - "line": 152, - "symbol": "pj_ctx_get_app_data", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", + "line": 98, + "symbol": "TIFFFieldTagType.TIFF_TAG_DATE_TIME_DIGITIZED", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", - "line": 153, - "symbol": "pj_ctx_set_fileapi", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", + "line": 99, + "symbol": "TIFFFieldTagType.TIFF_TAG_DATE_TIME_ORIGINAL", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", - "line": 154, - "symbol": "pj_ctx_get_fileapi", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", + "line": 100, + "symbol": "TIFFFieldTagType.TIFF_TAG_EXIF_IFD", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", - "line": 156, - "symbol": "pj_log", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", + "line": 101, + "symbol": "TIFFFieldTagType.TIFF_TAG_EXIF_VERSION", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", - "line": 157, - "symbol": "pj_stderr_logger", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", + "line": 102, + "symbol": "TIFFFieldTagType.TIFF_TAG_EXPOSURE_TIME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", - "line": 160, - "symbol": "pj_get_default_fileapi", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", + "line": 103, + "symbol": "TIFFFieldTagType.TIFF_TAG_FILE_SOURCE", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", - "line": 162, - "symbol": "pj_ctx_fopen", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", + "line": 104, + "symbol": "TIFFFieldTagType.TIFF_TAG_FLASH", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", - "line": 163, - "symbol": "pj_ctx_fread", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", + "line": 105, + "symbol": "TIFFFieldTagType.TIFF_TAG_FLASHPIX_VERSION", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", - "line": 164, - "symbol": "pj_ctx_fseek", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", + "line": 106, + "symbol": "TIFFFieldTagType.TIFF_TAG_F_NUMBER", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", - "line": 165, - "symbol": "pj_ctx_ftell", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", + "line": 107, + "symbol": "TIFFFieldTagType.TIFF_TAG_IMAGE_UNIQUE_ID", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", - "line": 166, - "symbol": "pj_ctx_fclose", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", + "line": 108, + "symbol": "TIFFFieldTagType.TIFF_TAG_LIGHT_SOURCE", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", - "line": 167, - "symbol": "pj_ctx_fgets", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", + "line": 109, + "symbol": "TIFFFieldTagType.TIFF_TAG_MAKER_NOTE", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", - "line": 169, - "symbol": "pj_open_lib", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", + "line": 110, + "symbol": "TIFFFieldTagType.TIFF_TAG_SHUTTER_SPEED_VALUE", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/proj_api.h", - "line": 171, - "symbol": "pj_run_selftests", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", + "line": 111, + "symbol": "TIFFFieldTagType.TIFF_TAG_USER_COMMENT", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 86, - "symbol": "hypot", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", + "line": 112, + "symbol": "TIFFFieldTagType.TIFF_TAG_IPTC", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 138, - "symbol": "projFileAPI_t", - "symbol_kind": "sourcekitten.source.lang.objc.decl.struct", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", + "line": 113, + "symbol": "TIFFFieldTagType.TIFF_TAG_ICC_PROFILE", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 141, - "symbol": "", - "symbol_kind": "sourcekitten.source.lang.objc.decl.struct", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", + "line": 114, + "symbol": "TIFFFieldTagType.TIFF_TAG_XMP", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 141, - "symbol": "projCtx_t", - "symbol_kind": "sourcekitten.source.lang.objc.decl.typedef", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", + "line": 115, + "symbol": "TIFFFieldTagType.TIFF_TAG_GDAL_METADATA", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 141, - "symbol": "projCtx_t.", - "symbol_kind": "sourcekitten.source.lang.objc.decl.struct", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", + "line": 116, + "symbol": "TIFFFieldTagType.TIFF_TAG_GDAL_NODATA", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 142, - "symbol": ".last_errno", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", + "line": 117, + "symbol": "TIFFFieldTagType.TIFF_TAG_PHOTOSHOP", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 142, - "symbol": "projCtx_t..last_errno", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", + "line": 118, + "symbol": "TIFFFieldTagType.TIFF_TAG_MODEL_PIXEL_SCALE", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 143, - "symbol": ".debug_level", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", + "line": 119, + "symbol": "TIFFFieldTagType.TIFF_TAG_MODEL_TIEPOINT", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 143, - "symbol": "projCtx_t..debug_level", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", + "line": 120, + "symbol": "TIFFFieldTagType.TIFF_TAG_MODEL_TRANSFORMATION", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 144, - "symbol": ".logger", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", + "line": 121, + "symbol": "TIFFFieldTagType.TIFF_TAG_GEO_KEY_DIRECTORY", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 144, - "symbol": "projCtx_t..logger", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", + "line": 122, + "symbol": "TIFFFieldTagType.TIFF_TAG_GEO_DOUBLE_PARAMS", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 145, - "symbol": ".app_data", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", + "line": 123, + "symbol": "TIFFFieldTagType.TIFF_TAG_GEO_ASCII_PARAMS", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 145, - "symbol": "projCtx_t..app_data", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTypes.h", + "line": 15, + "symbol": "TIFFFieldType.TIFF_FIELD_BYTE", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 146, - "symbol": ".fileapi", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTypes.h", + "line": 16, + "symbol": "TIFFFieldType.TIFF_FIELD_ASCII", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 146, - "symbol": "projCtx_t..fileapi", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTypes.h", + "line": 17, + "symbol": "TIFFFieldType.TIFF_FIELD_SHORT", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 164, - "symbol": "", - "symbol_kind": "sourcekitten.source.lang.objc.decl.struct", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTypes.h", + "line": 18, + "symbol": "TIFFFieldType.TIFF_FIELD_LONG", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 164, - "symbol": ".u", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTypes.h", + "line": 19, + "symbol": "TIFFFieldType.TIFF_FIELD_RATIONAL", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 164, - "symbol": ".v", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTypes.h", + "line": 20, + "symbol": "TIFFFieldType.TIFF_FIELD_SBYTE", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 164, - "symbol": "projUV", - "symbol_kind": "sourcekitten.source.lang.objc.decl.typedef", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTypes.h", + "line": 21, + "symbol": "TIFFFieldType.TIFF_FIELD_UNDEFINED", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 164, - "symbol": "projUV.", - "symbol_kind": "sourcekitten.source.lang.objc.decl.struct", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTypes.h", + "line": 22, + "symbol": "TIFFFieldType.TIFF_FIELD_SSHORT", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 164, - "symbol": "projUV..u", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTypes.h", + "line": 23, + "symbol": "TIFFFieldType.TIFF_FIELD_SLONG", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 164, - "symbol": "projUV..v", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTypes.h", + "line": 24, + "symbol": "TIFFFieldType.TIFF_FIELD_SRATIONAL", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 165, - "symbol": "", - "symbol_kind": "sourcekitten.source.lang.objc.decl.struct", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTypes.h", + "line": 25, + "symbol": "TIFFFieldType.TIFF_FIELD_FLOAT", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 165, - "symbol": ".i", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTypes.h", + "line": 26, + "symbol": "TIFFFieldType.TIFF_FIELD_DOUBLE", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 165, - "symbol": ".r", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFIOUtils.h", + "line": 11, + "symbol": "TIFFIOUtils", + "symbol_kind": "sourcekitten.source.lang.objc.decl.class", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 165, - "symbol": "COMPLEX", - "symbol_kind": "sourcekitten.source.lang.objc.decl.typedef", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/CRSCategoryTypes.h", + "line": 15, + "symbol": "CRSCategoryType.CRS_CATEGORY_CRS", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 165, - "symbol": "COMPLEX.", - "symbol_kind": "sourcekitten.source.lang.objc.decl.struct", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/CRSCategoryTypes.h", + "line": 16, + "symbol": "CRSCategoryType.CRS_CATEGORY_OPERATION", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 165, - "symbol": "COMPLEX..i", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/CRSCategoryTypes.h", + "line": 17, + "symbol": "CRSCategoryType.CRS_CATEGORY_METADATA", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 165, - "symbol": "COMPLEX..r", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/CRSCategoryTypes.h", + "line": 24, + "symbol": "CRS_CATEGORY_OPERATION_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 166, - "symbol": "", - "symbol_kind": "sourcekitten.source.lang.objc.decl.struct", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/CRSCategoryTypes.h", + "line": 25, + "symbol": "CRS_CATEGORY_METADATA_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 166, - "symbol": ".u", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/CRSTypes.h", + "line": 15, + "symbol": "CRSType.CRS_TYPE_BOUND", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 166, - "symbol": ".v", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/CRSTypes.h", + "line": 16, + "symbol": "CRSType.CRS_TYPE_COMPOUND", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, - { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 166, - "symbol": ".w", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + { + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/CRSTypes.h", + "line": 17, + "symbol": "CRSType.CRS_TYPE_CONCATENATED_OPERATION", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 166, - "symbol": "projUVW", - "symbol_kind": "sourcekitten.source.lang.objc.decl.typedef", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/CRSTypes.h", + "line": 18, + "symbol": "CRSType.CRS_TYPE_COORDINATE_METADATA", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 166, - "symbol": "projUVW.", - "symbol_kind": "sourcekitten.source.lang.objc.decl.struct", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/CRSTypes.h", + "line": 19, + "symbol": "CRSType.CRS_TYPE_COORDINATE_OPERATION", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 166, - "symbol": "projUVW..u", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/CRSTypes.h", + "line": 20, + "symbol": "CRSType.CRS_TYPE_DERIVED", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 166, - "symbol": "projUVW..v", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/CRSTypes.h", + "line": 21, + "symbol": "CRSType.CRS_TYPE_ENGINEERING", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 166, - "symbol": "projUVW..w", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/CRSTypes.h", + "line": 22, + "symbol": "CRSType.CRS_TYPE_GEODETIC", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 180, - "symbol": "", - "symbol_kind": "sourcekitten.source.lang.objc.decl.union", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/CRSTypes.h", + "line": 23, + "symbol": "CRSType.CRS_TYPE_GEOGRAPHIC", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 180, - "symbol": ".f", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/CRSTypes.h", + "line": 24, + "symbol": "CRSType.CRS_TYPE_PARAMETRIC", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 180, - "symbol": ".i", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/CRSTypes.h", + "line": 25, + "symbol": "CRSType.CRS_TYPE_POINT_MOTION_OPERATION", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 180, - "symbol": ".s", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/CRSTypes.h", + "line": 26, + "symbol": "CRSType.CRS_TYPE_PROJECTED", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 180, - "symbol": "PROJVALUE", - "symbol_kind": "sourcekitten.source.lang.objc.decl.typedef", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/CRSTypes.h", + "line": 27, + "symbol": "CRSType.CRS_TYPE_TEMPORAL", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 180, - "symbol": "PROJVALUE.", - "symbol_kind": "sourcekitten.source.lang.objc.decl.union", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/CRSTypes.h", + "line": 28, + "symbol": "CRSType.CRS_TYPE_VERTICAL", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 180, - "symbol": "PROJVALUE..f", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/CRSTypes.h", + "line": 35, + "symbol": "CRS_TYPE_COMPOUND_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 180, - "symbol": "PROJVALUE..i", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/CRSTypes.h", + "line": 36, + "symbol": "CRS_TYPE_CONCATENATED_OPERATION_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 180, - "symbol": "PROJVALUE..s", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/CRSTypes.h", + "line": 37, + "symbol": "CRS_TYPE_COORDINATE_METADATA_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 181, - "symbol": "PJconsts", - "symbol_kind": "sourcekitten.source.lang.objc.decl.struct", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/CRSTypes.h", + "line": 38, + "symbol": "CRS_TYPE_COORDINATE_OPERATION_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 183, - "symbol": "PJ_LIST", - "symbol_kind": "sourcekitten.source.lang.objc.decl.struct", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/CRSTypes.h", + "line": 39, + "symbol": "CRS_TYPE_DERIVED_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 184, - "symbol": "PJ_LIST.id", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/CRSTypes.h", + "line": 40, + "symbol": "CRS_TYPE_ENGINEERING_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 185, - "symbol": "PJ_LIST.proj", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/CRSTypes.h", + "line": 41, + "symbol": "CRS_TYPE_GEODETIC_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 186, - "symbol": "PJ_LIST.descr", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/CRSTypes.h", + "line": 42, + "symbol": "CRS_TYPE_GEOGRAPHIC_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 190, - "symbol": "PJ_SELFTEST_LIST", - "symbol_kind": "sourcekitten.source.lang.objc.decl.struct", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/CRSTypes.h", + "line": 43, + "symbol": "CRS_TYPE_PARAMETRIC_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 191, - "symbol": "PJ_SELFTEST_LIST.id", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/CRSTypes.h", + "line": 44, + "symbol": "CRS_TYPE_POINT_MOTION_OPERATION_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 192, - "symbol": "PJ_SELFTEST_LIST.testfunc", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/CRSTypes.h", + "line": 45, + "symbol": "CRS_TYPE_PROJECTED_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 195, - "symbol": "PJ_ELLPS", - "symbol_kind": "sourcekitten.source.lang.objc.decl.struct", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/CRSTypes.h", + "line": 46, + "symbol": "CRS_TYPE_TEMPORAL_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 196, - "symbol": "PJ_ELLPS.id", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/CRSTypes.h", + "line": 47, + "symbol": "CRS_TYPE_VERTICAL_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 197, - "symbol": "PJ_ELLPS.major", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSAxisDirectionTypes.h", + "line": 15, + "symbol": "CRSAxisDirectionType.CRS_AXIS_AFT", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 198, - "symbol": "PJ_ELLPS.ell", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSAxisDirectionTypes.h", + "line": 16, + "symbol": "CRSAxisDirectionType.CRS_AXIS_AWAY_FROM", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 199, - "symbol": "PJ_ELLPS.name", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSAxisDirectionTypes.h", + "line": 17, + "symbol": "CRSAxisDirectionType.CRS_AXIS_CLOCKWISE", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 201, - "symbol": "PJ_UNITS", - "symbol_kind": "sourcekitten.source.lang.objc.decl.struct", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSAxisDirectionTypes.h", + "line": 18, + "symbol": "CRSAxisDirectionType.CRS_AXIS_COLUMN_NEGATIVE", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 202, - "symbol": "PJ_UNITS.id", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSAxisDirectionTypes.h", + "line": 19, + "symbol": "CRSAxisDirectionType.CRS_AXIS_COLUMN_POSITIVE", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 203, - "symbol": "PJ_UNITS.to_meter", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSAxisDirectionTypes.h", + "line": 20, + "symbol": "CRSAxisDirectionType.CRS_AXIS_COUNTER_CLOCKWISE", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 204, - "symbol": "PJ_UNITS.name", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSAxisDirectionTypes.h", + "line": 21, + "symbol": "CRSAxisDirectionType.CRS_AXIS_DISPLAY_DOWN", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 207, - "symbol": "PJ_DATUMS", - "symbol_kind": "sourcekitten.source.lang.objc.decl.struct", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSAxisDirectionTypes.h", + "line": 22, + "symbol": "CRSAxisDirectionType.CRS_AXIS_DISPLAY_LEFT", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 208, - "symbol": "PJ_DATUMS.id", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSAxisDirectionTypes.h", + "line": 23, + "symbol": "CRSAxisDirectionType.CRS_AXIS_DISPLAY_RIGHT", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 209, - "symbol": "PJ_DATUMS.defn", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSAxisDirectionTypes.h", + "line": 24, + "symbol": "CRSAxisDirectionType.CRS_AXIS_DISPLAY_UP", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 210, - "symbol": "PJ_DATUMS.ellipse_id", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSAxisDirectionTypes.h", + "line": 25, + "symbol": "CRSAxisDirectionType.CRS_AXIS_DOWN", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 211, - "symbol": "PJ_DATUMS.comments", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSAxisDirectionTypes.h", + "line": 26, + "symbol": "CRSAxisDirectionType.CRS_AXIS_EAST", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 214, - "symbol": "PJ_PRIME_MERIDIANS", - "symbol_kind": "sourcekitten.source.lang.objc.decl.struct", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSAxisDirectionTypes.h", + "line": 27, + "symbol": "CRSAxisDirectionType.CRS_AXIS_EAST_NORTH_EAST", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 215, - "symbol": "PJ_PRIME_MERIDIANS.id", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSAxisDirectionTypes.h", + "line": 28, + "symbol": "CRSAxisDirectionType.CRS_AXIS_EAST_SOUTH_EAST", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 216, - "symbol": "PJ_PRIME_MERIDIANS.defn", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSAxisDirectionTypes.h", + "line": 29, + "symbol": "CRSAxisDirectionType.CRS_AXIS_FORWARD", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 219, - "symbol": "", - "symbol_kind": "sourcekitten.source.lang.objc.decl.struct", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSAxisDirectionTypes.h", + "line": 30, + "symbol": "CRSAxisDirectionType.CRS_AXIS_FUTURE", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 219, - "symbol": "PJ_Region", - "symbol_kind": "sourcekitten.source.lang.objc.decl.typedef", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSAxisDirectionTypes.h", + "line": 31, + "symbol": "CRSAxisDirectionType.CRS_AXIS_GEOCENTRIC_X", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 219, - "symbol": "PJ_Region.", - "symbol_kind": "sourcekitten.source.lang.objc.decl.struct", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSAxisDirectionTypes.h", + "line": 32, + "symbol": "CRSAxisDirectionType.CRS_AXIS_GEOCENTRIC_Y", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 220, - "symbol": ".ll_long", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSAxisDirectionTypes.h", + "line": 33, + "symbol": "CRSAxisDirectionType.CRS_AXIS_GEOCENTRIC_Z", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 220, - "symbol": "PJ_Region..ll_long", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSAxisDirectionTypes.h", + "line": 34, + "symbol": "CRSAxisDirectionType.CRS_AXIS_NORTH", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 221, - "symbol": ".ll_lat", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSAxisDirectionTypes.h", + "line": 35, + "symbol": "CRSAxisDirectionType.CRS_AXIS_NORTH_EAST", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 221, - "symbol": "PJ_Region..ll_lat", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSAxisDirectionTypes.h", + "line": 36, + "symbol": "CRSAxisDirectionType.CRS_AXIS_NORTH_NORTH_EAST", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 222, - "symbol": ".ur_long", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSAxisDirectionTypes.h", + "line": 37, + "symbol": "CRSAxisDirectionType.CRS_AXIS_NORTH_NORTH_WEST", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 222, - "symbol": "PJ_Region..ur_long", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSAxisDirectionTypes.h", + "line": 38, + "symbol": "CRSAxisDirectionType.CRS_AXIS_NORTH_WEST", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 223, - "symbol": ".ur_lat", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSAxisDirectionTypes.h", + "line": 39, + "symbol": "CRSAxisDirectionType.CRS_AXIS_PAST", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 223, - "symbol": "PJ_Region..ur_lat", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSAxisDirectionTypes.h", + "line": 40, + "symbol": "CRSAxisDirectionType.CRS_AXIS_PORT", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 226, - "symbol": "DERIVS", - "symbol_kind": "sourcekitten.source.lang.objc.decl.struct", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSAxisDirectionTypes.h", + "line": 41, + "symbol": "CRSAxisDirectionType.CRS_AXIS_ROW_NEGATIVE", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 227, - "symbol": "DERIVS.x_l", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSAxisDirectionTypes.h", + "line": 42, + "symbol": "CRSAxisDirectionType.CRS_AXIS_ROW_POSITIVE", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 227, - "symbol": "DERIVS.x_p", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSAxisDirectionTypes.h", + "line": 43, + "symbol": "CRSAxisDirectionType.CRS_AXIS_SOUTH", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 228, - "symbol": "DERIVS.y_l", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSAxisDirectionTypes.h", + "line": 44, + "symbol": "CRSAxisDirectionType.CRS_AXIS_SOUTH_EAST", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 228, - "symbol": "DERIVS.y_p", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSAxisDirectionTypes.h", + "line": 45, + "symbol": "CRSAxisDirectionType.CRS_AXIS_SOUTH_SOUTH_EAST", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 231, - "symbol": "FACTORS", - "symbol_kind": "sourcekitten.source.lang.objc.decl.struct", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSAxisDirectionTypes.h", + "line": 46, + "symbol": "CRSAxisDirectionType.CRS_AXIS_SOUTH_SOUTH_WEST", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 232, - "symbol": "FACTORS.der", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSAxisDirectionTypes.h", + "line": 47, + "symbol": "CRSAxisDirectionType.CRS_AXIS_SOUTH_WEST", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 233, - "symbol": "FACTORS.h", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSAxisDirectionTypes.h", + "line": 48, + "symbol": "CRSAxisDirectionType.CRS_AXIS_STARBOARD", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 233, - "symbol": "FACTORS.k", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSAxisDirectionTypes.h", + "line": 49, + "symbol": "CRSAxisDirectionType.CRS_AXIS_TOWARDS", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 234, - "symbol": "FACTORS.omega", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSAxisDirectionTypes.h", + "line": 50, + "symbol": "CRSAxisDirectionType.CRS_AXIS_UNSPECIFIED", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 234, - "symbol": "FACTORS.thetap", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSAxisDirectionTypes.h", + "line": 51, + "symbol": "CRSAxisDirectionType.CRS_AXIS_UP", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 235, - "symbol": "FACTORS.conv", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSAxisDirectionTypes.h", + "line": 52, + "symbol": "CRSAxisDirectionType.CRS_AXIS_WEST", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 236, - "symbol": "FACTORS.s", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSAxisDirectionTypes.h", + "line": 53, + "symbol": "CRSAxisDirectionType.CRS_AXIS_WEST_NORTH_WEST", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 237, - "symbol": "FACTORS.a", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSAxisDirectionTypes.h", + "line": 54, + "symbol": "CRSAxisDirectionType.CRS_AXIS_WEST_SOUTH_WEST", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 237, - "symbol": "FACTORS.b", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSAxisDirectionTypes.h", + "line": 61, + "symbol": "CRS_AXIS_AWAY_FROM_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 238, - "symbol": "FACTORS.code", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSAxisDirectionTypes.h", + "line": 62, + "symbol": "CRS_AXIS_CLOCKWISE_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 247, - "symbol": "ARG_list", - "symbol_kind": "sourcekitten.source.lang.objc.decl.struct", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSAxisDirectionTypes.h", + "line": 63, + "symbol": "CRS_AXIS_COLUMN_NEGATIVE_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 247, - "symbol": "paralist", - "symbol_kind": "sourcekitten.source.lang.objc.decl.typedef", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSAxisDirectionTypes.h", + "line": 64, + "symbol": "CRS_AXIS_COLUMN_POSITIVE_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 247, - "symbol": "paralist.ARG_list", - "symbol_kind": "sourcekitten.source.lang.objc.decl.struct", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSAxisDirectionTypes.h", + "line": 65, + "symbol": "CRS_AXIS_COUNTER_CLOCKWISE_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 248, - "symbol": "ARG_list.next", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSAxisDirectionTypes.h", + "line": 66, + "symbol": "CRS_AXIS_DISPLAY_DOWN_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 248, - "symbol": "paralist.ARG_list.next", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSAxisDirectionTypes.h", + "line": 67, + "symbol": "CRS_AXIS_DISPLAY_LEFT_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 249, - "symbol": "ARG_list.used", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSAxisDirectionTypes.h", + "line": 68, + "symbol": "CRS_AXIS_DISPLAY_RIGHT_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "warning": "undocumented" + }, + { + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSAxisDirectionTypes.h", + "line": 69, + "symbol": "CRS_AXIS_DISPLAY_UP_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 249, - "symbol": "paralist.ARG_list.used", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSAxisDirectionTypes.h", + "line": 70, + "symbol": "CRS_AXIS_DOWN_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 250, - "symbol": "ARG_list.param", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSAxisDirectionTypes.h", + "line": 71, + "symbol": "CRS_AXIS_EAST_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 250, - "symbol": "paralist.ARG_list.param", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSAxisDirectionTypes.h", + "line": 72, + "symbol": "CRS_AXIS_EAST_NORTH_EAST_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 259, - "symbol": "PJ", - "symbol_kind": "sourcekitten.source.lang.objc.decl.typedef", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSAxisDirectionTypes.h", + "line": 73, + "symbol": "CRS_AXIS_EAST_SOUTH_EAST_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 259, - "symbol": "PJ.PJconsts", - "symbol_kind": "sourcekitten.source.lang.objc.decl.struct", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSAxisDirectionTypes.h", + "line": 74, + "symbol": "CRS_AXIS_FORWARD_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 259, - "symbol": "PJconsts", - "symbol_kind": "sourcekitten.source.lang.objc.decl.struct", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSAxisDirectionTypes.h", + "line": 75, + "symbol": "CRS_AXIS_FUTURE_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 260, - "symbol": "PJ.PJconsts.ctx", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSAxisDirectionTypes.h", + "line": 76, + "symbol": "CRS_AXIS_GEOCENTRIC_X_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 260, - "symbol": "PJconsts.ctx", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSAxisDirectionTypes.h", + "line": 77, + "symbol": "CRS_AXIS_GEOCENTRIC_Y_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 261, - "symbol": "PJ.PJconsts.fwd", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSAxisDirectionTypes.h", + "line": 78, + "symbol": "CRS_AXIS_GEOCENTRIC_Z_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 261, - "symbol": "PJconsts.fwd", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSAxisDirectionTypes.h", + "line": 79, + "symbol": "CRS_AXIS_NORTH_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 262, - "symbol": "PJ.PJconsts.inv", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSAxisDirectionTypes.h", + "line": 80, + "symbol": "CRS_AXIS_NORTH_EAST_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 262, - "symbol": "PJconsts.inv", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSAxisDirectionTypes.h", + "line": 81, + "symbol": "CRS_AXIS_NORTH_NORTH_EAST_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 263, - "symbol": "PJ.PJconsts.fwd3d", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSAxisDirectionTypes.h", + "line": 82, + "symbol": "CRS_AXIS_NORTH_NORTH_WEST_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 263, - "symbol": "PJconsts.fwd3d", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSAxisDirectionTypes.h", + "line": 83, + "symbol": "CRS_AXIS_NORTH_WEST_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 264, - "symbol": "PJ.PJconsts.inv3d", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSAxisDirectionTypes.h", + "line": 84, + "symbol": "CRS_AXIS_PAST_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 264, - "symbol": "PJconsts.inv3d", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSAxisDirectionTypes.h", + "line": 85, + "symbol": "CRS_AXIS_PORT_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 265, - "symbol": "PJ.PJconsts.spc", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSAxisDirectionTypes.h", + "line": 86, + "symbol": "CRS_AXIS_ROW_NEGATIVE_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 265, - "symbol": "PJconsts.spc", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSAxisDirectionTypes.h", + "line": 87, + "symbol": "CRS_AXIS_ROW_POSITIVE_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 266, - "symbol": "PJ.PJconsts.pfree", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSAxisDirectionTypes.h", + "line": 88, + "symbol": "CRS_AXIS_SOUTH_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 266, - "symbol": "PJconsts.pfree", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSAxisDirectionTypes.h", + "line": 89, + "symbol": "CRS_AXIS_SOUTH_EAST_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 268, - "symbol": "PJ.PJconsts.descr", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSAxisDirectionTypes.h", + "line": 90, + "symbol": "CRS_AXIS_SOUTH_SOUTH_EAST_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 268, - "symbol": "PJconsts.descr", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSAxisDirectionTypes.h", + "line": 91, + "symbol": "CRS_AXIS_SOUTH_SOUTH_WEST_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 269, - "symbol": "PJ.PJconsts.params", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSAxisDirectionTypes.h", + "line": 92, + "symbol": "CRS_AXIS_SOUTH_WEST_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 269, - "symbol": "PJconsts.params", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSAxisDirectionTypes.h", + "line": 93, + "symbol": "CRS_AXIS_STARBOARD_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 270, - "symbol": "PJ.PJconsts.over", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSAxisDirectionTypes.h", + "line": 94, + "symbol": "CRS_AXIS_TOWARDS_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 270, - "symbol": "PJconsts.over", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSAxisDirectionTypes.h", + "line": 95, + "symbol": "CRS_AXIS_UNSPECIFIED_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 271, - "symbol": "PJ.PJconsts.geoc", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSAxisDirectionTypes.h", + "line": 96, + "symbol": "CRS_AXIS_UP_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 271, - "symbol": "PJconsts.geoc", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSAxisDirectionTypes.h", + "line": 97, + "symbol": "CRS_AXIS_WEST_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 272, - "symbol": "PJ.PJconsts.is_latlong", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSAxisDirectionTypes.h", + "line": 98, + "symbol": "CRS_AXIS_WEST_NORTH_WEST_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 272, - "symbol": "PJconsts.is_latlong", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSAxisDirectionTypes.h", + "line": 99, + "symbol": "CRS_AXIS_WEST_SOUTH_WEST_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 273, - "symbol": "PJ.PJconsts.is_geocent", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSCoordinateSystemTypes.h", + "line": 15, + "symbol": "CRSCoordinateSystemType.CRS_CS_AFFINE", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 273, - "symbol": "PJconsts.is_geocent", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSCoordinateSystemTypes.h", + "line": 16, + "symbol": "CRSCoordinateSystemType.CRS_CS_CARTESIAN", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 274, - "symbol": "PJ.PJconsts.a", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSCoordinateSystemTypes.h", + "line": 17, + "symbol": "CRSCoordinateSystemType.CRS_CS_CYLINDRICAL", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 274, - "symbol": "PJconsts.a", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSCoordinateSystemTypes.h", + "line": 18, + "symbol": "CRSCoordinateSystemType.CRS_CS_ELLIPSOIDAL", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 275, - "symbol": "PJ.PJconsts.a_orig", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSCoordinateSystemTypes.h", + "line": 19, + "symbol": "CRSCoordinateSystemType.CRS_CS_LINEAR", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 275, - "symbol": "PJconsts.a_orig", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSCoordinateSystemTypes.h", + "line": 20, + "symbol": "CRSCoordinateSystemType.CRS_CS_ORDINAL", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "warning": "undocumented" + }, + { + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSCoordinateSystemTypes.h", + "line": 21, + "symbol": "CRSCoordinateSystemType.CRS_CS_PARAMETRIC", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 276, - "symbol": "PJ.PJconsts.es", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSCoordinateSystemTypes.h", + "line": 22, + "symbol": "CRSCoordinateSystemType.CRS_CS_POLAR", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 276, - "symbol": "PJconsts.es", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSCoordinateSystemTypes.h", + "line": 23, + "symbol": "CRSCoordinateSystemType.CRS_CS_SPHERICAL", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 277, - "symbol": "PJ.PJconsts.es_orig", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSCoordinateSystemTypes.h", + "line": 24, + "symbol": "CRSCoordinateSystemType.CRS_CS_TEMPORAL_COUNT", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 277, - "symbol": "PJconsts.es_orig", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSCoordinateSystemTypes.h", + "line": 25, + "symbol": "CRSCoordinateSystemType.CRS_CS_TEMPORAL_DATE_TIME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 278, - "symbol": "PJ.PJconsts.e", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSCoordinateSystemTypes.h", + "line": 26, + "symbol": "CRSCoordinateSystemType.CRS_CS_TEMPORAL_MEASURE", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 278, - "symbol": "PJconsts.e", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSCoordinateSystemTypes.h", + "line": 27, + "symbol": "CRSCoordinateSystemType.CRS_CS_VERTICAL", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 279, - "symbol": "PJ.PJconsts.ra", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSCoordinateSystemTypes.h", + "line": 34, + "symbol": "CRS_CS_CARTESIAN_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 279, - "symbol": "PJconsts.ra", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSCoordinateSystemTypes.h", + "line": 35, + "symbol": "CRS_CS_CYLINDRICAL_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 280, - "symbol": "PJ.PJconsts.one_es", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSCoordinateSystemTypes.h", + "line": 36, + "symbol": "CRS_CS_ELLIPSOIDAL_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 280, - "symbol": "PJconsts.one_es", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSCoordinateSystemTypes.h", + "line": 37, + "symbol": "CRS_CS_LINEAR_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 281, - "symbol": "PJ.PJconsts.rone_es", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSCoordinateSystemTypes.h", + "line": 38, + "symbol": "CRS_CS_ORDINAL_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 281, - "symbol": "PJconsts.rone_es", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSCoordinateSystemTypes.h", + "line": 39, + "symbol": "CRS_CS_PARAMETRIC_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 282, - "symbol": "PJ.PJconsts.lam0", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSCoordinateSystemTypes.h", + "line": 40, + "symbol": "CRS_CS_POLAR_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 282, - "symbol": "PJ.PJconsts.phi0", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSCoordinateSystemTypes.h", + "line": 41, + "symbol": "CRS_CS_SPHERICAL_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 282, - "symbol": "PJconsts.lam0", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSCoordinateSystemTypes.h", + "line": 42, + "symbol": "CRS_CS_TEMPORAL_COUNT_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 282, - "symbol": "PJconsts.phi0", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSCoordinateSystemTypes.h", + "line": 43, + "symbol": "CRS_CS_TEMPORAL_DATE_TIME_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 283, - "symbol": "PJ.PJconsts.x0", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSCoordinateSystemTypes.h", + "line": 44, + "symbol": "CRS_CS_TEMPORAL_MEASURE_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 283, - "symbol": "PJ.PJconsts.y0", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSCoordinateSystemTypes.h", + "line": 45, + "symbol": "CRS_CS_VERTICAL_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 283, - "symbol": "PJconsts.x0", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSUnitTypes.h", + "line": 15, + "symbol": "CRSUnitType.CRS_UNIT_NONE", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 283, - "symbol": "PJconsts.y0", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSUnitTypes.h", + "line": 16, + "symbol": "CRSUnitType.CRS_UNIT_ANGLE", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 284, - "symbol": "PJ.PJconsts.k0", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSUnitTypes.h", + "line": 17, + "symbol": "CRSUnitType.CRS_UNIT_LENGTH", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 284, - "symbol": "PJconsts.k0", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSUnitTypes.h", + "line": 18, + "symbol": "CRSUnitType.CRS_UNIT_PARAMETRIC", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 285, - "symbol": "PJ.PJconsts.fr_meter", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSUnitTypes.h", + "line": 19, + "symbol": "CRSUnitType.CRS_UNIT_SCALE", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 285, - "symbol": "PJ.PJconsts.to_meter", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSUnitTypes.h", + "line": 20, + "symbol": "CRSUnitType.CRS_UNIT_TIME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 285, - "symbol": "PJconsts.fr_meter", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSUnitTypes.h", + "line": 21, + "symbol": "CRSUnitType.CRS_UNIT", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 285, - "symbol": "PJconsts.to_meter", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSUnitTypes.h", + "line": 28, + "symbol": "CRS_UNIT_LENGTH_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 287, - "symbol": "PJ.PJconsts.datum_type", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSUnitTypes.h", + "line": 29, + "symbol": "CRS_UNIT_PARAMETRIC_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 287, - "symbol": "PJconsts.datum_type", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSUnitTypes.h", + "line": 30, + "symbol": "CRS_UNIT_SCALE_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 288, - "symbol": "PJ.PJconsts.datum_params", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSUnitTypes.h", + "line": 31, + "symbol": "CRS_UNIT_TIME_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 288, - "symbol": "PJconsts.datum_params", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSUnitTypes.h", + "line": 32, + "symbol": "CRS_UNIT_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 289, - "symbol": "PJ.PJconsts._pj_gi", - "symbol_kind": "sourcekitten.source.lang.objc.decl.struct", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSUnits.h", + "line": 15, + "symbol": "CRSUnitsType.CRS_UNITS_MICROMETRE", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 289, - "symbol": "PJ.PJconsts.gridlist", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSUnits.h", + "line": 16, + "symbol": "CRSUnitsType.CRS_UNITS_MILLIMETRE", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 289, - "symbol": "PJconsts._pj_gi", - "symbol_kind": "sourcekitten.source.lang.objc.decl.struct", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSUnits.h", + "line": 17, + "symbol": "CRSUnitsType.CRS_UNITS_METRE", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 289, - "symbol": "PJconsts.gridlist", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSUnits.h", + "line": 18, + "symbol": "CRSUnitsType.CRS_UNITS_KILOMETRE", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 290, - "symbol": "PJ.PJconsts.gridlist_count", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSUnits.h", + "line": 19, + "symbol": "CRSUnitsType.CRS_UNITS_GERMAN_LEGAL_METRE", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 290, - "symbol": "PJconsts.gridlist_count", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSUnits.h", + "line": 20, + "symbol": "CRSUnitsType.CRS_UNITS_US_SURVEY_FOOT", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 292, - "symbol": "PJ.PJconsts.has_geoid_vgrids", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSUnits.h", + "line": 21, + "symbol": "CRSUnitsType.CRS_UNITS_FOOT", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 292, - "symbol": "PJconsts.has_geoid_vgrids", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSUnits.h", + "line": 22, + "symbol": "CRSUnitsType.CRS_UNITS_MICRORADIAN", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 293, - "symbol": "PJ.PJconsts.vgridlist_geoid", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSUnits.h", + "line": 23, + "symbol": "CRSUnitsType.CRS_UNITS_MILLIRADIAN", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 293, - "symbol": "PJconsts.vgridlist_geoid", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSUnits.h", + "line": 24, + "symbol": "CRSUnitsType.CRS_UNITS_RADIAN", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 294, - "symbol": "PJ.PJconsts.vgridlist_geoid_count", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSUnits.h", + "line": 25, + "symbol": "CRSUnitsType.CRS_UNITS_ARC_SECOND", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 294, - "symbol": "PJconsts.vgridlist_geoid_count", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSUnits.h", + "line": 26, + "symbol": "CRSUnitsType.CRS_UNITS_ARC_MINUTE", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 295, - "symbol": "PJ.PJconsts.vfr_meter", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSUnits.h", + "line": 27, + "symbol": "CRSUnitsType.CRS_UNITS_DEGREE", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 295, - "symbol": "PJ.PJconsts.vto_meter", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSUnits.h", + "line": 28, + "symbol": "CRSUnitsType.CRS_UNITS_GRAD", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 295, - "symbol": "PJconsts.vfr_meter", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSUnits.h", + "line": 29, + "symbol": "CRSUnitsType.CRS_UNITS_UNITY", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 295, - "symbol": "PJconsts.vto_meter", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSUnits.h", + "line": 30, + "symbol": "CRSUnitsType.CRS_UNITS_BIN", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 297, - "symbol": "PJ.PJconsts.from_greenwich", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSUnits.h", + "line": 31, + "symbol": "CRSUnitsType.CRS_UNITS_PARTS_PER_MILLION", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 297, - "symbol": "PJconsts.from_greenwich", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSUnits.h", + "line": 32, + "symbol": "CRSUnitsType.CRS_UNITS_PASCAL", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 298, - "symbol": "PJ.PJconsts.long_wrap_center", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSUnits.h", + "line": 33, + "symbol": "CRSUnitsType.CRS_UNITS_HECTOPASCAL", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 298, - "symbol": "PJconsts.long_wrap_center", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSUnits.h", + "line": 34, + "symbol": "CRSUnitsType.CRS_UNITS_MICROSECOND", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 299, - "symbol": "PJ.PJconsts.is_long_wrap_set", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSUnits.h", + "line": 35, + "symbol": "CRSUnitsType.CRS_UNITS_MILLISECOND", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 299, - "symbol": "PJconsts.is_long_wrap_set", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSUnits.h", + "line": 36, + "symbol": "CRSUnitsType.CRS_UNITS_SECOND", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 300, - "symbol": "PJ.PJconsts.axis", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSUnits.h", + "line": 37, + "symbol": "CRSUnitsType.CRS_UNITS_MINUTE", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 300, - "symbol": "PJconsts.axis", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSUnits.h", + "line": 38, + "symbol": "CRSUnitsType.CRS_UNITS_HOUR", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 303, - "symbol": "PJ.PJconsts.catalog_name", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSUnits.h", + "line": 39, + "symbol": "CRSUnitsType.CRS_UNITS_DAY", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 303, - "symbol": "PJconsts.catalog_name", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSUnits.h", + "line": 40, + "symbol": "CRSUnitsType.CRS_UNITS_YEAR", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 304, - "symbol": "PJ.PJconsts._PJ_GridCatalog", - "symbol_kind": "sourcekitten.source.lang.objc.decl.struct", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSUnits.h", + "line": 41, + "symbol": "CRSUnitsType.CRS_UNITS_CALENDAR_SECOND", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 304, - "symbol": "PJ.PJconsts.catalog", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSUnits.h", + "line": 42, + "symbol": "CRSUnitsType.CRS_UNITS_CALENDAR_MONTH", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 304, - "symbol": "PJconsts._PJ_GridCatalog", - "symbol_kind": "sourcekitten.source.lang.objc.decl.struct", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSUnits.h", + "line": 46, + "symbol": "CRS_UNITS_MICROMETRE_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 304, - "symbol": "PJconsts.catalog", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSUnits.h", + "line": 47, + "symbol": "CRS_UNITS_MILLIMETRE_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 306, - "symbol": "PJ.PJconsts.datum_date", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSUnits.h", + "line": 48, + "symbol": "CRS_UNITS_METRE_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 306, - "symbol": "PJconsts.datum_date", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSUnits.h", + "line": 49, + "symbol": "CRS_UNITS_KILOMETRE_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 308, - "symbol": "PJ.PJconsts.last_before_grid", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSUnits.h", + "line": 50, + "symbol": "CRS_UNITS_GERMAN_LEGAL_METRE_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 308, - "symbol": "PJconsts.last_before_grid", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSUnits.h", + "line": 51, + "symbol": "CRS_UNITS_US_SURVEY_FOOT_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 309, - "symbol": "PJ.PJconsts.last_before_region", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSUnits.h", + "line": 52, + "symbol": "CRS_UNITS_FOOT_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 309, - "symbol": "PJconsts.last_before_region", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSUnits.h", + "line": 53, + "symbol": "CRS_UNITS_MICRORADIAN_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 310, - "symbol": "PJ.PJconsts.last_before_date", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSUnits.h", + "line": 54, + "symbol": "CRS_UNITS_MILLIRADIAN_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 310, - "symbol": "PJconsts.last_before_date", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSUnits.h", + "line": 55, + "symbol": "CRS_UNITS_RADIAN_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 312, - "symbol": "PJ.PJconsts.last_after_grid", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSUnits.h", + "line": 56, + "symbol": "CRS_UNITS_ARC_SECOND_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 312, - "symbol": "PJconsts.last_after_grid", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSUnits.h", + "line": 57, + "symbol": "CRS_UNITS_ARC_MINUTE_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 313, - "symbol": "PJ.PJconsts.last_after_region", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSUnits.h", + "line": 58, + "symbol": "CRS_UNITS_DEGREE_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 313, - "symbol": "PJconsts.last_after_region", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSUnits.h", + "line": 59, + "symbol": "CRS_UNITS_GRAD_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "warning": "undocumented" + }, + { + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSUnits.h", + "line": 60, + "symbol": "CRS_UNITS_UNITY_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 314, - "symbol": "PJ.PJconsts.last_after_date", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSUnits.h", + "line": 61, + "symbol": "CRS_UNITS_BIN_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 314, - "symbol": "PJconsts.last_after_date", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSUnits.h", + "line": 62, + "symbol": "CRS_UNITS_PARTS_PER_MILLION_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 332, - "symbol": "pj_list", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSUnits.h", + "line": 63, + "symbol": "CRS_UNITS_PASCAL_NAME", "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 333, - "symbol": "pj_selftest_list", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSUnits.h", + "line": 64, + "symbol": "CRS_UNITS_HECTOPASCAL_NAME", "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 339, - "symbol": "pj_ellps", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSUnits.h", + "line": 65, + "symbol": "CRS_UNITS_MICROSECOND_NAME", "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 343, - "symbol": "pj_units", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSUnits.h", + "line": 66, + "symbol": "CRS_UNITS_MILLISECOND_NAME", "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 347, - "symbol": "pj_datums", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSUnits.h", + "line": 67, + "symbol": "CRS_UNITS_SECOND_NAME", "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 348, - "symbol": "pj_prime_meridians", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSUnits.h", + "line": 68, + "symbol": "CRS_UNITS_MINUTE_NAME", "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 400, - "symbol": "pj_generic_selftest", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSUnits.h", + "line": 69, + "symbol": "CRS_UNITS_HOUR_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 419, - "symbol": "", - "symbol_kind": "sourcekitten.source.lang.objc.decl.struct", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSUnits.h", + "line": 70, + "symbol": "CRS_UNITS_DAY_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 419, - "symbol": ".lam", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSUnits.h", + "line": 71, + "symbol": "CRS_UNITS_YEAR_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 419, - "symbol": ".phi", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSUnits.h", + "line": 72, + "symbol": "CRS_UNITS_CALENDAR_SECOND_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 419, - "symbol": "FLP", - "symbol_kind": "sourcekitten.source.lang.objc.decl.typedef", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/common/CRSUnits.h", + "line": 73, + "symbol": "CRS_UNITS_CALENDAR_MONTH_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 419, - "symbol": "FLP.", - "symbol_kind": "sourcekitten.source.lang.objc.decl.struct", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/geo/CRSEllipsoidTypes.h", + "line": 15, + "symbol": "CRSEllipsoidType.CRS_ELLIPSOID_OBLATE", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 419, - "symbol": "FLP..lam", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/geo/CRSEllipsoidTypes.h", + "line": 16, + "symbol": "CRSEllipsoidType.CRS_ELLIPSOID_TRIAXIAL", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 419, - "symbol": "FLP..phi", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/geo/CRSEllipsoidTypes.h", + "line": 23, + "symbol": "CRS_ELLIPSOID_TRIAXIAL_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 420, - "symbol": "", - "symbol_kind": "sourcekitten.source.lang.objc.decl.struct", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/geo/CRSEllipsoids.h", + "line": 15, + "symbol": "CRSEllipsoidsType.CRS_ELLIPSOIDS_INTERNATIONAL", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 420, - "symbol": ".lam", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/geo/CRSEllipsoids.h", + "line": 16, + "symbol": "CRSEllipsoidsType.CRS_ELLIPSOIDS_BESSEL", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 420, - "symbol": ".phi", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/geo/CRSEllipsoids.h", + "line": 17, + "symbol": "CRSEllipsoidsType.CRS_ELLIPSOIDS_CLARKE_1866", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 420, - "symbol": "ILP", - "symbol_kind": "sourcekitten.source.lang.objc.decl.typedef", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/geo/CRSEllipsoids.h", + "line": 18, + "symbol": "CRSEllipsoidsType.CRS_ELLIPSOIDS_CLARKE_1880", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 420, - "symbol": "ILP.", - "symbol_kind": "sourcekitten.source.lang.objc.decl.struct", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/geo/CRSEllipsoids.h", + "line": 19, + "symbol": "CRSEllipsoidsType.CRS_ELLIPSOIDS_AIRY", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 420, - "symbol": "ILP..lam", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/geo/CRSEllipsoids.h", + "line": 20, + "symbol": "CRSEllipsoidsType.CRS_ELLIPSOIDS_WGS60", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 420, - "symbol": "ILP..phi", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/geo/CRSEllipsoids.h", + "line": 21, + "symbol": "CRSEllipsoidsType.CRS_ELLIPSOIDS_WGS66", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 422, - "symbol": "CTABLE", - "symbol_kind": "sourcekitten.source.lang.objc.decl.struct", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/geo/CRSEllipsoids.h", + "line": 22, + "symbol": "CRSEllipsoidsType.CRS_ELLIPSOIDS_WGS72", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 423, - "symbol": "CTABLE.id", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/geo/CRSEllipsoids.h", + "line": 23, + "symbol": "CRSEllipsoidsType.CRS_ELLIPSOIDS_WGS84", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 424, - "symbol": "CTABLE.ll", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/geo/CRSEllipsoids.h", + "line": 24, + "symbol": "CRSEllipsoidsType.CRS_ELLIPSOIDS_KRASSOVSKY", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 425, - "symbol": "CTABLE.del", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/geo/CRSEllipsoids.h", + "line": 25, + "symbol": "CRSEllipsoidsType.CRS_ELLIPSOIDS_EVEREST", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 426, - "symbol": "CTABLE.lim", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/geo/CRSEllipsoids.h", + "line": 26, + "symbol": "CRSEllipsoidsType.CRS_ELLIPSOIDS_INTERNATIONAL_1967", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 427, - "symbol": "CTABLE.cvs", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/geo/CRSEllipsoids.h", + "line": 27, + "symbol": "CRSEllipsoidsType.CRS_ELLIPSOIDS_GRS80", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 430, - "symbol": "PJ_GRIDINFO", - "symbol_kind": "sourcekitten.source.lang.objc.decl.typedef", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/geo/CRSEllipsoids.h", + "line": 28, + "symbol": "CRSEllipsoidsType.CRS_ELLIPSOIDS_AUSTRALIAN", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 430, - "symbol": "PJ_GRIDINFO._pj_gi", - "symbol_kind": "sourcekitten.source.lang.objc.decl.struct", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/geo/CRSEllipsoids.h", + "line": 29, + "symbol": "CRSEllipsoidsType.CRS_ELLIPSOIDS_MERIT", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 430, - "symbol": "_pj_gi", - "symbol_kind": "sourcekitten.source.lang.objc.decl.struct", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/geo/CRSEllipsoids.h", + "line": 30, + "symbol": "CRSEllipsoidsType.CRS_ELLIPSOIDS_SGS85", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 431, - "symbol": "PJ_GRIDINFO._pj_gi.gridname", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/geo/CRSEllipsoids.h", + "line": 31, + "symbol": "CRSEllipsoidsType.CRS_ELLIPSOIDS_IAU76", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 431, - "symbol": "_pj_gi.gridname", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/geo/CRSEllipsoids.h", + "line": 32, + "symbol": "CRSEllipsoidsType.CRS_ELLIPSOIDS_APL4_9", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 432, - "symbol": "PJ_GRIDINFO._pj_gi.filename", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/geo/CRSEllipsoids.h", + "line": 33, + "symbol": "CRSEllipsoidsType.CRS_ELLIPSOIDS_NWL9D", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 432, - "symbol": "_pj_gi.filename", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/geo/CRSEllipsoids.h", + "line": 34, + "symbol": "CRSEllipsoidsType.CRS_ELLIPSOIDS_MOD_AIRY", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 434, - "symbol": "PJ_GRIDINFO._pj_gi.format", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/geo/CRSEllipsoids.h", + "line": 35, + "symbol": "CRSEllipsoidsType.CRS_ELLIPSOIDS_ANDRAE", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 434, - "symbol": "_pj_gi.format", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/geo/CRSEllipsoids.h", + "line": 36, + "symbol": "CRSEllipsoidsType.CRS_ELLIPSOIDS_AUST_SA", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 437, - "symbol": "PJ_GRIDINFO._pj_gi.grid_offset", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/geo/CRSEllipsoids.h", + "line": 37, + "symbol": "CRSEllipsoidsType.CRS_ELLIPSOIDS_GRS67", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 437, - "symbol": "_pj_gi.grid_offset", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/geo/CRSEllipsoids.h", + "line": 38, + "symbol": "CRSEllipsoidsType.CRS_ELLIPSOIDS_BESS_NAM", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 438, - "symbol": "PJ_GRIDINFO._pj_gi.must_swap", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/geo/CRSEllipsoids.h", + "line": 39, + "symbol": "CRSEllipsoidsType.CRS_ELLIPSOIDS_CPM", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 438, - "symbol": "_pj_gi.must_swap", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/geo/CRSEllipsoids.h", + "line": 40, + "symbol": "CRSEllipsoidsType.CRS_ELLIPSOIDS_DELMBR", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 440, - "symbol": "PJ_GRIDINFO._pj_gi.ct", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/geo/CRSEllipsoids.h", + "line": 41, + "symbol": "CRSEllipsoidsType.CRS_ELLIPSOIDS_ENGELIS", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 440, - "symbol": "_pj_gi.ct", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/geo/CRSEllipsoids.h", + "line": 42, + "symbol": "CRSEllipsoidsType.CRS_ELLIPSOIDS_EVRST48", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 442, - "symbol": "PJ_GRIDINFO._pj_gi.next", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/geo/CRSEllipsoids.h", + "line": 43, + "symbol": "CRSEllipsoidsType.CRS_ELLIPSOIDS_EVRST56", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 442, - "symbol": "_pj_gi.next", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/geo/CRSEllipsoids.h", + "line": 44, + "symbol": "CRSEllipsoidsType.CRS_ELLIPSOIDS_EVRTS69", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 443, - "symbol": "PJ_GRIDINFO._pj_gi.child", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/geo/CRSEllipsoids.h", + "line": 45, + "symbol": "CRSEllipsoidsType.CRS_ELLIPSOIDS_EVRTSTSS", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 443, - "symbol": "_pj_gi.child", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/geo/CRSEllipsoids.h", + "line": 46, + "symbol": "CRSEllipsoidsType.CRS_ELLIPSOIDS_FRSCH60", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 446, - "symbol": "", - "symbol_kind": "sourcekitten.source.lang.objc.decl.struct", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/geo/CRSEllipsoids.h", + "line": 47, + "symbol": "CRSEllipsoidsType.CRS_ELLIPSOIDS_FSRCH60M", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 446, - "symbol": "PJ_GridCatalogEntry", - "symbol_kind": "sourcekitten.source.lang.objc.decl.typedef", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/geo/CRSEllipsoids.h", + "line": 48, + "symbol": "CRSEllipsoidsType.CRS_ELLIPSOIDS_FSCHR68", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 446, - "symbol": "PJ_GridCatalogEntry.", - "symbol_kind": "sourcekitten.source.lang.objc.decl.struct", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/geo/CRSEllipsoids.h", + "line": 49, + "symbol": "CRSEllipsoidsType.CRS_ELLIPSOIDS_HELMERT", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 447, - "symbol": ".region", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/geo/CRSEllipsoids.h", + "line": 50, + "symbol": "CRSEllipsoidsType.CRS_ELLIPSOIDS_HOUGH", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 447, - "symbol": "PJ_GridCatalogEntry..region", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/geo/CRSEllipsoids.h", + "line": 51, + "symbol": "CRSEllipsoidsType.CRS_ELLIPSOIDS_KAULA", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 448, - "symbol": ".priority", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/geo/CRSEllipsoids.h", + "line": 52, + "symbol": "CRSEllipsoidsType.CRS_ELLIPSOIDS_LERCH", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 448, - "symbol": "PJ_GridCatalogEntry..priority", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/geo/CRSEllipsoids.h", + "line": 53, + "symbol": "CRSEllipsoidsType.CRS_ELLIPSOIDS_MPRTS", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 449, - "symbol": ".date", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/geo/CRSEllipsoids.h", + "line": 54, + "symbol": "CRSEllipsoidsType.CRS_ELLIPSOIDS_PLESSIS", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 449, - "symbol": "PJ_GridCatalogEntry..date", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/geo/CRSEllipsoids.h", + "line": 55, + "symbol": "CRSEllipsoidsType.CRS_ELLIPSOIDS_SEASIA", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 450, - "symbol": ".definition", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/geo/CRSEllipsoids.h", + "line": 56, + "symbol": "CRSEllipsoidsType.CRS_ELLIPSOIDS_WALBECK", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 450, - "symbol": "PJ_GridCatalogEntry..definition", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/geo/CRSEllipsoids.h", + "line": 57, + "symbol": "CRSEllipsoidsType.CRS_ELLIPSOIDS_NAD27", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 452, - "symbol": ".gridinfo", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/geo/CRSEllipsoids.h", + "line": 58, + "symbol": "CRSEllipsoidsType.CRS_ELLIPSOIDS_NAD83", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 452, - "symbol": "PJ_GridCatalogEntry..gridinfo", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/geo/CRSEllipsoids.h", + "line": 59, + "symbol": "CRSEllipsoidsType.CRS_ELLIPSOIDS_SPHERE", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 453, - "symbol": ".available", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/geo/CRSGeoDatums.h", + "line": 15, + "symbol": "CRSGeoDatumType.CRS_DATUM_WGS84", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 453, - "symbol": "PJ_GridCatalogEntry..available", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/geo/CRSGeoDatums.h", + "line": 16, + "symbol": "CRSGeoDatumType.CRS_DATUM_GGRS87", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 456, - "symbol": "PJ_GridCatalog", - "symbol_kind": "sourcekitten.source.lang.objc.decl.typedef", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/geo/CRSGeoDatums.h", + "line": 17, + "symbol": "CRSGeoDatumType.CRS_DATUM_NAD83", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 456, - "symbol": "PJ_GridCatalog._PJ_GridCatalog", - "symbol_kind": "sourcekitten.source.lang.objc.decl.struct", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/geo/CRSGeoDatums.h", + "line": 18, + "symbol": "CRSGeoDatumType.CRS_DATUM_ETRS89", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 456, - "symbol": "_PJ_GridCatalog", - "symbol_kind": "sourcekitten.source.lang.objc.decl.struct", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/geo/CRSGeoDatums.h", + "line": 19, + "symbol": "CRSGeoDatumType.CRS_DATUM_NAD27", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 457, - "symbol": "PJ_GridCatalog._PJ_GridCatalog.catalog_name", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/geo/CRSGeoDatums.h", + "line": 20, + "symbol": "CRSGeoDatumType.CRS_DATUM_POTSDAM", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 457, - "symbol": "_PJ_GridCatalog.catalog_name", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/geo/CRSGeoDatums.h", + "line": 21, + "symbol": "CRSGeoDatumType.CRS_DATUM_CARTHAGE", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 459, - "symbol": "PJ_GridCatalog._PJ_GridCatalog.region", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/geo/CRSGeoDatums.h", + "line": 22, + "symbol": "CRSGeoDatumType.CRS_DATUM_HERMANNSKOGEL", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 459, - "symbol": "_PJ_GridCatalog.region", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/geo/CRSGeoDatums.h", + "line": 23, + "symbol": "CRSGeoDatumType.CRS_DATUM_IRE65", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 461, - "symbol": "PJ_GridCatalog._PJ_GridCatalog.entry_count", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/geo/CRSGeoDatums.h", + "line": 24, + "symbol": "CRSGeoDatumType.CRS_DATUM_NZGD49", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 461, - "symbol": "_PJ_GridCatalog.entry_count", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/geo/CRSGeoDatums.h", + "line": 25, + "symbol": "CRSGeoDatumType.CRS_DATUM_OSGB36", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 462, - "symbol": "PJ_GridCatalog._PJ_GridCatalog.entries", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/geo/CRSPrimeMeridians.h", + "line": 15, + "symbol": "CRSPrimeMeridianType.CRS_PM_GREENWICH", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 462, - "symbol": "_PJ_GridCatalog.entries", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/geo/CRSPrimeMeridians.h", + "line": 16, + "symbol": "CRSPrimeMeridianType.CRS_PM_LISBON", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "warning": "undocumented" + }, + { + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/geo/CRSPrimeMeridians.h", + "line": 17, + "symbol": "CRSPrimeMeridianType.CRS_PM_PARIS", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 464, - "symbol": "PJ_GridCatalog._PJ_GridCatalog.next", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/geo/CRSPrimeMeridians.h", + "line": 18, + "symbol": "CRSPrimeMeridianType.CRS_PM_BOGOTA", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 464, - "symbol": "_PJ_GridCatalog.next", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/geo/CRSPrimeMeridians.h", + "line": 19, + "symbol": "CRSPrimeMeridianType.CRS_PM_MADRID", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 469, - "symbol": "dmstor", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/geo/CRSPrimeMeridians.h", + "line": 20, + "symbol": "CRSPrimeMeridianType.CRS_PM_ROME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 470, - "symbol": "dmstor_ctx", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/geo/CRSPrimeMeridians.h", + "line": 21, + "symbol": "CRSPrimeMeridianType.CRS_PM_BERN", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 471, - "symbol": "set_rtodms", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/geo/CRSPrimeMeridians.h", + "line": 22, + "symbol": "CRSPrimeMeridianType.CRS_PM_JAKARTA", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 472, - "symbol": "rtodms", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/geo/CRSPrimeMeridians.h", + "line": 23, + "symbol": "CRSPrimeMeridianType.CRS_PM_FERRO", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 473, - "symbol": "adjlon", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/geo/CRSPrimeMeridians.h", + "line": 24, + "symbol": "CRSPrimeMeridianType.CRS_PM_BRUSSELS", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 474, - "symbol": "aacos", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/geo/CRSPrimeMeridians.h", + "line": 25, + "symbol": "CRSPrimeMeridianType.CRS_PM_STOCKHOLM", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 474, - "symbol": "aasin", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/geo/CRSPrimeMeridians.h", + "line": 26, + "symbol": "CRSPrimeMeridianType.CRS_PM_ATHENS", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 474, - "symbol": "aatan2", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/geo/CRSPrimeMeridians.h", + "line": 27, + "symbol": "CRSPrimeMeridianType.CRS_PM_OSLO", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 474, - "symbol": "asqrt", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/operation/CRSOperationMethods.h", + "line": 15, + "symbol": "CRSOperationMethodType.CRS_METHOD_ALBERS_EQUAL_AREA", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 475, - "symbol": "pj_param", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/operation/CRSOperationMethods.h", + "line": 16, + "symbol": "CRSOperationMethodType.CRS_METHOD_AMERICAN_POLYCONIC", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 476, - "symbol": "pj_mkparam", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/operation/CRSOperationMethods.h", + "line": 17, + "symbol": "CRSOperationMethodType.CRS_METHOD_CASSINI_SOLDNER", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 477, - "symbol": "pj_ell_set", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/operation/CRSOperationMethods.h", + "line": 18, + "symbol": "CRSOperationMethodType.CRS_METHOD_COORDINATE_FRAME_ROTATION", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 478, - "symbol": "pj_datum_set", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/operation/CRSOperationMethods.h", + "line": 19, + "symbol": "CRSOperationMethodType.CRS_METHOD_EQUIDISTANT_CYLINDRICAL", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 479, - "symbol": "pj_prime_meridian_set", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/operation/CRSOperationMethods.h", + "line": 20, + "symbol": "CRSOperationMethodType.CRS_METHOD_GEOCENTRIC_TRANSLATIONS", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 480, - "symbol": "pj_angular_units_set", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/operation/CRSOperationMethods.h", + "line": 21, + "symbol": "CRSOperationMethodType.CRS_METHOD_HOTINE_OBLIQUE_MERCATOR_A", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 481, - "symbol": "pj_prepare", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/operation/CRSOperationMethods.h", + "line": 22, + "symbol": "CRSOperationMethodType.CRS_METHOD_HOTINE_OBLIQUE_MERCATOR_B", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 483, - "symbol": "pj_clone_paralist", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/operation/CRSOperationMethods.h", + "line": 23, + "symbol": "CRSOperationMethodType.CRS_METHOD_KROVAK", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 484, - "symbol": "pj_search_initcache", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/operation/CRSOperationMethods.h", + "line": 24, + "symbol": "CRSOperationMethodType.CRS_METHOD_LAMBERT_AZIMUTHAL_EQUAL_AREA", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 485, - "symbol": "pj_insert_initcache", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/operation/CRSOperationMethods.h", + "line": 25, + "symbol": "CRSOperationMethodType.CRS_METHOD_LAMBERT_CONIC_CONFORMAL_1SP", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 487, - "symbol": "pj_enfn", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/operation/CRSOperationMethods.h", + "line": 26, + "symbol": "CRSOperationMethodType.CRS_METHOD_LAMBERT_CONIC_CONFORMAL_2SP", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 488, - "symbol": "pj_mlfn", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/operation/CRSOperationMethods.h", + "line": 27, + "symbol": "CRSOperationMethodType.CRS_METHOD_LAMBERT_CYLINDRICAL_EQUAL_AREA", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 489, - "symbol": "pj_inv_mlfn", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/operation/CRSOperationMethods.h", + "line": 28, + "symbol": "CRSOperationMethodType.CRS_METHOD_LONGITUDE_ROTATION", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 490, - "symbol": "pj_qsfn", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/operation/CRSOperationMethods.h", + "line": 29, + "symbol": "CRSOperationMethodType.CRS_METHOD_MERCATOR_A", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 491, - "symbol": "pj_tsfn", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/operation/CRSOperationMethods.h", + "line": 30, + "symbol": "CRSOperationMethodType.CRS_METHOD_MERCATOR_B", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 492, - "symbol": "pj_msfn", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/operation/CRSOperationMethods.h", + "line": 31, + "symbol": "CRSOperationMethodType.CRS_METHOD_MOLODENSKY_BADEKAS", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 493, - "symbol": "pj_phi2", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/operation/CRSOperationMethods.h", + "line": 32, + "symbol": "CRSOperationMethodType.CRS_METHOD_NADCON", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 494, - "symbol": "pj_qsfn_", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/operation/CRSOperationMethods.h", + "line": 33, + "symbol": "CRSOperationMethodType.CRS_METHOD_NADCON5", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 495, - "symbol": "pj_authset", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/operation/CRSOperationMethods.h", + "line": 34, + "symbol": "CRSOperationMethodType.CRS_METHOD_NEW_ZEALAND_MAP_GRID", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 496, - "symbol": "pj_authlat", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/operation/CRSOperationMethods.h", + "line": 35, + "symbol": "CRSOperationMethodType.CRS_METHOD_NTV2", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 497, - "symbol": "pj_zpoly1", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/operation/CRSOperationMethods.h", + "line": 36, + "symbol": "CRSOperationMethodType.CRS_METHOD_OBLIQUE_STEREOGRAPHIC", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 498, - "symbol": "pj_zpolyd1", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/operation/CRSOperationMethods.h", + "line": 37, + "symbol": "CRSOperationMethodType.CRS_METHOD_POLAR_STEREOGRAPHIC_A", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 500, - "symbol": "pj_deriv", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/operation/CRSOperationMethods.h", + "line": 38, + "symbol": "CRSOperationMethodType.CRS_METHOD_POLAR_STEREOGRAPHIC_B", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 501, - "symbol": "pj_factors", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/operation/CRSOperationMethods.h", + "line": 39, + "symbol": "CRSOperationMethodType.CRS_METHOD_POLAR_STEREOGRAPHIC_C", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 503, - "symbol": "PW_COEF", - "symbol_kind": "sourcekitten.source.lang.objc.decl.struct", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/operation/CRSOperationMethods.h", + "line": 40, + "symbol": "CRSOperationMethodType.CRS_METHOD_POPULAR_VISUALISATION_PSEUDO_MERCATOR", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "warning": "undocumented" + }, + { + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/operation/CRSOperationMethods.h", + "line": 41, + "symbol": "CRSOperationMethodType.CRS_METHOD_POSITION_VECTOR_TRANSFORMATION", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 504, - "symbol": "PW_COEF.m", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/operation/CRSOperationMethods.h", + "line": 42, + "symbol": "CRSOperationMethodType.CRS_METHOD_TRANSVERSE_MERCATOR", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 505, - "symbol": "PW_COEF.c", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/operation/CRSOperationMethods.h", + "line": 43, + "symbol": "CRSOperationMethodType.CRS_METHOD_TRANSVERSE_MERCATOR_SOUTH_ORIENTATED", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 509, - "symbol": "", - "symbol_kind": "sourcekitten.source.lang.objc.decl.struct", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/operation/CRSOperationMethods.h", + "line": 44, + "symbol": "CRSOperationMethodType.CRS_METHOD_VERTICAL_OFFSET", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 509, - "symbol": "Tseries", - "symbol_kind": "sourcekitten.source.lang.objc.decl.typedef", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/operation/CRSOperationParameters.h", + "line": 16, + "symbol": "CRSOperationParameterType.CRS_PARAMETER_ANGLE_FROM_RECTIFIED_TO_SKEW_GRID", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 509, - "symbol": "Tseries.", - "symbol_kind": "sourcekitten.source.lang.objc.decl.struct", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/operation/CRSOperationParameters.h", + "line": 17, + "symbol": "CRSOperationParameterType.CRS_PARAMETER_AZIMUTH_OF_INITIAL_LINE", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 510, - "symbol": ".a", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/operation/CRSOperationParameters.h", + "line": 18, + "symbol": "CRSOperationParameterType.CRS_PARAMETER_CO_LATITUDE_OF_CONE_AXIS", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 510, - "symbol": ".b", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/operation/CRSOperationParameters.h", + "line": 19, + "symbol": "CRSOperationParameterType.CRS_PARAMETER_EASTING_AT_FALSE_ORIGIN", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 510, - "symbol": "Tseries..a", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/operation/CRSOperationParameters.h", + "line": 20, + "symbol": "CRSOperationParameterType.CRS_PARAMETER_EASTING_AT_PROJECTION_CENTRE", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 510, - "symbol": "Tseries..b", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/operation/CRSOperationParameters.h", + "line": 21, + "symbol": "CRSOperationParameterType.CRS_PARAMETER_ELLIPSOIDAL_HEIGHT_DIFFERENCE_FILE", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 512, - "symbol": ".cu", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/operation/CRSOperationParameters.h", + "line": 22, + "symbol": "CRSOperationParameterType.CRS_PARAMETER_FALSE_EASTING", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 512, - "symbol": ".cv", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/operation/CRSOperationParameters.h", + "line": 23, + "symbol": "CRSOperationParameterType.CRS_PARAMETER_FALSE_NORTHING", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 512, - "symbol": "Tseries..cu", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/operation/CRSOperationParameters.h", + "line": 24, + "symbol": "CRSOperationParameterType.CRS_PARAMETER_LATITUDE_AND_LONGITUDE_DIFFERENCE_FILE", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 512, - "symbol": "Tseries..cv", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/operation/CRSOperationParameters.h", + "line": 25, + "symbol": "CRSOperationParameterType.CRS_PARAMETER_LATITUDE_DIFFERENCE_FILE", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 513, - "symbol": ".mu", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/operation/CRSOperationParameters.h", + "line": 26, + "symbol": "CRSOperationParameterType.CRS_PARAMETER_LATITUDE_OF_1ST_STANDARD_PARALLEL", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 513, - "symbol": ".mv", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/operation/CRSOperationParameters.h", + "line": 27, + "symbol": "CRSOperationParameterType.CRS_PARAMETER_LATITUDE_OF_2ND_STANDARD_PARALLEL", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 513, - "symbol": "Tseries..mu", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/operation/CRSOperationParameters.h", + "line": 28, + "symbol": "CRSOperationParameterType.CRS_PARAMETER_LATITUDE_OF_FALSE_ORIGIN", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 513, - "symbol": "Tseries..mv", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/operation/CRSOperationParameters.h", + "line": 29, + "symbol": "CRSOperationParameterType.CRS_PARAMETER_LATITUDE_OF_NATURAL_ORIGIN", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 514, - "symbol": ".power", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/operation/CRSOperationParameters.h", + "line": 30, + "symbol": "CRSOperationParameterType.CRS_PARAMETER_LATITUDE_OF_PROJECTION_CENTRE", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 514, - "symbol": "Tseries..power", - "symbol_kind": "sourcekitten.source.lang.objc.decl.field", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/operation/CRSOperationParameters.h", + "line": 31, + "symbol": "CRSOperationParameterType.CRS_PARAMETER_LATITUDE_OF_PSEUDO_STANDARD_PARALLEL", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 516, - "symbol": "mk_cheby", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/operation/CRSOperationParameters.h", + "line": 32, + "symbol": "CRSOperationParameterType.CRS_PARAMETER_LONGITUDE_DIFFERENCE_FILE", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 517, - "symbol": "bpseval", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/operation/CRSOperationParameters.h", + "line": 33, + "symbol": "CRSOperationParameterType.CRS_PARAMETER_LONGITUDE_OF_FALSE_ORIGIN", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 518, - "symbol": "bcheval", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/operation/CRSOperationParameters.h", + "line": 34, + "symbol": "CRSOperationParameterType.CRS_PARAMETER_LONGITUDE_OF_NATURAL_ORIGIN", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 519, - "symbol": "biveval", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/operation/CRSOperationParameters.h", + "line": 35, + "symbol": "CRSOperationParameterType.CRS_PARAMETER_LONGITUDE_OF_ORIGIN", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 520, - "symbol": "vector1", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/operation/CRSOperationParameters.h", + "line": 36, + "symbol": "CRSOperationParameterType.CRS_PARAMETER_LONGITUDE_OF_PROJECTION_CENTRE", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 521, - "symbol": "vector2", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/operation/CRSOperationParameters.h", + "line": 37, + "symbol": "CRSOperationParameterType.CRS_PARAMETER_NORTHING_AT_FALSE_ORIGIN", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 522, - "symbol": "freev2", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/operation/CRSOperationParameters.h", + "line": 38, + "symbol": "CRSOperationParameterType.CRS_PARAMETER_NORTHING_AT_PROJECTION_CENTRE", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 523, - "symbol": "bchgen", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/operation/CRSOperationParameters.h", + "line": 39, + "symbol": "CRSOperationParameterType.CRS_PARAMETER_ORDINATE_1_OF_EVALUATION_POINT", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 524, - "symbol": "bch2bps", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/operation/CRSOperationParameters.h", + "line": 40, + "symbol": "CRSOperationParameterType.CRS_PARAMETER_ORDINATE_2_OF_EVALUATION_POINT", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 527, - "symbol": "nad_intr", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/operation/CRSOperationParameters.h", + "line": 41, + "symbol": "CRSOperationParameterType.CRS_PARAMETER_ORDINATE_3_OF_EVALUATION_POINT", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 528, - "symbol": "nad_cvt", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/operation/CRSOperationParameters.h", + "line": 42, + "symbol": "CRSOperationParameterType.CRS_PARAMETER_SCALE_DIFFERENCE", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 529, - "symbol": "nad_init", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/operation/CRSOperationParameters.h", + "line": 43, + "symbol": "CRSOperationParameterType.CRS_PARAMETER_SCALE_FACTOR_AT_NATURAL_ORIGIN", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 530, - "symbol": "nad_ctable_init", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/operation/CRSOperationParameters.h", + "line": 44, + "symbol": "CRSOperationParameterType.CRS_PARAMETER_SCALE_FACTOR_ON_INITIAL_LINE", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 531, - "symbol": "nad_ctable_load", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/operation/CRSOperationParameters.h", + "line": 45, + "symbol": "CRSOperationParameterType.CRS_PARAMETER_SCALE_FACTOR_ON_PSEUDO_STANDARD_PARALLEL", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 532, - "symbol": "nad_ctable2_init", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/operation/CRSOperationParameters.h", + "line": 46, + "symbol": "CRSOperationParameterType.CRS_PARAMETER_VERTICAL_OFFSET", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 533, - "symbol": "nad_ctable2_load", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/operation/CRSOperationParameters.h", + "line": 47, + "symbol": "CRSOperationParameterType.CRS_PARAMETER_X_AXIS_ROTATION", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 534, - "symbol": "nad_free", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/operation/CRSOperationParameters.h", + "line": 48, + "symbol": "CRSOperationParameterType.CRS_PARAMETER_X_AXIS_TRANSLATION", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 538, - "symbol": "pj_apply_vgridshift", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/operation/CRSOperationParameters.h", + "line": 49, + "symbol": "CRSOperationParameterType.CRS_PARAMETER_Y_AXIS_ROTATION", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 544, - "symbol": "pj_apply_gridshift_2", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/operation/CRSOperationParameters.h", + "line": 50, + "symbol": "CRSOperationParameterType.CRS_PARAMETER_Y_AXIS_TRANSLATION", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 547, - "symbol": "pj_apply_gridshift_3", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/operation/CRSOperationParameters.h", + "line": 51, + "symbol": "CRSOperationParameterType.CRS_PARAMETER_Z_AXIS_ROTATION", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 552, - "symbol": "pj_gridlist_from_nadgrids", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/operation/CRSOperationParameters.h", + "line": 52, + "symbol": "CRSOperationParameterType.CRS_PARAMETER_Z_AXIS_TRANSLATION", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 553, - "symbol": "pj_deallocate_grids", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/operation/CRSOperationTypes.h", + "line": 15, + "symbol": "CRSOperationType.CRS_OPERATION_COORDINATE", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 555, - "symbol": "pj_gridinfo_init", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/operation/CRSOperationTypes.h", + "line": 16, + "symbol": "CRSOperationType.CRS_OPERATION_POINT_MOTION", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 556, - "symbol": "pj_gridinfo_load", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/operation/CRSOperationTypes.h", + "line": 17, + "symbol": "CRSOperationType.CRS_OPERATION_MAP_PROJECTION", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 557, - "symbol": "pj_gridinfo_free", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/operation/CRSOperationTypes.h", + "line": 18, + "symbol": "CRSOperationType.CRS_OPERATION_DERIVING_CONVERSION", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 559, - "symbol": "pj_gc_findcatalog", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/operation/CRSOperationTypes.h", + "line": 19, + "symbol": "CRSOperationType.CRS_OPERATION_ABRIDGED_COORDINATE_TRANSFORMATION", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 560, - "symbol": "pj_gc_readcatalog", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/operation/CRSOperationTypes.h", + "line": 26, + "symbol": "CRS_OPERATION_POINT_MOTION_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 561, - "symbol": "pj_gc_unloadall", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/operation/CRSOperationTypes.h", + "line": 27, + "symbol": "CRS_OPERATION_MAP_PROJECTION_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 562, - "symbol": "pj_gc_apply_gridshift", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/operation/CRSOperationTypes.h", + "line": 28, + "symbol": "CRS_OPERATION_DERIVING_CONVERSION_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 565, - "symbol": "pj_gc_apply_gridshift", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/operation/CRSOperationTypes.h", + "line": 29, + "symbol": "CRS_OPERATION_ABRIDGED_COORDINATE_TRANSFORMATION_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 569, - "symbol": "pj_gc_findgrid", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/temporal/CRSTemporalDatum.h", + "line": 12, + "symbol": "CRSTemporalDatum", + "symbol_kind": "sourcekitten.source.lang.objc.decl.class", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 575, - "symbol": "pj_gc_parsedate", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/util/proj/CRSProjConstants.h", + "line": 16, + "symbol": "CRS_PROJ_PARAM_PROJ", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 577, - "symbol": "proj_mdist_ini", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/util/proj/CRSProjConstants.h", + "line": 17, + "symbol": "CRS_PROJ_PARAM_ZONE", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 578, - "symbol": "proj_mdist", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/util/proj/CRSProjConstants.h", + "line": 18, + "symbol": "CRS_PROJ_PARAM_SOUTH", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 579, - "symbol": "proj_inv_mdist", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/util/proj/CRSProjConstants.h", + "line": 19, + "symbol": "CRS_PROJ_PARAM_LAT_1", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 580, - "symbol": "pj_gauss_ini", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/util/proj/CRSProjConstants.h", + "line": 20, + "symbol": "CRS_PROJ_PARAM_LAT_2", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 581, - "symbol": "pj_gauss", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/util/proj/CRSProjConstants.h", + "line": 21, + "symbol": "CRS_PROJ_PARAM_LAT_0", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 582, - "symbol": "pj_inv_gauss", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/util/proj/CRSProjConstants.h", + "line": 22, + "symbol": "CRS_PROJ_PARAM_LAT_TS", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 584, - "symbol": "pj_release", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/util/proj/CRSProjConstants.h", + "line": 23, + "symbol": "CRS_PROJ_PARAM_LON_0", "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 586, - "symbol": "pj_get_ellps_ref", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/util/proj/CRSProjConstants.h", + "line": 24, + "symbol": "CRS_PROJ_PARAM_LONC", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 587, - "symbol": "pj_get_datums_ref", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/util/proj/CRSProjConstants.h", + "line": 25, + "symbol": "CRS_PROJ_PARAM_ALPHA", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 588, - "symbol": "pj_get_units_ref", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/util/proj/CRSProjConstants.h", + "line": 26, + "symbol": "CRS_PROJ_PARAM_K_0", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 589, - "symbol": "pj_get_list_ref", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/util/proj/CRSProjConstants.h", + "line": 27, + "symbol": "CRS_PROJ_PARAM_X_0", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 590, - "symbol": "pj_get_selftest_list_ref", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/util/proj/CRSProjConstants.h", + "line": 28, + "symbol": "CRS_PROJ_PARAM_Y_0", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 591, - "symbol": "pj_get_prime_meridians_ref", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/util/proj/CRSProjConstants.h", + "line": 29, + "symbol": "CRS_PROJ_PARAM_AXIS", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 593, - "symbol": "pj_atof", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/util/proj/CRSProjConstants.h", + "line": 30, + "symbol": "CRS_PROJ_PARAM_DATUM", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/proj4-ios/projects.h", - "line": 594, - "symbol": "pj_strtod", - "symbol_kind": "sourcekitten.source.lang.objc.decl.function", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/util/proj/CRSProjConstants.h", + "line": 31, + "symbol": "CRS_PROJ_PARAM_NO_UOFF", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-geojson-ios/SFGGeometryTypes.h", - "line": 15, - "symbol": "SFGGeometryType.SFG_GEOMETRY", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/util/proj/CRSProjConstants.h", + "line": 32, + "symbol": "CRS_PROJ_PARAM_GAMMA", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-geojson-ios/SFGGeometryTypes.h", - "line": 16, - "symbol": "SFGGeometryType.SFG_POINT", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/util/proj/CRSProjConstants.h", + "line": 33, + "symbol": "CRS_PROJ_PARAM_A", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-geojson-ios/SFGGeometryTypes.h", - "line": 17, - "symbol": "SFGGeometryType.SFG_LINESTRING", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/util/proj/CRSProjConstants.h", + "line": 34, + "symbol": "CRS_PROJ_PARAM_B", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-geojson-ios/SFGGeometryTypes.h", - "line": 18, - "symbol": "SFGGeometryType.SFG_POLYGON", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/util/proj/CRSProjConstants.h", + "line": 35, + "symbol": "CRS_PROJ_PARAM_ELLPS", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-geojson-ios/SFGGeometryTypes.h", - "line": 19, - "symbol": "SFGGeometryType.SFG_MULTIPOINT", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/util/proj/CRSProjConstants.h", + "line": 36, + "symbol": "CRS_PROJ_PARAM_TOWGS84", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-geojson-ios/SFGGeometryTypes.h", - "line": 20, - "symbol": "SFGGeometryType.SFG_MULTILINESTRING", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/util/proj/CRSProjConstants.h", + "line": 37, + "symbol": "CRS_PROJ_PARAM_PM", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "warning": "undocumented" + }, + { + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/util/proj/CRSProjConstants.h", + "line": 38, + "symbol": "CRS_PROJ_PARAM_UNITS", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-geojson-ios/SFGGeometryTypes.h", - "line": 21, - "symbol": "SFGGeometryType.SFG_MULTIPOLYGON", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/util/proj/CRSProjConstants.h", + "line": 39, + "symbol": "CRS_PROJ_PARAM_TO_METER", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-geojson-ios/SFGGeometryTypes.h", - "line": 22, - "symbol": "SFGGeometryType.SFG_GEOMETRYCOLLECTION", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/util/proj/CRSProjConstants.h", + "line": 40, + "symbol": "CRS_PROJ_PARAM_NADGRIDS", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-geojson-ios/SFGOrderedDictionary.h", - "line": 28, - "symbol": "SFGOrderedDictionary", - "symbol_kind": "sourcekitten.source.lang.objc.decl.class", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/util/proj/CRSProjConstants.h", + "line": 41, + "symbol": "CRS_PROJ_PARAM_WKTEXT", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-geojson-ios/SFGOrderedDictionary.h", - "line": 30, - "symbol": "SFGOrderedDictionary.dictionary", - "symbol_kind": "sourcekitten.source.lang.objc.decl.ivar", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/util/proj/CRSProjConstants.h", + "line": 42, + "symbol": "CRS_PROJ_PARAM_NO_DEFS", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-geojson-ios/SFGOrderedDictionary.h", - "line": 31, - "symbol": "SFGOrderedDictionary.array", - "symbol_kind": "sourcekitten.source.lang.objc.decl.ivar", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/util/proj/CRSProjConstants.h", + "line": 44, + "symbol": "CRS_PROJ_NAME_AEA", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-geojson-ios/SFGOrderedDictionary.h", - "line": 34, - "symbol": "SFGOrderedDictionary.-insertObject:forKey:atIndex:", - "symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/util/proj/CRSProjConstants.h", + "line": 45, + "symbol": "CRS_PROJ_NAME_CASS", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-geojson-ios/SFGOrderedDictionary.h", - "line": 35, - "symbol": "SFGOrderedDictionary.-keyAtIndex:", - "symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/util/proj/CRSProjConstants.h", + "line": 46, + "symbol": "CRS_PROJ_NAME_CEA", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-geojson-ios/SFGOrderedDictionary.h", - "line": 36, - "symbol": "SFGOrderedDictionary.-reverseKeyEnumerator", - "symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/util/proj/CRSProjConstants.h", + "line": 47, + "symbol": "CRS_PROJ_NAME_EQC", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-geojson-ios/SFGOrderedDictionary.h", - "line": 38, - "symbol": "SFGOrderedDictionary.-objectAtIndexedSubscript:", - "symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/util/proj/CRSProjConstants.h", + "line": 48, + "symbol": "CRS_PROJ_NAME_KROVAK", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-geojson-ios/SFGOrderedDictionary.h", - "line": 40, - "symbol": "SFGOrderedDictionary.-objectForKeyedSubscript:", - "symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/util/proj/CRSProjConstants.h", + "line": 49, + "symbol": "CRS_PROJ_NAME_LAEA", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-geojson-ios/SFGOrderedDictionary.h", - "line": 41, - "symbol": "SFGOrderedDictionary.-setObject:forKeyedSubscript:", - "symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/util/proj/CRSProjConstants.h", + "line": 50, + "symbol": "CRS_PROJ_NAME_LCC", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-geojson-ios/SFGOrderedDictionary.h", - "line": 43, - "symbol": "SFGOrderedDictionary.-indexOfKey:", - "symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/util/proj/CRSProjConstants.h", + "line": 51, + "symbol": "CRS_PROJ_NAME_LONGLAT", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-geojson-ios/SFGOrderedDictionary.h", - "line": 44, - "symbol": "SFGOrderedDictionary.-indexOfKey:inRange:", - "symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/util/proj/CRSProjConstants.h", + "line": 52, + "symbol": "CRS_PROJ_NAME_MERC", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-geojson-ios/SFGOrderedDictionary.h", - "line": 45, - "symbol": "SFGOrderedDictionary.-indexOfKeyIdenticalTo:", - "symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/util/proj/CRSProjConstants.h", + "line": 53, + "symbol": "CRS_PROJ_NAME_NZMG", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-geojson-ios/SFGOrderedDictionary.h", - "line": 46, - "symbol": "SFGOrderedDictionary.-indexOfKeyIdenticalTo:inRange:", - "symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/util/proj/CRSProjConstants.h", + "line": 54, + "symbol": "CRS_PROJ_NAME_OMERC", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-geojson-ios/SFGOrderedDictionary.h", - "line": 47, - "symbol": "SFGOrderedDictionary.-lastKey", - "symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/util/proj/CRSProjConstants.h", + "line": 55, + "symbol": "CRS_PROJ_NAME_POLY", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-geojson-ios/SFGOrderedDictionary.h", - "line": 49, - "symbol": "SFGOrderedDictionary.-sortUsingFunction:context:", - "symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/util/proj/CRSProjConstants.h", + "line": 56, + "symbol": "CRS_PROJ_NAME_SOMERC", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-geojson-ios/SFGOrderedDictionary.h", - "line": 50, - "symbol": "SFGOrderedDictionary.-sortUsingSelector:", - "symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/util/proj/CRSProjConstants.h", + "line": 57, + "symbol": "CRS_PROJ_NAME_STERE", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-geojson-ios/SFGOrderedDictionary.h", - "line": 52, - "symbol": "SFGOrderedDictionary.-sortUsingComparator:", - "symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/util/proj/CRSProjConstants.h", + "line": 58, + "symbol": "CRS_PROJ_NAME_STEREA", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-geojson-ios/SFGOrderedDictionary.h", - "line": 53, - "symbol": "SFGOrderedDictionary.-sortWithOptions:usingComparator:", - "symbol_kind": "sourcekitten.source.lang.objc.decl.method.instance", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/util/proj/CRSProjConstants.h", + "line": 59, + "symbol": "CRS_PROJ_NAME_TMERC", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-ios/SFEventTypes.h", - "line": 15, - "symbol": "SFEventType.SF_ET_LEFT", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/util/proj/CRSProjConstants.h", + "line": 60, + "symbol": "CRS_PROJ_NAME_UTM", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-ios/SFEventTypes.h", - "line": 16, - "symbol": "SFEventType.SF_ET_RIGHT", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/util/proj/CRSProjConstants.h", + "line": 62, + "symbol": "CRS_PROJ_AXIS_EAST", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-ios/SFEventTypes.h", - "line": 19, - "symbol": "SFEventTypes", - "symbol_kind": "sourcekitten.source.lang.objc.decl.class", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/util/proj/CRSProjConstants.h", + "line": 63, + "symbol": "CRS_PROJ_AXIS_WEST", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-ios/SFFiniteFilterTypes.h", - "line": 16, - "symbol": "SFFiniteFilterType.SF_FF_FINITE", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/util/proj/CRSProjConstants.h", + "line": 64, + "symbol": "CRS_PROJ_AXIS_NORTH", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-ios/SFFiniteFilterTypes.h", - "line": 17, - "symbol": "SFFiniteFilterType.SF_FF_FINITE_AND_INFINITE", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/util/proj/CRSProjConstants.h", + "line": 65, + "symbol": "CRS_PROJ_AXIS_SOUTH", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-ios/SFFiniteFilterTypes.h", - "line": 18, - "symbol": "SFFiniteFilterType.SF_FF_FINITE_AND_NAN", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/util/proj/CRSProjConstants.h", + "line": 66, + "symbol": "CRS_PROJ_AXIS_UP", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-ios/SFFiniteFilterTypes.h", - "line": 21, - "symbol": "SFFiniteFilterTypes", - "symbol_kind": "sourcekitten.source.lang.objc.decl.class", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/util/proj/CRSProjConstants.h", + "line": 67, + "symbol": "CRS_PROJ_AXIS_DOWN", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-ios/SFGeometryConstants.h", - "line": 81, - "symbol": "SFGeometryConstants", - "symbol_kind": "sourcekitten.source.lang.objc.decl.class", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/util/proj/CRSProjConstants.h", + "line": 68, + "symbol": "CRS_PROJ_AXIS_WEST_SOUTH_UP", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-ios/SFGeometryEnvelope.h", - "line": 24, - "symbol": "SFGeometryEnvelope.maxX", - "symbol_kind": "sourcekitten.source.lang.objc.decl.property", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/util/proj/CRSProjConstants.h", + "line": 70, + "symbol": "CRS_PROJ_UNITS_METRE", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-ios/SFGeometryEnvelope.h", - "line": 30, - "symbol": "SFGeometryEnvelope.maxY", - "symbol_kind": "sourcekitten.source.lang.objc.decl.property", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/util/proj/CRSProjConstants.h", + "line": 71, + "symbol": "CRS_PROJ_UNITS_US_SURVEY_FOOT", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-ios/SFGeometryEnvelope.h", - "line": 36, - "symbol": "SFGeometryEnvelope.minZ", - "symbol_kind": "sourcekitten.source.lang.objc.decl.property", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/util/proj/CRSProjConstants.h", + "line": 72, + "symbol": "CRS_PROJ_UNITS_FOOT", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-ios/SFGeometryEnvelope.h", - "line": 37, - "symbol": "SFGeometryEnvelope.maxZ", - "symbol_kind": "sourcekitten.source.lang.objc.decl.property", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/util/proj/CRSProjConstants.h", + "line": 73, + "symbol": "CRS_PROJ_UNITS_DEGREE", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-ios/SFGeometryEnvelope.h", - "line": 43, - "symbol": "SFGeometryEnvelope.minM", - "symbol_kind": "sourcekitten.source.lang.objc.decl.property", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/util/proj/CRSProjConstants.h", + "line": 75, + "symbol": "CRS_PROJ_PSEUDO_MERCATOR", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-ios/SFGeometryEnvelope.h", - "line": 44, - "symbol": "SFGeometryEnvelope.maxM", - "symbol_kind": "sourcekitten.source.lang.objc.decl.property", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/util/proj/CRSProjConstants.h", + "line": 76, + "symbol": "CRS_PROJ_SWISS_OBLIQUE_MERCATOR", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-ios/SFGeometryTypes.h", - "line": 15, - "symbol": "SFGeometryType.SF_GEOMETRY", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/util/proj/CRSProjConstants.h", + "line": 77, + "symbol": "CRS_PROJ_SWISS_OBLIQUE_MERCATOR_COMPAT", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "warning": "undocumented" + }, + { + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/util/proj/CRSProjConstants.h", + "line": 78, + "symbol": "CRS_PROJ_UTM_ZONE", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-ios/SFGeometryTypes.h", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/util/proj/CRSProjParams.h", "line": 16, - "symbol": "SFGeometryType.SF_POINT", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "symbol": "CRSProjParams.proj", + "symbol_kind": "sourcekitten.source.lang.objc.decl.property", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-ios/SFGeometryTypes.h", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/util/proj/CRSProjParams.h", "line": 17, - "symbol": "SFGeometryType.SF_LINESTRING", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "symbol": "CRSProjParams.zone", + "symbol_kind": "sourcekitten.source.lang.objc.decl.property", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-ios/SFGeometryTypes.h", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/util/proj/CRSProjParams.h", "line": 18, - "symbol": "SFGeometryType.SF_POLYGON", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "symbol": "CRSProjParams.south", + "symbol_kind": "sourcekitten.source.lang.objc.decl.property", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-ios/SFGeometryTypes.h", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/util/proj/CRSProjParams.h", "line": 19, - "symbol": "SFGeometryType.SF_MULTIPOINT", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "symbol": "CRSProjParams.lat_1", + "symbol_kind": "sourcekitten.source.lang.objc.decl.property", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-ios/SFGeometryTypes.h", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/util/proj/CRSProjParams.h", "line": 20, - "symbol": "SFGeometryType.SF_MULTILINESTRING", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "symbol": "CRSProjParams.lat_2", + "symbol_kind": "sourcekitten.source.lang.objc.decl.property", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-ios/SFGeometryTypes.h", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/util/proj/CRSProjParams.h", "line": 21, - "symbol": "SFGeometryType.SF_MULTIPOLYGON", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "symbol": "CRSProjParams.lat_0", + "symbol_kind": "sourcekitten.source.lang.objc.decl.property", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-ios/SFGeometryTypes.h", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/util/proj/CRSProjParams.h", "line": 22, - "symbol": "SFGeometryType.SF_GEOMETRYCOLLECTION", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "symbol": "CRSProjParams.lat_ts", + "symbol_kind": "sourcekitten.source.lang.objc.decl.property", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-ios/SFGeometryTypes.h", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/util/proj/CRSProjParams.h", "line": 23, - "symbol": "SFGeometryType.SF_CIRCULARSTRING", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "symbol": "CRSProjParams.lon_0", + "symbol_kind": "sourcekitten.source.lang.objc.decl.property", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-ios/SFGeometryTypes.h", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/util/proj/CRSProjParams.h", "line": 24, - "symbol": "SFGeometryType.SF_COMPOUNDCURVE", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "symbol": "CRSProjParams.lonc", + "symbol_kind": "sourcekitten.source.lang.objc.decl.property", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-ios/SFGeometryTypes.h", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/util/proj/CRSProjParams.h", "line": 25, - "symbol": "SFGeometryType.SF_CURVEPOLYGON", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "symbol": "CRSProjParams.alpha", + "symbol_kind": "sourcekitten.source.lang.objc.decl.property", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-ios/SFGeometryTypes.h", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/util/proj/CRSProjParams.h", "line": 26, - "symbol": "SFGeometryType.SF_MULTICURVE", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "symbol": "CRSProjParams.k_0", + "symbol_kind": "sourcekitten.source.lang.objc.decl.property", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-ios/SFGeometryTypes.h", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/util/proj/CRSProjParams.h", "line": 27, - "symbol": "SFGeometryType.SF_MULTISURFACE", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "symbol": "CRSProjParams.x_0", + "symbol_kind": "sourcekitten.source.lang.objc.decl.property", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-ios/SFGeometryTypes.h", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/util/proj/CRSProjParams.h", "line": 28, - "symbol": "SFGeometryType.SF_CURVE", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "symbol": "CRSProjParams.y_0", + "symbol_kind": "sourcekitten.source.lang.objc.decl.property", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-ios/SFGeometryTypes.h", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/util/proj/CRSProjParams.h", "line": 29, - "symbol": "SFGeometryType.SF_SURFACE", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "symbol": "CRSProjParams.axis", + "symbol_kind": "sourcekitten.source.lang.objc.decl.property", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-ios/SFGeometryTypes.h", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/util/proj/CRSProjParams.h", "line": 30, - "symbol": "SFGeometryType.SF_POLYHEDRALSURFACE", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "symbol": "CRSProjParams.datum", + "symbol_kind": "sourcekitten.source.lang.objc.decl.property", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-ios/SFGeometryTypes.h", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/util/proj/CRSProjParams.h", "line": 31, - "symbol": "SFGeometryType.SF_TIN", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "symbol": "CRSProjParams.no_uoff", + "symbol_kind": "sourcekitten.source.lang.objc.decl.property", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-ios/SFGeometryTypes.h", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/util/proj/CRSProjParams.h", "line": 32, - "symbol": "SFGeometryType.SF_TRIANGLE", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "symbol": "CRSProjParams.gamma", + "symbol_kind": "sourcekitten.source.lang.objc.decl.property", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-ios/SFGeometryTypes.h", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/util/proj/CRSProjParams.h", "line": 33, - "symbol": "SFGeometryType.SF_NONE", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", - "warning": "undocumented" - }, - { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-ios/SFGeometryTypes.h", - "line": 40, - "symbol": "SF_POINT_NAME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", - "warning": "undocumented" - }, - { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-ios/SFGeometryTypes.h", - "line": 41, - "symbol": "SF_LINESTRING_NAME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", - "warning": "undocumented" - }, - { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-ios/SFGeometryTypes.h", - "line": 42, - "symbol": "SF_POLYGON_NAME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", - "warning": "undocumented" - }, - { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-ios/SFGeometryTypes.h", - "line": 43, - "symbol": "SF_MULTIPOINT_NAME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", - "warning": "undocumented" - }, - { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-ios/SFGeometryTypes.h", - "line": 44, - "symbol": "SF_MULTILINESTRING_NAME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", - "warning": "undocumented" - }, - { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-ios/SFGeometryTypes.h", - "line": 45, - "symbol": "SF_MULTIPOLYGON_NAME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", - "warning": "undocumented" - }, - { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-ios/SFGeometryTypes.h", - "line": 46, - "symbol": "SF_GEOMETRYCOLLECTION_NAME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", - "warning": "undocumented" - }, - { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-ios/SFGeometryTypes.h", - "line": 47, - "symbol": "SF_CIRCULARSTRING_NAME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "symbol": "CRSProjParams.a", + "symbol_kind": "sourcekitten.source.lang.objc.decl.property", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-ios/SFGeometryTypes.h", - "line": 48, - "symbol": "SF_COMPOUNDCURVE_NAME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/util/proj/CRSProjParams.h", + "line": 34, + "symbol": "CRSProjParams.b", + "symbol_kind": "sourcekitten.source.lang.objc.decl.property", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-ios/SFGeometryTypes.h", - "line": 49, - "symbol": "SF_CURVEPOLYGON_NAME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/util/proj/CRSProjParams.h", + "line": 35, + "symbol": "CRSProjParams.ellps", + "symbol_kind": "sourcekitten.source.lang.objc.decl.property", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-ios/SFGeometryTypes.h", - "line": 50, - "symbol": "SF_MULTICURVE_NAME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/util/proj/CRSProjParams.h", + "line": 36, + "symbol": "CRSProjParams.towgs84", + "symbol_kind": "sourcekitten.source.lang.objc.decl.property", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-ios/SFGeometryTypes.h", - "line": 51, - "symbol": "SF_MULTISURFACE_NAME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/util/proj/CRSProjParams.h", + "line": 37, + "symbol": "CRSProjParams.xTranslation", + "symbol_kind": "sourcekitten.source.lang.objc.decl.property", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-ios/SFGeometryTypes.h", - "line": 52, - "symbol": "SF_CURVE_NAME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/util/proj/CRSProjParams.h", + "line": 38, + "symbol": "CRSProjParams.yTranslation", + "symbol_kind": "sourcekitten.source.lang.objc.decl.property", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-ios/SFGeometryTypes.h", - "line": 53, - "symbol": "SF_SURFACE_NAME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/util/proj/CRSProjParams.h", + "line": 39, + "symbol": "CRSProjParams.zTranslation", + "symbol_kind": "sourcekitten.source.lang.objc.decl.property", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-ios/SFGeometryTypes.h", - "line": 54, - "symbol": "SF_POLYHEDRALSURFACE_NAME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/util/proj/CRSProjParams.h", + "line": 40, + "symbol": "CRSProjParams.xRotation", + "symbol_kind": "sourcekitten.source.lang.objc.decl.property", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-ios/SFGeometryTypes.h", - "line": 55, - "symbol": "SF_TIN_NAME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/util/proj/CRSProjParams.h", + "line": 41, + "symbol": "CRSProjParams.yRotation", + "symbol_kind": "sourcekitten.source.lang.objc.decl.property", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-ios/SFGeometryTypes.h", - "line": 56, - "symbol": "SF_TRIANGLE_NAME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/util/proj/CRSProjParams.h", + "line": 42, + "symbol": "CRSProjParams.zRotation", + "symbol_kind": "sourcekitten.source.lang.objc.decl.property", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-ios/SFGeometryTypes.h", - "line": 57, - "symbol": "SF_NONE_NAME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/util/proj/CRSProjParams.h", + "line": 43, + "symbol": "CRSProjParams.scaleDifference", + "symbol_kind": "sourcekitten.source.lang.objc.decl.property", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/sf-ios/SFGeometryTypes.h", - "line": 59, - "symbol": "SFGeometryTypes", - "symbol_kind": "sourcekitten.source.lang.objc.decl.class", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/util/proj/CRSProjParams.h", + "line": 44, + "symbol": "CRSProjParams.pm", + "symbol_kind": "sourcekitten.source.lang.objc.decl.property", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", - "line": 52, - "symbol": "TIFF_COMPRESSION_NO", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/util/proj/CRSProjParams.h", + "line": 45, + "symbol": "CRSProjParams.units", + "symbol_kind": "sourcekitten.source.lang.objc.decl.property", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", - "line": 53, - "symbol": "TIFF_COMPRESSION_CCITT_HUFFMAN", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/util/proj/CRSProjParams.h", + "line": 46, + "symbol": "CRSProjParams.to_meter", + "symbol_kind": "sourcekitten.source.lang.objc.decl.property", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", - "line": 54, - "symbol": "TIFF_COMPRESSION_T4", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/util/proj/CRSProjParams.h", + "line": 47, + "symbol": "CRSProjParams.nadgrids", + "symbol_kind": "sourcekitten.source.lang.objc.decl.property", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", - "line": 55, - "symbol": "TIFF_COMPRESSION_T6", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/util/proj/CRSProjParams.h", + "line": 48, + "symbol": "CRSProjParams.wktext", + "symbol_kind": "sourcekitten.source.lang.objc.decl.property", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", - "line": 56, - "symbol": "TIFF_COMPRESSION_LZW", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/util/proj/CRSProjParams.h", + "line": 49, + "symbol": "CRSProjParams.no_defs", + "symbol_kind": "sourcekitten.source.lang.objc.decl.property", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", - "line": 57, - "symbol": "TIFF_COMPRESSION_JPEG_OLD", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/wkt/CRSKeyword.h", + "line": 15, + "symbol": "CRSKeywordType.CRS_KEYWORD_ABRIDGEDTRANSFORMATION", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", - "line": 58, - "symbol": "TIFF_COMPRESSION_JPEG_NEW", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/wkt/CRSKeyword.h", + "line": 16, + "symbol": "CRSKeywordType.CRS_KEYWORD_ANCHOR", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", - "line": 59, - "symbol": "TIFF_COMPRESSION_DEFLATE", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/wkt/CRSKeyword.h", + "line": 17, + "symbol": "CRSKeywordType.CRS_KEYWORD_ANGLEUNIT", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", - "line": 60, - "symbol": "TIFF_COMPRESSION_PKZIP_DEFLATE", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/wkt/CRSKeyword.h", + "line": 18, + "symbol": "CRSKeywordType.CRS_KEYWORD_AREA", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", - "line": 61, - "symbol": "TIFF_COMPRESSION_PACKBITS", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/wkt/CRSKeyword.h", + "line": 19, + "symbol": "CRSKeywordType.CRS_KEYWORD_AXIS", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", - "line": 64, - "symbol": "TIFF_EXTRA_SAMPLES_UNSPECIFIED", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/wkt/CRSKeyword.h", + "line": 20, + "symbol": "CRSKeywordType.CRS_KEYWORD_BASEENGCRS", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", - "line": 65, - "symbol": "TIFF_EXTRA_SAMPLES_ASSOCIATED_ALPHA", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/wkt/CRSKeyword.h", + "line": 21, + "symbol": "CRSKeywordType.CRS_KEYWORD_BASEGEODCRS", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" - }, - { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", - "line": 66, - "symbol": "TIFF_EXTRA_SAMPLES_UNASSOCIATED_ALPHA", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + }, + { + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/wkt/CRSKeyword.h", + "line": 22, + "symbol": "CRSKeywordType.CRS_KEYWORD_BASEGEOGCRS", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", - "line": 69, - "symbol": "TIFF_FILL_ORDER_LOWER_COLUMN_HIGHER_ORDER", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/wkt/CRSKeyword.h", + "line": 23, + "symbol": "CRSKeywordType.CRS_KEYWORD_BASEPARAMCRS", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", - "line": 70, - "symbol": "TIFF_FILL_ORDER_LOWER_COLUMN_LOWER_ORDER", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/wkt/CRSKeyword.h", + "line": 24, + "symbol": "CRSKeywordType.CRS_KEYWORD_BASEPROJCRS", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", - "line": 73, - "symbol": "TIFF_GRAY_RESPONSE_TENTHS", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/wkt/CRSKeyword.h", + "line": 25, + "symbol": "CRSKeywordType.CRS_KEYWORD_BASETIMECRS", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", - "line": 74, - "symbol": "TIFF_GRAY_RESPONSE_HUNDREDTHS", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/wkt/CRSKeyword.h", + "line": 26, + "symbol": "CRSKeywordType.CRS_KEYWORD_BASEVERTCRS", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", - "line": 75, - "symbol": "TIFF_GRAY_RESPONSE_THOUSANDTHS", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/wkt/CRSKeyword.h", + "line": 27, + "symbol": "CRSKeywordType.CRS_KEYWORD_BBOX", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", - "line": 76, - "symbol": "TIFF_GRAY_RESPONSE_TEN_THOUSANDTHS", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/wkt/CRSKeyword.h", + "line": 28, + "symbol": "CRSKeywordType.CRS_KEYWORD_BEARING", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", - "line": 77, - "symbol": "TIFF_GRAY_RESPONSE_HUNDRED_THOUSANDTHS", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/wkt/CRSKeyword.h", + "line": 29, + "symbol": "CRSKeywordType.CRS_KEYWORD_BOUNDCRS", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", - "line": 80, - "symbol": "TIFF_ORIENTATION_TOP_ROW_LEFT_COLUMN", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/wkt/CRSKeyword.h", + "line": 30, + "symbol": "CRSKeywordType.CRS_KEYWORD_CALENDAR", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", - "line": 81, - "symbol": "TIFF_ORIENTATION_TOP_ROW_RIGHT_COLUMN", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/wkt/CRSKeyword.h", + "line": 31, + "symbol": "CRSKeywordType.CRS_KEYWORD_CITATION", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", - "line": 82, - "symbol": "TIFF_ORIENTATION_BOTTOM_ROW_RIGHT_COLUMN", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/wkt/CRSKeyword.h", + "line": 32, + "symbol": "CRSKeywordType.CRS_KEYWORD_CONVERSION", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", - "line": 83, - "symbol": "TIFF_ORIENTATION_BOTTOM_ROW_LEFT_COLUMN", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/wkt/CRSKeyword.h", + "line": 33, + "symbol": "CRSKeywordType.CRS_KEYWORD_COMPOUNDCRS", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", - "line": 84, - "symbol": "TIFF_ORIENTATION_LEFT_ROW_TOP_COLUMN", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/wkt/CRSKeyword.h", + "line": 34, + "symbol": "CRSKeywordType.CRS_KEYWORD_CONCATENATEDOPERATION", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", - "line": 85, - "symbol": "TIFF_ORIENTATION_RIGHT_ROW_TOP_COLUMN", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/wkt/CRSKeyword.h", + "line": 35, + "symbol": "CRSKeywordType.CRS_KEYWORD_COORDINATEMETADATA", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", - "line": 86, - "symbol": "TIFF_ORIENTATION_RIGHT_ROW_BOTTOM_COLUMN", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/wkt/CRSKeyword.h", + "line": 36, + "symbol": "CRSKeywordType.CRS_KEYWORD_COORDINATEOPERATION", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", - "line": 87, - "symbol": "TIFF_ORIENTATION_LEFT_ROW_BOTTOM_COLUMN", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/wkt/CRSKeyword.h", + "line": 37, + "symbol": "CRSKeywordType.CRS_KEYWORD_CS", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", - "line": 90, - "symbol": "TIFF_PHOTOMETRIC_INTERPRETATION_WHITE_IS_ZERO", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/wkt/CRSKeyword.h", + "line": 38, + "symbol": "CRSKeywordType.CRS_KEYWORD_DATUM", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", - "line": 91, - "symbol": "TIFF_PHOTOMETRIC_INTERPRETATION_BLACK_IS_ZERO", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/wkt/CRSKeyword.h", + "line": 39, + "symbol": "CRSKeywordType.CRS_KEYWORD_DERIVEDPROJCRS", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", - "line": 92, - "symbol": "TIFF_PHOTOMETRIC_INTERPRETATION_RGB", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/wkt/CRSKeyword.h", + "line": 40, + "symbol": "CRSKeywordType.CRS_KEYWORD_DERIVINGCONVERSION", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", - "line": 93, - "symbol": "TIFF_PHOTOMETRIC_INTERPRETATION_PALETTE", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/wkt/CRSKeyword.h", + "line": 41, + "symbol": "CRSKeywordType.CRS_KEYWORD_DYNAMIC", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", - "line": 94, - "symbol": "TIFF_PHOTOMETRIC_INTERPRETATION_TRANSPARENCY", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/wkt/CRSKeyword.h", + "line": 42, + "symbol": "CRSKeywordType.CRS_KEYWORD_EDATUM", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", - "line": 97, - "symbol": "TIFF_PLANAR_CONFIGURATION_CHUNKY", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/wkt/CRSKeyword.h", + "line": 43, + "symbol": "CRSKeywordType.CRS_KEYWORD_ELLIPSOID", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", - "line": 98, - "symbol": "TIFF_PLANAR_CONFIGURATION_PLANAR", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/wkt/CRSKeyword.h", + "line": 44, + "symbol": "CRSKeywordType.CRS_KEYWORD_ENGCRS", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", - "line": 101, - "symbol": "TIFF_RESOLUTION_UNIT_NO", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/wkt/CRSKeyword.h", + "line": 45, + "symbol": "CRSKeywordType.CRS_KEYWORD_ENSEMBLE", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", - "line": 102, - "symbol": "TIFF_RESOLUTION_UNIT_INCH", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/wkt/CRSKeyword.h", + "line": 46, + "symbol": "CRSKeywordType.CRS_KEYWORD_ENSEMBLEACCURACY", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", - "line": 103, - "symbol": "TIFF_RESOLUTION_UNIT_CENTIMETER", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/wkt/CRSKeyword.h", + "line": 47, + "symbol": "CRSKeywordType.CRS_KEYWORD_EPOCH", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", - "line": 106, - "symbol": "TIFF_SAMPLE_FORMAT_UNSIGNED_INT", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/wkt/CRSKeyword.h", + "line": 48, + "symbol": "CRSKeywordType.CRS_KEYWORD_EXTENSION", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", - "line": 107, - "symbol": "TIFF_SAMPLE_FORMAT_SIGNED_INT", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/wkt/CRSKeyword.h", + "line": 49, + "symbol": "CRSKeywordType.CRS_KEYWORD_FRAMEEPOCH", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", - "line": 108, - "symbol": "TIFF_SAMPLE_FORMAT_FLOAT", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/wkt/CRSKeyword.h", + "line": 50, + "symbol": "CRSKeywordType.CRS_KEYWORD_GEOCCS", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", - "line": 109, - "symbol": "TIFF_SAMPLE_FORMAT_UNDEFINED", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/wkt/CRSKeyword.h", + "line": 51, + "symbol": "CRSKeywordType.CRS_KEYWORD_GEODCRS", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", - "line": 112, - "symbol": "TIFF_SUBFILE_TYPE_FULL", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/wkt/CRSKeyword.h", + "line": 52, + "symbol": "CRSKeywordType.CRS_KEYWORD_GEOGCS", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", - "line": 113, - "symbol": "TIFF_SUBFILE_TYPE_REDUCED", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/wkt/CRSKeyword.h", + "line": 53, + "symbol": "CRSKeywordType.CRS_KEYWORD_GEOGCRS", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", - "line": 114, - "symbol": "TIFF_SAMPLE_FORMAT_SINGLE_PAGE_MULTI_PAGE", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/wkt/CRSKeyword.h", + "line": 54, + "symbol": "CRSKeywordType.CRS_KEYWORD_GEOIDMODEL", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", - "line": 117, - "symbol": "TIFF_THRESHHOLDING_NO", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/wkt/CRSKeyword.h", + "line": 55, + "symbol": "CRSKeywordType.CRS_KEYWORD_ID", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", - "line": 118, - "symbol": "TIFF_THRESHHOLDING_ORDERED", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/wkt/CRSKeyword.h", + "line": 56, + "symbol": "CRSKeywordType.CRS_KEYWORD_INTERPOLATIONCRS", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", - "line": 119, - "symbol": "TIFF_THRESHHOLDING_RANDOM", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/wkt/CRSKeyword.h", + "line": 57, + "symbol": "CRSKeywordType.CRS_KEYWORD_LENGTHUNIT", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", - "line": 122, - "symbol": "TIFF_PREDICTOR_NO", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/wkt/CRSKeyword.h", + "line": 58, + "symbol": "CRSKeywordType.CRS_KEYWORD_LOCAL_CS", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", - "line": 123, - "symbol": "TIFF_PREDICTOR_HORIZONTAL", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/wkt/CRSKeyword.h", + "line": 59, + "symbol": "CRSKeywordType.CRS_KEYWORD_MEMBER", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", - "line": 124, - "symbol": "TIFF_PREDICTOR_FLOATINGPOINT", - "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/wkt/CRSKeyword.h", + "line": 60, + "symbol": "CRSKeywordType.CRS_KEYWORD_MERIDIAN", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFConstants.h", - "line": 126, - "symbol": "TIFFConstants", - "symbol_kind": "sourcekitten.source.lang.objc.decl.class", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/wkt/CRSKeyword.h", + "line": 61, + "symbol": "CRSKeywordType.CRS_KEYWORD_METHOD", + "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 15, - "symbol": "TIFFFieldTagType.TIFF_TAG_ARTIST", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/wkt/CRSKeyword.h", + "line": 62, + "symbol": "CRSKeywordType.CRS_KEYWORD_MODEL", "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 16, - "symbol": "TIFFFieldTagType.TIFF_TAG_BITS_PER_SAMPLE", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/wkt/CRSKeyword.h", + "line": 63, + "symbol": "CRSKeywordType.CRS_KEYWORD_OPERATIONACCURACY", "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 17, - "symbol": "TIFFFieldTagType.TIFF_TAG_CELL_LENGTH", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/wkt/CRSKeyword.h", + "line": 64, + "symbol": "CRSKeywordType.CRS_KEYWORD_ORDER", "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 18, - "symbol": "TIFFFieldTagType.TIFF_TAG_CELL_WIDTH", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/wkt/CRSKeyword.h", + "line": 65, + "symbol": "CRSKeywordType.CRS_KEYWORD_PARAMETER", "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 19, - "symbol": "TIFFFieldTagType.TIFF_TAG_COLOR_MAP", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/wkt/CRSKeyword.h", + "line": 66, + "symbol": "CRSKeywordType.CRS_KEYWORD_PARAMETERFILE", "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 20, - "symbol": "TIFFFieldTagType.TIFF_TAG_COMPRESSION", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/wkt/CRSKeyword.h", + "line": 67, + "symbol": "CRSKeywordType.CRS_KEYWORD_PARAMETRICCRS", "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 21, - "symbol": "TIFFFieldTagType.TIFF_TAG_COPYRIGHT", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/wkt/CRSKeyword.h", + "line": 68, + "symbol": "CRSKeywordType.CRS_KEYWORD_PARAMETRICUNIT", "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 22, - "symbol": "TIFFFieldTagType.TIFF_TAG_DATE_TIME", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/wkt/CRSKeyword.h", + "line": 69, + "symbol": "CRSKeywordType.CRS_KEYWORD_PDATUM", "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 23, - "symbol": "TIFFFieldTagType.TIFF_TAG_EXTRA_SAMPLES", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/wkt/CRSKeyword.h", + "line": 70, + "symbol": "CRSKeywordType.CRS_KEYWORD_POINTMOTIONOPERATION", "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 24, - "symbol": "TIFFFieldTagType.TIFF_TAG_FILL_ORDER", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/wkt/CRSKeyword.h", + "line": 71, + "symbol": "CRSKeywordType.CRS_KEYWORD_PRIMEM", "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 25, - "symbol": "TIFFFieldTagType.TIFF_TAG_FREE_BYTE_COUNTS", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/wkt/CRSKeyword.h", + "line": 72, + "symbol": "CRSKeywordType.CRS_KEYWORD_PROJCRS", "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 26, - "symbol": "TIFFFieldTagType.TIFF_TAG_FREE_OFFSETS", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/wkt/CRSKeyword.h", + "line": 73, + "symbol": "CRSKeywordType.CRS_KEYWORD_PROJCS", "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 27, - "symbol": "TIFFFieldTagType.TIFF_TAG_GRAY_RESPONSE_CURVE", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/wkt/CRSKeyword.h", + "line": 74, + "symbol": "CRSKeywordType.CRS_KEYWORD_REMARK", "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 28, - "symbol": "TIFFFieldTagType.TIFF_TAG_GRAY_RESPONSE_UNIT", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/wkt/CRSKeyword.h", + "line": 75, + "symbol": "CRSKeywordType.CRS_KEYWORD_SCALEUNIT", "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 29, - "symbol": "TIFFFieldTagType.TIFF_TAG_HOST_COMPUTER", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/wkt/CRSKeyword.h", + "line": 76, + "symbol": "CRSKeywordType.CRS_KEYWORD_SCOPE", "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 30, - "symbol": "TIFFFieldTagType.TIFF_TAG_IMAGE_DESCRIPTION", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/wkt/CRSKeyword.h", + "line": 77, + "symbol": "CRSKeywordType.CRS_KEYWORD_SOURCECRS", "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 31, - "symbol": "TIFFFieldTagType.TIFF_TAG_IMAGE_LENGTH", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/wkt/CRSKeyword.h", + "line": 78, + "symbol": "CRSKeywordType.CRS_KEYWORD_STEP", "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 32, - "symbol": "TIFFFieldTagType.TIFF_TAG_IMAGE_WIDTH", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/wkt/CRSKeyword.h", + "line": 79, + "symbol": "CRSKeywordType.CRS_KEYWORD_TARGETCRS", "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 33, - "symbol": "TIFFFieldTagType.TIFF_TAG_MAKE", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/wkt/CRSKeyword.h", + "line": 80, + "symbol": "CRSKeywordType.CRS_KEYWORD_TDATUM", "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 34, - "symbol": "TIFFFieldTagType.TIFF_TAG_MAX_SAMPLE_VALUE", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/wkt/CRSKeyword.h", + "line": 81, + "symbol": "CRSKeywordType.CRS_KEYWORD_TIMECRS", "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 35, - "symbol": "TIFFFieldTagType.TIFF_TAG_MIN_SAMPLE_VALUE", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/wkt/CRSKeyword.h", + "line": 82, + "symbol": "CRSKeywordType.CRS_KEYWORD_TIMEEXTENT", "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 36, - "symbol": "TIFFFieldTagType.TIFF_TAG_MODEL", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/wkt/CRSKeyword.h", + "line": 83, + "symbol": "CRSKeywordType.CRS_KEYWORD_TIMEORIGIN", "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 37, - "symbol": "TIFFFieldTagType.TIFF_TAG_NEW_SUBFILE_TYPE", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/wkt/CRSKeyword.h", + "line": 84, + "symbol": "CRSKeywordType.CRS_KEYWORD_TIMEUNIT", "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 38, - "symbol": "TIFFFieldTagType.TIFF_TAG_ORIENTATION", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/wkt/CRSKeyword.h", + "line": 85, + "symbol": "CRSKeywordType.CRS_KEYWORD_TOWGS84", "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 39, - "symbol": "TIFFFieldTagType.TIFF_TAG_PHOTOMETRIC_INTERPRETATION", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/wkt/CRSKeyword.h", + "line": 86, + "symbol": "CRSKeywordType.CRS_KEYWORD_TRIAXIAL", "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 40, - "symbol": "TIFFFieldTagType.TIFF_TAG_PLANAR_CONFIGURATION", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/wkt/CRSKeyword.h", + "line": 87, + "symbol": "CRSKeywordType.CRS_KEYWORD_USAGE", "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 41, - "symbol": "TIFFFieldTagType.TIFF_TAG_RESOLUTION_UNIT", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/wkt/CRSKeyword.h", + "line": 88, + "symbol": "CRSKeywordType.CRS_KEYWORD_URI", "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 42, - "symbol": "TIFFFieldTagType.TIFF_TAG_ROWS_PER_STRIP", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/wkt/CRSKeyword.h", + "line": 89, + "symbol": "CRSKeywordType.CRS_KEYWORD_VDATUM", "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 43, - "symbol": "TIFFFieldTagType.TIFF_TAG_SAMPLES_PER_PIXEL", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/wkt/CRSKeyword.h", + "line": 90, + "symbol": "CRSKeywordType.CRS_KEYWORD_VERSION", "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 44, - "symbol": "TIFFFieldTagType.TIFF_TAG_SOFTWARE", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/wkt/CRSKeyword.h", + "line": 91, + "symbol": "CRSKeywordType.CRS_KEYWORD_VERT_CS", "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 45, - "symbol": "TIFFFieldTagType.TIFF_TAG_STRIP_BYTE_COUNTS", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/wkt/CRSKeyword.h", + "line": 92, + "symbol": "CRSKeywordType.CRS_KEYWORD_VERTCRS", "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 46, - "symbol": "TIFFFieldTagType.TIFF_TAG_STRIP_OFFSETS", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/wkt/CRSKeyword.h", + "line": 93, + "symbol": "CRSKeywordType.CRS_KEYWORD_VERTICALEXTENT", "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 47, - "symbol": "TIFFFieldTagType.TIFF_TAG_SUBFILE_TYPE", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/wkt/CRSTextConstants.h", + "line": 11, + "symbol": "CRS_WKT_SEPARATOR", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 48, - "symbol": "TIFFFieldTagType.TIFF_TAG_THRESHOLDING", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/wkt/CRSTextConstants.h", + "line": 12, + "symbol": "CRS_WKT_LEFT_DELIMITER", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 49, - "symbol": "TIFFFieldTagType.TIFF_TAG_X_RESOLUTION", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/wkt/CRSTextConstants.h", + "line": 13, + "symbol": "CRS_WKT_LEFT_DELIMITER_COMPAT", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 50, - "symbol": "TIFFFieldTagType.TIFF_TAG_Y_RESOLUTION", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/wkt/CRSTextConstants.h", + "line": 14, + "symbol": "CRS_WKT_RIGHT_DELIMITER", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 51, - "symbol": "TIFFFieldTagType.TIFF_TAG_BAD_FAX_LINES", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/wkt/CRSTextConstants.h", + "line": 15, + "symbol": "CRS_WKT_RIGHT_DELIMITER_COMPAT", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 52, - "symbol": "TIFFFieldTagType.TIFF_TAG_CLEAN_FAX_DATA", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/wkt/CRSTextConstants.h", + "line": 16, + "symbol": "CRS_WKT_AXIS_ABBREV_LEFT_DELIMITER", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 53, - "symbol": "TIFFFieldTagType.TIFF_TAG_CLIP_PATH", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/wkt/CRSTextConstants.h", + "line": 17, + "symbol": "CRS_WKT_AXIS_ABBREV_RIGHT_DELIMITER", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 54, - "symbol": "TIFFFieldTagType.TIFF_TAG_CONSECUTIVE_BAD_FAX_LINES", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/wkt/CRSTextConstants.h", + "line": 18, + "symbol": "CRS_WKT_AXIS_DIRECTION_OTHER", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 55, - "symbol": "TIFFFieldTagType.TIFF_TAG_DECODE", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/wkt/CRSTextConstants.h", + "line": 19, + "symbol": "CRS_WKT_AXIS_NAME_LON", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 56, - "symbol": "TIFFFieldTagType.TIFF_TAG_DEFAULT_IMAGE_COLOR", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/wkt/CRSTextConstants.h", + "line": 20, + "symbol": "CRS_WKT_AXIS_NAME_LAT", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", + "warning": "undocumented" + }, + { + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/wkt/CRSTextConstants.h", + "line": 21, + "symbol": "CRS_WKT_AXIS_NAME_X", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 57, - "symbol": "TIFFFieldTagType.TIFF_TAG_DOCUMENT_NAME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/wkt/CRSTextConstants.h", + "line": 22, + "symbol": "CRS_WKT_AXIS_NAME_Y", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 58, - "symbol": "TIFFFieldTagType.TIFF_TAG_DOT_RANGE", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/wkt/CRSTextConstants.h", + "line": 23, + "symbol": "CRS_WKT_AXIS_NAME_Z", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 59, - "symbol": "TIFFFieldTagType.TIFF_TAG_HALFTONE_HINTS", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/crs-ios/crs-ios/wkt/CRSTextConstants.h", + "line": 24, + "symbol": "CRS_WKT_DATUM_TYPE", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 60, - "symbol": "TIFFFieldTagType.TIFF_TAG_INDEXED", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/proj-ios/proj-ios/PROJConstants.h", + "line": 11, + "symbol": "PROJ_BUNDLE_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 61, - "symbol": "TIFFFieldTagType.TIFF_TAG_JPEG_TABLES", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/proj-ios/proj-ios/PROJConstants.h", + "line": 12, + "symbol": "PROJ_PROPERTY_LIST_TYPE", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 62, - "symbol": "TIFFFieldTagType.TIFF_TAG_PAGE_NAME", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/proj-ios/proj-ios/PROJConstants.h", + "line": 14, + "symbol": "PROJConstants", + "symbol_kind": "sourcekitten.source.lang.objc.decl.class", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 63, - "symbol": "TIFFFieldTagType.TIFF_TAG_PAGE_NUMBER", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/proj-ios/proj-ios/PROJIOUtils.h", + "line": 11, + "symbol": "PROJIOUtils", + "symbol_kind": "sourcekitten.source.lang.objc.decl.class", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 64, - "symbol": "TIFFFieldTagType.TIFF_TAG_PREDICTOR", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/proj-ios/proj-ios/PROJProjectionConstants.h", + "line": 15, + "symbol": "PROJ_AUTHORITY_EPSG", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 65, - "symbol": "TIFFFieldTagType.TIFF_TAG_PRIMARY_CHROMATICITIES", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/proj-ios/proj-ios/PROJProjectionConstants.h", + "line": 16, + "symbol": "PROJ_AUTHORITY_NONE", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 66, - "symbol": "TIFFFieldTagType.TIFF_TAG_REFERENCE_BLACK_WHITE", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/proj-ios/proj-ios/PROJProjectionConstants.h", + "line": 17, + "symbol": "PROJ_AUTHORITY_OGC", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 67, - "symbol": "TIFFFieldTagType.TIFF_TAG_SAMPLE_FORMAT", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/proj-ios/proj-ios/PROJProjectionConstants.h", + "line": 18, + "symbol": "PROJ_AUTHORITY_NSG", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 68, - "symbol": "TIFFFieldTagType.TIFF_TAG_S_MIN_SAMPLE_VALUE", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/proj-ios/proj-ios/PROJProjectionConstants.h", + "line": 19, + "symbol": "PROJ_UNDEFINED_CARTESIAN", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 69, - "symbol": "TIFFFieldTagType.TIFF_TAG_S_MAX_SAMPLE_VALUE", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/proj-ios/proj-ios/PROJProjectionConstants.h", + "line": 20, + "symbol": "PROJ_UNDEFINED_GEOGRAPHIC", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 70, - "symbol": "TIFFFieldTagType.TIFF_TAG_STRIP_ROW_COUNTS", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/proj-ios/proj-ios/PROJProjectionConstants.h", + "line": 21, + "symbol": "PROJ_EPSG_WORLD_GEODETIC_SYSTEM", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 71, - "symbol": "TIFFFieldTagType.TIFF_TAG_SUB_IFDS", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/proj-ios/proj-ios/PROJProjectionConstants.h", + "line": 22, + "symbol": "PROJ_EPSG_WEB_MERCATOR", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 72, - "symbol": "TIFFFieldTagType.TIFF_TAG_T4_OPTIONS", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/proj-ios/proj-ios/PROJProjectionConstants.h", + "line": 23, + "symbol": "PROJ_EPSG_WORLD_GEODETIC_SYSTEM_GEOGRAPHICAL_3D", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 73, - "symbol": "TIFFFieldTagType.TIFF_TAG_T6_OPTIONS", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/proj-ios/proj-ios/PROJProjectionConstants.h", + "line": 24, + "symbol": "PROJ_OGC_CRS84", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 74, - "symbol": "TIFFFieldTagType.TIFF_TAG_TILE_BYTE_COUNTS", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/proj-ios/proj-ios/PROJProjectionConstants.h", + "line": 25, + "symbol": "PROJ_WEB_MERCATOR_MAX_LAT_RANGE", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 75, - "symbol": "TIFFFieldTagType.TIFF_TAG_TILE_LENGTH", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/proj-ios/proj-ios/PROJProjectionConstants.h", + "line": 26, + "symbol": "PROJ_WEB_MERCATOR_MIN_LAT_RANGE", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 76, - "symbol": "TIFFFieldTagType.TIFF_TAG_TILE_OFFSETS", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/proj-ios/proj-ios/PROJProjectionConstants.h", + "line": 27, + "symbol": "PROJ_WEB_MERCATOR_HALF_WORLD_WIDTH", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 77, - "symbol": "TIFFFieldTagType.TIFF_TAG_TILE_WIDTH", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/proj-ios/proj-ios/PROJProjectionConstants.h", + "line": 28, + "symbol": "PROJ_MERCATOR_RADIUS", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 78, - "symbol": "TIFFFieldTagType.TIFF_TAG_TRANSFER_FUNCTION", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/proj-ios/proj-ios/PROJProjectionConstants.h", + "line": 29, + "symbol": "PROJ_WGS84_HALF_WORLD_LON_WIDTH", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 79, - "symbol": "TIFFFieldTagType.TIFF_TAG_WHITE_POINT", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/proj-ios/proj-ios/PROJProjectionConstants.h", + "line": 30, + "symbol": "PROJ_WGS84_HALF_WORLD_LAT_HEIGHT", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 80, - "symbol": "TIFFFieldTagType.TIFF_TAG_X_CLIP_PATH_UNITS", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/proj-ios/proj-ios/PROJProjectionConstants.h", + "line": 32, + "symbol": "PROJProjectionConstants", + "symbol_kind": "sourcekitten.source.lang.objc.decl.class", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 81, - "symbol": "TIFFFieldTagType.TIFF_TAG_X_POSITION", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/proj-ios/proj-ios/PROJProjectionFactoryTypes.h", + "line": 37, + "symbol": "PROJProjectionFactoryTypes", + "symbol_kind": "sourcekitten.source.lang.objc.decl.class", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 82, - "symbol": "TIFFFieldTagType.TIFF_TAG_Y_CB_CR_COEFFICIENTS", + "file": "/Users/osbornb/git/geopackage-ios/Pods/proj-ios/proj-ios/PROJUnits.h", + "line": 15, + "symbol": "PROJUnit.PROJ_UNIT_DEGREES", "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 83, - "symbol": "TIFFFieldTagType.TIFF_TAG_Y_CB_CR_POSITIONING", + "file": "/Users/osbornb/git/geopackage-ios/Pods/proj-ios/proj-ios/PROJUnits.h", + "line": 16, + "symbol": "PROJUnit.PROJ_UNIT_METERS", "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 84, - "symbol": "TIFFFieldTagType.TIFF_TAG_Y_CB_CR_SUB_SAMPLING", + "file": "/Users/osbornb/git/geopackage-ios/Pods/proj-ios/proj-ios/PROJUnits.h", + "line": 17, + "symbol": "PROJUnit.PROJ_UNIT_NONE", "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 85, - "symbol": "TIFFFieldTagType.TIFF_TAG_Y_CLIP_PATH_UNITS", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/proj-ios/proj-ios/PROJUnits.h", + "line": 20, + "symbol": "PROJUnits", + "symbol_kind": "sourcekitten.source.lang.objc.decl.class", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 86, - "symbol": "TIFFFieldTagType.TIFF_TAG_Y_POSITION", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/sf-ios/sf-ios/SFGeometryEnvelope.h", + "line": 24, + "symbol": "SFGeometryEnvelope.maxX", + "symbol_kind": "sourcekitten.source.lang.objc.decl.property", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 87, - "symbol": "TIFFFieldTagType.TIFF_TAG_JPEG_PROC", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/sf-ios/sf-ios/SFGeometryEnvelope.h", + "line": 30, + "symbol": "SFGeometryEnvelope.maxY", + "symbol_kind": "sourcekitten.source.lang.objc.decl.property", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 88, - "symbol": "TIFFFieldTagType.TIFF_TAG_JPEG_INTERCHANGE_FORMAT", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/sf-ios/sf-ios/SFGeometryEnvelope.h", + "line": 36, + "symbol": "SFGeometryEnvelope.minZ", + "symbol_kind": "sourcekitten.source.lang.objc.decl.property", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 89, - "symbol": "TIFFFieldTagType.TIFF_TAG_JPEG_INTERCHANGE_FORMAT_LENGTH", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/sf-ios/sf-ios/SFGeometryEnvelope.h", + "line": 37, + "symbol": "SFGeometryEnvelope.maxZ", + "symbol_kind": "sourcekitten.source.lang.objc.decl.property", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 90, - "symbol": "TIFFFieldTagType.TIFF_TAG_JPEG_RESTART_INTERVAL", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/sf-ios/sf-ios/SFGeometryEnvelope.h", + "line": 43, + "symbol": "SFGeometryEnvelope.minM", + "symbol_kind": "sourcekitten.source.lang.objc.decl.property", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 91, - "symbol": "TIFFFieldTagType.TIFF_TAG_JPEG_LOSSLESS_PREDICTORS", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/sf-ios/sf-ios/SFGeometryEnvelope.h", + "line": 44, + "symbol": "SFGeometryEnvelope.maxM", + "symbol_kind": "sourcekitten.source.lang.objc.decl.property", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 92, - "symbol": "TIFFFieldTagType.TIFF_TAG_JPEG_POINT_TRANSFORMS", + "file": "/Users/osbornb/git/geopackage-ios/Pods/sf-ios/sf-ios/SFGeometryTypes.h", + "line": 15, + "symbol": "SFGeometryType.SF_GEOMETRY", "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 93, - "symbol": "TIFFFieldTagType.TIFF_TAG_JPEG_Q_TABLES", + "file": "/Users/osbornb/git/geopackage-ios/Pods/sf-ios/sf-ios/SFGeometryTypes.h", + "line": 16, + "symbol": "SFGeometryType.SF_POINT", "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 94, - "symbol": "TIFFFieldTagType.TIFF_TAG_JPEG_DC_TABLES", + "file": "/Users/osbornb/git/geopackage-ios/Pods/sf-ios/sf-ios/SFGeometryTypes.h", + "line": 17, + "symbol": "SFGeometryType.SF_LINESTRING", "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 95, - "symbol": "TIFFFieldTagType.TIFF_TAG_JPEG_AC_TABLES", + "file": "/Users/osbornb/git/geopackage-ios/Pods/sf-ios/sf-ios/SFGeometryTypes.h", + "line": 18, + "symbol": "SFGeometryType.SF_POLYGON", "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 96, - "symbol": "TIFFFieldTagType.TIFF_TAG_APERTURE_VALUE", + "file": "/Users/osbornb/git/geopackage-ios/Pods/sf-ios/sf-ios/SFGeometryTypes.h", + "line": 19, + "symbol": "SFGeometryType.SF_MULTIPOINT", "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 97, - "symbol": "TIFFFieldTagType.TIFF_TAG_COLOR_SPACE", + "file": "/Users/osbornb/git/geopackage-ios/Pods/sf-ios/sf-ios/SFGeometryTypes.h", + "line": 20, + "symbol": "SFGeometryType.SF_MULTILINESTRING", "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 98, - "symbol": "TIFFFieldTagType.TIFF_TAG_DATE_TIME_DIGITIZED", + "file": "/Users/osbornb/git/geopackage-ios/Pods/sf-ios/sf-ios/SFGeometryTypes.h", + "line": 21, + "symbol": "SFGeometryType.SF_MULTIPOLYGON", "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 99, - "symbol": "TIFFFieldTagType.TIFF_TAG_DATE_TIME_ORIGINAL", + "file": "/Users/osbornb/git/geopackage-ios/Pods/sf-ios/sf-ios/SFGeometryTypes.h", + "line": 22, + "symbol": "SFGeometryType.SF_GEOMETRYCOLLECTION", "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 100, - "symbol": "TIFFFieldTagType.TIFF_TAG_EXIF_IFD", + "file": "/Users/osbornb/git/geopackage-ios/Pods/sf-ios/sf-ios/SFGeometryTypes.h", + "line": 23, + "symbol": "SFGeometryType.SF_CIRCULARSTRING", "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 101, - "symbol": "TIFFFieldTagType.TIFF_TAG_EXIF_VERSION", + "file": "/Users/osbornb/git/geopackage-ios/Pods/sf-ios/sf-ios/SFGeometryTypes.h", + "line": 24, + "symbol": "SFGeometryType.SF_COMPOUNDCURVE", "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 102, - "symbol": "TIFFFieldTagType.TIFF_TAG_EXPOSURE_TIME", + "file": "/Users/osbornb/git/geopackage-ios/Pods/sf-ios/sf-ios/SFGeometryTypes.h", + "line": 25, + "symbol": "SFGeometryType.SF_CURVEPOLYGON", "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 103, - "symbol": "TIFFFieldTagType.TIFF_TAG_FILE_SOURCE", + "file": "/Users/osbornb/git/geopackage-ios/Pods/sf-ios/sf-ios/SFGeometryTypes.h", + "line": 26, + "symbol": "SFGeometryType.SF_MULTICURVE", "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 104, - "symbol": "TIFFFieldTagType.TIFF_TAG_FLASH", + "file": "/Users/osbornb/git/geopackage-ios/Pods/sf-ios/sf-ios/SFGeometryTypes.h", + "line": 27, + "symbol": "SFGeometryType.SF_MULTISURFACE", "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 105, - "symbol": "TIFFFieldTagType.TIFF_TAG_FLASHPIX_VERSION", + "file": "/Users/osbornb/git/geopackage-ios/Pods/sf-ios/sf-ios/SFGeometryTypes.h", + "line": 28, + "symbol": "SFGeometryType.SF_CURVE", "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 106, - "symbol": "TIFFFieldTagType.TIFF_TAG_F_NUMBER", + "file": "/Users/osbornb/git/geopackage-ios/Pods/sf-ios/sf-ios/SFGeometryTypes.h", + "line": 29, + "symbol": "SFGeometryType.SF_SURFACE", "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 107, - "symbol": "TIFFFieldTagType.TIFF_TAG_IMAGE_UNIQUE_ID", + "file": "/Users/osbornb/git/geopackage-ios/Pods/sf-ios/sf-ios/SFGeometryTypes.h", + "line": 30, + "symbol": "SFGeometryType.SF_POLYHEDRALSURFACE", "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 108, - "symbol": "TIFFFieldTagType.TIFF_TAG_LIGHT_SOURCE", + "file": "/Users/osbornb/git/geopackage-ios/Pods/sf-ios/sf-ios/SFGeometryTypes.h", + "line": 31, + "symbol": "SFGeometryType.SF_TIN", "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 109, - "symbol": "TIFFFieldTagType.TIFF_TAG_MAKER_NOTE", + "file": "/Users/osbornb/git/geopackage-ios/Pods/sf-ios/sf-ios/SFGeometryTypes.h", + "line": 32, + "symbol": "SFGeometryType.SF_TRIANGLE", "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 110, - "symbol": "TIFFFieldTagType.TIFF_TAG_SHUTTER_SPEED_VALUE", + "file": "/Users/osbornb/git/geopackage-ios/Pods/sf-ios/sf-ios/SFGeometryTypes.h", + "line": 33, + "symbol": "SFGeometryType.SF_NONE", "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 111, - "symbol": "TIFFFieldTagType.TIFF_TAG_USER_COMMENT", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/sf-ios/sf-ios/SFGeometryTypes.h", + "line": 40, + "symbol": "SF_POINT_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 112, - "symbol": "TIFFFieldTagType.TIFF_TAG_IPTC", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/sf-ios/sf-ios/SFGeometryTypes.h", + "line": 41, + "symbol": "SF_LINESTRING_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 113, - "symbol": "TIFFFieldTagType.TIFF_TAG_ICC_PROFILE", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/sf-ios/sf-ios/SFGeometryTypes.h", + "line": 42, + "symbol": "SF_POLYGON_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 114, - "symbol": "TIFFFieldTagType.TIFF_TAG_XMP", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/sf-ios/sf-ios/SFGeometryTypes.h", + "line": 43, + "symbol": "SF_MULTIPOINT_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 115, - "symbol": "TIFFFieldTagType.TIFF_TAG_GDAL_METADATA", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/sf-ios/sf-ios/SFGeometryTypes.h", + "line": 44, + "symbol": "SF_MULTILINESTRING_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 116, - "symbol": "TIFFFieldTagType.TIFF_TAG_GDAL_NODATA", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/sf-ios/sf-ios/SFGeometryTypes.h", + "line": 45, + "symbol": "SF_MULTIPOLYGON_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 117, - "symbol": "TIFFFieldTagType.TIFF_TAG_PHOTOSHOP", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/sf-ios/sf-ios/SFGeometryTypes.h", + "line": 46, + "symbol": "SF_GEOMETRYCOLLECTION_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 118, - "symbol": "TIFFFieldTagType.TIFF_TAG_MODEL_PIXEL_SCALE", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/sf-ios/sf-ios/SFGeometryTypes.h", + "line": 47, + "symbol": "SF_CIRCULARSTRING_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 119, - "symbol": "TIFFFieldTagType.TIFF_TAG_MODEL_TIEPOINT", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/sf-ios/sf-ios/SFGeometryTypes.h", + "line": 48, + "symbol": "SF_COMPOUNDCURVE_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 120, - "symbol": "TIFFFieldTagType.TIFF_TAG_MODEL_TRANSFORMATION", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/sf-ios/sf-ios/SFGeometryTypes.h", + "line": 49, + "symbol": "SF_CURVEPOLYGON_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 121, - "symbol": "TIFFFieldTagType.TIFF_TAG_GEO_KEY_DIRECTORY", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/sf-ios/sf-ios/SFGeometryTypes.h", + "line": 50, + "symbol": "SF_MULTICURVE_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 122, - "symbol": "TIFFFieldTagType.TIFF_TAG_GEO_DOUBLE_PARAMS", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/sf-ios/sf-ios/SFGeometryTypes.h", + "line": 51, + "symbol": "SF_MULTISURFACE_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTagTypes.h", - "line": 123, - "symbol": "TIFFFieldTagType.TIFF_TAG_GEO_ASCII_PARAMS", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/sf-ios/sf-ios/SFGeometryTypes.h", + "line": 52, + "symbol": "SF_CURVE_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTypes.h", - "line": 15, - "symbol": "TIFFFieldType.TIFF_FIELD_BYTE", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/sf-ios/sf-ios/SFGeometryTypes.h", + "line": 53, + "symbol": "SF_SURFACE_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTypes.h", - "line": 16, - "symbol": "TIFFFieldType.TIFF_FIELD_ASCII", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/sf-ios/sf-ios/SFGeometryTypes.h", + "line": 54, + "symbol": "SF_POLYHEDRALSURFACE_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTypes.h", - "line": 17, - "symbol": "TIFFFieldType.TIFF_FIELD_SHORT", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/sf-ios/sf-ios/SFGeometryTypes.h", + "line": 55, + "symbol": "SF_TIN_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTypes.h", - "line": 18, - "symbol": "TIFFFieldType.TIFF_FIELD_LONG", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/sf-ios/sf-ios/SFGeometryTypes.h", + "line": 56, + "symbol": "SF_TRIANGLE_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTypes.h", - "line": 19, - "symbol": "TIFFFieldType.TIFF_FIELD_RATIONAL", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/sf-ios/sf-ios/SFGeometryTypes.h", + "line": 57, + "symbol": "SF_NONE_NAME", + "symbol_kind": "sourcekitten.source.lang.objc.decl.constant", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTypes.h", - "line": 20, - "symbol": "TIFFFieldType.TIFF_FIELD_SBYTE", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/sf-ios/sf-ios/SFGeometryTypes.h", + "line": 59, + "symbol": "SFGeometryTypes", + "symbol_kind": "sourcekitten.source.lang.objc.decl.class", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTypes.h", - "line": 21, - "symbol": "TIFFFieldType.TIFF_FIELD_UNDEFINED", - "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", + "file": "/Users/osbornb/git/geopackage-ios/Pods/sf-ios/sf-ios/util/SFGeometryConstants.h", + "line": 81, + "symbol": "SFGeometryConstants", + "symbol_kind": "sourcekitten.source.lang.objc.decl.class", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTypes.h", - "line": 22, - "symbol": "TIFFFieldType.TIFF_FIELD_SSHORT", + "file": "/Users/osbornb/git/geopackage-ios/Pods/sf-ios/sf-ios/util/filter/SFFiniteFilterTypes.h", + "line": 16, + "symbol": "SFFiniteFilterType.SF_FF_FINITE", "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTypes.h", - "line": 23, - "symbol": "TIFFFieldType.TIFF_FIELD_SLONG", + "file": "/Users/osbornb/git/geopackage-ios/Pods/sf-ios/sf-ios/util/filter/SFFiniteFilterTypes.h", + "line": 17, + "symbol": "SFFiniteFilterType.SF_FF_FINITE_AND_INFINITE", "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTypes.h", - "line": 24, - "symbol": "TIFFFieldType.TIFF_FIELD_SRATIONAL", + "file": "/Users/osbornb/git/geopackage-ios/Pods/sf-ios/sf-ios/util/filter/SFFiniteFilterTypes.h", + "line": 18, + "symbol": "SFFiniteFilterType.SF_FF_FINITE_AND_NAN", "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTypes.h", - "line": 25, - "symbol": "TIFFFieldType.TIFF_FIELD_FLOAT", + "file": "/Users/osbornb/git/geopackage-ios/Pods/sf-ios/sf-ios/util/filter/SFFiniteFilterTypes.h", + "line": 21, + "symbol": "SFFiniteFilterTypes", + "symbol_kind": "sourcekitten.source.lang.objc.decl.class", + "warning": "undocumented" + }, + { + "file": "/Users/osbornb/git/geopackage-ios/Pods/sf-ios/sf-ios/util/sweep/SFEventTypes.h", + "line": 15, + "symbol": "SFEventType.SF_ET_LEFT", "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFFieldTypes.h", - "line": 26, - "symbol": "TIFFFieldType.TIFF_FIELD_DOUBLE", + "file": "/Users/osbornb/git/geopackage-ios/Pods/sf-ios/sf-ios/util/sweep/SFEventTypes.h", + "line": 16, + "symbol": "SFEventType.SF_ET_RIGHT", "symbol_kind": "sourcekitten.source.lang.objc.decl.enumcase", "warning": "undocumented" }, { - "file": "/Users/osbornb/git/geopackage-ios/Pods/Headers/Public/tiff-ios/TIFFIOUtils.h", - "line": 11, - "symbol": "TIFFIOUtils", + "file": "/Users/osbornb/git/geopackage-ios/Pods/sf-ios/sf-ios/util/sweep/SFEventTypes.h", + "line": 19, + "symbol": "SFEventTypes", "symbol_kind": "sourcekitten.source.lang.objc.decl.class", "warning": "undocumented" }, diff --git a/docs/jazzy.txt b/docs/jazzy.txt index 03e54c5d..2aa3ee7b 100644 --- a/docs/jazzy.txt +++ b/docs/jazzy.txt @@ -3,8 +3,8 @@ jazzy \ --author NGA \ --author_url https://www.nga.mil \ --github_url https://github.com/ngageoint/geopackage-ios \ - --github-file-prefix https://github.com/ngageoint/geopackage-ios/tree/7.4.1 \ - --module-version 7.4.1 \ + --github-file-prefix https://github.com/ngageoint/geopackage-ios/tree/7.4.2 \ + --module-version 7.4.2 \ --umbrella-header geopackage-ios/geopackage-ios-Bridging-Header.h \ --framework-root . \ --module geopackage-ios \ diff --git a/geopackage-ios.podspec b/geopackage-ios.podspec index 474a3178..ea2f19f0 100644 --- a/geopackage-ios.podspec +++ b/geopackage-ios.podspec @@ -19,10 +19,10 @@ Pod::Spec.new do |s| s.library = 'sqlite3' - s.dependency 'sf-wkb-ios', '~> 4.1.1' - s.dependency 'sf-wkt-ios', '~> 2.1.1' - s.dependency 'sf-proj-ios', '~> 5.1.1' - s.dependency 'ogc-api-features-json-ios', '~> 4.2.2' + s.dependency 'sf-wkb-ios', '~> 4.1.2' + s.dependency 'sf-wkt-ios', '~> 2.1.2' + s.dependency 'sf-proj-ios', '~> 5.1.2' + s.dependency 'ogc-api-features-json-ios', '~> 4.2.3' s.dependency 'color-ios', '~> 1.0.1' s.dependency 'tiff-ios', '~> 4.0.1' end